aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDmitry Antipov2014-03-03 11:46:08 +0400
committerDmitry Antipov2014-03-03 11:46:08 +0400
commit8c1c761122b7472617c82fd00c949df52260c903 (patch)
treeea82cb56777b43851a3b410d04dd584748fb77b3 /src/ChangeLog
parentfbaddd63ab38480b0da0435eb577137ae0ae8a99 (diff)
downloademacs-8c1c761122b7472617c82fd00c949df52260c903.tar.gz
emacs-8c1c761122b7472617c82fd00c949df52260c903.zip
* font.c (toplevel): Adjust comment about font cache layout.
(font_clear_cache): Fix to match real font cache layout. Suggested by <namespace_collision@yahoo.com> in Bug#16069. (Fframe_font_cache) [FONT_DEBUG]: New function. (syms_of_font) [FONT_DEBUG]: Defsubr it.
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 94430f17182..280077c3844 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
12014-03-03 Dmitry Antipov <dmantipov@yandex.ru>
2
3 * font.c (toplevel): Adjust comment about font cache layout.
4 (font_clear_cache): Fix to match real font cache layout.
5 Suggested by <namespace_collision@yahoo.com> in Bug#16069.
6 (Fframe_font_cache) [FONT_DEBUG]: New function.
7 (syms_of_font) [FONT_DEBUG]: Defsubr it.
8
12014-03-01 Martin Rudalics <rudalics@gmx.at> 92014-03-01 Martin Rudalics <rudalics@gmx.at>
2 10
3 Consider Vother_window_scroll_buffer valid iff it's a live buffer. 11 Consider Vother_window_scroll_buffer valid iff it's a live buffer.