diff options
| author | Miles Bader | 2006-10-15 02:54:13 +0000 |
|---|---|---|
| committer | Miles Bader | 2006-10-15 02:54:13 +0000 |
| commit | bb9c4b4f8b3dcd1b5fc96d2d0275cc532832fbd6 (patch) | |
| tree | 8c4ae9640abcb8f33326e96e661f711417e5307c /lib-src | |
| parent | 5be4d5336db8be316100a5b80ee8c5e428438b9e (diff) | |
| parent | 92edaeeda5c362acf2c7e7f72b3666ab7673699a (diff) | |
| download | emacs-bb9c4b4f8b3dcd1b5fc96d2d0275cc532832fbd6.tar.gz emacs-bb9c4b4f8b3dcd1b5fc96d2d0275cc532832fbd6.zip | |
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 460-475)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 145-152)
- Merge from emacs--devo--0
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-118
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/ChangeLog | 6 | ||||
| -rw-r--r-- | lib-src/makefile.w32-in | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 45fb6d6513e..e78d3fefa48 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2006-10-09 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * makefile.w32-in (../src/config.h): Fix error message. | ||
| 4 | |||
| 1 | 2006-09-30 Eli Zaretskii <eliz@gnu.org> | 5 | 2006-09-30 Eli Zaretskii <eliz@gnu.org> |
| 2 | 6 | ||
| 3 | * .cvsignore: Add blessmail. | 7 | * .cvsignore: Add blessmail. |
| @@ -19,7 +23,7 @@ | |||
| 19 | 23 | ||
| 20 | 2006-08-07 Masatake YAMATO <jet@gyve.org> | 24 | 2006-08-07 Masatake YAMATO <jet@gyve.org> |
| 21 | 25 | ||
| 22 | * etags.c (TEX_mode): Check getc retruns EOF. | 26 | * etags.c (TEX_mode): Check getc returns EOF. |
| 23 | File ended without newline causes infinite loop. | 27 | File ended without newline causes infinite loop. |
| 24 | 28 | ||
| 25 | 2002-07-30 Adrian Aichner <adrian@xemacs.org> (tiny change) | 29 | 2002-07-30 Adrian Aichner <adrian@xemacs.org> (tiny change) |
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in index 564487a5858..5ac6555f46d 100644 --- a/lib-src/makefile.w32-in +++ b/lib-src/makefile.w32-in | |||
| @@ -308,7 +308,7 @@ cleanall: clean | |||
| 308 | # Headers we would preprocess if we could. | 308 | # Headers we would preprocess if we could. |
| 309 | # | 309 | # |
| 310 | ../src/config.h: ../nt/$(CONFIG_H) | 310 | ../src/config.h: ../nt/$(CONFIG_H) |
| 311 | echo config.h has changed. Re-run configure.bat. | 311 | echo $(CONFIG_H) has changed. Re-run configure.bat. |
| 312 | exit -1 | 312 | exit -1 |
| 313 | 313 | ||
| 314 | getopt.h: getopt_.h | 314 | getopt.h: getopt_.h |