comparison src/ChangeLog @ 60396:b995637d585c

Fix typo.
author YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
date Sat, 05 Mar 2005 03:51:20 +0000
parents 9326339a4601
children 97189c1b0849
comparison
equal deleted inserted replaced
60395:b884d90db3b5 60396:b995637d585c
35 specifying the default location and obtaining the selected 35 specifying the default location and obtaining the selected
36 filename. 36 filename.
37 37
38 * macgui.h [!MAC_OSX && HAVE_CARBON]: Include Carbon.h. 38 * macgui.h [!MAC_OSX && HAVE_CARBON]: Include Carbon.h.
39 39
40 * macmenu.h [TARGET_API_MAC_CARBON]: Don't include headers that 40 * macmenu.c [TARGET_API_MAC_CARBON]: Don't include headers that
41 are included via Carbon.h. 41 are included via Carbon.h.
42 42
43 * macterm.c [TARGET_API_MAC_CARBON && !MAC_OSX]: Define 43 * macterm.c [TARGET_API_MAC_CARBON && !MAC_OSX]: Define
44 USE_CARBON_EVENTS to 1. 44 USE_CARBON_EVENTS to 1.
45 [__MRC__ && TARGET_API_MAC_CARBON]: Don't declare `qd'. 45 (qd) [__MRC__ && TARGET_API_MAC_CARBON]: Don't declare.
46 (x_free_frame_resources): Call remove_window_handler for 46 (x_free_frame_resources): Call remove_window_handler for
47 non-tooltip windows. 47 non-tooltip windows.
48 [TARGET_API_MAC_CARBON]: Don't include headers that are included 48 [TARGET_API_MAC_CARBON]: Don't include headers that are included
49 via Carbon.h. 49 via Carbon.h.
50 [TARGET_API_MAC_CARBON] (mac_do_track_dragUPP) 50 [TARGET_API_MAC_CARBON] (mac_do_track_dragUPP)
856 [TARGET_API_MAC_CARBON] (mac_do_receive_drag): Return error when a 856 [TARGET_API_MAC_CARBON] (mac_do_receive_drag): Return error when a
857 file dialog is in action. 857 file dialog is in action.
858 [TARGET_API_MAC_CARBON] (mac_do_track_drag): Likewise. 858 [TARGET_API_MAC_CARBON] (mac_do_track_drag): Likewise.
859 Reject only when there are no filename items. Set background color 859 Reject only when there are no filename items. Set background color
860 before (un)highlighting the window below the dragged items. 860 before (un)highlighting the window below the dragged items.
861 (XTread_socket) [!USE_CARBON_EVENTS]: Don't call do_window_update. 861 (XTread_socket) [USE_CARBON_EVENTS]: Don't call do_window_update.
862 862
863 2005-01-05 Romain Francoise <romain@orebokech.com> 863 2005-01-05 Romain Francoise <romain@orebokech.com>
864 864
865 * term.c (encode_terminal_code): Fix buffer size computation. 865 * term.c (encode_terminal_code): Fix buffer size computation.
866 866