aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2005-12-02 14:12:31 +0000
committerEli Zaretskii2005-12-02 14:12:31 +0000
commit0a79da1b5da6fcf7f2444f75381411f48034afba (patch)
treec5117386452acefb48181c85f3a03eeb0a3d9622 /src
parent69027deaaf5215357e5f7245adb9ad43f4f4939a (diff)
downloademacs-0a79da1b5da6fcf7f2444f75381411f48034afba.tar.gz
emacs-0a79da1b5da6fcf7f2444f75381411f48034afba.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 3c06d253cd2..98533a93aac 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,19 @@
12005-12-02 David Reitter <david.reitter@gmail.com>
2
3 * minibuf.c (Fcompleting_read): If Vminibuffer_completing_file_name is
4 non-nil, use the new keymaps Vminibuffer_local_filename_completion_map
5 and Vminibuffer_local_must_match_filename_map keymaps.
6 (keys_of_minibuf): Bind SPC in the new file-name completion keymaps.
7
8 * keymap.c (Vminibuffer_local_filename_completion_map)
9 (Vminibuffer_local_must_match_filename_map): New variables.
10 (syms_of_keymap): DEFVAR_LISP them, initialize them, and set their
11 parent to be Vminibuffer_local_completion_map and
12 Vminibuffer_local_must_match_map, respectively.
13
14 * commands.h (Vminibuffer_local_filename_completion_map)
15 (Vminibuffer_local_must_match_filename_map): Declare the new keymaps.
16
12005-12-01 Stefan Monnier <monnier@iro.umontreal.ca> 172005-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
2 18
3 * window.c (Fset_window_configuration): Don't accidentally copy the 19 * window.c (Fset_window_configuration): Don't accidentally copy the