Mercurial > emacs
annotate leim/MISC-DIC/README @ 80390:59863894d837
Replace MenuHandle and GetMenuHandle with MenuRef and
GetMenuRef, respectively. Replace WindowPtr with WindowRef.
Replace ControlHandle with ControlRef.
[!TARGET_API_MAC_CARBON]: Include Quickdraw.h instead of QuickDraw.h.
(install_menu_quit_handler): Rename arg MENU_HANDLE to ROOT_MENU.
[TARGET_API_MAC_CARBON] (menu_target_item_handler): Don't call next
handler. Return immediately unless popup is activated.
[TARGET_API_MAC_CARBON] (install_menu_target_item_handler):
Remove argument. Install handler to application.
(set_frame_menubar): Don't change deep_p.
(mac_menu_show): Use FRAME_OUTER_TO_INNER_DIFF_X and
FRAME_OUTER_TO_INNER_DIFF_Y.
(DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
(DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
[HAVE_DIALOGS]: New macros.
[HAVE_DIALOGS] (mac_handle_dialog_event, create_and_show_dialog):
Use them.
(fill_menu) [TARGET_API_MAC_CARBON]: Use SetMenuItemHierarchicalMenu.
(fill_menubar) [TARGET_API_MAC_CARBON]: Use CFString.
(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.
(quit_dialog_event_loop) [TARGET_API_MAC_CARBON]: New variable.
[TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Set it if dialog
event loop should be quit.
[TARGET_API_MAC_CARBON] (create_and_show_dialog): Quit dialog event loop
if quit_dialog_event_loop is set.
author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
---|---|
date | Sat, 29 Mar 2008 00:46:21 +0000 |
parents | bb025df6fc13 |
children | f83d17e1ace6 |
rev | line source |
---|---|
75396 | 1 The source and copyright status of dictionary files in this directory |
75464 | 2 are categorised into these three groups. |
75396 | 3 |
4 (1) cangjie-table.b5 | |
5 cangjie-table.cns | |
6 | |
75536 | 7 They are verbatim copies of those distributed by the author Christian |
75404 | 8 Wittern himself. Each file contains a license notice. |
75396 | 9 |
10 (2) CTLau.html | |
11 CTLau-b5.html | |
12 | |
75536 | 13 They are verbatim copies of those distributed at the author's home |
14 page <umunhum.stanford.edu/~lee/chicomp/>. Each file contains a | |
15 license notice. | |
75396 | 16 |
17 (3) pinyin.map | |
18 ziranma.cin | |
19 | |
75536 | 20 They are copies of those distributed with a free package |
75396 | 21 called CCE at: |
22 http://ftp.debian.org/debian/dists/potato/main | |
23 /source/utils/cce_0.36.orig.tar.gz | |
24 | |
75537 | 25 As the original files don't contain copyright and license notices, a |
26 proper notice is extracted from the file Copyright and added at the | |
27 head of each file. |