2013-07-02 Peter Breitenlohner * XeTeXFontInst.cpp, XeTeXFontInst_Mac.cpp, XeTeXFontMgr.cpp, XeTeXFontMgr_FC.cpp, XeTeXFontMgr_Mac.mm, XeTeXLayoutInterface.cpp, XeTeXOTMath.cpp, XeTeX_ext.c, hz.cpp, pdfimage.cpp: Always first include . * XeTeX_ext.h: Do not include . * image/bmpimage.[ch], image/jpegimage.[ch]: First include in C files and not in headers. 2013-06-28 Peter Breitenlohner * XeTeXFontInst.h: Include "XeTeXFontMgr.h" before . * XeTeX_ext.h: Include before . * pdfimage.cpp: Include "XeTeX_ext.h" before "pdfimage.h". 2013-05-30 Peter Breitenlohner * pdfimage.cpp [MINGW]: Include kpathsea/mingw32.h (via XeTeX_ext.h) before PDFDoc.h etc to avoid conflicting typedef of boolean from rpcndr.h. 2013-03-27 Khaled Hosny XeTeX 0.9999.2 2013-03-25 Peter Breitenlohner * am/xetex.am (EXTRA_DIST): Add NEWS and image/README. 2013-03-22 Khaled Hosny XeTeX 0.9999.1 2013-03-12 Khaled Hosny * xetex.web: Fix \XeTeXrevision. 2013-03-11 Khaled Hosny XeTeX 0.9999.0 2013-03-07 Akira Kakuto * XeTeXFontInst.cpp: Fix a typo. 2013-03-06 Peter Breitenlohner * xetex.web: Typo. 2013-03-04 Peter Breitenlohner * am/xetex.am: Better rules for {e,xe}tex_version.h. 2013-02-28 Peter Breitenlohner * xetex.web: Adapt to e-TeX 2.5. 2013-02-23 Peter Breitenlohner * etex_version.h: New file extracted from xetex.web. * am/xetex.am, xetexextra.h: Adjust. 2013-02-03 Akira Kakuto * XeTeX_ext.c: (W32) change to match the simplified win32_popen. 2013-01-11 Akira Kakuto * XeTeX_ext.h: Add #ifndef __cplusplus ... #endif for #define bool boolean to avoid compile error in cplusplus files. 2013-01-06 Akira Kakuto * XeTeX_ext.c: Move u_getVersion(icuVersion) etc. below variable definitions, because Visual Studio 2005 does not know c99. 2013-01-05 Peter Breitenlohner * XeTeX_ext.c: If necessary define or declare strndup(). * XeTeXFontMgr.cpp, XeTeXLayoutInterface.cpp: Drop definition of M_PI here ... * trans.h: ... and '#define M_PI' here immediately after '#include '. * XeTeX_ext.c: Print the Graphite2 version (from Akira). 2013-01-04 Khaled Hosny Merge changes from XeTeX repository. 2013-01-04 Peter Breitenlohner * XeTeX_ext.c: Use xcalloc() and strncpy() instead of strndup() because there are systems without it, e.g., MinGW. * xetex.h: Include "XeTeXOTMath.h" (protos for xetex.web). * am/xetex.am: Drop obsolete files from XeTeX change file merge. 2013-01-03 Khaled Hosny Merge changes from XeTeX repository. 2012-12-16 Peter Breitenlohner * am/xetex.am (xetex_version.h): Enable silent rules. 2012-11-11 Peter Breitenlohner Merge the XeTeX change files. * xetex.ch: Moved most from here ... * xetex-hz.ch (removed): ... and all from here ... * xetex-latex3.ch (removed): ... and here ... * xetex.web: ... and the results of merging ../tex.web with ../etexdir/etex.ch into this new file. * tex.ch0 (new): Glue between xetex.web and ../tex.ch. * am/xetex.am: Adapted to the new layout. 2012-10-22 Khaled Hosny * XeTeXFontInst.cpp, XeTeXOTMath.cpp, XeTeXOTMath.h, XeTeX_ext.c, XeTeX_ext.h, xetex.ch, xetex.h: Merge changes from XeTeX repository. 2012-09-15 Akira Kakuto * XeTeX_ext.c (open_dvi_output): sync with W32TeX. On Windows, use $SELFAUTOLOC/xdvipdfmx.exe as a driver for security reason. Otherwise a malicious xdvipdfmx.bat in the current directory can be called. 2012-08-29 Peter Breitenlohner * am/xetex.am: Use Automake generated rule for ObjC++ file, it is no longer necessary to build a separate libxetexmm.a. * XeTeXFontMgr_Mac.cpp (removed): Obsolete. 2012-08-25 Peter Breitenlohner * XeTeXswap.h [WIN32]: Do not '#define inline __inline'; if needed this comes via c-auto.h or ../../kpathsea/config.h. 2012-08-10 Peter Breitenlohner * XeTeXFontMgr.cpp, XeTeXLayoutInterface.cpp: Always put '#define M_PI' immediately after '#include '. * numbers.h: Drop unused definition of M_PI. 2012-08-10 Akira Kakuto * XeTeX_ext.c: use rewind(f) instead of fseek(f, 0, SEEK_SET) in u_open_in() in order to work also on W32. 2012-08-09 Akira Kakuto * XeTeXFontMgr.cpp: Add 'extern "C" {' to avoid link error in MSVC. * XeTeX_ext.c: Change order of inlusion of headers to be able to compile by using MSVC. * XeTeX_ext.h: Add 'extern "C" {' to avoid link error in MSVC. 2012-08-02 Peter Breitenlohner * am/xetex.am: Clarify *tex_version.h dependencies. 2012-07-19 Peter Breitenlohner * am/xetex.am: Distribute xetex_version.h. * xetexextra.h: Use ../etexdir/etex_version.h. 2012-06-25 Akira Kakuto * xetex.ch: XeTeX uses 256 math font families. 2012-05-07 Khaled Hosny * am/xetex.am (xetex_web_srcs): Drop enctex.ch. * xetex.ch, xetex-latex3.ch: Adjusted. 2012-05-06 Peter Breitenlohner * am/xetex.am (EXTRA_DIST): Drop pool2c.pl (is removed). 2012-05-05 Khaled Hosny * xetex.ch, xetex.defines, XeTeX_ext.h, am/xetex.am: Use makecpool instead of out pool2c.pl. * pool2c.pl: Removed. 2012-04-24 Khaled Hosny * xetex.ch: Merge changes from XeTeX repository. 2012-04-19 Peter Breitenlohner * xetex-hz.ch: Added copyright statement. Removed useless blank lines at end of change sets. 2012-04-18 Khaled Hosny * xetex-hz.ch, xetex.ch: Merge changes from XeTeX repository. 2012-03-25 Khaled Hosny * XeTeX_ext.h, xetex.ch: Merge changes from XeTeX repository. 2012-03-17 Peter Breitenlohner * XeTeX_ext.c, xetex.h (Byte): Remove temporary #define to my_Byte and subsequent #undef. The typedef conflict between TECkit_Common.h and zlib is now handled differently (by zlib and TECkit). 2012-03-16 Peter Breitenlohner * XeTeXGrLayout.h: Declare XeTeXGrTextSource::featureVariations() required for graphite-2.4. 2012-02-16 Peter Breitenlohner * xetex.ch: Remove test for end-of-file after undump. * xetex.defines: Remove weof(). 2012-02-11 Jonathan Kew * XeTeX_ext.c (makefontdef): pass font pathname to xdvipdfmx whenever possible, to avoid fontconfig search mismatches * xetex.ch (XeTeX_version_string): bump to .6. 2012-02-11 Peter Breitenlohner * xetex.ch: Adapt to zlib-1.2.6 (problem found by Akira). From zlib-1.2.6/ChangeLog: Fix gzeof() to behave just like feof() when read is not past end of file 2011-09-01 Peter Breitenlohner * XeTeX_ext.h: Do not #include "XeTeXOTMath.h". 2011-08-12 Akira Kakuto * XeTeX_ext.c: fix to allow font definition like \font\x="[msmincho.ttc:1]" 2011-07-08 Peter Breitenlohner * xetex.ch: Fix an off-by-one bug initializing mubyte_cswrite. From Roderich Schupp , Debian Bug#633011, tex-k mail Fri, 8 Jul 2011 15:56:23. 2011-07-06 Peter Breitenlohner * XeTeX_ext.c, pdfimage.cpp, am/xetex.am: Always use poppler instead of xpdf. 2011-04-19 Peter Breitenlohner Avoid 'differ in signedness' warnings. * xetex.ch (pack_buffered_name): Adapt to modified ../tex.ch. (read_font_info): Cast print_c_string() arg to string. 2011-04-11 Karl Berry * xetex.ch (XeTeX_version_string): bump to .5. 2011-04-07 Peter Breitenlohner * xetex.ch: Reformulate to not depend on eTeX_version_string. 2011-02-25 Peter Breitenlohner * XeTeXFontInst.h: Fix prototype for xmalloc(). * XeTeXFontMgr_FC.cpp, XeTeX_ext.c: Move (nested) extern declaration of gFreeTypeLibrary from here ... * XeTeX_ext.h: ... to here. 2011-02-22 Peter Breitenlohner * XeTeXOTLayoutEngine.{cpp,h}: Drop support for ICU < 4.2. 2011-01-17 Karl Berry * XeTeX_ext.h: #include for SIZEOF_LONG and NO_DUMP_SHARE, else segfaults/stretchy math problems on x86_64-linux, at least sometimes. Contributed by Paul Vojta, confirmed by Thanh. https://sourceforge.net/tracker/index.php?func=detail&aid=3053287&group_id=194926&atid=951385 2011-01-08 Peter Breitenlohner * am/xetex.am (xetex_web_srcs): Added enctex.ch. 2011-01-01 Peter Breitenlohner * xetexextra.in: Renamed ... * xetexextra.h: ... into this; #include {e,xe}tex_version.h for {E,XE}TEX_VERSION. * xetexextra.c (new): #include and . * am/xetex.am: xetexextra.[ch] are now distributed; create {e,xe}tex_version.h instead of {e,xe}tex.version. 2010-09-28 Peter Breitenlohner * xetex.test (new): Just testing 'xetex -version'. * am/xetex.am: Adjusted. 2010-06-10 Peter Breitenlohner * am/xetex.am (xetex_cppflags): Add $(AM_CPPFLAGS). 2010-06-10 Peter Breitenlohner Reorganize web2c headers. * bmpimage.h, pngimage.[ch]: #include instead of "config.h". 2010-05-18 Karl Berry * xetex.ch (XeTeX_version_string): incr to 0.9995.3. 2010-04-19 Peter Breitenlohner * XeTeX_ext.h: Move extern declarations of papersize and outputdriver from ../lib/texmfmp.c to here; use 'const char *', 'const_string' is not defined in this file. * XeTeX_ext.c (papersize, outputdriver): Use 'const char *'. 2010-03-30 Peter Breitenlohner * XeTeXLayoutInterface.cpp: #include "unicode/platform.h" first, required with ICU 4.4 for MinGW32. 2010-02-25 Peter Breitenlohner * XeTeX_ext.c [MINGW32]: First #include to avoid conflicting eof() declarations. 2010-02-22 Peter Breitenlohner * pngimage.c (check_for_png): Replace png_check_sig() by png_sig_cmp() for libpng-1.4. From Hanno Boeck . 2009-12-12 Peter Breitenlohner * am/xetex.am: Replace the obsolete $(mkdir_p) by $(MKDIR_P). 2009-12-04 Peter Breitenlohner * XeTeX_ext.c: Remove extern declaration of gettexstring(), now in ../web2c/coerce.h. 2009-11-19 Peter Breitenlohner * XeTeX_ext.c, XeTeX_mac.c: #include instead of "TECkit_Engine.h". * xetex.h: #include instead of "TECkit_Common.h". 2009-10-25 Peter Breitenlohner * XeTeXOTLayoutEngine,{cpp,h}: Adjust to ICU-4.2.1. 2009-10-24 Peter Breitenlohner * xetex.ch: Use kpse_{in,out}_name_ok(), now in Kpathsea, instead of open_{in,out}_name_ok(). 2009-10-12 Peter Breitenlohner * XeTeXOTLayoutEngine.h: Drop #include "layout/HanLayoutEngine.h". Move #include "layout/{Arabic,Indic,Tibetan}LayoutEngine.h" and declaration of class XeTeXHanLayoutEngine from here ... * XeTeXOTLayoutEngine.cpp: ... to here. 2009-10-09 Peter Breitenlohner * FontTableCache.{cpp,h}, MathTable.h, XeTeXFontInst.{cpp,h}, XeTeXFontMgr.cpp, XeTeXLayoutInterface.cpp, XeTeXOTLayoutEngine.{cpp,h}, XeTeXOTMath.{cpp,h}, cmaps.{cpp,h}, sfnt.h: Include, e.g., "layout/LETypes.h" instead of "LETypes.h" for consistency with installed (system) headers. 2009-10-04 Peter Breitenlohner * xetex.ch (do_extension): Recover variables unused by TeX. 2009-09-04 Peter Breitenlohner * am/xetex.am: Prepare compiler warnings. 2009-08-18 Peter Breitenlohner * am/xetex.am: SyncTeX now integrated into ../texmfmp.h. 2009-08-16 Peter Breitenlohner * am/xetex.am: Adapt to tangle-sh and web2c-sh. 2009-08-13 Peter Breitenlohner * am/xetex.am (xetex_c_h): avoid to split the C code. 2009-07-16 Peter Breitenlohner * am/xetex.am: Put ICU_INCLUDES first to avoid an installed version. 2009-05-13 Peter Breitenlohner * am/xetex.am: Put FREETYPE2_INCLUDES as early as possible to avoid freetype1/freetype2 problems when both are installed under the same prefix. 2009-05-06 Karl Berry * jpegimage.c: #include and instead of . 2009-05-05 Peter Breitenlohner * am/xetex.am: in CPPFLAGS define U_STATIC_IMPLEMENTATION instead of DLE_USE_CMEMORY, required for Cygwin but also works for others. 2009-05-05 Peter Breitenlohner * XeTeX_ext.c, image/pdfimage.cpp: adapt for poppler. patches from Norbert Preinig