aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2001-08-09 13:45:47 +0000
committerGerd Moellmann2001-08-09 13:45:47 +0000
commit8e3189f0cc9556b6e7ab1ea8ac4175fcdaf198c3 (patch)
treea5e332b9026b6e031b741e3bc8246c67d84ec360
parent15409553ec55a559edca4a68e0994687e1df2690 (diff)
downloademacs-8e3189f0cc9556b6e7ab1ea8ac4175fcdaf198c3.tar.gz
emacs-8e3189f0cc9556b6e7ab1ea8ac4175fcdaf198c3.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog3
-rw-r--r--src/ChangeLog5
2 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 7268055877c..ae57da43f22 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
12001-08-09 Gerd Moellmann <gerd@gnu.org> 12001-08-09 Gerd Moellmann <gerd@gnu.org>
2 2
3 * bindings.el (mode-line-format): Specify help-echo for line
4 number, column number and buffer-percent part of the mode-line.
5
3 * image.el (image-type-regexps): Allow whitespace at the start 6 * image.el (image-type-regexps): Allow whitespace at the start
4 of the image data for XPM, XBM and Postscript, which are 7 of the image data for XPM, XBM and Postscript, which are
5 text files. 8 text files.
diff --git a/src/ChangeLog b/src/ChangeLog
index 539bfbdb0d6..34e76bbf125 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,10 @@
12001-08-09 Gerd Moellmann <gerd@gnu.org> 12001-08-09 Gerd Moellmann <gerd@gnu.org>
2 2
3 * keyboard.c (Vpre_help_message): New variable.
4 (syms_of_keyboard): Initialize and staticpro it.
5 (show_help_echo): Record current message before displaying a
6 help-echo, and restore that message when clearing the help.
7
3 * xfns.c (x_create_im): Remove prototype. 8 * xfns.c (x_create_im): Remove prototype.
4 9
5 * xdisp.c (mark_window_display_accurate_1): Remove an assertion. 10 * xdisp.c (mark_window_display_accurate_1): Remove an assertion.