aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib-src/ChangeLog9
-rw-r--r--nt/ChangeLog6
2 files changed, 15 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 52383f26094..422d27981e9 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,12 @@
12000-12-06 Andrew Innes <andrewi@gnu.org>
2
3 * makefile.w32-in (LOCAL_FLAGS): Remove -DVERSION flag, since we
4 don't know the real version, and I can't seem to get the quoting
5 right in all circumstances.
6
7 * ebrowse.c (VERSION): Provide default definition, like etags.c
8 does, because Windows build can't snarf this from version.el.
9
12000-11-30 Andrew Innes <andrewi@gnu.org> 102000-11-30 Andrew Innes <andrewi@gnu.org>
2 11
3 * makefile.w32-in ($(BLD)/ebrowse.exe): Use tabs not spaces. 12 * makefile.w32-in ($(BLD)/ebrowse.exe): Use tabs not spaces.
diff --git a/nt/ChangeLog b/nt/ChangeLog
index 9f432c4be79..557589b532f 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -1,3 +1,9 @@
12000-12-06 Andrew Innes <andrewi@gnu.org>
2
3 * gmake.defs (NEW_CYGWIN): New define.
4 (DQUOTE) [NEW_CYGWIN]: Cygnus changed the quoting rules since b20,
5 so we need to adjust how we escape embedded quotes.
6
12000-11-25 Jason Rumney <jasonr@gnu.org> 72000-11-25 Jason Rumney <jasonr@gnu.org>
2 8
3 * config.nt (GC_MARK_STACK, GC_SETJMP_WORKS): Define. 9 * config.nt (GC_MARK_STACK, GC_SETJMP_WORKS): Define.