]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Thu, 9 Aug 2001 13:45:47 +0000 (13:45 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 9 Aug 2001 13:45:47 +0000 (13:45 +0000)
lisp/ChangeLog
src/ChangeLog

index 7268055877cc00709676e34a2a6ed1b25b3a83fe..ae57da43f2201f0e8dd8b8b945e1a982b717e18b 100644 (file)
@@ -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.
index 539bfbdb0d6a962ff20f8639ae3413ff4d91b94c..34e76bbf125dbf3769176307e5ac39453f7cdf4d 100644 (file)
@@ -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.