aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Gerd Moellmann2000-10-311-0/+3
|
* (update_frame_line): Handle case where spaces inGerd Moellmann2000-10-311-0/+3
| | | | the default face are colored.
* (redisplay_tool_bar): Don't set fonts_changed_p ifGerd Moellmann2000-10-311-0/+5
| | | | window height hasn't changed.
* (x_produce_glyphs): Handle composite characters.Jason Rumney2000-10-311-0/+6
| | | | | (x_draw_glyph_string_foreground) (x_draw_composite_glyph_string_foreground): Restore old font.
* (read_minibuf): Reset the undo history just before starting the recursive-edit.Miles Bader2000-10-311-0/+5
|
* (x_load_resources): Use the class name in the defaults.Stefan Monnier2000-10-301-0/+2
|
* (menu_face_change_count): New variable.Gerd Moellmann2000-10-301-0/+6
| | | | | | | (Finternal_set_lisp_face_attribute): Increment it for changes of the `menu' face. (realize_basic_faces): Reflect changes in the `menu' faces in menu bars.
* (try_scrolling) <PT >= scroll_margin_pos>: Add 1 to theGerd Moellmann2000-10-301-0/+4
| | | | | dy obtained from the iterator's y-position after moving from scroll_margin_pos to PT; see comment there.
* (safe_eval_handler): Call add_to_log.Gerd Moellmann2000-10-301-0/+2
|
* (resolve_face_name): Handle case that FACE_NAMEGerd Moellmann2000-10-301-0/+3
| | | | is not a symbol or string.
* (echo_area_display): Don't perform a display update fromGerd Moellmann2000-10-301-0/+7
| | | | | | inside redisplay. The update will happen anyway at the end of redisplay, and it can confuse redisplay (GC messages while redisplaying, for instance.)
* *** empty log message ***Stefan Monnier2000-10-301-2/+6
|
* (x_alloc_nearest_color): Fix last change to compareGerd Moellmann2000-10-301-0/+3
| | | | RGB values.
* (x_alloc_nearest_color): If allocation succeeds, andGerd Moellmann2000-10-301-0/+4
| | | | | we have a color cache, check that the cached color equals the allocated color. If not, clear the color cache.
* *** empty log message ***Gerd Moellmann2000-10-301-0/+3
|
* (syms_of_keyboard): Change DEFVAR_LISP ofGerd Moellmann2000-10-301-0/+5
| | | | update_menu_bindings to DEFVAR_BOOL.
* *** empty log message ***Kenichi Handa2000-10-301-0/+3
|
* *** empty log message ***Kenichi Handa2000-10-301-0/+2
|
* *** empty log message ***Kenichi Handa2000-10-301-0/+4
|
* (bdffont): Add nchars.Jason Rumney2000-10-291-0/+15
|
* *** empty log message ***Eli Zaretskii2000-10-281-0/+9
|
* * undo.c (record_delete): Check that last_undo_buffer is really a buffer beforeKen Raeburn2000-10-271-0/+6
| | | | | | applying XBUFFER to it. * keymap.c (where_is_internal): Pass lisp object, not integer, to Faref.
* * window.h (Fwindow_live_p): Declare.Ken Raeburn2000-10-271-0/+4
|
* * lisp.h (KEYMAPP): New macro.Stefan Monnier2000-10-271-0/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (get_keymap): Remove. (get_keymap_1): Rename get_keymap. * keyboard.h (get_keymap_1, Fkeymapp): Remove prototype. * xterm.c (note_mode_line_highlight): Use KEYMAPP. * xmenu.c (single_submenu): Use KEYMAPP. (Fx_popup_menu): Fetch keymaps rather than checking Fkeymapp. Use KEYMAPP rather than Fkeymapp. * w32term.c (note_mode_line_highlight): Use KEYMAPP. * w32menu.c (True, False): Remove (use TRUE and FALSE instead). (Fx_popup_menu): Fetch keymaps rather than checking Fkeymapp. Use KEYMAPP rather than Fkeymapp. (single_submenu): Use KEYMAPP. (w32_menu_show, w32_dialog_show): Use TRUE. * minibuf.c (Fread_from_minibuffer): Update call to get_keymap. * keymap.c (KEYMAPP): Remove (moved to lisp.h). (Fkeymapp): Use KEYMAPP. (get_keymap): Rename from get_keymap_1. Remove old def. Return t when autoload=0 and error=0 and the keymap needs autoloading. (Fcopy_keymap): Check (eq (car x) 'keymap) rather than using Fkeymapp. (Fminor_mode_key_binding): Don't raise an error if the binding is not a keymap. (Fuse_global_map, Fuse_local_map): Allow autoloading. (Faccessible_keymaps): Fetch keymaps rather than checking Fkeymapp. * keyboard.c (read_char): get_keymap_1 -> get_keymap. Allow Vspecial_event_map to be autoloaded. (menu_bar_items): Fetch the keymap rather than using keymapp. (menu_bar_one_keymap): No need to follow func-indirect any more. (parse_menu_item): get_keymap_1 -> get_keymap. (tool_bar_items): Fetch the keymap rather than using keymapp. (read_key_sequence): Use KEYMAPP. * intervals.c (get_local_map): Use get_keymap rather than following function-indirections explicitly. * doc.c (Fsubstitute_command_keys): get_keymap_1 -> get_keymap.
* *** empty log message ***Jason Rumney2000-10-271-0/+7
|
* Add code from mcheck.c of glibc-1.09.1.Gerd Moellmann2000-10-271-0/+6
| | | | | (freehook, reallochook): Handle null pointer arguments. (__malloc_initialize) [GC_MCHECK]: Call mcheck.
* *** empty log message ***Stefan Monnier2000-10-271-0/+6
|
* (x_draw_glyph_string): Treat XA_UNDERLINE_POSITION as aGerd Moellmann2000-10-271-0/+6
| | | | | signed value, and use a default value computed from the font's maximum descent.
* *** empty log message ***Miles Bader2000-10-271-0/+8
|
* *** empty log message ***Dave Love2000-10-261-0/+5
|
* (size_window): Compute size difference from sum of oldGerd Moellmann2000-10-261-0/+3
| | | | child window sizes instead of from parent's size.
* *** empty log message ***Gerd Moellmann2000-10-261-0/+6
|
* Copy across changelog entries for regex.c.Andrew Innes2000-10-261-0/+12
|
* (Fdelete_frame): Run delete-frame-hook.Gerd Moellmann2000-10-261-0/+4
|
* *** empty log message ***Kenichi Handa2000-10-261-0/+5
|
* *** empty log message ***Stefan Monnier2000-10-261-0/+23
|
* *** empty log message ***Stefan Monnier2000-10-251-0/+10
|
* (pos_visible_p): Don't add `it.current_y' twice.Miles Bader2000-10-251-0/+4
|
* *** empty log message ***Gerd Moellmann2000-10-251-0/+10
|
* *** empty log message ***Kenichi Handa2000-10-251-0/+7
|
* *** empty log message ***Miles Bader2000-10-251-0/+3
|
* *** empty log message ***Miles Bader2000-10-251-0/+1
|
* (find_field):Miles Bader2000-10-251-0/+9
| | | | | | | Set the field stickiness correctly from overlay fields. Use renamed `text_property_stickiness'. (text_property_stickiness): Renamed from `char_property_stickiness'.
* Use AREF, ASET and ASIZE macros.Stefan Monnier2000-10-251-0/+13
| | | | | | | | | | | | (Fmake_sparse_keymap): Docstring fix. (synkey): Remove. (shadow_lookup): Move up. Handle the case where lookup-key returns an integer. (where_is_internal_1): Drop arg `keymap'. Don't check shadowing. (where_is_internal_2): Adapt to fewer args for where_is_internal_1. (Fwhere_is_internal): Allow `xkeymap' to be a list of keymaps. Simplify/rewrite the keymap-finding code. Add check for command shadowing, using shadow_lookup.
* *** empty log message ***Stefan Monnier2000-10-251-0/+6
|
* (unlock_all_files): Use unlock_file to expand eachGerd Moellmann2000-10-241-0/+5
| | | | buffer's file_truename before trying remove its lock file.
* (directory_files_internal_unwind): New function.Andrew Innes2000-10-241-0/+8
| | | | | | | (directory_files_internal): Use it to ensure closedir is called even if expand-file-name or file-attributes throw, eg. because of a user interrupt. Also enable immediate_quit while calling re_search, so that matching can be interrupted as well.
* (size_window): Prevent setting window's width orGerd Moellmann2000-10-241-0/+3
| | | | height to a negative value (esp. with XSETFASTINT).
* (state_protected_p, last_state_size, last_heapinfo)Gerd Moellmann2000-10-241-0/+9
| | | | | | | | | | [GC_MALLOC_CHECK && GC_PROTECT_MALLOC_STATE]: New variables. (protect_malloc_state) [GC_MALLOC_CHECK && GC_PROTECT_MALLOC_STATE]: New function. (PROTECT_MALLOC_STATE): New macro. (__malloc_initialize, morecore, _malloc_internal) (_free_internal) _realloc_internal): Use it to make _heapinfo read-only outside of gmalloc.
* *** empty log message ***Gerd Moellmann2000-10-241-0/+2
|