Skip to content

Commit

Permalink
merged microtype branch to trunk
Browse files Browse the repository at this point in the history
git-svn-id: http://scripts.sil.org/svn-public/xetex/TRUNK@986 9f0520aa-a7ea-0310-80d7-d2976a5bef54
  • Loading branch information
jonathan committed Jul 13, 2010
1 parent a6aa348 commit 51c62f8
Show file tree
Hide file tree
Showing 12,768 changed files with 2,565,776 additions and 3,407,779 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
297 changes: 297 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -0,0 +1,297 @@
2010-04-11 Karl Berry <karl@tug.org>

* m4/kpse-pkgs.m4 (KPSE_TEXK_PKGS): add ptexenc, makejvf, mendexk.
From Akira and Norbert.
* m4/kpse-ptexenc-flags.m4: new file.

2010-03-29 Peter Breitenlohner <peb@mppmu.mpg.de>

* m4/kpse-icu-flags.m4 (KPSE_ICU_SYSTEM_FLAGS): Work around bug
in icu-config version 4.4.
* m4/kpse-common.m4 (KPSE_COMMON): Added AC_TYPE_SIZE_T.

2010-03-24 Peter Breitenlohner <peb@mppmu.mpg.de>

* Build (TL_CONF_THREADS): Removed, now in libs/icu/configure.

2010-03-05 Peter Breitenlohner <peb@mppmu.mpg.de>

* Makefile.am (triptrap): Run intermediate triptrap target in
texk/, texk/web2c/Makefile might not yet exist.

2010-03-04 Peter Breitenlohner <peb@mppmu.mpg.de>

* Makefile.am (triptrap): New target to run TRIP and TRAP tests.
Do not automatically run 'make check' when cross compiling.

2010-03-03 Peter Breitenlohner <peb@mppmu.mpg.de>

* Makefile.am, configure.ac: Do not automatically run tests as
part of 'make world' when cross compiling.

2010-02-22 Karl Berry <karl@tug.org>

* Build (TL_CONF_BANNER): 2010/dev.

2010-02-20 Peter Breitenlohner <peb@mppmu.mpg.de>

* m4/kpse-common.m4 (KPSE_COMMON): Use LT_INIT([win32-dll]).
* m4/kpse-gd-flags.m4 (KPSE_GD_FLAGS): Add -DNONDLL.

2010-02-12 Peter Breitenlohner <peb@mppmu.mpg.de>

* m4/kpse-kpathsea-flags.m4: Detect if libkpathsea was compiled
without debugging support and add '-DNODEBUG' if necessary.

2010-02-02 Peter Breitenlohner <peb@mppmu.mpg.de>

* m4/kpse-warnings.m4: Redefine compiler warning levels to
reduce the number of 'min' warnings.

2009-12-24 Karl Berry <karl@tug.org>

* Makefile.am (world): also run make check.
(check_target): new variable.
(skip): new target, to do nothing.

* Build (TL_CONF_BANNER): add /dev.

2009-12-22 Karl Berry <karl@tug.org>

* build-aux/ylwrap: update from current automake (no real changes).

2009-11-12 Peter Breitenlohner <peb@mppmu.mpg.de>

* configure.ac, m4/kpse-setup.m4: Disable cross compilation
of xindy.
* configure.ac: Report absolute build and source dir; reject
paths with embedded spaces.

2009-09-17 Karl Berry <karl@tug.org>

* Build: show Build command itself in build.log.

2009-09-01 Peter Breitenlohner <peb@mppmu.mpg.de>

* m4/kpse-warnings.m4: Additional level 'all' of compiler
warnings, 'max' now without the extremely noisy -Wshadow.
* configure.ac: Report level of compiler warnings used.

2009-08-19 Peter Breitenlohner <peb@mppmu.mpg.de>

* Makefile.am (dist*check_listfiles): Stricter checking for
'make distcheck': check for leftover files and symlinks.
This really ought to be the Automake default.

2009-08-17 Peter Breitenlohner <peb@mppmu.mpg.de>

* m4/kpse-warnings.m4: Implement Objective C compiler warnings.

2009-06-18 Karl Berry <karl@tug.org>

* Build: eradicate -Wdecl stuff, peb has implemented something
more general.

2009-06-01 Karl Berry <karl@tug.org>

* Makefile.am (world): don't echo the echo.

2009-05-22 Peter Breitenlohner <peb@mppmu.mpg.de>

* Makefile.am (world): serialize to avoid parallel build problems.

2009-05-21 Peter Breitenlohner <peb@mppmu.mpg.de>

* Build (TL_CONF_MAC_FONTS, TL_CONF_XINDY): removed,
no longer required.

2009-05-18 Karl Berry <karl@tug.org>

* Build (-Wdecl): allow with -g, to do -Wdeclaration-after-statement.

2009-05-16 Karl Berry <karl@tug.org>

* Build (TL_CONF_XINDY): default to disabling latex-requiring stuff.

2009-04-29 Karl Berry <karl@tug.org>

* Build (MACOSX_DEPLOYMENT_TARGET): set to 10.3 on powerpc-darwin
(but not i386-darwin).

2009-04-11 Karl Berry <karl@tug.org>

* Makefile.am (world): do the run-texlinks target in texk/tetex
to make the per-format links to binaries.

2009-03-14 Karl Berry <karl@tug.org>

* Build: include timestamps in output.
(TL_BUILD_ENV): include OBJCFLAGS for xdv2pdf.

2009-03-13 Karl Berry <karl@tug.org>

