MASH Tk4.2: Change History
Tk8.0 changes goes below here
- [TLT]
Sat Dec 6 23:36:39 GMT-8:00 1997
- [win32] add patch so the errors generated in invoked functions
from menus are not ignored.
- [TLT]
Mon Nov 17 17:05:30 GMT-8:00 1997
- merged in windows performance speed up code (src80s01.tar.gz) done by Leo Schubert. (I downloaded the source codeto
generate the diff which is used to patch our current source tree).
The patch was adjusted accordingly for our static compilation changes.
- [TLT]
Sat Nov 15 18:09:44 GMT-8:00 1997
-
- add static compilation, which will be enabled if
STATIC_LIB is set.
- fixed code to conditionally do static compilation: DllEntryPoint
is ifdef'd out and DllMain is renamed Tk_LibMain. Call it with
DLL_PROCESS_ATTACH at startup and DLL_PROCESS_DETACH at exit to
initialize and cleanup.
- [TLT]
Tue Sep 30 20:36:41 PDT 1997
- Merged changes from Tk8.0 (TAG for Tk8.0: TK_8_0 )
- [TLT]
Mon Oct 6 14:46:51 PDT 1997
- Minor edits to get things to compile after code merge.
- Fixed 16 bit color masks.
Tk4.2 changes goes below here.
TAG: Tk42_B4_80
- [TLT]Sat Sep 27
03:15:27 PDT 1997
- add image printing support (changes adopted from the dash package at:
http://www.worldaccess.nl/~nijtmans/index.html
- enhanced tkCanvas's printing so that we can print multiple pages
- fixed image color problems for photos (changes taken from Tk8.0)
- add changes to remove external dependencies of other files besides the
dll's.