Index: doc/Announce-1.6.0 =================================================================== diff -u -r514777c5803d663fc0f3be25d4dee17a2eb3dd1a -rc1e19b4932181d66ce4e61d3c86259311615eba8 --- doc/Announce-1.6.0 (.../Announce-1.6.0) (revision 514777c5803d663fc0f3be25d4dee17a2eb3dd1a) +++ doc/Announce-1.6.0 (.../Announce-1.6.0) (revision c1e19b4932181d66ce4e61d3c86259311615eba8) @@ -1,12 +1,14 @@ Dear XOTcl Community, -XOTcl 1.6.0 is available. This release provides orthogonality -improvements, better introspection (one can now e.g. query, into which -classes a mixin class is mixed into) and some commands faster (e.g. by -a factor of 1000 for larger systems). +XOTcl 1.6.0 is available. This release provides in short + - orthogonality improvements, + - better introspection (one can now e.g. query, into which + classes a mixin class is mixed into) and + - performance inprovements (some methods are significantly + faster. e.g. by a factor of 1000 for larger systems). -some problems that were apparently quite long in the code and could -cause crashes for threaded applications. +In addtion, the code follows now closer the Tcl source code guidelines +(e.g. variable nameing), a few potential crahses have been fixed. best regards -gustaf neumann @@ -46,9 +48,9 @@ consistent and more in line with Tcl. Note that " info superclass -closure" is a replacement for - info heritage, " info instances -closure" is a replacement - for " allinstances". The old commands will be marked - as deprecated in the near future. + " info heritage", and " info instances -closure" + is a replacement for " allinstances". The old commands + will be marked as deprecated in the near future. Please note, that the behavior of the match pattern has changed and is therefor not completely compatible with