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: Fri, 08 Feb 2002 11:46:14 -0500

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.2427 emacs/src/ChangeLog:1.2428
*** emacs/src/ChangeLog:1.2427  Fri Feb  8 05:19:25 2002
--- emacs/src/ChangeLog Fri Feb  8 11:46:13 2002
***************
*** 6,11 ****
--- 6,15 ----
  
        * sysdep.c (init_system_name): Put unused variable `p' in #if 0.
  
+ 2002-02-07  Stefan Monnier  <address@hidden>
+ 
+       * lisp.h (Fx_file_dialog): Export (for Motif code in fileio.c).
+ 
  2002-02-07  Kim F. Storm  <address@hidden>
  
        * keymap.c (where_is_internal): Only check whether definition is
***************
*** 23,36 ****
        defining command remapping.  Doc updated.
        (Flookup_key): Remap command through keymap if KEY is a symbol.
        (is_command_symbol): New function.
!       (Fkey_binding): Use it.  New optional argument NO-REMAP.  Doc
!       updated.  Callers changed.  Perform command remapping via
        recursive call unless that arg is non-nil.
        (where_is_internal): New argument no_remap.  Callers changed.
        Call recursively to find original key bindings for a remapped
        comand unless that arg is non-nil.
!       (Fwhere_is_internal): New optional argument NO-REMAP.  Doc
!       updated.  Callers changed.  Pass arg to where_is_internal. 
  
        * keymap.h (Fkey_binding, Fwhere_is_internal): Update prototype.
        (is_command_symbol): Added prototype.
--- 27,40 ----
        defining command remapping.  Doc updated.
        (Flookup_key): Remap command through keymap if KEY is a symbol.
        (is_command_symbol): New function.
!       (Fkey_binding): Use it.  New optional argument NO-REMAP.
!       Doc updated.  Callers changed.  Perform command remapping via
        recursive call unless that arg is non-nil.
        (where_is_internal): New argument no_remap.  Callers changed.
        Call recursively to find original key bindings for a remapped
        comand unless that arg is non-nil.
!       (Fwhere_is_internal): New optional argument NO-REMAP.
!       Doc updated.  Callers changed.  Pass arg to where_is_internal.
  
        * keymap.h (Fkey_binding, Fwhere_is_internal): Update prototype.
        (is_command_symbol): Added prototype.
***************
*** 63,69 ****
        * lread.c (read1): Redesign strategy for force_multibyte and
        force_singlebyte.  Now is_multibyte records whether read_buffer
        is multibyte.  Encountering any multibyte character makes it so.
!       
  2002-02-02  Stefan Monnier  <address@hidden>
  
        * term.c (term_get_fkeys_1): If `k0' and `k;' are both specified and
--- 67,73 ----
        * lread.c (read1): Redesign strategy for force_multibyte and
        force_singlebyte.  Now is_multibyte records whether read_buffer
        is multibyte.  Encountering any multibyte character makes it so.
! 
  2002-02-02  Stefan Monnier  <address@hidden>
  
        * term.c (term_get_fkeys_1): If `k0' and `k;' are both specified and



reply via email to

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