summaryrefslogtreecommitdiff
path: root/chinese/tcl83 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Style police: WWW tags should either end in a file/script or TRAILING /; Fix ↵Mario Sergio Fujikawa Ferreira2001-11-201-1/+1
| | | | | | | the later case Notes: svn path=/head/; revision=50301
* Chineselized Tcl ver. 8.3.0. This version is i18n improvement.Kevin Lo2001-02-2213-0/+3253
This changes the behavior of Tk on X where X Input Methods (XIM) were recognized and used without question. With 8.3, they will be recognized and initialized, but not used unless XIM is turned on (tk useinputmethods 1). This should only affect users users with special input methods, and the new default behavior should be more beneficial to the average user. BTW, please repo copy, thanks. Notes: svn path=/head/; revision=38578