1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
|
News
****
Noteworthy changes in 1.3
===========================
* Filenames (and classes) renamed to not conflict with tk.h and tcl.h
in case insensitive filesystems.
* A secondary path can be set to check for Tcl and Tk library files,
if the usual paths fail.
Noteworthy changes in 1.2
===========================
* Tcl versions >= 7.5 and Tk versions >= 4.2 are supported.
* gcc > 2.7.2.3 and egcs >= 1.0 are supported.
* Configure-time bug fixes. configure --srcdir now works.
Noteworthy changes in 1.1b2
===========================
* gcc 2.7.0 (or newer) and tcl 7.4 (or newer) are required.
Noteworthy changes in 1.0
=========================
* The library has been ported to work under NEXTSTEP. Thanks to
Robert Stabl <stabl@informatik.uni-muenchen.de> for doing the port.
* Tk is now optional. Many minor bug fixes and cleanups.
Noteworthy changes in 0.2.
==========================
* Installation should now be much easier. Configuration is managed
by a script created by autoconf. Much nicer Makefile. I removed
the dependence on libcoll, readline, and GNU make. Readline is now
optional.
* Some new features: Classnames now available as arguments. New tcl
command `tclObjc_msg_send'.
* Many cleanups and bug fixes: Catch messages in tcl proc `unknown'
instead of filling up the command hashtable. Cleaner argframe
allocation.
See the `ChangeLog' file for more detail.
|