From: Gerd Moellmann Date: Tue, 15 Aug 2000 15:02:30 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~2291 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=32dc52f71a51f7f73cb22f3c681ad32a71b7777c;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index fcadc22c9fa..ffee2d9f6a5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2000-08-15 Gerd Moellmann + * font-lock.el: Require jit-lock to prevent a very late + `Loading jit-lock' message. + * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors' mail address. diff --git a/src/ChangeLog b/src/ChangeLog index cb299eaec77..9a8ac09b273 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2000-08-15 Gerd Moellmann + + * term.c (turn_off_face): Reset standout_mode when resetting + apparances with capability `me'. + (write_glyphs): Switch on inverse video before each face change. + 2000-08-14 Dave Love * alloc.c [HAVE_UNISTD_H]: Include unistd.h; don't declare sbrk.