Tk Japanization Patch Update 1 This file is a patch for the Japanized Tk3.6, not for the original Tk3.6. If you don't have the Japanized Tk3.6, you should get one by applying the Japanization patch to the original Tk3.6. You may find the Japanization patch at the same place where you found this patch. Since the Japanized Tk3.6 was released before Tk3.6p1, this patch includes the contents of the official patch 'tk3.6p1.patch'. So if you already have applied this official patch, you may encounter some rejections while applying this patch. If you really hate to generate these '*.rej' files, please un-patch the 'tk3.6p1.patch' first. Or you can just try to apply this patch and check the '*.rej' files. If you are lucky enough :-), most of them can be ignored. To apply this patch, you should cd to the top directory of the Japanized Tk3.6 source tree (the directory containing tk*.c files), and do: patch -p < thisFile This patch fixes following problems: (bug fix) Fixed bug in tkKinput2.c for systems (some 64bit CPUs including DEC/Alpha) where 'sizeof(long)' > 4. (bug fix) Fixed 'xypos' widget command in tkTextDisp.c to handle folded long lines correctly. (bug fix) TK_CONFIG_END had a different definition from the original. This might cause some troubles when the user mixes the Japanization and other extensions. (bug fix) Moved 'tkWStr.h' out of 'tk.h' since 'tk.h' is installed to the system directory but 'tkWStr.h' is not. (bug fix) Eliminated every 'bstring' functions. If you find any problems in applying patch, compiling or whatever it is, send a report to "tcl-jp-bugs@sra.co.jp". Please don't forget to include a brief description of your environment such as your machine type and OS version. Yoshiyuki Nishinaka (nisinaka@sra.co.jp) Makoto Ishisone (ishisone@sra.co.jp) Hiroshi Sako (sakoh@sra.co.jp) Software Research Associates, Inc.