summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2005-01-12 12:37:56 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2005-01-12 12:37:56 +0000
commite248a1b26db64ef1cc8ebb64f64375d063676eb9 (patch)
treedab8b54b301222f3eb269caf82a2dd9dda17b6ac /ChangeLog
parent4b6f9ddd73e53de4ae08d0b160790761e17907b0 (diff)
downloadcontrol-center-e248a1b26db64ef1cc8ebb64f64375d063676eb9.tar
control-center-e248a1b26db64ef1cc8ebb64f64375d063676eb9.tar.gz
control-center-e248a1b26db64ef1cc8ebb64f64375d063676eb9.tar.bz2
control-center-e248a1b26db64ef1cc8ebb64f64375d063676eb9.tar.xz
control-center-e248a1b26db64ef1cc8ebb64f64375d063676eb9.zip
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog163
1 files changed, 163 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6d75ae69..b522b91c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,162 @@
+2005-01-12 13:37 Thierry Vignaud <tvignaud@mandrakesoft.com>
+
+ * drakconf.spec: 10.1-3mdk
+
+2005-01-12 13:36 Thierry Vignaud <tvignaud@mandrakesoft.com>
+
+ * po/: af.po, am.po, ar.po, az.po, be.po, bg.po, bn.po, br.po,
+ bs.po, ca.po, cs.po, cy.po, da.po, de.po, drakconf.pot, el.po,
+ eo.po, es.po, et.po, eu.po, fa.po, fi.po, fr.po, fur.po, ga.po,
+ gl.po, he.po, hi.po, hr.po, hu.po, id.po, is.po, it.po, ja.po,
+ ka.po, ko.po, ku.po, ky.po, lt.po, ltg.po, lv.po, mk.po, mn.po,
+ ms.po, mt.po, nb.po, nl.po, nn.po, pl.po, pt.po, pt_BR.po, ro.po,
+ ru.po, sc.po, sk.po, sl.po, sq.po, sr.po, sr@Latn.po, sv.po,
+ ta.po, tg.po, th.po, tl.po, tr.po, uk.po, uz.po, uz@Latn.po,
+ vi.po, wa.po, zh_CN.po, zh_TW.po: update translation catalogs
+
+2005-01-12 13:29 Thierry Vignaud <tvignaud@mandrakesoft.com>
+
+ * control-center: kill dead code that enabled to embedd any non
+ gtk+ X11 GUI
+
+2005-01-12 13:29 Thierry Vignaud <tvignaud@mandrakesoft.com>
+
+ * control-center: explain why we don't embedded webmin
+
+2005-01-12 13:28 Thierry Vignaud <tvignaud@mandrakesoft.com>
+
+ * control-center: embed both printerdrake and userdrake thanks to
+ the new application_driven_menu flag
+
+2005-01-12 13:28 Thierry Vignaud <tvignaud@mandrakesoft.com>
+
+ * control-center: add application_driven_menu flag that make mcc
+ hide its menu bar and its banner so that the embedded tool can
+ display its own banner and its own menubar
+
+ this will be usefull especially for rpmdrake
+
+2005-01-12 13:28 Thierry Vignaud <tvignaud@mandrakesoft.com>
+
+ * po/: af.po, am.po, ar.po, az.po, be.po, br.po, bs.po, ca.po,
+ cs.po, cy.po, da.po, de.po, el.po, es.po, et.po, eu.po, fi.po,
+ fr.po, fur.po, ga.po, gl.po, hr.po, hu.po, id.po, it.po, ja.po,
+ ka.po, ko.po, ku.po, ky.po, lt.po, ltg.po, lv.po, mk.po, mn.po,
+ ms.po, mt.po, nb.po, nl.po, nn.po, pl.po, pt.po, pt_BR.po, ro.po,
+ ru.po, sk.po, sl.po, sq.po, sr.po, sr@Latn.po, tg.po, tl.po,
+ tr.po, vi.po, wa.po, zh_TW.po: merge in po the "CD Burner" =>
+ "CD/DVD Burner" change (but for bg, bn, eo, fa, fr, he, hi, is,
+ mn, sc, sv, ta, th, uk, uz@Latn, uz and zh_CN who did not use the
+ CD acronyms)
+
+2005-01-12 13:27 Thierry Vignaud <tvignaud@mandrakesoft.com>
+
+ * control-center: only use one translated string per drive type
+ instead of two (we used to use one as an internal tag and the
+ other one was displayed in the GUI
+
+2005-01-12 13:27 Thierry Vignaud <tvignaud@mandrakesoft.com>
+
+ * control-center: - make a real hash of the main data structure
+ (more readable code) - rename it by the way so that its name is
+ more understandable
+
+2005-01-12 13:27 Thierry Vignaud <tvignaud@mandrakesoft.com>
+
+ * control-center: display the name of the bogus entry
+
+2005-01-12 13:27 Thierry Vignaud <tvignaud@mandrakesoft.com>
+
+ * control-center: kill dead comment left behind when daouda
+ re-added the rfbdrake entry
+
+2005-01-12 13:26 Thierry Vignaud <tvignaud@mandrakesoft.com>
+
+ * control-center: move icon definition from tree definition into
+ new data structure (thus achieving data centralization regarding
+ right icons)
+
+2005-01-12 13:26 Thierry Vignaud <tvignaud@mandrakesoft.com>
+
+ * control-center: new data structure: - replace arrays with hash
+ (aka replace named parameters instead by array indices) -
+ remove useless field
+
+2005-01-12 13:26 Thierry Vignaud <tvignaud@mandrakesoft.com>
+
+ * control-center: remove useless extra binary name un mcc data
+ structure
+
+2005-01-12 13:26 Thierry Vignaud <tvignaud@mandrakesoft.com>
+
+ * control-center: clean code: remove deprecated code that handle
+ array instead of binary name since it's now useless
+
+2005-01-11 11:53 Thierry Vignaud <tvignaud@mandrakesoft.com>
+
+ * control-center: add an "installed softwares" icon in rpmdrake
+ section
+
+2005-01-06 15:58 Thierry Vignaud <tvignaud@mandrakesoft.com>
+
+ * control-center: show drakauth in system section
+
+2005-01-05 13:41 Pablo Saratxaga <pablo@mandrakesoft.com>
+
+ * po/hr.po: updated po file
+
+2005-01-03 13:42 Pablo Saratxaga <pablo@mandrakesoft.com>
+
+ * po/cy.po: updated po file
+
+2005-01-03 09:12 Pablo Saratxaga <pablo@mandrakesoft.com>
+
+ * po/tr.po: updated po file
+
+2004-11-26 11:35 Pablo Saratxaga <pablo@mandrakesoft.com>
+
+ * po/gl.po: updated po file
+
+2004-11-17 23:11 Albert Astals Cid <astals11@terra.es>
+
+ * po/ca.po: Typo
+
+2004-10-20 12:13 Pablo Saratxaga <pablo@mandrakesoft.com>
+
+ * po/: eo.po, gl.po: updated po file
+
+2004-10-16 16:20 Alice Lafox <alice@lafox.com.ua>
+
+ * po/ru.po: updated
+
+2004-10-15 17:57 Pablo Saratxaga <pablo@mandrakesoft.com>
+
+ * po/tg.po: updated po file
+
+2004-10-10 07:35 Pablo Saratxaga <pablo@mandrakesoft.com>
+
+ * po/ro.po: updated po file
+
+2004-10-10 06:20 Pablo Saratxaga <pablo@mandrakesoft.com>
+
+ * po/: uz.po, uz@Latn.po: updated po files
+
+2004-10-06 11:13 José JORGE <jjorge@free.fr>
+
+ * po/pt.po: melo e saraiva
+
+2004-10-04 04:32 Thierry Vignaud <tvignaud@mandrakesoft.com>
+
+ * po/br.po: update
+
+2004-10-03 16:09 Albert Astals Cid <astals11@terra.es>
+
+ * po/ca.po: Small updates for ca
+
+2004-10-03 13:27 Pablo Saratxaga <pablo@mandrakesoft.com>
+
+ * po/fa.po: updated po file
+
2004-10-01 10:04 Thierry Vignaud <tvignaud@mandrakesoft.com>
* drakconf.spec: 10.1-2mdk
@@ -6,6 +165,10 @@
* control-center: start drakups in wizard mode
+2004-10-01 10:04 Thierry Vignaud <tvignaud@mandrakesoft.com>
+
+ * control-center: start drakups in wizard mode
+
2004-09-30 07:49 Thierry Vignaud <tvignaud@mandrakesoft.com>
* drakconf.spec: 10.1-1mdk