[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r106707: Attribute Aquamacs code to D
From: |
Jan D. |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r106707: Attribute Aquamacs code to David Reitter. |
Date: |
Wed, 21 Dec 2011 07:37:49 +0100 |
User-agent: |
Bazaar (2.3.1) |
------------------------------------------------------------
revno: 106707
committer: Jan D. <address@hidden>
branch nick: trunk
timestamp: Wed 2011-12-21 07:37:49 +0100
message:
Attribute Aquamacs code to David Reitter.
modified:
src/ChangeLog
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog 2011-12-18 14:53:01 +0000
+++ b/src/ChangeLog 2011-12-21 06:37:49 +0000
@@ -1,16 +1,22 @@
2011-12-18 Jan Djärv <address@hidden>
+ * 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 <address@hidden>
+
* 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 <address@hidden>
* nsselect.m (CUT_BUFFER_SUPPORT): Remove define.
(symbol_to_nsstring): Fix indentation.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r106707: Attribute Aquamacs code to David Reitter.,
Jan D. <=