Mercurial > emacs
changeset 34044:0a791e59ada4
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Thu, 30 Nov 2000 13:09:49 +0000 |
parents | c821614e1eef |
children | 546a32ec3540 |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Nov 30 13:09:23 2000 +0000 +++ b/lisp/ChangeLog Thu Nov 30 13:09:49 2000 +0000 @@ -1,3 +1,7 @@ +2000-11-30 Gerd Moellmann <gerd@gnu.org> + + * bs.el: Undo mistaken change of 2000-11-28. Update copyright. + 2000-11-30 Rob Riepel <riepel@Stanford.EDU> * emulation/tpu-edt.el (tpu-version): New version.
--- a/src/ChangeLog Thu Nov 30 13:09:23 2000 +0000 +++ b/src/ChangeLog Thu Nov 30 13:09:49 2000 +0000 @@ -1,5 +1,7 @@ 2000-11-30 Gerd Moellmann <gerd@gnu.org> + * xmenu.c (popup_get_selection): Use xmalloc instead of malloc. + * xterm.c (x_estimate_mode_line_height): If `mode-line' face hasn't a font, use that of the frame, as drawing glyphs does.