aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 14519f874d2..1c4a06ea0f2 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,12 @@
12013-10-02 Dmitry Antipov <dmantipov@yandex.ru> 12013-10-02 Dmitry Antipov <dmantipov@yandex.ru>
2 2
3 * window.h (struct window): Prefer enum text_cursor_kinds to int
4 for phys_cursor_type member. Move the latter, phys_cursor_width,
5 phys_cursor_ascent and phys_cursor_height under HAVE_WINDOW_SYSTEM.
6 * window.c (replace_window, make_window): Adjust users.
7
82013-10-02 Dmitry Antipov <dmantipov@yandex.ru>
9
3 * fringe.c (toplevel): Do not use HAVE_WINDOW_SYSTEM because 10 * fringe.c (toplevel): Do not use HAVE_WINDOW_SYSTEM because
4 this module is never compiled otherwise. 11 this module is never compiled otherwise.
5 12