aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJan Djärv2011-12-21 07:37:49 +0100
committerJan Djärv2011-12-21 07:37:49 +0100
commit678f4426c3e42029becee680b99f31d5cd254626 (patch)
treee719d1875a6be10ae8037f973985ae9695f08c4b /src/ChangeLog
parent47d42d81afa02760899d55c7d7ae847492928648 (diff)
downloademacs-678f4426c3e42029becee680b99f31d5cd254626.tar.gz
emacs-678f4426c3e42029becee680b99f31d5cd254626.zip
Attribute Aquamacs code to David Reitter.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog12
1 files 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 @@
12011-12-18 Jan Djärv <jan.h.d@swipnet.se> 12011-12-18 Jan Djärv <jan.h.d@swipnet.se>
2 2
3 * nsmenu.m (NSMenuDidBeginTrackingNotification): Declare if OSX < 10.5
4 and NS_IMPL_COCOA.
5 (trackingNotification): Surround with ifdef NS_IMPL_COCOA.
6 (syms_of_nsmenu): Set trackingMenu to 1 if not NS_IMPL_COCOA.
7
82011-12-18 David Reitter <reitter@cmu.edu>
9
3 * nsterm.m (ns_term_init): Subscribe for notifications 10 * nsterm.m (ns_term_init): Subscribe for notifications
4 NSMenuDidBeginTrackingNotification and NSMenuDidEndTrackingNotification 11 NSMenuDidBeginTrackingNotification and NSMenuDidEndTrackingNotification
5 to method trackingNotification in EmacsMenu. 12 to method trackingNotification in EmacsMenu.
6 13
7 * nsmenu.m (trackingMenu): New variable. 14 * nsmenu.m (trackingMenu): New variable.
8 (NSMenuDidBeginTrackingNotification): Declare if OSX < 10.5 and
9 NS_IMPL_COCOA.
10 (trackingNotification): New method (from Aquamacs). 15 (trackingNotification): New method (from Aquamacs).
11 (menuNeedsUpdate): Expand comment and return if trackingMenu is 0, 16 (menuNeedsUpdate): Expand comment and return if trackingMenu is 0,
12 from Aquamacs (Bug#7030). 17 from Aquamacs (Bug#7030).
13 (syms_of_nsmenu): Set trackingMenu to 1 if not NS_IMPL_COCOA. 18
192011-12-18 Jan Djärv <jan.h.d@swipnet.se>
14 20
15 * nsselect.m (CUT_BUFFER_SUPPORT): Remove define. 21 * nsselect.m (CUT_BUFFER_SUPPORT): Remove define.
16 (symbol_to_nsstring): Fix indentation. 22 (symbol_to_nsstring): Fix indentation.