]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorJason Rumney <jasonr@gnu.org>
Fri, 29 Dec 2006 16:48:21 +0000 (16:48 +0000)
committerJason Rumney <jasonr@gnu.org>
Fri, 29 Dec 2006 16:48:21 +0000 (16:48 +0000)
nt/ChangeLog
src/ChangeLog

index 93dcf2c92bb8e2889b638bef4fff395d23635f40..179efe7a8d4b6fffce6f0297847b3d91ae9f5615 100644 (file)
@@ -1,3 +1,9 @@
+2006-12-29  Jason Rumney  <jasonr@gnu.org>
+
+       * nmake.defs (TEMACS_EXTRA_LINK): Remove duplicated flags from
+       DEBUG_LINK.
+       (DEBUG_LINK): Remove -debugtype:both
+
 2006-12-27  Eli Zaretskii  <eliz@gnu.org>
 
        * INSTALL: Update table of supported Make ports.  Show "make -j"
index 28039b72e6c5c21935f9a2696291959ea3352984..0b2af091a4527fe7908ca960204928d3722b5f8e 100644 (file)
@@ -1,6 +1,7 @@
 2006-12-29  Jason Rumney  <jasonr@gnu.org>
 
        * s/ms-w32.h (tzname): Do not define in msvc8.
+       (umask): Do not define in msvc8.
 
        * regex.c (regerror): Change parameter name err_code.