summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2002-06-14 14:07:50 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2002-06-14 14:07:50 (GMT)
commit02232e9bfade579d304edb4b0661280a64593a93 (patch)
tree275c5586d549746067683749acc5bdee77a54a73 /ChangeLog
parent8abf69416e48492ccda18dcfc6e8adf9d33d0a32 (diff)
downloadtk-02232e9bfade579d304edb4b0661280a64593a93.zip
tk-02232e9bfade579d304edb4b0661280a64593a93.tar.gz
tk-02232e9bfade579d304edb4b0661280a64593a93.tar.bz2
Changed some _Old and _OLD to more descriptive terms.
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".