diff options
author | hobbs <hobbs@noemail.net> | 2000-02-08 11:31:27 (GMT) |
---|---|---|
committer | hobbs <hobbs@noemail.net> | 2000-02-08 11:31:27 (GMT) |
commit | 6425b8563000a38896957048e230b624e7787221 (patch) | |
tree | aaba98591be690b73fe87702aaa4023a89457083 /ChangeLog | |
parent | bb9ddb68e864d2c686a08a1f9270dba0f1c25a4c (diff) | |
download | tk-6425b8563000a38896957048e230b624e7787221.zip tk-6425b8563000a38896957048e230b624e7787221.tar.gz tk-6425b8563000a38896957048e230b624e7787221.tar.bz2 |
* generic/tkDecls.h:
* generic/tk.decls:
* generic/tk.h: moved new public functions created in dash patch
to the stubs interface [Bug: 4062]
* generic/tk.h:
* doc/CrtImgType.3:
* doc/CrtPhImgFmt.3:
* generic/tk.h:
* generic/tkImgGIF.c:
* generic/tkImgPhoto.c:
* generic/tkStubImg.c (new file):
* generic/tkTest.c:
* unix/Makefile.in:
* win/Makefile.in:
* win/makefile.vc: improved support for moving from the old style
image C API to the new obj'ified one with new Tk_InitImageArgs
command and stub'ing of image code. See docs for how to make the
transition. [Bug: 4060]
FossilOrigin-Name: dbe34fe5efcb725442acc347dcb728ad8e30493c
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -1,5 +1,25 @@ 2000-02-08 Jeff Hobbs <hobbs@scriptics.com> + * generic/tkDecls.h: + * generic/tk.decls: + * generic/tk.h: moved new public functions created in dash patch + to the stubs interface [Bug: 4062] + + * generic/tk.h: + * doc/CrtImgType.3: + * doc/CrtPhImgFmt.3: + * generic/tk.h: + * generic/tkImgGIF.c: + * generic/tkImgPhoto.c: + * generic/tkStubImg.c (new file): + * generic/tkTest.c: + * unix/Makefile.in: + * win/Makefile.in: + * win/makefile.vc: improved support for moving from the old style + image C API to the new obj'ified one with new Tk_InitImageArgs + command and stub'ing of image code. See docs for how to make the + transition. [Bug: 4060] + * library/tk.tcl: wrapped check for tcl_platform(os) around info exists because it won't in safe interpreters |