summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <dkf@noemail.net>2002-06-14 14:07:49 (GMT)
committerdkf <dkf@noemail.net>2002-06-14 14:07:49 (GMT)
commitb62f338f3270678bfae4ab8e880ed2bb763fe496 (patch)
tree275c5586d549746067683749acc5bdee77a54a73 /ChangeLog
parent37dad6009a6a0a0a94daf1c22e5c4a08d783fc2a (diff)
downloadtk-b62f338f3270678bfae4ab8e880ed2bb763fe496.zip
tk-b62f338f3270678bfae4ab8e880ed2bb763fe496.tar.gz
tk-b62f338f3270678bfae4ab8e880ed2bb763fe496.tar.bz2
Changed some _Old and _OLD to more descriptive terms.
FossilOrigin-Name: 9b5f7ecc695132915b30f60095686bf35211e685
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 58650ea..5b7721a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2002-06-14 Donal K. Fellows <fellowsd@cs.man.ac.uk>
+ * doc/FindPhoto.3, generic/tk.h, generic/tk.decls:
+ * generic/tkImgPhoto.c: Changed *_Old to *_NoComposite and
+ USE_OLD_PHOTO_PUT_BLOCK to USE_COMPOSITELESS_PHOTO_PUT_BLOCK
+ following a suggestion from Don Porter.
+
* tests/imgPhoto.test: Added tests of -compositingrule
* doc/photo.n: Added documentation for "-compositingrule".