diff options
Diffstat (limited to 'Build/source/utils/xindy-old/ChangeLog.TL')
-rw-r--r-- | Build/source/utils/xindy-old/ChangeLog.TL | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/Build/source/utils/xindy-old/ChangeLog.TL b/Build/source/utils/xindy-old/ChangeLog.TL new file mode 100644 index 00000000000..1885da95e96 --- /dev/null +++ b/Build/source/utils/xindy-old/ChangeLog.TL @@ -0,0 +1,61 @@ +ChangeLog.TL: Changes for xindy (teTeX / TeX Live) +====================================================== + +2010-02-20 Peter Breitenlohner <peb@mppmu.mpg.de> + + * configure.ac: Don't fail configure if not building xindy. + +2009-10-05 Peter Breitenlohner <peb@mppmu.mpg.de> + + * user-commands/Makefile.am: Add uninstall-hook. + +2009-08-05 Peter Breitenlohner <peb@mppmu.mpg.de> + + * rte/Makefile.am (XINDY_RUN): For clisp Version 2.48 use + 'clisp-link add' instead of 'clisp-link add-module-path'. + +2009-06-03 Karl Berry <karl@tug.org> + + * rte/Makefile.am (XINDY_RUN): $(STRIP) it. + +2009-06-02 Peter Breitenlohner <peb@mppmu.mpg.de> + + * rte/ordrules/ordrules.c: declare logs, logc, and logi static. + +2009-05-18 Peter Breitenlohner <peb@mppmu.mpg.de> + + * configure.ac, ac/xindy.ac: Reorganize for dual use: + xindy in TL and standalone xindy. Adjust enable/disable. + +2009-05-09 Peter Breitenlohner <peb@mppmu.mpg.de> + + * configure.ac: Check for PERL, LATEX, and PDFLATEX. + * make-rules/alphabets/Makefile.am: Use PERL and PDFLATEX. + * make-rules/inputenc/Makefile.am: Use PERL and LATEX. + +2009-05-09 Peter Breitenlohner <peb@mppmu.mpg.de> + + * m4/ac_prog_latex.m4, m4/ac_prog_pdflatex.m4: Use TL_MSG_ERROR + instead of AC_MSG_ERROR. + +2009-05-09 Peter Breitenlohner <peb@mppmu.mpg.de> + + * configure.ac: Remove '--with-clisp=...', use 'CLISP=...'. + +2009-05-08 Peter Breitenlohner <peb@mppmu.mpg.de> + + Allow parallel builds: + * binaries/Makefile.am: Add '.NOTPARALLEL:'. + * rte/Makefile.am: Serialize rule that creates two targets. + + * configure.ac (AC_CONFIG_AUX_DIR): Use auxiliary files from + ../../build-aux in TeX Live tree. + + +2009-05-07 Peter Breitenlohner <peb@mppmu.mpg.de> + + Adapt to TL2009 build system. + * configure.ac, Makefile.am: Adapt. + * ac/xindy.ac (new): Configure options also shown at top-level. + * m4/tl_msg_error.m4 (new): Define TL_MSG_ERROR such that + 'configure --disable-build' succeeds without clisp. |