]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo.
authorYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Sat, 5 Mar 2005 03:51:20 +0000 (03:51 +0000)
committerYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Sat, 5 Mar 2005 03:51:20 +0000 (03:51 +0000)
etc/ChangeLog
src/ChangeLog

index 62516832349f8399fbe80ffd2f6af53f83c6c52a..3636682432a48609cbb1eb007e83d7043f123a51 100644 (file)
@@ -1,6 +1,6 @@
 2005-03-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
 
-       * News: Mention Carbon build on Mac OS 9.
+       * NEWS: Mention Carbon build on Mac OS 9.
        
 2005-03-01  David Kastrup  <dak@gnu.org>
 
index 8cd460c026caac74169056132b8776f8c12b67dd..f21daf9c3f25507849fd833c1738d3de335c9ff3 100644 (file)
 
        * 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
        [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  <romain@orebokech.com>