diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2008-08-25 11:44:01 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2008-08-25 11:44:01 (GMT) |
commit | ff6b265906d93fd7c16d9401b03a8a52a380a281 (patch) | |
tree | 66d55579b3e8cbfa2e07d8b09a73795f0a08b87f /ChangeLog | |
parent | c56c373d2d86786d9f354d45144b1900dcd63304 (diff) | |
download | tk-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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 *** |