summaryrefslogtreecommitdiff
path: root/Master
AgeCommit message (Collapse)Author
2009-07-03fix wrong label name in wizardNorbert Preining
git-svn-id: svn://tug.org/texlive/trunk@14085 c570f23f-e606-0410-a88d-b1316a301751
2009-07-03put 2009-dev into release-texlive.txt, MUST BE CHANGED BEFORE RELEASENorbert Preining
git-svn-id: svn://tug.org/texlive/trunk@14084 c570f23f-e606-0410-a88d-b1316a301751
2009-07-03the "Tokyo-Vienna-cramped-flight-commit":Norbert Preining
- unify installer keys of the %vars hash to always use option_ prefix if it is an option - unify the layout of things in 00texlive.installation so that user settable things look like opt_$key:vallue, and internal things setting_$key:vale - add list of supported options to TLConfig, with type definitions - use a unified option call $tlpdb->option($key [, $value, $value]) instead of many different $tlpdb->option_foo_bar - adapt install-tl, uninstall-w32, tlmgr, tlpkg/bin, TeXLive::*, installer plugins, to use this new function instead - make the setting_platform:XXXXX (formerly platform:XXXXX) in 00texlive.installation only optional. It is not saved into the TLPDB if the *default* platform as returned by TeXLive::TLUtils::platform() (thus calling config.guess on unix). Only if you override the platform in the installer with -force-arch then this value is set in the TLPDB - implement TLMedia->platform that checks first the included TLPDB for option("platform"), and if that is not given determines the platform using TLUtils::platform(). - move the add_symlinks and remove_symlinks from TLPDB to TLMedia - sanatize the installer modules: perltk is now equivalent to text - tlmgr: . output of tlmgr option [show] does now show all the set options, but ignores irrelevant ones for the respective platform (sys_bin/man/info for win32, desktop_integration etc for unix) . option handling rewritten in a general way so that we only have to add new options to TLConfig::%TLPDBOptionXXXXX . setting an option is verified against the types of the options . implement tlmgr option showall that shows also options that are currently not set/saved in the TLPDB - TLUtils: honor the w32_multi_user setting also for shortcuts and menu items - tlmgrgui: . implement support for most options that are set in the TLPDB . add buttons to remove/add symlinks git-svn-id: svn://tug.org/texlive/trunk@14083 c570f23f-e606-0410-a88d-b1316a301751
2009-07-03autoupdateKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@14081 c570f23f-e606-0410-a88d-b1316a301751
2009-07-03asymptote 1.79Karl Berry
git-svn-id: svn://tug.org/texlive/trunk@14080 c570f23f-e606-0410-a88d-b1316a301751
2009-07-02beebe updateKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@14077 c570f23f-e606-0410-a88d-b1316a301751
2009-07-02remove texinfo and omega binaries for stale architectures (but leave ↵Karl Berry
metapost helper binaries for now) git-svn-id: svn://tug.org/texlive/trunk@14076 c570f23f-e606-0410-a88d-b1316a301751
2009-07-02more amsfonts excludesKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@14075 c570f23f-e606-0410-a88d-b1316a301751
2009-07-02move execute stmts to package where the map file isKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@14074 c570f23f-e606-0410-a88d-b1316a301751
2009-07-02use psv as ps & pdf viewer for asymptotePiotr Strzelczyk
git-svn-id: svn://tug.org/texlive/trunk@14073 c570f23f-e606-0410-a88d-b1316a301751
2009-07-02start TW from its dir to make libpoppler with CJK support workPiotr Strzelczyk
git-svn-id: svn://tug.org/texlive/trunk@14072 c570f23f-e606-0410-a88d-b1316a301751
2009-07-02show first schemes, then collections, then packages in the list of packagesNorbert Preining
in the GUI git-svn-id: svn://tug.org/texlive/trunk@14071 c570f23f-e606-0410-a88d-b1316a301751
2009-07-02renaming some labelsNorbert Preining
git-svn-id: svn://tug.org/texlive/trunk@14069 c570f23f-e606-0410-a88d-b1316a301751
2009-07-02make the perltk installer behave exactely like the text mode installerNorbert Preining
exhibiting all the options (some only for windows) git-svn-id: svn://tug.org/texlive/trunk@14068 c570f23f-e606-0410-a88d-b1316a301751
2009-07-02more fixes to the table, some things are only available on w32Norbert Preining
git-svn-id: svn://tug.org/texlive/trunk@14067 c570f23f-e606-0410-a88d-b1316a301751
2009-07-02small fix to the table's documentationNorbert Preining
git-svn-id: svn://tug.org/texlive/trunk@14066 c570f23f-e606-0410-a88d-b1316a301751
2009-07-02work on the options screen of the installerNorbert Preining
git-svn-id: svn://tug.org/texlive/trunk@14065 c570f23f-e606-0410-a88d-b1316a301751
2009-07-02- start wizard support for optionsNorbert Preining
- use 2009 in image for perltk and wizard installer - add supported options overview document - add tl2009 image git-svn-id: svn://tug.org/texlive/trunk@14064 c570f23f-e606-0410-a88d-b1316a301751
2009-07-02tlmgr check executes: warn if a the location of the map files and its executeNorbert Preining
statement are in different packages git-svn-id: svn://tug.org/texlive/trunk@14063 c570f23f-e606-0410-a88d-b1316a301751
2009-07-02remove tlpostcode/texworks.pl pattern from texworks.tlpsrcNorbert Preining
git-svn-id: svn://tug.org/texlive/trunk@14062 c570f23f-e606-0410-a88d-b1316a301751
2009-07-02add support for CJK to TeX Works from AkiraNorbert Preining
git-svn-id: svn://tug.org/texlive/trunk@14061 c570f23f-e606-0410-a88d-b1316a301751
2009-07-02autoupdate via tlmgr generate updmapKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@14059 c570f23f-e606-0410-a88d-b1316a301751
2009-07-02/home/texlive/karl/Master/tlpkg/bin/tl-update-autoKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@14058 c570f23f-e606-0410-a88d-b1316a301751
2009-07-02autoupdateKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@14057 c570f23f-e606-0410-a88d-b1316a301751
2009-07-02TeXworks not TeX WorksKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@14056 c570f23f-e606-0410-a88d-b1316a301751
2009-07-02avoid amsfonts subpackages being included twice, ditto map entriesKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@14055 c570f23f-e606-0410-a88d-b1316a301751
2009-07-02no lua/third for context, spurious backslash-space for texlive-deKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@14054 c570f23f-e606-0410-a88d-b1316a301751
2009-07-02some form feeds in the check_* output.Karl Berry
git-svn-id: svn://tug.org/texlive/trunk@14052 c570f23f-e606-0410-a88d-b1316a301751
2009-07-02remove now-unused latex-bsr.mapKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@14051 c570f23f-e606-0410-a88d-b1316a301751
2009-07-02fix dvilualatex linksKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@14050 c570f23f-e606-0410-a88d-b1316a301751
2009-07-02rm cmex, part of amsfonts nowKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@14049 c570f23f-e606-0410-a88d-b1316a301751
2009-07-01fix unmatched AddHypen execute if the file=... something is in the middleNorbert Preining
git-svn-id: svn://tug.org/texlive/trunk@14047 c570f23f-e606-0410-a88d-b1316a301751
2009-07-01fix luatex.tlpsrc to include dviluatex instead of pdfluatexNorbert Preining
git-svn-id: svn://tug.org/texlive/trunk@14046 c570f23f-e606-0410-a88d-b1316a301751
2009-07-01add tlcmp from tlpkg/bin/cmp_textfiles to TLUtils, use it instead ofNorbert Preining
the call to external diff in tlmgr check runfiles, do the runfile test if tlmgr check all is done git-svn-id: svn://tug.org/texlive/trunk@14045 c570f23f-e606-0410-a88d-b1316a301751
2009-07-01autoupdate via tlmgr generate fmtutilKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@14043 c570f23f-e606-0410-a88d-b1316a301751
2009-07-01autoupdate via tlmgr generate updmapKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@14042 c570f23f-e606-0410-a88d-b1316a301751
2009-07-01/home/texlive/karl/Master/tlpkg/bin/tl-update-autoKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@14041 c570f23f-e606-0410-a88d-b1316a301751
2009-07-01autoupdateKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@14040 c570f23f-e606-0410-a88d-b1316a301751
2009-07-01removing texworks postaction texworks.pl, and activate the desktop linkNorbert Preining
for texworks git-svn-id: svn://tug.org/texlive/trunk@14039 c570f23f-e606-0410-a88d-b1316a301751
2009-07-01declare bye inner, pending authors' reply (reportKarl Berry
from Scott Pakin, 29 Jun 2009 18:17:39) git-svn-id: svn://tug.org/texlive/trunk@14038 c570f23f-e606-0410-a88d-b1316a301751
2009-07-01asyfig update (30jun09)Karl Berry
git-svn-id: svn://tug.org/texlive/trunk@14037 c570f23f-e606-0410-a88d-b1316a301751
2009-07-01context-letter update (30jun09)Karl Berry
git-svn-id: svn://tug.org/texlive/trunk@14036 c570f23f-e606-0410-a88d-b1316a301751
2009-07-01pdf for asy man pagesKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@14035 c570f23f-e606-0410-a88d-b1316a301751
2009-07-01use dvilua[la]tex for DVI output from luatex, PDF by default, hence no more ↵Karl Berry
pdflua[la]tex git-svn-id: svn://tug.org/texlive/trunk@14034 c570f23f-e606-0410-a88d-b1316a301751
2009-07-01force pgf to be remade; use ustar format to create containers (original ↵Karl Berry
report from Andre van Eyssen, 29 Jun 2009 19:25:52) git-svn-id: svn://tug.org/texlive/trunk@14033 c570f23f-e606-0410-a88d-b1316a301751
2009-06-30alpha-linux update from NorbertKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@14032 c570f23f-e606-0410-a88d-b1316a301751
2009-06-30darwin update from kochKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@14031 c570f23f-e606-0410-a88d-b1316a301751
2009-06-30a couple of documentation fixesPiotr Strzelczyk
git-svn-id: svn://tug.org/texlive/trunk@14030 c570f23f-e606-0410-a88d-b1316a301751
2009-06-30changed win32 path adjustment; set up perl for uninstallerPiotr Strzelczyk
git-svn-id: svn://tug.org/texlive/trunk@14029 c570f23f-e606-0410-a88d-b1316a301751
2009-06-30(check_executes): omit special case for cygwinKarl Berry
made in r13816, no longer needed. git-svn-id: svn://tug.org/texlive/trunk@14027 c570f23f-e606-0410-a88d-b1316a301751