summaryrefslogtreecommitdiffstats
path: root/perl-install/Xconfig/various.pm
Commit message (Collapse)AuthorAgeFilesLines
* add/remove spaces to make perl_checker happyPascal Rigaux2002-11-131-1/+1
|
* replace "_" with "N" and "__" with "N_"Pascal Rigaux2002-11-061-17/+17
| | | | | | | | | | | | | | | | | | | rationale: - currently, we use _("xxx") as a shorthand for gettext("xxx"). It also used to call xgettext with --keyword=_ - alas, function &_ is global and not by package (notice esp. that _ is not exported in common.pm) - this lead to big ugly pb with packages defining their own &_, overriding common.pm's &_ - a fix is to set @::textdomains to add a new domain (the default being "libDrakX") but relying on the global "_" is still dangerous!
* replace a few more 4.2.0 with 4.2.1Pascal Rigaux2002-09-081-1/+1
|
* ensure Xconfig::various::various is called at installPascal Rigaux2002-09-061-1/+2
|
* use the new fsedit::get_hdsPascal Rigaux2002-08-271-1/+1
|
* perl_checker fixesThierry Vignaud2002-08-091-2/+2
|
* (tvout): rough default value for PAL vs NTSCPascal Rigaux2002-08-081-1/+5
|
* (configure_FB_TVOUT): add ModeLines (Florent Beranger says it displays ↵Pascal Rigaux2002-08-081-0/+6
| | | | better with them)
* finish tvout configurationPascal Rigaux2002-08-011-0/+17
|
* make perl_checker happy again (replacing "{xx}->{yy}" by "{xx}{yy}")Pascal Rigaux2002-07-311-0/+1
|
* - add non-wizard ability to XFdrakePascal Rigaux2002-07-311-0/+51
| | | | | | | - first part of ATI TVout support (still needs patching initscript, and adding an entry in bootloader) (and testing of course :)
* (info): fix displaying depthPascal Rigaux2002-07-311-1/+2
|
* 14 new modules, will it be enough?? :)Pascal Rigaux2002-07-281-0/+58