summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2002-11-25 08:55:57 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2002-11-25 08:55:57 +0000
commit7c19eab97988d8090a31757f8160d3aa08f40a30 (patch)
tree46088348894e977dfbf8012574cced1eba171d23 /ChangeLog
parentcd259d529107f73fa9f7e687a0e896841533d6a4 (diff)
downloadcontrol-center-7c19eab97988d8090a31757f8160d3aa08f40a30.tar
control-center-7c19eab97988d8090a31757f8160d3aa08f40a30.tar.gz
control-center-7c19eab97988d8090a31757f8160d3aa08f40a30.tar.bz2
control-center-7c19eab97988d8090a31757f8160d3aa08f40a30.tar.xz
control-center-7c19eab97988d8090a31757f8160d3aa08f40a30.zip
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog42
1 files changed, 41 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5638872a..613446e0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,45 @@
+2002-11-25 09:28 tvignaud
+
+ * control-center, print_launcher.pl: bug fixes and workarounds:
+ - partially fix c-z freeze mcc even after SIGCONT this also make
+ mcc more robust to programs that crash
+ - explain to PO translators the importance of both translating
+ _Options and Options
+ - mcc was not robust when embeded prog crash (kind of deadlock):
+ now, we send ourselves USR1 on child reaping
+
+ code simplification:
+ - consolidate pixbufs
+ - s/Gtk->main_iteration while Gtk->events_pending/gtkflush/
+ - make some code more readable
+ - clean code through ugtk::create_factory_menu usage
+ - some perl_checker fixes
+ - test DISPLAY: if we don't have access to X server,
+ switch to console version
+ - simplify config managment
+ - remove dummy timer
+ - s/if (!/unless/
+ - explain signal handlers goal
+ - simplify and make explanations frame managment more robust:
+ * only start logdrake once
+ * only create explanation frame once
+ * just hide or show it depending on context
+ (resulting in faster redisplay)
+
+2002-11-18 15:57 tvignaud
+
+ * po/br.po: fix null casted to menu widged with britton locale
+
+2002-11-18 15:42 tvignaud
+
+ * control-center: fix fix
+
+2002-11-18 15:36 tvignaud
+
+ * ChangeLog, drakconf.spec: 9.1-0.2mdk
+
2002-11-18 10:52 tvignaud
-
+
* ChangeLog, TODO: [no log message]
2002-11-18 08:55 tvignaud