aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 3b8dfe011ee..74af248575a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,16 @@
12013-08-13 Dmitry Antipov <dmantipov@yandex.ru>
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
11 * window.c (Fset_window_start): Compare `w', not `window' because
12 `w' might not be equal to `window' after call to decode_live_window.
13
12013-08-12 Paul Eggert <eggert@cs.ucla.edu> 142013-08-12 Paul Eggert <eggert@cs.ucla.edu>
2 15
3 * process.c (deactivate_process): Reset fds to -1 (Bug#15035). 16 * process.c (deactivate_process): Reset fds to -1 (Bug#15035).