From: Gerd Moellmann Date: Thu, 9 Aug 2001 13:45:47 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.105~237 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8e3189f0cc9556b6e7ab1ea8ac4175fcdaf198c3;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7268055877c..ae57da43f22 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2001-08-09 Gerd Moellmann + * bindings.el (mode-line-format): Specify help-echo for line + number, column number and buffer-percent part of the mode-line. + * image.el (image-type-regexps): Allow whitespace at the start of the image data for XPM, XBM and Postscript, which are text files. diff --git a/src/ChangeLog b/src/ChangeLog index 539bfbdb0d6..34e76bbf125 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,10 @@ 2001-08-09 Gerd Moellmann + * keyboard.c (Vpre_help_message): New variable. + (syms_of_keyboard): Initialize and staticpro it. + (show_help_echo): Record current message before displaying a + help-echo, and restore that message when clearing the help. + * xfns.c (x_create_im): Remove prototype. * xdisp.c (mark_window_display_accurate_1): Remove an assertion.