diff options
| author | YAMAMOTO Mitsuharu | 2007-06-22 09:05:55 +0000 |
|---|---|---|
| committer | YAMAMOTO Mitsuharu | 2007-06-22 09:05:55 +0000 |
| commit | 512eb161074e4f05e68393a08a46380e149a62ad (patch) | |
| tree | 16c5f0a6ba5a620c28224c668466127381e0755a /src/ChangeLog | |
| parent | aab3344421bd140cf513c3ab3264728746343f96 (diff) | |
| download | emacs-512eb161074e4f05e68393a08a46380e149a62ad.tar.gz emacs-512eb161074e4f05e68393a08a46380e149a62ad.zip | |
(mac_dialog_modal_filter, Fx_popup_dialog) [MAC_OSX]:
Put special treatment for Fmessage_box, Fyes_or_no_p, and Fy_or_n_p
in #if 0 as it is not compatible with y-or-n-p-with-timeout.
(timer_check) [TARGET_API_MAC_CARBON]: Add extern.
[TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Use QuitEventLoop
instead of QuitAppModalLoopForWindow. Consolidate QuitEventLoop calls.
(pop_down_dialog) [TARGET_API_MAC_CARBON]: New function.
[TARGET_API_MAC_CARBON] (create_and_show_dialog): Use it for unwind.
Run timers during dialog popup.
(Fmenu_or_popup_active_p) [TARGET_API_MAC_CARBON]: Use popup_activated.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f84bcf4f233..2d939ed30c3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,19 @@ | |||
| 1 | 2007-06-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 2 | |||
| 3 | * macgui.h (USE_CG_DRAWING): Don't require USE_ATSUI. | ||
| 4 | (USE_MAC_TOOLBAR): Require USE_CG_DRAWING. | ||
| 5 | |||
| 6 | * macmenu.c (mac_dialog_modal_filter, Fx_popup_dialog) [MAC_OSX]: | ||
| 7 | Put special treatment for Fmessage_box, Fyes_or_no_p, and Fy_or_n_p | ||
| 8 | in #if 0 as it is not compatible with y-or-n-p-with-timeout. | ||
| 9 | (timer_check) [TARGET_API_MAC_CARBON]: Add extern. | ||
| 10 | [TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Use QuitEventLoop | ||
| 11 | instead of QuitAppModalLoopForWindow. Consolidate QuitEventLoop calls. | ||
| 12 | (pop_down_dialog) [TARGET_API_MAC_CARBON]: New function. | ||
| 13 | [TARGET_API_MAC_CARBON] (create_and_show_dialog): Use it for unwind. | ||
| 14 | Run timers during dialog popup. | ||
| 15 | (Fmenu_or_popup_active_p) [TARGET_API_MAC_CARBON]: Use popup_activated. | ||
| 16 | |||
| 1 | 2007-06-21 Jason Rumney <jasonr@gnu.org> | 17 | 2007-06-21 Jason Rumney <jasonr@gnu.org> |
| 2 | 18 | ||
| 3 | * image.c (convert_mono_to_color_image): Swap fore and background. | 19 | * image.c (convert_mono_to_color_image): Swap fore and background. |