]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Sun, 31 Oct 1999 14:01:04 +0000 (14:01 +0000)
committerGerd Moellmann <gerd@gnu.org>
Sun, 31 Oct 1999 14:01:04 +0000 (14:01 +0000)
lisp/ChangeLog
src/ChangeLog

index 7af8567469999b85c781f1ee3c23f35528d5d3e8..6f78fb5be9fbe69e9f7647fd3b2c2910838bda23 100644 (file)
@@ -1,3 +1,9 @@
+1999-10-31  Rajesh Vaidheeswarran  <rv@dsmit.com>
+
+       * whitespace.el (whitespace-update-modeline): Bugfix to ensure
+       that the modeline display was updated *only* when
+       `whitespace-display-in-modeline' was set, not otherwise.
+
 1999-10-30  Gerd Moellmann  <gerd@gnu.org>
 
        * textmodes/sgml-mode.el (sgml-char-names): Change "half" to
index ab6e6771dcef0420b2b2d7fe7f2e8bdd57adb45b..f69810b1f5a1cac1ed6e2d4a8749859387797fdf 100644 (file)
@@ -1,5 +1,7 @@
 1999-10-31  Gerd Moellmann  <gerd@gnu.org>
 
+       * xdisp.c (resize_mini_window): Compute needed height differently.
+
        * fns.c (Flength): Unroll loop over lists.
 
        * xdisp.c (append_space): Return non-zero if space was appended.