aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index fd1f17b8cde..7ebcd7b82d4 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,14 @@
12012-06-28 Dmitry Antipov <dmantipov@yandex.ru> 12012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
2 2
3 * window.h (struct window): Change type of 'use_time' and
4 'sequence_number' from Lisp_Object to int.
5 * frame.c (make_frame): Adjust users accordingly.
6 * print.c (print_object): Likewise.
7 * window.c (select_window, Fwindow_use_time, make_parent_window)
8 (make_window): Likewise.
9
102012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
11
3 * dispextern.h (GLYPH_DEBUG): Now defined in config.h if 12 * dispextern.h (GLYPH_DEBUG): Now defined in config.h if
4 enabled with --enable-checking=[all,glyphs] configure option. 13 enabled with --enable-checking=[all,glyphs] configure option.
5 Fix GLYPH_DEBUG usage assuming that it may be undefined, 14 Fix GLYPH_DEBUG usage assuming that it may be undefined,