aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJan Djärv2012-07-31 18:19:03 +0200
committerJan Djärv2012-07-31 18:19:03 +0200
commit79e721e0f886f048bafd46e8dec6630e035e6ed4 (patch)
tree1d633c08a4d52e9bd53833c1575ab9fa5b777138 /src/ChangeLog
parentf1310128a0fc933830436ceb51bd6293d14d3f25 (diff)
downloademacs-79e721e0f886f048bafd46e8dec6630e035e6ed4.tar.gz
emacs-79e721e0f886f048bafd46e8dec6630e035e6ed4.zip
Fix compiler and run time warnings in nsmenu.m and nsterm.m
* nsfns.m, nsmenu.m, msterm.m: Adopt to struct frame/FVAR changes. * nsmenu.m (update_frame_tool_bar): Change key from NSObject* to id. * nsterm.m (ns_draw_fringe_bitmap, ns_dumpglyphs_image): Use drawInRect instead of compositeToPoint. (applicationShouldTerminate): Pass NS String literal to NSRunAlertPanel.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 95de49dea14..41b87fc803e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,11 @@
12012-07-31 Jan Djärv <jan.h.d@swipnet.se> 12012-07-31 Jan Djärv <jan.h.d@swipnet.se>
2 2
3 * nsmenu.m (update_frame_tool_bar): Change key from NSObject* to id.
4
5 * nsterm.m (ns_draw_fringe_bitmap, ns_dumpglyphs_image): Use drawInRect
6 instead of compositeToPoint.
7 (applicationShouldTerminate): Pass NS String literal to NSRunAlertPanel.
8
3 * nsfns.m, nsmenu.m, msterm.m: Adopt to struct frame/FVAR changes. 9 * nsfns.m, nsmenu.m, msterm.m: Adopt to struct frame/FVAR changes.
4 10
52012-07-31 Dmitry Antipov <dmantipov@yandex.ru> 112012-07-31 Dmitry Antipov <dmantipov@yandex.ru>