2002/07/08 daouda * Makefile.config: - add drakbug * drakxtools.spec: - add dir recursively * standalone/drakbug: - detect package automatically when app is chosen - standalone app 2002/07/08 Guillaume Cottenceau * mdk-stage1/mount.c: small readability & size enhancement 2002/07/08 Pixel * install_steps_interactive.pm: in case the licence is refused, ask for confirmation help perl_checker * diskdrake/hd_gtk.pm: do not display "Clear all" (and the other per kind buttons) for the raid tab * diskdrake/interactive.pm: make Clear_all work on a LVM VG make Clear_all remove partitions from raids * Makefile: create the list_modules symlink make test_pms should now work (was pb with list_modules.pm) 2002/07/08 Thierry Vignaud * harddrake/ui.pm: - remove save_report menu entry, this is done by service_harddrake - move $in declaration near where it's used eide hard disks : print master/slave for bus_location - remove dead stuff - comment some stuff minor simplication various cleanups: - move all harddrake modules to harddrake namespace - replace two use by require so that it's not done at compil time but at runtime - there was a missing $ in harddrake::ui.pm * harddrake/TODO: update todo list * install_steps_interactive.pm, standalone/draknet, harddrake/bttv.pm, standalone/harddrake2, standalone/service_harddrake, harddrake/data.pm: various cleanups: - move all harddrake modules to harddrake namespace - replace two use by require so that it's not done at compil time but at runtime - there was a missing $ in harddrake::ui.pm * drakxtools.spec: - some stuff moved into Makefile.drakxtools - fix harddrake menu entry - fix build fixes for missing files enhanced description * modules.pm: - s/snd-card/snd/ - make some code clearer * Makefile.drakxtools: - simplifications - harddrake support is complete * scanner.pm: this doesn't need either "#!/usr/bin/perl" nor "use lib qw(/usr/lib/libDrakX);" * standalone/drakxtv: - fix options handling - use "perl -w" - s/bttv/harddrake::bttv/ due to recent changes 2002/07/07 daouda * drakxtools.spec: - directory should exist before mv'ing things (mkdir %%buildroot%%_initrddir) 2002/07/07 Pixel * detect_devices.pm: smarter raidAutoStartRaidtab great new raidAutoStartRaidtab allowing to handle existing software raids even when RAID_AUTORUN is not supported by kernel (which is the case for us since md.o is a not builtin the kernel) * fsedit.pm: great new raidAutoStartRaidtab allowing to handle existing software raids even when RAID_AUTORUN is not supported by kernel (which is the case for us since md.o is a not builtin the kernel) * devices.pm: use c::total_sectors() instead of BLKGETSIZE * diskdrake/interactive.pm, raid.pm: ensure the raid is disactivated and marked dirty on any actions that destroy the raid 2002/07/07 daouda * Makefile: - remove share/wizard.rc in DISTFILE * drakxtools.spec: - directory should exist before mv'ing things (mkdir %%buildroot%%_initrddir) - mv typo in %install section (titi sux) 2002/07/07 Pixel * detect_devices.pm: smarter raidAutoStartRaidtab great new raidAutoStartRaidtab allowing to handle existing software raids even when RAID_AUTORUN is not supported by kernel (which is the case for us since md.o is a not builtin the kernel) remove detect_devices::check (including the annoying log about no modules for the pci entry) * modules.pm: new "append_to_etc_modules" function remove detect_devices::check (including the annoying log about no modules for the pci entry) * fsedit.pm: great new raidAutoStartRaidtab allowing to handle existing software raids even when RAID_AUTORUN is not supported by kernel (which is the case for us since md.o is a not builtin the kernel) * any.pm: small regexp cleanup * fs.pm, partition_table.pm: for greater symmetry with smb, drop isNfs in favour of isThisFs('nfs', ...) * interactive_newt.pm: make the buttons work in all cases - workaround segfaults - ensure the perl values are set when calling the clicked_may_quit callback * devices.pm: use c::total_sectors() instead of BLKGETSIZE * diskdrake/interactive.pm, raid.pm: ensure the raid is disactivated and marked dirty on any actions that destroy the raid 2002/07/06 Pixel * any.pm (ask_users): the user name length must be <= 32 * diskdrake/interactive.pm (as suggested by Alexander Skwar) - in interactive::check_type, check if the package (like jfsprogs) is installed - use interactive::check_type where usefull - cleanup * Makefile.config: standalone/drakbug doesn't exist! (why did deush add it???) it is standalone/harddrake2, not standalone/harddrake (poor deush must be loosing his brain :p) * diskdrake/hd_gtk.pm: s/check_type/diskdrake::interactive::check_type/ - move diskdrake.rc from /etc/gtk to /usr/share/libDrakX - remove unused wizard.rc (as suggested by Alexander Skwar) - in interactive::check_type, check if the package (like jfsprogs) is installed - use interactive::check_type where usefull - cleanup * fsedit.pm: /root and /mnt must "remain within the root filesystem" (ie can't be used as mountpoints), dixit redhat (package_needed_for_partition_type): return the package needed for a partition type (check_type): cleanup * install_any.pm (setDefaultPackages): use fsedit::package_needed_for_partition_type to get things like jfsprogs * fs.pm: supermount now handles fs=auto, using it :) * Makefile.drakxtools, my_gtk.pm, share/wizard.rc, drakxtools.spec: - move diskdrake.rc from /etc/gtk to /usr/share/libDrakX - remove unused wizard.rc 2002/07/06 Thierry Vignaud * Makefile.config: add the harddrake service which was missing * printer.pm: try to simplify * harddrake/ui.pm: simplify: use reverse - help system: - add an help entry in help menu; - begin to describe information fields - reformat license in about window - information frame (mostly fixing incoherency between various hw classes fields) - s/media type/media class/ - s/info/Hardware id/ - s/device/device file/ - split description into manufacturer/description - eide devices: - rename bus as bus_location - set interface_type as bus - scsi devices: - set bus to SCSI - set bus_location to bus:id fields - don't print pci subids when non set - remove fields that were already used above (vendor id subvendor subid pci_bus pci_device pci_function) - no need to return window after program exit - print usage if needed - embed hardware tree in a "detected hardware" frame - cleanups: - rename widget2 as frame - remove dead commented code * drakxtools.spec: add harddrake2 service * standalone/icons/harddrake2/webcam.png, standalone/icons/harddrake2/harddrake.png, standalone/icons/harddrake2/keyboard.png, standalone/icons/harddrake2/ide_hd.png, standalone/icons/harddrake2/cable.png, standalone/icons/harddrake2/video.png, standalone/icons/harddrake2/tape.png, standalone/icons/harddrake2/joystick.png, standalone/icons/harddrake2/harddisk.png, standalone/icons/harddrake2/usb.png, standalone/icons/harddrake2/memory.png, standalone/icons/harddrake2/hw_network.png, standalone/icons/harddrake2/scsi_hd.png, standalone/icons/harddrake2/unknown.png, standalone/icons/harddrake2/floppy.png, standalone/icons/harddrake2/hw_printer.png, standalone/icons/harddrake2/scanner.png, standalone/icons/harddrake2/cd.png, standalone/icons/harddrake2/isdn.png, standalone/icons/harddrake2/tv.png, standalone/icons/harddrake2/sound.png, standalone/icons/harddrake2/scsi.png, standalone/icons/harddrake2/cpu.png, standalone/icons/harddrake2/hw_mouse.png, standalone/icons/harddrake2/modem.png, standalone/icons/harddrake2/K7.png: add harddrake2 icons 2002/07/06 Pixel * any.pm (ask_users): the user name length must be <= 32 * commands.pm: adapt to new modprobe.pm * diskdrake/hd_gtk.pm: - move diskdrake.rc from /etc/gtk to /usr/share/libDrakX - remove unused wizard.rc (as suggested by Alexander Skwar) - in interactive::check_type, check if the package (like jfsprogs) is installed - use interactive::check_type where usefull - cleanup * diskdrake/interactive.pm (as suggested by Alexander Skwar) - in interactive::check_type, check if the package (like jfsprogs) is installed - use interactive::check_type where usefull - cleanup (Resize): resize2fs handles ext3 :) * install_any.pm (setDefaultPackages): use fsedit::package_needed_for_partition_type to get things like jfsprogs when merge_fstabs, handle in a different way mtab and fstab (or manualFstab) => this allows to force the type&options in manualFstab * fsedit.pm (package_needed_for_partition_type): return the package needed for a partition type (check_type): cleanup * docs/comparisons: various remarks about mandrake * partition_table_lvm_PV.pm: Allows people having PVs on unpartitioned disks to install (but no way to create such beasts) * Makefile.config: standalone/drakbug doesn't exist! (why did deush add it???) it is standalone/harddrake2, not standalone/harddrake (poor deush must be loosing his brain :p) add harddrake pm's * partition_table.pm: Allows people having PVs on unpartitioned disks to install (but no way to create such beasts) cleanup * fs.pm: supermount now handles fs=auto, using it :) when merge_fstabs, handle in a different way mtab and fstab (or manualFstab) => this allows to force the type&options in manualFstab * Makefile.drakxtools, my_gtk.pm, share/wizard.rc, drakxtools.spec: - move diskdrake.rc from /etc/gtk to /usr/share/libDrakX - remove unused wizard.rc 2002/07/06 Thierry Vignaud * standalone/lsnetdrake: simplify * Makefile: add harddrake to DISTFILES * printer.pm: try to simplify * harddrake/TODO: add bits regarding eide and scsi * standalone/harddrake2: add missing 'use lib' due to harddrak::ui changes * harddrake/ui.pm: simplify: use reverse - help system: - add an help entry in help menu; - begin to describe information fields - reformat license in about window - information frame (mostly fixing incoherency between various hw classes fields) - s/media type/media class/ - s/info/Hardware id/ - s/device/device file/ - split description into manufacturer/description - eide devices: - rename bus as bus_location - set interface_type as bus - scsi devices: - set bus to SCSI - set bus_location to bus:id fields - don't print pci subids when non set - remove fields that were already used above (vendor id subvendor subid pci_bus pci_device pci_function) - no need to return window after program exit - print usage if needed - embed hardware tree in a "detected hardware" frame - cleanups: - rename widget2 as frame - remove dead commented code * harddrake/data.pm: add a configurator for sound * standalone/icons/harddrake2/cable.png, standalone/icons/harddrake2/tape.png, standalone/icons/harddrake2/usb.png, standalone/icons/harddrake2/hw_network.png, standalone/icons/harddrake2/unknown.png, standalone/icons/harddrake2/hw_printer.png, standalone/icons/harddrake2/scanner.png, standalone/icons/harddrake2/isdn.png, standalone/icons/harddrake2/cd.png, standalone/icons/harddrake2/scsi.png, standalone/icons/harddrake2/hw_mouse.png, standalone/icons/harddrake2/K7.png, standalone/icons/harddrake2/webcam.png, standalone/icons/harddrake2/harddrake.png, standalone/icons/harddrake2/keyboard.png, standalone/icons/harddrake2/ide_hd.png, standalone/icons/harddrake2/harddisk.png, standalone/icons/harddrake2/joystick.png, standalone/icons/harddrake2/video.png, standalone/icons/harddrake2/memory.png, standalone/icons/harddrake2/scsi_hd.png, standalone/icons/harddrake2/floppy.png, standalone/icons/harddrake2/sound.png, standalone/icons/harddrake2/tv.png, standalone/icons/harddrake2/cpu.png, standalone/icons/harddrake2/modem.png: add harddrake2 icons 2002/07/05 daouda * Makefile.config: - add harddrake drakbug drakTermServ to STANDALONEPMS_ * drakxtools.spec: - snapshot - new entries: o harddrake2 : new hardware detection && configuration tool o drakbugreport: bug reporting tool a la Kde (not working!) o drakTermServ : configuration tool for diskless stations. 2002/07/05 Pixel * fs.pm (prepare_write_fstab): for supermount, have "none" as the device (cleaner, and more coherent with the "supermount" script (tx to FredC)) 2002/07/05 Thierry Vignaud * install_steps_interactive.pm: minimize startup: only load harddrake::bttv if the user click on "tv card" field in the hw summary window use harddrake::bttv to let people configure their tv card if it's misdetected * harddrake/ui.pm: remove uneeded "#!/...", standalone, lib, ... (this is a module) POSIX is no more used too. * harddrake/bttv.pm: remove device test: there're only two harddrake::bttv users, install_steps_interactive.pm and drakxtv which both have already tested that a bttv managed tv card is there. - add more tv cards - enable users to select number of buffers for mmap() - better description for pll setting - add tooltips help for some entries tv cards list: - split multi-cards entries - reverse the hash (needed since now bttv card types are not anymore unique) - complete the list from various sources - use a tree to display the list, it's clearer now since it's splitted by vendors - longer message - remove uneeded stuff for modules ("#!/..", "use lib..", "use standalone", ...) - simplify bttv options managment: - use if_, thanks MDK::Common - s/mapn/map by using a hash at first - s/mapn{if}/map{if_} - don't read/write modules.conf here, drakx take care of that for us thus, the test program became: #!/usr/bin/perl use strict; use lib qw(/usr/lib/libDrakX); use standalone; use bttv; use interactive; use modules; modules::read_conf; bttv::config('interactive'->vnew()); modules::write_conf; spec29: bttv configuration part of drakxtv. it can be used by: #!/usr/bin/perl use strict; use lib qw(/usr/lib/libDrakX); use standalone; use harddrake::bttv; use interactive; bttv::config('interactive'->vnew()); * drakxtools.spec: fix typo fix dirs1/dirs2 mismatch - M-q descriptions - simplify file lists building - we can use several -f on one "%%files" line * standalone/drakxtv: if we're root and there's a tv card managed by bttv, offer to configure bttv trough harddrake::bttv * tools/cvslog2changelog.pl: typo fix * harddrake/data.pm: remove uneeded "#!/.." and "use lib" 2002/07/05 François Pons * Makefile: - handle /lib/i686 case - replace Mandrake/RPMS with Mandrake/RPMS* 2002/07/05 Guillaume Cottenceau * mdk-stage1/pcmcia/cardmgr.c, mdk-stage1/pcmcia/lex_config.c, mdk-stage1/pcmcia/vg468.h, mdk-stage1/pcmcia/cardmgr.h, mdk-stage1/pcmcia/bulkmem.h, mdk-stage1/pcmcia/i82365.h, mdk-stage1/pcmcia/cirrus.h, mdk-stage1/pcmcia/config.h, mdk-stage1/pcmcia/driver_ops.h, mdk-stage1/pcmcia/version.h, mdk-stage1/pcmcia/cistpl.h, mdk-stage1/pcmcia/cs.h, mdk-stage1/pcmcia/Makefile, mdk-stage1/pcmcia/ds.h, mdk-stage1/pcmcia/pcmcia.h, mdk-stage1/pcmcia/cs_types.h, mdk-stage1/pcmcia/yacc_config.c, mdk-stage1/pcmcia/tcic.h, mdk-stage1/pcmcia/yacc_config.h, mdk-stage1/pcmcia/pcmcia_probe.c: pcmcia is now pcmcia_ (it was to begin with a clean branch of unmodified sources) 2002/07/05 Pixel * mdk-stage1/pci-resource/update-pci-ids.pl: make it work with "use strict" do not look at the mar files anymore, only use kernel/modules.pl (and so list_modules.pm) * diskdrake/interactive.pm: handle comments in fstab * fs.pm (merge_info_from_fstab): try to keep options from merged fstab IF the entry is for the same mountpoint AND the same device handle comments in fstab * share/rpmsrate: add gnupg in "4 SYSTEM", so that rpm do not *Require* gnupg, only suggest it very strongly :) * mdk-stage1/usb-resource/update-usb-ids.pl: - do not use mar files for the list of modules, use list_modules.pm via kernel/modules.pl instead - use read_pcitable to parse usbtable 2002/07/05 Thierry Vignaud vnew()); modules::write_conf; spec29: bttv configuration part of drakxtv. it can be used by: #!/usr/bin/perl use strict; use lib qw(/usr/lib/libDrakX); use standalone; use harddrake::bttv; use interactive; bttv::config('interactive'->vnew()); * Makefile: don't use sed when not needed * install_steps_interactive.pm: minimize startup: only load harddrake::bttv if the user click on "tv card" field in the hw summary window use harddrake::bttv to let people configure their tv card if it's misdetected * harddrake/data.pm: remove uneeded "#!/.." and "use lib" 2002/07/04 Pixel * install_steps_interactive.pm, install_steps_auto_install.pm, install2.pm, network/ethernet.pm, network/isdn.pm, commands.pm, printerdrake.pm, mouse.pm, network/netconnect.pm, install_any.pm, install_steps.pm, detect_devices.pm, bootloader.pm: adapt to new modules.pm * c/stuff.xs.pm: adapt to new ldetect * modules.pm: reworked, cleaned: - the list of modules is moved to kernel/list_modules.pm (and a few functions too) - new "add_probeall" function (similar to "add_alias") -> used for scsi_hostadapter and usb-interface - "load_multi" removed in favour of "load" which is now more powerful - load_thiskind renamed load_category - get_that_type renamed probe_category - %modules::drivers dropped (handled for list_modules) still more cleanup to come * rescue/make_rescue_img: adapt to the move all.modules -> kernel/all.modules and all.kernels -> kernel/all.kernels * modparm.pm: rework, cleanup, simplify and make it work * install2: create symlink list_modules.pm in current directory for testing purpose * Makefile: when building the tar for drakxtools, handle specially list_modules.pm adapt to the move all.modules -> kernel/all.modules and all.kernels -> kernel/all.kernels * mdk-stage1/pci-resource/update-pci-ids.pl: new directory "kernel" containing: - all.modules all.kernels update_kernel - part of perl-install/modules.pm now in kernel/list_modules.pm and kernel/modules.pl - update_kernel cleaned (it doesn't mention module names anymore, it is now in kernel/modules.pl) - cleanup Makefile - mdk-stage1 doesn't depend on perl-install anymore (more precisely mdk-stage1/pci-resource/update-pci-ids.pl) * any.pm: reworked & cleaned the kernel modules part - adapt to new modules.pm - adapt to new modparm.pm - renamed setup_thiskind to load_category - renamed setup_thiskind_backend to load_category_no_message * share/po/Makefile: make the "clean" rule less verbose 2002/07/04 daouda * standalone/draknet: - don't display clear password 2002/07/04 fcrozat * share/rpmsrate: Fix GNOME2 packages Install urw-fonts when installing XFree 2002/07/04 Pablo Saratxaga * share/po/tr.po: updated Turkish file * share/po/fr.po: updated French file * lang.pm: Changed some languages to defautl to utf-8 removed X11_NOT_LOCALIZED (now Gnome2 fully supports right-to-left languages) 2002/07/04 Pixel * install_steps_interactive.pm, install_steps_auto_install.pm, install2.pm, network/ethernet.pm, network/isdn.pm, commands.pm, printerdrake.pm, mouse.pm, network/netconnect.pm, install_any.pm, install_steps.pm, detect_devices.pm, bootloader.pm: adapt to new modules.pm * c/stuff.xs.pm: adapt to new ldetect * modules.pm: reworked, cleaned: - the list of modules is moved to kernel/list_modules.pm (and a few functions too) - new "add_probeall" function (similar to "add_alias") -> used for scsi_hostadapter and usb-interface - "load_multi" removed in favour of "load" which is now more powerful - load_thiskind renamed load_category - get_that_type renamed probe_category - %modules::drivers dropped (handled for list_modules) still more cleanup to come * getpkgs_deps, do_resize_fat: removed since unused * Makefile, rescue/make_rescue_img: adapt to the move all.modules -> kernel/all.modules and all.kernels -> kernel/all.kernels * modparm.pm: rework, cleanup, simplify and make it work * install2: create symlink list_modules.pm in current directory for testing purpose * mdk-stage1/pci-resource/update-pci-ids.pl: new directory "kernel" containing: - all.modules all.kernels update_kernel - part of perl-install/modules.pm now in kernel/list_modules.pm and kernel/modules.pl - update_kernel cleaned (it doesn't mention module names anymore, it is now in kernel/modules.pl) - cleanup Makefile - mdk-stage1 doesn't depend on perl-install anymore (more precisely mdk-stage1/pci-resource/update-pci-ids.pl) * tools/specific_arch: simplified using MDK::Common * any.pm: reworked & cleaned the kernel modules part - adapt to new modules.pm - adapt to new modparm.pm - renamed setup_thiskind to load_category - renamed setup_thiskind_backend to load_category_no_message * share/po/Makefile: make the "clean" rule less verbose 2002/07/04 Thierry Vignaud * mdk-stage1/probing.c: fixed static definition when non static declaration (gcc limitation). added conditional code around network detection. 2002/07/03 Guillaume Cottenceau * mdk-stage1/mar/mar-extract-only.c, mdk-stage1/minilibc.c, mdk-stage1/newt/newt.c, mdk-stage1/bzlib/bzlib.c, mdk-stage1/newt/listbox.c, mdk-stage1/newt-frontend.c, mdk-stage1/disk.c, mdk-stage1/modules.c, mdk-stage1/stage1.c, mdk-stage1/newt/checkboxtree.c, mdk-stage1/mar/mar-frontend.c, mdk-stage1/Makefile.common, mdk-stage1/url.c, mdk-stage1/newt/textbox.c, mdk-stage1/newt/grid.c, mdk-stage1/dhcp.c, mdk-stage1/init.c, mdk-stage1/automatic.c, mdk-stage1/newt/entry.c: compile with -W 2002/07/02 daouda * my_gtk.pm: - fill a combo by default : gtkcombo_setpopdown_strings($combo_widget,@strings) 2002/07/02 gbeauchesne * c/smp.c: - TODO: Update ia64 check with /proc/pal/cpuX ? - TODO: Update x86_64 check when SMP machines are actually available - Conditionalize compilation of main() with TEST macro 2002/07/02 Pixel * network/smb.pm: try harder to find the full list of servers available, using "smbclient -L" to check the workgroup masters 2002/07/01 Pixel * diskdrake/smbnfs_gtk.pm (raw_hd_mount_point): nicer default mount point 2002/06/28 Pixel * diskdrake/smbnfs_gtk.pm, network/smb.pm, network/smbnfs.pm: - add authentification in diskdrake --smb (esp. for windows NT) - use "credentials=" to put the passwords (ideas and investigations from Stew Benedict, integrated by Pixel, but need testing) Known bug: if you want to change the password when there are 2 entries in fstab using the same username=/password=, writing the credentials is done in random order, => you've got one chance in 2 that the password is changed :-( * fs.pm: - add authentification in diskdrake --smb (esp. for windows NT) - use "credentials=" to put the passwords (ideas and investigations from Stew Benedict, integrated by Pixel, but need testing) Known bug: if you want to change the password when there are 2 entries in fstab using the same username=/password=, writing the credentials is done in random order, => you've got one chance in 2 that the password is changed :-( handle spaces in mount points and devices (using \040) 2002/06/27 Stew Benedict * standalone/drakTermServ, standalone/icons/drakTS.620x57.png: Add drakTermServ application and icon. 2002/06/26 Pixel * install_steps.pm, install_steps_interactive.pm, install2.pm: ensure licence step is asked in any case (ie. even when selectLanguage is automatic) * any.pm: "my" variables where needed 2002/06/25 Pablo Saratxaga * share/po/tr.po, share/po/ar.po: Updated po files 2002/06/19 Frederic Lepied * Makefile: corrected rules to make distributable rpms. 2002/06/19 François Pons * patch/patch-oem-hp.pl: added patch-oem.pl file used to generate HP Mandrake Linux 8.2. 2002/06/19 Guillaume Cottenceau * modules.pm: remove a few drivers so that hd.img and network.img are possible with latest BOOT kernel 2002/06/19 Pixel * standalone/fileshareset: use "wide links = no" for exporting via samba (thanks to Jan Schäfer) * fs.pm: mounting of ntfs after install really mount the partition (thanks to Buchan Milne) 2002/06/18 daouda * my_gtk.pm: - add gtkset_text, gtkprepend_text, gtkappend_text for entry widgets 2002/06/18 Frederic Lepied * Makefile.drakxtools: manage security subdir. * Makefile: added targets to build test and distribution rpms and srpms (localrpm, localsrpm, rpm, srpm). added security to the installed directories * pam.net_monitor, diskdrake/diskdrake.html, drakxtools.spec, apps.net_monitor: ripped from the srpm 2002/06/18 Pablo Saratxaga * share/po/hu.po: updated Hungarian file 2002/06/17 cbelisle * standalone/draksec: added server, user and network advanced options * any.pm: draksec: customize entries for each options (lists, checkboxes and text boxes) Added user,server and network advanced options * security/msec.pm: - Customize entries for each options (checkboxes, text boxes and lists) added network, server and user advanced options 2002/06/15 alus * share/po/pl.po: updates 2002/06/13 Pablo Saratxaga * lang.pm: Catalan doesn't have French fallback anymore * share/po/be.po, share/po/sp.po, share/po/zh_CN.po, share/po/pt.po, share/po/DrakX.pot, share/po/es.po, share/po/fr.po, share/po/bg.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/ko.po, share/po/cy.po, share/po/nl.po, share/po/ja.po, share/po/wa.po, share/po/sv.po, share/po/is.po, share/po/hu.po, share/po/it.po, share/po/id.po, share/po/pl.po, share/po/no.po, share/po/fi.po, share/po/th.po, share/po/el.po, share/po/sk.po, share/po/lt.po, share/po/ar.po, share/po/sl.po, share/po/mt.po, share/po/vi.po, share/po/br.po, share/po/ca.po, share/po/gl.po, share/po/lv.po, share/po/uk.po, share/po/eo.po, share/po/ro.po, share/po/bs.po, share/po/da.po, share/po/zh_TW.po, share/po/cs.po, share/po/af.po: updated pot file 2002/06/11 Pixel * fsedit.pm: added /tmp in @suggestions_mntpoints (as suggested by Philippe Coulon) 2002/06/10 cbelisle * standalone/draksec: Add an entry for the security user email * security/msec.pm: Initial commit * any.pm: Add security user email entry in draksec 2002/06/10 daouda * network/tools.pm: - choose country according to timezone. 2002/06/10 Guillaume Cottenceau * tools/syncrpms: english fix 2002/06/10 Pixel * c/stuff.xs.pm: s/class/class_/ for ldetect 0.4 2002/06/07 Guillaume Cottenceau * timezone.pm: remove duplicate entry in ntp_servers * interactive_gtk.pm, my_gtk.pm: split ask_browse_tree_info from interactive_gtk to my_gtk between widgets creation and real stuff so that we can now call it with widgets places differently 2002/06/06 Pablo Saratxaga * share/po/tr.po: updated po file 2002/06/05 Pixel * bootloader.pm: adapt to new lilo 2002/06/05 Pixel * fs.pm: use -ff for mkreiserfs, do not use -q for mkreiserfs * bootloader.pm: adapt to new lilo 2002/06/05 Pixel * fs.pm: use -ff for mkreiserfs, do not use -q for mkreiserfs 2002/06/03 Guillaume Cottenceau * mdk-stage1/stage1.c, install_steps_interactive.pm, any.pm, install_steps_gtk.pm, mdk-stage1/network.c, mdk-stage1/disk.c: english fixes thx to vincent meyer 2002/06/03 Pixel * install_steps.pm: have the /root/drakx/auto_install.cfg.pl replay style instead of weird style with clearall unset & auto_allocate set 2002/05/29 alus * share/po/pl.po: little fixes 2002/05/28 Guillaume Cottenceau * interactive_gtk.pm: remove typo fix when it's not a fix :-) small typo remove typo (hopefully really a typo ;p) * any.pm: be a bit more polite 2002/05/27 François Pons * install2.pm: make sure patch is always read after defcfg to take precedance. 2002/05/27 Pixel * modules.pm: have usb-interface1 for ehci-hcd 2002/05/24 Guillaume Cottenceau * Xconfigurator.pm: dams fixes a bug in the install :-) 2002/05/21 Guillaume Cottenceau * share/rpmsrate: xtraceroute needs 3d 2002/05/15 alus * share/po/Changelog: info about polish translation 2002/05/14 alus * share/po/pl.po: polish finished updated polish translation polish updated to near finished. Fuzzy removed and checked 2002/05/14 Guillaume Cottenceau * docs/HACKING: libncurses* also for the sucking neuneux 2002/05/14 Pablo Saratxaga * share/po/pl.po, share/po/id.po: updated po file 2002/05/13 alus * share/po/pl.po: mostly finished polish translation.!! 2002/05/13 Guillaume Cottenceau * docs/HACKING: libbzip2* and more explanations about failing compilation * mdk-stage1/Makefile, mdk-stage1/ppp/pppd/ipcp.c, mdk-stage1/probing.c: adapt to gcc-3.1 2002/05/02 Pablo Saratxaga * lang.pm: Put back xcin as default XIM for zh_TW.Big5 * share/po/eu.po: small corrections 2002/04/29 Guillaume Cottenceau * mdk-stage1/usb-resource/update-usb-ids.pl: support USB2 controllers as well 2002/04/29 Pablo Saratxaga * share/po/wa.po, share/po/hu.po: updated po files 2002/04/26 François Pons * Xconfigurator.pm: fixed some machine with two present i830 CGC but only one in reality. * detect_devices.pm: updated usbMice to take care of device declared as Mouse:USB in usbtable (was not the case !) 2002/04/25 Pablo Saratxaga * share/po/be.po, share/po/sp.po, share/po/zh_CN.po, share/po/pt.po, share/po/DrakX.pot, share/po/es.po, share/po/fr.po, share/po/bg.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/ko.po, share/po/cy.po, share/po/nl.po, share/po/ja.po, share/po/wa.po, share/po/sv.po, share/po/is.po, share/po/hu.po, share/po/it.po, share/po/id.po, share/po/pl.po, share/po/no.po, share/po/fi.po, share/po/th.po, share/po/el.po, share/po/sk.po, share/po/lt.po, share/po/ar.po, share/po/sl.po, share/po/mt.po, share/po/vi.po, share/po/br.po, share/po/ca.po, share/po/gl.po, share/po/lv.po, share/po/uk.po, share/po/eo.po, share/po/ro.po, share/po/bs.po, share/po/da.po, share/po/zh_TW.po, share/po/cs.po, share/po/af.po: updated pot file 2002/04/23 Guillaume Cottenceau * bootlook.pm: a few english fixes * any.pm: fixes english fixes from v meyer a few english fixes thx to vincent meyer 2002/04/19 alus * share/po/pl.po: It's only about 100 entries to the end 2002/04/19 Pablo Saratxaga * share/po/nl.po: updated Dutch file * share/po/hu.po: updated po file 2002/04/18 alus * share/po/pl.po: 3 more long messages one entry stil working.... 2002/04/17 alus * share/po/pl.po: Mostly finished polish translation translations, fixes etc... 2002/04/17 François Pons * tools/oem-prepare: final candidate. * rescue/tree/etc/oem: final candidate. add gcc-cpp to oem install. 2002/04/16 alus * share/po/pl.po: still working Few fixes Updated translation. Many strings is not yet translated... 2002/04/16 François Pons * rescue/tree/etc/oem: sync with oem-prepare fixed stupid error. forget packdrake module invocation. fixed to support non standard rpm filename. * tools/oem-prepare: add gcc-cpp to always installed. disable unselection of some package (gmc, all gcc3.0 stuff). 2002/04/16 Guillaume Cottenceau * share/rpmsrate: only main version of automake 2002/04/16 Pablo Saratxaga * share/po/nl.po: updated po file 2002/04/16 Pixel * install_steps_interactive.pm: handle "Cancel" on NIS / LDAP server dialog box 2002/04/15 Guillaume Cottenceau * share/rpmsrate: ipchains now conflicts with iptables 2002/04/15 Pablo Saratxaga * share/po/eu.po: Another small fix Small corrections 2002/04/13 Pablo Saratxaga * share/po/ro.po: merged with drakfloppy strings 2002/04/11 Pablo Saratxaga * share/po/mt.po: updated Maltese file 2002/04/10 Pablo Saratxaga * share/po/eu.po: small typo correction 2002/04/10 warly * share/rpmsrate: autofs -> 2 2002/04/09 Guillaume Cottenceau * standalone/drakgw: time to remove ipchains/2.2 stuff since now ipchains and iptables packages conflict 2002/04/09 Pixel * partition_table_dos.pm, partition_table_gpt.pm, partition_table_empty.pm, partition_table_bsd.pm, partition_table_sun.pm, partition_table_mac.pm: nicer debug "bag magic" error message (thanks to Brian J. Murrell) 2002/04/08 Guillaume Cottenceau * share/po/fr.po: fixed a bunch of things * install_steps_interactive.pm, install_interactive.pm, network/isdn.pm, partition_table.pm, install_steps_gtk.pm, Xconfigurator.pm, printerdrake.pm, network/tools.pm, diskdrake/interactive.pm, network/netconnect.pm, fsedit.pm, diskdrake/removable_gtk.pm, network/network.pm, printer.pm, interactive_stdio.pm: fix a few english strings 2002/04/08 Pablo Saratxaga * share/po/be.po, share/po/sp.po, share/po/zh_CN.po, share/po/pt.po, share/po/DrakX.pot, share/po/es.po, share/po/fr.po, share/po/bg.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/ko.po, share/po/cy.po, share/po/nl.po, share/po/ja.po, share/po/wa.po, share/po/sv.po, share/po/is.po, share/po/hu.po, share/po/it.po, share/po/id.po, share/po/pl.po, share/po/no.po, share/po/fi.po, share/po/th.po, share/po/el.po, share/po/sk.po, share/po/lt.po, share/po/ar.po, share/po/sl.po, share/po/mt.po, share/po/vi.po, share/po/br.po, share/po/ca.po, share/po/gl.po, share/po/lv.po, share/po/uk.po, share/po/eo.po, share/po/ro.po, share/po/bs.po, share/po/da.po, share/po/zh_TW.po, share/po/cs.po, share/po/af.po: merged with drakfloppy strings 2002/04/07 Yves Duret * standalone/drakfloppy: moving from his own rpm to drakxtools * Makefile.config: add drakfloppy to STANDALONEPMS_ 2002/04/04 Guillaume Cottenceau * c/Makefile.PL: rpmlib 4.0.4 now also needs libpopt 2002/04/04 sdupont * standalone/drakbackup: please yduret, do not commit these changes on cvs before to test it. you can say "bugs fixes" only if you have corrected some errors but not if you create it! the backup on cd was disabled because the backend is not available for moment. * standalone/drakfont: remove uninteresting yduret changes, would it be possible to know what are your "bugs fixies" ? to yduret: I'm the creator of this program so please do not remove my changes. 2002/06/05 Pixel * fs.pm: use -ff for mkreiserfs, do not use -q for mkreiserfs 2002/06/03 Guillaume Cottenceau * mdk-stage1/stage1.c, install_steps_interactive.pm, any.pm, install_steps_gtk.pm, mdk-stage1/network.c, mdk-stage1/disk.c: english fixes thx to vincent meyer 2002/06/03 Pixel * install_steps.pm: have the /root/drakx/auto_install.cfg.pl replay style instead of weird style with clearall unset & auto_allocate set 2002/05/29 alus * share/po/pl.po: little fixes 2002/05/28 Guillaume Cottenceau * interactive_gtk.pm: remove typo fix when it's not a fix :-) small typo remove typo (hopefully really a typo ;p) * any.pm: be a bit more polite 2002/05/27 François Pons * install2.pm: make sure patch is always read after defcfg to take precedance. 2002/05/27 Pixel * modules.pm: have usb-interface1 for ehci-hcd 2002/05/24 Guillaume Cottenceau * Xconfigurator.pm: dams fixes a bug in the install :-) 2002/05/21 Guillaume Cottenceau * share/rpmsrate: xtraceroute needs 3d 2002/05/15 alus * share/po/Changelog: info about polish translation 2002/05/14 alus * share/po/pl.po: polish finished updated polish translation polish updated to near finished. Fuzzy removed and checked 2002/05/14 Guillaume Cottenceau * docs/HACKING: libncurses* also for the sucking neuneux 2002/05/14 Pablo Saratxaga * share/po/pl.po, share/po/id.po: updated po file 2002/05/13 alus * share/po/pl.po: mostly finished polish translation.!! 2002/05/13 Guillaume Cottenceau * docs/HACKING: libbzip2* and more explanations about failing compilation * mdk-stage1/Makefile, mdk-stage1/probing.c: adapt to gcc-3.1 2002/05/02 Pablo Saratxaga * lang.pm: Put back xcin as default XIM for zh_TW.Big5 * share/po/eu.po: small corrections 2002/04/29 Pablo Saratxaga * share/po/wa.po, share/po/hu.po: updated po files 2002/04/26 François Pons * Xconfigurator.pm: fixed some machine with two present i830 CGC but only one in reality. * detect_devices.pm: updated usbMice to take care of device declared as Mouse:USB in usbtable (was not the case !) 2002/04/25 Pablo Saratxaga * share/po/be.po, share/po/sp.po, share/po/zh_CN.po, share/po/pt.po, share/po/DrakX.pot, share/po/es.po, share/po/fr.po, share/po/bg.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/ko.po, share/po/cy.po, share/po/nl.po, share/po/ja.po, share/po/wa.po, share/po/sv.po, share/po/is.po, share/po/hu.po, share/po/it.po, share/po/id.po, share/po/pl.po, share/po/no.po, share/po/fi.po, share/po/th.po, share/po/el.po, share/po/sk.po, share/po/lt.po, share/po/ar.po, share/po/sl.po, share/po/mt.po, share/po/vi.po, share/po/br.po, share/po/ca.po, share/po/gl.po, share/po/lv.po, share/po/uk.po, share/po/eo.po, share/po/ro.po, share/po/bs.po, share/po/da.po, share/po/zh_TW.po, share/po/cs.po, share/po/af.po: updated pot file 2002/04/23 Guillaume Cottenceau * bootlook.pm: a few english fixes * any.pm: fixes english fixes from v meyer a few english fixes thx to vincent meyer 2002/04/19 alus * share/po/pl.po: It's only about 100 entries to the end 2002/04/19 Pablo Saratxaga * share/po/nl.po: updated Dutch file * share/po/hu.po: updated po file 2002/04/18 alus * share/po/pl.po: 3 more long messages one entry stil working.... 2002/04/17 alus * share/po/pl.po: Mostly finished polish translation translations, fixes etc... 2002/04/16 alus * share/po/pl.po: still working Few fixes Updated translation. Many strings is not yet translated... 2002/04/16 Guillaume Cottenceau * share/rpmsrate: only main version of automake 2002/04/16 Pablo Saratxaga * share/po/nl.po: updated po file 2002/04/16 Pixel * install_steps_interactive.pm: handle "Cancel" on NIS / LDAP server dialog box 2002/04/15 Guillaume Cottenceau * share/rpmsrate: ipchains now conflicts with iptables 2002/04/15 Pablo Saratxaga * share/po/eu.po: Another small fix Small corrections 2002/04/13 Pablo Saratxaga * share/po/ro.po: merged with drakfloppy strings 2002/04/11 Pablo Saratxaga * share/po/mt.po: updated Maltese file 2002/04/10 Pablo Saratxaga * share/po/eu.po: small typo correction 2002/04/10 warly * share/rpmsrate: autofs -> 2 2002/04/09 Guillaume Cottenceau * standalone/drakgw: time to remove ipchains/2.2 stuff since now ipchains and iptables packages conflict 2002/04/09 Pixel * partition_table_dos.pm, partition_table_gpt.pm, partition_table_empty.pm, partition_table_bsd.pm, partition_table_sun.pm, partition_table_mac.pm: nicer debug "bag magic" error message (thanks to Brian J. Murrell) 2002/04/08 Guillaume Cottenceau * share/po/fr.po: fixed a bunch of things * install_steps_interactive.pm, install_interactive.pm, network/isdn.pm, partition_table.pm, install_steps_gtk.pm, Xconfigurator.pm, printerdrake.pm, network/tools.pm, diskdrake/interactive.pm, network/netconnect.pm, fsedit.pm, diskdrake/removable_gtk.pm, network/network.pm, printer.pm, interactive_stdio.pm: fix a few english strings 2002/04/08 Pablo Saratxaga * share/po/be.po, share/po/sp.po, share/po/zh_CN.po, share/po/pt.po, share/po/DrakX.pot, share/po/es.po, share/po/fr.po, share/po/bg.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/ko.po, share/po/cy.po, share/po/nl.po, share/po/ja.po, share/po/wa.po, share/po/sv.po, share/po/is.po, share/po/hu.po, share/po/it.po, share/po/id.po, share/po/pl.po, share/po/no.po, share/po/fi.po, share/po/th.po, share/po/el.po, share/po/sk.po, share/po/lt.po, share/po/ar.po, share/po/sl.po, share/po/mt.po, share/po/vi.po, share/po/br.po, share/po/ca.po, share/po/gl.po, share/po/lv.po, share/po/uk.po, share/po/eo.po, share/po/ro.po, share/po/bs.po, share/po/da.po, share/po/zh_TW.po, share/po/cs.po, share/po/af.po: merged with drakfloppy strings 2002/04/07 Yves Duret * standalone/drakfloppy: moving from his own rpm to drakxtools * Makefile.config: add drakfloppy to STANDALONEPMS_ 2002/04/04 Guillaume Cottenceau * c/Makefile.PL: rpmlib 4.0.4 now also needs libpopt 2002/04/04 sdupont * standalone/drakbackup: please yduret, do not commit these changes on cvs before to test it. you can say "bugs fixes" only if you have corrected some errors but not if you create it! the backup on cd was disabled because the backend is not available for moment. * standalone/drakfont: remove uninteresting yduret changes, would it be possible to know what are your "bugs fixies" ? to yduret: I'm the creator of this program so please do not remove my changes. 2002/04/04 Guillaume Cottenceau * c/Makefile.PL: rpmlib 4.0.4 now also needs libpopt 2002/04/04 Guillaume Cottenceau * c/Makefile.PL: rpmlib 4.0.4 now also needs libpopt 2002/04/03 Pixel * install_steps.pm: setting /etc/sysconfig/msec for chkconfig which doesn't use $ENV{SECURE_LEVEL} anymore 2002/04/03 Pixel * install_steps.pm: setting /etc/sysconfig/msec for chkconfig which doesn't use $ENV{SECURE_LEVEL} anymore 2002/04/02 Pixel * bootloader.pm: do not have "root=" with no root (needed for memtest) (thanks to Borsenkow Andrej) * share/rpmsrate: add tmpwatch (since it is not mandatory any more) 2002/03/30 Yves Duret * standalone/drakbackup, standalone/drakfont: bugs fixes, code clean up, more mdkish.. 2002/03/26 Till Kamppeter * printer.pm, printerdrake.pm: Fixed several problems related to HP multi-function devices: - Parallel multi-function devices worked only on the first (onboard) parallel port. - HP LaserJet 2200 needs HPOJ for printing via USB. - For the HP OfficeJet D series the scanning instructions were not shown. - HPOJ does not work with HP PhotoSmart 10xx, 11xx, and 12xx. 2002/03/22 dam's * my_gtk.pm: cleaned gtkpowerpack 2002/03/21 Guillaume Cottenceau * install_any.pm: use /root rather than /tmp for some temp files (security suxx) 2002/03/20 Guillaume Cottenceau * rescue/list: rpm 4.0.4 * mdk-stage1/network.c: don't save DHCP_HOSTNAME if the value is void 2002/03/20 sdupont * standalone/drakfont: fixing problems exchanging: ttmkfdir by /usr/X11R6/bin/mkttfdir which generate correct fonts.dir * standalone/drakbackup: remove backup on cd 2002/03/20 Thierry Vignaud * tools/updatehdlist: take care of commercial medium (not syncable). 2002/03/19 Thierry Vignaud * install_gtk.pm, mouse.pm, my_gtk.pm: corrected create_xpm API 2002/03/18 François Pons * tools/oem-prepare: fixed to support rpm filename incoherent to standard naming for commercial packages (commercial are *really* shit (almost, for the hope) all the time ?) 2002/03/16 dam's * network/ethernet.pm: we now consider dhcp provide GATEWAY and internet connection. 2002/03/16 Pablo Saratxaga * share/po/ko.po, share/po/ar.po: updated po file 2002/03/16 Pixel * network/ethernet.pm: small cleanup on untested code (need testing:) 2002/03/16 dam's * network/ethernet.pm: we now consider dhcp provide GATEWAY and internet connection. 2002/03/16 Pixel * network/ethernet.pm: small cleanup on untested code (need testing:) 2002/03/15 fabman * share/po/es.po: updated bad lilo/grub/yaboot translation updated spanish translations 2002/03/15 François Pons * bootloader.pm: force mkinitrd *really* for bootsplash. force initrd regeneration for oem on some case (maybe the cause of bootsplash perturbation, as maintainer don't even known why it is running correctly :-) * pkgs.pm: do not try to get synthesis if hdlist is available as an handle on file (typical for updates). * share/rpmsrate: remove doublon on NVIDIA_nforce. update to 6mdk for NVIDIA_nforce* 2002/03/15 Pixel * share/po/fr.po: yet again add some dropped entities from drakx-help.xml add the dropped &linux-mandrake; &mandrake-linux; and a few &os-linux; * install_steps_interactive.pm: - remove obsolete code - the result is to use directly $availableC instead $size2install which was min($availableC, $max_size) 2002/03/15 dam's * share/po/ja.po: reverted ' \n' from pablo because I managed to correct the way we wrap for the advertising * install_steps_gtk.pm: submitting widget instead of style (style/font initialization bug from gtk * my_gtk.pm: corrected get_text_coord : widget instead of style, and handling of ugly language (/ja|zh/) 2002/03/15 François Pons * pkgs.pm: do not try to get synthesis if hdlist is available as an handle on file (typical for updates). * rescue/tree/etc/oem: update lang according to lang.pm of 8.2 (remove @euro appended for 8.1). 2002/03/15 Pablo Saratxaga * keyboard.pm: added xx_YY -> keyboard lines in addition of xx -> keyboard ones 2002/03/15 Pixel * share/po/fr.po: yet again add some dropped entities from drakx-help.xml add the dropped &linux-mandrake; &mandrake-linux; and a few &os-linux; s/Linux Mandrake/Mandrake Linux/ (from the drakx-help.xml not merged) * keyboard.pm (unpack_keyboards): return undef on error 2002/03/15 dam's * share/po/ja.po: reverted ' \n' from pablo because I managed to correct the way we wrap for the advertising * install_steps_gtk.pm: submitting widget instead of style (style/font initialization bug from gtk * my_gtk.pm: corrected get_text_coord : widget instead of style, and handling of ugly language (/ja|zh/) 2002/03/15 François Pons * rescue/tree/etc/oem: update lang according to lang.pm of 8.2 (remove @euro appended for 8.1). 2002/03/15 Pablo Saratxaga * keyboard.pm: added xx_YY -> keyboard lines in addition of xx -> keyboard ones 2002/03/15 Pixel * share/po/fr.po: s/Linux Mandrake/Mandrake Linux/ (from the drakx-help.xml not merged) * keyboard.pm (unpack_keyboards): return undef on error 2002/03/15 dam's * share/po/ja.po: reverted ' \n' from pablo because I managed to correct the way we wrap for the advertising * install_steps_gtk.pm: submitting widget instead of style (style/font initialization bug from gtk * my_gtk.pm: corrected get_text_coord : widget instead of style, and handling of ugly language (/ja|zh/) 2002/03/15 François Pons * rescue/tree/etc/oem: update lang according to lang.pm of 8.2 (remove @euro appended for 8.1). 2002/03/15 Pablo Saratxaga * keyboard.pm: added xx_YY -> keyboard lines in addition of xx -> keyboard ones 2002/03/15 Pixel * share/po/fr.po: s/Linux Mandrake/Mandrake Linux/ (from the drakx-help.xml not merged) * keyboard.pm (unpack_keyboards): return undef on error 2002/03/14 Pablo Saratxaga * share/po/ja.po: updated po file 2002/03/14 Guillaume Cottenceau * standalone/drakxtv: english 2002/03/14 Pablo Saratxaga * share/po/hr.po, share/po/da.po, share/po/no.po: updated po files * share/po/eu.po: updated po file * lang.pm: changed LANGUAGE for basque * share/po/ja.po: added \n in advertising 2002/03/14 Pixel * share/rpmsrate: CHARSET"iso-8859-1" and CHARSET"iso-8859-15" is no good for english which has CHARSET"C", adding it * share/rpmsrate.server: obsolete 2002/03/14 Thierry Vignaud exit() out of scan4tvchannels() - add to TODO list the possibility to install xawtv if needed - check scantv return value and display an error message - also if the wrapper was runned on console, display a nice message saying one can now run xawtv under X11 2002/03/14 warly * share/rpmsrate: add commercial apps 2002/03/14 Yves Duret * standalone/logdrake: fix some bug fix * bug in field matching/ not matching 2002/03/13 dam's * share/logo-mandrake.png: new gfx 2002/03/13 François Pons * tools/oem-prepare: sync with oem (removed mach32 server). sync with oem. remove bzflag. synced with oem script. * rescue/tree/etc/oem: remove Mach32 XF3.3.6 server too. remove Mach8 and Mono driver for oem only. remove bzflag. fixed closure selection on sub groups (like 3D), moved some big package out of oem, minor fixes. 2002/03/13 dam's * share/logo-mandrake.png: new gfx 2002/03/13 François Pons * tools/oem-prepare: sync with oem (removed mach32 server). sync with oem. remove bzflag. synced with oem script. * rescue/tree/etc/oem: remove Mach32 XF3.3.6 server too. remove Mach8 and Mono driver for oem only. remove bzflag. fixed closure selection on sub groups (like 3D), moved some big package out of oem, minor fixes. 2002/03/13 Pablo Saratxaga * share/po/cs.po, share/po/eu.po: updated po files 2002/03/13 warly * share/rpmsrate: add aspell-fr and en for gabber require 2002/03/13 François Pons * rescue/tree/etc/oem: fixed closure selection on sub groups (like 3D), moved some big package out of oem, minor fixes. * tools/oem-prepare: synced with oem script. 2002/03/13 gbeauchesne * share/rpmsrate: - Add openoffice with weight = 2 2002/03/13 Pablo Saratxaga * share/po/sv.po, share/po/vi.po, share/po/cs.po, share/po/hu.po, share/po/eu.po: updated po files * lang.pm: small console font changes set default console fotns for latin1/0 to lat1-16 and lat0-16; the font lat0-sun16 is missing some chars of iso-8859-1/15 ! 2002/03/13 Pixel * pkgs.pm: add gcc and gcc-c++ in @preferred 2002/03/13 warly * share/rpmsrate: add aspell-fr and en for gabber require 2002/03/12 dam's * network/network.pm: onboot option only in expert mode corrected domainname bug; added onboot option 2002/03/12 dam's * standalone/drakbackup, standalone/drakfont: minor bug correction * standalone/net_monitor: greater timeout * network/tools.pm, network/netconnect.pm: changed timeout for testing internet connection 2002/03/12 François Pons * pkgs.pm: remove synthesis if not found (filesize is 0) * Xconfigurator.pm: avoid Utah GLX only if > 800MB, not if <= 800MB (!) * install_any.pm: added fix to support update hdlist renaming (ie hdlist of update are always hdlist.cz). remove old synthesis file, to make sure gzip can build a new one. * share/rpmsrate: added nforce support (hack by adding kernel version inside) 2002/03/12 Pablo Saratxaga * share/po/da.po: updated Danish file * share/po/ga.po: fixed email address * share/po/zh_TW.po: updated po file 2002/03/12 Pixel * install_steps.pm, bootloader.pm: don't have "quiet" boot in the server meta_class * pkgs.pm: "fam" is not a naughtyServers remove the old "boa" comment adapt naughtyServers for 8.2 2002/03/11 Guillaume Cottenceau * share/po/fr.po: a few missing translations 2002/03/11 Pablo Saratxaga * share/po/pt.po, share/po/ga.po, share/po/de.po, share/po/az.po, share/po/pt_BR.po, share/po/nl.po, share/po/ja.po, share/po/id.po, share/po/ar.po, share/po/mt.po, share/po/eo.po, share/po/da.po: updated po files * share/po/eu.po, share/po/it.po: updated po files merged with new strings from manuals * share/po/DrakX.pot, share/po/fr.po: merged with new strings from manuals * share/po/be.po, share/po/bg.po, share/po/et.po, share/po/hr.po, share/po/ko.po, share/po/is.po, share/po/pl.po, share/po/no.po, share/po/fi.po, share/po/el.po, share/po/lt.po, share/po/br.po, share/po/ca.po, share/po/gl.po, share/po/lv.po, share/po/bs.po, share/po/cs.po, share/po/af.po: updated po files (finished merging with manual strings) updated po files * share/po/hu.po: updated po files updated po files * share/po/cy.po: updated po file updated po files * share/po/es.po: updated Spanish * share/po/sp.po, share/po/zh_CN.po, share/po/sr.po, share/po/tr.po, share/po/ru.po, share/po/wa.po, share/po/sv.po, share/po/th.po, share/po/sk.po, share/po/sl.po, share/po/vi.po, share/po/uk.po, share/po/ro.po, share/po/zh_TW.po: updated po files (finished merging with manual strings) 2002/03/11 dam's * Makefile.config: added drakproxy * standalone/drakxtv: added embedded mode 2002/03/11 François Pons * install_steps_gtk.pm: for updates, make tree as flat instead in order to see all packages. 2002/03/11 Guillaume Cottenceau * share/rpmsrate: webmin: 3 * standalone/drakxtv: - install xawtv when necessary instead of telling people to use urpmi (titi sucks) - prints out a message when no tv card has been detected * share/po/fr.po: small ortograf 2002/03/11 Pablo Saratxaga * share/po/fr.po, share/po/it.po, share/po/eu.po: merged with new strings from manuals * share/po/DrakX.pot: merged with new strings from manuals updated GErman file * share/po/de.po: updated GErman file * share/po/es.po: updated Spanish 2002/03/11 Pixel * mouse.pm (fullname2mouse): workaround when "1 Button" is not found * install_steps.pm, install2.pm: - default security level now set in miscellaneousBefore - default security level is 3 in meta_class server * install_any.pm: - fix the setting of compssUsersChoices in auto_install when it is empty - set the default compssUsersChoices adapted to the server meta_class * share/rpmsrate: remove phpgroupware from OFFICE (since it appeas twice, the rate is 4, and it requires apache, and ...) * Makefile: upload the various compssUsers* (esp. compssUsers.server) * install_steps_gtk.pm: - remove the hack for not displaying Utilities in classic meta_class - new compssUsers groups for the server meta_class * share/compssUsers: remove "Utilities" here instead of removing it hackily in install_steps_gtk * share/compssUsers.server: fix the path=Utilities for the Utilities section 2002/03/11 Till Kamppeter * printerdrake.pm: Small text fix. Security fix: Give a warning that SMB passwords can easily be revealed by normal users when printing on a Windows-hosted printer is set up. * detect_devices.pm: Reverted parts of the last change, they broke in non-DevFS environments (e. g. during installation). 2002/03/11 warly * share/rpmsrate: add bwbserver_linux in rpmsate for BeeWeb server * share/compssUsers.server: remove ICEWM choice 2002/03/11 Yves Duret * tools/cvslog2changelog.pl: added yduret entry in user. 2002/03/11 François Pons * Xconfigurator.pm: add Rage Mobility as bad card for XF4 (was already bad card for XF3) (gégé report). 2002/03/11 Pablo Saratxaga * help.pm: updated help file * share/po/de.po, share/po/DrakX.pot: updated GErman file 2002/03/11 Pixel * diskdrake/interactive.pm (Mount_point): when files exist in the chosen mount point, propose migration * install_steps_interactive.pm: search /commercial/i instead of /Application/ before showing the commercial license * standalone/drakboot, bootloader.pm: fix Stew sucks * install2.pm, install_steps.pm: - default security level now set in miscellaneousBefore - default security level is 3 in meta_class server * install_steps_gtk.pm: - remove the hack for not displaying Utilities in classic meta_class - new compssUsers groups for the server meta_class search /commercial/i instead of /Application/ before showing the commercial license * install_any.pm: - fix the setting of compssUsersChoices in auto_install when it is empty - set the default compssUsersChoices adapted to the server meta_class * Makefile: upload the various compssUsers* (esp. compssUsers.server) * share/compssUsers: remove "Utilities" here instead of removing it hackily in install_steps_gtk * share/compssUsers.server: fix the path=Utilities for the Utilities section 2002/03/11 yduret * standalone/scannerdrake: re-re-re-re-re-re-uncomment the pkgs check line. 2002/03/10 chipaux * share/po/fr.po: Corrected few typo mistakes. 2002/03/10 Guillaume Cottenceau * install_steps.pm: gcize damienization * share/rpmsrate: put userdrake together with drakconf so that userdrake is not missing (till) 2002/03/10 siegel * share/po/help_xml2pm.pl: added tag filename * any.pm: added missing i18n _() * share/po/de.po: update and still fixes ... updates update 2002/03/10 Till Kamppeter * printer.pm: Protect the Star Office/OpenOffice.org configuration against manual changing of the "update-alternatives" assignment of the "lpr" command. * detect_devices.pm: Made USB printer auto-detection more stable and reliable. 2002/03/10 yduret * standalone/scannerdrake: added ASK DEVICE support * scanner.pm: added ASK support for more interactiveness during configuration 2002/03/09 Guillaume Cottenceau * mdk-stage1/dhcp.c: comply better to ClientID stuff 2002/03/09 Pablo Saratxaga * share/po/sv.po: updated po file 2002/03/09 yduret * standalone/scannerdrake: added sum up at the end uncomment line that checks if sane rpm is installed or not (thx gc). i sux, 2002/03/08 dam's * standalone/drakproxy: drakproxy rewritten working drakproxy * install_steps.pm: corrected network up/down when network install * standalone/drakfont: ergonomy changed to fit in mcc corrected network up/down when network install * network/network.pm: proxy settings corrected 2002/03/08 fabman * share/po/es.po: updated spanish translation 2002/03/08 François Pons * install_any.pm: fixed allowNVIDIA_rpms to take care of new kernel naming conventions. * standalone/XFdrake: fixed NVIDIA support to use newer kernel naming conventions. * Xconfigurator.pm: fixed possible additional XFree packages not installed if server is already installed. 2002/03/08 Guillaume Cottenceau * share/po/fr.po: missing translations + a few changes * mdk-stage1/probing.c: have 4 seconds of delay for usb stuff to show up rather than seconds 2002/03/08 Pablo Saratxaga * share/po/cs.po, share/po/it.po: updated po files * share/po/es.po: corrected typo * share/po/da.po: updated Danish file * lang.pm, share/locales-skeleton.tar.bz2: Added symlinks in locales-skeleton so non primary chinese encodings can work * share/po/ar.po: updated po file * share/po/cy.po: removed the "translation" of licence, it was random text. 2002/03/07 dam's * share/po/fr.po, modparm.pm: corrected 2002/03/07 Guillaume Cottenceau * mdk-stage1/newt-frontend.c: english fix thx to till & phil 2002/03/07 Pablo Saratxaga * share/po/fr.po: updated po file * share/po/be.po, share/po/sp.po, share/po/zh_CN.po, share/po/pt.po, share/po/DrakX.pot, share/po/es.po, share/po/bg.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/ko.po, share/po/cy.po, share/po/nl.po, share/po/ja.po, share/po/wa.po, share/po/sv.po, share/po/is.po, share/po/hu.po, share/po/it.po, share/po/id.po, share/po/pl.po, share/po/fi.po, share/po/no.po, share/po/th.po, share/po/el.po, share/po/sk.po, share/po/lt.po, share/po/ar.po, share/po/sl.po, share/po/vi.po, share/po/br.po, share/po/ca.po, share/po/gl.po, share/po/lv.po, share/po/uk.po, share/po/eo.po, share/po/ro.po, share/po/bs.po, share/po/da.po, share/po/zh_TW.po, share/po/cs.po, share/po/af.po: updated pot file 2002/03/07 Pixel * fs.pm: removing quota choices for reiserfs 2002/03/07 dam's * standalone/net_monitor: make gc happy * modparm.pm, share/po/fr.po: corrected * standalone/draknet: corrected network/internet restart when already connected * network/netconnect.pm: corrected bad previous behaviour * standalone/drakfont: corrected bad system command * share/advertising/02-internet_icon.png, share/advertising/05-contcenter_icon.png, share/advertising/10-MDKexpert_icon.png, share/advertising/06-user.pl, share/advertising/08-games.pl, share/advertising/02-internet.pl, share/advertising/03-graphic_icon.png, share/advertising/07-server.pl, share/advertising/12-MDKstore_icon.png, share/advertising/06-user_icon.png, share/advertising/07-server_icon.png, share/advertising/09-MDKcampus.pl, share/advertising/10-MDKexpert.pl, share/advertising/05-contcenter.pl, share/advertising/04-develop.pl, share/advertising/09-MDKcampus_icon.png, share/advertising/12-MDKstore.pl, share/advertising/03-graphic.pl, share/advertising/04-develop_icon.png, share/advertising/08-games_icon.png: changed icon sizes 2002/03/07 fcrozat * share/rpmsrate: Evolution is not dependent on GNOME selection (not require gnome-core) 2002/03/07 François Pons * install_steps.pm: avoid destroying some files in /etc. * install_steps_interactive.pm: fixed package tree with a given medium. * any.pm: fix autologin sometimes activated without user intervention. 2002/03/07 Guillaume Cottenceau * install_any.pm: generate_automatic_stage1_params: also save the interface number in case the machine will have several interfaces; clean code a bit * mdk-stage1/network.c: better error msg regarding pcmcia net adapters supported either with pcmcia.img or network.img (amaury sucks) * install_steps_auto_install.pm: in replay mode, since $o->{interactiveSteps} exists, we can't simply ||= @graphical_steps, we need to push to ensure that the @graphical_steps is always honoured * standalone/drakgw: - call net_monitor to disable internet connection before network-restart - user return value when status'ing the initscripts rather than grepping their text output * modules.pm: try to avoid segfaulting probeall stuff add ns83820 gigabit (goes to other.img) * rescue/rescue-doc: english fixes thx to phil 2002/03/07 Pablo Saratxaga * standalone/drakfont: Added a missing _( ) around a text * share/po/vi.po, share/po/cy.po, share/po/hu.po, share/po/id.po: updated po files * share/po/ko.po, share/po/ca.po, share/po/tr.po: commented out the translations using argument switching (not yet handled by DrakX) * bootlook.pm, standalone/drakboot: i18n changes * keyboard.pm: corrected the locale->keyboard list building make keyboard selection choose first the 5 first chars of lang; then the 2 first chars; * share/po/eu.po: commented out the translations using argument switching (not yet handled by DrakX) updated po file 2002/03/07 Pixel * any.pm: fix fileshare custom config fix *some* stew errors * bootloader.pm: "--timeout=" must be after terminal add --timeout=... for "terminal serial ..." line in grub's menu.lst fix *some* stew errors * install_any.pm: don't have the adsl & modem passwords in report.bug * detect_devices.pm (zips__faking_ide_scsi): fix returned value in standalone (getSCSI): don't call isFloppyOrHD for ZIPs (lowers the number of kernel error when there is no floppy) * fs.pm: removing quota choices for reiserfs 2002/03/07 Stew Benedict * any.pm, bootlook.pm, standalone/drakboot, bootloader.pm: drakboot functionality for PPC 2002/03/07 Till Kamppeter * printerdrake.pm: Fixed bug of network not being started by Printerdrake during installation. 2002/03/07 warly * share/compssUsers.server, share/compssUsers, share/rpmsrate: update server, merge with normal rpmsrate 2002/03/06 dam's * standalone/drakautoinst: corrected HASH and ARRAY label 2002/03/06 Pablo Saratxaga * share/po/ja.po, share/po/no.po, share/po/cy.po: updated po file 2002/03/06 Pixel * standalone/fileshareset (nfs_exports::update_server): ensure portmap is running 2002/03/06 dam's * my_gtk.pm: corrected font stuff * standalone/drakautoinst: corrected HASH and ARRAY label 2002/03/06 François Pons * Xconfigurator.pm: no 3D with Utah GLX (XF 3.3) if more than 800 MB. * pkgs.pm: fixed error when using multiple removable media and user aborted installation (for some other error) and hdlists cannot be retrieved. add save of synthesis too when partitions are reformated, so that urpmi is happy after. fixed when hdlist gives no new package (new name) but only obsoleted package or updated package, ie security updates may appreciate. * install_any.pm: update for newer pkgs module (fix for abort during installation). * rescue/tree/etc/oem: allow oem script to be executable from standard cd set (powerpack or other). 2002/03/06 Pablo Saratxaga * share/po/ja.po: updated po file updated pot file * share/po/fr.po, share/po/cy.po, share/po/id.po, share/po/zh_TW.po: updated pot file updated some po files * share/po/be.po, share/po/sp.po, share/po/zh_CN.po, share/po/pt.po, share/po/DrakX.pot, share/po/es.po, share/po/bg.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/ko.po, share/po/nl.po, share/po/wa.po, share/po/sv.po, share/po/is.po, share/po/hu.po, share/po/it.po, share/po/pl.po, share/po/fi.po, share/po/no.po, share/po/th.po, share/po/el.po, share/po/sk.po, share/po/lt.po, share/po/ar.po, share/po/sl.po, share/po/vi.po, share/po/br.po, share/po/ca.po, share/po/gl.po, share/po/lv.po, share/po/uk.po, share/po/eo.po, share/po/ro.po, share/po/bs.po, share/po/da.po, share/po/cs.po, share/po/af.po: updated pot file 2002/03/06 Pixel * pkgs.pm: add @preferred libxpm4 * lang.pm: fix typo in %xim (for chineese) - create the kde share/config's directory, so that kde config files are created in any case - in user_only localedrake, ensure the /etc/sysconfig/i18n is taken into account when ~/.i18n doesn't exist (thanks to F.Crozat) * install_any.pm: ensure the fstab is kept on upgrade (g_auto_install): use "interactiveSteps" field instead of pushing in @install_steps_auto_install::graphical_steps * standalone/localedrake: when called by kcontrol with --apply, don't modify kde config files, kcontrol takes care of it more nicely * diskdrake/interactive.pm: translate the actions choose to activate crypto. type password. unselect encryption. Select encryption again, you were not asked for password. Fixed use formatError * bootloader.pm (add_append): don't add to entries of type 'other' * devices.pm (find_free_loop): fix * install_steps_interactive.pm, install_steps.pm: ensure the fstab is kept on upgrade * fsedit.pm: do not allow encrypted /var 2002/03/06 Thierry Vignaud * mdk-stage1/pcmcia_/probe.c: an old sucking PCI card needs oldskool i82365 :-((, ugly patch 2002/03/05 warly * share/rpmsrate: add Fred Bastok modif remove too many duplicate in i18n packages that are now automatically added 2002/03/05 Chmouel Boudjnah * modules.pm: Add USB2 controller 2002/03/05 dam's * network/netconnect.pm: corrected expert option in install mode added expert mode * my_gtk.pm: greater interstice * modparm.pm: cosmetic gzipped modules handled 2002/03/05 fcrozat * share/rpmsrate: Install xlockmore when installing gnome, since xscreensaver can't lock root desktop.. 2002/03/05 François Pons * Xconfigurator.pm: deactivate v4l module if DRI is enabled and r128 driver used. * install_steps.pm: added auto restore of some files (/etc/profile) needed by upgrade (from .rpmnew). added log for hasNetwork (so that we can understand why installUpdates do nothing). * crypto.pm: avoid trying to find hdlist-updates.cz in existing medium (instead of ftp one). * fs.pm: fixed hd install to allow using specific directory. * install_any.pm: fix duplicate synthesis.hdlist.xxx file present in /var/lib/urpmi, and furthermore uncompressed :-( fixed possible bug when generating synthesis file for urpmi installation. 2002/03/05 Guillaume Cottenceau * mdk-stage1/dhcp.c, mdk-stage1/dhcp.h, mdk-stage1/network.c: save dhcp_hostname for stage2 * install_any.pm: fix bug in generating automatic stage1 params for http * modules.pm: aironet core sucking thing 2002/03/05 Pablo Saratxaga * share/po/sr.po, share/po/sp.po: updated po files 2002/03/05 Pixel * install_steps.pm: if mem=nopentium is given on cmdline, have it after install * modules.pm (extract_modules): created (was done in load_raw) 2002/03/05 Stew Benedict * Xconfigurator.pm: use UseFBDev for r128 - PPC 2002/03/05 Till Kamppeter * printerdrake.pm: Added support for HP's newest MF devices: HP OfficeJet D series, HP LaserJet 33xx MFP. Fixed bug of printerdrake sometimes assuming the user has an MF device when he has typed the device file name in the expert mode. 2002/03/05 yduret * bootlook.pm: fix nobody bug * standalone/logdrake: mail alert: use eval {} to catch wizcancel 2002/03/04 dam's * modparm.pm: corected weirdness, I suck 2002/03/04 François Pons * pkgs.pm: fix scroll total to match reality. fixed interpretation of size of package when doing an install (this can be severe, need testing). 2002/03/03 Pablo Saratxaga * share/po/cy.po, share/po/id.po: updated po file 2002/03/03 Pixel * my_gtk.pm (gtkicons_labels_widget): since style is not set either, use the widget and ask it the style->font. This *works* (gtkicons_labels_widget): pass the style instead of directly passing the font 2002/03/03 Till Kamppeter * printer.pm: Let Star Office/OpenOffice.org configuration corrcet a bug in the PostScript produced by these programs so that the Euro symbol is printed correctly. 2002/03/02 Pablo Saratxaga * share/po/tr.po: updated po file 2002/03/02 Pixel * partition_table.pm: better name for windobe new 0x42 special id (their own LVM marker) * detect_devices.pm: better jaz detection (thanks to Randy Welch) 2002/03/02 Till Kamppeter * printer.pm, printerdrake.pm: Replaced "Open Office" by "OpenOffice.org". 2002/03/02 Pablo Saratxaga * share/po/sv.po, share/po/da.po, share/po/vi.po, share/po/hu.po: updated po files * share/po/tr.po: updated po file 2002/03/02 Pixel * share/list: add lvreduce & lvextend * detect_devices.pm: fix ide zip name when there are already some other SCSI drives ZIPs and Jazz's are not floppies * diskdrake/interactive.pm (Resize): ensure we call lv_resize from lvm and adjust_* for normal partitions, even for destructive resizes 2002/03/02 Till Kamppeter * printer.pm, printerdrake.pm: Replaced "Open Office" by "OpenOffice.org". 2002/03/01 Pixel * share/po/fr.po: fix gc's bulshit 2002/03/01 dam's * services.pm: corrected translation used for shell command * my_gtk.pm: style & font correction 2002/03/01 François Pons * share/rpmsrate: updated INSTALL category with NOCOPY new flag added. * rescue/tree/etc/oem: added ext3 support. * share/rpmsrate.server: synced with rpmsrate INSTALL category. * install_any.pm: reset correct setup_postinstall_rpms calling. removed some card where 3D is not installed by default: Riva128, Radeon 8500 and Rage Mobility card. removed staling debug code. fixed bad copied package (if one is not found). * tools/oem-prepare: added handling of newer rpmsrate format with INSTALL category. * pkgs.pm: added pixel comments for handling INSTALL category and NOCOPY handling. only copy package in INSTALL category with a rate of at least 2. 2002/03/01 Guillaume Cottenceau * share/po/fr.po: a few missing trads please translators, keep two newlines when there are two newlines in original string, it's on purpose 2002/03/01 Pablo Saratxaga * share/po/be.po, share/po/sp.po, share/po/zh_CN.po, share/po/pt.po, share/po/DrakX.pot, share/po/es.po, share/po/bg.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/ko.po, share/po/cy.po, share/po/nl.po, share/po/ja.po, share/po/wa.po, share/po/sv.po, share/po/is.po, share/po/hu.po, share/po/it.po, share/po/id.po, share/po/pl.po, share/po/fi.po, share/po/no.po, share/po/th.po, share/po/el.po, share/po/sk.po, share/po/lt.po, share/po/ar.po, share/po/sl.po, share/po/vi.po, share/po/br.po, share/po/ca.po, share/po/gl.po, share/po/lv.po, share/po/uk.po, share/po/eo.po, share/po/ro.po, share/po/bs.po, share/po/da.po, share/po/zh_TW.po, share/po/cs.po, share/po/af.po: updated po files * share/po/fr.po: fixed two typos small corrections (non breakable spaces) 2002/03/01 Pixel * Xconfigurator.pm: handle leaving X for both Xdrakres and XFdrake (=> Xdrakres completly obsolete) * standalone/localedrake: restrict localedrake to installed lang * lang.pm: restrict localedrake to installed lang add 'C' in %charset2kde_font (so that english has normal fonts) * bootloader.pm: - do not indent "disk=... bios=..." - $lilo->{first_hd_device} can be used to tell which drive is the first one for the BIOS. Useful when the bootloader is installed on a partition and not on the MBR. read "disk=/dev/xxx bios=0x8x" and save it * any.pm: restrict localedrake to installed lang ask which hard drive is the booting one when there is mixed kind of drives (scsi+ide, ide2+ide) and the bootloader is not installed on MBR 2002/03/01 Till Kamppeter * printer.pm: Reduced the paths to search for Star/Open Office, on systems without these applications installed the search needed a significant time. 2002/03/01 François Pons * share/rpmsrate: updated INSTALL category with NOCOPY new flag added. * share/rpmsrate.server: synced with rpmsrate INSTALL category. * install_any.pm: removed staling debug code. fixed bad copied package (if one is not found). * pkgs.pm: added pixel comments for handling INSTALL category and NOCOPY handling. only copy package in INSTALL category with a rate of at least 2. 2002/03/01 Guillaume Cottenceau * mdk-stage1/dhcp.c: add hostname/domain in dhcp negociation, thx to david@eastcott.net * share/po/fr.po: please translators, keep two newlines when there are two newlines in original string, it's on purpose 2002/03/01 Pablo Saratxaga * share/po/nl.po, share/po/zh_TW.po, share/po/hu.po: updated po files 2002/03/01 Pixel * Xconfigurator.pm: handle leaving X for both Xdrakres and XFdrake (=> Xdrakres completly obsolete) * detect_devices.pm: add is_a_recent_computer() * any.pm: call dcop as user * lang.pm: add 'C' in %charset2kde_font (so that english has normal fonts) switch en_GB, *_CH, da, es@tradicional and wa to iso-8859-15 * bootloader.pm: read "disk=/dev/xxx bios=0x8x" and save it * mouse.pm: special case for non detected usb interface on a box with no mouse. we *must* find out if there really is no usb, otherwise the box may not be accessible via the keyboard (if the keyboard is USB) the only way to know this is to make a full pci probe 2002/02/28 dam's * standalone/drakbackup: bugfixs corrected translation for crontab * modparm.pm: corrected modinfo path for isa modules during install 2002/02/28 François Pons * Xconfigurator.pm: try to fix if no chosen width has been found. removed Radeon 8500 from DRI capable cards. * rescue/tree/etc/oem: added curl as a bonus for oem install (it will be used by urpmi) added a2ps as a bonus (it fetch tetex where oem limited disk usage do not agree a lot). fixed bad copy of install packages. * tools/oem-prepare: added curl as a bonus for oem install (it will be used by urpmi) added a2ps as a bonus (it fetch tetex where oem limited disk usage do not agree a lot). fixed bad copy of INSTALL packages. 2002/02/28 Guillaume Cottenceau * install2.pm: more precise msg when can't access kernel modules because we still have many dumb people on cooker asking what's going on * install_steps_interactive.pm: small english fix 2002/02/28 Pablo Saratxaga * share/po/de.po, share/po/no.po: updated po files updated pot file * share/po/be.po, share/po/sp.po, share/po/zh_CN.po, share/po/pt.po, share/po/DrakX.pot, share/po/es.po, share/po/fr.po, share/po/bg.po, share/po/ga.po, share/po/sr.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/ko.po, share/po/cy.po, share/po/nl.po, share/po/ja.po, share/po/wa.po, share/po/is.po, share/po/hu.po, share/po/it.po, share/po/id.po, share/po/pl.po, share/po/fi.po, share/po/th.po, share/po/el.po, share/po/sk.po, share/po/lt.po, share/po/ar.po, share/po/sl.po, share/po/vi.po, share/po/br.po, share/po/ca.po, share/po/gl.po, share/po/lv.po, share/po/uk.po, share/po/eo.po, share/po/ro.po, share/po/bs.po, share/po/da.po, share/po/zh_TW.po, share/po/cs.po, share/po/af.po: updated pot file * share/po/sv.po: updated Swedish file updated pot file 2002/02/28 Pixel * rescue/make_rescue_img: resolve conflicts for short keytable names (eg: "no" could be either "no-dvorak" or "no-latin1") * keyboard.pm (loadkeys_files): ensure each file appear only once 2002/02/28 siegel * share/po/de.po: and another part of updates updates 2002/02/28 Thierry Vignaud * share/themes-marble3d.rc: rechanged bg for camille * standalone/drakbackup: corrected translation for crontab 2002/02/28 François Pons * rescue/tree/etc/oem: fixed bad copy of install packages. * tools/oem-prepare: fixed bad copy of INSTALL packages. * Xconfigurator.pm: removed Radeon 8500 from DRI capable cards. 2002/02/28 Guillaume Cottenceau * rescue/aliases, rescue/list: include /sbin/fsck.ext3 since our users are so dumb 2002/02/28 Pablo Saratxaga * share/po/zh_TW.po: updated Chinese file 2002/02/28 Pixel * rescue/make_rescue_img: resolve conflicts for short keytable names (eg: "no" could be either "no-dvorak" or "no-latin1") * keyboard.pm (loadkeys_files): ensure each file appear only once * bootloader.pm: add "nowarn" in lilo.conf * install_steps.pm, fs.pm: use the "soft" option by default for /mnt/nfs and for "diskdrake --nfs" 2002/02/28 sdupont * standalone/drakfont: including 'su' mode on drakfont. 2002/02/28 siegel * share/po/de.po: updated missing strings 2002/02/28 Till Kamppeter * printerdrake.pm: Re-activated function to specify a CUPS server in another network and to switch to manual CUPS configuration. - Fixes/Improvements on Star Office/Open Office support: o When one switches the spooler, the entries of the printers under the old spooler are removed from Star Office/Open Office o Printers on remote CUPS servers (which are known through broadcasting) can be added to Star Office/Open Office * share/rpmsrate.server, share/rpmsrate: Added "curl" to install section, it is needed by printerdrake. * printer.pm: - Fixes/Improvements on Star Office/Open Office support: o When one switches the spooler, the entries of the printers under the old spooler are removed from Star Office/Open Office o Printers on remote CUPS servers (which are known through broadcasting) can be added to Star Office/Open Office 2002/02/27 Pablo Saratxaga * share/po/eu.po: updated Basque file 2002/02/27 Till Kamppeter * printerdrake.pm: - Improved fully automatic adding of printer queue: o Ask for a queue name if more than one printer is detected o Let user confirm the model automatically chosen from the database o Set correct paper size according to the language/country - When one chooses a "CUPS + GIMP-Print" driver now all important options are displayed directly (without needing "Advanced" button). - Made less warning appearing on the console from where "printerdrake" was called. 2002/02/27 fabman * share/po/es.po: converted to UTF-8 2002/02/27 François Pons * crypto.pm: fix missing version listed when doing update. 2002/02/27 Guillaume Cottenceau * share/po/fr.po: a few translations * mdk-stage1/rescue-gui.c, rescue/restore_ms_boot, rescue/list.i386, rescue/make_rescue_img: add "restore Windows Boot Loader" to rescue * install_steps_interactive.pm: formatAlaTex for congratz msg xfs + bootdisk = warning_msg * share/rpmsrate: flightgear is now fully lowercase glaxium * mdk-stage1/pcmcia_/probe.c: add Keld Jørn Simonsen 's O2 Micro CardBus controller, and two other PCI entries which have close descriptions * mdk-stage1/pcmcia_/merge_from_pcitable: misc also report when pcitable is "too old" write a short perl program to easily merge new cardbus controllers from pcitable into probe.c 2002/02/27 Pablo Saratxaga * share/po/eu.po: updated po file 2002/02/27 Pixel * share/rpmsrate: simplify pyDict * install_steps_interactive.pm: ensure a keyboard is only once available, either in advanced or normal, but not in both (tx2fredl) * share/po/da.po: - it is UTF-8 - fix line splitting * lang.pm: workaround iso-8859-1 charset based languages not displayed correctly at install - %lang2country is the authority, so if the country given by %lang2country doesn't exist in KDE, return C - fix be,sp,sr - s/def/default/ (typo) - add some utf kde fonts 2002/02/27 Thierry Vignaud * modparm.pm: corrected bad sprintf 2002/02/26 fabman * share/po/es.po: updated spanish translations 2002/02/26 Guillaume Cottenceau * mdk-stage1/Makefile: version 8.2 2002/02/26 Pablo Saratxaga * share/po/fr.po, share/po/sv.po, share/po/hu.po: updated po files 2002/02/26 Pixel * diskdrake/smbnfs_gtk.pm, diskdrake/removable.pm, diskdrake/interactive.pm: propose some mount points for removable/nfs/smb * install_steps_interactive.pm: if no sound card are detected AND the user selected things needing a sound card, propose a special case for ISA cards * share/rpmsrate: add sndconfig in INSTALL (installed when user say Yes when asked for a ISA sound card) * my_gtk.pm (@icon_paths): ease testing 2002/02/26 siegel * share/po/de.po: updates 2002/02/26 dam's * standalone/drakfont: corrected ttf/TTF and xfs restart * share/logo-mandrake.png: new logo 2002/02/26 fabman * share/po/es.po: updated spanish translations 2002/02/26 François Pons * Xconfigurator.pm: fix translation of test program. 2002/02/26 Guillaume Cottenceau * mdk-stage1/dietlibc/libstdio/fclose.c: don't segfault when fclose(NULL) * share/po/fr.po: - explain where to put nbsp spaces, explain what's nbsp spaces, explain how to compose them - add a few missing nbsp spaces - translate a few more things 2002/02/26 Pablo Saratxaga * share/po/be.po, share/po/sp.po, share/po/zh_CN.po, share/po/pt.po, share/po/DrakX.pot, share/po/es.po, share/po/bg.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/ko.po, share/po/cy.po, share/po/nl.po, share/po/ja.po, share/po/wa.po, share/po/sv.po, share/po/is.po, share/po/hu.po, share/po/it.po, share/po/id.po, share/po/pl.po, share/po/fi.po, share/po/no.po, share/po/th.po, share/po/el.po, share/po/sk.po, share/po/lt.po, share/po/ar.po, share/po/sl.po, share/po/vi.po, share/po/br.po, share/po/ca.po, share/po/gl.po, share/po/lv.po, share/po/uk.po, share/po/eo.po, share/po/ro.po, share/po/bs.po, share/po/da.po, share/po/zh_TW.po, share/po/cs.po, share/po/af.po: updated pot file * any.pm: fixed English typo 2002/02/26 Pixel * diskdrake/smbnfs_gtk.pm, diskdrake/removable.pm, diskdrake/interactive.pm: propose some mount points for removable/nfs/smb * Xconfigurator.pm: make perl_checker happy have "Ok More Show all" instead of "Ok Cancel Show all" set the locale properly instead of setting the translated messages in the script * any.pm: - zips() now return devices ending with "4", raw_zips() is the old zips() - rdvd handling - add .conf for /etc/devfs/conf.d/ files (devfssymlinkf): use /etc/devfs/conf.d/name.conf instead of putting the symlink in lib/dev-state * share/rpmsrate: add sndconfig in INSTALL (installed when user say Yes when asked for a ISA sound card) add xine in VIDEO 4 * install_steps.pm: - zips() now return devices ending with "4", raw_zips() is the old zips() - rdvd handling - add .conf for /etc/devfs/conf.d/ files don't add mem=nopentium anymore. kernel people says it's not needed and bad for performance. It also means any bug must be addressed to them create /dev/dvd for DVDs * my_gtk.pm (@icon_paths): ease testing * lang.pm: create bindtextdomain which does only part of the load_mo job * install_steps_interactive.pm: if no sound card are detected AND the user selected things needing a sound card, propose a special case for ISA cards * detect_devices.pm: - zips() now return devices ending with "4", raw_zips() is the old zips() - rdvd handling - add .conf for /etc/devfs/conf.d/ files cleanup * fs.pm: - zips() now return devices ending with "4", raw_zips() is the old zips() - rdvd handling - add .conf for /etc/devfs/conf.d/ files 2002/02/26 Stew Benedict * Xconfigurator_consts.pm: Ti Powerbook uses non-std 1152x768, rather than 1152x864 2002/02/26 Thierry Vignaud 1" - use interactive_gtk to determine if we're runned under X11 (ie authorized acces to X11 server, X11 context, ...) - add a note to remember that we should add a method to detect if we run under X11 if/when we implement interactive_qt - simplify code : * remove is_tv and simplify its code to be a one-liner (replace a foreach by a scalar context) * use format to prevent reverse lookup on scantv run thus enabling to reverse the initial hash table - all cases (newt, gtk, wt/wo xvt, ...) have been re tested on real hw. 2002/02/26 Pablo Saratxaga * share/po/hu.po: updated po file 2002/02/26 Pixel * install_any.pm: remove passwords and realnames from report.bug 2002/02/26 Pablo Saratxaga * share/po/hu.po: updated po file 2002/02/26 Pixel * install_any.pm: remove passwords and realnames from report.bug 2002/02/25 dam's * any.pm, modparm.pm: corrected modules parameters functions * standalone/drakfont: debug 2002/02/25 François Pons * mdk-stage1/init-data/msgboot-graphicallogo.img.bz2: fixes for cursor or nasty pixel displayed using syslinux-1.67-3mdk 2002/02/25 Guillaume Cottenceau * share/po/fr.po: don't put accents for bootloader, we can just use 7bit chars (titi sucks bigtime) add a few nbsp spaces * rescue/list: add mt-st DAT stuff for joeghi (ghibo) 2002/02/25 Pablo Saratxaga * share/po/da.po: updated Danish file 2002/02/25 Pixel * bootloader.pm: ignore-table is a global flag, so put it there (when needed) * standalone/drakboot: add --testing * modules.pm, install_steps.pm, fs.pm, detect_devices.pm: use ide-scsi for ide zips * install_steps_interactive.pm: sort the list of keyboards 2002/02/25 Thierry Vignaud * share/po/ru.po, share/po/sp.po, share/po/ca.po, share/po/th.po, share/po/uk.po, share/po/es.po, share/po/eo.po, share/po/ro.po, share/po/sv.po, share/po/sr.po, share/po/da.po, share/po/el.po, share/po/et.po, share/po/cs.po, share/po/tr.po, share/po/az.po, share/po/eu.po: updated some po files 2002/02/24 Pixel * share/keyboards.tar.bz2: fix permission 2002/02/23 Pablo Saratxaga * share/po/cy.po, share/po/Makefile: updated Welsh file * share/po/zh_CN.po, share/po/DrakX.pot, share/po/eu.po, share/po/vi.po, share/po/wa.po, share/po/zh_TW.po: udated Vietnamese file * install_steps_interactive.pm: removed useless _( ) around a string displayed in English only * share/po/be.po, share/po/bg.po, share/po/sk.po, share/po/ar.po, share/po/sl.po, share/po/br.po, share/po/bs.po, share/po/sv.po, share/po/af.po: updated some po files 2002/02/23 Pixel * interactive_newt.pm: - use simplify_string to ensure multi-line and too long strings are not used (hacky, but no other solution) - set $::setstep like interactive_gtk is doing (??) * partition_table_empty.pm: handle MBR containing the same character (0 or "l") * diskdrake/interactive.pm: not_edit'able filesystem type (allow esp. a nicer newt version) * devices.pm (devices::make): following a good advice from Andrej Borsenkow, return the file even if the device file doesn't exist the caller will fail or not. The advantage is better compatibility than raising an exception devices::make doesn't mknod with devfs * detect_devices.pm: no need to catch the exception from devices::make anymore devices::make doesn't mknod with devfs * fs.pm: nicer error message when mount fails * share/rpmsrate: adding gphoto2 * install_steps_interactive.pm: when passwords do not match, focus on first password entry, not the second (thanks to garrick) * Xconfigurator_consts.pm: remove Option "sw_cursor" for "SiS 6326" since it's already handled in Xconfigurator.pm * my_gtk.pm: fix @icon_paths to include /usr/share/libDrakX/pixmaps (thanks to garrick) * modules.pm: remove "-f" option for insmod 2002/02/23 siegel * share/po/de.po: fixed silly error updates 2002/02/23 Till Kamppeter * printer.pm, printerdrake.pm: Added automatic configuration of printers in Star Office and Open Office. 2002/02/22 dam's * share/advertising/02-internet.pl, share/advertising/07-server.pl, share/advertising/11-consul.pl, share/advertising/09-MDKcampus.pl, share/advertising/01-gnu.pl, share/advertising/13-Nvert.pl, share/advertising/06-user.pl, share/advertising/10-MDKexpert.pl, share/advertising/04-develop.pl, share/advertising/05-contcenter.pl, share/advertising/12-MDKstore.pl, share/advertising/03-graphic.pl, share/advertising/08-games.pl: corrected advertising text * share/po/fr.po: corrected bad translation * my_gtk.pm: corrected icon paths 2002/02/22 Guillaume Cottenceau * standalone/drakgw: exit the pur_gtk version after launching the wizard version * any.pm: better rephrasing change name and description of security levels * share/rpmsrate: powermanga: 2 -> 3 2002/02/22 Pablo Saratxaga * share/po/da.po, share/po/DrakX.pot: updated Danish file * lang.pm: start of support of kde fonts fixed some keyboard names * keyboard.pm: fixed some keyboard names added the two ?win_toggle choices some info useful for keyboard handling * share/keyboards.tar.bz2: fixed some keyboard names * share/po/hu.po: updated hungarian file 2002/02/22 Pixel * pkgs.pm: even smarted process to kill selection * lang.pm: fix 2 entries in charset2kde_font - remove non needed entries in lang2country - fix syntax errors - rename kdefont in charset2kde_font - much cleanup use invalid instead of unknown for errors when checking put back the less deep langs have the tree less deep (esp. nicer when not displaying UTF-8 entries) not translating in console installs (esp. newt) when the font is missing restrict the langs displayed to non utf8 during install fix warning message disable perl warnings when checking make perl_checker happy * devices.pm: add atibm (thanks to Robin Pollard) * bootloader.pm: put ignore-table to disable lilo's partition table checking (esp. the checking of the CHS geometry vs linear geometry) * Xconfigurator_consts.pm: fix syntax typo * Makefile: - exclude urpm from perl_checker - add checking keyboard.pm * install_steps_interactive.pm, install2.pm, install_steps.pm: not translating in console installs (esp. newt) when the font is missing * keyboard.pm: use invalid instead of unknown for errors when checking change the message disable perl warnings when checking - add checks for the various data structures - fix another typo for usb2drakxkbd fix typo * share/rpmsrate: add procmail in SYSTEM 4 add samba-doc samba-winbind samba-swat * Xconfigurator.pm: workaround set_active failing * any.pm: use the setupBootloader help instead of setupBootloaderGeneral restrict the langs displayed to non utf8 during install 2002/02/22 Thierry Vignaud * standalone/drakxtv: update TODO list; explain what is HRC * share/po/fr.po: further translations update french translation 2002/02/21 dam's * my_gtk.pm: corrected icon list 2002/02/21 fabman * share/po/es.po: updated spanish po file 2002/02/21 Guillaume Cottenceau * share/rpmsrate: spacecup no more exists armagetron is nice, no use to install gltron as well autoconf2.5 and automake1.5 * interactive.pm: when not in X and needs su, use consolehelper now use consolehelper when no "kdeinit: kwin" process is running 2002/02/21 Pablo Saratxaga * share/po/be.po, share/po/sp.po, share/po/zh_CN.po, share/po/pt.po, share/po/DrakX.pot, share/po/es.po, share/po/fr.po, share/po/bg.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/ko.po, share/po/cy.po, share/po/nl.po, share/po/ja.po, share/po/wa.po, share/po/sv.po, share/po/is.po, share/po/Makefile, share/po/hu.po, share/po/it.po, share/po/id.po, share/po/pl.po, share/po/no.po, share/po/fi.po, share/po/th.po, share/po/el.po, share/po/sk.po, share/po/lt.po, share/po/ar.po, share/po/sl.po, share/po/vi.po, share/po/br.po, share/po/ca.po, share/po/gl.po, share/po/lv.po, share/po/uk.po, share/po/eo.po, share/po/ro.po, share/po/bs.po, share/po/da.po, share/po/zh_TW.po, share/po/cs.po, share/po/af.po: updated pot file 2002/02/21 Pixel * lvm.pm, install_any.pm: ensure lvm tools don't need to be all installed at the same time * lang.pm, tools/make_mdkinst_stage2: LC_COLLATE and LC_CTYPE are getFile'd (cuz they are big, causing the .cz2 to be *big*) * share/rpmsrate: add kinput2-wnn4 2002/02/21 siegel * share/po/de.po: update 2002/02/21 Till Kamppeter * printerdrake.pm: Removed "Manual configuration" button when "Local Printer" dialog is started from the queue modification menu (Recommended mode). Improved matching of printer names resulting from auto-detection with names in the database. 2002/02/21 Thierry Vignaud * share/po/fr.po: final batch of typos fixes (next time, please run a check speller) fix more typos update french translation; fix typos * diskdrake/interactive.pm: shorter displayed message 2002/02/21 dam's * standalone/draknet: changed button label * standalone/icons/gmon.png, standalone/icons/categ.png, standalone/icons/verti.png, standalone/icons/drakbackup.540x57.png, standalone/icons/net_c.png, standalone/icons/ic82-system-40.png, standalone/icons/wiz_drakgw.png, standalone/icons/ic-drakfont-48.png, standalone/icons/ic82-back-up-16.png, standalone/icons/wiz_scannerdrake.png, standalone/icons/ic82-discdurwhat-40.png, standalone/icons/ic82-tape-40.png, standalone/icons/ic82-network-40.png, standalone/icons/smbnfs_default.png, standalone/icons/smbnfs_server.png, standalone/icons/hori.png, standalone/icons/wiz_draknet.png, standalone/icons/smbnfs_mounted.png, standalone/icons/wiz_firewall.png, standalone/icons/wiz_default_up.png, standalone/icons/ic82-back-up-32.png, standalone/icons/ic82-CD-40.png, standalone/icons/ic82-systemeplus-40.png, standalone/icons/ic82-back-up-48.png, standalone/icons/ic82-dossier-32.png, standalone/icons/net_d.png, standalone/icons/ic82-moreoption-40.png, standalone/icons/smbnfs_has_mntpoint.png, standalone/icons/tradi.png, standalone/icons/wiz_printerdrake.png, standalone/icons/wiz_default_left.png, standalone/icons/eth_card_mini2.png, standalone/icons/net_u.png, standalone/icons/ic82-users-40.png, standalone/icons/mdk_logo.png, standalone/icons/ic82-others-40.png, standalone/icons/ic82-when-40.png, standalone/icons/draknet_step.png, standalone/icons/drakfont.620x57.png, standalone/icons/ic82-where-40.png: added new gfx only standalone * pixmaps/categ.png, pixmaps/verti.png, pixmaps/ic82-moreoption-40.png, pixmaps/ic82-system-40.png, pixmaps/net_c.png, pixmaps/ic-drakfont-48.png, pixmaps/ic82-CD-40.png, pixmaps/ic82-when-40.png, pixmaps/ic82-back-up-32.png, pixmaps/draknet_step.png, pixmaps/ic82-dossier-32.png, pixmaps/ic82-back-up-48.png, pixmaps/smbnfs_server.png, pixmaps/ic82-discdurwhat-40.png, pixmaps/smbnfs_default.png, pixmaps/gmon.png, pixmaps/drakbackup.540x57.png, pixmaps/smbnfs_mounted.png, pixmaps/wiz_printerdrake.png, pixmaps/wiz_default_left.png, pixmaps/wiz_default_up.png, pixmaps/drakfont.620x57.png, pixmaps/ic82-tape-40.png, pixmaps/wiz_draknet.png, pixmaps/net_d.png, pixmaps/ic82-systemeplus-40.png, pixmaps/wiz_drakgw.png, pixmaps/mdk_logo.png, pixmaps/ic82-users-40.png, pixmaps/ic82-back-up-16.png, pixmaps/hori.png, pixmaps/tradi.png, pixmaps/smbnfs_has_mntpoint.png, pixmaps/eth_card_mini2.png, pixmaps/wiz_firewall.png, pixmaps/net_u.png, pixmaps/ic82-where-40.png, pixmaps/ic82-others-40.png, pixmaps/ic82-network-40.png, pixmaps/wiz_scannerdrake.png: removed gfx not used during install 2002/02/21 François Pons * crypto.pm: fixed another not seen 8.1 reference in label. fixed 8.1 release hard coded. 2002/02/21 Pablo Saratxaga * share/po/fi.po: updated pot file updated Finnish file * help.pm: updated help file * share/po/be.po, share/po/sp.po, share/po/zh_CN.po, share/po/pt.po, share/po/DrakX.pot, share/po/es.po, share/po/fr.po, share/po/bg.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/ko.po, share/po/cy.po, share/po/nl.po, share/po/ja.po, share/po/wa.po, share/po/sv.po, share/po/is.po, share/po/Makefile, share/po/hu.po, share/po/it.po, share/po/id.po, share/po/pl.po, share/po/no.po, share/po/th.po, share/po/el.po, share/po/sk.po, share/po/lt.po, share/po/ar.po, share/po/sl.po, share/po/vi.po, share/po/br.po, share/po/ca.po, share/po/gl.po, share/po/lv.po, share/po/uk.po, share/po/eo.po, share/po/ro.po, share/po/bs.po, share/po/da.po, share/po/zh_TW.po, share/po/cs.po, share/po/af.po: updated pot file 2002/02/21 Pixel * share/themes/blueHeart-button4.png, share/themes-DarkMarble.rc, install_gtk.pm, share/themes/DarkMarble-button3_out.png, share/themes.rc, share/themes/blueHeart-brown_bg1.png, share/themes/DarkMarble-button3_in.png, share/themes-blueHeart.rc, share/themes/DarkMarble-check_on.png, share/themes/blueHeart-button1.png, share/themes/DarkMarble-check_off.png, share/themes/blueHeart-button2.png, share/themes/DarkMarble-gloom2.png, share/themes/DarkMarble-button3_in_prelight.png, share/themes/DarkMarble-button3_out_prelight.png: remove DarkMarble and blueHeart themes * bootloader.pm: have devfs=nomount for failsafe * Makefile.config, share/po/Makefile: make a difference between PMS and ALLPMS. For install, only use PMS * lvm.pm: ensure lvm tools don't need to be all installed at the same time * Makefile: template.in stuff removed make a difference between PMS and ALLPMS. For install, only use PMS * pkgs.pm: smarter choosing of processes to kill * tools/i386/netboot/make_boot_network: cleanup * modules.pm: add aic7xxx_old * install_any.pm: ensure lvm tools don't need to be all installed at the same time (remove_bigseldom_used): remove xf86Wacom.so & mkfs.xfs DarkMarble theme is removed (kdeicons_postinstall): remove this obsolete code no special case for installing imwheel * lang.pm, tools/make_mdkinst_stage2: LC_COLLATE and LC_CTYPE are getFile'd (cuz they are big, causing the .cz2 to be *big*) * network/smbnfs.pm, network/nfs.pm: nicer conditional displaying of nfs comment 2002/02/21 siegel * share/po/de.po: update snapshot 2002/02/21 Till Kamppeter * printerdrake.pm: Added "type => 'list'" to the printer modification menu, it appeared as a drop-down list during the installation. 2002/02/21 Thierry Vignaud * standalone/drakxtv: more translatable strings; hide scantv output on console; check that we're under X11 before running scantv in an xterm 2002/02/20 Guillaume Cottenceau * mdk-stage1/doc/UPDATEMODULES: add an example on modules with options first line comment no more necessary s/row/column/, silly me * standalone.pm: explanations stuff: no reason to use "updated" at a place when we use "modified" at the rest of the locations.. 2002/02/20 Pablo Saratxaga * share/po/es.po: updated Spanish file updated Spanish file 2002/02/20 Pixel * install_any.pm (ejectCdrom): display "files still open:" for all processes when umounting fail * pkgs.pm: much simpler & stronger killing of still running processes * mouse.pm: USB|Generic is 3 button mice, add a USB 2 Button entry 2002/02/20 dam's * share/themes-marble3d.rc: updated theme * network/adsl.pm: mgmt install corrected 2002/02/20 daouda * share/rpmsrate: - same weight for rfbdrake in NETWORKING_REMOTE_ACCESS NETWORKING_REMOTE_ACCESS_SERVER 2002/02/20 fcrozat * share/rpmsrate: Remove mozilla-psm from list, it is merged in mozilla 2002/02/20 François Pons * rescue/tree/etc/oem, tools/oem-prepare: synced with newer rpmsrate of DrakX and newer method to select INSTALL packages. * standalone/XFdrake: fixed NVIDIA package in urpmi db by directly using urpm library instead of parsing (now removed) depslist.ordered file. * Xconfigurator.pm: fixed default value if selecting a card (use previous one or existing one). added XFree 4 driver choice if Other|Unlisted is chosen. fixed cancel on card selection so that previous choice is not lost. * Xconfigurator_consts.pm: added @allbutfbdrivers and @alldrivers for listing XFree 4 drivers. 2002/02/20 gbeauchesne * share/rpmsrate: - Add gcc3.0-c++ and libstdc++3.0-devel - Prefer gcc3.0-java over gcc-java - Remove BasiliskII-sheepnet since it does no longer exist - Add/prefer BasiliskII-jit over BasiliskII 2002/02/20 Pablo Saratxaga * share/po/fr.po: updated FRench file * share/po/es.po: updated Spanish file updated Spanish file updated pot file * share/po/be.po, share/po/sp.po, share/po/zh_CN.po, share/po/pt.po, share/po/DrakX.pot, share/po/bg.po, share/po/ga.po, share/po/sr.po, share/po/de.po, share/po/et.po, share/po/eu.po, share/po/az.po, share/po/ru.po, share/po/pt_BR.po, share/po/hr.po, share/po/ko.po, share/po/cy.po, share/po/nl.po, share/po/ja.po, share/po/wa.po, share/po/sv.po, share/po/is.po, share/po/hu.po, share/po/it.po, share/po/id.po, share/po/pl.po, share/po/fi.po, share/po/no.po, share/po/th.po, share/po/el.po, share/po/sk.po, share/po/lt.po, share/po/ar.po, share/po/sl.po, share/po/vi.po, share/po/br.po, share/po/ca.po, share/po/gl.po, share/po/lv.po, share/po/uk.po, share/po/eo.po, share/po/ro.po, share/po/bs.po, share/po/da.po, share/po/zh_TW.po, share/po/cs.po, share/po/af.po: updated pot file 2002/02/20 Pixel * share/po/fr.po: fix s/SILO/LILO/ * fsedit.pm: have "with /usr" translated * install_steps_interactive.pm (loadSavePackagesOnFloppy): add a "Cancel" button * steps.pm: move installUpdates after configureX (workaround for bad timeouts during installing updates) * install_steps.pm, any.pm, standalone/draksec: factorize and update the reading of previous security level 2002/02/20 siegel * share/po/de.po: update 2002/02/20 Thierry Vignaud * share/po/fr.po: update french translations 2002/02/20 dam's * share/advertising/13-Nvert.pl: changed toll free * my_gtk.pm: added mcc kill if wait message * standalone/logdrake: cosmetic change, mcc compliance 2002/02/20 daouda * share/rpmsrate: - same weight for rfbdrake in NETWORKING_REMOTE_ACCESS NETWORKING_REMOTE_ACCESS_SERVER 2002/02/20 fcrozat * share/rpmsrate: Remove mozilla-psm from list, it is merged in mozilla 2002/02/20 François Pons * pkgs.pm, install_any.pm: fixed INSTALL category in rpmsrate for copying file when changing cd (was an limitation in read_rpmsrate when a package having a category and INSTALL caused INSTALL to be dropped). 2002/02/20 gbeauchesne * share/rpmsrate: - Add gcc3.0-c++ and libstdc++3.0-devel - Prefer gcc3.0-java over gcc-java - Remove BasiliskII-sheepnet since it does no longer exist - Add/prefer BasiliskII-jit over BasiliskII 2002/02/20 Pablo Saratxaga * share/advertising/07-server.pl, share/advertising/01-gnu.pl: Improved English strings * share/po/hu.po, share/po/es.po, share/po/ar.po: updated Hungarian and Spanish files 2002/02/20 Pixel * install_any.pm: remove fsck_option (obsolete) * share/po/fr.po: fix s/SILO/LILO/ * fsedit.pm: have "with /usr" translated * install_steps_interactive.pm (loadSavePackagesOnFloppy): add a "Cancel" button * steps.pm: move installUpdates after configureX (workaround for bad timeouts during installing updates) * install_steps.pm, any.pm, standalone/draksec: factorize and update the reading of previous security level 2002/02/20 siegel * share/po/de.po: snapshot 2002/02/19 dam's * share/advertising/Makefile: new Makefile to install ads 2002/02/19 fcrozat * share/rpmsrate: -Install gnome-vfs-extras when installing nautilus (to get samba browsing) -don't install nautilus-mozilla, it is pulled by nautilus 2002/02/19 Guillaume Cottenceau * any.pm: english fix 2002/02/19 Pixel * share/advertising/Makefile: advertising installation cleanup * diskdrake/smbnfs_gtk.pm: ugly hack to fix die 2002/02/19 siegel * share/po/de.po: updates for beta 3 2002/02/19 Till Kamppeter * printerdrake.pm: Changed button texts of "Do you want to auto-detect?" dialog. 2002/02/19 dam's * share/advertising/Makefile: new Makefile to install ads 2002/02/19 Guillaume Cottenceau * any.pm: report_bug: find syslog in /var/log if it's not in /tmp, add $prefix in front of /var/* when missing since we give "lilo.conf" in drakbug_report, let's also give "menu.lst" 2002/02/19 Pixel * share/advertising/Makefile: advertising installation cleanup 2002/02/19 siegel * share/po/de.po: updates for beta 3 2002/02/19 Till Kamppeter * printerdrake.pm: Changed button texts of "Do you want to auto-detect?" dialog. 2002/02/19 dam's * network/netconnect.pm: setting help * share/advertising/10-MDKexpert.png, share/advertising/07-server.png, share/advertising/05-contcenter.png, share/advertising/03-graphic.png, share/advertising/12-MDKstore_icon.png, share/advertising/06-user_icon.png, share/advertising/04-develop_icon.png, share/advertising/12-MDKstore.png, share/advertising/00-thanks.png, share/advertising/06-user.png, share/advertising/02-internet_icon.png, share/advertising/04-develop.png, share/advertising/05-contcenter_icon.png, share/advertising/10-MDKexpert_icon.png, share/advertising/13-Nvert.png, share/advertising/11-consul.png, share/advertising/03-graphic_icon.png, share/advertising/02-internet.png, share/advertising/07-server_icon.png, share/advertising/01-gnu.png, share/advertising/08-games.png, share/advertising/09-MDKcampus.png, share/advertising/09-MDKcampus_icon.png, share/advertising/08-games_icon.png: re-adding with -kb removing for re-adding with -kb added advertising for translation * share/advertising/essi.p: blah added advertising for translation * my_gtk.pm: new icon handler * Makefile.config: addde share/advertising/*.pl for translation * share/advertising/Makefile: new Makefile to install ads * share/advertising/00-thanks.pl, share/advertising/06-user.pl, share/advertising/08-games.pl, share/advertising/list, share/advertising/09-MDKcampus.pl, share/advertising/01-gnu.pl, share/advertising/11-consul.pl, share/advertising/13-Nvert.pl, share/advertising/02-internet.pl, share/advertising/07-server.pl, share/advertising/10-MDKexpert.pl, share/advertising/04-develop.pl, share/advertising/05-contcenter.pl, share/advertising/12-MDKstore.pl, share/advertising/03-graphic.pl: added advertising for translation 2002/02/19 Guillaume Cottenceau * any.pm: report_bug: find syslog in /var/log if it's not in /tmp, add $prefix in front of /var/* when missing since we give "lilo.conf" in drakbug_report, let's also give "menu.lst" 2002/02/19 Pablo Saratxaga * share/po/vi.po, share/po/hu.po: updated Vietnamese and Hungarian files 2002/02/19 Pixel * share/advertising/Makefile: advertising installation cleanup * install2.pm: anchor the -IP match at the end of the string move loading /tmp/network from stage1 before doing the auto_install stuff to allow the -IP feature on auto_install file name * share/rpmsrate: add grub in 4 SYSTEM 2002/02/19 Till Kamppeter * standalone/printerdrake, printer.pm: Assured that the default page size is "Letter" for US/Canada and "A4" for the rest of the world. The "Description" field of a printer queue is filled in with printer manufacturer and model by default. Removed unused varaiables in /usr/sbin/printerdrake. * printerdrake.pm: Changed button texts of "Do you want to auto-detect?" dialog. Assured that the default page size is "Letter" for US/Canada and "A4" for the rest of the world. The "Description" field of a printer queue is filled in with printer manufacturer and model by default. Removed unused varaiables in /usr/sbin/printerdrake. * install_steps_interactive.pm: Replaced "a4" and "letter" by "A4" and "Letter" so that Foomatic recognizes the paper sizes. Also use "Letter" paper for "en_CA" and "fr_CA" locales. 2002/02/18 Guillaume Cottenceau * mdk-stage1/network.c: when no net device found, print a msg to tell that now most pcmcia network adapters are supported with network.img 2002/02/18 Pablo Saratxaga * help.pm: updated help file * share/po/sp.po, share/po/zh_CN.po, share/po/DrakX.pot, share/po/th.po, share/po/es.po, share/po/fr.po, share/po/sr.po, share/po/de.po, share/po/sk.po, share/po/tr.po, share/po/eu.po, share/po/sl.po, share/po/vi.po, share/po/uk.po, share/po/wa.po, share/po/sv.po, share/po/zh_TW.po, share/po/it.po: updated pot file 2002/02/18 Pixel * lang.pm, standalone/localedrake: - handle --kde_lang with optionally --kde_country - handle --apply * install_steps_gtk.pm: s/hbox/vbox for "Select Install Class" 2002/02/18 dam's * share/logo-mandrake.png: new gfx 2002/02/18 fcrozat * share/rpmsrate: Install Guppi when installing gnumeric 2002/02/18 Guillaume Cottenceau * share/po/fr.po: titi sucks again 2002/02/18 Pablo Saratxaga * share/po/sk.po: updated Slovak ile updated pot file * help.pm: updated help file * share/po/be.po, share/po/sp.po, share/po/zh_CN.po, share/po/pt.po, share/po/DrakX.pot, share/po/es.po, share/po/fr.po, share/po/bg.po, share/po/ga.po, share/po/sr.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/ko.po, share/po/cy.po, share/po/nl.po, share/po/ja.po, share/po/wa.po, share/po/sv.po, share/po/is.po, share/po/hu.po, share/po/it.po, share/po/id.po, share/po/pl.po, share/po/fi.po, share/po/no.po, share/po/th.po, share/po/el.po, share/po/lt.po, share/po/ar.po, share/po/sl.po, share/po/vi.po, share/po/br.po, share/po/ca.po, share/po/gl.po, share/po/lv.po, share/po/uk.po, share/po/eo.po, share/po/ro.po, share/po/bs.po, share/po/da.po, share/po/zh_TW.po, share/po/cs.po, share/po/af.po: updated pot file 2002/02/18 Pixel * detect_devices.pm: - remove media_type cdrom-burner, use {capacity} instead - use /proc/sys/dev/cdrom/info to fill in the {capacity} * diskdrake/smbnfs_gtk.pm: - add Cancel - move "click here" in "Search servers" on the right side - remove Export - fix bug * share/rpmsrate: raise xsane in SCANNER (Yves Duret) raise mkisofs & cdrecord in BURNER * Xconfigurator.pm: workaround not having the right to connect to our new created test server. info about the pb (sorry for the french): quand on lance le serveur - via xdm/kdm/startx, ca utilise xauth, xhost est fermé - via X/xinit, xhost est ouvert sur localhost, xauth n'est pas utilisé *sauf* si X/xinit est lancé à partir d'un X *et* .Xauthority est non vide. dans ce cas, xhost est fermé, et aucun xauth n'est ajouté une conséquence, c'est que XFdrake ne peut pas accéder au X de test si XFdrake est lancé sous X ou "xauth list" est non vide exception: quand on lance le xdm/kdm en root, xhost n'est pas fermé, pas contre il est fermé en root & startx. * any.pm (fileshare_config): rework the custom message and launch userdrake (report_bug): add lilo.conf * standalone/localedrake: - handle --kde_lang with optionally --kde_country - handle --apply change the message & ask wether to logout or not * lang.pm: - handle --kde_lang with optionally --kde_country - handle --apply (lang2kde_lang): add missing valid_kde_langs fuzzy language finding between available langs when it doesn't match (useful for upgrades where fr_FR was fr_FR@euro) * diskdrake/interactive.pm: remove cdrom-burner from media_type set * install_steps_gtk.pm: s/hbox/vbox for "Select Install Class" * fs.pm (mount_options_unpack): add usrquota and grpquota for ext2/ext3/reiserfs/xfs - remove media_type cdrom-burner, use {capacity} instead - use /proc/sys/dev/cdrom/info to fill in the {capacity} * share/compssUsers: add EDITORS in Development/Development add EDITORS in Development/Development 2002/02/18 yduret * bootlook.pm: remove aurora part (commented for the moment) * standalone/scannerdrake: HP OfficeJet support scsi/parport preliminary support * scanner.pm: update scsi parport preliminary support no more show unsupported scanner common output for ScannerDB update from sane *.desc files and from usbtable 2002/02/17 Pixel * diskdrake/interactive.pm: warn_if_renumbered now also done at install 2002/02/17 Pixel * share/rpmsrate: have icewm-light in any case (to be used as a failsafe window manager) add hotplug, usbutils and usbview with the new flag USB * install_any.pm: hotplug now handled via rpmsrate and the USB flag add some log to know why umounting /tmp/image fail * diskdrake/interactive.pm: warn_if_renumbered now also done at install force scalar context for warp_text * share/po/id.xsl, share/po/help_xml2pm.pl: use xsltproc as a filter to remove entities * share/po/Makefile (clean): remove .memdump * any.pm (autologin): do not allow empty user name since no autologin can already be achieved by choosing "No" * install2.pm: do not use run_program::xxx, use directly "system" so that stdout is kept unchanged during "postInstall" execution * network/smb.pm: fix typo (s/nfs/smbfs/) 2002/02/17 siegel * help.pm: new version for 8.2 * share/po/de.po: new german version * share/po/help_xml2pm.pl: added check for missing xsltproc fix perl warnings after adding -w * share/po/.cvsignore: added .memdump * share/po/Makefile: allow me to work with a symlink to doc in this directory 2002/02/16 Pixel * lvm.pm: - LVs "device" field were containing "/dev/vg/number" whereas it must be "vg/name" - added lv_resize * diskdrake/interactive.pm: add Resize'ing mounted XFS on LVM * crypto.pm (mirrors): add a timeout via "alarm" (needs testing) 2002/02/16 Pixel * Xconfig.pm: - prefer XKB available from existing XF86Config over /etc/sysconfig/keyboard KEYTABLE - fix translating from /etc/sysconfig/keyboard KEYTABLE to XKB * diskdrake/interactive.pm: add Resize'ing mounted XFS on LVM * interactive_newt.pm: do not trash error messages if testing * lang.pm (country2lang): created (write): ensure it doesn't fail when kdeglobals is not writable (eg: the directory doesn't exist) (list): return the languages in a "specific" order (favours non utf8 over utf8) * crypto.pm (mirrors): add a timeout via "alarm" (needs testing) * install_steps_interactive.pm (setupSCSI): when "clicked", ask "Do you have any SCSI interfaces" instead of assuming there is a SCSI interface and asking the driver name * lvm.pm: - LVs "device" field were containing "/dev/vg/number" whereas it must be "vg/name" - added lv_resize - call pvcreate with "-y -ff" - created LVs are notFormatted * interactive.pm: - fix non X + testing + su - since "interactive" takes care of "format" for type "combo", remove "format" (so that interactive_newt which switch to type "list" don't apply "format" once again) * standalone/localedrake: handle --kde_country= 2002/02/16 Pixel * lang.pm (country2lang): created (write): ensure it doesn't fail when kdeglobals is not writable (eg: the directory doesn't exist) (list): return the languages in a "specific" order (favours non utf8 over utf8) fix call to update_gnomekderc * standalone/localedrake: handle --kde_country= 2002/02/16 Pablo Saratxaga * share/po/da.po: updated Danish file * share/po/sk.po, share/po/cs.po, share/po/es.po: updated Czech, Spanish and Slovak files 2002/02/16 Pixel * lang.pm: fix call to update_gnomekderc remove unused & unneeded special %lang2kde_lang - add lang::check - fix utf-ko -> utf_ko - fix utf-14 -> utf_14 - modify share/config/kdeglobals - add charset2kde_charset, lang2country, lang2kde_lang 2002/02/15 dam's * standalone/drakfont: embedded mode correction * my_gtk.pm: highlight in gtk icon widget * share/themes/mdk-check_on.png, share/themes/mdk-toggle_off.png, share/themes/mdk-toggle_on.png, share/themes/mdk-check_off.png: new gfx * share/step-red.xpm, share/step-orange.xpm, share/step-orange-click.xpm, share/step-green-click.xpm, share/step-green.xpm, share/step-red-on.xpm, share/step-orange-on.xpm, share/step-green-on.xpm, share/step-red-click.xpm: new gfx new gfx 2002/02/15 Pablo Saratxaga * share/po/vi.po, share/po/fi.po, share/po/DrakX.pot, share/po/fr.po, share/po/wa.po, share/po/da.po, share/po/cs.po, share/po/hu.po, share/po/eu.po: updated Basque file; fixed a msgid change * share/po/sv.po: updated Swedish file updated Basque file; fixed a msgid change 2002/02/15 Pixel * run_program.pm: remove assigning STDIN to /dev/null since: - programs should not use STDIN - the "postInstall" script for auto_install's is more happy still having the STDIN. * diskdrake/smbnfs_gtk.pm, pixmaps/smbnfs_has_mntpoint.png, pixmaps/smbnfs_default.png, pixmaps/smbnfs_mounted.png, pixmaps/smbnfs_server.png: add icons showing if a mount-point is associated or if the share is mounted * pkgs.pm: fix typo * diskdrake/interactive.pm: use the new warp_text * install_steps.pm: use lang::charset2kde_charset * standalone/localedrake: lang::write doesn't need the filename anymore * any.pm: use 'combo' instead of 'type' for bootloader choice and security choice (requested by fredb&dadou) * interactive_gtk.pm: force scalar for Gtk::Label->new with warp_text * interactive.pm: favour "combo" over "list" in any case * Makefile (check): add lang::check checking 2002/02/15 Thierry Vignaud * share/po/fr.po: update translation 2002/02/14 Pixel * standalone/lsnetdrake: adapt to the neater network::smb and network::nfs * network/smb.pm, network/smbnfs.pm, network/nfs.pm: cleaner & OOed code, with more code sharing * interactive_gtk.pm, diskdrake/interactive.pm: use the new warp_text feature * my_gtk.pm (ctree_set_icon): new function * diskdrake/smbnfs_gtk.pm: some cleanup, icons showing wether a mount-point is associated are coming * standalone/diskdrake: fix expert and testing options handling 2002/02/14 dam's * standalone/drakfont: embedded mode drakfont embedde mode * share/step-red-on.xpm, share/step-red.xpm, share/step-orange.xpm, share/step-orange-on.xpm, share/step-orange-click.xpm, share/step-green-click.xpm, share/step-red-click.xpm, share/step-green-on.xpm: new gfx 2002/02/14 erwan * tools/i386/netboot/ni5010/pxegrub, tools/i386/netboot/epic100/stage1, tools/i386/netboot/epic100/stage2, tools/i386/netboot/3c90x/pxegrub, tools/i386/netboot/rtl8139/pxegrub, tools/i386/netboot/ni5210/nbgrub, tools/i386/netboot/otulip/stage1, tools/i386/netboot/otulip/stage2, tools/i386/netboot/exos205/nbgrub, tools/i386/netboot/eepro/stage1, tools/i386/netboot/eepro/stage2, tools/i386/netboot/3c529/nbgrub, tools/i386/netboot/smc9000/pxegrub, tools/i386/netboot/ne2100/stage1, tools/i386/netboot/ne2100/stage2, tools/i386/netboot/exos205/pxegrub, tools/i386/netboot/sis900/nbgrub, tools/i386/netboot/ne/stage1, tools/i386/netboot/ne/stage2, tools/i386/netboot/tulip/nbgrub, tools/i386/netboot/sk_g16/nbgrub, tools/i386/netboot/eepro100/pxegrub, tools/i386/netboot/tiara/nbgrub, tools/i386/netboot/rtl8139/stage1, tools/i386/netboot/rtl8139/stage2, tools/i386/netboot/tiara/pxegrub, tools/i386/netboot/lance/nbgrub, tools/i386/netboot/depca/nbgrub, tools/i386/netboot/ni6510/stage1, tools/i386/netboot/3c90x/nbgrub, tools/i386/netboot/ni6510/stage2, tools/i386/netboot/smc9000/stage1, tools/i386/netboot/smc9000/stage2, tools/i386/netboot/3c509/pxegrub, tools/i386/netboot/3c509/stage1, tools/i386/netboot/3c509/stage2, tools/i386/netboot/sis900/pxegrub, tools/i386/netboot/ne2100/pxegrub, tools/i386/netboot/3c595/nbgrub, tools/i386/netboot/eepro/pxegrub, tools/i386/netboot/wd/nbgrub, tools/i386/netboot/ns8390/nbgrub, tools/i386/netboot/ni5210/stage1, tools/i386/netboot/ni5010/nbgrub, tools/i386/netboot/ni5210/stage2, tools/i386/netboot/exos205/stage1, tools/i386/netboot/exos205/stage2, tools/i386/netboot/eepro100/nbgrub, tools/i386/netboot/3c529/stage1, tools/i386/netboot/3c529/stage2, tools/i386/netboot/sis900/stage1, tools/i386/netboot/tulip/stage1, tools/i386/netboot/sis900/stage2, tools/i386/netboot/tulip/stage2, tools/i386/netboot/sk_g16/stage1, tools/i386/netboot/w89c840/nbgrub, tools/i386/netboot/sk_g16/stage2, tools/i386/netboot/tiara/stage1, tools/i386/netboot/tiara/stage2, tools/i386/netboot/depca/stage1, tools/i386/netboot/lance/stage1, tools/i386/netboot/3c90x/stage1, tools/i386/netboot/depca/stage2, tools/i386/netboot/lance/stage2, tools/i386/netboot/3c90x/stage2, tools/i386/netboot/otulip/pxegrub, tools/i386/netboot/tulip/pxegrub, tools/i386/netboot/epic100/nbgrub, tools/i386/netboot/3c595/stage1, tools/i386/netboot/ni5210/pxegrub, tools/i386/netboot/3c595/stage2, tools/i386/netboot/w89c840/pxegrub, tools/i386/netboot/wd/stage1, tools/i386/netboot/wd/pxegrub, tools/i386/netboot/wd/stage2, tools/i386/netboot/otulip/nbgrub, tools/i386/netboot/ns8390/stage1, tools/i386/netboot/eepro/nbgrub, tools/i386/netboot/ni5010/stage1, tools/i386/netboot/ns8390/stage2, tools/i386/netboot/ni5010/stage2, tools/i386/netboot/ne2100/nbgrub, tools/i386/netboot/ni6510/pxegrub, tools/i386/netboot/eepro100/stage1, tools/i386/netboot/eepro100/stage2, tools/i386/netboot/ne/nbgrub, tools/i386/netboot/depca/pxegrub, tools/i386/netboot/ne/pxegrub, tools/i386/netboot/w89c840/stage1, tools/i386/netboot/rtl8139/nbgrub, tools/i386/netboot/w89c840/stage2, tools/i386/netboot/sk_g16/pxegrub, tools/i386/netboot/lance/pxegrub, tools/i386/netboot/ni6510/nbgrub, tools/i386/netboot/smc9000/nbgrub, tools/i386/netboot/3c529/pxegrub, tools/i386/netboot/3c595/pxegrub, tools/i386/netboot/ns8390/pxegrub, tools/i386/netboot/epic100/pxegrub, tools/i386/netboot/3c509/nbgrub: New version of grub (0.91) with allstage and pxegrub * tools/i386/netboot/3c507/pxegrub, tools/i386/netboot/3c507/stage1, tools/i386/netboot/3c507/stage2, tools/i386/netboot/3c503/nbgrub, tools/i386/netboot/3c503/pxegrub, tools/i386/netboot/3c507/nbgrub, tools/i386/netboot/3c503/stage1, tools/i386/netboot/3c503/stage2: Fixning some file missing in netboot 2002/02/14 François Pons * pkgs.pm: fixed obsoletes management according to urpmi code. 2002/02/14 Pablo Saratxaga * share/po/ga.po, share/po/cy.po, share/po/is.po, share/po/ar.po, share/po/sl.po, share/po/ro.po: Instead of temporary removingfiles from CVS put a rule in Makefile to don't use them (thanks Thierry) updated some po files; removed the ones too lowly translated for the 8.2 * share/po/pt_BR.po: updted Brazilian file updated some po files; removed the ones too lowly translated for the 8.2 * share/po/be.po, share/po/sp.po, share/po/zh_CN.po, share/po/pt.po, share/po/es.po, share/po/fr.po, share/po/bg.po, share/po/sr.po, share/po/de.po, share/po/et.po, share/po/tr.po, share/po/az.po, share/po/ru.po, share/po/hr.po, share/po/ko.po, share/po/nl.po, share/po/ja.po, share/po/sv.po, share/po/hu.po, share/po/it.po, share/po/id.po, share/po/pl.po, share/po/fi.po, share/po/no.po, share/po/th.po, share/po/el.po, share/po/sk.po, share/po/lt.po, share/po/br.po, share/po/ca.po, share/po/gl.po, share/po/lv.po, share/po/uk.po, share/po/eo.po, share/po/bs.po, share/po/zh_TW.po, share/po/cs.po, share/po/af.po: updated some po files; removed the ones too lowly translated for the 8.2 * share/po/vi.po: updated Vietnamese file updated some po files; removed the ones too lowly translated for the 8.2 * share/po/Makefile: Instead of temporary removingfiles from CVS put a rule in Makefile to don't use them (thanks Thierry) 2002/02/14 Pixel * standalone/lsnetdrake: adapt to the neater network::smb and network::nfs * network/smbnfs.pm, network/smb.pm, network/nfs.pm: cleaner & OOed code, with more code sharing * interactive.pm: if testing, don't use kdesu * install_steps.pm: gzip report.bug * interactive_gtk.pm, diskdrake/interactive.pm: use the new warp_text feature * standalone/diskdrake: fix expert and testing options handling * my_gtk.pm (ctree_set_icon): new function * c/stuff.xs.pm: undef'ing some macros used by 2 independent sources et still needed :-( #include iconv.h is needed even when C_RPM is undefined * diskdrake/smbnfs_gtk.pm: some cleanup, icons showing wether a mount-point is associated are coming 2002/02/14 Thierry Vignaud * share/po/br.po: update convert to utf-8 * standalone/drakxtv: uses xawtv internal strings instead of frequencies tables ids as values in %freqtables in order to enhance drakxtv robustness when translators'll arrive. thus we'll pass right strings to scantv instead of translated ones explain how we manage the "all frequencies" case display sorted tv norms 2002/02/13 erwan * tools/i386/netboot/device.map, tools/i386/netboot/makeImages: Adding missing file on netboot * tools/i386/netboot/make_boot_network, tools/i386/netboot/grub: updating grub in netboot 2002/02/13 François Pons * install_any.pm: avoid generating headers for copying file in postinstall-rpm directory. make sure not to crash if a package that should have been in CD1 is somewhere else. fixed stupid typo. removed all @needToCopy... variables and now use INSTALL category in rpmsrate. * share/rpmsrate: updated INSTALL category with the merge of DrakX obsoleted list (it will use INSTALL now :-) * pkgs.pm: added extension to setSelectedFromCompssList. * share/rpmsrate.server: synced INSTALL category with standard rpmsrate. 2002/02/13 Pablo Saratxaga * share/po/hu.po: updated Danish and Hungarian files * share/po/da.po: updated Danish file updated Danish and Hungarian files 2002/02/13 Pixel * network/nfs.pm: $server->{ip} is no more mandatory * network/smb.pm: don't show shares ending with "$" $server->{ip} is no more mandatory * any.pm (setupBootloader): switch from "list" to "combo" * fs.pm (fstab_to_string): unsetting mount points in standalone will now work - handle WORM type in /proc/scsi/scsi - added media_type cdrom-burner - adapting to new media_type - nicer fd&hd testing * diskdrake/smbnfs_gtk.pm: have the fstab entries shown by default * detect_devices.pm, diskdrake/interactive.pm: - handle WORM type in /proc/scsi/scsi - added media_type cdrom-burner - adapting to new media_type - nicer fd&hd testing 2002/02/13 Till Kamppeter * printerdrake.pm: When one visited the help page of a remote CUPS printer afterwards the full printer modification menu was shown, not only the one for remote CUPS printers. This is fixed now. 2002/02/12 Pablo Saratxaga * share/po/wa.po, share/po/DrakX.pot: updated Czech and Walloon files * share/po/cs.po: updated Czech file updated Czech and Walloon files 2002/02/12 Pixel * devices.pm: i prefer /(.*?)(\d+)$/ to /(.*\D)(\d+)$/ 2002/02/12 Till Kamppeter * detect_devices.pm: In the USB auto-detection checked whether and where the device node was created. 2002/02/12 dam's * share/step-red.xpm, share/step-orange.xpm, share/step-orange-click.xpm, share/themes/mdk-check_on.png, share/step-green-click.xpm, share/step-green.xpm, share/step-red-click.xpm, share/themes/mdk-check_off.png: new gfx * standalone/drakbackup, network/network.pm: bug correction 2002/02/12 Pablo Saratxaga * share/po/hu.po: updated Hungarian file updated pot file * share/po/be.po, share/po/sp.po, share/po/zh_CN.po, share/po/pt.po, share/po/DrakX.pot, share/po/es.po, share/po/bg.po, share/po/ga.po, share/po/sr.po, share/po/de.po, share/po/et.po, share/po/eu.po, share/po/az.po, share/po/ru.po, share/po/pt_BR.po, share/po/hr.po, share/po/ko.po, share/po/cy.po, share/po/nl.po, share/po/ja.po, share/po/wa.po, share/po/sv.po, share/po/is.po, share/po/it.po, share/po/id.po, share/po/pl.po, share/po/fi.po, share/po/no.po, share/po/th.po, share/po/el.po, share/po/sk.po, share/po/lt.po, share/po/ar.po, share/po/sl.po, share/po/vi.po, share/po/ca.po, share/po/gl.po, share/po/lv.po, share/po/uk.po, share/po/eo.po, share/po/ro.po, share/po/bs.po, share/po/da.po, share/po/zh_TW.po, share/po/cs.po, share/po/af.po: updated pot file 2002/02/12 Pixel * devices.pm: i prefer /(.*?)(\d+)$/ to /(.*\D)(\d+)$/ * docs/README.pxe: cleanup the .cfg * share/rpmsrate: - move bootsplash from SYSTEM to X - lower Aurora 2002/02/12 Till Kamppeter * printerdrake.pm: Fixed: - Endless loop when entering printerdrake during installation in recommended mode without local printer - Printerdrake was not closed when one was in the "Add Printer" sequence during installation and one clicked another installation item (entries on left hand side) - When configuring printing only after installation Printerdrake tried to check the installed queues without Foomatic being installed (bug was already in 8.1, but noone discovered it). - CUPS died when one tried to add a (local) printer in recommended mode after installation. - Improved text for the dialog telling that no local printer was detected. - The list of auto-detected printers appeared as drop-down menu and not as a list. * detect_devices.pm: In the USB auto-detection checked whether and where the device node was created. Fixes on device auto-detection: - Made USB printer auto-detection routine in "detect_devices.pm" creating the appropriate device nodes (needed for USB printers being recognized during installation). - Fixed "devices.pm" to be able to handle device files with numbers geater than 9 (ex: /dev/usb/lp10). * standalone/printerdrake: - Assure that Foomatic is installed before checking existing printer queues. * devices.pm: Fixes on device auto-detection: - Made USB printer auto-detection routine in "detect_devices.pm" creating the appropriate device nodes (needed for USB printers being recognized during installation). - Fixed "devices.pm" to be able to handle device files with numbers geater than 9 (ex: /dev/usb/lp10). * printer.pm: Added forgotten '$prefix'es. Fixed: - Endless loop when entering printerdrake during installation in recommended mode without local printer - Printerdrake was not closed when one was in the "Add Printer" sequence during installation and one clicked another installation item (entries on left hand side) - When configuring printing only after installation Printerdrake tried to check the installed queues without Foomatic being installed (bug was already in 8.1, but noone discovered it). - CUPS died when one tried to add a (local) printer in recommended mode after installation. - Improved text for the dialog telling that no local printer was detected. - The list of auto-detected printers appeared as drop-down menu and not as a list. 2002/02/11 dam's * share/list: added modinfo * network/netconnect.pm: added cancel for first step 2002/02/11 François Pons * any.pm: fixed syntax error... * Xconfigurator.pm: avoid testing fbdev driver. * install_steps.pm: added Aurora or bootsplash for getting a need on frame buffer. added fbdev for GeForce Integrated. 2002/02/11 Pablo Saratxaga * share/po/da.po, share/po/vi.po, share/po/hu.po: updated Danish, Hungarian and Vietnamese files 2002/02/11 Pixel * install_steps.pm: booh, fpons was faster than me on "bootsplash wanting fb". Keeping my solution ;p * c/stuff.xs.pm: "standard_charset" and "iconv" are needed even when C_RPM is undefined * any.pm: allow to edit the initrd field (thx to randy.k.wilson) * install_any.pm (@needToCopy): add "ntp" 2002/02/11 warly * share/rpmsrate: remove dev from INSTALL, the sun is rising, and there are no more needs to have ppp in the INSTALL section, as the darkness is going away... 2002/02/10 Pixel * any.pm: in case there is both ata66 (hde) and ata33 hard drives, go to expert questions directly (it would need a semi_auto asking on which drive the bios boots...) 2002/02/10 Pablo Saratxaga * share/po/nl.po: updated Dutch file 2002/02/09 daouda * share/rpmsrate: - add rfbdrake to NETWORKING_REMOTE_ACCESS and NETWORKING_REMOTE_ACCESS_SERVER 2002/02/09 Pablo Saratxaga * help.pm: updated help.pm file * share/po/fi.po, share/po/DrakX.pot, share/po/help_xml2pm.pl, share/po/es.po, share/po/fr.po, share/po/sv.po, share/po/da.po, share/po/de.po, share/po/hu.po, share/po/it.po, share/po/eu.po: merged with the manual help 2002/02/09 warly * share/rpmsrate: add ppp in INSTALL add dev in INSTALL 2002/02/08 dam's * pixmaps/wiz_drakgw.png, pixmaps/wiz_default_up.png, pixmaps/wiz_firewall.png, pixmaps/wiz_draknet.png: new gfx * network/network.pm: corrected wireless modules 2002/02/08 Pablo Saratxaga * lang.pm, share/locales-skeleton.tar.bz2: Added choice of charset for various languages 2002/02/08 Pixel * docs/SHORTCUTS: add F1 & F2 2002/02/08 Till Kamppeter * printerdrake.pm: Added instructions for scanning on HP's MF devices to the printer help page. HP PhotoSmart printers do not scan, so do not show how to scan with them. Do not let dialogs of network configuration correction appear embedded in the "Add printer" wizard. Completed wizard mode for adding a printer in both recommended and expert mode. * printer.pm: Enabled transferring queues of HP multi-function devices between spoolers. CUPS 1.1.13 dies on SIGHUP, do normal restart instead. Completed wizard mode for adding a printer in both recommended and expert mode. 2002/02/08 warly * share/rpmsrate: add bootsplash in system 4 2002/02/07 Pablo Saratxaga * share/po/be.po, share/po/sp.po, share/po/zh_CN.po, share/po/pt.po, share/po/DrakX.pot, share/po/es.po, share/po/fr.po, share/po/bg.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/ko.po, share/po/cy.po, share/po/nl.po, share/po/ja.po, share/po/wa.po, share/po/sv.po, share/po/is.po, share/po/hu.po, share/po/it.po, share/po/id.po, share/po/pl.po, share/po/fi.po, share/po/no.po, share/po/th.po, share/po/el.po, share/po/sk.po, share/po/lt.po, share/po/ar.po, share/po/sl.po, share/po/vi.po, share/po/br.po, share/po/ca.po, share/po/gl.po, share/po/lv.po, share/po/uk.po, share/po/eo.po, share/po/ro.po, share/po/bs.po, share/po/da.po, share/po/zh_TW.po, share/po/cs.po, share/po/af.po: updated pot file 2002/02/07 Pixel * interactive_gtk.pm: fix error causing a bad window sizing when there is a horiz scroll 2002/02/07 dam's * my_gtk.pm: fixed shadow when testing X 2002/02/07 Pablo Saratxaga * share/po/help_xml2pm.pl: fixed email address 2002/02/07 Pixel * diskdrake/smbnfs_gtk.pm: - don't pop the "do you want to install samba?" - rwindow is not a window when embedded, so set_default_size only if possible * my_gtk.pm: make perl_checker happy ensure no more than one child is in the Plug * interactive.pm: fix (causing XFdrake to use a combo instead of a list) * interactive_gtk.pm: fix error causing a bad window sizing when there is a horiz scroll (exit): ensure USR1 is sent to mcc * Xconfigurator.pm: allow to edit the hsyncrange and vsyncrange when choosing monitor "Custom" * install2.pm, install_steps.pm: create and use miscellaneousAfter (so that SECURE_LEVEL is set *after* asking) * diskdrake/interactive.pm (Options): wrap the help text * standalone/diskdrake: handle --embedded xxx xxx 2002/02/07 Thierry Vignaud * standalone/drakxtv, Makefile.config: add drakxtv (scantv gui) * standalone/localedrake: fix pixel stuff: don't restart wm on cancel 2002/02/07 dam's * share/logo-mandrake.png: beta 2 * printerdrake.pm: corrected wizard pb * my_gtk.pm: wizard fixes 2002/02/07 Pixel * fs.pm (mount): precise the type when mounting in standalone (for smb, nfs would not need it) * diskdrake/smbnfs_gtk.pm: - don't pop the "do you want to install samba?" - rwindow is not a window when embedded, so set_default_size only if possible * interactive.pm: fix (causing XFdrake to use a combo instead of a list) * my_gtk.pm: ensure no more than one child is in the Plug * standalone/diskdrake: handle --embedded xxx xxx * interactive_gtk.pm (exit): ensure USR1 is sent to mcc 2002/02/06 dam's * my_gtk.pm: removed ugly pink and ugly left bar for wizard mode 2002/02/06 François Pons * rescue/tree/etc/oem, tools/oem-prepare: better handling of group linked to hardware or options. 2002/02/06 Guillaume Cottenceau * share/rpmsrate: have frozen-bubble in GAMES at level 4 2002/02/06 Pablo Saratxaga * share/po/fr.po, share/po/fi.po, share/po/DrakX.pot: updated French file 2002/02/06 Till Kamppeter * printer.pm: Automatic configuration of the scanning part of HP's multi-function devices. * printerdrake.pm: Added some stuff for the Wizard mode. Automatic configuration of the scanning part of HP's multi-function devices. Updated automatic package installation in printerdrake, no "kups" and "qtcups" any more, but "gpr", "a2ps", and "hpoj", updated also "rpmsrate" and "rpmsrate.server" appropriately. * share/rpmsrate.server, share/rpmsrate: Added scanning packages to INSTALL section, for HP MF device installation by printerdrake. Updated automatic package installation in printerdrake, no "kups" and "qtcups" any more, but "gpr", "a2ps", and "hpoj", updated also "rpmsrate" and "rpmsrate.server" appropriately. 2002/02/05 Till Kamppeter * printer.pm, printerdrake.pm: Added automatic configuration of HPOJ for HP's multi-function devices. 2002/02/05 dam's * standalone/logdrake: wizard updated correction for mcc. 2002/02/05 François Pons * share/rpmsrate.server: synced with normal rpmsrate for Basque management. * install2.pm: auto_allocate for oem mode is not needed as oem script create all necessary partition. * install_any.pm: add support for Basque (no KDE). * mdk-stage1/init-data/msgboot-graphicallogo.img.bz2: newer syslinux 1.67. * share/rpmsrate: add support for Basque (no netscape in such case) * rescue/tree/etc/oem: select preferred kernel as kernel-\d. * install_steps.pm: fixed logic, when someone want /root/drakx, it has to check /root/drakx and not /root only. 2002/02/05 Guillaume Cottenceau * rescue/tree/sbin/modprobe: don't do insmod -f, it's not really necessary and it taints the kernel (pabo) * rescue/tree/etc/profile: use LD_LIBRARY_PATH in rescue so that PATH'ing in /mnt can really be used 2002/02/05 Pablo Saratxaga * share/po/be.po, share/po/sp.po, share/po/zh_CN.po, share/po/pt.po, share/po/es.po, share/po/bg.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/ko.po, share/po/cy.po, share/po/nl.po, share/po/ja.po, share/po/wa.po, share/po/sv.po, share/po/is.po, share/po/hu.po, share/po/it.po, share/po/id.po, share/po/pl.po, share/po/no.po, share/po/th.po, share/po/el.po, share/po/sk.po, share/po/lt.po, share/po/ar.po, share/po/sl.po, share/po/vi.po, share/po/br.po, share/po/ca.po, share/po/gl.po, share/po/lv.po, share/po/uk.po, share/po/eo.po, share/po/ro.po, share/po/bs.po, share/po/da.po, share/po/zh_TW.po, share/po/cs.po, share/po/af.po: updated pot file 2002/02/05 Pixel * bootloader.pm: fix "help lilo when there is hdd with no hdc drive" * Xconfigurator.pm: testFinalConfig now always returns true if test is skipped because of a bad_card (back to the old behaviour, this was no good (the aim is to enable changing the monitor when test is skipped)) * share/po/fr.po: fix "Details" translated in "Détails de la partition" but is used at different place where the meaning has nothing to do with "partitions" 2002/02/05 Till Kamppeter * printer.pm, printerdrake.pm: Added automatic configuration of HPOJ for HP's multi-function devices. 2002/02/05 warly * share/compssUsers.server: remove non server group from rpmsrate.server add utilities group in compssUser.server (webmin,ssh-server,wizards,monitoring) * share/rpmsrate.server: begin rpmsrate.server cleaning 2002/02/05 Pixel * bootloader.pm: fix "help lilo when there is hdd with no hdc drive" * Xconfigurator.pm: testFinalConfig now always returns true if test is skipped because of a bad_card (back to the old behaviour, this was no good (the aim is to enable changing the monitor when test is skipped)) 2002/02/05 Pixel * install_steps.pm: log the "chkconfig --del gpm" when there is a serial mouse 2002/02/04 dam's * standalone/logdrake: corrected typo. Yvounet, check your code!! embedded, explain * my_gtk.pm: bug correction * standalone/drakfont, services.pm, network/netconnect.pm: applied cooker guy english review 2002/02/04 François Pons * Xconfigurator.pm: added v4l module all the time (along with dbe already present). 2002/02/04 Guillaume Cottenceau * install_steps.pm: have numlock activated when isLaptop rather than $o->{pcmcia} 2002/02/04 Pablo Saratxaga * share/po/sp.po, share/po/zh_CN.po, share/po/no.po, share/po/fi.po, share/po/DrakX.pot, share/po/th.po, share/po/es.po, share/po/fr.po, share/po/sr.po, share/po/el.po, share/po/et.po, share/po/sk.po, share/po/tr.po, share/po/eu.po, share/po/sl.po, share/po/vi.po, share/po/uk.po, share/po/eo.po, share/po/nl.po, share/po/wa.po, share/po/sv.po, share/po/zh_TW.po: updated some po files 2002/02/04 Pixel * install_steps.pm: fix creating /etc/security/msec/server * share/po/fr.po: fix "More" translation 2002/02/04 Till Kamppeter * printer.pm, printerdrake.pm: Made HP multi-function devices configured with HPOJ being displayed correctly by printerdrake. * detect_devices.pm: Replace "Hewlett-Packard" by "HP" when HP device is detected on a parallel port. 2002/02/04 Thierry Vignaud * share/po/fr.po: update french translations 2002/02/03 Pixel * any.pm: force a few more "list"s instead of "combo" boxes since "format" is now handled for combo boxes, combo boxes are used in much too many places. Fix this by forcing type "list" for some cases, and using type "list" when a ask_from has only one entry * interactive.pm: since "format" is now handled for combo boxes, combo boxes are used in much too many places. Fix this by forcing type "list" for some cases, and using type "list" when a ask_from has only one entry * bootloader.pm: - fix some vga text modes 80x30 - chmod 600 lilo.conf when a password is given - fix general "append" (thanks to David Eastcott) "password" works without "restricted", not the other way round (reported by David Eastcott) fix typo 2002/02/03 warly * share/rpmsrate.server: synchronize with current cooker rpmsrate 2002/02/03 Pixel * any.pm: force a few more "list"s instead of "combo" boxes since "format" is now handled for combo boxes, combo boxes are used in much too many places. Fix this by forcing type "list" for some cases, and using type "list" when a ask_from has only one entry * interactive.pm: since "format" is now handled for combo boxes, combo boxes are used in much too many places. Fix this by forcing type "list" for some cases, and using type "list" when a ask_from has only one entry * bootloader.pm: fix typo help lilo when there is hdd with no hdc drive (needs testing!) 2002/02/03 warly * share/rpmsrate.server, share/compssUsers.server: add rpmsrate.server and compssUsers.server 2002/02/03 Pixel * bootloader.pm: help lilo when there is hdd with no hdc drive (needs testing!) 2002/02/03 warly * share/rpmsrate.server, share/compssUsers.server: add rpmsrate.server and compssUsers.server 2002/02/02 Pixel * Xconfigurator.pm: XFree is now 4.2 * standalone/fileshareset: fix dropping samba sections which don't have any "path=" 2002/02/01 Pablo Saratxaga * share/po/sv.po, share/po/DrakX.pot: updated Swedish file * share/po/fr.po: merged again French file to recover some lost strings; and added non breakable spaces at all the needed places as required by French typography 2002/02/01 Pixel * my_gtk.pm: please perl_checker * install_interactive.pm: use from_Mb for choosing the size of the windows partition * install_steps.pm: create symlink /etc/security/msec/server in security > 3 2002/02/01 Till Kamppeter * printerdrake.pm: First steps of the implementation for the "Add printer" wizard. * detect_devices.pm: Made auto-detection working for HP DeskJet 840C on USB General improvements for reliability of USB printer auto-detection 2002/02/01 yduret * pixmaps/wiz_scannerdrake.png: readding it with -kb option (i am still jeune and boulet) rm for readding with -kb option (i am jeune and boulet) * standalone/logdrake: ergo fix thx dadou report fix --explain=foo bug that prevent to show anything * bootlook.pm: ergo fix thx dadou report... 2002/02/01 Pablo Saratxaga * services.pm, standalone/drakbackup, printerdrake.pm, standalone/logdrake: changed some strings to make translation easier * share/po/be.po, share/po/sp.po, share/po/zh_CN.po, share/po/pt.po, share/po/DrakX.pot, share/po/es.po, share/po/fr.po, share/po/bg.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/ko.po, share/po/cy.po, share/po/nl.po, share/po/ja.po, share/po/wa.po, share/po/sv.po, share/po/is.po, share/po/hu.po, share/po/it.po, share/po/id.po, share/po/pl.po, share/po/no.po, share/po/fi.po, share/po/th.po, share/po/el.po, share/po/sk.po, share/po/lt.po, share/po/ar.po, share/po/sl.po, share/po/vi.po, share/po/br.po, share/po/ca.po, share/po/gl.po, share/po/lv.po, share/po/uk.po, share/po/eo.po, share/po/ro.po, share/po/bs.po, share/po/da.po, share/po/zh_TW.po, share/po/cs.po, share/po/af.po: updated pot file 2002/02/01 Pixel * my_gtk.pm: please perl_checker * install_interactive.pm: use from_Mb for choosing the size of the windows partition * Xconfigurator.pm: testFinalConfig now returns false if test is skipped because of a bad_card or verybad_card and $skip_badcard is not set 2002/01/31 Pablo Saratxaga * lang.pm, share/keyboards.tar.bz2, keyboard.pm: Added Tamil language and keyboard choices (KDE is translated to Tamil) 2002/01/31 yduret * pixmaps/wiz_scannerdrake.png: on rajoute la zolie image 2002/01/30 Pablo Saratxaga * Xconfigurator.pm: Added setting of model=jp106 for Japanese keyboard * keyboard.pm, share/keyboards.tar.bz2: Added Bulgarian "phonetic" keyboard * lang.pm: Enabled "ms" language in the language selection list (there are Gnome and KDE translations for it) * share/po/be.po, share/po/zh_CN.po, share/po/no.po, share/po/fi.po, share/po/es.po, share/po/bg.po, share/po/de.po, share/po/et.po, share/po/el.po, share/po/ru.po, share/po/br.po, share/po/uk.po, share/po/eo.po, share/po/bs.po, share/po/nl.po, share/po/ro.po, share/po/da.po, share/po/zh_TW.po, share/po/cs.po, share/po/hu.po: updated some po files 2002/01/30 Pixel * share/rpmsrate: add gnome-core in GNOME (used to be required?) * Xconfigurator_consts.pm, Xconfigurator.pm: move "what is the running_window_manager" and "ask_window_manager_to_logout" to any.pm * any.pm (ask_window_manager_to_logout, running_window_manager): created from Xconfigurator and cleaned (selectLanguage): if $langs is empty, don't ask for "other languages" * pixmaps/wiz_printerdrake.png: re-adding with -kb removing for re-adding with -kb * standalone/localedrake: now works in normal user: it modifies the ~/.i18n (todo: handle kde crazy variables?) * lang.pm: handle read'ing and write'ing to a specified file (useful example: ~/.i18n) 2002/01/30 sdupont * standalone/drakbackup: complex merging.... change /var/drakbackup to /var/lib/drakbackup crontab update mail report update sendmail update require rpm mode code optimisation remove about gi new help function 2002/01/29 Till Kamppeter * pixmaps/wiz_printerdrake.png: Added logo for the "Add Printer" wizard of printerdrake. * printer.pm, printerdrake.pm: Prepared printerdrake for the "Add printer" wizard. Improvements for the selection of a local printer, especially when no or one printer was detected. 2002/01/29 dam's * my_gtk.pm: icons placements are better 2002/01/29 Guillaume Cottenceau * standalone/drakbug_report, standalone/drakautoinst, install2.pm, install_any.pm, install_steps.pm, log.pm, docs/README, pkgs.pm: move /root/* files (ddebug.log, install.log, report.bug, auto_inst.cfg.pl, replay_install.img) to /root/drakx/, and also save stage1.log there * partition_table_raw.pm: add new pixel-made grub signature * crypto.pm: update land2tzs accordingly to new url2land Add url2land entries for nl, it, at * any.pm: move /root/* files (ddebug.log, install.log, report.bug, auto_inst.cfg.pl, replay_install.img) to /root/drakx/, and also save stage1.log there rephrase a little bit highest level to not refer to "level 4" anymore use formatAlaTeX for describing security levels * install_steps_interactive.pm: fix thanks to chipaux msg about mkbootdisk 2002/01/29 Pablo Saratxaga * share/po/fr.po, share/po/sv.po, share/po/hr.po, share/po/de.po, share/po/DrakX.pot, help.pm, share/po/it.po, share/po/eu.po, share/po/es.po: updated pot file with help messages from manual 2002/01/29 Pixel * interactive.pm: handle "format" for combo's * bootloader.pm: use the new format for combo's to clean code handling {vga} field * diskdrake/hd_gtk.pm: look diskdrake.rc in another directory * any.pm: use the new format for combo's to clean code handling {vga} field handle the case where samba and/or nfs-utils are not installed * install_steps.pm: move the various bootloader::add_append's in setupBootloaderBefore * diskdrake/smbnfs_gtk.pm: handle the case where samba and/or nfs-utils are not installed * install_steps_interactive.pm: visually unselect X and docs when minimal install "With X" choice is now working handle "Cancel" on language selection 2002/01/29 Till Kamppeter * pixmaps/wiz_printerdrake.png: Added logo for the "Add Printer" wizard of printerdrake. * printer.pm, printerdrake.pm: Prepared printerdrake for the "Add printer" wizard. Improvements for the selection of a local printer, especially when no or one printer was detected. 2002/01/29 Thierry Vignaud * interactive.pm: fix pixel's minimal example using interactive. 2002/01/29 yduret * docs/interactive/ask_from_list, docs/interactive/wait_message, docs/interactive/ask_from_treelist, docs/interactive/ask_from_listf, docs/interactive/ask_from: added some snipet coe for example * standalone/logdrake: logdrake is now under gi/perl-install/standalone 2002/01/29 Pixel * diskdrake/hd_gtk.pm: look diskdrake.rc in another directory * install_steps.pm: move the various bootloader::add_append's in setupBootloaderBefore 2002/01/28 Guillaume Cottenceau * share/po/fr.po: do the few new translations * standalone.pm: try to reflect hierarchy for */*.pm 2002/01/28 Pablo Saratxaga * share/po/zh_CN.po, share/po/no.po, share/po/fi.po, share/po/DrakX.pot, share/po/es.po, share/po/fr.po, share/po/bg.po, share/po/de.po, share/po/sk.po, crypto.pm, share/po/tr.po, share/po/eu.po, printerdrake.pm, standalone/draknet, share/po/vi.po, share/po/ko.po, share/po/uk.po, share/po/nl.po, share/po/bs.po, share/po/ja.po, standalone/drakbackup, share/po/wa.po, share/po/sv.po, share/po/da.po, share/po/zh_TW.po, share/po/cs.po, share/po/hu.po, share/po/af.po, share/po/id.po: Corrected various English typos 2002/01/28 Pixel * install_steps.pm: fix typo * partition_table.pm: warn if partitions have been renumbered due to a partition being added or removed * diskdrake/interactive.pm: don't warn_if_renumbered during install warn if partitions have been renumbered due to a partition being added or removed 2002/01/28 siegel * share/po/de.po: new german version 2002/01/28 Till Kamppeter * printerdrake.pm: Replaced "sleep" commands by a subroutine which waits exactly until CUPS is ready. CUPS >= 1.1.12 needs to "know" all devices, let CUPS restart if a device is not "known" to it. * printer.pm: Removed debug helper line. Replaced "sleep" commands by a subroutine which waits exactly until CUPS is ready. CUPS >= 1.1.12 needs to "know" all devices, let CUPS restart if a device is not "known" to it. 2002/01/28 Thierry Vignaud * share/po/br.po: update brezhoneg translations * share/po/fr.po: more french translations 2002/01/28 Pablo Saratxaga * share/po/zh_CN.po, share/po/no.po, share/po/fi.po, share/po/DrakX.pot, share/po/es.po, share/po/fr.po, share/po/bg.po, share/po/de.po, share/po/sk.po, crypto.pm, share/po/tr.po, share/po/eu.po, printerdrake.pm, standalone/draknet, share/po/vi.po, share/po/ko.po, share/po/uk.po, share/po/nl.po, share/po/bs.po, share/po/ja.po, standalone/drakbackup, share/po/wa.po, share/po/sv.po, share/po/da.po, share/po/zh_TW.po, share/po/cs.po, share/po/hu.po, share/po/af.po, share/po/id.po: Corrected various English typos 2002/01/28 Pixel * install_steps.pm: fix typo * diskdrake/interactive.pm, partition_table.pm: warn if partitions have been renumbered due to a partition being added or removed 2002/01/28 dam's * network/tools.pm, network/netconnect.pm: debug network testing 2002/01/28 François Pons * mdk-stage1/init-data/msgboot-graphicallogo.img.bz2: updated color of scroll bar and reduced its size. * bootloader.pm: fixed get_append if key=mem. timeout passed to 10 instead of 5. 2002/01/28 Guillaume Cottenceau * share/rpmsrate: update games rates 2002/01/28 Pablo Saratxaga * share/po/be.po, share/po/sp.po, share/po/zh_CN.po, share/po/pt.po, share/po/DrakX.pot, share/po/es.po, share/po/fr.po, share/po/bg.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/ko.po, share/po/cy.po, share/po/nl.po, share/po/ja.po, share/po/wa.po, share/po/sv.po, share/po/is.po, share/po/hu.po, share/po/it.po, share/po/id.po, share/po/pl.po, share/po/fi.po, share/po/no.po, share/po/th.po, share/po/el.po, share/po/sk.po, share/po/lt.po, share/po/ar.po, share/po/sl.po, share/po/vi.po, share/po/br.po, share/po/ca.po, share/po/gl.po, share/po/lv.po, share/po/uk.po, share/po/eo.po, share/po/ro.po, share/po/bs.po, share/po/da.po, share/po/zh_TW.po, share/po/cs.po, share/po/af.po: updated pot file 2002/01/28 Pixel * install_any.pm (remove_advertising): ensure removing /tmp/drakx-images can't fail * any.pm: simpler&nicer solution for writing kppprc in utf8 have kppprc strings in utf8 * detect_devices.pm: remove test code * install_steps.pm, bootloader.pm: cleanup perImageAppend code (hopefully handling nicely the mem=nopentium case) * diskdrake/smbnfs_gtk.pm: don't use wait_message's when waiting (waiting is usually very short), use a waiting cursor instead. (the wait_message's were causing bad interactivity stuff) 2002/01/27 Pixel * interactive.pm: add a minimal example * services.pm: - move the require on my_gtk to ask_standalone_gtk - cleanup * Makefile.config: - adapt to new diskdrake modules - add logdrake to STANDALONEPMS_ * my_gtk.pm: strange protection against ensure_focus generating a "focus" event causing a dead-loop (reminder: ensure_focus helps ensuring a widget is focused) * Makefile.drakxtools, standalone.pm, Makefile, diskdrake_interactive.pm, install_interactive.pm, diskdrake.pm: - adapt to new diskdrake modules - some cleanup in drakxtools build * diskdrake/removable.pm: remove debugging code new diskdrake modules (diskdrake_interactive is now diskdrake::interactive, diskdrake is now diskdrake::hd_gtk, others created from diskdrake.pm) * diskdrake/interactive.pm, diskdrake/hd_gtk.pm, diskdrake/removable_gtk.pm: new diskdrake modules (diskdrake_interactive is now diskdrake::interactive, diskdrake is now diskdrake::hd_gtk, others created from diskdrake.pm) * diskdrake/smbnfs_gtk.pm: fix updating the actions new diskdrake modules (diskdrake_interactive is now diskdrake::interactive, diskdrake is now diskdrake::hd_gtk, others created from diskdrake.pm) * network/nfs.pm: find_exports: add a timeout * fs.pm: new function fstab_to_string * standalone/diskdrake: handle --removable *and* --removable= handle --removable= - new options --hd, --nfs, --smb, --removable - adapt to new diskdrake modules - save $all_hds->{current_fstab} to know if /etc/fstab must be saved 2002/01/25 fabman * share/po/es.po: updated spanish translation 2002/01/25 Pixel * share/rpmsrate: add devfsd * install_any.pm: remove_advertising: use rm_rf since we don't have the real list of files (the .pl's are not in @advertising_images) * mdk-stage1/pci-resource/update-pci-ids.pl: remove 'ncr53c8xx' 2002/01/25 Till Kamppeter * printer.pm, printerdrake.pm: Less important options only shown when "Advanced" button clicked. Handling of cursor position in the main window improved. Handling of empty printer queue list in main window improved. Removed line breaks from longer texts, so that text flows into window nicely Minor text improvements. 2002/01/25 dam's * install_any.pm: advertising engine updated * share/logo-mandrake.png: beta logo * install_steps_gtk.pm: corrected decy advertising engine updated 2002/01/25 Guillaume Cottenceau * share/po/fr.po: please find a better fix 2002/01/25 Pixel * bootloader.pm: prefer default linux-{smp,enterprise,secure} over simple linux fix spelling * Makefile: call clean-rpmsrate * mdk-stage1/pci-resource/update-pci-ids.pl: remove 'ncr53c8xx' 2002/01/25 dam's * install_steps_gtk.pm, install_any.pm: advertising engine updated * share/po/fr.po: typo * share/logo-mandrake.png: beta logo 2002/01/25 Guillaume Cottenceau * share/po/fr.po: please find a better fix 2002/01/25 Pixel * mdk-stage1/Makefile: ensure errors propagate * bootloader.pm: prefer default linux-{smp,enterprise,secure} over simple linux fix spelling * Makefile: call clean-rpmsrate * mdk-stage1/pci-resource/Makefile: silly shell ensure errors propagate 2002/01/25 dam's * share/po/fr.po: typo corrected too long label Mise à niveau deas paquetages seule. please find a better FIX 2002/01/25 François Pons * install_steps_gtk.pm: cosmetic changes. * pkgs.pm: fixed try opening to trigger changeCD callback. 2002/01/24 Pixel * share/rpmsrate: - add msec in any install - use BIGMEM flag for kernel-enterprise - use SMP flag for kernel-smp (those 2 goes together with Warly's clean-rpmsrate) add flag DOCS which should work together with !excludedocs * any.pm: ensure grub is installed if grub is chosen * install_any.pm: - add DOCS (based on !excludedocs) - set BIGMEM and SMP flags (since kernel-smp and kernel-enterprise sub-numbers are better handled by rpmsrate together with Warly's clean-rpmsrate) * install_steps_interactive.pm, install2.pm: minimal install now handles excludedocs * install_steps.pm: log excludedocs minimal install now handles excludedocs put devfs=mount only if devfsd is installed * diskdrake_interactive.pm: truncate lvm name to 63 characters since longer vg names are not allowed 2002/01/24 Till Kamppeter * detect_devices.pm, printer.pm, printerdrake.pm: Fixed bug of empty menu entry appearing after adding a new printer. Modified "Local Printer" dialog to be more newbie-friendly. 2002/01/23 dam's * network/adsl.pm: updated speedtouch code to use pppoa3 * my_gtk.pm: removed font loading 2002/01/23 François Pons * bootloader.pm: fixed to allow multiple mem=xxx parameter (especially mem=nopentium). * install_steps.pm: restored mem=nopentium. removed mem=nopentium. 2002/01/23 Pixel * standalone/fileshareset: name mangling max length set to 12 use name mangling for samba labels 2002/01/23 Till Kamppeter * printer.pm, printerdrake.pm: New user interface in main window More printer info in printer modification window Better support for remote CUPS printers 2002/01/22 dam's * my_gtk.pm: improved widget_icons * install_steps.pm: added net_cnx_pg output when configuring network in auto install 2002/01/22 François Pons * pkgs.pm: added support to save already existing synthesis file. * install_any.pm: changed code to build synthesis file, check if they have not already been copied from mirror, or build them using parsehdlist. 2002/01/22 Guillaume Cottenceau * share/po/fr.po: Translate a few things more 2002/01/22 Pixel * diskdrake_interactive.pm: cleanup error messages (and fix diskdrake's) defaults to ext3 instead of ext2 * interactive.pm: add "quit_if_double_click" and "tree_expanded" flags (request from till) add feature "allow_empty_list" for "list" entries (disables the special cases for 0 and 1 element lists) * install_any.pm, diskdrake.pm: cleanup error messages (and fix diskdrake's) * install_interactive.pm, raid.pm: defaults to ext3 instead of ext2 * partition_table.pm: remove unused auto_win_extended stuff handle extended partitions with no partitions inside (esp. for the first hda5 & windows XP) * bootloader.pm: - fix default not being formatted like labels for lilo - check the label is not already used *case-sensitively* - check a kernel_or_dev is given * any.pm: - remove the default entry when that entry is removed - use allow_empty_list for displaying the entries - fix default not being formatted like labels for lilo - check the label is not already used *case-sensitively* - check a kernel_or_dev is given * fsedit.pm: yet again better error reporting defaults to ext3 instead of ext2 * standalone/drakboot, bootlook.pm: fix yves's code duplication of lilo_choice (use $::lilo_choice in bootlook) * interactive_gtk.pm: add "quit_if_double_click" and "tree_expanded" flags (request from till) * install_steps_interactive.pm: cleanup error messages (and fix diskdrake's) better messages for the minimal installs * standalone/diskdrake: yet again better error reporting cleanup error messages (and fix diskdrake's) * share/rpmsrate: move mandrake-mime from SYSTEM to X lower sndconfig 2002/01/22 fcrozat * share/rpmsrate: Really install gnome control center when installing GNOME 2002/01/22 François Pons * install_steps.pm: added mem=nopentium for any Athlon or Duron processor. 2002/01/22 Guillaume Cottenceau * Makefile: exclude standalone from testing * share/po/fr.po: resolve small conflict 2002/01/22 Pixel * modules.pm: add the new "mii" module to 'net_raw' * install_steps_interactive.pm: better messages for the minimal installs fix a few cancel's (reported by slegros) don't ask security level in non-expert * install_steps_gtk.pm, install_interactive.pm: fix a few cancel's (reported by slegros) * share/rpmsrate: move mandrake-mime from SYSTEM to X lower sndconfig 2002/01/21 Pixel * interactive_gtk.pm, my_gtk.pm: hopefully better dialog box sizing * install_steps_interactive.pm, install2.pm: can't call any::config_libsafe so early during install, move it where msec is called * any.pm: quiet perl's warning 2002/01/21 dam's * install_steps.pm: fixed network conf in auto install corrected network down * my_gtk.pm: removed debug print icons widget improvment : icon placment, highlighting 2002/01/21 Pixel * diskdrake.pm: increase the size of the "Choose action" box * diskdrake_interactive.pm: remove the "Active" partition feature * interactive_gtk.pm, my_gtk.pm: hopefully better dialog box sizing * install2.pm: can't call any::config_libsafe so early during install, move it where msec is called * install_steps_interactive.pm: can't call any::config_libsafe so early during install, move it where msec is called cleanup, update, enhance security level choice * standalone/draksec: cleanup, update, enhance security level choice * install_steps.pm: remove deprecated msec groups adding cleanup * tools/i386/netboot/stage2.3c90x, tools/i386/netboot/grub: newer grub * any.pm: quiet perl's warning cleanup, update, enhance security level choice when creating users, add handling of xgrp/rpm/adm/wheel groups in high security fix advice about "usermod -G" * tools/i386/netboot/menu.lst.example: add gateway parameter 2002/01/21 dam's * share/logo-mandrake.png: new ugly icon * install_steps.pm: corrected network down 2002/01/21 Pablo Saratxaga * share/po/be.po, share/po/sp.po, share/po/zh_CN.po, share/po/pt.po, share/po/DrakX.pot, share/po/es.po, share/po/fr.po, share/po/bg.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/ko.po, share/po/cy.po, share/po/nl.po, share/po/ja.po, share/po/wa.po, share/po/sv.po, share/po/is.po, share/po/hu.po, share/po/it.po, share/po/id.po, share/po/pl.po, share/po/fi.po, share/po/no.po, share/po/th.po, share/po/el.po, share/po/sk.po, share/po/lt.po, share/po/ar.po, share/po/sl.po, share/po/vi.po, share/po/br.po, share/po/ca.po, share/po/gl.po, share/po/lv.po, share/po/uk.po, share/po/eo.po, share/po/ro.po, share/po/bs.po, share/po/da.po, share/po/zh_TW.po, share/po/cs.po, share/po/af.po: updated pot file 2002/01/21 Pixel * share/fonts.tar.bz2: add helvR12_iso15 * install_steps_interactive.pm: """ When I choose a / partition smaller than 200 MB, the installation gives me an error message complaining that my system does not have enough free space for the installation, although basesystem install require less than 100 MB. """ up to around 250MB, minimal install is chosen. questions are: base system only, or no X, or normal. 2002/01/21 siegel * share/po/de.po: updates * standalone/drakbackup: fixed i18n bugs 2002/01/20 Pixel * install2.pm: call msec with run_commands=0 to fix the network reloading (causing various problems, esp. "Net::FTP: Timeout" at X config step) 2002/01/20 Guillaume Cottenceau * standalone/drakbackup: sorry, _("$_") is not allowed 2002/01/20 Pixel * share/po/fr.po: fix "`msgid' and `msgstr' entries do not both end with '\n'" * install2.pm: call msec with run_commands=0 to fix the network reloading (causing various problems, esp. "Net::FTP: Timeout" at X config step) 2002/01/20 yduret * timezone.pm: added Italy (time.ien.it) in 2002/01/19 Stew Benedict * standalone/drakbackup: Rework English syntax in drakbackup - hopefully I've got the intent correct ;^) 2002/01/19 Till Kamppeter * detect_devices.pm: Replaced USB printer auto-detection by a more reliable method. 2002/01/18 François Pons * install_steps_interactive.pm: changed Update -> Upgrade for installation class. 2002/01/18 Guillaume Cottenceau * standalone/draknet: - move 'use standalone' up to comply to 'explanations' - fix an english typo, s/connexion/connection/ * standalone/drakgw: - move 'use standalone' up to comply to 'explanations' - write higher-level 'explanations' - small fix, s/`ls ..`/glob(..)/ * standalone/scannerdrake: - move 'use standalone' up to comply to 'explanations' - fix a small english problem * share/po/fr.po: reduce a lot of fuzzy and untranslations large stuff from printerdrake, drakbackup and drakfont still to do :-) * c/stuff.xs.pm, standalone/printerdrake, standalone/net_monitor, standalone/drakautoinst, standalone/keyboarddrake, standalone/localedrake, standalone/livedrake, standalone/drakboot, standalone/draksec, standalone/tinyfirewall, standalone/mousedrake, standalone/drakxservices, standalone.pm, standalone/drakproxy, standalone/XFdrake, standalone/diskdrake, standalone/adduserdrake, standalone/drakxconf, log.pm, standalone/logdrake, standalone/drakbackup, standalone/drakfont: - write the 'common' part of the 'explanations' stuff, with nice help from Pixel for the tough Perl part - move 'use standalone' up in all standalone apps, to comply to 'explanations' 2002/01/18 Pablo Saratxaga * share/gen_locales.sh, share/locales-skeleton.tar.bz2, share/fonts.tar.bz2: changes to get in line with new XFree86 2002/01/18 Pixel * share/gen_locales.sh, share/locales-skeleton.tar.bz2: find the X11 locale on the box so that XI18N_OBJS's and common are included 2002/01/18 François Pons * install_any.pm: add update flag for urpmi medium. * install_steps_interactive.pm: even if user cancel update of package on tree, allow urpmi to install the medium. avoid downNetwork as no difference are made between ethernet or ppp. fixed typo. allow cancel when installUpdates. * crypto.pm: add update medium for crypto for urpmi (flag update). fixed typo. allow selection/deselection of update medium (for cancel of installation). * install_steps_gtk.pm: allow choosePackageTree to display a cancel if a specific medium has been given. 2002/01/18 Pixel * share/gen_locales.sh, share/locales-skeleton.tar.bz2: find the X11 locale on the box so that XI18N_OBJS's and common are included 2002/01/18 sdupont * standalone/drakfont: update warning messages (qa). * standalone/drakbackup: fix traduction problems and more ... 2002/01/17 Pixel * fsedit.pm, diskdrake_interactive.pm: better error message when auto allocate doesn't do anything 2002/01/17 dam's * network/tools.pm, network/netconnect.pm: draknet : success message only if success * my_gtk.pm: added timeout for redrawing icon widget 2002/01/17 fcrozat * share/rpmsrate: kdebase-nsplugins will be installed by default when selecting KDE 2002/01/17 François Pons * pkgs.pm: avoid upgrading a package by selection on files unless it has been obsoleted. 2002/01/17 Pixel * diskdrake.pm: check the mountpoint is valid for encrypting (disallow "/" and "/usr") * fsedit.pm, diskdrake_interactive.pm: better error message when auto allocate doesn't do anything check the mountpoint is valid for encrypting (disallow "/" and "/usr") * fs.pm: do not create /swap * services.pm: move service apcupsd from Printing to System * bootloader.pm: fix many disks bios remapping (esp. booting on scsi when ide is present) 2002/01/17 sdupont * standalone/drakbackup: stable version for qa pkg. (without unstables options) 2002/01/16 Pixel * any.pm: fix cancel on scsi module loading 2002/01/16 sdupont * standalone/drakbackup: update send mail. (pixel mode. ;)) 2002/01/16 Guillaume Cottenceau * install_steps_interactive.pm: installUpdates: use formatAlaTeX 2002/01/16 Pixel * any.pm: fix cancel on scsi module loading * install_steps_interactive.pm: don't drop default_packages in "Base system only" * standalone/fileshareset: add locking to ensure things are in a proper state 2002/01/15 dam's * install_steps_gtk.pm: advertising engine amelioration * my_gtk.pm: automatic icon placement in icon_labels_widget 2002/01/15 Pixel * diskdrake_interactive.pm: remove the test trick encrypted filesystem handling: - using losetup - add "Options" for partitions in diskdrake (expert mode) * c/stuff.xs.pm, fs.pm, share/list, fsedit.pm, devices.pm, install_any.pm, diskdrake.pm: encrypted filesystem handling: - using losetup - add "Options" for partitions in diskdrake (expert mode) 2002/01/15 dam's * network/isdn_consts.pm: updated 2002/01/15 Pixel * diskdrake_interactive.pm: remove the test trick encrypted filesystem handling: - using losetup - add "Options" for partitions in diskdrake (expert mode) * c/stuff.xs.pm, fs.pm, share/list, fsedit.pm, devices.pm, install_any.pm, diskdrake.pm: encrypted filesystem handling: - using losetup - add "Options" for partitions in diskdrake (expert mode) * any.pm: have ddcxinfos take the best result of every run 2002/01/15 sdupont * standalone/drakfont: fix progress bar problem. some gi updates: - windows font importation. - advanced font importation. - licence interface. - ... * standalone/drakbackup: new ./drakbackup --show-conf fix daemon problem (media to use). update informations on drakbackup report mail. __ 3290 lines. man pages fr created. some code cleaning on backend mode. (all_user_list && return_path) new functions on backend mode: - show-conf - debug - help - version. 2002/01/14 Guillaume Cottenceau * modules.pm: - eata is SCSI adapter, not 'disk' adapter - have eata module in boot floppies * mdk-stage1/pci-resource/update-pci-ids.pl: we need also "big" modules in pci ids * share/rpmsrate: have lbreakout weigthed 4 instead of 2 * mdk-stage1/modules.c: suggest other.img in file-not-found-in-archive (sugg David Faure and Pixel) 2002/01/14 Pixel * install_steps.pm: fix typo (making auto installs working again) 2002/01/13 Pixel * share/rpmsrate: s/lbreakout/lbreakout2/ * install_steps_interactive.pm: cleanup 2002/01/13 sdupont * standalone/drakbackup: some updates ... in "more option" steps user could choose to receive a report by mail for each backups. ftp backup work. fix time problems. remove doc from file. security fix for configuration file. 2002/01/11 dam's * install_steps_gtk.pm: advertising engine works ! champagne. still some display bugs, but they will be corrected later. need new ads and adequat description file new advertising engine * install_any.pm: modifications for new avertising engine * my_gtk.pm: new icons placement 2002/01/11 Pablo Saratxaga * share/po/sp.po, share/po/zh_CN.po, share/po/fi.po, share/po/DrakX.pot, share/po/th.po, share/po/es.po, share/po/fr.po, share/po/sr.po, share/po/de.po, share/po/el.po, share/po/et.po, share/po/sk.po, share/po/tr.po, share/po/ar.po, share/po/az.po, share/po/eu.po, share/po/sl.po, share/po/vi.po, share/po/eo.po, share/po/wa.po, share/po/sv.po, share/po/zh_TW.po, share/po/Makefile, share/po/af.po, share/po/it.po: updated Spanish file; merged help-* files 2002/01/11 sdupont * standalone/drakbackup: update header pixmaps. correction of message problem. * pixmaps/drakfont.620x57.png, pixmaps/BDO-drakebackup1.png, pixmaps/drakbackup.540x57.png: update pixmaps for drakbakup & drakfont. * standalone/drakfont: update header pixmaps. 2002/01/10 dam's * install_steps_gtk.pm: domainname corection * network/network.pm: domainname corection corrected network domainname pb * install2.pm: corrected read_resolv => read_conf 2002/01/10 François Pons * install_steps_interactive.pm: english taste inspired by daminette. 2002/01/10 Guillaume Cottenceau * rescue/lsparts: better looking output of type of partition (%x => %0x) 2002/01/09 dam's * network/adsl.pm, standalone/net_monitor, standalone/draknet, network/network.pm, network/modem.pm, network/netconnect.pm: big merge from update 8.1 with cvs First part. Part 2 following * my_gtk.pm: added bold option in text creation. Some corrections * install_steps_interactive.pm: corrected fpons typo 2002/01/09 François Pons * install_any.pm: fixed too many package selected for No X or With X option of minimal installation. * install_steps_interactive.pm: avoid asking for minimal install for upgrade. * crypto.pm: fix incomplete prefix for update mirror when adding an entry for urpmi. * pkgs.pm: use rpm version comparison function. * c/stuff.xs.pm: added rpmvercmp. 2002/01/09 François Pons * install_any.pm: fixed too many package selected for No X or With X option of minimal installation. * install_steps_interactive.pm: avoid asking for minimal install for upgrade. * crypto.pm: fix incomplete prefix for update mirror when adding an entry for urpmi. * pkgs.pm: use rpm version comparison function. * c/stuff.xs.pm: added rpmvercmp. 2002/01/09 François Pons * install_any.pm: fixed too many package selected for No X or With X option of minimal installation. * install_steps_interactive.pm: avoid asking for minimal install for upgrade. fixed stupid. * crypto.pm: fix incomplete prefix for update mirror when adding an entry for urpmi. * pkgs.pm: use rpm version comparison function. * c/stuff.xs.pm: added rpmvercmp. 2002/01/08 dam's * install2.pm: cosmetik 2002/01/08 François Pons * install_steps_gtk.pm: added eval around pixmap drawing for advertising. 2002/01/08 Pixel * standalone/drakbackup: another round of bad use of _() fixes. fixed bad use of _(). 2002/01/08 sdupont * standalone/drakbackup: drakbackup work ... incremental backup and restore work. 2002/01/08 François Pons * Makefile: again fixed dam's sucking, please dam's check what you write before commiting. * standalone/drakautoinst: removed stupid invocation of _("$_"), is it correct code to change it to $_ only ? 2002/01/08 François Pons * Makefile: again fixed dam's sucking, please dam's check what you write before commiting. * standalone/drakautoinst: removed stupid invocation of _("$_"), is it correct code to change it to $_ only ? 2002/01/08 François Pons * Makefile: again fixed dam's sucking, please dam's check what you write before commiting. 2002/01/07 François Pons * steps.pm: changed installUpdates after summary (to get corrected timezone). * install_any.pm: separated setDefaultPackages from setPackages because it is used by allowing only base system to be installed (allow remade a better package selection). * crypto.pm: added bestMirror method to retrieve a good mirror (according to timezone) and add salt with random number to avoid using always the same. * install2.pm: added option to only upgrade packages. * install_steps_interactive.pm: added minimal type of install support. * share/list: fixed to match newer menu package. 2002/01/07 François Pons * steps.pm: changed installUpdates after summary (to get corrected timezone). * install_any.pm: separated setDefaultPackages from setPackages because it is used by allowing only base system to be installed (allow remade a better package selection). * crypto.pm: added bestMirror method to retrieve a good mirror (according to timezone) and add salt with random number to avoid using always the same. * install2.pm: added option to only upgrade packages. * install_steps_interactive.pm: added minimal type of install support. * share/list: fixed to match newer menu package. 2002/01/07 dam's * Makefile: socmetic typo added debug mode for the whole install * my_gtk.pm: removed print new pack_start functions, powerpack sub added (code from adrien) incorporated adrien's code to generalize pack functions minor bug fixes * install_steps.pm, network/netconnect.pm: corrected network connection during install * install2: added debug mode for the whole install 2002/01/07 François Pons * steps.pm: changed installUpdates after summary (to get corrected timezone). * install_any.pm: separated setDefaultPackages from setPackages because it is used by allowing only base system to be installed (allow remade a better package selection). * crypto.pm: added bestMirror method to retrieve a good mirror (according to timezone) and add salt with random number to avoid using always the same. * install2.pm: added option to only upgrade packages. * install_steps_interactive.pm: added minimal type of install support. * share/list: fixed to match newer menu package. * Makefile: fixed overwriting of install2 filtering, keep diagnostic and strict for debug mode. 2002/01/07 Guillaume Cottenceau * mdk-stage1/network.c: also log server name for HTTP install 2002/01/04 dam's * network/adsl.pm, install_steps.pm, network/tools.pm, my_gtk.pm, network/netconnect.pm: corrected minor bugs in network (among others bug "modifying read only values") recode upNetwork and downNetwork (it might work, at least if you are lucky); 2002/01/04 dam's * my_gtk.pm: corrected minor bugs in network (among others bug "modifying read only values") recode upNetwork and downNetwork (it might work, at least if you are lucky); corrected font display : no useless font->height, but ascent + descent updated * network/isdn_consts.pm: changed asus isdn hisax identify * network/adsl.pm, install_steps.pm, network/tools.pm, network/netconnect.pm: corrected minor bugs in network (among others bug "modifying read only values") recode upNetwork and downNetwork (it might work, at least if you are lucky); 2002/01/04 François Pons * http.pm, install2.pm, steps.pm, install_any.pm: added update installation support to install (big modifs need testing). * pkgs.pm: allow to use same identifier for security medium (1u). re-install urpmi. allow some error to be catched. added update installation support to install (big modifs need testing). * crypto.pm: removed test code. allow to use same identifier for security medium (1u). re-install urpmi. allow some error to be catched. added update installation support to install (big modifs need testing). * install_steps_interactive.pm: removed obsoleted comment. allow to use same identifier for security medium (1u). re-install urpmi. allow some error to be catched. added update installation support to install (big modifs need testing). * install_steps_gtk.pm: fixed empty flat package selection when giving a limit to medium. added update installation support to install (big modifs need testing). * install_steps.pm: allow to use same identifier for security medium (1u). re-install urpmi. allow some error to be catched. fix for auto updates. added update installation support to install (big modifs need testing). 2002/01/04 Pixel * detect_devices.pm: enable easy patch-adding of pcitable and usbtable entries 2002/01/03 dam's * standalone/drakbackup: user can be equal to 500 2002/01/03 François Pons * install_any.pm: updated code to create synthesis file (including provides on files). 2002/01/03 Pablo Saratxaga * share/po/ar.po: updated Arabic file 2002/01/03 Pixel * install2.pm, Xconfig.pm: save the output of ddcxinfos before modprobe'ing i810fb, and use that output for Xconfig (when i810fb is modprobe'd, ddc probe doesn't work anymore) * install_steps_interactive.pm, install_steps_gtk.pm: fix english messages * share/rpmsrate: as asked by Vincent Danen, lower uucp and raise sudo * pkgs.pm: prefer gcc-cpp * interactive_gtk.pm, interactive.pm: toggle Advanced/Basic button * any.pm: fix english messages save the output of ddcxinfos before modprobe'ing i810fb, and use that output for Xconfig (when i810fb is modprobe'd, ddc probe doesn't work anymore) 2002/01/02 Pablo Saratxaga * lang.pm: changed @euro locales to plain names; now old currencies ones are obsolete 2001/12/31 sdupont * standalone/drakfont: new fixed size and add a head pixmap (to update). * standalone/drakbackup: lots of update ... - cron work. - backup incremental & normal work. - corrupted backup data files supported. - error messages updated. - aff list of backup data files pbs. - test all backup files before to restore it. 2001/12/30 Pixel * fs.pm: format home directories with "-m 0" for ext2&ext3, so that the root reserved part is 0% (and not 5%) 2001/12/30 Pixel * fs.pm: format home directories with "-m 0" for ext2&ext3, so that the root reserved part is 0% (and not 5%) 2001/12/28 Pixel * install_steps_interactive.pm (selectMouse): when selecting a usb mouse, call setup_thiskind with at_least_one=1 (so that pci_class probe is used and so unknown serial_usb recognised (cf ldetect)) * modules.pm (load_thiskind): allow $probe_type to be given, allowing forced pci probe (unsafe) * any.pm (setup_thiskind_backend): when at_least_one==1, try load_thiskind forcing pci_class probe when no modules is found. 2001/12/28 sdupont * standalone/drakbackup: update select data on backup cd 2001/12/27 sdupont * standalone/drakbackup: fix of user selection during restore step. remove return_file_date. change algo for incremental backup. 2001/12/26 sdupont * standalone/drakbackup: some gi corrections & update. incremental restore. 2001/12/22 Pixel * bootloader.pm: s/use pkgs/require pkgs/ since pkgs::versionCompare is only used during install * my_gtk.pm: export gtkcolor (used in install_steps_gtk) make perl_checker happy 2001/12/22 sdupont * pixmaps/backup_bot.png, pixmaps/cdrom.png, pixmaps/backup_time.png, pixmaps/backup_bot2.png, pixmaps/backup_left.png, pixmaps/net.png, pixmaps/backup_hd.png, pixmaps/backup_title.png, pixmaps/backup_left2.png, pixmaps/filedialog.png, pixmaps/hd.png, pixmaps/backup_options.png, pixmaps/backup_net.png: remove old drakbackup pixmaps files. * pixmaps/ic82-back-up-16.png, pixmaps/ic82-discdurwhat-40.png, pixmaps/ic82-tape-40.png, pixmaps/ic82-moreoption-40.png, pixmaps/ic82-where-40.png, pixmaps/ic82-system-40.png, pixmaps/ic82-others-40.png, pixmaps/ic82-systemeplus-40.png, pixmaps/ic82-network-40.png, pixmaps/ic82-CD-40.png, pixmaps/ic82-when-40.png, pixmaps/ic82-back-up-32.png, pixmaps/ic82-users-40.png, pixmaps/ic82-dossier-32.png, pixmaps/ic82-back-up-48.png: drakbackup designer icons. * standalone/drakbackup: add pixmaps on backup step. new designer pixmaps on drakbackup. 2001/12/21 sdupont * standalone/drakbackup: some update in file name parsing... etc ... * pixmaps/BDO-drakebackup1.png: drakbackup 2001/12/20 dam's * install_steps_gtk.pm: API changed, so call changed * share/logo-mandrake.png: new ayo logo 2001/12/20 sdupont * standalone/drakbackup: update the todo header the REQUIRE header & code cleaning - tar -cvf tarfilename --after-date="sept 1, 2000" /home l.380 incremental: date -> if already exist do find -m ... | tar ... non incremental: date + delete old before the backup - correct detection of backups during restore. - gi for other media during restore. hd-> ok - backend for build backup update and support incremental backups. - real incremental backup update resore & help. 2001/12/19 dam's * my_gtk.pm: update graphical backend 2001/12/19 Guillaume Cottenceau * modules.pm: add dl2k.o (nic module) per request of nplanel 2001/12/19 sdupont * standalone/drakbackup: - gi for other media during restore. hd-> ok - backend for build backup update and support incremental backups. - real incremental backup add other media source during restore. - update help & license. - code cleaning. - ask during whqt sys step if user want to backup critical files, like /etc/passwd /etc/group /etc/fstab - use preserve permissions during tar - begin of total backup step.( all partitions wanted, windows partitions for example!) - remove replace mode (backup_*_version is enought) 2001/12/18 François Pons * install_steps_gtk.pm: fixed dam's sucking (syntax error only, code is untested). 2001/12/18 Pixel * any.pm: fix typos 2001/12/18 sdupont * standalone/drakfont: include new pixmap on main menu. * standalone/drakbackup: sort lists in all lists selection. correct use of incremental backup parse of restore & system state. fix restore user selection problems fix build backup data selection problems ect ... drakbackup -> drakxtools.rpm * pixmaps/ic-drakfont-48.png: drakfont pixmap... 2001/12/18 yduret * standalone/logdrake: fix console mode : exit now 2001/12/18 Pixel * any.pm: fix typos 2001/12/17 dam's * install_steps_gtk.pm: power graphical backend update : text is now centered * my_gtk.pm: power graphical backend update : text is now centered updated new graphical backend 2001/12/17 Guillaume Cottenceau * interactive_gtk.pm, standalone/drakgw: drakgw for gold * tools/pcmcia_config.patch: remove permanently (using patch_pcmcia_config.pl now) 2001/12/17 Pixel * fs.pm, any.pm, install2.pm, bootloader.pm: clean_tmp now means using tmpfs 2001/12/17 sdupont * standalone/drakbackup: ________________________________________________________________ DONE: incremental backups have depends whith replace options. gtklist not maximized. restore mode. view date during restore view size of file, date & hours during backup on CD ________________________________________________________________ 2001/12/17 Pixel * fs.pm, any.pm, install2.pm, bootloader.pm: clean_tmp now means using tmpfs 2001/12/14 François Pons * mdk-stage1/init-data/msgboot-graphicallogo.img.bz2: new picture for 8.2. 2001/12/14 Guillaume Cottenceau * mdk-stage1/pci-resource/update-pci-ids.pl: change again way of selection PCI entries : what's in mar files --> what's given by modules (e.g. just as update_kernel does) 2001/12/12 Guillaume Cottenceau * install2.pm: use "askdisplay" to ask a question at begining of install for what display you want to use during install * Makefile, tools/patch_pcmcia_config.pl: externalize patch_pcmcia_config (from make_boot_img) because we need it in perl-install/Makefile also * mdk-stage1/rescue-gui.c, rescue/make_rescue_img, rescue/rescue-doc, rescue/Makefile: have a bunch of Rescue documentation directly available from the Rescue-menu following suggestions by Denis among others 2001/12/12 Pixel * install2.pm: enable easy screenshot'ing - ensure /usr is formatted if / is - remove /var/lib/rpm if /var is kept * common.pm, docs/README: enable easy screenshot'ing 2001/12/12 Stew Benedict * rescue/make_rescue_img: larger rescue image on PPC to accomodate huge xfs module * bootloader.pm: mods to address new yaboot's lack of symlink ability, xfs initrd load 2001/12/11 Guillaume Cottenceau * mdk-stage1/stage1.c, mdk-stage1/dhcp.c, mdk-stage1/stage1.h: support "filename" in DHCP answers and give this to stage2 as --kickstart parameter 2001/12/11 Stew Benedict * Xconfigurator_consts.pm, keyboard.pm: finish journalled fs usage - PPC, add "\n" keyboard.pm, new modelines 2001/12/10 François Pons * install_any.pm: added network package not present in @needToCopy (package that may be installed by DrakX to avoid re-asking of CD1). * bootloader.pm: added safe guard against looping symlink. 2001/12/10 Pixel * install_steps.pm, any.pm, bootloader.pm: - fix bootloader::add_append - add handling of serial console * http.pm, install_any.pm: enable http:// in auto_install file location 2001/12/05 Pixel * install_steps.pm: no need to give kernelVersion to bootloader::suggest * install_any.pm (kernelVersion): looks at /boot/vmlinuz * bootloader.pm (suggest, add_kernel): much cleanup * diskdrake.pm: fix call to fileshare_config 2001/12/05 dam's * share/logo-mandrake.png: updateed logo 2001/12/05 Guillaume Cottenceau * mdk-stage1/Makefile, mdk-stage1/pcmcia_/cardmgr.c: - fix problems with sockets not initialized (disabling hotplug support -> cardmgr handles sockets) - fix problems with PCMCIA net adapters now using PCI modules, by adding PCMCIA base code in `network.img' 2001/12/05 Pixel * install_steps.pm: no need to give kernelVersion to bootloader::suggest * pkgs.pm (selectPackage): hard coded preference to simple kernel * install_any.pm (kernelVersion): looks at /boot/vmlinuz * diskdrake.pm: fix call to fileshare_config * steps.pm: createBootdisk now after setupBootloader (together with dumber install_any::kernelVersion) * network/tools.pm: fix missing ";" (thanks to Robert Fox) * bootloader.pm (suggest, add_kernel): much cleanup * fs.pm: fix type "smb" vs "smbfs", and handle options in fs::mount 2001/12/05 sdupont * pixmaps/backup_bot2.png: update pixmaps * standalone/drakbackup: todo : scp ssl sftp rsync connections perl || c ? done : bzip2 backup merge 2001/12/04 dam's * standalone/drakbackup: corrected pixmap path corrected pixmap path * Makefile.config: added drakbackup drakfont 2001/12/04 Guillaume Cottenceau * any.pm, mdk-stage1/log.c, docs/README: save stage1.log and have it in report.bug * mdk-stage1/automatic.c, mdk-stage1/doc/TECH-INFOS: support shorter versions of automatic keywords to beat problems with very long kernel commandlines * install_interactive.pm: try to not get something poorly wrapped * c/stuff.xs.pm: floppy_info: add missing close(fd) 2001/12/04 Pixel * network/smb.pm: cleaner smbclient call * install_steps.pm: re-enable supermount by default 2001/12/04 sdupont * pixmaps/backup_bot.png, pixmaps/backup_left.png: correct colors problems. * standalone/drakbackup: bzip2 ok for compression to see: decomp without pbs whith tar.gz and tar.bz2 todo: update mode -> decomp + update tar file + recomp 2001/12/04 Guillaume Cottenceau * install_interactive.pm: try to not get something poorly wrapped 2001/12/04 Pixel * install_steps.pm: re-enable supermount by default * network/smb.pm: cleaner smbclient call 2001/12/04 François Pons * install_any.pm: fix bad parsing of package to copy (when one doen't exist anymore) in postinstall_rpms directory. 2001/12/04 Guillaume Cottenceau * install_interactive.pm: try to not get something poorly wrapped 2001/12/04 Pixel * install_steps.pm: re-enable supermount by default * network/smb.pm: cleaner smbclient call 2001/12/04 dam's * network/network.pm: additional package for wlan * network/tools.pm: corrected pipe reading 2001/12/04 François Pons * any.pm: make sure lilo is installed on automatic mode. * install_any.pm: fix bad parsing of package to copy (when one doen't exist anymore) in postinstall_rpms directory. 2001/12/04 Guillaume Cottenceau * install_interactive.pm: try to not get something poorly wrapped * mdk-stage1/modules.c: fpons is a sucking chief * modules.pm, mdk-stage1/usb-resource/update-usb-ids.pl, mdk-stage1/Makefile, mdk-stage1/.cvsignore, mdk-stage1/probing.c: support install from USB CDROMS (using usb-storage) 2001/12/04 Pixel * network/smb.pm: cleaner smbclient call 2001/12/04 sdupont * standalone/drakbackup: last update... for cooker drakbackup deamon -> ok drakbackup cvs -> to do (only for /etc) drakbackup wizard -> only last step drakbackup cd -> device detection and ask for only iso file. drakbackup net -> do rsync drakbackup begin -> todo : update initial message update help and about. 2001/12/04 dam's * network/network.pm: additional package for wlan 2001/12/04 François Pons * any.pm: make sure lilo is installed on automatic mode. * mdk-stage1/modules.c: fixed gégé sucking. 2001/12/04 Guillaume Cottenceau * mdk-stage1/modules.c: fpons is a sucking chief 2001/12/04 François Pons * mdk-stage1/modules.c: fixed gégé sucking. 2001/12/04 sdupont * standalone/drakbackup: update... 2001/12/03 dam's * Xconfigurator.pm: removed use gtk 2001/12/03 François Pons * tools/updatehdlist: initial revision, simple way to update a local set of medium from /RPMS. 2001/12/03 Guillaume Cottenceau * mdk-stage1/modules.c: typo of last commit (unused variable -> could not compile) 2001/12/03 Pablo Saratxaga * share/po/DrakX.pot, share/po/hu.po, share/po/es.po: updated Hungarian and Spanish files 2001/12/03 sdupont * standalone/drakbackup: update option step. write other file content. restore gi. 2001/12/02 Pablo Saratxaga * share/po/be.po, share/po/sp.po, share/po/zh_CN.po, share/po/pt.po, share/po/DrakX.pot, share/po/es.po, share/po/fr.po, share/po/bg.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/ko.po, share/po/cy.po, share/po/nl.po, share/po/ja.po, share/po/wa.po, share/po/sv.po, share/po/is.po, share/po/hu.po, share/po/it.po, share/po/id.po, share/po/pl.po, share/po/fi.po, share/po/no.po, share/po/th.po, share/po/el.po, share/po/sk.po, share/po/lt.po, share/po/ar.po, share/po/sl.po, share/po/vi.po, share/po/br.po, share/po/ca.po, share/po/gl.po, share/po/lv.po, share/po/uk.po, share/po/eo.po, share/po/ro.po, share/po/bs.po, share/po/da.po, share/po/zh_TW.po, share/po/cs.po, share/po/af.po: updated pot file 2001/12/01 sdupont * standalone/drakbackup: do not include browser cache. 2001/11/30 François Pons * docs/spec-DrakX-8.0.html: added spec (forgotten for quite a long) 2001/11/30 gbeauchesne * partition_table_gpt.pm: - cleanups from mainline * modules.pm: Suckiness fixes from mainline (gc): - Do parse /proc/modules in reverse order - Fix "convert old scsi_hostadapter's to new probeall" scheme * bootloader.pm: - Don't forget to link the initrd to the real image in /boot/efi/ too - Remove DEBUG printouts in install_efi_boot_menu 2001/11/30 Pixel * network/smb.pm, any.pm, Makefile.drakxtools, standalone/diskdrake, Makefile.config, diskdrake.pm: fileshare should be ok, handle diskdrake --fileshare, fix smb import 2001/11/30 sdupont * pixmaps/backup_left2.png: drakbackup pixmap * standalone/drakbackup: backend mode-> ok for hd we can use drakbackup !. todo : backend mode: - net - cd advanced mode: - device detection (cd writer) wizard: - end of this step. gi: - option step in adnanced step to choice for example tar.gz or tar.gz2 ... update restore step 1 & 2. adv step -> ok todo: wizard ... little update! variables correction in advanced step. wizard user question, sys question & daemon 2001/11/29 Chmouel Boudjnah * share/rpmsrate: Remove linux_logo 2001/11/29 Guillaume Cottenceau * modules.pm: add wvlan_cs * mdk-stage1/modules.c: remove unneeded handling of "alias scsi_hostadapter" * mdk-stage1/stage1.c: add another expert_third_party_modules at the end of enabling-pcmcia-stuff 2001/11/29 Pixel * diskdrake.pm: remove the export tree for nfs/smb feature, remove some test code tentative version with export/import nfs/smb tree (committed to have it in CVS as the export tree is already deprecated) * standalone/fileshareset: - allow root to export everything - remove empty mntpoint (from smb) 2001/11/29 sdupont * standalone/drakbackup: just update.... advanced: users correction during save. user pass, user login, path to save local or on host combo for network protocol. wizrad: already to do! CDRW burn: todo: devices detection (see to_fond_cd). code cleaning. * standalone/drakfont: cleanning code. 2001/11/28 Guillaume Cottenceau * modules.pm: - fix pixel sucks of not parsing /proc/modules in reverse order - be more in sync regarding names of pcmcia drivers * any.pm: add modules.conf in report.bug 2001/11/28 Pablo Saratxaga * share/po/zh_CN.po, share/po/zh_TW.po: updated Chinese file 2001/11/28 Pixel * modules.pm (read_conf): fix "convert old scsi_hostadapter's to new probeall" * standalone/drakbackup: make check_what_user works * standalone/fileshareset: better description gr_mem in getgrent is space separated, not comma separated add samba handling. Should be finished now :) 2001/11/28 sdupont * pixmaps/backup_bot2.png, pixmaps/quit.png: drakbackup pixmaps. * standalone/drakbackup: no important changement! clean code update! for gc & Warly: some fixes, correction of advanced, wizard and after advanced steps. the user have a better gestion during advanced step, the protocols ftp, sftp, scp, rsync are now include in advanced step..... etc ;-) todo: when checkbuttonbox are clicked for user choice set it to 0 or 1 juste after. clean code. new after advanced step, correction of checkbuttons problems & new pixmaps. 2001/11/27 dam's * share/logo-mandrake.png: updated, cooker style 2001/11/27 François Pons * Xconfigurator.pm: avoid problem of array reference badly evaluated. 2001/11/27 Guillaume Cottenceau * tools/mailchangelog.pl: beurk changelog is at linux-mandrake not mandrakesoft * install_steps.pm: i810 -> no FB at boot 2001/11/27 Pixel * partition_table_gpt.pm (generate_guid): cleanup * any.pm (setupBootloader): s/last/return/ 2001/11/27 sdupont * standalone/drakbackup: advanced step... update. advanced mode ... and ... read and use user list correctly, advanced step user list. * pixmaps/hd.png, pixmaps/net.png, pixmaps/cdrom.png: pixmaps for drakbackup. 2001/11/26 Chmouel Boudjnah * tools/i386/netboot/stage2.rtl8139: add rtl8139 netboot file that works * tools/i386/netboot/stage1.rtl8139: add rtl8139 netboot file that works stage1/stage2 of rtl8139 didn't work 2001/11/26 dam's * common.pm, my_gtk.pm: new features for new mcc 2001/11/26 Guillaume Cottenceau * install_any.pm: getAndSaveAutoInstallFloppy: don't die when output'ing of auto_inst.cfg is not possible 2001/11/26 Pixel * install2.pm: add $o->{excludedocs} feature * Makefile.drakxtools: remove unneeded files (*.bs and .exists) * interactive_gtk.pm: cleanup 2001/11/26 sdupont * standalone/drakbackup: new gi, advanced step. update. gawk cmds. better use for read and save conf. file now on /etc/draxtools/drakbackup/drakbackup.cfg * pixmaps/backup_hd.png, pixmaps/backup_options.png, pixmaps/backup_net.png, pixmaps/backup_time.png: png files for DrakBackup. 2001/11/25 Pixel * standalone/fileshareset: first version. for the moment, only nfs. 2001/11/25 sdupont * standalone/drakbackup: update of read_conf_file and default mode. 2001/11/24 Pablo Saratxaga * share/po/da.po, share/po/es.po: updated Spanish and Danish files 2001/11/24 sdupont * standalone/drakfont: about... * standalone/drakbackup: update update gi ,build of system, user, other, options interfaces. advanced step. 2001/11/23 Guillaume Cottenceau * install_any.pm: package for pcmcia is now called "pcmcia-cs" * any.pm, detect_devices.pm: pcmcia: /var/run/stab is nor /var/lib/pcmcia/stab yes it probably doesn't bring anything valuable but it's how life is :-) 2001/11/23 sdupont * standalone/drakbackup: radio buttons & information message. change gi interface, include help, about and pixmaps (backup_*.png on standalone/pixmaps directory) 2001/11/22 François Pons * Xconfigurator.pm: removed loading of agpgart module for i810 card. 2001/11/22 sdupont * standalone/drakfont: about button & GPL license. * standalone/drakbackup: update gi. TODO: separate all the boxes. include wizard and advanced in pixmaps. update notebook gi. 2001/11/21 François Pons * mdk-stage1/init-data/msgboot-graphicallogo.img.bz2, mdk-stage1/init-data/msgboot-blank.img.bz2, mdk-stage1/init-data/msgboot.img.bz2: fixed typo in help.msg * Xconfigurator.pm: hack for SiS 640 for laptop. * install_any.pm: fixed install_urpmi to build a correct urpmi db. 2001/11/21 Guillaume Cottenceau * modules.pm: i810fb migrate pcmcia in drakx to use in-kernel version (only for 2.4, though --> pcmcia in 2.2 no longer supported) * install_steps_interactive.pm, Makefile, c/Makefile.PL: migrate pcmcia in drakx to use in-kernel version (only for 2.4, though --> pcmcia in 2.2 no longer supported) * install2.pm: i810fb * mdk-stage1/stage1.c, mdk-stage1/pcmcia_/lex_config.c, mdk-stage1/pcmcia_/cardmgr.c, mdk-stage1/pcmcia_/yacc_config.c, mdk-stage1/pcmcia_/Makefile, mdk-stage1/Makefile, mdk-stage1/pcmcia_/pcmcia.h, mdk-stage1/pcmcia_/ds.h, mdk-stage1/pcmcia_/probe.c: migrate to pcmcia support from kernel, patching untouched imported sources from pcmcia-cs-3.1.29, to ease further updates of vendor code (start from a clean pcmcia_ subdir) 2001/11/21 Pixel * fsedit.pm (suggestions_mntpoint): if there's no server suggestion, use the simple one, so that 'simple' is the only one required when someone modifies %fsedit::suggestions 2001/11/20 gbeauchesne * partition_table.pm: - Add isEfi() to isOtherAvailableFS() test so that install doesn't suggest to format /boot/efi by default. That way, we could preserve (shame on us) EFI boot partition generated by Windows XP 64 bits... 2001/11/20 Guillaume Cottenceau * mdk-stage1/pcmcia_/lex_config.c, mdk-stage1/pcmcia_/cardmgr.c, mdk-stage1/pcmcia_/bulkmem.h, mdk-stage1/pcmcia_/cardmgr.h, mdk-stage1/pcmcia_/vg468.h, mdk-stage1/pcmcia_/driver_ops.h, mdk-stage1/pcmcia_/i82365.h, mdk-stage1/pcmcia_/cirrus.h, mdk-stage1/pcmcia_/version.h, mdk-stage1/pcmcia_/cistpl.h, mdk-stage1/pcmcia_/yacc_config.c, mdk-stage1/pcmcia_/cs_types.h, mdk-stage1/pcmcia_/cs.h, mdk-stage1/pcmcia_/yacc_config.h, mdk-stage1/pcmcia_/ds.h, mdk-stage1/pcmcia_/tcic.h, mdk-stage1/pcmcia_/probe.c: Initial revision version 3.1.29 2001/11/19 Guillaume Cottenceau * interactive_stdio.pm: for po i can't use $ for string interpolation 2001/11/19 Pablo Saratxaga * services.pm, standalone/scannerdrake: Corrected English errors * share/po/hu.po, share/po/cs.po: updated pot file updated Czech and Hungarian files * share/po/be.po, share/po/sp.po, share/po/zh_CN.po, share/po/pt.po, share/po/DrakX.pot, share/po/es.po, share/po/fr.po, share/po/bg.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/ko.po, share/po/cy.po, share/po/nl.po, share/po/ja.po, share/po/wa.po, share/po/sv.po, share/po/is.po, share/po/it.po, share/po/id.po, share/po/pl.po, share/po/no.po, share/po/fi.po, share/po/th.po, share/po/el.po, share/po/sk.po, share/po/lt.po, share/po/ar.po, share/po/sl.po, share/po/vi.po, share/po/br.po, share/po/ca.po, share/po/gl.po, share/po/lv.po, share/po/uk.po, share/po/eo.po, share/po/ro.po, share/po/bs.po, share/po/da.po, share/po/zh_TW.po, share/po/af.po: updated pot file 2001/11/19 Pixel * any.pm (setupBootloader): fix typo (setupBootloader): fix typo 2001/11/19 Till Kamppeter * printerdrake.pm: Last correction was wrong, reverted it. 2001/11/19 yduret * standalone/scannerdrake: added dynamic support 2001/11/16 Pixel * any.pm: syntax cleanup - a little cleanup - in case there is both scsi and ide hard drives, go to expert questions directly (it would need a semi_auto asking on which drive the bios boots...) 2001/11/14 Pablo Saratxaga * help.pm: updated help file * keyboard.pm: Added Swedish dvorak keyboard * share/po/be.po, share/po/sp.po, share/po/zh_CN.po, share/po/pt.po, share/po/DrakX.pot, share/po/es.po, share/po/fr.po, share/po/bg.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/ko.po, share/po/cy.po, share/po/help_xml2pm.pl, share/po/nl.po, share/po/ja.po, share/po/wa.po, share/po/sv.po, share/po/is.po, share/po/hu.po, share/po/it.po, share/po/id.po, share/po/pl.po, share/po/no.po, share/po/fi.po, share/po/th.po, share/po/el.po, share/po/sk.po, share/po/lt.po, share/po/ar.po, share/po/sl.po, share/po/vi.po, share/po/br.po, share/po/ca.po, share/po/gl.po, share/po/lv.po, share/po/uk.po, share/po/eo.po, share/po/ro.po, share/po/bs.po, share/po/da.po, share/po/zh_TW.po, share/po/cs.po, share/po/af.po: updated pot file 2001/11/12 sdupont * standalone/drakbackup: new backup tool. backend_mode with options. begin interactive mode. 2001/10/29 dam's * standalone/drakfont: code correction 2001/10/29 gbeauchesne * rescue/list.ia64: - Add xfs_repair and efibootmgr 2001/10/29 Guillaume Cottenceau * fs.pm, loopback.pm, fsedit.pm, bootloader.pm: revert back to /initrd * modules.pm: here too CDCEther looks good, I add it 2001/10/29 Pixel * tools/pcmcia_config.patch: adapt for new pcmcia-cs 2001/10/29 sdupont * standalone/drakfont: Copyright (C) correction of warning & code cleaning. the end.... i think... updated uninstall interface & progress bar uninstall interface : lists & progress bar new progress bar update todo: second list 2001/10/28 dam's * standalone/drakfont: cleaning 2001/10/27 daouda * devices.pm, my_gtk.pm, Xconfig.pm: return value at end of module * share/rpmsrate: - increase icewm weight. 2001/10/26 dam's * standalone/drakautoinst, standalone/drakfont: progress bar hack 2001/10/26 Pixel * mdk-stage1/pcmcia_config.patch: was duplicated in gi/tools * partition_table_gpt.pm, partition_table_raw.pm: no adjust start and end on GPT 2001/10/26 sdupont * standalone/drakfont: updated. search correct progress bar mode implementation. updated fix some bugs & interface progress implementation. TODO: progress before backend. search if directory already exist before custom install. 2001/10/25 dam's * standalone/drakautoinst: simple variables handled, code compression. The new and shiny drakautoinst is coming. P|-|34R The new drakautoinst is coming. P|-|34R * pixmaps/mdk_logo.png: additional logo * standalone/drakfont: code correction 2001/10/25 sdupont * standalone/drakfont: merge differents versions. file sector, list of fonts for advanced install... applications choice, license widget, help widget. 2001/10/24 dam's * standalone/drakfont: updated updated updated, lot of bugs. updated * my_gtk.pm: added set_editable 2001/10/24 Guillaume Cottenceau * rescue/lsparts, mdk-stage1/rescue-gui.c, mdk-stage1/frontend.h, mdk-stage1/.cvsignore, rescue/install_bootloader, rescue/tree/etc/rc.sysinit, rescue/Makefile, mdk-stage1/stdio-frontend.c, rescue/guessmounts, mdk-stage1/Makefile, rescue/tree/etc/issue, rescue/make_rescue_img, mdk-stage1/newt-frontend.c: - add a GUI to the rescue - provide guessmounts with better efficiency and output, go to console, and reboot - provide install_bootloader which runs lilo from /mnt if it seems safe - add lsparts to rescue, which prints partitions with detected types 2001/10/24 Pixel * fsedit.pm: replace /initrd with /lib/initrd (hds): in case of GPT, allow ext2 to be replaced by any kind of partitions (esp. EFI) * partition_table.pm, partition_table_gpt.pm, partition_table_bsd.pm, partition_table_raw.pm: add methods first_usable_sector and last_usable_sector * fs.pm, loopback.pm, bootloader.pm: replace /initrd with /lib/initrd 2001/10/24 sdupont * standalone/drakfont: scroll ` import_status & progress. gi update. 2001/10/23 Pablo Saratxaga * services.pm: tagged as translatable some left out strigns 2001/10/23 sdupont * standalone/drakfont: gi update doc and progress bar. gui: install from directory gui supported. 2001/10/23 yduret * share/po/fr.po: fixed fohtes grammar 2001/10/22 dam's * network/tools.pm: speedtouch config : added usa vpi vci 2001/10/22 Guillaume Cottenceau * mdk-stage1/modules.c: oops forgot to umount after "updatemodules"... 2001/10/22 Pixel * rescue/tree/etc/profile: fix PATH (have /mnt/bin /mnt/usr/bin ...) 2001/10/21 Till Kamppeter * printerdrake.pm: Fixed connection device setting for "oki4w" driver. 2001/10/19 gbeauchesne * partition_table_gpt.pm: - Use /dev/random through devices::make() instead of /dev/urandom - Localize file descriptor - Capitalize error message if no /dev/random found * partition_table.pm: - s/Win98 FAT32/FAT32/ - s/Partition that contains an EFI file system/EFI (FAT-12/16/32)/ - Add "FAT32" to @important_types for IA-64 & /boot/efi 2001/10/19 Guillaume Cottenceau * mdk-stage1/stdio-frontend.c: small fix 2001/10/19 Pixel * install_interactive.pm: OOize can_raw_add * partition_table.pm: handle empty $hd->{primary}{raw} (happens with no partitions on ia64) - raw_add, can_raw_add moved to partition_table_raw - using raw_removed * partition_table_dos.pm: better handling of CHS overflow (mainly for non cylinder-boundary aligned part (like ia64)) * partition_table_raw.pm (adjustEnd): in case the end is totalsectors, don't adjust since totalsectors / cylinder_size may not be an integer (zero_MBR): defaults to GPT on ia64 (raw_add, can_raw_add, raw_removed): created, can now be overloaded in partition_table_*.pm's (get_geometry): keep the total_sectors as given by c::total_sectors, don't try to recompute it based on nb_cylinders (for hds where total_sectors is not a multiple of nb_cylinders) * common.pm: cleanup * partition_table_gpt.pm: fix ending is last sector, not next one add TODO for partition entry guid - writing partition table now works - creating a new partition table now works (except GUIDs generation) 2001/10/18 dam's * network/tools.pm: corrected GET_FL and co 2001/10/18 François Pons * standalone/XFdrake: fix ia64 glitches with /usr/X11R6/lib/X11/Cards (now use rgb.txt instead). 2001/10/18 Pixel * partition_table_gpt.pm: - add checksum verif on partition entries - detect the type of partition since the partition table types seem quite poor read part of GPT partition table working * fsedit.pm: - add checksum verif on partition entries - detect the type of partition since the partition table types seem quite poor * partition_table.pm: read part of GPT partition table working shorter GPT name * detect_devices.pm: safer modprobe ide-floppy 2001/10/18 sdupont * standalone/drakfont: change Fontmap ghostscript file. drakfont support now .gsf fonts end of backend...... update 2001/10/17 dam's * standalone/draksec: typo 2001/10/17 sdupont * standalone/drakfont: implementation of type1 fonts removing. ghostscript, xfs and staroffice tested and supported. 2001/10/16 dam's * standalone/draksec: correct bad level display * standalone/interactive_http/Makefile: makes rpmlint happy 2001/10/16 Guillaume Cottenceau * mdk-stage1/pci-resource/update-pci-ids.pl: print checks * rescue/tree/etc/rc.sysinit: better phrasing 2001/10/16 Stew Benedict * rescue/devices.pl, mdk-stage1/pci-resource/update-pci-ids.pl, rescue/list.ppc: typo in update kernel by /me fine-tune sanity_check for ppc move /dev/nvram from list.ppc to devices.pl 2001/10/15 Pablo Saratxaga * share/po/da.po: updated Danish file 2001/10/15 yduret * scanner.pm: wonderful perl forgotten 2001/10/12 Guillaume Cottenceau * mdk-stage1/pci-resource/update-pci-ids.pl: have "other.img" drivers also supported 2001/10/12 sdupont * standalone/drakfont: support all installations, and support xfs, ghostcript, staroffice. todo aplli: openoffice, gimp, abiword, netscape & other browsers... todo or to see: --strong ttmkfdir -c ??? emd of backend.. 2001/10/11 dam's * standalone/draknet: multiple card configuration bug corrected. allelluia. * network/tools.pm: aded use c * standalone/drakfont: code review 2001/10/11 Guillaume Cottenceau * interactive_stdio.pm, install_steps_stdio.pm: stdio mode works again 2001/10/11 Pixel * install2.pm: ensure postInstallNonRooted is done *before* ejecting cdrom 2001/10/11 sdupont * docs/drakfont/drakfont.log, docs/drakfont/drakfont.pdf, docs/drakfont/drakfont.dvi: clean directory.. * docs/drakfont/drakfont.aux, docs/drakfont/dia_srcs/drakfont.dia, docs/drakfont/dia_srcs/drakfont_uninstall.dia, docs/drakfont/dia_srcs/drakfont_install.dia: delete all bads files... * standalone/drakfont: improved.... improved && implement remove fonts for xfs improved improved optimisation correction of option install --replace dialog of install options correction of install option. * docs/drakfont/drakfont.jpg, docs/drakfont/drakfont_install.jpg, docs/drakfont/drakfont_uninstall.jpg, docs/drakfont/mandrake.ps: jpg & ps with -kb option clean...2 2001/10/10 dam's * standalone/drakfont: typo improved options handling * standalone/net_monitor: ergo and features improvments, pipe handling correction * network/tools.pm: updated 2001/10/10 Pablo Saratxaga * lang.pm, share/locales-skeleton.tar.bz2: enabled Maltese language 2001/10/10 Pixel * interactive.pm: normalize the default type entry ("entry") * interactive_gtk.pm: fix typo (on clicked_may_quit) 2001/10/10 sdupont * standalone/drakfont: option replace for "install from" & windows_import... update install dir better for --install new version of drakfont. in perl langage. * docs/drakfont/drakfont.jpg, docs/drakfont/drakfont.aux, docs/drakfont/drakfont.log, docs/drakfont/drakfont.pdf, docs/drakfont/drakfont.tex, docs/drakfont/Makefile, docs/drakfont/drakfont_install.jpg, docs/drakfont/drakfont.dvi, docs/drakfont/drakfont_uninstall.jpg, docs/drakfont/mandrake.ps: docs drakfont 2001/10/10 yduret * standalone/scannerdrake: first apparition on earth.. * Makefile.config: added scannerdrake 2001/10/09 dam's * network/tools.pm: removed trash connection test is now in background, corrects the interface freeze problem * pixmaps/net_u.png: new pixmap for draknet/net_monitor * standalone/net_monitor, standalone/draknet: connection test is now in background, corrects the interface freeze problem 2001/10/09 Pablo Saratxaga * share/po/hu.po: updated Hungarian file 2001/10/09 Pixel * install_any.pm: fix detecting read-only drives (like memory-sticks) * partition_table.pm: make perl_checker happy * partition_table_raw.pm: fix detecting read-only drives (like memory-sticks) make perl_checker happy * modules.pm, detect_devices.pm, install2.pm: ensure floppies() takes care of usb-storage if possible, so that patch on usb floppy works 2001/10/09 Stew Benedict * Xconfigurator_consts.pm, keyboard.pm, Xconfigurator.pm: move to Linux keycodes on PPC, add additional Apple modelines * install_steps_interactive.pm: re-enable PPC bootloader setup 2001/10/08 dam's * c/stuff.xs.pm: added FL_GET and FL_SET 2001/10/08 François Pons * modules.pm: keep isp and gdth module for hd.img (as well as all.rdz) as they have been removed from the skip list for stage1. * rescue/tree/etc/oem: added silly modification to avoid using more than 7 partition for DAC960 (/home and /var are not created in the current state). 2001/10/08 Guillaume Cottenceau * mdk-stage1/pci-resource/update-pci-ids.pl: ia64 * mdk-stage1/Makefile: 8.1 -> cooker 2001/10/08 Pixel * modules.pm, partition_table.pm: yet a few other ataraid cases 2001/10/06 Stew Benedict * partition_table_raw.pm, partition_table.pm: updates to accomodate IBM PPC systems with DOS partition table 2001/10/05 François Pons * rescue/tree/etc/oem: added (missing) creation of /hd/boot/grub/device.map (needed for CompactSmartArray). 2001/10/05 Guillaume Cottenceau * share/rpmsrate: kdegames : 2 -> 4 2001/10/04 François Pons * rescue/tree/etc/oem: fix (work around) parted problem when it refuse to use all disk space for partition. added another psacct log file in touch. fixed typo on scalar reference for psacct bug. updated with 8.1 OEM ProSuite. * tools/oem-prepare: updated with 8.1 OEM ProSuite. 2001/10/04 Pablo Saratxaga * share/po/hu.po: updated Hungarian file 2001/10/04 Pixel * partition_table_dos.pm: is little-endian, so use "V" instead of "I" 2001/10/03 François Pons * tools/oem-prepare: synced with oem script. removed 3D games not installed by default. * rescue/tree/etc/oem: fixed typo in produced patch. added extension to pro suite CD (added kernel-enterprise to possibly installable and install kernel22). removed 3D games not installed by default. added missing xmms-arts. allow halting. 2001/10/03 Pixel * fsedit.pm: yet another ataraid support patch 2001/10/02 François Pons * Xconfigurator.pm: fix previous hack. added hack to do "/sbin/depmod -a" for NVIDIA driver. 2001/10/02 Guillaume Cottenceau * mdk-stage1/probing.c: new pci-ids.h * mdk-stage1/usb-resource/update-usb-ids.pl: better look * share/po/fr.po: small fix * standalone/drakgw: don't call pkgs_install when no package needs to be installed 2001/10/02 Pixel * detect_devices.pm: bloody ataraid detection * devices.pm: ataraid devices support 2001/10/01 François Pons * share/rpmsrate: fixed bad format for BOOKS used in DEVELOPMENT. * rescue/tree/etc/oem: added CHARSET support, removed kernel22 and kernel-enterprise from list of package installable in oem mode, added possibility to set language on /etc/oem script invocation. * install_steps_interactive.pm: avoid chooseCD on oem install. * install_steps_gtk.pm: avoid asking for changing CD on oem install. * install_any.pm: use $boot_medium for default medium in oem install, avoid using kernel22 or kernel-enterprise in oem install (space available is too tight on CD oem version). * tools/oem-prepare: synced with oem script. 2001/10/01 Guillaume Cottenceau * mdk-stage1/pci-resource/update-pci-ids.pl: reword it so that it reflects what's in the marfiles 2001/10/01 Pablo Saratxaga * share/po/bg.po: updated Bulgarian file 2001/09/29 Chmouel Boudjnah * docs/README: New adress where to find the kernel BOOT 2001/09/29 Pablo Saratxaga * share/po/da.po: updated Danish file 2001/09/27 Guillaume Cottenceau * rescue/drvinst: don't install usb keyboard drivers more than once try to fix usb keyboards 2001/09/27 kjx * share/po/zh_CN.po: translating 2001/09/26 gbeauchesne * install_any.pm: - Suggest /boot/efi on IA-64 for the first VFAT partition found, instead of /mnt/windows * bootloader.pm: - bootloader.pm (suggest): don't search for dos (or windows) boot partition on IA-64 since ELILO can only boot Linux. - bootloader.pm (write_lilo_conf): don't cry if we don't have /boot/boot.b or boot/message on IA-64. * rescue/list.ia64: - Add file list for "rescue" disk * share/list.ia64, partition_table.pm: - partition_table.pm: Add XFS suggestion for IA-64 - share/list.ia64: misc updates and additions wrt. XFS, ReiserFS 2001/09/25 baudens * share/po/fr.po: s/Linux Mandrake/Mandrake Linux/ Remove totally crazy translation. Translators, please use your brain! 2001/09/25 gbeauchesne * partition_table.pm: - Add ReiserFS and Ext3fs entries for IA-64 2001/09/25 Pixel * pkgs.pm (naughtyServers): cleanup comments 2001/09/25 warly * share/rpmsrate: put gtk-themes _and_ sawfish-themes to 4 so that it is installed for newbie and drakfirsttime does not fail. put gtk-themes to 4 so that it is installed for newbie and drakfirsttime does not fail. 2001/09/25 François Pons * install_steps_interactive.pm: allow non ejectable medium to allow all hdlists on the bootable medium. make current boot medium already selected if multiple hdlist are on this boot medium. 2001/09/25 warly * share/rpmsrate: put gtk-themes _and_ sawfish-themes to 4 so that it is installed for newbie and drakfirsttime does not fail. put gtk-themes to 4 so that it is installed for newbie and drakfirsttime does not fail. 2001/09/24 dam's * share/po/fr.po: corrected translation 2001/09/24 Guillaume Cottenceau * mdk-stage1/stage1.c, mdk-stage1/mount.c, mdk-stage1/mount.h, mdk-stage1/disk.c: hd.img now detects partition types... backport from DrakX :-) 2001/09/24 Pablo Saratxaga * share/po/nl.po: updated Dutch file 2001/09/24 Pixel * fs.pm (mount_part): fix for iso loopback mounted * share/po/fr.po: fix 2001/09/24 dam's * network/adsl.pm, network/isdn.pm: type assignation bug fix corrected type assignation * share/po/fr.po: corrected bad translation * standalone/draknet: corrected type assignation 2001/09/24 Guillaume Cottenceau * bootloader.pm: fix add_append (there was a ) at the end of the parameter value) 2001/09/24 Pablo Saratxaga * share/po/ko.po, share/po/tr.po, share/po/es.po: updated Spanish, Korean and Turkish files 2001/09/24 Pixel * fs.pm (mount_part): fix for iso loopback mounted * share/po/fr.po: fix 2001/09/24 warly * share/rpmsrate: lower arkeia 2001/09/24 dam's * modules.pm: corrected isdn firmware * network/adsl.pm, network/isdn.pm: type assignation bug fix corrected type assignation * share/po/fr.po: corrected bad translation * standalone/draknet: corrected type assignation 2001/09/24 Guillaume Cottenceau * bootloader.pm: fix add_append (there was a ) at the end of the parameter value) 2001/09/24 Pablo Saratxaga * share/po/ko.po, share/po/tr.po, share/po/es.po: updated Spanish, Korean and Turkish files 2001/09/24 Pixel * fs.pm: fix small error merging existing fstab * share/po/fr.po: fix * diskdrake.pm: do not propose to mount/umount removable medias (disabled for now) * diskdrake_interactive.pm: hide the supermount checkbox in standalone 2001/09/24 warly * share/rpmsrate: lower arkeia 2001/09/24 dam's * network/netconnect.pm, network/ethernet.pm: bug fix * modules.pm: corrected isdn firmware * network/isdn.pm, network/adsl.pm: type assignation bug fix corrected type assignation * standalone/draknet: corrected type assignation * install_any.pm, rescue/tree/etc/oem: added isdn-light to be copied on hd during install 2001/09/24 François Pons * Xconfigurator.pm: deactivated Riva128 3D hw acceleration and too many problems reported with it. * share/rpmsrate: allow rpm build for non expert who choose development. * install_steps.pm: disable wins in /etc/nsswitch.conf (after installed packages). 2001/09/24 Pablo Saratxaga * share/po/ko.po, share/po/tr.po, share/po/es.po: updated Spanish, Korean and Turkish files 2001/09/24 Pixel * fs.pm: fix small error merging existing fstab add "iocharset=" for cdrom * install_steps.pm: - disable supermount by default - cleanup nsswitch.conf wins removing * diskdrake.pm: do not propose to mount/umount removable medias (disabled for now) * diskdrake_interactive.pm: hide the supermount checkbox in standalone 2001/09/24 siegel * share/po/de.po: new german version 2001/09/24 warly * share/rpmsrate: lower arkeia 2001/09/24 dam's * network/netconnect.pm, network/ethernet.pm: bug fix 2001/09/24 François Pons * Xconfigurator.pm: deactivated Riva128 3D hw acceleration and too many problems reported with it. * share/rpmsrate: allow rpm build for non expert who choose development. removed any reference to XFree86-glide-module or Glide_XXX packages. * pkgs.pm: sort mediums by number, in allMediums() else they will be in hash keys orders in install_steps_interactive::chooseCD(). * install_steps.pm: disable wins in /etc/nsswitch.conf (after installed packages). 2001/09/24 Pixel * fs.pm: add "iocharset=" for cdrom * install_steps.pm: - disable supermount by default - cleanup nsswitch.conf wins removing 2001/09/24 François Pons * share/rpmsrate: removed any reference to XFree86-glide-module or Glide_XXX packages. * pkgs.pm: sort mediums by number, in allMediums() else they will be in hash keys orders in install_steps_interactive::chooseCD(). 2001/09/24 Till Kamppeter * printer.pm: File permission settings during install were not done. Fixed. 2001/09/23 Guillaume Cottenceau * share/po/fr.po: misc typo correction * install_steps.pm: voodoo cards don't like performing 3d accel in fb mode 2001/09/23 Pixel * install_steps_gtk.pm: add "Graphical Environment" in meta_class server * share/rpmsrate: simplify (for the moment) do not force X flag, have it selected for any "Graphical Environment" * share/compssUsers, install_any.pm: do not force X flag, have it selected for any "Graphical Environment" 2001/09/23 Guillaume Cottenceau * install_steps.pm: voodoo cards don't like performing 3d accel in fb mode 2001/09/23 Pablo Saratxaga * share/po/cs.po, share/po/hu.po: updated Czech and Hungarian file * share/po/zh_TW.po: updated Chinese file 2001/09/23 Pixel * install_steps_gtk.pm: add "Graphical Environment" in meta_class server * fsedit.pm: add magic SWAPSPACE2 * bootloader.pm: allow bootloader on fat partitions * share/compssUsers, share/rpmsrate, install_any.pm: do not force X flag, have it selected for any "Graphical Environment" 2001/09/22 Guillaume Cottenceau * mdk-stage1/Makefile: version is 8.1 2001/09/22 Pablo Saratxaga * share/po/bs.po: updated Bosnian file 2001/09/22 Pixel * fs.pm, install2.pm: - cleanup noatime option setting - cleanup exec option setting (must noexec => 0 instead of exec => 1) * bootloader.pm (suggest): fix kernel 2.2 secure adding in menu 2001/09/22 Pablo Saratxaga * share/po/bg.po: updated Bulgarian file 2001/09/22 Pixel * bootloader.pm (suggest): fix kernel 2.2 secure adding in menu 2001/09/22 Till Kamppeter * printerdrake.pm: Added support for automatic /dev/... file permissions setting by devfsd. Improved matching of auto-detection results with database entries. Given hint to the user to select the correct model when matching fails. * printer.pm: Added support for automatic /dev/... file permissions setting by devfsd. 2001/09/21 François Pons * detect_devices.pm: avoid detecting plip for live upgrade. 2001/09/21 Pablo Saratxaga * keyboard.pm: use "us" XKB file for Korean keyboard, otherwise some functionality is lost small fix for "vn" keyboard (enable toggle key) * share/po/ko.po: updated Korean file updated pot file * share/po/be.po, share/po/sp.po, share/po/zh_CN.po, share/po/pt.po, share/po/DrakX.pot, share/po/es.po, share/po/fr.po, share/po/bg.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/nl.po, share/po/ja.po, share/po/wa.po, share/po/sv.po, share/po/hu.po, share/po/it.po, share/po/id.po, share/po/pl.po, share/po/fi.po, share/po/no.po, share/po/th.po, share/po/el.po, share/po/sk.po, share/po/lt.po, share/po/vi.po, share/po/gl.po, share/po/ca.po, share/po/lv.po, share/po/uk.po, share/po/eo.po, share/po/bs.po, share/po/da.po, share/po/cs.po, share/po/af.po: updated pot file * printerdrake.pm: small fix 2001/09/21 Till Kamppeter * printer.pm, printerdrake.pm: When one changes the driver of a freshly added printer, the cursor was not pointed to the old driver, fixed. Fixed paper size not set according to chosen language during installation. 2001/09/21 dam's * network/adsl.pm: typo 2001/09/21 François Pons * install_steps_gtk.pm: reworked medium management. moved com_license to parent package (as code that show the license is now available even for non gtk install). * Xconfigurator.pm: S3 ViRGE is a bad card for testing on live upgrade. * pkgs.pm, install_any.pm: reworked medium management. * detect_devices.pm: avoid detecting plip for live upgrade. * install_steps_interactive.pm: avoid keeping testing code. reworked medium management. added code to support changeable cdrom, set a unique copy of license for installing commercial application as package variable (exported). 2001/09/21 gbeauchesne * share/po/no.po: remove trailing '\n' 2001/09/21 Pablo Saratxaga * share/po/hu.po, share/po/no.po: updated pot file updated pot file updated Norwegian and Hungarian files updated pot file * help.pm: updated help file * share/po/help_xml2pm.pl: updated pot file * printerdrake.pm: small fix changed text strings to be more translator friendly (NEVER EVER cut a phrase) * share/po/zh_CN.po, share/po/ru.po, share/po/vi.po: updated pot file updated pot file corrected extra \n updated pot file * share/po/be.po, share/po/sp.po, share/po/pt.po, share/po/DrakX.pot, share/po/es.po, share/po/fr.po, share/po/bg.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/pt_BR.po, share/po/hr.po, share/po/ko.po, share/po/nl.po, share/po/ja.po, share/po/wa.po, share/po/sv.po, share/po/it.po, share/po/id.po, share/po/pl.po, share/po/fi.po, share/po/th.po, share/po/el.po, share/po/sk.po, share/po/lt.po, share/po/gl.po, share/po/ca.po, share/po/lv.po, share/po/uk.po, share/po/eo.po, share/po/bs.po, share/po/da.po, share/po/cs.po, share/po/af.po: updated pot file updated pot file updated pot file * keyboard.pm: adapted keyboard priority numbers (it is useless to give a multichoice with a value higher than 90) * share/po/zh_TW.po: updated pot file updated pot file 2001/09/21 Pixel * bootloader.pm: write password in lilo.conf even if it's also done by msec, otherwise lilo will fail with restricted only * install_steps.pm: Ensure $o->{superuser}{name} is temporary * share/rpmsrate, install_any.pm: add HIGH_SECURITY flag, use it for libsafe and kernel22-secure 2001/09/21 Till Kamppeter * printer.pm: Added a forgotten "_( ... )". 2001/09/21 warly * share/rpmsrate: add gnomemeeting and openmcu 2001/09/20 Pixel * install_interactive.pm (partition_with_diskdrake): ensure the $::expert flag modifications in diskdrake do not escape from diskdrake * install_steps_interactive.pm (choosePartitionsToFormat): do not propose check bad blocks for xfs and jfs 2001/09/20 dam's * network/netconnect.pm: don't reapply the conf, if already applied. usefull for dhcp, because the network should be restarted after configured * network/adsl.pm: test if microcode is there * bootlook.pm: removed blocking die 2001/09/20 fcrozat * share/rpmsrate: Add gnome-user-docs to GNOME install Install Mdk eazel engine for gnome 2001/09/20 François Pons * pkgs.pm: take care not probing in /dev/ for finding package to upgrade, this cause problem in live_upgrade. * Xconfigurator.pm: added VideoRam for ET 6x00 card. * network/netconnect.pm: tried to fix damien sucking. 2001/09/20 Guillaume Cottenceau * share/po/fr.po: misc 2001/09/20 Pablo Saratxaga * share/po/tr.po: updated Turkish file * share/po/cs.po: updated Czech file * share/po/nl.po, share/po/da.po, share/po/zh_TW.po: updated Danish, Chinese and Dutch files 2001/09/20 Pixel * install_interactive.pm (partition_with_diskdrake): ensure the $::expert flag modifications in diskdrake do not escape from diskdrake * share/rpmsrate: raise i18n fonts * fsedit.pm (hds): do a get_major_minor where needed * lang.pm: replace xcin by chinput as per Alex request * install_steps_interactive.pm (choosePartitionsToFormat): do not propose check bad blocks for xfs and jfs 2001/09/20 Till Kamppeter * printerdrake.pm: Fixed flow of the program for the "recommended" mode of the installation. 2001/09/20 dam's * network/netconnect.pm: don't reapply the conf, if already applied. usefull for dhcp, because the network should be restarted after configured * mouse.pm: text positionning * standalone/net_monitor: less gethostbyname 2001/09/20 François Pons * pkgs.pm: take care not probing in /dev/ for finding package to upgrade, this cause problem in live_upgrade. * network/netconnect.pm: tried to fix damien sucking. 2001/09/20 Pablo Saratxaga * share/po/nl.po, share/po/da.po, share/po/zh_TW.po: updated Danish, Chinese and Dutch files 2001/09/20 Pixel * share/rpmsrate: raise i18n fonts s/telnet-server/telnet-server-krb5/ * fsedit.pm (hds): do a get_major_minor where needed * fs.pm (add2all_hds): allow both "smbfs" and "smb" as fs type * lang.pm: replace xcin by chinput as per Alex request * printerdrake.pm: back out the modif from till as asked by till 2001/09/20 Till Kamppeter * printerdrake.pm: Make it possible to configure more than 1 printer in a "recommended" mode installation. 2001/09/19 dam's * network/adsl.pm, network/netconnect.pm, network/ethernet.pm: network restart at better place 2001/09/19 Guillaume Cottenceau * share/rpmsrate: chromium and tuxracer don't work well with Riva 2001/09/19 Pablo Saratxaga * share/po/it.po: updated pot file updated help xml * help.pm: updated help file * share/po/be.po, share/po/sp.po, share/po/zh_CN.po, share/po/pt.po, share/po/bg.po, share/po/sr.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/ko.po, share/po/nl.po, share/po/ja.po, share/po/sv.po, share/po/hu.po, share/po/id.po, share/po/pl.po, share/po/fi.po, share/po/no.po, share/po/th.po, share/po/el.po, share/po/sk.po, share/po/lt.po, share/po/vi.po, share/po/gl.po, share/po/ca.po, share/po/lv.po, share/po/uk.po, share/po/eo.po, share/po/bs.po, share/po/da.po, share/po/zh_TW.po, share/po/cs.po, share/po/af.po: updated pot file * share/po/DrakX.pot, share/po/es.po, share/po/fr.po, share/po/de.po: updated help xml * share/po/wa.po: updated pot file updated pot file 2001/09/19 dam's * network/adsl.pm, network/netconnect.pm, network/ethernet.pm: network restart at better place 2001/09/19 fcrozat * share/rpmsrate: Add mdk-eazel-engine * share/po/fr.po: Fix french mistakes 2001/09/19 François Pons * pkgs.pm: added code to check if package are really installed. * Xconfigurator.pm: Rage 128 doesn't like XF3 at all. make only bad card Riva128 for testing XF4. Riva128 is now a bad card. 2001/09/19 Guillaume Cottenceau * mdk-stage1/init.c: raklet quoting * share/rpmsrate: chromium and tuxracer don't work well with Riva 2001/09/19 Pixel * loopback.pm (create): don't use seek to create big files otherwise you get hole and swapon doesn't like it * any.pm (ask_users): default icon "man" * lang.pm: compatibility with older $o->{lang} names (for auto_installs) * install2.pm: initial support for server install compatibility with older $o->{lang} names (for auto_installs) * install_steps_gtk.pm: initial support for server install * printerdrake.pm: help perl_checker * pkgs.pm, share/rpmsrate, install_any.pm: - gmc instead of nautilus for non-latin1 installs - introduce CHARSET flag and use it 2001/09/19 Till Kamppeter * printer.pm: Network is now only required (and checked) for remote printers. Several buglets fixed in remote CUPS server dialog. * printerdrake.pm: Removed a forgotten debug help line from the code. Fixed typo in dialog text of high/paranoid security. Network is now only required (and checked) for remote printers. Several buglets fixed in remote CUPS server dialog. 2001/09/18 dam's * network/netconnect.pm: don't ask to connect if lan or dhcp 2001/09/18 Guillaume Cottenceau * install2.pm: don't create bootdisk by default * share/po/fr.po: misc 2001/09/18 Pixel * any.pm (write_passwd_user): fix setting "pw" field (for auto_installs) * install_steps_gtk.pm, pkgs.pm: tentative to correct install time for big installs 2001/09/18 dam's * network/adsl.pm, my_gtk.pm: corrected Speedtouch -> speedtouch * network/netconnect.pm: don't ask to connect if lan or dhcp * standalone/drakgw: debug 2001/09/18 François Pons * rescue/tree/etc/oem: added X group with SYSTEM. finally work arounded rpm bug by flepied. * detect_devices.pm: added back full pci probe for stage2 command lspci. removed full pci probe for stringlist (used for generating report_bug). * install_steps_interactive.pm: now finally really fixed printer label in summary dialog. fixed printer description in summary (again). fixed no printer displayed (at least, print Remote CUPS server). * commands.pm: make lspci a full pci probe instead of safe pci probe. 2001/09/18 gbeauchesne * Xconfigurator.pm: - Force XFree 4 on IA-64. No XFree 3.3.X there... * tools/ia64/elilo.efi: - elilo 3.1 2001/09/18 Guillaume Cottenceau * install2.pm: don't create bootdisk by default * standalone/drakautoinst: have "manual" and "replay" translated * share/po/fr.po: misc 2001/09/18 Pablo Saratxaga * share/po/nl.po, share/po/hu.po: updated Dutch and Hungarian files 2001/09/18 Pixel * lang.pm, share/gen_locales.sh, share/locales-skeleton.tar.bz2: - remove ISO-8859-5, KOI8-R and KOI8-U - cleanup packdrake extracting locales - cleanup/fixes lang.pm * install_steps.pm: fix setting kdmrc for latin1 * any.pm (write_passwd_user): fix setting "pw" field (for auto_installs) * install_steps_gtk.pm, pkgs.pm: tentative to correct install time for big installs 2001/09/17 François Pons * rescue/list: updated for rpm 4.0.3. * rescue/tree/etc/oem: updated for 8.1, contains workaround for bug of "rpm --root" but need more testing. * standalone/XFdrake: removed comment. added support to configure NVIDIA driver if everything is correctly installed. 2001/09/17 Pixel * fs.pm, fsedit.pm: - '--' to separate options for supermount + small workaround (ro and exec before --) - fix nfs in manualFstab (for auto_installs, reported by David Eastcott) 2001/09/17 Till Kamppeter * printer.pm: Fixed bug of /etc/foomatic/defaultspooler not been written in expert install. 2001/09/17 dam's * network/network.pm: no expert mode needed to choose gateway 2001/09/17 François Pons * rescue/list: updated for rpm 4.0.3. * rescue/tree/etc/oem: updated for 8.1, contains workaround for bug of "rpm --root" but need more testing. * printerdrake.pm: add eval around installing lexmark-driver (proprietary). * Xconfigurator.pm: deactivating bad card test (too). * standalone/XFdrake: removed comment. added support to configure NVIDIA driver if everything is correctly installed. 2001/09/17 odin * share/po/fr.po: updated fr.po 2001/09/17 Pablo Saratxaga * keyboard.pm: Added choice of "English|Ireland (euro)" so people wanting English language but also euro symbol can choose it. fixed Belgian keyboard * share/po/fr.po, share/po/wa.po, share/po/es.po: updated Spanish and Wallon files; corrected error syntax in French file * lang.pm: Added choice of "English|Ireland (euro)" so people wanting English language but also euro symbol can choose it. 2001/09/17 Pixel * fs.pm: - '--' to separate options for supermount + small workaround (ro and exec before --) - fix nfs in manualFstab (for auto_installs, reported by David Eastcott) (mount): do not hand update /etc/mtab for nfs mounts, already done by mount(8) (set_default_options): disable iocharset= and codepage= for supermount * partition_table.pm (adjust_main_extended): do not use linux extended * detect_devices.pm (pci_probe): log full pci probes * standalone/drakbug_report: fix * fsedit.pm: - '--' to separate options for supermount + small workaround (ro and exec before --) - fix nfs in manualFstab (for auto_installs, reported by David Eastcott) 2001/09/17 Till Kamppeter * printer.pm: Fixed bug of /etc/foomatic/defaultspooler not been written in expert install. Do not die when "chkconfig" fails (needed for "security_check"). Added "-q" option to foomatic-configure (should not get interactive). Added handling of high and paranoid security levels. * printerdrake.pm: /etc/foomatic/defaultspooler was not written in expert mode installation. Added handling of high and paranoid security levels. 2001/09/17 François Pons * printerdrake.pm: add eval around installing lexmark-driver (proprietary). 2001/09/17 Pixel * detect_devices.pm (pci_probe): log full pci probes * fs.pm (set_default_options): disable iocharset= and codepage= for supermount 2001/09/17 François Pons * printerdrake.pm: add eval around installing lexmark-driver (proprietary). 2001/09/17 Pablo Saratxaga * help.pm: updated help file * share/po/be.po, share/po/sp.po, share/po/zh_CN.po, share/po/pt.po, share/po/DrakX.pot, share/po/es.po, share/po/fr.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/ko.po, share/po/nl.po, share/po/ja.po, share/po/wa.po, share/po/sv.po, share/po/hu.po, share/po/it.po, share/po/id.po, share/po/pl.po, share/po/fi.po, share/po/no.po, share/po/th.po, share/po/el.po, share/po/sk.po, share/po/lt.po, share/po/vi.po, share/po/gl.po, share/po/ca.po, share/po/lv.po, share/po/uk.po, share/po/eo.po, share/po/bs.po, share/po/da.po, share/po/zh_TW.po, share/po/cs.po, share/po/af.po: updated pot file 2001/09/17 Pixel * detect_devices.pm (pci_probe): log full pci probes 2001/09/16 Pixel * install_any.pm (getAndSaveAutoInstallFloppy): skip it on ia64 * pkgs.pm (read_rpmsrate): fix bug 2001/09/16 Till Kamppeter * printer.pm: Fixed bug which prevented from printing the option list during install. Fixed bug which prevents printerdrake from running without PDQ installed. 2001/09/16 Pixel * install_any.pm (getAndSaveAutoInstallFloppy): skip it on ia64 more up to my need ALL flag in compssUsersChoice remove auto-install special case (initialisation of compssUsersChoice) * share/rpmsrate: - cleanup packages appearing twice in rpmsrate - handle a few case of packages appearing twice - special case for packages appearing in INSTALL section (flag dropped) - new special flag ALL for compssUsersChoice * pkgs.pm: more up to my need ALL flag in compssUsersChoice - cleanup packages appearing twice in rpmsrate - handle a few case of packages appearing twice - special case for packages appearing in INSTALL section (flag dropped) - new special flag ALL for compssUsersChoice * rescue/make_rescue_img: use new mkdir_p, rm_rf and cp_af from MDK::Common 2001/09/16 siegel * share/po/help_xml2pm.pl: added "systemitem" 2001/09/16 Till Kamppeter * printer.pm: Fixed bug which prevents printerdrake from running without PDQ installed. 2001/09/16 dam's * mouse.pm, my_gtk.pm: bugfix + cosmetic changes 2001/09/16 Pablo Saratxaga * help.pm: updated help.pm file * share/po/hu.po: updated Hungarian file updated pot file * share/po/be.po, share/po/sp.po, share/po/zh_CN.po, share/po/pt.po, share/po/DrakX.pot, share/po/es.po, share/po/fr.po, share/po/bg.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/ko.po, share/po/nl.po, share/po/ja.po, share/po/wa.po, share/po/sv.po, share/po/it.po, share/po/id.po, share/po/pl.po, share/po/fi.po, share/po/no.po, share/po/th.po, share/po/el.po, share/po/sk.po, share/po/lt.po, share/po/vi.po, share/po/gl.po, share/po/ca.po, share/po/lv.po, share/po/uk.po, share/po/eo.po, share/po/bs.po, share/po/da.po, share/po/zh_TW.po, share/po/cs.po, share/po/af.po: updated pot file 2001/09/16 Pixel * diskdrake.pm: "please click on ..." for removable, nfs, smb. * fsedit.pm: enhance lvm handling (mostly standalone) - cleanup & enhance raid mdstat reading (now works with or without devfs mounted) - chunk size is buggy? * install_any.pm (getAndSaveAutoInstallFloppy): skip it on ia64 more up to my need ALL flag in compssUsersChoice remove auto-install special case (initialisation of compssUsersChoice) use new mkdir_p, rm_rf and cp_af from MDK::Common * share/rpmsrate: - cleanup packages appearing twice in rpmsrate - handle a few case of packages appearing twice - special case for packages appearing in INSTALL section (flag dropped) - new special flag ALL for compssUsersChoice * verify_c: add special case for c::to_utf8 * pkgs.pm: more up to my need ALL flag in compssUsersChoice - cleanup packages appearing twice in rpmsrate - handle a few case of packages appearing twice - special case for packages appearing in INSTALL section (flag dropped) - new special flag ALL for compssUsersChoice use new mkdir_p, rm_rf and cp_af from MDK::Common * services.pm, install2.pm, lang.pm, commands.pm, loopback.pm, tinyfirewall.pm, raid.pm, keyboard.pm, printerdrake.pm, fs.pm, mouse.pm, network/netconnect.pm, timezone.pm, network/adsl.pm, install_steps.pm, any.pm, printer.pm, rescue/make_rescue_img, bootloader.pm: use new mkdir_p, rm_rf and cp_af from MDK::Common * diskdrake_interactive.pm, lvm.pm: enhance lvm handling (mostly standalone) * devices.pm (make): ensure it never returns a non-absolute name (it happened with make("foo") when cwd=/dev and /dev/foo existed) 2001/09/16 siegel * share/po/help_xml2pm.pl: added "systemitem" added commet explainig that help.pm is automatically generated. * .cvsignore: added .*.sw? for vim users 2001/09/16 Till Kamppeter * printer.pm, printerdrake.pm: Added possibility to list command line options for the printers and to give the users help for printing Fixed bug of sometimes appearing the wron dialog after printing test pages 2001/09/15 Pixel * fs.pm: fix options appearing twice in fstab * install_steps.pm, any.pm, c/stuff.pm: i18n kdmrc * lang.pm (load_mo): ensure the locale is set (was broken in non-gtk installs) * install_steps_auto_install.pm (enteringStep): do not translate in ja|ko|zh 2001/09/15 Pixel * fs.pm: fix options appearing twice in fstab * install_steps.pm, any.pm, c/stuff.pm: i18n kdmrc * lang.pm (load_mo): ensure the locale is set (was broken in non-gtk installs) * install_steps_auto_install.pm (enteringStep): do not translate in ja|ko|zh 2001/09/15 civileme * help.pm: Added a dialog in English for users selecting a printing system since no other OS seems to offer such a choice during install. 2001/09/15 dam's * standalone/draknet: better connection testing * network/tools.pm: more timeout * network/adsl.pm: avoid asking 2 times to restart the ethernet card * mouse.pm: readded darea realization 2001/09/15 Pablo Saratxaga * share/rpmsrate: make gtk-themes installed when Gnome is choosen * share/po/es.po: updated Spanish file * share/po/wa.po, share/po/hu.po: updated Hungarian file 2001/09/15 Pixel * Makefile.config, tools/Makefile: add aewm-drakx * install_steps_gtk.pm: makes cancel on mouse selection works even better - add and use aewm-drakx - add some "skip" title on help/logo/steps windows so that aewm-drakx know they don't need keyboard focus - add some more title to ease debugging (when aewm-drakx is in debug mode) * install_gtk.pm, tools/aewm-drakx/Makefile, tools/aewm-drakx/misc.c, tools/aewm-drakx/README: - add and use aewm-drakx - add some "skip" title on help/logo/steps windows so that aewm-drakx know they don't need keyboard focus - add some more title to ease debugging (when aewm-drakx is in debug mode) * any.pm: i18n kdmrc fix user icons choice - add and use aewm-drakx - add some "skip" title on help/logo/steps windows so that aewm-drakx know they don't need keyboard focus - add some more title to ease debugging (when aewm-drakx is in debug mode) * install2.pm: don't warn if modules are missing when testing * bootloader.pm: find error in /tmp/.error only if exception is "xxx failed" (write_lilo_conf): ensure linear and lba32 are not both set * share/po/fake_c.pl: fix a tricky hack * my_gtk.pm: do the set_events before the show otherwise gtk go crazy (no more keyboard focus) * c/stuff.pm: i18n kdmrc * lang.pm (load_mo): ensure the locale is set (was broken in non-gtk installs) * install_steps_interactive.pm: fix typo find error in /tmp/.error only if exception is "xxx failed" makes cancel on mouse selection works even better fix cancel on mouse choice * install_steps.pm: i18n kdmrc enable supermount again * network/adsl.pm: correct dams typo * fs.pm (write_fstab): fix supermount moving from options to fstype * steps.pm: find error in /tmp/.error only if exception is "xxx failed" * tools/aewm-drakx/aewm.h, tools/aewm-drakx/client.c, tools/aewm-drakx/events.c, tools/aewm-drakx/aewm-drakx.c: set_focus on new map_request event (fix summary step) - add and use aewm-drakx - add some "skip" title on help/logo/steps windows so that aewm-drakx know they don't need keyboard focus - add some more title to ease debugging (when aewm-drakx is in debug mode) * install_steps_auto_install.pm (enteringStep): do not translate in ja|ko|zh 2001/09/15 siegel * share/po/de.po: fixed another typo new string * printerdrake.pm: added missing _() * standalone/draksec: use " instead of ' to get i18n * standalone/draknet: fixed missing _() 2001/09/15 Till Kamppeter * printerdrake.pm: Added the PDQ panic button. Removed a superfluous "set_help" line. Save default spooler at program start, fixed typos in comments. Command line commands as "lpr", "lpq", ... are mapped to the correct spooler now. Fixed bug of a waiting message appearing together with a dialog Cleaned up variables to correctly switch between CUPS/Foomatic/Raw type for a printer * printer.pm: Added the PDQ panic button. Command line commands as "lpr", "lpq", ... are mapped to the correct spooler now. * standalone/printerdrake: Fixed bug of spooler choice via command line options being ignored. 2001/09/15 warly * share/rpmsrate: add drakfirsttime 2001/09/14 dam's * printer.pm, printerdrake.pm: make test_pms happy * install_any.pm: pptp-adsl instead of pptp-adsl-fr * Xconfigurator.pm: no shadow when X test * standalone.pm: bugfix * my_gtk.pm: no icon if wizard no shadow when X test shadow color * bootlook.pm: bugfix iautologin correction * mouse.pm: trying to remove draw * network/adsl.pm: debug pptp-adsl instead of pptp-adsl-fr bugfix updated speedtouch handling. 2001/09/14 François Pons * install_steps.pm: removed S3 ViRGE card from card with problem with frame buffer as it works fine. * Xconfigurator.pm: fixed filtering of depth for newt version. depth 24 is used for DRI for Rage 128 and Radeon instead of Depth 32 (as depth 32 simply doesn't work, even if DRI guide says it works :-) 24 bit works fine for Rage 128. apply restriction on depth available when changing resolution, removed S3 ViRGE from experimental 3D accelerated card list as it really does not work, allow on second pass to change card configuration to choose server (experimental server are still only available to expert), added support for UseCCEFor2D for Rage 128 card if a TV card is installed (set to true, else set to false), added support for Rage Mobility M... card that are Rage 128 Mobile chipset, improved error message display to catch only appropriate error message of XFree 4.1.0 only, added support for 32 bits for DRI using Matrox card, improved info message with real version of XFree used (anybody) and identifier from PCI probe (expert). 2001/09/14 Guillaume Cottenceau * mdk-stage1/insmod-busybox/Makefile: clean also cleans the DIET target * mdk-stage1/Makefile, mdk-stage1/Makefile.mkinitrd_helper: back to using a reduced form of mkinitrd_helper for mkinitrd (only to provide a dietlibc-enabled static insmod) 2001/09/14 Pablo Saratxaga * share/po/wa.po: updated Walloon file * share/po/ko.po: updated Korean file * share/po/da.po: updated Danish file updated Danish file * share/po/bs.po, share/po/sv.po: updated Bosnian and Swedish files 2001/09/14 Pixel * partition_table_raw.pm, install_any.pm: when testing for bad drives, if opening for writing fails, remove the drive from the hard drive list (useful for Smartmedia readers) * pkgs.pm: update correctSize and invCorrectSize (now linear) * share/po/fr.po: fix odin bug (please run msgfmt before committing!) * share/rpmsrate: do not install Aurora in russian 2001/09/14 siegel * share/po/de.po: updates * standalone/drakautoinst: Check exisence of "/root/replay_install.img" before anything else ... 2001/09/14 Till Kamppeter * printerdrake.pm: Added "set_help" lines for installer help texts. Raw queue entry added, so cursor not always on "Alps MD-1000" when no printer detected. Resolved conflict. Now it is checked whether the network is configured and running. draknet is called when the network is not configured. It is checked whether the spooler is automatically started at boot. The oki4daemon is started when needed. Lexmarks inkjet drivers are fully integrated. The permissions of the device files are set so that normal users can print with PDQ. * standalone/printerdrake: Fixed spooler selection by command line. * printer.pm: Raw queue entry added, so cursor not always on "Alps MD-1000" when no printer detected. Made network checking working on non-english systems. Now it is checked whether the network is configured and running. draknet is called when the network is not configured. It is checked whether the spooler is automatically started at boot. The oki4daemon is started when needed. Lexmarks inkjet drivers are fully integrated. The permissions of the device files are set so that normal users can print with PDQ. 2001/09/14 Pablo Saratxaga * share/po/bg.po, share/po/tr.po: updated Turkish and Bulgarian files updated pot file * share/po/be.po, share/po/sp.po, share/po/zh_CN.po, share/po/pt.po, share/po/DrakX.pot, share/po/es.po, share/po/fr.po, share/po/sr.po, share/po/de.po, share/po/et.po, share/po/eu.po, share/po/az.po, share/po/ru.po, share/po/pt_BR.po, share/po/hr.po, share/po/ko.po, share/po/nl.po, share/po/ja.po, share/po/wa.po, share/po/sv.po, share/po/hu.po, share/po/it.po, share/po/id.po, share/po/pl.po, share/po/fi.po, share/po/no.po, share/po/th.po, share/po/el.po, share/po/sk.po, share/po/lt.po, share/po/vi.po, share/po/gl.po, share/po/ca.po, share/po/lv.po, share/po/uk.po, share/po/eo.po, share/po/bs.po, share/po/da.po, share/po/zh_TW.po, share/po/cs.po, share/po/af.po: updated pot file 2001/09/13 Frederic Lepied * share/rpmsrate: added mt-st to ARCHIVING 2001/09/13 odin * share/po/fr.po: updated up to 6648 2001/09/13 Pixel * diskdrake_interactive.pm: new migration feature for creation of partitions on existing mount points * diskdrake.pm: - add back shortcuts - red colored buttons in nfs/smb/removable 2001/09/13 dam's * pixmaps/wiz_default_up.png, pixmaps/wiz_draknet.png: updated * my_gtk.pm: updated addde /usr/share/icons in path for pixmaps search shadow reduced to 5 pixels * standalone/draknet, network/isdn.pm: isdn timeout works now. 2001/09/13 Frederic Lepied * share/rpmsrate: added mt-st to ARCHIVING 2001/09/13 François Pons * Xconfigurator_consts.pm: removed ugly Modeline 1024x768 which causes trouble to XFree86 4.1.0. * 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. * 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 odin * share/po/fr.po: updated up to 6648 updated fr.po 2001/09/13 Pixel * share/rpmsrate: add krozat * any.pm (inspect): use a safer dir when standalone * install_steps.pm: extend disable KDE GreetString to ja|ko|zh|ru|th|vi|be|bg do not translate kdm GreetString in ja|ko|zh (what about ru?) in kdmrc GreetString, magic string HOSTNAME replaced by %n * diskdrake_interactive.pm: new migration feature for creation of partitions on existing mount points * diskdrake.pm: - add back shortcuts - red colored buttons in nfs/smb/removable * 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_interactive.pm (selectKeyboard): don't prompt in newbie mode if >=90, not >90 2001/09/13 dam's * my_gtk.pm: shadow reduced to 5 pixels * standalone/draknet, network/isdn.pm: isdn timeout works now. 2001/09/13 François Pons * 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 * 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 * standalone/draknet, network/isdn.pm: isdn timeout works now. 2001/09/13 François Pons * lang.pm: fixed bad $localedir in load_mo(). * g_auto_install: updated so that this scripts is running again. * install2.pm: do not output error message for bad kernel if using --g_auto_install. * install_steps_interactive.pm: fixed Printer name reporting for a specific printer. * install_any.pm: updates 3D category according Matrox G550 and Radeon card. * services.pm: updated repartition of services into category, network category are commented so that service will to "Other" one. * live_install2: updated #! as ../perl is not used. * my_gtk.pm: synced with --g_auto_install mode. * 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. * Xconfigurator.pm: 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. synced with --g_auto_install mode. disable testing with all SiS card except SiS 630 under XF4. 2001/09/13 Pablo Saratxaga * share/po/sp.po, share/po/pl.po, share/po/pt.po, share/po/no.po, share/po/th.po, share/po/sr.po, share/po/sk.po, share/po/lt.po, share/po/ru.po, share/po/pt_BR.po, share/po/ko.po, share/po/lv.po, share/po/uk.po, share/po/nl.po, share/po/ja.po, share/po/sv.po, share/po/id.po: updated pot file 2001/09/13 Pixel * 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) * install2.pm (selectKeyboard): remove code causing install_steps::selectKeyboard to be skipped * 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/12 dam's * my_gtk.pm: typo new color for shadow corrected shadow handling no shadow if liveupdate * share/help.png: new help * mouse.pm: removed debug code * network/tools.pm, network/netconnect.pm, network/ethernet.pm, network/isdn.pm, network/adsl.pm, network/modem.pm: new default connection handling * standalone.pm: added wait message while installing package 2001/09/12 daouda * standalone/drakbug_report: add Mandrake release section 2001/09/12 fcrozat * share/rpmsrate: Fix gnome install 2001/09/12 François Pons * install2.pm: removed obsolete --nocpi flag for install2. avoid probing usb device (for mouse) if --noauto is given. * install_steps.pm: disabled frame buffer for most of the SiS display card except SiS 630. * Xconfigurator.pm: added MGA G550 as always having two head. * live_install2: fix when switching perl version. * live_install: use system perl instead. 2001/09/12 gbeauchesne * share/list.ia64, share/list, share/list.i386: - list (/sbin/mkfs.jfs, /sbin/mkfs.xfs): Move to... - list.i386: ... Here. - list.ia64: Updates. 2001/09/12 odin * share/po/fr.po: updated fr.po 2001/09/12 Pablo Saratxaga * share/po/be.po, share/po/zh_CN.po, share/po/fi.po, share/po/DrakX.pot, share/po/es.po, share/po/fr.po, share/po/bg.po, share/po/de.po, share/po/et.po, share/po/el.po, share/po/tr.po, share/po/eu.po, share/po/az.po, share/po/hr.po, share/po/vi.po, share/po/ca.po, share/po/gl.po, share/po/eo.po, share/po/help_xml2pm.pl, share/po/wa.po, share/po/da.po, share/po/zh_TW.po, share/po/cs.po, share/po/hu.po, share/po/it.po, share/po/af.po: updated pot file * help.pm: new version with [ and ] * lang.pm: commented out utf-8 russian locale, for now 2001/09/12 Pixel * standalone/lsnetdrake: fix typo added wonderful lsnetdrake * modules.pm, install2.pm: display error when the kernel mismatch the modules * docs/README: explain how to get the boot kernels * install_steps_gtk.pm (choosePackagesTree): translate the categories * standalone/drakbug_report: cleanup * bootloader.pm (suggest): no "quiet" boot for smp and enterprise kernels (suggest): no "quiet" boot for smp and enterprise kernels allow grub even for more than 800MB * Makefile.drakxtools, Makefile.config: added wonderful lsnetdrake 2001/09/12 siegel * share/po/de.po: new & shiny verion * share/po/help_xml2pm.pl: fixed silly error added keycap patch 2001/09/12 dam's * my_gtk.pm: corrected shadow handling no shadow if liveupdate table undef corrected removed shadows if standalone * standalone/drakgw, standalone/draknet: corrected wizard mode in newt mode * mouse.pm: removed debug code * network/netconnect.pm: corrected splash in non X mode 2001/09/12 daouda * standalone/drakbug_report: add Mandrake release section 2001/09/12 François Pons * live_install2: fix when switching perl version. * live_install: use system perl instead. 2001/09/12 kjx * share/po/zh_CN.po: revison 2001/09/12 Pixel * docs/README: explain how to get the boot kernels * install_steps_gtk.pm (choosePackagesTree): translate the categories * standalone/drakbug_report: cleanup * bootloader.pm: allow grub even for more than 800MB 2001/09/11 dam's * network/netconnect.pm: removed useless print don't detect ethx if no autodetection. implement smarter checkboxes * mouse.pm: test updated mouse test worked * network/ethernet.pm: don't detect ethx if no autodetection. implement smarter checkboxes * pixmaps/arrow_down.xpm: pixmap corrected new arrows * pixmaps/arrow_up.xpm: new arrows * share/rpmsrate: added ibod added isdn-light * interactive_gtk.pm, my_gtk.pm: fear the shaped windows... 2001/09/11 Pablo Saratxaga * help.pm: small fix * share/po/fr.po, share/po/de.po, share/po/DrakX.pot, share/po/hu.po, share/po/it.po: updated Hungarian file; updated pot file 2001/09/11 Pixel * Makefile (tar-drakxtools): remove the building of "help" for drakxtools * bootloader.pm: for lilo, do not have table=/dev/xxx if the device is not a primary partition (otherwise lilo dies) 2001/09/10 dam's * network/modem.pm, network/ethernet.pm: detect_devices * standalone/net_monitor, network/network.pm: removed timeout:1 in resolv.conf, modified timeout scanning in draknet/net_monitor * install_gtk.pm, install_steps_gtk.pm: mouse test moved * mouse.pm: test_mouse moved * my_gtk.pm: added border window decorations no set_events if embedded * standalone/draknet: removed timeout:1 in resolv.conf, modified timeout scanning in draknet/net_monitor debug * standalone/mousedrake: don't fork the code * network/adsl.pm: debug debug 2001/09/10 François Pons * install_any.pm: updated g_auto_install() for newer printerdrake interface. * modules.pm, detect_devices.pm: moved modules::get_pcmcia_devices into detect_devices::pcmcia_probe. * mdk-stage1/init-data/msgboot-blank.img.bz2: initial release for blank.img floppy image. * install_steps_interactive.pm, mouse.pm: added hid type usb mouse support. * Xconfigurator_consts.pm: added some more ModeLine (1024x768 @ 97.6 Hz, 1024x480 but not automatically used). 2001/09/10 Guillaume Cottenceau * share/rpmsrate: plop some adjustements in Games section 2001/09/10 Pablo Saratxaga * share/po/DrakX.pot, share/po/de.po: updated German file; added choice of various quotes in help_xml2pm.pl Updated pot file; removed translations that are too low on percentage. * share/po/zh_TW.po: updated Chinese file * share/po/ko.po: updated Korean file Updated pot file; removed translations that are too low on percentage. * share/po/be.po, share/po/sp.po, share/po/zh_CN.po, share/po/pt.po, share/po/es.po, share/po/fr.po, share/po/bg.po, share/po/ga.po, share/po/sr.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/ja.po, share/po/wa.po, share/po/sv.po, share/po/is.po, share/po/hu.po, share/po/it.po, share/po/id.po, share/po/pl.po, share/po/no.po, share/po/fi.po, share/po/th.po, share/po/el.po, share/po/sk.po, share/po/lt.po, share/po/ar.po, share/po/sl.po, share/po/vi.po, share/po/br.po, share/po/ca.po, share/po/gl.po, share/po/lv.po, share/po/uk.po, share/po/eo.po, share/po/ro.po, share/po/bs.po, share/po/da.po, share/po/cs.po, share/po/af.po: Updated pot file; removed translations that are too low on percentage. * share/po/help_xml2pm.pl: updated German file; added choice of various quotes in help_xml2pm.pl 2001/09/10 Pixel * interactive_gtk.pm, my_gtk.pm: - make diskdrake work in embedded mode - $my_gtk::pop_it used where it should * detect_devices.pm: fix ide-scsi appearing 2 times when standalone because both in /proc/ide and /proc/scsi/scsi * share/po/help_xml2pm.pl: s/my/our/ for $i18ned_... vars - skip directories missing drakx-help.xml - convert to the right charset (taken from $lang.po) - rename help-*.po by help-*.pot - fix typo in script removing $lang.po translations to favour help-*.pot * diskdrake.pm: - make diskdrake work in embedded mode - $my_gtk::pop_it used where it should fix Umount and Mount when i18ned for nfs/smb don't display Wizard if wizard done before DrakX * share/po/Makefile, share/po/.cvsignore: - rename help-*.po by help-*.pot - fix typo in script removing $lang.po translations to favour help-*.pot 2001/09/10 siegel * share/po/de.po: updates 2001/09/10 Till Kamppeter * printer.pm: Copying of PPD file when moving a CUPS (non-Foomatic) queue modified to not get interactive when overwriting a file. Comment put into non-Foomatic CUPS PPD files in /etc/cups/ppd/ to be able to identify which PPD from /usr/share/cups/model was used (for auto-install). 2001/09/10 Pablo Saratxaga * share/po/be.po, share/po/sp.po, share/po/zh_CN.po, share/po/pt.po, share/po/DrakX.pot, share/po/es.po, share/po/fr.po, share/po/bg.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/ko.po, share/po/cy.po, share/po/nl.po, share/po/ja.po, share/po/wa.po, share/po/sv.po, share/po/is.po, share/po/hu.po, share/po/it.po, share/po/id.po, share/po/pl.po, share/po/fi.po, share/po/no.po, share/po/th.po, share/po/el.po, share/po/sk.po, share/po/lt.po, share/po/ar.po, share/po/sl.po, share/po/vi.po, share/po/br.po, share/po/ca.po, share/po/gl.po, share/po/lv.po, share/po/uk.po, share/po/eo.po, share/po/ro.po, share/po/bs.po, share/po/da.po, share/po/cs.po, share/po/af.po: Updated pot file; removed translations that are too low on percentage. 2001/09/10 Pixel * share/po/Makefile, share/po/.cvsignore, share/po/help_xml2pm.pl: - rename help-*.po by help-*.pot - fix typo in script removing $lang.po translations to favour help-*.pot 2001/09/09 Pixel * modules.pm: probeall handling 2001/09/09 Guillaume Cottenceau * install_any.pm: getAndSaveInstallFloppy: fix multiple cdrom issue 2001/09/09 Pablo Saratxaga * share/po/tr.po: updated Turkish file * share/po/sv.po: updated Swedish file 2001/09/09 Pixel * install_any.pm (ejectCdrom): fix D state on exit * diskdrake_interactive.pm, install_interactive.pm, diskdrake.pm: - "Wizard" and "More" are back - allow "Use for loopback" when there is already a loopback - set the options on newly created partitions - recompute_loopbacks called after modification of loopbacks, no more before reading - restrict the lenght of the lines in partition description - make loopback work * interactive_gtk.pm, interactive.pm, any.pm, interactive_newt.pm: clicked_may_quit used in place of clicked+exception to work-around perl-GTK bug (?) * share/po/i18n_compssUsers: ensure we're not adding a string already there (otherwise msgmerge yells) * share/po/help_xml2pm.pl, share/po/.cvsignore: xml help handling/enhancing for multi-langs * modules.pm: probeall handling (write_conf): switch to "probeall scsi_hostadapter ..." * share/po/Makefile: xml help handling/enhancing for multi-langs xml help handling/enhancing for multi-langs * partition_table.pm (get_normal_parts_and_holes): remove only small holes, not small partitions * fs.pm (set_default_options): remove iocharset=... for nfs (why was it there?) 2001/09/08 Guillaume Cottenceau * share/po/fr.po: fix some ortograf * share/rpmsrate: lvm not installed for everyone ?! 2001/09/08 Pixel * install_steps_auto_install.pm: force exitInstall to be non automatic * install_steps.pm, fs.pm, install_steps_interactive.pm, fsedit.pm, diskdrake_interactive.pm, install2.pm, diskdrake.pm: make loopback installs work again 2001/09/09 Pixel * modules.pm (write_conf): switch to "probeall scsi_hostadapter ..." 2001/09/08 Guillaume Cottenceau * share/po/fr.po: fix some ortograf * share/rpmsrate: lvm not installed for everyone ?! * modules.pm: fix write_conf regarding /etc/modules so that (1) it doesn't flush it when it didn't decide to put any modules in it (to leave user's modules) (2) it doesn't remove the last line (3) it uses stronger regexp'es for substitution to not remove modules that have names made of other modules names subsets 2001/09/08 Pablo Saratxaga * share/po/zh_TW.po: updated Chinese file 2001/09/08 Pixel * lang.pm: fix font in iso-15 * modules.pm (write_conf): put "probeall scsi-hosts scsi_hostadapter ..." * interactive.pm: ugly workaround perl bug ([ID 20010908.008] memory leak with nested subs) * share/diskdrake.rc: change name * install_steps_auto_install.pm: force exitInstall to be non automatic * install_steps.pm, fs.pm, install_steps_interactive.pm, fsedit.pm, diskdrake_interactive.pm, install2.pm, diskdrake.pm: make loopback installs work again * timezone.pm: Asia/Taipei for Traditional Chinese * detect_devices.pm: remove debug code 2001/09/07 daouda * share/rpmsrate: add mdkonline (X 4) 2001/09/07 fcrozat * share/rpmsrate: Add grio500 2001/09/07 François Pons * Xconfigurator.pm: fix card managed only by XF4 (may have some wrong result). fix all Matrox card used with XF4 which really does not like X in frame buffer (unable to restore frame buffer of DrakX). 2001/09/07 Guillaume Cottenceau * rescue/tree/etc/oem, rescue/guessmounts, rescue/list.i386, rescue/tree/etc/rc.sysinit: ext3, xfs, jfs * bootloader.pm: use -v for mkinitrd * share/po/fr.po: "reseaux" and plurals misc * share/rpmsrate: some work on games 2001/09/07 Pablo Saratxaga * share/po/ja.po, share/po/vi.po: updated Vietnamese and Japanese files 2001/09/07 Pixel * Makefile: cleanup po * install_steps.pm: s|kdmrc|kdm/kdmrc| * lang.pm: fix load_mo call * share/po/help_xml2pm.pl, share/po/Makefile, help.pm: new help * diskdrake_interactive.pm: disable_forced_fsck called for ext3 formatting disable_forced_fsck called for ext3 formatting (Type): disable fsck when migrated ext2->ext3 * fs.pm: disable_forced_fsck called for ext3 formatting 2001/09/07 siegel * share/po/de.po: updates 2001/09/07 Till Kamppeter * standalone/printerdrake, printer.pm, printerdrake.pm: Data structure fitted for auto-install to work Optimized program to be much faster Many more waiting messages Many bugfixes 2001/09/07 daouda * share/rpmsrate: add mdkonline (X 4) 2001/09/07 fcrozat * share/rpmsrate: Add grio500 2001/09/07 François Pons * Xconfigurator.pm: fix card managed only by XF4 (may have some wrong result). fix all Matrox card used with XF4 which really does not like X in frame buffer (unable to restore frame buffer of DrakX). 2001/09/07 Pablo Saratxaga * any.pm: Changed simple quote to double quote for a translatable string (otherwise it isn't seen) * share/po/es.po: updated Spanish file updated pot file * share/po/be.po, share/po/sp.po, share/po/zh_CN.po, share/po/pt.po, share/po/DrakX.pot, share/po/fr.po, share/po/bg.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/ko.po, share/po/cy.po, share/po/nl.po, share/po/ja.po, share/po/wa.po, share/po/is.po, share/po/hu.po, share/po/it.po, share/po/id.po, share/po/pl.po, share/po/no.po, share/po/fi.po, share/po/th.po, share/po/el.po, share/po/sk.po, share/po/lt.po, share/po/ar.po, share/po/sl.po, share/po/vi.po, share/po/br.po, share/po/ca.po, share/po/gl.po, share/po/lv.po, share/po/uk.po, share/po/eo.po, share/po/ro.po, share/po/bs.po, share/po/da.po, share/po/zh_TW.po, share/po/cs.po, share/po/af.po: updated pot file * share/po/sv.po: updated Swedish file updated pot file 2001/09/07 Pixel * install_steps.pm: s|kdmrc|kdm/kdmrc| remove the "konsole and gnome-terminal are lamers in exotic languages, link them to something better" * bootloader.pm (write_lilo_conf): fix typo * share/po/help_xml2pm.pl, share/po/Makefile, help.pm: new help * diskdrake_interactive.pm: disable_forced_fsck called for ext3 formatting disable_forced_fsck called for ext3 formatting (Type): disable fsck when migrated ext2->ext3 * install_any.pm, keyboard.pm: cleanup * partition_table.pm, share/list: add xfs * fs.pm: disable_forced_fsck called for ext3 formatting * share/rpmsrate: add jfsprogs 2001/09/07 siegel * share/po/de.po: updates updates/fixes 2001/09/06 dam's * network/adsl.pm, network/tools.pm: corrected speedtouch * install_gtk.pm: removed comments 2001/09/06 François Pons * Xconfigurator.pm: cleanup for bad card and prefer XF3, so now using XFree 4.1.0 is not bad, and all NVIDIA card are no more considered bad. * pkgs.pm: fixed retry of package 3 times everytime even if first install succeeded, now after first successfull install, go to next package to install. * install_steps.pm: removed some cards for allowing frame buffer. 2001/09/06 Guillaume Cottenceau * standalone/drakgw: works now ;p 2001/09/06 Pablo Saratxaga * lang.pm: 'zh' in LANGUAGE for Chinese is needed by DrakX corrected lang.pm to have coherence in locale usage (it was the source of much of the problems); changed keyboard.pm to ignore charset encoding in locale name for locale -> keyboard guessing. removed unused gconv modules, converted az.po to utf-8 (as it was the only remaining az.po on Earth still in a non standard encoding) * share/list, share/gen_locales.sh, share/locales-skeleton.tar.bz2, keyboard.pm, share/po/az.po: corrected lang.pm to have coherence in locale usage (it was the source of much of the problems); changed keyboard.pm to ignore charset encoding in locale name for locale -> keyboard guessing. removed unused gconv modules, converted az.po to utf-8 (as it was the only remaining az.po on Earth still in a non standard encoding) 2001/09/06 Pixel * install2.pm: fix keyboard config + some cleanup cleanup (use /proc/self instead of /proc/$$) * install_steps.pm, install_steps_interactive.pm, keyboard.pm: fix keyboard config + some cleanup 2001/09/06 dam's * network/adsl.pm, network/tools.pm: corrected speedtouch * install_gtk.pm: removed comments 2001/09/06 François Pons * Xconfigurator.pm: cleanup for bad card and prefer XF3, so now using XFree 4.1.0 is not bad, and all NVIDIA card are no more considered bad. avoid using @resolutions_laptop, now use only @resolutions, this means 1400x1050 is available to other, use XFree86 4.1.0 builtin timings for 1400x1050 (so 1400x1050 is no more printed as modeline for XFree 4.1.0 configuration file). * install_steps.pm: removed some cards for allowing frame buffer. fix log when configuring printer queue. * Xconfigurator_consts.pm: added 1400, 1920 and 2048 for %min_hsync4wres. cleaned up a bit and using XFree86 4.1.0 builtin timings for 1400x1050 and 1920x1440, 2048x1536 has no modeline (but its min hsync is really high). * pkgs.pm: fixed retry of package 3 times everytime even if first install succeeded, now after first successfull install, go to next package to install. * install_any.pm: update printer data for g_auto_install. 2001/09/06 Guillaume Cottenceau * standalone/drakgw: works now ;p 2001/09/06 Pixel * install2.pm: fix keyboard config + some cleanup cleanup (use /proc/self instead of /proc/$$) * install_steps.pm, install_steps_interactive.pm, keyboard.pm: fix keyboard config + some cleanup * fs.pm (merge_fstabs): correction allowing manual_fstab to not give the type 2001/09/06 dam's * network/adsl.pm, network/tools.pm: corrected speedtouch * install_gtk.pm: removed comments new mouse test 2001/09/06 François Pons * pkgs.pm: revert previous patch, this is not usable with current rpm as it complains if one the file has a modified MD5SUM against the header describing it in the hdlist, so this is most of the time useless. guess filename if the file is not found (for an rpm file during installation), so try with release incremented in such case (good for Cooker user or local tester using network installation). * install_steps.pm: fix log when configuring printer queue. * Xconfigurator.pm: avoid using @resolutions_laptop, now use only @resolutions, this means 1400x1050 is available to other, use XFree86 4.1.0 builtin timings for 1400x1050 (so 1400x1050 is no more printed as modeline for XFree 4.1.0 configuration file). * Xconfigurator_consts.pm: added 1400, 1920 and 2048 for %min_hsync4wres. cleaned up a bit and using XFree86 4.1.0 builtin timings for 1400x1050 and 1920x1440, 2048x1536 has no modeline (but its min hsync is really high). * install_any.pm: update printer data for g_auto_install. * printerdrake.pm: revert previous commit. added a missing ifup lo, on some case (auto_install) it fails. * printer.pm: start ifup lo before starting service cups. 2001/09/06 Pablo Saratxaga * share/po/da.po: updated Danish file * share/po/ga.po, share/po/no.po: updated Irish and Norwegian files 2001/09/06 Pixel * share/diskdrake.rc, fsedit.pm, diskdrake.pm: add journalised in legend, fix the use * diskdrake_interactive.pm (Add2LVM): do not allow spaces in lvm names * fs.pm (merge_fstabs): correction allowing manual_fstab to not give the type * timezone.pm (ntp_server): fix (step-tickers was empty) 2001/09/05 dam's * standalone/net_monitor, standalone/draknet: corrected opeions * standalone/mousedrake: typo updated * network/tools.pm: corrected initcript * pixmaps/mouse_middle.xpm, pixmaps/mouse_right.xpm, pixmaps/mouse_left.xpm: new pixmaps 2001/09/05 Pixel * standalone/diskdrake: fix function called 2001/09/05 Till Kamppeter * printer.pm, printerdrake.pm: Set default printer (all spoolers), manual config (CUPS), bugfixes, clean-ups. 2001/09/05 dam's * pixmaps/wiz_default_left.png, pixmaps/wiz_default_up.png, pixmaps/wiz_drakgw.png: new icons * share/themes-mdk.rc: updated theme * standalone/draknet: interface display corrected * share/themes/mdk-button4.png, share/themes/mdk-button1.png: new buttons * install_gtk.pm: 2 sec without sensitives buttons * network/netconnect.pm: only if standalone * pixmaps/network.png, pixmaps/bootloader.png, pixmaps/printer.png, pixmaps/security.png, pixmaps/rootpasswd.png, pixmaps/harddrive.png, pixmaps/keyboard.png, pixmaps/X.png, pixmaps/mouse.png, pixmaps/bootdisk.png: new pixmaps 2001/09/05 François Pons * Xconfigurator.pm: fixed display of XFdrake test image (fcrozat). * install_steps.pm: fixed typo preventing removable devices to be seen in /etc/fstab. fixed configurePrinter (used for auto_install). * install_steps_interactive.pm: avoid asking when using existing partition for magic partition with a real mntpoint (typically /tmp/hdimage) if we are not using a ramdisk (so partition is not unmountable). * bootloader.pm: removed yvounet sucking, handle Mandrake lilo or unknown lilo. * fs.pm: fix bad creation of /mnt/hd for an hd installation without ramdisk. support setting /tmp/hdimage in /etc/fstab even if memory is low (not using ramdisk). * install_any.pm: filtering $o->{printer} for g_auto_install(). allow installing urpmi on hd install even if low memory (so not using ramdisk). * diskdrake_interactive.pm: Do not use for loopback of magic partition (/tmp/hdimage). 2001/09/05 Guillaume Cottenceau * tools/i386/busybox: hopefully fix the _ problems with busybox 0.60.1 2001/09/05 Pablo Saratxaga * share/po/bs.po: updated Bosnian file * share/po/uk.po: updated Ukrainian file 2001/09/05 Pixel * Xconfigurator.pm: use EISA_ID in more cases to have the name non-case dependent EISA comparison also try EISA ID to auto-detect the monitor (sometimes the EISA ID is there, but not the [hv]syncrange * Xconfig.pm: fix typos non-case dependent EISA comparison also try EISA ID to auto-detect the monitor (sometimes the EISA ID is there, but not the [hv]syncrange * modules.pm: favor tmscsim over AM53C974 * tools/ddcprobe/ddcxinfos.c: fix for cards giving bad info also try EISA ID to auto-detect the monitor (sometimes the EISA ID is there, but not the [hv]syncrange * standalone/diskdrake: fix function called 2001/09/04 Guillaume Cottenceau * mdk-stage1/mount.c: reflect scd -> sr here too, /me sucks :-( 2001/09/04 Pablo Saratxaga * share/po/be.po, share/po/sp.po, share/po/zh_CN.po, share/po/pt.po, share/po/fr.po, share/po/bg.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/wa.po, share/po/is.po, share/po/hu.po, share/po/it.po, share/po/id.po, share/po/pl.po, share/po/fi.po, share/po/no.po, share/po/th.po, share/po/el.po, share/po/sk.po, share/po/lt.po, share/po/ar.po, share/po/sl.po, share/po/vi.po, share/po/br.po, share/po/ca.po, share/po/gl.po, share/po/lv.po, share/po/eo.po, share/po/bs.po, share/po/ro.po, share/po/da.po, share/po/zh_TW.po, share/po/cs.po, share/po/af.po: Updated Danish file; updated pot file 2001/09/04 Pixel * fs.pm: fix typo 2001/09/04 Till Kamppeter * printer.pm, printerdrake.pm: Fitted to the new Foomatic version. Fixed bug of spooler change only working when language is English. 2001/09/04 François Pons * install_steps.pm: fix bad vga= which go for some install. 2001/09/04 Guillaume Cottenceau * network/netconnect.pm: small english change * mdk-stage1/probing.c: Compaq mescouilles has changed proc stuff * share/rpmsrate: tetex-doc * mdk-stage1/mount.c: reflect scd -> sr here too, /me sucks :-( 2001/09/04 Pablo Saratxaga * share/po/be.po, share/po/sp.po, share/po/zh_CN.po, share/po/pt.po, share/po/fr.po, share/po/bg.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/wa.po, share/po/is.po, share/po/hu.po, share/po/it.po, share/po/id.po, share/po/pl.po, share/po/fi.po, share/po/no.po, share/po/th.po, share/po/el.po, share/po/sk.po, share/po/lt.po, share/po/ar.po, share/po/sl.po, share/po/vi.po, share/po/br.po, share/po/ca.po, share/po/gl.po, share/po/lv.po, share/po/eo.po, share/po/ro.po, share/po/bs.po, share/po/da.po, share/po/zh_TW.po, share/po/cs.po, share/po/af.po: Updated Danish file; updated pot file * share/po/ja.po: updated Japanese file 2001/09/04 Pixel * modules.pm (add_alias): use "above" instead of "post-install" * partition_table.pm: re-add JFS * fsedit.pm, common.pm, bootloader.pm: - don't expand symlinks in grub's menu.lst - better use of /proc/partitions verification * detect_devices.pm (getCompaqSmartArray): add yet another location for cpqarray location * fs.pm: fix typo mount ext3 as ext2 during install for speed up 2001/09/04 fcrozat * share/rpmsrate: Add plugins for KDE and Mozilla 2001/09/04 François Pons * install_steps.pm: fix bad vga= which go for some install. * pkgs.pm: cleanup to avoid invalid file error. 2001/09/04 Pixel * modules.pm (add_alias): use "above" instead of "post-install" * fs.pm: mount ext3 as ext2 during install for speed up * partition_table.pm: re-add JFS * fsedit.pm, common.pm, bootloader.pm: - don't expand symlinks in grub's menu.lst - better use of /proc/partitions verification * detect_devices.pm (getCompaqSmartArray): add yet another location for cpqarray location 2001/09/04 yduret * my_gtk.pm: emebedded mode fix * interactive_gtk.pm, diskdrake.pm: embedded mode fix 2001/09/03 Guillaume Cottenceau * share/po/fr.po: unfuzzy-ise a few things, translate a few things 2001/09/03 Pablo Saratxaga * share/po/ko.po: updated Korean file 2001/09/03 Pixel * fs.pm: fix for lvm (non-)creation of devices 2001/09/03 yduret * my_gtk.pm, diskdrake.pm: fix Embedded mode 2001/09/03 dam's * network/network.pm: added timeout in resolv.conf 2001/09/03 François Pons * install_any.pm: updated to use new urpmi.cfg format for install_urpmi, make sure the directory is not given for ftp and http install ($dir). * Xconfigurator_consts.pm: added 1920x1440 and 2048x1536. * Xconfig.pm: make sure a staling Mouse2 is not present unless it really physically exists. 2001/09/03 Guillaume Cottenceau * modules.pm: add axnet_cs to pcmcia category * mdk-stage1/probing.c: change `scd' with `sr' 2001/09/03 Pablo Saratxaga * share/po/es.po: updated Spanish file * share/po/ko.po: updated Korean file 2001/09/03 Pixel * timezone.pm (ntp_server): also set /etc/ntp/step-tickers * fsedit.pm, devices.pm: fix mtab reading and pseudo-device use * interactive_gtk.pm: better sizing for combo boxes * install_steps_interactive.pm (choosePartitionsToFormat): do not propose to propose already formatted fat partitions * share/list: those files disappeared ?? * fs.pm: fix for lvm (non-)creation of devices (set_default_options): created fix mtab reading and pseudo-device use * diskdrake.pm (smb_create, nfs_create): make the "New" button work (raw_hd_mount_point): fix checking the same mount point (try_): fix error displaying * partition_table.pm: fix switching to 0x85 extended when remove_empty_extended is called 2001/09/03 yduret * standalone/net_monitor: sync with new logdrake command line options 2001/09/02 Pablo Saratxaga * share/po/bs.po: updated bosnian file Added Bosnian file 2001/09/01 François Pons * pkgs.pm: avoid deleting package from %packages in install() when closing fd associated, if the open is called again (?), it will cause an invalid file (seems to happens on some invalid file). 2001/08/31 dam's * standalone/draksec: corrected yesno interpretation libsafe modification * network/netconnect.pm: corrected profil recording for modem * standalone/net_monitor: correted typo * network/ethernet.pm: corrected zero return when cable configuring * any.pm: corrected autologin : no uc anymore * network/modem.pm: added domainname2 setting * share/logo-mandrake.png: new logo 2001/08/31 François Pons * Xconfigurator.pm: added missing AlwaysCore line for second mouse for XF3. * mouse.pm: added missing AlwaysCore line for second mouse in XF3. * standalone.pm: add option --allow-medium-change to force asking question even if --auto is given on command line of urpmi, for installing package so that a dialog appears. 2001/08/31 Guillaume Cottenceau * share/rpmsrate: mures is a fine game, have it at weight "4" under GAMES section have "numlock" in INSTALL because it's the only package which goes to CD#2 when you unselect all groups, so having it here will allow not changing CD with this kind of small install 2001/08/31 Pablo Saratxaga * share/po/DrakX.pot, share/po/uk.po, share/po/es.po: updated Ukrainian and Spanish files * share/po/sv.po: updated Swedish file updated Ukrainian and Spanish files 2001/08/31 siegel * share/help_sav.png: not used any more * share/po/de.po: updates * share/logo-mandrake2.png, share/logo-mandrake_trans.png, share/logo-mandrake_sav.png, share/logo-mandrake-Desktop.png: old versions => not in use any more 2001/08/31 yduret * bootlook.pm: updated code 2001/08/30 dam's * network/tools.pm: nicer display * standalone/draknet: added use common.pm (can be usefull, eh?) * network/network.pm: silently /sbin/ip track_network_id only if laptop 2001/08/30 Pablo Saratxaga * share/po/da.po: Updated Danishfile updated pot file (I had lost the group descriptions, sorry, they are back now) moved chinese files to charset independent names * share/po/be.po, share/po/sp.po, share/po/zh_CN.po, share/po/pt.po, share/po/DrakX.pot, share/po/es.po, share/po/fr.po, share/po/bg.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/ko.po, share/po/cy.po, share/po/nl.po, share/po/ja.po, share/po/wa.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/id.po, share/po/pl.po, share/po/fi.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/ar.po, share/po/sl.po, share/po/vi.po, share/po/br.po, share/po/ca.po, share/po/gl.po, share/po/lv.po, share/po/uk.po, share/po/eo.po, share/po/ro.po, share/po/zh_TW.po, share/po/cs.po, share/po/af.po: updated pot file (I had lost the group descriptions, sorry, they are back now) moved chinese files to charset independent names 2001/08/30 Pixel * lang.pm (read): it works now * help.pm: fixed (was utf8) * install_steps_gtk.pm (new): call interactive_gtk::new * install_steps.pm, Xconfigurator.pm: disable gpm (in case of serial mouse) before service choice * pkgs.pm (naughtyServers): update for 8.1 2001/08/30 dam's * interactive.pm: corrected icon display * my_gtk.pm: new wizard * interactive_gtk.pm: corrected wizard mode display height/width * standalone/draknet: added draknet client installation * network/network.pm: track_network_id only if laptop dhcp package installation * pixmaps/wiz_default_left.png: new logo 2001/08/30 François Pons * mouse.pm: make sure to update all symlink according to any mouse (max 2) probed. fix previous fixes on mouse::write_conf * standalone/mousedrake: fix previous fix (typo). keep mouse specific paramater if user does not change its mouse. make sure --auto is not interactive on some part. use default value for port device if a serial mouse. * printer.pm: fixed foomatic failed (no lo up since ifup lo don't run) * Makefile: ugly to make sure standalone/pixmaps is not here when building tar-drakxtools. * Xconfig.pm: when reading existing configuration for mouse, update type|name for second mouse too. make sure default to set 3 for nbuttons for getinfoFromXF86Config for second mouse if this mouse has 3 buttons. * Xconfigurator.pm: for single heads mode, no screen id should be set in file (or XFree is going mad, but he is right, no ?) * install_any.pm: if a medium is refused, get rid of it definitively until it is accepted again. 2001/08/30 Guillaume Cottenceau * install_steps_interactive.pm: have a wait_message during installation of bootloader * mdk-stage1/pcmcia/pcmcia_probe.c: import new PCI ID's for more PCMCIA Controllers, from probe.c-1.54 of pcmcia-cs-3.1.28 2001/08/30 Pablo Saratxaga * share/po/ja.po, share/po/vi.po, share/po/es.po: updated Japanese, Spanish and Vietnamese files 2001/08/30 Pixel * diskdrake_interactive.pm: allow LVM on RAID * help.pm: fixed (was utf8) * any.pm: cleanup * pkgs.pm (naughtyServers): update for 8.1 * lang.pm (read): it works now * fs.pm (set_default_options): "ro" for cdroms, "user" for vfat only if removable media * share/po/Makefile: fix utf8 translation of xml file * interactive_gtk.pm: fix&cleanup window size * tools/Makefile: cleanup unneeded stuff 2001/08/30 siegel * share/po/de.po: new german version 2001/08/30 warly * share/rpmsrate: add koffice-i18n diald vlan-utils 2001/08/29 Guillaume Cottenceau * standalone/drakgw, standalone/drakautoinst: quit_global * share/po/fr.po: minor fix 2001/08/29 Pixel * install_steps_interactive.pm: fix language selection * c.pm: better error message when function c::foo() is missing * rescue/dirs, rescue/make_rescue_img: make it work (do not have the dev in /) 2001/08/29 François Pons * pkgs.pm: fixed if undef encountered in depslist when installing package (traversing depslist as $depOrder). 2001/08/29 Guillaume Cottenceau * standalone/drakgw, standalone/drakautoinst: quit_global * share/po/fr.po: minor fix 2001/08/29 Pixel * install_steps_interactive.pm: fix language selection * c.pm: better error message when function c::foo() is missing * install_steps_gtk.pm (installPackages): have Ok button by default for asking for changing CD * bootloader.pm (mkbootdisk): cleanup * rescue/dirs, rescue/make_rescue_img: make it work (do not have the dev in /) * devices.pm: remove fd0H1440 and fd1H1440 * modules.pm: remove "msdos" 2001/08/29 François Pons * mouse.pm: improved write_conf to enable multi-mice if only once mice is already defined. * standalone/mousedrake: try to merge already existing mouse configuration with what has been probed, change if mouse is really changed as probe is incomplete. * Xconfig.pm: improve getinfoFromXF86Config for mouse parameters. * pkgs.pm: fixed if undef encountered in depslist when installing package (traversing depslist as $depOrder). 2001/08/29 Guillaume Cottenceau * standalone/drakgw, standalone/drakautoinst: quit_global * share/po/fr.po: minor fix 2001/08/29 Pixel * c.pm: better error message when function c::foo() is missing * keyboard.pm (loadkeys_files): fixed * install_steps_interactive.pm, standalone/localedrake, lang.pm, any.pm, Makefile.config: add localedrake (not tested) * rescue/make_rescue_img: make it work (do not have the dev in /) cleanup, speedup, use mknod for devices * install_steps_gtk.pm (installPackages): have Ok button by default for asking for changing CD * rescue/devices.pl, rescue/list: cleanup, speedup, use mknod for devices * bootloader.pm (mkbootdisk): cleanup * rescue/dirs: make it work (do not have the dev in /) * devices.pm: remove fd0H1440 and fd1H1440 * modules.pm: remove "msdos" 2001/08/29 dam's * network/adsl.pm, network/tools.pm, share/rpmsrate: speedtouch configuration 2001/08/29 François Pons * mouse.pm: improved write_conf to enable multi-mice if only once mice is already defined. * install_steps.pm: add support for mandatory frame buffer support (SiS 630) need them for XF3 to work properly, XF4 does work with it nicely. * Xconfigurator.pm: make sure Port entry for wacom is placed first. * standalone/mousedrake: try to merge already existing mouse configuration with what has been probed, change if mouse is really changed as probe is incomplete. * Xconfig.pm: improve getinfoFromXF86Config for mouse parameters. 2001/08/29 Guillaume Cottenceau * share/rpmsrate: games 2001/08/29 Pablo Saratxaga * share/po/da.po, share/po/DrakX.pot, share/po/es.po: updated Danish file 2001/08/29 Pixel * fs.pm, install_any.pm, fsedit.pm, diskdrake.pm: try to better handle symlinks device and devfs devices * install_steps_interactive.pm, standalone/localedrake, lang.pm, any.pm, Makefile.config: add localedrake (not tested) * install_steps.pm: no need to have devfs=nomount anymore in root raid do not modify fstab options in upgrade * keyboard.pm (loadkeys_files): fixed fix DISABLE_WINDOWS_KEY state handling (for upgrade), cleanup * diskdrake_interactive.pm: try to better handle symlinks device and devfs devices (main): fix (Create): fix typo causing primaryOrExtended to be ignored * rescue/devices.pl, rescue/make_rescue_img, rescue/list: cleanup, speedup, use mknod for devices * c/stuff.xs.pm, detect_devices.pm: better floppy detection/info 2001/08/28 dam's * interactive.pm, install2.pm: corrected icon handling * services.pm: added cupslpd in printing section 2001/08/28 François Pons * Makefile.config: really fix typo... fixed typo. 2001/08/28 Pablo Saratxaga * share/po/cs.po: updated Czech file 2001/08/28 Pixel * install_any.pm: remove the temporary file /tmp/autoinst.img * install_steps.pm, install_steps_interactive.pm: propose to format / and /usr even if isFormatted. More generally do not trust isFormatted to show which partitions to format 2001/08/28 siegel * ChangeLog, keyboard.pm: - keyboard.pm: write DISABLE_WINDOWS_KEY=no in /etc/sysconfig/keyboard if no laptop is detected (= give users the chance to know about the existence of this variable). 2001/08/28 yduret * standalone/diskdrake: embedded mode nicer 2001/08/28 dam's * interactive.pm, install2.pm: corrected icon handling 2001/08/28 François Pons * share/list: added /sbin/e2fsck * share/aliases: added fsck.ext2 -> e2fsck (now in list file) removed e2fsck.shared as e2fsprogs now provide a shared version instead of a static one. * Makefile.config: really fix typo... fixed typo. removed reference to e2fsck.shared (now use e2fsck from package which is shared since 1.23-2mdk). 2001/08/28 Pixel * install_any.pm: remove the temporary file /tmp/autoinst.img 2001/08/28 siegel * ChangeLog, keyboard.pm: - keyboard.pm: write DISABLE_WINDOWS_KEY=no in /etc/sysconfig/keyboard if no laptop is detected (= give users the chance to know about the existence of this variable). 2001/08/28 yduret * standalone/diskdrake: embedded mode nicer 2001/08/28 Stefan Siegel * keyboard.pm: write DISABLE_WINDOWS_KEY=no in /etc/sysconfig/keyboard if no laptop is detected (= give users the chance to know about the existence of this variable). 2001/08/28 dam's * mouse.pm: typo 2001/08/28 Pixel * install_steps_interactive.pm: default the licence agreement to "Refuse" * standalone/drakboot: security fix and various move to all_hds stuff * c/stuff.xs.pm, bootloader.pm: security fix and various 2001/08/28 warly * share/rpmsrate: move libsafe to SERVER_OTHER 2 added prelude, libsafe... 2001/08/28 yduret * standalone/drakxconf: readded dsikdrake added new items, remove some old ones 2001/08/27 dam's * network/network.pm: corrected hwaddr setting and draknet first window display corrected typo * network/netconnect.pm: corrected hwaddr setting and draknet first window display 2001/08/27 dam's * network/network.pm: corrected hwaddr setting and draknet first window display corrected typo * network/netconnect.pm: corrected hwaddr setting and draknet first window display 2001/08/27 Pablo Saratxaga * share/po/sk.po, share/po/eu.po: updated Basque and slovak files 2001/08/27 Pixel * install_steps_gtk.pm: nicer help display * share/keyboards.tar.bz2: fix the rights * c/stuff.xs.pm (setlocale): do not set LC_NUMERIC 2001/08/27 dam's * network/netconnect.pm: corrected bad window size * network/network.pm: make it compile corrected hwaddr stuff added HWADDR * network/tools.pm: corrected internet initscript * any.pm, mouse.pm: make it compile add_devfslink 2001/08/27 Pablo Saratxaga * lang.pm, keyboard.pm: Added "zh_HK" to Chinese in LANGUAGE list. Added Latvian keyboard * share/keyboards.tar.bz2: Checked and updated xmodmap files for DrakX * share/po/sk.po, share/po/eu.po: updated Basque and slovak files 2001/08/27 Pixel * install_steps_gtk.pm: nicer help display * diskdrake.pm: use empty hash instead of the raid/loopback array * c/stuff.xs.pm (setlocale): do not set LC_NUMERIC 2001/08/27 dam's * network/netconnect.pm: corrected bad window size * network/network.pm: added HWADDR * network/tools.pm: corrected internet initscript 2001/08/27 François Pons * any.pm, standalone/draknet, network/modem.pm: added Borsenkow Andrej patch to support CHAP again. 2001/08/27 Pablo Saratxaga * lang.pm, keyboard.pm: Added "zh_HK" to Chinese in LANGUAGE list. Added Latvian keyboard 2001/08/27 Pixel * diskdrake.pm: use empty hash instead of the raid/loopback array 2001/08/26 warly * share/rpmsrate: add some important packages 2001/08/26 Guillaume Cottenceau * standalone/drakautoinst: require -> use * install_any.pm: save the .img file so that multi-cd install won't ask to re-enter first cd 2001/08/26 Pablo Saratxaga * share/po/be.po, share/po/sp.po, share/po/pt.po, share/po/DrakX.pot, share/po/es.po, share/po/fr.po, share/po/bg.po, share/po/ga.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/ko.po, share/po/nl.po, share/po/ja.po, share/po/wa.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/id.po, share/po/pl.po, share/po/fi.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/vi.po, share/po/br.po, share/po/ca.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/cs.po, share/po/af.po: updated pot file 2001/08/26 Pixel * share/po/Makefile, share/po/.cvsignore: fetch directly the latest drakx-help.xml 2001/08/25 Pixel * standalone/drakbug_report: add "rpm -qa" * bootlook.pm: fix deprecated call standalone::pkgs_install * diskdrake.pm: don't the grab flag propagate everywhere 2001/08/25 dam's * install2.pm, steps.pm: icon correction 2001/08/25 Pixel * fs.pm (mount): accept mounting iso9660 filesystem as it should be (write_fstab): enable mounting more than one swap :) * bootlook.pm: fix deprecated call standalone::pkgs_install * install_steps.pm: added the missing security parameter to set_default_options * diskdrake.pm: don't the grab flag propagate everywhere 2001/08/24 dam's * pixmaps/mouse_3b_mini.xpm, pixmaps/mouse_3b+.xpm, pixmaps/mouse_3b.xpm, pixmaps/mouse_3b+_mini.xpm: mini pixmaps, and lower color res for normal pix * standalone/mousedrake: updated mouse test 2001/08/24 Guillaume Cottenceau * mdk-stage1/dietlibc/libstdio/fdglue.c: fix this dietlibc... hope the uncompressing of ramdisk will rulz now * mdk-stage1/network.c: allow unsetting of automatic mode if not enough parameter provided in network steps * mdk-stage1/probing.c: - descr of proc files - fix small typo (segfault or not segfault? that's the question) enable install from Compaq Smart Array * mdk-stage1/dietlibc/Makefile, mdk-stage1/bzlib/Makefile: use CC rather than gcc statically * mdk-stage1/tools.c, mdk-stage1/mount.c: enable install from Compaq Smart Array 2001/08/24 Pixel * tools/pcmcia_config.patch: update the patch * Makefile (test_pms): make perl_checker skip help.pm ensure no .orig are generated when the pcmcia patch is applied * tools/make_mdkinst_stage2: give a little more free space (esp. for russian lang) * lang.pm, share/gen_locales.sh: no need for UTF-8/LC_CTYPE * share/po/help_xml2pm.pl, share/po/Makefile, help.pm: auto-generates help.pm from xml doc done by doc team 2001/08/24 dam's * network/adsl.pm: bugfix, speedtouch help * standalone/mousedrake: updated mouse test 2001/08/24 François Pons * install_steps.pm: fixed possible bug (not sorted partition when calling mount_part). * install_any.pm: fixed hdInstallPath for an hd installation without usingRamdisk (not installing urpmi in such case). updated packages to copy for printerdrake, removed almost obsoletes XFree86 3.3.6 servers (8514, AGX, Mach32, Mach8, Mono, P9000, W32, I128, VGA16, 3DLabs) which means user will have to change CD back to CD#1 if he a such a card. removed obsolete code for cond_remount and cond_umount and update hdInstallPath for hd installation. * diskdrake_interactive.pm: fixed typo common::usingRamdisk() instead of common::useRamdisk(). take care mount point action is available for the hd installation partition only if a ramdisk is used (as it can be unmounted). use more global isMagicPart instead of isInstallHdPart. added real_mntpoint documentation and take care of hd install partition for available actions. * fs.pm: take care of using ram disk to remap mntpoint of hd installation partition. fixed partition never seen as mounted, added special case for real_mntpoint to remount magic partition on the right place. 2001/08/24 Guillaume Cottenceau * mdk-stage1/dietlibc/libstdio/fdglue.c: fix this dietlibc... hope the uncompressing of ramdisk will rulz now * mdk-stage1/automatic.c: revert my auto->interactive patch * mdk-stage1/network.c: allow unsetting of automatic mode if not enough parameter provided in network steps * mdk-stage1/dietlibc/Makefile, mdk-stage1/bzlib/Makefile: use CC rather than gcc statically * mdk-stage1/tools.c, mdk-stage1/mount.c, mdk-stage1/probing.c: enable install from Compaq Smart Array 2001/08/24 Pablo Saratxaga * share/locales-skeleton.tar.bz2, share/fonts.tar.bz2, keyboard.pm: enabling euro and utf-8 for some languages; added unicode font 2001/08/24 Pixel * install_steps.pm: remove the cond_umount_hdimage and cond_remount_hdimage * tools/pcmcia_config.patch: update the patch * lang.pm: no need for UTF-8/LC_CTYPE (load_mo): if not usingRamdisk, don't try getFile * diskdrake_interactive.pm: remove the cond_umount_hdimage and cond_remount_hdimage (Done): do not write fstab nor ask about it in install * fs.pm (mount): allow to mount 'proc' and 'usbdevfs' * Makefile: ensure no .orig are generated when the pcmcia patch is applied * partition_table.pm (write): do not die when real_mntpoint fs fail to unmount/remount, just log (write): unmount+remount real_mntpoint before doing the kernel_read * share/gen_locales.sh: no need for UTF-8/LC_CTYPE * pkgs.pm: fix "invalid file" 2001/08/24 dam's * network/netconnect.pm: speedtouch configuration * my_gtk.pm: gtk_create_xpm handles no absolute xpm path * pixmaps/mouse_3b+.xpm, pixmaps/mouse_middle.xpm, pixmaps/mouse_3b.xpm: added new mouse pixmap for mousedrake * network/adsl.pm: bugfix, speedtouch help added aliases for speedtouch stuff speedtouch configuration removed adsl detectioin, once again. * standalone/mousedrake: no absolute pixmap reference new mousedrake. experimental * network/tools.pm: speedtouch configuration export write_initscript, correct initscript. 2001/08/24 François Pons * install_steps.pm: fixed possible bug (not sorted partition when calling mount_part). * diskdrake_interactive.pm: take care mount point action is available for the hd installation partition only if a ramdisk is used (as it can be unmounted). use more global isMagicPart instead of isInstallHdPart. added real_mntpoint documentation and take care of hd install partition for available actions. * install_any.pm: fixed hdInstallPath for an hd installation without usingRamdisk (not installing urpmi in such case). updated packages to copy for printerdrake, removed almost obsoletes XFree86 3.3.6 servers (8514, AGX, Mach32, Mach8, Mono, P9000, W32, I128, VGA16, 3DLabs) which means user will have to change CD back to CD#1 if he a such a card. removed obsolete code for cond_remount and cond_umount and update hdInstallPath for hd installation. * mdk-stage1/init-data/msgboot-graphicallogo.img.bz2, mdk-stage1/init-data/msgboot.img.bz2: updated with latest 8.1 pictures and updated documentation. * fs.pm: take care of using ram disk to remap mntpoint of hd installation partition. fixed partition never seen as mounted, added special case for real_mntpoint to remount magic partition on the right place. 2001/08/24 Pixel * partition_table.pm (write): do not die when real_mntpoint fs fail to unmount/remount, just log (write): unmount+remount real_mntpoint before doing the kernel_read * install_steps.pm: remove the cond_umount_hdimage and cond_remount_hdimage * diskdrake_interactive.pm: remove the cond_umount_hdimage and cond_remount_hdimage (Done): do not write fstab nor ask about it in install * lang.pm (load_mo): if not usingRamdisk, don't try getFile * fs.pm (mount): allow to mount 'proc' and 'usbdevfs' 2001/08/24 siegel * share/po/de.po: New & shiny german version 2001/08/23 Pablo Saratxaga * share/po/no.po: updated Norwegian file * share/po/el.po: updated Greek file 2001/08/23 Pablo Saratxaga * share/po/no.po: updated Norwegian file 2001/08/23 dam's * network/netconnect.pm: at_boot connection,resolvconf in profiles * standalone/draksec: addedlibsafe option * network/adsl.pm: restart network after having tested adsl. experimental 2001/08/23 François Pons * install_steps_gtk.pm: removed unusefull greping when building package tree. 2001/08/23 Guillaume Cottenceau * share/rpmsrate: work on GAMES section 2001/08/23 Pablo Saratxaga * share/po/lv.po: updated Latvian file 2001/08/23 Pixel * install_any.pm (cond_umount_hdimage): do not unmount /tmp/hdimage if not using ramdisk (disable_user_view): damned kdmrc moved * diskdrake_interactive.pm: cancel at startup will now exit ask wether to save fstab (part_possible_actions): have "Mount point" first to please fpons * fs.pm: keep the freq&passno of /etc/fstab * tools/i386/netboot/menu.lst.example, tools/i386/netboot/make_boot_network, tools/i386/netboot/automatic.para.default: as we now have menu.lst.example, i remove automatic.para for more flexibility * lang.pm: fix locale support when usingRamdisk 2001/08/22 anoncvs * share/po/zh_CN.GB2312.po: * Wed Aug 22 2001 DU Xiaoming Updated chinese (simplied) translation. 2001/08/22 Pixel * share/gen_locales.sh, share/locales-skeleton.tar.bz2: fix ru KOI8-R * network/nfs.pm: pleac perl_checker * interactive_gtk.pm: more intelligent setting back the selected value in the clist and ctree (done already for entry) - fix entries editing causing the cursor to go to the end of line - select the text * c/stuff.xs.pm, install_steps.pm, pkgs.pm: do init_db inside pkg_inside otherwise LOG is closed and rpmlib tries to write in it and ... 2001/08/22 anoncvs * share/po/zh_CN.GB2312.po: * Wed Aug 22 2001 DU Xiaoming Updated chinese (simplied) translation. 2001/08/22 fabman * share/po/es.po: updated spanish .po files for DrakX and drakbootdisk 2001/08/22 Guillaume Cottenceau * mdk-stage1/automatic.c: don't stay automatic for ask_from_entries when entries are not given * mdk-stage1/tools.c, mdk-stage1/stage1.c, mdk-stage1/cdrom.c, mdk-stage1/mount.c, mdk-stage1/lomount.c, mdk-stage1/mount.h, mdk-stage1/network.c, mdk-stage1/modules.c, mdk-stage1/disk.c: mount all but ramdisk Read Only 2001/08/22 Pixel * share/gen_locales.sh, share/locales-skeleton.tar.bz2: fix ru KOI8-R * bootlook.pm: fix typo * network/nfs.pm: pleac perl_checker * install_steps.pm: do init_db inside pkg_inside otherwise LOG is closed and rpmlib tries to write in it and ... do not call configurePrinter if no printer is wanted * interactive_gtk.pm: more intelligent setting back the selected value in the clist and ctree (done already for entry) - fix entries editing causing the cursor to go to the end of line - select the text * c/stuff.xs.pm, pkgs.pm: do init_db inside pkg_inside otherwise LOG is closed and rpmlib tries to write in it and ... 2001/08/22 François Pons * printerdrake.pm: fixed int and float checking which should accept negative number (added explicit positive too), cleaned code for some perl idioms. * install_steps.pm: updated configurePrinter to use foomatic printer configuration. 2001/08/22 Guillaume Cottenceau * mdk-stage1/automatic.c: don't stay automatic for ask_from_entries when entries are not given * mdk-stage1/tools.c, mdk-stage1/stage1.c, mdk-stage1/cdrom.c, mdk-stage1/mount.c, mdk-stage1/lomount.c, mdk-stage1/mount.h, mdk-stage1/network.c, mdk-stage1/modules.c, mdk-stage1/disk.c: mount all but ramdisk Read Only 2001/08/22 kjx * share/po/zh_CN.GB2312.po: review review 2001/08/22 Pixel * bootlook.pm: fix typo * install_steps_auto_install.pm: don't have formatPartitions interactive by default * install_steps.pm: do not call configurePrinter if no printer is wanted 2001/08/22 siegel * share/po/de.po: new german version 2001/08/21 dam's * Makefile: added rpcinfo to the tar corrected bad Makefile : rpcinfo-flushed.c comes from tools. * standalone/draknet: ergonomy correction * network/tools.pm: corrected qq bug corrected bug * standalone/net_monitor: log updatede removed memoty leak time connection label 2001/08/21 François Pons * install_steps_interactive.pm: moved installation code of foomatic (only) if a printer may be chosen. * install_any.pm: fixed hd installation for urpmi. * printerdrake.pm: slight rewrite of some perl idioms. 2001/08/21 Pablo Saratxaga * share/po/wa.po: updated Walloon file updated pot file * share/po/be.po, share/po/sp.po, share/po/pt.po, share/po/DrakX.pot, share/po/es.po, share/po/fr.po, share/po/bg.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/ko.po, share/po/cy.po, share/po/nl.po, share/po/ja.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/id.po, share/po/pl.po, share/po/fi.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/ar.po, share/po/sl.po, share/po/vi.po, share/po/br.po, share/po/ca.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/cs.po, share/po/af.po: updated pot file 2001/08/21 Pixel * share/rpmsrate: add telnet-client-krb5 and ftp-client-krb5 * install_steps.pm: try to fix umount/remounting /tmp/hdimage in hd install * Makefile, share/po/Makefile: check presence of '$' in DrakX.pot * fs.pm (read_fstab): don't expand symlink if the link goes in a directory * install_any.pm: cleanup * install_steps_interactive.pm: fix '$' in i18n message 2001/08/21 siegel * share/po/de.po: new german version 2001/08/21 dam's * standalone/net_monitor: removed memoty leak time connection label * network/tools.pm, network/modem.pm, network/netconnect.pm, network/ethernet.pm, network/isdn.pm: generik internet initscript, planq the children again * network/adsl.pm: speedtouch config generik internet initscript, planq the children again 2001/08/21 François Pons * install_any.pm: fixed hd installation for urpmi. 2001/08/21 kjx * share/po/zh_CN.GB2312.po: review 2001/08/21 Pablo Saratxaga * share/po/be.po, share/po/sp.po, share/po/pt.po, share/po/DrakX.pot, share/po/es.po, share/po/fr.po, share/po/bg.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/ko.po, share/po/cy.po, share/po/nl.po, share/po/ja.po, share/po/wa.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/id.po, share/po/pl.po, share/po/fi.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/ar.po, share/po/sl.po, share/po/vi.po, share/po/br.po, share/po/ca.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/cs.po, share/po/af.po: updated pot file 2001/08/21 Pixel * Xconfigurator.pm: fix spelling error * install_any.pm: cleanup install hotplug if usb (i kept usbd just in case) * diskdrake_interactive.pm (Create): force no sorting on filesystems, editable mount points * install_steps.pm: try to fix umount/remounting /tmp/hdimage in hd install * Makefile, share/po/Makefile: check presence of '$' in DrakX.pot * install_steps_interactive.pm: fix '$' in i18n message * fs.pm (read_fstab): don't expand symlink if the link goes in a directory umask=0 only if security level < 3 2001/08/20 Guillaume Cottenceau * share/compssUsers: Have NETWORKING_DNS in "Internet station" (was nowhere) 2001/08/20 Pixel * fs.pm: basic nfs handling in drakx fix bug 4257 * detect_devices.pm (raidAutoStart): fix for when kmod is there * fsedit.pm: try a stronger matching technique for parsing /proc/mdstat with devfs * diskdrake_interactive.pm, install_any.pm, install_steps.pm: try harder to umount /tmp/hdimage only when needed * Makefile.drakxtools, Makefile, tools/rpcinfo-flushed.c, network/nfs.pm, tools/.cvsignore, tools/Makefile, diskdrake.pm: basic nfs handling in drakx 2001/08/20 Guillaume Cottenceau * share/compssUsers: Have NETWORKING_DNS in "Internet station" (was nowhere) 2001/08/20 Pixel * Xconfigurator_consts.pm: add weird options for NeoMagic NM2160 (request of Alex Hulse on cooker) * detect_devices.pm (raidAutoStart): fix for when kmod is there * diskdrake.pm: remove test code * fs.pm: fix bug 4257 * fsedit.pm: try a stronger matching technique for parsing /proc/mdstat with devfs * install_steps.pm, diskdrake_interactive.pm, install_any.pm: try harder to umount /tmp/hdimage only when needed * interactive_gtk.pm (wait_message_nextW): fix previous text == new text causing no expose_event causing dead loop 2001/08/19 Pixel * diskdrake_interactive.pm: save fstab on exit * fsedit.pm: various typos fix * install_steps.pm: rename isCdNotEjectable in usingRamdisk, ensure no files are removed unless we're in ramdisk make the devfs= mount or nomount choice based on raid-based root work * standalone/diskdrake: rename isCdNotEjectable in usingRamdisk, ensure no files are removed unless we're in ramdisk fix diskdrake requiring gtk add some test code * fs.pm: rename isCdNotEjectable in usingRamdisk, ensure no files are removed unless we're in ramdisk various typos fix * install_steps_interactive.pm, common.pm, install2.pm, install_any.pm, lang.pm, pkgs.pm: rename isCdNotEjectable in usingRamdisk, ensure no files are removed unless we're in ramdisk 2001/08/19 Pixel * diskdrake.pm: major fs.pm rework + adaptation to it don't show nfs/smb/removable in install basic smb handling * network/smb.pm: basic smb handling * install_steps.pm: rename isCdNotEjectable in usingRamdisk, ensure no files are removed unless we're in ramdisk make the devfs= mount or nomount choice based on raid-based root work disable supermount for the moment major fs.pm rework + adaptation to it * install_steps_interactive.pm, lang.pm: rename isCdNotEjectable in usingRamdisk, ensure no files are removed unless we're in ramdisk simplify * standalone/diskdrake: rename isCdNotEjectable in usingRamdisk, ensure no files are removed unless we're in ramdisk fix diskdrake requiring gtk add some test code major fs.pm rework + adaptation to it * install_any.pm: rename isCdNotEjectable in usingRamdisk, ensure no files are removed unless we're in ramdisk major fs.pm rework + adaptation to it * partition_table.pm: remove JFS from @important_types (too broken for the moment) remove isSupermount (was unused) * common.pm, install2.pm, pkgs.pm: rename isCdNotEjectable in usingRamdisk, ensure no files are removed unless we're in ramdisk * interactive_gtk.pm (create_ctree): fix focusing (the assumption number of leaves = number of lines is dumb) * fsedit.pm: various typos fix major fs.pm rework + adaptation to it * bootlook.pm, standalone/drakboot: major fs.pm rework + adaptation to it * fs.pm: rename isCdNotEjectable in usingRamdisk, ensure no files are removed unless we're in ramdisk various typos fix major fs.pm rework + adaptation to it cleanup basic smb handling * diskdrake_interactive.pm: save fstab on exit major fs.pm rework + adaptation to it 2001/08/18 Pixel * fs.pm: basic nfs/smb handling in diskdrake fixes and function prototype removing * diskdrake.pm: basic nfs/smb handling in diskdrake nicer mount options code (for autofs and supermount) * install_steps.pm: oops, i inverted devfs=nomount and devfs=mount * interactive_gtk.pm: fix bug in box's height use * partition_table.pm, any.pm: fixes and function prototype removing * interactive.pm: readd the sorting based on size when no sorting is precised * my_gtk.pm (n_line_size): bigger spacing for 'various' * standalone/diskdrake, diskdrake_interactive.pm, fsedit.pm: basic nfs/smb handling in diskdrake 2001/08/18 Pixel * my_gtk.pm (n_line_size): bigger spacing for 'various' enhance look, fix ask_fileW * fs.pm: basic nfs/smb handling in diskdrake fixes and function prototype removing (write_fstab): add notail for reiserfs partitions in any case cleanup mounting options parsing * diskdrake.pm: basic nfs/smb handling in diskdrake nicer mount options code (for autofs and supermount) big renaming of ask_from_entries_refH in ask_from and ask_from_entries_refH_powered in ask_from_ cleanup mounting options parsing * raid.pm: update the raid size as it should be * diskdrake_interactive.pm: basic nfs/smb handling in diskdrake less verbose resize_reiserfs update the raid size as it should be big renaming of ask_from_entries_refH in ask_from and ask_from_entries_refH_powered in ask_from_ * fsedit.pm: basic nfs/smb handling in diskdrake update the raid size as it should be * network/tools.pm: fix typo big renaming of ask_from_entries_refH in ask_from and ask_from_entries_refH_powered in ask_from_ * partition_table.pm: fixes and function prototype removing * install_steps_interactive.pm, standalone/drakautoinst, proxy.pm, install_interactive.pm, network/ethernet.pm, interactive_http.pm, printerdrake.pm, Xconfigurator.pm, network/netconnect.pm, network/network.pm, interactive_newt.pm, network/modem.pm: big renaming of ask_from_entries_refH in ask_from and ask_from_entries_refH_powered in ask_from_ * standalone/diskdrake: basic nfs/smb handling in diskdrake * any.pm: fixes and function prototype removing big renaming of ask_from_entries_refH in ask_from and ask_from_entries_refH_powered in ask_from_ * interactive_gtk.pm: fix bug in box's height use better radiobox keyboard handling big renaming of ask_from_entries_refH in ask_from and ask_from_entries_refH_powered in ask_from_ enhance look, fix ask_fileW * interactive.pm: readd the sorting based on size when no sorting is precised big renaming of ask_from_entries_refH in ask_from and ask_from_entries_refH_powered in ask_from_ * install_steps.pm: oops, i inverted devfs=nomount and devfs=mount do not use devfs with root software raid 2001/08/18 Pixel * install_steps_interactive.pm: fix pass $all_hds->{hds} instead of $all_hds 2001/08/18 siegel * share/po/de.po: new german version * standalone/drakgw, bootlook.pm, network/ethernet.pm, install_any.pm, network/network.pm, raid.pm: fixed i18n * printerdrake.pm: i18n fixes 2001/08/17 Pixel * install_interactive.pm: use diskdrake_interactive instead of diskdrake * standalone/interactive_http/interactive_http.cgi: fix typo restrict the progs callable to a few one. * standalone/interactive_http/index.html.pl, standalone/interactive_http/index.html: autogenerate index.html * fs.pm, diskdrake_interactive.pm, diskdrake.pm: add mount options choice (with IA-like stripping of unused options) * c/stuff.xs.pm: is_ext3 is needed in standalone Xtest not needed in standalone * c/Makefile.PL: is_ext3 is needed in standalone * standalone/interactive_http/miniserv.init, standalone/interactive_http/Makefile: restrict the progs callable to a few one. * Makefile.drakxtools: fix po not build, add interactive_http in DIRS * modules.pm: move back sunhme in sparc only 2001/08/17 dam's * interactive_gtk.pm: no scrollbar if list <= 10 and the list is alone * interactive.pm, install2.pm: removed no_incon * standalone/net_monitor: added no internet connection configured label on button * network/netconnect.pm, network/ethernet.pm: corrected connection script creation 2001/08/17 Pixel * install_interactive.pm: use diskdrake_interactive instead of diskdrake a hell lot of cleanup/rewrite: * diskdrake_interactive created, diskdrake is now interactive aware * added some documentation about the structure used for partitioning * all_hds now contain the various hds, lvm, raid * cleanup the isLVM, isRAID and alike functions * field {type} in detect_devices is now {media_type} * detect_devices::floppies is now floppies_dev * removed old function prototypes * fs.pm, diskdrake.pm: add mount options choice (with IA-like stripping of unused options) a hell lot of cleanup/rewrite: * diskdrake_interactive created, diskdrake is now interactive aware * added some documentation about the structure used for partitioning * all_hds now contain the various hds, lvm, raid * cleanup the isLVM, isRAID and alike functions * field {type} in detect_devices is now {media_type} * detect_devices::floppies is now floppies_dev * removed old function prototypes * install_steps_interactive.pm, install_steps_auto_install.pm, install2.pm, partition_table.pm, loopback.pm, raid.pm, bootlook.pm, standalone/diskdrake, install_any.pm, install_steps.pm, fsedit.pm, any.pm, detect_devices.pm, partition_table_raw.pm, bootloader.pm: a hell lot of cleanup/rewrite: * diskdrake_interactive created, diskdrake is now interactive aware * added some documentation about the structure used for partitioning * all_hds now contain the various hds, lvm, raid * cleanup the isLVM, isRAID and alike functions * field {type} in detect_devices is now {media_type} * detect_devices::floppies is now floppies_dev * removed old function prototypes * diskdrake_interactive.pm: add mount options choice (with IA-like stripping of unused options) (part_possible_actions): have possible actions sorted the way we want (Type): fix ext2->ext3 detection a hell lot of cleanup/rewrite: * diskdrake_interactive created, diskdrake is now interactive aware * added some documentation about the structure used for partitioning * all_hds now contain the various hds, lvm, raid * cleanup the isLVM, isRAID and alike functions * field {type} in detect_devices is now {media_type} * detect_devices::floppies is now floppies_dev * removed old function prototypes * modules.pm: move back sunhme in sparc only 2001/08/17 Till Kamppeter * share/rpmsrate: Corrected listing of packages for printing in 'INSTALL' section. 2001/08/17 warly * share/rpmsrate: add package needed by the install in INSTALL remove shapecfg and gpa 2001/08/16 Till Kamppeter * printerdrake.pm: Fixed bug of CUPS not being installed during installation 2001/08/16 Pixel * install2.pm, install_any.pm: add remove_unused to have more place for mo files 2001/08/16 Till Kamppeter * printerdrake.pm: Fixed bug of CUPS not being installed during installation 2001/08/16 Pixel * install_any.pm: add remove_unused to have more place for mo files (getAndSaveAutoInstallFloppy): fix a missing del_loop which caused the unmounting at end of install to fail * install2.pm: add remove_unused to have more place for mo files 2001/08/16 Till Kamppeter * printerdrake.pm: Fixed setup dialog for the "postpipe" connection type 2001/08/16 warly * share/rpmsrate: add package needed by the install in INSTALL 2001/08/16 Pablo Saratxaga * share/po/fr.po: updated French file * share/po/sk.po: updated Slovak file * lang.pm: Added explicit setting of XFree86 internal XIM for Thai 2001/08/16 Pixel * install_any.pm (getAndSaveAutoInstallFloppy): fix a missing del_loop which caused the unmounting at end of install to fail 2001/08/16 Till Kamppeter * printerdrake.pm: Fixed setup dialog for the "postpipe" connection type 2001/08/16 warly * share/rpmsrate: add package needed by the install in INSTALL add kernel in INSTALL s/DrakConf/drakconf/ 2001/08/15 Pablo Saratxaga * share/po/ko.po, share/po/it.po, share/po/id.po: updated Indonesian, Italian and Korean files * share/po/sr.po, share/po/sp.po, share/po/tr.po: updated Turkish and Serbian files 2001/08/15 Pixel * standalone/diskdrake: oops reverting modifs commited by error fix XkbOptions handling * standalone/keyboarddrake: fix XkbOptions handling 2001/08/15 Till Kamppeter * printer.pm, printerdrake.pm: Let the "Options" button only appear when the queue is Foomatic or with PPD (CUPS) 2001/08/15 Pablo Saratxaga * share/po/ko.po, share/po/it.po: updated Indonesian, Italian and Korean files * share/po/es.po: updated spanish and Indonesian files * share/po/id.po: updated Indonesian, Italian and Korean files updated spanish and Indonesian files 2001/08/14 dam's * standalone/net_monitor: added options 2001/08/14 Guillaume Cottenceau * install_any.pm: oops, fix type of installing X or not - fix choice of packages when auto install * Makefile.config: add drakautoinst in drakxtools standalone binaries * install_steps_interactive.pm, install2.pm: - fix createBootdisk with auto - fix setupBootloader with auto - fix behaviour of draknet when auto-install - remove auto flag when error-in-step * install_steps.pm, network/netconnect.pm: - fix behaviour of draknet when auto-install - remove auto flag when error-in-step * Xconfigurator.pm: fix automatic configuration 2001/08/14 Pablo Saratxaga * share/po/sv.po: updated Swedish file 2001/08/14 Pixel * devices.pm: add number-only device-name handling (eg: "801" is "sda1") * interactive_gtk.pm, interactive.pm: - small fixes (esp. gtk sensitive handling) - add ask_file - add "gtk" preference field * my_gtk.pm: remove ask_file (was unused) * http.pm: cleanup to please perl_checker * Makefile (TAGS): add MDK/Common files * services.pm: cleanup (it was working, but wasn't nice) 2001/08/14 dam's * standalone/draknet: corrected activation button 2001/08/14 Guillaume Cottenceau * install_any.pm: oops, fix type of installing X or not - fix choice of packages when auto install * Makefile.config: add drakautoinst in drakxtools standalone binaries * install_steps_interactive.pm, install2.pm: - fix createBootdisk with auto - fix setupBootloader with auto - fix behaviour of draknet when auto-install - remove auto flag when error-in-step * install_steps.pm, network/netconnect.pm: - fix behaviour of draknet when auto-install - remove auto flag when error-in-step * Xconfigurator.pm: fix automatic configuration 2001/08/14 Pablo Saratxaga * share/po/sv.po: updated Swedish file 2001/08/14 Pixel * Xconfigurator.pm: fix typo? 2001/08/14 Till Kamppeter * printerdrake.pm: Transfer queues non-interactively when switching between LPD and LPRng. 2001/08/14 dam's * standalone/draknet: corrected activation button 2001/08/14 Guillaume Cottenceau * install_steps.pm, install_steps_interactive.pm, install2.pm, network/netconnect.pm: - fix behaviour of draknet when auto-install - remove auto flag when error-in-step * Xconfigurator.pm: fix automatic configuration * install_any.pm: - fix choice of packages when auto install 2001/08/14 Pixel * Xconfigurator.pm: fix typo? 2001/08/14 Till Kamppeter * printer.pm: Removed superfluous lines. * printerdrake.pm: Transfer queues non-interactively when switching between LPD and LPRng. Wait message for queue transfer, manufacturer name bugfix 2001/08/13 Chmouel Boudjnah * tools/i386/netboot/stage2.eepro100: Add eepro100 grub stage. Removing old version of eepro100 (no stage1). * tools/i386/netboot/stage1.eepro100: Add eepro100 grub stage. 2001/08/13 dam's * interactive.pm: corrected 'no icon' * network/adsl.pm, network/netconnect.pm: adsl autodetection activated (planq the children) 2001/08/13 Guillaume Cottenceau * standalone/drakautoinst: ouch! use lib from /usr/lib/libDrakX, rather than from .. initial revision for drakautoinst - put %installSteps in a separate package (steps.pm) (for drakxtools) - use additional fields {auto} and {noauto}, by step, to ease interactive auto install and oem stuff - in install2.pm, perform each step either from the interactive class or from install_steps, according to the {auto} flag - id, tell each step to not try to be automatic if {noauto} - in the install, have auto install bootdisk created in install_any so we can always write a bootdisk (from install_steps) for further use from drakautoinst in standalone - interactive version of install_steps_auto_install is now inheriting from the interactive class, so we can click on a previous automatic step and have it interactively during an interactive auto install * install_steps.pm, install_steps_interactive.pm, install_steps_auto_install.pm, install2.pm, steps.pm, install_any.pm: initial revision for drakautoinst - put %installSteps in a separate package (steps.pm) (for drakxtools) - use additional fields {auto} and {noauto}, by step, to ease interactive auto install and oem stuff - in install2.pm, perform each step either from the interactive class or from install_steps, according to the {auto} flag - id, tell each step to not try to be automatic if {noauto} - in the install, have auto install bootdisk created in install_any so we can always write a bootdisk (from install_steps) for further use from drakautoinst in standalone - interactive version of install_steps_auto_install is now inheriting from the interactive class, so we can click on a previous automatic step and have it interactively during an interactive auto install 2001/08/13 Pixel * install_steps_auto_install.pm, install2.pm, install_any.pm, steps.pm: auto_inst enhancements * install_steps_interactive.pm, standalone/XFdrake, install_steps.pm, Xconfigurator.pm: really use a class_discard for Xconfigurator::main * devices.pm: add /dev/hd[mt] handling 2001/08/13 siegel * share/po/de.po: new german version 2001/08/13 Till Kamppeter * printerdrake.pm: Automatic transfer of queues when changing the spooler. Update printer queue list when exiting during install, so that the "Summary" entry is correct. When one sayd "No" on the test page, the modify dialog was not pointing to the current printer * printer.pm: Automatic transfer of queues when changing the spooler. The photo test page was not printed during installation. * interactive.pm: Tree lists are sorted again now. 2001/08/13 yduret * standalone/drakxconf: removed diskdrake from the choice 2001/08/12 dam's * standalone/draknet: longer timeout 2001/08/12 Guillaume Cottenceau * share/po/fr.po: fix ortograf typo 2001/08/12 Pixel * share/po/Makefile: po->mo is no longer gonna be nasty with us * interactive_gtk.pm: clean the nice till fix * tools/cvslog2changelog.pl: add till * Makefile: ensure locales.tar.bz2 in perl-install/share is build po->mo is no longer gonna be nasty with us 2001/08/12 Till Kamppeter * interactive.pm: Lists get only sorted when the "sort" option is given. * printer.pm, printerdrake.pm: Check files before checking RPM database => Acceleration, waiting windows 2001/08/11 dam's * share/themes.rc, share/logo-mandrake.png, share/themes-mdk.rc, share/themes/mdk-bg.png: new theme for beta * share/theme-editor.pl: updated now works. 2001/08/11 tkamppeter * printer.pm, printerdrake.pm: Restructuring continued and debugged 2001/08/10 dam's * share/theme-editor.pl: added theme editor * network/tools.pm: corrected password file substitution * network/ethernet.pm: remove Data::Dumper * network/netconnect.pm: added spped and timeout handling for isdn * any.pm: corrected autologin question * network/isdn.pm: tomeout option deactivated. * standalone/draknet: corrected internet cnfiguration pop up, and some other studds ifup/down ethx, anew pixmap for list * my_gtk.pm: removed Datta::Dump use * pixmaps/eth_card_mini2.png: added 2001/08/10 Pablo Saratxaga * lang.pm: small font fix * share/po/be.po, share/po/sp.po, share/po/pt.po, share/po/DrakX.pot, 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/ko.po, share/po/cy.po, share/po/nl.po, share/po/ja.po, share/po/wa.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/id.po, share/po/pl.po, share/po/fi.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/ar.po, share/po/sl.po, share/po/vi.po, share/po/br.po, share/po/ca.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/cs.po, share/po/af.po: updated pot file * share/po/bg.po: updated Bulgarian file updated pot file 2001/08/10 yduret * bootlook.pm: corrected vnew usage (thx gc) 2001/08/09 dam's * standalone/draknet: added missing use added pixmap for eth. Some factorisation * network/tools.pm: added useless function type2interface for future use * my_gtk.pm: added gtkbuttonset, and corrected scrollbar height for standalone mode. * network/isdn.pm: labels corrections 2001/08/09 Guillaume Cottenceau * standalone/tinyfirewall, standalone/printerdrake, standalone/mousedrake, standalone/drakxservices, standalone/net_monitor, standalone/draknet, standalone/drakproxy, standalone/XFdrake, standalone/keyboarddrake, standalone/drakxconf, standalone/adduserdrake, standalone/livedrake, standalone/drakboot, standalone/draksec: use vnew the right way everywhere * standalone/drakgw: use vnew the right way everywhere - if package installs fail, redo one by one to know which one failed - try to not end up with a failing configuration file, if program is brutally stopped - if unrecognized config file, don't fail, rather ignore it and proceed - run dhcpd_update feature (if present) after setup of dhcp server * share/rpmsrate: put traceroute in network client also, for claudio 2001/08/09 Pixel * standalone.pm, install_any.pm: rename interactive_pkgs in pkgs_interactive 2001/08/09 siegel * standalone/interactive_http/miniserv.logrotate, standalone/interactive_http/Makefile: Added logrotate for "/var/log/drakxtools_http.log" 2001/08/09 tkamppeter * printer.pm, printerdrake.pm: New structure for queue modification, general structure clean-up 2001/08/09 yduret * bootlook.pm: readded in->do_pkg->install (i sux) rewrite in a more drakx fashion * my_gtk.pm: added gtkset_sensitive in wrapper.. 2001/08/08 Pablo Saratxaga * share/po/be.po, share/po/sp.po, share/po/pt.po, share/po/DrakX.pot, share/po/es.po, share/po/fr.po, share/po/bg.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/ko.po, share/po/cy.po, share/po/nl.po, share/po/ja.po, share/po/wa.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/id.po, share/po/pl.po, share/po/fi.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/ar.po, share/po/sl.po, share/po/vi.po, share/po/br.po, share/po/ca.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/cs.po, share/po/af.po: updated pot file 2001/08/08 Pixel * install_steps.pm: typo makes interactive_pkgs stuff work add interactive_pkgs stuff * Makefile: skip module CGI in test_pms (perl_checker) * fsedit.pm (check_mntpoint): remove /root from directories that "should remain within the root filesystem" * proxy.pm, network/ethernet.pm, network/isdn.pm, tinyfirewall.pm, printerdrake.pm, standalone/drakgw, standalone/draknet, network/tools.pm, bootlook.pm, standalone.pm, standalone/drakproxy, standalone/XFdrake, network/netconnect.pm, standalone/adduserdrake, network/adsl.pm, network/network.pm, printer.pm, network/modem.pm: add interactive_pkgs stuff * install_steps_interactive.pm: installing foomatic before doing anything about printer add interactive_pkgs stuff * Xconfigurator.pm, any.pm: makes interactive_pkgs stuff work add interactive_pkgs stuff * install_any.pm (remove, remove_nodeps): fix typo makes interactive_pkgs stuff work add interactive_pkgs stuff 2001/08/08 tkamppeter * install_steps_interactive.pm: Installation fitted to new printerdrake * printer.pm: Different choosable test pages available now Corrected init script calls in the (start|stop|restart)_service functions * printerdrake.pm: Different choosable test pages available now Removed superfluous line in install_spooler function 2001/08/08 Pixel * pkgs.pm (naughtyServers): add drakxtools-http 2001/08/07 dam's * standalone/net_monitor: nex features * network/netconnect.pm: removed debugging message * network/isdn.pm: corrected pkgs use -> require * my_gtk.pm: added gtkset_relief * pixmaps/network.png, pixmaps/draknet_step.png: added 2001/08/07 Pixel * pixmaps/network.png, pixmaps/draknet_step.png: re-adding with -kb removing for re-adding with -kb 2001/08/07 tkamppeter * printer.pm, printerdrake.pm: Automatic installation of all needed packages 2001/08/07 dam's * standalone/draknet: corrected label * network/netconnect.pm: removed debugging message * standalone/net_monitor: nex features added color choice lot of improvments * network/isdn.pm: corrected pkgs use -> require * my_gtk.pm: added gtkset_relief * pixmaps/network.png, pixmaps/draknet_step.png: added 2001/08/07 Guillaume Cottenceau * mdk-stage1/tools.c: say that it's a data read error, when we can't load the ramdisk * mdk-stage1/Makefile.common, mdk-stage1/bzlib/bzlib.h: don't use system wide bzlib.h but our own provided one 2001/08/07 Pixel * rescue/tree/etc/issue: fix distrib number * interactive.pm: adding http feature, mainly for standalone tools * standalone/miniserv.pem, standalone/miniserv.pl: Initial revision import * standalone/interactive_http/miniserv.pl: add interactive_http Initial revision * resize_fat/main.pm: fix * partition_table.pm: nicer names for journalised fs * Makefile.drakxtools, standalone/interactive_http/miniserv.init, standalone/interactive_http/index.html, standalone/interactive_http/interactive_http.cgi, standalone/interactive_http/miniserv.conf, standalone/interactive_http/miniserv.pam, standalone/interactive_http/miniserv.users, Makefile, standalone/interactive_http/Makefile: add interactive_http * interactive_http.pm, standalone/interactive_http.cgi: add interactive_http adding http feature, mainly for standalone tools * share/diskdrake.rc: have every journalised in darkred * c/stuff.xs.pm: add S_IFIFO * standalone/interactive_http/miniserv.pem: Initial revision 2001/08/06 dam's * my_gtk.pm: debugging, profile coding, isdn 128 debugging corrected gtkradio : shift instead of pop * interactive_gtk.pm, install_steps_gtk.pm: corrected gtkradio : shift instead of pop * network/netconnect.pm, network/ethernet.pm, network/isdn.pm: debugging, profile coding, isdn 128 debugging 2001/08/06 Guillaume Cottenceau * tools/i386/busybox: try a busybox with better globbing under the SHELL 2001/08/06 Pablo Saratxaga * share/po/de.po: Updates to German file by Peer Dunker * share/po/vi.po: updated Vietnamese file 2001/08/06 Pixel * c/stuff.xs.pm: kernel_arch removed * fsedit.pm (@suggestions_mntpoints): remove /root (tx2gc) * interactive_gtk.pm, interactive_newt.pm: cleanup, functions already defined in interactive 2001/08/06 yduret * tinyfirewall.pm: use MDK::Common; use network::netconnect; * standalone/drakgw: use MDK::Common; use network::netconnect; and update functions call from netconnect 2001/08/05 Pablo Saratxaga * share/po/eo.po: updated Esperanto file 2001/08/05 Pixel * install_steps_auto_install.pm: switch to gtk install when interactiveSteps is defined 2001/08/05 tkamppeter * printer.pm, printerdrake.pm: Automatic installation and start of the desired printer spooler 2001/08/04 Pixel * share/list: add tune2fs enabling switching from ext2 to ext3 * fs.pm, fsedit.pm, partition_table.pm: add ext3 support * diskdrake.pm: add ext3 support (Type): handle lossless switch from ext2 to ext3 * pkgs.pm: make perl_checker happy * c/stuff.xs.pm, c/Makefile.PL: add is_ext3 * common.pm: moved arch() and alike to MDK::Common::System 2001/08/04 Pixel * install_steps.pm (choosePackages): simplify, fix setSelectedFromCompssList not called in expert even the first_time (especially nasty for auto_installs) * fs.pm, partition_table.pm, fsedit.pm: add ext3 support * diskdrake.pm: add ext3 support (Type): handle lossless switch from ext2 to ext3 * install_steps_gtk.pm: add the feather feature, but do not enable it * interactive_gtk.pm (ask_browse_tree_info_refW): s/wait_msg/wait_message/ (wait_msg doesn't exist anywhere, it must be a fpons typo) * pkgs.pm: make perl_checker happy * c/stuff.xs.pm, c/Makefile.PL: add is_ext3 * bootloader.pm: as when lilo is selected, we don't try to install grub, just create the config file in case it may be useful * common.pm: moved arch() and alike to MDK::Common::System * partition_table_raw.pm: add yaboot detection * install_any.pm, share/rpmsrate: create a new flags "X" selected by default, contain what X related packages which were in "SYSTEM" 2001/08/04 Pixel * install_steps.pm (choosePackages): simplify, fix setSelectedFromCompssList not called in expert even the first_time (especially nasty for auto_installs) * install_steps_gtk.pm: add the feather feature, but do not enable it * bootloader.pm: as when lilo is selected, we don't try to install grub, just create the config file in case it may be useful * interactive_gtk.pm (ask_browse_tree_info_refW): s/wait_msg/wait_message/ (wait_msg doesn't exist anywhere, it must be a fpons typo) * share/rpmsrate, install_any.pm: create a new flags "X" selected by default, contain what X related packages which were in "SYSTEM" 2001/08/03 dam's * standalone/net_monitor, network/tools.pm, network/netconnect.pm, network/isdn.pm: debugging, 128Kb/s ISDN * Makefile.drakxtools, Makefile: added network pms 2001/08/03 Pixel * partition_table.pm: typo fix replace isJfs/isXfs/... with isThisFs("jfs" * install_any.pm: replace isJfs/isXfs/... with isThisFs("jfs" update_userkderc is now called update_gnomekderc * Makefile: better po skipping * commands.pm (sync): (re-?)add * fs.pm, install_steps_interactive.pm, diskdrake.pm, bootloader.pm: replace isJfs/isXfs/... with isThisFs("jfs" * fsedit.pm (check_mntpoint): /root should remain within the root filesystem * install_steps.pm (choosePartitionsToFormat): toFormatUnsure=1 for /usr update_userkderc is now called update_gnomekderc 2001/08/02 Guillaume Cottenceau * mdk-stage1/adsl.c: - fix problem of clashing user/pass between adsl and ftp/http in case of automatic installs - update doc on automatic install parameters (doc/TECH-INFOS) * mdk-stage1/doc/TECH-INFOS: - small update - fix problem of clashing user/pass between adsl and ftp/http in case of automatic installs - update doc on automatic install parameters (doc/TECH-INFOS) 2001/08/02 Pablo Saratxaga * share/po/no.po: updated Norwegian file 2001/08/02 Pixel * install_steps_interactive.pm, services.pm, install_interactive.pm, network/netconnect.pm, install_any.pm, Xconfigurator.pm: instead of testing if ref($in) or ref($o) contains /gtk/, test if interactive_gtk is in ISA of the object * partition_table.pm, fsedit.pm, diskdrake.pm: JFS support 2001/08/02 Guillaume Cottenceau * mdk-stage1/adsl.c: - fix problem of clashing user/pass between adsl and ftp/http in case of automatic installs - update doc on automatic install parameters (doc/TECH-INFOS) * mdk-stage1/doc/TECH-INFOS: - small update - fix problem of clashing user/pass between adsl and ftp/http in case of automatic installs - update doc on automatic install parameters (doc/TECH-INFOS) 2001/08/02 Pablo Saratxaga * share/po/no.po: updated Norwegian file 2001/08/02 Pixel * install_any.pm: instead of testing if ref($in) or ref($o) contains /gtk/, test if interactive_gtk is in ISA of the object add jfs support * install_steps_interactive.pm, services.pm, install_interactive.pm, network/netconnect.pm, Xconfigurator.pm: instead of testing if ref($in) or ref($o) contains /gtk/, test if interactive_gtk is in ISA of the object * partition_table.pm: JFS support add jfs support * fsedit.pm, diskdrake.pm: JFS support * tools/ntp_servers.pl, timezone.pm: update ntp servers list * fs.pm, share/list: add jfs support 2001/08/02 Pixel * tools/ntp_servers.pl, timezone.pm: update ntp servers list * fs.pm, share/list, partition_table.pm, install_any.pm: add jfs support 2001/08/01 dam's * my_gtk.pm: write_on_text writes in blue instead of black * network/isdn.pm: typo added de-installation before installateion * network/netconnect.pm: translation correction 2001/08/01 Pixel * install_steps.pm, fsedit.pm: handle auto_allocate_raids for auto_installs * raid.pm (new): now works with a list of partitions 2001/08/01 tkamppeter * printer.pm: Fixed bug in recognizing the printer ID in the Foomatic overview. 2001/08/01 dam's * my_gtk.pm: write_on_text writes in blue instead of black * network/isdn.pm: typo added de-installation before installateion * network/netconnect.pm: translation correction 2001/08/01 Pixel * install_steps.pm, fsedit.pm: handle auto_allocate_raids for auto_installs * raid.pm (new): now works with a list of partitions 2001/07/31 dam's * network/netconnect.pm: added splash screen between different configurations. Added splash wizard mode added intro step for each configuration type. * network/tools.pm: corrected ask_connect_now * my_gtk.pm: added write_on pixmap : a function to write text on pixma, using fonts. * network/ethernet.pm: added intro step for each configuration type. 2001/07/31 Guillaume Cottenceau * install_steps_interactive.pm: after copying the auto install floppy, sync in case you shall remove the floppy right after the LED switches off yet the kernel decides to not flush everything * modules.pm, mdk-stage1/modules_descr.h: have "catc" driver for usbnet installs * bootloader.pm: load msdos and vfat before mkbootdisk (now using syslinux so..) 2001/07/31 Pixel * common.pm (translate): empty string translation is an empty string * install_gtk.pm (test_mouse): s/my (.*) = 0 if 0/my $1 if 0/ * share/rpmsrate: add cpio lower gurpmi (5->4) * share/gen_locales.sh, share/locales-skeleton.tar.bz2: chineese locale support better handling of locales * Makefile.drakxtools (install): s/cp -rf/cp -rfL/ (-L = --dereference, aka always follow symbolic links) * install_steps_gtk.pm (installPackages): make $show_advertising a global state (for Vincent Meyer) * share/Makefile, Makefile: better handling of locales * install_steps_auto_install.pm: remove bad prototype 2001/07/30 dam's * network/ethernet.pm: added cable internet connection selection added internet connection selection in case of multiple configurations * network/netconnect.pm: corrected ask_connect_now behaviour corrected ask_connect_now debug added internet connection selection in case of multiple configurations * network/adsl.pm, network/tools.pm, network/modem.pm, network/isdn.pm: corrected ask_connect_now added internet connection selection in case of multiple configurations 2001/07/30 Pixel * pkgs.pm (getDeps): ensure "depslist.ordered has not same package as hdlist files" occurs when the hdlists are in fact not available * share/locales.tar.bz2.ppc, share/locales.tar.bz2, share/locales.tar.bz2.sparc, share/.cvsignore, share/gen_locales.sh, share/locales-skeleton.tar.bz2: automatic handling of locales.tar.bz2 based on installed glibc * printer.pm, printerdrake.pm: use MDK::Common i wonder why it was included and Till used an older version without merging? * resize_fat/main.pm: switch to MDK::Common (i wonder why it was not done yet) * share/rpmsrate: raise rxvt (4->5) lower rpmdrake & harddrake (5->4) remove rootfiles (unneeded) * Makefile: use -excludeMDK::Common::Globals for perl_checker automatic handling of locales.tar.bz2 based on installed glibc 2001/07/30 tkamppeter * printer.pm, printerdrake.pm: In beginners mode one chooses only the printer, not the driver (default driver) 2001/07/30 dam's * network/netconnect.pm: debug added internet connection selection in case of multiple configurations * network/adsl.pm, network/tools.pm, network/modem.pm, network/isdn.pm: added internet connection selection in case of multiple configurations * network/ethernet.pm: added cable internet connection selection added internet connection selection in case of multiple configurations 2001/07/30 Guillaume Cottenceau * mdk-stage1/tools.c, mdk-stage1/stage1.c, mdk-stage1/config-stage1.h: have a memory limit also for Rescue (different one) 2001/07/30 Pixel * printer.pm, printerdrake.pm: use MDK::Common i wonder why it was included and Till used an older version without merging? * resize_fat/main.pm: switch to MDK::Common (i wonder why it was not done yet) * share/rpmsrate: raise rxvt (4->5) lower rpmdrake & harddrake (5->4) remove rootfiles (unneeded) * pkgs.pm (getDeps): ensure "depslist.ordered has not same package as hdlist files" occurs when the hdlists are in fact not available * Makefile: use -excludeMDK::Common::Globals for perl_checker automatic handling of locales.tar.bz2 based on installed glibc * share/locales.tar.bz2.ppc, share/locales.tar.bz2, share/locales.tar.bz2.sparc, share/.cvsignore, share/gen_locales.sh, share/locales-skeleton.tar.bz2: automatic handling of locales.tar.bz2 based on installed glibc 2001/07/28 tkamppeter * printer.pm, printerdrake.pm: Support for PPD files of PostScript printers (when CUPS is used) 2001/07/27 François Pons * install_steps_gtk.pm: fixed undeselectable group when 'Other' sub-tree is seen as a package. * interactive_gtk.pm: allow ask_browse_tree_info_refW to return 0 on cancel (previously always 1). added a before leaving code to clean added reference (else it seems to bahave strangely on changing steps). fixed wrong reference to added icons to ask_browse_tree_info_refW. * services.pm: allow cancel on services which do not change anything. * install_steps_interactive.pm: changed warn dialog to okcancel dialog when asking user to insert Boot floppy used or Update Modules floppy (die may cause to rerun install else). 2001/07/27 gbeauchesne * install_steps_gtk.pm: - install_steps_gtk.pm (launchX) : create /var/log, if not existent, for XFree86.log 2001/07/27 Guillaume Cottenceau * mdk-stage1/modules.c: allow to escape from Update Modules if you don't want to insert an ext2 floppy Disk -> Floppy for Update Modules disk 2001/07/27 Stew Benedict * share/locales.tar.bz2.ppc, keyboard.pm, help.pm, partition_table.pm, Xconfigurator.pm: last of sync with PPC beta mods 2001/07/27 tkamppeter * standalone/printerdrake, printer.pm, printerdrake.pm: Printerdrake changed to use Foomatic, driver options, spooler change 2001/07/26 dam's * network/isdn.pm: added firmware loading/configuration not loading the module at detection. * standalone/draknet: MDK::common correction * modules.pm: added default option id="HiSax" to isdn module 2001/07/26 fcrozat * share/po/fr.po: Fix spelling of 'molette' 2001/07/26 François Pons * install2.pm: added blank and updatemodules options to DrakX. * bootloader.pm: added prioritary kernel entry 'default' as the kernel typically copied from a modified blank.img file with a kernel (no initrd.img necessary to build). This kernel takes precedance over any other kernel. * install_steps_interactive.pm: really fixes Diskette with Floppy. fix typo as Diskette to Floppy. add support for new modules load as described by GG. * install_steps.pm: fixed some silly typo and tiny bugs. fixed typo as Diskette to Floppy. add support for modified blank.img floppy and Update Modules floppy. In first case copy kernel to /boot/vmlinuz-default to be taken into account by bootloader suggestion method. In second case, check installed kernel and update any modules listed in the Update Modules floppy. 2001/07/26 gbeauchesne * bootloader.pm: - Don't set "lba32" on ia64 2001/07/26 Guillaume Cottenceau * mdk-stage1/stage1.c, mdk-stage1/modules.h, mdk-stage1/modules.c: pass "--blank" to DrakX when module loading is disabled - add "changedisk" feature - add "updatemodules" feature * mdk-stage1/tools.c, mdk-stage1/doc/UPDATEMODULES, mdk-stage1/stage1.h: - add "changedisk" feature - add "updatemodules" feature * mdk-stage1/probing.c: silently load usb controllers 2001/07/25 dam's * standalone/draknet: fixed new network organization * standalone/net_monitor: updated. Profile handling. * network/isdn_consts.pm: updated ISDN detection. Added firmware handling and drivers other than hisax 2001/07/25 François Pons * pkgs.pm: fixed no test (or die test) to void package read on depslist (allowed to keep package indexing good on multi-arch). cleaned code to examine depslist.ordered and packages list. * rescue/make_rescue_img: fixed to use perl-MDK-Common. * tools/syncrpms: fixed still missing rpmtools:: before a version_compare ... 2001/07/25 Guillaume Cottenceau * mdk-stage1/modules_descr.h: small typo * mdk-stage1/init.c, mdk-stage1/newt-frontend.c: Use Yahve quoting 2001/07/25 Pixel * share/po/Makefile (install): build mo's * commands: move to MDK::Common, bool->to_bool * common.pm: do not export sync, keep it in common (esp. so that it doesn't conflict with my_gtk::sync (removeXiBSuffix): add TB (tera) * share/po/i18n_compssUsers, rescue/make_rescue_img: use MDK::Common * share/verify_modules.pl: new common syntax * Makefile: - temporary hack to have at least good UTF-8 based locales (otherwise rpmlib segfaults) - touch share/po/*.po, so that they are not rebuilded (pablo takes care of them) * share/list: add MDK::Common::Globals * partition_table_sun.pm, install2.pm, partition_table.pm, commands.pm, install_steps.pm, partition_table_raw.pm, partition_table_mac.pm: do not export sync, keep it in common (esp. so that it doesn't conflict with my_gtk::sync 2001/07/25 Stew Benedict * mdk-stage1/modules_descr.h: add decriptions for integrated Apple Network/SCSI hardware 2001/07/24 dam's * network/isdn_consts.pm, network/netconnect.pm, network/ethernet.pm: corrected speed fax + PCI, updated configuration 2001/07/24 daouda * bootlook.pm: better runlevel handling -> persistent level choice 2001/07/24 Pablo Saratxaga * share/po/be.po, share/po/sp.po, share/po/pt.po, share/po/DrakX.pot, share/po/es.po, share/po/fr.po, share/po/bg.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/ko.po, share/po/cy.po, share/po/nl.po, share/po/ja.po, share/po/wa.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/id.po, share/po/pl.po, share/po/fi.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/ar.po, share/po/sl.po, share/po/vi.po, share/po/br.po, share/po/ca.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/cs.po, share/po/af.po: updated pot file 2001/07/24 Pixel * commands.pm: move to MDK::Common, bool->to_bool fix syntax removed/renamed unused/seldom-used functions generalize the use of chomp_ as the functional alternative to chomp (and works on lists) * swap.pm: temporary hack to have at least good UTF-8 based locales (otherwise rpmlib segfaults) move to MDK::Common, bool->to_bool * unused/scsi.pm, standalone/draknet: generalize the use of chomp_ as the functional alternative to chomp (and works on lists) * globals.pm, perl2fcalls: - globals is now MDK::Common::Globals - perl2fcalls is now /usr/bin/perl_checker * install_steps_gtk.pm: move to MDK::Common, bool->to_bool move to MDK::Common, bool->to_bool removed/renamed unused/seldom-used functions * common.pm: move to MDK::Common, bool->to_bool cleanup (remove unused stuff and dangerous prototypes) removed/renamed unused/seldom-used functions generalize the use of chomp_ as the functional alternative to chomp (and works on lists) * network/tools.pm, network/adsl.pm, network/netconnect.pm, network/ethernet.pm, network/isdn.pm, network/modem.pm: - globals is now MDK::Common::Globals - perl2fcalls is now /usr/bin/perl_checker move to MDK::Common, bool->to_bool * partition_table_dos.pm, partition_table_empty.pm, my_gtk.pm, modparm.pm, standalone/keyboarddrake, install2.pm, raid.pm, crypto.pm, partition_table_mac.pm, standalone/mousedrake, devices.pm, install_steps.pm, resize_fat/main.pm, help.pm, install_interactive.pm, install_steps_stdio.pm, loopback.pm, resize_fat/any.pm, standalone/drakboot, pkgs.pm, keyboard.pm, Xconfigurator.pm, fs.pm, interactive_gtk.pm, standalone/drakxservices, fsedit.pm, network/network.pm, interactive_stdio.pm, diskdrake.pm, modules.pm, resize_fat/directory.pm, standalone/net_monitor, install_steps_auto_install.pm, partition_table_sun.pm, proxy.pm, lang.pm, partition_table_bsd.pm, tinyfirewall.pm, standalone/draksec, standalone/drakxconf, resize_fat/info_sector.pm, standalone/adduserdrake, sbus_probing/main.pm, printer.pm, partition_table_raw.pm, install_steps_interactive.pm, install_gtk.pm, Xconfigurator_consts.pm, resize_fat/boot_sector.pm, partition_table.pm, standalone/livedrake, standalone/drakgw, mouse.pm, lvm.pm, interactive.pm, share/list, interactive_newt.pm, install_steps_newt.pm, bootloader.pm: move to MDK::Common, bool->to_bool * services.pm, printerdrake.pm: move to MDK::Common, bool->to_bool removed/renamed unused/seldom-used functions * standalone/diskdrake, install_any.pm, any.pm, Xconfig.pm, timezone.pm, detect_devices.pm, bootlook.pm: move to MDK::Common, bool->to_bool generalize the use of chomp_ as the functional alternative to chomp (and works on lists) * Makefile: temporary hack to have at least good UTF-8 based locales (otherwise rpmlib segfaults) move to MDK::Common, bool->to_bool move to MDK::Common, bool->to_bool 2001/07/23 dam's * modules.pm, network/tools.pm, network/isdn_consts.pm, network/netconnect.pm, network/isdn.pm: isdn now works with isdn-light. Only 64kb/s and still some debuf stuff to be fixed. 2001/07/23 Pablo Saratxaga * share/po/hr.po, share/po/sk.po: updated Slovak and Croatian files 2001/07/23 Pixel * install_steps_interactive.pm: cleanup * c/stuff.xs.pm, Makefile.drakxtools, standalone.pm, common.pm, Makefile, tools/make_mdkinst_stage2, lang.pm, share/po/Makefile, share/po/.cvsignore: do not use the po's directly. Use mo's through gettext 2001/07/22 dam's * network/netconnect.pm, network/isdn.pm: updated isdn config, moved isdn_data from netconnect_const to isdn_const big work on isdn. Not finished * modules.pm, standalone/net_monitor, network/tools.pm, detect_devices.pm: big work on isdn. Not finished * network/netconnect_consts.pm, network/isdn_consts.pm: updated isdn config, moved isdn_data from netconnect_const to isdn_const 2001/07/20 François Pons * docs/README.pxe: initial release, dhcpd and tftpd only. 2001/07/20 Pablo Saratxaga * share/po/el.po: updated Greek file 2001/07/20 Pixel * share/po/Makefile: externalize the pm 2 pm_.c in fake_c.pl * lang.pm: fix (load_po): enhance readability * share/po/fake_c.pl: cleanup externalize the pm 2 pm_.c in fake_c.pl * common.pm (translate): basic plural forms handling (not finished) * help.pm: fix missing ``"'' * bootloader.pm: fix (install_lilo): order fat partitions first 2001/07/19 dam's * share/themes.rc, share/logo-mandrake.png, share/themes-mdk.rc, share/help.png: new color * network/netconnect.pm: correct bug. thanx to the little stagiaire. 2001/07/19 François Pons * mdk-stage1/init-data/msgboot-graphicallogo.img.bz2: updated with new graphic logo for 8.1 2001/07/19 Pablo Saratxaga * share/po/hr.po, share/po/fi.po, share/po/DrakX.pot, share/po/es.po, share/po/eo.po, share/po/fr.po, share/po/wa.po, share/po/da.po, share/po/de.po, share/po/el.po, share/po/et.po, share/po/hu.po, share/po/eu.po: updated Croatian file 2001/07/19 François Pons * mdk-stage1/init-data/msgboot-graphicallogo.img.bz2: updated with new graphic logo for 8.1 * Xconfigurator.pm: fixed problable freeze on pci probe. 2001/07/19 Pablo Saratxaga * share/po/hr.po, share/po/fi.po, share/po/DrakX.pot, share/po/es.po, share/po/eo.po, share/po/fr.po, share/po/wa.po, share/po/da.po, share/po/de.po, share/po/el.po, share/po/et.po, share/po/hu.po, share/po/eu.po: updated Croatian file 2001/07/19 Pixel * globals.pm: no strict 'refs' instead of 'vars' * services.pm: rename ask_install_gtk in ask_install, ask_install is now ask_install_simple (obsolete) * install_steps_auto_install.pm: fix exit install in graphical auto_install's 2001/07/19 Pixel * install_steps_auto_install.pm, install_steps_newt.pm, install2.pm: based on Michael Brown patch: - enables graphical steps in auto_installs for more than gtk - various cleanup * globals.pm: no strict 'refs' instead of 'vars' * services.pm: rename ask_install_gtk in ask_install, ask_install is now ask_install_simple (obsolete) 2001/07/18 mbadaire * modules.pm, install_any.pm, bootloader.pm: IA64 adaptation 2001/07/18 Stew Benedict * modules.pm, install_steps.pm, install_steps_interactive.pm, tools/serial_probe/serial.c, detect_devices.pm, partition_table_mac.pm, diskdrake.pm: roll back some changes from PPC beta - OldWorld vs NewWorld bootloader modem detection on ttyS0, new sound module in 2.4.4 2001/07/17 François Pons * install_steps.pm: disabled Frame buffer for all S3 cards (hangs with XF4 and S3 ViRGE on reboot with Aurora). * Xconfigurator.pm: cleaned and added S3 Inc in the list to disable test for these card. 2001/07/16 Pablo Saratxaga * share/rpmsrate: removed references to XFree86-ISO8859-{2,9} packages (no more used) * keyboard.pm: small keyboard changes 2001/07/13 Thierry Vignaud * share/po/fr.po: update 2001/07/12 François Pons * fs.pm: fixed wrong examination of fsck return code (exit code 1 says fsck succeeded in fixing partition and now is ok). * run_program.pm: changed exit code of failed exec in rooted to 128 instead of 1 (may clash with exit code of fsck else). * any.pm: fixed bug for writing in /etc/sysconfig/desktop file. 2001/07/12 François Pons * interactive.pm: added ask_browse_tree_info and ask_browse_tree_info_refW (default). * services.pm: reworked to use new service layout for install. * install_steps_gtk.pm: use common code for tree with info dialog (individual package selection). * fs.pm: fixed wrong examination of fsck return code (exit code 1 says fsck succeeded in fixing partition and now is ok). * interactive_gtk.pm: merging common code for individual package selection and service to create ask_browse_tree_info_refW, added featrures for group icon always up-to-date (take some memory but not too much, not used if flat model). * run_program.pm: changed exit code of failed exec in rooted to 128 instead of 1 (may clash with exit code of fsck else). * any.pm: fixed bug for writing in /etc/sysconfig/desktop file. 2001/07/10 Stew Benedict * mdk-stage1/init.c, mdk-stage1/Makefile.common: minor mods for PPC build, define TIOCSCTTY, Makefile mods 2001/07/09 François Pons * pkgs.pm: added multiple tries if a transaction of only one package fails. * install_any.pm: added LDAP support for authentication. * install_steps_interactive.pm: added LDAP support for password authentication, updated root password window look. * bootloader.pm: fixed compilation error. removed compilation error, the resolution is not quite good and may be reworked :-) * help.pm: updated root password help. 2001/07/09 mbadaire * bootloader.pm: modify lilo.conf to elilo.conf if arch ia64 * common.pm: Add IA64 support 2001/07/08 Pixel * bootloader.pm (suggest): replace "is ia64" with "is not ia64" so that boot partition is set correctly again 2001/07/08 Pixel * bootloader.pm (suggest): replace "is ia64" with "is not ia64" so that boot partition is set correctly again 2001/07/06 François Pons * pkgs.pm: fixed selected_leaves. change algorithm as previous one can still causes dead lock and may not reproduce correct list. take care of choice that need to be examined before else another package may be chosen if choice is not satisfied when selecting packages. * install_any.pm: change all 8 space into a tabulation, this is simple and may change visual aspect but it gives correct output and filesize by 40%. 2001/07/06 François Pons * pkgs.pm: fixed selected_leaves. change algorithm as previous one can still causes dead lock and may not reproduce correct list. take care of choice that need to be examined before else another package may be chosen if choice is not satisfied when selecting packages. * install_any.pm: change all 8 space into a tabulation, this is simple and may change visual aspect but it gives correct output and filesize by 40%. 2001/07/06 Pixel * tools/ntp_servers.pl: some workarounds 2001/07/06 Pixel * tools/ntp_servers.pl: some workarounds 2001/07/05 François Pons * keyboard.pm: added DISABLE_WINDOWS_KEY in /etc/sysconfig/keyboard if a laptop is detected. 2001/07/05 Guillaume Cottenceau * mdk-stage1/modules_descr.h: add usb net descriptions 2001/07/05 Pixel * fsedit.pm (file2part): created * any.pm: ia64 bootloader configuration adaptations * bootloader.pm: typo fix ia64 bootloader configuration adaptations 2001/07/04 dam's * globals.pm: added error handling * network/netconnect.pm, network/ethernet.pm: modularized. It compiles, runs, and works for some stuff. modularization continuated updated CVS: ---------------------------------------------------------------------- uses the fantastic global module. corrected * standalone/draknet: corrected * network/tools.pm, network/adsl.pm: modularized. It compiles, runs, and works for some stuff. updated CVS: ---------------------------------------------------------------------- uses the fantastic global module. corrected * network/network.pm: modularized. It compiles, runs, and works for some stuff. modularization continuated * network/isdn.pm, network/modem.pm: modularized. It compiles, runs, and works for some stuff. updated CVS: ---------------------------------------------------------------------- uses the fantastic global module. * docs/net_object_class.fig: updated doc 2001/07/04 François Pons * Xconfigurator.pm: added missing last Card read from Cards+ file. allow S3 card to have VideoRam uncommented, fix 86c368 video driver that seems needing VideoRam too. fixed need of video ram if 86c368 and S3 ViRGE. * install_any.pm: another too wide string truncated to 80 chars. make auto_inst.cfg file no longer than 80 chars wide. * install_steps_interactive.pm: added back timezone settings (thanks FredC). 2001/07/04 Guillaume Cottenceau * mdk-stage1/adsl.c: nonsense to exit if interface is not "eth.*" * mdk-stage1/newt-frontend.c: very nice things happen when you hardcode arrays to a too small value * docs/HACKING: update -d in order to get all the directories... 2001/07/04 mbadaire * tools/ia64/elilo.efi, tools/specific_arch, share/list.ia64, tools/ia64/e2fsck.shared: Ia64 Adaptation * install_gtk.pm, share/list.i386, common.pm, share/list.ppc, share/list, share/list.alpha, install_steps_gtk.pm, share/list.sparc: Ia64 adaptation 2001/07/04 Pixel * pkgs.pm (selected_leaves): fix dead-loop (selected_leaves): make it work with loops (eg: mandrake_desk loops with control-center resulting on none of them being a leaf) * perl2fcalls: check exclude_uses before reporting bad use of "use" exclude module globals from use's to look at * globals.pm (import): yet another fix fix a pb when init is called before another import typo correction enhanced: shared values are grouped together based on a name module to share constant values between modules * fsedit.pm: add /boot/efi in suggestions for ia64 * install_interactive.pm, install_steps.pm: fix typo verify a /boot/efi partition exists * Makefile, install_any.pm, share/list.ppc, share/list.alpha, share/list, share/list.sparc: remove busybox as default shell. Only use it as the interactive shell on tty2 2001/07/03 dam's * network/adsl.pm, network/netconnect_consts.pm, network/tools.pm, network/modem.pm, network/netconnect.pm, network/isdn.pm: network subsystem now compiles. Enjoy * docs/net_object_class.fig: documentation about net modules structure 2001/07/03 François Pons * network/netconnect.pm: fix another dam's sucks fix dam's sucks * network/netconnect_consts.pm, Makefile.config: fix dam's sucks * standalone/XFdrake: expert is allowed to choose frame buffer. * install_steps_interactive.pm: added loadSavePackagesOnFloppy to manage package selection file used by auto_install too from packages tree directly on floppies. * share/floppy.png: updated size to 16x22 to be more aligned. for loading/saving packages selection. * install_any.pm: modified g_default_packages to be used from package tree save on floppy. * install_steps_gtk.pm: added Load/Save on floppy. added improve choice of package, well not very usefull but asked by higher people :-) 2001/07/03 Guillaume Cottenceau * mdk-stage1/rp-pppoe/gui/html/props-basic.png, mdk-stage1/rp-pppoe/gui/html/props-options.png, mdk-stage1/rp-pppoe/gui/html/props-advanced.png, mdk-stage1/rp-pppoe/gui/html/mainwin-busy.png, mdk-stage1/rp-pppoe/gui/html/mainwin-nonroot.png, mdk-stage1/rp-pppoe/gui/html/mainwin.png, mdk-stage1/rp-pppoe/gui/html/props-nic.png: plop * modules.pm, mdk-stage1/probing.h, mdk-stage1/.cvsignore, mdk-stage1/usb-resource/Makefile, mdk-stage1/usb-resource/update-usb-ids.pl, mdk-stage1/Makefile, mdk-stage1/usb-resource/.cvsignore, mdk-stage1/probing.c: add support for install from USB Network Adapters 2001/07/03 Pablo Saratxaga * share/po/sp.po, share/po/fi.po, share/po/DrakX.pot, share/po/zh_CN.GB2312.po, share/po/th.po, share/po/es.po, share/po/fr.po, share/po/sr.po, share/po/de.po, share/po/el.po, share/po/et.po, share/po/sk.po, share/po/tr.po, share/po/eu.po, share/po/ru.po, share/po/sl.po, share/po/vi.po, share/po/uk.po, share/po/eo.po, share/po/ro.po, share/po/wa.po, share/po/da.po, share/po/sv.po, share/po/zh_TW.Big5.po: updated Danish file 2001/07/03 Pixel * timezone.pm (configureTimezone): propose a list of NTP servers (ntp_server): fix add ntp handling * fs.pm (mount): fix fsck.ext2'ing (mount): add fsck.ext2 before ext2-mounting * share/themes/DarkMarble-gloom2.png: re-adding with -kb re-adding with -kb * pixmaps/user.png: re-adding with -kb removing for re-adding with -kb re-adding with -kb removing for re-adding with -kb * share/themes/blueHeart-button4.png, share/reload.png, share/themes/focus.png, share/themes/DarkMarble-button3_in.png, share/logo-mandrake.png, share/themes/marble3d-check1.png, share/themes/blueHeart-button_def.png, share/rpm-semiselected.png, share/logo-mandrake-Desktop.png, share/themes/marble3d-check2.png, share/rpm-installed.png, share/themes/marble3d-button1.png, share/logo-mandrake_sav.png, share/themes/mdk-button1.png, share/themes/DarkMarble-check_off.png, pixmaps/harddrive.png, share/themes/marble3d-button_def.png, share/themes/marble3d-button2.png, share/help_sav.png, share/themes/DarkMarble-button3_out_prelight.png, pixmaps/services.png, pixmaps/bootdisk.png, share/rpm-selected.png, share/themes/marble3d-button4.png, pixmaps/bootloader.png, share/themes/DarkMarble-button3_out.png, share/logo-mandrake_trans.png, share/themes/mdk-button4.png, pixmaps/printer.png, share/rpm-base.png, share/logo-mandrake2.png, share/themes/blueHeart-brown_bg1.png, share/themes/marble3d-bg1.png, pixmaps/security.png, share/ftin.png, pixmaps/rootpasswd.png, share/help.png, share/themes/DarkMarble-check_on.png, share/themes/blueHeart-button1.png, pixmaps/keyboard.png, pixmaps/default.png, share/themes/blueHeart-button2.png, pixmaps/X.png, share/themes/DarkMarble-button3_in_prelight.png, share/ftout.png, pixmaps/mouse.png, share/rpm-unselected.png: re-adding with -kb removing for re-adding with -kb * install_any.pm, install_steps.pm: add ntp handling * tools/addchangelog.pl: reverted the last erroneous modif re-adding with -kb * tools/ntp_servers.pl: get a formatted list of NTP servers from an authorised source * install_steps_interactive.pm (doPartitionDisks): better error message when no root partition is found (configureTimezone): propose a list of NTP servers add ntp handling * docs/comparisons: re-adding with -kb 2001/07/02 dam's * install_steps_interactive.pm: new network sources reorganizationCVS: ---------------------------------------------------------------------- * share/list: added modinfo * modparm.pm: syntax correction * network/netconnect_consts.pm, network.pm, standalone/draknet, network/tools.pm, netconnect.pm, network/netconnect.pm, network/ethernet.pm, network/isdn.pm, network/adsl.pm, network/network.pm, network/modem.pm, netconnect_consts.pm: new network sources reorganization 2001/07/02 Pablo Saratxaga * share/po/be.po, share/po/sp.po, share/po/pt.po, share/po/DrakX.pot, share/po/es.po, share/po/fr.po, share/po/bg.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/ko.po, share/po/cy.po, share/po/nl.po, share/po/ja.po, share/po/wa.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/id.po, share/po/pl.po, share/po/fi.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/ar.po, share/po/sl.po, share/po/vi.po, share/po/br.po, share/po/ca.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/cs.po, share/po/af.po: update po files 2001/07/02 Pixel * crypto.pm: remove buggy prototype * share/po/Makefile: yet even better i18n strings extraction - fix to add some missing messages - add more verif * c/stuff.xs.pm: use size_t instead of int where it should * Xconfigurator.pm (write_XF86Config): fix fpons sucks (multi wacoms in XF3) * share/po/b_dump_strings.pm: high level i18n messages getting. only partial stuff. Used only for verification * perl2fcalls: add handling of using pkg::func when func is provided by pkg2 use'd by pkg 2001/06/25 Pablo Saratxaga * share/po/id.po: updated Indonesian file 2001/06/25 Pixel * c/stuff.xs.pm: switch from llseek to lseek64 2001/06/23 siegel * share/po/de.po: new german version 2001/06/22 François Pons * bootloader.pm: take care of enterprise kernel if installed. * install_any.pm: automagically install kernel-enterprise if memory is greater than 800MB. 2001/06/22 Guillaume Cottenceau * share/po/fr.po: unfuzzyise 2001/06/22 Pablo Saratxaga * share/po/be.po, share/po/sp.po, share/po/pt.po, share/po/DrakX.pot, share/po/es.po, share/po/fr.po, share/po/bg.po, share/po/ga.po, share/po/sr.po, share/po/de.po, share/po/et.po, tinyfirewall.pm, 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/ko.po, share/po/cy.po, share/po/nl.po, share/po/ja.po, share/po/wa.po, share/po/sv.po, share/po/is.po, share/po/hu.po, help.pm, share/po/zh_TW.Big5.po, share/po/it.po, share/po/id.po, install_steps_interactive.pm, share/po/pl.po, share/po/no.po, share/po/fi.po, share/po/zh_CN.GB2312.po, share/po/th.po, share/po/el.po, install_steps_gtk.pm, share/po/sk.po, share/po/lt.po, share/po/ar.po, share/po/sl.po, bootlook.pm, share/po/vi.po, share/po/br.po, share/po/ca.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/cs.po, install_steps_newt.pm, share/po/af.po: s/Linux-Mandrake/Mandrake Linux/ 2001/06/21 François Pons * pkgs.pm: added minimal support for rpmtools >= 3.0 2001/06/21 Guillaume Cottenceau * install_any.pm: generate_automatic_stage1_params: listize use busybox for the shell of stage2 * mdk-stage1/Makefile: defaults to not spawn shell * mdk-stage1/hack: kloug * Makefile, tools/i386/busybox, share/list.ppc, share/list, share/list.alpha, share/aliases: use busybox for the shell of stage2 2001/06/21 Pixel * docs/README, rescue/tree/etc/issue: s/Linux-Mandrake/Mandrake Linux/ s/linux-mandrake/mandrakesoft/ (hand made, no i18n messages done) s/Linux-Mandrake/Mandrake Linux/ s/linux-mandrake/mandrakesoft/ (hand made, no i18n messages done) * genmodparm: remove duplicate, look in gi/tools * standalone/printerdrake, install2, docs/HACKING, tools/genmodparm, mdk-stage1/config-stage1.h, ChangeLog, resize_fat/README, standalone/diskdrake, standalone/XFdrake, rescue/tree/etc/rc.sysinit, mdk-stage1/init.c, tools/mailchangelog.pl, detect_devices.pm, mdk-stage1/doc/README, resize_fat/main.pm, tools/cvslog2changelog.pl, bootloader.pm: s/Linux-Mandrake/Mandrake Linux/ s/linux-mandrake/mandrakesoft/ (hand made, no i18n messages done) * mdk-stage1/make_boot_img: remove GG sux s/Linux-Mandrake/Mandrake Linux/ s/linux-mandrake/mandrakesoft/ (hand made, no i18n messages done) 2001/06/11 dam's * proxy.pm: updated typoCVS: ---------------------------------------------------------------------- proxy * my_gtk.pm: added gtkset_layout * standalone/drakproxy: corrected CVS: ---------------------------------------------------------------------- updated perlised * interactive.pm: no icon if wizard 2001/06/11 François Pons * Xconfigurator_consts.pm: added some bigger memory range. * Xconfigurator.pm: fix missing newline on /etc/X11/glx.conf when modifying mga_dma = 0 really fix the Matrox G200 PCI card acceleration using XF3, by disabling DMA on /etc/X11/glx.conf added magic probe of resolution found, if the probed resolution seems strange according to memory available, it try to let the user select the right resolution and depth. * install_steps.pm, printer.pm: applied patches given for printer configuration bug reported by David Eastcott. 2001/06/11 Guillaume Cottenceau * modules.pm: have PPP drivers in net_raw rather than in net add PPP modules for 'net' drivers * rescue/tree/etc/rc.sysinit: minor changes * rescue/tree/etc/inittab, rescue/tree/sbin/fakeshutdown: umount as much as possible before rebooting the rescue * mdk-stage1/ppp/pppd/magic.c, mdk-stage1/ppp/pppd/md5.c, mdk-stage1/ppp/pppd/utils.c, mdk-stage1/ppp/pppd/pathnames.h, mdk-stage1/ppp/pppd/options.c, mdk-stage1/ppp/pppd/main.c, mdk-stage1/ppp/pppd/multilink.c, mdk-stage1/ppp/pppd/auth.c: have adsl pppoe installation available Initial revision import initial ppp sources * mdk-stage1/dhcp.c: change location of error message when no reply received * mdk-stage1/rp-pppoe/man/pppoe-relay.8, mdk-stage1/rp-pppoe/configs/firewall-masq, mdk-stage1/rp-pppoe/gui/html/props-nic.png, mdk-stage1/rp-pppoe/src/pppoe-sniff.c, mdk-stage1/rp-pppoe/configs/firewall-standalone, mdk-stage1/rp-pppoe/gui/html/tkpppoe.html, mdk-stage1/rp-pppoe/doc/KERNEL-MODE-PPPOE, mdk-stage1/rp-pppoe/go-gui, mdk-stage1/rp-pppoe/gui/tkpppoe.in, mdk-stage1/rp-pppoe/man/adsl-stop.8, mdk-stage1/rp-pppoe/scripts/adsl-start.in, mdk-stage1/rp-pppoe/man/pppoe-sniff.8, mdk-stage1/rp-pppoe/go, mdk-stage1/rp-pppoe/man/pppoe.8, mdk-stage1/rp-pppoe/gui/html/mainwin-nonroot.png, mdk-stage1/rp-pppoe/gui/tkpppoe.1, mdk-stage1/rp-pppoe/src/Makefile.in, mdk-stage1/rp-pppoe/src/pppoe.c, mdk-stage1/rp-pppoe/src/pppoe-server.c, mdk-stage1/rp-pppoe/src/pppoe.h, mdk-stage1/rp-pppoe/gui/wrapper.c, mdk-stage1/rp-pppoe/man/pppoe-server.8, mdk-stage1/rp-pppoe/configs/pppoe.conf, mdk-stage1/rp-pppoe/gui/html/props-advanced.png, mdk-stage1/rp-pppoe/src/common.c, mdk-stage1/rp-pppoe/src/install-sh, mdk-stage1/rp-pppoe/doc/LICENSE, mdk-stage1/rp-pppoe/src/configure, mdk-stage1/rp-pppoe/src/config.h.in, mdk-stage1/rp-pppoe/src/relay.c, mdk-stage1/rp-pppoe/src/discovery.c, mdk-stage1/rp-pppoe/src/if.c, mdk-stage1/rp-pppoe/doc/CHANGES, mdk-stage1/rp-pppoe/src/relay.h, mdk-stage1/rp-pppoe/scripts/adsl-init.in, mdk-stage1/rp-pppoe/rp-pppoe.spec, mdk-stage1/rp-pppoe/scripts/adsl-connect.in, mdk-stage1/rp-pppoe/man/pppoe.conf.5, mdk-stage1/rp-pppoe/scripts/adsl-init-turbolinux.in, mdk-stage1/rp-pppoe/man/adsl-start.8, mdk-stage1/rp-pppoe/gui/html/mainwin.png, mdk-stage1/rp-pppoe/rp-pppoe-gui.spec, mdk-stage1/rp-pppoe/gui/html/props-basic.png, mdk-stage1/rp-pppoe/man/adsl-status.8, mdk-stage1/rp-pppoe/configs/pppoe-server-options, mdk-stage1/rp-pppoe/man/adsl-connect.8, mdk-stage1/rp-pppoe/scripts/adsl-setup.in, mdk-stage1/rp-pppoe/scripts/adsl-stop.in, mdk-stage1/rp-pppoe/gui/Makefile.in, mdk-stage1/rp-pppoe/src/debug.c, mdk-stage1/rp-pppoe/doc/PROBLEMS, mdk-stage1/rp-pppoe/src/ppp.c, mdk-stage1/rp-pppoe/README, mdk-stage1/rp-pppoe/gui/html/mainwin-busy.png, mdk-stage1/rp-pppoe/gui/pppoe-wrapper.1, mdk-stage1/rp-pppoe/scripts/adsl-status, mdk-stage1/rp-pppoe/man/adsl-setup.8, mdk-stage1/rp-pppoe/gui/html/props-options.png, mdk-stage1/rp-pppoe/src/configure.in, mdk-stage1/rp-pppoe/configs/pap-secrets, mdk-stage1/rp-pppoe/src/md5.c, mdk-stage1/rp-pppoe/scripts/adsl-init-suse.in, mdk-stage1/rp-pppoe/src/md5.h, mdk-stage1/rp-pppoe/src/plugin.c, mdk-stage1/rp-pppoe/doc/HOW-TO-CONNECT: Initial revision import initial sources from rp-pppoe v3.0 * mdk-stage1/Makefile: change handling of .depend in Makefile have adsl pppoe installation available * mdk-stage1/newt-frontend.c: axalon sucks, we can have NEWT_FLAG_PASSWORD that will show us '**' for passwords * mdk-stage1/ppp/pppd/.cvsignore, mdk-stage1/ppp/.cvsignore, mdk-stage1/ppp/pppd/Makefile, mdk-stage1/rp-pppoe/src/.cvsignore, mdk-stage1/rp-pppoe/src/config.h, mdk-stage1/adsl.c, mdk-stage1/rp-pppoe/.cvsignore, mdk-stage1/rp-pppoe/src/Makefile, mdk-stage1/make_boot_img: have adsl pppoe installation available * detect_devices.pm, install_any.pm, raid.pm, fsedit.pm: include patch to autodetect raid arrays (still needs a kernel that implements the ioctl..) * tools/Makefile: perl 5.6.1 now * mdk-stage1/stage1.c, mdk-stage1/tools.c: do not set root=/dev/ram3 from my code anymore, expect the bootloader to set the parameter correctly * mdk-stage1/ppp/scripts/ip-up.local.add, mdk-stage1/ppp/scripts/README, mdk-stage1/ppp/solaris/Makefile.sol2, mdk-stage1/ppp/svr4/ppp_comp.Master, mdk-stage1/ppp/sample/ip-down, mdk-stage1/ppp/solaris/Makefile.sol2-64, mdk-stage1/ppp/include/net/ppp_defs.h, mdk-stage1/ppp/pppstats/Makefile.sunos4, mdk-stage1/ppp/chat/Makefile.sol2, mdk-stage1/ppp/pppd/sys-linux.c, mdk-stage1/ppp/pppd/ipxcp.c, mdk-stage1/ppp/pppd/ipxcp.h, mdk-stage1/ppp/pppdump/deflate.c, mdk-stage1/ppp/pppd/Makefile.linux, mdk-stage1/ppp/pppd/upap.c, mdk-stage1/ppp/modules/deflate.c, mdk-stage1/ppp/README.sunos4, mdk-stage1/ppp/pppdump/Makefile.sol2, mdk-stage1/ppp/configure, mdk-stage1/ppp/pppd/upap.h, mdk-stage1/ppp/svr4/ppp_mod.c, mdk-stage1/ppp/pppstats/Makefile.sol2, mdk-stage1/ppp/pppd/ipv6cp.c, mdk-stage1/ppp/scripts/options-ssh-loc, mdk-stage1/ppp/pppd/plugins/Makefile.sol2, mdk-stage1/ppp/pppd/ipv6cp.h, mdk-stage1/ppp/contrib/pppgetpass/pppgetpass.vt.c, mdk-stage1/ppp/solaris/ppp_ahdlc_mod.c, mdk-stage1/ppp/sunos4/if_ppp_vdcmd.c, mdk-stage1/ppp/solaris/ppp_ahdlc.c, mdk-stage1/ppp/pppd/magic.h, mdk-stage1/ppp/svr4/ppp_comp_mod.c, mdk-stage1/ppp/include/linux/if_ppp.h, mdk-stage1/ppp/pppd/eui64.c, mdk-stage1/ppp/scripts/secure-card, mdk-stage1/ppp/scripts/redialer, mdk-stage1/ppp/modules/bsd-comp.c, mdk-stage1/ppp/pppd/eui64.h, mdk-stage1/ppp/sunos4/ppp_vdcmd.c, mdk-stage1/ppp/modules/ppp_mod.h, mdk-stage1/ppp/pppd/md5.h, mdk-stage1/ppp/pppd/chap_ms.c, mdk-stage1/ppp/pppd/chap_ms.h, mdk-stage1/ppp/etc.ppp/pap-secrets, mdk-stage1/ppp/solaris/Makefile.top, mdk-stage1/ppp/chat/chat.8, mdk-stage1/ppp/svr4/Makefile.sol2-64, mdk-stage1/ppp/svr4/Makefile.sol2, mdk-stage1/ppp/include/net/ppp-comp.h, mdk-stage1/ppp/sunos4/Makefile, mdk-stage1/ppp/PLUGINS, mdk-stage1/ppp/pppdump/Makefile.sunos4, mdk-stage1/ppp/sample/ip-up, mdk-stage1/ppp/sample/options.ttyXX, mdk-stage1/ppp/scripts/options-rsh-rem, mdk-stage1/ppp/pppd/fsm.c, mdk-stage1/ppp/chat/chat.c, mdk-stage1/ppp/scripts/ppp-on-rsh, mdk-stage1/ppp/pppd/fsm.h, mdk-stage1/ppp/pppd/tdb.c, mdk-stage1/ppp/pppd/patchlevel.h, mdk-stage1/ppp/pppstats/pppstats.8, mdk-stage1/ppp/svr4/ppp.conf, mdk-stage1/ppp/pppd/tdb.h, mdk-stage1/ppp/pppd/demand.c, mdk-stage1/ppp/include/net/if_ppp.h, mdk-stage1/ppp/solaris/Makedefs, mdk-stage1/ppp/modules/if_ppp.c, mdk-stage1/ppp/include/net/slcompress.h, mdk-stage1/ppp/sunos4/Makedefs, mdk-stage1/ppp/pppd/sys-linux.c.wtmp, mdk-stage1/ppp/include/linux/if_pppvar.h, mdk-stage1/ppp/solaris/ppp_comp.c, mdk-stage1/ppp/chat/Makefile.linux, mdk-stage1/ppp/README.cbcp, mdk-stage1/ppp/pppd/ppp.pam, mdk-stage1/ppp/solaris/ppp_comp_mod.c, mdk-stage1/ppp/Changes-2.3, mdk-stage1/ppp/sample/options, mdk-stage1/ppp/pppstats/pppstats.c, mdk-stage1/ppp/sunos4/ppp_comp_vdcmd.c, mdk-stage1/ppp/pppdump/Makefile.linux.pppdump-Makefile, mdk-stage1/ppp/README.MSCHAP80, mdk-stage1/ppp/pppdump/pppdump.8, mdk-stage1/ppp/sunos4/Makefile.top, mdk-stage1/ppp/include/net/pppio.h, mdk-stage1/ppp/pppd/ipcp.c, mdk-stage1/ppp/FAQ, mdk-stage1/ppp/pppd/ipcp.h, mdk-stage1/ppp/pppd/sys-sunos4.c, mdk-stage1/ppp/modules/ppp_comp.c, mdk-stage1/ppp/README.sol2, mdk-stage1/ppp/modules/vjcompress.c, mdk-stage1/ppp/scripts/ppp-on-ssh, mdk-stage1/ppp/svr4/ppp_ahdlc_mod.c, mdk-stage1/ppp/sunos4/ppp.INSTALL, mdk-stage1/ppp/modules/ppp.c, mdk-stage1/ppp/pppdump/pppdump.c, mdk-stage1/ppp/pppd/plugins/passprompt.c, mdk-stage1/ppp/pppdump/Makefile.linux, mdk-stage1/ppp/pppd/lcp.c, mdk-stage1/ppp/pppd/lcp.h, mdk-stage1/ppp/scripts/chat-callback, mdk-stage1/ppp/chat/Makefile.sunos4, mdk-stage1/ppp/SETUP, mdk-stage1/ppp/pppd/Makefile.sol2, mdk-stage1/ppp/pppd/plugins/minconn.c, mdk-stage1/ppp/etc.ppp/options.options, mdk-stage1/ppp/pppdump/Makefile.linux.makeopt, mdk-stage1/ppp/svr4/ppp.Node, mdk-stage1/ppp/scripts/options-ssh-rem, mdk-stage1/ppp/solaris/ppp.c, mdk-stage1/ppp/svr4/ppp.System, mdk-stage1/ppp/etc.ppp/chap-secrets, mdk-stage1/ppp/pppstats/Makefile.linux, mdk-stage1/ppp/sample/pap-secrets, mdk-stage1/ppp/pppd/Makefile.linux.make, mdk-stage1/ppp/pppd/pppd.8, mdk-stage1/ppp/contrib/pppgetpass/pppgetpass.8, mdk-stage1/ppp/pppd/Makefile.sunos4, mdk-stage1/ppp/scripts/ppp-on, mdk-stage1/ppp/include/linux/ppp_defs.h, mdk-stage1/ppp/scripts/chatchat/chatchat.c, mdk-stage1/ppp/scripts/chatchat/README, mdk-stage1/ppp/modules/ppp_ahdlc.c, mdk-stage1/ppp/svr4/ppp.Master, mdk-stage1/ppp/svr4/Makedefs, mdk-stage1/ppp/contrib/pppgetpass/pppgetpass.gtk.c, mdk-stage1/ppp/svr4/ppp_ahdl.System, mdk-stage1/ppp/pppd/pppd.h, mdk-stage1/ppp/scripts/ppp-off, mdk-stage1/ppp/solaris/Makedefs.sol2, mdk-stage1/ppp/common/zlib.c, mdk-stage1/ppp/scripts/options-rsh-loc, mdk-stage1/ppp/common/zlib.h, mdk-stage1/ppp/solaris/ppp_mod.c, mdk-stage1/ppp/contrib/pppgetpass/Makefile.linux, mdk-stage1/ppp/solaris/ppp_mod.h, mdk-stage1/ppp/scripts/ppp-on-dialer, mdk-stage1/ppp/pppd/sys-solaris.c, mdk-stage1/ppp/README.linux, mdk-stage1/ppp/sample/auth-down, mdk-stage1/ppp/svr4/ppp_ahdl.Master, mdk-stage1/ppp/pppdump/zlib.c, mdk-stage1/ppp/include/pcap-int.h, mdk-stage1/ppp/pppdump/zlib.h, mdk-stage1/ppp/pppd/ccp.c, mdk-stage1/ppp/chat/Makefile.linux.makeopt, mdk-stage1/ppp/pppd/ccp.h, mdk-stage1/ppp/pppd/Makefile.linux.makeopt, mdk-stage1/ppp/include/net/vjcompress.h, mdk-stage1/ppp/pppd/cbcp.c, mdk-stage1/ppp/contrib/pppgetpass/pppgetpass.sh, mdk-stage1/ppp/pppd/cbcp.h, mdk-stage1/ppp/scripts/ip-down.local.add, mdk-stage1/ppp/pppd/tty.c, mdk-stage1/ppp/include/linux/ppp-comp.h, mdk-stage1/ppp/sample/auth-up, mdk-stage1/ppp/sunos4/ppp_ahdlc_vdcmd.c, mdk-stage1/ppp/pppd/pppd.h.wtmp, mdk-stage1/ppp/solaris/ppp.conf, mdk-stage1/ppp/pppd/chap.c, mdk-stage1/ppp/pppd/chap.h, mdk-stage1/ppp/scripts/callback, mdk-stage1/ppp/linux/Makefile.top, mdk-stage1/ppp/svr4/ppp_comp.System, mdk-stage1/ppp/pppd/md4.c, mdk-stage1/ppp/svr4/Makedefs.sol2, mdk-stage1/ppp/pppdump/bsd-comp.c, mdk-stage1/ppp/README, mdk-stage1/ppp/pppd/md4.h, mdk-stage1/ppp/etc.ppp/options, mdk-stage1/ppp/svr4/Makefile.top, mdk-stage1/ppp/svr4/Makefile.svr4, mdk-stage1/ppp/pppd/plugins/Makefile.linux, mdk-stage1/ppp/pppdump/ppp-comp.h: Initial revision import initial ppp sources 2001/06/11 odin * standalone/drakproxy: first import of drakproxy 2001/06/11 Pixel * install2.pm (main): don't check /usr/bin/urpmi, better check /usr/sbin/urpmi.update * commands.pm (grep_): add a missing semi-colon * share/compssUsers: remove NIS which is handled by DrakX (titi sucks) 2001/06/10 Guillaume Cottenceau * rescue/guessmounts, rescue/make_rescue_img, rescue/tree/etc/rc.sysinit, rescue/Makefile: - add 'guessmounts' that mimics RH's detecting of partitions when rescue starts 2001/06/10 Pablo Saratxaga * share/po/az.po: updated Azeri file * share/po/ru.po, share/po/DrakX.pot: updated Russian file 2001/06/10 Pixel * rescue/guessmounts: pixelization (tested!) * install_any.pm (g_auto_install): more comments in auto_inst.cfg file 2001/06/09 Guillaume Cottenceau * rescue/list.i386: rescuept is in /sbin now * share/list: rescuept in /sbin now 2001/06/05 Guillaume Cottenceau * mdk-stage1/network.c: don't wait on upping lo interface * mdk-stage1/modules.c: fix minor bug detecting when modules are present * mdk-stage1/dietlibc/include/stdlib.h, mdk-stage1/dietlibc/lib/random.c: i need working random suite for ppp with dietlibc * mdk-stage1/stage1.c: exit when exec fails after fork, i don't want two stage1 processes! 2001/06/05 Pablo Saratxaga * share/po/pl.po: updated Polish file 2001/06/05 Pixel * fs.pm (mount): notail in any case * tools/i386/netboot/menu.lst.example, tools/i386/netboot/menu.lst, tools/i386/netboot/.cvsignore: menu.lst is now a local file created from the example * share/list, rescue/list.i386, rescue/list: switch to perl 5.6.1 * Makefile: fix 2001/06/02 Pablo Saratxaga * share/po/be.po, share/po/sp.po, share/po/pt.po, share/po/DrakX.pot, share/po/es.po, share/po/fr.po, share/po/bg.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/ko.po, share/po/cy.po, share/po/nl.po, share/po/ja.po, share/po/wa.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/id.po, share/po/pl.po, share/po/fi.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/ar.po, share/po/sl.po, share/po/vi.po, share/po/br.po, share/po/ca.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/cs.po, share/po/af.po: updated Russian file 2001/06/01 Guillaume Cottenceau * mdk-stage1/Makefile: use -FULL postfix for common .c files targetting stage1-full * mdk-stage1/stage1.c: minor fix * mdk-stage1/newt/textbox.c: don't modify newt code to fix dietlibc bugs, i want to link against glibc too * mdk-stage1/dietlibc/include/stdlib.h, mdk-stage1/dietlibc/lib/strncat.c: - have strncat behave the same way as in glibc - declare that we're using the DIETLIBC in include/stdlib.h, so I can change my mind in "dns.c" to handle broken glibc which is not capable of doing name resolution with a static binary * mdk-stage1/dns.c, mdk-stage1/dns.h, mdk-stage1/adsl.c, mdk-stage1/adsl.h, mdk-stage1/nfsmount.c, mdk-stage1/network.c, mdk-stage1/url.c, mdk-stage1/network.h: - first draft of adsl support - get back some code for supporting broken glibc unable to resolve when linked statically * mdk-stage1/dietlibc/dietfeatures.h, mdk-stage1/dietlibc/lib/tcflush.c, mdk-stage1/dietlibc/lib/cfgetospeed.c, mdk-stage1/dietlibc/lib/speed.c, mdk-stage1/dietlibc/lib/tcsetattr.c, mdk-stage1/dietlibc/include/termios.h, mdk-stage1/dietlibc/include/netdb.h, mdk-stage1/dietlibc/libshell/glob.c: slight modifs to get ppp and pppoe stuff compile better 2001/05/31 daouda * bootlook.pm: add runlevel chooser feature 2001/05/31 Pixel * rescue/make_rescue_img: check presence of files from list and list.ARCH * Makefile (get_needed_files): exit with error message if files from share/list (and share/list.ARCH) are missing * install2.pm: hide step formatPartitions when upgrading 2001/05/30 mbadaire * mdk-stage1/stage1.c, mdk-stage1/slang/slmalloc.c, mdk-stage1/slang/Makefile, mdk-stage1/Makefile.common, mdk-stage1/insmod-modutils/obj/Makefile, mdk-stage1/insmod-modutils/Makefile, mdk-stage1/bzlib/Makefile, mdk-stage1/init-libc-headers.h, mdk-stage1/newt/Makefile, mdk-stage1/Makefile, mdk-stage1/insmod-modutils/util/Makefile, mdk-stage1/mar/Makefile, mdk-stage1/newt/windows.c: - allow build on ia64 - have CFLAGS centralized in Makefile.common (should help ports such as alpha) - better looking sub makefiles 2001/05/30 Pixel * Makefile.drakxtools (install): ensure pm's in subdirs don't have /use(diagnostics|vars|strict)/ 2001/05/29 François Pons * printerdrake.pm: added fix from Michael Brown to handle pipe in queue name for lpr. 2001/05/29 Thierry Vignaud * share/compssUsers: add NIS client to network clients 2001/05/29 François Pons * printerdrake.pm: added fix from Michael Brown to handle pipe in queue name for lpr. 2001/05/28 Guillaume Cottenceau * mdk-stage1/newt-frontend.c: use Axalon patch to hide passwords (highly rewritten..) 2001/05/25 Stew Benedict * rescue/list.ppc, bootloader.pm: add hfs support to rescue - PPC, fix bootstrap creation, formatting sequence * install_steps_interactive.pm: fix bootstrap information screen back to orig with missing ":" - PPC add hfs support to rescue - PPC, fix bootstrap creation, formatting sequence 2001/05/25 siegel * share/po/de.po: updated time moved to UTF-8 2001/05/24 Pablo Saratxaga * share/po/tr.po: updated Turkish file 2001/05/24 Pixel * install_any.pm (g_auto_install): autoExitInstall set if not replay (was the opposite) 2001/05/23 Pixel * rescue/list: add scd0... 2001/05/22 siegel * share/po/de.po: updates 2001/05/21 Stew Benedict * tools/ppc/mkhybrid-1.12b5.4-x86, tools/ppc/mkINSTALLCD: enable creation of PPC boot CD on x86 platform 2001/05/18 Guillaume Cottenceau * mdk-stage1/network.c: - better detect when IP is not good - error_msg when netmask seems invalid - don't log too much `guessing netmask' * mdk-stage1/probing.c: be sure to print pci vendor and id with 4 digits each 2001/05/17 François Pons * rescue/tree/etc/oem: fixed parted that ask for confirmation if partition table is not right (MAXDATA for example), this cause parted to ignore warning. added blank space between partition windows and linux to help resolving above case. fixed hole in partitionning (need testing), use fdisk to get disk geometry and create partition that matches cylinder boundaries (no more approximation). make sure to create all partitions including /home. 2001/05/17 Guillaume Cottenceau * mdk-stage1/modules.c: add log for modules aliasing of SCSI drivers don't write nonsense code to separate frontend from stage1, but rather, try to do some clever things * mdk-stage1/probing.c: unify user notification of network and scsi devices that make load of drivers don't write nonsense code to separate frontend from stage1, but rather, try to do some clever things * mdk-stage1/stage1.c, mdk-stage1/frontend.h, mdk-stage1/stage1.h, mdk-stage1/tools.c, mdk-stage1/stdio-frontend.c, mdk-stage1/cdrom.c, mdk-stage1/Makefile, mdk-stage1/dhcp.c, mdk-stage1/newt-frontend.c, mdk-stage1/disk.c, mdk-stage1/network.c: don't write nonsense code to separate frontend from stage1, but rather, try to do some clever things * mdk-stage1/frontend-common.c: plop 2001/05/16 dam's * pixmaps/bootloader.png, pixmaps/user.png, pixmaps/security.png, pixmaps/rootpasswd.png, pixmaps/harddrive.png, pixmaps/keyboard.png, pixmaps/default.png, pixmaps/X.png, pixmaps/mouse.png, pixmaps/bootdisk.png, pixmaps/services.png: added icons * standalone/printerdrake, standalone/keyboarddrake, standalone/drakboot, standalone/draksec, standalone/drakxservices, standalone/drakgw, standalone/XFdrake, standalone/adduserdrake: added icon management * my_gtk.pm, interactive.pm: icons management * install2.pm: added icons management * standalone/draknet: added icon managment * pixmaps/printer.png: added icon 2001/05/16 François Pons * rescue/tree/etc/oem: added support for /var creation, and more specific package selection for server. Include option support by VERSION file. 2001/05/16 Guillaume Cottenceau * mdk-stage1/stage1.c, mdk-stage1/HACKING, mdk-stage1/frontend.h, mdk-stage1/TECH-INFOS, mdk-stage1/WHY-DIETLIBC, mdk-stage1/stage1.h, mdk-stage1/stdio-frontend.c, mdk-stage1/Makefile, mdk-stage1/README, mdk-stage1/newt-frontend.c: have a 100% independence between UI stuff and code from stage1 2001/05/16 Pablo Saratxaga * share/po/wa.po, share/po/de.po, share/po/DrakX.pot, share/po/tr.po: updated Turkish file 2001/05/16 Pixel * share/po/Makefile: fix yet again DrakX.pot making * partition_table.pm: re-add reiserfs as it should add xfs 2001/05/15 François Pons * rescue/tree/etc/oem: added missing Aurora, added icewm-light that may be usefull. 2001/05/15 Guillaume Cottenceau * mdk-stage1/Makefile: libresolv deprecated in GLIBC have stage1-full with pcmcia also compile with dietlibc, cool! * mdk-stage1/network.c: fix guess netmask configure_net_device is only used internally * mdk-stage1/modules.c, mdk-stage1/modules.h: better modules handling interface (use of enum rather than guessing single numbers..) * mdk-stage1/newt-frontend.c: allow wait_message calls to be multi-lines * mdk-stage1/pcmcia/cardmgr.c: have stage1-full with pcmcia also compile with dietlibc, cool! - build glibc and dietlibc targets - bzero string buffer before sscanf call (dietlibc implementation) - verify returns of ioperm so that I can use it in test mode * mdk-stage1/dietlibc/include/sys/file.h, mdk-stage1/dietlibc/include/sys/io.h, mdk-stage1/dietlibc/syscalls.s/ioperm.S: have stage1-full with pcmcia also compile with dietlibc, cool! * mdk-stage1/stage1.c: a bit of size reduction plus some language change blurk * mdk-stage1/WHY-DIETLIBC: advocate dietlibc * mdk-stage1/dietlibc/lib/vsscanf.c: import vsscanf fix from author * mdk-stage1/disk.c: bzero string buffer before sscanf call, security for dietlibc implementation * mdk-stage1/network.h: configure_net_device is only used internally * mdk-stage1/pcmcia/Makefile, mdk-stage1/pcmcia/pcmcia_probe.c: - build glibc and dietlibc targets - bzero string buffer before sscanf call (dietlibc implementation) - verify returns of ioperm so that I can use it in test mode * standalone/drakgw: full path for iptables * mdk-stage1/probing.c: allow wait_message calls to be multi-lines nicer layout for PCI detection messages better modules handling interface (use of enum rather than guessing single numbers..) 2001/05/15 Pablo Saratxaga * share/po/tr.po, share/po/ar.po: Updated Turkish file * share/keyboards.tar.bz2: Added north-african keyboard * keyboard.pm: added arabic azerty keyboard 2001/05/15 Pixel * share/po/Makefile: fix messages to i18n extracting 2001/05/14 Chmouel Boudjnah * fs.pm: s|mkxfs|mkfs.xfs|; 2001/05/14 Guillaume Cottenceau * mdk-stage1/nfsmount.c: use new gethostby* interface * mdk-stage1/stage1-data/stage1-with-busybox.tar.bz2: add stage1-data which provides the busybox * mdk-stage1/network.c: Have the wait_message() with the sleep() - complies to gethostby functions - add sleep(2) so that net intf is really up before operation - more logs - FTP: don't try to close control connection with data socket, erhm :-( - debug netmask guessing, with stdio-frontend * mdk-stage1/Makefile: i can compile slang and newt with dietlibc now every targets build with dietlibc * mdk-stage1/make_boot_img: use busybox for my debugging purpose * mdk-stage1/tools.c: no need to poll() for data at beginning of load_ramdisk_fd, it was a fix of another problem (bug with file stdio operations with sockets in dietlibc) * mdk-stage1/dietlibc/Makefile: build this new dietlibc import new version of dietlibc * mdk-stage1/dns.c, mdk-stage1/dns.h: now use gethostby* functions provided by dietlibc * mdk-stage1/url.c: use poll() rather than select(), smaller code size * mdk-stage1/stage1.c: we don't use this sucking sash no more we now use `busybox' compiled with the marvellous dietlibc, which provides no less than 73 usefull binaries * mdk-stage1/dietlibc/alpha/semop.S, mdk-stage1/dietlibc/lib/sendmsg.c, mdk-stage1/dietlibc/alpha/shmget.S, mdk-stage1/dietlibc/lib/clearerr.c, mdk-stage1/dietlibc/include/sys/ipc.h, mdk-stage1/dietlibc/alpha/sendmsg.S, mdk-stage1/dietlibc/lib/tcgetpgrp.c, mdk-stage1/dietlibc/lib/fwrite.c, mdk-stage1/dietlibc/sparc/__testandset.S, mdk-stage1/dietlibc/syscalls.s/open.S, mdk-stage1/dietlibc/alpha/semget.S, mdk-stage1/dietlibc/dietstdarg.h, mdk-stage1/dietlibc/syscalls.s/sched_get_priority_max.S, mdk-stage1/dietlibc/lib/nop.c, mdk-stage1/dietlibc/start.h, mdk-stage1/dietlibc/include/sys/syscall.h, mdk-stage1/dietlibc/alpha/accept.S, mdk-stage1/dietlibc/lib/sigjmp.c, mdk-stage1/dietlibc/syscalls.s/ptrace.s, mdk-stage1/dietlibc/lib/isprint.c, mdk-stage1/dietlibc/syscalls.s/dietstat.S, mdk-stage1/dietlibc/alpha/shutdown.S, mdk-stage1/dietlibc/lib/sendto.c, mdk-stage1/dietlibc/sparc/shmat.c, mdk-stage1/dietlibc/include/time.h, mdk-stage1/dietlibc/lib/stat_convert.c, mdk-stage1/dietlibc/lib/send.c, mdk-stage1/dietlibc/lib/isxdigit.c, mdk-stage1/dietlibc/alpha/waitpid.S, mdk-stage1/dietlibc/lib/atexit.c, mdk-stage1/dietlibc/lib/readdir.c, mdk-stage1/dietlibc/include/sys/sem.h, mdk-stage1/dietlibc/syscalls.s/query_module.S, mdk-stage1/dietlibc/lib/strchr.c, mdk-stage1/dietlibc/syscalls.s/dietfstat64.S, mdk-stage1/dietlibc/syscalls.s/lstat64.S, mdk-stage1/dietlibc/i386/setjmp.S, mdk-stage1/dietlibc/lib/alloc.c, mdk-stage1/dietlibc/lib/perror.c, mdk-stage1/dietlibc/include/sys/socket.h, mdk-stage1/dietlibc/lib/creat64.c, mdk-stage1/dietlibc/lib/closedir.c, mdk-stage1/dietlibc/sparc/pipe.S, mdk-stage1/dietlibc/lib/msgrcv.c, mdk-stage1/dietlibc/include/utmp.h, mdk-stage1/dietlibc/syscalls.s/sendfile.S, mdk-stage1/dietlibc/syscalls.s/nice.S, mdk-stage1/dietlibc/syscalls.s/sigprocmask.S, mdk-stage1/dietlibc/syscalls.s/select.S, mdk-stage1/dietlibc/include/sys/mtio.h, mdk-stage1/dietlibc/i386/strchr.S, mdk-stage1/dietlibc/alpha/divl.S, mdk-stage1/dietlibc/syscalls.s/sched_rr_get_interval.S, mdk-stage1/dietlibc/lib/__telldir.c, mdk-stage1/dietlibc/i386/__testandset.S, mdk-stage1/dietlibc/lib/remove.c, mdk-stage1/dietlibc/syscalls.s/sched_get_priority_min.S, mdk-stage1/dietlibc/lib/fputc.c, mdk-stage1/dietlibc/lib/msgctl.c, mdk-stage1/dietlibc/alpha/clone.S, mdk-stage1/dietlibc/lib/connect.c, mdk-stage1/dietlibc/include/sys/un.h, mdk-stage1/dietlibc/alpha/connect.S, mdk-stage1/dietlibc/include/termios.h, mdk-stage1/dietlibc/lib/sigfillset.c, mdk-stage1/dietlibc/lib/sigismember.c, mdk-stage1/dietlibc/syscalls.s/dietstat64.S, mdk-stage1/dietlibc/i386/start.S, mdk-stage1/dietlibc/lib/shmget.c, mdk-stage1/dietlibc/lib/strtok.c, mdk-stage1/dietlibc/lib/fclose.c, mdk-stage1/dietlibc/lib/tcsetpgrp.c, mdk-stage1/dietlibc/sparc/Makefile.add, mdk-stage1/dietlibc/include/sys/shm.h, mdk-stage1/dietlibc/alpha/send.S, mdk-stage1/dietlibc/i386/__longjmp.S, mdk-stage1/dietlibc/lib/recvmsg.c, mdk-stage1/dietlibc/include/inttypes.h, mdk-stage1/dietlibc/syscalls.s/sched_getscheduler.S, mdk-stage1/dietlibc/lib/semget.c, mdk-stage1/dietlibc/lib/open64.c, mdk-stage1/dietlibc/alpha/recvmsg.S, mdk-stage1/dietlibc/syscalls.s/fork.S, mdk-stage1/dietlibc/lib/strcasecmp.c, mdk-stage1/dietlibc/lib/htonl.c, mdk-stage1/dietlibc/lib/accept.c, mdk-stage1/dietlibc/alpha/shmat.S, mdk-stage1/dietlibc/include/features.h, mdk-stage1/dietlibc/include/syslog.h, mdk-stage1/dietlibc/lib/isascii.c, mdk-stage1/dietlibc/syscalls.s/writev.S, mdk-stage1/dietlibc/lib/fputs.c, mdk-stage1/dietlibc/alpha/sigprocmask.S, mdk-stage1/dietlibc/lib/ntohs.c, mdk-stage1/dietlibc/include/sys/uio.h, mdk-stage1/dietlibc/syscalls.s/nanosleep.S, mdk-stage1/dietlibc/syscalls.s/creat.S, mdk-stage1/dietlibc/include/sys/sysinfo.h, mdk-stage1/dietlibc/lib/atof.c, mdk-stage1/dietlibc/alpha/msgsnd.S, mdk-stage1/dietlibc/lib/vsprintf.c, mdk-stage1/dietlibc/lib/toupper.c, mdk-stage1/dietlibc/lib/strlcpy.3, mdk-stage1/dietlibc/lib/sigaddset.c, mdk-stage1/dietlibc/i386/select.S, mdk-stage1/dietlibc/i386/unified.S, mdk-stage1/dietlibc/include/dirent.h, mdk-stage1/dietlibc/include/getopt.h, mdk-stage1/dietlibc/lib/seekdir.c, mdk-stage1/dietlibc/include/net/route.h, mdk-stage1/dietlibc/syscalls.s/exit.S, mdk-stage1/dietlibc/include/pthread.h, mdk-stage1/dietlibc/lib/sprintf.c, mdk-stage1/dietlibc/alpha/msgget.S, mdk-stage1/dietlibc/include/limits.h, mdk-stage1/dietlibc/lib/qsort.c, mdk-stage1/dietlibc/lib/execvp.c, mdk-stage1/dietlibc/syscalls.s/__reboot.S, mdk-stage1/dietlibc/lib/stdin.c, mdk-stage1/dietlibc/syscalls.s/getitimer.S, mdk-stage1/dietlibc/include/grp.h, mdk-stage1/dietlibc/lib/usleep.c, mdk-stage1/dietlibc/lib/lstat.c, mdk-stage1/dietlibc/sparc/setjmp.S, mdk-stage1/dietlibc/sparc/fork.S, mdk-stage1/dietlibc/syscalls.s/__pread.S, mdk-stage1/dietlibc/include/sys/poll.h, mdk-stage1/dietlibc/syscalls.s/personality.S, mdk-stage1/dietlibc/lib/lseek64.c, mdk-stage1/dietlibc/include/setjmp.h, mdk-stage1/dietlibc/lib/recv.c, mdk-stage1/dietlibc/include/string.h, mdk-stage1/dietlibc/include/sys/time.h, mdk-stage1/dietlibc/lib/fstat.c, mdk-stage1/dietlibc/lib/memcmp.c, mdk-stage1/dietlibc/lib/isupper.c, mdk-stage1/dietlibc/include/sys/param.h, mdk-stage1/dietlibc/syscalls.s/__getpagesize.S, mdk-stage1/dietlibc/lib/exec_lib.c, mdk-stage1/dietlibc/alpha/shmdt.S, mdk-stage1/dietlibc/include/dlfcn.h, mdk-stage1/dietlibc/lib/isdigit.c, mdk-stage1/dietlibc/lib/fdopen.c, mdk-stage1/dietlibc/lib/exec_lib.h, mdk-stage1/dietlibc/lib/__lxstat.c, mdk-stage1/dietlibc/alpha/remq.S, mdk-stage1/dietlibc/include/sys/kd.h, mdk-stage1/dietlibc/syscalls.s/read.S, mdk-stage1/dietlibc/lib/fopen.c, mdk-stage1/dietlibc/syscalls.s/sched_yield.S, mdk-stage1/dietlibc/include/sys/mman.h, mdk-stage1/dietlibc/lib/__readdir.c, mdk-stage1/dietlibc/lib/cfgetospeed.c, mdk-stage1/dietlibc/lib/__dtostr.c, mdk-stage1/dietlibc/lib/execv.c, mdk-stage1/dietlibc/alpha/reml.S, mdk-stage1/dietlibc/syscalls.s/fcntl.S, mdk-stage1/dietlibc/include/errno.h, mdk-stage1/dietlibc/lib/ferror.c, mdk-stage1/dietlibc/syscalls.s/ipc.S, mdk-stage1/dietlibc/syscalls.s/mlockall.S, mdk-stage1/dietlibc/lib/fgetc.c, mdk-stage1/dietlibc/lib/strtoull.c, mdk-stage1/dietlibc/include/sys/msg.h, mdk-stage1/dietlibc/syscalls.s/sigsuspend.S, mdk-stage1/dietlibc/lib/isgraph.c, mdk-stage1/dietlibc/lib/vsscanf.c, mdk-stage1/dietlibc/lib/ftell.c, mdk-stage1/dietlibc/include/unistd.h, mdk-stage1/dietlibc/lib/msgsnd.c, mdk-stage1/dietlibc/lib/semop.c, mdk-stage1/dietlibc/include/net/if_arp.h, mdk-stage1/dietlibc/lib/execlp.c, mdk-stage1/dietlibc/syscalls.s/stat64.S, mdk-stage1/dietlibc/dietfeatures.h, mdk-stage1/dietlibc/dietstdio.h, mdk-stage1/dietlibc/lib/feof.c, mdk-stage1/dietlibc/lib/opendir.c, mdk-stage1/dietlibc/syscalls.s/fstat64.S, mdk-stage1/dietlibc/syscalls.s/sched_setparam.S, mdk-stage1/dietlibc/include/sys/reboot.h, mdk-stage1/dietlibc/lib/sigdelset.c, mdk-stage1/dietlibc/lib/execl.c, mdk-stage1/dietlibc/include/sys/sendfile.h, mdk-stage1/dietlibc/include/sys/syslog.h, mdk-stage1/dietlibc/syscalls.s/iopl.S, mdk-stage1/dietlibc/lib/msgget.c, mdk-stage1/dietlibc/syscalls.s/sched_getparam.S, mdk-stage1/dietlibc/lib/vsnprintf.c, mdk-stage1/dietlibc/include/signal.h, mdk-stage1/dietlibc/syscalls.s/pause.S, mdk-stage1/dietlibc/include/arpa/inet.h, mdk-stage1/dietlibc/include/sys/wait.h, mdk-stage1/dietlibc/alpha/time.S, mdk-stage1/dietlibc/lib/ttyname.c, mdk-stage1/dietlibc/lib/__lstat64.c, mdk-stage1/dietlibc/lib/__stat64.c, mdk-stage1/dietlibc/alpha/recv.S, mdk-stage1/dietlibc/lib/fgets.c, mdk-stage1/dietlibc/lib/strncat.c, mdk-stage1/dietlibc/lib/__lltostr.c, mdk-stage1/dietlibc/lib/__ltostr.c, mdk-stage1/dietlibc/sparc/__longjmp.S, mdk-stage1/dietlibc/lib/puts.c, mdk-stage1/dietlibc/lib/rand.c, mdk-stage1/dietlibc/syscalls.s/fsync.S, mdk-stage1/dietlibc/include/fnmatch.h, mdk-stage1/dietlibc/lib/fflush.c, mdk-stage1/dietlibc/lib/htons.c, mdk-stage1/dietlibc/syscalls.s/sigaltstack.S, mdk-stage1/dietlibc/include/sys/resource.h, mdk-stage1/dietlibc/lib/__stat64_cvt.c, mdk-stage1/dietlibc/lib/localtime.c, mdk-stage1/dietlibc/alpha/seteuid.c, mdk-stage1/dietlibc/syscalls.s/stime.S, mdk-stage1/dietlibc/include/resolv.h, mdk-stage1/dietlibc/lib/__xstat.c, mdk-stage1/dietlibc/ppc/Makefile.add, mdk-stage1/dietlibc/sparc/unified.S, mdk-stage1/dietlibc/lib/bsearch.c, mdk-stage1/dietlibc/include/net/if.h, mdk-stage1/dietlibc/include/shadow.h, mdk-stage1/dietlibc/lib/__rewinddir.c, mdk-stage1/dietlibc/include/daemon.h, mdk-stage1/dietlibc/lib/mkfifo.c, mdk-stage1/dietlibc/include/paths.h, mdk-stage1/dietlibc/include/pwd.h, mdk-stage1/dietlibc/lib/strrchr.c, mdk-stage1/dietlibc/lib/__seekdir.c, mdk-stage1/dietlibc/syscalls.h, mdk-stage1/dietlibc/alpha/shmctl.S, mdk-stage1/dietlibc/lib/fdglue.c, mdk-stage1/dietlibc/lib/fseek.c, mdk-stage1/dietlibc/include/regex.h, mdk-stage1/dietlibc/include/sys/ptrace.h, mdk-stage1/dietlibc/lib/tcdrain.c, mdk-stage1/dietlibc/syscalls.s/lstat.S, mdk-stage1/dietlibc/alpha/semctl.S, mdk-stage1/dietlibc/lib/recvfrom.c, mdk-stage1/dietlibc/lib/random.c, mdk-stage1/dietlibc/syscalls.s/times.S, mdk-stage1/dietlibc/lib/getpgrp.c, mdk-stage1/dietlibc/lib/cfmakeraw.c, mdk-stage1/dietlibc/lib/stat.c, mdk-stage1/dietlibc/syscalls.s/write.S, mdk-stage1/dietlibc/syscalls.s/dietlstat64.S, mdk-stage1/dietlibc/ppc/__testandset.S, mdk-stage1/dietlibc/include/mntent.h, mdk-stage1/dietlibc/include/sys/file.h, mdk-stage1/dietlibc/syscalls.s/fstat.S, mdk-stage1/dietlibc/syscalls.s/llseek.S, mdk-stage1/dietlibc/lib/strsep.c, mdk-stage1/dietlibc/include/sys/stat.h, mdk-stage1/dietlibc/syscalls.s/munlockall.S, mdk-stage1/dietlibc/syscalls.s/setpriority.S, mdk-stage1/dietlibc/include/assert.h, mdk-stage1/dietlibc/include/strings.h, mdk-stage1/dietlibc/include/alloca.h, mdk-stage1/dietlibc/lib/gmtime.c, mdk-stage1/dietlibc/lib/shmat.c, mdk-stage1/dietlibc/lib/__isnan.c, mdk-stage1/dietlibc/ppc/__longjmp.S, mdk-stage1/dietlibc/lib/__closedir.c, mdk-stage1/dietlibc/include/sys/signal.h, mdk-stage1/dietlibc/lib/rewinddir.c, mdk-stage1/dietlibc/lib/stdout.c, mdk-stage1/dietlibc/lib/vfprintf.c, mdk-stage1/dietlibc/.cvsignore, mdk-stage1/dietlibc/lib/telldir.c, mdk-stage1/dietlibc/include/glob.h, mdk-stage1/dietlibc/lib/tm_conv.c, mdk-stage1/dietlibc/syscalls.s/reboot.S, mdk-stage1/dietlibc/syscalls.s/sched_setscheduler.S, mdk-stage1/dietlibc/syscalls.s/umount2.S, mdk-stage1/dietlibc/syscalls.s/readv.S, mdk-stage1/dietlibc/lib/__fxstat.c, mdk-stage1/dietlibc/include/sys/select.h, mdk-stage1/dietlibc/syscalls.s/syslog.S, mdk-stage1/dietlibc/syscalls.s/sysinfo.S, mdk-stage1/dietlibc/lib/fprintf.c, mdk-stage1/dietlibc/include/sys/cdefs.h, mdk-stage1/dietlibc/README, mdk-stage1/dietlibc/lib/fread.c, mdk-stage1/dietlibc/lib/getpwnam.c, mdk-stage1/dietlibc/syscalls.s/getcwd.S, mdk-stage1/dietlibc/lib/getservent.c, mdk-stage1/dietlibc/lib/tolower.c, mdk-stage1/dietlibc/diet.c, mdk-stage1/dietlibc/alpha/recvfrom.S, mdk-stage1/dietlibc/include/elf.h, mdk-stage1/dietlibc/alpha/sendto.S, mdk-stage1/dietlibc/lib/fileno.c, mdk-stage1/dietlibc/i386/clone.S, mdk-stage1/dietlibc/lib/__opendir.c, mdk-stage1/dietlibc/include/sched.h, mdk-stage1/dietlibc/alpha/__time.c, mdk-stage1/dietlibc/lib/ispunct.c, mdk-stage1/dietlibc/lib/printf.c, mdk-stage1/dietlibc/lib/strtod.c, mdk-stage1/dietlibc/lib/strncasecmp.c, mdk-stage1/dietlibc/lib/__getcwd.c, mdk-stage1/dietlibc/include/netinet/in.h, mdk-stage1/dietlibc/lib/shmctl.c, mdk-stage1/dietlibc/syscalls.s/dietlstat.S, mdk-stage1/dietlibc/include/arpa/nameser.h, mdk-stage1/dietlibc/lib/assert_fail.c, mdk-stage1/dietlibc/lib/semctl.c, mdk-stage1/dietlibc/lib/shmdt.c, mdk-stage1/dietlibc/lib/shutdown.c, mdk-stage1/dietlibc/lib/setpgrp.c, mdk-stage1/dietlibc/alpha/msgrcv.S, mdk-stage1/dietlibc/lib/stderr.c, mdk-stage1/dietlibc/syscalls.s/close.S, mdk-stage1/dietlibc/syscalls.s/dietfstat.S, mdk-stage1/dietlibc/include/locale.h, mdk-stage1/dietlibc/syscalls.s/getpriority.S, mdk-stage1/dietlibc/lib/__fstat64.c, mdk-stage1/dietlibc/lib/isalpha.c, mdk-stage1/dietlibc/lib/reboot.c, mdk-stage1/dietlibc/lib/isspace.c, mdk-stage1/dietlibc/include/sys/mount.h, mdk-stage1/dietlibc/lib/creat.c, mdk-stage1/dietlibc/syscalls.s/lseek.S, mdk-stage1/dietlibc/sparc/clone.S, mdk-stage1/dietlibc/dietwarning.h, mdk-stage1/dietlibc/lib/islower.c, mdk-stage1/dietlibc/alpha/Makefile.add, mdk-stage1/dietlibc/lib/abort.c, mdk-stage1/dietlibc/alpha/msgctl.S, mdk-stage1/dietlibc/lib/isalnum.c, mdk-stage1/dietlibc/include/ctype.h, mdk-stage1/dietlibc/include/netdb.h, mdk-stage1/dietlibc/include/memory.h, mdk-stage1/dietlibc/lib/iscntrl.c, mdk-stage1/dietlibc/i386/Makefile.add, mdk-stage1/dietlibc/lib/getopt.c, mdk-stage1/dietlibc/syscalls.s/waitpid.S, mdk-stage1/dietlibc/lib/strtoul.c, mdk-stage1/dietlibc/syscalls.s/stat.S, mdk-stage1/dietlibc/syscalls.s/sysctl.S: import new version of dietlibc * mdk-stage1/insmod-busybox/busybox.h: fix conflicts with dietlibc headers * mdk-stage1/dietlibc/include/stdio.h, mdk-stage1/dietlibc/include/stdlib.h, mdk-stage1/dietlibc/include/math.h, mdk-stage1/dietlibc/include/sys/times.h: have slang and newt compile with dietlibc import new version of dietlibc * mdk-stage1/Makefile.common: new dietlibc binaries location * mdk-stage1/newt-frontend.c: i can compile slang and newt with dietlibc now * mdk-stage1/dietlibc/lib/abs.c: have slang and newt compile with dietlibc * mdk-stage1/dhcp.c: Have the wait_message() with the sleep() - add a sleep(2) after ioctl ifupping so that further operation can work normally - more logs 2001/05/14 kjx * share/po/zh_CN.GB2312.po: process untranslated 2001/05/14 Pixel * fs.pm, fsedit.pm, partition_table.pm, install_any.pm: basic xfs handling 2001/05/11 François Pons * tools/oem-prepare: fixed missing package which may be selected on hardware during real install. * rescue/tree/etc/oem: added support to change boot entries when invoking oem script. fixed missing SCSI support and driver module loading. fixed missing speficic packages not installed on HW detected. 2001/05/08 dam's * my_gtk.pm: VBox -> HBox in Embedded mode * standalone/mousedrake: code cleaned and debugged added mouse test. Ugly 2001/05/08 Guillaume Cottenceau * mdk-stage1/stdio-frontend.c: fix minor stuff re-include correct layout for [] choices, in a smaller way than before * mdk-stage1/tools.c: minor fix needs to poll() for available data before loading ramdisk because ftp transfers would fail in some situations * mdk-stage1/init.c: new maxim * mdk-stage1/config-stage1.h: adjust COMPRESSION_RATIO so that last star is printed when last blocks of file are read * mdk-stage1/dhcp.c: use poll() rather than select() to win some bytesCVS: ---------------------------------------------------------------------- 2001/05/08 siegel * share/po/de.po: fixed plenty ugly typos 2001/05/07 Pablo Saratxaga * share/po/pt_BR.po: updated Brazilian file 2001/05/07 yduret * docs/README.devel: fix one typo * any.pm, bootloader.pm: updated install_lilo() according to new lilo package (/boot/lilo-{menu,graphic,text}) 2001/05/06 dam's * netconnect.pm: corrected bad output and bad adsl script 2001/05/06 Stew Benedict * install2.pm: workaround for msec hang on PPC 2001/05/04 Guillaume Cottenceau * share/rpmsrate: KDE+SOUND -> 4 xmms-arts 2001/05/04 Thierry Vignaud * mdk-stage1/mar/mar-extract-only.c: text size micro-opt 2001/05/04 Guillaume Cottenceau * share/rpmsrate: KDE+SOUND -> 4 xmms-arts 2001/05/04 Stew Benedict * c/smp.c, keyboard.pm, Xconfigurator.pm: force XF4 in expert too for PPC, don't run xmodmap, PPC SMP routine placeholder 2001/05/04 Thierry Vignaud * mdk-stage1/mar/mar-extract-only.c: text size micro-opt 2001/04/30 Guillaume Cottenceau * mdk-stage1/stdio-frontend.c: nicer layout for progressbar and statusreport, when update_progression Provide some description of the drivers * docs/HACKING: fix pserver -> ext * mdk-stage1/tools.c, mdk-stage1/Makefile, mdk-stage1/tools.h, mdk-stage1/newt-frontend.c, mdk-stage1/modules_descr.h, mdk-stage1/modules.c: Provide some description of the drivers 2001/04/30 Pixel * docs/README: s/gi.tar.bz2/DrakX-*.src.rpm/ * docs/advocacy: fuck'em all 2001/04/26 François Pons * docs/README.devel, docs/README: added some more comments for DrakX code source and usage. 2001/04/25 François Pons * tools/oem-prepare: fixed use of VERSION file to find language. prepare a oem disk to be used by moving all files that will not be installed by oem (oem-master disk preparation). * rescue/tree/etc/closurepkgs, rescue/tree/etc/part_and_bootloader: fixed usage of free space on disk, added NVIDIA packages to install. * rescue/tree/etc/oem-server: added missing VERSION file. fixed usage of free space on disk, added NVIDIA packages to install. * rescue/tree/etc/oem: added missing autologin package. added option to enable oem mode. added missing VERSION file. fixed usage of free space on disk, added NVIDIA packages to install. 2001/04/24 Guillaume Cottenceau * mdk-stage1/Makefile: version is labelled "cooker" 2001/04/19 Guillaume Cottenceau * tools/serial_probe/serial.c, tools/serial_probe/serial_probe.c: integrate fg's fixes for includes 2001/04/19 Stew Benedict * rescue/list.sparc, rescue/list.i386, rescue/list.ppc, rescue/list.alpha, rescue/list: move /sbin/sfdisk to list.arch, update both list.ppc 2001/04/18 Guillaume Cottenceau * mdk-stage1/network.c: fix bug that trashes the network config of stage1 during stage2, when no DNS is provided 2001/04/18 dam's * standalone/net_monitor: last corrections * standalone/draknet, netconnect.pm: last corrections corrected internet connection test, and parameters editing * install_steps_gtk.pm: corrected cursor on details 2001/04/18 Frederic Lepied * share/rpmsrate: * put am-utils and autofs in NETWORKING_FILE * drakprofile in level 1 * swapped tkinter and python-devel * vnc-server in NETWORKING_REMOTE_ACCESS_SERVER * vnc-SVGALIB in level 2 2001/04/17 dam's * standalone/mousedrake: fixed embedded * bootlook.pm: chmoded autologin 2001/04/17 François Pons * any.pm: restored grub as everything seems fine. * rescue/tree/etc/oem-server: fixed swap size instead of inst size for swap gap. make sure kernel will be selected. * rescue/tree/etc/oem: fixed swap size instead of inst size for swap gap. make sure kernel is selected. * install_steps_interactive.pm: fixed missing mouse update in summary. 2001/04/17 Guillaume Cottenceau * share/rpmsrate: fix 75dpi-fonts bug with MAKEDEV 2001/04/17 Pablo Saratxaga * standalone/draknet: fixed typo * share/po/be.po, share/po/sp.po, share/po/pt.po, share/po/DrakX.pot, share/po/es.po, share/po/fr.po, share/po/bg.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/ko.po, share/po/nl.po, share/po/ja.po, share/po/wa.po, share/po/sv.po, share/po/hu.po, share/po/zh_TW.Big5.po, share/po/it.po, share/po/id.po, share/po/pl.po, share/po/fi.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/vi.po, share/po/br.po, share/po/gl.po, share/po/ca.po, share/po/lv.po, share/po/uk.po, share/po/eo.po, share/po/ro.po, share/po/da.po, share/po/cs.po, share/po/af.po: Updated Basque file 2001/04/17 Pixel * install_steps_interactive.pm (setRootPassword): better ensure 'broadcast' insteaf of overriding (setRootPassword): set NIS to broadcast when NIS asked. Empty NIS still means no NIS * any.pm (setupBootloader): remove a warning 2001/04/17 warly * share/rpmsrate: put MAKEDEV at end of line 2001/04/17 dam's * standalone/mousedrake: fixed embedded * bootlook.pm: chmoded autologin 2001/04/17 François Pons * any.pm: restored grub as everything seems fine. * rescue/tree/etc/oem: fixed swap size instead of inst size for swap gap. make sure kernel is selected. fixed parted problem. * rescue/tree/etc/oem-server: fixed swap size instead of inst size for swap gap. make sure kernel will be selected. * install_steps_interactive.pm: fixed missing mouse update in summary. 2001/04/17 Pablo Saratxaga * share/po/be.po, share/po/sp.po, share/po/pt.po, share/po/DrakX.pot, share/po/es.po, share/po/fr.po, share/po/bg.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/ko.po, share/po/nl.po, share/po/ja.po, share/po/wa.po, share/po/sv.po, share/po/hu.po, share/po/zh_TW.Big5.po, share/po/it.po, share/po/id.po, share/po/pl.po, share/po/fi.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/vi.po, share/po/br.po, share/po/gl.po, share/po/ca.po, share/po/lv.po, share/po/uk.po, share/po/eo.po, share/po/ro.po, share/po/da.po, share/po/cs.po, share/po/af.po: Updated Basque file 2001/04/17 Pixel * install_steps_interactive.pm (setRootPassword): better ensure 'broadcast' insteaf of overriding (setRootPassword): set NIS to broadcast when NIS asked. Empty NIS still means no NIS * any.pm (setupBootloader): remove a warning 2001/04/17 dam's * bootlook.pm: chmoded autologin 2001/04/17 François Pons * rescue/tree/etc/oem: fixed swap size instead of inst size for swap gap. make sure kernel is selected. fixed parted problem. * rescue/tree/etc/oem-server: fixed swap size instead of inst size for swap gap. make sure kernel will be selected. 2001/04/17 Pixel * install_steps_interactive.pm (setRootPassword): better ensure 'broadcast' insteaf of overriding (setRootPassword): set NIS to broadcast when NIS asked. Empty NIS still means no NIS * any.pm (setupBootloader): remove a warning 2001/04/17 dam's * bootlook.pm: chmoded autologin 2001/04/17 François Pons * rescue/tree/etc/oem: fixed swap size instead of inst size for swap gap. make sure kernel is selected. fixed parted problem. * rescue/tree/etc/oem-server: fixed swap size instead of inst size for swap gap. make sure kernel will be selected. 2001/04/17 Pixel * install_steps_interactive.pm (setRootPassword): set NIS to broadcast when NIS asked. Empty NIS still means no NIS * any.pm (setupBootloader): remove a warning 2001/04/16 dam's * any.pm: removed Grub if Embedded 2001/04/16 dam's * netconnect.pm: minor bug. * any.pm: removed Grub if Embedded 2001/04/16 dam's * standalone/net_monitor: updated updated * network.pm: dhcpd -> dhcpcd * Xconfigurator.pm: added nice monitor.png * netconnect.pm: minor bug. dhcpd -> dhcpcd * standalone/draknet: updated * pixmaps/hori.png, pixmaps/colors.png, pixmaps/wiz_default_left.png, pixmaps/tradi.png, pixmaps/categ.png, pixmaps/wiz_default_up.png, pixmaps/verti.png, pixmaps/wiz_firewall.png, pixmaps/monitor.png, pixmaps/monitor-1280.png, pixmaps/monitor-1024.png, pixmaps/net_c.png, pixmaps/wiz_draknet.png, pixmaps/gmon.png, pixmaps/monitor-800.png, pixmaps/net_d.png, pixmaps/eth_card_mini.png, pixmaps/wiz_drakgw.png, pixmaps/monitor-640.png, pixmaps/colors8.png, pixmaps/colors16.png: plop removed for readd in kb * my_gtk.pm: corrected typo added grey fix for contreol-center 2001/04/16 François Pons * rescue/tree/etc/oem: added missing rio500 in closure. finally fixed menu by generating /etc/rpm/macros file. added missing LF. now fixed menu problems. try another fix for RPM_INSTALL_LANG as first fr_FR:fr instead of fr:fr_FR. really disable server. maybe fixed RPM_INSTALL_LANG (from "fr" to "fr:fr_FR" for french). fixed to avoid nasty message in wrong places. moved warning message around. fixed wrong LOCALES"...". fixed lang weirdness, fixed minimal size of / partition to be more confortable, fixed default language for starting DrakX after. * Xconfig.pm: fixed standalone error for wacom weirdness. fixed HASH() in /etc/X11/XF86Config*. * fs.pm: restored not neccessary to load reiserfs for formating. loading reiserfs module before formatting. 2001/04/16 Guillaume Cottenceau * pixmaps/monitor-800.png, pixmaps/monitor-1024.png, pixmaps/monitor-640.png, pixmaps/monitor-1280.png: add nice shots for XFdrake * mdk-stage1/TECH-INFOS: update doc * share/po/fr.po: fix minor thing 2001/04/16 Pixel * share/compssUsers: remove BURNER from Utilities 2001/04/16 warly * share/rpmsrate: lower portsentry 2001/04/16 dam's * Xconfigurator.pm: added nice monitor.png * standalone/net_monitor: updated * pixmaps/hori.png, pixmaps/colors.png, pixmaps/wiz_default_left.png, pixmaps/tradi.png, pixmaps/categ.png, pixmaps/wiz_default_up.png, pixmaps/verti.png, pixmaps/wiz_firewall.png, pixmaps/monitor.png, pixmaps/monitor-1280.png, pixmaps/monitor-1024.png, pixmaps/net_c.png, pixmaps/wiz_draknet.png, pixmaps/gmon.png, pixmaps/monitor-800.png, pixmaps/net_d.png, pixmaps/eth_card_mini.png, pixmaps/wiz_drakgw.png, pixmaps/monitor-640.png, pixmaps/colors8.png, pixmaps/colors16.png: plop removed for readd in kb * my_gtk.pm: corrected typo added grey fix for contreol-center 2001/04/16 François Pons * Xconfig.pm: fixed standalone error for wacom weirdness. fixed HASH() in /etc/X11/XF86Config*. * rescue/tree/etc/oem: maybe fixed RPM_INSTALL_LANG (from "fr" to "fr:fr_FR" for french). fixed to avoid nasty message in wrong places. moved warning message around. fixed wrong LOCALES"...". fixed lang weirdness, fixed minimal size of / partition to be more confortable, fixed default language for starting DrakX after. 2001/04/16 Guillaume Cottenceau * pixmaps/monitor-800.png, pixmaps/monitor-1024.png, pixmaps/monitor-640.png, pixmaps/monitor-1280.png: add nice shots for XFdrake 2001/04/16 Pixel * share/compssUsers: remove BURNER from Utilities 2001/04/16 warly * share/rpmsrate: lower portsentry 2001/04/16 dam's * standalone/draknet: bugfix added update thread corrected bad install package. updated expert mode * network.pm, install_steps.pm: corrected bad install package. * Xconfigurator.pm: added nice monitor.png * tinyfirewall.pm: corrected package installation * standalone/net_monitor: updated * pixmaps/hori.png, pixmaps/colors.png, pixmaps/wiz_default_left.png, pixmaps/tradi.png, pixmaps/categ.png, pixmaps/wiz_default_up.png, pixmaps/verti.png, pixmaps/wiz_firewall.png, pixmaps/monitor.png, pixmaps/monitor-1280.png, pixmaps/monitor-1024.png, pixmaps/net_c.png, pixmaps/wiz_draknet.png, pixmaps/gmon.png, pixmaps/monitor-800.png, pixmaps/net_d.png, pixmaps/eth_card_mini.png, pixmaps/wiz_drakgw.png, pixmaps/monitor-640.png, pixmaps/colors8.png, pixmaps/colors16.png: plop removed for readd in kb * my_gtk.pm: corrected typo added grey fix for contreol-center * netconnect.pm: debug corrected bad install package. 2001/04/16 François Pons * Xconfig.pm: fixed standalone error for wacom weirdness. fixed HASH() in /etc/X11/XF86Config*. * rescue/tree/etc/oem: maybe fixed RPM_INSTALL_LANG (from "fr" to "fr:fr_FR" for french). fixed to avoid nasty message in wrong places. moved warning message around. fixed wrong LOCALES"...". fixed lang weirdness, fixed minimal size of / partition to be more confortable, fixed default language for starting DrakX after. 2001/04/16 Guillaume Cottenceau * pixmaps/monitor-800.png, pixmaps/monitor-1024.png, pixmaps/monitor-640.png, pixmaps/monitor-1280.png: add nice shots for XFdrake 2001/04/16 Pixel * share/compssUsers: remove BURNER from Utilities * install_any.pm (g_auto_install): do not take 'mkbootdisk' 2001/04/16 warly * share/rpmsrate: lower portsentry 2001/04/15 fabman * share/po/es.po: updates 2001/04/15 Guillaume Cottenceau * share/po/fr.po: fix minor typo 2001/04/15 Pablo Saratxaga * share/po/gl.po: updated Galician file 2001/04/15 Pixel * install_steps_gtk.pm (reallyChooseGroups): translate path (eg: Workstation, Server) to make gg happy 2001/04/15 fabman * share/po/es.po: updates 2001/04/15 fcrozat * share/rpmsrate: Add mozilla-mail and mozilla-irc to correct categories 2001/04/15 Guillaume Cottenceau * share/po/fr.po: fix minor typo 2001/04/15 Pablo Saratxaga * share/po/sv.po, share/po/ko.po: Updated Swedish and Korean files 2001/04/15 Pixel * install_steps_gtk.pm (reallyChooseGroups): translate path (eg: Workstation, Server) to make gg happy * printerdrake.pm (main): restore the "Ok" button for the queues manipulation * any.pm (write_passwd_user): fix use of local * interactive.pm (ask_from_entries_refH_powered_normalize): add an eval around "require log" to keep perl from going totally mad (getting things like v18.843.482 required--this is only v5.6.0) 2001/04/15 yduret * bootlook.pm: bug fix: if cancel pressed in lilo/grub choice => return to mcc normally fix layout & size 2001/04/14 dam's * netconnect.pm: corrected isdn detect display * standalone/net_monitor, standalone/draknet: wait 10 sec, instead of 7 2001/04/14 François Pons * rescue/tree/etc/oem: changed priority level from 2 to 4 for rate selection of packages. * pkgs.pm: fixed absurd mismatch of use of <=> and cmp on versionCompare. 2001/04/14 Pixel * pkgs.pm (naughtyServers): add apache * install_gtk.pm (createXconf): ensure the mouse device is created (mainly for auto_inst) * install_steps_interactive.pm (exitInstall): fix bad i18n of Replay button (thx2submarine) 2001/04/14 warly * share/rpmsrate: lower viavoicemenu to 1 to avoid error message for powerpack boxes without ViaVoice 2001/04/14 François Pons * rescue/tree/etc/oem: changed priority level from 2 to 4 for rate selection of packages. * pkgs.pm: fixed absurd mismatch of use of <=> and cmp on versionCompare. 2001/04/14 Pixel * lang.pm (load_po): s/!isStandalone/isInstall/ (mainly for XFdrake's test) * Xconfigurator.pm (use vars): fix stew sux (testFinalConfig): nicer stderr handling * interactive_gtk.pm, interactive_newt.pm (exit): fix the exit code 2001/04/14 François Pons * install_any.pm: fixed to gzip synthesis file. safe guard generation of synthesis file. fixed umask on urpmi list file and generate synthesis file for each hdlist. * pkgs.pm: fixed absurd mismatch of use of <=> and cmp on versionCompare. 2001/04/14 Pixel * install_steps_interactive.pm (configureX): fix link /etc/gtk (to /mnt/etc/gtk) instead of /etc/gtkrc * any.pm (autologin): spurious messages of chksession -> dave nul * interactive_newt.pm (exit): fix the exit code (wait_message_endW): don't log "none stacked wait-messages" (as a lot of them exist...) (waitbox): remove spurious '0' in wait_messages * lang.pm (load_po): s/!isStandalone/isInstall/ (mainly for XFdrake's test) * Xconfigurator.pm (use vars): fix stew sux (testFinalConfig): nicer stderr handling * interactive_gtk.pm (exit): fix the exit code 2001/04/14 warly * share/compssUsers, share/list, share/rpmsrate: add icons in compssUser and list 2001/04/14 François Pons * install_any.pm: fixed to gzip synthesis file. safe guard generation of synthesis file. fixed umask on urpmi list file and generate synthesis file for each hdlist. 2001/04/14 Pixel * install_steps_interactive.pm (configureX): fix link /etc/gtk (to /mnt/etc/gtk) instead of /etc/gtkrc * any.pm (autologin): spurious messages of chksession -> dave nul * interactive_newt.pm (exit): fix the exit code (wait_message_endW): don't log "none stacked wait-messages" (as a lot of them exist...) (waitbox): remove spurious '0' in wait_messages * lang.pm (load_po): s/!isStandalone/isInstall/ (mainly for XFdrake's test) * Xconfigurator.pm (use vars): fix stew sux (testFinalConfig): nicer stderr handling * interactive_gtk.pm (exit): fix the exit code 2001/04/14 Stew Benedict * Xconfigurator_consts.pm, mouse.pm, Xconfigurator.pm: updates to X, mouse setup for PPC 2001/04/14 warly * share/compssUsers, share/list, share/rpmsrate: add icons in compssUser and list 2001/04/13 dam's * 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 * rescue/tree/etc/oem: avoid locking cdrom for oem (compssUsers file still opened). 2001/04/13 Pablo Saratxaga * share/po/no.po: Updated Norwegian file Updated po files * share/po/be.po, share/po/sp.po, share/po/pt.po, share/po/DrakX.pot, share/po/es.po, share/po/fr.po, share/po/bg.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/ko.po, share/po/nl.po, share/po/ja.po, share/po/wa.po, share/po/sv.po, share/po/hu.po, share/po/zh_TW.Big5.po, share/po/it.po, share/po/id.po, share/po/pl.po, share/po/fi.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/vi.po, share/po/br.po, share/po/gl.po, share/po/ca.po, share/po/lv.po, share/po/uk.po, share/po/eo.po, share/po/ro.po, share/po/da.po, share/po/cs.po, share/po/af.po: Updated po files 2001/04/13 Pixel * 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 siegel * share/po/de.po: updates 2001/04/13 dam's * 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 * 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 * 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 * 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 * install_steps_gtk.pm: avoid illegal modulus zero if no advertizing is available. fixed very old typo not encountered before; 2001/04/13 Pixel * common.pm (backtrace): created * install_steps_interactive.pm (addUser): remove the setting of $o->{autologin}, now done in any::autologin * install_steps_gtk.pm (installPackages): hide Details button sooner (installPackages): do not show button "Details" when no advertising * install2.pm (miscellaneous): add setting KEYBOARD=yes in /etc/sysconfig/usb as asked by Lord Chmou * interactive.pm (ask_from_entries_refH_powered_normalize): log the empty list instead of dying (for 8.0 only, should be switched back to die) (ask_from_listf): display the backtrace when empty list * any.pm (ask_users): add the empty icon (autologin): fix 2001/04/13 warly * share/compssUsers: add ssh server in Network Computer Server 2001/04/13 dam's * Xconfigurator.pm: updated updated message * netconnect.pm: net_cnx_up/down xritten in neuneu * standalone/draknet: message corrected 2001/04/13 fabman * share/po/es.po: synchro with EN 2001/04/13 François Pons * install_steps_gtk.pm: avoid illegal modulus zero if no advertizing is available. fixed very old typo not encountered before; 2001/04/13 Pixel * common.pm (backtrace): created * install_steps_interactive.pm (addUser): remove the setting of $o->{autologin}, now done in any::autologin * install2.pm (miscellaneous): add setting KEYBOARD=yes in /etc/sysconfig/usb as asked by Lord Chmou * install_steps_gtk.pm (installPackages): do not show button "Details" when no advertising * interactive.pm (ask_from_entries_refH_powered_normalize): log the empty list instead of dying (for 8.0 only, should be switched back to die) (ask_from_listf): display the backtrace when empty list * any.pm (ask_users): add the empty icon (autologin): fix 2001/04/13 warly * share/compssUsers: add ssh server in Network Computer Server 2001/04/13 dam's * Xconfigurator.pm: updated updated message * netconnect.pm: net_cnx_up/down xritten in neuneu * standalone/draknet: message corrected 2001/04/13 fabman * share/po/es.po: synchro with EN 2001/04/13 François Pons * install_steps_gtk.pm: avoid illegal modulus zero if no advertizing is available. fixed very old typo not encountered before; 2001/04/13 Pixel * common.pm (backtrace): created * install_steps_interactive.pm (addUser): remove the setting of $o->{autologin}, now done in any::autologin * install2.pm (miscellaneous): add setting KEYBOARD=yes in /etc/sysconfig/usb as asked by Lord Chmou * install_steps_gtk.pm (installPackages): do not show button "Details" when no advertising * interactive.pm (ask_from_entries_refH_powered_normalize): log the empty list instead of dying (for 8.0 only, should be switched back to die) (ask_from_listf): display the backtrace when empty list * any.pm (ask_users): add the empty icon (autologin): fix 2001/04/13 warly * share/compssUsers: add ssh server in Network Computer Server 2001/04/13 dam's * Xconfigurator.pm: updated updated message * standalone/draknet: message corrected updated * netconnect.pm: net_cnx_up/down xritten in neuneu * bootlook.pm: embedded = 0 -> local 2001/04/13 fabman * share/po/es.po: synchro with EN 2001/04/13 François Pons * install_steps_gtk.pm: avoid illegal modulus zero if no advertizing is available. fixed very old typo not encountered before; 2001/04/13 Pixel * common.pm (backtrace): created * install_steps_interactive.pm (addUser): remove the setting of $o->{autologin}, now done in any::autologin * install2.pm (miscellaneous): add setting KEYBOARD=yes in /etc/sysconfig/usb as asked by Lord Chmou * install_steps_gtk.pm (installPackages): do not show button "Details" when no advertising * interactive.pm (ask_from_entries_refH_powered_normalize): log the empty list instead of dying (for 8.0 only, should be switched back to die) (ask_from_listf): display the backtrace when empty list * any.pm (ask_users): add the empty icon (autologin): fix 2001/04/13 warly * share/compssUsers: add ssh server in Network Computer Server add DATABASES to Database add icons for server 2001/04/13 dam's * network.pm: updated wireless configuration * netconnect.pm: corrected loop in isdn + other things * bootlook.pm: embedded = 0 -> local * standalone/draknet: updated added delete event 2001/04/13 François Pons * netconnect.pm: fixed syntax error :-) * install_steps.pm, install_steps_gtk.pm: added conditional update-menus if package are installed. * install_steps_interactive.pm: added conditional update-menus if package are installed. make sure update-menus is called after installing cups related packages. 2001/04/13 Pablo Saratxaga * share/po/hr.po, share/po/fr.po, share/po/sv.po, share/po/hu.po: Updated Croatian and Swedish files * share/po/sl.po, share/po/cy.po, share/po/ca.po, share/po/ga.po, share/po/is.po, share/po/cs.po: Removed po files with too low leve lof translating ( < 60% ) so they are not included on final CD 2001/04/13 Pixel * common.pm (backtrace): created * install_steps_interactive.pm (addUser): remove the setting of $o->{autologin}, now done in any::autologin * bootlook.pm: don't use Locale::GetText, use DrakX's i18n * install2.pm (miscellaneous): add setting KEYBOARD=yes in /etc/sysconfig/usb as asked by Lord Chmou * interactive.pm (ask_from_entries_refH_powered_normalize): log the empty list instead of dying (for 8.0 only, should be switched back to die) (ask_from_listf): display the backtrace when empty list * my_gtk.pm (new): make dams happy * any.pm (ask_users): add the empty icon (autologin): fix 2001/04/13 warly * share/compssUsers: add DATABASES to Database add icons for server 2001/04/12 Guillaume Cottenceau * mdk-stage1/dhcp.c: remove unnecessary redhat history code 2001/04/12 François Pons * install_any.pm: fixed wrong kernel version extraction (typically for upgrade). * install_steps_interactive.pm: removed Cancel of Summary. fixed ask printer configuration. * detect_devices.pm: fix Hewlett-Packard to HP in case. * standalone/printerdrake: never ask to configure a printer in standalone. * printerdrake.pm: automatically add a queue if nothing exists. fixed ask to configure a printer. * interactive.pm: removed strict die on empty list. * live_install2: added some gtk and gdk_imlib missing variables. * live_install: removed gtk variable for data, moved to second script. * modules.pm, commands.pm, lang.pm, pkgs.pm, keyboard.pm: fixed log of packdrake. 2001/04/12 Guillaume Cottenceau * mdk-stage1/dhcp.c: remove unneeded #define * standalone/drakgw: add some rule so later on tinyfirewall will not prevent everything from working * share/po/fr.po: minor fix write some ppc translations 2001/04/12 Pablo Saratxaga * share/po/it.po: Updated Italian file 2001/04/12 Pixel * printer.pm: use run_program and remove "require run_program"s * my_gtk.pm (main): only accept X (gdk) events key_press, key_release and exposure (so that not to receive motion_notify which would generate focus_out in non-interesting cases) * interactive.pm (ask_from_entries_refH_powered_normalize): fix the test for empty lists (ask_from_entries_refH_powered_normalize): - when not_edit and empty list, die. - when not_edit and single element list, don't display that entry. * lang.pm (pack_langs): set RPM_INSTALL_LANG for package "menu" * modules.pm (configure_pcmcia): better handling for not running cardmgr many times (configure_pcmcia): always run cardmgr so that it is run even if stage1 did create a /var/run/stab. This is just a try :-/ 2001/04/12 dam's * netconnect.pm: if neuneu but explicited clicked, don't skip corrected pcmcia driver 2001/04/12 François Pons * install_steps_interactive.pm: removed Cancel of Summary. fixed ask printer configuration. * common.pm: improved bestMatchSentence2. * detect_devices.pm: fix Hewlett-Packard to HP in case. * standalone/printerdrake: never ask to configure a printer in standalone. * printerdrake.pm: automatically add a queue if nothing exists. fixed ask to configure a printer. * interactive.pm: removed strict die on empty list. * modules.pm, commands.pm, lang.pm, keyboard.pm, pkgs.pm: fixed log of packdrake. 2001/04/12 Guillaume Cottenceau * standalone/drakgw: add some rule so later on tinyfirewall will not prevent everything from working * share/po/fr.po: write some ppc translations un-dadouize a problem 2001/04/12 Pablo Saratxaga * share/po/it.po: Updated Italian file 2001/04/12 Pixel * install_steps_gtk.pm (installPackages): fix no advertising with less than 20MB of packages * interactive.pm (ask_from_entries_refH_powered_normalize): - when not_edit and empty list, die. - when not_edit and single element list, don't display that entry. * install_steps_interactive.pm (configureX): fix for X test at install with exotic fonts * lang.pm (pack_langs): set RPM_INSTALL_LANG for package "menu" * modules.pm (configure_pcmcia): better handling for not running cardmgr many times (configure_pcmcia): always run cardmgr so that it is run even if stage1 did create a /var/run/stab. This is just a try :-/ 2001/04/12 dam's * bootlook.pm: corrected typo added use bootloader * standalone/net_monitor: typo * netconnect.pm: if neuneu but explicited clicked, don't skip corrected pcmcia driver corrected typo * lang.pm: pixel sux * network.pm, standalone/draknet: corrected network connection * my_gtk.pm: corrected set_modal 2001/04/12 fabman * share/po/es.po: updated spanish .po files 2001/04/12 François Pons * install_steps_interactive.pm: removed Cancel of Summary. fixed ask printer configuration. * common.pm: improved bestMatchSentence2. * detect_devices.pm: fix Hewlett-Packard to HP in case. * standalone/printerdrake: never ask to configure a printer in standalone. * printerdrake.pm: automatically add a queue if nothing exists. fixed ask to configure a printer. * modules.pm, commands.pm, lang.pm, keyboard.pm, pkgs.pm: fixed log of packdrake. 2001/04/12 Guillaume Cottenceau * share/po/fr.po: un-dadouize a problem sync 2001/04/12 Pablo Saratxaga * share/po/sp.po, share/po/fi.po, share/po/DrakX.pot, share/po/zh_CN.GB2312.po, share/po/es.po, share/po/fr.po, share/po/sr.po, share/po/de.po, share/po/el.po, share/po/et.po, share/po/sk.po, share/po/eu.po, share/po/sl.po, share/po/vi.po, share/po/ko.po, share/po/eo.po, share/po/ja.po, share/po/wa.po, share/po/sv.po, share/po/da.po, share/po/is.po, share/po/zh_TW.Big5.po, share/po/id.po: Updated Chinese file * share/po/it.po: Updated Italian file Updated Chinese file 2001/04/12 Pixel * install_steps_gtk.pm (installPackages): fix no advertising with less than 20MB of packages * interactive.pm (ask_from_entries_refH_powered_normalize): - when not_edit and empty list, die. - when not_edit and single element list, don't display that entry. * install_steps_interactive.pm (configureX): fix for X test at install with exotic fonts * lang.pm (pack_langs): set RPM_INSTALL_LANG for package "menu" * modules.pm (configure_pcmcia): better handling for not running cardmgr many times (configure_pcmcia): always run cardmgr so that it is run even if stage1 did create a /var/run/stab. This is just a try :-/ 2001/04/12 siegel * share/po/de.po: new german version 2001/04/12 yduret * bootlook.pm: added some stuff 2001/04/11 dam's * my_gtk.pm: no setmodal 0 if wizard 2001/04/12 dam's * bootlook.pm: corrected typo added use bootloader * netconnect.pm: corrected typo 2001/04/12 fabman * share/po/es.po: updated spanish .po files 2001/04/12 siegel * share/po/de.po: new german version 2001/04/11 dam's * share/themes-mdk.rc: tooltips * netconnect.pm: updated * my_gtk.pm: no setmodal 0 if wizard 2001/04/11 Pixel * install_steps_gtk.pm (reallyChooseGroups): relook * install_steps_interactive.pm (chooseGroups): warn if chosen size is too big * share/compssUsers: adapt for new profile choosing layout 2001/04/11 yduret * bootlook.pm: bug fix in autologin 2001/04/11 dam's * share/themes-mdk.rc: tooltips * bootlook.pm: updated corrected * tinyfirewall.pm: installation of package : not at the same place * netconnect.pm: updated added driver for pcmcia, corrected eth conf for pppoe 2001/04/11 François Pons * install_any.pm: added missing LD_LOADER for calling rpm. * printerdrake.pm: fixed probe on kernel 2.4. make printer devices more accurate. removed limitation to only one port probed * pkgs.pm: added missing use of LD_LOADER for starting parsehdlist on upgrade. * detect_devices.pm: avoid need of shell for live upgrade on serial_probe (removed 2>/dev/null which is not necessary). fixed printer probe (usb and parallel). * mouse.pm: fix wacom usb tablet * standalone/printerdrake: added missing take into account of /etc/modules.conf * lang.pm: added missing LD_LOADER reference and remove old code commented. 2001/04/11 Guillaume Cottenceau * share/po/fr.po: unfuzzyize sync with new msg in services.pm and compssUsers sync with pablo update fixes of translations write the shitload of untranslated and fuzzy msg * standalone/tinyfirewall: i18n title * services.pm: have many more services tooltipped from here so we can get translations afterwards * share/compssUsers: fix typos of rpmsrate groups * standalone/drakgw: kosmetik do i18n for title also 2001/04/11 Pablo Saratxaga * share/rpmsrate: Added reference to netscape-chinese_big5 file * share/po/DrakX.pot, share/po/wa.po: Updated Walloon file Updated po files Updated Slovak, Walloon and Polish files * share/po/es.po, share/po/fr.po, share/po/bg.po, share/po/de.po, share/po/ko.po, share/po/ja.po, share/po/is.po, share/po/zh_TW.Big5.po, share/po/it.po, share/po/id.po, share/po/pl.po, share/po/fi.po, share/po/zh_CN.GB2312.po, share/po/sk.po, share/po/vi.po, share/po/ca.po, share/po/cs.po: Updated po files Updated Slovak, Walloon and Polish files * share/po/be.po, share/po/sp.po, share/po/pt.po, share/po/ga.po, share/po/sr.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/hu.po, share/po/no.po, share/po/th.po, share/po/el.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/11 Pixel * run_program.pm (rooted): don't call install_any::check_prog if rooted * standalone/drakboot: make it work (why was bootloader::install commented?) * share/compssUsers: adapt for new profile choosing layout * Makefile: take cardmgr-* * install_steps_interactive.pm (chooseGroups): warn if chosen size is too big translate the ``path'' in profile selection * share/po/i18n_compssUsers: relooking * any.pm (setupBootloader): translate the bootloaders to use (setupBootloader): nicer look&feel * install_any.pm (fsck_option): add a closing ``"'' so that strings to i18n extraction works (fsck_option): add a closing ``"'' so that strings to i18n extraction works (check_prog): make it work * install_steps_gtk.pm (reallyChooseGroups): relook (installPackages): pressing "Details" gives you more detailed info (reallyChooseGroups): start relooking (installPackages): don't display advertising if less 20MB of packages translate the ``path'' in profile selection 2001/04/11 warly * share/compssUsers: Add descr for servers 2001/04/11 François Pons * printerdrake.pm: make printer devices more accurate. removed limitation to only one port probed * mouse.pm: fix wacom usb tablet * standalone/printerdrake: added missing take into account of /etc/modules.conf * detect_devices.pm: fixed printer probe (usb and parallel). 2001/04/11 Guillaume Cottenceau * services.pm: have many more services tooltipped from here so we can get translations afterwards * share/po/fr.po: write the shitload of untranslated and fuzzy msg * share/compssUsers: fix typos of rpmsrate groups 2001/04/11 Pixel * run_program.pm (rooted): don't call install_any::check_prog if rooted * diskdrake.pm (More): fix exception relaunching * install_any.pm (check_prog): make it work * any.pm (setupBootloader): nicer look&feel * standalone/drakboot: make it work (why was bootloader::install commented?) * Makefile: take cardmgr-* 2001/04/11 fabman * share/po/es.po: updated spanish .po file 2001/04/11 François Pons * printerdrake.pm: make printer devices more accurate. removed limitation to only one port probed * mouse.pm: fix wacom usb tablet * standalone/printerdrake: added missing take into account of /etc/modules.conf * detect_devices.pm: fixed printer probe (usb and parallel). 2001/04/11 Guillaume Cottenceau * share/po/fr.po: write the shitload of untranslated and fuzzy msg 2001/04/11 Pixel * 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/drakboot: make it work (why was bootloader::install commented?) * share/aliases: add rmmod -> insmod_ * lang.pm (get_x_fontset): special cases for some big (size) fonts * Makefile: take cardmgr-* * install_any.pm (check_prog): make it work (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 * standalone/XFdrake: fix bug for running xfs * any.pm (setupBootloader): nicer look&feel * diskdrake.pm (More): fix exception relaunching check resize_reiserfs is there or get it * run_program.pm (rooted): don't call install_any::check_prog if rooted in install, call install_any::check_prog to allow shadow progs which are fetched when needed via getFile * share/list: remove rmmod (is now a symlink) 2001/04/11 siegel * share/po/de.po: updated german version 2001/04/10 Pablo Saratxaga * share/po/ca.po: Updated Catalan file 2001/04/10 Pixel * Makefile: - fix wiz_*.png removing - fix copying cardmgr* which included cardmgr.o 2001/04/11 Pixel * 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 * 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 * 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 * 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 * 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 * 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 * netconnect.pm: corrected bad network restart * my_gtk.pm: corrected bad font * network.pm: get rid of ifcfg- minor correction 2001/04/09 dam's * tinyfirewall.pm: typo 2001/04/09 Pixel * diskdrake.pm (Create): check for 40MB instead of 32MB for min reiserfs size as the check is done before rounding. * bootloader.pm (install_grub): altconfigfile only if /boot is not reiserfs :-/ * tools/make_mdkinst_stage2: fix the stage2 too big (was keeping too many modules.cz) * install_any.pm (setPackages): also have SOUND set in compssUsersChoice based on pciusbtable * share/compssUsers, share/rpmsrate: - SOUND is now a flag - AUDIO is the group 2001/04/09 siegel * tinyfirewall.pm: i18n fixes 2001/04/09 François Pons * rescue/tree/etc/oem: fixes of grub installation using hd.img fix the fix for loopback mounting of hd.img. * Xconfigurator.pm: fixed always 8bpp for autoDefaultDepth. * pkgs.pm: changed transaction error management this way: if a transaction fails, DrakX tries to make as many transaction as there are package that have failed to be installed (this means one transaction of only one package). This help installing most package that are correct (as a transaction that failed cause all remaining package to be not installed). 2001/04/09 Guillaume Cottenceau * mdk-stage1/Makefile: 8.0rc -> 8.0 * rescue/tree/etc/oem: fix english thanks to Kevin * standalone/drakgw: do not die when an initscript returns non-0 (initscripts too buggy) 2001/04/09 Pablo Saratxaga * share/po/be.po, share/po/sp.po, share/po/pt.po, share/po/DrakX.pot, share/po/es.po, share/po/fr.po, share/po/bg.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/ko.po, share/po/cy.po, share/po/nl.po, share/po/ja.po, share/po/wa.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/id.po, share/po/pl.po, share/po/fi.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/vi.po, share/po/br.po, share/po/gl.po, share/po/ca.po, share/po/lv.po, share/po/uk.po, share/po/eo.po, share/po/ro.po, share/po/da.po, share/po/cs.po, share/po/af.po: Updated Danish file * any.pm: changed ISO_8859-1 TO ISO-8859-1 2001/04/09 Pixel * c/stuff.xs.pm, install_steps.pm, any.pm: create to_utf8 from po strings, use it for kdm message * diskdrake.pm (Create): check for 40MB instead of 32MB for min reiserfs size as the check is done before rounding. * bootloader.pm (install_grub): altconfigfile only if /boot is not reiserfs :-/ * tools/make_mdkinst_stage2: fix the stage2 too big (was keeping too many modules.cz) * install2.pm (main): sets umask (seems like default one is no more 022, kernel change?) * Xconfigurator_consts.pm, Xconfig.pm, Xconfigurator.pm: handle XkbModel (especially for abnt2 (br)) * install_any.pm (setPackages): also have SOUND set in compssUsersChoice based on pciusbtable * share/compssUsers, share/rpmsrate: - SOUND is now a flag - AUDIO is the group * lang.pm (load_po): sets $lang::charset to the charset used in the po 2001/04/09 siegel * share/po/de.po: fixes * Xconfigurator.pm: fixed i18n bug 2001/04/09 yduret * standalone/tinyfirewall: button policy (thx gc) * standalone/drakgw: deyvounification : remove some un-useful comments in code 2001/04/09 dam's * tinyfirewall.pm: corrected * standalone.pm: install function now returns the return value of the system. * netconnect.pm: corrected buggy cable removed buggy modem screen repetition 2001/04/09 François Pons * standalone/mousedrake: fixed mousedrake (with interactive.pm fixes applied). fixed cancel support. added conditional restart of gpm on mouse configuration change. * fs.pm: removed notail option for reiserfs. * standalone/keyboarddrake: fixed exit on cancel (should cause trouble in DrakConf only). * install_any.pm: added missing package to copy. * rescue/tree/etc/oem: fixes of grub installation using hd.img fix the fix for loopback mounting of hd.img. fixed hd.img access right. make kernel22 installed for every oem install... moved some package to closure instead of installed. added some missing packages. added nolock option for nfsmount. added missing package to copy. 2001/04/09 Guillaume Cottenceau * mdk-stage1/init.c: fix Traktopel Maxim thanks to Kevin Lawton * mdk-stage1/Makefile: 8.0beta -> 8.0rc * standalone/drakgw: fix for when there is an already existing rc.firewall complies with old format of drakgw so that upgrades will work * rescue/tree/etc/oem: fix english thanks to Kevin 2001/04/09 Pablo Saratxaga * any.pm: changed ISO_8859-1 TO ISO-8859-1 2001/04/09 Pixel * c/stuff.xs.pm, install_steps.pm, any.pm: create to_utf8 from po strings, use it for kdm message * interactive.pm (ask_from_treelistf): make it behaves correctly when "cancel" is clicked * Xconfigurator_consts.pm, Xconfig.pm, Xconfigurator.pm: handle XkbModel (especially for abnt2 (br)) * install2.pm (main): sets umask (seems like default one is no more 022, kernel change?) (main): log the umask * devices.pm (entry): add hd[ijkl]* * bootloader.pm (install_lilo): better handling of map-drive (there's not always only 2 disks!) * lang.pm (load_po): sets $lang::charset to the charset used in the po 2001/04/09 siegel * share/po/de.po: fixes 2001/04/09 yduret * standalone/drakboot: added lilo/grub * bootlook.pm: added lilo/grub mode 2001/04/09 dam's * modules.pm: removed use install_any * tinyfirewall.pm: corrected * netconnect.pm: corrected buggy cable removed buggy modem screen repetition corrected bad bug when creating new profile * standalone.pm: install function now returns the return value of the system. * Makefile: removed install_any 2001/04/09 François Pons * standalone/mousedrake: fixed mousedrake (with interactive.pm fixes applied). fixed cancel support. added conditional restart of gpm on mouse configuration change. * rescue/tree/etc/oem: fixed hd.img access right. make kernel22 installed for every oem install... moved some package to closure instead of installed. added some missing packages. added nolock option for nfsmount. added missing package to copy. * fs.pm: removed notail option for reiserfs. * standalone/keyboarddrake: fixed exit on cancel (should cause trouble in DrakConf only). * printer.pm: added Till patch for printer (raw queue and PostScript queue). * install_any.pm: added missing package to copy. 2001/04/09 kjx * share/po/zh_CN.GB2312.po: translate before 8.0 release 2001/04/09 Pixel * install2.pm (main): log the umask * interactive.pm (ask_from_treelistf): make it behaves correctly when "cancel" is clicked * devices.pm (entry): add hd[ijkl]* * bootloader.pm (install_lilo): better handling of map-drive (there's not always only 2 disks!) 2001/04/09 yduret * bootlook.pm: fix, added lilo/grub frame fixed till bug 2001/04/08 dam's * rescue/tree/etc/oem, rescue/tree/etc/closurepkgs, install_any.pm: get rid of kisdn * tinyfirewall.pm: updated added package installation * netconnect.pm: get rid of kisdn updated no more askwarn in wizard mode updated * standalone/tinyfirewall, standalone/drakgw, my_gtk.pm, netconnect_consts.pm: updated * standalone/net_monitor: removed Data::Dumper typo * standalone/draknet: updated typo corrected bad isdn field 2001/04/08 daouda * share/rpmsrate: increase quanta weight . 2001/04/08 fabman * share/po/es.po: updated spanish .po files 2001/04/08 Guillaume Cottenceau * modules.pm: correct my mistakes on removing some modules from stage1 and stage2 (-> remove only from stage1) 2001/04/08 Pablo Saratxaga * share/compssUsers.desktop, standalone/draknet: Fixed some english typos * standalone/net_monitor, netconnect.pm: Some English changes * share/po/be.po, share/po/sp.po, share/po/pt.po, share/po/DrakX.pot, share/po/es.po, share/po/fr.po, share/po/bg.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/ko.po, share/po/cy.po, share/po/nl.po, share/po/ja.po, share/po/wa.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/id.po, share/po/pl.po, share/po/fi.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/vi.po, share/po/br.po, share/po/ca.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/cs.po, share/po/af.po: Fixed some english typos Updated pot file and various po files 2001/04/08 Pixel * fs.pm (write): remove debugging info :-( * bootloader.pm (suggest): add option "quiet" to the kernel in fb (requested by chmou) * install_steps.pm (afterInstallPackages): remove setting of kde charset in kdeglobals (kde is a grown-up now) 2001/04/08 siegel * share/po/de.po: new german version updates 2001/04/07 dam's * netconnect.pm: typo typo net_monitor incorporation * standalone/net_monitor, Makefile.config: net_monitor incorporation 2001/04/07 Pablo Saratxaga * share/po/hr.po: updated Croatian files * share/po/wa.po, share/po/sr.po, share/po/sp.po, share/po/DrakX.pot, share/po/ko.po, share/po/it.po: Updated Korean, Italian, Serbian and Walloon files 2001/04/07 warly * share/compssUsers: PCL-CVS release v2_9_9 Repository : :ext:warly@cvs.mandrakesoft.com:/home/cvs/cooker Working directory: /home/warly/local/share/mdk/gi/perl-install/share/ In directory .: Modified compssUsers In directory po: patched Up-To-Date po/DrakX.pot patched Up-To-Date po/ca.po patched Up-To-Date po/de.po patched Up-To-Date po/hr.po patched Up-To-Date po/id.po patched Up-To-Date po/it.po patched Up-To-Date po/ja.po patched Up-To-Date po/ko.po patched Up-To-Date po/sp.po patched Up-To-Date po/sr.po patched Up-To-Date po/vi.po patched Up-To-Date po/wa.po --------------------- End --------------------- -- last cmd: cvs -f update -d -P -- * share/rpmsrate: PCL-CVS release v2_9_9 Repository : :ext:warly@cvs.mandrakesoft.com:/home/cvs/cooker Working directory: /home/warly/local/share/mdk/gi/perl-install/share/ In directory .: Modified rpmsrate --------------------- End --------------------- -- last cmd: cvs -f update -d -P -- 2001/04/06 François Pons * rescue/tree/etc/oem: fixed absence of /boot in install CD for oem stuff. 2001/04/06 Guillaume Cottenceau * modules.pm: use jeff's suggestions to remove some old stuff Sun Happy Meal only for Sparc * mdk-stage1/stdio-frontend.c, mdk-stage1/probing.c, mdk-stage1/modules.c: - do not print warning when we are in AUTOMATIC and insmod failed because of file-not-found in mar file (raid cards, etc) - print "please include msg from Alt-F3" for this warning message to ease further support - print pci entry of cards found in te logs * mdk-stage1/mkinitrd_helper/mkinitrd_helper.c, mdk-stage1/mkinitrd_helper/Makefile: steal raid_autorun from rh 2001/04/06 Pablo Saratxaga * share/po/ca.po, share/po/id.po: Updated Catalan and Indonesian files * share/po/ja.po, share/po/vi.po: Updated Japanese and Vietnamese files 2001/04/06 siegel * share/po/de.po: updates 2001/04/06 yduret * standalone/drakgw: swap cancel/configure button 2001/04/06 dam's * standalone/draknet2: dead code * standalone/net_monitor: updated * netconnect.pm: be quiet 2001/04/06 François Pons * rescue/tree/etc/oem: fixed absence of /boot in install CD for oem stuff. fixed if label does not exists and grub refuse to read. * install_steps_interactive.pm: fixed typo for cups checking of installation. fixed "No printer" after configuring cups for remove server. added log for CD medium chosen par user. * pkgs.pm: added killing on child process of transaction that have been detached (typically with pid > transaction_pid and parent is 1). 2001/04/06 Guillaume Cottenceau * standalone/drakgw: - correct yvounetification in i18n stuff - remove some remaining debugging printings - add a bit more of explanations when starting drakgw in wizard mode * modules.pm: re integrate some TR net cards * mdk-stage1/stdio-frontend.c, mdk-stage1/probing.c, mdk-stage1/modules.c: - do not print warning when we are in AUTOMATIC and insmod failed because of file-not-found in mar file (raid cards, etc) - print "please include msg from Alt-F3" for this warning message to ease further support - print pci entry of cards found in te logs 2001/04/06 Pablo Saratxaga * share/po/be.po, share/po/sp.po, share/po/pt.po, share/po/DrakX.pot, share/po/es.po, share/po/fr.po, share/po/bg.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/ko.po, share/po/cy.po, share/po/nl.po, share/po/ja.po, share/po/wa.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/id.po, share/po/pl.po, share/po/fi.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/vi.po, share/po/br.po, share/po/ca.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/cs.po, share/po/af.po: Updated Thai file Updated pot file 2001/04/06 yduret * standalone/drakgw: swap cancel/configure button 2001/04/06 dam's * my_gtk.pm: addde tk like routines * netconnect.pm: be quiet correctedInternetAccessTye and ADSLType * Makefile: iCorrected missing file install_any.pm. pixel sux. * standalone/draknet2: dead code * standalone/net_monitor: updated updated updated updated updated added * pixmaps/net_d.png, pixmaps/net_c.png: added * share/logo-mandrake.png: new icon 2001/04/06 François Pons * rescue/tree/etc/oem: fixed if label does not exists and grub refuse to read. * install_steps_interactive.pm: fixed typo for cups checking of installation. fixed "No printer" after configuring cups for remove server. added log for CD medium chosen par user. * pkgs.pm: added killing on child process of transaction that have been detached (typically with pid > transaction_pid and parent is 1). 2001/04/06 Pablo Saratxaga * share/po/be.po, share/po/sp.po, share/po/pt.po, share/po/DrakX.pot, share/po/es.po, share/po/fr.po, share/po/bg.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/ko.po, share/po/cy.po, share/po/nl.po, share/po/ja.po, share/po/wa.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/id.po, share/po/pl.po, share/po/fi.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/vi.po, share/po/br.po, share/po/ca.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/cs.po, share/po/af.po: Updated Thai file Updated pot file 2001/04/06 Pixel * tools/make_mdkinst_stage2: instead of removing modules.cz-2.2*, remove every modules.cz except the biggest one * install_steps.pm, fs.pm, install2.pm: create install_any::write_fstab and use it * install_any.pm: add write_fstab create install_any::write_fstab and use it 2001/04/06 yduret * bootlook.pm: minor fix * standalone/drakgw: recoded a embedded && gtk mode 2001/04/05 Pixel * lang.pm (fs_options): created (gets codepage and iocharset) * common.pm (if_): better logging of the error 2001/04/06 Pixel * tools/make_mdkinst_stage2: instead of removing modules.cz-2.2*, remove every modules.cz except the biggest one * install_steps.pm, fs.pm, install2.pm: create install_any::write_fstab and use it * install_any.pm: add write_fstab create install_any::write_fstab and use it 2001/04/05 Pixel * standalone/drakboot: - fix getting result of fsedit::hds - cleanup * lang.pm (fs_options): created (gets codepage and iocharset) * common.pm (if_): better logging of the error (getVarsFromSh): fix for AA="" inspired by chmou the Great (but the Great what?) * bootloader.pm (install_grub): small fix (install_lilo): fix lilo's dumbness (when lilo warns about not the first drive, it usually fails) * diskdrake.pm (More): created, asks for supermount, rescue pt, reload. * install_steps_interactive.pm (addUser): default autologin to first user in beginner 2001/04/05 Pixel * any.pm (autologin): fix ask for autologin * install_steps_interactive.pm: ask for autologin (generateAutoInstFloppy): do not use $o->{pcmcia} to know if pcmcia.img was used. Better have a look at /proc/cmdline * bootloader.pm (install_lilo): fix lilo's dumbness (when lilo warns about not the first drive, it usually fails) * pkgs.pm, share/rpmsrate: - s/PCI/HW/ - add rio500 * install_any.pm (kernelVersion): fix enormous stupid typo * common.pm (getVarsFromSh): fix for AA="" inspired by chmou the Great (but the Great what?) * install_steps.pm (exitInstall): oups, report_bug is no more in commands:: * diskdrake.pm (More): created, asks for supermount, rescue pt, reload. 2001/04/05 Pixel * install_steps_gtk.pm (choosePackagesTree): invert the meaning of 'Show automatically selected packages' to go along with the new description * Xconfigurator.pm (write_XF86Config): try to have $_ interpreted (otherwise you get things like ``InputDevice "Stylus$_" "AlwaysCore"'') * install_any.pm (kernelVersion): fix enormous stupid typo - move report_bug in install_any - g_auto_install generates the auto_inst.cfg string without output'ing it * install_steps.pm (exitInstall): oups, report_bug is no more in commands:: (configureXBefore): fix the xkb verification (was broken for things like ``de(nodeadkeys)'') - move report_bug in install_any - g_auto_install generates the auto_inst.cfg string without output'ing it * any.pm: ask for autologin * fs.pm (format_reiserfs): quietly format reiserfs * commands.pm: - move report_bug in install_any - g_auto_install generates the auto_inst.cfg string without output'ing it * install_steps_interactive.pm: ask for autologin (generateAutoInstFloppy): do not use $o->{pcmcia} to know if pcmcia.img was used. Better have a look at /proc/cmdline - move report_bug in install_any - g_auto_install generates the auto_inst.cfg string without output'ing it * share/rpmsrate: - add ldetect - the default Aurora chose is the categorizing one 2001/04/05 siegel * share/po/de.po: fixed typo 2001/04/05 yduret * bootlook.pm: fix pablo mess install autolgin just if we want to autolog :) 2001/04/05 dam's * ChangeLog, bootloader.pm: readded passwd. Must verify that it's secure vs msec. * my_gtk.pm: added gtksize 2001/04/05 fcrozat * share/rpmsrate: No longer propose nautilus-mozilla (required by nautilus) propose nautilus-trilobite (for Eazel services) 2001/04/05 Pixel * install_steps_gtk.pm (choosePackagesTree): invert the meaning of 'Show automatically selected packages' to go along with the new description * commands.pm, install_steps_interactive.pm, install_any.pm: - move report_bug in install_any - g_auto_install generates the auto_inst.cfg string without output'ing it * fs.pm (format_reiserfs): quietly format reiserfs * Xconfigurator.pm (write_XF86Config): try to have $_ interpreted (otherwise you get things like ``InputDevice "Stylus$_" "AlwaysCore"'') * share/rpmsrate: - add ldetect - the default Aurora chose is the categorizing one * install_steps.pm (configureXBefore): fix the xkb verification (was broken for things like ``de(nodeadkeys)'') - move report_bug in install_any - g_auto_install generates the auto_inst.cfg string without output'ing it 2001/04/05 siegel * share/po/de.po: fixed typo 2001/04/05 yduret * bootlook.pm: fix pablo mess install autolgin just if we want to autolog :) 2001/04/04 Frederic Lepied * share/rpmsrate: added SCANNER and PHOTO groups 2001/04/04 François Pons * printerdrake.pm: make sure to insmod parport_probe alone as it is not available in 2.4 kernel and this this not a problem (silent error). added complete callback to check queue name under cups does contains only letters, numerics or underscore. * install_steps_interactive.pm: fixed printer description in summary. * install2.pm: added selectPackagesToUpgrade the first time choosePackages is called. * Xconfigurator.pm: removed limitation to 24 bits for SiS card, make sure to remove 32 bits depth for such card. * detect_devices.pm: fixed parport probe for printer under 2.4 kernel. * diskdrake.pm: fixed adding 1 to size for resize2fs, causing a corruption some times. * printer.pm: added die on error of lpadmin. * install_any.pm: fixed multiple wait message (looking+finding packages) 2001/04/04 Pablo Saratxaga * share/po/sk.po, share/po/az.po: Updated Azeri and Slovak files 2001/04/04 Pixel * modules.pm (tv): add ultracam & usbvideo (@skip_modules_on_stage1): kaweth and pegasus doesn't work on stage1, so skip them (@skip_modules_on_stage1): kaweth and pegasus doesn't work on stage1, so skip them * install_any.pm (kernelVersion): cleanup 2001/04/04 Stew Benedict * install_any.pm: kernelVersion mods for PPC 2001/04/04 daouda * share/rpmsrate: add gatos for ati tv card . 2001/04/04 Frederic Lepied * share/rpmsrate: added SCANNER and PHOTO groups 2001/04/04 François Pons * live_install: unset locale environment for safety * detect_devices.pm: added missing LD_LOADER reference for /bin/dmesg (needed for live upgrade so that error message are not printed) * diskdrake.pm: fixed adding 1 to size for resize2fs, causing a corruption some times. * install_steps_gtk.pm: fixed to use SHARE_PATH instead of /usr/share * any.pm, netconnect.pm: use SHARE_PATH instead of /usr/share * install2.pm: added selectPackagesToUpgrade the first time choosePackages is called. * install_any.pm: fixed multiple wait message (looking+finding packages) 2001/04/04 Pixel * install_any.pm (setPackages): better handling for tv, photo and scanner * modules.pm (@skip_modules_on_stage1): kaweth and pegasus doesn't work on stage1, so skip them - add photo, tv and scanner - add pegasus and kaweth modules 2001/04/04 dam's * netconnect.pm: typo 2001/04/04 daouda * share/rpmsrate: add gatos for ati tv card . reput klyx but in lower weight (2) removed klyx from rpmsrate (bad idea according to pixel ) add klyx in install "Office KDE" 2001/04/04 François Pons * live_install: unset locale environment for safety * detect_devices.pm: added missing LD_LOADER reference for /bin/dmesg (needed for live upgrade so that error message are not printed) * install_steps_gtk.pm: fixed to use SHARE_PATH instead of /usr/share * any.pm, netconnect.pm: use SHARE_PATH instead of /usr/share * install2.pm: added selectPackagesToUpgrade the first time choosePackages is called. * install_steps.pm: disable frame buffer for Matrox cards. * install_any.pm: fixed multiple wait message (looking+finding packages) 2001/04/04 Pixel * install_any.pm (setPackages): better handling for tv, photo and scanner * modules.pm (@skip_modules_on_stage1): kaweth and pegasus doesn't work on stage1, so skip them - add photo, tv and scanner - add pegasus and kaweth modules * share/compssUsers: remove TV (it is a hardware flag) 2001/04/03 François Pons * install_any.pm: keep mount point configuration trhough multi-passes of diskdrake and others. * Xconfigurator.pm: prefer XF3 for SiS card. 2001/04/03 Pablo Saratxaga * share/po/sr.po, share/po/sp.po, share/po/ko.po: Updated Korean file 2001/04/03 Pixel * diskdrake.pm: do not use isSpecial which should only be used on partitions (main): do not have loopback pseudo hd in hds out of diskdrake * modules.pm (load_raw): add the require install_any * share/rpmsrate: restore Aurora (i really don't understand what i've done with flag AURORA a month ago) to a simple behaviour * install_steps_interactive.pm (choosePackages): do not make a special case for upgrades (was: select the min size, which was on contradiction with profile selection) * fs.pm (real_format_part): give "-v 1" to mkreiserfs if kernel is 2.2 * standalone/mousedrake: fix horrible error (using an undefined $o) * share/list: add back mkreiserfs * standalone/XFdrake: don't start xfs if skiptest * fsedit.pm (get_fstab): restore loopback::loopbacks because hds contains only true hard drives (not pseudo one like raid, loopback and lvm) * bootloader.pm (suggest): trap strange error. Should not really fix the pb * install_steps.pm (setupBootloaderBefore): nicer Aurora presence detetection * lang.pm (charset): fix for chineese which have charset in the name * Makefile: no more special case for mkreiserfs (can be done via -v 1) * install_steps_gtk.pm (choosePackagesTree): better name than "Automatic dependencies" * install_any.pm (setPackages): don't preselect profiles in upgrade (setPackages): handle Flag: (setPackages): install kernel22 if install kernel is a 2.2 * lvm.pm (get_lvs): remove the setting of flag isFormatted which was wrong (didn't propose to format it) protect the loading of module lvm-mod 2001/04/03 Stew Benedict * install_steps_interactive.pm, mouse.pm: PPC keyboard/mouse button emulation 2001/04/03 dam's * netconnect.pm: a lot of bugfixs corrected bad flag test corrected bad priority * standalone/draknet: typo bug fixes removed debugging messages and Data::Dumper corrected bad flag test 2001/04/03 Pablo Saratxaga * share/po/vi.po, share/po/DrakX.pot: Updated Vietnamese file 2001/04/03 Pixel * modules.pm (load_raw): add the require install_any * share/rpmsrate: restore Aurora (i really don't understand what i've done with flag AURORA a month ago) to a simple behaviour * lang.pm (charset): fix for chineese which have charset in the name * install_steps.pm (setupBootloaderBefore): nicer Aurora presence detetection * Makefile: no more special case for mkreiserfs (can be done via -v 1) * install_steps_interactive.pm (choosePackages): do not make a special case for upgrades (was: select the min size, which was on contradiction with profile selection) * fs.pm (real_format_part): give "-v 1" to mkreiserfs if kernel is 2.2 * install_steps_gtk.pm (choosePackagesTree): better name than "Automatic dependencies" * install_any.pm (setPackages): don't preselect profiles in upgrade (setPackages): handle Flag: (setPackages): install kernel22 if install kernel is a 2.2 * share/list: add back mkreiserfs * standalone/XFdrake: don't start xfs if skiptest * lvm.pm (get_lvs): remove the setting of flag isFormatted which was wrong (didn't propose to format it) protect the loading of module lvm-mod 2001/04/02 dam's * modules.pm: corrected petite's mistake * netconnect.pm: protecting against non existent files 2001/04/02 Guillaume Cottenceau * mdk-stage1/make_boot_img, mdk-stage1/.cvsignore: fix comply to all.kernels policy * tools/make_mdkinst_stage2: fix remove of alternate cz modules 2001/04/02 Pablo Saratxaga * share/po/cs.po: Updated Czech file * lang.pm: codepage option to mount requires only numeric values, eg "437" and not "cp437" Changed accordingly in the lists * share/rpmsrate: Install latin2 Postscript fonts for latin2 locales, install fonts-ttf-thai for Thai locale 2001/04/02 Pixel * c/Makefile: small cleanup for pcmcia_probe.c * tools/Makefile (install): s/-r/-rf/ * install_any.pm (setPackages): s/reiserfs-utils/reiserfsprogs/ (setPackages): install imwheel if nbuttons > 3 * c/Makefile.PL: small cleanup for pcmcia_probe.c don't use pcmcia_probe.o from stage1, better compile it here, otherwise perl-install require mdk-stage1 to do compiled => circular dependency * Makefile: ignore dams or at least dams errors * c/.cvsignore: add pcmcia_probe.c 2001/04/02 Guillaume Cottenceau * rescue/make_rescue_img: fix pixelization (aka take advantage of all.kernels/.main) 2001/04/02 Pixel * tools/Makefile (install): s/-r/-rf/ 2001/03/30 Pixel * tools/Makefile (install): fix the globbing for packdrake.pm and rpmtools.pm 2001/03/29 Guillaume Cottenceau * rescue/drvinst: test for "Card:" and not install, some videoboards are not reported as DISPLAY_VGA :-( * tools/make_mdkinst_stage2, docs/HACKING, rescue/make_rescue_img, mdk-stage1/pci-resource/update-pci-ids.pl, docs/README: support more than one boot kernel :-) * rescue/list.i386: add reiserfsck 2001/03/29 dam's * tinyfirewall.pm: bad message at the end if kernel2.4 * netconnect.pm: added missing Device in Ethx when saving/loading * standalone/draknet: translation 2001/03/28 dam's * standalone/tinyfirewall: typo * interactive_gtk.pm: corrected pixel shit if embedded * standalone/draksec: embedded mode * standalone/draknet: corrected gtkpng in gtkwpm added translation * bootlook.pm: cute button box * tinyfirewall.pm: workaround to make it work if kernel 2.4 2001/03/28 fcrozat * share/rpmsrate: gmc is back in standard GNOME install, for people with existing home 2001/03/28 François Pons * standalone/mousedrake, mouse.pm, standalone/XFdrake: fixed for standalone XFdrake and mousedrake (multi-mouse and correct probe (USB)). * Xconfig.pm: re-fix mouse fix. fixed wrong mouse probe. fixed for standalone XFdrake and mousedrake (multi-mouse and correct probe (USB)). * Xconfigurator.pm: restore multi mouse support for XF3. 2001/03/28 Pablo Saratxaga * share/po/hr.po, share/po/ca.po, share/po/tr.po: Updated Catalan, Danish, Finnish, Croatian and Turkish files * share/po/sk.po, share/po/ko.po: Updated Finnish, Korean and Slovak files * share/po/az.po: Updated Azeri and Danish files * share/po/fi.po: Updated Catalan, Danish, Finnish, Croatian and Turkish files Updated Finnish, Korean and Slovak files * share/po/da.po: Updated Catalan, Danish, Finnish, Croatian and Turkish files Updated Azeri and Danish files 2001/03/28 Pixel * install_steps.pm: add fstab in the log * interactive_gtk.pm: better default_size setting * commands.pm: fix typo add fstab in the log * install_gtk.pm (test_mouse): ensure the test mouse is not too big 2001/03/28 warly * share/rpmsrate: add some commercial apps 2001/03/27 dam's * bootlook.pm: added kill USR2 before main * share/help.png: changed help button * share/help.xpm: changed help * tinyfirewall.pm: workaround to make it xork. 2001/03/27 François Pons * mdk-stage1/init-data/msgboot-graphicallogo.img.bz2: update boot image. * Xconfigurator.pm: fixed mouse support for XF3, only one mouse supported currently. 2001/03/27 Guillaume Cottenceau * mdk-stage1/nfsmount.c: force 8192 bytes for nfs transfers 2001/03/27 Pablo Saratxaga * share/po/i18n_compssUsers, share/po/vi.po, share/po/fi.po, share/po/br.po, share/po/DrakX.pot, share/po/ko.po, share/po/ja.po, share/po/wa.po, share/po/de.po, share/po/id.po: Updated Vietnamese, Indonesian, Japanese, Korean and Walloon files changed i18n_compssUsers to make "path" i18n'able 2001/03/27 Pixel * install_any.pm: warnAboutNaughtyServers (setPackages): default profiles selection to GNOME, KDE, CONFIG * install_steps_interactive.pm: warnAboutNaughtyServers (summary): fix displaying of printer configured * pkgs.pm: warnAboutNaughtyServers * install_steps_gtk.pm (installPackages): catch the no png file exception (in case warly is dumb again) * my_gtk.pm: try to fix displaying in draksec (create_box_with_title): save the box_size in field "box_size" * install2.pm, any.pm: remove use of Bastille. get back to the good state we had :) * interactive_gtk.pm: try to fix displaying in draksec * share/rpmsrate: move back Bastille-Curses-module to CONFIG - cleanup LOCALES"zh_*": when there is LOCALES"zh_*", there is LOCALES"zh" - raise WindowMaker - add xfce - am-utils is a server - raise some stuff in CONFIG to have stuff there - remove drakxtools from CONFIG (DrakConf requires drakxtools) - DrakConf from 5 to 4 * lang.pm (langsLANGUAGE): give the list of languages 2001/03/27 Stew Benedict * install_steps_interactive.pm: change verbage on bootloader warning 2001/03/27 siegel * share/po/de.po: minor typo-fixes 2001/03/27 dam's * share/help.png: changed help button * share/help.xpm: changed help 2001/03/27 François Pons * install_steps.pm, pkgs.pm: fixed too early erasing of old rpmlib db. now postponed at end of install and only if rpm-4.0 or above has been installed. * mdk-stage1/init-data/msgboot-graphicallogo.img.bz2: update boot image. * Xconfigurator_consts.pm, mouse.pm, Xconfigurator.pm, Xconfig.pm: added support for two mice (laptop). The second mice is generally PS/2 as probe can says it is present. 2001/03/27 Guillaume Cottenceau * mdk-stage1/nfsmount.c: force 8192 bytes for nfs transfers 2001/03/27 Pixel * any.pm, install2.pm: remove use of Bastille. get back to the good state we had :) * install_any.pm: warnAboutNaughtyServers (setPackages): default profiles selection to GNOME, KDE, CONFIG * share/rpmsrate: move back Bastille-Curses-module to CONFIG - cleanup LOCALES"zh_*": when there is LOCALES"zh_*", there is LOCALES"zh" - raise WindowMaker - add xfce - am-utils is a server - raise some stuff in CONFIG to have stuff there - remove drakxtools from CONFIG (DrakConf requires drakxtools) - DrakConf from 5 to 4 * install_steps_interactive.pm: warnAboutNaughtyServers (summary): fix displaying of printer configured * lang.pm (langsLANGUAGE): give the list of languages * pkgs.pm: warnAboutNaughtyServers * install_steps_gtk.pm (installPackages): catch the no png file exception (in case warly is dumb again) 2001/03/27 siegel * share/po/i18n_compssUsers: i18n group names * share/po/de.po: minor typo-fixes new german version 2001/03/26 daouda * share/rpmsrate: add mandrake_desk and rootfiles to SYSTEM (rpmsrate) 2001/03/26 fcrozat * share/rpmsrate: Install xscreensaver when installing GNOME 2001/03/26 Guillaume Cottenceau * standalone/drakgw: first attempt at pixelization of code (till's cups patches) 2001/03/26 Pablo Saratxaga * share/po/hr.po, share/po/wa.po: Updated Croatian, vietnamese and Walloon files * share/po/vi.po: Updated Croatian, vietnamese and Walloon files Updated Portuguese, Swedish and Thai files * share/po/pt.po, share/po/th.po, share/po/es.po, share/po/de.po, share/po/sv.po: Updated Portuguese, Swedish and Thai files 2001/03/25 Pixel * http.pm (getFile): verify the return value of the server. If not 200 (aka Ok), return undef * install_steps_interactive.pm (configurePrinter): add Mesa-common for xpp and libqtcups2 for kups in pkg_install_if_requires_satisfied 2001/03/25 siegel * share/po/de.po: new german version 2001/03/25 fabman * share/po/es.po: updated spanish .po file 2001/03/25 Pablo Saratxaga * share/po/ko.po: Updated Korean file * share/po/sv.po: Updated Swedish file 2001/03/25 Pixel * http.pm (getFile): verify the return value of the server. If not 200 (aka Ok), return undef * install_steps_interactive.pm (configurePrinter): add Mesa-common for xpp and libqtcups2 for kups in pkg_install_if_requires_satisfied * any.pm (ask_users): fix dead-loop * bootloader.pm (suggest): add entry for nt 2001/03/25 siegel * share/po/de.po: new german version 2001/03/24 Pablo Saratxaga * share/po/vi.po: Updated Vietnamese file 2001/03/24 Pixel * mdk-stage1/pci-resource/update-pci-ids.pl: remove the "use common" which is unneeded (and "member" of merge2pcitable was clashing) * any.pm (ask_users): when "Done" is pressed, do "Accept User" if a user is given. * install_steps.pm (addUser): disable_user_view (in kdm/gdm) if no users * install_any.pm (disable_user_view): created, takes care of gdm too (taken from msec) * mouse.pm (detect): fix francois... uh, no too hard. easier to fix francois's bugs ;pp * timezone.pm (%l2t): fix for fuzzyChoice * share/keyboards.tar.bz2: - readding with -kb - fixing permissions on xmodmap.kr remove before adding again with -kb * modules.pm: have natsemi in network.img 2001/03/24 Pablo Saratxaga * share/po/be.po, share/po/sp.po, share/po/pt.po, share/po/DrakX.pot, share/po/es.po, share/po/fr.po, share/po/bg.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/ko.po, share/po/cy.po, share/po/nl.po, share/po/ja.po, share/po/wa.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/id.po, share/po/pl.po, share/po/fi.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/vi.po, share/po/br.po, share/po/ca.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/cs.po, share/po/af.po: Updated Azeri file 2001/03/24 Pixel * mouse.pm (detect): fix francois... uh, no too hard. easier to fix francois's bugs ;pp * timezone.pm (%l2t): fix for fuzzyChoice * modules.pm: - add missing modules (now in sync with pcitable) - add 'media' class - cleanup 2001/03/24 Pablo Saratxaga * share/po/be.po, share/po/sp.po, share/po/pt.po, share/po/DrakX.pot, share/po/es.po, share/po/fr.po, share/po/bg.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/ko.po, share/po/cy.po, share/po/nl.po, share/po/ja.po, share/po/wa.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/id.po, share/po/pl.po, share/po/fi.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/vi.po, share/po/br.po, share/po/ca.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/cs.po, share/po/af.po: Updated Azeri file 2001/03/24 Pixel * install_any.pm (copy_advertising): fix escaping $f causing perl to segfault :-( (copy_advertising): handle i18n'ed advertising * pkgs.pm: cleanup * modules.pm: - add missing modules (now in sync with pcitable) - add 'media' class - cleanup 2001/03/24 dam's * tinyfirewall.pm: corrected bad exited. reincorporated some ugly code, need fixing 2001/03/24 Pixel * install_any.pm (copy_advertising): handle i18n'ed advertising * modules.pm (read_stage1_conf): cleanup parport stuff obsolote in kernel 2.4 2001/03/23 François Pons * Xconfigurator.pm: fixed screen id for Device to be present whenever the same BusID is used. added multiple tablet support (wacom), moved usb probe for mouse and tablet at the beginning. * printerdrake.pm: Do not ask to configure a printer if standalone, previously only for embended. * Xconfig.pm: fixed typo for wacom. added multiple tablet support (wacom), moved usb probe for mouse and tablet at the beginning. * mouse.pm, detect_devices.pm, install_steps_gtk.pm, install2.pm: added multiple tablet support (wacom), moved usb probe for mouse and tablet at the beginning. 2001/03/23 Pixel * interactive.pm (ask_from_listf_no_check): fix the fix fix fix (ask_from_listf_no_check): fix the fix fix * common.pm (formatError): created * network.pm (configureNetworkIntf): gray "IP address" and "Netmask" in DHCP/BOOTP * diskdrake.pm (try): format the error (no more "at line ...") (Add2LVM): "new" was not i18n'ed * install_steps_interactive.pm (exitInstall): no "cancel" button * partition_table.pm: add Empty to bad_types * fsedit.pm (change_type): When changing a partition type from ext2fs to Linux RAID (or LVM), the mount point should be removed. 2001/03/23 siegel * share/po/de.po: new german version 2001/03/23 dam's * tinyfirewall.pm: corrected bad translation correctedd typo updated code cleaning tinyfirewall now works. * Makefile.config: added tinyfirewall * any.pm, mouse.pm: added /dev/modem in modem list selection * standalone/drakxconf: added tinyfirewall entry * standalone/tinyfirewall: added update code updated wrapper to launch tinyfirewall in embedded mode * netconnect.pm: added /dev/modem in modem list selection netconnect doesn't write the file 1 2001/03/23 fcrozat * share/rpmsrate: nautilus-mozilla and xalf are installed by default in GNOME gmc is not installed by default in GNOME gabber gaim are moved to instant messaging gcombust in moved to GNOME CD burner gtm is installed by GNOME/File transfer mozilla is installed by default as www browser galeon is installed by default as www browser for GNOME 2001/03/23 François Pons * tools/syncrpms: added size-stamp test to copy identical file in version, release. * Xconfig.pm: fixed typo for wacom. added multiple tablet support (wacom), moved usb probe for mouse and tablet at the beginning. * Xconfigurator.pm: added multiple tablet support (wacom), moved usb probe for mouse and tablet at the beginning. fixed wrong usage of Screen keyword in Device section, should be present and reseted for any multi head card with only one BusID. * mouse.pm, detect_devices.pm, install_steps_gtk.pm, install2.pm: added multiple tablet support (wacom), moved usb probe for mouse and tablet at the beginning. 2001/03/23 Pablo Saratxaga * share/po/es.po, share/po/de.po, share/po/fi.po: Added Vietnamese file Updated Finnish file * share/po/be.po, share/po/sp.po, share/po/pt.po, share/po/DrakX.pot, share/po/fr.po, share/po/bg.po, share/po/ga.po, share/po/sr.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/ko.po, share/po/cy.po, share/po/nl.po, share/po/ja.po, share/po/wa.po, share/po/is.po, share/po/hu.po, share/po/zh_TW.Big5.po, share/po/it.po, share/po/id.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/vi.po, share/po/br.po, share/po/ca.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/cs.po, share/po/af.po: Added Vietnamese file 2001/03/23 Pixel * any.pm: ifix the dams stuff * install_steps_interactive.pm (exitInstall): no "cancel" button * share/po/i18n_compssUsers: fix for better compliance with po format * netconnect.pm: ifix the dams stuff cleanup and enable gzip'ed isdn.db * Makefile: gzip ldetect-lst files * modules.pm: add i810_audio (still need a script to add missing one and keep in sync) * bootloader.pm (suggest_floppy): don't add an entry for non-fd0 drives * interactive.pm (ask_from_listf_no_check): fix the fix fix fix (ask_from_listf_no_check): fix the fix fix (ask_from_listf_no_check): fix the bad fix * common.pm (formatError): created (openFileMaybeCompressed, catMaybeCompressed): added (getVarsFromSh): take care of comments * network.pm (configureNetworkIntf): gray "IP address" and "Netmask" in DHCP/BOOTP * partition_table.pm: add Empty to bad_types * mouse.pm (detect): never probe psaux (workaround for kernel/xfree bug) * fsedit.pm (change_type): When changing a partition type from ext2fs to Linux RAID (or LVM), the mount point should be removed. * detect_devices.pm (isUSBFDUDrive, usbfdus): removed, doesn't scale (isFloppyOrHD): floppy type is 'fd', not 'floppy' (stringlist): nicer (a la new lspcidrake) * Xconfigurator.pm: enable use of gzip'ed Cards+, CardsNames and MonitorsDB * diskdrake.pm (try): format the error (no more "at line ...") (Add2LVM): "new" was not i18n'ed 2001/03/23 Stew Benedict * mouse.pm, bootloader.pm: mods to create/move image, to /export for PPC, use vmlinux for PPC prepend of_dev to initrd stanza in yaboot.conf add 1-button mouse for PPC 2001/03/23 siegel * share/po/de.po: new german version 2001/03/22 Chmouel Boudjnah * tools/i386/netboot/stage1.rtl8139, tools/i386/netboot/stage2.rtl8139: Add 8139 grub stage. 2001/03/22 dam's * bootlook.pm: corrected mapn * standalone/draknet: removed use Data::Dumper * netconnect.pm: removed mail informat oin comment update * tinyfirewall.pm: removed use Data::Dumper working on tinyfirewall 2001/03/22 fabman * share/po/es.po: changed "swap" for "intercambio" in the spanish .po files updated DrakX, menudrake and urpmi es.po files 2001/03/22 François Pons * Xconfigurator.pm: fixed wrong access to undefined value promoted to empty array reference. 2001/03/22 Guillaume Cottenceau * mdk-stage1/probing.c, mdk-stage1/tools.h: - fix detection of more than 3 scsi attached devices - cleaner code for cmp of ptr against static strings 2001/03/22 Pixel * standalone/mousedrake: remove test ugliness of dams * c/Makefile.PL: no pcmcia_probe in drakxtools * modules.pm (load_thiskind): indent as it should be * install_steps_interactive.pm (generateAutoInstFloppy): fix the message which was uptodate only for sparc :-( * Xconfigurator.pm: no need for "use Data::Dumper;" 2001/03/22 Stew Benedict * modules.pm: no imm,ppa PPC, scan mesh,mac53c94 scsi only, pmac should have been mace 2001/03/22 yduret * bootlook.pm: mapn works tx dams nmap added mapn fun to reduce code.. testing it added install of rpm xpm png files * pixmaps/hori.png, pixmaps/gmon.png, pixmaps/tradi.png, pixmaps/hori.xpm, pixmaps/verti.png, pixmaps/gmon.xpm, pixmaps/tradi.xpm, pixmaps/verti.xpm: convert xpm to png 2001/03/21 dam's * standalone/tinyfirewall, tinyfirewall.pm: new tinyfirewall conf tool * netconnect.pm: corrected /etc/sysconfig/network-scripts/net_up.* bug 2001/03/21 François Pons * detect_devices.pm: added pci id reference. * c/stuff.xs.pm: added support for pci id extraction. * Xconfigurator.pm: fixed wrong XFree4 version reference. fixed null string in monitor identifier. added multi-head support in XFdrake. 2001/03/21 Guillaume Cottenceau * standalone/drakgw: honour embedded mode * share/compssUsers: move NETWORKING_FILE (contains stuff for nfs mounting..) from Internet Station to Network Computer 2001/03/21 Pablo Saratxaga * share/po/be.po, share/po/pt.po, share/po/DrakX.pot, share/po/es.po, share/po/fr.po, share/po/bg.po, share/po/ga.po, share/po/de.po, share/po/et.po, share/po/tr.po, share/po/eu.po, share/po/ru.po, share/po/pt_BR.po, share/po/hr.po, share/po/ko.po, share/po/cy.po, share/po/nl.po, share/po/ja.po, share/po/wa.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/id.po, share/po/pl.po, share/po/fi.po, share/po/no.po, share/po/zh_CN.GB2312.po, share/po/th.po, share/po/el.po, share/po/lt.po, share/po/sl.po, share/po/br.po, share/po/ca.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/cs.po, share/po/af.po: Updated Croatian and Serbian files * share/po/sp.po, share/po/sr.po: Updated Serbian files Updated Croatian and Serbian files * share/po/az.po: Updated Azeri file Updated Croatian and Serbian files * share/po/sk.po: Updated Azeri and Slovak files Updated Croatian and Serbian files * lang.pm: Added fields to charsets table holding info for mount (iocharset and codepage mount options) 2001/03/21 Pixel * install_any.pm (g_default_packages): nice warning if mount in vfat fails * share/rpmsrate: move webmin to CONFIG remove ipchains and iptables, raise gfcc * docs/README: add cvs howto * install_steps_interactive.pm (summary): fix * detect_devices.pm: old code * bootloader.pm (install_lilo): ensure labels don't contain spaces, lilo doesn't like them (add_kernel): cleanup (suggest): make it work with kernel22-secure and no kernel22 * modules.pm (when_load): move the alias sound to when_load, don't check ppc as it could be used for non-ppc (load_thiskind): fix pb causing imm,ppa,usb-storage to be tested for every load_thiskind, not only scsi one * c/stuff.xs.pm (from_utf8): as pablo said... 2001/03/21 siegel * share/po/de.po: new german version new german version 2001/03/20 Pixel * modules.pm (@drivers_by_category): if_ization (load_thiskind): cleanup 2001/03/21 Pixel * bootloader.pm (add_kernel): cleanup (suggest): make it work with kernel22-secure and no kernel22 * share/rpmsrate: remove ipchains and iptables, raise gfcc 2001/03/20 dam's * interactive.pm: no wizard if warning 2001/03/20 Pixel * install_steps_interactive.pm: fix pcmcia functions only on x86 - create install_any::unselectMostPackages - use it instead of pkgs::unselectAllPackages (otherwise default_packages ends up non-selected) * modules.pm (@drivers_by_category): if_ization (load_thiskind): cleanup * any.pm, install2.pm, share/rpmsrate: use bastille backend * c/stuff.xs.pm, c/Makefile.PL: fix pcmcia functions only on x86 * install_steps.pm, install_any.pm: - create install_any::unselectMostPackages - use it instead of pkgs::unselectAllPackages (otherwise default_packages ends up non-selected) 2001/03/20 Stew Benedict * modules.pm, install_steps_interactive.pm, any.pm: make_boot_img: add routine for - PPC any.pm: double "Append" entry in expert mode for yaboot.conf - PPC install_steps_interactive: setup dmasound - PPC modules.pm: load Mac hardware modules - PPC 2001/03/20 dam's * netconnect.pm: corrected bug in reading resolv.conf, and changed chmod for net_cnx_* * interactive.pm: no wizard if warning * standalone/draknet: added update after {dis}connecting 2001/03/20 Guillaume Cottenceau * diskdrake.pm: fix formatting of raid 2001/03/20 Pixel * share/rpmsrate: use bastille backend - add nautilus * install_steps_interactive.pm: fix pcmcia functions only on x86 - create install_any::unselectMostPackages - use it instead of pkgs::unselectAllPackages (otherwise default_packages ends up non-selected) (setupSCSI): don't pcmcia_probe if testing - tellAboutProprietaryModules moved to setupSCSI - miscellaneous step re-enabled, called Security - pcmcia_probe moved to setupSCSI, skipped in noauto * any.pm: use bastille backend * install2.pm: use bastille backend - tellAboutProprietaryModules moved to setupSCSI - miscellaneous step re-enabled, called Security - pcmcia_probe moved to setupSCSI, skipped in noauto have pcmcia_probe in stage2 (for non pcmcia.img, stage1 doesn't give the parameter any more) * netconnect.pm (modem_detect_backend): cleanup * c/stuff.xs.pm, c/Makefile.PL: fix pcmcia functions only on x86 have pcmcia_probe in stage2 (for non pcmcia.img, stage1 doesn't give the parameter any more) * Makefile: install cardmgr * install_any.pm: - create install_any::unselectMostPackages - use it instead of pkgs::unselectAllPackages (otherwise default_packages ends up non-selected) (setPackages): install usbd in case of usb * install_steps.pm: - create install_any::unselectMostPackages - use it instead of pkgs::unselectAllPackages (otherwise default_packages ends up non-selected) 2001/03/20 Stew Benedict * any.pm, netconnect.pm, detect_devices.pm: any.pm: enable module load PPC detect_devices.pm: forgot to remove commented code after test netconnect.pm: load macserial module for PPC 2001/03/20 dam's * standalone/draknet, netconnect.pm: improved connection windows, and loading / saving of /etc/sysconfig/network-scripot/netècnx* 2001/03/20 Pixel * share/rpmsrate: - add nautilus * install_any.pm (setPackages): install usbd in case of usb * Makefile: install cardmgr 2001/03/19 Guillaume Cottenceau * fsedit.pm: fix loopback appearing twice in format partition * diskdrake.pm: fix "loopback" name of loopback tab in diskdrake 2001/03/19 Pablo Saratxaga * share/po/ko.po: updated korean file Updated po files * share/po/be.po, share/po/sp.po, share/po/pt.po, share/po/DrakX.pot, share/po/es.po, share/po/fr.po, share/po/bg.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/ja.po, share/po/wa.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/id.po, share/po/pl.po, share/po/fi.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/ca.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/cs.po, share/po/af.po: Updated po files 2001/03/19 Pixel * pkgs.pm (computeGroupSize): fix hacks, better hacks (saveCompssUsers): fix * install_steps_interactive.pm (chooseGroups): - make the computed size work - unselectAll when a profile is unselected * interactive_gtk.pm (ask_from_entries_refW): better sizing in case of scrolls 2001/03/19 Stew Benedict * mdk-stage1/stage1.c: stage1.c: fix for rescue image PPC 2001/03/19 dam's * standalone/draknet: corrected graphical layout for newbies * netconnect.pm: added net_cnx_{up, down} save 2001/03/19 Pablo Saratxaga * share/po/ko.po: updated korean file Updated po files * share/po/be.po, share/po/sp.po, share/po/pt.po, share/po/DrakX.pot, share/po/es.po, share/po/fr.po, share/po/bg.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/ja.po, share/po/wa.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/id.po, share/po/pl.po, share/po/fi.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/ca.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/cs.po, share/po/af.po: Updated po files 2001/03/19 Pixel * pkgs.pm (computeGroupSize): fix hacks, better hacks (saveCompssUsers): fix * share/rpmsrate: - add rxvt-CJK - exchange xterm and rxvt - move bc from SCIENCES to SYSTEM * interactive_newt.pm (ask_from_entries_refW): - ensure the width is less than $width - 7 (in french and 80x25, the treelist was too big) - if term is very big, use 10 lines instead of 5 - if no button is asked, but one in any case otherwise it's buggy * install_steps_interactive.pm (chooseGroups): - make the computed size work - unselectAll when a profile is unselected * interactive.pm (ask_from_listf_no_check): fix fix (ask_from_listf_no_check): fix the filtering of exceptions 2001/03/19 Stew Benedict * mdk-stage1/stage1.c: stage1.c: fix for rescue image PPC 2001/03/18 Guillaume Cottenceau * mdk-stage1/lomount.h, mdk-stage1/lomount.c, mdk-stage1/disk.c: fix for hd-install when you provide a not valid ISO (cd #2 for example) * mdk-stage1/frontend.h, mdk-stage1/minilibc.h, mdk-stage1/stage1.h, mdk-stage1/log.h: use some help with __attribute__ 2001/03/17 Guillaume Cottenceau * rescue/tree/etc/rc.sysinit: load sr_mod and sd_mod at startup * mdk-stage1/Makefile.mkinitrd_helper, mdk-stage1/.cvsignore: sync * mdk-stage1/stdio-frontend.c: handle left and right arrow keys, in editing ask_from_entries in stdio mode * mdk-stage1/pci-resource/Makefile: do not use marfiles for deps 2001/03/17 Pixel * lang.pm (write_langs): in case of empty %_install_langs, don't write it * install_steps.pm (pkg_install_if_requires_satisfied): better logging * share/rpmsrate: add gpm & evolution 2001/03/17 Guillaume Cottenceau * mdk-stage1/insmod-busybox/utility.c: fix insmod calling realloc(0,0) to work with dietlibc * mdk-stage1/insmod-busybox/Makefile: also build standalone insmod-DIET for testing purposes.. * mdk-stage1/mkinitrd_helper/Makefile: bump version to 1.0.1 for new mkinitrd package release * mdk-stage1/stdio-frontend.c: handle left and right arrow keys, in editing ask_from_entries in stdio mode 2001/03/17 Pablo Saratxaga * share/po/sv.po: updated Swedish file * share/keyboards.tar.bz2: Added a Korean keyboard, fixed bug in Japanese keyboard * keyboard.pm: Added choice of Korean keyboard 2001/03/17 Pixel * lang.pm (write_langs): in case of empty %_install_langs, don't write it * install_steps.pm (pkg_install_if_requires_satisfied): better logging * share/rpmsrate: add gpm & evolution 2001/03/16 Guillaume Cottenceau * mdk-stage1/pci-resource/Makefile: refine deps * mdk-stage1/mkinitrd_helper/mkinitrd_helper.c, mdk-stage1/Makefile, mdk-stage1/mkinitrd_helper/Makefile: write down mkinitrd_helper * mdk-stage1/insmod-busybox/insmod.c: force load 2001/03/16 Pixel * install_any.pm (setPackages): set flag "TV" when bttv hardware is there * share/compssUsers, share/rpmsrate: move out TV from VIDEO * diskdrake.pm (Type): fix the code verifying size >32 for reiserfs * modules.pm (write_conf): better logging * c/stuff.xs.pm: add from_utf8 * c/stuff.pm (headerGetEntry): use from_utf8 on group, summary and description 2001/03/16 Stew Benedict * tools/ppc/magic, tools/ppc/mkhybrid-1.12b5.4, tools/ppc/convert, tools/ppc/yaboot, tools/ppc/mapping: gi/tools/ppc/convert, magic, mapping, mkhybrid-1.12b5.4, yaboot - re-add - my bad gi/tools/ppc/convert, magic, mapping, mkhybrid-1.12b5.4, yaboot - remove/re-add - did not use -kb switch - thx Pixel 2001/03/15 François Pons * Xconfigurator.pm: SiS card are no more prefered for XF3. added standalone support to prefer XF3 or XF4 to keep current used server version. * standalone/XFdrake: remove duplicate begin label. take care of existing configuration. 2001/03/15 Guillaume Cottenceau * modules.pm: skip dc395x_trm on stage1 dc395x_trm is back in 2.4 * share/compssUsers: try to enhance 2001/03/15 Pablo Saratxaga * share/po/az.po: updated Azeri file 2001/03/15 Pixel * Xconfigurator_consts.pm, Xconfigurator.pm: andre@node1583e.a2000.nl says this is not needed anymore :) 2001/03/15 Stew Benedict * tools/ppc/magic, tools/ppc/convert, tools/ppc/iboot, tools/ppc/mkINSTALLCD, tools/ppc/mkhybrid-1.12b5.4, tools/ppc/yaboot, tools/ppc/mapping: gi/tools/ppc/convert, magic, mapping, mkINSTALLCD, mkhybrid-1.12b5.4, yaboot: create PPC CD * install_steps_interactive.pm, detect_devices.pm, bootloader.pm: bootloader.pm, detect_devices.pm, install_steps_interactive.pm: changed temporary file read/write per Pixel * Xconfigurator.pm: force 1024x768 on Powerbook * tools/ppc/README: README: README for creating PPC boot CD 2001/03/14 dam's * netconnect.pm: changed label + profile before types.. 2001/03/14 Pablo Saratxaga * share/po/be.po, share/po/sp.po, share/po/pt.po, share/po/i18n_compssUsers, share/po/DrakX.pot, share/po/es.po, share/po/fr.po, share/po/bg.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/ko.po, share/po/cy.po, share/po/nl.po, share/po/ja.po, share/po/wa.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/id.po, share/po/pl.po, share/po/fi.po, share/po/no.po, share/po/zh_CN.GB2312.po, share/po/th.po, share/po/el.po, share/po/Changelog, share/po/sk.po, share/po/lt.po, share/po/sl.po, share/po/br.po, share/po/ca.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/cs.po, share/po/af.po: corrected the script and updated po files 2001/03/14 Pixel * share/compssUsers: keep only one Development entry * install_steps_gtk.pm, pkgs.pm: fix the compssUsers interpretation * bootlook.pm: fix for perl2fcalls * install_steps_interactive.pm (chooseGroups): disable the size display as it is wrong (for the beta2) 2001/03/14 Stew Benedict * install_steps_interactive.pm, install_steps_gtk.pm, partition_table_mac.pm, bootloader.pm: fix bootstrap partition creation/tracking allow Xpmac to launch in 2 modes based on cmdline 2001/03/14 siegel * share/po/de.po: new german version 2001/03/14 dam's * netconnect.pm: changed label + profile before types.. 2001/03/14 François Pons * pkgs.pm: fixed unselect management of choice, propagate unselection correctly to all packages requiring unselected package. * install_any.pm: use LD_LOADER when invoking parshedlist. 2001/03/14 Pablo Saratxaga * share/po/no.po, share/po/nl.po: updated Norwegian file * share/locales.tar.bz2, share/gconv.tar.bz2, share/list, share/fonts.tar.bz2: new fonts and locale files * share/po/ko.po: Fixed email of Korean translator updated Korean file * install_steps_interactive.pm, install_gtk.pm, lang.pm, keyboard.pm: completed language list completed language->keyboard guessing list aesthetic changes to an English message (removed \n and let gtk+ do the formatting, it is nicer) * share/po/az.po: Updated Azeri file 2001/03/14 Pixel * pkgs.pm: fix the compssUsers interpretation (readCompssUsers): change the key of compssUsers, added "label" (computeGroupSize): fix bug (computeGroupSize): fix logging * share/gconv.tar.bz2: moved to share/list * bootlook.pm: fix for perl2fcalls * share/rpmsrate: CLIENT & SERVER is prohibited * timezone.pm: - add many timezones - defaults to GMT - verifier added * install_steps_gtk.pm: fix the compssUsers interpretation (choosePackagesTree): fix * common.pm (bestMatchSentence, bestMatchSentence2): in wantarray, return the number of matched words/characters * share/compssUsers: keep only one Development entry CLIENT & SERVER is prohibited * install_steps_interactive.pm (chooseGroups): disable the size display as it is wrong (for the beta2) (chooseGroups): add path for seperating groups, use "label" for the group text * Makefile: remove gconv 2001/03/13 siegel * share/po/de.po: Fixed typos. 2001/03/13 siegel * share/po/de.po: Fixed typos. 2001/03/13 dam's * share/help.png: changed 2001/03/13 Pixel * install2.pm, install_steps_gtk.pm: compss is deprecated. use compssUsers for the tree * standalone/drakgw: pixelization * share/rpmsrate: HDF can't be at the beginning of the line or it will be taken as a flag moved icewm to SYSTEM with !KDE !GNOME * pkgs.pm: compss is deprecated. use compssUsers for the tree (readCompssUsers): get the "path" * install_steps.pm: compss is deprecated. use compssUsers for the tree renamef created and used * detect_devices.pm (burners): don't use cdroms() which return scdX for ide burners, and isBurner don't use the same technique. so use get() and grep for type "cdrom" * install_any.pm: compss is deprecated. use compssUsers for the tree (setPackages): set {compssUsersChoice}{PCMCIA} if hasPCMCIA renamef created and used * install_steps_interactive.pm: compss is deprecated. use compssUsers for the tree (chooseGroups): fix to get back the icons (chooseGroups): size computed should work * common.pm: renamef created and used 2001/03/13 siegel * share/po/de.po: new german translation 2001/03/13 warly * share/compssUsers: fix {W,w}orkstation remove ^Server and ^Development 2001/03/13 Pixel * standalone/drakgw: pixelization * install_steps_interactive.pm (chooseGroups): size computed should work * share/rpmsrate: moved icewm to SYSTEM with !KDE !GNOME * install_steps.pm, common.pm, install_any.pm: renamef created and used 2001/03/12 dam's * Makefile: removed wizard pixmap from install * pixmaps/wiz_internet.png, pixmaps/wiz_internet_left.png: updated added pixmap for wizard * my_gtk.pm: new wizard layout, with pixmaps. added ugly workaround for ugly Hseparator * share/step-red.png, share/step-orange.png, share/step-orange-click.png, share/step-green-click.png, share/step-green.png, share/step-red-on.png, share/step-orange-on.png, share/step-green-on.png, share/step-green_s.png, share/step-red-click.png: removing bad png files... * share/help.png: new help button. blah * install_any.pm: typo * pixmaps/wiz_default_left.png, pixmaps/wiz_default_up.png: updated * netconnect.pm: corrected askokcancel -> askyesorno * interactive.pm: corrected bad okcanel in wizard mode * install_steps_interactive.pm: added $::isInstall * share/logo-mandrake_trans.png: new logo for other themes * services.pm: removed use Data::Dumper corrected bug in display 2001/03/12 François Pons * modules.pm, lang.pm, commands.pm, detect_devices.pm, pkgs.pm, live_install2: fixed live update between GLIBC 2.1 and GLIBC 2.2. should work for other combination but not tested. fixed locale usage and gtk environment interaction (added LOCPATH, GCONV_PATH and GTK_EXE_PREFIX). created LD_LOADER environment variable to keep track of right ELF loader to be used for the GLIBC used by the live update. added internal PATH to LD_LIBRARY_PATH as ELF loader only check this one and not PATH. 2001/03/12 Guillaume Cottenceau * standalone/drakgw: - make it work as a wizard - make it work with iptables (kernel-2.4) * modules.pm: reflect Jeff Garzik's answers to my questions on kernel@ 2001/03/12 Pablo Saratxaga * share/po/be.po, share/po/DrakX.pot, share/po/zh_CN.GB2312.po, share/po/th.po, share/po/bg.po, share/po/de.po, share/po/tr.po, share/po/eu.po, share/po/az.po, share/po/br.po, share/po/ca.po, share/po/cy.po, share/po/uk.po, share/po/wa.po, share/po/da.po, share/po/cs.po, share/po/zh_TW.Big5.po, share/po/af.po: Updated Basque file 2001/03/12 Pixel * install_steps.pm (afterInstallPackages): save the compssUsers flattened for rpmdrake * install_steps_interactive.pm (summary): remove 'clicked' (labels are used) put everything in %compssUsers, use field flags for the flags :) * pkgs.pm (computeGroupSize): log what is found (saveCompssUsers): make it work (readCompssUsers): clean-up (saveCompssUsers): created put everything in %compssUsers, use field flags for the flags :) (computeGroupSize): created * share/rpmsrate: lower Zope (anyway Zope is not in main) * fsedit.pm (hds): search for existing lvm in @hds *and* @lvms * commands.pm (loadkeys): created * install_any.pm (setPackages): don't readCompssUsers with $o->{packages} (setPackages): kernel-secure doesn't exist anymore, use kernel22-secure. don't use kernel-secure as a kernel-smp. put everything in %compssUsers, use field flags for the flags :) (setPackages): set compssUsersChoice "3D" if 3D enabled graphic card * interactive_gtk.pm (ask_from_entries_refW): add $set for "label" entries add "label" type * share/compssUsers: change the path format * detect_devices.pm (get_mac_model): fix for perl2fcalls * interactive.pm: add "label" type 2001/03/12 warly * share/compssUsers: add some NETWORKING_* that were empty dispach some DEVELOPMENT and SERVER to more appropriate groups added path * share/rpmsrate: add some NETWORKING_* that were empty dispach some DEVELOPMENT and SERVER to more appropriate groups 2001/03/11 Guillaume Cottenceau * ftp.pm: do not retry on 550 file unavailable 2001/03/12 Pixel * install_any.pm (setPackages): set compssUsersChoice "3D" if 3D enabled graphic card 2001/03/11 dam's * services.pm: no more restart button 2001/03/11 Guillaume Cottenceau * ftp.pm: do not retry on 550 file unavailable 2001/03/11 Pixel * install_steps_interactive.pm (summary): fix clicked empty handler * share/rpmsrate: - lower tftp-server - a lot of modifs (thanks to Prana) 2001/03/10 dam's * standalone/drakxservices: embedded mode * my_gtk.pm: added gtkset_border_width typo again typo added gtkmove added gtkset_modal and gtkappenditems * services.pm: fixed big bug. imajor improvement. improved. 2001/03/10 Pablo Saratxaga * share/po/be.po, share/po/sp.po, share/po/pt.po, share/po/DrakX.pot, share/po/es.po, share/po/fr.po, share/po/bg.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/ko.po, share/po/cy.po, share/po/nl.po, share/po/ja.po, share/po/wa.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/id.po, share/po/pl.po, share/po/fi.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/ca.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/cs.po, share/po/af.po: updated Korean file 2001/03/09 dam's * standalone/drakxconf: added harddrake * my_gtk.pm: applied gtkradio created create_boxradio in wizard mode : list -> radio buttons added gtkradio * bootlook.pm: workaround for the graphical layout. * install_steps_gtk.pm: applied gtkradio created create_boxradio in wizard mode : list -> radio buttons * printerdrake.pm: if embedded -> no first question * interactive_gtk.pm: added tooltips to create_boxradio applied gtkradio created create_boxradio in wizard mode : list -> radio buttons 2001/03/09 Pixel * share/rpmsrate: a hell lot of modifications, mostly cleanup of DEVELOPEMENT 2001/03/09 Stew Benedict * Xconfigurator_consts.pm: keyboard mapping for PPC * detect_devices.pm: routine to detect MacIntosh model code 2001/03/09 dam's * my_gtk.pm: added gtkradio * standalone/draknet: changed graphical layout, expert mode 2001/03/09 Pixel * pkgs.pm (read_rpmsrate): handle the special case of packages requiring locales-*, adding the flag LOCALES"*" for them * install_steps_interactive.pm (choosePackages): moved the log to install2::choosePackages (to have it in auto_installs too) * install_any.pm (setPackages): set compssUsersChoice LOCALES"*" * install2.pm (choosePackages): log groups choosen * share/rpmsrate: a hell lot of modifications, mostly cleanup of DEVELOPEMENT - chineese packages - move Aurora's to AURORA (DrakX take care of Aurora) * install_steps_gtk.pm (remove_advertising): created 2001/03/08 Guillaume Cottenceau * mdk-stage1/init.c: workaround kernel-2.4 bug with /dev/log 2001/03/08 Pixel * verify_c: fix the regexp * detect_devices.pm (floppies): load module "floppy" before probing 2001/03/08 dam's * netconnect.pm: applied if__ 2001/03/08 Guillaume Cottenceau * mdk-stage1/init.c: workaround kernel-2.4 bug with /dev/log 2001/03/08 Pixel * verify_c: fix the regexp * share/rpmsrate: add i18n'ed packages * detect_devices.pm (floppies): load module "floppy" before probing 2001/03/08 dam's * common.pm: added if__ * netconnect.pm: applied if__ 2001/03/08 François Pons * diskdrake.pm: avoid using e2fsck, else it abort by checking partition size (which differs). fix resize ext2 by using resize2fs. * pkgs.pm: changed choice of package for selection. * share/list: added resize2fs and dumpe2fs, removed ext2resize which is replaced. 2001/03/08 Guillaume Cottenceau * mdk-stage1/dhcp.c: do not segfault in dhcp stuff, when af_packet is not honoured by kernel 2001/03/08 Pablo Saratxaga * share/po/no.po: updated Norwegian file 2001/03/08 Pixel * install_any.pm: advertising modifs (setPackages): use burners instead of IDEburners * bootloader.pm: cleanup * interactive.pm (ask_from_listf_no_check): catch wizcancel and return undef * fs.pm (write_fstab): change again for 'none' checking the mount point (write_fstab): special case for device ``none'' (which can be mounted twice or more :) * my_gtk.pm (_create_window): on delete_event, destroy the window and raise wizcancel * share/po/fr.po: fix bad translation * share/rpmsrate: add i18n'ed packages raise kdebase * install2.pm, install_steps.pm, install_steps_gtk.pm: advertising modifs * detect_devices.pm: cleanup (isBurner): use syslog to detect scsi burners 2001/03/08 Stew Benedict * install_steps_gtk.pm: encourage Xpmac to run in at least 16bpp * partition_table_mac.pm: fixed variable referencing - thx Pixel 2001/03/08 dam's * netconnect.pm: corrected bad pci number -> string 2001/03/08 Pablo Saratxaga * share/po/bg.po, share/po/sr.po, share/po/sp.po, share/po/ca.po: updated Bulgarian, Catalan and Serbian files 2001/03/08 Pixel * bootloader.pm (dev2grub): better error reporting * tools/cvslog2changelog.pl (%users): add stew * install_steps.pm (setupBootloaderBefore): aurora stupid renaming fix * share/rpmsrate: raise kdebase xcdroast is the best cd burner ui, raise it above others lower some EDITORS raise vim-X11 lower xrn, raise pan * install_any.pm (setPackages): use burners instead of IDEburners (setPackages): at least set BURNER for ide burners * any.pm: cleanup * install_steps_interactive.pm, install2.pm: re-add miscellaneous step, but always hidden (aka automatic) * detect_devices.pm (isBurner): use syslog to detect scsi burners * fs.pm (write_fstab): special case for device ``none'' (which can be mounted twice or more :) * tools/i386/netboot/stage2.3c90x, tools/i386/netboot/grub: new versions (without mem=) 2001/03/08 dam's * netconnect.pm: corrected bad pci number -> string 2001/03/08 Pixel * tools/i386/netboot/stage2.3c90x, tools/i386/netboot/grub: new versions (without mem=) 2001/03/07 dam's * netconnect.pm: corrected default focus after detection don't test adsl if net install 2001/03/07 Pixel * modules.pm (add_alias): remove the alias block-major-11 as it's overriding the default alias to sr_mod, and is uneeded with scsi_hostadapter being added to /etc/modules.conf * share/rpmsrate: lower heartbeat 2001/03/07 sbenedict * help.pm: * perl-install/help.pm - typo in yaboot help * any.pm: * perl-install/any.pm - fixed two $l vs. @l references - bootloader menu, need image/boot in rec mode PPC CVl: ---------------------------------------------------------------------- * devices.pm: * perl-install/devices.pm - add adbmouse 2001/03/07 dam's * standalone/draknet: not use common anymore, uses gtkpng, cosmetic chages 2001/03/07 François Pons * install_any.pm, bootloader.pm: fixed support for other kernel for bootloader entries. automatically add 2.2 entries for kernel22 (manage hack-kernel too). * Xconfigurator.pm: remove 32 bit depth for S3 Trio3D card. * pkgs.pm: added support for killing all child process of a transaction, necessary to be able to umount cdrom and eject it correctly. 2001/03/07 Pixel * share/fonts.tar.bz2: use gb16fs instead of gb16st * modules.pm (add_alias): remove the alias block-major-11 as it's overriding the default alias to sr_mod, and is uneeded with scsi_hostadapter being added to /etc/modules.conf * share/rpmsrate: lower heartbeat lower Mesa's rate * install2.pm (main): save $@ in $err so that it's not modified before being used * share/locales.tar.bz2: remove ending '/' in symlinks not pleasing packdrake * standalone/drakboot: make it please perl2fcalls 2001/03/07 sbenedict * bootloader.pm, Xconfigurator.pm: * perl-install/Xconfigurator.pm - force XF4 for PPC in recommended mode * perl-install/bootloader.pm - rework get_of_dev to work in live install * install_steps_interactive.pm, any.pm, partition_table_mac.pm: * perl-install/any.pm - change in partition_table_mac'xxx syntax * perl-install/install_steps_interactive.pm - change in partition_table_mac'xxx syntax * perl-install/partition_table_mac.pm - change in partition_table_mac'xxx syntax 2001/03/07 Pablo Saratxaga * share/po/fr.po: Fixed French typos reported by tester 2001/03/07 Pixel * share/fonts.tar.bz2: use gb16fs instead of gb16st * fsedit.pm: fix typo * install2.pm (main): save $@ in $err so that it's not modified before being used * share/rpmsrate: lower Mesa's rate * standalone/drakboot: make it please perl2fcalls 2001/03/06 dam's * netconnect.pm: corrected bad %intf while savung don't ask configuration if expert now detecting adsl * standalone/draknet: remmoved 'quiting appli' screen 2001/03/06 Guillaume Cottenceau * install_any.pm: fix save of automatic stage1 info for static network * mdk-stage1/init.c: do not display from syslog msg's from RPM telling that it installed/removed some pkg's * mdk-stage1/Makefile: fix includes for init 2001/03/06 Pablo Saratxaga * share/po/be.po, share/po/sp.po, share/po/pt.po, share/po/DrakX.pot, share/po/es.po, share/po/fr.po, share/po/bg.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/ko.po, share/po/cy.po, share/po/nl.po, share/po/ja.po, share/po/wa.po, share/po/sv.po, share/po/is.po, share/po/hu.po, help.pm, share/po/zh_TW.Big5.po, share/po/it.po, share/po/id.po, share/po/pl.po, share/po/fi.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, standalone/draknet, share/po/br.po, share/po/ca.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/cs.po, share/po/af.po: corrected some typos, Updated Japanese file 2001/03/06 Pixel * perl2fcalls: - small fix for bootlook.pm - don't display reused * detect_devices.pm (stringlist): if no text description, display ids * install_steps_interactive.pm (generateAutoInstFloppy): comment old code (summary): fixes (setupSCSI): cleanup (summary): display sound/tv/isdn cards found * fsedit.pm (check_mntpoint): don't allow LVM on / or /boot (@suggestions_mntpoints): add /boot * install_any.pm: hack to make perl2fcalls happy (getHds): fix for no hd detected in newbie installs (setPackages): s/snd-slot/sound-slot/ * install_steps_auto_install.pm (@graphical_steps): add beforeInstallPackages so that advertisings are there * install2.pm (setupSCSI): remove autoSCSI, cleanup * http.pm, ftp.pm: don't use install_any * modules.pm: add cciss * partition_table.pm (add): create 3 primaries before creating an extended if DAC960 (/dev/rd/*) (add): max number of parts for rd, ida and cciss 2001/03/06 yduret * bootlook.pm: pixelisation 2001/03/06 dam's * install2.pm: corrected bad file search corrected intf setting * standalone/draknet: added enable/disable networking button. * standalone/drakxconf: updated to be launched frome DrakConf if no DISPLAY * netconnect.pm: now detecting adsl typo better load_conf * Xconfigurator.pm: cleaned png displaying * common.pm: setinhash -> set_in_hash added setinhash * fs.pm: typo use set_in_hash 2001/03/06 Guillaume Cottenceau * mdk-stage1/cdrom.c: enable probing of all the CDROM drives in automatic mode * mdk-stage1/Makefile: fix includes for init 2001/03/06 Pablo Saratxaga * share/po/be.po, share/po/sp.po, share/po/pt.po, share/po/DrakX.pot, share/po/es.po, share/po/fr.po, share/po/bg.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/ko.po, share/po/cy.po, share/po/nl.po, share/po/ja.po, share/po/wa.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/id.po, share/po/pl.po, share/po/fi.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/ca.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/cs.po, share/po/af.po: corrected some typos, Updated Japanese file updated Lithuanian file * help.pm, standalone/draknet: corrected some typos, Updated Japanese file 2001/03/06 Pixel * install_steps.pm, any.pm, Xconfigurator.pm: move inittab modifying to any::runlevel * partition_table.pm (add): max number of parts for rd, ida and cciss * fs.pm, netconnect.pm, common.pm: set_in_hash is now put_in_hash * diskdrake.pm (Create): pixelization * fsedit.pm (hds): pixelization * install_steps_auto_install.pm (@graphical_steps): add beforeInstallPackages so that advertisings are there * modules.pm: add cciss * install2.pm (main): remove unloading vfat (not needed anymore with mdk-stage1) 2001/03/05 dam's * netconnect.pm: $mouse->{device} is set if it doesn't exists. * Makefile: added pixmaps copying 2001/03/05 Pablo Saratxaga * netconnect.pm, bootlook.pm, help.pm: fixed English typos 2001/03/05 Pixel * install_steps_interactive.pm (generateAutoInstFloppy): use generate_automatic_stage1_params * c/stuff.xs.pm, my_gtk.pm: XSetInputFocus now done in perl-GTK * install_any.pm (generate_automatic_stage1_params): replace generate_ks_cfg 2001/03/05 dam's * Makefile: added pixmaps copying * standalone/draknet: required gtk only if needed, added redirection to newt if needed * netconnect.pm: $mouse->{device} is set if it doesn't exists. corrected short circuit if network install corrected bad end message, added copying of resolv.conf & modules.conf * install2.pm: moved askrootpasswd and adduser before network conf * network.pm: removed old NS0 fetching. /etc/resolv.conf is read in install2.pm now removed setdefaultroute and sethostname 2001/03/05 Pablo Saratxaga * share/po/be.po, share/po/sp.po, share/po/pt.po, share/po/DrakX.pot, share/po/es.po, share/po/fr.po, share/po/bg.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/ko.po, share/po/cy.po, share/po/nl.po, share/po/ja.po, share/po/wa.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/id.po, share/po/pl.po, share/po/fi.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/ca.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/cs.po, share/po/af.po: Updated Latvian, Belarussian and Spanish files 2001/03/05 Pixel * lvm.pm (lv_create): fix typo * bootloader.pm: add use devices (install_grub): ensure the translated messages are not too big the hard way * install_any.pm (generate_automatic_stage1_params): replace generate_ks_cfg (install_urpmi): have "use hdlist ..." in any case * my_gtk.pm: XSetInputFocus now done in perl-GTK (_create_window): don't care about c::XSetInputFocus not existing * any.pm (setupBootloader): pixelization (setupBootloader): fix call to get_append * interactive.pm (vnew): cleanup * common.pm (salt): cleanup * install_steps_interactive.pm (generateAutoInstFloppy): use generate_automatic_stage1_params * c/stuff.xs.pm: XSetInputFocus now done in perl-GTK * c/Makefile.PL: compile fix * diskdrake.pm (create_buttons4partitions_): fix for displaying LVM * Xconfigurator.pm (xtest): use external xtest if standalone * install2.pm (main): remove unloading vfat (not needed anymore with mdk-stage1) 2001/03/04 Pablo Saratxaga * share/po/be.po, share/po/sp.po, share/po/pt.po, share/po/DrakX.pot, share/po/es.po, share/po/fr.po, share/po/bg.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/ko.po, share/po/cy.po, share/po/nl.po, share/po/ja.po, share/po/wa.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/id.po, share/po/pl.po, share/po/fi.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/ca.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/cs.po, diskdrake.pm, share/po/af.po: updated po files 2001/03/04 Pixel * diskdrake.pm (Add2LVM): fix bug (causing empty list), make cancel work * share/rpmsrate: - remove autologin - move X11R6-contrib to DEVELOPEMENT and lower rate 2001/03/04 stew * any.pm - changes to enable yaboot configuration for PPC * diskdrake.pm, fs.pm, partition_table.pm isBootstrap -> isAppleBootstrap * install_steps_interactive.pm - auto-add Apple Bootstrap - PPC 2001/03/03 Pixel * install_steps.pm, fsedit.pm, lvm.pm, standalone/diskdrake, install_interactive.pm, install2.pm: small fixes for LVM * diskdrake.pm: don't default the LVM name to 'pp' ;pp small fixes for LVM 2001/03/03 Pixel * install_steps.pm: small fixes for LVM (doPartitionDisksAfter): small adaptation for LVMs use run_or_die * fsedit.pm: small fixes for LVM (hds): detect LVMs and return them (add): handling of LVMs (@partitions_signatures): add new magic of reiserfs * bootloader.pm: use run_or_die * run_program.pm (run_or_die, rooted_or_die): created * install_steps_interactive.pm: cleanup * install_any.pm (getHds): handle LVMs. $o->{lvms} contain them (setPackages): ask for installation of package lvm when needed (suggest_mount_points, find_root_parts): take $fstab as arg instead of $hds * install2.pm: small fixes for LVM (formatPartitions): call vgscan if needed when / is mounted * devices.pm (make): better caller in error * share/list: add progs for LVM handling * install_interactive.pm: small fixes for LVM * diskdrake.pm: small fixes for LVM - addition of drive to notebook cleaned - various clean-up - handling of LVMs * standalone/diskdrake: small fixes for LVM small adaptation * lvm.pm: small fixes for LVM creation * partition_table.pm: add isLVMBased 2001/03/02 stew * commands.pm - fdisk locks up machine on report_bug - replace with pdisk PPC * install_steps.pm - no bootfloppy, added yaboot.conf - PPC * install_interactive.pm - pdisk vs. fdisk - PPC * bootloader.pm - added code to create yaboot.conf, run ybin - vmlinux vs. vmlinuz 2001/03/02 stew * c/smp.c -stanza for PPC * detect_devices.pm - added code for MO devices * help.pm - help information for yaboot - PPC * partition_table.pm - PPC mods * partition_table_mac.pm - PPC mods * modules.pm - PPC mods - parallel port not used * diskdrake.pm - PPC mods - display like pdisk * install2.pm - PPC mod - no bootdisk * fs.pm - bootstrap partition - PPC 2001/02/27 dam's * standalone/draknet: pop up a dialog to quit X when accepting configuration 2001/02/27 Pixel * partition_table_raw.pm (@MBR_signatures): add yet another grub signature * devices.pm (entry): add fd0H1440 and fd1H1440 * bootloader.pm (mkbootdisk): fix for mkbootdisk using fd0H1440. Must be created 2001/02/26 dam's * Makefile.drakxtools, pixmaps/hori.xpm, pixmaps/tradi.xpm, pixmaps/eth_card_mini.xpm, pixmaps/verti.xpm: new pixmap policy * Makefile: typo new pixmap policy * bootlook.pm: typo new pixmap policy need to be merged with bootloader * standalone/draknet: reincluded Gtk + init Gtk thiskind -> thiskind_backend new pixmap policy * standalone/drakboot: short-circuit to bootlook for the moment. 2001/02/26 Pablo Saratxaga * share/po/be.po, share/po/sp.po, share/po/pt.po, share/po/i18n_compssUsers, share/po/DrakX.pot, share/po/es.po, share/po/fr.po, share/po/bg.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/ko.po, share/po/cy.po, share/po/nl.po, share/po/ja.po, share/po/wa.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/id.po, share/po/pl.po, share/po/fi.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/ca.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/cs.po, share/po/af.po: Fixed i18n_compssUsers script to produce a correct pot file Updated Estonian and Walloon files * bootlook.pm: changed I_() to _() so xgettext cna find the translatable strings 2001/02/26 Pixel * standalone/drakgw: pixelization * install_steps.pm: remove unneeded "use install_interactive" * install_steps_gtk.pm (copy_advertising): fix changing for advertising_images 2001/02/26 dam's * netconnect.pm: should correct bad resolv.conf when swithcinf in standalone embedded mode. Not Certified fixed standalone edition corrected wizard mode. * Makefile.drakxtools, Makefile, pixmaps/eth_card_mini.xpm: new pixmap policy * standalone/draknet: new pixmap policy fixed standalone edition * bootlook.pm: need to be merged with bootloader * interactive_gtk.pm: if wizard, show the button * standalone/drakboot: short-circuit to bootlook for the moment. 2001/02/26 Pixel * common.pm (if_): fix for use in scalar context * install_steps_interactive.pm (summary): translate mouse description * install_steps.pm: remove unneeded "use install_interactive" * install_steps_gtk.pm (copy_advertising): fix changing for advertising_images 2001/02/26 warly * share/compssUsers, share/rpmsrate: remove some packages 2001/02/26 dam's * interactive_gtk.pm: if wizard, show the button * netconnect.pm: corrected wizard mode. 2001/02/26 Pixel * common.pm (if_): fix for use in scalar context * install_steps_interactive.pm (summary): translate mouse description 2001/02/25 dam's * share/logo-mandrake-Firewall.xpm, share/logo-mandrake.xpm: changed logo. * netconnect.pm: profile handling. profile handling corrected wizard. * standalone/draknet: profile handling. profile handling * install_steps_interactive.pm: updated 2001/02/25 Pixel * install2.pm (main): move the load_deps before all the loadO's * install_any.pm (g_auto_install): have formatMountPartitions graphical if $graphical * install_steps_interactive.pm (generateAutoInstFloppy): use "timeout 1" for replay * interactive_gtk.pm (ask_from_entries_refW): ensure "advanced" lists center the chosen value 2001/02/24 Pixel * install_steps.pm, install2.pm: move writing to config files from install2::selectKeyboard to install_steps * share/list, Makefile, tools/i386/mkreiserfs: for now, have mkreiserfs in the CVS since the current cooker version is too recent * commands.pm (more): handle 'q' to quit 2001/02/24 Pixel * c/Makefile (stuff): fix the fix's fix :'-( * detect_devices.pm (pci_probe): fix to clean the log * install_steps_interactive.pm (setRootPassword): NIS server must be editable 2001/02/23 Pixel * install_any.pm (g_auto_install): handle $replay flag. It means a 'not fully automated install'. * install_steps_auto_install.pm (@graphical_steps): specify which step should be interactive * c/Makefile (stuff.xs): exporting C_RPM and C_DRAKX is needed * install_steps.pm (afterInstallPackages): no kdm UserView in NIS (configurePrinter): if_'ization * install_steps_interactive.pm (exitInstall): ask wether Replay or Automated (generateAutoInstFloppy): handle $replay flag. It means a 'not fully automated install'. (summary): nicer mouse name 2001/02/23 dam's * network.pm, standalone/draknet, netconnect.pm, my_gtk.pm: new wizard layout, no use gtk in draknet, minor bugfixes 2001/02/23 François Pons * pkgs.pm: added accessor the rpmsrate data of packages. avoid rebuilding the database for oem, rpm db is assumed to be fine. * rescue/make_rescue_img: removed kernel_reread program. * rescue/tree/etc/oem: removed server from selection. added mutli CD support to OEM (NFS/DVD transparent) fixed selection of package now select much more than before. fixed root partition size set to the minimum. 2001/02/23 Guillaume Cottenceau * share/rpmsrate: move xterm to SYSTEM 2001/02/23 Pixel * Xconfigurator.pm: move the 'use my_gtk' in 'require my_gtk' and only if needed * install_steps_auto_install.pm (@graphical_steps): specify which step should be interactive * c/stuff.xs.pm: hack for macroporcessing in term.h use C_DRAKX * install_steps.pm (afterInstallPackages): no kdm UserView in NIS (configurePrinter): if_'ization * share/rpmsrate: add packages installed on demand by DrakX. they are specifically flagged or flagged 'INSTALL' * perl2fcalls: handling of ``package''->import(``what to import'') * interactive.pm (vnew): use /usr/X11R6/bin/xtest instead of c::Xtest * Makefile (tar-drakxtools): C_RPM and C_DRAKX set to 0 * install_any.pm (g_auto_install): handle $replay flag. It means a 'not fully automated install'. * c/Makefile.PL: use C_DRAKX * pkgs.pm (setSelectedFromCompssList): fix the fix * c/Makefile (stuff.xs): exporting C_RPM and C_DRAKX is needed add setting C_DRAKX to 1 by default * install_steps_interactive.pm (exitInstall): ask wether Replay or Automated (generateAutoInstFloppy): handle $replay flag. It means a 'not fully automated install'. (summary): nicer mouse name 2001/02/23 Pixel * interactive_gtk.pm (ask_from_entries_refW): double clicking on list means 'Ok' * pkgs.pm (setSelectedFromCompssList): fix sillyness 2001/02/22 dam's * netconnect.pm: corected infinite loop 2001/02/22 François Pons * rescue/tree/etc/oem: minor cleanup to edit partition size more easily. brand new version written in perl, support repartitionning on the fly of the hard disk and resize of already present FAT partition. * rescue/list.i386, rescue/list, rescue/Makefile: make rescue build a bit more cleaner (added dependancy). added missing file for rescue to enable new oem install. 2001/02/22 Guillaume Cottenceau * mdk-stage1/insmod-modutils/include/elf_hppa64.h, mdk-stage1/insmod-modutils/util/alias.h, mdk-stage1/insmod-modutils/util/xstrcat.c, mdk-stage1/insmod-modutils/util/gzfiles.c, mdk-stage1/insmod-modutils/include/elf_arm.h, mdk-stage1/insmod-modutils/util/sys_qm.c, mdk-stage1/insmod-modutils/util/modstat.c, mdk-stage1/insmod-modutils/obj/obj_sparc.c, mdk-stage1/insmod-modutils/include/elf_m68k.h, mdk-stage1/insmod-modutils/Makefile, mdk-stage1/insmod-modutils/util/xstrdup.c, mdk-stage1/insmod-modutils/obj/obj_arm.c, mdk-stage1/insmod-modutils/obj/obj_m68k.c, mdk-stage1/insmod-modutils/obj/obj_hppa64.c, mdk-stage1/insmod-modutils/include/elf_sparc64.h, mdk-stage1/insmod-modutils/util/sys_dm.c, mdk-stage1/insmod-modutils/include/elf_s390.h, mdk-stage1/insmod-modutils/obj/obj_s390.c, mdk-stage1/insmod-modutils/util/xmalloc.c, mdk-stage1/insmod-modutils/util/xsystem.c, mdk-stage1/insmod.h, mdk-stage1/insmod-modutils/util/xftw.c, mdk-stage1/insmod-modutils/include/elf_i386.h, mdk-stage1/insmod-modutils/util/sys_gks.c, mdk-stage1/insmod-modutils/util/snap_shot.c, mdk-stage1/insmod-modutils/obj/obj_i386.c, mdk-stage1/modules.c, mdk-stage1/stage1.c, mdk-stage1/insmod-modutils/include/obj.h, mdk-stage1/insmod-modutils/include/elf_ppc.h, mdk-stage1/insmod-modutils/obj/obj_reloc.c, mdk-stage1/insmod-modutils/include/elf_sparc.h, mdk-stage1/insmod-modutils/util/sys_nim.c, mdk-stage1/insmod-modutils/obj/obj_ppc.c, mdk-stage1/Makefile, mdk-stage1/insmod-modutils/include/elf_hppa.h, mdk-stage1/insmod-busybox/insmod.c, mdk-stage1/insmod-modutils/util/meta_expand.c, mdk-stage1/insmod-modutils/util/arch64.c, mdk-stage1/insmod-modutils/obj/obj_load.c, mdk-stage1/insmod-modutils/obj/obj_hppa.c, mdk-stage1/insmod-busybox/insmod.h, mdk-stage1/insmod-modutils/include/elf_ia64.h, mdk-stage1/insmod-modutils/obj/obj_ia64.c, mdk-stage1/insmod-modutils/obj/obj_sparc64.c, mdk-stage1/insmod-modutils/include/elf_mips.h, mdk-stage1/insmod-modutils/include/module.h, mdk-stage1/insmod-modutils/obj/obj_mips.c, mdk-stage1/insmod-modutils/util/sys_cm.c, mdk-stage1/insmod-modutils/obj/obj_alpha.c, mdk-stage1/insmod-modutils/include/kerneld.h, mdk-stage1/insmod-modutils/util/xrealloc.c, mdk-stage1/insmod-modutils/obj/Makefile, mdk-stage1/insmod-modutils/insmod-frontend.c, mdk-stage1/insmod-modutils/obj/obj_common.c, mdk-stage1/insmod-modutils/include/modstat.h, mdk-stage1/insmod-modutils/util/Makefile, mdk-stage1/insmod-modutils/include/config.h, mdk-stage1/insmod-modutils/util/logger.c, mdk-stage1/insmod-modutils/obj/obj_kallsyms.c, mdk-stage1/Makefile.common, mdk-stage1/insmod-modutils/include/util.h, mdk-stage1/insmod-modutils/util/config.c, mdk-stage1/insmod-modutils/include/version.h, mdk-stage1/insmod-modutils/include/kallsyms.h, mdk-stage1/insmod-modutils/include/elf_alpha.h, mdk-stage1/insmod-modutils/util/sys_oim.c, mdk-stage1/insmod-modutils/insmod.c: use modutils for non Intel arch's 2001/02/22 Pixel * fs.pm (write_fstab): clean-up, $fstab takes precedence over @to_add, but not over existing /etc/fstab. Fix some stupid stuff * modules.pm, commands.pm: call /usr/bin/insmod_ with full path * install2.pm (main): don't set a special $remote_path PATH for postInstallNonRooted (otherwise install's modprobe is not used, and you can't "modprobe vfat", even if "/usr/bin/modprobe vfat" doesn't work because insmod_ is not found. * my_gtk.pm (create_box_with_title): disallow focusing on text if it is non-scrolled 2001/02/22 Guillaume Cottenceau * mdk-stage1/dietlibc/include/stdlib.h, mdk-stage1/minilibc.c, mdk-stage1/init-libc-headers.h, mdk-stage1/dietlibc/include/sys/select.h, mdk-stage1/Makefile, mdk-stage1/init.c, mdk-stage1/minilibc.h, mdk-stage1/dietlibc/include/unistd.h, mdk-stage1/dietlibc/include/sys/socket.h, mdk-stage1/dietlibc/include/signal.h: have "init" compiled against dietlibc (rather than glibc) on non-Intel arch's 2001/02/22 Pixel * install_steps_auto_install.pm: $graphical is now a module variable. Can be changed from everywhere * fs.pm (write_fstab): clean-up, $fstab takes precedence over @to_add, but not over existing /etc/fstab. Fix some stupid stuff * modules.pm, commands.pm: call /usr/bin/insmod_ with full path * install2.pm (main): don't set a special $remote_path PATH for postInstallNonRooted (otherwise install's modprobe is not used, and you can't "modprobe vfat", even if "/usr/bin/modprobe vfat" doesn't work because insmod_ is not found. * my_gtk.pm (create_box_with_title): disallow focusing on text if it is non-scrolled * interactive.pm (ask_from_entries_refH_powered_normalize): fix setting type to 'list' in case of format. should be only set if type is unset (ask_from_entries_refH_powered_normalize): if list+format then type is 'list', combo not accepted (hacky?) * interactive_gtk.pm (ask_from_entries_refW): if no button wanted, don't call create_okcancel 2001/02/22 Pixel * interactive.pm (ask_from_entries_refH_powered_normalize): if list+format then type is 'list', combo not accepted (hacky?) * install_steps_auto_install.pm: $graphical is now a module variable. Can be changed from everywhere * interactive_gtk.pm (ask_from_entries_refW): if no button wanted, don't call create_okcancel 2001/02/21 dam's * network.pm, netconnect.pm: netconnect recode, wizard compatible. network.pm modified for wizard. Still need work for ask_yesorno, ask_okcancel. +debugging of course * standalone/draknet: updated (don't remember what) 2001/02/21 Guillaume Cottenceau * mdk-stage1/tools.c, mdk-stage1/Makefile, mdk-stage1/dietlibc/lib/vprintf.c, mdk-stage1/dietlibc/lib/vfprintf.c, mdk-stage1/minilibc.h, mdk-stage1/minilibc.c, mdk-stage1/init-libc-headers.h: - fix "init" on ppc (do not use minilibc on non-i386 arch's) - fix segfault of dietlibc-linked apps (broken va_stuff in dietlibc) - cleanup of "init" * mdk-stage1/init.c: - fix "init" on ppc (do not use minilibc on non-i386 arch's) - fix segfault of dietlibc-linked apps (broken va_stuff in dietlibc) - cleanup of "init" fix up syslog logging stuff 2001/02/21 Pixel * install_steps.pm (generateAutoInstFloppy): removed * install_any.pm (g_auto_install): use selected_leaves for default_packages to reduce the list of packages (aka cleanup auto_inst.cfg) (g_default_packages): created * install_steps_interactive.pm (exitInstall): add generateAutoInstFloppy and g_default_packages calls in advanced * netconnect.pm, partition_table.pm, fsedit.pm: cleanup Data::Dumper use * pkgs.pm (selected_leaves): created * install2.pm (main): do postInstallNonRooted before postInstall (so that 'modprobe vfat' can be done in postInstallNonRooted and used in postInstall) - move the loadO of patch/defcfg after loading modules.dep - generateAutoInstFloppy is no more a step - removed use Data::Dumper 2001/02/21 Chmouel Boudjnah * share/rpmsrate: Add iputils to SYSTEM. 2001/02/21 dam's * docs/wizard.doc: putain de doc de merde pout petite qui est trop débile * interactive.pm, my_gtk.pm: corrected wizard mode. 2001/02/21 Guillaume Cottenceau * mdk-stage1/TECH-INFOS: sync doc with disk automatic installs * mdk-stage1/disk.c: add support for automatic (ex-kickstart) in disk installs 2001/02/21 Pablo Saratxaga * share/po/da.po: updated Danish file 2001/02/21 Pixel * install_steps.pm (generateAutoInstFloppy): removed * install_any.pm (g_auto_install): use selected_leaves for default_packages to reduce the list of packages (aka cleanup auto_inst.cfg) (g_default_packages): created * install_steps_interactive.pm (exitInstall): add generateAutoInstFloppy and g_default_packages calls in advanced * netconnect.pm, partition_table.pm, fsedit.pm: cleanup Data::Dumper use * pkgs.pm (selected_leaves): created * install2.pm (main): do postInstallNonRooted before postInstall (so that 'modprobe vfat' can be done in postInstallNonRooted and used in postInstall) - move the loadO of patch/defcfg after loading modules.dep - generateAutoInstFloppy is no more a step - removed use Data::Dumper 2001/02/20 Pixel * printerdrake.pm: fix typo * install_steps.pm, install_steps_gtk.pm, install_any.pm: better advertising support 2001/02/20 Guillaume Cottenceau * mdk-stage1/url.h, mdk-stage1/url.c, mdk-stage1/network.c: for HTTP installs, make use of Content-Length when available, to display progressbar 2001/02/20 Pixel * Makefile: various - pcmcia_config.patch now in tools (no more in install which is removed) - copy xpm's (until step icons work with png's) - transform group icons in pngs * modules.pm, class_discard.pm, my_gtk.pm, Xconfigurator.pm: various * tools/pcmcia_config.patch: pcmcia_config.patch now here * printerdrake.pm: fix typo * install_any.pm, install_steps.pm, install_steps_gtk.pm: better advertising support 2001/02/20 warly * share/compssUsers, share/rpmsrate, share/compssList: update rpmsrate 2001/02/20 François Pons * c/stuff.xs.pm, live_install, pkgs.pm, live_install2: added RPMRC_FILE env variable to choose rpmrc file for rpmlib used by DrakX, neccessary for live update from a 7.2 or older. Check that if something goes wrong with rebuilddb, avoid removing old rpm-3 db files. Make sure live_install can start from top directory too. 2001/02/20 Pixel * Makefile: various - pcmcia_config.patch now in tools (no more in install which is removed) - copy xpm's (until step icons work with png's) - transform group icons in pngs * modules.pm, class_discard.pm: various * tools/pcmcia_config.patch: pcmcia_config.patch now here * my_gtk.pm, Xconfigurator.pm: various major move. now ask_from_list returns false when canceled (it doesn't die 'ask_from_list canceled' anymore) * interactive_gtk.pm, standalone/mousedrake, install_steps_interactive.pm, netconnect.pm, standalone/keyboarddrake, install2.pm, interactive.pm, any.pm, printerdrake.pm, diskdrake.pm: major move. now ask_from_list returns false when canceled (it doesn't die 'ask_from_list canceled' anymore) 2001/02/19 Guillaume Cottenceau * mdk-stage1/stage1.c: try to print errno's stuff when symlink to /tmp/stage2 failed * mdk-stage1/dhcp.c: ARP_MAX_RETRIES: s/5/4 2001/02/19 Pablo Saratxaga * share/po/be.po, share/po/sp.po, share/po/pt.po, share/po/DrakX.pot, share/po/es.po, share/po/fr.po, share/po/bg.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/ko.po, share/po/cy.po, share/po/nl.po, share/po/ja.po, share/po/wa.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/id.po, share/po/pl.po, share/po/fi.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/ca.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/cs.po, share/po/af.po: updated Estonian file 2001/02/19 Pixel * interactive.pm (ask_from_listf_no_check): die 'ask_from_list cancel' on cancel * my_gtk.pm (create_packtable): don't use attach_raw anymore (was a sillyme) 2001/02/18 dam's * standalone/draknet: typo make fbastok happy about button placement. little improvements. 2001/02/16 dam's * install_gtk.pm: corrected xpm mask * network.pm: wireless eth support corrected. * share/step-red.xpm, share/step-orange.xpm, share/step-orange-click.xpm, share/step-green-click.xpm, share/step-green.xpm, share/step-red-on.xpm, share/step-orange-on.xpm, share/step-green-on.xpm, share/step-red-click.xpm: re added these xpm files against display mask pb. 2001/02/16 Guillaume Cottenceau * mdk-stage1/init.c: better ansi colors * mdk-stage1/dhcp.c: comply with glibc-2.2.2 more strict headers * mdk-stage1/stdio-frontend.c: display more nicely when there is a long list to choose from (1, 2 or 4 columns) 2001/02/15 Guillaume Cottenceau * mdk-stage1/TECH-INFOS, mdk-stage1/README: update doc 2001/02/15 Pablo Saratxaga * share/po/az.po: updated Azeri file 2001/02/15 Pixel * install_steps_gtk.pm (installPackages): fix i_images * fsedit.pm (suggestions_mntpoint): fix 2001/02/15 Pixel * install_steps_gtk.pm (installPackages): fix i_images (installPackages): traktolpilization and advertising * Makefile (get_needed_files): copy png files instead of xpm's * fsedit.pm (suggestions_mntpoint): fix * my_gtk.pm (gtkcreate_png): add error message, syntax cleanup * share/list: add GdkImlib stuff * perl2fcalls: add Gtk::Gdk::ImlibImage * install2.pm (main): set SHARE_PATH to /export/Mandrake/mdkinst/usr/share if it exists 2001/02/15 dam's * my_gtk.pm, any.pm, install_gtk.pm, install_steps_interactive.pm, install_steps_gtk.pm, interactive_gtk.pm: added png support. Need to test the faces2xpm stuff. * share/step-orange-click.xpm, share/rpm-selected.xpm, share/step-green-click.xpm, share/step-green.xpm, share/rpm-base.xpm, share/ftin.xpm, share/step-orange-on.xpm, share/ftout.xpm, share/step-red-click.xpm, share/step-green-on.xpm, share/rpm-unselected.xpm, share/step-red.xpm, share/step-orange.xpm, share/reload.xpm, share/rpm-semiselected.xpm, share/logo-mandrake-Desktop.xpm, share/rpm-installed.xpm, share/step-red-on.xpm: removed, png are used instead. * standalone/draknet: updated internet and added eth conf * share/help.xpm, share/logo-mandrake.xpm: removed, png are used instead. added png images * share/step-red.png, share/step-orange.png, share/reload.png, share/logo-mandrake.png, share/rpm-semiselected.png, share/logo-mandrake-Desktop.png, share/rpm-installed.png, share/logo-mandrake_sav.png, share/step-red-on.png, share/help_sav.png, share/rpm-selected.png, share/step-orange-click.png, share/step-green-click.png, share/step-green.png, share/rpm-base.png, share/logo-mandrake2.png, share/ftin.png, share/help.png, share/step-orange-on.png, share/step-green-on.png, share/ftout.png, share/step-red-click.png, share/step-green_s.png, share/themes-mdk.rc, share/rpm-unselected.png: added png images 2001/02/15 Pixel * Makefile (get_needed_files): copy png files instead of xpm's * install2.pm (main): set SHARE_PATH to /export/Mandrake/mdkinst/usr/share if it exists (selectKeyboard): give clicked as parameter * my_gtk.pm (gtkcreate_png): add error message, syntax cleanup * fsedit.pm (suggestions_mntpoint): fix typo * share/list: add GdkImlib stuff * perl2fcalls: add Gtk::Gdk::ImlibImage * install_steps_interactive.pm (summary): better message for i18n * install_steps_gtk.pm (installPackages): traktolpilization and advertising 2001/02/14 dam's * network.pm, standalone/draknet: wireless updated * share/help.xpm, share/themes-mdk.rc, share/logo-mandrake.xpm: valentin theme :) 2001/02/14 Pixel * install_steps.pm (afterInstallPackages): add user in group usb 2001/02/14 dam's * share/themes-mdk.rc: valentin theme :) added drawing theme section * network.pm: wireless updated updated wireless eth support * standalone/draknet: wireless updated * share/help.xpm, share/logo-mandrake.xpm: valentin theme :) 2001/02/13 dam's * netconnect.pm: network con initiated in draknet. netconnect improvement. typo * network.pm: typo corrected domainname setting * standalone/draknet: network con initiated in draknet. netconnect improvement. 2001/02/13 Guillaume Cottenceau * mdk-stage1/frontend.h, mdk-stage1/network.h, mdk-stage1/stdio-frontend.c, mdk-stage1/dhcp.c, mdk-stage1/automatic.c, mdk-stage1/newt-frontend.c, mdk-stage1/automatic.h, mdk-stage1/disk.c, mdk-stage1/network.c: write down Magic Callback (tm) for static ip stuff * mdk-stage1/modules.c: ask for modules parameters everytime in expert mode, to avoid wrong autodetections in certain cases - better log of nfs mount errors - don't insmod modules already present (important for bzip2 slowness) * mdk-stage1/cdrom.c: better error msg thx to mcdtg * mdk-stage1/mount.c, mdk-stage1/nfsmount.c: - better log of nfs mount errors - don't insmod modules already present (important for bzip2 slowness) * mdk-stage1/stage1.c, mdk-stage1/init.c: use exit code 66 for rescue better console messages at startup 2001/02/13 dam's * standalone/draknet: profile handling updated * network.pm: typo corrected domainname setting * netconnect.pm: finished load_conf 2001/02/13 Guillaume Cottenceau * rescue/make_rescue_img, rescue/list: include libs for hostname resolving * mdk-stage1/stage1.c, mdk-stage1/init.c: better console messages at startup * mdk-stage1/tools.c: - save /etc/resolv.conf for rescue 2001/02/13 Pixel * install_steps_interactive.pm (selectKeyboard): can be automatic only in non-expert * any.pm: md5 now done via crypt * install_steps.pm (exitInstall): catch exception of output report.bug (for gc) 2001/02/13 Pixel * install_steps_interactive.pm (selectKeyboard): can be automatic only in non-expert * tools/cvslog2changelog.pl: fix for gc & fpons fix for fredl broken CVS * any.pm: md5 now done via crypt * install_steps.pm (exitInstall): catch exception of output report.bug (for gc) 2001/02/13 dam's * network.pm: experimental wireless eth support. Not tested 2001/02/13 Pixel * tools/cvslog2changelog.pl: fix for gc & fpons fix for fredl broken CVS * c/stuff.xs.pm, c/Makefile.PL, c/md5.h, c/md5_crypt.c, c/md5.c: md5 can be done via crypt of glibc, so remove all this 2001/02/13 dam's * any.pm: merging difference * netconnect.pm: corrected profile handling * network.pm: experimental wireless eth support. Not tested 2001/02/12 Pixel * tools/addchangelog.pl: log more than mdk-stage1 and perl-install (added docs, rescue, tools) 2001/02/12 Guillaume Cottenceau * mdk-stage1/probing.c: do not close un unbound socket!! * c/stuff.xs.pm: close socket everytime in hasNetDevice * mdk-stage1/Makefile: tag it 8.0beta instead of 8.0, to avoid future potential confusions * modules.pm: re include some network modules 2001/02/12 Guillaume Cottenceau * rescue/list: fix vi trouble - add lspci, lspcidrake, vim-minimal - better /etc/issue - better PS1 - write embryonic tool (installation of detected drivers according to pci cards) * rescue/aliases, rescue/tree/etc/issue: fix vi trouble * rescue/list.i386, rescue/make_rescue_img, rescue/drvinst: - add lspci, lspcidrake, vim-minimal - better /etc/issue - better PS1 - write embryonic tool (installation of detected drivers according to pci cards) 2001/02/12 Pixel * rescue/drvinst: pixelization * docs/README: fix doc about Mandrake/base/compss * install_steps_gtk.pm (choosePackagesTree): non first choice packages are in "Other". * install_interactive.pm, any.pm, fsedit.pm, diskdrake.pm: auto_allocate partitions choice modified. diskdrake in expert asks what kind of auto_allocation is wanted, others choose 'simple' in %fsedit::suggestions * install2.pm: auto_allocate partitions choice modified. diskdrake in expert asks what kind of auto_allocation is wanted, others choose 'simple' in %fsedit::suggestions (main): gc has done it again! /tmp/conf.modules is now /etc/modules.conf, so load both to keep compatibility. * my_gtk.pm: cleanup (remove ask_from_list and _ask_from_list) * interactive_gtk.pm (ask_from_entries_refW): use $common->{advanced_label} (create_ctree): add keyboard shortcuts (create_clist): moveto only if row_is_visible * interactive.pm (ask_from_entries_refH_powered_normalize): advanced_label defaults to _("Advanced") * tools/addchangelog.pl: log more than mdk-stage1 and perl-install (added docs, rescue, tools) * install_steps_interactive.pm (configurePrinter): cleanup, pkg_install_if_requires_satisfied('xpp', 'kups') only if a printer is configured (for the case when _("Would you like to configure a printer?") is answered no) * rescue/tree/etc/rc.sysinit: add floppy module for 2.4 2001/02/10 Pixel * standalone/draknet, standalone/XFdrake: corrected pkgs_install given * install_any.pm: add preConfigureTimezone add step summary. remove steps configureTimezone and configurePrinter * install_interactive.pm: cleanup * standalone/keyboarddrake, share/keymaps_generate, keyboard.pm: - lang2keyboards handle keyboard percentages - xmodmaps now named keyboards * install_steps_interactive.pm: add step summary. remove steps configureTimezone and configurePrinter, modify selectKeyboard * install2.pm, timezone.pm, install_steps.pm: add step summary. remove steps configureTimezone and configurePrinter * netconnect.pm: corrected back $install call 2001/02/10 Pixel * standalone/keyboarddrake, share/keymaps_generate, keyboard.pm: - lang2keyboards handle keyboard percentages - xmodmaps now named keyboards * install_steps_interactive.pm: add step summary. remove steps configureTimezone and configurePrinter, modify selectKeyboard * standalone/draknet, standalone/XFdrake: corrected pkgs_install given * install_any.pm: add preConfigureTimezone add step summary. remove steps configureTimezone and configurePrinter * install2.pm, timezone.pm, install_steps.pm: add step summary. remove steps configureTimezone and configurePrinter * install_interactive.pm: cleanup * netconnect.pm: corrected back $install call 2001/02/09 Pixel * install_steps.pm, install_steps_interactive.pm, install2.pm, timezone.pm: configureTimezone doesn't take parameter /etc/sysconfig/clock 2001/02/09 Pixel * interactive_gtk.pm, interactive.pm, interactive_newt.pm: add button handling, quite weird behaviour though cuz of newt sillyness * install2.pm: configureTimezone doesn't take parameter /etc/sysconfig/clock (main): have compatibility with old stage1 (rhimage -> image) (formatPartitions): s|etc/sysconfig/consoletrans|etc/sysconfig/console/consoletrans| as it should now be (see lang.pm 1.143) * install_steps.pm, install_steps_interactive.pm, timezone.pm: configureTimezone doesn't take parameter /etc/sysconfig/clock 2001/02/09 siegel * share/po/de.po: new german version 2001/02/08 dam's * standalone/drakgw: implemented or updated embedded mode added embedded and (ugly) wizard mode. * standalone/printerdrake, standalone/mousedrake, standalone/diskdrake, standalone/keyboarddrake: implemented or updated embedded mode * standalone/draknet: implemented or updated embedded mode added embedded mode * standalone/XFdrake: implemented or updated embedded mode corrected compilation bug. * standalone/drakboot: implemented or updated embedded mode updated embedded mode. Should work, not tested in real world * netconnect.pm: removed testing wizard instruction 2001/02/08 François Pons * ftp.pm: fixed wrong URLPREFIX formation if no user given. * standalone/XFdrake: fix the previous changelog wich was wrong (bad spelling), added a char in comment to allow a new release (thanks to pixel :-) make sure SHARE_PATH is set. fixed SHARE_PATH to make sure it is setted. * Xconfigurator.pm: added DRI experimental support (sis, radeon). Prefer XF3 for SiS card. * pkgs.pm: fixed problem for updating hdlist after going back to partition step. 2001/02/08 Guillaume Cottenceau * mdk-stage1/tools.c, mdk-stage1/config-stage1.h, mdk-stage1/network.c: better memory detection (from wonderful drakx) 2001/02/08 Pablo Saratxaga * share/po/be.po, share/po/sp.po, share/po/pt.po, share/po/DrakX.pot, share/po/es.po, share/po/fr.po, share/po/bg.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/ko.po, share/po/cy.po, share/po/nl.po, share/po/ja.po, share/po/wa.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/id.po, share/po/pl.po, share/po/fi.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/ca.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/cs.po, share/po/af.po: updated Norwegian file 2001/02/08 Pixel * common.pm (availableRamMB): cleanup * standalone.pm, standalone/XFdrake: make sure SHARE_PATH is set now in standalone 2001/02/07 François Pons * install_any.pm: fixed unknown package ARRAY... and locales selection according to langs. * modules.pm: fixed module name without text for SCSI configuration dialog, add log. 2001/02/07 Guillaume Cottenceau * mdk-stage1/stage1.c, mdk-stage1/probing.h, mdk-stage1/stage1.h, mdk-stage1/tools.c, mdk-stage1/automatic.c, mdk-stage1/init.c, mdk-stage1/probing.c, mdk-stage1/automatic.h, mdk-stage1/modules.c, mdk-stage1/network.c: - use description of network cards when you have to select between interfaces; has accuracy even in the case of multiple interface for a given kernel module - write down a small "shell" to change parameters on the fly (needs compile option SPAWN_INTERACTIVE) 2001/02/07 Pixel * install_steps_interactive.pm (choosePackages): better fix for getting max install size. (choosePackages): call setSelectedFromCompssList with empty compssUsersChoice meaning max * common.pm (formatXiB): more precise for cases like 1_234_000 -> 1.2GB 2001/02/07 François Pons * install_any.pm: fixed unknown package ARRAY... and locales selection according to langs. 2001/02/07 Pixel * install_steps_interactive.pm (choosePackages): better fix for getting max install size. (choosePackages): call setSelectedFromCompssList with empty compssUsersChoice meaning max * common.pm (formatXiB): more precise for cases like 1_234_000 -> 1.2GB 2001/02/07 Guillaume Cottenceau * mdk-stage1/Makefile: tag VERSION as 8.0 since stage2 graphics now show 8.0 * mdk-stage1/network.c: don't reverse hostname lookup if dhcp already gave hostname+domain 2001/02/07 Pixel * share/logo-mandrake.xpm: xpm files should be xpm, not pngs :-( * detect_devices.pm (hasPCMCIA): created (check for /proc/pcmcia) * install_steps_interactive.pm (miscellaneous): remove asking about numlock and hd optimizations, deprecates it (aka don't do anything) * Xconfigurator.pm (main): don't need isLaptop anymore, use detect_devices::hasPCMCIA * bootloader.pm (suggest): read CLEAN_TMP from sysconfig/system, default value of memsize if given (install): save CLEAN_TMP in sysconfig/system (get_append, add_append): get or set an append value (has_profiles, set_profiles): get or add an entry office for profiles, also add prof=Home in the default entry * any.pm (setupBootloader): take care of profiles and memsize (facesnames): only display icons capitalized. This goes along the new mandrake_desk where capitalized named faces are the new one. [a-z].* icons being only kept for compatibility. (in case no capitalized icons available display everything (compatibility with old mandrake_desk) * standalone/draknet, standalone/XFdrake: don't pass isLaptop * install_steps.pm (setupBootloaderBefore, miscellaneousBefore): remove taking care of profiles and memsize. Now in any & bootloader (miscellaneousBefore): CLEAN_TMP is now in $o->{bootloader}, not in $o->{miscellaneous} anymore * install_gtk.pm (create_help_window, create_logo_window): use gtkxpm * netconnect.pm: remove the $isLaptop unused from a hell lot of functions * install2.pm (@installSteps): remove miscellaneous (main): don't remove pcmcia modules anymore (not there anymore), remove /sbin/stage1 2001/02/07 Guillaume Cottenceau * mdk-stage1/Makefile: tag VERSION as 8.0 since stage2 graphics now show 8.0 * mdk-stage1/network.c: don't reverse hostname lookup if dhcp already gave hostname+domain 2001/02/07 Pixel * share/logo-mandrake.xpm: xpm files should be xpm, not pngs :-( * detect_devices.pm (hasPCMCIA): created (check for /proc/pcmcia) * install_steps_interactive.pm (miscellaneous): remove asking about numlock and hd optimizations, deprecates it (aka don't do anything) * Xconfigurator.pm (main): don't need isLaptop anymore, use detect_devices::hasPCMCIA * bootloader.pm (suggest): read CLEAN_TMP from sysconfig/system, default value of memsize if given (install): save CLEAN_TMP in sysconfig/system (get_append, add_append): get or set an append value (has_profiles, set_profiles): get or add an entry office for profiles, also add prof=Home in the default entry * any.pm (setupBootloader): take care of profiles and memsize (facesnames): only display icons capitalized. This goes along the new mandrake_desk where capitalized named faces are the new one. [a-z].* icons being only kept for compatibility. (in case no capitalized icons available display everything (compatibility with old mandrake_desk) * standalone/draknet, standalone/XFdrake: don't pass isLaptop * install_steps.pm (setupBootloaderBefore, miscellaneousBefore): remove taking care of profiles and memsize. Now in any & bootloader (miscellaneousBefore): CLEAN_TMP is now in $o->{bootloader}, not in $o->{miscellaneous} anymore * install_gtk.pm (create_help_window, create_logo_window): use gtkxpm * netconnect.pm: remove the $isLaptop unused from a hell lot of functions * install2.pm (@installSteps): remove miscellaneous (main): don't remove pcmcia modules anymore (not there anymore), remove /sbin/stage1 2001/02/07 Chmouel Boudjnah * share/rpmsrate: Add usbd to SYSTEM. 2001/02/07 dam's * netconnect.pm: updated wizard mode, intro and other stuff * interactive_gtk.pm, interactive.pm, my_gtk.pm: updated wizard mode * share/logo-mandrake.xpm: new logo 2001/02/07 François Pons * http.pm, ftp.pm, pkgs.pm: now fully fixed ftp connection (and http too) caused by forked DrakX with latent ftp connection. 2001/02/07 Guillaume Cottenceau * mdk-stage1/Makefile: tag VERSION as 8.0 since stage2 graphics now show 8.0 * mdk-stage1/network.c: don't reverse hostname lookup if dhcp already gave hostname+domain 2001/02/07 Pixel * share/logo-mandrake.xpm: xpm files should be xpm, not pngs :-( * detect_devices.pm (hasPCMCIA): created (check for /proc/pcmcia) * install_steps_interactive.pm (miscellaneous): remove asking about numlock and hd optimizations, deprecates it (aka don't do anything) * Xconfigurator.pm (main): don't need isLaptop anymore, use detect_devices::hasPCMCIA * bootloader.pm (suggest): read CLEAN_TMP from sysconfig/system, default value of memsize if given (install): save CLEAN_TMP in sysconfig/system (get_append, add_append): get or set an append value (has_profiles, set_profiles): get or add an entry office for profiles, also add prof=Home in the default entry * any.pm (setupBootloader): take care of profiles and memsize (facesnames): only display icons capitalized. This goes along the new mandrake_desk where capitalized named faces are the new one. [a-z].* icons being only kept for compatibility. (in case no capitalized icons available display everything (compatibility with old mandrake_desk) * standalone/draknet, standalone/XFdrake: don't pass isLaptop * install_steps.pm (setupBootloaderBefore, miscellaneousBefore): remove taking care of profiles and memsize. Now in any & bootloader (miscellaneousBefore): CLEAN_TMP is now in $o->{bootloader}, not in $o->{miscellaneous} anymore * install_gtk.pm (create_help_window, create_logo_window): use gtkxpm * netconnect.pm: remove the $isLaptop unused from a hell lot of functions * install2.pm (@installSteps): remove miscellaneous (main): don't remove pcmcia modules anymore (not there anymore), remove /sbin/stage1 2001/02/07 siegel * share/po/de.po: new german version 2001/02/06 François Pons * ftp.pm: reworked ftp behaviour a bit for cooperative connection (avoid opening and closing connection too fast for each transaction). There seems to be some problem for retrieving twice a package, this cause huge pause between each transaction, the best is to avoid them so ? 2001/02/06 Guillaume Cottenceau * mdk-stage1/tools.c, mdk-stage1/stdio-frontend.c, mdk-stage1/stage1.c, mdk-stage1/init.c, mdk-stage1/newt-frontend.c, mdk-stage1/network.c, mdk-stage1/modules.c, mdk-stage1/disk.c: - slighty change the message when exiting successfully from install, to not mess with abnormal termination - get back dialog for hostname and domain in case of unable to guess domain - try to resolve DNS if self-ip can't resolve, to guess domain - remember entries so that when there is a problem you don't have to re-enter everything (ncurses sucking stuff in case of stdio-frontend..) - use larger buffer for list_directory since in /dev there can be *many* files 2001/02/05 dam's * Makefile.drakxtools, Makefile: added wizard.rc handling in Makfiles. * standalone/draknet: added infos recovering. * netconnect.pm: added load_conf() to recover saved infos from conffile. 2001/02/05 François Pons * install_any.pm: removed abusive white char. updated to use urpmi new format (change fakemedium to better label) fixed frame buffer usage if not enabled (installation of Aurora) clean up and remove unused code. * ftp.pm: rebuild URLPREFIX as stage1 does not provide it anymore. * pkgs.pm: updated to use urpmi new format (change fakemedium to better label) * Xconfigurator.pm: Removed Device3Dfx as it is no more. * install_steps.pm: fixed frame buffer usage if not enabled (installation of Aurora) clean up and remove unused code. 2001/02/05 Pablo Saratxaga * share/list: updated list of gconv modules 2001/02/05 Pixel * commands.pm (head_tail): fix usage * interactive_gtk.pm (create_ctree): node_moveto done only if node_is_visible is not full 2001/02/04 Guillaume Cottenceau * mdk-stage1/mar/mar-frontend.c: fix bug when creating marfiles with file-not-found in args 2001/02/04 Pixel * interactive_newt.pm: fix adaptation to the terminal size, should now work in 80x25 * Xconfigurator.pm (monitorConfiguration): better handling of auto_install * install_steps_interactive.pm (choosePackages): don't call chooseSizeToInstall even with experts * install_steps_gtk.pm (charsetChanged): re-create steps window 2001/02/03 dam's * modules.pm, standalone/draknet, netconnect.pm: corrected module.conf update, net conf saving, and no wizard by default. 2001/02/03 Pablo Saratxaga * share/po/da.po: updated Danish file 2001/02/03 Pixel * Xconfigurator.pm (monitorConfiguration): ease use of {X}{type} in auto_installs * install_steps_gtk.pm (charsetChanged): created, takes care of setting to the right charset the windows * install_steps_interactive.pm (selectLanguage): call charsetChanged * share/rpmsrate: fix ``LOCALES "zh_CN"'' with ``LOCALES"zh_CN"'' move ftp to SYSTEM so that it is installed * Makefile: install cardmgr * modules.pm (configure_pcmcia): cleanup 2001/02/03 Pixel * Xconfigurator.pm (monitorConfiguration): ease use of {X}{type} in auto_installs * install_steps_gtk.pm (charsetChanged): created, takes care of setting to the right charset the windows * install_steps_interactive.pm (selectLanguage): call charsetChanged * share/rpmsrate: fix ``LOCALES "zh_CN"'' with ``LOCALES"zh_CN"'' move ftp to SYSTEM so that it is installed * Makefile: install cardmgr * modules.pm (configure_pcmcia): cleanup 2001/02/02 dam's * share/wizard.rc: added rc file for wizard mode 2001/02/02 Pixel * Xconfigurator.pm (monitorConfiguration): better default for DDC probe fails and auto_install and not provided any info about the monitor * my_gtk.pm (gtkcreate_xpm): error handling with error message * share/rpmsrate: all GNOME and KDE moved out of GRAPHICAL_DESKTOP * install_steps.pm (configureXBefore): set XKB_IN_USE=no if !$has_xkb in /etc/sysconfig/i18n * mdk-stage1/disk.c (try_with_device): bloody guillaume changed /tmp/hdimage to /tmp/disk without even telling, changing it back as i don't see any good reason for the move. * install_any.pm (setPackages): in auto_installs, default to all groups chosen, unless compssUsersChoice exist. Won't change anything unless compssListLevel is used of course * Xconfigurator_consts.pm: add low_default_monitor for default of auto_installs * interactive_gtk.pm (ask_from_entries_refW): use gtkxpm * Makefile, partition_table.pm, pkgs.pm, partition_table_raw.pm, diskdrake.pm: using the new formatXiB * detect_devices.pm (getCompaqSmartArray): adapted getCompaqSmartArray to the fact that kernel 2.4 uses /proc/driver/array instead of /proc/array. Also adapted the regexp now that ida/c0d0p? is no more at the beginning of the line. (get): cleanup, remove hasIDE hasSCSI... * common.pm (formatXiB): created, format a number in human readable format 2001/02/02 Pixel * mdk-stage1/disk.c (try_with_device): bloody guillaume changed /tmp/hdimage to /tmp/disk without even telling, changing it back as i don't see any good reason for the move. 2001/02/02 dam's * interactive_gtk.pm, standalone/draknet, netconnect.pm, my_gtk.pm, standalone/diskdrake: recoded wizard mode corrected some stuff. trying not to break draknet for cooker snapshot 2001/02/02 Pixel * Xconfigurator.pm (monitorConfiguration): better default for DDC probe fails and auto_install and not provided any info about the monitor * install_any.pm (setPackages): in auto_installs, default to all groups chosen, unless compssUsersChoice exist. Won't change anything unless compssListLevel is used of course * share/locales.tar.bz2: yet another LC_NUMERIC, seems like the previous i chose was glibc-2.1 :-( this one en_US and seems all right! * Xconfigurator_consts.pm: add low_default_monitor for default of auto_installs * Makefile, partition_table.pm, pkgs.pm, partition_table_raw.pm, diskdrake.pm: using the new formatXiB * install_steps.pm (configureXBefore): set XKB_IN_USE=no if !$has_xkb in /etc/sysconfig/i18n * common.pm (formatXiB): created, format a number in human readable format * mdk-stage1/disk.c (try_with_device): bloody guillaume changed /tmp/hdimage to /tmp/disk without even telling, changing it back as i don't see any good reason for the move. 2001/02/01 dam's * standalone/draknet: new draknet snapshot. Still unuseable * interactive_gtk.pm, netconnect.pm, my_gtk.pm: updated embedded mode in install. 2001/01/31 dam's * standalone/draknet: corected translation and conflict. 2001/01/31 François Pons * modules.pm: added missing die if modprobe failed on live upgrade. * pkgs.pm: added rpmrebuilddb directory cleaning before, remove old rpm file if everything has been successfull. * install_steps.pm: changed to clean selection for non expert as used for group selection because it is not cleaned, need better solution TODO. 2001/01/31 Pablo Saratxaga * share/po/be.po, share/po/sp.po, share/po/pt.po, share/po/DrakX.pot, share/po/es.po, share/po/fr.po, share/po/bg.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/ko.po, share/po/cy.po, share/po/nl.po, share/po/ja.po, share/po/wa.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/id.po, share/po/pl.po, share/po/fi.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/ca.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/cs.po, share/po/af.po: updated pot file * standalone/draknet: Fixed English typos (in English you DON'T PUT SPACES BEFORE COLON (:); and it is "Profile" and not "Profil") CV: ---------------------------------------------------------------------- 2001/01/31 Pixel * install_steps_interactive.pm (choosePackagesTree): created, simple ask_many_from_list to choose individual packages (choosePackages): log for debug (choosePackages): don't ask to install in beginner. Max is chosen (setRootPassword): help not based on installClass being server or not (selectInstallClass): remove installClass choice (was normal/devel/server) (chooseGroups): fix for individual package selection flag * netconnect.pm (get_net_device): more cleanup syntax (get_net_device): cleanup syntax * install_steps.pm (selectLanguage): warning for debug (miscellaneousBefore): don't use installClass to decide to use supermount or not. Choice is done on $::corporate. Can't say "no supermount in server installs" anymore (selectInstallClass): emptied (setupSCSI): don't configure PCMCIA if there is no PCMCIA * install_any.pm (g_auto_install): installClass removed (setPackages): do not preselect compssUsers entries * install2.pm (main): don't set installClass=normal meta_class desktop (deprecated) (miscellaneous): TYPE= removed (was installClass) (selectInstallClass): don't set $o->{partitions}. diskdrake will have to ask in a set of possibilities ($o): replace fclass by fbeginner and fexpert ($o): default security level to 2 since it can't be based on installClass (deprecated) * install_steps_gtk.pm: restore window size for time being * pkgs.pm (psUpdateHdlistsDeps): also copy rpmsrate * Xconfigurator.pm (main): better error message for auto_install failing * interactive.pm (ask_many_from_list): fix sorting * any.pm (set_autologin): log to ensure AUTOLOGIN is not badly set by drakx. Still need finding the guilty 2001/01/31 Pablo Saratxaga * keyboard.pm: more kbd corrections fixed soem keybopard values 2001/01/31 Pixel * install_steps_interactive.pm (choosePackagesTree): created, simple ask_many_from_list to choose individual packages (choosePackages): log for debug (choosePackages): don't ask to install in beginner. Max is chosen (setRootPassword): help not based on installClass being server or not (selectInstallClass): remove installClass choice (was normal/devel/server) (chooseGroups): fix for individual package selection flag * install_steps.pm (selectLanguage): warning for debug (miscellaneousBefore): don't use installClass to decide to use supermount or not. Choice is done on $::corporate. Can't say "no supermount in server installs" anymore (selectInstallClass): emptied (setupSCSI): don't configure PCMCIA if there is no PCMCIA * install_any.pm (g_auto_install): installClass removed (setPackages): do not preselect compssUsers entries * install2.pm (main): don't set installClass=normal meta_class desktop (deprecated) (miscellaneous): TYPE= removed (was installClass) (selectInstallClass): don't set $o->{partitions}. diskdrake will have to ask in a set of possibilities ($o): replace fclass by fbeginner and fexpert ($o): default security level to 2 since it can't be based on installClass (deprecated) * install_steps_gtk.pm: restore window size for time being * pkgs.pm (psUpdateHdlistsDeps): also copy rpmsrate * Xconfigurator.pm (main): better error message for auto_install failing * interactive.pm (ask_many_from_list): fix sorting * any.pm (set_autologin): log to ensure AUTOLOGIN is not badly set by drakx. Still need finding the guilty 2001/01/30 dam's * standalone/draknet: new draknet. unstable * netconnect.pm: updated debugged network card configuration after pixelisation. 2001/01/30 Guillaume Cottenceau * mdk-stage1/stdio-frontend.c, mdk-stage1/newt-frontend.c: prevent from trying to set progressbar to more than 100% (rescue is more compressed than drakx) * share/rpmsrate: add ldetect to config stuff I want to have on all installs (lspcidrake) 2001/01/30 Pixel * install_steps_interactive.pm, netconnect.pm, install_interactive.pm: adapt format functions given to ask_from_listf. $_ is no more set * mouse.pm (detect): replace commands::modprobe by modules::load as it should (or??) * perl2etags: adapt to new etags (emacs 21) format * raid.pm (make): replace commands::modprobe by modules::load as it should (or??) * perl2fcalls (@exclude_calls): add Eth as dam's use it quite a lot in his regexps * share/locales.tar.bz2: misc/LC_NUMERIC tells to use "," as number separator instead of ".". The sheer result is: "0.6" * 10 gives 0 "0,6" * 10 gives 6 So i have overwritten misc/LC_NUMERIC with /usr/share/locale/en/LC_NUMERIC and it works nicely now :) 2001/01/29 dam's * standalone/drakboot: corrected typo 2001/01/29 Guillaume Cottenceau * modules.pm: - deprecate "hdreiser.img" since we have room for "reiserfs.o" in "hd.img" - following deprecation of "other.img", reintegrate big modules in relevant boot disks 2001/01/29 Pablo Saratxaga * lang.pm, share/po/et.po: updated Estonian file 2001/01/29 Pixel * detect_devices.pm (getCompaqSmartArray): /proc/array/ida0 can contain more than one ida/c0d0p* 2001/01/28 dam's * share/help.xpm, network.pm, ChangeLog, netconnect.pm: updated 2001/01/28 Pixel * install_steps_interactive.pm (choosePartitionsToFormat): fixed horrible bug causing reiserfs partitions not to be displayed/asked for formatting. The default value being used. * any.pm (get_autologin): adapt to new format of sysconfig/desktop 2001/01/28 Pixel * install_steps_interactive.pm (choosePartitionsToFormat): fixed horrible bug causing reiserfs partitions not to be displayed/asked for formatting. The default value being used. * any.pm (get_autologin): adapt to new format of sysconfig/desktop 2001/01/28 Pixel * install_steps_interactive.pm (choosePartitionsToFormat): fixed horrible bug causing reiserfs partitions not to be displayed/asked for formatting. The default value being used. * any.pm (get_autologin): adapt to new format of sysconfig/desktop 2001/01/28 siegel * share/po/de.po: new german version 2001/01/26 dam's * interactive_gtk.pm: updated embedded mode * standalone/drakboot: added embedded mode 2001/01/26 Guillaume Cottenceau * mdk-stage1/dietlibc/include/stdio.h: adjust include files to compile bzlib * mdk-stage1/stage1.c: restore passing of pcmcia info to stage2 * mdk-stage1/bzlib/compress.c, mdk-stage1/bzlib/bzlib.c, mdk-stage1/bzlib/randtable.c, mdk-stage1/bzlib/huffman.c, mdk-stage1/modules.c, mdk-stage1/bzlib/crctable.c, mdk-stage1/bzlib/decompress.c, mdk-stage1/bzlib/Makefile, mdk-stage1/bzlib/bzlib_private.h, mdk-stage1/tools.c, mdk-stage1/Makefile, mdk-stage1/bzlib/blocksort.c: - use bzlib instead of zlib to reduce overall size - take home my own bzlib code to (1) reduce code size with good compile options (2) make it compile and link against dietlibc * mdk-stage1/mar/mar-extract-only.c, mdk-stage1/mar/mar-extract-only.h, mdk-stage1/mar/mar-frontend.c, mdk-stage1/mar/mar.h, mdk-stage1/mar/Makefile: mar now uses bzlib, no more zlib * mdk-stage1/pci-resource/update-pci-ids.pl: comply to new "mar -l" format 2001/01/26 Pixel * install_steps_gtk.pm (installPackages): prepare for advertising... * interactive_newt.pm (ask_from_entries_refW): major rework for new format, still need work (ask_from_entries_refW): use NEWT_FLAG_PASSWORD (aka 1<<11) instead of NEWT_FLAG_HIDDEN (myTextbox): wrap the text if needed (myTextbox): use a vertical scrollbar if needed * Newt/Newt.xs (newtFormAddGrid): new name for newtGridAddComponentsToForm, swap parameters for much better understanding (newtListboxGetCurrent): returns a SV (together with newtListboxAddEntry) (newtListboxAddEntry): data is now a SV 2001/01/26 siegel * share/po/de.po: . 2001/01/26 Pixel * install_steps_gtk.pm (installPackages): prepare for advertising... * interactive_newt.pm (ask_from_entries_refW): major rework for new format, still need work (ask_from_entries_refW): use NEWT_FLAG_PASSWORD (aka 1<<11) instead of NEWT_FLAG_HIDDEN (myTextbox): wrap the text if needed (myTextbox): use a vertical scrollbar if needed * Newt/Newt.xs (newtFormAddGrid): new name for newtGridAddComponentsToForm, swap parameters for much better understanding (newtListboxGetCurrent): returns a SV (together with newtListboxAddEntry) (newtListboxAddEntry): data is now a SV 2001/01/26 Pixel * install_steps_gtk.pm (installPackages): prepare for advertising... * interactive_newt.pm (ask_from_entries_refW): major rework for new format, still need work (ask_from_entries_refW): use NEWT_FLAG_PASSWORD (aka 1<<11) instead of NEWT_FLAG_HIDDEN (myTextbox): wrap the text if needed (myTextbox): use a vertical scrollbar if needed * Newt/Newt.xs (newtFormAddGrid): new name for newtGridAddComponentsToForm, swap parameters for much better understanding (newtListboxGetCurrent): returns a SV (together with newtListboxAddEntry) (newtListboxAddEntry): data is now a SV 2001/01/25 dam's * install2.pm: disable steps 'packages choice', 'configure X', and 'configure' 'printer' * install_steps_interactive.pm: don't oblige user addition * network.pm: display ethernet module * netconnect.pm: network informations filled into $prefix/var/lib/naat/configuration 2001/01/25 Guillaume Cottenceau * mdk-stage1/stage1-data/stage1.tar.bz2: restore symlink /sbin/sh -> /usr/bin/sh for stage2 * mdk-stage1/probing.h: better tightness of probing stuff * mdk-stage1/probing.c: better tightness of probing stuff print warning message when insmod of PCI-detected device fails * mdk-stage1/stage1.c: - mdk-stage1: now linux-2.4 uses floppy.o to access floppy drives - remove fat/vfat modules from some boot floppies now that we don't need it anymore * mdk-stage1/pci-resource/update-pci-ids.pl: re-integrate autoprobe of tulip network cards, kernel-2.4 has strange way to classify some of its net modules.. 2001/01/25 Pablo Saratxaga * share/po/it.po: Waw, italian translator is very fast :) updated Indonesian and Italian fiels * share/po/id.po: updated Indonesian and Italian fiels * share/locales.tar.bz2: added iso9 locale definitions * lang.pm: fixed LANGUAGE for mk locale 2001/01/25 Pixel * install_any.pm (spawnShell): fix error message 2001/01/24 Guillaume Cottenceau * mdk-stage1/stage1-data/stage1.tar.bz2: - clean up deprecated symlinks (insmod, rmmod, cardmgr) - remove unecessary device files * mdk-stage1/pcmcia/cardmgr.c, mdk-stage1/pcmcia/lex_config.c, mdk-stage1/pcmcia/vg468.h, mdk-stage1/pcmcia/cardmgr.h, mdk-stage1/pcmcia/bulkmem.h, mdk-stage1/pcmcia/i82365.h, mdk-stage1/pcmcia/cirrus.h, mdk-stage1/pcmcia/driver_ops.h, mdk-stage1/pcmcia/config.h, mdk-stage1/pcmcia/version.h, mdk-stage1/pcmcia/cistpl.h, mdk-stage1/stage1.c, mdk-stage1/pcmcia_config.patch, mdk-stage1/pcmcia/cs.h, mdk-stage1/pcmcia/Makefile, mdk-stage1/pcmcia/ds.h, mdk-stage1/pcmcia/pcmcia.h, mdk-stage1/pcmcia/cs_types.h, mdk-stage1/pcmcia/yacc_config.c, mdk-stage1/Makefile, mdk-stage1/pcmcia/tcic.h, mdk-stage1/pcmcia/yacc_config.h, mdk-stage1/pcmcia/pcmcia_probe.c: stage1: add pcmcia 2001/01/24 Pixel * partition_table.pm (%types): s|Compaq|Compaq/HP| per request of fpitoun * install_steps.pm (afterInstallPackages): cleanup * interactive.pm: better documentation of ask_from_entries_refH features (entry) 2001/01/24 Guillaume Cottenceau * mdk-stage1/stage1-data/stage1.tar.bz2: - clean up deprecated symlinks (insmod, rmmod, cardmgr) - remove unecessary device files * mdk-stage1/pcmcia/cardmgr.c, mdk-stage1/pcmcia/lex_config.c, mdk-stage1/pcmcia/vg468.h, mdk-stage1/pcmcia/cardmgr.h, mdk-stage1/pcmcia/bulkmem.h, mdk-stage1/pcmcia/i82365.h, mdk-stage1/pcmcia/cirrus.h, mdk-stage1/pcmcia/driver_ops.h, mdk-stage1/pcmcia/config.h, mdk-stage1/pcmcia/version.h, mdk-stage1/pcmcia/cistpl.h, mdk-stage1/stage1.c, mdk-stage1/pcmcia_config.patch, mdk-stage1/pcmcia/cs.h, mdk-stage1/pcmcia/Makefile, mdk-stage1/pcmcia/ds.h, mdk-stage1/pcmcia/pcmcia.h, mdk-stage1/pcmcia/cs_types.h, mdk-stage1/pcmcia/yacc_config.c, mdk-stage1/Makefile, mdk-stage1/pcmcia/tcic.h, mdk-stage1/pcmcia/yacc_config.h, mdk-stage1/pcmcia/pcmcia_probe.c: stage1: add pcmcia 2001/01/24 Pixel * partition_table.pm (%types): s|Compaq|Compaq/HP| per request of fpitoun * install_steps.pm (afterInstallPackages): cleanup * interactive.pm: better documentation of ask_from_entries_refH features (entry) 2001/01/23 Pablo Saratxaga * share/po/be.po, share/po/sp.po, share/po/pt.po, share/po/DrakX.pot, share/po/es.po, share/po/fr.po, share/po/bg.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/ko.po, share/po/cy.po, share/po/nl.po, share/po/ja.po, share/po/wa.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/fi.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/ca.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/cs.po, share/po/af.po: updated Greek file 2001/01/22 dam's * install_steps_interactive.pm, netconnect.pm: corrected slide bar, and added network conf save in /root/networking.tmp 2001/01/22 Guillaume Cottenceau * mdk-stage1/network.c: add automatic support in choice of NET device, in case of multiple NET devices consistent dot-terminated error messages, consistent no-dot log messages re-put Netmask input per default (void entry -> automatic guess) * mdk-stage1/stage1.c, mdk-stage1/dhcp.c, mdk-stage1/modules.c: consistent dot-terminated error messages, consistent no-dot log messages 2001/01/22 Pablo Saratxaga * share/po/id.po: updated Indonesian file * share/po/be.po, share/po/sp.po, share/po/pt.po, share/po/es.po, share/po/fr.po, share/po/bg.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/ko.po, share/po/cy.po, share/po/nl.po, share/po/ja.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, netconnect.pm, share/po/no.po, share/po/fi.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/ca.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/cs.po, share/po/af.po: updated po files * share/po/wa.po: updated po files updated pot file * install2.pm, lang.pm: fixed the places where console fonts and related files are put under /etc/sysconfig to the places really used by console-tools * share/po/DrakX.pot: updated pot file * share/po/hr.po: updated po files updated Croatian file 2001/01/22 Pixel * pkgs.pm (read_rpmsrate): if $packages is undef, ignore it. That way, read_rpmsrate can be called standalone. * network.pm, install_steps_interactive.pm, netconnect.pm, my_gtk.pm, install_interactive.pm, install2.pm, partition_table.pm, install_any.pm, any.pm, printerdrake.pm, Xconfigurator.pm, diskdrake.pm: $::beginner is deprecated, replaced by !$::expert 2001/01/21 Guillaume Cottenceau * mdk-stage1/url.c, mdk-stage1/network.c: allow providing void password in network/ftp installs 2001/01/21 Pixel * interactive_gtk.pm (create_ctree): fix case with formatted list 2001/01/21 Guillaume Cottenceau * mdk-stage1/stage1.c, mdk-stage1/nfsmount.c: fix remaining perror's * mdk-stage1/url.c, mdk-stage1/network.c: allow providing void password in network/ftp installs 2001/01/21 Pixel * interactive_gtk.pm (create_ctree): fix case with formatted list 2001/01/21 Guillaume Cottenceau * mdk-stage1/stage1.c, mdk-stage1/nfsmount.c: fix remaining perror's 2001/01/21 Pablo Saratxaga * share/po/pt_BR.po, share/po/da.po: updated Danish and Brazilian files 2001/01/21 Guillaume Cottenceau * mdk-stage1/nfsmount.c: fix remaining perror's * mdk-stage1/stage1.c: fix remaining perror's - better msg in fatal errors - do not include code to spawn a shell for releases 2001/01/21 Pablo Saratxaga * share/po/pt_BR.po, share/po/da.po: updated Danish and Brazilian files 2001/01/21 Pixel * install_steps_interactive.pm (selectMouse): use ask_from_treelist_ * interactive.pm (ask_from_treelist_): created, split with the separator, call translate on words, then re-join. 2001/01/19 François Pons * install_any.pm: fixes for CD not changeable. * install_steps_interactive.pm: fixed unselect group and inoperant individual package selection. removed expert mode and install class. 2001/01/18 François Pons * install_steps.pm: fixed obligation of relative large install, now minimum is lesser. * install_steps_gtk.pm: make sure no ratio above 1 can occur, still need to see why as it happens on install-abort-choices-install or install-abort-choices-fs-format(none)-choices-install * live_install: update live install to match /tmp/image instead of /tmp/rhimage. 2001/01/17 François Pons * install_steps.pm, install_any.pm: fixes with /tmp/rhimage and /tmp/image. * pkgs.pm: update to use new header file format in hdlist (added arch) but depslist has not it... * install2.pm: fixes with /tmp/rhimage and /tmp/image 2001/01/16 Pablo Saratxaga * share/po/bg.po: updated bulgarian file 2001/01/12 Guillaume Cottenceau * mdk-stage1/url.c: use strrchr instead of doing it by hand * mdk-stage1/insmod-busybox/busybox.h, mdk-stage1/insmod-busybox/utility.c, mdk-stage1/insmod-busybox/insmod.c: - replace remaining perror's with log_perror's - little code cleanup * mdk-stage1/stage1-data/stage1.tar.bz2, mdk-stage1/stage1-data/stage1-with-sash.tar.bz2: add /dev/fd0 * mdk-stage1/stage1.c, mdk-stage1/modules.h, mdk-stage1/tools.c, mdk-stage1/tools.h, mdk-stage1/disk.c, mdk-stage1/modules.c: - add load of third party modules in Expert mode (PS rulz) 2001/01/12 siegel * share/po/de.po: updates 2001/01/12 François Pons * install_steps_interactive.pm: fixed addUser for invocation of any::ask_users. fixed bad invocation of installation of X server. 2001/01/12 Guillaume Cottenceau * mdk-stage1/cdrom.c: add more memory carefulness with CDROM install - add wait_message for initializing of CDROM's (it can be long when it's SCSI) - print CDROM drive names (model) in dialogs * mdk-stage1/mount.c, mdk-stage1/lomount.c, mdk-stage1/disk.c: - fix behaviour with bad ISO images (DISK installs) - better dialogs for DISK installs 2001/01/12 Pablo Saratxaga * lang.pm: make lang list in format for tree-selector 2001/01/11 Guillaume Cottenceau * mdk-stage1/disk.c: fix failing umount for DISK installs in some failing loopback situations act nicely when no partitions are found on some disk * mdk-stage1/modules.h: polish generic blank.img situation (no modules and/or modules.dep available) * mdk-stage1/lomount.c: fix failing umount for DISK installs in some failing loopback situations better log messages continue anyway when insmod'ing of modules fail (for blank.img) * mdk-stage1/probing.c: close some fd's * mdk-stage1/stage1.c, mdk-stage1/modules.c: polish generic blank.img situation (no modules and/or modules.dep available) continue anyway when insmod'ing of modules fail (for blank.img) 2001/01/11 Guillaume Cottenceau * mdk-stage1/Makefile, mdk-stage1/disk.c: - add DISK install from ISO image file - add FTP - add HTTP - use single place for mountpoints and static directories * mdk-stage1/hack, mdk-stage1/lomount.c, mdk-stage1/lomount.h: - add DISK install from ISO image file * mdk-stage1/stage1.c, mdk-stage1/config-stage1.h, mdk-stage1/stage1.h, mdk-stage1/tools.c, mdk-stage1/stdio-frontend.c, mdk-stage1/cdrom.c, mdk-stage1/tools.h, mdk-stage1/newt-frontend.c, mdk-stage1/network.c: - add FTP - add HTTP - use single place for mountpoints and static directories * mdk-stage1/insmod-busybox/Config.h: tweak config 2001/01/11 Pixel * standalone/adduserdrake: adduserdrake may handles autologin * install_steps.pm (addUser): set autologin * install2.pm (addUser): moved setAuthentication to install_steps::addUser * install_steps_interactive.pm (addUser): fix 2001/01/11 dam's * install_steps.pm, install_steps_interactive.pm, ChangeLog, netconnect.pm: updated 2001/01/11 Guillaume Cottenceau * mdk-stage1/pci-resource/update-pci-ids.pl: remove nasty messages when mar or marfiles not available to perform consistency check 2001/01/11 Pixel * install_steps.pm (configureX): call directly $o->pkg_install, no need to add 'XFree86-' at the beginning (addUser): use any::write_passwd_user (setRootPassword): use any::write_passwd_user (configureX): fix bad $install given to Xconfigurator::main * any.pm (write_passwd_user): add or update an entry in /etc/passwd (ask_users): created, interactively ask users to add (used in adduserdrake and install) (allocUsers, addUsers): changed the prototype (setupBootloader): grep out fat partitions for the "Boot device" propositions (people are too stupid) * my_gtk.pm (main): third argument is a function to call before leaving in case of "cancel" clicked. * interactive_gtk.pm (create_ctree): fix default value selecting failing (in case of "format") (ask_from_entries_refW): apply "format" on label when icon is missing for iconlist (ask_from_entries_refW): handle "canceled" callback. Permits to overrule the cancel. * install_any.pm (g_auto_install): deep copy of $o->{users} because we're modifying it * install_steps_interactive.pm (addUser): use any::ask_users * standalone/adduserdrake: use any::ask_users * Xconfig.pm (getinfoFromDDC): removed devices::make("/dev/zero") (now in install2::main) * install2.pm (main): move devices::make("/dev/zero") needed by ddcxinfos here * interactive.pm (ask_from_entries_refH_powered_normalize): "canceled" callback defaults to "sub { 0 }" 2001/01/11 Pixel * interactive_gtk.pm (ask_from_entries_refW): apply "format" on label when icon is missing for iconlist (ask_from_entries_refW): handle "canceled" callback. Permits to overrule the cancel. * install_steps.pm (configureX): call directly $o->pkg_install, no need to add 'XFree86-' at the beginning (addUser): use any::write_passwd_user (setRootPassword): use any::write_passwd_user (configureX): fix bad $install given to Xconfigurator::main * any.pm (write_passwd_user): add or update an entry in /etc/passwd (ask_users): created, interactively ask users to add (used in adduserdrake and install) (allocUsers, addUsers): changed the prototype (setupBootloader): grep out fat partitions for the "Boot device" propositions (people are too stupid) * my_gtk.pm (main): third argument is a function to call before leaving in case of "cancel" clicked. * install_any.pm (g_auto_install): deep copy of $o->{users} because we're modifying it * install_steps_interactive.pm (addUser): use any::ask_users * standalone/adduserdrake: use any::ask_users * Xconfig.pm (getinfoFromDDC): removed devices::make("/dev/zero") (now in install2::main) * install2.pm (main): move devices::make("/dev/zero") needed by ddcxinfos here * interactive.pm (ask_from_entries_refH_powered_normalize): "canceled" callback defaults to "sub { 0 }" 2001/01/11 Pixel * Xconfigurator.pm (autologin): moved to package any * interactive_gtk.pm (ask_from_entries_refW): apply "format" on label when icon is missing for iconlist (ask_from_entries_refW): handle "canceled" callback. Permits to overrule the cancel. * install_steps.pm (configureX): call directly $o->pkg_install, no need to add 'XFree86-' at the beginning (addUser): use any::write_passwd_user (setRootPassword): use any::write_passwd_user (configureX): fix bad $install given to Xconfigurator::main * any.pm (write_passwd_user): add or update an entry in /etc/passwd (ask_users): created, interactively ask users to add (used in adduserdrake and install) (allocUsers, addUsers): changed the prototype (setupBootloader): grep out fat partitions for the "Boot device" propositions (people are too stupid) * my_gtk.pm (main): third argument is a function to call before leaving in case of "cancel" clicked. * install_any.pm (g_auto_install): deep copy of $o->{users} because we're modifying it * Makefile.config (STANDALONEPMS): remove netdrake (which is deprecated) * install_steps_interactive.pm (addUser): use any::ask_users * standalone/adduserdrake: use any::ask_users * Xconfig.pm (getinfoFromDDC): removed devices::make("/dev/zero") (now in install2::main) * install2.pm (main): move devices::make("/dev/zero") needed by ddcxinfos here * interactive.pm (ask_from_entries_refH_powered_normalize): "canceled" callback defaults to "sub { 0 }" 2001/01/10 Guillaume Cottenceau * mdk-stage1/dietlibc/dietfeatures.h: tweak dietlibc config to get minimal size * mdk-stage1/dietlibc/lib/vsscanf.c, mdk-stage1/dietlibc/lib/ttyname.c: remove warnings from compile 2001/01/10 Pixel * interactive_gtk.pm (ask_from_entries_refW): add handling of 'changed' callback on clist/list/ctree * install_steps.pm (addUser): use any::pack_passwd (setRootPassword): use any::unpack_passwd and any::pack_passwd * Xconfigurator.pm (cardConfiguration): adapt for $install which is generic (autologin): use $install which is now generic * install_steps_interactive.pm (selectLanguage): many_languages choice moved there as advanced * my_gtk.pm (create_packtable): yet another try to have something nice :) !! uses Gtk::Table::attach_raw which is available in perl-GTK-0.7004-6mdk !! (create_box_with_title): with the size given to set_usize for the scroll containing the text widget in case of long text. and don't let the scroll grow. (gtktext_insert): remove adding an ending "\n" (no more needed?) * any.pm (setAutologin): cleanup (pack_passwd, unpack_passwd): created 2001/01/10 dam's * install_steps_interactive.pm: corrected last message . firewall 2001/01/10 Guillaume Cottenceau * modules.pm: fix modules.pm for modules to be skept in stage1 (ppa, imm, parport*, plip) 2001/01/10 Pixel * interactive_gtk.pm (ask_from_entries_refW): add handling of 'changed' callback on clist/list/ctree * install_steps.pm (addUser): use any::pack_passwd (setRootPassword): use any::unpack_passwd and any::pack_passwd * my_gtk.pm (create_packtable): yet another try to have something nice :) !! uses Gtk::Table::attach_raw which is available in perl-GTK-0.7004-6mdk !! (create_box_with_title): with the size given to set_usize for the scroll containing the text widget in case of long text. and don't let the scroll grow. (gtktext_insert): remove adding an ending "\n" (no more needed?) * any.pm (setAutologin): cleanup (pack_passwd, unpack_passwd): created * Xconfigurator.pm (cardConfiguration): adapt for $install which is generic (autologin): use $install which is now generic * install_steps_interactive.pm (selectLanguage): many_languages choice moved there as advanced * standalone/printerdrake, standalone/keyboarddrake, standalone/draknet2, standalone/livedrake, standalone/drakboot, standalone/draksec, standalone/netdrake, standalone/mousedrake, standalone/drakgw, standalone/drakxservices, standalone.pm, standalone/draknet, standalone/XFdrake, standalone/diskdrake, standalone/adduserdrake, standalone/drakxconf: use standalone and standalone::pkgs_install 2001/01/09 Pixel * any.pm (drakx_version): nicer (4gc) * install2.pm (main): log::l the drakx_version * my_gtk.pm (create_packtable): no_expand option added * interactive.pm (ask_from_entries_refH_powered_normalize): field "disabled" added, "advanced_messages" added * lang.pm (langs): created (transform the $o->{langs} hash ref in a list) (pack_langs): use lang::langs * install_steps.pm (selectLanguage): $o->{langs} is now a ref so initialize as such * Makefile (get_needed_files): generate /usr/share/VERSION which contains the version of ChangeLog (which is updated at each upload) * install_steps_interactive.pm (choosePartitionsToFormat): handle "check for bad blocks" as advanced (setRootPassword): remove choosing non-md5 or non-shadow passwords. * install_any.pm (setPackages): use lang::langs instead of using $o->{langs} as a array ref (it is not so anymore) (spawnShell): print the drakx_version 2001/01/08 Pixel * interactive.pm: fixes (ask_from_treelistf, ask_from_treelist): now use ask_from_entries_refH (ask_from_entries_refH_powered): remove "1;" (was there for debugging) * interactive_gtk.pm: fixes (ask_from_treelistW): removed (create_ctree): created, used for ``type => treelist'' entries * my_gtk.pm: fixes * ChangeLog: New snapshot uploaded 2001/01/07 Pablo Saratxaga * share/po/sr.po, share/po/sp.po, share/po/no.po, share/po/cs.po: updated Czech, Norwegian and Serbian files 2001/01/07 Pixel * install_steps_interactive.pm: update code for new ask_from_entries_refH which doesn't handle optional ok/cancel names in arg 1. must be handled via ask_from_entries_refH_powered (selectLanguage, selectKeyboard): use ask_from_entries_refH instead of ask_from_listf_, it enables the use of advanced * any.pm, printerdrake.pm: update code for new ask_from_entries_refH which doesn't handle optional ok/cancel names in arg 1. must be handled via ask_from_entries_refH_powered * interactive.pm: update code for new ask_from_entries_refH which doesn't handle optional ok/cancel names in arg 1. must be handled via ask_from_entries_refH_powered (ask_from_listf_no_check): replaces ask_from_list_no_check (ask_from_entries_refH_powered): sorts the list if needed or wanted * partition_table_raw.pm (test_for_bad_drives): created - ugly stuff needed mainly for Western Digital IDE drives - try writing what we've just read, yells if it fails - testing on last sector of head #0 (unused in 99% cases) * ftp.pm (getFile): make it work (it used to dead-loop when getFile'ing an non-existent file, stressing the ftp server :-/ ) for the moment, just release cdrom.img, hd.img and hdreiser.img others should should come... * install_steps.pm: for the moment, just release cdrom.img, hd.img and hdreiser.img others should should come... * interactive_gtk.pm (ask_from_listW): removed (create_list): calls "format" on list elems before prompting them (create_clist): created (ask_from_entries_refW): calls create_clist in case of list with no help * install_steps_gtk.pm (installPackages): autoflush stdout before beeping (installPackages): don't take into account the time when prompting the user * common.pm (may_apply): added * install_any.pm (getHds): test_for_bad_drives called on hard drives (getHds): ensure $o->{hds} is not set until the hard drives are checked 2001/01/06 Pixel * keyboard.pm (setup): don't xmodmap if DISPLAY is unset * ChangeLog: New snapshot uploaded New snapshot uploaded 2001/01/06 Pixel * keyboard.pm (setup): don't xmodmap if DISPLAY is unset * ChangeLog: New snapshot uploaded 2001/01/06 Pixel * keyboard.pm (setup): don't xmodmap if DISPLAY is unset * standalone/rpmdrake: deprecated (and has been for a long time now) * network.pm, install_steps_interactive.pm, netconnect.pm, install_interactive.pm, standalone/adduserdrake, any.pm, Makefile.config, printerdrake.pm, Xconfigurator.pm, diskdrake.pm: ask_from_entries_refH parameter format has changed so change all accesses to it. 2001/01/05 François Pons * lang.pm, keyboard.pm: forget _exit in child process after a fork of DrakX removed need of packdrake binary * Xconfigurator.pm: use of SHARE_PATH for MonitorsDB, Cards+, CardsNames * live_install2: cleanup to keep libperl.so but the right one * live_install: no more copy of files on live system, now use environment variable by DrakX cleanup * perl2fcalls: added packdrake call (via new but incomplete) and package * install_any.pm, commands.pm, pkgs.pm: removed need of packdrake binary * netconnect.pm: fixed syntax error * modules.pm: eval insmoding ide-cd (just in case) removed need of packdrake binary 2001/01/05 Pablo Saratxaga * share/po/ja.po, share/po/ca.po, share/po/az.po: updated Azeri, Catalan and Japanese files 2001/01/05 Pixel * mouse.pm: help cperl-mode * interactive_gtk.pm, network.pm, install_steps_interactive.pm, my_gtk.pm, interactive.pm, printerdrake.pm, Xconfigurator.pm, diskdrake.pm: move to new ask_from's: - ask_from_entries_ref is deprecated, use ask_from_entries_refH - ask_from_list now calls ask_from_entries_refH_powered still not done: - ask_from_treelist should use ask_from_entries_refH_powered, and lists with no help should use CList (List is bad) - keyboard and mouse binding is still rough - enhance the look * keyboard.pm: add the percentage of each keyboard types (as a comment for now) 2001/01/04 dam's * netconnect.pm: cleaned... everything should be buggy. 2001/01/04 François Pons * pkgs.pm: fixed some old $p->{file} by new $p->[$FILE] code cleanup and fixes for lilo not upgrade 2001/01/04 Pablo Saratxaga * install_any.pm: fixed the functions doing the lists of languages * lang.pm: fixed the functions doing the lists of languages The list of languages now has complete locale names insted of just language code (that is needed to differentiate zh_CN and zh_TW among others) * share/po/be.po, share/po/sp.po, share/po/pt.po, share/po/DrakX.pot, share/po/es.po, share/po/fr.po, share/po/bg.po, share/po/ga.po, share/po/sr.po, share/po/de.po, share/po/et.po, share/po/tr.po, share/po/az.po, share/po/ru.po, share/po/pt_BR.po, share/po/hr.po, share/po/ko.po, share/po/cy.po, share/po/nl.po, share/po/ja.po, share/po/wa.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/id.po, share/po/pl.po, share/po/fi.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/ca.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/cs.po, share/po/af.po: updated Brazilian file * share/po/eu.po: updated Basque file updated Brazilian file 2001/01/04 Pixel * Xconfigurator.pm: some pixelization using the new if_ * install_steps_interactive.pm (setRootPassword): fix pixelization keep $o->{langs} unpacked to simplify things if_ pixelization * common.pm (%EXPORT_TAGS): add if_ in "common" exported tags (if_): created. Use it to replace things like ($::expert ? $val : ()) by if_($::expert, $val) * keyboard.pm: nl keyboard is not used, so defaults to us_intl * lang.pm, install_steps.pm, pkgs.pm, install_any.pm: keep $o->{langs} unpacked to simplify things * netconnect.pm: quite a few clean-up (and buggying) 2001/01/03 dam's * install_steps_interactive.pm: admin user removed before beeing added * netconnect.pm: corrected typo LAN is configured with default value if firewall 2001/01/03 François Pons * diskdrake.pm: fixed invocation of change_type by clicking on legend unless expert * install2.pm: fixed usage with testing * install_steps.pm: fixed some other services to start in case something gets wrong, this fixes some deadlock on upgrade from 7.0. fixed usage with testing * partition_table.pm: fixed overlapping partitions between one extended and one regular primary. should be accepted (log printed instead of error) as diskdrake allow their creation in expert. 2001/01/03 Guillaume Cottenceau * modules.pm: add checks of dependencies on marfiles fix a couple of broken dependencies in modules.pm 2001/01/03 Pablo Saratxaga * lang.pm, share/locales.tar.bz2: locales in glibc 2.2 format 2001/01/03 Pixel * install2.pm (main): move the setting of PATH and spawnShell *after* setting $prefix 2000/12/31 Pablo Saratxaga * share/rpmsrate: added a few locales dependences 2000/12/29 Pixel * install_steps.pm (addUser): typo fix * ChangeLog: New snapshot uploaded * ftp.pm (getFile): recall getFile after rewindGetFile 2000/12/29 Pixel * install_steps.pm (addUser): typo fix * ftp.pm (getFile): recall getFile after rewindGetFile 2000/12/28 Pixel * Makefile: now /usr/lib/X11 is a relative symlink to please mirrors and jako 2000/12/26 Chmouel Boudjnah * keyboard.pm: Add the very ghost option REMOVE_MOD_META_L. 2000/12/26 Pablo Saratxaga * share/po/be.po, share/po/sp.po, share/po/pt.po, share/po/DrakX.pot, share/po/es.po, share/po/fr.po, share/po/bg.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/ko.po, share/po/cy.po, share/po/nl.po, share/po/ja.po, share/po/wa.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/id.po, share/po/pl.po, share/po/fi.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/ca.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/cs.po, share/po/af.po: updated Lithuanian file 2000/12/22 dam's * install_steps.pm, install_steps_interactive.pm: corrected admin user setting for firewall install. 2000/12/22 François Pons * modules.pm: fixed load_multi on live. added back all removed module with the new great mdk-stage1 of gégé. 2000/12/22 Guillaume Cottenceau * modules.pm: make them work with kernel-2.4 by disabling non existent modules 2000/12/22 Pixel * interactive_gtk.pm, install2.pm: commit symlink /tmp/image /tmp/rhimage 2000/12/21 Pixel * ChangeLog: New snapshot uploaded 2000/12/21 dam's * install2.pm: firewall : automatic class set when firewall (beginner=0) * install_steps_interactive.pm: if firewall, admin password obliged * install_steps.pm: added setAdminpassword (a little bit redundant, sorry) * any.pm: corrected module stuff.. Thanx to pixel 2000/12/20 Pixel * install_steps_gtk.pm (selectMouse): unsure the device exists * unused/christmas-karaoke.patch: handle isa cards 2000/12/19 Pixel * ChangeLog: New snapshot uploaded New snapshot uploaded 2000/12/19 dam's * standalone/pixmaps/logo1.xpm, standalone/pixmaps/px3.xpm, standalone/pixmaps/draknet4.xpm, standalone/pixmaps/draknet1.xpm, standalone/pixmaps/modem.xpm, standalone/pixmaps/logo2.xpm, standalone/pixmaps/util6.gif, standalone/pixmaps/unknown.xpm, standalone/pixmaps/drakgw.xpm, standalone/pixmaps/px4.xpm, standalone/pixmaps/draknet5.xpm, standalone/pixmaps/px1.xpm, standalone/pixmaps/draknet2.xpm, standalone/pixmaps/logo3.xpm, standalone/pixmaps/util7.gif, standalone/pixmaps/port.xpm, standalone/pixmaps/draknet.xpm, standalone/pixmaps/ethernet.xpm, standalone/pixmaps/isdn.xpm, standalone/pixmaps/px2.xpm, standalone/pixmaps/draknet3.xpm: added control-center. 2000/12/19 Pixel * modules.pm: when loading /snd-card-/ module, load snd-pcm-oss * unused/christmas-karaoke.patch: Happy Christmas :) * install_any.pm: spawnShell: set DISPLAY, just in case :) * install2.pm: set PATH before doing spawnShell * Makefile: /usr/lib/X11 now exists on non-sparc (was only for sparc) * ChangeLog: New snapshot uploaded 2000/12/18 dam's * interactive_gtk.pm: added embedded support for control-center corrected embedded support. new control center and related * netconnect.pm: corrected typo corrected typo * standalone/drakxservices, standalone/control-center, ChangeLog, standalone/XFdrake, standalone/draknet2, standalone/adduserdrake, standalone/drakboot: new control center and related * install_gtk.pm: added firewall support * install2.pm: included firewall handling changed firewall comportement * install_steps_interactive.pm: changed firewall comportement * modules.pm: corrected bad mergeinconf 2000/12/18 Pixel * Makefile, share/keymaps_generate: tar and bzip2 is cfj/xfj and no more cfI/xfI remove isdndb.net 2000/12/19 dam's * standalone/pixmaps/logo1.xpm, standalone/pixmaps/px3.xpm, standalone/pixmaps/draknet4.xpm, standalone/pixmaps/draknet1.xpm, standalone/pixmaps/modem.xpm, standalone/pixmaps/logo2.xpm, standalone/pixmaps/util6.gif, standalone/pixmaps/unknown.xpm, standalone/pixmaps/drakgw.xpm, standalone/pixmaps/px4.xpm, standalone/pixmaps/draknet5.xpm, standalone/pixmaps/px1.xpm, standalone/pixmaps/draknet2.xpm, standalone/pixmaps/logo3.xpm, standalone/pixmaps/util7.gif, standalone/pixmaps/port.xpm, standalone/pixmaps/draknet.xpm, standalone/pixmaps/ethernet.xpm, standalone/pixmaps/isdn.xpm, standalone/pixmaps/px2.xpm, standalone/pixmaps/draknet3.xpm: added control-center. 2000/12/19 Pixel * modules.pm: when loading /snd-card-/ module, load snd-pcm-oss * unused/christmas-karaoke.patch: Happy Christmas :) * install_any.pm: spawnShell: set DISPLAY, just in case :) * install2.pm: set PATH before doing spawnShell * Makefile: /usr/lib/X11 now exists on non-sparc (was only for sparc) 2000/12/18 dam's * interactive_gtk.pm: added embedded support for control-center corrected embedded support. new control center and related * netconnect.pm: corrected typo corrected typo * standalone/drakxservices, standalone/control-center, ChangeLog, standalone/XFdrake, standalone/draknet2, standalone/adduserdrake, standalone/drakboot: new control center and related * install_gtk.pm: added firewall support * install2.pm: included firewall handling changed firewall comportement * install_steps_interactive.pm: changed firewall comportement * modules.pm: corrected bad mergeinconf 2000/12/18 Pixel * Makefile, share/keymaps_generate: tar and bzip2 is cfj/xfj and no more cfI/xfI remove isdndb.net 2000/12/16 Pixel * standalone/mousedrake, standalone/drakgw: use ldetect-lst * Makefile.drakxtools: fix daminetsex use ldetect-lst pci_probing now done by libldetect config files moved in package ldetect-lst * share/list: use ldetect-lst pci_probing now done by libldetect config files moved in package ldetect-lst * any.pm: fix daminetsex * modules.pm, live_install, install2.pm, standalone/lspcidrake, pkgs.pm, mouse.pm: use ldetect-lst for usb => now auto detects mice types :) * c/stuff.xs.pm, detect_devices.pm: use ldetect-lst for usb => now auto detects mice types :) use ldetect-lst pci_probing now done by libldetect config files moved in package ldetect-lst * Makefile.config: fix daminetsex use ldetect-lst * Makefile: use ldetect-lst for usb => now auto detects mice types :) use ldetect-lst * netconnect.pm, share/CardsNames, c/Makefile.PL, Xconfigurator_new.pm, Xconfigurator.pm, share/Cards+, share/MonitorsDB, share/isdndb.net, share/Cards2CardsNames: pci_probing now done by libldetect config files moved in package ldetect-lst 2000/12/15 Pixel * Xconfigurator.pm: Cards+ and CardsNames are moved to ldetect-lst * install_steps.pm: clean all unneeded stuff 2000/12/14 dam's * any_new.pm, netconnect_new.pm: preparing for big jump. * netconnect.pm: Big jump. The *_new.pm are replaced by *.pm Everything should work, but you better test :) * standalone/control-center: big improvement and cosmetic changes a lot of improvement. Is able to launch multiples soft passing in arguments. new file. Its location should change soon. * any.pm: Big jump. The *_new.pm are replaced by *.pm Everything should work, but you better test :) corrected typo. 2000/12/14 Pixel * share/compssList: obsoleted by rpmsrate * share/rpmsrate: obsoletes compssList * share/compssUsers, install_steps.pm, install_steps_interactive.pm, Makefile, install_steps_gtk.pm, install2.pm, pkgs.pm, install_any.pm: move from compssList to rpmsrate * Newt/Newt.xs: cleanup (use of alloca to pass parameters) 2000/12/13 Pablo Saratxaga * share/po/it.po: updated Italian file 2000/12/12 dam's * netconnect.pm: typo + if firewall, don't display 'disable network' * standalone/draknet2: new version... still working on it * ChangeLog: commit * share/themes-mdk-Firewall.rc: added firewall theme * modules.pm: my fault, corrected renaud's patch incorporation * share/logo-mandrake-Firewall.xpm: new logo 2000/12/12 François Pons * share/list: added packdrake.pm as packdrake has been splited. * pkgs.pm: fixed versionCompare to always return number. added checking of version to select obsoletes on upgrade. 2000/12/11 François Pons * install_any.pm: Radeon uses 3D now. * lang.pm: fixed write_langs for upgrade. i18n sucking fixes. * Xconfigurator.pm: Radeon uses 3D hw accel theoritically now. 2000/12/09 Pablo Saratxaga * lang.pm: Added configuration of Vietnamese input server 2000/12/09 Pixel * standalone/adduserdrake: remove debugging code * install2.pm (selectInstallClass): give $clicked to selectInstallClass * interactive_newt.pm (ask_from_entries_refW): reset all hidden entries to null in case of error on hidden entry cuz newt doesn't display null entries, disturbing * install_steps_interactive.pm (formatMountPartitions): the format partition dialog created at first use, so that it doesn't appear if no partitions are formatted. (selectInstallClass): ensure expert choice is kept if it was prechosen (selectInstallClass): if expert pre-chosen, ensure expert is kept * interactive_gtk.pm, install_steps.pm: small renicing 2000/12/08 François Pons * pkgs.pm: fixed bug in list of packages provided by another one. 2000/12/08 Pablo Saratxaga * share/po/pt_BR.po, share/po/no.po, share/po/DrakX.pot, share/po/es.po, share/po/fr.po, share/po/wa.po, share/po/da.po, share/po/de.po, share/po/az.po, share/po/tr.po: updated Brazilian file 2000/12/08 Pixel * install2.pm (main): warn if VERSION file doesn't exist (formatPartitions): call rotate_logs after mounting the partitions * mouse.pm (write_conf): fix to make make test_pms happy * install_steps.pm (exitInstall): save the report.bug in /root/report.bug * any.pm (rotate_logs): created, rotates ddebug.log and install.log in /root * ftp.pm (new): retry in case of ftp connection/login * commands.pm: report_bug: created, returns a string 2000/12/07 dam's * netconnect.pm: corrected ADSL connection choice. corrected typo 2000/12/06 dam's * install2.pm: erare humanum es firewall begins to infect the install :). new meta_class. * share/logo-mandrake-Firewall.xpm: aded logo for firewall * install_gtk.pm: corrected errors left pixmap centered if firewall improved the firewall theme. errare humanum es firewall infects the install. The logo is changed if firewall. 2000/12/06 Pixel * standalone/keyboarddrake: add possibility to use keyboarddrake non-interactive (aka give the keyboard as first parameter) * lang.pm, install_steps.pm, install_steps_interactive.pm, install2.pm, install_any.pm: adapt to the fact that RPM_INSTALL_LANG is obsoloted. Now rpm uses %_install_langs in /etc/rpm/macros 2000/12/05 François Pons * pkgs.pm: final fixes to versionCompare to make sure no deadlock can occurs. * Xconfigurator.pm: restored Matrox G200/G400 hw 3d accel configuration. 2000/12/05 Pablo Saratxaga * share/po/pt_BR.po, share/po/pl.po, share/po/da.po, share/po/fi.po, share/po/es.po: updated several pofiles 2000/12/04 François Pons * install_steps_interactive.pm: use isCdNotEjectable. * common.pm: added function isCdNotEjectable. * share/Cards+: SiS620 card are said to be unsupported by XF4. * pkgs.pm: load only one hdlist in memory if CD is not ejectable (low memory). fixed compareVersion for deadlock. removed silly CODE print on deporder problems. * Xconfigurator.pm: add Options sw_cursor for SiS 6326 in XF3 mode. 2000/12/03 dam's * mouse.pm: incorporated cmodifications in the firewall branch * netconnect.pm: netconnect_new > netconnect.pm * netconnect_consts.pm: incorporated in the firewall branch. * standalone/draknet2: incoporated in the firewall branch * any_new.pm: any_new > any, so we remove it now. * netconnect_new.pm: netconnect_new > netconnect, so we remove it now. incorporated in the firewall branch * modules.pm: incorporated modifications to the firewall branch. Hope they won't break anything... 2000/12/02 dam's * share/po/az.po: correction in firewall incorporated * ChangeLog: first attempt ro build the firewall install * standalone/mousedrake: incorporated in the firewall branch * share/po/ru.po, share/po/no.po, share/po/sk.po: correction incorporated in the firewall branch 2000/11/28 dam's * modules.pm: included reno's patches. Now should work without kudzu. branch to build the firewall install. * standalone/pixmaps/port.xpm, standalone/pixmaps/.xvpics/px4.xpm, standalone/pixmaps/ethernet.xpm, standalone/pixmaps/.xvpics/px1.xpm, standalone/pixmaps/px2.xpm, standalone/pixmaps/unknown.xpm, standalone/pixmaps/.xvpics/px3.xpm, standalone/pixmaps/px4.xpm, standalone/pixmaps/px1.xpm, standalone/pixmaps/.xvpics/px2.xpm, standalone/pixmaps/px3.xpm, standalone/pixmaps/modem.xpm, standalone/pixmaps/isdn.xpm: Initial revision branch to build the firewall install. * partition_table_dos.pm, share/po/bg.po, share/po/sr.po, share/template.in/cdrom.kdelnk.in, share/template.in/cdrom.fsdev.kdelnk.in, share/po/hr.po, c/silo.c, Makefile, share/consolefonts/lat0-sun16, share/themes/DarkMarble-check_off.png, share/themes/marble3d-button_def.png, share/locales.tar.bz2.sparc, do_resize_fat, share/po/wa.po, share/po/is.po, share/themes/DarkMarble-button3_out_prelight.png, resize_fat/main.pm, class_discard.pm, .cvsignore, share/step-orange.xpm, share/reload.xpm, install_interactive.pm, c/README, Xconfig.pm, share/themes.rc, share/themes/marble3d-bg1.png, perl2fcalls, share/themes-blackwhite.rc, share/themes-blueHeart.rc, pkgs.pm, keyboard.pm, share/rpm-installed.xpm, share/po/gl.po, share/po/lv.po, standalone/icons/ftout.xpm, Makefile.drakxtools, http.pm, share/step-green-click.xpm, partition_table_sun.pm, share/themes/focus.png, share/keymaps_generate, lang.pm, verify_c, share/po/.cvsignore, share/ftin.xpm, standalone/draksec, resize_fat/info_sector.pm, share/compssUsers, share/step-orange-on.xpm, Makefile.config, share/list.sparc, share/po/hu.po, run_program.pm, share/themes/marble3d-button4.png, share/rpm-unselected.xpm, share/list.i386, netconnect.pm, share/themes/DarkMarble-button3_out.png, c/md5_crypt.c, share/themes/mdk-toggle_on.png, partition_table.pm, standalone/livedrake, share/diskdrake.rc, share/themes/DarkMarble-check_on.png, standalone/draknet, share/po/br.po, Newt/typemap, share/themes/blueHeart-button2.png, share/po/ro.po, share/list, share/po/cs.po, share/po/be.po, share/po/sp.po, share/step-orange-click.xpm, modparm.pm, share/step-green.xpm, share/rpm-base.xpm, share/themes/marble3d-check1.png, crypto.pm, share/po/eu.po, share/themes/marble3d-button1.png, c/stuff.pm, install_steps.pm, share/Cards2CardsNames, Newt/Makefile.PL, share/themes/mdk-Desktop-bg.png, netconnect_consts.pm, share/po/id.po, share/themes/mdk-check_on.png, share/po/fi.po, share/po/sk.po, standalone/icons/findf.xpm, share/po/lt.po, share/themes/mdk-check_off.png, fs.pm, c/.cvsignore, share/themes/mdk-toggle_off.png, share/po/ca.po, timezone.pm, detect_devices.pm, share/consolefonts/ruscii_8x16, diskdrake.pm, standalone/icons/reload.xpm, share/rpm-selected.xpm, resize_fat/io.pm, Newt/Newt.xs, Newt/.cvsignore, install2, share/po/pt_BR.po, share/themes-marble3d.rc, resize_fat/fat.pm, sbus_probing/main.pm, share/template.in/floppy.fsdev.kdelnk.in, printer.pm, share/po/it.po, resize_fat/.cvsignore, install_steps_interactive.pm, share/themes/mdk-button4.png, live_install, standalone/draknet2, any_new.pm, share/list.alpha, share/rpm-semiselected.xpm, c.pm, share/logo-mandrake-Desktop.xpm, printerdrake.pm, network.pm, share/step-red-on.xpm, share/themes-mdk.rc, share/po/validate.pl, swap.pm, share/themes/blueHeart-button4.png, standalone/keyboarddrake, g_auto_install, share/po/es.po, standalone/lspcidrake, share/po/de.po, partition_table_mac.pm, standalone/mousedrake, devices.pm, share/po/ru.po, resize_fat/c_rewritten.xs, share/po/cy.po, share/themes/mdk-button1.png, netconnect_new.pm, install_any.pm, share/po/nl.po, share/aliases, share/keyboards.tar.bz2, share/po/sv.po, Newt/Av_CharPtrPtr.c, c/stuff.xs.pm, share/themes-DarkMarble.rc, share/step-red.xpm, Newt/Av_CharPtrPtr.h, c/smp.c, share/po/zh_CN.GB2312.po, commands.pm, standalone/icons/find.xpm, perl2etags, share/po/Changelog, standalone/drakboot, resize_fat/dir_entry.pm, share/fonts.tar.bz2, share/install.rc, share/themes/blueHeart-button1.png, share/Cards+, share/po/uk.po, share/MonitorsDB, share/template.in/Dos_.kdelnk.in, standalone/printerdrake, services.pm, share/kmap2bkmap, share/themes/blueHeart-button_def.png, share/po/az.po, share/po/tr.po, common.pm, getpkgs_deps, standalone/drakxconf, share/ftout.xpm, install_gtk.pm, Xconfigurator_consts.pm, share/consolefonts/lat2-sun16, share/po/no.po, resize_fat/boot_sector.pm, share/CardsNames, c/Makefile.PL, share/themes-mdk-Desktop.rc, share/themes/blueHeart-brown_bg1.png, share/logo-mandrake.xpm, share/consolefonts/Cyr_a8x16, standalone/netdrake, standalone/drakgw, share/po/sl.po, standalone/rpmdrake, share/makedev.sh, share/themes/DarkMarble-button3_in_prelight.png, share/themes-blue.rc, install_steps_newt.pm, resize_fat/Makefile.PL, partition_table_empty.pm, my_gtk.pm, share/po/i18n_compssUsers, install2.pm, share/compssList, share/po/fr.po, share/themes/DarkMarble-button3_in.png, standalone/icons/ftin.xpm, share/modparm.lst, raid.pm, standalone/diskdrake, share/po/ko.po, share/template.in/zip.fsdev.kdelnk.in, share/compssUsers.desktop, share/po/ja.po, any.pm, share/isdndb.net, share/template.in/floppy.kdelnk.in, share/step-green-on.xpm, share/step-red-click.xpm, share/po/Makefile, help.pm, share/po/zh_TW.Big5.po, c/sbus.c, genmodparm, share/po/pl.po, share/themes-savane.rc, install_steps_stdio.pm, share/po/th.po, loopback.pm, resize_fat/any.pm, share/po/el.po, install_steps_gtk.pm, Newt/Newt.pm, Xconfigurator.pm, interactive_gtk.pm, standalone/drakxservices, resize_fat/Makefile, fsedit.pm, interactive_stdio.pm, live_install2, resize_fat/directory.pm, share/po/pt.po, install_steps_auto_install.pm, share/po/DrakX.pot, share/themes/mdk-bg.png, share/list.ppc, share/po/ga.po, share/po/et.po, share/keymaps.tar.bz2, partition_table_bsd.pm, c/md5.c, share/help.xpm, share/themes/marble3d-check2.png, ftp.pm, c/md5.h, standalone/adduserdrake, share/themes/marble3d-button2.png, partition_table_raw.pm, share/template.in/zip.kdelnk.in, share/locales.tar.bz2, standalone/icons/fileopen.xpm, share/template.in/kppprc.in, ChangeLog, resize_fat/README, mouse.pm, commands, standalone/XFdrake, share/gconv.tar.bz2, share/po/eo.po, interactive.pm, log.pm, share/themes/DarkMarble-gloom2.png, interactive_newt.pm, share/po/da.po, resize_fat/c_rewritten.pm, bootloader.pm, share/po/af.po: branch to build the firewall install. 2000/11/28 François Pons * install2.pm: change upgrade section for keyboard. * install_steps_gtk.pm: extended chooseSizeToInstall. * install_steps.pm: updated comment. * pkgs.pm: fixed misuse of map with values returing list which are indexed afterward. * install_any.pm: removed some more logs. * keyboard.pm: keep track of unknown keyboard (for upgrade) * install_steps_interactive.pm: modified def_mark to 59 (gl hw acceleration level) and upgrade use this level for newbies so. make sure a recommended upgrade get the minimum and a little more (80). choose default size according to a default mark (currently 49). 2000/11/27 dam's * netconnect_consts.pm: added isdn Gazel card 10b5 1151 2000/11/27 Pixel * partition_table.pm (@bad_types): list of the different type of extended partitions (important_types): remove @bad_types from important_types 2000/11/25 Pablo Saratxaga * share/po/ru.po: updated Russian file 2000/11/24 dam's * mouse.pm: doc + split * netconnect_new.pm: added depmod after having writed modules.conf * standalone/mousedrake: splited 2000/11/24 François Pons * pkgs.pm: avoid .la files for selection. * install_steps.pm: added missing portmap. 2000/11/23 dam's * standalone/draknet2: progressbar. 2000/11/23 François Pons * install_steps_interactive.pm, install_steps_gtk.pm: updated with structural change of pkgs. * install_any.pm: removed some ugly logs. updated with structural change of pkgs. * install_steps.pm: added tempory fix for initscripts %post. updated with structural change of pkgs. * pkgs.pm: synced versionCompare() with rpmtools-2.1-4mdk. removed ugly log on transaction. added special case to avoid counting kernels space when upgrading as these package are not upgraded (just installed). Memory usage optimization, change structure of storing package informations. lot of fork to make sure of freeing memory by perl (no free on used hashes or arrays usable by other than perl), now upgrade takes as much as install which takes at least 0.5Mb less than before. 2000/11/23 Guillaume Cottenceau * share/compssList: put all tina stuff to weight 0 2000/11/21 François Pons * Xconfig.pm: added more subtil upgrade from /etc/X11/XF86Config* files, keep wacom entries. * Xconfigurator.pm: upgrade for XF86Config, take care of resolution and depth wanted. * install_steps.pm: always try to get default from /etc/X11/XF86Config removing logs. * pkgs.pm: cosmetic changes for upgrade, removing some logs. * install_steps_interactive.pm: removed code to ask if take care of /etc/X11/XF86Config* files. added wait message during rebuild of rpm database as it takes some time. * Xconfigurator_new.pm: WARNING 2000/11/21 Pablo Saratxaga * share/po/az.po: updated Azeri file 2000/11/20 François Pons * pkgs.pm: clean up as today filelist is no more. use parsehdlist from rpmtools-2.1-3mdk or above instead of perl code from DrakX forking to simulate a filelist server. this increase performance by 100 to 150% on selection of packages to upgrade. * share/list: added parsehdlist. * c/stuff.xs.pm: removed logs. 2000/11/20 Pixel * share/Cards+: add radeon * install_steps_auto_install.pm (exitInstall): fix message * install_steps.pm (afterInstallPackages): moved the writeandclean_ldsoconf here * fsedit.pm: add /var/ftp and /var/www in the list of propose mount-points 2000/11/17 Guillaume Cottenceau * install_any.pm: add openuniverse to the list of gl apps 2000/11/16 dam's * netconnect_new.pm: corrected isdn_get_{list, info} 2000/11/16 François Pons * share/list: include /usr/lib/rpm/macros else rpmlib gets crazy :-) * modules.pm: tempory version for current glibc, a lot of module have been removed due to problem of stage1 increase in size when compiled with glibc-2.2 and current modutils. * c/Makefile.PL: updated with rpmlib 4. * c/stuff.xs.pm: completed something that seems to work almost correctly at the first look with rpmlib 4. 2000/11/16 Guillaume Cottenceau * share/compssList: add netscape-german, thx to florin isdn4k-utils gets same weight as isdn4net, thx to Florin 2000/11/16 Pablo Saratxaga * share/po/no.po: updated Norwegian file * share/po/sk.po: updated Slovak file 2000/11/15 dam's * netconnect_new.pm: added isdn_get_list and isdn_get_info calls modules::write_conf to fill the modules.conf. * Xconfigurator_new.pm: added to fork frontends backends. Not operationnal at all for now. * modules.pm: when loading a new module, add an alias for it, even in standalone mode. 2000/11/15 François Pons * c/stuff.xs.pm: updated for rpm 4. * pkgs.pm: rpmdepOrder again (for new TAGp) 2000/11/15 Pixel * c/Makefile.PL: add librpmio * c/stuff.xs.pm: workaround for kernel-headers not in sync with glibc (dev_t) 2000/11/14 dam's * netconnect_new.pm: better structure for the ethx-driver. added call to add_alias and write_conf * standalone/draknet2: updated 2000/11/14 François Pons * pkgs.pm: removed foreach (<... which are eating memory fork install on upgrade for searching trhough filelist, this saves about 20Mb of memory before rpmlib transaction are started so its is more than 2 times faster for upgrading a system, sorry it was effectively a machine two overloaded that makes the upgrade slower. make rpmlib not to check size as DrakX should do it. added special cases for selection of packages according to files, avoid all kde-i18n packages if their locales-$lang is not selected, avoid a -devel package if only one files is updated (typical for fixes on package by moving files around). deactivated rpmdepOrder as it should be done directly in depslist.ordered file. fixed obsoletes which never run correctly, even if almost no package are selected explicitely this way. added log during selection of packages to upgrade to keep a track of what DrakX is doing. * modules.pm, network.pm, netconnect.pm, common.pm, modparm.pm, Xconfig.pm, commands.pm, lang.pm, fsedit.pm, detect_devices.pm, printer.pm, Xconfigurator.pm: removed foreach (<... which are eating memory 2000/11/14 Pablo Saratxaga * share/po/da.po: updated Danish file 2000/11/13 Guillaume Cottenceau * standalone/drakgw: Integrate Till's patches for better work with Cups. 2000/11/12 Pixel * standalone/mousedrake: fix for bug #1350 (mousedrake dies with: Undefined subroutine &mouse::serial_ports_names) * pkgs.pm (psUpdateHdlistsDeps): fixed an ugly typo (uses .cz2 for .cz and .cz22 for .cz2) that makes for than one CD install breaks :-( 2000/11/11 Pablo Saratxaga * share/po/be.po, share/po/sp.po, share/po/pt.po, share/po/DrakX.pot, share/po/es.po, share/po/fr.po, share/po/bg.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/ko.po, share/po/cy.po, share/po/nl.po, share/po/ja.po, share/po/wa.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/id.po, share/po/pl.po, share/po/fi.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/ca.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/cs.po, share/po/af.po: updated pot file 2000/11/10 dam's * standalone/draknet2: draknet2 : new version of draknet, post-install only, uses only libDrakX backend, beautyfull * netconnect_new.pm: completed adsl_conf_backend corrected conf_network_card_backend : return interface and module separately splitted pppconfig. 2000/11/10 François Pons * share/po/fr.po: typo fixing * printerdrake.pm: fixed wrong case for managing IP for remove CUPS server updated typo for remote CUPS server configuration dialog 2000/11/10 Pablo Saratxaga * share/po/sk.po, share/po/lv.po: updated Latvian and Slovak files * share/po/wa.po, share/po/da.po: updated Danish and Walloon files 2000/11/10 Pixel * c/stuff.xs.pm: initIMPS2 move where it should be (in non-C_RPM dependent section) 2000/11/09 dam's * netconnect.pm: added handling for 2 ethernet cards with the same module 2000/11/09 François Pons * share/po/fr.po: add some missing translation (mainly printer for CUPS remote config) * printer.pm: make sure to restart cups when cupsd.conf is modified. * printerdrake.pm: fixed modification of BrowsePoll on a existing file. 2000/11/08 dam's * netconnect_new.pm: updated 2000/11/08 François Pons * Xconfigurator.pm: make sure class discarding do not destroy result * pkgs.pm: added new function for selected or installed accessor on pkg make sure package already installed for oem are marked as selected, as some code refer to this state to perform some actions (install_urpmi) * install_steps.pm: fixed for urpmi again; * printerdrake.pm: add management of BrowsePoll : in /etc/cups/cupsd.conf * printer.pm: add minimal management of /etc/cups/cupsd.conf 2000/11/08 Guillaume Cottenceau * share/MonitorsDB: Fixed Samsung SyncMaster 3Ne (bug #1136) 2000/11/08 Pablo Saratxaga * share/po/es.po: updated Spanish file 2000/11/07 dam's * mouse.pm: now there are 8 ttyS* available for configuration. Used for internal modem configuration that uses ttyS* > 3 * netconnect_new.pm: ttyS0 -> ttyS7 available for configuration some doc 2000/11/07 François Pons * Xconfigurator.pm: fixed text for card prefered in XFree 3.3 (RIVA128). * install_steps_interactive.pm: use of install_any::boot_medium to avoid listing medium used for boot * install_any.pm: use of $boot_medium where the boot medium is used (default 1) 2000/11/07 Guillaume Cottenceau * share/Cards+: fix tseng server for ET4000 W32i, W32p thanks to 2000/11/07 Pixel * install2.pm (main): in oem, configureX automatic (main): $::oem is now global :-( (needed in install_steps.pm) * install_steps.pm (afterInstallPackages): give medium 'cdrom' to install_urpmi in case of $::oem 2000/11/06 dam's * netconnect_new.pm: backend/frontend fork complete * any_new.pm: load_thiskind changed to load_thiskind_backend, the wait function is passed by argument * network.pm: configureNetwork2 commented. 2000/11/06 François Pons * pkgs.pm: created function for examining already installed package on install (oem). * install2.pm: add a flag to allow by default formating / * install_steps.pm: conditionnal format of / and use already installed packages if any on install. 2000/11/06 Guillaume Cottenceau * share/MonitorsDB: added Hitachi CM753 contributed by Adam Julius 2000/11/06 Pablo Saratxaga * share/po/DrakX.pot, share/po/ru.po, share/po/uk.po: updated pot file GRUB/LILO/SILO messages *must* be in ascii only. Changed cyrillic to ascii transliteration for them * share/po/be.po, share/po/sp.po, share/po/pt.po, share/po/es.po, share/po/fr.po, share/po/bg.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/pt_BR.po, share/po/hr.po, share/po/ko.po, share/po/cy.po, share/po/nl.po, share/po/ja.po, share/po/wa.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/id.po, share/po/pl.po, share/po/fi.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/ca.po, share/po/gl.po, share/po/lv.po, share/po/eo.po, share/po/ro.po, share/po/da.po, share/po/cs.po, share/po/af.po: updated pot file * keyboard.pm, ChangeLog: added the 3 kbd layouts for CZ and SK kbds 2000/11/06 Pixel * install2.pm (formatPartitions): formatMountPartitions done even in upgrade (main): set $o->{partitioning}{use_existing_root} in oem * install_steps.pm (doPartitionDisksAfter): remove the mount_all which is plain dumb (doPartitionDisksAfter): fs::mount_all moved here (doPartitionDisks): use $o->{partitioning}{use_existing_root} * install_any.pm (use_root_part): fs::mount_all really removed (use_root_part): fs::mount_all removed * install_steps_interactive.pm (choosePartitionsToFormat): don't propose already mounted partitions (installCrypto): nicer layout 2000/11/05 dam's * mouse.pm: changed 'IntelliMouse label' to 'Generic PS2 Wheel Mouse' 2000/11/05 Guillaume Cottenceau * share/MonitorsDB: added LG StudioWorks520Si contributed by Yves Maniette 2000/11/01 Pablo Saratxaga * share/po/eo.po: updated Esperanto file 2000/10/31 dam's * netconnect_new.pm: continuing forking frontend - backend. adsl ist nearly finished * any_new.pm: added this file to fork frontends and backends in any.pm 2000/10/30 Guillaume Cottenceau * share/compssList: heartbeat pixel wonderful un chien vaut mieux que deux tu damsera 2000/10/30 Pablo Saratxaga * share/po/wa.po: updated Walloon file * share/keyboards.tar.bz2: updated keyboards 2000/10/30 Pixel * lang.pm (load_po): backslash @ in po strings, otherwise the eval fails 2000/10/28 dam's * netconnect_new.pm: new version of draknet. Splited frontends - backends 2000/10/28 Pablo Saratxaga * share/po/tr.po: updated Turkish file 2000/10/27 François Pons * install_any.pm: remove the noising rpm output command line when loging installed rpm size (only usefull for live_update and just for conveniance). * pkgs.pm: Make sure $meta_class is defined in readCompsUsers (for HTTP hack) before reading a compssUsers file. * live_install: add VERSION in list of file that have to be symlinked. * common.pm: list_skels returns list of existing directory and writeable. * live_install2: Make sure to remove font path in /tmp/drakx before exiting. 2000/10/26 Pablo Saratxaga * share/po/DrakX.pot, share/po/tr.po, share/po/it.po: updated Italian and Turkish files 2000/10/24 Guillaume Cottenceau * share/compssList: fortune-mod gets 10/0/10 on request from egil 2000/10/24 Pablo Saratxaga * share/po/pl.po: updated Polish file 2000/10/23 Pablo Saratxaga * share/po/ca.po: updated Catalan file 2000/10/23 Pixel * install_steps.pm, ChangeLog, diskdrake.pm: added some carriage returns to please jl :) * detect_devices.pm (floppies, probeall): add require "modules" as it should be * install_interactive.pm (partitionWizardSolutions): add "require resize_fat::main" as it should be 2000/10/22 Guillaume Cottenceau * share/compssList: linuxconf-gui got -1/-1/-1 while gnome-linuxconf has 74/0/74 2000/10/21 Pablo Saratxaga * share/po/uk.po, share/po/tr.po, share/po/az.po: updated Azeri, Turkish and Ukrainian files 2000/10/20 fabman * share/po/es.po: updated 2000/10/20 Guillaume Cottenceau * share/compssList: ntp to -1/-1/-1 2000/10/19 Guillaume Cottenceau * share/compssList: put all packages requiring kde1-compat to 0 except kisdn-free aumix now gets a high weight (79) because it's required to save the mixer settings at shutdown 2000/10/19 Pixel * share/locales.tar.bz2: fix symlink zh_CN.GB2312 (was zh_CN.G23212) 2000/10/19 tlb * share/po/da.po: 100%, Troels Liebe Bentsen. 2000/10/18 Pablo Saratxaga * share/po/az.po: Added AZeri file * share/po/no.po: updated Norwegian file 2000/10/17 dam's * interactive_gtk.pm, netconnect.pm, netconnect_consts.pm: removed unused code in ineractive_gtk added some isdn card in pcitable corrected typos, and made ISA isdn work 2000/10/17 Pablo Saratxaga * share/po/lv.po: updated Latvian file 2000/10/16 Pablo Saratxaga * share/po/be.po, share/po/sp.po, share/po/pt.po, share/po/DrakX.pot, share/po/es.po, share/po/fr.po, share/po/bg.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/ru.po, share/po/pt_BR.po, share/po/hr.po, share/po/ko.po, share/po/cy.po, share/po/nl.po, share/po/ja.po, share/po/wa.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/id.po, share/po/pl.po, share/po/fi.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/ca.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/cs.po, share/po/af.po: updated pot file * standalone/keyboarddrake, keyboard.pm, ChangeLog: corrected BackSpace setting 2000/10/16 Pixel * detect_devices.pm (cdroms): fix the setting of scdX for ide burners * share/compssList: sympa is -1 except for server * keyboard.pm (write): small pixelization (neater now) * install_steps.pm (installPackages): don't run ldconfig in g_auto_install 2000/10/15 Pablo Saratxaga * share/po/nl.po: updated Dutch file 2000/10/14 Pablo Saratxaga * lang.pm, keyboard.pm: small fix for Swedish locale * share/po/DrakX.pot, share/po/es.po, share/po/bg.po, share/po/fr.po, share/po/wa.po, share/po/de.po: updated Bulgarian file 2000/10/13 François Pons * partition_table_empty.pm: empty partition table as assumed only if the MBR is really composed of only null chars. 2000/10/13 Guillaume Cottenceau * share/compssList: added viavoicemenu 2000/10/12 Pixel * install_steps.pm (ask_mntpoint_s): dqs 2000/10/11 Pixel * .cvsignore: ignore flog files * install2.pm (main): test * ChangeLog: qsdqsd * install_steps_interactive.pm: * (selectKeyboard): set default $o->{langs} to $o->{lang} 2000/10/10 Guillaume Cottenceau * standalone/drakgw, ChangeLog: make only one call to urpmi in order to install all the needed rpm's 2000/10/10 Pablo Saratxaga * share/po/no.po, share/po/es.po: updated Norwegian file * share/po/pl.po: updated Polish file * share/po/zh_CN.GB2312.po, share/po/zh_TW.Big5.po: updated Chinese file 2000/10/10 tlb * share/po/da.po: 99%. 2000-10-10 Guillaume Cottenceau * standalone/drakgw: make only one call to urpmi in order to install all the needed rpm's 2000-10-10 DrakX * snapshot uploaded 2000-10-10 Pixel * install2.pm: increase $::VERSION 2000-10-09 DrakX * snapshot uploaded 2000-10-09 Guillaume Cottenceau * share/po/fr.po: update after Dam's new messages in netconnect 2000-10-09 DrakX * snapshot uploaded 2000-10-09 Pixel * install_any.pm (kdeicons_postinstall): remove the handling of doc desktop icons. see dadou 2000-10-09 Guillaume Cottenceau * share/compssUsers: new list (with icons) * share/list: add icons for compssUsers 2000-10-09 dam's * standalone/draknet: added wait message 2000-10-09 DrakX * snapshot uploaded 2000-10-09 Pixel * share/themes-*.rc: change the fg[INSENSITIVE] entry 2000-10-09 François Pons * install_any.pm: added tuxracer in OpenGL games to install if an accelerated card has been found. 2000-10-09 dam's * netconnect.pm (main): asking connection after writing start/stop scripts. (adsl_conf): if during install, don't use chkconfig, make the links directly for the adsl init script. 2000-10-09 DrakX * snapshot uploaded 2000-10-09 Pixel * install_steps.pm (afterInstallPackages): UserView in kdmrc is now true by default. So put false if security >= 3 instead of removing it. 2000-10-09 François Pons * any.pm: default speed of modem set to 115200. * fs.pm: fixed format of RAID partition. * install_interactive.pm: take into account RAID partitions for searching / partition. 2000-10-09 DrakX * snapshot uploaded 2000-10-09 Pixel * install_steps.pm (selectKeyboard): don't assume $o->{langs} is set (selectLanguage): don't set $o->{langs} (so that you can go back and it works) * common.pm (round_up, round_down): ensure number is an integer * install_steps_interactive.pm (chooseGroups): take into account the min_level to compute the size 2000-10-08 Pixel * install_steps_interactive.pm (choosePackages): move the computing of max_size before calling chooseGroups (not the one for desktop meta_class) (chooseGroups): compute the size of Miscellaneous 2000-10-07 DrakX * snapshot uploaded 2000-10-07 Pixel * share/compssList: don't install locales-* even in 'all' install (those files are usefull if RPM_INSTALL_LANG doesn't include that lang) 2000-10-07 DrakX * snapshot uploaded 2000-10-07 Pixel * pkgs.pm (install): log the gonna be installed packages (-> be able to track not installed packages that should have been installed) 2000-10-06 DrakX * snapshot uploaded 2000-10-06 dam's * netconnect.pm (pppConfig): the domain used for kppp is copied in resolv.conf (intro): connection detection improved : now use "ifconfig | grep interface" (pppConfig): corrected cnx_up/down 2000-10-06 DrakX * snapshot uploaded 2000-10-06 Pixel * install_steps.pm (afterInstallPackages): don't fail if kdeglobals file is not there * share/compssUsers.desktop: fix icons * detect_devices.pm (cdroms): fix for scsi cdrom drives * pci_probing/pcitable: put cs46xx instead of snd-card-cs461x (dixit jeff) * diskdrake.pm (Resize): comment ext2&reiserfs resizing for the moment 2000-10-06 Frederic Lepied * Xconfigurator.pm (write_XF86Config): added mode of wacom devices 2000-10-06 dam's * netconnect.pm (ask_connect_now): connection is now tested. 2000-10-06 François Pons * install_steps_interactive.pm, install_steps_gtk.pm: updated license. * Xconfigurator.pm: removed Matrox G200/G400 3D acceleration by DRI, use only Mesa with Utah GLX, fixed autologin for avoiding drakres and no wm available, moved Riva128 card from experimental to stable, fixed presentations of text. * pci_probing/pcitable: fixed Cirrus Logic sound card. 2000-10-06 DrakX * snapshot uploaded 2000-10-06 François Pons * install2.pm: fixed bad call to hasUsb... * share/Cards+: fixed wrong use of SiS card with 4.0.1, only keep 530, 620 and 6326 with XFree 4.0.1. 2000-10-06 DrakX * snapshot uploaded 2000-10-06 Pixel * share/list: remove /usr/X11R6/lib/X11/Cards, not needed anymore * install_steps.pm (afterInstallPackages): put the Charset in kdeglobals, otherwise kde uses charset iso8859-1 :( * lang.pm (charset): created * common.pm (update_userkderc): fix it, change the argument passing 2000-10-05 Pixel * share/compssList: raise kde-i18n-*, should be installed whenever kdebase is installed * pci_probing/pcitable: integrate patch from viet (concerns sym53c8xx cards) * share/compssUsers: use "documentation" as the database icon * install_steps_interactive.pm (chooseGroups): fix to accept icons not in the format "*_section.xpm" * install2.pm (miscellaneous): put yes/no in sysconfig/usb entries 2000-10-05 dam's * netconnect.pm (adsl_conf): updated pppoe conf. (main): added $netc->{minus_one} to avoid to count dhcp configured eth when asking to share the connection. (adsl-pppoe): improvement. Should work now. (miscellaneous): corrected chmod 755 to 744 for connections scripts * netconnect.pm (main): network is stopped then started, instead of restarted. 2000-10-05 François Pons * live_install: added icons (this fixes the yellow on white tooltips problem). * install_any.pm: added ghostscript-utils in the list of packages to copy when changing CD. * printerdrake.pm: install ghostscript-utils if a lexmark printer is selected on cups. 2000-10-05 DrakX * snapshot uploaded 2000-10-05 Pixel * install_any.pm (loadO): look for auto_inst.cfg in /, not in /Mandrake/base 2000-10-05 François Pons * netconnect.pm: fixed syntax error. * share/po/i18n_compssUsers: simplified version and fixed dependancies to pkgs.pm (for building drakxtools). 2000-10-04 François Pons * install_gtk.pm: removed 80 pixel on height for live upgrade. * install_steps.pm: do not set keyboard when live upgrade after setting the language. * install_steps_gtk.pm: fixed the trying to start a X server on live. 2000-10-04 Pixel * share/po/i18n_compssUsers: fake module ``c'' so that no need to build DrakX to use i18n_compssUsers * install_steps_interactive.pm (selectLanguage): update license * install_steps_gtk.pm (installPackages): add second license for shitty soft (commercial one) 2000-10-04 dam's * draknet (netconnect.pm and network.pm): various translations corrected, network is restarted, buttons connect/disconnect debugged. 2000-10-04 DrakX * snapshot uploaded 2000-10-04 Pixel * Xconfigurator.pm (main): kill prefdm instead of autologin * install_any.pm (find_root_parts): don't use suggest_mount_points, it couldn't do what we wanted (guess_mount_point): created, contains the common stuff between suggest_mount_points and find_root_parts 2000-10-04 Guillaume Cottenceau * standalone/drakgw: fix some failing/untranslated i18n messages * share/po/fr.po: write translations according to drakgw 2000-10-04 François Pons * Xconfigurator.pm: removed bad card for 3D Rage Pro. * install_any.pm: removed Aurora for SiS card, add more case for detecting right cdrom for live upgrade, fixed wrong list of packages for laptops. * c/stuff.xs.pm: added time interval of 200ms between update of progression bar of install, make sure the last step is seen. 2000-10-04 DrakX * snapshot uploaded 2000-10-04 Pixel * modules.pm (when_load): stricter regexp for $type is scsi or not (so that scsi_mod with is scsi_raw doesn't get an alias scsi_hostadapter) * detect_devices.pm (isLS120Drive): extend the regexp to include "Caleb Technology - 144MB FDD UHD Floppy" * detect_devices.pm (burners, IDEburners): reworked, renamed, now works! * c/stuff.xs.pm (isBurner): created * modules.pm (load_ide): make sure ide-cd is loaded! * install_steps_interactive.pm (chooseGroups): the label and help are now translated (at least will be), so use the translations 2000-10-03 Pixel * share/po/Makefile (DrakX.pot): added the to-be-translated from compssUsers * share/po/i18n_compssUsers: read the compssUsers's and output the to-be-translated in po format * log.pm (l): log to STDERR instead of STDOUT * install_any.pm (loadO): use first floppy drive available (won't help much though, as stage1 doesn't follow this...) 2000-10-03 DrakX * snapshot uploaded 2000-10-03 Pixel * Xconfigurator.pm (autologin): don't propose autologin in security > 3 * common.pm (availableRamMB): HACK HACK if i810 and memsize, returns 127 * bootloader.pm (suggest): don't use grub if more than 800MB 2000-10-04 Guillaume Cottenceau * share/po/validate.pl: create this tool * share/po/fr.po: fix many typos * share/po/fr.po: make compssUsers translation 2000-10-03 François Pons * Xconfigurator_consts.pm: changed resolution allocation. * fs.pm: removed no more used log. * install2.pm: add exit button if live upgrade. * install_any.pm: increased minimal available size to 65Mb. * install_steps.pm, standalone/printerdrake: fixed cups to CUPS for mode. * printerdrake.pm: fixed not_edit for lpr mode of printerdrake. * share/Cards+: fixed Savage2000 entry. 2000-10-03 DrakX * snapshot uploaded 2000-10-03 François Pons * Xconfigurator.pm: updated bad card with Rage Mobility card. * live_install: added test of root user, abort if not root. 2000-10-03 Guillaume Cottenceau * share/po/fr.po: fixed bug #518 and fixed other misc errors 2000-10-03 DrakX * snapshot uploaded 2000-10-02 François Pons * diskdrake.pm (Resize): fix to make ext2resizing work a little better * install_steps.pm: fixed installation of urpmi configuration. * detect_devices.pm: updated comment about UltraDMA66/100 management. * modules.pm: updated comment about UltraDMA66/100 management. * diskdrake.pm: adding a cylinder for the minimum of the resize and if there is nothing to do for resize, simply return. * install_any.pm: added missing require pkgs. 2000-10-02 Pixel * many files: remove many lnx4win special cases which are not needed anymore * any.pm (addUsers): grpuser output goes to Mr Dave * bootloader.pm (install_lilo): change the default color of menu * install_steps_interactive.pm (choosePackages): add 300MB choice in desktop * mouse.pm (fullnames): fix i18n fix * install_steps.pm (miscellaneous): don't add ide2=0x... for ultra66 (otherwise chmouel is not happy, so is hdc being hde) * Xconfigurator.pm (main): add handling of icewm logout * c/stuff.xs.pm: changed the stepping of "Progressing installing package" 2000-10-02 dam's * netconnect.pm (main): infos are written only when needed. * netconnect.pm (intro): connection checking now works. 2000-10-02 Chmouel Boudjnah * pci_probing/pcitable: s|snd-card-via686a|via82cxxx_audio|; like jeff request. 2000-09-30 DrakX * snapshot uploaded 2000-09-30 dam's * netconnect.pm: a LOT of bugs fixed. draknet is now completely brok^H^H^H^Hfrozen. 2000-09-29 DrakX * snapshot uploaded 2000-09-29 dam's * netconnect.pm (adsl_conf): dhcp should better work. * network.pm (configureNetwork): remove connection script if a gateway is given. * common.pm (setVarsInShMode): created. chmod the file with permissions passed in argument. 2000-09-29 François Pons * modules.pm (load): fixed when standalone, use modprobe. * pkgs.pm: added preference for wu-ftpd. * detect_devices.pm: added code to proble USB printer. * printer.pm: fixed missing PRINTER=yes on CUPS configuration for USB printer. * install_steps.pm: removed possibilty to add an user in urpmi group (jloup). * install_steps_interactive.pm: log if CD not ejectable. 2000-09-29 Guillaume Cottenceau * share/compssList: sync with latest packages * install_steps_interactive.pm (selectLanguage($)): s/42/43/ in MandrakeSoft physical address 2000-09-29 DrakX * snapshot uploaded 2000-09-29 dam's * netconnect.pm (intro): detection of internet configuration/connexion state. * network.pm (write_resolv_conf): better "ppp temp nameserver" in resolv.conf 2000-09-28 Pixel * modules.pm (load_thiskind): add read_already_loaded cuz of pcmcia 2000-09-28 Guillaume Cottenceau * share/compssList: add nasty DrakSync and DrakProfile with 50 0 50 2000-09-28 DrakX * snapshot uploaded 2000-09-28 Pixel * install_steps_interactive.pm (choosePackages): the minimum is 25 in beginner, not 10 * pkgs.pm (readCompssUsers): fix reading description * install_steps.pm (afterInstallPackages): remove the code to handle RPM-GPG-KEYS 2000-09-28 dam's * interactive_gtk.pm (ask_from_list_with_helpW): no more theme parsing, no more draknet.rc * netconnect.pm (read_net_conf): no adsl tree anymore. * netconnect.pm: drakgw called if enough card are installed. * netconnect.pm: minor bugs correction. 2000-09-28 François Pons * Makefile.config: added livedrake for drakxtools. * diskdrake.pm: use corrected partition size when resizing a dos partition (like the others). * install_any.pm: no more pnm2ppa packages and others in package to copy when changing CD. * live_install: exec live_install2 instead. * live_install2: contains post live upgrade stuff now. * printerdrake.pm: protect set_help() usage by if $::isInstall, removed reference to package pnm2ppa and others. * standalone/livedrake: initial release for drakxtools. 2000-09-28 DrakX * snapshot uploaded 2000-09-28 Pixel * install_interactive.pm (partitionWizardSolutions): fix the limit cases for lnx4win * share/po/Makefile ($(PMSCFILES)): fix the DrakX.pot generation 2000-09-27 Pixel * install_steps_interactive.pm (choosePackages): set $size2install to $availableC in desktop install, as it should be * install2.pm (choosePackages): remove the code for removing kdesu in high security... * install_steps_interactive.pm (createBootdisk): format more nicely the text * install_steps_gtk.pm (installPackages): add 10 seconds to have a better estimation * install_steps_interactive.pm (chooseGroups): now returns a boolean (choosePackages): use chooseGroups return value to redo choosePackages * install_steps_gtk.pm (selectMouse): if mouse type is none, then don't test! * Xconfigurator.pm (monitorConfiguration): rename Unlisted to Custom * various: replace all Rescue by Update * pkgs.pm (readCompssUsers): read description for groups * install_steps_interactive.pm (chooseGroups): add description for groups 2000-09-27 Guillaume Cottenceau * share/compssUsers.desktop: added description * share/compssUsers: added description * share/compssUsers.desktop: added icon support, reordered, renamed * share/compssUsers: reordered, renamed 2000-09-27 DrakX * snapshot uploaded 2000-09-27 Pixel * install_steps_interactive.pm (selectLanguage): intregrate license again * pkgs.pm (readCompssUsers): reads compssUsers.meta_class * diskdrake.pm (Create): replace ``ne "i386"'' by ``!~ /i.86/'' (as should be) * install_steps_gtk.pm (selectInstallClass1): if @$l (list of install classes) contains only one element, call install_steps_interactive::selectInstallClass1 * install_steps_interactive.pm (choosePartitionsToFormat): fix for "no partitions selected to format" * my_gtk.pm (_create_window): alt-e now *toggles* expert/newbie 2000-09-27 Guillaume Cottenceau * share/compssList: more for gnupg, -11 for sucking things, changed compss-groups to be less than 70. * share/compssUsers: modified compssUsers with Warly, added compssUsers.desktop, simplified for KD (now uses Graphical Desktop/KDE instead of listing all relevant packages) 2000-09-27 dam's * netconnect.pm (get_info_adsl_providers, read_adsl_providers): Created. adsl provider tree. (set_net_conf): better informations storing. * my_gtk.pm (new): windows are always centered if standalone. 2000-09-27 François Pons * Xconfigurator.pm: added option "sw_cursor" for S3 Trio3D. fixed 3D hw acceleration for i815 (VideoRam). prefer XF3 for all NeoMagic cards. * install_gtk.pm: re-enabled themes on live upgrade but without modifying background image. * install_steps_gtk.pm: fixed missing help. * live_install: lot of fixes to enable DrakX font, keep upgraded system clean (libperl.so which allows graphical login). * pkgs.pm: added function allowedToUpgrade to filter kernel package. 2000-09-27 DrakX * snapshot uploaded 2000-09-27 Pixel * install_steps_interactive.pm (configureX): if `clicked' don't go to auto mode * Xconfigurator.pm (monitorConfiguration): fix the translated 'Generic' which is not so (and must not be so) anymore 2000-09-26 Pixel * pkgs.pm: remove all Unskip code * my_gtk.pm (_create_window): add shortcut alt-e to switch to expert * Xconfigurator.pm (resolutionsConfiguration): fix for setting legal resolution * install_steps_interactive.pm (selectLanguage): use formatAlaTeX on the license 2000-09-26 François Pons * fs.pm: added mounting of swap partition when mounting them all (this can help :-) * pkgs.pm: fixed correction size code to make (really) a true bijection between corrected and rpm size. 2000-09-26 DrakX * snapshot uploaded 2000-09-26 Pixel * install_steps_interactive.pm (selectLanguage): integrate the license (temporary one) * modules.pm (write_conf): fix the /etc/modules generation * interactive_gtk.pm (ask_many_from_listW): if more than 5 entries in icon format, use scrollbar. In non-icon format, use scrollbar for more than 11 entries. * commands.pm (bug): add ddcxinfos * pci_probing/pcitable: replace tulip by de4x5 for 2104x cards 2000-09-26 François Pons * Xconfigurator.pm: added more 3D Rage Pro card for 3D acceleration with Utah-GLX (Rage Mobility, Rage XC/XL), modified identification for checking acceleration. * install_any.pm: added automatic installation (up 60) for OpenGL games if a graphic card MAY BE accelerated. * live_install: fixed perl idioms in pure shell script and added packdrake symlink if not already installed. * share/compssList: changed level to -1 for all needing 3D hw acceleration packages. 2000-09-26 dam's * network.pm (write_resolv_conf): write temp dns line to be used with new initscripts package. Use to set dns live. 2000-09-26 DrakX * snapshot uploaded 2000-09-26 Pixel * mouse.pm (read): catch exception if fullname2mouse fails (eg: old FULLNAME format) 2000-09-25 Pixel * share/MonitorsDB: merge with latest redhat MonitorsDB * pci_probing/pcitable: major merge with latest redhat pcitable * share/Cards+: added "Intel 815", renamed "Rage 128 (generic)" to "Rage 128", added "Rage 128 Mobility" * install_any.pm (getAvailableSpace): keep 10% of free space on big partitions * Xconfigurator.pm (readMonitorsDB): don't translate Generic (otherwise, only a part is translated, see MonitorsDB for the non-translated part) * interactive.pm (ask_many_from_list): fix sorting * install_gtk.pm (test_mouse): smaller box to fit in 640x480 * install_steps.pm (afterInstallPackages, beforeInstallPackages): RPM-GPG-KEYS is copied before installing packages * pkgs.pm (readCompssUsers): handle icons in compssUsers * common.pm (truncate_list): ensure the list is not too big * install_steps_gtk.pm (choosePackagesTree): restrict the list to 20 elements if it is too big (use truncate_list) 2000-09-25 François Pons * bootloader.pm: add Video mode for entry. * fs.pm: updated for live upgrade. * install2.pm: dropped unuseful steps filtering. * install_any.pm: fixed wrong Device3Dfx package name and clean postinstall rpms directory on upgrade before filling it. * install_gtk.pm: removed window restrictions of live upgrade. * install_steps.pm: fixed initrd symlink following in case of upgrade. * install_steps_gtk.pm, install_steps_interactive.pm: keep always upgrade on live upgrade. * modules.pm: may fixed pcmcia lost driver (typically on network). * pkgs.pm: fixed (uggly?) usage of floating perl data on perl script :-) * printer.pm: back to "Generic PostScript" for default printer (jloup). * printerdrake.pm: make sure an expert can choose among available devices. 2000-09-25 dam's * network.pm (write_resolv_conf): write '# ppp temp entry adsl' in /etc/resolv.conf if needed. * netconnect.pm : adsl connection does'nt need any dns anymore. * netconnect.pm (read_net_conf): created. draknet now stores and reload the config. * netconnect.pm (main): if the user is french and uses french keyboard, don't ask his country. 2000-09-25 Pixel * modules.pm: added 8139too * share/Cards+: GeForce2 DDR is handled by driver "nv" * Xconfigurator.pm (main): in killall X for Xdrakres, also killall kdm/xdm/gdm/autologin :) 2000-09-25 DrakX * snapshot uploaded 2000-09-25 dam's * network.pm (configureNetwork): Warn user if he already configured the interface. 2000-09-24 Pixel * modules.pm (mergein_conf): created. call read_conf, fills %modules::conf and set $modules::scsi 2000-09-24 Guillaume Cottenceau * standalone/drakgw (fatal_quit($)): add log of reason of fatal_quit 2000-09-24 DrakX * snapshot uploaded 2000-09-24 Pixel * commands.pm (bug): use first floppy drive instead of fd0 hard coded (nice for LS120's) * install_steps_gtk.pm (selectMouse): if device changed, do the test * standalone/mousedrake: fix for serial mice * install_steps_interactive.pm (selectMouse): fix for serial mice 2000-09-23 dam's * netconnect.pm (conf_network_card): now displays the modules of detected ethernet cards. 2000-09-22 dam's * netconnect.pm (main): calls drakegw. * netconnect.pm (get_net_device): fixed 2000-09-22 Guillaume Cottenceau * standalone/drakgw: - added logs - added verbose mode - fixed wrong stopping of named in other languages than english * netconnect.pm (get_net_device): try to fix it.. 2000-09-22 Pixel * install_steps_interactive.pm (selectKeyboard, choosePartitionsToFormat, chooseCD, installCrypto): use new ask_many_from_list (): * interactive.pm (ask_many_from_list): now only ask_many_from_list exists, obsoleting ask_many_from_list_ref and ask_many_from_list_with_help. More flexible and nicer * interactive_newt.pm (ask_many_from_listW): adapted to new calling type * interactive_gtk.pm (ask_many_from_listW): adapted to new calling type, handle 'shadow' and 'icon2f' 2000-09-22 Pixel * install2.pm (main): if /lnx4win/i in VERSION, set $o->{lnx4win} * Xconfigurator.pm (cardConfiguration): fix setting 4MB of meg for i810 (testFinalConfig): i810 is a verybad_card, aka can't test anything on it :-( (main): fork to background and stay there while waiting for the WM to exit (testFinalConfig): update the backgroung image path * interactive_gtk.pm (exit): flush X before leaving (otherwise the mousecursor is not restored) * run_program.pm (rooted): don't redirect the stdout and stderr to ddebug.log if not $::isInstall * log.pm (l): log on stdout/stderr if !isInstall and !isStandalone * modules.pm (load_raw): redirect stderr to tty5 * install2.pm (main): set variable $::isInstall 2000-09-22 DrakX * snapshot uploaded 2000-09-22 Guillaume Cottenceau * standalone/drakgw: now includes information from netconnect to ignore the interface used for Internet connection 2000-09-22 dam's * install_steps_gtk.pm (selectInstallClass1): pixel's typo. * netconnect.pm (get_net_device): added get_net_device to know which interface has been used to configure the internet connection. (conf_network_card): ask to restart network if dhcp too. (main): enable dialing when modem. * network.pm (configureNetworkIntf): changed label to warn people about already configured eth cards. 2000-09-22 François Pons * install_gtk.pm: added Desktop themes. * share/themes-mdk-Desktop.rc, share/themes/mdk-Desktop-bg.png: initial release. * install2.pm: moved back to all steps for live upgrade. * install_gtk.pm: select right logo if desktop. * install_steps_interactive, install_steps_gtk.pm: avoid asking if upgrade for a live upgrade. 2000-09-22 Pixel * install_steps.pm: add some call to log_sizes to log the installed size * install_steps_gtk.pm (installPackages): beep before changeMedium 2000-09-21 Pixel * interactive.pm (ask_from_listf): try to call the f translation function on the default value with the index * install_steps.pm (afterInstallPackages): make the gpg code work, changed the call to "gpg --fast-import --homedir /etc/rpm /root/tmp/RPM-GPG-KEYS" * detect_devices.pm: cleanup and removed unused code 2000-09-21 Guillaume Cottenceau * detect_devices.pm (getNet()): really remove plip in standalone 2000-09-21 François Pons * install_steps.pm, netconnect.pm: changed NETWORKING reference from false to no. * printer.pm: changed timeout from 30 to 60. * printerdrake.pm: added wait message when waiting for cups to start. * pci_probing/pcitable: added erwan VIA Rhine board. * network.pm: added DHCP_HOSTNAME reference. 2000-09-21 DrakX * snapshot uploaded 2000-09-21 Pixel * standalone/keyboarddrake: fix for XF4 * Xconfigurator.pm (write_XF86Config): comment the omit xfree86-dga * install_steps.pm (afterInstallPackages): configure GPG public keyring with mandrake key * standalone/mousedrake: updated/fixed for new mouse handling * install2.pm (main): update for handling oem installs * many files: relGetFile cleanup, updated calls to getFile and getAndSaveFile accordingly * Xconfigurator.pm (testFinalConfig): new XFdrake-image-test.jpg * detect_devices.pm (@netdevices): plip removed in standalone, otherwise plip is always there (because of kmod) * install_steps_interactive.pm (choosePartitionsToFormat): replace the die "cancel" by die "already displayed", so that no error is displayed. * pci_probing/pcitable: replace some rtl8139 by 8139too, added cards DELTA8139 and ADDTRON8139 (for jeff) * Xconfigurator.pm (show_info): also show the colordepth and resolution. don't show server if none, show XF4 driver if there's one. (main): change the "Forget the changes" to "Keep the changes?" with displaying the current configuration. 2000-09-21 François Pons * printer.pm: changed "PostScript" ppd default description to "Raw queue (no filtering)", asked by Till. * Xconfigurator.pm: add log of what user select for 3D hw acceleration. * share/compssList: changed XFree86-glide-module to -2 because the level is the same for XFree86-Glide* which may have multiple different version installed due to dependancies of the first one. 2000-09-21 dam's * netconnect.pm (conf_network_card): added check when dhcp. Cable connection should now work. 2000-09-21 DrakX * snapshot uploaded 2000-09-21 Pixel * install_steps_interactive.pm (exitInstall): call $o->exit if "Some steps are not completed" 2000-09-20 Pixel * bootloader.pm (install_loadlin_config_sys, install_loadlin_desktop): extracted from install_loadlin, do not call them anymore (remove it?) (suggest): put grub in lnx4win install * common.pm (availableRamMB): fixed (round to a multiple of 4) 2000-09-20 dam's * netconnect.pm (get_info_isdn_providers & read_isdn_providers): read file in /usr/share and $prefix/usr/share (isdn_write_config): corrected file to be sh compliant. (isdn_write_config): added default route settings for isdn. 2000-09-20 DrakX * snapshot uploaded 2000-09-20 Pixel * pci_probing/pcitable: replace es1371 by snd-card-ens1371 2000-09-20 dam's * Xconfigurator.pm (autologin): for urpmi, added `--best-output' and suspend/resume 2000-09-20 Guillaume Cottenceau * standalone/printerdrake: for urpmi, added `--best-output' and suspend/resume * standalone/XFdrake: for urpmi, added `--best-output' and suspend/resume 2000-09-20 dam's * standalone/draknet: used new package install function. 2000-09-20 Pixel * detect_devices.pm (isFloppyOrHD): detects wether a device is a floppy or not based on its size (for scsi floppy) * Xconfigurator.pm (testFinalConfig): check if "server" OR "driver" field is set (otherwise XF4 only card won't pass) * bootloader.pm (suggest): fix for ``installing the last cooker from kenobi:/I on an smp machine i don't get anymore an entry for linux-up'' (c chmouel) 2000-09-20 dam's * netconnect.pm (read_isdn_providers): corrected typo ($_ -> $_[0]) 2000-09-20 DrakX * snapshot uploaded 2000-09-19 Pixel * modules.pm (get_pcmcia_devices): fix (especially, now ethernet should be detected) * lang.pm (get_langs): created, gives rpm install langs * install_any.pm (setPackages): give langs::get_langs() to readCompssList * pkgs.pm (readCompssList): don't use RPM_INSTALL_LANG, use given $langs instead. This fixes the RPM_INSTALL_LANG=all install. 2000-09-19 Pablo Saratxaga * netconnect.pm: make dhcp-client, pump and such not translatable. Those are program names and should therefore not be translated, that only confuses translators 2000-09-19 dam's * Xconfigurator.pm (autologin): corrected @users definition and passwd cat. 2000-09-19 DrakX * snapshot uploaded 2000-09-19 Pixel * many files: changed some access to get_root to get_root_ * install_steps_interactive.pm (choosePackages): added code for desktop meta_class install type * install_steps_gtk.pm (selectMouse): cleanup, give parameter emulate3buttons to setMouseLive * c/stuff.xs.pm (setMouseLive): add argument emulate3buttons 2000-09-19 Guillaume Cottenceau * interactive*.pm: changed `suspend' and `resume' to behave as expected, added `enter_console' and `leave_console' 2000-09-19 DrakX * snapshot uploaded 2000-09-19 Pixel * install2.pm (miscellaneous): replaced LITTLE_FRIED_OIGNONS by META_CLASS * Xconfigurator.pm (cardConfiguration): when ddcxinfos gives false result (not enough VideoRam), also remove the found resolutions * Xconfigurator.pm (main): remove the automatic searching of resolutions * Xconfigurator.pm (resolutionsConfiguration): cleanup, remove the automatic searching of resolutions. * mouse.pm (fullnames): changed the `_' in `[' before Other (nicer, uh?) * install2.pm (selectMouse): changed clicked to !first_time 2000-09-19 DrakX * snapshot uploaded 2000-09-19 Pixel * Xconfigurator.pm (testFinalConfig): remove the bloody prototype 2000-09-19 DrakX * snapshot uploaded 2000-09-18 Dam's * Xconfigurator (autologin): do it eve, if newbie. Autologin is now in separated function. 2000-09-18 Pixel * Xconfigurator.pm (testFinalConfig): don't skip the test in auto if called via "Test again" * Xconfigurator.pm (resolutionsConfiguration): ensure all depth are bounded * bootloader.pm (suggest): don't put "linux-nonfb" if "linux" is classic and no-fb * fsedit.pm (check_mntpoint): add a check for /etc /lib... which must not be mount points. Also check that /home, /tmp and /usr are on trueFS * interactive.pm (ask_from_entries_ref): add bounding of "val" in case of type "range". die if min > max. 2000-09-18 DrakX * snapshot uploaded 2000-09-18 Pixel * install_steps_interactive.pm (choosePartitionsToFormat): nicer partition/device display * partition_table_raw.pm (zero_MBR): add on the fly require of the good partition_table_$type * detect_devices.pm (cdroms): fix (yet again) the scd$nb device assignment to ide burners * install_steps.pm (afterInstallPackages): comment out a part of the icons mess messing * Xconfigurator.pm (cardConfiguration): move Unlisted to Other/Unlisted * share/CardsNames: updated (for Voodoo5) * install_steps_gtk.pm (selectMouse): fix the test to know wether the guy has changed the mouse type (to know wether to test the mouse or not) * install_steps_interactive.pm (selectLanguage): add the license * install_steps_interactive.pm (choosePackages): have the "Recommended" size be the default (in the choice Minimum/Recommanded/Complete) * diskdrake.pm (Type): fix a typo * install_steps.pm (doPartitionDisksAfter): mark partition as mounted 2000-09-17 DrakX * snapshot uploaded 2000-09-17 Pixel * install/pcmcia_config.patch: cleaned * diskdrake.pm (Create, Type): have type field not_editable * tools/make_mdkinst_stage2: use TMPDIR if available 2000-09-16 Pixel * install_steps_interactive.pm (choosePartitionsToFormat): move the setting of toFormat before asking for bad blocks, seems to fix things?? weird :-/ * network.pm (miscellaneousNetwork): fix the setting of focus on error (tx2Thomas Poindessous :) * install_steps_interactive.pm (configurePrinter): changed "Cancel" to "None" (for Thomas Poindessous :) * printer.pm (poll_ppd_base): max polling time raised from 10s to 30s (for Till) * install_steps.pm (ask_mntpoint_s): don't force partition type to be ext2 (at least if it's a known fs) (for Warly) 2000-09-15 DrakX * snapshot uploaded 2000-09-15 Pixel * install_steps_gtk.pm (set_help): save the help message displayed in $o->{current_help} * install_gtk.pm (create_big_help): display $o->{current_help} * mouse.pm: reworked quite a lot. Now sorts/categorize nicely the mice. * install_steps_interactive.pm (selectMouse): adapted for reworked mouse.pm * install2.pm (selectMouse): adapted for mouse::read now returning an hash ref * detect_devices.pm (hasMousePS2): remove hasMouseMacUSB, do it in one function (now takes the device in the parameter) * interactive.pm (ask_from_treelistf): added (just like ask_from_listf, but with a tree) * Xconfigurator.pm: the reference is now nbuttons to know wether to put Emulate3Buttons or ZAxisMapping. * Xconfigurator.pm (cardConfiguration): install Glide_V3-DRI on Banshee too. * Xconfig.pm: guess nbuttons based on Emulate3Buttons and ZAxisMapping. * common.pm (availableRamMB): replace availableRam, now use the size of /proc/kcore (what else to find the real ramsize?) * common.pm (cat__): created * install2.pm (main): add field meta_class in $o. Can be 'desktop', in case option desktop is given, or if /desktop/i is found in /VERSION * install_steps.pm (miscellaneous): for lnx4win, always have 'mem=' (so that the initrd is visible by both windows * install2.pm (main): add option "desktop" * install_any.pm (generate_ks_cfg): fix for new(?) $o->{intf} format * install_interactive.pm (partitionWizardSolutions): use only TrueFS for existing_part (partitionWizard): have only "loopback" for lnx4win * pci_probing/pcitable: associate Voodoo5 with Voodoo5 * share/Cards+: add Voodoo5 * bootloader.pm (suggest): add entry linux-nonfb (called linux-up for smp) 2000-09-14 DrakX * snapshot uploaded 2000-09-12 François Pons * detect_devices.pm, mouse.pm: moved probing serial port before to detect a wacom tablet (even if a PS/2 or USB mouse is found). * help.pm: corrected reference to previous version of LM (jloup). * install2.pm: removed duplicate code for getting network configuration, using network module. * netconnect.pm: intf is now a hash and no more an array. * network.pm: changed nature of intf to hash from array, reworked write_resolv_conf function to keep old code in comment but only when not used anymore (to make it easier by hand modification). * printer.pm: SOCKET accessible to expert only (jloup). * printerdrake.pm: local port only available for expert if a printer has been detected (jloup). 2000-09-11 François Pons * Xconfigurator.pm: reorganized choices of 3D optimizations, added experimental support for expert users. * install_steps_interactive.pm: removed question to keep XF3. 2000-09-05 François Pons * printerdrake.pm: removed all previous URI specific mode and added socket and expert URI general mode. * printer.pm: fixed bugs, start lo interface before cups. 2000-09-04 François Pons * printerdrake.pm: added pnm2ppa and lm110 support in cups configuration. probe for printer device (parallel) and try to install usb for printer. * printer.pm: removed local printer configuration for cups (keep only local configuration using URI). 2000-09-01 François Pons * Xconfigurator.pm: fixes to configure XF86Config-4 when XFree-3.3 is installed, make 16bits by default on 3D hardware acceleration, fixed selection of hardware for hardware acceleration. * install_steps.pm: add cups for printer configuration, used for auto_install. added new function to add packages only if requires are already satisfied. * standalone/printerdrake: updated. 2000-08-31 dam's * moved many things to network.pm and any.pm * everything should be broken now. 2000-08-31 François Pons * install2.pm: removed printer default config (now obsoleted). * install_steps_interactive.pm: add cups support. * printerdrake.pm: add cups support. * printer.pm: add cups support. 2000-08-31 Frederic Lepied * install_any.pm (setPackages): install the right glide module according to the Voodoo card detected. * Xconfigurator.pm (write_XF86Config): ZAxisMapping for XF 4. (autoDefaultDepth): default depth to 16 for Voodoo cards except for Voodo5 ones. 2000-08-29 dam's * moved pppConfig in netconnect.pm and any.pm * moved miscellaneousNetwork in any * modem configuration is now useable in standalone mode. 2000-08-29 David BAUDENS * install_steps_interactive.pm: change Small/Normal/Full -> Minimum/Recommanded/Complete (aka make FredB happy) 2000-08-28 dam's * draknet (netconnect): renamed drakfuck -> draknet. standard ADSL and french alcatel ADSL implemented. * Xconfigurator.pm (autologin) : use of the new autologin system. 2000-08-24 François Pons * ../update_kernel*: changed reference from extract_archive to packadrake. * Makefile*: added live_install and live_install2. * Xconfigurator.pm: updated Mach64 acceleration to only 3D Rage Pro AGP card type, commented SiS and S3ViRGE support by GLX. * commands.pm, keyboard.pm, lang.pm, pkgs.pm, list, tools/*: updated to use packdrake now. * install2.pm, install_steps.pm, install_steps_gtk, Makefile*: manage live upgrade. * modules.pm: use standard modprobe command for load in live upgrade. * netconnect.pm: added minimal modification for being compilable. * rescue/list: added packdrake and sfdisk. * live_install, live_install2: live upgrade of package. 2000-08-22 dam's * drakfuck (netconnect):finished isdn PCI/ISA card implemetation * added isdndb.net: providers database 2000-08-20 dam's * moved Netconnect.pm to netconnect.pm * moved DrakFuck to drakfuck 2000-08-18 Pixel * share/Cards+: for i810, force VideoRam 2000-08-18 dam's * modules.pm: added isdn type in @drivers_by_category. corrected load_thiskind (thx pixel) : it's not unsafe anymore * Netconnect.pm: just display PCI isdn card recognized. 2000-08-17 Pixel * install_any.pm: many cleanup. moved some functions to common, any or install_interactive (newly created) 2000-08-16 dam's * install_steps_interactive.pm(configureNetwork): added call to isdn configuration * added standalone/DrakFuck: standalone entry point to configure internet connexion. * added Netconnect.pm: internet connexion functions. 2000-08-11 Pixel * install_steps_interactive.pm (selectInstallClass): yet a bigger warning so that people don't choose expert installs. Also set the focus on "Custom" by default. * install_steps_interactive.pm (doPartitionDisks): created, calls the wizard. * install_steps.pm (doPartitionDisksBefore, doPartitionDisksAfter): created (was mainly in install2::doPartitionDisks) * install2.pm (doPartitionDisks): much cleanup * install_any.pm (partitionWizard): working state (still rough) 2000-08-08 Pixel * standalone/rpmdrake (AddMedia): fix the ftp addmedia, fix the cdrom addmedia 2000-08-07 Pixel * diskdrake.pm (Resize): * install_steps_gtk.pm (doPartitionDisks): remove the before_leaving ensuring the filehandle is closed * resize_fat/main.pm (DESTROY): use a better solution for ensuring the filehandle is closed 2000-08-07 François Pons * Xconfigurator.pm: added SiS6326 in the list of chipset that needVideoRam, reported on ml. * install_steps.pm: fixed auto install of printer. 2000-08-06 Pixel * 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) 2000-08-06 dam's * install_steps_gtk.pm (create_steps_window): use drawing area instead of button. Implemented all steps events. 2000-08-05 Pixel * mouse.pm (detect): test a hack for usb mouse via hub (sparhawk@enteract.com) * fsedit.pm (undo): force isDirty and needKernelReread only if hd hasBeenDirty, otherwise believe the flag saved * partition_table.pm (write): flag hd as hasBeenDirty * install2.pm: a few renaming of methods so that the step names correspond to install2 function and install_steps* methods (eg: configureX & setupXfree unified to configureX) 2000-08-04 dam's * any.pm (setAutoLogin): added this method to write xdm-config * Xconfigurator.pm: clenead autologin code and use of above method 2000-08-04 Pixel * pkgs.pm (setSelectedFromCompssList): save $nb to able to restore it in case of max_size reached. only purpose is the log! * install_steps_interactive.pm (choosePackages): in newbie, ask between Small/Medium/Full install * install_steps_interactive.pm (choosePackages): in expert, have the min_mark be 0 instead of 1 * common.pm (find_index): added this nice function * install_any.pm (getAvailableSpace_mounted): use common::df * loopback.pm (getFree): use common::df * commands.pm (df): use common::df * common.pm (df): added * diskdrake.pm (Resize)): add resizing of reiserfs * share/list.i386: add resize_reiserfs 2000-08-02 dam's * Xconfigurator.pm : autologin is functionall. When wmsession.d is more up to date, I'll add the list of wm to launch at boot. It writes in /etc/X11/xdm/xdm-config. 2000-08-01 Pixel * install2.pm (miscellaneous): modify as chmouel want (aka, "" instead of "no" for MOUSE and KEYBOARD in sysconfig/usb) * services.pm: separation between interaction and action. * install_steps.pm (servicesConfig): the job is now done here * install_steps_interactive.pm (servicesConfig): only the asking part 2000-08-01 François Pons * pkgs.pm: fixed the below fixe, now ok. * Xconfigurator.pm: fixed a bug for using default card flags setting, add support for GeForce DDR for both 3.3 and 4.0. * pci_probing/pcitable: fixed NV15 (GeForce2) card entry, now use XFree 3.3 as unsupported in XFree 4.0. * share/Cards+: added "NVIDIA GeForce2 DDR (generic)". 2000-07-31 François Pons * pkgs.pm: fixed provided package with choice in deps used with a base package, complicated but kernel-fb or similar can be unselected now. 2000-07-27 François Pons * install_steps_interactive.pm: changed expert message to ask using XFree 3.3 instead of XFree 4.0 used by default (server). * Xconfigurator.pm: make sure only one server is installed, default to XFree 4.0 if supported unless XFree 3.3 accept 3D acceleration and not XFree 4.0, ask user in such case. * pci_probing/pcitable: added Intel 815 pci ids. 2000-07-26 dam's * install_steps_gtk.pm: applied new LN stars, logo title and help logo. improved steps appearences. * modified share/step-*.xpm * added share/help.xpm * updated ../HACKING to ling help logo. 2000-07-21 François Pons * Xconfigurator.pm: enable 3D acceleration configuration with XFree86, use /usr/X11R6/lib/modules/glx-3.so for X version 3 Utah-GLX accelerated module. 2000-07-20 dam's * Xconfigurator.pm: use {miscellaneous}{autologuser} instead of {miscellaneous}{autologuser} + {miscellaneous}{autologing}. * move some README content to ../HACKING 2000-07-19 dam's * Xconfigurator.pm: added autologin boxes. result is in {miscellaneous}{autologin} and in {miscellaneous}{autologuser} 2000-07-19 François Pons * any.pm: added default root to existing root device when adding an entry in bootloader. * bootloader.pm: avoid duplicating entry (floppy and old-floppy) when they are identical. manage hackkernel by suggest an entry by default if installed. * install_steps.pm: reworked symlink closure for bootloader to keep previous configuration. 2000-07-11 François Pons * bootloader.pm: merged lilo.pm and silo.pm inside bootloader.pm, this include a configure_entry from silo.pm to build a initrd if used. * share/compssList: added kde2 packages. * share/compssUsers: added kde2 group, renamed kde to kde1 group specific. 2000-07-07 François Pons * install2.pm (choosePackages): always execute setPackage to copy hdlist* and depslist files (support mixed partitionDisks and choosePackages). * install_any.pm (setPackages): avoid clearing upgrade flag. * install_steps.pm (choosePackages): use $first_time to avoid reselection of packages according to compssList. * install_steps_interactive (choosePackages): use $first_time and $individual to avoid reselection of packages according if user go back to step choosePackages. * pkgs.pm: added psUpdateHdlistsDeps to restore hdlist* and depslist files in /var/lib/urpmi. * diskdrake.pm: fixed uneditable combo for Mount point action. 2000-06-23 François Pons * Xconfigurator.pm: better approach for Sun* server in newbie. * fs.pm: added romfs support for mount. * fsedit.pm: changed auto allocation for partitions for sparc*. * install2.pm: restored bootdisk creation and auto install boot disk creation for sparc*. * install_any.pm: changed vfat to romfs when mounting kickstart floppy on sparc*. * install_steps.pm: avoid proposing formating sunos partition. * install_steps_interactive.pm: boot disk for sparc* and support for installation of SILO on /boot partition (sparc*). * install_steps_newt.pm: removed cylinder 0 bug warning. * interactive.pm: fixed typo for not_edit set to 1 by default. * partition_table.pm: fixed get_holes on sparc* where a whole disk partition caused problems. * partition_table_sun.pm: removed cylinder 0 bug as found in mke2fs. * silo.pm: handle /boot partition, install silo.conf in /boot and make a symlink from /etc. * share/list.sparc: added losetup and genromfs for boot disk creation. 2000-06-21 Pablo Saratxaga * lang.pm: changed the way console font data is written; not all of the [0], [1], [2] values must defined, so three cases must be used. Also added a variable $CHARSET for /etc/sysconfig/i18n; it can then be used by console-tools to load the proper compose table 2000-06-20 François Pons * c/sbus.c: added some functions for silo.c integration. * c/silo.c: initial release including write in prom, and translation of disk name from openprom to linux, rh version modified. * silo.pm: added write in prom, support of sunos boot from silo. * partition_table.pm: added support for ufs partition like windows one. * install_steps_interactive.pm: added other entries in silo. * install_steps.pm: support sunos partition. * install_any.pm: automatically mount sunos partition with diskdrake. * fsedit.pm: added /mnt/sunos suggested mount point. * fs.pm: added ufs support for mount. 2000-06-19 François Pons * crypto.pm: modified for getting sparc crypto file for sparc*. * modules.pm: make sure to load sd_mod when needed. * pci_probing/main.pm: always use loaw_endian in pci structs. * pci_probing/translate-pcitable.pl: added arch specific module name translation. 2000-06-16 Pixel * modules.pm (write_conf): rename conf.modules to modules.conf if needed. Outputs to modules.conf * detect_devices.pm (cdroms): fix using scd0 for ide-burners when already a scsi cdrom drive 2000-06-13 Pablo Saratxaga * pkgs.pm: added 'acon' requirement for all right-to-left languages 2000-06-07 François Pons * diskdrake.pm: added SunOS partition as blue for diskdrake. * install_steps_interactive.pm: make sure of no division by zero may happen. * install_steps_newt.pm: added WARNING for fdisk on sparc*. * modules.pm: make sure of loading sd_mod module after any scsi module. * sbus_probing/main.pm: insmod openprom before trying sbus probing. * pkgs.pm: corrected by use of parabolic solution for size approximation. * silo.pm: try with "silo -p 2 -t" if "silo -t" has failed due to bad probe. 2000-06-05 Pablo Saratxaga * install_steps.pm,lang.pm: added load_console_font, to load the proper console fonts (text mode install is not very useful otherwise) 2000-06-03 Pixel * diskdrake.pm (Create): don't accept less than 32MB part for reiserfs * diskdrake.pm (Type): don't accept less than 32MB part for reiserfs 2000-06-01 Pablo Saratxaga * share/fonts.tar.bz2: replaced the Korean 16pt fonts by a 12pt font; it fits better with the other fonts. Added a 'README' file with some comments and the required copyright notice 2000-05-29 François Pons * Xconfigurator.pm: added support for SBUS card autodetection. * commands.pm: added lssbus to list SBUS devices detected. * detect_devices.pm: removed alpha restriction on USB. * install_steps_interactive.pm: added SBUS support. * c/sbus.c: initial revision, core SBUS support (inspired from kudzu). * c/stuff.xs.pm: added wrapper for sbus.c interface. * sbus_probing/main.pm: initial revision (inspired from kudzu). 2000-05-27 Adam Lebsack * share/list.ppc: various PPC modifications, for HFS * partition_table_mac.pm: bug fixes * partition_table.pm: various HFS fixes, isHiddenMacPart() * diskdrake.pm: added HFS to top buttons when run on PPC * keyboard.pm: fixed name of mac-fr2-ext keymap * install_steps_gtk.pm: added Xpmac server support for PPC. * install_steps_interactive.pm: disallow hardware configuration on PPC for now. All drivers should be in the kernel. setup_this_kind(). * fsedit.pm: fixed verify_hds for PPC, /proc/partitions will never match our partition table read. Added PPC grep condition for PPC in get_visible_fstab. * fs.pm: fix argument for HFS formatting. * Makefile: special installation of PPC files. 2000-05-25 Chmouel Boudjnah * standalone/drakboot: Don't display Configure-/LILO/GRUB/ on alpha|sparc. 2000-05-25 François Pons * silo.pm: added configure_entry to try creating an initrd for an image entry in bootloader. fixed wrong usage of run_programm::rooted with 2>. * commands.pm: fixed insmod command to take modules64.cz* on sparc* * install2.pm: removed create boot disk and create auto install disk on sparc*. force writing of /etc/conf.modules for step setupBootloader. * install_steps.pm: fixed upgrade for sparc* and disable supermount for sparc*. * install_steps_interactive.pm: added missing $prefix for glob_. call configure_entry in setupSILO. fixed cancel or None entry on setupBootloader. * modules.pm: updated alias for sparc*. * any.pm: fixed proprable wrong test for setupBootloader in beginner at the very beginning. * printer.pm: fixed typo. * Xconfigurator.pm: avoid testing if using a Sun* server, added depth and resolution for these server too. 2000-05-24 François Pons * partition_tabel.pm: fixed wrong detection of DOS partition on sparc*. * partition_table_sun.pm: fixed a bug when reading partition table with unused partition in the middle of the table. 2000-05-23 François Pons * common.pm: update arch to take into account sparc and sparc64. added better_arch and compat_arch function. * silo.pm: fixed adding new kernel automatically. * install2.pm: removed create boot disk stuff for sparc*. * install_steps.pm: added initrd generation for alpha. added ldconfig at end of installation. removed /usr/bin/dumpkeys existence test on sparc*, should be added in the future. * install_steps_interactive.pm: removed supermount for sparc*. * install_steps_gtk.pm: added /dev/kbd device creation and permedia2 support for sparc*. removed screen limit of 1024x768. * detect_devices.pm: fixed problem on machine with really no IDE interface. * modules.pm: added support for 32 and 64 bit architectures on sparc*. * install_any.pm: fixed getAvailableSpace_mounted if /usr is not a separate partition. * pkgs.pm: added support for multi-arch rpm file (need for sparc*), fixed correctSize and invCorrectSize to take back a linear approximation above 9Gb approximatively. removed ftp rewind as broken currently. * keyboard.pm: fixed bad list of available keyboard (broke sparc*), fixed globing (removed) against existing '*'. * partition_table.pm: removed support for non SUN partition table, as it may freeze the kernel or may be blanked? * Xconfigurator.pm: take Sun24 server by default on sparc*, add support for permedia2 card (3DLabs server). * share/list.sparc: added perl-5.6.0 for sparc*, fixed for sparc*. * Makefile: added support for modules and modules64 for sparc*. * c/stuff.xs.pm: added kernel_arch function for getting the current true architecture provided by the kernel (uname -m). 2000-05-09 Pixel * install_any.pm (kdeicons_postinstall): the URL link to doc must be $lang/index.html, not only $lang. * standalone/mousedrake: add handling of XF86Config-4 * any.pm (setupBootloader): fix bug (was adding 2 glob_'s) 2000-05-08 Pixel * install2.pm (main): move the touch of some files here to please linuxconf * install2.pm (miscellaneous): s/KBD/KEYBOARD/ * lilo.pm (install_grub): don't keep symlinks for reiserfs * lilo.pm (suggest): allow grub everytime now (not only if !reiserfs) * install_any.pm (getHds): default mount point for windobe in lowercased for StartOffice(!) 2000-05-08 Pablo Saratxaga * share/keyboards.tar.bz2: Fixed Brazilian keyboard (.br); added Iranian (.ir), Arabic (.ar) and new Lithuanian (.lt_new) keyboards * keyboard.pm: Added new Lithuanian keyboard and changed the string for brazilian ABNT-2 to state more clearly its ABNT nature (it is not a standard PC keyboard; it uses some different keycodes) 2000-05-07 Pixel * install_steps.pm (choosePackages): return availableCorrected instead of available * pkgs.pm (correctSize): add 18MB for full multi-cd (many hdlist's) * modules.pm (text2driver): same as text2lang below * keyboard.pm (text2keyboard): same as text2lang below * lang.pm (text2lang): replace the while (... each) by a foreach (keys) (because each is dangerous if loop is exited) * install_steps_interactive.pm (selectKeyboard): better handling of multiple langs question. * ftp.pm (new): Timeout set to 60 (seconds), was default (120) * install_steps_interactive.pm (setup_thiskind): remove ide-* from modules displayed as loaded. 2000-05-06 Pixel * fsedit.pm (check_mntpoint): verify that standard mntpoints (/ /usr) are not on not trueFS * any.pm (setupBootloader): add $prefix for the 2 glob_'s 2000-05-07 Pablo Saratxaga * share/keyboards.tar.bz2: added Ukrainian keyboard xmodmap.ua 2000-05-06 Pablo Saratxaga * printerdrake.pm: fixed English error 2000-05-05 Pixel * Xconfigurator.pm (monitorConfiguration): remove the special case for fbdev. * install_steps_interactive.pm (setup_thiskind): replace return by next in case load_module fails. * install_steps_gtk.pm (selectInstallClass1): translate Install/Upgrade * Xconfigurator.pm (cardConfiguration): force xf4 for rage 128's * Xconfigurator.pm (testFinalConfig): force $bad_card for xf4 * pkgs.pm (correctSize): updated for 7.1 * install_any.pm (getAvailableSpace): move the removing of $minAvailableSize here. 2000-05-04 Pixel * install2.pm (configurePrinter): give clicked to printerConfig * interactive.pm (ask_from_entries_ref): set default val if not_edit * interactive_newt.pm (ask_from_entries_refW): remove setting of default val. Now done in interactive::ask_from_entries_ref * interactive_gtk.pm (ask_from_entries_refW): handle empty value * modules.pm (read_already_loaded): ensure that already loaded modules are put in %loaded. * modules.pm (load_ide): add loading if ide-probe-mod (for new kernel) * lilo.pm (install_lilo): truncate label's to 15 chars * install_any.pm (generate_ks_cfg): fix missing space * install_any.pm (generate_ks_cfg): fix bug for nfs comand * install2.pm: get rid of autoformat * install_steps.pm (choosePartitionsToFormat): get rid of autoformat 2000-05-03 Pixel * any.pm (setupBootloader): replace ask_many_from_list by ask_from_list for bootloader choice * services.pm (drakxservices): stop immediately service if removed * install_steps.pm (configureNetwork): replaced dhcpxd by dhcpcd * install_steps.pm (afterInstallPackages): touch some files to please linuxconf 2000-05-03 François Pons * install_steps.pm: updated min size, fixed kppprc generation. * install_any.pm: make sure postinstall-rpm is here before erasing (avoid error on reboot only). 2000-05-02 Pixel * raid.pm (format_part): don't call raid::make if part is already formatted (as raidstop fails) * Xconfigurator_consts.pm: Rage128 and 3dfx are not available any more * install_steps_interactive.pm (setup_thiskind): make insmod'ing fail a simple warning. * Xconfigurator.pm (readMonitorsDB): adapt to new MonitorsDB * share/MonitorsDB: take new one from RedHat * standalone/drakboot: added kfloppy * g_auto_install: add $dir/lib to LD_LIBRARY_PATH (it was silly not to have it) 2000-05-01 Pixel * install_steps_interactive.pm (setRootPassword): remove NIS_server, use NIS instead * install_any.pm (setAuthentication): remove NIS_server, use NIS instead * standalone/rpmdrake (AddMedia): hdlist.cz2 instead of hdlist 2000-04-28 Pixel * install_steps.pm (afterInstallPackages): fix yet another bug for ttf from windobe handling * install_steps_interactive.pm (selectInstallClass): hide beginner mode in corporate. Display special help. 2000-04-29 Pablo Saratxaga * my_gtk.pm: added call to Gtk->init; that makes 16 bit locales text to be properly aligned (reported by Craig Chang ) * common.pm: now that po handling is correct, I changed the order of reading variables so that it follows the standards ($LANGUAGE first) * share/fonts.tar.bz2, lang.pm: added an 8pt font for cp1251 2000-04-28 François Pons * install_steps*.pm: added support for selection of package during upgrade the same way it is done for installation. added check of minimal size, abort else (at least let the user know about :-) fixed crypto if no network interface available. * install2.pm: fixed problem during upgrade that lost network configuration. 2000-04-28 Pixel * modules.pm (load_raw): don't call commands::insmod, do it in place. Merge with load_multi * install_steps.pm (afterInstallPackages): fix windobe ttfonts symlinking * Xconfigurator.pm (cardConfiguration): load module agpgart for i810 * install_any.pm (getHds): changed the mount point setting for windows partitions as device_windobe is not unique 2000-04-27 Pixel * install_steps_gtk.pm (create_steps_window): changed to adapt to new hidden format * install2.pm (@installSteps): changed the way hidden is handled. Now it is a true perl expression (great power now) * install_steps_gtk.pm (selectInstallClass1): update steps window before asking normal/devel/server. Nicer! * install_steps_interactive.pm (configureNetwork): when "Cancel" pressed at network interface configuration do not skip all configuration. 2000-04-26 François Pons * install_steps.pm (pppConfig): modified a lot, removed template file for ifcfg and chat file. 2000-04-26 Pixel * install_steps_gtk.pm (choosePackagesTree): use a fix width for the tree column (so that the checkbox are always visible without scrolling) * standalone/drakboot: drakfloppy and gfloppy are X only, no need to propose them in console * install_any.pm (relGetFile): added auto_inst to files to get from Mandrake/base * install2.pm (main): changed auto_inst behaviour * standalone/adduserdrake: fix a bug (s/$o/$in/g) * interactive_newt.pm (ask_from_entries_refW): now handling complete/changed/focus_out callbacks (at least more than before) * Newt/Newt.xs: added rough callback handling 2000-04-25 François Pons * printerdrake.pm: added support for PPA more easily, allow printers entry using ppa driver event if pnm2ppa not installed, install it if neccessary after. * network.pm, install_steps.pm, install_steps_interactive.pm: added support for stoping a network interface, usefull for ppp0 to avoid using it too long. * install_steps.pm: fixed missing local on pap_secrets file. 2000-04-25 Pixel * lilo.pm (install): moved the generation of the keytable here. It is used by both lilo & grub (lilo is not always installed as was assumed) * common.pm (formatAlaTeX): remove bounding spaces * pkgs.pm (setSelectedFromCompssList): remove the hack for min mark 25 in beginner * install_steps_interactive.pm (choosePackages): set $min_mark to 25 in beginner 2000-04-24 Pixel * install_steps_interactive.pm (setupXfree): add a yesorno question for choosing between XF4 and XF3 in expert * install_steps_gtk.pm (choosePackagesTree): enlarge the tree window * install_any.pm (update_userkderc): make sure uid and gid are kept * diskdrake.pm (Create): add Extended_0x85 as a choice for expert * partition_table.pm (add_extended): handle a 3rd arg, $extended_type to tell which kind of extended partition is wanted * partition_table.pm (adjust_main_extended): in non-expert, automatically set extended to linux-extended if there's only linux-type partitions. 2000-04-22 Pablo Saratxaga * install_steps_interactive.pm: s/Mb/MB/ as 'b' is symbol for bit and not for byte. RAM is expressed in megabytes -> MB 2000-04-19 François Pons * install_steps_interactive.pm: fixed crazy mutli CD manipulation. * printer.pm: fixed wrong prototype of print_pages. * install2.pm: set version to 7.1 for crypto stuff. * crypto.pm: commented ackbar crypto site. 2000-04-17 Pixel * lilo.pm (suggest): in failsafe, runlevel ASKRUNLEVEL (handled by linuxconf) 2000-04-14 Pixel * install_steps_interactive.pm (choosePartitionsToFormat): don't ask about checking bad blocks for reiserfs, cuz not handled * fs.pm (mount): reiserfs handling * fs.pm (format_reiserfs): added * fs.pm (write_fstab): add option "notail" for reiserfs if the partition holds the kernel (/boot or /) * partition_table.pm (isTrueFS): added, replaces most occurences of isExt2 2000-04-12 François Pons * install2.pm: force installation step if package have been selected on step choose packages. * install_any.pm: protected against die in perl (setstep or theme_changed). 2000-04-11 François Pons * resize_fat: added some limits verification. * interactive_gtk.pm: corrected swap of arg with help adding. 2000-04-10 François Pons * interactive_gtk.pm, my_gtk.pm: added tooltips for ask_from_list, which is used by printerdrake only. drops key bindings. 2000-04-07 François Pons * tools/serial_probe: obsoleting pnp_serial which is now replaced by this one, taken from kudzu, really faster and probe all serial devices at one time. modified to probe correctly modem :-) * mouse.pm: updated to use serial_probe interface of detect_devices.pm. * detect_devices.pm: modified to use serial_probe, cache probed devices to avoid reprobing. 2000-04-06 François Pons * install_steps_interactive.pm, install_steps.pm: added support for peerdns options of ppp, so removed dns address unless expert. 2000-04-05 François Pons * crypto.pm, install_steps_interactive.pm, install2.pm, install_steps.pm: added crypto stuff to support hdlist-crypto.cz2 and depslist-crypto. dependancies are not supported but with a simpler format of depslist file where closure are not done and only package name are used for dependancies. * pkgs.pm: added better support for multi CD manipulation, including selection and refus. 2000-04-04 François Pons * pkgs.pm: modified selection packages from compssList by incremental selection, much more quickly. added selected medium for selecting a package. * install_any.pm: refused media hash transfered to selected value of media table. @needToCopy list should only have package of default medium. 2000-04-03 Pixel * fs.pm (format_ext2): add options "-b 1024 -O none" for alpha 2000-03-31 François Pons * install_steps_gtk.pm: made changeMedium sub modification permanent. * pkgs.pm: modified upgrade to avoid use of header. 2000-03-31 Pablo Saratxaga * keyboard.pm: some more choices for PPC keyboards 2000-03-30 François Pons * install2pm: added eval around loading af_packet and postinstall copy of RPMS. * devices.pm: added /dev/kdb for SPARC. * install_any.pm: modified multi CD management, postinstall copy of RPMS. * install_steps_gtk.pm: added support for Xsun server for SPARC. * install_steps_interactive.pm: added multi CD dialog box for selecting CD available. Serialized ethernet configuration and ppp configuration. * pkgs.pm: added check for infinite recursion for bad depslist. * printer.pm: better test for reparse of printerdb. * Xconfigurator.pm: added support for Xsun server for SPARC. 2000-03-30 Pixel * install_steps_gtk.pm (choosePackagesTree): enhance tree selection 2000-03-29 Pixel * interactive_gtk.pm (wait_messageW): add some padding (nicer) * install_steps_interactive.pm (generateAutoInstFloppy): created, creates a floppy for auto installs. * install_any.pm (generate_ks_cfg): created, generates stage1 ks.cfg file * share/po/DrakX.pot: added special comment for grub entry 2000-03-28 Pixel * install_steps_interactive.pm (selectKeyboard): sort langs for many-lang install * mouse.pm (write): add WHEEL telling if a wheel mouse is there 2000-03-28 Pablo Saratxaga * keyboard.pm: added entries for all three Armenian keyboards 2000-03-26 Pixel * install_any.pm (install_urpmi): full support for multi-hdlist's * pkgs.pm (extractHeaders): look for hdlist in /tmp instead of $prefix/var/lib/urpmi * pkgs.pm (psUsingHdlists): put hdlist's in /var/lib/urpmi with a fake name. Access via /tmp/$hdlist is given for non-fake name * detect_devices.pm (hasHPT): return undef if no htp (silly me :-/) 2000-03-25 Pixel * lilo.pm: updated to the new format of entries. It was an hash. Now the key is field kernel_or_dev, and entries is an array. (get): added, it returns the entry using a kernel (needed because entries is no more a hash) * install_steps_interactive.pm (setupLILO): adapted to the new format * Xconfigurator.pm (write_XF86Config): basic XF86Config-4 handling * fsedit.pm (suggest_part): if suggested part contains a field "hd", ensure the partition is created on this hard drive * install2.pm (main): before leaving installation, remove /var/lib/urpmi if urpmi not installed * diskdrake.pm (Resize): ext2resize to size $part->{size} instead of $size 2000-03-24 Pixel * detect_devices.pm (hasHPT): added. Now nice handling of hpt366 (ultra66) without rebooting and making special floppy :) * lilo.pm (install_grub): much better grub configuration (better than lilo's :pp) * install_steps.pm (setupBootloaderBefore): remove entry floppy for security > 3 2000-03-23 Pixel * install_steps_gtk.pm (selectMouse): added, takes care of telling the X server if the user changed the mouse type. Only done if a serial mouse is chosen. * install_steps_newt.pm (doPartitionDisks): add a call to * mouse.pm (write): added "device=" in etc/sysconfig/mouse for devfs (it looses the symlink /dev/mouse) 2000-03-22 Pixel * pci_probing/pcitable: replace Server:Rage128 by proper XFree entry 2000-03-20 François Pons * detect_devices.pm, fs.pm, install_any.pm: added supports for LS-120 floppy drive and icons on desktop of KDE (untested). * printer.pm, printerdrake.pm: added supports for PPA interface in new rhs-printfilters, always enable "Print text as postscript" option for such printers. 2000-03-20 Pablo Saratxaga * keyboard.pm: changed XKB name for Swedish keyboard changed XKB names for Russian and German keyboards added a choice for "Croatian" keyboard * share/compss{,List}: added various new locales-*, ispell-* and netscape-* files. changed ppa to pnm2ppa. 2000-03-17 François Pons * install_steps.pm: added setup for all configured queue. * install_steps_interactive.pm: modified for retrieving packages or current configuration. * printer.pm: correction, tested retrieve of printer configuration without printtool comments in printcap file: added update of entry according to gsdriver used (untested again). * printerdrake.pm: better handling of cancel, manage of multiple queue definition together (as lp|My printer). 2000-03-16 François Pons * install_steps_interactive.pm: moved in printerdrake.pm the test of printer usage. * printerdrake.pm: heavy modification to handle multiple queue, corrected some bugs too, added much more features as printtool. * printer.pm: added more features for filter, allow printer to be retrieved without help of printtool id in printcap file (untested). 2000-03-14 Pixel * diskdrake.pm (Loopback): handling of the file loopback: test existence of the file and take its size. 2000-03-14 François Pons * install_any.pm: corrected for duplicate file on other CD. 2000-03-13 Pixel * detect_devices.pm (floppies): don't return hash but the device name 2000-03-13 François Pons * pkgs.pm, install_any.pm: small correction for multiple media installation. * tools/syncrpms: added for handling synchronisation of multiple source rpm directories (and multiple target), include cleaning. * tools/closurepkgs: tools to get rpm that may be installed by DrakX after normal packages installation (printer, network, X11...), may be used to duplicate on other CD some important stuff of the first one. 2000-03-12 Pixel * install_steps_interactive.pm (choosePackages): compute the max_size very simply (sum of all package sizes), otherwise too costly * pkgs.pm (install): call cleanHeaders at the end * pkgs.pm (cleanHeaders): created * install2.pm (miscellaneous): /etc/msec/init.sh is now /usr/sbin/msec (yoann thanks for not telling :pp) * pkgs.pm (install): remove the $prefix of mountpoints for not enough room to install error message 2000-03-11 Pixel * my_gtk.pm (_create_window): add callback on focus to ensure_focus. The result is no more 3 focus states with 2 buttons. * interactive_gtk.pm (ask_from_treelistW): better keyboard handling * raid.pm (make): check the result of mkraid. Suggest raidtools are missing in standalone diskdrake * devices.pm (set_loop): created, searches for an available loopback and sets the file to it * lilo.pm (dev2grub): fixed a missing slash * interactive_gtk.pm (wait_message_nextW): do not update if same message, otherwise silly gtk won't do anything and we'll wait forever :( 2000-03-10 François Pons * *.pm: heavy modification to take into account multiple media installation. 2000-03-10 Pixel * install2.pm (@install_classes): cleanup, no more i18n (is now in install_steps_interactive), remove old entries 2000-03-09 Pixel * modules.pm (write_conf): don't add alias block-major-11 in every case * modules.pm (add_alias): special case oss (post-installs modprobe snd-pcm-oss) * fs.pm (format_*): move the @options before the device * loopback.pm: created, added a lot of stuff for loopback in diskdrake.pm, fs.pm... 2000-03-08 Pixel * partition_table.pm: %type2fs replaced ox402 by 0x402 * detect_devices.pm (cdroms): fix "scd" (should be "scd0") * install_any.pm (install_urpmi): update for new hdlist.cz2 2000-03-07 Pixel * interactive_gtk.pm (ask_from_treelistW): s/focus_row/set_focus_row/ * install_steps_interactive.pm (addUser): force add a normal user for security 4 2000-03-05 Pixel * my_gtk.pm (_ask_from_list): replace focus_row with set_focus_row (tis the Gtk-Perl 0.7002 was of doing) 2000-03-04 Pixel * modules.pm (write_conf): add ide-floppy to the modprobes of post-install supermount 2000-03-03 Pixel * commands.pm (ps): add RSS to ps command 2000-03-02 Adam Lebsack * mouse.pm: added mac mouse detection to mouse::detect. * detect_devices.pm: added a routine to probe /dev/usbmouse on macs. 2000-03-01 François Pons * *.pm: heavy modification to take into account smaller transaction during installation. still a lot of test to perform, no provides updated currently and building of hdlist.cz2 and depslist.ordered need old files... nothing done for hdlist.gz during post installation, but hdlist.cz2 is already copied in /var/lib/urpmi [and is used during installation of packages as extract_archive need a true file]. 2000-03-01 Pixel * lilo.pm (install_grub): creation * network.pm (write_interface_conf): ONBOOT = !pcmcia * install_steps_gtk.pm (new): more intelligent SIGCHLD handler 2000-02-29 Pixel * modules.pm: moved common network stuff from "net" to "network" (modules like nfs lockd...) * fs.pm (write_fstab): moved the sort to the right place * services.pm (drakxservices): chkconfig --list is i18n'ed :( set LANGUAGE=C before * partition_table_raw.pm (get_geometry): geom{cylinders} must not be a decimal value :) * install_steps_gtk.pm (create_logo_window): set_name logo for logo window * share/install.rc: force disabling of background image theme * install_steps_gtk.pm (enteringStep): add step information for console 1 * any.pm (addKdmIcon): new function * install_steps.pm (addUser): handle field icon * install_steps_interactive.pm (addUser): add choice of kdm icon * standalone/adduserdrake: add choice of kdm icon * diskdrake.pm (ask_all_data...): change for easier i18n * install_steps.pm (miscellaneous): add CLEAN_TMP handling (need cleaning?) * install_steps_interactive.pm (miscellaneous): add CLEAN_TMP option in expert * install2.pm (miscellaneous): add CLEAN_TMP option for /etc/sysconfig/system * install_steps_interactive.pm (miscellaneous): forbidden useSupermount if high security. * mouse.pm (detect): fix bug (ttyS instead of ttyS0) 2000-02-28 Pixel * install_steps_gtk.pm (createXconf): do not use "Generic VGA" for svga and accel. SVGA also wants 16 bpp. added ugly modeline for 800x600. * partition_table_raw.pm (get_geometry): when the HDIO_GET_IDENTITY fails, defaults to what GETGEO gave * install2.pm (main): use modules::load_multi to increase boot start time * modules.pm (load_multi): added this function for loading many modules at once. * install_steps_gtk.pm (new): increase time before timeout * detect_devices.pm (cdroms): change the device associated with ide-burners (hdX -> scdX). Problem is how to know the X in scdX :( * modules.pm (write_conf): sort scsi_hostadapter's 2000-02-27 Pixel * install2.pm (main): load ide-probe and the like in 'prereq' type so no aliases are added to conf.modules 2000-02-25 Pixel * devices.pm (make): small code cleanup * partition_table_raw.pm (adjustEnd): more explicit error message * fsedit.pm (allocatePartitions): fix a bug (size was getting too big after each allocation) making adjustEnd cry 2000-02-24 Pixel * interactive_gtk.pm (new): added the "new" method to initialize windowheight for isStandalone * install_steps_gtk.pm (new): returns undef in case no X server works * install2.pm (main): moved the ejectCdrom from install_steps::END to here * install2.pm (main): fix the $SIG{SEGV} handler * install2.pm (main): added a "try again" in text install if the "new" fails * install_steps_interactive.pm (createBootdisk): fix an error for non fdX choice of floppy drive * install_steps_interactive.pm (setup_thiskind): remove the "defined @l" 2000-02-23 Pixel * install2.pm (%suggestedPartitions): remove any /boot entries * install2.pm (selectInstallClass): removed the special code to /boot entries from suggestedPartitions for on non-intel (and it was buggy :) * fsedit.pm (@suggestions): remove the /boot entry * fsedit.pm (check_mntpoint): remove the 1024 cylinder check * fsedit.pm (suggest_part): remove the 1024 cylinder special case * install_steps_interactive.pm (setupLILO): replace linear option by lba32 * lilo.pm (suggest): add lba32 by default * install_steps_interactive.pm (load_thiskind): moved the HPT stuff to install_any::ultra66 and call it. Add sound card configuration (3 lines :) * my_gtk.pm and interactive_gtk: resize the list and tree based on root window size * install_steps_gtk: $width and $height goes $::rootwidth and $::rootheight, also other dimensions goes global (main::) * commands.pm (strings): replace the typo \{$n,} by {$n,} 2000-02-23 François Pons * build_archive, extract_archive: changed format of TOC to speed up extraction of archive, now 5 to 6 times faster to read TOC :-) 2000-02-22 Pixel * Xconfigurator.pm: load "Cards" database only to translate NAME to fields. Added file CardsNames created from Cards using share/Cards2CardsNames. Kind of list of normalized NAMEs * MonitorsDB: replace the ` ' separator for vendor by `|' * install_steps_interactive.pm (timeConfig): use ask_from_treelist * interactive_gtk.pm (ask_from_treelist): creation of ask_from_treelist. Usage is just the same as ask_from_list with one more argument (the separator eg: |, /) 2000-02-21 François Pons * diskdrake.pm: fixed deadlock while trying to create partition when available space is equal or less than 2 cylinders. fixed Create action on corrupted partition by removing stalling window. Blocked partition table writing if there are error by forcing user to correct partition table. * partition_table.pm: fixed typo in verifyParts with cdie, added verifyParts on Resize action. 2000-02-21 Pixel * install_steps_gtk.pm (create_big_help): display the help in full screen * my_gtk.pm (_create_window): add big help on F1 * common.pm (add2hash): now returns the first parameter * mouse.pm (detect): really defaults to serial mouse * interactive.pm: add ask_many_from_list_with_help and ask_many_from_list_with_help_ref * services.pm: creation, it handles what was in standalone/drakxservices 2000-02-18 Pixel * install_steps_gtk.pm (createXconf): added /dev/ (X wants "/dev/psaux" and not "psaux") * diskdrake.pm (Create): show start sector even for non-expert on non-i386 2000-02-16 Pixel * mouse.pm (detect): add defaults to serial mouse * install_steps_gtk.pm (createXconf): remove the defaults to serial mouse 2000-02-15 Pixel * diskdrake.pm: "After %s partition %s," inlined otherwise does not please pablo and translators... 2000-02-14 Pixel * diskdrake.pm (Create): hide start sector choice for non-expert 2000-02-11 Pixel * partition_table_raw.pm (get_geometry): do not use the cylinder number given by HDIO_GETGEO cuz limited to 16bits. Compute using the total_sectors using HDIO_GET_IDENTITY * c/stuff.xs.pm: added total_sectors (gives the number of sector of a drive) * modules.pm (load): ignore error in loading prereq's * modules.pm (@drivers_by_category): rcpci instead of rcpci45, z85230 added * commands.pm (mount): add modules::load_deps otherwise the fs::mount won't succeed insmoding vfat if needed 2000-02-11 François Pons * fixed diskdrake to handle limit case when creating and resizing partition table, address size limit and start sector limit. 2000-02-11 Pixel * install2.pm (main): add a callback on SEGV -> message printed -> that way, ENDs are called (otherwise skipped) * install_steps_interactive.pm (setup_thiskind): handles the undef value returned by load_thiskind * install_steps_interactive.pm (exitInstall): do not call install_steps::exitInstall * install_steps (exitInstall): removed * install_steps (END): added (it does ejectCdrom) * install_steps_interactive.pm (load_thiskind): returns undef if error loading a module * fs.pm (format_part): changed the prototype from $;$@ to $;@ otherwise, @options always have a value (mostly undef) and mkdosfs fails (with "mkdosfs", "/dev/hdXX", undef, "-F", 32) * install_steps_interactive.pm (setup_thiskind): add a $auto_probe_pci that overrules $o->{auto_probe_pci} (that way no pci probe the second time) 2000-02-10 François Pons * heavy modification of build_archive and extract_archive to manage a TOC directly in archive file, handle bzip2 or gzip compression, extract_archive can extract multiple files a time, with minimal invocation of uncompress program and follow symlink and expand directory contents. * use build_archive/extract_archive for locales. * fixed a min/max in install_steps_gtk for Resize/Create partition. * fixed adjustEnd with dos partition table, take care of magic 63 sectors at beginning of partitions, a more solid method should be used for that. 2000-02-10 Pixel * modules.pm (load_thiskind): skip modules "unknown" and "ignore" 2000-02-09 Pixel * partition_table.pm (add): cdie if maximum number of partitions handled by linux is reached * Xconfigurator.pm (chooseResolutionsGtk): display the graphic card or server found * install_any.pm (relGetFile): for mdkinst files, take care not to have a double '/' (see debbugs #591) * install_steps_interactive.pm (configureNetwork): purpose: add ability to configure both modem and lan clean up the behaviour * fs.pm (write_fstab): purpose: sort the fstab per mount point (cuz /usr must be before /usr/local) also: rewrite of the part writing the fstab. 21191 21192 21193 21194 21195 21196 21197 21198 21199 21200 21201 21202 21203 21204 21205 21206 21207 21208 21209 21210 21211 21212 21213 21214 21215 21216 21217 21218 21219 21220 21221 21222 21223 21224 21225 21226 21227 21228 21229 21230 21231 21232 21233 21234 21235 21236 21237 21238 21239 21240 21241 21242 21243 21244 21245 21246 21247 21248 21249 21250 21251 21252 21253 21254 21255 21256 21257 21258 21259 21260 21261 21262 21263 21264 21265 21266 21267 21268 21269 21270 21271 21272 21273 21274 21275 21276 21277 21278 21279 21280 21281 21282 21283 21284 21285 21286 21287 21288 21289 21290 21291 21292 21293 21294 21295 21296 21297 21298 21299 21300 21301 21302 21303 21304 21305 21306 21307 21308 21309 21310 21311 21312 21313 21314 21315 21316 21317 21318 21319 21320 21321 21322 21323 21324 21325 21326 21327 21328 21329 21330 21331 21332 21333 21334 21335 21336 21337 21338 21339 21340 21341 21342 21343 21344 21345 21346 21347 21348 21349 21350 21351 21352 21353 21354 21355 21356 21357 21358 21359 21360 21361 21362 21363 21364 21365 21366 21367 21368 21369 21370 21371 21372 21373 21374 21375 21376 21377 21378 21379 21380 21381 21382 21383 21384 21385 21386 21387 21388 21389 21390 21391 21392 21393 21394 21395 21396 21397 21398 21399 21400 21401 21402 21403 21404 21405 21406 21407 21408 21409 21410 21411 21412 21413 21414 21415 21416 21417 21418 21419 21420 21421 21422 21423 21424 21425 21426 21427 21428 21429 21430 21431 21432 21433 21434 21435 21436 21437 21438 21439 21440 21441 21442 21443 21444 21445 21446 21447 21448 21449 21450 21451 21452 21453 21454 21455 21456 21457 21458 21459 21460 21461 21462 21463 21464 21465 21466 21467 21468 21469 21470 21471 21472 21473 21474 21475 21476 21477 21478 21479 21480 21481 21482 21483 21484 21485 21486 21487 21488 21489 21490 21491 21492 21493 21494 21495 21496 21497 21498 21499 21500 21501 21502 21503 21504 21505 21506 21507 21508 21509 21510 21511 21512 21513 21514 21515 21516 21517 21518 21519 21520 21521 21522 21523 21524 21525 21526 21527 21528 21529 21530 21531 21532 21533 21534 21535 21536 21537 21538 21539 21540 21541 21542 21543 21544 21545 21546 21547 21548 21549 21550 21551 21552 21553 21554 21555 21556 21557 21558 21559 21560 21561 21562 21563 21564 21565 21566 21567 21568 21569 21570 21571 21572 21573 21574 21575 21576 21577 21578 21579 21580 21581 21582 21583 21584 21585 21586 21587 21588 21589 21590 21591 21592 21593 21594 21595 21596 21597 21598 21599 21600 21601 21602 21603 21604 21605 21606 21607 21608 21609 21610 21611 21612 21613 21614 21615 21616 21617 21618 21619 21620 21621 21622 21623 21624 21625 21626 21627 21628 21629 21630 21631 21632 21633 21634 21635 21636 21637 21638 21639 21640 21641 21642 21643 21644 21645 21646 21647 21648 21649 21650 21651 21652 21653 21654 21655 21656 21657 21658 21659 21660 21661 21662 21663 21664 21665 21666 21667 21668 21669 21670 21671 21672 21673 21674 21675 21676 21677 21678 21679 21680 21681 21682 21683 21684 21685 21686 21687 21688 21689 21690 21691 21692 21693 21694 21695 21696 21697 21698 21699 21700 21701 21702 21703 21704 21705 21706 21707 21708 21709 21710 21711 21712 21713 21714 21715 21716 21717 21718 21719 21720 21721 21722 21723 21724 21725 21726 21727 21728 21729 21730 21731 21732 21733 21734 21735 21736 21737 21738 21739 21740 21741 21742 21743 21744 21745 21746 21747 21748 21749 21750 21751 21752 21753 21754 21755 21756 21757 21758 21759 21760 21761 21762 21763 21764 21765 21766 21767 21768 21769 21770 21771 21772 21773 21774 21775 21776 21777 21778 21779 21780 21781 21782 21783 21784 21785 21786 21787 21788 21789 21790 21791 21792 21793 21794 21795 21796 21797 21798 21799 21800 21801 21802 21803 21804 21805 21806 21807 21808 21809 21810 21811 21812 21813 21814 21815 21816 21817 21818 21819 21820 21821 21822 21823 21824 21825 21826 21827 21828 21829 21830 21831 21832 21833 21834 21835 21836 21837 21838 21839 21840 21841 21842 21843 21844 21845 21846 21847 21848 21849 21850 21851 21852 21853 21854 21855 21856 21857 21858 21859 21860 21861 21862 21863 21864 21865 21866 21867 21868 21869 21870 21871 21872 21873 21874 21875 21876 21877 21878 21879 21880 21881 21882 21883 21884 21885 21886 21887 21888 21889 21890 21891 21892 21893 21894 21895 21896 21897 21898 21899 21900 21901 21902 21903 21904 21905 21906 21907 21908 21909 21910 21911 21912 21913 21914 21915 21916 21917 21918 21919 21920 21921 21922 21923 21924 21925 21926 21927 21928 21929 21930 21931 21932 21933 21934 21935 21936 21937 21938 21939 21940 21941 21942 21943 21944 21945 21946 21947 21948 21949 21950 21951 21952 21953 21954 21955 21956 21957 21958 21959 21960 21961 21962 21963 21964 21965 21966 21967 21968 21969 21970 21971 21972 21973 21974 21975 21976 21977 21978 21979 21980 21981 21982 21983 21984 21985 21986 21987 21988 21989 21990 21991 21992 21993 21994 21995 21996 21997 21998 21999 22000 22001 22002 22003 22004 22005 22006 22007 22008 22009 22010 22011 22012 22013 22014 22015 22016 22017 22018 22019 22020 22021 22022 22023 22024 22025 22026 22027 22028 22029 22030 22031 22032 22033 22034 22035 22036 22037 22038 22039 22040 22041 22042 22043 22044 22045 22046 22047 22048 22049 22050 22051 22052 22053 22054 22055 22056 22057 22058 22059 22060 22061 22062 22063 22064 22065 22066 22067 22068 22069 22070 22071 22072 22073 22074 22075 22076 22077 22078 22079 22080 22081 22082 22083 22084 22085 22086 22087 22088 22089 22090 22091 22092 22093 22094 22095 22096 22097 22098 22099 22100 22101 22102 22103 22104 22105 22106 22107 22108 22109 22110 22111 22112 22113 22114 22115 22116 22117 22118 22119 22120 22121 22122 22123 22124 22125 22126 22127 22128 22129 22130 22131 22132 22133 22134 22135 22136 22137 22138 22139 22140 22141 22142 22143 22144 22145 22146 22147 22148 22149 22150 22151 22152 22153 22154 22155 22156 22157 22158 22159 22160 22161 22162 22163 22164 22165 22166 22167 22168 22169 22170 22171 22172 22173 22174 22175 22176 22177 22178 22179 22180 22181 22182 22183 22184 22185 22186 22187 22188 22189 22190 22191 22192 22193 22194 22195 22196 22197 22198 22199 22200 22201 22202 22203 22204 22205 22206 22207 22208 22209 22210 22211 22212 22213 22214 22215 22216 22217 22218 22219 22220 22221 22222 22223 22224 22225 22226 22227 22228 22229 22230 22231 22232 22233 22234 22235 22236 22237 22238 22239 22240 22241 22242 22243 22244 22245 22246 22247 22248 22249 22250 22251 22252 22253 22254 22255 22256 22257 22258 22259 22260 22261 22262 22263 22264 22265 22266 22267 22268 22269 22270 22271 22272 22273 22274 22275 22276 22277 22278 22279 22280 22281 22282 22283 22284 22285 22286 22287 22288 22289 22290 22291 22292 22293 22294 22295 22296 22297 22298 22299 22300 22301 22302 22303 22304 22305 22306 22307 22308 22309 22310 22311 22312 22313 22314 22315 22316 22317 22318 22319 22320 22321 22322 22323 22324 22325 22326 22327 22328 22329 22330 22331 22332 22333 22334 22335 22336 22337 22338 22339 22340 22341 22342 22343 22344 22345 22346 22347 22348 22349 22350 22351 22352 22353 22354 22355 22356 22357 22358 22359 22360 22361 22362 22363 22364 22365 22366 22367 22368 22369 22370 22371 22372 22373 22374 22375 22376 22377 22378 22379 22380 22381 22382 22383 22384 22385 22386 22387 22388 22389 22390 22391 22392 22393 22394 22395 22396 22397 22398 22399 22400 22401 22402 22403 22404 22405 22406 22407 22408 22409 22410 22411 22412 22413 22414 22415 22416 22417 22418 22419 22420 22421 22422 22423 22424 22425 22426 22427 22428 22429 22430 22431 22432 22433 22434 22435 22436 22437 22438 22439 22440 22441 22442 22443 22444 22445 22446 22447 22448 22449 22450 22451 22452 22453 22454 22455 22456 22457 22458 22459 22460 22461 22462 22463 22464 22465 22466 22467 22468 22469 22470 22471 22472 22473 22474 22475 22476 22477 22478 22479 22480 22481 22482 22483 22484 22485 22486 22487 22488 22489 22490 22491 22492 22493 22494 22495 22496 22497 22498 22499 22500 22501 22502 22503 22504 22505 22506 22507 22508 22509 22510 22511 22512 22513 22514 22515 22516 22517 22518 22519 22520 22521 22522 22523 22524 22525 22526 22527 22528 22529 22530 22531 22532 22533 22534 22535 22536 22537 22538 22539 22540 22541 22542 22543 22544 22545 22546 22547 22548 22549 22550 22551 22552 22553 22554 22555 22556 22557 22558 22559 22560 22561 22562 22563 22564 22565 22566 22567 22568 22569 22570 22571 22572 22573 22574 22575 22576 22577 22578 22579 22580 22581 22582 22583 22584 22585 22586 22587 22588 22589 22590 22591 22592 22593 22594 22595 22596 22597 22598 22599 22600 22601 22602 22603 22604 22605 22606 22607 22608 22609 22610 22611 22612 22613 22614 22615 22616 22617 22618 22619 22620 22621 22622 22623 22624 22625 22626 22627 22628 22629 22630 22631 22632 22633 22634 22635 22636 22637 22638 22639 22640 22641 22642 22643 22644 22645 22646 22647 22648 22649 22650 22651 22652 22653 22654 22655 22656 22657 22658 22659 22660 22661 22662 22663 22664 22665 22666 22667 22668 22669 22670 22671 22672 22673 22674 22675 22676 22677 22678 22679 22680 22681 22682 22683 22684 22685 22686 22687 22688 22689 22690 22691 22692 22693 22694 22695 22696 22697 22698 22699 22700 22701 22702 22703 22704 22705 22706 22707 22708 22709 22710 22711 22712 22713 22714 22715 22716 22717 22718 22719 22720 22721 22722 22723 22724 22725 22726 22727 22728 22729 22730 22731 22732 22733 22734 22735 22736 22737 22738 22739 22740 22741 22742 22743 22744 22745 22746 22747 22748 22749 22750 22751 22752 22753 22754 22755 22756 22757 22758 22759 22760 22761 22762 22763 22764 22765 22766 22767 22768 22769 22770 22771 22772 22773 22774 22775 22776 22777 22778 22779 22780 22781 22782 22783 22784 22785 22786 22787 22788 22789 22790 22791 22792 22793 22794 22795 22796 22797 22798 22799 22800 22801 22802 22803 22804 22805 22806 22807 22808 22809 22810 22811 22812 22813 22814 22815 22816 22817 22818 22819 22820 22821 22822 22823 22824 22825 22826 22827 22828 22829 22830 22831 22832 22833 22834 22835 22836 22837 22838 22839 22840 22841 22842 22843 22844 22845 22846 22847 22848 22849 22850 22851 22852 22853 22854 22855 22856 22857 22858 22859 22860 22861 22862 22863 22864 22865 22866 22867 22868 22869 22870 22871 22872 22873 22874 22875 22876 22877 22878 22879 22880 22881 22882 22883 22884 22885 22886 22887 22888 22889 22890 22891 22892 22893 22894 22895 22896 22897 22898 22899 22900 22901 22902 22903 22904 22905 22906 22907 22908 22909 22910 22911 22912 22913 22914 22915 22916 22917 22918 22919 22920 22921 22922 22923 22924 22925 22926 22927 22928 22929 22930 22931 22932 22933 22934 22935 22936 22937 22938 22939 22940 22941 22942 22943 22944 22945 22946 22947 22948 22949 22950 22951 22952 22953 22954 22955 22956 22957 22958 22959 22960 22961 22962 22963 22964 22965 22966 22967 22968 22969 22970 22971 22972 22973 22974 22975 22976 22977 22978 22979 22980 22981 22982 22983 22984 22985 22986 22987 22988 22989 22990 22991 22992 22993 22994 22995 22996 22997 22998 22999 23000 23001 23002 23003 23004 23005 23006 23007 23008 23009 23010 23011 23012 23013 23014 23015 23016 23017 23018 23019 23020 23021 23022 23023 23024 23025 23026 23027 23028 23029 23030 23031 23032 23033 23034 23035 23036 23037 23038 23039 23040 23041 23042 23043 23044 23045 23046 23047 23048 23049 23050 23051 23052 23053 23054 23055 23056 23057 23058 23059 23060 23061 23062 23063 23064 23065 23066 23067 23068 23069 23070 23071 23072 23073 23074 23075 23076 23077 23078 23079 23080 23081 23082 23083 23084 23085 23086 23087 23088 23089 23090 23091 23092 23093 23094 23095 23096 23097 23098 23099 23100 23101 23102 23103 23104 23105 23106 23107 23108 23109 23110 23111 23112 23113 23114 23115 23116 23117 23118 23119 23120 23121 23122 23123 23124 23125 23126 23127 23128 23129 23130 23131 23132 23133 23134 23135 23136 23137 23138 23139 23140 23141 23142 23143 23144 23145 23146 23147 23148 23149 23150 23151 23152 23153 23154 23155 23156 23157 23158 23159 23160 23161 23162 23163 23164 23165 23166 23167 23168 23169 23170 23171 23172 23173 23174 23175 23176 23177 23178 23179 23180 23181 23182 23183 23184 23185 23186 23187 23188 23189 23190 23191 23192 23193 23194 23195 23196 23197 23198 23199 23200 23201 23202 23203 23204 23205 23206 23207 23208 23209 23210 23211 23212 23213 23214 23215 23216 23217 23218 23219 23220 23221 23222 23223 23224 23225 23226 23227 23228 23229 23230 23231 23232 23233 23234 23235 23236 23237 23238 23239 23240 23241 23242 23243 23244 23245 23246 23247 23248 23249 23250 23251 23252 23253 23254 23255 23256 23257 23258 23259 23260 23261 23262 23263 23264 23265 23266 23267 23268 23269 23270 23271 23272 23273 23274 23275 23276 23277 23278 23279 23280 23281 23282 23283 23284 23285 23286 23287 23288 23289 23290 23291 23292 23293 23294 23295 23296 23297 23298 23299 23300 23301 23302 23303 23304 23305 23306 23307 23308 23309 23310 23311 23312 23313 23314 23315 23316 23317 23318 23319 23320 23321 23322 23323 23324 23325 23326 23327 23328 23329 23330 23331 23332 23333 23334 23335 23336 23337 23338 23339 23340 23341 23342 23343 23344 23345 23346 23347 23348 23349 23350 23351 23352 23353 23354 23355 23356 23357 23358 23359 23360 23361 23362 23363 23364 23365 23366 23367 23368 23369 23370 23371 23372 23373 23374 23375 23376 23377 23378 23379 23380 23381 23382 23383 23384 23385 23386 23387 23388 23389 23390 23391 23392 23393 23394 23395 23396 23397 23398 23399 23400 23401 23402 23403 23404 23405 23406 23407 23408 23409 23410 23411 23412 23413 23414 23415 23416 23417 23418 23419 23420 23421 23422 23423 23424 23425 23426 23427 23428 23429 23430 23431 23432 23433 23434 23435 23436 23437 23438 23439 23440 23441 23442 23443 23444 23445 23446 23447 23448 23449 23450 23451 23452 23453 23454 23455 23456 23457 23458 23459 23460 23461 23462 23463 23464 23465 23466 23467 23468 23469 23470 23471 23472 23473 23474 23475 23476 23477 23478 23479 23480 23481 23482 23483 23484 23485 23486 23487 23488 23489 23490 23491 23492 23493 23494 23495 23496 23497 23498 23499 23500 23501 23502 23503 23504 23505 23506 23507 23508 23509 23510 23511 23512 23513 23514 23515 23516 23517 23518 23519 23520 23521 23522 23523 23524 23525 23526 23527 23528 23529 23530 23531 23532 23533 23534 23535 23536 23537 23538 23539 23540 23541 23542 23543 23544 23545 23546 23547 23548 23549 23550 23551 23552 23553 23554 23555 23556 23557 23558 23559 23560 23561 23562 23563 23564 23565 23566 23567 23568 23569 23570 23571 23572 23573 23574 23575 23576 23577 23578 23579 23580 23581 23582 23583 23584 23585 23586 23587 23588 23589 23590 23591 23592 23593 23594 23595 23596 23597 23598 23599 23600 23601 23602 23603 23604 23605 23606 23607 23608 23609 23610 23611 23612 23613 23614 23615 23616 23617 23618 23619 23620 23621 23622 23623 23624 23625 23626 23627 23628 23629 23630 23631 23632 23633 23634 23635 23636 23637 23638 23639 23640 23641 23642 23643 23644 23645 23646 23647 23648 23649 23650 23651 23652 23653 23654 23655 23656 23657 23658 23659 23660 23661 23662 23663 23664 23665 23666 23667 23668 23669 23670 23671 23672 23673 23674 23675 23676 23677 23678 23679 23680 23681 23682 23683 23684 23685 23686 23687 23688 23689 23690 23691 23692 23693 23694 23695 23696 23697 23698 23699 23700 23701 23702 23703 23704 23705 23706 23707 23708 23709 23710 23711 23712 23713 23714 23715 23716 23717 23718 23719 23720 23721 23722 23723 23724 23725 23726 23727 23728 23729 23730 23731 23732 23733 23734 23735 23736 23737 23738 23739 23740 23741 23742 23743 23744 23745 23746 23747 23748 23749 23750 23751 23752 23753 23754 23755 23756 23757 23758 23759 23760 23761 23762 23763 23764 23765 23766 23767 23768 23769 23770 23771 23772 23773 23774 23775 23776 23777 23778 23779 23780 23781 23782 23783 23784 23785 23786 23787 23788 23789 23790 23791 23792 23793 23794 23795 23796 23797 23798 23799 23800 23801 23802 23803 23804 23805 23806 23807 23808 23809 23810 23811 23812 23813 23814 23815 23816 23817 23818 23819 23820 23821 23822 23823 23824 23825 23826 23827 23828 23829 23830 23831 23832 23833 23834 23835 23836 23837 23838 23839 23840 23841 23842 23843 23844 23845 23846 23847 23848 23849 23850 23851 23852 23853 23854 23855 23856 23857 23858 23859 23860 23861 23862 23863 23864 23865 23866 23867 23868 23869 23870 23871 23872 23873 23874 23875 23876 23877 23878 23879 23880 23881 23882 23883 23884 23885 23886 23887 23888 23889 23890 23891 23892 23893 23894 23895 23896 23897 23898 23899 23900 23901 23902 23903 23904 23905 23906 23907 23908 23909 23910 23911 23912 23913 23914 23915 23916 23917 23918 23919 23920 23921 23922 23923 23924 23925 23926 23927 23928 23929 23930 23931 23932 23933 23934 23935 23936 23937 23938 23939 23940 23941 23942 23943 23944 23945 23946 23947 23948 23949 23950 23951 23952 23953 23954 23955 23956 23957 23958 23959 23960 23961 23962 23963 23964 23965 23966 23967 23968 23969 23970 23971 23972 23973 23974 23975 23976 23977 23978 23979 23980 23981 23982 23983 23984 23985 23986 23987 23988 23989 23990 23991 23992 23993 23994 23995 23996 23997 23998 23999 24000 24001 24002 24003 24004 24005 24006 24007 24008 24009 24010 24011 24012 24013 24014 24015 24016 24017 24018 24019 24020 24021 24022 24023 24024 24025 24026 24027 24028 24029 24030 24031 24032 24033 24034 24035 24036 24037 24038 24039 24040 24041 24042 24043 24044 24045 24046 24047 24048 24049 24050 24051 24052 24053 24054 24055 24056 24057 24058 24059 24060 24061 24062 24063 24064 24065 24066 24067 24068 24069 24070 24071 24072 24073 24074 24075 24076 24077 24078 24079 24080 24081 24082 24083 24084 24085 24086 24087 24088 24089 24090 24091 24092 24093 24094 24095 24096 24097 24098 24099 24100 24101 24102 24103 24104 24105 24106 24107 24108 24109 24110 24111 24112 24113 24114 24115 24116 24117 24118 24119 24120 24121 24122 24123 24124 24125 24126 24127 24128 24129 24130 24131 24132 24133 24134 24135 24136 24137 24138 24139 24140 24141 24142 24143 24144 24145 24146 24147 24148 24149 24150 24151 24152 24153 24154 24155 24156 24157 24158 24159 24160 24161 24162 24163 24164 24165 24166 24167 24168 24169 24170 24171 24172 24173 24174 24175 24176 24177 24178 24179 24180 24181 24182 24183 24184 24185 24186 24187 24188 24189 24190 24191 24192 24193 24194 24195 24196 24197 24198 24199 24200 24201 24202 24203 24204 24205 24206 24207 24208 24209 24210 24211 24212 24213 24214 24215 24216 24217 24218 24219 24220 24221 24222 24223 24224 24225 24226 24227 24228 24229 24230 24231 24232 24233 24234 24235 24236 24237 24238 24239 24240 24241 24242 24243 24244 24245 24246 24247 24248 24249 24250 24251 24252 24253 24254 24255 24256 24257 24258 24259 24260 24261 24262 24263 24264 24265 24266 24267 24268 24269 24270 24271 24272 24273 24274 24275 24276 24277 24278 24279 24280 24281 24282 24283 24284 24285 24286 24287 24288 24289 24290 24291 24292 24293 24294 24295 24296 24297 24298 24299 24300 24301 24302 24303 24304 24305 24306 24307 24308 24309 24310 24311 24312 24313 24314 24315 24316 24317 24318 24319 24320 24321 24322 24323 24324 24325 24326 24327 24328 24329 24330 24331 24332 24333 24334 24335 24336 24337 24338 24339 24340 24341 24342 24343 24344 24345 24346 24347 24348 24349 24350 24351 24352 24353 24354 24355 24356 24357 24358 24359 24360 24361 24362 24363 24364 24365 24366 24367 24368 24369 24370 24371 24372 24373 24374 24375 24376 24377 24378 24379 24380 24381 24382 24383 24384 24385 24386 24387 24388 24389 24390 24391 24392 24393 24394 24395 24396 24397 24398 24399 24400 24401 24402 24403 24404 24405 24406 24407 24408 24409 24410 24411 24412 24413 24414 24415 24416 24417 24418 24419 24420 24421 24422 24423 24424 24425 24426 24427 24428 24429 24430 24431 24432 24433 24434 24435 24436 24437 24438 24439 24440 24441 24442 24443 24444 24445 24446 24447 24448 24449 24450 24451 24452 24453 24454 24455 24456 24457 24458 24459 24460 24461 24462 24463 24464 24465 24466 24467 24468 24469 24470 24471 24472 24473 24474 24475 24476 24477 24478 24479 24480 24481 24482 24483 24484 24485 24486 24487 24488 24489 24490 24491 24492 24493 24494 24495 24496 24497 24498 24499 24500 24501 24502 24503 24504 24505 24506 24507 24508 24509 24510 24511 24512 24513 24514 24515 24516 24517 24518 24519 24520 24521 24522 24523 24524 24525 24526 24527 24528 24529 24530 24531 24532 24533 24534 24535 24536 24537 24538 24539 24540 24541 24542 24543 24544 24545 24546 24547 24548 24549 24550 24551 24552 24553 24554 24555 24556 24557 24558 24559 24560 24561 24562 24563 24564 24565 24566 24567 24568 24569 24570 24571 24572 24573 24574 24575 24576 24577 24578 24579 24580 24581 24582 24583 24584 24585 24586 24587 24588 24589 24590 24591 24592 24593 24594 24595 24596 24597 24598 24599 24600 24601 24602 24603 24604 24605 24606 24607 24608 24609 24610 24611 24612 24613 24614 24615 24616 24617 24618 24619 24620 24621 24622 24623 24624 24625 24626 24627 24628 24629 24630 24631 24632 24633 24634 24635 24636 24637 24638 24639 24640 24641 24642 24643 24644 24645 24646 24647 24648 24649 24650 24651 24652 24653 24654 24655 24656 24657 24658 24659 24660 24661 24662 24663 24664 24665 24666 24667 24668 24669 24670 24671 24672 24673 24674 24675 24676 24677 24678 24679 24680 24681 24682 24683 24684 24685 24686 24687 24688 24689 24690 24691 24692 24693 24694 24695 24696 24697 24698 24699 24700 24701 24702 24703 24704 24705 24706 24707 24708 24709 24710 24711 24712 24713 24714 24715 24716 24717 24718 24719 24720 24721 24722 24723 24724 24725 24726 24727 24728 24729 24730 24731 24732 24733 24734 24735 24736 24737 24738 24739 24740 24741 24742 24743 24744 24745 24746 24747 24748 24749 24750 24751 24752 24753 24754 24755 24756 24757 24758 24759 24760 24761 24762 24763 24764 24765 24766 24767 24768 24769 24770 24771 24772 24773 24774 24775 24776 24777 24778 24779 24780 24781 24782 24783 24784 24785 24786 24787 24788 24789 24790 24791 24792 24793 24794 24795 24796 24797 24798 24799 24800 24801 24802 24803 24804 24805 24806 24807 24808 24809 24810 24811 24812 24813 24814 24815 24816 24817 24818 24819 24820 24821 24822 24823 24824 24825 24826 24827 24828 24829 24830 24831 24832 24833 24834 24835 24836 24837 24838 24839 24840 24841 24842 24843 24844 24845 24846 24847 24848 24849 24850 24851 24852 24853 24854 24855 24856 24857 24858 24859 24860 24861 24862 24863 24864 24865 24866 24867 24868 24869 24870 24871 24872 24873 24874 24875 24876 24877 24878 24879 24880 24881 24882 24883 24884 24885 24886 24887 24888 24889 24890 24891 24892 24893 24894 24895 24896 24897 24898 24899 24900 24901 24902 24903 24904 24905 24906 24907 24908 24909 24910 24911 24912 24913 24914 24915 24916 24917 24918 24919 24920 24921 24922 24923 24924 24925 24926 24927 24928 24929 24930 24931 24932 24933 24934 24935 24936 24937 24938 24939 24940 24941 24942 24943 24944 24945 24946 24947 24948 24949 24950 24951 24952 24953 24954 24955 24956 24957 24958 24959 24960 24961 24962 24963 24964 24965 24966 24967 24968 24969 24970 24971 24972 24973 24974 24975 24976 24977 24978 24979 24980 24981 24982 24983 24984 24985 24986 24987 24988 24989 24990 24991 24992 24993 24994 24995 24996 24997 24998 24999 25000 25001 25002 25003 25004 25005 25006 25007 25008 25009 25010 25011 25012 25013 25014 25015 25016 25017 25018 25019 25020 25021 25022 25023 25024 25025 25026 25027 25028 25029 25030 25031 25032 25033 25034 25035 25036 25037 25038 25039 25040 25041 25042 25043 25044 25045 25046 25047 25048 25049 25050 25051 25052 25053 25054 25055 25056 25057 25058 25059 25060 25061 25062 25063 25064 25065 25066 25067 25068 25069 25070 25071 25072 25073 25074 25075 25076 25077 25078 25079 25080 25081 25082 25083 25084 25085 25086 25087 25088 25089 25090 25091 25092 25093 25094 25095 25096 25097 25098 25099 25100 25101 25102 25103 25104 25105 25106 25107 25108 25109 25110 25111 25112 25113 25114 25115 25116 25117 25118 25119 25120 25121 25122 25123 25124 25125 25126 25127 25128 25129 25130 25131 25132 25133 25134 25135 25136 25137 25138 25139 25140 25141 25142 25143 25144 25145 25146 25147 25148 25149 25150 25151 25152 25153 25154 25155 25156 25157 25158 25159 25160 25161 25162 25163 25164 25165 25166 25167 25168 25169 25170 25171 25172 25173 25174 25175 25176 25177 25178 25179 25180 25181 25182 25183 25184 25185 25186 25187 25188 25189 25190 25191 25192 25193 25194 25195 25196 25197 25198 25199 25200 25201 25202 25203 25204 25205 25206 25207 25208 25209 25210 25211 25212 25213 25214 25215 25216 25217 25218 25219 25220 25221 25222 25223 25224 25225 25226 25227 25228 25229 25230 25231 25232 25233 25234 25235 25236 25237 25238 25239 25240 25241 25242 25243 25244 25245 25246 25247 25248 25249 25250 25251 25252 25253 25254 25255 25256 25257 25258 25259 25260 25261 25262 25263 25264 25265 25266 25267 25268 25269 25270 25271 25272 25273 25274 25275 25276 25277 25278 25279 25280 25281 25282 25283 25284 25285 25286 25287 25288 25289 25290 25291 25292 25293 25294 25295 25296 25297 25298 25299 25300 25301 25302 25303 25304 25305 25306 25307 25308 25309 25310 25311 25312 25313 25314 25315 25316 25317 25318 25319 25320 25321 25322 25323 25324 25325 25326 25327 25328 25329 25330 25331 25332 25333 25334 25335 25336 25337 25338 25339 25340 25341 25342 25343 25344 25345 25346 25347 25348 25349 25350 25351 25352 25353 25354 25355 25356 25357 25358 25359 25360 25361 25362 25363 25364 25365 25366 25367 25368 25369 25370 25371 25372 25373 25374 25375 25376 25377 25378 25379 25380 25381 25382 25383 25384 25385 25386 25387 25388 25389 25390 25391 25392 25393 25394 25395 25396 25397 25398 25399 25400 25401 25402 25403 25404 25405 25406 25407 25408 25409 25410 25411 25412 25413 25414 25415 25416 25417 25418 25419 25420 25421 25422 25423 25424 25425 25426 25427 25428 25429 25430 25431 25432 25433 25434 25435 25436 25437 25438 25439 25440 25441 25442 25443 25444 25445 25446 25447 25448 25449 25450 25451 25452 25453 25454 25455 25456 25457 25458 25459 25460 25461 25462 25463 25464 25465 25466 25467 25468 25469 25470 25471 25472 25473 25474 25475 25476 25477 25478 25479 25480 25481 25482 25483 25484 25485 25486 25487 25488 25489 25490 25491 25492 25493 25494 25495 25496 25497 25498 25499 25500 25501 25502 25503 25504 25505 25506 25507 25508 25509 25510 25511 25512 25513 25514 25515 25516 25517 25518 25519 25520 25521 25522 25523 25524 25525 25526 25527 25528 25529 25530 25531 25532 25533 25534 25535 25536 25537 25538 25539 25540 25541 25542 25543 25544 25545 25546 25547 25548 25549 25550 25551 25552 25553 25554 25555 25556 25557 25558 25559 25560 25561 25562 25563 25564 25565 25566 25567 25568 25569 25570 25571 25572 25573 25574 25575 25576 25577 25578 25579 25580 25581 25582 25583 25584 25585 25586 25587 25588 25589 25590 25591 25592 25593 25594 25595 25596 25597 25598 25599 25600 25601 25602 25603 25604 25605 25606 25607 25608 25609 25610 25611 25612 25613 25614 25615 25616 25617 25618 25619 25620 25621 25622 25623 25624 25625 25626 25627 25628 25629 25630 25631 25632 25633 25634 25635 25636 25637 25638 25639 25640 25641 25642 25643 25644 25645 25646 25647 25648 25649 25650 25651 25652 25653 25654 25655 25656 25657 25658 25659 25660 25661 25662 25663 25664 25665 25666 25667 25668 25669 25670 25671 25672 25673 25674 25675 25676 25677 25678 25679 25680 25681 25682 25683 25684 25685 25686 25687 25688 25689 25690 25691 25692 25693 25694 25695 25696 25697 25698 25699 25700 25701 25702 25703 25704 25705 25706 25707 25708 25709 25710 25711 25712 25713 25714 25715 25716 25717 25718 25719 25720 25721 25722 25723 25724 25725 25726 25727 25728 25729 25730 25731 25732 25733 25734 25735 25736 25737 25738 25739 25740 25741 25742 25743 25744 25745 25746 25747 25748 25749 25750 25751 25752 25753 25754 25755 25756 25757 25758 25759 25760 25761 25762 25763 25764 25765 25766 25767 25768 25769 25770 25771 25772 25773 25774 25775 25776 25777 25778 25779 25780 25781 25782 25783 25784 25785 25786 25787 25788 25789 25790 25791 25792 25793 25794 25795 25796 25797 25798 25799 25800 25801 25802 25803 25804 25805 25806 25807 25808 25809 25810 25811 25812 25813 25814 25815 25816 25817 25818 25819 25820 25821 25822 25823 25824 25825 25826 25827 25828 25829 25830 25831 25832 25833 25834 25835 25836 25837 25838 25839 25840 25841 25842 25843 25844 25845 25846 25847 25848 25849 25850 25851 25852 25853 25854 25855 25856 25857 25858 25859 25860 25861 25862 25863 25864 25865 25866 25867 25868 25869 25870 25871 25872 25873 25874 25875 25876 25877 25878 25879 25880 25881 25882 25883 25884 25885 25886 25887 25888 25889 25890 25891 25892 25893 25894 25895 25896 25897 25898 25899 25900 25901 25902 25903 25904 25905 25906 25907 25908 25909 25910 25911 25912 25913 25914 25915 25916 25917 25918 25919 25920 25921 25922 25923 25924 25925 25926 25927 25928 25929 25930 25931 25932 25933 25934 25935 25936 25937 25938 25939 25940 25941 25942 25943 25944 25945 25946 25947 25948 25949 25950 25951 25952 25953 25954 25955 25956 25957 25958 25959 25960 25961 25962 25963 25964 25965 25966 25967 25968 25969 25970 25971 25972 25973 25974 25975 25976 25977 25978 25979 25980 25981 25982 25983 25984 25985 25986 25987 25988 25989 25990 25991 25992 25993 25994 25995 25996 25997 25998 25999 26000 26001 26002 26003 26004 26005 26006 26007 26008 26009 26010 26011 26012 26013 26014 26015 26016 26017 26018 26019 26020 26021 26022 26023 26024 26025 26026 26027 26028 26029 26030 26031 26032 26033 26034 26035 26036 26037 26038 26039 26040 26041 26042 26043 26044 26045 26046 26047 26048 26049 26050 26051 26052 26053 26054 26055 26056 26057 26058 26059 26060 26061 26062 26063 26064 26065 26066 26067 26068 26069 26070 26071 26072 26073 26074 26075 26076 26077 26078 26079 26080 26081 26082 26083 26084 26085 26086 26087 26088 26089 26090 26091 26092 26093 26094 26095 26096 26097 26098 26099 26100 26101 26102 26103 26104 26105 26106 26107 26108 26109 26110 26111 26112 26113 26114 26115 26116 26117 26118 26119 26120 26121 26122 26123 26124 26125 26126 26127 26128 26129 26130 26131 26132 26133 26134 26135 26136 26137 26138 26139 26140 26141 26142 26143 26144 26145 26146 26147 26148 26149 26150 26151 26152 26153 26154 26155 26156 26157 26158 26159 26160 26161 26162 26163 26164 26165 26166 26167 26168 26169 26170 26171 26172 26173 26174 26175 26176 26177 26178 26179 26180 26181 26182 26183 26184 26185 26186 26187 26188 26189 26190 26191 26192 26193 26194 26195 26196 26197 26198 26199 26200 26201 26202 26203 26204 26205 26206 26207 26208 26209 26210 26211 26212 26213 26214 26215 26216 26217 26218 26219 26220 26221 26222 26223 26224 26225 26226 26227 26228 26229 26230 26231 26232 26233 26234 26235 26236 26237 26238 26239 26240 26241 26242 26243 26244 26245 26246 26247 26248 26249 26250 26251 26252 26253 26254 26255 26256 26257 26258 26259 26260 26261 26262 26263 26264 26265 26266 26267 26268 26269 26270 26271 26272 26273 26274 26275 26276 26277 26278 26279 26280 26281 26282 26283 26284 26285 26286 26287 26288 26289 26290 26291 26292 26293 26294 26295 26296 26297 26298 26299 26300 26301 26302 26303 26304 26305 26306 26307 26308 26309 26310 26311 26312 26313 26314 26315 26316 26317 26318 26319 26320 26321 26322 26323 26324 26325 26326 26327 26328 26329 26330 26331 26332 26333 26334 26335 26336 26337 26338 26339 26340 26341 26342 26343 26344 26345 26346 26347 26348 26349 26350 26351 26352 26353 26354 26355 26356 26357 26358 26359 26360 26361 26362 26363 26364 26365 26366 26367 26368 26369 26370 26371 26372 26373 26374 26375 26376 26377 26378 26379 26380 26381 26382 26383 26384 26385 26386 26387 26388 26389 26390 26391 26392 26393 26394 26395 26396 26397 26398 26399 26400 26401 26402 26403 26404 26405 26406 26407 26408 26409 26410 26411 26412 26413 26414 26415 26416 26417 26418 26419 26420 26421 26422 26423 26424 26425 26426 26427 26428 26429 26430 26431 26432 26433 26434 26435 26436 26437 26438 26439 26440 26441 26442 26443 26444 26445 26446 26447 26448 26449 26450 26451 26452 26453 26454 26455 26456 26457 26458 26459 26460 26461 26462 26463 26464 26465 26466 26467 26468 26469 26470 26471 26472 26473 26474 26475 26476 26477 26478 26479 26480 26481 26482 26483 26484 26485 26486 26487 26488 26489 26490 26491 26492 26493 26494 26495 26496 26497 26498 26499 26500 26501 26502 26503 26504 26505 26506 26507 26508 26509 26510 26511 26512 26513 26514 26515 26516 26517 26518 26519 26520 26521 26522 26523 26524 26525 26526 26527 26528 26529 26530 26531 26532 26533 26534 26535 26536 26537 26538 26539 26540 26541 26542 26543 26544 26545 26546 26547 26548 26549 26550 26551 26552 26553 26554 26555 26556 26557 26558 26559 26560 26561 26562 26563 26564 26565 26566 26567 26568 26569 26570 26571 26572 26573 26574 26575 26576 26577 26578 26579 26580 26581 26582 26583 26584 26585 26586 26587 26588 26589 26590 26591 26592 26593 26594 26595 26596 26597 26598 26599 26600 26601 26602 26603 26604 26605 26606 26607 26608 26609 26610 26611 26612 26613 26614 26615 26616 26617 26618 26619 26620 26621 26622 26623 26624 26625 26626 26627 26628 26629 26630 26631 26632 26633 26634 26635 26636 26637 26638 26639 26640 26641 26642 26643 26644 26645 26646 26647 26648 26649 26650 26651 26652 26653 26654 26655 26656 26657 26658 26659 26660 26661 26662 26663 26664 26665 26666 26667 26668 26669 26670 26671 26672 26673 26674 26675 26676 26677 26678 26679 26680 26681 26682 26683 26684 26685 26686 26687 26688 26689 26690 26691 26692 26693 26694 26695 26696 26697 26698 26699 26700 26701 26702 26703 26704 26705 26706 26707 26708 26709 26710 26711 26712 26713 26714 26715 26716 26717 26718 26719 26720 26721 26722 26723 26724 26725 26726 26727 26728 26729 26730 26731 26732 26733 26734 26735 26736 26737 26738 26739 26740 26741 26742 26743 26744 26745 26746 26747 26748 26749 26750 26751 26752 26753 26754 26755 26756 26757 26758 26759 26760 26761 26762 26763 26764 26765 26766 26767 26768 26769 26770 26771 26772 26773 26774 26775 26776 26777 26778 26779 26780 26781 26782 26783 26784 26785 26786 26787 26788 26789 26790 26791 26792 26793 26794 26795 26796 26797 26798 26799 26800 26801 26802 26803 26804 26805 26806 26807 26808 26809 26810 26811 26812 26813 26814 26815 26816 26817 26818 26819 26820 26821 26822 26823 26824 26825 26826 26827 26828 26829 26830 26831 26832 26833 26834 26835 26836 26837 26838 26839 26840 26841 26842 26843 26844 26845 26846 26847 26848 26849 26850 26851 26852 26853 26854 26855 26856 26857 26858 26859 26860 26861 26862 26863 26864 26865 26866 26867 26868 26869 26870 26871 26872 26873 26874 26875 26876 26877 26878 26879 26880 26881 26882 26883 26884 26885 26886 26887 26888 26889 26890 26891 26892 26893 26894 26895 26896 26897 26898 26899 26900 26901 26902 26903 26904 26905 26906 26907 26908 26909 26910 26911 26912 26913 26914 26915 26916 26917 26918 26919 26920 26921 26922 26923 26924 26925 26926 26927 26928 26929 26930 26931 26932 26933 26934 26935 26936 26937 26938 26939 26940 26941 26942 26943 26944 26945 26946 26947 26948 26949 26950 26951 26952 26953 26954 26955 26956 26957 26958 26959 26960 26961 26962 26963 26964 26965 26966 26967 26968 26969 26970 26971 26972 26973 26974 26975 26976 26977 26978 26979 26980 26981 26982 26983 26984 26985 26986 26987 26988 26989 26990 26991 26992 26993 26994 26995 26996 26997 26998 26999 27000 27001 27002 27003 27004 27005 27006 27007 27008 27009 27010 27011 27012 27013 27014 27015 27016 27017 27018 27019 27020 27021 27022 27023 27024 27025 27026 27027 27028 27029 27030 27031 27032 27033 27034 27035 27036 27037 27038 27039 27040 27041 27042 27043 27044 27045 27046 27047 27048 27049 27050 27051 27052 27053 27054 27055 27056 27057 27058 27059 27060 27061 27062 27063 27064 27065 27066 27067 27068 27069 27070 27071 27072 27073 27074 27075 27076 27077 27078 27079 27080 27081 27082 27083 27084 27085 27086 27087 27088 27089 27090 27091 27092 27093 27094 27095 27096 27097 27098 27099 27100 27101 27102 27103 27104 27105 27106 27107 27108 27109 27110 27111 27112 27113 27114 27115 27116 27117 27118 27119 27120 27121 27122 27123 27124 27125 27126 27127 27128 27129 27130 27131 27132 27133 27134 27135 27136 27137 27138 27139 27140 27141 27142 27143 27144 27145 27146 27147 27148 27149 27150 27151 27152 27153 27154 27155 27156 27157 27158 27159 27160 27161 27162 27163 27164 27165 27166 27167 27168 27169 27170 27171 27172 27173 27174 27175 27176 27177 27178 27179 27180 27181 27182 27183 27184 27185 27186 27187 27188 27189 27190 27191 27192 27193 27194 27195 27196 27197 27198 27199 27200 27201 27202 27203 27204 27205 27206 27207 27208 27209 27210 27211 27212 27213 27214 27215 27216 27217 27218 27219 27220 27221 27222 27223 27224 27225 27226 27227 27228 27229 27230 27231 27232 27233 27234 27235 27236 27237 27238 27239 27240 27241 27242 27243 27244 27245 27246 27247 27248 27249 27250 27251 27252 27253 27254 27255 27256 27257 27258 27259 27260 27261 27262 27263 27264 27265 27266 27267 27268 27269 27270 27271 27272 27273 27274 27275 27276 27277 27278 27279 27280 27281 27282 27283 27284 27285 27286 27287 27288 27289 27290 27291 27292 27293 27294 27295 27296 27297 27298 27299 27300 27301 27302 27303 27304 27305 27306 27307 27308 27309 27310 27311 27312 27313 27314 27315 27316 27317 27318 27319 27320 27321 27322 27323 27324 27325 27326 27327 27328 27329 27330 27331 27332 27333 27334 27335 27336 27337 27338 27339 27340 27341 27342 27343 27344 27345 27346 27347 27348 27349 27350 27351 27352 27353 27354 27355 27356 27357 27358 27359 27360 27361 27362 27363 27364 27365 27366 27367 27368 27369 27370 27371 27372 27373 27374 27375 27376 27377 27378 27379 27380 27381 27382 27383 27384 27385 27386 27387 27388 27389 27390 27391 27392 27393 27394 27395 27396 27397 27398 27399 27400 27401 27402 27403 27404 27405 27406 27407 27408 27409 27410 27411 27412 27413 27414 27415 27416 27417 27418 27419 27420 27421 27422 27423 27424 27425 27426 27427 27428 27429 27430 27431 27432 27433 27434 27435 27436 27437 27438 27439 27440 27441 27442 27443 27444 27445 27446 27447 27448 27449 27450 27451 27452 27453 27454 27455 27456 27457 27458 27459 27460 27461 27462 27463 27464 27465 27466 27467 27468 27469 27470 27471 27472 27473 27474 27475 27476 27477 27478 27479 27480 27481 27482 27483 27484 27485 27486 27487 27488 27489 27490 27491 27492 27493 27494 27495 27496 27497 27498 27499 27500 27501 27502 27503 27504 27505 27506 27507 27508 27509 27510 27511 27512 27513 27514 27515 27516 27517 27518 27519 27520 27521 27522 27523 27524 27525 27526 27527 27528 27529 27530 27531 27532 27533 27534 27535 27536 27537 27538 27539 27540 27541 27542 27543 27544 27545 27546 27547 27548 27549 27550 27551 27552 27553 27554 27555 27556 27557 27558 27559 27560 27561 27562 27563 27564 27565 27566 27567 27568 27569 27570 27571 27572 27573 27574 27575 27576 27577 27578 27579 27580 27581 27582 27583 27584 27585 27586 27587 27588 27589 27590 27591 27592 27593 27594 27595 27596 27597 27598 27599 27600 27601 27602 27603 27604 27605 27606 27607 27608 27609 27610 27611 27612 27613 27614 27615 27616 27617 27618 27619 27620 27621 27622 27623 27624 27625 27626 27627 27628 27629 27630 27631 27632 27633 27634 27635 27636 27637 27638 27639 27640 27641 27642 27643 27644 27645 27646 27647 27648 27649 27650 27651 27652 27653 27654 27655 27656 27657 27658 27659 27660 27661 27662 27663 27664 27665 27666 27667 27668 27669 27670 27671 27672 27673 27674 27675 27676 27677 27678 27679 27680 27681 27682 27683 27684 27685 27686 27687 27688 27689 27690 27691 27692 27693 27694 27695 27696 27697 27698 27699 27700 27701 27702 27703 27704 27705 27706 27707 27708 27709 27710 27711 27712 27713 27714 27715 27716 27717 27718 27719 27720 27721 27722 27723 27724 27725 27726 27727 27728 27729 27730 27731 27732 27733 27734 27735 27736 27737 27738 27739 27740 27741 27742 27743 27744 27745 27746 27747 27748 27749 27750 27751 27752 27753 27754 27755 27756 27757 27758 27759 27760 27761 27762 27763 27764 27765 27766 27767 27768 27769 27770 27771 27772 27773 27774 27775 27776 27777 27778 27779 27780 27781 27782 27783 27784 27785 27786 27787 27788 27789 27790 27791 27792 27793 27794 27795 27796 27797 27798 27799 27800 27801 27802 27803 27804 27805 27806 27807 27808 27809 27810 27811 27812 27813 27814 27815 27816 27817 27818 27819 27820 27821 27822 27823 27824 27825 27826 27827 27828 27829 27830 27831 27832 27833 27834 27835 27836 27837 27838 27839 27840 27841 27842 27843 27844 27845 27846 27847 27848 27849 27850 27851 27852 27853 27854 27855 27856 27857 27858 27859 27860 27861 27862 27863 27864 27865 27866 27867 27868 27869 27870 27871 27872 27873 27874 27875 27876 27877 27878 27879 27880 27881 27882 27883 27884 27885 27886 27887 27888 27889 27890 27891 27892 27893 27894 27895 27896 27897 27898 27899 27900 27901 27902 27903 27904 27905 27906 27907 27908 27909 27910 27911 27912 27913 27914 27915 27916 27917 27918 27919 27920 27921 27922 27923 27924 27925 27926 27927 27928 27929 27930 27931 27932 27933 27934 27935 27936 27937 27938 27939 27940 27941 27942 27943 27944 27945 27946 27947 27948 27949 27950 27951 27952 27953 27954 27955 27956 27957 27958 27959 27960 27961 27962 27963 27964 27965 27966 27967 27968 27969 27970 27971 27972 27973 27974 27975 27976 27977 27978 27979 27980 27981 27982 27983 27984 27985 27986 27987 27988 27989 27990 27991 27992 27993 27994 27995 27996 27997 27998 27999 28000 28001 28002 28003 28004 28005 28006 28007 28008 28009 28010 28011 28012 28013 28014 28015 28016 28017 28018 28019 28020 28021 28022 28023 28024 28025 28026 28027 28028 28029 28030 28031 28032 28033 28034 28035 28036 28037 28038 28039 28040 28041 28042 28043 28044 28045 28046 28047 28048 28049 28050 28051 28052 28053 28054 28055 28056 28057 28058 28059 28060 28061 28062 28063 28064 28065 28066 28067 28068 28069 28070 28071 28072 28073 28074 28075 28076 28077 28078 28079 28080 28081 28082 28083 28084 28085 28086 28087 28088 28089 28090 28091 28092 28093 28094 28095 28096 28097 28098 28099 28100 28101 28102 28103 28104 28105 28106 28107 28108 28109 28110 28111 28112 28113 28114 28115 28116 28117 28118 28119 28120 28121 28122 28123 28124 28125 28126 28127 28128 28129 28130 28131 28132 28133 28134 28135 28136 28137 28138 28139 28140 28141 28142 28143 28144 28145 28146 28147 28148 28149 28150 28151 28152 28153 28154 28155 28156 28157 28158 28159 28160 28161 28162 28163 28164 28165 28166 28167 28168 28169 28170 28171 28172 28173 28174 28175 28176 28177 28178 28179 28180 28181 28182 28183 28184 28185 28186 28187 28188 28189 28190 28191 28192 28193 28194 28195 28196 28197 28198 28199 28200 28201 28202 28203 28204 28205 28206 28207 28208 28209 28210 28211 28212 28213 28214 28215 28216 28217 28218 28219 28220 28221 28222 28223 28224 28225 28226 28227 28228 28229 28230 28231 28232 28233 28234 28235 28236 28237 28238 28239 28240 28241 28242 28243 28244 28245 28246 28247 28248 28249 28250 28251 28252 28253 28254 28255 28256 28257 28258 28259 28260 28261 28262 28263 28264 28265 28266 28267 28268 28269 28270 28271 28272 28273 28274 28275 28276 28277 28278 28279 28280 28281 28282 28283 28284 28285 28286 28287 28288 28289 28290 28291 28292 28293 28294 28295 28296 28297 28298 28299 28300 28301 28302 28303 28304 28305 28306 28307 28308 28309 28310 28311 28312 28313 28314 28315 28316 28317 28318 28319 28320 28321 28322 28323 28324 28325 28326 28327 28328 28329 28330 28331 28332 28333 28334 28335 28336 28337 28338 28339 28340 28341 28342 28343 28344 28345 28346 28347 28348 28349 28350 28351 28352 28353 28354 28355 28356 28357 28358 28359 28360 28361 28362 28363 28364 28365 28366 28367 28368 28369 28370 28371 28372 28373 28374 28375 28376 28377 28378 28379 28380 28381 28382 28383 28384 28385 28386 28387 28388 28389 28390 28391 28392 28393 28394 28395 28396 28397 28398 28399 28400 28401 28402 28403 28404 28405 28406 28407 28408 28409 28410 28411 28412 28413 28414 28415 28416 28417 28418 28419 28420 28421 28422 28423 28424 28425 28426 28427 28428 28429 28430 28431 28432 28433 28434 28435 28436 28437 28438 28439 28440 28441 28442 28443 28444 28445 28446 28447 28448 28449 28450 28451 28452 28453 28454 28455 28456 28457 28458 28459 28460 28461 28462 28463 28464 28465 28466 28467 28468 28469 28470 28471 28472 28473 28474 28475 28476 28477 28478 28479 28480 28481 28482 28483 28484 28485 28486 28487 28488 28489 28490 28491 28492 28493 28494 28495 28496 28497 28498 28499 28500 28501 28502 28503 28504 28505 28506 28507 28508 28509 28510 28511 28512 28513 28514 28515 28516 28517 28518 28519 28520 28521 28522 28523 28524 28525 28526 28527 28528 28529 28530 28531 28532 28533 28534 28535 28536 28537 28538 28539 28540 28541 28542 28543 28544 28545 28546 28547 28548 28549 28550 28551 28552 28553 28554 28555 28556 28557 28558 28559 28560 28561 28562 28563 28564 28565 28566 28567 28568 28569 28570 28571 28572 28573 28574 28575 28576 28577 28578 28579 28580 28581 28582 28583 28584 28585 28586 28587 28588 28589 28590 28591 28592 28593 28594 28595 28596 28597 28598 28599 28600 28601 28602 28603 28604 28605 28606 28607 28608 28609 28610 28611 28612 28613 28614 28615 28616 28617 28618 28619 28620 28621 28622 28623 28624 28625 28626 28627 28628 28629 28630 28631 28632 28633 28634 28635 28636 28637 28638 28639 28640 28641 28642 28643 28644 28645 28646 28647 28648 28649 28650 28651 28652 28653 28654 28655 28656 28657 28658 28659 28660 28661 28662 28663 28664 28665 28666 28667 28668 28669 28670 28671 28672 28673 28674 28675 28676 28677 28678 28679 28680 28681 28682 28683 28684 28685 28686 28687 28688 28689 28690 28691 28692 28693 28694 28695 28696 28697 28698 28699 28700 28701 28702 28703 28704 28705 28706 28707 28708 28709 28710 28711 28712 28713 28714 28715 28716 28717 28718 28719 28720 28721 28722 28723 28724 28725 28726 28727 28728 28729 28730 28731 28732 28733 28734 28735 28736 28737 28738 28739 28740 28741 28742 28743 28744 28745 28746 28747 28748 28749 28750 28751 28752 28753 28754 28755 28756 28757 28758 28759 28760 28761 28762 28763 28764 28765 28766 28767 28768 28769 28770 28771 28772 28773 28774 28775 28776 28777 28778 28779 28780 28781 28782 28783 28784 28785 28786 28787 28788 28789 28790 28791 28792 28793 28794 28795 28796 28797 28798 28799 28800 28801 28802 28803 28804 28805 28806 28807 28808 28809 28810 28811 28812 28813 28814 28815 28816 28817 28818 28819 28820 28821 28822 28823 28824 28825 28826 28827 28828 28829 28830 28831 28832 28833 28834 28835 28836 28837 28838 28839 28840 28841 28842 28843 28844 28845 28846 28847 28848 28849 28850 28851 28852 28853 28854 28855 28856 28857 28858 28859 28860 28861 28862 28863 28864 28865 28866 28867 28868 28869 28870 28871 28872 28873 28874 28875 28876 28877 28878 28879 28880 28881 28882 28883 28884 28885 28886 28887 28888 28889 28890 28891 28892 28893 28894 28895 28896 28897 28898 28899 28900 28901 28902 28903 28904 28905 28906 28907 28908 28909 28910 28911 28912 28913 28914 28915 28916 28917 28918 28919 28920 28921 28922 28923 28924 28925 28926 28927 28928 28929 28930 28931 28932 28933 28934 28935 28936 28937 28938 28939 28940 28941 28942 28943 28944 28945 28946 28947 28948 28949 28950 28951 28952 28953 28954 28955 28956 28957 28958 28959 28960 28961 28962 28963 28964 28965 28966 28967 28968 28969 28970 28971 28972 28973 28974 28975 28976 28977 28978 28979 28980 28981 28982 28983 28984 28985 28986 28987 28988 28989 28990 28991 28992 28993 28994 28995 28996 28997 28998 28999 29000 29001 29002 29003 29004 29005 29006 29007 29008 29009 29010 29011 29012 29013 29014 29015 29016 29017 29018 29019 29020 29021 29022 29023 29024 29025 29026 29027 29028 29029 29030 29031 29032 29033 29034 29035 29036 29037 29038 29039 29040 29041 29042 29043 29044 29045 29046 29047 29048 29049 29050 29051 29052 29053 29054 29055 29056 29057 29058 29059 29060 29061 29062 29063 29064 29065 29066 29067 29068 29069 29070 29071 29072 29073 29074 29075 29076 29077 29078 29079 29080 29081 29082 29083 29084 29085 29086 29087 29088 29089 29090 29091 29092 29093 29094 29095 29096 29097 29098 29099 29100 29101 29102 29103 29104 29105 29106 29107 29108 29109 29110 29111 29112 29113 29114 29115 29116 29117 29118 29119 29120 29121 29122 29123 29124 29125 29126 29127 29128 29129 29130 29131 29132 29133 29134 29135 29136 29137 29138 29139 29140 29141 29142 29143 29144 29145 29146 29147 29148 29149 29150 29151 29152 29153 29154 29155 29156 29157 29158 29159 29160 29161 29162 29163 29164 29165 29166 29167 29168 29169 29170 29171 29172 29173 29174 29175 29176 29177 29178 29179 29180 29181 29182 29183 29184 29185 29186 29187 29188 29189 29190 29191 29192 29193 29194 29195 29196 29197 29198 29199 29200 29201 29202 29203 29204 29205 29206 29207 29208 29209 29210 29211 29212 29213 29214 29215 29216 29217 29218 29219 29220 29221 29222 29223 29224 29225 29226 29227 29228 29229 29230 29231 29232 29233 29234 29235 29236 29237 29238 29239 29240 29241 29242 29243 29244 29245 29246 29247 29248 29249 29250 29251 29252 29253 29254 29255 29256 29257 29258 29259 29260 29261 29262 29263 29264 29265 29266 29267 29268 29269 29270 29271 29272 29273 29274 29275 29276 29277 29278 29279 29280 29281 29282 29283 29284 29285 29286 29287 29288 29289 29290 29291 29292 29293 29294 29295 29296 29297 29298 29299 29300 29301 29302 29303 29304 29305 29306 29307 29308 29309 29310 29311 29312 29313 29314 29315 29316 29317 29318 29319 29320 29321 29322 29323 29324 29325 29326 29327 29328 29329 29330 29331 29332 29333 29334 29335 29336 29337 29338 29339 29340 29341 29342 29343 29344 29345 29346 29347 29348 29349 29350 29351 29352 29353 29354 29355 29356 29357 29358 29359 29360 29361 29362 29363 29364 29365 29366 29367 29368 29369 29370 29371 29372 29373 29374 29375 29376 29377 29378 29379 29380 29381 29382 29383 29384 29385 29386 29387 29388 29389 29390 29391 29392 29393 29394 29395 29396 29397 29398 29399 29400 29401 29402 29403 29404 29405 29406 29407 29408 29409 29410 29411 29412 29413 29414 29415 29416 29417 29418 29419 29420 29421 29422 29423 29424 29425 29426 29427 29428 29429 29430 29431 29432 29433 29434 29435 29436 29437 29438 29439 29440 29441 29442 29443 29444 29445 29446 29447 29448 29449 29450 29451 29452 29453 29454 29455 29456 29457 29458 29459 29460 29461 29462 29463 29464 29465 29466 29467 29468 29469 29470 29471 29472 29473 29474 29475 29476 29477 29478 29479 29480 29481 29482 29483 29484 29485 29486 29487 29488 29489 29490 29491 29492 29493 29494 29495 29496 29497 29498 29499 29500 29501 29502 29503 29504 29505 29506 29507 29508 29509 29510 29511 29512 29513 29514 29515 29516 29517 29518 29519 29520 29521 29522 29523 29524 29525 29526 29527 29528 29529 29530 29531 29532 29533 29534 29535 29536 29537 29538 29539 29540 29541 29542 29543 29544 29545 29546 29547 29548 29549 29550 29551 29552 29553 29554 29555 29556 29557 29558 29559 29560 29561 29562 29563 29564 29565 29566 29567 29568 29569 29570 29571 29572 29573 29574 29575 29576 29577 29578 29579 29580 29581 29582 29583 29584 29585 29586 29587 29588 29589 29590 29591 29592 29593 29594 29595 29596 29597 29598 29599 29600 29601 29602 29603 29604 29605 29606 29607 29608 29609 29610 29611 29612 29613 29614 29615 29616 29617 29618 29619 29620 29621 29622 29623 29624 29625 29626 29627 29628 29629 29630 29631 29632 29633 29634 29635 29636 29637 29638 29639 29640 29641 29642 29643 29644 29645 29646 29647 29648 29649 29650 29651 29652 29653 29654 29655 29656 29657 29658 29659 29660 29661 29662 29663 29664 29665 29666 29667 29668 29669 29670 29671 29672 29673 29674 29675 29676 29677 29678 29679 29680 29681 29682 29683 29684 29685 29686 29687 29688 29689 29690 29691 29692 29693 29694 29695 29696 29697 29698 29699 29700 29701 29702 29703 29704 29705 29706 29707 29708 29709 29710 29711 29712 29713 29714 29715 29716 29717 29718 29719 29720 29721 29722 29723 29724 29725 29726 29727 29728 29729 29730 29731 29732 29733 29734 29735 29736 29737 29738 29739 29740 29741 29742 29743 29744 29745 29746 29747 29748 29749 29750 29751 29752 29753 29754 29755 29756 29757 29758 29759 29760 29761 29762 29763 29764 29765 29766 29767 29768 29769 29770 29771 29772 29773 29774 29775 29776 29777 29778 29779 29780 29781 29782 29783 29784 29785 29786 29787 29788 29789 29790 29791 29792 29793 29794 29795 29796 29797 29798 29799 29800 29801 29802 29803 29804 29805 29806 29807 29808 29809 29810 29811 29812 29813 29814 29815 29816 29817 29818 29819 29820 29821 29822 29823 29824 29825 29826 29827 29828 29829 29830 29831 29832 29833 29834 29835 29836 29837 29838 29839 29840 29841 29842 29843 29844 29845 29846 29847 29848 29849 29850 29851 29852 29853 29854 29855 29856 29857 29858 29859 29860 29861 29862 29863 29864 29865 29866 29867 29868 29869 29870 29871 29872 29873 29874 29875 29876 29877 29878 29879 29880 29881 29882 29883 29884 29885 29886 29887 29888 29889 29890 29891 29892 29893 29894 29895 29896 29897 29898 29899 29900 29901 29902 29903 29904 29905 29906 29907 29908 29909 29910 29911 29912 29913 29914 29915 29916 29917 29918 29919 29920 29921 29922 29923 29924 29925 29926 29927 29928 29929 29930 29931 29932 29933 29934 29935 29936 29937 29938 29939 29940 29941 29942 29943 29944 29945 29946 29947 29948 29949 29950 29951 29952 29953 29954 29955 29956 29957 29958 29959 29960 29961 29962 29963 29964 29965 29966 29967 29968 29969 29970 29971 29972 29973 29974 29975 29976 29977 29978 29979 29980 29981 29982 29983 29984 29985 29986 29987 29988 29989 29990 29991 29992 29993 29994 29995 29996 29997 29998 29999 30000 30001 30002 30003 30004 30005 30006 30007 30008 30009 30010 30011 30012 30013 30014 30015 30016 30017 30018 30019 30020 30021 30022 30023 30024 30025 30026 30027 30028 30029 30030 30031 30032 30033 30034 30035 30036 30037 30038 30039 30040 30041 30042 30043 30044 30045 30046 30047 30048 30049 30050 30051 30052 30053 30054 30055 30056 30057 30058 30059 30060 30061 30062 30063 30064 30065 30066 30067 30068 30069 30070 30071 30072 30073 30074 30075 30076 30077 30078 30079 30080 30081 30082 30083 30084 30085 30086 30087 30088 30089 30090 30091 30092 30093 30094 30095 30096 30097 30098 30099 30100 30101 30102 30103 30104 30105 30106 30107 30108 30109 30110 30111 30112 30113 30114 30115 30116 30117 30118 30119 30120 30121 30122 30123 30124 30125 30126 30127 30128 30129 30130 30131 30132 30133 30134 30135 30136 30137 30138 30139 30140 30141 30142 30143 30144 30145 30146 30147 30148 30149 30150 30151 30152 30153 30154 30155 30156 30157 30158 30159 30160 30161 30162 30163 30164 30165 30166 30167 30168 30169 30170 30171 30172 30173 30174 30175 30176 30177 30178 30179 30180 30181 30182 30183 30184 30185 30186 30187 30188 30189 30190 30191 30192 30193 30194 30195 30196 30197 30198 30199 30200 30201 30202 30203 30204 30205 30206 30207 30208 30209 30210 30211 30212 30213 30214 30215 30216 30217 30218 30219 30220 30221 30222 30223 30224 30225 30226 30227 30228 30229 30230 30231 30232 30233 30234 30235 30236 30237 30238 30239 30240 30241 30242 30243 30244 30245 30246 30247 30248 30249 30250 30251 30252 30253 30254 30255 30256 30257 30258 30259 30260 30261 30262 30263 30264 30265 30266 30267 30268 30269 30270 30271 30272 30273 30274 30275 30276 30277 30278 30279 30280 30281 30282 30283 30284 30285 30286 30287 30288 30289 30290 30291 30292 30293 30294 30295 30296 30297 30298 30299 30300 30301 30302 30303 30304 30305 30306 30307 30308 30309 30310 30311 30312 30313 30314 30315 30316 30317 30318 30319 30320 30321 30322 30323 30324 30325 30326 30327 30328 30329 30330 30331 30332 30333 30334 30335 30336 30337 30338 30339 30340 30341 30342 30343 30344 30345 30346 30347 30348 30349 30350 30351 30352 30353 30354 30355 30356 30357 30358 30359 30360 30361 30362 30363 30364 30365 30366 30367 30368 30369 30370 30371 30372 30373 30374 30375 30376 30377 30378 30379 30380 30381 30382 30383 30384 30385 30386 30387 30388 30389 30390 30391 30392 30393 30394 30395 30396 30397 30398 30399 30400 30401 30402 30403 30404 30405 30406 30407 30408 30409 30410 30411 30412 30413 30414 30415 30416 30417 30418 30419 30420 30421 30422 30423 30424 30425 30426 30427 30428 30429 30430 30431 30432 30433 30434 30435 30436 30437 30438 30439 30440 30441 30442 30443 30444 30445 30446 30447 30448 30449 30450 30451 30452 30453 30454 30455 30456 30457 30458 30459 30460 30461 30462 30463 30464 30465 30466 30467 30468 30469 30470 30471 30472 30473 30474 30475 30476 30477 30478 30479 30480 30481 30482 30483 30484 30485 30486 30487 30488 30489 30490 30491 30492 30493 30494 30495 30496 30497 30498 30499 30500 30501 30502 30503 30504 30505 30506 30507 30508 30509 30510 30511 30512 30513 30514 30515 30516 30517 30518 30519 30520 30521 30522 30523 30524 30525 30526 30527 30528 30529 30530 30531 30532 30533 30534 30535 30536 30537 30538 30539 30540 30541 30542 30543 30544 30545 30546 30547 30548 30549 30550 30551 30552 30553 30554 30555 30556 30557 30558 30559 30560 30561 30562 30563 30564 30565 30566 30567 30568 30569 30570 30571 30572 30573 30574 30575 30576 30577 30578 30579 30580 30581 30582 30583 30584 30585 30586 30587 30588 30589 30590 30591 30592 30593 30594 30595 30596 30597 30598 30599 30600 30601 30602 30603 30604 30605 30606 30607 30608 30609 30610 30611 30612 30613 30614 30615 30616 30617 30618 30619 30620 30621 30622 30623 30624 30625 30626 30627 30628 30629 30630 30631 30632 30633 30634 30635 30636 30637 30638 30639 30640 30641 30642 30643 30644 30645 30646 30647 30648 30649 30650 30651 30652 30653 30654 30655 30656 30657 30658 30659 30660 30661 30662 30663 30664 30665 30666 30667 30668 30669 30670 30671 30672 30673 30674 30675 30676 30677 30678 30679 30680 30681 30682 30683 30684 30685 30686 30687 30688 30689 30690 30691 30692 30693 30694 30695 30696 30697 30698 30699 30700 30701 30702 30703 30704 30705 30706 30707 30708 30709 30710 30711 30712 30713 30714 30715 30716 30717 30718 30719 30720 30721 30722 30723 30724 30725 30726 30727 30728 30729 30730 30731 30732 30733 30734 30735 30736 30737 30738 30739 30740 30741 30742 30743 30744 30745 30746 30747 30748 30749 30750 30751 30752 30753 30754 30755 30756 30757 30758 30759 30760 30761 30762 30763 30764 30765 30766 30767 30768 30769 30770 30771 30772 30773 30774 30775 30776 30777 30778 30779 30780 30781 30782 30783 30784 30785 30786 30787 30788 30789 30790 30791 30792 30793 30794 30795 30796 30797 30798 30799 30800 30801 30802 30803 30804 30805 30806 30807 30808 30809 30810 30811 30812 30813 30814 30815 30816 30817 30818 30819 30820 30821 30822 30823 30824 30825 30826 30827 30828 30829 30830 30831 30832 30833 30834 30835 30836 30837 30838 30839 30840 30841 30842 30843 30844 30845 30846 30847 30848 30849 30850 30851 30852 30853 30854 30855 30856 30857 30858 30859 30860 30861 30862 30863 30864 30865 30866 30867 30868 30869 30870 30871 30872 30873 30874 30875 30876 30877 30878 30879 30880 30881 30882 30883 30884 30885 30886 30887 30888 30889 30890 30891 30892 30893 30894 30895 30896 30897 30898 30899 30900 30901 30902 30903 30904 30905 30906 30907 30908 30909 30910 30911 30912 30913 30914 30915 30916 30917 30918 30919 30920 30921 30922 30923 30924 30925 30926 30927 30928 30929 30930 30931 30932 30933 30934 30935 30936 30937 30938 30939 30940 30941 30942 30943 30944 30945 30946 30947 30948 30949 30950 30951 30952 30953 30954 30955 30956 30957 30958 30959 30960 30961 30962 30963 30964 30965 30966 30967 30968 30969 30970 30971 30972 30973 30974 30975 30976 30977 30978 30979 30980 30981 30982 30983 30984 30985 30986 30987 30988 30989 30990 30991 30992 30993 30994 30995 30996 30997 30998 30999 31000 31001 31002 31003 31004 31005 31006 31007 31008 31009 31010 31011 31012 31013 31014 31015 31016 31017 31018 31019 31020 31021 31022 31023 31024 31025 31026 31027 31028 31029 31030 31031 31032 31033 31034 31035 31036 31037 31038 31039 31040 31041 31042 31043 31044 31045 31046 31047 31048 31049 31050 31051 31052 31053 31054 31055 31056 31057 31058 31059 31060 31061 31062 31063 31064 31065 31066 31067 31068 31069 31070 31071 31072 31073 31074 31075 31076 31077 31078 31079 31080 31081 31082 31083 31084 31085 31086 31087 31088 31089 31090 31091 31092 31093 31094 31095 31096 31097 31098 31099 31100 31101 31102 31103 31104 31105 31106 31107 31108 31109 31110 31111 31112 31113 31114 31115 31116 31117 31118 31119 31120 31121 31122 31123 31124 31125 31126 31127 31128 31129 31130 31131 31132 31133 31134 31135 31136 31137 31138 31139 31140 31141 31142 31143 31144 31145 31146 31147 31148 31149 31150 31151 31152 31153 31154 31155 31156 31157 31158 31159 31160 31161 31162 31163 31164 31165 31166 31167 31168 31169 31170 31171 31172 31173 31174 31175 31176 31177 31178 31179 31180 31181 31182 31183 31184 31185 31186 31187 31188 31189 31190 31191 31192 31193 31194 31195 31196 31197 31198 31199 31200 31201 31202 31203 31204 31205 31206 31207 31208 31209 31210 31211 31212 31213 31214 31215 31216 31217 31218 31219 31220 31221 31222 31223 31224 31225 31226 31227 31228 31229 31230 31231 31232 31233 31234 31235 31236 31237 31238 31239 31240 31241 31242 31243 31244 31245 31246 31247 31248 31249 31250 31251 31252 31253 31254 31255 31256 31257 31258 31259 31260 31261 31262 31263 31264 31265 31266 31267 31268 31269 31270 31271 31272 31273 31274 31275 31276 31277 31278 31279 31280 31281 31282 31283 31284 31285 31286 31287 31288 31289 31290 31291 31292 31293 31294 31295 31296 31297 31298 31299 31300 31301 31302 31303 31304 31305 31306 31307 31308 31309 31310 31311 31312 31313 31314 31315 31316 31317 31318 31319 31320 31321 31322 31323 31324 31325 31326 31327 31328 31329 31330 31331 31332 31333 31334 31335 31336 31337 31338 31339 31340 31341 31342 31343 31344 31345 31346 31347 31348 31349 31350 31351 31352 31353 31354 31355 31356 31357 31358 31359 31360 31361 31362 31363 31364 31365 31366 31367 31368 31369 31370 31371 31372 31373 31374 31375 31376 31377 31378 31379 31380 31381 31382 31383 31384 31385 31386 31387 31388 31389 31390 31391 31392 31393 31394 31395 31396 31397 31398 31399 31400 31401 31402 31403 31404 31405 31406 31407 31408 31409 31410 31411 31412 31413 31414 31415 31416 31417 31418 31419 31420 31421 31422 31423 31424 31425 31426 31427 31428 31429 31430 31431 31432 31433 31434 31435 31436 31437 31438 31439 31440 31441 31442 31443 31444 31445 31446 31447 31448 31449 31450 31451 31452 31453 31454 31455 31456 31457 31458 31459 31460 31461 31462 31463 31464 31465 31466 31467 31468 31469 31470 31471 31472 31473 31474 31475 31476 31477 31478 31479 31480 31481 31482 31483 31484 31485 31486 31487 31488 31489 31490 31491 31492 31493 31494 31495 31496 31497 31498 31499 31500 31501 31502 31503 31504 31505 31506 31507 31508 31509 31510 31511 31512 31513 31514 31515 31516 31517 31518 31519 31520 31521 31522 31523 31524 31525 31526 31527 31528 31529 31530 31531 31532 31533 31534 31535 31536 31537 31538 31539 31540 31541 31542 31543 31544 31545 31546 31547 31548 31549 31550 31551 31552 31553 31554 31555 31556 31557 31558 31559 31560 31561 31562 31563 31564 31565 31566 31567 31568 31569 31570 31571 31572 31573 31574 31575 31576 31577 31578 31579 31580 31581 31582 31583 31584 31585 31586 31587 31588 31589 31590 31591 31592 31593 31594 31595 31596 31597 31598 31599 31600 31601 31602 31603 31604 31605 31606 31607 31608 31609 31610 31611 31612 31613 31614 31615 31616 31617 31618 31619 31620 31621 31622 31623 31624 31625 31626 31627 31628 31629 31630 31631 31632 31633 31634 31635 31636 31637 31638 31639 31640 31641 31642 31643 31644 31645 31646 31647 31648 31649 31650 31651 31652 31653 31654 31655 31656 31657 31658 31659 31660 31661 31662 31663 31664 31665 31666 31667 31668 31669 31670 31671 31672 31673 31674 31675 31676 31677 31678 31679 31680 31681 31682 31683 31684 31685 31686 31687 31688 31689 31690 31691 31692 31693 31694 31695 31696 31697 31698 31699 31700 31701 31702 31703 31704 31705 31706 31707 31708 31709 31710 31711 31712 31713 31714 31715 31716 31717 31718 31719 31720 31721 31722 31723 31724 31725 31726 31727 31728 31729 31730 31731 31732 31733 31734 31735 31736 31737 31738 31739 31740 31741 31742 31743 31744 31745 31746 31747 31748 31749 31750 31751 31752 31753 31754 31755 31756 31757 31758 31759 31760 31761 31762 31763 31764 31765 31766 31767 31768 31769 31770 31771 31772 31773 31774 31775 31776 31777 31778 31779 31780 31781 31782 31783 31784 31785 31786 31787 31788 31789 31790 31791 31792 31793 31794 31795 31796 31797 31798 31799 31800 31801 31802 31803 31804 31805 31806 31807 31808 31809 31810 31811 31812 31813 31814 31815 31816 31817 31818 31819 31820 31821 31822 31823 31824 31825 31826 31827 31828 31829 31830 31831 31832 31833 31834 31835 31836 31837 31838 31839 31840 31841 31842 31843 31844 31845 31846 31847 31848 31849 31850 31851 31852 31853 31854 31855 31856 31857 31858 31859 31860 31861 31862 31863 31864 31865 31866 31867 31868 31869 31870 31871 31872 31873 31874 31875 31876 31877 31878 31879 31880 31881 31882 31883 31884 31885 31886 31887 31888 31889 31890 31891 31892 31893 31894 31895 31896 31897 31898 31899 31900 31901 31902 31903 31904 31905 31906 31907 31908 31909 31910 31911 31912 31913 31914 31915 31916 31917 31918 31919 31920 31921 31922 31923 31924 31925 31926 31927 31928 31929 31930 31931 31932 31933 31934 31935 31936 31937 31938 31939 31940 31941 31942 31943 31944 31945 31946 31947 31948 31949 31950 31951 31952 31953 31954 31955 31956 31957 31958 31959 31960 31961 31962 31963 31964 31965 31966 31967 31968 31969 31970 31971 31972 31973 31974 31975 31976 31977 31978 31979 31980 31981 31982 31983 31984 31985 31986 31987 31988 31989 31990 31991 31992 31993 31994 31995 31996 31997 31998 31999 32000 32001 32002 32003 32004 32005 32006 32007 32008 32009 32010 32011 32012 32013 32014 32015 32016 32017 32018 32019 32020 32021 32022 32023 32024 32025 32026 32027 32028 32029 32030 32031 32032 32033 32034 32035 32036 32037 32038 32039 32040 32041 32042 32043 32044 32045 32046 32047 32048 32049 32050 32051 32052 32053 32054 32055 32056 32057 32058 32059 32060 32061 32062 32063 32064 32065 32066 32067 32068 32069 32070 32071 32072 32073 32074 32075 32076 32077 32078 32079 32080 32081 32082 32083 32084 32085 32086 32087 32088 32089 32090 32091 32092 32093 32094 32095 32096 32097 32098 32099 32100 32101 32102 32103 32104 32105 32106 32107 32108 32109 32110 32111 32112 32113 32114 32115 32116 32117 32118 32119 32120 32121 32122 32123 32124 32125 32126 32127 32128 32129 32130 32131 32132 32133 32134 32135 32136 32137 32138 32139 32140 32141 32142 32143 32144 32145 32146 32147 32148 32149 32150 32151 32152 32153 32154 32155 32156 32157 32158 32159 32160 32161 32162 32163 32164 32165 32166 32167 32168 32169 32170 32171 32172 32173 32174 32175 32176 32177 32178 32179 32180 32181 32182 32183 32184 32185 32186 32187 32188 32189 32190 32191 32192 32193 32194 32195 32196 32197 32198 32199 32200 32201 32202 32203 32204 32205 32206 32207 32208 32209 32210 32211 32212 32213 32214 32215 32216 32217 32218 32219 32220 32221 32222 32223 32224 32225 32226 32227 32228 32229 32230 32231 32232 32233 32234 32235 32236 32237 32238 32239 32240 32241 32242 32243 32244 32245 32246 32247 32248 32249 32250 32251 32252 32253 32254 32255 32256 32257 32258 32259 32260 32261 32262 32263 32264 32265 32266 32267 32268 32269 32270 32271 32272 32273 32274 32275 32276 32277 32278 32279 32280 32281 32282 32283 32284 32285 32286 32287 32288 32289 32290 32291 32292 32293 32294 32295 32296 32297 32298 32299 32300 32301 32302 32303 32304 32305 32306 32307 32308 32309 32310 32311 32312 32313 32314 32315 32316 32317 32318 32319 32320 32321 32322 32323 32324 32325 32326 32327 32328 32329 32330 32331 32332 32333 32334 32335 32336 32337 32338 32339 32340 32341 32342 32343 32344 32345 32346 32347 32348 32349 32350 32351 32352 32353 32354 32355 32356 32357 32358 32359 32360 32361 32362 32363 32364 32365 32366 32367 32368 32369 32370 32371 32372 32373 32374 32375 32376 32377 32378 32379 32380 32381 32382 32383 32384 32385 32386 32387 32388 32389 32390 32391 32392 32393 32394 32395 32396 32397 32398 32399 32400 32401 32402 32403 32404 32405 32406 32407 32408 32409 32410 32411 32412 32413 32414 32415 32416 32417 32418 32419 32420 32421 32422 32423 32424 32425 32426 32427 32428 32429 32430 32431 32432 32433 32434 32435 32436 32437 32438 32439 32440 32441 32442 32443 32444 32445 32446 32447 32448 32449 32450 32451 32452 32453 32454 32455 32456 32457 32458 32459 32460 32461 32462 32463 32464 32465 32466 32467 32468 32469 32470 32471 32472 32473 32474 32475 32476 32477 32478 32479 32480 32481 32482 32483 32484 32485 32486 32487 32488 32489 32490 32491 32492 32493 32494 32495 32496 32497 32498 32499 32500 32501 32502 32503 32504 32505 32506 32507 32508 32509 32510 32511 32512 32513 32514 32515 32516 32517 32518 32519 32520 32521 32522 32523 32524 32525 32526 32527 32528 32529 32530 32531 32532 32533 32534 32535 32536 32537 32538 32539 32540 32541 32542 32543 32544 32545 32546 32547 32548 32549 32550 32551 32552 32553 32554 32555 32556 32557 32558 32559 32560 32561 32562 32563 32564 32565 32566 32567 32568 32569 32570 32571 32572 32573 32574 32575 32576 32577 32578 32579 32580 32581 32582 32583 32584 32585 32586 32587 32588 32589 32590 32591 32592 32593 32594 32595 32596 32597 32598 32599 32600 32601 32602 32603 32604 32605 32606 32607 32608 32609 32610 32611 32612 32613 32614 32615 32616 32617 32618 32619 32620 32621 32622 32623 32624 32625 32626 32627 32628 32629 32630 32631 32632 32633 32634 32635 32636 32637 32638 32639 32640 32641 32642 32643 32644 32645 32646 32647 32648 32649 32650 32651 32652 32653 32654 32655 32656 32657 32658 32659 32660 32661 32662 32663 32664 32665 32666 32667 32668 32669 32670 32671 32672 32673 32674 32675 32676 32677 32678 32679 32680 32681 32682 32683 32684 32685 32686 32687 32688 32689 32690 32691 32692 32693 32694 32695 32696 32697 32698 32699 32700 32701 32702 32703 32704 32705 32706 32707 32708 32709 32710 32711 32712 32713 32714 32715 32716 32717 32718 32719 32720 32721 32722 32723 32724 32725 32726 32727 32728 32729 32730 32731 32732 32733 32734 32735 32736 32737 32738 32739 32740 32741 32742 32743 32744 32745 32746 32747 32748 32749 32750 32751 32752 32753 32754 32755 32756 32757 32758 32759 32760 32761 32762 32763 32764 32765 32766 32767 32768 32769 32770 32771 32772 32773 32774 32775 32776 32777 32778 32779 32780 32781 32782 32783 32784 32785 32786 32787 32788 32789 32790 32791 32792 32793 32794 32795 32796 32797 32798 32799 32800 32801 32802 32803 32804 32805 32806 32807 32808 32809 32810 32811 32812 32813 32814 32815 32816 32817 32818 32819 32820 32821 32822 32823 32824 32825 32826 32827 32828 32829 32830 32831 32832 32833 32834 32835 32836 32837 32838 32839 32840 32841 32842 32843 32844 32845 32846 32847 32848 32849 32850 32851 32852 32853 32854 32855 32856 32857 32858 32859 32860 32861 32862 32863 32864 32865 32866 32867 32868 32869 32870 32871 32872 32873 32874 32875 32876 32877 32878 32879 32880 32881 32882 32883 32884 32885 32886 32887 32888 32889 32890 32891 32892 32893 32894 32895 32896 32897 32898 32899 32900 32901 32902 32903 32904 32905 32906 32907 32908 32909 32910 32911 32912 32913 32914 32915 32916 32917 32918 32919 32920 32921 32922 32923 32924 32925 32926 32927 32928 32929 32930 32931 32932 32933 32934 32935 32936 32937 32938 32939 32940 32941 32942 32943 32944 32945 32946 32947 32948 32949 32950 32951 32952 32953 32954 32955 32956 32957 32958 32959 32960 32961 32962 32963 32964 32965 32966 32967 32968 32969 32970 32971 32972 32973 32974 32975 32976 32977 32978 32979 32980 32981 32982 32983 32984 32985 32986 32987 32988 32989 32990 32991 32992 32993 32994 32995 32996 32997 32998 32999 33000 33001 33002 33003 33004 33005 33006 33007 33008 33009 33010 33011 33012 33013 33014 33015 33016 33017 33018 33019 33020 33021 33022 33023 33024 33025 33026 33027 33028 33029 33030 33031 33032 33033 33034 33035 33036 33037 33038 33039 33040 33041 33042 33043 33044 33045 33046 33047 33048 33049 33050 33051 33052 33053 33054 33055 33056 33057 33058 33059 33060 33061 33062 33063 33064 33065 33066 33067 33068 33069 33070 33071 33072 33073 33074 33075 33076 33077 33078 33079 33080 33081 33082 33083 33084 33085 33086 33087 33088 33089 33090 33091 33092 33093 33094 33095 33096 33097 33098 33099 33100 33101 33102 33103 33104 33105 33106 33107 33108 33109 33110 33111 33112 33113 33114 33115 33116 33117 33118 33119 33120 33121 33122 33123 33124 33125 33126 33127 33128 33129 33130 33131 33132 33133 33134 33135 33136 33137 33138 33139 33140 33141 33142 33143 33144 33145 33146 33147 33148 33149 33150 33151 33152 33153 33154 33155 33156 33157 33158 33159 33160 33161 33162 33163 33164 33165 33166 33167 33168 33169 33170 33171 33172 33173 33174 33175 33176 33177 33178 33179 33180 33181 33182 33183 33184 33185 33186 33187 33188 33189 33190 33191 33192 33193 33194 33195 33196 33197 33198 33199 33200 33201 33202 33203 33204 33205 33206 33207 33208 33209 33210 33211 33212 33213 33214 33215 33216 33217 33218 33219 33220 33221 33222 33223 33224 33225 33226 33227 33228 33229 33230 33231 33232 33233 33234 33235 33236 33237 33238 33239 33240 33241 33242 33243 33244 33245 33246 33247 33248 33249 33250 33251 33252 33253 33254 33255 33256 33257 33258 33259 33260 33261 33262 33263 33264 33265 33266 33267 33268 33269 33270 33271 33272 33273 33274 33275 33276 33277 33278 33279 33280 33281 33282 33283 33284 33285 33286 33287 33288 33289 33290 33291 33292 33293 33294 33295 33296 33297 33298 33299 33300 33301 33302 33303 33304 33305 33306 33307 33308 33309 33310 33311 33312 33313 33314 33315 33316 33317 33318 33319 33320 33321 33322 33323 33324 33325 33326 33327 33328 33329 33330 33331 33332 33333 33334 33335 33336 33337 33338 33339 33340 33341 33342 33343 33344 33345 33346 33347 33348 33349 33350 33351 33352 33353 33354 33355 33356 33357 33358 33359 33360 33361 33362 33363 33364 33365 33366 33367 33368 33369 33370 33371 33372 33373 33374 33375 33376 33377 33378 33379 33380 33381 33382 33383 33384 33385 33386 33387 33388 33389 33390 33391 33392 33393 33394 33395 33396 33397 33398 33399 33400 33401 33402 33403 33404 33405 33406 33407 33408 33409 33410 33411 33412 33413 33414 33415 33416 33417 33418 33419 33420 33421 33422 33423 33424 33425 33426 33427 33428 33429 33430 33431 33432 33433 33434 33435 33436 33437 33438 33439 33440 33441 33442 33443 33444 33445 33446 33447 33448 33449 33450 33451 33452 33453 33454 33455 33456 33457 33458 33459 33460 33461 33462 33463 33464 33465 33466 33467 33468 33469 33470 33471 33472 33473 33474 33475 33476 33477 33478 33479 33480 33481 33482 33483 33484 33485 33486 33487 33488 33489 33490 33491 33492 33493 33494 33495 33496 33497 33498 33499 33500 33501 33502 33503 33504 33505 33506 33507 33508 33509 33510 33511 33512 33513 33514 33515 33516 33517 33518 33519 33520 33521 33522 33523 33524 33525 33526 33527 33528 33529 33530 33531 33532 33533 33534 33535 33536 33537 33538 33539 33540 33541 33542 33543 33544 33545 33546 33547 33548 33549 33550 33551 33552 33553 33554 33555 33556 33557 33558 33559 33560 33561 33562 33563 33564 33565 33566 33567 33568 33569 33570 33571 33572 33573 33574 33575 33576 33577 33578 33579 33580 33581 33582 33583 33584 33585 33586 33587 33588 33589 33590 33591 33592 33593 33594 33595 33596 33597 33598 33599 33600 33601 33602 33603 33604 33605 33606 33607 33608 33609 33610 33611 33612 33613 33614 33615 33616 33617 33618 33619 33620 33621 33622 33623 33624 33625 33626 33627 33628 33629 33630 33631 33632 33633 33634 33635 33636 33637 33638 33639 33640 33641 33642 33643 33644 33645 33646 33647 33648 33649 33650 33651 33652 33653 33654 33655 33656 33657 33658 33659 33660 33661 33662 33663 33664 33665 33666 33667 33668 33669 33670 33671 33672 33673 33674 33675 33676 33677 33678 33679 33680 33681 33682 33683 33684 33685 33686 33687 33688 33689 33690 33691 33692 33693 33694 33695 33696 33697 33698 33699 33700 33701 33702 33703 33704 33705 33706 33707 33708 33709 33710 33711 33712 33713 33714 33715 33716 33717 33718 33719 33720 33721 33722 33723 33724 33725 33726 33727 33728 33729 33730 33731 33732 33733 33734 33735 33736 33737 33738 33739 33740 33741 33742 33743 33744 33745 33746 33747 33748 33749 33750 33751 33752 33753 33754 33755 33756 33757 33758 33759 33760 33761 33762 33763 33764 33765 33766 33767 33768 33769 33770 33771 33772 33773 33774 33775 33776 33777 33778 33779 33780 33781 33782 33783 33784 33785 33786 33787 33788 33789 33790 33791 33792 33793 33794 33795 33796 33797 33798 33799 33800 33801 33802 33803 33804 33805 33806 33807 33808 33809 33810 33811 33812 33813 33814 33815 33816 33817 33818 33819 33820 33821 33822 33823 33824 33825 33826 33827 33828 33829 33830 33831 33832 33833 33834 33835 33836 33837 33838 33839 33840 33841 33842 33843 33844 33845 33846 33847 33848 33849 33850 33851 33852 33853 33854 33855 33856 33857 33858 33859 33860 33861 33862 33863 33864 33865 33866 33867 33868 33869 33870 33871 33872 33873 33874 33875 33876 33877 33878 33879 33880 33881 33882 33883 33884 33885 33886 33887 33888 33889 33890 33891 33892 33893 33894 33895 33896 33897 33898 33899 33900 33901 33902 33903 33904 33905 33906 33907 33908 33909 33910 33911 33912 33913 33914 33915 33916 33917 33918 33919 33920 33921 33922 33923 33924 33925 33926 33927 33928 33929 33930 33931 33932 33933 33934 33935 33936 33937 33938 33939 33940 33941 33942 33943 33944 33945 33946 33947 33948 33949 33950 33951 33952 33953 33954 33955 33956 33957 33958 33959 33960 33961 33962 33963 33964 33965 33966 33967 33968 33969 33970 33971 33972 33973 33974 33975 33976 33977 33978 33979 33980 33981 33982 33983 33984 33985 33986 33987 33988 33989 33990 33991 33992 33993 33994 33995 33996 33997 33998 33999 34000 34001 34002 34003 34004 34005 34006 34007 34008 34009 34010 34011 34012 34013 34014 34015 34016 34017 34018 34019 34020 34021 34022 34023 34024 34025 34026 34027 34028 34029 34030 34031 34032 34033 34034 34035 34036 34037 34038 34039 34040 34041 34042 34043 34044 34045 34046 34047 34048 34049 34050 34051 34052 34053 34054 34055 34056 34057 34058 34059 34060 34061 34062 34063 34064 34065 34066 34067 34068 34069 34070 34071 34072 34073 34074 34075 34076 34077 34078 34079 34080 34081 34082 34083 34084 34085 34086 34087 34088 34089 34090 34091 34092 34093 34094 34095 34096 34097 34098 34099 34100 34101 34102 34103 34104 34105 34106 34107 34108 34109 34110 34111 34112 34113 34114 34115 34116 34117 34118 34119 34120 34121 34122 34123 34124 34125 34126 34127 34128 34129 34130 34131 34132 34133 34134 34135 34136 34137 34138 34139 34140 34141 34142 34143 34144 34145 34146 34147 34148 34149 34150 34151 34152 34153 34154 34155 34156 34157 34158 34159 34160 34161 34162 34163 34164 34165 34166 34167 34168 34169 34170 34171 34172 34173 34174 34175 34176 34177 34178 34179 34180 34181 34182 34183 34184 34185 34186 34187 34188 34189 34190 34191 34192 34193 34194 34195 34196 34197 34198 34199 34200 34201 34202 34203 34204 34205 34206 34207 34208 34209 34210 34211 34212 34213 34214 34215 34216 34217 34218 34219 34220 34221 34222 34223 34224 34225 34226 34227 34228 34229 34230 34231 34232 34233 34234 34235 34236 34237 34238 34239 34240 34241 34242 34243 34244 34245 34246 34247 34248 34249 34250 34251 34252 34253 34254 34255 34256 34257 34258 34259 34260 34261 34262 34263 34264 34265 34266 34267 34268 34269 34270 34271 34272 34273 34274 34275 34276 34277 34278 34279 34280 34281 34282 34283 34284 34285 34286 34287 34288 34289 34290 34291 34292 34293 34294 34295 34296 34297 34298 34299 34300 34301 34302 34303 34304 34305 34306 34307 34308 34309 34310 34311 34312 34313 34314 34315 34316 34317 34318 34319 34320 34321 34322 34323 34324 34325 34326 34327 34328 34329 34330 34331 34332 34333 34334 34335 34336 34337 34338 34339 34340 34341 34342 34343 34344 34345 34346 34347 34348 34349 34350 34351 34352 34353 34354 34355 34356 34357 34358 34359 34360 34361 34362 34363 34364 34365 34366 34367 34368 34369 34370 34371 34372 34373 34374 34375 34376 34377 34378 34379 34380 34381 34382 34383 34384 34385 34386 34387 34388 34389 34390 34391 34392 34393 34394 34395 34396 34397 34398 34399 34400 34401 34402 34403 34404 34405 34406 34407 34408 34409 34410 34411 34412 34413 34414 34415 34416 34417 34418 34419 34420 34421 34422 34423 34424 34425 34426 34427 34428 34429 34430 34431 34432 34433 34434 34435 34436 34437 34438 34439 34440 34441 34442 34443 34444 34445 34446 34447 34448 34449 34450 34451 34452 34453 34454 34455 34456 34457 34458 34459 34460 34461 34462 34463 34464 34465 34466 34467 34468 34469 34470 34471 34472 34473 34474 34475 34476 34477 34478 34479 34480 34481 34482 34483 34484 34485 34486 34487 34488 34489 34490 34491 34492 34493 34494 34495 34496 34497 34498 34499 34500 34501 34502 34503 34504 34505 34506 34507 34508 34509 34510 34511 34512 34513 34514 34515 34516 34517 34518 34519 34520 34521 34522 34523 34524 34525 34526 34527 34528 34529 34530 34531 34532 34533 34534 34535 34536 34537 34538 34539 34540 34541 34542 34543 34544 34545 34546 34547 34548 34549 34550 34551 34552 34553 34554 34555 34556 34557 34558 34559 34560 34561 34562 34563 34564 34565 34566 34567 34568 34569 34570 34571 34572 34573 34574 34575 34576 34577 34578 34579 34580 34581 34582 34583 34584 34585 34586 34587 34588 34589 34590 34591 34592 34593 34594 34595 34596 34597 34598 34599 34600 34601 34602 34603 34604 34605 34606 34607 34608 34609 34610 34611 34612 34613 34614 34615 34616 34617 34618 34619 34620 34621 34622 34623 34624 34625 34626 34627 34628 34629 34630 34631 34632 34633 34634 34635 34636 34637 34638 34639 34640 34641 34642 34643 34644 34645 34646 34647 34648 34649 34650 34651 34652 34653 34654 34655 34656 34657 34658 34659 34660 34661 34662 34663 34664 34665 34666 34667 34668 34669 34670 34671 34672 34673 34674 34675 34676 34677 34678 34679 34680 34681 34682 34683 34684 34685 34686 34687 34688 34689 34690 34691 34692 34693 34694 34695 34696 34697 34698 34699 34700 34701 34702 34703 34704 34705 34706 34707 34708 34709 34710 34711 34712 34713 34714 34715 34716 34717 34718 34719 34720 34721 34722 34723 34724 34725 34726 34727 34728 34729 34730 34731 34732 34733 34734 34735 34736 34737 34738 34739 34740 34741 34742 34743 34744 34745 34746 34747 34748 34749 34750 34751 34752 34753 34754 34755 34756 34757 34758 34759 34760 34761 34762 34763 34764 34765 34766 34767 34768 34769 34770 34771 34772 34773 34774 34775 34776 34777 34778 34779 34780 34781 34782 34783 34784 34785 34786 34787 34788 34789 34790 34791 34792 34793 34794 34795 34796 34797 34798 34799 34800 34801 34802 34803 34804 34805 34806 34807 34808 34809 34810 34811 34812 34813 34814 34815 34816 34817 34818 34819 34820 34821 34822 34823 34824 34825 34826 34827 34828 34829 34830 34831 34832 34833 34834 34835 34836 34837 34838 34839 34840 34841 34842 34843 34844 34845 34846 34847 34848 34849 34850 34851 34852 34853 34854 34855 34856 34857 34858 34859 34860 34861 34862 34863 34864 34865 34866 34867 34868 34869 34870 34871 34872 34873 34874 34875 34876 34877 34878 34879 34880 34881 34882 34883 34884 34885 34886 34887 34888 34889 34890 34891 34892 34893 34894 34895 34896 34897 34898 34899 34900 34901 34902 34903 34904 34905 34906 34907 34908 34909 34910 34911 34912 34913 34914 34915 34916 34917 34918 34919 34920 34921 34922 34923 34924 34925 34926 34927 34928 34929 34930 34931 34932 34933 34934 34935 34936 34937 34938 34939 34940 34941 34942 34943 34944 34945 34946 34947 34948 34949 34950 34951 34952 34953 34954 34955 34956 34957 34958 34959 34960 34961 34962 34963 34964 34965 34966 34967 34968 34969 34970 34971 34972 34973 34974 34975 34976 34977 34978 34979 34980 34981 34982 34983 34984 34985 34986 34987 34988 34989 34990 34991 34992 34993 34994 34995 34996 34997 34998 34999 35000 35001 35002 35003 35004 35005 35006 35007 35008 35009 35010 35011 35012 35013 35014 35015 35016 35017 35018 35019 35020 35021 35022 35023 35024 35025 35026 35027 35028 35029 35030 35031 35032 35033 35034 35035 35036 35037 35038 35039 35040 35041 35042 35043 35044 35045 35046 35047 35048 35049 35050 35051 35052 35053 35054 35055 35056 35057 35058 35059 35060 35061 35062 35063 35064 35065 35066 35067 35068 35069 35070 35071 35072 35073 35074 35075 35076 35077 35078 35079 35080 35081 35082 35083 35084 35085 35086 35087 35088 35089 35090 35091 35092 35093 35094 35095 35096 35097 35098 35099 35100 35101 35102 35103 35104 35105 35106 35107 35108 35109 35110 35111 35112 35113 35114 35115 35116 35117 35118 35119 35120 35121 35122 35123 35124 35125 35126 35127 35128 35129 35130 35131 35132 35133 35134 35135 35136 35137 35138 35139 35140 35141 35142 35143 35144 35145 35146 35147 35148 35149 35150 35151 35152 35153 35154 35155 35156 35157 35158 35159 35160 35161 35162 35163 35164 35165 35166 35167 35168 35169 35170 35171 35172 35173 35174 35175 35176 35177 35178 35179 35180 35181 35182 35183 35184 35185 35186 35187 35188 35189 35190 35191 35192 35193 35194 35195 35196 35197 35198 35199 35200 35201 35202 35203 35204 35205 35206 35207 35208 35209 35210 35211 35212 35213 35214 35215 35216 35217 35218 35219 35220 35221 35222 35223 35224 35225 35226 35227 35228 35229 35230 35231 35232 35233 35234 35235 35236 35237 35238 35239 35240 35241 35242 35243 35244 35245 35246 35247 35248 35249 35250 35251 35252 35253 35254 35255 35256 35257 35258 35259 35260 35261 35262 35263 35264 35265 35266 35267 35268 35269 35270 35271 35272 35273 35274 35275 35276 35277 35278 35279 35280 35281 35282 35283 35284 35285 35286 35287 35288 35289 35290 35291 35292 35293 35294 35295 35296 35297 35298 35299 35300 35301 35302 35303 35304 35305 35306 35307 35308 35309 35310 35311 35312 35313 35314 35315 35316 35317 35318 35319 35320 35321 35322 35323 35324 35325 35326 35327 35328 35329 35330 35331 35332 35333 35334 35335 35336 35337 35338 35339 35340 35341 35342 35343 35344 35345 35346 35347 35348 35349 35350 35351 35352 35353 35354 35355 35356 35357 35358 35359 35360 35361 35362 35363 35364 35365 35366 35367 35368 35369 35370 35371 35372 35373 35374 35375 35376 35377 35378 35379 35380 35381 35382 35383 35384 35385 35386 35387 35388 35389 35390 35391 35392 35393 35394 35395 35396 35397 35398 35399 35400 35401 35402 35403 35404 35405 35406 35407 35408 35409 35410 35411 35412 35413 35414 35415 35416 35417 35418 35419 35420 35421 35422 35423 35424 35425 35426 35427 35428 35429 35430 35431 35432 35433 35434 35435 35436 35437 35438 35439 35440 35441 35442 35443 35444 35445 35446 35447 35448 35449 35450 35451 35452 35453 35454 35455 35456 35457 35458 35459 35460 35461 35462 35463 35464 35465 35466 35467 35468 35469 35470 35471 35472 35473 35474 35475 35476 35477 35478 35479 35480 35481 35482 35483 35484 35485 35486 35487 35488 35489 35490 35491 35492 35493 35494 35495 35496 35497 35498 35499 35500 35501 35502 35503 35504 35505 35506 35507 35508 35509 35510 35511 35512 35513 35514 35515 35516 35517 35518 35519 35520 35521 35522 35523 35524 35525 35526 35527 35528 35529 35530 35531 35532 35533 35534 35535 35536 35537 35538 35539 35540 35541 35542 35543 35544 35545 35546 35547 35548 35549 35550 35551 35552 35553 35554 35555 35556 35557 35558 35559 35560 35561 35562 35563 35564 35565 35566 35567 35568 35569 35570 35571 35572 35573 35574 35575 35576 35577 35578 35579 35580 35581 35582 35583 35584 35585 35586 35587 35588 35589 35590 35591 35592 35593 35594 35595 35596 35597 35598 35599 35600 35601 35602 35603 35604 35605 35606 35607 35608 35609 35610 35611 35612 35613 35614 35615 35616 35617 35618 35619 35620 35621 35622 35623 35624 35625 35626 35627 35628 35629 35630 35631 35632 35633 35634 35635 35636 35637 35638 35639 35640 35641 35642 35643 35644 35645 35646 35647 35648 35649 35650 35651 35652 35653 35654 35655 35656 35657 35658 35659 35660 35661 35662 35663 35664 35665 35666 35667 35668 35669 35670 35671 35672 35673 35674 35675 35676 35677 35678 35679 35680 35681 35682 35683 35684 35685 35686 35687 35688 35689 35690 35691 35692 35693 35694 35695 35696 35697 35698 35699 35700 35701 35702 35703 35704 35705 35706 35707 35708 35709 35710 35711 35712 35713 35714 35715 35716 35717 35718 35719 35720 35721 35722 35723 35724 35725 35726 35727 35728 35729 35730 35731 35732 35733 35734 35735 35736 35737 35738 35739 35740 35741 35742 35743 35744 35745 35746 35747 35748 35749 35750 35751 35752 35753 35754 35755 35756 35757 35758 35759 35760 35761 35762 35763 35764 35765 35766 35767 35768 35769 35770 35771 35772 35773 35774 35775 35776 35777 35778 35779 35780 35781 35782 35783 35784 35785 35786 35787 35788 35789 35790 35791 35792 35793 35794 35795 35796 35797 35798 35799 35800 35801 35802 35803 35804 35805 35806 35807 35808 35809 35810 35811 35812 35813 35814 35815 35816 35817 35818 35819 35820 35821 35822 35823 35824 35825 35826 35827 35828 35829 35830 35831 35832 35833 35834 35835 35836 35837 35838 35839 35840 35841 35842 35843 35844 35845 35846 35847 35848 35849 35850 35851 35852 35853 35854 35855 35856 35857 35858 35859 35860 35861 35862 35863 35864 35865 35866 35867 35868 35869 35870 35871 35872 35873 35874 35875 35876 35877 35878 35879 35880 35881 35882 35883 35884 35885 35886 35887 35888 35889 35890 35891 35892 35893 35894 35895 35896 35897 35898 35899 35900 35901 35902 35903 35904 35905 35906 35907 35908 35909 35910 35911 35912 35913 35914 35915 35916 35917 35918 35919 35920 35921 35922 35923 35924 35925 35926 35927 35928 35929 35930 35931 35932 35933 35934 35935 35936 35937 35938 35939 35940 35941 35942 35943 35944 35945 35946 35947 35948 35949 35950 35951 35952 35953 35954 35955 35956 35957 35958 35959 35960 35961 35962 35963 35964 35965 35966 35967 35968 35969 35970 35971 35972 35973 35974 35975 35976 35977 35978 35979 35980 35981 35982 35983 35984 35985 35986 35987 35988 35989 35990 35991 35992 35993 35994 35995 35996 35997 35998 35999 36000 36001 36002 36003 36004 36005 36006 36007 36008 36009 36010 36011 36012 36013 36014 36015 36016 36017 36018 36019 36020 36021 36022 36023 36024 36025 36026 36027 36028 36029 36030 36031 36032 36033 36034 36035 36036 36037 36038 36039 36040 36041 36042 36043 36044 36045 36046 36047 36048 36049 36050 36051 36052 36053 36054 36055 36056 36057 36058 36059 36060 36061 36062 36063 36064 36065 36066 36067 36068 36069 36070 36071 36072 36073 36074 36075 36076 36077 36078 36079 36080 36081 36082 36083 36084 36085 36086 36087 36088 36089 36090 36091 36092 36093 36094 36095 36096 36097 36098 36099 36100 36101 36102 36103 36104 36105 36106 36107 36108 36109 36110 36111 36112 36113 36114 36115 36116 36117 36118 36119 36120 36121 36122 36123 36124 36125 36126 36127 36128 36129 36130 36131 36132 36133 36134 36135 36136 36137 36138 36139 36140 36141 36142 36143 36144 36145 36146 36147 36148 36149 36150 36151 36152 36153 36154 36155 36156 36157 36158 36159 36160 36161 36162 36163 36164 36165 36166 36167 36168 36169 36170 36171 36172 36173 36174 36175 36176 36177 36178 36179 36180 36181 36182 36183 36184 36185 36186 36187 36188 36189 36190 36191 36192 36193 36194 36195 36196 36197 36198 36199 36200 36201 36202 36203 36204 36205 36206 36207 36208 36209 36210 36211 36212 36213 36214 36215 36216 36217 36218 36219 36220 36221 36222 36223 36224 36225 36226 36227 36228 36229 36230 36231 36232 36233 36234 36235 36236 36237 36238 36239 36240 36241 36242 36243 36244 36245 36246 36247 36248 36249 36250 36251 36252 36253 36254 36255 36256 36257 36258 36259 36260 36261 36262 36263 36264 36265 36266 36267 36268 36269 36270 36271 36272 36273 36274 36275 36276 36277 36278 36279 36280 36281 36282 36283 36284 36285 36286 36287 36288 36289 36290 36291 36292 36293 36294 36295 36296 36297 36298 36299 36300 36301 36302 36303 36304 36305 36306 36307 36308 36309 36310 36311 36312 36313 36314 36315 36316 36317 36318 36319 36320 36321 36322 36323 36324 36325 36326 36327 36328 36329 36330 36331 36332 36333 36334 36335 36336 36337 36338 36339 36340 36341 36342 36343 36344 36345 36346 36347 36348 36349 36350 36351 36352 36353 36354 36355 36356 36357 36358 36359 36360 36361 36362 36363 36364 36365 36366 36367 36368 36369 36370 36371 36372 36373 36374 36375 36376 36377 36378 36379 36380 36381 36382 36383 36384 36385 36386 36387 36388 36389 36390 36391 36392 36393 36394 36395 36396 36397 36398 36399 36400 36401 36402 36403 36404 36405 36406 36407 36408 36409 36410 36411 36412 36413 36414 36415 36416 36417 36418 36419 36420 36421 36422 36423 36424 36425 36426 36427 36428 36429 36430 36431 36432 36433 36434 36435 36436 36437 36438 36439 36440 36441 36442 36443 36444 36445 36446 36447 36448 36449 36450 36451 36452 36453 36454 36455 36456 36457 36458 36459 36460 36461 36462 36463 36464 36465 36466 36467 36468 36469 36470 36471 36472 36473 36474 36475 36476 36477 36478 36479 36480 36481 36482 36483 36484 36485 36486 36487 36488 36489 36490 36491 36492 36493 36494 36495 36496 36497 36498 36499 36500 36501 36502 36503 36504 36505 36506 36507 36508 36509 36510 36511 36512 36513 36514 36515 36516 36517 36518 36519 36520 36521 36522 36523 36524 36525 36526 36527 36528 36529 36530 36531 36532 36533 36534 36535 36536 36537 36538 36539 36540 36541 36542 36543 36544 36545 36546 36547 36548 36549 36550 36551 36552 36553 36554 36555 36556 36557 36558 36559 36560 36561 36562 36563 36564 36565 36566 36567 36568 36569 36570 36571 36572 36573 36574 36575 36576 36577 36578 36579 36580 36581 36582 36583 36584 36585 36586 36587 36588 36589 36590 36591 36592 36593 36594 36595 36596 36597 36598 36599 36600 36601 36602 36603 36604 36605 36606 36607 36608 36609 36610 36611 36612 36613 36614 36615 36616 36617 36618 36619 36620 36621 36622 36623 36624 36625 36626 36627 36628 36629 36630 36631 36632 36633 36634 36635 36636 36637 36638 36639 36640 36641 36642 36643 36644 36645 36646 36647 36648 36649 36650 36651 36652 36653 36654 36655 36656 36657 36658 36659 36660 36661 36662 36663 36664 36665 36666 36667 36668 36669 36670 36671 36672 36673 36674 36675 36676 36677 36678 36679 36680 36681 36682 36683 36684 36685 36686 36687 36688 36689 36690 36691 36692 36693 36694 36695 36696 36697 36698 36699 36700 36701 36702 36703 36704 36705 36706 36707 36708 36709 36710 36711 36712 36713 36714 36715 36716 36717 36718 36719 36720 36721 36722 36723 36724 36725 36726 36727 36728 36729 36730 36731 36732 36733 36734 36735 36736 36737 36738 36739 36740 36741 36742 36743 36744 36745 36746 36747 36748 36749 36750 36751 36752 36753 36754 36755 36756 36757 36758 36759 36760 36761 36762 36763 36764 36765 36766 36767 36768 36769 36770 36771 36772 36773 36774 36775 36776 36777 36778 36779 36780 36781 36782 36783 36784 36785 36786 36787 36788 36789 36790 36791 36792 36793 36794 36795 36796 36797 36798 36799 36800 36801 36802 36803 36804 36805 36806 36807 36808 36809 36810 36811 36812 36813 36814 36815 36816 36817 36818 36819 36820 36821 36822 36823 36824 36825 36826 36827 36828 36829 36830 36831 36832 36833 36834 36835 36836 36837 36838 36839 36840 36841 36842 36843 36844 36845 36846 36847 36848 36849 36850 36851 36852 36853 36854 36855 36856 36857 36858 36859 36860 36861 36862 36863 36864 36865 36866 36867 36868 36869 36870 36871 36872 36873 36874 36875 36876 36877 36878 36879 36880 36881 36882 36883 36884 36885 36886 36887 36888 36889 36890 36891 36892 36893 36894 36895 36896 36897 36898 36899 36900 36901 36902 36903 36904 36905 36906 36907 36908 36909 36910 36911 36912 36913 36914 36915 36916 36917 36918 36919 36920 36921 36922 36923 36924 36925 36926 36927 36928 36929 36930 36931 36932 36933 36934 36935 36936 36937 36938 36939 36940 36941 36942 36943 36944 36945 36946 36947 36948 36949 36950 36951 36952 36953 36954 36955 36956 36957 36958 36959 36960 36961 36962 36963 36964 36965 36966 36967 36968 36969 36970 36971 36972 36973 36974 36975 36976 36977 36978 36979 36980 36981 36982 36983 36984 36985 36986 36987 36988 36989 36990 36991 36992 36993 36994 36995 36996 36997 36998 36999 37000 37001 37002 37003 37004 37005 37006 37007 37008 37009 37010 37011 37012 37013 37014 37015 37016 37017 37018 37019 37020 37021 37022 37023 37024 37025 37026 37027 37028 37029 37030 37031 37032 37033 37034 37035 37036 37037 37038 37039 37040 37041 37042 37043 37044 37045 37046 37047 37048 37049 37050 37051 37052 37053 37054 37055 37056 37057 37058 37059 37060 37061 37062 37063 37064 37065 37066 37067 37068 37069 37070 37071 37072 37073 37074 37075 37076 37077 37078 37079 37080 37081 37082 37083 37084 37085 37086 37087 37088 37089 37090 37091 37092 37093 37094 37095 37096 37097 37098 37099 37100 37101 37102 37103 37104 37105 37106 37107 37108 37109 37110 37111 37112 37113 37114 37115 37116 37117 37118 37119 37120 37121 37122 37123 37124 37125 37126 37127 37128 37129 37130 37131 37132 37133 37134 37135 37136 37137 37138 37139 37140 37141 37142 37143 37144 37145 37146 37147 37148 37149 37150 37151 37152 37153 37154 37155 37156 37157 37158 37159 37160 37161 37162 37163 37164 37165 37166 37167 37168 37169 37170 37171 37172 37173 37174 37175 37176 37177 37178 37179 37180 37181 37182 37183 37184 37185 37186 37187 37188 37189 37190 37191 37192 37193 37194 37195 37196 37197 37198 37199 37200 37201 37202 37203 37204 37205 37206 37207 37208 37209 37210 37211 37212 37213 37214 37215 37216 37217 37218 37219 37220 37221 37222 37223 37224 37225 37226 37227 37228 37229 37230 37231 37232 37233 37234 37235 37236 37237 37238 37239 37240 37241 37242 37243 37244 37245 37246 37247 37248 37249 37250 37251 37252 37253 37254 37255 37256 37257 37258 37259 37260 37261 37262 37263 37264 37265 37266 37267 37268 37269 37270 37271 37272 37273 37274 37275 37276 37277 37278 37279 37280 37281 37282 37283 37284 37285 37286 37287 37288 37289 37290 37291 37292 37293 37294 37295 37296 37297 37298 37299 37300 37301 37302 37303 37304 37305 37306 37307 37308 37309 37310 37311 37312 37313 37314 37315 37316 37317 37318 37319 37320 37321 37322 37323 37324 37325 37326 37327 37328 37329 37330 37331 37332 37333 37334 37335 37336 37337 37338 37339 37340 37341 37342 37343 37344 37345 37346 37347 37348 37349 37350 37351 37352 37353 37354 37355 37356 37357 37358 37359 37360 37361 37362 37363 37364 37365 37366 37367 37368 37369 37370 37371 37372 37373 37374 37375 37376 37377 37378 37379 37380 37381 37382 37383 37384 37385 37386 37387 37388 37389 37390 37391 37392 37393 37394 37395 37396 37397 37398 37399 37400 37401 37402 37403 37404 37405 37406 37407 37408 37409 37410 37411 37412 37413 37414 37415 37416 37417 37418 37419 37420 37421 37422 37423 37424 37425 37426 37427 37428 37429 37430 37431 37432 37433 37434 37435 37436 37437 37438 37439 37440 37441 37442 37443 37444 37445 37446 37447 37448 37449 37450 37451 37452 37453 37454 37455 37456 37457 37458 37459 37460 37461 37462 37463 37464 37465 37466 37467 37468 37469 37470 37471 37472 37473 37474 37475 37476 37477 37478 37479 37480 37481 37482 37483 37484 37485 37486 37487 37488 37489 37490 37491 37492 37493 37494 37495 37496 37497 37498 37499 37500 37501 37502 37503 37504 37505 37506 37507 37508 37509 37510 37511 37512 37513 37514 37515 37516 37517 37518 37519 37520 37521 37522 37523 37524 37525 37526 37527 37528 37529 37530 37531 37532 37533 37534 37535 37536 37537 37538 37539 37540 37541 37542 37543 37544 37545 37546 37547 37548 37549 37550 37551 37552 37553 37554 37555 37556 37557 37558 37559 37560 37561 37562 37563 37564 37565 37566 37567 37568 37569 37570 37571 37572 37573 37574 37575 37576 37577 37578 37579 37580 37581 37582 37583 37584 37585 37586 37587 37588 37589 37590 37591 37592 37593 37594 37595 37596 37597 37598 37599 37600 37601 37602 37603 37604 37605 37606 37607 37608 37609 37610 37611 37612 37613 37614 37615 37616 37617 37618 37619 37620 37621 37622 37623 37624 37625 37626 37627 37628 37629 37630 37631 37632 37633 37634 37635 37636 37637 37638 37639 37640 37641 37642 37643 37644 37645 37646 37647 37648 37649 37650 37651 37652 37653 37654 37655 37656 37657 37658 37659 37660 37661 37662 37663 37664 37665 37666 37667 37668 37669 37670 37671 37672 37673 37674 37675 37676 37677 37678 37679 37680 37681 37682 37683 37684 37685 37686 37687 37688 37689 37690 37691 37692 37693 37694 37695 37696 37697 37698 37699 37700 37701 37702 37703 37704 37705 37706 37707 37708 37709 37710 37711 37712 37713 37714 37715 37716 37717 37718 37719 37720 37721 37722 37723 37724 37725 37726 37727 37728 37729 37730 37731 37732 37733 37734 37735 37736 37737 37738 37739 37740 37741 37742 37743 37744 37745 37746 37747 37748 37749 37750 37751 37752 37753 37754 37755 37756 37757 37758 37759 37760 37761 37762 37763 37764 37765 37766 37767 37768 37769 37770 37771 37772 37773 37774 37775 37776 37777 37778 37779 37780 37781 37782 37783 37784 37785 37786 37787 37788 37789 37790 37791 37792 37793 37794 37795 37796 37797 37798 37799 37800 37801 37802 37803 37804 37805 37806 37807 37808 37809 37810 37811 37812 37813 37814 37815 37816 37817 37818 37819 37820 37821 37822 37823 37824 37825 37826 37827 37828 37829 37830 37831 37832 37833 37834 37835 37836 37837 37838 37839 37840 37841 37842 37843 37844 37845 37846 37847 37848 37849 37850 37851 37852 37853 37854 37855 37856 37857 37858 37859 37860 37861 37862 37863 37864 37865 37866 37867 37868 37869 37870 37871 37872 37873 37874 37875 37876 37877 37878 37879 37880 37881 37882 37883 37884 37885 37886 37887 37888 37889 37890 37891 37892 37893 37894 37895 37896 37897 37898 37899 37900 37901 37902 37903 37904 37905 37906 37907 37908 37909 37910 37911 37912 37913 37914 37915 37916 37917 37918 37919 37920 37921 37922 37923 37924 37925 37926 37927 37928 37929 37930 37931 37932 37933 37934 37935 37936 37937 37938 37939 37940 37941 37942 37943 37944 37945 37946 37947 37948 37949 37950 37951 37952 37953 37954 37955 37956 37957 37958 37959 37960 37961 37962 37963 37964 37965 37966 37967 37968 37969 37970 37971 37972 37973 37974 37975 37976 37977 37978 37979 37980 37981 37982 37983 37984 37985 37986 37987 37988 37989 37990 37991 37992 37993 37994 37995 37996 37997 37998 37999 38000 38001 38002 38003 38004 38005 38006 38007 38008 38009 38010 38011 38012 38013 38014 38015 38016 38017 38018 38019 38020 38021 38022 38023 38024 38025 38026 38027 38028 38029 38030 38031 38032 38033 38034 38035 38036 38037 38038 38039 38040 38041 38042 38043 38044 38045 38046 38047 38048 38049 38050 38051 38052 38053 38054 38055 38056 38057 38058 38059 38060 38061 38062 38063 38064 38065 38066 38067 38068 38069 38070 38071 38072 38073 38074 38075 38076 38077 38078 38079 38080 38081 38082 38083 38084 38085 38086 38087 38088 38089 38090 38091 38092 38093 38094 38095 38096 38097 38098 38099 38100 38101 38102 38103 38104 38105 38106 38107 38108 38109 38110 38111 38112 38113 38114 38115 38116 38117 38118 38119 38120 38121 38122 38123 38124 38125 38126 38127 38128 38129 38130 38131 38132 38133 38134 38135 38136 38137 38138 38139 38140 38141 38142 38143 38144 38145 38146 38147 38148 38149 38150 38151 38152 38153 38154 38155 38156 38157 38158 38159 38160 38161 38162 38163 38164 38165 38166 38167 38168 38169 38170 38171 38172 38173 38174 38175 38176 38177 38178 38179 38180 38181 38182 38183 38184 38185 38186 38187 38188 38189 38190 38191 38192 38193 38194 38195 38196 38197 38198 38199 38200 38201 38202 38203 38204 38205 38206 38207 38208 38209 38210 38211 38212 38213 38214 38215 38216 38217 38218 38219 38220 38221 38222 38223 38224 38225 38226 38227 38228 38229 38230 38231 38232 38233 38234 38235 38236 38237 38238 38239 38240 38241 38242 38243 38244 38245 38246 38247 38248 38249 38250 38251 38252 38253 38254 38255 38256 38257 38258 38259 38260 38261 38262 38263 38264 38265 38266 38267 38268 38269 38270 38271 38272 38273 38274 38275 38276 38277 38278 38279 38280 38281 38282 38283 38284 38285 38286 38287 38288 38289 38290 38291 38292 38293 38294 38295 38296 38297 38298 38299 38300 38301 38302 38303 38304 38305 38306 38307 38308 38309 38310 38311 38312 38313 38314 38315 38316 38317 38318 38319 38320 38321 38322 38323 38324 38325 38326 38327 38328 38329 38330 38331 38332 38333 38334 38335 38336 38337 38338 38339 38340 38341 38342 38343 38344 38345 38346 38347 38348 38349 38350 38351 38352 38353 38354 38355 38356 38357 38358 38359 38360 38361 38362 38363 38364 38365 38366 38367 38368 38369 38370 38371 38372 38373 38374 38375 38376 38377 38378 38379 38380 38381 38382 38383 38384 38385 38386 38387 38388 38389 38390 38391 38392 38393 38394 38395 38396 38397 38398 38399 38400 38401 38402 38403 38404 38405 38406 38407 38408 38409 38410 38411 38412 38413 38414 38415 38416 38417 38418 38419 38420 38421 38422 38423 38424 38425 38426 38427 38428 38429 38430 38431 38432 38433 38434 38435 38436 38437 38438 38439 38440 38441 38442 38443 38444 38445 38446 38447 38448 38449 38450 38451 38452 38453 38454 38455 38456 38457 38458 38459 38460 38461 38462 38463 38464 38465 38466 38467 38468 38469 38470 38471 38472 38473 38474 38475 38476 38477 38478 38479 38480 38481 38482 38483 38484 38485 38486 38487 38488 38489 38490 38491 38492 38493 38494 38495 38496 38497 38498 38499 38500 38501 38502 38503 38504 38505 38506 38507 38508 38509 38510 38511 38512 38513 38514 38515 38516 38517 38518 38519 38520 38521 38522 38523 38524 38525 38526 38527 38528 38529 38530 38531 38532 38533 38534 38535 38536 38537 38538 38539 38540 38541 38542 38543 38544 38545 38546 38547 38548 38549 38550 38551 38552 38553 38554 38555 38556 38557 38558 38559 38560 38561 38562 38563 38564 38565 38566 38567 38568 38569 38570 38571 38572 38573 38574 38575 38576 38577 38578 38579 38580 38581 38582 38583 38584 38585 38586 38587 38588 38589 38590 38591 38592 38593 38594 38595 38596 38597 38598 38599 38600 38601 38602 38603 38604 38605 38606 38607 38608 38609 38610 38611 38612 38613 38614 38615 38616 38617 38618 38619 38620 38621 38622 38623 38624 38625 38626 38627 38628 38629 38630 38631 38632 38633 38634 38635 38636 38637 38638 38639 38640 38641 38642 38643 38644 38645 38646 38647 38648 38649 38650 38651 38652 38653 38654 38655 38656 38657 38658 38659 38660 38661 38662 38663 38664 38665 38666 38667 38668 38669 38670 38671 38672 38673 38674 38675 38676 38677 38678 38679 38680 38681 38682 38683 38684 38685 38686 38687 38688 38689 38690 38691 38692 38693 38694 38695 38696 38697 38698 38699 38700 38701 38702 38703 38704 38705 38706 38707 38708 38709 38710 38711 38712 38713 38714 38715 38716 38717 38718 38719 38720 38721 38722 38723 38724 38725 38726 38727 38728 38729 38730 38731 38732 38733 38734 38735 38736 38737 38738 38739 38740 38741 38742 38743 38744 38745 38746 38747 38748 38749 38750 38751 38752 38753 38754 38755 38756 38757 38758 38759 38760 38761 38762 38763 38764 38765 38766 38767 38768 38769 38770 38771 38772 38773 38774 38775 38776 38777 38778 38779 38780 38781 38782 38783 38784 38785 38786 38787 38788 38789 38790 38791 38792 38793 38794 38795 38796 38797 38798 38799 38800 38801 38802 38803 38804 38805 38806 38807 38808 38809 38810 38811 38812 38813 38814 38815 38816 38817 38818 38819 38820 38821 38822 38823 38824 38825 38826 38827 38828 38829 38830 38831 38832 38833 38834 38835 38836 38837 38838 38839 38840 38841 38842 38843 38844 38845 38846 38847 38848 38849 38850 38851 38852 38853 38854 38855 38856 38857 38858 38859 38860 38861 38862 38863 38864 38865 38866 38867 38868 38869 38870 38871 38872 38873 38874 38875 38876 38877 38878 38879 38880 38881 38882 38883 38884 38885 38886 38887 38888 38889 38890 38891 38892 38893 38894 38895 38896 38897 38898 38899 38900 38901 38902 38903 38904 38905 38906 38907 38908 38909 38910 38911 38912 38913 38914 38915 38916 38917 38918 38919 38920 38921 38922 38923 38924 38925 38926 38927 38928 38929 38930 38931 38932 38933 38934 38935 38936 38937 38938 38939 38940 38941 38942 38943 38944 38945 38946 38947 38948 38949 38950 38951 38952 38953 38954 38955 38956 38957 38958 38959 38960 38961 38962 38963 38964 38965 38966 38967 38968 38969 38970 38971 38972 38973 38974 38975 38976 38977 38978 38979 38980 38981 38982 38983 38984 38985 38986 38987 38988 38989 38990 38991 38992 38993 38994 38995 38996 38997 38998 38999 39000 39001 39002 39003 39004 39005 39006 39007 39008 39009 39010 39011 39012 39013 39014 39015 39016 39017 39018 39019 39020 39021 39022 39023 39024 39025 39026 39027 39028 39029 39030 39031 39032 39033 39034 39035 39036 39037 39038 39039 39040 39041 39042 39043 39044 39045 39046 39047 39048 39049 39050 39051 39052 39053 39054 39055 39056 39057 39058 39059 39060 39061 39062 39063 39064 39065 39066 39067 39068 39069 39070 39071 39072 39073 39074 39075 39076 39077 39078 39079 39080 39081 39082 39083 39084 39085 39086 39087 39088 39089 39090 39091 39092 39093 39094 39095 39096 39097 39098 39099 39100 39101 39102 39103 39104 39105 39106 39107 39108 39109 39110 39111 39112 39113 39114 39115 39116 39117 39118 39119 39120 39121 39122 39123 39124 39125 39126 39127 39128 39129 39130 39131 39132 39133 39134 39135 39136 39137 39138 39139 39140 39141 39142 39143 39144 39145 39146 39147 39148 39149 39150 39151 39152 39153 39154 39155 39156 39157 39158 39159 39160 39161 39162 39163 39164 39165 39166 39167 39168 39169 39170 39171 39172 39173 39174 39175 39176 39177 39178 39179 39180 39181 39182 39183 39184 39185 39186 39187 39188 39189 39190 39191 39192 39193 39194 39195 39196 39197 39198 39199 39200 39201 39202 39203 39204 39205 39206 39207 39208 39209 39210 39211 39212 39213 39214 39215 39216 39217 39218 39219 39220 39221 39222 39223 39224 39225 39226 39227 39228 39229 39230 39231 39232 39233 39234 39235 39236 39237 39238 39239 39240 39241 39242 39243 39244 39245 39246 39247 39248 39249 39250 39251 39252 39253 39254 39255 39256 39257 39258 39259 39260 39261 39262 39263 39264 39265 39266 39267 39268 39269 39270 39271 39272 39273 39274 39275 39276 39277 39278 39279 39280 39281 39282 39283 39284 39285 39286 39287 39288 39289 39290 39291 39292 39293 39294 39295 39296 39297 39298 39299 39300 39301 39302 39303 39304 39305 39306 39307 39308 39309 39310 39311 39312 39313 39314 39315 39316 39317 39318 39319 39320 39321 39322 39323 39324 39325 39326 39327 39328 39329 39330 39331 39332 39333 39334 39335 39336 39337 39338 39339 39340 39341 39342 39343 39344 39345 39346 39347 39348 39349 39350 39351 39352 39353 39354 39355 39356 39357 39358 39359 39360 39361 39362 39363 39364 39365 39366 39367 39368 39369 39370 39371 39372 39373 39374 39375 39376 39377 39378 39379 39380 39381 39382 39383 39384 39385 39386 39387 39388 39389 39390 39391 39392 39393 39394 39395 39396 39397 39398 39399 39400 39401 39402 39403 39404 39405 39406 39407 39408 39409 39410 39411 39412 39413 39414 39415 39416 39417 39418 39419 39420 39421 39422 39423 39424 39425 39426 39427 39428 39429 39430 39431 39432 39433 39434 39435 39436 39437 39438 39439 39440 39441 39442 39443 39444 39445 39446 39447 39448 39449 39450 39451 39452 39453 39454 39455 39456 39457 39458 39459 39460 39461 39462 39463 39464 39465 39466 39467 39468 39469 39470 39471 39472 39473 39474 39475 39476 39477 39478 39479 39480 39481 39482 39483 39484 39485 39486 39487 39488 39489 39490 39491 39492 39493 39494 39495 39496 39497 39498 39499 39500 39501 39502 39503 39504 39505 39506 39507 39508 39509 39510 39511 39512 39513 39514 39515 39516 39517 39518 39519 39520 39521 39522 39523 39524 39525 39526 39527 39528 39529 39530 39531 39532 39533 39534 39535 39536 39537 39538 39539 39540 39541 39542 39543 39544 39545 39546 39547 39548 39549 39550 39551 39552 39553 39554 39555 39556 39557 39558 39559 39560 39561 39562 39563 39564 39565 39566 39567 39568 39569 39570 39571 39572 39573 39574 39575 39576 39577 39578 39579 39580 39581 39582 39583 39584 39585 39586 39587 39588 39589 39590 39591 39592 39593 39594 39595 39596 39597 39598 39599 39600 39601 39602 39603 39604 39605 39606 39607 39608 39609 39610 39611 39612 39613 39614 39615 39616 39617 39618 39619 39620 39621 39622 39623 39624 39625 39626 39627 39628 39629 39630 39631 39632 39633 39634 39635 39636 39637 39638 39639 39640 39641 39642 39643 39644 39645 39646 39647 39648 39649 39650 39651 39652 39653 39654 39655 39656 39657 39658 39659 39660 39661 39662 39663 39664 39665 39666 39667 39668 39669 39670 39671 39672 39673 39674 39675 39676 39677 39678 39679 39680 39681 39682 39683 39684 39685 39686 39687 39688 39689 39690 39691 39692 39693 39694 39695 39696 39697 39698 39699 39700 39701 39702 39703 39704 39705 39706 39707 39708 39709 39710 39711 39712 39713 39714 39715 39716 39717 39718 39719 39720 39721 39722 39723 39724 39725 39726 39727 39728 39729 39730 39731 39732 39733 39734 39735 39736 39737 39738 39739 39740 39741 39742 39743 39744 39745 39746 39747 39748 39749 39750 39751 39752 39753 39754 39755 39756 39757 39758 39759 39760 39761 39762 39763 39764 39765 39766 39767 39768 39769 39770 39771 39772 39773 39774 39775 39776 39777 39778 39779 39780 39781 39782 39783 39784 39785 39786 39787 39788 39789 39790 39791 39792 39793 39794 39795 39796 39797 39798 39799 39800 39801 39802 39803 39804 39805 39806 39807 39808 39809 39810 39811 39812 39813 39814 39815 39816 39817 39818 39819 39820 39821 39822 39823 39824 39825 39826 39827 39828 39829 39830 39831 39832 39833 39834 39835 39836 39837 39838 39839 39840 39841 39842 39843 39844 39845 39846 39847 39848 39849 39850 39851 39852 39853 39854 39855 39856 39857 39858 39859 39860 39861 39862 39863 39864 39865 39866 39867 39868 39869 39870 39871 39872 39873 39874 39875 39876 39877 39878 39879 39880 39881 39882 39883 39884 39885 39886 39887 39888 39889 39890 39891 39892 39893 39894 39895 39896 39897 39898 39899 39900 39901 39902 39903 39904 39905 39906 39907 39908 39909 39910 39911 39912 39913 39914 39915 39916 39917 39918 39919 39920 39921 39922 39923 39924 39925 39926 39927 39928 39929 39930 39931 39932 39933 39934 39935 39936 39937 39938 39939 39940 39941 39942 39943 39944 39945 39946 39947 39948 39949 39950 39951 39952 39953 39954 39955 39956 39957 39958 39959 39960 39961 39962 39963 39964 39965 39966 39967 39968 39969 39970 39971 39972 39973 39974 39975 39976 39977 39978 39979 39980 39981 39982 39983 39984 39985 39986 39987 39988 39989 39990 39991 39992 39993 39994 39995 39996 39997 39998 39999 40000 40001 40002 40003 40004 40005 40006 40007 40008 40009 40010 40011 40012 40013 40014 40015 40016 40017 40018 40019 40020 40021 40022 40023 40024 40025 40026 40027 40028 40029 40030 40031 40032 40033 40034 40035 40036 40037 40038 40039 40040 40041 40042 40043 40044 40045 40046 40047 40048 40049 40050 40051 40052 40053 40054 40055 40056 40057 40058 40059 40060 40061 40062 40063 40064 40065 40066 40067 40068 40069 40070 40071 40072 40073 40074 40075 40076 40077 40078 40079 40080 40081 40082 40083 40084 40085 40086 40087 40088 40089 40090 40091 40092 40093 40094 40095 40096 40097 40098 40099 40100 40101 40102 40103 40104 40105 40106 40107 40108 40109 40110 40111 40112 40113 40114 40115 40116 40117 40118 40119 40120 40121 40122 40123 40124 40125 40126 40127 40128 40129 40130 40131 40132 40133 40134 40135 40136 40137 40138 40139 40140 40141 40142 40143 40144 40145 40146 40147 40148 40149 40150 40151 40152 40153 40154 40155 40156 40157 40158 40159 40160 40161 40162 40163 40164 40165 40166 40167 40168 40169 40170 40171 40172 40173 40174 40175 40176 40177 40178 40179 40180 40181 40182 40183 40184 40185 40186 40187 40188 40189 40190 40191 40192 40193 40194 40195 40196 40197 40198 40199 40200 40201 40202 40203 40204 40205 40206 40207 40208 40209 40210 40211 40212 40213 40214 40215 40216 40217 40218 40219 40220 40221 40222 40223 40224 40225 40226 40227 40228 40229 40230 40231 40232 40233 40234 40235 40236 40237 40238 40239 40240 40241 40242 40243 40244 40245 40246 40247 40248 40249 40250 40251 40252 40253 40254 40255 40256 40257 40258 40259 40260 40261 40262 40263 40264 40265 40266 40267 40268 40269 40270 40271 40272 40273 40274 40275 40276 40277 40278 40279 40280 40281 40282 40283 40284 40285 40286 40287 40288 40289 40290 40291 40292 40293 40294 40295 40296 40297 40298 40299 40300 40301 40302 40303 40304 40305 40306 40307 40308 40309 40310 40311 40312 40313 40314 40315 40316 40317 40318 40319 40320 40321 40322 40323 40324 40325 40326 40327 40328 40329 40330 40331 40332 40333 40334 40335 40336 40337 40338 40339 40340 40341 40342 40343 40344 40345 40346 40347 40348 40349 40350 40351 40352 40353 40354 40355 40356 40357 40358 40359 40360 40361 40362 40363 40364 40365 40366 40367 40368 40369 40370 40371 40372 40373 40374 40375 40376 40377 40378 40379 40380 40381 40382 40383 40384 40385 40386 40387 40388 40389 40390 40391 40392 40393 40394 40395 40396 40397 40398 40399 40400 40401 40402 40403 40404 40405 40406 40407 40408 40409 40410 40411 40412 40413 40414 40415 40416 40417 40418 40419 40420 40421 40422 40423 40424 40425 40426 40427 40428 40429 40430 40431 40432 40433 40434 40435 40436 40437 40438 40439 40440 40441 40442 40443 40444 40445 40446 40447 40448 40449 40450 40451 40452 40453 40454 40455 40456 40457 40458 40459 40460 40461 40462 40463 40464 40465 40466 40467 40468 40469 40470 40471 40472 40473 40474 40475 40476 40477 40478 40479 40480 40481 40482 40483 40484 40485 40486 40487 40488 40489 40490 40491 40492 40493 40494 40495 40496 40497 40498 40499 40500 40501 40502 40503 40504 40505 40506 40507 40508 40509 40510 40511 40512 40513 40514 40515 40516 40517 40518 40519 40520 40521 40522 40523 40524 40525 40526 40527 40528 40529 40530 40531 40532 40533 40534 40535 40536 40537 40538 40539 40540 40541 40542 40543 40544 40545 40546 40547 40548 40549 40550 40551 40552 40553 40554 40555 40556 40557 40558 40559 40560 40561 40562 40563 40564 40565 40566 40567 40568 40569 40570 40571 40572 40573 40574 40575 40576 40577 40578 40579 40580 40581 40582 40583 40584 40585 40586 40587 40588 40589 40590 40591 40592 40593 40594 40595 40596 40597 40598 40599 40600 40601 40602 40603 40604 40605 40606 40607 40608 40609 40610 40611 40612 40613 40614 40615 40616 40617 40618 40619 40620 40621 40622 40623 40624 40625 40626 40627 40628 40629 40630 40631 40632 40633 40634 40635 40636 40637 40638 40639 40640 40641 40642 40643 40644 40645 40646 40647 40648 40649 40650 40651 40652 40653 40654 40655 40656 40657 40658 40659 40660 40661 40662 40663 40664 40665 40666 40667 40668 40669 40670 40671 40672 40673 40674 40675 40676 40677 40678 40679 40680 40681 40682 40683 40684 40685 40686 40687 40688 40689 40690 40691 40692 40693 40694 40695 40696 40697 40698 40699 40700 40701 40702 40703 40704 40705 40706 40707 40708 40709 40710 40711 40712 40713 40714 40715 40716 40717 40718 40719 40720 40721 40722 40723 40724 40725 40726 40727 40728 40729 40730 40731 40732 40733 40734 40735 40736 40737 40738 40739 40740 40741 40742 40743 40744 40745 40746 40747 40748 40749 40750 40751 40752 40753 40754 40755 40756 40757 40758 40759 40760 40761 40762 40763 40764 40765 40766 40767 40768 40769 40770 40771 40772 40773 40774 40775 40776 40777 40778 40779 40780 40781 40782 40783 40784 40785 40786 40787 40788 40789 40790 40791 40792 40793 40794 40795 40796 40797 40798 40799 40800 40801 40802 40803 40804 40805 40806 40807 40808 40809 40810 40811 40812 40813 40814 40815 40816 40817 40818 40819 40820 40821 40822 40823 40824 40825 40826 40827 40828 40829 40830 40831 40832 40833 40834 40835 40836 40837 40838 40839 40840 40841 40842 40843 40844 40845 40846 40847 40848 40849 40850 40851 40852 40853 40854 40855 40856 40857 40858 40859 40860 40861 40862 40863 40864 40865 40866 40867 40868 40869 40870 40871 40872 40873 40874 40875 40876 40877 40878 40879 40880 40881 40882 40883 40884 40885 40886 40887 40888 40889 40890 40891 40892 40893 40894 40895 40896 40897 40898 40899 40900 40901 40902 40903 40904 40905 40906 40907 40908 40909 40910 40911 40912 40913 40914 40915 40916 40917 40918 40919 40920 40921 40922 40923 40924 40925 40926 40927 40928 40929 40930 40931 40932 40933 40934 40935 40936 40937 40938 40939 40940 40941 40942 40943 40944 40945 40946 40947 40948 40949 40950 40951 40952 40953 40954 40955 40956 40957 40958 40959 40960 40961 40962 40963 40964 40965 40966 40967 40968 40969 40970 40971 40972 40973 40974 40975 40976 40977 40978 40979 40980 40981 40982 40983 40984 40985 40986 40987 40988 40989 40990 40991 40992 40993 40994 40995 40996 40997 40998 40999 41000 41001 41002 41003 41004 41005 41006 41007 41008 41009 41010 41011 41012 41013 41014 41015 41016 41017 41018 41019 41020 41021 41022 41023 41024 41025 41026 41027 41028 41029 41030 41031 41032 41033 41034 41035 41036 41037 41038 41039 41040 41041 41042 41043 41044 41045 41046 41047 41048 41049 41050 41051 41052 41053 41054 41055 41056 41057 41058 41059 41060 41061 41062 41063 41064 41065 41066 41067 41068 41069 41070 41071 41072 41073 41074 41075 41076 41077 41078 41079 41080 41081 41082 41083 41084 41085 41086 41087 41088 41089 41090 41091 41092 41093 41094 41095 41096 41097 41098 41099 41100 41101 41102 41103 41104 41105 41106 41107 41108 41109 41110 41111 41112 41113 41114 41115 41116 41117 41118 41119 41120 41121 41122 41123 41124 41125 41126 41127 41128 41129 41130 41131 41132 41133 41134 41135 41136 41137 41138 41139 41140 41141 41142 41143 41144 41145 41146 41147 41148 41149 41150 41151 41152 41153 41154 41155 41156 41157 41158 41159 41160 41161 41162 41163 41164 41165 41166 41167 41168 41169 41170 41171 41172 41173 41174 41175 41176 41177 41178 41179 41180 41181 41182 41183 41184 41185 41186 41187 41188 41189 41190 41191 41192 41193 41194 41195 41196 41197 41198 41199 41200 41201 41202 41203 41204 41205 41206 41207 41208 41209 41210 41211 41212 41213 41214 41215 41216 41217 41218 41219 41220 41221 41222 41223 41224 41225 41226 41227 41228 41229 41230 41231 41232 41233 41234 41235 41236 41237 41238 41239 41240 41241 41242 41243 41244 41245 41246 41247 41248 41249 41250 41251 41252 41253 41254 41255 41256 41257 41258 41259 41260 41261 41262 41263 41264 41265 41266 41267 41268 41269 41270 41271 41272 41273 41274 41275 41276 41277 41278 41279 41280 41281 41282 41283 41284 41285 41286 41287 41288 41289 41290 41291 41292 41293 41294 41295 41296 41297 41298 41299 41300 41301 41302 41303 41304 41305 41306 41307 41308 41309 41310 41311 41312 41313 41314 41315 41316 41317 41318 41319 41320 41321 41322 41323 41324 41325 41326 41327 41328 41329 41330 41331 41332 41333 41334 41335 41336 41337 41338 41339 41340 41341 41342 41343 41344 41345 41346 41347 41348 41349 41350 41351 41352 41353 41354 41355 41356 41357 41358 41359 41360 41361 41362 41363 41364 41365 41366 41367 41368 41369 41370 41371 41372 41373 41374 41375 41376 41377 41378 41379 41380 41381 41382 41383 41384 41385 41386 41387 41388 41389 41390 41391 41392 41393 41394 41395 41396 41397 41398 41399 41400 41401 41402 41403 41404 41405 41406 41407 41408 41409 41410 41411 41412 41413 41414 41415 41416 41417 41418 41419 41420 41421 41422 41423 41424 41425 41426 41427 41428 41429 41430 41431 41432 41433 41434 41435 41436 41437 41438 41439 41440 41441 41442 41443 41444 41445 41446 41447 41448 41449 41450 41451 41452 41453 41454 41455 41456 41457 41458 41459 41460 41461 41462 41463 41464 41465 41466 41467 41468 41469 41470 41471 41472 41473 41474 41475 41476 41477 41478 41479 41480 41481 41482 41483 41484 41485 41486 41487 41488 41489 41490 41491 41492 41493 41494 41495 41496 41497 41498 41499 41500 41501 41502 41503 41504 41505 41506 41507 41508 41509 41510 41511 41512 41513 41514 41515 41516 41517 41518 41519 41520 41521 41522 41523 41524 41525 41526 41527 41528 41529 41530 41531 41532 41533 41534 41535 41536 41537 41538 41539 41540 41541 41542 41543 41544 41545 41546 41547 41548 41549 41550 41551 41552 41553 41554 41555 41556 41557 41558 41559 41560 41561 41562 41563 41564 41565 41566 41567 41568 41569 41570 41571 41572 41573 41574 41575 41576 41577 41578 41579 41580 41581 41582 41583 41584 41585 41586 41587 41588 41589 41590 41591 41592 41593 41594 41595 41596 41597 41598 41599 41600 41601 41602 41603 41604 41605 41606 41607 41608 41609 41610 41611 41612 41613 41614 41615 41616 41617 41618 41619 41620 41621 41622 41623 41624 41625 41626 41627 41628 41629 41630 41631 41632 41633 41634 41635 41636 41637 41638 41639 41640 41641 41642 41643 41644 41645 41646 41647 41648 41649 41650 41651 41652 41653 41654 41655 41656 41657 41658 41659 41660 41661 41662 41663 41664 41665 41666 41667 41668 41669 41670 41671 41672 41673 41674 41675 41676 41677 41678 41679 41680 41681 41682 41683 41684 41685 41686 41687 41688 41689 41690 41691 41692 41693 41694 41695 41696 41697 41698 41699 41700 41701 41702 41703 41704 41705 41706 41707 41708 41709 41710 41711 41712 41713 41714 41715 41716 41717 41718 41719 41720 41721 41722 41723 41724 41725 41726 41727 41728 41729 41730 41731 41732 41733 41734 41735 41736 41737 41738 41739 41740 41741 41742 41743 41744 41745 41746 41747 41748 41749 41750 41751 41752 41753 41754 41755 41756 41757 41758 41759 41760 41761 41762 41763 41764 41765 41766 41767 41768 41769 41770 41771 41772 41773 41774 41775 41776 41777 41778 41779 41780 41781 41782 41783 41784 41785 41786 41787 41788 41789 41790 41791 41792 41793 41794 41795 41796 41797 41798 41799 41800 41801 41802 41803 41804 41805 41806 41807 41808 41809 41810 41811 41812 41813 41814 41815 41816 41817 41818 41819 41820 41821 41822 41823 41824 41825 41826 41827 41828 41829 41830 41831 41832 41833 41834 41835 41836 41837 41838 41839 41840 41841 41842 41843 41844 41845 41846 41847 41848 41849 41850 41851 41852 41853 41854 41855 41856 41857 41858 41859 41860 41861 41862 41863 41864 41865 41866 41867 41868 41869 41870 41871 41872 41873 41874 41875 41876 41877 41878 41879 41880 41881 41882 41883 41884 41885 41886 41887 41888 41889 41890 41891 41892 41893 41894 41895 41896 41897 41898 41899 41900 41901 41902 41903 41904 41905 41906 41907 41908 41909 41910 41911 41912 41913 41914 41915 41916 41917 41918 41919 41920 41921 41922 41923 41924 41925 41926 41927 41928 41929 41930 41931 41932 41933 41934 41935 41936 41937 41938 41939 41940 41941 41942 41943 41944 41945 41946 41947 41948 41949 41950 41951 41952 41953 41954 41955 41956 41957 41958 41959 41960 41961 41962 41963 41964 41965 41966 41967 41968 41969 41970 41971 41972 41973 41974 41975 41976 41977 41978 41979 41980 41981 41982 41983 41984 41985 41986 41987 41988 41989 41990 41991 41992 41993 41994 41995 41996 41997 41998 41999 42000 42001 42002 42003 42004 42005 42006 42007 42008 42009 42010 42011 42012 42013 42014 42015 42016 42017 42018 42019 42020 42021 42022 42023 42024 42025 42026 42027 42028 42029 42030 42031 42032 42033 42034 42035 42036 42037 42038 42039 42040 42041 42042 42043 42044 42045 42046 42047 42048 42049 42050 42051 42052 42053 42054 42055 42056 42057 42058 42059 42060 42061 42062 42063 42064 42065 42066 42067 42068 42069 42070 42071 42072 42073 42074 42075 42076 42077 42078 42079 42080 42081 42082 42083 42084 42085 42086 42087 42088 42089 42090 42091 42092 42093 42094 42095 42096 42097 42098 42099 42100 42101 42102 42103 42104 42105 42106 42107 42108 42109 42110 42111 42112 42113 42114 42115 42116 42117 42118 42119 42120 42121 42122 42123 42124 42125 42126 42127 42128 42129 42130 42131 42132 42133 42134 42135 42136 42137 42138 42139 42140 42141 42142 42143 42144 42145 42146 42147 42148 42149 42150 42151 42152 42153 42154 42155 42156 42157 42158 42159 42160 42161 42162 42163 42164 42165 42166 42167 42168 42169 42170 42171 42172 42173 42174 42175 42176 42177 42178 42179 42180 42181 42182 42183 42184 42185 42186 42187 42188 42189 42190 42191 42192 42193 42194 42195 42196 42197 42198 42199 42200 42201 42202 42203 42204 42205 42206 42207 42208 42209 42210 42211 42212 42213 42214 42215 42216 42217 42218 42219 42220 42221 42222 42223 42224 42225 42226 42227 42228 42229 42230 42231 42232 42233 42234 42235 42236 42237 42238 42239 42240 42241 42242 42243 42244 42245 42246 42247 42248 42249 42250 42251 42252 42253 42254 42255 42256 42257 42258 42259 42260 42261 42262 42263 42264 42265 42266 42267 42268 42269 42270 42271 42272 42273 42274 42275 42276 42277 42278 42279 42280 42281 42282 42283 42284 42285 42286 42287 42288 42289 42290 42291 42292 42293 42294 42295 42296 42297 42298 42299 42300 42301 42302 42303 42304 42305 42306 42307 42308 42309 42310 42311 42312 42313 42314 42315 42316 42317 42318 42319 42320 42321 42322 42323 42324 42325 42326 42327 42328 42329 42330 42331 42332 42333 42334 42335 42336 42337 42338 42339 42340 42341 42342 42343 42344 42345 42346 42347 42348 42349 42350 42351 42352 42353 42354 42355 42356 42357 42358 42359 42360 42361 42362 42363 42364 42365 42366 42367 42368 42369 42370 42371 42372 42373 42374 42375 42376 42377 42378 42379 42380 42381 42382 42383 42384 42385 42386 42387 42388 42389 42390 42391 42392 42393 42394 42395 42396 42397 42398 42399 42400 42401 42402 42403 42404 42405 42406 42407 42408 42409 42410 42411 42412 42413 42414 42415 42416 42417 42418 42419 42420 42421 42422 42423 42424 42425 42426 42427 42428 42429 42430 42431 42432 42433 42434 42435 42436 42437 42438 42439 42440 42441 42442 42443 42444 42445 42446 42447 42448 42449 42450 42451 42452 42453 42454 42455 42456 42457 42458 42459 42460 42461 42462 42463 42464 42465 42466 42467 42468 42469 42470 42471 42472 42473 42474 42475 42476 42477 42478 42479 42480 42481 42482 42483 42484 42485 42486 42487 42488 42489 42490 42491 42492 42493 42494 42495 42496 42497 42498 42499 42500 42501 42502 42503 42504 42505 42506 42507 42508 42509 42510 42511 42512 42513 42514 42515 42516 42517 42518 42519 42520 42521 42522 42523 42524 42525 42526 42527 42528 42529 42530 42531 42532 42533 42534 42535 42536 42537 42538 42539 42540 42541 42542 42543 42544 42545 42546 42547 42548 42549 42550 42551 42552 42553 42554 42555 42556 42557 42558 42559 42560 42561 42562 42563 42564 42565 42566 42567 42568 42569 42570 42571 42572 42573 42574 42575 42576 42577 42578 42579 42580 42581 42582 42583 42584 42585 42586 42587 42588 42589 42590 42591 42592 42593 42594 42595 42596 42597 42598 42599 42600 42601 42602 42603 42604 42605 42606 42607 42608 42609 42610 42611 42612 42613 42614 42615 42616 42617 42618 42619 42620 42621 42622 42623 42624 42625 42626 42627 42628 42629 42630 42631 42632 42633 42634 42635 42636 42637 42638 42639 42640 42641 42642 42643 42644 42645 42646 42647 42648 42649 42650 42651 42652 42653 42654 42655 42656 42657 42658 42659 42660 42661 42662 42663 42664 42665 42666 42667 42668 42669 42670 42671 42672 42673 42674 42675 42676 42677 42678 42679 42680 42681 42682 42683 42684 42685 42686 42687 42688 42689 42690 42691 42692 42693 42694 42695 42696 42697 42698 42699 42700 42701 42702 42703 42704 42705 42706 42707 42708 42709 42710 42711 42712 42713 42714 42715 42716 42717 42718 42719 42720 42721 42722 42723 42724 42725 42726 42727 42728 42729 42730 42731 42732 42733 42734 42735 42736 42737 42738 42739 42740 42741 42742 42743 42744 42745 42746 42747 42748 42749 42750 42751 42752 42753 42754 42755 42756 42757 42758 42759 42760 42761 42762 42763 42764 42765 42766 42767 42768 42769 42770 42771 42772 42773 42774 42775 42776 42777 42778 42779 42780 42781 42782 42783 42784 42785 42786 42787 42788 42789 42790 42791 42792 42793 42794 42795 42796 42797 42798 42799 42800 42801 42802 42803 42804 42805 42806 42807 42808 42809 42810 42811 42812 42813 42814 42815 42816 42817 42818 42819 42820 42821 42822 42823 42824 42825 42826 42827 42828 42829 42830 42831 42832 42833 42834 42835 42836 42837 42838 42839 42840 42841 42842 42843 42844 42845 42846 42847 42848 42849 42850 42851 42852 42853 42854 42855 42856 42857 42858 42859 42860 42861 42862 42863 42864 42865 42866 42867 42868 42869 42870 42871 42872 42873 42874 42875 42876 42877 42878 42879 42880 42881 42882 42883 42884 42885 42886 42887 42888 42889 42890 42891 42892 42893 42894 42895 42896 42897 42898 42899 42900 42901 42902 42903 42904 42905 42906 42907 42908 42909 42910 42911 42912 42913 42914 42915 42916 42917 42918 42919 42920 42921 42922 42923 42924 42925 42926 42927 42928 42929 42930 42931 42932 42933 42934 42935 42936 42937 42938 42939 42940 42941 42942 42943 42944 42945 42946 42947 42948 42949 42950 42951 42952 42953 42954 42955 42956 42957 42958 42959 42960 42961 42962 42963 42964 42965 42966 42967 42968 42969 42970 42971 42972 42973 42974 42975 42976 42977 42978 42979 42980 42981 42982 42983 42984 42985 42986 42987 42988 42989 42990 42991 42992 42993 42994 42995 42996 42997 42998 42999 43000 43001 43002 43003 43004 43005 43006 43007 43008 43009 43010 43011 43012 43013 43014 43015 43016 43017 43018 43019 43020 43021 43022 43023 43024 43025 43026 43027 43028 43029 43030 43031 43032 43033 43034 43035 43036 43037 43038 43039 43040 43041 43042 43043 43044 43045 43046 43047 43048 43049 43050 43051 43052 43053 43054 43055 43056 43057 43058 43059 43060 43061 43062 43063 43064 43065 43066 43067 43068 43069 43070 43071 43072 43073 43074 43075 43076 43077 43078 43079 43080 43081 43082 43083 43084 43085 43086 43087 43088 43089 43090 43091 43092 43093 43094 43095 43096 43097 43098 43099 43100 43101 43102 43103 43104 43105 43106 43107 43108 43109 43110 43111 43112 43113 43114 43115 43116 43117 43118 43119 43120 43121 43122 43123 43124 43125 43126 43127 43128 43129 43130 43131 43132 43133 43134 43135 43136 43137 43138 43139 43140 43141 43142 43143 43144 43145 43146 43147 43148 43149 43150 43151 43152 43153 43154 43155 43156 43157 43158 43159 43160 43161 43162 43163 43164 43165 43166 43167 43168 43169 43170 43171 43172 43173 43174 43175 43176 43177 43178 43179 43180 43181 43182 43183 43184 43185 43186 43187 43188 43189 43190 43191 43192 43193 43194 43195 43196 43197 43198 43199 43200 43201 43202 43203 43204 43205 43206 43207 43208 43209 43210 43211 43212 43213 43214 43215 43216 43217 43218 43219 43220 43221 43222 43223 43224 43225 43226 43227 43228 43229 43230 43231 43232 43233 43234 43235 43236 43237 43238 43239 43240 43241 43242 43243 43244 43245 43246 43247 43248 43249 43250 43251 43252 43253 43254 43255 43256 43257 43258 43259 43260 43261 43262 43263 43264 43265 43266 43267 43268 43269 43270 43271 43272 43273 43274 43275 43276 43277 43278 43279 43280 43281 43282 43283 43284 43285 43286 43287 43288 43289 43290 43291 43292 43293 43294 43295 43296 43297 43298 43299 43300 43301 43302 43303 43304 43305 43306 43307 43308 43309 43310 43311 43312 43313 43314 43315 43316 43317 43318 43319 43320 43321 43322 43323 43324 43325 43326 43327 43328 43329 43330 43331 43332 43333 43334 43335 43336 43337 43338 43339 43340 43341 43342 43343 43344 43345 43346 43347 43348 43349 43350 43351 43352 43353 43354 43355 43356 43357 43358 43359 43360 43361 43362 43363 43364 43365 43366 43367 43368 43369 43370 43371 43372 43373 43374 43375 43376 43377 43378 43379 43380 43381 43382 43383 43384 43385 43386 43387 43388 43389 43390 43391 43392 43393 43394 43395 43396 43397 43398 43399 43400 43401 43402 43403 43404 43405 43406 43407 43408 43409 43410 43411 43412 43413 43414 43415 43416 43417 43418 43419 43420 43421 43422 43423 43424 43425 43426 43427 43428 43429 43430 43431 43432 43433 43434 43435 43436 43437 43438 43439 43440 43441 43442 43443 43444 43445 43446 43447 43448 43449 43450 43451 43452 43453 43454 43455 43456 43457 43458 43459 43460 43461 43462 43463 43464 43465 43466 43467 43468 43469 43470 43471 43472 43473 43474 43475 43476 43477 43478 43479 43480 43481 43482 43483 43484 43485 43486 43487 43488 43489 43490 43491 43492 43493 43494 43495 43496 43497 43498 43499 43500 43501 43502 43503 43504 43505 43506 43507 43508 43509 43510 43511 43512 43513 43514 43515 43516 43517 43518 43519 43520 43521 43522 43523 43524 43525 43526 43527 43528 43529 43530 43531 43532 43533 43534 43535 43536 43537 43538 43539 43540 43541 43542 43543 43544 43545 43546 43547 43548 43549 43550 43551 43552 43553 43554 43555 43556 43557 43558 43559 43560 43561 43562 43563 43564 43565 43566 43567 43568 43569 43570 43571 43572 43573 43574 43575 43576 43577 43578 43579 43580 43581 43582 43583 43584 43585 43586 43587 43588 43589 43590 43591 43592 43593 43594 43595 43596 43597 43598 43599 43600 43601 43602 43603 43604 43605 43606 43607 43608 43609 43610 43611 43612 43613 43614 43615 43616 43617 43618 43619 43620 43621 43622 43623 43624 43625 43626 43627 43628 43629 43630 43631 43632 43633 43634 43635 43636 43637 43638 43639 43640 43641 43642 43643 43644 43645 43646 43647 43648 43649 43650 43651 43652 43653 43654 43655 43656 43657 43658 43659 43660 43661 43662 43663 43664 43665 43666 43667 43668 43669 43670 43671 43672 43673 43674 43675 43676 43677 43678 43679 43680 43681 43682 43683 43684 43685 43686 43687 43688 43689 43690 43691 43692 43693 43694 43695 43696 43697 43698 43699 43700 43701 43702 43703 43704 43705 43706 43707 43708 43709 43710 43711 43712 43713 43714 43715 43716 43717 43718 43719 43720 43721 43722 43723 43724 43725 43726 43727 43728 43729 43730 43731 43732 43733 43734 43735 43736 43737 43738 43739 43740 43741 43742 43743 43744 43745 43746 43747 43748 43749 43750 43751 43752 43753 43754 43755 43756 43757 43758 43759 43760 43761 43762 43763 43764 43765 43766 43767 43768 43769 43770 43771 43772 43773 43774 43775 43776 43777 43778 43779 43780 43781 43782 43783 43784 43785 43786 43787 43788 43789 43790 43791 43792 43793 43794 43795 43796 43797 43798 43799 43800 43801 43802 43803 43804 43805 43806 43807 43808 43809 43810 43811 43812 43813 43814 43815 43816 43817 43818 43819 43820 43821 43822 43823 43824 43825 43826 43827 43828 43829 43830 43831 43832 43833 43834 43835 43836 43837 43838 43839 43840 43841 43842 43843 43844 43845 43846 43847 43848 43849 43850 43851 43852 43853 43854 43855 43856 43857 43858 43859 43860 43861 43862 43863 43864 43865 43866 43867 43868 43869 43870 43871 43872 43873 43874 43875 43876 43877 43878 43879 43880 43881 43882 43883 43884 43885 43886 43887 43888 43889 43890 43891 43892 43893 43894 43895 43896 43897 43898 43899 43900 43901 43902 43903 43904 43905 43906 43907 43908 43909 43910 43911 43912 43913 43914 43915 43916 43917 43918 43919 43920 43921 43922 43923 43924 43925 43926 43927 43928 43929 43930 43931 43932 43933 43934 43935 43936 43937 43938 43939 43940 43941 43942 43943 43944 43945 43946 43947 43948 43949 43950 43951 43952 43953 43954 43955 43956 43957 43958 43959 43960 43961 43962 43963 43964 43965 43966 43967 43968 43969 43970 43971 43972 43973 43974 43975 43976 43977 43978 43979 43980 43981 43982 43983 43984 43985 43986 43987 43988 43989 43990 43991 43992 43993 43994 43995 43996 43997 43998 43999 44000 44001 44002 44003 44004 44005 44006 44007 44008 44009 44010 44011 44012 44013 44014 44015 44016 44017 44018 44019 44020 44021 44022 44023 44024 44025 44026 44027 44028 44029 44030 44031 44032 44033 44034 44035 44036 44037 44038 44039 44040 44041 44042 44043 44044 44045 44046 44047 44048 44049 44050 44051 44052 44053 44054 44055 44056 44057 44058 44059 44060 44061 44062 44063 44064 44065 44066 44067 44068 44069 44070 44071 44072 44073 44074 44075 44076 44077 44078 44079 44080 44081 44082 44083 44084 44085 44086 44087 44088 44089 44090 44091 44092 44093 44094 44095 44096 44097 44098 44099 44100 44101 44102 44103 44104 44105 44106 44107 44108 44109 44110 44111 44112 44113 44114 44115 44116 44117 44118 44119 44120 44121 44122 44123 44124 44125 44126 44127 44128 44129 44130 44131 44132 44133 44134 44135 44136 44137 44138 44139 44140 44141 44142 44143 44144 44145 44146 44147 44148 44149 44150 44151 44152 44153 44154 44155 44156 44157 44158 44159 44160 44161 44162 44163 44164 44165 44166 44167 44168 44169 44170 44171 44172 44173 44174 44175 44176 44177 44178 44179 44180 44181 44182 44183 44184 44185 44186 44187 44188 44189 44190 44191 44192 44193 44194 44195 44196 44197 44198 44199 44200 44201 44202 44203 44204 44205 44206 44207 44208 44209 44210 44211 44212 44213 44214 44215 44216 44217 44218 44219 44220 44221 44222 44223 44224 44225 44226 44227 44228 44229 44230 44231 44232 44233 44234 44235 44236 44237 44238 44239 44240 44241 44242 44243 44244 44245 44246 44247 44248 44249 44250 44251 44252 44253 44254 44255 44256 44257 44258 44259 44260 44261 44262 44263 44264 44265 44266 44267 44268 44269 44270 44271 44272 44273 44274 44275 44276 44277 44278 44279 44280 44281 44282 44283 44284 44285 44286 44287 44288 44289 44290 44291 44292 44293 44294 44295 44296 44297 44298 44299 44300 44301 44302 44303 44304 44305 44306 44307 44308 44309 44310 44311 44312 44313 44314 44315 44316 44317 44318 44319 44320 44321 44322 44323 44324 44325 44326 44327 44328 44329 44330 44331 44332 44333 44334 44335 44336 44337 44338 44339 44340 44341 44342 44343 44344 44345 44346 44347 44348 44349 44350 44351 44352 44353 44354 44355 44356 44357 44358 44359 44360 44361 44362 44363 44364 44365 44366 44367 44368 44369 44370 44371 44372 44373 44374 44375 44376 44377 44378 44379 44380 44381 44382 44383 44384 44385 44386 44387 44388 44389 44390 44391 44392 44393 44394 44395 44396 44397 44398 44399 44400 44401 44402 44403 44404 44405 44406 44407 44408 44409 44410 44411 44412 44413 44414 44415 44416 44417 44418 44419 44420 44421 44422 44423 44424 44425 44426 44427 44428 44429 44430 44431 44432 44433 44434 44435 44436 44437 44438 44439 44440 44441 44442 44443 44444 44445 44446 44447 44448 44449 44450 44451 44452 44453 44454 44455 44456 44457 44458 44459 44460 44461 44462 44463 44464 44465 44466 44467 44468 44469 44470 44471 44472 44473 44474 44475 44476 44477 44478 44479 44480 44481 44482 44483 44484 44485 44486 44487 44488 44489 44490 44491 44492 44493 44494 44495 44496 44497 44498 44499 44500 44501 44502 44503 44504 44505 44506 44507 44508 44509 44510 44511 44512 44513 44514 44515 44516 44517 44518 44519 44520 44521 44522 44523 44524 44525 44526 44527 44528 44529 44530 44531 44532 44533 44534 44535 44536 44537 44538 44539 44540 44541 44542 44543 44544 44545 44546 44547 44548 44549 44550 44551 44552 44553 44554 44555 44556 44557 44558 44559 44560 44561 44562 44563 44564 44565 44566 44567 44568 44569 44570 44571 44572 44573 44574 44575 44576 44577 44578 44579 44580 44581 44582 44583 44584 44585 44586 44587 44588 44589 44590 44591 44592 44593 44594 44595 44596 44597 44598 44599 44600 44601 44602 44603 44604 44605 44606 44607 44608 44609 44610 44611 44612 44613 44614 44615 44616 44617 44618 44619 44620 44621 44622 44623 44624 44625 44626 44627 44628 44629 44630 44631 44632 44633 44634 44635 44636 44637 44638 44639 44640 44641 44642 44643 44644 44645 44646 44647 44648 44649 44650 44651 44652 44653 44654 44655 44656 44657 44658 44659 44660 44661 44662 44663 44664 44665 44666 44667 44668 44669 44670 44671 44672 44673 44674 44675 44676 44677 44678 44679 44680 44681 44682 44683 44684 44685 44686 44687 44688 44689 44690 44691 44692 44693 44694 44695 44696 44697 44698 44699 44700 44701 44702 44703 44704 44705 44706 44707 44708 44709 44710 44711 44712 44713 44714 44715 44716 44717 44718 44719 44720 44721 44722 44723 44724 44725 44726 44727 44728 44729 44730 44731 44732 44733 44734 44735 44736 44737 44738 44739 44740 44741 44742 44743 44744 44745 44746 44747 44748 44749 44750 44751 44752 44753 44754 44755 44756 44757 44758 44759 44760 44761 44762 44763 44764 44765 44766 44767 44768 44769 44770 44771 44772 44773 44774 44775 44776 44777 44778 44779 44780 44781 44782 44783 44784 44785 44786 44787 44788 44789 44790 44791 44792 44793 44794 44795 44796 44797 44798 44799 44800 44801 44802 44803 44804 44805 44806 44807 44808 44809 44810 44811 44812 44813 44814 44815 44816 44817 44818 44819 44820 44821 44822 44823 44824 44825 44826 44827 44828 44829 44830 44831 44832 44833 44834 44835 44836 44837 44838 44839 44840 44841 44842 44843 44844 44845 44846 44847 44848 44849 44850 44851 44852 44853 44854 44855 44856 44857 44858 44859 44860 44861 44862 44863 44864 44865 44866 44867 44868 44869 44870 44871 44872 44873 44874 44875 44876 44877 44878 44879 44880 44881 44882 44883 44884 44885 44886 44887 44888 44889 44890 44891 44892 44893 44894 44895 44896 44897 44898 44899 44900 44901 44902 44903 44904 44905 44906 44907 44908 44909 44910 44911 44912 44913 44914 44915 44916 44917 44918 44919 44920 44921 44922 44923 44924 44925 44926 44927 44928 44929 44930 44931 44932 44933 44934 44935 44936 44937 44938 44939 44940 44941 44942 44943 44944 44945 44946 44947 44948 44949 44950 44951 44952 44953 44954 44955 44956 44957 44958 44959 44960 44961 44962 44963 44964 44965 44966 44967 44968 44969 44970 44971 44972 44973 44974 44975 44976 44977 44978 44979 44980 44981 44982 44983 44984 44985 44986 44987 44988 44989 44990 44991 44992 44993 44994 44995 44996 44997 44998 44999 45000 45001 45002 45003 45004 45005 45006 45007 45008 45009 45010 45011 45012 45013 45014 45015 45016 45017 45018 45019 45020 45021 45022 45023 45024 45025 45026 45027 45028 45029 45030 45031 45032 45033 45034 45035 45036 45037 45038 45039 45040 45041 45042 45043 45044 45045 45046 45047 45048 45049 45050 45051 45052 45053 45054 45055 45056 45057 45058 45059 45060 45061 45062 45063 45064 45065 45066 45067 45068 45069 45070 45071 45072 45073 45074 45075 45076 45077 45078 45079 45080 45081 45082 45083 45084 45085 45086 45087 45088 45089 45090 45091 45092 45093 45094 45095 45096 45097 45098 45099 45100 45101 45102 45103 45104 45105 45106 45107 45108 45109 45110 45111 45112 45113 45114 45115 45116 45117 45118 45119 45120 45121 45122 45123 45124 45125 45126 45127 45128 45129 45130 45131 45132 45133 45134 45135 45136 45137 45138 45139 45140 45141 45142 45143 45144 45145 45146 45147 45148 45149 45150 45151 45152 45153 45154 45155 45156 45157 45158 45159 45160 45161 45162 45163 45164 45165 45166 45167 45168 45169 45170 45171 45172 45173 45174 45175 45176 45177 45178 45179 45180 45181 45182 45183 45184 45185 45186 45187 45188 45189 45190 45191 45192 45193 45194 45195 45196 45197 45198 45199 45200 45201 45202 45203 45204 45205 45206 45207 45208 45209 45210 45211 45212 45213 45214 45215 45216 45217 45218 45219 45220 45221 45222 45223 45224 45225 45226 45227 45228 45229 45230 45231 45232 45233 45234 45235 45236 45237 45238 45239 45240 45241 45242 45243 45244 45245 45246 45247 45248 45249 45250 45251 45252 45253 45254 45255 45256 45257 45258 45259 45260 45261 45262 45263 45264 45265 45266 45267 45268 45269 45270 45271 45272 45273 45274 45275 45276 45277 45278 45279 45280 45281 45282 45283 45284 45285 45286 45287 45288 45289 45290 45291 45292 45293 45294 45295 45296 45297 45298 45299 45300 45301 45302 45303 45304 45305 45306 45307 45308 45309 45310 45311 45312 45313 45314 45315 45316 45317 45318 45319 45320 45321 45322 45323 45324 45325 45326 45327 45328 45329 45330 45331 45332 45333 45334 45335 45336 45337 45338 45339 45340 45341 45342 45343 45344 45345 45346 45347 45348 45349 45350 45351 45352 45353 45354 45355 45356 45357 45358 45359 45360 45361 45362 45363 45364 45365 45366 45367 45368 45369 45370 45371 45372 45373 45374 45375 45376 45377 45378 45379 45380 45381 45382 45383 45384 45385 45386 45387 45388 45389 45390 45391 45392 45393 45394 45395 45396 45397 45398 45399 45400 45401 45402 45403 45404 45405 45406 45407 45408 45409 45410 45411 45412 45413 45414 45415 45416 45417 45418 45419 45420 45421 45422 45423 45424 45425 45426 45427 45428 45429 45430 45431 45432 45433 45434 45435 45436 45437 45438 45439 45440 45441 45442 45443 45444 45445 45446 45447 45448 45449 45450 45451 45452 45453 45454 45455 45456 45457 45458 45459 45460 45461 45462 45463 45464 45465 45466 45467 45468 45469 45470 45471 45472 45473 45474 45475 45476 45477 45478 45479 45480 45481 45482 45483 45484 45485 45486 45487 45488 45489 45490 45491 45492 45493 45494 45495 45496 45497 45498 45499 45500 45501 45502 45503 45504 45505 45506 45507 45508 45509 45510 45511 45512 45513 45514 45515 45516 45517 45518 45519 45520 45521 45522 45523 45524 45525 45526 45527 45528 45529 45530 45531 45532 45533 45534 45535 45536 45537 45538 45539 45540 45541 45542 45543 45544 45545 45546 45547 45548 45549 45550 45551 45552 45553 45554 45555 45556 45557 45558 45559 45560 45561 45562 45563 45564 45565 45566 45567 45568 45569 45570 45571 45572 45573 45574 45575 45576 45577 45578 45579 45580 45581 45582 45583 45584 45585 45586 45587 45588 45589 45590 45591 45592 45593 45594 45595 45596 45597 45598 45599 45600 45601 45602 45603 45604 45605 45606 45607 45608 45609 45610 45611 45612 45613 45614 45615 45616 45617 45618 45619 45620 45621 45622 45623 45624 45625 45626 45627 45628 45629 45630 45631 45632 45633 45634 45635 45636 45637 45638 45639 45640 45641 45642 45643 45644 45645 45646 45647 45648 45649 45650 45651 45652 45653 45654 45655 45656 45657 45658 45659 45660 45661 45662 45663 45664 45665 45666 45667 45668 45669 45670 45671 45672 45673 45674 45675 45676 45677 45678 45679 45680 45681 45682 45683 45684 45685 45686 45687 45688 45689 45690 45691 45692 45693 45694 45695 45696 45697 45698 45699 45700 45701 45702 45703 45704 45705 45706 45707 45708 45709 45710 45711 45712 45713 45714 45715 45716 45717 45718 45719 45720 45721 45722 45723 45724 45725 45726 45727 45728 45729 45730 45731 45732 45733 45734 45735 45736 45737 45738 45739 45740 45741 45742 45743 45744 45745 45746 45747 45748 45749 45750 45751 45752 45753 45754 45755 45756 45757 45758 45759 45760 45761 45762 45763 45764 45765 45766 45767 45768 45769 45770 45771 45772 45773 45774 45775 45776 45777 45778 45779 45780 45781 45782 45783 45784 45785 45786 45787 45788 45789 45790 45791 45792 45793 45794 45795 45796 45797 45798 45799 45800 45801 45802 45803 45804 45805 45806 45807 45808 45809 45810 45811 45812 45813 45814 45815 45816 45817 45818 45819 45820 45821 45822 45823 45824 45825 45826 45827 45828 45829 45830 45831 45832 45833 45834 45835 45836 45837 45838 45839 45840 45841 45842 45843 45844 45845 45846 45847 45848 45849 45850 45851 45852 45853 45854 45855 45856 45857 45858 45859 45860 45861 45862 45863 45864 45865 45866 45867 45868 45869 45870 45871 45872 45873 45874 45875 45876 45877 45878 45879 45880 45881 45882 45883 45884 45885 45886 45887 45888 45889 45890 45891 45892 45893 45894 45895 45896 45897 45898 45899 45900 45901 45902 45903 45904 45905 45906 45907 45908 45909 45910 45911 45912 45913 45914 45915 45916 45917 45918 45919 45920 45921 45922 45923 45924 45925 45926 45927 45928 45929 45930 45931 45932 45933 45934 45935 45936 45937 45938 45939 45940 45941 45942 45943 45944 45945 45946 45947 45948 45949 45950 45951 45952 45953 45954 45955 45956 45957 45958 45959 45960 45961 45962 45963 45964 45965 45966 45967 45968 45969 45970 45971 45972 45973 45974 45975 45976 45977 45978 45979 45980 45981 45982 45983 45984 45985 45986 45987 45988 45989 45990 45991 45992 45993 45994 45995 45996 45997 45998 45999 46000 46001 46002 46003 46004 46005 46006 46007 46008 46009 46010 46011 46012 46013 46014 46015 46016 46017 46018 46019 46020 46021 46022 46023 46024 46025 46026 46027 46028 46029 46030 46031 46032 46033 46034 46035 46036 46037 46038 46039 46040 46041 46042 46043 46044 46045 46046 46047 46048 46049 46050 46051 46052 46053 46054 46055 46056 46057 46058 46059 46060 46061 46062 46063 46064 46065 46066 46067 46068 46069 46070 46071 46072 46073 46074 46075 46076 46077 46078 46079 46080 46081 46082 46083 46084 46085 46086 46087 46088 46089 46090 46091 46092 46093 46094 46095 46096 46097 46098 46099 46100 46101 46102 46103 46104 46105 46106 46107 46108 46109 46110 46111 46112 46113 46114 46115 46116 46117 46118 46119 46120 46121 46122 46123 46124 46125 46126 46127 46128 46129 46130 46131 46132 46133 46134 46135 46136 46137 46138 46139 46140 46141 46142 46143 46144 46145 46146 46147 46148 46149 46150 46151 46152 46153 46154 46155 46156 46157 46158 46159 46160 46161 46162 46163 46164 46165 46166 46167 46168 46169 46170 46171 46172 46173 46174 46175 46176 46177 46178 46179 46180 46181 46182 46183 46184 46185 46186 46187 46188 46189 46190 46191 46192 46193 46194 46195 46196 46197 46198 46199 46200 46201 46202 46203 46204 46205 46206 46207 46208 46209 46210 46211 46212 46213 46214 46215 46216 46217 46218 46219 46220 46221 46222 46223 46224 46225 46226 46227 46228 46229 46230 46231 46232 46233 46234 46235 46236 46237 46238 46239 46240 46241 46242 46243 46244 46245 46246 46247 46248 46249 46250 46251 46252 46253 46254 46255 46256 46257 46258 46259 46260 46261 46262 46263 46264 46265 46266 46267 46268 46269 46270 46271 46272 46273 46274 46275 46276 46277 46278 46279 46280 46281 46282 46283 46284 46285 46286 46287 46288 46289 46290 46291 46292 46293 46294 46295 46296 46297 46298 46299 46300 46301 46302 46303 46304 46305 46306 46307 46308 46309 46310 46311 46312 46313 46314 46315 46316 46317 46318 46319 46320 46321 46322 46323 46324 46325 46326 46327 46328 46329 46330 46331 46332 46333 46334 46335 46336 46337 46338 46339 46340 46341 46342 46343 46344 46345 46346 46347 46348 46349 46350 46351 46352 46353 46354 46355 46356 46357 46358 46359 46360 46361 46362 46363 46364 46365 46366 46367 46368 46369 46370 46371 46372 46373 46374 46375 46376 46377 46378 46379 46380 46381 46382 46383 46384 46385 46386 46387 46388 46389 46390 46391 46392 46393 46394 46395 46396 46397 46398 46399 46400 46401 46402 46403 46404 46405 46406 46407 46408 46409 46410 46411 46412 46413 46414 46415 46416 46417 46418 46419 46420 46421 46422 46423 46424 46425 46426 46427 46428 46429 46430 46431 46432 46433 46434 46435 46436 46437 46438 46439 46440 46441 46442 46443 46444 46445 46446 46447 46448 46449 46450 46451 46452 46453 46454 46455 46456 46457 46458 46459 46460 46461 46462 46463 46464 46465 46466 46467 46468 46469 46470 46471 46472 46473 46474 46475 46476 46477 46478 46479 46480 46481 46482 46483 46484 46485 46486 46487 46488 46489 46490 46491 46492 46493 46494 46495 46496 46497 46498 46499 46500 46501 46502 46503 46504 46505 46506 46507 46508 46509 46510 46511 46512 46513 46514 46515 46516 46517 46518 46519 46520 46521 46522 46523 46524 46525 46526 46527 46528 46529 46530 46531 46532 46533 46534 46535 46536 46537 46538 46539 46540 46541 46542 46543 46544 46545 46546 46547 46548 46549 46550 46551 46552 46553 46554 46555 46556 46557 46558 46559 46560 46561 46562 46563 46564 46565 46566 46567 46568 46569 46570 46571 46572 46573 46574 46575 46576 46577 46578 46579 46580 46581 46582 46583 46584 46585 46586 46587 46588 46589 46590 46591 46592 46593 46594 46595 46596 46597 46598 46599 46600 46601 46602 46603 46604 46605 46606 46607 46608 46609 46610 46611 46612 46613 46614 46615 46616 46617 46618 46619 46620 46621 46622 46623 46624 46625 46626 46627 46628 46629 46630 46631 46632 46633 46634 46635 46636 46637 46638 46639 46640 46641 46642 46643 46644 46645 46646 46647 46648 46649 46650 46651 46652 46653 46654 46655 46656 46657 46658 46659 46660 46661 46662 46663 46664 46665 46666 46667 46668 46669 46670 46671 46672 46673 46674 46675 46676 46677 46678 46679 46680 46681 46682 46683 46684 46685 46686 46687 46688 46689 46690 46691 46692 46693 46694 46695 46696 46697 46698 46699 46700 46701 46702 46703 46704 46705 46706 46707 46708 46709 46710 46711 46712 46713 46714 46715 46716 46717 46718 46719 46720 46721 46722 46723 46724 46725 46726 46727 46728 46729 46730 46731 46732 46733 46734 46735 46736 46737 46738 46739 46740 46741 46742 46743 46744 46745 46746 46747 46748 46749 46750 46751 46752 46753 46754 46755 46756 46757 46758 46759 46760 46761 46762 46763 46764 46765 46766 46767 46768 46769 46770 46771 46772 46773 46774 46775 46776 46777 46778 46779 46780 46781 46782 46783 46784 46785 46786 46787 46788 46789 46790 46791 46792 46793 46794 46795 46796 46797 46798 46799 46800 46801 46802 46803 46804 46805 46806 46807 46808 46809 46810 46811 46812 46813 46814 46815 46816 46817 46818 46819 46820 46821 46822 46823 46824 46825 46826 46827 46828 46829 46830 46831 46832 46833 46834 46835 46836 46837 46838 46839 46840 46841 46842 46843 46844 46845 46846 46847 46848 46849 46850 46851 46852 46853 46854 46855 46856 46857 46858 46859 46860 46861 46862 46863 46864 46865 46866 46867 46868 46869 46870 46871 46872 46873 46874 46875 46876 46877 46878 46879 46880 46881 46882 46883 46884 46885 46886 46887 46888 46889 46890 46891 46892 46893 46894 46895 46896 46897 46898 46899 46900 46901 46902 46903 46904 46905 46906 46907 46908 46909 46910 46911 46912 46913 46914 46915 46916 46917 46918 46919 46920 46921 46922 46923 46924 46925 46926 46927 46928 46929 46930 46931 46932 46933 46934 46935 46936 46937 46938 46939 46940 46941 46942 46943 46944 46945 46946 46947 46948 46949 46950 46951 46952 46953 46954 46955 46956 46957 46958 46959 46960 46961 46962 46963 46964 46965 46966 46967 46968 46969 46970 46971 46972 46973 46974 46975 46976 46977 46978 46979 46980 46981 46982 46983 46984 46985 46986 46987 46988 46989 46990 46991 46992 46993 46994 46995 46996 46997 46998 46999 47000 47001 47002 47003 47004 47005 47006 47007 47008 47009 47010 47011 47012 47013 47014 47015 47016 47017 47018 47019 47020 47021 47022 47023 47024 47025 47026 47027 47028 47029 47030 47031 47032 47033 47034 47035 47036 47037 47038 47039 47040 47041 47042 47043 47044 47045 47046 47047 47048 47049 47050 47051 47052 47053 47054 47055 47056 47057 47058 47059 47060 47061 47062 47063 47064 47065 47066 47067 47068 47069 47070 47071 47072 47073 47074 47075 47076 47077 47078 47079 47080 47081 47082 47083 47084 47085 47086 47087 47088 47089 47090 47091 47092 47093 47094 47095 47096 47097 47098 47099 47100 47101 47102 47103 47104 47105 47106 47107 47108 47109 47110 47111 47112 47113 47114 47115 47116 47117 47118 47119 47120 47121 47122 47123 47124 47125 47126 47127 47128 47129 47130 47131 47132 47133 47134 47135 47136 47137 47138 47139 47140 47141 47142 47143 47144 47145 47146 47147 47148 47149 47150 47151 47152 47153 47154 47155 47156 47157 47158 47159 47160 47161 47162 47163 47164 47165 47166 47167 47168 47169 47170 47171 47172 47173 47174 47175 47176 47177 47178 47179 47180 47181 47182 47183 47184 47185 47186 47187 47188 47189 47190 47191 47192 47193 47194 47195 47196 47197 47198 47199 47200 47201 47202 47203 47204 47205 47206 47207 47208 47209 47210 47211 47212 47213 47214 47215 47216 47217 47218 47219 47220 47221 47222 47223 47224 47225 47226 47227 47228 47229 47230 47231 47232 47233 47234 47235 47236 47237 47238 47239 47240 47241 47242 47243 47244 47245 47246 47247 47248 47249 47250 47251 47252 47253 47254 47255 47256 47257 47258 47259 47260 47261 47262 47263 47264 47265 47266 47267 47268 47269 47270 47271 47272 47273 47274 47275 47276 47277 47278 47279 47280 47281 47282 47283 47284 47285 47286 47287 47288 47289 47290 47291 47292 47293 47294 47295 47296 47297 47298 47299 47300 47301 47302 47303 47304 47305 47306 47307 47308 47309 47310 47311 47312 47313 47314 47315 47316 47317 47318 47319 47320 47321 47322 47323 47324 47325 47326 47327 47328 47329 47330 47331 47332 47333 47334 47335 47336 47337 47338 47339 47340 47341 47342 47343 47344 47345 47346 47347 47348 47349 47350 47351 47352 47353 47354 47355 47356 47357 47358 47359 47360 47361 47362 47363 47364 47365 47366 47367 47368 47369 47370 47371 47372 47373 47374 47375 47376 47377 47378 47379 47380 47381 47382 47383 47384 47385 47386 47387 47388 47389 47390 47391 47392 47393 47394 47395 47396 47397 47398 47399 47400 47401 47402 47403 47404 47405 47406 47407 47408 47409 47410 47411 47412 47413 47414 47415 47416 47417 47418 47419 47420 47421 47422 47423 47424 47425 47426 47427 47428 47429 47430 47431 47432 47433 47434 47435 47436 47437 47438 47439 47440 47441 47442 47443 47444 47445 47446 47447 47448 47449 47450 47451 47452 47453 47454 47455 47456 47457 47458 47459 47460 47461 47462 47463 47464 47465 47466 47467 47468 47469 47470 47471 47472 47473 47474 47475 47476 47477 47478 47479 47480 47481 47482 47483 47484 47485 47486 47487 47488 47489 47490 47491 47492 47493 47494 47495 47496 47497 47498 47499 47500 47501 47502 47503 47504 47505 47506 47507 47508 47509 47510 47511 47512 47513 47514 47515 47516 47517 47518 47519 47520 47521 47522 47523 47524 47525 47526 47527 47528 47529 47530 47531 47532 47533 47534 47535 47536 47537 47538 47539 47540 47541 47542 47543 47544 47545 47546 47547 47548 47549 47550 47551 47552 47553 47554 47555 47556 47557 47558 47559 47560 47561 47562 47563 47564 47565 47566 47567 47568 47569 47570 47571 47572 47573 47574 47575 47576 47577 47578 47579 47580 47581 47582 47583 47584 47585 47586 47587 47588 47589 47590 47591 47592 47593 47594 47595 47596 47597 47598 47599 47600 47601 47602 47603 47604 47605 47606 47607 47608 47609 47610 47611 47612 47613 47614 47615 47616 47617 47618 47619 47620 47621 47622 47623 47624 47625 47626 47627 47628 47629 47630 47631 47632 47633 47634 47635 47636 47637 47638 47639 47640 47641 47642 47643 47644 47645 47646 47647 47648 47649 47650 47651 47652 47653 47654 47655 47656 47657 47658 47659 47660 47661 47662 47663 47664 47665 47666 47667 47668 47669 47670 47671 47672 47673 47674 47675 47676 47677 47678 47679 47680 47681 47682 47683 47684 47685 47686 47687 47688 47689 47690 47691 47692 47693 47694 47695 47696 47697 47698 47699 47700 47701 47702 47703 47704 47705 47706 47707 47708 47709 47710 47711 47712 47713 47714 47715 47716 47717 47718 47719 47720 47721 47722 47723 47724 47725 47726 47727 47728 47729 47730 47731 47732 47733 47734 47735 47736 47737 47738 47739 47740 47741 47742 47743 47744 47745 47746 47747 47748 47749 47750 47751 47752 47753 47754 47755 47756 47757 47758 47759 47760 47761 47762 47763 47764 47765 47766 47767 47768 47769 47770 47771 47772 47773 47774 47775 47776 47777 47778 47779 47780 47781 47782 47783 47784 47785 47786 47787 47788 47789 47790 47791 47792 47793 47794 47795 47796 47797 47798 47799 47800 47801 47802 47803 47804 47805 47806 47807 47808 47809 47810 47811 47812 47813 47814 47815 47816 47817 47818 47819 47820 47821 47822 47823 47824 47825 47826 47827 47828 47829 47830 47831 47832 47833 47834 47835 47836 47837 47838 47839 47840 47841 47842 47843 47844 47845 47846 47847 47848 47849 47850 47851 47852 47853 47854 47855 47856 47857 47858 47859 47860 47861 47862 47863 47864 47865 47866 47867 47868 47869 47870 47871 47872 47873 47874 47875 47876 47877 47878 47879 47880 47881 47882 47883 47884 47885 47886 47887 47888 47889 47890 47891 47892 47893 47894 47895 47896 47897 47898 47899 47900 47901 47902 47903 47904 47905 47906 47907 47908 47909 47910 47911 47912 47913 47914 47915 47916 47917 47918 47919 47920 47921 47922 47923 47924 47925 47926 47927 47928 47929 47930 47931 47932 47933 47934 47935 47936 47937 47938 47939 47940 47941 47942 47943 47944 47945 47946 47947 47948 47949 47950 47951 47952 47953 47954 47955 47956 47957 47958 47959 47960 47961 47962 47963 47964 47965 47966 47967 47968 47969 47970 47971 47972 47973 47974 47975 47976 47977 47978 47979 47980 47981 47982 47983 47984 47985 47986 47987 47988 47989 47990 47991 47992 47993 47994 47995 47996 47997 47998 47999 48000 48001 48002 48003 48004 48005 48006 48007 48008 48009 48010 48011 48012 48013 48014 48015 48016 48017 48018 48019 48020 48021 48022 48023 48024 48025 48026 48027 48028 48029 48030 48031 48032 48033 48034 48035 48036 48037 48038 48039 48040 48041 48042 48043 48044 48045 48046 48047 48048 48049 48050 48051 48052 48053 48054 48055 48056 48057 48058 48059 48060 48061 48062 48063 48064 48065 48066 48067 48068 48069 48070 48071 48072 48073 48074 48075 48076 48077 48078 48079 48080 48081 48082 48083 48084 48085 48086 48087 48088 48089 48090 48091 48092 48093 48094 48095 48096 48097 48098 48099 48100 48101 48102 48103 48104 48105 48106 48107 48108 48109 48110 48111 48112 48113 48114 48115 48116 48117 48118 48119 48120 48121 48122 48123 48124 48125 48126 48127 48128 48129 48130 48131 48132 48133 48134 48135 48136 48137 48138 48139 48140 48141 48142 48143 48144 48145 48146 48147 48148 48149 48150 48151 48152 48153 48154 48155 48156 48157 48158 48159 48160 48161 48162 48163 48164 48165 48166 48167 48168 48169 48170 48171 48172 48173 48174 48175 48176 48177 48178 48179 48180 48181 48182 48183 48184 48185 48186 48187 48188 48189 48190 48191 48192 48193 48194 48195 48196 48197 48198 48199 48200 48201 48202 48203 48204 48205 48206 48207 48208 48209 48210 48211 48212 48213 48214 48215 48216 48217 48218 48219 48220 48221 48222 48223 48224 48225 48226 48227 48228 48229 48230 48231 48232 48233 48234 48235 48236 48237 48238 48239 48240 48241 48242 48243 48244 48245 48246 48247 48248 48249 48250 48251 48252 48253 48254 48255 48256 48257 48258 48259 48260 48261 48262 48263 48264 48265 48266 48267 48268 48269 48270 48271 48272 48273 48274 48275 48276 48277 48278 48279 48280 48281 48282 48283 48284 48285 48286 48287 48288 48289 48290 48291 48292 48293 48294 48295 48296 48297 48298 48299 48300 48301 48302 48303 48304 48305 48306 48307 48308 48309 48310 48311 48312 48313 48314 48315 48316 48317 48318 48319 48320 48321 48322 48323 48324 48325 48326 48327 48328 48329 48330 48331 48332 48333 48334 48335 48336 48337 48338 48339 48340 48341 48342 48343 48344 48345 48346 48347 48348 48349 48350 48351 48352 48353 48354 48355 48356 48357 48358 48359 48360 48361 48362 48363 48364 48365 48366 48367 48368 48369 48370 48371 48372 48373 48374 48375 48376 48377 48378 48379 48380 48381 48382 48383 48384 48385 48386 48387 48388 48389 48390 48391 48392 48393 48394 48395 48396 48397 48398 48399 48400 48401 48402 48403 48404 48405 48406 48407 48408 48409 48410 48411 48412 48413 48414 48415 48416 48417 48418 48419 48420 48421 48422 48423 48424 48425 48426 48427 48428 48429 48430 48431 48432 48433 48434 48435 48436 48437 48438 48439 48440 48441 48442 48443 48444 48445 48446 48447 48448 48449 48450 48451 48452 48453 48454 48455 48456 48457 48458 48459 48460 48461 48462 48463 48464 48465 48466 48467 48468 48469 48470 48471 48472 48473 48474 48475 48476 48477 48478 48479 48480 48481 48482 48483 48484 48485 48486 48487 48488 48489 48490 48491 48492 48493 48494 48495 48496 48497 48498 48499 48500 48501 48502 48503 48504 48505 48506 48507 48508 48509 48510 48511 48512 48513 48514 48515 48516 48517 48518 48519 48520 48521 48522 48523 48524 48525 48526 48527 48528 48529 48530 48531 48532 48533 48534 48535 48536 48537 48538 48539 48540 48541 48542 48543 48544 48545 48546 48547 48548 48549 48550 48551 48552 48553 48554 48555 48556 48557 48558 48559 48560 48561 48562 48563 48564 48565 48566 48567 48568 48569 48570 48571 48572 48573 48574 48575 48576 48577 48578 48579 48580 48581 48582 48583 48584 48585 48586 48587 48588 48589 48590 48591 48592 48593 48594 48595 48596 48597 48598 48599 48600 48601 48602 48603 48604 48605 48606 48607 48608 48609 48610 48611 48612 48613 48614 48615 48616 48617 48618 48619 48620 48621 48622 48623 48624 48625 48626 48627 48628 48629 48630 48631 48632 48633 48634 48635 48636 48637 48638 48639 48640 48641 48642 48643 48644 48645 48646 48647 48648 48649 48650 48651 48652 48653 48654 48655 48656 48657 48658 48659 48660 48661 48662 48663 48664 48665 48666 48667 48668 48669 48670 48671 48672 48673 48674 48675 48676 48677 48678 48679 48680 48681 48682 48683 48684 48685 48686 48687 48688 48689 48690 48691 48692 48693 48694 48695 48696 48697 48698 48699 48700 48701 48702 48703 48704 48705 48706 48707 48708 48709 48710 48711 48712 48713 48714 48715 48716 48717 48718 48719 48720 48721 48722 48723 48724 48725 48726 48727 48728 48729 48730 48731 48732 48733 48734 48735 48736 48737 48738 48739 48740 48741 48742 48743 48744 48745 48746 48747 48748 48749 48750 48751 48752 48753 48754 48755 48756 48757 48758 48759 48760 48761 48762 48763 48764 48765 48766 48767 48768 48769 48770 48771 48772 48773 48774 48775 48776 48777 48778 48779 48780 48781 48782 48783 48784 48785 48786 48787 48788 48789 48790 48791 48792 48793 48794 48795 48796 48797 48798 48799 48800 48801 48802 48803 48804 48805 48806 48807 48808 48809 48810 48811 48812 48813 48814 48815 48816 48817 48818 48819 48820 48821 48822 48823 48824 48825 48826 48827 48828 48829 48830 48831 48832 48833 48834 48835 48836 48837 48838 48839 48840 48841 48842 48843 48844 48845 48846 48847 48848 48849 48850 48851 48852 48853 48854 48855 48856 48857 48858 48859 48860 48861 48862 48863 48864 48865 48866 48867 48868 48869 48870 48871 48872 48873 48874 48875 48876 48877 48878 48879 48880 48881 48882 48883 48884 48885 48886 48887 48888 48889 48890 48891 48892 48893 48894 48895 48896 48897 48898 48899 48900 48901 48902 48903 48904 48905 48906 48907 48908 48909 48910 48911 48912 48913 48914 48915 48916 48917 48918 48919 48920 48921 48922 48923 48924 48925 48926 48927 48928 48929 48930 48931 48932 48933 48934 48935 48936 48937 48938 48939 48940 48941 48942 48943 48944 48945 48946 48947 48948 48949 48950 48951 48952 48953 48954 48955 48956 48957 48958 48959 48960 48961 48962 48963 48964 48965 48966 48967 48968 48969 48970 48971 48972 48973 48974 48975 48976 48977 48978 48979 48980 48981 48982 48983 48984 48985 48986 48987 48988 48989 48990 48991 48992 48993 48994 48995 48996 48997 48998 48999 49000 49001 49002 49003 49004 49005 49006 49007 49008 49009 49010 49011 49012 49013 49014 49015 49016 49017 49018 49019 49020 49021 49022 49023 49024 49025 49026 49027 49028 49029 49030 49031 49032 49033 49034 49035 49036 49037 49038 49039 49040 49041 49042 49043 49044 49045 49046 49047 49048 49049 49050 49051 49052 49053 49054 49055 49056 49057 49058 49059 49060 49061 49062 49063 49064 49065 49066 49067 49068 49069 49070 49071 49072 49073 49074 49075 49076 49077 49078 49079 49080 49081 49082 49083 49084 49085 49086 49087 49088 49089 49090 49091 49092 49093 49094 49095 49096 49097 49098 49099 49100 49101 49102 49103 49104 49105 49106 49107 49108 49109 49110 49111 49112 49113 49114 49115 49116 49117 49118 49119 49120 49121 49122 49123 49124 49125 49126 49127 49128 49129 49130 49131 49132 49133 49134 49135 49136 49137 49138 49139 49140 49141 49142 49143 49144 49145 49146 49147 49148 49149 49150 49151 49152 49153 49154 49155 49156 49157 49158 49159 49160 49161 49162 49163 49164 49165 49166 49167 49168 49169 49170 49171 49172 49173 49174 49175 49176 49177 49178 49179 49180 49181 49182 49183 49184 49185 49186 49187 49188 49189 49190 49191 49192 49193 49194 49195 49196 49197 49198 49199 49200 49201 49202 49203 49204 49205 49206 49207 49208 49209 49210 49211 49212 49213 49214 49215 49216 49217 49218 49219 49220 49221 49222 49223 49224 49225 49226 49227 49228 49229 49230 49231 49232 49233 49234 49235 49236 49237 49238 49239 49240 49241 49242 49243 49244 49245 49246 49247 49248 49249 49250 49251 49252 49253 49254 49255 49256 49257 49258 49259 49260 49261 49262 49263 49264 49265 49266 49267 49268 49269 49270 49271 49272 49273 49274 49275 49276 49277 49278 49279 49280 49281 49282 49283 49284 49285 49286 49287 49288 49289 49290 49291 49292 49293 49294 49295 49296 49297 49298 49299 49300 49301 49302 49303 49304 49305 49306 49307 49308 49309 49310 49311 49312 49313 49314 49315 49316 49317 49318 49319 49320 49321 49322 49323 49324 49325 49326 49327 49328 49329 49330 49331 49332 49333 49334 49335 49336 49337 49338 49339 49340 49341 49342 49343 49344 49345 49346 49347 49348 49349 49350 49351 49352 49353 49354 49355 49356 49357 49358 49359 49360 49361 49362 49363 49364 49365 49366 49367 49368 49369 49370 49371 49372 49373 49374 49375 49376 49377 49378 49379 49380 49381 49382 49383 49384 49385 49386 49387 49388 49389 49390 49391 49392 49393 49394 49395 49396 49397 49398 49399 49400 49401 49402 49403 49404 49405 49406 49407 49408 49409 49410 49411 49412 49413 49414 49415 49416 49417 49418 49419 49420 49421 49422 49423 49424 49425 49426 49427 49428 49429 49430 49431 49432 49433 49434 49435 49436 49437 49438 49439 49440 49441 49442 49443 49444 49445 49446 49447 49448 49449 49450 49451 49452 49453 49454 49455 49456 49457 49458 49459 49460 49461 49462 49463 49464 49465 49466 49467 49468 49469 49470 49471 49472 49473 49474 49475 49476 49477 49478 49479 49480 49481 49482 49483 49484 49485 49486 49487 49488 49489 49490 49491 49492 49493 49494 49495 49496 49497 49498 49499 49500 49501 49502 49503 49504 49505 49506 49507 49508 49509 49510 49511 49512 49513 49514 49515 49516 49517 49518 49519 49520 49521 49522 49523 49524 49525 49526 49527 49528 49529 49530 49531 49532 49533 49534 49535 49536 49537 49538 49539 49540 49541 49542 49543 49544 49545 49546 49547 49548 49549 49550 49551 49552 49553 49554 49555 49556 49557 49558 49559 49560 49561 49562 49563 49564 49565 49566 49567 49568 49569 49570 49571 49572 49573 49574 49575 49576 49577 49578 49579 49580 49581 49582 49583 49584 49585 49586 49587 49588 49589 49590 49591 49592 49593 49594 49595 49596 49597 49598 49599 49600 49601
2003/09/03  Daouda Lo  <daouda at mandrakesoft.com>

	* standalone/drakhelp: 
	  - change to handle documentaion system other than drakxtools one (for
	instance MandrakeGalaxy)

2003/09/03  François Pons  <fpons at mandrakesoft.com>

	* standalone/drakautoinst: fixed missing import of ugtk2

	* mdk-stage1/init-data/msgboot-graphicallogo.img.bz2: created simple image
	from 9.2 install isolinux pictures for floppy.

2003/09/03  Pablo Saratxaga  <pablo at mandrakesoft.com>

	* lang.pm: use command line parameter to specify traditional or simplified
	style
	for Chinput

2003/09/03  Pixel  <pixel at mandrakesoft.com>

	* pixmaps/mouse_3b_middle.png, pixmaps/mouse_3b_left.png,
	pixmaps/mouse_3b.xpm, pixmaps/mouse_3b_mini.xpm, pixmaps/mouse_left.xpm,
	pixmaps/mouse_3b+.png, pixmaps/mouse_3b+_middle.png,
	pixmaps/mouse_middle.xpm, pixmaps/mouse_3b.png,
	pixmaps/mouse_2b_right.png, pixmaps/arrow_down.xpm,
	pixmaps/arrow_up.xpm, pixmaps/mouse_2b_left.png,
	pixmaps/mouse_right.xpm, pixmaps/mouse_3b+_mini.xpm,
	pixmaps/mouse_3b+.xpm, pixmaps/arrow_up.png, pixmaps/mouse_2b.png,
	pixmaps/arrow_down.png, pixmaps/mouse_3b_right.png, mouse.pm: 
	  - much cleanup in test_mouse()
	  - new images for mouse test (thanks to Jerome Villette)

	* install_steps_interactive.pm, install_steps_stdio.pm,
	install_steps_auto_install.pm, install_steps_newt.pm, install_steps.pm: 
	  - move call to ->charsetChanged from install_steps_interactive to
	install_steps
	so that we can use it in install_steps_auto_install_non_interactive
	  - don't overload ->selectLanguage to call lang::load_console_font(),
	overload ->charsetChanged instead

	* diskdrake/hd_gtk.pm, diskdrake/interactive.pm: require resize_fat::main
	when needed (fix bug #5204)

2003/09/03  Stew Benedict  <sbenedict at mandrakesoft.com>

	* standalone/drakbackup: Last untranslated string.  Rework banner with
	title ala rpmdrake.
	Fix some untranslated strings - Arpad Biro

2003/09/02  Alice Lafox  <alice at lafox.com.ua>

	* share/po/ru.po: fixed some errors in license message

2003/09/02  Fabian Mandelbaum  <fabman at 2vias.com.ar>

	* share/po/es.po: Updated Spanish translations

2003/09/02  François Pons  <fpons at mandrakesoft.com>

	* install_steps_gtk.pm: fixed duplicate entries in src architecture.

	* pkgs.pm: fixed XFree86-75dpi-fonts not available (seems like a problem
	with length of
	rpmsrate computation, strange as it fails now and not before).

2003/09/02  Pablo Saratxaga  <pablo at mandrakesoft.com>

	* share/po/eu.po: updated Basque and Farsi files
	updated po files

	* share/po/fa.po: updated Basque and Farsi files

	* share/po/hu.po: updated po files

	* share/fonts.tar.bz2: updated 12x13 bitmap font (replaced hebrew glyphs
	with a copy from
	nachlieli font, under gpl)

	* share/po/fi.po, share/po/pt.po: Updated Finnish and Portuguese files

2003/09/02  Pixel  <pixel at mandrakesoft.com>

	* lang.pm: do not disable arabic completly (tis very ugly to do this,
	better remove the
	arabic choice!)

	* fs.pm: add description for option "umask=0" (bug #4310)

	* share/po/Makefile: do not translate in arabic during install since
	there's no font available

2003/09/02  Till Kamppeter  <till at mandrakesoft.com>

	* printer/printerdrake.pm: Fixed major number of libsane-hpoj.

	* standalone/printerdrake: Prevent main window crash when queue list gets
	empty by deleting all
	print queues.

2003/09/02  Thierry Vignaud  <tvignaud at mandrakesoft.com>

	* share/po/fr.po: update french translation

	* share/po/br.po: update

2003/09/01  gbeauchesne

	* drakxtools.spec: Fix lsnsetdrake on AMD64

2003/09/01  Guillaume Cottenceau  <gc at mandrakesoft.com>

	* ugtk2.pm: _ask_file: don't forget to overwrite $o->{window} as well or
	else
	it will be ->show'ed as a blank window (#5083)

2003/09/01  keld

	* share/po/da.po: Update
	soft/urpmi/po/da.po gi/perl-install/share/po/da.po

2003/09/01  Pablo Saratxaga  <pablo at mandrakesoft.com>

	* share/po/zh_CN.po, share/po/ru.po, share/po/de.po, share/po/vi.po,
	share/po/sk.po, share/po/sq.po, share/po/az.po, share/po/da.po,
	share/po/uk.po: updated Azeri, Albanian, Ucrainian, Vietnamese and
	Chinese files

	* share/po/pt.po: updated Portuguese file

	* share/po/uz@Cyrl.po, share/po/uz.po, share/po/cs.po: updated Czech and
	Uzbek files

	* share/po/bs.po, share/po/nb.po: updated Bosnian and Nrowegian files

	* share/po/he.po: updated Hebrew file

2003/09/01  Pixel  <pixel at mandrakesoft.com>

	* pkgs.pm: oops, really kill gconfd silently
	don't warn when killing /usr/lib/gconfd-2 when runs in background

	* tools/ntp_servers.pl: update to new timezone.pm and adapt to new web
	page listing ntp servers

	* timezone.pm: update stratum 2 ntp servers

	* install_steps.pm, any.pm: chksession gives GNOME for gnome, not Gnome

2003/09/01  siegel

	* share/po/de.po: updates german translation

2003/09/01  Thierry Vignaud  <tvignaud at mandrakesoft.com>

	* standalone/printerdrake: do not explicitely reject embedding there, it
	has to be done in mcc.
	else, mcc wait forever for rpmdrake to embed in, then display an error
	dialog explaining that rpmdrake has failled (since it exited before
	displaying anything in mcc...)

2003/08/31  Pixel  <pixel at mandrakesoft.com>

	* fs.pm: don't check ext3 filesystems nor mount them as ext2 during
	upgrade (bug #5067)

2003/08/31  tpittich

	* share/po/sk.po: updated slovak translation

2003/08/31  Thierry Vignaud  <tvignaud at mandrakesoft.com>

	* standalone/drakedm: in non expert mode, only display the list of
	*installed* display managers.
	(interface team request)
	if no dm is installed, then switch back to expert mode behaviour and
	display
	all dm and install them if needed.
	explanations now work again thanks to pixel, no need to duplicate them

	* share/po/fr.po: fix draksec french translation

	* standalone/drakfloppy: fix dialogs height: replace"small" option by
	"height" & "weight" ones
	rationale: make thecommon path be the easiest one to set up (and make
	the
	uncommon path be the hardest one to follow)

	* standalone/harddrake2: harddrake2 help dialog: use the new scrolled
	dialog API for scrolled labels
	fix dialogs height: replace"small" option by "height" & "weight" ones
	rationale: make thecommon path be the easiest one to set up (and make
	the
	uncommon path be the hardest one to follow)

	* drakxtools.spec: 9.2-6mdk
	conflicts with older drakxtools doc due to new ctxhelp (drakhelp being
	broken
	until ctxhelp module is splited out as perl-MDK-Doc)
	requires perl-Gtk2 >= 0.95-6mdk for working XSetInputFocus()
	since we renewed network profiles feature, we shall require netprofile
	for
	drakconnect

	* ugtk2.pm (create_dialog) do not scroll labels by default
	fix dialogs height: replace"small" option by "height" & "weight" ones
	rationale: make thecommon path be the easiest one to set up (and make
	the
	uncommon path be the hardest one to follow)

	* standalone/drakconnect: fix profiles list refreshing
	fix dialogs height: replace"small" option by "height" & "weight" ones
	rationale: make thecommon path be the easiest one to set up (and make
	the
	uncommon path be the hardest one to follow)

2003/08/30  Alice Lafox  <alice at lafox.com.ua>

	* share/po/ru.po: current updates

2003/08/30  Arkadiusz Lipiec  <alipiec at elka.pw.edu.pl>

	* share/po/pl.po: Updated

2003/08/30  Pablo Saratxaga  <pablo at mandrakesoft.com>

	* share/po/et.po, share/po/pt.po: updated Estonian and Portuguese files

	* share/po/hu.po: updated Hungarian file

2003/08/30  Pixel  <pixel at mandrakesoft.com>

	* Makefile: since XFree86-VGA16-3.3.6-29mdk is bad, insist on having
	XFree86-VGA16 28mdk instead

2003/08/30  Till Kamppeter  <till at mandrakesoft.com>

	* standalone/icons/wiz_printerdrake.png: Updated head image for
	add-printer wizard to have the new printerdrake icon.

	* pixmaps/printer_del.png, pixmaps/printer_conf.png,
	pixmaps/slpash-drakeprint-2.png, pixmaps/about.png,
	pixmaps/unselected.png, pixmaps/cups_config.png,
	pixmaps/printer_add.png, pixmaps/selected.png, pixmaps/refresh.png,
	pixmaps/redhat-config-users.png, pixmaps/printerdrake.png,
	pixmaps/printer_default.png, pixmaps/help.png: Re-uploaded binary files
	added with "cvs add -kb ...".
	Binary files uploaded without "cvs add -kb ...", removed for re-upload.

2003/08/29  Pixel  <pixel at mandrakesoft.com>

	* bootloader.pm: set {perImageAppend} to the append= line from the default
	entry or the first image= entry

	* ugtk2.pm: set_minmax_width was commented which caused the individual
	package selection
	tree to be to large (fix bug #4548 #4865)

2003/08/30  Arkadiusz Lipiec  <alipiec at elka.pw.edu.pl>

	* share/po/pl.po: Updated

2003/08/30  Pixel  <pixel at mandrakesoft.com>

	* Makefile: since XFree86-VGA16-3.3.6-29mdk is bad, insist on having
	XFree86-VGA16 28mdk instead

2003/08/30  Till Kamppeter  <till at mandrakesoft.com>

	* standalone/icons/wiz_printerdrake.png: Updated head image for
	add-printer wizard to have the new printerdrake icon.

2003/08/29  Damien Chaumette  <dchaumette at mandrakesoft.com>

	* network/adsl.pm: remove system("cp..."); (I suck so much...)

2003/08/29  François Pons  <fpons at mandrakesoft.com>

	* pkgs.pm: try to make sure additional CD are taken into account if low
	memory available
	for configuring urpmi.

2003/08/29  gbeauchesne

	* modules.pm: no imm/ppa on ia64

2003/08/29  keld

	* share/po/da.po: Updates
	soft/menu-messages/da.po soft/GtkMdkWidgets/po/da.po
	soft/urpmi/po/da.po soft/wizard_perl/po/da.po
	gi/perl-install/share/po/da.po

2003/08/29  Pablo Saratxaga  <pablo at mandrakesoft.com>

	* share/po/ko.po, share/po/sl.po, share/po/vi.po, share/po/mt.po,
	share/po/af.po, share/po/tr.po, share/po/sk.po, share/po/ja.po,
	share/po/hr.po, share/po/ga.po, share/po/nl.po, share/po/nb.po,
	share/po/he.po, share/po/az.po, share/po/fa.po, share/po/cy.po,
	share/po/et.po, share/po/lv.po, share/po/uz@Cyrl.po, share/po/lt.po,
	share/po/sv.po, share/po/zh_TW.po, share/po/eu.po, share/po/wa.po,
	share/po/bs.po, share/po/sr@Latn.po, share/po/de.po, share/po/is.po,
	share/po/ro.po, share/po/ru.po, share/po/bg.po, share/po/pl.po,
	share/po/ms.po, share/po/eo.po, share/po/tg.po, share/po/ta.po,
	share/po/id.po, share/po/sq.po, share/po/da.po, share/po/ca.po,
	share/po/gl.po, share/po/uz.po, share/po/el.po, share/po/fi.po,
	share/po/it.po, share/po/th.po, share/po/ar.po, share/po/es.po,
	share/po/be.po, share/po/DrakX.pot, share/po/fr.po, share/po/sr.po,
	share/po/pt.po, share/po/pt_BR.po, share/po/hu.po: updated pot file

	* share/po/uk.po, share/po/cs.po, share/po/zh_CN.po: updated pot file
	updated Czech, Ukrainian and Chinese files

2003/08/29  Pixel  <pixel at mandrakesoft.com>

	* bootloader.pm: set {perImageAppend} to the append= line from the default
	entry or the first image= entry

	* ugtk2.pm: set_minmax_width was commented which caused the individual
	package selection
	tree to be to large (fix bug #4548 #4865)

2003/08/29  Till Kamppeter  <till at mandrakesoft.com>

	* pixmaps/unselected.png, pixmaps/printer_conf.png,
	pixmaps/cups_config.png, pixmaps/printer_del.png,
	pixmaps/printer_add.png, pixmaps/refresh.png, pixmaps/printerdrake.png,
	pixmaps/selected.png, standalone/printerdrake,
	pixmaps/printer_default.png, pixmaps/redhat-config-users.png,
	pixmaps/help.png, pixmaps/slpash-drakeprint-2.png, pixmaps/about.png:
	New GTK2-based main window for printerdrake (only after installation).

	* printer/printerdrake.pm: Do not show hidden options in the options
	dialog.
	Enabled Wizards in embedded mode. They work there now!

2003/08/29  Thierry Vignaud  <tvignaud at mandrakesoft.com>

	* network/netconnect.pm: restore profiles feature through new netprofile
	package

	* ctxhelp.pm: provided by mandrake_doc-drakxtools-LL

	* drakxtools.spec: 9.2-5mdk

	* standalone/drakconnect: restore profiles feature
	fix title when not embedded (print right number of network interfaces
	instead of displaying a big random number)

	* share/po/fr.po: translation just means translation, not gratuitously
	speaking about
	the whole universe

2003/08/29  Warly  <warly at mandrakesoft.com>

	* share/rpmsrate: major cleaning

2003/08/28  Arkadiusz Lipiec  <alipiec at elka.pw.edu.pl>

	* share/po/pl.po: Partially updated
	Updated

2003/08/28  Fabian Mandelbaum  <fabman at 2vias.com.ar>

	* share/po/es.po: Updated Spanish translations

2003/08/28  Frederic Lepied  <flepied at mandrakesoft.com>

	* share/rpmsrate: removed drakprofile

	* share/compssUsers, share/compssUsers.desktop: select Documentation for
	all classes

2003/08/28  Pablo Saratxaga  <pablo at mandrakesoft.com>

	* share/po/nb.po: updated Norwegian file

2003/08/28  Pixel  <pixel at mandrakesoft.com>

	* install_steps.pm: don't install autologin if using KDE or Gnome desktop
	(not needed nor used)

	* any.pm: 
	  - configure /etc/sysconfig/autologin in case of xdm, but remove it if
	kde/gnome
	  - create any::sessions()
	if there is only one users and meta_class is discovery, choose autologin
	without asking

2003/08/28  Till Kamppeter  <till at mandrakesoft.com>

	* printer/printerdrake.pm: Moved some stuff from mainwindow_interactive()
	to main() and init() as
	it has nothing to do with the main window.

2003/08/28  Thierry Vignaud  <tvignaud at mandrakesoft.com>

	* standalone/drakconnect: fix dialogs heigh

	* ugtk2.pm (create_dialog) enable to pass an already created Gtk2::Label

2003/08/28  Daouda Lo  <daouda at mandrakesoft.com>

	* ctxhelp.pm: 
	  - put ctxhelp modules to prevent broken drakx build

2003/08/28  Damien Chaumette  <dchaumette at mandrakesoft.com>

	* network/adsl.pm: fix #4372

2003/08/28  Frederic Lepied  <flepied at mandrakesoft.com>

	* share/compssUsers.desktop, share/compssUsers: select Documentation for
	all classes

	* share/rpmsrate: removed drakprofile
	removed linuxconf and gnome-network

2003/08/28  François Pons  <fpons at mandrakesoft.com>

	* share/compssUsers: make selected=all by default (so that RC1 (in
	meta_class=download will see them)

2003/08/28  Guillaume Cottenceau  <gc at mandrakesoft.com>

	* detect_devices.pm: detect a laptop if cpu name contains "mobile" as many
	recent laptops are in that case (in case other means would fail)

2003/08/28  Pablo Saratxaga  <pablo at mandrakesoft.com>

	* share/po/uz.po, share/po/uz@Cyrl.po: updated Uzbek files

	* share/po/fi.po: updated Finnish file

	* share/po/et.po: updated Estonian file

2003/08/28  Pixel  <pixel at mandrakesoft.com>

	* standalone.pm: fix MDK::Common::* explainations

	* install_steps.pm: don't install autologin if using KDE or Gnome desktop
	(not needed nor used)

	* any.pm: 
	  - configure /etc/sysconfig/autologin in case of xdm, but remove it if
	kde/gnome
	  - create any::sessions()
	if there is only one users and meta_class is discovery, choose autologin
	without asking

2003/08/28  Thierry Vignaud  <tvignaud at mandrakesoft.com>

	* standalone.pm (output) remove buggy warn

	* install_gtk.pm: fix direction setting for bidi (need perl-Gtk2-0.95-5mdk
	though)

	* ugtk2.pm (create_dialog) enable to pass an already created Gtk2::Label

2003/08/27  Pablo Saratxaga  <pablo at mandrakesoft.com>

	* share/po/hu.po: updated Hungarian file

	* share/po/he.po: updated Hebrew file

2003/08/27  Thierry Vignaud  <tvignaud at mandrakesoft.com>

	* any.pm, printer/cups.pm: fix pot regeneration at package build time

	* drakxtools.spec: 9.2-4mdk

2003/08/27  Alice Lafox  <alice at lafox.com.ua>

	* share/po/ru.po: updated

2003/08/27  Daouda Lo  <daouda at mandrakesoft.com>

	* standalone/diskdrake: 
	  - new drakhelp call schema

	* standalone/drakhelp: 
	  - perl-checker
	  - New drakhelp to increase accuracy in help system
	  - contextual help

	* standalone/drakconnect, standalone/harddrake2, standalone/drakbackup: 
	  - new drakhelp args

	* standalone/drakbug: 
	  - help connects to qa.mandrakesoft.com

2003/08/27  Damien Chaumette  <dchaumette at mandrakesoft.com>

	* standalone/drakboot: typo fix

	* network/adsl.pm: fix firmware name (shame on me)
	fix #4363 (titi's so beautiful)

2003/08/27  Fabian Mandelbaum  <fabman at 2vias.com.ar>

	* share/po/es.po: Updated Spanish translations

2003/08/27  Guillaume Cottenceau  <gc at mandrakesoft.com>

	* install_interactive.pm: scandisk is not enough! you can destroy your
	windows XP if you
	don't use chkdsk and then ntfsresize is used on a buggy partition
	(drakx should detect it via ntfsresize though), running chkdsk is
	*mandatory*

2003/08/27  nplanel

	* any.pm: Now acpi=ht to prevent HT detection only

	* install_steps.pm: fixup last hack
	Now acpi=ht to prevent HT detection only

2003/08/27  Pablo Saratxaga  <pablo at mandrakesoft.com>

	* share/po/cs.po: updated Czech file
	updated pot file

	* share/po/nl.po: updated po file
	updated pot file

	* share/po/he.po: updated Hebrew file
	updated pot file

	* share/po/sr@Latn.po, share/po/sk.po, share/po/eo.po, share/po/bg.po,
	share/po/zh_TW.po, share/po/sv.po, share/po/sr.po, share/po/ta.po,
	share/po/sl.po, share/po/lt.po, share/po/it.po, share/po/es.po,
	share/po/el.po, share/po/pt_BR.po, share/po/eu.po, share/po/ca.po,
	share/po/ru.po, share/po/pl.po, share/po/id.po, share/po/mt.po,
	share/po/da.po, share/po/lv.po, share/po/ga.po, share/po/be.po,
	share/po/uz@Cyrl.po, share/po/zh_CN.po, share/po/ja.po, share/po/ms.po,
	share/po/is.po, share/po/ko.po, share/po/ar.po, share/po/af.po,
	share/po/fr.po, share/po/de.po, share/po/fi.po, share/po/et.po,
	share/po/gl.po, share/po/tr.po, share/po/bs.po, share/po/tg.po,
	share/po/uz.po, share/po/hr.po, share/po/ro.po, share/po/wa.po,
	share/po/cy.po, share/po/th.po, share/po/vi.po, share/po/DrakX.pot,
	share/po/az.po: updated pot file

	* share/po/nb.po: updated Norwegian file
	updated pot file
	updated Norwegian file

	* share/po/hu.po: updated Hungarian file
	updated pot file

	* share/po/uk.po, share/po/fa.po, share/po/sq.po, share/po/pt.po: updated
	pot file
	updated Farsi, Portuguese, Albanian and Ukrainian files

2003/08/27  Till Kamppeter  <till at mandrakesoft.com>

	* printer/main.pm: Determine default printer already when reading in the
	queue data,
	this is much faster than running "foomatic-configure" a second time.

	* printer/cups.pm: Added lpstat_lpv() function to list remotely defined
	printers with
	description and location.

2003/08/27  Thierry Vignaud  <tvignaud at mandrakesoft.com>

	* share/po/fr.po: let draconnect banner fit in french

	* standalone/drakconnect: rename vbox2 as param_vbox
	remove useless bbox8 (due to use of std dialog button box)
	get rid of useless/badly named bbox0
	rename combo1 as profile_combo
	  - fix hostname setting
	  - set hostname at the same time we apply dns changes, that is when one
	ask to apply changes

	* drakxtools.spec: 9.2-4mdk

	* any.pm, printer/cups.pm: fix pot regeneration at package build time

	* harddrake/v4l.pm: resync with current bttv card and tuner lists

2003/08/26  Alice Lafox  <alice at lafox.com.ua>

	* share/po/ru.po: current update

2003/08/26  Damien Chaumette  <dchaumette at mandrakesoft.com>

	* standalone/drakfont: fix buttons sensitive behavior

2003/08/26  François Pons  <fpons at mandrakesoft.com>

	* install2.pm: alias meta_class=discovery with meta_class=desktop

	* share/compssUsers: added [selected=default] for all section which needed
	to be selected
	(approximative map of existing packages).

	* share/compssUsers.desktop: added [selected=desktop] when needed (same as
	default selection (PowerPack) but
	Gnome is removed).

	* install_steps_interactive.pm: drop security level selection for desktop
	user.
	do not ask user for group selection if desktop meta class is used.

	* install_any.pm: added default compssUsers group selection from
	compssUser file directly (use
	[selected=...] where ... is a list of comma separated meta_class (or
	default for
	no meta_class or all for all meta_class).
	fixed all radeon card are using 3D for 3D package group.

	* share/compssUsers.server: added [selected=server] for groups to be
	selected by default.

	* pkgs.pm: get selected list from compssUsers for readCompssUsers.

2003/08/26  Pablo Saratxaga  <pablo at mandrakesoft.com>

	* share/po/hu.po, share/po/et.po: updated Estonian, Finnish, Hungarian,
	Norwegian and Swedish files
	updated pot file
	updated Estonian, Hungarian and Ukrainian files

	* share/po/uk.po: updated pot file
	updated Estonian, Hungarian and Ukrainian files

	* share/po/sv.po, share/po/nb.po, share/po/fi.po: updated Estonian,
	Finnish, Hungarian, Norwegian and Swedish files
	updated pot file

	* share/po/pt.po: updated Portuguese file
	updated pot file

	* share/po/sr@Latn.po, share/po/sk.po, share/po/eo.po, share/po/bg.po,
	share/po/zh_TW.po, share/po/sr.po, share/po/ta.po, share/po/sl.po,
	share/po/lt.po, share/po/it.po, share/po/es.po, share/po/el.po,
	share/po/pt_BR.po, share/po/he.po, share/po/eu.po, share/po/ca.po,
	share/po/ru.po, share/po/pl.po, share/po/id.po, share/po/mt.po,
	share/po/da.po, share/po/lv.po, share/po/ga.po, share/po/be.po,
	share/po/uz@Cyrl.po, share/po/cs.po, share/po/fa.po, share/po/zh_CN.po,
	share/po/ja.po, share/po/ms.po, share/po/is.po, share/po/ko.po,
	share/po/ar.po, share/po/af.po, share/po/nl.po, share/po/fr.po,
	share/po/de.po, share/po/sq.po, share/po/gl.po, share/po/tr.po,
	share/po/bs.po, share/po/tg.po, share/po/uz.po, share/po/hr.po,
	share/po/ro.po, share/po/wa.po, share/po/cy.po, share/po/th.po,
	share/po/vi.po, share/po/DrakX.pot, share/po/az.po: updated pot file

	* lang.pm: updated list of available kde-i18n-xx packages

	* share/fonts.tar.bz2: updated Nimbus Sans font with more cyrillic glyphs

2003/08/26  Pixel  <pixel at mandrakesoft.com>

	* any.pm: install "autofs" pkg when using ldap (thanks to Buchan Milne)

	* share/po/i18n_compssUsers: adapt to new flag [selected=...]

2003/08/26  Till Kamppeter  <till at mandrakesoft.com>

	* pixmaps/printer-mdk.png: Updated icon for printerdrake's dialog windows.

2003/08/26  Thierry Vignaud  <tvignaud at mandrakesoft.com>

	* drakxtools.spec: 9.2-3mdk

	* standalone/drakconnect: hide profile in "internet config" dialog if
	profiles are disabled
	fix "Internet Connection Configuration" dialog does not show up its
	contents
	rename --gui option as --skip-wizard option on interface team request
	only write conf & install packages on exit (Ok press) if something
	really has been altered so that we do not write the config twice if
	the user already pressed the "apply" button
	  - "Configure hostname..." button: offer to configure DNS too
	  - (configure_hostname) kill it since it only duplicate code from
	network/*pm
	still more dialogs cleanups
	add --gui in order to start in "mcc" state (aka not in wizard mode)
	more dialog misusage and some indent fixes
	enfore gc style for gtk+2 widgets creation
	more layout fixes: cance/ok order coherency, no VBoxes/HButtonBoxes
	abuses, ...
	(configure_net) Gtk2::Dialog main area is already a vbox, so it's
	useless to pack a vbox there idem for action area and Gtk2::HButtonBox
	(get_intf_status) kill duplicate
	net & lan configuration dialogs: prevent one to do concurrent config
	changes from the gui
	(sensitive_buttons) fix it
	  - only allow to run one wizard at once (insensitive button if one is
	already started)
	  - reload the configuration once the wizard exited
	  - prevent one to do concurrent config changes from the gui while the
	  wizard is run (proper fix involve both fix modality/transcientness
	  when embedded and running the wizard within the same process instead
	  of forking it]

	* network/drakfirewall.pm: fix pkg to install for samba

2003/08/26  Damien Chaumette  <dchaumette at mandrakesoft.com>

	* standalone/drakfont: fix buttons sensitive behavior

2003/08/26  François Pons  <fpons at mandrakesoft.com>

	* install_steps_interactive.pm: drop security level selection for desktop
	user.
	do not ask user for group selection if desktop meta class is used.

	* pkgs.pm: get selected list from compssUsers for readCompssUsers.

	* share/compssUsers.server: added [selected=server] for groups to be
	selected by default.

	* share/compssUsers.desktop: added [selected=desktop] when needed (same as
	default selection (PowerPack) but
	Gnome is removed).

	* share/compssUsers: added [selected=default] for all section which needed
	to be selected
	(approximative map of existing packages).

	* install_any.pm: added default compssUsers group selection from
	compssUser file directly (use
	[selected=...] where ... is a list of comma separated meta_class (or
	default for
	no meta_class or all for all meta_class).
	fixed all radeon card are using 3D for 3D package group.

2003/08/26  Pablo Saratxaga  <pablo at mandrakesoft.com>

	* share/po/et.po, share/po/uk.po, share/po/hu.po: updated Estonian,
	Hungarian and Ukrainian files

2003/08/26  Pixel  <pixel at mandrakesoft.com>

	* share/po/i18n_compssUsers: adapt to new flag [selected=...]

	* any.pm: install "autofs" pkg when using ldap (thanks to Buchan Milne)

	* keyboard.pm: 
	  - don't set XkbCompat to group_led, it's better to use grp_led:scroll
	in
	XkbOptions
	  - also set compose:rwin if GRP_TOGGLE is not rwin_toggle. rationale:
		  Also, for multilayout keyboards, it would be nice to also
		  in XkbOptions "compose:rwin" to define the right windows
		  key as the compose key (unless "rwin_toggle" has been
		  choosen to toggle the layouts) "compose:rwin" is the
		  default when loading a single latin layout, but is lost
		  when loading several layouts...

	* fs.pm: use fs=ext2:vfat or fs=udf:iso9600 for supermount (it needs
	supermount-ng)

2003/08/26  Till Kamppeter  <till at mandrakesoft.com>

	* pixmaps/printer-mdk.png: Updated icon for printerdrake's dialog windows.

2003/08/26  Thierry Vignaud  <tvignaud at mandrakesoft.com>

	* drakxtools.spec: more last bits for 9.2-2mdk for lord pixel
	9.2-2mdk

	* standalone/drakconnect: still more dialogs cleanups
	add --gui in order to start in "mcc" state (aka not in wizard mode)
	more dialog misusage and some indent fixes
	enfore gc style for gtk+2 widgets creation
	more layout fixes: cance/ok order coherency, no VBoxes/HButtonBoxes
	abuses, ...
	(configure_net) Gtk2::Dialog main area is already a vbox, so it's
	useless to pack a vbox there idem for action area and Gtk2::HButtonBox
	(get_intf_status) kill duplicate
	net & lan configuration dialogs: prevent one to do concurrent config
	changes from the gui
	(sensitive_buttons) fix it
	  - only allow to run one wizard at once (insensitive button if one is
	already started)
	  - reload the configuration once the wizard exited
	  - prevent one to do concurrent config changes from the gui while the
	  wizard is run (proper fix involve both fix modality/transcientness
	  when embedded and running the wizard within the same process instead
	  of forking it]

	* modules.pm (add_alias) override current setting when adding an alias

	* harddrake/sound.pm, standalone/service_harddrake: while bootstrapping,
	only write /etc/modules.conf only if we really altered it
	(thus preventing depmod to be runned everytime)

2003/08/26  François Pons  <fpons at mandrakesoft.com>

	* pkgs.pm: get selected list from compssUsers for readCompssUsers.

	* install_steps_interactive.pm: drop security level selection for desktop
	user.
	do not ask user for group selection if desktop meta class is used.

	* share/compssUsers.server: added [selected=server] for groups to be
	selected by default.

	* share/compssUsers: added [selected=default] for all section which needed
	to be selected
	(approximative map of existing packages).

	* install_any.pm: added default compssUsers group selection from
	compssUser file directly (use
	[selected=...] where ... is a list of comma separated meta_class (or
	default for
	no meta_class or all for all meta_class).
	fixed all radeon card are using 3D for 3D package group.

	* share/compssUsers.desktop: added [selected=desktop] when needed (same as
	default selection (PowerPack) but
	Gnome is removed).

2003/08/26  Pixel  <pixel at mandrakesoft.com>

	* standalone/diskdrake: do embed WebDAV configuration (fix bug #4703)

	* any.pm: install "autofs" pkg when using ldap (thanks to Buchan Milne)

	* diskdrake/dav.pm: focus_first on the webdav server field

	* keyboard.pm: 
	  - don't set XkbCompat to group_led, it's better to use grp_led:scroll
	in
	XkbOptions
	  - also set compose:rwin if GRP_TOGGLE is not rwin_toggle. rationale:
		  Also, for multilayout keyboards, it would be nice to also
		  in XkbOptions "compose:rwin" to define the right windows
		  key as the compose key (unless "rwin_toggle" has been
		  choosen to toggle the layouts) "compose:rwin" is the
		  default when loading a single latin layout, but is lost
		  when loading several layouts...

	* fs.pm: use fs=ext2:vfat or fs=udf:iso9600 for supermount (it needs
	supermount-ng)

2003/08/26  Till Kamppeter  <till at mandrakesoft.com>

	* pixmaps/printer-mdk.png: Updated icon for printerdrake's dialog windows.

2003/08/26  Thierry Vignaud  <tvignaud at mandrakesoft.com>

	* drakxtools.spec: more last bits for 9.2-2mdk for lord pixel
	9.2-2mdk

	* modules.pm (add_alias) override current setting when adding an alias

	* standalone/drakconnect: add --gui in order to start in "mcc" state (aka
	not in wizard mode)
	more dialog misusage and some indent fixes
	enfore gc style for gtk+2 widgets creation
	more layout fixes: cance/ok order coherency, no VBoxes/HButtonBoxes
	abuses, ...
	(configure_net) Gtk2::Dialog main area is already a vbox, so it's
	useless to pack a vbox there idem for action area and Gtk2::HButtonBox
	(get_intf_status) kill duplicate
	net & lan configuration dialogs: prevent one to do concurrent config
	changes from the gui
	(sensitive_buttons) fix it
	  - only allow to run one wizard at once (insensitive button if one is
	already started)
	  - reload the configuration once the wizard exited
	  - prevent one to do concurrent config changes from the gui while the
	  wizard is run (proper fix involve both fix modality/transcientness
	  when embedded and running the wizard within the same process instead
	  of forking it]

	* harddrake/data.pm: explain data struct

	* harddrake/sound.pm, standalone/service_harddrake: while bootstrapping,
	only write /etc/modules.conf only if we really altered it
	(thus preventing depmod to be runned everytime)

2003/08/26  Pixel  <pixel at mandrakesoft.com>

	* diskdrake/dav.pm: focus_first on the webdav server field

	* keyboard.pm: 
	  - don't set XkbCompat to group_led, it's better to use grp_led:scroll
	in
	XkbOptions
	  - also set compose:rwin if GRP_TOGGLE is not rwin_toggle. rationale:
		  Also, for multilayout keyboards, it would be nice to also
		  in XkbOptions "compose:rwin" to define the right windows
		  key as the compose key (unless "rwin_toggle" has been
		  choosen to toggle the layouts) "compose:rwin" is the
		  default when loading a single latin layout, but is lost
		  when loading several layouts...

	* any.pm: install "autofs" pkg when using ldap (thanks to Buchan Milne)

	* fs.pm: use fs=ext2:vfat or fs=udf:iso9600 for supermount (it needs
	supermount-ng)

	* standalone/diskdrake: do embed WebDAV configuration (fix bug #4703)

2003/08/26  Till Kamppeter  <till at mandrakesoft.com>

	* printer/main.pm: If an HPOJ-controlled HP MF device on a parallel port
	has an URI with
	model reference (and not port number) tell at least in the menues that
	it is on a parallel port.

	* printer/printerdrake.pm: Let names of automatically generated queues not
	contain the word "Series".

2003/08/26  Thierry Vignaud  <tvignaud at mandrakesoft.com>

	* modules.pm (add_alias) override current setting when adding an alias

	* standalone/service_harddrake, harddrake/sound.pm: while bootstrapping,
	only write /etc/modules.conf only if we really altered it
	(thus preventing depmod to be runned everytime)

	* harddrake/data.pm: explain data struct

	* drakxtools.spec: more last bits for 9.2-2mdk for lord pixel
	9.2-2mdk

2003/08/25  Alice Lafox  <alice at lafox.com.ua>

	* share/po/ru.po: update

2003/08/25  Fabian Mandelbaum  <fabman at 2vias.com.ar>

	* share/po/es.po: Updated Spanish translations

2003/08/25  Pablo Saratxaga  <pablo at mandrakesoft.com>

	* share/po/fa.po: updated po file
	updated pot file

	* share/po/uz@Cyrl.po, share/po/id.po, share/po/be.po, share/po/ru.po,
	share/po/ja.po, share/po/he.po, share/po/ga.po, share/po/tr.po,
	share/po/ms.po, share/po/hr.po, share/po/uz.po, share/po/nb.po,
	share/po/ko.po, share/po/es.po, share/po/zh_CN.po, share/po/cy.po,
	share/po/zh_TW.po, share/po/eu.po, share/po/vi.po, share/po/eo.po,
	share/po/tg.po, share/po/sr@Latn.po, share/po/DrakX.pot, share/po/th.po,
	share/po/lt.po, share/po/cs.po, share/po/sr.po, share/po/pt.po,
	share/po/nl.po, share/po/hu.po, share/po/is.po, share/po/fr.po,
	share/po/uk.po, share/po/sv.po, share/po/de.po, share/po/ca.po,
	share/po/bs.po, share/po/et.po, share/po/lv.po, share/po/az.po,
	share/po/it.po, share/po/ro.po, share/po/wa.po, share/po/af.po,
	share/po/pl.po, share/po/sk.po, share/po/pt_BR.po, share/po/mt.po,
	share/po/da.po, share/po/ta.po, share/po/fi.po, share/po/sq.po,
	share/po/el.po, share/po/ar.po, share/po/gl.po, share/po/sl.po,
	share/po/bg.po: updated pot file

2003/08/25  Till Kamppeter  <till at mandrakesoft.com>

	* printer/main.pm: Distinguish between printers "Configured on this
	machine" and
	"Configured on other machines", not any more "Local Printers" and
	"Remote Printers", so the current dialog is compatible to the new GTK2
	dialog.
	Fixed recognition of installed parallel HPOJ-driven MF devices.

	* printer/cups.pm: Distinguish between printers "Configured on this
	machine" and
	"Configured on other machines", not any more "Local Printers" and
	"Remote Printers", so the current dialog is compatible to the new GTK2
	dialog.

	* printer/printerdrake.pm: Distinguish between printers "Configured on
	this machine" and
	"Configured on other machines", not any more "Local Printers" and
	"Remote Printers", so the current dialog is compatible to the new GTK2
	dialog.
	  - Modularized the function main() to have separate subroutines for
	adding, setting as default, editing, and removing a printer (for new
	  main window).
	  - Cleaned up the code of the former function main().
	  - Re-activated the wizard mode for adding a printer, it works again!

2003/08/25  Thierry Vignaud  <tvignaud at mandrakesoft.com>

	* standalone/drakboot: fix drakboot always showing advanced stuff even
	when --expert was not
	passed

	* share/po/fr.po: update french translation

	* network/netconnect.pm: fix drakconnect not working on console (found by
	poulpy) due to having
	killed pre_func() which used to set a background pixmap in the old
	days, thus the bogus test that went in.

	* drakxtools.spec: 9.2-1mdk

2003/08/25  Fabian Mandelbaum  <fabman at 2vias.com.ar>

	* share/po/es.po: Updated Spanish translations

2003/08/25  Stew Benedict  <sbenedict at mandrakesoft.com>

	* standalone/drakTermServ: Add /etc/modules for local hardware config.

2003/08/25  Till Kamppeter  <till at mandrakesoft.com>

	* printer/main.pm: Fixed recognition of installed parallel HPOJ-driven MF
	devices.

	* printer/detect.pm: Removed use of "parport_probe", we do not need to
	support kernel 2.2.x
	any more.

2003/08/25  Thierry Vignaud  <tvignaud at mandrakesoft.com>

	* network/netconnect.pm: fix drakconnect not working on console (found by
	poulpy) due to having
	killed pre_func() which used to set a background pixmap in the old
	days, thus the bogus test that went in.

	* standalone/drakfloppy: this tool really is gtk2 ported, so do not trash
	languages not handled
	by gtk+-1.x

2003/08/24  Pablo Saratxaga  <pablo at mandrakesoft.com>

	* share/po/hu.po, share/po/zh_CN.po, share/po/fa.po, share/po/uk.po,
	share/po/eu.po: updated Basque, Farsi, Hungarian, Ukrainian and Chinese
	files

2003/08/24  Till Kamppeter  <till at mandrakesoft.com>

	* printer/main.pm: Adapted version mark in HPOJ config files to the
	current HPOJ.
	  - Fixed expert/normal mode switch (it will perhaps be removed, but a
	working switch makes the further development easier).
	  - Added connectionstr() function which produces a human-readable
	  string for the connection type, needed for new main window.
	  - Added missing parantheses (there was a warning complaining about
	this).

	* printer/printerdrake.pm: Made the HP DeskJet 450 really being recognized
	as a printer needing HPOJ.
	Added HP DeskJet 450 to the models which need HPOJ.
	  - Fixed expert/normal mode switch (it will perhaps be removed, but a
	working switch makes the further development easier).
	  - Added connectionstr() function which produces a human-readable
	  string for the connection type, needed for new main window.
	  - Added missing parantheses (there was a warning complaining about
	this).

2003/08/24  Thierry Vignaud  <tvignaud at mandrakesoft.com>

	* drakxtools.spec: require a perl-Gtk2 that properly handle perl
	exceptions in gtk+ callbacks
	typo fix

2003/08/23  Alice Lafox  <alice at lafox.com.ua>

	* share/po/ru.po: updated

2003/08/23  Pablo Saratxaga  <pablo at mandrakesoft.com>

	* share/po/hu.po, share/po/zh_CN.po, share/po/eu.po: updated pot file
	updated Basque, Hungarian and Chinese files

	* share/po/ta.po, share/po/pt_BR.po, share/po/fr.po, share/po/de.po,
	share/po/cy.po, share/po/lv.po, share/po/DrakX.pot, share/po/sv.po,
	share/po/he.po, share/po/cs.po, share/po/fi.po, share/po/ca.po,
	share/po/ms.po, share/po/ja.po, share/po/bs.po, share/po/bg.po,
	share/po/th.po, share/po/mt.po, share/po/el.po, share/po/et.po,
	share/po/wa.po, share/po/pl.po, share/po/fa.po, share/po/uk.po,
	share/po/uz@Cyrl.po, share/po/nl.po, share/po/is.po, share/po/it.po,
	share/po/sq.po, share/po/es.po, share/po/id.po, share/po/ko.po,
	share/po/tr.po, share/po/be.po, share/po/hr.po, share/po/vi.po,
	share/po/sr@Latn.po, share/po/az.po, share/po/ar.po, share/po/nb.po,
	share/po/eo.po, share/po/gl.po, share/po/sl.po, share/po/ru.po,
	share/po/pt.po, share/po/sk.po, share/po/af.po, share/po/tg.po,
	share/po/lt.po, share/po/ga.po, share/po/zh_TW.po, share/po/da.po,
	share/po/ro.po, share/po/uz.po, share/po/sr.po: updated pot file

2003/08/23  Till Kamppeter  <till at mandrakesoft.com>

	* handle_configs.pm: if_($A, $B) got extremely slow, replaced by ( $A ? $B
	: () ).

2003/08/23  tpittich

	* share/po/sk.po: updated slovak translation

2003/08/23  Thierry Vignaud  <tvignaud at mandrakesoft.com>

	* ugtk2.pm: as discussed with david, gc, laurent & pixel early this week,
	since
	gtk+ dialogs are HIG-ed and since most drakxtools' explicit gtk+
	windows follow cancel/ok order for now, let implicit windows (that is
	interactive written ones) follow the same order in standalone mode.
	after release, we'll have to make ugtk2 handle one more abstractions,
	that is taking some buttons callbacks, add buttons that have callbacks
	and pack them in kde or gnome order depending of interface team
	decision or maybe of runtime detection of desktop.

	* standalone/icons/non-editable.png: add new icon for drakperm

	* standalone/drakperm: rename $treeModel as $model since it really is a
	ListModel, not a
	TreeModel anymore (cosmetic)
	  - disable up button when selected rule is the first one
	  - disable down button when selected rule is the latest one or when
	next rule is non editable
	always add newly created setting at top of editable settings so that
	we're we can sort them since they're no non editable items between old
	& new editable ones
	once we start to alter settings ordering, we need to save it on exit;
	so just tell it to drakperm
	  - fix gtk bug on moving down line
	  - merge moving up & down callbacks
	  - we do not have a hierarchy, so just use a s/tree/list/

	* share/po/fr.po: a few more translations
	translate last remaining non translated languages with google help

	* drakxtools.spec: 9.2-0.35mdk
	9.2-0.34mdk

2003/08/22  Damien Chaumette  <dchaumette at mandrakesoft.com>

	* network/adsl.pm: typo fix s/succeed/succeeded/

2003/08/22  Fabian Mandelbaum  <fabman at 2vias.com.ar>

	* share/po/es.po: updated Spanish translations

2003/08/22  Guillaume Cottenceau  <gc at mandrakesoft.com>

	* tools/cvslog2changelog.pl: add erwan

	* share/po/fr.po: fix titi

	* interactive/gtk.pm: fix keyboard browsing in treeviews not always
	centering on
	selected row (workaround gtk2 bug not honouring centering on the
	given row if node was closed by updating ui before requesting the
	scrolling to the cell)

2003/08/22  Pablo Saratxaga  <pablo at mandrakesoft.com>

	* share/po/nb.po: updated Norwegian file
	updated pot file

	* share/po/ru.po: updated Russian file
	updated pot file

	* share/po/ta.po, share/po/pt_BR.po, share/po/fr.po, share/po/de.po,
	share/po/cy.po, share/po/lv.po, share/po/DrakX.pot, share/po/sv.po,
	share/po/hu.po, share/po/he.po, share/po/fi.po, share/po/ca.po,
	share/po/ms.po, share/po/ja.po, share/po/bs.po, share/po/zh_CN.po,
	share/po/bg.po, share/po/th.po, share/po/eu.po, share/po/mt.po,
	share/po/el.po, share/po/et.po, share/po/wa.po, share/po/pl.po,
	share/po/fa.po, share/po/uk.po, share/po/uz@Cyrl.po, share/po/nl.po,
	share/po/is.po, share/po/it.po, share/po/sq.po, share/po/es.po,
	share/po/id.po, share/po/ko.po, share/po/tr.po, share/po/be.po,
	share/po/hr.po, share/po/vi.po, share/po/sr@Latn.po, share/po/az.po,
	share/po/ar.po, share/po/eo.po, share/po/gl.po, share/po/sl.po,
	share/po/pt.po, share/po/sk.po, share/po/af.po, share/po/tg.po,
	share/po/lt.po, share/po/ga.po, share/po/zh_TW.po, share/po/da.po,
	share/po/ro.po, share/po/uz.po, share/po/sr.po: updated pot file

	* lang.pm: use "Sans" as default font name

	* share/po/cs.po: updated po file
	updated pot file

2003/08/22  Stew Benedict  <sbenedict at mandrakesoft.com>

	* standalone/drakbackup: fix crash on file select of "Other"
	finish custom cron configuration - normal users can now do cron backups

2003/08/22  Till Kamppeter  <till at mandrakesoft.com>

	* printer/detect.pm: Adapted to scli 0.2.12.

	* printer/printerdrake.pm, printer/main.pm: Support for the new
	"ptal://..." (two slashes) URIs of the new HPOJ.

2003/08/22  Thierry Vignaud  <tvignaud at mandrakesoft.com>

	* interactive/gtk.pm (ask_fromW) split $set_advanced into $set_advanced
	and
	$set_advanced_raw to fix drakconnect "failling" to detect network
	interfaces in standalone mode when in expert mode

	* standalone/draksec: translate default value in help tooltips too
	CJK fixes: use newly introduced Gtk2::WrappedLabel package

	* network/drakfirewall.pm: offer samba in services list

	* standalone/drakperm: renew drakperm gui (interface team feedback):
	  - indicate if current setting is editable or not
	  - only display current security level, editable settings or both

	* ugtk2.pm: CJK fixes: use newly introduced Gtk2::WrappedLabel package
	introduce Gtk2::WrappedLabel to factorize fixed labels for CJK
	languages
	(gtkset_line_wrap) export it

	* share/po/fr.po: update french translation
	minor fix (due to ala latex format used in draksec)
	update french translation
	update french translation
	update french translation
	translate draksec main label

2003/08/21  Damien Chaumette  <dchaumette at mandrakesoft.com>

	* network/adsl.pm: 
	  - more use info in load_firmware_floppy
	  - catch no floppy in drive error
	  - catch wizcancel
	  - add '-e 1' pppoa option for speedtouch USB
	  - N_ instead of N, won't translate twice (guillaume has the greatest
	member)

	* network/modem.pm: fix no winmodem message/behavior

2003/08/21  Fabian Mandelbaum  <fabman at 2vias.com.ar>

	* share/po/es.po: Updated Spanish translations

2003/08/21  Pablo Saratxaga  <pablo at mandrakesoft.com>

	* share/po/nl.po: updated Dutch file

	* network/adsl.pm: s/alcatel/Alcatel/

	* share/po/zh_CN.po: updated Chinese file

	* share/po/fr.po: updated French file

	* share/po/cs.po: updated Czech file

2003/08/21  Pixel  <pixel at mandrakesoft.com>

	* diskdrake/resize_ntfs.pm: display the error returned by ntfsresize (need
	i18n though)

	* standalone/draksec: fix english (thanks to Reinout van Schouwen)

	* bootloader.pm: have bootsplash also for smp & enterprise kernels

	* ugtk2.pm: only access $::o->{mouse}{unsafe} during install

	* modules.pm: don't care if insmod'ing ohci1394 fail (bug #1972)

2003/08/21  Thierry Vignaud  <tvignaud at mandrakesoft.com>

	* ugtk2.pm: 
	  - (gtkset_line_wrap) introduce a Gtk2::Label wrapper for
	set_line_wrap()
	  - (create_box_with_title)
	  o factorize label creation
	  o fix label wrongly wrap cjk languages by enabling its wrapping
	    (real bugs is that GtkLabel does not really know its geometry: see
	    gtk+ bugs #118045, #118046, #101968 and #104188)
	move ugtk2 related language fixes into ugtk2 jail

	* harddrake/sound.pm: typo fixes from Arpad Biro

	* standalone.pm: move ugtk2 related language fixes into ugtk2 jail

	* standalone/harddrake2: workaround gtk bug #118047

2003/08/21  Alice Lafox  <alice at lafox.com.ua>

	* share/po/ru.po: updated to current pot

2003/08/21  Damien Chaumette  <dchaumette at mandrakesoft.com>

	* network/modem.pm: fix no winmodem message/behavior

	* network/adsl.pm: 
	  - allow user to copy firmware from a floppy
	  - fix 'previous' behavior
	  - change wrong url

	* share/po/id.po, share/po/af.po, share/po/hr.po, share/po/eo.po,
	share/po/de.po, share/po/ar.po, share/po/zh_TW.po, share/po/nb.po,
	share/po/fr.po, share/po/ko.po, share/po/el.po, share/po/da.po,
	share/po/sr@Latn.po, share/po/lt.po, share/po/eu.po, share/po/nl.po,
	share/po/he.po, share/po/tr.po, share/po/wa.po, share/po/uz@Cyrl.po,
	share/po/ta.po, share/po/pl.po, share/po/az.po, share/po/be.po,
	share/po/mt.po, share/po/uk.po, share/po/hu.po, share/po/uz.po,
	share/po/fa.po, share/po/ja.po, share/po/it.po, share/po/pt.po,
	share/po/ro.po, share/po/sq.po, share/po/sk.po, share/po/ru.po,
	share/po/fi.po, share/po/gl.po, share/po/cs.po, share/po/sv.po,
	share/po/th.po, share/po/es.po, share/po/sl.po, share/po/lv.po,
	share/po/ca.po, share/po/sr.po, share/po/pt_BR.po, share/po/vi.po,
	share/po/tg.po, share/po/cy.po, share/po/zh_CN.po, share/po/bg.po,
	share/po/is.po, share/po/ga.po, share/po/et.po, share/po/bs.po: fix
	firmware url

2003/08/21  Fabian Mandelbaum  <fabman at 2vias.com.ar>

	* share/po/es.po: Updated Spanish translations

2003/08/21  François Pons  <fpons at mandrakesoft.com>

	* pkgs.pm: use perl-URPM 0.94
	really fixed bad content generated.
	fixed next key block not taken into accound.

	* install_any.pm: updated with new perl-URPM 0.94 (simplified code)
	avoid 0 to be dumped in urpmi.cfg :(
	added some log when importing pbukey block and when key id have been
	found.
	make sure other key are added to urpmi.cfg when imported.

2003/08/21  Guillaume Cottenceau  <gc at mandrakesoft.com>

	* mdk-stage1/pcmcia_/merge_from_pcitable: also display probe.c entries
	that are completely missing from pcitable

	* mdk-stage1/pcmcia_/probe.c: 0x1524 0x1411 is a yenta_socket on Asus
	Pundit machine (laurent at pschit.net)

	* share/rpmsrate: s/freeciv/freeciv-client/

2003/08/21  keld

	* share/po/da.po: updates
	soft/GtkMdkWidgets/po/da.po soft/mdkkdm/po/da.po
	soft/urpmi/po/da.po soft/userdrake2/po/da.po
	gi/perl-install/share/po/da.po

2003/08/21  Pablo Saratxaga  <pablo at mandrakesoft.com>

	* share/po/nl.po: updated Dutch file
	updated pot file

	* share/po/zh_CN.po: updated Chinese file
	updated pot file

	* standalone/drakbackup: fixed English typos

	* share/po/fr.po: updated French file
	updated pot file

	* share/po/cs.po: updated Czech file
	updated pot file

	* standalone/logdrake: Changed back NC() to N() (functionality will be
	merged)
	definition and use of an NC() function (translation with context, kde
	like)

	* share/po/id.po, share/po/af.po, share/po/hr.po, share/po/eo.po,
	share/po/de.po, share/po/ar.po, share/po/zh_TW.po, share/po/nb.po,
	share/po/ko.po, share/po/el.po, share/po/da.po, share/po/sr@Latn.po,
	share/po/lt.po, share/po/eu.po, share/po/he.po, share/po/tr.po,
	share/po/wa.po, share/po/uz@Cyrl.po, share/po/ta.po, share/po/pl.po,
	share/po/az.po, share/po/be.po, share/po/mt.po, share/po/uk.po,
	share/po/hu.po, share/po/uz.po, share/po/fa.po, share/po/ja.po,
	share/po/it.po, share/po/pt.po, share/po/ro.po, share/po/sq.po,
	share/po/sk.po, share/po/ru.po, share/po/fi.po, share/po/gl.po,
	share/po/sv.po, share/po/th.po, share/po/es.po, share/po/DrakX.pot,
	share/po/sl.po, share/po/lv.po, share/po/ca.po, share/po/sr.po,
	share/po/pt_BR.po, share/po/vi.po, share/po/tg.po, share/po/ms.po,
	share/po/cy.po, share/po/bg.po, share/po/is.po, share/po/ga.po,
	share/po/et.po, share/po/bs.po: updated pot file

	* common.pm: perl_checker complain avout using N(@_) so NC() has been
	rewritten as
	a duplicate of N() plus one line
	definition and use of an NC() function (translation with context, kde
	like)

2003/08/21  Pixel  <pixel at mandrakesoft.com>

	* fs.pm: when umount fails, try killing fam and trying again

	* diskdrake/resize_ntfs.pm: display the error returned by ntfsresize (need
	i18n though)

	* Xconfig/card.pm: don't propose XF3 when $force_xf4
	fix typo ($::force_xf4 doesn't exist anymore)

	* ugtk2.pm: only access $::o->{mouse}{unsafe} during install

	* partition_table.pm: 
	  - fix call to openit()
	  - replace *F with $F

	* fsedit.pm: simplify
	allocatePartitions() resulted in a small unallocated area at the end of
	the
	drive when:
	  - suggest_part() reserves some room for the other partitions which are
	going to
	be added next. For maxsize limited partition, it reserves maxsize (if
	maxsize
	is reached)
	  - suggest_part() which adds the last partition limited by maxsize can
	be
	called on a partition a little bigger than maxsize due to cylinder
	boundary
	adjustments on previous partition creations. In that case, it doesn't
	use the
	full area.
	It occured for example with the current $fsedit::suggestions{server}.
	The fix chosen is to ensure the last suggest_part() is called with a
	size
	defined as maxsize <= size < maxsize + cylinder_size.

	* modules.pm: don't care if insmod'ing ohci1394 fail (bug #1972)

	* standalone/draksec: fix english (thanks to Reinout van Schouwen)

	* Xconfig/test.pm: fix typo
	  - use $TMPDIR before using $HOME/tmp
	  - if $HOME doesn't exist, it will use /tmp which is safe when using
	secured_file()

	* common.pm: no need for NC(), doing it in translate() in any case

2003/08/21  Thierry Vignaud  <tvignaud at mandrakesoft.com>

	* standalone/drakxtv: only offer to configure xawtv if bttv was configured
	fix warnings with diagnostics pragma

	* drakxtools.spec: 9.2-0.33mdk

	* ugtk2.pm: move ugtk2 related language fixes into ugtk2 jail
	chinese badly wrap with labels too
	the scrolled text is correctly sized, so do not let it compete with
	the options box and the advanced box for availlable space

	* harddrake/sound.pm: typo fixes from Arpad Biro

	* standalone.pm: move ugtk2 related language fixes into ugtk2 jail
	set $::o in standalone mode too (because of guillaume fixes for "pango
	vs cjk" match)

	* harddrake/v4l.pm: return ok/cancel state

2003/08/21  Pixel  <pixel at mandrakesoft.com>

	* fsedit.pm: simplify
	allocatePartitions() resulted in a small unallocated area at the end of
	the
	drive when:
	  - suggest_part() reserves some room for the other partitions which are
	going to
	be added next. For maxsize limited partition, it reserves maxsize (if
	maxsize
	is reached)
	  - suggest_part() which adds the last partition limited by maxsize can
	be
	called on a partition a little bigger than maxsize due to cylinder
	boundary
	adjustments on previous partition creations. In that case, it doesn't
	use the
	full area.
	It occured for example with the current $fsedit::suggestions{server}.
	The fix chosen is to ensure the last suggest_part() is called with a
	size
	defined as maxsize <= size < maxsize + cylinder_size.

2003/08/20  erwan

	* share/rpmsrate: Decreasing weight of pbs (pro),
	Increasing weight of ScalablePBS & Maui

2003/08/20  Fabian Mandelbaum  <fabman at 2vias.com.ar>

	* share/po/es.po: Updated Spanish translations

2003/08/20  François Pons  <fpons at mandrakesoft.com>

	* mouse.pm: added emulate wheel support (a bit hacky though) (bug 3976)

	* install_any.pm: added missing require.
	added pubkey and rpmdb key importation.

	* Xconfig/parse.pm: fix bug 3976.

	* pkgs.pm: added pubkey support for medium.

	* share/list: added URPM::Signature module needed to parse pubkey and
	import them to rpmdb.

2003/08/20  gbeauchesne

	* tools/x86_64/busybox: Add busybox/amd64 compiled with dietlibc

	* c/smp.c: Use x86 smp detection scheme on amd64 instead of the ugly dmesg
	workaround.

	* mdk-stage1/pcmcia_/cardmgr.c: Use "%p" specifier as "Base" is likely to
	be an address.

	* mdk-stage1/ppp/pppd/sys-linux.c: Use <net/if_arp.h> thusly bypassing
	need for <linux/byteorder/generic.h>

	* Makefile: Use busybox in stage2 on AMD64

2003/08/20  Guillaume Cottenceau  <gc at mandrakesoft.com>

	* share/fonts.tar.bz2: re-put etc/fonts/fonts.conf, pablo removed it in
	previous commit, it broke the whole installation program starting up :)

	* tools/make_lang_png_transparent.c: this file allows to make an
	antialiased black-on-white png, antialiased black-on-transparent
	it's used for perl-install/pixmaps/langs/lang-*.png

	* pixmaps/langs/lang-ve.png, pixmaps/langs/lang-gu.png,
	pixmaps/langs/lang-as.png, pixmaps/langs/lang-se.png,
	pixmaps/langs/lang-mr.png, pixmaps/langs/lang-uz.png,
	pixmaps/langs/lang-xh.png, pixmaps/langs/lang-ne.png,
	pixmaps/langs/lang-ml.png, pixmaps/langs/lang-li.png,
	pixmaps/langs/lang-zu.png, pixmaps/langs/lang-ku.png,
	pixmaps/langs/lang-uz@Cyrl.png, pixmaps/langs/lang-te.png,
	pixmaps/langs/lang-st.png, pixmaps/langs/lang-ss.png: make them
	transparent

2003/08/20  Pablo Saratxaga  <pablo at mandrakesoft.com>

	* share/po/tg.po, share/po/da.po, share/po/ro.po, share/po/sv.po,
	share/po/bs.po, share/po/DrakX.pot, share/po/az.po, share/po/uz.po,
	share/po/cs.po, share/po/ar.po, share/po/ko.po, share/po/cy.po,
	share/po/tr.po, share/po/gl.po, share/po/ga.po, share/po/nl.po,
	share/po/ja.po, share/po/eo.po, share/po/wa.po, share/po/sr@Latn.po,
	share/po/sq.po, share/po/be.po, share/po/fr.po, share/po/ta.po,
	share/po/sl.po, share/po/es.po, share/po/fi.po, share/po/hu.po,
	share/po/pl.po, share/po/el.po, share/po/et.po, share/po/eu.po,
	share/po/sk.po, share/po/lv.po, share/po/bg.po, share/po/pt.po,
	share/po/zh_CN.po, share/po/sr.po, share/po/uk.po, share/po/af.po,
	share/po/zh_TW.po, share/po/he.po, share/po/hr.po, share/po/vi.po,
	share/po/id.po, share/po/uz@Cyrl.po, share/po/th.po, share/po/de.po,
	share/po/ru.po, share/po/fa.po, share/po/pt_BR.po, share/po/mt.po,
	share/po/nb.po, share/po/ca.po, share/po/lt.po, share/po/is.po: updated
	pot file

	* keyboard.pm, share/keyboards.tar.bz2: Added choice of Irish keyboard;
	updated the Georgian "latin layout" one.

	* share/po/it.po: updated pot file
	updated Italian file

2003/08/20  Pixel  <pixel at mandrakesoft.com>

	* install_steps_interactive.pm, modules.pm, install_steps.pm: load
	detected firewire modules during install

	* detect_devices.pm: add firewire_probe() and use it in probeall()

	* fsedit.pm, security/l10n.pm: fix english (thanks to Arpad Biro)

2003/08/20  Stew Benedict  <sbenedict at mandrakesoft.com>

	* standalone/drakbackup, standalone/drakTermServ: Text typos - Arpad Biro

2003/08/20  siegel

	* share/po/de.po: updates

2003/08/20  Thierry Vignaud  <tvignaud at mandrakesoft.com>

	* ugtk2.pm: standalone wizards: increase height to prevent some hidden or
	cutted
	buttons (some locales and some steps may still be partially hidden)

	* standalone/logdrake: annotate load for translators (Arpad Biro)
	only complain if an error really happened

	* standalone.pm: frederic crozat said that border is ugly for standalone
	tools.
	so let it be used only by install.

	* share/po/fr.po: fix #4787

2003/08/20  Pixel  <pixel at mandrakesoft.com>

	* detect_devices.pm: add firewire_probe() and use it in probeall()

	* modules.pm, install_steps.pm, install_steps_interactive.pm: load
	detected firewire modules during install

2003/08/19  Arkadiusz Lipiec  <alipiec at elka.pw.edu.pl>

	* share/po/pl.po: Partially updated

2003/08/19  Damien Chaumette  <dchaumette at mandrakesoft.com>

	* network/tools.pm: fix internet reconnection in mcc

2003/08/19  erwan

	* share/rpmsrate: Switching to ScalablePBS

	* install_any.pm: Fixing Nvidia detection.. Many were missing due to wrong
	regexp

2003/08/19  gbeauchesne

	* mdk-stage1/dietlibc/librpc/pmap_getport.c: Gracefully handle IPPROTO_TCP
	in pmap_getport() [PR libc/4943]

	* share/list: lib64 fixes. Make sure we grab Gtk2.pm

	* mdk-stage1/dietlibc/librpc/xdr.c, mdk-stage1/dietlibc/librpc/clnt_udp.c,
	mdk-stage1/dietlibc/librpc/clnt_tcp.c: 64-bit clean RPC code enough to
	let MDK stage1 do NFS mounts

	* mdk-stage1/dietlibc/librpc/xdr_mem.c,
	mdk-stage1/dietlibc/librpc/xdr_rec.c: 64-bit clean RPC code enough to
	let MDK stage1 do NFS mounts
	XDR security fix from glibc [CAN 2003-0028]

	* mdk-stage1/dietlibc/lib/htonl.c, mdk-stage1/dietlibc/lib/htons.c,
	mdk-stage1/dietlibc/include/netinet/in.h: Fix htonl() on 64-bit
	platforms

	* mdk-stage1/Makefile: Build ppp stuff on AMD64 too

	* Xconfig/card.pm, install_steps_gtk.pm: Use xf4 on AMD64 too

	* mdk-stage1/ppp/pppd/utils.c: Fix varargs for AMD64

	* install_any.pm: 
	  - Don't care about BIGMEM stuff for IA-64 & AMD64
	  - Handle platforms that are only aware of all.img

	* partition_table.pm: 
	  - Merge in AMD64 tree
	  - Handle EFI partitions on IA-64

	* fsedit.pm: Handle /boot/efi as an EFI partition

	* any.pm: Merge from AMD64 branch: lib64 fixes

	* mdk-stage1/dietlibc/librpc/xdr_stdio.c: XDR security fix from glibc [CAN
	2003-0028]

	* share/list.ia64, share/list.x86_64: AMD64 updates for 9.2

	* mdk-stage1/dietlibc/include/sys/types.h: Really match dietlibc 0.22 for
	<sys/types.h> u_long definition though
	it ought to be uint32_t.

	* fs.pm: Handle EFI partitions. umount syscall does not exist on AMD64,
	use umount2

2003/08/19  keld

	* share/po/da.po: updates
	soft/rpmdrake/po/da.po gi/perl-install/share/po/da.po
	soft/bootsplash/po/da.po

2003/08/19  Pablo Saratxaga  <pablo at mandrakesoft.com>

	* share/po/zh_CN.po, share/po/ro.po, share/po/et.po, share/po/wa.po,
	share/po/nl.po, share/po/ja.po, share/po/uz@Cyrl.po, share/po/el.po,
	share/po/th.po, share/po/be.po, share/po/gl.po, share/po/id.po,
	share/po/bg.po, share/po/uz.po, share/po/af.po, share/po/ru.po,
	share/po/tg.po, share/po/lv.po, share/po/ca.po, share/po/vi.po,
	share/po/ko.po, share/po/bs.po, share/po/is.po, share/po/he.po,
	share/po/lt.po, share/po/ta.po, share/po/sl.po, share/po/fi.po,
	share/po/de.po, share/po/DrakX.pot, share/po/uk.po, share/po/eu.po,
	share/po/ga.po, share/po/tr.po, share/po/mt.po, share/po/cy.po,
	share/po/es.po, share/po/sv.po, share/po/fr.po, share/po/sr.po,
	share/po/zh_TW.po, share/po/da.po, share/po/nb.po, share/po/az.po,
	share/po/pt_BR.po, share/po/eo.po, share/po/sk.po, share/po/pl.po,
	share/po/hr.po, share/po/pt.po, share/po/sq.po, share/po/hu.po,
	share/po/sr@Latn.po, share/po/it.po: updated pot file

	* standalone/drakbackup, help.pm: Fixed typos

	* share/po/fa.po: updated Farsi file
	updated pot file

	* share/po/cs.po, share/po/ar.po: updated Arabic and Czech files
	updated pot file

	* share/fonts.tar.bz2: Updated Nimbus Sans L font (some wrong cyrillic
	glyphs fixed by
	Mashrab Kuvatov <kmashrab@uni-bremen.de>)

2003/08/19  Pixel  <pixel at mandrakesoft.com>

	* modules.pm, standalone/drakxtv, detect_devices.pm, harddrake/data.pm,
	mouse.pm, standalone/draksound: full pci probe does not freeze anymore,
	removing code work-arounding the freeze

	* install_steps.pm: add resume=/dev/XXX where /dev/XXX is the swap
	partition (when the swap partition is bigger than ram size)

	* standalone/drakpxe: "xxx or xxx" in list context is always bad!

	* network/netconnect.pm: perl_checker compliance (revert non usefull titi
	change)

	* standalone/drakhelp, standalone/drakperm, standalone/drakautoinst,
	pkgs.pm: perl_checker compliance

	* share/po/help_xml2pm.pl: remove debug code
	adapt to new documentation layout

	* standalone/adduserdrake: fix any::write_passwd_user() call

	* modules/interactive.pm: do translate choices N_("Yes"), N_("No"),
	N_("See hardware info")
	(thanks to Arpad Biro)
	full pci probe does not freeze anymore, removing code work-arounding the
	freeze

	* help.pm: new version from XML doc

2003/08/19  Thierry Vignaud  <tvignaud at mandrakesoft.com>

	* detect_devices.pm: help perl_checker somewhat
	pci hardware discovery: do full-probe by default

	* standalone/logdrake: mark one more string as translatable (spoted by
	Arpad Biro)
	remove unused variable

	* ugtk2.pm: remove broken and unused gtkexpand()

	* standalone/drakconnect: mark one more string as translatable (spoted by
	Arpad Biro)
	readd LANGUAGE=C
	pablo say that redefining LC_* is useless if LC_ALL is defined as the
	later overrides and take priority over the former
	add perl_checker hint
	(update_intbutt) consolidate internet connection button switch code
	  - use real known interface name everywhere not guessed one
	(having eth0 and eth9 would resulting in displaying eth0 & eth1
	  before), thus enabling to get rid of get_eth_ip()
	  - replace build_list() by update_list() that fix flicker on list
	  update: only add/remove added/removed interfaces, just update fields
	  for others

	* install_steps.pm: fix brown paper bug #4702 ...

	* drakxtools.spec: first bits of 9.2-0.32mdk

	* interactive/gtk.pm: show advanced options by default if --expert was
	passed or if expect
	checkbox was checked (#4353)

	* commands.pm, c/stuff.xs.pl: pci hardware discovery: do full-probe by
	default

	* standalone/drakfloppy: translate one more string (already translated as
	this is a double)

2003/08/18  Alice Lafox  <alice at lafox.com.ua>

	* share/po/ru.po: updated with current pot

2003/08/18  keld

	* share/po/da.po: Updates
	soft/menu-messages/da.po soft/userdrake2/po/da.po
	gi/perl-install/share/po/da.po

2003/08/18  Pablo Saratxaga  <pablo at mandrakesoft.com>

	* share/po/id.po, share/po/hu.po, share/po/it.po: updated pot file
	updated pot file

	* share/po/et.po: updated Estonian file
	updated pot file

	* share/po/zh_CN.po, share/po/ro.po, share/po/cs.po, share/po/wa.po,
	share/po/nl.po, share/po/ja.po, share/po/uz@Cyrl.po, share/po/el.po,
	share/po/th.po, share/po/be.po, share/po/gl.po, share/po/bg.po,
	share/po/uz.po, share/po/af.po, share/po/ru.po, share/po/tg.po,
	share/po/lv.po, share/po/ca.po, share/po/vi.po, share/po/ar.po,
	share/po/ko.po, share/po/bs.po, share/po/is.po, share/po/he.po,
	share/po/lt.po, share/po/ta.po, share/po/sl.po, share/po/fi.po,
	share/po/fa.po, share/po/de.po, share/po/DrakX.pot, share/po/uk.po,
	share/po/eu.po, share/po/ga.po, share/po/tr.po, share/po/mt.po,
	share/po/cy.po, share/po/es.po, share/po/sv.po, share/po/fr.po,
	share/po/sr.po, share/po/zh_TW.po, share/po/az.po, share/po/nb.po,
	share/po/pt_BR.po, share/po/eo.po, share/po/sk.po, share/po/hr.po,
	share/po/pl.po, share/po/pt.po, share/po/sq.po, share/po/sr@Latn.po:
	updated pot file

	* share/po/da.po: updated Danish file
	updated pot file

2003/08/18  Thierry Vignaud  <tvignaud at mandrakesoft.com>

	* standalone/drakconnect: typo fix

	* drakxtools.spec: 9.2-0.31mdk (aka do not forget about killing poulpy)
	9.2-0.30mdk

2003/08/18  Alice Lafox  <alice at lafox.com.ua>

	* share/po/ru.po: updated

2003/08/18  Damien Chaumette  <dchaumette at mandrakesoft.com>

	* standalone/drakconnect: 
	  - fix up/down interface detection
	  - do not wipe out IP and NETMASK when "No ip" is filled in
	  - fix typo

2003/08/18  Pablo Saratxaga  <pablo at mandrakesoft.com>

	* share/po/id.po, share/po/cs.po, share/po/nb.po, share/po/uz@Cyrl.po,
	share/po/uz.po: updated Czech, Indonesian, Norwegian and Uzbek files

	* standalone/drakTermServ: splitted too big text into smaller chunks for
	translators

2003/08/18  Stew Benedict  <sbenedict at mandrakesoft.com>

	* standalone/drakbackup: progess -> progress typo

2003/08/18  Thierry Vignaud  <tvignaud at mandrakesoft.com>

	* standalone/drakconnect: typo fix
	(configure_lan) fix crash on interface enabling/disabling
	(get_intf_status) factorize translations and use upcase initale
	better message when no ip (aka interface down or broken)

	* network/netconnect.pm, network/isdn.pm, network/modem.pm: fix some
	previous callback in drakconnect wizard mode

	* standalone/drakfloppy: perl_checker fixes
	sort modules and directories in treeview
	  - fix long-standing broken mkbootdisk call bug
	  - btw fix the passing of mkinirtd arguments to mkbootdisk
	  - save the modules list on exit and restore it on load
	  - simplify modules list managment btw
	  - consolidate some code in get_file_size()
	try to be more user friendly:
	  - if no error, display a success message, then exit
	  - on error, instead of displaying the raw exit code that has no
	meaning for
	the end user, display in red the log message of mkbootdisk
	  - remove insane expert button and so called expert frame
	make testing mode usefull for debugging drakfloppy

	* .perl_checker: 
	  - we do not use anymore perl-GTK
	  - let be able to parse ugtk2

	* standalone/harddrake2: display the right information when no selected
	device
	use new create_dialog api to get better modal dialogs

	* ugtk2.pm (_create_dialog, create_dialog) let support the same api as
	new() and
	threat transient option
	(info_dialog) introduce another dialog helper
	kill buggy and no more used gtkbuttonset()

2003/08/17  Damien Chaumette  <dchaumette at mandrakesoft.com>

	* standalone/drakconnect: allow hostname change in mcc
	perl_checker

2003/08/17  Pablo Saratxaga  <pablo at mandrakesoft.com>

	* share/po/hu.po: updated Hungarian file
	updated Farsi and Hungarian files

	* share/po/sk.po, share/po/es.po: updated Hungarian file

	* share/po/sv.po: updated Swedish file

	* share/po/fa.po: updated Farsi and Hungarian files

2003/08/17  tpittich

	* share/po/sk.po: updated slovak translation

2003/08/16  Fabian Mandelbaum  <fabman at 2vias.com.ar>

	* share/po/es.po: Updated Spanish translations

2003/08/16  Pablo Saratxaga  <pablo at mandrakesoft.com>

	* share/po/hu.po: updated Hungarian file
	updated Bulgarian, Estonian, Basque, Hungarian, Albanian, Uzbek and
	Chinese

	* share/po/et.po, share/po/bg.po, share/po/sq.po, share/po/zh_CN.po,
	share/po/eu.po, share/po/uz@Cyrl.po, share/po/uz.po: updated Bulgarian,
	Estonian, Basque, Hungarian, Albanian, Uzbek and Chinese

2003/08/15  Pablo Saratxaga  <pablo at mandrakesoft.com>

	* share/po/sq.po, share/po/lv.po, share/po/hu.po, share/po/eo.po,
	share/po/cs.po, share/po/uz@Cyrl.po, share/po/sr@Latn.po,
	share/po/uz.po, share/po/af.po, share/po/ga.po, share/po/id.po,
	share/po/tg.po, share/po/sl.po, share/po/da.po, share/po/th.po,
	share/po/hr.po, share/po/uk.po, share/po/ko.po, share/po/mt.po,
	share/po/lt.po, share/po/bs.po, share/po/wa.po, share/po/sr.po,
	share/po/nl.po, share/po/de.po, share/po/fi.po, share/po/ro.po,
	share/po/he.po, share/po/tr.po, share/po/bg.po, share/po/fr.po,
	share/po/zh_TW.po, share/po/DrakX.pot, share/po/es.po, share/po/cy.po,
	share/po/it.po, share/po/pt.po, share/po/zh_CN.po, share/po/pt_BR.po,
	share/po/sv.po, share/po/ru.po, share/po/is.po, share/po/ja.po,
	share/po/be.po, share/po/ta.po, share/po/fa.po, share/po/el.po,
	share/po/vi.po, share/po/et.po, share/po/sk.po, share/po/pl.po,
	share/po/ar.po, share/po/ca.po, share/po/nb.po, share/po/eu.po,
	share/po/gl.po, share/po/az.po: updated pot file

2003/08/14  keld

	* share/po/da.po: update
	gi/perl-install/share/po/da.po
	updates
	soft/drakcronat/po/da.po soft/rpmdrake/po/da.po
	soft/urpmi/po/da.po gi/perl-install/share/po/da.po
	Updates
	po/po/da.po gi/perl-install/share/po/da.po

2003/08/14  Pablo Saratxaga  <pablo at mandrakesoft.com>

	* share/po/bg.po, share/po/nb.po: updated Bulgarian and Norwegian files
	updated Turkish file

	* share/po/sq.po, share/po/lv.po, share/po/hu.po, share/po/eo.po,
	share/po/cs.po, share/po/uz@Cyrl.po, share/po/sr@Latn.po,
	share/po/uz.po, share/po/af.po, share/po/ga.po, share/po/id.po,
	share/po/tg.po, share/po/sl.po, share/po/da.po, share/po/th.po,
	share/po/hr.po, share/po/uk.po, share/po/ko.po, share/po/mt.po,
	share/po/lt.po, share/po/bs.po, share/po/wa.po, share/po/sr.po,
	share/po/de.po, share/po/fi.po, share/po/ro.po, share/po/he.po,
	share/po/tr.po, share/po/fr.po, share/po/zh_TW.po, share/po/DrakX.pot,
	share/po/es.po, share/po/cy.po, share/po/it.po, share/po/pt.po,
	share/po/zh_CN.po, share/po/pt_BR.po, share/po/sv.po, share/po/ru.po,
	share/po/is.po, share/po/ja.po, share/po/be.po, share/po/ta.po,
	share/po/fa.po, share/po/el.po, share/po/vi.po, share/po/et.po,
	share/po/sk.po, share/po/pl.po, share/po/ar.po, share/po/ca.po,
	share/po/eu.po, share/po/gl.po, share/po/az.po: updated Turkish file

	* share/po/nl.po: updated Dutch file
	updated Turkish file

2003/08/14  Pixel  <pixel at mandrakesoft.com>

	* c/stuff.xs.pl: in floppy_info(), check ioctl success and use
	FDPOLLDRVSTAT (copied from kudzu code)

2003/08/14  Stew Benedict  <sbenedict at mandrakesoft.com>

	* standalone/drakbackup: start user definable crontab entry - sorry
	translators, new strings :(

2003/08/14  Pablo Saratxaga  <pablo at mandrakesoft.com>

	* share/po/cy.po, share/po/zh_TW.po, share/po/eo.po, share/po/eu.po,
	share/po/zh_CN.po, share/po/vi.po, share/po/be.po, share/po/et.po,
	share/po/pl.po, share/po/tr.po, share/po/ca.po, share/po/uk.po,
	share/po/it.po, share/po/is.po, share/po/th.po, share/po/mt.po,
	share/po/id.po, share/po/fi.po, share/po/el.po, share/po/wa.po,
	share/po/lt.po, share/po/ar.po, share/po/bg.po, share/po/ru.po,
	share/po/pt_BR.po, share/po/nl.po, share/po/pt.po, share/po/fa.po,
	share/po/sl.po, share/po/de.po, share/po/uz@Cyrl.po, share/po/ja.po,
	share/po/sr@Latn.po, share/po/he.po, share/po/hr.po, share/po/gl.po,
	share/po/nb.po, share/po/da.po, share/po/fr.po, share/po/cs.po,
	share/po/bs.po, share/po/sk.po, share/po/DrakX.pot, share/po/sv.po,
	share/po/sq.po, share/po/hu.po, share/po/ga.po, share/po/tg.po,
	share/po/ta.po, share/po/sr.po, share/po/ko.po, share/po/ro.po,
	share/po/es.po, share/po/uz.po, share/po/az.po, share/po/af.po,
	share/po/lv.po: updated Turkish file

2003/08/14  Pixel  <pixel at mandrakesoft.com>

	* c/stuff.xs.pl: in floppy_info(), check ioctl success and use
	FDPOLLDRVSTAT (copied from kudzu code)

2003/08/14  Stew Benedict  <sbenedict at mandrakesoft.com>

	* standalone/drakbackup: start user definable crontab entry - sorry
	translators, new strings :(

2003/08/13  Damien Chaumette  <dchaumette at mandrakesoft.com>

	* standalone/drakconnect: fix mcc lan changes (fix at least #4088)

2003/08/13  Fabian Mandelbaum  <fabman at 2vias.com.ar>

	* share/po/es.po: Updated Spanish translations

2003/08/13  François Pons  <fpons at mandrakesoft.com>

	* rescue/list.i386: updated with xfs_progs.

	* pkgs.pm: added log for checking deselection (check deadlock unless gtk
	are doing them).
	workaround for rpmdb problems of opening Conflictname and Triggername
	files.