aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLute Kamstra2003-09-26 12:53:18 +0000
committerLute Kamstra2003-09-26 12:53:18 +0000
commitbc3b02f99b7b83e12da0119244b408cd890a9a3d (patch)
tree3d8b9e1528d62764e849aa73f5e17cd96c365818
parent3ba07b01dcea7fb107df80ad2418531ad7f3fe27 (diff)
downloademacs-bc3b02f99b7b83e12da0119244b408cd890a9a3d.tar.gz
emacs-bc3b02f99b7b83e12da0119244b408cd890a9a3d.zip
*** empty log message ***
-rw-r--r--etc/NEWS4
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lispref/ChangeLog11
3 files changed, 19 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index a3fb92f6d45..c2620a14eda 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2539,6 +2539,10 @@ for color support on character terminal frames. Its value can be a
2539number of colors to support, or a symbol. See the Emacs Lisp 2539number of colors to support, or a symbol. See the Emacs Lisp
2540Reference manual for more detailed documentation. 2540Reference manual for more detailed documentation.
2541 2541
2542+++
2543** The new mode-line construct `(:propertize ELT PROPS...)' can be
2544used to add text properties to mode-line elements.
2545
2542** Mode line display ignores text properties in the value 2546** Mode line display ignores text properties in the value
2543of a variable whose `risky-local-variables' property is nil. 2547of a variable whose `risky-local-variables' property is nil.
2544 2548
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 034a5b55c44..81f822398b1 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12003-09-26 Lute Kamstra <Lute.Kamstra@cwi.nl>
2
3 * bindings.el (mode-line-position): Mention size indication in
4 docstring.
5
12003-09-26 Andre Spiegel <spiegel@gnu.org> 62003-09-26 Andre Spiegel <spiegel@gnu.org>
2 7
3 * calendar/parse-time.el (parse-time-string): Add autoload cookie. 8 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index 02e1e4e54f0..34a4e57f88e 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,5 +1,14 @@
12003-09-26 Richard M. Stallman <rms@gnu.org> 12003-09-26 Lute Kamstra <Lute.Kamstra@cwi.nl>
2
3 * modes.texi (Mode Line Data): Document the :propertize construct.
4 (Mode Line Variables): Reorder the descriptions of the variables
5 to match their order in the default mode-line-format.
6 Describe the new variables mode-line-position and mode-line-modes.
7 Update the default values of mode-line-frame-identification,
8 minor-mode-alist, and default-mode-line-format.
9 (Properties in Mode): Mention the :propertize construct.
2 10
112003-09-26 Richard M. Stallman <rms@gnu.org>
3 12
4 * buffers.texi, commands.texi, debugging.texi, eval.texi: 13 * buffers.texi, commands.texi, debugging.texi, eval.texi:
5 * loading.texi, minibuf.texi, text.texi, variables.texi: 14 * loading.texi, minibuf.texi, text.texi, variables.texi: