aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2000-08-15 15:02:30 +0000
committerGerd Moellmann2000-08-15 15:02:30 +0000
commit32dc52f71a51f7f73cb22f3c681ad32a71b7777c (patch)
tree64e1eed1c4b80d7894413a8eb0005cce252abcd0
parent2535aa8c71c129976e7e3f5ea8ea9b2324d4830f (diff)
downloademacs-32dc52f71a51f7f73cb22f3c681ad32a71b7777c.tar.gz
emacs-32dc52f71a51f7f73cb22f3c681ad32a71b7777c.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 fcadc22c9fa..ffee2d9f6a5 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
12000-08-15 Gerd Moellmann <gerd@gnu.org> 12000-08-15 Gerd Moellmann <gerd@gnu.org>
2 2
3 * font-lock.el: Require jit-lock to prevent a very late
4 `Loading jit-lock' message.
5
3 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el 6 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
4 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors' 7 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
5 mail address. 8 mail address.
diff --git a/src/ChangeLog b/src/ChangeLog
index cb299eaec77..9a8ac09b273 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12000-08-15 Gerd Moellmann <gerd@gnu.org>
2
3 * term.c (turn_off_face): Reset standout_mode when resetting
4 apparances with capability `me'.
5 (write_glyphs): Switch on inverse video before each face change.
6
12000-08-14 Dave Love <fx@gnu.org> 72000-08-14 Dave Love <fx@gnu.org>
2 8
3 * alloc.c [HAVE_UNISTD_H]: Include unistd.h; don't declare sbrk. 9 * alloc.c [HAVE_UNISTD_H]: Include unistd.h; don't declare sbrk.