Mercurial > emacs
comparison src/ChangeLog @ 72547:98899ee69177
*** empty log message ***
author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
---|---|
date | Sun, 27 Aug 2006 07:10:26 +0000 |
parents | cea6e823a9c3 |
children | 3882e4292e7a |
comparison
equal
deleted
inserted
replaced
72546:5786b9967afa | 72547:98899ee69177 |
---|---|
1 2006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | |
2 | |
3 * alloc.c (BLOCK_INPUT_ALLOC, UNBLOCK_INPUT_ALLOC): Undo previous | |
4 change. Move mutex lock/unlock operations inside BLOCK_INPUT. | |
5 | |
6 * dired.c (directory_files_internal_unwind, directory_files_internal) | |
7 (file_name_completion): Add BLOCK_INPUT around opendir/closedir. | |
8 | |
9 * image.c [MAC_OS] (image_load_qt_1): Use ComponentResult instead | |
10 of OSErr. | |
11 | |
12 * keyboard.c (in_sighandler): Remove variable. | |
13 (Fcurrent_idle_time): Add missing `doc:'. | |
14 (input_available_signal, init_keyboard): Undo previous change. | |
15 | |
16 * keyboard.h (in_sighandler): Remove extern. | |
17 | |
18 * mac.c (create_apple_event_from_event_ref, select) | |
19 (Fmac_get_file_creator, Fmac_get_file_type, Fmac_set_file_creator) | |
20 (Fmac_set_file_type, cfstring_create_normalized) | |
21 (mac_get_system_locale, select_and_poll_event, sys_select): Use | |
22 OSStatus instead of OSErr. | |
23 | |
24 * macfns.c [TARGET_API_MAC_CARBON] (mac_update_proxy_icon): Don't | |
25 use FRAME_FILE_NAME. Use (FS)UpdateAlias. | |
26 (Fx_create_frame): Apply 2006-07-03 for xfns.c. | |
27 | |
28 * macselect.c (get_scrap_from_symbol, clear_scrap, put_scrap_string) | |
29 (put_scrap_private_timestamp, scrap_has_target_type, get_scrap_string) | |
30 (get_scrap_private_timestamp, get_scrap_target_type_list) | |
31 (x_own_selection, x_get_foreign_selection) | |
32 (Fx_disown_selection_internal, Fx_selection_owner_p) | |
33 (Fx_selection_exists_p): Use OSStatus instead of OSErr. | |
34 | |
35 * macterm.c (mac_draw_string_common, mac_query_char_extents) | |
36 (x_iconify_frame, XLoadQueryFont, install_window_handler) | |
37 (mac_handle_command_event, init_command_handler, init_menu_bar): | |
38 Use OSStatus instead of OSErr. | |
39 (x_free_frame_resources) [TARGET_API_MAC_CARBON]: Don't use | |
40 FRAME_FILE_NAME. | |
41 (x_query_font): Apply 2006-08-04 change for xterm.c. | |
42 (Qhi_command): Rename from Qhicommand. All uses changed. | |
43 | |
44 * macterm.h (struct mac_output) [TARGET_API_MAC_CARBON]: Remove member | |
45 file_name. | |
46 (FRAME_FILE_NAME): Remove macro. | |
47 (install_window_handler, create_apple_event_from_event_ref): | |
48 Return OSStatus instead of OSErr. | |
49 | |
1 2006-08-26 Kim F. Storm <storm@cua.dk> | 50 2006-08-26 Kim F. Storm <storm@cua.dk> |
2 | 51 |
3 * buffer.c (Fset_buffer_multibyte): | 52 * buffer.c (Fset_buffer_multibyte): |
4 * editfns.c (Fcurrent_time, Fget_internal_run_time): | 53 * editfns.c (Fcurrent_time, Fget_internal_run_time): |
5 * macfns.c (Fxw_color_values): | 54 * macfns.c (Fxw_color_values): |