aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorYAMAMOTO Mitsuharu <[email protected]>2005-04-29 09:00:57 +0000
committerYAMAMOTO Mitsuharu <[email protected]>2005-04-29 09:00:57 +0000
commit7a92caf8cef43f7ae3f4912d5d69a5bd1e6c95df (patch)
treecf5d1ed1a4460f8ef6e8857bc840110fbf7332b2 /src/ChangeLog
parent4f19cb1521ff3c2c50820d91c00dea6d2af48954 (diff)
[HAVE_CARBON && MAC_OSX]: Don't undefine/define mktime
before/after including Carbon.h if there is a working mktime.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog12
1 files changed, 11 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index d2471f4122..da4758f5f4 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,13 @@
+2005-04-29 YAMAMOTO Mitsuharu <[email protected]>
+
+ * mac.c: Don't include time.h. Include sysselect.h after
+ systime.h.
+
+ * macfns.c (Fx_server_version): Add BLOCK_INPUT around Gestalt.
+
+ * macgui.h [HAVE_CARBON && MAC_OSX]: Don't undefine/define mktime
+ before/after including Carbon.h if there is a working mktime.
+
2005-04-28 Kim F. Storm <[email protected]>
* xfaces.c (resolve_face_name): Add arg SIGNAL_P. Calls changed.
@@ -87,7 +97,7 @@
[USE_CARBON_EVENTS && MAC_OSX] (Qpreferences, Qservices, Qpaste)
(Qperform): New variables.
(syms_of_mac) [USE_CARBON_EVENTS && MAC_OSX]: Initialize them.
- (do_get_menus) [!TARGET_API_MAC_CARBON]: Don't call AppendResMenu.
+ (do_get_menus) [TARGET_API_MAC_CARBON]: Don't call AppendResMenu.
(do_menu_choice): Unhighlight menu bar also when menu_id is 0.
(mac_store_application_menu_event, init_menu_bar): New functions.
[USE_CARBON_EVENTS] (mac_handle_command_event)