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: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog
Date: Fri, 02 Dec 2005 08:56:51 -0500

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.4743 emacs/src/ChangeLog:1.4744
*** emacs/src/ChangeLog:1.4743  Thu Dec  1 16:25:15 2005
--- emacs/src/ChangeLog Fri Dec  2 13:56:51 2005
***************
*** 1,3 ****
--- 1,19 ----
+ 2005-12-02  David Reitter  <address@hidden>
+ 
+       * minibuf.c (Fcompleting_read): If Vminibuffer_completing_file_name is
+       non-nil, use the new keymaps Vminibuffer_local_filename_completion_map
+       and Vminibuffer_local_must_match_filename_map keymaps.
+       (keys_of_minibuf): Bind SPC in the new file-name completion keymaps.
+ 
+       * keymap.c (Vminibuffer_local_filename_completion_map)
+       (Vminibuffer_local_must_match_filename_map): New variables.
+       (syms_of_keymap): DEFVAR_LISP them, initialize them, and set their
+       parent to be Vminibuffer_local_completion_map and
+       Vminibuffer_local_must_match_map, respectively.
+ 
+       * commands.h (Vminibuffer_local_filename_completion_map)
+       (Vminibuffer_local_must_match_filename_map): Declare the new keymaps.
+ 
  2005-12-01  Stefan Monnier  <address@hidden>
  
        * window.c (Fset_window_configuration): Don't accidentally copy the




reply via email to

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