aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* (main): Set copyright year to 2008.Glenn Morris2008-01-081-2/+3
* *** empty log message ***Glenn Morris2008-01-081-1/+5
* Add 2008 to copyright years.Glenn Morris2008-01-0860-60/+61
* Add 2008 to copyright years.Glenn Morris2008-01-0887-87/+90
* *** empty log message ***YAMAMOTO Mitsuharu2008-01-071-0/+5
* (Fmake_terminal_frame): Use #ifdef MAC_OS8 instead of #ifdef MAC_OS.YAMAMOTO Mitsuharu2008-01-071-1/+1
* (Ffile_name_directory, Fexpand_file_name): Doc fixes.Richard M. Stallman2008-01-042-2/+6
* (make_process): Initialize pty_flag to Qnil instead of 0YAMAMOTO Mitsuharu2007-12-242-1/+4
* (phys_cursor_in_rect_p): Check if cursor is in fringe area.YAMAMOTO Mitsuharu2007-12-242-0/+22
* (fill_menubar) [MAC_OSX]: Add workaround for Mac OS X 10.5YAMAMOTO Mitsuharu2007-12-232-2/+23
* (syms_of_callint) <command-history>: Add reference to history-length inEli Zaretskii2007-12-222-1/+9
* (w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned before passing as wParam.Jason Rumney2007-12-172-1/+7
* (w32_read_socket): Use MULTIBYTE_CHAR_KEYSTROKE_EVENT for characters above 127.Jason Rumney2007-12-142-2/+97
* (w32_wnd_proc, Fw32_reconstruct_hot_key): Range checkJason Rumney2007-12-132-4/+10
* (make_process): Initialize pty_flag to 0.Richard M. Stallman2007-12-032-0/+5
* (xbm_load) [WINDOWSNT]: Shuffle the bits of directly specified XBMs.Jason Rumney2007-12-022-0/+20
* (syms_of_xdisp) <scroll-conservatively>: Doc fix.Richard M. Stallman2007-12-012-2/+10
* (emacs_close) [MAC_OSX && HAVE_CARBON]:YAMAMOTO Mitsuharu2007-11-302-0/+20
* (cfsockets_for_select) [MAC_OSX && SELECT_USE_CFSOCKET]:YAMAMOTO Mitsuharu2007-11-301-2/+49
* Petr Salinger <Petr.Salinger at seznam.cz>: New file.Glenn Morris2007-11-282-0/+15
* (unrelocate): New argument BASE. Use it instead ofYAMAMOTO Mitsuharu2007-11-272-18/+95
* (sys_spawnve): Quote args with wildcards.Jason Rumney2007-11-262-1/+12
* (list_processes_1): Fix indentation level of theAndreas Schwab2007-11-262-2/+9
* (copy_data_segment): Also copy __gcc_except_tab and __objc_* sections.YAMAMOTO Mitsuharu2007-11-242-6/+29
* (Fformat): Handle %c specially since it requires theAndreas Schwab2007-11-232-2/+12
* (update_frame_tool_bar): Don't call x-gtk-map-stock ifJan Djärv2007-11-222-2/+9
* (w32_init_bdf_font, w32_BDF_to_x_font): CreateFileMappingJason Rumney2007-11-192-2/+7
* (Fset_match_data): Remove the `evaporate' feature.Stefan Monnier2007-11-162-17/+20
* *** empty log message ***Andreas Schwab2007-11-162-7/+3
* Always take precision into account.Andreas Schwab2007-11-161-2/+1
* (Fformat): When formatting an integer as float take precision into account.Andreas Schwab2007-11-162-2/+8
* Fix last change.Andreas Schwab2007-11-151-2/+4
* (Fformat): Correctly format EMACS_INT values.Andreas Schwab2007-11-152-14/+30
* *** empty log message ***Juanma Barranquero2007-11-151-0/+20
* (Fx_create_frame, Fx_display_pixel_width, Fx_display_pixel_height,Juanma Barranquero2007-11-151-11/+11
* (Fx_create_frame, Fx_display_pixel_width, Fx_display_pixel_height,Juanma Barranquero2007-11-151-15/+15
* (Fx_create_frame, Fx_display_pixel_width, Fx_display_pixel_height,Juanma Barranquero2007-11-151-10/+10
* (Fw32_registered_hot_keys): Don't return the nil values correspondingJuanma Barranquero2007-11-142-110/+113
* *** empty log message ***Juanma Barranquero2007-11-131-2/+7
* (Fw32_register_hot_key): Don't try to registerJuanma Barranquero2007-11-131-1/+1
* (BASE_PURESIZE): Increase to 1130000.Juri Linkov2007-11-102-1/+5
* (load_overlay_strings): Fix copy&paste typo.Stefan Monnier2007-11-102-2/+6
* (handle_face_prop): Fix last change.Chong Yidong2007-11-071-2/+2
* (struct it): Don't define OVERLAY_STRING_CHUNK_SIZE twice.Chong Yidong2007-11-071-1/+0
* * dispextern.h (struct it): Don't define OVERLAY_STRING_CHUNK_SIZEChong Yidong2007-11-071-0/+7
* *** empty log message ***Richard M. Stallman2007-11-061-0/+20
* (xg_tool_bar_menu_proxy): Handle GTK_IMAGE_ICON_NAME andJan Djärv2007-11-062-0/+24
* (handle_face_prop): Test for strings that came from overlays,Richard M. Stallman2007-11-041-21/+61
* (face_for_overlay_string): Function renamed fromRichard M. Stallman2007-11-041-5/+8
* (struct it): New elt string_overlays.Richard M. Stallman2007-11-041-16/+25