diff options
| author | Dmitry Antipov | 2013-08-29 11:27:27 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2013-08-29 11:27:27 +0400 |
| commit | 1f5cf2009af2779ad81412b9d111b37f6e2fd841 (patch) | |
| tree | 6320c70e1d3903472b7f2a75cbe330338185bb7d /src/ChangeLog | |
| parent | d2b368135803170fc2d1f65237b7ef22676f9ecb (diff) | |
| download | emacs-1f5cf2009af2779ad81412b9d111b37f6e2fd841.tar.gz emacs-1f5cf2009af2779ad81412b9d111b37f6e2fd841.zip | |
* xterm.c (x_clear_area): Lost 7th arg because it is always False.
(x_after_update_window_line, x_scroll_bar_create):
(x_scroll_bar_set_handle, XTset_vertical_scroll_bar):
(handle_one_xevent, x_clear_frame_area):
* gtkutil.c (xg_clear_under_internal_border, xg_update_scrollbar_pos):
* xfns.c (x_set_menu_bar_lines, x_set_tool_bar_lines): Adjust users.
* xterm.h (x_clear_area): Adjust prototype.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2105391755b..a2a58487672 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,15 @@ | |||
| 1 | 2013-08-29 Dmitry Antipov <dmantipov@yandex.ru> | 1 | 2013-08-29 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 2 | ||
| 3 | * xterm.c (x_clear_area): Lost 7th arg because it is always False. | ||
| 4 | (x_after_update_window_line, x_scroll_bar_create): | ||
| 5 | (x_scroll_bar_set_handle, XTset_vertical_scroll_bar): | ||
| 6 | (handle_one_xevent, x_clear_frame_area): | ||
| 7 | * gtkutil.c (xg_clear_under_internal_border, xg_update_scrollbar_pos): | ||
| 8 | * xfns.c (x_set_menu_bar_lines, x_set_tool_bar_lines): Adjust users. | ||
| 9 | * xterm.h (x_clear_area): Adjust prototype. | ||
| 10 | |||
| 11 | 2013-08-29 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 12 | |||
| 3 | Hook scanning and indentation functions to find_newline. This helps | 13 | Hook scanning and indentation functions to find_newline. This helps |
| 4 | to avoid duplicated code and renders more respect to newline cache. | 14 | to avoid duplicated code and renders more respect to newline cache. |
| 5 | * lisp.h (scan_newline): Prefer ptrdiff_t to EMACS_INT. | 15 | * lisp.h (scan_newline): Prefer ptrdiff_t to EMACS_INT. |