aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorChong Yidong2011-04-18 19:21:31 -0400
committerChong Yidong2011-04-18 19:21:31 -0400
commit16a43933e891bae502efbe367e32608fcfffdec3 (patch)
treeddb3c0de0625e8d5880828006d9b66aae9ec97d2 /etc
parent8d6d9c8f8de3841257c0b74448a824583bbf2c01 (diff)
downloademacs-16a43933e891bae502efbe367e32608fcfffdec3.tar.gz
emacs-16a43933e891bae502efbe367e32608fcfffdec3.zip
Allow glyphless-char-display to distinguish between X and text terminals.
Use this for Tabulated List mode. * lisp/emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom glyphless-char-display table. (tabulated-list-glyphless-char-display): New var. * src/term.c (produce_glyphless_glyph): Handle cons cell entry in glyphless-char-display. * src/xdisp.c (lookup_glyphless_char_display) (produce_glyphless_glyph): Handle cons cell entry in glyphless-char-display. (Vglyphless_char_display): Document it.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 869e95216e5..69540fa1f54 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -779,6 +779,9 @@ sc.el, x-menu.el, rnews.el, rnewspost.el
779 779
780* Lisp changes in Emacs 24.1 780* Lisp changes in Emacs 24.1
781 781
782** `glyphless-char-table' can now distinguish between graphical and
783text terminal display, via a char-table entry that is a cons cell.
784
782** `open-network-stream' can now be used to open an encrypted stream. 785** `open-network-stream' can now be used to open an encrypted stream.
783It now accepts an optional `:type' parameter for initiating a TLS 786It now accepts an optional `:type' parameter for initiating a TLS
784connection, directly or via STARTTLS. To do STARTTLS, additional 787connection, directly or via STARTTLS. To do STARTTLS, additional