diff options
author | kevlo <kevlo@FreeBSD.org> | 2001-02-22 11:53:36 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2001-02-22 11:53:36 +0800 |
commit | 67c333388a801db7fae1f3d5c7636b8bda585abe (patch) | |
tree | 8f7c889133c7ca1313446895d7a38186c40b1d5c /chinese/Makefile | |
parent | 6f4d3c6eb8ec01481c5773e03d32ea54bcecf8f0 (diff) | |
download | freebsd-ports-gnome-67c333388a801db7fae1f3d5c7636b8bda585abe.tar.gz freebsd-ports-gnome-67c333388a801db7fae1f3d5c7636b8bda585abe.tar.zst freebsd-ports-gnome-67c333388a801db7fae1f3d5c7636b8bda585abe.zip |
Chineselized Tcl ver. 8.3.0. This version is i18n improvement.
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.
Diffstat (limited to 'chinese/Makefile')
-rw-r--r-- | chinese/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chinese/Makefile b/chinese/Makefile index c147dc3e7e57..45d6c24a35de 100644 --- a/chinese/Makefile +++ b/chinese/Makefile @@ -54,6 +54,7 @@ SUBDIR += rxvt-big5 SUBDIR += rxvt-gb SUBDIR += stardict + SUBDIR += tcl83 SUBDIR += ted SUBDIR += telnet SUBDIR += tin |