diff options
| author | Jan Djärv | 2012-07-21 14:10:49 +0200 |
|---|---|---|
| committer | Jan Djärv | 2012-07-21 14:10:49 +0200 |
| commit | 784051c42a953356befde5e9fa4a98b433b55a7c (patch) | |
| tree | 11e16134627c3b92172188822343ad11f0fa018a /src/ChangeLog | |
| parent | 4b17afa7a423faeb352c4c578046127a4c5470ed (diff) | |
| download | emacs-784051c42a953356befde5e9fa4a98b433b55a7c.tar.gz emacs-784051c42a953356befde5e9fa4a98b433b55a7c.zip | |
* nsterm.m (accessibilityAttributeValue): Surround with NS_IMPL_COCOA.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ab1f136e6cc..ed0ea6d3a17 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -2,6 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | * nsterm.m (accessibilityAttributeValue): New function. (Bug#11134). | 3 | * nsterm.m (accessibilityAttributeValue): New function. (Bug#11134). |
| 4 | (conversationIdentifier): Return value is NSInteger. | 4 | (conversationIdentifier): Return value is NSInteger. |
| 5 | * nsterm.m (accessibilityAttributeValue): Surround with NS_IMPL_COCOA. | ||
| 5 | 6 | ||
| 6 | 2012-07-21 Chong Yidong <cyd@gnu.org> | 7 | 2012-07-21 Chong Yidong <cyd@gnu.org> |
| 7 | 8 | ||