diff options
| author | Eli Zaretskii | 2012-07-08 19:38:43 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2012-07-08 19:38:43 +0300 |
| commit | 3434fe8a236bb8fcb098c713b6383810c16a721d (patch) | |
| tree | 3fa377aca0211995ad335e5d9a81c84229f05f26 /src/ChangeLog | |
| parent | c4b3bc8aaf01a9e3fdd14072ae49316ae4fb4f3b (diff) | |
| download | emacs-3434fe8a236bb8fcb098c713b6383810c16a721d.tar.gz emacs-3434fe8a236bb8fcb098c713b6383810c16a721d.zip | |
Cleanup changes following fix for bug #11832.
src/ xdisp.c (display_line): Add commentary about displaying
truncation glyphs on GUI frames.
(produce_special_glyphs): Move here from term.c.
src/term.c (produce_special_glyphs): Move to xdisp.c.
src/dispextern.h (produce_special_glyphs): Move prototype to xdisp.c
section.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2fc91007719..98a4f978830 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -2,6 +2,14 @@ | |||
| 2 | 2 | ||
| 3 | * xdisp.c (fill_glyphless_glyph_string): If the face of the glyph | 3 | * xdisp.c (fill_glyphless_glyph_string): If the face of the glyph |
| 4 | has no font, use the frame's font. (Bug#11813) | 4 | has no font, use the frame's font. (Bug#11813) |
| 5 | (display_line): Add commentary about displaying truncation glyphs | ||
| 6 | on GUI frames. | ||
| 7 | (produce_special_glyphs): Move here from term.c. | ||
| 8 | |||
| 9 | * term.c (produce_special_glyphs): Move to xdisp.c. | ||
| 10 | |||
| 11 | * dispextern.h (produce_special_glyphs): Move prototype to xdisp.c | ||
| 12 | section. | ||
| 5 | 13 | ||
| 6 | 2012-07-07 Andreas Schwab <schwab@linux-m68k.org> | 14 | 2012-07-07 Andreas Schwab <schwab@linux-m68k.org> |
| 7 | 15 | ||