emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/ChangeLog


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog
Date: Wed, 16 Nov 2005 13:39:01 -0500

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.4720 emacs/src/ChangeLog:1.4721
*** emacs/src/ChangeLog:1.4720  Wed Nov 16 16:38:47 2005
--- emacs/src/ChangeLog Wed Nov 16 18:39:00 2005
***************
*** 1,9 ****
  2005-11-16  Chong Yidong  <address@hidden>
  
        * 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).
  
        * xterm.c (x_bitmap_icon): Use the xpm if available.
  
--- 1,13 ----
+ 2005-11-16  Stefan Monnier  <address@hidden>
+ 
+       * lread.c (readevalloop): Add missing GCPROs.
+ 
  2005-11-16  Chong Yidong  <address@hidden>
  
        * xfns.c (xg_set_icon_from_xpm_data): New function.
  
!       * 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,82 ****
        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.)
        (convert_fn_keycode): Map Fn-keys to their original keycode
        using a table (english keyboard only).
  
--- 75,85 ----
        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.)
        (convert_fn_keycode): Map Fn-keys to their original keycode
        using a table (english keyboard only).
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]