blob: b33d80ed3a023feccf275f1f05a2dae0c647b823 [file] [log] [blame]
David Turner5b939ff2000-12-05 08:40:54 +000012000-12-05 David Turner <david.turner@freetype.org>
2
3 * src/base/ftsystem.c (FT_Done_Memory): fixed an obvious bug,
4 the ANSI "free" function was called, instead of "memory->free()"
5
David Turnerd3c8e062000-12-04 22:53:55 +000062000-12-04 David Turner <david.turner@freetype.org>
7
8 * builds/unix/install.mk, builds/unix/ft2unix.h: the file "ft2unix.h"
9 is now installed as <ft2build.h> for Unix systems. Note that we still
10 use the "freetype2/freetype" installation path for now..
11
12 * many files: now using <ft2build.h> as the default build and setup
13 configuration file in all public headers. Internal source files still
14 need some changes though..
15
16 * builds/devel/ft2build.h, builds/devel/ftoption.h: created a new
17 directory to hold all development options for both the Unix and
18 Win32 developer builds..
19
20 * builds/win32/detect.mk, builds/win32/w32-bccd.mk,
21 builds/win32/w32-dev.mk: changed the developer build targets to
22 "devel-gcc" and "devel-bcc" in order to be able to develop with
23 the Borland C++ compiler.
24
David Turneraaac8132000-12-01 18:55:22 +0000252000-12-01 David Turner <david.turner@freetype.org>
26
Werner Lembergbac727a2000-12-02 17:08:55 +000027 * Version 2.0.1 released.
28 =========================
29
David Turneraaac8132000-12-01 18:55:22 +000030 * builds/unix/configure.in, builds/unix/configure,
Werner Lemberg1e8b4ae2000-12-02 17:07:15 +000031 builds/cygwin/configure.in, builds/cygwin/configure: Setting
32 "version_info" to 6:1:0 for the 2.0.1 release.
David Turneraaac8132000-12-01 18:55:22 +000033
Werner Lemberg1e8b4ae2000-12-02 17:07:15 +000034 * CHANGES: Added a summary of changes between 2.0.1 and 2.0.
David Turneraaac8132000-12-01 18:55:22 +000035
Werner Lemberg1e8b4ae2000-12-02 17:07:15 +000036 * builds/unix/ftconfig.in, builds/cygwin/ftconfig.in: Changes
David Turnerac4cd952000-12-02 00:35:11 +000037 to allow compilation under Unix with the Unix-specific config
Werner Lemberg1e8b4ae2000-12-02 17:07:15 +000038 files.
David Turnerac4cd952000-12-02 00:35:11 +000039
Werner Lemberg4c80f0c2000-12-01 17:25:58 +0000402000-12-01 Werner Lemberg <wl@gnu.org>
41
42 * INSTALL: Revised.
43 * builds/compiler/bcc-dev.mk, builds/compiler/visualage.mk,
44 builds/compiler/bcc.mk, builds/win32/w32-bcc.mk,
45 builds/win32/w32-bccd.mk: Revised.
46 * include/freetype/config/ftbuild.h,
47 include/freetype/internal/internal.h: Revised.
48 * include/freetype/ftimage.h: Updated to new header inclusion scheme.
49
502000-11-30 Werner Lemberg <wl@gnu.org>
51
52 * builds/toplevel.mk (.PHONY): Adding `distclean'.
53 * builds/unix/detect.mk (.PHONY): Adding `devel', `unix', `lcc',
54 `setup'.
55
David Turner8fba32d2000-11-30 23:12:33 +0000562000-11-30 David Turner <david.turner@freetype.ogr>
57
Werner Lemberg4c80f0c2000-12-01 17:25:58 +000058 * INSTALL: Slightly updated the quick starter documentation to
59 include IDE compilation, prevent against BSD Make, and specify "make
60 setup" instead of a single "make" for build configuration.
David Turnerb1aabf42000-11-30 23:48:22 +000061
Werner Lemberg4c80f0c2000-12-01 17:25:58 +000062 * include/config/ftbuild.h, include/internal/internal.h: Added new
63 configuration files used to determine the location of all public,
64 configuration, and internal header files for FreeType 2. Modified
65 all headers under "include/freetype" to reflect this change. Note
66 that we still need to change the library source files themselves
67 though.
David Turner8fba32d2000-11-30 23:12:33 +000068
David Turnerb1aabf42000-11-30 23:48:22 +000069 * builds/compiler/bcc.mk, builds/compiler/bcc-dev.mk,
70 builds/win32/w32-bcc.mk, builds/win32/w32-bccd.mk,
Werner Lemberg4c80f0c2000-12-01 17:25:58 +000071 builds/win32/detect.mk: Added new files to support compilation with
72 the free Borland C++ command-line compiler. Modified the detection
73 rules to recognize the new "bcc32" target in "make setup bcc32".
David Turnerb1aabf42000-11-30 23:48:22 +000074
75 * src/sfnt/ttcmap.c, src/sfnt/ttpost.c, src/sfnt/ttsbit.c,
Werner Lemberg4c80f0c2000-12-01 17:25:58 +000076 src/truetype/ttobjs.c, src/truetype/ttgload.c,
77 src/truetype/ttinterp.c: Fixed a few comparisons that Borland C++
78 didn't really like. Basically, this compiler complains when FT_UInt
79 is compared to FT_UShort (apparently, it promotes `UShort' to `Int'
80 in these cases).
David Turnerb1aabf42000-11-30 23:48:22 +000081
Tom Kacvinskyc261b632000-11-30 21:58:49 +0000822000-11-30 Tom Kacvinsky <tjk@ams.org>
83
84 * t2objs.c (T2_Init_Face): Added calculation of `face->height' for
85 pure CFF fonts.
86
87 * t1objs.c (T1_Init_Face): Fixed computation of `face->height'.
88
David Turnerac83e7e2000-11-29 23:59:08 +0000892000-11-29 David Turner <david.turner@freetype.org>
90
Werner Lemberg6c65d912000-11-30 06:23:45 +000091 * src/base/ftbbox.c (BBox_Conic_Check): Fixed a really stupid
92 bug in the formula used to compute the conic Bézier extrema
93 of non-monotonous arcs.
David Turnerac83e7e2000-11-29 23:59:08 +000094
Werner Lembergf1ca2342000-11-29 15:18:54 +0000952000-11-29 Werner Lemberg <wl@gnu.org>
96
Werner Lembergada95032000-11-29 17:48:57 +000097 * src/base/ftcalc.c (FT_SqrtFixed), src/base/ftobjs.c
98 (FT_Set_Renderer): Use FT_EXPORT_DEF.
99 * src/cache/ftcimage.c (FTC_Image_Cache_Lookup),
100 src/cache/ftcmanag.c (FTC_Manager_Done, FTC_Manager_Reset,
101 FTC_Manager_Lookup_Face, FTC_Manager_Lookup_Size,
102 FTC_Manager_Register_Cache), src/cache/ftcsbits.c
103 (FTC_SBit_Cache_Lookup): Ditto.
104
105 * src/include/freetype/cache/ftcglyph.h (FTC_GlyphNode_Init),
106 src/include/freetype/ftmac.h (FT_New_Face_From_FOND): Use FT_EXPORT.
107
1082000-11-29 Werner Lemberg <wl@gnu.org>
109
Werner Lembergf1ca2342000-11-29 15:18:54 +0000110 * src/sfnt/sfdriver.c: Include ttsbit.h and ttpost.h only
111 conditionally.
112
113 * src/truetype/ttdriver.c (Set_Char_Sizes, Set_Pixel_Sizes): Set
114 `size->strike_index' only conditionally.
115
116 * src/type1/t1driver.c, src/type1/t1objs.c: Include t1afm.h only
117 conditionally.
118
119 * src/winfonts/winfnt.h: Move all type definitions to...
120 * src/include/freetype/internal/fnttypes.h: New file.
121 * src/winfonts/winfnt.c: Use it.
122
1232000-11-29 ??? ??? <darin@eazel.com>
124
125 * include/freetype/internal/ftdebug.h: Replaced FT_CAT and FT_XCAT
126 with a direct solution (which also satifies picky compilers).
127
Werner Lembergd157fcf2000-11-29 04:45:26 +00001282000-11-28 YAMANO-UCHI Hidetoshi <mer@din.or.jp>
129
130 * src/truetype/ttobjs.c (TT_Init_Size): Fix #ifdef's to work with
131 disabled interpreter also.
132
133 * src/base/ftnames.c (FT_Get_Sfnt_Name_Count): Fix incorrect
134 parentheses.
135
Tom Kacvinskyed581a32000-11-27 01:00:38 +00001362000-11-26 Tom Kacvinsky <tjk@ams.org>
137
Tom Kacvinskyf2141372000-11-27 08:31:05 +0000138 * src/cff/t2gload.c (T2_Parse_CharStrings): Added logic to glyph
139 width setting code to take into account even/odd argument counts
140 and glyph width operand before endchar/hmoveto/vmoveto.
Tom Kacvinskyed581a32000-11-27 01:00:38 +0000141
Werner Lembergd1e92492000-11-26 10:12:00 +00001422000-11-26 Werner Lemberg <wl@gnu.org>
143
Werner Lemberg6dd303d2000-11-26 21:25:53 +0000144 * builds/ansi/ansi.mk: Fix inclusion order of files.
145
1462000-11-26 Keith Packard <keithp@keithp.com>
147
148 * src/type1/t1objs.c (T1_Init_Face): Compute style flags.
149
1502000-11-26 Werner Lemberg <wl@gnu.org>
151
Werner Lembergd1e92492000-11-26 10:12:00 +0000152 * builds/compiler/ansi-cc.mk (CLEAN_LIBRARY): Fix rule and
153 conditional.
154
Werner Lemberg27695e52000-11-23 08:21:13 +00001552000-11-23 Werner Lemberg <wl@gnu.org>
156
157 * src/type1/t1load.c (parse_subrs, parse_charstrings): Use decrypt
158 function from PSAux module.
159
160 * src/type1/t1parse.c (T1_Done_Parse): Renamed to...
161 (T1_Finalize_Parser): New function (to avoid name clash with a
162 function in the PSAux module).
Werner Lemberg6c65d912000-11-30 06:23:45 +0000163 (T1_Decrypt): Removed since it is duplicated in the PSAux module.
Werner Lemberg27695e52000-11-23 08:21:13 +0000164 (T1_Get_Private_Dict): Added `psaux' as new parameter; use decrypt
165 function from PSAux module.
166
167 * src/type1/t1parse.h: Adapted.
168
Tom Kacvinsky30eacee2000-11-22 14:38:29 +00001692000-11-22 Tom Kacvinsky <tjk@ams.org>
170
Tom Kacvinskyef0af202000-11-22 20:40:29 +0000171 * src/cff/t2objs.c (T2_Init_Face): For pure CFF fonts, set
172 `root->num_faces' to `cff->num_faces' and set `units_per_EM'
173 to 1000.
Tom Kacvinsky30eacee2000-11-22 14:38:29 +0000174
Tom Kacvinskyde01c5d2000-11-22 23:37:31 +0000175 * src/cff/t2parse.c (parse_t2_real): Fixed real number parsing
176 loop.
Tom Kacvinsky7e10ee42000-11-23 03:45:52 +0000177
178 * src/cff/t2load.c (T2_Get_String): Called T2_Get_Name with a
179 sid that was off by one.
Tom Kacvinskyde01c5d2000-11-22 23:37:31 +0000180
David Turner39440182000-11-16 18:06:55 +00001812000-11-16 David Turner <david@freetype.org>
182
Werner Lemberg5c4f5eb2000-11-18 04:42:41 +0000183 * src/autohint/ahtypes.h (AH_Hinter): Added new fields to control
184 auto-hinting of synthetic Type 1 fonts.
David Turner39440182000-11-16 18:06:55 +0000185
Tom Kacvinsky30eacee2000-11-22 14:38:29 +0000186 * src/autohint/ahhint.c (ah_hinter_load, ah_hinter_load_glyph):
Werner Lemberg5c4f5eb2000-11-18 04:42:41 +0000187 Added auto-hinting support of synthetic Type 1 fonts.
David Turner39440182000-11-16 18:06:55 +0000188
Tom Kacvinskyb5274f52000-11-13 07:37:51 +00001892000-11-12 Tom Kacvinsky <tjk@ams.org>
190
Werner Lemberg34e52702000-11-13 16:58:01 +0000191 * src/sfnt/ttload.c (TT_LookUp_Table, TT_Load_Generic_Table): Change
192 tracing output.
193
194 * src/sfnt/sfobjs.c (SFNT_Load_Face): Set boolean variable
195 `has-outline' to true only if the font has a `glyf' or `CFF ' table.
Tom Kacvinskyb5274f52000-11-13 07:37:51 +0000196
Werner Lemberge397e2a2000-11-12 06:49:17 +00001972000-11-11 Werner Lemberg <wl@gnu.org>
198
199 * builds/win32/visualc/freetype.dsp: Fix raster1->raster and
200 type1z->type1.
201
Tom Kacvinsky8a2503a2000-11-12 02:53:35 +00002022000-11-11 Tom Kacvinsky <tjk@ams.org>
203
204 * builds/unix/freetype-config.in, builds/cygwin/freetype-config.in:
205 Added a --libtool option. When freetype-config --libtool is
206 invoked, the absolute path to the libtool convenience library
207 is returned.
208
Werner Lemberg84278bc2000-11-11 21:48:05 +00002092000-11-11 Werner Lemberg <wl@gnu.org>
210
211 * builds/cygwin/cygwin-def.in: Same fix as previous.
212
Tom Kacvinsky5279cd22000-11-11 08:32:41 +00002132000-11-10 Tom Kacvinsky <tjk@ams.org>
214
Werner Lemberg84278bc2000-11-11 21:48:05 +0000215 * builds/unix/unix-def.in: Add
216
Werner Lemberg34e52702000-11-13 16:58:01 +0000217 INSTALL_PROGRAM := @INSTALL_PROGRAM@
218 INSTALL_SCRIPT := @INSTALL_SCRIPT@
Werner Lemberg84278bc2000-11-11 21:48:05 +0000219
220 so that installation of freetype-config does not fail.
Tom Kacvinsky5279cd22000-11-11 08:32:41 +0000221
Werner Lemberg9a5a3ae2000-11-11 06:27:58 +00002222000-11-10 Werner Lemberg <wl@gnu.org>
223
224 * builds/cygwin/freetype-config.in, builds/unix/freetype-config.in:
225 Move test down for empty --exec-prefix.
226 Fix --version.
Werner Lemberg27695e52000-11-23 08:21:13 +0000227
Werner Lemberg9a5a3ae2000-11-11 06:27:58 +0000228 * builds/cygwin/install.mk, builds/unix/install.mk: Use
229 $(INSTALL_SCRIPT) for installation of freetype-config.
Werner Lemberg27695e52000-11-23 08:21:13 +0000230
Werner Lemberg9a5a3ae2000-11-11 06:27:58 +0000231 * builds/cygwin/install.mk: Fix clean target names.
232
2332000-11-09 David Turner <david@freetype.org>
234
235 * Version 2.0 released.
236 =======================
237
238
239Local Variables:
240version-control: never
241coding: latin-1
242End: