aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDmitry Antipov2013-08-13 12:18:11 +0400
committerDmitry Antipov2013-08-13 12:18:11 +0400
commita45543bc75e845c9217130c65ddd00a81c18ffd1 (patch)
tree2d09d300e4d7c211389215e2c991c57162689d47 /src/ChangeLog
parentae966a860afc2d7ebbb1e96a68c2df3cfbdc2b81 (diff)
downloademacs-a45543bc75e845c9217130c65ddd00a81c18ffd1.tar.gz
emacs-a45543bc75e845c9217130c65ddd00a81c18ffd1.zip
* font.c (clear_font_cache): New function, stripped from...
(Fclear_font_cache): ...here, which now uses the function above. Adjust comment. * font.h (clear_font_cache): Add prototype. * xfaces.c (clear_face_cache): Use clear_font_cache.
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 32b0eb209c9..74af248575a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,13 @@
12013-08-13 Dmitry Antipov <dmantipov@yandex.ru> 12013-08-13 Dmitry Antipov <dmantipov@yandex.ru>
2 2
3 * font.c (clear_font_cache): New function, stripped from...
4 (Fclear_font_cache): ...here, which now uses the function
5 above. Adjust comment.
6 * font.h (clear_font_cache): Add prototype.
7 * xfaces.c (clear_face_cache): Use clear_font_cache.
8
92013-08-13 Dmitry Antipov <dmantipov@yandex.ru>
10
3 * window.c (Fset_window_start): Compare `w', not `window' because 11 * window.c (Fset_window_start): Compare `w', not `window' because
4 `w' might not be equal to `window' after call to decode_live_window. 12 `w' might not be equal to `window' after call to decode_live_window.
5 13