aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
authorMiles Bader2006-10-15 02:54:13 +0000
committerMiles Bader2006-10-15 02:54:13 +0000
commitbb9c4b4f8b3dcd1b5fc96d2d0275cc532832fbd6 (patch)
tree8c4ae9640abcb8f33326e96e661f711417e5307c /lib-src
parent5be4d5336db8be316100a5b80ee8c5e428438b9e (diff)
parent92edaeeda5c362acf2c7e7f72b3666ab7673699a (diff)
downloademacs-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/ChangeLog6
-rw-r--r--lib-src/makefile.w32-in2
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 @@
12006-10-09 Eli Zaretskii <eliz@gnu.org>
2
3 * makefile.w32-in (../src/config.h): Fix error message.
4
12006-09-30 Eli Zaretskii <eliz@gnu.org> 52006-09-30 Eli Zaretskii <eliz@gnu.org>
2 6
3 * .cvsignore: Add blessmail. 7 * .cvsignore: Add blessmail.
@@ -19,7 +23,7 @@
19 23
202006-08-07 Masatake YAMATO <jet@gyve.org> 242006-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
252002-07-30 Adrian Aichner <adrian@xemacs.org> (tiny change) 292002-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
314getopt.h: getopt_.h 314getopt.h: getopt_.h