diff options
Diffstat (limited to 'src/ChangeLog')
| -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 |