]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorLute Kamstra <lute@gnu.org>
Fri, 26 Sep 2003 12:53:18 +0000 (12:53 +0000)
committerLute Kamstra <lute@gnu.org>
Fri, 26 Sep 2003 12:53:18 +0000 (12:53 +0000)
etc/NEWS
lisp/ChangeLog
lispref/ChangeLog

index a3fb92f6d45b8f23bbf5876b9d369b94ab6510d5..c2620a14eda8d5fe3a6c97442eb0e89efab47597 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2539,6 +2539,10 @@ for color support on character terminal frames.  Its value can be a
 number of colors to support, or a symbol.  See the Emacs Lisp
 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.
 
index 034a5b55c446b406a0a0d61ada4ab2a86cb9a682..81f822398b14a82f12e690c3c9e32b763f711686 100644 (file)
@@ -1,3 +1,8 @@
+2003-09-26  Lute Kamstra  <Lute.Kamstra@cwi.nl>
+
+       * bindings.el (mode-line-position): Mention size indication in
+       docstring.
+
 2003-09-26  Andre Spiegel  <spiegel@gnu.org>
 
        * calendar/parse-time.el (parse-time-string): Add autoload cookie.
index 02e1e4e54f0460b41093926bfcd7c71173bd3883..34a4e57f88e99a6b55d648c941e77b8035746f73 100644 (file)
@@ -1,5 +1,14 @@
-2003-09-26  Richard M. Stallman  <rms@gnu.org>
+2003-09-26  Lute Kamstra  <Lute.Kamstra@cwi.nl>
+
+       * modes.texi (Mode Line Data): Document the :propertize construct.
+       (Mode Line Variables): Reorder the descriptions of the variables
+       to match their order in the default mode-line-format.  
+       Describe the new variables mode-line-position and mode-line-modes.
+       Update the default values of mode-line-frame-identification,
+       minor-mode-alist, and default-mode-line-format.
+       (Properties in Mode): Mention the :propertize construct.
 
+2003-09-26  Richard M. Stallman  <rms@gnu.org>
 
        * buffers.texi, commands.texi, debugging.texi, eval.texi: 
        * loading.texi, minibuf.texi, text.texi, variables.texi: