diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
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 @@ | |||
| 1 | 2013-10-02 Dmitry Antipov <dmantipov@yandex.ru> | 1 | 2013-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 | |||
| 8 | 2013-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 | ||