summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2001-09-20 17:04:34 (GMT)
committerhobbs <hobbs>2001-09-20 17:04:34 (GMT)
commit95d97a9e17119f2b179ff039e4bc6f3c95970180 (patch)
tree6c158fde885693b35dbdc91e5c5c77be4c4bbcda /ChangeLog
parent110401686eaf4723c9aaf9907f36fcbc0a2f4155 (diff)
downloadtk-95d97a9e17119f2b179ff039e4bc6f3c95970180.zip
tk-95d97a9e17119f2b179ff039e4bc6f3c95970180.tar.gz
tk-95d97a9e17119f2b179ff039e4bc6f3c95970180.tar.bz2
* unix/configure: regen'ed
* unix/tcl.m4: added --enable-64bit support for HP-11 with the 64-bit kernel.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 10aaf31..0fe95aa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2001-09-20 Jeff Hobbs <jeffh@ActiveState.com>
+
+ * unix/configure: regen'ed
+ * unix/tcl.m4: added --enable-64bit support for HP-11 with the
+ 64-bit kernel.
+
2001-09-17 Don Porter <dgp@users.sourceforge.net>
* generic/tkGrid.c (ConfigureSlaves):
@@ -30,7 +36,8 @@
2001-09-12 D. Richard Hipp <drh@hwaci.com>
- * Fix a bug in library/tkfbox.tcl
+ * library/tkfbox.tcl: fixed error that appeared when you would
+ click on the canvas while viewing an empty directory.
2001-09-10 Mo DeJong <mdejong@users.sourceforge.net>