diff options
| author | Chong Yidong | 2011-10-17 21:42:28 -0400 |
|---|---|---|
| committer | Chong Yidong | 2011-10-17 21:42:28 -0400 |
| commit | d366bd532dcd13baa89962e9ab7443cb4dd76772 (patch) | |
| tree | 2fc24b1765222230cd2c3ad796a981002d011deb /etc | |
| parent | aa22bff2be02d0b3f1264276afc04e47d53cd421 (diff) | |
| download | emacs-d366bd532dcd13baa89962e9ab7443cb4dd76772.tar.gz emacs-d366bd532dcd13baa89962e9ab7443cb4dd76772.zip | |
Edits to Display chapter of Emacs manual.
* doc/emacs/display.texi (Faces): Simplify discussion. Move documentation
of list-faces-display here, from Standard Faces node. Note
special role of `default' background.
(Standard Faces): Note special role of `default' background. Note
that region face may be taken fom GTK. Add xref to Text Display.
(Text Scale): Rename from "Temporary Face Changes". Callers
changed. Don't bother documenting variable-pitch-mode.
(Font Lock): Copyedits. Remove font-lock-maximum-size.
(Useless Whitespace): Simplify description of
delete-trailing-whitespace. Note active region case.
(Text Display): Fix description of escape-glyph face assignment.
Remove unibye mode discussion. Update some parts for Unicode.
Move glyphless chars documentation to Lisp manual.
* doc/emacs/frames.texi (Tooltips): Document x-gtk-use-system-tooltips.
* doc/lispref/display.texi (Glyphless Chars): New node.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 7 |
1 files changed, 4 insertions, 3 deletions
| @@ -236,10 +236,10 @@ is taken from the desktop settings. | |||
| 236 | The frame-parameter tool-bar-position controls this. It takes the values | 236 | The frame-parameter tool-bar-position controls this. It takes the values |
| 237 | top, left, right or bottom. The Options => Show/Hide menu has entries | 237 | top, left, right or bottom. The Options => Show/Hide menu has entries |
| 238 | for this. | 238 | for this. |
| 239 | 239 | +++ | |
| 240 | *** The colors for selected text (the `region' face) are taken from | 240 | *** The colors for selected text (the `region' face) are taken from |
| 241 | the GTK theme when Emacs is built with GTK. | 241 | the GTK theme when Emacs is built with GTK. |
| 242 | 242 | +++ | |
| 243 | *** Emacs uses GTK tooltips by default if built with GTK. You can turn that | 243 | *** Emacs uses GTK tooltips by default if built with GTK. You can turn that |
| 244 | off by customizing x-gtk-use-system-tooltips. | 244 | off by customizing x-gtk-use-system-tooltips. |
| 245 | 245 | ||
| @@ -1146,6 +1146,7 @@ combined with minibuffer-local-must-match-map. | |||
| 1146 | *** New variable `completing-read-function' allows overriding the | 1146 | *** New variable `completing-read-function' allows overriding the |
| 1147 | behavior of `completing-read'. | 1147 | behavior of `completing-read'. |
| 1148 | 1148 | ||
| 1149 | +++ | ||
| 1149 | ** `glyphless-char-display' can now distinguish between graphical and | 1150 | ** `glyphless-char-display' can now distinguish between graphical and |
| 1150 | text terminal display, via a char-table entry that is a cons cell. | 1151 | text terminal display, via a char-table entry that is a cons cell. |
| 1151 | 1152 | ||
| @@ -1311,7 +1312,7 @@ Use `filter-buffer-substring-functions' instead. | |||
| 1311 | *** `byte-compile-disable-print-circle' is obsolete. | 1312 | *** `byte-compile-disable-print-circle' is obsolete. |
| 1312 | 1313 | ||
| 1313 | *** `deferred-action-list' and `deferred-action-function' are obsolete. | 1314 | *** `deferred-action-list' and `deferred-action-function' are obsolete. |
| 1314 | 1315 | +++ | |
| 1315 | *** `font-lock-maximum-size' is obsolete. | 1316 | *** `font-lock-maximum-size' is obsolete. |
| 1316 | 1317 | ||
| 1317 | 1318 | ||