aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDmitry Antipov2012-11-13 10:11:40 +0400
committerDmitry Antipov2012-11-13 10:11:40 +0400
commit2a14f83bbdb59565f3e4bffa8e583270e10cf92c (patch)
tree45168ab55413daefe7a6902d2551339bea5d2a6b /src/ChangeLog
parent7db1bda8a4a757581f2b93a90657ae667d7e62fb (diff)
downloademacs-2a14f83bbdb59565f3e4bffa8e583270e10cf92c.tar.gz
emacs-2a14f83bbdb59565f3e4bffa8e583270e10cf92c.zip
Omit glyphs initialization at startup.
* dispnew.c (glyphs_initialized_initially_p): Remove. (adjust_frame_glyphs_initially): Likewise. Adjust users. (Fredraw_frame): Move actual code from here... (redraw_here): ...to here. Add eassert. Adjust comment. (Fredraw_display): Use redraw_frame. * xdisp.c (clear_garbaged_frames): Likewise.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 88352c201b6..bdddcc11cdb 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,13 @@
12012-11-13 Dmitry Antipov <dmantipov@yandex.ru>
2
3 Omit glyphs initialization at startup.
4 * dispnew.c (glyphs_initialized_initially_p): Remove.
5 (adjust_frame_glyphs_initially): Likewise. Adjust users.
6 (Fredraw_frame): Move actual code from here...
7 (redraw_here): ...to here. Add eassert. Adjust comment.
8 (Fredraw_display): Use redraw_frame.
9 * xdisp.c (clear_garbaged_frames): Likewise.
10
12012-11-13 Eli Zaretskii <eliz@gnu.org> 112012-11-13 Eli Zaretskii <eliz@gnu.org>
2 12
3 * xdisp.c (decode_mode_spec): Limit the value of WIDTH argument 13 * xdisp.c (decode_mode_spec): Limit the value of WIDTH argument