diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-09-13 16:04:21 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-09-13 16:04:21 +0000 |
commit | d61992f0d6f2be4b7c881102d7d7c71d724cd8bf (patch) | |
tree | 2d3d59cfd0e28ca152f9a89db61099e1bd1c53c2 /perl-install/ChangeLog | |
parent | 8214aaeb99f0f4994c46082ef742b91fefbe89d9 (diff) | |
download | drakx-d61992f0d6f2be4b7c881102d7d7c71d724cd8bf.tar drakx-d61992f0d6f2be4b7c881102d7d7c71d724cd8bf.tar.gz drakx-d61992f0d6f2be4b7c881102d7d7c71d724cd8bf.tar.bz2 drakx-d61992f0d6f2be4b7c881102d7d7c71d724cd8bf.tar.xz drakx-d61992f0d6f2be4b7c881102d7d7c71d724cd8bf.zip |
*** empty log message ***
Diffstat (limited to 'perl-install/ChangeLog')
-rw-r--r-- | perl-install/ChangeLog | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/perl-install/ChangeLog b/perl-install/ChangeLog index a815a29a2..e8e07997b 100644 --- a/perl-install/ChangeLog +++ b/perl-install/ChangeLog @@ -1,5 +1,51 @@ 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> |