diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-02-17 15:00:47 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-02-17 15:00:47 +0000 |
commit | f5a1988b83a0b4f2c5000298d6eca5cfe754a252 (patch) | |
tree | 4c4a8668964b6bb968261589c4ce94ed3a9fb811 | |
parent | 69792ed662fb97a32c94fd9eaaa9982fdd98d340 (diff) | |
download | drakx-f5a1988b83a0b4f2c5000298d6eca5cfe754a252.tar drakx-f5a1988b83a0b4f2c5000298d6eca5cfe754a252.tar.gz drakx-f5a1988b83a0b4f2c5000298d6eca5cfe754a252.tar.bz2 drakx-f5a1988b83a0b4f2c5000298d6eca5cfe754a252.tar.xz drakx-f5a1988b83a0b4f2c5000298d6eca5cfe754a252.zip |
*** empty log message ***
-rw-r--r-- | perl-install/ChangeLog | 40 |
1 files changed, 39 insertions, 1 deletions
diff --git a/perl-install/ChangeLog b/perl-install/ChangeLog index 8348d2123..8fbb2f385 100644 --- a/perl-install/ChangeLog +++ b/perl-install/ChangeLog @@ -1,3 +1,41 @@ +2003/02/17 Pixel <pixel@mandrakesoft.com> + + * ugtk2.pm: fix pop_it... + hopefully final fix for pop_it + + * interactive/gtk.pm: also ->hide in when a button is clicked in + standalone + + * any.pm: add a checkbox "Force ACPI" + + * install_steps_interactive.pm: ensure $o->{raw_X} is not destroyed when + there is no modification done + (since in that case + Xconfig::main::configure_everything_or_configure_chooser() returns + undef) + + * install2.pm: don't security::various::config_security_user() can fail, + don't let it bother us + + * install_steps.pm: propagate /proc/cmdline acpi=xxx + have acpi=off by default + + * Xconfig/xfree3.pm (is_fbdev): fix typo + + * Xconfig/xfree.pm (get_both): fix typo + + * Xconfig/resolution_and_depth.pm (to_string): simpler way to handle the + "default" resolution of frame-buffer + +2003/02/17 Till Kamppeter <till@mandrakesoft.com> + + * drakxtools.spec: 9.1-0.34mdk + + * printer/main.pm: + - Fixed bug of HP DeskJetb 990C being automatically installed even if + there is already a queue for it + - Fixed checking whether a device is known to CUPS + 2003/02/17 Pablo Saratxaga <pablo@mandrakesoft.com> * share/po/nl.po, share/po/da.po, share/po/ta.po, share/po/sv.po, @@ -10868,7 +10906,7 @@ * Makefile.config: remove dir security - * proxy.pm: add $Id: ChangeLog,v 1.783 2003/02/16 21:40:59 prigaux Exp $ + * proxy.pm: add $Id: ChangeLog,v 1.784 2003/02/17 13:43:28 prigaux Exp $ * interactive/gtk.pm: use my_gtk {isWizard} and {isEmbedded} which are more accurate than |