Mercurial > emacs
comparison src/ChangeLog @ 97205:69be58201e63
* 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.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Fri, 01 Aug 2008 16:07:14 +0000 |
parents | 88323368bc2c |
children | 435f2c675641 |
comparison
equal
deleted
inserted
replaced
97204:ba4a6844b73c | 97205:69be58201e63 |
---|---|
1 2008-08-01 Chong Yidong <cyd@stupidchicken.com> | 1 2008-08-01 Chong Yidong <cyd@stupidchicken.com> |
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. | |
2 | 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. |
6 | 12 |