diff options
| author | Adrian Robert | 2009-03-06 19:07:30 +0000 |
|---|---|---|
| committer | Adrian Robert | 2009-03-06 19:07:30 +0000 |
| commit | 4c9bdfc25440d671b5f0bab1b1cd4101a4d265d3 (patch) | |
| tree | 9198c45ce904253f5896bff0ed2b0b5c14582c7f | |
| parent | e863926a7bd437476ea7a789084270cd346e9381 (diff) | |
| download | emacs-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/ChangeLog | 8 |
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 | ||
| 6 | 2009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com> | 6 | 2009-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 | |||
| 15 | 2009-03-06 Kenichi Handa <handa@m17n.org> | 19 | 2009-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 |