2004/07/20 Pixel <pixel at mandrakesoft.com>
* share/list: adapt to file renaming
* bootloader.pm: remove debugging code
2004/07/20 Vincent Guardiola <vguardiola at mandrakesoft.com>
* authentication.pm: clean code
2004/07/19 Olivier Blin <oblin at mandrakesoft.com>
* standalone/net_monitor: use run_program, try to handle default interface
better
disable the connect button if up interface is found (there is
currently no reliable way to find the gateway interface)
code factorization, do not use system() but fork() and exec() since we
don't
want to wait the command to return
perl_checker compliance
use ifup/ifdown to connect/disconnect
no need to be root to monitor connection
* network/netconnect.pm: use hotplug blacklist for adsl connections too
* network/network.pm: do not write wireless encryption key if empty
* network/tools.pm: make the tcp ping actually work
2004/07/19 Pixel <pixel at mandrakesoft.com>
* install_steps.pm: don't bootloader::suggest_floppy
* bootloader.pm: don't bootloader::suggest_floppy
don't unset prompt when timeout is undefined (and don't care when
timeout is 0)
* pkgs.pm: perl_checker compliance
add multimedia kernel in analyse_kernel_name
* tools/hd_grub.cgi, docs/README, rescue/rescue-doc,
rescue/tree/etc/issue, rescue/lsparts, docs/HACKING,
mdk-stage1/doc/README: replace "Mandrake Linux" with "Mandrakelinux"
* standalone/bootloader-config: also add long name when adding add short
name
2004/07/19 Thierry Vignaud <tvignaud at mandrakesoft.com>
* drakxtools.spec: 10-56mdk
fix changelog
merge changelog from the real update
* share/po/br.po: update
* standalone/net_monitor: unsensitive buttons immediatly once ifup/isdown
has completed
2004/07/19 Vincent Guardiola <vguardiola at mandrakesoft.com>
* authentication.pm: modify nss_path one to sub
config winbind for AD
* network/smb.pm: Add function write_smb_ads_conf
2004/07/18 Pixel <pixel at mandrakesoft.com>
* bootloader.pm: save the previous bootloader config file (bugzilla
#10072)
2004/07/17 Daouda Lo <daouda at mandrakesoft.com>
* pam.net_monitor, drakxtools.spec, apps.net_monitor, Makefile: remove
historical consolehelper files (pam.d and console.apps)
2004/07/16 Olivier Blin <oblin at mandrakesoft.com>
* network/tools.pm: use a tcp ping in check_link_beat if not root
* wizards.pm: do not ask to install already installed packages, prefer to
install
uninstalled packages (misc)
* install_steps_gtk.pm: fix predicted time when there is an error
installing packages
2004/07/15 Olivier Blin <oblin at mandrakesoft.com>
* standalone/net_monitor: add a border spacing of 5 pixel (fix #10299,
from Fabrice Facorat)
* drakxtools.spec: 10-54mdk
2004/07/15 Pixel <pixel at mandrakesoft.com>
* fsedit.pm: change_pt_type() must return a boolean value
* standalone/bootloader-config: make_boot_splash is no good since the same
initrd is used with or without vga=,
so call add_boot_splash directly
* bootloader.pm: make_boot_splash is no good since the same initrd is used
with or without vga=,
so call add_boot_splash directly
alt_xxx instead of old_xxx for bootloader labels (as suggested by
Svetoslav Slavtchev on cooker)
* diskdrake/interactive.pm: encryption key length can now be lower than
20, allowing >= 6
2004/07/14 Olivier Blin <oblin at mandrakesoft.com>
* install_steps_interactive.pm: to_bool is what I was looking for, thanks
Pixel
perl_checker fix, I should have done it before ...
automatically detect which media are available in install from ISO
images
* install_any.pm: remove unneeded return
automatically detect which media are available in install from ISO
images
* standalone/drakboot: use bootloader and Xconfig instead of
detect-resolution
2004/07/13 Olivier Blin <oblin at mandrakesoft.com>
* mdk-stage1/network.c: umount nfs directory if an error occurs too
fix segfault when hostname resolves as weird name without any dot (for
example 24.159.64.20 resolves as TN-JACKSN-NR1) and abort domain name
guess in this case
* standalone/net_applet: apply Pixel's suggestion, use //m instead of
foreach
* mdk-stage1/directory.c: don't forget to umount ISO images
it is again stupid to use a ramdisk if the install location isn't
mounted by loopback
2004/07/13 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/bn.po, share/po/fur.po: Added Bengali and Furlan files
2004/07/13 Rafael Garcia-Suarez <rgarciasuarez at mandrakesoft.com>
* pkgs.pm: Some factorization. Protection against /var/lib/urpmi being a
dangling symlink (see bug #9934)
2004/07/13 Warly <warly at mandrakesoft.com>
* share/logo-mandrake.png: cooker logo
2004/07/12 Fabian Mandelbaum <fabman at 2vias.com.ar>
* share/po/es.po: Updated Spanish translations
2004/07/12 Olivier Blin <oblin at mandrakesoft.com>
* standalone/net_applet: perl_checker fixes
add a "monitor network" menu item that launches net_monitor
use drakconnect to configure network
use 'ip route show' to find the gateway device when no GATEWAYDEV is
defined
2004/07/12 Pixel <pixel at mandrakesoft.com>
* bootloader.pm (sort_hds_according_to_bios): when installing on floppy,
$boot_hd is undefined, but that's ok (bugzilla #10260)
* authentication.pm:
- add "Active Directory" through winbind (it needs more stuff to work)
- drop using $val, use directly $authentication->{XXX}
2004/07/09 Pixel <pixel at mandrakesoft.com>
* lang.pm: replace lang::get_unneeded_png_lang_files() with
lang::png_lang_files
* share/list: unicore/PVA.pl is needed
- adapt to new perl
- use "*" instead of PERL_VERSION to be more versatile
* rescue/make_rescue_img, rescue/list: use "*" instead of PERL_VERSION in
list, but ensure only one match
* install_steps.pm: fix commit 1.685: use lang::analyse_locale_name() but
still use lang::l2locale()
* Makefile: replace lang::get_unneeded_png_lang_files() with
lang::png_lang_files
ensure "*" to wildcard a directory in share/list match only once
* tools/Makefile: ask perl where to find package.pm and URPM.pm, this is
more versatile than using installvendorlib
* install2.pm: fix mounting /sys (why did i switch to using syscall_
'mount' directly? and with missing parameters!)
* any.pm: add "ls -l /sys/bus/scsi/devices" in report.bug
(it helps for debugging getSCSI on 2.6)
2004/07/09 Thierry Vignaud <tvignaud at mandrakesoft.com>
* tools/cvslog2changelog.pl: sort
add Robert Vojta
2004/07/09 Pixel <pixel at mandrakesoft.com>
* install2.pm: fix mounting /sys (why did i switch to using syscall_
'mount' directly? and with missing parameters!)
* any.pm: add "ls -l /sys/bus/scsi/devices" in report.bug
(it helps for debugging getSCSI on 2.6)
2004/07/08 keld
* share/po/da.po: updates
soft/drakcronat/po/da.po soft/drakfax/po/da.po
soft/GtkMdkWidgets/po/da.po soft/mdkonline/po/da.po
soft/rpmdrake/po/da.po soft/urpmi/po/da.po
gi/perl-install/share/po/da.po
soft/galaxy/thememdk/mandrake_client/po/da.po
2004/07/08 Pixel <pixel at mandrakesoft.com>
* modules.pm: handle s/snd-card/snd/g and
s/snd-via686|snd-via8233/snd-via82xx/g more generically
in mergein_conf(), get the "above" value, and don't dirty "probeall"
rename load_raw() to load_raw_install() and change the prototype
cleanup
- create when_load_category()
- replace regexp [uo]hci on module name with testing category
"bus/usb"
- move the special case imm ppa from when_load() to load()
fix previous commit
- generalize the snd-pcm-oss case
- cleanup
- rename add_alias() into set_alias()
- create set_sound_slot() and use it
don't remove "above ... snd-pcm-oss" for the old alias, it's better done
explictly, and already done by remove_module()
* install_steps_interactive.pm:
- create X_options_from_o() and use it
- add freeDriver boot option
when adding users during install, suggest the user names found in /home
* Xconfig/card.pm, install2.pm, install_steps.pm, install_any.pm:
- create X_options_from_o() and use it
- add freeDriver boot option
* lang.pm: merge with MDK-10-update Move changes
* any.pm: fix typo
merge "language choice dialog" from MDK-10-update
selectCountry doesn't really need a $o, a $in is enough
when adding users during install, suggest the user names found in /home
* network/adsl.pm, harddrake/sound.pm, detect_devices.pm,
network/ethernet.pm:
- rename add_alias() into set_alias()
- create set_sound_slot() and use it
* standalone/adduserdrake: when adding users during install, suggest the
user names found in /home
2004/07/08 rvojta
* standalone/drakedm:
- typo fix (lost -> lose)
2004/07/08 Thierry Vignaud <tvignaud at mandrakesoft.com>
* tools/cvslog2changelog.pl: add vincent
* drakxtools.spec: 10-53mdk final
* standalone/drakedm: warn the user before dm exit will kill the session
(Robert Vojta, #10179)
2004/07/07 Pixel <pixel at mandrakesoft.com>
* mouse.pm: fix comment
modules::mergein_conf() doesn't need to be given /etc/modules.conf
=> prepare for reading either modprobe.conf or modules.conf based on the
running kernel version
* install_steps.pm, install_steps_interactive.pm, install_any.pm:
- move configure_pcmcia() and write_pcmcia() out of modules.pm to
install_any.pm
- load pcmcia_core, $pcic and ds in one call to modules::load
- don't pass prefix to write_pcmcia()
* modules.pm: fix indentation
modules::mergein_conf() doesn't need to be given /etc/modules.conf
=> prepare for reading either modprobe.conf or modules.conf based on the
running kernel version
modules::mergein_conf() doesn't need to be given /etc/modules.conf
=> prepare for reading either modprobe.conf or modules.conf based on the
running kernel version
remove non-useful prototypes ($)
use the module category to decide if it needs alias usb-interface or
alias ieee1394-controller
fix typo
- restrict view of %mappings_24_26 and %mappings_26_24 to modules.pm
- simplify mapping_24_26(), it now takes only one module name, not a
list
- simplify mapping_26_24(), the special case is handled properly in
%mappings_26_24
- move configure_pcmcia() and write_pcmcia() out of modules.pm to
install_any.pm
- load pcmcia_core, $pcic and ds in one call to modules::load
- don't pass prefix to write_pcmcia()
create write_preload_conf()
* standalone/XFdrake: modules::mergein_conf() doesn't need to be given
/etc/modules.conf
=> prepare for reading either modprobe.conf or modules.conf based on the
running kernel version
modules::mergein_conf() doesn't need to be given /etc/modules.conf
=> prepare for reading either modprobe.conf or modules.conf based on the
running kernel version
* standalone/printerdrake, standalone/service_harddrake,
network/ethernet.pm, harddrake/data.pm, network/netconnect.pm,
install2.pm, modules/interactive.pm, standalone/mousedrake,
standalone/draksound, standalone/drakxtv: modules::mergein_conf()
doesn't need to be given /etc/modules.conf
=> prepare for reading either modprobe.conf or modules.conf based on the
running kernel version
2004/07/07 Stew Benedict <sbenedict at mandrakesoft.com>
* standalone/drakbackup: Merge fixes from Anthill 927, 929.
(filenames with spaces, .backupignore, gui behavior)
Merge fixes from Anthill 927, 929
(filenames with spaces, .backupignore, gui issues)
2004/07/06 Olivier Blin <oblin at mandrakesoft.com>
* standalone/drakboot: update bootsplash even if framebuffer was disabled
* mdk-stage1/config-stage1.h: add missing slash in Mandrake Move image
location
2004/07/06 Pixel <pixel at mandrakesoft.com>
* mdk-stage1/config-stage1.h: fix blino fix
doing basename is dumb (is blino too?), really make the symlink relative
* mdk-stage1/disk.c:
- when the directory is bad, go back to choose another directory
instead of choosing another device
(you can still use "Cancel" to choose another device)
- list files in directory given, not the root directory of the device
* standalone/bootloader-config: fix typo
- nicer "usage: ..."
- add actions "add-entry" and "remove-entry"
- add option --label
- add option --chainload
- rename --vmlinuz to --image
* bootloader.pm: remove unneeded spaces in append=" foo"
write_lilo handles "optional"
rename var
cleanup
cleanup
* mdk-stage1/directory.c: doing basename is dumb (is blino too?), really
make the symlink relative
* Xconfig/xfree.pm: add 1024x480 (part of bugzilla #5192)
* Xconfig/resolution_and_depth.pm: rename function $set_chosen_x_res to
$set_chosen_resolution (since it sets both)
(choose_gtk): ensure default height is the chosen one
2004/07/06 Thierry Vignaud <tvignaud at mandrakesoft.com>
* c/stuff.xs.pl: workaround blind gwenole
workaround build with new kernels
* standalone/service_harddrake: high level explanation
* drakxtools.spec: 10-53mdk
2004/07/06 Pixel <pixel at mandrakesoft.com>
* mdk-stage1/disk.c:
- when the directory is bad, go back to choose another directory
instead of choosing another device
(you can still use "Cancel" to choose another device)
- list files in directory given, not the root directory of the device
* mdk-stage1/config-stage1.h, mdk-stage1/directory.c: doing basename is
dumb (is blino too?), really make the symlink relative
2004/07/06 Thierry Vignaud <tvignaud at mandrakesoft.com>
* standalone/service_harddrake: high level explanation
2004/07/05 jjorge
* share/po/pt.po: rush to beta one man
2004/07/05 Olivier Blin <oblin at mandrakesoft.com>
* mdk-stage1/network.c: properly handle error return code in nfs install
* install_any.pm: allow medium change in nfs-iso install
* standalone/net_monitor: try to use $default_intf (and fix the last
perl_checker warning, yeah)
perl_checker compliance
rename $echr and $echt to $scale_r and $scale_t
remove unused variable $type
2004/07/05 Pixel <pixel at mandrakesoft.com>
* log.pm: use $LOG instead of *LOG
* standalone/draksec: fix #-PO: comment
* install_steps.pm: big renaming of field {type} to {pt_type},
this will allow defining {fs_type} which will always be a string
whereas {pt_type} will always be a number
allow getpwnam, getgrnam, getgrid to work
* any.pm, partition_table/mac.pm, partition_table/bsd.pm,
partition_table/dos.pm, diskdrake/removable.pm, partition_table/sun.pm,
partition_table/gpt.pm, install_steps_interactive.pm, network/smbnfs.pm,
diskdrake/dav.pm, diskdrake/hd_gtk.pm, lvm.pm, raid.pm,
install_interactive.pm, install_any.pm, partition_table/raw.pm,
partition_table.pm: big renaming of field {type} to {pt_type},
this will allow defining {fs_type} which will always be a string
whereas {pt_type} will always be a number
* drakxtools.spec: drakxtools-backend needs ldetect-lst (for
complete_usb_storage_info())
* fsedit.pm: big renaming of field {type} to {pt_type},
this will allow defining {fs_type} which will always be a string
whereas {pt_type} will always be a number
create rationalize_options() and use it (bugzilla #3525)
more checks should be done in this function, and used at more places
(but where?)
* bootloader.pm: big renaming of field {type} to {pt_type},
this will allow defining {fs_type} which will always be a string
whereas {pt_type} will always be a number
drop "other" entries in grub conf when the device is unknown
- handle missing root=/dev/xxx kernel commandline parameter
- handle grub splashimage option
oops, revert debugging code
* standalone/bootloader-config: drop --no-link option (already replaced by
--no-short-name)
- new option --no-short-name which implies no short labels (usually
vmlinuz) and no symlinks (usually /boot/vmlinuz)
- rename --no-link to --no-short-name (keeping compatibility for a few
days)
* fs.pm: big renaming of field {type} to {pt_type},
this will allow defining {fs_type} which will always be a string
whereas {pt_type} will always be a number
create rationalize_options() and use it (bugzilla #3525)
more checks should be done in this function, and used at more places
(but where?)
don't set {major} and {minor} to 0 when the device doesn't exist
* diskdrake/interactive.pm: fix function call
big renaming of field {type} to {pt_type},
this will allow defining {fs_type} which will always be a string
whereas {pt_type} will always be a number
2004/07/03 jjorge
* share/po/pt.po: saraiva esta rapido ;-)
2004/07/03 Pixel <pixel at mandrakesoft.com>
* bootloader.pm: fix typo
2004/07/02 fisher
* share/po/uk.po: Ukrainian translation update.
2004/07/02 Olivier Blin <oblin at mandrakesoft.com>
* network/adsl.pm: remove spurious '"pty ', I suck
pptp support (partial fix for #6515)
2004/07/02 Pixel <pixel at mandrakesoft.com>
* drakxtools.spec: ensure proper upgrade: explictly tell urpmi that old
drakxtools-newt conflicts with drakxtools-backend
* authentication.pm: cleanup
2004/07/02 Thierry Vignaud <tvignaud at mandrakesoft.com>
* drakxtools.spec: 10-52mdk
* lang.pm: switch to new japanese fonts (UTUMI Hirosi
<utuhiro78@yahoo.co.jp>)
(write) let be aware of install mode
(write) configure menu-method's language too so that altering language
is done for KDE menu entries too (instead of just programs' messages)
2004/07/02 vguardiola
* authentication.pm: Add anonymous bind
remove anonymous entry
add libsasl2-plug-gssapi when AD is selected
Change SSL/TLS to SSL or TLS
add uc_domain to realm section in /etc/krb5.conf
padbol
2004/07/01 Olivier Blin <oblin at mandrakesoft.com>
* any.pm: add fluxbox in known window managers list
* mdk-stage1/network.c: rephrase previous patch, with correct indentation
this time
add a slash at beginning of the given directory if not already present
(ftp and http install)
2004/07/01 Pixel <pixel at mandrakesoft.com>
* lang.pm: default consolefont is lat0-16, no more lat0-sun16
* authentication.pm, bootloader.pm: fix typo
* standalone/draksplash, standalone/printerdrake, standalone/logdrake,
standalone/draksec, standalone/drakfloppy, standalone/drakfont,
standalone/drakbug, standalone/drakperm, standalone/harddrake2,
standalone/drakTermServ, standalone/net_monitor, standalone/drakclock,
standalone/drakups: revert ugly code printing "This program cannot be
run in console mode",
it is easily done in ugtk2.pm
* Xconfig/xfree.pm: fix typo causing multiple "Keyboard" entries in
XF86Config (bugzilla #10163)
* drakxtools.spec: create package drakxtools-backend
* mdk-stage1/modules.c, install2.pm: stage1 used to write files
/tmp/network, /tmp/ifcfg-eth0, /etc/modules.conf
but those files are in /stage1 after pivot rooting, so:
- write modules.conf in /tmp instead of /etc
- cp those files from /stage1/tmp to /tmp before umounting /stage1
2004/07/01 Thierry Vignaud <tvignaud at mandrakesoft.com>
* network/netconnect.pm, standalone/harddrake2: typo fix
* drakxtools.spec: add bug reference
10-50mdk
2004/06/30 fisher
* share/po/uk.po: Ukrainian translation update
Sync'ed with .pot
2004/06/30 fwang
* share/po/zh_CN.po: update
2004/06/30 Olivier Blin <oblin at mandrakesoft.com>
* standalone/net_monitor: try to display arrows closely to transmission
values
always draw an arrow next to transmitted amount
always display a speed label for transmitted graph
allow the user to use different scales for received and transmitted
prepare code to use distinct scales for received and transmitted
remove most magic numbers, prefer usage of $width and $height
2004/06/30 Pixel <pixel at mandrakesoft.com>
* ugtk2.pm: use print + exit instead of die
(so that standalone tools don't need to do it by hand)
* standalone/bootloader-config: when doing update_splash or remove_splash,
call when_config_changed (mainly for lilo)
please perl_checker
* network/smb.pm: shut up "smbclient -L"
* authentication.pm: for Active Directory, allow: Kerberos, SSL/TLS,
simple and anonymous
2004/06/30 Thierry Vignaud <tvignaud at mandrakesoft.com>
* standalone/drakfloppy (build_it) add translator hint
* standalone/net_monitor: fix button layout
2004/06/29 fisher
* share/po/uk.po: translation update
2004/06/29 Olivier Blin <oblin at mandrakesoft.com>
* mdk-stage1/network.c: properly handle "back" behavior in mirror list
step
do not unset automatic if mirror list selection fails, we know it wasn't
automatic at that point
remove http proxy settings from interface structure, that was really
dumb
allow to use a specific ACNAME for pppoe connections
* standalone/drakupdate_fstab: use fsedit::is_same_hd in drakupdate_fstab
and revert previous change in fs::subpart_from_wild_device_name (do not
fill both devfs_device and device fields)
* fs.pm: use fsedit::is_same_hd in drakupdate_fstab and revert previous
change in fs::subpart_from_wild_device_name (do not fill both
devfs_device and device fields)
do not add default device in device hash, it will be filled with result
from fs::subpart_from_wild_device_name
always update $part{device} in fs::subpart_from_wild_device_name because
/dev is stripped (fix #6982, #10175)
* mdk-stage1/tools.c, mdk-stage1/directory.c, mdk-stage1/probing.c:
variable declaration fixes (spotted by neofutur)
* mdk-stage1/network.h: remove http proxy settings from interface
structure, that was really dumb
allow to use a specific ACNAME for pppoe connections
* mdk-stage1/adsl.c: allow to use a specific ACNAME for pppoe connections
2004/06/29 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/uz.po, share/po/et.po, share/po/uz@Latn.po: updated Estonian
and Uzbek files
2004/06/29 Pixel <pixel at mandrakesoft.com>
* fsedit.pm: in is_same_hd(), both hds can have {device} unset, it doesn't
mean they are the same
* drakxtools.spec:
- add bootloader-config (used by bootloader-utils and bootsplash
scripts)
- drakboot (pixel):
o major backend rewrite b/c of code sharing with new installkernel
o when adding a new kernel, have a nicer new name for conflicting
entry
o when modifying kernel parameters in all entries, skip the
"failsafe" entry (#10143)
o when modifying a symlink, ensure we also use the long name for the
old symlink in the existing entries
- drakconnect (Olivier Blin):
o never disable "DHCP host name" entry box, it shouldn't be linked
with "Assign host name from DHCP address" checkbox (#2759, #9981)
o unblacklist sis900 since its link beat detection works with latest
kernels
- draksound: remove unneeded "above" lines in modules::write_conf
(Olivier Blin) (#8288)
- ugtk2 layer: catch missing wizard pixmap, otherwise we end up with
unshown windows and error messages can't pop up (pixel)
- don't require mkbootdisk
* Makefile: add missing share/net_monitor.desktop
* bootloader.pm:
- mkinitrd() calls make-boot-splash after building the initrd
(since /sbin/mkinitrd doesn't do it anymore)
- change mkinitrd() parameters
- change add_kernel() parameters and add option b_no_initrd
(it is available in installkernel though i suspect it is unused)
- after reading config file, get {perImageAppend} and {default_vga}
(it was only done for lilo and {perImageAppend})
- keep the current kernel for linux-nonfb too (it was only done for
failsafe)
- add create_link_source(), action(),
when_config_changed_{lilo,grub,yaboot}
- create write_yaboot()
* Makefile.config, standalone/bootloader-config: add bootloader-config
(tested for adding and removing in simple cases)
* .perl_checker: add "Getopt::Long" (used by bootloader-config)
2004/06/28 Pixel <pixel at mandrakesoft.com>
* share/rpmsrate: fix titi's regexp for matching centrino
* any.pm: don't set ICEAUTHORITY using $ENV{HOME} for kde (bugzilla
#10144)
* bootloader.pm: after install, when modifying kernel parameters in all
entries, skip the "failsafe" entry
(bugzilla #10143)
* ugtk2.pm: make perl_checker a little more happy
catch missing wizard pixmap, otherwise we end up with WizardWindow being
non
shown and error messages can't pop up
disallow switching to expert mode using Alt-e
2004/06/27 Thierry Vignaud <tvignaud at mandrakesoft.com>
* c/Makefile.PL: drop useless linkage since X11 stuff was split out of c
module
2004/06/25 Olivier Blin <oblin at mandrakesoft.com>
* mdk-stage1/directory.c: fix typo
do not use ramdisk in nfs install
add missing include for basename()
use relative symlink to image location in disk/nfs install, to have a
working stage2
2004/06/25 Pixel <pixel at mandrakesoft.com>
* install2.pm: remove deprecated rhimage symlink
* bootloader.pm: when adding a new kernel, have a nicer new name for
conflicting entry
when modifying a symlink, ensure we also use the long name for the old
symlink in the existing entries
* install_steps.pm: fix blino stage1 change (i think he likes breaking
things ;p)
bootloader::add_kernel() do a good job at replacing symlinks with the
real
kernel/initrd file name, so don't need to do it here
* install_any.pm: use internal_error() instead of die'ing with no
arguments
fix blino stage1 change (i think he likes breaking things ;p)
2004/06/25 Olivier Blin <oblin at mandrakesoft.com>
* mdk-stage1/directory.c: fix typo
do not use ramdisk in nfs install
add missing include for basename()
use relative symlink to image location in disk/nfs install, to have a
working stage2
* mdk-stage1/network.c: unset automatic in ftp/http install when ramdisk
can't be loaded
use new http_proxy variables instead of the old answers (not anymore
available)
* network/netconnect.pm: never disable "DHCP host name" entry box, it
shouldn't be linked with ""Assign host name from DHCP address" checkbox
(#2759, #9981)
unblacklist sis900 since its link beat detection works with latest
kernels
2004/06/25 Pixel <pixel at mandrakesoft.com>
* standalone/drakTermServ: simplify using new bootloader.pm
* Xconfig/various.pm, any.pm, standalone/drakboot: adapt to new
bootloader.pm
* bootloader.pm: when adding a new kernel, have a nicer new name for
conflicting entry
when modifying a symlink, ensure we also use the long name for the old
symlink in the existing entries
fix 2 typos
drop obsolete function
drop obsolete lnx4win_file()
major cleanup and rewrite
- some functions have been renamed
- some functions have changed prototype
- no more bootloader::vga_modes, we use
Xconfig::resolution_and_depth::bios_vga_modes()
- no more detectloader, it is now detect_main_method(),
but notice that bootloader::read() + bootloader::write() abstract all
this!
- update_for_renumbered_partitions() is surely broken :)
- sort_hds_according_to_bios() and mixed_kind_of_disks() uses new
function hd2bios_kind()
- new data structure "kernel_str"
- lilo doesn't need so much help as it used to be, so don't put as
much
"disk=/dev/sda bios=0x80" as before
some goals:
- don't rely on device names
(this allows not to care too much about devfs vs udev vs ...)
- kernels can be named something else than /boot/vmlinuz*,
please use the various functions to construct the initrd file name,
the symlink name...
* fs.pm:
- enhance subpart_from_wild_device_name() to handle "sda" the same as
"/dev/sda" (when /dev/sda exists)
- new function device2part() which uses subpart_from_wild_device_name
and the
given fstab to convert the device name to the corresponding structure
(this allows not relying too much on the device name)
* install2.pm: remove deprecated rhimage symlink
* install_steps.pm: fix blino stage1 change (i think he likes breaking
things ;p)
bootloader::add_kernel() do a good job at replacing symlinks with the
real
kernel/initrd file name, so don't need to do it here
adapt to new bootloader.pm
* install_any.pm: use internal_error() instead of die'ing with no
arguments
fix blino stage1 change (i think he likes breaking things ;p)
- adapt to new bootloader.pm
- simplify
2004/06/25 Rafael Garcia-Suarez <rgarciasuarez at mandrakesoft.com>
* install_any.pm: Make perl_checker silent
2004/06/25 Olivier Blin <oblin at mandrakesoft.com>
* mdk-stage1/network.c: unset automatic in ftp/http install when ramdisk
can't be loaded
use new http_proxy variables instead of the old answers (not anymore
available)
2004/06/25 Pixel <pixel at mandrakesoft.com>
* bootloader.pm: drop obsolete function
drop obsolete lnx4win_file()
major cleanup and rewrite
- some functions have been renamed
- some functions have changed prototype
- no more bootloader::vga_modes, we use
Xconfig::resolution_and_depth::bios_vga_modes()
- no more detectloader, it is now detect_main_method(),
but notice that bootloader::read() + bootloader::write() abstract all
this!
- update_for_renumbered_partitions() is surely broken :)
- sort_hds_according_to_bios() and mixed_kind_of_disks() uses new
function hd2bios_kind()
- new data structure "kernel_str"
- lilo doesn't need so much help as it used to be, so don't put as
much
"disk=/dev/sda bios=0x80" as before
some goals:
- don't rely on device names
(this allows not to care too much about devfs vs udev vs ...)
- kernels can be named something else than /boot/vmlinuz*,
please use the various functions to construct the initrd file name,
the symlink name...
* install_any.pm:
- adapt to new bootloader.pm
- simplify
* standalone/drakTermServ: simplify using new bootloader.pm
* Xconfig/various.pm, any.pm, standalone/drakboot, install_steps.pm: adapt
to new bootloader.pm
* fs.pm:
- enhance subpart_from_wild_device_name() to handle "sda" the same as
"/dev/sda" (when /dev/sda exists)
- new function device2part() which uses subpart_from_wild_device_name
and the
given fstab to convert the device name to the corresponding structure
(this allows not relying too much on the device name)
* share/rpmsrate:
- scim-uim requires scim, no need to have both
- scim-chinese requires scim, no need to have both
2004/06/24 fisher
* share/po/uk.po: translation update.
2004/06/24 Nicolas Planel <nplanel at mandrakesoft.com>
* mdk-stage1/probing.c: don't redefine buf for /proc/scsi/scsi (size 5000
instead of 2048)
don't redefine buf for /proc/scsi/scsi (size 5000 instead of 512)
2004/06/24 Olivier Blin <oblin at mandrakesoft.com>
* modules.pm: perl_checker compliance
remove unneeded "above" lines in modules::write_conf
delete "above" lines when removing a sound alias with
modules::remove_alias_regexp
fix stupid typo
in modules::when_load, try to find the best sound slot index instead of
always overwritting sound-slot-0 (#7890)
* network/tools.pm, network/network.pm: properly handle ascii WEP keys
(#9884)
2004/06/24 Pixel <pixel at mandrakesoft.com>
* share/rpmsrate:
- add gv (not installed by default) to have it in the package tree
(bugzilla #10127)
- add pciutils (not installed by default) in MONITORING (but i don't
think it will get to the package tree)
* mouse.pm: module hid is now named usbhid (thanks to svetljo on cooker)
2004/06/24 Rafael Garcia-Suarez <rgarciasuarez at mandrakesoft.com>
* standalone/draksplash, standalone/drakperm, standalone/drakbug,
standalone/harddrake2, standalone/printerdrake, standalone/logdrake,
standalone/draksec, standalone/drakfloppy, standalone/drakTermServ,
standalone/net_monitor, standalone/drakfont, standalone/drakups,
standalone/drakclock: Some standalone tools don't compile when run from
console
2004/06/24 Thierry Vignaud <tvignaud at mandrakesoft.com>
* install_steps_interactive.pm (acceptLicense) just reboot when one cancel
the globetrotter first time wizard
(acceptLicense) just reboot when one cancel the globetrotter first time
wizard
* drakxtools.spec: 10-48mdk
* share/rpmsrate:
- switch japanese to scim+uim and scim
- switch chinese to scim
* lang.pm: switch chinese to scim by default
fix gtk IM module for scim IM
fix xcin IM
add back support for kinput2 IM
sort CJK's IM entries
- factorize im settings
- change default IM according to cooker-i18n feedback:
o default all chinese locales to fctix IM
o default all japanese locales to scim+uim IM
* standalone/service_harddrake.sh: rollback service priority
2004/06/23 Olivier Blin <oblin at mandrakesoft.com>
* any.pm: remove global vga choice to please Pixel and Titi
add a global vga option in any::setupBootloader__general (fix bug 8957)
* standalone/drakclock: be mouse wheel aware (fix bug 9926)
* mdk-stage1/Makefile: define _FILE_OFFSET_BITS=64 so that stat() is large
files aware
* modules.pm: fix another typo from Titi in #9112 fix (#6802)
* mdk-stage1/directory.c: revert the workaround on stat() now that it
works on large files
* standalone/drakboot: remove unneeded quotes
fix processing of config file broken again by Titi
please perl_checko the Clean Keeper
remove spurious spaces
ask for bootloader choice when framebuffer isn't configured (fix bug
9925)
remove unused variable
2004/06/23 Pixel <pixel at mandrakesoft.com>
* Xconfig/monitor.pm: good_default_monitor() should work *nearly*
everywhere, so use it for the auto_install fallback
(this is used by mandrakemove)
good_default_monitor() should work *nearly* everywhere, so use it for
the auto_install fallback
(this is used by mandrakemove)
* any.pm: kernelVersion() is unused (only bootloader::mkbootdisk() used
it, and it has already been removed)
2004/06/23 Rafael Garcia-Suarez <rgarciasuarez at mandrakesoft.com>
* pkgs.pm, install_any.pm: Make perl_checker happy
Support for supplementary CDs during installation (from the 10.0
update branch.)
2004/06/23 Stew Benedict <sbenedict at mandrakesoft.com>
* standalone/drakTermServ: code cleanup per Pixel
2004/06/23 Thierry Vignaud <tvignaud at mandrakesoft.com>
* network/adsl.pm: use upcase letters whenever needed
* network/netconnect.pm:
- unblacklist tg3 since QA has confirmed it works smoothly
- blacklist buggy madwifi_pci
* standalone/drakboot:
- fix processing of config file broken by magic olivier
- reuse cat_()
* modules.pm: merge fix from MDK-10-branch: tv modules weren't loaded on
boot
* share/po/br.po: update
2004/06/22 Olivier Blin <oblin at mandrakesoft.com>
* standalone/drakboot: fix indentation
do not update bootsplash in autologin wizard
remove spurious comma and spaces
* network/netconnect.pm: rephrase zeroconf dialog (cybercfo)
blacklist sis900 and tg3 modules for network hotplugging
2004/06/22 Pixel <pixel at mandrakesoft.com>
* any.pm:
- use Xconfig::resolution_and_depth::bios_vga_modes() instead of
%bootloader::vga_modes
- remove broken sparc code
* docs/HACKING, install2.pm: rename --test in --testing for install2 (more
coherent with standalone tools)
* ugtk2.pm:
->set_title doesn't like title undef, give it '' instead
(to remove ugly warnings at install)
* Xconfig/resolution_and_depth.pm: perl_checker compliance
- export @bios_vga_modes (needed for bootloader vga=)
- to_string should return '' instead of ()
remove duplicate (use existing function to_string())
sync with detect-resolution
* bootloader.pm: add check_enough_space() and use it
- fix typo
- remove silo code (sparc)
2004/06/22 Rafael Garcia-Suarez <rgarciasuarez at mandrakesoft.com>
* install_any.pm: Make the CD-Rom install with supplementary CD work
(don't forget to
re-mount the main CDs).
* share/po/fr.po: French translations for new messages
2004/06/22 Thierry Vignaud <tvignaud at mandrakesoft.com>
* network/adsl_consts.pm: update fields description (baud
<baud123@tuxfamily.org>)
update doc urls (baud <baud123@tuxfamily.org>)
add new ISP entries (baud <baud123@tuxfamily.org>)
fix Telia entry (baud <baud123@tuxfamily.org>)
fix Free dns (baud <baud123@tuxfamily.org>)
merge duplicate Free entries
enhance tel9com name (baud <baud123@tuxfamily.org>)
kill duplicate spanish entry (baud <baud123@tuxfamily.org>)
enhance a few entries (baud <baud123@tuxfamily.org>)
fix spanish isp name
* drakxtools.spec: fix build broken by net_applet
move net_applet in right package (aka drakxtools-gtk)
10-47mdk
* standalone/net_applet: perl_checker fixes
(getIP) fix build
2004/06/21 Daouda Lo <daouda at mandrakesoft.com>
* Makefile.drakxtools:
- autostart file for KDE/GNOME
- add net_applet file (installed in bindir)
* drakxtools.spec:
- net_applet to watch network connection
* Makefile.config:
- added net_applet
* share/net_applet.desktop:
- autostart file for KDE/GNOME
* pixmaps/connected.png, pixmaps/disconnected.png: network applet state
icons
* standalone/net_applet:
- cleaning titi factorization
- net_applet to watch network connection
2004/06/21 Florin Grad <florin at mandrakesoft.com>
* network/shorewall.pm: accept from fw to loc
2004/06/21 Olivier Blin <oblin at mandrakesoft.com>
* mdk-stage1/network.c: allow to use ISO images in NFS install
* mdk-stage1/directory.c: workaround the fact that stat() fails on large
files (like DVD ISO images)
add log message when using directory as a mirror tree
split directory specific functions and move them from disk.c to
directory.c (will be used in NFS install)
* mdk-stage1/disk.c, mdk-stage1/directory.h: split directory specific
functions and move them from disk.c to directory.c (will be used in NFS
install)
* mdk-stage1/Makefile: allow to use ISO images in NFS install
split directory specific functions and move them from disk.c to
directory.c (will be used in NFS install)
2004/06/21 Thierry Vignaud <tvignaud at mandrakesoft.com>
* share/po/fr.po: fix missing trailling quotes
* standalone/logdrake: kill stupid useless code
* standalone/harddrake2: do not display version number in title bar since
it's useless
according to interface team
* standalone/net_applet (getIP) simplify
2004/06/20 reinouts
* share/po/nl.po: Updated Dutch (nl) translation
by Reinout van Schouwen <reinout@cs.vu.nl>
2004/06/20 Thierry Vignaud <tvignaud at mandrakesoft.com>
* standalone/mousedrake: kill dead code
* standalone/harddrake2: show list of partitions
display better info for hard disks
really ensure that "identification" section is displayed first
still show info field if detect_devices::getIDE() failled to parse it
for a
known vendor string
still show mass media fields for mass media that are not hard disks (eg:
cdroms, dvdrom, burners, ...)
remove old SCSI garbage code
adapt fields name to new behavior of mousedrake on 2.6.x kernels
smoother mouse data: sort fields
show more fields for mice
move mice help where it belongs
simplify
display media type for mass storage devices
fix undisplayed fields:
- if a per-class group exists, prefer it upon generic group
- only care about current group fields, not about those of the group
that has
the same name in generic
show splited vendor and description fields for USB hard disks too
* share/po/fr.po: spell-check french translations
update
typo fixes
* drakxtools.spec: 10-46mdk
cleanups build
typo fix
* standalone/service_harddrake: fix logs of newly added hardware
fix warnings
only log about nv <-> nvidia swtich only if we do have to perform it
fix mouse autoconfiguration done on every boot instead of on 2.4.x/2.6.x
switches
simplify x11 autoconf
log error if a tool isn't executable
simplify globetrotter case: skip non interactive stuff
do not uselessy fork shells
log error when we cannot run the config tool
faster auto mouse reconfiguration on major kernel switch
harddrake wasn't aware of newly added wireless network card since early
2004/02
fix logs of newly added hardware
fix mouse autoconfiguration done on every boot instead of on 2.4.x/2.6.x
switches
2004/06/19 yrahal
* share/po/ar.po: Committing Arabic translation
Sync with Arabeyes.org's CVS
2004/06/18 Olivier Blin <oblin at mandrakesoft.com>
* mdk-stage1/disk.c: in iso install, use ISOPATH environment variable
instead of loopback device filename (limited to 64 chars)
* pkgs.pm: add and use install_any::method_allows_medium_change
in disk-iso install, automatically choose and change ISO images,
according to their volume id and application id
* install_steps_gtk.pm, install_steps_interactive.pm: fix
method_allows_medium_change calls (I suck)
add and use install_any::method_allows_medium_change
in disk-iso install, automatically choose and change ISO images,
according to their volume id and application id
* c/stuff.xs.pl: in iso install, use ISOPATH environment variable instead
of loopback device filename (limited to 64 chars)
in disk-iso install, automatically choose and change ISO images,
according to their volume id and application id
* install_any.pm: in disk-iso install, strip old root from ISOPATH and
remove iso file from path if present
in iso install, use ISOPATH environment variable instead of loopback
device filename (limited to 64 chars)
add and use install_any::method_allows_medium_change
in disk-iso install, automatically choose and change ISO images,
according to their volume id and application id
2004/06/18 Rafael Garcia-Suarez <rgarciasuarez at mandrakesoft.com>
* install_any.pm: Don't ask a supplementary CD for upgrades
2004/06/18 tsdgeos
* share/po/ca.po: typos
2004/06/18 Thierry Vignaud <tvignaud at mandrakesoft.com>
* standalone/drakupdate_fstab: merge floppies support from MDK-10-branch
* harddrake/autoconf.pm: merge x11 autoconf support from MDK-10-branch
* authentication.pm (configure_krb5_for_AD) fix kerberos server lookup
(vincent guardiola)
* install_steps_newt.pm: fix comment
* standalone/service_harddrake: only stop boot progressbar if there a non
automatic tool to run
merge globetrotter support from MDK-10-branch
merge mouse autoreconfiguration when switching between 2.4.x and 2.6.x
kernels
from MDK-10-branch
merge x11 autoconf support from MDK-10-branch
only stop boot progressbar if there a non automatic tool to run
* install_steps_gtk.pm, do_pkgs.pm, install2.pm, install_gtk.pm: merge
globetrotter support from MDK-10-branch
* standalone/harddrake2: add help for new fields
group driver fields for sound cards
do not display PCI/USB vendor id in identification section
- simplify item grouping
- always show identification first
fix displaying pci/usb vendor and device id
display bus (PCI, USB, ...) first
fix help for floppies
- add infrastructure in order to group fields
- start to group fields for mass media, CPUs and generic PCI/USB
devices
* drakxtools.spec: update 10-45mdk
10-45mdk
* Xconfig/card.pm: merge from MDK-10-branch: add support for ATI_GLX and
NVIDIA_GLX cohabitation
2004/06/17 Olivier Blin <oblin at mandrakesoft.com>
* mdk-stage1/probing.c: enlarge your scsi buffer (previous size wasn't
enough with more than one scsi device, fixed thanks to nplanel)
* mdk-stage1/disk.c: add disk-iso install method
do not delete loopbacks devices before umount but after
2004/06/17 Pixel <pixel at mandrakesoft.com>
* authentication.pm:
- AD_users_db is cn=users,ldap_domain and not
cn=users,dc=servername,ldap_domain
- AD_user (for binddn) is user@domain instead of
cn=user,cn=users,ldap_domain
- better system-auth krb5 configuration
(all this as requested by Vincent Guardiola)
2004/06/17 Rafael Garcia-Suarez <rgarciasuarez at mandrakesoft.com>
* pkgs.pm, install_any.pm: Install with a supplementary CD:
allow to override the main compssUsers and rpmsrate
2004/06/17 Thierry Vignaud <tvignaud at mandrakesoft.com>
* drakxtools.spec: bump buildrequires on ldetect-devel so that tools get
proper module
information on USB devices (we should really use a shared library
instead ...)
compile everything with standard flags from rpm
* harddrake/data.pm (pciusb_id) fix duplicated USB disks (in both disk and
unknown categories)
(set_removable_configurator) fix typo preventing adding entries in
/etc/fstab for new removable media
(pciusb_id) fix duplicated USB disks (in both disk and unknown
categories)
(set_removable_configurator, set_removable_remover) use the same flags
as hotplug does when calling drakupdate_fstab
(set_removable_configurator) fix adding a removable medium
* tools/cvslog2changelog.pl: perl_checker cleanups
* standalone/drakupdate_fstab: add support for floppies
* lang.pm, ugtk2.pm: kill warnings
* standalone/service_harddrake: autoconfigure mouse when swtiching back
between 2.4.x and 2.6.x kernels
* standalone/harddrake2: kill warnings
kill usb_id like usb_vendor is (for USB mass storage media)
add missing field for hard disks
the split of the cpu help nicely show up that mice were using CPU help.
let's describe their "name" field too.
split out CPU help
use new infrastructure in order to not display useless floppy help for
SCSI
disks
add infrastructure for per class help (and add missing space around
brackets
that perl_checker did miss :-()
perl_checker cleanup
* install_steps_gtk.pm, install_gtk.pm: fix applying keyboard
configuration in globetrotter's first time wizard
* Xconfig/card.pm (install_server) remove proprietary gl libraries when
configuring a non
ATI/NVIDIA card and redo ldconfig cache accordingly
(to_raw_X) load non nvidia glx for all non nvidia cards, thus fixing 3D
on non
NVIDIA/ATI gfx card
2004/06/15 Olivier Blin <oblin at mandrakesoft.com>
* mdk-stage1/disk.c: redesign of the ISO image selection dialog, add an
entry in the list to allow to use the directory as a mirror tree
do not try to mount the partition in testing mode, assume it is already
mounted
del loop device after unmount
* mdk-stage1/Makefile: upgrade distrib version
* mdk-stage1/network.c: allow to go back in proxy selection window
fix return code handling in mirror list selection
fix typo spotted by John Keller
redesign to add "Specify the mirror manually" entries in mirror list
selection
2004/06/15 Pixel <pixel at mandrakesoft.com>
* fsedit.pm: rename is_same_part to are_same_partitions (not that much
clear, but at least a little)
use "find { ... }"
* Makefile: allow easy tracing of stage2
remove PERL_INSTALL_DEBUG code modifying install2 (unused and not
working anyway)
* diskdrake/hd_gtk.pm, diskdrake/interactive.pm: rename is_same_part to
are_same_partitions (not that much clear, but at least a little)
* keyboard.pm: the presence of loadkeys doesn't mean it is the regular
one. (fixes loadkeys calling itself)
* mdk-stage1/lomount.c, devices.pm: increase the number of loopbacks
(needed for mandrakemove where the default (8) is much too low :)
increase the number of loopbacks (needed for mandrakemove where the
default (8) is much too low :)
* install_any.pm: remove some broken sparc code
* fs.pm:
- new function subpart_from_wild_device_name()
- use it
2004/06/15 Stew Benedict <sbenedict at mandrakesoft.com>
* standalone/drakbackup: .backupignore issues (email reports), typo in
"other" routine
.backupignore issue (email reports), typo in "other" routine
2004/06/15 Thierry Vignaud <tvignaud at mandrakesoft.com>
* harddrake/data.pm (set_removable_configurator) switch from diskdrake to
drakupdate_fstab
(like hotplug we just automatically guess what's better)
update comment
rename usbnet as net_modules
* drakxtools.spec: fix 10-44mdk's changelog
2004/06/14 jjorge
* share/po/pt.po: saraiva
2004/06/14 Olivier Blin <oblin at mandrakesoft.com>
* mdk-stage1/disk.c: rephrase question again
rephrase again the disk install questions (thanks to Pierre Jarillon,
Rapsys|Phoenix and John Kelller)
rephrase the partition selection message
* mdk-stage1/network.c: move mirror list functions upper
rename variables for extra cohesion
fix brown paper bug combo
always fill proxy fields of interfaces
* mdk-stage1/stage1.c: do not mount sysroot in testing mode
2004/06/14 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/ms.po, share/po/sk.po, share/po/gl.po, share/po/pt_BR.po,
share/po/th.po, share/po/et.po, share/po/ja.po, share/po/hr.po,
share/po/be.po, share/po/ko.po, share/po/DrakX.pot, share/po/sv.po,
share/po/sr.po, share/po/pl.po, share/po/fi.po, share/po/he.po,
share/po/ca.po, share/po/da.po, share/po/ar.po, share/po/ltg.po,
share/po/ky.po, share/po/uz.po, share/po/ro.po, share/po/zh_TW.po,
share/po/zh_CN.po, share/po/sr@Latn.po, share/po/sq.po, share/po/it.po,
share/po/eu.po, share/po/es.po, share/po/lv.po, share/po/hu.po,
share/po/fa.po, share/po/id.po, share/po/ru.po, share/po/br.po,
share/po/sl.po, share/po/tr.po, share/po/mt.po, share/po/ga.po,
share/po/mn.po, share/po/uk.po, share/po/am.po, share/po/lt.po,
share/po/tg.po, share/po/bs.po, share/po/mk.po, share/po/wa.po,
share/po/is.po, share/po/hi.po, share/po/af.po, share/po/az.po,
share/po/pt.po, share/po/fr.po, share/po/ta.po, share/po/vi.po,
share/po/nl.po, share/po/de.po, share/po/tl.po, share/po/eo.po,
share/po/bg.po, share/po/cs.po, share/po/el.po, share/po/uz@Latn.po:
updated pot file
* pixmaps/langs/lang-ber.png: Added image for Berber language, so it is
available when it would be needed
* share/po/nb.po: updated Norwegian file
updated pot file
* share/po/nn.po: updated Nynorsk file
updated pot file
* share/po/cy.po: updated Welsh file
updated pot file
2004/06/14 Thierry Vignaud <tvignaud at mandrakesoft.com>
* standalone/harddrake2: enforce introduction of translators hints into
translation catalogs
(perl_checker should have been loudly complain on those!!!! :-():
- add missing coma caracter
- move them near translations
note that i didn't bother check po comments that already have the proper
comma. instead this should be done by perl_checker which should warn
about po
comments out of translation calls and tags contexts
display more data about hard disks (geometry, number of primary/extended
partitions)
* network/netconnect.pm, standalone/drakTermServ, standalone/drakbackup,
ugtk2.pm: merge fixes from HEAD
* standalone/service_harddrake: do not automatically switch from nv to
nvidia (in order to handle
cases where nvidia module crashes the system)
merge fix from HEAD
* interactive/newt.pm (ask_fromW_real) make previous button be labeled
"cancel" when needed
* drakxtools.spec: 10-44mdk
* standalone/printerdrake, standalone/draksec, standalone/drakconnect:
enforce introduction of translators hints into translation catalogs
(perl_checker should have been loudly complain on those!!!! :-():
- add missing coma caracter
- move them near translations
note that i didn't bother check po comments that already have the proper
comma. instead this should be done by perl_checker which should warn
about po
comments out of translation calls and tags contexts
* standalone/drakperm: enable drag on drop when looking only at customized
settings
* harddrake/data.pm: since some hard disks are USB models, we've to
filtering them out once we've
detected them in order to prevent tem to appear in the "unknown/other"
category
ethernet card detection: only rely on driver for matching ethernet
cards, thus
preventing mislisting of other/unwanted devices (eg: bluetooth, wlan,
AX25).
last but not least, it enables us to catch
ldetect/ldetect-lst/detect_devices
bugs where some devices are *not* seen by drakx and drakconnect.
remove useless filtering in bridges detection code since proper
filtering (for
dobles) is already done at the upper level.
fix misdetection of nvidia nforce ethernet cards (broken since forcedeth
replaced nvnet on 2004-01-21 in MDK10's ldetect-lst)
merge fixes from HEAD
* standalone/draksplash: enforce introduction of translators hints into
translation catalogs
(perl_checker should have been loudly complain on those!!!! :-():
- add missing coma caracter
- move them near translations
note that i didn't bother check po comments that already have the proper
comma. instead this should be done by perl_checker which should warn
about po
comments out of translation calls and tags contexts
merge fixes from HEAD
2004/06/11 Olivier Blin <oblin at mandrakesoft.com>
* mdk-stage1/stage1.c: enable MODE_TESTING if the DEBUGSTAGE1 environment
variable is set
* mdk-stage1/tools.c: in testing mode, try to open cmdline file in current
directory before trying in /proc
* mdk-stage1/disk.c: let the user choose between ISO images containing a
stage2 installer if a directory containing ISO images has been specified
* mdk-stage1/network.c: do not ask proxy settings if interface wasn't
brought up (stupid me)
add http proxy settings in interface_info struct, and ask them right
after the interface is up, so that they can be used to fetch the mirror
list
* mdk-stage1/network.h: add http proxy settings in interface_info struct,
and ask them right after the interface is up, so that they can be used
to fetch the mirror list
2004/06/11 Thierry Vignaud <tvignaud at mandrakesoft.com>
* standalone/draksplash: merge lost hunk
s/_([xy])\b/_\1\1/ so that cperl-mode is happier
make draksplash work again...
2004/06/10 Olivier Blin <oblin at mandrakesoft.com>
* standalone/drakboot: fix trainee suckiness
* mdk-stage1/config-stage1.h: use new product name (Mandrakelinux)
* mdk-stage1/mount.c, mdk-stage1/disk.c: ntfs support in install from disk
(on nplanel request, but to actually work, it would need the BOOT
kernels to include the ntfs module)
2004/06/10 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/tg.po: updated Tajik file
2004/06/10 Pixel <pixel at mandrakesoft.com>
* detect_devices.pm: perl_checker compliance
- hde is ide/host1/bus0/target0/lun0, and not
ide/host0/bus2/target0/lun0
- add host in hd struct for bus ide
2004/06/10 Thierry Vignaud <tvignaud at mandrakesoft.com>
* network/netconnect.pm: first lan step: replace the "manual choice"
string by the more
meaningfull "manually load a driver"
first lan step: do not compare translated strings, use format callback
* security/level.pm (get) default to standard level; else security::msec
won't be able to
load any values when level is not set (thus resulting in an empty
draksec GUI)
* tools/cvslog2changelog.pl: add olivier blin
2004/06/09 Olivier Blin <oblin at mandrakesoft.com>
* mdk-stage1/stage1.c: in move, use stg1_info_message() instead of
stg1_error_message() not to disable MODE_AUTOMATIC
in move, use stg1_info_message() instead of stg1_error_message() not to
disable MODE_AUTOMATIC if not enough memory
2004/06/09 Thierry Vignaud <tvignaud at mandrakesoft.com>
* share/po/fr.po: update
* drakxtools.spec: 10-43mdk
2004/06/08 Olivier Blin <oblin at mandrakesoft.com>
* mdk-stage1/config-stage1.h: in ftp install, display a mirror list
(fetched from http://www.linux-mandrake.com/mirrorsfull.list) to allow
the user to choose the medium, the host, and automatically find the path
on mirror (next try, I suck Pixel said)
* mdk-stage1/network.c: in ftp install, display a mirror list (fetched
from http://www.linux-mandrake.com/mirrorsfull.list) to allow the user
to choose the medium, the host, and automatically find the path on
mirror
include missing header for uname
in ftp install, check that modules for the boot kernel are available in
mdkinst live location (they won't be used by the installer, but if they
aren't here, they probably won't be in the mdkinst tarball)
* mdk-stage1/url.h, mdk-stage1/url.c: list only the requested file in
ftp_get_filesize() instead of the whole directory (the buffer happens to
be too small sometimes), make this function available for other modules
2004/06/08 Pixel <pixel at mandrakesoft.com>
* Xconfig/monitor.pm: fix typo causing "Out of memory"
* Xconfig/card.pm, install_steps_gtk.pm, share/list.i386, pkgs.pm,
standalone/drakedm, install2.pm, install_steps.pm, Xconfig/main.pm,
Xconfig/test.pm, standalone/XFdrake, install_steps_interactive.pm:
switch to xorg
* authentication.pm: add "Active Directory" authentication (alpha code)
* share/rpmsrate:
- obsolete: gnome-vfs-extras xanim nist mtv gatos mokmod
ghostscript-utils tetex-latex-arab-doc sgml-tools
ghostscript-module-SVGALIB kdenetwork-kit ApacheJServ
cameleo unarj unstuff postgresql-python mercury NVIDIA_nforce*
fonts-type1-baltic gnorpm
- obsolete games: xtrojka bunnies xgammon xpuzzles 7colors xrally
gtulpas gtkgo
- obsolete and the new one is auto required: MAKEDEV
- xine-oss xine-xv are in xine-plugins which is required by xine-ui
- gatos is no more, replacing with ati.2 (??)
- replace php with php-cgi (??)
- replace scanner-gui with xsane and "KDE kdegraphics-kooka"
- replace clispp2c with clisp (??)
- replace autoconf with autoconf2.1
- replace automake with automake1.4
- switch to gimp2_0
- everybuddy is now ayttm
- gimp-plugin is no more, but adding gimp-help
- Epplets is now epplets (since a lot of time)
- mandrake-galaxy is now mandrakegalaxy
- prelude is now prelude-manager
- kdenetwork-kmail is now kdepim-kmail (same for kdepim-korn and
kdepim-knode)
- many XFree86-* are now xorg-x11-*, others are removed (the old
XFree3 servers)
- libxfree86-devel is now libxorg-x11-devel
- libxfree86-static-devel is now libxorg-x11-static-devel
- tight-vnc-doc is now tightvnc-doc
- php-manual is now php-manual-{en,fr,...}
- sketch is now skencil
- libgr-progs is now netpbm
- MySQL-devel is now libmysqlXX-devel
- replace xkobo with skobo
- fix typo for xtraceroute (bad layout for flag 3D)
- libiw27 instead of libiw26
- libhpojip0 instead of libhpojip
2004/06/08 Rafael Garcia-Suarez <rgarciasuarez at mandrakesoft.com>
* share/list: A chunk of the previous patch wasn't suitable for 10.0
Report revisions 1.124, 1.125 and 1.126 from HEAD
2004/06/08 Stew Benedict <sbenedict at mandrakesoft.com>
* standalone/drakbackup: Bugzilla #9877 - deal with kernel ring buffer
that is flooded with msgs
for tape device detection.
2004/06/08 Thierry Vignaud <tvignaud at mandrakesoft.com>
* standalone/drakedm: kill dead code
* tools/cvslog2changelog.pl: add rafael
2004/06/08 Pixel <pixel at mandrakesoft.com>
* install_steps_gtk.pm, share/list.i386, install2.pm, standalone/XFdrake,
install_steps_interactive.pm: switch to xorg
* authentication.pm: add "Active Directory" authentication (alpha code)
* share/rpmsrate:
- obsolete: gnome-vfs-extras xanim nist mtv gatos mokmod
ghostscript-utils tetex-latex-arab-doc sgml-tools
ghostscript-module-SVGALIB kdenetwork-kit ApacheJServ
cameleo unarj unstuff postgresql-python mercury NVIDIA_nforce*
fonts-type1-baltic gnorpm
- obsolete games: xtrojka bunnies xgammon xpuzzles 7colors xrally
gtulpas gtkgo
- obsolete and the new one is auto required: MAKEDEV
- xine-oss xine-xv are in xine-plugins which is required by xine-ui
- gatos is no more, replacing with ati.2 (??)
- replace php with php-cgi (??)
- replace scanner-gui with xsane and "KDE kdegraphics-kooka"
- replace clispp2c with clisp (??)
- replace autoconf with autoconf2.1
- replace automake with automake1.4
- switch to gimp2_0
- everybuddy is now ayttm
- gimp-plugin is no more, but adding gimp-help
- Epplets is now epplets (since a lot of time)
- mandrake-galaxy is now mandrakegalaxy
- prelude is now prelude-manager
- kdenetwork-kmail is now kdepim-kmail (same for kdepim-korn and
kdepim-knode)
- many XFree86-* are now xorg-x11-*, others are removed (the old
XFree3 servers)
- libxfree86-devel is now libxorg-x11-devel
- libxfree86-static-devel is now libxorg-x11-static-devel
- tight-vnc-doc is now tightvnc-doc
- php-manual is now php-manual-{en,fr,...}
- sketch is now skencil
- libgr-progs is now netpbm
- MySQL-devel is now libmysqlXX-devel
- replace xkobo with skobo
- fix typo for xtraceroute (bad layout for flag 3D)
- libiw27 instead of libiw26
- libhpojip0 instead of libhpojip
2004/06/08 rgarciasuarez
* share/list: Report revisions 1.124, 1.125 and 1.126 from HEAD
2004/06/07 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/et.po: updated Estonian file
updated pot file
* share/po/ms.po, share/po/sk.po, share/po/gl.po, share/po/pt_BR.po,
share/po/th.po, share/po/ja.po, share/po/hr.po, share/po/be.po,
share/po/ko.po, share/po/DrakX.pot, share/po/sv.po, share/po/sr.po,
share/po/pl.po, share/po/fi.po, share/po/he.po, share/po/ca.po,
share/po/da.po, share/po/ar.po, share/po/ltg.po, share/po/nb.po,
share/po/ky.po, share/po/uz.po, share/po/ro.po, share/po/zh_TW.po,
share/po/zh_CN.po, share/po/sr@Latn.po, share/po/sq.po, share/po/it.po,
share/po/eu.po, share/po/es.po, share/po/lv.po, share/po/hu.po,
share/po/fa.po, share/po/id.po, share/po/ru.po, share/po/br.po,
share/po/sl.po, share/po/nn.po, share/po/tr.po, share/po/mt.po,
share/po/ga.po, share/po/mn.po, share/po/uk.po, share/po/am.po,
share/po/lt.po, share/po/cy.po, share/po/tg.po, share/po/bs.po,
share/po/mk.po, share/po/wa.po, share/po/is.po, share/po/hi.po,
share/po/af.po, share/po/az.po, share/po/pt.po, share/po/fr.po,
share/po/ta.po, share/po/vi.po, share/po/nl.po, share/po/de.po,
share/po/tl.po, share/po/eo.po, share/po/bg.po, share/po/cs.po,
share/po/el.po, share/po/uz@Latn.po: updated pot file
2004/06/07 Pixel <pixel at mandrakesoft.com>
* mdk-stage1/stage1.c, mdk-stage1/init.c: nasty kernel now gives us weird
PIDs, so we can't rely on this to detect if we are running
on a live box or not. So set testing to 0
* mdk-stage1/dietlibc/lib/alloc.c: fix build with gcc 3.4 (+ little
cleanup)
* mouse.pm: hid is missing (and not needed) on kernel 2.6.7.0.rc2
* mdk-stage1/dietlibc/Makefile:
- fix build on gcc 3.4
- much nicer detection of wether $ARCH/Makefile.add modifies CFLAGS or
not
2004/06/04 Damien Chaumette <dchaumette at mandrakesoft.com>
* network/netconnect.pm: switch ONBOOT to on/off for isdn and adsl
connections
* network/adsl.pm: remove some FIXME comments
2004/06/04 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/gl.po: updated Galician file
2004/06/04 Thierry Vignaud <tvignaud at mandrakesoft.com>
* standalone/service_harddrake.sh: run harddrake service earlier
* any.pm (setupBootloader) remove debugging messages
(setupBootloader__entries) fix typo (Andrea Celli)
2004/06/03 Pixel <pixel at mandrakesoft.com>
* Xconfig/xfree.pm: add resolution 1920x1200 called WUXGA (used by Dell
Laptops Inspiron 8500, 8600 and Latitude D800) (bugzilla #6795)
* tools/cvslog2changelog.pl: add AUTHOR environment option for my warly
reports
* patch/patch-rh9-mdk10.pl: only big known bug remaining is mouse
configuration
* mdk-stage1/probing.c: use the same technique as ldetect for detecting
usb and firewire controllers (based on the pci class)
use the same technique as ldetect for detecting usb and firewire
controllers (based on the pci class)
2004/06/02 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/de.po: updated German file
2004/06/02 Pixel <pixel at mandrakesoft.com>
* any.pm:
- add descriptions for NFS and SMB (thanks to bugzilla #9940)
- don't iterate on %l, better iterate on %types
* fs.pm:
- stop mounting ext3 partitions using type ext2 during install
- stop fsck'ing ext3 partitions (it was only done during install, not
upgrade)
2004/06/01 Damien Chaumette <dchaumette at mandrakesoft.com>
* network/adsl.pm: s#ppp/peers/adsl#ppp/peers/ppp0#
as we now use ifup-ppp for adsl, it will look for ppp0
new way to specify how to up connection for pppoe(xDSL) and others(ADSL)
2004/06/01 jjorge
* share/po/pt.po: saraiva
2004/06/01 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/am.po: updated Amharic file
* share/po/nb.po: updated Norwegian po file
2004/06/01 Pixel <pixel at mandrakesoft.com>
* standalone/drakboot: rollback weird and ugly workaround when pressing
cancel on the ask_warn. The real fix is in ugtk2.pm
* any.pm: handle the nfs/smb service disabled (enhancement given by
Olivier Blin)
* ugtk2.pm: when wizcancel occurs, ugtk2 object is not destroyed (the
garbage collector seems to have some pbs taking care of this, but since
many callbacks using it are registered, it's no wonder)
(fixes pressing "Cancel" on a ->ask_warn in wizard mode)
(set_text): fix "cleanups"
2004/06/01 Stew Benedict <sbenedict at mandrakesoft.com>
* standalone/drakbackup: Really apply gui fix.
Use array rather than hash per Thierry.
Insure ftp transfers are binary, fix gui problem (in 10.0 update also).
Binary ftp/gui fixes from cooker branch.
* standalone/drakTermServ: Use array rather than hash per Thierry.
Insure ftp transfers are binary, fix gui problem (in 10.0 update also).
2004/06/01 Thierry Vignaud <tvignaud at mandrakesoft.com>
* network/tools.pm: remove debug message
(use_windows) space cleanup
* ugtk2.pm (set_text) cleanups
* network/netconnect.pm: make LAN wizard more user friendly: move "manual
choice" after detected
interfaces
* standalone/drakboot (lilo_choice) fix error title
fix "two windows after exception" bug
* network/drakfirewall.pm: mark it as translatable for non alphabetic
languages
* drakxtools.spec: 10-42mdk
* bootloader.pm (write_grub_config) do not write partial config file (thus
garbaging previous
config) if an error occured
* detect_devices.pm (getNet) handle interface w/o ip addresses
(getNet) rollbacl to MDK10.0 detection scheme
2004/05/28 Stew Benedict <sbenedict at mandrakesoft.com>
* standalone/drakbackup: Typo in tape restore (Federico Belvisi).
2004/05/28 Thierry Vignaud <tvignaud at mandrakesoft.com>
* network/netconnect.pm (real_main) fix protocol switching from manual to
auto when stepping back
merge brown paper bug fix from TRUNK
* network/ethernet.pm (get_eth_cards) fallback on sysfs in order to get
driver and card
description when ethtool is not supported (eg: ipw2100 driver for
intel centrino)
merge from HEAD:
(get_eth_cards) fallback on sysfs in order to get
driver and card description when ethtool is not supported (eg: ipw2100
driver for intel centrino)
merge fixes from HEAD
* keyboard.pm, any.pm, c/stuff.xs.pl, standalone/drakTermServ,
standalone/net_monitor, network/drakfirewall.pm, authentication.pm,
detect_devices.pm: merge fixes from HEAD
* standalone/drakbackup: merge fix from TRUNK
merge fixes from HEAD
* network/network.pm (read_all_conf) read VLAN interfaces too
(read_all_conf) read ip aliased interfaces too
* drakxtools.spec: update 10-41mdk's changelog
10-41mdk
10-40mdk
fix 10-37mdk's indentation
fix perl Glib/Gtk2 binding requires for mdk10.0
fix 10-34.2mdk changelog indentation
update 10-34.2mdk's changelog
update 10-34.2mdk's changelog
merge fixes from HEAD
2004/05/27 Damien Chaumette <dchaumette at mandrakesoft.com>
* network/adsl.pm:
- drop old internet service code
- only one way to configure/up/down an adsl connection
* network/netconnect.pm:
- call remove_initscript because internet service is dropped
- drop write_initscript call
* network/tools.pm:
- kill write_initscript
- add remove_initscript
2004/05/27 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/am.po: Added Amharic file
2004/05/27 Pixel <pixel at mandrakesoft.com>
* fs.pm: new function isTrueLocalFS() to make a distinction between
ext3/reiserfs/... and nfs
=> allow /home on nfs (bugzilla #7460)
new function isTrueLocalFS() to make a distinction between
ext3/reiserfs/... and nfs
=> allow /home on nfs (bugzilla #7460)
* fsedit.pm, install_interactive.pm, partition_table.pm: new function
isTrueLocalFS() to make a distinction between ext3/reiserfs/... and nfs
=> allow /home on nfs (bugzilla #7460)
* Xconfig/card.pm, install2.pm, install_steps.pm, install_any.pm,
install_steps_interactive.pm: handle freeDriver which disable using
proprietary X driver (esp. for nvidia)
* any.pm: really chkconfig --add and --del for "diskdrake --fileshare"
(thanks to Olivier Blin)
instead of removing package nfs-utils or samba-server (when "diskdrake
--fileshare" disables a export kind) (bugzilla #9804)
2004/05/27 Thierry Vignaud <tvignaud at mandrakesoft.com>
* detect_devices.pm (getNet) ignore loopback device
* standalone/net_monitor (get_val) reuse c::get_netdevices() and thus skip
bogus sit0
* drakxtools.spec: 10-39mdk
10-38mdk
2004/05/26 Daouda Lo <daouda at mandrakesoft.com>
* docs/HACKING:
- perl-XML-Parser is needed at build stage
2004/05/26 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/tl.po: updated Filipino file
* keyboard.pm, share/rpmsrate, lang.pm: enabled Latgalian language choice;
prepared for Sardian;
rpmsrate: Japanese input method is now "uim"
2004/05/26 Pixel <pixel at mandrakesoft.com>
* common.pm, crypto.pm, install_any.pm: /etc/mandrake-release is now
/etc/mandrakelinux-release
* lang.pm:
- call handleI18NClp() ASAP
- create and use lang2move_clp_name()
* install2.pm: "expert" flag in stage2 is bad and deprecated, removing it!
2004/05/26 Thierry Vignaud <tvignaud at mandrakesoft.com>
* detect_devices.pm (getNet) reuse c::get_netdevices()
(getNet) support br (bridging) and tr (UML) interfaces (florin)
* c/stuff.xs.pl (netdevices) introduce it in order to list network
interfaces
2004/05/25 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/tg.po, share/po/eu.po: updated Basque and Tajik files
* share/keyboards.tar.bz2: new keyboards; new lang->keyboard
correspondences
* keyboard.pm: Nepali uses devanagari script
new keyboards; new lang->keyboard correspondences
don't trust the USB keyboard layout announc when it claims to be "us"
layout (mosdt manufacturers just keep that default value while seeling
different layouts)
2004/05/25 rvojta
* network/drakfirewall.pm:
- BitTorrent support added
2004/05/25 Thierry Vignaud <tvignaud at mandrakesoft.com>
* drakxtools.spec: update 10-37mdk's changelog
10-37mdk
* network/ethernet.pm (mapIntfToDevice) only try to lookup pci or usb
device by bus location
if its location is defined (some driver are returning bogus data on
ETHTOOL_GDRVINFO command)
(get_eth_cards) brown paper bug: fix card name lookup when driver does
not support GDRVINFO command from ETHTOOL ioctl and there's only one
card managed by this driver
* share/po/br.po: update
2004/05/24 rgarciasuarez
* share/list: Don't hardcode architecture
2004/05/24 Stew Benedict <sbenedict at mandrakesoft.com>
* standalone/drakbackup: Fix dropped .txt files when running mkisofs.
(Anthill #799)
2004/05/24 Thierry Vignaud <tvignaud at mandrakesoft.com>
* standalone/draksplash (mk_frame) minor cleanup
switch from deprecated OptionMenu into new ComboBox widget
* share/po/br.po: typo fix
* drakxtools.spec: 10-36mdk
* standalone/drakperm, standalone/drakbug, interactive/gtk.pm,
standalone/drakboot, standalone/draksec, standalone/drakfloppy,
standalone/drakTermServ, Xconfig/resolution_and_depth.pm,
standalone/drakbackup: switch from deprecated OptionMenu into new
ComboBox widget
* standalone/drakconnect: switch from deprecated OptionMenu into new
ComboBox widget
(build_notebook) simplify pull down menu filling and do not duplicate
protocols
list
* ugtk2.pm: still provide compat stuff for OptionMenu (#9826) until all
tools are
converted
2004/05/21 Stew Benedict <sbenedict at mandrakesoft.com>
* standalone/drakbackup, standalone/drakTermServ: Some new perl_checker
fixes.
2004/05/20 Stew Benedict <sbenedict at mandrakesoft.com>
* standalone/drakTermServ: Add /etc/modprobe* mount points for client
hardware config.
2004/05/19 Daouda Lo <daouda at mandrakesoft.com>
* share/list:
- Share pango modules between the FT2 and Xft backend (named fc in
pango 1.4)
- pango-modules file is now located in /etc/pango/i386/
- Add Build.pm
2004/05/19 Thierry Vignaud <tvignaud at mandrakesoft.com>
* c/stuff.xs.pl (hasNetDevice, isNetDeviceWirelessAware, getNetDriver)
explicitely use
system IFNAMSIZ instead of implicitely defining it
(isNetDeviceWirelessAware) introduce it in order to detect whether a
network interface support wireless extensions or not
forward better LAN vs wireless filtering
* network/adsl.pm: forward speedtouch fix (using kernel mode)
* network/netconnect.pm: filter LAN and Wireless cards by explicitely
checking whether network
interfaces support wireless extensions or not instead of relying on
both ethtool support (in order to get the module name) and checking
against a whitelist of known wireless awere cards
forward speedtouch fix (using kernel mode)
forward better LAN vs wireless filtering
* drakxtools.spec: 10-35mdk
2004/05/18 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/cy.po, share/po/ky.po, share/po/es.po, share/po/pl.po: updated
Kyrgyz and Welsh files
2004/05/18 Thierry Vignaud <tvignaud at mandrakesoft.com>
* ugtk2.pm (Gtk2::OptionMenu->new) kill debug message
(Gtk2::OptionMenu) transparently replace obsolete OptionMenu widget by
the new ComboBox widget
2004/05/17 Damien Chaumette <dchaumette at mandrakesoft.com>
* network/netconnect.pm: perl_checker compliance
remove speedtouch and ISDN 'only working under 2.4 kernel' warnings
2004/05/17 Pixel <pixel at mandrakesoft.com>
* authentication.pm: install autofs for nis authentication (dixit florin &
fcrozat)
* Xconfig/xfree.pm: restore the ability to specify the file where the
config should be written (since it's used by Xconfig/test.pm)
* Makefile: instead of keeping stage1 (mostly as temporary space but with
a fixed size, and for the background init),
exit the stage1 giving hand to stage2 in a tmpfs (same as what was done
for Mandrakemove)
stage2 now builds the full mdkinst, and full_stage2 is stage2 + building
mdkinst_stage2
2004/05/17 rgarciasuarez
* tools/Makefile: Clean up perl version checking in the tools makefile.
* Makefile: Remove an obsolete check for XFree86-VGA16
* share/list: Fix version of PerlIO::gzip in file list
2004/05/17 Thierry Vignaud <tvignaud at mandrakesoft.com>
* standalone/icons/drakconnect_step.png: kill unused image
* share/po/br.po: update
2004/05/16 Arkadiusz Lipiec <alipiec at elka.pw.edu.pl>
* share/po/pl.po: Fixes
2004/05/16 yrahal
* share/po/ar.po: Arabic translation
2004/05/15 Fabian Mandelbaum <fabman at 2vias.com.ar>
* share/po/es.po: Upadted Spanish messages
2004/05/14 Damien Chaumette <dchaumette at mandrakesoft.com>
* network/adsl.pm: Fixes to use speedtouch kernel driver / drop userspace
one
(happy modem with both 2.4 and 2.6)
- fix modem_run parameters to use kernel driver
- change/move pty declaration in /etc/ppp/peers/adsl
- plugin pppoatm has to be set and vpi.vci too
- new net_cnx_{up/down}, speedtouch.sh seems to be useless now
2004/05/13 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/sl.po, share/po/ky.po, share/po/hi.po: fixed "default:LTR"
string
* share/po/et.po, share/po/pt_BR.po: updated Estonian and Brazilian files
2004/05/13 Pixel <pixel at mandrakesoft.com>
* install2.pm: in manualFstab coming from auto_install.cfg, allow device
/dev/XXX instead of simply XXX
instead of keeping stage1 (mostly as temporary space but with a fixed
size, and for the background init),
exit the stage1 giving hand to stage2 in a tmpfs (same as what was done
for Mandrakemove)
* mdk-stage1/probing.c: usb cdrom has a weird size in /proc/partitions,
the result is that it is detected as floppy
usb cdrom has a weird size in /proc/partitions, the result is that it is
detected as floppy
* c/stuff.xs.pl, diskdrake/interactive.pm, fs.pm, fsedit.pm,
standalone/drakupdate_fstab: really handle LABEL=XXX in fstab (as used
by redhat) (no xfs labels yet)
* mdk-stage1/Makefile, mdk-stage1/disk.c, mdk-stage1/tools.h,
mdk-stage1/log.c, mdk-stage1/adsl.c, Makefile, mdk-stage1/cdrom.c,
share/devices, mdk-stage1/config-stage1.h, mdk-stage1/stage1.h,
mdk-stage1/tools.c, mdk-stage1/.cvsignore, share/symlinks,
mdk-stage1/stage1.c, mdk-stage1/init.c, mdk-stage1/dhcp.c,
mdk-stage1/network.c: instead of keeping stage1 (mostly as temporary
space but with a fixed size, and for the background init),
exit the stage1 giving hand to stage2 in a tmpfs (same as what was done
for Mandrakemove)
* ugtk2.pm: better error logging when gtkcreate_img or gtkcreate_pixbuf
can't find the image
* Xconfig/resolution_and_depth.pm: simplify
Xconfig::resolution_and_depth::allowed(): adapt it to the way it's
really used
$prefered_depth defaults to the greatest depths, no need to set it to 24
vmware doesn't like 24bpp (bugzilla #9755)
* Xconfig/monitor.pm: speed-up monitor choosing dialog when {VendorName}
is undef (esp. when using "use diagnostics")
2004/05/12 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/advertising/dwd-07.pl: unified two strings
* share/po/et.po: updated Estonian file
* share/po/be.po: updated po file
2004/05/12 Pixel <pixel at mandrakesoft.com>
* keyboard.pm, install_steps_interactive.pm: fix typo
* lang.pm: no lang-ltg.png, so disabling ltg
- fix typo
- fix last commit which was not using $locale_country as it should in
system_locales_to_ourlocale()
* Makefile: use busybox when dont_run_directly_stage2
* install_any.pm: fix selecting locales-LANG (it didn't really work, but
it doesn't seem needed?)
2004/05/11 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/ms.po, share/po/sk.po, share/po/gl.po, share/po/pt_BR.po,
share/po/th.po, share/po/et.po, share/po/ja.po, share/po/hr.po,
share/po/be.po, share/po/ko.po, share/po/DrakX.pot, share/po/sv.po,
share/po/sr.po, share/po/pl.po, share/po/fi.po, share/po/he.po,
share/po/ca.po, share/po/da.po, share/po/ar.po, share/po/ltg.po,
share/po/nb.po, share/po/ky.po, share/po/uz.po, share/po/ro.po,
share/po/zh_TW.po, share/po/zh_CN.po, share/po/sr@Latn.po,
share/po/sq.po, share/po/it.po, share/po/eu.po, share/po/es.po,
share/po/lv.po, share/po/hu.po, share/po/fa.po, share/po/id.po,
share/po/ru.po, share/po/br.po, share/po/sl.po, share/po/nn.po,
share/po/tr.po, share/po/mt.po, share/po/ga.po, share/po/mn.po,
share/po/uk.po, share/po/lt.po, share/po/cy.po, share/po/tg.po,
share/po/bs.po, share/po/mk.po, share/po/wa.po, share/po/is.po,
share/po/hi.po, share/po/af.po, share/po/az.po, share/po/pt.po,
share/po/fr.po, share/po/ta.po, share/po/vi.po, share/po/nl.po,
share/po/de.po, share/po/tl.po, share/po/eo.po, share/po/bg.po,
share/po/cs.po, share/po/el.po, share/po/uz@Latn.po: updated pot file
2004/05/11 Pixel <pixel at mandrakesoft.com>
* authentication.pm: fix winbind configuration and do the same for LDAP
and NIS (modifs proposed and checked by Vincent Guardiola)
* mdk-stage1/stage1.c: adapt copyright
* lang.pm:
- new function locale_to_main_locale() to replace the typical
substr($lang, 0, 2) or $lang =~ /(..)/
- new function analyse_locale_name() to replace various regexps on
locale name
- use those 2 functions for cleanup
- cleanup even more standard_locale()
perl_checker compliance
remove unused function
* drakxtools.spec: new update:
- fix pam configuration when using winbind (also fixes LDAP and NIS
(?))
* detect_devices.pm: rewrite a little probeSerialDevices(), the beginning
is still very strange
* Xconfig/test.pm: fix typo
* printer/main.pm, install_steps.pm, keyboard.pm: use
lang::analyse_locale_name() and lang::analyse_locale_name()
* http.pm, Xconfig/card.pm, printer/detect.pm, wizards.pm,
interactive/newt.pm, network/netconnect.pm, mouse.pm, install2.pm,
.perl_checker: perl_checker compliance
* ugtk2.pm: perl_checker compliance
better error logging when gtkcreate_img or gtkcreate_pixbuf can't find
the image
* any.pm: use lang::analyse_locale_name() and lang::analyse_locale_name()
more cleanup in selectLanguage()
selectLanguage():
- simplify @langs generation
- use a tree if @langs > 15, not when $::move is set
* install_steps_interactive.pm: use lang::analyse_locale_name() and
lang::analyse_locale_name()
fix ugly typo (thanks to perl_checker)
* install_any.pm: fix selecting locales-LANG (i didn't really work, but it
doesn't seem needed?)
2004/05/11 Thierry Vignaud <tvignaud at mandrakesoft.com>
* share/po/br.po: update
* harddrake/data.pm: do not run XFdrake in automatic mode, it's useless
2004/05/10 Stew Benedict <sbenedict at mandrakesoft.com>
* standalone/man/C/man5/drakbackup.conf.5: Man page for drakbackup.conf.
2004/05/10 Thierry Vignaud <tvignaud at mandrakesoft.com>
* share/po/br.po: update breton translation
2004/05/08 Arkadiusz Lipiec <alipiec at elka.pw.edu.pl>
* share/po/pl.po: Updated partially
2004/05/08 Pixel <pixel at mandrakesoft.com>
* standalone/diskdrake: perl_checker compliance
2004/05/08 Till Kamppeter <till at mandrakesoft.com>
* standalone/scannerdrake: Fixed firmware installation.
2004/05/07 Pixel <pixel at mandrakesoft.com>
* Xconfig/main.pm: remove debugging code
you can now configure monitors on heads > 1
fix an old typo
* Xconfig/various.pm, Xconfig/resolution_and_depth.pm, Xconfig/xfree.pm:
you can now configure monitors on heads > 1
* Xconfig/monitor.pm: you can now configure monitors on heads > 1
rename monitors() and $monitors to monitors_db() and $monitors_db
(preparation for next commit which adds ability to configure each
monitor)
2004/05/07 Thierry Vignaud <tvignaud at mandrakesoft.com>
* standalone/drakclock: do saner check for ntp package (Robert Vojta)
2004/05/06 Pixel <pixel at mandrakesoft.com>
* fs.pm, standalone/drakupdate_fstab: don't prefer_devfs_name when reading
/proc/mounts (which uses devfs names)
* Xconfig/card.pm: don't succeed automatic configuration (not
auto_install) when there is many cards (as requested by Joe Bolin on
cooker)
2004/05/06 Thierry Vignaud <tvignaud at mandrakesoft.com>
* share/po/br.po: update
2004/05/05 Pablo Saratxaga <pablo at mandrakesoft.com>
* lang.pm: preparing for Furlan
* share/po/gl.po: updated Galician file
2004/05/05 Thierry Vignaud <tvignaud at mandrakesoft.com>
* drakxtools.spec: fix 10-31mdk's changelog
* network/drakfirewall.pm: open more ports for samba
* network/netconnect.pm: do not offer to set DOMAINNAME2 since it is never
saved nor read (#9580)
2004/05/04 Damien Chaumette <dchaumette at mandrakesoft.com>
* network/ethernet.pm: use @cards instead of $#cards as told by master
pipi
perl_checker fixes
* network/netconnect.pm: perlchecker fixes
2004/05/04 Thierry Vignaud <tvignaud at mandrakesoft.com>
* drakxtools.spec: 10-34mdk
* standalone/drakconnect: fix interface destruction wizard
* share/po/de.po: update
2004/05/03 Damien Chaumette <dchaumette at mandrakesoft.com>
* network/netconnect.pm, network/isdn.pm: take ISDN protocol into account
for people outside Europe to use it
(kind of lost in space before)
2004/05/03 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/de.po: updated German file
2004/05/03 Pixel <pixel at mandrakesoft.com>
* install_steps.pm: no need for defensive programming
blank.img has been removed, so remove special code handling it
* docs/README: quick update, not complete
* mdk-stage1/modules.c, install_steps_interactive.pm, install2.pm,
modules.pm, mdk-stage1/stage1.c: blank.img has been removed, so remove
special code handling it
* Xconfig/xfree3.pm, Xconfig/various.pm, Xconfig/card.pm,
Xconfig/resolution_and_depth.pm, Xconfig/xfree.pm, Xconfig/test.pm,
Xconfig/xfreeX.pm, mouse.pm, Xconfig/xfree4.pm, standalone.pm,
Xconfig/default.pm, Xconfig/main.pm, Xconfig/screen.pm, Xconfig/FILES:
XFree 3 is gone!
* mdk-stage1/Makefile: stage1-disk and stage1-medias-usb are dead already
2004/05/01 Pixel <pixel at mandrakesoft.com>
* fs.pm, standalone/drakupdate_fstab, diskdrake/interactive.pm, fsedit.pm:
fix drakupdate_fstab adding twice an entry in fstab, one with the old
name, one with the devfs name
2004/04/30 Pixel <pixel at mandrakesoft.com>
* detect_devices.pm, any.pm, devices.pm:
- new getSCSI_26() not using /proc/scsi/scsi
(since we can't say first Direct-Access entry is sda anymore)
- deprecate field {raw_type}
- don't fill {device} with sgX for non-(cdrom|hd|floppy)
(hopefully not used by anything, except maybe scanners?)
- replace scdX with srX (which everybody use)
2004/04/30 Thierry Vignaud <tvignaud at mandrakesoft.com>
* standalone.pm (version) bump release number
* standalone/drakclock: time is displayed as HH:MM:SS with RTL languages
* drakxtools.spec: 10-32mdk
* harddrake/data.pm: list SATA controllers in their own category (anthill
#741)
2004/04/28 Damien Chaumette <dchaumette at mandrakesoft.com>
* network/isdn.pm: cleaning _last_ 'isdn_' prefix
drop unused ISA and EXPORT
drop isdn_ fonction names
* network/netconnect.pm: drop isdn_ fonction names
drop network::isdn->import
* harddrake/data.pm: change last isdn_detect_backend() remaining
* standalone/drakconnect: drop isdn_ fonction names
2004/04/28 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/ky.po: updated Kyrgyz file
* share/po/nn.po: Updated Nynorsk file
2004/04/28 tsdgeos
* share/po/ca.po: updating catalan translations of DrakX and drakfax
2004/04/28 Thierry Vignaud <tvignaud at mandrakesoft.com>
* share/po/fr.po: update
* standalone/service_harddrake: log removed/added hw
2004/04/27 Damien Chaumette <dchaumette at mandrakesoft.com>
* network/isdn.pm: no need to up ippp0 in net_cnx_up, it's been up'ed at
startup
* standalone/drakconnect: more gui layout fixes
* network/netconnect.pm, network/tools.pm: try to fix #3793 or at least
enhance firmware seeking on windows partition
(based upon titi's patch)
2004/04/27 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/de.po, share/po/pt_BR.po: updated Brazilian file
2004/04/27 Pixel <pixel at mandrakesoft.com>
* standalone/XFdrake: not needed for Lacie, so removing
* diskdrake/removable.pm, diskdrake/interactive.pm: revert handling --auto
for removable, it is much better done in a separate function
(the goal of this --auto is not clear at all, and is better explicitly
done)
2004/04/27 yrahal
* share/po/ar.po: Arabeyes' Arabic translation
2004/04/26 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/de.po: updated German translations
2004/04/26 Pixel <pixel at mandrakesoft.com>
* run_program.pm: create ~/tmp when needed
* mdk-stage1/stage1.c, mdk-stage1/config-stage1.h: rename MandrakeMove to
Mandrakemove
* lang.pm: utf8_should_be_needed() must return true if any of the
languages chosen is utf8, not only the main one
(it also returns true when there are many charsets)
2004/04/25 fwang
* share/po/zh_CN.po: update
2004/04/25 yrahal
* share/po/ar.po: Arabeyes.org's Arabic translation
2004/04/24 fwang
* share/po/zh_CN.po: update
2004/04/23 Damien Chaumette <dchaumette at mandrakesoft.com>
* standalone/drakconnect: re-indentation
use gtkset_border_width(Gtk2::VBox->new, 5) to create a vbox and set a
border_width at the same time
change packing to get a better GUI
* ugtk2.pm: create frame with a border witdth (titi rulez)
2004/04/23 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/nn.po: updated Nynorsk file
* share/po/gl.po: updated Galician files
2004/04/23 Thierry Vignaud <tvignaud at mandrakesoft.com>
* ugtk2.pm (shrink_topwindow) support both 10.0 and cooker
* standalone/drakconnect: remove useless ::prefix references
(build_notebook) sort ppp auth methods
* drakxtools.spec: 10-32mdk
* standalone/service_harddrake: do automatic sound configuration (one can
still switch between OSS and
ALSA through mcc)
handle again timeouts
do X11 configuration automagically
- when automatic flag is set for one hardware class, do not ask for
confirmation and just do what is needed
- only show "probing in progress" message if we did run an interactive
tool
* modules.pm (probe_category) perl_checker cleanup
(remove_alias, remove_alias_regexp, remove_alias_regexp_byname,
remove_module, set_options) add more explanations
* harddrake/data.pm: do X11 configuration automagically
(set_removable_configurator) use diskdrake instead of drakupdate_fstab
for removable media in automatic mode
set automatic flag for removable media
* diskdrake/interactive.pm, diskdrake/removable.pm: handle --auto when
managing removable media
* Xconfig/various.pm, standalone/XFdrake: handle --auto
2004/04/22 Damien Chaumette <dchaumette at mandrakesoft.com>
* modules.pm: fix 'somewhat' broken isdn type and driver name fetching
from pcitable
(this is no paper-bag)
2004/04/22 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/sl.po: updated Slovanian file
2004/04/22 Thierry Vignaud <tvignaud at mandrakesoft.com>
* standalone/service_harddrake, standalone/harddrake2: switch to new
harddrake data structure
* install_steps_interactive.pm (summary) install alsaconf too for isapnp
sound cards (it better handle some
isapnp sound cards)
* standalone/drakxtv: fix tv cards detection
* harddrake/data.pm: split usb ports from usb controllers (arnaud request)
new harddrake data structure (easier to extend)
* harddrake/v4l.pm: sync tuners list with 2.6.6-rc2 too
sync card lists with 2.6.6-rc2
2004/04/20 Damien Chaumette <dchaumette at mandrakesoft.com>
* standalone/drakconnect: move reread_net_conf to tools.pm
remove unneeded @all_cards initialisation in reread_net_conf
* network/tools.pm: move reread_net_conf to tools.pm
2004/04/20 Thierry Vignaud <tvignaud at mandrakesoft.com>
* standalone/drakconnect (populate_notebook) fix drakxtools' build
(build_notebook) do not assume there's not language that want to
translate the "dhcp" string as in other code
* drakxtools.spec: 10-31mdk
2004/04/19 dam's <dams at idm.fr>
* standalone/drakfont: attempt to correct bug #9423
2004/04/19 Damien Chaumette <dchaumette at mandrakesoft.com>
* network/adsl.pm: $adsl_modem is optional, moved to $o_adsl_modem
* standalone/drakconnect: dropped $::i in foreach loop, use $i instead
- translate strings once and only for the user.
don't bother with translated strings internally..
- drop DHCP translation, it's always DHCP
IPADDR, NETMASK and GATEWAY fields are not sensitive by default in DHCP
(broken by #8498 fix)
2004/04/19 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/cy.po, share/po/nb.po: updated Welsh and Norwegian files
2004/04/19 Stew Benedict <sbenedict at mandrakesoft.com>
* standalone/drakbackup: Consolidate button_box* code, remaining
file_dialogs.
2004/04/18 tsdgeos
* share/po/ca.po: Unfuzzying and updating
2004/04/18 yrahal
* share/po/ar.po: Arabic translation (Arabeyes.org)
2004/04/16 Stew Benedict <sbenedict at mandrakesoft.com>
* standalone/drakbackup: Some drives don't return "ATIP info from disk".
2004/04/11 yrahal
* share/po/ar.po: Arabic translation
2004/04/09 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/cy.po, share/po/uk.po: updated Ukrainian and Welsh files
* share/po/nn.po, share/po/tl.po: updated Nynorsk and Filipino files
* share/po/hi.po, share/po/eu.po: corrected default:LTR entries
2004/04/09 Thierry Vignaud <tvignaud at mandrakesoft.com>
* install_steps.pm, lang.pm (lang::write_langs) drop prefix parameter
2004/04/08 Daouda Lo <daouda at mandrakesoft.com>
* standalone/drakclock:
- test /etc/init.d/ntpd instead of /etc/ntp.conf for ntp installation
2004/04/08 keld
* share/po/da.po: updates
soft/mdkonline/po/da.po soft/wizard_perl/po/da.po
gi/perl-install/share/po/da.po
2004/04/08 Pixel <pixel at mandrakesoft.com>
* install2.pm: mount /sys before move::init() since move::init() needs it
* mdk-stage1/lomount.c:
- no need for chloop device anymore, my kernel patch applies directly
on the default loop module :)
- gzloop needs cryptoloop and zlib_inflate (why must i handle this by
hand? is my gzloop ugly?...)
* devices.pm: get rid of the chloop code (not used anymore)
2004/04/08 Thierry Vignaud <tvignaud at mandrakesoft.com>
* drakxtools.spec: bump glib/gtk+ perl binding requires
use Mandrakelinux now
10-30mdk
2004/04/07 dam's <dams at idm.fr>
* standalone/drakups: corrected drakups against new libconf 0.32
2004/04/07 Pablo Saratxaga <pablo at mandrakesoft.com>
* lang.pm: defined default font to use in KDE for devanagari and malayalam
scripts
2004/04/06 David Baudens <baudens at mandrakesoft.com>
* share/advertising/list-pwp, share/advertising/list-dwd,
share/advertising/list-dis, share/advertising/list-ppp: Don't display
commercial advertisement in development version
2004/04/06 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/ky.po, share/po/eu.po: Added Kyrgyz file; updated Basque file
2004/04/06 Stew Benedict <sbenedict at mandrakesoft.com>
* standalone/drakTermServ: Use a scalar with cat_ (Pixel suggestion).
Don't move existing dhcpd.conf, add an include for terminal-server
instead.
2004/04/06 tbacklund
* share/po/fi.po: fully translated, was 3 fuzzy, 3 untranslated
2004/04/06 Thierry Vignaud <tvignaud at mandrakesoft.com>
* ugtk2.pm (shrink_topwindow) fix faillure with perl-Gtk+-1.04x (#9411)
* install_steps_interactive.pm: typo fix
2004/04/05 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/hi.po: updated Hindi file
2004/04/05 Pixel <pixel at mandrakesoft.com>
* fs.pm: allow mounting type devpts
perl now handle cleanly utf8 string in exceptions, no need to die
\N("...")
* loopback.pm, diskdrake/hd_gtk.pm, diskdrake/interactive.pm, lvm.pm,
install2.pm, fsedit.pm, network/drakfirewall.pm, authentication.pm,
install_steps.pm, raid.pm, bootloader.pm, swap.pm, install_any.pm,
install_interactive.pm, partition_table/raw.pm, partition_table.pm,
install_steps_interactive.pm: perl now handle cleanly utf8 string in
exceptions, no need to die \N("...")
2004/04/05 Stew Benedict <sbenedict at mandrakesoft.com>
* standalone/drakbackup: Remove config-info (new home to be man page).
Use ugtk2 cursor wait/normal (share the wheel).
Combine/rework restore code.
2004/04/05 Thierry Vignaud <tvignaud at mandrakesoft.com>
* install_any.pm (setDefaultPackages) despite find and any are
semantically equivalent
in this context, any will be used there (boolean vs scalar context)
(setDefaultPackages) install alsa-utils if *any* of the present sound
card is driven by ALSA
* standalone/service_harddrake: log nv<=>nvidia switches
* share/rpmsrate: install gnome-alsamixer and alsa-utils when there's an
alsa driver sound card
setDefaultPackages
im-ja has been reported to be more user-friendly than uim
2004/04/04 keld
* share/po/da.po: updates
gi/perl-install/share/po/da.po
2004/04/04 yrahal
* share/po/ar.po: Commmitting Arabeyes.org's Arabic translation of the
week
2004/04/02 Fabian Mandelbaum <fabman at 2vias.com.ar>
* share/po/es.po: Updated Spanish translations
2004/04/02 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/fa.po, share/po/nb.po: updated Farsi and Norwegian files
2004/04/02 Pixel <pixel at mandrakesoft.com>
* mdk-stage1/Makefile: clean init-move when cleaning
* mdk-stage1/nfsmount.c: enable nfs install on old i586 machines (or maybe
poor network cards) (bugzilla #9322) (thanks to Michael Riss)
2004/04/02 Thierry Vignaud <tvignaud at mandrakesoft.com>
* share/po/br.po: update
2004/04/01 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/ms.po, share/po/gl.po, share/po/pt_BR.po, share/po/th.po,
share/po/et.po, share/po/ja.po, share/po/be.po, share/po/ko.po,
share/po/DrakX.pot, share/po/sv.po, share/po/sr.po, share/po/pl.po,
share/po/he.po, share/po/ca.po, share/po/da.po, share/po/ar.po,
share/po/ltg.po, share/po/nb.po, share/po/uz.po, share/po/ro.po,
share/po/zh_TW.po, share/po/zh_CN.po, share/po/sr@Latn.po,
share/po/sq.po, share/po/it.po, share/po/eu.po, share/po/es.po,
share/po/lv.po, share/po/hu.po, share/po/fa.po, share/po/id.po,
share/po/ru.po, share/po/sl.po, share/po/nn.po, share/po/tr.po,
share/po/mt.po, share/po/ga.po, share/po/uk.po, share/po/lt.po,
share/po/cy.po, share/po/tg.po, share/po/bs.po, share/po/mk.po,
share/po/wa.po, share/po/is.po, share/po/hi.po, share/po/af.po,
share/po/az.po, share/po/pt.po, share/po/fr.po, share/po/vi.po,
share/po/nl.po, share/po/de.po, share/po/tl.po, share/po/bg.po,
share/po/cs.po, share/po/el.po, share/po/uz@Latn.po: updated pot file
* share/po/sk.po, share/po/hr.po, share/po/fi.po, share/po/br.po,
share/po/mn.po, share/po/ta.po, share/po/eo.po: updated Mongol files
updated pot file
2004/04/01 Thierry Vignaud <tvignaud at mandrakesoft.com>
* drakxtools.spec: move harddrake service confirmation script from spec
file into its own file
* Makefile.config: list service_harddrake_confirm too
* ugtk2.pm: space cleanup
* standalone/service_harddrake_confirm: pass timeout parameter too
move harddrake service confirmation script from spec file into its own
file
* standalone/service_harddrake: let execl() handle the arg array (this is
safer)
pass timeout parameter too
enable to translate a few more messages
translate "XYZ was added/removed" messages
2004/03/31 Thierry Vignaud <tvignaud at mandrakesoft.com>
* share/po/fr.po: typo fix
* drakxtools.spec: fix drakxtools postuninstall script
2004/03/30 Pablo Saratxaga <pablo at mandrakesoft.com>
* pixmaps/langs/lang-ltg.png, lang.pm: Added missing choice for Latgalian
(it had been forgotten when adding the
10.0 new languages)
2004/03/30 Pixel <pixel at mandrakesoft.com>
* rescue/list: add /sbin/badblocks
* ugtk2.pm: fix relative file names (mostly (only?) for debugging)
2004/03/30 Thierry Vignaud <tvignaud at mandrakesoft.com>
* share/po/br.po: update
update
update
* any.pm: share translation with help.pm
* share/po/fr.po: fix inverted translations (#8217)
2004/03/29 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/hi.po: corrected default:LTR entries
* share/po/it.po: corrected default:LTR entries
updated Italian file
2004/03/29 Thierry Vignaud <tvignaud at mandrakesoft.com>
* standalone/service_harddrake: space "fix"
typo fix
only alter xfree config if we found an nvidia card
try several locations
check for compressed nvidia modules too
typo fix
* drakxtools.spec: 10-29mdk
10-28mdk
* share/po/fr.po: typo fix
update
2004/03/29 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/hi.po: corrected default:LTR entries
* share/po/it.po: corrected default:LTR entries
updated Italian file
2004/03/29 Thierry Vignaud <tvignaud at mandrakesoft.com>
* drakxtools.spec: 10-28mdk
* share/po/fr.po: update
* standalone/service_harddrake: try several locations
check for compressed nvidia modules too
typo fix
2004/03/28 yrahal
* share/po/ar.po: Arabeyes.org's translation
2004/03/26 Thierry Vignaud <tvignaud at mandrakesoft.com>
* network/netconnect.pm: s/bcm4400/b44/
* network/adsl.pm (adsl_probe_info) fix vpi, vci rereading (speedtouch
conf write hexa...)
* drakxtools.spec: fix changelog
* pkgs.pm (installTransactionClosure) fix list refreshing (warly)
2004/03/26 Warly <warly at mandrakesoft.com>
* share/rpmsrate:
- add SMP and BIGMEM for kernel-2.4
- aggregate all the kernel-2.4 in one occurence not to raised
the "complicated tags" error in install rpmsrate parsing code
2004/03/26 Thierry Vignaud <tvignaud at mandrakesoft.com>
* network/adsl.pm (adsl_probe_info) fix vpi, vci rereading (speedtouch
conf write hexa...)
misc space cleanups (thx perl_checko)
(adsl_probe_info) fix "manage interface" that broke speedtouch
configuration
* network/netconnect.pm: s/bcm4400/b44/
warn than speedtouch only works with 2.4.x kernels for now
* bootloader.pm (method_choices) blacklist again Savage, they're broken
again :-(
* drakxtools.spec: 10-27mdk
2004/03/26 Thierry Vignaud <tvignaud at mandrakesoft.com>
* network/adsl.pm (adsl_probe_info) fix "manage interface" that broke
speedtouch configuration
* network/netconnect.pm: warn than speedtouch only works with 2.4.x
kernels for now
bcm4400 is known to not support ETHTOOL
* bootloader.pm (method_choices) blacklist again Savage, they're broken
again :-(
* drakxtools.spec: 10-27mdk
* share/rpmsrate: speedtouch support is definitvely buggy with 2.6.x
kernel for now
2004/03/26 Thierry Vignaud <tvignaud at mandrakesoft.com>
* network/netconnect.pm: bcm4400 is known to not support ETHTOOL
* share/rpmsrate: speedtouch support is definitvely buggy with 2.6.x
kernel for now
2004/03/25 reinouts
* share/po/nl.po: Updated Dutch (nl) translation
by Reinout van Schouwen <reinout@cs.vu.nl>
2004/03/25 Warly <warly at mandrakesoft.com>
* share/compssUsers.server: s/PHPgroupware/Kolab server/
2004/03/24 Pixel <pixel at mandrakesoft.com>
* bootloader.pm:
- preferring "p3-smp-64GB" first (for BIGMEM + SMP)
- also adding i686-up-4GB
- cleanup code
fix extension parsing (vmlinuz-2.6.3-7mdksmp &
vmlinuz-2.6.3-7mdkenterprise vs vmlinuz-2.6.3-7mdk-p3-smp-64GB &
vmlinuz-2.6.3-7mdk-i686-up-4GB)
sorting based on @prefered is nearly unused, remove it
2004/03/24 tsdgeos
* share/po/ca.po: Unfuzzying
2004/03/24 Thierry Vignaud <tvignaud at mandrakesoft.com>
* network/isdn.pm (isdn_write_config_backend) load ISDN driver
up ippp0 interface and delete previous default route
(isdn_detect_backend) do not try to get "type" field here, we just have
nothing
to guess it there
(isdn_read_config) do not overwrite current parameters with undefed ones
* network/netconnect.pm: fix ISDN modem selection
* modules.pm (probe_category) set ISDN hisax driver type parameter
2004/03/24 Pixel <pixel at mandrakesoft.com>
* share/rpmsrate: when BIGMEM & SMP, use kernel-p3-smp-64GB
* bootloader.pm:
- preferring "p3-smp-64GB" first (for BIGMEM + SMP)
- also adding i686-up-4GB
- cleanup code
fix extension parsing (vmlinuz-2.6.3-7mdksmp &
vmlinuz-2.6.3-7mdkenterprise vs vmlinuz-2.6.3-7mdk-p3-smp-64GB &
vmlinuz-2.6.3-7mdk-i686-up-4GB)
sorting based on @prefered is nearly unused, remove it
2004/03/24 Thierry Vignaud <tvignaud at mandrakesoft.com>
* network/isdn.pm (isdn_write_config_backend) load ISDN driver
up ippp0 interface and delete previous default route
(isdn_detect_backend) do not try to get "type" field here, we just have
nothing
to guess it there
(isdn_read_config) do not overwrite current parameters with undefed ones
* network/netconnect.pm: fix ISDN modem selection
* modules.pm (probe_category) set ISDN hisax driver type parameter
* network/adsl_consts.pm: #5056 really refered to austria, not australia
2004/03/24 David Baudens <baudens at mandrakesoft.com>
* share/po/fr.po: Update translations
* share/rpmsrate: Install kdeutils-kwalletmanager by default when KDE is
installed
2004/03/24 Pixel <pixel at mandrakesoft.com>
* install_steps_gtk.pm: meta_class server (PowerPack+) needs category
Workstation
* share/rpmsrate: when BIGMEM & SMP, use kernel-p3-smp-64GB
2004/03/24 Thierry Vignaud <tvignaud at mandrakesoft.com>
* network/adsl.pm (adsl_conf_backend) only disable kernel driver for 2.4.x
kernels since
latest speedtouch package is totally broken in userland mode now :-(
* drakxtools.spec: fix changelog
one more change
one more change in 10-26mdk
* standalone/service_harddrake: switch between nv and nvidia driver if
commercial driver isn't installed
* network/adsl_consts.pm: #5056 really refered to austria, not australia
2004/03/24 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/hi.po: updated Hindi file
2004/03/24 Thierry Vignaud <tvignaud at mandrakesoft.com>
* network/adsl.pm (adsl_conf_backend) only disable kernel driver for 2.4.x
kernels since
latest speedtouch package is totally broken in userland mode now :-(
* drakxtools.spec: one more change in 10-26mdk
2004/03/23 Thierry Vignaud <tvignaud at mandrakesoft.com>
* standalone/drakgw: add a new line for lord cat
* network/netconnect.pm: fix drakconnect config writing when there's only
one configured
interface (eg: at install time) (#8998)
* drakxtools.spec: add bug reference in 10-25mdk changelog
remove doble entries in 10-25mdk changelog
10-26mdk
* standalone/drakconnect (del_intf) enable to delete ADSL and ISDN
connections
2004/03/23 fwang
* share/po/zh_CN.po: Updated Simplified Chinese translation
2004/03/23 Thierry Vignaud <tvignaud at mandrakesoft.com>
* standalone/drakgw: add a new line for lord cat
* drakxtools.spec: add bug reference in 10-25mdk changelog
remove doble entries in 10-25mdk changelog
10-26mdk
* standalone/drakconnect (del_intf) enable to delete ADSL and ISDN
connections
* network/netconnect.pm: fix drakconnect config writing when there's only
one configured
interface (eg: at install time) (#8998)
bewan PCI and ethernet ADSL modems work smoothly with 2.6.x kernels
for ISDN, do the same warning popup about supported kernels
* share/po/gl.po, share/po/ga.po: update
2004/03/23 fwang
* share/po/zh_CN.po: Updated Simplified Chinese translation
update
2004/03/23 Nicolas Planel <nplanel at mandrakesoft.com>
* any.pm: add nolapic support option (NOn Local APIC)
2004/03/23 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/fa.po, share/po/it.po, share/po/uk.po, share/po/sv.po,
share/po/mk.po, share/po/de.po, share/po/is.po, share/po/hi.po,
share/po/nn.po, share/po/et.po, share/po/ca.po, share/po/ja.po,
share/po/sq.po: corrected "default:LTR" translations
2004/03/23 Pixel <pixel at mandrakesoft.com>
* bootloader.pm, install_any.pm, install_steps_interactive.pm: LSB doesn't
need kernel 2.4 anymore
* fs.pm, standalone/diskdrake, standalone/drakupdate_fstab:
- do not pass options is_removable to set_default_options() since it
is not a global options
- replace it with a flag in the part or raw_hd
- set is_removable for part from usb drive
- ensure usb partitions are not checked at boot time (freq field in
fstab)
* keyboard.pm:
- az, tr and tr_f needs XkbOptions 'caps:shift'
- cleanup
* share/rpmsrate: replace kernel-enterprise with kernel-i686-up-4GB when
BIGMEM
2004/03/23 Thierry Vignaud <tvignaud at mandrakesoft.com>
* share/rpmsrate: install ndiswrapper for centrino chipsets
* standalone/drakgw: fix drakgw removing MII_NOT_SUPPORTED parameter from
ifcfg file (#9076)
* network/netconnect.pm: bewan PCI and ethernet ADSL modems work smoothly
with 2.6.x kernels
for ISDN, do the same warning popup about supported kernels
* standalone/drakTermServ (interactive_mode) fix button layout (prevent
button collisions and
text truncation when translated)
(client_type) fix layout (checbox was using too muche vertical space)
enable to go in in --testing mode
* standalone/drakclock: fix packing
* share/po/gl.po, share/po/cy.po, share/po/fr.po, share/po/ga.po: update
2004/03/22 Frederic Crozat <fcrozat at mandrakesoft.com>
* share/po/fr.po: Fix typo
2004/03/22 Florin Grad <florin at mandrakesoft.com>
* network/shorewall.pm: typo (forgot a space)
do not write the REDIRECT squid rules if one has only one NIC connected
to the net zone
2004/03/22 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/tl.po: updated Filipino file
2004/03/22 Thierry Vignaud <tvignaud at mandrakesoft.com>
* standalone/drakperm (row_setting_dialog) hide dialog's horizontal
separator, because
create_okcancel() already creates its own separator (Robert Vojta,
#9153)
add space around main vbox (Robert Vojta, #9153)
* standalone/drakclock: Look & feel enhancement in order to have a
smoother GUI (Robert Vojta,
#9141) :
- when not embedded, add 5 pixels border around the whole GUI
- add border around frames contents
show timezone in drakclock (Robert Vojta, #9141)
(get_servers) sort servers (Robert Vojta, #9139)
* detect_devices.pm (isTVcard) typo fix
fix tv cards managed by cx88 and saa7134 (#9112)
* harddrake/v4l.pm: fix log message
* standalone/drakxtv: fix tv cards managed by cx88 and saa7134 (#9112)
* modules.pm (write_conf) simplify
typo fix
fix tv cards managed by cx88 and saa7134 (#9112)
* standalone/logdrake (parse_file) oops, forgot one /o
fix non first searches (#9115)
2004/03/21 Alice Lafox <alice at lafox.com.ua>
* share/po/ru.po: done
2004/03/21 Fabian Mandelbaum <fabman at 2vias.com.ar>
* share/po/es.po: Updated Spanish translations
2004/03/21 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/nb.po: updated Norwegian file
* share/po/ar.po: updated Arabic file
2004/03/21 tbacklund
* share/po/fi.po: fully translated, was 25 fuzzy, 5 untranslated
2004/03/21 yrahal
* share/po/ar.po: Committing Arabeyes.org's Arabic translation
2004/03/20 Alice Lafox <alice at lafox.com.ua>
* share/po/ru.po: updated
2004/03/20 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/fa.po: updated Farsi file
2004/03/20 Thierry Vignaud <tvignaud at mandrakesoft.com>
* standalone/drakxtv: fix error message (#9080)
cleanup
fix loged message (thx perl_checko)
fix #3193:
- use right device
- offer to set the user to config
fix saa7134 detection (#5612)
testing mode
reorder modules import
fix wiping out /etc/modules.conf (scott@littlefish.ca)
Defaulted canada-cable to NTSC (Scott Mazur (scott@littlefish.ca)
* standalone/drakvpn: icon
* harddrake/v4l.pm: sync with 2.6.3-4mdk
reorder modules import
(config) read current configuration (Scott Mazur <scott@littlefish.ca>)
share translation
fix setting options for bttv instead of saa7134 (#5612)
* drakxtools.spec: move draksplash into drakxtools b/c it needs gtk+
(#7807)
oops, that should have been 25mdk
2004/03/19 Fabian Mandelbaum <fabman at 2vias.com.ar>
* share/po/es.po: Updated
2004/03/19 Frederic Crozat <fcrozat at mandrakesoft.com>
* share/rpmsrate: Update GNOME devel packages
2004/03/19 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/ja.po, share/po/DrakX.pot, share/po/nb.po, share/po/zh_CN.po,
share/po/it.po, share/po/eu.po, share/po/ru.po, share/po/uk.po,
share/po/cy.po, share/po/mk.po, share/po/af.po, share/po/tl.po,
share/po/cs.po: updated pot file
* share/po/et.po: Updated Estonian file; fixed quote in Hindi file
updated pot file
* share/po/sk.po, share/po/th.po, share/po/hr.po, share/po/sv.po,
share/po/ltg.po, share/po/zh_TW.po, share/po/sq.po, share/po/nn.po,
share/po/mn.po, share/po/pt.po, share/po/fr.po, share/po/ta.po: updated
po files
updated po files
updated pot file
* share/po/ms.po, share/po/gl.po, share/po/pt_BR.po, share/po/be.po,
share/po/ko.po, share/po/sr.po, share/po/pl.po, share/po/fi.po,
share/po/he.po, share/po/ca.po, share/po/da.po, share/po/ar.po,
share/po/uz.po, share/po/ro.po, share/po/sr@Latn.po, share/po/es.po,
share/po/lv.po, share/po/hu.po, share/po/fa.po, share/po/id.po,
share/po/br.po, share/po/sl.po, share/po/tr.po, share/po/mt.po,
share/po/ga.po, share/po/lt.po, share/po/tg.po, share/po/bs.po,
share/po/wa.po, share/po/is.po, share/po/az.po, share/po/vi.po,
share/po/nl.po, share/po/de.po, share/po/eo.po, share/po/bg.po,
share/po/el.po, share/po/uz@Latn.po: updated po files
updated pot file
* standalone/drakvpn: disambiguated string
* share/po/hi.po: updated po files
Updated Estonian file; fixed quote in Hindi file
updated pot file
2004/03/19 Pixel <pixel at mandrakesoft.com>
* detect_devices.pm: adapt to devfs (?) naming which breaks compatibility
(bugzilla #9029)
* ugtk2.pm:
- fix _find_imgfile()
- cleanup
* install_steps.pm: devfs=mount is the default for kernel 2.6 (what about
2.4 ?), so one need
devfs=nomount when devfsd is not installed
2004/03/19 Thierry Vignaud <tvignaud at mandrakesoft.com>
* share/po/fr.po: update
* standalone/drakvpn: add hint for translators (cooker-i18n request)
* drakxtools.spec: 10-24mdk
* network/netconnect.pm: eagle-usb maintainers ask not to fill dns by
default because ppp will
return better one through peerdns option
dnsX were renamed as dnsServerX+1 long time ago and are managed one
step earlier
2004/03/19 Warly <warly at mandrakesoft.com>
* standalone/drakboot: add Olivier Blin patches to reread the previous
configuration
2004/03/19 Pixel <pixel at mandrakesoft.com>
* detect_devices.pm: adapt to devfs (?) naming which breaks compatibility
(bugzilla #9029)
* ugtk2.pm:
- fix _find_imgfile()
- cleanup
* install_steps.pm: devfs=mount is the default for kernel 2.6 (what about
2.4 ?), so one need
devfs=nomount when devfsd is not installed
2004/03/19 Thierry Vignaud <tvignaud at mandrakesoft.com>
* harddrake/sound.pm (switch) perl_checker fix
* network/netconnect.pm: eagle-usb maintainers ask not to fill dns by
default because ppp will
return better one through peerdns option
dnsX were renamed as dnsServerX+1 long time ago and are managed one
step earlier
2004/03/18 David Baudens <baudens at mandrakesoft.com>
* standalone/icons/localedrake-32.png,
standalone/icons/localedrake-48.png, drakxtools.spec,
standalone/icons/localedrake-16.png, Makefile.drakxtools: Add icons for
localedrake menu entry
* share/rpmsrate: Add kdegraphics-common in GRAPHICS section
2004/03/18 marco
* share/po/it.po: successivo -> avanti
2004/03/18 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/tl.po: updated Filipino file
2004/03/18 Pixel <pixel at mandrakesoft.com>
* ugtk2.pm: new helper function may_set_icon that takes care of missing
wiz_default_up during install
* partition_table/dos.pm: not guessing a geometry when default_ok is no
big deal
2004/03/18 Thierry Vignaud <tvignaud at mandrakesoft.com>
* harddrake/sound.pm: install alsa-utils if needed (#6288)
* network/adsl.pm: only kill pppoa for sagem modem (eg for bewan, we use
pppoa plugin for
ppp)
fix bewan support by providing an ad-how /etc/ppp/options
* standalone/icons/drakups.png: use mdk icon for drakups
* network/netconnect.pm: fix obvious wrong lookup (at install time, we
must check installed
root fs instead of /)
always offer to restart adsl connections
only warn about 2.4.x kernel for bewan modem
only warn about the fact we need 2.4.x kernel when we're under 2.6.x
* Makefile.config: reput back drakups
* share/rpmsrate: install kernel-2.4.x for pci modems whose binary driver
isn't ported
on 2.6.x
2004/03/18 Warly <warly at mandrakesoft.com>
* share/rpmsrate: move the DRIVER part from INSTALL to SYSTEM
fix speedtouch-mgm -> mgmt
fix bad indentation
2004/03/18 Pablo Saratxaga <pablo at mandrakesoft.com>
* lang.pm: Gnome Low-Saxon translations use "nds_DE", putting it on
LANGUAGE
2004/03/18 Pixel <pixel at mandrakesoft.com>
* ugtk2.pm: new helper function may_set_icon that takes care of missing
wiz_default_up during install
* partition_table/dos.pm: not guessing a geometry when default_ok is no
big deal
2004/03/18 Thierry Vignaud <tvignaud at mandrakesoft.com>
* network/netconnect.pm: only warn about the fact we need 2.4.x kernel
when we're under 2.6.x
* network/adsl.pm: only kill pppoa for sagem modem (eg for bewan, we use
pppoa plugin for
ppp)
fix bewan support by providing an ad-how /etc/ppp/options
* Makefile.config: reput back drakups
* share/rpmsrate: install kernel-2.4.x for pci modems whose binary driver
isn't ported
on 2.6.x
2004/03/17 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/zh_TW.po: chinese names for countries
* share/po/uk.po: updated Ukrainian file
* share/po/mn.po: updated po files
2004/03/17 Pixel <pixel at mandrakesoft.com>
* install_gtk.pm: enlarge steps window (no pb since the window is
invisible) (bugzilla #8985)
* standalone/diskdrake: add "diskdrake
--change-geometry=<device>=[<cylinders>,]<heads>,<sectors>" to
allow forcing the geometry used in the partition table. This allows
helping
poor Windows booting using old int13 function 2. This should work when
Windows
has not been resized.
2004/03/17 Thierry Vignaud <tvignaud at mandrakesoft.com>
* harddrake/sound.pm: do not alter oss<->alsa drivers mapping table
(olivier blin, #8501)
When current driver doesn't match current sound card (because sound
card has been replaced for example), draksound allows to choose the
driver between current driver and its alternatives, but does not
propose default driver and alternatives for current sound card. So
available drivers don't match current sound card (olivier blin, #8501)
* standalone/drakedm: fix dm restart
* standalone/service_harddrake: remove /etc/asound.state *before*
restarting sound service
* drakxtools.spec: 10-24mdk
2004/03/17 Warly <warly at mandrakesoft.com>
* share/logo-mandrake.png: community install logo
2004/03/17 David Baudens <baudens at mandrakesoft.com>
* share/po/fr.po: Update advertising translations
* share/compssUsers: Update
Update
* share/rpmsrate: Fix my mistake (forgot to cvs up before commit)
Update
2004/03/17 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/zh_TW.po: chinese names for countries
2004/03/17 Pixel <pixel at mandrakesoft.com>
* partition_table/dos.pm, partition_table/raw.pm, partition_table.pm: add
set_best_geometry_for_the_partition_table to use the hd geometry instead
of the physical geometry returned by the kernel (since for now i can't
have bios geometry on 2.6)
2004/03/17 Thierry Vignaud <tvignaud at mandrakesoft.com>
* standalone/drakconnect: misc perl_checker cleanup
remove debug statements
fix no information for drivers that do not support ethtool ioctl (eg:
sk98lin): try to match the device by interface name and driver name
(won't work for several cards managed by the same driver)
* share/po/fr.po: update
* share/rpmsrate: roll-back bogus dadou commit
* network/netconnect.pm: fix pci modem support:
- handle manually installed drivers
- removed urpmi sources
- faster checking for driver presence
2004/03/17 Warly <warly at mandrakesoft.com>
* share/logo-mandrake.png: community install logo
* share/rpmsrate: s/glade/glade2/
2004/03/17 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/eu.po: updated Basque file
2004/03/17 Pixel <pixel at mandrakesoft.com>
* partition_table/raw.pm, partition_table.pm: add
set_best_geometry_for_the_partition_table to use the hd geometry instead
of the physical geometry returned by the kernel (since for now i can't
have bios geometry on 2.6)
* partition_table/dos.pm: add set_best_geometry_for_the_partition_table to
use the hd geometry instead of the physical geometry returned by the
kernel (since for now i can't have bios geometry on 2.6)
- sector2CHS() now gives sector number starting at 0
- CHS2rawCHS() takes care of giving sector number starting at 1
2004/03/17 Thierry Vignaud <tvignaud at mandrakesoft.com>
* harddrake/data.pm: split out agp controllers out of bridges
* standalone/drakups: use std banner
use new $ugtk2::wm_icon for x11 icon
* network/ethernet.pm (get_eth_cards) if SIOCETHTOOL ioctl is not
supported by driver, try
to lookup card by driver in devices list (if there's only one physical
card managed by this driver)
* standalone/logdrake, standalone/drakfont: use new $ugtk2::wm_icon for
x11 icon
* network/adsl.pm: do not pass eth interface and user to adsl-start,
they're already
provided in pppoe.conf (#2004)
* network/adsl_consts.pm: update wanadoo dns according to
http://www.wanadoo.fr/bin/frame2.cgi?u=http%3A//assistance.wanadoo.fr/reponse791.asp
* standalone/service_harddrake: add agpgart modules to modprobe.preload if
needed
* standalone/harddrake2: use new $ugtk2::wm_icon for x11 icon
show module for system bridges if it's not unknown (aka not managed by
kernel core)
blacklist agp controllers class (they're still visible in the bridges
one)
* ugtk2.pm (_create_dialog) set x11 icon for dialogs too
(new) fix x11 icon for Gtk2::Plug
(_find_imgfile) prevent matching subdirectory (eg: harddrake)
* network/netconnect.pm: fix SmartLink modem managment (#8959)
* standalone/drakconnect: misc perl_checker cleanup
remove debug statements
fix no information for drivers that do not support ethtool ioctl (eg:
sk98lin): try to match the device by interface name and driver name
(won't work for several cards managed by the same driver)
use new $ugtk2::wm_icon for x11 icon
2004/03/16 Alice Lafox <alice at lafox.com.ua>
* share/po/ru.po: transl.in progress
2004/03/16 David Baudens <baudens at mandrakesoft.com>
* share/compssUsers.server: Add NETWORKING_FILE support for PowerPackPlus
* standalone/icons/harddrake2/ide_hd.png,
standalone/icons/harddrake2/scanner.png,
standalone/icons/harddrake2/hw_mouse.png,
standalone/icons/harddrake2/joystick.png,
standalone/icons/harddrake2/hw_printer.png,
standalone/icons/harddrake2/tv.png,
standalone/icons/harddrake2/memory.png,
standalone/icons/harddrake2/multimedia.png,
standalone/icons/harddrake2/floppy.png,
standalone/icons/harddrake2/video.png,
standalone/icons/harddrake2/scsi_hd.png,
standalone/icons/harddrake2/unknown.png,
standalone/icons/harddrake2/harddisk.png,
standalone/icons/harddrake2/sound.png,
standalone/icons/harddrake2/cd.png,
standalone/icons/harddrake2/hw_network.png: Update images
2004/03/16 Pablo Saratxaga <pablo at mandrakesoft.com>
* pixmaps/langs/lang-ku.png, pixmaps/langs/lang-hy.png,
pixmaps/langs/lang-tt.png: updated and added pictures for language
selection list.
enabled choice for Filipino (we have quite good translations),
Low-Saxon and Kyrgyz.
* pixmaps/langs/lang-gn.png, pixmaps/langs/lang-nds.png,
pixmaps/langs/lang-ky.png, pixmaps/langs/lang-tk.png,
pixmaps/langs/lang-ph.png: readding images in binary mode
removed pixmaps to readd them in binary mode
updated and added pictures for language selection list.
enabled choice for Filipino (we have quite good translations),
Low-Saxon and Kyrgyz.
* lang.pm: changed order of LANGUAGE value for Filipino so monolingual
windowmanagers
can have translated menus
updated and added pictures for language selection list.
enabled choice for Filipino (we have quite good translations),
Low-Saxon and Kyrgyz.
* share/po/it.po: updated Italian file
2004/03/16 Pixel <pixel at mandrakesoft.com>
* standalone/drakupdate_fstab: choose wether to use supermount is now
based on variable SUPERMOUNT in /etc/sysconfig/dynamic
* ugtk2.pm: fix typo
- add $ugtk2::wm_icon (esp. for park-rpmdrake)
- cleanup, correct indentation
2004/03/16 Thierry Vignaud <tvignaud at mandrakesoft.com>
* standalone/logdrake (alert_config) fix wizard when logdrake is embedded
(alert_config) fix wizard on second run
(alert_config) make it a wizard again (that is, with banner,
"previous"/"next" buttons and the like)
set x11 ico
* share/rpmsrate: wireless-tools is listed twice!
speedtouch was listed two times in the old days!
install speedtouch firmware too
automatically install speedtouch for Alcatel USB ADSL modems
automatically install eagle-usb for sagem ADSL modems
install kernel-2.4.x for internal ISDN devices
* ugtk2.pm (new) set x11 icon for non wizard tools
(new) set default x11 icon
* standalone/harddrake2, standalone/drakups: set x11 ico
* standalone/drakclock: fix server lookup (#8846)
* standalone/icons/drakups.png: add drakups icon
"Copyright (C) 2004 MGE UPS SYSTEMS / Luc Descotils
This graphic is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
at your option) any later version..."
* network/netconnect.pm: bewan support
only show encapsulation parameter for sagem modem
preselect pppoa for bewan too
make it clear these checks are only for pci modems
pci modem: only take care of selected one
warn that we only support kernel 2.4.x for pci modems
remove debug statement
for ADSL Bewan and ISDN modem, warn that only 2.4.x kernels are
supported
* network/adsl.pm: bewan support
(adsl_conf_backend) fix adsl stop on pppoa links
* network/modem.pm (ppp_configure) really fix modem symlink (#7967)
* standalone/drakconnect: set x11 ico
(configure_net) do not offer to alter domain name since this is
achievable through FQDN
* standalone/drakfont (interactive_mode) better style
(interactive_mode, dialog) let's have nice icon in sub dialogs when
embedded too
(dialog) make subdialogs be transcient for main window when not embedded
set x11 ico
2004/03/16 Warly <warly at mandrakesoft.com>
* share/rpmsrate: clean majors introduced into the CVS by mistake
2004/03/15 David Baudens <baudens at mandrakesoft.com>
* share/rpmsrate: Replace xsane by scanner-gui (allows to install kooka or
xsane)
Readd Audacity (needs to be moved from Contrib to Main; it should be
installed by default for all products)
2004/03/15 Stew Benedict <sbenedict at mandrakesoft.com>
* standalone/drakTermServ: Fix misnamed inittab\$\$IP=xxx.xxx.xxx.xxx\$\$.
2004/03/15 Thierry Vignaud <tvignaud at mandrakesoft.com>
* standalone/drakconnect (configure_net) enable to alter hostname
(configure_net) fix unlisted first dns server
* drakxtools.spec: 10-23mdk
* standalone/logdrake: fix explanations in mcc that got broken by #8412
speedup
* network/netconnect.pm: always write scripts like in the old days but
when there's no cnx
skip "start on boot" step for LAN (already managed by network scripts)
perl_checker fix
write ether conf later on QA request
do not list anymore wireless cards in LAN connection, only in wireless
connections
fix ADSL modems not listed unless one try to manually pick a network
card (#8611): prevent module::interactive from offering to pick a
module when there's no network cards
* share/po/fr.po: update
2004/03/15 Florin Grad <florin at mandrakesoft.com>
* standalone/drakgw: add ppp+ and ippp+ at the interfaces list
* network/shorewall.pm: add ppp+ and ippp+ in the interfaces list
2004/03/15 reinouts
* share/po/nl.po: Updated Dutch (nl) translation
by Reinout van Schouwen <reinout@cs.vu.nl>
2004/03/15 Thierry Vignaud <tvignaud at mandrakesoft.com>
* network/netconnect.pm: do not list anymore wireless cards in LAN
connection, only in wireless
connections
fix ADSL modems not listed unless one try to manually pick a network
card (#8611): prevent module::interactive from offering to pick a
module when there's no network cards
* network/ethernet.pm (mapIntfToDevice) do not try to match a physical
device when SIOCETHTOOL ioctl is not supported
* standalone/drakclock: make the ntpdate after stopping the ntpd
(manu@agat.net, #8141)
* network/network.pm (write_interface_conf) fix missing quotes around
wireless encryption key (#8887)
* standalone/drakconnect (configure_net) fix spacing around DNS/domainname
settings table
(configure_net) write back domain name and dns servers
(configure_net) fix domainname reading
(configure_net) fix crash on internet access dialog closing
(configure_net) update connection status in background (#7800)
add --old option in order to see old interface
2004/03/14 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/fa.po: updated Farsi file
* share/po/cy.po, share/po/nn.po, share/po/ca.po: updated Welsh and
Nynorsk files
2004/03/14 tbacklund
* share/po/fi.po: fully translated, was 10 fuzzy, 1 untranslated
2004/03/14 tsdgeos
* share/po/ca.po: updating
2004/03/14 yrahal
* share/po/ar.po: Weekly Arabeyes' Arabic translation.
2004/03/13 Arkadiusz Lipiec <alipiec at elka.pw.edu.pl>
* share/po/pl.po: Updated translation
2004/03/13 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/fa.po: updated Farsi file
* share/po/cy.po: Updated Welsh file
* share/po/et.po: updated Estonian file
* share/po/uz.po, share/po/uz@Latn.po: updated Uzbek files
2004/03/13 Till Kamppeter <till at mandrakesoft.com>
* printer/printerdrake.pm: Let printerdrake install "scanner-gui" instead
of "xsane" when it sets up an HP multi-function device.
"MandrakeSoft" -> "Mandrakesoft", "Mandrake" -> "Mandrakelinux".
* standalone/scannerdrake: Let scannerdrake install "scanner-gui" instead
of "xsane", so that scanning GUI actually used can be determined by the
system environment.
"MandrakeSoft" -> "Mandrakesoft", "Mandrake" -> "Mandrakelinux".
* standalone/printerdrake: "MandrakeSoft" -> "Mandrakesoft", "Mandrake" ->
"Mandrakelinux".
2004/03/12 David Baudens <baudens at mandrakesoft.com>
* share/rpmsrate: Update for PowerPackPlus
2004/03/12 Fabian Mandelbaum <fabman at 2vias.com.ar>
* share/po/es.po: Updated
2004/03/12 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/nb.po: updated Norwegian file
* lang.pm: small correction
improved previous change
* share/po/ms.po, share/po/id.po, share/po/gl.po, share/po/br.po,
share/po/th.po, share/po/sl.po, share/po/nn.po, share/po/hr.po,
share/po/tr.po, share/po/mt.po, share/po/ga.po, share/po/be.po,
share/po/uk.po, share/po/mn.po, share/po/ko.po, share/po/sr.po,
share/po/lt.po, share/po/he.po, share/po/ca.po, share/po/ar.po,
share/po/ltg.po, share/po/uz.po, share/po/is.po, share/po/zh_TW.po,
share/po/zh_CN.po, share/po/ta.po, share/po/sq.po, share/po/sr@Latn.po,
share/po/eu.po, share/po/es.po, share/po/eo.po, share/po/bg.po,
share/po/el.po, share/po/lv.po, share/po/hu.po, share/po/uz@Latn.po:
merged some strings from mcc
2004/03/12 Thierry Vignaud <tvignaud at mandrakesoft.com>
* share/rpmsrate: eagle was renamed as eagle-usb
2004/03/12 fwang
* share/po/zh_CN.po: Updated Simplified Chinese translation
2004/03/12 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/nb.po: updated Norwegian file
* lang.pm: improved previous change
always define KDM fonts dependending on encoding (fix for bug #8714)
2004/03/12 Thierry Vignaud <tvignaud at mandrakesoft.com>
* drakxtools.spec: 10-22mdk
* standalone/drakconnect (build_notebook) default protocol is dhcp (eg for
unconfigured
interfaces), thus preventing ip checks faillure on protocol change on
other network interfaces
(apply) do not write IPADDR, NETMASK and NETWORK fields in ifcfg-ethX
when using DHCP
(apply) factorize interface hash
(apply) fix crash (is_dynamic_ip expect a hash of network interaces,
not a single interface)
(configure_net) kill useless code
(configure_net) fix layout by using a table
remove a few more parameters
(configure_net) get rid of mask now we've cleaned up parameters
only show dns from resolv.conf for now
(configure_net) remove some parameters according to specs
(configure_net) sanitize buttons layout (#8637)
* network/netconnect.pm: provide a nice way to go back to summary when
interface is already configured (#8002)
fix buttons so that they're labeled as cancel/ok instead of
previous/next when warning in network installations
fix writing drakconnect config file at install time (#7478)
* standalone/drakfont (advanced_install) "Install" button is sensitive
only if there're some
fonts in the font list
2004/03/12 Frederic Lepied <flepied at mandrakesoft.com>
* share/rpmsrate: removed audacity (in contrib)
2004/03/12 Thierry Vignaud <tvignaud at mandrakesoft.com>
* drakxtools.spec: 10-22mdk
* network/netconnect.pm: fix writing drakconnect config file at install
time (#7478)
2004/03/11 Florin Grad <florin at mandrakesoft.com>
* standalone/drakgw: fix the disable, enable functions
* network/shorewall.pm: add some tests for the REDIRECT squid rules
2004/03/11 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/tl.po: updated Filipino file
2004/03/11 Pixel <pixel at mandrakesoft.com>
* install_any.pm: fix installing locales-XX for lang=nb which needs
locales-no (one needs to use provides)
* fsedit.pm: disallow lvm on / with no /boot until lilo handles it
* install2.pm: tentatively fix lilo with lvm on /
* bootloader.pm:
- always generate a precise entry using the precise version
- remove the linux-2.4 or linux-2.6 entries which don't work together
with the precise version entry
- still have the "linux" entry
* install_steps_interactive.pm: nice fix for installing locales-XX
corresponding the chosen country (using packagesProviding())
workaround code trying to install locales-nb (bugzilla #8287)
* install_steps.pm: catch cdie's in auto_install
* do_pkgs.pm: use pkgs::packagesProviding()
* pkgs.pm:
- add function packagesProviding()
- use it
2004/03/11 Stew Benedict <sbenedict at mandrakesoft.com>
* standalone/drakbackup: Install extra packages when using wizard too.
Key transfer in GUI wasn't reporting errors.
2004/03/11 Thierry Vignaud <tvignaud at mandrakesoft.com>
* standalone/drakvpn: remove debug statement
fix previous button on first step (robert.vojta@qcm.cz, anthill #387)
* ugtk2.pm (gtktext_insert) if we want anonymous tags, just create
anonymous tags
instead of creating fake tag names that we just discard after (rand is
not guarranted to not return the same number twice...)
* harddrake/data.pm: fix in strict mode
* detect_devices.pm: workaround anthil bug #369
* mdk-stage1/probing.c: fix eth[67] detection (gc)
* standalone/drakgw: fix previous button on first step
(robert.vojta@qcm.cz, anthill #386)
* standalone/logdrake (text_append) fix second run (on next filling, we
shall not create
tags with name of existing ones)
(parse_file) fix search :-)
(log_output) take a color and a font as parameters now
(log_output__real) splited from log_output(), insert text into
textview at once
(*) use new framework to speedup (#8412)
(text_append) introduce it, forked from gtktext_insert()
unlike the later, it create named tags, thus reducing tagtable size
from 30000+ tags to 10-20, thus speedup logdrake in quite a big way.
it should probably replace gtktext_insert in mdk10.1 since all
gtktext_insert users really have quite a few tags (eg: 1 for
harddrake2 and rpmdrake)
(parse_file) speed up it by 20% (#8412) but logcolorize is the top one
in profiles
* standalone/drakboot: list yes/no for autologin in a more intuitive way,
that is yes is
grouped with user and wm pull down menus (robert.vojta@qcm.cz, anthill
#390)
2004/03/10 fwang
* share/po/zh_CN.po: update
2004/03/10 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/ms.po, share/po/sk.po, share/po/gl.po, share/po/pt_BR.po,
share/po/th.po, share/po/et.po, share/po/ja.po, share/po/hr.po,
share/po/be.po, share/po/ko.po, share/po/DrakX.pot, share/po/sv.po,
share/po/sr.po, share/po/pl.po, share/po/fi.po, share/po/he.po,
share/po/ca.po, share/po/da.po, share/po/ar.po, share/po/ltg.po,
share/po/nb.po, share/po/uz.po, share/po/ro.po, share/po/zh_TW.po,
share/po/zh_CN.po, share/po/sr@Latn.po, share/po/sq.po, share/po/it.po,
share/po/eu.po, share/po/es.po, share/po/lv.po, share/po/hu.po,
share/po/fa.po, share/po/id.po, share/po/ru.po, share/po/br.po,
share/po/sl.po, share/po/nn.po, share/po/tr.po, share/po/mt.po,
share/po/ga.po, share/po/mn.po, share/po/uk.po, share/po/lt.po,
share/po/cy.po, share/po/tg.po, share/po/bs.po, share/po/mk.po,
share/po/wa.po, share/po/is.po, share/po/hi.po, share/po/af.po,
share/po/az.po, share/po/pt.po, share/po/fr.po, share/po/ta.po,
share/po/vi.po, share/po/nl.po, share/po/de.po, share/po/eo.po,
share/po/bg.po, share/po/cs.po, share/po/el.po, share/po/uz@Latn.po:
updated pot file
* share/po/tl.po: updated pot file
Updated Filipino file
* keyboard.pm: list jp106 keyboard as latin only to avoid the misleading
screen about
language switching (japanese input doesn't use that method)
2004/03/10 Thierry Vignaud <tvignaud at mandrakesoft.com>
* share/po/help-zh_CN.pot, share/po/ms.po, share/po/sk.po, share/po/gl.po,
share/advertising/dwd-04.pl, share/po/pt_BR.po, share/po/th.po,
share/po/et.po, share/po/ja.po, share/po/hr.po,
install_steps_interactive.pm, network/netconnect.pm, share/po/be.po,
share/advertising/dis-10.pl, share/po/ko.po, share/po/DrakX.pot,
share/po/sv.po, share/po/sr.po, share/po/pl.po, share/po/fi.po,
share/po/he.po, network/drakfirewall.pm, install_steps_newt.pm,
share/po/da.po, share/po/ca.po, share/po/ar.po, share/po/ltg.po,
share/po/nb.po, share/po/uz.po, share/po/help-ru.pot,
share/advertising/dwd-02.pl, standalone/printerdrake, share/po/ro.po,
share/advertising/dwd-01.pl, share/advertising/dis-01.pl,
share/po/zh_TW.po, share/po/sr@Latn.po, share/po/sq.po,
share/advertising/dwd-05.pl, share/po/it.po, share/po/eu.po,
share/po/es.po, share/advertising/ppp-10.pl, share/po/lv.po,
share/po/hu.po, printer/printerdrake.pm, share/advertising/pwp-09.pl,
share/po/fa.po, share/po/id.po, share/po/ru.po, help.pm, share/po/br.po,
share/po/sl.po, share/advertising/ppp-03.pl, share/po/nn.po,
share/po/tr.po, share/po/mt.po, share/po/ga.po,
share/advertising/dwd-03.pl, share/po/uk.po, share/po/mn.po,
share/po/help-de.pot, share/po/lt.po, share/po/cy.po, crypto.pm,
share/advertising/ppp-02.pl, share/po/help-it.pot,
install_interactive.pm, share/advertising/dwd-07.pl, share/po/tg.po,
any.pm, install_steps_gtk.pm, share/po/bs.po, share/po/mk.po,
share/po/wa.po, install_messages.pm, share/po/is.po, share/po/af.po,
share/po/hi.po, share/po/az.po, bootloader.pm, share/po/pt.po,
share/po/vi.po, share/po/ta.po, share/po/fr.po, share/po/nl.po,
share/po/help-fr.pot, share/advertising/ppp-01.pl, share/po/tl.po,
share/po/de.po, share/advertising/pwp-03.pl,
share/advertising/ppp-04.pl, share/advertising/pwp-04.pl,
share/advertising/pwp-01.pl, share/po/help-es.pot, share/po/eo.po,
share/po/bg.po, share/po/cs.po, share/po/el.po,
share/advertising/dwd-09.pl, standalone/scannerdrake,
share/po/uz@Latn.po: spell Mandrakelinux in one word
* standalone/drakperm (row_setting_dialog) sanitize spacing in frames
2004/03/10 Florin Grad <florin at mandrakesoft.com>
* standalone/drakgw: fix the 8669 bug
2004/03/10 fwang
* share/po/zh_CN.po: update
update
2004/03/10 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/tl.po: Updated Filipino file
2004/03/10 Thierry Vignaud <tvignaud at mandrakesoft.com>
* mdk-stage1/probing.c (get_net_devices) increase max number of detectable
net cards from 6 to 10
2004/03/09 Fabian Mandelbaum <fabman at 2vias.com.ar>
* share/po/es.po: Updated Spanish translations
2004/03/09 Pixel <pixel at mandrakesoft.com>
* modules.pm: special case to handle imm & ppa on kernel 2.6:
- need parport_pc
- modules insmod always succeed, so need to check
/proc/sys/dev/parport/parport0/devices/{imm,ppa}
* keyboard.pm: keyboard::load() causes some errors on kernel 2.4, ignoring
them
* Xconfig/card.pm: catch exception (bugzilla #8726)
2004/03/09 Stew Benedict <sbenedict at mandrakesoft.com>
* standalone/drakbackup: Reverse trivial translation typo. Change
the_time() usage.
Fix breakage introduced in config rewrite.
All wizard methods should end at config summary.
Support for plain tar. Deal with mixture of formats on restore. (#8676)
Fix issue with first incremental pass not using base as comparison.
Rework most file selections to use the same sub, drop other subs.
2004/03/09 Till Kamppeter <till at mandrakesoft.com>
* printer/printerdrake.pm: Made more clear choices in the first-time
dialog of printerdrake.
2004/03/09 Thierry Vignaud <tvignaud at mandrakesoft.com>
* standalone/draksplash: fix boot_conf_path usage
rename thm_conf_path as boot_conf_path to prevent confusion with
thm_path
(write_boot_thm) simplify through mkdir_p()
misc perl_checker cleanups
fix config file path (directory is now named config, not cfg)
* harddrake/data.pm: really, really fix ISDN cards detection :-(
really adapt to new network::isdn::isdn_detect_backend() API
* share/po/fr.po: respect upcase letters
* network/isdn.pm (read_providers_backend) add prototype in order to
please lord perl_checker
* standalone/drakbackup: fix crash in wizard (#8654) (setVarsInSh use
output instead of output_p...)
(the_time) simplify
* network/netconnect.pm: fix isdn config step
isdn config step: enable to alter defined but empty fields
fix parameters reading/writin in isdn config step: take parameters
from isdn data structure, not cnx one
fix isdn config step by using runtime references
2004/03/08 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/ms.po, share/po/sk.po, share/po/gl.po, share/po/pt_BR.po,
share/po/th.po, share/po/et.po, share/po/ja.po, share/po/hr.po,
share/po/be.po, share/po/ko.po, share/po/DrakX.pot, share/po/sv.po,
share/po/sr.po, share/po/pl.po, share/po/fi.po, share/po/he.po,
share/po/ca.po, share/po/da.po, share/po/ar.po, share/po/ltg.po,
share/po/nb.po, share/po/uz.po, share/po/ro.po, share/po/zh_TW.po,
share/po/zh_CN.po, share/po/sr@Latn.po, share/po/sq.po, share/po/it.po,
share/po/eu.po, share/po/es.po, share/po/lv.po, share/po/hu.po,
share/po/fa.po, share/po/id.po, share/po/ru.po, share/po/br.po,
share/po/sl.po, share/po/nn.po, share/po/tr.po, share/po/mt.po,
share/po/ga.po, share/po/mn.po, share/po/uk.po, share/po/lt.po,
share/po/cy.po, share/po/tg.po, share/po/bs.po, share/po/mk.po,
share/po/wa.po, share/po/is.po, share/po/hi.po, share/po/af.po,
share/po/az.po, share/po/pt.po, share/po/fr.po, share/po/ta.po,
share/po/vi.po, share/po/nl.po, share/po/de.po, share/po/tl.po,
share/po/eo.po, share/po/bg.po, share/po/cs.po, share/po/el.po,
share/po/uz@Latn.po: updated pot file
2004/03/08 Pixel <pixel at mandrakesoft.com>
* install_any.pm: fix typo
in generate_automatic_stage1_params():
- handle FTP via HTTP proxy (bugzilla #8699)
- cleanup using a different data-structure
* modules.pm: a missing module is now an error, that way it won't be in
scsi_hostadapters. In load_category(), exception is caught, so no pb
when using load_category(). But beware, this may break!
2004/03/08 Stew Benedict <sbenedict at mandrakesoft.com>
* standalone/drakbackup: Fix to prevent saving host passwd when user
requests not to (#8700).
2004/03/08 Pixel <pixel at mandrakesoft.com>
* modules.pm: a missing module is now an error, that way it won't be in
scsi_hostadapters. In load_category(), exception is caught, so no pb
when using load_category(). But beware, this may break!
* install_any.pm: in generate_automatic_stage1_params():
- handle FTP via HTTP proxy (bugzilla #8699)
- cleanup using a different data-structure
2004/03/08 Stew Benedict <sbenedict at mandrakesoft.com>
* standalone/drakbackup: UI coherency (#8675).
Fix some missing configuration options (#8654).
2004/03/08 Thierry Vignaud <tvignaud at mandrakesoft.com>
* network/netconnect.pm: rename ensure_is_installed_if_availlable( as
ensure_is_installed_if_available()
install unicorn package for bewan modems
* do_pkgs.pm: rename ensure_is_installed_if_availlable( as
ensure_is_installed_if_available()
2004/03/08 Fabian Mandelbaum <fabman at 2vias.com.ar>
* share/po/es.po: Updated Spanish translations
2004/03/08 Pixel <pixel at mandrakesoft.com>
* devices.pm: nicer debug error message
* modules.pm: a missing module is now an error, that way it won't be in
scsi_hostadapters. In load_category(), exception is caught, so no pb
when using load_category(). But beware, this may break!
* fsedit.pm: /proc/partitions parsing was broken for scsi cdroms using
non-devfs names, and
our 2.6 doesn't use devfs names in /proc/partitions... :'-(
(bugzilla #8641)
2004/03/08 Stew Benedict <sbenedict at mandrakesoft.com>
* standalone/drakbackup: UI coherency (#8675).
Fix some missing configuration options (#8654).
2004/03/08 Thierry Vignaud <tvignaud at mandrakesoft.com>
* network/netconnect.pm: rename ensure_is_installed_if_availlable( as
ensure_is_installed_if_available()
install unicorn package for bewan modems
fix variable interpolation in strings
misc perl_checker cleanups
isdn_read_config() alter its argument, thus there's no need in returning
it
(which may induce developer in error by believing argument is not
overwritten...)
standalone drakconnect already discard returned value anyway...
port old ISDN wizard upon new wizard layer
fix first_modem() call
indent
simplify speedtouch firmware installation through newly introduced
do_pkg::ensure_is_installed_if_availlable()
wizard: be aware of bewan modems detection
* detect_devices.pm (getBewan) fix bewan modem detection
* standalone/drakperm: center labels like before
* do_pkgs.pm: rename ensure_is_installed_if_availlable( as
ensure_is_installed_if_available()
(ensure_is_installed_if_availlable) introduce it in order to check if we
need
to install a package, then install it if it's availlable (eg: for binary
drivers not availlable in download edition)
* network/isdn_consts.pm:
- add "|" separator
- remove bus from description (the user has already selected the bus
type)
* share/po/fr.po: fix missing upercase first letter
be aware of string change due to bewan support
* share/po/br.po: be aware of string change due to bewan support
update
* standalone/draksplash (make_boot_frame) fix crash on color switch
(mk_frame)
- workaround horrible packing by using a table instead of a vbox
- do packing of resulted table outside mk_frame() which is much saner
fix spacing around commas (sanitizing)
gc prefers "obj->method" rather than "method obj" call style
use option menu for resolutions list
(mk_frame) enable to use either combo boxes or option menus for lists
(mk_frame) fix combo boxes filling
(which_res_exist) unjonathan-ize
(show_prev) only redraw needed part, not whole image
(show_prev) fix crash on image drawing
(show_prev) fix crash on image scaling
fix crash on "preview" button
(get_this_thm_res_conf) add prototype to help perl_checker
kill unused variables
kill perl4 function call style
* network/isdn.pm: isdn_read_config() alter its argument, thus there's no
need in returning it
(which may induce developer in error by believing argument is not
overwritten...)
standalone drakconnect already discard returned value anyway...
kill isdn_get_info() and isdn_get_list() (they were unused since quite a
few
releases :-()
(isdn_get_cards) introduce it to build a tree bus|card for isdn wizard
(get_info_providers_backend) prevent faillure as soon as translaters
catch up
export isdn_read_config()
kill isdn_ask(), isdn_ask_info() and isdn_ask_protocol() since they were
merged into wizard (aka ported to new wizard layer)
(isdn_get_cards_by_type) splited out of old isdn_ask() func
(get_info_providers_backend) drop file argument and do ISDN db lookup in
place
(read_providers_backend) move it from network::tools to network::isdn
(isdn_detect_backend) enhance detection: just return a list of devices
* share/po/ms.po, share/po/sk.po, share/po/gl.po, share/po/pt_BR.po,
share/po/th.po, share/po/et.po, share/po/ja.po, share/po/hr.po,
share/po/be.po, share/po/ko.po, share/po/DrakX.pot, share/po/sv.po,
share/po/sr.po, share/po/pl.po, share/po/fi.po, share/po/he.po,
share/po/da.po, share/po/ca.po, share/po/ar.po, share/po/ltg.po,
share/po/nb.po, share/po/uz.po, share/po/ro.po, share/po/zh_TW.po,
share/po/zh_CN.po, share/po/sr@Latn.po, share/po/sq.po, share/po/it.po,
share/po/eu.po, share/po/es.po, share/po/lv.po, share/po/hu.po,
share/po/fa.po, share/po/id.po, share/po/ru.po, share/po/sl.po,
share/po/nn.po, share/po/tr.po, share/po/mt.po, share/po/ga.po,
share/po/uk.po, share/po/mn.po, share/po/lt.po, share/po/cy.po,
share/po/tg.po, share/po/bs.po, share/po/mk.po, share/po/wa.po,
share/po/is.po, share/po/hi.po, share/po/af.po, share/po/az.po,
share/po/pt.po, share/po/vi.po, share/po/ta.po, share/po/nl.po,
share/po/tl.po, share/po/de.po, share/po/eo.po, share/po/el.po,
share/po/cs.po, share/po/bg.po, share/po/uz@Latn.po: be aware of string
change due to bewan support
* network/adsl.pm (adsl_detect) detect bewan ADSL modems
* network/tools.pm (read_providers_backend) move it from network::tools to
network::isdn
* harddrake/data.pm: adapt to new network::isdn::isdn_detect_backend() API
* ugtk2.pm (Gtk2::WrappedLabel::new) fix unusing label
(Gtk2::WrappedLabel::new) enable to alter default alignment
2004/03/08 yrahal
* share/po/ar.po: Doing a sync with Arabeyes.org's CVS...
There should be no stat differences anymore.
2004/03/07 fwang
* share/po/zh_CN.po: Updated Simplified Chinese translation
2004/03/07 keld
* share/po/da.po: updates
soft/ftw/po/da.po gi/perl-install/share/po/da.po
2004/03/07 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/ar.po: updated po file
2004/03/07 tbacklund
* share/po/fi.po: finnish translations at 100% again...
2004/03/07 yrahal
* share/po/ar.po: Committing Arabeyes.org's Arabic translation of the
week...
2004/03/06 fwang
* share/po/zh_CN.po: update
2004/03/06 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/ms.po, share/po/sk.po, share/po/gl.po, share/po/pt_BR.po,
share/po/th.po, share/po/et.po, share/po/ja.po, share/po/hr.po,
share/po/be.po, share/po/ko.po, share/po/DrakX.pot, share/po/sv.po,
share/po/sr.po, share/po/pl.po, share/po/fi.po, share/po/he.po,
share/po/ca.po, share/po/da.po, share/po/ar.po, share/po/ltg.po,
share/po/nb.po, share/po/uz.po, share/po/ro.po, share/po/zh_TW.po,
share/po/zh_CN.po, share/po/sr@Latn.po, share/po/sq.po, share/po/it.po,
share/po/eu.po, share/po/es.po, share/po/lv.po, share/po/hu.po,
share/po/fa.po, share/po/id.po, share/po/ru.po, share/po/br.po,
share/po/sl.po, share/po/nn.po, share/po/tr.po, share/po/mt.po,
share/po/ga.po, share/po/mn.po, share/po/uk.po, share/po/lt.po,
share/po/cy.po, share/po/tg.po, share/po/bs.po, share/po/mk.po,
share/po/wa.po, share/po/is.po, share/po/hi.po, share/po/af.po,
share/po/az.po, share/po/pt.po, share/po/fr.po, share/po/ta.po,
share/po/vi.po, share/po/nl.po, share/po/de.po, share/po/tl.po,
share/po/eo.po, share/po/bg.po, share/po/cs.po, share/po/el.po,
share/po/uz@Latn.po: updated pot file
2004/03/05 Fabian Mandelbaum <fabman at 2vias.com.ar>
* share/po/es.po: Updated Spanish translations
2004/03/05 keld
* share/po/da.po: updates
gi/perl-install/share/po/da.po
2004/03/05 Pixel <pixel at mandrakesoft.com>
* install_any.pm: replacing automatic=method:disk with $param instead of
adding $param (since $param already contains automatic=met:disk)
* fs.pm: no entry in fstab for zips (now cleanly done by hotplug)
* detect_devices.pm: fix warning
2004/03/05 Till Kamppeter <till at mandrakesoft.com>
* printer/cups.pm, printer/printerdrake.pm: Let URIs listed by "lpinfo -v"
be shown in the dialog for entering a URI manually.
2004/03/05 Thierry Vignaud <tvignaud at mandrakesoft.com>
* share/po/ms.po, share/po/sk.po, share/po/gl.po, share/po/pt_BR.po,
share/po/th.po, share/po/et.po, share/po/ja.po, share/po/hr.po,
share/po/be.po, share/po/ko.po, share/po/DrakX.pot,
standalone/drakTermServ, share/po/sv.po, share/po/sr.po, share/po/pl.po,
share/po/fi.po, share/po/he.po, share/po/ca.po, share/po/ar.po,
share/po/ltg.po, share/po/nb.po, share/po/uz.po, share/po/ro.po,
share/po/zh_TW.po, share/po/zh_CN.po, share/po/sr@Latn.po,
share/po/sq.po, share/po/it.po, share/po/eu.po, share/po/es.po,
share/po/lv.po, share/po/hu.po, share/po/fa.po, share/po/id.po,
share/po/ru.po, share/po/br.po, share/po/sl.po, share/po/nn.po,
share/po/tr.po, share/po/mt.po, share/po/ga.po, share/po/mn.po,
share/po/uk.po, share/po/lt.po, share/po/cy.po, share/po/tg.po,
share/po/bs.po, share/po/mk.po, share/po/wa.po, share/po/is.po,
share/po/hi.po, share/po/af.po, share/po/az.po, share/po/pt.po,
share/po/fr.po, share/po/ta.po, share/po/vi.po, share/po/nl.po,
share/po/de.po, share/po/tl.po, share/po/eo.po, share/po/bg.po,
share/po/cs.po, share/po/el.po, share/po/uz@Latn.po: typo fix
* network/network.pm (write_resolv_conf) only remove /etc/resolv.conf if
it's really a link
(prevent no resolv.conf rewriting when it was empty eg b/c link was
dead)
2004/03/04 keld
* share/po/da.po: updates
gi/perl-install/share/po/da.po
Updates
gi/perl-install/share/po/da.po
Updates
gi/perl-install/share/po/da.po
2004/03/04 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/et.po, share/po/ca.po, share/po/nn.po: updated Estonian file
updated pot file
* share/po/ms.po, share/po/sk.po, share/po/gl.po, share/po/pt_BR.po,
share/po/th.po, share/po/ja.po, share/po/hr.po, share/po/be.po,
share/po/ko.po, share/po/DrakX.pot, share/po/sv.po, share/po/sr.po,
share/po/pl.po, share/po/fi.po, share/po/he.po, share/po/da.po,
share/po/ar.po, share/po/ltg.po, share/po/uz.po, share/po/ro.po,
share/po/zh_TW.po, share/po/zh_CN.po, share/po/sr@Latn.po,
share/po/sq.po, share/po/it.po, share/po/eu.po, share/po/es.po,
share/po/lv.po, share/po/hu.po, share/po/fa.po, share/po/id.po,
share/po/ru.po, share/po/br.po, share/po/sl.po, share/po/tr.po,
share/po/mt.po, share/po/ga.po, share/po/mn.po, share/po/uk.po,
share/po/lt.po, share/po/cy.po, share/po/tg.po, share/po/bs.po,
share/po/mk.po, share/po/wa.po, share/po/is.po, share/po/hi.po,
share/po/af.po, share/po/az.po, share/po/pt.po, share/po/fr.po,
share/po/ta.po, share/po/vi.po, share/po/nl.po, share/po/de.po,
share/po/eo.po, share/po/bg.po, share/po/cs.po, share/po/el.po,
share/po/uz@Latn.po: updated pot file
* share/po/tl.po: updated po file
updated pot file
* share/po/nb.po: updated Norwegian file
updated pot file
2004/03/04 Pixel <pixel at mandrakesoft.com>
* install_steps.pm, install_steps_interactive.pm: fix & cleanup generating
replay & auto_install images
(thanks to David Eastcott)
* install_any.pm: oops, fix commit
fix & cleanup generating replay & auto_install images
(thanks to David Eastcott)
2004/03/04 tsdgeos
* share/po/ca.po: Unfuzzying
2004/03/04 Thierry Vignaud <tvignaud at mandrakesoft.com>
* network/netconnect.pm: fix crash on modem configuration in installer
(standalone drakconnect
didn't had the bug because it has already loaded the network::modem
package at this stage)
* standalone/draksec (wait_msg) show up some translated title
* ugtk2.pm: enable exception managment even at install time (installer set
$::no_ugtk_init)
2004/03/04 Pixel <pixel at mandrakesoft.com>
* mdk-stage1/init.c: unmounting /sys is not needed (useful to have one
less line displayed after "unmounting filesystems...")
* install_steps.pm, install_steps_interactive.pm: fix & cleanup generating
replay & auto_install images
(thanks to David Eastcott)
* install_any.pm: oops, fix commit
fix & cleanup generating replay & auto_install images
(thanks to David Eastcott)
2004/03/04 Thierry Vignaud <tvignaud at mandrakesoft.com>
* network/netconnect.pm: fix crash on modem configuration in installer
(standalone drakconnect
didn't had the bug because it has already loaded the network::modem
package at this stage)
* ugtk2.pm: enable exception managment even at install time (installer set
$::no_ugtk_init)
2004/03/04 Florin Grad <florin at mandrakesoft.com>
* standalone/drakgw: really enable the proxy squid, fix the proxy REDIRECT
shorewall rule, fis the shorewall interfaces configuration
* network/shorewall.pm: use the name of the network interface instead of
the label
remove an obsolete comparison in the read function
2004/03/04 Pixel <pixel at mandrakesoft.com>
* mdk-stage1/init.c: unmounting /sys is not needed (useful to have one
less line displayed after "unmounting filesystems...")
* install_steps.pm, install_steps_interactive.pm: fix & cleanup generating
replay & auto_install images
(thanks to David Eastcott)
* install_any.pm: oops, fix commit
fix & cleanup generating replay & auto_install images
(thanks to David Eastcott)
2004/03/04 reinouts
* share/po/nl.po: Updated Dutch (nl) translation
by Reinout van Schouwen <reinout@cs.vu.nl>
2004/03/04 Stew Benedict <sbenedict at mandrakesoft.com>
* standalone/drakTermServ: Don't destroy "fat" client inittab.
2004/03/04 Thierry Vignaud <tvignaud at mandrakesoft.com>
* install_steps.pm (hasNetwork) do not refuse to up the network when in
dhcp (bad oem patch)
* standalone/drakgw: reput back strict pragma
list network card name rather than just ethX in device list
2004/03/03 Arkadiusz Lipiec <alipiec at elka.pw.edu.pl>
* share/po/pl.po: 2 entries
2004/03/03 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/is.po, share/po/nn.po, share/po/et.po: updated pot files
2004/03/03 Pixel <pixel at mandrakesoft.com>
* devices.pm: one now need cryptoloop and aes when using encryption
(kernel 2.6)
* fs.pm: move set_loop() from formatMount_part to real_format_part to fix
Format with encrypted files/devices
one now need cryptoloop and aes when using encryption (kernel 2.6)
2004/03/03 reinouts
* share/po/nl.po: Updated Dutch (nl) translation
by Reinout van Schouwen <reinout@cs.vu.nl>
2004/03/03 Stew Benedict <sbenedict at mandrakesoft.com>
* standalone/drakTermServ: Default kernel version, add gdm user if needed,
autologin warning.
Copy server X keyboard config to client. Default thin client setup.
Change banner method as other drak tools.
2004/03/03 Thierry Vignaud <tvignaud at mandrakesoft.com>
* network/adsl_consts.pm: add vpi/vci parameters for australia ISPs
(#5056)
* drakxtools.spec: 10-21mdk
2004/03/03 Pixel <pixel at mandrakesoft.com>
* devices.pm: one now need cryptoloop and aes when using encryption
(kernel 2.6)
* fs.pm: move set_loop() from formatMount_part to real_format_part to fix
Format with encrypted files/devices
one now need cryptoloop and aes when using encryption (kernel 2.6)
2004/03/03 Thierry Vignaud <tvignaud at mandrakesoft.com>
* network/adsl_consts.pm: add vpi/vci parameters for australia ISPs
(#5056)
* drakxtools.spec: 10-21mdk
10-20mdk
2004/03/03 Pixel <pixel at mandrakesoft.com>
* install2.pm: mount /sys in case it is useful (and it is for
get_usb_storage_info_26())
* fs.pm: sysfs now exists!
* detect_devices.pm: fix get_usb_storage_info() on kernel 2.6
* standalone/drakupdate_fstab:
- device_name_to_entry() will not fail anymore so that removing a
device works
- log calls to drakupdate_fstab
- use "find" instead of "grep" where possible
2004/03/03 Thierry Vignaud <tvignaud at mandrakesoft.com>
* drakxtools.spec: 10-20mdk
2004/03/03 Pixel <pixel at mandrakesoft.com>
* install2.pm: mount /sys in case it is useful (and it is for
get_usb_storage_info_26())
* fs.pm: sysfs now exists!
* detect_devices.pm: fix get_usb_storage_info() on kernel 2.6
* standalone/drakupdate_fstab:
- device_name_to_entry() will not fail anymore so that removing a
device works
- log calls to drakupdate_fstab
- use "find" instead of "grep" where possible
* crypto.pm:
- community updates are not in a per-version directory either
- cooker & community urls do contain .../RPMS at the end whereas
updates directory do not, handle this
2004/03/03 Stew Benedict <sbenedict at mandrakesoft.com>
* standalone/drakbackup: Use preferred conf file read/write method. More
code reduction/cleaning.
2004/03/03 Till Kamppeter <till at mandrakesoft.com>
* printer/printerdrake.pm: If an HP multi-function device was configured
manually, extract the model name from the HPOJ device entry name.
* printer/main.pm: Let HPOJ device entry be created with the correct
printer model name.
2004/03/03 Thierry Vignaud <tvignaud at mandrakesoft.com>
* network/netconnect.pm: hide dns settings by default when using dhcp
2004/03/02 Arkadiusz Lipiec <alipiec at elka.pw.edu.pl>
* share/po/pl.po: Updated
2004/03/02 Till Kamppeter <till at mandrakesoft.com>
* printer/main.pm: Fixed HPOJ configuration when manually setting up a
device.
2004/03/02 tsdgeos
* share/po/ca.po: updating
2004/03/02 Warly <warly at mandrakesoft.com>
* share/rpmsrate: removed lib in PRINTER automatically included via
dependencies
add major to libsnmp and libsane-hpoj because there are not required by
any packages and clean_rpmsrate does not update lib only (only -devel)
2004/03/02 Pixel <pixel at mandrakesoft.com>
* crypto.pm: cooker updates are not in a per-version directory
* any.pm, standalone/drakboot: drakboot --boot is now a wizard
* diskdrake/interactive.pm: type "ext2:vfat" must not be the same as 0
* interactive/gtk.pm: small fix when clicking on an empty tree (when
allow_empty_list)
2004/03/02 Till Kamppeter <till at mandrakesoft.com>
* printer/printerdrake.pm: Sometimes option default settings in the
printer options dialog were missing (e. g. "Dithering Pixels Per Inch"
in "pcl3" driver). Fixed.
2004/03/02 Thierry Vignaud <tvignaud at mandrakesoft.com>
* harddrake/data.pm: bump version number
* any.pm (setupBootloader__general) fix wizard title now that drakboot
--boot
is a wizard like tool
* drakxtools.spec: 10-19mdk: last but not least
10-19mdk
* network/isdn.pm: fix doble ISDN detection (#6535)
2004/03/02 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/tl.po: updated pot file
updated Filipino file
updated pot file
* share/po/nb.po: updated Norwegian file
updated pot file
updated pot file
* share/po/ms.po, share/po/sk.po, share/po/gl.po, share/po/pt_BR.po,
share/po/th.po, share/po/et.po, share/po/ja.po, share/po/hr.po,
share/po/be.po, share/po/ko.po, share/po/DrakX.pot, share/po/sv.po,
share/po/sr.po, share/po/pl.po, share/po/fi.po, share/po/he.po,
share/po/ca.po, share/po/da.po, share/po/ar.po, share/po/ltg.po,
share/po/uz.po, share/po/ro.po, share/po/zh_TW.po, share/po/zh_CN.po,
share/po/sr@Latn.po, share/po/sq.po, share/po/it.po, share/po/eu.po,
share/po/es.po, share/po/lv.po, share/po/hu.po, share/po/fa.po,
share/po/id.po, share/po/ru.po, share/po/br.po, share/po/sl.po,
share/po/nn.po, share/po/tr.po, share/po/mt.po, share/po/ga.po,
share/po/mn.po, share/po/uk.po, share/po/lt.po, share/po/cy.po,
share/po/tg.po, share/po/bs.po, share/po/mk.po, share/po/wa.po,
share/po/is.po, share/po/hi.po, share/po/af.po, share/po/az.po,
share/po/pt.po, share/po/fr.po, share/po/ta.po, share/po/vi.po,
share/po/nl.po, share/po/de.po, share/po/eo.po, share/po/bg.po,
share/po/cs.po, share/po/el.po, share/po/uz@Latn.po: updated pot file
updated pot file
* network/shorewall.pm: rewrote string to avoid duplication
2004/03/02 Pixel <pixel at mandrakesoft.com>
* bootloader.pm: bugzilla #8133 says "VT8751 [ProSavageDDR P4M266] VGA
Controller" (0x5333,
0x8d04) has no pb with graphical lilo. So only keeping the restriction
for
(0x5333, 0x8d03), hoping that's what fpons wanted.
* crypto.pm: cooker updates are not in a per-version directory
* any.pm, standalone/drakboot: drakboot --boot is now a wizard
* diskdrake/interactive.pm: type "ext2:vfat" must not be the same as 0
* common.pm: better error message on exceptions
* interactive/gtk.pm: small fix when clicking on an empty tree (when
allow_empty_list)
2004/03/02 tbacklund
* share/po/fi.po: Finnish tranlsation 100% again
2004/03/02 Till Kamppeter <till at mandrakesoft.com>
* printer/printerdrake.pm: Sometimes option default settings in the
printer options dialog were missing (e. g. "Dithering Pixels Per Inch"
in "pcl3" driver). Fixed.
2004/03/02 Thierry Vignaud <tvignaud at mandrakesoft.com>
* drakxtools.spec: 10-19mdk: last but not least
10-19mdk
10-18mdk
* network/modem.pm: fix modem symlink (#7967)
* any.pm (setupBootloader__general) fix wizard title now that drakboot
--boot
is a wizard like tool
* network/isdn.pm: fix doble ISDN detection (#6535)
* harddrake/data.pm: bump version number
* network/netconnect.pm: sync dhcp client with ifup one
preselect first availlable dhcp client
stricter pci modem matching (purely cosmetic but sanity is always good)
fix pci modem type matching
* bootloader.pm (read) default to lilo if grub config file isn't there
(workaround
buggy detectloader only checking MBR)
* share/po/fr.po: update
2004/03/02 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/ms.po, share/po/sk.po, share/po/gl.po, share/po/pt_BR.po,
share/po/th.po, share/po/et.po, share/po/ja.po, share/po/hr.po,
share/po/be.po, share/po/ko.po, share/po/DrakX.pot, share/po/sv.po,
share/po/sr.po, share/po/pl.po, share/po/fi.po, share/po/he.po,
share/po/ca.po, share/po/da.po, share/po/ar.po, share/po/ltg.po,
share/po/nb.po, share/po/uz.po, share/po/ro.po, share/po/zh_TW.po,
share/po/zh_CN.po, share/po/sr@Latn.po, share/po/sq.po, share/po/it.po,
share/po/eu.po, share/po/es.po, share/po/lv.po, share/po/hu.po,
share/po/fa.po, share/po/id.po, share/po/ru.po, share/po/br.po,
share/po/sl.po, share/po/nn.po, share/po/tr.po, share/po/mt.po,
share/po/ga.po, share/po/mn.po, share/po/uk.po, share/po/lt.po,
share/po/cy.po, share/po/tg.po, share/po/bs.po, share/po/mk.po,
share/po/wa.po, share/po/is.po, share/po/hi.po, share/po/af.po,
share/po/az.po, share/po/pt.po, share/po/fr.po, share/po/ta.po,
share/po/vi.po, share/po/nl.po, share/po/de.po, share/po/eo.po,
share/po/bg.po, share/po/cs.po, share/po/el.po, share/po/uz@Latn.po:
updated pot file
* share/po/tl.po: updated Filipino file
updated pot file
2004/03/02 Pixel <pixel at mandrakesoft.com>
* share/list: add SecurityPolicy to remove "error opening security policy
file" warning
* install_gtk.pm: fix potential error
add SecurityPolicy to remove "error opening security policy file"
warning
* bootloader.pm: if the default bootloader entry is invalid, choose
another one
2004/03/02 reinouts
* share/po/nl.po: Updated Dutch (nl) translation
by Reinout van Schouwen <reinout@cs.vu.nl>
2004/03/02 Thierry Vignaud <tvignaud at mandrakesoft.com>
* drakxtools.spec: 10-17mdk
* standalone/logdrake: fix icon name change
* standalone/drakups: fix wizard icon
2004/03/01 Arkadiusz Lipiec <alipiec at elka.pw.edu.pl>
* share/po/pl.po: Updated translation
2004/03/01 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/nb.po, share/po/uz.po, share/po/nn.po, share/po/uz@Latn.po:
updated Norwegian and Uzbek files
2004/03/01 Pixel <pixel at mandrakesoft.com>
* install_steps.pm: remove existing xxx=ide-scsi on upgrades
2004/03/01 Till Kamppeter <till at mandrakesoft.com>
* printer/gimp.pm: Do not configure the GIMP-Print plug-in on more than 50
users (bug #6423).
* printer/printerdrake.pm: Fixed bug #8483: No "ptal:/..." in manual
device URI list.
* scanner.pm, standalone/scannerdrake: Fixed bug #7242: Firmware was not
found by "gt68xx" SANE backend.
2004/03/01 Thierry Vignaud <tvignaud at mandrakesoft.com>
* install_steps.pm (upNetwork) log up try and faillures
* drakxtools.spec: 10-16mdk
2004/03/01 Pixel <pixel at mandrakesoft.com>
* any.pm: use "default.png" instead of (missing) "man.png" which resulted
to defaulting to parrot (ic-bird.png)
* install_steps.pm: remove existing xxx=ide-scsi on upgrades
* Makefile: fix typo
2004/03/01 Till Kamppeter <till at mandrakesoft.com>
* printer/gimp.pm: Do not configure the GIMP-Print plug-in on more than 50
users (bug #6423).
* printer/main.pm: Fixed bug of installer crashing when an HP
multi-function device is detected and set up.
2004/03/01 Thierry Vignaud <tvignaud at mandrakesoft.com>
* standalone/drakconnect: fix bootproto filling (#8498)
* install_steps.pm (upNetwork) log up try and faillures
* detect_devices.pm (getBewan) fix detection
* standalone/draksec: perl_checker cleanups
* standalone/icons/harddrake2/isdn.png,
standalone/icons/harddrake2/webcam.png,
standalone/icons/harddrake2/tape.png,
standalone/icons/harddrake2/keyboard.png,
standalone/icons/harddrake2/modem.png: update
2004/03/01 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/pt_BR.po: updated Brazilian file
2004/03/01 Pixel <pixel at mandrakesoft.com>
* Makefile: we don't need .pod files during install
(but why aren't glib & gtk files not listed in share/list ??)
* install_any.pm: simplify
* any.pm: use "default.png" instead of (missing) "man.png" which resulted
to defaulting to parrot (ic-bird.png)
* rescue/list, tools/Makefile: adapt to perl packages rebuilt
* crypto.pm, install_steps_interactive.pm: do not use $o in crypto.pm,
pass {distro_type} to mirrors() and bestMirror() instead
2004/03/01 Till Kamppeter <till at mandrakesoft.com>
* printer/main.pm: Removed spurious quotes ('"') from HPOJ config file.
* printer/printerdrake.pm: Support for new HP multi-function devices and
for special needs of Lexmark X125 printer.
2004/03/01 Thierry Vignaud <tvignaud at mandrakesoft.com>
* ugtk2.pm (create_packtable) wrap labels by default
(Gtk2::WrappedLabel::new) left align labels by default
* standalone/service_harddrake: do not crash when detector failled (eg:
when mouse detection failled because
of unhandled exception on module exception b/c of unresolved symbolds
b/c of
gcc-3.4)
* standalone/drakconnect: fix bootproto filling (#8498)
* standalone/draksec: sanitize main explanation text (resizable, weight,
margin, ...)
prevent pull-down menus to fill availlable space in packtables
wrap and left align main options labels
do not left align main explanation text
* drakxtools.spec: 10-15mdk
* share/po/fr.po: typo fix
fix item description (#8507)
* standalone/icons/harddrake2/isdn.png,
standalone/icons/harddrake2/webcam.png, share/po/br.po,
standalone/icons/harddrake2/tape.png,
standalone/icons/harddrake2/modem.png,
standalone/icons/harddrake2/keyboard.png: update
2004/02/29 Alice Lafox <alice at lafox.com.ua>
* share/po/ru.po: updated
2004/02/29 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/ar.po: updated po file
* share/po/nb.po: updated Norwegian file
2004/02/29 reinouts
* share/po/nl.po: Updated Dutch (nl) translation
(small change to test)
2004/02/29 yrahal
* share/po/ar.po: Committing Arabeyes.org's Arabic translation for the
past week :-)
2004/02/28 Guillaume Cottenceau <gc at mandrakesoft.com>
* install_any.pm: log reason why getAndSaveFile can't opening dest file
for writing
* share/list: rpmtools and perl-URPM have been rebuilt for perl 5.8.3
* tools/make_mdkinst_stage2: add a few more inodes to the second stage
ramdisk, got bitten by
a sucking no space left on device :/ will also print available
inodes when creating ramdisk so that we can see if our computing
was quite good
* lang.pm: load_mo: first perform a lookup on mo's for all possible langs,
will prevent from downloading each time another time the mo file
(fr_FR comes first, is not here, everything including fr gets
removed, fr_FR is non-existent, and then fr is downloaded again)
2004/02/28 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/it.po, share/po/tl.po: Updated Italian and Filipino files
* share/po/hi.po: updated Hindi po file
* share/po/bs.po: updated Bosnian file
2004/02/27 Florin Grad <florin at mandrakesoft.com>
* network/shorewall.pm, network/drakfirewall.pm: remove the masq zone and
add policies, rules only if there is an interface in loc
2004/02/27 fwang
* share/po/zh_CN.po: update
2004/02/27 Guillaume Cottenceau <gc at mandrakesoft.com>
* mdk-stage1/disk.c: when in automatic=disk mode but no partition is
given, fall back
on non automatic mode evidently
2004/02/27 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/nb.po: updated Norwegian file
2004/02/27 tbacklund
* share/po/fi.po: fully translated again...
2004/02/27 tsdgeos
* share/po/ca.po: unfuzzying
2004/02/27 Thierry Vignaud <tvignaud at mandrakesoft.com>
* drakxtools.spec: 10-14mdk
* share/po/ms.po, share/po/sk.po, share/po/gl.po, share/po/pt_BR.po,
share/po/th.po, share/po/et.po, share/po/ja.po, share/po/hr.po,
share/po/be.po, share/po/ko.po, share/po/DrakX.pot, share/po/sv.po,
share/po/sr.po, share/po/pl.po, share/po/fi.po, share/po/he.po,
share/po/ca.po, share/po/da.po, share/po/ar.po, share/po/ltg.po,
share/po/nb.po, share/po/uz.po, share/po/ro.po, share/po/zh_TW.po,
share/po/zh_CN.po, share/po/sr@Latn.po, share/po/sq.po, share/po/it.po,
share/po/eu.po, share/po/es.po, share/po/lv.po, share/po/hu.po,
share/po/fa.po, share/po/id.po, share/po/ru.po, share/po/br.po,
share/po/sl.po, share/po/nn.po, share/po/tr.po, share/po/mt.po,
share/po/ga.po, share/po/mn.po, share/po/uk.po, share/po/lt.po,
share/po/cy.po, share/po/tg.po, share/po/bs.po, share/po/mk.po,
share/po/wa.po, share/po/is.po, share/po/hi.po, share/po/af.po,
share/po/az.po, share/po/pt.po, share/po/fr.po, share/po/ta.po,
share/po/vi.po, share/po/nl.po, share/po/de.po, share/po/tl.po,
share/po/eo.po, share/po/bg.po, share/po/cs.po, share/po/el.po,
share/po/uz@Latn.po: sync
* standalone/net_monitor (in_ifconfig) better check ifconfig is executable
before running it
(-e is not enough)
* network/netconnect.pm: note that isdn configuration has not yet be
ported upon new wizard layer
fix crash when modem was not found
2004/02/27 Warly <warly at mandrakesoft.com>
* crypto.pm: add $o in global vars.
add distro_type variable to select correct updates mirror type
* install2.pm: add distro_type variable to select correct updates mirror
type
* share/rpmsrate: Try to have some find of better handling for PRINTER
flag
2004/02/27 Guillaume Cottenceau <gc at mandrakesoft.com>
* mdk-stage1/disk.c: when in automatic=disk mode but no partition is
given, fall back
on non automatic mode evidently
2004/02/27 Thierry Vignaud <tvignaud at mandrakesoft.com>
* drakxtools.spec: 10-14mdk
* standalone/net_monitor (in_ifconfig) better check ifconfig is executable
before running it
(-e is not enough)
* network/netconnect.pm: note that isdn configuration has not yet be
ported upon new wizard layer
fix crash when modem was not found
2004/02/27 Guillaume Cottenceau <gc at mandrakesoft.com>
* mdk-stage1/disk.c: when in automatic=disk mode but no partition is
given, fall back
on non automatic mode evidently
2004/02/27 Thierry Vignaud <tvignaud at mandrakesoft.com>
* drakxtools.spec: 10-14mdk
* standalone/net_monitor (in_ifconfig) better check ifconfig is executable
before running it
(-e is not enough)
* network/netconnect.pm: note that isdn configuration has not yet be
ported upon new wizard layer
fix crash when modem was not found
* standalone/drakvpn: translate some fields
* share/po/fr.po: a few new translated strings
typo fix
2004/02/27 David Baudens <baudens at mandrakesoft.com>
* pixmaps/refresh.png: Udpate icon to not display a cuted icon
* pixmaps/about.png, standalone/printerdrake,
pixmaps/about-printerdrake.png: Better layout for PrinterDrake about
dialog box
2004/02/27 Fabian Mandelbaum <fabman at 2vias.com.ar>
* share/po/es.po: Updated Spanish translations
2004/02/27 Guillaume Cottenceau <gc at mandrakesoft.com>
* share/po/fr.po: update
2004/02/27 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/et.po, share/po/af.po: updated Afrikaans and Estonian files
updated po files
* share/po/ms.po, share/po/sk.po, share/po/gl.po, share/po/pt_BR.po,
share/po/th.po, share/po/ja.po, share/po/hr.po, share/po/be.po,
share/po/ko.po, share/po/DrakX.pot, share/po/sv.po, share/po/sr.po,
share/po/pl.po, share/po/fi.po, share/po/he.po, share/po/ca.po,
share/po/da.po, share/po/ar.po, share/po/ltg.po, share/po/nb.po,
share/po/uz.po, share/po/ro.po, share/po/zh_TW.po, share/po/zh_CN.po,
share/po/sr@Latn.po, share/po/sq.po, share/po/it.po, share/po/eu.po,
share/po/es.po, share/po/lv.po, share/po/hu.po, share/po/fa.po,
share/po/id.po, share/po/ru.po, share/po/br.po, share/po/sl.po,
share/po/nn.po, share/po/tr.po, share/po/mt.po, share/po/ga.po,
share/po/mn.po, share/po/uk.po, share/po/lt.po, share/po/cy.po,
share/po/tg.po, share/po/bs.po, share/po/mk.po, share/po/wa.po,
share/po/is.po, share/po/hi.po, share/po/az.po, share/po/pt.po,
share/po/fr.po, share/po/ta.po, share/po/vi.po, share/po/nl.po,
share/po/de.po, share/po/tl.po, share/po/eo.po, share/po/bg.po,
share/po/cs.po, share/po/el.po, share/po/uz@Latn.po: updated po files
2004/02/27 Stew Benedict <sbenedict at mandrakesoft.com>
* standalone/drakbackup: Fix tape backup/restore (#8284)
2004/02/27 tbacklund
* share/po/fi.po: fully translated again
2004/02/27 Thierry Vignaud <tvignaud at mandrakesoft.com>
* ugtk2.pm (set_back_pixmap) export it
* standalone/net_monitor (in_ifconfig) better check ifconfig is executable
before running it
(-e is not enough)
* network/netconnect.pm: fix crash when modem was not found
* share/po/fr.po: a few new translated strings
typo fix
update
* standalone/drakvpn: translate some fields
2004/02/26 Arkadiusz Lipiec <alipiec at elka.pw.edu.pl>
* share/po/pl.po: Updated translation
2004/02/26 Guillaume Cottenceau <gc at mandrakesoft.com>
* standalone/drakautoinst, install_any.pm: support two-floppies boot style
for replay_install disk as well (not nice at all..)
2004/02/26 Thierry Vignaud <tvignaud at mandrakesoft.com>
* ugtk2.pm (Gtk2::Banner::new) add o_otions ref hash parameter, thus
enabling to
override text position (eg: for mcc about dialog)
(set_back_pixmap) split it out of Gtk2::Banner::set_pixmap
* network/netconnect.pm:
- never delete up/down scripts
- only write internet service if start at boot requested
* drakxtools.spec: remove bogus empty line
update 10-13mdk changelog
10-13mdk
2004/02/26 Warly <warly at mandrakesoft.com>
* pkgs.pm: We need the PRINTER flag
2004/02/26 Guillaume Cottenceau <gc at mandrakesoft.com>
* standalone/drakautoinst: support two-floppies boot style for
replay_install disk as well (not nice at all..)
* install_any.pm: support two-floppies boot style for replay_install disk
as well (not nice at all..)
hd.img doesn't exist anymore, using hd_grub.img
* ugtk2.pm: ask_browse_tree_info_given_widgets: allow for an initial
selection if necessary (through toggle_nodes)
2004/02/26 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/tl.po, share/po/he.po: Added Filipino file; updated Hebrew file
2004/02/26 Thierry Vignaud <tvignaud at mandrakesoft.com>
* drakxtools.spec: remove bogus empty line
update 10-13mdk changelog
10-13mdk
10-12mdk
* ugtk2.pm (Gtk2::Banner::new) add o_otions ref hash parameter, thus
enabling to
override text position (eg: for mcc about dialog)
(set_back_pixmap) split it out of Gtk2::Banner::set_pixmap
(Gtk2::Banner::new) create only *one* expose event handler
(Gtk2::Banner::set_pixmap) stop expose event propagation so that
shadows do not accumulate (thus resulting in darker alpha-channel)
* network/adsl.pm (adsl_conf_backend) install needed packages
* network/netconnect.pm:
- never delete up/down scripts
- only write internet service if start at boot requested
skip apply_setting step for now since anyway we've already written
most config files... (btw, now installer also write cnx type as side
effect)
reverse debug stuff that should never have been commited
typo fix: only write ether config for lan...
2004/02/26 Till Kamppeter <till at mandrakesoft.com>
* printer/main.pm, printer/data.pm: Fixes for HPOJ setup during
installation.
2004/02/26 Thierry Vignaud <tvignaud at mandrakesoft.com>
* network/netconnect.pm: skip apply_setting step for now since anyway
we've already written
most config files... (btw, now installer also write cnx type as side
effect)
reverse debug stuff that should never have been commited
typo fix: only write ether config for lan...
* network/adsl.pm (adsl_conf_backend) install needed packages
2004/02/25 David Baudens <baudens at mandrakesoft.com>
* share/compssUsers: Don't install Webmin by default in Download and
PowerPack
* share/compssUsers.powerpack: Don't install Webmin by default in Download
and PowerPack
compssUsers for 10.0 PowerPack
* share/compssUsers.server: compssUsers for 10.0 PowerPackPlus
2004/02/25 Guillaume Cottenceau <gc at mandrakesoft.com>
* mdk-stage1/rescue-gui.c: give us more chance to get bootloader write
actually commited to
disk before reboot
2004/02/25 Pablo Saratxaga <pablo at mandrakesoft.com>
* lang.pm: defined GTK_IM_MODULE values for CJK languages; so xim is used
by default for languages for which we don't ship good enough
native gtk2 input methods.
* share/po/he.po: updated Hebrew file
2004/02/25 Stew Benedict <sbenedict at mandrakesoft.com>
* standalone/drakbackup: Use ATAPI:/dev/hdX for both 2.4/2.6
compatibility.
* standalone/drakTermServ: Really filter symlinked kernels. nohup the dm
restart.
Don't let any kernel symlinks be visible for making NBIs.
2004/02/25 Thierry Vignaud <tvignaud at mandrakesoft.com>
* standalone/service_harddrake: when sound card is added/removed, delete
current sound levels so that sound
service reset it to sg sane
* harddrake/data.pm: look at sound cards changes on bootstrapping
* drakxtools.spec (harddrake-ui package) requires sane-backends so that
scanner
detection works smoothly (#8305)
10-11mdk
2004/02/25 David Baudens <baudens at mandrakesoft.com>
* share/compssUsers.powerpack: Don't install Webmin by default in Download
and PowerPack
compssUsers for 10.0 PowerPack
* share/compssUsers: Don't install Webmin by default in Download and
PowerPack
compssUsers for 10.0 Download
2004/02/25 Erwan Velu <erwan at mandrakesoft.com>
* mdk-stage1/disk.c: Patch from gc to allow booting a MandrakeMove on a
Harddrive using the
automatic settings.
2004/02/25 Fabian Mandelbaum <fabman at 2vias.com.ar>
* share/po/es.po: Updated Spanish translations
2004/02/25 Thierry Vignaud <tvignaud at mandrakesoft.com>
* drakxtools.spec: 10-10mdk
* harddrake/data.pm: handle webcams managed by pwc driver
* share/po/fr.po: update
2004/02/25 Warly <warly at mandrakesoft.com>
* pkgs.pm: revert my suckinessed / added to prefix
2004/02/25 Damien Chaumette <dchaumette at mandrakesoft.com>
* network/modem.pm:
- allow writting to another kppprc file
- replace new kppp option values
* standalone/drakconnect: fix forgotten $::prefix (could I say typo fix ?)
- RTC Modem page shown and pretty okayish
- use '/root/.kde/share/config/kppprc' for any local change
2004/02/25 fwang
* share/po/zh_CN.po: update
2004/02/25 Thierry Vignaud <tvignaud at mandrakesoft.com>
* drakxtools.spec: 10-10mdk
* harddrake/data.pm: handle webcams managed by pwc driver
* share/po/fr.po: update
2004/02/24 fwang
* share/po/zh_CN.po: update
2004/02/24 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/fa.po, share/po/ms.po, share/po/id.po, share/po/sk.po,
share/po/ru.po, share/po/gl.po, share/po/pt_BR.po, share/po/br.po,
share/po/th.po, share/po/sl.po, share/po/nn.po, share/po/ja.po,
share/po/hr.po, share/po/mt.po, share/po/ga.po, share/po/be.po,
share/po/uk.po, share/po/mn.po, share/po/ko.po, share/po/DrakX.pot,
share/po/sv.po, share/po/sr.po, share/po/pl.po, share/po/fi.po,
share/po/lt.po, share/po/he.po, share/po/cy.po, share/po/ca.po,
share/po/da.po, share/po/ar.po, share/po/tg.po, share/po/ltg.po,
share/po/nb.po, share/po/bs.po, share/po/uz.po, share/po/ro.po,
share/po/mk.po, share/po/wa.po, share/po/is.po, share/po/af.po,
share/po/hi.po, share/po/az.po, share/po/zh_TW.po, share/po/zh_CN.po,
share/po/pt.po, share/po/vi.po, share/po/ta.po, share/po/fr.po,
share/po/sr@Latn.po, share/po/sq.po, share/po/nl.po, share/po/it.po,
share/po/eu.po, share/po/es.po, share/po/de.po, share/po/eo.po,
share/po/lv.po, share/po/el.po, share/po/cs.po, share/po/bg.po,
share/po/hu.po, share/po/uz@Latn.po: updated pot file; added Latgalian
file
* share/po/tr.po: updated Turkish file
updated pot file; added Latgalian file
* share/po/et.po: updated Estonian file
updated pot file; added Latgalian file
2004/02/24 Stew Benedict <sbenedict at mandrakesoft.com>
* standalone/drakbackup: Rework CD recording for ATA device setup.
2004/02/24 tbacklund
* share/po/fi.po: 100% translated, was 54 fuzzy, 49 untranslated
2004/02/24 Till Kamppeter <till at mandrakesoft.com>
* printer/printerdrake.pm, standalone/scannerdrake: UI text fixes.
2004/02/24 tsdgeos
* share/po/ca.po: some more unfuzzyin
2004/02/24 Thierry Vignaud <tvignaud at mandrakesoft.com>
* share/po/ms.po, share/po/sk.po, share/po/gl.po, share/po/pt_BR.po,
share/po/th.po, share/po/et.po, share/po/ja.po, share/po/hr.po,
share/po/be.po, share/po/ko.po, share/po/DrakX.pot, share/po/sv.po,
share/po/sr.po, share/po/pl.po, share/po/fi.po, share/po/he.po,
share/po/ca.po, share/po/da.po, share/po/ar.po, share/po/nb.po,
share/po/uz.po, share/po/ro.po, share/po/zh_TW.po, share/po/zh_CN.po,
share/po/sr@Latn.po, share/po/sq.po, share/po/it.po, share/po/eu.po,
share/po/es.po, share/po/lv.po, share/po/hu.po, share/po/fa.po,
share/po/id.po, share/po/ru.po, share/po/br.po, share/po/sl.po,
share/po/nn.po, share/po/tr.po, share/po/mt.po, share/po/ga.po,
share/po/mn.po, share/po/uk.po, share/po/lt.po, share/po/cy.po,
share/po/tg.po, share/po/bs.po, share/po/mk.po, share/po/wa.po,
share/po/is.po, share/po/hi.po, share/po/af.po, share/po/az.po,
share/po/pt.po, share/po/fr.po, share/po/ta.po, share/po/vi.po,
share/po/nl.po, share/po/de.po, share/po/eo.po, share/po/bg.po,
share/po/cs.po, share/po/el.po, share/po/uz@Latn.po: merge in typo fixes
from tille
* network/adsl.pm (adsl_conf_backend) alter both
/etc/analog/adiusbadsl.conf and
/etc/eagle-usb/eagle-usb.conf too when configuring sagemXXX
* drakxtools.spec: fix changelog
10-9mdk
10-8mdk
2004/02/24 Warly <warly at mandrakesoft.com>
* pkgs.pm: add PRINTER alongside with INSTALL not to duplicate printer
related packages into OFFICE
* share/rpmsrate, share/compssUsers, share/compssUsers.server,
share/compssUsers.desktop: Separate printing-related packages from
INSTALL to create a new separated PRINTER group and pre-select them if
OFFICE compssUser group is selected
2004/02/24 yrahal
* share/po/ar.po: Committing Arabeyes.org's Arabic translation
2004/02/24 David Baudens <baudens at mandrakesoft.com>
* share/po/fr.po: Fix typo
Fix typos
* share/rpmsrate: Update
2004/02/24 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/et.po, share/po/ca.po: updated Estonian file
* share/po/ja.po: updated Japanese file
* share/po/ms.po: updated Malay file
2004/02/24 Stew Benedict <sbenedict at mandrakesoft.com>
* standalone/drakTermServ: mknbi-set always wants a kernel version now.
Deal with conflicts with msec > 3 and exporting / (use no_root_squash).
Always pass a kernel to mkinitrd-net. (Both part of #8216)
Add --restart option for terminal-server.
2004/02/24 Till Kamppeter <till at mandrakesoft.com>
* standalone/scannerdrake: UI text fixes.
Ask user before installing packages.
* printer/printerdrake.pm: UI text fixes.
Give clear warning/error messages if a package installation fails.
Let printer model in first-time dialog also be shown if there is no
description field in the device ID of the printer.
2004/02/24 Thierry Vignaud <tvignaud at mandrakesoft.com>
* network/netconnect.pm: fix module lookup for pcmcia cards
* network/adsl_consts.pm: set default protocol to pppoa for various ISPs
update 9telecom entry (Benot Audouard)
add encapsulation method for tiscali 512k offer in france
fix wrongly inverted encapsulation methods for free isp cnx offers
use spanish caracters in spanish isp name (Benot Audouard)
fix url (Benoît Audouard)
typo fix
typo fix (fcrozat)
* share/po/ms.po, share/po/sk.po, share/po/gl.po, share/po/pt_BR.po,
share/po/th.po, share/po/et.po, share/po/ja.po, share/po/hr.po,
share/po/be.po, share/po/ko.po, share/po/DrakX.pot, share/po/sv.po,
share/po/sr.po, share/po/pl.po, share/po/fi.po, share/po/he.po,
share/po/ca.po, share/po/da.po, share/po/ar.po, share/po/nb.po,
share/po/uz.po, share/po/ro.po, share/po/zh_TW.po, share/po/zh_CN.po,
share/po/sr@Latn.po, share/po/sq.po, share/po/it.po, share/po/eu.po,
share/po/es.po, share/po/lv.po, share/po/hu.po, share/po/fa.po,
share/po/id.po, share/po/ru.po, share/po/br.po, share/po/sl.po,
share/po/nn.po, share/po/tr.po, share/po/mt.po, share/po/ga.po,
share/po/mn.po, share/po/uk.po, share/po/lt.po, share/po/cy.po,
share/po/tg.po, share/po/bs.po, share/po/mk.po, share/po/wa.po,
share/po/is.po, share/po/hi.po, share/po/af.po, share/po/az.po,
share/po/pt.po, share/po/fr.po, share/po/ta.po, share/po/vi.po,
share/po/nl.po, share/po/de.po, share/po/eo.po, share/po/bg.po,
share/po/cs.po, share/po/el.po, share/po/uz@Latn.po: merge in typo fixes
from tille
2004/02/24 yrahal
* share/po/ar.po: Committing Arabeyes.org's Arabic translation
2004/02/23 Fabian Mandelbaum <fabman at 2vias.com.ar>
* share/po/es.po: Updated Spanish translations
2004/02/23 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/fa.po, share/po/ms.po, share/po/id.po, share/po/sk.po,
share/po/ru.po, share/po/gl.po, share/po/pt_BR.po, share/po/br.po,
share/po/th.po, share/po/sl.po, share/po/nn.po, share/po/et.po,
share/po/ja.po, share/po/hr.po, share/po/tr.po, share/po/mt.po,
share/po/ga.po, share/po/be.po, share/po/uk.po, share/po/mn.po,
share/po/ko.po, share/po/DrakX.pot, share/po/sv.po, share/po/sr.po,
share/po/pl.po, share/po/fi.po, share/po/lt.po, share/po/he.po,
share/po/cy.po, share/po/ca.po, share/po/da.po, share/po/ar.po,
share/po/tg.po, share/po/nb.po, share/po/bs.po, share/po/uz.po,
share/po/ro.po, share/po/mk.po, share/po/wa.po, share/po/is.po,
share/po/af.po, share/po/hi.po, share/po/az.po, share/po/zh_TW.po,
share/po/zh_CN.po, share/po/pt.po, share/po/vi.po, share/po/ta.po,
share/po/fr.po, share/po/sr@Latn.po, share/po/sq.po, share/po/nl.po,
share/po/it.po, share/po/eu.po, share/po/es.po, share/po/de.po,
share/po/eo.po, share/po/lv.po, share/po/el.po, share/po/cs.po,
share/po/bg.po, share/po/hu.po, share/po/uz@Latn.po: updated pot file
2004/02/23 tsdgeos
* share/po/ca.po: Some unfuzzying
2004/02/23 Thierry Vignaud <tvignaud at mandrakesoft.com>
* share/po/fr.po: update
2004/02/23 tpittich
* share/po/sk.po: updated slovak translation
2004/02/23 Thierry Vignaud <tvignaud at mandrakesoft.com>
* share/po/fr.po: update
typo fixes (Reinout van Schouwen)
* share/po/ms.po, share/po/sk.po, share/po/gl.po, share/po/pt_BR.po,
share/po/th.po, share/po/et.po, share/po/ja.po, share/po/hr.po,
share/po/be.po, share/po/ko.po, share/po/DrakX.pot, share/po/sv.po,
share/po/sr.po, share/po/pl.po, share/po/fi.po, share/po/he.po,
share/po/ca.po, share/po/da.po, share/po/ar.po, share/po/nb.po,
share/po/uz.po, diskdrake/interactive.pm, share/po/ro.po,
share/po/zh_TW.po, share/po/zh_CN.po, share/po/sr@Latn.po,
share/po/sq.po, diskdrake/hd_gtk.pm, share/po/it.po, share/po/eu.po,
share/po/es.po, share/po/lv.po, share/po/hu.po, share/po/fa.po,
share/po/id.po, share/po/ru.po, share/po/br.po, share/po/sl.po,
share/po/nn.po, share/po/tr.po, share/po/mt.po, share/po/ga.po,
share/po/mn.po, share/po/uk.po, share/po/lt.po, share/po/cy.po,
share/po/tg.po, share/po/bs.po, share/po/mk.po, share/po/wa.po,
share/po/is.po, share/po/hi.po, share/po/af.po, share/po/az.po,
share/po/pt.po, share/po/ta.po, share/po/vi.po, share/po/nl.po,
share/po/de.po, share/po/eo.po, share/po/bg.po, share/po/cs.po,
share/po/el.po, share/po/uz@Latn.po: typo fixes (Reinout van Schouwen)
* standalone/drakconnect: misc perl_checker cleanups
* drakxtools.spec: 10-7mdk
2004/02/23 Guillaume Cottenceau <gc at mandrakesoft.com>
* rescue/tree/etc/issue: 10.0
2004/02/23 Thierry Vignaud <tvignaud at mandrakesoft.com>
* network/ethernet.pm: write ethX aliases and ifup/ifdown scripts when
configuring a LAN connection
* standalone/drakconnect (del_intf) keep ethX aliases b/c eg removing eth0
will results in eth1 to be
renumbered on next boot...
(del_intf) down the network interface when deleting it
(del_intf) when no network configuration is configured, just report it
(del_intf) only list configured interfaces when offering to delete them
* share/po/ms.po, share/po/sk.po, share/po/gl.po, share/po/pt_BR.po,
share/po/th.po, share/po/et.po, share/po/ja.po, share/po/hr.po,
share/po/be.po, share/po/ko.po, share/po/DrakX.pot, share/po/sv.po,
share/po/sr.po, share/po/pl.po, share/po/fi.po, share/po/he.po,
share/po/da.po, share/po/ca.po, share/po/ar.po, share/po/nb.po,
share/po/uz.po, diskdrake/interactive.pm, share/po/ro.po,
share/po/zh_TW.po, share/po/zh_CN.po, share/po/sr@Latn.po,
share/po/sq.po, share/po/it.po, diskdrake/hd_gtk.pm, share/po/eu.po,
share/po/es.po, share/po/lv.po, share/po/hu.po, share/po/fa.po,
share/po/id.po, share/po/ru.po, share/po/br.po, share/po/sl.po,
share/po/nn.po, share/po/tr.po, share/po/mt.po, share/po/ga.po,
share/po/mn.po, share/po/uk.po, share/po/lt.po, share/po/cy.po,
share/po/tg.po, share/po/bs.po, share/po/mk.po, share/po/wa.po,
share/po/is.po, share/po/hi.po, share/po/af.po, share/po/az.po,
share/po/pt.po, share/po/fr.po, share/po/ta.po, share/po/vi.po,
share/po/nl.po, share/po/de.po, share/po/eo.po, share/po/el.po,
share/po/bg.po, share/po/cs.po, share/po/uz@Latn.po: typo fixes (Reinout
van Schouwen)
* drakxtools.spec: 10-7mdk
10-6mdk
* network/netconnect.pm:
- always write up/down scripts
- only write initscript when starting at boot was choosen (instead of
writing
it in restart path...)
write ethX aliases and ifup/ifdown scripts when configuring a LAN
connection
* network/adsl.pm: fix adsl scripts (especially with sagem8xx modems)
add missing space
2004/02/23 Thierry Vignaud <tvignaud at mandrakesoft.com>
* share/po/fr.po: fix french translation (upcase label)
* standalone/drakconnect: fix ability to set ip parameters broken by
localizing bootproto
* drakxtools.spec: 10-6mdk
10-5mdk
* network/adsl.pm: fix adsl scripts (especially with sagem8xx modems)
add missing space
(adsl_conf_backend) speedtouch config need vpi/vci as decimal numbers
whereas sagem8xx wants hexa numbers
2004/02/23 Thierry Vignaud <tvignaud at mandrakesoft.com>
* harddrake/data.pm: do not tag some ata raid controllers as unknown hw
* share/po/fr.po: fix french translation (upcase label)
fix french translation (upcase label)
* standalone/drakconnect: fix ability to set ip parameters broken by
localizing bootproto
handle and translate BOOTPROTO
read ppp auth method
handle new PAP/CHAP method
fix untranslated strings
do not complain about gateway format when it's not set
* any.pm (setupBootloader__entries) fix entry editing layout
* drakxtools.spec: 10-5mdk
10-4mdk
* network/netconnect.pm: handle unknown hardware: enable one to manually
load a driver like expert mode
in old pre-10.0 wizard
enable one to manually choose the serial port to use while configuring
modem
fix unreachable steps
read ppp config earlier and prevent provider choice to overwrite it (but
if
user select a *new* provider)
initialize modem data structure at one point only for serial/PCI modems
split kppp config reading into network::modem::ppp_read_conf() in order
to be
shared with manage interface
fix choosing betweeen '' and 'adsl connections when configuring adsl
(due to
write_cnx_scripts vivificating data structure)
* modules/interactive.pm (load_category__prompt_for_more) do not list
probed category in detected hardware list
(load_category__prompt_for_more) show quotes around detected hardware in
order
to more easily see thems
* network/modem.pm (ppp_read_conf) really default to dynamic dns, gateway
and ip (really fix #7705)
misc perl_checker cleanups
split kppp config reading into network::modem::ppp_read_conf() in order
to be
shared with manage interface
* network/ethernet.pm (conf_network_card_backend) update its doc now that
it has been splited in
get_eth_cards() and conf_network_card_backend()
* network/adsl_consts.pm: rollback bogus damien change, here vpi/vci
parameters are in hexa, not decimal
* network/adsl.pm (adsl_conf_backend) speedtouch config need vpi/vci as
decimal numbers
whereas sagem8xx wants hexa numbers
2004/02/23 Thierry Vignaud <tvignaud at mandrakesoft.com>
* harddrake/data.pm: do not tag some ata raid controllers as unknown hw
* standalone/drakconnect: handle and translate BOOTPROTO
read ppp auth method
handle new PAP/CHAP method
fix untranslated strings
do not complain about gateway format when it's not set
* any.pm (setupBootloader__entries) fix entry editing layout
* network/netconnect.pm: handle unknown hardware: enable one to manually
load a driver like expert mode
in old pre-10.0 wizard
enable one to manually choose the serial port to use while configuring
modem
fix unreachable steps
read ppp config earlier and prevent provider choice to overwrite it (but
if
user select a *new* provider)
initialize modem data structure at one point only for serial/PCI modems
split kppp config reading into network::modem::ppp_read_conf() in order
to be
shared with manage interface
fix choosing betweeen '' and 'adsl connections when configuring adsl
(due to
write_cnx_scripts vivificating data structure)
* share/po/fr.po: fix french translation (upcase label)
* modules/interactive.pm (load_category__prompt_for_more) do not list
probed category in detected hardware list
(load_category__prompt_for_more) show quotes around detected hardware in
order
to more easily see thems
* network/modem.pm (ppp_read_conf) really default to dynamic dns, gateway
and ip (really fix #7705)
misc perl_checker cleanups
split kppp config reading into network::modem::ppp_read_conf() in order
to be
shared with manage interface
* network/ethernet.pm (conf_network_card_backend) update its doc now that
it has been splited in
get_eth_cards() and conf_network_card_backend()
* drakxtools.spec: 10-4mdk
2004/02/22 Arkadiusz Lipiec <alipiec at elka.pw.edu.pl>
* share/po/pl.po: Updated translation
2004/02/22 Damien Chaumette <dchaumette at mandrakesoft.com>
* network/adsl_consts.pm: fix vci number for Belgium and France
2004/02/22 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/nn.po: updated Nynorsk file
Added Nynorsk file
* share/po/cy.po: Added Nynorsk file
2004/02/21 Fabian Mandelbaum <fabman at 2vias.com.ar>
* share/po/es.po: Updated Spanish translations
2004/02/21 fwang
* share/po/zh_CN.po: update
2004/02/21 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/it.po, share/po/et.po: updated Estonian and Italian files
2004/02/21 Stew Benedict <sbenedict at mandrakesoft.com>
* standalone/drakbackup: Verify user has selected a cron interval and
media [Bugzilla 8138]
More code reduction.
2004/02/20 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/fa.po, share/po/ms.po, share/po/id.po, share/po/sk.po,
share/po/ru.po, share/po/gl.po, share/po/pt_BR.po, share/po/br.po,
share/po/th.po, share/po/sl.po, share/po/et.po, share/po/ja.po,
share/po/hr.po, share/po/tr.po, share/po/mt.po, share/po/ga.po,
share/po/be.po, share/po/uk.po, share/po/mn.po, share/po/ko.po,
share/po/DrakX.pot, share/po/sv.po, share/po/sr.po, share/po/pl.po,
share/po/fi.po, share/po/lt.po, share/po/he.po, share/po/cy.po,
share/po/ca.po, share/po/da.po, share/po/ar.po, share/po/tg.po,
share/po/nb.po, share/po/bs.po, share/po/uz.po, share/po/ro.po,
share/po/mk.po, share/po/wa.po, share/po/is.po, share/po/af.po,
share/po/hi.po, share/po/az.po, share/po/zh_TW.po, share/po/zh_CN.po,
share/po/pt.po, share/po/vi.po, share/po/ta.po, share/po/fr.po,
share/po/sr@Latn.po, share/po/sq.po, share/po/nl.po, share/po/it.po,
share/po/eu.po, share/po/es.po, share/po/de.po, share/po/eo.po,
share/po/lv.po, share/po/el.po, share/po/cs.po, share/po/bg.po,
share/po/hu.po, share/po/uz@Latn.po: updated pot file
2004/02/20 Stew Benedict <sbenedict at mandrakesoft.com>
* standalone/drakbackup: QA - tweak wizard setup.
2004/02/20 tsdgeos
* share/po/ca.po: Some updates and unfuzzying
2004/02/20 Thierry Vignaud <tvignaud at mandrakesoft.com>
* network/netconnect.pm: when one refuse to install firmware *now*, she
won't be able to select
a provider, thus vci and vpi parameters won't be filled
remove useless "next" field (since post already handle it)
* standalone/logdrake: fix title when run from mcc (#8111)
* drakxtools.spec: 10-3mdk
10-2mdk
* detect_devices.pm (getBewan) introduce it in order to detect Bewan ADSL
modems (both PCI
and USB ones)
* share/po/fr.po: update
2004/02/20 tsdgeos
* share/po/ca.po: Some updates and unfuzzying
2004/02/20 Thierry Vignaud <tvignaud at mandrakesoft.com>
* detect_devices.pm (getBewan) introduce it in order to detect Bewan ADSL
modems (both PCI
and USB ones)
(getSagem) lookup sagem8xx modems by module rather than relying on
strings
manually added to ldetect-lst
* standalone/drakperm: fix "current" checkbox vs "group" and "user"
pull-down menus
* standalone/logdrake: fix title when run from mcc (#8111)
* network/netconnect.pm: when one refuse to install firmware *now*, she
won't be able to select
a provider, thus vci and vpi parameters won't be filled
remove useless "next" field (since post already handle it)
enable to refuse network restarting
* drakxtools.spec: 10-3mdk
10-2mdk
2004/02/20 Damien Chaumette <dchaumette at mandrakesoft.com>
* network/adsl.pm: keep provider vpi/vci settings when exist
2004/02/20 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/fa.po, share/po/ms.po, share/po/id.po, share/po/sk.po,
share/po/ru.po, share/po/gl.po, share/po/pt_BR.po, share/po/br.po,
share/po/th.po, share/po/sl.po, share/po/et.po, share/po/ja.po,
share/po/hr.po, share/po/tr.po, share/po/mt.po, share/po/ga.po,
share/po/be.po, share/po/uk.po, share/po/mn.po, share/po/ko.po,
share/po/DrakX.pot, share/po/sv.po, share/po/sr.po, share/po/pl.po,
share/po/fi.po, share/po/lt.po, share/po/he.po, share/po/cy.po,
share/po/ca.po, share/po/da.po, share/po/ar.po, share/po/tg.po,
share/po/nb.po, share/po/bs.po, share/po/uz.po, share/po/ro.po,
share/po/mk.po, share/po/wa.po, share/po/is.po, share/po/af.po,
share/po/hi.po, share/po/az.po, share/po/zh_TW.po, share/po/zh_CN.po,
share/po/pt.po, share/po/vi.po, share/po/ta.po, share/po/fr.po,
share/po/sr@Latn.po, share/po/sq.po, share/po/nl.po, share/po/it.po,
share/po/eu.po, share/po/es.po, share/po/de.po, share/po/eo.po,
share/po/lv.po, share/po/el.po, share/po/cs.po, share/po/bg.po,
share/po/hu.po, share/po/uz@Latn.po: updated pot file
* lang.pm: uim-anthy works ok in on-the-spot mode with KDE
2004/02/20 Pixel <pixel at mandrakesoft.com>
* bootloader.pm (update_for_renumbered_partitions):
- handle no grub config
- skip modifications when dev2grub fail
(since the device not in device.map means the device is currently unused
for booting)
* modules.pm, install_steps.pm: alias agpgart should be only for 2.6,
since code doesn't allow this easily,
adding the agp module to modprobe.preload
2004/02/20 Stew Benedict <sbenedict at mandrakesoft.com>
* standalone/drakbackup: Shrink code per Thierry.
2004/02/20 tsdgeos
* share/po/ca.po: Some updates and unfuzzying
2004/02/20 Thierry Vignaud <tvignaud at mandrakesoft.com>
* standalone/drakconnect (add_intf) no need to handle errors, it's done by
callee now in order to share
exception handling with installer
* drakxtools.spec: 10-2mdk
* network/adsl_consts.pm: remove debug statement
aliase Free non dégroupé 1024/256 on "Free non dégroupé 512/128" (#7615)
* standalone/drakperm: fix "current" checkbox vs "group" and "user"
pull-down menus
* network/netconnect.pm: enable to refuse network restarting
do not detect lan interfaces when configuring modems
do not horribly die at install time on error
really fix previous button on first step: we want it at install time
* detect_devices.pm (getSagem) lookup sagem8xx modems by module rather
than relying on strings
manually added to ldetect-lst
2004/02/20 fwang
* share/po/zh_CN.po: update
2004/02/20 Pablo Saratxaga <pablo at mandrakesoft.com>
* lang.pm: uim-anthy works ok in on-the-spot mode with KDE
2004/02/20 Pixel <pixel at mandrakesoft.com>
* install_steps_interactive.pm: fix warning LSB chosen implies kernel 2.4
* fs.pm: add umask=0022 capability, and use it for security level 3
* share/compssUsers, share/compssUsers.server: Gnome is no good, GNOME is
good
* bootloader.pm (update_for_renumbered_partitions):
- handle no grub config
- skip modifications when dev2grub fail
(since the device not in device.map means the device is currently unused
for booting)
* modules.pm, install_steps.pm: alias agpgart should be only for 2.6,
since code doesn't allow this easily,
adding the agp module to modprobe.preload
2004/02/20 Stew Benedict <sbenedict at mandrakesoft.com>
* standalone/drakbackup: Shrink code per Thierry.
2004/02/20 Thierry Vignaud <tvignaud at mandrakesoft.com>
* network/adsl_consts.pm: remove debug statement
aliase Free non dégroupé 1024/256 on "Free non dégroupé 512/128" (#7615)
* network/adsl.pm: fix writing aliases (fix broken speedtouch)
* drakxtools.spec: 10-1mdk
2004/02/20 Guillaume Cottenceau <gc at mandrakesoft.com>
* interactive/gtk.pm, install_gtk.pm, ugtk2.pm: don't force buttons a size
related to $::windowwidth since this is no more used to size the main
window (fixes missing Next button in vgahi), use a global
$::real_windowwidth for sizings related to the main window
* mdk-stage1/Makefile: 10.0
* install_steps_gtk.pm: don't force buttons a size related to
$::windowwidth since this is no more used to size the main window (fixes
missing Next button in vgahi), use a global $::real_windowwidth for
sizings related to the main window
allow to specify the Xnest wanted resolution with --vga
2004/02/20 Pixel <pixel at mandrakesoft.com>
* install_steps_interactive.pm: fix warning LSB chosen implies kernel 2.4
* fs.pm: add umask=0022 capability, and use it for security level 3
* share/compssUsers, share/compssUsers.server: Gnome is no good, GNOME is
good
2004/02/20 Stew Benedict <sbenedict at mandrakesoft.com>
* standalone/drakbackup: Gnome icon order. Drop an unused button box.
2004/02/20 Thierry Vignaud <tvignaud at mandrakesoft.com>
* drakxtools.spec: 10-0.21mdk
2004/02/19 Arkadiusz Lipiec <alipiec at elka.pw.edu.pl>
* share/po/pl.po: Updated
2004/02/19 Pixel <pixel at mandrakesoft.com>
* interactive/gtk.pm, ugtk2.pm: use $ugtk2::current_window in place of
@interactive::objects (which was unused and broken)
=> fix XSetInputFocus (bugzilla #8046 and #8053)
2004/02/19 Thierry Vignaud <tvignaud at mandrakesoft.com>
* network/netconnect.pm: since no PCMCIA cards support link status
notification, ifplugd should
be disabled for all pcmcia cards by default => let blacklist them
(#8031)
* standalone/drakvpn: fix string
* share/po/fr.po: update
2004/02/19 Arkadiusz Lipiec <alipiec at elka.pw.edu.pl>
* share/po/pl.po: Updated
2004/02/19 David Baudens <baudens at mandrakesoft.com>
* share/po/fr.po: Update
2004/02/19 Pablo Saratxaga <pablo at mandrakesoft.com>
* lang.pm: value of XIM is the xim identifier, not the xim program name
* share/po/fa.po, share/po/ms.po, share/po/id.po, share/po/sk.po,
share/po/ru.po, share/po/gl.po, share/po/pt_BR.po, share/po/br.po,
share/po/th.po, share/po/sl.po, share/po/et.po, share/po/ja.po,
share/po/hr.po, share/po/tr.po, share/po/mt.po, share/po/ga.po,
share/po/be.po, share/po/uk.po, share/po/mn.po, share/po/ko.po,
share/po/DrakX.pot, share/po/sv.po, share/po/sr.po, share/po/pl.po,
share/po/fi.po, share/po/lt.po, share/po/he.po, share/po/cy.po,
share/po/ca.po, share/po/da.po, share/po/ar.po, share/po/tg.po,
share/po/nb.po, share/po/bs.po, share/po/uz.po, share/po/ro.po,
share/po/mk.po, share/po/wa.po, share/po/is.po, share/po/af.po,
share/po/hi.po, share/po/az.po, share/po/zh_TW.po, share/po/zh_CN.po,
share/po/pt.po, share/po/vi.po, share/po/ta.po, share/po/fr.po,
share/po/sr@Latn.po, share/po/sq.po, share/po/nl.po, share/po/it.po,
share/po/eu.po, share/po/es.po, share/po/de.po, share/po/eo.po,
share/po/lv.po, share/po/el.po, share/po/cs.po, share/po/bg.po,
share/po/hu.po, share/po/uz@Latn.po: updated pot file
2004/02/19 Pixel <pixel at mandrakesoft.com>
* interactive/gtk.pm, ugtk2.pm: use $ugtk2::current_window in place of
@interactive::objects (which was unused and broken)
=> fix XSetInputFocus (bugzilla #8046 and #8053)
2004/02/19 Thierry Vignaud <tvignaud at mandrakesoft.com>
* standalone/drakvpn: consolidate strings
2004/02/19 David Baudens <baudens at mandrakesoft.com>
* share/po/fr.po: Update
Revert my mistake
* share/advertising/dwd-01.pl: Add missing string
2004/02/19 Damien Chaumette <dchaumette at mandrakesoft.com>
* network/netconnect.pm: put a Previous button on the first page
2004/02/19 Florin Grad <florin at mandrakesoft.com>
* network/ipsec.pm: add plenty of help explanations, add anonymous support
in sainfo
* standalone/drakvpn: add plenty of help files, add anonymous support for
sainfo
2004/02/19 Guillaume Cottenceau <gc at mandrakesoft.com>
* install_steps.pm: add utf8 key to locale config if not already present,
so that
auto install behave as before (pixel)
* http.pm: well, value is not dropped anymore perl checko
- don't resolv host, it breaks virtual servers configs
- log when we don't receive a 200
2004/02/19 Pablo Saratxaga <pablo at mandrakesoft.com>
* lang.pm: value of XIM is the xim identifier, not the xim program name
* standalone/drakvpn: fixed typos
2004/02/19 Pixel <pixel at mandrakesoft.com>
* standalone/XFdrake: no more global icon in XFdrake
* install_steps_gtk.pm: the text we give to set_markup should not contain
raw "&"
(occurs for "Any PS/2 & USB mice")
* interactive/gtk.pm: don't have a big scrolled window that can be around
a local scrolled window.
ensure instead many local scrolled windows
* share/rpmsrate:
- kimdaba must be flagged KDE
- lower some packages rates for my tests
kdenlive must be flagged KDE
* tools/make_mdkinst_stage2: catch kernel 2.6 loop bug
* install_steps_interactive.pm: better logging
* ugtk2.pm: we don't need warp_text since we have WrappedLabel
fix _ask_file (tested in wizard, normal and embedded)
fix titi sucks (Advanced and Help were broken)
2004/02/19 Stew Benedict <sbenedict at mandrakesoft.com>
* standalone/drakbackup: Fix issue with multisession CDs (Anthill #349)
2004/02/19 tsdgeos
* share/po/ca.po: Today's work
2004/02/19 Thierry Vignaud <tvignaud at mandrakesoft.com>
* network/netconnect.pm: only show "previous" button on first step in
install; in standalone
mode, we already have the "cancel" button
* share/po/ms.po, share/po/sk.po, share/po/gl.po, share/po/pt_BR.po,
share/po/th.po, share/po/et.po, share/po/ja.po, share/po/hr.po,
share/po/be.po, share/po/ko.po, share/po/DrakX.pot, share/po/sv.po,
share/po/sr.po, share/po/pl.po, share/po/fi.po, share/po/he.po,
share/po/ca.po, share/po/da.po, share/po/ar.po, share/po/nb.po,
share/po/uz.po, share/po/ro.po, share/po/zh_TW.po, share/po/zh_CN.po,
share/po/sr@Latn.po, share/po/sq.po, share/po/it.po, share/po/eu.po,
share/po/es.po, share/po/lv.po, share/po/hu.po, share/po/fa.po,
share/po/id.po, share/po/ru.po, share/po/br.po, share/po/sl.po,
share/po/tr.po, share/po/mt.po, share/po/ga.po, share/po/mn.po,
share/po/uk.po, share/po/lt.po, share/po/cy.po, share/po/tg.po,
share/po/bs.po, share/po/mk.po, share/po/wa.po, share/po/is.po,
share/po/hi.po, share/po/af.po, share/po/az.po, share/po/pt.po,
share/po/fr.po, share/po/ta.po, share/po/vi.po, share/po/nl.po,
share/po/de.po, share/po/eo.po, share/po/el.po, share/po/bg.po,
share/po/cs.po, share/po/uz@Latn.po: typo fix
* share/rpmsrate: uim won't work without uim-applet
* standalone/drakvpn: consolidate strings
typo fix
* printer/main.pm (set_usermode) do not die when run with --testing as
user
* drakxtools.spec: 10-0.20mdk
* lang.pm: switch japanese from kinput2 to uim input method
2004/02/19 Warly <warly at mandrakesoft.com>
* standalone/drakboot: Apply Olivier Blin patch to fix theme displaying
under console
2004/02/18 Arkadiusz Lipiec <alipiec at elka.pw.edu.pl>
* share/po/pl.po: Updated
2004/02/18 David Baudens <baudens at mandrakesoft.com>
* share/po/fr.po: Advertisements: update translations for download
2004/02/18 Damien Chaumette <dchaumette at mandrakesoft.com>
* network/adsl.pm: drop $netc->{internet_cnx} test, unnedeed
* standalone/drakconnect:
- add adsl_atboot() to check at boot status
- use it instead of chk_internet()
2004/02/18 fwang
* share/po/zh_CN.po: Updated Simplified Chinese translation
2004/02/18 Guillaume Cottenceau <gc at mandrakesoft.com>
* install_steps.pm, any.pm, lang.pm: selectlanguage: utf8 flag status is
updated when user selects more/less languages; when user touches it,
update is disabled, allowing andrej to have an en_GB + ru_RU install
without utf8
2004/02/18 Pixel <pixel at mandrakesoft.com>
* install2.pm: HACK: set LD_ASSUME_KERNEL so that rpm doesn't try to use
tls (which we don't
have at install) otherwise it causes *weird* problems in __db*. When
LD_ASSUME_KERNEL is set, no __db* are used, and so no such pbs.
* fsedit.pm, partition_table.pm: type 0x17 *can* be ntfs, assuming it is
when we don't care much, and check if it is ntfs otherwise
2004/02/18 Stew Benedict <sbenedict at mandrakesoft.com>
* standalone/drakbackup: QA - Encourage user to finish configuring media
before leaving wizard.
Rework backupignore behavior (Anthill #306).
2004/02/18 Thierry Vignaud <tvignaud at mandrakesoft.com>
* share/po/ms.po, share/po/sk.po, share/po/gl.po, share/po/pt_BR.po,
share/po/th.po, share/po/et.po, share/po/ja.po, share/po/hr.po,
share/po/be.po, standalone/drakvpn, share/po/ko.po, share/po/DrakX.pot,
share/po/sv.po, share/po/sr.po, share/po/pl.po, share/po/fi.po,
share/po/he.po, share/po/ca.po, share/po/da.po, share/po/ar.po,
share/po/nb.po, share/po/uz.po, share/po/ro.po, share/po/zh_TW.po,
share/po/zh_CN.po, share/po/sr@Latn.po, share/po/sq.po, share/po/it.po,
share/po/eu.po, share/po/es.po, share/po/lv.po, share/po/hu.po,
share/po/fa.po, share/po/id.po, share/po/ru.po, share/po/br.po,
share/po/sl.po, share/po/tr.po, share/po/mt.po, share/po/ga.po,
share/po/mn.po, share/po/uk.po, share/po/lt.po, share/po/cy.po,
share/po/tg.po, share/po/bs.po, share/po/mk.po, share/po/wa.po,
share/po/is.po, share/po/hi.po, share/po/af.po, share/po/az.po,
share/po/pt.po, share/po/fr.po, share/po/ta.po, share/po/vi.po,
share/po/nl.po, share/po/de.po, share/po/eo.po, share/po/bg.po,
share/po/cs.po, share/po/el.po, share/po/uz@Latn.po: typo fix
* network/netconnect.pm: do not use ifplugd on wireless connections by
default
fix "network needs to be restarted" step
do not overwrite current wireless parameters with default values
move some wireless options as advanced ones
* drakxtools.spec: 10-0.19mdk
* standalone/harddrake2 (quit_global) do not die in exit path when not run
as root
reindent button packing
sanitize buttons layout when embedded
2004/02/18 David Baudens <baudens at mandrakesoft.com>
* share/rpmsrate: Install Google's search bar when KDE is installed
2004/02/18 Damien Chaumette <dchaumette at mandrakesoft.com>
* network/adsl.pm: drop $netc->{internet_cnx} test, unnedeed
* standalone/drakconnect: fix adsl at boot, better and more clean
2004/02/18 Frederic Crozat <fcrozat at mandrakesoft.com>
* share/rpmsrate: Pull xine-arts when choosing video AND KDE
2004/02/18 Guillaume Cottenceau <gc at mandrakesoft.com>
* share/po/ms.po, share/po/sk.po, share/po/gl.po, share/po/pt_BR.po,
share/po/th.po, share/po/et.po, share/po/ja.po, share/po/hr.po,
share/po/be.po, share/po/ko.po, share/po/DrakX.pot, share/po/sv.po,
share/po/sr.po, share/po/pl.po, share/po/fi.po, share/po/he.po,
share/po/ca.po, share/po/da.po, share/po/ar.po, share/po/nb.po,
share/po/uz.po, share/po/ro.po, share/po/zh_TW.po, share/po/zh_CN.po,
share/po/sr@Latn.po, share/po/sq.po, share/po/it.po, share/po/eu.po,
share/po/es.po, share/po/lv.po, share/po/hu.po, share/po/fa.po,
share/po/id.po, share/po/ru.po, share/po/sl.po, share/po/tr.po,
share/po/mt.po, share/po/ga.po, share/po/mn.po, share/po/uk.po,
share/po/lt.po, share/po/cy.po, share/po/tg.po, share/po/bs.po,
share/po/mk.po, share/po/wa.po, share/po/is.po, share/po/hi.po,
share/po/af.po, share/po/az.po, share/po/pt.po, share/po/fr.po,
share/po/ta.po, share/po/vi.po, share/po/nl.po, share/po/de.po,
share/po/eo.po, share/po/el.po, share/po/bg.po, share/po/cs.po,
share/advertising/dwd-09.pl, share/po/uz@Latn.po: fix wording of
advertisement thx to austin
* tools/shift_img.c, tools/shift_all.pl: these files I needed when pablo
gave me lang-*.png images because they were not aligned.. commiting in
case
* install_any.pm: ok, ok, perl checker roulaize
better match
tentatively fix #7792 (seems like line number don't match #7792,
but this one I'm fixing was obviously wrong, at least)
allow using ext2 or vfat floppies for kickstart=floppy so that
when you do an auto install based on network.img and
network_drivers.img, you can put your auto_inst.cfg.pl on
network_drivers.img and rock n roll
* mdk-stage1/modules.c: support automatic installs even when needing the
additional drivers floppy
* modules.pm: don't log insmod errors on tty5, rather on tty3+ddebug.log
as normal log
2004/02/18 Pixel <pixel at mandrakesoft.com>
* install_steps_gtk.pm: when cancel is pressed, fix re-selecting
unselected packages
(callback_choices unneeded, cf rpmdrake)
small cleanup
* install2.pm: HACK: set LD_ASSUME_KERNEL so that rpm doesn't try to use
tls (which we don't
have at install) otherwise it causes *weird* problems in __db*. When
LD_ASSUME_KERNEL is set, no __db* are used, and so no such pbs.
* fsedit.pm, partition_table.pm: type 0x17 *can* be ntfs, assuming it is
when we don't care much, and check if it is ntfs otherwise
* standalone/diskdrake: set useSupermount to magicdev (so that it doesn't
use supermount from cdroms)
* share/rpmsrate: gdm is an important gnome application, make it 5 (for my
tests)
2004/02/18 Stew Benedict <sbenedict at mandrakesoft.com>
* standalone/drakbackup: Rework backupignore behavior (Anthill #306).
2004/02/18 Thierry Vignaud <tvignaud at mandrakesoft.com>
* ugtk2.pm (create_okcancel) enable to specify that some buttons must be
at right
* share/po/ms.po, share/po/sk.po, share/po/gl.po, share/po/pt_BR.po,
share/po/th.po, share/po/et.po, share/po/ja.po, share/po/hr.po,
share/po/be.po, standalone/drakvpn, share/po/ko.po, share/po/DrakX.pot,
share/po/sv.po, share/po/sr.po, share/po/pl.po, share/po/fi.po,
share/po/he.po, share/po/ca.po, share/po/da.po, share/po/ar.po,
share/po/nb.po, share/po/uz.po, share/po/ro.po, share/po/zh_TW.po,
share/po/zh_CN.po, share/po/sr@Latn.po, share/po/sq.po, share/po/it.po,
share/po/eu.po, share/po/es.po, share/po/lv.po, share/po/hu.po,
share/po/fa.po, share/po/id.po, share/po/ru.po, share/po/br.po,
share/po/sl.po, share/po/tr.po, share/po/mt.po, share/po/ga.po,
share/po/mn.po, share/po/uk.po, share/po/lt.po, share/po/cy.po,
share/po/tg.po, share/po/bs.po, share/po/mk.po, share/po/wa.po,
share/po/is.po, share/po/hi.po, share/po/af.po, share/po/az.po,
share/po/pt.po, share/po/fr.po, share/po/ta.po, share/po/vi.po,
share/po/nl.po, share/po/de.po, share/po/eo.po, share/po/bg.po,
share/po/cs.po, share/po/el.po, share/po/uz@Latn.po: typo fix
* standalone/drakconnect: force apply button to be right aligned
2004/02/17 Damien Chaumette <dchaumette at mandrakesoft.com>
* network/adsl.pm: manage interfaces don't want to break cnx_scripts
* standalone/drakconnect:
- add chk_config() to test internet service state
- adsl onboot using chk_config()
2004/02/17 Guillaume Cottenceau <gc at mandrakesoft.com>
* mdk-stage1/stage1.c, mdk-stage1/modules.c, mdk-stage1/modules.h: support
2.6 insmoding for expert third party modules and loading named modules
* Xconfig/card.pm: well we reverted to 4.3
2004/02/17 tsdgeos
* share/po/ca.po: today's updates
2004/02/17 Thierry Vignaud <tvignaud at mandrakesoft.com>
* ugtk2.pm: enforce gnome button order everywhere (interface team request)
* drakxtools.spec: log one more stuff into 10-0.18mdk
fix changelog
10-0.18mdk
* standalone/icons/wiz_default_up.png: new default icon for wizards
2004/02/17 Fabian Mandelbaum <fabman at 2vias.com.ar>
* share/po/es.po: Updated Spanish translations
2004/02/17 Florin Grad <florin at mandrakesoft.com>
* network/ipsec.pm: one can now start from scratch with ipsec.conf
fix the ";" mark in the Security Policies Section
* standalone/drakvpn: one can now start an ipsec.conf file from scratch
add the ask_info3 function
2004/02/17 Guillaume Cottenceau <gc at mandrakesoft.com>
* mdk-stage1/stage1.c, mdk-stage1/frontend-common.c,
mdk-stage1/stdio-frontend.c, mdk-stage1/newt-frontend.c: when available,
always load usb interface, as soon as possible, should help usb mouse
detection in stage2 which otherwise timeouts
2004/02/17 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/et.po: updated Estonian file
updated pot file
* share/po/fa.po, share/po/ms.po, share/po/id.po, share/po/sk.po,
share/po/ru.po, share/po/gl.po, share/po/pt_BR.po, share/po/br.po,
share/po/th.po, share/po/sl.po, share/po/ja.po, share/po/hr.po,
share/po/tr.po, share/po/mt.po, share/po/ga.po, share/po/be.po,
share/po/uk.po, share/po/mn.po, share/po/ko.po, share/po/DrakX.pot,
share/po/sv.po, share/po/sr.po, share/po/pl.po, share/po/fi.po,
share/po/lt.po, share/po/he.po, share/po/cy.po, share/po/ca.po,
share/po/da.po, share/po/ar.po, share/po/tg.po, share/po/nb.po,
share/po/bs.po, share/po/uz.po, share/po/ro.po, share/po/mk.po,
share/po/wa.po, share/po/is.po, share/po/af.po, share/po/hi.po,
share/po/az.po, share/po/zh_TW.po, share/po/zh_CN.po, share/po/pt.po,
share/po/vi.po, share/po/ta.po, share/po/fr.po, share/po/sr@Latn.po,
share/po/sq.po, share/po/nl.po, share/po/it.po, share/po/eu.po,
share/po/es.po, share/po/de.po, share/po/eo.po, share/po/lv.po,
share/po/el.po, share/po/cs.po, share/po/bg.po, share/po/hu.po,
share/po/uz@Latn.po: updated pot file
2004/02/17 Pixel <pixel at mandrakesoft.com>
* mouse.pm: detection defaults on automatic choices
fix mouse detect() on kernel 2.4
* bootloader.pm: remove bad entries after reading existing conf file
log where the bootloader is installed
* interactive/newt.pm: don't have a scroll inside a scroll which causes
display pbs.
alas it doesn't fix the "Tab" navigation when having a global scroll + a
Listbox. You have to use the right arrow to exit the Listbox
2004/02/17 Till Kamppeter <till at mandrakesoft.com>
* printer/printerdrake.pm: Added warnings to clearly tell the user when
there is no network access.
Removed printer list button whenthere is no network also in expert mode.
* printer/detect.pm: Fixed problem that not used parallel ports were
detected as printers.
2004/02/17 Thierry Vignaud <tvignaud at mandrakesoft.com>
* standalone/icons/drakfont.png, standalone/drakfont,
standalone/icons/drakfont.620x57.png: switch drakfont to new banner
style
* harddrake/data.pm: really fix doble blanked ISDN detection
* share/po/Changelog: kill no more used file
* standalone/drakvpn (ask_info3) really use parameters...
consolidate strings
* share/po/fr.po: update
* network/netconnect.pm: sort lan protocols
* drakxtools.spec: fix changelog
10-0.17mdk
2004/02/16 Arkadiusz Lipiec <alipiec at elka.pw.edu.pl>
* share/po/pl.po: Nothing special
Partially updated file
2004/02/16 Damien Chaumette <dchaumette at mandrakesoft.com>
* standalone/drakconnect: move check_field's ask_warn() to save_notebook()
check gateway entry
2004/02/16 Fabian Mandelbaum <fabman at 2vias.com.ar>
* share/po/es.po: Updated Spanish translations
2004/02/16 Florin Grad <florin at mandrakesoft.com>
* standalone/drakvpn: do not test the translated chains anymore
2004/02/16 Guillaume Cottenceau <gc at mandrakesoft.com>
* mdk-stage1/url.c: fix buggy redhat code exhausted only in -Os which
corrupted
memory and gave wrong results for download file size in FTP/HTTP
installs
2004/02/16 Pablo Saratxaga <pablo at mandrakesoft.com>
* network/netconnect.pm, standalone/drakvpn, standalone/drakboot: typo
fixes
* share/po/ms.po, share/po/sk.po, share/po/gl.po, share/po/pt_BR.po,
share/po/th.po, share/po/et.po, share/po/ja.po, share/po/hr.po,
share/po/be.po, share/po/ko.po, share/po/DrakX.pot, share/po/sv.po,
share/po/sr.po, share/po/pl.po, share/po/fi.po, share/po/he.po,
share/po/ca.po, share/po/da.po, share/po/ar.po, share/po/nb.po,
share/po/uz.po, share/po/ro.po, share/po/zh_TW.po, share/po/zh_CN.po,
share/po/sr@Latn.po, share/po/sq.po, share/po/it.po, share/po/eu.po,
share/po/es.po, share/po/lv.po, share/po/hu.po, share/po/fa.po,
share/po/id.po, share/po/ru.po, share/po/br.po, share/po/sl.po,
share/po/tr.po, share/po/mt.po, share/po/ga.po, share/po/mn.po,
share/po/uk.po, share/po/lt.po, share/po/cy.po, share/po/tg.po,
share/po/bs.po, share/po/mk.po, share/po/wa.po, share/po/is.po,
share/po/hi.po, share/po/af.po, share/po/az.po, share/po/pt.po,
share/po/fr.po, share/po/ta.po, share/po/vi.po, share/po/nl.po,
share/po/de.po, share/po/eo.po, share/po/bg.po, share/po/cs.po,
share/po/el.po, share/po/uz@Latn.po: updated pot file
updated pot file
* network/ipsec.pm: removed N() around of a non-translatable string
2004/02/16 Pixel <pixel at mandrakesoft.com>
* install_steps_interactive.pm: keep current authentication kind, even if
not completly accepted
network::shorewall::read without silent is nasty, since it doesn't only
read,
it prompts the user. So each time the summary updates the data, it
prompts
(when you have more than one card and no firewall configured)
* authentication.pm: keep current authentication kind, even if not
completly accepted
2004/02/16 Till Kamppeter <till at mandrakesoft.com>
* printer/detect.pm: Recognize parallel printers also when they miss the
"CLASS:PRINTER;" in their device ID string (ex: Brother HL-720, bug
#7753).
2004/02/16 tsdgeos
* share/po/ca.po: Today's worjk
2004/02/16 Thierry Vignaud <tvignaud at mandrakesoft.com>
* standalone/drakpxe, standalone/drakgw: do not abuse global namespace
* network/netconnect.pm: fix automatically found "...2" dns when network
is done
show a more precise error messages when no wireless cards were found
eagle was renamed as eagle-usb
minor poulpe cleanup
explain about DNS (#7908)
* standalone/drakclock: let's look better when embedded
* standalone/drakvpn (ask_info2) list valid values in a pull-down menu
(ask_info2) introduce it in order to share one more step
(ask_info) introduce it in order to share some code
PFS group only accept 3 distinct values
more user friendly labels
do not list twice the same elements in list...
try to have better names
do not put " = " in translated messages
add hints
do not abuse global namespace
* standalone/drakautoinst: typo fix
do not abuse global namespace
* authentication.pm (to_kind) try harder to find out if some auth method
already had been choosed
* share/po/fr.po: update
beautify string
* install_steps_interactive.pm (setRootPassword) do not reset auth method
when pressing "previous" in next step
2004/02/16 David Baudens <baudens at mandrakesoft.com>
* share/advertising/list: Removed on Pixel's request (will use list-dwd
instead)
* share/rpmsrate: Add kolab-server in GROUPWARE
* share/compssUsers.server: Select Groupware by default
2004/02/16 Pixel <pixel at mandrakesoft.com>
* pkgs.pm: add in %pkgs::preferred the kernel-source corresponding to the
preferred kernel
* ugtk2.pm: during install, "Ok" is on the right, like gnome not kde
* share/advertising/Makefile: get the list of files needed from
list-PRODUCT
2004/02/15 tsdgeos
* share/po/ca.po: more updates
2004/02/15 Thierry Vignaud <tvignaud at mandrakesoft.com>
* drakxtools.spec: 10-0.16mdk
* harddrake/data.pm: typo fix :-)
2004/02/15 yrahal
* share/po/ar.po: Committing Arabeyes.org's Arabic translation
2004/02/14 fwang
* share/po/zh_CN.po: Updated Simplified Chinese translation
2004/02/14 keld
* share/po/nb.po: Updates
gi/perl-install/share/po/nb.po
Updates. I could just as well update the Norwegian version
as I wanted to use this as base for my Danish translation.
gi/perl-install/share/po/nb.po
* share/po/da.po: Updates
soft/wizard_perl/po/da.po gi/perl-install/share/po/da.po
Updates
soft/control-center/po/da.po soft/drakfax/po/da.po
soft/ftw/po/da.po soft/mdkonline/po/da.po
soft/rfbdrake/po/da.po soft/rpmdrake/po/da.po
soft/urpmi/po/da.po gi/perl-install/share/po/da.po
2004/02/14 Stew Benedict <sbenedict at mandrakesoft.com>
* standalone/drakbackup: FTP restore failure feedback. Allow multiple
catalog/file restore selection.
2004/02/14 Till Kamppeter <till at mandrakesoft.com>
* printer/main.pm, printer/data.pm: Let printerdrake load the "usblp"
instead of the "printer" kernel module if kernel 2.6.x is used.
* printer/printerdrake.pm: Made printerdrake handling even very weird
printer ID strings, as the one of the Brother HL-720 with empty
manufacturer and description fields (Bug #7753).
* printer/detect.pm: Recognize also "SN:" as serial number field in
printer ID string (HP PhotoSmart 7760, bug #6534).
Let printerdrake load the "usblp" instead of the "printer" kernel module
if kernel 2.6.x is used.
2004/02/14 tsdgeos
* share/po/ca.po: Small updates to catalan translations
2004/02/14 Thierry Vignaud <tvignaud at mandrakesoft.com>
* drakxtools.spec: 10-0.15mdk
* network/netconnect.pm: fix automatically found "...2" dns
* harddrake/data.pm: fix ISDN detection (#6535)
filter out devices to prevent them to appear several times in device
tree (#4906)
* network/isdn.pm (isdn_detect_backend) try harder to detect ISDN devices
* standalone/harddrake2: break devices loop into two pass:
- first detect devices into each class
- then process them for later display
* network/tools.pm: fix crash on canceling "already configured net device"
configuration (#7679)
2004/02/13 Pixel <pixel at mandrakesoft.com>
* modules/interactive.pm: don't have a wait_message above another empty
wait_message when probing hardware
* ugtk2.pm: use center-on-parent for popped windows
* share/list: perl-MDK-Common has been rebuilt
2004/02/13 Thierry Vignaud <tvignaud at mandrakesoft.com>
* ugtk2.pm: do not try setting transcient hint when embedded
* network/netconnect.pm: by default do not start connection at boot for
modems (#7705)
* drakxtools.spec: 10-0.14mdk
* wizards.pm: enable default value to be dynamically computed
enable to pass untranslated defaut to yes/no or ok/cancel like
questions by translating value at runtime
default to next/finish when no field is present
add 'default' field in order to be able to enforce default answer for
yes/no like questions or when data does not conatains any fields
(needed for last #7705 bit)
missing #7593 bit
use interactive->ask_okcancel in order to not have spurious field in
text mode (#7593)
2004/02/13 Damien Chaumette <dchaumette at mandrakesoft.com>
* standalone/drakconnect: forgotten modem page, to be traduced, not yet
usable (please don't hurt me)
2004/02/13 Pixel <pixel at mandrakesoft.com>
* install_steps_interactive.pm: add a warning when choosing security level
> 2 and having a windows partition
(since in that case we won't have umask=0) (bugzilla #4731)
* modules/interactive.pm: don't have a wait_message above another empty
wait_message when probing hardware
* ugtk2.pm: use center-on-parent for popped windows
* share/list: perl-MDK-Common has been rebuilt
* bootloader.pm: fix reading grub config (esp. when /boot is a separate
partition)
(nb for titi: join($xx, $yy) is *not* useful)
* install2.pm: in boolean context, "any" is better than "find"
2004/02/13 Thierry Vignaud <tvignaud at mandrakesoft.com>
* drakxtools.spec: 10-0.14mdk
2004/02/13 David Baudens <baudens at mandrakesoft.com>
* share/po/fr.po: Fix </b> in advertiesment #5
* share/advertising/drweb.pl, share/advertising/list-dwd,
share/advertising/list-dis, share/advertising/list-ppp,
share/advertising/drweb.png, share/advertising/list-pwp,
share/advertising/list:
- Add DRWeb's advertisement
- Add list for each version
2004/02/13 Damien Chaumette <dchaumette at mandrakesoft.com>
* network/netconnect.pm:
- do not flush /etc/sysconfig/drakconnect with an empty hash
- move $offer_to_connect after %adsl_devices declaration (fix typo?)
s/$config/$p/ for drakconnect conf file
* standalone/drakconnect: forgotten modem page, to be traduced, not yet
usable (please don't hurt me)
- nice ethernet names back
- fix adsl via ethernet bug
- fix apply settings bug
- fix and shrink sub apply
- drop $gui and $config
- add new hash style $p
2004/02/13 Guillaume Cottenceau <gc at mandrakesoft.com>
* modules.pm: fix deps problem because of 2.4/2.6 mappings, better support
2.4 and 2.6 alltogether by keeping 2.4 names in modules.conf
2004/02/13 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/fa.po, share/po/ms.po, share/po/id.po, share/po/sk.po,
share/po/ru.po, share/po/gl.po, share/po/pt_BR.po, share/po/br.po,
share/po/th.po, share/po/sl.po, share/po/et.po, share/po/ja.po,
share/po/hr.po, share/po/tr.po, share/po/mt.po, share/po/ga.po,
share/po/be.po, share/po/uk.po, share/po/mn.po, share/po/ko.po,
share/po/DrakX.pot, share/po/sv.po, share/po/sr.po, share/po/pl.po,
share/po/fi.po, share/po/lt.po, share/po/he.po, share/po/cy.po,
share/po/ca.po, share/po/da.po, share/po/ar.po, share/po/tg.po,
share/po/nb.po, share/po/bs.po, share/po/uz.po, share/po/ro.po,
share/po/mk.po, share/po/wa.po, share/po/is.po, share/po/af.po,
share/po/hi.po, share/po/az.po, share/po/zh_TW.po, share/po/zh_CN.po,
share/po/pt.po, share/po/vi.po, share/po/ta.po, share/po/fr.po,
share/po/sr@Latn.po, share/po/sq.po, share/po/nl.po, share/po/it.po,
share/po/eu.po, share/po/es.po, share/po/de.po, share/po/eo.po,
share/po/lv.po, share/po/el.po, share/po/cs.po, share/po/bg.po,
share/po/hu.po, share/po/uz@Latn.po: updated pot file
* share/advertising/dwd-09.pl: USE ASCII OR UTF-8 ONLY; **DON'T** USE
ISO-8859-1!
2004/02/13 Pixel <pixel at mandrakesoft.com>
* install_steps_interactive.pm: add a warning when choosing security level
> 2 and having a windows partition
(since in that case we won't have umask=0) (bugzilla #4731)
* modules/interactive.pm: don't have a wait_message above another empty
wait_message when probing hardware
* bootloader.pm: fix reading grub config (esp. when /boot is a separate
partition)
(nb for titi: join($xx, $yy) is *not* useful)
try hard to update_bootloader_for_renumbered_partitions()
create read_grub_device_map()
* install2.pm: in boolean context, "any" is better than "find"
- have usb-storage as a scsi_hostadapter by default
- remove it if unneeded for normal boot (cf comment in the code)
* modules.pm:
- have usb-storage as a scsi_hostadapter by default
- remove it if unneeded for normal boot (cf comment in the code)
* diskdrake/interactive.pm: try hard to
update_bootloader_for_renumbered_partitions()
* mdk-stage1/init.c: sleep 10 only when debugging
* interactive.pm: no need for this
2004/02/13 Stew Benedict <sbenedict at mandrakesoft.com>
* standalone/drakbackup: Fix QA reports of crash on file search, failure
to report ftp error.
2004/02/13 Thierry Vignaud <tvignaud at mandrakesoft.com>
* share/po/fr.po: update
update
* standalone/icons/printerdrake.png, standalone/icons/drakgw.png,
standalone/icons/scannerdrake.png, standalone/icons/drakvpn.png,
standalone/icons/drakfirewall.png,
standalone/icons/wiz_scannerdrake.png, standalone/drakpxe,
standalone/icons/wiz_firewall.png, pixmaps/printerdrake.png,
standalone/icons/wiz_drakvpn.png, standalone/drakgw,
standalone/icons/logdrake.png, standalone/icons/wiz_printerdrake.png,
standalone/icons/wiz_drakgw.png, standalone/icons/wiz_logdrake.png,
standalone/icons/wiz_drakconnect.png, standalone/icons/drakconnect.png,
printer/printerdrake.pm: new banner icons
* standalone/harddrake2: do not force black color for fields values, this
badly conflict with
inverted accessibility themes
remove statusbar on interface team request
* network/netconnect.pm: new banner icons
offer_to_connect: fix indentation
* harddrake/data.pm: only look for local printers (do not perform heavy
network probe)
* modules.pm: handle wireless modules
* standalone/drakconnect: new banner icons
remove useless comment
new banner icons
* ugtk2.pm (create_scrolled_window) add relief for TreeViews too
(interface team
request)
(new) simplify WizardTable
(Gtk2::Banner->new) fix default banner size
(new) use new Gtk2::Banner object for banner
remove uneeded variable
(Gtk2::Banner) move that widget from mcc into ugtk2 so that all tools
can reuise it for their banners
* interactive.pm (vnew) do not complaint about being run as root when
--testing was passed
* drakxtools.spec: 10-0.14mdk
10-0.13mdk
* Makefile.config: add drakvpn
* standalone/drakvpn: verbs must be upcased on buttons!!!
new banner icons
2004/02/12 Pixel <pixel at mandrakesoft.com>
* bootloader.pm: in get_kernels_and_labels():
- change internal data structure
- change regexp matching kernel names (was broken for
2.4.25-0.pre7.3mdk)
- default to kernel 2.4 when lsb is installed
2004/02/12 Thierry Vignaud <tvignaud at mandrakesoft.com>
* ugtk2.pm (new) simplify banner rendering, make it cpu lighter
* network/netconnect.pm: ask isp for ip and gateway by default (#7705)
* standalone/drakclock (DrawPointAt) simplify draw_points call
2004/02/12 David Baudens <baudens at mandrakesoft.com>
* share/advertising/dwd-09.pl: Update text to reflect reality
2004/02/12 Damien Chaumette <dchaumette at mandrakesoft.com>
* standalone/drakconnect: fix ethernet and adsl conflict in menu
2004/02/12 Florin Grad <florin at mandrakesoft.com>
* standalone/drakvpn: hopefuly better interface
2004/02/12 Guillaume Cottenceau <gc at mandrakesoft.com>
* mdk-stage1/stage1.c, mdk-stage1/modules.c, mdk-stage1/tools.c: try to
detect regular floppy drives
* mdk-stage1/Makefile.common: linux/fd.h is too broken to compile with -W
:(
* install2.pm: i810fb on 2.6 needs intel-agp module, doesn't like hwcur
and xcon parameters
2004/02/12 Pixel <pixel at mandrakesoft.com>
* authentication.pm:
- install ldap packages *before* doing ldapsearch
- pam*.so modules do not have /lib/security/ prefix anymore
* Makefile: add rule dont_run_directly_stage2
* devices.pm: add input/mice
* install_any.pm: change return type of pkgs::packages2kernels()
add kernel-2.4* in group LSB
* bootloader.pm: in get_kernels_and_labels():
- change internal data structure
- change regexp matching kernel names (was broken for
2.4.25-0.pre7.3mdk)
- default to kernel 2.4 when lsb is installed
* do_pkgs.pm, pkgs.pm: change return type of pkgs::packages2kernels()
* standalone/icons/wiz_drakvpn.png: re-adding with -kb
removing for re-adding with -kb
* Xconfig/card.pm: handle case where rpm can't be found (eg: XFree86-SVGA
for xfree3) (part of bugzilla #7786)
* install_steps_interactive.pm: warn that selecting LSB means having 2.4
by default
2004/02/12 Thierry Vignaud <tvignaud at mandrakesoft.com>
* harddrake/data.pm: fix driver blacklist
* drakxtools.spec: fix changelog
10-0.12mdk
10-0.11mdk
* ugtk2.pm (new) simplify banner rendering, make it cpu lighter
* standalone/drakclock (DrawPointAt) simplify draw_points call
* network/netconnect.pm: ask isp for ip and gateway by default (#7705)
do use the actual user's answer
preselect right protocol for ethernet though connections
fix step linking with ask_connect_now and restart steps:
- fix check for restart step
- only offer to connect now for ppp connections
fix module retrieving when configuring an adsl connection over ethernet
sort ADSL protocols according to locale
fix adsk over ethernet through dhcp protocol
* share/po/fr.po: update
2004/02/12 David Baudens <baudens at mandrakesoft.com>
* share/advertising/ppp-07.pl, share/advertising/dis-11.pl,
share/advertising/dis-10.pl, share/advertising/ppp-11.pl,
share/advertising/ppp-10.pl, share/advertising/dis-05.pl,
share/advertising/ppp-09.pl, share/advertising/ppp-04.pl,
share/advertising/pwp-04.pl, share/advertising/pwp-10.pl,
share/advertising/dis-07.pl, share/advertising/pwp-08.pl,
share/advertising/dis-04.pl, share/advertising/pwp-09.pl: Final versions
for MDK 10.0
2004/02/12 Pixel <pixel at mandrakesoft.com>
* Makefile: add rule dont_run_directly_stage2
* install2.pm: replace unless with if
* mouse.pm: more cleanup
new 'Universal|Any PS/2 & USB mice' mouse name usable with kernel 2.6
rename mouseconfig() with detect_serial() which is what it really does!
create probe_wacom_devices() and cleanup
cleanup
cleanup
remove deprecated comment
always use fast_mouse_probe (probing serial is now mostly deprecated,
and it
is *re-done* by drakconnect, so no need to do it soon)
cleanup wacom detection
* devices.pm: add input/mice
2004/02/12 Stew Benedict <sbenedict at mandrakesoft.com>
* standalone/drakTermServ: Restore title banner.
* standalone/drakbackup: Address some QA issues with restores.
Cleanup screen layout in restore screen.
Restore title banner.
2004/02/12 Thierry Vignaud <tvignaud at mandrakesoft.com>
* network/netconnect.pm: sort ADSL protocols according to locale
fix adsk over ethernet through dhcp protocol
simplify adsl protocol choosing through format callback
* drakxtools.spec: 10-0.11mdk
* harddrake/data.pm: detect more webcams
2004/02/11 Florin Grad <florin at mandrakesoft.com>
* standalone/icons/wiz_drakvpn.png: first shy attempt
* network/ipsec.pm: fix the perl_checker errors
remove debugging print commands
first shy attempt
* standalone/drakvpn: typo errors
fix the perl_checker errors
remote debugging print commands
first shy attempt
2004/02/11 fwang
* share/po/zh_CN.po: Updated Simplified Chinese translation
2004/02/11 Guillaume Cottenceau <gc at mandrakesoft.com>
* mdk-stage1/probing.c: be sure to load usb-storage after SCSI adapters,
so that they are in
same order than reboot, so that naming is the same
don't insmod usb-storage the soonest, we can end up mixing scsi devices
orders at reboot time, do it only when needed
2004/02/11 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/et.po: updated Estonian file
* share/po/cy.po: updated Welsh file
2004/02/11 Pixel <pixel at mandrakesoft.com>
* tools/hd_grub.cgi: adding hdd .. hdh
initial version
2004/02/11 Stew Benedict <sbenedict at mandrakesoft.com>
* standalone/drakTermServ: Rearrange main buttons (jmdault -
http://advx.org/docs/ice3.png)
Disable title banner for now (Bugzilla 7564).
Don't assume eth0, rework subnet/netmask for hosts.allow (jmdault).
* standalone/drakbackup: Disable title banner for now (same as Bugzilla
7564, just not reported yet).
2004/02/11 tpittich
* share/po/sk.po: updated slovak translation
2004/02/11 Warly <warly at mandrakesoft.com>
* share/rpmsrate: Add smb4k to replace LinNeighborhood (Buchan Milnes
suggestion), decrease LinNeighborhood to 3.
raise mc from 3 to 4 in FILE_TOOLS
2004/02/10 Damien Chaumette <dchaumette at mandrakesoft.com>
* standalone/drakconnect:
- isdn and modem are fetched from $intf
- drop useless @all_cards
- 'ath' and 'wlan' cards fix
2004/02/10 Fabian Mandelbaum <fabman at 2vias.com.ar>
* share/po/es.po: Updated Spanish translations
2004/02/10 fwang
* share/po/zh_CN.po: Updated Simplified Chinese translation
2004/02/10 Guillaume Cottenceau <gc at mandrakesoft.com>
* mdk-stage1/probing.c: fake usb floppies detection by looking at blocks
size of scsi disk devices, 1048575 is for 2.4 and 1440 for 2.6
* mdk-stage1/mount.c: in network mode we need to create nodes as well
because of usb floppies support
* mdk-stage1/tools.c, mdk-stage1/tools.h: floppy_device returns first
floppy device, look for medias first in case of usb floppies (maybe ide
floppies also? never tested) then regular floppy drive
* mdk-stage1/stage1.c, mdk-stage1/modules.c: use floppy_device rather than
/dev/fd0 because we now support usb floppies as well
2004/02/10 Pixel <pixel at mandrakesoft.com>
* share/keymaps.tar.bz2: update
* tools/serial_probe/serial.c: fix serial probe not detecting legacy mice
* install_steps.pm, detect_devices.pm, any.pm: no need to fake scsi for
ide anymore (hopefully!)
2004/02/10 tsdgeos
* share/po/ca.po: Updates, unfuzzying and spell checking
2004/02/10 Thierry Vignaud <tvignaud at mandrakesoft.com>
* security/msec.pm (apply_checks) reindent
(apply_checks) fix unable to save checks when config file is empty
(aka substInFile does not support using print in that case)
2004/02/10 David Baudens <baudens at mandrakesoft.com>
* share/advertising/pwp-05.pl, share/advertising/dis-11.pl,
share/advertising/ppp-11.pl, share/advertising/dwd-02.pl,
share/advertising/dis-09.pl, share/advertising/ppp-09.pl,
share/advertising/pwp-04.pl, share/advertising/dis-04.pl,
share/advertising/pwp-06.pl, share/advertising/dwd-09.pl: Update
* share/advertising/dwd-06.pl: Update
Update
2004/02/10 Damien Chaumette <dchaumette at mandrakesoft.com>
* standalone/drakconnect:
- add 'ath' and 'wlan' to ethernet kind
- use regexp once
2004/02/10 fwang
* share/po/zh_CN.po: Updated Simplified Chinese translation
2004/02/10 Guillaume Cottenceau <gc at mandrakesoft.com>
* mdk-stage1/probing.c: fake usb floppies detection by looking at blocks
size of scsi disk devices, 1048575 is for 2.4 and 1440 for 2.6
* mdk-stage1/mount.c: in network mode we need to create nodes as well
because of usb floppies support
* mdk-stage1/tools.c, mdk-stage1/tools.h: floppy_device returns first
floppy device, look for medias first in case of usb floppies (maybe ide
floppies also? never tested) then regular floppy drive
* mdk-stage1/stage1.c, mdk-stage1/modules.c: use floppy_device rather than
/dev/fd0 because we now support usb floppies as well
2004/02/10 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/fa.po, share/po/ms.po, share/po/id.po, share/po/sk.po,
share/po/ru.po, share/po/gl.po, share/po/pt_BR.po, share/po/br.po,
share/po/th.po, share/po/sl.po, share/po/et.po, share/po/ja.po,
share/po/hr.po, share/po/tr.po, share/po/mt.po, share/po/ga.po,
share/po/be.po, share/po/uk.po, share/po/mn.po, share/po/ko.po,
share/po/DrakX.pot, share/po/sv.po, share/po/sr.po, share/po/pl.po,
share/po/fi.po, share/po/lt.po, share/po/he.po, share/po/cy.po,
share/po/ca.po, share/po/da.po, share/po/ar.po, share/po/tg.po,
share/po/nb.po, share/po/bs.po, share/po/uz.po, share/po/ro.po,
share/po/mk.po, share/po/wa.po, share/po/is.po, share/po/af.po,
share/po/hi.po, share/po/az.po, share/po/zh_TW.po, share/po/zh_CN.po,
share/po/pt.po, share/po/vi.po, share/po/ta.po, share/po/fr.po,
share/po/sr@Latn.po, share/po/sq.po, share/po/nl.po, share/po/it.po,
share/po/eu.po, share/po/es.po, share/po/de.po, share/po/eo.po,
share/po/lv.po, share/po/el.po, share/po/cs.po, share/po/bg.po,
share/po/hu.po, share/po/uz@Latn.po: updated pot file
updated pot file
2004/02/10 Pixel <pixel at mandrakesoft.com>
* any.pm, detect_devices.pm, install_steps.pm: no need to fake scsi for
ide anymore (hopefully!)
* interactive/gtk.pm: have modal windows
* ugtk2.pm: better code for detecting if the window is hidden or not
(fixes embedded drakconnect wizard should be popped window) (bugzilla
#7246)
* services.pm: for install, a service is on if there is at least one
runlevel for which the
service is on (esp. for service "dm") (bugzilla #7146)
* c/stuff.xs.pl: we don't KTYP anymore, but we need K_NOSUCHMAP
* keyboard.pm: rewrite & cleanup. Now works with kernel 2.6, don't know
exactly why...
* common.pm: add unpack_with_refs()
* tools/serial_probe/serial.c: fix serial probe not detecting legacy mice
* share/keymaps.tar.bz2: update
2004/02/10 Stew Benedict <sbenedict at mandrakesoft.com>
* standalone/drakbackup: Use logdrake mail method, allow definition of
SMTP server. (Arnaud de Lorbeau)
2004/02/10 Thierry Vignaud <tvignaud at mandrakesoft.com>
* network/netconnect.pm: do not allow to step forward if no network card
was found (workaround
#7672). we'd better be able to manually add an unsupported network
card though.
* drakxtools.spec: 10-0.10mdk
* security/msec.pm (apply_checks) reindent
(apply_checks) fix unable to save checks when config file is empty
(aka substInFile does not support using print in that case)
* share/po/fr.po: update
2004/02/10 fwang
* share/po/zh_CN.po: update
2004/02/10 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/fa.po, share/po/ms.po, share/po/id.po, share/po/sk.po,
share/po/ru.po, share/po/gl.po, share/po/pt_BR.po, share/po/br.po,
share/po/th.po, share/po/sl.po, share/po/et.po, share/po/ja.po,
share/po/hr.po, share/po/tr.po, share/po/mt.po, share/po/ga.po,
share/po/be.po, share/po/uk.po, share/po/mn.po, share/po/ko.po,
share/po/DrakX.pot, share/po/sv.po, share/po/sr.po, share/po/pl.po,
share/po/fi.po, share/po/lt.po, share/po/he.po, share/po/cy.po,
share/po/ca.po, share/po/da.po, share/po/ar.po, share/po/tg.po,
share/po/nb.po, share/po/bs.po, share/po/uz.po, share/po/ro.po,
share/po/mk.po, share/po/wa.po, share/po/is.po, share/po/af.po,
share/po/hi.po, share/po/az.po, share/po/zh_TW.po, share/po/zh_CN.po,
share/po/pt.po, share/po/vi.po, share/po/ta.po, share/po/fr.po,
share/po/sr@Latn.po, share/po/sq.po, share/po/nl.po, share/po/it.po,
share/po/eu.po, share/po/es.po, share/po/de.po, share/po/eo.po,
share/po/lv.po, share/po/el.po, share/po/cs.po, share/po/bg.po,
share/po/hu.po, share/po/uz@Latn.po: updated pot file
2004/02/10 Pixel <pixel at mandrakesoft.com>
* ugtk2.pm: better code for detecting if the window is hidden or not
(fixes embedded drakconnect wizard should be popped window) (bugzilla
#7246)
remove many warnings about unitialised value (causing a bug in
diagnostics.pm?)
* pkgs.pm: remove postfix from naughtyServers (fix titi)
* Xconfig/resolution_and_depth.pm: prefer BoardName to card_name
* interactive/gtk.pm: have modal windows
2004/02/10 Stew Benedict <sbenedict at mandrakesoft.com>
* standalone/drakTermServ: Undo some of the breakage, format is still
wrong :(
* standalone/drakbackup: Remove confusing "On hard drive" checkbox from
wizard (Arnaud de Lorbeau)
Fix failure to disable user cron job. Code reduction.
2004/02/10 Thierry Vignaud <tvignaud at mandrakesoft.com>
* pkgs.pm: warn when installing postfix server (#7102)
fix not warning about apache2 servers (#7559)
* network/ethernet.pm (mapIntfToDevice) match pci function too (not that
important since we
do not know of any ethernet pci card that export two functions on the
pci bug but anyway it's saner)
note that we do not match for pci domain since ldetect does not report
it
2004/02/09 Fabian Mandelbaum <fabman at 2vias.com.ar>
* share/po/es.po: Updated Spanish translations
2004/02/09 fwang
* share/po/zh_CN.po: update
2004/02/09 Guillaume Cottenceau <gc at mandrakesoft.com>
* install_gtk.pm: resurrect 9.2 code for setting background. i was said to
remove it for move because default colour is already mandrake colour but
obviously it isn't.
* Xconfig/resolution_and_depth.pm: RIVA128 fails miserably when using
16bpp
2004/02/09 Pixel <pixel at mandrakesoft.com>
* install_steps.pm, install_steps_interactive.pm, standalone/XFdrake:
handle allowNVIDIA_rpms & allowATI_rpms directly in
Xconfig::card::install_server
* .cvsignore: my test file is now t.pl
* install_steps_gtk.pm: use modal windows during install
* common.pm: fix typo
* Xconfig/card.pm: fix typo
handle allowNVIDIA_rpms & allowATI_rpms directly in
Xconfig::card::install_server
force XF4 on all archs
* ugtk2.pm: remove show_all that breaks when there are some hidden windows
allow set_modal for popped windows at install
2004/02/09 Stew Benedict <sbenedict at mandrakesoft.com>
* standalone/drakTermServ: Thierry compliance. Doesn't work anymore and
fails perl_checker now :P
2004/02/09 Thierry Vignaud <tvignaud at mandrakesoft.com>
* network/ethernet.pm (ether_conf) rename it as write_ether_conf()
(mapIntfToDevice) fix pci/usb ethernet devices matching
* standalone/drakfont (appli_choice) fix crash on option toggling (#7248)
* network/netconnect.pm: fix unability to select gateway (#7585)
fix empty list in "multiple internet_connexions" step
fix unwritten ethernet interface config
sort ethX interfaces in list
blacklist bogus forcedeth driver for network hotplugging, enable
ifplugd support for all other drivers even at install time (#7389)
* drakxtools.spec: 10-0.9mdk
10-0.8mdk
* detect_devices.pm (getNet) detect athX interfaces too (maybe should we
inverse this func
logic and blacklist ppp and the like interfaces ...)
some eide Lite-on drivers are reported with different casse
2004/02/08 Pixel <pixel at mandrakesoft.com>
* Newt/.cvsignore: simplify
* install_steps_interactive.pm: adapt to change allowing checking
nvidia/ati proprietary driver availability only when needed
* xf86misc/main.pm, c/stuff.xs.pl, install_steps_gtk.pm, mouse.pm,
Makefile.config, xf86misc/main.xs, xf86misc/.cvsignore, drakxtools.spec,
xf86misc/Makefile.PL, common.pm, xf86misc/Makefile, Xconfig/test.pm,
Makefile.drakxtools: move Xtest() and setMouseLive() out of c/stuff to
xf86misc::main
so that we can use them (esp. setMouseLive) in standalone without making
drakxtools-newt
require xfree libs
2004/02/08 Thierry Vignaud <tvignaud at mandrakesoft.com>
* share/po/fr.po: update
update
* drakxtools.spec: XFdrake can run w/o gtk+ toolkit
10-0.7mdk
* Xconfig/card.pm, standalone/XFdrake: make XFdrake startup be
instantenous for non nv|ati cards (allowNVIDIA_rpms and
allowATI_rpms tests used to cost us 99% of the long startup time of
XFdrake:-()
2004/02/08 yrahal
* share/po/ar.po: Committing Arabeyes.org Arabic translation
2004/02/07 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/fa.po, share/po/ms.po, share/po/id.po, share/po/sk.po,
share/po/ru.po, share/po/gl.po, share/po/pt_BR.po, share/po/br.po,
share/po/th.po, share/po/sl.po, share/po/et.po, share/po/ja.po,
share/po/hr.po, share/po/tr.po, share/po/mt.po, share/po/ga.po,
share/po/be.po, share/po/uk.po, share/po/mn.po, share/po/ko.po,
share/po/DrakX.pot, share/po/sv.po, share/po/sr.po, share/po/pl.po,
share/po/fi.po, share/po/lt.po, share/po/he.po, share/po/cy.po,
share/po/ca.po, share/po/da.po, share/po/ar.po, share/po/tg.po,
share/po/nb.po, share/po/bs.po, share/po/uz.po, share/po/ro.po,
share/po/mk.po, share/po/wa.po, share/po/is.po, share/po/af.po,
share/po/hi.po, share/po/az.po, share/po/zh_TW.po, share/po/zh_CN.po,
share/po/pt.po, share/po/vi.po, share/po/ta.po, share/po/fr.po,
share/po/sr@Latn.po, share/po/sq.po, share/po/nl.po, share/po/it.po,
share/po/eu.po, share/po/es.po, share/po/de.po, share/po/eo.po,
share/po/lv.po, share/po/el.po, share/po/cs.po, share/po/bg.po,
share/po/hu.po, share/po/uz@Latn.po: updated pot file
updated pot file
* standalone/logdrake: English typo and disambiguation of some strings
2004/02/07 Stew Benedict <sbenedict at mandrakesoft.com>
* standalone/drakTermServ: PXE image support, researched by Venantius
Kumar.
2004/02/06 David Baudens <baudens at mandrakesoft.com>
* share/advertising/dwd-05.pl, share/advertising/dwd-08.pl,
share/advertising/dwd-02.pl, share/advertising/dwd-04.pl,
share/advertising/dwd-06.pl, share/advertising/dwd-07.pl,
share/advertising/dwd-09.pl: Update
* share/rpmsrate: Update for Discovery
2004/02/06 Damien Chaumette <dchaumette at mandrakesoft.com>
* standalone/drakconnect:
- do only one regexp on $interface
- more readable repack
- add sub check_field
- check IPs
- delete BOOTPROTO when not needed
2004/02/06 Fabian Mandelbaum <fabman at 2vias.com.ar>
* share/po/es.po: Updated Spanish translations
2004/02/06 Guillaume Cottenceau <gc at mandrakesoft.com>
* mdk-stage1/url.c: log server http response
* ugtk2.pm: shrink_topwindow: add (force gtk to recompute size of
topwindow, when some child widgets got destroyed or shrinked)
2004/02/06 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/help-zh_CN.pot, share/po/ms.po, share/po/sk.po, share/po/gl.po,
share/po/pt_BR.po, share/po/th.po, share/po/et.po, share/po/ja.po,
share/po/hr.po, share/po/be.po, share/po/help_xml2pm.pl, share/po/ko.po,
share/po/DrakX.pot, share/po/sv.po, share/po/sr.po, share/po/pl.po,
share/po/fi.po, share/po/he.po, share/po/ca.po, share/po/da.po,
share/po/ar.po, share/po/nb.po, share/po/uz.po, share/po/ro.po,
share/po/zh_TW.po, share/po/zh_CN.po, share/po/sr@Latn.po,
share/po/sq.po, share/po/it.po, share/po/eu.po, share/po/es.po,
share/po/lv.po, share/po/hu.po, share/po/fa.po, share/po/id.po,
share/po/ru.po, share/po/br.po, share/po/sl.po, share/po/tr.po,
share/po/mt.po, share/po/ga.po, share/po/mn.po, share/po/uk.po,
share/po/lt.po, share/po/cy.po, share/po/help-it.pot, share/po/tg.po,
share/po/bs.po, share/po/mk.po, share/po/wa.po, share/po/is.po,
share/po/hi.po, share/po/af.po, share/po/az.po, share/po/pt.po,
share/po/fr.po, share/po/ta.po, share/po/vi.po, share/po/nl.po,
share/po/de.po, share/po/eo.po, share/po/bg.po, share/po/cs.po,
share/po/el.po, share/po/uz@Latn.po: updated pot file
* help.pm: Changed Newt/Previous strings to remove arrows
2004/02/06 Pixel <pixel at mandrakesoft.com>
* drakxtools.spec: draksec needs gtk, no must not be in drakxtools-newt
(bugzilla #7413)
* Xconfig/monitor.pm:
- ensure ModelName comes from the ddc probe when choosing "Plug'n
Play"
- only "Plug'n Play" instead of "Plug'n Play (<ModelName>)" when
current monitor is not plug'n play
* mouse.pm:
- add change_mouse_live()
- use /dev/mouse in XF86Config to allow changing protocol in
standalone
* interactive/gtk.pm: workaround gtk limitation #133489
* install_steps_gtk.pm: use mouse::change_mouse_live()
* bootloader.pm: special way to remove mem=<memsize>
please perl_checker
following quintela's lilo change, allowing lilo labels up to 31
characters
* share/po/help_xml2pm.pl:
- handle zh_CN.po
- handle tags <phrase> and <hardware>
* Xconfig/card.pm: don't test X config if using driver vmware (bugzilla
#5346)
* share/po/help-zh_CN.pot, share/po/help-ru.pot, help.pm,
share/po/help-de.pot, share/po/help-fr.pot, share/po/help-es.pot,
share/po/help-it.pot: update from xml
* standalone/mousedrake: use ->create_okcancel instead of doing it by hand
(hopefully it will ensure better choice of Ok/Cancel vs Cancel/Ok
without breaking anything...)
- no special testing mouse in embedded
- use mouse::change_mouse_live()
* network/shorewall.pm: handle range (bugzilla #7172)
* any.pm (fileshare_config): quite different way of handling it, asking
first if user
wants sharing or not, then asking which protocol (when users wants
sharing).
Removing or installing the server package handling the protocols (smb or
nfs).
handle better bootloader per entries video mode
special way to remove mem=<memsize>
remove defaulting global vga mode to normal
fix old typo: complete callback was not called
drop bootloader main options "Compact" and "Video mode"
2004/02/06 Stew Benedict <sbenedict at mandrakesoft.com>
* standalone/drakbackup: Provide more detailed info on files backed
up/ignored. <Anthill #306>
Cleanup some of the redundant code in the actual backup routines.
2004/02/06 Thierry Vignaud <tvignaud at mandrakesoft.com>
* standalone/logdrake (alert_config) do not complain when removing non
existing cron entry
(aka when one run twice the disable path)
* security/msec.pm: fix draksec not saving options when config file do not
exists :-(
* share/po/fr.po: update
update
fix layout in drakconnect
* standalone/draksec: workaround gtk limitation #133489
* drakxtools.spec: 10-0.6mdk
move drakbug, drakclock, drakperm, drakTermServ, net_monitor in
drakxtools too since they require ugtk2.
move their aliases (soft links) their too.
10-0.5mdk
10-0.4mdk
* network/netconnect.pm: help perl_checker regarding comments for
translators
wireless step: add an hint for translators
split wireless step into two steps since there way too much options
fix wireless settings (references being made too early)
(main) try first to match a pcmcia device before trying to match
pci/usb when looking for module (#7431)
* ugtk2.pm (new) remove unused flush()
(new) fix pixel breaking non wizard embedded case while cleaning :-(
* standalone/draksound: advertize alsaconf too since sndconfig failled for
cards only managed
by ALSA (#7456)
2004/02/06 Warly <warly at mandrakesoft.com>
* standalone/drakboot: Warn if the user is not in framebuffer mode, but
allow to see the installed theme.
Do not perform autologin config in splash mode
Better parsing of current resolution from detect-resolution
2004/02/05 Guillaume Cottenceau <gc at mandrakesoft.com>
* any.pm: this part of code is already executed only in $::isInstall
* standalone/drakconnect: Informations doesn't exist in english, use
Information instead (no need to update the POs, they already contain
Information elsewhere)
2004/02/05 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/fa.po, share/po/ms.po, share/po/id.po, share/po/sk.po,
share/po/ru.po, share/po/gl.po, share/po/pt_BR.po, share/po/br.po,
share/po/th.po, share/po/ja.po, share/po/hr.po, share/po/tr.po,
share/po/mt.po, share/po/ga.po, share/po/be.po, share/po/uk.po,
share/po/mn.po, share/po/ko.po, share/po/DrakX.pot, share/po/sv.po,
share/po/sr.po, share/po/pl.po, share/po/fi.po, share/po/lt.po,
share/po/he.po, share/po/cy.po, share/po/ca.po, share/po/da.po,
share/po/ar.po, share/po/tg.po, share/po/nb.po, share/po/bs.po,
share/po/uz.po, share/po/ro.po, share/po/mk.po, share/po/wa.po,
share/po/is.po, share/po/af.po, share/po/hi.po, share/po/az.po,
share/po/zh_TW.po, share/po/pt.po, share/po/vi.po, share/po/ta.po,
share/po/fr.po, share/po/sr@Latn.po, share/po/sq.po, share/po/nl.po,
share/po/it.po, share/po/eu.po, share/po/es.po, share/po/de.po,
share/po/eo.po, share/po/lv.po, share/po/el.po, share/po/bg.po,
share/po/hu.po, share/po/uz@Latn.po: updated pot file
* share/po/zh_CN.po: updated pot file
updated Chinese file
* share/po/sl.po: updated Slovenian file
updated pot file
* share/po/et.po: updated pot file
updated Estonian file
* keyboard.pm: ichanged console uz keyboard to uz.uni
* share/po/cs.po: updated Czech file
updated pot file
2004/02/05 Pixel <pixel at mandrakesoft.com>
* Xconfig/resolution_and_depth.pm: allow 24bpp for DRI (since all drivers
now support it: we had mga tdfx r128
radeon, and i810 also works (tested on a i865))
* interactive/gtk.pm: since we use WrappedLabel, it's better not to
warp_text()
* standalone/drakboot: write fstab for /tmp using tmpfs when "clean /tmp"
is chosen
* Xconfig/xfreeX.pm, Xconfig/parse.pm, Xconfig/main.pm, Xconfig/xfree.pm:
- add ->prepare_write to allow comparing raw_X's
- ensure "config_changed" is returned only if the config file really
changed
* ugtk2.pm: simplify _create_window() prototype
* diskdrake/dav.pm: remove "Quit" icon
* any.pm: fix ugly typo (occuring when removing "clean /tmp", ie not
often, especially
since drakboot didn't write fstab)
* install_steps.pm: install_steps is a do_pkgs, so add "use do_pkgs"
2004/02/05 tpittich
* share/po/sk.po: updated slovak translation
2004/02/05 Thierry Vignaud <tvignaud at mandrakesoft.com>
* standalone/logdrake: typo fix (spoted by Per Øyvind Karlsen)
upcase protocol name
* network/netconnect.pm: enable one to not enter optional parameters (aka
relax checks on valid
values for bitrate and frequency) (#7432)
* share/po/fr.po: update
another typo fix regarding firewall
typo fixes (cosmic flo)
* ugtk2.pm (new) add a border too when embedded
* network/ethernet.pm (get_eth_cards) try first to match a pcmcia device
before trying to
match pci/usb ones when looking for real device's name (#7401)
2004/02/04 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/ms.po, share/po/sk.po, share/po/gl.po, share/po/pt_BR.po,
share/po/th.po, share/po/et.po, share/po/ja.po, share/po/hr.po,
share/po/be.po, share/po/ko.po, share/po/DrakX.pot, share/po/sv.po,
share/po/sr.po, share/po/pl.po, share/po/fi.po, share/po/he.po,
share/po/ca.po, share/po/da.po, share/po/ar.po, share/po/nb.po,
share/po/uz.po, share/po/ro.po, share/po/zh_TW.po, share/po/zh_CN.po,
share/po/sr@Latn.po, share/po/sq.po, share/po/it.po, share/po/eu.po,
share/po/es.po, share/po/lv.po, share/po/hu.po, share/po/fa.po,
share/po/id.po, share/po/ru.po, share/po/br.po, share/po/sl.po,
share/po/tr.po, share/po/mt.po, share/po/ga.po, share/po/mn.po,
share/po/uk.po, share/po/lt.po, share/po/cy.po, share/po/tg.po,
share/po/bs.po, share/po/mk.po, share/po/wa.po, share/po/is.po,
share/po/hi.po, share/po/af.po, share/po/az.po, share/po/pt.po,
share/po/fr.po, share/po/ta.po, share/po/vi.po, share/po/nl.po,
share/po/de.po, share/po/eo.po, share/po/bg.po, share/po/cs.po,
share/po/el.po, share/po/uz@Latn.po: updated pot file
* lang.pm: more locale fixes; and changed images for Uzbek to default to
cyrillic
a bit of locales corrections
* pixmaps/langs/lang-uz@Latn.png, pixmaps/langs/lang-uz.png: more locale
fixes; and changed images for Uzbek to default to cyrillic
2004/02/04 Pixel <pixel at mandrakesoft.com>
* standalone/icons/wiz_default_left.png: remove $draw2 (in ugtk2.pm) and
wiz_default_left.png which are unused
* install_steps_gtk.pm: rename $ugtk2::force_center used at install with
$ugtk2::force_center_at_pos
the boolean $ugtk2::force_center value used standalone is kept as before
* mouse.pm: use protocol "ExplorerPS/2" instead of "auto" for kernel 2.6
(not statisfying since people booting with kernel 2.4 will not get a
working
mouse, but at least we can test if this really works nicely for 2.6)
* standalone/harddrake2, standalone.pm: $::noBorder is deprecated (it was
the same as !$::isInstall)
* ugtk2.pm:
- rename $ugtk2::force_center used at install with
$ugtk2::force_center_at_pos
the boolean $ugtk2::force_center value used standalone is kept as before
- deprecate $::noBorder (it was the same as !$::isInstall)
- deprecate $ugtk2::force_position (unused AFAIK)
- _create_window() now returns the created window, it doesn't assign
{rwindow}
nor {window} anymore. It doesn't handle a Frame for the window
(it is now directly done by ugtk2->new which is the only function
using _create_window())
- deprecate option no_interactive_objects (unused AFAIK)
- {rwindow} is a VBox for both isWizard and isEmbedded
(when isEmbedded, a HBox was created, replacing the create VBox)
- call ->set_title on $::WizardWindow so that the title is honored in
non embedded wizard
- remove $draw2 and wiz_default_left.png which are unused
- remove ->set_uposition on $::WizardWindow for install. This is not
needed
anymore since force_center_at_pos now works on $::WizardWindow
- hoist $::WizardTable creation
- explicitly set the size of the window during install. The chosen
value is
the same as before +9 pixels for the height
(the size needs to be fixed since the advertising images must fit)
- remove the callbacks on expose_event and delete_event for non
embedded wizard.
they are the same as the one in _create_window()
(except for the delete_event which explicitly destroy the window, is
that ok??)
more questions:
- ->set_title on a plug may break, it needs testing
- flush() just after Gtk2::Plug->new, is it needed? (since there is
another flush())
2004/02/04 Daouda Lo <daouda at mandrakesoft.com>
* drakxtools.spec:
- don't be afraid, this is not the doc package but just perl module
needed by drakhelp.
* timezone.pm:
- less arguments in ntp_server, $prefix no more passed to function
args
* share/rpmsrate:
- new mandrake-doc* names
2004/02/04 Damien Chaumette <dchaumette at mandrakesoft.com>
* network/netconnect.pm:
- add network::ethernet::get_eth_cards_names
- kill duplicated code
drop Storable and use Dumper (queen & pipi rulez)
* network/ethernet.pm:
- add network::ethernet::get_eth_cards_names
- kill duplicated code
* standalone/drakconnect: compact declaration
ethernet cards get via get_eth_cards()
- add network::ethernet::get_eth_cards_names
- kill duplicated code
drop Storable and use Dumper (queen & pipi rulez)
typo fix...
2004/02/04 Guillaume Cottenceau <gc at mandrakesoft.com>
* standalone.pm: http://www.gnu.org/prep/standards_18.html says --help and
--version are printed on standard output
* docs/README: update netauto doc
2004/02/04 Pablo Saratxaga <pablo at mandrakesoft.com>
* lang.pm: a bit of locales corrections
* share/po/fa.po, share/po/ms.po, share/po/id.po, share/po/sk.po,
share/po/ru.po, share/po/gl.po, share/po/pt_BR.po, share/po/br.po,
share/po/th.po, share/po/sl.po, share/po/et.po, share/po/ja.po,
share/po/hr.po, share/po/tr.po, share/po/mt.po, share/po/ga.po,
share/po/be.po, share/po/uk.po, share/po/mn.po, share/po/ko.po,
share/po/DrakX.pot, share/po/sv.po, share/po/sr.po, share/po/pl.po,
share/po/fi.po, share/po/lt.po, share/po/he.po, share/po/cy.po,
share/po/ca.po, share/po/da.po, share/po/ar.po, share/po/tg.po,
share/po/nb.po, share/po/bs.po, share/po/uz.po, share/po/ro.po,
share/po/mk.po, share/po/wa.po, share/po/is.po, share/po/af.po,
share/po/hi.po, share/po/az.po, share/po/zh_TW.po, share/po/zh_CN.po,
share/po/pt.po, share/po/vi.po, share/po/ta.po, share/po/fr.po,
share/po/sr@Latn.po, share/po/sq.po, share/po/nl.po, share/po/it.po,
share/po/eu.po, share/po/es.po, share/po/de.po, share/po/eo.po,
share/po/lv.po, share/po/el.po, share/po/cs.po, share/po/bg.po,
share/po/hu.po, share/po/uz@Latn.po: updated pot file
2004/02/04 Pixel <pixel at mandrakesoft.com>
* standalone/icons/wiz_default_left.png: remove $draw2 (in ugtk2.pm) and
wiz_default_left.png which are unused
* lvm.pm: create /dev/mapper/control (needed when you don't have devfs)
- replace PE_size with extent_size and get it (fix illegal division by
0)
- fix getting the output of pvs vgs lvs commands
(chomp_ is not enough because of spaces at the end)
- fix get_lvs() (and use lvs instead of vgdisplay)
* diskdrake/interactive.pm:
- don't display start sector and cylinders used for LVs
- display "Number of logical extents" of LVs
* install_gtk.pm: we now use XF4 during install, so we can support
ExplorerPS/2 (XF3 didn't know it)
* install_steps_gtk.pm: rename $ugtk2::force_center used at install with
$ugtk2::force_center_at_pos
the boolean $ugtk2::force_center value used standalone is kept as before
* mouse.pm: use protocol "ExplorerPS/2" instead of "auto" for kernel 2.6
(not statisfying since people booting with kernel 2.4 will not get a
working
mouse, but at least we can test if this really works nicely for 2.6)
* Xconfig/card.pm: replace 4.3 with 4.4 (XFree version) (bugzilla #7378)
* ugtk2.pm:
- rename $ugtk2::force_center used at install with
$ugtk2::force_center_at_pos
the boolean $ugtk2::force_center value used standalone is kept as before
- deprecate $::noBorder (it was the same as !$::isInstall)
- deprecate $ugtk2::force_position (unused AFAIK)
- _create_window() now returns the created window, it doesn't assign
{rwindow}
nor {window} anymore. It doesn't handle a Frame for the window
(it is now directly done by ugtk2->new which is the only function
using _create_window())
- deprecate option no_interactive_objects (unused AFAIK)
- {rwindow} is a VBox for both isWizard and isEmbedded
(when isEmbedded, a HBox was created, replacing the create VBox)
- call ->set_title on $::WizardWindow so that the title is honored in
non embedded wizard
- remove $draw2 and wiz_default_left.png which are unused
- remove ->set_uposition on $::WizardWindow for install. This is not
needed
anymore since force_center_at_pos now works on $::WizardWindow
- hoist $::WizardTable creation
- explicitly set the size of the window during install. The chosen
value is
the same as before +9 pixels for the height
(the size needs to be fixed since the advertising images must fit)
- remove the callbacks on expose_event and delete_event for non
embedded wizard.
they are the same as the one in _create_window()
(except for the delete_event which explicitly destroy the window, is
that ok??)
more questions:
- ->set_title on a plug may break, it needs testing
- flush() just after Gtk2::Plug->new, is it needed? (since there is
another flush())
(gtk_TextView_get_log): handle errors
* standalone/harddrake2, standalone.pm: $::noBorder is deprecated (it was
the same as !$::isInstall)
* interactive.pm:
->ask_from_entry and ->ask_from_entries are better with focus_first
* do_pkgs.pm (ensure_is_installed): file to test if the package is
installed is optional.
But in that case, you have to check if it is installed first.
2004/02/03 Damien Chaumette <dchaumette at mandrakesoft.com>
* network/netconnect.pm, standalone/drakconnect:
- fix adsl_conf_backend call
- store and retreive network interfaces via $config file
2004/02/03 Fabian Mandelbaum <fabman at 2vias.com.ar>
* share/po/es.po: Updated Spanish translations
2004/02/03 Guillaume Cottenceau <gc at mandrakesoft.com>
* mdk-stage1/modules.c: differentiate no floppy disk in driver or ext2 fs
* mdk-stage1/dhcp.c: document when netauto is not provided and bootfile
DHCP server param is given
* mdk-stage1/doc/TECH-INFOS: more doc on DHCP server response conf
2004/02/03 Pixel <pixel at mandrakesoft.com>
* install2.pm: perl_checker fix
* modules.pm: fix typo
fix typo
2004/02/03 Stew Benedict <sbenedict at mandrakesoft.com>
* standalone/drakTermServ: Maintain /etc/passwd$$CLIENT$$ so mdkkdm has a
valid userlist.
2004/02/03 Thierry Vignaud <tvignaud at mandrakesoft.com>
* modules/parameters.pm (parameters) fix modinfo parsing (format had been
altered between
modutils and module-init-tools :-()
* modules/interactive.pm (config_window) do not even try to hint the user
about the parameter
format on a 2.6.x kernel
* share/po/fr.po: fix translator that ignore shortcut hints
2004/02/02 David Baudens <baudens at mandrakesoft.com>
* share/advertising/dis-07.pl, share/advertising/dis-09.pl: Update
Update
* share/advertising/pwp-05.pl, share/advertising/dis-06.pl,
share/advertising/dwd-08.pl, share/advertising/pwp-02.pl,
share/advertising/dwd-04.pl, share/advertising/ppp-03.pl,
share/advertising/dis-02.pl, share/advertising/dis-08.pl,
share/advertising/dis-04.pl, share/advertising/pwp-06.pl,
share/advertising/dis-11.pl, share/advertising/dwd-03.pl,
share/advertising/dis-10.pl, share/advertising/ppp-08.pl,
share/advertising/dwd-06.pl, share/advertising/ppp-02.pl,
share/advertising/pwp-07.pl, share/advertising/dwd-07.pl,
share/advertising/ppp-07.pl, share/advertising/dwd-02.pl,
share/advertising/dis-05.pl, share/advertising/ppp-09.pl,
share/advertising/dis-01.pl, share/advertising/pwp-10.pl,
share/advertising/dwd-05.pl, share/advertising/ppp-06.pl,
share/advertising/ppp-05.pl, share/advertising/ppp-01.pl,
share/advertising/dis-03.pl, share/advertising/pwp-03.pl,
share/advertising/ppp-04.pl, share/advertising/pwp-01.pl,
share/advertising/pwp-04.pl, share/advertising/pwp-08.pl,
share/advertising/pwp-09.pl, share/advertising/dwd-09.pl: Update
2004/02/02 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/fa.po, share/po/ms.po, share/po/id.po, share/po/sk.po,
share/po/ru.po, share/po/gl.po, share/po/pt_BR.po, share/po/br.po,
share/po/th.po, share/po/sl.po, share/po/uz@Cyrl.po, share/po/et.po,
share/po/ja.po, share/po/hr.po, share/po/tr.po, share/po/mt.po,
share/po/ga.po, share/po/be.po, share/po/uk.po, share/po/mn.po,
share/po/ko.po, share/po/DrakX.pot, share/po/sv.po, share/po/sr.po,
share/po/pl.po, share/po/fi.po, share/po/lt.po, share/po/he.po,
share/po/cy.po, share/po/ca.po, share/po/da.po, share/po/ar.po,
share/po/tg.po, share/po/nb.po, share/po/bs.po, share/po/uz.po,
share/po/ro.po, share/po/mk.po, share/po/wa.po, share/po/is.po,
share/po/af.po, share/po/hi.po, share/po/az.po, share/po/zh_TW.po,
share/po/zh_CN.po, share/po/pt.po, share/po/vi.po, share/po/ta.po,
share/po/fr.po, share/po/sr@Latn.po, share/po/sq.po, share/po/nl.po,
share/po/it.po, share/po/eu.po, share/po/es.po, share/po/de.po,
share/po/eo.po, share/po/lv.po, share/po/el.po, share/po/cs.po,
share/po/bg.po, share/po/hu.po, share/po/uz@Latn.po: updated pot file;
changed Uzbek to default to cyrillic
2004/02/02 Thierry Vignaud <tvignaud at mandrakesoft.com>
* drakxtools.spec: 10-0.3mdk
10-0.2mdk
* share/po/fr.po: make installer look smoother in french
fix drakboot layout when localized in french
update
* ugtk2.pm: use wrapped labels in various places
* interactive/gtk.pm: do not pass extra empty invisible label (really
cosmetic)
use wrapped labels in various places
* c/stuff.xs.pl: kill warning
* network/netconnect.pm: only list wireless capabale cards when one choose
wireless cnx
split out wireless connections out of lan ones so that users are less
confused
fix preselecting ppoa for speedtouch modem
* standalone/logdrake: remove unneeded next fields
make cron script be able to use either local smtp server or a remote
one (arnaud)
add "remove cron entry" on arnaud request
* standalone.pm: update drakfont help message
bump copyright
--help: documente new drakboot and drakconnect parameters
* any.pm: fix drakboot layout: use checkboxes own labels rather than
packing extra
labels
* network/tools.pm (is_wireless_intf) kill it since it's no more usefull.
rationale: rather than duplicating modules list in
kernel/list_modules.pm
and network/tools.pm (with usual sync bugs), it's quite much easier to
maintain one single list of wireless modules in list_modules.pm
2004/02/02 Fabian Mandelbaum <fabman at 2vias.com.ar>
* share/po/es.po: Updated Spanish translations
2004/02/02 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/advertising/dis-10.pl, share/advertising/pwp-09.pl: unified
phrases that are the same, to ease translating
2004/02/02 Pixel <pixel at mandrakesoft.com>
* install2.pm: fix reading stage1 network configuration
* detect_devices.pm:
- no ide-scsi emulation for ide ZIPs
- no ide-scsi emulation for cd burners when kernel 2.6
* install_steps.pm: fix typo creating agpgart alias
- no ide-scsi emulation for ide ZIPs
- no ide-scsi emulation for cd burners when kernel 2.6
2004/02/02 Thierry Vignaud <tvignaud at mandrakesoft.com>
* harddrake/data.pm: remove debug message
fix adsl modem detection
* network/tools.pm: remove pseudo global variables use from use_floppy()
* network/adsl.pm (adsl_detect) fix modem detection so that harddrake get
full device
meta data rather than plain presence boolean
remove pseudo global variables use from adsl_conf_backend()
* network/netconnect.pm: fix preselecting ppoa for speedtouch modem
remove pseudo global variables use from use_floppy()
remove pseudo global variables use from adsl_conf_backend()
* drakxtools.spec: 10-0.2mdk
10-0.1mdk
* share/rpmsrate: add some packages for adsl
* network/ethernet.pm: this module does not need anymore pseudo global
variables
* harddrake/sound.pm: handle new aureal drivers
2004/02/02 Fabian Mandelbaum <fabman at 2vias.com.ar>
* share/po/es.po: Updated Spanish translations
2004/02/02 Pixel <pixel at mandrakesoft.com>
* detect_devices.pm:
- no ide-scsi emulation for ide ZIPs
- no ide-scsi emulation for cd burners when kernel 2.6
* install_steps.pm: fix typo creating agpgart alias
- no ide-scsi emulation for ide ZIPs
- no ide-scsi emulation for cd burners when kernel 2.6
2004/02/02 Thierry Vignaud <tvignaud at mandrakesoft.com>
* network/ethernet.pm (get_eth_cards) handle not loaded drivers
* harddrake/sound.pm: handle new aureal drivers
* drakxtools.spec: 9.3-28mdk
2004/02/02 Thierry Vignaud <tvignaud at mandrakesoft.com>
* share/rpmsrate: only install uim and anthil on cjk boxes
* network/ethernet.pm (get_eth_cards) handle not loaded drivers
* drakxtools.spec: 9.3-28mdk
2004/02/01 Pablo Saratxaga <pablo at mandrakesoft.com>
* lang.pm: changed font names to match real font name capitalization
* share/po/de.po: updated German file
2004/02/01 yrahal
* share/po/ar.po: Committing Arabeyes.org's Arabic translation.
2004/01/31 keld
* share/po/da.po: updates
soft/ftw/po/da.po soft/initscripts/po/da.po
soft/menudrake/po/da.po soft/urpmi/po/da.po
soft/wizard_perl/po/da.po gi/perl-install/share/po/da.po
2004/01/31 Thierry Vignaud <tvignaud at mandrakesoft.com>
* network/adsl_consts.pm: add sources url
* network/netconnect.pm: enable to set hostname even when using DHCP
(#7230)
2004/01/30 David Baudens <baudens at mandrakesoft.com>
* share/advertising/ppp-07.pl, share/advertising/dis-06.pl,
share/advertising/dwd-08.pl, share/advertising/dwd-02.pl,
share/advertising/dwd-04.pl, share/advertising/ppp-09.pl,
share/advertising/ppp-03.pl, share/advertising/dwd-01.pl,
share/advertising/dwd-05.pl, share/advertising/ppp-06.pl,
share/advertising/dwd-03.pl, share/advertising/dis-10.pl,
share/advertising/ppp-05.pl, share/advertising/ppp-11.pl,
share/advertising/ppp-01.pl, share/advertising/ppp-08.pl,
share/advertising/ppp-10.pl, share/advertising/dwd-06.pl,
share/advertising/ppp-04.pl, share/advertising/ppp-02.pl,
share/advertising/dwd-07.pl: Update
* share/advertising/dwd-09.pl: Fix typo
Update
2004/01/30 Damien Chaumette <dchaumette at mandrakesoft.com>
* standalone/drakconnect:
- remove not needed $security
- clean dumb foreach repetition (one foreach to rule them all)
2004/01/30 Guillaume Cottenceau <gc at mandrakesoft.com>
* ugtk2.pm: hack :( if ' ' is at the beginning of a text section, don't
forget it, substitute
with an unbreakable space because gtk allocates too much space otherwise
* install_messages.pm: bump up to 100errata
2004/01/30 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/nb.po: updated Norwegian file
2004/01/30 Pixel <pixel at mandrakesoft.com>
* ugtk2.pm: add help method ->iter_each_children for Gtk2::TreeModel
2004/01/30 Thierry Vignaud <tvignaud at mandrakesoft.com>
* network/netconnect.pm: do not offer to select dhcp client when
configuring static interfaces
fix crash on module lookup when ifcfg-<intf> file is missing on disk
(not yet configured interface case)
* share/po/fr.po: update
* share/advertising/dwd-07.pl: share string with dis-10.pl ppp-10.pl and
pwp-09.pl
* drakxtools.spec: log one more change in -27mdk
9.3-27mdk
* share/rpmsrate: add anthy/uim better cjk input methods
2004/01/30 Warly <warly at mandrakesoft.com>
* share/rpmsrate: add magicdev in SYSTEM for KDE or GNOME
2004/01/30 Damien Chaumette <dchaumette at mandrakesoft.com>
* standalone/drakconnect:
- remove not needed $security
- clean dumb foreach repetition (one foreach to rule them all)
2004/01/30 Guillaume Cottenceau <gc at mandrakesoft.com>
* ugtk2.pm: hack :( if ' ' is at the beginning of a text section, don't
forget it, substitute
with an unbreakable space because gtk allocates too much space otherwise
* install_messages.pm: bump up to 100errata
2004/01/30 Nicolas Planel <nplanel at mandrakesoft.com>
* install_steps.pm: add/fix various/agpgart section
2004/01/30 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/nb.po: updated Norwegian file
2004/01/30 Pixel <pixel at mandrakesoft.com>
* modules.pm, install_steps.pm: xxx-agp is not loaded at install, so
when_load() is not the right place
* ugtk2.pm: add help method ->iter_each_children for Gtk2::TreeModel
2004/01/30 Thierry Vignaud <tvignaud at mandrakesoft.com>
* network/netconnect.pm: do not offer to select dhcp client when
configuring static interfaces
fix crash on module lookup when ifcfg-<intf> file is missing on disk
(not yet configured interface case)
* drakxtools.spec: log one more change in -27mdk
9.3-27mdk
2004/01/30 Damien Chaumette <dchaumette at mandrakesoft.com>
* standalone/drakconnect:
- show gateway in ethernet only
- hide gateway Entry in dhcp mode
2004/01/30 Nicolas Planel <nplanel at mandrakesoft.com>
* install_steps.pm: add/fix various/agpgart section
2004/01/30 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/et.po, share/po/fi.po: updated Estonian and Finnish files
2004/01/30 Pixel <pixel at mandrakesoft.com>
* modules.pm, install_steps.pm: xxx-agp is not loaded at install, so
when_load() is not the right place
* c/stuff.xs.pl: the multiplication must be done with type "long long"
otherwise it overflows at 4GB
* partition_table.pm:
- tell kernel to remove the extended partition
- true/false is better than yes/no in log message
enhance log message "tell kernel ..."
2004/01/30 Thierry Vignaud <tvignaud at mandrakesoft.com>
* share/rpmsrate: force availlability of speedtouch and eagle packages at
install time
* network/ethernet.pm (conf_network_card_backend) make type and interface
arguments mandatory
* network/netconnect.pm: perl_checker cleanups
2004/01/30 Warly <warly at mandrakesoft.com>
* share/rpmsrate: add rpm-rebuilder and lm_sensors
add dvd+rw-tools in BURNER
2004/01/29 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/fa.po, share/po/ms.po, share/po/id.po, share/po/sk.po,
share/po/ru.po, share/po/gl.po, share/po/pt_BR.po, share/po/br.po,
share/po/th.po, share/po/sl.po, share/po/uz@Cyrl.po, share/po/et.po,
share/po/ja.po, share/po/hr.po, share/po/tr.po, share/po/mt.po,
share/po/ga.po, share/po/be.po, share/po/uk.po, share/po/mn.po,
share/po/ko.po, share/po/DrakX.pot, share/po/sv.po, share/po/sr.po,
share/po/pl.po, share/po/fi.po, share/po/lt.po, share/po/he.po,
share/po/cy.po, share/po/ca.po, share/po/da.po, share/po/ar.po,
share/po/tg.po, share/po/nb.po, share/po/bs.po, share/po/uz.po,
share/po/ro.po, share/po/mk.po, share/po/wa.po, share/po/is.po,
share/po/af.po, share/po/hi.po, share/po/az.po, share/po/zh_TW.po,
share/po/zh_CN.po, share/po/pt.po, share/po/vi.po, share/po/ta.po,
share/po/fr.po, share/po/sr@Latn.po, share/po/sq.po, share/po/nl.po,
share/po/it.po, share/po/eu.po, share/po/es.po, share/po/de.po,
share/po/eo.po, share/po/lv.po, share/po/el.po, share/po/cs.po,
share/po/bg.po, share/po/hu.po: updated pot file
2004/01/29 Pixel <pixel at mandrakesoft.com>
* fs.pm: replace iocharset= with nls= for ntfs (as instructed by Thomas
Backlund, thanks)
2004/01/29 Thierry Vignaud <tvignaud at mandrakesoft.com>
* network/tools.pm (set_cnx_script) split it out of write_cnx_script()
rationale:functions whose behavior is totally altered by arguments
number are insane should just be splited and their callers be fixed
* network/adsl.pm, network/isdn.pm: convert some write_cnx_script()
callers into set_cnx_script() ones
* network/network.pm, standalone/drakconnect: replace
conf_network_card_backend() "detect" calls by get_eth_cards() ones
* network/netconnect.pm: kppp provider db reading: blacklist spurious
.directory entries
kill dead code
prevent the installer from going back to proxy configuration (!!!)
when pressinth the previous button on first step of network config
wizard :-)
cleanups enabled b/c of path sharing between standalone tool and
installer
convert some write_cnx_script() callers into set_cnx_script() ones
replace conf_network_card_backend() "detect" calls by get_eth_cards()
ones
* drakxtools.spec: fix changelog
* share/po/fr.po: update
* network/ethernet.pm: convert some write_cnx_script() callers into
set_cnx_script() ones
(conf_network_card_backend) insert a bug notice
(conf_network_card_backend) remove compat stuff since callers were
cleaned up
2004/01/29 Damien Chaumette <dchaumette at mandrakesoft.com>
* standalone/drakconnect: beautify ethernet cards name
shrink
2004/01/29 Guillaume Cottenceau <gc at mandrakesoft.com>
* share/advertising/dwd-03.pl, install_steps_gtk.pm,
share/advertising/dwd-01.pl, share/advertising/dwd-02.pl, ugtk2.pm:
advertising:
- support leftish and centered text
- support arbitrary bold text with ml-like syntax <b>foo</b> in
strings
- simplify get_text_coord and unexport it, no one else than
wrap_paragraph uses it nowadays
2004/01/29 Pablo Saratxaga <pablo at mandrakesoft.com>
* share/po/help-ru.pot, share/po/help-fr.pot: converted help-*.pot files
to utf-8 too (they MUST be of same encoding
as po files)
* share/po/fa.po, share/po/ms.po, share/po/id.po, share/po/sk.po,
share/po/ru.po, share/po/gl.po, share/po/pt_BR.po, share/po/br.po,
share/po/th.po, share/po/sl.po, share/po/uz@Cyrl.po, share/po/et.po,
share/po/ja.po, share/po/hr.po, share/po/tr.po, share/po/mt.po,
share/po/ga.po, share/po/be.po, share/po/uk.po, share/po/mn.po,
share/po/ko.po, share/po/DrakX.pot, share/po/sv.po, share/po/sr.po,
share/po/pl.po, share/po/fi.po, share/po/lt.po, share/po/he.po,
share/po/cy.po, share/po/ca.po, share/po/da.po, share/po/ar.po,
share/po/tg.po, share/po/nb.po, share/po/bs.po, share/po/uz.po,
share/po/ro.po, share/po/mk.po, share/po/wa.po, share/po/is.po,
share/po/af.po, share/po/hi.po, share/po/az.po, share/po/zh_TW.po,
share/po/zh_CN.po, share/po/pt.po, share/po/vi.po, share/po/ta.po,
share/po/fr.po, share/po/sr@Latn.po, share/po/sq.po, share/po/nl.po,
share/po/it.po, share/po/eu.po, share/po/es.po, share/po/de.po,
share/po/eo.po, share/po/lv.po, share/po/el.po, share/po/cs.po,
share/po/bg.po, share/po/hu.po: updated pot file
2004/01/29 Pixel <pixel at mandrakesoft.com>
* fs.pm: replace iocharset= with nls= for ntfs (as instructed by Thomas
Backlund, thanks)
2004/01/29 Stew Benedict <sbenedict at mandrakesoft.com>
* standalone/drakTermServ: Configure clients with defined IPs to set
hostname so gnome works.
2004/01/29 Thierry Vignaud <tvignaud at mandrakesoft.com>
* network/netconnect.pm: prevent the installer from going back to proxy
configuration (!!!)
when pressinth the previous button on first step of network config
wizard :-)
cleanups enabled b/c of path sharing between standalone tool and
installer
convert some write_cnx_script() callers into set_cnx_script() ones
replace conf_network_card_backend() "detect" calls by get_eth_cards()
ones
help cperl-mode parsing this file (drawback: perl_checker won't be
happy)
simplify
* network/tools.pm (set_cnx_script) split it out of write_cnx_script()
rationale:functions whose behavior is totally altered by arguments
number are insane should just be splited and their callers be fixed
* network/adsl.pm, network/isdn.pm: convert some write_cnx_script()
callers into set_cnx_script() ones
* network/network.pm, standalone/drakconnect: replace
conf_network_card_backend() "detect" calls by get_eth_cards() ones
* share/po/fr.po: update
* network/ethernet.pm: convert some write_cnx_script() callers into
set_cnx_script() ones
(conf_network_card_backend) insert a bug notice
(conf_network_card_backend) remove compat stuff since callers were
cleaned up
* drakxtools.spec: 9.3-26mdk
9.3-24mdk was never released
9.3-25mdk
2004/01/29 Damien Chaumette <dchaumette at mandrakesoft.com>
* standalone/drakconnect: shrink
fix modem login fetching
- use nice interfaces name (e.g. ethernet0 rather than eth0)
- fix adsl loading and saving calls
2004/01/29 Guillaume Cottenceau <gc at mandrakesoft.com>
* share/advertising/dwd-03.pl, install_steps_gtk.pm,
share/advertising/dwd-01.pl, share/advertising/dwd-02.pl, ugtk2.pm:
advertising:
- support leftish and centered text
- support arbitrary bold text with ml-like syntax <b>foo</b> in
strings
- simplify get_text_coord and unexport it, no one else than
wrap_paragraph uses it nowadays
2004/01/29 Thierry Vignaud <tvignaud at mandrakesoft.com>
* standalone/net_monitor: do not force page switch
* drakxtools.spec: 9.3-25mdk
9.3-24mdk
* security/msec.pm: fix parsing of default values for multi argument msec
functions
* network/netconnect.pm: help cperl-mode parsing this file (drawback:
perl_checker won't be
happy)
simplify
fix interface config file writing
fix DHCP client installation
fix static/dhcp step branching
fix ethernet network card list
* security/help.pm: add help for newly introduced MAIL_EMPTY_CONTENT item
notify that timeout is in seconds
2004/01/29 Fabian Mandelbaum <fabman at 2vias.com.ar>
* share/po/es.po: Updated Spanish translations
2004/01/29 Thierry Vignaud <tvignaud at mandrakesoft.com>
* network/adsl.pm: fix encapsulation parameter
fix VPI parameter setting
(adsl_conf_backend) fix disconnect script
(adsl_conf_backend) fix ppp's pty server
* network/netconnect.pm: typo fix
fix encapsulation pull down menu filling
enable to alter encapsulation, vci and vpi parameters in advanced mode
write cnx scripts for cable connection too
* drakxtools.spec: 9.3-23mdk
2004/01/28 David Baudens <baudens at mandrakesoft.com>
* pixmaps/about.png, pixmaps/nosplash_thumb.png,
pixmaps/slpash-drakeprint-2.png, pixmaps/printerdrake.png: Update
2004/01/28 Damien Chaumette <dchaumette at mandrakesoft.com>
* standalone/drakconnect: sucky toggled fix (queen fix)
- move radio buttons to $gui->{intf_radio}
- fix authentication menu wrongly used for isdn
2004/01/28 Guillaume Cottenceau <gc at mandrakesoft.com>
* mdk-stage1/dns.c, mdk-stage1/network.c: allow having no DNS by only
using the ip callback once, see DNS == IP as a special case, don't do
DNS calls when no DNS is configured to avoid timeouts
2004/01/28 Pixel <pixel at mandrakesoft.com>
* interactive/gtk.pm: create add_modify_remove_sensitive() and use it so
that "Modify" and "Remove"
are non sensitive when the initial list is empty
2004/01/28 Thierry Vignaud <tvignaud at mandrakesoft.com>
* network/adsl.pm (adsl_probe_info) minor cleanups
(adsl_conf_backend) new configuration stuff
* network/modem.pm: simplify code through format callback (thus enabling
to centralize translatable
strings, thus reducing error risk)
* network/netconnect.pm: removed useless variable
simplify code through format callback (thus enabling to centralize
translatable
strings, thus reducing error risk)
2004/01/27 Damien Chaumette <dchaumette at mandrakesoft.com>
* share/po/fa.po, share/po/ms.po, share/po/id.po, share/po/sk.po,
share/po/ru.po, share/po/gl.po, share/po/pt_BR.po, share/po/th.po,
share/po/sl.po, share/po/uz@Cyrl.po, share/po/et.po, share/po/ja.po,
share/po/hr.po, share/po/tr.po, share/po/mt.po, share/po/ga.po,
share/po/be.po, share/po/uk.po, share/po/mn.po, share/po/ko.po,
share/po/DrakX.pot, share/po/sv.po, share/po/sr.po, share/po/pl.po,
share/po/fi.po, share/po/lt.po, share/po/he.po, share/po/cy.po,
share/po/ca.po, share/po/da.po, share/po/ar.po, share/po/tg.po,
share/po/nb.po, share/po/bs.po, share/po/uz.po, share/po/ro.po,
share/po/mk.po, share/po/wa.po, share/po/is.po, share/po/af.po,
share/po/hi.po, share/po/az.po, share/po/zh_TW.po, share/po/zh_CN.po,
share/po/pt.po, share/po/vi.po, share/po/ta.po, share/po/fr.po,
share/po/sr@Latn.po, share/po/sq.po, share/po/nl.po, share/po/it.po,
share/po/eu.po, share/po/es.po, share/po/de.po, share/po/eo.po,
share/po/lv.po, share/po/el.po, share/po/bg.po, share/po/cs.po,
share/po/hu.po: fix typo s#Network name#Network name#
* standalone/drakconnect: fix typo s/Netwok name (ESSID)/Network name
(ESSID)/
- fix Information page
- use mapIntfToDevice to get infos
2004/01/27 Pixel <pixel at mandrakesoft.com>
* ugtk2.pm:
- add gtk_new_TextView_get_log() and gtk_TextView_get_log() which
allow
running a command in background and get the filtered output in a
TextView
- add Gtk2::OptionMenu::new_with_strings() which is a simple
combination of
->new, ->set_popdown_strings and ->set_text
2004/01/27 Thierry Vignaud <tvignaud at mandrakesoft.com>
* network/netconnect.pm: rollback debug stuff :-(
typo fix
get encapsulation default value from provider db and offer to configure
it
typo fix
adiusbadsl package was renamed as eagle
default protocol for speedtouch is pppoa
do not try to install "auto" package
install needed packages w/o second thoughs
remove extra argument
add a step in order to select a provider from kppp database
configure adsl account
(isdn account step)
- directly use needed variables
- kill uneeded fields
preset domainname for a few known providers
* share/po/fr.po: update
* network/adsl.pm: kill dead code
(adsl_probe_info) vpi and vci parameters are independant
* network/adsl_consts.pm: typo fix
- add Retevision spanish provider
- add encapsulation default value
preset domainname for a few known providers
typo fix
2004/01/26 Damien Chaumette <dchaumette at mandrakesoft.com>
* standalone/drakconnect:
- fix sucky fix
- fix missing parameters
|