aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorAdrian Robert2009-03-06 14:53:02 +0000
committerAdrian Robert2009-03-06 14:53:02 +0000
commit4ddf94bd81d39f0db81d1e387aee608492862632 (patch)
tree56977be5b97b14d6731823942986692b3993345c /src/ChangeLog
parentf3b3be74dee8407688fafa69109d78c2cd59f8f1 (diff)
downloademacs-4ddf94bd81d39f0db81d1e387aee608492862632.tar.gz
emacs-4ddf94bd81d39f0db81d1e387aee608492862632.zip
* nsterm.m (x_set_window_size): Change back to calculated method
of setting toolbar height under Cocoa. (Bug#2546) (EmacsView-windowWillUseStandardFrame:defaultFrame:): New method. (EmacsView-drawRect:): Completely shortcircuit if ns_in_resize.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 36f806a0878..d5d1e2b87ed 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
2
3 * nsterm.m (x_set_window_size): Change back to calculated method
4 of setting toolbar height under Cocoa. (Bug#2546)
5 (EmacsView-windowWillUseStandardFrame:defaultFrame:): New method.
6 (EmacsView-drawRect:): Completely shortcircuit if ns_in_resize.
7
12009-03-06 Kenichi Handa <handa@m17n.org> 82009-03-06 Kenichi Handa <handa@m17n.org>
2 9
3 These changes are to detect incorrect composition sequence without 10 These changes are to detect incorrect composition sequence without
@@ -51,7 +58,7 @@
51 58
522009-03-05 Adrian Robert <Adrian.B.Robert@gmail.com> 592009-03-05 Adrian Robert <Adrian.B.Robert@gmail.com>
53 60
54 * nsterm.m (ns_select): Shortcircuit if reentrant call. 61 * nsterm.m (ns_select): Shortcircuit if reentrant call. (Bug#2564)
55 62
562009-03-05 Kenichi Handa <handa@m17n.org> 632009-03-05 Kenichi Handa <handa@m17n.org>
57 64