# HG changeset patch # User Andrew Innes # Date 976110180 0 # Node ID b4bcb9d9875a5b3d9fe5a63680bc333e6d7f8488 # Parent 3e91ae9e8c6f546b0403a937b9b743c075052b74 *** empty log message *** diff -r 3e91ae9e8c6f -r b4bcb9d9875a lib-src/ChangeLog --- a/lib-src/ChangeLog Wed Dec 06 13:42:48 2000 +0000 +++ b/lib-src/ChangeLog Wed Dec 06 13:43:00 2000 +0000 @@ -1,3 +1,12 @@ +2000-12-06 Andrew Innes + + * makefile.w32-in (LOCAL_FLAGS): Remove -DVERSION flag, since we + don't know the real version, and I can't seem to get the quoting + right in all circumstances. + + * ebrowse.c (VERSION): Provide default definition, like etags.c + does, because Windows build can't snarf this from version.el. + 2000-11-30 Andrew Innes * makefile.w32-in ($(BLD)/ebrowse.exe): Use tabs not spaces. diff -r 3e91ae9e8c6f -r b4bcb9d9875a nt/ChangeLog --- a/nt/ChangeLog Wed Dec 06 13:42:48 2000 +0000 +++ b/nt/ChangeLog Wed Dec 06 13:43:00 2000 +0000 @@ -1,3 +1,9 @@ +2000-12-06 Andrew Innes + + * gmake.defs (NEW_CYGWIN): New define. + (DQUOTE) [NEW_CYGWIN]: Cygnus changed the quoting rules since b20, + so we need to adjust how we escape embedded quotes. + 2000-11-25 Jason Rumney * config.nt (GC_MARK_STACK, GC_SETJMP_WORKS): Define.