]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorAndrew Innes <andrewi@gnu.org>
Wed, 6 Dec 2000 13:43:00 +0000 (13:43 +0000)
committerAndrew Innes <andrewi@gnu.org>
Wed, 6 Dec 2000 13:43:00 +0000 (13:43 +0000)
lib-src/ChangeLog
nt/ChangeLog

index 52383f2609416c1a837e77b29f88d805dd213ce7..422d27981e92c58321efe3051c962617339ce6f0 100644 (file)
@@ -1,3 +1,12 @@
+2000-12-06  Andrew Innes  <andrewi@gnu.org>
+
+       * 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  <andrewi@gnu.org>
 
        * makefile.w32-in ($(BLD)/ebrowse.exe): Use tabs not spaces.
index 9f432c4be793dfd68cf6a98cc0920e4013a4d234..557589b532f4c0da02c19f0da277e417ff86c6df 100644 (file)
@@ -1,3 +1,9 @@
+2000-12-06  Andrew Innes  <andrewi@gnu.org>
+
+       * 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  <jasonr@gnu.org>
 
        * config.nt (GC_MARK_STACK, GC_SETJMP_WORKS): Define.