aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJay Belanger2014-11-15 23:27:48 -0600
committerJay Belanger2014-11-15 23:27:48 -0600
commitbc5d86fe909e2808194bc738c8086599245f22c5 (patch)
tree17e6c729ae0dbd6003dd216dfff5f3bf6bff1b25 /src/ChangeLog
parent1a30156b984735be444d54e51c40bc3243345110 (diff)
parent1a713024a012f574d16084cf42703e6ef49473cf (diff)
downloademacs-bc5d86fe909e2808194bc738c8086599245f22c5.tar.gz
emacs-bc5d86fe909e2808194bc738c8086599245f22c5.zip
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs
Conflicts: lisp/ChangeLog
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.