aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2000-09-07 17:16:08 +0000
committerEli Zaretskii2000-09-07 17:16:08 +0000
commit0341944076e36b309d334b144f4dae3f2400d35b (patch)
tree11f1b7290aae2919b1faec6b4720952ce547c014
parent0a1f9f1d9ef3fc2f300255ef2d73f51faff767ee (diff)
downloademacs-0341944076e36b309d334b144f4dae3f2400d35b.tar.gz
emacs-0341944076e36b309d334b144f4dae3f2400d35b.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog7
-rw-r--r--src/ChangeLog6
2 files changed, 13 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ed9dfdd7000..57bef8264a2 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,10 @@
12000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
2
3 * menu-bar.el (read-mail-item-name): New function.
4 (menu-bar-tools-menu): Use it to compute and display the package
5 used to read email.
6 (menu-bar-tools-menu): Fix typo in GUD's help string.
7
12000-09-07 Dave Love <fx@gnu.org> 82000-09-07 Dave Love <fx@gnu.org>
2 9
3 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle. 10 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
diff --git a/src/ChangeLog b/src/ChangeLog
index 59d91667461..051ce39d712 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
2
3 * frame.c (make_terminal_frame): Initialize frame foreground and
4 background colors to unspecified, for the initial instance of an
5 MSDOS frame.
6
12000-09-07 Gerd Moellmann <gerd@gnu.org> 72000-09-07 Gerd Moellmann <gerd@gnu.org>
2 8
3 * ralloc.c (mmap_find): Fix overlap computation. 9 * ralloc.c (mmap_find): Fix overlap computation.