aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2014-11-08 13:32:10 -0800
committerGlenn Morris2014-11-08 13:32:10 -0800
commit089c6aab18ea8986bfc02ef3e65500b589e7afbe (patch)
treee9eb9948f92edb14d493aac970e5f82dc8ac306d /src/ChangeLog
parente7e61abaa9de9a7e8485d1fc52a5aa6ce112620e (diff)
parent7d8205619a95e44ec5c4d589c538c6616e64483b (diff)
downloademacs-089c6aab18ea8986bfc02ef3e65500b589e7afbe.tar.gz
emacs-089c6aab18ea8986bfc02ef3e65500b589e7afbe.zip
Merge from emacs-24; up to 117689
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 e3f34e27dfc..82a9b24876c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -2,6 +2,8 @@
2 2
3 * nsterm.m (run): Only use non-system event loop if OSX version is 3 * nsterm.m (run): Only use non-system event loop if OSX version is
4 exactly 10.9 (Bug#18993). 4 exactly 10.9 (Bug#18993).
5 (ns_set_vertical_scroll_bar): Don't call bar setPosition: unless
6 needed (Bug#18757).
5 7
62014-11-08 Michael Albinus <michael.albinus@gmx.de> 82014-11-08 Michael Albinus <michael.albinus@gmx.de>
7 9