diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-04-13 17:11:44 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-04-13 17:11:44 +0000 |
commit | 957c3a51a77ac398377a753c3f05544368653e62 (patch) | |
tree | ff3e00f13ab2a5f08050e48523b6dcb6e6b5ada1 /perl-install | |
parent | 9049d55fb075071b38967fb76cf0df8f4b121632 (diff) | |
download | drakx-957c3a51a77ac398377a753c3f05544368653e62.tar drakx-957c3a51a77ac398377a753c3f05544368653e62.tar.gz drakx-957c3a51a77ac398377a753c3f05544368653e62.tar.bz2 drakx-957c3a51a77ac398377a753c3f05544368653e62.tar.xz drakx-957c3a51a77ac398377a753c3f05544368653e62.zip |
*** empty log message ***
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/ChangeLog | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/perl-install/ChangeLog b/perl-install/ChangeLog index 01cc9f2b0..b16fc98e5 100644 --- a/perl-install/ChangeLog +++ b/perl-install/ChangeLog @@ -14,6 +14,48 @@ 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; |