From 678f4426c3e42029becee680b99f31d5cd254626 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20Dj=C3=A4rv?= Date: Wed, 21 Dec 2011 07:37:49 +0100 Subject: [PATCH] Attribute Aquamacs code to David Reitter. --- src/ChangeLog | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index 3cdc0111506..673d6fb9d97 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,16 +1,22 @@ 2011-12-18 Jan Djärv + * 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 + * 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 * nsselect.m (CUT_BUFFER_SUPPORT): Remove define. (symbol_to_nsstring): Fix indentation. -- 2.39.2