aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2000-12-29 15:16:23 +0000
committerGerd Moellmann2000-12-29 15:16:23 +0000
commit762a68ecf7ffefc6547053653ccc41308df4e3a0 (patch)
tree9ff48cf070d7aac30a25e1c5e8f10f3544e5eb23
parent53287eb034af729bf61f579892fbd21b382de445 (diff)
downloademacs-762a68ecf7ffefc6547053653ccc41308df4e3a0.tar.gz
emacs-762a68ecf7ffefc6547053653ccc41308df4e3a0.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog3
-rw-r--r--src/ChangeLog6
2 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ecafc15abf6..12d4484f366 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
12000-12-29 Gerd Moellmann <gerd@gnu.org> 12000-12-29 Gerd Moellmann <gerd@gnu.org>
2 2
3 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
4 in Subject line.
5
3 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable): 6 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
4 Use mail-mode-hook instead of mail-setup-hook. Otherwise 7 Use mail-mode-hook instead of mail-setup-hook. Otherwise
5 continuing an interrupted message with C-u C-x m for instence, 8 continuing an interrupted message with C-u C-x m for instence,
diff --git a/src/ChangeLog b/src/ChangeLog
index 64d2bbf7d9f..8c8fb7d43d8 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12000-12-29 Gerd Moellmann <gerd@gnu.org>
2
3 * xdisp.c (move_it_by_lines): Don't do optimizations if NEED_Y_P
4 is zero. It's not worth the complexity.
5 (invisible_text_between_p): Put in #if 0 because unused.
6
12000-12-28 Gerd Moellmann <gerd@gnu.org> 72000-12-28 Gerd Moellmann <gerd@gnu.org>
2 8
3 * xfns.c (Fx_backspace_delete_keys_p): Check library and server 9 * xfns.c (Fx_backspace_delete_keys_p): Check library and server