diff options
author | Karl Berry <karl@freefriends.org> | 2010-01-11 18:46:44 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-01-11 18:46:44 +0000 |
commit | b2653703ac55bf05f550a80ffa1fe05c5fe8bd47 (patch) | |
tree | f1134c0157d1fefadb188b15f095c13674484ea9 /TODO | |
parent | 47bbbc330ace9242ab5ee3af16c08d19a1496ac6 (diff) |
bidi update (6jan10)
git-svn-id: svn://tug.org/texlive/trunk@16674 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 59 |
1 files changed, 8 insertions, 51 deletions
@@ -1,5 +1,5 @@ $Id$ -Public domain. TODO: +Public domain. TeX Live TODO: 0. 2010 1. Package updates @@ -11,19 +11,21 @@ Public domain. TODO: 4. random stuff -0. 2010 +0. Things that have to hang fire until 2010 +=========================================== +- PDF 1.5 by default, \pdfcompresslevel=2, per Elie R. + .ini + option V in dvipdfmx.cfg (and xdvipdfmx?). - Fix .ARCH revision computation to ignore .tlpsrc and use a file from the package itself when decreasing revisions need to be handled. Norbert mail to tldev, 22 Nov 2009 01:09:56. - Remove scheme-gut. - unzip 6.0? - Remove hide=1 from *.tlpsrc and in TLUtils.pm do: -- my $hide = (defined($keyval{'hide'}) ? $keyval{'hide'} : 0); -+ my $hide = (defined($keyval{'hide'}) ? $keyval{'hide'} : 1); + - my $hide = (defined($keyval{'hide'}) ? $keyval{'hide'} : 0); + + my $hide = (defined($keyval{'hide'}) ? $keyval{'hide'} : 1); -0. Things that have to hang fire until 2009 -=========================================== +2009: (What is status of these?) - Vista/W7: . provide a link in the start menu "TeX Live Manager GUI Admin Mode" - fix w32 tar.exe to unpack long long file names (context.doc.tar.xz) @@ -34,51 +36,6 @@ Public domain. TODO: - move pkfix-helper, purifyeps, pdfcrop, fragmaster, bin-pdftools, others? from binextra to a collection-pdftools? some other name? - -- enable/write binpattern in - {texloganalyser,svn-multi,splitindex,purifyeps, - pkfix-helper,fragmaster}.tlpsrc. - DONE trunk -- move pkfix (and other scripts?) to texmf-dist, get symlinks right. - and make pkfix its own package, not part of bin-dvipsk. - DONE trunk -- create ifluatex.tlpsrc (maybe also kvoptions, other oberdiek pkgs?), - using +! f .../*ifluatex* in oberdiek.tlpsrc, or something. - done in branch2009 - has to be redone in main trunk - DONE in trunk -- use Tomek's .bat wrapper instead of the texlua/bat wrapper combination - DONE trunk -- mv the .tlu files from texmf/scripts/texlive/ to different places - according to the owning program - DONE trunk, missing is rungs, but it fits in bin-texlive anyway -- create a texworks.tlpsrc, and on postinst create - bin/$ARCH/texworks-setup.ini - containing only - defaultbinpaths = ROOT/bin/$arch - that should make it work out of the box. - Include it in collection-basic-bin ???? - DONE trunk, including installation -- move the new .bat stuff of Tomek from branch to trunk - DONE trunk -- tlpkg/etc/2009.combined.patch - Please see tlpkg/etc/2009.combined.patch.README, it currently includes - besides other things: - - move tlmgr to texlive.infra so bin-texlive doesn't have to be critical. - - install rework-AddFormat-lines.patch and get rid of texmf/fmtutil. - - rename 00texlive-installation.config to 00texlive.installation. - done in branch2009 - DONE trunk -- see tlpkg/etc/2009.* (should all be in the above patch) - done in branch2009 - DONE trunk -- switch to xz. - done in branch2009 - DONE trunk -- change "binary files of PKG for ARCH" to "ARCH files of PKG" - done in branch2009 - DONE trunk - The above things have to me moved over by moving: tlpkg/TeXLive, texmf/scripts/texlive, install-tl, tlpkg/installer, and carefully syncing the tlpkg/tlpsrc directories. Unfortunately a simple svn merge will not |