diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 14eb35bdc1c..3cdc0111506 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -7,9 +7,9 @@ | |||
| 7 | * nsmenu.m (trackingMenu): New variable. | 7 | * nsmenu.m (trackingMenu): New variable. |
| 8 | (NSMenuDidBeginTrackingNotification): Declare if OSX < 10.5 and | 8 | (NSMenuDidBeginTrackingNotification): Declare if OSX < 10.5 and |
| 9 | NS_IMPL_COCOA. | 9 | NS_IMPL_COCOA. |
| 10 | (trackingNotification): New method (from AquaEmacs). | 10 | (trackingNotification): New method (from Aquamacs). |
| 11 | (menuNeedsUpdate): Expand comment and return if trackingMenu is 0, | 11 | (menuNeedsUpdate): Expand comment and return if trackingMenu is 0, |
| 12 | from AquaEmacs (Bug#7030). | 12 | from Aquamacs (Bug#7030). |
| 13 | (syms_of_nsmenu): Set trackingMenu to 1 if not NS_IMPL_COCOA. | 13 | (syms_of_nsmenu): Set trackingMenu to 1 if not NS_IMPL_COCOA. |
| 14 | 14 | ||
| 15 | * nsselect.m (CUT_BUFFER_SUPPORT): Remove define. | 15 | * nsselect.m (CUT_BUFFER_SUPPORT): Remove define. |