Mercurial > emacs
comparison src/ChangeLog @ 61788:08e27aad5ae3
*** empty log message ***
author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
---|---|
date | Sun, 24 Apr 2005 06:07:40 +0000 |
parents | 74e9414d9598 |
children | 161d3be3c6f9 |
comparison
equal
deleted
inserted
replaced
61787:2dbd9e078164 | 61788:08e27aad5ae3 |
---|---|
1 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | |
2 | |
3 * Makefile.in [HAVE_CARBON] (MAC_OBJ): Add macselect.o. | |
4 (SOME_MACHINE_OBJECTS): Likewise. | |
5 (mac.o): Depend on ccl.h. | |
6 (macselect.o): New target. | |
7 | |
8 * emacs.c (main) [MAC_OS8 || MAC_OSX && HAVE_CARBON]: Call | |
9 syms_of_macselect. | |
10 | |
11 * frame.c (Fdelete_frame) [MAC_OS]: Call x_clear_frame_selections. | |
12 | |
13 * mac.c [!TARGET_API_MAC_CARBON]: Don't include charset.h or | |
14 coding.h. | |
15 (QCLIPBOARD): Remove variable. | |
16 (syms_of_mac): Don't initialize it. | |
17 (Fmac_paste_function, Fmac_cut_function, Fx_selection_exists_p): | |
18 Remove functions. | |
19 (syms_of_mac): Don't defsubr them. | |
20 [TARGET_API_MAC_CARBON] (Qmime_charset, QNFD, QNFKD, QNFC, QNFKC) | |
21 (QHFS_plus_D, QHFS_plus_C): New variables. | |
22 (syms_of_mac) [TARGET_API_MAC_CARBON]: Initialize them. | |
23 [TARGET_API_MAC_CARBON] (get_cfstring_encoding_from_lisp) | |
24 (cfstring_create_normalized): New functions. | |
25 [TARGET_API_MAC_CARBON] (Fmac_code_convert_string): Likewise. | |
26 (syms_of_mac) [TARGET_API_MAC_CARBON]: Defsubr it. | |
27 | |
28 * macterm.c (handling_window_update, terminate_flag): Remove | |
29 variables. | |
30 (do_window_update, do_ae_quit_application, XTread_socket): Don't | |
31 use them. | |
32 (WNE_SLEEP_AT_SUSPEND, WNE_SLEEP_AT_RESUME): Don't define. | |
33 [USE_CARBON_EVENTS && MAC_OSX] (mac_handle_service_event) | |
34 (init_service_handler): Move to macselect.c. Remove declarations. | |
35 [USE_CARBON_EVENTS && MAC_OSX] (init_service_handler): Add extern. | |
36 (Qapplication, Qabout): New variables. | |
37 (syms_of_mac): Initialize them. | |
38 [USE_CARBON_EVENTS && MAC_OSX] (Qpreferences, Qservices, Qpaste) | |
39 (Qperform): New variables. | |
40 (syms_of_mac) [USE_CARBON_EVENTS && MAC_OSX]: Initialize them. | |
41 (do_get_menus) [!TARGET_API_MAC_CARBON]: Don't call AppendResMenu. | |
42 (do_menu_choice): Unhighlight menu bar also when menu_id is 0. | |
43 (mac_store_application_menu_event, init_menu_bar): New functions. | |
44 [USE_CARBON_EVENTS] (mac_handle_command_event) | |
45 (init_command_handler): New functions. | |
46 (mac_handle_window_event): Return noErr on window update event. | |
47 (do_ae_quit_application): Call mac_store_application_menu_event. | |
48 (mac_initialize) [USE_CARBON_EVENTS]: Call init_command_handler | |
49 and init_menu_bar. | |
50 | |
51 * macterm.h (x_clear_frame_selections): Add extern. | |
52 | |
53 * macselect.c: New file for selection processing on Mac OS. | |
54 | |
1 2005-04-23 Richard M. Stallman <rms@gnu.org> | 55 2005-04-23 Richard M. Stallman <rms@gnu.org> |
2 | 56 |
3 * fileio.c (Fcopy_file): New arg MUSTBENEW. | 57 * fileio.c (Fcopy_file): New arg MUSTBENEW. |
4 (Frename_file): Pass new arg to Fcopy_file. | 58 (Frename_file): Pass new arg to Fcopy_file. |
5 | 59 |