diff options
author | stanton <stanton> | 1999-04-30 22:49:53 (GMT) |
---|---|---|
committer | stanton <stanton> | 1999-04-30 22:49:53 (GMT) |
commit | 5cdefcdad94ffccdb1806f9dc687e439a3a7dcb8 (patch) | |
tree | 2791311126f6b086b8e9262a868488a337f63381 /ChangeLog | |
parent | 464f20ba3977eea97bee1f99f62785f3657b89f3 (diff) | |
download | tk-5cdefcdad94ffccdb1806f9dc687e439a3a7dcb8.zip tk-5cdefcdad94ffccdb1806f9dc687e439a3a7dcb8.tar.gz tk-5cdefcdad94ffccdb1806f9dc687e439a3a7dcb8.tar.bz2 |
* Merged changes from 8.1.0 branch
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 33 |
1 files changed, 32 insertions, 1 deletions
@@ -1,3 +1,34 @@ +1999-04-30 <stanton@scriptics.com> + + * Merged changes from 8.1.0 branch: + + * generic/tkDecls.h: + * generic/tkIntDecls.h: + * generic/tkIntPlatDecls.h: + * generic/tkIntXlibDecls.h: + * generic/tkPlatDecls.h: + * generic/tkStubInit.c: Changed to avoid the need for forward + declarations in stub initializers. Added extern "C" blocks around + stub table pointer declarations so the stubs can be used from C++ + code. [Bug: 1934] + + * generic/tkInt.decls: Added TkClipBox, XDrawSegments, and + XForceScreenSaver to stubs. + + * generic/tkStubLib.c: Reordered declarations to avoid + circularities and forward references. + + * generic/tkStubInit.c: Added includes for Mac. + + * generic/tkMenubutton.c: lint + + * generic/tkEntry.c: Fixed bad option table entry. + + * generic/tkImgBmap.c: + * generic/tkImgPPM.c: + * generic/tkImgPhoto.c: Set the -translation and -encoding options + to binary for image files. (reported by Marco Gazzetta) + 1999-04-23 <stanton@scriptics.com> * generic/tkInt.decls: Added TkClipBox, XDrawSegments, and @@ -18,7 +49,7 @@ * generic/tkImgPPM.c: * generic/tkImgPhoto.c: Set the -translation and -encoding options to binary for image files. (reported by Marco Gazzetta) - + 1999-04-20 <redman@scriptics.com> * xlib/X11/Xlib.h: changed definition of Status type to use a |