summaryrefslogtreecommitdiff
path: root/Master/texmf/scripts
AgeCommit message (Collapse)Author
2008-07-30/utils.tlu: add list().Reinhard Kotucha
git-svn-id: svn://tug.org/texlive/trunk@9910 c570f23f-e606-0410-a88d-b1316a301751
2008-07-30if the binaries directory is a symlink, clisp may get confused because of ↵Vladimir Volovich
relative paths used to get to the texmf tree, so we resolve the path using Cwd::realpath() bug found by Richard Koch, where MacTeX uses layout where /usr/texbin is a symlink to e.g. /usr/local/texlive/2008/bin/universal-darwin git-svn-id: svn://tug.org/texlive/trunk@9901 c570f23f-e606-0410-a88d-b1316a301751
2008-07-29do not match on a4/A4 two times in texconf.tluNorbert Preining
git-svn-id: svn://tug.org/texlive/trunk@9900 c570f23f-e606-0410-a88d-b1316a301751
2008-07-29set_context_papersize: Translate a4 to A4.Reinhard Kotucha
git-svn-id: svn://tug.org/texlive/trunk@9899 c570f23f-e606-0410-a88d-b1316a301751
2008-07-29help messagesManuel Pégourié-Gonnard
git-svn-id: svn://tug.org/texlive/trunk@9878 c570f23f-e606-0410-a88d-b1316a301751
2008-07-29rename xindy-powerpc.mem to xindy-ppc.mem (to match -arch option on gcc on mac)Vladimir Volovich
git-svn-id: svn://tug.org/texlive/trunk@9872 c570f23f-e606-0410-a88d-b1316a301751
2008-07-29add support for Mac universal binary: xindy.run is one binary for intel and ↵Vladimir Volovich
powerpc Mac, but the mem file depends on machine type: xindy-powerpc.mem or xindy-i386.mem git-svn-id: svn://tug.org/texlive/trunk@9870 c570f23f-e606-0410-a88d-b1316a301751
2008-07-29texconf.tlu: fix a4<->A4 treatment for context papersizesNorbert Preining
git-svn-id: svn://tug.org/texlive/trunk@9867 c570f23f-e606-0410-a88d-b1316a301751
2008-07-29some (incomplete) help formatting, for the sake ofKarl Berry
http://tug.org/texlive/tlmgr.html, although pod2html is apparently sadly insufficient. git-svn-id: svn://tug.org/texlive/trunk@9859 c570f23f-e606-0410-a88d-b1316a301751
2008-07-29lang/pl updateStaszek Wawrykiewicz
git-svn-id: svn://tug.org/texlive/trunk@9858 c570f23f-e606-0410-a88d-b1316a301751
2008-07-29rework boolean config valuesManuel Pégourié-Gonnard
git-svn-id: svn://tug.org/texlive/trunk@9857 c570f23f-e606-0410-a88d-b1316a301751
2008-07-28max_lines for the menu now configurable. And viewing from menu really ↵Manuel Pégourié-Gonnard
launchs a veiwer now :-) git-svn-id: svn://tug.org/texlive/trunk@9856 c570f23f-e606-0410-a88d-b1316a301751
2008-07-28new -r|--regex optionManuel Pégourié-Gonnard
git-svn-id: svn://tug.org/texlive/trunk@9855 c570f23f-e606-0410-a88d-b1316a301751
2008-07-28Re-arranging a few things about modes and enable_alias; setting verbose = ↵Manuel Pégourié-Gonnard
false by default. git-svn-id: svn://tug.org/texlive/trunk@9852 c570f23f-e606-0410-a88d-b1316a301751
2008-07-28tlmgrgui: use a dialogbox instead of dialog since that uses a different fontNorbert Preining
and messes with lines. And also allow colons in the translated texts! git-svn-id: svn://tug.org/texlive/trunk@9848 c570f23f-e606-0410-a88d-b1316a301751
2008-07-28Do not use lfs.isfile() in read_lsr(), too slow. Get rid of the dirs anotherManuel Pégourié-Gonnard
way. Fixed bugs in path construction. Added '' in ext_list by default. git-svn-id: svn://tug.org/texlive/trunk@9847 c570f23f-e606-0410-a88d-b1316a301751
2008-07-28fix bug in .ARCH treatmentNorbert Preining
git-svn-id: svn://tug.org/texlive/trunk@9839 c570f23f-e606-0410-a88d-b1316a301751
2008-07-28tlmgrgui: fix typoNorbert Preining
git-svn-id: svn://tug.org/texlive/trunk@9838 c570f23f-e606-0410-a88d-b1316a301751
2008-07-28tlmgrgui: if there is nothing to update *and* we are updating from the netNorbert Preining
just tell that there is all up2date. git-svn-id: svn://tug.org/texlive/trunk@9837 c570f23f-e606-0410-a88d-b1316a301751
2008-07-28tlmgrgui: use the agreed upon string for warningtxtNorbert Preining
git-svn-id: svn://tug.org/texlive/trunk@9834 c570f23f-e606-0410-a88d-b1316a301751
2008-07-28adding a -i/-I config option, and cleaning up a few details or typo in optionsManuel Pégourié-Gonnard
git-svn-id: svn://tug.org/texlive/trunk@9833 c570f23f-e606-0410-a88d-b1316a301751
2008-07-28added real_path() - viewing work againManuel Pégourié-Gonnard
git-svn-id: svn://tug.org/texlive/trunk@9832 c570f23f-e606-0410-a88d-b1316a301751
2008-07-28Introducing new implementation of search functions, and changing a few ↵Manuel Pégourié-Gonnard
things in modes and the print_menu function to accomodate. Viewing currently broken. git-svn-id: svn://tug.org/texlive/trunk@9831 c570f23f-e606-0410-a88d-b1316a301751
2008-07-27fixing typoManuel Pégourié-Gonnard
git-svn-id: svn://tug.org/texlive/trunk@9830 c570f23f-e606-0410-a88d-b1316a301751
2008-07-27pl messages for tlmgr updatedStaszek Wawrykiewicz
git-svn-id: svn://tug.org/texlive/trunk@9828 c570f23f-e606-0410-a88d-b1316a301751
2008-07-27update the string for tlmgrguiNorbert Preining
git-svn-id: svn://tug.org/texlive/trunk@9826 c570f23f-e606-0410-a88d-b1316a301751
2008-07-27mention use of tlmgr option location to reset source from DVD to InternetKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@9824 c570f23f-e606-0410-a88d-b1316a301751
2008-07-27tlmgr gui: more intelligent text in the right pane window, depending onNorbert Preining
whether the tlmedia is loaded or not, and whether there are updates or not git-svn-id: svn://tug.org/texlive/trunk@9823 c570f23f-e606-0410-a88d-b1316a301751
2008-07-27tlmgr.pl: if update --all has been called, no package updated, and the Norbert Preining
installation source is NOT the net, give a warning about the location... git-svn-id: svn://tug.org/texlive/trunk@9822 c570f23f-e606-0410-a88d-b1316a301751
2008-07-27texconf.tlu: fix context paper size setting if it is not installed.Norbert Preining
That is only a temporary fix, it should actually check the tlpdb. But I dont't want to make these changes now ... git-svn-id: svn://tug.org/texlive/trunk@9814 c570f23f-e606-0410-a88d-b1316a301751
2008-07-27Reorganising athings about options that wheren't handled in the correct order.Manuel Pégourié-Gonnard
git-svn-id: svn://tug.org/texlive/trunk@9813 c570f23f-e606-0410-a88d-b1316a301751
2008-07-26pattern matching magic: now more archs can be given after a binpattern type, ↵Norbert Preining
and also negated ones git-svn-id: svn://tug.org/texlive/trunk@9793 c570f23f-e606-0410-a88d-b1316a301751
2008-07-25New menu feature. Also changed mixed_search to use original_docname, better ↵Manuel Pégourié-Gonnard
catching errors while viewing, and fixed the commands for default text-mode viewers. git-svn-id: svn://tug.org/texlive/trunk@9776 c570f23f-e606-0410-a88d-b1316a301751
2008-07-25make list() a little bit faster and really rm docdirs from the -s searchManuel Pégourié-Gonnard
git-svn-id: svn://tug.org/texlive/trunk@9767 c570f23f-e606-0410-a88d-b1316a301751
2008-07-24using text as default file type, rm-ing the fallback viewerManuel Pégourié-Gonnard
git-svn-id: svn://tug.org/texlive/trunk@9756 c570f23f-e606-0410-a88d-b1316a301751
2008-07-24fixed again windows commandsManuel Pégourié-Gonnard
git-svn-id: svn://tug.org/texlive/trunk@9755 c570f23f-e606-0410-a88d-b1316a301751
2008-07-24Many things at once, sry (no net for last few days). Renamed -t|--type inManuel Pégourié-Gonnard
-e|--extension. Added a mixed mode (-m|--mixed), to be finished. Added an option to force view mode. Changed the sorry message. Removed debugging code and cleanup things in code/presentation/comments. Rm dirs from the -s option. Preparation for the menu thing. Cleaned up 'case' construct in main loop. git-svn-id: svn://tug.org/texlive/trunk@9754 c570f23f-e606-0410-a88d-b1316a301751
2008-07-22tlmgr.pl: more docu fixNorbert Preining
git-svn-id: svn://tug.org/texlive/trunk@9706 c570f23f-e606-0410-a88d-b1316a301751
2008-07-22fix a typo in the pod docu of tlmgr.plNorbert Preining
git-svn-id: svn://tug.org/texlive/trunk@9705 c570f23f-e606-0410-a88d-b1316a301751
2008-07-22after update on win32 create a desktop shortcutNorbert Preining
git-svn-id: svn://tug.org/texlive/trunk@9704 c570f23f-e606-0410-a88d-b1316a301751
2008-07-22fix win32 execution of texlua wrappersNorbert Preining
git-svn-id: svn://tug.org/texlive/trunk@9703 c570f23f-e606-0410-a88d-b1316a301751
2008-07-22tlpdb.tlu: support reading docfile tags from tlpdbNorbert Preining
git-svn-id: svn://tug.org/texlive/trunk@9699 c570f23f-e606-0410-a88d-b1316a301751
2008-07-22tlpdb.tlu: fix wrong pattern for catalogueNorbert Preining
git-svn-id: svn://tug.org/texlive/trunk@9698 c570f23f-e606-0410-a88d-b1316a301751
2008-07-22tlmgr: if formats should not be created, call texconf.tlu with --noformatsNorbert Preining
git-svn-id: svn://tug.org/texlive/trunk@9697 c570f23f-e606-0410-a88d-b1316a301751
2008-07-22add a texlua tlpdb reading module, and a test functionNorbert Preining
git-svn-id: svn://tug.org/texlive/trunk@9696 c570f23f-e606-0410-a88d-b1316a301751
2008-07-19fixing windows viewersManuel Pégourié-Gonnard
git-svn-id: svn://tug.org/texlive/trunk@9665 c570f23f-e606-0410-a88d-b1316a301751
2008-07-18getopt.tlu: Add warning message.Reinhard Kotucha
git-svn-id: svn://tug.org/texlive/trunk@9660 c570f23f-e606-0410-a88d-b1316a301751
2008-07-16perltk-cs, tlmgrgui/lang/cs: New Update from Jano.Reinhard Kotucha
git-svn-id: svn://tug.org/texlive/trunk@9611 c570f23f-e606-0410-a88d-b1316a301751
2008-07-16perltk-cs, /tlmgrgui/lang/cs: Update from Jano Kula.Reinhard Kotucha
git-svn-id: svn://tug.org/texlive/trunk@9603 c570f23f-e606-0410-a88d-b1316a301751
2008-07-16added "use 5.006;" to fail gracefully on outdated perl versionsVladimir Volovich
added function forward declarations, to avoid warnings shown by "perl -c -w" git-svn-id: svn://tug.org/texlive/trunk@9599 c570f23f-e606-0410-a88d-b1316a301751