summaryrefslogtreecommitdiffstats
path: root/perl-install/ChangeLog
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-04-11 01:05:19 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-04-11 01:05:19 +0000
commit4ba874fa7618ea36e7ccdc6c867e956a8c285d38 (patch)
treec46cb730f2cf25a7b9d112a91af6d650c6f8a504 /perl-install/ChangeLog
parenta55840e5513ca981a2b01de4e7eda375713336d2 (diff)
downloaddrakx-backup-do-not-use-4ba874fa7618ea36e7ccdc6c867e956a8c285d38.tar
drakx-backup-do-not-use-4ba874fa7618ea36e7ccdc6c867e956a8c285d38.tar.gz
drakx-backup-do-not-use-4ba874fa7618ea36e7ccdc6c867e956a8c285d38.tar.bz2
drakx-backup-do-not-use-4ba874fa7618ea36e7ccdc6c867e956a8c285d38.tar.xz
drakx-backup-do-not-use-4ba874fa7618ea36e7ccdc6c867e956a8c285d38.zip
*** empty log message ***
Diffstat (limited to 'perl-install/ChangeLog')
-rw-r--r--perl-install/ChangeLog120
1 files changed, 120 insertions, 0 deletions
diff --git a/perl-install/ChangeLog b/perl-install/ChangeLog
index 901498798..45a848b5d 100644
--- a/perl-install/ChangeLog
+++ b/perl-install/ChangeLog
@@ -1,3 +1,123 @@
+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