aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog4
-rw-r--r--src/ChangeLog2
2 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 47c45dbaac3..b75b5a058d4 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12000-11-30 Gerd Moellmann <gerd@gnu.org>
2
3 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
4
12000-11-30 Rob Riepel <riepel@Stanford.EDU> 52000-11-30 Rob Riepel <riepel@Stanford.EDU>
2 6
3 * emulation/tpu-edt.el (tpu-version): New version. 7 * emulation/tpu-edt.el (tpu-version): New version.
diff --git a/src/ChangeLog b/src/ChangeLog
index 101a8433acc..33649c0155b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12000-11-30 Gerd Moellmann <gerd@gnu.org> 12000-11-30 Gerd Moellmann <gerd@gnu.org>
2 2
3 * xmenu.c (popup_get_selection): Use xmalloc instead of malloc.
4
3 * xterm.c (x_estimate_mode_line_height): If `mode-line' face 5 * xterm.c (x_estimate_mode_line_height): If `mode-line' face
4 hasn't a font, use that of the frame, as drawing glyphs 6 hasn't a font, use that of the frame, as drawing glyphs
5 does. 7 does.