diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-11-10 10:26:52 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-11-10 10:26:52 +0000 |
commit | e6a9c88ada2f11dd61e4c4e39dff84944bed5787 (patch) | |
tree | fc83368bc46443e81c90a00e6864dd335a38f48e /Build/source/texk/kpathsea/ChangeLog | |
parent | 522d28cda597706bae8ff7308c71f17901457300 (diff) |
towards TL2010: texk/kpathsea
git-svn-id: svn://tug.org/texlive/trunk@15963 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/ChangeLog')
-rw-r--r-- | Build/source/texk/kpathsea/ChangeLog | 41 |
1 files changed, 39 insertions, 2 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog index 0a17d335407..bb87fa882dd 100644 --- a/Build/source/texk/kpathsea/ChangeLog +++ b/Build/source/texk/kpathsea/ChangeLog @@ -1,3 +1,22 @@ +2009-11-07 Peter Breitenlohner <peb@mppmu.mpg.de> + + * doc/kpathsea.texi (Calling sequence): Document the new + functions kpathsea_out_name_ok and kpathsea_in_name_ok. + Recommend Automake in addition to Autoconf; update URL for both. + +2009-10-24 Peter Breitenlohner <peb@mppmu.mpg.de> + + * tex-file[ch] ({kpathsea,kpse}_{in,out}_name_ok): New fuctions + renamed and moved from ../web2c/lib/texmfmp.c to here. + + Update version numbers to 5.1.0. + +2009-10-24 Peter Breitenlohner <peb@mppmu.mpg.de> + + * Makefile.am (bin_links, install-exec-hook, uninstall-hook), + man/Makefile.am (man1_links, install-data-hook, uninstall-hook): + Moved handling of texhash symlinks from ../tetex/ to here. + 2009-10-20 Karl Berry <karl@tug.org> * texmf.cnf (shell_escape): doc fixes to discourage shell_escape=p. @@ -21,15 +40,33 @@ * texmf.cnf (TEXDOC): omit now-unneeded man for texdoc (from mpg). +2009-09-22 Peter Breitenlohner <peb@mppmu.mpg.de> + + * tex-file.c: Add .vf to regcognized suffixes for kpse_ovf_format. + 2009-09-21 Karl Berry <karl@tug.org> * texmf.cnf (shell_escape_commands): remove pygmentize, as intended. +2009-09-04 Peter Breitenlohner <peb@mppmu.mpg.de> + + * lib.h (xfseek, xfseeko, xftell, xftello), xfseek.c, xfseeko.c, + xftell.c, xftello.c: Constify string param filename. + 2009-09-03 Karl Berry <karl@tug.org> * kpsewhich.c (find_format): remove dvipdfmx.cfg, since there is no special path for it, and add texglyphlist.txt. +2009-08-22 Peter Breitenlohner <peb@mppmu.mpg.de> + + * version.[ch] (kpathsea_version_string, kpathsea_bug_address): + Constify these strings. + +2009-08-18 Peter Breitenlohner <peb@mppmu.mpg.de> + + * tex-file.c (TRY_ENV): remove unused macro. + 2009-08-15 Karl Berry <karl@tug.org> * texmf.cnf (shell_escape_commands): remove many more, @@ -3435,9 +3472,9 @@ Wed Nov 12 16:20:02 1997 Olaf Weber <infovore@xs4all.nl> (kpse_program_name): New global. * progname.c (kpse_set_program_name): New function, to replace - kpse_set_progname. This fixes the problem the we may want to + kpse_set_progname. This fixes the problem that we may want to pretend to be a different program, but need the name by which we - were called because that is the one for an executable is + were called because that is the one for an executable and is guaranteed to exist. The pretend-name is stored in kpse_program_name. (kpse_reset_program_name): To reset kpse_program_name to a |