From c01f0ed30392fb924078c0bb01319493a813a641 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Wed, 16 Nov 2005 18:39:00 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 5 +++++ src/ChangeLog | 19 +++++++++++-------- 2 files changed, 16 insertions(+), 8 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 119f6848294..0acb02ef260 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2005-11-16 Hrvoje Niksic + + * savehist.el (savehist-mode-hook): Re-add the var. + (savehist-mode): Use it. + 2005-11-16 Stefan Monnier * textmodes/flyspell.el: Fix commenting convention. diff --git a/src/ChangeLog b/src/ChangeLog index 513d9d0ff92..900db33db3d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,9 +1,13 @@ +2005-11-16 Stefan Monnier + + * lread.c (readevalloop): Add missing GCPROs. + 2005-11-16 Chong Yidong * xfns.c (xg_set_icon_from_xpm_data): New function. - * gnu.h (gnu_xpm_bits): Renamed from gnu_bits. - (gnu_xbm_bits): Renamed from gnu_bits (xbm version). + * gnu.h (gnu_xpm_bits): Rename from gnu_bits. + (gnu_xbm_bits): Rename from gnu_bits (xbm version). * xterm.c (x_bitmap_icon): Use the xpm if available. @@ -71,12 +75,11 @@ Vmac_option_modifier / mac-option-modifier, Vmac_command_modifier / mac-command-modifier. (mac_to_emacs_modifiers): Use the new style modifier - variables. Return UInt32 (modifiers are longs now.) - (backtranslate_modified_keycode): new function (refactoring) - (XTread_socket): use new modifier variables and refactored - function - (mac_determine_quit_char_modifiers): remove macMetaKey (there is - no dedicated meta key. Not in use anyway.) + variables. Return UInt32 (modifiers are longs now.) + (backtranslate_modified_keycode): New function (refactoring). + (XTread_socket): Use new modifier variables and refactored function. + (mac_determine_quit_char_modifiers): Remove macMetaKey (there is + no dedicated meta key. Not in use anyway.) (convert_fn_keycode): Map Fn-keys to their original keycode using a table (english keyboard only). -- 2.39.5