aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorYAMAMOTO Mitsuharu2005-03-05 03:51:20 +0000
committerYAMAMOTO Mitsuharu2005-03-05 03:51:20 +0000
commit2313f86108759ab4f95169de05e63cc1f0028412 (patch)
tree133c9ab0498026d7e6040f4f3bb3254986e6843f /src/ChangeLog
parent7709cbbdf08eb87ed1b4f3d1efb3c993cc520654 (diff)
downloademacs-2313f86108759ab4f95169de05e63cc1f0028412.tar.gz
emacs-2313f86108759ab4f95169de05e63cc1f0028412.zip
Fix typo.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 8cd460c026c..f21daf9c3f2 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -37,12 +37,12 @@
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
@@ -858,7 +858,7 @@
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
8632005-01-05 Romain Francoise <romain@orebokech.com> 8632005-01-05 Romain Francoise <romain@orebokech.com>
864 864