comparison src/ChangeLog @ 110675:7e4b4d33d1b2

Support TAGS targets in the w32 build. nt/makefile.w32-in (frc, TAGS, TAGS-gmake, TAGS-nmake): New targets. emacs-src.tags: New file. src/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. lisp/makefile.w32-in (DEST, TAGS, TAGS-LISP, TAGS-nmake) (TAGS-LISP-nmake, TAGS-gmake, TAGS-LISP-gmake, TAGS-SH) (TAGS-LISP-SH, TAGS-CMD, TAGS-LISP-CMD): New targets. lib-src/makefile.w32-in (tags, TAGS): New targets.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 01 Oct 2010 13:45:16 +0200
parents 49d445615c07
children 2b9572647fd0
comparison
equal deleted inserted replaced
110674:8ce8af5eb5e3 110675:7e4b4d33d1b2
1 2010-10-01 Eli Zaretskii <eliz@gnu.org>
2
3 * makefile.w32-in (TAGS, frc, TAGS-LISP, ../nt/TAGS, tags)
4 (TAGS-gmake, TAGS-nmake, TAGS-LISP-gmake, TAGS-LISP-nmake)
5 (nt-TAGS-gmake, nt-TAGS-nmake): New targets.
6
1 2010-09-30 Dan Nicolaescu <dann@ics.uci.edu> 7 2010-09-30 Dan Nicolaescu <dann@ics.uci.edu>
2 8
3 * xml.c (parse_string): Use const. 9 * xml.c (parse_string): Use const.
4 10
5 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org> 11 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>