diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 24 |
1 files changed, 21 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index cf352183414..7bb16668406 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,22 @@ | |||
| 1 | 2014-11-16 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * window.c (window_scroll_pixel_based): Avoid truncation/rounding | ||
| 4 | errors in computing the number of pixels to scroll. Suggested by | ||
| 5 | Kelly Dean <kelly@prtime.org>. (Bug#19060) | ||
| 6 | |||
| 7 | 2014-11-16 Jan Djärv <jan.h.d@swipnet.se> | ||
| 8 | |||
| 9 | * nsmenu.m (update_frame_tool_bar): If tool bar changes height, | ||
| 10 | call updateFrameSize. | ||
| 11 | |||
| 12 | * nsterm.m (setFrame:): Remove call to display (Bug#18757). | ||
| 13 | |||
| 14 | 2014-11-16 Jan Djärv <jan.h.d@swipnet.se> | ||
| 15 | |||
| 16 | * nsfns.m (x_set_foreground_color, x_set_background_color) | ||
| 17 | (x_set_cursor_color, Fxw_color_values): Block/unblock input, | ||
| 18 | use SET_FRAME_GARBAGED instead of redraw_frame (Bug#19036). | ||
| 19 | |||
| 1 | 2014-11-15 Jan Djärv <jan.h.d@swipnet.se> | 20 | 2014-11-15 Jan Djärv <jan.h.d@swipnet.se> |
| 2 | 21 | ||
| 3 | * nsterm.m (ns_send_appdefined): Check for application defined | 22 | * nsterm.m (ns_send_appdefined): Check for application defined |
| @@ -6,7 +25,7 @@ | |||
| 6 | 25 | ||
| 7 | 2014-11-14 David Reitter <david.reitter@gmail.com> | 26 | 2014-11-14 David Reitter <david.reitter@gmail.com> |
| 8 | 27 | ||
| 9 | * nsterm.m (run): set timeout for event loop to prevent hang. | 28 | * nsterm.m (run): Set timeout for event loop to prevent hang. |
| 10 | (Bug#18993) | 29 | (Bug#18993) |
| 11 | 30 | ||
| 12 | 2014-11-14 Paul Eggert <eggert@cs.ucla.edu> | 31 | 2014-11-14 Paul Eggert <eggert@cs.ucla.edu> |
| @@ -2856,8 +2875,7 @@ | |||
| 2856 | Consider horizontal scroll bar. | 2875 | Consider horizontal scroll bar. |
| 2857 | (check_frame_size, adjust_window_margins): Remove functions and | 2876 | (check_frame_size, adjust_window_margins): Remove functions and |
| 2858 | corresponding calls. | 2877 | corresponding calls. |
| 2859 | (set_window_buffer): Initialize old_pointm and horizontal scroll | 2878 | (set_window_buffer): Initialize old_pointm and horizontal scroll bars. |
| 2860 | bars. | ||
| 2861 | (temp_output_buffer_show): Reset hscroll related fields. | 2879 | (temp_output_buffer_show): Reset hscroll related fields. |
| 2862 | Initialize old_pointm. | 2880 | Initialize old_pointm. |
| 2863 | (make_parent_window): Initialize old_pointm. | 2881 | (make_parent_window): Initialize old_pointm. |