# HG changeset patch # User Gerd Moellmann # Date 975589789 0 # Node ID 0a791e59ada446831df0f9bb586094095d97ca85 # Parent c821614e1eef6c4ce7dc5b738b769d21083da5a2 *** empty log message *** diff -r c821614e1eef -r 0a791e59ada4 lisp/ChangeLog --- 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 + + * bs.el: Undo mistaken change of 2000-11-28. Update copyright. + 2000-11-30 Rob Riepel * emulation/tpu-edt.el (tpu-version): New version. diff -r c821614e1eef -r 0a791e59ada4 src/ChangeLog --- 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 + * 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.