summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authoroehhar <harald.oehlmann@elmicron.de>2012-09-19 20:31:48 (GMT)
committeroehhar <harald.oehlmann@elmicron.de>2012-09-19 20:31:48 (GMT)
commit33e312c3474995406bb79967c7f66ced2adca105 (patch)
tree06a268612bdacc7fd73173f1f69c9b284d894b0e /ChangeLog
parent562176ad5a881a5f92f2985feab5401c375d559a (diff)
downloadtcl-33e312c3474995406bb79967c7f66ced2adca105.zip
tcl-33e312c3474995406bb79967c7f66ced2adca105.tar.gz
tcl-33e312c3474995406bb79967c7f66ced2adca105.tar.bz2
TIP#399 implementation: mcconfig may add additional glob pattern for mcload
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9a17845..8ba37af 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2012-09-19 Harald Oehlmann <oehhar@users.sf.net>
+
+ IMPLEMENTATION OF TIP#399.
+
+ * library/msgcat/msgcat.tcl: [FRQ 3544988]: New commands [mcconfig]
+ * library/msgcat/pkgIndex.tcl: to set additional mcload search pattern.
+ * unix/Makefile.in: Bump to 1.6.0.
+ * win/Makefile.in:
+
2012-09-19 Jan Nijtmans <nijtmans@users.sf.net>
* generic/tcl.h: make Tcl_Interp a fully opaque structure