From: Gerd Moellmann Date: Mon, 31 Jan 2000 20:18:20 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~5159 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=74e9213b8bad45a2f13f4c7a7fd88d20d51e1897;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d5bf7537622..aa95abd997c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,18 @@ +2000-01-31 Gerd Moellmann + + * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el, + progmodes/ebnf-iso.el, progmodes/ebnf-otz.el, + progmodes/ebnf-yac.el: Update copyright. + + * jit-lock.el (jit-lock-function): Widen before calculating end + position. + (jit-lock-stealth-chunk-start): Rewritten. + + * info.el (Info-title-face-alist): Removed. + (Info-title-1-face, Info-title-2-face, Info-title-3-face): New + faces. + (Info-fontify-node): Use these faces. + 2000-01-30 Gerd Moellmann * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list) diff --git a/src/ChangeLog b/src/ChangeLog index 6542546a309..6d68c17c1ad 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,11 @@ 2000-01-31 Gerd Moellmann + * emacs.c (USAGE): Use term `display options' instead of `X + options'. + + * xdisp.c (Ftrace_to_stderr) [GLYPH_DEBUG]: New function. + (syms_of_xdisp) [GLYPH_DEBUG]: Defsubr it. + * fns.c (sweep_weak_table): New function. (sweep_weak_hash_tables): Use it. Keep on marking until there is no more change.