aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChong Yidong2008-08-01 16:07:14 +0000
committerChong Yidong2008-08-01 16:07:14 +0000
commit6fcb12fdcf455f3fdad5e7b66a27edc21961b372 (patch)
tree45d7757d78d291fb56880ca68d183a27dac4bedb /src
parentd142dd3dbcecbf9026acb639eeabca6c0c8cf4c5 (diff)
downloademacs-6fcb12fdcf455f3fdad5e7b66a27edc21961b372.tar.gz
emacs-6fcb12fdcf455f3fdad5e7b66a27edc21961b372.zip
* nsterm.m (EmacsApp -application:openFiles:): GNUStep does not
define NSApplicationDelegateReplySuccess. (EmacsView -converstationIdentifier): Use long instead of NSInteger for GNUStep, since it doesn't have NSInteger.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index a1c067ed2c6..d6dc5bff8e7 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,11 @@
12008-08-01 Chong Yidong <cyd@stupidchicken.com> 12008-08-01 Chong Yidong <cyd@stupidchicken.com>
2 2
3
4 * nsterm.m (EmacsApp -application:openFiles:): GNUStep does not
5 define NSApplicationDelegateReplySuccess.
6 (EmacsView -converstationIdentifier): Use long instead of
7 NSInteger for GNUStep, since it doesn't have NSInteger.
8
3 * xmenu.c: Revert last change. 9 * xmenu.c: Revert last change.
4 10
5 * keyboard.h: Fix last change. 11 * keyboard.h: Fix last change.