diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-09-29 12:10:03 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-09-29 12:10:03 +0000 |
commit | 0323ce1ea85d7370460950d588eb4211013a3fd7 (patch) | |
tree | 525fd73c1aae68dfb17bdfa72ec3b3427a77dad0 /Build/source/texk/cjkutils/cjkutils-4.8.2-PATCHES/ChangeLog | |
parent | 72013d593ef332228ec66fa5183787703d6641b3 (diff) |
cjkutils: bug fixes; add simple test cases
git-svn-id: svn://tug.org/texlive/trunk@24133 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/cjkutils/cjkutils-4.8.2-PATCHES/ChangeLog')
-rw-r--r-- | Build/source/texk/cjkutils/cjkutils-4.8.2-PATCHES/ChangeLog | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/Build/source/texk/cjkutils/cjkutils-4.8.2-PATCHES/ChangeLog b/Build/source/texk/cjkutils/cjkutils-4.8.2-PATCHES/ChangeLog index 257f4f6c06f..317380cf7da 100644 --- a/Build/source/texk/cjkutils/cjkutils-4.8.2-PATCHES/ChangeLog +++ b/Build/source/texk/cjkutils/cjkutils-4.8.2-PATCHES/ChangeLog @@ -1,3 +1,15 @@ +2011-09-17 Peter Breitenlohner <peb@mppmu.mpg.de> + + * patch-07-CEFconv (new): Make sure that, as advertised, + cef5conv acts as bg5conv + cefconv and cefsconv as sjisconv + + cefconv; make TeX description of cefconv agree with the code. + * patch-08-SJISconv (new): Correct upper limit for first byte of + Kanji SJIS (CP 292) codes. + +2011-09-12 Peter Breitenlohner <peb@mppmu.mpg.de> + + * patch-06-cjklatex (new): Drop #include <kpathsea/win32lib.h>. + 2010-12-19 Peter Breitenlohner <peb@mppmu.mpg.de> Adapt to cjk-4.8.2/utils. @@ -5,7 +17,7 @@ * patch-02-const (new): Declare numerous strings as const. * patch-03-kpathsea (new): Require recent kpathsea version. - * patch-04-cjklatexn (new): Merge upstream versions with changes + * patch-04-cjklatex (new): Merge upstream versions with changes from Akira (mail 18 Dec 2010 09:12:01). Return type of main is int. ANSI C function declarations. Declare functions as static. Declare various strings as const. |