diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-08-06 23:22:23 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-08-06 23:22:23 +0000 |
commit | 995ea591c5076d0a1f809f4b0c5d919db7510c88 (patch) | |
tree | e32a887a5e46515dbee32d4b4825f1b91c1ab61d /perl-install/ChangeLog | |
parent | 21fbfdfead833c685b255edb3c3460198ce89877 (diff) | |
download | drakx-backup-do-not-use-995ea591c5076d0a1f809f4b0c5d919db7510c88.tar drakx-backup-do-not-use-995ea591c5076d0a1f809f4b0c5d919db7510c88.tar.gz drakx-backup-do-not-use-995ea591c5076d0a1f809f4b0c5d919db7510c88.tar.bz2 drakx-backup-do-not-use-995ea591c5076d0a1f809f4b0c5d919db7510c88.tar.xz drakx-backup-do-not-use-995ea591c5076d0a1f809f4b0c5d919db7510c88.zip |
no_comment
Diffstat (limited to 'perl-install/ChangeLog')
-rw-r--r-- | perl-install/ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/perl-install/ChangeLog b/perl-install/ChangeLog index 85d13b581..e2e37708b 100644 --- a/perl-install/ChangeLog +++ b/perl-install/ChangeLog @@ -1,5 +1,25 @@ 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) |