aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
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