aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 08151640526..87ed239db44 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,8 +1,22 @@
12000-05-03 Gerd Moellmann <gerd@gnu.org> 12000-05-03 Gerd Moellmann <gerd@gnu.org>
2 2
3 * replace.el (query-replace-map): Add binding for `E'.
4 (query-replace-help): Extend help text.
5 (perform-replace): Allow editing the replacement string.
6
7 * make-mode.el (makefile-mode-abbrev-table): New variable.
8 (makefile-mode): Set local abbrev table to
9 makefile-mode-abbrev-table.
10 (makefile-font-lock-keywords): Fontify includes and conditionals.
11
3 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't 12 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
4 set TOGGLE's value. 13 set TOGGLE's value.
5 14
15 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
16 mail-interactive-insert-alias.
17 (mail-abbrev-complete-alias): New command.
18 (mail-mode-map): Bind it to `M-TAB'.
19
62000-05-03 Kenichi Handa <handa@etl.go.jp> 202000-05-03 Kenichi Handa <handa@etl.go.jp>
7 21
8 * language/lao-util.el (lao-compose-region): New function. 22 * language/lao-util.el (lao-compose-region): New function.