diff options
author | Norbert Preining <preining@logic.at> | 2010-09-12 20:39:21 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2010-09-12 20:39:21 +0000 |
commit | 1d519a5b9d1afdbb5776aa67528ce4cc6b82ac40 (patch) | |
tree | f1f06e6ec9e8427315144875798bcae14931bf95 /TODO | |
parent | 5882a85eb9148d3c3354663f7cf11de2f0d2de69 (diff) |
add todo for on-the-fly update of tlpdb options
git-svn-id: svn://tug.org/texlive/trunk@19678 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -21,6 +21,16 @@ Make initialization of those options from the tlpdb using $tlpdb->option('-installer' => 1) not complain on the tlpsrc-set (installer only option) not complain +* separate Menu entries and Desktop links on Windows + patch available + +* allow on the fly update of options in the tlpdb + IDEA: we already have the list of old options in TLConfig::TLPDBOptions + when updating texlive.infra successfully, we have in some way load the + *NEW* TLConfig.pm and read out the NEW TLConfig::TLPDBOptions. Then + we can compare the old and the new set and add the old and new options, + adding the new options with the default values. + 0. Things that have to hang fire until 2011 =========================================== |