diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2002-11-18 07:55:55 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2002-11-18 07:55:55 +0000 |
commit | 6bdda06d2f204d64c9b5aa7da10d517b5db01f93 (patch) | |
tree | 189f5fc079be72ee2667c600d6511e10c2251ec1 /ChangeLog | |
parent | af3ad14e2e0e37bb94f74dfc9691c70fee83393f (diff) | |
download | control-center-6bdda06d2f204d64c9b5aa7da10d517b5db01f93.tar control-center-6bdda06d2f204d64c9b5aa7da10d517b5db01f93.tar.gz control-center-6bdda06d2f204d64c9b5aa7da10d517b5db01f93.tar.bz2 control-center-6bdda06d2f204d64c9b5aa7da10d517b5db01f93.tar.xz control-center-6bdda06d2f204d64c9b5aa7da10d517b5db01f93.zip |
code cleaning/shrunking
clock.pl, menus_launchers.pl, print_launcher.pl
- use my_gtk & common to :
o automatically handle embedding
o simplify code
o ease gtk2 port
o don't uselessly initialize gtk & locales
o ... don't do what my_gtk already offer to do for us
clock.pl: kill stupid code copied between two signal handlers
whereas it has no purpose since my_gtk just exited in second handler
mcc:
- explain why we initialize interactive without using it
- global workaround for broken locales
- bump version
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 29 |
1 files changed, 29 insertions, 0 deletions
@@ -1,3 +1,32 @@ +2002-11-17 20:32 alus + + * po/pl.po: logi -> dziennik + +2002-11-15 10:12 tvignaud + + * Makefile: fix version detection for new spec file + +2002-11-15 09:57 tvignaud + + * drakconf.spec: 9.1-0.1mdk + +2002-11-15 09:50 tvignaud + + * control-center: fix locale initialization so that locales get + translated + +2002-11-14 17:50 tvignaud + + * drakconf.spec: 9.0-8mdk + +2002-11-14 15:43 tvignaud + + * drakxconf: perl_checker fixes + +2002-11-14 15:35 tvignaud + + * ChangeLog: [no log message] + 2002-11-14 15:30 tvignaud * clock.pl, menus_launcher.pl, print_launcher.pl: |