summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2012-05-30 14:41:04 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2012-05-30 14:41:04 (GMT)
commit161a43e685132ef00e715c16fe1cf9c6a33e0a6d (patch)
tree346980ee7adabfb99aacfcce82508478d4ce6892 /ChangeLog
parent92aede1febb4abc04e59263f1894cb8caacab5aa (diff)
downloadtcl-161a43e685132ef00e715c16fe1cf9c6a33e0a6d.zip
tcl-161a43e685132ef00e715c16fe1cf9c6a33e0a6d.tar.gz
tcl-161a43e685132ef00e715c16fe1cf9c6a33e0a6d.tar.bz2
minor: make TIP 106 commit easier to spot in ChangeLog
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 5 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index c2e2b75..ff6f2e7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -64,9 +64,11 @@
2012-05-21 Jan Nijtmans <nijtmans@users.sf.net>
- * win/tclWinDde.c: TIP #106: Add Encoding Abilities to the [dde]
- * library/dde/pkgIndex.tcl: Command. Dde version is now 1.4.0.
- * tests/winDde.test:
+ IMPLEMENTATION OF TIP#106
+
+ * win/tclWinDde.c: Added encoding-related abilities to
+ * library/dde/pkgIndex.tcl: the [dde] command. The dde package's
+ * tests/winDde.test: version is now 1.4.0.
* doc/dde.n:
2012-05-20 Donal K. Fellows <dkf@users.sf.net>