blob: b8320de311e0eb774eb8aa32c3d633accef2a2fc [file] [log] [blame]
David Turnerd3c8e062000-12-04 22:53:55 +000012000-12-04 David Turner <david.turner@freetype.org>
2
3 * builds/unix/install.mk, builds/unix/ft2unix.h: the file "ft2unix.h"
4 is now installed as <ft2build.h> for Unix systems. Note that we still
5 use the "freetype2/freetype" installation path for now..
6
7 * many files: now using <ft2build.h> as the default build and setup
8 configuration file in all public headers. Internal source files still
9 need some changes though..
10
11 * builds/devel/ft2build.h, builds/devel/ftoption.h: created a new
12 directory to hold all development options for both the Unix and
13 Win32 developer builds..
14
15 * builds/win32/detect.mk, builds/win32/w32-bccd.mk,
16 builds/win32/w32-dev.mk: changed the developer build targets to
17 "devel-gcc" and "devel-bcc" in order to be able to develop with
18 the Borland C++ compiler.
19
David Turneraaac8132000-12-01 18:55:22 +0000202000-12-01 David Turner <david.turner@freetype.org>
21
Werner Lembergbac727a2000-12-02 17:08:55 +000022 * Version 2.0.1 released.
23 =========================
24
David Turneraaac8132000-12-01 18:55:22 +000025 * builds/unix/configure.in, builds/unix/configure,
Werner Lemberg1e8b4ae2000-12-02 17:07:15 +000026 builds/cygwin/configure.in, builds/cygwin/configure: Setting
27 "version_info" to 6:1:0 for the 2.0.1 release.
David Turneraaac8132000-12-01 18:55:22 +000028
Werner Lemberg1e8b4ae2000-12-02 17:07:15 +000029 * CHANGES: Added a summary of changes between 2.0.1 and 2.0.
David Turneraaac8132000-12-01 18:55:22 +000030
Werner Lemberg1e8b4ae2000-12-02 17:07:15 +000031 * builds/unix/ftconfig.in, builds/cygwin/ftconfig.in: Changes
David Turnerac4cd952000-12-02 00:35:11 +000032 to allow compilation under Unix with the Unix-specific config
Werner Lemberg1e8b4ae2000-12-02 17:07:15 +000033 files.
David Turnerac4cd952000-12-02 00:35:11 +000034
Werner Lemberg4c80f0c2000-12-01 17:25:58 +0000352000-12-01 Werner Lemberg <wl@gnu.org>
36
37 * INSTALL: Revised.
38 * builds/compiler/bcc-dev.mk, builds/compiler/visualage.mk,
39 builds/compiler/bcc.mk, builds/win32/w32-bcc.mk,
40 builds/win32/w32-bccd.mk: Revised.
41 * include/freetype/config/ftbuild.h,
42 include/freetype/internal/internal.h: Revised.
43 * include/freetype/ftimage.h: Updated to new header inclusion scheme.
44
452000-11-30 Werner Lemberg <wl@gnu.org>
46
47 * builds/toplevel.mk (.PHONY): Adding `distclean'.
48 * builds/unix/detect.mk (.PHONY): Adding `devel', `unix', `lcc',
49 `setup'.
50
David Turner8fba32d2000-11-30 23:12:33 +0000512000-11-30 David Turner <david.turner@freetype.ogr>
52
Werner Lemberg4c80f0c2000-12-01 17:25:58 +000053 * INSTALL: Slightly updated the quick starter documentation to
54 include IDE compilation, prevent against BSD Make, and specify "make
55 setup" instead of a single "make" for build configuration.
David Turnerb1aabf42000-11-30 23:48:22 +000056
Werner Lemberg4c80f0c2000-12-01 17:25:58 +000057 * include/config/ftbuild.h, include/internal/internal.h: Added new
58 configuration files used to determine the location of all public,
59 configuration, and internal header files for FreeType 2. Modified
60 all headers under "include/freetype" to reflect this change. Note
61 that we still need to change the library source files themselves
62 though.
David Turner8fba32d2000-11-30 23:12:33 +000063
David Turnerb1aabf42000-11-30 23:48:22 +000064 * builds/compiler/bcc.mk, builds/compiler/bcc-dev.mk,
65 builds/win32/w32-bcc.mk, builds/win32/w32-bccd.mk,
Werner Lemberg4c80f0c2000-12-01 17:25:58 +000066 builds/win32/detect.mk: Added new files to support compilation with
67 the free Borland C++ command-line compiler. Modified the detection
68 rules to recognize the new "bcc32" target in "make setup bcc32".
David Turnerb1aabf42000-11-30 23:48:22 +000069
70 * src/sfnt/ttcmap.c, src/sfnt/ttpost.c, src/sfnt/ttsbit.c,
Werner Lemberg4c80f0c2000-12-01 17:25:58 +000071 src/truetype/ttobjs.c, src/truetype/ttgload.c,
72 src/truetype/ttinterp.c: Fixed a few comparisons that Borland C++
73 didn't really like. Basically, this compiler complains when FT_UInt
74 is compared to FT_UShort (apparently, it promotes `UShort' to `Int'
75 in these cases).
David Turnerb1aabf42000-11-30 23:48:22 +000076
Tom Kacvinskyc261b632000-11-30 21:58:49 +0000772000-11-30 Tom Kacvinsky <tjk@ams.org>
78
79 * t2objs.c (T2_Init_Face): Added calculation of `face->height' for
80 pure CFF fonts.
81
82 * t1objs.c (T1_Init_Face): Fixed computation of `face->height'.
83
David Turnerac83e7e2000-11-29 23:59:08 +0000842000-11-29 David Turner <david.turner@freetype.org>
85
Werner Lemberg6c65d912000-11-30 06:23:45 +000086 * src/base/ftbbox.c (BBox_Conic_Check): Fixed a really stupid
87 bug in the formula used to compute the conic Bézier extrema
88 of non-monotonous arcs.
David Turnerac83e7e2000-11-29 23:59:08 +000089
Werner Lembergf1ca2342000-11-29 15:18:54 +0000902000-11-29 Werner Lemberg <wl@gnu.org>
91
Werner Lembergada95032000-11-29 17:48:57 +000092 * src/base/ftcalc.c (FT_SqrtFixed), src/base/ftobjs.c
93 (FT_Set_Renderer): Use FT_EXPORT_DEF.
94 * src/cache/ftcimage.c (FTC_Image_Cache_Lookup),
95 src/cache/ftcmanag.c (FTC_Manager_Done, FTC_Manager_Reset,
96 FTC_Manager_Lookup_Face, FTC_Manager_Lookup_Size,
97 FTC_Manager_Register_Cache), src/cache/ftcsbits.c
98 (FTC_SBit_Cache_Lookup): Ditto.
99
100 * src/include/freetype/cache/ftcglyph.h (FTC_GlyphNode_Init),
101 src/include/freetype/ftmac.h (FT_New_Face_From_FOND): Use FT_EXPORT.
102
1032000-11-29 Werner Lemberg <wl@gnu.org>
104
Werner Lembergf1ca2342000-11-29 15:18:54 +0000105 * src/sfnt/sfdriver.c: Include ttsbit.h and ttpost.h only
106 conditionally.
107
108 * src/truetype/ttdriver.c (Set_Char_Sizes, Set_Pixel_Sizes): Set
109 `size->strike_index' only conditionally.
110
111 * src/type1/t1driver.c, src/type1/t1objs.c: Include t1afm.h only
112 conditionally.
113
114 * src/winfonts/winfnt.h: Move all type definitions to...
115 * src/include/freetype/internal/fnttypes.h: New file.
116 * src/winfonts/winfnt.c: Use it.
117
1182000-11-29 ??? ??? <darin@eazel.com>
119
120 * include/freetype/internal/ftdebug.h: Replaced FT_CAT and FT_XCAT
121 with a direct solution (which also satifies picky compilers).
122
Werner Lembergd157fcf2000-11-29 04:45:26 +00001232000-11-28 YAMANO-UCHI Hidetoshi <mer@din.or.jp>
124
125 * src/truetype/ttobjs.c (TT_Init_Size): Fix #ifdef's to work with
126 disabled interpreter also.
127
128 * src/base/ftnames.c (FT_Get_Sfnt_Name_Count): Fix incorrect
129 parentheses.
130
Tom Kacvinskyed581a32000-11-27 01:00:38 +00001312000-11-26 Tom Kacvinsky <tjk@ams.org>
132
Tom Kacvinskyf2141372000-11-27 08:31:05 +0000133 * src/cff/t2gload.c (T2_Parse_CharStrings): Added logic to glyph
134 width setting code to take into account even/odd argument counts
135 and glyph width operand before endchar/hmoveto/vmoveto.
Tom Kacvinskyed581a32000-11-27 01:00:38 +0000136
Werner Lembergd1e92492000-11-26 10:12:00 +00001372000-11-26 Werner Lemberg <wl@gnu.org>
138
Werner Lemberg6dd303d2000-11-26 21:25:53 +0000139 * builds/ansi/ansi.mk: Fix inclusion order of files.
140
1412000-11-26 Keith Packard <keithp@keithp.com>
142
143 * src/type1/t1objs.c (T1_Init_Face): Compute style flags.
144
1452000-11-26 Werner Lemberg <wl@gnu.org>
146
Werner Lembergd1e92492000-11-26 10:12:00 +0000147 * builds/compiler/ansi-cc.mk (CLEAN_LIBRARY): Fix rule and
148 conditional.
149
Werner Lemberg27695e52000-11-23 08:21:13 +00001502000-11-23 Werner Lemberg <wl@gnu.org>
151
152 * src/type1/t1load.c (parse_subrs, parse_charstrings): Use decrypt
153 function from PSAux module.
154
155 * src/type1/t1parse.c (T1_Done_Parse): Renamed to...
156 (T1_Finalize_Parser): New function (to avoid name clash with a
157 function in the PSAux module).
Werner Lemberg6c65d912000-11-30 06:23:45 +0000158 (T1_Decrypt): Removed since it is duplicated in the PSAux module.
Werner Lemberg27695e52000-11-23 08:21:13 +0000159 (T1_Get_Private_Dict): Added `psaux' as new parameter; use decrypt
160 function from PSAux module.
161
162 * src/type1/t1parse.h: Adapted.
163
Tom Kacvinsky30eacee2000-11-22 14:38:29 +00001642000-11-22 Tom Kacvinsky <tjk@ams.org>
165
Tom Kacvinskyef0af202000-11-22 20:40:29 +0000166 * src/cff/t2objs.c (T2_Init_Face): For pure CFF fonts, set
167 `root->num_faces' to `cff->num_faces' and set `units_per_EM'
168 to 1000.
Tom Kacvinsky30eacee2000-11-22 14:38:29 +0000169
Tom Kacvinskyde01c5d2000-11-22 23:37:31 +0000170 * src/cff/t2parse.c (parse_t2_real): Fixed real number parsing
171 loop.
Tom Kacvinsky7e10ee42000-11-23 03:45:52 +0000172
173 * src/cff/t2load.c (T2_Get_String): Called T2_Get_Name with a
174 sid that was off by one.
Tom Kacvinskyde01c5d2000-11-22 23:37:31 +0000175
David Turner39440182000-11-16 18:06:55 +00001762000-11-16 David Turner <david@freetype.org>
177
Werner Lemberg5c4f5eb2000-11-18 04:42:41 +0000178 * src/autohint/ahtypes.h (AH_Hinter): Added new fields to control
179 auto-hinting of synthetic Type 1 fonts.
David Turner39440182000-11-16 18:06:55 +0000180
Tom Kacvinsky30eacee2000-11-22 14:38:29 +0000181 * src/autohint/ahhint.c (ah_hinter_load, ah_hinter_load_glyph):
Werner Lemberg5c4f5eb2000-11-18 04:42:41 +0000182 Added auto-hinting support of synthetic Type 1 fonts.
David Turner39440182000-11-16 18:06:55 +0000183
Tom Kacvinskyb5274f52000-11-13 07:37:51 +00001842000-11-12 Tom Kacvinsky <tjk@ams.org>
185
Werner Lemberg34e52702000-11-13 16:58:01 +0000186 * src/sfnt/ttload.c (TT_LookUp_Table, TT_Load_Generic_Table): Change
187 tracing output.
188
189 * src/sfnt/sfobjs.c (SFNT_Load_Face): Set boolean variable
190 `has-outline' to true only if the font has a `glyf' or `CFF ' table.
Tom Kacvinskyb5274f52000-11-13 07:37:51 +0000191
Werner Lemberge397e2a2000-11-12 06:49:17 +00001922000-11-11 Werner Lemberg <wl@gnu.org>
193
194 * builds/win32/visualc/freetype.dsp: Fix raster1->raster and
195 type1z->type1.
196
Tom Kacvinsky8a2503a2000-11-12 02:53:35 +00001972000-11-11 Tom Kacvinsky <tjk@ams.org>
198
199 * builds/unix/freetype-config.in, builds/cygwin/freetype-config.in:
200 Added a --libtool option. When freetype-config --libtool is
201 invoked, the absolute path to the libtool convenience library
202 is returned.
203
Werner Lemberg84278bc2000-11-11 21:48:05 +00002042000-11-11 Werner Lemberg <wl@gnu.org>
205
206 * builds/cygwin/cygwin-def.in: Same fix as previous.
207
Tom Kacvinsky5279cd22000-11-11 08:32:41 +00002082000-11-10 Tom Kacvinsky <tjk@ams.org>
209
Werner Lemberg84278bc2000-11-11 21:48:05 +0000210 * builds/unix/unix-def.in: Add
211
Werner Lemberg34e52702000-11-13 16:58:01 +0000212 INSTALL_PROGRAM := @INSTALL_PROGRAM@
213 INSTALL_SCRIPT := @INSTALL_SCRIPT@
Werner Lemberg84278bc2000-11-11 21:48:05 +0000214
215 so that installation of freetype-config does not fail.
Tom Kacvinsky5279cd22000-11-11 08:32:41 +0000216
Werner Lemberg9a5a3ae2000-11-11 06:27:58 +00002172000-11-10 Werner Lemberg <wl@gnu.org>
218
219 * builds/cygwin/freetype-config.in, builds/unix/freetype-config.in:
220 Move test down for empty --exec-prefix.
221 Fix --version.
Werner Lemberg27695e52000-11-23 08:21:13 +0000222
Werner Lemberg9a5a3ae2000-11-11 06:27:58 +0000223 * builds/cygwin/install.mk, builds/unix/install.mk: Use
224 $(INSTALL_SCRIPT) for installation of freetype-config.
Werner Lemberg27695e52000-11-23 08:21:13 +0000225
Werner Lemberg9a5a3ae2000-11-11 06:27:58 +0000226 * builds/cygwin/install.mk: Fix clean target names.
227
2282000-11-09 David Turner <david@freetype.org>
229
230 * Version 2.0 released.
231 =======================
232
233
234Local Variables:
235version-control: never
236coding: latin-1
237End: