summaryrefslogtreecommitdiffstats
path: root/tkimg/jpeg/ChangeLog
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-01-03 21:52:18 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-01-03 21:52:18 (GMT)
commit4302a869f0212a3e4878e66a7260b434f6584476 (patch)
treee6976e66edf648406e32b092395121e045301692 /tkimg/jpeg/ChangeLog
parenta780057cc1b51dd3a557549c3cf2431f09136c0d (diff)
parent60d692811c12788ed4468d5ff680633304e8f641 (diff)
downloadblt-4302a869f0212a3e4878e66a7260b434f6584476.zip
blt-4302a869f0212a3e4878e66a7260b434f6584476.tar.gz
blt-4302a869f0212a3e4878e66a7260b434f6584476.tar.bz2
Merge commit '60d692811c12788ed4468d5ff680633304e8f641' as 'tkimg'
Diffstat (limited to 'tkimg/jpeg/ChangeLog')
-rwxr-xr-xtkimg/jpeg/ChangeLog32
1 files changed, 32 insertions, 0 deletions
diff --git a/tkimg/jpeg/ChangeLog b/tkimg/jpeg/ChangeLog
new file mode 100755
index 0000000..e56e6bf
--- /dev/null
+++ b/tkimg/jpeg/ChangeLog
@@ -0,0 +1,32 @@
+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 ========================
+ *
+
+2002-11-20 Andreas Kupries <andreas_kupries@users.sourceforge.net>
+
+ * jpeg.c: Removed superfluous function declarations (already done
+ in init.c).
+
+ * Makefile.in:
+ * configure.in: Path to build directory of jpegtcl is required too
+ as include directory, to find 'libjpeg/jconfig.h'.
+
+ * Makefile.in:
+ * configure.in: New configuration variable PHIMTYPE, contains name
+ of image type (in contrast to library name and package
+ name). Inserted in 'init.c'. The configure variable TK_XINCLUDES
+ has to placed in variable, to avoid problem on platforms placing
+ a shell comment into it. More in the Makefile.
+
+2002-11-19 Andreas Kupries <andreas_kupries@users.sourceforge.net>
+
+ * Start of logging.
+ * tkimg/jpeg: JPEG photo image type.