aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2012-07-08 19:38:43 +0300
committerEli Zaretskii2012-07-08 19:38:43 +0300
commit3434fe8a236bb8fcb098c713b6383810c16a721d (patch)
tree3fa377aca0211995ad335e5d9a81c84229f05f26 /src/ChangeLog
parentc4b3bc8aaf01a9e3fdd14072ae49316ae4fb4f3b (diff)
downloademacs-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/ChangeLog8
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
62012-07-07 Andreas Schwab <schwab@linux-m68k.org> 142012-07-07 Andreas Schwab <schwab@linux-m68k.org>
7 15