From: Andrew Innes Date: Wed, 6 Dec 2000 13:43:00 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.93~173 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4e8b894ce4009edcd5e4f5fcedbaa17a73fb7a51;p=emacs.git *** empty log message *** --- 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 @@ +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 --git a/nt/ChangeLog b/nt/ChangeLog index 9f432c4be79..557589b532f 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -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.