summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Switch license to GPLv3 or later.Glenn Morris2007-07-25162-165/+165
|
* 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
| | | | if not defined.
* (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
| | | | (w32_msg_pump) <WM_DESTROY>: Uninitialize COM.
* (LIBS): Include OLE32.Jason Rumney2007-07-111-1/+2
|
* [USE_MAC_TSM] (mac_handle_text_input_event):YAMAMOTO Mitsuharu2007-06-282-0/+8
| | | | Check WINDOWP before using XWINDOW.
* (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
| | | | | | | | | | | | | | | | | (_aligned_blocks_mutex) [USE_PTHREAD]: New variable. (LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS): New macros. (_free_internal, memalign): Use them. (_malloc_mutex, _aligned_blocks_mutex) [USE_PTHREAD]: Initialize to PTHREAD_MUTEX_INITIALIZER. (malloc_initialize_1) [USE_PTHREAD]: Don't use recursive mutex. (morecore_nolock): Rename from morecore. All uses changed. Use only nolock versions of internal allocation functions. (_malloc_internal_nolock, _realloc_internal_nolock) (_free_internal_nolock): New functions created from _malloc_internal, _realloc_internal, and _free_internal. (_malloc_internal, _realloc_internal, _free_internal): Use them. Copy hook value to automatic variable before its use. (memalign): Copy hook value to automatic variable before its use.
* *** 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
| | | | (w32_free_bdf_font): Unmap memory not handle.
* (_wsa_errlist): Fix typo in error message.Juanma Barranquero2007-06-202-21/+25
| | | | | (init_environment): Ignore any environment variable from the registry having a null value.
* (add_menu_item): Don't use multibyte string functions onJason Rumney2007-06-172-22/+51
| | | | unicode strings.
* *** 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
| | | | | | | | | | | | * xdisp.c (next_element_from_buffer): * window.c (delete_window): * term.c (term_mouse_highlight): * msdos.c (getdefdir): * macterm.c (mac_create_bitmap_from_bitmap_data) (init_font_name_table): * fns.c (Fsxhash): * data.c (Fmake_local_variable): * ccl.c (ccl_driver): Likewise.
* (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
| | | | (init_font_name_table): Delete stray semicolon.
* (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
|