Mercurial > emacs
changeset 38753:c1031b06e707
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Thu, 09 Aug 2001 13:45:47 +0000 |
parents | 59cccbc83f43 |
children | b6ae798c9d6e |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <gerd@gnu.org> + * 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.
--- 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 <gerd@gnu.org> + * 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.