Mercurial > emacs
changeset 34037:38e373eb183f
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Thu, 30 Nov 2000 12:28:01 +0000 |
parents | c2a8edb5b5ec |
children | 743849495725 |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 11 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Nov 30 12:27:36 2000 +0000 +++ b/lisp/ChangeLog Thu Nov 30 12:28:01 2000 +0000 @@ -17,6 +17,11 @@ * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line. +2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu> + + * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly + and skip whitespace and newlines. + 2000-11-30 Stefan Monnier <monnier@cs.yale.edu> * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
--- a/src/ChangeLog Thu Nov 30 12:27:36 2000 +0000 +++ b/src/ChangeLog Thu Nov 30 12:28:01 2000 +0000 @@ -1,3 +1,9 @@ +2000-11-30 Gerd Moellmann <gerd@gnu.org> + + * 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 <monnier@cs.yale.edu> * eval.c (Frun_hooks): Allow 0 arguments.