aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
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 @@
12013-08-11 Jan Djärv <jan.h.d@swipnet.se> 12013-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