summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2003-03-06 15:35:48 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2003-03-06 15:35:48 (GMT)
commitca9be35a9fc7236e607923ad25ab5fd75d0029cc (patch)
tree4d5a0f115aae7219e92b86762bf23214acda728b /ChangeLog
parentb180774f6bce433082da35c309b89e6bfa766152 (diff)
downloadtk-ca9be35a9fc7236e607923ad25ab5fd75d0029cc.zip
tk-ca9be35a9fc7236e607923ad25ab5fd75d0029cc.tar.gz
tk-ca9be35a9fc7236e607923ad25ab5fd75d0029cc.tar.bz2
Documentation changes due to TIP#116
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog31
1 files changed, 17 insertions, 14 deletions
diff --git a/ChangeLog b/ChangeLog
index 369fa46..df1747e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2003-03-06 Donal K. Fellows <fellowsd@cs.man.ac.uk>
+ * doc/FindPhoto.3: Documentation of the photo API changes due to
+ TIP#116
+
* generic/tkImgPhoto.c (Tk_PhotoExpand, Tk_PhotoPutBlock,
Tk_PhotoPutZoomedBlock, Tk_PhotoSetSize): Added interp argument to
these functions and made them return a standard Tcl result, with
@@ -22,21 +25,21 @@
2003-03-04 Don Porter <dgp@users.sf.net>
- * README: Bumped version number of
- * generic/tk.h: Tk to 8.5a0.
- * library/tk.tcl:
- * mac/README:
- * macosx/Wish.pbproj/project.pbxproj:
+ * README: Bumped version number of
+ * generic/tk.h: Tk to 8.5a0.
+ * library/tk.tcl:
+ * mac/README:
+ * macosx/Wish.pbproj/project.pbxproj:
* unix/README:
- * unix/configure.in:
- * unix/tk.spec:
- * win/README:
- * win/configure.in:
- * win/makefile.vc:
- * win/tcl.m4:
-
- * unix/configure: autoconf
- * win/configure:
+ * unix/configure.in:
+ * unix/tk.spec:
+ * win/README:
+ * win/configure.in:
+ * win/makefile.vc:
+ * win/tcl.m4:
+
+ * unix/configure: autoconf
+ * win/configure:
2003-03-03 Jeff Hobbs <jeffh@ActiveState.com>