diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2017-01-03 21:51:01 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2017-01-03 21:51:01 (GMT) |
commit | a780057cc1b51dd3a557549c3cf2431f09136c0d (patch) | |
tree | 717f78052c55596449b27743171d7e170c4d39a0 /tkimg/png/ChangeLog | |
parent | 7749430b9352c1eaf5dca7d8a89a6d35f565ef24 (diff) | |
download | blt-a780057cc1b51dd3a557549c3cf2431f09136c0d.zip blt-a780057cc1b51dd3a557549c3cf2431f09136c0d.tar.gz blt-a780057cc1b51dd3a557549c3cf2431f09136c0d.tar.bz2 |
upgrade tkimg to 1.4.6
Diffstat (limited to 'tkimg/png/ChangeLog')
-rw-r--r-- | tkimg/png/ChangeLog | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/tkimg/png/ChangeLog b/tkimg/png/ChangeLog deleted file mode 100644 index 106a88e..0000000 --- a/tkimg/png/ChangeLog +++ /dev/null @@ -1,26 +0,0 @@ -2009-01-12 Jan Nijtmans <nijtmans@users.sourceforge.net> - - * No longer Panic when an out-of-memory error occurs, - when compiled with Tcl/Tk 8.5 or later and running with - Tcl/Tk 8.5 and later (Tk bug #2477446) - -2004-08-18 Andreas Kupries <andreas_kupries@users.sourceforge.net> - - * - * Released and tagged Tkimg 1.3 ======================== - * - -2004-08-16 Andreas Kupries <andreask@activestate.com> - - * png.c: Replaced the hardwired version number of wrapper pngtcl - with macro PNGTCL_VERSION. - -2002-12-06 Andreas Kupries <andreask@activestate.com> - - * png.c (SetupPngLibrary): Missed return TCL_OK for success. This - prevented the loading of this handler. - -2002-11-20 Andreas Kupries <andreas_kupries@users.sourceforge.net> - - * Start of logging. - * tkimg/png: PNG photo image type. |