blob: 4e08ed5a24036b81908ad369fbd98402b89d60f6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
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.
|