aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2014-07-21 02:03:08 -0400
committerGlenn Morris2014-07-21 02:03:08 -0400
commit190644a0115a592f237b5f7c91f0f96e82edb864 (patch)
treed3a5848df4a3f2fe4e67be8032c9195db0df4985 /src/ChangeLog
parent4d6abf2449a4c4da10949b50510b90d6d019ae7c (diff)
parentef3b7194838482c4bcb55beb951f3a8e2e0f44ac (diff)
downloademacs-190644a0115a592f237b5f7c91f0f96e82edb864.tar.gz
emacs-190644a0115a592f237b5f7c91f0f96e82edb864.zip
Merge from emacs-24; up to 2014-06-25T10:17:41Z!rgm@gnu.org
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog34
1 files changed, 34 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index d4f6321faf7..25732ac9f5d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,37 @@
12014-07-21 Jan Djärv <jan.h.d@swipnet.se>
2
3 * nsterm.m (applicationDidFinishLaunching:): Call
4 antialiasThresholdDidChange, register for antialias changes (Bug#17534).
5 (antialiasThresholdDidChange:): New method for EmacsApp.
6
7 * nsterm.h (EmacsApp): Add antialiasThresholdDidChange.
8
9 * macfont.m (macfont_update_antialias_threshold): Remove static.
10
11 * macfont.h (macfont_update_antialias_threshold): Declare.
12
132014-07-21 Eli Zaretskii <eliz@gnu.org>
14
15 * w32select.c (setup_windows_coding_system): Apply
16 CODING_ANNOTATION_MASK to the common_flags member of struct
17 coding_system. Reported by martin rudalics <rudalics@gmx.at>.
18
19 * w16select.c (Fw16_get_clipboard_data): Apply
20 CODING_ANNOTATION_MASK to the common_flags member of struct
21 coding_system.
22
23 * xdisp.c (init_iterator): Initialize it->stop_charpos to the
24 buffer position where we are to start the iteration.
25 (handle_invisible_prop): Record in it->stop_charpos the position
26 where the invisible text ends. (Bug#18035)
27 (hscroll_window_tree): Don't try hscrolling windows whose cursor
28 row has zero buffer position as their start position. Reported by
29 martin rudalics <rudalics@gmx.at>.
30
31 * xdisp.c (move_it_vertically_backward, move_it_by_lines): Prevent
32 infinite looping in redisplay when display lines don't have enough
33 space to display even a single character. (Bug#18036)
34
12014-07-20 Dmitry Antipov <dmantipov@yandex.ru> 352014-07-20 Dmitry Antipov <dmantipov@yandex.ru>
2 36
3 * frame.h (struct frame) [USE_X_TOOLKIT]: New member shell_position. 37 * frame.h (struct frame) [USE_X_TOOLKIT]: New member shell_position.