From 125381a2f6f932524a77eb7a30e4f8089077cc6e Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 24 Feb 2003 21:38:29 +0000 Subject: *** empty log message *** --- perl-install/ChangeLog | 246 ++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 245 insertions(+), 1 deletion(-) (limited to 'perl-install/ChangeLog') diff --git a/perl-install/ChangeLog b/perl-install/ChangeLog index 9c6ec24e6..b63409e8c 100644 --- a/perl-install/ChangeLog +++ b/perl-install/ChangeLog @@ -1,3 +1,247 @@ +2003/02/24 alus + + * share/po/pl.po: one entry + +2003/02/24 Pablo Saratxaga + + * share/po/id.po, share/po/sk.po, share/po/ru.po, share/po/gl.po, + share/po/br.po, share/po/th.po, share/po/sl.po, share/po/no.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/ko.po, + share/po/sv.po, share/po/sr.po, share/po/fi.po, share/po/lt.po, + share/po/he.po, share/po/sp.po, share/po/cy.po, share/po/ca.po, + share/po/da.po, share/po/ar.po, share/po/tg.po, share/po/bs.po, + share/po/uz.po, share/po/ro.po, share/po/wa.po, share/po/is.po, + share/po/af.po, share/po/az.po, share/po/zh_TW.po, share/po/zh_CN.po, + share/po/vi.po, share/po/ta.po, share/po/fr.po, share/po/sq.po, + share/po/it.po, share/po/nl.po, share/po/eu.po, share/po/es.po, + share/po/de.po, share/po/eo.po, share/po/el.po, share/po/cs.po, + share/po/bg.po, share/po/lv.po, share/po/hu.po: updated Welsh, Greek, + Swedish and Chinese files + + * lang.pm: improved default fonts for KDE, completed the geographic + location + by continent for a few remaining country codes + + * share/po/et.po: updated Estonian file + updated Welsh, Greek, Swedish and Chinese files + + * share/po/pt_BR.po, share/po/DrakX.pot, share/po/pl.po, share/po/pt.po: + updated Portuguese file + updated Welsh, Greek, Swedish and Chinese files + +2003/02/24 Pixel + + * lang.pm: use Sans & Monospace for kde (as requested by lmontel) + + * mdk-stage1/probing.c: replace checking hd[a-h] with hd[a-t] (cf bug + #1801) + + * install_steps_interactive.pm: allow neuneus to quit install at license + step (esp. for Ann & Warly's father) + +2003/02/24 Stew Benedict + + * modules.pm: dmasound_awacs -> dmasound_pmac + +2003/02/24 Thierry Vignaud + + * ugtk2.pm: final embedding cleanups + - clean up embedding; since socket automatically emit plug-added gtk+ + signal + when plug is realize, it's just cleaner to centralize/consolidate the + child + embedding in mcc + this of course, need a newer up-to-date mcc + what's more, it allows to remove the somewhat mythical + "$::isEmbedded and kill 'USR2', $::CCPID;" + - keyboarddrake, xfdrake, drakautoinst: goto cleaning btw + - clean up embedding; since socket get automatically destroyed on + child exit + and since they emit plug-removed at that moment, it's just cleaner to + centralize/consolidate the child exit in mcc + this of course, need a newer up-to-date mcc + what's more, it allows to remove the somewhat mythical + "$::isEmbedded and kill 'USR1', $::CCPID;" + - drakautoinst, drakxservices, keyboardrake: fix fscking embedding + managment + + * standalone.pm: final embedding cleanups + + * standalone/harddrake2: fix size when embedded + first attempt at making printerdrake to behave smoother when embedded in + the + mcc + - untabify + - hide devices which has no driver or whose driver is an url, + a graphic server and consolidate the test by the way + prefix devfs device name with "/dev/" too + + * standalone/drakfloppy: + - fix packing (#1760) + - --expert command line option switch to expert mode by default + - only hide expert stuff if not in expert mode at startup + + * standalone/logdrake: + - remove debug statements + - print an error message if we die on something other than wizcancel + fix mail alert generation + - do not crash without any message in strict mode (wizcancel die + miscatched) + - make the generated script be 'use strict' and perl_checker compliant + simplify + - clean up embedding; since socket automatically emit plug-added gtk+ + signal + when plug is realize, it's just cleaner to centralize/consolidate the + child + embedding in mcc + this of course, need a newer up-to-date mcc + what's more, it allows to remove the somewhat mythical + "$::isEmbedded and kill 'USR2', $::CCPID;" + - keyboarddrake, xfdrake, drakautoinst: goto cleaning btw + + * standalone/printerdrake, standalone/drakconnect, + standalone/scannerdrake: + - clean up embedding; since socket automatically emit plug-added gtk+ + signal + when plug is realize, it's just cleaner to centralize/consolidate the + child + embedding in mcc + this of course, need a newer up-to-date mcc + what's more, it allows to remove the somewhat mythical + "$::isEmbedded and kill 'USR2', $::CCPID;" + - keyboarddrake, xfdrake, drakautoinst: goto cleaning btw + + * standalone/drakfont: looks better like this + - clean up embedding; since socket get automatically destroyed on + child exit + and since they emit plug-removed at that moment, it's just cleaner to + centralize/consolidate the child exit in mcc + this of course, need a newer up-to-date mcc + what's more, it allows to remove the somewhat mythical + "$::isEmbedded and kill 'USR1', $::CCPID;" + - drakautoinst, drakxservices, keyboardrake: fix fscking embedding + managment + + * interactive/gtk.pm, printer/printerdrake.pm: first attempt at making + printerdrake to behave smoother when embedded in the + mcc + + * standalone/drakautoinst, my_gtk.pm, standalone/XFdrake, + standalone/keyboarddrake: + - clean up embedding; since socket automatically emit plug-added gtk+ + signal + when plug is realize, it's just cleaner to centralize/consolidate the + child + embedding in mcc + this of course, need a newer up-to-date mcc + what's more, it allows to remove the somewhat mythical + "$::isEmbedded and kill 'USR2', $::CCPID;" + - keyboarddrake, xfdrake, drakautoinst: goto cleaning btw + - clean up embedding; since socket get automatically destroyed on + child exit + and since they emit plug-removed at that moment, it's just cleaner to + centralize/consolidate the child exit in mcc + this of course, need a newer up-to-date mcc + what's more, it allows to remove the somewhat mythical + "$::isEmbedded and kill 'USR1', $::CCPID;" + - drakautoinst, drakxservices, keyboardrake: fix fscking embedding + managment + + * drakxtools.spec: 9.1-6mdk + more fixes + 9.1-5mdk + - clean up embedding; since socket get automatically destroyed on + child exit + and since they emit plug-removed at that moment, it's just cleaner to + centralize/consolidate the child exit in mcc + this of course, need a newer up-to-date mcc + what's more, it allows to remove the somewhat mythical + "$::isEmbedded and kill 'USR1', $::CCPID;" + - drakautoinst, drakxservices, keyboardrake: fix fscking embedding + managment + + * standalone/net_monitor: fix embedding (even if we don't embbed it, it's + better) + + * bootlook.pm: perl_checker fix + clean up: + - no more directly handle embeddign + - use ugtk2 + - clean up embedding; since socket automatically emit plug-added gtk+ + signal + when plug is realize, it's just cleaner to centralize/consolidate the + child + embedding in mcc + this of course, need a newer up-to-date mcc + what's more, it allows to remove the somewhat mythical + "$::isEmbedded and kill 'USR2', $::CCPID;" + - keyboarddrake, xfdrake, drakautoinst: goto cleaning btw + - clean up embedding; since socket get automatically destroyed on + child exit + and since they emit plug-removed at that moment, it's just cleaner to + centralize/consolidate the child exit in mcc + this of course, need a newer up-to-date mcc + what's more, it allows to remove the somewhat mythical + "$::isEmbedded and kill 'USR1', $::CCPID;" + - drakautoinst, drakxservices, keyboardrake: fix fscking embedding + managment + + * standalone/drakxservices, diskdrake/hd_gtk.pm, standalone/drakboot, + standalone/drakTermServ: + - clean up embedding; since socket get automatically destroyed on + child exit + and since they emit plug-removed at that moment, it's just cleaner to + centralize/consolidate the child exit in mcc + this of course, need a newer up-to-date mcc + what's more, it allows to remove the somewhat mythical + "$::isEmbedded and kill 'USR1', $::CCPID;" + - drakautoinst, drakxservices, keyboardrake: fix fscking embedding + managment + + * standalone/drakperm: fix #1771 + level should not be editable + + * services.pm: in standalone mode, only display a service as enabled at + boot time + only if it's really enabled in current runlevel. + what's more it's more coherent with other "only show current runlevel + status" tools like ntsysv. + +2003/02/24 Warly + + * share/compssUsers: "Mail/Groupware/News" is now just "Mail" + +2003/02/23 Pablo Saratxaga + + * share/po/it.po: fixed several fuzzy lines + +2003/02/23 Pixel + + * timezone.pm: use output_p() instead of output() for + /etc/ntp/step-tickers + +2003/02/23 Till Kamppeter + + * standalone/scannerdrake: Fixed wait message not embedded in drakconf. + + * printer/main.pm, printer/printerdrake.pm: Several bug fixes on + printerdrake + - "BrowsePoll :" needs "Browsing On" in + /etc/cups/cupsd.conf. + - If the same printer model is once on the parallel port and second on + USB, + there was a new USB queue created on every start of Printerdrake. + - Now CUPS is restarted whenever a new USB print queue is set up so + that + CUPS can provide the model-related USB URI. + - Made sure that the default printer is defined and that it is an + existing + queue so that during installation printerdrake does not show a line + only + containing " (Default)" in the list of installed printers. + - Cleaned up data structure after automatic queue generation. + 2003/02/23 Pixel * diskdrake/interactive.pm (migrate_files): check return values (fixes bug @@ -12671,7 +12915,7 @@ * Makefile.config: remove dir security - * proxy.pm: add $Id: ChangeLog,v 1.791 2003/02/21 21:58:09 prigaux Exp $ + * proxy.pm: add $Id: ChangeLog,v 1.792 2003/02/23 12:45:50 prigaux Exp $ * interactive/gtk.pm: use my_gtk {isWizard} and {isEmbedded} which are more accurate than -- cgit v1.2.1