]> code.delx.au - gnu-emacs/blobdiff - src/ChangeLog
Support TAGS targets in the w32 build.
[gnu-emacs] / src / ChangeLog
index ba21c2a411b3042ebce725b8f6053fc0c384d0cc..1d337527effb9e86613ad8c7c2e3b6a14de99239 100644 (file)
@@ -1,3 +1,23 @@
+2010-10-01  Eli Zaretskii  <eliz@gnu.org>
+
+       * makefile.w32-in (TAGS, frc, TAGS-LISP, ../nt/TAGS, tags)
+       (TAGS-gmake, TAGS-nmake, TAGS-LISP-gmake, TAGS-LISP-nmake)
+       (nt-TAGS-gmake, nt-TAGS-nmake): New targets.
+
+2010-09-30  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * xml.c (parse_string): Use const.
+
+2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * eval.c (Fbacktrace): Don't overwrite print-level on exit.  Also
+       only override Vprint_level if it isn't already bound, and increase
+       the level to 8 to produce more useful backtraces for bug reports.
+
+2010-09-30  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * Makefile.in: ecrt0.c does not exist anymore, do not mention it.
+
 2010-09-30  Juanma Barranquero  <lekktu@gmail.com>
 
        * w32console.c (vga_stdcolor_name): Remove unused function;