Mercurial > emacs
comparison src/ChangeLog @ 81561:1ff1ce0627d8
*** empty log message ***
author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
---|---|
date | Fri, 22 Jun 2007 09:05:55 +0000 |
parents | b895cdfeedc5 |
children | 47eaf2354cb3 |
comparison
equal
deleted
inserted
replaced
81560:3ce0ebdd2017 | 81561:1ff1ce0627d8 |
---|---|
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. |
4 | 20 |
5 2007-06-20 Jason Rumney <jasonr@gnu.org> | 21 2007-06-20 Jason Rumney <jasonr@gnu.org> |