Index: ChangeLog =================================================================== diff -u -rf209c50ea8cb651d0dea25206301e45202217797 -r43284158ea27b871565471d45e6e5f1a6a959989 --- ChangeLog (.../ChangeLog) (revision f209c50ea8cb651d0dea25206301e45202217797) +++ ChangeLog (.../ChangeLog) (revision 43284158ea27b871565471d45e6e5f1a6a959989) @@ -26,12 +26,12 @@ info procs info commands info forward - info paramtercmd + info parametercmd or info instprocs info instcommands info instforward - info instparamtercmd + info instparametercmd into info objectmethod ?-commands? ?-forward? ?-parameter? info method ?-commands? ?-forward? ?-parameter? @@ -68,7 +68,8 @@ - replaced occurrences of "instdestroy" by "dealloc" in documentation - new file: tclAPI.h - added generator for tclAPI.h - - generating stub functions to reduce potential errors + - added C stub generator to reduce potential errors + (generates Tcl_ObjCmdProc from method definitions in Tcl) - defined 8 info methods based on the new objv parsing infrastructure 2009-06-25