# HG changeset patch # User Gerd Moellmann # Date 997364747 0 # Node ID c1031b06e70773dcb92b4824f46314010a40df76 # Parent 59cccbc83f43cde8ad5d7a596d57f385a684d04e *** empty log message *** diff -r 59cccbc83f43 -r c1031b06e707 lisp/ChangeLog --- a/lisp/ChangeLog Thu Aug 09 13:45:23 2001 +0000 +++ b/lisp/ChangeLog Thu Aug 09 13:45:47 2001 +0000 @@ -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 -r 59cccbc83f43 -r c1031b06e707 src/ChangeLog --- a/src/ChangeLog Thu Aug 09 13:45:23 2001 +0000 +++ b/src/ChangeLog Thu Aug 09 13:45:47 2001 +0000 @@ -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.