Index: doc/Announce-1.6.3 =================================================================== diff -u -rabc6e6ea7200e07efce03bb48aeab501df97b8a7 -rec4abe5897ef1ca6e542dec603ef95d8cf833eb9 --- doc/Announce-1.6.3 (.../Announce-1.6.3) (revision abc6e6ea7200e07efce03bb48aeab501df97b8a7) +++ doc/Announce-1.6.3 (.../Announce-1.6.3) (revision ec4abe5897ef1ca6e542dec603ef95d8cf833eb9) @@ -22,18 +22,18 @@ contribution! * Fixes: - - Corrected deleted of meta-classes. It was possible - to create undestroyable objects before via complex - meta-classes structures + - Corrected deletion of meta-classes. Before, it was possible + to create undestroyable objects via complex + meta-class structures - * Speed improvements + * Speed improvements: - Use of new interfaces in Tcl 8.5 (when compiled with Tcl 8.5) - simplified interfaces for various C functions - Speed improvement for method invocation: - * In Tcl 8.5: 10-15 % - * In Tcl 8.4: 5-10 % + * With Tcl 8.5: 10-15 % + * With Tcl 8.4: 5-10 % - * Improve code quality + * Improve code quality: - some more code cleanup - factoring out common code - using const in more cases