diff options
| author | Chong Yidong | 2011-04-18 19:21:31 -0400 |
|---|---|---|
| committer | Chong Yidong | 2011-04-18 19:21:31 -0400 |
| commit | 16a43933e891bae502efbe367e32608fcfffdec3 (patch) | |
| tree | ddb3c0de0625e8d5880828006d9b66aae9ec97d2 /src/ChangeLog | |
| parent | 8d6d9c8f8de3841257c0b74448a824583bbf2c01 (diff) | |
| download | emacs-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 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 22e85967b82..40174020bf4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2011-04-18 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * xdisp.c (lookup_glyphless_char_display) | ||
| 4 | (produce_glyphless_glyph): Handle cons cell entry in | ||
| 5 | glyphless-char-display. | ||
| 6 | (Vglyphless_char_display): Document it. | ||
| 7 | |||
| 8 | * term.c (produce_glyphless_glyph): Handle cons cell entry in | ||
| 9 | glyphless-char-display. | ||
| 10 | |||
| 1 | 2011-04-17 Chong Yidong <cyd@stupidchicken.com> | 11 | 2011-04-17 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 12 | ||
| 3 | * xdisp.c (get_next_display_element): Remove unnecessary ifdefs. | 13 | * xdisp.c (get_next_display_element): Remove unnecessary ifdefs. |