aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorChong Yidong2011-10-17 21:42:28 -0400
committerChong Yidong2011-10-17 21:42:28 -0400
commitd366bd532dcd13baa89962e9ab7443cb4dd76772 (patch)
tree2fc24b1765222230cd2c3ad796a981002d011deb /etc
parentaa22bff2be02d0b3f1264276afc04e47d53cd421 (diff)
downloademacs-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/NEWS7
1 files changed, 4 insertions, 3 deletions
diff --git a/etc/NEWS b/etc/NEWS
index e12fe52e614..ce30ebb22b0 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -236,10 +236,10 @@ is taken from the desktop settings.
236The frame-parameter tool-bar-position controls this. It takes the values 236The frame-parameter tool-bar-position controls this. It takes the values
237top, left, right or bottom. The Options => Show/Hide menu has entries 237top, left, right or bottom. The Options => Show/Hide menu has entries
238for this. 238for 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
241the GTK theme when Emacs is built with GTK. 241the 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
244off by customizing x-gtk-use-system-tooltips. 244off 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
1147behavior of `completing-read'. 1147behavior 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
1150text terminal display, via a char-table entry that is a cons cell. 1151text 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