diff options
| author | Eli Zaretskii | 2010-12-18 10:53:28 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2010-12-18 10:53:28 +0200 |
| commit | 287e63bb58cf30457222598c64b4bf551cdeb381 (patch) | |
| tree | 10867687196a469f722029109d6960c44595a4f6 /etc | |
| parent | 30d621a239c131219cade1d57742c5e852bcc4f9 (diff) | |
| download | emacs-287e63bb58cf30457222598c64b4bf551cdeb381.tar.gz emacs-287e63bb58cf30457222598c64b4bf551cdeb381.zip | |
Fallout from fixing bug #7587.
doc/lispref/modes.texi (Emulating Mode Line): Update documentation of
format-mode-line according to changes that fixed bug #7587.
etc/NEWS: Mention the incompatible change in format-mode-line wrt its
FACE argument.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -1845,6 +1845,11 @@ checking/manipulating elements directly, use the new functions | |||
| 1845 | ** `mode-name' is no longer guaranteed to be a string. | 1845 | ** `mode-name' is no longer guaranteed to be a string. |
| 1846 | Use `(format-mode-line mode-name)' to ensure a string value. | 1846 | Use `(format-mode-line mode-name)' to ensure a string value. |
| 1847 | 1847 | ||
| 1848 | ** `format-mode-line' now supports only a few basic faces as its FACE argument. | ||
| 1849 | The FACE argument to `format-mode-line' should be one of `default', | ||
| 1850 | `mode-line', `mode-line-inactive', `header-line', or `tool-bar'. Any | ||
| 1851 | other face is treated as `default'. | ||
| 1852 | |||
| 1848 | ** The function x-font-family-list has been removed. | 1853 | ** The function x-font-family-list has been removed. |
| 1849 | Use the new function font-family-list (see Lisp Changes, below). | 1854 | Use the new function font-family-list (see Lisp Changes, below). |
| 1850 | 1855 | ||