diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2012-05-30 14:41:04 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2012-05-30 14:41:04 (GMT) |
commit | 161a43e685132ef00e715c16fe1cf9c6a33e0a6d (patch) | |
tree | 346980ee7adabfb99aacfcce82508478d4ce6892 | |
parent | 92aede1febb4abc04e59263f1894cb8caacab5aa (diff) | |
download | tcl-161a43e685132ef00e715c16fe1cf9c6a33e0a6d.zip tcl-161a43e685132ef00e715c16fe1cf9c6a33e0a6d.tar.gz tcl-161a43e685132ef00e715c16fe1cf9c6a33e0a6d.tar.bz2 |
minor: make TIP 106 commit easier to spot in ChangeLog
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -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> |