]> git.eshelyaron.com Git - emacs.git/commitdiff
Attribute Aquamacs code to David Reitter.
authorJan Djärv <jan.h.d@swipnet.se>
Wed, 21 Dec 2011 06:37:49 +0000 (07:37 +0100)
committerJan Djärv <jan.h.d@swipnet.se>
Wed, 21 Dec 2011 06:37:49 +0000 (07:37 +0100)
src/ChangeLog

index 3cdc01115066e0976ebe0a0d67643fffc9a944e6..673d6fb9d973563296d085e1aa12cde8a83eac6c 100644 (file)
@@ -1,16 +1,22 @@
 2011-12-18  Jan Djärv  <jan.h.d@swipnet.se>
 
+       * nsmenu.m (NSMenuDidBeginTrackingNotification): Declare if OSX < 10.5
+       and NS_IMPL_COCOA.
+       (trackingNotification): Surround with ifdef NS_IMPL_COCOA.
+       (syms_of_nsmenu): Set trackingMenu to 1 if not NS_IMPL_COCOA.
+
+2011-12-18 David Reitter <reitter@cmu.edu>
+
        * nsterm.m (ns_term_init): Subscribe for notifications
        NSMenuDidBeginTrackingNotification and NSMenuDidEndTrackingNotification
        to method trackingNotification in EmacsMenu.
 
        * nsmenu.m (trackingMenu): New variable.
-       (NSMenuDidBeginTrackingNotification): Declare if OSX < 10.5 and
-       NS_IMPL_COCOA.
        (trackingNotification): New method (from Aquamacs).
        (menuNeedsUpdate): Expand comment and return if trackingMenu is 0,
        from Aquamacs (Bug#7030).
-       (syms_of_nsmenu): Set trackingMenu to 1 if not NS_IMPL_COCOA.
+
+2011-12-18  Jan Djärv  <jan.h.d@swipnet.se>
 
        * nsselect.m (CUT_BUFFER_SUPPORT): Remove define.
        (symbol_to_nsstring): Fix indentation.