2011-08-18 Peter Breitenlohner * version.ac: Update version number 1.2.0 => 1.3.0dev. * ptexenc.c, ptexenc/ptexenc.h: Add sjisterminal, infile_enc_auto, and enable_UPTEX(). Renamed ChangeLog => ChangeLog.jp, ChangeLog.TL => ChangeLog. * Makefile.am (EXTRA_DIST): Adapted. 2011-08-12 Peter Breitenlohner Add support for upTeX and e-upTeX. * ptexenc/ptexenc.h, ptexenc.c: Export fromUCS(). 2011-07-15 Peter Breitenlohner * version.ac: New file defining the ptexenc version. * configure.ac: Adapt. Use KPSE_LT_VERSION. 2011-01-11 Peter Breitenlohner For e-pTeX, adapted from eptex-110102.tar.xz by Hironori Kitagawa. * ptexenc.c, ptexenc/ptexenc.h: Export toUCS(). * ptexenc/unicode.h: Export UCStoUTF8(). * ptexenc.c: Change version string "ptetex" => "ptexenc". * Makefile.am: Install ptexenc/unicode.h. * configure.ac: Version 1.2.0. 2010-10-02 Peter Breitenlohner * Makefile.am (libptexenc_la_LDFLAGS): Add -no-undefined. 2010-06-14 Peter Breitenlohner * Makefile.am (libptexenc_la_CPPFLAGS): Define MAKE_PTENC_DLL instead of MAKE_KPSE_DLL. (libptexenc_la_SOURCES, nobase_include_HEADERS): Do not install kanjicnv.h, unicode-jp.h, and unicode.h. * ptexenc/ptexenc.h: Define and use PTENCDLL instead of KPSEDLL. * ptexenc/kanjicnv.h, ptexenc/unicode-jp.h, ptexenc/unicode.h: Remove KPSEDLL, everything is internal to the library. 2010-06-04 Karl Berry * configure.ac (ptexenc_lib_devel): no more dev. 2010-05-29 Peter Breitenlohner * Makefile.am (nobase_nodist_include_HEADERS): Removed, don't install ptexenc/c-auto.h. 2010-05-20 Peter Breitenlohner Moved headers (except jisx0208.h) to ptexenc/, removed patches/. * Makefile.am, configure.ac: Adjusted. 2010-04-22 Peter Breitenlohner * ptexenc.[ch] (input_line3): Removed. * ptexenc.h (inputline3): Removed. (inputline2): Moved from here to ../web2c/ptexdir/kanji.h. 2010-04-19 Peter Breitenlohner * jisx0208.h (new): Copy of ../../libs/gd/gd-2.0.35/jisx0208.h. * Makefile.am, unicode-jp.c: Adjusted. 2010-04-16 Peter Breitenlohner * configure.ac: Version 1.1.1 (dev). 2010-04-15 Peter Breitenlohner Avoid compiler warnings. * ptexenc.[ch]: Declare ptexenc_version_string, get_enc_string, and set_enc_string's params as const. * ptexenc.c (enc_to_string): Declare return value as const. (string_to_enc): Declare param as const. (in_filter): Declare as const. (getc4, ungetc4): Declare as static. (get_terminal_enc): Declare as static and string var s as const. * unicode.c (UCStoUTF8S): Skip unused function. 2010-04-14 Peter Breitenlohner * Makefile.am (rebuild): New target for forced (re-)build. (INCLUDES): Add $(KPATHSEA_INCLUDES) in case we use an installed (system) version. Add rule to rebuild libkpathsea, if necessary. 2010-04-12 Peter Breitenlohner * ptexenc.c (NOFILE) [MinGW32]: Always define it.