summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordrh <drh@sqlite.org>2002-07-19 14:27:44 (GMT)
committerdrh <drh@sqlite.org>2002-07-19 14:27:44 (GMT)
commit3cc4fef5eb948a107677c26702a1872ffc1b6d60 (patch)
tree6f8743e9601a6793409324349fe316aa16e23443 /ChangeLog
parent83e4a677ed3392ce3021f1138de0f2c274d605f4 (diff)
downloadtk-3cc4fef5eb948a107677c26702a1872ffc1b6d60.zip
tk-3cc4fef5eb948a107677c26702a1872ffc1b6d60.tar.gz
tk-3cc4fef5eb948a107677c26702a1872ffc1b6d60.tar.bz2
Fix a bug in the Postscript encoding vector generator that was causing
postscript generation to fail under Win2K.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a840a82..d07c396 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-07-19 D. Richard Hipp <drh@hwaci.com>
+
+ * library/mkpsec.tcl: Fix a bug that was causing postscript generation
+ to fail under Win2K.
+
2002-07-18 Reinhard Max <max@suse.de>
* unix/tkUnixSend.c: Using Tcl_GetTime instead of TclpGetTime.