diff options
| author | Stefan Monnier | 2008-06-05 05:44:12 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2008-06-05 05:44:12 +0000 |
| commit | 8ba31f366fc04228330e55c9ae48f2a6ba73760f (patch) | |
| tree | 88ff83169a0c5977911825316cba6cdd10529e22 /src/ChangeLog | |
| parent | 6b1f69f1af2b8483b9c59518b40c8e47dc4b9996 (diff) | |
| download | emacs-8ba31f366fc04228330e55c9ae48f2a6ba73760f.tar.gz emacs-8ba31f366fc04228330e55c9ae48f2a6ba73760f.zip | |
* keymap.c (Vminibuffer_local_filename_must_match_map):
Rename from Vminibuffer_local_must_match_filename_map.
(syms_of_keymap):
* minibuf.c (Fcompleting_read): Adjust accordingly.
* commands.h: Rename declaration as well.
* minibuffer.el (minibuffer-local-must-match-filename-map):
Declare obsolete alias for the old name.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 454aa92093f..178e5b38969 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * keymap.c (Vminibuffer_local_filename_must_match_map): | ||
| 4 | Rename from Vminibuffer_local_must_match_filename_map. | ||
| 5 | (syms_of_keymap): | ||
| 6 | * minibuf.c (Fcompleting_read): Adjust accordingly. | ||
| 7 | * commands.h: Rename declaration as well. | ||
| 8 | |||
| 1 | 2008-06-05 Kenichi Handa <handa@m17n.org> | 9 | 2008-06-05 Kenichi Handa <handa@m17n.org> |
| 2 | 10 | ||
| 3 | * xfont.c (xfont_list): Don't set registry to iso8859-1 even if it | 11 | * xfont.c (xfont_list): Don't set registry to iso8859-1 even if it |