diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 88aa22b30dc..069a9885b4c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2013-09-12 Dmitry Antipov <dmantipov@yandex.ru> | 1 | 2013-09-12 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 2 | ||
| 3 | * xterm.h (x_display_info): New field last_user_time... | ||
| 4 | * xterm.c (toplevel): ...to replace static last_user_time. | ||
| 5 | (handle_one_xevent, x_ewmh_activate_frame): Adjust users. | ||
| 6 | |||
| 7 | 2013-09-12 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 8 | |||
| 3 | * xterm.c (x_set_scroll_bar_thumb) [USE_LUCID && !HAVE_XAW3D]: Clip | 9 | * xterm.c (x_set_scroll_bar_thumb) [USE_LUCID && !HAVE_XAW3D]: Clip |
| 4 | scroll bar values to prevent thumb from disappear and update comment. | 10 | scroll bar values to prevent thumb from disappear and update comment. |
| 5 | 11 | ||