summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-07-06 09:21:27 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-07-06 09:21:27 (GMT)
commit6cb46a6e1664e87b6c0aebdce4740452bb5ce62f (patch)
tree133fb17d3962356e6ee2991c69644b4b435524ae /ChangeLog
parentfa306be9d7adf64d777414f45a59dd7b332b90ac (diff)
downloadtcl-6cb46a6e1664e87b6c0aebdce4740452bb5ce62f.zip
tcl-6cb46a6e1664e87b6c0aebdce4740452bb5ce62f.tar.gz
tcl-6cb46a6e1664e87b6c0aebdce4740452bb5ce62f.tar.bz2
Adapt HTML generator to be able to cope with advanced constructs in Tk's bind.n
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 848f22a..82796c8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-07-06 Donal K. Fellows <donal.k.fellows@man.ac.uk>
+
+ * tools/man2html2.tcl (IPmacro, setTabs): Added support for the
+ more advanced *roff macros used in Tk's doc/bind.n
+
2004-07-05 Miguel Sofer <msofer@users.sf.net>
* generic/tclBasic.c (DeleteInterpProc): fix for [Bug 983660],