diff options
| author | Adrian Robert | 2008-08-06 16:20:46 +0000 |
|---|---|---|
| committer | Adrian Robert | 2008-08-06 16:20:46 +0000 |
| commit | 5573794231d38f41924fe4d97164f176f8650a4b (patch) | |
| tree | 2eae4fe63d8c5f330b85eddeeef2bb9ca2e37c82 /src | |
| parent | d5e2f8fe885e7da9e70ae055e20f4e674a678138 (diff) | |
| download | emacs-5573794231d38f41924fe4d97164f176f8650a4b.tar.gz emacs-5573794231d38f41924fe4d97164f176f8650a4b.zip | |
* config.in: Regenerate. * Makefile.in: Move nsXXX.m dependencies into big alphabetical list. (mostlyclean): Don't delete *.d under NS. * nsterm.h (NS_HAVE_INTEGER): Change to NS_HAVE_NSINTEGER.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 9 | ||||
| -rw-r--r-- | src/Makefile.in | 29 | ||||
| -rw-r--r-- | src/config.in | 2 | ||||
| -rw-r--r-- | src/nsterm.h | 4 |
4 files changed, 25 insertions, 19 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 69928b79ff5..4fbf8cee67d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com> | ||
| 2 | |||
| 3 | * config.in: Regenerate. | ||
| 4 | |||
| 5 | * Makefile.in: Move nsXXX.m dependencies into big alphabetical list. | ||
| 6 | (mostlyclean): Don't delete *.d under NS. | ||
| 7 | |||
| 8 | * nsterm.h (NS_HAVE_INTEGER): Change to NS_HAVE_NSINTEGER. | ||
| 9 | |||
| 1 | 2008-08-06 Kenichi Handa <handa@m17n.org> | 10 | 2008-08-06 Kenichi Handa <handa@m17n.org> |
| 2 | 11 | ||
| 3 | * xfont.c (xfont_list_family): Return a list of symbols, not | 12 | * xfont.c (xfont_list_family): Return a list of symbols, not |
diff --git a/src/Makefile.in b/src/Makefile.in index bdf5181f778..3edd0af5e1a 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -1115,6 +1115,19 @@ mktime.o: mktime.c $(config_h) | |||
| 1115 | msdos.o: msdos.c msdos.h dosfns.h systime.h termhooks.h dispextern.h frame.h \ | 1115 | msdos.o: msdos.c msdos.h dosfns.h systime.h termhooks.h dispextern.h frame.h \ |
| 1116 | termopts.h termchar.h character.h coding.h ccl.h disptab.h window.h \ | 1116 | termopts.h termchar.h character.h coding.h ccl.h disptab.h window.h \ |
| 1117 | keyboard.h intervals.h buffer.h commands.h blockinput.h atimer.h $(config_h) | 1117 | keyboard.h intervals.h buffer.h commands.h blockinput.h atimer.h $(config_h) |
| 1118 | nsfns.o: nsfns.m charset.h nsterm.h nsgui.h frame.h window.h buffer.h \ | ||
| 1119 | dispextern.h nsgui.h fontset.h $(INTERVAL_SRC) keyboard.h blockinput.h \ | ||
| 1120 | atimer.h systime.h epaths.h termhooks.h coding.h systime.h $(config_h) | ||
| 1121 | nsfont.o: nsterm.h dispextern.h frame.h lisp.h $(config_h) | ||
| 1122 | nsimage.o: nsimage.m nsterm.h $(config_h) | ||
| 1123 | nsmenu.o: nsmenu.m termhooks.h frame.h window.h dispextern.h \ | ||
| 1124 | nsgui.h keyboard.h blockinput.h atimer.h systime.h buffer.h \ | ||
| 1125 | nsterm.h $(config_h) | ||
| 1126 | nsterm.o: nsterm.m blockinput.h atimer.h systime.h syssignal.h nsterm.h \ | ||
| 1127 | nsgui.h frame.h charset.h ccl.h dispextern.h fontset.h termhooks.h \ | ||
| 1128 | termopts.h termchar.h disptab.h buffer.h window.h keyboard.h \ | ||
| 1129 | $(INTERVAL_SRC) process.h coding.h $(config_h) | ||
| 1130 | nsselect.o: nsselect.m blockinput.h nsterm.h nsgui.h frame.h $(config_h) | ||
| 1118 | process.o: process.c process.h buffer.h window.h termhooks.h termopts.h \ | 1131 | process.o: process.c process.h buffer.h window.h termhooks.h termopts.h \ |
| 1119 | commands.h syssignal.h systime.h systty.h syswait.h frame.h dispextern.h \ | 1132 | commands.h syssignal.h systime.h systty.h syswait.h frame.h dispextern.h \ |
| 1120 | blockinput.h atimer.h charset.h coding.h ccl.h msdos.h composite.h \ | 1133 | blockinput.h atimer.h charset.h coding.h ccl.h msdos.h composite.h \ |
| @@ -1242,19 +1255,6 @@ composite.o: composite.c buffer.h character.h $(INTERVAL_SRC) $(config_h) | |||
| 1242 | buffer.o callint.o cmds.o dispnew.o editfns.o fileio.o frame.o \ | 1255 | buffer.o callint.o cmds.o dispnew.o editfns.o fileio.o frame.o \ |
| 1243 | fontset.o indent.o insdel.o keyboard.o macros.o minibuf.o msdos.o process.o \ | 1256 | fontset.o indent.o insdel.o keyboard.o macros.o minibuf.o msdos.o process.o \ |
| 1244 | scroll.o sysdep.o term.o widget.o window.o xdisp.o xfaces.o sound.o: nsgui.h | 1257 | scroll.o sysdep.o term.o widget.o window.o xdisp.o xfaces.o sound.o: nsgui.h |
| 1245 | nsfns.o: nsfns.m charset.h nsterm.h nsgui.h frame.h window.h buffer.h \ | ||
| 1246 | dispextern.h nsgui.h fontset.h $(INTERVAL_SRC) keyboard.h blockinput.h \ | ||
| 1247 | atimer.h systime.h epaths.h termhooks.h coding.h systime.h $(config_h) | ||
| 1248 | nsmenu.o: nsmenu.m termhooks.h frame.h window.h dispextern.h \ | ||
| 1249 | nsgui.h keyboard.h blockinput.h atimer.h systime.h buffer.h \ | ||
| 1250 | nsterm.h $(config_h) | ||
| 1251 | nsterm.o: nsterm.m blockinput.h atimer.h systime.h syssignal.h nsterm.h \ | ||
| 1252 | nsgui.h frame.h charset.h ccl.h dispextern.h fontset.h termhooks.h \ | ||
| 1253 | termopts.h termchar.h disptab.h buffer.h window.h keyboard.h \ | ||
| 1254 | $(INTERVAL_SRC) process.h coding.h $(config_h) | ||
| 1255 | nsselect.o: nsselect.m blockinput.h nsterm.h nsgui.h frame.h $(config_h) | ||
| 1256 | nsimage.o: nsimage.m nsterm.h | ||
| 1257 | nsfont.o: nsterm.h dispextern.h frame.h lisp.h $(config_h) | ||
| 1258 | 1258 | ||
| 1259 | ${ns_appdir}: ${ns_appsrc} | 1259 | ${ns_appdir}: ${ns_appsrc} |
| 1260 | rm -fr ${ns_appdir} | 1260 | rm -fr ${ns_appdir} |
| @@ -1282,9 +1282,6 @@ clean: mostlyclean | |||
| 1282 | rm -f emacs-*.*.*${EXEEXT} emacs${EXEEXT} | 1282 | rm -f emacs-*.*.*${EXEEXT} emacs${EXEEXT} |
| 1283 | #ifdef HAVE_NS | 1283 | #ifdef HAVE_NS |
| 1284 | rm -fr ${ns_appdir} | 1284 | rm -fr ${ns_appdir} |
| 1285 | #ifdef NS_IMPL_GNUSTEP | ||
| 1286 | rm -f *.d | ||
| 1287 | #endif | ||
| 1288 | #endif | 1285 | #endif |
| 1289 | /* bootstrap-clean is used to clean up just before a bootstrap. | 1286 | /* bootstrap-clean is used to clean up just before a bootstrap. |
| 1290 | It should remove all files generated during a compilation/bootstrap, | 1287 | It should remove all files generated during a compilation/bootstrap, |
diff --git a/src/config.in b/src/config.in index cea59d19553..42c9c8658e8 100644 --- a/src/config.in +++ b/src/config.in | |||
| @@ -810,7 +810,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 810 | #undef NO_MATHERR | 810 | #undef NO_MATHERR |
| 811 | 811 | ||
| 812 | /* Define to 1 if `NSInteger' is defined. */ | 812 | /* Define to 1 if `NSInteger' is defined. */ |
| 813 | #undef NS_HAVE_INTEGER | 813 | #undef NS_HAVE_NSINTEGER |
| 814 | 814 | ||
| 815 | /* Define to 1 if you are using NS windowing under MacOS X. */ | 815 | /* Define to 1 if you are using NS windowing under MacOS X. */ |
| 816 | #undef NS_IMPL_COCOA | 816 | #undef NS_IMPL_COCOA |
diff --git a/src/nsterm.h b/src/nsterm.h index c479b333fd1..224d15fd527 100644 --- a/src/nsterm.h +++ b/src/nsterm.h | |||
| @@ -364,10 +364,10 @@ extern EmacsMenu *mainMenu, *svcsMenu, *dockMenu; | |||
| 364 | @end | 364 | @end |
| 365 | #endif | 365 | #endif |
| 366 | 366 | ||
| 367 | #ifndef NS_HAVE_INTEGER | 367 | #ifndef NS_HAVE_NSINTEGER |
| 368 | typedef long NSInteger; | 368 | typedef long NSInteger; |
| 369 | typedef unsigned long NSUInteger; | 369 | typedef unsigned long NSUInteger; |
| 370 | #endif /* not NS_HAVE_INTEGER */ | 370 | #endif /* not NS_HAVE_NSINTEGER */ |
| 371 | 371 | ||
| 372 | #endif /* __OBJC__ */ | 372 | #endif /* __OBJC__ */ |
| 373 | 373 | ||