aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorYAMAMOTO Mitsuharu2006-05-10 08:25:29 +0000
committerYAMAMOTO Mitsuharu2006-05-10 08:25:29 +0000
commitdec940492f8c813ef14b8f53be8953d808cd6c78 (patch)
treecb9e913ff472548f3dcc5cf6b2888a872f9839dc /src
parent5fd97b043cf5b5c9da19ce251d9262b52140f7eb (diff)
downloademacs-dec940492f8c813ef14b8f53be8953d808cd6c78.tar.gz
emacs-dec940492f8c813ef14b8f53be8953d808cd6c78.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog34
1 files changed, 31 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 7a5c3c71dcd..dff5c16ef0e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,31 @@
12006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2
3 * image.c (Qduration) [MAC_OS]: Undo previous change.
4 (syms_of_image) [MAC_OS]: Likewise.
5 [MAC_OS] (gif_load): Emulate Graphic Control Extension block.
6
7 * macfns.c (x_to_mac_color): Fix shift amount change.
8 [USE_MAC_FONT_PANEL] (mac_set_font): Use x_get_focus_frame.
9 [USE_MAC_FONT_PANEL] (Fmac_set_font_panel_visibility): Doc fix.
10
11 * macselect.c (Vmac_service_selection) [MAC_OSX]: Rename from
12 Vmac_services_selection. All uses changed.
13 (mac_store_service_event): Rename from mac_store_services_event in
14 extern and calls.
15
16 * macterm.c (Qservice) [MAC_OSX]: Rename from Qservices. All uses
17 changed.
18 [MAC_OSX] (mac_store_service_event): Rename from
19 mac_store_services_event. All callers changed.
20 [USE_MAC_FONT_PANEL] (mac_set_font_info_for_selection): Add args
21 FACE_ID and C. All callers changed.
22 (x_free_frame_resources) [USE_MAC_FONT_PANEL]: Call
23 mac_set_font_info_for_selection when focus frame is destroyed.
24 (XTread_socket): Revert to FrontNonFloatingWindow/FrontWindow.
25
26 * macterm.h (mac_set_font_info_for_selection): Add 2nd and 3rd
27 args in extern.
28
12006-05-09 Chong Yidong <cyd@stupidchicken.com> 292006-05-09 Chong Yidong <cyd@stupidchicken.com>
2 30
3 * keymap.c (describe_map): Avoid generating duplicate entries if 31 * keymap.c (describe_map): Avoid generating duplicate entries if
@@ -54,8 +82,8 @@
54 * macselect.c (mac_do_receive_drag): Remove unused variable `index'. 82 * macselect.c (mac_do_receive_drag): Remove unused variable `index'.
55 (mac_store_services_event): Change return type in extern. 83 (mac_store_services_event): Change return type in extern.
56 84
57 * macterm.c (XLoadQueryFont) [USE_ATSUI]: Set FMFontFamily value 85 * macterm.c (XLoadQueryFont) [USE_ATSUI]: Set font->mac_fontnum to
58 to font->mac_fontnum. 86 FMFontFamily value.
59 [USE_MAC_FONT_PANEL] (mac_set_font_info_for_selection): New function. 87 [USE_MAC_FONT_PANEL] (mac_set_font_info_for_selection): New function.
60 (x_new_focus_frame) [USE_MAC_FONT_PANEL]: Use it. 88 (x_new_focus_frame) [USE_MAC_FONT_PANEL]: Use it.
61 (QCfamily, QCweight, QCslant, Qnormal, Qbold, Qitalic): Add extern. 89 (QCfamily, QCweight, QCslant, Qnormal, Qbold, Qitalic): Add extern.
@@ -66,7 +94,7 @@
66 (Qtoolbar_switch_mode) [MAC_OSX]: New variable. 94 (Qtoolbar_switch_mode) [MAC_OSX]: New variable.
67 (Qpanel_closed, Qselection) [USE_MAC_FONT_PANEL]: Likewise. 95 (Qpanel_closed, Qselection) [USE_MAC_FONT_PANEL]: Likewise.
68 (syms_of_macterm): Intern and staticpro them. 96 (syms_of_macterm): Intern and staticpro them.
69 (init_font_name_table) [USE_ATSUI]: Set data to Vmac_atsu_font_table. 97 (init_font_name_table) [USE_ATSUI]: Add data to Vmac_atsu_font_table.
70 [TARGET_API_MAC_CARBON] (mac_store_event_ref_as_apple_event): New 98 [TARGET_API_MAC_CARBON] (mac_store_event_ref_as_apple_event): New
71 function. 99 function.
72 [USE_CARBON_EVENTS] (mac_handle_command_event): Use it. 100 [USE_CARBON_EVENTS] (mac_handle_command_event): Use it.