aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJan Djärv2014-11-08 20:40:17 +0100
committerJan Djärv2014-11-08 20:40:17 +0100
commitd244e9bf0369c630386efbdc69ea123ae1289844 (patch)
tree2e7e9b28f2afc30fe3cbb3d09066ed9ffacc95e7 /src/ChangeLog
parent86b1c771e14efcc98f8fe07510a4238bf94ced7b (diff)
downloademacs-d244e9bf0369c630386efbdc69ea123ae1289844.tar.gz
emacs-d244e9bf0369c630386efbdc69ea123ae1289844.zip
* nsterm.m (ns_set_vertical_scroll_bar): Don't call bar setPosition: unless
needed (Bug#18757). Fixes: debbugs:18993
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 1544df0da8c..7b595b5f9e9 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -3,6 +3,8 @@
3 * nsterm.m (init): Replace OSX 10.9 check with IMPL_COCOA. 3 * nsterm.m (init): Replace OSX 10.9 check with IMPL_COCOA.
4 (run): Ditto. Only use non-system event loop if OSX version is 4 (run): Ditto. Only use non-system event loop if OSX version is
5 exactly 10.9 (Bug#18993). 5 exactly 10.9 (Bug#18993).
6 (ns_set_vertical_scroll_bar): Don't call bar setPosition: unless
7 needed (Bug#18757).
6 8
72014-11-07 Michael Albinus <michael.albinus@gmx.de> 92014-11-07 Michael Albinus <michael.albinus@gmx.de>
8 10