]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Mon, 31 Jan 2000 20:18:20 +0000 (20:18 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 31 Jan 2000 20:18:20 +0000 (20:18 +0000)
lisp/ChangeLog
src/ChangeLog

index d5bf7537622ef1ab43a7b1d64776310a7e666a67..aa95abd997cb13a3d8646ebad6a378402140ec80 100644 (file)
@@ -1,3 +1,18 @@
+2000-01-31  Gerd Moellmann  <gerd@gnu.org>
+
+       * 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  <gerd@gnu.org>
 
        * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
index 6542546a3097533b625e8a26f1613931f925fbdf..6d68c17c1ad9616cf41d5db7e34fd91847e523b3 100644 (file)
@@ -1,5 +1,11 @@
 2000-01-31  Gerd Moellmann  <gerd@gnu.org>
 
+       * 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.