1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-11 22:11:21 -08:00

*** empty log message ***

This commit is contained in:
Gerd Moellmann 2000-11-30 12:28:01 +00:00
parent 619fdf3d11
commit b02cd40b64
2 changed files with 11 additions and 0 deletions

View file

@ -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.

View file

@ -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.