diff options
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/luafontloader/ChangeLog')
-rw-r--r-- | Build/source/texk/web2c/luatexdir/luafontloader/ChangeLog | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/luatexdir/luafontloader/ChangeLog b/Build/source/texk/web2c/luatexdir/luafontloader/ChangeLog new file mode 100644 index 00000000000..4e08ed5a240 --- /dev/null +++ b/Build/source/texk/web2c/luatexdir/luafontloader/ChangeLog @@ -0,0 +1,43 @@ +2015-10-23 Akira Kakuto <kakuto@fuk.kindai.ac.jp> + + * src/luafflib.c: Import patch for issue 730 by Hans. + +2015-10-08 Peter Breitenlohner <peb@mppmu.mpg.de> + + * fontforge/fontforge/splinefont.h. + fontforge/fontforge/splinesaveafm.c: + Declare arg2 of CheckAfmOfPostscript() as const. + * src/luafflib.c: Temporarily copy const strings instead of + casting them from 'const char *' to 'char *'. + +2015-10-07 Peter Breitenlohner <peb@mppmu.mpg.de> + + * src/ffdummies.h (new): Declare functions and variables. + * src/ffdummies.c, src/luafflib.c: Include src/ffdummies.h for + prototypes, use static functions and const variables. + +2013-11-16 Akira Kakuto <kakuto@fuk.kindai.ac.jp> + + * src/luafflib.c: Values of italicangle were inconsistent between + fontloader.info and fontloader.open. A report from Philipp Gesang: + http://tug.org/pipermail/luatex/2013-November/004635.html. + Now both use dump_floatfield(). + +2013-07-02 Peter Breitenlohner <peb@mppmu.mpg.de> + + * fontforge/Unicode/char.c, fontforge/Unicode/memory.c, + fontforge/Unicode/usprintf.c, fontforge/Unicode/ustring.c, + fontforge/gutils/fsys.c, fontforge/inc/ustring.h, + fontforge/inc/utype.h, src/luafflib.c: Make sure <w2c/config.h> + or <kpathsea/config.h> is always included first. + +2011-10-21 Werner Fink <werner@suse.de> + + * fontforge/fontforge/psread.c (ioescapestopped): Correctly + compute `stack' array size. + +2009-03-05 Peter Breitenlohner <peb@mppmu.mpg.de> + + * ff-config.in: new configuration header replacing lots of + defines on the command line. + * fontforge/fontforge/configure-pfaedit.h: include ff-config.h. |