aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/NEWS12
2 files changed, 16 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index a01fb8beef2..06bd63e9f8c 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
12010-11-13 Eli Zaretskii <eliz@gnu.org>
2
3 * NEWS: Document display of glyphless characters.
4
12010-11-11 Eric Schulte <schulte.eric@gmail.com> 52010-11-11 Eric Schulte <schulte.eric@gmail.com>
2 6
3 * refcards/orgcard.tex: Add new Babel key sequences. 7 * refcards/orgcard.tex: Add new Babel key sequences.
diff --git a/etc/NEWS b/etc/NEWS
index 7deaaf92fd3..9d8b126588a 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -138,6 +138,18 @@ with Xft. To change font, use X resource faceName, for example:
138Emacs.pane.menubar.faceName: Courier-12 138Emacs.pane.menubar.faceName: Courier-12
139Set faceName to none and use font to use the old X fonts. 139Set faceName to none and use font to use the old X fonts.
140 140
141+++
142** Enhanced support for characters that have no glyphs in available fonts
143If a character has no glyphs in any of the available fonts, Emacs by
144default will display it either as a hexadecimal code in a box or as a
145thin 1-pixel space. In addition to these two methods, Emacs can
146display these characters as empty box, as an acronym, or not display
147them at all. To change how these characters are displayed, customize
148the variable `glyphless-char-display-control'.
149
150On character terminals these methods are used for characters that
151cannot be encoded by the `terminal-coding-system'.
152
141** On graphical displays, the mode-line no longer ends in dashes. 153** On graphical displays, the mode-line no longer ends in dashes.
142 154
143** Basic SELinux support has been added. 155** Basic SELinux support has been added.