* Build (bindir): call them executables, not binaries.
Use set -vx, not +vx.

2009-03-08 Karl Berry <karl@tug.org>

* Build (TL_CONF_SHARED): new variable, --disable-shared by default.
(-g): alias for --debug.
use set -vx to see configure && make commands in the log.

2009-01-24 Karl Berry <karl@tug.org>

* utils/texinfo: remove, we will no longer include Texinfo in TeX Live
(except for texinfo.tex).
In practice it is more easily available separately,
and the (n)curses build dependency is a useless pain.
* utils/README,
* configure.in,
* Makefile.in,
* README,
* tetex.ac,
* withenable.ac: remove traces of texinfo.

2008-06-26 Peter Breitenlohner <peb@mppmu.mpg.de>

* withenable.ac (kpse_utils_pkglist): add vlna.

2008-06-09 Karl Berry <karl@tug.org>

* Build: try using find instead of ls, to avoid short param list
on hp (Tim tlbuild mail, 6 Jun 2008 10:24:41).

2008-06-08 Karl Berry <karl@tug.org>

* utils/README: warn about nohup specifically.

2008-05-29 Karl Berry <karl@tug.org>

* Makefile.in (install): do not call selfautofix, we now keep
kpathsea/texmf.cnf as a slave copy of Master/texmf/web2c.
* selfautofix: remove file.

2008-05-28 Karl Berry <karl@tug.org>

* Makefile.in (install): invoke new run-texlinks target
in texk/tetex.

* Makefile.in (install-extra): do not go to omfonts, the omega.mk
targets take care of that.
Do not try to install release-tetex-src.txt.
Do not try to run fmtutil, updmap, mktexlsr, texlinks or anything else.
(world): since strip already depends on install, omit install.
Add echo's for when targets are finished.

2008-04-07 Peter Breitenlohner <peb@mppmu.mpg.de>

* configure.in: respect library dependencies.

2008-03-25 Karl Berry <karl@tug.org>

* withenable.ac: enable xindy; rebuild configure.
* README,
* utils/README: document clisp & libffcall prerequisites.

2008-03-24 Karl Berry <karl@tug.org>

* Build: exit with appropriate status

2008-03-09 Karl Berry <karl@tug.org>

* Build: exit if no binaries.

2008-03-08 Karl Berry <karl@tug.org>

* Build: --debug

2008-03-03 Peter Breitenlohner <peb@mppmu.mpg.de>

* reautoconf: run first autoheader, then autoconf.

2008-02-29 Peter Breitenlohner <peb@mppmu.mpg.de>

* configure.in: update (AC_SET_MAKE -> AC_PROG_MAKE_SET).
* tetex.ac: append --enable-tetex-build to args in addition
to exporting enable_tetex_build=yes (for maintainer mode).
* reautoconf: add autoheader, allow subdir selection.

2008-02-21 Peter Breitenlohner <peb@mppmu.mpg.de>

* reautoconf: major rewrite.

2008-02-21 Peter Breitenlohner <peb@mppmu.mpg.de>

* tetex.ac: --enable-muliplatform modifies libdir.

* withenable.ac (kpse_utils_pkglist): m4_defined list of all
optional packages, used to generate --without-PKG options.
* configure.in: use kpse_utils_pkglist to select subdirs.

2008-02-02 Peter Breitenlohner <peb@mppmu.mpg.de>

Convert from autoconf-2.13 to autoconf-2.59+:
* configure.in: Use KPSE_CONFIG_SUBDIRS.
* Makefile.in: Add @configure_input@ line.
* aclocal.m4 (new): Generated (aclocal -I texk/m4).
* configure: Regenerated (autoconf).

2007-10-06 Karl Berry <karl@tug.org>

* Build (TL_WORKDIR): allow override of "Work".

2007-10-02 Karl Berry <karl@tug.org>

* configure.in: remove sam2p special case, since we omitted the
program.

2007-08-14 Joachim Schrod <jschrod@acm.org>

* configure.in: dvipdfm and dvipdfmx need pnglib and zlib, too.

2007-07-16 Karl Berry <karl@tug.org>

* Makefile.in (lib): new target, depends on @LIBSDEP@.
(all): do not depend on @LIBSDEP@, redundant since we already
descend and build.
From Joachim, 28 Jun 2007 11:47:10.

2007-03-21 Karl Berry <karl@tug.org>

* Makefile.in (distclean): remove mention of klibtool.

2006-12-14 Karl Berry <karl@tug.org>

* Build: allow invoking from anywhere, and more overrides.

2006-12-11 Karl Berry <karl@tug.org>

* Makefile.in (world, install): hmm, maybe better as a dependency
than a submake.

* Makefile.in (install): reinstate strip.
(strip): actually strip.

2006-12-08 Karl Berry <karl@tug.org>

* Build: set GNUMAKE to TL_MAKE for freetype2/configure, and
export it. Reported by Manfred and Vladimir.

2006-12-05 Karl Berry <karl@tug.org>

* Build: no tlbuild.log, since then the exit status is always
successful.

2006-11-08 Karl Berry <karl@tug.org>

* configure.in (PKGS): remove sam2p after all.

2006-07-12 Karl Berry <karl@tug.org>

* utils/sam2p/Makefile (install): use cp -p, not -a.

2006-06-02 Karl Berry <karl@tug.org>

* texk/web2c/omegadir/com16bit.ch, alephdir/com16bit-rc2.ch
(sup_main_memory, sup_save_size): increase per tex.ch.
From Akira.
Loading

0 comments on commit 51c62f8

Please sign in to comment.