]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorLute Kamstra <lute@gnu.org>
Mon, 29 Sep 2003 10:28:56 +0000 (10:28 +0000)
committerLute Kamstra <lute@gnu.org>
Mon, 29 Sep 2003 10:28:56 +0000 (10:28 +0000)
etc/NEWS
lisp/ChangeLog
lispref/ChangeLog

index c2620a14eda8d5fe3a6c97442eb0e89efab47597..bf07a1f93f074bd948699a7051c5b311ca77b521 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2543,8 +2543,10 @@ Reference manual for more detailed documentation.
 ** The new mode-line construct `(:propertize ELT PROPS...)' can be
 used to add text properties to mode-line elements.
 
-** Mode line display ignores text properties in the value
-of a variable whose `risky-local-variables' property is nil.
++++
+** Mode line display ignores text properties as well as the
+:propertize and :eval forms in the value of a variable whose
+`risky-local-variable' property is nil.
 
 +++
 ** The new `%i' and `%I' constructs for `mode-line-format' can be used
index f21f88cab87a2473bebded7c0eb0f032c5a0c335..4cc2f1bb2b50e1cb7514f8bf601d5b9ec78ea278 100644 (file)
@@ -1,3 +1,10 @@
+2003-09-29  Lute Kamstra  <Lute.Kamstra@cwi.nl>
+
+       * bindings.el (mode-line-modes): Remove superfluous :propertize
+       construct in initialization.
+       (mode-line-position): Change cons cell into proper list in
+       initialization.
+
 2003-09-29  SAITO Takuya <tabmore@rivo.mediatti.net>  (tiny change)
 
        * international/mule.el (decode-coding-inserted-region): Use car
index 34a4e57f88e99a6b55d648c941e77b8035746f73..562a3d476e9a90a6a92889d85a124909b4eb1b45 100644 (file)
@@ -1,3 +1,10 @@
+2003-09-29  Lute Kamstra  <Lute.Kamstra@cwi.nl>
+
+       * modes.texi (Mode Line Data): Explain when symbols in mode-line
+       constructs should be marked as risky.  
+       Change cons cell into proper list.
+       (Mode Line Variables): Change cons cell into proper list.
+
 2003-09-26  Lute Kamstra  <Lute.Kamstra@cwi.nl>
 
        * modes.texi (Mode Line Data): Document the :propertize construct.