aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Robert2009-03-06 19:07:30 +0000
committerAdrian Robert2009-03-06 19:07:30 +0000
commit4c9bdfc25440d671b5f0bab1b1cd4101a4d265d3 (patch)
tree9198c45ce904253f5896bff0ed2b0b5c14582c7f
parente863926a7bd437476ea7a789084270cd346e9381 (diff)
downloademacs-4c9bdfc25440d671b5f0bab1b1cd4101a4d265d3.tar.gz
emacs-4c9bdfc25440d671b5f0bab1b1cd4101a4d265d3.zip
* nsmenu.m: (EmacsMenu-addItemWithWidgetValue:): Don't add accelerator in parens under GNUstep.; * nsterm.m: Include <signal.h> for SIGTERM used in ns_term_shutdown.
-rw-r--r--src/ChangeLog8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 0807d81c47c..1b2d59f5d13 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -5,13 +5,17 @@
5 5
62009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com> 62009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
7 7
8 * nsterm.m (x_set_window_size): Change back to calculated method 8 * nsterm.m: Include <signal.h> for SIGTERM used in ns_term_shutdown.
9 of setting toolbar height under Cocoa. (Bug#2546) 9 (x_set_window_size): Change back to calculated method of setting
10 toolbar height under Cocoa. (Bug#2546)
10 (EmacsView-windowWillUseStandardFrame:defaultFrame:): New method. 11 (EmacsView-windowWillUseStandardFrame:defaultFrame:): New method.
11 (EmacsView-drawRect:): Completely shortcircuit if ns_in_resize. 12 (EmacsView-drawRect:): Completely shortcircuit if ns_in_resize.
12 13
13 * nsfns.m (ns_appkit_version_int): Fix typo in the version macro. 14 * nsfns.m (ns_appkit_version_int): Fix typo in the version macro.
14 15
16 * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Don't add
17 accelerator in parens under GNUstep.
18
152009-03-06 Kenichi Handa <handa@m17n.org> 192009-03-06 Kenichi Handa <handa@m17n.org>
16 20
17 These changes are to detect incorrect composition sequence without 21 These changes are to detect incorrect composition sequence without