diff options
author | stanton <stanton@noemail.net> | 1999-04-30 22:49:53 (GMT) |
---|---|---|
committer | stanton <stanton@noemail.net> | 1999-04-30 22:49:53 (GMT) |
commit | 8b1719fe458a7d6d09a8d276eeaa32b642dc77f8 (patch) | |
tree | 2791311126f6b086b8e9262a868488a337f63381 /ChangeLog | |
parent | 658072a0625aa9c9bf1db2c1babc975515016185 (diff) | |
download | tk-8b1719fe458a7d6d09a8d276eeaa32b642dc77f8.zip tk-8b1719fe458a7d6d09a8d276eeaa32b642dc77f8.tar.gz tk-8b1719fe458a7d6d09a8d276eeaa32b642dc77f8.tar.bz2 |
* Merged changes from 8.1.0 branch
FossilOrigin-Name: 2cf82e5a3459c5251d72a610f1b6dae72c7dbc88
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 |