Christian Stimming writes: > Import tcl's msgcat package to have the [mc...] procedure for > translation available. I would prefer if {[catch { package require msgcat # rest of your new stuff }]} { proc mc {str} { return $str } } so that everything still works if msgcat isn't available. In other words I don't want to introduce a possible regression by increasing gitk's requirements. Paul. - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html