package lang; # $Id$
use diagnostics;
use strict;
use common;
use utf8;
use log;
#- key: lang name (locale name for some (~5) special cases needing
#- extra distinctions)
#- [0]: lang name in english
#- [1]: transliterated locale name in the locale name (used for sorting)
#- [2]: default locale name to use for that language if there is not
#- an existing locale for the combination language+country choosen
#- [3]: geographic groups that this language belongs to (for displaying
#- in the menu grouped in smaller lists), 1=Europe, 2=Asia, 3=Africa,
#- 4=Oceania&Pacific, 5=America (if you wonder, it's the order
#- used in the olympic flag)
#- [4]: special value for LANGUAGE variable (if different of the default
#- of 'll_CC:ll_DD:ll' (ll_CC: locale (if exist) resulting of the
#- combination of chosen lang (ll) and country (CC), ll_DD: the
#- default locale shown here (field [2]) and ll: the language (the key))
our %langs = (
'af' => [ 'Afrikaans', 'Afrikaans', 'af_ZA', ' 3 ', 'iso-8859-1' ],
'am' => [ 'Amharic', 'ZZ emarNa', 'am_ET', ' 3 ', 'utf_ethi' ],
'ar' => [ 'Arabic', 'AA Arabic', 'ar_EG', ' 23 ', 'utf_ar' ],
'as' => [ 'Assamese', 'ZZ Assamese', 'as_IN', ' 2 ', 'utf_beng' ],
'az' => [ 'Azeri (Latin)', 'Azerbaycanca', 'az_AZ', ' 2 ', 'utf_az' ],
'be' => [ 'Belarussian', 'Belaruskaya', 'be_BY', '1 ', 'utf_cyr1' ],
'ber' => [ 'Berber', 'ZZ Tamazight', 'ber_MA', ' 3 ', 'utf_tfng', 'ber_MA:ber:fr' ],
'bg' => [ 'Bulgarian', 'Blgarski', 'bg_BG', '1 ', 'cp1251' ],
'bn' => [ 'Bengali', 'ZZ Bengali', 'bn_BD', ' 2 ', 'utf_beng' ],
#- bo_CN not yet done, using dz_BT locale instead
'bo' => [ 'Tibetan', 'ZZ Bod skad', 'dz_BT', ' 2 ', 'utf_tibt', 'bo' ],
'br' => [ 'Breton', 'Brezhoneg', 'br_FR', '1 ', 'iso-8859-15', 'br:fr_FR:fr' ],
'bs' => [ 'Bosnian', 'Bosanski', 'bs_BA', '1 ', 'iso-8859-2' ],
'ca' => [ 'Catalan', 'Catala', 'ca_ES', '1 ', 'iso-8859-15', 'ca:es_ES:es' ],
'ca@valencian' => [ 'Catalan (Valencian)', 'Catala (Valencia)', 'ca_ES', '1 ', 'iso-8859-15', 'ca_ES@valencian:ca@valencian:ca:es_ES:es' ],
'cs' => [ 'Czech', 'Cestina', 'cs_CZ', '1 ', 'iso-8859-2' ],
'cy' => [ 'Welsh', 'Cymraeg', 'cy_GB', '1 ', 'utf_lat8', 'cy:en_GB:en' ],
'da' => [ 'Danish', 'Dansk', 'da_DK', '1 ', 'iso-8859-15' ],
'de' => [ 'German', 'Deutsch', 'de_DE', '1 ', 'iso-8859-15' ],
'dz' => [ 'Buthanese', 'ZZ Dzhonka', 'dz_BT', ' 2 ', 'utf_tibt' ],
'el' => [ 'Greek', 'Ellynika', 'el_GR', '1 ', 'iso-8859-7' ],
'en_AU' => [ 'English (Australia)', 'English (AU)', 'en_AU', ' 4 ', 'iso-8859-1', 'en_AU:en_GB:en' ],
'en_CA' => [ 'English (Canada)', 'English (Canada)', 'en_CA', ' 5', 'iso-8859-15', 'en_CA:en_GB:en' ],
'en_GB' => [ 'English', 'English', 'en_GB', '123 5', 'iso-8859-15' ],
'en_IE' => [ 'English (Ireland)', 'English (Ireland)', 'en_IE', '1 ', 'iso-8859-15', 'en_IE:en_GB:en' ],
'en_NZ' => [ 'English (New-Zealand)', 'English (NZ)', 'en_NZ', ' 4 ', 'iso-8859-1', 'en_NZ:en_AU:en_GB:en' ],
'en_US' => [ 'English (American)', 'English (American)', 'en_US', ' 5', 'C' ],
'eo' => [ 'Esperanto', 'Esperanto', 'eo_XX', '12345', 'unicode' ],
'es' => [ 'Spanish', 'Espanol', 'es_ES', '1 3 5', 'iso-8859-15' ],
'et' => [ 'Estonian', 'Eesti', 'et_EE', '1 ', 'iso-8859-15' ],
'eu' => [ 'Euskara (Basque)', 'Euskara', 'eu_ES', '1 ', 'utf_lat1' ],
'fa' => [ 'Farsi (Iranian)', 'AA Farsi', 'fa_IR', ' 2 ', 'utf_ar' ],
'fi' => [ 'Finnish (Suomi)', 'Suomi', 'fi_FI', '1 ', 'iso-8859-15' ],
#- 'tl' in priority position for now, as 'fil' is not much used.
#- Monolingual window managers will not see the menus otherwise
'fil' => [ 'Filipino', 'Filipino', 'fil_PH', ' 2 ', 'utf_lat1', 'tl:fil' ],
'fo' => [ 'Faroese', 'Foroyskt', 'fo_FO', '1 ', 'utf_lat1' ],
'fr' => [ 'French', 'Francais', 'fr_FR', '1 345', 'iso-8859-15' ],
'fur' => [ 'Furlan', 'Furlan', 'fur_IT', '1 ', 'utf_lat1', 'fur:it_IT:it' ],
'fy' => [ 'Frisian', 'Frysk', 'fy_NL', '1 ', 'utf_lat1' ],
'ga' => [ 'Gaelic (Irish)', 'Gaeilge', 'ga_IE', '1 ', 'utf_lat1', 'ga:en_IE:en_GB:en' ],
#'gd' => [ 'Gaelic (Scottish)', 'Gaidhlig', 'gd_GB', '1 ', 'utf_lat8', 'gd:en_GB:en' ],
'gl' => [ 'Galician', 'Galego', 'gl_ES', '1 ', 'iso-8859-15', 'gl:es_ES:es:pt:pt_BR' ],
#- gn_PY not yet done, using es_PY locale instead
'gn' => [ 'Guarani', 'Avane-e', 'es_PY', ' 5', 'utf_lat1', 'gn:es_PY:es' ],
'gu' => [ 'Gujarati', 'ZZ Gujarati', 'gu_IN', ' 2 ', 'unicode' ],
#'gv' => [ 'Gaelic (Manx)', 'Gaelg', 'gv_GB', '1 ', 'utf_lat8', 'gv:en_GB:en' ],
'ha' => [ 'Hausa', 'Hausa', 'ha_NG', ' 3 ', 'utf_yo', 'ha:en_NG' ],
'he' => [ 'Hebrew', 'AA Ivrit', 'he_IL', ' 2 ', 'utf_he' ],
'hi' => [ 'Hindi', 'ZZ Hindi', 'hi_IN', ' 2 ', 'utf_deva' ],
'hr' => [ 'Croatian', 'Hrvatski', 'hr_HR', '1 ', 'iso-8859-2' ],
'hu' => [ 'Hungarian', 'Magyar', 'hu_HU', '1 ', 'iso-8859-2' ],
'hy' => [ 'Armenian', 'ZZ Armenian', 'hy_AM', ' 2 ', 'utf_armn' ],
# locale not done yet
#'ia' => [ 'Interlingua', 'Interlingua', 'ia_XX', '1 5', 'utf_lat1' ],
'id' => [ 'Indonesian', 'Bahasa Indonesia', 'id_ID', ' 2 ', 'utf_lat1' ],
'ig' => [ 'Igbo', 'Igbo', 'ig_NG', ' 3 ', 'utf_yo', 'ig:en_NG' ],
'is' => [ 'Icelandic', 'Islenska', 'is_IS', '1 ', 'iso-8859-15' ],
'it' => [ 'Italian', 'Italiano', 'it_IT', '1 ', 'iso-8859-15' ],
'iu' => [ 'Inuktitut', 'ZZ Inuktitut', 'iu_CA', ' 5', 'utf_iu' ],
'ja' => [ 'Japanese', 'ZZ Nihongo', 'ja_JP', ' 2 ', 'jisx0208' ],
'ka' => [ 'Georgian', 'ZZ Georgian', 'ka_GE', ' 2 ', 'utf_geor' ],
'kk' => [ 'Kazakh', 'Kazak', 'kk_KZ', ' 2 ', 'utf_cyr2' ],
'kl' => [ 'Greenlandic (inuit)', 'Kalaallisut', 'kl_GL', ' 5', 'utf_lat1' ],
'km' => [ 'Khmer', 'ZZ Khmer', 'km_KH', ' 2 ', 'utf_khmr' ],
'kn' => [ 'Kannada', 'ZZ Kannada', 'kn_IN', ' 2 ', 'utf_knda' ],
'ko' => [ 'Korean', 'ZZ Korea', 'ko_KR', ' 2 ', 'ksc5601' ],
'ku' => [ 'Kurdish', 'Kurdi', 'ku_TR', ' 2 ', 'utf_lat5' ],
#-'kw' => [ 'Cornish', 'Kernewek', 'kw_GB', '1 ', 'utf_lat8', 'kw:en_GB:en' ],
'ky' => [ 'Kyrgyz', 'Kyrgyz', 'ky_KG', ' 2 ', 'utf_cyr2' ],
#- lb_LU not yet done, using de_LU locale instead
'lb' => [ 'Luxembourgish', 'Letzebuergesch', 'de_LU', '1 ', 'utf_lat1', 'lb:de_LU' ],
'li' => [ 'Limbourgish', 'Limburgs', 'li_NL', '1 ', 'utf_lat1' ],
'lo' => [ 'Laotian', 'Laotian', 'lo_LA', ' 2 ', 'utf_laoo' ],
'lt' => [ 'Lithuanian', 'Lietuviskai', 'lt_LT', '1 ', 'iso-8859-13' ],
#- ltg_LV locale not done yet, using lv_LV for now
#- "ltg" is not a standard lang code, ISO-639 code was refused;
#- LTG_LV should be used instead (uppercase is for non-standard
#- langcodes, as defined by locale naming standard
'ltg' => [ 'Latgalian', 'Latgalisu', 'lv_LV', '1 ', 'utf_lat7', 'ltg:LTG:lv' ],
#'lu' => [ 'Luganda', 'Luganda', 'lg_UG', ' 3 ', 'utf_lat1' ],
'lv' => [ 'Latvian', 'Latviesu', 'lv_LV', '1 ', 'iso-8859-13' ],
'mi' => [ 'Maori', 'Maori', 'mi_NZ', ' 4 ', 'utf_lat7' ],
'mk' => [ 'Macedonian', 'Makedonski', 'mk_MK', '1 ', 'utf_cyr1' ],
'ml' => [ 'Malayalam', 'ZZ Malayalam', 'ml_IN', ' 2 ', 'utf_mlym' ],
'mn' => [ 'Mongolian', 'Mongol', 'mn_MN', ' 2 ', 'utf_cyr2' ],
'mr' => [ 'Marathi', 'ZZ Marathi', 'mr_IN', ' 2 ', 'utf_deva' ],
'ms' => [ 'Malay', 'Bahasa Melayu', 'ms_MY', ' 2 ', 'utf_lat1' ],
'mt' => [ 'Maltese', 'Maltin', 'mt_MT', '1 3 ', 'unicode' ],
#- "my_MM" not yet done, using "en_US" for now
'my' => [ 'Burmese', 'ZZ Bamaca', 'en_US', ' 2 ', 'utf_mymr', 'my_MM:my' ],
'nb' => [ 'Norwegian Bokmaal', 'Norsk, Bokmal', 'nb_NO', '1 ', 'iso-8859-15', 'nb:no' ],
'nds' => [ 'Low Saxon', 'Platduutsch', 'nds_DE', '1 ', 'utf_lat1', 'nds_DE:nds' ],
'ne' => [ 'Nepali', 'ZZ Nepali', 'ne_NP', ' 2 ', 'utf_deva' ],
'nl' => [ 'Dutch', 'Nederlands', 'nl_NL', '1 ', 'iso-8859-15' ],
'nn' => [ 'Norwegian Nynorsk', 'Norsk, Nynorsk', 'nn_NO', '1 ', 'iso-8859-15', 'nn:no@nynorsk:no_NY:no:nb' ],
'nr' => [ 'Ndebele', 'IsiNdebele', 'nr_ZA', ' 3 ', 'utf_lat1', 'nr:en_ZA' ],
'nso' => [ 'Northern Sotho', 'Sesotho sa Leboa', 'nso_ZA', ' 3 ', 'utf_lat1', 'st:nso:en_ZA' ],
'oc' => [ 'Occitan', 'Occitan', 'oc_FR', '1 ', 'utf_lat1', 'oc:fr_FR:fr' ],
'pa_IN' => [ 'Punjabi (gurmukhi)', 'ZZ Punjabi', 'pa_IN', ' 2 ', 'utf_guru' ],
'pl' => [ 'Polish', 'Polski', 'pl_PL', '1 ', 'iso-8859-2' ],
'pt' => [ 'Portuguese', 'Portugues', 'pt_PT', '1 3 ', 'iso-8859-15', 'pt_PT:pt:pt_BR' ],
'pt_BR' => [ 'Portuguese Brazil', 'Portugues do Brasil', 'pt_BR', ' 5', 'iso-8859-1', 'pt_BR:pt_PT:pt' ],
#- qu_PE not yet done, using es_PE locale instead
'qu' => [ 'Quichua', 'Runa Simi', 'es_PE', ' 5', 'utf_lat1', 'qu:es_PE:es' ],
'ro' => [ 'Romanian', 'Romana', 'ro_RO', '1 ', 'iso-8859-2' ],
'ru' => [ 'Russian', 'Russkij', 'ru_RU', '12 ', 'koi8-u' ],
'rw' => [ 'Kinyarwanda', 'Kinyarwanda', 'rw_RW', ' 3 ', 'utf_lat1', 'rw' ],
'sc' => [ 'Sardinian', 'Sardu', 'sc_IT', '1 ', 'utf_lat1', 'sc:it_IT:it' ],
'se' => [ 'Saami', 'Samegiella', 'se_NO', '1 ', 'unicode' ],
'sk' => [ 'Slovak', 'Slovencina', 'sk_SK', '1 ', 'iso-8859-2' ],
'sl' => [ 'Slovenian', 'Slovenscina', 'sl_SI', '1 ', 'iso-8859-2' ],
'so' => [ 'Somali', 'Soomaali', 'so_SO', ' 3 ', 'utf_lat1' ],
'sq' => [ 'Albanian', 'Shqip', 'sq_AL', '1 ', 'iso-8859-1' ],
'sr' => [ 'Serbian Cyrillic', 'Srpska', 'sr_CS', '1 ', 'utf_cyr1', 'sp:sr' ],
#- "sh" comes first, because otherwise, due to the way glibc does language
#- fallback, if "sr@Latn" is not there but a "sr" (whichs uses cyrillic)
#- is there, "sh" will never be used.
'sr@Latn' => [ 'Serbian Latin', 'Srpska', 'sr_CS', '1 ', 'unicode', 'sh:sr@Latn' ],
'ss' => [ 'Swati', 'SiSwati', 'ss_ZA', ' 3 ', 'utf_lat1', 'ss:en_ZA' ],
'st' => [ 'Sotho', 'Sesotho', 'st_ZA', ' 3 ', 'utf_lat1', 'st:nso:en_ZA' ],
'sv' => [ 'Swedish', 'Svenska', 'sv_SE', '1 ', 'iso-8859-15' ],
'ta' => [ 'Tamil', 'ZZ Tamil', 'ta_IN', ' 2 ', 'utf_taml' ],
'te' => [ 'Telugu', 'ZZ Telugu', 'te_IN', ' 2 ', 'unicode' ],
'tg' => [ 'Tajik', 'Tojiki', 'tg_TJ', ' 2 ', 'utf_cyr2' ],
'th' => [ 'Thai', 'ZZ Thai', 'th_TH', ' 2 ', 'tis620' ],
'tk' => [ 'Turkmen', 'Turkmence', 'tk_TM', ' 2 ', 'utf_az' ],
'tn' => [ 'Tswana', 'Setswana', 'tn_ZA', ' 3 ', 'utf_lat1', 'tn:en_ZA' ],
'tr' => [ 'Turkish', 'Turkce', 'tr_TR', '12 ', 'iso-8859-9' ],
'ts' => [ 'Tsonga', 'Xitsonga', 'ts_ZA', ' 3 ', 'utf_lat1', 'ts:en_ZA' ],
'tt' => [ 'Tatar', 'Tatarca', 'tt_RU', ' 2 ', 'utf_lat5' ],
'ug' => [ 'Uyghur', 'AA Uyghur', 'ug_CN', ' 2 ', 'utf_ar', 'ug' ],
'uk' => [ 'Ukrainian', 'Ukrayinska', 'uk_UA', '1 ', 'koi8-u' ],
'ur' => [ 'Urdu', 'AA Urdu', 'ur_PK', ' 2 ', 'utf_ar' ],
'uz@Latn' => [ 'Uzbek (latin)', 'Ozbekcha', 'uz_UZ', ' 2 ', 'utf_cyr2', 'uz@Latn:uz' ],
'uz' => [ 'Uzbek (cyrillic)', 'Ozbekcha', 'uz_UZ', ' 2 ', 'utf_cyr2', 'uz@Cyrl:uz' ],
've' => [ 'Venda', 'Tshivenda', 've_ZA', ' 3 ', 'utf_lat1', 've:ven:en_ZA' ],
'vi' => [ 'Vietnamese', 'Tieng Viet', 'vi_VN', ' 2 ', 'utf_vi' ],
'wa' => [ 'Walon', 'Walon', 'wa_BE', '1 ', 'utf_lat1', 'wa:fr_BE:fr' ],
#- locale "wen_DE" not done yet, using "de_DE" instead
#- wen disabled until we have a perl-install/pixmaps/langs/lang-wen.png for it
#'wen' => [ 'Sorbian', 'Sorbian', 'de_DE', '1 ', 'utf_lat1', 'wen' ],
'xh' => [ 'Xhosa', 'IsiXhosa', 'xh_ZA', ' 3 ', 'utf_lat1', 'xh:en_ZA' ],
'yi' => [ 'Yiddish', 'AA Yidish', 'yi_US', '1 ', 'utf_he' ],
'yo' => [ 'Yoruba', 'Yoruba', 'yo_NG', ' 3 ', 'utf_yo', 'yo:en_NG' ],
'zh_CN' => [ 'Chinese Simplified', 'ZZ ZhongWen', 'zh_CN', ' 2 ', 'gb2312', 'zh_CN.GBK:zh_CN.GB2312:zh_CN:zh' ],
'zh_TW' => [ 'Chinese Traditional', 'ZZ ZhongWen', 'zh_TW', ' 2 ', 'Big5', 'zh_TW.Big5:zh_TW:zh_HK:zh' ],
'zu' => [ 'Zulu', 'IsiZulu', 'zu_ZA', ' 3 ', 'utf_lat1', 'xh:en_ZA' ],
);
sub l2name { exists $langs{$_[0]} && $langs{$_[0]}[0] }
sub l2transliterated { exists $langs{$_[0]} && $langs{$_[0]}[1] }
sub l2locale { exists $langs{$_[0]} && $langs{$_[0]}[2] }
sub l2location {
my ($lang) = @_;
my %geo = (1 => 'Europe', 2 => 'Asia', 3 => 'Africa', 4 => 'Oceania/Pacific', 5 => 'America');
map { $geo{$_} } grep { $langs{$lang} && $langs{$lang}[3] =~ $_ } 1..5;
}
sub l2charset { exists $langs{$_[0]} && $langs{$_[0]}[4] }
sub l2language { exists $langs{$_[0]} && $langs{$_[0]}[5] }
sub list_langs {
my (%options) = @_;
my @l = keys %langs;
$options{exclude_non_installed} ? grep { -e "/usr/share/locale/" . l2locale($_) . "/LC_CTYPE" } @l : @l;
}
sub text_direction_rtl() {
#-PO: the string "default:LTR" can be translated *ONLY* as "default:LTR"
#-PO: or as "default:RTL", depending if your language is written from
#-PO: left to right, or from right to left; any other string is wrong.
N("default:LTR") eq "default:RTL";
}
#- key: country name (that should be YY in xx_YY locale)
#- [0]: country name in natural language
#- [1]: default locale for that country
#- [2]: geographic groups that this country belongs to (for displaying
#- in the menu grouped in smaller lists), 1=Europe, 2=Asia, 3=Africa,
#- 4=Oceania&Pacific, 5=America (if you wonder, it's the order
#- used in the olympic flag)
#-
#- Note: for countries for which a glibc locale do not exist (yet) I tried to
#- put a locale that makes sense; and a '#' at the end of the line to show
#- the locale is not the "correct" one. 'en_US' is used when no good choice
#- is available.
my %countries = (
'AD' => [ N_("Andorra"), 'ca_AD', '1' ],
'AE' => [ N_("United Arab Emirates"), 'ar_AE', '2' ],
'AF' => [ N_("Afghanistan"), 'en_US', '2' ], #
'AG' => [ N_("Antigua and Barbuda"), 'en_US', '5' ], #
'AI' => [ N_("Anguilla"), 'en_US', '5' ], #
'AL' => [ N_("Albania"), 'sq_AL', '1' ],
'AM' => [ N_("Armenia"), 'hy_AM', '2' ],
'AN' => [ N_("Netherlands Antilles"), 'en_US', '5' ], #
'AO' => [ N_("Angola"), 'pt_PT', '3' ], #
'AQ' => [ N_("Antarctica"), 'en_US', '4' ], #
'AR' => [ N_("Argentina"), 'es_AR', '5' ],
'AS' => [ N_("American Samoa"), 'en_US', '4' ], #
'AT' => [ N_("Austria"), 'de_AT', '1' ],
'AU' => [ N_("Australia"), 'en_AU', '4' ],
'AW' => [ N_("Aruba"), 'en_US', '5' ], #
'AZ' => [ N_("Azerbaijan"), 'az_AZ', '1' ],
'BA' => [ N_("Bosnia and Herzegovina"), 'bs_BA', '1' ],
'BB' => [ N_("Barbados"), 'en_US', '5' ], #
'BD' => [ N_("Bangladesh"), 'bn_BD', '2' ],
'BE' => [ N_("Belgium"), 'fr_BE', '1' ],
'BF' => [ N_("Burkina Faso"), 'en_US', '3' ], #
'BG' => [ N_("Bulgaria"), 'bg_BG', '1' ],
'BH' => [ N_("Bahrain"), 'ar_BH', '2' ],
'BI' => [ N_("Burundi"), 'en_US', '3' ], #
'BJ' => [ N_("Benin"), 'fr_FR', '3' ], #
'BM' => [ N_("Bermuda"), 'en_US', '5' ], #
'BN' => [ N_("Brunei Darussalam"), 'ar_EG', '2' ], #
'BO' => [ N_("Bolivia"), 'es_BO', '5' ],
'BR' => [ N_("Brazil"), 'pt_BR', '5' ],
'BS' => [ N_("Bahamas"), 'en_US', '5' ], #
'BT' => [ N_("Bhutan"), 'dz_BT', '2' ],
'BV' => [ N_("Bouvet Island"), 'en_US', '3' ], #
'BW' => [ N_("Botswana"), 'en_BW', '3' ],
'BY' => [ N_("Belarus"), 'be_BY', '1' ],
'BZ' => [ N_("Belize"), 'en_US', '5' ], #
'CA' => [ N_("Canada"), 'en_CA', '5' ],
'CC' => [ N_("Cocos (Keeling) Islands"), 'en_US', '4' ], #
'CD' => [ N_("Congo (Kinshasa)"), 'fr_FR', '3' ], #
'CF' => [ N_("Central African Republic"), 'fr_FR', '3' ], #
'CG' => [ N_("Congo (Brazzaville)"), 'fr_FR', '3' ], #
'CH' => [ N_("Switzerland"), 'de_CH', '1' ],
'CI' => [ N_("Cote d'Ivoire"), 'fr_FR', '3' ], #
'CK' => [ N_("Cook Islands"), 'en_US', '4' ], #
'CL' => [ N_("Chile"), 'es_CL', '5' ],
'CM' => [ N_("Cameroon"), 'fr_FR', '3' ], #
'CN' => [ N_("China"), 'zh_CN', '2' ],
'CO' => [ N_("Colombia"), 'es_CO', '5' ],
'CR' => [ N_("Costa Rica"), 'es_CR', '5' ],
'CS' => [ N_("Serbia & Montenegro"), 'sr_CS', '1' ],
'CU' => [ N_("Cuba"), 'es_DO', '5' ], #
'CV' => [ N_("Cape Verde"), 'pt_PT', '3' ], #
'CX' => [ N_("Christmas Island"), 'en_US', '4' ], #
'CY' => [ N_("Cyprus"), 'el_CY', '1' ],
'CZ' => [ N_("Czech Republic"), 'cs_CZ', '2' ],
'DE' => [ N_("Germany"), 'de_DE', '1' ],
'DJ' => [ N_("Djibouti"), 'en_US', '3' ], #
'DK' => [ N_("Denmark"), 'da_DK', '1' ],
'DM' => [ N_("Dominica"), 'en_US', '5' ], #
'DO' => [ N_("Dominican Republic"), 'es_DO', '5' ],
'DZ' => [ N_("Algeria"), 'ar_DZ', '3' ],
'EC' => [ N_("Ecuador"), 'es_EC', '5' ],
'EE' => [ N_("Estonia"), 'et_EE', '1' ],
'EG' => [ N_("Egypt"), 'ar_EG', '3' ],
'EH' => [ N_("Western Sahara"), 'ar_MA', '3' ], #
'ER' => [ N_("Eritrea"), 'ti_ER', '3' ],
'ES' => [ N_("Spain"), 'es_ES', '1' ],
'ET' => [ N_("Ethiopia"), 'am_ET', '3' ],
'FI' => [ N_("Finland"), 'fi_FI', '1' ],
'FJ' => [ N_("Fiji"), 'en_US', '4' ], #
'FK' => [ N_("Falkland Islands (Malvinas)"), 'en_GB', '5' ], #
'FM' => [ N_("Micronesia"), 'en_US', '4' ], #
'FO' => [ N_("Faroe Islands"), 'fo_FO', '1' ],
'FR' => [ N_("France"), 'fr_FR', '1' ],
'GA' => [ N_("Gabon"), 'fr_FR', '3' ], #
'GB' => [ N_("United Kingdom"), 'en_GB', '1' ],
'GD' => [ N_("Grenada"), 'en_US', '5' ], #
'GE' => [ N_("Georgia"), 'ka_GE', '2' ],
'GF' => [ N_("French Guiana"), 'fr_FR', '5' ], #
'GH' => [ N_("Ghana"), 'en_GB', '3' ], #
'GI' => [ N_("Gibraltar"), 'en_GB', '1' ], #
'GL' => [ N_("Greenland"), 'kl_GL', '5' ],
'GM' => [ N_("Gambia"), 'en_US', '3' ], #
'GN' => [ N_("Guinea"), 'en_US', '3' ], #
'GP' => [ N_("Guadeloupe"), 'fr_FR', '5' ], #
'GQ' => [ N_("Equatorial Guinea"), 'en_US', '3' ], #
'GR' => [ N_("Greece"), 'el_GR', '1' ],
'GS' => [ N_("South Georgia and the South Sandwich Islands"), 'en_US', '4' ], #
'GT' => [ N_("Guatemala"), 'es_GT', '5' ],
'GU' => [ N_("Guam"), 'en_US', '4' ], #
'GW' => [ N_("Guinea-Bissau"), 'pt_PT', '3' ], #
'GY' => [ N_("Guyana"), 'en_US', '5' ], #
'HK' => [ N_("Hong Kong SAR (China)"), 'zh_HK', '2' ],
'HM' => [ N_("Heard and McDonald Islands"), 'en_US', '4' ], #
'HN' => [ N_("Honduras"), 'es_HN', '5' ],
'HR' => [ N_("Croatia"), 'hr_HR', '1' ],
'HT' => [ N_("Haiti"), 'fr_FR', '5' ], #
'HU' => [ N_("Hungary"), 'hu_HU', '1' ],
'ID' => [ N_("Indonesia"), 'id_ID', '2' ],
'IE' => [ N_("Ireland"), 'en_IE', '1' ],
'IL' => [ N_("Israel"), 'he_IL', '2' ],
'IN' => [ N_("India"), 'hi_IN', '2' ],
'IO' => [ N_("British Indian Ocean Territory"), 'en_GB', '2' ], #
'IQ' => [ N_("Iraq"), 'ar_IQ', '2' ],
'IR' => [ N_("Iran"), 'fa_IR', '2' ],
'IS' => [ N_("Iceland"), 'is_IS', '1' ],
'IT' => [ N_("Italy"), 'it_IT', '1' ],
'JM' => [ N_("Jamaica"), 'en_US', '5' ], #
'JO' => [ N_("Jordan"), 'ar_JO', '2' ],
'JP' => [ N_("Japan"), 'ja_JP', '2' ],
'KE' => [ N_("Kenya"), 'en_ZW', '3' ], #
'KG' => [ N_("Kyrgyzstan"), 'ky_KG', '2' ],
'KH' => [ N_("Cambodia"), 'km_KH', '2' ],
'KI' => [ N_("Kiribati"), 'en_US', '3' ], #
'KM' => [ N_("Comoros"), 'en_US', '2' ], #
'KN' => [ N_("Saint Kitts and Nevis"), 'en_US', '5' ], #
'KP' => [ N_("Korea (North)"), 'ko_KR', '2' ], #
'KR' => [ N_("Korea"), 'ko_KR', '2' ],
'KW' => [ N_("Kuwait"), 'ar_KW', '2' ],
'KY' => [ N_("Cayman Islands"), 'en_US', '5' ], #
'KZ' => [ N_("Kazakhstan"), 'kk_KZ', '2' ],
'LA' => [ N_("Laos"), 'lo_LA', '2' ],
'LB' => [ N_("Lebanon"), 'ar_LB', '2' ],
'LC' => [ N_("Saint Lucia"), 'en_US', '5' ], #
'LI' => [ N_("Liechtenstein"), 'de_CH', '1' ], #
'LK' => [ N_("Sri Lanka"), 'si_LK', '2' ],
'LR' => [ N_("Liberia"), 'en_US', '3' ], #
'LS' => [ N_("Lesotho"), 'en_BW', '3' ], #
'LT' => [ N_("Lithuania"), 'lt_LT', '1' ],
'LU' => [ N_("Luxembourg"), 'de_LU', '1' ], # lb_LU
'LV' => [ N_("Latvia"), 'lv_LV', '1' ],
'LY' => [ N_("Libya"), 'ar_LY', '3' ],
'MA' => [ N_("Morocco"), 'ar_MA', '3' ],
'MC' => [ N_("Monaco"), 'fr_FR', '1' ], #
'MD' => [ N_("Moldova"), 'ro_RO', '1' ], #
'MG' => [ N_("Madagascar"), 'mg_MG', '3' ],
'MH' => [ N_("Marshall Islands"), 'en_US', '4' ], #
'MK' => [ N_("Macedonia"), 'mk_MK', '1' ],
'ML' => [ N_("Mali"), 'en_US', '3' ], #
'MM' => [ N_("Myanmar"), 'en_US', '2' ], # my_MM
'MN' => [ N_("Mongolia"), 'mn_MN', '2' ],
'MP' => [ N_("Northern Mariana Islands"), 'en_US', '2' ], #
'MQ' => [ N_("Martinique"), 'fr_FR', '5' ], #
'MR' => [ N_("Mauritania"), 'en_US', '3' ], #
'MS' => [ N_("Montserrat"), 'en_US', '5' ], #
'MT' => [ N_("Malta"), 'mt_MT', '1' ],
'MU' => [ N_("Mauritius"), 'en_US', '3' ], #
'MV' => [ N_("Maldives"), 'en_US', '4' ], #
'MW' => [ N_("Malawi"), 'en_US', '3' ], #
'MX' => [ N_("Mexico"), 'es_MX', '5' ],
'MY' => [ N_("Malaysia"), 'ms_MY', '2' ],
'MZ' => [ N_("Mozambique"), 'pt_PT', '3' ], #
'NA' => [ N_("Namibia"), 'en_US', '3' ], #
'NC' => [ N_("New Caledonia"), 'fr_FR', '4' ], #
'NE' => [ N_("Niger"), 'en_US', '3' ], #
'NF' => [ N_("Norfolk Island"), 'en_GB', '4' ], #
'NG' => [ N_("Nigeria"), 'en_NG', '3' ],
'NI' => [ N_("Nicaragua"), 'es_NI', '5' ],
'NL' => [ N_("Netherlands"), 'nl_NL', '1' ],
'NO' => [ N_("Norway"), 'nb_NO', '1' ],
'NP' => [ N_("Nepal"), 'ne_NP', '2' ],
'NR' => [ N_("Nauru"), 'en_US', '4' ], #
'NU' => [ N_("Niue"), 'en_US', '4' ], #
'NZ' => [ N_("New Zealand"), 'en_NZ', '4' ],
'OM' => [ N_("Oman"), 'ar_OM', '2' ],
'PA' => [ N_("Panama"), 'es_PA', '5' ],
'PE' => [ N_("Peru"), 'es_PE', '5' ],
'PF' => [ N_("French Polynesia"), 'fr_FR', '4' ], #
'PG' => [ N_("Papua New Guinea"), 'en_NZ', '4' ], #
'PH' => [ N_("Philippines"), 'fil_PH', '2' ],
'PK' => [ N_("Pakistan"), 'ur_PK', '2' ],
'PL' => [ N_("Poland"), 'pl_PL', '1' ],
'PM' => [ N_("Saint Pierre and Miquelon"), 'fr_CA', '5' ], #
'PN' => [ N_("Pitcairn"), 'en_US', '4' ], #
'PR' => [ N_("Puerto Rico"), 'es_PR', '5' ],
'PS' => [ N_("Palestine"), 'ar_JO', '2' ], #
'PT' => [ N_("Portugal"), 'pt_PT', '1' ],
'PY' => [ N_("Paraguay"), 'es_PY', '5' ],
'PW' => [ N_("Palau"), 'en_US', '2' ], #
'QA' => [ N_("Qatar"), 'ar_QA', '2' ],
'RE' => [ N_("Reunion"), 'fr_FR', '2' ], #
'RO' => [ N_("Romania"), 'ro_RO', '1' ],
'RU' => [ N_("Russia"), 'ru_RU', '1' ],
'RW' => [ N_("Rwanda"), 'rw_RW', '3' ],
'SA' => [ N_("Saudi Arabia"), 'ar_SA', '2' ],
'SB' => [ N_("Solomon Islands"), 'en_US', '4' ], #
'SC' => [ N_("Seychelles"), 'en_US', '4' ], #
'SD' => [ N_("Sudan"), 'ar_SD', '5' ],
'SE' => [ N_("Sweden"), 'sv_SE', '1' ],
'SG' => [ N_("Singapore"), 'en_SG', '2' ],
'SH' => [ N_("Saint Helena"), 'en_GB', '5' ], #
'SI' => [ N_("Slovenia"), 'sl_SI', '1' ],
'SJ' => [ N_("Svalbard and Jan Mayen Islands"), 'en_US', '1' ], #
'SK' => [ N_("Slovakia"), 'sk_SK', '1' ],
'SL' => [ N_("Sierra Leone"), 'en_US', '3' ], #
'SM' => [ N_("San Marino"), 'it_IT', '1' ], #
'SN' => [ N_("Senegal"), 'fr_FR', '3' ], #
'SO' => [ N_("Somalia"), 'so_SO', '3' ],
'SR' => [ N_("Suriname"), 'nl_NL', '5' ], #
'ST' => [ N_("Sao Tome and Principe"), 'en_US', '5' ], #
'SV' => [ N_("El Salvador"), 'es_SV', '5' ],
'SY' => [ N_("Syria"), 'ar_SY', '2' ],
'SZ' => [ N_("Swaziland"), 'en_BW', '3' ], #
'TC' => [ N_("Turks and Caicos Islands"), 'en_US', '5' ], #
'TD' => [ N_("Chad"), 'en_US', '3' ], #
'TF' => [ N_("French Southern Territories"), 'fr_FR', '4' ], #
'TG' => [ N_("Togo"), 'fr_FR', '3' ], #
'TH' => [ N_("Thailand"), 'th_TH', '2' ],
'TJ' => [ N_("Tajikistan"), 'tg_TJ', '2' ],
'TK' => [ N_("Tokelau"), 'en_US', '4' ], #
'TL' => [ N_("East Timor"), 'pt_PT', '4' ], #
'TM' => [ N_("Turkmenistan"), 'tk_TM', '2' ],
'TN' => [ N_("Tunisia"), 'ar_TN', '5' ],
'TO' => [ N_("Tonga"), 'en_US', '3' ], #
'TR' => [ N_("Turkey"), 'tr_TR', '2' ],
'TT' => [ N_("Trinidad and Tobago"), 'en_US', '5' ], #
'TV' => [ N_("Tuvalu"), 'en_US', '4' ], #
'TW' => [ N_("Taiwan"), 'zh_TW', '2' ],
'TZ' => [ N_("Tanzania"), 'en_US', '3' ], #
'UA' => [ N_("Ukraine"), 'uk_UA', '1' ],
'UG' => [ N_("Uganda"), 'lg_UG', '3' ],
'UM' => [ N_("United States Minor Outlying Islands"), 'en_US', '5' ], #
'US' => [ N_("United States"), 'en_US', '5' ],
'UY' => [ N_("Uruguay"), 'es_UY', '5' ],
'UZ' => [ N_("Uzbekistan"), 'uz_UZ', '2' ],
'VA' => [ N_("Vatican"), 'it_IT', '1' ], #
'VC' => [ N_("Saint Vincent and the Grenadines"), 'en_US', '5' ],
'VE' => [ N_("Venezuela"), 'es_VE', '5' ],
'VG' => [ N_("Virgin Islands (British)"), 'en_GB', '5' ], #
'VI' => [ N_("Virgin Islands (U.S.)"), 'en_US', '5' ], #
'VN' => [ N_("Vietnam"), 'vi_VN', '2' ],
'VU' => [ N_("Vanuatu"), 'en_US', '4' ], #
'WF' => [ N_("Wallis and Futuna"), 'fr_FR', '4' ], #
'WS' => [ N_("Samoa"), 'en_US', '4' ], #
'YE' => [ N_("Yemen"), 'ar_YE', '2' ],
'YT' => [ N_("Mayotte"), 'fr_FR', '3' ], #
'ZA' => [ N_("South Africa"), 'en_ZA', '5' ],
'ZM' => [ N_("Zambia"), 'en_US', '3' ], #
'ZW' => [ N_("Zimbabwe"), 'en_ZW', '5' ],
);
sub c2name { exists $countries{$_[0]} && translate($countries{$_[0]}[0]) }
sub c2locale { exists $countries{$_[0]} && $countries{$_[0]}[1] }
sub list_countries {
my (%options) = @_;
my @l = keys %countries;
$options{exclude_non_installed} ? grep { -e "/usr/share/locale/" . c2locale($_) . "/LC_CTYPE" } @l : @l;
}
#- this list is built with the following command on the compile cluster:
#- rpm -qpl /cooker/RPMS/locales-* | grep LC_CTYPE | grep '\.UTF-8' | cut -d'/' -f5 | sed 's/.UTF-8//' | sort | tr '\n' ' ' ; echo
our @locales = qw(aa_DJ aa_ER aa_ER@saaho aa_ET af_ZA am_ET an_ES ar_AE ar_BH ar_DZ ar_EG ar_IN ar_IQ ar_JO ar_KW ar_LB ar_LY ar_MA ar_OM ar_QA ar_SA ar_SD ar_SY ar_TN ar_YE as_IN az_AZ be_BY ber_DZ ber_MA bg_BG bn_BD bn_IN br_FR bs_BA byn_ER ca_AD ca_ES ca_FR ca_IT cs_CZ cy_GB da_DK de_AT de_BE de_CH de_DE de_LU dz_BT el_CY el_GR en_AU en_BE en_BW en_CA en_DK en_GB en_HK en_IE en_IN en_NG en_NZ en_PH en_SG en_US en_ZA en_ZW eo_XX es_AR es_BO es_CL es_CO es_CR es_DO es_EC es_ES es_GT es_HN es_MX es_NI es_PA es_PE es_PR es_PY es_SV es_US es_UY es_VE et_EE eu_ES fa_IR fi_FI fil_PH fo_FO fr_BE fr_CA fr_CH fr_FR fr_LU fur_IT fy_DE fy_NL ga_IE gd_GB gez_ER gez_ER@abegede gez_ET gez_ET@abegede gl_ES gu_IN gv_GB ha_NG he_IL hi_IN hr_HR hsb_DE hu_HU hy_AM id_ID ig_NG ik_CA is_IS it_CH it_IT iu_CA ja_JP ka_GE kk_KZ kl_GL km_KH kn_IN ko_KR ku_TR kw_GB ky_KG lg_UG li_BE li_NL lo_LA lt_LT lv_LV mg_MG mi_NZ mk_MK ml_IN mn_MN mr_IN ms_MY mt_MT nb_NO nds_DE nds_DE@traditional nds_NL ne_NP nl_BE nl_NL nn_NO no_NO nr_ZA nso_ZA oc_FR om_ET om_KE pa_IN pa_PK ph_PH pl_PL pt_BR pt_PT ro_RO ru_RU ru_UA rw_RW sc_IT se_NO sh_YU sid_ET si_LK sk_SK sl_SI so_DJ so_ET so_KE so_SO sq_AL sr_CS sr_CS@Latn sr_YU sr_YU@Latn ss_ZA st_ZA sv_FI sv_SE sw_XX ta_IN te_IN tg_TJ th_TH ti_ER ti_ET tig_ER tk_TM tl_PH tn_ZA tr_CY tr_TR ts_ZA tt_RU ug_CN uk_UA ur_PK uz_UZ uz_UZ@Cyrl uz_UZ@Latn ve_ZA vi_VN wa_BE wal_ET xh_ZA yi_US yo_NG zh_CN zh_HK zh_SG zh_TW zu_ZA);
sub standard_locale {
my ($lang, $country, $prefer_lang) = @_;
member("${lang}_${country}", @locales) and return "${lang}_${country}";
$prefer_lang && member($lang, @locales) and return $lang;
my $main_locale = locale_to_main_locale($lang);
if ($main_locale ne $lang) {
standard_locale($main_locale, $country, $prefer_lang);
}
'';
}
sub fix_variant {
my ($locale) = @_;
#- uz@Cyrl_UZ -> uz_UZ@Cyrl
$locale =~ s/(.*)(\@\w+)(_.*)/$1$3$2/;
$locale;
}
sub analyse_locale_name {
my ($locale) = @_;
$locale =~ /^(.*?) (?:_(.*?))? (?:\.(.*?))? (?:\@(.*?))? $/x &&
{ main => $1, country => $2, charset => $3, variant => $4 };
}
sub locale_to_main_locale {
my ($locale) = @_;
lc(analyse_locale_name($locale)->{main});
}
sub getlocale_for_lang {
my ($lang, $country, $o_utf8) = @_;
fix_variant((standard_locale($lang, $country, 'prefer_lang') || l2locale($lang)) . ($o_utf8 ? '.UTF-8' : ''));
}
sub getlocale_for_country {
my ($lang, $country, $o_utf8) = @_;
fix_variant((standard_locale($lang, $country, '') || c2locale($country)) . ($o_utf8 ? '.UTF-8' : ''));
}
sub getLANGUAGE {
my ($lang, $o_country, $o_utf8) = @_;
l2language($lang) || join(':', uniq(getlocale_for_lang($lang, $o_country, $o_utf8),
$lang,
locale_to_main_locale($lang)));
}
#-------------------------------------------------------------
#
# IM configuration hash tables
#
# in order to configure an IM, one has to:
# - put generic configuration in %IM_config
# This set generic IM fields.
my @IM_i18n_fields = (
'XMODIFIERS',
#- is the environnement variable used by the X11 XIM protocol
#- it is of the form XIMODIFIERS="@im=foo"
'XIM',
#- is used by some programs, it usually is the like XIMODIFIERS
#- with the "@im=" part stripped
'GTK_IM_MODULE',
#- the module to use for Gtk programs ("xim" to use an X11
#- XIM server; or a a native gtk module if exists)
'XIM_PROGRAM',
#- the XIM program to run (usually the same as XIM value, but
#- in some cases different, particularly if parameters are needed;
'QT_IM_MODULE',
#- the module to use for Qt programs ("xim" to use an X11
#- XIM server; or a Qt plugin if exists)
);
# keep the 'packages' field in sync with share/rpmsrate:
my %IM_config =
(
ami => {
XIM => 'Ami',
#- NOTE: there are several possible versions of ami, for the different
#- desktops (kde, gnome, etc). So XIM_PROGRAM is not defined; it will
#- be the xinitrc script, XIM section, that will choose the right one
#- XIM_PROGRAM => 'ami',
XMODIFIERS => '@im=Ami',
GTK_IM_MODULE => 'xim',
QT_IM_MODULE => 'xim',
},
chinput => {
GTK_IM_MODULE => 'xim',
QT_IM_MODULE => 'xim',
XIM => 'chinput',
XMODIFIERS => '@im=Chinput',
XIM_PROGRAM => {
'zh_CN' => 'chinput -gb',
'en_SG' => 'chinput -gb',
'zh_HK' => 'chinput -big5',
'zh_TW' => 'chinput -big5',
},
packages => { generic => 'miniChinput' },
},
fcitx => {
GTK_IM_MODULE => 'xim',
QT_IM_MODULE => 'xim',
XIM => 'fcitx',
XIM_PROGRAM => 'fcitx',
XMODIFIERS => '@im=fcitx',
},
gcin => {
GTK_IM_MODULE => 'gcin',
QT_IM_MODULE => 'gcin',
XIM => 'gcin',
XIM_PROGRAM => 'gcin',
XMODIFIERS => '@im=gcin',
},
iiimf => {
GTK_IM_MODULE => 'iiim',
QT_IM_MODULE => 'iiim',
XIM => 'iiimx',
XIM_PROGRAM => 'iiimx',
XMODIFIERS => '@im=iiimx',
packages => {
generic => 'iiimf-engines-unit',
am => 'iiimf-engines-unit',
ja => 'iiimf-engines-canna',
ko => 'iiimf-engines-sun-korea',
zh => 'iiimf-engines-sun-chinese',
},
},
'im-ja' => {
GTK_IM_MODULE => 'im-ja',
QT_IM_MODULE => 'xim',
XIM => 'im-ja-xim-server',
XIM_PROGRAM => 'im-ja-xim-server',
XMODIFIERS => '@im=im-ja-xim-server',
},
kinput2 => {
GTK_IM_MODULE => 'xim',
QT_IM_MODULE => 'xim',
XIM => 'kinput2',
XIM_PROGRAM => 'kinput2',
XMODIFIERS => '@im=kinput2',
packages => { generic => 'kinput2-wnn' },
},
nabi => {
GTK_IM_MODULE => 'xim',
QT_IM_MODULE => 'xim',
XIM => 'nabi',
XIM_PROGRAM => 'nabi',
XMODIFIERS => '@im=nabi',
},
oxim => {
GTK_IM_MODULE => 'oxim',
QT_IM_MODULE => 'oxim',
XIM => 'oxim',
XIM_PROGRAM => 'oxim',
XMODIFIERS => '@im=oxim', # '@im=SCIM' is broken for now
packages => { generic => 'oxim' },
},
'scim+(default)' => {
GTK_IM_MODULE => 'scim',
QT_IM_MODULE => 'scim',
XIM_PROGRAM => 'scim -d',
XMODIFIERS => '@im=SCIM',
default_for_lang => 'am ja ko vi zh_CN zh_TW',
packages => {
generic => 'scim scim-m17n scim-tables',
am => 'scim scim-tables ',
ja => 'scim-anthy scim-input-pad scim-tomoe',
ko => 'scim-hangul',
vi => 'scim-m17n',
zh => 'scim-pinyin scim-tables scim-chewing',
},
},
(map {
("scim+$_" => {
GTK_IM_MODULE => 'scim',
QT_IM_MODULE => 'scim',
XIM_PROGRAM => 'scim -d',
XMODIFIERS => '@im=SCIM',
packages => { generic => "scim-$_" },
});
} qw(anthy canna ccinput fcitx m17n prime pinyin skk uim)), # enable to select extra SCIM combinations
skim => {
GTK_IM_MODULE => 'scim',
QT_IM_MODULE => 'scim',
XIM_PROGRAM => 'skim -d',
XMODIFIERS => '@im=SCIM',
},
uim => {
GTK_IM_MODULE => 'uim',
QT_IM_MODULE => 'uim',
XIM => 'uim',
XIM_PROGRAM => 'uim-xim',
XMODIFIERS => '@im=uim',
packages => { generic => 'uim-gtk uim' },
},
xcin => {
XIM => 'xcin',
XIM_PROGRAM => 'xcin',
XMODIFIERS => '@im=xcin-zh_TW',
GTK_IM_MODULE => 'xim',
QT_IM_MODULE => 'xim',
},
'x-unikey' => {
GTK_IM_MODULE => 'xim',
QT_IM_MODULE => 'xim',
XMODIFIERS => '@im=unikey',
},
);
sub get_ims() { keys %IM_config }
#-------------------------------------------------------------
#
# Locale configuration regarding encoding/IM
#- ENC is used by some versions or rxvt
my %locale2ENC = (
'ja' => 'eucj',
'ko' => 'kr',
'zh_CN' => 'gb',
# zh_SG zh_HK were reported as missing by make check:
'zh_HK' => 'big5',
'zh_SG' => 'gb',
'zh_TW' => 'big5',
);
my %IM_locale_specific_config = (
#-XFree86 has an internal XIM for Thai that enables syntax checking etc.
#-'Passthroug' is no check at all, 'BasicCheck' accepts bad sequences
#-and convert them to right ones, 'Strict' refuses bad sequences
'th' => {
XIM_PROGRAM => '/bin/true', #- it's an internal module
XMODIFIERS => '"@im=BasicCheck"',
},
);
sub get_default_im {
my ($lang) = @_;
find {
member($lang, split(' ', $IM_config{$_}{default_for_lang}));
} keys %IM_config;
}
sub IM2packages {
my ($locale) = @_;
if ($locale->{IM}) {
my $per_lang = $IM_config{$locale->{IM}}{packages} || {};
my $lang = analyse_locale_name($locale->{lang})->{main};
split(' ', $per_lang->{$lang} || $per_lang->{generic} || $locale->{IM});
} else { () }
}
#- [0]: console font name
#- [1]: sfm map for console font (if needed)
#- [2]: obsolete (was acm console font)
#- [3]: iocharset param for mount (utf8 if utf8)
#- [4]: codepage parameter for mount (none if utf8)
my %charsets = (
#- chinese needs special console driver for text mode
"Big5" => [ undef, undef, undef, "big5", "950" ],
"gb2312" => [ undef, undef, undef, "gb2312", "936" ],
"gbk" => [ undef, undef, undef, "gb2312", "936" ],
"C" => [ "lat0-16", undef, "iso15", "iso8859-1", "850" ],
"iso-8859-1" => [ "lat1-16", undef, "iso01", "iso8859-1", "850" ],
"iso-8859-2" => [ "lat2-16", undef, "iso02", "iso8859-2", "852" ],
"iso-8859-5" => [ "UniCyr_8x16", undef, "iso05", "iso8859-5", "866" ],
"iso-8859-7" => [ undef, undef, "iso07", "iso8859-7", "869" ],
"iso-8859-9" => [ undef, undef, "iso09", "iso8859-9", "857" ],
"iso-8859-13" => [ "tlat7", undef, "iso13", "iso8859-13", "775" ],
"iso-8859-15" => [ "lat0-16", undef, "iso15", "iso8859-15", "850" ],
#- japanese needs special console driver for text mode [kon2]
"jisx0208" => [ undef, undef, "trivial.trans", "euc-jp", "932" ],
"koi8-r" => [ "UniCyr_8x16", undef, "koi8-r", "koi8-r", "866" ],
"koi8-u" => [ "UniCyr_8x16", undef, "koi8-u", "koi8-u", "866" ],
"cp1251" => [ "UniCyr_8x16", undef, "cp1251", "cp1251", "866" ],
#- korean needs special console driver for text mode
"ksc5601" => [ undef, undef, undef, "euc-kr", "949" ],
#- I have no console font for Thai...
"tis620" => [ undef, undef, "trivial.trans", "tis-620", "874" ],
# UTF-8 encodings here; they differ in the console font mainly.
"utf_ar" => [ undef, undef, undef, "utf8", undef ],
"utf_armn" => [ undef, undef, undef, "utf8", undef ],
"utf_az" => [ "tiso09e", undef, undef, "utf8", undef ],
"utf_beng" => [ undef, undef, undef, "utf8", undef ],
"utf_cyr1" => [ "UniCyr_8x16", undef, undef, "utf8", undef ],
"utf_cyr2" => [ "koi8-k", undef, undef, "utf8", undef ],
"utf_deva" => [ undef, undef, undef, "utf8", undef ],
"utf_ethi" => [ "Agafari-16", undef, undef, "utf8", undef ],
"utf_geor" => [ "t_geors", undef, undef, "utf8", undef ],
"utf_guru" => [ undef, undef, undef, "utf8", undef ],
"utf_he" => [ undef, undef, undef, "utf8", undef ],
"utf_iu" => [ undef, undef, undef, "utf8", undef ],
"utf_khmr" => [ undef, undef, undef, "utf8", undef ],
"utf_knda" => [ undef, undef, undef, "utf8", undef ],
"utf_laoo" => [ undef, undef, undef, "utf8", undef ],
"utf_lat1" => [ "lat0-16", undef, undef, "utf8", undef ],
"utf_lat5" => [ undef, undef, undef, "utf8", undef ],
"utf_lat7" => [ "tlat7", undef, undef, "utf8", undef ],
"utf_lat8" => [ undef, undef, undef, "utf8", undef ],
"utf_mlym" => [ undef, undef, undef, "utf8", undef ],
"utf_mymr" => [ undef, undef, undef, "utf8", undef ],
"utf_taml" => [ "tamil", undef, undef, "utf8", undef ],
# console font still to do
"utf_tfng" => [ undef, undef, undef, "utf8", undef ],
"utf_tibt" => [ undef, undef, undef, "utf8", undef ],
"utf_vi" => [ "tcvn8x16", undef, undef, "utf8", undef ],
"utf_yo" => [ undef, undef, undef, "utf8", undef ],
# default for utf-8 encodings
"unicode" => [ "LatArCyrHeb-16", undef, undef, "utf8", undef ],
);
#- for special cases not handled magically
my %charset2kde_charset = (
gb2312 => 'gb2312.1980-0',
gbk => 'gb2312.1980-0',
jisx0208 => 'jisx0208.1983-0',
ksc5601 => 'ksc5601.1987-0',
Big5 => 'big5-0',
cp1251 => 'microsoft-cp1251',
utf8 => 'iso10646-1',
tis620 => 'tis620-0',
);
#- -------------------
sub l2console_font {
my ($locale) = @_;
my $c = $charsets{l2charset($locale->{lang}) || return} or return;
my ($name, $sfm) = @$c;
($name, $sfm);
}
sub get_kde_lang {
my ($locale, $o_default) = @_;
#- get it using
#- echo C $(rpm -qp --qf "%{name}\n" /RPMS/kde-i18n-* | sed 's/kde-i18n-//')
my @valid_kde_langs = qw(C
af ar az be bg bn br bs ca cs cy da de el en_GB eo es et eu fa fi fo fr ga gl he hi hr hsb hu id is it ja ko ku lo lt lv mi mk mn ms mt nb nds nl nn nso oc pa pl pt pt_BR ro ru se sk sl sr ss sv ta tg th tr uk uz ven vi wa wen xh zh_CN zh_TW zu);
my %valid_kde_langs; @valid_kde_langs{@valid_kde_langs} = ();
my $valid_lang = sub {
my ($lang) = @_;
#- fast & dirty solution to ensure bad entries do not happen
my %fixlangs = (en => 'C', en_US => 'C',
en_AU => 'en_GB', en_CA => 'en_GB',
en_IE => 'en_GB', en_NZ => 'en_GB',
pa_IN => 'pa',
'sr@Latn' => 'sr',
ve => 'ven',
zh_CN => 'zh_CN', zh_SG => 'zh_CN',
zh_TW => 'zh_TW', zh_HK => 'zh_TW');
exists $fixlangs{$lang} ? $fixlangs{$lang} :
exists $valid_kde_langs{$lang} ? $lang :
exists $valid_kde_langs{locale_to_main_locale($lang)} ? locale_to_main_locale($lang) : '';
};
my $r;
$r ||= $valid_lang->($locale->{lang});
$r ||= find { $valid_lang->($_) } split(':', getlocale_for_lang($locale->{lang}, $locale->{country}));
$r || $o_default || 'C';
}
sub charset2kde_charset {
my ($charset, $o_default) = @_;
my $iocharset = ($charsets{$charset} || [])->[3];
my @valid_kde_charsets = qw(big5-0 gb2312.1980-0 iso10646-1 iso8859-1 iso8859-4 iso8859-6 iso8859-8 iso8859-13 iso8859-14 iso8859-15 iso8859-2 iso8859-3 iso8859-5 iso8859-7 iso8859-9 koi8-r koi8-u ksc5601.1987-0 jisx0208.1983-0 microsoft-cp1251 tis620-0);
my %valid_kde_charsets; @valid_kde_charsets{@valid_kde_charsets} = ();
my $valid_charset = sub {
my ($charset) = @_;
#- fast & dirty solution to ensure bad entries do not happen
exists $valid_kde_charsets{$charset} && $charset;
};
my $r;
$r ||= $valid_charset->($charset2kde_charset{$charset});
$r ||= $valid_charset->($charset2kde_charset{$iocharset});
$r ||= $valid_charset->($iocharset);
$r || $o_default || 'iso10646-1';
}
#- font+size for different charsets; the field [0] is the default,
#- others are overrridens for fixed(1), toolbar(2), menu(3) and taskbar(4)
my %charset2kde_font = (
'C' => [ "Sans,10", "Monospace,10" ],
'iso-8859-1' => [ "Sans,10", "Monospace,10" ],
'iso-8859-2' => [ "Sans,10", "Monospace,10" ],
'iso-8859-7' => [ "DejaVu Sans,10", "FreeMono,10" ],
'iso-8859-9' => [ "Sans,10", "Monospace,10" ],
'iso-8859-13' => [ "Sans,10", "Monospace,10" ],
'iso-8859-15' => [ "Sans,10", "Monospace,10" ],
'jisx0208' => [ "UmePlus P Gothic,12", "UmePlus Gothic,12" ],
'ksc5601' => [ "Baekmuk Gulim,12" ],
'gb2312' => [ "Sans,10", "Monospace,10" ],
'Big5' => [ "Sans,10", "Monospace,10" ],
'tis620' => [ "Norasi,16", "Norasi,15" ],
'koi8-u' => [ "DejaVu Sans,10", "FreeMono,10" ],
'utf_ar' => [ "DejaVu Sans,11", "Courier New,13" ],
'utf_az' => [ "DejaVu Sans,10", "FreeMono,10" ],
'utf_he' => [ "DejaVu Sans,10", "FreeMono,10" ],
#-'utf_iu' => [ "????,14", ],
'utf_vi' => [ "DejaVu Sans,12", "FreeMono,11", "DejaVu Sans,11" ],
'utf_yo' => [ "DejaVu Sans,12", "FreeMono,11", "DejaVu Sans,11" ],
#- script based
'utf_armn' => [ "DejaVu Sans,11", "FreeMono,11" ],
'utf_cyr2' => [ "DejaVu Sans,10", "FreeMono,10" ],
'utf_beng' => [ "Mukti Narrow,13", "Mitra Mono,13", "Mukti Narrow,12" ],
'utf_deva' => [ "Raghindi,12", ],
'utf_ethi' => [ "GF Zemen Unicode,13" ],
'utf_guru' => [ "Lohit Punjab,14", ],
#-'utf_khmr' => [ "????,14", ],
'utf_knda' => [ "Sampige,14", ],
'utf_lat1' => [ "Sans,10", "Monospace,10" ],
'utf_lat5' => [ "Sans,10", "Monospace,10" ],
'utf_lat7' => [ "Sans,10", "Monospace,10" ],
'utf_lat8' => [ "DejaVu Sans,10", "FreeMono,10" ],
'utf_mlym' => [ "malayalam,12", ],
#-'utf_mymr' => [ "????,14", ],
'utf_taml' => [ "TSCu_Paranar,14", "Tsc_avarangalfxd,14", "TSCu_Paranar,13", ],
'utf_tfng' => [ "Hapax Berbère,12", ],
'utf_tibt' => [ "Tibetan Machine Uni,14", ],
#- the following should be changed to better defaults when better fonts
#- get available
'utf_geor' => [ "ClearlyU,13" ],
'utf_laoo' => [ "DejaVu Sans,11", "ClearlyU,13" ],
'default' => [ "DejaVu Sans,12", "FreeMono,11", "DejaVu Sans,11" ],
);
sub charset2kde_font {
my ($charset, $type) = @_;
my $font = $charset2kde_font{$charset} || $charset2kde_font{default};
my $r = $font->[$type] || $font->[0];
#- the format is "font-name,size,-1,5,0,0,0,0,0,0" I have no idea of the
#- meaning of that "5"...
"$r,-1,5,0,0,0,0,0,0";
}
# this define pango name fonts (like "NimbusSans L") depending
# on the "charset" defined by language array. This allows to selecting
# an appropriate font for each language for the installer only.
my %charset2pango_font = (
'utf_geor' => "Sans 14",
'utf_taml' => "TSCu_Paranar 14",
'jisx0208' => "Sans 14",
'utf_ar' => "Sans 15",
'tis620' => "Norasi 20",
'default' => "DejaVu Sans 12"
);
sub charset2pango_font {
my ($charset) = @_;
$charset2pango_font{exists $charset2pango_font{$charset} ? $charset : 'default'};
}
sub l2pango_font {
my ($lang) = @_;
my $charset = l2charset($lang) or log::l("no charset found for lang $lang!"), return;
my $font = charset2pango_font($charset);
log::l("lang:$lang charset:$charset font:$font sfm:$charsets{$charset}[0]");
return $font;
}
sub set {
my ($locale, $b_translate_for_console) = @_;
put_in_hash(\%ENV, i18n_env($locale));
if ($::move) {
} elsif (!$::isInstall) {
bindtextdomain();
} else {
$ENV{LC_NUMERIC} = 'C'; #- otherwise eval "1.5" returns 1 in fr_FR
if ($b_translate_for_console && $locale->{lang} =~ /^(ko|ja|zh|th)/) {
log::l("not translating in console");
$ENV{LANGUAGE} = 'C';
}
load_mo();
}
}
sub langs {
my ($l) = @_;
$l->{all} ? list_langs() : grep { $l->{$_} } keys %$l;
}
sub langsLANGUAGE {
my ($l, $o_c) = @_;
uniq(map { split ':', getLANGUAGE($_, $o_c) } langs($l));
}
sub utf8_should_be_needed {
my ($_locale) = @_;
1;
}
sub pack_langs {
my ($l) = @_;
my $s = $l->{all} ? 'all' : join ':', uniq(map { getLANGUAGE($_) } langs($l));
$s;
}
sub system_locales_to_ourlocale {
my ($locale_lang, $locale_country) = @_;
my $locale = {};
my $h = analyse_locale_name($locale_lang);
my $locale_lang_no_encoding = join('_', $h->{main}, if_($h->{country}, $h->{country}));
$locale->{lang} = member($locale_lang_no_encoding, list_langs()) ?
$locale_lang_no_encoding : #- special lang's such as en_US pt_BR
$h->{main};
$locale->{lang} .= '@' . $h->{variant} if $h->{variant};
$locale->{country} = analyse_locale_name($locale_country)->{country};
$locale->{utf8} = $h->{charset} && $h->{charset} eq 'UTF-8';
#- safe fallbacks
$locale->{lang} ||= 'en_US';
$locale->{country} ||= 'US';
$locale;
}
sub lang_changed {
my ($locale) = @_;
my $h = analyse_locale_name(l2locale($locale->{lang}));
$locale->{country} = $h->{country} if $h->{country};
$locale->{IM} = get_default_im($locale->{lang});
}
sub read {
my ($b_user_only) = @_;
my ($f1, $f2) = ("$::prefix$ENV{HOME}/.i18n", "$::prefix/etc/sysconfig/i18n");
my %h = getVarsFromSh($b_user_only && -e $f1 ? $f1 : $f2);
my $locale = system_locales_to_ourlocale($h{LC_MESSAGES} || 'en_US', $h{LC_MONETARY} || 'en_US');
if (find { $h{$_} } @IM_i18n_fields) {
my @l = grep { !/^scim/ || /\(default\)/ } keys %IM_config;
foreach my $field ('XMODIFIERS', 'XIM_PROGRAM') {
$h{$field} or next;
my @m = grep { $h{$field} eq $IM_config{$_}{$field} } @l or last;
@l = @m;
}
$locale->{IM} = $l[0] if @l;
}
$locale;
}
sub write_langs {
my ($langs) = @_;
my $s = pack_langs($langs);
symlink "$::prefix/etc/rpm/macros", "/etc/rpm/macros" if $::prefix;
require URPM;
URPM::add_macro("_install_langs $s");
substInFile { s/%_install_langs.*//; $_ .= "%_install_langs $s\n" if eof && $s } "$::prefix/etc/rpm/macros";
}
sub i18n_env {
my ($locale) = @_;
my $locale_lang = getlocale_for_lang($locale->{lang}, $locale->{country}, $locale->{utf8});
my $locale_country = getlocale_for_country($locale->{lang}, $locale->{country}, $locale->{utf8});
my $h = {
XKB_IN_USE => '',
(map { $_ => $locale_lang } qw(LANG LC_COLLATE LC_CTYPE LC_MESSAGES LC_TIME)),
LANGUAGE => getLANGUAGE($locale->{lang}, $locale->{country}, $locale->{utf8}),
(map { $_ => $locale_country } qw(LC_NUMERIC LC_MONETARY LC_ADDRESS LC_MEASUREMENT LC_NAME LC_PAPER LC_IDENTIFICATION LC_TELEPHONE))
};
log::l("i18n_env: lang:$locale->{lang} country:$locale->{country} locale|lang:$locale_lang locale|country:$locale_country LANGUAGE:$h->{LANGUAGE}");
$h;
}
sub write_and_install {
my ($locale, $do_pkgs, $b_user_only, $b_dont_touch_kde_files) = @_;
my @packages = IM2packages($locale);
if (@packages && !$b_user_only) {
log::explanations("Installing IM packages: ", join(', ', @packages));
$do_pkgs->ensure_are_installed(\@packages, 1);
}
&write($locale, $b_user_only, $b_dont_touch_kde_files);
}
sub write {
my ($locale, $b_user_only, $b_dont_touch_kde_files) = @_;
$locale && $locale->{lang} or return;
my $h = i18n_env($locale);
my ($name, $sfm) = l2console_font($locale);
if ($name && !$b_user_only) {
my $p = "$::prefix/usr/lib/kbd";
if ($name) {
eval {
log::explanations(qq(Set system font to "$name"));
my $font = "$p/consolefonts/$name.psf";
$font .= ".gz" if ! -e $font;
cp_af($font, "$::prefix/etc/sysconfig/console/consolefonts");
add2hash $h, { SYSFONT => $name };
};
$@ and log::explanations("missing console font $name");
}
if ($sfm) {
eval {
log::explanations(qq(Set screen font map (Unicode mapping table) to "$name"));
cp_af(glob_("$p/consoletrans/$sfm*"), "$::prefix/etc/sysconfig/console/consoletrans");
add2hash $h, { UNIMAP => $sfm };
};
$@ and log::explanations("missing console unimap file $sfm");
}
}
add2hash($h, $IM_locale_specific_config{$locale->{lang}});
$h->{ENC} = $locale2ENC{$locale->{lang}};
$h->{ENC} = 'utf8' if $h->{ENC} && $locale->{utf8};
if ($locale->{IM}) {
log::explanations(qq(Configuring "$locale->{IM}" IM));
foreach (@IM_i18n_fields) {
$h->{$_} = $IM_config{$locale->{IM}}{$_};
}
# $h->{QT_IM_MODULE} = $h->{GTK_IM_MODULE};
if (ref $h->{XIM_PROGRAM}) {
$h->{XIM_PROGRAM} =
$h->{XIM_PROGRAM}{$locale->{lang}} ||
$h->{XIM_PROGRAM}{getlocale_for_country($locale->{lang}, $locale->{country})};
}
}
#- deactivate translations on console for most CJK, RTL and complex languages
if (member($locale->{lang}, qw(ar bn fa he hi ja kn ko pa_IN ug ur yi zh_TW zh_CN))) {
#- CONSOLE_NOT_LOCALIZED if defined to yes, disables translations on console
#- it is needed for languages not supported by the linux console
log::explanations(qq(Disabling translation on console since "$locale->{lang}" is not supported by the console));
add2hash($h, { CONSOLE_NOT_LOCALIZED => 'yes' });
}
my $file = $b_user_only ? "$ENV{HOME}/.i18n" : '/etc/sysconfig/i18n';
log::explanations(qq(Setting l10n configuration in "$file"));
setVarsInSh($::prefix . $file, $h);
configure_hal($locale) if !$b_user_only;
run_program::rooted($::prefix, 'grub-gfxmenu', '--quiet', '--lang', $locale->{lang}) if !$b_user_only;
my $charset = l2charset($locale->{lang});
my $qtglobals = $b_user_only ? "$ENV{HOME}/.qt/qtrc" : "$::prefix/etc/qtrc";
update_gnomekderc($qtglobals, General => (
font => charset2kde_font($charset, 0),
));
eval {
my %dir_defaults = read_gnomekderc("$::prefix/etc/kderc", 'Directories-default');
my $confdir = $::prefix . ($b_user_only ? "$ENV{HOME}/.kde" : first(split(',', $dir_defaults{prefixes})) || "/etc/kde") . '/share/config';
-d $confdir or die 'not configuring kde config files since it is not installed/used';
configure_kdeglobals($locale, $confdir);
my %qt_xim = (zh => 'Over The Spot', ko => 'On The Spot', ja => 'On The Spot');
if ($b_user_only && (my $qt_xim = $qt_xim{locale_to_main_locale($locale->{lang})})) {
log::explanations(qq(Setting XIM input style to "$qt_xim"));
update_gnomekderc("$ENV{HOME}/.qt/qtrc", General => (XIMInputStyle => $qt_xim));
}
if (!$b_user_only) {
my $kde_charset = charset2kde_charset(l2charset($locale->{lang}));
my $welcome = common::to_utf8(N("Welcome to %s", '%n'));
log::explanations(qq(Configuring KDM/MdkKDM));
substInFile {
s/^(GreetString)=.*/$1=$welcome/;
s/^(Language)=.*/$1=$locale->{lang}/;
if (!member($kde_charset, 'iso8859-1', 'iso8859-15')) {
#- do not keep the default for those
my $font_list = $charset2kde_font{l2charset($locale->{lang})} || $charset2kde_font{default};
my $font_small = $font_list->[0];
my $font_huge = $font_small;
$font_huge =~ s/(.*?),\d+/$1,24/;
s/^(StdFont)=.*/$1=$font_small,5,$kde_charset,50,0/;
s/^(FailFont)=.*/$1=$font_small,5,$kde_charset,75,0/;
s/^(GreetFont)=.*/$1=$font_huge,5,$kde_charset,50,0/;
}
} "$::prefix/etc/kde/kdm/kdmrc";
}
} if !$b_dont_touch_kde_files;
}
sub configure_hal {
my ($locale) = @_;
my $option = sub {
my ($cat, $val) = @_;
qq(\t\t
2002/03/16 dam's <damien@mandrakesoft.com>
* network/ethernet.pm: we now consider dhcp provide GATEWAY and internet
connection.
2002/03/16 Pixel <pixel@mandrakesoft.com>
* network/ethernet.pm: small cleanup on untested code (need testing:)
2002/03/15 fabman
* share/po/es.po: updated bad lilo/grub/yaboot translation
updated spanish translations
2002/03/15 François Pons <fpons@mandrakesoft.com>
* bootloader.pm: force mkinitrd *really* for bootsplash.
force initrd regeneration for oem on some case (maybe the cause of
bootsplash
perturbation, as maintainer don't even known why it is running correctly
:-)
* pkgs.pm: do not try to get synthesis if hdlist is available as an handle
on file (typical
for updates).
* share/rpmsrate: remove doublon on NVIDIA_nforce.
update to 6mdk for NVIDIA_nforce*
2002/03/15 Pixel <pixel@mandrakesoft.com>
* share/po/fr.po: yet again add some dropped entities from drakx-help.xml
add the dropped &linux-mandrake; &mandrake-linux; and a few &os-linux;
* install_steps_interactive.pm:
- remove obsolete code
- the result is to use directly $availableC instead $size2install
which was min($availableC, $max_size)
2002/03/15 dam's <damien@mandrakesoft.com>
* share/po/ja.po: reverted ' \n' from pablo because I managed to correct
the way we wrap for the advertising
* install_steps_gtk.pm: submitting widget instead of style (style/font
initialization bug from gtk
* my_gtk.pm: corrected get_text_coord : widget instead of style, and
handling of ugly language (/ja|zh/)
2002/03/15 François Pons <fpons@mandrakesoft.com>
* pkgs.pm: do not try to get synthesis if hdlist is available as an handle
on file (typical
for updates).
* rescue/tree/etc/oem: update lang according to lang.pm of 8.2 (remove
@euro appended for 8.1).
2002/03/15 Pablo Saratxaga <pablo@mandrakesoft.com>
* keyboard.pm: added xx_YY -> keyboard lines in addition of xx -> keyboard
ones
2002/03/15 Pixel <pixel@mandrakesoft.com>
* share/po/fr.po: yet again add some dropped entities from drakx-help.xml
add the dropped &linux-mandrake; &mandrake-linux; and a few &os-linux;
s/Linux Mandrake/Mandrake Linux/ (from the drakx-help.xml not merged)
* keyboard.pm (unpack_keyboards): return undef on error
2002/03/15 dam's <damien@mandrakesoft.com>
* share/po/ja.po: reverted ' \n' from pablo because I managed to correct
the way we wrap for the advertising
* install_steps_gtk.pm: submitting widget instead of style (style/font
initialization bug from gtk
* my_gtk.pm: corrected get_text_coord : widget instead of style, and
handling of ugly language (/ja|zh/)
2002/03/15 François Pons <fpons@mandrakesoft.com>
* rescue/tree/etc/oem: update lang according to lang.pm of 8.2 (remove
@euro appended for 8.1).
2002/03/15 Pablo Saratxaga <pablo@mandrakesoft.com>
* keyboard.pm: added xx_YY -> keyboard lines in addition of xx -> keyboard
ones
2002/03/15 Pixel <pixel@mandrakesoft.com>
* share/po/fr.po: s/Linux Mandrake/Mandrake Linux/ (from the
drakx-help.xml not merged)
* keyboard.pm (unpack_keyboards): return undef on error
2002/03/15 dam's <damien@mandrakesoft.com>
* share/po/ja.po: reverted ' \n' from pablo because I managed to correct
the way we wrap for the advertising
* install_steps_gtk.pm: submitting widget instead of style (style/font
initialization bug from gtk
* my_gtk.pm: corrected get_text_coord : widget instead of style, and
handling of ugly language (/ja|zh/)
2002/03/15 François Pons <fpons@mandrakesoft.com>
* rescue/tree/etc/oem: update lang according to lang.pm of 8.2 (remove
@euro appended for 8.1).
2002/03/15 Pablo Saratxaga <pablo@mandrakesoft.com>
* keyboard.pm: added xx_YY -> keyboard lines in addition of xx -> keyboard
ones
2002/03/15 Pixel <pixel@mandrakesoft.com>
* share/po/fr.po: s/Linux Mandrake/Mandrake Linux/ (from the
drakx-help.xml not merged)
* keyboard.pm (unpack_keyboards): return undef on error
2002/03/14 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/ja.po: updated po file
2002/03/14 Guillaume Cottenceau <gc@mandrakesoft.com>
* standalone/drakxtv: english
2002/03/14 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/hr.po, share/po/da.po, share/po/no.po: updated po files
* share/po/eu.po: updated po file
* lang.pm: changed LANGUAGE for basque
* share/po/ja.po: added \n in advertising
2002/03/14 Pixel <pixel@mandrakesoft.com>
* share/rpmsrate: CHARSET"iso-8859-1" and CHARSET"iso-8859-15" is no good
for english which has CHARSET"C", adding it
* share/rpmsrate.server: obsolete
2002/03/14 Thierry Vignaud <tvignaud@mandrakesoft.com
* standalone/drakxtv:
- add SECAM to france description to ease user comprehension
- remove unused variables
- revert gc & dam's (also known as the usual suckers) garbage
who'ven't the hardware to test:
- explain in source why we don't try to install xawtv (see below)
- just display a message if xawtv isn't installed
since drakx should have installed it
- let it be runned as root again (how many times i'm
supposed to restore this behaviour)
- retest with a tv card
- use %ENV rather than relying on shell ~ expansion
- if tv card wasn't detected, ask the user to spam us
- factorize $in->exit() out of scan4tvchannels()
- add to TODO list the possibility to install xawtv if needed
- check scantv return value and display an error message
- also if the wrapper was runned on console, display a nice
message saying one can now run xawtv under X11
2002/03/14 warly
* share/rpmsrate: add commercial apps
2002/03/14 Yves Duret <yduret@mandrakesoft.com>
* standalone/logdrake: fix some bug
fix * bug in field matching/ not matching
2002/03/13 dam's <damien@mandrakesoft.com>
* share/logo-mandrake.png: new gfx
2002/03/13 François Pons <fpons@mandrakesoft.com>
* tools/oem-prepare: sync with oem (removed mach32 server).
sync with oem.
remove bzflag.
synced with oem script.
* rescue/tree/etc/oem: remove Mach32 XF3.3.6 server too.
remove Mach8 and Mono driver for oem only.
remove bzflag.
fixed closure selection on sub groups (like 3D),
moved some big package out of oem,
minor fixes.
2002/03/13 dam's <damien@mandrakesoft.com>
* share/logo-mandrake.png: new gfx
2002/03/13 François Pons <fpons@mandrakesoft.com>
* tools/oem-prepare: sync with oem (removed mach32 server).
sync with oem.
remove bzflag.
synced with oem script.
* rescue/tree/etc/oem: remove Mach32 XF3.3.6 server too.
remove Mach8 and Mono driver for oem only.
remove bzflag.
fixed closure selection on sub groups (like 3D),
moved some big package out of oem,
minor fixes.
2002/03/13 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/cs.po, share/po/eu.po: updated po files
2002/03/13 warly
* share/rpmsrate: add aspell-fr and en for gabber require
2002/03/13 François Pons <fpons@mandrakesoft.com>
* rescue/tree/etc/oem: fixed closure selection on sub groups (like 3D),
moved some big package out of oem,
minor fixes.
* tools/oem-prepare: synced with oem script.
2002/03/13 gbeauchesne
* share/rpmsrate:
- Add openoffice with weight = 2
2002/03/13 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/sv.po, share/po/vi.po, share/po/cs.po, share/po/hu.po,
share/po/eu.po: updated po files
* lang.pm: small console font changes
set default console fotns for latin1/0 to lat1-16 and lat0-16;
the font lat0-sun16 is missing some chars of iso-8859-1/15 !
2002/03/13 Pixel <pixel@mandrakesoft.com>
* pkgs.pm: add gcc and gcc-c++ in @preferred
2002/03/13 warly
* share/rpmsrate: add aspell-fr and en for gabber require
2002/03/12 dam's <damien@mandrakesoft.com>
* network/network.pm: onboot option only in expert mode
corrected domainname bug; added onboot option
2002/03/12 dam's <damien@mandrakesoft.com>
* standalone/drakbackup, standalone/drakfont: minor bug correction
* standalone/net_monitor: greater timeout
* network/tools.pm, network/netconnect.pm: changed timeout for testing
internet connection
2002/03/12 François Pons <fpons@mandrakesoft.com>
* pkgs.pm: remove synthesis if not found (filesize is 0)
* Xconfigurator.pm: avoid Utah GLX only if > 800MB, not if <= 800MB (!)
* install_any.pm: added fix to support update hdlist renaming (ie hdlist
of update are always hdlist.cz).
remove old synthesis file, to make sure gzip can build a new one.
* share/rpmsrate: added nforce support (hack by adding kernel version
inside)
2002/03/12 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/da.po: updated Danish file
* share/po/ga.po: fixed email address
* share/po/zh_TW.po: updated po file
2002/03/12 Pixel <pixel@mandrakesoft.com>
* install_steps.pm, bootloader.pm: don't have "quiet" boot in the server
meta_class
* pkgs.pm: "fam" is not a naughtyServers
remove the old "boa" comment
adapt naughtyServers for 8.2
2002/03/11 Guillaume Cottenceau <gc@mandrakesoft.com>
* share/po/fr.po: a few missing translations
2002/03/11 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/pt.po, share/po/ga.po, share/po/de.po, share/po/az.po,
share/po/pt_BR.po, share/po/nl.po, share/po/ja.po, share/po/id.po,
share/po/ar.po, share/po/mt.po, share/po/eo.po, share/po/da.po: updated
po files
* share/po/eu.po, share/po/it.po: updated po files
merged with new strings from manuals
* share/po/DrakX.pot, share/po/fr.po: merged with new strings from manuals
* share/po/be.po, share/po/bg.po, share/po/et.po, share/po/hr.po,
share/po/ko.po, share/po/is.po, share/po/pl.po, share/po/no.po,
share/po/fi.po, share/po/el.po, share/po/lt.po, share/po/br.po,
share/po/ca.po, share/po/gl.po, share/po/lv.po, share/po/bs.po,
share/po/cs.po, share/po/af.po: updated po files (finished merging with
manual strings)
updated po files
* share/po/hu.po: updated po files
updated po files
* share/po/cy.po: updated po file
updated po files
* share/po/es.po: updated Spanish
* share/po/sp.po, share/po/zh_CN.po, share/po/sr.po, share/po/tr.po,
share/po/ru.po, share/po/wa.po, share/po/sv.po, share/po/th.po,
share/po/sk.po, share/po/sl.po, share/po/vi.po, share/po/uk.po,
share/po/ro.po, share/po/zh_TW.po: updated po files (finished merging
with manual strings)
2002/03/11 dam's <damien@mandrakesoft.com>
* Makefile.config: added drakproxy
* standalone/drakxtv: added embedded mode
2002/03/11 François Pons <fpons@mandrakesoft.com>
* install_steps_gtk.pm: for updates, make tree as flat instead in order to
see all packages.
2002/03/11 Guillaume Cottenceau <gc@mandrakesoft.com>
* share/rpmsrate: webmin: 3
* standalone/drakxtv:
- install xawtv when necessary instead of
telling people to use urpmi (titi sucks)
- prints out a message when no tv card
has been detected
* share/po/fr.po: small ortograf
2002/03/11 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/fr.po, share/po/it.po, share/po/eu.po: merged with new strings
from manuals
* share/po/DrakX.pot: merged with new strings from manuals
updated GErman file
* share/po/de.po: updated GErman file
* share/po/es.po: updated Spanish
2002/03/11 Pixel <pixel@mandrakesoft.com>
* mouse.pm (fullname2mouse): workaround when "1 Button" is not found
* install_steps.pm, install2.pm:
- default security level now set in miscellaneousBefore
- default security level is 3 in meta_class server
* install_any.pm:
- fix the setting of compssUsersChoices in auto_install when it is
empty
- set the default compssUsersChoices adapted to the server meta_class
* share/rpmsrate: remove phpgroupware from OFFICE (since it appeas twice,
the rate is 4, and it requires apache, and ...)
* Makefile: upload the various compssUsers* (esp. compssUsers.server)
* install_steps_gtk.pm:
- remove the hack for not displaying Utilities in classic meta_class
- new compssUsers groups for the server meta_class
* share/compssUsers: remove "Utilities" here instead of removing it
hackily in install_steps_gtk
* share/compssUsers.server: fix the path=Utilities for the Utilities
section
2002/03/11 Till Kamppeter <till@mandrakesoft.com>
* printerdrake.pm: Small text fix.
Security fix: Give a warning that SMB passwords can easily be revealed
by normal users when printing on a Windows-hosted printer is set up.
* detect_devices.pm: Reverted parts of the last change, they broke in
non-DevFS environments (e. g. during installation).
2002/03/11 warly
* share/rpmsrate: add bwbserver_linux in rpmsate for BeeWeb server
* share/compssUsers.server: remove ICEWM choice
2002/03/11 Yves Duret <yduret@mandrakesoft.com>
* tools/cvslog2changelog.pl: added yduret entry in user.
2002/03/11 François Pons <fpons@mandrakesoft.com>
* Xconfigurator.pm: add Rage Mobility as bad card for XF4 (was already bad
card for XF3) (gégé report).
2002/03/11 Pablo Saratxaga <pablo@mandrakesoft.com>
* help.pm: updated help file
* share/po/de.po, share/po/DrakX.pot: updated GErman file
2002/03/11 Pixel <pixel@mandrakesoft.com>
* diskdrake/interactive.pm (Mount_point): when files exist in the chosen
mount point, propose migration
* install_steps_interactive.pm: search /commercial/i instead of
/Application/ before showing the commercial license
* standalone/drakboot, bootloader.pm: fix Stew sucks
* install2.pm, install_steps.pm:
- default security level now set in miscellaneousBefore
- default security level is 3 in meta_class server
* install_steps_gtk.pm:
- remove the hack for not displaying Utilities in classic meta_class
- new compssUsers groups for the server meta_class
search /commercial/i instead of /Application/ before showing the
commercial license
* install_any.pm:
- fix the setting of compssUsersChoices in auto_install when it is
empty
- set the default compssUsersChoices adapted to the server meta_class
* Makefile: upload the various compssUsers* (esp. compssUsers.server)
* share/compssUsers: remove "Utilities" here instead of removing it
hackily in install_steps_gtk
* share/compssUsers.server: fix the path=Utilities for the Utilities
section
2002/03/11 yduret
* standalone/scannerdrake: re-re-re-re-re-re-uncomment the pkgs check
line.
2002/03/10 chipaux
* share/po/fr.po: Corrected few typo mistakes.
2002/03/10 Guillaume Cottenceau <gc@mandrakesoft.com>
* install_steps.pm: gcize damienization
* share/rpmsrate: put userdrake together with drakconf so that
userdrake is not missing (till)
2002/03/10 siegel
* share/po/help_xml2pm.pl: added tag filename
* any.pm: added missing i18n _()
* share/po/de.po: update
and still fixes ...
updates
update
2002/03/10 Till Kamppeter <till@mandrakesoft.com>
* printer.pm: Protect the Star Office/OpenOffice.org configuration against
manual changing of the "update-alternatives" assignment of the "lpr"
command.
* detect_devices.pm: Made USB printer auto-detection more stable and
reliable.
2002/03/10 yduret
* standalone/scannerdrake: added ASK DEVICE support
* scanner.pm: added ASK support for more interactiveness during
configuration
2002/03/09 Guillaume Cottenceau <gc@mandrakesoft.com>
* mdk-stage1/dhcp.c: comply better to ClientID stuff
2002/03/09 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/sv.po: updated po file
2002/03/09 yduret
* standalone/scannerdrake: added sum up at the end
uncomment line that checks if sane rpm is installed or not (thx gc).
i sux,
2002/03/08 dam's <damien@mandrakesoft.com>
* standalone/drakproxy: drakproxy rewritten
working drakproxy
* install_steps.pm: corrected network up/down when network install
* standalone/drakfont: ergonomy changed to fit in mcc
corrected network up/down when network install
* network/network.pm: proxy settings corrected
2002/03/08 fabman
* share/po/es.po: updated spanish translation
2002/03/08 François Pons <fpons@mandrakesoft.com>
* install_any.pm: fixed allowNVIDIA_rpms to take care of new kernel naming
conventions.
* standalone/XFdrake: fixed NVIDIA support to use newer kernel naming
conventions.
* Xconfigurator.pm: fixed possible additional XFree packages not installed
if server is already
installed.
2002/03/08 Guillaume Cottenceau <gc@mandrakesoft.com>
* share/po/fr.po: missing translations + a few changes
* mdk-stage1/probing.c: have 4 seconds of delay for usb stuff
to show up rather than seconds
2002/03/08 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/cs.po, share/po/it.po: updated po files
* share/po/es.po: corrected typo
* share/po/da.po: updated Danish file
* lang.pm, share/locales-skeleton.tar.bz2: Added symlinks in
locales-skeleton so non primary chinese encodings
can work
* share/po/ar.po: updated po file
* share/po/cy.po: removed the "translation" of licence, it was random
text.
2002/03/07 dam's <damien@mandrakesoft.com>
* share/po/fr.po, modparm.pm: corrected
2002/03/07 Guillaume Cottenceau <gc@mandrakesoft.com>
* mdk-stage1/newt-frontend.c: english fix thx to till & phil
2002/03/07 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/fr.po: updated po file
* share/po/be.po, share/po/sp.po, share/po/zh_CN.po, share/po/pt.po,
share/po/DrakX.pot, share/po/es.po, share/po/bg.po, share/po/ga.po,
share/po/sr.po, share/po/de.po, share/po/et.po, share/po/tr.po,
share/po/eu.po, share/po/az.po, share/po/ru.po, share/po/pt_BR.po,
share/po/hr.po, share/po/ko.po, share/po/cy.po, share/po/nl.po,
share/po/ja.po, share/po/wa.po, share/po/sv.po, share/po/is.po,
share/po/hu.po, share/po/it.po, share/po/id.po, share/po/pl.po,
share/po/fi.po, share/po/no.po, share/po/th.po, share/po/el.po,
share/po/sk.po, share/po/lt.po, share/po/ar.po, share/po/sl.po,
share/po/vi.po, share/po/br.po, share/po/ca.po, share/po/gl.po,
share/po/lv.po, share/po/uk.po, share/po/eo.po, share/po/ro.po,
share/po/bs.po, share/po/da.po, share/po/zh_TW.po, share/po/cs.po,
share/po/af.po: updated pot file
2002/03/07 Pixel <pixel@mandrakesoft.com>
* fs.pm: removing quota choices for reiserfs
2002/03/07 dam's <damien@mandrakesoft.com>
* standalone/net_monitor: make gc happy
* modparm.pm, share/po/fr.po: corrected
* standalone/draknet: corrected network/internet restart when already
connected
* network/netconnect.pm: corrected bad previous behaviour
* standalone/drakfont: corrected bad system command
* share/advertising/02-internet_icon.png,
share/advertising/05-contcenter_icon.png,
share/advertising/10-MDKexpert_icon.png, share/advertising/06-user.pl,
share/advertising/08-games.pl, share/advertising/02-internet.pl,
share/advertising/03-graphic_icon.png, share/advertising/07-server.pl,
share/advertising/12-MDKstore_icon.png,
share/advertising/06-user_icon.png,
share/advertising/07-server_icon.png, share/advertising/09-MDKcampus.pl,
share/advertising/10-MDKexpert.pl, share/advertising/05-contcenter.pl,
share/advertising/04-develop.pl,
share/advertising/09-MDKcampus_icon.png,
share/advertising/12-MDKstore.pl, share/advertising/03-graphic.pl,
share/advertising/04-develop_icon.png,
share/advertising/08-games_icon.png: changed icon sizes
2002/03/07 fcrozat
* share/rpmsrate: Evolution is not dependent on GNOME selection (not
require gnome-core)
2002/03/07 François Pons <fpons@mandrakesoft.com>
* install_steps.pm: avoid destroying some files in /etc.
* install_steps_interactive.pm: fixed package tree with a given medium.
* any.pm: fix autologin sometimes activated without user intervention.
2002/03/07 Guillaume Cottenceau <gc@mandrakesoft.com>
* install_any.pm: generate_automatic_stage1_params: also save
the interface number in case the machine will
have several interfaces; clean code a bit
* mdk-stage1/network.c: better error msg regarding pcmcia net
adapters supported either with pcmcia.img
or network.img (amaury sucks)
* install_steps_auto_install.pm: in replay mode, since
$o->{interactiveSteps}
exists, we can't simply ||= @graphical_steps,
we need to push to ensure that the
@graphical_steps is always honoured
* standalone/drakgw:
- call net_monitor to disable internet
connection before network-restart
- user return value when status'ing the
initscripts rather than grepping their
text output
* modules.pm: try to avoid segfaulting probeall stuff
add ns83820 gigabit (goes to other.img)
* rescue/rescue-doc: english fixes thx to phil
2002/03/07 Pablo Saratxaga <pablo@mandrakesoft.com>
* standalone/drakfont: Added a missing _( ) around a text
* share/po/vi.po, share/po/cy.po, share/po/hu.po, share/po/id.po: updated
po files
* share/po/ko.po, share/po/ca.po, share/po/tr.po: commented out the
translations using argument switching (not yet handled by DrakX)
* bootlook.pm, standalone/drakboot: i18n changes
* keyboard.pm: corrected the locale->keyboard list building
make keyboard selection choose first the 5 first chars of lang;
then the 2 first chars;
* share/po/eu.po: commented out the translations using argument switching
(not yet handled by DrakX)
updated po file
2002/03/07 Pixel <pixel@mandrakesoft.com>
* any.pm: fix fileshare custom config
fix *some* stew errors
* bootloader.pm: "--timeout=" must be after terminal
add --timeout=... for "terminal serial ..." line in grub's menu.lst
fix *some* stew errors
* install_any.pm: don't have the adsl & modem passwords in report.bug
* detect_devices.pm (zips__faking_ide_scsi): fix returned value in
standalone
(getSCSI): don't call isFloppyOrHD for ZIPs (lowers the number of kernel
error when there is no floppy)
* fs.pm: removing quota choices for reiserfs
2002/03/07 Stew Benedict <sbenedict@mandrakesoft.com>
* any.pm, bootlook.pm, standalone/drakboot, bootloader.pm: drakboot
functionality for PPC
2002/03/07 Till Kamppeter <till@mandrakesoft.com>
* printerdrake.pm: Fixed bug of network not being started by Printerdrake
during installation.
2002/03/07 warly
* share/compssUsers.server, share/compssUsers, share/rpmsrate: update
server, merge with normal rpmsrate
2002/03/06 dam's <damien@mandrakesoft.com>
* standalone/drakautoinst: corrected HASH and ARRAY label
2002/03/06 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/ja.po, share/po/no.po, share/po/cy.po: updated po file
2002/03/06 Pixel <pixel@mandrakesoft.com>
* standalone/fileshareset (nfs_exports::update_server): ensure portmap is
running
2002/03/06 dam's <damien@mandrakesoft.com>
* my_gtk.pm: corrected font stuff
* standalone/drakautoinst: corrected HASH and ARRAY label
2002/03/06 François Pons <fpons@mandrakesoft.com>
* Xconfigurator.pm: no 3D with Utah GLX (XF 3.3) if more than 800 MB.
* pkgs.pm: fixed error when using multiple removable media and user
aborted installation
(for some other error) and hdlists cannot be retrieved.
add save of synthesis too when partitions are reformated, so that urpmi
is happy after.
fixed when hdlist gives no new package (new name) but only obsoleted
package or
updated package, ie security updates may appreciate.
* install_any.pm: update for newer pkgs module (fix for abort during
installation).
* rescue/tree/etc/oem: allow oem script to be executable from standard cd
set (powerpack or other).
2002/03/06 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/ja.po: updated po file
updated pot file
* share/po/fr.po, share/po/cy.po, share/po/id.po, share/po/zh_TW.po:
updated pot file
updated some po files
* share/po/be.po, share/po/sp.po, share/po/zh_CN.po, share/po/pt.po,
share/po/DrakX.pot, share/po/es.po, share/po/bg.po, share/po/ga.po,
share/po/sr.po, share/po/de.po, share/po/et.po, share/po/tr.po,
share/po/eu.po, share/po/az.po, share/po/ru.po, share/po/pt_BR.po,
share/po/hr.po, share/po/ko.po, share/po/nl.po, share/po/wa.po,
share/po/sv.po, share/po/is.po, share/po/hu.po, share/po/it.po,
share/po/pl.po, share/po/fi.po, share/po/no.po, share/po/th.po,
share/po/el.po, share/po/sk.po, share/po/lt.po, share/po/ar.po,
share/po/sl.po, share/po/vi.po, share/po/br.po, share/po/ca.po,
share/po/gl.po, share/po/lv.po, share/po/uk.po, share/po/eo.po,
share/po/ro.po, share/po/bs.po, share/po/da.po, share/po/cs.po,
share/po/af.po: updated pot file
2002/03/06 Pixel <pixel@mandrakesoft.com>
* pkgs.pm: add @preferred libxpm4
* lang.pm: fix typo in %xim (for chineese)
- create the kde share/config's directory, so that kde config files
are created in any case
- in user_only localedrake, ensure the /etc/sysconfig/i18n is taken
into account when ~/.i18n doesn't exist (thanks to F.Crozat)
* install_any.pm: ensure the fstab is kept on upgrade
(g_auto_install): use "interactiveSteps" field instead of pushing in
@install_steps_auto_install::graphical_steps
* standalone/localedrake: when called by kcontrol with --apply, don't
modify kde config files, kcontrol takes care of it more nicely
* diskdrake/interactive.pm: translate the actions
choose to activate crypto. type password. unselect encryption. Select
encryption again, you were not asked for password. Fixed
use formatError
* bootloader.pm (add_append): don't add to entries of type 'other'
* devices.pm (find_free_loop): fix
* install_steps_interactive.pm, install_steps.pm: ensure the fstab is kept
on upgrade
* fsedit.pm: do not allow encrypted /var
2002/03/06 Thierry Vignaud <tvignaud@mandrakesoft.com
* standalone/drakxtv: print an error message if xawtv isn't installed
fix conflict between i18n and complete signal handler (ie return key
and not value)
2002/03/06 warly
* share/rpmsrate: remove abiword
2002/03/05 Guillaume Cottenceau <gc@mandrakesoft.com>
* mdk-stage1/pcmcia_/probe.c: an old sucking PCI card needs oldskool
i82365 :-((, ugly patch
2002/03/05 warly
* share/rpmsrate: add Fred Bastok modif
remove too many duplicate in i18n packages that are now automatically
added
2002/03/05 Chmouel Boudjnah <chmouel@mandrakesoft.com>
* modules.pm: Add USB2 controller
2002/03/05 dam's <damien@mandrakesoft.com>
* network/netconnect.pm: corrected expert option in install mode
added expert mode
* my_gtk.pm: greater interstice
* modparm.pm: cosmetic
gzipped modules handled
2002/03/05 fcrozat
* share/rpmsrate: Install xlockmore when installing gnome, since
xscreensaver can't lock
root desktop..
2002/03/05 François Pons <fpons@mandrakesoft.com>
* Xconfigurator.pm: deactivate v4l module if DRI is enabled and r128
driver used.
* install_steps.pm: added auto restore of some files (/etc/profile) needed
by upgrade (from .rpmnew).
added log for hasNetwork (so that we can understand why installUpdates
do nothing).
* crypto.pm: avoid trying to find hdlist-updates.cz in existing medium
(instead of ftp one).
* fs.pm: fixed hd install to allow using specific directory.
* install_any.pm: fix duplicate synthesis.hdlist.xxx file present in
/var/lib/urpmi, and
furthermore uncompressed :-(
fixed possible bug when generating synthesis file for urpmi
installation.
2002/03/05 Guillaume Cottenceau <gc@mandrakesoft.com>
* mdk-stage1/dhcp.c, mdk-stage1/dhcp.h, mdk-stage1/network.c: save
dhcp_hostname for stage2
* install_any.pm: fix bug in generating automatic stage1
params for http
* modules.pm: aironet core sucking thing
2002/03/05 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/sr.po, share/po/sp.po: updated po files
2002/03/05 Pixel <pixel@mandrakesoft.com>
* install_steps.pm: if mem=nopentium is given on cmdline, have it after
install
* modules.pm (extract_modules): created (was done in load_raw)
2002/03/05 Stew Benedict <sbenedict@mandrakesoft.com>
* Xconfigurator.pm: use UseFBDev for r128 - PPC
2002/03/05 Till Kamppeter <till@mandrakesoft.com>
* printerdrake.pm: Added support for HP's newest MF devices: HP OfficeJet
D series, HP LaserJet 33xx MFP.
Fixed bug of printerdrake sometimes assuming the user has an MF device
when he has typed the device file name in the expert mode.
2002/03/05 yduret
* bootlook.pm: fix nobody bug
* standalone/logdrake: mail alert: use eval {} to catch wizcancel
2002/03/04 dam's <damien@mandrakesoft.com>
* modparm.pm: corected weirdness, I suck
2002/03/04 François Pons <fpons@mandrakesoft.com>
* pkgs.pm: fix scroll total to match reality.
fixed interpretation of size of package when doing an install (this can
be
severe, need testing).
2002/03/03 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/cy.po, share/po/id.po: updated po file
2002/03/03 Pixel <pixel@mandrakesoft.com>
* my_gtk.pm (gtkicons_labels_widget): since style is not set either, use
the widget and ask it the style->font. This *works*
(gtkicons_labels_widget): pass the style instead of directly passing the
font
2002/03/03 Till Kamppeter <till@mandrakesoft.com>
* printer.pm: Let Star Office/OpenOffice.org configuration corrcet a bug
in the PostScript produced by these programs so that the Euro symbol is
printed correctly.
2002/03/02 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/tr.po: updated po file
2002/03/02 Pixel <pixel@mandrakesoft.com>
* partition_table.pm: better name for windobe new 0x42 special id (their
own LVM marker)
* detect_devices.pm: better jaz detection (thanks to Randy Welch)
2002/03/02 Till Kamppeter <till@mandrakesoft.com>
* printer.pm, printerdrake.pm: Replaced "Open Office" by "OpenOffice.org".
2002/03/02 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/sv.po, share/po/da.po, share/po/vi.po, share/po/hu.po: updated
po files
* share/po/tr.po: updated po file
2002/03/02 Pixel <pixel@mandrakesoft.com>
* share/list: add lvreduce & lvextend
* detect_devices.pm: fix ide zip name when there are already some other
SCSI drives
ZIPs and Jazz's are not floppies
* diskdrake/interactive.pm (Resize): ensure we call lv_resize from lvm and
adjust_* for normal partitions, even for destructive resizes
2002/03/02 Till Kamppeter <till@mandrakesoft.com>
* printer.pm, printerdrake.pm: Replaced "Open Office" by "OpenOffice.org".
2002/03/01 Pixel <pixel@mandrakesoft.com>
* share/po/fr.po: fix gc's bulshit
2002/03/01 dam's <damien@mandrakesoft.com>
* services.pm: corrected translation used for shell command
* my_gtk.pm: style & font correction
2002/03/01 François Pons <fpons@mandrakesoft.com>
* share/rpmsrate: updated INSTALL category with NOCOPY new flag added.
* rescue/tree/etc/oem: added ext3 support.
* share/rpmsrate.server: synced with rpmsrate INSTALL category.
* install_any.pm: reset correct setup_postinstall_rpms calling.
removed some card where 3D is not installed by default:
Riva128, Radeon 8500 and Rage Mobility card.
removed staling debug code.
fixed bad copied package (if one is not found).
* tools/oem-prepare: added handling of newer rpmsrate format with INSTALL
category.
* pkgs.pm: added pixel comments for handling INSTALL category and NOCOPY
handling.
only copy package in INSTALL category with a rate of at least 2.
2002/03/01 Guillaume Cottenceau <gc@mandrakesoft.com>
* share/po/fr.po: a few missing trads
please translators, keep two newlines when
there are two newlines in original string,
it's on purpose
2002/03/01 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/be.po, share/po/sp.po, share/po/zh_CN.po, share/po/pt.po,
share/po/DrakX.pot, share/po/es.po, share/po/bg.po, share/po/ga.po,
share/po/sr.po, share/po/de.po, share/po/et.po, share/po/tr.po,
share/po/eu.po, share/po/az.po, share/po/ru.po, share/po/pt_BR.po,
share/po/hr.po, share/po/ko.po, share/po/cy.po, share/po/nl.po,
share/po/ja.po, share/po/wa.po, share/po/sv.po, share/po/is.po,
share/po/hu.po, share/po/it.po, share/po/id.po, share/po/pl.po,
share/po/fi.po, share/po/no.po, share/po/th.po, share/po/el.po,
share/po/sk.po, share/po/lt.po, share/po/ar.po, share/po/sl.po,
share/po/vi.po, share/po/br.po, share/po/ca.po, share/po/gl.po,
share/po/lv.po, share/po/uk.po, share/po/eo.po, share/po/ro.po,
share/po/bs.po, share/po/da.po, share/po/zh_TW.po, share/po/cs.po,
share/po/af.po: updated po files
* share/po/fr.po: fixed two typos
small corrections (non breakable spaces)
2002/03/01 Pixel <pixel@mandrakesoft.com>
* Xconfigurator.pm: handle leaving X for both Xdrakres and XFdrake (=>
Xdrakres completly obsolete)
* standalone/localedrake: restrict localedrake to installed lang
* lang.pm: restrict localedrake to installed lang
add 'C' in %charset2kde_font (so that english has normal fonts)
* bootloader.pm:
- do not indent "disk=... bios=..."
- $lilo->{first_hd_device} can be used to tell which drive is the
first one
for the BIOS. Useful when the bootloader is installed on a partition and
not
on the MBR.
read "disk=/dev/xxx bios=0x8x" and save it
* any.pm: restrict localedrake to installed lang
ask which hard drive is the booting one when there is mixed kind of
drives
(scsi+ide, ide2+ide) and the bootloader is not installed on MBR
2002/03/01 Till Kamppeter <till@mandrakesoft.com>
* printer.pm: Reduced the paths to search for Star/Open Office, on systems
without these applications installed the search needed a significant
time.
2002/03/01 François Pons <fpons@mandrakesoft.com>
* share/rpmsrate: updated INSTALL category with NOCOPY new flag added.
* share/rpmsrate.server: synced with rpmsrate INSTALL category.
* install_any.pm: removed staling debug code.
fixed bad copied package (if one is not found).
* pkgs.pm: added pixel comments for handling INSTALL category and NOCOPY
handling.
only copy package in INSTALL category with a rate of at least 2.
2002/03/01 Guillaume Cottenceau <gc@mandrakesoft.com>
* mdk-stage1/dhcp.c: add hostname/domain in dhcp negociation,
thx to david@eastcott.net
* share/po/fr.po: please translators, keep two newlines when
there are two newlines in original string,
it's on purpose
2002/03/01 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/nl.po, share/po/zh_TW.po, share/po/hu.po: updated po files
2002/03/01 Pixel <pixel@mandrakesoft.com>
* Xconfigurator.pm: handle leaving X for both Xdrakres and XFdrake (=>
Xdrakres completly obsolete)
* detect_devices.pm: add is_a_recent_computer()
* any.pm: call dcop as user
* lang.pm: add 'C' in %charset2kde_font (so that english has normal fonts)
switch en_GB, *_CH, da, es@tradicional and wa to iso-8859-15
* bootloader.pm: read "disk=/dev/xxx bios=0x8x" and save it
* mouse.pm: special case for non detected usb interface on a box with no
mouse.
we *must* find out if there really is no usb, otherwise the box may
not be accessible via the keyboard (if the keyboard is USB)
the only way to know this is to make a full pci probe
2002/02/28 dam's <damien@mandrakesoft.com>
* standalone/drakbackup: bugfixs
corrected translation for crontab
* modparm.pm: corrected modinfo path for isa modules during install
2002/02/28 François Pons <fpons@mandrakesoft.com>
* Xconfigurator.pm: try to fix if no chosen width has been found.
removed Radeon 8500 from DRI capable cards.
* rescue/tree/etc/oem: added curl as a bonus for oem install (it will be
used by urpmi)
added a2ps as a bonus (it fetch tetex where oem limited disk usage do
not agree
a lot).
fixed bad copy of install packages.
* tools/oem-prepare: added curl as a bonus for oem install (it will be
used by urpmi)
added a2ps as a bonus (it fetch tetex where oem limited disk usage do
not agree
a lot).
fixed bad copy of INSTALL packages.
2002/02/28 Guillaume Cottenceau <gc@mandrakesoft.com>
* install2.pm: more precise msg when can't access kernel modules because
we still have many dumb people on cooker asking what's going on
* install_steps_interactive.pm: small english fix
2002/02/28 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/de.po, share/po/no.po: updated po files
updated pot file
* share/po/be.po, share/po/sp.po, share/po/zh_CN.po, share/po/pt.po,
share/po/DrakX.pot, share/po/es.po, share/po/fr.po, share/po/bg.po,
share/po/ga.po, share/po/sr.po, share/po/et.po, share/po/tr.po,
share/po/eu.po, share/po/az.po, share/po/ru.po, share/po/pt_BR.po,
share/po/hr.po, share/po/ko.po, share/po/cy.po, share/po/nl.po,
share/po/ja.po, share/po/wa.po, share/po/is.po, share/po/hu.po,
share/po/it.po, share/po/id.po, share/po/pl.po, share/po/fi.po,
share/po/th.po, share/po/el.po, share/po/sk.po, share/po/lt.po,
share/po/ar.po, share/po/sl.po, share/po/vi.po, share/po/br.po,
share/po/ca.po, share/po/gl.po, share/po/lv.po, share/po/uk.po,
share/po/eo.po, share/po/ro.po, share/po/bs.po, share/po/da.po,
share/po/zh_TW.po, share/po/cs.po, share/po/af.po: updated pot file
* share/po/sv.po: updated Swedish file
updated pot file
2002/02/28 Pixel <pixel@mandrakesoft.com>
* rescue/make_rescue_img: resolve conflicts for short keytable names (eg:
"no" could be either "no-dvorak" or "no-latin1")
* keyboard.pm (loadkeys_files): ensure each file appear only once
2002/02/28 siegel
* share/po/de.po: and another part of updates
updates
2002/02/28 Thierry Vignaud <tvignaud@mandrakesoft.com
* share/po/fr.po: last translation but not least.
further updates
update french translation
2002/02/28 dam's <damien@mandrakesoft.com>
* share/themes-marble3d.rc: rechanged bg for camille
* standalone/drakbackup: corrected translation for crontab
2002/02/28 François Pons <fpons@mandrakesoft.com>
* rescue/tree/etc/oem: fixed bad copy of install packages.
* tools/oem-prepare: fixed bad copy of INSTALL packages.
* Xconfigurator.pm: removed Radeon 8500 from DRI capable cards.
2002/02/28 Guillaume Cottenceau <gc@mandrakesoft.com>
* rescue/aliases, rescue/list: include /sbin/fsck.ext3 since our users are
so dumb
2002/02/28 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/zh_TW.po: updated Chinese file
2002/02/28 Pixel <pixel@mandrakesoft.com>
* rescue/make_rescue_img: resolve conflicts for short keytable names (eg:
"no" could be either "no-dvorak" or "no-latin1")
* keyboard.pm (loadkeys_files): ensure each file appear only once
* bootloader.pm: add "nowarn" in lilo.conf
* install_steps.pm, fs.pm: use the "soft" option by default for /mnt/nfs
and for "diskdrake --nfs"
2002/02/28 sdupont
* standalone/drakfont: including 'su' mode on drakfont.
2002/02/28 siegel
* share/po/de.po: updated missing strings
2002/02/28 Till Kamppeter <till@mandrakesoft.com>
* printerdrake.pm: Re-activated function to specify a CUPS server in
another network and to switch to manual CUPS configuration.
- Fixes/Improvements on Star Office/Open Office support:
o When one switches the spooler, the entries of the printers under the
old spooler are removed from Star Office/Open Office
o Printers on remote CUPS servers (which are known through
broadcasting)
can be added to Star Office/Open Office
* share/rpmsrate.server, share/rpmsrate: Added "curl" to install section,
it is needed by printerdrake.
* printer.pm:
- Fixes/Improvements on Star Office/Open Office support:
o When one switches the spooler, the entries of the printers under the
old spooler are removed from Star Office/Open Office
o Printers on remote CUPS servers (which are known through
broadcasting)
can be added to Star Office/Open Office
2002/02/27 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/eu.po: updated Basque file
2002/02/27 Till Kamppeter <till@mandrakesoft.com>
* printerdrake.pm:
- Improved fully automatic adding of printer queue:
o Ask for a queue name if more than one printer is detected
o Let user confirm the model automatically chosen from the database
o Set correct paper size according to the language/country
- When one chooses a "CUPS + GIMP-Print" driver now all important
options
are displayed directly (without needing "Advanced" button).
- Made less warning appearing on the console from where "printerdrake"
was
called.
2002/02/27 fabman
* share/po/es.po: converted to UTF-8
2002/02/27 François Pons <fpons@mandrakesoft.com>
* crypto.pm: fix missing version listed when doing update.
2002/02/27 Guillaume Cottenceau <gc@mandrakesoft.com>
* share/po/fr.po: a few translations
* mdk-stage1/rescue-gui.c, rescue/restore_ms_boot, rescue/list.i386,
rescue/make_rescue_img: add "restore Windows Boot Loader" to rescue
* install_steps_interactive.pm: formatAlaTex for congratz msg
xfs + bootdisk = warning_msg
* share/rpmsrate: flightgear is now fully lowercase
glaxium
* mdk-stage1/pcmcia_/probe.c: add Keld Jørn Simonsen <keld@dkuug.dk>'s O2
Micro
CardBus controller, and two other PCI entries which
have close descriptions
* mdk-stage1/pcmcia_/merge_from_pcitable: misc
also report when pcitable is "too old"
write a short perl program to easily merge new
cardbus controllers from pcitable into probe.c
2002/02/27 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/eu.po: updated po file
2002/02/27 Pixel <pixel@mandrakesoft.com>
* share/rpmsrate: simplify pyDict
* install_steps_interactive.pm: ensure a keyboard is only once available,
either in advanced or normal, but
not in both (tx2fredl)
* share/po/da.po:
- it is UTF-8
- fix line splitting
* lang.pm: workaround iso-8859-1 charset based languages not displayed
correctly at install
- %lang2country is the authority, so if the country given by
%lang2country doesn't exist in KDE, return C
- fix be,sp,sr
- s/def/default/ (typo)
- add some utf kde fonts
2002/02/27 Thierry Vignaud <tvignaud@mandrakesoft.com
* share/po/fr.po: update french translation
* standalone/drakxtv:
- simplify an ACTION||fallback;fallback into ACTION;fallback
- print a message saying that xawtv can be used now at the end of the
channels auto-probing in case of direct use from cl and not from
XawTV wrapper (from qa test) aka let the world be better :-)
* share/po/br.po: minor update
update brezhoneg translation
2002/02/26 dam's <damien@mandrakesoft.com>
* modparm.pm: corrected bad sprintf
2002/02/26 fabman
* share/po/es.po: updated spanish translations
2002/02/26 Guillaume Cottenceau <gc@mandrakesoft.com>
* mdk-stage1/Makefile: version 8.2
2002/02/26 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/fr.po, share/po/sv.po, share/po/hu.po: updated po files
2002/02/26 Pixel <pixel@mandrakesoft.com>
* diskdrake/smbnfs_gtk.pm, diskdrake/removable.pm,
diskdrake/interactive.pm: propose some mount points for
removable/nfs/smb
* install_steps_interactive.pm: if no sound card are detected AND the user
selected things needing a sound card, propose a special case for ISA
cards
* share/rpmsrate: add sndconfig in INSTALL (installed when user say Yes
when asked for a ISA
sound card)
* my_gtk.pm (@icon_paths): ease testing
2002/02/26 siegel
* share/po/de.po: updates
2002/02/26 dam's <damien@mandrakesoft.com>
* standalone/drakfont: corrected ttf/TTF and xfs restart
* share/logo-mandrake.png: new logo
2002/02/26 fabman
* share/po/es.po: updated spanish translations
2002/02/26 François Pons <fpons@mandrakesoft.com>
* Xconfigurator.pm: fix translation of test program.
2002/02/26 Guillaume Cottenceau <gc@mandrakesoft.com>
* mdk-stage1/dietlibc/libstdio/fclose.c: don't segfault when fclose(NULL)
* share/po/fr.po:
- explain where to put nbsp spaces, explain
what's nbsp spaces, explain how to compose them
- add a few missing nbsp spaces
- translate a few more things
2002/02/26 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/be.po, share/po/sp.po, share/po/zh_CN.po, share/po/pt.po,
share/po/DrakX.pot, share/po/es.po, share/po/bg.po, share/po/ga.po,
share/po/sr.po, share/po/de.po, share/po/et.po, share/po/tr.po,
share/po/eu.po, share/po/az.po, share/po/ru.po, share/po/pt_BR.po,
share/po/hr.po, share/po/ko.po, share/po/cy.po, share/po/nl.po,
share/po/ja.po, share/po/wa.po, share/po/sv.po, share/po/is.po,
share/po/hu.po, share/po/it.po, share/po/id.po, share/po/pl.po,
share/po/fi.po, share/po/no.po, share/po/th.po, share/po/el.po,
share/po/sk.po, share/po/lt.po, share/po/ar.po, share/po/sl.po,
share/po/vi.po, share/po/br.po, share/po/ca.po, share/po/gl.po,
share/po/lv.po, share/po/uk.po, share/po/eo.po, share/po/ro.po,
share/po/bs.po, share/po/da.po, share/po/zh_TW.po, share/po/cs.po,
share/po/af.po: updated pot file
* any.pm: fixed English typo
2002/02/26 Pixel <pixel@mandrakesoft.com>
* diskdrake/smbnfs_gtk.pm, diskdrake/removable.pm,
diskdrake/interactive.pm: propose some mount points for
removable/nfs/smb
* Xconfigurator.pm: make perl_checker happy
have "Ok More Show all" instead of "Ok Cancel Show all"
set the locale properly instead of setting the translated messages in
the script
* any.pm:
- zips() now return devices ending with "4", raw_zips() is the old
zips()
- rdvd handling
- add .conf for /etc/devfs/conf.d/ files
(devfssymlinkf): use /etc/devfs/conf.d/name.conf instead of putting the
symlink in lib/dev-state
* share/rpmsrate: add sndconfig in INSTALL (installed when user say Yes
when asked for a ISA
sound card)
add xine in VIDEO 4
* install_steps.pm:
- zips() now return devices ending with "4", raw_zips() is the old
zips()
- rdvd handling
- add .conf for /etc/devfs/conf.d/ files
don't add mem=nopentium anymore. kernel people says it's not needed and
bad
for performance. It also means any bug must be addressed to them
create /dev/dvd for DVDs
* my_gtk.pm (@icon_paths): ease testing
* lang.pm: create bindtextdomain which does only part of the load_mo job
* install_steps_interactive.pm: if no sound card are detected AND the user
selected things needing a sound card, propose a special case for ISA
cards
* detect_devices.pm:
- zips() now return devices ending with "4", raw_zips() is the old
zips()
- rdvd handling
- add .conf for /etc/devfs/conf.d/ files
cleanup
* fs.pm:
- zips() now return devices ending with "4", raw_zips() is the old
zips()
- rdvd handling
- add .conf for /etc/devfs/conf.d/ files
2002/02/26 Stew Benedict <sbenedict@mandrakesoft.com>
* Xconfigurator_consts.pm: Ti Powerbook uses non-std 1152x768, rather than
1152x864
2002/02/26 Thierry Vignaud <tvignaud@mandrakesoft.com
* standalone/drakxtv: use "xvt -T" rather than "xvt --title": now not only
we support rxvt
and xterm but konsole too.
the only one missing is gnome-terminal which has -t but not -T
update comments
- remove useless "no_edit => 1"
- use interactive_gtk to determine if we're runned under X11 (ie
authorized acces to X11 server, X11 context, ...)
- add a note to remember that we should add a method to detect if we
run under X11 if/when we implement interactive_qt
- simplify code :
* remove is_tv and simplify its code to be a one-liner (replace a
foreach by a scalar context)
* use format to prevent reverse lookup on scantv run thus
enabling to reverse the initial hash table
- all cases (newt, gtk, wt/wo xvt, ...) have been re tested on real
hw.
2002/02/26 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/hu.po: updated po file
2002/02/26 Pixel <pixel@mandrakesoft.com>
* install_any.pm: remove passwords and realnames from report.bug
2002/02/26 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/hu.po: updated po file
2002/02/26 Pixel <pixel@mandrakesoft.com>
* install_any.pm: remove passwords and realnames from report.bug
2002/02/25 dam's <damien@mandrakesoft.com>
* any.pm, modparm.pm: corrected modules parameters functions
* standalone/drakfont: debug
2002/02/25 François Pons <fpons@mandrakesoft.com>
* mdk-stage1/init-data/msgboot-graphicallogo.img.bz2: fixes for cursor or
nasty pixel displayed using syslinux-1.67-3mdk
2002/02/25 Guillaume Cottenceau <gc@mandrakesoft.com>
* share/po/fr.po: don't put accents for bootloader, we can just use 7bit
chars
(titi sucks bigtime)
add a few nbsp spaces
* rescue/list: add mt-st DAT stuff for joeghi (ghibo)
2002/02/25 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/da.po: updated Danish file
2002/02/25 Pixel <pixel@mandrakesoft.com>
* bootloader.pm: ignore-table is a global flag, so put it there (when
needed)
* standalone/drakboot: add --testing
* modules.pm, install_steps.pm, fs.pm, detect_devices.pm: use ide-scsi for
ide zips
* install_steps_interactive.pm: sort the list of keyboards
2002/02/25 Thierry Vignaud <tvignaud@mandrakesoft.com
* share/po/fr.po: fix a typo (thanks gc)
2002/02/24 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/ru.po, share/po/sp.po, share/po/ca.po, share/po/th.po,
share/po/uk.po, share/po/es.po, share/po/eo.po, share/po/ro.po,
share/po/sv.po, share/po/sr.po, share/po/da.po, share/po/el.po,
share/po/et.po, share/po/cs.po, share/po/tr.po, share/po/az.po,
share/po/eu.po: updated some po files
2002/02/24 Pixel <pixel@mandrakesoft.com>
* share/keyboards.tar.bz2: fix permission
2002/02/23 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/cy.po, share/po/Makefile: updated Welsh file
* share/po/zh_CN.po, share/po/DrakX.pot, share/po/eu.po, share/po/vi.po,
share/po/wa.po, share/po/zh_TW.po: udated Vietnamese file
* install_steps_interactive.pm: removed useless _( ) around a string
displayed in English only
* share/po/be.po, share/po/bg.po, share/po/sk.po, share/po/ar.po,
share/po/sl.po, share/po/br.po, share/po/bs.po, share/po/sv.po,
share/po/af.po: updated some po files
2002/02/23 Pixel <pixel@mandrakesoft.com>
* interactive_newt.pm:
- use simplify_string to ensure multi-line and too long strings are
not used
(hacky, but no other solution)
- set $::setstep like interactive_gtk is doing (??)
* partition_table_empty.pm: handle MBR containing the same character (0 or
"l")
* diskdrake/interactive.pm: not_edit'able filesystem type (allow esp. a
nicer newt version)
* devices.pm (devices::make): following a good advice from Andrej
Borsenkow, return the
file even if the device file doesn't exist the caller will fail or not.
The
advantage is better compatibility than raising an exception
devices::make doesn't mknod with devfs
* detect_devices.pm: no need to catch the exception from devices::make
anymore
devices::make doesn't mknod with devfs
* fs.pm: nicer error message when mount fails
* share/rpmsrate: adding gphoto2
* install_steps_interactive.pm: when passwords do not match, focus on
first password entry, not the second (thanks to garrick)
* Xconfigurator_consts.pm: remove Option "sw_cursor" for "SiS 6326" since
it's already handled in Xconfigurator.pm
* my_gtk.pm: fix @icon_paths to include /usr/share/libDrakX/pixmaps
(thanks to garrick)
* modules.pm: remove "-f" option for insmod
2002/02/23 siegel
* share/po/de.po: fixed silly error
updates
2002/02/23 Till Kamppeter <till@mandrakesoft.com>
* printer.pm, printerdrake.pm: Added automatic configuration of printers
in Star Office and Open Office.
2002/02/22 dam's <damien@mandrakesoft.com>
* share/advertising/02-internet.pl, share/advertising/07-server.pl,
share/advertising/11-consul.pl, share/advertising/09-MDKcampus.pl,
share/advertising/01-gnu.pl, share/advertising/13-Nvert.pl,
share/advertising/06-user.pl, share/advertising/10-MDKexpert.pl,
share/advertising/04-develop.pl, share/advertising/05-contcenter.pl,
share/advertising/12-MDKstore.pl, share/advertising/03-graphic.pl,
share/advertising/08-games.pl: corrected advertising text
* share/po/fr.po: corrected bad translation
* my_gtk.pm: corrected icon paths
2002/02/22 Guillaume Cottenceau <gc@mandrakesoft.com>
* standalone/drakgw: exit the pur_gtk version after launching the wizard
version
* any.pm: better rephrasing
change name and description of security levels
* share/rpmsrate: powermanga: 2 -> 3
2002/02/22 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/da.po, share/po/DrakX.pot: updated Danish file
* lang.pm: start of support of kde fonts
fixed some keyboard names
* keyboard.pm: fixed some keyboard names
added the two ?win_toggle choices
some info useful for keyboard handling
* share/keyboards.tar.bz2: fixed some keyboard names
* share/po/hu.po: updated hungarian file
2002/02/22 Pixel <pixel@mandrakesoft.com>
* pkgs.pm: even smarted process to kill selection
* lang.pm: fix 2 entries in charset2kde_font
- remove non needed entries in lang2country
- fix syntax errors
- rename kdefont in charset2kde_font
- much cleanup
use invalid instead of unknown for errors when checking
put back the less deep langs
have the tree less deep (esp. nicer when not displaying UTF-8 entries)
not translating in console installs (esp. newt) when the font is missing
restrict the langs displayed to non utf8 during install
fix warning message
disable perl warnings when checking
make perl_checker happy
* devices.pm: add atibm (thanks to Robin Pollard)
* bootloader.pm: put ignore-table to disable lilo's partition table
checking
(esp. the checking of the CHS geometry vs linear geometry)
* Xconfigurator_consts.pm: fix syntax typo
* Makefile:
- exclude urpm from perl_checker
- add checking keyboard.pm
* install_steps_interactive.pm, install2.pm, install_steps.pm: not
translating in console installs (esp. newt) when the font is missing
* keyboard.pm: use invalid instead of unknown for errors when checking
change the message
disable perl warnings when checking
- add checks for the various data structures
- fix another typo for usb2drakxkbd
fix typo
* share/rpmsrate: add procmail in SYSTEM 4
add samba-doc samba-winbind samba-swat
* Xconfigurator.pm: workaround set_active failing
* any.pm: use the setupBootloader help instead of setupBootloaderGeneral
restrict the langs displayed to non utf8 during install
2002/02/22 Thierry Vignaud <tvignaud@mandrakesoft.com>
* standalone/drakxtv: update TODO list;
explain what is HRC
* share/po/fr.po: further translations
update french translation
2002/02/21 dam's <damien@mandrakesoft.com>
* my_gtk.pm: corrected icon list
2002/02/21 fabman
* share/po/es.po: updated spanish po file
2002/02/21 Guillaume Cottenceau <gc@mandrakesoft.com>
* share/rpmsrate: spacecup no more exists
armagetron is nice, no use to install gltron as well
autoconf2.5 and automake1.5
* interactive.pm: when not in X and needs su, use consolehelper now
use consolehelper when no "kdeinit: kwin" process
is running
2002/02/21 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/be.po, share/po/sp.po, share/po/zh_CN.po, share/po/pt.po,
share/po/DrakX.pot, share/po/es.po, share/po/fr.po, share/po/bg.po,
share/po/ga.po, share/po/sr.po, share/po/de.po, share/po/et.po,
share/po/tr.po, share/po/eu.po, share/po/az.po, share/po/ru.po,
share/po/pt_BR.po, share/po/hr.po, share/po/ko.po, share/po/cy.po,
share/po/nl.po, share/po/ja.po, share/po/wa.po, share/po/sv.po,
share/po/is.po, share/po/Makefile, share/po/hu.po, share/po/it.po,
share/po/id.po, share/po/pl.po, share/po/no.po, share/po/fi.po,
share/po/th.po, share/po/el.po, share/po/sk.po, share/po/lt.po,
share/po/ar.po, share/po/sl.po, share/po/vi.po, share/po/br.po,
share/po/ca.po, share/po/gl.po, share/po/lv.po, share/po/uk.po,
share/po/eo.po, share/po/ro.po, share/po/bs.po, share/po/da.po,
share/po/zh_TW.po, share/po/cs.po, share/po/af.po: updated pot file
2002/02/21 Pixel <pixel@mandrakesoft.com>
* lvm.pm, install_any.pm: ensure lvm tools don't need to be all installed
at the same time
* lang.pm, tools/make_mdkinst_stage2: LC_COLLATE and LC_CTYPE are
getFile'd (cuz they are big, causing the .cz2 to be *big*)
* share/rpmsrate: add kinput2-wnn4
2002/02/21 siegel
* share/po/de.po: update
2002/02/21 Till Kamppeter <till@mandrakesoft.com>
* printerdrake.pm: Removed "Manual configuration" button when "Local
Printer" dialog is started from the queue modification menu (Recommended
mode).
Improved matching of printer names resulting from auto-detection with
names in the database.
2002/02/21 Thierry Vignaud <tvignaud@mandrakesoft.com>
* share/po/fr.po: final batch of typos fixes (next time, please run a
check speller)
fix more typos
update french translation;
fix typos
* diskdrake/interactive.pm: shorter displayed message
2002/02/21 dam's <damien@mandrakesoft.com>
* standalone/draknet: changed button label
* standalone/icons/gmon.png, standalone/icons/categ.png,
standalone/icons/verti.png, standalone/icons/drakbackup.540x57.png,
standalone/icons/net_c.png, standalone/icons/ic82-system-40.png,
standalone/icons/wiz_drakgw.png, standalone/icons/ic-drakfont-48.png,
standalone/icons/ic82-back-up-16.png,
standalone/icons/wiz_scannerdrake.png,
standalone/icons/ic82-discdurwhat-40.png,
standalone/icons/ic82-tape-40.png, standalone/icons/ic82-network-40.png,
standalone/icons/smbnfs_default.png, standalone/icons/smbnfs_server.png,
standalone/icons/hori.png, standalone/icons/wiz_draknet.png,
standalone/icons/smbnfs_mounted.png, standalone/icons/wiz_firewall.png,
standalone/icons/wiz_default_up.png,
standalone/icons/ic82-back-up-32.png, standalone/icons/ic82-CD-40.png,
standalone/icons/ic82-systemeplus-40.png,
standalone/icons/ic82-back-up-48.png,
standalone/icons/ic82-dossier-32.png, standalone/icons/net_d.png,
standalone/icons/ic82-moreoption-40.png,
standalone/icons/smbnfs_has_mntpoint.png, standalone/icons/tradi.png,
standalone/icons/wiz_printerdrake.png,
standalone/icons/wiz_default_left.png,
standalone/icons/eth_card_mini2.png, standalone/icons/net_u.png,
standalone/icons/ic82-users-40.png, standalone/icons/mdk_logo.png,
standalone/icons/ic82-others-40.png, standalone/icons/ic82-when-40.png,
standalone/icons/draknet_step.png, standalone/icons/drakfont.620x57.png,
standalone/icons/ic82-where-40.png: added new gfx only standalone
* pixmaps/categ.png, pixmaps/verti.png, pixmaps/ic82-moreoption-40.png,
pixmaps/ic82-system-40.png, pixmaps/net_c.png,
pixmaps/ic-drakfont-48.png, pixmaps/ic82-CD-40.png,
pixmaps/ic82-when-40.png, pixmaps/ic82-back-up-32.png,
pixmaps/draknet_step.png, pixmaps/ic82-dossier-32.png,
pixmaps/ic82-back-up-48.png, pixmaps/smbnfs_server.png,
pixmaps/ic82-discdurwhat-40.png, pixmaps/smbnfs_default.png,
pixmaps/gmon.png, pixmaps/drakbackup.540x57.png,
pixmaps/smbnfs_mounted.png, pixmaps/wiz_printerdrake.png,
pixmaps/wiz_default_left.png, pixmaps/wiz_default_up.png,
pixmaps/drakfont.620x57.png, pixmaps/ic82-tape-40.png,
pixmaps/wiz_draknet.png, pixmaps/net_d.png,
pixmaps/ic82-systemeplus-40.png, pixmaps/wiz_drakgw.png,
pixmaps/mdk_logo.png, pixmaps/ic82-users-40.png,
pixmaps/ic82-back-up-16.png, pixmaps/hori.png, pixmaps/tradi.png,
pixmaps/smbnfs_has_mntpoint.png, pixmaps/eth_card_mini2.png,
pixmaps/wiz_firewall.png, pixmaps/net_u.png, pixmaps/ic82-where-40.png,
pixmaps/ic82-others-40.png, pixmaps/ic82-network-40.png,
pixmaps/wiz_scannerdrake.png: removed gfx not used during install
2002/02/21 François Pons <fpons@mandrakesoft.com>
* crypto.pm: fixed another not seen 8.1 reference in label.
fixed 8.1 release hard coded.
2002/02/21 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/fi.po: updated pot file
updated Finnish file
* help.pm: updated help file
* share/po/be.po, share/po/sp.po, share/po/zh_CN.po, share/po/pt.po,
share/po/DrakX.pot, share/po/es.po, share/po/fr.po, share/po/bg.po,
share/po/ga.po, share/po/sr.po, share/po/de.po, share/po/et.po,
share/po/tr.po, share/po/eu.po, share/po/az.po, share/po/ru.po,
share/po/pt_BR.po, share/po/hr.po, share/po/ko.po, share/po/cy.po,
share/po/nl.po, share/po/ja.po, share/po/wa.po, share/po/sv.po,
share/po/is.po, share/po/Makefile, share/po/hu.po, share/po/it.po,
share/po/id.po, share/po/pl.po, share/po/no.po, share/po/th.po,
share/po/el.po, share/po/sk.po, share/po/lt.po, share/po/ar.po,
share/po/sl.po, share/po/vi.po, share/po/br.po, share/po/ca.po,
share/po/gl.po, share/po/lv.po, share/po/uk.po, share/po/eo.po,
share/po/ro.po, share/po/bs.po, share/po/da.po, share/po/zh_TW.po,
share/po/cs.po, share/po/af.po: updated pot file
2002/02/21 Pixel <pixel@mandrakesoft.com>
* share/themes/blueHeart-button4.png, share/themes-DarkMarble.rc,
install_gtk.pm, share/themes/DarkMarble-button3_out.png,
share/themes.rc, share/themes/blueHeart-brown_bg1.png,
share/themes/DarkMarble-button3_in.png, share/themes-blueHeart.rc,
share/themes/DarkMarble-check_on.png,
share/themes/blueHeart-button1.png,
share/themes/DarkMarble-check_off.png,
share/themes/blueHeart-button2.png, share/themes/DarkMarble-gloom2.png,
share/themes/DarkMarble-button3_in_prelight.png,
share/themes/DarkMarble-button3_out_prelight.png: remove DarkMarble and
blueHeart themes
* bootloader.pm: have devfs=nomount for failsafe
* Makefile.config, share/po/Makefile: make a difference between PMS and
ALLPMS. For install, only use PMS
* lvm.pm: ensure lvm tools don't need to be all installed at the same time
* Makefile: template.in stuff removed
make a difference between PMS and ALLPMS. For install, only use PMS
* pkgs.pm: smarter choosing of processes to kill
* tools/i386/netboot/make_boot_network: cleanup
* modules.pm: add aic7xxx_old
* install_any.pm: ensure lvm tools don't need to be all installed at the
same time
(remove_bigseldom_used): remove xf86Wacom.so & mkfs.xfs
DarkMarble theme is removed
(kdeicons_postinstall): remove this obsolete code
no special case for installing imwheel
* lang.pm, tools/make_mdkinst_stage2: LC_COLLATE and LC_CTYPE are
getFile'd (cuz they are big, causing the .cz2 to be *big*)
* network/smbnfs.pm, network/nfs.pm: nicer conditional displaying of nfs
comment
2002/02/21 siegel
* share/po/de.po: update
snapshot
2002/02/21 Till Kamppeter <till@mandrakesoft.com>
* printerdrake.pm: Added "type => 'list'" to the printer modification
menu, it appeared as a drop-down list during the installation.
2002/02/21 Thierry Vignaud <tvignaud@mandrakesoft.com>
* standalone/drakxtv: more translatable strings;
hide scantv output on console;
check that we're under X11 before running scantv in an xterm
2002/02/20 Guillaume Cottenceau <gc@mandrakesoft.com>
* mdk-stage1/doc/UPDATEMODULES: add an example on modules with options
first line comment no more necessary
s/row/column/, silly me
* standalone.pm: explanations stuff: no reason to use "updated" at a place
when we
use "modified" at the rest of the locations..
2002/02/20 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/es.po: updated Spanish file
updated Spanish file
2002/02/20 Pixel <pixel@mandrakesoft.com>
* install_any.pm (ejectCdrom): display "files still open:" for all
processes when umounting fail
* pkgs.pm: much simpler & stronger killing of still running processes
* mouse.pm: USB|Generic is 3 button mice, add a USB 2 Button entry
2002/02/20 dam's <damien@mandrakesoft.com>
* share/themes-marble3d.rc: updated theme
* network/adsl.pm: mgmt install corrected
2002/02/20 daouda
* share/rpmsrate:
- same weight for rfbdrake in NETWORKING_REMOTE_ACCESS
NETWORKING_REMOTE_ACCESS_SERVER
2002/02/20 fcrozat
* share/rpmsrate: Remove mozilla-psm from list, it is merged in mozilla
2002/02/20 François Pons <fpons@mandrakesoft.com>
* rescue/tree/etc/oem, tools/oem-prepare: synced with newer rpmsrate of
DrakX and newer method to select INSTALL packages.
* standalone/XFdrake: fixed NVIDIA package in urpmi db by directly using
urpm library instead of
parsing (now removed) depslist.ordered file.
* Xconfigurator.pm: fixed default value if selecting a card (use previous
one or existing one).
added XFree 4 driver choice if Other|Unlisted is chosen.
fixed cancel on card selection so that previous choice is not lost.
* Xconfigurator_consts.pm: added @allbutfbdrivers and @alldrivers for
listing XFree 4 drivers.
2002/02/20 gbeauchesne
* share/rpmsrate:
- Add gcc3.0-c++ and libstdc++3.0-devel
- Prefer gcc3.0-java over gcc-java
- Remove BasiliskII-sheepnet since it does no longer exist
- Add/prefer BasiliskII-jit over BasiliskII
2002/02/20 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/fr.po: updated FRench file
* share/po/es.po: updated Spanish file
updated Spanish file
updated pot file
* share/po/be.po, share/po/sp.po, share/po/zh_CN.po, share/po/pt.po,
share/po/DrakX.pot, share/po/bg.po, share/po/ga.po, share/po/sr.po,
share/po/de.po, share/po/et.po, share/po/eu.po, share/po/az.po,
share/po/ru.po, share/po/pt_BR.po, share/po/hr.po, share/po/ko.po,
share/po/cy.po, share/po/nl.po, share/po/ja.po, share/po/wa.po,
share/po/sv.po, share/po/is.po, share/po/hu.po, share/po/it.po,
share/po/id.po, share/po/pl.po, share/po/fi.po, share/po/no.po,
share/po/th.po, share/po/el.po, share/po/sk.po, share/po/lt.po,
share/po/ar.po, share/po/sl.po, share/po/vi.po, share/po/br.po,
share/po/ca.po, share/po/gl.po, share/po/lv.po, share/po/uk.po,
share/po/eo.po, share/po/ro.po, share/po/bs.po, share/po/da.po,
share/po/zh_TW.po, share/po/cs.po, share/po/af.po: updated pot file
2002/02/20 Pixel <pixel@mandrakesoft.com>
* share/po/fr.po: fix s/SILO/LILO/
* fsedit.pm: have "with /usr" translated
* install_steps_interactive.pm (loadSavePackagesOnFloppy): add a "Cancel"
button
* steps.pm: move installUpdates after configureX (workaround for bad
timeouts during installing updates)
* install_steps.pm, any.pm, standalone/draksec: factorize and update the
reading of previous security level
2002/02/20 siegel
* share/po/de.po: update
2002/02/20 Thierry Vignaud <tvignaud@mandrakesoft.com>
* share/po/fr.po: update french translations
2002/02/20 dam's <damien@mandrakesoft.com>
* share/advertising/13-Nvert.pl: changed toll free
* my_gtk.pm: added mcc kill if wait message
* standalone/logdrake: cosmetic change, mcc compliance
2002/02/20 daouda
* share/rpmsrate:
- same weight for rfbdrake in NETWORKING_REMOTE_ACCESS
NETWORKING_REMOTE_ACCESS_SERVER
2002/02/20 fcrozat
* share/rpmsrate: Remove mozilla-psm from list, it is merged in mozilla
2002/02/20 François Pons <fpons@mandrakesoft.com>
* pkgs.pm, install_any.pm: fixed INSTALL category in rpmsrate for copying
file when changing cd (was an
limitation in read_rpmsrate when a package having a category and INSTALL
caused
INSTALL to be dropped).
2002/02/20 gbeauchesne
* share/rpmsrate:
- Add gcc3.0-c++ and libstdc++3.0-devel
- Prefer gcc3.0-java over gcc-java
- Remove BasiliskII-sheepnet since it does no longer exist
- Add/prefer BasiliskII-jit over BasiliskII
2002/02/20 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/advertising/07-server.pl, share/advertising/01-gnu.pl: Improved
English strings
* share/po/hu.po, share/po/es.po, share/po/ar.po: updated Hungarian and
Spanish files
2002/02/20 Pixel <pixel@mandrakesoft.com>
* install_any.pm: remove fsck_option (obsolete)
* share/po/fr.po: fix s/SILO/LILO/
* fsedit.pm: have "with /usr" translated
* install_steps_interactive.pm (loadSavePackagesOnFloppy): add a "Cancel"
button
* steps.pm: move installUpdates after configureX (workaround for bad
timeouts during installing updates)
* install_steps.pm, any.pm, standalone/draksec: factorize and update the
reading of previous security level
2002/02/20 siegel
* share/po/de.po: snapshot
2002/02/19 dam's <damien@mandrakesoft.com>
* share/advertising/Makefile: new Makefile to install ads
2002/02/19 fcrozat
* share/rpmsrate:
-Install gnome-vfs-extras when installing nautilus (to get samba
browsing)
-don't install nautilus-mozilla, it is pulled by nautilus
2002/02/19 Guillaume Cottenceau <gc@mandrakesoft.com>
* any.pm: english fix
2002/02/19 Pixel <pixel@mandrakesoft.com>
* share/advertising/Makefile: advertising installation cleanup
* diskdrake/smbnfs_gtk.pm: ugly hack to fix die
2002/02/19 siegel
* share/po/de.po: updates for beta 3
2002/02/19 Till Kamppeter <till@mandrakesoft.com>
* printerdrake.pm: Changed button texts of "Do you want to auto-detect?"
dialog.
2002/02/19 dam's <damien@mandrakesoft.com>
* share/advertising/Makefile: new Makefile to install ads
2002/02/19 Guillaume Cottenceau <gc@mandrakesoft.com>
* any.pm: report_bug: find syslog in /var/log if it's not in /tmp, add
$prefix in front of /var/* when missing
since we give "lilo.conf" in drakbug_report, let's also
give "menu.lst"
2002/02/19 Pixel <pixel@mandrakesoft.com>
* share/advertising/Makefile: advertising installation cleanup
2002/02/19 siegel
* share/po/de.po: updates for beta 3
2002/02/19 Till Kamppeter <till@mandrakesoft.com>
* printerdrake.pm: Changed button texts of "Do you want to auto-detect?"
dialog.
2002/02/19 dam's <damien@mandrakesoft.com>
* network/netconnect.pm: setting help
* share/advertising/10-MDKexpert.png, share/advertising/07-server.png,
share/advertising/05-contcenter.png, share/advertising/03-graphic.png,
share/advertising/12-MDKstore_icon.png,
share/advertising/06-user_icon.png,
share/advertising/04-develop_icon.png,
share/advertising/12-MDKstore.png, share/advertising/00-thanks.png,
share/advertising/06-user.png, share/advertising/02-internet_icon.png,
share/advertising/04-develop.png,
share/advertising/05-contcenter_icon.png,
share/advertising/10-MDKexpert_icon.png, share/advertising/13-Nvert.png,
share/advertising/11-consul.png, share/advertising/03-graphic_icon.png,
share/advertising/02-internet.png, share/advertising/07-server_icon.png,
share/advertising/01-gnu.png, share/advertising/08-games.png,
share/advertising/09-MDKcampus.png,
share/advertising/09-MDKcampus_icon.png,
share/advertising/08-games_icon.png: re-adding with -kb
removing for re-adding with -kb
added advertising for translation
* share/advertising/essi.p: blah
added advertising for translation
* my_gtk.pm: new icon handler
* Makefile.config: addde share/advertising/*.pl for translation
* share/advertising/Makefile: new Makefile to install ads
* share/advertising/00-thanks.pl, share/advertising/06-user.pl,
share/advertising/08-games.pl, share/advertising/list,
share/advertising/09-MDKcampus.pl, share/advertising/01-gnu.pl,
share/advertising/11-consul.pl, share/advertising/13-Nvert.pl,
share/advertising/02-internet.pl, share/advertising/07-server.pl,
share/advertising/10-MDKexpert.pl, share/advertising/04-develop.pl,
share/advertising/05-contcenter.pl, share/advertising/12-MDKstore.pl,
share/advertising/03-graphic.pl: added advertising for translation
2002/02/19 Guillaume Cottenceau <gc@mandrakesoft.com>
* any.pm: report_bug: find syslog in /var/log if it's not in /tmp, add
$prefix in front of /var/* when missing
since we give "lilo.conf" in drakbug_report, let's also
give "menu.lst"
2002/02/19 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/vi.po, share/po/hu.po: updated Vietnamese and Hungarian files
2002/02/19 Pixel <pixel@mandrakesoft.com>
* share/advertising/Makefile: advertising installation cleanup
* install2.pm: anchor the -IP match at the end of the string
move loading /tmp/network from stage1 before doing the auto_install
stuff to
allow the -IP feature on auto_install file name
* share/rpmsrate: add grub in 4 SYSTEM
2002/02/19 Till Kamppeter <till@mandrakesoft.com>
* standalone/printerdrake, printer.pm: Assured that the default page size
is "Letter" for US/Canada and "A4" for the rest of the world.
The "Description" field of a printer queue is filled in with printer
manufacturer and model by default.
Removed unused varaiables in /usr/sbin/printerdrake.
* printerdrake.pm: Changed button texts of "Do you want to auto-detect?"
dialog.
Assured that the default page size is "Letter" for US/Canada and "A4"
for the rest of the world.
The "Description" field of a printer queue is filled in with printer
manufacturer and model by default.
Removed unused varaiables in /usr/sbin/printerdrake.
* install_steps_interactive.pm: Replaced "a4" and "letter" by "A4" and
"Letter" so that Foomatic recognizes
the paper sizes.
Also use "Letter" paper for "en_CA" and "fr_CA" locales.
2002/02/18 Guillaume Cottenceau <gc@mandrakesoft.com>
* mdk-stage1/network.c: when no net device found, print a msg to tell
that now most pcmcia network adapters are supported
with network.img
2002/02/18 Pablo Saratxaga <pablo@mandrakesoft.com>
* help.pm: updated help file
* share/po/sp.po, share/po/zh_CN.po, share/po/DrakX.pot, share/po/th.po,
share/po/es.po, share/po/fr.po, share/po/sr.po, share/po/de.po,
share/po/sk.po, share/po/tr.po, share/po/eu.po, share/po/sl.po,
share/po/vi.po, share/po/uk.po, share/po/wa.po, share/po/sv.po,
share/po/zh_TW.po, share/po/it.po: updated pot file
2002/02/18 Pixel <pixel@mandrakesoft.com>
* lang.pm, standalone/localedrake:
- handle --kde_lang with optionally --kde_country
- handle --apply
* install_steps_gtk.pm: s/hbox/vbox for "Select Install Class"
2002/02/18 dam's <damien@mandrakesoft.com>
* share/logo-mandrake.png: new gfx
2002/02/18 fcrozat
* share/rpmsrate: Install Guppi when installing gnumeric
2002/02/18 Guillaume Cottenceau <gc@mandrakesoft.com>
* share/po/fr.po: titi sucks again
2002/02/18 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/sk.po: updated Slovak ile
updated pot file
* help.pm: updated help file
* share/po/be.po, share/po/sp.po, share/po/zh_CN.po, share/po/pt.po,
share/po/DrakX.pot, share/po/es.po, share/po/fr.po, share/po/bg.po,
share/po/ga.po, share/po/sr.po, share/po/et.po, share/po/tr.po,
share/po/eu.po, share/po/az.po, share/po/ru.po, share/po/pt_BR.po,
share/po/hr.po, share/po/ko.po, share/po/cy.po, share/po/nl.po,
share/po/ja.po, share/po/wa.po, share/po/sv.po, share/po/is.po,
share/po/hu.po, share/po/it.po, share/po/id.po, share/po/pl.po,
share/po/fi.po, share/po/no.po, share/po/th.po, share/po/el.po,
share/po/lt.po, share/po/ar.po, share/po/sl.po, share/po/vi.po,
share/po/br.po, share/po/ca.po, share/po/gl.po, share/po/lv.po,
share/po/uk.po, share/po/eo.po, share/po/ro.po, share/po/bs.po,
share/po/da.po, share/po/zh_TW.po, share/po/cs.po, share/po/af.po:
updated pot file
2002/02/18 Pixel <pixel@mandrakesoft.com>
* detect_devices.pm:
- remove media_type cdrom-burner, use {capacity} instead
- use /proc/sys/dev/cdrom/info to fill in the {capacity}
* diskdrake/smbnfs_gtk.pm:
- add Cancel
- move "click here" in "Search servers" on the right side
- remove Export
- fix bug
* share/rpmsrate: raise xsane in SCANNER (Yves Duret)
raise mkisofs & cdrecord in BURNER
* Xconfigurator.pm: workaround not having the right to connect to our new
created test server.
info about the pb (sorry for the french):
quand on lance le serveur
- via xdm/kdm/startx, ca utilise xauth, xhost est fermé
- via X/xinit, xhost est ouvert sur localhost, xauth n'est pas utilisé
*sauf* si X/xinit est lancé à partir d'un X *et* .Xauthority est non
vide.
dans ce cas, xhost est fermé, et aucun xauth n'est ajouté
une conséquence, c'est que XFdrake ne peut pas accéder au X de
test si XFdrake est lancé sous X ou "xauth list" est non vide
exception: quand on lance le xdm/kdm en root, xhost n'est pas
fermé,
pas contre il est fermé en root & startx.
* any.pm (fileshare_config): rework the custom message and launch
userdrake
(report_bug): add lilo.conf
* standalone/localedrake:
- handle --kde_lang with optionally --kde_country
- handle --apply
change the message & ask wether to logout or not
* lang.pm:
- handle --kde_lang with optionally --kde_country
- handle --apply
(lang2kde_lang): add missing valid_kde_langs
fuzzy language finding between available langs when it doesn't match
(useful for upgrades where fr_FR was fr_FR@euro)
* diskdrake/interactive.pm: remove cdrom-burner from media_type set
* install_steps_gtk.pm: s/hbox/vbox for "Select Install Class"
* fs.pm (mount_options_unpack): add usrquota and grpquota for
ext2/ext3/reiserfs/xfs
- remove media_type cdrom-burner, use {capacity} instead
- use /proc/sys/dev/cdrom/info to fill in the {capacity}
* share/compssUsers: add EDITORS in Development/Development
add EDITORS in Development/Development
2002/02/18 yduret
* bootlook.pm: remove aurora part (commented for the moment)
* standalone/scannerdrake: HP OfficeJet support
scsi/parport preliminary support
* scanner.pm: update
scsi parport preliminary support
no more show unsupported scanner
common output for ScannerDB update from sane *.desc files and from
usbtable
2002/02/17 Pixel <pixel@mandrakesoft.com>
* diskdrake/interactive.pm: warn_if_renumbered now also done at install
2002/02/17 Pixel <pixel@mandrakesoft.com>
* share/rpmsrate: have icewm-light in any case (to be used as a failsafe
window manager)
add hotplug, usbutils and usbview with the new flag USB
* install_any.pm: hotplug now handled via rpmsrate and the USB flag
add some log to know why umounting /tmp/image fail
* diskdrake/interactive.pm: warn_if_renumbered now also done at install
force scalar context for warp_text
* share/po/id.xsl, share/po/help_xml2pm.pl: use xsltproc as a filter to
remove entities
* share/po/Makefile (clean): remove .memdump
* any.pm (autologin): do not allow empty user name since no autologin can
already be achieved by choosing "No"
* install2.pm: do not use run_program::xxx, use directly "system" so that
stdout is kept unchanged during "postInstall" execution
* network/smb.pm: fix typo (s/nfs/smbfs/)
2002/02/17 siegel
* help.pm: new version for 8.2
* share/po/de.po: new german version
* share/po/help_xml2pm.pl: added check for missing xsltproc
fix perl warnings after adding -w
* share/po/.cvsignore: added .memdump
* share/po/Makefile: allow me to work with a symlink to doc in this
directory
2002/02/16 Pixel <pixel@mandrakesoft.com>
* lvm.pm:
- LVs "device" field were containing "/dev/vg/number" whereas it must
be "vg/name"
- added lv_resize
* diskdrake/interactive.pm: add Resize'ing mounted XFS on LVM
* crypto.pm (mirrors): add a timeout via "alarm" (needs testing)
2002/02/16 Pixel <pixel@mandrakesoft.com>
* Xconfig.pm:
- prefer XKB available from existing XF86Config over
/etc/sysconfig/keyboard KEYTABLE
- fix translating from /etc/sysconfig/keyboard KEYTABLE to XKB
* diskdrake/interactive.pm: add Resize'ing mounted XFS on LVM
* interactive_newt.pm: do not trash error messages if testing
* lang.pm (country2lang): created
(write): ensure it doesn't fail when kdeglobals is not writable (eg: the
directory doesn't exist)
(list): return the languages in a "specific" order (favours non utf8
over utf8)
* crypto.pm (mirrors): add a timeout via "alarm" (needs testing)
* install_steps_interactive.pm (setupSCSI): when "clicked", ask "Do you
have any SCSI interfaces" instead
of assuming there is a SCSI interface and asking the driver name
* lvm.pm:
- LVs "device" field were containing "/dev/vg/number" whereas it must
be "vg/name"
- added lv_resize
- call pvcreate with "-y -ff"
- created LVs are notFormatted
* interactive.pm:
- fix non X + testing + su
- since "interactive" takes care of "format" for type "combo", remove
"format" (so that interactive_newt which switch to type "list" don't
apply
"format" once again)
* standalone/localedrake: handle --kde_country=<country>
2002/02/16 Pixel <pixel@mandrakesoft.com>
* lang.pm (country2lang): created
(write): ensure it doesn't fail when kdeglobals is not writable (eg: the
directory doesn't exist)
(list): return the languages in a "specific" order (favours non utf8
over utf8)
fix call to update_gnomekderc
* standalone/localedrake: handle --kde_country=<country>
2002/02/16 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/da.po: updated Danish file
* share/po/sk.po, share/po/cs.po, share/po/es.po: updated Czech, Spanish
and Slovak files
2002/02/16 Pixel <pixel@mandrakesoft.com>
* lang.pm: fix call to update_gnomekderc
remove unused & unneeded special %lang2kde_lang
- add lang::check
- fix utf-ko -> utf_ko
- fix utf-14 -> utf_14
- modify share/config/kdeglobals
- add charset2kde_charset, lang2country, lang2kde_lang
2002/02/15 dam's <damien@mandrakesoft.com>
* standalone/drakfont: embedded mode correction
* my_gtk.pm: highlight in gtk icon widget
* share/themes/mdk-check_on.png, share/themes/mdk-toggle_off.png,
share/themes/mdk-toggle_on.png, share/themes/mdk-check_off.png: new gfx
* share/step-red.xpm, share/step-orange.xpm, share/step-orange-click.xpm,
share/step-green-click.xpm, share/step-green.xpm, share/step-red-on.xpm,
share/step-orange-on.xpm, share/step-green-on.xpm,
share/step-red-click.xpm: new gfx
new gfx
2002/02/15 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/vi.po, share/po/fi.po, share/po/DrakX.pot, share/po/fr.po,
share/po/wa.po, share/po/da.po, share/po/cs.po, share/po/hu.po,
share/po/eu.po: updated Basque file; fixed a msgid change
* share/po/sv.po: updated Swedish file
updated Basque file; fixed a msgid change
2002/02/15 Pixel <pixel@mandrakesoft.com>
* run_program.pm: remove assigning STDIN to /dev/null since:
- programs should not use STDIN
- the "postInstall" script for auto_install's is more happy still
having the STDIN.
* diskdrake/smbnfs_gtk.pm, pixmaps/smbnfs_has_mntpoint.png,
pixmaps/smbnfs_default.png, pixmaps/smbnfs_mounted.png,
pixmaps/smbnfs_server.png: add icons showing if a mount-point is
associated or if the share is mounted
* pkgs.pm: fix typo
* diskdrake/interactive.pm: use the new warp_text
* install_steps.pm: use lang::charset2kde_charset
* standalone/localedrake: lang::write doesn't need the filename anymore
* any.pm: use 'combo' instead of 'type' for bootloader choice and security
choice
(requested by fredb&dadou)
* interactive_gtk.pm: force scalar for Gtk::Label->new with warp_text
* interactive.pm: favour "combo" over "list" in any case
* Makefile (check): add lang::check checking
2002/02/15 Thierry Vignaud <tvignaud@mandrakesoft.com>
* share/po/fr.po: update translation
2002/02/14 Pixel <pixel@mandrakesoft.com>
* standalone/lsnetdrake: adapt to the neater network::smb and network::nfs
* network/smb.pm, network/smbnfs.pm, network/nfs.pm: cleaner & OOed code,
with more code sharing
* interactive_gtk.pm, diskdrake/interactive.pm: use the new warp_text
feature
* my_gtk.pm (ctree_set_icon): new function
* diskdrake/smbnfs_gtk.pm: some cleanup, icons showing wether a
mount-point is associated are coming
* standalone/diskdrake: fix expert and testing options handling
2002/02/14 dam's <damien@mandrakesoft.com>
* standalone/drakfont: embedded mode
drakfont embedde mode
* share/step-red-on.xpm, share/step-red.xpm, share/step-orange.xpm,
share/step-orange-on.xpm, share/step-orange-click.xpm,
share/step-green-click.xpm, share/step-red-click.xpm,
share/step-green-on.xpm: new gfx
2002/02/14 erwan
* tools/i386/netboot/ni5010/pxegrub, tools/i386/netboot/epic100/stage1,
tools/i386/netboot/epic100/stage2, tools/i386/netboot/3c90x/pxegrub,
tools/i386/netboot/rtl8139/pxegrub, tools/i386/netboot/ni5210/nbgrub,
tools/i386/netboot/otulip/stage1, tools/i386/netboot/otulip/stage2,
tools/i386/netboot/exos205/nbgrub, tools/i386/netboot/eepro/stage1,
tools/i386/netboot/eepro/stage2, tools/i386/netboot/3c529/nbgrub,
tools/i386/netboot/smc9000/pxegrub, tools/i386/netboot/ne2100/stage1,
tools/i386/netboot/ne2100/stage2, tools/i386/netboot/exos205/pxegrub,
tools/i386/netboot/sis900/nbgrub, tools/i386/netboot/ne/stage1,
tools/i386/netboot/ne/stage2, tools/i386/netboot/tulip/nbgrub,
tools/i386/netboot/sk_g16/nbgrub, tools/i386/netboot/eepro100/pxegrub,
tools/i386/netboot/tiara/nbgrub, tools/i386/netboot/rtl8139/stage1,
tools/i386/netboot/rtl8139/stage2, tools/i386/netboot/tiara/pxegrub,
tools/i386/netboot/lance/nbgrub, tools/i386/netboot/depca/nbgrub,
tools/i386/netboot/ni6510/stage1, tools/i386/netboot/3c90x/nbgrub,
tools/i386/netboot/ni6510/stage2, tools/i386/netboot/smc9000/stage1,
tools/i386/netboot/smc9000/stage2, tools/i386/netboot/3c509/pxegrub,
tools/i386/netboot/3c509/stage1, tools/i386/netboot/3c509/stage2,
tools/i386/netboot/sis900/pxegrub, tools/i386/netboot/ne2100/pxegrub,
tools/i386/netboot/3c595/nbgrub, tools/i386/netboot/eepro/pxegrub,
tools/i386/netboot/wd/nbgrub, tools/i386/netboot/ns8390/nbgrub,
tools/i386/netboot/ni5210/stage1, tools/i386/netboot/ni5010/nbgrub,
tools/i386/netboot/ni5210/stage2, tools/i386/netboot/exos205/stage1,
tools/i386/netboot/exos205/stage2, tools/i386/netboot/eepro100/nbgrub,
tools/i386/netboot/3c529/stage1, tools/i386/netboot/3c529/stage2,
tools/i386/netboot/sis900/stage1, tools/i386/netboot/tulip/stage1,
tools/i386/netboot/sis900/stage2, tools/i386/netboot/tulip/stage2,
tools/i386/netboot/sk_g16/stage1, tools/i386/netboot/w89c840/nbgrub,
tools/i386/netboot/sk_g16/stage2, tools/i386/netboot/tiara/stage1,
tools/i386/netboot/tiara/stage2, tools/i386/netboot/depca/stage1,
tools/i386/netboot/lance/stage1, tools/i386/netboot/3c90x/stage1,
tools/i386/netboot/depca/stage2, tools/i386/netboot/lance/stage2,
tools/i386/netboot/3c90x/stage2, tools/i386/netboot/otulip/pxegrub,
tools/i386/netboot/tulip/pxegrub, tools/i386/netboot/epic100/nbgrub,
tools/i386/netboot/3c595/stage1, tools/i386/netboot/ni5210/pxegrub,
tools/i386/netboot/3c595/stage2, tools/i386/netboot/w89c840/pxegrub,
tools/i386/netboot/wd/stage1, tools/i386/netboot/wd/pxegrub,
tools/i386/netboot/wd/stage2, tools/i386/netboot/otulip/nbgrub,
tools/i386/netboot/ns8390/stage1, tools/i386/netboot/eepro/nbgrub,
tools/i386/netboot/ni5010/stage1, tools/i386/netboot/ns8390/stage2,
tools/i386/netboot/ni5010/stage2, tools/i386/netboot/ne2100/nbgrub,
tools/i386/netboot/ni6510/pxegrub, tools/i386/netboot/eepro100/stage1,
tools/i386/netboot/eepro100/stage2, tools/i386/netboot/ne/nbgrub,
tools/i386/netboot/depca/pxegrub, tools/i386/netboot/ne/pxegrub,
tools/i386/netboot/w89c840/stage1, tools/i386/netboot/rtl8139/nbgrub,
tools/i386/netboot/w89c840/stage2, tools/i386/netboot/sk_g16/pxegrub,
tools/i386/netboot/lance/pxegrub, tools/i386/netboot/ni6510/nbgrub,
tools/i386/netboot/smc9000/nbgrub, tools/i386/netboot/3c529/pxegrub,
tools/i386/netboot/3c595/pxegrub, tools/i386/netboot/ns8390/pxegrub,
tools/i386/netboot/epic100/pxegrub, tools/i386/netboot/3c509/nbgrub: New
version of grub (0.91) with allstage and pxegrub
* tools/i386/netboot/3c507/pxegrub, tools/i386/netboot/3c507/stage1,
tools/i386/netboot/3c507/stage2, tools/i386/netboot/3c503/nbgrub,
tools/i386/netboot/3c503/pxegrub, tools/i386/netboot/3c507/nbgrub,
tools/i386/netboot/3c503/stage1, tools/i386/netboot/3c503/stage2:
Fixning some file missing in netboot
2002/02/14 François Pons <fpons@mandrakesoft.com>
* pkgs.pm: fixed obsoletes management according to urpmi code.
2002/02/14 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/ga.po, share/po/cy.po, share/po/is.po, share/po/ar.po,
share/po/sl.po, share/po/ro.po: Instead of temporary removingfiles from
CVS put a rule in Makefile to
don't use them (thanks Thierry)
updated some po files; removed the ones too lowly translated for the 8.2
* share/po/pt_BR.po: updted Brazilian file
updated some po files; removed the ones too lowly translated for the 8.2
* share/po/be.po, share/po/sp.po, share/po/zh_CN.po, share/po/pt.po,
share/po/es.po, share/po/fr.po, share/po/bg.po, share/po/sr.po,
share/po/de.po, share/po/et.po, share/po/tr.po, share/po/az.po,
share/po/ru.po, share/po/hr.po, share/po/ko.po, share/po/nl.po,
share/po/ja.po, share/po/sv.po, share/po/hu.po, share/po/it.po,
share/po/id.po, share/po/pl.po, share/po/fi.po, share/po/no.po,
share/po/th.po, share/po/el.po, share/po/sk.po, share/po/lt.po,
share/po/br.po, share/po/ca.po, share/po/gl.po, share/po/lv.po,
share/po/uk.po, share/po/eo.po, share/po/bs.po, share/po/zh_TW.po,
share/po/cs.po, share/po/af.po: updated some po files; removed the ones
too lowly translated for the 8.2
* share/po/vi.po: updated Vietnamese file
updated some po files; removed the ones too lowly translated for the 8.2
* share/po/Makefile: Instead of temporary removingfiles from CVS put a
rule in Makefile to
don't use them (thanks Thierry)
2002/02/14 Pixel <pixel@mandrakesoft.com>
* standalone/lsnetdrake: adapt to the neater network::smb and network::nfs
* network/smbnfs.pm, network/smb.pm, network/nfs.pm: cleaner & OOed code,
with more code sharing
* interactive.pm: if testing, don't use kdesu
* install_steps.pm: gzip report.bug
* interactive_gtk.pm, diskdrake/interactive.pm: use the new warp_text
feature
* standalone/diskdrake: fix expert and testing options handling
* my_gtk.pm (ctree_set_icon): new function
* c/stuff.xs.pm: undef'ing some macros used by 2 independent sources et
still needed :-(
#include iconv.h is needed even when C_RPM is undefined
* diskdrake/smbnfs_gtk.pm: some cleanup, icons showing wether a
mount-point is associated are coming
2002/02/14 Thierry Vignaud <tvignaud@mandrakesoft.com>
* share/po/br.po: update
convert to utf-8
* standalone/drakxtv: uses xawtv internal strings instead of frequencies
tables ids as values
in %freqtables in order to enhance drakxtv robustness when
translators'll
arrive. thus we'll pass right strings to scantv instead of translated
ones
explain how we manage the "all frequencies" case
display sorted tv norms
2002/02/13 erwan
* tools/i386/netboot/device.map, tools/i386/netboot/makeImages: Adding
missing file on netboot
* tools/i386/netboot/make_boot_network, tools/i386/netboot/grub: updating
grub in netboot
2002/02/13 François Pons <fpons@mandrakesoft.com>
* install_any.pm: avoid generating headers for copying file in
postinstall-rpm directory.
make sure not to crash if a package that should have been in CD1 is
somewhere
else.
fixed stupid typo.
removed all @needToCopy... variables and now use INSTALL category in
rpmsrate.
* share/rpmsrate: updated INSTALL category with the merge of DrakX
obsoleted list (it will use
INSTALL now :-)
* pkgs.pm: added extension to setSelectedFromCompssList.
* share/rpmsrate.server: synced INSTALL category with standard rpmsrate.
2002/02/13 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/hu.po: updated Danish and Hungarian files
* share/po/da.po: updated Danish file
updated Danish and Hungarian files
2002/02/13 Pixel <pixel@mandrakesoft.com>
* network/nfs.pm: $server->{ip} is no more mandatory
* network/smb.pm: don't show shares ending with "$"
$server->{ip} is no more mandatory
* any.pm (setupBootloader): switch from "list" to "combo"
* fs.pm (fstab_to_string): unsetting mount points in standalone will now
work
- handle WORM type in /proc/scsi/scsi
- added media_type cdrom-burner
- adapting to new media_type
- nicer fd&hd testing
* diskdrake/smbnfs_gtk.pm: have the fstab entries shown by default
* detect_devices.pm, diskdrake/interactive.pm:
- handle WORM type in /proc/scsi/scsi
- added media_type cdrom-burner
- adapting to new media_type
- nicer fd&hd testing
2002/02/13 Till Kamppeter <till@mandrakesoft.com>
* printerdrake.pm: When one visited the help page of a remote CUPS printer
afterwards the full
printer modification menu was shown, not only the one for remote CUPS
printers. This is fixed now.
2002/02/12 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/wa.po, share/po/DrakX.pot: updated Czech and Walloon files
* share/po/cs.po: updated Czech file
updated Czech and Walloon files
2002/02/12 Pixel <pixel@mandrakesoft.com>
* devices.pm: i prefer /(.*?)(\d+)$/ to /(.*\D)(\d+)$/
2002/02/12 Till Kamppeter <till@mandrakesoft.com>
* detect_devices.pm: In the USB auto-detection checked whether and where
the device node was
created.
2002/02/12 dam's <damien@mandrakesoft.com>
* share/step-red.xpm, share/step-orange.xpm, share/step-orange-click.xpm,
share/themes/mdk-check_on.png, share/step-green-click.xpm,
share/step-green.xpm, share/step-red-click.xpm,
share/themes/mdk-check_off.png: new gfx
* standalone/drakbackup, network/network.pm: bug correction
2002/02/12 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/hu.po: updated Hungarian file
updated pot file
* share/po/be.po, share/po/sp.po, share/po/zh_CN.po, share/po/pt.po,
share/po/DrakX.pot, share/po/es.po, share/po/bg.po, share/po/ga.po,
share/po/sr.po, share/po/de.po, share/po/et.po, share/po/eu.po,
share/po/az.po, share/po/ru.po, share/po/pt_BR.po, share/po/hr.po,
share/po/ko.po, share/po/cy.po, share/po/nl.po, share/po/ja.po,
share/po/wa.po, share/po/sv.po, share/po/is.po, share/po/it.po,
share/po/id.po, share/po/pl.po, share/po/fi.po, share/po/no.po,
share/po/th.po, share/po/el.po, share/po/sk.po, share/po/lt.po,
share/po/ar.po, share/po/sl.po, share/po/vi.po, share/po/ca.po,
share/po/gl.po, share/po/lv.po, share/po/uk.po, share/po/eo.po,
share/po/ro.po, share/po/bs.po, share/po/da.po, share/po/zh_TW.po,
share/po/cs.po, share/po/af.po: updated pot file
2002/02/12 Pixel <pixel@mandrakesoft.com>
* devices.pm: i prefer /(.*?)(\d+)$/ to /(.*\D)(\d+)$/
* docs/README.pxe: cleanup the .cfg
* share/rpmsrate:
- move bootsplash from SYSTEM to X
- lower Aurora
2002/02/12 Till Kamppeter <till@mandrakesoft.com>
* printerdrake.pm: Fixed:
- Endless loop when entering printerdrake during installation in
recommended
mode without local printer
- Printerdrake was not closed when one was in the "Add Printer"
sequence
during installation and one clicked another installation item (entries
on left hand side)
- When configuring printing only after installation Printerdrake tried
to
check the installed queues without Foomatic being installed (bug was
already in 8.1, but noone discovered it).
- CUPS died when one tried to add a (local) printer in recommended
mode
after installation.
- Improved text for the dialog telling that no local printer was
detected.
- The list of auto-detected printers appeared as drop-down menu and
not as
a list.
* detect_devices.pm: In the USB auto-detection checked whether and where
the device node was
created.
Fixes on device auto-detection:
- Made USB printer auto-detection routine in "detect_devices.pm"
creating
the appropriate device nodes (needed for USB printers being recognized
during installation).
- Fixed "devices.pm" to be able to handle device files with numbers
geater
than 9 (ex: /dev/usb/lp10).
* standalone/printerdrake:
- Assure that Foomatic is installed before checking existing printer
queues.
* devices.pm: Fixes on device auto-detection:
- Made USB printer auto-detection routine in "detect_devices.pm"
creating
the appropriate device nodes (needed for USB printers being recognized
during installation).
- Fixed "devices.pm" to be able to handle device files with numbers
geater
than 9 (ex: /dev/usb/lp10).
* printer.pm: Added forgotten '$prefix'es.
Fixed:
- Endless loop when entering printerdrake during installation in
recommended
mode without local printer
- Printerdrake was not closed when one was in the "Add Printer"
sequence
during installation and one clicked another installation item (entries
on left hand side)
- When configuring printing only after installation Printerdrake tried
to
check the installed queues without Foomatic being installed (bug was
already in 8.1, but noone discovered it).
- CUPS died when one tried to add a (local) printer in recommended
mode
after installation.
- Improved text for the dialog telling that no local printer was
detected.
- The list of auto-detected printers appeared as drop-down menu and
not as
a list.
2002/02/11 dam's <damien@mandrakesoft.com>
* share/list: added modinfo
* network/netconnect.pm: added cancel for first step
2002/02/11 François Pons <fpons@mandrakesoft.com>
* any.pm: fixed syntax error...
* Xconfigurator.pm: avoid testing fbdev driver.
* install_steps.pm: added Aurora or bootsplash for getting a need on frame
buffer.
added fbdev for GeForce Integrated.
2002/02/11 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/da.po, share/po/vi.po, share/po/hu.po: updated Danish,
Hungarian and Vietnamese files
2002/02/11 Pixel <pixel@mandrakesoft.com>
* install_steps.pm: booh, fpons was faster than me on "bootsplash wanting
fb". Keeping my solution ;p
* c/stuff.xs.pm: "standard_charset" and "iconv" are needed even when C_RPM
is undefined
* any.pm: allow to edit the initrd field (thx to randy.k.wilson)
* install_any.pm (@needToCopy): add "ntp"
2002/02/11 warly
* share/rpmsrate: remove dev from INSTALL, the sun is rising, and there
are no more needs to have ppp in the INSTALL section, as the darkness is
going away...
2002/02/10 Pixel <pixel@mandrakesoft.com>
* any.pm: in case there is both ata66 (hde) and ata33 hard drives, go to
expert
questions directly (it would need a semi_auto asking on which drive the
bios
boots...)
2002/02/10 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/nl.po: updated Dutch file
2002/02/09 daouda
* share/rpmsrate:
- add rfbdrake to NETWORKING_REMOTE_ACCESS and
NETWORKING_REMOTE_ACCESS_SERVER
2002/02/09 Pablo Saratxaga <pablo@mandrakesoft.com>
* help.pm: updated help.pm file
* share/po/fi.po, share/po/DrakX.pot, share/po/help_xml2pm.pl,
share/po/es.po, share/po/fr.po, share/po/sv.po, share/po/da.po,
share/po/de.po, share/po/hu.po, share/po/it.po, share/po/eu.po: merged
with the manual help
2002/02/09 warly
* share/rpmsrate: add ppp in INSTALL
add dev in INSTALL
2002/02/08 dam's <damien@mandrakesoft.com>
* pixmaps/wiz_drakgw.png, pixmaps/wiz_default_up.png,
pixmaps/wiz_firewall.png, pixmaps/wiz_draknet.png: new gfx
* network/network.pm: corrected wireless modules
2002/02/08 Pablo Saratxaga <pablo@mandrakesoft.com>
* lang.pm, share/locales-skeleton.tar.bz2: Added choice of charset for
various languages
2002/02/08 Pixel <pixel@mandrakesoft.com>
* docs/SHORTCUTS: add F1 & F2
2002/02/08 Till Kamppeter <till@mandrakesoft.com>
* printerdrake.pm: Added instructions for scanning on HP's MF devices to
the printer help page.
HP PhotoSmart printers do not scan, so do not show how to scan with
them.
Do not let dialogs of network configuration correction appear embedded
in the "Add printer" wizard.
Completed wizard mode for adding a printer in both recommended and
expert mode.
* printer.pm: Enabled transferring queues of HP multi-function devices
between spoolers.
CUPS 1.1.13 dies on SIGHUP, do normal restart instead.
Completed wizard mode for adding a printer in both recommended and
expert mode.
2002/02/08 warly
* share/rpmsrate: add bootsplash in system 4
2002/02/07 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/be.po, share/po/sp.po, share/po/zh_CN.po, share/po/pt.po,
share/po/DrakX.pot, share/po/es.po, share/po/fr.po, share/po/bg.po,
share/po/ga.po, share/po/sr.po, share/po/de.po, share/po/et.po,
share/po/tr.po, share/po/eu.po, share/po/az.po, share/po/ru.po,
share/po/pt_BR.po, share/po/hr.po, share/po/ko.po, share/po/cy.po,
share/po/nl.po, share/po/ja.po, share/po/wa.po, share/po/sv.po,
share/po/is.po, share/po/hu.po, share/po/it.po, share/po/id.po,
share/po/pl.po, share/po/fi.po, share/po/no.po, share/po/th.po,
share/po/el.po, share/po/sk.po, share/po/lt.po, share/po/ar.po,
share/po/sl.po, share/po/vi.po, share/po/br.po, share/po/ca.po,
share/po/gl.po, share/po/lv.po, share/po/uk.po, share/po/eo.po,
share/po/ro.po, share/po/bs.po, share/po/da.po, share/po/zh_TW.po,
share/po/cs.po, share/po/af.po: updated pot file
2002/02/07 Pixel <pixel@mandrakesoft.com>
* interactive_gtk.pm: fix error causing a bad window sizing when there is
a horiz scroll
2002/02/07 dam's <damien@mandrakesoft.com>
* my_gtk.pm: fixed shadow when testing X
2002/02/07 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/help_xml2pm.pl: fixed email address
2002/02/07 Pixel <pixel@mandrakesoft.com>
* diskdrake/smbnfs_gtk.pm:
- don't pop the "do you want to install samba?"
- rwindow is not a window when embedded, so set_default_size only if
possible
* my_gtk.pm: make perl_checker happy
ensure no more than one child is in the Plug
* interactive.pm: fix (causing XFdrake to use a combo instead of a list)
* interactive_gtk.pm: fix error causing a bad window sizing when there is
a horiz scroll
(exit): ensure USR1 is sent to mcc
* Xconfigurator.pm: allow to edit the hsyncrange and vsyncrange when
choosing monitor "Custom"
* install2.pm, install_steps.pm: create and use miscellaneousAfter (so
that SECURE_LEVEL is set *after* asking)
* diskdrake/interactive.pm (Options): wrap the help text
* standalone/diskdrake: handle --embedded xxx xxx
2002/02/07 Thierry Vignaud <tvignaud@mandrakesoft.com>
* standalone/drakxtv, Makefile.config: add drakxtv (scantv gui)
* standalone/localedrake: fix pixel stuff: don't restart wm on cancel
2002/02/07 dam's <damien@mandrakesoft.com>
* share/logo-mandrake.png: beta 2
* printerdrake.pm: corrected wizard pb
* my_gtk.pm: wizard fixes
2002/02/07 Pixel <pixel@mandrakesoft.com>
* fs.pm (mount): precise the type when mounting in standalone (for smb,
nfs would not need it)
* diskdrake/smbnfs_gtk.pm:
- don't pop the "do you want to install samba?"
- rwindow is not a window when embedded, so set_default_size only if
possible
* interactive.pm: fix (causing XFdrake to use a combo instead of a list)
* my_gtk.pm: ensure no more than one child is in the Plug
* standalone/diskdrake: handle --embedded xxx xxx
* interactive_gtk.pm (exit): ensure USR1 is sent to mcc
2002/02/06 dam's <damien@mandrakesoft.com>
* my_gtk.pm: removed ugly pink and ugly left bar for wizard mode
2002/02/06 François Pons <fpons@mandrakesoft.com>
* rescue/tree/etc/oem, tools/oem-prepare: better handling of group linked
to hardware or options.
2002/02/06 Guillaume Cottenceau <gc@mandrakesoft.com>
* share/rpmsrate: have frozen-bubble in GAMES at level 4
2002/02/06 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/fr.po, share/po/fi.po, share/po/DrakX.pot: updated French file
2002/02/06 Till Kamppeter <till@mandrakesoft.com>
* printer.pm: Automatic configuration of the scanning part of HP's
multi-function devices.
* printerdrake.pm: Added some stuff for the Wizard mode.
Automatic configuration of the scanning part of HP's multi-function
devices.
Updated automatic package installation in printerdrake, no "kups" and
"qtcups" any more, but "gpr", "a2ps", and "hpoj", updated also
"rpmsrate" and "rpmsrate.server" appropriately.
* share/rpmsrate.server, share/rpmsrate: Added scanning packages to
INSTALL section, for HP MF device installation by printerdrake.
Updated automatic package installation in printerdrake, no "kups" and
"qtcups" any more, but "gpr", "a2ps", and "hpoj", updated also
"rpmsrate" and "rpmsrate.server" appropriately.
2002/02/05 Till Kamppeter <till@mandrakesoft.com>
* printer.pm, printerdrake.pm: Added automatic configuration of HPOJ for
HP's multi-function devices.
2002/02/05 dam's <damien@mandrakesoft.com>
* standalone/logdrake: wizard updated
correction for mcc.
2002/02/05 François Pons <fpons@mandrakesoft.com>
* share/rpmsrate.server: synced with normal rpmsrate for Basque
management.
* install2.pm: auto_allocate for oem mode is not needed as oem script
create all necessary partition.
* install_any.pm: add support for Basque (no KDE).
* mdk-stage1/init-data/msgboot-graphicallogo.img.bz2: newer syslinux 1.67.
* share/rpmsrate: add support for Basque (no netscape in such case)
* rescue/tree/etc/oem: select preferred kernel as kernel-\d.
* install_steps.pm: fixed logic, when someone want /root/drakx,
it has to check /root/drakx and not /root only.
2002/02/05 Guillaume Cottenceau <gc@mandrakesoft.com>
* rescue/tree/sbin/modprobe: don't do insmod -f, it's not really necessary
and it taints the kernel (pabo)
* rescue/tree/etc/profile: use LD_LIBRARY_PATH in rescue so that PATH'ing
in /mnt
can really be used
2002/02/05 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/be.po, share/po/sp.po, share/po/zh_CN.po, share/po/pt.po,
share/po/es.po, share/po/bg.po, share/po/ga.po, share/po/sr.po,
share/po/de.po, share/po/et.po, share/po/tr.po, share/po/eu.po,
share/po/az.po, share/po/ru.po, share/po/pt_BR.po, share/po/hr.po,
share/po/ko.po, share/po/cy.po, share/po/nl.po, share/po/ja.po,
share/po/wa.po, share/po/sv.po, share/po/is.po, share/po/hu.po,
share/po/it.po, share/po/id.po, share/po/pl.po, share/po/no.po,
share/po/th.po, share/po/el.po, share/po/sk.po, share/po/lt.po,
share/po/ar.po, share/po/sl.po, share/po/vi.po, share/po/br.po,
share/po/ca.po, share/po/gl.po, share/po/lv.po, share/po/uk.po,
share/po/eo.po, share/po/ro.po, share/po/bs.po, share/po/da.po,
share/po/zh_TW.po, share/po/cs.po, share/po/af.po: updated pot file
2002/02/05 Pixel <pixel@mandrakesoft.com>
* bootloader.pm: fix "help lilo when there is hdd with no hdc drive"
* Xconfigurator.pm: testFinalConfig now always returns true if test is
skipped because of a bad_card (back to the old behaviour, this was no
good (the aim is to enable changing the monitor when test is skipped))
* share/po/fr.po: fix "Details" translated in "Détails de la partition"
but is used at different
place where the meaning has nothing to do with "partitions"
2002/02/05 Till Kamppeter <till@mandrakesoft.com>
* printer.pm, printerdrake.pm: Added automatic configuration of HPOJ for
HP's multi-function devices.
2002/02/05 warly
* share/compssUsers.server: remove non server group from rpmsrate.server
add utilities group in compssUser.server
(webmin,ssh-server,wizards,monitoring)
* share/rpmsrate.server: begin rpmsrate.server cleaning
2002/02/05 Pixel <pixel@mandrakesoft.com>
* bootloader.pm: fix "help lilo when there is hdd with no hdc drive"
* Xconfigurator.pm: testFinalConfig now always returns true if test is
skipped because of a bad_card (back to the old behaviour, this was no
good (the aim is to enable changing the monitor when test is skipped))
2002/02/05 Pixel <pixel@mandrakesoft.com>
* install_steps.pm: log the "chkconfig --del gpm" when there is a serial
mouse
2002/02/04 dam's <damien@mandrakesoft.com>
* standalone/logdrake: corrected typo. Yvounet, check your code!!
embedded, explain
* my_gtk.pm: bug correction
* standalone/drakfont, services.pm, network/netconnect.pm: applied cooker
guy english review
2002/02/04 François Pons <fpons@mandrakesoft.com>
* Xconfigurator.pm: added v4l module all the time (along with dbe already
present).
2002/02/04 Guillaume Cottenceau <gc@mandrakesoft.com>
* install_steps.pm: have numlock activated when isLaptop rather than
$o->{pcmcia}
2002/02/04 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/sp.po, share/po/zh_CN.po, share/po/no.po, share/po/fi.po,
share/po/DrakX.pot, share/po/th.po, share/po/es.po, share/po/fr.po,
share/po/sr.po, share/po/el.po, share/po/et.po, share/po/sk.po,
share/po/tr.po, share/po/eu.po, share/po/sl.po, share/po/vi.po,
share/po/uk.po, share/po/eo.po, share/po/nl.po, share/po/wa.po,
share/po/sv.po, share/po/zh_TW.po: updated some po files
2002/02/04 Pixel <pixel@mandrakesoft.com>
* install_steps.pm: fix creating /etc/security/msec/server
* share/po/fr.po: fix "More" translation
2002/02/04 Till Kamppeter <till@mandrakesoft.com>
* printer.pm, printerdrake.pm: Made HP multi-function devices configured
with HPOJ being displayed correctly by printerdrake.
* detect_devices.pm: Replace "Hewlett-Packard" by "HP" when HP device is
detected on a parallel port.
2002/02/04 Thierry Vignaud <tvignaud@mandrakesoft.com>
* share/po/fr.po: update french translations
2002/02/03 Pixel <pixel@mandrakesoft.com>
* any.pm: force a few more "list"s instead of "combo" boxes
since "format" is now handled for combo boxes, combo boxes are used in
much too many places. Fix this by forcing type "list" for some cases,
and using type "list" when a ask_from has only one entry
* interactive.pm: since "format" is now handled for combo boxes, combo
boxes are used in much too many places. Fix this by forcing type "list"
for some cases, and using type "list" when a ask_from has only one entry
* bootloader.pm:
- fix some vga text modes 80x30
- chmod 600 lilo.conf when a password is given
- fix general "append"
(thanks to David Eastcott)
"password" works without "restricted", not the other way round (reported
by David Eastcott)
fix typo
2002/02/03 warly
* share/rpmsrate.server: synchronize with current cooker rpmsrate
2002/02/03 Pixel <pixel@mandrakesoft.com>
* any.pm: force a few more "list"s instead of "combo" boxes
since "format" is now handled for combo boxes, combo boxes are used in
much too many places. Fix this by forcing type "list" for some cases,
and using type "list" when a ask_from has only one entry
* interactive.pm: since "format" is now handled for combo boxes, combo
boxes are used in much too many places. Fix this by forcing type "list"
for some cases, and using type "list" when a ask_from has only one entry
* bootloader.pm: fix typo
help lilo when there is hdd with no hdc drive (needs testing!)
2002/02/03 warly
* share/rpmsrate.server, share/compssUsers.server: add rpmsrate.server and
compssUsers.server
2002/02/03 Pixel <pixel@mandrakesoft.com>
* bootloader.pm: help lilo when there is hdd with no hdc drive (needs
testing!)
2002/02/03 warly
* share/rpmsrate.server, share/compssUsers.server: add rpmsrate.server and
compssUsers.server
2002/02/02 Pixel <pixel@mandrakesoft.com>
* Xconfigurator.pm: XFree is now 4.2
* standalone/fileshareset: fix dropping samba sections which don't have
any "path="
2002/02/01 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/sv.po, share/po/DrakX.pot: updated Swedish file
* share/po/fr.po: merged again French file to recover some lost strings;
and added non breakable spaces at all the needed places as required
by French typography
2002/02/01 Pixel <pixel@mandrakesoft.com>
* my_gtk.pm: please perl_checker
* install_interactive.pm: use from_Mb for choosing the size of the windows
partition
* install_steps.pm: create symlink /etc/security/msec/server in security >
3
2002/02/01 Till Kamppeter <till@mandrakesoft.com>
* printerdrake.pm: First steps of the implementation for the "Add printer"
wizard.
* detect_devices.pm: Made auto-detection working for HP DeskJet 840C on
USB
General improvements for reliability of USB printer auto-detection
2002/02/01 yduret
* pixmaps/wiz_scannerdrake.png: readding it with -kb option (i am still
jeune and boulet)
rm for readding with -kb option (i am jeune and boulet)
* standalone/logdrake: ergo fix thx dadou report
fix --explain=foo bug that prevent to show anything
* bootlook.pm: ergo fix thx dadou report...
2002/02/01 Pablo Saratxaga <pablo@mandrakesoft.com>
* services.pm, standalone/drakbackup, printerdrake.pm,
standalone/logdrake: changed some strings to make translation easier
* share/po/be.po, share/po/sp.po, share/po/zh_CN.po, share/po/pt.po,
share/po/DrakX.pot, share/po/es.po, share/po/fr.po, share/po/bg.po,
share/po/ga.po, share/po/sr.po, share/po/de.po, share/po/et.po,
share/po/tr.po, share/po/eu.po, share/po/az.po, share/po/ru.po,
share/po/pt_BR.po, share/po/hr.po, share/po/ko.po, share/po/cy.po,
share/po/nl.po, share/po/ja.po, share/po/wa.po, share/po/sv.po,
share/po/is.po, share/po/hu.po, share/po/it.po, share/po/id.po,
share/po/pl.po, share/po/no.po, share/po/fi.po, share/po/th.po,
share/po/el.po, share/po/sk.po, share/po/lt.po, share/po/ar.po,
share/po/sl.po, share/po/vi.po, share/po/br.po, share/po/ca.po,
share/po/gl.po, share/po/lv.po, share/po/uk.po, share/po/eo.po,
share/po/ro.po, share/po/bs.po, share/po/da.po, share/po/zh_TW.po,
share/po/cs.po, share/po/af.po: updated pot file
2002/02/01 Pixel <pixel@mandrakesoft.com>
* my_gtk.pm: please perl_checker
* install_interactive.pm: use from_Mb for choosing the size of the windows
partition
* Xconfigurator.pm: testFinalConfig now returns false if test is skipped
because of a bad_card or
verybad_card and $skip_badcard is not set
2002/01/31 Pablo Saratxaga <pablo@mandrakesoft.com>
* lang.pm, share/keyboards.tar.bz2, keyboard.pm: Added Tamil language and
keyboard choices (KDE is translated to Tamil)
2002/01/31 yduret
* pixmaps/wiz_scannerdrake.png: on rajoute la zolie image
2002/01/30 Pablo Saratxaga <pablo@mandrakesoft.com>
* Xconfigurator.pm: Added setting of model=jp106 for Japanese keyboard
* keyboard.pm, share/keyboards.tar.bz2: Added Bulgarian "phonetic"
keyboard
* lang.pm: Enabled "ms" language in the language selection list (there are
Gnome and KDE
translations for it)
* share/po/be.po, share/po/zh_CN.po, share/po/no.po, share/po/fi.po,
share/po/es.po, share/po/bg.po, share/po/de.po, share/po/et.po,
share/po/el.po, share/po/ru.po, share/po/br.po, share/po/uk.po,
share/po/eo.po, share/po/bs.po, share/po/nl.po, share/po/ro.po,
share/po/da.po, share/po/zh_TW.po, share/po/cs.po, share/po/hu.po:
updated some po files
2002/01/30 Pixel <pixel@mandrakesoft.com>
* share/rpmsrate: add gnome-core in GNOME (used to be required?)
* Xconfigurator_consts.pm, Xconfigurator.pm: move "what is the
running_window_manager" and "ask_window_manager_to_logout" to any.pm
* any.pm (ask_window_manager_to_logout, running_window_manager): created
from Xconfigurator and cleaned
(selectLanguage): if $langs is empty, don't ask for "other languages"
* pixmaps/wiz_printerdrake.png: re-adding with -kb
removing for re-adding with -kb
* standalone/localedrake: now works in normal user: it modifies the
~/.i18n (todo: handle kde crazy variables?)
* lang.pm: handle read'ing and write'ing to a specified file (useful
example: ~/.i18n)
2002/01/30 sdupont
* standalone/drakbackup: complex merging....
change /var/drakbackup to /var/lib/drakbackup
crontab update
mail report update
sendmail update
require rpm mode
code optimisation
remove about gi
new help function
2002/01/29 Till Kamppeter <till@mandrakesoft.com>
* pixmaps/wiz_printerdrake.png: Added logo for the "Add Printer" wizard of
printerdrake.
* printer.pm, printerdrake.pm: Prepared printerdrake for the "Add printer"
wizard.
Improvements for the selection of a local printer, especially when no or
one printer was detected.
2002/01/29 dam's <damien@mandrakesoft.com>
* my_gtk.pm: icons placements are better
2002/01/29 Guillaume Cottenceau <gc@mandrakesoft.com>
* standalone/drakbug_report, standalone/drakautoinst, install2.pm,
install_any.pm, install_steps.pm, log.pm, docs/README, pkgs.pm: move
/root/* files (ddebug.log, install.log, report.bug,
auto_inst.cfg.pl, replay_install.img) to /root/drakx/,
and also save stage1.log there
* partition_table_raw.pm: add new pixel-made grub signature
* crypto.pm: update land2tzs accordingly to new url2land
Add url2land entries for nl, it, at
* any.pm: move /root/* files (ddebug.log, install.log, report.bug,
auto_inst.cfg.pl, replay_install.img) to /root/drakx/,
and also save stage1.log there
rephrase a little bit highest level
to not refer to "level 4" anymore
use formatAlaTeX for describing security levels
* install_steps_interactive.pm: fix thanks to chipaux msg about mkbootdisk
2002/01/29 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/fr.po, share/po/sv.po, share/po/hr.po, share/po/de.po,
share/po/DrakX.pot, help.pm, share/po/it.po, share/po/eu.po,
share/po/es.po: updated pot file with help messages from manual
2002/01/29 Pixel <pixel@mandrakesoft.com>
* interactive.pm: handle "format" for combo's
* bootloader.pm: use the new format for combo's to clean code handling
{vga} field
* diskdrake/hd_gtk.pm: look diskdrake.rc in another directory
* any.pm: use the new format for combo's to clean code handling {vga}
field
handle the case where samba and/or nfs-utils are not installed
* install_steps.pm: move the various bootloader::add_append's in
setupBootloaderBefore
* diskdrake/smbnfs_gtk.pm: handle the case where samba and/or nfs-utils
are not installed
* install_steps_interactive.pm: visually unselect X and docs when minimal
install
"With X" choice is now working
handle "Cancel" on language selection
2002/01/29 Till Kamppeter <till@mandrakesoft.com>
* pixmaps/wiz_printerdrake.png: Added logo for the "Add Printer" wizard of
printerdrake.
* printer.pm, printerdrake.pm: Prepared printerdrake for the "Add printer"
wizard.
Improvements for the selection of a local printer, especially when no or
one printer was detected.
2002/01/29 Thierry Vignaud <tvignaud@mandrakesoft.com>
* interactive.pm: fix pixel's minimal example using interactive.
2002/01/29 yduret
* docs/interactive/ask_from_list, docs/interactive/wait_message,
docs/interactive/ask_from_treelist, docs/interactive/ask_from_listf,
docs/interactive/ask_from: added some snipet coe for example
* standalone/logdrake: logdrake is now under gi/perl-install/standalone
2002/01/29 Pixel <pixel@mandrakesoft.com>
* diskdrake/hd_gtk.pm: look diskdrake.rc in another directory
* install_steps.pm: move the various bootloader::add_append's in
setupBootloaderBefore
2002/01/28 Guillaume Cottenceau <gc@mandrakesoft.com>
* share/po/fr.po: do the few new translations
* standalone.pm: try to reflect hierarchy for */*.pm
2002/01/28 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/zh_CN.po, share/po/no.po, share/po/fi.po, share/po/DrakX.pot,
share/po/es.po, share/po/fr.po, share/po/bg.po, share/po/de.po,
share/po/sk.po, crypto.pm, share/po/tr.po, share/po/eu.po,
printerdrake.pm, standalone/draknet, share/po/vi.po, share/po/ko.po,
share/po/uk.po, share/po/nl.po, share/po/bs.po, share/po/ja.po,
standalone/drakbackup, share/po/wa.po, share/po/sv.po, share/po/da.po,
share/po/zh_TW.po, share/po/cs.po, share/po/hu.po, share/po/af.po,
share/po/id.po: Corrected various English typos
2002/01/28 Pixel <pixel@mandrakesoft.com>
* install_steps.pm: fix typo
* partition_table.pm: warn if partitions have been renumbered due to a
partition being added or removed
* diskdrake/interactive.pm: don't warn_if_renumbered during install
warn if partitions have been renumbered due to a partition being added
or removed
2002/01/28 siegel
* share/po/de.po: new german version
2002/01/28 Till Kamppeter <till@mandrakesoft.com>
* printerdrake.pm: Replaced "sleep" commands by a subroutine which waits
exactly until CUPS is ready.
CUPS >= 1.1.12 needs to "know" all devices, let CUPS restart if a device
is not "known" to it.
* printer.pm: Removed debug helper line.
Replaced "sleep" commands by a subroutine which waits exactly until CUPS
is ready.
CUPS >= 1.1.12 needs to "know" all devices, let CUPS restart if a device
is not "known" to it.
2002/01/28 Thierry Vignaud <tvignaud@mandrakesoft.com>
* share/po/br.po: update brezhoneg translations
* share/po/fr.po: more french translations
2002/01/28 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/zh_CN.po, share/po/no.po, share/po/fi.po, share/po/DrakX.pot,
share/po/es.po, share/po/fr.po, share/po/bg.po, share/po/de.po,
share/po/sk.po, crypto.pm, share/po/tr.po, share/po/eu.po,
printerdrake.pm, standalone/draknet, share/po/vi.po, share/po/ko.po,
share/po/uk.po, share/po/nl.po, share/po/bs.po, share/po/ja.po,
standalone/drakbackup, share/po/wa.po, share/po/sv.po, share/po/da.po,
share/po/zh_TW.po, share/po/cs.po, share/po/hu.po, share/po/af.po,
share/po/id.po: Corrected various English typos
2002/01/28 Pixel <pixel@mandrakesoft.com>
* install_steps.pm: fix typo
* diskdrake/interactive.pm, partition_table.pm: warn if partitions have
been renumbered due to a partition being added or removed
2002/01/28 dam's <damien@mandrakesoft.com>
* network/tools.pm, network/netconnect.pm: debug network testing
2002/01/28 François Pons <fpons@mandrakesoft.com>
* mdk-stage1/init-data/msgboot-graphicallogo.img.bz2: updated color of
scroll bar and reduced its size.
* bootloader.pm: fixed get_append if key=mem.
timeout passed to 10 instead of 5.
2002/01/28 Guillaume Cottenceau <gc@mandrakesoft.com>
* share/rpmsrate: update games rates
2002/01/28 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/be.po, share/po/sp.po, share/po/zh_CN.po, share/po/pt.po,
share/po/DrakX.pot, share/po/es.po, share/po/fr.po, share/po/bg.po,
share/po/ga.po, share/po/sr.po, share/po/de.po, share/po/et.po,
share/po/tr.po, share/po/eu.po, share/po/az.po, share/po/ru.po,
share/po/pt_BR.po, share/po/hr.po, share/po/ko.po, share/po/cy.po,
share/po/nl.po, share/po/ja.po, share/po/wa.po, share/po/sv.po,
share/po/is.po, share/po/hu.po, share/po/it.po, share/po/id.po,
share/po/pl.po, share/po/fi.po, share/po/no.po, share/po/th.po,
share/po/el.po, share/po/sk.po, share/po/lt.po, share/po/ar.po,
share/po/sl.po, share/po/vi.po, share/po/br.po, share/po/ca.po,
share/po/gl.po, share/po/lv.po, share/po/uk.po, share/po/eo.po,
share/po/ro.po, share/po/bs.po, share/po/da.po, share/po/zh_TW.po,
share/po/cs.po, share/po/af.po: updated pot file
2002/01/28 Pixel <pixel@mandrakesoft.com>
* install_any.pm (remove_advertising): ensure removing /tmp/drakx-images
can't fail
* any.pm: simpler&nicer solution for writing kppprc in utf8
have kppprc strings in utf8
* detect_devices.pm: remove test code
* install_steps.pm, bootloader.pm: cleanup perImageAppend code (hopefully
handling nicely the mem=nopentium case)
* diskdrake/smbnfs_gtk.pm: don't use wait_message's when waiting (waiting
is usually very short), use a waiting cursor instead.
(the wait_message's were causing bad interactivity stuff)
2002/01/27 Pixel <pixel@mandrakesoft.com>
* interactive.pm: add a minimal example
* services.pm:
- move the require on my_gtk to ask_standalone_gtk
- cleanup
* Makefile.config:
- adapt to new diskdrake modules
- add logdrake to STANDALONEPMS_
* my_gtk.pm: strange protection against ensure_focus generating a "focus"
event causing a
dead-loop (reminder: ensure_focus helps ensuring a widget is focused)
* Makefile.drakxtools, standalone.pm, Makefile, diskdrake_interactive.pm,
install_interactive.pm, diskdrake.pm:
- adapt to new diskdrake modules
- some cleanup in drakxtools build
* diskdrake/removable.pm: remove debugging code
new diskdrake modules (diskdrake_interactive is now
diskdrake::interactive, diskdrake is now diskdrake::hd_gtk, others
created from diskdrake.pm)
* diskdrake/interactive.pm, diskdrake/hd_gtk.pm,
diskdrake/removable_gtk.pm: new diskdrake modules (diskdrake_interactive
is now diskdrake::interactive, diskdrake is now diskdrake::hd_gtk,
others created from diskdrake.pm)
* diskdrake/smbnfs_gtk.pm: fix updating the actions
new diskdrake modules (diskdrake_interactive is now
diskdrake::interactive, diskdrake is now diskdrake::hd_gtk, others
created from diskdrake.pm)
* network/nfs.pm: find_exports: add a timeout
* fs.pm: new function fstab_to_string
* standalone/diskdrake: handle --removable *and* --removable=<dev>
handle --removable=<dev>
- new options --hd, --nfs, --smb, --removable
- adapt to new diskdrake modules
- save $all_hds->{current_fstab} to know if /etc/fstab must be saved
2002/01/25 fabman
* share/po/es.po: updated spanish translation
2002/01/25 Pixel <pixel@mandrakesoft.com>
* share/rpmsrate: add devfsd
* install_any.pm: remove_advertising: use rm_rf since we don't have the
real list of files (the .pl's are not in @advertising_images)
* mdk-stage1/pci-resource/update-pci-ids.pl: remove 'ncr53c8xx'
2002/01/25 Till Kamppeter <till@mandrakesoft.com>
* printer.pm, printerdrake.pm: Less important options only shown when
"Advanced" button clicked.
Handling of cursor position in the main window improved.
Handling of empty printer queue list in main window improved.
Removed line breaks from longer texts, so that text flows into window
nicely
Minor text improvements.
2002/01/25 dam's <damien@mandrakesoft.com>
* install_any.pm: advertising engine updated
* share/logo-mandrake.png: beta logo
* install_steps_gtk.pm: corrected decy
advertising engine updated
2002/01/25 Guillaume Cottenceau <gc@mandrakesoft.com>
* share/po/fr.po: please find a better fix
2002/01/25 Pixel <pixel@mandrakesoft.com>
* bootloader.pm: prefer default linux-{smp,enterprise,secure} over simple
linux
fix spelling
* Makefile: call clean-rpmsrate
* mdk-stage1/pci-resource/update-pci-ids.pl: remove 'ncr53c8xx'
2002/01/25 dam's <damien@mandrakesoft.com>
* install_steps_gtk.pm, install_any.pm: advertising engine updated
* share/po/fr.po: typo
* share/logo-mandrake.png: beta logo
2002/01/25 Guillaume Cottenceau <gc@mandrakesoft.com>
* share/po/fr.po: please find a better fix
2002/01/25 Pixel <pixel@mandrakesoft.com>
* mdk-stage1/Makefile: ensure errors propagate
* bootloader.pm: prefer default linux-{smp,enterprise,secure} over simple
linux
fix spelling
* Makefile: call clean-rpmsrate
* mdk-stage1/pci-resource/Makefile: silly shell
ensure errors propagate
2002/01/25 dam's <damien@mandrakesoft.com>
* share/po/fr.po: typo
corrected too long label Mise à niveau deas paquetages seule. please
find a better FIX
2002/01/25 François Pons <fpons@mandrakesoft.com>
* install_steps_gtk.pm: cosmetic changes.
* pkgs.pm: fixed try opening to trigger changeCD callback.
2002/01/24 Pixel <pixel@mandrakesoft.com>
* share/rpmsrate:
- add msec in any install
- use BIGMEM flag for kernel-enterprise
- use SMP flag for kernel-smp
(those 2 goes together with Warly's clean-rpmsrate)
add flag DOCS which should work together with !excludedocs
* any.pm: ensure grub is installed if grub is chosen
* install_any.pm:
- add DOCS (based on !excludedocs)
- set BIGMEM and SMP flags
(since kernel-smp and kernel-enterprise sub-numbers are better handled
by
rpmsrate together with Warly's clean-rpmsrate)
* install_steps_interactive.pm, install2.pm: minimal install now handles
excludedocs
* install_steps.pm: log excludedocs
minimal install now handles excludedocs
put devfs=mount only if devfsd is installed
* diskdrake_interactive.pm: truncate lvm name to 63 characters since
longer vg names are not allowed
2002/01/24 Till Kamppeter <till@mandrakesoft.com>
* detect_devices.pm, printer.pm, printerdrake.pm: Fixed bug of empty menu
entry appearing after adding a new printer.
Modified "Local Printer" dialog to be more newbie-friendly.
2002/01/23 dam's <damien@mandrakesoft.com>
* network/adsl.pm: updated speedtouch code to use pppoa3
* my_gtk.pm: removed font loading
2002/01/23 François Pons <fpons@mandrakesoft.com>
* bootloader.pm: fixed to allow multiple mem=xxx parameter (especially
mem=nopentium).
* install_steps.pm: restored mem=nopentium.
removed mem=nopentium.
2002/01/23 Pixel <pixel@mandrakesoft.com>
* standalone/fileshareset: name mangling max length set to 12
use name mangling for samba labels
2002/01/23 Till Kamppeter <till@mandrakesoft.com>
* printer.pm, printerdrake.pm: New user interface in main window
More printer info in printer modification window
Better support for remote CUPS printers
2002/01/22 dam's <damien@mandrakesoft.com>
* my_gtk.pm: improved widget_icons
* install_steps.pm: added net_cnx_pg output when configuring network in
auto install
2002/01/22 François Pons <fpons@mandrakesoft.com>
* pkgs.pm: added support to save already existing synthesis file.
* install_any.pm: changed code to build synthesis file, check if they have
not already been copied
from mirror, or build them using parsehdlist.
2002/01/22 Guillaume Cottenceau <gc@mandrakesoft.com>
* share/po/fr.po: Translate a few things more
2002/01/22 Pixel <pixel@mandrakesoft.com>
* diskdrake_interactive.pm: cleanup error messages (and fix diskdrake's)
defaults to ext3 instead of ext2
* interactive.pm: add "quit_if_double_click" and "tree_expanded" flags
(request from till)
add feature "allow_empty_list" for "list" entries (disables the special
cases for 0 and 1 element lists)
* install_any.pm, diskdrake.pm: cleanup error messages (and fix
diskdrake's)
* install_interactive.pm, raid.pm: defaults to ext3 instead of ext2
* partition_table.pm: remove unused auto_win_extended stuff
handle extended partitions with no partitions inside (esp. for the first
hda5 & windows XP)
* bootloader.pm:
- fix default not being formatted like labels for lilo
- check the label is not already used *case-sensitively*
- check a kernel_or_dev is given
* any.pm:
- remove the default entry when that entry is removed
- use allow_empty_list for displaying the entries
- fix default not being formatted like labels for lilo
- check the label is not already used *case-sensitively*
- check a kernel_or_dev is given
* fsedit.pm: yet again better error reporting
defaults to ext3 instead of ext2
* standalone/drakboot, bootlook.pm: fix yves's code duplication of
lilo_choice (use $::lilo_choice in bootlook)
* interactive_gtk.pm: add "quit_if_double_click" and "tree_expanded" flags
(request from till)
* install_steps_interactive.pm: cleanup error messages (and fix
diskdrake's)
better messages for the minimal installs
* standalone/diskdrake: yet again better error reporting
cleanup error messages (and fix diskdrake's)
* share/rpmsrate: move mandrake-mime from SYSTEM to X
lower sndconfig
2002/01/22 fcrozat
* share/rpmsrate: Really install gnome control center when installing
GNOME
2002/01/22 François Pons <fpons@mandrakesoft.com>
* install_steps.pm: added mem=nopentium for any Athlon or Duron processor.
2002/01/22 Guillaume Cottenceau <gc@mandrakesoft.com>
* Makefile: exclude standalone from testing
* share/po/fr.po: resolve small conflict
2002/01/22 Pixel <pixel@mandrakesoft.com>
* modules.pm: add the new "mii" module to 'net_raw'
* install_steps_interactive.pm: better messages for the minimal installs
fix a few cancel's (reported by slegros)
don't ask security level in non-expert
* install_steps_gtk.pm, install_interactive.pm: fix a few cancel's
(reported by slegros)
* share/rpmsrate: move mandrake-mime from SYSTEM to X
lower sndconfig
2002/01/21 Pixel <pixel@mandrakesoft.com>
* interactive_gtk.pm, my_gtk.pm: hopefully better dialog box sizing
* install_steps_interactive.pm, install2.pm: can't call
any::config_libsafe so early during install, move it where msec is
called
* any.pm: quiet perl's warning
2002/01/21 dam's <damien@mandrakesoft.com>
* install_steps.pm: fixed network conf in auto install
corrected network down
* my_gtk.pm: removed debug print
icons widget improvment : icon placment, highlighting
2002/01/21 Pixel <pixel@mandrakesoft.com>
* diskdrake.pm: increase the size of the "Choose action" box
* diskdrake_interactive.pm: remove the "Active" partition feature
* interactive_gtk.pm, my_gtk.pm: hopefully better dialog box sizing
* install2.pm: can't call any::config_libsafe so early during install,
move it where msec is called
* install_steps_interactive.pm: can't call any::config_libsafe so early
during install, move it where msec is called
cleanup, update, enhance security level choice
* standalone/draksec: cleanup, update, enhance security level choice
* install_steps.pm: remove deprecated msec groups adding
cleanup
* tools/i386/netboot/stage2.3c90x, tools/i386/netboot/grub: newer grub
* any.pm: quiet perl's warning
cleanup, update, enhance security level choice
when creating users, add handling of xgrp/rpm/adm/wheel groups in high
security
fix advice about "usermod -G"
* tools/i386/netboot/menu.lst.example: add gateway parameter
2002/01/21 dam's <damien@mandrakesoft.com>
* share/logo-mandrake.png: new ugly icon
* install_steps.pm: corrected network down
2002/01/21 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/be.po, share/po/sp.po, share/po/zh_CN.po, share/po/pt.po,
share/po/DrakX.pot, share/po/es.po, share/po/fr.po, share/po/bg.po,
share/po/ga.po, share/po/sr.po, share/po/de.po, share/po/et.po,
share/po/tr.po, share/po/eu.po, share/po/az.po, share/po/ru.po,
share/po/pt_BR.po, share/po/hr.po, share/po/ko.po, share/po/cy.po,
share/po/nl.po, share/po/ja.po, share/po/wa.po, share/po/sv.po,
share/po/is.po, share/po/hu.po, share/po/it.po, share/po/id.po,
share/po/pl.po, share/po/fi.po, share/po/no.po, share/po/th.po,
share/po/el.po, share/po/sk.po, share/po/lt.po, share/po/ar.po,
share/po/sl.po, share/po/vi.po, share/po/br.po, share/po/ca.po,
share/po/gl.po, share/po/lv.po, share/po/uk.po, share/po/eo.po,
share/po/ro.po, share/po/bs.po, share/po/da.po, share/po/zh_TW.po,
share/po/cs.po, share/po/af.po: updated pot file
2002/01/21 Pixel <pixel@mandrakesoft.com>
* share/fonts.tar.bz2: add helvR12_iso15
* install_steps_interactive.pm: """ When I choose a / partition smaller
than 200 MB, the installation
gives me an error message complaining that my system does not
have enough free space for the installation, although basesystem
install
require less than 100 MB. """
up to around 250MB, minimal install is chosen.
questions are: base system only, or no X, or normal.
2002/01/21 siegel
* share/po/de.po: updates
* standalone/drakbackup: fixed i18n bugs
2002/01/20 Pixel <pixel@mandrakesoft.com>
* install2.pm: call msec with run_commands=0 to fix the network reloading
(causing various problems, esp. "Net::FTP: Timeout" at X config step)
2002/01/20 Guillaume Cottenceau <gc@mandrakesoft.com>
* standalone/drakbackup: sorry, _("$_") is not allowed
2002/01/20 Pixel <pixel@mandrakesoft.com>
* share/po/fr.po: fix "`msgid' and `msgstr' entries do not both end with
'\n'"
* install2.pm: call msec with run_commands=0 to fix the network reloading
(causing various problems, esp. "Net::FTP: Timeout" at X config step)
2002/01/20 yduret
* timezone.pm: added Italy (time.ien.it) in
2002/01/19 Stew Benedict <sbenedict@mandrakesoft.com>
* standalone/drakbackup: Rework English syntax in drakbackup - hopefully
I've got the intent correct ;^)
2002/01/19 Till Kamppeter <till@mandrakesoft.com>
* detect_devices.pm: Replaced USB printer auto-detection by a more
reliable method.
2002/01/18 François Pons <fpons@mandrakesoft.com>
* install_steps_interactive.pm: changed Update -> Upgrade for installation
class.
2002/01/18 Guillaume Cottenceau <gc@mandrakesoft.com>
* standalone/draknet:
- move 'use standalone' up to comply to 'explanations'
- fix an english typo, s/connexion/connection/
* standalone/drakgw:
- move 'use standalone' up to comply to 'explanations'
- write higher-level 'explanations'
- small fix, s/`ls ..`/glob(..)/
* standalone/scannerdrake:
- move 'use standalone' up to comply to 'explanations'
- fix a small english problem
* share/po/fr.po: reduce a lot of fuzzy and untranslations
large stuff from printerdrake, drakbackup and drakfont still to do :-)
* c/stuff.xs.pm, standalone/printerdrake, standalone/net_monitor,
standalone/drakautoinst, standalone/keyboarddrake,
standalone/localedrake, standalone/livedrake, standalone/drakboot,
standalone/draksec, standalone/tinyfirewall, standalone/mousedrake,
standalone/drakxservices, standalone.pm, standalone/drakproxy,
standalone/XFdrake, standalone/diskdrake, standalone/adduserdrake,
standalone/drakxconf, log.pm, standalone/logdrake,
standalone/drakbackup, standalone/drakfont:
- write the 'common' part of the 'explanations' stuff,
with nice help from Pixel for the tough Perl part
- move 'use standalone' up in all standalone apps,
to comply to 'explanations'
2002/01/18 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/gen_locales.sh, share/locales-skeleton.tar.bz2,
share/fonts.tar.bz2: changes to get in line with new XFree86
2002/01/18 Pixel <pixel@mandrakesoft.com>
* share/gen_locales.sh, share/locales-skeleton.tar.bz2: find the X11
locale on the box so that XI18N_OBJS's and common are included
2002/01/18 François Pons <fpons@mandrakesoft.com>
* install_any.pm: add update flag for urpmi medium.
* install_steps_interactive.pm: even if user cancel update of package on
tree, allow urpmi to install the medium.
avoid downNetwork as no difference are made between ethernet or ppp.
fixed typo.
allow cancel when installUpdates.
* crypto.pm: add update medium for crypto for urpmi (flag update).
fixed typo.
allow selection/deselection of update medium (for cancel of
installation).
* install_steps_gtk.pm: allow choosePackageTree to display a cancel if a
specific medium has been given.
2002/01/18 Pixel <pixel@mandrakesoft.com>
* share/gen_locales.sh, share/locales-skeleton.tar.bz2: find the X11
locale on the box so that XI18N_OBJS's and common are included
2002/01/18 sdupont
* standalone/drakfont: update warning messages (qa).
* standalone/drakbackup: fix traduction problems and more ...
2002/01/17 Pixel <pixel@mandrakesoft.com>
* fsedit.pm, diskdrake_interactive.pm: better error message when auto
allocate doesn't do anything
2002/01/17 dam's <damien@mandrakesoft.com>
* network/tools.pm, network/netconnect.pm: draknet : success message only
if success
* my_gtk.pm: added timeout for redrawing icon widget
2002/01/17 fcrozat
* share/rpmsrate: kdebase-nsplugins will be installed by default when
selecting KDE
2002/01/17 François Pons <fpons@mandrakesoft.com>
* pkgs.pm: avoid upgrading a package by selection on files unless it has
been obsoleted.
2002/01/17 Pixel <pixel@mandrakesoft.com>
* diskdrake.pm: check the mountpoint is valid for encrypting (disallow "/"
and "/usr")
* fsedit.pm, diskdrake_interactive.pm: better error message when auto
allocate doesn't do anything
check the mountpoint is valid for encrypting (disallow "/" and "/usr")
* fs.pm: do not create /swap
* services.pm: move service apcupsd from Printing to System
* bootloader.pm: fix many disks bios remapping (esp. booting on scsi when
ide is present)
2002/01/17 sdupont
* standalone/drakbackup: stable version for qa pkg.
(without unstables options)
2002/01/16 Pixel <pixel@mandrakesoft.com>
* any.pm: fix cancel on scsi module loading
2002/01/16 sdupont
* standalone/drakbackup: update send mail.
(pixel mode. ;))
2002/01/16 Guillaume Cottenceau <gc@mandrakesoft.com>
* install_steps_interactive.pm: installUpdates: use formatAlaTeX
2002/01/16 Pixel <pixel@mandrakesoft.com>
* any.pm: fix cancel on scsi module loading
* install_steps_interactive.pm: don't drop default_packages in "Base
system only"
* standalone/fileshareset: add locking to ensure things are in a proper
state
2002/01/15 dam's <damien@mandrakesoft.com>
* install_steps_gtk.pm: advertising engine amelioration
* my_gtk.pm: automatic icon placement in icon_labels_widget
2002/01/15 Pixel <pixel@mandrakesoft.com>
* diskdrake_interactive.pm: remove the test trick
encrypted filesystem handling:
- using losetup
- add "Options" for partitions in diskdrake (expert mode)
* c/stuff.xs.pm, fs.pm, share/list, fsedit.pm, devices.pm, install_any.pm,
diskdrake.pm: encrypted filesystem handling:
- using losetup
- add "Options" for partitions in diskdrake (expert mode)
2002/01/15 dam's <damien@mandrakesoft.com>
* network/isdn_consts.pm: updated
2002/01/15 Pixel <pixel@mandrakesoft.com>
* diskdrake_interactive.pm: remove the test trick
encrypted filesystem handling:
- using losetup
- add "Options" for partitions in diskdrake (expert mode)
* c/stuff.xs.pm, fs.pm, share/list, fsedit.pm, devices.pm, install_any.pm,
diskdrake.pm: encrypted filesystem handling:
- using losetup
- add "Options" for partitions in diskdrake (expert mode)
* any.pm: have ddcxinfos take the best result of every run
2002/01/15 sdupont
* standalone/drakfont: fix progress bar problem.
some gi updates:
- windows font importation.
- advanced font importation.
- licence interface.
- ...
* standalone/drakbackup: new ./drakbackup --show-conf
fix daemon problem (media to use).
update informations on drakbackup report mail.
__ 3290 lines.
man pages fr created.
some code cleaning on backend mode. (all_user_list && return_path)
new functions on backend mode:
- show-conf
- debug
- help
- version.
2002/01/14 Guillaume Cottenceau <gc@mandrakesoft.com>
* modules.pm:
- eata is SCSI adapter, not 'disk' adapter
- have eata module in boot floppies
* mdk-stage1/pci-resource/update-pci-ids.pl: we need also "big" modules in
pci ids
* share/rpmsrate: have lbreakout weigthed 4 instead of 2
* mdk-stage1/modules.c: suggest other.img in file-not-found-in-archive
(sugg David Faure
and Pixel)
2002/01/14 Pixel <pixel@mandrakesoft.com>
* install_steps.pm: fix typo (making auto installs working again)
2002/01/13 Pixel <pixel@mandrakesoft.com>
* share/rpmsrate: s/lbreakout/lbreakout2/
* install_steps_interactive.pm: cleanup
2002/01/13 sdupont
* standalone/drakbackup: some updates ...
in "more option" steps user could choose to receive a report by mail for
each backups.
ftp backup work.
fix time problems.
remove doc from file.
security fix for configuration file.
2002/01/11 dam's <damien@mandrakesoft.com>
* install_steps_gtk.pm: advertising engine works !
champagne.
still some display bugs, but they will be corrected later.
need new ads and adequat description file
new advertising engine
* install_any.pm: modifications for new avertising engine
* my_gtk.pm: new icons placement
2002/01/11 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/sp.po, share/po/zh_CN.po, share/po/fi.po, share/po/DrakX.pot,
share/po/th.po, share/po/es.po, share/po/fr.po, share/po/sr.po,
share/po/de.po, share/po/el.po, share/po/et.po, share/po/sk.po,
share/po/tr.po, share/po/ar.po, share/po/az.po, share/po/eu.po,
share/po/sl.po, share/po/vi.po, share/po/eo.po, share/po/wa.po,
share/po/sv.po, share/po/zh_TW.po, share/po/Makefile, share/po/af.po,
share/po/it.po: updated Spanish file; merged help-* files
2002/01/11 sdupont
* standalone/drakbackup: update header pixmaps.
correction of message problem.
* pixmaps/drakfont.620x57.png, pixmaps/BDO-drakebackup1.png,
pixmaps/drakbackup.540x57.png: update pixmaps for drakbakup & drakfont.
* standalone/drakfont: update header pixmaps.
2002/01/10 dam's <damien@mandrakesoft.com>
* install_steps_gtk.pm: domainname corection
* network/network.pm: domainname corection
corrected network domainname pb
* install2.pm: corrected read_resolv => read_conf
2002/01/10 François Pons <fpons@mandrakesoft.com>
* install_steps_interactive.pm: english taste inspired by daminette.
2002/01/10 Guillaume Cottenceau <gc@mandrakesoft.com>
* rescue/lsparts: better looking output of type of partition (%x => %0x)
2002/01/09 dam's <damien@mandrakesoft.com>
* network/adsl.pm, standalone/net_monitor, standalone/draknet,
network/network.pm, network/modem.pm, network/netconnect.pm: big merge
from update 8.1 with cvs
First part. Part 2 following
* my_gtk.pm: added bold option in text creation. Some corrections
* install_steps_interactive.pm: corrected fpons typo
2002/01/09 François Pons <fpons@mandrakesoft.com>
* install_any.pm: fixed too many package selected for No X or With X
option of minimal installation.
* install_steps_interactive.pm: avoid asking for minimal install for
upgrade.
* crypto.pm: fix incomplete prefix for update mirror when adding an entry
for urpmi.
* pkgs.pm: use rpm version comparison function.
* c/stuff.xs.pm: added rpmvercmp.
2002/01/09 François Pons <fpons@mandrakesoft.com>
* install_any.pm: fixed too many package selected for No X or With X
option of minimal installation.
* install_steps_interactive.pm: avoid asking for minimal install for
upgrade.
* crypto.pm: fix incomplete prefix for update mirror when adding an entry
for urpmi.
* pkgs.pm: use rpm version comparison function.
* c/stuff.xs.pm: added rpmvercmp.
2002/01/09 François Pons <fpons@mandrakesoft.com>
* install_any.pm: fixed too many package selected for No X or With X
option of minimal installation.
* install_steps_interactive.pm: avoid asking for minimal install for
upgrade.
fixed stupid.
* crypto.pm: fix incomplete prefix for update mirror when adding an entry
for urpmi.
* pkgs.pm: use rpm version comparison function.
* c/stuff.xs.pm: added rpmvercmp.
2002/01/08 dam's <damien@mandrakesoft.com>
* install2.pm: cosmetik
2002/01/08 François Pons <fpons@mandrakesoft.com>
* install_steps_gtk.pm: added eval around pixmap drawing for advertising.
2002/01/08 Pixel <pixel@mandrakesoft.com>
* standalone/drakbackup: another round of bad use of _() fixes.
fixed bad use of _().
2002/01/08 sdupont
* standalone/drakbackup: drakbackup work ...
incremental backup and restore work.
2002/01/08 François Pons <fpons@mandrakesoft.com>
* Makefile: again fixed dam's sucking, please dam's check what you write
before commiting.
* standalone/drakautoinst: removed stupid invocation of _("$_"), is it
correct code to change it to $_ only ?
2002/01/08 François Pons <fpons@mandrakesoft.com>
* Makefile: again fixed dam's sucking, please dam's check what you write
before commiting.
* standalone/drakautoinst: removed stupid invocation of _("$_"), is it
correct code to change it to $_ only ?
2002/01/08 François Pons <fpons@mandrakesoft.com>
* Makefile: again fixed dam's sucking, please dam's check what you write
before commiting.
2002/01/07 François Pons <fpons@mandrakesoft.com>
* steps.pm: changed installUpdates after summary (to get corrected
timezone).
* install_any.pm: separated setDefaultPackages from setPackages because it
is used by allowing
only base system to be installed (allow remade a better package
selection).
* crypto.pm: added bestMirror method to retrieve a good mirror (according
to timezone) and
add salt with random number to avoid using always the same.
* install2.pm: added option to only upgrade packages.
* install_steps_interactive.pm: added minimal type of install support.
* share/list: fixed to match newer menu package.
2002/01/07 François Pons <fpons@mandrakesoft.com>
* steps.pm: changed installUpdates after summary (to get corrected
timezone).
* install_any.pm: separated setDefaultPackages from setPackages because it
is used by allowing
only base system to be installed (allow remade a better package
selection).
* crypto.pm: added bestMirror method to retrieve a good mirror (according
to timezone) and
add salt with random number to avoid using always the same.
* install2.pm: added option to only upgrade packages.
* install_steps_interactive.pm: added minimal type of install support.
* share/list: fixed to match newer menu package.
2002/01/07 dam's <damien@mandrakesoft.com>
* Makefile: socmetic
typo
added debug mode for the whole install
* my_gtk.pm: removed print
new pack_start functions, powerpack sub added (code from adrien)
incorporated adrien's code to generalize pack functions
minor bug fixes
* install_steps.pm, network/netconnect.pm: corrected network connection
during install
* install2: added debug mode for the whole install
2002/01/07 François Pons <fpons@mandrakesoft.com>
* steps.pm: changed installUpdates after summary (to get corrected
timezone).
* install_any.pm: separated setDefaultPackages from setPackages because it
is used by allowing
only base system to be installed (allow remade a better package
selection).
* crypto.pm: added bestMirror method to retrieve a good mirror (according
to timezone) and
add salt with random number to avoid using always the same.
* install2.pm: added option to only upgrade packages.
* install_steps_interactive.pm: added minimal type of install support.
* share/list: fixed to match newer menu package.
* Makefile: fixed overwriting of install2 filtering, keep diagnostic and
strict for debug mode.
2002/01/07 Guillaume Cottenceau <gc@mandrakesoft.com>
* mdk-stage1/network.c: also log server name for HTTP install
2002/01/04 dam's <damien@mandrakesoft.com>
* network/adsl.pm, install_steps.pm, network/tools.pm, my_gtk.pm,
network/netconnect.pm: corrected minor bugs in network (among others bug
"modifying read only values")
recode upNetwork and downNetwork (it might work, at least if you are
lucky);
2002/01/04 dam's <damien@mandrakesoft.com>
* my_gtk.pm: corrected minor bugs in network (among others bug "modifying
read only values")
recode upNetwork and downNetwork (it might work, at least if you are
lucky);
corrected font display : no useless font->height, but ascent + descent
updated
* network/isdn_consts.pm: changed asus isdn hisax identify
* network/adsl.pm, install_steps.pm, network/tools.pm,
network/netconnect.pm: corrected minor bugs in network (among others bug
"modifying read only values")
recode upNetwork and downNetwork (it might work, at least if you are
lucky);
2002/01/04 François Pons <fpons@mandrakesoft.com>
* http.pm, install2.pm, steps.pm, install_any.pm: added update
installation support to install (big modifs need testing).
* pkgs.pm: allow to use same identifier for security medium (1u).
re-install urpmi.
allow some error to be catched.
added update installation support to install (big modifs need testing).
* crypto.pm: removed test code.
allow to use same identifier for security medium (1u).
re-install urpmi.
allow some error to be catched.
added update installation support to install (big modifs need testing).
* install_steps_interactive.pm: removed obsoleted comment.
allow to use same identifier for security medium (1u).
re-install urpmi.
allow some error to be catched.
added update installation support to install (big modifs need testing).
* install_steps_gtk.pm: fixed empty flat package selection when giving a
limit to medium.
added update installation support to install (big modifs need testing).
* install_steps.pm: allow to use same identifier for security medium (1u).
re-install urpmi.
allow some error to be catched.
fix for auto updates.
added update installation support to install (big modifs need testing).
2002/01/04 Pixel <pixel@mandrakesoft.com>
* detect_devices.pm: enable easy patch-adding of pcitable and usbtable
entries
2002/01/03 dam's <damien@mandrakesoft.com>
* standalone/drakbackup: user can be equal to 500
2002/01/03 François Pons <fpons@mandrakesoft.com>
* install_any.pm: updated code to create synthesis file (including
provides on files).
2002/01/03 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/ar.po: updated Arabic file
2002/01/03 Pixel <pixel@mandrakesoft.com>
* install2.pm, Xconfig.pm: save the output of ddcxinfos before
modprobe'ing i810fb, and use that output for Xconfig (when i810fb is
modprobe'd, ddc probe doesn't work anymore)
* install_steps_interactive.pm, install_steps_gtk.pm: fix english messages
* share/rpmsrate: as asked by Vincent Danen, lower uucp and raise sudo
* pkgs.pm: prefer gcc-cpp
* interactive_gtk.pm, interactive.pm: toggle Advanced/Basic button
* any.pm: fix english messages
save the output of ddcxinfos before modprobe'ing i810fb, and use that
output for Xconfig (when i810fb is modprobe'd, ddc probe doesn't work
anymore)
2002/01/02 Pablo Saratxaga <pablo@mandrakesoft.com>
* lang.pm: changed @euro locales to plain names; now old currencies ones
are obsolete
2001/12/31 sdupont
* standalone/drakfont: new fixed size and add a head pixmap (to update).
* standalone/drakbackup: lots of update ...
- cron work.
- backup incremental & normal work.
- corrupted backup data files supported.
- error messages updated.
- aff list of backup data files pbs.
- test all backup files before to restore it.
2001/12/30 Pixel <pixel@mandrakesoft.com>
* fs.pm: format home directories with "-m 0" for ext2&ext3, so that the
root reserved part is 0% (and not 5%)
2001/12/30 Pixel <pixel@mandrakesoft.com>
* fs.pm: format home directories with "-m 0" for ext2&ext3, so that the
root reserved part is 0% (and not 5%)
2001/12/28 Pixel <pixel@mandrakesoft.com>
* install_steps_interactive.pm (selectMouse): when selecting a usb mouse,
call setup_thiskind with
at_least_one=1 (so that pci_class probe is used and so unknown
serial_usb
recognised (cf ldetect))
* modules.pm (load_thiskind): allow $probe_type to be given, allowing
forced pci probe (unsafe)
* any.pm (setup_thiskind_backend): when at_least_one==1, try load_thiskind
forcing
pci_class probe when no modules is found.
2001/12/28 sdupont
* standalone/drakbackup: update select data on backup cd
2001/12/27 sdupont
* standalone/drakbackup: fix of user selection during restore step.
remove return_file_date.
change algo for incremental backup.
2001/12/26 sdupont
* standalone/drakbackup: some gi corrections & update.
incremental restore.
2001/12/22 Pixel <pixel@mandrakesoft.com>
* bootloader.pm: s/use pkgs/require pkgs/ since pkgs::versionCompare is
only used during install
* my_gtk.pm: export gtkcolor (used in install_steps_gtk)
make perl_checker happy
2001/12/22 sdupont
* pixmaps/backup_bot.png, pixmaps/cdrom.png, pixmaps/backup_time.png,
pixmaps/backup_bot2.png, pixmaps/backup_left.png, pixmaps/net.png,
pixmaps/backup_hd.png, pixmaps/backup_title.png,
pixmaps/backup_left2.png, pixmaps/filedialog.png, pixmaps/hd.png,
pixmaps/backup_options.png, pixmaps/backup_net.png: remove old
drakbackup pixmaps files.
* pixmaps/ic82-back-up-16.png, pixmaps/ic82-discdurwhat-40.png,
pixmaps/ic82-tape-40.png, pixmaps/ic82-moreoption-40.png,
pixmaps/ic82-where-40.png, pixmaps/ic82-system-40.png,
pixmaps/ic82-others-40.png, pixmaps/ic82-systemeplus-40.png,
pixmaps/ic82-network-40.png, pixmaps/ic82-CD-40.png,
pixmaps/ic82-when-40.png, pixmaps/ic82-back-up-32.png,
pixmaps/ic82-users-40.png, pixmaps/ic82-dossier-32.png,
pixmaps/ic82-back-up-48.png: drakbackup designer icons.
* standalone/drakbackup: add pixmaps on backup step.
new designer pixmaps on drakbackup.
2001/12/21 sdupont
* standalone/drakbackup: some update in file name parsing...
etc ...
* pixmaps/BDO-drakebackup1.png: drakbackup
2001/12/20 dam's <damien@mandrakesoft.com>
* install_steps_gtk.pm: API changed, so call changed
* share/logo-mandrake.png: new ayo logo
2001/12/20 sdupont
* standalone/drakbackup: update the todo header
the REQUIRE header
& code cleaning
- tar -cvf tarfilename --after-date="sept 1, 2000" /home
l.380 incremental: date -> if already exist do find -m ... | tar ...
non incremental: date + delete old before the backup
- correct detection of backups during restore.
- gi for other media during restore. hd-> ok
- backend for build backup update and support
incremental backups.
- real incremental backup
update resore & help.
2001/12/19 dam's <damien@mandrakesoft.com>
* my_gtk.pm: update graphical backend
2001/12/19 Guillaume Cottenceau <gc@mandrakesoft.com>
* modules.pm: add dl2k.o (nic module) per request of nplanel
2001/12/19 sdupont
* standalone/drakbackup:
- gi for other media during restore. hd-> ok
- backend for build backup update and support
incremental backups.
- real incremental backup
add other media source during restore.
- update help & license.
- code cleaning.
- ask during whqt sys step if user want to backup critical
files, like /etc/passwd /etc/group /etc/fstab
- use preserve permissions during tar
- begin of total backup step.( all partitions wanted, windows
partitions for example!)
- remove replace mode (backup_*_version is enought)
2001/12/18 François Pons <fpons@mandrakesoft.com>
* install_steps_gtk.pm: fixed dam's sucking (syntax error only, code is
untested).
2001/12/18 Pixel <pixel@mandrakesoft.com>
* any.pm: fix typos
2001/12/18 sdupont
* standalone/drakfont: include new pixmap on main menu.
* standalone/drakbackup: sort lists in all lists selection.
correct use of incremental backup
parse of restore & system state.
fix restore user selection problems
fix build backup data selection problems
ect ...
drakbackup -> drakxtools.rpm
* pixmaps/ic-drakfont-48.png: drakfont pixmap...
2001/12/18 yduret
* standalone/logdrake: fix console mode : exit now
2001/12/18 Pixel <pixel@mandrakesoft.com>
* any.pm: fix typos
2001/12/17 dam's <damien@mandrakesoft.com>
* install_steps_gtk.pm: power graphical backend update : text is now
centered
* my_gtk.pm: power graphical backend update : text is now centered
updated new graphical backend
2001/12/17 Guillaume Cottenceau <gc@mandrakesoft.com>
* interactive_gtk.pm, standalone/drakgw: drakgw for gold
* tools/pcmcia_config.patch: remove permanently (using
patch_pcmcia_config.pl now)
2001/12/17 Pixel <pixel@mandrakesoft.com>
* fs.pm, any.pm, install2.pm, bootloader.pm: clean_tmp now means using
tmpfs
2001/12/17 sdupont
* standalone/drakbackup:
________________________________________________________________
DONE:
incremental backups have depends whith replace options.
gtklist not maximized.
restore mode.
view date during restore
view size of file, date & hours during backup on CD
________________________________________________________________
2001/12/17 Pixel <pixel@mandrakesoft.com>
* fs.pm, any.pm, install2.pm, bootloader.pm: clean_tmp now means using
tmpfs
2001/12/14 François Pons <fpons@mandrakesoft.com>
* mdk-stage1/init-data/msgboot-graphicallogo.img.bz2: new picture for 8.2.
2001/12/14 Guillaume Cottenceau <gc@mandrakesoft.com>
* mdk-stage1/pci-resource/update-pci-ids.pl: change again way of selection
PCI entries :
what's in mar files --> what's given by modules (e.g. just
as update_kernel does)
2001/12/12 Guillaume Cottenceau <gc@mandrakesoft.com>
* install2.pm: use "askdisplay" to ask a question at begining of install
for what
display you want to use during install
* Makefile, tools/patch_pcmcia_config.pl: externalize patch_pcmcia_config
(from make_boot_img)
because we need it in perl-install/Makefile also
* mdk-stage1/rescue-gui.c, rescue/make_rescue_img, rescue/rescue-doc,
rescue/Makefile: have a bunch of Rescue documentation directly
available from the Rescue-menu following suggestions
by Denis among others
2001/12/12 Pixel <pixel@mandrakesoft.com>
* install2.pm: enable easy screenshot'ing
- ensure /usr is formatted if / is
- remove /var/lib/rpm if /var is kept
* common.pm, docs/README: enable easy screenshot'ing
2001/12/12 Stew Benedict <sbenedict@mandrakesoft.com>
* rescue/make_rescue_img: larger rescue image on PPC to accomodate huge
xfs module
* bootloader.pm: mods to address new yaboot's lack of symlink ability, xfs
initrd load
2001/12/11 Guillaume Cottenceau <gc@mandrakesoft.com>
* mdk-stage1/stage1.c, mdk-stage1/dhcp.c, mdk-stage1/stage1.h: support
"filename" in DHCP answers and give this
to stage2 as --kickstart parameter
2001/12/11 Stew Benedict <sbenedict@mandrakesoft.com>
* Xconfigurator_consts.pm, keyboard.pm: finish journalled fs usage - PPC,
add "\n" keyboard.pm, new modelines
2001/12/10 François Pons <fpons@mandrakesoft.com>
* install_any.pm: added network package not present in @needToCopy
(package that may be installed
by DrakX to avoid re-asking of CD1).
* bootloader.pm: added safe guard against looping symlink.
2001/12/10 Pixel <pixel@mandrakesoft.com>
* install_steps.pm, any.pm, bootloader.pm:
- fix bootloader::add_append
- add handling of serial console
* http.pm, install_any.pm: enable http:// in auto_install file location
2001/12/05 Pixel <pixel@mandrakesoft.com>
* install_steps.pm: no need to give kernelVersion to bootloader::suggest
* install_any.pm (kernelVersion): looks at /boot/vmlinuz
* bootloader.pm (suggest, add_kernel): much cleanup
* diskdrake.pm: fix call to fileshare_config
2001/12/05 dam's <damien@mandrakesoft.com>
* share/logo-mandrake.png: updateed logo
2001/12/05 Guillaume Cottenceau <gc@mandrakesoft.com>
* mdk-stage1/Makefile, mdk-stage1/pcmcia_/cardmgr.c:
- fix problems with sockets not initialized (disabling
hotplug support -> cardmgr handles sockets)
- fix problems with PCMCIA net adapters now using PCI
modules, by adding PCMCIA base code in `network.img'
2001/12/05 Pixel <pixel@mandrakesoft.com>
* install_steps.pm: no need to give kernelVersion to bootloader::suggest
* pkgs.pm (selectPackage): hard coded preference to simple kernel
* install_any.pm (kernelVersion): looks at /boot/vmlinuz
* diskdrake.pm: fix call to fileshare_config
* steps.pm: createBootdisk now after setupBootloader (together with dumber
install_any::kernelVersion)
* network/tools.pm: fix missing ";" (thanks to Robert Fox)
* bootloader.pm (suggest, add_kernel): much cleanup
* fs.pm: fix type "smb" vs "smbfs", and handle options in fs::mount
2001/12/05 sdupont
* pixmaps/backup_bot2.png: update pixmaps
* standalone/drakbackup: todo : scp ssl sftp rsync connections perl || c ?
done : bzip2 backup
merge
2001/12/04 dam's <damien@mandrakesoft.com>
* standalone/drakbackup: corrected pixmap path
corrected pixmap path
* Makefile.config: added drakbackup drakfont
2001/12/04 Guillaume Cottenceau <gc@mandrakesoft.com>
* any.pm, mdk-stage1/log.c, docs/README: save stage1.log and have it in
report.bug
* mdk-stage1/automatic.c, mdk-stage1/doc/TECH-INFOS: support shorter
versions of automatic keywords to beat problems with very long kernel
commandlines
* install_interactive.pm: try to not get something poorly wrapped
* c/stuff.xs.pm: floppy_info: add missing close(fd)
2001/12/04 Pixel <pixel@mandrakesoft.com>
* network/smb.pm: cleaner smbclient call
* install_steps.pm: re-enable supermount by default
2001/12/04 sdupont
* pixmaps/backup_bot.png, pixmaps/backup_left.png: correct colors
problems.
* standalone/drakbackup: bzip2 ok for compression to see: decomp without
pbs whith tar.gz and tar.bz2
todo: update mode -> decomp + update tar file + recomp
2001/12/04 Guillaume Cottenceau <gc@mandrakesoft.com>
* install_interactive.pm: try to not get something poorly wrapped
2001/12/04 Pixel <pixel@mandrakesoft.com>
* install_steps.pm: re-enable supermount by default
* network/smb.pm: cleaner smbclient call
2001/12/04 François Pons <fpons@mandrakesoft.com>
* install_any.pm: fix bad parsing of package to copy (when one doen't
exist anymore) in
postinstall_rpms directory.
2001/12/04 Guillaume Cottenceau <gc@mandrakesoft.com>
* install_interactive.pm: try to not get something poorly wrapped
2001/12/04 Pixel <pixel@mandrakesoft.com>
* install_steps.pm: re-enable supermount by default
* network/smb.pm: cleaner smbclient call
2001/12/04 dam's <damien@mandrakesoft.com>
* network/network.pm: additional package for wlan
* network/tools.pm: corrected pipe reading
2001/12/04 François Pons <fpons@mandrakesoft.com>
* any.pm: make sure lilo is installed on automatic mode.
* install_any.pm: fix bad parsing of package to copy (when one doen't
exist anymore) in
postinstall_rpms directory.
2001/12/04 Guillaume Cottenceau <gc@mandrakesoft.com>
* install_interactive.pm: try to not get something poorly wrapped
* mdk-stage1/modules.c: fpons is a sucking chief
* modules.pm, mdk-stage1/usb-resource/update-usb-ids.pl,
mdk-stage1/Makefile, mdk-stage1/.cvsignore, mdk-stage1/probing.c:
support install from USB CDROMS (using usb-storage)
2001/12/04 Pixel <pixel@mandrakesoft.com>
* network/smb.pm: cleaner smbclient call
2001/12/04 sdupont
* standalone/drakbackup: last update... for cooker
drakbackup deamon -> ok
drakbackup cvs -> to do (only for /etc)
drakbackup wizard -> only last step
drakbackup cd -> device detection and ask for only iso file.
drakbackup net -> do rsync
drakbackup begin -> todo : update initial message
update help and about.
2001/12/04 dam's <damien@mandrakesoft.com>
* network/network.pm: additional package for wlan
2001/12/04 François Pons <fpons@mandrakesoft.com>
* any.pm: make sure lilo is installed on automatic mode.
* mdk-stage1/modules.c: fixed gégé sucking.
2001/12/04 Guillaume Cottenceau <gc@mandrakesoft.com>
* mdk-stage1/modules.c: fpons is a sucking chief
2001/12/04 François Pons <fpons@mandrakesoft.com>
* mdk-stage1/modules.c: fixed gégé sucking.
2001/12/04 sdupont
* standalone/drakbackup: update...
2001/12/03 dam's <damien@mandrakesoft.com>
* Xconfigurator.pm: removed use gtk
2001/12/03 François Pons <fpons@mandrakesoft.com>
* tools/updatehdlist: initial revision, simple way to update a local set
of medium from /RPMS.
2001/12/03 Guillaume Cottenceau <gc@mandrakesoft.com>
* mdk-stage1/modules.c: typo of last commit (unused variable -> could not
compile)
2001/12/03 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/DrakX.pot, share/po/hu.po, share/po/es.po: updated Hungarian
and Spanish files
2001/12/03 sdupont
* standalone/drakbackup: update
option step.
write other file content.
restore gi.
2001/12/02 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/be.po, share/po/sp.po, share/po/zh_CN.po, share/po/pt.po,
share/po/DrakX.pot, share/po/es.po, share/po/fr.po, share/po/bg.po,
share/po/ga.po, share/po/sr.po, share/po/de.po, share/po/et.po,
share/po/tr.po, share/po/eu.po, share/po/az.po, share/po/ru.po,
share/po/pt_BR.po, share/po/hr.po, share/po/ko.po, share/po/cy.po,
share/po/nl.po, share/po/ja.po, share/po/wa.po, share/po/sv.po,
share/po/is.po, share/po/hu.po, share/po/it.po, share/po/id.po,
share/po/pl.po, share/po/fi.po, share/po/no.po, share/po/th.po,
share/po/el.po, share/po/sk.po, share/po/lt.po, share/po/ar.po,
share/po/sl.po, share/po/vi.po, share/po/br.po, share/po/ca.po,
share/po/gl.po, share/po/lv.po, share/po/uk.po, share/po/eo.po,
share/po/ro.po, share/po/bs.po, share/po/da.po, share/po/zh_TW.po,
share/po/cs.po, share/po/af.po: updated pot file
2001/12/01 sdupont
* standalone/drakbackup: do not include browser cache.
2001/11/30 François Pons <fpons@mandrakesoft.com>
* docs/spec-DrakX-8.0.html: added spec (forgotten for quite a long)
2001/11/30 gbeauchesne
* partition_table_gpt.pm:
- cleanups from mainline
* modules.pm: Suckiness fixes from mainline (gc):
- Do parse /proc/modules in reverse order
- Fix "convert old scsi_hostadapter's to new probeall" scheme
* bootloader.pm:
- Don't forget to link the initrd to the real image in /boot/efi/ too
- Remove DEBUG printouts in install_efi_boot_menu
2001/11/30 Pixel <pixel@mandrakesoft.com>
* network/smb.pm, any.pm, Makefile.drakxtools, standalone/diskdrake,
Makefile.config, diskdrake.pm: fileshare should be ok, handle diskdrake
--fileshare, fix smb import
2001/11/30 sdupont
* pixmaps/backup_left2.png: drakbackup pixmap
* standalone/drakbackup: backend mode-> ok for hd
we can use drakbackup !.
todo :
backend mode:
- net
- cd
advanced mode:
- device detection (cd writer)
wizard:
- end of this step.
gi:
- option step in adnanced step to choice
for example tar.gz or tar.gz2 ...
update
restore step 1 & 2.
adv step -> ok
todo: wizard ...
little update!
variables correction in advanced step.
wizard user question, sys question & daemon
2001/11/29 Chmouel Boudjnah <chmouel@mandrakesoft.com>
* share/rpmsrate: Remove linux_logo
2001/11/29 Guillaume Cottenceau <gc@mandrakesoft.com>
* modules.pm: add wvlan_cs
* mdk-stage1/modules.c: remove unneeded handling of "alias
scsi_hostadapter"
* mdk-stage1/stage1.c: add another expert_third_party_modules at the end
of enabling-pcmcia-stuff
2001/11/29 Pixel <pixel@mandrakesoft.com>
* diskdrake.pm: remove the export tree for nfs/smb feature, remove some
test code
tentative version with export/import nfs/smb tree (committed to have it
in CVS as the export tree is already deprecated)
* standalone/fileshareset:
- allow root to export everything
- remove empty mntpoint (from smb)
2001/11/29 sdupont
* standalone/drakbackup: just update....
advanced: users correction during save.
user pass, user login, path to save local or on host
combo for network protocol.
wizrad: already to do!
CDRW burn: todo: devices detection (see to_fond_cd).
code cleaning.
* standalone/drakfont: cleanning code.
2001/11/28 Guillaume Cottenceau <gc@mandrakesoft.com>
* modules.pm:
- fix pixel sucks of not parsing /proc/modules in
reverse order
- be more in sync regarding names of pcmcia drivers
* any.pm: add modules.conf in report.bug
2001/11/28 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/zh_CN.po, share/po/zh_TW.po: updated Chinese file
2001/11/28 Pixel <pixel@mandrakesoft.com>
* modules.pm (read_conf): fix "convert old scsi_hostadapter's to new
probeall"
* standalone/drakbackup: make check_what_user works
* standalone/fileshareset: better description
gr_mem in getgrent is space separated, not comma separated
add samba handling. Should be finished now :)
2001/11/28 sdupont
* pixmaps/backup_bot2.png, pixmaps/quit.png: drakbackup pixmaps.
* standalone/drakbackup: no important changement!
clean code
update!
for gc & Warly: some fixes, correction of advanced, wizard and after
advanced steps.
the user have a better gestion during advanced step, the protocols ftp,
sftp, scp, rsync
are now include in advanced step..... etc ;-)
todo: when checkbuttonbox are clicked for user choice set it to 0 or 1
juste after.
clean code.
new after advanced step, correction of checkbuttons problems & new
pixmaps.
2001/11/27 dam's <damien@mandrakesoft.com>
* share/logo-mandrake.png: updated, cooker style
2001/11/27 François Pons <fpons@mandrakesoft.com>
* Xconfigurator.pm: avoid problem of array reference badly evaluated.
2001/11/27 Guillaume Cottenceau <gc@mandrakesoft.com>
* tools/mailchangelog.pl: beurk
changelog is at linux-mandrake not mandrakesoft
* install_steps.pm: i810 -> no FB at boot
2001/11/27 Pixel <pixel@mandrakesoft.com>
* partition_table_gpt.pm (generate_guid): cleanup
* any.pm (setupBootloader): s/last/return/
2001/11/27 sdupont
* standalone/drakbackup: advanced step...
update.
advanced mode ... and ...
read and use user list correctly, advanced step user list.
* pixmaps/hd.png, pixmaps/net.png, pixmaps/cdrom.png: pixmaps for
drakbackup.
2001/11/26 Chmouel Boudjnah <chmouel@mandrakesoft.com>
* tools/i386/netboot/stage2.rtl8139: add rtl8139 netboot file that works
* tools/i386/netboot/stage1.rtl8139: add rtl8139 netboot file that works
stage1/stage2 of rtl8139 didn't work
2001/11/26 dam's <damien@mandrakesoft.com>
* common.pm, my_gtk.pm: new features for new mcc
2001/11/26 Guillaume Cottenceau <gc@mandrakesoft.com>
* install_any.pm: getAndSaveAutoInstallFloppy: don't die when output'ing
of
auto_inst.cfg is not possible
2001/11/26 Pixel <pixel@mandrakesoft.com>
* install2.pm: add $o->{excludedocs} feature
* Makefile.drakxtools: remove unneeded files (*.bs and .exists)
* interactive_gtk.pm: cleanup
2001/11/26 sdupont
* standalone/drakbackup: new gi, advanced step.
update.
gawk cmds.
better use for read and save conf. file now on
/etc/draxtools/drakbackup/drakbackup.cfg
* pixmaps/backup_hd.png, pixmaps/backup_options.png,
pixmaps/backup_net.png, pixmaps/backup_time.png: png files for
DrakBackup.
2001/11/25 Pixel <pixel@mandrakesoft.com>
* standalone/fileshareset: first version. for the moment, only nfs.
2001/11/25 sdupont
* standalone/drakbackup: update of read_conf_file and default mode.
2001/11/24 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/da.po, share/po/es.po: updated Spanish and Danish files
2001/11/24 sdupont
* standalone/drakfont: about...
* standalone/drakbackup: update
update gi ,build of system, user, other, options interfaces.
advanced step.
2001/11/23 Guillaume Cottenceau <gc@mandrakesoft.com>
* install_any.pm: package for pcmcia is now called "pcmcia-cs"
* any.pm, detect_devices.pm: pcmcia: /var/run/stab is nor
/var/lib/pcmcia/stab
yes it probably doesn't bring anything valuable but it's
how life is :-)
2001/11/23 sdupont
* standalone/drakbackup: radio buttons & information message.
change gi interface, include help, about and pixmaps (backup_*.png on
standalone/pixmaps directory)
2001/11/22 François Pons <fpons@mandrakesoft.com>
* Xconfigurator.pm: removed loading of agpgart module for i810 card.
2001/11/22 sdupont
* standalone/drakfont: about button & GPL license.
* standalone/drakbackup: update gi.
TODO: separate all the boxes.
include wizard and advanced in pixmaps.
update
notebook gi.
2001/11/21 François Pons <fpons@mandrakesoft.com>
* mdk-stage1/init-data/msgboot-graphicallogo.img.bz2,
mdk-stage1/init-data/msgboot-blank.img.bz2,
mdk-stage1/init-data/msgboot.img.bz2: fixed typo in help.msg
* Xconfigurator.pm: hack for SiS 640 for laptop.
* install_any.pm: fixed install_urpmi to build a correct urpmi db.
2001/11/21 Guillaume Cottenceau <gc@mandrakesoft.com>
* modules.pm: i810fb
migrate pcmcia in drakx to use in-kernel version (only
for 2.4, though --> pcmcia in 2.2 no longer supported)
* install_steps_interactive.pm, Makefile, c/Makefile.PL: migrate pcmcia in
drakx to use in-kernel version (only
for 2.4, though --> pcmcia in 2.2 no longer supported)
* install2.pm: i810fb
* mdk-stage1/stage1.c, mdk-stage1/pcmcia_/lex_config.c,
mdk-stage1/pcmcia_/cardmgr.c, mdk-stage1/pcmcia_/yacc_config.c,
mdk-stage1/pcmcia_/Makefile, mdk-stage1/Makefile,
mdk-stage1/pcmcia_/pcmcia.h, mdk-stage1/pcmcia_/ds.h,
mdk-stage1/pcmcia_/probe.c: migrate to pcmcia support from kernel,
patching untouched imported
sources from pcmcia-cs-3.1.29, to ease further updates of vendor
code (start from a clean pcmcia_ subdir)
2001/11/21 Pixel <pixel@mandrakesoft.com>
* fsedit.pm (suggestions_mntpoint): if there's no server suggestion, use
the simple
one, so that 'simple' is the only one required when someone modifies
%fsedit::suggestions
2001/11/20 gbeauchesne
* partition_table.pm:
- Add isEfi() to isOtherAvailableFS() test so that install doesn't
suggest
to format /boot/efi by default. That way, we could preserve (shame on
us)
EFI boot partition generated by Windows XP 64 bits...
2001/11/20 Guillaume Cottenceau <gc@mandrakesoft.com>
* mdk-stage1/pcmcia_/lex_config.c, mdk-stage1/pcmcia_/cardmgr.c,
mdk-stage1/pcmcia_/bulkmem.h, mdk-stage1/pcmcia_/cardmgr.h,
mdk-stage1/pcmcia_/vg468.h, mdk-stage1/pcmcia_/driver_ops.h,
mdk-stage1/pcmcia_/i82365.h, mdk-stage1/pcmcia_/cirrus.h,
mdk-stage1/pcmcia_/version.h, mdk-stage1/pcmcia_/cistpl.h,
mdk-stage1/pcmcia_/yacc_config.c, mdk-stage1/pcmcia_/cs_types.h,
mdk-stage1/pcmcia_/cs.h, mdk-stage1/pcmcia_/yacc_config.h,
mdk-stage1/pcmcia_/ds.h, mdk-stage1/pcmcia_/tcic.h,
mdk-stage1/pcmcia_/probe.c: Initial revision
version 3.1.29
2001/11/19 Guillaume Cottenceau <gc@mandrakesoft.com>
* interactive_stdio.pm: for po i can't use $ for string interpolation
2001/11/19 Pablo Saratxaga <pablo@mandrakesoft.com>
* services.pm, standalone/scannerdrake: Corrected English errors
* share/po/hu.po, share/po/cs.po: updated pot file
updated Czech and Hungarian files
* share/po/be.po, share/po/sp.po, share/po/zh_CN.po, share/po/pt.po,
share/po/DrakX.pot, share/po/es.po, share/po/fr.po, share/po/bg.po,
share/po/ga.po, share/po/sr.po, share/po/de.po, share/po/et.po,
share/po/tr.po, share/po/eu.po, share/po/az.po, share/po/ru.po,
share/po/pt_BR.po, share/po/hr.po, share/po/ko.po, share/po/cy.po,
share/po/nl.po, share/po/ja.po, share/po/wa.po, share/po/sv.po,
share/po/is.po, share/po/it.po, share/po/id.po, share/po/pl.po,
share/po/no.po, share/po/fi.po, share/po/th.po, share/po/el.po,
share/po/sk.po, share/po/lt.po, share/po/ar.po, share/po/sl.po,
share/po/vi.po, share/po/br.po, share/po/ca.po, share/po/gl.po,
share/po/lv.po, share/po/uk.po, share/po/eo.po, share/po/ro.po,
share/po/bs.po, share/po/da.po, share/po/zh_TW.po, share/po/af.po:
updated pot file
2001/11/19 Pixel <pixel@mandrakesoft.com>
* any.pm (setupBootloader): fix typo
(setupBootloader): fix typo
2001/11/19 Till Kamppeter <till@mandrakesoft.com>
* printerdrake.pm: Last correction was wrong, reverted it.
2001/11/19 yduret
* standalone/scannerdrake: added dynamic support
2001/11/16 Pixel <pixel@mandrakesoft.com>
* any.pm: syntax cleanup
- a little cleanup
- in case there is both scsi and ide hard drives, go to expert
questions
directly (it would need a semi_auto asking on which drive the bios
boots...)
2001/11/14 Pablo Saratxaga <pablo@mandrakesoft.com>
* help.pm: updated help file
* keyboard.pm: Added Swedish dvorak keyboard
* share/po/be.po, share/po/sp.po, share/po/zh_CN.po, share/po/pt.po,
share/po/DrakX.pot, share/po/es.po, share/po/fr.po, share/po/bg.po,
share/po/ga.po, share/po/sr.po, share/po/de.po, share/po/et.po,
share/po/tr.po, share/po/eu.po, share/po/az.po, share/po/ru.po,
share/po/pt_BR.po, share/po/hr.po, share/po/ko.po, share/po/cy.po,
share/po/help_xml2pm.pl, share/po/nl.po, share/po/ja.po, share/po/wa.po,
share/po/sv.po, share/po/is.po, share/po/hu.po, share/po/it.po,
share/po/id.po, share/po/pl.po, share/po/no.po, share/po/fi.po,
share/po/th.po, share/po/el.po, share/po/sk.po, share/po/lt.po,
share/po/ar.po, share/po/sl.po, share/po/vi.po, share/po/br.po,
share/po/ca.po, share/po/gl.po, share/po/lv.po, share/po/uk.po,
share/po/eo.po, share/po/ro.po, share/po/bs.po, share/po/da.po,
share/po/zh_TW.po, share/po/cs.po, share/po/af.po: updated pot file
2001/11/12 sdupont
* standalone/drakbackup: new backup tool.
backend_mode with options.
begin interactive mode.
2001/10/29 dam's <damien@mandrakesoft.com>
* standalone/drakfont: code correction
2001/10/29 gbeauchesne
* rescue/list.ia64:
- Add xfs_repair and efibootmgr
2001/10/29 Guillaume Cottenceau <gc@mandrakesoft.com>
* fs.pm, loopback.pm, fsedit.pm, bootloader.pm: revert back to /initrd
* modules.pm: here too
CDCEther looks good, I add it
2001/10/29 Pixel <pixel@mandrakesoft.com>
* tools/pcmcia_config.patch: adapt for new pcmcia-cs
2001/10/29 sdupont
* standalone/drakfont: Copyright (C)
correction of warning & code cleaning.
the end.... i think...
updated
uninstall interface & progress bar
uninstall interface : lists & progress bar
new progress bar update
todo: second list
2001/10/28 dam's <damien@mandrakesoft.com>
* standalone/drakfont: cleaning
2001/10/27 daouda
* devices.pm, my_gtk.pm, Xconfig.pm: return value at end of module
* share/rpmsrate:
- increase icewm weight.
2001/10/26 dam's <damien@mandrakesoft.com>
* standalone/drakautoinst, standalone/drakfont: progress bar hack
2001/10/26 Pixel <pixel@mandrakesoft.com>
* mdk-stage1/pcmcia_config.patch: was duplicated in gi/tools
* partition_table_gpt.pm, partition_table_raw.pm: no adjust start and end
on GPT
2001/10/26 sdupont
* standalone/drakfont: updated.
search correct progress bar mode implementation.
updated
fix some bugs & interface progress implementation.
TODO:
progress before backend.
search if directory already exist before custom install.
2001/10/25 dam's <damien@mandrakesoft.com>
* standalone/drakautoinst: simple variables handled, code compression.
The new and shiny drakautoinst is coming. P|-|34R
The new drakautoinst is coming. P|-|34R
* pixmaps/mdk_logo.png: additional logo
* standalone/drakfont: code correction
2001/10/25 sdupont
* standalone/drakfont: merge differents versions.
file sector, list of fonts for advanced install...
applications choice, license widget, help widget.
2001/10/24 dam's <damien@mandrakesoft.com>
* standalone/drakfont: updated
updated
updated, lot of bugs.
updated
* my_gtk.pm: added set_editable
2001/10/24 Guillaume Cottenceau <gc@mandrakesoft.com>
* rescue/lsparts, mdk-stage1/rescue-gui.c, mdk-stage1/frontend.h,
mdk-stage1/.cvsignore, rescue/install_bootloader,
rescue/tree/etc/rc.sysinit, rescue/Makefile,
mdk-stage1/stdio-frontend.c, rescue/guessmounts, mdk-stage1/Makefile,
rescue/tree/etc/issue, rescue/make_rescue_img,
mdk-stage1/newt-frontend.c:
- add a GUI to the rescue
- provide guessmounts with better efficiency and output, go to
console, and reboot
- provide install_bootloader which runs lilo from /mnt if it seems
safe
- add lsparts to rescue, which prints partitions with detected types
2001/10/24 Pixel <pixel@mandrakesoft.com>
* fsedit.pm: replace /initrd with /lib/initrd
(hds): in case of GPT, allow ext2 to be replaced by any kind of
partitions (esp. EFI)
* partition_table.pm, partition_table_gpt.pm, partition_table_bsd.pm,
partition_table_raw.pm: add methods first_usable_sector and
last_usable_sector
* fs.pm, loopback.pm, bootloader.pm: replace /initrd with /lib/initrd
2001/10/24 sdupont
* standalone/drakfont: scroll
`
import_status & progress.
gi update.
2001/10/23 Pablo Saratxaga <pablo@mandrakesoft.com>
* services.pm: tagged as translatable some left out strigns
2001/10/23 sdupont
* standalone/drakfont: gi update
doc and progress bar.
gui: install from directory
gui supported.
2001/10/23 yduret
* share/po/fr.po: fixed fohtes grammar
2001/10/22 dam's <damien@mandrakesoft.com>
* network/tools.pm: speedtouch config : added usa vpi vci
2001/10/22 Guillaume Cottenceau <gc@mandrakesoft.com>
* mdk-stage1/modules.c: oops forgot to umount after "updatemodules"...
2001/10/22 Pixel <pixel@mandrakesoft.com>
* rescue/tree/etc/profile: fix PATH (have /mnt/bin /mnt/usr/bin ...)
2001/10/21 Till Kamppeter <till@mandrakesoft.com>
* printerdrake.pm: Fixed connection device setting for "oki4w" driver.
2001/10/19 gbeauchesne
* partition_table_gpt.pm:
- Use /dev/random through devices::make() instead of /dev/urandom
- Localize file descriptor
- Capitalize error message if no /dev/random found
* partition_table.pm:
- s/Win98 FAT32/FAT32/
- s/Partition that contains an EFI file system/EFI (FAT-12/16/32)/
- Add "FAT32" to @important_types for IA-64 & /boot/efi
2001/10/19 Guillaume Cottenceau <gc@mandrakesoft.com>
* mdk-stage1/stdio-frontend.c: small fix
2001/10/19 Pixel <pixel@mandrakesoft.com>
* install_interactive.pm: OOize can_raw_add
* partition_table.pm: handle empty $hd->{primary}{raw} (happens with no
partitions on ia64)
- raw_add, can_raw_add moved to partition_table_raw
- using raw_removed
* partition_table_dos.pm: better handling of CHS overflow (mainly for non
cylinder-boundary aligned part (like ia64))
* partition_table_raw.pm (adjustEnd): in case the end is totalsectors,
don't adjust since totalsectors / cylinder_size may not be an integer
(zero_MBR): defaults to GPT on ia64
(raw_add, can_raw_add, raw_removed): created, can now be overloaded in
partition_table_*.pm's
(get_geometry): keep the total_sectors as given by c::total_sectors,
don't try to recompute it based on nb_cylinders (for hds where
total_sectors is not a multiple of nb_cylinders)
* common.pm: cleanup
* partition_table_gpt.pm: fix ending is last sector, not next one
add TODO for partition entry guid
- writing partition table now works
- creating a new partition table now works (except GUIDs generation)
2001/10/18 dam's <damien@mandrakesoft.com>
* network/tools.pm: corrected GET_FL and co
2001/10/18 François Pons <fpons@mandrakesoft.com>
* standalone/XFdrake: fix ia64 glitches with /usr/X11R6/lib/X11/Cards (now
use rgb.txt instead).
2001/10/18 Pixel <pixel@mandrakesoft.com>
* partition_table_gpt.pm:
- add checksum verif on partition entries
- detect the type of partition since the partition table types seem
quite poor
read part of GPT partition table working
* fsedit.pm:
- add checksum verif on partition entries
- detect the type of partition since the partition table types seem
quite poor
* partition_table.pm: read part of GPT partition table working
shorter GPT name
* detect_devices.pm: safer modprobe ide-floppy
2001/10/18 sdupont
* standalone/drakfont: change Fontmap ghostscript file.
drakfont support now .gsf fonts
end of backend......
update
2001/10/17 dam's <damien@mandrakesoft.com>
* standalone/draksec: typo
2001/10/17 sdupont
* standalone/drakfont: implementation of type1 fonts removing.
ghostscript, xfs and staroffice tested and supported.
2001/10/16 dam's <damien@mandrakesoft.com>
* standalone/draksec: correct bad level display
* standalone/interactive_http/Makefile: makes rpmlint happy
2001/10/16 Guillaume Cottenceau <gc@mandrakesoft.com>
* mdk-stage1/pci-resource/update-pci-ids.pl: print checks
* rescue/tree/etc/rc.sysinit: better phrasing
2001/10/16 Stew Benedict <sbenedict@mandrakesoft.com>
* rescue/devices.pl, mdk-stage1/pci-resource/update-pci-ids.pl,
rescue/list.ppc: typo in update kernel by /me
fine-tune sanity_check for ppc
move /dev/nvram from list.ppc to devices.pl
2001/10/15 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/da.po: updated Danish file
2001/10/15 yduret
* scanner.pm: wonderful perl forgotten
2001/10/12 Guillaume Cottenceau <gc@mandrakesoft.com>
* mdk-stage1/pci-resource/update-pci-ids.pl: have "other.img" drivers also
supported
2001/10/12 sdupont
* standalone/drakfont: support all installations, and support xfs,
ghostcript, staroffice.
todo aplli: openoffice, gimp, abiword, netscape & other browsers...
todo or to see: --strong ttmkfdir -c ???
emd of backend..
2001/10/11 dam's <damien@mandrakesoft.com>
* standalone/draknet: multiple card configuration bug corrected.
allelluia.
* network/tools.pm: aded use c
* standalone/drakfont: code review
2001/10/11 Guillaume Cottenceau <gc@mandrakesoft.com>
* interactive_stdio.pm, install_steps_stdio.pm: stdio mode works again
2001/10/11 Pixel <pixel@mandrakesoft.com>
* install2.pm: ensure postInstallNonRooted is done *before* ejecting cdrom
2001/10/11 sdupont
* docs/drakfont/drakfont.log, docs/drakfont/drakfont.pdf,
docs/drakfont/drakfont.dvi: clean directory..
* docs/drakfont/drakfont.aux, docs/drakfont/dia_srcs/drakfont.dia,
docs/drakfont/dia_srcs/drakfont_uninstall.dia,
docs/drakfont/dia_srcs/drakfont_install.dia: delete all bads files...
* standalone/drakfont: improved....
improved && implement remove fonts for xfs
improved
improved
optimisation
correction of option install --replace
dialog of install options
correction of install option.
* docs/drakfont/drakfont.jpg, docs/drakfont/drakfont_install.jpg,
docs/drakfont/drakfont_uninstall.jpg, docs/drakfont/mandrake.ps: jpg &
ps with -kb option
clean...2
2001/10/10 dam's <damien@mandrakesoft.com>
* standalone/drakfont: typo
improved options handling
* standalone/net_monitor: ergo and features improvments, pipe handling
correction
* network/tools.pm: updated
2001/10/10 Pablo Saratxaga <pablo@mandrakesoft.com>
* lang.pm, share/locales-skeleton.tar.bz2: enabled Maltese language
2001/10/10 Pixel <pixel@mandrakesoft.com>
* interactive.pm: normalize the default type entry ("entry")
* interactive_gtk.pm: fix typo (on clicked_may_quit)
2001/10/10 sdupont
* standalone/drakfont: option replace for "install from" &
windows_import...
update install dir
better for --install
new version of drakfont. in perl langage.
* docs/drakfont/drakfont.jpg, docs/drakfont/drakfont.aux,
docs/drakfont/drakfont.log, docs/drakfont/drakfont.pdf,
docs/drakfont/drakfont.tex, docs/drakfont/Makefile,
docs/drakfont/drakfont_install.jpg, docs/drakfont/drakfont.dvi,
docs/drakfont/drakfont_uninstall.jpg, docs/drakfont/mandrake.ps: docs
drakfont
2001/10/10 yduret
* standalone/scannerdrake: first apparition on earth..
* Makefile.config: added scannerdrake
2001/10/09 dam's <damien@mandrakesoft.com>
* network/tools.pm: removed trash
connection test is now in background, corrects the interface freeze
problem
* pixmaps/net_u.png: new pixmap for draknet/net_monitor
* standalone/net_monitor, standalone/draknet: connection test is now in
background, corrects the interface freeze problem
2001/10/09 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/hu.po: updated Hungarian file
2001/10/09 Pixel <pixel@mandrakesoft.com>
* install_any.pm: fix detecting read-only drives (like memory-sticks)
* partition_table.pm: make perl_checker happy
* partition_table_raw.pm: fix detecting read-only drives (like
memory-sticks)
make perl_checker happy
* modules.pm, detect_devices.pm, install2.pm: ensure floppies() takes care
of usb-storage if possible, so that patch on usb floppy works
2001/10/09 Stew Benedict <sbenedict@mandrakesoft.com>
* Xconfigurator_consts.pm, keyboard.pm, Xconfigurator.pm: move to Linux
keycodes on PPC, add additional Apple modelines
* install_steps_interactive.pm: re-enable PPC bootloader setup
2001/10/08 dam's <damien@mandrakesoft.com>
* c/stuff.xs.pm: added FL_GET and FL_SET
2001/10/08 François Pons <fpons@mandrakesoft.com>
* modules.pm: keep isp and gdth module for hd.img (as well as all.rdz) as
they have been
removed from the skip list for stage1.
* rescue/tree/etc/oem: added silly modification to avoid using more than 7
partition for DAC960 (/home
and /var are not created in the current state).
2001/10/08 Guillaume Cottenceau <gc@mandrakesoft.com>
* mdk-stage1/pci-resource/update-pci-ids.pl: ia64
* mdk-stage1/Makefile: 8.1 -> cooker
2001/10/08 Pixel <pixel@mandrakesoft.com>
* modules.pm, partition_table.pm: yet a few other ataraid cases
2001/10/06 Stew Benedict <sbenedict@mandrakesoft.com>
* partition_table_raw.pm, partition_table.pm: updates to accomodate IBM
PPC systems with DOS partition table
2001/10/05 François Pons <fpons@mandrakesoft.com>
* rescue/tree/etc/oem: added (missing) creation of
/hd/boot/grub/device.map (needed for
CompactSmartArray).
2001/10/05 Guillaume Cottenceau <gc@mandrakesoft.com>
* share/rpmsrate: kdegames : 2 -> 4
2001/10/04 François Pons <fpons@mandrakesoft.com>
* rescue/tree/etc/oem: fix (work around) parted problem when it refuse to
use all disk space for
partition.
added another psacct log file in touch.
fixed typo on scalar reference for psacct bug.
updated with 8.1 OEM ProSuite.
* tools/oem-prepare: updated with 8.1 OEM ProSuite.
2001/10/04 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/hu.po: updated Hungarian file
2001/10/04 Pixel <pixel@mandrakesoft.com>
* partition_table_dos.pm: is little-endian, so use "V" instead of "I"
2001/10/03 François Pons <fpons@mandrakesoft.com>
* tools/oem-prepare: synced with oem script.
removed 3D games not installed by default.
* rescue/tree/etc/oem: fixed typo in produced patch.
added extension to pro suite CD (added kernel-enterprise to possibly
installable
and install kernel22).
removed 3D games not installed by default.
added missing xmms-arts.
allow halting.
2001/10/03 Pixel <pixel@mandrakesoft.com>
* fsedit.pm: yet another ataraid support patch
2001/10/02 François Pons <fpons@mandrakesoft.com>
* Xconfigurator.pm: fix previous hack.
added hack to do "/sbin/depmod -a" for NVIDIA driver.
2001/10/02 Guillaume Cottenceau <gc@mandrakesoft.com>
* mdk-stage1/probing.c: new pci-ids.h
* mdk-stage1/usb-resource/update-usb-ids.pl: better look
* share/po/fr.po: small fix
* standalone/drakgw: don't call pkgs_install when no package needs to be
installed
2001/10/02 Pixel <pixel@mandrakesoft.com>
* detect_devices.pm: bloody ataraid detection
* devices.pm: ataraid devices support
2001/10/01 François Pons <fpons@mandrakesoft.com>
* share/rpmsrate: fixed bad format for BOOKS used in DEVELOPMENT.
* rescue/tree/etc/oem: added CHARSET support, removed kernel22 and
kernel-enterprise from list of
package installable in oem mode, added possibility to set language on
/etc/oem
script invocation.
* install_steps_interactive.pm: avoid chooseCD on oem install.
* install_steps_gtk.pm: avoid asking for changing CD on oem install.
* install_any.pm: use $boot_medium for default medium in oem install,
avoid using kernel22 or
kernel-enterprise in oem install (space available is too tight on CD oem
version).
* tools/oem-prepare: synced with oem script.
2001/10/01 Guillaume Cottenceau <gc@mandrakesoft.com>
* mdk-stage1/pci-resource/update-pci-ids.pl: reword it so that it reflects
what's in the marfiles
2001/10/01 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/bg.po: updated Bulgarian file
2001/09/29 Chmouel Boudjnah <chmouel@mandrakesoft.com>
* docs/README: New adress where to find the kernel BOOT
2001/09/29 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/da.po: updated Danish file
2001/09/27 Guillaume Cottenceau <gc@mandrakesoft.com>
* rescue/drvinst: don't install usb keyboard drivers more than once
try to fix usb keyboards
2001/09/27 kjx
* share/po/zh_CN.po: translating
2001/09/26 gbeauchesne
* install_any.pm:
- Suggest /boot/efi on IA-64 for the first VFAT partition found,
instead
of /mnt/windows
* bootloader.pm:
- bootloader.pm (suggest): don't search for dos (or windows) boot
partition
on IA-64 since ELILO can only boot Linux.
- bootloader.pm (write_lilo_conf): don't cry if we don't have
/boot/boot.b
or boot/message on IA-64.
* rescue/list.ia64:
- Add file list for "rescue" disk
* share/list.ia64, partition_table.pm:
- partition_table.pm: Add XFS suggestion for IA-64
- share/list.ia64: misc updates and additions wrt. XFS, ReiserFS
2001/09/25 baudens
* share/po/fr.po: s/Linux Mandrake/Mandrake Linux/
Remove totally crazy translation.
Translators, please use your brain!
2001/09/25 gbeauchesne
* partition_table.pm:
- Add ReiserFS and Ext3fs entries for IA-64
2001/09/25 Pixel <pixel@mandrakesoft.com>
* pkgs.pm (naughtyServers): cleanup comments
2001/09/25 warly
* share/rpmsrate: put gtk-themes _and_ sawfish-themes to 4 so that it is
installed for newbie and drakfirsttime does not fail.
put gtk-themes to 4 so that it is installed for newbie and drakfirsttime
does not fail.
2001/09/25 François Pons <fpons@mandrakesoft.com>
* install_steps_interactive.pm: allow non ejectable medium to allow all
hdlists on the bootable medium.
make current boot medium already selected if multiple hdlist are on this
boot medium.
2001/09/25 warly
* share/rpmsrate: put gtk-themes _and_ sawfish-themes to 4 so that it is
installed for newbie and drakfirsttime does not fail.
put gtk-themes to 4 so that it is installed for newbie and drakfirsttime
does not fail.
2001/09/24 dam's <damien@mandrakesoft.com>
* share/po/fr.po: corrected translation
2001/09/24 Guillaume Cottenceau <gc@mandrakesoft.com>
* mdk-stage1/stage1.c, mdk-stage1/mount.c, mdk-stage1/mount.h,
mdk-stage1/disk.c: hd.img now detects partition types... backport from
DrakX :-)
2001/09/24 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/nl.po: updated Dutch file
2001/09/24 Pixel <pixel@mandrakesoft.com>
* fs.pm (mount_part): fix for iso loopback mounted
* share/po/fr.po: fix
2001/09/24 dam's <damien@mandrakesoft.com>
* network/adsl.pm, network/isdn.pm: type assignation bug fix
corrected type assignation
* share/po/fr.po: corrected bad translation
* standalone/draknet: corrected type assignation
2001/09/24 Guillaume Cottenceau <gc@mandrakesoft.com>
* bootloader.pm: fix add_append (there was a ) at the end of the parameter
value)
2001/09/24 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/ko.po, share/po/tr.po, share/po/es.po: updated Spanish, Korean
and Turkish files
2001/09/24 Pixel <pixel@mandrakesoft.com>
* fs.pm (mount_part): fix for iso loopback mounted
* share/po/fr.po: fix
2001/09/24 warly
* share/rpmsrate: lower arkeia
2001/09/24 dam's <damien@mandrakesoft.com>
* modules.pm: corrected isdn firmware
* network/adsl.pm, network/isdn.pm: type assignation bug fix
corrected type assignation
* share/po/fr.po: corrected bad translation
* standalone/draknet: corrected type assignation
2001/09/24 Guillaume Cottenceau <gc@mandrakesoft.com>
* bootloader.pm: fix add_append (there was a ) at the end of the parameter
value)
2001/09/24 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/ko.po, share/po/tr.po, share/po/es.po: updated Spanish, Korean
and Turkish files
2001/09/24 Pixel <pixel@mandrakesoft.com>
* fs.pm: fix small error merging existing fstab
* share/po/fr.po: fix
* diskdrake.pm: do not propose to mount/umount removable medias (disabled
for now)
* diskdrake_interactive.pm: hide the supermount checkbox in standalone
2001/09/24 warly
* share/rpmsrate: lower arkeia
2001/09/24 dam's <damien@mandrakesoft.com>
* network/netconnect.pm, network/ethernet.pm: bug fix
* modules.pm: corrected isdn firmware
* network/isdn.pm, network/adsl.pm: type assignation bug fix
corrected type assignation
* standalone/draknet: corrected type assignation
* install_any.pm, rescue/tree/etc/oem: added isdn-light to be copied on hd
during install
2001/09/24 François Pons <fpons@mandrakesoft.com>
* Xconfigurator.pm: deactivated Riva128 3D hw acceleration and too many
problems reported with it.
* share/rpmsrate: allow rpm build for non expert who choose development.
* install_steps.pm: disable wins in /etc/nsswitch.conf (after installed
packages).
2001/09/24 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/ko.po, share/po/tr.po, share/po/es.po: updated Spanish, Korean
and Turkish files
2001/09/24 Pixel <pixel@mandrakesoft.com>
* fs.pm: fix small error merging existing fstab
add "iocharset=" for cdrom
* install_steps.pm:
- disable supermount by default
- cleanup nsswitch.conf wins removing
* diskdrake.pm: do not propose to mount/umount removable medias (disabled
for now)
* diskdrake_interactive.pm: hide the supermount checkbox in standalone
2001/09/24 siegel
* share/po/de.po: new german version
2001/09/24 warly
* share/rpmsrate: lower arkeia
2001/09/24 dam's <damien@mandrakesoft.com>
* network/netconnect.pm, network/ethernet.pm: bug fix
2001/09/24 François Pons <fpons@mandrakesoft.com>
* Xconfigurator.pm: deactivated Riva128 3D hw acceleration and too many
problems reported with it.
* share/rpmsrate: allow rpm build for non expert who choose development.
removed any reference to XFree86-glide-module or Glide_XXX packages.
* pkgs.pm: sort mediums by number, in allMediums() else they will be in
hash keys orders in
install_steps_interactive::chooseCD().
* install_steps.pm: disable wins in /etc/nsswitch.conf (after installed
packages).
2001/09/24 Pixel <pixel@mandrakesoft.com>
* fs.pm: add "iocharset=" for cdrom
* install_steps.pm:
- disable supermount by default
- cleanup nsswitch.conf wins removing
2001/09/24 François Pons <fpons@mandrakesoft.com>
* share/rpmsrate: removed any reference to XFree86-glide-module or
Glide_XXX packages.
* pkgs.pm: sort mediums by number, in allMediums() else they will be in
hash keys orders in
install_steps_interactive::chooseCD().
2001/09/24 Till Kamppeter <till@mandrakesoft.com>
* printer.pm: File permission settings during install were not done.
Fixed.
2001/09/23 Guillaume Cottenceau <gc@mandrakesoft.com>
* share/po/fr.po: misc typo correction
* install_steps.pm: voodoo cards don't like performing 3d accel in fb mode
2001/09/23 Pixel <pixel@mandrakesoft.com>
* install_steps_gtk.pm: add "Graphical Environment" in meta_class server
* share/rpmsrate: simplify (for the moment)
do not force X flag, have it selected for any "Graphical Environment"
* share/compssUsers, install_any.pm: do not force X flag, have it selected
for any "Graphical Environment"
2001/09/23 Guillaume Cottenceau <gc@mandrakesoft.com>
* install_steps.pm: voodoo cards don't like performing 3d accel in fb mode
2001/09/23 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/cs.po, share/po/hu.po: updated Czech and Hungarian file
* share/po/zh_TW.po: updated Chinese file
2001/09/23 Pixel <pixel@mandrakesoft.com>
* install_steps_gtk.pm: add "Graphical Environment" in meta_class server
* fsedit.pm: add magic SWAPSPACE2
* bootloader.pm: allow bootloader on fat partitions
* share/compssUsers, share/rpmsrate, install_any.pm: do not force X flag,
have it selected for any "Graphical Environment"
2001/09/22 Guillaume Cottenceau <gc@mandrakesoft.com>
* mdk-stage1/Makefile: version is 8.1
2001/09/22 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/bs.po: updated Bosnian file
2001/09/22 Pixel <pixel@mandrakesoft.com>
* fs.pm, install2.pm:
- cleanup noatime option setting
- cleanup exec option setting (must noexec => 0 instead of exec => 1)
* bootloader.pm (suggest): fix kernel 2.2 secure adding in menu
2001/09/22 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/bg.po: updated Bulgarian file
2001/09/22 Pixel <pixel@mandrakesoft.com>
* bootloader.pm (suggest): fix kernel 2.2 secure adding in menu
2001/09/22 Till Kamppeter <till@mandrakesoft.com>
* printerdrake.pm: Added support for automatic /dev/... file permissions
setting by devfsd.
Improved matching of auto-detection results with database entries.
Given hint to the user to select the correct model when matching fails.
* printer.pm: Added support for automatic /dev/... file permissions
setting by devfsd.
2001/09/21 François Pons <fpons@mandrakesoft.com>
* detect_devices.pm: avoid detecting plip for live upgrade.
2001/09/21 Pablo Saratxaga <pablo@mandrakesoft.com>
* keyboard.pm: use "us" XKB file for Korean keyboard, otherwise some
functionality is lost
small fix for "vn" keyboard (enable toggle key)
* share/po/ko.po: updated Korean file
updated pot file
* share/po/be.po, share/po/sp.po, share/po/zh_CN.po, share/po/pt.po,
share/po/DrakX.pot, share/po/es.po, share/po/fr.po, share/po/bg.po,
share/po/sr.po, share/po/de.po, share/po/et.po, share/po/tr.po,
share/po/eu.po, share/po/az.po, share/po/ru.po, share/po/pt_BR.po,
share/po/hr.po, share/po/nl.po, share/po/ja.po, share/po/wa.po,
share/po/sv.po, share/po/hu.po, share/po/it.po, share/po/id.po,
share/po/pl.po, share/po/fi.po, share/po/no.po, share/po/th.po,
share/po/el.po, share/po/sk.po, share/po/lt.po, share/po/vi.po,
share/po/gl.po, share/po/ca.po, share/po/lv.po, share/po/uk.po,
share/po/eo.po, share/po/bs.po, share/po/da.po, share/po/cs.po,
share/po/af.po: updated pot file
* printerdrake.pm: small fix
2001/09/21 Till Kamppeter <till@mandrakesoft.com>
* printer.pm, printerdrake.pm: When one changes the driver of a freshly
added printer, the cursor was not pointed to the old driver, fixed.
Fixed paper size not set according to chosen language during
installation.
2001/09/21 dam's <damien@mandrakesoft.com>
* network/adsl.pm: typo
2001/09/21 François Pons <fpons@mandrakesoft.com>
* install_steps_gtk.pm: reworked medium management.
moved com_license to parent package (as code that show the license is
now
available even for non gtk install).
* Xconfigurator.pm: S3 ViRGE is a bad card for testing on live upgrade.
* pkgs.pm, install_any.pm: reworked medium management.
* detect_devices.pm: avoid detecting plip for live upgrade.
* install_steps_interactive.pm: avoid keeping testing code.
reworked medium management.
added code to support changeable cdrom, set a unique copy of license for
installing commercial application as package variable (exported).
2001/09/21 gbeauchesne
* share/po/no.po: remove trailing '\n'
2001/09/21 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/hu.po, share/po/no.po: updated pot file
updated pot file
updated Norwegian and Hungarian files
updated pot file
* help.pm: updated help file
* share/po/help_xml2pm.pl: updated pot file
* printerdrake.pm: small fix
changed text strings to be more translator friendly
(NEVER EVER cut a phrase)
* share/po/zh_CN.po, share/po/ru.po, share/po/vi.po: updated pot file
updated pot file
corrected extra \n
updated pot file
* share/po/be.po, share/po/sp.po, share/po/pt.po, share/po/DrakX.pot,
share/po/es.po, share/po/fr.po, share/po/bg.po, share/po/sr.po,
share/po/de.po, share/po/et.po, share/po/tr.po, share/po/eu.po,
share/po/az.po, share/po/pt_BR.po, share/po/hr.po, share/po/ko.po,
share/po/nl.po, share/po/ja.po, share/po/wa.po, share/po/sv.po,
share/po/it.po, share/po/id.po, share/po/pl.po, share/po/fi.po,
share/po/th.po, share/po/el.po, share/po/sk.po, share/po/lt.po,
share/po/gl.po, share/po/ca.po, share/po/lv.po, share/po/uk.po,
share/po/eo.po, share/po/bs.po, share/po/da.po, share/po/cs.po,
share/po/af.po: updated pot file
updated pot file
updated pot file
* keyboard.pm: adapted keyboard priority numbers (it is useless to give a
multichoice with a
value higher than 90)
* share/po/zh_TW.po: updated pot file
updated pot file
2001/09/21 Pixel <pixel@mandrakesoft.com>
* bootloader.pm: write password in lilo.conf even if it's also done by
msec, otherwise lilo will fail with restricted only
* install_steps.pm: Ensure $o->{superuser}{name} is temporary
* share/rpmsrate, install_any.pm: add HIGH_SECURITY flag, use it for
libsafe and kernel22-secure
2001/09/21 Till Kamppeter <till@mandrakesoft.com>
* printer.pm: Added a forgotten "_( ... )".
2001/09/21 warly
* share/rpmsrate: add gnomemeeting and openmcu
2001/09/20 Pixel <pixel@mandrakesoft.com>
* install_interactive.pm (partition_with_diskdrake): ensure the $::expert
flag modifications in
diskdrake do not escape from diskdrake
* install_steps_interactive.pm (choosePartitionsToFormat): do not propose
check bad blocks for xfs and jfs
2001/09/20 dam's <damien@mandrakesoft.com>
* network/netconnect.pm: don't reapply the conf, if already applied.
usefull for dhcp, because the network should be restarted after
configured
* network/adsl.pm: test if microcode is there
* bootlook.pm: removed blocking die
2001/09/20 fcrozat
* share/rpmsrate: Add gnome-user-docs to GNOME install
Install Mdk eazel engine for gnome
2001/09/20 François Pons <fpons@mandrakesoft.com>
* pkgs.pm: take care not probing in /dev/ for finding package to upgrade,
this cause
problem in live_upgrade.
* Xconfigurator.pm: added VideoRam for ET 6x00 card.
* network/netconnect.pm: tried to fix damien sucking.
2001/09/20 Guillaume Cottenceau <gc@mandrakesoft.com>
* share/po/fr.po: misc
2001/09/20 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/tr.po: updated Turkish file
* share/po/cs.po: updated Czech file
* share/po/nl.po, share/po/da.po, share/po/zh_TW.po: updated Danish,
Chinese and Dutch files
2001/09/20 Pixel <pixel@mandrakesoft.com>
* install_interactive.pm (partition_with_diskdrake): ensure the $::expert
flag modifications in
diskdrake do not escape from diskdrake
* share/rpmsrate: raise i18n fonts
* fsedit.pm (hds): do a get_major_minor where needed
* lang.pm: replace xcin by chinput as per Alex request
* install_steps_interactive.pm (choosePartitionsToFormat): do not propose
check bad blocks for xfs and jfs
2001/09/20 Till Kamppeter <till@mandrakesoft.com>
* printerdrake.pm: Fixed flow of the program for the "recommended" mode of
the installation.
2001/09/20 dam's <damien@mandrakesoft.com>
* network/netconnect.pm: don't reapply the conf, if already applied.
usefull for dhcp, because the network should be restarted after
configured
* mouse.pm: text positionning
* standalone/net_monitor: less gethostbyname
2001/09/20 François Pons <fpons@mandrakesoft.com>
* pkgs.pm: take care not probing in /dev/ for finding package to upgrade,
this cause
problem in live_upgrade.
* network/netconnect.pm: tried to fix damien sucking.
2001/09/20 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/nl.po, share/po/da.po, share/po/zh_TW.po: updated Danish,
Chinese and Dutch files
2001/09/20 Pixel <pixel@mandrakesoft.com>
* share/rpmsrate: raise i18n fonts
s/telnet-server/telnet-server-krb5/
* fsedit.pm (hds): do a get_major_minor where needed
* fs.pm (add2all_hds): allow both "smbfs" and "smb" as fs type
* lang.pm: replace xcin by chinput as per Alex request
* printerdrake.pm: back out the modif from till as asked by till
2001/09/20 Till Kamppeter <till@mandrakesoft.com>
* printerdrake.pm: Make it possible to configure more than 1 printer in a
"recommended" mode installation.
2001/09/19 dam's <damien@mandrakesoft.com>
* network/adsl.pm, network/netconnect.pm, network/ethernet.pm: network
restart at better place
2001/09/19 Guillaume Cottenceau <gc@mandrakesoft.com>
* share/rpmsrate: chromium and tuxracer don't work well with Riva
2001/09/19 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/it.po: updated pot file
updated help xml
* help.pm: updated help file
* share/po/be.po, share/po/sp.po, share/po/zh_CN.po, share/po/pt.po,
share/po/bg.po, share/po/sr.po, share/po/et.po, share/po/tr.po,
share/po/eu.po, share/po/az.po, share/po/ru.po, share/po/pt_BR.po,
share/po/hr.po, share/po/ko.po, share/po/nl.po, share/po/ja.po,
share/po/sv.po, share/po/hu.po, share/po/id.po, share/po/pl.po,
share/po/fi.po, share/po/no.po, share/po/th.po, share/po/el.po,
share/po/sk.po, share/po/lt.po, share/po/vi.po, share/po/gl.po,
share/po/ca.po, share/po/lv.po, share/po/uk.po, share/po/eo.po,
share/po/bs.po, share/po/da.po, share/po/zh_TW.po, share/po/cs.po,
share/po/af.po: updated pot file
* share/po/DrakX.pot, share/po/es.po, share/po/fr.po, share/po/de.po:
updated help xml
* share/po/wa.po: updated pot file
updated pot file
2001/09/19 dam's <damien@mandrakesoft.com>
* network/adsl.pm, network/netconnect.pm, network/ethernet.pm: network
restart at better place
2001/09/19 fcrozat
* share/rpmsrate: Add mdk-eazel-engine
* share/po/fr.po: Fix french mistakes
2001/09/19 François Pons <fpons@mandrakesoft.com>
* pkgs.pm: added code to check if package are really installed.
* Xconfigurator.pm: Rage 128 doesn't like XF3 at all.
make only bad card Riva128 for testing XF4.
Riva128 is now a bad card.
2001/09/19 Guillaume Cottenceau <gc@mandrakesoft.com>
* mdk-stage1/init.c: raklet quoting
* share/rpmsrate: chromium and tuxracer don't work well with Riva
2001/09/19 Pixel <pixel@mandrakesoft.com>
* loopback.pm (create): don't use seek to create big files otherwise you
get hole and
swapon doesn't like it
* any.pm (ask_users): default icon "man"
* lang.pm: compatibility with older $o->{lang} names (for auto_installs)
* install2.pm: initial support for server install
compatibility with older $o->{lang} names (for auto_installs)
* install_steps_gtk.pm: initial support for server install
* printerdrake.pm: help perl_checker
* pkgs.pm, share/rpmsrate, install_any.pm:
- gmc instead of nautilus for non-latin1 installs
- introduce CHARSET flag and use it
2001/09/19 Till Kamppeter <till@mandrakesoft.com>
* printer.pm: Network is now only required (and checked) for remote
printers.
Several buglets fixed in remote CUPS server dialog.
* printerdrake.pm: Removed a forgotten debug help line from the code.
Fixed typo in dialog text of high/paranoid security.
Network is now only required (and checked) for remote printers.
Several buglets fixed in remote CUPS server dialog.
2001/09/18 dam's <damien@mandrakesoft.com>
* network/netconnect.pm: don't ask to connect if lan or dhcp
2001/09/18 Guillaume Cottenceau <gc@mandrakesoft.com>
* install2.pm: don't create bootdisk by default
* share/po/fr.po: misc
2001/09/18 Pixel <pixel@mandrakesoft.com>
* any.pm (write_passwd_user): fix setting "pw" field (for auto_installs)
* install_steps_gtk.pm, pkgs.pm: tentative to correct install time for big
installs
2001/09/18 dam's <damien@mandrakesoft.com>
* network/adsl.pm, my_gtk.pm: corrected Speedtouch -> speedtouch
* network/netconnect.pm: don't ask to connect if lan or dhcp
* standalone/drakgw: debug
2001/09/18 François Pons <fpons@mandrakesoft.com>
* rescue/tree/etc/oem: added X group with SYSTEM.
finally work arounded rpm bug by flepied.
* detect_devices.pm: added back full pci probe for stage2 command lspci.
removed full pci probe for stringlist (used for generating report_bug).
* install_steps_interactive.pm: now finally really fixed printer label in
summary dialog.
fixed printer description in summary (again).
fixed no printer displayed (at least, print Remote CUPS server).
* commands.pm: make lspci a full pci probe instead of safe pci probe.
2001/09/18 gbeauchesne
* Xconfigurator.pm:
- Force XFree 4 on IA-64. No XFree 3.3.X there...
* tools/ia64/elilo.efi:
- elilo 3.1
2001/09/18 Guillaume Cottenceau <gc@mandrakesoft.com>
* install2.pm: don't create bootdisk by default
* standalone/drakautoinst: have "manual" and "replay" translated
* share/po/fr.po: misc
2001/09/18 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/nl.po, share/po/hu.po: updated Dutch and Hungarian files
2001/09/18 Pixel <pixel@mandrakesoft.com>
* lang.pm, share/gen_locales.sh, share/locales-skeleton.tar.bz2:
- remove ISO-8859-5, KOI8-R and KOI8-U
- cleanup packdrake extracting locales
- cleanup/fixes lang.pm
* install_steps.pm: fix setting kdmrc for latin1
* any.pm (write_passwd_user): fix setting "pw" field (for auto_installs)
* install_steps_gtk.pm, pkgs.pm: tentative to correct install time for big
installs
2001/09/17 François Pons <fpons@mandrakesoft.com>
* rescue/list: updated for rpm 4.0.3.
* rescue/tree/etc/oem: updated for 8.1, contains workaround for bug of
"rpm --root" but need more testing.
* standalone/XFdrake: removed comment.
added support to configure NVIDIA driver if everything is correctly
installed.
2001/09/17 Pixel <pixel@mandrakesoft.com>
* fs.pm, fsedit.pm:
- '--' to separate options for supermount + small workaround (ro and
exec before --)
- fix nfs in manualFstab (for auto_installs, reported by David
Eastcott)
2001/09/17 Till Kamppeter <till@mandrakesoft.com>
* printer.pm: Fixed bug of /etc/foomatic/defaultspooler not been written
in expert install.
2001/09/17 dam's <damien@mandrakesoft.com>
* network/network.pm: no expert mode needed to choose gateway
2001/09/17 François Pons <fpons@mandrakesoft.com>
* rescue/list: updated for rpm 4.0.3.
* rescue/tree/etc/oem: updated for 8.1, contains workaround for bug of
"rpm --root" but need more testing.
* printerdrake.pm: add eval around installing lexmark-driver
(proprietary).
* Xconfigurator.pm: deactivating bad card test (too).
* standalone/XFdrake: removed comment.
added support to configure NVIDIA driver if everything is correctly
installed.
2001/09/17 odin
* share/po/fr.po: updated fr.po
2001/09/17 Pablo Saratxaga <pablo@mandrakesoft.com>
* keyboard.pm: Added choice of "English|Ireland (euro)" so people wanting
English language but also euro symbol can choose it.
fixed Belgian keyboard
* share/po/fr.po, share/po/wa.po, share/po/es.po: updated Spanish and
Wallon files; corrected error syntax in French file
* lang.pm: Added choice of "English|Ireland (euro)" so people wanting
English language but also euro symbol can choose it.
2001/09/17 Pixel <pixel@mandrakesoft.com>
* fs.pm:
- '--' to separate options for supermount + small workaround (ro and
exec before --)
- fix nfs in manualFstab (for auto_installs, reported by David
Eastcott)
(mount): do not hand update /etc/mtab for nfs mounts, already done by
mount(8)
(set_default_options): disable iocharset= and codepage= for supermount
* partition_table.pm (adjust_main_extended): do not use linux extended
* detect_devices.pm (pci_probe): log full pci probes
* standalone/drakbug_report: fix
* fsedit.pm:
- '--' to separate options for supermount + small workaround (ro and
exec before --)
- fix nfs in manualFstab (for auto_installs, reported by David
Eastcott)
2001/09/17 Till Kamppeter <till@mandrakesoft.com>
* printer.pm: Fixed bug of /etc/foomatic/defaultspooler not been written
in expert install.
Do not die when "chkconfig" fails (needed for "security_check").
Added "-q" option to foomatic-configure (should not get interactive).
Added handling of high and paranoid security levels.
* printerdrake.pm: /etc/foomatic/defaultspooler was not written in expert
mode installation.
Added handling of high and paranoid security levels.
2001/09/17 François Pons <fpons@mandrakesoft.com>
* printerdrake.pm: add eval around installing lexmark-driver
(proprietary).
2001/09/17 Pixel <pixel@mandrakesoft.com>
* detect_devices.pm (pci_probe): log full pci probes
* fs.pm (set_default_options): disable iocharset= and codepage= for
supermount
2001/09/17 François Pons <fpons@mandrakesoft.com>
* printerdrake.pm: add eval around installing lexmark-driver
(proprietary).
2001/09/17 Pablo Saratxaga <pablo@mandrakesoft.com>
* help.pm: updated help file
* share/po/be.po, share/po/sp.po, share/po/zh_CN.po, share/po/pt.po,
share/po/DrakX.pot, share/po/es.po, share/po/fr.po, share/po/sr.po,
share/po/de.po, share/po/et.po, share/po/tr.po, share/po/eu.po,
share/po/az.po, share/po/ru.po, share/po/pt_BR.po, share/po/hr.po,
share/po/ko.po, share/po/nl.po, share/po/ja.po, share/po/wa.po,
share/po/sv.po, share/po/hu.po, share/po/it.po, share/po/id.po,
share/po/pl.po, share/po/fi.po, share/po/no.po, share/po/th.po,
share/po/el.po, share/po/sk.po, share/po/lt.po, share/po/vi.po,
share/po/gl.po, share/po/ca.po, share/po/lv.po, share/po/uk.po,
share/po/eo.po, share/po/bs.po, share/po/da.po, share/po/zh_TW.po,
share/po/cs.po, share/po/af.po: updated pot file
2001/09/17 Pixel <pixel@mandrakesoft.com>
* detect_devices.pm (pci_probe): log full pci probes
2001/09/16 Pixel <pixel@mandrakesoft.com>
* install_any.pm (getAndSaveAutoInstallFloppy): skip it on ia64
* pkgs.pm (read_rpmsrate): fix bug
2001/09/16 Till Kamppeter <till@mandrakesoft.com>
* printer.pm: Fixed bug which prevented from printing the option list
during install.
Fixed bug which prevents printerdrake from running without PDQ
installed.
2001/09/16 Pixel <pixel@mandrakesoft.com>
* install_any.pm (getAndSaveAutoInstallFloppy): skip it on ia64
more up to my need ALL flag in compssUsersChoice
remove auto-install special case (initialisation of compssUsersChoice)
* share/rpmsrate:
- cleanup packages appearing twice in rpmsrate
- handle a few case of packages appearing twice
- special case for packages appearing in INSTALL section (flag
dropped)
- new special flag ALL for compssUsersChoice
* pkgs.pm: more up to my need ALL flag in compssUsersChoice
- cleanup packages appearing twice in rpmsrate
- handle a few case of packages appearing twice
- special case for packages appearing in INSTALL section (flag
dropped)
- new special flag ALL for compssUsersChoice
* rescue/make_rescue_img: use new mkdir_p, rm_rf and cp_af from
MDK::Common
2001/09/16 siegel
* share/po/help_xml2pm.pl: added "systemitem"
2001/09/16 Till Kamppeter <till@mandrakesoft.com>
* printer.pm: Fixed bug which prevents printerdrake from running without
PDQ installed.
2001/09/16 dam's <damien@mandrakesoft.com>
* mouse.pm, my_gtk.pm: bugfix + cosmetic changes
2001/09/16 Pablo Saratxaga <pablo@mandrakesoft.com>
* help.pm: updated help.pm file
* share/po/hu.po: updated Hungarian file
updated pot file
* share/po/be.po, share/po/sp.po, share/po/zh_CN.po, share/po/pt.po,
share/po/DrakX.pot, share/po/es.po, share/po/fr.po, share/po/bg.po,
share/po/sr.po, share/po/de.po, share/po/et.po, share/po/tr.po,
share/po/eu.po, share/po/az.po, share/po/ru.po, share/po/pt_BR.po,
share/po/hr.po, share/po/ko.po, share/po/nl.po, share/po/ja.po,
share/po/wa.po, share/po/sv.po, share/po/it.po, share/po/id.po,
share/po/pl.po, share/po/fi.po, share/po/no.po, share/po/th.po,
share/po/el.po, share/po/sk.po, share/po/lt.po, share/po/vi.po,
share/po/gl.po, share/po/ca.po, share/po/lv.po, share/po/uk.po,
share/po/eo.po, share/po/bs.po, share/po/da.po, share/po/zh_TW.po,
share/po/cs.po, share/po/af.po: updated pot file
2001/09/16 Pixel <pixel@mandrakesoft.com>
* diskdrake.pm: "please click on ..." for removable, nfs, smb.
* fsedit.pm: enhance lvm handling (mostly standalone)
- cleanup & enhance raid mdstat reading (now works with or without
devfs mounted)
- chunk size is buggy?
* install_any.pm (getAndSaveAutoInstallFloppy): skip it on ia64
more up to my need ALL flag in compssUsersChoice
remove auto-install special case (initialisation of compssUsersChoice)
use new mkdir_p, rm_rf and cp_af from MDK::Common
* share/rpmsrate:
- cleanup packages appearing twice in rpmsrate
- handle a few case of packages appearing twice
- special case for packages appearing in INSTALL section (flag
dropped)
- new special flag ALL for compssUsersChoice
* verify_c: add special case for c::to_utf8
* pkgs.pm: more up to my need ALL flag in compssUsersChoice
- cleanup packages appearing twice in rpmsrate
- handle a few case of packages appearing twice
- special case for packages appearing in INSTALL section (flag
dropped)
- new special flag ALL for compssUsersChoice
use new mkdir_p, rm_rf and cp_af from MDK::Common
* services.pm, install2.pm, lang.pm, commands.pm, loopback.pm,
tinyfirewall.pm, raid.pm, keyboard.pm, printerdrake.pm, fs.pm, mouse.pm,
network/netconnect.pm, timezone.pm, network/adsl.pm, install_steps.pm,
any.pm, printer.pm, rescue/make_rescue_img, bootloader.pm: use new
mkdir_p, rm_rf and cp_af from MDK::Common
* diskdrake_interactive.pm, lvm.pm: enhance lvm handling (mostly
standalone)
* devices.pm (make): ensure it never returns a non-absolute name
(it happened with make("foo") when cwd=/dev and /dev/foo existed)
2001/09/16 siegel
* share/po/help_xml2pm.pl: added "systemitem"
added commet explainig that help.pm is automatically generated.
* .cvsignore: added .*.sw? for vim users
2001/09/16 Till Kamppeter <till@mandrakesoft.com>
* printer.pm, printerdrake.pm: Added possibility to list command line
options for the printers and to give the users help for printing
Fixed bug of sometimes appearing the wron dialog after printing test
pages
2001/09/15 Pixel <pixel@mandrakesoft.com>
* fs.pm: fix options appearing twice in fstab
* install_steps.pm, any.pm, c/stuff.pm: i18n kdmrc
* lang.pm (load_mo): ensure the locale is set (was broken in non-gtk
installs)
* install_steps_auto_install.pm (enteringStep): do not translate in
ja|ko|zh
2001/09/15 Pixel <pixel@mandrakesoft.com>
* fs.pm: fix options appearing twice in fstab
* install_steps.pm, any.pm, c/stuff.pm: i18n kdmrc
* lang.pm (load_mo): ensure the locale is set (was broken in non-gtk
installs)
* install_steps_auto_install.pm (enteringStep): do not translate in
ja|ko|zh
2001/09/15 civileme
* help.pm: Added a dialog in English for users selecting a printing system
since no other
OS seems to offer such a choice during install.
2001/09/15 dam's <damien@mandrakesoft.com>
* standalone/draknet: better connection testing
* network/tools.pm: more timeout
* network/adsl.pm: avoid asking 2 times to restart the ethernet card
* mouse.pm: readded darea realization
2001/09/15 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/rpmsrate: make gtk-themes installed when Gnome is choosen
* share/po/es.po: updated Spanish file
* share/po/wa.po, share/po/hu.po: updated Hungarian file
2001/09/15 Pixel <pixel@mandrakesoft.com>
* Makefile.config, tools/Makefile: add aewm-drakx
* install_steps_gtk.pm: makes cancel on mouse selection works even better
- add and use aewm-drakx
- add some "skip" title on help/logo/steps windows so that aewm-drakx
know they don't need keyboard focus
- add some more title to ease debugging (when aewm-drakx is in debug
mode)
* install_gtk.pm, tools/aewm-drakx/Makefile, tools/aewm-drakx/misc.c,
tools/aewm-drakx/README:
- add and use aewm-drakx
- add some "skip" title on help/logo/steps windows so that aewm-drakx
know they don't need keyboard focus
- add some more title to ease debugging (when aewm-drakx is in debug
mode)
* any.pm: i18n kdmrc
fix user icons choice
- add and use aewm-drakx
- add some "skip" title on help/logo/steps windows so that aewm-drakx
know they don't need keyboard focus
- add some more title to ease debugging (when aewm-drakx is in debug
mode)
* install2.pm: don't warn if modules are missing when testing
* bootloader.pm: find error in /tmp/.error only if exception is "xxx
failed"
(write_lilo_conf): ensure linear and lba32 are not both set
* share/po/fake_c.pl: fix a tricky hack
* my_gtk.pm: do the set_events before the show otherwise gtk go crazy (no
more keyboard focus)
* c/stuff.pm: i18n kdmrc
* lang.pm (load_mo): ensure the locale is set (was broken in non-gtk
installs)
* install_steps_interactive.pm: fix typo
find error in /tmp/.error only if exception is "xxx failed"
makes cancel on mouse selection works even better
fix cancel on mouse choice
* install_steps.pm: i18n kdmrc
enable supermount again
* network/adsl.pm: correct dams typo
* fs.pm (write_fstab): fix supermount moving from options to fstype
* steps.pm: find error in /tmp/.error only if exception is "xxx failed"
* tools/aewm-drakx/aewm.h, tools/aewm-drakx/client.c,
tools/aewm-drakx/events.c, tools/aewm-drakx/aewm-drakx.c: set_focus on
new map_request event (fix summary step)
- add and use aewm-drakx
- add some "skip" title on help/logo/steps windows so that aewm-drakx
know they don't need keyboard focus
- add some more title to ease debugging (when aewm-drakx is in debug
mode)
* install_steps_auto_install.pm (enteringStep): do not translate in
ja|ko|zh
2001/09/15 siegel
* share/po/de.po: fixed another typo
new string
* printerdrake.pm: added missing _()
* standalone/draksec: use " instead of ' to get i18n
* standalone/draknet: fixed missing _()
2001/09/15 Till Kamppeter <till@mandrakesoft.com>
* printerdrake.pm: Added the PDQ panic button.
Removed a superfluous "set_help" line.
Save default spooler at program start, fixed typos in comments.
Command line commands as "lpr", "lpq", ... are mapped to the correct
spooler now.
Fixed bug of a waiting message appearing together with a dialog
Cleaned up variables to correctly switch between CUPS/Foomatic/Raw type
for a printer
* printer.pm: Added the PDQ panic button.
Command line commands as "lpr", "lpq", ... are mapped to the correct
spooler now.
* standalone/printerdrake: Fixed bug of spooler choice via command line
options being ignored.
2001/09/15 warly
* share/rpmsrate: add drakfirsttime
2001/09/14 dam's <damien@mandrakesoft.com>
* printer.pm, printerdrake.pm: make test_pms happy
* install_any.pm: pptp-adsl instead of pptp-adsl-fr
* Xconfigurator.pm: no shadow when X test
* standalone.pm: bugfix
* my_gtk.pm: no icon if wizard
no shadow when X test
shadow color
* bootlook.pm: bugfix
iautologin correction
* mouse.pm: trying to remove draw
* network/adsl.pm: debug
pptp-adsl instead of pptp-adsl-fr
bugfix
updated speedtouch handling.
2001/09/14 François Pons <fpons@mandrakesoft.com>
* install_steps.pm: removed S3 ViRGE card from card with problem with
frame buffer as it works fine.
* Xconfigurator.pm: fixed filtering of depth for newt version.
depth 24 is used for DRI for Rage 128 and Radeon instead of Depth 32 (as
depth
32 simply doesn't work, even if DRI guide says it works :-) 24 bit works
fine
for Rage 128.
apply restriction on depth available when changing resolution, removed
S3 ViRGE
from experimental 3D accelerated card list as it really does not work,
allow on
second pass to change card configuration to choose server (experimental
server
are still only available to expert), added support for UseCCEFor2D for
Rage 128
card if a TV card is installed (set to true, else set to false), added
support
for Rage Mobility M... card that are Rage 128 Mobile chipset, improved
error
message display to catch only appropriate error message of XFree 4.1.0
only,
added support for 32 bits for DRI using Matrox card, improved info
message with
real version of XFree used (anybody) and identifier from PCI probe
(expert).
2001/09/14 Guillaume Cottenceau <gc@mandrakesoft.com>
* mdk-stage1/insmod-busybox/Makefile: clean also cleans the DIET target
* mdk-stage1/Makefile, mdk-stage1/Makefile.mkinitrd_helper: back to using
a reduced form of mkinitrd_helper for mkinitrd (only
to provide a dietlibc-enabled static insmod)
2001/09/14 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/wa.po: updated Walloon file
* share/po/ko.po: updated Korean file
* share/po/da.po: updated Danish file
updated Danish file
* share/po/bs.po, share/po/sv.po: updated Bosnian and Swedish files
2001/09/14 Pixel <pixel@mandrakesoft.com>
* partition_table_raw.pm, install_any.pm: when testing for bad drives, if
opening for writing fails, remove the drive from the hard drive list
(useful for Smartmedia readers)
* pkgs.pm: update correctSize and invCorrectSize (now linear)
* share/po/fr.po: fix odin bug (please run msgfmt before committing!)
* share/rpmsrate: do not install Aurora in russian
2001/09/14 siegel
* share/po/de.po: updates
* standalone/drakautoinst: Check exisence of "/root/replay_install.img"
before anything else ...
2001/09/14 Till Kamppeter <till@mandrakesoft.com>
* printerdrake.pm: Added "set_help" lines for installer help texts.
Raw queue entry added, so cursor not always on "Alps MD-1000" when no
printer
detected.
Resolved conflict.
Now it is checked whether the network is configured and running.
draknet is called when the network is not configured.
It is checked whether the spooler is automatically started at boot.
The oki4daemon is started when needed.
Lexmarks inkjet drivers are fully integrated.
The permissions of the device files are set so that normal users can
print with PDQ.
* standalone/printerdrake: Fixed spooler selection by command line.
* printer.pm: Raw queue entry added, so cursor not always on "Alps
MD-1000" when no printer
detected.
Made network checking working on non-english systems.
Now it is checked whether the network is configured and running.
draknet is called when the network is not configured.
It is checked whether the spooler is automatically started at boot.
The oki4daemon is started when needed.
Lexmarks inkjet drivers are fully integrated.
The permissions of the device files are set so that normal users can
print with PDQ.
2001/09/14 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/bg.po, share/po/tr.po: updated Turkish and Bulgarian files
updated pot file
* share/po/be.po, share/po/sp.po, share/po/zh_CN.po, share/po/pt.po,
share/po/DrakX.pot, share/po/es.po, share/po/fr.po, share/po/sr.po,
share/po/de.po, share/po/et.po, share/po/eu.po, share/po/az.po,
share/po/ru.po, share/po/pt_BR.po, share/po/hr.po, share/po/ko.po,
share/po/nl.po, share/po/ja.po, share/po/wa.po, share/po/sv.po,
share/po/hu.po, share/po/it.po, share/po/id.po, share/po/pl.po,
share/po/fi.po, share/po/no.po, share/po/th.po, share/po/el.po,
share/po/sk.po, share/po/lt.po, share/po/vi.po, share/po/gl.po,
share/po/ca.po, share/po/lv.po, share/po/uk.po, share/po/eo.po,
share/po/bs.po, share/po/da.po, share/po/zh_TW.po, share/po/cs.po,
share/po/af.po: updated pot file
2001/09/13 Frederic Lepied <flepied@mandrakesoft.com>
* share/rpmsrate: added mt-st to ARCHIVING
2001/09/13 odin
* share/po/fr.po: updated up to 6648
2001/09/13 Pixel <pixel@mandrakesoft.com>
* diskdrake_interactive.pm: new migration feature for creation of
partitions on existing mount points
* diskdrake.pm:
- add back shortcuts
- red colored buttons in nfs/smb/removable
2001/09/13 dam's <damien@mandrakesoft.com>
* pixmaps/wiz_default_up.png, pixmaps/wiz_draknet.png: updated
* my_gtk.pm: updated
addde /usr/share/icons in path for pixmaps search
shadow reduced to 5 pixels
* standalone/draknet, network/isdn.pm: isdn timeout works now.
2001/09/13 Frederic Lepied <flepied@mandrakesoft.com>
* share/rpmsrate: added mt-st to ARCHIVING
2001/09/13 François Pons <fpons@mandrakesoft.com>
* Xconfigurator_consts.pm: removed ugly Modeline 1024x768 which causes
trouble to XFree86 4.1.0.
* Xconfigurator.pm: fix for missing Xinerama for Matrox cards.
fix for Matrox G550 support, now add DRI support.
disable any question to user about XF3 if he choose a dual head
configuration.
disable DRI if Xinerama has been chosen.
updated Rage Mobility regexp for bad_card, added bad_card for XF4 as
Tseng ET6\d00.
* install_any.pm: updates 3D category according Matrox G550 and Radeon
card.
* install_steps.pm: synced with Xconfigurator bad_card class of video card
to avoid using frame
buffer, added ET6\d00 style card which seems to have problem.
2001/09/13 odin
* share/po/fr.po: updated up to 6648
updated fr.po
2001/09/13 Pixel <pixel@mandrakesoft.com>
* share/rpmsrate: add krozat
* any.pm (inspect): use a safer dir when standalone
* install_steps.pm: extend disable KDE GreetString to
ja|ko|zh|ru|th|vi|be|bg
do not translate kdm GreetString in ja|ko|zh (what about ru?)
in kdmrc GreetString, magic string HOSTNAME replaced by %n
* diskdrake_interactive.pm: new migration feature for creation of
partitions on existing mount points
* diskdrake.pm:
- add back shortcuts
- red colored buttons in nfs/smb/removable
* partition_table.pm: BLKPG_ADD_PARTITION support (aka adding partition on
the fly without rebooting on a device with some already mounted
partitions)
* install_steps_interactive.pm (selectKeyboard): don't prompt in newbie
mode if >=90, not >90
2001/09/13 dam's <damien@mandrakesoft.com>
* my_gtk.pm: shadow reduced to 5 pixels
* standalone/draknet, network/isdn.pm: isdn timeout works now.
2001/09/13 François Pons <fpons@mandrakesoft.com>
* Xconfigurator.pm: fix for missing Xinerama for Matrox cards.
fix for Matrox G550 support, now add DRI support.
disable any question to user about XF3 if he choose a dual head
configuration.
disable DRI if Xinerama has been chosen.
updated Rage Mobility regexp for bad_card, added bad_card for XF4 as
Tseng ET6\d00.
avoid creating /etc/X11/XF86Config* file if --g_auto_install.
* services.pm: updated repartition of services into category, network
category are commented so
that service will to "Other" one.
* Xconfigurator_consts.pm: removed ugly Modeline 1024x768 which causes
trouble to XFree86 4.1.0.
* install_any.pm: updates 3D category according Matrox G550 and Radeon
card.
* install_steps.pm: synced with Xconfigurator bad_card class of video card
to avoid using frame
buffer, added ET6\d00 style card which seems to have problem.
2001/09/13 Pixel <pixel@mandrakesoft.com>
* keyboard.pm: filtered the list from lang2keyboard to display only valid
keyboards
* c/stuff.xs.pm: add partition adding on the fly trick
* partition_table.pm: BLKPG_ADD_PARTITION support (aka adding partition on
the fly without rebooting on a device with some already mounted
partitions)
* install_steps.pm: do not translate kdm GreetString in ja|ko|zh (what
about ru?)
in kdmrc GreetString, magic string HOSTNAME replaced by %n
2001/09/13 dam's <damien@mandrakesoft.com>
* standalone/draknet, network/isdn.pm: isdn timeout works now.
2001/09/13 François Pons <fpons@mandrakesoft.com>
* lang.pm: fixed bad $localedir in load_mo().
* g_auto_install: updated so that this scripts is running again.
* install2.pm: do not output error message for bad kernel if using
--g_auto_install.
* install_steps_interactive.pm: fixed Printer name reporting for a
specific printer.
* install_any.pm: updates 3D category according Matrox G550 and Radeon
card.
* services.pm: updated repartition of services into category, network
category are commented so
that service will to "Other" one.
* live_install2: updated #! as ../perl is not used.
* my_gtk.pm: synced with --g_auto_install mode.
* install_steps.pm: synced with Xconfigurator bad_card class of video card
to avoid using frame
buffer, added ET6\d00 style card which seems to have problem.
* Xconfigurator.pm: fix for Matrox G550 support, now add DRI support.
disable any question to user about XF3 if he choose a dual head
configuration.
disable DRI if Xinerama has been chosen.
updated Rage Mobility regexp for bad_card, added bad_card for XF4 as
Tseng ET6\d00.
avoid creating /etc/X11/XF86Config* file if --g_auto_install.
synced with --g_auto_install mode.
disable testing with all SiS card except SiS 630 under XF4.
2001/09/13 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/sp.po, share/po/pl.po, share/po/pt.po, share/po/no.po,
share/po/th.po, share/po/sr.po, share/po/sk.po, share/po/lt.po,
share/po/ru.po, share/po/pt_BR.po, share/po/ko.po, share/po/lv.po,
share/po/uk.po, share/po/nl.po, share/po/ja.po, share/po/sv.po,
share/po/id.po: updated pot file
2001/09/13 Pixel <pixel@mandrakesoft.com>
* keyboard.pm: filtered the list from lang2keyboard to display only valid
keyboards
* c/stuff.xs.pm: add partition adding on the fly trick
* partition_table.pm: BLKPG_ADD_PARTITION support (aka adding partition on
the fly without rebooting on a device with some already mounted
partitions)
* install2.pm (selectKeyboard): remove code causing
install_steps::selectKeyboard to be skipped
* install_steps.pm: do not translate kdm GreetString in ja|ko|zh (what
about ru?)
in kdmrc GreetString, magic string HOSTNAME replaced by %n
2001/09/12 dam's <damien@mandrakesoft.com>
* my_gtk.pm: typo
new color for shadow
corrected shadow handling
no shadow if liveupdate
* share/help.png: new help
* mouse.pm: removed debug code
* network/tools.pm, network/netconnect.pm, network/ethernet.pm,
network/isdn.pm, network/adsl.pm, network/modem.pm: new default
connection handling
* standalone.pm: added wait message while installing package
2001/09/12 daouda
* standalone/drakbug_report: add Mandrake release section
2001/09/12 fcrozat
* share/rpmsrate: Fix gnome install
2001/09/12 François Pons <fpons@mandrakesoft.com>
* install2.pm: removed obsolete --nocpi flag for install2.
avoid probing usb device (for mouse) if --noauto is given.
* install_steps.pm: disabled frame buffer for most of the SiS display card
except SiS 630.
* Xconfigurator.pm: added MGA G550 as always having two head.
* live_install2: fix when switching perl version.
* live_install: use system perl instead.
2001/09/12 gbeauchesne
* share/list.ia64, share/list, share/list.i386:
- list (/sbin/mkfs.jfs, /sbin/mkfs.xfs): Move to...
- list.i386: ... Here.
- list.ia64: Updates.
2001/09/12 odin
* share/po/fr.po: updated fr.po
2001/09/12 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/be.po, share/po/zh_CN.po, share/po/fi.po, share/po/DrakX.pot,
share/po/es.po, share/po/fr.po, share/po/bg.po, share/po/de.po,
share/po/et.po, share/po/el.po, share/po/tr.po, share/po/eu.po,
share/po/az.po, share/po/hr.po, share/po/vi.po, share/po/ca.po,
share/po/gl.po, share/po/eo.po, share/po/help_xml2pm.pl, share/po/wa.po,
share/po/da.po, share/po/zh_TW.po, share/po/cs.po, share/po/hu.po,
share/po/it.po, share/po/af.po: updated pot file
* help.pm: new version with [ and ]
* lang.pm: commented out utf-8 russian locale, for now
2001/09/12 Pixel <pixel@mandrakesoft.com>
* standalone/lsnetdrake: fix typo
added wonderful lsnetdrake
* modules.pm, install2.pm: display error when the kernel mismatch the
modules
* docs/README: explain how to get the boot kernels
* install_steps_gtk.pm (choosePackagesTree): translate the categories
* standalone/drakbug_report: cleanup
* bootloader.pm (suggest): no "quiet" boot for smp and enterprise kernels
(suggest): no "quiet" boot for smp and enterprise kernels
allow grub even for more than 800MB
* Makefile.drakxtools, Makefile.config: added wonderful lsnetdrake
2001/09/12 siegel
* share/po/de.po: new & shiny verion
* share/po/help_xml2pm.pl: fixed silly error
added keycap patch
2001/09/12 dam's <damien@mandrakesoft.com>
* my_gtk.pm: corrected shadow handling
no shadow if liveupdate
table undef corrected
removed shadows if standalone
* standalone/drakgw, standalone/draknet: corrected wizard mode in newt
mode
* mouse.pm: removed debug code
* network/netconnect.pm: corrected splash in non X mode
2001/09/12 daouda
* standalone/drakbug_report: add Mandrake release section
2001/09/12 François Pons <fpons@mandrakesoft.com>
* live_install2: fix when switching perl version.
* live_install: use system perl instead.
2001/09/12 kjx
* share/po/zh_CN.po: revison
2001/09/12 Pixel <pixel@mandrakesoft.com>
* docs/README: explain how to get the boot kernels
* install_steps_gtk.pm (choosePackagesTree): translate the categories
* standalone/drakbug_report: cleanup
* bootloader.pm: allow grub even for more than 800MB
2001/09/11 dam's <damien@mandrakesoft.com>
* network/netconnect.pm: removed useless print
don't detect ethx if no autodetection.
implement smarter checkboxes
* mouse.pm: test updated
mouse test worked
* network/ethernet.pm: don't detect ethx if no autodetection.
implement smarter checkboxes
* pixmaps/arrow_down.xpm: pixmap corrected
new arrows
* pixmaps/arrow_up.xpm: new arrows
* share/rpmsrate: added ibod
added isdn-light
* interactive_gtk.pm, my_gtk.pm: fear the shaped windows...
2001/09/11 Pablo Saratxaga <pablo@mandrakesoft.com>
* help.pm: small fix
* share/po/fr.po, share/po/de.po, share/po/DrakX.pot, share/po/hu.po,
share/po/it.po: updated Hungarian file;
updated pot file
2001/09/11 Pixel <pixel@mandrakesoft.com>
* Makefile (tar-drakxtools): remove the building of "help" for drakxtools
* bootloader.pm: for lilo, do not have table=/dev/xxx if the device is not
a primary
partition (otherwise lilo dies)
2001/09/10 dam's <damien@mandrakesoft.com>
* network/modem.pm, network/ethernet.pm: detect_devices
* standalone/net_monitor, network/network.pm: removed timeout:1 in
resolv.conf, modified timeout scanning in draknet/net_monitor
* install_gtk.pm, install_steps_gtk.pm: mouse test moved
* mouse.pm: test_mouse moved
* my_gtk.pm: added border
window decorations
no set_events if embedded
* standalone/draknet: removed timeout:1 in resolv.conf, modified timeout
scanning in draknet/net_monitor
debug
* standalone/mousedrake: don't fork the code
* network/adsl.pm: debug
debug
2001/09/10 François Pons <fpons@mandrakesoft.com>
* install_any.pm: updated g_auto_install() for newer printerdrake
interface.
* modules.pm, detect_devices.pm: moved modules::get_pcmcia_devices into
detect_devices::pcmcia_probe.
* mdk-stage1/init-data/msgboot-blank.img.bz2: initial release for
blank.img floppy image.
* install_steps_interactive.pm, mouse.pm: added hid type usb mouse
support.
* Xconfigurator_consts.pm: added some more ModeLine (1024x768 @ 97.6 Hz,
1024x480 but not automatically used).
2001/09/10 Guillaume Cottenceau <gc@mandrakesoft.com>
* share/rpmsrate: plop
some adjustements in Games section
2001/09/10 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/DrakX.pot, share/po/de.po: updated German file; added choice of
various quotes in help_xml2pm.pl
Updated pot file;
removed translations that are too low on percentage.
* share/po/zh_TW.po: updated Chinese file
* share/po/ko.po: updated Korean file
Updated pot file;
removed translations that are too low on percentage.
* share/po/be.po, share/po/sp.po, share/po/zh_CN.po, share/po/pt.po,
share/po/es.po, share/po/fr.po, share/po/bg.po, share/po/ga.po,
share/po/sr.po, share/po/et.po, share/po/tr.po, share/po/eu.po,
share/po/az.po, share/po/ru.po, share/po/pt_BR.po, share/po/hr.po,
share/po/cy.po, share/po/nl.po, share/po/ja.po, share/po/wa.po,
share/po/sv.po, share/po/is.po, share/po/hu.po, share/po/it.po,
share/po/id.po, share/po/pl.po, share/po/no.po, share/po/fi.po,
share/po/th.po, share/po/el.po, share/po/sk.po, share/po/lt.po,
share/po/ar.po, share/po/sl.po, share/po/vi.po, share/po/br.po,
share/po/ca.po, share/po/gl.po, share/po/lv.po, share/po/uk.po,
share/po/eo.po, share/po/ro.po, share/po/bs.po, share/po/da.po,
share/po/cs.po, share/po/af.po: Updated pot file;
removed translations that are too low on percentage.
* share/po/help_xml2pm.pl: updated German file; added choice of various
quotes in help_xml2pm.pl
2001/09/10 Pixel <pixel@mandrakesoft.com>
* interactive_gtk.pm, my_gtk.pm:
- make diskdrake work in embedded mode
- $my_gtk::pop_it used where it should
* detect_devices.pm: fix ide-scsi appearing 2 times when standalone
because both in /proc/ide
and /proc/scsi/scsi
* share/po/help_xml2pm.pl: s/my/our/ for $i18ned_... vars
- skip directories missing drakx-help.xml
- convert to the right charset (taken from $lang.po)
- rename help-*.po by help-*.pot
- fix typo in script removing $lang.po translations to favour
help-*.pot
* diskdrake.pm:
- make diskdrake work in embedded mode
- $my_gtk::pop_it used where it should
fix Umount and Mount when i18ned for nfs/smb
don't display Wizard if wizard done before DrakX
* share/po/Makefile, share/po/.cvsignore:
- rename help-*.po by help-*.pot
- fix typo in script removing $lang.po translations to favour
help-*.pot
2001/09/10 siegel
* share/po/de.po: updates
2001/09/10 Till Kamppeter <till@mandrakesoft.com>
* printer.pm: Copying of PPD file when moving a CUPS (non-Foomatic) queue
modified to not get
interactive when overwriting a file.
Comment put into non-Foomatic CUPS PPD files in /etc/cups/ppd/ to be
able to
identify which PPD from /usr/share/cups/model was used (for
auto-install).
2001/09/10 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/be.po, share/po/sp.po, share/po/zh_CN.po, share/po/pt.po,
share/po/DrakX.pot, share/po/es.po, share/po/fr.po, share/po/bg.po,
share/po/ga.po, share/po/sr.po, share/po/de.po, share/po/et.po,
share/po/tr.po, share/po/eu.po, share/po/az.po, share/po/ru.po,
share/po/pt_BR.po, share/po/hr.po, share/po/ko.po, share/po/cy.po,
share/po/nl.po, share/po/ja.po, share/po/wa.po, share/po/sv.po,
share/po/is.po, share/po/hu.po, share/po/it.po, share/po/id.po,
share/po/pl.po, share/po/fi.po, share/po/no.po, share/po/th.po,
share/po/el.po, share/po/sk.po, share/po/lt.po, share/po/ar.po,
share/po/sl.po, share/po/vi.po, share/po/br.po, share/po/ca.po,
share/po/gl.po, share/po/lv.po, share/po/uk.po, share/po/eo.po,
share/po/ro.po, share/po/bs.po, share/po/da.po, share/po/cs.po,
share/po/af.po: Updated pot file;
removed translations that are too low on percentage.
2001/09/10 Pixel <pixel@mandrakesoft.com>
* share/po/Makefile, share/po/.cvsignore, share/po/help_xml2pm.pl:
- rename help-*.po by help-*.pot
- fix typo in script removing $lang.po translations to favour
help-*.pot
2001/09/09 Pixel <pixel@mandrakesoft.com>
* modules.pm: probeall handling
2001/09/09 Guillaume Cottenceau <gc@mandrakesoft.com>
* install_any.pm: getAndSaveInstallFloppy: fix multiple cdrom issue
2001/09/09 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/tr.po: updated Turkish file
* share/po/sv.po: updated Swedish file
2001/09/09 Pixel <pixel@mandrakesoft.com>
* install_any.pm (ejectCdrom): fix D state on exit
* diskdrake_interactive.pm, install_interactive.pm, diskdrake.pm:
- "Wizard" and "More" are back
- allow "Use for loopback" when there is already a loopback
- set the options on newly created partitions
- recompute_loopbacks called after modification of loopbacks, no more
before reading
- restrict the lenght of the lines in partition description
- make loopback work
* interactive_gtk.pm, interactive.pm, any.pm, interactive_newt.pm:
clicked_may_quit used in place of clicked+exception to work-around
perl-GTK bug (?)
* share/po/i18n_compssUsers: ensure we're not adding a string already
there (otherwise msgmerge yells)
* share/po/help_xml2pm.pl, share/po/.cvsignore: xml help
handling/enhancing for multi-langs
* modules.pm: probeall handling
(write_conf): switch to "probeall scsi_hostadapter ..."
* share/po/Makefile: xml help handling/enhancing for multi-langs
xml help handling/enhancing for multi-langs
* partition_table.pm (get_normal_parts_and_holes): remove only small
holes, not small partitions
* fs.pm (set_default_options): remove iocharset=... for nfs (why was it
there?)
2001/09/08 Guillaume Cottenceau <gc@mandrakesoft.com>
* share/po/fr.po: fix some ortograf
* share/rpmsrate: lvm not installed for everyone ?!
2001/09/08 Pixel <pixel@mandrakesoft.com>
* install_steps_auto_install.pm: force exitInstall to be non automatic
* install_steps.pm, fs.pm, install_steps_interactive.pm, fsedit.pm,
diskdrake_interactive.pm, install2.pm, diskdrake.pm: make loopback
installs work again
2001/09/09 Pixel <pixel@mandrakesoft.com>
* modules.pm (write_conf): switch to "probeall scsi_hostadapter ..."
2001/09/08 Guillaume Cottenceau <gc@mandrakesoft.com>
* share/po/fr.po: fix some ortograf
* share/rpmsrate: lvm not installed for everyone ?!
* modules.pm: fix write_conf regarding /etc/modules so that (1) it doesn't
flush it when
it didn't decide to put any modules in it (to leave user's modules) (2)
it
doesn't remove the last line (3) it uses stronger regexp'es for
substitution to not remove modules that have names made of other modules
names subsets
2001/09/08 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/zh_TW.po: updated Chinese file
2001/09/08 Pixel <pixel@mandrakesoft.com>
* lang.pm: fix font in iso-15
* modules.pm (write_conf): put "probeall scsi-hosts scsi_hostadapter ..."
* interactive.pm: ugly workaround perl bug ([ID 20010908.008] memory leak
with nested subs)
* share/diskdrake.rc: change name
* install_steps_auto_install.pm: force exitInstall to be non automatic
* install_steps.pm, fs.pm, install_steps_interactive.pm, fsedit.pm,
diskdrake_interactive.pm, install2.pm, diskdrake.pm: make loopback
installs work again
* timezone.pm: Asia/Taipei for Traditional Chinese
* detect_devices.pm: remove debug code
2001/09/07 daouda
* share/rpmsrate: add mdkonline (X 4)
2001/09/07 fcrozat
* share/rpmsrate: Add grio500
2001/09/07 François Pons <fpons@mandrakesoft.com>
* Xconfigurator.pm: fix card managed only by XF4 (may have some wrong
result).
fix all Matrox card used with XF4 which really does not like X in frame
buffer
(unable to restore frame buffer of DrakX).
2001/09/07 Guillaume Cottenceau <gc@mandrakesoft.com>
* rescue/tree/etc/oem, rescue/guessmounts, rescue/list.i386,
rescue/tree/etc/rc.sysinit: ext3, xfs, jfs
* bootloader.pm: use -v for mkinitrd
* share/po/fr.po: "reseaux" and plurals
misc
* share/rpmsrate: some work on games
2001/09/07 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/ja.po, share/po/vi.po: updated Vietnamese and Japanese files
2001/09/07 Pixel <pixel@mandrakesoft.com>
* Makefile: cleanup po
* install_steps.pm: s|kdmrc|kdm/kdmrc|
* lang.pm: fix load_mo call
* share/po/help_xml2pm.pl, share/po/Makefile, help.pm: new help
* diskdrake_interactive.pm: disable_forced_fsck called for ext3 formatting
disable_forced_fsck called for ext3 formatting
(Type): disable fsck when migrated ext2->ext3
* fs.pm: disable_forced_fsck called for ext3 formatting
2001/09/07 siegel
* share/po/de.po: updates
2001/09/07 Till Kamppeter <till@mandrakesoft.com>
* standalone/printerdrake, printer.pm, printerdrake.pm: Data structure
fitted for auto-install to work
Optimized program to be much faster
Many more waiting messages
Many bugfixes
2001/09/07 daouda
* share/rpmsrate: add mdkonline (X 4)
2001/09/07 fcrozat
* share/rpmsrate: Add grio500
2001/09/07 François Pons <fpons@mandrakesoft.com>
* Xconfigurator.pm: fix card managed only by XF4 (may have some wrong
result).
fix all Matrox card used with XF4 which really does not like X in frame
buffer
(unable to restore frame buffer of DrakX).
2001/09/07 Pablo Saratxaga <pablo@mandrakesoft.com>
* any.pm: Changed simple quote to double quote for a translatable string
(otherwise
it isn't seen)
* share/po/es.po: updated Spanish file
updated pot file
* share/po/be.po, share/po/sp.po, share/po/zh_CN.po, share/po/pt.po,
share/po/DrakX.pot, share/po/fr.po, share/po/bg.po, share/po/ga.po,
share/po/sr.po, share/po/de.po, share/po/et.po, share/po/tr.po,
share/po/eu.po, share/po/az.po, share/po/ru.po, share/po/pt_BR.po,
share/po/hr.po, share/po/ko.po, share/po/cy.po, share/po/nl.po,
share/po/ja.po, share/po/wa.po, share/po/is.po, share/po/hu.po,
share/po/it.po, share/po/id.po, share/po/pl.po, share/po/no.po,
share/po/fi.po, share/po/th.po, share/po/el.po, share/po/sk.po,
share/po/lt.po, share/po/ar.po, share/po/sl.po, share/po/vi.po,
share/po/br.po, share/po/ca.po, share/po/gl.po, share/po/lv.po,
share/po/uk.po, share/po/eo.po, share/po/ro.po, share/po/bs.po,
share/po/da.po, share/po/zh_TW.po, share/po/cs.po, share/po/af.po:
updated pot file
* share/po/sv.po: updated Swedish file
updated pot file
2001/09/07 Pixel <pixel@mandrakesoft.com>
* install_steps.pm: s|kdmrc|kdm/kdmrc|
remove the "konsole and gnome-terminal are lamers in exotic languages,
link them to something better"
* bootloader.pm (write_lilo_conf): fix typo
* share/po/help_xml2pm.pl, share/po/Makefile, help.pm: new help
* diskdrake_interactive.pm: disable_forced_fsck called for ext3 formatting
disable_forced_fsck called for ext3 formatting
(Type): disable fsck when migrated ext2->ext3
* install_any.pm, keyboard.pm: cleanup
* partition_table.pm, share/list: add xfs
* fs.pm: disable_forced_fsck called for ext3 formatting
* share/rpmsrate: add jfsprogs
2001/09/07 siegel
* share/po/de.po: updates
updates/fixes
2001/09/06 dam's <damien@mandrakesoft.com>
* network/adsl.pm, network/tools.pm: corrected speedtouch
* install_gtk.pm: removed comments
2001/09/06 François Pons <fpons@mandrakesoft.com>
* Xconfigurator.pm: cleanup for bad card and prefer XF3, so now using
XFree 4.1.0 is not bad, and
all NVIDIA card are no more considered bad.
* pkgs.pm: fixed retry of package 3 times everytime even if first install
succeeded, now
after first successfull install, go to next package to install.
* install_steps.pm: removed some cards for allowing frame buffer.
2001/09/06 Guillaume Cottenceau <gc@mandrakesoft.com>
* standalone/drakgw: works now ;p
2001/09/06 Pablo Saratxaga <pablo@mandrakesoft.com>
* lang.pm: 'zh' in LANGUAGE for Chinese is needed by DrakX
corrected lang.pm to have coherence in locale usage (it was the source
of much of the problems); changed keyboard.pm to ignore charset encoding
in locale name for locale -> keyboard guessing.
removed unused gconv modules, converted az.po to utf-8 (as it was the
only
remaining az.po on Earth still in a non standard encoding)
* share/list, share/gen_locales.sh, share/locales-skeleton.tar.bz2,
keyboard.pm, share/po/az.po: corrected lang.pm to have coherence in
locale usage (it was the source
of much of the problems); changed keyboard.pm to ignore charset encoding
in locale name for locale -> keyboard guessing.
removed unused gconv modules, converted az.po to utf-8 (as it was the
only
remaining az.po on Earth still in a non standard encoding)
2001/09/06 Pixel <pixel@mandrakesoft.com>
* install2.pm: fix keyboard config + some cleanup
cleanup (use /proc/self instead of /proc/$$)
* install_steps.pm, install_steps_interactive.pm, keyboard.pm: fix
keyboard config + some cleanup
2001/09/06 dam's <damien@mandrakesoft.com>
* network/adsl.pm, network/tools.pm: corrected speedtouch
* install_gtk.pm: removed comments
2001/09/06 François Pons <fpons@mandrakesoft.com>
* Xconfigurator.pm: cleanup for bad card and prefer XF3, so now using
XFree 4.1.0 is not bad, and
all NVIDIA card are no more considered bad.
avoid using @resolutions_laptop, now use only @resolutions, this means
1400x1050
is available to other, use XFree86 4.1.0 builtin timings for 1400x1050
(so
1400x1050 is no more printed as modeline for XFree 4.1.0 configuration
file).
* install_steps.pm: removed some cards for allowing frame buffer.
fix log when configuring printer queue.
* Xconfigurator_consts.pm: added 1400, 1920 and 2048 for %min_hsync4wres.
cleaned up a bit and using XFree86 4.1.0 builtin timings for 1400x1050
and
1920x1440, 2048x1536 has no modeline (but its min hsync is really high).
* pkgs.pm: fixed retry of package 3 times everytime even if first install
succeeded, now
after first successfull install, go to next package to install.
* install_any.pm: update printer data for g_auto_install.
2001/09/06 Guillaume Cottenceau <gc@mandrakesoft.com>
* standalone/drakgw: works now ;p
2001/09/06 Pixel <pixel@mandrakesoft.com>
* install2.pm: fix keyboard config + some cleanup
cleanup (use /proc/self instead of /proc/$$)
* install_steps.pm, install_steps_interactive.pm, keyboard.pm: fix
keyboard config + some cleanup
* fs.pm (merge_fstabs): correction allowing manual_fstab to not give the
type
2001/09/06 dam's <damien@mandrakesoft.com>
* network/adsl.pm, network/tools.pm: corrected speedtouch
* install_gtk.pm: removed comments
new mouse test
2001/09/06 François Pons <fpons@mandrakesoft.com>
* pkgs.pm: revert previous patch, this is not usable with current rpm as
it complains if
one the file has a modified MD5SUM against the header describing it in
the
hdlist, so this is most of the time useless.
guess filename if the file is not found (for an rpm file during
installation),
so try with release incremented in such case (good for Cooker user or
local
tester using network installation).
* install_steps.pm: fix log when configuring printer queue.
* Xconfigurator.pm: avoid using @resolutions_laptop, now use only
@resolutions, this means 1400x1050
is available to other, use XFree86 4.1.0 builtin timings for 1400x1050
(so
1400x1050 is no more printed as modeline for XFree 4.1.0 configuration
file).
* Xconfigurator_consts.pm: added 1400, 1920 and 2048 for %min_hsync4wres.
cleaned up a bit and using XFree86 4.1.0 builtin timings for 1400x1050
and
1920x1440, 2048x1536 has no modeline (but its min hsync is really high).
* install_any.pm: update printer data for g_auto_install.
* printerdrake.pm: revert previous commit.
added a missing ifup lo, on some case (auto_install) it fails.
* printer.pm: start ifup lo before starting service cups.
2001/09/06 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/da.po: updated Danish file
* share/po/ga.po, share/po/no.po: updated Irish and Norwegian files
2001/09/06 Pixel <pixel@mandrakesoft.com>
* share/diskdrake.rc, fsedit.pm, diskdrake.pm: add journalised in legend,
fix the use
* diskdrake_interactive.pm (Add2LVM): do not allow spaces in lvm names
* fs.pm (merge_fstabs): correction allowing manual_fstab to not give the
type
* timezone.pm (ntp_server): fix (step-tickers was empty)
2001/09/05 dam's <damien@mandrakesoft.com>
* standalone/net_monitor, standalone/draknet: corrected opeions
* standalone/mousedrake: typo
updated
* network/tools.pm: corrected initcript
* pixmaps/mouse_middle.xpm, pixmaps/mouse_right.xpm,
pixmaps/mouse_left.xpm: new pixmaps
2001/09/05 Pixel <pixel@mandrakesoft.com>
* standalone/diskdrake: fix function called
2001/09/05 Till Kamppeter <till@mandrakesoft.com>
* printer.pm, printerdrake.pm: Set default printer (all spoolers), manual
config (CUPS), bugfixes, clean-ups.
2001/09/05 dam's <damien@mandrakesoft.com>
* pixmaps/wiz_default_left.png, pixmaps/wiz_default_up.png,
pixmaps/wiz_drakgw.png: new icons
* share/themes-mdk.rc: updated theme
* standalone/draknet: interface display corrected
* share/themes/mdk-button4.png, share/themes/mdk-button1.png: new buttons
* install_gtk.pm: 2 sec without sensitives buttons
* network/netconnect.pm: only if standalone
* pixmaps/network.png, pixmaps/bootloader.png, pixmaps/printer.png,
pixmaps/security.png, pixmaps/rootpasswd.png, pixmaps/harddrive.png,
pixmaps/keyboard.png, pixmaps/X.png, pixmaps/mouse.png,
pixmaps/bootdisk.png: new pixmaps
2001/09/05 François Pons <fpons@mandrakesoft.com>
* Xconfigurator.pm: fixed display of XFdrake test image (fcrozat).
* install_steps.pm: fixed typo preventing removable devices to be seen in
/etc/fstab.
fixed configurePrinter (used for auto_install).
* install_steps_interactive.pm: avoid asking when using existing partition
for magic partition with a real
mntpoint (typically /tmp/hdimage) if we are not using a ramdisk (so
partition is
not unmountable).
* bootloader.pm: removed yvounet sucking, handle Mandrake lilo or unknown
lilo.
* fs.pm: fix bad creation of /mnt/hd for an hd installation without
ramdisk.
support setting /tmp/hdimage in /etc/fstab even if memory is low (not
using ramdisk).
* install_any.pm: filtering $o->{printer} for g_auto_install().
allow installing urpmi on hd install even if low memory (so not using
ramdisk).
* diskdrake_interactive.pm: Do not use for loopback of magic partition
(/tmp/hdimage).
2001/09/05 Guillaume Cottenceau <gc@mandrakesoft.com>
* tools/i386/busybox: hopefully fix the _ problems with busybox 0.60.1
2001/09/05 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/bs.po: updated Bosnian file
* share/po/uk.po: updated Ukrainian file
2001/09/05 Pixel <pixel@mandrakesoft.com>
* Xconfigurator.pm: use EISA_ID in more cases to have the name
non-case dependent EISA comparison
also try EISA ID to auto-detect the monitor (sometimes the EISA ID is
there, but not the [hv]syncrange
* Xconfig.pm: fix typos
non-case dependent EISA comparison
also try EISA ID to auto-detect the monitor (sometimes the EISA ID is
there, but not the [hv]syncrange
* modules.pm: favor tmscsim over AM53C974
* tools/ddcprobe/ddcxinfos.c: fix for cards giving bad info
also try EISA ID to auto-detect the monitor (sometimes the EISA ID is
there, but not the [hv]syncrange
* standalone/diskdrake: fix function called
2001/09/04 Guillaume Cottenceau <gc@mandrakesoft.com>
* mdk-stage1/mount.c: reflect scd -> sr here too, /me sucks :-(
2001/09/04 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/be.po, share/po/sp.po, share/po/zh_CN.po, share/po/pt.po,
share/po/fr.po, share/po/bg.po, share/po/ga.po, share/po/sr.po,
share/po/de.po, share/po/et.po, share/po/tr.po, share/po/eu.po,
share/po/az.po, share/po/ru.po, share/po/pt_BR.po, share/po/hr.po,
share/po/cy.po, share/po/nl.po, share/po/wa.po, share/po/is.po,
share/po/hu.po, share/po/it.po, share/po/id.po, share/po/pl.po,
share/po/fi.po, share/po/no.po, share/po/th.po, share/po/el.po,
share/po/sk.po, share/po/lt.po, share/po/ar.po, share/po/sl.po,
share/po/vi.po, share/po/br.po, share/po/ca.po, share/po/gl.po,
share/po/lv.po, share/po/eo.po, share/po/bs.po, share/po/ro.po,
share/po/da.po, share/po/zh_TW.po, share/po/cs.po, share/po/af.po:
Updated Danish file; updated pot file
2001/09/04 Pixel <pixel@mandrakesoft.com>
* fs.pm: fix typo
2001/09/04 Till Kamppeter <till@mandrakesoft.com>
* printer.pm, printerdrake.pm: Fitted to the new Foomatic version.
Fixed bug of spooler change only working when language is English.
2001/09/04 François Pons <fpons@mandrakesoft.com>
* install_steps.pm: fix bad vga= which go for some install.
2001/09/04 Guillaume Cottenceau <gc@mandrakesoft.com>
* network/netconnect.pm: small english change
* mdk-stage1/probing.c: Compaq mescouilles has changed proc stuff
* share/rpmsrate: tetex-doc
* mdk-stage1/mount.c: reflect scd -> sr here too, /me sucks :-(
2001/09/04 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/be.po, share/po/sp.po, share/po/zh_CN.po, share/po/pt.po,
share/po/fr.po, share/po/bg.po, share/po/ga.po, share/po/sr.po,
share/po/de.po, share/po/et.po, share/po/tr.po, share/po/eu.po,
share/po/az.po, share/po/ru.po, share/po/pt_BR.po, share/po/hr.po,
share/po/cy.po, share/po/nl.po, share/po/wa.po, share/po/is.po,
share/po/hu.po, share/po/it.po, share/po/id.po, share/po/pl.po,
share/po/fi.po, share/po/no.po, share/po/th.po, share/po/el.po,
share/po/sk.po, share/po/lt.po, share/po/ar.po, share/po/sl.po,
share/po/vi.po, share/po/br.po, share/po/ca.po, share/po/gl.po,
share/po/lv.po, share/po/eo.po, share/po/ro.po, share/po/bs.po,
share/po/da.po, share/po/zh_TW.po, share/po/cs.po, share/po/af.po:
Updated Danish file; updated pot file
* share/po/ja.po: updated Japanese file
2001/09/04 Pixel <pixel@mandrakesoft.com>
* modules.pm (add_alias): use "above" instead of "post-install"
* partition_table.pm: re-add JFS
* fsedit.pm, common.pm, bootloader.pm:
- don't expand symlinks in grub's menu.lst
- better use of /proc/partitions verification
* detect_devices.pm (getCompaqSmartArray): add yet another location for
cpqarray location
* fs.pm: fix typo
mount ext3 as ext2 during install for speed up
2001/09/04 fcrozat
* share/rpmsrate: Add plugins for KDE and Mozilla
2001/09/04 François Pons <fpons@mandrakesoft.com>
* install_steps.pm: fix bad vga= which go for some install.
* pkgs.pm: cleanup to avoid invalid file error.
2001/09/04 Pixel <pixel@mandrakesoft.com>
* modules.pm (add_alias): use "above" instead of "post-install"
* fs.pm: mount ext3 as ext2 during install for speed up
* partition_table.pm: re-add JFS
* fsedit.pm, common.pm, bootloader.pm:
- don't expand symlinks in grub's menu.lst
- better use of /proc/partitions verification
* detect_devices.pm (getCompaqSmartArray): add yet another location for
cpqarray location
2001/09/04 yduret
* my_gtk.pm: emebedded mode fix
* interactive_gtk.pm, diskdrake.pm: embedded mode fix
2001/09/03 Guillaume Cottenceau <gc@mandrakesoft.com>
* share/po/fr.po: unfuzzy-ise a few things, translate a few things
2001/09/03 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/ko.po: updated Korean file
2001/09/03 Pixel <pixel@mandrakesoft.com>
* fs.pm: fix for lvm (non-)creation of devices
2001/09/03 yduret
* my_gtk.pm, diskdrake.pm: fix Embedded mode
2001/09/03 dam's <damien@mandrakesoft.com>
* network/network.pm: added timeout in resolv.conf
2001/09/03 François Pons <fpons@mandrakesoft.com>
* install_any.pm: updated to use new urpmi.cfg format for install_urpmi,
make sure the directory
is not given for ftp and http install ($dir).
* Xconfigurator_consts.pm: added 1920x1440 and 2048x1536.
* Xconfig.pm: make sure a staling Mouse2 is not present unless it really
physically exists.
2001/09/03 Guillaume Cottenceau <gc@mandrakesoft.com>
* modules.pm: add axnet_cs to pcmcia category
* mdk-stage1/probing.c: change `scd' with `sr'
2001/09/03 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/es.po: updated Spanish file
* share/po/ko.po: updated Korean file
2001/09/03 Pixel <pixel@mandrakesoft.com>
* timezone.pm (ntp_server): also set /etc/ntp/step-tickers
* fsedit.pm, devices.pm: fix mtab reading and pseudo-device use
* interactive_gtk.pm: better sizing for combo boxes
* install_steps_interactive.pm (choosePartitionsToFormat): do not propose
to propose already formatted
fat partitions
* share/list: those files disappeared ??
* fs.pm: fix for lvm (non-)creation of devices
(set_default_options): created
fix mtab reading and pseudo-device use
* diskdrake.pm (smb_create, nfs_create): make the "New" button work
(raw_hd_mount_point): fix checking the same mount point
(try_): fix error displaying
* partition_table.pm: fix switching to 0x85 extended when
remove_empty_extended is called
2001/09/03 yduret
* standalone/net_monitor: sync with new logdrake command line options
2001/09/02 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/bs.po: updated bosnian file
Added Bosnian file
2001/09/01 François Pons <fpons@mandrakesoft.com>
* pkgs.pm: avoid deleting package from %packages in install() when closing
fd associated,
if the open is called again (?), it will cause an invalid file (seems to
happens
on some invalid file).
2001/08/31 dam's <damien@mandrakesoft.com>
* standalone/draksec: corrected yesno interpretation
libsafe modification
* network/netconnect.pm: corrected profil recording for modem
* standalone/net_monitor: correted typo
* network/ethernet.pm: corrected zero return when cable configuring
* any.pm: corrected autologin : no uc anymore
* network/modem.pm: added domainname2 setting
* share/logo-mandrake.png: new logo
2001/08/31 François Pons <fpons@mandrakesoft.com>
* Xconfigurator.pm: added missing AlwaysCore line for second mouse for
XF3.
* mouse.pm: added missing AlwaysCore line for second mouse in XF3.
* standalone.pm: add option --allow-medium-change to force asking question
even if --auto is
given on command line of urpmi, for installing package so that a dialog
appears.
2001/08/31 Guillaume Cottenceau <gc@mandrakesoft.com>
* share/rpmsrate: mures is a fine game, have it at weight "4" under GAMES
section
have "numlock" in INSTALL because it's the only package which goes to
CD#2
when you unselect all groups, so having it here will allow not changing
CD
with this kind of small install
2001/08/31 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/DrakX.pot, share/po/uk.po, share/po/es.po: updated Ukrainian
and Spanish files
* share/po/sv.po: updated Swedish file
updated Ukrainian and Spanish files
2001/08/31 siegel
* share/help_sav.png: not used any more
* share/po/de.po: updates
* share/logo-mandrake2.png, share/logo-mandrake_trans.png,
share/logo-mandrake_sav.png, share/logo-mandrake-Desktop.png: old
versions => not in use any more
2001/08/31 yduret
* bootlook.pm: updated code
2001/08/30 dam's <damien@mandrakesoft.com>
* network/tools.pm: nicer display
* standalone/draknet: added use common.pm (can be usefull, eh?)
* network/network.pm: silently /sbin/ip
track_network_id only if laptop
2001/08/30 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/da.po: Updated Danishfile
updated pot file (I had lost the group descriptions, sorry, they are
back now)
moved chinese files to charset independent names
* share/po/be.po, share/po/sp.po, share/po/zh_CN.po, share/po/pt.po,
share/po/DrakX.pot, share/po/es.po, share/po/fr.po, share/po/bg.po,
share/po/ga.po, share/po/sr.po, share/po/de.po, share/po/et.po,
share/po/tr.po, share/po/eu.po, share/po/az.po, share/po/ru.po,
share/po/pt_BR.po, share/po/hr.po, share/po/ko.po, share/po/cy.po,
share/po/nl.po, share/po/ja.po, share/po/wa.po, share/po/sv.po,
share/po/is.po, share/po/hu.po, share/po/zh_TW.Big5.po, share/po/it.po,
share/po/id.po, share/po/pl.po, share/po/fi.po, share/po/no.po,
share/po/zh_CN.GB2312.po, share/po/th.po, share/po/el.po,
share/po/sk.po, share/po/lt.po, share/po/ar.po, share/po/sl.po,
share/po/vi.po, share/po/br.po, share/po/ca.po, share/po/gl.po,
share/po/lv.po, share/po/uk.po, share/po/eo.po, share/po/ro.po,
share/po/zh_TW.po, share/po/cs.po, share/po/af.po: updated pot file (I
had lost the group descriptions, sorry, they are back now)
moved chinese files to charset independent names
2001/08/30 Pixel <pixel@mandrakesoft.com>
* lang.pm (read): it works now
* help.pm: fixed (was utf8)
* install_steps_gtk.pm (new): call interactive_gtk::new
* install_steps.pm, Xconfigurator.pm: disable gpm (in case of serial
mouse) before service choice
* pkgs.pm (naughtyServers): update for 8.1
2001/08/30 dam's <damien@mandrakesoft.com>
* interactive.pm: corrected icon display
* my_gtk.pm: new wizard
* interactive_gtk.pm: corrected wizard mode display height/width
* standalone/draknet: added draknet client installation
* network/network.pm: track_network_id only if laptop
dhcp package installation
* pixmaps/wiz_default_left.png: new logo
2001/08/30 François Pons <fpons@mandrakesoft.com>
* mouse.pm: make sure to update all symlink according to any mouse (max 2)
probed.
fix previous fixes on mouse::write_conf
* standalone/mousedrake: fix previous fix (typo).
keep mouse specific paramater if user does not change its mouse.
make sure --auto is not interactive on some part.
use default value for port device if a serial mouse.
* printer.pm: fixed foomatic failed (no lo up since ifup lo don't run)
* Makefile: ugly to make sure standalone/pixmaps is not here when building
tar-drakxtools.
* Xconfig.pm: when reading existing configuration for mouse, update
type|name for second mouse too.
make sure default to set 3 for nbuttons for getinfoFromXF86Config for
second
mouse if this mouse has 3 buttons.
* Xconfigurator.pm: for single heads mode, no screen id should be set in
file (or XFree is going
mad, but he is right, no ?)
* install_any.pm: if a medium is refused, get rid of it definitively until
it is accepted again.
2001/08/30 Guillaume Cottenceau <gc@mandrakesoft.com>
* install_steps_interactive.pm: have a wait_message during installation of
bootloader
* mdk-stage1/pcmcia/pcmcia_probe.c: import new PCI ID's for more PCMCIA
Controllers, from probe.c-1.54 of pcmcia-cs-3.1.28
2001/08/30 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/ja.po, share/po/vi.po, share/po/es.po: updated Japanese,
Spanish and Vietnamese files
2001/08/30 Pixel <pixel@mandrakesoft.com>
* diskdrake_interactive.pm: allow LVM on RAID
* help.pm: fixed (was utf8)
* any.pm: cleanup
* pkgs.pm (naughtyServers): update for 8.1
* lang.pm (read): it works now
* fs.pm (set_default_options): "ro" for cdroms, "user" for vfat only if
removable
media
* share/po/Makefile: fix utf8 translation of xml file
* interactive_gtk.pm: fix&cleanup window size
* tools/Makefile: cleanup unneeded stuff
2001/08/30 siegel
* share/po/de.po: new german version
2001/08/30 warly
* share/rpmsrate: add koffice-i18n diald vlan-utils
2001/08/29 Guillaume Cottenceau <gc@mandrakesoft.com>
* standalone/drakgw, standalone/drakautoinst: quit_global
* share/po/fr.po: minor fix
2001/08/29 Pixel <pixel@mandrakesoft.com>
* install_steps_interactive.pm: fix language selection
* c.pm: better error message when function c::foo() is missing
* rescue/dirs, rescue/make_rescue_img: make it work (do not have the dev
in /)
2001/08/29 François Pons <fpons@mandrakesoft.com>
* pkgs.pm: fixed if undef encountered in depslist when installing package
(traversing
depslist as $depOrder).
2001/08/29 Guillaume Cottenceau <gc@mandrakesoft.com>
* standalone/drakgw, standalone/drakautoinst: quit_global
* share/po/fr.po: minor fix
2001/08/29 Pixel <pixel@mandrakesoft.com>
* install_steps_interactive.pm: fix language selection
* c.pm: better error message when function c::foo() is missing
* install_steps_gtk.pm (installPackages): have Ok button by default for
asking for changing CD
* bootloader.pm (mkbootdisk): cleanup
* rescue/dirs, rescue/make_rescue_img: make it work (do not have the dev
in /)
* devices.pm: remove fd0H1440 and fd1H1440
* modules.pm: remove "msdos"
2001/08/29 François Pons <fpons@mandrakesoft.com>
* mouse.pm: improved write_conf to enable multi-mice if only once mice is
already defined.
* standalone/mousedrake: try to merge already existing mouse configuration
with what has been probed,
change if mouse is really changed as probe is incomplete.
* Xconfig.pm: improve getinfoFromXF86Config for mouse parameters.
* pkgs.pm: fixed if undef encountered in depslist when installing package
(traversing
depslist as $depOrder).
2001/08/29 Guillaume Cottenceau <gc@mandrakesoft.com>
* standalone/drakgw, standalone/drakautoinst: quit_global
* share/po/fr.po: minor fix
2001/08/29 Pixel <pixel@mandrakesoft.com>
* c.pm: better error message when function c::foo() is missing
* keyboard.pm (loadkeys_files): fixed
* install_steps_interactive.pm, standalone/localedrake, lang.pm, any.pm,
Makefile.config: add localedrake (not tested)
* rescue/make_rescue_img: make it work (do not have the dev in /)
cleanup, speedup, use mknod for devices
* install_steps_gtk.pm (installPackages): have Ok button by default for
asking for changing CD
* rescue/devices.pl, rescue/list: cleanup, speedup, use mknod for devices
* bootloader.pm (mkbootdisk): cleanup
* rescue/dirs: make it work (do not have the dev in /)
* devices.pm: remove fd0H1440 and fd1H1440
* modules.pm: remove "msdos"
2001/08/29 dam's <damien@mandrakesoft.com>
* network/adsl.pm, network/tools.pm, share/rpmsrate: speedtouch
configuration
2001/08/29 François Pons <fpons@mandrakesoft.com>
* mouse.pm: improved write_conf to enable multi-mice if only once mice is
already defined.
* install_steps.pm: add support for mandatory frame buffer support (SiS
630) need them for XF3 to
work properly, XF4 does work with it nicely.
* Xconfigurator.pm: make sure Port entry for wacom is placed first.
* standalone/mousedrake: try to merge already existing mouse configuration
with what has been probed,
change if mouse is really changed as probe is incomplete.
* Xconfig.pm: improve getinfoFromXF86Config for mouse parameters.
2001/08/29 Guillaume Cottenceau <gc@mandrakesoft.com>
* share/rpmsrate: games
2001/08/29 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/da.po, share/po/DrakX.pot, share/po/es.po: updated Danish file
2001/08/29 Pixel <pixel@mandrakesoft.com>
* fs.pm, install_any.pm, fsedit.pm, diskdrake.pm: try to better handle
symlinks device and devfs devices
* install_steps_interactive.pm, standalone/localedrake, lang.pm, any.pm,
Makefile.config: add localedrake (not tested)
* install_steps.pm: no need to have devfs=nomount anymore in root raid
do not modify fstab options in upgrade
* keyboard.pm (loadkeys_files): fixed
fix DISABLE_WINDOWS_KEY state handling (for upgrade), cleanup
* diskdrake_interactive.pm: try to better handle symlinks device and devfs
devices
(main): fix
(Create): fix typo causing primaryOrExtended to be ignored
* rescue/devices.pl, rescue/make_rescue_img, rescue/list: cleanup,
speedup, use mknod for devices
* c/stuff.xs.pm, detect_devices.pm: better floppy detection/info
2001/08/28 dam's <damien@mandrakesoft.com>
* interactive.pm, install2.pm: corrected icon handling
* services.pm: added cupslpd in printing section
2001/08/28 François Pons <fpons@mandrakesoft.com>
* Makefile.config: really fix typo...
fixed typo.
2001/08/28 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/cs.po: updated Czech file
2001/08/28 Pixel <pixel@mandrakesoft.com>
* install_any.pm: remove the temporary file /tmp/autoinst.img
* install_steps.pm, install_steps_interactive.pm: propose to format / and
/usr even if isFormatted. More generally do not trust isFormatted to
show which partitions to format
2001/08/28 siegel
* ChangeLog, keyboard.pm:
- keyboard.pm: write DISABLE_WINDOWS_KEY=no in /etc/sysconfig/keyboard
if no laptop is detected (= give users the chance to know about the
existence of this variable).
2001/08/28 yduret
* standalone/diskdrake: embedded mode nicer
2001/08/28 dam's <damien@mandrakesoft.com>
* interactive.pm, install2.pm: corrected icon handling
2001/08/28 François Pons <fpons@mandrakesoft.com>
* share/list: added /sbin/e2fsck
* share/aliases: added fsck.ext2 -> e2fsck (now in list file)
removed e2fsck.shared as e2fsprogs now provide a shared version instead
of a
static one.
* Makefile.config: really fix typo...
fixed typo.
removed reference to e2fsck.shared (now use e2fsck from package which is
shared
since 1.23-2mdk).
2001/08/28 Pixel <pixel@mandrakesoft.com>
* install_any.pm: remove the temporary file /tmp/autoinst.img
2001/08/28 siegel
* ChangeLog, keyboard.pm:
- keyboard.pm: write DISABLE_WINDOWS_KEY=no in /etc/sysconfig/keyboard
if no laptop is detected (= give users the chance to know about the
existence of this variable).
2001/08/28 yduret
* standalone/diskdrake: embedded mode nicer
2001/08/28 Stefan Siegel <siegel@mandrakesoft.com>
* keyboard.pm: write DISABLE_WINDOWS_KEY=no in /etc/sysconfig/keyboard
if no laptop is detected (= give users the chance to know about
the existence of this variable).
2001/08/28 dam's <damien@mandrakesoft.com>
* mouse.pm: typo
2001/08/28 Pixel <pixel@mandrakesoft.com>
* install_steps_interactive.pm: default the licence agreement to "Refuse"
* standalone/drakboot: security fix and various
move to all_hds stuff
* c/stuff.xs.pm, bootloader.pm: security fix and various
2001/08/28 warly
* share/rpmsrate: move libsafe to SERVER_OTHER 2
added prelude, libsafe...
2001/08/28 yduret
* standalone/drakxconf: readded dsikdrake
added new items, remove some old ones
2001/08/27 dam's <damien@mandrakesoft.com>
* network/network.pm: corrected hwaddr setting and draknet first window
display
corrected typo
* network/netconnect.pm: corrected hwaddr setting and draknet first window
display
2001/08/27 dam's <damien@mandrakesoft.com>
* network/network.pm: corrected hwaddr setting and draknet first window
display
corrected typo
* network/netconnect.pm: corrected hwaddr setting and draknet first window
display
2001/08/27 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/sk.po, share/po/eu.po: updated Basque and slovak files
2001/08/27 Pixel <pixel@mandrakesoft.com>
* install_steps_gtk.pm: nicer help display
* share/keyboards.tar.bz2: fix the rights
* c/stuff.xs.pm (setlocale): do not set LC_NUMERIC
2001/08/27 dam's <damien@mandrakesoft.com>
* network/netconnect.pm: corrected bad window size
* network/network.pm: make it compile
corrected hwaddr stuff
added HWADDR
* network/tools.pm: corrected internet initscript
* any.pm, mouse.pm: make it compile
add_devfslink
2001/08/27 Pablo Saratxaga <pablo@mandrakesoft.com>
* lang.pm, keyboard.pm: Added "zh_HK" to Chinese in LANGUAGE list.
Added Latvian keyboard
* share/keyboards.tar.bz2: Checked and updated xmodmap files for DrakX
* share/po/sk.po, share/po/eu.po: updated Basque and slovak files
2001/08/27 Pixel <pixel@mandrakesoft.com>
* install_steps_gtk.pm: nicer help display
* diskdrake.pm: use empty hash instead of the raid/loopback array
* c/stuff.xs.pm (setlocale): do not set LC_NUMERIC
2001/08/27 dam's <damien@mandrakesoft.com>
* network/netconnect.pm: corrected bad window size
* network/network.pm: added HWADDR
* network/tools.pm: corrected internet initscript
2001/08/27 François Pons <fpons@mandrakesoft.com>
* any.pm, standalone/draknet, network/modem.pm: added Borsenkow Andrej
patch to support CHAP again.
2001/08/27 Pablo Saratxaga <pablo@mandrakesoft.com>
* lang.pm, keyboard.pm: Added "zh_HK" to Chinese in LANGUAGE list.
Added Latvian keyboard
2001/08/27 Pixel <pixel@mandrakesoft.com>
* diskdrake.pm: use empty hash instead of the raid/loopback array
2001/08/26 warly
* share/rpmsrate: add some important packages
2001/08/26 Guillaume Cottenceau <gc@mandrakesoft.com>
* standalone/drakautoinst: require -> use
* install_any.pm: save the .img file so that multi-cd install won't ask to
re-enter first cd
2001/08/26 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/be.po, share/po/sp.po, share/po/pt.po, share/po/DrakX.pot,
share/po/es.po, share/po/fr.po, share/po/bg.po, share/po/ga.po,
share/po/de.po, share/po/et.po, share/po/tr.po, share/po/eu.po,
share/po/az.po, share/po/ru.po, share/po/pt_BR.po, share/po/hr.po,
share/po/ko.po, share/po/nl.po, share/po/ja.po, share/po/wa.po,
share/po/sv.po, share/po/is.po, share/po/hu.po, share/po/zh_TW.Big5.po,
share/po/it.po, share/po/id.po, share/po/pl.po, share/po/fi.po,
share/po/no.po, share/po/zh_CN.GB2312.po, share/po/th.po,
share/po/el.po, share/po/sk.po, share/po/lt.po, share/po/sl.po,
share/po/vi.po, share/po/br.po, share/po/ca.po, share/po/gl.po,
share/po/lv.po, share/po/uk.po, share/po/eo.po, share/po/ro.po,
share/po/da.po, share/po/cs.po, share/po/af.po: updated pot file
2001/08/26 Pixel <pixel@mandrakesoft.com>
* share/po/Makefile, share/po/.cvsignore: fetch directly the latest
drakx-help.xml
2001/08/25 Pixel <pixel@mandrakesoft.com>
* standalone/drakbug_report: add "rpm -qa"
* bootlook.pm: fix deprecated call standalone::pkgs_install
* diskdrake.pm: don't the grab flag propagate everywhere
2001/08/25 dam's <damien@mandrakesoft.com>
* install2.pm, steps.pm: icon correction
2001/08/25 Pixel <pixel@mandrakesoft.com>
* fs.pm (mount): accept mounting iso9660 filesystem as it should be
(write_fstab): enable mounting more than one swap :)
* bootlook.pm: fix deprecated call standalone::pkgs_install
* install_steps.pm: added the missing security parameter to
set_default_options
* diskdrake.pm: don't the grab flag propagate everywhere
2001/08/24 dam's <damien@mandrakesoft.com>
* pixmaps/mouse_3b_mini.xpm, pixmaps/mouse_3b+.xpm, pixmaps/mouse_3b.xpm,
pixmaps/mouse_3b+_mini.xpm: mini pixmaps, and lower color res for normal
pix
* standalone/mousedrake: updated mouse test
2001/08/24 Guillaume Cottenceau <gc@mandrakesoft.com>
* mdk-stage1/dietlibc/libstdio/fdglue.c: fix this dietlibc... hope the
uncompressing of ramdisk will rulz now
* mdk-stage1/network.c: allow unsetting of automatic mode if not enough
parameter provided in network steps
* mdk-stage1/probing.c:
- descr of proc files
- fix small typo (segfault or not segfault? that's the question)
enable install from Compaq Smart Array
* mdk-stage1/dietlibc/Makefile, mdk-stage1/bzlib/Makefile: use CC rather
than gcc statically
* mdk-stage1/tools.c, mdk-stage1/mount.c: enable install from Compaq Smart
Array
2001/08/24 Pixel <pixel@mandrakesoft.com>
* tools/pcmcia_config.patch: update the patch
* Makefile (test_pms): make perl_checker skip help.pm
ensure no .orig are generated when the pcmcia patch is applied
* tools/make_mdkinst_stage2: give a little more free space (esp. for
russian lang)
* lang.pm, share/gen_locales.sh: no need for UTF-8/LC_CTYPE
* share/po/help_xml2pm.pl, share/po/Makefile, help.pm: auto-generates
help.pm from xml doc done by doc team
2001/08/24 dam's <damien@mandrakesoft.com>
* network/adsl.pm: bugfix, speedtouch help
* standalone/mousedrake: updated mouse test
2001/08/24 François Pons <fpons@mandrakesoft.com>
* install_steps.pm: fixed possible bug (not sorted partition when calling
mount_part).
* install_any.pm: fixed hdInstallPath for an hd installation without
usingRamdisk (not installing
urpmi in such case).
updated packages to copy for printerdrake, removed almost obsoletes
XFree86
3.3.6 servers (8514, AGX, Mach32, Mach8, Mono, P9000, W32, I128, VGA16,
3DLabs)
which means user will have to change CD back to CD#1 if he a such a
card.
removed obsolete code for cond_remount and cond_umount and update
hdInstallPath
for hd installation.
* diskdrake_interactive.pm: fixed typo common::usingRamdisk() instead of
common::useRamdisk().
take care mount point action is available for the hd installation
partition only
if a ramdisk is used (as it can be unmounted).
use more global isMagicPart instead of isInstallHdPart.
added real_mntpoint documentation and take care of hd install partition
for
available actions.
* fs.pm: take care of using ram disk to remap mntpoint of hd installation
partition.
fixed partition never seen as mounted, added special case for
real_mntpoint to
remount magic partition on the right place.
2001/08/24 Guillaume Cottenceau <gc@mandrakesoft.com>
* mdk-stage1/dietlibc/libstdio/fdglue.c: fix this dietlibc... hope the
uncompressing of ramdisk will rulz now
* mdk-stage1/automatic.c: revert my auto->interactive patch
* mdk-stage1/network.c: allow unsetting of automatic mode if not enough
parameter provided in network steps
* mdk-stage1/dietlibc/Makefile, mdk-stage1/bzlib/Makefile: use CC rather
than gcc statically
* mdk-stage1/tools.c, mdk-stage1/mount.c, mdk-stage1/probing.c: enable
install from Compaq Smart Array
2001/08/24 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/locales-skeleton.tar.bz2, share/fonts.tar.bz2, keyboard.pm:
enabling euro and utf-8 for some languages; added unicode font
2001/08/24 Pixel <pixel@mandrakesoft.com>
* install_steps.pm: remove the cond_umount_hdimage and
cond_remount_hdimage
* tools/pcmcia_config.patch: update the patch
* lang.pm: no need for UTF-8/LC_CTYPE
(load_mo): if not usingRamdisk, don't try getFile
* diskdrake_interactive.pm: remove the cond_umount_hdimage and
cond_remount_hdimage
(Done): do not write fstab nor ask about it in install
* fs.pm (mount): allow to mount 'proc' and 'usbdevfs'
* Makefile: ensure no .orig are generated when the pcmcia patch is applied
* partition_table.pm (write): do not die when real_mntpoint fs fail to
unmount/remount, just log
(write): unmount+remount real_mntpoint before doing the kernel_read
* share/gen_locales.sh: no need for UTF-8/LC_CTYPE
* pkgs.pm: fix "invalid file"
2001/08/24 dam's <damien@mandrakesoft.com>
* network/netconnect.pm: speedtouch configuration
* my_gtk.pm: gtk_create_xpm handles no absolute xpm path
* pixmaps/mouse_3b+.xpm, pixmaps/mouse_middle.xpm, pixmaps/mouse_3b.xpm:
added new mouse pixmap for mousedrake
* network/adsl.pm: bugfix, speedtouch help
added aliases for speedtouch stuff
speedtouch configuration
removed adsl detectioin, once again.
* standalone/mousedrake: no absolute pixmap reference
new mousedrake. experimental
* network/tools.pm: speedtouch configuration
export write_initscript, correct initscript.
2001/08/24 François Pons <fpons@mandrakesoft.com>
* install_steps.pm: fixed possible bug (not sorted partition when calling
mount_part).
* diskdrake_interactive.pm: take care mount point action is available for
the hd installation partition only
if a ramdisk is used (as it can be unmounted).
use more global isMagicPart instead of isInstallHdPart.
added real_mntpoint documentation and take care of hd install partition
for
available actions.
* install_any.pm: fixed hdInstallPath for an hd installation without
usingRamdisk (not installing
urpmi in such case).
updated packages to copy for printerdrake, removed almost obsoletes
XFree86
3.3.6 servers (8514, AGX, Mach32, Mach8, Mono, P9000, W32, I128, VGA16,
3DLabs)
which means user will have to change CD back to CD#1 if he a such a
card.
removed obsolete code for cond_remount and cond_umount and update
hdInstallPath
for hd installation.
* mdk-stage1/init-data/msgboot-graphicallogo.img.bz2,
mdk-stage1/init-data/msgboot.img.bz2: updated with latest 8.1 pictures
and updated documentation.
* fs.pm: take care of using ram disk to remap mntpoint of hd installation
partition.
fixed partition never seen as mounted, added special case for
real_mntpoint to
remount magic partition on the right place.
2001/08/24 Pixel <pixel@mandrakesoft.com>
* partition_table.pm (write): do not die when real_mntpoint fs fail to
unmount/remount, just log
(write): unmount+remount real_mntpoint before doing the kernel_read
* install_steps.pm: remove the cond_umount_hdimage and
cond_remount_hdimage
* diskdrake_interactive.pm: remove the cond_umount_hdimage and
cond_remount_hdimage
(Done): do not write fstab nor ask about it in install
* lang.pm (load_mo): if not usingRamdisk, don't try getFile
* fs.pm (mount): allow to mount 'proc' and 'usbdevfs'
2001/08/24 siegel
* share/po/de.po: New & shiny german version
2001/08/23 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/no.po: updated Norwegian file
* share/po/el.po: updated Greek file
2001/08/23 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/no.po: updated Norwegian file
2001/08/23 dam's <damien@mandrakesoft.com>
* network/netconnect.pm: at_boot connection,resolvconf in profiles
* standalone/draksec: addedlibsafe option
* network/adsl.pm: restart network after having tested adsl. experimental
2001/08/23 François Pons <fpons@mandrakesoft.com>
* install_steps_gtk.pm: removed unusefull greping when building package
tree.
2001/08/23 Guillaume Cottenceau <gc@mandrakesoft.com>
* share/rpmsrate: work on GAMES section
2001/08/23 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/lv.po: updated Latvian file
2001/08/23 Pixel <pixel@mandrakesoft.com>
* install_any.pm (cond_umount_hdimage): do not unmount /tmp/hdimage if not
using ramdisk
(disable_user_view): damned kdmrc moved
* diskdrake_interactive.pm: cancel at startup will now exit
ask wether to save fstab
(part_possible_actions): have "Mount point" first to please fpons
* fs.pm: keep the freq&passno of /etc/fstab
* tools/i386/netboot/menu.lst.example,
tools/i386/netboot/make_boot_network,
tools/i386/netboot/automatic.para.default: as we now have
menu.lst.example, i remove automatic.para for more flexibility
* lang.pm: fix locale support when usingRamdisk
2001/08/22 anoncvs
* share/po/zh_CN.GB2312.po: * Wed Aug 22 2001 DU Xiaoming
<dxiaoming@mandrakesoft.com>
Updated chinese (simplied) translation.
2001/08/22 Pixel <pixel@mandrakesoft.com>
* share/gen_locales.sh, share/locales-skeleton.tar.bz2: fix ru KOI8-R
* network/nfs.pm: pleac perl_checker
* interactive_gtk.pm: more intelligent setting back the selected value in
the clist and ctree
(done already for entry)
- fix entries editing causing the cursor to go to the end of line
- select the text
* c/stuff.xs.pm, install_steps.pm, pkgs.pm: do init_db inside pkg_inside
otherwise LOG is closed and rpmlib tries to write in it and ...
2001/08/22 anoncvs
* share/po/zh_CN.GB2312.po: * Wed Aug 22 2001 DU Xiaoming
<dxiaoming@mandrakesoft.com>
Updated chinese (simplied) translation.
2001/08/22 fabman
* share/po/es.po: updated spanish .po files for DrakX and drakbootdisk
2001/08/22 Guillaume Cottenceau <gc@mandrakesoft.com>
* mdk-stage1/automatic.c: don't stay automatic for ask_from_entries when
entries are not given
* mdk-stage1/tools.c, mdk-stage1/stage1.c, mdk-stage1/cdrom.c,
mdk-stage1/mount.c, mdk-stage1/lomount.c, mdk-stage1/mount.h,
mdk-stage1/network.c, mdk-stage1/modules.c, mdk-stage1/disk.c: mount all
but ramdisk Read Only
2001/08/22 Pixel <pixel@mandrakesoft.com>
* share/gen_locales.sh, share/locales-skeleton.tar.bz2: fix ru KOI8-R
* bootlook.pm: fix typo
* network/nfs.pm: pleac perl_checker
* install_steps.pm: do init_db inside pkg_inside otherwise LOG is closed
and rpmlib tries to write in it and ...
do not call configurePrinter if no printer is wanted
* interactive_gtk.pm: more intelligent setting back the selected value in
the clist and ctree
(done already for entry)
- fix entries editing causing the cursor to go to the end of line
- select the text
* c/stuff.xs.pm, pkgs.pm: do init_db inside pkg_inside otherwise LOG is
closed and rpmlib tries to write in it and ...
2001/08/22 François Pons <fpons@mandrakesoft.com>
* printerdrake.pm: fixed int and float checking which should accept
negative number (added explicit
positive too), cleaned code for some perl idioms.
* install_steps.pm: updated configurePrinter to use foomatic printer
configuration.
2001/08/22 Guillaume Cottenceau <gc@mandrakesoft.com>
* mdk-stage1/automatic.c: don't stay automatic for ask_from_entries when
entries are not given
* mdk-stage1/tools.c, mdk-stage1/stage1.c, mdk-stage1/cdrom.c,
mdk-stage1/mount.c, mdk-stage1/lomount.c, mdk-stage1/mount.h,
mdk-stage1/network.c, mdk-stage1/modules.c, mdk-stage1/disk.c: mount all
but ramdisk Read Only
2001/08/22 kjx
* share/po/zh_CN.GB2312.po: review
review
2001/08/22 Pixel <pixel@mandrakesoft.com>
* bootlook.pm: fix typo
* install_steps_auto_install.pm: don't have formatPartitions interactive
by default
* install_steps.pm: do not call configurePrinter if no printer is wanted
2001/08/22 siegel
* share/po/de.po: new german version
2001/08/21 dam's <damien@mandrakesoft.com>
* Makefile: added rpcinfo to the tar
corrected bad Makefile : rpcinfo-flushed.c comes from tools.
* standalone/draknet: ergonomy correction
* network/tools.pm: corrected qq bug
corrected bug
* standalone/net_monitor: log updatede
removed memoty leak
time connection label
2001/08/21 François Pons <fpons@mandrakesoft.com>
* install_steps_interactive.pm: moved installation code of foomatic (only)
if a printer may be chosen.
* install_any.pm: fixed hd installation for urpmi.
* printerdrake.pm: slight rewrite of some perl idioms.
2001/08/21 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/wa.po: updated Walloon file
updated pot file
* share/po/be.po, share/po/sp.po, share/po/pt.po, share/po/DrakX.pot,
share/po/es.po, share/po/fr.po, share/po/bg.po, share/po/ga.po,
share/po/sr.po, share/po/de.po, share/po/et.po, share/po/tr.po,
share/po/eu.po, share/po/az.po, share/po/ru.po, share/po/pt_BR.po,
share/po/hr.po, share/po/ko.po, share/po/cy.po, share/po/nl.po,
share/po/ja.po, share/po/sv.po, share/po/is.po, share/po/hu.po,
share/po/zh_TW.Big5.po, share/po/it.po, share/po/id.po, share/po/pl.po,
share/po/fi.po, share/po/no.po, share/po/zh_CN.GB2312.po,
share/po/th.po, share/po/el.po, share/po/sk.po, share/po/lt.po,
share/po/ar.po, share/po/sl.po, share/po/vi.po, share/po/br.po,
share/po/ca.po, share/po/gl.po, share/po/lv.po, share/po/uk.po,
share/po/eo.po, share/po/ro.po, share/po/da.po, share/po/cs.po,
share/po/af.po: updated pot file
2001/08/21 Pixel <pixel@mandrakesoft.com>
* share/rpmsrate: add telnet-client-krb5 and ftp-client-krb5
* install_steps.pm: try to fix umount/remounting /tmp/hdimage in hd
install
* Makefile, share/po/Makefile: check presence of '$' in DrakX.pot
* fs.pm (read_fstab): don't expand symlink if the link goes in a directory
* install_any.pm: cleanup
* install_steps_interactive.pm: fix '$' in i18n message
2001/08/21 siegel
* share/po/de.po: new german version
2001/08/21 dam's <damien@mandrakesoft.com>
* standalone/net_monitor: removed memoty leak
time connection label
* network/tools.pm, network/modem.pm, network/netconnect.pm,
network/ethernet.pm, network/isdn.pm: generik internet initscript, planq
the children again
* network/adsl.pm: speedtouch config
generik internet initscript, planq the children again
2001/08/21 François Pons <fpons@mandrakesoft.com>
* install_any.pm: fixed hd installation for urpmi.
2001/08/21 kjx
* share/po/zh_CN.GB2312.po: review
2001/08/21 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/be.po, share/po/sp.po, share/po/pt.po, share/po/DrakX.pot,
share/po/es.po, share/po/fr.po, share/po/bg.po, share/po/ga.po,
share/po/sr.po, share/po/de.po, share/po/et.po, share/po/tr.po,
share/po/eu.po, share/po/az.po, share/po/ru.po, share/po/pt_BR.po,
share/po/hr.po, share/po/ko.po, share/po/cy.po, share/po/nl.po,
share/po/ja.po, share/po/wa.po, share/po/sv.po, share/po/is.po,
share/po/hu.po, share/po/zh_TW.Big5.po, share/po/it.po, share/po/id.po,
share/po/pl.po, share/po/fi.po, share/po/no.po,
share/po/zh_CN.GB2312.po, share/po/th.po, share/po/el.po,
share/po/sk.po, share/po/lt.po, share/po/ar.po, share/po/sl.po,
share/po/vi.po, share/po/br.po, share/po/ca.po, share/po/gl.po,
share/po/lv.po, share/po/uk.po, share/po/eo.po, share/po/ro.po,
share/po/da.po, share/po/cs.po, share/po/af.po: updated pot file
2001/08/21 Pixel <pixel@mandrakesoft.com>
* Xconfigurator.pm: fix spelling error
* install_any.pm: cleanup
install hotplug if usb (i kept usbd just in case)
* diskdrake_interactive.pm (Create): force no sorting on filesystems,
editable mount points
* install_steps.pm: try to fix umount/remounting /tmp/hdimage in hd
install
* Makefile, share/po/Makefile: check presence of '$' in DrakX.pot
* install_steps_interactive.pm: fix '$' in i18n message
* fs.pm (read_fstab): don't expand symlink if the link goes in a directory
umask=0 only if security level < 3
2001/08/20 Guillaume Cottenceau <gc@mandrakesoft.com>
* share/compssUsers: Have NETWORKING_DNS in "Internet station" (was
nowhere)
2001/08/20 Pixel <pixel@mandrakesoft.com>
* fs.pm: basic nfs handling in drakx
fix bug 4257
* detect_devices.pm (raidAutoStart): fix for when kmod is there
* fsedit.pm: try a stronger matching technique for parsing /proc/mdstat
with devfs
* diskdrake_interactive.pm, install_any.pm, install_steps.pm: try harder
to umount /tmp/hdimage only when needed
* Makefile.drakxtools, Makefile, tools/rpcinfo-flushed.c, network/nfs.pm,
tools/.cvsignore, tools/Makefile, diskdrake.pm: basic nfs handling in
drakx
2001/08/20 Guillaume Cottenceau <gc@mandrakesoft.com>
* share/compssUsers: Have NETWORKING_DNS in "Internet station" (was
nowhere)
2001/08/20 Pixel <pixel@mandrakesoft.com>
* Xconfigurator_consts.pm: add weird options for NeoMagic NM2160 (request
of Alex Hulse <axh0@aber.ac.uk> on cooker)
* detect_devices.pm (raidAutoStart): fix for when kmod is there
* diskdrake.pm: remove test code
* fs.pm: fix bug 4257
* fsedit.pm: try a stronger matching technique for parsing /proc/mdstat
with devfs
* install_steps.pm, diskdrake_interactive.pm, install_any.pm: try harder
to umount /tmp/hdimage only when needed
* interactive_gtk.pm (wait_message_nextW): fix previous text == new text
causing no
expose_event causing dead loop
2001/08/19 Pixel <pixel@mandrakesoft.com>
* diskdrake_interactive.pm: save fstab on exit
* fsedit.pm: various typos fix
* install_steps.pm: rename isCdNotEjectable in usingRamdisk, ensure no
files are removed unless we're in ramdisk
make the devfs= mount or nomount choice based on raid-based root work
* standalone/diskdrake: rename isCdNotEjectable in usingRamdisk, ensure no
files are removed unless we're in ramdisk
fix diskdrake requiring gtk
add some test code
* fs.pm: rename isCdNotEjectable in usingRamdisk, ensure no files are
removed unless we're in ramdisk
various typos fix
* install_steps_interactive.pm, common.pm, install2.pm, install_any.pm,
lang.pm, pkgs.pm: rename isCdNotEjectable in usingRamdisk, ensure no
files are removed unless we're in ramdisk
2001/08/19 Pixel <pixel@mandrakesoft.com>
* diskdrake.pm: major fs.pm rework + adaptation to it
don't show nfs/smb/removable in install
basic smb handling
* network/smb.pm: basic smb handling
* install_steps.pm: rename isCdNotEjectable in usingRamdisk, ensure no
files are removed unless we're in ramdisk
make the devfs= mount or nomount choice based on raid-based root work
disable supermount for the moment
major fs.pm rework + adaptation to it
* install_steps_interactive.pm, lang.pm: rename isCdNotEjectable in
usingRamdisk, ensure no files are removed unless we're in ramdisk
simplify
* standalone/diskdrake: rename isCdNotEjectable in usingRamdisk, ensure no
files are removed unless we're in ramdisk
fix diskdrake requiring gtk
add some test code
major fs.pm rework + adaptation to it
* install_any.pm: rename isCdNotEjectable in usingRamdisk, ensure no files
are removed unless we're in ramdisk
major fs.pm rework + adaptation to it
* partition_table.pm: remove JFS from @important_types (too broken for the
moment)
remove isSupermount (was unused)
* common.pm, install2.pm, pkgs.pm: rename isCdNotEjectable in
usingRamdisk, ensure no files are removed unless we're in ramdisk
* interactive_gtk.pm (create_ctree): fix focusing (the assumption number
of leaves = number of lines is dumb)
* fsedit.pm: various typos fix
major fs.pm rework + adaptation to it
* bootlook.pm, standalone/drakboot: major fs.pm rework + adaptation to it
* fs.pm: rename isCdNotEjectable in usingRamdisk, ensure no files are
removed unless we're in ramdisk
various typos fix
major fs.pm rework + adaptation to it
cleanup
basic smb handling
* diskdrake_interactive.pm: save fstab on exit
major fs.pm rework + adaptation to it
2001/08/18 Pixel <pixel@mandrakesoft.com>
* fs.pm: basic nfs/smb handling in diskdrake
fixes and function prototype removing
* diskdrake.pm: basic nfs/smb handling in diskdrake
nicer mount options code (for autofs and supermount)
* install_steps.pm: oops, i inverted devfs=nomount and devfs=mount
* interactive_gtk.pm: fix bug in box's height use
* partition_table.pm, any.pm: fixes and function prototype removing
* interactive.pm: readd the sorting based on size when no sorting is
precised
* my_gtk.pm (n_line_size): bigger spacing for 'various'
* standalone/diskdrake, diskdrake_interactive.pm, fsedit.pm: basic nfs/smb
handling in diskdrake
2001/08/18 Pixel <pixel@mandrakesoft.com>
* my_gtk.pm (n_line_size): bigger spacing for 'various'
enhance look, fix ask_fileW
* fs.pm: basic nfs/smb handling in diskdrake
fixes and function prototype removing
(write_fstab): add notail for reiserfs partitions in any case
cleanup mounting options parsing
* diskdrake.pm: basic nfs/smb handling in diskdrake
nicer mount options code (for autofs and supermount)
big renaming of ask_from_entries_refH in ask_from and
ask_from_entries_refH_powered in ask_from_
cleanup mounting options parsing
* raid.pm: update the raid size as it should be
* diskdrake_interactive.pm: basic nfs/smb handling in diskdrake
less verbose resize_reiserfs
update the raid size as it should be
big renaming of ask_from_entries_refH in ask_from and
ask_from_entries_refH_powered in ask_from_
* fsedit.pm: basic nfs/smb handling in diskdrake
update the raid size as it should be
* network/tools.pm: fix typo
big renaming of ask_from_entries_refH in ask_from and
ask_from_entries_refH_powered in ask_from_
* partition_table.pm: fixes and function prototype removing
* install_steps_interactive.pm, standalone/drakautoinst, proxy.pm,
install_interactive.pm, network/ethernet.pm, interactive_http.pm,
printerdrake.pm, Xconfigurator.pm, network/netconnect.pm,
network/network.pm, interactive_newt.pm, network/modem.pm: big renaming
of ask_from_entries_refH in ask_from and ask_from_entries_refH_powered
in ask_from_
* standalone/diskdrake: basic nfs/smb handling in diskdrake
* any.pm: fixes and function prototype removing
big renaming of ask_from_entries_refH in ask_from and
ask_from_entries_refH_powered in ask_from_
* interactive_gtk.pm: fix bug in box's height use
better radiobox keyboard handling
big renaming of ask_from_entries_refH in ask_from and
ask_from_entries_refH_powered in ask_from_
enhance look, fix ask_fileW
* interactive.pm: readd the sorting based on size when no sorting is
precised
big renaming of ask_from_entries_refH in ask_from and
ask_from_entries_refH_powered in ask_from_
* install_steps.pm: oops, i inverted devfs=nomount and devfs=mount
do not use devfs with root software raid
2001/08/18 Pixel <pixel@mandrakesoft.com>
* install_steps_interactive.pm: fix pass $all_hds->{hds} instead of
$all_hds
2001/08/18 siegel
* share/po/de.po: new german version
* standalone/drakgw, bootlook.pm, network/ethernet.pm, install_any.pm,
network/network.pm, raid.pm: fixed i18n
* printerdrake.pm: i18n fixes
2001/08/17 Pixel <pixel@mandrakesoft.com>
* install_interactive.pm: use diskdrake_interactive instead of diskdrake
* standalone/interactive_http/interactive_http.cgi: fix typo
restrict the progs callable to a few one.
* standalone/interactive_http/index.html.pl,
standalone/interactive_http/index.html: autogenerate index.html
* fs.pm, diskdrake_interactive.pm, diskdrake.pm: add mount options choice
(with IA-like stripping of unused options)
* c/stuff.xs.pm: is_ext3 is needed in standalone
Xtest not needed in standalone
* c/Makefile.PL: is_ext3 is needed in standalone
* standalone/interactive_http/miniserv.init,
standalone/interactive_http/Makefile: restrict the progs callable to a
few one.
* Makefile.drakxtools: fix po not build, add interactive_http in DIRS
* modules.pm: move back sunhme in sparc only
2001/08/17 dam's <damien@mandrakesoft.com>
* interactive_gtk.pm: no scrollbar if list <= 10 and the list is alone
* interactive.pm, install2.pm: removed no_incon
* standalone/net_monitor: added no internet connection configured label on
button
* network/netconnect.pm, network/ethernet.pm: corrected connection script
creation
2001/08/17 Pixel <pixel@mandrakesoft.com>
* install_interactive.pm: use diskdrake_interactive instead of diskdrake
a hell lot of cleanup/rewrite:
* diskdrake_interactive created, diskdrake is now interactive aware
* added some documentation about the structure used for partitioning
* all_hds now contain the various hds, lvm, raid
* cleanup the isLVM, isRAID and alike functions
* field {type} in detect_devices is now {media_type}
* detect_devices::floppies is now floppies_dev
* removed old function prototypes
* fs.pm, diskdrake.pm: add mount options choice (with IA-like stripping of
unused options)
a hell lot of cleanup/rewrite:
* diskdrake_interactive created, diskdrake is now interactive aware
* added some documentation about the structure used for partitioning
* all_hds now contain the various hds, lvm, raid
* cleanup the isLVM, isRAID and alike functions
* field {type} in detect_devices is now {media_type}
* detect_devices::floppies is now floppies_dev
* removed old function prototypes
* install_steps_interactive.pm, install_steps_auto_install.pm,
install2.pm, partition_table.pm, loopback.pm, raid.pm, bootlook.pm,
standalone/diskdrake, install_any.pm, install_steps.pm, fsedit.pm,
any.pm, detect_devices.pm, partition_table_raw.pm, bootloader.pm: a hell
lot of cleanup/rewrite:
* diskdrake_interactive created, diskdrake is now interactive aware
* added some documentation about the structure used for partitioning
* all_hds now contain the various hds, lvm, raid
* cleanup the isLVM, isRAID and alike functions
* field {type} in detect_devices is now {media_type}
* detect_devices::floppies is now floppies_dev
* removed old function prototypes
* diskdrake_interactive.pm: add mount options choice (with IA-like
stripping of unused options)
(part_possible_actions): have possible actions sorted the way we want
(Type): fix ext2->ext3 detection
a hell lot of cleanup/rewrite:
* diskdrake_interactive created, diskdrake is now interactive aware
* added some documentation about the structure used for partitioning
* all_hds now contain the various hds, lvm, raid
* cleanup the isLVM, isRAID and alike functions
* field {type} in detect_devices is now {media_type}
* detect_devices::floppies is now floppies_dev
* removed old function prototypes
* modules.pm: move back sunhme in sparc only
2001/08/17 Till Kamppeter <till@mandrakesoft.com>
* share/rpmsrate: Corrected listing of packages for printing in 'INSTALL'
section.
2001/08/17 warly
* share/rpmsrate: add package needed by the install in INSTALL
remove shapecfg and gpa
2001/08/16 Till Kamppeter <till@mandrakesoft.com>
* printerdrake.pm: Fixed bug of CUPS not being installed during
installation
2001/08/16 Pixel <pixel@mandrakesoft.com>
* install2.pm, install_any.pm: add remove_unused to have more place for mo
files
2001/08/16 Till Kamppeter <till@mandrakesoft.com>
* printerdrake.pm: Fixed bug of CUPS not being installed during
installation
2001/08/16 Pixel <pixel@mandrakesoft.com>
* install_any.pm: add remove_unused to have more place for mo files
(getAndSaveAutoInstallFloppy): fix a missing del_loop which caused the
unmounting at end of install to fail
* install2.pm: add remove_unused to have more place for mo files
2001/08/16 Till Kamppeter <till@mandrakesoft.com>
* printerdrake.pm: Fixed setup dialog for the "postpipe" connection type
2001/08/16 warly
* share/rpmsrate: add package needed by the install in INSTALL
2001/08/16 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/fr.po: updated French file
* share/po/sk.po: updated Slovak file
* lang.pm: Added explicit setting of XFree86 internal XIM for Thai
2001/08/16 Pixel <pixel@mandrakesoft.com>
* install_any.pm (getAndSaveAutoInstallFloppy): fix a missing del_loop
which caused the
unmounting at end of install to fail
2001/08/16 Till Kamppeter <till@mandrakesoft.com>
* printerdrake.pm: Fixed setup dialog for the "postpipe" connection type
2001/08/16 warly
* share/rpmsrate: add package needed by the install in INSTALL
add kernel in INSTALL
s/DrakConf/drakconf/
2001/08/15 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/ko.po, share/po/it.po, share/po/id.po: updated Indonesian,
Italian and Korean files
* share/po/sr.po, share/po/sp.po, share/po/tr.po: updated Turkish and
Serbian files
2001/08/15 Pixel <pixel@mandrakesoft.com>
* standalone/diskdrake: oops reverting modifs commited by error
fix XkbOptions handling
* standalone/keyboarddrake: fix XkbOptions handling
2001/08/15 Till Kamppeter <till@mandrakesoft.com>
* printer.pm, printerdrake.pm: Let the "Options" button only appear when
the queue is Foomatic or with PPD (CUPS)
2001/08/15 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/ko.po, share/po/it.po: updated Indonesian, Italian and Korean
files
* share/po/es.po: updated spanish and Indonesian files
* share/po/id.po: updated Indonesian, Italian and Korean files
updated spanish and Indonesian files
2001/08/14 dam's <damien@mandrakesoft.com>
* standalone/net_monitor: added options
2001/08/14 Guillaume Cottenceau <gc@mandrakesoft.com>
* install_any.pm: oops, fix type of installing X or not
- fix choice of packages when auto install
* Makefile.config: add drakautoinst in drakxtools standalone binaries
* install_steps_interactive.pm, install2.pm:
- fix createBootdisk with auto
- fix setupBootloader with auto
- fix behaviour of draknet when auto-install
- remove auto flag when error-in-step
* install_steps.pm, network/netconnect.pm:
- fix behaviour of draknet when auto-install
- remove auto flag when error-in-step
* Xconfigurator.pm: fix automatic configuration
2001/08/14 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/sv.po: updated Swedish file
2001/08/14 Pixel <pixel@mandrakesoft.com>
* devices.pm: add number-only device-name handling (eg: "801" is "sda1")
* interactive_gtk.pm, interactive.pm:
- small fixes (esp. gtk sensitive handling)
- add ask_file
- add "gtk" preference field
* my_gtk.pm: remove ask_file (was unused)
* http.pm: cleanup to please perl_checker
* Makefile (TAGS): add MDK/Common files
* services.pm: cleanup (it was working, but wasn't nice)
2001/08/14 dam's <damien@mandrakesoft.com>
* standalone/draknet: corrected activation button
2001/08/14 Guillaume Cottenceau <gc@mandrakesoft.com>
* install_any.pm: oops, fix type of installing X or not
- fix choice of packages when auto install
* Makefile.config: add drakautoinst in drakxtools standalone binaries
* install_steps_interactive.pm, install2.pm:
- fix createBootdisk with auto
- fix setupBootloader with auto
- fix behaviour of draknet when auto-install
- remove auto flag when error-in-step
* install_steps.pm, network/netconnect.pm:
- fix behaviour of draknet when auto-install
- remove auto flag when error-in-step
* Xconfigurator.pm: fix automatic configuration
2001/08/14 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/sv.po: updated Swedish file
2001/08/14 Pixel <pixel@mandrakesoft.com>
* Xconfigurator.pm: fix typo?
2001/08/14 Till Kamppeter <till@mandrakesoft.com>
* printerdrake.pm: Transfer queues non-interactively when switching
between LPD and LPRng.
2001/08/14 dam's <damien@mandrakesoft.com>
* standalone/draknet: corrected activation button
2001/08/14 Guillaume Cottenceau <gc@mandrakesoft.com>
* install_steps.pm, install_steps_interactive.pm, install2.pm,
network/netconnect.pm:
- fix behaviour of draknet when auto-install
- remove auto flag when error-in-step
* Xconfigurator.pm: fix automatic configuration
* install_any.pm:
- fix choice of packages when auto install
2001/08/14 Pixel <pixel@mandrakesoft.com>
* Xconfigurator.pm: fix typo?
2001/08/14 Till Kamppeter <till@mandrakesoft.com>
* printer.pm: Removed superfluous lines.
* printerdrake.pm: Transfer queues non-interactively when switching
between LPD and LPRng.
Wait message for queue transfer, manufacturer name bugfix
2001/08/13 Chmouel Boudjnah <chmouel@mandrakesoft.com>
* tools/i386/netboot/stage2.eepro100: Add eepro100 grub stage.
Removing old version of eepro100 (no stage1).
* tools/i386/netboot/stage1.eepro100: Add eepro100 grub stage.
2001/08/13 dam's <damien@mandrakesoft.com>
* interactive.pm: corrected 'no icon'
* network/adsl.pm, network/netconnect.pm: adsl autodetection activated
(planq the children)
2001/08/13 Guillaume Cottenceau <gc@mandrakesoft.com>
* standalone/drakautoinst: ouch! use lib from /usr/lib/libDrakX, rather
than from ..
initial revision for drakautoinst
- put %installSteps in a separate package (steps.pm) (for drakxtools)
- use additional fields {auto} and {noauto}, by step, to ease
interactive auto install and oem stuff
- in install2.pm, perform each step either from the interactive class
or from install_steps, according to the {auto} flag
- id, tell each step to not try to be automatic if {noauto}
- in the install, have auto install bootdisk created in install_any so
we can always write a bootdisk (from install_steps) for further use from
drakautoinst in standalone
- interactive version of install_steps_auto_install is now inheriting
from the interactive class, so we can click on a previous automatic step
and have it interactively during an interactive auto install
* install_steps.pm, install_steps_interactive.pm,
install_steps_auto_install.pm, install2.pm, steps.pm, install_any.pm:
initial revision for drakautoinst
- put %installSteps in a separate package (steps.pm) (for drakxtools)
- use additional fields {auto} and {noauto}, by step, to ease
interactive auto install and oem stuff
- in install2.pm, perform each step either from the interactive class
or from install_steps, according to the {auto} flag
- id, tell each step to not try to be automatic if {noauto}
- in the install, have auto install bootdisk created in install_any so
we can always write a bootdisk (from install_steps) for further use from
drakautoinst in standalone
- interactive version of install_steps_auto_install is now inheriting
from the interactive class, so we can click on a previous automatic step
and have it interactively during an interactive auto install
2001/08/13 Pixel <pixel@mandrakesoft.com>
* install_steps_auto_install.pm, install2.pm, install_any.pm, steps.pm:
auto_inst enhancements
* install_steps_interactive.pm, standalone/XFdrake, install_steps.pm,
Xconfigurator.pm: really use a class_discard for Xconfigurator::main
* devices.pm: add /dev/hd[mt] handling
2001/08/13 siegel
* share/po/de.po: new german version
2001/08/13 Till Kamppeter <till@mandrakesoft.com>
* printerdrake.pm: Automatic transfer of queues when changing the spooler.
Update printer queue list when exiting during install, so that the
"Summary" entry is correct.
When one sayd "No" on the test page, the modify dialog was not pointing
to the current printer
* printer.pm: Automatic transfer of queues when changing the spooler.
The photo test page was not printed during installation.
* interactive.pm: Tree lists are sorted again now.
2001/08/13 yduret
* standalone/drakxconf: removed diskdrake from the choice
2001/08/12 dam's <damien@mandrakesoft.com>
* standalone/draknet: longer timeout
2001/08/12 Guillaume Cottenceau <gc@mandrakesoft.com>
* share/po/fr.po: fix ortograf typo
2001/08/12 Pixel <pixel@mandrakesoft.com>
* share/po/Makefile: po->mo is no longer gonna be nasty with us
* interactive_gtk.pm: clean the nice till fix
* tools/cvslog2changelog.pl: add till
* Makefile: ensure locales.tar.bz2 in perl-install/share is build
po->mo is no longer gonna be nasty with us
2001/08/12 Till Kamppeter <till@mandrakesoft.com>
* interactive.pm: Lists get only sorted when the "sort" option is given.
* printer.pm, printerdrake.pm: Check files before checking RPM database =>
Acceleration, waiting windows
2001/08/11 dam's <damien@mandrakesoft.com>
* share/themes.rc, share/logo-mandrake.png, share/themes-mdk.rc,
share/themes/mdk-bg.png: new theme for beta
* share/theme-editor.pl: updated
now works.
2001/08/11 tkamppeter
* printer.pm, printerdrake.pm: Restructuring continued and debugged
2001/08/10 dam's <damien@mandrakesoft.com>
* share/theme-editor.pl: added theme editor
* network/tools.pm: corrected password file substitution
* network/ethernet.pm: remove Data::Dumper
* network/netconnect.pm: added spped and timeout handling for isdn
* any.pm: corrected autologin question
* network/isdn.pm: tomeout option deactivated.
* standalone/draknet: corrected internet cnfiguration pop up, and some
other studds
ifup/down ethx, anew pixmap for list
* my_gtk.pm: removed Datta::Dump use
* pixmaps/eth_card_mini2.png: added
2001/08/10 Pablo Saratxaga <pablo@mandrakesoft.com>
* lang.pm: small font fix
* share/po/be.po, share/po/sp.po, share/po/pt.po, share/po/DrakX.pot,
share/po/es.po, share/po/fr.po, share/po/ga.po, share/po/sr.po,
share/po/de.po, share/po/et.po, share/po/tr.po, share/po/eu.po,
share/po/az.po, share/po/ru.po, share/po/pt_BR.po, share/po/hr.po,
share/po/ko.po, share/po/cy.po, share/po/nl.po, share/po/ja.po,
share/po/wa.po, share/po/sv.po, share/po/is.po, share/po/hu.po,
share/po/zh_TW.Big5.po, share/po/it.po, share/po/id.po, share/po/pl.po,
share/po/fi.po, share/po/no.po, share/po/zh_CN.GB2312.po,
share/po/th.po, share/po/el.po, share/po/sk.po, share/po/lt.po,
share/po/ar.po, share/po/sl.po, share/po/vi.po, share/po/br.po,
share/po/ca.po, share/po/gl.po, share/po/lv.po, share/po/uk.po,
share/po/eo.po, share/po/ro.po, share/po/da.po, share/po/cs.po,
share/po/af.po: updated pot file
* share/po/bg.po: updated Bulgarian file
updated pot file
2001/08/10 yduret
* bootlook.pm: corrected vnew usage (thx gc)
2001/08/09 dam's <damien@mandrakesoft.com>
* standalone/draknet: added missing use
added pixmap for eth. Some factorisation
* network/tools.pm: added useless function type2interface for future use
* my_gtk.pm: added gtkbuttonset, and corrected scrollbar height for
standalone mode.
* network/isdn.pm: labels corrections
2001/08/09 Guillaume Cottenceau <gc@mandrakesoft.com>
* standalone/tinyfirewall, standalone/printerdrake, standalone/mousedrake,
standalone/drakxservices, standalone/net_monitor, standalone/draknet,
standalone/drakproxy, standalone/XFdrake, standalone/keyboarddrake,
standalone/drakxconf, standalone/adduserdrake, standalone/livedrake,
standalone/drakboot, standalone/draksec: use vnew the right way
everywhere
* standalone/drakgw: use vnew the right way everywhere
- if package installs fail, redo one by one to know which one failed
- try to not end up with a failing configuration file, if program is
brutally stopped
- if unrecognized config file, don't fail, rather ignore it and
proceed
- run dhcpd_update feature (if present) after setup of dhcp server
* share/rpmsrate: put traceroute in network client also, for claudio
2001/08/09 Pixel <pixel@mandrakesoft.com>
* standalone.pm, install_any.pm: rename interactive_pkgs in
pkgs_interactive
2001/08/09 siegel
* standalone/interactive_http/miniserv.logrotate,
standalone/interactive_http/Makefile: Added logrotate for
"/var/log/drakxtools_http.log"
2001/08/09 tkamppeter
* printer.pm, printerdrake.pm: New structure for queue modification,
general structure clean-up
2001/08/09 yduret
* bootlook.pm: readded in->do_pkg->install (i sux)
rewrite in a more drakx fashion
* my_gtk.pm: added gtkset_sensitive in wrapper..
2001/08/08 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/be.po, share/po/sp.po, share/po/pt.po, share/po/DrakX.pot,
share/po/es.po, share/po/fr.po, share/po/bg.po, share/po/ga.po,
share/po/sr.po, share/po/de.po, share/po/et.po, share/po/tr.po,
share/po/eu.po, share/po/az.po, share/po/ru.po, share/po/pt_BR.po,
share/po/hr.po, share/po/ko.po, share/po/cy.po, share/po/nl.po,
share/po/ja.po, share/po/wa.po, share/po/sv.po, share/po/is.po,
share/po/hu.po, share/po/zh_TW.Big5.po, share/po/it.po, share/po/id.po,
share/po/pl.po, share/po/fi.po, share/po/no.po,
share/po/zh_CN.GB2312.po, share/po/th.po, share/po/el.po,
share/po/sk.po, share/po/lt.po, share/po/ar.po, share/po/sl.po,
share/po/vi.po, share/po/br.po, share/po/ca.po, share/po/gl.po,
share/po/lv.po, share/po/uk.po, share/po/eo.po, share/po/ro.po,
share/po/da.po, share/po/cs.po, share/po/af.po: updated pot file
2001/08/08 Pixel <pixel@mandrakesoft.com>
* install_steps.pm: typo
makes interactive_pkgs stuff work
add interactive_pkgs stuff
* Makefile: skip module CGI in test_pms (perl_checker)
* fsedit.pm (check_mntpoint): remove /root from directories that "should
remain within the root filesystem"
* proxy.pm, network/ethernet.pm, network/isdn.pm, tinyfirewall.pm,
printerdrake.pm, standalone/drakgw, standalone/draknet,
network/tools.pm, bootlook.pm, standalone.pm, standalone/drakproxy,
standalone/XFdrake, network/netconnect.pm, standalone/adduserdrake,
network/adsl.pm, network/network.pm, printer.pm, network/modem.pm: add
interactive_pkgs stuff
* install_steps_interactive.pm: installing foomatic before doing anything
about printer
add interactive_pkgs stuff
* Xconfigurator.pm, any.pm: makes interactive_pkgs stuff work
add interactive_pkgs stuff
* install_any.pm (remove, remove_nodeps): fix typo
makes interactive_pkgs stuff work
add interactive_pkgs stuff
2001/08/08 tkamppeter
* install_steps_interactive.pm: Installation fitted to new printerdrake
* printer.pm: Different choosable test pages available now
Corrected init script calls in the (start|stop|restart)_service
functions
* printerdrake.pm: Different choosable test pages available now
Removed superfluous line in install_spooler function
2001/08/08 Pixel <pixel@mandrakesoft.com>
* pkgs.pm (naughtyServers): add drakxtools-http
2001/08/07 dam's <damien@mandrakesoft.com>
* standalone/net_monitor: nex features
* network/netconnect.pm: removed debugging message
* network/isdn.pm: corrected pkgs use -> require
* my_gtk.pm: added gtkset_relief
* pixmaps/network.png, pixmaps/draknet_step.png: added
2001/08/07 Pixel <pixel@mandrakesoft.com>
* pixmaps/network.png, pixmaps/draknet_step.png: re-adding with -kb
removing for re-adding with -kb
2001/08/07 tkamppeter
* printer.pm, printerdrake.pm: Automatic installation of all needed
packages
2001/08/07 dam's <damien@mandrakesoft.com>
* standalone/draknet: corrected label
* network/netconnect.pm: removed debugging message
* standalone/net_monitor: nex features
added color choice
lot of improvments
* network/isdn.pm: corrected pkgs use -> require
* my_gtk.pm: added gtkset_relief
* pixmaps/network.png, pixmaps/draknet_step.png: added
2001/08/07 Guillaume Cottenceau <gc@mandrakesoft.com>
* mdk-stage1/tools.c: say that it's a data read error, when we can't load
the ramdisk
* mdk-stage1/Makefile.common, mdk-stage1/bzlib/bzlib.h: don't use system
wide bzlib.h but our own provided one
2001/08/07 Pixel <pixel@mandrakesoft.com>
* rescue/tree/etc/issue: fix distrib number
* interactive.pm: adding http feature, mainly for standalone tools
* standalone/miniserv.pem, standalone/miniserv.pl: Initial revision
import
* standalone/interactive_http/miniserv.pl: add interactive_http
Initial revision
* resize_fat/main.pm: fix
* partition_table.pm: nicer names for journalised fs
* Makefile.drakxtools, standalone/interactive_http/miniserv.init,
standalone/interactive_http/index.html,
standalone/interactive_http/interactive_http.cgi,
standalone/interactive_http/miniserv.conf,
standalone/interactive_http/miniserv.pam,
standalone/interactive_http/miniserv.users, Makefile,
standalone/interactive_http/Makefile: add interactive_http
* interactive_http.pm, standalone/interactive_http.cgi: add
interactive_http
adding http feature, mainly for standalone tools
* share/diskdrake.rc: have every journalised in darkred
* c/stuff.xs.pm: add S_IFIFO
* standalone/interactive_http/miniserv.pem: Initial revision
2001/08/06 dam's <damien@mandrakesoft.com>
* my_gtk.pm: debugging, profile coding, isdn 128 debugging
corrected gtkradio : shift instead of pop
* interactive_gtk.pm, install_steps_gtk.pm: corrected gtkradio : shift
instead of pop
* network/netconnect.pm, network/ethernet.pm, network/isdn.pm: debugging,
profile coding, isdn 128 debugging
2001/08/06 Guillaume Cottenceau <gc@mandrakesoft.com>
* tools/i386/busybox: try a busybox with better globbing under the SHELL
2001/08/06 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/de.po: Updates to German file by Peer Dunker <peer46@gmx.net>
* share/po/vi.po: updated Vietnamese file
2001/08/06 Pixel <pixel@mandrakesoft.com>
* c/stuff.xs.pm: kernel_arch removed
* fsedit.pm (@suggestions_mntpoints): remove /root (tx2gc)
* interactive_gtk.pm, interactive_newt.pm: cleanup, functions already
defined in interactive
2001/08/06 yduret
* tinyfirewall.pm: use MDK::Common;
use network::netconnect;
* standalone/drakgw: use MDK::Common;
use network::netconnect; and update functions call from netconnect
2001/08/05 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/eo.po: updated Esperanto file
2001/08/05 Pixel <pixel@mandrakesoft.com>
* install_steps_auto_install.pm: switch to gtk install when
interactiveSteps is defined
2001/08/05 tkamppeter
* printer.pm, printerdrake.pm: Automatic installation and start of the
desired printer spooler
2001/08/04 Pixel <pixel@mandrakesoft.com>
* share/list: add tune2fs enabling switching from ext2 to ext3
* fs.pm, fsedit.pm, partition_table.pm: add ext3 support
* diskdrake.pm: add ext3 support
(Type): handle lossless switch from ext2 to ext3
* pkgs.pm: make perl_checker happy
* c/stuff.xs.pm, c/Makefile.PL: add is_ext3
* common.pm: moved arch() and alike to MDK::Common::System
2001/08/04 Pixel <pixel@mandrakesoft.com>
* install_steps.pm (choosePackages): simplify, fix
setSelectedFromCompssList not called in
expert even the first_time (especially nasty for auto_installs)
* fs.pm, partition_table.pm, fsedit.pm: add ext3 support
* diskdrake.pm: add ext3 support
(Type): handle lossless switch from ext2 to ext3
* install_steps_gtk.pm: add the feather feature, but do not enable it
* interactive_gtk.pm (ask_browse_tree_info_refW): s/wait_msg/wait_message/
(wait_msg doesn't
exist anywhere, it must be a fpons typo)
* pkgs.pm: make perl_checker happy
* c/stuff.xs.pm, c/Makefile.PL: add is_ext3
* bootloader.pm: as when lilo is selected, we don't try to install grub,
just create the
config file in case it may be useful
* common.pm: moved arch() and alike to MDK::Common::System
* partition_table_raw.pm: add yaboot detection
* install_any.pm, share/rpmsrate: create a new flags "X" selected by
default, contain what X related packages
which were in "SYSTEM"
2001/08/04 Pixel <pixel@mandrakesoft.com>
* install_steps.pm (choosePackages): simplify, fix
setSelectedFromCompssList not called in
expert even the first_time (especially nasty for auto_installs)
* install_steps_gtk.pm: add the feather feature, but do not enable it
* bootloader.pm: as when lilo is selected, we don't try to install grub,
just create the
config file in case it may be useful
* interactive_gtk.pm (ask_browse_tree_info_refW): s/wait_msg/wait_message/
(wait_msg doesn't
exist anywhere, it must be a fpons typo)
* share/rpmsrate, install_any.pm: create a new flags "X" selected by
default, contain what X related packages
which were in "SYSTEM"
2001/08/03 dam's <damien@mandrakesoft.com>
* standalone/net_monitor, network/tools.pm, network/netconnect.pm,
network/isdn.pm: debugging, 128Kb/s ISDN
* Makefile.drakxtools, Makefile: added network pms
2001/08/03 Pixel <pixel@mandrakesoft.com>
* partition_table.pm: typo fix
replace isJfs/isXfs/... with isThisFs("jfs"
* install_any.pm: replace isJfs/isXfs/... with isThisFs("jfs"
update_userkderc is now called update_gnomekderc
* Makefile: better po skipping
* commands.pm (sync): (re-?)add
* fs.pm, install_steps_interactive.pm, diskdrake.pm, bootloader.pm:
replace isJfs/isXfs/... with isThisFs("jfs"
* fsedit.pm (check_mntpoint): /root should remain within the root
filesystem
* install_steps.pm (choosePartitionsToFormat): toFormatUnsure=1 for /usr
update_userkderc is now called update_gnomekderc
2001/08/02 Guillaume Cottenceau <gc@mandrakesoft.com>
* mdk-stage1/adsl.c:
- fix problem of clashing user/pass between adsl and ftp/http in case
of automatic installs
- update doc on automatic install parameters (doc/TECH-INFOS)
* mdk-stage1/doc/TECH-INFOS:
- small update
- fix problem of clashing user/pass between adsl and ftp/http in case
of automatic installs
- update doc on automatic install parameters (doc/TECH-INFOS)
2001/08/02 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/no.po: updated Norwegian file
2001/08/02 Pixel <pixel@mandrakesoft.com>
* install_steps_interactive.pm, services.pm, install_interactive.pm,
network/netconnect.pm, install_any.pm, Xconfigurator.pm: instead of
testing if ref($in) or ref($o) contains /gtk/, test if interactive_gtk
is in ISA of the object
* partition_table.pm, fsedit.pm, diskdrake.pm: JFS support
2001/08/02 Guillaume Cottenceau <gc@mandrakesoft.com>
* mdk-stage1/adsl.c:
- fix problem of clashing user/pass between adsl and ftp/http in case
of automatic installs
- update doc on automatic install parameters (doc/TECH-INFOS)
* mdk-stage1/doc/TECH-INFOS:
- small update
- fix problem of clashing user/pass between adsl and ftp/http in case
of automatic installs
- update doc on automatic install parameters (doc/TECH-INFOS)
2001/08/02 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/no.po: updated Norwegian file
2001/08/02 Pixel <pixel@mandrakesoft.com>
* install_any.pm: instead of testing if ref($in) or ref($o) contains
/gtk/, test if interactive_gtk is in ISA of the object
add jfs support
* install_steps_interactive.pm, services.pm, install_interactive.pm,
network/netconnect.pm, Xconfigurator.pm: instead of testing if ref($in)
or ref($o) contains /gtk/, test if interactive_gtk is in ISA of the
object
* partition_table.pm: JFS support
add jfs support
* fsedit.pm, diskdrake.pm: JFS support
* tools/ntp_servers.pl, timezone.pm: update ntp servers list
* fs.pm, share/list: add jfs support
2001/08/02 Pixel <pixel@mandrakesoft.com>
* tools/ntp_servers.pl, timezone.pm: update ntp servers list
* fs.pm, share/list, partition_table.pm, install_any.pm: add jfs support
2001/08/01 dam's <damien@mandrakesoft.com>
* my_gtk.pm: write_on_text writes in blue instead of black
* network/isdn.pm: typo
added de-installation before installateion
* network/netconnect.pm: translation correction
2001/08/01 Pixel <pixel@mandrakesoft.com>
* install_steps.pm, fsedit.pm: handle auto_allocate_raids for
auto_installs
* raid.pm (new): now works with a list of partitions
2001/08/01 tkamppeter
* printer.pm: Fixed bug in recognizing the printer ID in the Foomatic
overview.
2001/08/01 dam's <damien@mandrakesoft.com>
* my_gtk.pm: write_on_text writes in blue instead of black
* network/isdn.pm: typo
added de-installation before installateion
* network/netconnect.pm: translation correction
2001/08/01 Pixel <pixel@mandrakesoft.com>
* install_steps.pm, fsedit.pm: handle auto_allocate_raids for
auto_installs
* raid.pm (new): now works with a list of partitions
2001/07/31 dam's <damien@mandrakesoft.com>
* network/netconnect.pm: added splash screen between different
configurations. Added splash wizard mode
added intro step for each configuration type.
* network/tools.pm: corrected ask_connect_now
* my_gtk.pm: added write_on pixmap : a function to write text on pixma,
using fonts.
* network/ethernet.pm: added intro step for each configuration type.
2001/07/31 Guillaume Cottenceau <gc@mandrakesoft.com>
* install_steps_interactive.pm: after copying the auto install floppy,
sync in case you shall remove the
floppy right after the LED switches off yet the kernel decides to not
flush
everything
* modules.pm, mdk-stage1/modules_descr.h: have "catc" driver for usbnet
installs
* bootloader.pm: load msdos and vfat before mkbootdisk (now using syslinux
so..)
2001/07/31 Pixel <pixel@mandrakesoft.com>
* common.pm (translate): empty string translation is an empty string
* install_gtk.pm (test_mouse): s/my (.*) = 0 if 0/my $1 if 0/
* share/rpmsrate: add cpio
lower gurpmi (5->4)
* share/gen_locales.sh, share/locales-skeleton.tar.bz2: chineese locale
support
better handling of locales
* Makefile.drakxtools (install): s/cp -rf/cp -rfL/ (-L = --dereference,
aka always follow symbolic links)
* install_steps_gtk.pm (installPackages): make $show_advertising a global
state (for Vincent Meyer)
* share/Makefile, Makefile: better handling of locales
* install_steps_auto_install.pm: remove bad prototype
2001/07/30 dam's <damien@mandrakesoft.com>
* network/ethernet.pm: added cable internet connection selection
added internet connection selection in case of multiple configurations
* network/netconnect.pm: corrected ask_connect_now behaviour
corrected ask_connect_now
debug
added internet connection selection in case of multiple configurations
* network/adsl.pm, network/tools.pm, network/modem.pm, network/isdn.pm:
corrected ask_connect_now
added internet connection selection in case of multiple configurations
2001/07/30 Pixel <pixel@mandrakesoft.com>
* pkgs.pm (getDeps): ensure "depslist.ordered has not same package as
hdlist files"
occurs when the hdlists are in fact not available
* share/locales.tar.bz2.ppc, share/locales.tar.bz2,
share/locales.tar.bz2.sparc, share/.cvsignore, share/gen_locales.sh,
share/locales-skeleton.tar.bz2: automatic handling of locales.tar.bz2
based on installed glibc
* printer.pm, printerdrake.pm: use MDK::Common
i wonder why it was included and Till used an older version without
merging?
* resize_fat/main.pm: switch to MDK::Common (i wonder why it was not done
yet)
* share/rpmsrate: raise rxvt (4->5)
lower rpmdrake & harddrake (5->4)
remove rootfiles (unneeded)
* Makefile: use -excludeMDK::Common::Globals for perl_checker
automatic handling of locales.tar.bz2 based on installed glibc
2001/07/30 tkamppeter
* printer.pm, printerdrake.pm: In beginners mode one chooses only the
printer, not the driver (default driver)
2001/07/30 dam's <damien@mandrakesoft.com>
* network/netconnect.pm: debug
added internet connection selection in case of multiple configurations
* network/adsl.pm, network/tools.pm, network/modem.pm, network/isdn.pm:
added internet connection selection in case of multiple configurations
* network/ethernet.pm: added cable internet connection selection
added internet connection selection in case of multiple configurations
2001/07/30 Guillaume Cottenceau <gc@mandrakesoft.com>
* mdk-stage1/tools.c, mdk-stage1/stage1.c, mdk-stage1/config-stage1.h:
have a memory limit also for Rescue (different one)
2001/07/30 Pixel <pixel@mandrakesoft.com>
* printer.pm, printerdrake.pm: use MDK::Common
i wonder why it was included and Till used an older version without
merging?
* resize_fat/main.pm: switch to MDK::Common (i wonder why it was not done
yet)
* share/rpmsrate: raise rxvt (4->5)
lower rpmdrake & harddrake (5->4)
remove rootfiles (unneeded)
* pkgs.pm (getDeps): ensure "depslist.ordered has not same package as
hdlist files"
occurs when the hdlists are in fact not available
* Makefile: use -excludeMDK::Common::Globals for perl_checker
automatic handling of locales.tar.bz2 based on installed glibc
* share/locales.tar.bz2.ppc, share/locales.tar.bz2,
share/locales.tar.bz2.sparc, share/.cvsignore, share/gen_locales.sh,
share/locales-skeleton.tar.bz2: automatic handling of locales.tar.bz2
based on installed glibc
2001/07/28 tkamppeter
* printer.pm, printerdrake.pm: Support for PPD files of PostScript
printers (when CUPS is used)
2001/07/27 François Pons <fpons@mandrakesoft.com>
* install_steps_gtk.pm: fixed undeselectable group when 'Other' sub-tree
is seen as a package.
* interactive_gtk.pm: allow ask_browse_tree_info_refW to return 0 on
cancel (previously always 1).
added a before leaving code to clean added reference (else it seems to
bahave
strangely on changing steps).
fixed wrong reference to added icons to ask_browse_tree_info_refW.
* services.pm: allow cancel on services which do not change anything.
* install_steps_interactive.pm: changed warn dialog to okcancel dialog
when asking user to insert Boot floppy
used or Update Modules floppy (die may cause to rerun install else).
2001/07/27 gbeauchesne
* install_steps_gtk.pm:
- install_steps_gtk.pm (launchX) : create /var/log, if not existent,
for
XFree86.log
2001/07/27 Guillaume Cottenceau <gc@mandrakesoft.com>
* mdk-stage1/modules.c: allow to escape from Update Modules if you don't
want to insert an ext2 floppy
Disk -> Floppy for Update Modules disk
2001/07/27 Stew Benedict <sbenedict@mandrakesoft.com>
* share/locales.tar.bz2.ppc, keyboard.pm, help.pm, partition_table.pm,
Xconfigurator.pm: last of sync with PPC beta mods
2001/07/27 tkamppeter
* standalone/printerdrake, printer.pm, printerdrake.pm: Printerdrake
changed to use Foomatic, driver options, spooler change
2001/07/26 dam's <damien@mandrakesoft.com>
* network/isdn.pm: added firmware loading/configuration
not loading the module at detection.
* standalone/draknet: MDK::common correction
* modules.pm: added default option id="HiSax" to isdn module
2001/07/26 fcrozat
* share/po/fr.po: Fix spelling of 'molette'
2001/07/26 François Pons <fpons@mandrakesoft.com>
* install2.pm: added blank and updatemodules options to DrakX.
* bootloader.pm: added prioritary kernel entry 'default' as the kernel
typically copied from a
modified blank.img file with a kernel (no initrd.img necessary to
build).
This kernel takes precedance over any other kernel.
* install_steps_interactive.pm: really fixes Diskette with Floppy.
fix typo as Diskette to Floppy.
add support for new modules load as described by GG.
* install_steps.pm: fixed some silly typo and tiny bugs.
fixed typo as Diskette to Floppy.
add support for modified blank.img floppy and Update Modules floppy.
In first case copy kernel to /boot/vmlinuz-default to be taken into
account by
bootloader suggestion method.
In second case, check installed kernel and update any modules listed in
the
Update Modules floppy.
2001/07/26 gbeauchesne
* bootloader.pm:
- Don't set "lba32" on ia64
2001/07/26 Guillaume Cottenceau <gc@mandrakesoft.com>
* mdk-stage1/stage1.c, mdk-stage1/modules.h, mdk-stage1/modules.c: pass
"--blank" to DrakX when module loading is disabled
- add "changedisk" feature
- add "updatemodules" feature
* mdk-stage1/tools.c, mdk-stage1/doc/UPDATEMODULES, mdk-stage1/stage1.h:
- add "changedisk" feature
- add "updatemodules" feature
* mdk-stage1/probing.c: silently load usb controllers
2001/07/25 dam's <damien@mandrakesoft.com>
* standalone/draknet: fixed new network organization
* standalone/net_monitor: updated. Profile handling.
* network/isdn_consts.pm: updated ISDN detection. Added firmware handling
and drivers other than hisax
2001/07/25 François Pons <fpons@mandrakesoft.com>
* pkgs.pm: fixed no test (or die test) to void package read on depslist
(allowed to keep
package indexing good on multi-arch).
cleaned code to examine depslist.ordered and packages list.
* rescue/make_rescue_img: fixed to use perl-MDK-Common.
* tools/syncrpms: fixed still missing rpmtools:: before a version_compare
...
2001/07/25 Guillaume Cottenceau <gc@mandrakesoft.com>
* mdk-stage1/modules_descr.h: small typo
* mdk-stage1/init.c, mdk-stage1/newt-frontend.c: Use Yahve quoting
2001/07/25 Pixel <pixel@mandrakesoft.com>
* share/po/Makefile (install): build mo's
* commands: move to MDK::Common, bool->to_bool
* common.pm: do not export sync, keep it in common (esp. so that it
doesn't conflict with my_gtk::sync
(removeXiBSuffix): add TB (tera)
* share/po/i18n_compssUsers, rescue/make_rescue_img: use MDK::Common
* share/verify_modules.pl: new common syntax
* Makefile:
- temporary hack to have at least good UTF-8 based locales (otherwise
rpmlib segfaults)
- touch share/po/*.po, so that they are not rebuilded (pablo takes
care of them)
* share/list: add MDK::Common::Globals
* partition_table_sun.pm, install2.pm, partition_table.pm, commands.pm,
install_steps.pm, partition_table_raw.pm, partition_table_mac.pm: do not
export sync, keep it in common (esp. so that it doesn't conflict with
my_gtk::sync
2001/07/25 Stew Benedict <sbenedict@mandrakesoft.com>
* mdk-stage1/modules_descr.h: add decriptions for integrated Apple
Network/SCSI hardware
2001/07/24 dam's <damien@mandrakesoft.com>
* network/isdn_consts.pm, network/netconnect.pm, network/ethernet.pm:
corrected speed fax + PCI, updated configuration
2001/07/24 daouda
* bootlook.pm: better runlevel handling -> persistent level choice
2001/07/24 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/be.po, share/po/sp.po, share/po/pt.po, share/po/DrakX.pot,
share/po/es.po, share/po/fr.po, share/po/bg.po, share/po/ga.po,
share/po/sr.po, share/po/de.po, share/po/et.po, share/po/tr.po,
share/po/eu.po, share/po/az.po, share/po/ru.po, share/po/pt_BR.po,
share/po/hr.po, share/po/ko.po, share/po/cy.po, share/po/nl.po,
share/po/ja.po, share/po/wa.po, share/po/sv.po, share/po/is.po,
share/po/hu.po, share/po/zh_TW.Big5.po, share/po/it.po, share/po/id.po,
share/po/pl.po, share/po/fi.po, share/po/no.po,
share/po/zh_CN.GB2312.po, share/po/th.po, share/po/el.po,
share/po/sk.po, share/po/lt.po, share/po/ar.po, share/po/sl.po,
share/po/vi.po, share/po/br.po, share/po/ca.po, share/po/gl.po,
share/po/lv.po, share/po/uk.po, share/po/eo.po, share/po/ro.po,
share/po/da.po, share/po/cs.po, share/po/af.po: updated pot file
2001/07/24 Pixel <pixel@mandrakesoft.com>
* commands.pm: move to MDK::Common, bool->to_bool
fix syntax
removed/renamed unused/seldom-used functions
generalize the use of chomp_ as the functional alternative to chomp (and
works on lists)
* swap.pm: temporary hack to have at least good UTF-8 based locales
(otherwise rpmlib segfaults)
move to MDK::Common, bool->to_bool
* unused/scsi.pm, standalone/draknet: generalize the use of chomp_ as the
functional alternative to chomp (and works on lists)
* globals.pm, perl2fcalls:
- globals is now MDK::Common::Globals
- perl2fcalls is now /usr/bin/perl_checker
* install_steps_gtk.pm: move to MDK::Common, bool->to_bool
move to MDK::Common, bool->to_bool
removed/renamed unused/seldom-used functions
* common.pm: move to MDK::Common, bool->to_bool
cleanup (remove unused stuff and dangerous prototypes)
removed/renamed unused/seldom-used functions
generalize the use of chomp_ as the functional alternative to chomp (and
works on lists)
* network/tools.pm, network/adsl.pm, network/netconnect.pm,
network/ethernet.pm, network/isdn.pm, network/modem.pm:
- globals is now MDK::Common::Globals
- perl2fcalls is now /usr/bin/perl_checker
move to MDK::Common, bool->to_bool
* partition_table_dos.pm, partition_table_empty.pm, my_gtk.pm, modparm.pm,
standalone/keyboarddrake, install2.pm, raid.pm, crypto.pm,
partition_table_mac.pm, standalone/mousedrake, devices.pm,
install_steps.pm, resize_fat/main.pm, help.pm, install_interactive.pm,
install_steps_stdio.pm, loopback.pm, resize_fat/any.pm,
standalone/drakboot, pkgs.pm, keyboard.pm, Xconfigurator.pm, fs.pm,
interactive_gtk.pm, standalone/drakxservices, fsedit.pm,
network/network.pm, interactive_stdio.pm, diskdrake.pm, modules.pm,
resize_fat/directory.pm, standalone/net_monitor,
install_steps_auto_install.pm, partition_table_sun.pm, proxy.pm,
lang.pm, partition_table_bsd.pm, tinyfirewall.pm, standalone/draksec,
standalone/drakxconf, resize_fat/info_sector.pm,
standalone/adduserdrake, sbus_probing/main.pm, printer.pm,
partition_table_raw.pm, install_steps_interactive.pm, install_gtk.pm,
Xconfigurator_consts.pm, resize_fat/boot_sector.pm, partition_table.pm,
standalone/livedrake, standalone/drakgw, mouse.pm, lvm.pm,
interactive.pm, share/list, interactive_newt.pm, install_steps_newt.pm,
bootloader.pm: move to MDK::Common, bool->to_bool
* services.pm, printerdrake.pm: move to MDK::Common, bool->to_bool
removed/renamed unused/seldom-used functions
* standalone/diskdrake, install_any.pm, any.pm, Xconfig.pm, timezone.pm,
detect_devices.pm, bootlook.pm: move to MDK::Common, bool->to_bool
generalize the use of chomp_ as the functional alternative to chomp (and
works on lists)
* Makefile: temporary hack to have at least good UTF-8 based locales
(otherwise rpmlib segfaults)
move to MDK::Common, bool->to_bool
move to MDK::Common, bool->to_bool
2001/07/23 dam's <damien@mandrakesoft.com>
* modules.pm, network/tools.pm, network/isdn_consts.pm,
network/netconnect.pm, network/isdn.pm: isdn now works with isdn-light.
Only 64kb/s and still some debuf stuff to be fixed.
2001/07/23 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/hr.po, share/po/sk.po: updated Slovak and Croatian files
2001/07/23 Pixel <pixel@mandrakesoft.com>
* install_steps_interactive.pm: cleanup
* c/stuff.xs.pm, Makefile.drakxtools, standalone.pm, common.pm, Makefile,
tools/make_mdkinst_stage2, lang.pm, share/po/Makefile,
share/po/.cvsignore: do not use the po's directly. Use mo's through
gettext
2001/07/22 dam's <damien@mandrakesoft.com>
* network/netconnect.pm, network/isdn.pm: updated isdn config, moved
isdn_data from netconnect_const to isdn_const
big work on isdn. Not finished
* modules.pm, standalone/net_monitor, network/tools.pm, detect_devices.pm:
big work on isdn. Not finished
* network/netconnect_consts.pm, network/isdn_consts.pm: updated isdn
config, moved isdn_data from netconnect_const to isdn_const
2001/07/20 François Pons <fpons@mandrakesoft.com>
* docs/README.pxe: initial release, dhcpd and tftpd only.
2001/07/20 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/el.po: updated Greek file
2001/07/20 Pixel <pixel@mandrakesoft.com>
* share/po/Makefile: externalize the pm 2 pm_.c in fake_c.pl
* lang.pm: fix
(load_po): enhance readability
* share/po/fake_c.pl: cleanup
externalize the pm 2 pm_.c in fake_c.pl
* common.pm (translate): basic plural forms handling (not finished)
* help.pm: fix missing ``"''
* bootloader.pm: fix
(install_lilo): order fat partitions first
2001/07/19 dam's <damien@mandrakesoft.com>
* share/themes.rc, share/logo-mandrake.png, share/themes-mdk.rc,
share/help.png: new color
* network/netconnect.pm: correct bug. thanx to the little stagiaire.
2001/07/19 François Pons <fpons@mandrakesoft.com>
* mdk-stage1/init-data/msgboot-graphicallogo.img.bz2: updated with new
graphic logo for 8.1
2001/07/19 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/hr.po, share/po/fi.po, share/po/DrakX.pot, share/po/es.po,
share/po/eo.po, share/po/fr.po, share/po/wa.po, share/po/da.po,
share/po/de.po, share/po/el.po, share/po/et.po, share/po/hu.po,
share/po/eu.po: updated Croatian file
2001/07/19 François Pons <fpons@mandrakesoft.com>
* mdk-stage1/init-data/msgboot-graphicallogo.img.bz2: updated with new
graphic logo for 8.1
* Xconfigurator.pm: fixed problable freeze on pci probe.
2001/07/19 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/hr.po, share/po/fi.po, share/po/DrakX.pot, share/po/es.po,
share/po/eo.po, share/po/fr.po, share/po/wa.po, share/po/da.po,
share/po/de.po, share/po/el.po, share/po/et.po, share/po/hu.po,
share/po/eu.po: updated Croatian file
2001/07/19 Pixel <pixel@mandrakesoft.com>
* globals.pm: no strict 'refs' instead of 'vars'
* services.pm: rename ask_install_gtk in ask_install, ask_install is now
ask_install_simple (obsolete)
* install_steps_auto_install.pm: fix exit install in graphical
auto_install's
2001/07/19 Pixel <pixel@mandrakesoft.com>
* install_steps_auto_install.pm, install_steps_newt.pm, install2.pm: based
on Michael Brown <mbrown@fensystems.co.uk> patch:
- enables graphical steps in auto_installs for more than gtk
- various cleanup
* globals.pm: no strict 'refs' instead of 'vars'
* services.pm: rename ask_install_gtk in ask_install, ask_install is now
ask_install_simple (obsolete)
2001/07/18 mbadaire
* modules.pm, install_any.pm, bootloader.pm: IA64 adaptation
2001/07/18 Stew Benedict <sbenedict@mandrakesoft.com>
* modules.pm, install_steps.pm, install_steps_interactive.pm,
tools/serial_probe/serial.c, detect_devices.pm, partition_table_mac.pm,
diskdrake.pm: roll back some changes from PPC beta - OldWorld vs
NewWorld bootloader
modem detection on ttyS0, new sound module in 2.4.4
2001/07/17 François Pons <fpons@mandrakesoft.com>
* install_steps.pm: disabled Frame buffer for all S3 cards (hangs with XF4
and S3 ViRGE on reboot
with Aurora).
* Xconfigurator.pm: cleaned and added S3 Inc in the list to disable test
for these card.
2001/07/16 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/rpmsrate: removed references to XFree86-ISO8859-{2,9} packages (no
more used)
* keyboard.pm: small keyboard changes
2001/07/13 Thierry Vignaud <tvignaud@mandrakesoft.com>
* share/po/fr.po: update
2001/07/12 François Pons <fpons@mandrakesoft.com>
* fs.pm: fixed wrong examination of fsck return code (exit code 1 says
fsck succeeded in
fixing partition and now is ok).
* run_program.pm: changed exit code of failed exec in rooted to 128
instead of 1 (may clash with
exit code of fsck else).
* any.pm: fixed bug for writing in /etc/sysconfig/desktop file.
2001/07/12 François Pons <fpons@mandrakesoft.com>
* interactive.pm: added ask_browse_tree_info and ask_browse_tree_info_refW
(default).
* services.pm: reworked to use new service layout for install.
* install_steps_gtk.pm: use common code for tree with info dialog
(individual package selection).
* fs.pm: fixed wrong examination of fsck return code (exit code 1 says
fsck succeeded in
fixing partition and now is ok).
* interactive_gtk.pm: merging common code for individual package selection
and service to create
ask_browse_tree_info_refW, added featrures for group icon always
up-to-date
(take some memory but not too much, not used if flat model).
* run_program.pm: changed exit code of failed exec in rooted to 128
instead of 1 (may clash with
exit code of fsck else).
* any.pm: fixed bug for writing in /etc/sysconfig/desktop file.
2001/07/10 Stew Benedict <sbenedict@mandrakesoft.com>
* mdk-stage1/init.c, mdk-stage1/Makefile.common: minor mods for PPC build,
define TIOCSCTTY, Makefile mods
2001/07/09 François Pons <fpons@mandrakesoft.com>
* pkgs.pm: added multiple tries if a transaction of only one package
fails.
* install_any.pm: added LDAP support for authentication.
* install_steps_interactive.pm: added LDAP support for password
authentication, updated root password window look.
* bootloader.pm: fixed compilation error.
removed compilation error, the resolution is not quite good and may be
reworked :-)
* help.pm: updated root password help.
2001/07/09 mbadaire
* bootloader.pm: modify lilo.conf to elilo.conf if arch ia64
* common.pm: Add IA64 support
2001/07/08 Pixel <pixel@mandrakesoft.com>
* bootloader.pm (suggest): replace "is ia64" with "is not ia64" so that
boot partition is
set correctly again
2001/07/08 Pixel <pixel@mandrakesoft.com>
* bootloader.pm (suggest): replace "is ia64" with "is not ia64" so that
boot partition is
set correctly again
2001/07/06 François Pons <fpons@mandrakesoft.com>
* pkgs.pm: fixed selected_leaves. change algorithm as previous one can
still causes dead
lock and may not reproduce correct list. take care of choice that need
to be
examined before else another package may be chosen if choice is not
satisfied
when selecting packages.
* install_any.pm: change all 8 space into a tabulation, this is simple and
may change visual
aspect but it gives correct output and filesize by 40%.
2001/07/06 François Pons <fpons@mandrakesoft.com>
* pkgs.pm: fixed selected_leaves. change algorithm as previous one can
still causes dead
lock and may not reproduce correct list. take care of choice that need
to be
examined before else another package may be chosen if choice is not
satisfied
when selecting packages.
* install_any.pm: change all 8 space into a tabulation, this is simple and
may change visual
aspect but it gives correct output and filesize by 40%.
2001/07/06 Pixel <pixel@mandrakesoft.com>
* tools/ntp_servers.pl: some workarounds
2001/07/06 Pixel <pixel@mandrakesoft.com>
* tools/ntp_servers.pl: some workarounds
2001/07/05 François Pons <fpons@mandrakesoft.com>
* keyboard.pm: added DISABLE_WINDOWS_KEY in /etc/sysconfig/keyboard if a
laptop is detected.
2001/07/05 Guillaume Cottenceau <gc@mandrakesoft.com>
* mdk-stage1/modules_descr.h: add usb net descriptions
2001/07/05 Pixel <pixel@mandrakesoft.com>
* fsedit.pm (file2part): created
* any.pm: ia64 bootloader configuration adaptations
* bootloader.pm: typo fix
ia64 bootloader configuration adaptations
2001/07/04 dam's <damien@mandrakesoft.com>
* globals.pm: added error handling
* network/netconnect.pm, network/ethernet.pm: modularized. It compiles,
runs, and works for some stuff.
modularization continuated
updated CVS:
----------------------------------------------------------------------
uses the fantastic global module.
corrected
* standalone/draknet: corrected
* network/tools.pm, network/adsl.pm: modularized. It compiles, runs, and
works for some stuff.
updated CVS:
----------------------------------------------------------------------
uses the fantastic global module.
corrected
* network/network.pm: modularized. It compiles, runs, and works for some
stuff.
modularization continuated
* network/isdn.pm, network/modem.pm: modularized. It compiles, runs, and
works for some stuff.
updated CVS:
----------------------------------------------------------------------
uses the fantastic global module.
* docs/net_object_class.fig: updated doc
2001/07/04 François Pons <fpons@mandrakesoft.com>
* Xconfigurator.pm: added missing last Card read from Cards+ file.
allow S3 card to have VideoRam uncommented, fix 86c368 video driver that
seems
needing VideoRam too.
fixed need of video ram if 86c368 and S3 ViRGE.
* install_any.pm: another too wide string truncated to 80 chars.
make auto_inst.cfg file no longer than 80 chars wide.
* install_steps_interactive.pm: added back timezone settings (thanks
FredC).
2001/07/04 Guillaume Cottenceau <gc@mandrakesoft.com>
* mdk-stage1/adsl.c: nonsense to exit if interface is not "eth.*"
* mdk-stage1/newt-frontend.c: very nice things happen when you hardcode
arrays to a too small value
* docs/HACKING: update -d in order to get all the directories...
2001/07/04 mbadaire
* tools/ia64/elilo.efi, tools/specific_arch, share/list.ia64,
tools/ia64/e2fsck.shared: Ia64 Adaptation
* install_gtk.pm, share/list.i386, common.pm, share/list.ppc, share/list,
share/list.alpha, install_steps_gtk.pm, share/list.sparc: Ia64
adaptation
2001/07/04 Pixel <pixel@mandrakesoft.com>
* pkgs.pm (selected_leaves): fix dead-loop
(selected_leaves): make it work with loops (eg: mandrake_desk loops with
control-center resulting on none of them being a leaf)
* perl2fcalls: check exclude_uses before reporting bad use of "use"
exclude module globals from use's to look at
* globals.pm (import): yet another fix
fix a pb when init is called before another import
typo correction
enhanced: shared values are grouped together based on a name
module to share constant values between modules
* fsedit.pm: add /boot/efi in suggestions for ia64
* install_interactive.pm, install_steps.pm: fix typo
verify a /boot/efi partition exists
* Makefile, install_any.pm, share/list.ppc, share/list.alpha, share/list,
share/list.sparc: remove busybox as default shell. Only use it as the
interactive shell on tty2
2001/07/03 dam's <damien@mandrakesoft.com>
* network/adsl.pm, network/netconnect_consts.pm, network/tools.pm,
network/modem.pm, network/netconnect.pm, network/isdn.pm: network
subsystem now compiles. Enjoy
* docs/net_object_class.fig: documentation about net modules structure
2001/07/03 François Pons <fpons@mandrakesoft.com>
* network/netconnect.pm: fix another dam's sucks
fix dam's sucks
* network/netconnect_consts.pm, Makefile.config: fix dam's sucks
* standalone/XFdrake: expert is allowed to choose frame buffer.
* install_steps_interactive.pm: added loadSavePackagesOnFloppy to manage
package selection file used by
auto_install too from packages tree directly on floppies.
* share/floppy.png: updated size to 16x22 to be more aligned.
for loading/saving packages selection.
* install_any.pm: modified g_default_packages to be used from package tree
save on floppy.
* install_steps_gtk.pm: added Load/Save on floppy.
added improve choice of package, well not very usefull but asked by
higher
people :-)
2001/07/03 Guillaume Cottenceau <gc@mandrakesoft.com>
* mdk-stage1/rp-pppoe/gui/html/props-basic.png,
mdk-stage1/rp-pppoe/gui/html/props-options.png,
mdk-stage1/rp-pppoe/gui/html/props-advanced.png,
mdk-stage1/rp-pppoe/gui/html/mainwin-busy.png,
mdk-stage1/rp-pppoe/gui/html/mainwin-nonroot.png,
mdk-stage1/rp-pppoe/gui/html/mainwin.png,
mdk-stage1/rp-pppoe/gui/html/props-nic.png: plop
* modules.pm, mdk-stage1/probing.h, mdk-stage1/.cvsignore,
mdk-stage1/usb-resource/Makefile,
mdk-stage1/usb-resource/update-usb-ids.pl, mdk-stage1/Makefile,
mdk-stage1/usb-resource/.cvsignore, mdk-stage1/probing.c: add support
for install from USB Network Adapters
2001/07/03 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/sp.po, share/po/fi.po, share/po/DrakX.pot,
share/po/zh_CN.GB2312.po, share/po/th.po, share/po/es.po,
share/po/fr.po, share/po/sr.po, share/po/de.po, share/po/el.po,
share/po/et.po, share/po/sk.po, share/po/tr.po, share/po/eu.po,
share/po/ru.po, share/po/sl.po, share/po/vi.po, share/po/uk.po,
share/po/eo.po, share/po/ro.po, share/po/wa.po, share/po/da.po,
share/po/sv.po, share/po/zh_TW.Big5.po: updated Danish file
2001/07/03 Pixel <pixel@mandrakesoft.com>
* timezone.pm (configureTimezone): propose a list of NTP servers
(ntp_server): fix
add ntp handling
* fs.pm (mount): fix fsck.ext2'ing
(mount): add fsck.ext2 before ext2-mounting
* share/themes/DarkMarble-gloom2.png: re-adding with -kb
re-adding with -kb
* pixmaps/user.png: re-adding with -kb
removing for re-adding with -kb
re-adding with -kb
removing for re-adding with -kb
* share/themes/blueHeart-button4.png, share/reload.png,
share/themes/focus.png, share/themes/DarkMarble-button3_in.png,
share/logo-mandrake.png, share/themes/marble3d-check1.png,
share/themes/blueHeart-button_def.png, share/rpm-semiselected.png,
share/logo-mandrake-Desktop.png, share/themes/marble3d-check2.png,
share/rpm-installed.png, share/themes/marble3d-button1.png,
share/logo-mandrake_sav.png, share/themes/mdk-button1.png,
share/themes/DarkMarble-check_off.png, pixmaps/harddrive.png,
share/themes/marble3d-button_def.png, share/themes/marble3d-button2.png,
share/help_sav.png, share/themes/DarkMarble-button3_out_prelight.png,
pixmaps/services.png, pixmaps/bootdisk.png, share/rpm-selected.png,
share/themes/marble3d-button4.png, pixmaps/bootloader.png,
share/themes/DarkMarble-button3_out.png, share/logo-mandrake_trans.png,
share/themes/mdk-button4.png, pixmaps/printer.png, share/rpm-base.png,
share/logo-mandrake2.png, share/themes/blueHeart-brown_bg1.png,
share/themes/marble3d-bg1.png, pixmaps/security.png, share/ftin.png,
pixmaps/rootpasswd.png, share/help.png,
share/themes/DarkMarble-check_on.png,
share/themes/blueHeart-button1.png, pixmaps/keyboard.png,
pixmaps/default.png, share/themes/blueHeart-button2.png, pixmaps/X.png,
share/themes/DarkMarble-button3_in_prelight.png, share/ftout.png,
pixmaps/mouse.png, share/rpm-unselected.png: re-adding with -kb
removing for re-adding with -kb
* install_any.pm, install_steps.pm: add ntp handling
* tools/addchangelog.pl: reverted the last erroneous modif
re-adding with -kb
* tools/ntp_servers.pl: get a formatted list of NTP servers from an
authorised source
* install_steps_interactive.pm (doPartitionDisks): better error message
when no root partition is found
(configureTimezone): propose a list of NTP servers
add ntp handling
* docs/comparisons: re-adding with -kb
2001/07/02 dam's <damien@mandrakesoft.com>
* install_steps_interactive.pm: new network sources reorganizationCVS:
----------------------------------------------------------------------
* share/list: added modinfo
* modparm.pm: syntax correction
* network/netconnect_consts.pm, network.pm, standalone/draknet,
network/tools.pm, netconnect.pm, network/netconnect.pm,
network/ethernet.pm, network/isdn.pm, network/adsl.pm,
network/network.pm, network/modem.pm, netconnect_consts.pm: new network
sources reorganization
2001/07/02 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/be.po, share/po/sp.po, share/po/pt.po, share/po/DrakX.pot,
share/po/es.po, share/po/fr.po, share/po/bg.po, share/po/ga.po,
share/po/sr.po, share/po/de.po, share/po/et.po, share/po/tr.po,
share/po/eu.po, share/po/az.po, share/po/ru.po, share/po/pt_BR.po,
share/po/hr.po, share/po/ko.po, share/po/cy.po, share/po/nl.po,
share/po/ja.po, share/po/wa.po, share/po/sv.po, share/po/is.po,
share/po/hu.po, share/po/zh_TW.Big5.po, share/po/it.po, share/po/id.po,
share/po/pl.po, share/po/fi.po, share/po/no.po,
share/po/zh_CN.GB2312.po, share/po/th.po, share/po/el.po,
share/po/sk.po, share/po/lt.po, share/po/ar.po, share/po/sl.po,
share/po/vi.po, share/po/br.po, share/po/ca.po, share/po/gl.po,
share/po/lv.po, share/po/uk.po, share/po/eo.po, share/po/ro.po,
share/po/da.po, share/po/cs.po, share/po/af.po: update po files
2001/07/02 Pixel <pixel@mandrakesoft.com>
* crypto.pm: remove buggy prototype
* share/po/Makefile: yet even better i18n strings extraction
- fix to add some missing messages
- add more verif
* c/stuff.xs.pm: use size_t instead of int where it should
* Xconfigurator.pm (write_XF86Config): fix fpons sucks (multi wacoms in
XF3)
* share/po/b_dump_strings.pm: high level i18n messages getting. only
partial stuff. Used only for verification
* perl2fcalls: add handling of using pkg::func when func is provided by
pkg2 use'd by pkg
2001/06/25 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/id.po: updated Indonesian file
2001/06/25 Pixel <pixel@mandrakesoft.com>
* c/stuff.xs.pm: switch from llseek to lseek64
2001/06/23 siegel
* share/po/de.po: new german version
2001/06/22 François Pons <fpons@mandrakesoft.com>
* bootloader.pm: take care of enterprise kernel if installed.
* install_any.pm: automagically install kernel-enterprise if memory is
greater than 800MB.
2001/06/22 Guillaume Cottenceau <gc@mandrakesoft.com>
* share/po/fr.po: unfuzzyise
2001/06/22 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/be.po, share/po/sp.po, share/po/pt.po, share/po/DrakX.pot,
share/po/es.po, share/po/fr.po, share/po/bg.po, share/po/ga.po,
share/po/sr.po, share/po/de.po, share/po/et.po, tinyfirewall.pm,
share/po/tr.po, share/po/eu.po, share/po/az.po, share/po/ru.po,
share/po/pt_BR.po, share/po/hr.po, share/po/ko.po, share/po/cy.po,
share/po/nl.po, share/po/ja.po, share/po/wa.po, share/po/sv.po,
share/po/is.po, share/po/hu.po, help.pm, share/po/zh_TW.Big5.po,
share/po/it.po, share/po/id.po, install_steps_interactive.pm,
share/po/pl.po, share/po/no.po, share/po/fi.po,
share/po/zh_CN.GB2312.po, share/po/th.po, share/po/el.po,
install_steps_gtk.pm, share/po/sk.po, share/po/lt.po, share/po/ar.po,
share/po/sl.po, bootlook.pm, share/po/vi.po, share/po/br.po,
share/po/ca.po, share/po/gl.po, share/po/lv.po, share/po/uk.po,
share/po/eo.po, share/po/ro.po, share/po/da.po, share/po/cs.po,
install_steps_newt.pm, share/po/af.po: s/Linux-Mandrake/Mandrake Linux/
2001/06/21 François Pons <fpons@mandrakesoft.com>
* pkgs.pm: added minimal support for rpmtools >= 3.0
2001/06/21 Guillaume Cottenceau <gc@mandrakesoft.com>
* install_any.pm: generate_automatic_stage1_params: listize
use busybox for the shell of stage2
* mdk-stage1/Makefile: defaults to not spawn shell
* mdk-stage1/hack: kloug
* Makefile, tools/i386/busybox, share/list.ppc, share/list,
share/list.alpha, share/aliases: use busybox for the shell of stage2
2001/06/21 Pixel <pixel@mandrakesoft.com>
* docs/README, rescue/tree/etc/issue: s/Linux-Mandrake/Mandrake Linux/
s/linux-mandrake/mandrakesoft/
(hand made, no i18n messages done)
s/Linux-Mandrake/Mandrake Linux/
s/linux-mandrake/mandrakesoft/
(hand made, no i18n messages done)
* genmodparm: remove duplicate, look in gi/tools
* standalone/printerdrake, install2, docs/HACKING, tools/genmodparm,
mdk-stage1/config-stage1.h, ChangeLog, resize_fat/README,
standalone/diskdrake, standalone/XFdrake, rescue/tree/etc/rc.sysinit,
mdk-stage1/init.c, tools/mailchangelog.pl, detect_devices.pm,
mdk-stage1/doc/README, resize_fat/main.pm, tools/cvslog2changelog.pl,
bootloader.pm: s/Linux-Mandrake/Mandrake Linux/
s/linux-mandrake/mandrakesoft/
(hand made, no i18n messages done)
* mdk-stage1/make_boot_img: remove GG sux
s/Linux-Mandrake/Mandrake Linux/
s/linux-mandrake/mandrakesoft/
(hand made, no i18n messages done)
2001/06/11 dam's <damien@mandrakesoft.com>
* proxy.pm: updated
typoCVS:
----------------------------------------------------------------------
proxy
* my_gtk.pm: added gtkset_layout
* standalone/drakproxy: corrected CVS:
----------------------------------------------------------------------
updated
perlised
* interactive.pm: no icon if wizard
2001/06/11 François Pons <fpons@mandrakesoft.com>
* Xconfigurator_consts.pm: added some bigger memory range.
* Xconfigurator.pm: fix missing newline on /etc/X11/glx.conf when
modifying mga_dma = 0
really fix the Matrox G200 PCI card acceleration using XF3, by disabling
DMA on
/etc/X11/glx.conf
added magic probe of resolution found, if the probed resolution seems
strange
according to memory available, it try to let the user select the right
resolution and depth.
* install_steps.pm, printer.pm: applied patches given for printer
configuration bug reported by David Eastcott.
2001/06/11 Guillaume Cottenceau <gc@mandrakesoft.com>
* modules.pm: have PPP drivers in net_raw rather than in net
add PPP modules for 'net' drivers
* rescue/tree/etc/rc.sysinit: minor changes
* rescue/tree/etc/inittab, rescue/tree/sbin/fakeshutdown: umount as much
as possible before rebooting the rescue
* mdk-stage1/ppp/pppd/magic.c, mdk-stage1/ppp/pppd/md5.c,
mdk-stage1/ppp/pppd/utils.c, mdk-stage1/ppp/pppd/pathnames.h,
mdk-stage1/ppp/pppd/options.c, mdk-stage1/ppp/pppd/main.c,
mdk-stage1/ppp/pppd/multilink.c, mdk-stage1/ppp/pppd/auth.c: have adsl
pppoe installation available
Initial revision
import initial ppp sources
* mdk-stage1/dhcp.c: change location of error message when no reply
received
* mdk-stage1/rp-pppoe/man/pppoe-relay.8,
mdk-stage1/rp-pppoe/configs/firewall-masq,
mdk-stage1/rp-pppoe/gui/html/props-nic.png,
mdk-stage1/rp-pppoe/src/pppoe-sniff.c,
mdk-stage1/rp-pppoe/configs/firewall-standalone,
mdk-stage1/rp-pppoe/gui/html/tkpppoe.html,
mdk-stage1/rp-pppoe/doc/KERNEL-MODE-PPPOE, mdk-stage1/rp-pppoe/go-gui,
mdk-stage1/rp-pppoe/gui/tkpppoe.in, mdk-stage1/rp-pppoe/man/adsl-stop.8,
mdk-stage1/rp-pppoe/scripts/adsl-start.in,
mdk-stage1/rp-pppoe/man/pppoe-sniff.8, mdk-stage1/rp-pppoe/go,
mdk-stage1/rp-pppoe/man/pppoe.8,
mdk-stage1/rp-pppoe/gui/html/mainwin-nonroot.png,
mdk-stage1/rp-pppoe/gui/tkpppoe.1, mdk-stage1/rp-pppoe/src/Makefile.in,
mdk-stage1/rp-pppoe/src/pppoe.c, mdk-stage1/rp-pppoe/src/pppoe-server.c,
mdk-stage1/rp-pppoe/src/pppoe.h, mdk-stage1/rp-pppoe/gui/wrapper.c,
mdk-stage1/rp-pppoe/man/pppoe-server.8,
mdk-stage1/rp-pppoe/configs/pppoe.conf,
mdk-stage1/rp-pppoe/gui/html/props-advanced.png,
mdk-stage1/rp-pppoe/src/common.c, mdk-stage1/rp-pppoe/src/install-sh,
mdk-stage1/rp-pppoe/doc/LICENSE, mdk-stage1/rp-pppoe/src/configure,
mdk-stage1/rp-pppoe/src/config.h.in, mdk-stage1/rp-pppoe/src/relay.c,
mdk-stage1/rp-pppoe/src/discovery.c, mdk-stage1/rp-pppoe/src/if.c,
mdk-stage1/rp-pppoe/doc/CHANGES, mdk-stage1/rp-pppoe/src/relay.h,
mdk-stage1/rp-pppoe/scripts/adsl-init.in,
mdk-stage1/rp-pppoe/rp-pppoe.spec,
mdk-stage1/rp-pppoe/scripts/adsl-connect.in,
mdk-stage1/rp-pppoe/man/pppoe.conf.5,
mdk-stage1/rp-pppoe/scripts/adsl-init-turbolinux.in,
mdk-stage1/rp-pppoe/man/adsl-start.8,
mdk-stage1/rp-pppoe/gui/html/mainwin.png,
mdk-stage1/rp-pppoe/rp-pppoe-gui.spec,
mdk-stage1/rp-pppoe/gui/html/props-basic.png,
mdk-stage1/rp-pppoe/man/adsl-status.8,
mdk-stage1/rp-pppoe/configs/pppoe-server-options,
mdk-stage1/rp-pppoe/man/adsl-connect.8,
mdk-stage1/rp-pppoe/scripts/adsl-setup.in,
mdk-stage1/rp-pppoe/scripts/adsl-stop.in,
mdk-stage1/rp-pppoe/gui/Makefile.in, mdk-stage1/rp-pppoe/src/debug.c,
mdk-stage1/rp-pppoe/doc/PROBLEMS, mdk-stage1/rp-pppoe/src/ppp.c,
mdk-stage1/rp-pppoe/README,
mdk-stage1/rp-pppoe/gui/html/mainwin-busy.png,
mdk-stage1/rp-pppoe/gui/pppoe-wrapper.1,
mdk-stage1/rp-pppoe/scripts/adsl-status,
mdk-stage1/rp-pppoe/man/adsl-setup.8,
mdk-stage1/rp-pppoe/gui/html/props-options.png,
mdk-stage1/rp-pppoe/src/configure.in,
mdk-stage1/rp-pppoe/configs/pap-secrets, mdk-stage1/rp-pppoe/src/md5.c,
mdk-stage1/rp-pppoe/scripts/adsl-init-suse.in,
mdk-stage1/rp-pppoe/src/md5.h, mdk-stage1/rp-pppoe/src/plugin.c,
mdk-stage1/rp-pppoe/doc/HOW-TO-CONNECT: Initial revision
import initial sources from rp-pppoe v3.0
* mdk-stage1/Makefile: change handling of .depend in Makefile
have adsl pppoe installation available
* mdk-stage1/newt-frontend.c: axalon sucks, we can have NEWT_FLAG_PASSWORD
that will show us '**' for passwords
* mdk-stage1/ppp/pppd/.cvsignore, mdk-stage1/ppp/.cvsignore,
mdk-stage1/ppp/pppd/Makefile, mdk-stage1/rp-pppoe/src/.cvsignore,
mdk-stage1/rp-pppoe/src/config.h, mdk-stage1/adsl.c,
mdk-stage1/rp-pppoe/.cvsignore, mdk-stage1/rp-pppoe/src/Makefile,
mdk-stage1/make_boot_img: have adsl pppoe installation available
* detect_devices.pm, install_any.pm, raid.pm, fsedit.pm: include patch to
autodetect raid arrays (still needs a kernel that implements the
ioctl..)
* tools/Makefile: perl 5.6.1 now
* mdk-stage1/stage1.c, mdk-stage1/tools.c: do not set root=/dev/ram3 from
my code anymore, expect the bootloader to set the parameter correctly
* mdk-stage1/ppp/scripts/ip-up.local.add, mdk-stage1/ppp/scripts/README,
mdk-stage1/ppp/solaris/Makefile.sol2,
mdk-stage1/ppp/svr4/ppp_comp.Master, mdk-stage1/ppp/sample/ip-down,
mdk-stage1/ppp/solaris/Makefile.sol2-64,
mdk-stage1/ppp/include/net/ppp_defs.h,
mdk-stage1/ppp/pppstats/Makefile.sunos4,
mdk-stage1/ppp/chat/Makefile.sol2, mdk-stage1/ppp/pppd/sys-linux.c,
mdk-stage1/ppp/pppd/ipxcp.c, mdk-stage1/ppp/pppd/ipxcp.h,
mdk-stage1/ppp/pppdump/deflate.c, mdk-stage1/ppp/pppd/Makefile.linux,
mdk-stage1/ppp/pppd/upap.c, mdk-stage1/ppp/modules/deflate.c,
mdk-stage1/ppp/README.sunos4, mdk-stage1/ppp/pppdump/Makefile.sol2,
mdk-stage1/ppp/configure, mdk-stage1/ppp/pppd/upap.h,
mdk-stage1/ppp/svr4/ppp_mod.c, mdk-stage1/ppp/pppstats/Makefile.sol2,
mdk-stage1/ppp/pppd/ipv6cp.c, mdk-stage1/ppp/scripts/options-ssh-loc,
mdk-stage1/ppp/pppd/plugins/Makefile.sol2, mdk-stage1/ppp/pppd/ipv6cp.h,
mdk-stage1/ppp/contrib/pppgetpass/pppgetpass.vt.c,
mdk-stage1/ppp/solaris/ppp_ahdlc_mod.c,
mdk-stage1/ppp/sunos4/if_ppp_vdcmd.c,
mdk-stage1/ppp/solaris/ppp_ahdlc.c, mdk-stage1/ppp/pppd/magic.h,
mdk-stage1/ppp/svr4/ppp_comp_mod.c,
mdk-stage1/ppp/include/linux/if_ppp.h, mdk-stage1/ppp/pppd/eui64.c,
mdk-stage1/ppp/scripts/secure-card, mdk-stage1/ppp/scripts/redialer,
mdk-stage1/ppp/modules/bsd-comp.c, mdk-stage1/ppp/pppd/eui64.h,
mdk-stage1/ppp/sunos4/ppp_vdcmd.c, mdk-stage1/ppp/modules/ppp_mod.h,
mdk-stage1/ppp/pppd/md5.h, mdk-stage1/ppp/pppd/chap_ms.c,
mdk-stage1/ppp/pppd/chap_ms.h, mdk-stage1/ppp/etc.ppp/pap-secrets,
mdk-stage1/ppp/solaris/Makefile.top, mdk-stage1/ppp/chat/chat.8,
mdk-stage1/ppp/svr4/Makefile.sol2-64, mdk-stage1/ppp/svr4/Makefile.sol2,
mdk-stage1/ppp/include/net/ppp-comp.h, mdk-stage1/ppp/sunos4/Makefile,
mdk-stage1/ppp/PLUGINS, mdk-stage1/ppp/pppdump/Makefile.sunos4,
mdk-stage1/ppp/sample/ip-up, mdk-stage1/ppp/sample/options.ttyXX,
mdk-stage1/ppp/scripts/options-rsh-rem, mdk-stage1/ppp/pppd/fsm.c,
mdk-stage1/ppp/chat/chat.c, mdk-stage1/ppp/scripts/ppp-on-rsh,
mdk-stage1/ppp/pppd/fsm.h, mdk-stage1/ppp/pppd/tdb.c,
mdk-stage1/ppp/pppd/patchlevel.h, mdk-stage1/ppp/pppstats/pppstats.8,
mdk-stage1/ppp/svr4/ppp.conf, mdk-stage1/ppp/pppd/tdb.h,
mdk-stage1/ppp/pppd/demand.c, mdk-stage1/ppp/include/net/if_ppp.h,
mdk-stage1/ppp/solaris/Makedefs, mdk-stage1/ppp/modules/if_ppp.c,
mdk-stage1/ppp/include/net/slcompress.h, mdk-stage1/ppp/sunos4/Makedefs,
mdk-stage1/ppp/pppd/sys-linux.c.wtmp,
mdk-stage1/ppp/include/linux/if_pppvar.h,
mdk-stage1/ppp/solaris/ppp_comp.c, mdk-stage1/ppp/chat/Makefile.linux,
mdk-stage1/ppp/README.cbcp, mdk-stage1/ppp/pppd/ppp.pam,
mdk-stage1/ppp/solaris/ppp_comp_mod.c, mdk-stage1/ppp/Changes-2.3,
mdk-stage1/ppp/sample/options, mdk-stage1/ppp/pppstats/pppstats.c,
mdk-stage1/ppp/sunos4/ppp_comp_vdcmd.c,
mdk-stage1/ppp/pppdump/Makefile.linux.pppdump-Makefile,
mdk-stage1/ppp/README.MSCHAP80, mdk-stage1/ppp/pppdump/pppdump.8,
mdk-stage1/ppp/sunos4/Makefile.top, mdk-stage1/ppp/include/net/pppio.h,
mdk-stage1/ppp/pppd/ipcp.c, mdk-stage1/ppp/FAQ,
mdk-stage1/ppp/pppd/ipcp.h, mdk-stage1/ppp/pppd/sys-sunos4.c,
mdk-stage1/ppp/modules/ppp_comp.c, mdk-stage1/ppp/README.sol2,
mdk-stage1/ppp/modules/vjcompress.c, mdk-stage1/ppp/scripts/ppp-on-ssh,
mdk-stage1/ppp/svr4/ppp_ahdlc_mod.c, mdk-stage1/ppp/sunos4/ppp.INSTALL,
mdk-stage1/ppp/modules/ppp.c, mdk-stage1/ppp/pppdump/pppdump.c,
mdk-stage1/ppp/pppd/plugins/passprompt.c,
mdk-stage1/ppp/pppdump/Makefile.linux, mdk-stage1/ppp/pppd/lcp.c,
mdk-stage1/ppp/pppd/lcp.h, mdk-stage1/ppp/scripts/chat-callback,
mdk-stage1/ppp/chat/Makefile.sunos4, mdk-stage1/ppp/SETUP,
mdk-stage1/ppp/pppd/Makefile.sol2,
mdk-stage1/ppp/pppd/plugins/minconn.c,
mdk-stage1/ppp/etc.ppp/options.options,
mdk-stage1/ppp/pppdump/Makefile.linux.makeopt,
mdk-stage1/ppp/svr4/ppp.Node, mdk-stage1/ppp/scripts/options-ssh-rem,
mdk-stage1/ppp/solaris/ppp.c, mdk-stage1/ppp/svr4/ppp.System,
mdk-stage1/ppp/etc.ppp/chap-secrets,
mdk-stage1/ppp/pppstats/Makefile.linux,
mdk-stage1/ppp/sample/pap-secrets,
mdk-stage1/ppp/pppd/Makefile.linux.make, mdk-stage1/ppp/pppd/pppd.8,
mdk-stage1/ppp/contrib/pppgetpass/pppgetpass.8,
mdk-stage1/ppp/pppd/Makefile.sunos4, mdk-stage1/ppp/scripts/ppp-on,
mdk-stage1/ppp/include/linux/ppp_defs.h,
mdk-stage1/ppp/scripts/chatchat/chatchat.c,
mdk-stage1/ppp/scripts/chatchat/README,
mdk-stage1/ppp/modules/ppp_ahdlc.c, mdk-stage1/ppp/svr4/ppp.Master,
mdk-stage1/ppp/svr4/Makedefs,
mdk-stage1/ppp/contrib/pppgetpass/pppgetpass.gtk.c,
mdk-stage1/ppp/svr4/ppp_ahdl.System, mdk-stage1/ppp/pppd/pppd.h,
mdk-stage1/ppp/scripts/ppp-off, mdk-stage1/ppp/solaris/Makedefs.sol2,
mdk-stage1/ppp/common/zlib.c, mdk-stage1/ppp/scripts/options-rsh-loc,
mdk-stage1/ppp/common/zlib.h, mdk-stage1/ppp/solaris/ppp_mod.c,
mdk-stage1/ppp/contrib/pppgetpass/Makefile.linux,
mdk-stage1/ppp/solaris/ppp_mod.h, mdk-stage1/ppp/scripts/ppp-on-dialer,
mdk-stage1/ppp/pppd/sys-solaris.c, mdk-stage1/ppp/README.linux,
mdk-stage1/ppp/sample/auth-down, mdk-stage1/ppp/svr4/ppp_ahdl.Master,
mdk-stage1/ppp/pppdump/zlib.c, mdk-stage1/ppp/include/pcap-int.h,
mdk-stage1/ppp/pppdump/zlib.h, mdk-stage1/ppp/pppd/ccp.c,
mdk-stage1/ppp/chat/Makefile.linux.makeopt, mdk-stage1/ppp/pppd/ccp.h,
mdk-stage1/ppp/pppd/Makefile.linux.makeopt,
mdk-stage1/ppp/include/net/vjcompress.h, mdk-stage1/ppp/pppd/cbcp.c,
mdk-stage1/ppp/contrib/pppgetpass/pppgetpass.sh,
mdk-stage1/ppp/pppd/cbcp.h, mdk-stage1/ppp/scripts/ip-down.local.add,
mdk-stage1/ppp/pppd/tty.c, mdk-stage1/ppp/include/linux/ppp-comp.h,
mdk-stage1/ppp/sample/auth-up, mdk-stage1/ppp/sunos4/ppp_ahdlc_vdcmd.c,
mdk-stage1/ppp/pppd/pppd.h.wtmp, mdk-stage1/ppp/solaris/ppp.conf,
mdk-stage1/ppp/pppd/chap.c, mdk-stage1/ppp/pppd/chap.h,
mdk-stage1/ppp/scripts/callback, mdk-stage1/ppp/linux/Makefile.top,
mdk-stage1/ppp/svr4/ppp_comp.System, mdk-stage1/ppp/pppd/md4.c,
mdk-stage1/ppp/svr4/Makedefs.sol2, mdk-stage1/ppp/pppdump/bsd-comp.c,
mdk-stage1/ppp/README, mdk-stage1/ppp/pppd/md4.h,
mdk-stage1/ppp/etc.ppp/options, mdk-stage1/ppp/svr4/Makefile.top,
mdk-stage1/ppp/svr4/Makefile.svr4,
mdk-stage1/ppp/pppd/plugins/Makefile.linux,
mdk-stage1/ppp/pppdump/ppp-comp.h: Initial revision
import initial ppp sources
2001/06/11 odin
* standalone/drakproxy: first import of drakproxy
2001/06/11 Pixel <pixel@mandrakesoft.com>
* install2.pm (main): don't check /usr/bin/urpmi, better check
/usr/sbin/urpmi.update
* commands.pm (grep_): add a missing semi-colon
* share/compssUsers: remove NIS which is handled by DrakX (titi sucks)
2001/06/10 Guillaume Cottenceau <gc@mandrakesoft.com>
* rescue/guessmounts, rescue/make_rescue_img, rescue/tree/etc/rc.sysinit,
rescue/Makefile:
- add 'guessmounts' that mimics RH's detecting of partitions when
rescue starts
2001/06/10 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/az.po: updated Azeri file
* share/po/ru.po, share/po/DrakX.pot: updated Russian file
2001/06/10 Pixel <pixel@mandrakesoft.com>
* rescue/guessmounts: pixelization (tested!)
* install_any.pm (g_auto_install): more comments in auto_inst.cfg file
2001/06/09 Guillaume Cottenceau <gc@mandrakesoft.com>
* rescue/list.i386: rescuept is in /sbin now
* share/list: rescuept in /sbin now
2001/06/05 Guillaume Cottenceau <gc@mandrakesoft.com>
* mdk-stage1/network.c: don't wait on upping lo interface
* mdk-stage1/modules.c: fix minor bug detecting when modules are present
* mdk-stage1/dietlibc/include/stdlib.h, mdk-stage1/dietlibc/lib/random.c:
i need working random suite for ppp with dietlibc
* mdk-stage1/stage1.c: exit when exec fails after fork, i don't want two
stage1 processes!
2001/06/05 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/pl.po: updated Polish file
2001/06/05 Pixel <pixel@mandrakesoft.com>
* fs.pm (mount): notail in any case
* tools/i386/netboot/menu.lst.example, tools/i386/netboot/menu.lst,
tools/i386/netboot/.cvsignore: menu.lst is now a local file created from
the example
* share/list, rescue/list.i386, rescue/list: switch to perl 5.6.1
* Makefile: fix
2001/06/02 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/be.po, share/po/sp.po, share/po/pt.po, share/po/DrakX.pot,
share/po/es.po, share/po/fr.po, share/po/bg.po, share/po/ga.po,
share/po/sr.po, share/po/de.po, share/po/et.po, share/po/tr.po,
share/po/eu.po, share/po/az.po, share/po/ru.po, share/po/pt_BR.po,
share/po/hr.po, share/po/ko.po, share/po/cy.po, share/po/nl.po,
share/po/ja.po, share/po/wa.po, share/po/sv.po, share/po/is.po,
share/po/hu.po, share/po/zh_TW.Big5.po, share/po/it.po, share/po/id.po,
share/po/pl.po, share/po/fi.po, share/po/no.po,
share/po/zh_CN.GB2312.po, share/po/th.po, share/po/el.po,
share/po/sk.po, share/po/lt.po, share/po/ar.po, share/po/sl.po,
share/po/vi.po, share/po/br.po, share/po/ca.po, share/po/gl.po,
share/po/lv.po, share/po/uk.po, share/po/eo.po, share/po/ro.po,
share/po/da.po, share/po/cs.po, share/po/af.po: updated Russian file
2001/06/01 Guillaume Cottenceau <gc@mandrakesoft.com>
* mdk-stage1/Makefile: use -FULL postfix for common .c files targetting
stage1-full
* mdk-stage1/stage1.c: minor fix
* mdk-stage1/newt/textbox.c: don't modify newt code to fix dietlibc bugs,
i want to link against glibc too
* mdk-stage1/dietlibc/include/stdlib.h, mdk-stage1/dietlibc/lib/strncat.c:
- have strncat behave the same way as in glibc
- declare that we're using the DIETLIBC in include/stdlib.h, so I can
change my mind in "dns.c" to handle broken glibc which is not capable of
doing name resolution with a static binary
* mdk-stage1/dns.c, mdk-stage1/dns.h, mdk-stage1/adsl.c,
mdk-stage1/adsl.h, mdk-stage1/nfsmount.c, mdk-stage1/network.c,
mdk-stage1/url.c, mdk-stage1/network.h:
- first draft of adsl support
- get back some code for supporting broken glibc unable to resolve
when linked statically
* mdk-stage1/dietlibc/dietfeatures.h, mdk-stage1/dietlibc/lib/tcflush.c,
mdk-stage1/dietlibc/lib/cfgetospeed.c, mdk-stage1/dietlibc/lib/speed.c,
mdk-stage1/dietlibc/lib/tcsetattr.c,
mdk-stage1/dietlibc/include/termios.h,
mdk-stage1/dietlibc/include/netdb.h,
mdk-stage1/dietlibc/libshell/glob.c: slight modifs to get ppp and pppoe
stuff compile better
2001/05/31 daouda
* bootlook.pm: add runlevel chooser feature
2001/05/31 Pixel <pixel@mandrakesoft.com>
* rescue/make_rescue_img: check presence of files from list and list.ARCH
* Makefile (get_needed_files): exit with error message if files from
share/list (and
share/list.ARCH) are missing
* install2.pm: hide step formatPartitions when upgrading
2001/05/30 mbadaire
* mdk-stage1/stage1.c, mdk-stage1/slang/slmalloc.c,
mdk-stage1/slang/Makefile, mdk-stage1/Makefile.common,
mdk-stage1/insmod-modutils/obj/Makefile,
mdk-stage1/insmod-modutils/Makefile, mdk-stage1/bzlib/Makefile,
mdk-stage1/init-libc-headers.h, mdk-stage1/newt/Makefile,
mdk-stage1/Makefile, mdk-stage1/insmod-modutils/util/Makefile,
mdk-stage1/mar/Makefile, mdk-stage1/newt/windows.c:
- allow build on ia64
- have CFLAGS centralized in Makefile.common (should help ports such
as alpha)
- better looking sub makefiles
2001/05/30 Pixel <pixel@mandrakesoft.com>
* Makefile.drakxtools (install): ensure pm's in subdirs don't have
/use(diagnostics|vars|strict)/
2001/05/29 François Pons <fpons@mandrakesoft.com>
* printerdrake.pm: added fix from Michael Brown to handle pipe in queue
name for lpr.
2001/05/29 Thierry Vignaud <tvignaud@mandrakesoft.com>
* share/compssUsers: add NIS client to network clients
2001/05/29 François Pons <fpons@mandrakesoft.com>
* printerdrake.pm: added fix from Michael Brown to handle pipe in queue
name for lpr.
2001/05/28 Guillaume Cottenceau <gc@mandrakesoft.com>
* mdk-stage1/newt-frontend.c: use Axalon patch to hide passwords (highly
rewritten..)
2001/05/25 Stew Benedict <sbenedict@mandrakesoft.com>
* rescue/list.ppc, bootloader.pm: add hfs support to rescue - PPC, fix
bootstrap creation, formatting sequence
* install_steps_interactive.pm: fix bootstrap information screen back to
orig with missing ":" - PPC
add hfs support to rescue - PPC, fix bootstrap creation, formatting
sequence
2001/05/25 siegel
* share/po/de.po: updated time
moved to UTF-8
2001/05/24 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/tr.po: updated Turkish file
2001/05/24 Pixel <pixel@mandrakesoft.com>
* install_any.pm (g_auto_install): autoExitInstall set if not replay (was
the opposite)
2001/05/23 Pixel <pixel@mandrakesoft.com>
* rescue/list: add scd0...
2001/05/22 siegel
* share/po/de.po: updates
2001/05/21 Stew Benedict <sbenedict@mandrakesoft.com>
* tools/ppc/mkhybrid-1.12b5.4-x86, tools/ppc/mkINSTALLCD: enable creation
of PPC boot CD on x86 platform
2001/05/18 Guillaume Cottenceau <gc@mandrakesoft.com>
* mdk-stage1/network.c:
- better detect when IP is not good
- error_msg when netmask seems invalid
- don't log too much `guessing netmask'
* mdk-stage1/probing.c: be sure to print pci vendor and id with 4 digits
each
2001/05/17 François Pons <fpons@mandrakesoft.com>
* rescue/tree/etc/oem: fixed parted that ask for confirmation if partition
table is not right (MAXDATA
for example), this cause parted to ignore warning.
added blank space between partition windows and linux to help resolving
above case.
fixed hole in partitionning (need testing), use fdisk to get disk
geometry and
create partition that matches cylinder boundaries (no more
approximation).
make sure to create all partitions including /home.
2001/05/17 Guillaume Cottenceau <gc@mandrakesoft.com>
* mdk-stage1/modules.c: add log for modules aliasing of SCSI drivers
don't write nonsense code to separate frontend from stage1,
but rather, try to do some clever things
* mdk-stage1/probing.c: unify user notification of network and scsi
devices that make load of drivers
don't write nonsense code to separate frontend from stage1,
but rather, try to do some clever things
* mdk-stage1/stage1.c, mdk-stage1/frontend.h, mdk-stage1/stage1.h,
mdk-stage1/tools.c, mdk-stage1/stdio-frontend.c, mdk-stage1/cdrom.c,
mdk-stage1/Makefile, mdk-stage1/dhcp.c, mdk-stage1/newt-frontend.c,
mdk-stage1/disk.c, mdk-stage1/network.c: don't write nonsense code to
separate frontend from stage1,
but rather, try to do some clever things
* mdk-stage1/frontend-common.c: plop
2001/05/16 dam's <damien@mandrakesoft.com>
* pixmaps/bootloader.png, pixmaps/user.png, pixmaps/security.png,
pixmaps/rootpasswd.png, pixmaps/harddrive.png, pixmaps/keyboard.png,
pixmaps/default.png, pixmaps/X.png, pixmaps/mouse.png,
pixmaps/bootdisk.png, pixmaps/services.png: added icons
* standalone/printerdrake, standalone/keyboarddrake, standalone/drakboot,
standalone/draksec, standalone/drakxservices, standalone/drakgw,
standalone/XFdrake, standalone/adduserdrake: added icon management
* my_gtk.pm, interactive.pm: icons management
* install2.pm: added icons management
* standalone/draknet: added icon managment
* pixmaps/printer.png: added icon
2001/05/16 François Pons <fpons@mandrakesoft.com>
* rescue/tree/etc/oem: added support for /var creation, and more specific
package selection for server.
Include option support by VERSION file.
2001/05/16 Guillaume Cottenceau <gc@mandrakesoft.com>
* mdk-stage1/stage1.c, mdk-stage1/HACKING, mdk-stage1/frontend.h,
mdk-stage1/TECH-INFOS, mdk-stage1/WHY-DIETLIBC, mdk-stage1/stage1.h,
mdk-stage1/stdio-frontend.c, mdk-stage1/Makefile, mdk-stage1/README,
mdk-stage1/newt-frontend.c: have a 100% independence between UI stuff
and code from stage1
2001/05/16 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/wa.po, share/po/de.po, share/po/DrakX.pot, share/po/tr.po:
updated Turkish file
2001/05/16 Pixel <pixel@mandrakesoft.com>
* share/po/Makefile: fix yet again DrakX.pot making
* partition_table.pm: re-add reiserfs as it should
add xfs
2001/05/15 François Pons <fpons@mandrakesoft.com>
* rescue/tree/etc/oem: added missing Aurora, added icewm-light that may be
usefull.
2001/05/15 Guillaume Cottenceau <gc@mandrakesoft.com>
* mdk-stage1/Makefile: libresolv deprecated in GLIBC
have stage1-full with pcmcia also compile with dietlibc, cool!
* mdk-stage1/network.c: fix guess netmask
configure_net_device is only used internally
* mdk-stage1/modules.c, mdk-stage1/modules.h: better modules handling
interface (use of enum rather than guessing single numbers..)
* mdk-stage1/newt-frontend.c: allow wait_message calls to be multi-lines
* mdk-stage1/pcmcia/cardmgr.c: have stage1-full with pcmcia also compile
with dietlibc, cool!
- build glibc and dietlibc targets
- bzero string buffer before sscanf call (dietlibc implementation)
- verify returns of ioperm so that I can use it in test mode
* mdk-stage1/dietlibc/include/sys/file.h,
mdk-stage1/dietlibc/include/sys/io.h,
mdk-stage1/dietlibc/syscalls.s/ioperm.S: have stage1-full with pcmcia
also compile with dietlibc, cool!
* mdk-stage1/stage1.c: a bit of size reduction plus some language change
blurk
* mdk-stage1/WHY-DIETLIBC: advocate dietlibc
* mdk-stage1/dietlibc/lib/vsscanf.c: import vsscanf fix from author
* mdk-stage1/disk.c: bzero string buffer before sscanf call, security for
dietlibc implementation
* mdk-stage1/network.h: configure_net_device is only used internally
* mdk-stage1/pcmcia/Makefile, mdk-stage1/pcmcia/pcmcia_probe.c:
- build glibc and dietlibc targets
- bzero string buffer before sscanf call (dietlibc implementation)
- verify returns of ioperm so that I can use it in test mode
* standalone/drakgw: full path for iptables
* mdk-stage1/probing.c: allow wait_message calls to be multi-lines
nicer layout for PCI detection messages
better modules handling interface (use of enum rather than guessing
single numbers..)
2001/05/15 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/tr.po, share/po/ar.po: Updated Turkish file
* share/keyboards.tar.bz2: Added north-african keyboard
* keyboard.pm: added arabic azerty keyboard
2001/05/15 Pixel <pixel@mandrakesoft.com>
* share/po/Makefile: fix messages to i18n extracting
2001/05/14 Chmouel Boudjnah <chmouel@mandrakesoft.com>
* fs.pm: s|mkxfs|mkfs.xfs|;
2001/05/14 Guillaume Cottenceau <gc@mandrakesoft.com>
* mdk-stage1/nfsmount.c: use new gethostby* interface
* mdk-stage1/stage1-data/stage1-with-busybox.tar.bz2: add stage1-data
which provides the busybox
* mdk-stage1/network.c: Have the wait_message() with the sleep()
- complies to gethostby functions
- add sleep(2) so that net intf is really up before operation
- more logs
- FTP: don't try to close control connection with data socket, erhm
:-(
- debug netmask guessing, with stdio-frontend
* mdk-stage1/Makefile: i can compile slang and newt with dietlibc now
every targets build with dietlibc
* mdk-stage1/make_boot_img: use busybox for my debugging purpose
* mdk-stage1/tools.c: no need to poll() for data at beginning of
load_ramdisk_fd, it was a fix of another problem (bug with file stdio
operations with sockets in dietlibc)
* mdk-stage1/dietlibc/Makefile: build this new dietlibc
import new version of dietlibc
* mdk-stage1/dns.c, mdk-stage1/dns.h: now use gethostby* functions
provided by dietlibc
* mdk-stage1/url.c: use poll() rather than select(), smaller code size
* mdk-stage1/stage1.c: we don't use this sucking sash no more
we now use `busybox' compiled with the marvellous dietlibc, which
provides no less than 73 usefull binaries
* mdk-stage1/dietlibc/alpha/semop.S, mdk-stage1/dietlibc/lib/sendmsg.c,
mdk-stage1/dietlibc/alpha/shmget.S, mdk-stage1/dietlibc/lib/clearerr.c,
mdk-stage1/dietlibc/include/sys/ipc.h,
mdk-stage1/dietlibc/alpha/sendmsg.S,
mdk-stage1/dietlibc/lib/tcgetpgrp.c, mdk-stage1/dietlibc/lib/fwrite.c,
mdk-stage1/dietlibc/sparc/__testandset.S,
mdk-stage1/dietlibc/syscalls.s/open.S,
mdk-stage1/dietlibc/alpha/semget.S, mdk-stage1/dietlibc/dietstdarg.h,
mdk-stage1/dietlibc/syscalls.s/sched_get_priority_max.S,
mdk-stage1/dietlibc/lib/nop.c, mdk-stage1/dietlibc/start.h,
mdk-stage1/dietlibc/include/sys/syscall.h,
mdk-stage1/dietlibc/alpha/accept.S, mdk-stage1/dietlibc/lib/sigjmp.c,
mdk-stage1/dietlibc/syscalls.s/ptrace.s,
mdk-stage1/dietlibc/lib/isprint.c,
mdk-stage1/dietlibc/syscalls.s/dietstat.S,
mdk-stage1/dietlibc/alpha/shutdown.S, mdk-stage1/dietlibc/lib/sendto.c,
mdk-stage1/dietlibc/sparc/shmat.c, mdk-stage1/dietlibc/include/time.h,
mdk-stage1/dietlibc/lib/stat_convert.c, mdk-stage1/dietlibc/lib/send.c,
mdk-stage1/dietlibc/lib/isxdigit.c, mdk-stage1/dietlibc/alpha/waitpid.S,
mdk-stage1/dietlibc/lib/atexit.c, mdk-stage1/dietlibc/lib/readdir.c,
mdk-stage1/dietlibc/include/sys/sem.h,
mdk-stage1/dietlibc/syscalls.s/query_module.S,
mdk-stage1/dietlibc/lib/strchr.c,
mdk-stage1/dietlibc/syscalls.s/dietfstat64.S,
mdk-stage1/dietlibc/syscalls.s/lstat64.S,
mdk-stage1/dietlibc/i386/setjmp.S, mdk-stage1/dietlibc/lib/alloc.c,
mdk-stage1/dietlibc/lib/perror.c,
mdk-stage1/dietlibc/include/sys/socket.h,
mdk-stage1/dietlibc/lib/creat64.c, mdk-stage1/dietlibc/lib/closedir.c,
mdk-stage1/dietlibc/sparc/pipe.S, mdk-stage1/dietlibc/lib/msgrcv.c,
mdk-stage1/dietlibc/include/utmp.h,
mdk-stage1/dietlibc/syscalls.s/sendfile.S,
mdk-stage1/dietlibc/syscalls.s/nice.S,
mdk-stage1/dietlibc/syscalls.s/sigprocmask.S,
mdk-stage1/dietlibc/syscalls.s/select.S,
mdk-stage1/dietlibc/include/sys/mtio.h,
mdk-stage1/dietlibc/i386/strchr.S, mdk-stage1/dietlibc/alpha/divl.S,
mdk-stage1/dietlibc/syscalls.s/sched_rr_get_interval.S,
mdk-stage1/dietlibc/lib/__telldir.c,
mdk-stage1/dietlibc/i386/__testandset.S,
mdk-stage1/dietlibc/lib/remove.c,
mdk-stage1/dietlibc/syscalls.s/sched_get_priority_min.S,
mdk-stage1/dietlibc/lib/fputc.c, mdk-stage1/dietlibc/lib/msgctl.c,
mdk-stage1/dietlibc/alpha/clone.S, mdk-stage1/dietlibc/lib/connect.c,
mdk-stage1/dietlibc/include/sys/un.h,
mdk-stage1/dietlibc/alpha/connect.S,
mdk-stage1/dietlibc/include/termios.h,
mdk-stage1/dietlibc/lib/sigfillset.c,
mdk-stage1/dietlibc/lib/sigismember.c,
mdk-stage1/dietlibc/syscalls.s/dietstat64.S,
mdk-stage1/dietlibc/i386/start.S, mdk-stage1/dietlibc/lib/shmget.c,
mdk-stage1/dietlibc/lib/strtok.c, mdk-stage1/dietlibc/lib/fclose.c,
mdk-stage1/dietlibc/lib/tcsetpgrp.c,
mdk-stage1/dietlibc/sparc/Makefile.add,
mdk-stage1/dietlibc/include/sys/shm.h, mdk-stage1/dietlibc/alpha/send.S,
mdk-stage1/dietlibc/i386/__longjmp.S, mdk-stage1/dietlibc/lib/recvmsg.c,
mdk-stage1/dietlibc/include/inttypes.h,
mdk-stage1/dietlibc/syscalls.s/sched_getscheduler.S,
mdk-stage1/dietlibc/lib/semget.c, mdk-stage1/dietlibc/lib/open64.c,
mdk-stage1/dietlibc/alpha/recvmsg.S,
mdk-stage1/dietlibc/syscalls.s/fork.S,
mdk-stage1/dietlibc/lib/strcasecmp.c, mdk-stage1/dietlibc/lib/htonl.c,
mdk-stage1/dietlibc/lib/accept.c, mdk-stage1/dietlibc/alpha/shmat.S,
mdk-stage1/dietlibc/include/features.h,
mdk-stage1/dietlibc/include/syslog.h, mdk-stage1/dietlibc/lib/isascii.c,
mdk-stage1/dietlibc/syscalls.s/writev.S,
mdk-stage1/dietlibc/lib/fputs.c,
mdk-stage1/dietlibc/alpha/sigprocmask.S,
mdk-stage1/dietlibc/lib/ntohs.c, mdk-stage1/dietlibc/include/sys/uio.h,
mdk-stage1/dietlibc/syscalls.s/nanosleep.S,
mdk-stage1/dietlibc/syscalls.s/creat.S,
mdk-stage1/dietlibc/include/sys/sysinfo.h,
mdk-stage1/dietlibc/lib/atof.c, mdk-stage1/dietlibc/alpha/msgsnd.S,
mdk-stage1/dietlibc/lib/vsprintf.c, mdk-stage1/dietlibc/lib/toupper.c,
mdk-stage1/dietlibc/lib/strlcpy.3, mdk-stage1/dietlibc/lib/sigaddset.c,
mdk-stage1/dietlibc/i386/select.S, mdk-stage1/dietlibc/i386/unified.S,
mdk-stage1/dietlibc/include/dirent.h,
mdk-stage1/dietlibc/include/getopt.h, mdk-stage1/dietlibc/lib/seekdir.c,
mdk-stage1/dietlibc/include/net/route.h,
mdk-stage1/dietlibc/syscalls.s/exit.S,
mdk-stage1/dietlibc/include/pthread.h,
mdk-stage1/dietlibc/lib/sprintf.c, mdk-stage1/dietlibc/alpha/msgget.S,
mdk-stage1/dietlibc/include/limits.h, mdk-stage1/dietlibc/lib/qsort.c,
mdk-stage1/dietlibc/lib/execvp.c,
mdk-stage1/dietlibc/syscalls.s/__reboot.S,
mdk-stage1/dietlibc/lib/stdin.c,
mdk-stage1/dietlibc/syscalls.s/getitimer.S,
mdk-stage1/dietlibc/include/grp.h, mdk-stage1/dietlibc/lib/usleep.c,
mdk-stage1/dietlibc/lib/lstat.c, mdk-stage1/dietlibc/sparc/setjmp.S,
mdk-stage1/dietlibc/sparc/fork.S,
mdk-stage1/dietlibc/syscalls.s/__pread.S,
mdk-stage1/dietlibc/include/sys/poll.h,
mdk-stage1/dietlibc/syscalls.s/personality.S,
mdk-stage1/dietlibc/lib/lseek64.c, mdk-stage1/dietlibc/include/setjmp.h,
mdk-stage1/dietlibc/lib/recv.c, mdk-stage1/dietlibc/include/string.h,
mdk-stage1/dietlibc/include/sys/time.h, mdk-stage1/dietlibc/lib/fstat.c,
mdk-stage1/dietlibc/lib/memcmp.c, mdk-stage1/dietlibc/lib/isupper.c,
mdk-stage1/dietlibc/include/sys/param.h,
mdk-stage1/dietlibc/syscalls.s/__getpagesize.S,
mdk-stage1/dietlibc/lib/exec_lib.c, mdk-stage1/dietlibc/alpha/shmdt.S,
mdk-stage1/dietlibc/include/dlfcn.h, mdk-stage1/dietlibc/lib/isdigit.c,
mdk-stage1/dietlibc/lib/fdopen.c, mdk-stage1/dietlibc/lib/exec_lib.h,
mdk-stage1/dietlibc/lib/__lxstat.c, mdk-stage1/dietlibc/alpha/remq.S,
mdk-stage1/dietlibc/include/sys/kd.h,
mdk-stage1/dietlibc/syscalls.s/read.S, mdk-stage1/dietlibc/lib/fopen.c,
mdk-stage1/dietlibc/syscalls.s/sched_yield.S,
mdk-stage1/dietlibc/include/sys/mman.h,
mdk-stage1/dietlibc/lib/__readdir.c,
mdk-stage1/dietlibc/lib/cfgetospeed.c,
mdk-stage1/dietlibc/lib/__dtostr.c, mdk-stage1/dietlibc/lib/execv.c,
mdk-stage1/dietlibc/alpha/reml.S,
mdk-stage1/dietlibc/syscalls.s/fcntl.S,
mdk-stage1/dietlibc/include/errno.h, mdk-stage1/dietlibc/lib/ferror.c,
mdk-stage1/dietlibc/syscalls.s/ipc.S,
mdk-stage1/dietlibc/syscalls.s/mlockall.S,
mdk-stage1/dietlibc/lib/fgetc.c, mdk-stage1/dietlibc/lib/strtoull.c,
mdk-stage1/dietlibc/include/sys/msg.h,
mdk-stage1/dietlibc/syscalls.s/sigsuspend.S,
mdk-stage1/dietlibc/lib/isgraph.c, mdk-stage1/dietlibc/lib/vsscanf.c,
mdk-stage1/dietlibc/lib/ftell.c, mdk-stage1/dietlibc/include/unistd.h,
mdk-stage1/dietlibc/lib/msgsnd.c, mdk-stage1/dietlibc/lib/semop.c,
mdk-stage1/dietlibc/include/net/if_arp.h,
mdk-stage1/dietlibc/lib/execlp.c,
mdk-stage1/dietlibc/syscalls.s/stat64.S,
mdk-stage1/dietlibc/dietfeatures.h, mdk-stage1/dietlibc/dietstdio.h,
mdk-stage1/dietlibc/lib/feof.c, mdk-stage1/dietlibc/lib/opendir.c,
mdk-stage1/dietlibc/syscalls.s/fstat64.S,
mdk-stage1/dietlibc/syscalls.s/sched_setparam.S,
mdk-stage1/dietlibc/include/sys/reboot.h,
mdk-stage1/dietlibc/lib/sigdelset.c, mdk-stage1/dietlibc/lib/execl.c,
mdk-stage1/dietlibc/include/sys/sendfile.h,
mdk-stage1/dietlibc/include/sys/syslog.h,
mdk-stage1/dietlibc/syscalls.s/iopl.S, mdk-stage1/dietlibc/lib/msgget.c,
mdk-stage1/dietlibc/syscalls.s/sched_getparam.S,
mdk-stage1/dietlibc/lib/vsnprintf.c,
mdk-stage1/dietlibc/include/signal.h,
mdk-stage1/dietlibc/syscalls.s/pause.S,
mdk-stage1/dietlibc/include/arpa/inet.h,
mdk-stage1/dietlibc/include/sys/wait.h,
mdk-stage1/dietlibc/alpha/time.S, mdk-stage1/dietlibc/lib/ttyname.c,
mdk-stage1/dietlibc/lib/__lstat64.c, mdk-stage1/dietlibc/lib/__stat64.c,
mdk-stage1/dietlibc/alpha/recv.S, mdk-stage1/dietlibc/lib/fgets.c,
mdk-stage1/dietlibc/lib/strncat.c, mdk-stage1/dietlibc/lib/__lltostr.c,
mdk-stage1/dietlibc/lib/__ltostr.c,
mdk-stage1/dietlibc/sparc/__longjmp.S, mdk-stage1/dietlibc/lib/puts.c,
mdk-stage1/dietlibc/lib/rand.c, mdk-stage1/dietlibc/syscalls.s/fsync.S,
mdk-stage1/dietlibc/include/fnmatch.h, mdk-stage1/dietlibc/lib/fflush.c,
mdk-stage1/dietlibc/lib/htons.c,
mdk-stage1/dietlibc/syscalls.s/sigaltstack.S,
mdk-stage1/dietlibc/include/sys/resource.h,
mdk-stage1/dietlibc/lib/__stat64_cvt.c,
mdk-stage1/dietlibc/lib/localtime.c,
mdk-stage1/dietlibc/alpha/seteuid.c,
mdk-stage1/dietlibc/syscalls.s/stime.S,
mdk-stage1/dietlibc/include/resolv.h, mdk-stage1/dietlibc/lib/__xstat.c,
mdk-stage1/dietlibc/ppc/Makefile.add,
mdk-stage1/dietlibc/sparc/unified.S, mdk-stage1/dietlibc/lib/bsearch.c,
mdk-stage1/dietlibc/include/net/if.h,
mdk-stage1/dietlibc/include/shadow.h,
mdk-stage1/dietlibc/lib/__rewinddir.c,
mdk-stage1/dietlibc/include/daemon.h, mdk-stage1/dietlibc/lib/mkfifo.c,
mdk-stage1/dietlibc/include/paths.h, mdk-stage1/dietlibc/include/pwd.h,
mdk-stage1/dietlibc/lib/strrchr.c, mdk-stage1/dietlibc/lib/__seekdir.c,
mdk-stage1/dietlibc/syscalls.h, mdk-stage1/dietlibc/alpha/shmctl.S,
mdk-stage1/dietlibc/lib/fdglue.c, mdk-stage1/dietlibc/lib/fseek.c,
mdk-stage1/dietlibc/include/regex.h,
mdk-stage1/dietlibc/include/sys/ptrace.h,
mdk-stage1/dietlibc/lib/tcdrain.c,
mdk-stage1/dietlibc/syscalls.s/lstat.S,
mdk-stage1/dietlibc/alpha/semctl.S, mdk-stage1/dietlibc/lib/recvfrom.c,
mdk-stage1/dietlibc/lib/random.c,
mdk-stage1/dietlibc/syscalls.s/times.S,
mdk-stage1/dietlibc/lib/getpgrp.c, mdk-stage1/dietlibc/lib/cfmakeraw.c,
mdk-stage1/dietlibc/lib/stat.c, mdk-stage1/dietlibc/syscalls.s/write.S,
mdk-stage1/dietlibc/syscalls.s/dietlstat64.S,
mdk-stage1/dietlibc/ppc/__testandset.S,
mdk-stage1/dietlibc/include/mntent.h,
mdk-stage1/dietlibc/include/sys/file.h,
mdk-stage1/dietlibc/syscalls.s/fstat.S,
mdk-stage1/dietlibc/syscalls.s/llseek.S,
mdk-stage1/dietlibc/lib/strsep.c,
mdk-stage1/dietlibc/include/sys/stat.h,
mdk-stage1/dietlibc/syscalls.s/munlockall.S,
mdk-stage1/dietlibc/syscalls.s/setpriority.S,
mdk-stage1/dietlibc/include/assert.h,
mdk-stage1/dietlibc/include/strings.h,
mdk-stage1/dietlibc/include/alloca.h, mdk-stage1/dietlibc/lib/gmtime.c,
mdk-stage1/dietlibc/lib/shmat.c, mdk-stage1/dietlibc/lib/__isnan.c,
mdk-stage1/dietlibc/ppc/__longjmp.S,
mdk-stage1/dietlibc/lib/__closedir.c,
mdk-stage1/dietlibc/include/sys/signal.h,
mdk-stage1/dietlibc/lib/rewinddir.c, mdk-stage1/dietlibc/lib/stdout.c,
mdk-stage1/dietlibc/lib/vfprintf.c, mdk-stage1/dietlibc/.cvsignore,
mdk-stage1/dietlibc/lib/telldir.c, mdk-stage1/dietlibc/include/glob.h,
mdk-stage1/dietlibc/lib/tm_conv.c,
mdk-stage1/dietlibc/syscalls.s/reboot.S,
mdk-stage1/dietlibc/syscalls.s/sched_setscheduler.S,
mdk-stage1/dietlibc/syscalls.s/umount2.S,
mdk-stage1/dietlibc/syscalls.s/readv.S,
mdk-stage1/dietlibc/lib/__fxstat.c,
mdk-stage1/dietlibc/include/sys/select.h,
mdk-stage1/dietlibc/syscalls.s/syslog.S,
mdk-stage1/dietlibc/syscalls.s/sysinfo.S,
mdk-stage1/dietlibc/lib/fprintf.c,
mdk-stage1/dietlibc/include/sys/cdefs.h, mdk-stage1/dietlibc/README,
mdk-stage1/dietlibc/lib/fread.c, mdk-stage1/dietlibc/lib/getpwnam.c,
mdk-stage1/dietlibc/syscalls.s/getcwd.S,
mdk-stage1/dietlibc/lib/getservent.c, mdk-stage1/dietlibc/lib/tolower.c,
mdk-stage1/dietlibc/diet.c, mdk-stage1/dietlibc/alpha/recvfrom.S,
mdk-stage1/dietlibc/include/elf.h, mdk-stage1/dietlibc/alpha/sendto.S,
mdk-stage1/dietlibc/lib/fileno.c, mdk-stage1/dietlibc/i386/clone.S,
mdk-stage1/dietlibc/lib/__opendir.c,
mdk-stage1/dietlibc/include/sched.h, mdk-stage1/dietlibc/alpha/__time.c,
mdk-stage1/dietlibc/lib/ispunct.c, mdk-stage1/dietlibc/lib/printf.c,
mdk-stage1/dietlibc/lib/strtod.c, mdk-stage1/dietlibc/lib/strncasecmp.c,
mdk-stage1/dietlibc/lib/__getcwd.c,
mdk-stage1/dietlibc/include/netinet/in.h,
mdk-stage1/dietlibc/lib/shmctl.c,
mdk-stage1/dietlibc/syscalls.s/dietlstat.S,
mdk-stage1/dietlibc/include/arpa/nameser.h,
mdk-stage1/dietlibc/lib/assert_fail.c, mdk-stage1/dietlibc/lib/semctl.c,
mdk-stage1/dietlibc/lib/shmdt.c, mdk-stage1/dietlibc/lib/shutdown.c,
mdk-stage1/dietlibc/lib/setpgrp.c, mdk-stage1/dietlibc/alpha/msgrcv.S,
mdk-stage1/dietlibc/lib/stderr.c,
mdk-stage1/dietlibc/syscalls.s/close.S,
mdk-stage1/dietlibc/syscalls.s/dietfstat.S,
mdk-stage1/dietlibc/include/locale.h,
mdk-stage1/dietlibc/syscalls.s/getpriority.S,
mdk-stage1/dietlibc/lib/__fstat64.c, mdk-stage1/dietlibc/lib/isalpha.c,
mdk-stage1/dietlibc/lib/reboot.c, mdk-stage1/dietlibc/lib/isspace.c,
mdk-stage1/dietlibc/include/sys/mount.h,
mdk-stage1/dietlibc/lib/creat.c, mdk-stage1/dietlibc/syscalls.s/lseek.S,
mdk-stage1/dietlibc/sparc/clone.S, mdk-stage1/dietlibc/dietwarning.h,
mdk-stage1/dietlibc/lib/islower.c,
mdk-stage1/dietlibc/alpha/Makefile.add, mdk-stage1/dietlibc/lib/abort.c,
mdk-stage1/dietlibc/alpha/msgctl.S, mdk-stage1/dietlibc/lib/isalnum.c,
mdk-stage1/dietlibc/include/ctype.h,
mdk-stage1/dietlibc/include/netdb.h,
mdk-stage1/dietlibc/include/memory.h, mdk-stage1/dietlibc/lib/iscntrl.c,
mdk-stage1/dietlibc/i386/Makefile.add, mdk-stage1/dietlibc/lib/getopt.c,
mdk-stage1/dietlibc/syscalls.s/waitpid.S,
mdk-stage1/dietlibc/lib/strtoul.c,
mdk-stage1/dietlibc/syscalls.s/stat.S,
mdk-stage1/dietlibc/syscalls.s/sysctl.S: import new version of dietlibc
* mdk-stage1/insmod-busybox/busybox.h: fix conflicts with dietlibc headers
* mdk-stage1/dietlibc/include/stdio.h,
mdk-stage1/dietlibc/include/stdlib.h,
mdk-stage1/dietlibc/include/math.h,
mdk-stage1/dietlibc/include/sys/times.h: have slang and newt compile
with dietlibc
import new version of dietlibc
* mdk-stage1/Makefile.common: new dietlibc binaries location
* mdk-stage1/newt-frontend.c: i can compile slang and newt with dietlibc
now
* mdk-stage1/dietlibc/lib/abs.c: have slang and newt compile with dietlibc
* mdk-stage1/dhcp.c: Have the wait_message() with the sleep()
- add a sleep(2) after ioctl ifupping so that further operation can
work normally
- more logs
2001/05/14 kjx
* share/po/zh_CN.GB2312.po: process untranslated
2001/05/14 Pixel <pixel@mandrakesoft.com>
* fs.pm, fsedit.pm, partition_table.pm, install_any.pm: basic xfs handling
2001/05/11 François Pons <fpons@mandrakesoft.com>
* tools/oem-prepare: fixed missing package which may be selected on
hardware during real install.
* rescue/tree/etc/oem: added support to change boot entries when invoking
oem script.
fixed missing SCSI support and driver module loading.
fixed missing speficic packages not installed on HW detected.
2001/05/08 dam's <damien@mandrakesoft.com>
* my_gtk.pm: VBox -> HBox in Embedded mode
* standalone/mousedrake: code cleaned and debugged
added mouse test. Ugly
2001/05/08 Guillaume Cottenceau <gc@mandrakesoft.com>
* mdk-stage1/stdio-frontend.c: fix minor stuff
re-include correct layout for [] choices, in a smaller way than before
* mdk-stage1/tools.c: minor fix
needs to poll() for available data before loading ramdisk because ftp
transfers would fail in some situations
* mdk-stage1/init.c: new maxim
* mdk-stage1/config-stage1.h: adjust COMPRESSION_RATIO so that last star
is printed when last blocks of file are read
* mdk-stage1/dhcp.c: use poll() rather than select() to win some bytesCVS:
----------------------------------------------------------------------
2001/05/08 siegel
* share/po/de.po: fixed plenty ugly typos
2001/05/07 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/pt_BR.po: updated Brazilian file
2001/05/07 yduret
* docs/README.devel: fix one typo
* any.pm, bootloader.pm: updated install_lilo() according to new lilo
package
(/boot/lilo-{menu,graphic,text})
2001/05/06 dam's <damien@mandrakesoft.com>
* netconnect.pm: corrected bad output and bad adsl script
2001/05/06 Stew Benedict <sbenedict@mandrakesoft.com>
* install2.pm: workaround for msec hang on PPC
2001/05/04 Guillaume Cottenceau <gc@mandrakesoft.com>
* share/rpmsrate: KDE+SOUND -> 4 xmms-arts
2001/05/04 Thierry Vignaud <tvignaud@mandrakesoft.com>
* mdk-stage1/mar/mar-extract-only.c: text size micro-opt
2001/05/04 Guillaume Cottenceau <gc@mandrakesoft.com>
* share/rpmsrate: KDE+SOUND -> 4 xmms-arts
2001/05/04 Stew Benedict <sbenedict@mandrakesoft.com>
* c/smp.c, keyboard.pm, Xconfigurator.pm: force XF4 in expert too for PPC,
don't run xmodmap, PPC SMP routine placeholder
2001/05/04 Thierry Vignaud <tvignaud@mandrakesoft.com>
* mdk-stage1/mar/mar-extract-only.c: text size micro-opt
2001/04/30 Guillaume Cottenceau <gc@mandrakesoft.com>
* mdk-stage1/stdio-frontend.c: nicer layout for progressbar and
statusreport, when update_progression
Provide some description of the drivers
* docs/HACKING: fix
pserver -> ext
* mdk-stage1/tools.c, mdk-stage1/Makefile, mdk-stage1/tools.h,
mdk-stage1/newt-frontend.c, mdk-stage1/modules_descr.h,
mdk-stage1/modules.c: Provide some description of the drivers
2001/04/30 Pixel <pixel@mandrakesoft.com>
* docs/README: s/gi.tar.bz2/DrakX-*.src.rpm/
* docs/advocacy: fuck'em all
2001/04/26 François Pons <fpons@mandrakesoft.com>
* docs/README.devel, docs/README: added some more comments for DrakX code
source and usage.
2001/04/25 François Pons <fpons@mandrakesoft.com>
* tools/oem-prepare: fixed use of VERSION file to find language.
prepare a oem disk to be used by moving all files that will not be
installed by oem (oem-master disk preparation).
* rescue/tree/etc/closurepkgs, rescue/tree/etc/part_and_bootloader: fixed
usage of free space on disk, added NVIDIA packages to install.
* rescue/tree/etc/oem-server: added missing VERSION file.
fixed usage of free space on disk, added NVIDIA packages to install.
* rescue/tree/etc/oem: added missing autologin package.
added option to enable oem mode.
added missing VERSION file.
fixed usage of free space on disk, added NVIDIA packages to install.
2001/04/24 Guillaume Cottenceau <gc@mandrakesoft.com>
* mdk-stage1/Makefile: version is labelled "cooker"
2001/04/19 Guillaume Cottenceau <gc@mandrakesoft.com>
* tools/serial_probe/serial.c, tools/serial_probe/serial_probe.c:
integrate fg's fixes for includes
2001/04/19 Stew Benedict <sbenedict@mandrakesoft.com>
* rescue/list.sparc, rescue/list.i386, rescue/list.ppc, rescue/list.alpha,
rescue/list: move /sbin/sfdisk to list.arch, update both list.ppc
2001/04/18 Guillaume Cottenceau <gc@mandrakesoft.com>
* mdk-stage1/network.c: fix bug that trashes the network config of stage1
during stage2, when no DNS is provided
2001/04/18 dam's <damien@mandrakesoft.com>
* standalone/net_monitor: last corrections
* standalone/draknet, netconnect.pm: last corrections
corrected internet connection test, and parameters editing
* install_steps_gtk.pm: corrected cursor on details
2001/04/18 Frederic Lepied <flepied@mandrakesoft.com>
* share/rpmsrate: * put am-utils and autofs in NETWORKING_FILE
* drakprofile in level 1
* swapped tkinter and python-devel
* vnc-server in NETWORKING_REMOTE_ACCESS_SERVER
* vnc-SVGALIB in level 2
2001/04/17 dam's <damien@mandrakesoft.com>
* standalone/mousedrake: fixed embedded
* bootlook.pm: chmoded autologin
2001/04/17 François Pons <fpons@mandrakesoft.com>
* any.pm: restored grub as everything seems fine.
* rescue/tree/etc/oem-server: fixed swap size instead of inst size for
swap gap.
make sure kernel will be selected.
* rescue/tree/etc/oem: fixed swap size instead of inst size for swap gap.
make sure kernel is selected.
* install_steps_interactive.pm: fixed missing mouse update in summary.
2001/04/17 Guillaume Cottenceau <gc@mandrakesoft.com>
* share/rpmsrate: fix 75dpi-fonts bug with MAKEDEV
2001/04/17 Pablo Saratxaga <pablo@mandrakesoft.com>
* standalone/draknet: fixed typo
* share/po/be.po, share/po/sp.po, share/po/pt.po, share/po/DrakX.pot,
share/po/es.po, share/po/fr.po, share/po/bg.po, share/po/sr.po,
share/po/de.po, share/po/et.po, share/po/tr.po, share/po/eu.po,
share/po/az.po, share/po/ru.po, share/po/pt_BR.po, share/po/hr.po,
share/po/ko.po, share/po/nl.po, share/po/ja.po, share/po/wa.po,
share/po/sv.po, share/po/hu.po, share/po/zh_TW.Big5.po, share/po/it.po,
share/po/id.po, share/po/pl.po, share/po/fi.po, share/po/no.po,
share/po/zh_CN.GB2312.po, share/po/th.po, share/po/el.po,
share/po/sk.po, share/po/lt.po, share/po/vi.po, share/po/br.po,
share/po/gl.po, share/po/ca.po, share/po/lv.po, share/po/uk.po,
share/po/eo.po, share/po/ro.po, share/po/da.po, share/po/cs.po,
share/po/af.po: Updated Basque file
2001/04/17 Pixel <pixel@mandrakesoft.com>
* install_steps_interactive.pm (setRootPassword): better ensure
'broadcast' insteaf of overriding
(setRootPassword): set NIS to broadcast when NIS asked. Empty NIS still
means no NIS
* any.pm (setupBootloader): remove a warning
2001/04/17 warly
* share/rpmsrate: put MAKEDEV at end of line
2001/04/17 dam's <damien@mandrakesoft.com>
* standalone/mousedrake: fixed embedded
* bootlook.pm: chmoded autologin
2001/04/17 François Pons <fpons@mandrakesoft.com>
* any.pm: restored grub as everything seems fine.
* rescue/tree/etc/oem: fixed swap size instead of inst size for swap gap.
make sure kernel is selected.
fixed parted problem.
* rescue/tree/etc/oem-server: fixed swap size instead of inst size for
swap gap.
make sure kernel will be selected.
* install_steps_interactive.pm: fixed missing mouse update in summary.
2001/04/17 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/be.po, share/po/sp.po, share/po/pt.po, share/po/DrakX.pot,
share/po/es.po, share/po/fr.po, share/po/bg.po, share/po/sr.po,
share/po/de.po, share/po/et.po, share/po/tr.po, share/po/eu.po,
share/po/az.po, share/po/ru.po, share/po/pt_BR.po, share/po/hr.po,
share/po/ko.po, share/po/nl.po, share/po/ja.po, share/po/wa.po,
share/po/sv.po, share/po/hu.po, share/po/zh_TW.Big5.po, share/po/it.po,
share/po/id.po, share/po/pl.po, share/po/fi.po, share/po/no.po,
share/po/zh_CN.GB2312.po, share/po/th.po, share/po/el.po,
share/po/sk.po, share/po/lt.po, share/po/vi.po, share/po/br.po,
share/po/gl.po, share/po/ca.po, share/po/lv.po, share/po/uk.po,
share/po/eo.po, share/po/ro.po, share/po/da.po, share/po/cs.po,
share/po/af.po: Updated Basque file
2001/04/17 Pixel <pixel@mandrakesoft.com>
* install_steps_interactive.pm (setRootPassword): better ensure
'broadcast' insteaf of overriding
(setRootPassword): set NIS to broadcast when NIS asked. Empty NIS still
means no NIS
* any.pm (setupBootloader): remove a warning
2001/04/17 dam's <damien@mandrakesoft.com>
* bootlook.pm: chmoded autologin
2001/04/17 François Pons <fpons@mandrakesoft.com>
* rescue/tree/etc/oem: fixed swap size instead of inst size for swap gap.
make sure kernel is selected.
fixed parted problem.
* rescue/tree/etc/oem-server: fixed swap size instead of inst size for
swap gap.
make sure kernel will be selected.
2001/04/17 Pixel <pixel@mandrakesoft.com>
* install_steps_interactive.pm (setRootPassword): better ensure
'broadcast' insteaf of overriding
(setRootPassword): set NIS to broadcast when NIS asked. Empty NIS still
means no NIS
* any.pm (setupBootloader): remove a warning
2001/04/17 dam's <damien@mandrakesoft.com>
* bootlook.pm: chmoded autologin
2001/04/17 François Pons <fpons@mandrakesoft.com>
* rescue/tree/etc/oem: fixed swap size instead of inst size for swap gap.
make sure kernel is selected.
fixed parted problem.
* rescue/tree/etc/oem-server: fixed swap size instead of inst size for
swap gap.
make sure kernel will be selected.
2001/04/17 Pixel <pixel@mandrakesoft.com>
* install_steps_interactive.pm (setRootPassword): set NIS to broadcast
when NIS asked. Empty NIS still means no NIS
* any.pm (setupBootloader): remove a warning
2001/04/16 dam's <damien@mandrakesoft.com>
* any.pm: removed Grub if Embedded
2001/04/16 dam's <damien@mandrakesoft.com>
* netconnect.pm: minor bug.
* any.pm: removed Grub if Embedded
2001/04/16 dam's <damien@mandrakesoft.com>
* standalone/net_monitor: updated
updated
* network.pm: dhcpd -> dhcpcd
* Xconfigurator.pm: added nice monitor.png
* netconnect.pm: minor bug.
dhcpd -> dhcpcd
* standalone/draknet: updated
* pixmaps/hori.png, pixmaps/colors.png, pixmaps/wiz_default_left.png,
pixmaps/tradi.png, pixmaps/categ.png, pixmaps/wiz_default_up.png,
pixmaps/verti.png, pixmaps/wiz_firewall.png, pixmaps/monitor.png,
pixmaps/monitor-1280.png, pixmaps/monitor-1024.png, pixmaps/net_c.png,
pixmaps/wiz_draknet.png, pixmaps/gmon.png, pixmaps/monitor-800.png,
pixmaps/net_d.png, pixmaps/eth_card_mini.png, pixmaps/wiz_drakgw.png,
pixmaps/monitor-640.png, pixmaps/colors8.png, pixmaps/colors16.png: plop
removed for readd in kb
* my_gtk.pm: corrected typo
added grey fix for contreol-center
2001/04/16 François Pons <fpons@mandrakesoft.com>
* rescue/tree/etc/oem: added missing rio500 in closure.
finally fixed menu by generating /etc/rpm/macros file.
added missing LF.
now fixed menu problems.
try another fix for RPM_INSTALL_LANG as first fr_FR:fr instead of
fr:fr_FR.
really disable server.
maybe fixed RPM_INSTALL_LANG (from "fr" to "fr:fr_FR" for french).
fixed to avoid nasty message in wrong places.
moved warning message around.
fixed wrong LOCALES"...".
fixed lang weirdness, fixed minimal size of / partition to be more
confortable,
fixed default language for starting DrakX after.
* Xconfig.pm: fixed standalone error for wacom weirdness.
fixed HASH() in /etc/X11/XF86Config*.
* fs.pm: restored not neccessary to load reiserfs for formating.
loading reiserfs module before formatting.
2001/04/16 Guillaume Cottenceau <gc@mandrakesoft.com>
* pixmaps/monitor-800.png, pixmaps/monitor-1024.png,
pixmaps/monitor-640.png, pixmaps/monitor-1280.png: add nice shots for
XFdrake
* mdk-stage1/TECH-INFOS: update doc
* share/po/fr.po: fix minor thing
2001/04/16 Pixel <pixel@mandrakesoft.com>
* share/compssUsers: remove BURNER from Utilities
2001/04/16 warly
* share/rpmsrate: lower portsentry
2001/04/16 dam's <damien@mandrakesoft.com>
* Xconfigurator.pm: added nice monitor.png
* standalone/net_monitor: updated
* pixmaps/hori.png, pixmaps/colors.png, pixmaps/wiz_default_left.png,
pixmaps/tradi.png, pixmaps/categ.png, pixmaps/wiz_default_up.png,
pixmaps/verti.png, pixmaps/wiz_firewall.png, pixmaps/monitor.png,
pixmaps/monitor-1280.png, pixmaps/monitor-1024.png, pixmaps/net_c.png,
pixmaps/wiz_draknet.png, pixmaps/gmon.png, pixmaps/monitor-800.png,
pixmaps/net_d.png, pixmaps/eth_card_mini.png, pixmaps/wiz_drakgw.png,
pixmaps/monitor-640.png, pixmaps/colors8.png, pixmaps/colors16.png: plop
removed for readd in kb
* my_gtk.pm: corrected typo
added grey fix for contreol-center
2001/04/16 François Pons <fpons@mandrakesoft.com>
* Xconfig.pm: fixed standalone error for wacom weirdness.
fixed HASH() in /etc/X11/XF86Config*.
* rescue/tree/etc/oem: maybe fixed RPM_INSTALL_LANG (from "fr" to
"fr:fr_FR" for french).
fixed to avoid nasty message in wrong places.
moved warning message around.
fixed wrong LOCALES"...".
fixed lang weirdness, fixed minimal size of / partition to be more
confortable,
fixed default language for starting DrakX after.
2001/04/16 Guillaume Cottenceau <gc@mandrakesoft.com>
* pixmaps/monitor-800.png, pixmaps/monitor-1024.png,
pixmaps/monitor-640.png, pixmaps/monitor-1280.png: add nice shots for
XFdrake
2001/04/16 Pixel <pixel@mandrakesoft.com>
* share/compssUsers: remove BURNER from Utilities
2001/04/16 warly
* share/rpmsrate: lower portsentry
2001/04/16 dam's <damien@mandrakesoft.com>
* standalone/draknet: bugfix
added update thread
corrected bad install package.
updated expert mode
* network.pm, install_steps.pm: corrected bad install package.
* Xconfigurator.pm: added nice monitor.png
* tinyfirewall.pm: corrected package installation
* standalone/net_monitor: updated
* pixmaps/hori.png, pixmaps/colors.png, pixmaps/wiz_default_left.png,
pixmaps/tradi.png, pixmaps/categ.png, pixmaps/wiz_default_up.png,
pixmaps/verti.png, pixmaps/wiz_firewall.png, pixmaps/monitor.png,
pixmaps/monitor-1280.png, pixmaps/monitor-1024.png, pixmaps/net_c.png,
pixmaps/wiz_draknet.png, pixmaps/gmon.png, pixmaps/monitor-800.png,
pixmaps/net_d.png, pixmaps/eth_card_mini.png, pixmaps/wiz_drakgw.png,
pixmaps/monitor-640.png, pixmaps/colors8.png, pixmaps/colors16.png: plop
removed for readd in kb
* my_gtk.pm: corrected typo
added grey fix for contreol-center
* netconnect.pm: debug
corrected bad install package.
2001/04/16 François Pons <fpons@mandrakesoft.com>
* Xconfig.pm: fixed standalone error for wacom weirdness.
fixed HASH() in /etc/X11/XF86Config*.
* rescue/tree/etc/oem: maybe fixed RPM_INSTALL_LANG (from "fr" to
"fr:fr_FR" for french).
fixed to avoid nasty message in wrong places.
moved warning message around.
fixed wrong LOCALES"...".
fixed lang weirdness, fixed minimal size of / partition to be more
confortable,
fixed default language for starting DrakX after.
2001/04/16 Guillaume Cottenceau <gc@mandrakesoft.com>
* pixmaps/monitor-800.png, pixmaps/monitor-1024.png,
pixmaps/monitor-640.png, pixmaps/monitor-1280.png: add nice shots for
XFdrake
2001/04/16 Pixel <pixel@mandrakesoft.com>
* share/compssUsers: remove BURNER from Utilities
* install_any.pm (g_auto_install): do not take 'mkbootdisk'
2001/04/16 warly
* share/rpmsrate: lower portsentry
2001/04/15 fabman
* share/po/es.po: updates
2001/04/15 Guillaume Cottenceau <gc@mandrakesoft.com>
* share/po/fr.po: fix minor typo
2001/04/15 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/gl.po: updated Galician file
2001/04/15 Pixel <pixel@mandrakesoft.com>
* install_steps_gtk.pm (reallyChooseGroups): translate path (eg:
Workstation, Server) to make gg happy
2001/04/15 fabman
* share/po/es.po: updates
2001/04/15 fcrozat
* share/rpmsrate: Add mozilla-mail and mozilla-irc to correct categories
2001/04/15 Guillaume Cottenceau <gc@mandrakesoft.com>
* share/po/fr.po: fix minor typo
2001/04/15 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/sv.po, share/po/ko.po: Updated Swedish and Korean files
2001/04/15 Pixel <pixel@mandrakesoft.com>
* install_steps_gtk.pm (reallyChooseGroups): translate path (eg:
Workstation, Server) to make gg happy
* printerdrake.pm (main): restore the "Ok" button for the queues
manipulation
* any.pm (write_passwd_user): fix use of local
* interactive.pm (ask_from_entries_refH_powered_normalize): add an eval
around "require log" to keep perl from going totally mad (getting things
like v18.843.482 required--this is only v5.6.0)
2001/04/15 yduret
* bootlook.pm: bug fix: if cancel pressed in lilo/grub choice => return to
mcc normally
fix layout & size
2001/04/14 dam's <damien@mandrakesoft.com>
* netconnect.pm: corrected isdn detect display
* standalone/net_monitor, standalone/draknet: wait 10 sec, instead of 7
2001/04/14 François Pons <fpons@mandrakesoft.com>
* rescue/tree/etc/oem: changed priority level from 2 to 4 for rate
selection of packages.
* pkgs.pm: fixed absurd mismatch of use of <=> and cmp on versionCompare.
2001/04/14 Pixel <pixel@mandrakesoft.com>
* pkgs.pm (naughtyServers): add apache
* install_gtk.pm (createXconf): ensure the mouse device is created (mainly
for auto_inst)
* install_steps_interactive.pm (exitInstall): fix bad i18n of Replay
button (thx2submarine)
2001/04/14 warly
* share/rpmsrate: lower viavoicemenu to 1 to avoid error message for
powerpack boxes without ViaVoice
2001/04/14 François Pons <fpons@mandrakesoft.com>
* rescue/tree/etc/oem: changed priority level from 2 to 4 for rate
selection of packages.
* pkgs.pm: fixed absurd mismatch of use of <=> and cmp on versionCompare.
2001/04/14 Pixel <pixel@mandrakesoft.com>
* lang.pm (load_po): s/!isStandalone/isInstall/ (mainly for XFdrake's
test)
* Xconfigurator.pm (use vars): fix stew sux
(testFinalConfig): nicer stderr handling
* interactive_gtk.pm, interactive_newt.pm (exit): fix the exit code
2001/04/14 François Pons <fpons@mandrakesoft.com>
* install_any.pm: fixed to gzip synthesis file.
safe guard generation of synthesis file.
fixed umask on urpmi list file and generate synthesis file for each
hdlist.
* pkgs.pm: fixed absurd mismatch of use of <=> and cmp on versionCompare.
2001/04/14 Pixel <pixel@mandrakesoft.com>
* install_steps_interactive.pm (configureX): fix link /etc/gtk (to
/mnt/etc/gtk) instead of /etc/gtkrc
* any.pm (autologin): spurious messages of chksession -> dave nul
* interactive_newt.pm (exit): fix the exit code
(wait_message_endW): don't log "none stacked wait-messages" (as a lot of
them exist...)
(waitbox): remove spurious '0' in wait_messages
* lang.pm (load_po): s/!isStandalone/isInstall/ (mainly for XFdrake's
test)
* Xconfigurator.pm (use vars): fix stew sux
(testFinalConfig): nicer stderr handling
* interactive_gtk.pm (exit): fix the exit code
2001/04/14 warly
* share/compssUsers, share/list, share/rpmsrate: add icons in compssUser
and list
2001/04/14 François Pons <fpons@mandrakesoft.com>
* install_any.pm: fixed to gzip synthesis file.
safe guard generation of synthesis file.
fixed umask on urpmi list file and generate synthesis file for each
hdlist.
2001/04/14 Pixel <pixel@mandrakesoft.com>
* install_steps_interactive.pm (configureX): fix link /etc/gtk (to
/mnt/etc/gtk) instead of /etc/gtkrc
* any.pm (autologin): spurious messages of chksession -> dave nul
* interactive_newt.pm (exit): fix the exit code
(wait_message_endW): don't log "none stacked wait-messages" (as a lot of
them exist...)
(waitbox): remove spurious '0' in wait_messages
* lang.pm (load_po): s/!isStandalone/isInstall/ (mainly for XFdrake's
test)
* Xconfigurator.pm (use vars): fix stew sux
(testFinalConfig): nicer stderr handling
* interactive_gtk.pm (exit): fix the exit code
2001/04/14 Stew Benedict <sbenedict@mandrakesoft.com>
* Xconfigurator_consts.pm, mouse.pm, Xconfigurator.pm: updates to X, mouse
setup for PPC
2001/04/14 warly
* share/compssUsers, share/list, share/rpmsrate: add icons in compssUser
and list
2001/04/13 dam's <damien@mandrakesoft.com>
* netconnect.pm: net_cnx_up/down xritten in neuneu
* Xconfigurator.pm: corrected
updated
updated message
* standalone/draknet: message corrected
2001/04/13 fabman
* share/po/es.po: synchro with EN
2001/04/13 François Pons <fpons@mandrakesoft.com>
* rescue/tree/etc/oem: avoid locking cdrom for oem (compssUsers file still
opened).
2001/04/13 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/no.po: Updated Norwegian file
Updated po files
* share/po/be.po, share/po/sp.po, share/po/pt.po, share/po/DrakX.pot,
share/po/es.po, share/po/fr.po, share/po/bg.po, share/po/sr.po,
share/po/de.po, share/po/et.po, share/po/tr.po, share/po/eu.po,
share/po/az.po, share/po/ru.po, share/po/pt_BR.po, share/po/hr.po,
share/po/ko.po, share/po/nl.po, share/po/ja.po, share/po/wa.po,
share/po/sv.po, share/po/hu.po, share/po/zh_TW.Big5.po, share/po/it.po,
share/po/id.po, share/po/pl.po, share/po/fi.po,
share/po/zh_CN.GB2312.po, share/po/th.po, share/po/el.po,
share/po/sk.po, share/po/lt.po, share/po/vi.po, share/po/br.po,
share/po/gl.po, share/po/ca.po, share/po/lv.po, share/po/uk.po,
share/po/eo.po, share/po/ro.po, share/po/da.po, share/po/cs.po,
share/po/af.po: Updated po files
2001/04/13 Pixel <pixel@mandrakesoft.com>
* Xconfigurator.pm (main): reverse message
* install_steps_gtk.pm (installPackages): hide Details button sooner
(installPackages): do not show button "Details" when no advertising
* Xconfigurator_consts.pm: do not set XkbVariant "winkeys" for
ru(winkeys), it is redondant
* interactive_gtk.pm (ask_from_entries_refW): set_default_size width 250
* any.pm (ask_users): do not have an empty icon. better not ask for icon
if no icon
2001/04/13 siegel
* share/po/de.po: updates
2001/04/13 dam's <damien@mandrakesoft.com>
* netconnect.pm: net_cnx_up/down xritten in neuneu
* Xconfigurator.pm: corrected
updated
updated message
* standalone/draknet: message corrected
2001/04/13 fabman
* share/po/es.po: synchro with EN
2001/04/13 François Pons <fpons@mandrakesoft.com>
* rescue/tree/etc/oem: avoid locking cdrom for oem (compssUsers file still
opened).
* install_steps_gtk.pm: avoid illegal modulus zero if no advertizing is
available.
fixed very old typo not encountered before;
2001/04/13 Pixel <pixel@mandrakesoft.com>
* Xconfigurator.pm (main): reverse message
* install_steps_gtk.pm (installPackages): hide Details button sooner
(installPackages): do not show button "Details" when no advertising
* Xconfigurator_consts.pm: do not set XkbVariant "winkeys" for
ru(winkeys), it is redondant
* interactive_gtk.pm (ask_from_entries_refW): set_default_size width 250
* any.pm (ask_users): do not have an empty icon. better not ask for icon
if no icon
2001/04/13 warly
* share/compssUsers: add ssh server in Network Computer Server
2001/04/13 dam's <damien@mandrakesoft.com>
* netconnect.pm: net_cnx_up/down xritten in neuneu
* Xconfigurator.pm: corrected
updated
updated message
* standalone/draknet: message corrected
2001/04/13 fabman
* share/po/es.po: synchro with EN
2001/04/13 François Pons <fpons@mandrakesoft.com>
* install_steps_gtk.pm: avoid illegal modulus zero if no advertizing is
available.
fixed very old typo not encountered before;
2001/04/13 Pixel <pixel@mandrakesoft.com>
* common.pm (backtrace): created
* install_steps_interactive.pm (addUser): remove the setting of
$o->{autologin}, now done in any::autologin
* install_steps_gtk.pm (installPackages): hide Details button sooner
(installPackages): do not show button "Details" when no advertising
* install2.pm (miscellaneous): add setting KEYBOARD=yes in
/etc/sysconfig/usb as asked by Lord Chmou
* interactive.pm (ask_from_entries_refH_powered_normalize): log the empty
list instead of dying (for 8.0 only, should be switched back to die)
(ask_from_listf): display the backtrace when empty list
* any.pm (ask_users): add the empty icon
(autologin): fix
2001/04/13 warly
* share/compssUsers: add ssh server in Network Computer Server
2001/04/13 dam's <damien@mandrakesoft.com>
* Xconfigurator.pm: updated
updated message
* netconnect.pm: net_cnx_up/down xritten in neuneu
* standalone/draknet: message corrected
2001/04/13 fabman
* share/po/es.po: synchro with EN
2001/04/13 François Pons <fpons@mandrakesoft.com>
* install_steps_gtk.pm: avoid illegal modulus zero if no advertizing is
available.
fixed very old typo not encountered before;
2001/04/13 Pixel <pixel@mandrakesoft.com>
* common.pm (backtrace): created
* install_steps_interactive.pm (addUser): remove the setting of
$o->{autologin}, now done in any::autologin
* install2.pm (miscellaneous): add setting KEYBOARD=yes in
/etc/sysconfig/usb as asked by Lord Chmou
* install_steps_gtk.pm (installPackages): do not show button "Details"
when no advertising
* interactive.pm (ask_from_entries_refH_powered_normalize): log the empty
list instead of dying (for 8.0 only, should be switched back to die)
(ask_from_listf): display the backtrace when empty list
* any.pm (ask_users): add the empty icon
(autologin): fix
2001/04/13 warly
* share/compssUsers: add ssh server in Network Computer Server
2001/04/13 dam's <damien@mandrakesoft.com>
* Xconfigurator.pm: updated
updated message
* netconnect.pm: net_cnx_up/down xritten in neuneu
* standalone/draknet: message corrected
2001/04/13 fabman
* share/po/es.po: synchro with EN
2001/04/13 François Pons <fpons@mandrakesoft.com>
* install_steps_gtk.pm: avoid illegal modulus zero if no advertizing is
available.
fixed very old typo not encountered before;
2001/04/13 Pixel <pixel@mandrakesoft.com>
* common.pm (backtrace): created
* install_steps_interactive.pm (addUser): remove the setting of
$o->{autologin}, now done in any::autologin
* install2.pm (miscellaneous): add setting KEYBOARD=yes in
/etc/sysconfig/usb as asked by Lord Chmou
* install_steps_gtk.pm (installPackages): do not show button "Details"
when no advertising
* interactive.pm (ask_from_entries_refH_powered_normalize): log the empty
list instead of dying (for 8.0 only, should be switched back to die)
(ask_from_listf): display the backtrace when empty list
* any.pm (ask_users): add the empty icon
(autologin): fix
2001/04/13 warly
* share/compssUsers: add ssh server in Network Computer Server
2001/04/13 dam's <damien@mandrakesoft.com>
* Xconfigurator.pm: updated
updated message
* standalone/draknet: message corrected
updated
* netconnect.pm: net_cnx_up/down xritten in neuneu
* bootlook.pm: embedded = 0 -> local
2001/04/13 fabman
* share/po/es.po: synchro with EN
2001/04/13 François Pons <fpons@mandrakesoft.com>
* install_steps_gtk.pm: avoid illegal modulus zero if no advertizing is
available.
fixed very old typo not encountered before;
2001/04/13 Pixel <pixel@mandrakesoft.com>
* common.pm (backtrace): created
* install_steps_interactive.pm (addUser): remove the setting of
$o->{autologin}, now done in any::autologin
* install2.pm (miscellaneous): add setting KEYBOARD=yes in
/etc/sysconfig/usb as asked by Lord Chmou
* install_steps_gtk.pm (installPackages): do not show button "Details"
when no advertising
* interactive.pm (ask_from_entries_refH_powered_normalize): log the empty
list instead of dying (for 8.0 only, should be switched back to die)
(ask_from_listf): display the backtrace when empty list
* any.pm (ask_users): add the empty icon
(autologin): fix
2001/04/13 warly
* share/compssUsers: add ssh server in Network Computer Server
add DATABASES to Database
add icons for server
2001/04/13 dam's <damien@mandrakesoft.com>
* network.pm: updated wireless configuration
* netconnect.pm: corrected loop in isdn + other things
* bootlook.pm: embedded = 0 -> local
* standalone/draknet: updated
added delete event
2001/04/13 François Pons <fpons@mandrakesoft.com>
* netconnect.pm: fixed syntax error :-)
* install_steps.pm, install_steps_gtk.pm: added conditional update-menus
if package are installed.
* install_steps_interactive.pm: added conditional update-menus if package
are installed.
make sure update-menus is called after installing cups related packages.
2001/04/13 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/hr.po, share/po/fr.po, share/po/sv.po, share/po/hu.po: Updated
Croatian and Swedish files
* share/po/sl.po, share/po/cy.po, share/po/ca.po, share/po/ga.po,
share/po/is.po, share/po/cs.po: Removed po files with too low leve lof
translating ( < 60% )
so they are not included on final CD
2001/04/13 Pixel <pixel@mandrakesoft.com>
* common.pm (backtrace): created
* install_steps_interactive.pm (addUser): remove the setting of
$o->{autologin}, now done in any::autologin
* bootlook.pm: don't use Locale::GetText, use DrakX's i18n
* install2.pm (miscellaneous): add setting KEYBOARD=yes in
/etc/sysconfig/usb as asked by Lord Chmou
* interactive.pm (ask_from_entries_refH_powered_normalize): log the empty
list instead of dying (for 8.0 only, should be switched back to die)
(ask_from_listf): display the backtrace when empty list
* my_gtk.pm (new): make dams happy
* any.pm (ask_users): add the empty icon
(autologin): fix
2001/04/13 warly
* share/compssUsers: add DATABASES to Database
add icons for server
2001/04/12 Guillaume Cottenceau <gc@mandrakesoft.com>
* mdk-stage1/dhcp.c: remove unnecessary redhat history code
2001/04/12 François Pons <fpons@mandrakesoft.com>
* install_any.pm: fixed wrong kernel version extraction (typically for
upgrade).
* install_steps_interactive.pm: removed Cancel of Summary.
fixed ask printer configuration.
* detect_devices.pm: fix Hewlett-Packard to HP in case.
* standalone/printerdrake: never ask to configure a printer in standalone.
* printerdrake.pm: automatically add a queue if nothing exists.
fixed ask to configure a printer.
* interactive.pm: removed strict die on empty list.
* live_install2: added some gtk and gdk_imlib missing variables.
* live_install: removed gtk variable for data, moved to second script.
* modules.pm, commands.pm, lang.pm, pkgs.pm, keyboard.pm: fixed log of
packdrake.
2001/04/12 Guillaume Cottenceau <gc@mandrakesoft.com>
* mdk-stage1/dhcp.c: remove unneeded #define
* standalone/drakgw: add some rule so later on tinyfirewall will not
prevent everything from working
* share/po/fr.po: minor fix
write some ppc translations
2001/04/12 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/it.po: Updated Italian file
2001/04/12 Pixel <pixel@mandrakesoft.com>
* printer.pm: use run_program and remove "require run_program"s
* my_gtk.pm (main): only accept X (gdk) events key_press, key_release and
exposure (so
that not to receive motion_notify which would generate focus_out in
non-interesting cases)
* interactive.pm (ask_from_entries_refH_powered_normalize): fix the test
for empty lists
(ask_from_entries_refH_powered_normalize):
- when not_edit and empty list, die.
- when not_edit and single element list, don't display that entry.
* lang.pm (pack_langs): set RPM_INSTALL_LANG for package "menu"
* modules.pm (configure_pcmcia): better handling for not running cardmgr
many times
(configure_pcmcia): always run cardmgr so that it is run even if stage1
did create a /var/run/stab. This is just a try :-/
2001/04/12 dam's <damien@mandrakesoft.com>
* netconnect.pm: if neuneu but explicited clicked, don't skip
corrected pcmcia driver
2001/04/12 François Pons <fpons@mandrakesoft.com>
* install_steps_interactive.pm: removed Cancel of Summary.
fixed ask printer configuration.
* common.pm: improved bestMatchSentence2.
* detect_devices.pm: fix Hewlett-Packard to HP in case.
* standalone/printerdrake: never ask to configure a printer in standalone.
* printerdrake.pm: automatically add a queue if nothing exists.
fixed ask to configure a printer.
* interactive.pm: removed strict die on empty list.
* modules.pm, commands.pm, lang.pm, keyboard.pm, pkgs.pm: fixed log of
packdrake.
2001/04/12 Guillaume Cottenceau <gc@mandrakesoft.com>
* standalone/drakgw: add some rule so later on tinyfirewall will not
prevent everything from working
* share/po/fr.po: write some ppc translations
un-dadouize a problem
2001/04/12 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/it.po: Updated Italian file
2001/04/12 Pixel <pixel@mandrakesoft.com>
* install_steps_gtk.pm (installPackages): fix no advertising with less
than 20MB of packages
* interactive.pm (ask_from_entries_refH_powered_normalize):
- when not_edit and empty list, die.
- when not_edit and single element list, don't display that entry.
* install_steps_interactive.pm (configureX): fix for X test at install
with exotic fonts
* lang.pm (pack_langs): set RPM_INSTALL_LANG for package "menu"
* modules.pm (configure_pcmcia): better handling for not running cardmgr
many times
(configure_pcmcia): always run cardmgr so that it is run even if stage1
did create a /var/run/stab. This is just a try :-/
2001/04/12 dam's <damien@mandrakesoft.com>
* bootlook.pm: corrected typo
added use bootloader
* standalone/net_monitor: typo
* netconnect.pm: if neuneu but explicited clicked, don't skip
corrected pcmcia driver
corrected typo
* lang.pm: pixel sux
* network.pm, standalone/draknet: corrected network connection
* my_gtk.pm: corrected set_modal
2001/04/12 fabman
* share/po/es.po: updated spanish .po files
2001/04/12 François Pons <fpons@mandrakesoft.com>
* install_steps_interactive.pm: removed Cancel of Summary.
fixed ask printer configuration.
* common.pm: improved bestMatchSentence2.
* detect_devices.pm: fix Hewlett-Packard to HP in case.
* standalone/printerdrake: never ask to configure a printer in standalone.
* printerdrake.pm: automatically add a queue if nothing exists.
fixed ask to configure a printer.
* modules.pm, commands.pm, lang.pm, keyboard.pm, pkgs.pm: fixed log of
packdrake.
2001/04/12 Guillaume Cottenceau <gc@mandrakesoft.com>
* share/po/fr.po: un-dadouize a problem
sync
2001/04/12 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/sp.po, share/po/fi.po, share/po/DrakX.pot,
share/po/zh_CN.GB2312.po, share/po/es.po, share/po/fr.po,
share/po/sr.po, share/po/de.po, share/po/el.po, share/po/et.po,
share/po/sk.po, share/po/eu.po, share/po/sl.po, share/po/vi.po,
share/po/ko.po, share/po/eo.po, share/po/ja.po, share/po/wa.po,
share/po/sv.po, share/po/da.po, share/po/is.po, share/po/zh_TW.Big5.po,
share/po/id.po: Updated Chinese file
* share/po/it.po: Updated Italian file
Updated Chinese file
2001/04/12 Pixel <pixel@mandrakesoft.com>
* install_steps_gtk.pm (installPackages): fix no advertising with less
than 20MB of packages
* interactive.pm (ask_from_entries_refH_powered_normalize):
- when not_edit and empty list, die.
- when not_edit and single element list, don't display that entry.
* install_steps_interactive.pm (configureX): fix for X test at install
with exotic fonts
* lang.pm (pack_langs): set RPM_INSTALL_LANG for package "menu"
* modules.pm (configure_pcmcia): better handling for not running cardmgr
many times
(configure_pcmcia): always run cardmgr so that it is run even if stage1
did create a /var/run/stab. This is just a try :-/
2001/04/12 siegel
* share/po/de.po: new german version
2001/04/12 yduret
* bootlook.pm: added some stuff
2001/04/11 dam's <damien@mandrakesoft.com>
* my_gtk.pm: no setmodal 0 if wizard
2001/04/12 dam's <damien@mandrakesoft.com>
* bootlook.pm: corrected typo
added use bootloader
* netconnect.pm: corrected typo
2001/04/12 fabman
* share/po/es.po: updated spanish .po files
2001/04/12 siegel
* share/po/de.po: new german version
2001/04/11 dam's <damien@mandrakesoft.com>
* share/themes-mdk.rc: tooltips
* netconnect.pm: updated
* my_gtk.pm: no setmodal 0 if wizard
2001/04/11 Pixel <pixel@mandrakesoft.com>
* install_steps_gtk.pm (reallyChooseGroups): relook
* install_steps_interactive.pm (chooseGroups): warn if chosen size is too
big
* share/compssUsers: adapt for new profile choosing layout
2001/04/11 yduret
* bootlook.pm: bug fix in autologin
2001/04/11 dam's <damien@mandrakesoft.com>
* share/themes-mdk.rc: tooltips
* bootlook.pm: updated
corrected
* tinyfirewall.pm: installation of package : not at the same place
* netconnect.pm: updated
added driver for pcmcia, corrected eth conf for pppoe
2001/04/11 François Pons <fpons@mandrakesoft.com>
* install_any.pm: added missing LD_LOADER for calling rpm.
* printerdrake.pm: fixed probe on kernel 2.4.
make printer devices more accurate.
removed limitation to only one port probed
* pkgs.pm: added missing use of LD_LOADER for starting parsehdlist on
upgrade.
* detect_devices.pm: avoid need of shell for live upgrade on serial_probe
(removed 2>/dev/null which
is not necessary).
fixed printer probe (usb and parallel).
* mouse.pm: fix wacom usb tablet
* standalone/printerdrake: added missing take into account of
/etc/modules.conf
* lang.pm: added missing LD_LOADER reference and remove old code
commented.
2001/04/11 Guillaume Cottenceau <gc@mandrakesoft.com>
* share/po/fr.po: unfuzzyize
sync with new msg in services.pm and compssUsers
sync with pablo update
fixes of translations
write the shitload of untranslated and fuzzy msg
* standalone/tinyfirewall: i18n title
* services.pm: have many more services tooltipped from here so we can get
translations afterwards
* share/compssUsers: fix typos of rpmsrate groups
* standalone/drakgw: kosmetik
do i18n for title also
2001/04/11 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/rpmsrate: Added reference to netscape-chinese_big5 file
* share/po/DrakX.pot, share/po/wa.po: Updated Walloon file
Updated po files
Updated Slovak, Walloon and Polish files
* share/po/es.po, share/po/fr.po, share/po/bg.po, share/po/de.po,
share/po/ko.po, share/po/ja.po, share/po/is.po, share/po/zh_TW.Big5.po,
share/po/it.po, share/po/id.po, share/po/pl.po, share/po/fi.po,
share/po/zh_CN.GB2312.po, share/po/sk.po, share/po/vi.po,
share/po/ca.po, share/po/cs.po: Updated po files
Updated Slovak, Walloon and Polish files
* share/po/be.po, share/po/sp.po, share/po/pt.po, share/po/ga.po,
share/po/sr.po, share/po/et.po, share/po/tr.po, share/po/eu.po,
share/po/az.po, share/po/ru.po, share/po/pt_BR.po, share/po/hr.po,
share/po/cy.po, share/po/nl.po, share/po/sv.po, share/po/hu.po,
share/po/no.po, share/po/th.po, share/po/el.po, share/po/lt.po,
share/po/sl.po, share/po/br.po, share/po/gl.po, share/po/lv.po,
share/po/uk.po, share/po/eo.po, share/po/ro.po, share/po/da.po,
share/po/af.po: Updated po files
2001/04/11 Pixel <pixel@mandrakesoft.com>
* run_program.pm (rooted): don't call install_any::check_prog if rooted
* standalone/drakboot: make it work (why was bootloader::install
commented?)
* share/compssUsers: adapt for new profile choosing layout
* Makefile: take cardmgr-*
* install_steps_interactive.pm (chooseGroups): warn if chosen size is too
big
translate the ``path'' in profile selection
* share/po/i18n_compssUsers: relooking
* any.pm (setupBootloader): translate the bootloaders to use
(setupBootloader): nicer look&feel
* install_any.pm (fsck_option): add a closing ``"'' so that strings to
i18n extraction works
(fsck_option): add a closing ``"'' so that strings to i18n extraction
works
(check_prog): make it work
* install_steps_gtk.pm (reallyChooseGroups): relook
(installPackages): pressing "Details" gives you more detailed info
(reallyChooseGroups): start relooking
(installPackages): don't display advertising if less 20MB of packages
translate the ``path'' in profile selection
2001/04/11 warly
* share/compssUsers: Add descr for servers
2001/04/11 François Pons <fpons@mandrakesoft.com>
* printerdrake.pm: make printer devices more accurate.
removed limitation to only one port probed
* mouse.pm: fix wacom usb tablet
* standalone/printerdrake: added missing take into account of
/etc/modules.conf
* detect_devices.pm: fixed printer probe (usb and parallel).
2001/04/11 Guillaume Cottenceau <gc@mandrakesoft.com>
* services.pm: have many more services tooltipped from here so we can get
translations afterwards
* share/po/fr.po: write the shitload of untranslated and fuzzy msg
* share/compssUsers: fix typos of rpmsrate groups
2001/04/11 Pixel <pixel@mandrakesoft.com>
* run_program.pm (rooted): don't call install_any::check_prog if rooted
* diskdrake.pm (More): fix exception relaunching
* install_any.pm (check_prog): make it work
* any.pm (setupBootloader): nicer look&feel
* standalone/drakboot: make it work (why was bootloader::install
commented?)
* Makefile: take cardmgr-*
2001/04/11 fabman
* share/po/es.po: updated spanish .po file
2001/04/11 François Pons <fpons@mandrakesoft.com>
* printerdrake.pm: make printer devices more accurate.
removed limitation to only one port probed
* mouse.pm: fix wacom usb tablet
* standalone/printerdrake: added missing take into account of
/etc/modules.conf
* detect_devices.pm: fixed printer probe (usb and parallel).
2001/04/11 Guillaume Cottenceau <gc@mandrakesoft.com>
* share/po/fr.po: write the shitload of untranslated and fuzzy msg
2001/04/11 Pixel <pixel@mandrakesoft.com>
* tools/make_mdkinst_stage2: to lighten mdkinst_stage2:
- completly remove po's (will be getFile'd)
- remove LVM progs, resize_reiserfs, big fonts (will be getFile'd)
* standalone/drakboot: make it work (why was bootloader::install
commented?)
* share/aliases: add rmmod -> insmod_
* lang.pm (get_x_fontset): special cases for some big (size) fonts
* Makefile: take cardmgr-*
* install_any.pm (check_prog): make it work
(check_prog): if a prog isn't available, try to fetch it via getFile
(remove_bigseldom_used): created, purpose: remove unneeded stuff on
stage2
to allow a getAndSaveFile.
(getAndSaveFile): if only one arg is given, assume the name is the same
* standalone/XFdrake: fix bug for running xfs
* any.pm (setupBootloader): nicer look&feel
* diskdrake.pm (More): fix exception relaunching
check resize_reiserfs is there or get it
* run_program.pm (rooted): don't call install_any::check_prog if rooted
in install, call install_any::check_prog to allow shadow progs which are
fetched when needed via getFile
* share/list: remove rmmod (is now a symlink)
2001/04/11 siegel
* share/po/de.po: updated german version
2001/04/10 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/ca.po: Updated Catalan file
2001/04/10 Pixel <pixel@mandrakesoft.com>
* Makefile:
- fix wiz_*.png removing
- fix copying cardmgr* which included cardmgr.o
2001/04/11 Pixel <pixel@mandrakesoft.com>
* tools/make_mdkinst_stage2: to lighten mdkinst_stage2:
- completly remove po's (will be getFile'd)
- remove LVM progs, resize_reiserfs, big fonts (will be getFile'd)
* standalone/XFdrake: fix bug for running xfs
* diskdrake.pm: check resize_reiserfs is there or get it
* share/aliases: add rmmod -> insmod_
* install_any.pm (check_prog): if a prog isn't available, try to fetch it
via getFile
(remove_bigseldom_used): created, purpose: remove unneeded stuff on
stage2
to allow a getAndSaveFile.
(getAndSaveFile): if only one arg is given, assume the name is the same
* share/list: remove rmmod (is now a symlink)
* run_program.pm: in install, call install_any::check_prog to allow shadow
progs which are
fetched when needed via getFile
* lang.pm (get_x_fontset): special cases for some big (size) fonts
2001/04/10 dam's <damien@mandrakesoft.com>
* netconnect.pm: corrected bad network restart
* my_gtk.pm: corrected bad font
* network.pm: get rid of ifcfg-
minor correction
2001/04/10 François Pons <fpons@mandrakesoft.com>
* install_steps_interactive.pm: fixed selection of CDs.
* devices.pm: added input/event class of devices (necessary for usb wacom
at install)
2001/04/10 Guillaume Cottenceau <gc@mandrakesoft.com>
* mdk-stage1/mkinitrd_helper/mkinitrd_helper.c,
mdk-stage1/mkinitrd_helper/Makefile:
- honour quiet mode at boot time
- fake modprobe to shut up kmod
* bootlook.pm: do not use french in i18n'ed msg yvounet!!
* standalone/drakgw: add INTERFACE param in sysconfig parameter for smooth
interoperation with bastille-firewall
2001/04/10 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/cs.po: Updated Czech file
Updated po files
* share/po/ko.po, share/po/ja.po, share/po/id.po, share/po/vi.po: Updated
Indonesian, Japanese, Korean and Vietnamese files
Updated po files
* share/po/DrakX.pot, share/po/wa.po, share/po/fi.po: Added a missing
translatable string
Updated po files
* share/po/ca.po: Updated Catalan file
Updated po files
* share/locales.tar.bz2: Added missing file for Vietnamese
* share/po/bg.po: Updated Bulgarian file
Updated po files
* share/po/be.po, share/po/sp.po, share/po/pt.po, share/po/es.po,
share/po/fr.po, share/po/ga.po, share/po/sr.po, share/po/de.po,
share/po/et.po, share/po/tr.po, share/po/eu.po, share/po/az.po,
share/po/ru.po, share/po/pt_BR.po, share/po/hr.po, share/po/cy.po,
share/po/nl.po, share/po/sv.po, share/po/is.po, share/po/hu.po,
share/po/zh_TW.Big5.po, share/po/it.po, share/po/pl.po, share/po/no.po,
share/po/zh_CN.GB2312.po, share/po/th.po, share/po/el.po,
share/po/sk.po, share/po/lt.po, share/po/sl.po, share/po/br.po,
share/po/gl.po, share/po/lv.po, share/po/uk.po, share/po/eo.po,
share/po/ro.po, share/po/da.po, share/po/af.po: Updated po files
2001/04/10 Pixel <pixel@mandrakesoft.com>
* interactive_gtk.pm: use gtkset_tip (so that no tip is set when tip eq
'')
(create_boxradio): handle double_click
(ask_from_entries_refW): use radio boxes instead of list/clist if small
number
of choices
(create_ctree): handle single click on node opens the node
* my_gtk.pm: create and use gtkset_tip
(_create_window): XSetInputFocus done only on expose_event of the
topmost window
(new): ensure only one modal
* Xconfigurator.pm (main): have an "Ok" button to leave
* install_steps_gtk.pm: use gtkset_tip
(choosePackagesTree): fix "Show automatically selected packages"
create and use gtkset_tip
* Makefile:
- fix wiz_*.png removing
- fix copying cardmgr* which included cardmgr.o
2001/04/10 warly
* share/rpmsrate: add viavoicemenu_{us,gr,fe}
2001/04/10 yduret
* bootlook.pm: grub/lilo mode
2001/04/10 dam's <damien@mandrakesoft.com>
* netconnect.pm: corrected bad network restart
* my_gtk.pm: corrected bad font
* network.pm: get rid of ifcfg-
minor correction
2001/04/09 dam's <damien@mandrakesoft.com>
* tinyfirewall.pm: typo
2001/04/09 Pixel <pixel@mandrakesoft.com>
* diskdrake.pm (Create): check for 40MB instead of 32MB for min reiserfs
size as the check is done before rounding.
* bootloader.pm (install_grub): altconfigfile only if /boot is not
reiserfs :-/
* tools/make_mdkinst_stage2: fix the stage2 too big (was keeping too many
modules.cz)
* install_any.pm (setPackages): also have SOUND set in compssUsersChoice
based on pciusbtable
* share/compssUsers, share/rpmsrate:
- SOUND is now a flag
- AUDIO is the group
2001/04/09 siegel
* tinyfirewall.pm: i18n fixes
2001/04/09 François Pons <fpons@mandrakesoft.com>
* rescue/tree/etc/oem: fixes of grub installation using hd.img
fix the fix for loopback mounting of hd.img.
* Xconfigurator.pm: fixed always 8bpp for autoDefaultDepth.
* pkgs.pm: changed transaction error management this way: if a transaction
fails, DrakX
tries to make as many transaction as there are package that have failed
to be
installed (this means one transaction of only one package). This help
installing
most package that are correct (as a transaction that failed cause all
remaining
package to be not installed).
2001/04/09 Guillaume Cottenceau <gc@mandrakesoft.com>
* mdk-stage1/Makefile: 8.0rc -> 8.0
* rescue/tree/etc/oem: fix english thanks to Kevin
* standalone/drakgw: do not die when an initscript returns non-0
(initscripts too buggy)
2001/04/09 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/be.po, share/po/sp.po, share/po/pt.po, share/po/DrakX.pot,
share/po/es.po, share/po/fr.po, share/po/bg.po, share/po/ga.po,
share/po/sr.po, share/po/de.po, share/po/et.po, share/po/tr.po,
share/po/eu.po, share/po/az.po, share/po/ru.po, share/po/pt_BR.po,
share/po/hr.po, share/po/ko.po, share/po/cy.po, share/po/nl.po,
share/po/ja.po, share/po/wa.po, share/po/sv.po, share/po/is.po,
share/po/hu.po, share/po/zh_TW.Big5.po, share/po/it.po, share/po/id.po,
share/po/pl.po, share/po/fi.po, share/po/no.po,
share/po/zh_CN.GB2312.po, share/po/th.po, share/po/el.po,
share/po/sk.po, share/po/lt.po, share/po/sl.po, share/po/vi.po,
share/po/br.po, share/po/gl.po, share/po/ca.po, share/po/lv.po,
share/po/uk.po, share/po/eo.po, share/po/ro.po, share/po/da.po,
share/po/cs.po, share/po/af.po: Updated Danish file
* any.pm: changed ISO_8859-1 TO ISO-8859-1
2001/04/09 Pixel <pixel@mandrakesoft.com>
* c/stuff.xs.pm, install_steps.pm, any.pm: create to_utf8 from po strings,
use it for kdm message
* diskdrake.pm (Create): check for 40MB instead of 32MB for min reiserfs
size as the check is done before rounding.
* bootloader.pm (install_grub): altconfigfile only if /boot is not
reiserfs :-/
* tools/make_mdkinst_stage2: fix the stage2 too big (was keeping too many
modules.cz)
* install2.pm (main): sets umask (seems like default one is no more 022,
kernel change?)
* Xconfigurator_consts.pm, Xconfig.pm, Xconfigurator.pm: handle XkbModel
(especially for abnt2 (br))
* install_any.pm (setPackages): also have SOUND set in compssUsersChoice
based on pciusbtable
* share/compssUsers, share/rpmsrate:
- SOUND is now a flag
- AUDIO is the group
* lang.pm (load_po): sets $lang::charset to the charset used in the po
2001/04/09 siegel
* share/po/de.po: fixes
* Xconfigurator.pm: fixed i18n bug
2001/04/09 yduret
* standalone/tinyfirewall: button policy (thx gc)
* standalone/drakgw: deyvounification : remove some un-useful comments in
code
2001/04/09 dam's <damien@mandrakesoft.com>
* tinyfirewall.pm: corrected
* standalone.pm: install function now returns the return value of the
system.
* netconnect.pm: corrected buggy cable
removed buggy modem screen repetition
2001/04/09 François Pons <fpons@mandrakesoft.com>
* standalone/mousedrake: fixed mousedrake (with interactive.pm fixes
applied).
fixed cancel support.
added conditional restart of gpm on mouse configuration change.
* fs.pm: removed notail option for reiserfs.
* standalone/keyboarddrake: fixed exit on cancel (should cause trouble in
DrakConf only).
* install_any.pm: added missing package to copy.
* rescue/tree/etc/oem: fixes of grub installation using hd.img
fix the fix for loopback mounting of hd.img.
fixed hd.img access right.
make kernel22 installed for every oem install...
moved some package to closure instead of installed.
added some missing packages.
added nolock option for nfsmount.
added missing package to copy.
2001/04/09 Guillaume Cottenceau <gc@mandrakesoft.com>
* mdk-stage1/init.c: fix Traktopel Maxim thanks to Kevin Lawton
* mdk-stage1/Makefile: 8.0beta -> 8.0rc
* standalone/drakgw: fix for when there is an already existing rc.firewall
complies with old format of drakgw so that upgrades will work
* rescue/tree/etc/oem: fix english thanks to Kevin
2001/04/09 Pablo Saratxaga <pablo@mandrakesoft.com>
* any.pm: changed ISO_8859-1 TO ISO-8859-1
2001/04/09 Pixel <pixel@mandrakesoft.com>
* c/stuff.xs.pm, install_steps.pm, any.pm: create to_utf8 from po strings,
use it for kdm message
* interactive.pm (ask_from_treelistf): make it behaves correctly when
"cancel" is clicked
* Xconfigurator_consts.pm, Xconfig.pm, Xconfigurator.pm: handle XkbModel
(especially for abnt2 (br))
* install2.pm (main): sets umask (seems like default one is no more 022,
kernel change?)
(main): log the umask
* devices.pm (entry): add hd[ijkl]*
* bootloader.pm (install_lilo): better handling of map-drive (there's not
always only 2 disks!)
* lang.pm (load_po): sets $lang::charset to the charset used in the po
2001/04/09 siegel
* share/po/de.po: fixes
2001/04/09 yduret
* standalone/drakboot: added lilo/grub
* bootlook.pm: added lilo/grub mode
2001/04/09 dam's <damien@mandrakesoft.com>
* modules.pm: removed use install_any
* tinyfirewall.pm: corrected
* netconnect.pm: corrected buggy cable
removed buggy modem screen repetition
corrected bad bug when creating new profile
* standalone.pm: install function now returns the return value of the
system.
* Makefile: removed install_any
2001/04/09 François Pons <fpons@mandrakesoft.com>
* standalone/mousedrake: fixed mousedrake (with interactive.pm fixes
applied).
fixed cancel support.
added conditional restart of gpm on mouse configuration change.
* rescue/tree/etc/oem: fixed hd.img access right.
make kernel22 installed for every oem install...
moved some package to closure instead of installed.
added some missing packages.
added nolock option for nfsmount.
added missing package to copy.
* fs.pm: removed notail option for reiserfs.
* standalone/keyboarddrake: fixed exit on cancel (should cause trouble in
DrakConf only).
* printer.pm: added Till patch for printer (raw queue and PostScript
queue).
* install_any.pm: added missing package to copy.
2001/04/09 kjx
* share/po/zh_CN.GB2312.po: translate before 8.0 release
2001/04/09 Pixel <pixel@mandrakesoft.com>
* install2.pm (main): log the umask
* interactive.pm (ask_from_treelistf): make it behaves correctly when
"cancel" is clicked
* devices.pm (entry): add hd[ijkl]*
* bootloader.pm (install_lilo): better handling of map-drive (there's not
always only 2 disks!)
2001/04/09 yduret
* bootlook.pm: fix, added lilo/grub frame
fixed till bug
2001/04/08 dam's <damien@mandrakesoft.com>
* rescue/tree/etc/oem, rescue/tree/etc/closurepkgs, install_any.pm: get
rid of kisdn
* tinyfirewall.pm: updated
added package installation
* netconnect.pm: get rid of kisdn
updated
no more askwarn in wizard mode
updated
* standalone/tinyfirewall, standalone/drakgw, my_gtk.pm,
netconnect_consts.pm: updated
* standalone/net_monitor: removed Data::Dumper
typo
* standalone/draknet: updated
typo
corrected bad isdn field
2001/04/08 daouda
* share/rpmsrate: increase quanta weight .
2001/04/08 fabman
* share/po/es.po: updated spanish .po files
2001/04/08 Guillaume Cottenceau <gc@mandrakesoft.com>
* modules.pm: correct my mistakes on removing some modules from stage1 and
stage2 (-> remove only from stage1)
2001/04/08 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/compssUsers.desktop, standalone/draknet: Fixed some english typos
* standalone/net_monitor, netconnect.pm: Some English changes
* share/po/be.po, share/po/sp.po, share/po/pt.po, share/po/DrakX.pot,
share/po/es.po, share/po/fr.po, share/po/bg.po, share/po/ga.po,
share/po/sr.po, share/po/de.po, share/po/et.po, share/po/tr.po,
share/po/eu.po, share/po/az.po, share/po/ru.po, share/po/pt_BR.po,
share/po/hr.po, share/po/ko.po, share/po/cy.po, share/po/nl.po,
share/po/ja.po, share/po/wa.po, share/po/sv.po, share/po/is.po,
share/po/hu.po, share/po/zh_TW.Big5.po, share/po/it.po, share/po/id.po,
share/po/pl.po, share/po/fi.po, share/po/no.po,
share/po/zh_CN.GB2312.po, share/po/th.po, share/po/el.po,
share/po/sk.po, share/po/lt.po, share/po/sl.po, share/po/vi.po,
share/po/br.po, share/po/ca.po, share/po/gl.po, share/po/lv.po,
share/po/uk.po, share/po/eo.po, share/po/ro.po, share/po/da.po,
share/po/cs.po, share/po/af.po: Fixed some english typos
Updated pot file and various po files
2001/04/08 Pixel <pixel@mandrakesoft.com>
* fs.pm (write): remove debugging info :-(
* bootloader.pm (suggest): add option "quiet" to the kernel in fb
(requested by chmou)
* install_steps.pm (afterInstallPackages): remove setting of kde charset
in kdeglobals (kde is a grown-up now)
2001/04/08 siegel
* share/po/de.po: new german version
updates
2001/04/07 dam's <damien@mandrakesoft.com>
* netconnect.pm: typo
typo
net_monitor incorporation
* standalone/net_monitor, Makefile.config: net_monitor incorporation
2001/04/07 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/hr.po: updated Croatian files
* share/po/wa.po, share/po/sr.po, share/po/sp.po, share/po/DrakX.pot,
share/po/ko.po, share/po/it.po: Updated Korean, Italian, Serbian and
Walloon files
2001/04/07 warly
* share/compssUsers: PCL-CVS release v2_9_9
Repository : :ext:warly@cvs.mandrakesoft.com:/home/cvs/cooker
Working directory: /home/warly/local/share/mdk/gi/perl-install/share/
In directory .:
Modified compssUsers
In directory po:
patched Up-To-Date po/DrakX.pot
patched Up-To-Date po/ca.po
patched Up-To-Date po/de.po
patched Up-To-Date po/hr.po
patched Up-To-Date po/id.po
patched Up-To-Date po/it.po
patched Up-To-Date po/ja.po
patched Up-To-Date po/ko.po
patched Up-To-Date po/sp.po
patched Up-To-Date po/sr.po
patched Up-To-Date po/vi.po
patched Up-To-Date po/wa.po
--------------------- End ---------------------
-- last cmd: cvs -f update -d -P --
* share/rpmsrate: PCL-CVS release v2_9_9
Repository : :ext:warly@cvs.mandrakesoft.com:/home/cvs/cooker
Working directory: /home/warly/local/share/mdk/gi/perl-install/share/
In directory .:
Modified rpmsrate
--------------------- End ---------------------
-- last cmd: cvs -f update -d -P --
2001/04/06 François Pons <fpons@mandrakesoft.com>
* rescue/tree/etc/oem: fixed absence of /boot in install CD for oem stuff.
2001/04/06 Guillaume Cottenceau <gc@mandrakesoft.com>
* modules.pm: use jeff's suggestions to remove some old stuff
Sun Happy Meal only for Sparc
* mdk-stage1/stdio-frontend.c, mdk-stage1/probing.c, mdk-stage1/modules.c:
- do not print warning when we are in AUTOMATIC and insmod failed
because of file-not-found in mar file (raid cards, etc)
- print "please include msg from Alt-F3" for this warning message to
ease further support
- print pci entry of cards found in te logs
* mdk-stage1/mkinitrd_helper/mkinitrd_helper.c,
mdk-stage1/mkinitrd_helper/Makefile: steal raid_autorun from rh
2001/04/06 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/ca.po, share/po/id.po: Updated Catalan and Indonesian files
* share/po/ja.po, share/po/vi.po: Updated Japanese and Vietnamese files
2001/04/06 siegel
* share/po/de.po: updates
2001/04/06 yduret
* standalone/drakgw: swap cancel/configure button
2001/04/06 dam's <damien@mandrakesoft.com>
* standalone/draknet2: dead code
* standalone/net_monitor: updated
* netconnect.pm: be quiet
2001/04/06 François Pons <fpons@mandrakesoft.com>
* rescue/tree/etc/oem: fixed absence of /boot in install CD for oem stuff.
fixed if label does not exists and grub refuse to read.
* install_steps_interactive.pm: fixed typo for cups checking of
installation.
fixed "No printer" after configuring cups for remove server.
added log for CD medium chosen par user.
* pkgs.pm: added killing on child process of transaction that have been
detached (typically
with pid > transaction_pid and parent is 1).
2001/04/06 Guillaume Cottenceau <gc@mandrakesoft.com>
* standalone/drakgw:
- correct yvounetification in i18n stuff
- remove some remaining debugging printings
- add a bit more of explanations when starting drakgw in wizard mode
* modules.pm: re integrate some TR net cards
* mdk-stage1/stdio-frontend.c, mdk-stage1/probing.c, mdk-stage1/modules.c:
- do not print warning when we are in AUTOMATIC and insmod failed
because of file-not-found in mar file (raid cards, etc)
- print "please include msg from Alt-F3" for this warning message to
ease further support
- print pci entry of cards found in te logs
2001/04/06 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/be.po, share/po/sp.po, share/po/pt.po, share/po/DrakX.pot,
share/po/es.po, share/po/fr.po, share/po/bg.po, share/po/ga.po,
share/po/sr.po, share/po/de.po, share/po/et.po, share/po/tr.po,
share/po/eu.po, share/po/az.po, share/po/ru.po, share/po/pt_BR.po,
share/po/hr.po, share/po/ko.po, share/po/cy.po, share/po/nl.po,
share/po/ja.po, share/po/wa.po, share/po/sv.po, share/po/is.po,
share/po/hu.po, share/po/zh_TW.Big5.po, share/po/it.po, share/po/id.po,
share/po/pl.po, share/po/fi.po, share/po/no.po,
share/po/zh_CN.GB2312.po, share/po/th.po, share/po/el.po,
share/po/sk.po, share/po/lt.po, share/po/sl.po, share/po/vi.po,
share/po/br.po, share/po/ca.po, share/po/gl.po, share/po/lv.po,
share/po/uk.po, share/po/eo.po, share/po/ro.po, share/po/da.po,
share/po/cs.po, share/po/af.po: Updated Thai file
Updated pot file
2001/04/06 yduret
* standalone/drakgw: swap cancel/configure button
2001/04/06 dam's <damien@mandrakesoft.com>
* my_gtk.pm: addde tk like routines
* netconnect.pm: be quiet
correctedInternetAccessTye and ADSLType
* Makefile: iCorrected missing file install_any.pm. pixel sux.
* standalone/draknet2: dead code
* standalone/net_monitor: updated
updated
updated
updated
updated
added
* pixmaps/net_d.png, pixmaps/net_c.png: added
* share/logo-mandrake.png: new icon
2001/04/06 François Pons <fpons@mandrakesoft.com>
* rescue/tree/etc/oem: fixed if label does not exists and grub refuse to
read.
* install_steps_interactive.pm: fixed typo for cups checking of
installation.
fixed "No printer" after configuring cups for remove server.
added log for CD medium chosen par user.
* pkgs.pm: added killing on child process of transaction that have been
detached (typically
with pid > transaction_pid and parent is 1).
2001/04/06 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/be.po, share/po/sp.po, share/po/pt.po, share/po/DrakX.pot,
share/po/es.po, share/po/fr.po, share/po/bg.po, share/po/ga.po,
share/po/sr.po, share/po/de.po, share/po/et.po, share/po/tr.po,
share/po/eu.po, share/po/az.po, share/po/ru.po, share/po/pt_BR.po,
share/po/hr.po, share/po/ko.po, share/po/cy.po, share/po/nl.po,
share/po/ja.po, share/po/wa.po, share/po/sv.po, share/po/is.po,
share/po/hu.po, share/po/zh_TW.Big5.po, share/po/it.po, share/po/id.po,
share/po/pl.po, share/po/fi.po, share/po/no.po,
share/po/zh_CN.GB2312.po, share/po/th.po, share/po/el.po,
share/po/sk.po, share/po/lt.po, share/po/sl.po, share/po/vi.po,
share/po/br.po, share/po/ca.po, share/po/gl.po, share/po/lv.po,
share/po/uk.po, share/po/eo.po, share/po/ro.po, share/po/da.po,
share/po/cs.po, share/po/af.po: Updated Thai file
Updated pot file
2001/04/06 Pixel <pixel@mandrakesoft.com>
* tools/make_mdkinst_stage2: instead of removing modules.cz-2.2*, remove
every modules.cz except the
biggest one
* install_steps.pm, fs.pm, install2.pm: create install_any::write_fstab
and use it
* install_any.pm: add write_fstab
create install_any::write_fstab and use it
2001/04/06 yduret
* bootlook.pm: minor fix
* standalone/drakgw: recoded a embedded && gtk mode
2001/04/05 Pixel <pixel@mandrakesoft.com>
* lang.pm (fs_options): created (gets codepage and iocharset)
* common.pm (if_): better logging of the error
2001/04/06 Pixel <pixel@mandrakesoft.com>
* tools/make_mdkinst_stage2: instead of removing modules.cz-2.2*, remove
every modules.cz except the
biggest one
* install_steps.pm, fs.pm, install2.pm: create install_any::write_fstab
and use it
* install_any.pm: add write_fstab
create install_any::write_fstab and use it
2001/04/05 Pixel <pixel@mandrakesoft.com>
* standalone/drakboot:
- fix getting result of fsedit::hds
- cleanup
* lang.pm (fs_options): created (gets codepage and iocharset)
* common.pm (if_): better logging of the error
(getVarsFromSh): fix for AA="" inspired by chmou the Great (but the
Great
what?)
* bootloader.pm (install_grub): small fix
(install_lilo): fix lilo's dumbness (when lilo warns about not the first
drive, it usually fails)
* diskdrake.pm (More): created, asks for supermount, rescue pt, reload.
* install_steps_interactive.pm (addUser): default autologin to first user
in beginner
2001/04/05 Pixel <pixel@mandrakesoft.com>
* any.pm (autologin): fix
ask for autologin
* install_steps_interactive.pm: ask for autologin
(generateAutoInstFloppy): do not use $o->{pcmcia} to know if pcmcia.img
was used. Better have a look at /proc/cmdline
* bootloader.pm (install_lilo): fix lilo's dumbness (when lilo warns about
not the first drive, it usually fails)
* pkgs.pm, share/rpmsrate:
- s/PCI/HW/
- add rio500
* install_any.pm (kernelVersion): fix enormous stupid typo
* common.pm (getVarsFromSh): fix for AA="" inspired by chmou the Great
(but the Great
what?)
* install_steps.pm (exitInstall): oups, report_bug is no more in
commands::
* diskdrake.pm (More): created, asks for supermount, rescue pt, reload.
2001/04/05 Pixel <pixel@mandrakesoft.com>
* install_steps_gtk.pm (choosePackagesTree): invert the meaning of 'Show
automatically selected
packages' to go along with the new description
* Xconfigurator.pm (write_XF86Config): try to have $_ interpreted
(otherwise you get things like ``InputDevice "Stylus$_" "AlwaysCore"'')
* install_any.pm (kernelVersion): fix enormous stupid typo
- move report_bug in install_any
- g_auto_install generates the auto_inst.cfg string without output'ing
it
* install_steps.pm (exitInstall): oups, report_bug is no more in
commands::
(configureXBefore): fix the xkb verification (was broken for things like
``de(nodeadkeys)'')
- move report_bug in install_any
- g_auto_install generates the auto_inst.cfg string without output'ing
it
* any.pm: ask for autologin
* fs.pm (format_reiserfs): quietly format reiserfs
* commands.pm:
- move report_bug in install_any
- g_auto_install generates the auto_inst.cfg string without output'ing
it
* install_steps_interactive.pm: ask for autologin
(generateAutoInstFloppy): do not use $o->{pcmcia} to know if pcmcia.img
was used. Better have a look at /proc/cmdline
- move report_bug in install_any
- g_auto_install generates the auto_inst.cfg string without output'ing
it
* share/rpmsrate:
- add ldetect
- the default Aurora chose is the categorizing one
2001/04/05 siegel
* share/po/de.po: fixed typo
2001/04/05 yduret
* bootlook.pm: fix pablo mess
install autolgin just if we want to autolog :)
2001/04/05 dam's <damien@mandrakesoft.com>
* ChangeLog, bootloader.pm: readded passwd. Must verify that it's secure
vs msec.
* my_gtk.pm: added gtksize
2001/04/05 fcrozat
* share/rpmsrate: No longer propose nautilus-mozilla (required by
nautilus)
propose nautilus-trilobite (for Eazel services)
2001/04/05 Pixel <pixel@mandrakesoft.com>
* install_steps_gtk.pm (choosePackagesTree): invert the meaning of 'Show
automatically selected
packages' to go along with the new description
* commands.pm, install_steps_interactive.pm, install_any.pm:
- move report_bug in install_any
- g_auto_install generates the auto_inst.cfg string without output'ing
it
* fs.pm (format_reiserfs): quietly format reiserfs
* Xconfigurator.pm (write_XF86Config): try to have $_ interpreted
(otherwise you get things like ``InputDevice "Stylus$_" "AlwaysCore"'')
* share/rpmsrate:
- add ldetect
- the default Aurora chose is the categorizing one
* install_steps.pm (configureXBefore): fix the xkb verification (was
broken for things like ``de(nodeadkeys)'')
- move report_bug in install_any
- g_auto_install generates the auto_inst.cfg string without output'ing
it
2001/04/05 siegel
* share/po/de.po: fixed typo
2001/04/05 yduret
* bootlook.pm: fix pablo mess
install autolgin just if we want to autolog :)
2001/04/04 Frederic Lepied <flepied@mandrakesoft.com>
* share/rpmsrate: added SCANNER and PHOTO groups
2001/04/04 François Pons <fpons@mandrakesoft.com>
* printerdrake.pm: make sure to insmod parport_probe alone as it is not
available in 2.4 kernel and
this this not a problem (silent error).
added complete callback to check queue name under cups does contains
only letters, numerics or underscore.
* install_steps_interactive.pm: fixed printer description in summary.
* install2.pm: added selectPackagesToUpgrade the first time choosePackages
is called.
* Xconfigurator.pm: removed limitation to 24 bits for SiS card, make sure
to remove 32 bits depth
for such card.
* detect_devices.pm: fixed parport probe for printer under 2.4 kernel.
* diskdrake.pm: fixed adding 1 to size for resize2fs, causing a corruption
some times.
* printer.pm: added die on error of lpadmin.
* install_any.pm: fixed multiple wait message (looking+finding packages)
2001/04/04 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/sk.po, share/po/az.po: Updated Azeri and Slovak files
2001/04/04 Pixel <pixel@mandrakesoft.com>
* modules.pm (tv): add ultracam & usbvideo
(@skip_modules_on_stage1): kaweth and pegasus doesn't work on stage1, so
skip them
(@skip_modules_on_stage1): kaweth and pegasus doesn't work on stage1, so
skip them
* install_any.pm (kernelVersion): cleanup
2001/04/04 Stew Benedict <sbenedict@mandrakesoft.com>
* install_any.pm: kernelVersion mods for PPC
2001/04/04 daouda
* share/rpmsrate: add gatos for ati tv card .
2001/04/04 Frederic Lepied <flepied@mandrakesoft.com>
* share/rpmsrate: added SCANNER and PHOTO groups
2001/04/04 François Pons <fpons@mandrakesoft.com>
* live_install: unset locale environment for safety
* detect_devices.pm: added missing LD_LOADER reference for /bin/dmesg
(needed for live upgrade so
that error message are not printed)
* diskdrake.pm: fixed adding 1 to size for resize2fs, causing a corruption
some times.
* install_steps_gtk.pm: fixed to use SHARE_PATH instead of /usr/share
* any.pm, netconnect.pm: use SHARE_PATH instead of /usr/share
* install2.pm: added selectPackagesToUpgrade the first time choosePackages
is called.
* install_any.pm: fixed multiple wait message (looking+finding packages)
2001/04/04 Pixel <pixel@mandrakesoft.com>
* install_any.pm (setPackages): better handling for tv, photo and scanner
* modules.pm (@skip_modules_on_stage1): kaweth and pegasus doesn't work on
stage1, so skip them
- add photo, tv and scanner
- add pegasus and kaweth modules
2001/04/04 dam's <damien@mandrakesoft.com>
* netconnect.pm: typo
2001/04/04 daouda
* share/rpmsrate: add gatos for ati tv card .
reput klyx but in lower weight (2)
removed klyx from rpmsrate (bad idea according to pixel )
add klyx in install "Office KDE"
2001/04/04 François Pons <fpons@mandrakesoft.com>
* live_install: unset locale environment for safety
* detect_devices.pm: added missing LD_LOADER reference for /bin/dmesg
(needed for live upgrade so
that error message are not printed)
* install_steps_gtk.pm: fixed to use SHARE_PATH instead of /usr/share
* any.pm, netconnect.pm: use SHARE_PATH instead of /usr/share
* install2.pm: added selectPackagesToUpgrade the first time choosePackages
is called.
* install_steps.pm: disable frame buffer for Matrox cards.
* install_any.pm: fixed multiple wait message (looking+finding packages)
2001/04/04 Pixel <pixel@mandrakesoft.com>
* install_any.pm (setPackages): better handling for tv, photo and scanner
* modules.pm (@skip_modules_on_stage1): kaweth and pegasus doesn't work on
stage1, so skip them
- add photo, tv and scanner
- add pegasus and kaweth modules
* share/compssUsers: remove TV (it is a hardware flag)
2001/04/03 François Pons <fpons@mandrakesoft.com>
* install_any.pm: keep mount point configuration trhough multi-passes of
diskdrake and others.
* Xconfigurator.pm: prefer XF3 for SiS card.
2001/04/03 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/sr.po, share/po/sp.po, share/po/ko.po: Updated Korean file
2001/04/03 Pixel <pixel@mandrakesoft.com>
* diskdrake.pm: do not use isSpecial which should only be used on
partitions
(main): do not have loopback pseudo hd in hds out of diskdrake
* modules.pm (load_raw): add the require install_any
* share/rpmsrate: restore Aurora (i really don't understand what i've done
with flag AURORA a month ago) to a simple behaviour
* install_steps_interactive.pm (choosePackages): do not make a special
case for upgrades (was: select the
min size, which was on contradiction with profile selection)
* fs.pm (real_format_part): give "-v 1" to mkreiserfs if kernel is 2.2
* standalone/mousedrake: fix horrible error (using an undefined $o)
* share/list: add back mkreiserfs
* standalone/XFdrake: don't start xfs if skiptest
* fsedit.pm (get_fstab): restore loopback::loopbacks because hds contains
only true
hard drives (not pseudo one like raid, loopback and lvm)
* bootloader.pm (suggest): trap strange error. Should not really fix the
pb
* install_steps.pm (setupBootloaderBefore): nicer Aurora presence
detetection
* lang.pm (charset): fix for chineese which have charset in the name
* Makefile: no more special case for mkreiserfs (can be done via -v 1)
* install_steps_gtk.pm (choosePackagesTree): better name than "Automatic
dependencies"
* install_any.pm (setPackages): don't preselect profiles in upgrade
(setPackages): handle Flag:<theflag>
(setPackages): install kernel22 if install kernel is a 2.2
* lvm.pm (get_lvs): remove the setting of flag isFormatted which was wrong
(didn't
propose to format it)
protect the loading of module lvm-mod
2001/04/03 Stew Benedict <sbenedict@mandrakesoft.com>
* install_steps_interactive.pm, mouse.pm: PPC keyboard/mouse button
emulation
2001/04/03 dam's <damien@mandrakesoft.com>
* netconnect.pm: a lot of bugfixs
corrected bad flag test
corrected bad priority
* standalone/draknet: typo
bug fixes
removed debugging messages and Data::Dumper
corrected bad flag test
2001/04/03 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/vi.po, share/po/DrakX.pot: Updated Vietnamese file
2001/04/03 Pixel <pixel@mandrakesoft.com>
* modules.pm (load_raw): add the require install_any
* share/rpmsrate: restore Aurora (i really don't understand what i've done
with flag AURORA a month ago) to a simple behaviour
* lang.pm (charset): fix for chineese which have charset in the name
* install_steps.pm (setupBootloaderBefore): nicer Aurora presence
detetection
* Makefile: no more special case for mkreiserfs (can be done via -v 1)
* install_steps_interactive.pm (choosePackages): do not make a special
case for upgrades (was: select the
min size, which was on contradiction with profile selection)
* fs.pm (real_format_part): give "-v 1" to mkreiserfs if kernel is 2.2
* install_steps_gtk.pm (choosePackagesTree): better name than "Automatic
dependencies"
* install_any.pm (setPackages): don't preselect profiles in upgrade
(setPackages): handle Flag:<theflag>
(setPackages): install kernel22 if install kernel is a 2.2
* share/list: add back mkreiserfs
* standalone/XFdrake: don't start xfs if skiptest
* lvm.pm (get_lvs): remove the setting of flag isFormatted which was wrong
(didn't
propose to format it)
protect the loading of module lvm-mod
2001/04/02 dam's <damien@mandrakesoft.com>
* modules.pm: corrected petite's mistake
* netconnect.pm: protecting against non existent files
2001/04/02 Guillaume Cottenceau <gc@mandrakesoft.com>
* mdk-stage1/make_boot_img, mdk-stage1/.cvsignore: fix
comply to all.kernels policy
* tools/make_mdkinst_stage2: fix remove of alternate cz modules
2001/04/02 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/cs.po: Updated Czech file
* lang.pm: codepage option to mount requires only numeric values, eg "437"
and not "cp437"
Changed accordingly in the lists
* share/rpmsrate: Install latin2 Postscript fonts for latin2 locales,
install fonts-ttf-thai for Thai locale
2001/04/02 Pixel <pixel@mandrakesoft.com>
* c/Makefile: small cleanup for pcmcia_probe.c
* tools/Makefile (install): s/-r/-rf/
* install_any.pm (setPackages): s/reiserfs-utils/reiserfsprogs/
(setPackages): install imwheel if nbuttons > 3
* c/Makefile.PL: small cleanup for pcmcia_probe.c
don't use pcmcia_probe.o from stage1, better compile it here, otherwise
perl-install require mdk-stage1 to do compiled => circular dependency
* Makefile: ignore dams or at least dams errors
* c/.cvsignore: add pcmcia_probe.c
2001/04/02 Guillaume Cottenceau <gc@mandrakesoft.com>
* rescue/make_rescue_img: fix pixelization (aka take advantage of
all.kernels/.main)
2001/04/02 Pixel <pixel@mandrakesoft.com>
* tools/Makefile (install): s/-r/-rf/
2001/03/30 Pixel <pixel@mandrakesoft.com>
* tools/Makefile (install): fix the globbing for packdrake.pm and
rpmtools.pm
2001/03/29 Guillaume Cottenceau <gc@mandrakesoft.com>
* rescue/drvinst: test for "Card:" and not install, some videoboards are
not reported as DISPLAY_VGA :-(
* tools/make_mdkinst_stage2, docs/HACKING, rescue/make_rescue_img,
mdk-stage1/pci-resource/update-pci-ids.pl, docs/README: support more
than one boot kernel :-)
* rescue/list.i386: add reiserfsck
2001/03/29 dam's <damien@mandrakesoft.com>
* tinyfirewall.pm: bad message at the end if kernel2.4
* netconnect.pm: added missing Device in Ethx when saving/loading
* standalone/draknet: translation
2001/03/28 dam's <damien@mandrakesoft.com>
* standalone/tinyfirewall: typo
* interactive_gtk.pm: corrected pixel shit if embedded
* standalone/draksec: embedded mode
* standalone/draknet: corrected gtkpng in gtkwpm
added translation
* bootlook.pm: cute button box
* tinyfirewall.pm: workaround to make it work if kernel 2.4
2001/03/28 fcrozat
* share/rpmsrate: gmc is back in standard GNOME install, for people with
existing home
2001/03/28 François Pons <fpons@mandrakesoft.com>
* standalone/mousedrake, mouse.pm, standalone/XFdrake: fixed for
standalone XFdrake and mousedrake (multi-mouse and
correct probe (USB)).
* Xconfig.pm: re-fix mouse fix.
fixed wrong mouse probe.
fixed for standalone XFdrake and mousedrake (multi-mouse and
correct probe (USB)).
* Xconfigurator.pm: restore multi mouse support for XF3.
2001/03/28 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/hr.po, share/po/ca.po, share/po/tr.po: Updated Catalan, Danish,
Finnish, Croatian and Turkish files
* share/po/sk.po, share/po/ko.po: Updated Finnish, Korean and Slovak files
* share/po/az.po: Updated Azeri and Danish files
* share/po/fi.po: Updated Catalan, Danish, Finnish, Croatian and Turkish
files
Updated Finnish, Korean and Slovak files
* share/po/da.po: Updated Catalan, Danish, Finnish, Croatian and Turkish
files
Updated Azeri and Danish files
2001/03/28 Pixel <pixel@mandrakesoft.com>
* install_steps.pm: add fstab in the log
* interactive_gtk.pm: better default_size setting
* commands.pm: fix typo
add fstab in the log
* install_gtk.pm (test_mouse): ensure the test mouse is not too big
2001/03/28 warly
* share/rpmsrate: add some commercial apps
2001/03/27 dam's <damien@mandrakesoft.com>
* bootlook.pm: added kill USR2 before main
* share/help.png: changed help button
* share/help.xpm: changed help
* tinyfirewall.pm: workaround to make it xork.
2001/03/27 François Pons <fpons@mandrakesoft.com>
* mdk-stage1/init-data/msgboot-graphicallogo.img.bz2: update boot image.
* Xconfigurator.pm: fixed mouse support for XF3, only one mouse supported
currently.
2001/03/27 Guillaume Cottenceau <gc@mandrakesoft.com>
* mdk-stage1/nfsmount.c: force 8192 bytes for nfs transfers
2001/03/27 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/i18n_compssUsers, share/po/vi.po, share/po/fi.po,
share/po/br.po, share/po/DrakX.pot, share/po/ko.po, share/po/ja.po,
share/po/wa.po, share/po/de.po, share/po/id.po: Updated Vietnamese,
Indonesian, Japanese, Korean and Walloon files
changed i18n_compssUsers to make "path" i18n'able
2001/03/27 Pixel <pixel@mandrakesoft.com>
* install_any.pm: warnAboutNaughtyServers
(setPackages): default profiles selection to GNOME, KDE, CONFIG
* install_steps_interactive.pm: warnAboutNaughtyServers
(summary): fix displaying of printer configured
* pkgs.pm: warnAboutNaughtyServers
* install_steps_gtk.pm (installPackages): catch the no png file exception
(in case warly is dumb again)
* my_gtk.pm: try to fix displaying in draksec
(create_box_with_title): save the box_size in field "box_size"
* install2.pm, any.pm: remove use of Bastille. get back to the good state
we had :)
* interactive_gtk.pm: try to fix displaying in draksec
* share/rpmsrate: move back Bastille-Curses-module to CONFIG
- cleanup LOCALES"zh_*": when there is LOCALES"zh_*", there is
LOCALES"zh"
- raise WindowMaker
- add xfce
- am-utils is a server
- raise some stuff in CONFIG to have stuff there
- remove drakxtools from CONFIG (DrakConf requires drakxtools)
- DrakConf from 5 to 4
* lang.pm (langsLANGUAGE): give the list of languages
2001/03/27 Stew Benedict <sbenedict@mandrakesoft.com>
* install_steps_interactive.pm: change verbage on bootloader warning
2001/03/27 siegel
* share/po/de.po: minor typo-fixes
2001/03/27 dam's <damien@mandrakesoft.com>
* share/help.png: changed help button
* share/help.xpm: changed help
2001/03/27 François Pons <fpons@mandrakesoft.com>
* install_steps.pm, pkgs.pm: fixed too early erasing of old rpmlib db. now
postponed at end of install
and only if rpm-4.0 or above has been installed.
* mdk-stage1/init-data/msgboot-graphicallogo.img.bz2: update boot image.
* Xconfigurator_consts.pm, mouse.pm, Xconfigurator.pm, Xconfig.pm: added
support for two mice (laptop). The second mice is generally PS/2 as
probe can says it is present.
2001/03/27 Guillaume Cottenceau <gc@mandrakesoft.com>
* mdk-stage1/nfsmount.c: force 8192 bytes for nfs transfers
2001/03/27 Pixel <pixel@mandrakesoft.com>
* any.pm, install2.pm: remove use of Bastille. get back to the good state
we had :)
* install_any.pm: warnAboutNaughtyServers
(setPackages): default profiles selection to GNOME, KDE, CONFIG
* share/rpmsrate: move back Bastille-Curses-module to CONFIG
- cleanup LOCALES"zh_*": when there is LOCALES"zh_*", there is
LOCALES"zh"
- raise WindowMaker
- add xfce
- am-utils is a server
- raise some stuff in CONFIG to have stuff there
- remove drakxtools from CONFIG (DrakConf requires drakxtools)
- DrakConf from 5 to 4
* install_steps_interactive.pm: warnAboutNaughtyServers
(summary): fix displaying of printer configured
* lang.pm (langsLANGUAGE): give the list of languages
* pkgs.pm: warnAboutNaughtyServers
* install_steps_gtk.pm (installPackages): catch the no png file exception
(in case warly is dumb again)
2001/03/27 siegel
* share/po/i18n_compssUsers: i18n group names
* share/po/de.po: minor typo-fixes
new german version
2001/03/26 daouda
* share/rpmsrate: add mandrake_desk and rootfiles to SYSTEM (rpmsrate)
2001/03/26 fcrozat
* share/rpmsrate: Install xscreensaver when installing GNOME
2001/03/26 Guillaume Cottenceau <gc@mandrakesoft.com>
* standalone/drakgw: first attempt at pixelization of code (till's cups
patches)
2001/03/26 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/hr.po, share/po/wa.po: Updated Croatian, vietnamese and Walloon
files
* share/po/vi.po: Updated Croatian, vietnamese and Walloon files
Updated Portuguese, Swedish and Thai files
* share/po/pt.po, share/po/th.po, share/po/es.po, share/po/de.po,
share/po/sv.po: Updated Portuguese, Swedish and Thai files
2001/03/25 Pixel <pixel@mandrakesoft.com>
* http.pm (getFile): verify the return value of the server. If not 200
(aka Ok),
return undef
* install_steps_interactive.pm (configurePrinter): add Mesa-common for xpp
and libqtcups2 for kups in
pkg_install_if_requires_satisfied
2001/03/25 siegel
* share/po/de.po: new german version
2001/03/25 fabman
* share/po/es.po: updated spanish .po file
2001/03/25 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/ko.po: Updated Korean file
* share/po/sv.po: Updated Swedish file
2001/03/25 Pixel <pixel@mandrakesoft.com>
* http.pm (getFile): verify the return value of the server. If not 200
(aka Ok),
return undef
* install_steps_interactive.pm (configurePrinter): add Mesa-common for xpp
and libqtcups2 for kups in
pkg_install_if_requires_satisfied
* any.pm (ask_users): fix dead-loop
* bootloader.pm (suggest): add entry for nt
2001/03/25 siegel
* share/po/de.po: new german version
2001/03/24 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/vi.po: Updated Vietnamese file
2001/03/24 Pixel <pixel@mandrakesoft.com>
* mdk-stage1/pci-resource/update-pci-ids.pl: remove the "use common" which
is unneeded (and "member" of merge2pcitable
was clashing)
* any.pm (ask_users): when "Done" is pressed, do "Accept User" if a user
is given.
* install_steps.pm (addUser): disable_user_view (in kdm/gdm) if no users
* install_any.pm (disable_user_view): created, takes care of gdm too
(taken from msec)
* mouse.pm (detect): fix francois... uh, no too hard. easier to fix
francois's bugs ;pp
* timezone.pm (%l2t): fix for fuzzyChoice
* share/keyboards.tar.bz2:
- readding with -kb
- fixing permissions on xmodmap.kr
remove before adding again with -kb
* modules.pm: have natsemi in network.img
2001/03/24 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/be.po, share/po/sp.po, share/po/pt.po, share/po/DrakX.pot,
share/po/es.po, share/po/fr.po, share/po/bg.po, share/po/ga.po,
share/po/sr.po, share/po/de.po, share/po/et.po, share/po/tr.po,
share/po/eu.po, share/po/az.po, share/po/ru.po, share/po/pt_BR.po,
share/po/hr.po, share/po/ko.po, share/po/cy.po, share/po/nl.po,
share/po/ja.po, share/po/wa.po, share/po/sv.po, share/po/is.po,
share/po/hu.po, share/po/zh_TW.Big5.po, share/po/it.po, share/po/id.po,
share/po/pl.po, share/po/fi.po, share/po/no.po,
share/po/zh_CN.GB2312.po, share/po/th.po, share/po/el.po,
share/po/sk.po, share/po/lt.po, share/po/sl.po, share/po/vi.po,
share/po/br.po, share/po/ca.po, share/po/gl.po, share/po/lv.po,
share/po/uk.po, share/po/eo.po, share/po/ro.po, share/po/da.po,
share/po/cs.po, share/po/af.po: Updated Azeri file
2001/03/24 Pixel <pixel@mandrakesoft.com>
* mouse.pm (detect): fix francois... uh, no too hard. easier to fix
francois's bugs ;pp
* timezone.pm (%l2t): fix for fuzzyChoice
* modules.pm:
- add missing modules (now in sync with pcitable)
- add 'media' class
- cleanup
2001/03/24 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/be.po, share/po/sp.po, share/po/pt.po, share/po/DrakX.pot,
share/po/es.po, share/po/fr.po, share/po/bg.po, share/po/ga.po,
share/po/sr.po, share/po/de.po, share/po/et.po, share/po/tr.po,
share/po/eu.po, share/po/az.po, share/po/ru.po, share/po/pt_BR.po,
share/po/hr.po, share/po/ko.po, share/po/cy.po, share/po/nl.po,
share/po/ja.po, share/po/wa.po, share/po/sv.po, share/po/is.po,
share/po/hu.po, share/po/zh_TW.Big5.po, share/po/it.po, share/po/id.po,
share/po/pl.po, share/po/fi.po, share/po/no.po,
share/po/zh_CN.GB2312.po, share/po/th.po, share/po/el.po,
share/po/sk.po, share/po/lt.po, share/po/sl.po, share/po/vi.po,
share/po/br.po, share/po/ca.po, share/po/gl.po, share/po/lv.po,
share/po/uk.po, share/po/eo.po, share/po/ro.po, share/po/da.po,
share/po/cs.po, share/po/af.po: Updated Azeri file
2001/03/24 Pixel <pixel@mandrakesoft.com>
* install_any.pm (copy_advertising): fix escaping $f causing perl to
segfault :-(
(copy_advertising): handle i18n'ed advertising
* pkgs.pm: cleanup
* modules.pm:
- add missing modules (now in sync with pcitable)
- add 'media' class
- cleanup
2001/03/24 dam's <damien@mandrakesoft.com>
* tinyfirewall.pm: corrected bad exited. reincorporated some ugly code,
need fixing
2001/03/24 Pixel <pixel@mandrakesoft.com>
* install_any.pm (copy_advertising): handle i18n'ed advertising
* modules.pm (read_stage1_conf): cleanup parport stuff obsolote in kernel
2.4
2001/03/23 François Pons <fpons@mandrakesoft.com>
* Xconfigurator.pm: fixed screen id for Device to be present whenever the
same BusID is used.
added multiple tablet support (wacom), moved usb probe for mouse and
tablet
at the beginning.
* printerdrake.pm: Do not ask to configure a printer if standalone,
previously only for embended.
* Xconfig.pm: fixed typo for wacom.
added multiple tablet support (wacom), moved usb probe for mouse and
tablet
at the beginning.
* mouse.pm, detect_devices.pm, install_steps_gtk.pm, install2.pm: added
multiple tablet support (wacom), moved usb probe for mouse and tablet
at the beginning.
2001/03/23 Pixel <pixel@mandrakesoft.com>
* interactive.pm (ask_from_listf_no_check): fix the fix fix fix
(ask_from_listf_no_check): fix the fix fix
* common.pm (formatError): created
* network.pm (configureNetworkIntf): gray "IP address" and "Netmask" in
DHCP/BOOTP
* diskdrake.pm (try): format the error (no more "at line ...")
(Add2LVM): "new" was not i18n'ed
* install_steps_interactive.pm (exitInstall): no "cancel" button
* partition_table.pm: add Empty to bad_types
* fsedit.pm (change_type): When changing a partition type from ext2fs to
Linux RAID
(or LVM), the mount point should be removed.
2001/03/23 siegel
* share/po/de.po: new german version
2001/03/23 dam's <damien@mandrakesoft.com>
* tinyfirewall.pm: corrected bad translation
correctedd typo
updated
code cleaning
tinyfirewall now works.
* Makefile.config: added tinyfirewall
* any.pm, mouse.pm: added /dev/modem in modem list selection
* standalone/drakxconf: added tinyfirewall entry
* standalone/tinyfirewall: added update code
updated wrapper to launch tinyfirewall in embedded mode
* netconnect.pm: added /dev/modem in modem list selection
netconnect doesn't write the file 1
2001/03/23 fcrozat
* share/rpmsrate: nautilus-mozilla and xalf are installed by default in
GNOME
gmc is not installed by default in GNOME
gabber gaim are moved to instant messaging
gcombust in moved to GNOME CD burner
gtm is installed by GNOME/File transfer
mozilla is installed by default as www browser
galeon is installed by default as www browser for GNOME
2001/03/23 François Pons <fpons@mandrakesoft.com>
* tools/syncrpms: added size-stamp test to copy identical file in version,
release.
* Xconfig.pm: fixed typo for wacom.
added multiple tablet support (wacom), moved usb probe for mouse and
tablet
at the beginning.
* Xconfigurator.pm: added multiple tablet support (wacom), moved usb probe
for mouse and tablet
at the beginning.
fixed wrong usage of Screen keyword in Device section, should be present
and
reseted for any multi head card with only one BusID.
* mouse.pm, detect_devices.pm, install_steps_gtk.pm, install2.pm: added
multiple tablet support (wacom), moved usb probe for mouse and tablet
at the beginning.
2001/03/23 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/es.po, share/po/de.po, share/po/fi.po: Added Vietnamese file
Updated Finnish file
* share/po/be.po, share/po/sp.po, share/po/pt.po, share/po/DrakX.pot,
share/po/fr.po, share/po/bg.po, share/po/ga.po, share/po/sr.po,
share/po/et.po, share/po/tr.po, share/po/eu.po, share/po/az.po,
share/po/ru.po, share/po/pt_BR.po, share/po/hr.po, share/po/ko.po,
share/po/cy.po, share/po/nl.po, share/po/ja.po, share/po/wa.po,
share/po/is.po, share/po/hu.po, share/po/zh_TW.Big5.po, share/po/it.po,
share/po/id.po, share/po/pl.po, share/po/no.po,
share/po/zh_CN.GB2312.po, share/po/th.po, share/po/el.po,
share/po/sk.po, share/po/lt.po, share/po/sl.po, share/po/vi.po,
share/po/br.po, share/po/ca.po, share/po/gl.po, share/po/lv.po,
share/po/uk.po, share/po/eo.po, share/po/ro.po, share/po/da.po,
share/po/cs.po, share/po/af.po: Added Vietnamese file
2001/03/23 Pixel <pixel@mandrakesoft.com>
* any.pm: ifix the dams stuff
* install_steps_interactive.pm (exitInstall): no "cancel" button
* share/po/i18n_compssUsers: fix for better compliance with po format
* netconnect.pm: ifix the dams stuff
cleanup and enable gzip'ed isdn.db
* Makefile: gzip ldetect-lst files
* modules.pm: add i810_audio (still need a script to add missing one and
keep in sync)
* bootloader.pm (suggest_floppy): don't add an entry for non-fd0 drives
* interactive.pm (ask_from_listf_no_check): fix the fix fix fix
(ask_from_listf_no_check): fix the fix fix
(ask_from_listf_no_check): fix the bad fix
* common.pm (formatError): created
(openFileMaybeCompressed, catMaybeCompressed): added
(getVarsFromSh): take care of comments
* network.pm (configureNetworkIntf): gray "IP address" and "Netmask" in
DHCP/BOOTP
* partition_table.pm: add Empty to bad_types
* mouse.pm (detect): never probe psaux (workaround for kernel/xfree bug)
* fsedit.pm (change_type): When changing a partition type from ext2fs to
Linux RAID
(or LVM), the mount point should be removed.
* detect_devices.pm (isUSBFDUDrive, usbfdus): removed, doesn't scale
(isFloppyOrHD): floppy type is 'fd', not 'floppy'
(stringlist): nicer (a la new lspcidrake)
* Xconfigurator.pm: enable use of gzip'ed Cards+, CardsNames and
MonitorsDB
* diskdrake.pm (try): format the error (no more "at line ...")
(Add2LVM): "new" was not i18n'ed
2001/03/23 Stew Benedict <sbenedict@mandrakesoft.com>
* mouse.pm, bootloader.pm: mods to create/move image, to /export for PPC,
use vmlinux for PPC
prepend of_dev to initrd stanza in yaboot.conf
add 1-button mouse for PPC
2001/03/23 siegel
* share/po/de.po: new german version
2001/03/22 Chmouel Boudjnah <chmouel@mandrakesoft.com>
* tools/i386/netboot/stage1.rtl8139, tools/i386/netboot/stage2.rtl8139:
Add 8139 grub stage.
2001/03/22 dam's <damien@mandrakesoft.com>
* bootlook.pm: corrected mapn
* standalone/draknet: removed use Data::Dumper
* netconnect.pm: removed mail informat oin
comment update
* tinyfirewall.pm: removed use Data::Dumper
working on tinyfirewall
2001/03/22 fabman
* share/po/es.po: changed "swap" for "intercambio" in the spanish .po
files
updated DrakX, menudrake and urpmi es.po files
2001/03/22 François Pons <fpons@mandrakesoft.com>
* Xconfigurator.pm: fixed wrong access to undefined value promoted to
empty array reference.
2001/03/22 Guillaume Cottenceau <gc@mandrakesoft.com>
* mdk-stage1/probing.c, mdk-stage1/tools.h:
- fix detection of more than 3 scsi attached devices
- cleaner code for cmp of ptr against static strings
2001/03/22 Pixel <pixel@mandrakesoft.com>
* standalone/mousedrake: remove test ugliness of dams
* c/Makefile.PL: no pcmcia_probe in drakxtools
* modules.pm (load_thiskind): indent as it should be
* install_steps_interactive.pm (generateAutoInstFloppy): fix the message
which was uptodate only for
sparc :-(
* Xconfigurator.pm: no need for "use Data::Dumper;"
2001/03/22 Stew Benedict <sbenedict@mandrakesoft.com>
* modules.pm: no imm,ppa PPC, scan mesh,mac53c94 scsi only, pmac should
have been mace
2001/03/22 yduret
* bootlook.pm: mapn works tx dams
nmap
added mapn fun to reduce code.. testing it
added install of rpm
xpm png files
* pixmaps/hori.png, pixmaps/gmon.png, pixmaps/tradi.png, pixmaps/hori.xpm,
pixmaps/verti.png, pixmaps/gmon.xpm, pixmaps/tradi.xpm,
pixmaps/verti.xpm: convert xpm to png
2001/03/21 dam's <damien@mandrakesoft.com>
* standalone/tinyfirewall, tinyfirewall.pm: new tinyfirewall conf tool
* netconnect.pm: corrected /etc/sysconfig/network-scripts/net_up.* bug
2001/03/21 François Pons <fpons@mandrakesoft.com>
* detect_devices.pm: added pci id reference.
* c/stuff.xs.pm: added support for pci id extraction.
* Xconfigurator.pm: fixed wrong XFree4 version reference.
fixed null string in monitor identifier.
added multi-head support in XFdrake.
2001/03/21 Guillaume Cottenceau <gc@mandrakesoft.com>
* standalone/drakgw: honour embedded mode
* share/compssUsers: move NETWORKING_FILE (contains stuff for nfs
mounting..) from Internet
Station to Network Computer
2001/03/21 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/be.po, share/po/pt.po, share/po/DrakX.pot, share/po/es.po,
share/po/fr.po, share/po/bg.po, share/po/ga.po, share/po/de.po,
share/po/et.po, share/po/tr.po, share/po/eu.po, share/po/ru.po,
share/po/pt_BR.po, share/po/hr.po, share/po/ko.po, share/po/cy.po,
share/po/nl.po, share/po/ja.po, share/po/wa.po, share/po/sv.po,
share/po/is.po, share/po/hu.po, share/po/zh_TW.Big5.po, share/po/it.po,
share/po/id.po, share/po/pl.po, share/po/fi.po, share/po/no.po,
share/po/zh_CN.GB2312.po, share/po/th.po, share/po/el.po,
share/po/lt.po, share/po/sl.po, share/po/br.po, share/po/ca.po,
share/po/gl.po, share/po/lv.po, share/po/uk.po, share/po/eo.po,
share/po/ro.po, share/po/da.po, share/po/cs.po, share/po/af.po: Updated
Croatian and Serbian files
* share/po/sp.po, share/po/sr.po: Updated Serbian files
Updated Croatian and Serbian files
* share/po/az.po: Updated Azeri file
Updated Croatian and Serbian files
* share/po/sk.po: Updated Azeri and Slovak files
Updated Croatian and Serbian files
* lang.pm: Added fields to charsets table holding info for mount
(iocharset and
codepage mount options)
2001/03/21 Pixel <pixel@mandrakesoft.com>
* install_any.pm (g_default_packages): nice warning if mount in vfat fails
* share/rpmsrate: move webmin to CONFIG
remove ipchains and iptables, raise gfcc
* docs/README: add cvs howto
* install_steps_interactive.pm (summary): fix
* detect_devices.pm: old code
* bootloader.pm (install_lilo): ensure labels don't contain spaces, lilo
doesn't like them
(add_kernel): cleanup
(suggest): make it work with kernel22-secure and no kernel22
* modules.pm (when_load): move the alias sound to when_load, don't check
ppc as it
could be used for non-ppc
(load_thiskind): fix pb causing imm,ppa,usb-storage to be tested for
every
load_thiskind, not only scsi one
* c/stuff.xs.pm (from_utf8): as pablo said...
2001/03/21 siegel
* share/po/de.po: new german version
new german version
2001/03/20 Pixel <pixel@mandrakesoft.com>
* modules.pm (@drivers_by_category): if_ization
(load_thiskind): cleanup
2001/03/21 Pixel <pixel@mandrakesoft.com>
* bootloader.pm (add_kernel): cleanup
(suggest): make it work with kernel22-secure and no kernel22
* share/rpmsrate: remove ipchains and iptables, raise gfcc
2001/03/20 dam's <damien@mandrakesoft.com>
* interactive.pm: no wizard if warning
2001/03/20 Pixel <pixel@mandrakesoft.com>
* install_steps_interactive.pm: fix pcmcia functions only on x86
- create install_any::unselectMostPackages
- use it instead of pkgs::unselectAllPackages (otherwise
default_packages ends up non-selected)
* modules.pm (@drivers_by_category): if_ization
(load_thiskind): cleanup
* any.pm, install2.pm, share/rpmsrate: use bastille backend
* c/stuff.xs.pm, c/Makefile.PL: fix pcmcia functions only on x86
* install_steps.pm, install_any.pm:
- create install_any::unselectMostPackages
- use it instead of pkgs::unselectAllPackages (otherwise
default_packages ends up non-selected)
2001/03/20 Stew Benedict <sbenedict@mandrakesoft.com>
* modules.pm, install_steps_interactive.pm, any.pm: make_boot_img: add
routine for - PPC
any.pm: double "Append" entry in expert mode for yaboot.conf - PPC
install_steps_interactive: setup dmasound - PPC
modules.pm: load Mac hardware modules - PPC
2001/03/20 dam's <damien@mandrakesoft.com>
* netconnect.pm: corrected bug in reading resolv.conf, and changed chmod
for net_cnx_*
* interactive.pm: no wizard if warning
* standalone/draknet: added update after {dis}connecting
2001/03/20 Guillaume Cottenceau <gc@mandrakesoft.com>
* diskdrake.pm: fix formatting of raid
2001/03/20 Pixel <pixel@mandrakesoft.com>
* share/rpmsrate: use bastille backend
- add nautilus
* install_steps_interactive.pm: fix pcmcia functions only on x86
- create install_any::unselectMostPackages
- use it instead of pkgs::unselectAllPackages (otherwise
default_packages ends up non-selected)
(setupSCSI): don't pcmcia_probe if testing
- tellAboutProprietaryModules moved to setupSCSI
- miscellaneous step re-enabled, called Security
- pcmcia_probe moved to setupSCSI, skipped in noauto
* any.pm: use bastille backend
* install2.pm: use bastille backend
- tellAboutProprietaryModules moved to setupSCSI
- miscellaneous step re-enabled, called Security
- pcmcia_probe moved to setupSCSI, skipped in noauto
have pcmcia_probe in stage2 (for non pcmcia.img, stage1 doesn't give the
parameter any more)
* netconnect.pm (modem_detect_backend): cleanup
* c/stuff.xs.pm, c/Makefile.PL: fix pcmcia functions only on x86
have pcmcia_probe in stage2 (for non pcmcia.img, stage1 doesn't give the
parameter any more)
* Makefile: install cardmgr
* install_any.pm:
- create install_any::unselectMostPackages
- use it instead of pkgs::unselectAllPackages (otherwise
default_packages ends up non-selected)
(setPackages): install usbd in case of usb
* install_steps.pm:
- create install_any::unselectMostPackages
- use it instead of pkgs::unselectAllPackages (otherwise
default_packages ends up non-selected)
2001/03/20 Stew Benedict <sbenedict@mandrakesoft.com>
* any.pm, netconnect.pm, detect_devices.pm: any.pm: enable module load PPC
detect_devices.pm: forgot to remove commented code after test
netconnect.pm: load macserial module for PPC
2001/03/20 dam's <damien@mandrakesoft.com>
* standalone/draknet, netconnect.pm: improved connection windows, and
loading / saving of /etc/sysconfig/network-scripot/netècnx*
2001/03/20 Pixel <pixel@mandrakesoft.com>
* share/rpmsrate:
- add nautilus
* install_any.pm (setPackages): install usbd in case of usb
* Makefile: install cardmgr
2001/03/19 Guillaume Cottenceau <gc@mandrakesoft.com>
* fsedit.pm: fix loopback appearing twice in format partition
* diskdrake.pm: fix "loopback" name of loopback tab in diskdrake
2001/03/19 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/ko.po: updated korean file
Updated po files
* share/po/be.po, share/po/sp.po, share/po/pt.po, share/po/DrakX.pot,
share/po/es.po, share/po/fr.po, share/po/bg.po, share/po/ga.po,
share/po/sr.po, share/po/de.po, share/po/et.po, share/po/tr.po,
share/po/eu.po, share/po/az.po, share/po/ru.po, share/po/pt_BR.po,
share/po/hr.po, share/po/cy.po, share/po/nl.po, share/po/ja.po,
share/po/wa.po, share/po/sv.po, share/po/is.po, share/po/hu.po,
share/po/zh_TW.Big5.po, share/po/it.po, share/po/id.po, share/po/pl.po,
share/po/fi.po, share/po/no.po, share/po/zh_CN.GB2312.po,
share/po/th.po, share/po/el.po, share/po/sk.po, share/po/lt.po,
share/po/sl.po, share/po/br.po, share/po/ca.po, share/po/gl.po,
share/po/lv.po, share/po/uk.po, share/po/eo.po, share/po/ro.po,
share/po/da.po, share/po/cs.po, share/po/af.po: Updated po files
2001/03/19 Pixel <pixel@mandrakesoft.com>
* pkgs.pm (computeGroupSize): fix hacks, better hacks
(saveCompssUsers): fix
* install_steps_interactive.pm (chooseGroups):
- make the computed size work
- unselectAll when a profile is unselected
* interactive_gtk.pm (ask_from_entries_refW): better sizing in case of
scrolls
2001/03/19 Stew Benedict <sbenedict@mandrakesoft.com>
* mdk-stage1/stage1.c: stage1.c: fix for rescue image PPC
2001/03/19 dam's <damien@mandrakesoft.com>
* standalone/draknet: corrected graphical layout for newbies
* netconnect.pm: added net_cnx_{up, down} save
2001/03/19 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/ko.po: updated korean file
Updated po files
* share/po/be.po, share/po/sp.po, share/po/pt.po, share/po/DrakX.pot,
share/po/es.po, share/po/fr.po, share/po/bg.po, share/po/ga.po,
share/po/sr.po, share/po/de.po, share/po/et.po, share/po/tr.po,
share/po/eu.po, share/po/az.po, share/po/ru.po, share/po/pt_BR.po,
share/po/hr.po, share/po/cy.po, share/po/nl.po, share/po/ja.po,
share/po/wa.po, share/po/sv.po, share/po/is.po, share/po/hu.po,
share/po/zh_TW.Big5.po, share/po/it.po, share/po/id.po, share/po/pl.po,
share/po/fi.po, share/po/no.po, share/po/zh_CN.GB2312.po,
share/po/th.po, share/po/el.po, share/po/sk.po, share/po/lt.po,
share/po/sl.po, share/po/br.po, share/po/ca.po, share/po/gl.po,
share/po/lv.po, share/po/uk.po, share/po/eo.po, share/po/ro.po,
share/po/da.po, share/po/cs.po, share/po/af.po: Updated po files
2001/03/19 Pixel <pixel@mandrakesoft.com>
* pkgs.pm (computeGroupSize): fix hacks, better hacks
(saveCompssUsers): fix
* share/rpmsrate:
- add rxvt-CJK
- exchange xterm and rxvt
- move bc from SCIENCES to SYSTEM
* interactive_newt.pm (ask_from_entries_refW):
- ensure the width is less than $width - 7 (in french and 80x25, the
treelist was too big)
- if term is very big, use 10 lines instead of 5
- if no button is asked, but one in any case otherwise it's buggy
* install_steps_interactive.pm (chooseGroups):
- make the computed size work
- unselectAll when a profile is unselected
* interactive.pm (ask_from_listf_no_check): fix fix
(ask_from_listf_no_check): fix the filtering of exceptions
2001/03/19 Stew Benedict <sbenedict@mandrakesoft.com>
* mdk-stage1/stage1.c: stage1.c: fix for rescue image PPC
2001/03/18 Guillaume Cottenceau <gc@mandrakesoft.com>
* mdk-stage1/lomount.h, mdk-stage1/lomount.c, mdk-stage1/disk.c: fix for
hd-install when you provide a not valid ISO (cd #2 for example)
* mdk-stage1/frontend.h, mdk-stage1/minilibc.h, mdk-stage1/stage1.h,
mdk-stage1/log.h: use some help with __attribute__
2001/03/17 Guillaume Cottenceau <gc@mandrakesoft.com>
* rescue/tree/etc/rc.sysinit: load sr_mod and sd_mod at startup
* mdk-stage1/Makefile.mkinitrd_helper, mdk-stage1/.cvsignore: sync
* mdk-stage1/stdio-frontend.c: handle left and right arrow keys, in
editing ask_from_entries in stdio mode
* mdk-stage1/pci-resource/Makefile: do not use marfiles for deps
2001/03/17 Pixel <pixel@mandrakesoft.com>
* lang.pm (write_langs): in case of empty %_install_langs, don't write it
* install_steps.pm (pkg_install_if_requires_satisfied): better logging
* share/rpmsrate: add gpm & evolution
2001/03/17 Guillaume Cottenceau <gc@mandrakesoft.com>
* mdk-stage1/insmod-busybox/utility.c: fix insmod calling realloc(0,0) to
work with dietlibc
* mdk-stage1/insmod-busybox/Makefile: also build standalone insmod-DIET
for testing purposes..
* mdk-stage1/mkinitrd_helper/Makefile: bump version to 1.0.1 for new
mkinitrd package release
* mdk-stage1/stdio-frontend.c: handle left and right arrow keys, in
editing ask_from_entries in stdio mode
2001/03/17 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/sv.po: updated Swedish file
* share/keyboards.tar.bz2: Added a Korean keyboard, fixed bug in Japanese
keyboard
* keyboard.pm: Added choice of Korean keyboard
2001/03/17 Pixel <pixel@mandrakesoft.com>
* lang.pm (write_langs): in case of empty %_install_langs, don't write it
* install_steps.pm (pkg_install_if_requires_satisfied): better logging
* share/rpmsrate: add gpm & evolution
2001/03/16 Guillaume Cottenceau <gc@mandrakesoft.com>
* mdk-stage1/pci-resource/Makefile: refine deps
* mdk-stage1/mkinitrd_helper/mkinitrd_helper.c, mdk-stage1/Makefile,
mdk-stage1/mkinitrd_helper/Makefile: write down mkinitrd_helper
* mdk-stage1/insmod-busybox/insmod.c: force load
2001/03/16 Pixel <pixel@mandrakesoft.com>
* install_any.pm (setPackages): set flag "TV" when bttv hardware is there
* share/compssUsers, share/rpmsrate: move out TV from VIDEO
* diskdrake.pm (Type): fix the code verifying size >32 for reiserfs
* modules.pm (write_conf): better logging
* c/stuff.xs.pm: add from_utf8
* c/stuff.pm (headerGetEntry): use from_utf8 on group, summary and
description
2001/03/16 Stew Benedict <sbenedict@mandrakesoft.com>
* tools/ppc/magic, tools/ppc/mkhybrid-1.12b5.4, tools/ppc/convert,
tools/ppc/yaboot, tools/ppc/mapping: gi/tools/ppc/convert, magic,
mapping, mkhybrid-1.12b5.4, yaboot - re-add - my bad
gi/tools/ppc/convert, magic, mapping, mkhybrid-1.12b5.4, yaboot -
remove/re-add - did not use -kb switch - thx Pixel
2001/03/15 François Pons <fpons@mandrakesoft.com>
* Xconfigurator.pm: SiS card are no more prefered for XF3.
added standalone support to prefer XF3 or XF4 to
keep current used server version.
* standalone/XFdrake: remove duplicate begin label.
take care of existing configuration.
2001/03/15 Guillaume Cottenceau <gc@mandrakesoft.com>
* modules.pm: skip dc395x_trm on stage1
dc395x_trm is back in 2.4
* share/compssUsers: try to enhance
2001/03/15 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/az.po: updated Azeri file
2001/03/15 Pixel <pixel@mandrakesoft.com>
* Xconfigurator_consts.pm, Xconfigurator.pm: andre@node1583e.a2000.nl says
this is not needed anymore :)
2001/03/15 Stew Benedict <sbenedict@mandrakesoft.com>
* tools/ppc/magic, tools/ppc/convert, tools/ppc/iboot,
tools/ppc/mkINSTALLCD, tools/ppc/mkhybrid-1.12b5.4, tools/ppc/yaboot,
tools/ppc/mapping: gi/tools/ppc/convert, magic, mapping, mkINSTALLCD,
mkhybrid-1.12b5.4, yaboot: create PPC CD
* install_steps_interactive.pm, detect_devices.pm, bootloader.pm:
bootloader.pm, detect_devices.pm, install_steps_interactive.pm: changed
temporary file read/write per Pixel
* Xconfigurator.pm: force 1024x768 on Powerbook
* tools/ppc/README: README: README for creating PPC boot CD
2001/03/14 dam's <damien@mandrakesoft.com>
* netconnect.pm: changed label + profile before types..
2001/03/14 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/be.po, share/po/sp.po, share/po/pt.po,
share/po/i18n_compssUsers, share/po/DrakX.pot, share/po/es.po,
share/po/fr.po, share/po/bg.po, share/po/ga.po, share/po/sr.po,
share/po/de.po, share/po/et.po, share/po/tr.po, share/po/eu.po,
share/po/az.po, share/po/ru.po, share/po/pt_BR.po, share/po/hr.po,
share/po/ko.po, share/po/cy.po, share/po/nl.po, share/po/ja.po,
share/po/wa.po, share/po/sv.po, share/po/is.po, share/po/hu.po,
share/po/zh_TW.Big5.po, share/po/it.po, share/po/id.po, share/po/pl.po,
share/po/fi.po, share/po/no.po, share/po/zh_CN.GB2312.po,
share/po/th.po, share/po/el.po, share/po/Changelog, share/po/sk.po,
share/po/lt.po, share/po/sl.po, share/po/br.po, share/po/ca.po,
share/po/gl.po, share/po/lv.po, share/po/uk.po, share/po/eo.po,
share/po/ro.po, share/po/da.po, share/po/cs.po, share/po/af.po:
corrected the script and updated po files
2001/03/14 Pixel <pixel@mandrakesoft.com>
* share/compssUsers: keep only one Development entry
* install_steps_gtk.pm, pkgs.pm: fix the compssUsers interpretation
* bootlook.pm: fix for perl2fcalls
* install_steps_interactive.pm (chooseGroups): disable the size display as
it is wrong (for the beta2)
2001/03/14 Stew Benedict <sbenedict@mandrakesoft.com>
* install_steps_interactive.pm, install_steps_gtk.pm,
partition_table_mac.pm, bootloader.pm: fix bootstrap partition
creation/tracking
allow Xpmac to launch in 2 modes based on cmdline
2001/03/14 siegel
* share/po/de.po: new german version
2001/03/14 dam's <damien@mandrakesoft.com>
* netconnect.pm: changed label + profile before types..
2001/03/14 François Pons <fpons@mandrakesoft.com>
* pkgs.pm: fixed unselect management of choice, propagate unselection
correctly to all
packages requiring unselected package.
* install_any.pm: use LD_LOADER when invoking parshedlist.
2001/03/14 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/no.po, share/po/nl.po: updated Norwegian file
* share/locales.tar.bz2, share/gconv.tar.bz2, share/list,
share/fonts.tar.bz2: new fonts and locale files
* share/po/ko.po: Fixed email of Korean translator
updated Korean file
* install_steps_interactive.pm, install_gtk.pm, lang.pm, keyboard.pm:
completed language list
completed language->keyboard guessing list
aesthetic changes to an English message (removed \n and let gtk+
do the formatting, it is nicer)
* share/po/az.po: Updated Azeri file
2001/03/14 Pixel <pixel@mandrakesoft.com>
* pkgs.pm: fix the compssUsers interpretation
(readCompssUsers): change the key of compssUsers, added "label"
(computeGroupSize): fix bug
(computeGroupSize): fix logging
* share/gconv.tar.bz2: moved to share/list
* bootlook.pm: fix for perl2fcalls
* share/rpmsrate: CLIENT & SERVER is prohibited
* timezone.pm:
- add many timezones
- defaults to GMT
- verifier added
* install_steps_gtk.pm: fix the compssUsers interpretation
(choosePackagesTree): fix
* common.pm (bestMatchSentence, bestMatchSentence2): in wantarray, return
the number
of matched words/characters
* share/compssUsers: keep only one Development entry
CLIENT & SERVER is prohibited
* install_steps_interactive.pm (chooseGroups): disable the size display as
it is wrong (for the beta2)
(chooseGroups): add path for seperating groups, use "label" for the
group text
* Makefile: remove gconv
2001/03/13 siegel
* share/po/de.po: Fixed typos.
2001/03/13 siegel
* share/po/de.po: Fixed typos.
2001/03/13 dam's <damien@mandrakesoft.com>
* share/help.png: changed
2001/03/13 Pixel <pixel@mandrakesoft.com>
* install2.pm, install_steps_gtk.pm: compss is deprecated. use compssUsers
for the tree
* standalone/drakgw: pixelization
* share/rpmsrate: HDF can't be at the beginning of the line or it will be
taken as a flag
moved icewm to SYSTEM with !KDE !GNOME
* pkgs.pm: compss is deprecated. use compssUsers for the tree
(readCompssUsers): get the "path"
* install_steps.pm: compss is deprecated. use compssUsers for the tree
renamef created and used
* detect_devices.pm (burners): don't use cdroms() which return scdX for
ide burners, and
isBurner don't use the same technique. so use get() and grep for type
"cdrom"
* install_any.pm: compss is deprecated. use compssUsers for the tree
(setPackages): set {compssUsersChoice}{PCMCIA} if hasPCMCIA
renamef created and used
* install_steps_interactive.pm: compss is deprecated. use compssUsers for
the tree
(chooseGroups): fix to get back the icons
(chooseGroups): size computed should work
* common.pm: renamef created and used
2001/03/13 siegel
* share/po/de.po: new german translation
2001/03/13 warly
* share/compssUsers: fix {W,w}orkstation
remove ^Server and ^Development
2001/03/13 Pixel <pixel@mandrakesoft.com>
* standalone/drakgw: pixelization
* install_steps_interactive.pm (chooseGroups): size computed should work
* share/rpmsrate: moved icewm to SYSTEM with !KDE !GNOME
* install_steps.pm, common.pm, install_any.pm: renamef created and used
2001/03/12 dam's <damien@mandrakesoft.com>
* Makefile: removed wizard pixmap from install
* pixmaps/wiz_internet.png, pixmaps/wiz_internet_left.png: updated
added pixmap for wizard
* my_gtk.pm: new wizard layout, with pixmaps.
added ugly workaround for ugly Hseparator
* share/step-red.png, share/step-orange.png, share/step-orange-click.png,
share/step-green-click.png, share/step-green.png, share/step-red-on.png,
share/step-orange-on.png, share/step-green-on.png,
share/step-green_s.png, share/step-red-click.png: removing bad png
files...
* share/help.png: new help button. blah
* install_any.pm: typo
* pixmaps/wiz_default_left.png, pixmaps/wiz_default_up.png: updated
* netconnect.pm: corrected askokcancel -> askyesorno
* interactive.pm: corrected bad okcanel in wizard mode
* install_steps_interactive.pm: added $::isInstall
* share/logo-mandrake_trans.png: new logo for other themes
* services.pm: removed use Data::Dumper
corrected bug in display
2001/03/12 François Pons <fpons@mandrakesoft.com>
* modules.pm, lang.pm, commands.pm, detect_devices.pm, pkgs.pm,
live_install2: fixed live update between GLIBC 2.1 and GLIBC 2.2. should
work for other
combination but not tested. fixed locale usage and gtk environment
interaction (added LOCPATH, GCONV_PATH and GTK_EXE_PREFIX).
created LD_LOADER environment variable to keep track of right ELF loader
to be used for the GLIBC used by the live update. added internal PATH
to LD_LIBRARY_PATH as ELF loader only check this one and not PATH.
2001/03/12 Guillaume Cottenceau <gc@mandrakesoft.com>
* standalone/drakgw:
- make it work as a wizard
- make it work with iptables (kernel-2.4)
* modules.pm: reflect Jeff Garzik's answers to my questions on kernel@
2001/03/12 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/be.po, share/po/DrakX.pot, share/po/zh_CN.GB2312.po,
share/po/th.po, share/po/bg.po, share/po/de.po, share/po/tr.po,
share/po/eu.po, share/po/az.po, share/po/br.po, share/po/ca.po,
share/po/cy.po, share/po/uk.po, share/po/wa.po, share/po/da.po,
share/po/cs.po, share/po/zh_TW.Big5.po, share/po/af.po: Updated Basque
file
2001/03/12 Pixel <pixel@mandrakesoft.com>
* install_steps.pm (afterInstallPackages): save the compssUsers flattened
for rpmdrake
* install_steps_interactive.pm (summary): remove 'clicked' (labels are
used)
put everything in %compssUsers, use field flags for the flags :)
* pkgs.pm (computeGroupSize): log what is found
(saveCompssUsers): make it work
(readCompssUsers): clean-up
(saveCompssUsers): created
put everything in %compssUsers, use field flags for the flags :)
(computeGroupSize): created
* share/rpmsrate: lower Zope (anyway Zope is not in main)
* fsedit.pm (hds): search for existing lvm in @hds *and* @lvms
* commands.pm (loadkeys): created
* install_any.pm (setPackages): don't readCompssUsers with $o->{packages}
(setPackages): kernel-secure doesn't exist anymore, use kernel22-secure.
don't use kernel-secure as a kernel-smp.
put everything in %compssUsers, use field flags for the flags :)
(setPackages): set compssUsersChoice "3D" if 3D enabled graphic card
* interactive_gtk.pm (ask_from_entries_refW): add $set for "label" entries
add "label" type
* share/compssUsers: change the path format
* detect_devices.pm (get_mac_model): fix for perl2fcalls
* interactive.pm: add "label" type
2001/03/12 warly
* share/compssUsers: add some NETWORKING_* that were empty
dispach some DEVELOPMENT and SERVER to more appropriate groups
added path
* share/rpmsrate: add some NETWORKING_* that were empty
dispach some DEVELOPMENT and SERVER to more appropriate groups
2001/03/11 Guillaume Cottenceau <gc@mandrakesoft.com>
* ftp.pm: do not retry on 550 file unavailable
2001/03/12 Pixel <pixel@mandrakesoft.com>
* install_any.pm (setPackages): set compssUsersChoice "3D" if 3D enabled
graphic card
2001/03/11 dam's <damien@mandrakesoft.com>
* services.pm: no more restart button
2001/03/11 Guillaume Cottenceau <gc@mandrakesoft.com>
* ftp.pm: do not retry on 550 file unavailable
2001/03/11 Pixel <pixel@mandrakesoft.com>
* install_steps_interactive.pm (summary): fix clicked empty handler
* share/rpmsrate:
- lower tftp-server
- a lot of modifs (thanks to Prana)
2001/03/10 dam's <damien@mandrakesoft.com>
* standalone/drakxservices: embedded mode
* my_gtk.pm: added gtkset_border_width
typo again
typo
added gtkmove
added gtkset_modal and gtkappenditems
* services.pm: fixed big bug.
imajor improvement.
improved.
2001/03/10 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/be.po, share/po/sp.po, share/po/pt.po, share/po/DrakX.pot,
share/po/es.po, share/po/fr.po, share/po/bg.po, share/po/ga.po,
share/po/sr.po, share/po/de.po, share/po/et.po, share/po/tr.po,
share/po/eu.po, share/po/az.po, share/po/ru.po, share/po/pt_BR.po,
share/po/hr.po, share/po/ko.po, share/po/cy.po, share/po/nl.po,
share/po/ja.po, share/po/wa.po, share/po/sv.po, share/po/is.po,
share/po/hu.po, share/po/zh_TW.Big5.po, share/po/it.po, share/po/id.po,
share/po/pl.po, share/po/fi.po, share/po/no.po,
share/po/zh_CN.GB2312.po, share/po/th.po, share/po/el.po,
share/po/sk.po, share/po/lt.po, share/po/sl.po, share/po/br.po,
share/po/ca.po, share/po/gl.po, share/po/lv.po, share/po/uk.po,
share/po/eo.po, share/po/ro.po, share/po/da.po, share/po/cs.po,
share/po/af.po: updated Korean file
2001/03/09 dam's <damien@mandrakesoft.com>
* standalone/drakxconf: added harddrake
* my_gtk.pm: applied gtkradio
created create_boxradio
in wizard mode : list -> radio buttons
added gtkradio
* bootlook.pm: workaround for the graphical layout.
* install_steps_gtk.pm: applied gtkradio
created create_boxradio
in wizard mode : list -> radio buttons
* printerdrake.pm: if embedded -> no first question
* interactive_gtk.pm: added tooltips to create_boxradio
applied gtkradio
created create_boxradio
in wizard mode : list -> radio buttons
2001/03/09 Pixel <pixel@mandrakesoft.com>
* share/rpmsrate: a hell lot of modifications, mostly cleanup of
DEVELOPEMENT
2001/03/09 Stew Benedict <sbenedict@mandrakesoft.com>
* Xconfigurator_consts.pm: keyboard mapping for PPC
* detect_devices.pm: routine to detect MacIntosh model code
2001/03/09 dam's <damien@mandrakesoft.com>
* my_gtk.pm: added gtkradio
* standalone/draknet: changed graphical layout, expert mode
2001/03/09 Pixel <pixel@mandrakesoft.com>
* pkgs.pm (read_rpmsrate): handle the special case of packages requiring
locales-*,
adding the flag LOCALES"*" for them
* install_steps_interactive.pm (choosePackages): moved the log to
install2::choosePackages (to have it in
auto_installs too)
* install_any.pm (setPackages): set compssUsersChoice LOCALES"*"
* install2.pm (choosePackages): log groups choosen
* share/rpmsrate: a hell lot of modifications, mostly cleanup of
DEVELOPEMENT
- chineese packages
- move Aurora's to AURORA (DrakX take care of Aurora)
* install_steps_gtk.pm (remove_advertising): created
2001/03/08 Guillaume Cottenceau <gc@mandrakesoft.com>
* mdk-stage1/init.c: workaround kernel-2.4 bug with /dev/log
2001/03/08 Pixel <pixel@mandrakesoft.com>
* verify_c: fix the regexp
* detect_devices.pm (floppies): load module "floppy" before probing
2001/03/08 dam's <damien@mandrakesoft.com>
* netconnect.pm: applied if__
2001/03/08 Guillaume Cottenceau <gc@mandrakesoft.com>
* mdk-stage1/init.c: workaround kernel-2.4 bug with /dev/log
2001/03/08 Pixel <pixel@mandrakesoft.com>
* verify_c: fix the regexp
* share/rpmsrate: add i18n'ed packages
* detect_devices.pm (floppies): load module "floppy" before probing
2001/03/08 dam's <damien@mandrakesoft.com>
* common.pm: added if__
* netconnect.pm: applied if__
2001/03/08 François Pons <fpons@mandrakesoft.com>
* diskdrake.pm: avoid using e2fsck, else it abort by checking partition
size (which differs).
fix resize ext2 by using resize2fs.
* pkgs.pm: changed choice of package for selection.
* share/list: added resize2fs and dumpe2fs, removed ext2resize which is
replaced.
2001/03/08 Guillaume Cottenceau <gc@mandrakesoft.com>
* mdk-stage1/dhcp.c: do not segfault in dhcp stuff, when af_packet is not
honoured by kernel
2001/03/08 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/no.po: updated Norwegian file
2001/03/08 Pixel <pixel@mandrakesoft.com>
* install_any.pm: advertising modifs
(setPackages): use burners instead of IDEburners
* bootloader.pm: cleanup
* interactive.pm (ask_from_listf_no_check): catch wizcancel and return
undef
* fs.pm (write_fstab): change again for 'none' checking the mount point
(write_fstab): special case for device ``none'' (which can be mounted
twice or more :)
* my_gtk.pm (_create_window): on delete_event, destroy the window and
raise wizcancel
* share/po/fr.po: fix bad translation
* share/rpmsrate: add i18n'ed packages
raise kdebase
* install2.pm, install_steps.pm, install_steps_gtk.pm: advertising modifs
* detect_devices.pm: cleanup
(isBurner): use syslog to detect scsi burners
2001/03/08 Stew Benedict <sbenedict@mandrakesoft.com>
* install_steps_gtk.pm: encourage Xpmac to run in at least 16bpp
* partition_table_mac.pm: fixed variable referencing - thx Pixel
2001/03/08 dam's <damien@mandrakesoft.com>
* netconnect.pm: corrected bad pci number -> string
2001/03/08 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/bg.po, share/po/sr.po, share/po/sp.po, share/po/ca.po: updated
Bulgarian, Catalan and Serbian files
2001/03/08 Pixel <pixel@mandrakesoft.com>
* bootloader.pm (dev2grub): better error reporting
* tools/cvslog2changelog.pl (%users): add stew
* install_steps.pm (setupBootloaderBefore): aurora stupid renaming fix
* share/rpmsrate: raise kdebase
xcdroast is the best cd burner ui, raise it above others
lower some EDITORS
raise vim-X11
lower xrn, raise pan
* install_any.pm (setPackages): use burners instead of IDEburners
(setPackages): at least set BURNER for ide burners
* any.pm: cleanup
* install_steps_interactive.pm, install2.pm: re-add miscellaneous step,
but always hidden (aka automatic)
* detect_devices.pm (isBurner): use syslog to detect scsi burners
* fs.pm (write_fstab): special case for device ``none'' (which can be
mounted
twice or more :)
* tools/i386/netboot/stage2.3c90x, tools/i386/netboot/grub: new versions
(without mem=)
2001/03/08 dam's <damien@mandrakesoft.com>
* netconnect.pm: corrected bad pci number -> string
2001/03/08 Pixel <pixel@mandrakesoft.com>
* tools/i386/netboot/stage2.3c90x, tools/i386/netboot/grub: new versions
(without mem=)
2001/03/07 dam's <damien@mandrakesoft.com>
* netconnect.pm: corrected default focus after detection
don't test adsl if net install
2001/03/07 Pixel <pixel@mandrakesoft.com>
* modules.pm (add_alias): remove the alias block-major-11 as it's
overriding the
default alias to sr_mod, and is uneeded with scsi_hostadapter being
added
to /etc/modules.conf
* share/rpmsrate: lower heartbeat
2001/03/07 sbenedict
* help.pm: * perl-install/help.pm - typo in yaboot help
* any.pm: * perl-install/any.pm - fixed two $l vs. @l references -
bootloader menu, need image/boot in rec mode PPC
CVl:
----------------------------------------------------------------------
* devices.pm: * perl-install/devices.pm - add adbmouse
2001/03/07 dam's <damien@mandrakesoft.com>
* standalone/draknet: not use common anymore, uses gtkpng, cosmetic chages
2001/03/07 François Pons <fpons@mandrakesoft.com>
* install_any.pm, bootloader.pm: fixed support for other kernel for
bootloader entries.
automatically add 2.2 entries for kernel22 (manage hack-kernel too).
* Xconfigurator.pm: remove 32 bit depth for S3 Trio3D card.
* pkgs.pm: added support for killing all child process of a transaction,
necessary to be
able to umount cdrom and eject it correctly.
2001/03/07 Pixel <pixel@mandrakesoft.com>
* share/fonts.tar.bz2: use gb16fs instead of gb16st
* modules.pm (add_alias): remove the alias block-major-11 as it's
overriding the
default alias to sr_mod, and is uneeded with scsi_hostadapter being
added
to /etc/modules.conf
* share/rpmsrate: lower heartbeat
lower Mesa's rate
* install2.pm (main): save $@ in $err so that it's not modified before
being used
* share/locales.tar.bz2: remove ending '/' in symlinks not pleasing
packdrake
* standalone/drakboot: make it please perl2fcalls
2001/03/07 sbenedict
* bootloader.pm, Xconfigurator.pm: * perl-install/Xconfigurator.pm - force
XF4 for PPC in recommended mode
* perl-install/bootloader.pm - rework get_of_dev to work in live install
* install_steps_interactive.pm, any.pm, partition_table_mac.pm: *
perl-install/any.pm - change in partition_table_mac'xxx syntax
* perl-install/install_steps_interactive.pm - change in
partition_table_mac'xxx syntax
* perl-install/partition_table_mac.pm - change in
partition_table_mac'xxx syntax
2001/03/07 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/fr.po: Fixed French typos reported by tester
2001/03/07 Pixel <pixel@mandrakesoft.com>
* share/fonts.tar.bz2: use gb16fs instead of gb16st
* fsedit.pm: fix typo
* install2.pm (main): save $@ in $err so that it's not modified before
being used
* share/rpmsrate: lower Mesa's rate
* standalone/drakboot: make it please perl2fcalls
2001/03/06 dam's <damien@mandrakesoft.com>
* netconnect.pm: corrected bad %intf while savung
don't ask configuration if expert
now detecting adsl
* standalone/draknet: remmoved 'quiting appli' screen
2001/03/06 Guillaume Cottenceau <gc@mandrakesoft.com>
* install_any.pm: fix save of automatic stage1 info for static network
* mdk-stage1/init.c: do not display from syslog msg's from RPM telling
that it
installed/removed some pkg's
* mdk-stage1/Makefile: fix includes for init
2001/03/06 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/be.po, share/po/sp.po, share/po/pt.po, share/po/DrakX.pot,
share/po/es.po, share/po/fr.po, share/po/bg.po, share/po/ga.po,
share/po/sr.po, share/po/de.po, share/po/et.po, share/po/tr.po,
share/po/eu.po, share/po/az.po, share/po/ru.po, share/po/pt_BR.po,
share/po/hr.po, share/po/ko.po, share/po/cy.po, share/po/nl.po,
share/po/ja.po, share/po/wa.po, share/po/sv.po, share/po/is.po,
share/po/hu.po, help.pm, share/po/zh_TW.Big5.po, share/po/it.po,
share/po/id.po, share/po/pl.po, share/po/fi.po, share/po/no.po,
share/po/zh_CN.GB2312.po, share/po/th.po, share/po/el.po,
share/po/sk.po, share/po/lt.po, share/po/sl.po, standalone/draknet,
share/po/br.po, share/po/ca.po, share/po/gl.po, share/po/lv.po,
share/po/uk.po, share/po/eo.po, share/po/ro.po, share/po/da.po,
share/po/cs.po, share/po/af.po: corrected some typos, Updated Japanese
file
2001/03/06 Pixel <pixel@mandrakesoft.com>
* perl2fcalls:
- small fix for bootlook.pm
- don't display reused
* detect_devices.pm (stringlist): if no text description, display ids
* install_steps_interactive.pm (generateAutoInstFloppy): comment old code
(summary): fixes
(setupSCSI): cleanup
(summary): display sound/tv/isdn cards found
* fsedit.pm (check_mntpoint): don't allow LVM on / or /boot
(@suggestions_mntpoints): add /boot
* install_any.pm: hack to make perl2fcalls happy
(getHds): fix for no hd detected in newbie installs
(setPackages): s/snd-slot/sound-slot/
* install_steps_auto_install.pm (@graphical_steps): add
beforeInstallPackages so that advertisings are there
* install2.pm (setupSCSI): remove autoSCSI, cleanup
* http.pm, ftp.pm: don't use install_any
* modules.pm: add cciss
* partition_table.pm (add): create 3 primaries before creating an extended
if DAC960 (/dev/rd/*)
(add): max number of parts for rd, ida and cciss
2001/03/06 yduret
* bootlook.pm: pixelisation
2001/03/06 dam's <damien@mandrakesoft.com>
* install2.pm: corrected bad file search
corrected intf setting
* standalone/draknet: added enable/disable networking button.
* standalone/drakxconf: updated to be launched frome DrakConf if no
DISPLAY
* netconnect.pm: now detecting adsl
typo
better load_conf
* Xconfigurator.pm: cleaned png displaying
* common.pm: setinhash -> set_in_hash
added setinhash
* fs.pm: typo
use set_in_hash
2001/03/06 Guillaume Cottenceau <gc@mandrakesoft.com>
* mdk-stage1/cdrom.c: enable probing of all the CDROM drives in automatic
mode
* mdk-stage1/Makefile: fix includes for init
2001/03/06 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/be.po, share/po/sp.po, share/po/pt.po, share/po/DrakX.pot,
share/po/es.po, share/po/fr.po, share/po/bg.po, share/po/ga.po,
share/po/sr.po, share/po/de.po, share/po/et.po, share/po/tr.po,
share/po/eu.po, share/po/az.po, share/po/ru.po, share/po/pt_BR.po,
share/po/hr.po, share/po/ko.po, share/po/cy.po, share/po/nl.po,
share/po/ja.po, share/po/wa.po, share/po/sv.po, share/po/is.po,
share/po/hu.po, share/po/zh_TW.Big5.po, share/po/it.po, share/po/id.po,
share/po/pl.po, share/po/fi.po, share/po/no.po,
share/po/zh_CN.GB2312.po, share/po/th.po, share/po/el.po,
share/po/sk.po, share/po/lt.po, share/po/sl.po, share/po/br.po,
share/po/ca.po, share/po/gl.po, share/po/lv.po, share/po/uk.po,
share/po/eo.po, share/po/ro.po, share/po/da.po, share/po/cs.po,
share/po/af.po: corrected some typos, Updated Japanese file
updated Lithuanian file
* help.pm, standalone/draknet: corrected some typos, Updated Japanese file
2001/03/06 Pixel <pixel@mandrakesoft.com>
* install_steps.pm, any.pm, Xconfigurator.pm: move inittab modifying to
any::runlevel
* partition_table.pm (add): max number of parts for rd, ida and cciss
* fs.pm, netconnect.pm, common.pm: set_in_hash is now put_in_hash
* diskdrake.pm (Create): pixelization
* fsedit.pm (hds): pixelization
* install_steps_auto_install.pm (@graphical_steps): add
beforeInstallPackages so that advertisings are there
* modules.pm: add cciss
* install2.pm (main): remove unloading vfat (not needed anymore with
mdk-stage1)
2001/03/05 dam's <damien@mandrakesoft.com>
* netconnect.pm: $mouse->{device} is set if it doesn't exists.
* Makefile: added pixmaps copying
2001/03/05 Pablo Saratxaga <pablo@mandrakesoft.com>
* netconnect.pm, bootlook.pm, help.pm: fixed English typos
2001/03/05 Pixel <pixel@mandrakesoft.com>
* install_steps_interactive.pm (generateAutoInstFloppy): use
generate_automatic_stage1_params
* c/stuff.xs.pm, my_gtk.pm: XSetInputFocus now done in perl-GTK
* install_any.pm (generate_automatic_stage1_params): replace
generate_ks_cfg
2001/03/05 dam's <damien@mandrakesoft.com>
* Makefile: added pixmaps copying
* standalone/draknet: required gtk only if needed, added redirection to
newt if needed
* netconnect.pm: $mouse->{device} is set if it doesn't exists.
corrected short circuit if network install
corrected bad end message,
added copying of resolv.conf & modules.conf
* install2.pm: moved askrootpasswd and adduser before network conf
* network.pm: removed old NS0 fetching. /etc/resolv.conf is read in
install2.pm now
removed setdefaultroute and sethostname
2001/03/05 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/be.po, share/po/sp.po, share/po/pt.po, share/po/DrakX.pot,
share/po/es.po, share/po/fr.po, share/po/bg.po, share/po/ga.po,
share/po/sr.po, share/po/de.po, share/po/et.po, share/po/tr.po,
share/po/eu.po, share/po/az.po, share/po/ru.po, share/po/pt_BR.po,
share/po/hr.po, share/po/ko.po, share/po/cy.po, share/po/nl.po,
share/po/ja.po, share/po/wa.po, share/po/sv.po, share/po/is.po,
share/po/hu.po, share/po/zh_TW.Big5.po, share/po/it.po, share/po/id.po,
share/po/pl.po, share/po/fi.po, share/po/no.po,
share/po/zh_CN.GB2312.po, share/po/th.po, share/po/el.po,
share/po/sk.po, share/po/lt.po, share/po/sl.po, share/po/br.po,
share/po/ca.po, share/po/gl.po, share/po/lv.po, share/po/uk.po,
share/po/eo.po, share/po/ro.po, share/po/da.po, share/po/cs.po,
share/po/af.po: Updated Latvian, Belarussian and Spanish files
2001/03/05 Pixel <pixel@mandrakesoft.com>
* lvm.pm (lv_create): fix typo
* bootloader.pm: add use devices
(install_grub): ensure the translated messages are not too big the hard
way
* install_any.pm (generate_automatic_stage1_params): replace
generate_ks_cfg
(install_urpmi): have "use hdlist ..." in any case
* my_gtk.pm: XSetInputFocus now done in perl-GTK
(_create_window): don't care about c::XSetInputFocus not existing
* any.pm (setupBootloader): pixelization
(setupBootloader): fix call to get_append
* interactive.pm (vnew): cleanup
* common.pm (salt): cleanup
* install_steps_interactive.pm (generateAutoInstFloppy): use
generate_automatic_stage1_params
* c/stuff.xs.pm: XSetInputFocus now done in perl-GTK
* c/Makefile.PL: compile fix
* diskdrake.pm (create_buttons4partitions_): fix for displaying LVM
* Xconfigurator.pm (xtest): use external xtest if standalone
* install2.pm (main): remove unloading vfat (not needed anymore with
mdk-stage1)
2001/03/04 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/be.po, share/po/sp.po, share/po/pt.po, share/po/DrakX.pot,
share/po/es.po, share/po/fr.po, share/po/bg.po, share/po/ga.po,
share/po/sr.po, share/po/de.po, share/po/et.po, share/po/tr.po,
share/po/eu.po, share/po/az.po, share/po/ru.po, share/po/pt_BR.po,
share/po/hr.po, share/po/ko.po, share/po/cy.po, share/po/nl.po,
share/po/ja.po, share/po/wa.po, share/po/sv.po, share/po/is.po,
share/po/hu.po, share/po/zh_TW.Big5.po, share/po/it.po, share/po/id.po,
share/po/pl.po, share/po/fi.po, share/po/no.po,
share/po/zh_CN.GB2312.po, share/po/th.po, share/po/el.po,
share/po/sk.po, share/po/lt.po, share/po/sl.po, share/po/br.po,
share/po/ca.po, share/po/gl.po, share/po/lv.po, share/po/uk.po,
share/po/eo.po, share/po/ro.po, share/po/da.po, share/po/cs.po,
diskdrake.pm, share/po/af.po: updated po files
2001/03/04 Pixel <pixel@mandrakesoft.com>
* diskdrake.pm (Add2LVM): fix bug (causing empty list), make cancel work
* share/rpmsrate:
- remove autologin
- move X11R6-contrib to DEVELOPEMENT and lower rate
2001/03/04 stew <sbenedict@mandrakesoft.com>
* any.pm - changes to enable yaboot configuration for PPC
* diskdrake.pm, fs.pm, partition_table.pm isBootstrap -> isAppleBootstrap
* install_steps_interactive.pm - auto-add Apple Bootstrap - PPC
2001/03/03 Pixel <pixel@mandrakesoft.com>
* install_steps.pm, fsedit.pm, lvm.pm, standalone/diskdrake,
install_interactive.pm, install2.pm: small fixes for LVM
* diskdrake.pm: don't default the LVM name to 'pp' ;pp
small fixes for LVM
2001/03/03 Pixel <pixel@mandrakesoft.com>
* install_steps.pm: small fixes for LVM
(doPartitionDisksAfter): small adaptation for LVMs
use run_or_die
* fsedit.pm: small fixes for LVM
(hds): detect LVMs and return them
(add): handling of LVMs
(@partitions_signatures): add new magic of reiserfs
* bootloader.pm: use run_or_die
* run_program.pm (run_or_die, rooted_or_die): created
* install_steps_interactive.pm: cleanup
* install_any.pm (getHds): handle LVMs. $o->{lvms} contain them
(setPackages): ask for installation of package lvm when needed
(suggest_mount_points, find_root_parts): take $fstab as arg instead of
$hds
* install2.pm: small fixes for LVM
(formatPartitions): call vgscan if needed when / is mounted
* devices.pm (make): better caller in error
* share/list: add progs for LVM handling
* install_interactive.pm: small fixes for LVM
* diskdrake.pm: small fixes for LVM
- addition of drive to notebook cleaned
- various clean-up
- handling of LVMs
* standalone/diskdrake: small fixes for LVM
small adaptation
* lvm.pm: small fixes for LVM
creation
* partition_table.pm: add isLVMBased
2001/03/02 stew <sbenedict@mandrakesoft.com>
* commands.pm - fdisk locks up machine on report_bug - replace with pdisk PPC
* install_steps.pm - no bootfloppy, added yaboot.conf - PPC
* install_interactive.pm - pdisk vs. fdisk - PPC
* bootloader.pm - added code to create yaboot.conf, run ybin - vmlinux vs. vmlinuz
2001/03/02 stew <sbenedict@mandrakesoft.com>
* c/smp.c -stanza for PPC
* detect_devices.pm - added code for MO devices
* help.pm - help information for yaboot - PPC
* partition_table.pm - PPC mods
* partition_table_mac.pm - PPC mods
* modules.pm - PPC mods - parallel port not used
* diskdrake.pm - PPC mods - display like pdisk
* install2.pm - PPC mod - no bootdisk
* fs.pm - bootstrap partition - PPC
2001/02/27 dam's <damien@mandrakesoft.com>
* standalone/draknet: pop up a dialog to quit X when accepting
configuration
2001/02/27 Pixel <pixel@mandrakesoft.com>
* partition_table_raw.pm (@MBR_signatures): add yet another grub signature
* devices.pm (entry): add fd0H1440 and fd1H1440
* bootloader.pm (mkbootdisk): fix for mkbootdisk using fd0H1440. Must be
created
2001/02/26 dam's <damien@mandrakesoft.com>
* Makefile.drakxtools, pixmaps/hori.xpm, pixmaps/tradi.xpm,
pixmaps/eth_card_mini.xpm, pixmaps/verti.xpm: new pixmap policy
* Makefile: typo
new pixmap policy
* bootlook.pm: typo
new pixmap policy
need to be merged with bootloader
* standalone/draknet: reincluded Gtk + init Gtk
thiskind -> thiskind_backend
new pixmap policy
* standalone/drakboot: short-circuit to bootlook for the moment.
2001/02/26 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/be.po, share/po/sp.po, share/po/pt.po,
share/po/i18n_compssUsers, share/po/DrakX.pot, share/po/es.po,
share/po/fr.po, share/po/bg.po, share/po/ga.po, share/po/sr.po,
share/po/de.po, share/po/et.po, share/po/tr.po, share/po/eu.po,
share/po/az.po, share/po/ru.po, share/po/pt_BR.po, share/po/hr.po,
share/po/ko.po, share/po/cy.po, share/po/nl.po, share/po/ja.po,
share/po/wa.po, share/po/sv.po, share/po/is.po, share/po/hu.po,
share/po/zh_TW.Big5.po, share/po/it.po, share/po/id.po, share/po/pl.po,
share/po/fi.po, share/po/no.po, share/po/zh_CN.GB2312.po,
share/po/th.po, share/po/el.po, share/po/sk.po, share/po/lt.po,
share/po/sl.po, share/po/br.po, share/po/ca.po, share/po/gl.po,
share/po/lv.po, share/po/uk.po, share/po/eo.po, share/po/ro.po,
share/po/da.po, share/po/cs.po, share/po/af.po: Fixed i18n_compssUsers
script to produce a correct pot file
Updated Estonian and Walloon files
* bootlook.pm: changed I_() to _() so xgettext cna find the translatable
strings
2001/02/26 Pixel <pixel@mandrakesoft.com>
* standalone/drakgw: pixelization
* install_steps.pm: remove unneeded "use install_interactive"
* install_steps_gtk.pm (copy_advertising): fix changing for
advertising_images
2001/02/26 dam's <damien@mandrakesoft.com>
* netconnect.pm: should correct bad resolv.conf when swithcinf in
standalone embedded mode. Not Certified
fixed standalone edition
corrected wizard mode.
* Makefile.drakxtools, Makefile, pixmaps/eth_card_mini.xpm: new pixmap
policy
* standalone/draknet: new pixmap policy
fixed standalone edition
* bootlook.pm: need to be merged with bootloader
* interactive_gtk.pm: if wizard, show the button
* standalone/drakboot: short-circuit to bootlook for the moment.
2001/02/26 Pixel <pixel@mandrakesoft.com>
* common.pm (if_): fix for use in scalar context
* install_steps_interactive.pm (summary): translate mouse description
* install_steps.pm: remove unneeded "use install_interactive"
* install_steps_gtk.pm (copy_advertising): fix changing for
advertising_images
2001/02/26 warly
* share/compssUsers, share/rpmsrate: remove some packages
2001/02/26 dam's <damien@mandrakesoft.com>
* interactive_gtk.pm: if wizard, show the button
* netconnect.pm: corrected wizard mode.
2001/02/26 Pixel <pixel@mandrakesoft.com>
* common.pm (if_): fix for use in scalar context
* install_steps_interactive.pm (summary): translate mouse description
2001/02/25 dam's <damien@mandrakesoft.com>
* share/logo-mandrake-Firewall.xpm, share/logo-mandrake.xpm: changed logo.
* netconnect.pm: profile handling.
profile handling
corrected wizard.
* standalone/draknet: profile handling.
profile handling
* install_steps_interactive.pm: updated
2001/02/25 Pixel <pixel@mandrakesoft.com>
* install2.pm (main): move the load_deps before all the loadO's
* install_any.pm (g_auto_install): have formatMountPartitions graphical if
$graphical
* install_steps_interactive.pm (generateAutoInstFloppy): use "timeout 1"
for replay
* interactive_gtk.pm (ask_from_entries_refW): ensure "advanced" lists
center the chosen value
2001/02/24 Pixel <pixel@mandrakesoft.com>
* install_steps.pm, install2.pm: move writing to config files from
install2::selectKeyboard to install_steps
* share/list, Makefile, tools/i386/mkreiserfs: for now, have mkreiserfs in
the CVS since the current cooker version is too recent
* commands.pm (more): handle 'q' to quit
2001/02/24 Pixel <pixel@mandrakesoft.com>
* c/Makefile (stuff): fix the fix's fix :'-(
* detect_devices.pm (pci_probe): fix to clean the log
* install_steps_interactive.pm (setRootPassword): NIS server must be
editable
2001/02/23 Pixel <pixel@mandrakesoft.com>
* install_any.pm (g_auto_install): handle $replay flag. It means a 'not
fully automated install'.
* install_steps_auto_install.pm (@graphical_steps): specify which step
should be interactive
* c/Makefile (stuff.xs): exporting C_RPM and C_DRAKX is needed
* install_steps.pm (afterInstallPackages): no kdm UserView in NIS
(configurePrinter): if_'ization
* install_steps_interactive.pm (exitInstall): ask wether Replay or
Automated
(generateAutoInstFloppy): handle $replay flag. It means a 'not fully
automated install'.
(summary): nicer mouse name
2001/02/23 dam's <damien@mandrakesoft.com>
* network.pm, standalone/draknet, netconnect.pm, my_gtk.pm: new wizard
layout, no use gtk in draknet, minor bugfixes
2001/02/23 François Pons <fpons@mandrakesoft.com>
* pkgs.pm: added accessor the rpmsrate data of packages.
avoid rebuilding the database for oem, rpm db is assumed to be fine.
* rescue/make_rescue_img: removed kernel_reread program.
* rescue/tree/etc/oem: removed server from selection.
added mutli CD support to OEM (NFS/DVD transparent)
fixed selection of package now select much more than before.
fixed root partition size set to the minimum.
2001/02/23 Guillaume Cottenceau <gc@mandrakesoft.com>
* share/rpmsrate: move xterm to SYSTEM
2001/02/23 Pixel <pixel@mandrakesoft.com>
* Xconfigurator.pm: move the 'use my_gtk' in 'require my_gtk' and only if
needed
* install_steps_auto_install.pm (@graphical_steps): specify which step
should be interactive
* c/stuff.xs.pm: hack for macroporcessing in term.h
use C_DRAKX
* install_steps.pm (afterInstallPackages): no kdm UserView in NIS
(configurePrinter): if_'ization
* share/rpmsrate: add packages installed on demand by DrakX. they are
specifically flagged
or flagged 'INSTALL'
* perl2fcalls: handling of ``package''->import(``what to import'')
* interactive.pm (vnew): use /usr/X11R6/bin/xtest instead of c::Xtest
* Makefile (tar-drakxtools): C_RPM and C_DRAKX set to 0
* install_any.pm (g_auto_install): handle $replay flag. It means a 'not
fully automated install'.
* c/Makefile.PL: use C_DRAKX
* pkgs.pm (setSelectedFromCompssList): fix the fix
* c/Makefile (stuff.xs): exporting C_RPM and C_DRAKX is needed
add setting C_DRAKX to 1 by default
* install_steps_interactive.pm (exitInstall): ask wether Replay or
Automated
(generateAutoInstFloppy): handle $replay flag. It means a 'not fully
automated install'.
(summary): nicer mouse name
2001/02/23 Pixel <pixel@mandrakesoft.com>
* interactive_gtk.pm (ask_from_entries_refW): double clicking on list
means 'Ok'
* pkgs.pm (setSelectedFromCompssList): fix sillyness
2001/02/22 dam's <damien@mandrakesoft.com>
* netconnect.pm: corected infinite loop
2001/02/22 François Pons <fpons@mandrakesoft.com>
* rescue/tree/etc/oem: minor cleanup to edit partition size more easily.
brand new version written in perl, support repartitionning on the fly of
the
hard disk and resize of already present FAT partition.
* rescue/list.i386, rescue/list, rescue/Makefile: make rescue build a bit
more cleaner (added dependancy).
added missing file for rescue to enable new oem install.
2001/02/22 Guillaume Cottenceau <gc@mandrakesoft.com>
* mdk-stage1/insmod-modutils/include/elf_hppa64.h,
mdk-stage1/insmod-modutils/util/alias.h,
mdk-stage1/insmod-modutils/util/xstrcat.c,
mdk-stage1/insmod-modutils/util/gzfiles.c,
mdk-stage1/insmod-modutils/include/elf_arm.h,
mdk-stage1/insmod-modutils/util/sys_qm.c,
mdk-stage1/insmod-modutils/util/modstat.c,
mdk-stage1/insmod-modutils/obj/obj_sparc.c,
mdk-stage1/insmod-modutils/include/elf_m68k.h,
mdk-stage1/insmod-modutils/Makefile,
mdk-stage1/insmod-modutils/util/xstrdup.c,
mdk-stage1/insmod-modutils/obj/obj_arm.c,
mdk-stage1/insmod-modutils/obj/obj_m68k.c,
mdk-stage1/insmod-modutils/obj/obj_hppa64.c,
mdk-stage1/insmod-modutils/include/elf_sparc64.h,
mdk-stage1/insmod-modutils/util/sys_dm.c,
mdk-stage1/insmod-modutils/include/elf_s390.h,
mdk-stage1/insmod-modutils/obj/obj_s390.c,
mdk-stage1/insmod-modutils/util/xmalloc.c,
mdk-stage1/insmod-modutils/util/xsystem.c, mdk-stage1/insmod.h,
mdk-stage1/insmod-modutils/util/xftw.c,
mdk-stage1/insmod-modutils/include/elf_i386.h,
mdk-stage1/insmod-modutils/util/sys_gks.c,
mdk-stage1/insmod-modutils/util/snap_shot.c,
mdk-stage1/insmod-modutils/obj/obj_i386.c, mdk-stage1/modules.c,
mdk-stage1/stage1.c, mdk-stage1/insmod-modutils/include/obj.h,
mdk-stage1/insmod-modutils/include/elf_ppc.h,
mdk-stage1/insmod-modutils/obj/obj_reloc.c,
mdk-stage1/insmod-modutils/include/elf_sparc.h,
mdk-stage1/insmod-modutils/util/sys_nim.c,
mdk-stage1/insmod-modutils/obj/obj_ppc.c, mdk-stage1/Makefile,
mdk-stage1/insmod-modutils/include/elf_hppa.h,
mdk-stage1/insmod-busybox/insmod.c,
mdk-stage1/insmod-modutils/util/meta_expand.c,
mdk-stage1/insmod-modutils/util/arch64.c,
mdk-stage1/insmod-modutils/obj/obj_load.c,
mdk-stage1/insmod-modutils/obj/obj_hppa.c,
mdk-stage1/insmod-busybox/insmod.h,
mdk-stage1/insmod-modutils/include/elf_ia64.h,
mdk-stage1/insmod-modutils/obj/obj_ia64.c,
mdk-stage1/insmod-modutils/obj/obj_sparc64.c,
mdk-stage1/insmod-modutils/include/elf_mips.h,
mdk-stage1/insmod-modutils/include/module.h,
mdk-stage1/insmod-modutils/obj/obj_mips.c,
mdk-stage1/insmod-modutils/util/sys_cm.c,
mdk-stage1/insmod-modutils/obj/obj_alpha.c,
mdk-stage1/insmod-modutils/include/kerneld.h,
mdk-stage1/insmod-modutils/util/xrealloc.c,
mdk-stage1/insmod-modutils/obj/Makefile,
mdk-stage1/insmod-modutils/insmod-frontend.c,
mdk-stage1/insmod-modutils/obj/obj_common.c,
mdk-stage1/insmod-modutils/include/modstat.h,
mdk-stage1/insmod-modutils/util/Makefile,
mdk-stage1/insmod-modutils/include/config.h,
mdk-stage1/insmod-modutils/util/logger.c,
mdk-stage1/insmod-modutils/obj/obj_kallsyms.c,
mdk-stage1/Makefile.common, mdk-stage1/insmod-modutils/include/util.h,
mdk-stage1/insmod-modutils/util/config.c,
mdk-stage1/insmod-modutils/include/version.h,
mdk-stage1/insmod-modutils/include/kallsyms.h,
mdk-stage1/insmod-modutils/include/elf_alpha.h,
mdk-stage1/insmod-modutils/util/sys_oim.c,
mdk-stage1/insmod-modutils/insmod.c: use modutils for non Intel arch's
2001/02/22 Pixel <pixel@mandrakesoft.com>
* fs.pm (write_fstab): clean-up, $fstab takes precedence over @to_add, but
not
over existing /etc/fstab. Fix some stupid stuff
* modules.pm, commands.pm: call /usr/bin/insmod_ with full path
* install2.pm (main): don't set a special $remote_path PATH for
postInstallNonRooted
(otherwise install's modprobe is not used, and you can't "modprobe
vfat",
even if "/usr/bin/modprobe vfat" doesn't work because insmod_ is not
found.
* my_gtk.pm (create_box_with_title): disallow focusing on text if it is
non-scrolled
2001/02/22 Guillaume Cottenceau <gc@mandrakesoft.com>
* mdk-stage1/dietlibc/include/stdlib.h, mdk-stage1/minilibc.c,
mdk-stage1/init-libc-headers.h,
mdk-stage1/dietlibc/include/sys/select.h, mdk-stage1/Makefile,
mdk-stage1/init.c, mdk-stage1/minilibc.h,
mdk-stage1/dietlibc/include/unistd.h,
mdk-stage1/dietlibc/include/sys/socket.h,
mdk-stage1/dietlibc/include/signal.h: have "init" compiled against
dietlibc (rather than glibc) on non-Intel arch's
2001/02/22 Pixel <pixel@mandrakesoft.com>
* install_steps_auto_install.pm: $graphical is now a module variable. Can
be changed from everywhere
* fs.pm (write_fstab): clean-up, $fstab takes precedence over @to_add, but
not
over existing /etc/fstab. Fix some stupid stuff
* modules.pm, commands.pm: call /usr/bin/insmod_ with full path
* install2.pm (main): don't set a special $remote_path PATH for
postInstallNonRooted
(otherwise install's modprobe is not used, and you can't "modprobe
vfat",
even if "/usr/bin/modprobe vfat" doesn't work because insmod_ is not
found.
* my_gtk.pm (create_box_with_title): disallow focusing on text if it is
non-scrolled
* interactive.pm (ask_from_entries_refH_powered_normalize): fix setting
type to 'list' in
case of format. should be only set if type is unset
(ask_from_entries_refH_powered_normalize): if list+format then type is
'list', combo not accepted (hacky?)
* interactive_gtk.pm (ask_from_entries_refW): if no button wanted, don't
call create_okcancel
2001/02/22 Pixel <pixel@mandrakesoft.com>
* interactive.pm (ask_from_entries_refH_powered_normalize): if list+format
then type is
'list', combo not accepted (hacky?)
* install_steps_auto_install.pm: $graphical is now a module variable. Can
be changed from everywhere
* interactive_gtk.pm (ask_from_entries_refW): if no button wanted, don't
call create_okcancel
2001/02/21 dam's <damien@mandrakesoft.com>
* network.pm, netconnect.pm: netconnect recode, wizard compatible.
network.pm modified for wizard. Still need work for ask_yesorno,
ask_okcancel. +debugging of course
* standalone/draknet: updated (don't remember what)
2001/02/21 Guillaume Cottenceau <gc@mandrakesoft.com>
* mdk-stage1/tools.c, mdk-stage1/Makefile,
mdk-stage1/dietlibc/lib/vprintf.c, mdk-stage1/dietlibc/lib/vfprintf.c,
mdk-stage1/minilibc.h, mdk-stage1/minilibc.c,
mdk-stage1/init-libc-headers.h:
- fix "init" on ppc (do not use minilibc on non-i386 arch's)
- fix segfault of dietlibc-linked apps (broken va_stuff in dietlibc)
- cleanup of "init"
* mdk-stage1/init.c:
- fix "init" on ppc (do not use minilibc on non-i386 arch's)
- fix segfault of dietlibc-linked apps (broken va_stuff in dietlibc)
- cleanup of "init"
fix up syslog logging stuff
2001/02/21 Pixel <pixel@mandrakesoft.com>
* install_steps.pm (generateAutoInstFloppy): removed
* install_any.pm (g_auto_install): use selected_leaves for
default_packages to reduce the
list of packages (aka cleanup auto_inst.cfg)
(g_default_packages): created
* install_steps_interactive.pm (exitInstall): add generateAutoInstFloppy
and g_default_packages calls in
advanced
* netconnect.pm, partition_table.pm, fsedit.pm: cleanup Data::Dumper use
* pkgs.pm (selected_leaves): created
* install2.pm (main): do postInstallNonRooted before postInstall (so that
'modprobe
vfat' can be done in postInstallNonRooted and used in postInstall)
- move the loadO of patch/defcfg after loading modules.dep
- generateAutoInstFloppy is no more a step
- removed use Data::Dumper
2001/02/21 Chmouel Boudjnah <chmouel@mandrakesoft.com>
* share/rpmsrate: Add iputils to SYSTEM.
2001/02/21 dam's <damien@mandrakesoft.com>
* docs/wizard.doc: putain de doc de merde pout petite qui est trop débile
* interactive.pm, my_gtk.pm: corrected wizard mode.
2001/02/21 Guillaume Cottenceau <gc@mandrakesoft.com>
* mdk-stage1/TECH-INFOS: sync doc with disk automatic installs
* mdk-stage1/disk.c: add support for automatic (ex-kickstart) in disk
installs
2001/02/21 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/da.po: updated Danish file
2001/02/21 Pixel <pixel@mandrakesoft.com>
* install_steps.pm (generateAutoInstFloppy): removed
* install_any.pm (g_auto_install): use selected_leaves for
default_packages to reduce the
list of packages (aka cleanup auto_inst.cfg)
(g_default_packages): created
* install_steps_interactive.pm (exitInstall): add generateAutoInstFloppy
and g_default_packages calls in
advanced
* netconnect.pm, partition_table.pm, fsedit.pm: cleanup Data::Dumper use
* pkgs.pm (selected_leaves): created
* install2.pm (main): do postInstallNonRooted before postInstall (so that
'modprobe
vfat' can be done in postInstallNonRooted and used in postInstall)
- move the loadO of patch/defcfg after loading modules.dep
- generateAutoInstFloppy is no more a step
- removed use Data::Dumper
2001/02/20 Pixel <pixel@mandrakesoft.com>
* printerdrake.pm: fix typo
* install_steps.pm, install_steps_gtk.pm, install_any.pm: better
advertising support
2001/02/20 Guillaume Cottenceau <gc@mandrakesoft.com>
* mdk-stage1/url.h, mdk-stage1/url.c, mdk-stage1/network.c: for HTTP
installs, make use of Content-Length when available, to display
progressbar
2001/02/20 Pixel <pixel@mandrakesoft.com>
* Makefile: various
- pcmcia_config.patch now in tools (no more in install which is
removed)
- copy xpm's (until step icons work with png's)
- transform group icons in pngs
* modules.pm, class_discard.pm, my_gtk.pm, Xconfigurator.pm: various
* tools/pcmcia_config.patch: pcmcia_config.patch now here
* printerdrake.pm: fix typo
* install_any.pm, install_steps.pm, install_steps_gtk.pm: better
advertising support
2001/02/20 warly
* share/compssUsers, share/rpmsrate, share/compssList: update rpmsrate
2001/02/20 François Pons <fpons@mandrakesoft.com>
* c/stuff.xs.pm, live_install, pkgs.pm, live_install2: added RPMRC_FILE
env variable to choose rpmrc file for rpmlib used
by DrakX, neccessary for live update from a 7.2 or older.
Check that if something goes wrong with rebuilddb, avoid removing
old rpm-3 db files.
Make sure live_install can start from top directory too.
2001/02/20 Pixel <pixel@mandrakesoft.com>
* Makefile: various
- pcmcia_config.patch now in tools (no more in install which is
removed)
- copy xpm's (until step icons work with png's)
- transform group icons in pngs
* modules.pm, class_discard.pm: various
* tools/pcmcia_config.patch: pcmcia_config.patch now here
* my_gtk.pm, Xconfigurator.pm: various
major move. now ask_from_list returns false when canceled (it doesn't
die 'ask_from_list canceled' anymore)
* interactive_gtk.pm, standalone/mousedrake, install_steps_interactive.pm,
netconnect.pm, standalone/keyboarddrake, install2.pm, interactive.pm,
any.pm, printerdrake.pm, diskdrake.pm: major move. now ask_from_list
returns false when canceled (it doesn't die 'ask_from_list canceled'
anymore)
2001/02/19 Guillaume Cottenceau <gc@mandrakesoft.com>
* mdk-stage1/stage1.c: try to print errno's stuff when symlink to
/tmp/stage2 failed
* mdk-stage1/dhcp.c: ARP_MAX_RETRIES: s/5/4
2001/02/19 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/be.po, share/po/sp.po, share/po/pt.po, share/po/DrakX.pot,
share/po/es.po, share/po/fr.po, share/po/bg.po, share/po/ga.po,
share/po/sr.po, share/po/de.po, share/po/et.po, share/po/tr.po,
share/po/eu.po, share/po/az.po, share/po/ru.po, share/po/pt_BR.po,
share/po/hr.po, share/po/ko.po, share/po/cy.po, share/po/nl.po,
share/po/ja.po, share/po/wa.po, share/po/sv.po, share/po/is.po,
share/po/hu.po, share/po/zh_TW.Big5.po, share/po/it.po, share/po/id.po,
share/po/pl.po, share/po/fi.po, share/po/no.po,
share/po/zh_CN.GB2312.po, share/po/th.po, share/po/el.po,
share/po/sk.po, share/po/lt.po, share/po/sl.po, share/po/br.po,
share/po/ca.po, share/po/gl.po, share/po/lv.po, share/po/uk.po,
share/po/eo.po, share/po/ro.po, share/po/da.po, share/po/cs.po,
share/po/af.po: updated Estonian file
2001/02/19 Pixel <pixel@mandrakesoft.com>
* interactive.pm (ask_from_listf_no_check): die 'ask_from_list cancel' on
cancel
* my_gtk.pm (create_packtable): don't use attach_raw anymore (was a
sillyme)
2001/02/18 dam's <damien@mandrakesoft.com>
* standalone/draknet: typo
make fbastok happy about button placement.
little improvements.
2001/02/16 dam's <damien@mandrakesoft.com>
* install_gtk.pm: corrected xpm mask
* network.pm: wireless eth support corrected.
* share/step-red.xpm, share/step-orange.xpm, share/step-orange-click.xpm,
share/step-green-click.xpm, share/step-green.xpm, share/step-red-on.xpm,
share/step-orange-on.xpm, share/step-green-on.xpm,
share/step-red-click.xpm: re added these xpm files against display mask
pb.
2001/02/16 Guillaume Cottenceau <gc@mandrakesoft.com>
* mdk-stage1/init.c: better ansi colors
* mdk-stage1/dhcp.c: comply with glibc-2.2.2 more strict headers
* mdk-stage1/stdio-frontend.c: display more nicely when there is a long
list to choose from (1, 2 or 4 columns)
2001/02/15 Guillaume Cottenceau <gc@mandrakesoft.com>
* mdk-stage1/TECH-INFOS, mdk-stage1/README: update doc
2001/02/15 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/az.po: updated Azeri file
2001/02/15 Pixel <pixel@mandrakesoft.com>
* install_steps_gtk.pm (installPackages): fix i_images
* fsedit.pm (suggestions_mntpoint): fix
2001/02/15 Pixel <pixel@mandrakesoft.com>
* install_steps_gtk.pm (installPackages): fix i_images
(installPackages): traktolpilization and advertising
* Makefile (get_needed_files): copy png files instead of xpm's
* fsedit.pm (suggestions_mntpoint): fix
* my_gtk.pm (gtkcreate_png): add error message, syntax cleanup
* share/list: add GdkImlib stuff
* perl2fcalls: add Gtk::Gdk::ImlibImage
* install2.pm (main): set SHARE_PATH to /export/Mandrake/mdkinst/usr/share
if it exists
2001/02/15 dam's <damien@mandrakesoft.com>
* my_gtk.pm, any.pm, install_gtk.pm, install_steps_interactive.pm,
install_steps_gtk.pm, interactive_gtk.pm: added png support. Need to
test the faces2xpm stuff.
* share/step-orange-click.xpm, share/rpm-selected.xpm,
share/step-green-click.xpm, share/step-green.xpm, share/rpm-base.xpm,
share/ftin.xpm, share/step-orange-on.xpm, share/ftout.xpm,
share/step-red-click.xpm, share/step-green-on.xpm,
share/rpm-unselected.xpm, share/step-red.xpm, share/step-orange.xpm,
share/reload.xpm, share/rpm-semiselected.xpm,
share/logo-mandrake-Desktop.xpm, share/rpm-installed.xpm,
share/step-red-on.xpm: removed, png are used instead.
* standalone/draknet: updated internet and added eth conf
* share/help.xpm, share/logo-mandrake.xpm: removed, png are used instead.
added png images
* share/step-red.png, share/step-orange.png, share/reload.png,
share/logo-mandrake.png, share/rpm-semiselected.png,
share/logo-mandrake-Desktop.png, share/rpm-installed.png,
share/logo-mandrake_sav.png, share/step-red-on.png, share/help_sav.png,
share/rpm-selected.png, share/step-orange-click.png,
share/step-green-click.png, share/step-green.png, share/rpm-base.png,
share/logo-mandrake2.png, share/ftin.png, share/help.png,
share/step-orange-on.png, share/step-green-on.png, share/ftout.png,
share/step-red-click.png, share/step-green_s.png, share/themes-mdk.rc,
share/rpm-unselected.png: added png images
2001/02/15 Pixel <pixel@mandrakesoft.com>
* Makefile (get_needed_files): copy png files instead of xpm's
* install2.pm (main): set SHARE_PATH to /export/Mandrake/mdkinst/usr/share
if it exists
(selectKeyboard): give clicked as parameter
* my_gtk.pm (gtkcreate_png): add error message, syntax cleanup
* fsedit.pm (suggestions_mntpoint): fix typo
* share/list: add GdkImlib stuff
* perl2fcalls: add Gtk::Gdk::ImlibImage
* install_steps_interactive.pm (summary): better message for i18n
* install_steps_gtk.pm (installPackages): traktolpilization and
advertising
2001/02/14 dam's <damien@mandrakesoft.com>
* network.pm, standalone/draknet: wireless updated
* share/help.xpm, share/themes-mdk.rc, share/logo-mandrake.xpm: valentin
theme :)
2001/02/14 Pixel <pixel@mandrakesoft.com>
* install_steps.pm (afterInstallPackages): add user in group usb
2001/02/14 dam's <damien@mandrakesoft.com>
* share/themes-mdk.rc: valentin theme :)
added drawing theme section
* network.pm: wireless updated
updated wireless eth support
* standalone/draknet: wireless updated
* share/help.xpm, share/logo-mandrake.xpm: valentin theme :)
2001/02/13 dam's <damien@mandrakesoft.com>
* netconnect.pm: network con initiated in draknet.
netconnect improvement.
typo
* network.pm: typo
corrected domainname setting
* standalone/draknet: network con initiated in draknet.
netconnect improvement.
2001/02/13 Guillaume Cottenceau <gc@mandrakesoft.com>
* mdk-stage1/frontend.h, mdk-stage1/network.h,
mdk-stage1/stdio-frontend.c, mdk-stage1/dhcp.c, mdk-stage1/automatic.c,
mdk-stage1/newt-frontend.c, mdk-stage1/automatic.h, mdk-stage1/disk.c,
mdk-stage1/network.c: write down Magic Callback (tm) for static ip stuff
* mdk-stage1/modules.c: ask for modules parameters everytime in expert
mode, to avoid wrong autodetections in certain cases
- better log of nfs mount errors
- don't insmod modules already present (important for bzip2 slowness)
* mdk-stage1/cdrom.c: better error msg thx to mcdtg
* mdk-stage1/mount.c, mdk-stage1/nfsmount.c:
- better log of nfs mount errors
- don't insmod modules already present (important for bzip2 slowness)
* mdk-stage1/stage1.c, mdk-stage1/init.c: use exit code 66 for rescue
better console messages at startup
2001/02/13 dam's <damien@mandrakesoft.com>
* standalone/draknet: profile handling updated
* network.pm: typo
corrected domainname setting
* netconnect.pm: finished load_conf
2001/02/13 Guillaume Cottenceau <gc@mandrakesoft.com>
* rescue/make_rescue_img, rescue/list: include libs for hostname resolving
* mdk-stage1/stage1.c, mdk-stage1/init.c: better console messages at
startup
* mdk-stage1/tools.c:
- save /etc/resolv.conf for rescue
2001/02/13 Pixel <pixel@mandrakesoft.com>
* install_steps_interactive.pm (selectKeyboard): can be automatic only in
non-expert
* any.pm: md5 now done via crypt
* install_steps.pm (exitInstall): catch exception of output report.bug
(for gc)
2001/02/13 Pixel <pixel@mandrakesoft.com>
* install_steps_interactive.pm (selectKeyboard): can be automatic only in
non-expert
* tools/cvslog2changelog.pl: fix for gc & fpons
fix for fredl broken CVS
* any.pm: md5 now done via crypt
* install_steps.pm (exitInstall): catch exception of output report.bug
(for gc)
2001/02/13 dam's <damien@mandrakesoft.com>
* network.pm: experimental wireless eth support. Not tested
2001/02/13 Pixel <pixel@mandrakesoft.com>
* tools/cvslog2changelog.pl: fix for gc & fpons
fix for fredl broken CVS
* c/stuff.xs.pm, c/Makefile.PL, c/md5.h, c/md5_crypt.c, c/md5.c: md5 can
be done via crypt of glibc, so remove all this
2001/02/13 dam's <damien@mandrakesoft.com>
* any.pm: merging difference
* netconnect.pm: corrected profile handling
* network.pm: experimental wireless eth support. Not tested
2001/02/12 Pixel <pixel@mandrakesoft.com>
* tools/addchangelog.pl: log more than mdk-stage1 and perl-install (added
docs, rescue, tools)
2001/02/12 Guillaume Cottenceau <gc@mandrakesoft.com>
* mdk-stage1/probing.c: do not close un unbound socket!!
* c/stuff.xs.pm: close socket everytime in hasNetDevice
* mdk-stage1/Makefile: tag it 8.0beta instead of 8.0, to avoid future
potential confusions
* modules.pm: re include some network modules
2001/02/12 Guillaume Cottenceau <gc@mandrakesoft.com>
* rescue/list: fix vi trouble
- add lspci, lspcidrake, vim-minimal
- better /etc/issue
- better PS1
- write embryonic tool (installation of detected drivers according to
pci cards)
* rescue/aliases, rescue/tree/etc/issue: fix vi trouble
* rescue/list.i386, rescue/make_rescue_img, rescue/drvinst:
- add lspci, lspcidrake, vim-minimal
- better /etc/issue
- better PS1
- write embryonic tool (installation of detected drivers according to
pci cards)
2001/02/12 Pixel <pixel@mandrakesoft.com>
* rescue/drvinst: pixelization
* docs/README: fix doc about Mandrake/base/compss
* install_steps_gtk.pm (choosePackagesTree): non first choice packages are
in "Other".
* install_interactive.pm, any.pm, fsedit.pm, diskdrake.pm: auto_allocate
partitions choice modified. diskdrake in expert asks what kind
of auto_allocation is wanted, others choose 'simple' in
%fsedit::suggestions
* install2.pm: auto_allocate partitions choice modified. diskdrake in
expert asks what kind
of auto_allocation is wanted, others choose 'simple' in
%fsedit::suggestions
(main): gc has done it again! /tmp/conf.modules is now
/etc/modules.conf,
so load both to keep compatibility.
* my_gtk.pm: cleanup (remove ask_from_list and _ask_from_list)
* interactive_gtk.pm (ask_from_entries_refW): use
$common->{advanced_label}
(create_ctree): add keyboard shortcuts
(create_clist): moveto only if row_is_visible
* interactive.pm (ask_from_entries_refH_powered_normalize): advanced_label
defaults to
_("Advanced")
* tools/addchangelog.pl: log more than mdk-stage1 and perl-install (added
docs, rescue, tools)
* install_steps_interactive.pm (configurePrinter): cleanup,
pkg_install_if_requires_satisfied('xpp',
'kups') only if a printer is configured (for the case when _("Would you
like to configure a printer?") is answered no)
* rescue/tree/etc/rc.sysinit: add floppy module for 2.4
2001/02/10 Pixel <pixel@mandrakesoft.com>
* standalone/draknet, standalone/XFdrake: corrected pkgs_install given
* install_any.pm: add preConfigureTimezone
add step summary. remove steps configureTimezone and configurePrinter
* install_interactive.pm: cleanup
* standalone/keyboarddrake, share/keymaps_generate, keyboard.pm:
- lang2keyboards handle keyboard percentages
- xmodmaps now named keyboards
* install_steps_interactive.pm: add step summary. remove steps
configureTimezone and configurePrinter, modify selectKeyboard
* install2.pm, timezone.pm, install_steps.pm: add step summary. remove
steps configureTimezone and configurePrinter
* netconnect.pm: corrected back $install call
2001/02/10 Pixel <pixel@mandrakesoft.com>
* standalone/keyboarddrake, share/keymaps_generate, keyboard.pm:
- lang2keyboards handle keyboard percentages
- xmodmaps now named keyboards
* install_steps_interactive.pm: add step summary. remove steps
configureTimezone and configurePrinter, modify selectKeyboard
* standalone/draknet, standalone/XFdrake: corrected pkgs_install given
* install_any.pm: add preConfigureTimezone
add step summary. remove steps configureTimezone and configurePrinter
* install2.pm, timezone.pm, install_steps.pm: add step summary. remove
steps configureTimezone and configurePrinter
* install_interactive.pm: cleanup
* netconnect.pm: corrected back $install call
2001/02/09 Pixel <pixel@mandrakesoft.com>
* install_steps.pm, install_steps_interactive.pm, install2.pm,
timezone.pm: configureTimezone doesn't take parameter
/etc/sysconfig/clock
2001/02/09 Pixel <pixel@mandrakesoft.com>
* interactive_gtk.pm, interactive.pm, interactive_newt.pm: add button
handling, quite weird behaviour though cuz of newt sillyness
* install2.pm: configureTimezone doesn't take parameter
/etc/sysconfig/clock
(main): have compatibility with old stage1 (rhimage -> image)
(formatPartitions):
s|etc/sysconfig/consoletrans|etc/sysconfig/console/consoletrans|
as it should now be (see lang.pm 1.143)
* install_steps.pm, install_steps_interactive.pm, timezone.pm:
configureTimezone doesn't take parameter /etc/sysconfig/clock
2001/02/09 siegel
* share/po/de.po: new german version
2001/02/08 dam's <damien@mandrakesoft.com>
* standalone/drakgw: implemented or updated embedded mode
added embedded and (ugly) wizard mode.
* standalone/printerdrake, standalone/mousedrake, standalone/diskdrake,
standalone/keyboarddrake: implemented or updated embedded mode
* standalone/draknet: implemented or updated embedded mode
added embedded mode
* standalone/XFdrake: implemented or updated embedded mode
corrected compilation bug.
* standalone/drakboot: implemented or updated embedded mode
updated embedded mode. Should work, not tested in real world
* netconnect.pm: removed testing wizard instruction
2001/02/08 François Pons <fpons@mandrakesoft.com>
* ftp.pm: fixed wrong URLPREFIX formation if no user given.
* standalone/XFdrake: fix the previous changelog wich was wrong (bad
spelling),
added a char in comment to allow a new release (thanks to pixel :-)
make sure SHARE_PATH is set.
fixed SHARE_PATH to make sure it is setted.
* Xconfigurator.pm: added DRI experimental support (sis, radeon). Prefer
XF3 for SiS card.
* pkgs.pm: fixed problem for updating hdlist after going back to partition
step.
2001/02/08 Guillaume Cottenceau <gc@mandrakesoft.com>
* mdk-stage1/tools.c, mdk-stage1/config-stage1.h, mdk-stage1/network.c:
better memory detection (from wonderful drakx)
2001/02/08 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/be.po, share/po/sp.po, share/po/pt.po, share/po/DrakX.pot,
share/po/es.po, share/po/fr.po, share/po/bg.po, share/po/ga.po,
share/po/sr.po, share/po/de.po, share/po/et.po, share/po/tr.po,
share/po/eu.po, share/po/az.po, share/po/ru.po, share/po/pt_BR.po,
share/po/hr.po, share/po/ko.po, share/po/cy.po, share/po/nl.po,
share/po/ja.po, share/po/wa.po, share/po/sv.po, share/po/is.po,
share/po/hu.po, share/po/zh_TW.Big5.po, share/po/it.po, share/po/id.po,
share/po/pl.po, share/po/fi.po, share/po/no.po,
share/po/zh_CN.GB2312.po, share/po/th.po, share/po/el.po,
share/po/sk.po, share/po/lt.po, share/po/sl.po, share/po/br.po,
share/po/ca.po, share/po/gl.po, share/po/lv.po, share/po/uk.po,
share/po/eo.po, share/po/ro.po, share/po/da.po, share/po/cs.po,
share/po/af.po: updated Norwegian file
2001/02/08 Pixel <pixel@mandrakesoft.com>
* common.pm (availableRamMB): cleanup
* standalone.pm, standalone/XFdrake: make sure SHARE_PATH is set now in
standalone
2001/02/07 François Pons <fpons@mandrakesoft.com>
* install_any.pm: fixed unknown package ARRAY... and locales selection
according to langs.
* modules.pm: fixed module name without text for SCSI configuration
dialog, add log.
2001/02/07 Guillaume Cottenceau <gc@mandrakesoft.com>
* mdk-stage1/stage1.c, mdk-stage1/probing.h, mdk-stage1/stage1.h,
mdk-stage1/tools.c, mdk-stage1/automatic.c, mdk-stage1/init.c,
mdk-stage1/probing.c, mdk-stage1/automatic.h, mdk-stage1/modules.c,
mdk-stage1/network.c:
- use description of network cards when you have to select between
interfaces; has accuracy even in the case of multiple interface for a
given kernel module
- write down a small "shell" to change parameters on the fly (needs
compile option SPAWN_INTERACTIVE)
2001/02/07 Pixel <pixel@mandrakesoft.com>
* install_steps_interactive.pm (choosePackages): better fix for getting
max install size.
(choosePackages): call setSelectedFromCompssList with empty
compssUsersChoice meaning max
* common.pm (formatXiB): more precise for cases like 1_234_000 -> 1.2GB
2001/02/07 François Pons <fpons@mandrakesoft.com>
* install_any.pm: fixed unknown package ARRAY... and locales selection
according to langs.
2001/02/07 Pixel <pixel@mandrakesoft.com>
* install_steps_interactive.pm (choosePackages): better fix for getting
max install size.
(choosePackages): call setSelectedFromCompssList with empty
compssUsersChoice meaning max
* common.pm (formatXiB): more precise for cases like 1_234_000 -> 1.2GB
2001/02/07 Guillaume Cottenceau <gc@mandrakesoft.com>
* mdk-stage1/Makefile: tag VERSION as 8.0 since stage2 graphics now show
8.0
* mdk-stage1/network.c: don't reverse hostname lookup if dhcp already gave
hostname+domain
2001/02/07 Pixel <pixel@mandrakesoft.com>
* share/logo-mandrake.xpm: xpm files should be xpm, not pngs :-(
* detect_devices.pm (hasPCMCIA): created (check for /proc/pcmcia)
* install_steps_interactive.pm (miscellaneous): remove asking about
numlock and hd optimizations,
deprecates it (aka don't do anything)
* Xconfigurator.pm (main): don't need isLaptop anymore, use
detect_devices::hasPCMCIA
* bootloader.pm (suggest): read CLEAN_TMP from sysconfig/system, default
value of memsize
if given
(install): save CLEAN_TMP in sysconfig/system
(get_append, add_append): get or set an append value
(has_profiles, set_profiles): get or add an entry office for profiles,
also add prof=Home in
the default entry
* any.pm (setupBootloader): take care of profiles and memsize
(facesnames): only display icons capitalized. This goes along the new
mandrake_desk where capitalized named faces are the new one. [a-z].*
icons
being only kept for compatibility. (in case no capitalized icons
available
display everything (compatibility with old mandrake_desk)
* standalone/draknet, standalone/XFdrake: don't pass isLaptop
* install_steps.pm (setupBootloaderBefore, miscellaneousBefore): remove
taking care of
profiles and memsize. Now in any & bootloader
(miscellaneousBefore): CLEAN_TMP is now in $o->{bootloader}, not in
$o->{miscellaneous} anymore
* install_gtk.pm (create_help_window, create_logo_window): use gtkxpm
* netconnect.pm: remove the $isLaptop unused from a hell lot of functions
* install2.pm (@installSteps): remove miscellaneous
(main): don't remove pcmcia modules anymore (not there anymore), remove
/sbin/stage1
2001/02/07 Guillaume Cottenceau <gc@mandrakesoft.com>
* mdk-stage1/Makefile: tag VERSION as 8.0 since stage2 graphics now show
8.0
* mdk-stage1/network.c: don't reverse hostname lookup if dhcp already gave
hostname+domain
2001/02/07 Pixel <pixel@mandrakesoft.com>
* share/logo-mandrake.xpm: xpm files should be xpm, not pngs :-(
* detect_devices.pm (hasPCMCIA): created (check for /proc/pcmcia)
* install_steps_interactive.pm (miscellaneous): remove asking about
numlock and hd optimizations,
deprecates it (aka don't do anything)
* Xconfigurator.pm (main): don't need isLaptop anymore, use
detect_devices::hasPCMCIA
* bootloader.pm (suggest): read CLEAN_TMP from sysconfig/system, default
value of memsize
if given
(install): save CLEAN_TMP in sysconfig/system
(get_append, add_append): get or set an append value
(has_profiles, set_profiles): get or add an entry office for profiles,
also add prof=Home in
the default entry
* any.pm (setupBootloader): take care of profiles and memsize
(facesnames): only display icons capitalized. This goes along the new
mandrake_desk where capitalized named faces are the new one. [a-z].*
icons
being only kept for compatibility. (in case no capitalized icons
available
display everything (compatibility with old mandrake_desk)
* standalone/draknet, standalone/XFdrake: don't pass isLaptop
* install_steps.pm (setupBootloaderBefore, miscellaneousBefore): remove
taking care of
profiles and memsize. Now in any & bootloader
(miscellaneousBefore): CLEAN_TMP is now in $o->{bootloader}, not in
$o->{miscellaneous} anymore
* install_gtk.pm (create_help_window, create_logo_window): use gtkxpm
* netconnect.pm: remove the $isLaptop unused from a hell lot of functions
* install2.pm (@installSteps): remove miscellaneous
(main): don't remove pcmcia modules anymore (not there anymore), remove
/sbin/stage1
2001/02/07 Chmouel Boudjnah <chmouel@mandrakesoft.com>
* share/rpmsrate: Add usbd to SYSTEM.
2001/02/07 dam's <damien@mandrakesoft.com>
* netconnect.pm: updated wizard mode, intro and other stuff
* interactive_gtk.pm, interactive.pm, my_gtk.pm: updated wizard mode
* share/logo-mandrake.xpm: new logo
2001/02/07 François Pons <fpons@mandrakesoft.com>
* http.pm, ftp.pm, pkgs.pm: now fully fixed ftp connection (and http too)
caused by forked DrakX
with latent ftp connection.
2001/02/07 Guillaume Cottenceau <gc@mandrakesoft.com>
* mdk-stage1/Makefile: tag VERSION as 8.0 since stage2 graphics now show
8.0
* mdk-stage1/network.c: don't reverse hostname lookup if dhcp already gave
hostname+domain
2001/02/07 Pixel <pixel@mandrakesoft.com>
* share/logo-mandrake.xpm: xpm files should be xpm, not pngs :-(
* detect_devices.pm (hasPCMCIA): created (check for /proc/pcmcia)
* install_steps_interactive.pm (miscellaneous): remove asking about
numlock and hd optimizations,
deprecates it (aka don't do anything)
* Xconfigurator.pm (main): don't need isLaptop anymore, use
detect_devices::hasPCMCIA
* bootloader.pm (suggest): read CLEAN_TMP from sysconfig/system, default
value of memsize
if given
(install): save CLEAN_TMP in sysconfig/system
(get_append, add_append): get or set an append value
(has_profiles, set_profiles): get or add an entry office for profiles,
also add prof=Home in
the default entry
* any.pm (setupBootloader): take care of profiles and memsize
(facesnames): only display icons capitalized. This goes along the new
mandrake_desk where capitalized named faces are the new one. [a-z].*
icons
being only kept for compatibility. (in case no capitalized icons
available
display everything (compatibility with old mandrake_desk)
* standalone/draknet, standalone/XFdrake: don't pass isLaptop
* install_steps.pm (setupBootloaderBefore, miscellaneousBefore): remove
taking care of
profiles and memsize. Now in any & bootloader
(miscellaneousBefore): CLEAN_TMP is now in $o->{bootloader}, not in
$o->{miscellaneous} anymore
* install_gtk.pm (create_help_window, create_logo_window): use gtkxpm
* netconnect.pm: remove the $isLaptop unused from a hell lot of functions
* install2.pm (@installSteps): remove miscellaneous
(main): don't remove pcmcia modules anymore (not there anymore), remove
/sbin/stage1
2001/02/07 siegel
* share/po/de.po: new german version
2001/02/06 François Pons <fpons@mandrakesoft.com>
* ftp.pm: reworked ftp behaviour a bit for cooperative connection (avoid
opening
and closing connection too fast for each transaction). There seems
to be some problem for retrieving twice a package, this cause huge pause
between each transaction, the best is to avoid them so ?
2001/02/06 Guillaume Cottenceau <gc@mandrakesoft.com>
* mdk-stage1/tools.c, mdk-stage1/stdio-frontend.c, mdk-stage1/stage1.c,
mdk-stage1/init.c, mdk-stage1/newt-frontend.c, mdk-stage1/network.c,
mdk-stage1/modules.c, mdk-stage1/disk.c:
- slighty change the message when exiting successfully from install,
to not mess with abnormal termination
- get back dialog for hostname and domain in case of unable to guess
domain
- try to resolve DNS if self-ip can't resolve, to guess domain
- remember entries so that when there is a problem you don't have to
re-enter everything (ncurses sucking stuff in case of stdio-frontend..)
- use larger buffer for list_directory since in /dev there can be
*many* files
2001/02/05 dam's <damien@mandrakesoft.com>
* Makefile.drakxtools, Makefile: added wizard.rc handling in Makfiles.
* standalone/draknet: added infos recovering.
* netconnect.pm: added load_conf() to recover saved infos from conffile.
2001/02/05 François Pons <fpons@mandrakesoft.com>
* install_any.pm: removed abusive white char.
updated to use urpmi new format (change fakemedium to better label)
fixed frame buffer usage if not enabled (installation of Aurora)
clean up and remove unused code.
* ftp.pm: rebuild URLPREFIX as stage1 does not provide it anymore.
* pkgs.pm: updated to use urpmi new format (change fakemedium to better
label)
* Xconfigurator.pm: Removed Device3Dfx as it is no more.
* install_steps.pm: fixed frame buffer usage if not enabled (installation
of Aurora)
clean up and remove unused code.
2001/02/05 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/list: updated list of gconv modules
2001/02/05 Pixel <pixel@mandrakesoft.com>
* commands.pm (head_tail): fix usage
* interactive_gtk.pm (create_ctree): node_moveto done only if
node_is_visible is not full
2001/02/04 Guillaume Cottenceau <gc@mandrakesoft.com>
* mdk-stage1/mar/mar-frontend.c: fix bug when creating marfiles with
file-not-found in args
2001/02/04 Pixel <pixel@mandrakesoft.com>
* interactive_newt.pm: fix adaptation to the terminal size, should now
work in 80x25
* Xconfigurator.pm (monitorConfiguration): better handling of auto_install
* install_steps_interactive.pm (choosePackages): don't call
chooseSizeToInstall even with experts
* install_steps_gtk.pm (charsetChanged): re-create steps window
2001/02/03 dam's <damien@mandrakesoft.com>
* modules.pm, standalone/draknet, netconnect.pm: corrected module.conf
update, net conf saving, and no wizard by default.
2001/02/03 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/da.po: updated Danish file
2001/02/03 Pixel <pixel@mandrakesoft.com>
* Xconfigurator.pm (monitorConfiguration): ease use of {X}{type} in
auto_installs
* install_steps_gtk.pm (charsetChanged): created, takes care of setting to
the right charset the windows
* install_steps_interactive.pm (selectLanguage): call charsetChanged
* share/rpmsrate: fix ``LOCALES "zh_CN"'' with ``LOCALES"zh_CN"''
move ftp to SYSTEM so that it is installed
* Makefile: install cardmgr
* modules.pm (configure_pcmcia): cleanup
2001/02/03 Pixel <pixel@mandrakesoft.com>
* Xconfigurator.pm (monitorConfiguration): ease use of {X}{type} in
auto_installs
* install_steps_gtk.pm (charsetChanged): created, takes care of setting to
the right charset the windows
* install_steps_interactive.pm (selectLanguage): call charsetChanged
* share/rpmsrate: fix ``LOCALES "zh_CN"'' with ``LOCALES"zh_CN"''
move ftp to SYSTEM so that it is installed
* Makefile: install cardmgr
* modules.pm (configure_pcmcia): cleanup
2001/02/02 dam's <damien@mandrakesoft.com>
* share/wizard.rc: added rc file for wizard mode
2001/02/02 Pixel <pixel@mandrakesoft.com>
* Xconfigurator.pm (monitorConfiguration): better default for DDC probe
fails and
auto_install and not provided any info about the monitor
* my_gtk.pm (gtkcreate_xpm): error handling with error message
* share/rpmsrate: all GNOME and KDE moved out of GRAPHICAL_DESKTOP
* install_steps.pm (configureXBefore): set XKB_IN_USE=no if !$has_xkb in
/etc/sysconfig/i18n
* mdk-stage1/disk.c (try_with_device): bloody guillaume changed
/tmp/hdimage to /tmp/disk without even
telling, changing it back as i don't see any good reason for the move.
* install_any.pm (setPackages): in auto_installs, default to all groups
chosen, unless
compssUsersChoice exist. Won't change anything unless compssListLevel is
used of course
* Xconfigurator_consts.pm: add low_default_monitor for default of
auto_installs
* interactive_gtk.pm (ask_from_entries_refW): use gtkxpm
* Makefile, partition_table.pm, pkgs.pm, partition_table_raw.pm,
diskdrake.pm: using the new formatXiB
* detect_devices.pm (getCompaqSmartArray): adapted getCompaqSmartArray to
the fact that kernel
2.4 uses /proc/driver/array instead of /proc/array. Also adapted the
regexp now that ida/c0d0p? is no more at the beginning of the line.
(get): cleanup, remove hasIDE hasSCSI...
* common.pm (formatXiB): created, format a number in human readable format
2001/02/02 Pixel <pixel@mandrakesoft.com>
* mdk-stage1/disk.c (try_with_device): bloody guillaume changed
/tmp/hdimage to /tmp/disk without even
telling, changing it back as i don't see any good reason for the move.
2001/02/02 dam's <damien@mandrakesoft.com>
* interactive_gtk.pm, standalone/draknet, netconnect.pm, my_gtk.pm,
standalone/diskdrake: recoded wizard mode
corrected some stuff.
trying not to break draknet for cooker snapshot
2001/02/02 Pixel <pixel@mandrakesoft.com>
* Xconfigurator.pm (monitorConfiguration): better default for DDC probe
fails and
auto_install and not provided any info about the monitor
* install_any.pm (setPackages): in auto_installs, default to all groups
chosen, unless
compssUsersChoice exist. Won't change anything unless compssListLevel is
used of course
* share/locales.tar.bz2: yet another LC_NUMERIC, seems like the previous i
chose was glibc-2.1 :-(
this one en_US and seems all right!
* Xconfigurator_consts.pm: add low_default_monitor for default of
auto_installs
* Makefile, partition_table.pm, pkgs.pm, partition_table_raw.pm,
diskdrake.pm: using the new formatXiB
* install_steps.pm (configureXBefore): set XKB_IN_USE=no if !$has_xkb in
/etc/sysconfig/i18n
* common.pm (formatXiB): created, format a number in human readable format
* mdk-stage1/disk.c (try_with_device): bloody guillaume changed
/tmp/hdimage to /tmp/disk without even
telling, changing it back as i don't see any good reason for the move.
2001/02/01 dam's <damien@mandrakesoft.com>
* standalone/draknet: new draknet snapshot. Still unuseable
* interactive_gtk.pm, netconnect.pm, my_gtk.pm: updated embedded mode in
install.
2001/01/31 dam's <damien@mandrakesoft.com>
* standalone/draknet: corected translation and conflict.
2001/01/31 François Pons <fpons@mandrakesoft.com>
* modules.pm: added missing die if modprobe failed on live upgrade.
* pkgs.pm: added rpmrebuilddb directory cleaning before, remove old rpm
file
if everything has been successfull.
* install_steps.pm: changed to clean selection for non expert as used for
group selection
because it is not cleaned, need better solution TODO.
2001/01/31 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/be.po, share/po/sp.po, share/po/pt.po, share/po/DrakX.pot,
share/po/es.po, share/po/fr.po, share/po/bg.po, share/po/ga.po,
share/po/sr.po, share/po/de.po, share/po/et.po, share/po/tr.po,
share/po/eu.po, share/po/az.po, share/po/ru.po, share/po/pt_BR.po,
share/po/hr.po, share/po/ko.po, share/po/cy.po, share/po/nl.po,
share/po/ja.po, share/po/wa.po, share/po/sv.po, share/po/is.po,
share/po/hu.po, share/po/zh_TW.Big5.po, share/po/it.po, share/po/id.po,
share/po/pl.po, share/po/fi.po, share/po/no.po,
share/po/zh_CN.GB2312.po, share/po/th.po, share/po/el.po,
share/po/sk.po, share/po/lt.po, share/po/sl.po, share/po/br.po,
share/po/ca.po, share/po/gl.po, share/po/lv.po, share/po/uk.po,
share/po/eo.po, share/po/ro.po, share/po/da.po, share/po/cs.po,
share/po/af.po: updated pot file
* standalone/draknet: Fixed English typos (in English you DON'T PUT SPACES
BEFORE COLON (:);
and it is "Profile" and not "Profil")
CV:
----------------------------------------------------------------------
2001/01/31 Pixel <pixel@mandrakesoft.com>
* install_steps_interactive.pm (choosePackagesTree): created, simple
ask_many_from_list to choose
individual packages
(choosePackages): log for debug
(choosePackages): don't ask to install in beginner. Max is chosen
(setRootPassword): help not based on installClass being server or not
(selectInstallClass): remove installClass choice (was
normal/devel/server)
(chooseGroups): fix for individual package selection flag
* netconnect.pm (get_net_device): more cleanup syntax
(get_net_device): cleanup syntax
* install_steps.pm (selectLanguage): warning for debug
(miscellaneousBefore): don't use installClass to decide to use
supermount
or not. Choice is done on $::corporate. Can't say "no supermount in
server
installs" anymore
(selectInstallClass): emptied
(setupSCSI): don't configure PCMCIA if there is no PCMCIA
* install_any.pm (g_auto_install): installClass removed
(setPackages): do not preselect compssUsers entries
* install2.pm (main): don't set installClass=normal meta_class desktop
(deprecated)
(miscellaneous): TYPE= removed (was installClass)
(selectInstallClass): don't set $o->{partitions}. diskdrake will have to
ask in a set of possibilities
($o): replace fclass by fbeginner and fexpert
($o): default security level to 2 since it can't be based on
installClass (deprecated)
* install_steps_gtk.pm: restore window size for time being
* pkgs.pm (psUpdateHdlistsDeps): also copy rpmsrate
* Xconfigurator.pm (main): better error message for auto_install failing
* interactive.pm (ask_many_from_list): fix sorting
* any.pm (set_autologin): log to ensure AUTOLOGIN is not badly set by
drakx. Still
need finding the guilty
2001/01/31 Pablo Saratxaga <pablo@mandrakesoft.com>
* keyboard.pm: more kbd corrections
fixed soem keybopard values
2001/01/31 Pixel <pixel@mandrakesoft.com>
* install_steps_interactive.pm (choosePackagesTree): created, simple
ask_many_from_list to choose
individual packages
(choosePackages): log for debug
(choosePackages): don't ask to install in beginner. Max is chosen
(setRootPassword): help not based on installClass being server or not
(selectInstallClass): remove installClass choice (was
normal/devel/server)
(chooseGroups): fix for individual package selection flag
* install_steps.pm (selectLanguage): warning for debug
(miscellaneousBefore): don't use installClass to decide to use
supermount
or not. Choice is done on $::corporate. Can't say "no supermount in
server
installs" anymore
(selectInstallClass): emptied
(setupSCSI): don't configure PCMCIA if there is no PCMCIA
* install_any.pm (g_auto_install): installClass removed
(setPackages): do not preselect compssUsers entries
* install2.pm (main): don't set installClass=normal meta_class desktop
(deprecated)
(miscellaneous): TYPE= removed (was installClass)
(selectInstallClass): don't set $o->{partitions}. diskdrake will have to
ask in a set of possibilities
($o): replace fclass by fbeginner and fexpert
($o): default security level to 2 since it can't be based on
installClass (deprecated)
* install_steps_gtk.pm: restore window size for time being
* pkgs.pm (psUpdateHdlistsDeps): also copy rpmsrate
* Xconfigurator.pm (main): better error message for auto_install failing
* interactive.pm (ask_many_from_list): fix sorting
* any.pm (set_autologin): log to ensure AUTOLOGIN is not badly set by
drakx. Still
need finding the guilty
2001/01/30 dam's <damien@mandrakesoft.com>
* standalone/draknet: new draknet. unstable
* netconnect.pm: updated
debugged network card configuration after pixelisation.
2001/01/30 Guillaume Cottenceau <gc@mandrakesoft.com>
* mdk-stage1/stdio-frontend.c, mdk-stage1/newt-frontend.c: prevent from
trying to set progressbar to more than 100% (rescue is more compressed
than drakx)
* share/rpmsrate: add ldetect to config stuff I want to have on all
installs (lspcidrake)
2001/01/30 Pixel <pixel@mandrakesoft.com>
* install_steps_interactive.pm, netconnect.pm, install_interactive.pm:
adapt format functions given to ask_from_listf. $_ is no more set
* mouse.pm (detect): replace commands::modprobe by modules::load as it
should (or??)
* perl2etags: adapt to new etags (emacs 21) format
* raid.pm (make): replace commands::modprobe by modules::load as it should
(or??)
* perl2fcalls (@exclude_calls): add Eth as dam's use it quite a lot in his
regexps
* share/locales.tar.bz2: misc/LC_NUMERIC tells to use "," as number
separator instead of ".".
The sheer result is:
"0.6" * 10 gives 0
"0,6" * 10 gives 6
So i have overwritten misc/LC_NUMERIC with
/usr/share/locale/en/LC_NUMERIC and
it works nicely now :)
2001/01/29 dam's <damien@mandrakesoft.com>
* standalone/drakboot: corrected typo
2001/01/29 Guillaume Cottenceau <gc@mandrakesoft.com>
* modules.pm:
- deprecate "hdreiser.img" since we have room for "reiserfs.o" in
"hd.img"
- following deprecation of "other.img", reintegrate big modules in
relevant boot disks
2001/01/29 Pablo Saratxaga <pablo@mandrakesoft.com>
* lang.pm, share/po/et.po: updated Estonian file
2001/01/29 Pixel <pixel@mandrakesoft.com>
* detect_devices.pm (getCompaqSmartArray): /proc/array/ida0 can contain
more than one ida/c0d0p*
2001/01/28 dam's <damien@mandrakesoft.com>
* share/help.xpm, network.pm, ChangeLog, netconnect.pm: updated
2001/01/28 Pixel <pixel@mandrakesoft.com>
* install_steps_interactive.pm (choosePartitionsToFormat): fixed horrible
bug causing reiserfs partitions
not to be displayed/asked for formatting. The default value being used.
* any.pm (get_autologin): adapt to new format of sysconfig/desktop
2001/01/28 Pixel <pixel@mandrakesoft.com>
* install_steps_interactive.pm (choosePartitionsToFormat): fixed horrible
bug causing reiserfs partitions
not to be displayed/asked for formatting. The default value being used.
* any.pm (get_autologin): adapt to new format of sysconfig/desktop
2001/01/28 Pixel <pixel@mandrakesoft.com>
* install_steps_interactive.pm (choosePartitionsToFormat): fixed horrible
bug causing reiserfs partitions
not to be displayed/asked for formatting. The default value being used.
* any.pm (get_autologin): adapt to new format of sysconfig/desktop
2001/01/28 siegel
* share/po/de.po: new german version
2001/01/26 dam's <damien@mandrakesoft.com>
* interactive_gtk.pm: updated embedded mode
* standalone/drakboot: added embedded mode
2001/01/26 Guillaume Cottenceau <gc@mandrakesoft.com>
* mdk-stage1/dietlibc/include/stdio.h: adjust include files to compile
bzlib
* mdk-stage1/stage1.c: restore passing of pcmcia info to stage2
* mdk-stage1/bzlib/compress.c, mdk-stage1/bzlib/bzlib.c,
mdk-stage1/bzlib/randtable.c, mdk-stage1/bzlib/huffman.c,
mdk-stage1/modules.c, mdk-stage1/bzlib/crctable.c,
mdk-stage1/bzlib/decompress.c, mdk-stage1/bzlib/Makefile,
mdk-stage1/bzlib/bzlib_private.h, mdk-stage1/tools.c,
mdk-stage1/Makefile, mdk-stage1/bzlib/blocksort.c:
- use bzlib instead of zlib to reduce overall size
- take home my own bzlib code to (1) reduce code size with good
compile options (2) make it compile and link against dietlibc
* mdk-stage1/mar/mar-extract-only.c, mdk-stage1/mar/mar-extract-only.h,
mdk-stage1/mar/mar-frontend.c, mdk-stage1/mar/mar.h,
mdk-stage1/mar/Makefile: mar now uses bzlib, no more zlib
* mdk-stage1/pci-resource/update-pci-ids.pl: comply to new "mar -l" format
2001/01/26 Pixel <pixel@mandrakesoft.com>
* install_steps_gtk.pm (installPackages): prepare for advertising...
* interactive_newt.pm (ask_from_entries_refW): major rework for new
format, still need work
(ask_from_entries_refW): use NEWT_FLAG_PASSWORD (aka 1<<11) instead of
NEWT_FLAG_HIDDEN
(myTextbox): wrap the text if needed
(myTextbox): use a vertical scrollbar if needed
* Newt/Newt.xs (newtFormAddGrid): new name for
newtGridAddComponentsToForm, swap
parameters for much better understanding
(newtListboxGetCurrent): returns a SV (together with
newtListboxAddEntry)
(newtListboxAddEntry): data is now a SV
2001/01/26 siegel
* share/po/de.po: .
2001/01/26 Pixel <pixel@mandrakesoft.com>
* install_steps_gtk.pm (installPackages): prepare for advertising...
* interactive_newt.pm (ask_from_entries_refW): major rework for new
format, still need work
(ask_from_entries_refW): use NEWT_FLAG_PASSWORD (aka 1<<11) instead of
NEWT_FLAG_HIDDEN
(myTextbox): wrap the text if needed
(myTextbox): use a vertical scrollbar if needed
* Newt/Newt.xs (newtFormAddGrid): new name for
newtGridAddComponentsToForm, swap
parameters for much better understanding
(newtListboxGetCurrent): returns a SV (together with
newtListboxAddEntry)
(newtListboxAddEntry): data is now a SV
2001/01/26 Pixel <pixel@mandrakesoft.com>
* install_steps_gtk.pm (installPackages): prepare for advertising...
* interactive_newt.pm (ask_from_entries_refW): major rework for new
format, still need work
(ask_from_entries_refW): use NEWT_FLAG_PASSWORD (aka 1<<11) instead of
NEWT_FLAG_HIDDEN
(myTextbox): wrap the text if needed
(myTextbox): use a vertical scrollbar if needed
* Newt/Newt.xs (newtFormAddGrid): new name for
newtGridAddComponentsToForm, swap
parameters for much better understanding
(newtListboxGetCurrent): returns a SV (together with
newtListboxAddEntry)
(newtListboxAddEntry): data is now a SV
2001/01/25 dam's <damien@mandrakesoft.com>
* install2.pm: disable steps 'packages choice', 'configure X', and
'configure' 'printer'
* install_steps_interactive.pm: don't oblige user addition
* network.pm: display ethernet module
* netconnect.pm: network informations filled into
$prefix/var/lib/naat/configuration
2001/01/25 Guillaume Cottenceau <gc@mandrakesoft.com>
* mdk-stage1/stage1-data/stage1.tar.bz2: restore symlink /sbin/sh ->
/usr/bin/sh for stage2
* mdk-stage1/probing.h: better tightness of probing stuff
* mdk-stage1/probing.c: better tightness of probing stuff
print warning message when insmod of PCI-detected device fails
* mdk-stage1/stage1.c:
- mdk-stage1: now linux-2.4 uses floppy.o to access floppy drives
- remove fat/vfat modules from some boot floppies now that we don't
need it anymore
* mdk-stage1/pci-resource/update-pci-ids.pl: re-integrate autoprobe of
tulip network cards, kernel-2.4 has strange way to classify some of its
net modules..
2001/01/25 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/it.po: Waw, italian translator is very fast :)
updated Indonesian and Italian fiels
* share/po/id.po: updated Indonesian and Italian fiels
* share/locales.tar.bz2: added iso9 locale definitions
* lang.pm: fixed LANGUAGE for mk locale
2001/01/25 Pixel <pixel@mandrakesoft.com>
* install_any.pm (spawnShell): fix error message
2001/01/24 Guillaume Cottenceau <gc@mandrakesoft.com>
* mdk-stage1/stage1-data/stage1.tar.bz2:
- clean up deprecated symlinks (insmod, rmmod, cardmgr)
- remove unecessary device files
* mdk-stage1/pcmcia/cardmgr.c, mdk-stage1/pcmcia/lex_config.c,
mdk-stage1/pcmcia/vg468.h, mdk-stage1/pcmcia/cardmgr.h,
mdk-stage1/pcmcia/bulkmem.h, mdk-stage1/pcmcia/i82365.h,
mdk-stage1/pcmcia/cirrus.h, mdk-stage1/pcmcia/driver_ops.h,
mdk-stage1/pcmcia/config.h, mdk-stage1/pcmcia/version.h,
mdk-stage1/pcmcia/cistpl.h, mdk-stage1/stage1.c,
mdk-stage1/pcmcia_config.patch, mdk-stage1/pcmcia/cs.h,
mdk-stage1/pcmcia/Makefile, mdk-stage1/pcmcia/ds.h,
mdk-stage1/pcmcia/pcmcia.h, mdk-stage1/pcmcia/cs_types.h,
mdk-stage1/pcmcia/yacc_config.c, mdk-stage1/Makefile,
mdk-stage1/pcmcia/tcic.h, mdk-stage1/pcmcia/yacc_config.h,
mdk-stage1/pcmcia/pcmcia_probe.c: stage1: add pcmcia
2001/01/24 Pixel <pixel@mandrakesoft.com>
* partition_table.pm (%types): s|Compaq|Compaq/HP| per request of fpitoun
* install_steps.pm (afterInstallPackages): cleanup
* interactive.pm: better documentation of ask_from_entries_refH features
(entry)
2001/01/24 Guillaume Cottenceau <gc@mandrakesoft.com>
* mdk-stage1/stage1-data/stage1.tar.bz2:
- clean up deprecated symlinks (insmod, rmmod, cardmgr)
- remove unecessary device files
* mdk-stage1/pcmcia/cardmgr.c, mdk-stage1/pcmcia/lex_config.c,
mdk-stage1/pcmcia/vg468.h, mdk-stage1/pcmcia/cardmgr.h,
mdk-stage1/pcmcia/bulkmem.h, mdk-stage1/pcmcia/i82365.h,
mdk-stage1/pcmcia/cirrus.h, mdk-stage1/pcmcia/driver_ops.h,
mdk-stage1/pcmcia/config.h, mdk-stage1/pcmcia/version.h,
mdk-stage1/pcmcia/cistpl.h, mdk-stage1/stage1.c,
mdk-stage1/pcmcia_config.patch, mdk-stage1/pcmcia/cs.h,
mdk-stage1/pcmcia/Makefile, mdk-stage1/pcmcia/ds.h,
mdk-stage1/pcmcia/pcmcia.h, mdk-stage1/pcmcia/cs_types.h,
mdk-stage1/pcmcia/yacc_config.c, mdk-stage1/Makefile,
mdk-stage1/pcmcia/tcic.h, mdk-stage1/pcmcia/yacc_config.h,
mdk-stage1/pcmcia/pcmcia_probe.c: stage1: add pcmcia
2001/01/24 Pixel <pixel@mandrakesoft.com>
* partition_table.pm (%types): s|Compaq|Compaq/HP| per request of fpitoun
* install_steps.pm (afterInstallPackages): cleanup
* interactive.pm: better documentation of ask_from_entries_refH features
(entry)
2001/01/23 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/be.po, share/po/sp.po, share/po/pt.po, share/po/DrakX.pot,
share/po/es.po, share/po/fr.po, share/po/bg.po, share/po/ga.po,
share/po/sr.po, share/po/de.po, share/po/et.po, share/po/tr.po,
share/po/eu.po, share/po/az.po, share/po/ru.po, share/po/pt_BR.po,
share/po/hr.po, share/po/ko.po, share/po/cy.po, share/po/nl.po,
share/po/ja.po, share/po/wa.po, share/po/sv.po, share/po/is.po,
share/po/hu.po, share/po/zh_TW.Big5.po, share/po/it.po, share/po/pl.po,
share/po/fi.po, share/po/no.po, share/po/zh_CN.GB2312.po,
share/po/th.po, share/po/el.po, share/po/sk.po, share/po/lt.po,
share/po/sl.po, share/po/br.po, share/po/ca.po, share/po/gl.po,
share/po/lv.po, share/po/uk.po, share/po/eo.po, share/po/ro.po,
share/po/da.po, share/po/cs.po, share/po/af.po: updated Greek file
2001/01/22 dam's <damien@mandrakesoft.com>
* install_steps_interactive.pm, netconnect.pm: corrected slide bar, and
added network conf save in /root/networking.tmp
2001/01/22 Guillaume Cottenceau <gc@mandrakesoft.com>
* mdk-stage1/network.c: add automatic support in choice of NET device, in
case of multiple NET devices
consistent dot-terminated error messages, consistent no-dot log messages
re-put Netmask input per default (void entry -> automatic guess)
* mdk-stage1/stage1.c, mdk-stage1/dhcp.c, mdk-stage1/modules.c: consistent
dot-terminated error messages, consistent no-dot log messages
2001/01/22 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/id.po: updated Indonesian file
* share/po/be.po, share/po/sp.po, share/po/pt.po, share/po/es.po,
share/po/fr.po, share/po/bg.po, share/po/ga.po, share/po/sr.po,
share/po/de.po, share/po/et.po, share/po/tr.po, share/po/eu.po,
share/po/az.po, share/po/ru.po, share/po/pt_BR.po, share/po/ko.po,
share/po/cy.po, share/po/nl.po, share/po/ja.po, share/po/sv.po,
share/po/is.po, share/po/hu.po, share/po/zh_TW.Big5.po, share/po/it.po,
share/po/pl.po, netconnect.pm, share/po/no.po, share/po/fi.po,
share/po/zh_CN.GB2312.po, share/po/th.po, share/po/el.po,
share/po/sk.po, share/po/lt.po, share/po/sl.po, share/po/br.po,
share/po/ca.po, share/po/gl.po, share/po/lv.po, share/po/uk.po,
share/po/eo.po, share/po/ro.po, share/po/da.po, share/po/cs.po,
share/po/af.po: updated po files
* share/po/wa.po: updated po files
updated pot file
* install2.pm, lang.pm: fixed the places where console fonts and related
files are put under
/etc/sysconfig to the places really used by console-tools
* share/po/DrakX.pot: updated pot file
* share/po/hr.po: updated po files
updated Croatian file
2001/01/22 Pixel <pixel@mandrakesoft.com>
* pkgs.pm (read_rpmsrate): if $packages is undef, ignore it. That way,
read_rpmsrate
can be called standalone.
* network.pm, install_steps_interactive.pm, netconnect.pm, my_gtk.pm,
install_interactive.pm, install2.pm, partition_table.pm, install_any.pm,
any.pm, printerdrake.pm, Xconfigurator.pm, diskdrake.pm: $::beginner is
deprecated, replaced by !$::expert
2001/01/21 Guillaume Cottenceau <gc@mandrakesoft.com>
* mdk-stage1/url.c, mdk-stage1/network.c: allow providing void password in
network/ftp installs
2001/01/21 Pixel <pixel@mandrakesoft.com>
* interactive_gtk.pm (create_ctree): fix case with formatted list
2001/01/21 Guillaume Cottenceau <gc@mandrakesoft.com>
* mdk-stage1/stage1.c, mdk-stage1/nfsmount.c: fix remaining perror's
* mdk-stage1/url.c, mdk-stage1/network.c: allow providing void password in
network/ftp installs
2001/01/21 Pixel <pixel@mandrakesoft.com>
* interactive_gtk.pm (create_ctree): fix case with formatted list
2001/01/21 Guillaume Cottenceau <gc@mandrakesoft.com>
* mdk-stage1/stage1.c, mdk-stage1/nfsmount.c: fix remaining perror's
2001/01/21 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/pt_BR.po, share/po/da.po: updated Danish and Brazilian files
2001/01/21 Guillaume Cottenceau <gc@mandrakesoft.com>
* mdk-stage1/nfsmount.c: fix remaining perror's
* mdk-stage1/stage1.c: fix remaining perror's
- better msg in fatal errors
- do not include code to spawn a shell for releases
2001/01/21 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/pt_BR.po, share/po/da.po: updated Danish and Brazilian files
2001/01/21 Pixel <pixel@mandrakesoft.com>
* install_steps_interactive.pm (selectMouse): use ask_from_treelist_
* interactive.pm (ask_from_treelist_): created, split with the separator,
call translate on
words, then re-join.
2001/01/19 François Pons <fpons@mandrakesoft.com>
* install_any.pm: fixes for CD not changeable.
* install_steps_interactive.pm: fixed unselect group and inoperant
individual package selection.
removed expert mode and install class.
2001/01/18 François Pons <fpons@mandrakesoft.com>
* install_steps.pm: fixed obligation of relative large install, now
minimum is lesser.
* install_steps_gtk.pm: make sure no ratio above 1 can occur, still need
to see why as it happens
on install-abort-choices-install or
install-abort-choices-fs-format(none)-choices-install
* live_install: update live install to match /tmp/image instead of
/tmp/rhimage.
2001/01/17 François Pons <fpons@mandrakesoft.com>
* install_steps.pm, install_any.pm: fixes with /tmp/rhimage and
/tmp/image.
* pkgs.pm: update to use new header file format in hdlist (added arch) but
depslist has not it...
* install2.pm: fixes with /tmp/rhimage and /tmp/image
2001/01/16 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/bg.po: updated bulgarian file
2001/01/12 Guillaume Cottenceau <gc@mandrakesoft.com>
* mdk-stage1/url.c: use strrchr instead of doing it by hand
* mdk-stage1/insmod-busybox/busybox.h,
mdk-stage1/insmod-busybox/utility.c, mdk-stage1/insmod-busybox/insmod.c:
- replace remaining perror's with log_perror's
- little code cleanup
* mdk-stage1/stage1-data/stage1.tar.bz2,
mdk-stage1/stage1-data/stage1-with-sash.tar.bz2: add /dev/fd0
* mdk-stage1/stage1.c, mdk-stage1/modules.h, mdk-stage1/tools.c,
mdk-stage1/tools.h, mdk-stage1/disk.c, mdk-stage1/modules.c:
- add load of third party modules in Expert mode (PS rulz)
2001/01/12 siegel
* share/po/de.po: updates
2001/01/12 François Pons <fpons@mandrakesoft.com>
* install_steps_interactive.pm: fixed addUser for invocation of
any::ask_users.
fixed bad invocation of installation of X server.
2001/01/12 Guillaume Cottenceau <gc@mandrakesoft.com>
* mdk-stage1/cdrom.c: add more memory carefulness with CDROM install
- add wait_message for initializing of CDROM's (it can be long when
it's SCSI)
- print CDROM drive names (model) in dialogs
* mdk-stage1/mount.c, mdk-stage1/lomount.c, mdk-stage1/disk.c:
- fix behaviour with bad ISO images (DISK installs)
- better dialogs for DISK installs
2001/01/12 Pablo Saratxaga <pablo@mandrakesoft.com>
* lang.pm: make lang list in format for tree-selector
2001/01/11 Guillaume Cottenceau <gc@mandrakesoft.com>
* mdk-stage1/disk.c: fix failing umount for DISK installs in some failing
loopback situations
act nicely when no partitions are found on some disk
* mdk-stage1/modules.h: polish generic blank.img situation (no modules
and/or modules.dep available)
* mdk-stage1/lomount.c: fix failing umount for DISK installs in some
failing loopback situations
better log messages
continue anyway when insmod'ing of modules fail (for blank.img)
* mdk-stage1/probing.c: close some fd's
* mdk-stage1/stage1.c, mdk-stage1/modules.c: polish generic blank.img
situation (no modules and/or modules.dep available)
continue anyway when insmod'ing of modules fail (for blank.img)
2001/01/11 Guillaume Cottenceau <gc@mandrakesoft.com>
* mdk-stage1/Makefile, mdk-stage1/disk.c:
- add DISK install from ISO image file
- add FTP
- add HTTP
- use single place for mountpoints and static directories
* mdk-stage1/hack, mdk-stage1/lomount.c, mdk-stage1/lomount.h:
- add DISK install from ISO image file
* mdk-stage1/stage1.c, mdk-stage1/config-stage1.h, mdk-stage1/stage1.h,
mdk-stage1/tools.c, mdk-stage1/stdio-frontend.c, mdk-stage1/cdrom.c,
mdk-stage1/tools.h, mdk-stage1/newt-frontend.c, mdk-stage1/network.c:
- add FTP
- add HTTP
- use single place for mountpoints and static directories
* mdk-stage1/insmod-busybox/Config.h: tweak config
2001/01/11 Pixel <pixel@mandrakesoft.com>
* standalone/adduserdrake: adduserdrake may handles autologin
* install_steps.pm (addUser): set autologin
* install2.pm (addUser): moved setAuthentication to install_steps::addUser
* install_steps_interactive.pm (addUser): fix
2001/01/11 dam's <damien@mandrakesoft.com>
* install_steps.pm, install_steps_interactive.pm, ChangeLog,
netconnect.pm: updated
2001/01/11 Guillaume Cottenceau <gc@mandrakesoft.com>
* mdk-stage1/pci-resource/update-pci-ids.pl: remove nasty messages when
mar or marfiles not available to perform consistency check
2001/01/11 Pixel <pixel@mandrakesoft.com>
* install_steps.pm (configureX): call directly $o->pkg_install, no need to
add 'XFree86-' at the beginning
(addUser): use any::write_passwd_user
(setRootPassword): use any::write_passwd_user
(configureX): fix bad $install given to Xconfigurator::main
* any.pm (write_passwd_user): add or update an entry in /etc/passwd
(ask_users): created, interactively ask users to add (used in
adduserdrake and install)
(allocUsers, addUsers): changed the prototype
(setupBootloader): grep out fat partitions for the "Boot device"
propositions (people are too stupid)
* my_gtk.pm (main): third argument is a function to call before leaving in
case of
"cancel" clicked.
* interactive_gtk.pm (create_ctree): fix default value selecting failing
(in case of "format")
(ask_from_entries_refW): apply "format" on label when icon is missing
for iconlist
(ask_from_entries_refW): handle "canceled" callback. Permits to overrule
the cancel.
* install_any.pm (g_auto_install): deep copy of $o->{users} because we're
modifying it
* install_steps_interactive.pm (addUser): use any::ask_users
* standalone/adduserdrake: use any::ask_users
* Xconfig.pm (getinfoFromDDC): removed devices::make("/dev/zero") (now in
install2::main)
* install2.pm (main): move devices::make("/dev/zero") needed by ddcxinfos
here
* interactive.pm (ask_from_entries_refH_powered_normalize): "canceled"
callback defaults
to "sub { 0 }"
2001/01/11 Pixel <pixel@mandrakesoft.com>
* interactive_gtk.pm (ask_from_entries_refW): apply "format" on label when
icon is missing for iconlist
(ask_from_entries_refW): handle "canceled" callback. Permits to overrule
the cancel.
* install_steps.pm (configureX): call directly $o->pkg_install, no need to
add 'XFree86-' at
the beginning
(addUser): use any::write_passwd_user
(setRootPassword): use any::write_passwd_user
(configureX): fix bad $install given to Xconfigurator::main
* any.pm (write_passwd_user): add or update an entry in /etc/passwd
(ask_users): created, interactively ask users to add (used in
adduserdrake
and install)
(allocUsers, addUsers): changed the prototype
(setupBootloader): grep out fat partitions for the "Boot device"
propositions (people are too stupid)
* my_gtk.pm (main): third argument is a function to call before leaving in
case of
"cancel" clicked.
* install_any.pm (g_auto_install): deep copy of $o->{users} because we're
modifying it
* install_steps_interactive.pm (addUser): use any::ask_users
* standalone/adduserdrake: use any::ask_users
* Xconfig.pm (getinfoFromDDC): removed devices::make("/dev/zero") (now in
install2::main)
* install2.pm (main): move devices::make("/dev/zero") needed by ddcxinfos
here
* interactive.pm (ask_from_entries_refH_powered_normalize): "canceled"
callback defaults
to "sub { 0 }"
2001/01/11 Pixel <pixel@mandrakesoft.com>
* Xconfigurator.pm (autologin): moved to package any
* interactive_gtk.pm (ask_from_entries_refW): apply "format" on label when
icon is missing for iconlist
(ask_from_entries_refW): handle "canceled" callback. Permits to overrule
the cancel.
* install_steps.pm (configureX): call directly $o->pkg_install, no need to
add 'XFree86-' at
the beginning
(addUser): use any::write_passwd_user
(setRootPassword): use any::write_passwd_user
(configureX): fix bad $install given to Xconfigurator::main
* any.pm (write_passwd_user): add or update an entry in /etc/passwd
(ask_users): created, interactively ask users to add (used in
adduserdrake
and install)
(allocUsers, addUsers): changed the prototype
(setupBootloader): grep out fat partitions for the "Boot device"
propositions (people are too stupid)
* my_gtk.pm (main): third argument is a function to call before leaving in
case of
"cancel" clicked.
* install_any.pm (g_auto_install): deep copy of $o->{users} because we're
modifying it
* Makefile.config (STANDALONEPMS): remove netdrake (which is deprecated)
* install_steps_interactive.pm (addUser): use any::ask_users
* standalone/adduserdrake: use any::ask_users
* Xconfig.pm (getinfoFromDDC): removed devices::make("/dev/zero") (now in
install2::main)
* install2.pm (main): move devices::make("/dev/zero") needed by ddcxinfos
here
* interactive.pm (ask_from_entries_refH_powered_normalize): "canceled"
callback defaults
to "sub { 0 }"
2001/01/10 Guillaume Cottenceau <gc@mandrakesoft.com>
* mdk-stage1/dietlibc/dietfeatures.h: tweak dietlibc config to get minimal
size
* mdk-stage1/dietlibc/lib/vsscanf.c, mdk-stage1/dietlibc/lib/ttyname.c:
remove warnings from compile
2001/01/10 Pixel <pixel@mandrakesoft.com>
* interactive_gtk.pm (ask_from_entries_refW): add handling of 'changed'
callback on clist/list/ctree
* install_steps.pm (addUser): use any::pack_passwd
(setRootPassword): use any::unpack_passwd and any::pack_passwd
* Xconfigurator.pm (cardConfiguration): adapt for $install which is
generic
(autologin): use $install which is now generic
* install_steps_interactive.pm (selectLanguage): many_languages choice
moved there as advanced
* my_gtk.pm (create_packtable): yet another try to have something nice :)
!! uses Gtk::Table::attach_raw which is available in
perl-GTK-0.7004-6mdk !!
(create_box_with_title): with the size given to set_usize for the scroll
containing the text widget in case of long text. and don't let the
scroll
grow.
(gtktext_insert): remove adding an ending "\n" (no more needed?)
* any.pm (setAutologin): cleanup
(pack_passwd, unpack_passwd): created
2001/01/10 dam's <damien@mandrakesoft.com>
* install_steps_interactive.pm: corrected last message . firewall
2001/01/10 Guillaume Cottenceau <gc@mandrakesoft.com>
* modules.pm: fix modules.pm for modules to be skept in stage1 (ppa, imm,
parport*, plip)
2001/01/10 Pixel <pixel@mandrakesoft.com>
* interactive_gtk.pm (ask_from_entries_refW): add handling of 'changed'
callback on clist/list/ctree
* install_steps.pm (addUser): use any::pack_passwd
(setRootPassword): use any::unpack_passwd and any::pack_passwd
* my_gtk.pm (create_packtable): yet another try to have something nice :)
!! uses Gtk::Table::attach_raw which is available in
perl-GTK-0.7004-6mdk !!
(create_box_with_title): with the size given to set_usize for the scroll
containing the text widget in case of long text. and don't let the
scroll
grow.
(gtktext_insert): remove adding an ending "\n" (no more needed?)
* any.pm (setAutologin): cleanup
(pack_passwd, unpack_passwd): created
* Xconfigurator.pm (cardConfiguration): adapt for $install which is
generic
(autologin): use $install which is now generic
* install_steps_interactive.pm (selectLanguage): many_languages choice
moved there as advanced
* standalone/printerdrake, standalone/keyboarddrake, standalone/draknet2,
standalone/livedrake, standalone/drakboot, standalone/draksec,
standalone/netdrake, standalone/mousedrake, standalone/drakgw,
standalone/drakxservices, standalone.pm, standalone/draknet,
standalone/XFdrake, standalone/diskdrake, standalone/adduserdrake,
standalone/drakxconf: use standalone and standalone::pkgs_install
2001/01/09 Pixel <pixel@mandrakesoft.com>
* any.pm (drakx_version): nicer (4gc)
* install2.pm (main): log::l the drakx_version
* my_gtk.pm (create_packtable): no_expand option added
* interactive.pm (ask_from_entries_refH_powered_normalize): field
"disabled" added,
"advanced_messages" added
* lang.pm (langs): created (transform the $o->{langs} hash ref in a list)
(pack_langs): use lang::langs
* install_steps.pm (selectLanguage): $o->{langs} is now a ref so
initialize as such
* Makefile (get_needed_files): generate /usr/share/VERSION which contains
the version
of ChangeLog (which is updated at each upload)
* install_steps_interactive.pm (choosePartitionsToFormat): handle "check
for bad blocks" as advanced
(setRootPassword): remove choosing non-md5 or non-shadow passwords.
* install_any.pm (setPackages): use lang::langs instead of using
$o->{langs} as a array ref (it is not so anymore)
(spawnShell): print the drakx_version
2001/01/08 Pixel <pixel@mandrakesoft.com>
* interactive.pm: fixes
(ask_from_treelistf, ask_from_treelist): now use ask_from_entries_refH
(ask_from_entries_refH_powered): remove "1;" (was there for debugging)
* interactive_gtk.pm: fixes
(ask_from_treelistW): removed
(create_ctree): created, used for ``type => treelist'' entries
* my_gtk.pm: fixes
* ChangeLog: New snapshot uploaded
2001/01/07 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/sr.po, share/po/sp.po, share/po/no.po, share/po/cs.po: updated
Czech, Norwegian and Serbian files
2001/01/07 Pixel <pixel@mandrakesoft.com>
* install_steps_interactive.pm: update code for new ask_from_entries_refH
which doesn't handle optional ok/cancel names in arg 1.
must be handled via ask_from_entries_refH_powered
(selectLanguage, selectKeyboard): use ask_from_entries_refH instead of
ask_from_listf_, it enables the use of advanced
* any.pm, printerdrake.pm: update code for new ask_from_entries_refH which
doesn't handle optional ok/cancel names in arg 1.
must be handled via ask_from_entries_refH_powered
* interactive.pm: update code for new ask_from_entries_refH which doesn't
handle optional ok/cancel names in arg 1.
must be handled via ask_from_entries_refH_powered
(ask_from_listf_no_check): replaces ask_from_list_no_check
(ask_from_entries_refH_powered): sorts the list if needed or wanted
* partition_table_raw.pm (test_for_bad_drives): created
- ugly stuff needed mainly for Western Digital IDE drives
- try writing what we've just read, yells if it fails
- testing on last sector of head #0 (unused in 99% cases)
* ftp.pm (getFile): make it work (it used to dead-loop when getFile'ing an
non-existent
file, stressing the ftp server :-/ )
for the moment, just release cdrom.img, hd.img and hdreiser.img
others should should come...
* install_steps.pm: for the moment, just release cdrom.img, hd.img and
hdreiser.img
others should should come...
* interactive_gtk.pm (ask_from_listW): removed
(create_list): calls "format" on list elems before prompting them
(create_clist): created
(ask_from_entries_refW): calls create_clist in case of list with no help
* install_steps_gtk.pm (installPackages): autoflush stdout before beeping
(installPackages): don't take into account the time when prompting the
user
* common.pm (may_apply): added
* install_any.pm (getHds): test_for_bad_drives called on hard drives
(getHds): ensure $o->{hds} is not set until the hard drives are checked
2001/01/06 Pixel <pixel@mandrakesoft.com>
* keyboard.pm (setup): don't xmodmap if DISPLAY is unset
* ChangeLog: New snapshot uploaded
New snapshot uploaded
2001/01/06 Pixel <pixel@mandrakesoft.com>
* keyboard.pm (setup): don't xmodmap if DISPLAY is unset
* ChangeLog: New snapshot uploaded
2001/01/06 Pixel <pixel@mandrakesoft.com>
* keyboard.pm (setup): don't xmodmap if DISPLAY is unset
* standalone/rpmdrake: deprecated (and has been for a long time now)
* network.pm, install_steps_interactive.pm, netconnect.pm,
install_interactive.pm, standalone/adduserdrake, any.pm,
Makefile.config, printerdrake.pm, Xconfigurator.pm, diskdrake.pm:
ask_from_entries_refH parameter format has changed so change all
accesses to it.
2001/01/05 François Pons <fpons@mandrakesoft.com>
* lang.pm, keyboard.pm: forget _exit in child process after a fork of
DrakX
removed need of packdrake binary
* Xconfigurator.pm: use of SHARE_PATH for MonitorsDB, Cards+, CardsNames
* live_install2: cleanup to keep libperl.so but the right one
* live_install: no more copy of files on live system, now use environment
variable by DrakX cleanup
* perl2fcalls: added packdrake call (via new but incomplete) and package
* install_any.pm, commands.pm, pkgs.pm: removed need of packdrake binary
* netconnect.pm: fixed syntax error
* modules.pm: eval insmoding ide-cd (just in case)
removed need of packdrake binary
2001/01/05 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/ja.po, share/po/ca.po, share/po/az.po: updated Azeri, Catalan
and Japanese files
2001/01/05 Pixel <pixel@mandrakesoft.com>
* mouse.pm: help cperl-mode
* interactive_gtk.pm, network.pm, install_steps_interactive.pm, my_gtk.pm,
interactive.pm, printerdrake.pm, Xconfigurator.pm, diskdrake.pm: move to
new ask_from's:
- ask_from_entries_ref is deprecated, use ask_from_entries_refH
- ask_from_list now calls ask_from_entries_refH_powered
still not done:
- ask_from_treelist should use ask_from_entries_refH_powered,
and lists with no help should use CList (List is bad)
- keyboard and mouse binding is still rough
- enhance the look
* keyboard.pm: add the percentage of each keyboard types (as a comment for
now)
2001/01/04 dam's <damien@mandrakesoft.com>
* netconnect.pm: cleaned... everything should be buggy.
2001/01/04 François Pons <fpons@mandrakesoft.com>
* pkgs.pm: fixed some old $p->{file} by new $p->[$FILE]
code cleanup and fixes for lilo not upgrade
2001/01/04 Pablo Saratxaga <pablo@mandrakesoft.com>
* install_any.pm: fixed the functions doing the lists of languages
* lang.pm: fixed the functions doing the lists of languages
The list of languages now has complete locale names insted of just
language
code (that is needed to differentiate zh_CN and zh_TW among others)
* share/po/be.po, share/po/sp.po, share/po/pt.po, share/po/DrakX.pot,
share/po/es.po, share/po/fr.po, share/po/bg.po, share/po/ga.po,
share/po/sr.po, share/po/de.po, share/po/et.po, share/po/tr.po,
share/po/az.po, share/po/ru.po, share/po/pt_BR.po, share/po/hr.po,
share/po/ko.po, share/po/cy.po, share/po/nl.po, share/po/ja.po,
share/po/wa.po, share/po/sv.po, share/po/is.po, share/po/hu.po,
share/po/zh_TW.Big5.po, share/po/it.po, share/po/id.po, share/po/pl.po,
share/po/fi.po, share/po/no.po, share/po/zh_CN.GB2312.po,
share/po/th.po, share/po/el.po, share/po/sk.po, share/po/lt.po,
share/po/sl.po, share/po/br.po, share/po/ca.po, share/po/gl.po,
share/po/lv.po, share/po/uk.po, share/po/eo.po, share/po/ro.po,
share/po/da.po, share/po/cs.po, share/po/af.po: updated Brazilian file
* share/po/eu.po: updated Basque file
updated Brazilian file
2001/01/04 Pixel <pixel@mandrakesoft.com>
* Xconfigurator.pm: some pixelization using the new if_
* install_steps_interactive.pm (setRootPassword): fix pixelization
keep $o->{langs} unpacked to simplify things
if_ pixelization
* common.pm (%EXPORT_TAGS): add if_ in "common" exported tags
(if_): created. Use it to replace things like
($::expert ? $val : ()) by if_($::expert, $val)
* keyboard.pm: nl keyboard is not used, so defaults to us_intl
* lang.pm, install_steps.pm, pkgs.pm, install_any.pm: keep $o->{langs}
unpacked to simplify things
* netconnect.pm: quite a few clean-up (and buggying)
2001/01/03 dam's <damien@mandrakesoft.com>
* install_steps_interactive.pm: admin user removed before beeing added
* netconnect.pm: corrected typo
LAN is configured with default value if firewall
2001/01/03 François Pons <fpons@mandrakesoft.com>
* diskdrake.pm: fixed invocation of change_type by clicking on legend
unless expert
* install2.pm: fixed usage with testing
* install_steps.pm: fixed some other services to start in case something
gets wrong,
this fixes some deadlock on upgrade from 7.0.
fixed usage with testing
* partition_table.pm: fixed overlapping partitions between one extended
and one regular primary.
should be accepted (log printed instead of error) as diskdrake allow
their
creation in expert.
2001/01/03 Guillaume Cottenceau <gc@mandrakesoft.com>
* modules.pm: add checks of dependencies on marfiles
fix a couple of broken dependencies in modules.pm
2001/01/03 Pablo Saratxaga <pablo@mandrakesoft.com>
* lang.pm, share/locales.tar.bz2: locales in glibc 2.2 format
2001/01/03 Pixel <pixel@mandrakesoft.com>
* install2.pm (main): move the setting of PATH and spawnShell *after*
setting $prefix
2000/12/31 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/rpmsrate: added a few locales dependences
2000/12/29 Pixel <pixel@mandrakesoft.com>
* install_steps.pm (addUser): typo fix
* ChangeLog: New snapshot uploaded
* ftp.pm (getFile): recall getFile after rewindGetFile
2000/12/29 Pixel <pixel@mandrakesoft.com>
* install_steps.pm (addUser): typo fix
* ftp.pm (getFile): recall getFile after rewindGetFile
2000/12/28 Pixel <pixel@mandrakesoft.com>
* Makefile: now /usr/lib/X11 is a relative symlink to please mirrors and
jako
2000/12/26 Chmouel Boudjnah <chmouel@mandrakesoft.com>
* keyboard.pm: Add the very ghost option REMOVE_MOD_META_L.
2000/12/26 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/be.po, share/po/sp.po, share/po/pt.po, share/po/DrakX.pot,
share/po/es.po, share/po/fr.po, share/po/bg.po, share/po/ga.po,
share/po/sr.po, share/po/de.po, share/po/et.po, share/po/tr.po,
share/po/eu.po, share/po/az.po, share/po/ru.po, share/po/pt_BR.po,
share/po/hr.po, share/po/ko.po, share/po/cy.po, share/po/nl.po,
share/po/ja.po, share/po/wa.po, share/po/sv.po, share/po/is.po,
share/po/hu.po, share/po/zh_TW.Big5.po, share/po/it.po, share/po/id.po,
share/po/pl.po, share/po/fi.po, share/po/no.po,
share/po/zh_CN.GB2312.po, share/po/th.po, share/po/el.po,
share/po/sk.po, share/po/lt.po, share/po/sl.po, share/po/br.po,
share/po/ca.po, share/po/gl.po, share/po/lv.po, share/po/uk.po,
share/po/eo.po, share/po/ro.po, share/po/da.po, share/po/cs.po,
share/po/af.po: updated Lithuanian file
2000/12/22 dam's <damien@mandrakesoft.com>
* install_steps.pm, install_steps_interactive.pm: corrected admin user
setting for firewall install.
2000/12/22 François Pons <fpons@mandrakesoft.com>
* modules.pm: fixed load_multi on live.
added back all removed module with the new great mdk-stage1 of gégé.
2000/12/22 Guillaume Cottenceau <gc@mandrakesoft.com>
* modules.pm: make them work with kernel-2.4 by disabling non existent
modules
2000/12/22 Pixel <pixel@mandrakesoft.com>
* interactive_gtk.pm, install2.pm: commit symlink /tmp/image /tmp/rhimage
2000/12/21 Pixel <pixel@mandrakesoft.com>
* ChangeLog: New snapshot uploaded
2000/12/21 dam's <damien@mandrakesoft.com>
* install2.pm: firewall : automatic class set when firewall (beginner=0)
* install_steps_interactive.pm: if firewall, admin password obliged
* install_steps.pm: added setAdminpassword (a little bit redundant, sorry)
* any.pm: corrected module stuff.. Thanx to pixel
2000/12/20 Pixel <pixel@mandrakesoft.com>
* install_steps_gtk.pm (selectMouse): unsure the device exists
* unused/christmas-karaoke.patch: handle isa cards
2000/12/19 Pixel <pixel@mandrakesoft.com>
* ChangeLog: New snapshot uploaded
New snapshot uploaded
2000/12/19 dam's <damien@mandrakesoft.com>
* standalone/pixmaps/logo1.xpm, standalone/pixmaps/px3.xpm,
standalone/pixmaps/draknet4.xpm, standalone/pixmaps/draknet1.xpm,
standalone/pixmaps/modem.xpm, standalone/pixmaps/logo2.xpm,
standalone/pixmaps/util6.gif, standalone/pixmaps/unknown.xpm,
standalone/pixmaps/drakgw.xpm, standalone/pixmaps/px4.xpm,
standalone/pixmaps/draknet5.xpm, standalone/pixmaps/px1.xpm,
standalone/pixmaps/draknet2.xpm, standalone/pixmaps/logo3.xpm,
standalone/pixmaps/util7.gif, standalone/pixmaps/port.xpm,
standalone/pixmaps/draknet.xpm, standalone/pixmaps/ethernet.xpm,
standalone/pixmaps/isdn.xpm, standalone/pixmaps/px2.xpm,
standalone/pixmaps/draknet3.xpm: added control-center.
2000/12/19 Pixel <pixel@mandrakesoft.com>
* modules.pm: when loading /snd-card-/ module, load snd-pcm-oss
* unused/christmas-karaoke.patch: Happy Christmas :)
* install_any.pm: spawnShell: set DISPLAY, just in case :)
* install2.pm: set PATH before doing spawnShell
* Makefile: /usr/lib/X11 now exists on non-sparc (was only for sparc)
* ChangeLog: New snapshot uploaded
2000/12/18 dam's <damien@mandrakesoft.com>
* interactive_gtk.pm: added embedded support for control-center
corrected embedded support.
new control center and related
* netconnect.pm: corrected typo
corrected typo
* standalone/drakxservices, standalone/control-center, ChangeLog,
standalone/XFdrake, standalone/draknet2, standalone/adduserdrake,
standalone/drakboot: new control center and related
* install_gtk.pm: added firewall support
* install2.pm: included firewall handling
changed firewall comportement
* install_steps_interactive.pm: changed firewall comportement
* modules.pm: corrected bad mergeinconf
2000/12/18 Pixel <pixel@mandrakesoft.com>
* Makefile, share/keymaps_generate: tar and bzip2 is cfj/xfj and no more
cfI/xfI
remove isdndb.net
2000/12/19 dam's <damien@mandrakesoft.com>
* standalone/pixmaps/logo1.xpm, standalone/pixmaps/px3.xpm,
standalone/pixmaps/draknet4.xpm, standalone/pixmaps/draknet1.xpm,
standalone/pixmaps/modem.xpm, standalone/pixmaps/logo2.xpm,
standalone/pixmaps/util6.gif, standalone/pixmaps/unknown.xpm,
standalone/pixmaps/drakgw.xpm, standalone/pixmaps/px4.xpm,
standalone/pixmaps/draknet5.xpm, standalone/pixmaps/px1.xpm,
standalone/pixmaps/draknet2.xpm, standalone/pixmaps/logo3.xpm,
standalone/pixmaps/util7.gif, standalone/pixmaps/port.xpm,
standalone/pixmaps/draknet.xpm, standalone/pixmaps/ethernet.xpm,
standalone/pixmaps/isdn.xpm, standalone/pixmaps/px2.xpm,
standalone/pixmaps/draknet3.xpm: added control-center.
2000/12/19 Pixel <pixel@mandrakesoft.com>
* modules.pm: when loading /snd-card-/ module, load snd-pcm-oss
* unused/christmas-karaoke.patch: Happy Christmas :)
* install_any.pm: spawnShell: set DISPLAY, just in case :)
* install2.pm: set PATH before doing spawnShell
* Makefile: /usr/lib/X11 now exists on non-sparc (was only for sparc)
2000/12/18 dam's <damien@mandrakesoft.com>
* interactive_gtk.pm: added embedded support for control-center
corrected embedded support.
new control center and related
* netconnect.pm: corrected typo
corrected typo
* standalone/drakxservices, standalone/control-center, ChangeLog,
standalone/XFdrake, standalone/draknet2, standalone/adduserdrake,
standalone/drakboot: new control center and related
* install_gtk.pm: added firewall support
* install2.pm: included firewall handling
changed firewall comportement
* install_steps_interactive.pm: changed firewall comportement
* modules.pm: corrected bad mergeinconf
2000/12/18 Pixel <pixel@mandrakesoft.com>
* Makefile, share/keymaps_generate: tar and bzip2 is cfj/xfj and no more
cfI/xfI
remove isdndb.net
2000/12/16 Pixel <pixel@mandrakesoft.com>
* standalone/mousedrake, standalone/drakgw: use ldetect-lst
* Makefile.drakxtools: fix daminetsex
use ldetect-lst
pci_probing now done by libldetect
config files moved in package ldetect-lst
* share/list: use ldetect-lst
pci_probing now done by libldetect
config files moved in package ldetect-lst
* any.pm: fix daminetsex
* modules.pm, live_install, install2.pm, standalone/lspcidrake, pkgs.pm,
mouse.pm: use ldetect-lst for usb => now auto detects mice types :)
* c/stuff.xs.pm, detect_devices.pm: use ldetect-lst for usb => now auto
detects mice types :)
use ldetect-lst
pci_probing now done by libldetect
config files moved in package ldetect-lst
* Makefile.config: fix daminetsex
use ldetect-lst
* Makefile: use ldetect-lst for usb => now auto detects mice types :)
use ldetect-lst
* netconnect.pm, share/CardsNames, c/Makefile.PL, Xconfigurator_new.pm,
Xconfigurator.pm, share/Cards+, share/MonitorsDB, share/isdndb.net,
share/Cards2CardsNames: pci_probing now done by libldetect
config files moved in package ldetect-lst
2000/12/15 Pixel <pixel@mandrakesoft.com>
* Xconfigurator.pm: Cards+ and CardsNames are moved to ldetect-lst
* install_steps.pm: clean all unneeded stuff
2000/12/14 dam's <damien@mandrakesoft.com>
* any_new.pm, netconnect_new.pm: preparing for big jump.
* netconnect.pm: Big jump. The *_new.pm are replaced by *.pm
Everything should work, but you better test :)
* standalone/control-center: big improvement and cosmetic changes
a lot of improvement. Is able to launch multiples soft passing in
arguments.
new file. Its location should change soon.
* any.pm: Big jump. The *_new.pm are replaced by *.pm
Everything should work, but you better test :)
corrected typo.
2000/12/14 Pixel <pixel@mandrakesoft.com>
* share/compssList: obsoleted by rpmsrate
* share/rpmsrate: obsoletes compssList
* share/compssUsers, install_steps.pm, install_steps_interactive.pm,
Makefile, install_steps_gtk.pm, install2.pm, pkgs.pm, install_any.pm:
move from compssList to rpmsrate
* Newt/Newt.xs: cleanup (use of alloca to pass parameters)
2000/12/13 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/it.po: updated Italian file
2000/12/12 dam's <damien@mandrakesoft.com>
* netconnect.pm: typo + if firewall, don't display 'disable network'
* standalone/draknet2: new version... still working on it
* ChangeLog: commit
* share/themes-mdk-Firewall.rc: added firewall theme
* modules.pm: my fault, corrected renaud's patch incorporation
* share/logo-mandrake-Firewall.xpm: new logo
2000/12/12 François Pons <fpons@mandrakesoft.com>
* share/list: added packdrake.pm as packdrake has been splited.
* pkgs.pm: fixed versionCompare to always return number. added checking of
version to
select obsoletes on upgrade.
2000/12/11 François Pons <fpons@mandrakesoft.com>
* install_any.pm: Radeon uses 3D now.
* lang.pm: fixed write_langs for upgrade.
i18n sucking fixes.
* Xconfigurator.pm: Radeon uses 3D hw accel theoritically now.
2000/12/09 Pablo Saratxaga <pablo@mandrakesoft.com>
* lang.pm: Added configuration of Vietnamese input server
2000/12/09 Pixel <pixel@mandrakesoft.com>
* standalone/adduserdrake: remove debugging code
* install2.pm (selectInstallClass): give $clicked to selectInstallClass
* interactive_newt.pm (ask_from_entries_refW): reset all hidden entries to
null in case of error
on hidden entry cuz newt doesn't display null entries, disturbing
* install_steps_interactive.pm (formatMountPartitions): the format
partition dialog created at first use,
so that it doesn't appear if no partitions are formatted.
(selectInstallClass): ensure expert choice is kept if it was prechosen
(selectInstallClass): if expert pre-chosen, ensure expert is kept
* interactive_gtk.pm, install_steps.pm: small renicing
2000/12/08 François Pons <fpons@mandrakesoft.com>
* pkgs.pm: fixed bug in list of packages provided by another one.
2000/12/08 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/pt_BR.po, share/po/no.po, share/po/DrakX.pot, share/po/es.po,
share/po/fr.po, share/po/wa.po, share/po/da.po, share/po/de.po,
share/po/az.po, share/po/tr.po: updated Brazilian file
2000/12/08 Pixel <pixel@mandrakesoft.com>
* install2.pm (main): warn if VERSION file doesn't exist
(formatPartitions): call rotate_logs after mounting the partitions
* mouse.pm (write_conf): fix to make make test_pms happy
* install_steps.pm (exitInstall): save the report.bug in /root/report.bug
* any.pm (rotate_logs): created, rotates ddebug.log and install.log in
/root
* ftp.pm (new): retry in case of ftp connection/login
* commands.pm: report_bug: created, returns a string
2000/12/07 dam's <damien@mandrakesoft.com>
* netconnect.pm: corrected ADSL connection choice.
corrected typo
2000/12/06 dam's <damien@mandrakesoft.com>
* install2.pm: erare humanum es
firewall begins to infect the install :).
new meta_class.
* share/logo-mandrake-Firewall.xpm: aded logo for firewall
* install_gtk.pm: corrected errors
left pixmap centered if firewall
improved the firewall theme.
errare humanum es
firewall infects the install.
The logo is changed if firewall.
2000/12/06 Pixel <pixel@mandrakesoft.com>
* standalone/keyboarddrake: add possibility to use keyboarddrake
non-interactive (aka give the keyboard as
first parameter)
* lang.pm, install_steps.pm, install_steps_interactive.pm, install2.pm,
install_any.pm: adapt to the fact that RPM_INSTALL_LANG is obsoloted.
Now rpm uses %_install_langs in /etc/rpm/macros
2000/12/05 François Pons <fpons@mandrakesoft.com>
* pkgs.pm: final fixes to versionCompare to make sure no deadlock can
occurs.
* Xconfigurator.pm: restored Matrox G200/G400 hw 3d accel configuration.
2000/12/05 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/pt_BR.po, share/po/pl.po, share/po/da.po, share/po/fi.po,
share/po/es.po: updated several pofiles
2000/12/04 François Pons <fpons@mandrakesoft.com>
* install_steps_interactive.pm: use isCdNotEjectable.
* common.pm: added function isCdNotEjectable.
* share/Cards+: SiS620 card are said to be unsupported by XF4.
* pkgs.pm: load only one hdlist in memory if CD is not ejectable (low
memory).
fixed compareVersion for deadlock. removed silly CODE print on deporder
problems.
* Xconfigurator.pm: add Options sw_cursor for SiS 6326 in XF3 mode.
2000/12/03 dam's <damien@mandrakesoft.com>
* mouse.pm: incorporated cmodifications in the firewall branch
* netconnect.pm: netconnect_new > netconnect.pm
* netconnect_consts.pm: incorporated in the firewall branch.
* standalone/draknet2: incoporated in the firewall branch
* any_new.pm: any_new > any, so we remove it now.
* netconnect_new.pm: netconnect_new > netconnect, so we remove it now.
incorporated in the firewall branch
* modules.pm: incorporated modifications to the firewall branch. Hope they
won't break anything...
2000/12/02 dam's <damien@mandrakesoft.com>
* share/po/az.po: correction in firewall incorporated
* ChangeLog: first attempt ro build the firewall install
* standalone/mousedrake: incorporated in the firewall branch
* share/po/ru.po, share/po/no.po, share/po/sk.po: correction incorporated
in the firewall branch
2000/11/28 dam's <damien@mandrakesoft.com>
* modules.pm: included reno's patches. Now should work without kudzu.
branch to build the firewall install.
* standalone/pixmaps/port.xpm, standalone/pixmaps/.xvpics/px4.xpm,
standalone/pixmaps/ethernet.xpm, standalone/pixmaps/.xvpics/px1.xpm,
standalone/pixmaps/px2.xpm, standalone/pixmaps/unknown.xpm,
standalone/pixmaps/.xvpics/px3.xpm, standalone/pixmaps/px4.xpm,
standalone/pixmaps/px1.xpm, standalone/pixmaps/.xvpics/px2.xpm,
standalone/pixmaps/px3.xpm, standalone/pixmaps/modem.xpm,
standalone/pixmaps/isdn.xpm: Initial revision
branch to build the firewall install.
* partition_table_dos.pm, share/po/bg.po, share/po/sr.po,
share/template.in/cdrom.kdelnk.in,
share/template.in/cdrom.fsdev.kdelnk.in, share/po/hr.po, c/silo.c,
Makefile, share/consolefonts/lat0-sun16,
share/themes/DarkMarble-check_off.png,
share/themes/marble3d-button_def.png, share/locales.tar.bz2.sparc,
do_resize_fat, share/po/wa.po, share/po/is.po,
share/themes/DarkMarble-button3_out_prelight.png, resize_fat/main.pm,
class_discard.pm, .cvsignore, share/step-orange.xpm, share/reload.xpm,
install_interactive.pm, c/README, Xconfig.pm, share/themes.rc,
share/themes/marble3d-bg1.png, perl2fcalls, share/themes-blackwhite.rc,
share/themes-blueHeart.rc, pkgs.pm, keyboard.pm,
share/rpm-installed.xpm, share/po/gl.po, share/po/lv.po,
standalone/icons/ftout.xpm, Makefile.drakxtools, http.pm,
share/step-green-click.xpm, partition_table_sun.pm,
share/themes/focus.png, share/keymaps_generate, lang.pm, verify_c,
share/po/.cvsignore, share/ftin.xpm, standalone/draksec,
resize_fat/info_sector.pm, share/compssUsers, share/step-orange-on.xpm,
Makefile.config, share/list.sparc, share/po/hu.po, run_program.pm,
share/themes/marble3d-button4.png, share/rpm-unselected.xpm,
share/list.i386, netconnect.pm, share/themes/DarkMarble-button3_out.png,
c/md5_crypt.c, share/themes/mdk-toggle_on.png, partition_table.pm,
standalone/livedrake, share/diskdrake.rc,
share/themes/DarkMarble-check_on.png, standalone/draknet,
share/po/br.po, Newt/typemap, share/themes/blueHeart-button2.png,
share/po/ro.po, share/list, share/po/cs.po, share/po/be.po,
share/po/sp.po, share/step-orange-click.xpm, modparm.pm,
share/step-green.xpm, share/rpm-base.xpm,
share/themes/marble3d-check1.png, crypto.pm, share/po/eu.po,
share/themes/marble3d-button1.png, c/stuff.pm, install_steps.pm,
share/Cards2CardsNames, Newt/Makefile.PL,
share/themes/mdk-Desktop-bg.png, netconnect_consts.pm, share/po/id.po,
share/themes/mdk-check_on.png, share/po/fi.po, share/po/sk.po,
standalone/icons/findf.xpm, share/po/lt.po,
share/themes/mdk-check_off.png, fs.pm, c/.cvsignore,
share/themes/mdk-toggle_off.png, share/po/ca.po, timezone.pm,
detect_devices.pm, share/consolefonts/ruscii_8x16, diskdrake.pm,
standalone/icons/reload.xpm, share/rpm-selected.xpm, resize_fat/io.pm,
Newt/Newt.xs, Newt/.cvsignore, install2, share/po/pt_BR.po,
share/themes-marble3d.rc, resize_fat/fat.pm, sbus_probing/main.pm,
share/template.in/floppy.fsdev.kdelnk.in, printer.pm, share/po/it.po,
resize_fat/.cvsignore, install_steps_interactive.pm,
share/themes/mdk-button4.png, live_install, standalone/draknet2,
any_new.pm, share/list.alpha, share/rpm-semiselected.xpm, c.pm,
share/logo-mandrake-Desktop.xpm, printerdrake.pm, network.pm,
share/step-red-on.xpm, share/themes-mdk.rc, share/po/validate.pl,
swap.pm, share/themes/blueHeart-button4.png, standalone/keyboarddrake,
g_auto_install, share/po/es.po, standalone/lspcidrake, share/po/de.po,
partition_table_mac.pm, standalone/mousedrake, devices.pm,
share/po/ru.po, resize_fat/c_rewritten.xs, share/po/cy.po,
share/themes/mdk-button1.png, netconnect_new.pm, install_any.pm,
share/po/nl.po, share/aliases, share/keyboards.tar.bz2, share/po/sv.po,
Newt/Av_CharPtrPtr.c, c/stuff.xs.pm, share/themes-DarkMarble.rc,
share/step-red.xpm, Newt/Av_CharPtrPtr.h, c/smp.c,
share/po/zh_CN.GB2312.po, commands.pm, standalone/icons/find.xpm,
perl2etags, share/po/Changelog, standalone/drakboot,
resize_fat/dir_entry.pm, share/fonts.tar.bz2, share/install.rc,
share/themes/blueHeart-button1.png, share/Cards+, share/po/uk.po,
share/MonitorsDB, share/template.in/Dos_.kdelnk.in,
standalone/printerdrake, services.pm, share/kmap2bkmap,
share/themes/blueHeart-button_def.png, share/po/az.po, share/po/tr.po,
common.pm, getpkgs_deps, standalone/drakxconf, share/ftout.xpm,
install_gtk.pm, Xconfigurator_consts.pm, share/consolefonts/lat2-sun16,
share/po/no.po, resize_fat/boot_sector.pm, share/CardsNames,
c/Makefile.PL, share/themes-mdk-Desktop.rc,
share/themes/blueHeart-brown_bg1.png, share/logo-mandrake.xpm,
share/consolefonts/Cyr_a8x16, standalone/netdrake, standalone/drakgw,
share/po/sl.po, standalone/rpmdrake, share/makedev.sh,
share/themes/DarkMarble-button3_in_prelight.png, share/themes-blue.rc,
install_steps_newt.pm, resize_fat/Makefile.PL, partition_table_empty.pm,
my_gtk.pm, share/po/i18n_compssUsers, install2.pm, share/compssList,
share/po/fr.po, share/themes/DarkMarble-button3_in.png,
standalone/icons/ftin.xpm, share/modparm.lst, raid.pm,
standalone/diskdrake, share/po/ko.po,
share/template.in/zip.fsdev.kdelnk.in, share/compssUsers.desktop,
share/po/ja.po, any.pm, share/isdndb.net,
share/template.in/floppy.kdelnk.in, share/step-green-on.xpm,
share/step-red-click.xpm, share/po/Makefile, help.pm,
share/po/zh_TW.Big5.po, c/sbus.c, genmodparm, share/po/pl.po,
share/themes-savane.rc, install_steps_stdio.pm, share/po/th.po,
loopback.pm, resize_fat/any.pm, share/po/el.po, install_steps_gtk.pm,
Newt/Newt.pm, Xconfigurator.pm, interactive_gtk.pm,
standalone/drakxservices, resize_fat/Makefile, fsedit.pm,
interactive_stdio.pm, live_install2, resize_fat/directory.pm,
share/po/pt.po, install_steps_auto_install.pm, share/po/DrakX.pot,
share/themes/mdk-bg.png, share/list.ppc, share/po/ga.po, share/po/et.po,
share/keymaps.tar.bz2, partition_table_bsd.pm, c/md5.c, share/help.xpm,
share/themes/marble3d-check2.png, ftp.pm, c/md5.h,
standalone/adduserdrake, share/themes/marble3d-button2.png,
partition_table_raw.pm, share/template.in/zip.kdelnk.in,
share/locales.tar.bz2, standalone/icons/fileopen.xpm,
share/template.in/kppprc.in, ChangeLog, resize_fat/README, mouse.pm,
commands, standalone/XFdrake, share/gconv.tar.bz2, share/po/eo.po,
interactive.pm, log.pm, share/themes/DarkMarble-gloom2.png,
interactive_newt.pm, share/po/da.po, resize_fat/c_rewritten.pm,
bootloader.pm, share/po/af.po: branch to build the firewall install.
2000/11/28 François Pons <fpons@mandrakesoft.com>
* install2.pm: change upgrade section for keyboard.
* install_steps_gtk.pm: extended chooseSizeToInstall.
* install_steps.pm: updated comment.
* pkgs.pm: fixed misuse of map with values returing list which are indexed
afterward.
* install_any.pm: removed some more logs.
* keyboard.pm: keep track of unknown keyboard (for upgrade)
* install_steps_interactive.pm: modified def_mark to 59 (gl hw
acceleration level) and upgrade use this level
for newbies so.
make sure a recommended upgrade get the minimum and a little more (80).
choose default size according to a default mark (currently 49).
2000/11/27 dam's <damien@mandrakesoft.com>
* netconnect_consts.pm: added isdn Gazel card 10b5 1151
2000/11/27 Pixel <pixel@mandrakesoft.com>
* partition_table.pm (@bad_types): list of the different type of extended
partitions
(important_types): remove @bad_types from important_types
2000/11/25 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/ru.po: updated Russian file
2000/11/24 dam's <damien@mandrakesoft.com>
* mouse.pm: doc + split
* netconnect_new.pm: added depmod after having writed modules.conf
* standalone/mousedrake: splited
2000/11/24 François Pons <fpons@mandrakesoft.com>
* pkgs.pm: avoid .la files for selection.
* install_steps.pm: added missing portmap.
2000/11/23 dam's <damien@mandrakesoft.com>
* standalone/draknet2: progressbar.
2000/11/23 François Pons <fpons@mandrakesoft.com>
* install_steps_interactive.pm, install_steps_gtk.pm: updated with
structural change of pkgs.
* install_any.pm: removed some ugly logs.
updated with structural change of pkgs.
* install_steps.pm: added tempory fix for initscripts %post.
updated with structural change of pkgs.
* pkgs.pm: synced versionCompare() with rpmtools-2.1-4mdk.
removed ugly log on transaction.
added special case to avoid counting kernels space when upgrading
as these package are not upgraded (just installed).
Memory usage optimization, change structure of storing
package informations. lot of fork to make sure of
freeing memory by perl (no free on used hashes or arrays
usable by other than perl), now upgrade takes as much as
install which takes at least 0.5Mb less than before.
2000/11/23 Guillaume Cottenceau <gc@mandrakesoft.com>
* share/compssList: put all tina stuff to weight 0
2000/11/21 François Pons <fpons@mandrakesoft.com>
* Xconfig.pm: added more subtil upgrade from /etc/X11/XF86Config* files,
keep
wacom entries.
* Xconfigurator.pm: upgrade for XF86Config, take care of resolution and
depth wanted.
* install_steps.pm: always try to get default from /etc/X11/XF86Config
removing logs.
* pkgs.pm: cosmetic changes for upgrade, removing some logs.
* install_steps_interactive.pm: removed code to ask if take care of
/etc/X11/XF86Config* files.
added wait message during rebuild of rpm database as it takes some time.
* Xconfigurator_new.pm: WARNING
2000/11/21 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/az.po: updated Azeri file
2000/11/20 François Pons <fpons@mandrakesoft.com>
* pkgs.pm: clean up as today filelist is no more.
use parsehdlist from rpmtools-2.1-3mdk or above instead of
perl code from DrakX forking to simulate a filelist server.
this increase performance by 100 to 150% on selection of
packages to upgrade.
* share/list: added parsehdlist.
* c/stuff.xs.pm: removed logs.
2000/11/20 Pixel <pixel@mandrakesoft.com>
* share/Cards+: add radeon
* install_steps_auto_install.pm (exitInstall): fix message
* install_steps.pm (afterInstallPackages): moved the
writeandclean_ldsoconf here
* fsedit.pm: add /var/ftp and /var/www in the list of propose mount-points
2000/11/17 Guillaume Cottenceau <gc@mandrakesoft.com>
* install_any.pm: add openuniverse to the list of gl apps
2000/11/16 dam's <damien@mandrakesoft.com>
* netconnect_new.pm: corrected isdn_get_{list, info}
2000/11/16 François Pons <fpons@mandrakesoft.com>
* share/list: include /usr/lib/rpm/macros else rpmlib gets crazy :-)
* modules.pm: tempory version for current glibc, a lot of module have been
removed due to
problem of stage1 increase in size when compiled with glibc-2.2 and
current
modutils.
* c/Makefile.PL: updated with rpmlib 4.
* c/stuff.xs.pm: completed something that seems to work almost correctly
at the first look
with rpmlib 4.
2000/11/16 Guillaume Cottenceau <gc@mandrakesoft.com>
* share/compssList: add netscape-german, thx to florin
isdn4k-utils gets same weight as isdn4net, thx to Florin
2000/11/16 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/no.po: updated Norwegian file
* share/po/sk.po: updated Slovak file
2000/11/15 dam's <damien@mandrakesoft.com>
* netconnect_new.pm: added isdn_get_list and isdn_get_info
calls modules::write_conf to fill the modules.conf.
* Xconfigurator_new.pm: added to fork frontends backends. Not operationnal
at all for now.
* modules.pm: when loading a new module, add an alias for it, even in
standalone mode.
2000/11/15 François Pons <fpons@mandrakesoft.com>
* c/stuff.xs.pm: updated for rpm 4.
* pkgs.pm: rpmdepOrder again (for new TAGp)
2000/11/15 Pixel <pixel@mandrakesoft.com>
* c/Makefile.PL: add librpmio
* c/stuff.xs.pm: workaround for kernel-headers not in sync with glibc
(dev_t)
2000/11/14 dam's <damien@mandrakesoft.com>
* netconnect_new.pm: better structure for the ethx-driver.
added call to add_alias and write_conf
* standalone/draknet2: updated
2000/11/14 François Pons <fpons@mandrakesoft.com>
* pkgs.pm: removed foreach (<... which are eating memory
fork install on upgrade for searching trhough filelist, this saves
about 20Mb of memory before rpmlib transaction are started so its is
more than 2 times faster for upgrading a system, sorry it was
effectively
a machine two overloaded that makes the upgrade slower.
make rpmlib not to check size as DrakX should do it.
added special cases for selection of packages according to files, avoid
all kde-i18n packages if their locales-$lang is not selected, avoid
a -devel package if only one files is updated (typical for fixes on
package by moving files around).
deactivated rpmdepOrder as it should be done directly in
depslist.ordered
file.
fixed obsoletes which never run correctly, even if almost no package are
selected explicitely this way.
added log during selection of packages to upgrade to keep a track of
what DrakX is doing.
* modules.pm, network.pm, netconnect.pm, common.pm, modparm.pm,
Xconfig.pm, commands.pm, lang.pm, fsedit.pm, detect_devices.pm,
printer.pm, Xconfigurator.pm: removed foreach (<... which are eating
memory
2000/11/14 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/da.po: updated Danish file
2000/11/13 Guillaume Cottenceau <gc@mandrakesoft.com>
* standalone/drakgw: Integrate Till's patches for better work with Cups.
2000/11/12 Pixel <pixel@mandrakesoft.com>
* standalone/mousedrake: fix for bug #1350
(mousedrake dies with: Undefined subroutine &mouse::serial_ports_names)
* pkgs.pm (psUpdateHdlistsDeps): fixed an ugly typo (uses .cz2 for .cz and
.cz22 for
.cz2) that makes for than one CD install breaks :-(
2000/11/11 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/be.po, share/po/sp.po, share/po/pt.po, share/po/DrakX.pot,
share/po/es.po, share/po/fr.po, share/po/bg.po, share/po/ga.po,
share/po/sr.po, share/po/de.po, share/po/et.po, share/po/tr.po,
share/po/eu.po, share/po/az.po, share/po/ru.po, share/po/pt_BR.po,
share/po/hr.po, share/po/ko.po, share/po/cy.po, share/po/nl.po,
share/po/ja.po, share/po/wa.po, share/po/sv.po, share/po/is.po,
share/po/hu.po, share/po/zh_TW.Big5.po, share/po/it.po, share/po/id.po,
share/po/pl.po, share/po/fi.po, share/po/no.po,
share/po/zh_CN.GB2312.po, share/po/th.po, share/po/el.po,
share/po/sk.po, share/po/lt.po, share/po/sl.po, share/po/br.po,
share/po/ca.po, share/po/gl.po, share/po/lv.po, share/po/uk.po,
share/po/eo.po, share/po/ro.po, share/po/da.po, share/po/cs.po,
share/po/af.po: updated pot file
2000/11/10 dam's <damien@mandrakesoft.com>
* standalone/draknet2: draknet2 : new version of draknet, post-install
only, uses only libDrakX backend, beautyfull
* netconnect_new.pm: completed adsl_conf_backend
corrected conf_network_card_backend : return interface and module
separately
splitted pppconfig.
2000/11/10 François Pons <fpons@mandrakesoft.com>
* share/po/fr.po: typo fixing
* printerdrake.pm: fixed wrong case for managing IP for remove CUPS server
updated typo for remote CUPS server configuration dialog
2000/11/10 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/sk.po, share/po/lv.po: updated Latvian and Slovak files
* share/po/wa.po, share/po/da.po: updated Danish and Walloon files
2000/11/10 Pixel <pixel@mandrakesoft.com>
* c/stuff.xs.pm: initIMPS2 move where it should be (in non-C_RPM dependent
section)
2000/11/09 dam's <damien@mandrakesoft.com>
* netconnect.pm: added handling for 2 ethernet cards with the same module
2000/11/09 François Pons <fpons@mandrakesoft.com>
* share/po/fr.po: add some missing translation (mainly printer for CUPS
remote config)
* printer.pm: make sure to restart cups when cupsd.conf is modified.
* printerdrake.pm: fixed modification of BrowsePoll on a existing file.
2000/11/08 dam's <damien@mandrakesoft.com>
* netconnect_new.pm: updated
2000/11/08 François Pons <fpons@mandrakesoft.com>
* Xconfigurator.pm: make sure class discarding do not destroy result
* pkgs.pm: added new function for selected or installed accessor on pkg
make sure package already installed for oem are marked as selected, as
some
code refer to this state to perform some actions (install_urpmi)
* install_steps.pm: fixed for urpmi again;
* printerdrake.pm: add management of BrowsePoll <ip>:<port> in
/etc/cups/cupsd.conf
* printer.pm: add minimal management of /etc/cups/cupsd.conf
2000/11/08 Guillaume Cottenceau <gc@mandrakesoft.com>
* share/MonitorsDB: Fixed Samsung SyncMaster 3Ne (bug #1136)
2000/11/08 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/es.po: updated Spanish file
2000/11/07 dam's <damien@mandrakesoft.com>
* mouse.pm: now there are 8 ttyS* available for configuration. Used for
internal modem configuration that uses ttyS* > 3
* netconnect_new.pm: ttyS0 -> ttyS7 available for configuration
some doc
2000/11/07 François Pons <fpons@mandrakesoft.com>
* Xconfigurator.pm: fixed text for card prefered in XFree 3.3 (RIVA128).
* install_steps_interactive.pm: use of install_any::boot_medium to avoid
listing medium used for boot
* install_any.pm: use of $boot_medium where the boot medium is used
(default 1)
2000/11/07 Guillaume Cottenceau <gc@mandrakesoft.com>
* share/Cards+: fix tseng server for ET4000 W32i, W32p thanks to
<sileryti@mail.com>
2000/11/07 Pixel <pixel@mandrakesoft.com>
* install2.pm (main): in oem, configureX automatic
(main): $::oem is now global :-( (needed in install_steps.pm)
* install_steps.pm (afterInstallPackages): give medium 'cdrom' to
install_urpmi in case of $::oem
2000/11/06 dam's <damien@mandrakesoft.com>
* netconnect_new.pm: backend/frontend fork complete
* any_new.pm: load_thiskind changed to load_thiskind_backend, the wait
function is passed by argument
* network.pm: configureNetwork2 commented.
2000/11/06 François Pons <fpons@mandrakesoft.com>
* pkgs.pm: created function for examining already installed package on
install (oem).
* install2.pm: add a flag to allow by default formating /
* install_steps.pm: conditionnal format of / and use already installed
packages if any on install.
2000/11/06 Guillaume Cottenceau <gc@mandrakesoft.com>
* share/MonitorsDB: added Hitachi CM753 contributed by Adam Julius
<ajulius@yahoo.com>
2000/11/06 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/DrakX.pot, share/po/ru.po, share/po/uk.po: updated pot file
GRUB/LILO/SILO messages *must* be in ascii only. Changed cyrillic to
ascii transliteration for them
* share/po/be.po, share/po/sp.po, share/po/pt.po, share/po/es.po,
share/po/fr.po, share/po/bg.po, share/po/ga.po, share/po/sr.po,
share/po/de.po, share/po/et.po, share/po/tr.po, share/po/eu.po,
share/po/az.po, share/po/pt_BR.po, share/po/hr.po, share/po/ko.po,
share/po/cy.po, share/po/nl.po, share/po/ja.po, share/po/wa.po,
share/po/sv.po, share/po/is.po, share/po/hu.po, share/po/zh_TW.Big5.po,
share/po/it.po, share/po/id.po, share/po/pl.po, share/po/fi.po,
share/po/no.po, share/po/zh_CN.GB2312.po, share/po/th.po,
share/po/el.po, share/po/sk.po, share/po/lt.po, share/po/sl.po,
share/po/br.po, share/po/ca.po, share/po/gl.po, share/po/lv.po,
share/po/eo.po, share/po/ro.po, share/po/da.po, share/po/cs.po,
share/po/af.po: updated pot file
* keyboard.pm, ChangeLog: added the 3 kbd layouts for CZ and SK kbds
2000/11/06 Pixel <pixel@mandrakesoft.com>
* install2.pm (formatPartitions): formatMountPartitions done even in
upgrade
(main): set $o->{partitioning}{use_existing_root} in oem
* install_steps.pm (doPartitionDisksAfter): remove the mount_all which is
plain dumb
(doPartitionDisksAfter): fs::mount_all moved here
(doPartitionDisks): use $o->{partitioning}{use_existing_root}
* install_any.pm (use_root_part): fs::mount_all really removed
(use_root_part): fs::mount_all removed
* install_steps_interactive.pm (choosePartitionsToFormat): don't propose
already mounted partitions
(installCrypto): nicer layout
2000/11/05 dam's <damien@mandrakesoft.com>
* mouse.pm: changed 'IntelliMouse label' to 'Generic PS2 Wheel Mouse'
2000/11/05 Guillaume Cottenceau <gc@mandrakesoft.com>
* share/MonitorsDB: added LG StudioWorks520Si contributed by Yves Maniette
<yves@maniette.com>
2000/11/01 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/eo.po: updated Esperanto file
2000/10/31 dam's <damien@mandrakesoft.com>
* netconnect_new.pm: continuing forking frontend - backend. adsl ist
nearly finished
* any_new.pm: added this file to fork frontends and backends in any.pm
2000/10/30 Guillaume Cottenceau <gc@mandrakesoft.com>
* share/compssList: heartbeat pixel wonderful un chien vaut mieux que deux
tu damsera
2000/10/30 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/wa.po: updated Walloon file
* share/keyboards.tar.bz2: updated keyboards
2000/10/30 Pixel <pixel@mandrakesoft.com>
* lang.pm (load_po): backslash @ in po strings, otherwise the eval fails
2000/10/28 dam's <damien@mandrakesoft.com>
* netconnect_new.pm: new version of draknet. Splited frontends - backends
2000/10/28 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/tr.po: updated Turkish file
2000/10/27 François Pons <fpons@mandrakesoft.com>
* install_any.pm: remove the noising rpm output command line when loging
installed rpm
size (only usefull for live_update and just for conveniance).
* pkgs.pm: Make sure $meta_class is defined in readCompsUsers (for HTTP
hack)
before reading a compssUsers file.
* live_install: add VERSION in list of file that have to be symlinked.
* common.pm: list_skels returns list of existing directory and writeable.
* live_install2: Make sure to remove font path in /tmp/drakx before
exiting.
2000/10/26 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/DrakX.pot, share/po/tr.po, share/po/it.po: updated Italian and
Turkish files
2000/10/24 Guillaume Cottenceau <gc@mandrakesoft.com>
* share/compssList: fortune-mod gets 10/0/10 on request from egil
2000/10/24 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/pl.po: updated Polish file
2000/10/23 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/ca.po: updated Catalan file
2000/10/23 Pixel <pixel@mandrakesoft.com>
* install_steps.pm, ChangeLog, diskdrake.pm: added some carriage returns
to please jl :)
* detect_devices.pm (floppies, probeall): add require "modules" as it
should be
* install_interactive.pm (partitionWizardSolutions): add "require
resize_fat::main" as it should be
2000/10/22 Guillaume Cottenceau <gc@mandrakesoft.com>
* share/compssList: linuxconf-gui got -1/-1/-1 while gnome-linuxconf has
74/0/74
2000/10/21 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/uk.po, share/po/tr.po, share/po/az.po: updated Azeri, Turkish
and Ukrainian files
2000/10/20 fabman
* share/po/es.po: updated
2000/10/20 Guillaume Cottenceau <gc@mandrakesoft.com>
* share/compssList: ntp to -1/-1/-1
2000/10/19 Guillaume Cottenceau <gc@mandrakesoft.com>
* share/compssList: put all packages requiring kde1-compat to 0 except
kisdn-free
aumix now gets a high weight (79) because it's required to save the
mixer
settings at shutdown
2000/10/19 Pixel <pixel@mandrakesoft.com>
* share/locales.tar.bz2: fix symlink zh_CN.GB2312 (was zh_CN.G23212)
2000/10/19 tlb
* share/po/da.po: 100%, Troels Liebe Bentsen.
2000/10/18 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/az.po: Added AZeri file
* share/po/no.po: updated Norwegian file
2000/10/17 dam's <damien@mandrakesoft.com>
* interactive_gtk.pm, netconnect.pm, netconnect_consts.pm: removed unused
code in ineractive_gtk
added some isdn card in pcitable
corrected typos, and made ISA isdn work
2000/10/17 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/lv.po: updated Latvian file
2000/10/16 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/be.po, share/po/sp.po, share/po/pt.po, share/po/DrakX.pot,
share/po/es.po, share/po/fr.po, share/po/bg.po, share/po/ga.po,
share/po/sr.po, share/po/de.po, share/po/et.po, share/po/tr.po,
share/po/eu.po, share/po/ru.po, share/po/pt_BR.po, share/po/hr.po,
share/po/ko.po, share/po/cy.po, share/po/nl.po, share/po/ja.po,
share/po/wa.po, share/po/sv.po, share/po/is.po, share/po/hu.po,
share/po/zh_TW.Big5.po, share/po/it.po, share/po/id.po, share/po/pl.po,
share/po/fi.po, share/po/no.po, share/po/zh_CN.GB2312.po,
share/po/th.po, share/po/el.po, share/po/sk.po, share/po/lt.po,
share/po/sl.po, share/po/br.po, share/po/ca.po, share/po/gl.po,
share/po/lv.po, share/po/uk.po, share/po/eo.po, share/po/ro.po,
share/po/da.po, share/po/cs.po, share/po/af.po: updated pot file
* standalone/keyboarddrake, keyboard.pm, ChangeLog: corrected BackSpace
setting
2000/10/16 Pixel <pixel@mandrakesoft.com>
* detect_devices.pm (cdroms): fix the setting of scdX for ide burners
* share/compssList: sympa is -1 except for server
* keyboard.pm (write): small pixelization (neater now)
* install_steps.pm (installPackages): don't run ldconfig in g_auto_install
2000/10/15 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/nl.po: updated Dutch file
2000/10/14 Pablo Saratxaga <pablo@mandrakesoft.com>
* lang.pm, keyboard.pm: small fix for Swedish locale
* share/po/DrakX.pot, share/po/es.po, share/po/bg.po, share/po/fr.po,
share/po/wa.po, share/po/de.po: updated Bulgarian file
2000/10/13 François Pons <fpons@mandrakesoft.com>
* partition_table_empty.pm: empty partition table as assumed only if the
MBR is really composed of only null chars.
2000/10/13 Guillaume Cottenceau <gc@mandrakesoft.com>
* share/compssList: added viavoicemenu
2000/10/12 Pixel <pixel@mandrakesoft.com>
* install_steps.pm (ask_mntpoint_s): dqs
2000/10/11 Pixel <pixel@mandrakesoft.com>
* .cvsignore: ignore flog files
* install2.pm (main): test
* ChangeLog: qsdqsd
* install_steps_interactive.pm: * (selectKeyboard): set default
$o->{langs} to $o->{lang}
2000/10/10 Guillaume Cottenceau <gc@mandrakesoft.com>
* standalone/drakgw, ChangeLog: make only one call to urpmi in order to
install all the needed rpm's
2000/10/10 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/po/no.po, share/po/es.po: updated Norwegian file
* share/po/pl.po: updated Polish file
* share/po/zh_CN.GB2312.po, share/po/zh_TW.Big5.po: updated Chinese file
2000/10/10 tlb
* share/po/da.po: 99%.
2000-10-10 Guillaume Cottenceau <gc@mandrakesoft.com>
* standalone/drakgw: make only one call to urpmi in order
to install all the needed rpm's
2000-10-10 DrakX <install@mandrakesoft.com>
* snapshot uploaded
2000-10-10 Pixel <pixel@mandrakesoft.com>
* install2.pm: increase $::VERSION
2000-10-09 DrakX <install@mandrakesoft.com>
* snapshot uploaded
2000-10-09 Guillaume Cottenceau <gc@mandrakesoft.com>
* share/po/fr.po: update after Dam's new messages in netconnect
2000-10-09 DrakX <install@mandrakesoft.com>
* snapshot uploaded
2000-10-09 Pixel <pixel@mandrakesoft.com>
* install_any.pm (kdeicons_postinstall): remove the handling of
doc desktop icons. see dadou
2000-10-09 Guillaume Cottenceau <gc@mandrakesoft.com>
* share/compssUsers: new list (with icons)
* share/list: add icons for compssUsers
2000-10-09 dam's <damien@mandrakesoft.com>
* standalone/draknet: added wait message
2000-10-09 DrakX <install@mandrakesoft.com>
* snapshot uploaded
2000-10-09 Pixel <pixel@mandrakesoft.com>
* share/themes-*.rc: change the fg[INSENSITIVE] entry
2000-10-09 François Pons <fpons@mandrakesoft.com>
* install_any.pm: added tuxracer in OpenGL games to install if an
accelerated card has been found.
2000-10-09 dam's <damien@mandrakesoft.com>
* netconnect.pm (main): asking connection after writing start/stop scripts.
(adsl_conf): if during install, don't use chkconfig, make the
links directly for the adsl init script.
2000-10-09 DrakX <install@mandrakesoft.com>
* snapshot uploaded
2000-10-09 Pixel <pixel@mandrakesoft.com>
* install_steps.pm (afterInstallPackages): UserView in kdmrc is
now true by default. So put false if security >= 3 instead of
removing it.
2000-10-09 François Pons <fpons@mandrakesoft.com>
* any.pm: default speed of modem set to 115200.
* fs.pm: fixed format of RAID partition.
* install_interactive.pm: take into account RAID partitions for
searching / partition.
2000-10-09 DrakX <install@mandrakesoft.com>
* snapshot uploaded
2000-10-09 Pixel <pixel@mandrakesoft.com>
* install_steps.pm (selectKeyboard): don't assume $o->{langs} is set
(selectLanguage): don't set $o->{langs} (so that you can go back
and it works)
* common.pm (round_up, round_down): ensure number is an integer
* install_steps_interactive.pm (chooseGroups): take into account
the min_level to compute the size
2000-10-08 Pixel <pixel@mandrakesoft.com>
* install_steps_interactive.pm (choosePackages): move the
computing of max_size before calling chooseGroups (not the one for
desktop meta_class)
(chooseGroups): compute the size of Miscellaneous
2000-10-07 DrakX <install@mandrakesoft.com>
* snapshot uploaded
2000-10-07 Pixel <pixel@mandrakesoft.com>
* share/compssList: don't install locales-* even in 'all' install
(those files are usefull if RPM_INSTALL_LANG doesn't include that
lang)
2000-10-07 DrakX <install@mandrakesoft.com>
* snapshot uploaded
2000-10-07 Pixel <pixel@mandrakesoft.com>
* pkgs.pm (install): log the gonna be installed packages (-> be
able to track not installed packages that should have been
installed)
2000-10-06 DrakX <install@mandrakesoft.com>
* snapshot uploaded
2000-10-06 dam's <damien@mandrakesoft.com>
* netconnect.pm (pppConfig): the domain used for kppp is copied in resolv.conf
(intro): connection detection improved : now use "ifconfig | grep interface"
(pppConfig): corrected cnx_up/down
2000-10-06 DrakX <install@mandrakesoft.com>
* snapshot uploaded
2000-10-06 Pixel <pixel@mandrakesoft.com>
* install_steps.pm (afterInstallPackages): don't fail if
kdeglobals file is not there
* share/compssUsers.desktop: fix icons
* detect_devices.pm (cdroms): fix for scsi cdrom drives
* pci_probing/pcitable: put cs46xx instead of snd-card-cs461x
(dixit jeff)
* diskdrake.pm (Resize): comment ext2&reiserfs resizing for the
moment
2000-10-06 Frederic Lepied <flepied@mandrakesoft.com>
* Xconfigurator.pm (write_XF86Config): added mode of wacom devices
2000-10-06 dam's <damien@mandrakesoft.com>
* netconnect.pm (ask_connect_now): connection is now tested.
2000-10-06 François Pons <fpons@mandrakesoft.com>
* install_steps_interactive.pm, install_steps_gtk.pm: updated
license.
* Xconfigurator.pm: removed Matrox G200/G400 3D acceleration by
DRI, use only Mesa with Utah GLX, fixed autologin for avoiding
drakres and no wm available, moved Riva128 card from experimental
to stable, fixed presentations of text.
* pci_probing/pcitable: fixed Cirrus Logic sound card.
2000-10-06 DrakX <install@mandrakesoft.com>
* snapshot uploaded
2000-10-06 François Pons <fpons@mandrakesoft.com>
* install2.pm: fixed bad call to hasUsb...
* share/Cards+: fixed wrong use of SiS card with 4.0.1, only keep
530, 620 and 6326 with XFree 4.0.1.
2000-10-06 DrakX <install@mandrakesoft.com>
* snapshot uploaded
2000-10-06 Pixel <pixel@mandrakesoft.com>
* share/list: remove /usr/X11R6/lib/X11/Cards, not needed anymore
* install_steps.pm (afterInstallPackages): put the Charset in
kdeglobals, otherwise kde uses charset iso8859-1 :(
* lang.pm (charset): created
* common.pm (update_userkderc): fix it, change the argument
passing
2000-10-05 Pixel <pixel@mandrakesoft.com>
* share/compssList: raise kde-i18n-*, should be installed whenever
kdebase is installed
* pci_probing/pcitable: integrate patch from viet (concerns
sym53c8xx cards)
* share/compssUsers: use "documentation" as the database icon
* install_steps_interactive.pm (chooseGroups): fix to accept icons
not in the format "*_section.xpm"
* install2.pm (miscellaneous): put yes/no in sysconfig/usb entries
2000-10-05 dam's <damien@mandrakesoft.com>
* netconnect.pm (adsl_conf): updated pppoe conf.
(main): added $netc->{minus_one} to avoid to count dhcp configured
eth when asking to share the connection.
(adsl-pppoe): improvement. Should work now.
(miscellaneous): corrected chmod 755 to 744 for connections scripts
* netconnect.pm (main): network is stopped then started, instead
of restarted.
2000-10-05 François Pons <fpons@mandrakesoft.com>
* live_install: added icons (this fixes the yellow on white
tooltips problem).
* install_any.pm: added ghostscript-utils in the list of packages
to copy when changing CD.
* printerdrake.pm: install ghostscript-utils if a lexmark printer
is selected on cups.
2000-10-05 DrakX <install@mandrakesoft.com>
* snapshot uploaded
2000-10-05 Pixel <pixel@mandrakesoft.com>
* install_any.pm (loadO): look for auto_inst.cfg in /, not in
/Mandrake/base
2000-10-05 François Pons <fpons@mandrakesoft.com>
* netconnect.pm: fixed syntax error.
* share/po/i18n_compssUsers: simplified version and fixed
dependancies to pkgs.pm (for building drakxtools).
2000-10-04 François Pons <fpons@mandrakesoft.com>
* install_gtk.pm: removed 80 pixel on height for live upgrade.
* install_steps.pm: do not set keyboard when live upgrade after
setting the language.
* install_steps_gtk.pm: fixed the trying to start a X server on
live.
2000-10-04 Pixel <pixel@mandrakesoft.com>
* share/po/i18n_compssUsers: fake module ``c'' so that no need to
build DrakX to use i18n_compssUsers
* install_steps_interactive.pm (selectLanguage): update license
* install_steps_gtk.pm (installPackages): add second license for
shitty soft (commercial one)
2000-10-04 dam's <damien@mandrakesoft.com>
* draknet (netconnect.pm and network.pm): various translations
corrected, network is restarted, buttons connect/disconnect
debugged.
2000-10-04 DrakX <install@mandrakesoft.com>
* snapshot uploaded
2000-10-04 Pixel <pixel@mandrakesoft.com>
* Xconfigurator.pm (main): kill prefdm instead of autologin
* install_any.pm (find_root_parts): don't use
suggest_mount_points, it couldn't do what we wanted
(guess_mount_point): created, contains the common stuff between
suggest_mount_points and find_root_parts
2000-10-04 Guillaume Cottenceau <gc@mandrakesoft.com>
* standalone/drakgw: fix some failing/untranslated i18n messages
* share/po/fr.po: write translations according to drakgw
2000-10-04 François Pons <fpons@mandrakesoft.com>
* Xconfigurator.pm: removed bad card for 3D Rage Pro.
* install_any.pm: removed Aurora for SiS card, add more case for
detecting right cdrom for live upgrade, fixed wrong list of
packages for laptops.
* c/stuff.xs.pm: added time interval of 200ms between update of
progression bar of install, make sure the last step is seen.
2000-10-04 DrakX <install@mandrakesoft.com>
* snapshot uploaded
2000-10-04 Pixel <pixel@mandrakesoft.com>
* modules.pm (when_load): stricter regexp for $type is scsi or not
(so that scsi_mod with is scsi_raw doesn't get an alias
scsi_hostadapter)
* detect_devices.pm (isLS120Drive): extend the regexp to include
"Caleb Technology - 144MB FDD UHD Floppy"
* detect_devices.pm (burners, IDEburners): reworked, renamed, now
works!
* c/stuff.xs.pm (isBurner): created
* modules.pm (load_ide): make sure ide-cd is loaded!
* install_steps_interactive.pm (chooseGroups): the label and help
are now translated (at least will be), so use the translations
2000-10-03 Pixel <pixel@mandrakesoft.com>
* share/po/Makefile (DrakX.pot): added the to-be-translated from
compssUsers
* share/po/i18n_compssUsers: read the compssUsers's and output the
to-be-translated in po format
* log.pm (l): log to STDERR instead of STDOUT
* install_any.pm (loadO): use first floppy drive available (won't
help much though, as stage1 doesn't follow this...)
2000-10-03 DrakX <install@mandrakesoft.com>
* snapshot uploaded
2000-10-03 Pixel <pixel@mandrakesoft.com>
* Xconfigurator.pm (autologin): don't propose autologin in
security > 3
* common.pm (availableRamMB): HACK HACK if i810 and memsize,
returns 127
* bootloader.pm (suggest): don't use grub if more than 800MB
2000-10-04 Guillaume Cottenceau <gc@mandrakesoft.com>
* share/po/validate.pl: create this tool
* share/po/fr.po: fix many typos
* share/po/fr.po: make compssUsers translation
2000-10-03 François Pons <fpons@mandrakesoft.com>
* Xconfigurator_consts.pm: changed resolution allocation.
* fs.pm: removed no more used log.
* install2.pm: add exit button if live upgrade.
* install_any.pm: increased minimal available size to 65Mb.
* install_steps.pm, standalone/printerdrake: fixed cups to CUPS
for mode.
* printerdrake.pm: fixed not_edit for lpr mode of printerdrake.
* share/Cards+: fixed Savage2000 entry.
2000-10-03 DrakX <install@mandrakesoft.com>
* snapshot uploaded
2000-10-03 François Pons <fpons@mandrakesoft.com>
* Xconfigurator.pm: updated bad card with Rage Mobility card.
* live_install: added test of root user, abort if not root.
2000-10-03 Guillaume Cottenceau <gc@mandrakesoft.com>
* share/po/fr.po: fixed bug #518 and fixed other misc errors
2000-10-03 DrakX <install@mandrakesoft.com>
* snapshot uploaded
2000-10-02 François Pons <fpons@mandrakesoft.com>
* diskdrake.pm (Resize): fix to make ext2resizing work a little
better
* install_steps.pm: fixed installation of urpmi configuration.
* detect_devices.pm: updated comment about UltraDMA66/100
management.
* modules.pm: updated comment about UltraDMA66/100 management.
* diskdrake.pm: adding a cylinder for the minimum of the resize
and if there is nothing to do for resize, simply return.
* install_any.pm: added missing require pkgs.
2000-10-02 Pixel <pixel@mandrakesoft.com>
* many files: remove many lnx4win special cases which are not
needed anymore
* any.pm (addUsers): grpuser output goes to Mr Dave
* bootloader.pm (install_lilo): change the default color of menu
* install_steps_interactive.pm (choosePackages): add 300MB choice
in desktop
* mouse.pm (fullnames): fix i18n fix
* install_steps.pm (miscellaneous): don't add ide2=0x... for
ultra66 (otherwise chmouel is not happy, so is hdc being hde)
* Xconfigurator.pm (main): add handling of icewm logout
* c/stuff.xs.pm: changed the stepping of "Progressing installing package"
2000-10-02 dam's <damien@mandrakesoft.com>
* netconnect.pm (main): infos are written only when needed.
* netconnect.pm (intro): connection checking now works.
2000-10-02 Chmouel Boudjnah <chmouel@mandrakesoft.com>
* pci_probing/pcitable: s|snd-card-via686a|via82cxxx_audio|; like
jeff request.
2000-09-30 DrakX <install@mandrakesoft.com>
* snapshot uploaded
2000-09-30 dam's <damien@mandrakesoft.com>
* netconnect.pm: a LOT of bugs fixed. draknet is now completely
brok^H^H^H^Hfrozen.
2000-09-29 DrakX <install@mandrakesoft.com>
* snapshot uploaded
2000-09-29 dam's <damien@mandrakesoft.com>
* netconnect.pm (adsl_conf): dhcp should better work.
* network.pm (configureNetwork): remove connection script if a
gateway is given.
* common.pm (setVarsInShMode): created. chmod the file with
permissions passed in argument.
2000-09-29 François Pons <fpons@mandrakesoft.com>
* modules.pm (load): fixed when standalone, use modprobe.
* pkgs.pm: added preference for wu-ftpd.
* detect_devices.pm: added code to proble USB printer.
* printer.pm: fixed missing PRINTER=yes on CUPS configuration for
USB printer.
* install_steps.pm: removed possibilty to add an user in urpmi
group (jloup).
* install_steps_interactive.pm: log if CD not ejectable.
2000-09-29 Guillaume Cottenceau <gc@mandrakesoft.com>
* share/compssList: sync with latest packages
* install_steps_interactive.pm (selectLanguage($)): s/42/43/ in
MandrakeSoft physical address
2000-09-29 DrakX <install@mandrakesoft.com>
* snapshot uploaded
2000-09-29 dam's <damien@mandrakesoft.com>
* netconnect.pm (intro): detection of internet
configuration/connexion state.
* network.pm (write_resolv_conf): better "ppp temp nameserver" in resolv.conf
2000-09-28 Pixel <pixel@mandrakesoft.com>
* modules.pm (load_thiskind): add read_already_loaded cuz of
pcmcia
2000-09-28 Guillaume Cottenceau <gc@mandrakesoft.com>
* share/compssList: add nasty DrakSync and DrakProfile with 50 0 50
2000-09-28 DrakX <install@mandrakesoft.com>
* snapshot uploaded
2000-09-28 Pixel <pixel@mandrakesoft.com>
* install_steps_interactive.pm (choosePackages): the minimum is 25
in beginner, not 10
* pkgs.pm (readCompssUsers): fix reading description
* install_steps.pm (afterInstallPackages): remove the code to
handle RPM-GPG-KEYS
2000-09-28 dam's <damien@mandrakesoft.com>
* interactive_gtk.pm (ask_from_list_with_helpW): no more theme
parsing, no more draknet.rc
* netconnect.pm (read_net_conf): no adsl tree anymore.
* netconnect.pm: drakgw called if enough card are installed.
* netconnect.pm: minor bugs correction.
2000-09-28 François Pons <fpons@mandrakesoft.com>
* Makefile.config: added livedrake for drakxtools.
* diskdrake.pm: use corrected partition size when resizing a dos
partition (like the others).
* install_any.pm: no more pnm2ppa packages and others in package
to copy when changing CD.
* live_install: exec live_install2 instead.
* live_install2: contains post live upgrade stuff now.
* printerdrake.pm: protect set_help() usage by if $::isInstall,
removed reference to package pnm2ppa and others.
* standalone/livedrake: initial release for drakxtools.
2000-09-28 DrakX <install@mandrakesoft.com>
* snapshot uploaded
2000-09-28 Pixel <pixel@mandrakesoft.com>
* install_interactive.pm (partitionWizardSolutions): fix the limit
cases for lnx4win
* share/po/Makefile ($(PMSCFILES)): fix the DrakX.pot generation
2000-09-27 Pixel <pixel@mandrakesoft.com>
* install_steps_interactive.pm (choosePackages): set $size2install
to $availableC in desktop install, as it should be
* install2.pm (choosePackages): remove the code for removing kdesu
in high security...
* install_steps_interactive.pm (createBootdisk): format more
nicely the text
* install_steps_gtk.pm (installPackages): add 10 seconds to have a
better estimation
* install_steps_interactive.pm (chooseGroups): now returns a boolean
(choosePackages): use chooseGroups return value to redo
choosePackages
* install_steps_gtk.pm (selectMouse): if mouse type is none, then
don't test!
* Xconfigurator.pm (monitorConfiguration): rename Unlisted to Custom
* various: replace all Rescue by Update
* pkgs.pm (readCompssUsers): read description for groups
* install_steps_interactive.pm (chooseGroups): add description for
groups
2000-09-27 Guillaume Cottenceau <gc@mandrakesoft.com>
* share/compssUsers.desktop: added description
* share/compssUsers: added description
* share/compssUsers.desktop: added icon support, reordered,
renamed
* share/compssUsers: reordered, renamed
2000-09-27 DrakX <install@mandrakesoft.com>
* snapshot uploaded
2000-09-27 Pixel <pixel@mandrakesoft.com>
* install_steps_interactive.pm (selectLanguage): intregrate
license again
* pkgs.pm (readCompssUsers): reads compssUsers.meta_class
* diskdrake.pm (Create): replace ``ne "i386"'' by ``!~ /i.86/''
(as should be)
* install_steps_gtk.pm (selectInstallClass1): if @$l (list of
install classes) contains only one element, call
install_steps_interactive::selectInstallClass1
* install_steps_interactive.pm (choosePartitionsToFormat): fix for
"no partitions selected to format"
* my_gtk.pm (_create_window): alt-e now *toggles* expert/newbie
2000-09-27 Guillaume Cottenceau <gc@mandrakesoft.com>
* share/compssList: more for gnupg, -11 for sucking things,
changed compss-groups to be less than 70.
* share/compssUsers: modified compssUsers with Warly, added
compssUsers.desktop, simplified for KD (now uses Graphical
Desktop/KDE instead of listing all relevant packages)
2000-09-27 dam's <damien@mandrakesoft.com>
* netconnect.pm (get_info_adsl_providers, read_adsl_providers):
Created. adsl provider tree.
(set_net_conf): better informations storing.
* my_gtk.pm (new): windows are always centered if standalone.
2000-09-27 François Pons <fpons@mandrakesoft.com>
* Xconfigurator.pm: added option "sw_cursor" for S3 Trio3D. fixed
3D hw acceleration for i815 (VideoRam). prefer XF3 for all
NeoMagic cards.
* install_gtk.pm: re-enabled themes on live upgrade but without
modifying background image.
* install_steps_gtk.pm: fixed missing help.
* live_install: lot of fixes to enable DrakX font, keep upgraded
system clean (libperl.so which allows graphical login).
* pkgs.pm: added function allowedToUpgrade to filter kernel
package.
2000-09-27 DrakX <install@mandrakesoft.com>
* snapshot uploaded
2000-09-27 Pixel <pixel@mandrakesoft.com>
* install_steps_interactive.pm (configureX): if `clicked' don't go
to auto mode
* Xconfigurator.pm (monitorConfiguration): fix the translated
'Generic' which is not so (and must not be so) anymore
2000-09-26 Pixel <pixel@mandrakesoft.com>
* pkgs.pm: remove all Unskip code
* my_gtk.pm (_create_window): add shortcut alt-e to switch to
expert
* Xconfigurator.pm (resolutionsConfiguration): fix for setting
legal resolution
* install_steps_interactive.pm (selectLanguage): use formatAlaTeX
on the license
2000-09-26 François Pons <fpons@mandrakesoft.com>
* fs.pm: added mounting of swap partition when mounting them
all (this can help :-)
* pkgs.pm: fixed correction size code to make (really) a true
bijection between corrected and rpm size.
2000-09-26 DrakX <install@mandrakesoft.com>
* snapshot uploaded
2000-09-26 Pixel <pixel@mandrakesoft.com>
* install_steps_interactive.pm (selectLanguage): integrate the
license (temporary one)
* modules.pm (write_conf): fix the /etc/modules generation
* interactive_gtk.pm (ask_many_from_listW): if more than 5 entries
in icon format, use scrollbar. In non-icon format, use scrollbar
for more than 11 entries.
* commands.pm (bug): add ddcxinfos
* pci_probing/pcitable: replace tulip by de4x5 for 2104x cards
2000-09-26 François Pons <fpons@mandrakesoft.com>
* Xconfigurator.pm: added more 3D Rage Pro card for 3D
acceleration with Utah-GLX (Rage Mobility, Rage XC/XL),
modified identification for checking acceleration.
* install_any.pm: added automatic installation (up 60) for
OpenGL games if a graphic card MAY BE accelerated.
* live_install: fixed perl idioms in pure shell script and added
packdrake symlink if not already installed.
* share/compssList: changed level to -1 for all needing 3D hw
acceleration packages.
2000-09-26 dam's <damien@mandrakesoft.com>
* network.pm (write_resolv_conf): write temp dns line to be used
with new initscripts package. Use to set dns live.
2000-09-26 DrakX <install@mandrakesoft.com>
* snapshot uploaded
2000-09-26 Pixel <pixel@mandrakesoft.com>
* mouse.pm (read): catch exception if fullname2mouse fails (eg:
old FULLNAME format)
2000-09-25 Pixel <pixel@mandrakesoft.com>
* share/MonitorsDB: merge with latest redhat MonitorsDB
* pci_probing/pcitable: major merge with latest redhat pcitable
* share/Cards+: added "Intel 815", renamed "Rage 128 (generic)" to
"Rage 128", added "Rage 128 Mobility"
* install_any.pm (getAvailableSpace): keep 10% of free space on
big partitions
* Xconfigurator.pm (readMonitorsDB): don't translate Generic
(otherwise, only a part is translated, see MonitorsDB for the
non-translated part)
* interactive.pm (ask_many_from_list): fix sorting
* install_gtk.pm (test_mouse): smaller box to fit in 640x480
* install_steps.pm (afterInstallPackages, beforeInstallPackages):
RPM-GPG-KEYS is copied before installing packages
* pkgs.pm (readCompssUsers): handle icons in compssUsers
* common.pm (truncate_list): ensure the list is not too big
* install_steps_gtk.pm (choosePackagesTree): restrict the list to
20 elements if it is too big (use truncate_list)
2000-09-25 François Pons <fpons@mandrakesoft.com>
* bootloader.pm: add Video mode for entry.
* fs.pm: updated for live upgrade.
* install2.pm: dropped unuseful steps filtering.
* install_any.pm: fixed wrong Device3Dfx package name and clean
postinstall rpms directory on upgrade before filling it.
* install_gtk.pm: removed window restrictions of live upgrade.
* install_steps.pm: fixed initrd symlink following in case of
upgrade.
* install_steps_gtk.pm, install_steps_interactive.pm: keep always
upgrade on live upgrade.
* modules.pm: may fixed pcmcia lost driver (typically on network).
* pkgs.pm: fixed (uggly?) usage of floating perl data on perl
script :-)
* printer.pm: back to "Generic PostScript" for default printer (jloup).
* printerdrake.pm: make sure an expert can choose among available
devices.
2000-09-25 dam's <damien@mandrakesoft.com>
* network.pm (write_resolv_conf): write '# ppp temp entry adsl' in
/etc/resolv.conf if needed.
* netconnect.pm : adsl connection does'nt need any dns anymore.
* netconnect.pm (read_net_conf): created. draknet now stores and
reload the config.
* netconnect.pm (main): if the user is french and uses french
keyboard, don't ask his country.
2000-09-25 Pixel <pixel@mandrakesoft.com>
* modules.pm: added 8139too
* share/Cards+: GeForce2 DDR is handled by driver "nv"
* Xconfigurator.pm (main): in killall X for Xdrakres, also killall
kdm/xdm/gdm/autologin :)
2000-09-25 DrakX <install@mandrakesoft.com>
* snapshot uploaded
2000-09-25 dam's <damien@mandrakesoft.com>
* network.pm (configureNetwork): Warn user if he already
configured the interface.
2000-09-24 Pixel <pixel@mandrakesoft.com>
* modules.pm (mergein_conf): created. call read_conf, fills
%modules::conf and set $modules::scsi
2000-09-24 Guillaume Cottenceau <gc@mandrakesoft.com>
* standalone/drakgw (fatal_quit($)): add log of reason of fatal_quit
2000-09-24 DrakX <install@mandrakesoft.com>
* snapshot uploaded
2000-09-24 Pixel <pixel@mandrakesoft.com>
* commands.pm (bug): use first floppy drive instead of fd0 hard
coded (nice for LS120's)
* install_steps_gtk.pm (selectMouse): if device changed, do the
test
* standalone/mousedrake: fix for serial mice
* install_steps_interactive.pm (selectMouse): fix for serial mice
2000-09-23 dam's <damien@mandrakesoft.com>
* netconnect.pm (conf_network_card): now displays the modules of
detected ethernet cards.
2000-09-22 dam's <damien@mandrakesoft.com>
* netconnect.pm (main): calls drakegw.
* netconnect.pm (get_net_device): fixed
2000-09-22 Guillaume Cottenceau <gc@mandrakesoft.com>
* standalone/drakgw:
- added logs
- added verbose mode
- fixed wrong stopping of named in other languages than english
* netconnect.pm (get_net_device): try to fix it..
2000-09-22 Pixel <pixel@mandrakesoft.com>
* install_steps_interactive.pm (selectKeyboard,
choosePartitionsToFormat, chooseCD, installCrypto): use new ask_many_from_list
():
* interactive.pm (ask_many_from_list): now only ask_many_from_list
exists, obsoleting ask_many_from_list_ref and
ask_many_from_list_with_help. More flexible and nicer
* interactive_newt.pm (ask_many_from_listW): adapted to new
calling type
* interactive_gtk.pm (ask_many_from_listW): adapted to new calling
type, handle 'shadow' and 'icon2f'
2000-09-22 Pixel <pixel@mandrakesoft.com>
* install2.pm (main): if /lnx4win/i in VERSION, set $o->{lnx4win}
* Xconfigurator.pm (cardConfiguration): fix setting 4MB of meg for
i810
(testFinalConfig): i810 is a verybad_card, aka can't test anything
on it :-(
(main): fork to background and stay there while waiting for the WM
to exit
(testFinalConfig): update the backgroung image path
* interactive_gtk.pm (exit): flush X before leaving (otherwise the
mousecursor is not restored)
* run_program.pm (rooted): don't redirect the stdout and stderr to
ddebug.log if not $::isInstall
* log.pm (l): log on stdout/stderr if !isInstall and !isStandalone
* modules.pm (load_raw): redirect stderr to tty5
* install2.pm (main): set variable $::isInstall
2000-09-22 DrakX <install@mandrakesoft.com>
* snapshot uploaded
2000-09-22 Guillaume Cottenceau <gc@mandrakesoft.com>
* standalone/drakgw: now includes information from netconnect to
ignore the interface used for Internet connection
2000-09-22 dam's <damien@mandrakesoft.com>
* install_steps_gtk.pm (selectInstallClass1): pixel's typo.
* netconnect.pm (get_net_device): added get_net_device to know
which interface has been used to configure the internet connection.
(conf_network_card): ask to restart network if dhcp too.
(main): enable dialing when modem.
* network.pm (configureNetworkIntf): changed label to warn people
about already configured eth cards.
2000-09-22 François Pons <fpons@mandrakesoft.com>
* install_gtk.pm: added Desktop themes.
* share/themes-mdk-Desktop.rc, share/themes/mdk-Desktop-bg.png:
initial release.
* install2.pm: moved back to all steps for live upgrade.
* install_gtk.pm: select right logo if desktop.
* install_steps_interactive, install_steps_gtk.pm: avoid asking if
upgrade for a live upgrade.
2000-09-22 Pixel <pixel@mandrakesoft.com>
* install_steps.pm: add some call to log_sizes to log the
installed size
* install_steps_gtk.pm (installPackages): beep before changeMedium
2000-09-21 Pixel <pixel@mandrakesoft.com>
* interactive.pm (ask_from_listf): try to call the f translation
function on the default value with the index
* install_steps.pm (afterInstallPackages): make the gpg code work,
changed the call to
"gpg --fast-import --homedir /etc/rpm /root/tmp/RPM-GPG-KEYS"
* detect_devices.pm: cleanup and removed unused code
2000-09-21 Guillaume Cottenceau <gc@mandrakesoft.com>
* detect_devices.pm (getNet()): really remove plip in standalone
2000-09-21 François Pons <fpons@mandrakesoft.com>
* install_steps.pm, netconnect.pm: changed NETWORKING reference
from false to no.
* printer.pm: changed timeout from 30 to 60.
* printerdrake.pm: added wait message when waiting for cups to
start.
* pci_probing/pcitable: added erwan VIA Rhine board.
* network.pm: added DHCP_HOSTNAME reference.
2000-09-21 DrakX <install@mandrakesoft.com>
* snapshot uploaded
2000-09-21 Pixel <pixel@mandrakesoft.com>
* standalone/keyboarddrake: fix for XF4
* Xconfigurator.pm (write_XF86Config): comment the omit
xfree86-dga
* install_steps.pm (afterInstallPackages): configure GPG public
keyring with mandrake key
* standalone/mousedrake: updated/fixed for new mouse handling
* install2.pm (main): update for handling oem installs
* many files: relGetFile cleanup, updated calls to getFile and
getAndSaveFile accordingly
* Xconfigurator.pm (testFinalConfig): new XFdrake-image-test.jpg
* detect_devices.pm (@netdevices): plip removed in standalone,
otherwise plip is always there (because of kmod)
* install_steps_interactive.pm (choosePartitionsToFormat): replace
the die "cancel" by die "already displayed", so that no error is
displayed.
* pci_probing/pcitable: replace some rtl8139 by 8139too, added
cards DELTA8139 and ADDTRON8139 (for jeff)
* Xconfigurator.pm (show_info): also show the colordepth and
resolution. don't show server if none, show XF4 driver if there's
one.
(main): change the "Forget the changes" to "Keep the changes?"
with displaying the current configuration.
2000-09-21 François Pons <fpons@mandrakesoft.com>
* printer.pm: changed "PostScript" ppd default description to "Raw
queue (no filtering)", asked by Till.
* Xconfigurator.pm: add log of what user select for 3D hw
acceleration.
* share/compssList: changed XFree86-glide-module to -2 because the
level is the same for XFree86-Glide* which may have multiple
different version installed due to dependancies of the first one.
2000-09-21 dam's <damien@mandrakesoft.com>
* netconnect.pm (conf_network_card): added check when dhcp. Cable connection
should now work.
2000-09-21 DrakX <install@mandrakesoft.com>
* snapshot uploaded
2000-09-21 Pixel <pixel@mandrakesoft.com>
* install_steps_interactive.pm (exitInstall): call $o->exit if
"Some steps are not completed"
2000-09-20 Pixel <pixel@mandrakesoft.com>
* bootloader.pm (install_loadlin_config_sys,
install_loadlin_desktop): extracted from install_loadlin, do not
call them anymore (remove it?)
(suggest): put grub in lnx4win install
* common.pm (availableRamMB): fixed (round to a multiple of 4)
2000-09-20 dam's <damien@mandrakesoft.com>
* netconnect.pm (get_info_isdn_providers & read_isdn_providers):
read file in /usr/share and $prefix/usr/share
(isdn_write_config): corrected file to be sh compliant.
(isdn_write_config): added default route settings for isdn.
2000-09-20 DrakX <install@mandrakesoft.com>
* snapshot uploaded
2000-09-20 Pixel <pixel@mandrakesoft.com>
* pci_probing/pcitable: replace es1371 by snd-card-ens1371
2000-09-20 dam's <damien@mandrakesoft.com>
* Xconfigurator.pm (autologin): for urpmi, added `--best-output' and suspend/resume
2000-09-20 Guillaume Cottenceau <gc@mandrakesoft.com>
* standalone/printerdrake: for urpmi, added `--best-output' and suspend/resume
* standalone/XFdrake: for urpmi, added `--best-output' and suspend/resume
2000-09-20 dam's <damien@mandrakesoft.com>
* standalone/draknet: used new package install function.
2000-09-20 Pixel <pixel@mandrakesoft.com>
* detect_devices.pm (isFloppyOrHD): detects wether a device is a
floppy or not based on its size (for scsi floppy)
* Xconfigurator.pm (testFinalConfig): check if "server" OR
"driver" field is set (otherwise XF4 only card won't pass)
* bootloader.pm (suggest): fix for ``installing the last cooker
from kenobi:/I on an smp machine i don't get anymore an entry for
linux-up'' (c chmouel)
2000-09-20 dam's <damien@mandrakesoft.com>
* netconnect.pm (read_isdn_providers): corrected typo ($_ -> $_[0])
2000-09-20 DrakX <install@mandrakesoft.com>
* snapshot uploaded
2000-09-19 Pixel <pixel@mandrakesoft.com>
* modules.pm (get_pcmcia_devices): fix (especially, now ethernet
should be detected)
* lang.pm (get_langs): created, gives rpm install langs
* install_any.pm (setPackages): give langs::get_langs() to
readCompssList
* pkgs.pm (readCompssList): don't use RPM_INSTALL_LANG, use given
$langs instead. This fixes the RPM_INSTALL_LANG=all install.
2000-09-19 Pablo Saratxaga <pablo@mandrakesoft.com>
* netconnect.pm: make dhcp-client, pump and such not translatable.
Those are program names and should therefore not be translated,
that only confuses translators
2000-09-19 dam's <damien@mandrakesoft.com>
* Xconfigurator.pm (autologin): corrected @users definition and
passwd cat.
2000-09-19 DrakX <install@mandrakesoft.com>
* snapshot uploaded
2000-09-19 Pixel <pixel@mandrakesoft.com>
* many files: changed some access to get_root to get_root_
* install_steps_interactive.pm (choosePackages): added code for
desktop meta_class install type
* install_steps_gtk.pm (selectMouse): cleanup, give parameter
emulate3buttons to setMouseLive
* c/stuff.xs.pm (setMouseLive): add argument emulate3buttons
2000-09-19 Guillaume Cottenceau <gc@mandrakesoft.com>
* interactive*.pm: changed `suspend' and `resume' to behave as expected,
added `enter_console' and `leave_console'
2000-09-19 DrakX <install@mandrakesoft.com>
* snapshot uploaded
2000-09-19 Pixel <pixel@mandrakesoft.com>
* install2.pm (miscellaneous): replaced LITTLE_FRIED_OIGNONS by
META_CLASS
* Xconfigurator.pm (cardConfiguration): when ddcxinfos gives false
result (not enough VideoRam), also remove the found resolutions
* Xconfigurator.pm (main): remove the automatic searching of
resolutions
* Xconfigurator.pm (resolutionsConfiguration): cleanup, remove the
automatic searching of resolutions.
* mouse.pm (fullnames): changed the `_' in `[' before Other
(nicer, uh?)
* install2.pm (selectMouse): changed clicked to !first_time
2000-09-19 DrakX <install@mandrakesoft.com>
* snapshot uploaded
2000-09-19 Pixel <pixel@mandrakesoft.com>
* Xconfigurator.pm (testFinalConfig): remove the bloody prototype
2000-09-19 DrakX <install@mandrakesoft.com>
* snapshot uploaded
2000-09-18 Dam's <damien@mandrakesoft.com>
* Xconfigurator (autologin): do it eve, if newbie. Autologin is
now in separated function.
2000-09-18 Pixel <pixel@mandrakesoft.com>
* Xconfigurator.pm (testFinalConfig): don't skip the test in auto
if called via "Test again"
* Xconfigurator.pm (resolutionsConfiguration): ensure all depth
are bounded
* bootloader.pm (suggest): don't put "linux-nonfb" if "linux" is
classic and no-fb
* fsedit.pm (check_mntpoint): add a check for /etc /lib... which
must not be mount points. Also check that /home, /tmp and /usr are
on trueFS
* interactive.pm (ask_from_entries_ref): add bounding of "val" in
case of type "range". die if min > max.
2000-09-18 DrakX <install@mandrakesoft.com>
* snapshot uploaded
2000-09-18 Pixel <pixel@mandrakesoft.com>
* install_steps_interactive.pm (choosePartitionsToFormat): nicer
partition/device display
* partition_table_raw.pm (zero_MBR): add on the fly require of the
good partition_table_$type
* detect_devices.pm (cdroms): fix (yet again) the scd$nb device
assignment to ide burners
* install_steps.pm (afterInstallPackages): comment out a part of
the icons mess messing
* Xconfigurator.pm (cardConfiguration): move Unlisted to
Other/Unlisted
* share/CardsNames: updated (for Voodoo5)
* install_steps_gtk.pm (selectMouse): fix the test to know wether
the guy has changed the mouse type (to know wether to test the
mouse or not)
* install_steps_interactive.pm (selectLanguage): add the license
* install_steps_interactive.pm (choosePackages): have the
"Recommended" size be the default
(in the choice Minimum/Recommanded/Complete)
* diskdrake.pm (Type): fix a typo
* install_steps.pm (doPartitionDisksAfter): mark partition as
mounted
2000-09-17 DrakX <install@mandrakesoft.com>
* snapshot uploaded
2000-09-17 Pixel <pixel@mandrakesoft.com>
* install/pcmcia_config.patch: cleaned
* diskdrake.pm (Create, Type): have type field not_editable
* tools/make_mdkinst_stage2: use TMPDIR if available
2000-09-16 Pixel <pixel@mandrakesoft.com>
* install_steps_interactive.pm (choosePartitionsToFormat): move
the setting of toFormat before asking for bad blocks, seems to fix
things?? weird :-/
* network.pm (miscellaneousNetwork): fix the setting of focus on
error (tx2Thomas Poindessous :)
* install_steps_interactive.pm (configurePrinter): changed
"Cancel" to "None" (for Thomas Poindessous :)
* printer.pm (poll_ppd_base): max polling time raised from 10s to
30s (for Till)
* install_steps.pm (ask_mntpoint_s): don't force partition type to
be ext2 (at least if it's a known fs) (for Warly)
2000-09-15 DrakX <install@mandrakesoft.com>
* snapshot uploaded
2000-09-15 Pixel <pixel@mandrakesoft.com>
* install_steps_gtk.pm (set_help): save the help message displayed
in $o->{current_help}
* install_gtk.pm (create_big_help): display $o->{current_help}
* mouse.pm: reworked quite a lot. Now sorts/categorize nicely the mice.
* install_steps_interactive.pm (selectMouse): adapted for reworked mouse.pm
* install2.pm (selectMouse): adapted for mouse::read now returning
an hash ref
* detect_devices.pm (hasMousePS2): remove hasMouseMacUSB, do it in
one function (now takes the device in the parameter)
* interactive.pm (ask_from_treelistf): added (just like
ask_from_listf, but with a tree)
* Xconfigurator.pm: the reference is now nbuttons to
know wether to put Emulate3Buttons or ZAxisMapping.
* Xconfigurator.pm (cardConfiguration): install Glide_V3-DRI on
Banshee too.
* Xconfig.pm: guess nbuttons based on Emulate3Buttons and
ZAxisMapping.
* common.pm (availableRamMB): replace availableRam, now use the
size of /proc/kcore (what else to find the real ramsize?)
* common.pm (cat__): created
* install2.pm (main): add field meta_class in $o. Can be
'desktop', in case option desktop is given, or if /desktop/i is
found in /VERSION
* install_steps.pm (miscellaneous): for lnx4win, always have
'mem=' (so that the initrd is visible by both windows
* install2.pm (main): add option "desktop"
* install_any.pm (generate_ks_cfg): fix for new(?) $o->{intf} format
* install_interactive.pm (partitionWizardSolutions):
use only TrueFS for existing_part
(partitionWizard): have only "loopback" for lnx4win
* pci_probing/pcitable: associate Voodoo5 with Voodoo5
* share/Cards+: add Voodoo5
* bootloader.pm (suggest): add entry linux-nonfb (called linux-up
for smp)
2000-09-14 DrakX <install@mandrakesoft.com>
* snapshot uploaded
2000-09-12 François Pons <fpons@mandrakesoft.com>
* detect_devices.pm, mouse.pm: moved probing serial port before to
detect a wacom tablet (even if a PS/2 or USB mouse is found).
* help.pm: corrected reference to previous version of LM (jloup).
* install2.pm: removed duplicate code for getting network
configuration, using network module.
* netconnect.pm: intf is now a hash and no more an array.
* network.pm: changed nature of intf to hash from array, reworked
write_resolv_conf function to keep old code in comment but only
when not used anymore (to make it easier by hand modification).
* printer.pm: SOCKET accessible to expert only (jloup).
* printerdrake.pm: local port only available for expert if a
printer has been detected (jloup).
2000-09-11 François Pons <fpons@mandrakesoft.com>
* Xconfigurator.pm: reorganized choices of 3D optimizations, added
experimental support for expert users.
* install_steps_interactive.pm: removed question to keep XF3.
2000-09-05 François Pons <fpons@mandrakesoft.com>
* printerdrake.pm: removed all previous URI specific mode and
added socket and expert URI general mode.
* printer.pm: fixed bugs, start lo interface before cups.
2000-09-04 François Pons <fpons@mandrakesoft.com>
* printerdrake.pm: added pnm2ppa and lm110 support in cups
configuration. probe for printer device (parallel) and try to
install usb for printer.
* printer.pm: removed local printer configuration for cups (keep
only local configuration using URI).
2000-09-01 François Pons <fpons@mandrakesoft.com>
* Xconfigurator.pm: fixes to configure XF86Config-4 when XFree-3.3
is installed, make 16bits by default on 3D hardware acceleration,
fixed selection of hardware for hardware acceleration.
* install_steps.pm: add cups for printer configuration, used for
auto_install. added new function to add packages only if requires
are already satisfied.
* standalone/printerdrake: updated.
2000-08-31 dam's <damien@mandrakesoft.com>
* moved many things to network.pm and any.pm
* everything should be broken now.
2000-08-31 François Pons <fpons@mandrakesoft.com>
* install2.pm: removed printer default config (now obsoleted).
* install_steps_interactive.pm: add cups support.
* printerdrake.pm: add cups support.
* printer.pm: add cups support.
2000-08-31 Frederic Lepied <flepied@mandrakesoft.com>
* install_any.pm (setPackages): install the right glide module
according to the Voodoo card detected.
* Xconfigurator.pm (write_XF86Config): ZAxisMapping for XF 4.
(autoDefaultDepth): default depth to 16 for Voodoo cards except
for Voodo5 ones.
2000-08-29 dam's <damien@mandrakesoft.com>
* moved pppConfig in netconnect.pm and any.pm
* moved miscellaneousNetwork in any
* modem configuration is now useable in standalone mode.
2000-08-29 David BAUDENS <baudens@mandrakesoft.com>
* install_steps_interactive.pm: change Small/Normal/Full ->
Minimum/Recommanded/Complete (aka make FredB happy)
2000-08-28 dam's <damien@mandrakesoft.com>
* draknet (netconnect): renamed drakfuck -> draknet. standard ADSL
and french alcatel ADSL implemented.
* Xconfigurator.pm (autologin) : use of the new autologin system.
2000-08-24 François Pons <fpons@mandrakesoft.com>
* ../update_kernel*: changed reference from extract_archive to
packadrake.
* Makefile*: added live_install and live_install2.
* Xconfigurator.pm: updated Mach64 acceleration to only 3D Rage
Pro AGP card type, commented SiS and S3ViRGE support by GLX.
* commands.pm, keyboard.pm, lang.pm, pkgs.pm, list, tools/*:
updated to use packdrake now.
* install2.pm, install_steps.pm, install_steps_gtk, Makefile*:
manage live upgrade.
* modules.pm: use standard modprobe command for load in live
upgrade.
* netconnect.pm: added minimal modification for being compilable.
* rescue/list: added packdrake and sfdisk.
* live_install, live_install2: live upgrade of package.
2000-08-22 dam's <damien@mandrakesoft.com>
* drakfuck (netconnect):finished isdn PCI/ISA card implemetation
* added isdndb.net: providers database
2000-08-20 dam's <damien@mandrakesoft.com>
* moved Netconnect.pm to netconnect.pm
* moved DrakFuck to drakfuck
2000-08-18 Pixel <pixel@mandrakesoft.com>
* share/Cards+: for i810, force VideoRam
2000-08-18 dam's <damien@mandrakesoft.com>
* modules.pm: added isdn type in @drivers_by_category. corrected
load_thiskind (thx pixel) : it's not unsafe anymore
* Netconnect.pm: just display PCI isdn card recognized.
2000-08-17 Pixel <pixel@mandrakesoft.com>
* install_any.pm: many cleanup. moved some functions to common,
any or install_interactive (newly created)
2000-08-16 dam's <damien@mandrakesoft.com>
* install_steps_interactive.pm(configureNetwork): added call to
isdn configuration
* added standalone/DrakFuck: standalone entry point to configure
internet connexion.
* added Netconnect.pm: internet connexion functions.
2000-08-11 Pixel <pixel@mandrakesoft.com>
* install_steps_interactive.pm (selectInstallClass): yet a bigger
warning so that people don't choose expert installs. Also set the
focus on "Custom" by default.
* install_steps_interactive.pm (doPartitionDisks): created, calls
the wizard.
* install_steps.pm (doPartitionDisksBefore,
doPartitionDisksAfter): created (was mainly in
install2::doPartitionDisks)
* install2.pm (doPartitionDisks): much cleanup
* install_any.pm (partitionWizard): working state (still rough)
2000-08-08 Pixel <pixel@mandrakesoft.com>
* standalone/rpmdrake (AddMedia): fix the ftp addmedia, fix the
cdrom addmedia
2000-08-07 Pixel <pixel@mandrakesoft.com>
* diskdrake.pm (Resize):
* install_steps_gtk.pm (doPartitionDisks): remove the
before_leaving ensuring the filehandle is closed
* resize_fat/main.pm (DESTROY): use a better solution for ensuring
the filehandle is closed
2000-08-07 François Pons <fpons@mandrakesoft.com>
* Xconfigurator.pm: added SiS6326 in the list of chipset that
needVideoRam, reported on ml.
* install_steps.pm: fixed auto install of printer.
2000-08-06 Pixel <pixel@mandrakesoft.com>
* interactive.pm (ask_from_listf): created this GREAT function
that should have been created a long time ago.
* any.pm, install_any.pm, install_steps_gtk.pm,
install_steps_interactive.pm: a lot of rewrite to use the new
ask_from_listf, a lot of nice cleanup!
* fs.pm (df): created, returns the free space of the part. Save it
in $part->{free}
* install_steps_gtk.pm (doPartitionDisks): ensure the closing of
the device in case of error
* resize_fat/main.pm (new): ensure the closing of the device in
case of error
* install_any.pm (partitionWizard): the great partitioning wizard
is created. Not finished yet (nor called from anywhere)
* install_steps.pm (doPartitionDisksLnx4win): created function out
of doPartitionDisks
* install_steps_gtk.pm (installPackages): removed the displaying
of size to install (people are bothered cuz not the same size)
2000-08-06 dam's <damien@mandrakesoft.com>
* install_steps_gtk.pm (create_steps_window): use drawing area
instead of button. Implemented all steps events.
2000-08-05 Pixel <pixel@mandrakesoft.com>
* mouse.pm (detect): test a hack for usb mouse via hub
(sparhawk@enteract.com)
* fsedit.pm (undo): force isDirty and needKernelReread only if hd
hasBeenDirty, otherwise believe the flag saved
* partition_table.pm (write): flag hd as hasBeenDirty
* install2.pm: a few renaming of methods so that the step names
correspond to install2 function and install_steps* methods (eg:
configureX & setupXfree unified to configureX)
2000-08-04 dam's <damien@mandrakesoft.com>
* any.pm (setAutoLogin): added this method to write xdm-config
* Xconfigurator.pm: clenead autologin code and use of above method
2000-08-04 Pixel <pixel@mandrakesoft.com>
* pkgs.pm (setSelectedFromCompssList): save $nb to able to restore
it in case of max_size reached. only purpose is the log!
* install_steps_interactive.pm (choosePackages): in newbie, ask
between Small/Medium/Full install
* install_steps_interactive.pm (choosePackages): in expert, have
the min_mark be 0 instead of 1
* common.pm (find_index): added this nice function
* install_any.pm (getAvailableSpace_mounted): use common::df
* loopback.pm (getFree): use common::df
* commands.pm (df): use common::df
* common.pm (df): added
* diskdrake.pm (Resize)): add resizing of reiserfs
* share/list.i386: add resize_reiserfs
2000-08-02 dam's <damien@mandrakesoft.com>
* Xconfigurator.pm : autologin is functionall. When wmsession.d is
more up to date, I'll add the list of wm to launch at boot. It
writes in /etc/X11/xdm/xdm-config.
2000-08-01 Pixel <pixel@mandrakesoft.com>
* install2.pm (miscellaneous): modify as chmouel want (aka, ""
instead of "no" for MOUSE and KEYBOARD in sysconfig/usb)
* services.pm: separation between interaction and action.
* install_steps.pm (servicesConfig): the job is now done here
* install_steps_interactive.pm (servicesConfig): only the asking
part
2000-08-01 François Pons <fpons@mandrakesoft.com>
* pkgs.pm: fixed the below fixe, now ok.
* Xconfigurator.pm: fixed a bug for using default card flags
setting, add support for GeForce DDR for both 3.3 and 4.0.
* pci_probing/pcitable: fixed NV15 (GeForce2) card entry, now use
XFree 3.3 as unsupported in XFree 4.0.
* share/Cards+: added "NVIDIA GeForce2 DDR (generic)".
2000-07-31 François Pons <fpons@mandrakesoft.com>
* pkgs.pm: fixed provided package with choice in deps used with a
base package, complicated but kernel-fb or similar can be
unselected now.
2000-07-27 François Pons <fpons@mandrakesoft.com>
* install_steps_interactive.pm: changed expert message to ask
using XFree 3.3 instead of XFree 4.0 used by default (server).
* Xconfigurator.pm: make sure only one server is installed,
default to XFree 4.0 if supported unless XFree 3.3 accept
3D acceleration and not XFree 4.0, ask user in such case.
* pci_probing/pcitable: added Intel 815 pci ids.
2000-07-26 dam's <damien@mandrakesoft.com>
* install_steps_gtk.pm: applied new LN stars, logo title and help
logo. improved steps appearences.
* modified share/step-*.xpm
* added share/help.xpm
* updated ../HACKING to ling help logo.
2000-07-21 François Pons <fpons@mandrakesoft.com>
* Xconfigurator.pm: enable 3D acceleration configuration with
XFree86, use /usr/X11R6/lib/modules/glx-3.so for X version 3
Utah-GLX accelerated module.
2000-07-20 dam's <damien@mandrakesoft.com>
* Xconfigurator.pm: use {miscellaneous}{autologuser} instead of
{miscellaneous}{autologuser} + {miscellaneous}{autologing}.
* move some README content to ../HACKING
2000-07-19 dam's <damien@mandrakesoft.com>
* Xconfigurator.pm: added autologin boxes.
result is in {miscellaneous}{autologin} and in
{miscellaneous}{autologuser}
2000-07-19 François Pons <fpons@mandrakesoft.com>
* any.pm: added default root to existing root device when adding
an entry in bootloader.
* bootloader.pm: avoid duplicating entry (floppy and old-floppy)
when they are identical.
manage hackkernel by suggest an entry by default if installed.
* install_steps.pm: reworked symlink closure for bootloader
to keep previous configuration.
2000-07-11 François Pons <fpons@mandrakesoft.com>
* bootloader.pm: merged lilo.pm and silo.pm inside bootloader.pm,
this include a configure_entry from silo.pm to build a initrd if
used.
* share/compssList: added kde2 packages.
* share/compssUsers: added kde2 group, renamed kde to kde1 group
specific.
2000-07-07 François Pons <fpons@mandrakesoft.com>
* install2.pm (choosePackages): always execute setPackage to copy
hdlist* and depslist files (support mixed partitionDisks and
choosePackages).
* install_any.pm (setPackages): avoid clearing upgrade flag.
* install_steps.pm (choosePackages): use $first_time to avoid
reselection of packages according to compssList.
* install_steps_interactive (choosePackages): use $first_time and
$individual to avoid reselection of packages according if user go
back to step choosePackages.
* pkgs.pm: added psUpdateHdlistsDeps to restore hdlist* and
depslist files in /var/lib/urpmi.
* diskdrake.pm: fixed uneditable combo for Mount point action.
2000-06-23 François Pons <fpons@mandrakesoft.com>
* Xconfigurator.pm: better approach for Sun* server in newbie.
* fs.pm: added romfs support for mount.
* fsedit.pm: changed auto allocation for partitions for sparc*.
* install2.pm: restored bootdisk creation and auto install boot
disk creation for sparc*.
* install_any.pm: changed vfat to romfs when mounting kickstart
floppy on sparc*.
* install_steps.pm: avoid proposing formating sunos partition.
* install_steps_interactive.pm: boot disk for sparc* and support for
installation of SILO on /boot partition (sparc*).
* install_steps_newt.pm: removed cylinder 0 bug warning.
* interactive.pm: fixed typo for not_edit set to 1 by default.
* partition_table.pm: fixed get_holes on sparc* where a whole disk
partition caused problems.
* partition_table_sun.pm: removed cylinder 0 bug as found in mke2fs.
* silo.pm: handle /boot partition, install silo.conf in /boot and
make a symlink from /etc.
* share/list.sparc: added losetup and genromfs for boot disk creation.
2000-06-21 Pablo Saratxaga <pablo@mandrakesoft.com>
* lang.pm: changed the way console font data is written; not all
of the [0], [1], [2] values must defined, so three cases must be used.
Also added a variable $CHARSET for /etc/sysconfig/i18n; it can then
be used by console-tools to load the proper compose table
2000-06-20 François Pons <fpons@mandrakesoft.com>
* c/sbus.c: added some functions for silo.c integration.
* c/silo.c: initial release including write in prom, and translation
of disk name from openprom to linux, rh version modified.
* silo.pm: added write in prom, support of sunos boot from silo.
* partition_table.pm: added support for ufs partition like windows one.
* install_steps_interactive.pm: added other entries in silo.
* install_steps.pm: support sunos partition.
* install_any.pm: automatically mount sunos partition with diskdrake.
* fsedit.pm: added /mnt/sunos suggested mount point.
* fs.pm: added ufs support for mount.
2000-06-19 François Pons <fpons@mandrakesoft.com>
* crypto.pm: modified for getting sparc crypto file for sparc*.
* modules.pm: make sure to load sd_mod when needed.
* pci_probing/main.pm: always use loaw_endian in pci structs.
* pci_probing/translate-pcitable.pl: added arch specific module name
translation.
2000-06-16 Pixel <pixel@mandrakesoft.com>
* modules.pm (write_conf): rename conf.modules to modules.conf if
needed. Outputs to modules.conf
* detect_devices.pm (cdroms): fix using scd0 for ide-burners when
already a scsi cdrom drive
2000-06-13 Pablo Saratxaga <pablo@mandrakesoft.com>
* pkgs.pm: added 'acon' requirement for all right-to-left languages
2000-06-07 François Pons <fpons@mandrakesoft.com>
* diskdrake.pm: added SunOS partition as blue for diskdrake.
* install_steps_interactive.pm: make sure of no division by zero may
happen.
* install_steps_newt.pm: added WARNING for fdisk on sparc*.
* modules.pm: make sure of loading sd_mod module after any scsi module.
* sbus_probing/main.pm: insmod openprom before trying sbus probing.
* pkgs.pm: corrected by use of parabolic solution for size approximation.
* silo.pm: try with "silo -p 2 -t" if "silo -t" has failed due to bad probe.
2000-06-05 Pablo Saratxaga <pablo@mandrakesoft.com>
* install_steps.pm,lang.pm: added load_console_font, to load the
proper console fonts (text mode install is not very useful otherwise)
2000-06-03 Pixel <pixel@mandrakesoft.com>
* diskdrake.pm (Create): don't accept less than 32MB part for reiserfs
* diskdrake.pm (Type): don't accept less than 32MB part for reiserfs
2000-06-01 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/fonts.tar.bz2: replaced the Korean 16pt fonts by a 12pt font;
it fits better with the other fonts. Added a 'README' file with
some comments and the required copyright notice
2000-05-29 François Pons <fpons@mandrakesoft.com>
* Xconfigurator.pm: added support for SBUS card autodetection.
* commands.pm: added lssbus to list SBUS devices detected.
* detect_devices.pm: removed alpha restriction on USB.
* install_steps_interactive.pm: added SBUS support.
* c/sbus.c: initial revision, core SBUS support (inspired from kudzu).
* c/stuff.xs.pm: added wrapper for sbus.c interface.
* sbus_probing/main.pm: initial revision (inspired from kudzu).
2000-05-27 Adam Lebsack <adam@mandrakesoft.com>
* share/list.ppc: various PPC modifications, for HFS
* partition_table_mac.pm: bug fixes
* partition_table.pm: various HFS fixes, isHiddenMacPart()
* diskdrake.pm: added HFS to top buttons when run on PPC
* keyboard.pm: fixed name of mac-fr2-ext keymap
* install_steps_gtk.pm: added Xpmac server support for PPC.
* install_steps_interactive.pm: disallow hardware configuration on PPC for
now. All drivers should be in the kernel. setup_this_kind().
* fsedit.pm: fixed verify_hds for PPC, /proc/partitions will never match
our partition table read. Added PPC grep condition for PPC in get_visible_fstab.
* fs.pm: fix argument for HFS formatting.
* Makefile: special installation of PPC files.
2000-05-25 Chmouel Boudjnah <chmouel@mandrakesoft.com>
* standalone/drakboot: Don't display Configure-/LILO/GRUB/ on
alpha|sparc.
2000-05-25 François Pons <fpons@mandrakesoft.com>
* silo.pm: added configure_entry to try creating an initrd for an image
entry in bootloader. fixed wrong usage of run_programm::rooted with 2>.
* commands.pm: fixed insmod command to take modules64.cz* on sparc*
* install2.pm: removed create boot disk and create auto install disk on
sparc*. force writing of /etc/conf.modules for step setupBootloader.
* install_steps.pm: fixed upgrade for sparc* and disable supermount for sparc*.
* install_steps_interactive.pm: added missing $prefix for glob_. call
configure_entry in setupSILO. fixed cancel or None entry on setupBootloader.
* modules.pm: updated alias for sparc*.
* any.pm: fixed proprable wrong test for setupBootloader in beginner at
the very beginning.
* printer.pm: fixed typo.
* Xconfigurator.pm: avoid testing if using a Sun* server, added depth and
resolution for these server too.
2000-05-24 François Pons <fpons@mandrakesoft.com>
* partition_tabel.pm: fixed wrong detection of DOS partition on sparc*.
* partition_table_sun.pm: fixed a bug when reading partition table
with unused partition in the middle of the table.
2000-05-23 François Pons <fpons@mandrakesoft.com>
* common.pm: update arch to take into account sparc and sparc64. added
better_arch and compat_arch function.
* silo.pm: fixed adding new kernel automatically.
* install2.pm: removed create boot disk stuff for sparc*.
* install_steps.pm: added initrd generation for alpha. added ldconfig
at end of installation. removed /usr/bin/dumpkeys existence test on
sparc*, should be added in the future.
* install_steps_interactive.pm: removed supermount for sparc*.
* install_steps_gtk.pm: added /dev/kbd device creation and permedia2
support for sparc*. removed screen limit of 1024x768.
* detect_devices.pm: fixed problem on machine with really no IDE interface.
* modules.pm: added support for 32 and 64 bit architectures on sparc*.
* install_any.pm: fixed getAvailableSpace_mounted if /usr is not a separate
partition.
* pkgs.pm: added support for multi-arch rpm file (need for sparc*),
fixed correctSize and invCorrectSize to take back a linear approximation
above 9Gb approximatively. removed ftp rewind as broken currently.
* keyboard.pm: fixed bad list of available keyboard (broke sparc*), fixed
globing (removed) against existing '*'.
* partition_table.pm: removed support for non SUN partition table, as it
may freeze the kernel or may be blanked?
* Xconfigurator.pm: take Sun24 server by default on sparc*, add support
for permedia2 card (3DLabs server).
* share/list.sparc: added perl-5.6.0 for sparc*, fixed for sparc*.
* Makefile: added support for modules and modules64 for sparc*.
* c/stuff.xs.pm: added kernel_arch function for getting the current true
architecture provided by the kernel (uname -m).
2000-05-09 Pixel <pixel@mandrakesoft.com>
* install_any.pm (kdeicons_postinstall): the URL link to doc must
be $lang/index.html, not only $lang.
* standalone/mousedrake: add handling of XF86Config-4
* any.pm (setupBootloader): fix bug (was adding 2 glob_'s)
2000-05-08 Pixel <pixel@mandrakesoft.com>
* install2.pm (main): move the touch of some files here to please linuxconf
* install2.pm (miscellaneous): s/KBD/KEYBOARD/
* lilo.pm (install_grub): don't keep symlinks for reiserfs
* lilo.pm (suggest): allow grub everytime now (not only if !reiserfs)
* install_any.pm (getHds): default mount point for windobe in
lowercased for StartOffice(!)
2000-05-08 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/keyboards.tar.bz2: Fixed Brazilian keyboard (.br); added
Iranian (.ir), Arabic (.ar) and new Lithuanian (.lt_new) keyboards
* keyboard.pm: Added new Lithuanian keyboard and changed the
string for brazilian ABNT-2 to state more clearly its ABNT nature
(it is not a standard PC keyboard; it uses some different keycodes)
2000-05-07 Pixel <pixel@mandrakesoft.com>
* install_steps.pm (choosePackages): return availableCorrected
instead of available
* pkgs.pm (correctSize): add 18MB for full multi-cd (many hdlist's)
* modules.pm (text2driver): same as text2lang below
* keyboard.pm (text2keyboard): same as text2lang below
* lang.pm (text2lang): replace the while (... each) by a foreach
(keys) (because each is dangerous if loop is exited)
* install_steps_interactive.pm (selectKeyboard): better handling
of multiple langs question.
* ftp.pm (new): Timeout set to 60 (seconds), was default (120)
* install_steps_interactive.pm (setup_thiskind): remove ide-*
from modules displayed as loaded.
2000-05-06 Pixel <pixel@mandrakesoft.com>
* fsedit.pm (check_mntpoint): verify that standard mntpoints (/
/usr) are not on not trueFS
* any.pm (setupBootloader): add $prefix for the 2 glob_'s
2000-05-07 Pablo Saratxaga <pablo@mandrakesoft.com>
* share/keyboards.tar.bz2: added Ukrainian keyboard xmodmap.ua
2000-05-06 Pablo Saratxaga <pablo@mandrakesoft.com>
* printerdrake.pm: fixed English error
2000-05-05 Pixel <pixel@mandrakesoft.com>
* Xconfigurator.pm (monitorConfiguration): remove the special case
for fbdev.
* install_steps_interactive.pm (setup_thiskind): replace return by
next in case load_module fails.
* install_steps_gtk.pm (selectInstallClass1): translate Install/Upgrade
* Xconfigurator.pm (cardConfiguration): force xf4 for rage 128's
* Xconfigurator.pm (testFinalConfig): force $bad_card for xf4
* pkgs.pm (correctSize): updated for 7.1
* install_any.pm (getAvailableSpace): move the removing of
$minAvailableSize here.
2000-05-04 Pixel <pixel@mandrakesoft.com>
* install2.pm (configurePrinter): give clicked to printerConfig
* interactive.pm (ask_from_entries_ref): set default val if not_edit
* interactive_newt.pm (ask_from_entries_refW): remove setting of
default val. Now done in interactive::ask_from_entries_ref
* interactive_gtk.pm (ask_from_entries_refW): handle empty value
* modules.pm (read_already_loaded): ensure that already loaded
modules are put in %loaded.
* modules.pm (load_ide): add loading if ide-probe-mod (for new kernel)
* lilo.pm (install_lilo): truncate label's to 15 chars
* install_any.pm (generate_ks_cfg): fix missing space
* install_any.pm (generate_ks_cfg): fix bug for nfs comand
* install2.pm: get rid of autoformat
* install_steps.pm (choosePartitionsToFormat): get rid of autoformat
2000-05-03 Pixel <pixel@mandrakesoft.com>
* any.pm (setupBootloader): replace ask_many_from_list by
ask_from_list for bootloader choice
* services.pm (drakxservices): stop immediately service if removed
* install_steps.pm (configureNetwork): replaced dhcpxd by dhcpcd
* install_steps.pm (afterInstallPackages): touch some files to
please linuxconf
2000-05-03 François Pons <fpons@mandrakesoft.com>
* install_steps.pm: updated min size, fixed kppprc generation.
* install_any.pm: make sure postinstall-rpm is here before
erasing (avoid error on reboot only).
2000-05-02 Pixel <pixel@mandrakesoft.com>
* raid.pm (format_part): don't call raid::make if part is already
formatted (as raidstop fails)
* Xconfigurator_consts.pm: Rage128 and 3dfx are not available any
more
* install_steps_interactive.pm (setup_thiskind): make insmod'ing
fail a simple warning.
* Xconfigurator.pm (readMonitorsDB): adapt to new MonitorsDB
* share/MonitorsDB: take new one from RedHat
* standalone/drakboot: added kfloppy
* g_auto_install: add $dir/lib to LD_LIBRARY_PATH (it was silly
not to have it)
2000-05-01 Pixel <pixel@mandrakesoft.com>
* install_steps_interactive.pm (setRootPassword): remove
NIS_server, use NIS instead
* install_any.pm (setAuthentication): remove NIS_server, use NIS instead
* standalone/rpmdrake (AddMedia): hdlist.cz2 instead of hdlist
2000-04-28 Pixel <pixel@mandrakesoft.com>
* install_steps.pm (afterInstallPackages): fix yet another bug for
ttf from windobe handling
* install_steps_interactive.pm (selectInstallClass): hide beginner
mode in corporate. Display special help.
2000-04-29 Pablo Saratxaga <pablo@mandrakesoft.com>
* my_gtk.pm: added call to Gtk->init; that makes 16 bit locales
text to be properly aligned (reported by Craig Chang
<craig_chang@taipei.siscomm.com.tw>)
* common.pm: now that po handling is correct, I changed the order
of reading variables so that it follows the standards ($LANGUAGE first)
* share/fonts.tar.bz2, lang.pm: added an 8pt font for cp1251
2000-04-28 François Pons <fpons@mandrakesoft.com>
* install_steps*.pm: added support for selection of package during
upgrade the same way it is done for installation. added check of
minimal size, abort else (at least let the user know about :-)
fixed crypto if no network interface available.
* install2.pm: fixed problem during upgrade that lost network
configuration.
2000-04-28 Pixel <pixel@mandrakesoft.com>
* modules.pm (load_raw): don't call commands::insmod, do it in
place. Merge with load_multi
* install_steps.pm (afterInstallPackages): fix windobe ttfonts
symlinking
* Xconfigurator.pm (cardConfiguration): load module agpgart for
i810
* install_any.pm (getHds): changed the mount point setting for
windows partitions as device_windobe is not unique
2000-04-27 Pixel <pixel@mandrakesoft.com>
* install_steps_gtk.pm (create_steps_window): changed to adapt to
new hidden format
* install2.pm (@installSteps): changed the way hidden is handled.
Now it is a true perl expression (great power now)
* install_steps_gtk.pm (selectInstallClass1): update steps window
before asking normal/devel/server. Nicer!
* install_steps_interactive.pm (configureNetwork): when "Cancel"
pressed at network interface configuration do not skip all
configuration.
2000-04-26 François Pons <fpons@mandrakesoft.com>
* install_steps.pm (pppConfig): modified a lot, removed template
file for ifcfg and chat file.
2000-04-26 Pixel <pixel@mandrakesoft.com>
* install_steps_gtk.pm (choosePackagesTree): use a fix width for
the tree column (so that the checkbox are always visible without
scrolling)
* standalone/drakboot: drakfloppy and gfloppy are X only, no need
to propose them in console
* install_any.pm (relGetFile): added auto_inst to files to get
from Mandrake/base
* install2.pm (main): changed auto_inst behaviour
* standalone/adduserdrake: fix a bug (s/$o/$in/g)
* interactive_newt.pm (ask_from_entries_refW): now handling
complete/changed/focus_out callbacks (at least more than before)
* Newt/Newt.xs: added rough callback handling
2000-04-25 François Pons <fpons@mandrakesoft.com>
* printerdrake.pm: added support for PPA more easily, allow
printers entry using ppa driver event if pnm2ppa not installed,
install it if neccessary after.
* network.pm, install_steps.pm, install_steps_interactive.pm:
added support for stoping a network interface, usefull for ppp0 to
avoid using it too long.
* install_steps.pm: fixed missing local on pap_secrets file.
2000-04-25 Pixel <pixel@mandrakesoft.com>
* lilo.pm (install): moved the generation of the keytable here. It
is used by both lilo & grub (lilo is not always installed as was
assumed)
* common.pm (formatAlaTeX): remove bounding spaces
* pkgs.pm (setSelectedFromCompssList): remove the hack for min
mark 25 in beginner
* install_steps_interactive.pm (choosePackages): set $min_mark to
25 in beginner
2000-04-24 Pixel <pixel@mandrakesoft.com>
* install_steps_interactive.pm (setupXfree): add a yesorno
question for choosing between XF4 and XF3 in expert
* install_steps_gtk.pm (choosePackagesTree): enlarge the tree window
* install_any.pm (update_userkderc): make sure uid and gid are kept
* diskdrake.pm (Create): add Extended_0x85 as a choice for expert
* partition_table.pm (add_extended): handle a 3rd arg,
$extended_type to tell which kind of extended partition is wanted
* partition_table.pm (adjust_main_extended): in non-expert,
automatically set extended to linux-extended if there's only
linux-type partitions.
2000-04-22 Pablo Saratxaga <pablo@madrakesoft.com>
* install_steps_interactive.pm: s/Mb/MB/ as 'b' is symbol for bit
and not for byte. RAM is expressed in megabytes -> MB
2000-04-19 François Pons <fpons@mandrakesoft.com>
* install_steps_interactive.pm: fixed crazy mutli CD manipulation.
* printer.pm: fixed wrong prototype of print_pages.
* install2.pm: set version to 7.1 for crypto stuff.
* crypto.pm: commented ackbar crypto site.
2000-04-17 Pixel <pixel@mandrakesoft.com>
* lilo.pm (suggest): in failsafe, runlevel ASKRUNLEVEL (handled by
linuxconf)
2000-04-14 Pixel <pixel@mandrakesoft.com>
* install_steps_interactive.pm (choosePartitionsToFormat): don't
ask about checking bad blocks for reiserfs, cuz not handled
* fs.pm (mount): reiserfs handling
* fs.pm (format_reiserfs): added
* fs.pm (write_fstab): add option "notail" for reiserfs if
the partition holds the kernel (/boot or /)
* partition_table.pm (isTrueFS): added, replaces most occurences
of isExt2
2000-04-12 François Pons <fpons@mandrakesoft.com>
* install2.pm: force installation step if package have been
selected on step choose packages.
* install_any.pm: protected against die in perl (setstep or
theme_changed).
2000-04-11 François Pons <fpons@mandrakesoft.com>
* resize_fat: added some limits verification.
* interactive_gtk.pm: corrected swap of arg with help adding.
2000-04-10 François Pons <fpons@mandrakesoft.com>
* interactive_gtk.pm, my_gtk.pm: added tooltips for ask_from_list,
which is used by printerdrake only. drops key bindings.
2000-04-07 François Pons <fpons@mandrakesoft.com>
* tools/serial_probe: obsoleting pnp_serial which is now replaced
by this one, taken from kudzu, really faster and probe all serial
devices at one time. modified to probe correctly modem :-)
* mouse.pm: updated to use serial_probe interface of
detect_devices.pm.
* detect_devices.pm: modified to use serial_probe, cache probed
devices to avoid reprobing.
2000-04-06 François Pons <fpons@mandrakesoft.com>
* install_steps_interactive.pm, install_steps.pm: added support
for peerdns options of ppp, so removed dns address unless expert.
2000-04-05 François Pons <fpons@mandrakesoft.com>
* crypto.pm, install_steps_interactive.pm, install2.pm,
install_steps.pm: added crypto stuff to support hdlist-crypto.cz2
and depslist-crypto. dependancies are not supported but with a
simpler format of depslist file where closure are not done and
only package name are used for dependancies.
* pkgs.pm: added better support for multi CD manipulation,
including selection and refus.
2000-04-04 François Pons <fpons@mandrakesoft.com>
* pkgs.pm: modified selection packages from compssList by
incremental selection, much more quickly.
added selected medium for selecting a package.
* install_any.pm: refused media hash transfered to selected value
of media table.
@needToCopy list should only have package of default medium.
2000-04-03 Pixel <pixel@mandrakesoft.com>
* fs.pm (format_ext2): add options "-b 1024 -O none" for alpha
2000-03-31 François Pons <fpons@mandrakesoft.com>
* install_steps_gtk.pm: made changeMedium sub modification
permanent.
* pkgs.pm: modified upgrade to avoid use of header.
2000-03-31 Pablo Saratxaga <pablo@mandrakesoft.com>
* keyboard.pm: some more choices for PPC keyboards
2000-03-30 François Pons <fpons@mandrakesoft.com>
* install2pm: added eval around loading af_packet and postinstall
copy of RPMS.
* devices.pm: added /dev/kdb for SPARC.
* install_any.pm: modified multi CD management, postinstall copy
of RPMS.
* install_steps_gtk.pm: added support for Xsun server for SPARC.
* install_steps_interactive.pm: added multi CD dialog box for
selecting CD available. Serialized ethernet configuration and ppp
configuration.
* pkgs.pm: added check for infinite recursion for bad depslist.
* printer.pm: better test for reparse of printerdb.
* Xconfigurator.pm: added support for Xsun server for SPARC.
2000-03-30 Pixel <pixel@mandrakesoft.com>
* install_steps_gtk.pm (choosePackagesTree): enhance tree selection
2000-03-29 Pixel <pixel@mandrakesoft.com>
* interactive_gtk.pm (wait_messageW): add some padding (nicer)
* install_steps_interactive.pm (generateAutoInstFloppy): created,
creates a floppy for auto installs.
* install_any.pm (generate_ks_cfg): created, generates stage1
ks.cfg file
* share/po/DrakX.pot: added special comment for grub entry
2000-03-28 Pixel <pixel@mandrakesoft.com>
* install_steps_interactive.pm (selectKeyboard): sort langs for
many-lang install
* mouse.pm (write): add WHEEL telling if a wheel mouse is there
2000-03-28 Pablo Saratxaga <pablo@mandrakesoft.com>
* keyboard.pm: added entries for all three Armenian keyboards
2000-03-26 Pixel <pixel@mandrakesoft.com>
* install_any.pm (install_urpmi): full support for multi-hdlist's
* pkgs.pm (extractHeaders): look for hdlist in /tmp instead of
$prefix/var/lib/urpmi
* pkgs.pm (psUsingHdlists): put hdlist's in /var/lib/urpmi with a
fake name. Access via /tmp/$hdlist is given for non-fake name
* detect_devices.pm (hasHPT): return undef if no htp (silly me :-/)
2000-03-25 Pixel <pixel@mandrakesoft.com>
* lilo.pm: updated to the new format of entries. It was an hash.
Now the key is field kernel_or_dev, and entries is an array.
(get): added, it returns the entry using a kernel
(needed because entries is no more a hash)
* install_steps_interactive.pm (setupLILO): adapted to the new format
* Xconfigurator.pm (write_XF86Config): basic XF86Config-4 handling
* fsedit.pm (suggest_part): if suggested part contains a field
"hd", ensure the partition is created on this hard drive
* install2.pm (main): before leaving installation, remove
/var/lib/urpmi if urpmi not installed
* diskdrake.pm (Resize): ext2resize to size $part->{size} instead
of $size
2000-03-24 Pixel <pixel@mandrakesoft.com>
* detect_devices.pm (hasHPT): added. Now nice handling of hpt366
(ultra66) without rebooting and making special floppy :)
* lilo.pm (install_grub): much better grub configuration (better
than lilo's :pp)
* install_steps.pm (setupBootloaderBefore): remove entry floppy
for security > 3
2000-03-23 Pixel <pixel@mandrakesoft.com>
* install_steps_gtk.pm (selectMouse): added, takes care of telling
the X server if the user changed the mouse type. Only done if
a serial mouse is chosen.
* install_steps_newt.pm (doPartitionDisks): add a call to
* mouse.pm (write): added "device=" in etc/sysconfig/mouse for
devfs (it looses the symlink /dev/mouse)
2000-03-22 Pixel <pixel@mandrakesoft.com>
* pci_probing/pcitable: replace Server:Rage128 by proper XFree entry
2000-03-20 François Pons <fpons@mandrakesoft.com>
* detect_devices.pm, fs.pm, install_any.pm: added supports for
LS-120 floppy drive and icons on desktop of KDE (untested).
* printer.pm, printerdrake.pm: added supports for PPA interface in
new rhs-printfilters, always enable "Print text as postscript"
option for such printers.
2000-03-20 Pablo Saratxaga <pablo@mandrakesoft.com>
* keyboard.pm: changed XKB name for Swedish keyboard
changed XKB names for Russian and German keyboards
added a choice for "Croatian" keyboard
* share/compss{,List}: added various new locales-*, ispell-*
and netscape-* files. changed ppa to pnm2ppa.
2000-03-17 François Pons <fpons@mandrakesoft.com>
* install_steps.pm: added setup for all configured queue.
* install_steps_interactive.pm: modified for retrieving packages
or current configuration.
* printer.pm: correction, tested retrieve of printer
configuration without printtool comments in printcap file: added
update of entry according to gsdriver used (untested again).
* printerdrake.pm: better handling of cancel, manage of multiple
queue definition together (as lp|My printer).
2000-03-16 François Pons <fpons@mandrakesoft.com>
* install_steps_interactive.pm: moved in printerdrake.pm the test
of printer usage.
* printerdrake.pm: heavy modification to handle multiple queue,
corrected some bugs too, added much more features as printtool.
* printer.pm: added more features for filter, allow printer to be
retrieved without help of printtool id in printcap file (untested).
2000-03-14 Pixel <pixel@mandrakesoft.com>
* diskdrake.pm (Loopback): handling of the file loopback: test
existence of the file and take its size.
2000-03-14 François Pons <fpons@mandrakesoft.com>
* install_any.pm: corrected for duplicate file on other CD.
2000-03-13 Pixel <pixel@mandrakesoft.com>
* detect_devices.pm (floppies): don't return hash but the device name
2000-03-13 François Pons <fpons@mandrakesoft.com>
* pkgs.pm, install_any.pm: small correction for multiple media
installation.
* tools/syncrpms: added for handling synchronisation of multiple source
rpm directories (and multiple target), include cleaning.
* tools/closurepkgs: tools to get rpm that may be installed by DrakX
after normal packages installation (printer, network, X11...), may
be used to duplicate on other CD some important stuff of the first
one.
2000-03-12 Pixel <pixel@mandrakesoft.com>
* install_steps_interactive.pm (choosePackages): compute the
max_size very simply (sum of all package sizes), otherwise too costly
* pkgs.pm (install): call cleanHeaders at the end
* pkgs.pm (cleanHeaders): created
* install2.pm (miscellaneous): /etc/msec/init.sh is now
/usr/sbin/msec (yoann thanks for not telling :pp)
* pkgs.pm (install): remove the $prefix of mountpoints for not
enough room to install error message
2000-03-11 Pixel <pixel@mandrakesoft.com>
* my_gtk.pm (_create_window): add callback on focus to
ensure_focus. The result is no more 3 focus states with 2 buttons.
* interactive_gtk.pm (ask_from_treelistW): better keyboard handling
* raid.pm (make): check the result of mkraid. Suggest raidtools
are missing in standalone diskdrake
* devices.pm (set_loop): created, searches for an available
loopback and sets the file to it
* lilo.pm (dev2grub): fixed a missing slash
* interactive_gtk.pm (wait_message_nextW): do not update if same
message, otherwise silly gtk won't do anything and we'll wait
forever :(
2000-03-10 François Pons <fpons@mandrakesoft.com>
* *.pm: heavy modification to take into account multiple media
installation.
2000-03-10 Pixel <pixel@mandrakesoft.com>
* install2.pm (@install_classes): cleanup, no more i18n (is now in
install_steps_interactive), remove old entries
2000-03-09 Pixel <pixel@mandrakesoft.com>
* modules.pm (write_conf): don't add alias block-major-11 in every case
* modules.pm (add_alias): special case oss (post-installs modprobe snd-pcm-oss)
* fs.pm (format_*): move the @options before the device
* loopback.pm: created, added a lot of stuff for loopback in
diskdrake.pm, fs.pm...
2000-03-08 Pixel <pixel@mandrakesoft.com>
* partition_table.pm: %type2fs replaced ox402 by 0x402
* detect_devices.pm (cdroms): fix "scd" (should be "scd0")
* install_any.pm (install_urpmi): update for new hdlist.cz2
2000-03-07 Pixel <pixel@mandrakesoft.com>
* interactive_gtk.pm (ask_from_treelistW): s/focus_row/set_focus_row/
* install_steps_interactive.pm (addUser): force add a normal user
for security 4
2000-03-05 Pixel <pixel@mandrakesoft.com>
* my_gtk.pm (_ask_from_list): replace focus_row with set_focus_row
(tis the Gtk-Perl 0.7002 was of doing)
2000-03-04 Pixel <pixel@mandrakesoft.com>
* modules.pm (write_conf): add ide-floppy to the modprobes of
post-install supermount
2000-03-03 Pixel <pixel@mandrakesoft.com>
* commands.pm (ps): add RSS to ps command
2000-03-02 Adam Lebsack <adam@mandrakesoft.com>
* mouse.pm: added mac mouse detection to mouse::detect.
* detect_devices.pm: added a routine to probe /dev/usbmouse on macs.
2000-03-01 François Pons <fpons@mandrakesoft.com>
* *.pm: heavy modification to take into account smaller
transaction during installation.
still a lot of test to perform, no provides updated currently and
building of hdlist.cz2 and depslist.ordered need old files...
nothing done for hdlist.gz during post installation, but
hdlist.cz2 is already copied in /var/lib/urpmi [and is used during
installation of packages as extract_archive need a true file].
2000-03-01 Pixel <pixel@mandrakesoft.com>
* lilo.pm (install_grub): creation
* network.pm (write_interface_conf): ONBOOT = !pcmcia
* install_steps_gtk.pm (new): more intelligent SIGCHLD handler
2000-02-29 Pixel <pixel@mandrakesoft.com>
* modules.pm: moved common network stuff from "net" to "network"
(modules like nfs lockd...)
* fs.pm (write_fstab): moved the sort to the right place
* services.pm (drakxservices): chkconfig --list is i18n'ed :(
set LANGUAGE=C before
* partition_table_raw.pm (get_geometry): geom{cylinders} must not
be a decimal value :)
* install_steps_gtk.pm (create_logo_window): set_name logo for
logo window
* share/install.rc: force disabling of background image theme
* install_steps_gtk.pm (enteringStep): add step information for
console 1
* any.pm (addKdmIcon): new function
* install_steps.pm (addUser): handle field icon
* install_steps_interactive.pm (addUser): add choice of kdm icon
* standalone/adduserdrake: add choice of kdm icon
* diskdrake.pm (ask_all_data...): change for easier i18n
* install_steps.pm (miscellaneous): add CLEAN_TMP handling
(need cleaning?)
* install_steps_interactive.pm (miscellaneous): add CLEAN_TMP
option in expert
* install2.pm (miscellaneous): add CLEAN_TMP option for
/etc/sysconfig/system
* install_steps_interactive.pm (miscellaneous): forbidden
useSupermount if high security.
* mouse.pm (detect): fix bug (ttyS instead of ttyS0)
2000-02-28 Pixel <pixel@mandrakesoft.com>
* install_steps_gtk.pm (createXconf): do not use "Generic VGA" for
svga and accel. SVGA also wants 16 bpp. added ugly modeline for
800x600.
* partition_table_raw.pm (get_geometry): when the
HDIO_GET_IDENTITY fails, defaults to what GETGEO gave
* install2.pm (main): use modules::load_multi to increase boot
start time
* modules.pm (load_multi): added this function for loading many
modules at once.
* install_steps_gtk.pm (new): increase time before timeout
* detect_devices.pm (cdroms): change the device associated with
ide-burners (hdX -> scdX). Problem is how to know the X in scdX :(
* modules.pm (write_conf): sort scsi_hostadapter's
2000-02-27 Pixel <pixel@mandrakesoft.com>
* install2.pm (main): load ide-probe and the like in 'prereq' type
so no aliases are added to conf.modules
2000-02-25 Pixel <pixel@mandrakesoft.com>
* devices.pm (make): small code cleanup
* partition_table_raw.pm (adjustEnd): more explicit error message
* fsedit.pm (allocatePartitions): fix a bug (size was getting too
big after each allocation) making adjustEnd cry
2000-02-24 Pixel <pixel@mandrakesoft.com>
* interactive_gtk.pm (new): added the "new" method to initialize
windowheight for isStandalone
* install_steps_gtk.pm (new): returns undef in case no X server
works
* install2.pm (main): moved the ejectCdrom from install_steps::END
to here
* install2.pm (main): fix the $SIG{SEGV} handler
* install2.pm (main): added a "try again" in text install if the
"new" fails
* install_steps_interactive.pm (createBootdisk): fix an error for
non fdX choice of floppy drive
* install_steps_interactive.pm (setup_thiskind): remove the
"defined @l"
2000-02-23 Pixel <pixel@mandrakesoft.com>
* install2.pm (%suggestedPartitions): remove any /boot entries
* install2.pm (selectInstallClass): removed the special code to
/boot entries from suggestedPartitions for on non-intel (and it
was buggy :)
* fsedit.pm (@suggestions): remove the /boot entry
* fsedit.pm (check_mntpoint): remove the 1024 cylinder check
* fsedit.pm (suggest_part): remove the 1024 cylinder special case
* install_steps_interactive.pm (setupLILO): replace linear option
by lba32
* lilo.pm (suggest): add lba32 by default
* install_steps_interactive.pm (load_thiskind): moved the HPT
stuff to install_any::ultra66 and call it.
Add sound card configuration (3 lines :)
* my_gtk.pm and interactive_gtk: resize the list and tree based on
root window size
* install_steps_gtk: $width and $height goes $::rootwidth and
$::rootheight, also other dimensions goes global (main::)
* commands.pm (strings): replace the typo \{$n,} by {$n,}
2000-02-23 François Pons <fpons@mandrakesoft.com>
* build_archive, extract_archive: changed format of TOC to speed
up extraction of archive, now 5 to 6 times faster to read TOC :-)
2000-02-22 Pixel <pixel@mandrakesoft.com>
* Xconfigurator.pm: load "Cards" database only to translate NAME
to fields. Added file CardsNames created from Cards using
share/Cards2CardsNames. Kind of list of normalized NAMEs
* MonitorsDB: replace the ` ' separator for vendor by `|'
* install_steps_interactive.pm (timeConfig): use ask_from_treelist
* interactive_gtk.pm (ask_from_treelist): creation of
ask_from_treelist. Usage is just the same as ask_from_list with
one more argument (the separator eg: |, /)
2000-02-21 François Pons <fpons@mandrakesoft.com>
* diskdrake.pm: fixed deadlock while trying to create partition
when available space is equal or less than 2 cylinders. fixed
Create action on corrupted partition by removing stalling window.
Blocked partition table writing if there are error by forcing user
to correct partition table.
* partition_table.pm: fixed typo in verifyParts with cdie, added
verifyParts on Resize action.
2000-02-21 Pixel <pixel@mandrakesoft.com>
* install_steps_gtk.pm (create_big_help): display the help in full
screen
* my_gtk.pm (_create_window): add big help on F1
* common.pm (add2hash): now returns the first parameter
* mouse.pm (detect): really defaults to serial mouse
* interactive.pm: add ask_many_from_list_with_help and
ask_many_from_list_with_help_ref
* services.pm: creation, it handles what was in
standalone/drakxservices
2000-02-18 Pixel <pixel@mandrakesoft.com>
* install_steps_gtk.pm (createXconf): added /dev/ (X wants
"/dev/psaux" and not "psaux")
* diskdrake.pm (Create): show start sector even for non-expert on
non-i386
2000-02-16 Pixel <pixel@mandrakesoft.com>
* mouse.pm (detect): add defaults to serial mouse
* install_steps_gtk.pm (createXconf): remove the defaults to
serial mouse
2000-02-15 Pixel <pixel@mandrakesoft.com>
* diskdrake.pm: "After %s partition %s," inlined otherwise does
not please pablo and translators...
2000-02-14 Pixel <pixel@mandrakesoft.com>
* diskdrake.pm (Create): hide start sector choice for non-expert
2000-02-11 Pixel <pixel@mandrakesoft.com>
* partition_table_raw.pm (get_geometry): do not use the cylinder
number given by HDIO_GETGEO cuz limited to 16bits. Compute using
the total_sectors using HDIO_GET_IDENTITY
* c/stuff.xs.pm: added total_sectors (gives the number of sector
of a drive)
* modules.pm (load): ignore error in loading prereq's
* modules.pm (@drivers_by_category): rcpci instead of rcpci45,
z85230 added
* commands.pm (mount): add modules::load_deps otherwise the
fs::mount won't succeed insmoding vfat if needed
2000-02-11 François Pons <fpons@mandrakesoft.com>
* fixed diskdrake to handle limit case when creating and resizing
partition table, address size limit and start sector limit.
2000-02-11 Pixel <pixel@mandrakesoft.com>
* install2.pm (main): add a callback on SEGV
-> message printed
-> that way, ENDs are called (otherwise skipped)
* install_steps_interactive.pm (setup_thiskind): handles the undef
value returned by load_thiskind
* install_steps_interactive.pm (exitInstall): do not call
install_steps::exitInstall
* install_steps (exitInstall): removed
* install_steps (END): added (it does ejectCdrom)
* install_steps_interactive.pm (load_thiskind): returns undef if
error loading a module
* fs.pm (format_part): changed the prototype from $;$@ to $;@
otherwise, @options always have a value (mostly undef) and mkdosfs
fails (with "mkdosfs", "/dev/hdXX", undef, "-F", 32)
* install_steps_interactive.pm (setup_thiskind):
add a $auto_probe_pci that overrules $o->{auto_probe_pci}
(that way no pci probe the second time)
2000-02-10 François Pons <fpons@mandrakesoft.com>
* heavy modification of build_archive and extract_archive to manage
a TOC directly in archive file, handle bzip2 or gzip compression,
extract_archive can extract multiple files a time, with minimal
invocation of uncompress program and follow symlink and expand
directory contents.
* use build_archive/extract_archive for locales.
* fixed a min/max in install_steps_gtk for Resize/Create partition.
* fixed adjustEnd with dos partition table, take care of magic 63
sectors at beginning of partitions, a more solid method should be
used for that.
2000-02-10 Pixel <pixel@mandrakesoft.com>
* modules.pm (load_thiskind): skip modules "unknown" and "ignore"
2000-02-09 Pixel <pixel@mandrakesoft.com>
* partition_table.pm (add): cdie if maximum number of partitions
handled by linux is reached
* Xconfigurator.pm (chooseResolutionsGtk): display the graphic
card or server found
* install_any.pm (relGetFile): for mdkinst files, take care not to
have a double '/' (see debbugs #591)
* install_steps_interactive.pm (configureNetwork):
purpose: add ability to configure both modem and lan
clean up the behaviour
* fs.pm (write_fstab):
purpose: sort the fstab per mount point (cuz /usr must be before /usr/local)
also: rewrite of the part writing the fstab.