summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Switch license to GPLv3 or later.Glenn Morris2007-07-25148-148/+148
* (x_real_positions): Get real position from OS instead of calculating it.Jason Rumney2007-07-242-7/+13
* (current_lock_owner): Allow for @ sign in username.Jason Rumney2007-07-232-2/+6
* (clean): Don't delete *~.Eli Zaretskii2007-07-202-1/+5
* (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32): DefineEli Zaretskii2007-07-202-0/+12
* (w32_executable_type): Handle 64 bit executables.Jason Rumney2007-07-182-27/+52
* (Fsave_window_excursion): Doc fix.Juanma Barranquero2007-07-162-2/+11
* (Fwith_output_to_temp_buffer): Doc fix.Juanma Barranquero2007-07-161-1/+1
* (Ftrack_mouse): Doc fix.Juanma Barranquero2007-07-161-1/+1
* (For, Fand, Fprogn): Doc fixes.Juanma Barranquero2007-07-161-3/+3
* (Ffind_operation_coding_system): Doc fix.Juanma Barranquero2007-07-161-1/+1
* (Fsetq): Doc fix.Richard M. Stallman2007-07-152-1/+11
* (Fsetq_default): Doc fix.Richard M. Stallman2007-07-151-2/+4
* Remove dashes from front of first line.Jason Rumney2007-07-121-5/+5
* (w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.Jason Rumney2007-07-112-0/+19
* (LIBS): Include OLE32.Jason Rumney2007-07-111-1/+2
* [USE_MAC_TSM] (mac_handle_text_input_event):YAMAMOTO Mitsuharu2007-06-282-0/+8
* (syms_of_buffer) <selective-display>: Fix typo in docstring.Juanma Barranquero2007-06-272-5/+9
* [HAVE_GTK_AND_PTHREAD] Check this after including config.h.YAMAMOTO Mitsuharu2007-06-262-52/+141
* *** empty log message ***Jason Rumney2007-06-211-0/+4
* (convert_mono_to_color_image): Swap fore and background.Jason Rumney2007-06-211-2/+2
* (w32_BDF_to_x_font): Unmap memory when finished.Jason Rumney2007-06-202-1/+7
* (_wsa_errlist): Fix typo in error message.Juanma Barranquero2007-06-202-21/+25
* (add_menu_item): Don't use multibyte string functions onJason Rumney2007-06-172-22/+51
* *** empty log message ***Juanma Barranquero2007-06-171-0/+5
* (syms_of_xdisp) <auto-resize-tool-bars>: Fix typo in docstring.Juanma Barranquero2007-06-171-1/+1
* (add_menu_item): Escape `&' characters in menu items and their keybindings.Eli Zaretskii2007-06-162-1/+35
* (update_compositions): Check validity of compositions.Chong Yidong2007-06-151-4/+9
* * composite.c (update_compositions): Check validity of compositions.Chong Yidong2007-06-141-0/+4
* (Fx_file_dialog): Take size from struct not pointer.Jason Rumney2007-06-102-2/+6
* *** empty log message ***Jason Rumney2007-06-061-0/+4
* Don't define HAVE_TZNAME.Jason Rumney2007-06-061-1/+0
* (xpm_load): Remove spurious call to xpm_init_color_cache.Chong Yidong2007-06-061-3/+0
* * image.c (xpm_load): Remove spurious call to xpm_init_color_cache.Chong Yidong2007-06-061-0/+5
* (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.Chong Yidong2007-06-061-6/+6
* * syntax.c (scan_words): Fix arg to UPDATE_SYNTAX_TABLE_BACKWARD.Chong Yidong2007-06-061-0/+4
* * xfaces.c (syms_of_xfaces): Delete stray semicolon.Chong Yidong2007-06-051-0/+13
* (ccl_driver): Delete stray semicolon.Chong Yidong2007-06-051-1/+1
* (Fmake_local_variable): Delete stray semicolon.Chong Yidong2007-06-051-1/+1
* (Fsxhash): Delete stray semicolon.Chong Yidong2007-06-051-1/+1
* (mac_create_bitmap_from_bitmap_data)Chong Yidong2007-06-051-2/+2
* (getdefdir): Delete stray semicolon.Chong Yidong2007-06-051-2/+2
* (delete_window): Delete stray semicolon.Chong Yidong2007-06-051-1/+1
* (next_element_from_buffer): Delete stray semicolon.Chong Yidong2007-06-051-1/+1
* (syms_of_xfaces): Delete stray semicolon.Chong Yidong2007-06-051-1/+1
* (Fshrink_window): Reflow docstring.Juanma Barranquero2007-06-042-2/+6
* Version 22.1 released.Chong Yidong2007-06-021-0/+2
* (x_set_name_internal): Undo last change.Chong Yidong2007-06-021-9/+15
* * xfns.c (x_set_name_internal): Undo last change.Chong Yidong2007-06-021-0/+9
* (x_encode_text): Add GCPRO.Richard M. Stallman2007-06-011-15/+15