diff options
-rw-r--r-- | ChangeLog | 42 |
1 files changed, 41 insertions, 1 deletions
@@ -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 |