diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2003-03-06 15:35:48 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2003-03-06 15:35:48 (GMT) |
commit | ca9be35a9fc7236e607923ad25ab5fd75d0029cc (patch) | |
tree | 4d5a0f115aae7219e92b86762bf23214acda728b /ChangeLog | |
parent | b180774f6bce433082da35c309b89e6bfa766152 (diff) | |
download | tk-ca9be35a9fc7236e607923ad25ab5fd75d0029cc.zip tk-ca9be35a9fc7236e607923ad25ab5fd75d0029cc.tar.gz tk-ca9be35a9fc7236e607923ad25ab5fd75d0029cc.tar.bz2 |
Documentation changes due to TIP#116
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 31 |
1 files changed, 17 insertions, 14 deletions
@@ -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> |