aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog35
1 files changed, 35 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 7fbc9d11ea7..d90f3297720 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,38 @@
12007-08-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2
3 * mac.c [TARGET_API_MAC_CARBON] (cfdate_to_lisp): Obtain microsec value.
4 Use kCFAbsoluteTimeIntervalSince1970.
5
6 * macmenu.c (quit_dialog_event_loop) [TARGET_API_MAC_CARBON]:
7 New variable.
8 [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Set it if dialog
9 event loop should be quit.
10 [TARGET_API_MAC_CARBON] (create_and_show_dialog) [!MAC_OSX]:
11 Quit dialog event loop if quit_dialog_event_loop is set.
12
13 * macselect.c [!TARGET_API_MAC_CARBON]: Include Scrap.h.
14 (Selection): New typedef. Use instead of ScrapRef.
15 (mac_get_selection_from_symbol): Rename from get_scrap_from_symbol.
16 (mac_valid_selection_target_p): Rename from valid_scrap_target_type_p.
17 (mac_clear_selection): Rename from clear_scrap.
18 (get_flavor_type_from_symbol): New argument SEL and subsume function of
19 scrap_has_target_type. All uses changed.
20 (mac_get_selection_ownership_info, mac_valid_selection_value_p)
21 (mac_selection_has_target_p): New functions.
22 (mac_put_selection_value): Rename from put_scrap_string.
23 (mac_get_selection_value): Rename from get_scrap_string.
24 (mac_get_selection_target_list): Rename from get_scrap_target_type_list.
25 (put_scrap_private_timestamp, scrap_has_target_type)
26 (get_scrap_private_timestamp): Remove functions.
27 (SCRAP_FLAVOR_TYPE_EMACS_TIMESTAMP): Remove define.
28 (x_own_selection, x_get_local_selection):
29 Use mac_valid_selection_value_p.
30 (x_own_selection): Don't use put_scrap_private_timestamp.
31 Record OWNERSHIP-INFO into Vselection_alist instead.
32 (x_get_local_selection): Don't check type if request is local.
33 (Fx_selection_owner_p): Don't use get_scrap_private_timestamp.
34 Detect ownership change with OWNERSHIP-INFO in Vselection_alist instead.
35
12007-08-04 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 362007-08-04 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2 37
3 * gtkutil.c (xg_tool_bar_callback): Generate two TOOL_BAR_EVENT:s, 38 * gtkutil.c (xg_tool_bar_callback): Generate two TOOL_BAR_EVENT:s,