diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d13b5a7241b..6be07926c1d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -17,6 +17,11 @@ * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line. +2000-11-30 Edward M. Reingold + + * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly + and skip whitespace and newlines. + 2000-11-30 Stefan Monnier * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05. diff --git a/src/ChangeLog b/src/ChangeLog index e36ebfd5218..101a8433acc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2000-11-30 Gerd Moellmann + + * xterm.c (x_estimate_mode_line_height): If `mode-line' face + hasn't a font, use that of the frame, as drawing glyphs + does. + 2000-11-29 Stefan Monnier * eval.c (Frun_hooks): Allow 0 arguments.