aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2014-11-16 00:22:20 -0500
committerStefan Monnier2014-11-16 00:22:20 -0500
commit9075fcc1937a211bc91e8bc49c332bc55ac99e24 (patch)
tree1cff4991107011e0b5d13fac46b0881c30d31a63 /src/ChangeLog
parent86009dd5d886f1101358990e4f8f69a5d1467eb8 (diff)
parent4f4cf9c855f5818d4c3c0fb772db8bbcf4f33780 (diff)
downloademacs-9075fcc1937a211bc91e8bc49c332bc55ac99e24.tar.gz
emacs-9075fcc1937a211bc91e8bc49c332bc55ac99e24.zip
Merge from emacs-24
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog24
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 @@
12014-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
72014-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
142014-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
12014-11-15 Jan Djärv <jan.h.d@swipnet.se> 202014-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
72014-11-14 David Reitter <david.reitter@gmail.com> 262014-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
122014-11-14 Paul Eggert <eggert@cs.ucla.edu> 312014-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.