Mercurial > emacs
changeset 55562:b4deb4abca4d
*** empty log message ***
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Thu, 13 May 2004 00:32:26 +0000 |
parents | 1222cdcfb1e1 |
children | a58f6db8bf3d |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 15 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu May 13 00:22:16 2004 +0000 +++ b/lisp/ChangeLog Thu May 13 00:32:26 2004 +0000 @@ -1,3 +1,13 @@ +2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk> + + * calendar/appt.el (appt-disp-window): Use + `calendar-set-mode-line' for a centered mode-line. + +2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change) + + * calendar/appt.el (appt-disp-window): Do not split window + excessively when `split-height-threshold' is low. + 2004-05-12 Nick Roberts <nickrob@gnu.org> * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
--- a/src/ChangeLog Thu May 13 00:22:16 2004 +0000 +++ b/src/ChangeLog Thu May 13 00:32:26 2004 +0000 @@ -1,3 +1,8 @@ +2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk> + + * window.c (Fdisplay_buffer, Fsplit_window) + (split-height-threshold): Doc fix. + 2004-05-13 Juanma Barranquero <lektu@terra.es> * xfaces.c (Ftty_supports_face_attributes_p)