diff options
-rw-r--r-- | ChangeLog | 28 | ||||
-rwxr-xr-x | control-center | 10 | ||||
-rw-r--r-- | drakconf.spec | 5 |
3 files changed, 36 insertions, 7 deletions
@@ -1,3 +1,31 @@ +2002-10-07 16:40 tvignaud + + * po/sl.po: fix slovenian translations + +2002-10-03 11:06 daouda + + * control-center: - waouh + +2002-10-02 19:06 daouda + + * control-center: - security updates + +2002-10-02 19:00 daouda + + * drakconf.spec: - workaround for nl and sl locales. + +2002-10-02 11:30 tvignaud + + * control-center: fix nl & sl bugs + +2002-10-02 09:36 tvignaud + + * clock.pl: fixes for strict + +2002-10-01 11:28 tvignaud + + * AUTHORS, ChangeLog, control-center: fix yves & dams egos :-) + 2002-09-28 07:37 pablo * po/da.po: corrected encoding diff --git a/control-center b/control-center index d19efaba..f097bed8 100755 --- a/control-center +++ b/control-center @@ -750,11 +750,11 @@ sub about_mdk_cc { $i++, $clist->append(@$_) foreach ([ _("Authors: "), '', ''], [ '', 'Thierry Vignaud', 'tvignaud@mandrakesoft.com'], [ '', 'Daouda Lo', 'daouda@mandrakesoft.com'], - [ '', ''], - # [ _("Old authors: "), '', ''], - # [ '', 'Chmouel Boudjnah', 'original C version'], - # [ '', 'Damien "dams" Krotkine', 'perl version'], - # [ '', 'Yves Duret', 'logdrake integration'], + [ '', ''], + [ _("Old authors: "), '', ''], + [ '', 'Chmouel Boudjnah', 'original C version'], + [ '', 'Damien "dams" Krotkine', 'perl version'], + [ '', 'Yves Duret', 'logdrake integration'], [ '', ''], [ _("Artwork: "), #-PO If your language allows it, use eacute for first "e" and egrave for 2nd. diff --git a/drakconf.spec b/drakconf.spec index 92a0a3c3..ac3a2547 100644 --- a/drakconf.spec +++ b/drakconf.spec @@ -108,8 +108,9 @@ rm -rf $RPM_BUILD_ROOT %_datadir/mcc/themes/kde %changelog -* Wed Oct 2 2002 Daouda LO <daouda@mandrakesoft.com> 9.0-6.1mdk -- workaround for nl and sl locales. +* Mon Oct 7 2002 Thierry Vignaud <tvignaud@mandrakesoft.com> 9.0-6.1mdk +- fix sl translations +- workaround for nl and sl locales (daouda) * Fri Sep 20 2002 Thierry Vignaud <tvignaud@mandrakesoft.com> 9.0-6mdk - fix DrakConf (mdk8.2 compatibility link) : sh needs passing -e to |