summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordonal.k.fellows@manchester.ac.uk <dkf>2012-05-30 14:41:04 (GMT)
committerdonal.k.fellows@manchester.ac.uk <dkf>2012-05-30 14:41:04 (GMT)
commitbcc18bfb10374814559cf8971b4835be938e2aa8 (patch)
tree346980ee7adabfb99aacfcce82508478d4ce6892
parent41236c8314b6d7d0bed4c89442fc7c35c27413da (diff)
downloadtcl-bcc18bfb10374814559cf8971b4835be938e2aa8.zip
tcl-bcc18bfb10374814559cf8971b4835be938e2aa8.tar.gz
tcl-bcc18bfb10374814559cf8971b4835be938e2aa8.tar.bz2
minor: make TIP 106 commit easier to spot in 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>