summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2008-08-25 11:44:01 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2008-08-25 11:44:01 (GMT)
commitff6b265906d93fd7c16d9401b03a8a52a380a281 (patch)
tree66d55579b3e8cbfa2e07d8b09a73795f0a08b87f /ChangeLog
parentc56c373d2d86786d9f354d45144b1900dcd63304 (diff)
downloadtk-ff6b265906d93fd7c16d9401b03a8a52a380a281.zip
tk-ff6b265906d93fd7c16d9401b03a8a52a380a281.tar.gz
tk-ff6b265906d93fd7c16d9401b03a8a52a380a281.tar.bz2
Split the photo image core into two pieces to make it easier to maintain.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a59c2fc..490b0b1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-08-25 Donal K. Fellows <dkf@users.sf.net>
+
+ * generic/tkImgPhoto.c: Split the implementation of the core of
+ * generic/tkImgPhoto.h: photo images into two pieces, the photo
+ * generic/tkImgPhInstance.c: master (which manages the data model and
+ the interaction with the script level) and the photo instances (which
+ handle display).
+
2008-08-22 Don Porter <dgp@users.sourceforge.net>
*** 8.6a2 TAGGED FOR RELEASE ***