aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
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