aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 735ed5f3182..b32a3154ed2 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,11 @@
12001-05-18 Gerd Moellmann <gerd@gnu.org> 12001-05-18 Gerd Moellmann <gerd@gnu.org>
2 2
3 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
4 subst-char-in-string.
5 (ange-ftp-after-parse-ls-hook): New variable.
6 (ange-ftp-ls): Run that hook.
7 From Peter Milliken <Peter.Milliken@GTECH.COM>.
8
3 * tmm.el (tmm-get-keymap): Fix handling of :filter. 9 * tmm.el (tmm-get-keymap): Fix handling of :filter.
4 (tmm-add-prompt): Bind buffer-read-only to nil when inserting 10 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
5 text into *Completions*. 11 text into *Completions*.