diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index cf73204c55c..88df9f13762 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,26 @@ | |||
| 1 | 2013-08-14 Dmitry Antipov <dmantipov@yandex.ru> | 1 | 2013-08-14 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 2 | ||
| 3 | * xdisp.c (adjust_window_ends): Move duplicated code to new function. | ||
| 4 | (try_window, try_window_reusing_current_matrix, try_window_id): Use it. | ||
| 5 | |||
| 6 | 2013-08-14 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 7 | |||
| 8 | * window.h (struct window): Convert window_end_pos and | ||
| 9 | window_end_vpos from Lisp_Object to ptrdiff_t and int, respectively. | ||
| 10 | (wset_window_end_pos, wset_window_end_vpos): Remove. | ||
| 11 | * dispnew.c (adjust_glyph_matrix): | ||
| 12 | * window.c (Fwindow_end, replace_window, set_window_buffer) | ||
| 13 | (make_window): | ||
| 14 | * xdisp.c (check_window_end, move_it_to, redisplay_internal) | ||
| 15 | (set_vertical_scroll_bar, redisplay_window, try_window) | ||
| 16 | (try_window_reusing_current_matrix, find_first_unchanged_at_end_row) | ||
| 17 | (try_window_id, decode_mode_spec, mouse_face_from_buffer_pos) | ||
| 18 | (note_mouse_highlight): Adjust users. | ||
| 19 | (try_cursor_movement): Likewise. Convert old precondition to eassert. | ||
| 20 | Add comment. | ||
| 21 | |||
| 22 | 2013-08-14 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 23 | |||
| 3 | Fix --enable-gcc-warnings errors introduced in 2013-08-13 commit. | 24 | Fix --enable-gcc-warnings errors introduced in 2013-08-13 commit. |
| 4 | * image.c (imagemagick_filename_hint): Use `const char *' and | 25 | * image.c (imagemagick_filename_hint): Use `const char *' and |
| 5 | prefer SSDATA to SDATA to avoid warnings. | 26 | prefer SSDATA to SDATA to avoid warnings. |