diff options
| author | Jan Djärv | 2013-08-11 17:34:26 +0200 |
|---|---|---|
| committer | Jan Djärv | 2013-08-11 17:34:26 +0200 |
| commit | f90e3ebd13de8169ada56274f3abaa1ea8dc6d05 (patch) | |
| tree | d7967ba697c4bc6cd608f1451e3ab0a44050ff75 /src/ChangeLog | |
| parent | 423d3b3f9acf6b4d9f9a0b8a22a20809896117e4 (diff) | |
| download | emacs-f90e3ebd13de8169ada56274f3abaa1ea8dc6d05.tar.gz emacs-f90e3ebd13de8169ada56274f3abaa1ea8dc6d05.zip | |
Fix crash on OSX >= 10.7.
* nsmenu.m (ns_update_menubar): Call fillWithWidgetValue:frame:
(initWithTitle:): Initialize frame to 0.
(fillWithWidgetValue:): Call fillWithWidgetValue:frame.
(fillWithWidgetValue:frame:): Renamed from
fillWithWidgetValue:setDelegate, call initWithTile:frame: if f.
* nsterm.h (EmacsMenu): fillWithWidgetValue:setDelegate renamed to
fillWithWidgetValue:frame:
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f8aea1dc83b..fce45d37447 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,14 @@ | |||
| 1 | 2013-08-11 Jan Djärv <jan.h.d@swipnet.se> | 1 | 2013-08-11 Jan Djärv <jan.h.d@swipnet.se> |
| 2 | 2 | ||
| 3 | * nsmenu.m (ns_update_menubar): Call fillWithWidgetValue:frame: | ||
| 4 | (initWithTitle:): Initialize frame to 0. | ||
| 5 | (fillWithWidgetValue:): Call fillWithWidgetValue:frame. | ||
| 6 | (fillWithWidgetValue:frame:): Renamed from | ||
| 7 | fillWithWidgetValue:setDelegate, call initWithTile:frame: if f. | ||
| 8 | |||
| 9 | * nsterm.h (EmacsMenu): fillWithWidgetValue:setDelegate renamed to | ||
| 10 | fillWithWidgetValue:frame: | ||
| 11 | |||
| 3 | * nsfns.m (Fns_convert_utf8_nfd_to_nfc): Allocate and release pool to | 12 | * nsfns.m (Fns_convert_utf8_nfd_to_nfc): Allocate and release pool to |
| 4 | remove memory leak warnings. | 13 | remove memory leak warnings. |
| 5 | 14 | ||