diff options
author | redman <redman> | 1999-12-02 02:05:31 (GMT) |
---|---|---|
committer | redman <redman> | 1999-12-02 02:05:31 (GMT) |
commit | 47db144ca5053ea42c75249d1269230a1f3eb8fa (patch) | |
tree | ed0a121bdb6db0a3a36b7cd89a95be74a4409332 /ChangeLog | |
parent | 0a8a3449f94769a8d0934f7cfefa9145a4a74df1 (diff) | |
download | tk-47db144ca5053ea42c75249d1269230a1f3eb8fa.zip tk-47db144ca5053ea42c75249d1269230a1f3eb8fa.tar.gz tk-47db144ca5053ea42c75249d1269230a1f3eb8fa.tar.bz2 |
* generic/tkMain.c :
* unix/tkAppInit.c:
* win/winMain.c: Added added hooks into the main() code for
supporting TclPro and other "big" shells more easily without
requiring a copy of the main() code.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +1999-12-01 Scott Redman <redman@scriptics.com> + + * generic/tkMain.c : + * unix/tkAppInit.c: + * win/winMain.c: Added added hooks into the main() code for + supporting TclPro and other "big" shells more easily without + requiring a copy of the main() code. + 1999-11-29 Jeff Hobbs <hobbs@scriptics.com> * generic/tkImgGIF.c: added GIF writing that uses miGIF RLE |