From bc3b02f99b7b83e12da0119244b408cd890a9a3d Mon Sep 17 00:00:00 2001 From: Lute Kamstra Date: Fri, 26 Sep 2003 12:53:18 +0000 Subject: [PATCH] *** empty log message *** --- etc/NEWS | 4 ++++ lisp/ChangeLog | 5 +++++ lispref/ChangeLog | 11 ++++++++++- 3 files changed, 19 insertions(+), 1 deletion(-) 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 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. diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 034a5b55c44..81f822398b1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2003-09-26 Lute Kamstra + + * bindings.el (mode-line-position): Mention size indication in + docstring. + 2003-09-26 Andre Spiegel * 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 @@ -2003-09-26 Richard M. Stallman +2003-09-26 Lute Kamstra + + * 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 * buffers.texi, commands.texi, debugging.texi, eval.texi: * loading.texi, minibuf.texi, text.texi, variables.texi: -- 2.39.2