blob: 704e5333255418ade712a7ad81f0676bc40698d4 [file] [log] [blame]
David Turner5b939ff2000-12-05 08:40:54 +000012000-12-05 David Turner <david.turner@freetype.org>
2
David Turner91bb1652000-12-05 22:23:12 +00003 * src/cache/ftcmanag.c (FTC_Manager_Done): fixed a bug that caused
4 an occasional crash when the function was called (due to a dangling
5 pointer)
6
David Turner5b939ff2000-12-05 08:40:54 +00007 * src/base/ftsystem.c (FT_Done_Memory): fixed an obvious bug,
8 the ANSI "free" function was called, instead of "memory->free()"
9
David Turnerb404d062000-12-05 14:49:39 +000010 * docs/docmaker.py: added section filtering, multi-page generation
11 (index page generation is still missing though)
12
David Turnerd3c8e062000-12-04 22:53:55 +0000132000-12-04 David Turner <david.turner@freetype.org>
14
15 * builds/unix/install.mk, builds/unix/ft2unix.h: the file "ft2unix.h"
16 is now installed as <ft2build.h> for Unix systems. Note that we still
17 use the "freetype2/freetype" installation path for now..
18
19 * many files: now using <ft2build.h> as the default build and setup
20 configuration file in all public headers. Internal source files still
21 need some changes though..
22
23 * builds/devel/ft2build.h, builds/devel/ftoption.h: created a new
24 directory to hold all development options for both the Unix and
25 Win32 developer builds..
26
27 * builds/win32/detect.mk, builds/win32/w32-bccd.mk,
28 builds/win32/w32-dev.mk: changed the developer build targets to
29 "devel-gcc" and "devel-bcc" in order to be able to develop with
30 the Borland C++ compiler.
31
David Turneraaac8132000-12-01 18:55:22 +0000322000-12-01 David Turner <david.turner@freetype.org>
33
Werner Lembergbac727a2000-12-02 17:08:55 +000034 * Version 2.0.1 released.
35 =========================
36
David Turneraaac8132000-12-01 18:55:22 +000037 * builds/unix/configure.in, builds/unix/configure,
Werner Lemberg1e8b4ae2000-12-02 17:07:15 +000038 builds/cygwin/configure.in, builds/cygwin/configure: Setting
39 "version_info" to 6:1:0 for the 2.0.1 release.
David Turneraaac8132000-12-01 18:55:22 +000040
Werner Lemberg1e8b4ae2000-12-02 17:07:15 +000041 * CHANGES: Added a summary of changes between 2.0.1 and 2.0.
David Turneraaac8132000-12-01 18:55:22 +000042
Werner Lemberg1e8b4ae2000-12-02 17:07:15 +000043 * builds/unix/ftconfig.in, builds/cygwin/ftconfig.in: Changes
David Turnerac4cd952000-12-02 00:35:11 +000044 to allow compilation under Unix with the Unix-specific config
Werner Lemberg1e8b4ae2000-12-02 17:07:15 +000045 files.
David Turnerac4cd952000-12-02 00:35:11 +000046
Werner Lemberg4c80f0c2000-12-01 17:25:58 +0000472000-12-01 Werner Lemberg <wl@gnu.org>
48
49 * INSTALL: Revised.
50 * builds/compiler/bcc-dev.mk, builds/compiler/visualage.mk,
51 builds/compiler/bcc.mk, builds/win32/w32-bcc.mk,
52 builds/win32/w32-bccd.mk: Revised.
53 * include/freetype/config/ftbuild.h,
54 include/freetype/internal/internal.h: Revised.
55 * include/freetype/ftimage.h: Updated to new header inclusion scheme.
56
572000-11-30 Werner Lemberg <wl@gnu.org>
58
59 * builds/toplevel.mk (.PHONY): Adding `distclean'.
60 * builds/unix/detect.mk (.PHONY): Adding `devel', `unix', `lcc',
61 `setup'.
62
David Turner8fba32d2000-11-30 23:12:33 +0000632000-11-30 David Turner <david.turner@freetype.ogr>
64
Werner Lemberg4c80f0c2000-12-01 17:25:58 +000065 * INSTALL: Slightly updated the quick starter documentation to
66 include IDE compilation, prevent against BSD Make, and specify "make
67 setup" instead of a single "make" for build configuration.
David Turnerb1aabf42000-11-30 23:48:22 +000068
Werner Lemberg4c80f0c2000-12-01 17:25:58 +000069 * include/config/ftbuild.h, include/internal/internal.h: Added new
70 configuration files used to determine the location of all public,
71 configuration, and internal header files for FreeType 2. Modified
72 all headers under "include/freetype" to reflect this change. Note
73 that we still need to change the library source files themselves
74 though.
David Turner8fba32d2000-11-30 23:12:33 +000075
David Turnerb1aabf42000-11-30 23:48:22 +000076 * builds/compiler/bcc.mk, builds/compiler/bcc-dev.mk,
77 builds/win32/w32-bcc.mk, builds/win32/w32-bccd.mk,
Werner Lemberg4c80f0c2000-12-01 17:25:58 +000078 builds/win32/detect.mk: Added new files to support compilation with
79 the free Borland C++ command-line compiler. Modified the detection
80 rules to recognize the new "bcc32" target in "make setup bcc32".
David Turnerb1aabf42000-11-30 23:48:22 +000081
82 * src/sfnt/ttcmap.c, src/sfnt/ttpost.c, src/sfnt/ttsbit.c,
Werner Lemberg4c80f0c2000-12-01 17:25:58 +000083 src/truetype/ttobjs.c, src/truetype/ttgload.c,
84 src/truetype/ttinterp.c: Fixed a few comparisons that Borland C++
85 didn't really like. Basically, this compiler complains when FT_UInt
86 is compared to FT_UShort (apparently, it promotes `UShort' to `Int'
87 in these cases).
David Turnerb1aabf42000-11-30 23:48:22 +000088
Tom Kacvinskyc261b632000-11-30 21:58:49 +0000892000-11-30 Tom Kacvinsky <tjk@ams.org>
90
91 * t2objs.c (T2_Init_Face): Added calculation of `face->height' for
92 pure CFF fonts.
93
94 * t1objs.c (T1_Init_Face): Fixed computation of `face->height'.
95
David Turnerac83e7e2000-11-29 23:59:08 +0000962000-11-29 David Turner <david.turner@freetype.org>
97
Werner Lemberg6c65d912000-11-30 06:23:45 +000098 * src/base/ftbbox.c (BBox_Conic_Check): Fixed a really stupid
99 bug in the formula used to compute the conic Bézier extrema
100 of non-monotonous arcs.
David Turnerac83e7e2000-11-29 23:59:08 +0000101
Werner Lembergf1ca2342000-11-29 15:18:54 +00001022000-11-29 Werner Lemberg <wl@gnu.org>
103
Werner Lembergada95032000-11-29 17:48:57 +0000104 * src/base/ftcalc.c (FT_SqrtFixed), src/base/ftobjs.c
105 (FT_Set_Renderer): Use FT_EXPORT_DEF.
106 * src/cache/ftcimage.c (FTC_Image_Cache_Lookup),
107 src/cache/ftcmanag.c (FTC_Manager_Done, FTC_Manager_Reset,
108 FTC_Manager_Lookup_Face, FTC_Manager_Lookup_Size,
109 FTC_Manager_Register_Cache), src/cache/ftcsbits.c
110 (FTC_SBit_Cache_Lookup): Ditto.
111
112 * src/include/freetype/cache/ftcglyph.h (FTC_GlyphNode_Init),
113 src/include/freetype/ftmac.h (FT_New_Face_From_FOND): Use FT_EXPORT.
114
1152000-11-29 Werner Lemberg <wl@gnu.org>
116
Werner Lembergf1ca2342000-11-29 15:18:54 +0000117 * src/sfnt/sfdriver.c: Include ttsbit.h and ttpost.h only
118 conditionally.
119
120 * src/truetype/ttdriver.c (Set_Char_Sizes, Set_Pixel_Sizes): Set
121 `size->strike_index' only conditionally.
122
123 * src/type1/t1driver.c, src/type1/t1objs.c: Include t1afm.h only
124 conditionally.
125
126 * src/winfonts/winfnt.h: Move all type definitions to...
127 * src/include/freetype/internal/fnttypes.h: New file.
128 * src/winfonts/winfnt.c: Use it.
129
1302000-11-29 ??? ??? <darin@eazel.com>
131
132 * include/freetype/internal/ftdebug.h: Replaced FT_CAT and FT_XCAT
133 with a direct solution (which also satifies picky compilers).
134
Werner Lembergd157fcf2000-11-29 04:45:26 +00001352000-11-28 YAMANO-UCHI Hidetoshi <mer@din.or.jp>
136
137 * src/truetype/ttobjs.c (TT_Init_Size): Fix #ifdef's to work with
138 disabled interpreter also.
139
140 * src/base/ftnames.c (FT_Get_Sfnt_Name_Count): Fix incorrect
141 parentheses.
142
Tom Kacvinskyed581a32000-11-27 01:00:38 +00001432000-11-26 Tom Kacvinsky <tjk@ams.org>
144
Tom Kacvinskyf2141372000-11-27 08:31:05 +0000145 * src/cff/t2gload.c (T2_Parse_CharStrings): Added logic to glyph
146 width setting code to take into account even/odd argument counts
147 and glyph width operand before endchar/hmoveto/vmoveto.
Tom Kacvinskyed581a32000-11-27 01:00:38 +0000148
Werner Lembergd1e92492000-11-26 10:12:00 +00001492000-11-26 Werner Lemberg <wl@gnu.org>
150
Werner Lemberg6dd303d2000-11-26 21:25:53 +0000151 * builds/ansi/ansi.mk: Fix inclusion order of files.
152
1532000-11-26 Keith Packard <keithp@keithp.com>
154
155 * src/type1/t1objs.c (T1_Init_Face): Compute style flags.
156
1572000-11-26 Werner Lemberg <wl@gnu.org>
158
Werner Lembergd1e92492000-11-26 10:12:00 +0000159 * builds/compiler/ansi-cc.mk (CLEAN_LIBRARY): Fix rule and
160 conditional.
161
Werner Lemberg27695e52000-11-23 08:21:13 +00001622000-11-23 Werner Lemberg <wl@gnu.org>
163
164 * src/type1/t1load.c (parse_subrs, parse_charstrings): Use decrypt
165 function from PSAux module.
166
167 * src/type1/t1parse.c (T1_Done_Parse): Renamed to...
168 (T1_Finalize_Parser): New function (to avoid name clash with a
169 function in the PSAux module).
Werner Lemberg6c65d912000-11-30 06:23:45 +0000170 (T1_Decrypt): Removed since it is duplicated in the PSAux module.
Werner Lemberg27695e52000-11-23 08:21:13 +0000171 (T1_Get_Private_Dict): Added `psaux' as new parameter; use decrypt
172 function from PSAux module.
173
174 * src/type1/t1parse.h: Adapted.
175
Tom Kacvinsky30eacee2000-11-22 14:38:29 +00001762000-11-22 Tom Kacvinsky <tjk@ams.org>
177
Tom Kacvinskyef0af202000-11-22 20:40:29 +0000178 * src/cff/t2objs.c (T2_Init_Face): For pure CFF fonts, set
179 `root->num_faces' to `cff->num_faces' and set `units_per_EM'
180 to 1000.
Tom Kacvinsky30eacee2000-11-22 14:38:29 +0000181
Tom Kacvinskyde01c5d2000-11-22 23:37:31 +0000182 * src/cff/t2parse.c (parse_t2_real): Fixed real number parsing
183 loop.
Tom Kacvinsky7e10ee42000-11-23 03:45:52 +0000184
185 * src/cff/t2load.c (T2_Get_String): Called T2_Get_Name with a
186 sid that was off by one.
Tom Kacvinskyde01c5d2000-11-22 23:37:31 +0000187
David Turner39440182000-11-16 18:06:55 +00001882000-11-16 David Turner <david@freetype.org>
189
Werner Lemberg5c4f5eb2000-11-18 04:42:41 +0000190 * src/autohint/ahtypes.h (AH_Hinter): Added new fields to control
191 auto-hinting of synthetic Type 1 fonts.
David Turner39440182000-11-16 18:06:55 +0000192
Tom Kacvinsky30eacee2000-11-22 14:38:29 +0000193 * src/autohint/ahhint.c (ah_hinter_load, ah_hinter_load_glyph):
Werner Lemberg5c4f5eb2000-11-18 04:42:41 +0000194 Added auto-hinting support of synthetic Type 1 fonts.
David Turner39440182000-11-16 18:06:55 +0000195
Tom Kacvinskyb5274f52000-11-13 07:37:51 +00001962000-11-12 Tom Kacvinsky <tjk@ams.org>
197
Werner Lemberg34e52702000-11-13 16:58:01 +0000198 * src/sfnt/ttload.c (TT_LookUp_Table, TT_Load_Generic_Table): Change
199 tracing output.
200
201 * src/sfnt/sfobjs.c (SFNT_Load_Face): Set boolean variable
202 `has-outline' to true only if the font has a `glyf' or `CFF ' table.
Tom Kacvinskyb5274f52000-11-13 07:37:51 +0000203
Werner Lemberge397e2a2000-11-12 06:49:17 +00002042000-11-11 Werner Lemberg <wl@gnu.org>
205
206 * builds/win32/visualc/freetype.dsp: Fix raster1->raster and
207 type1z->type1.
208
Tom Kacvinsky8a2503a2000-11-12 02:53:35 +00002092000-11-11 Tom Kacvinsky <tjk@ams.org>
210
211 * builds/unix/freetype-config.in, builds/cygwin/freetype-config.in:
212 Added a --libtool option. When freetype-config --libtool is
213 invoked, the absolute path to the libtool convenience library
214 is returned.
215
Werner Lemberg84278bc2000-11-11 21:48:05 +00002162000-11-11 Werner Lemberg <wl@gnu.org>
217
218 * builds/cygwin/cygwin-def.in: Same fix as previous.
219
Tom Kacvinsky5279cd22000-11-11 08:32:41 +00002202000-11-10 Tom Kacvinsky <tjk@ams.org>
221
Werner Lemberg84278bc2000-11-11 21:48:05 +0000222 * builds/unix/unix-def.in: Add
223
Werner Lemberg34e52702000-11-13 16:58:01 +0000224 INSTALL_PROGRAM := @INSTALL_PROGRAM@
225 INSTALL_SCRIPT := @INSTALL_SCRIPT@
Werner Lemberg84278bc2000-11-11 21:48:05 +0000226
227 so that installation of freetype-config does not fail.
Tom Kacvinsky5279cd22000-11-11 08:32:41 +0000228
Werner Lemberg9a5a3ae2000-11-11 06:27:58 +00002292000-11-10 Werner Lemberg <wl@gnu.org>
230
231 * builds/cygwin/freetype-config.in, builds/unix/freetype-config.in:
232 Move test down for empty --exec-prefix.
233 Fix --version.
Werner Lemberg27695e52000-11-23 08:21:13 +0000234
Werner Lemberg9a5a3ae2000-11-11 06:27:58 +0000235 * builds/cygwin/install.mk, builds/unix/install.mk: Use
236 $(INSTALL_SCRIPT) for installation of freetype-config.
Werner Lemberg27695e52000-11-23 08:21:13 +0000237
Werner Lemberg9a5a3ae2000-11-11 06:27:58 +0000238 * builds/cygwin/install.mk: Fix clean target names.
239
2402000-11-09 David Turner <david@freetype.org>
241
242 * Version 2.0 released.
243 =======================
244
245
246Local Variables:
247version-control: never
248coding: latin-1
249End: