diff options
| author | Dmitry Antipov | 2012-12-12 19:33:30 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2012-12-12 19:33:30 +0400 |
| commit | 2dd61a9b332356fa24d96527a71ef4fe29fb9e5c (patch) | |
| tree | 880c9e07a5ca6bf5cf04ef80990704b2ada5730b /src/ChangeLog | |
| parent | d0efe6ec5bc90a206c194a429e6cdfd86a8fb3d5 (diff) | |
| download | emacs-2dd61a9b332356fa24d96527a71ef4fe29fb9e5c.tar.gz emacs-2dd61a9b332356fa24d96527a71ef4fe29fb9e5c.zip | |
* dispnew.c (set_window_cursor_after_update): Use clip_to_bounds.
* gtkutil.c (xg_set_toolkit_scroll_bar_thumb):
* window.c (Frecenter):
* xdisp.c (resize_mini_window, hscroll_window_tree, draw_glyphs):
* xterm.c (x_set_toolkit_scroll_bar_thumb): Likewise.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d19b7be7395..3070fcb6e9d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2012-12-12 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 2 | |||
| 3 | * dispnew.c (set_window_cursor_after_update): Use clip_to_bounds. | ||
| 4 | * gtkutil.c (xg_set_toolkit_scroll_bar_thumb): | ||
| 5 | * window.c (Frecenter): | ||
| 6 | * xdisp.c (resize_mini_window, hscroll_window_tree, draw_glyphs): | ||
| 7 | * xterm.c (x_set_toolkit_scroll_bar_thumb): Likewise. | ||
| 8 | |||
| 1 | 2012-12-12 Daniel Colascione <dancol@dancol.org> | 9 | 2012-12-12 Daniel Colascione <dancol@dancol.org> |
| 2 | 10 | ||
| 3 | * unexcw.c (fixup_executable): use posix_fallocate to ensure that | 11 | * unexcw.c (fixup_executable): use posix_fallocate to ensure that |