aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (clean): Don't delete *~.Eli Zaretskii2007-07-201-0/+2
|
* (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32): DefineEli Zaretskii2007-07-201-0/+5
| | | | if not defined.
* (w32_executable_type): Handle 64 bit executables.Jason Rumney2007-07-181-0/+4
|
* (Fsave_window_excursion): Doc fix.Juanma Barranquero2007-07-161-1/+10
|
* (Fsetq): Doc fix.Richard M. Stallman2007-07-151-0/+6
|
* Remove dashes from front of first line.Jason Rumney2007-07-121-5/+5
|
* (w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.Jason Rumney2007-07-111-0/+7
| | | | (w32_msg_pump) <WM_DESTROY>: Uninitialize COM.
* [USE_MAC_TSM] (mac_handle_text_input_event):YAMAMOTO Mitsuharu2007-06-281-0/+5
| | | | Check WINDOWP before using XWINDOW.
* (syms_of_buffer) <selective-display>: Fix typo in docstring.Juanma Barranquero2007-06-271-3/+7
|
* [HAVE_GTK_AND_PTHREAD] Check this after including config.h.YAMAMOTO Mitsuharu2007-06-261-0/+18
| | | | | | | | | | | | | | | | | (_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
|
* (w32_BDF_to_x_font): Unmap memory when finished.Jason Rumney2007-06-201-0/+5
| | | | (w32_free_bdf_font): Unmap memory not handle.
* (_wsa_errlist): Fix typo in error message.Juanma Barranquero2007-06-201-0/+6
| | | | | (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-171-0/+5
| | | | unicode strings.
* *** empty log message ***Juanma Barranquero2007-06-171-0/+5
|
* (add_menu_item): Escape `&' characters in menu items and their keybindings.Eli Zaretskii2007-06-161-0/+5
|
* * 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-101-0/+4
|
* *** empty log message ***Jason Rumney2007-06-061-0/+4
|
* * image.c (xpm_load): Remove spurious call to xpm_init_color_cache.Chong Yidong2007-06-061-0/+5
|
* * 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.
* (Fshrink_window): Reflow docstring.Juanma Barranquero2007-06-041-0/+4
|
* Version 22.1 released.Chong Yidong2007-06-021-0/+2
|
* * xfns.c (x_set_name_internal): Undo last change.Chong Yidong2007-06-021-0/+9
|
* * xfns.c (x_set_name_internal): Save encoded name beforeChong Yidong2007-06-011-0/+5
| | | | x_encode_text in case string data is relocated.
* (syms_of_buffer): Doc fix.Richard M. Stallman2007-05-311-0/+4
|
* (redisplay_internal): Bind inhibit-point-motion-hooks to tYAMAMOTO Mitsuharu2007-05-281-0/+5
| | | | around current_column call.
* * xdisp.c (redisplay_window): If first window line is a continuationChong Yidong2007-05-241-0/+6
| | | | line, recompute the new window start instead of recentering.
* *** empty log message ***YAMAMOTO Mitsuharu2007-05-241-0/+5
|
* (x_connection_closed): Remove NO_RETURN.Richard M. Stallman2007-05-221-0/+4
|
* (skip_chars): Update syntax-table only after we checked thatStefan Monnier2007-05-191-0/+5
| | | | the new location is valid.
* (x_calc_absolute_position): Add BLOCK_INPUT aroundYAMAMOTO Mitsuharu2007-05-191-0/+5
| | | | mac_get_window_bounds.
* vc-hooks patch installed from trunk.Glenn Morris2007-05-171-0/+4
| | | | | | | | | | | | | table cell issue cannot be reproduced, even by the OP. rms: "I think we should not delay the release to fix this" http://lists.gnu.org/archive/html/emacs-devel/2007-05/msg00168.html "A redisplay bug in 22.0.99" was fixed by this change: 2007-05-12 Chong Yidong <cyd@stupidchicken.com> * image.c (pbm_load): Correctly check image size for greyscale pbm. (see also http://lists.gnu.org/archive/html/emacs-devel/2007-05/msg00498.html).
* [USE_CARBON_EVENTS] (mac_convert_event_ref): Also convertYAMAMOTO Mitsuharu2007-05-161-0/+5
| | | | dead key repeat and up events.
* * xterm.c (XTread_socket): Revert last change.Chong Yidong2007-05-131-0/+4
|
* * image.c (pbm_load): Correctly check image size for greyscale pbm.Chong Yidong2007-05-121-0/+2
|
* * xterm.c (XTread_socket): Yet Another Uncaught X Error Crash (YAUXEC).Chong Yidong2007-05-121-0/+4
|
* (Ftranspose_regions): Yet another int/Lisp_Object mixup (YAILOM)Stefan Monnier2007-05-071-2/+6
|
* *** empty log message ***Richard M. Stallman2007-05-061-1/+5
|
* Change from author without relevant assignment is (thankfully) tiny.Glenn Morris2007-05-051-1/+1
|
* *** empty log message ***Richard M. Stallman2007-05-051-0/+7
|
* (mac_dialog_show): Apply 2007-04-27 change for xmenu.c.YAMAMOTO Mitsuharu2007-05-011-0/+5
| | | | (Fx_popup_dialog) [MAC_OSX]: Likewise.
* *** empty log message ***Richard M. Stallman2007-04-291-0/+4
|
* (try_window_reusing_current_matrix): Fix number of disabled lines.YAMAMOTO Mitsuharu2007-04-291-0/+5
|
* (xg_update_menubar, create_menus): Create emptyJan Djärv2007-04-271-0/+7
| | | | submenu for menu bar items.
* * xdisp.c (redisplay_window): Use BEG_UNCHANGED and END_UNCHANGEDChong Yidong2007-04-241-0/+5
| | | | values of the actual window.
* *** empty log message ***Richard M. Stallman2007-04-231-0/+4
|
* *** empty log message ***Eli Zaretskii2007-04-231-0/+4
|
* *** empty log message ***Richard M. Stallman2007-04-221-0/+6
|