summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2008-09-26 20:16:38 (GMT)
committerdgp <dgp@users.sourceforge.net>2008-09-26 20:16:38 (GMT)
commit03fe58895ff5d2fff94410b80ecf3fd7907b7948 (patch)
tree756a76460a8221b5d7928f2edc5ff71491439c93 /ChangeLog
parent030aaf8733e03063daa3c730c5b258575b9386ba (diff)
downloadtcl-03fe58895ff5d2fff94410b80ecf3fd7907b7948.zip
tcl-03fe58895ff5d2fff94410b80ecf3fd7907b7948.tar.gz
tcl-03fe58895ff5d2fff94410b80ecf3fd7907b7948.tar.bz2
TIP #323 IMPLEMENTATION (partial)
* doc/object.n: Revise standard oo method [my variable] to * generic/tclOOBasic.c: accept zero variable names. * tests/oo.test:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2f53284..cbf1c85 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,10 @@
TIP #323 IMPLEMENTATION (partial)
+ * doc/object.n: Revise standard oo method [my variable] to
+ * generic/tclOOBasic.c: accept zero variable names.
+ * tests/oo.test:
+
* doc/tm.n: Revise [tcl::tm::path add] and
* library/tm.tcl: [tcl::tm::path remove] to accept zero paths.
* tests/tm.test: