From: YAMAMOTO Mitsuharu Date: Sat, 5 Mar 2005 03:51:20 +0000 (+0000) Subject: Fix typo. X-Git-Tag: ttn-vms-21-2-B4~1990 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2313f86108759ab4f95169de05e63cc1f0028412;p=emacs.git Fix typo. --- diff --git a/etc/ChangeLog b/etc/ChangeLog index 62516832349..3636682432a 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,6 +1,6 @@ 2005-03-05 YAMAMOTO Mitsuharu - * News: Mention Carbon build on Mac OS 9. + * NEWS: Mention Carbon build on Mac OS 9. 2005-03-01 David Kastrup diff --git a/src/ChangeLog b/src/ChangeLog index 8cd460c026c..f21daf9c3f2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -37,12 +37,12 @@ * macgui.h [!MAC_OSX && HAVE_CARBON]: Include Carbon.h. - * macmenu.h [TARGET_API_MAC_CARBON]: Don't include headers that + * macmenu.c [TARGET_API_MAC_CARBON]: Don't include headers that are included via Carbon.h. * macterm.c [TARGET_API_MAC_CARBON && !MAC_OSX]: Define USE_CARBON_EVENTS to 1. - [__MRC__ && TARGET_API_MAC_CARBON]: Don't declare `qd'. + (qd) [__MRC__ && TARGET_API_MAC_CARBON]: Don't declare. (x_free_frame_resources): Call remove_window_handler for non-tooltip windows. [TARGET_API_MAC_CARBON]: Don't include headers that are included @@ -858,7 +858,7 @@ [TARGET_API_MAC_CARBON] (mac_do_track_drag): Likewise. Reject only when there are no filename items. Set background color before (un)highlighting the window below the dragged items. - (XTread_socket) [!USE_CARBON_EVENTS]: Don't call do_window_update. + (XTread_socket) [USE_CARBON_EVENTS]: Don't call do_window_update. 2005-01-05 Romain Francoise