summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authoroehhar <harald.oehlmann@elmicron.de>2012-09-20 09:53:02 (GMT)
committeroehhar <harald.oehlmann@elmicron.de>2012-09-20 09:53:02 (GMT)
commitf9c9b71cd327714fabe221f91e2f9af29fdd9b85 (patch)
tree9cdb1288cc9b7d41fdaf868d6bc47d7eb9bdeb5c /ChangeLog
parente3f16b8dc7d1d604b5ef0d1e205cd70e406026b6 (diff)
downloadtcl-f9c9b71cd327714fabe221f91e2f9af29fdd9b85.zip
tcl-f9c9b71cd327714fabe221f91e2f9af29fdd9b85.tar.gz
tcl-f9c9b71cd327714fabe221f91e2f9af29fdd9b85.tar.bz2
clock uses new msgcat features
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9920962..2c6a2ce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,8 @@
2012-09-19 Harald Oehlmann <oehhar@users.sf.net>
* library/msgcat/msgcat.tcl: dynamic locale change with mc file
- load on locale change.
+ * library/clock.tcl: load on locale change.
+ clock uses new msgcat features.
2012-09-19 Jan Nijtmans <nijtmans@users.sf.net>