]> git.wh0rd.org - fontconfig.git/blame - ChangeLog
Add FcResultOutOfMemory to provide an accurate error when FcFontSetMatch
[fontconfig.git] / ChangeLog
CommitLineData
ec0c740e
KP
12004-05-29 Keith Packard <keithp@keithp.com>
2
3 * fontconfig/fontconfig.h:
4 * src/fcmatch.c: (FcFontSetMatch):
5 Add FcResultOutOfMemory to provide an accurate error when
6 FcFontSetMatch fails in this way
7
8 * src/fcfreetype.c:
9 Make #warning about lacking various FreeType features indicate
10 which version those features appeared so users know how to
11 fix the problem (Thanks to Anton Tropashko)
12
55a69bd0
KP
132004-05-05 Keith Packard <keithp@keithp.com>
14
15 * src/fcfreetype.c: (FcFreeTypeCharSetAndSpacing):
16 Replace MIN/MAX/ABS macros which happen to have come
17 from FreeType with fontconfig-specific ones (FC_*)
18
bd0ddac8
KP
192004-04-23 Keith Packard <keithp@keithp.com>
20
21 * INSTALL:
22 Extend release preparation instructions to include
23 notification and distribution steps
24
626a7016
KP
252004-04-23 Keith Packard <keithp@keithp.com>
26
27 * README:
28 * configure.in:
29 * fontconfig/fontconfig.h:
30 Update to 2.2.94 (2.2.93 shipped with broken libtool bits)
31
7969113f
KP
322004-04-23 Keith Packard <keithp@keithp.com>
33
34 * .cvsignore:
35 Ignore a few more autotool files
36
6ae6acf3
KP
372004-04-14 Keith Packard <keithp@keithp.com>
38
39 * INSTALL:
40 Add instructions for doing a release
41
42 * fontconfig.spec.in:
43 clean up .spec file; perhaps this will be useful to somebody...
44
45 * README:
46 * configure.in:
47 * fontconfig/fontconfig.h:
48 Update to 2.2.93
49
50 * fc-lang/fc-lang.c:
51 Make 'scanopen' static so GCC doesn't whine about lacking prototype
52
53 * fc-glyphname/Makefile.am:
54 * fc-lang/Makefile.am:
55 * fc-list/Makefile.am:
56 * fc-match/Makefile.am:
57 * src/Makefile.am:
58 Add WARN_CFLAGS to pass -W flags for GCC systems
59
60 * src/fcfreetype.c: (FcNoticeFoundry), (FcVendorMatch),
61 (FcVendorFoundry), (FcGetPixelSize), (FcFreeTypeQuery):
62 Change various char types around to match across
63 function calls.
64 Fixed bug in using available_sizes[i].height which
65 is in pixels, not 64ths of a pixel.
66
89e28590
KP
672004-03-06 Keith Packard <keithp@keithp.com>
68
69 * src/fcfreetype.c: (FcFreeTypeQuery):
70 Force FC_FOUNDRY and FC_WIDTH to always be set so that
71 matches looking for explicit values prefer exact matches
72
02638f1a
KP
732004-03-02 Keith Packard <keithp@keithp.com>
74
75 Supplied by: mfabian@suse.de (Mike FABIAN)
76
77 * src/fcfreetype.c: (FcFreeTypeQuery):
78 Bug #260 fc-cache generates wrong spacing values for bitmap fonts
79 Was using (strcmp (a,b)) instead of (!strcmp(a,b)).
80
de66e750
MS
812004-02-21 Manish Singh <yosh@gimp.org>
82
83 * fc-glyphname/fc-glyphname.c: (main):
84 Cast strlen to int for printf, so we're 64-bit clean.
85
208a720f
KP
862004-02-11 Keith Packard <keithp@keithp.com>
87
88 * configure.in:
89 * src/fcfreetype.c: (FcGetPixelSize):
90 Ok, so I messed up the test for y_ppem. Let's see if I
91 got it right this time.
92
4f38fa81
KP
932004-02-10 Keith Packard <keithp@keithp.com>
94
95 * configure.in:
96 * src/fcfreetype.c: (FcGetPixelSize):
97 Pre-2.1.5 versions of FreeType didn't include y_ppem in the
98 FT_Bitmap_Size record. Add a configure.in test for this
99 and change the code accordingly (using height instead).
100
b68b9646
KP
1012004-02-06 Keith Packard <keithp@keithp.com>
102
103 * fc-lang/nds.orth:
104 Add Low Saxon orthography
105 (Kenneth Rohde Christiansen <kenneth@gnu.org>)
106
107 * src/fccfg.c: (FcConfigNewestFile):
108 Oops. Left 'newest.set' unset, which would miscompute
109 the newest file
110
111 * src/fcfreetype.c: (FcGetPixelSize), (FcFreeTypeQuery),
112 (FcFreeTypeCheckGlyph):
113 Add FcGetPixelSize to extract correct pixel size from bdf/pcf
114 font properties (which report the wrong value in current FreeType)
115
116 Don't attempt to check for empty glyphs in non-scalable fonts; they
117 have no outlines...
118
f4c52909
TL
1192004-02-01 Tor Lillqvist <tml@iki.fi>
120
121 * src/fccfg.c (FcConfigCreate): fontconfig, at least as used by
122 GIMP and/or PangoFT2 on Windows, crashes when trying to save the
123 cache if config->cache is NULL, which happens if FcConfigHome() is
124 NULL. Guard against that by using the temp folder in that case.
125
d3481737
RP
1262004-01-03 Roozbeh Pournader <roozbeh@sharif.edu>
127
128 * fc-lang/az_ir.orth:
129 * fc-lang/ku_ir.orth:
130 * fc-lang/ps_af.orth:
131 * fc-lang/ps_pk.orth:
132 Added orthographies for Iranian Azerbaijani and Kurdish, and Pashto
133 (Afghan and Pakistani).
134 * fc-lang/ur.orth:
135 Updated Urdu orthography with real data.
136
d098e4eb
CW
1372003-12-11 Carl Worth <cworth@east.isi.edu>
138
139 * fc-list/Makefile.am (man_MANS): Move man_MANS into the 'if
140 USEDOCBOOK' block.
141
142 * fc-cache/Makefile.am (man_MANS): Move man_MANS into the 'if
143 USEDOCBOOK' block.
144 (all-local): Remove excessive whitespace.
145
146 * autogen.sh: Add 'set -e' to abort when any program fails,
147 (avoids printing of 'now type make' after configure aborts).
148
408dd9c0
KP
1492003-11-17 Eric Christopherson <rakko@charter.net>
150
151 reviewed by: Keith Packard <keithp@keithp.com>
152
153 * doc/Makefile.am:
154 * fontconfig/fcfreetype.h:
155 * src/fcfreetype.c:
156 Switch to FreeType 2.1.7 style includes. Bug #150.
157
8e8fcda4
NL
1582003-11-16 Noah Levitt <nlevitt@columbia.edu>
159
160 * fc-list/fc-list.sgml: Add some example usages.
161
344a0e33
RP
1622003-11-10 Roozbeh Pournader <roozbeh@sharif.edu>
163
164 * src/fcxml.c:
165 Fixed a bug "FcStrtod" in handling some cases with two-byte decimal
166 separators.
167
1682003-10-27 Keith Packard <keith@keithp.com>
27143fc9
KP
169
170 * configure.in:
171 * fontconfig/fontconfig.h:
172 Update to version 2.2.92
173
4cbc3ee8
KP
1742003-10-27 Keith Packard <keithp@keithp.com>
175
176 * Makefile.am:
177 * configure.in:
178 * doc/Makefile.am:
179 * fc-cache/Makefile.am:
180 * fc-glyphname/Makefile.am:
181 * fc-lang/Makefile.am:
182 * fc-list/Makefile.am:
183 * fc-match/Makefile.am:
184 * test/Makefile.am:
185 * test/run-test.sh:
186 Yet more cleanups to finish getting 'make distcheck' working
187 This has been tested to ensure that it even works from a _build
188 directory.
189
394b2bf0
KP
1902003-10-26 Keith Packard <keithp@keithp.com>
191
192 * configure.in:
193 * doc/Makefile.am:
194 * fc-cache/Makefile.am:
195 * fc-glyphname/Makefile.am:
196 * fc-lang/Makefile.am:
197 * fc-lang/fc-lang.c: (scanopen), (scan), (main):
198 * fc-list/Makefile.am:
199 * fc-match/Makefile.am:
200 Attempts to fix 'make distcheck' work. Things are
201 progressing pretty well, but there are still failures
202 long into the process dealing with docs (as always).
203
204 The big changes here are mostly to make $(srcdir) != "."
205 work correctly, fixing the docbook related sections and
206 fc-lang were particularily tricky. Docbook refuses to load
207 system entities from anywhere other than where the original .sgml
208 file was located, so no luck looking in "." for the
209 configure-generated version.sgml and confdir.sgml files.
210
211 fc-lang needed help finding .orth files; added a -d option
212 to set the directory as the least evil of many options.
213
214 Now to go use a faster machine and try and wring out the last
215 issues.
216
3541556b
KP
2172003-10-26 Keith Packard <keithp@keithp.com>
218
219 Tag version 2.2.91
220
e99043ac
KP
2212003-10-26 Keith Packard <keithp@keithp.com>
222
223 * doc/Makefile.am:
224 Include confdir.sgml.in in EXTRA_DIST
225
75839218
JM
2262003-10-09 Josselin Mouette <joss@debian.org>
227
228 * fc-cache/fc-cache.sgml fc-cache/Makefile.am:
229 * fc-list/fc-list.sgml fc-list/Makefile.am:
230 Replace fc-cache and fc-list manpages with more detailed, SGML
231 versions.
232
f077d662
OT
2332003-09-23 Owen Taylor <otaylor@redhat.com>
234
235 * fontconfig/fontconfig.h src/fcdefault.c (FcDefaultSubstitute)
236 src/fcname.c: Add a FC_HINT_STYLE key for patterns, with
237 possible values HINT_NONE/HINT_SLIGHT/HINT_MEDIUM/HINT_FULL.
238 (Bug #117)
239
44f59f71
OT
2402003-09-23 Owen Taylor <otaylor@redhat.com>
241
242 * fc-lang/ka.orth: Remove Georgian capitals, they
243 aren't used for normal writing. (Bug #116)
244
a05d257f
NL
2452003-09-06 Noah Levitt <nlevitt@columbia.edu>
246
247 * doc/fontconfig-devel.sgml:
248 * doc/fontconfig-user.sgml:
249 * fontconfig/fontconfig.h:
250 * src/fcname.c:
251 * src/fcfreetype.c (FcFreeTypeCharSetAndSpacing): Add new spacing
252 value FC_DUAL (dual-width, as some CJK fonts). (bug #111)
253
254 * src/fcfreetype.c (FcFreeTypeCharSetAndSpacing): When checking for
255 monospace and dual-width fonts, allow roughly a 3% variance in the
256 advances.
257
3ef32bcd
MS
2582003-08-31 Manish Singh <yosh@gimp.org>
259
260 * src/fccfg.c (FcConfigAppFontClear): Support passing NULL to
261 use default config.
262
34cd0514
CW
2632003-08-15 Carl Worth <cworth@isi.edu>
264
265 * src/fcxml.c (FcEditDestroy): Fix leak of FcEdit.
266 (FcPopExpr): Add comment about unhandled FcVStackGlob case.
267
268 * src/fcpat.c (FcValueListEntDestroy): New function to support
269 FcFini memory cleanup. Some statistics are not kept in
270 synch. here.
271 (FcValueListFreeze): Move hashTable outside this function so it
272 can be accessed by FcValueListThawAll.
273 (FcValueListThawAll): New function complements FcValueListFreeze.
274 (FcPatternBaseFreeze): Move hashTable outside this function so it
275 can be accessed by FcPatternBaseThawAll.
276 (FcPatternBaseThawAll): New function complements
277 FcPatternBaseFreeze.
278 (FcPatternThawAll): New function complements FcPatternFreeze.
279
280 * src/fcinit.c (FcFini): Add new FcFini to cleanup everything.
281
282 * src/fccharset.c (FcCharLeafEntCreate): Save pointers to all
283 allocated FcCharLeafEnt "blocks" so they can be freed later.
284 (FcCharSetFreezeLeaf): Move hashTable outside this function so it
285 can be accessed by FcCharSetThawAllLeaf.
286 (FcCharSetThawAllLeaf): New function complements FcCharSetFreezeLeaf.
287 (FcCharSetFreezeBase): Move hashTable outside this function so it
288 can be accessed by FcCharSetThawAll.
289 (FcCharSetThawAll): New function complements FcCharSetFreeze.
290
291 * src/fccfg.c (FcSubstDestroy): Fix leak of outer FcSubst.
292 (FcConfigDestroy): Fic leak of FcBlanks.
293
294 * fc-list/fc-list.c (main): Fix leak of FcObjectSet.
295 (main): Add call to FcFini when finished.
296
297 * fc-glyphname/fc-glyphname.c: Mark several local functions as
298 static. Add prototypes.
299
300 * doc/fcinit.fncs: Add documentation for FcFini function.
301
302 * doc/edit-sgml.c: Mark several local functions as static. Add
303 prototypes.
304
305 * doc/Makefile.am (DOC_MODULE): Fix "suspicious" lines.
306
c3941ba9
TL
3072003-06-15 Tor Lillqvist <tml@iki.fi>
308
231051f4
TL
309 * test/run-test.sh (FONTCONFIG_FILE): Remove CRs from the out file
310 before comparing (needed on Windows).
311
c3941ba9
TL
312 * src/Makefile.am (install-libtool-import-lib): Fix cut&paste error.
313
ee1d8125
TL
3142003-06-13 Tor Lillqvist <tml@iki.fi>
315
316 * fontconfig-zip.in (DEVZIP): Add share/doc directory. Add Fc*.3
317 man pages.
318
319 * configure.in: Set FC_DEFAULT_FONTS on Win32 to the
320 WINDOWSFONTDIR token.
321
322 * src/fontconfig.def.in: Move the LIBRARY and VERSION lines to the
323 end, not to confuse libtool, which expects the EXPORTS line to be
324 the first. Add FcConfigEnableHome.
325
e5206dbc
TL
326 * src/fccfg.c: Check also for DLL_EXPORT as indication of being
327 built as a DLL on Win32.
328
4ae7f71c
KP
3292003-06-09 Keith Packard <keithp@keithp.com>
330
331 * Tag version 2.2.90
332
8edb970e
KP
3332003-06-09 Keith Packard <keithp@keithp.com>
334
335 * Optimization in FcLangSetIndex was broken, occasionally
336 returning a pointer to the wrong location on miss
337
338 * Add fc-match to test font matching from the command line.
339
3402003-05-31 Keith Packard <keithp@keithp.com>
341
342 * (Bug 85) add support for culmus fonts
343 * (Bug 87) Automake 1.4 doesn't do man_MAN1 correctly
344 * (Bug 88) Fix usage info on non-long option systems (Tim Mooney)
345
3462003-05-28 James Su <suzhe@turbolinux.com.cn>
347
348 * Fix "contains" op for strings and langsets.
349
3502003-05-17 Keith Packard <keithp@keithp.com>
351
352 * Fix build error with BDF prop local. Free langset after query
353
3542003-05-14 Keith Packard <keithp@keithp.com>
355
356 * Extract spacing from XLFD atom
357
3582003-05-12 Juliusz Chroboczek <jch@pps.jussieu.fr>
359
360 * Reinstate SETWIDTH_NAME parsing for legacy fonts,
361 disappeared in 1.30.
362
363 * Generate FC_SIZE and FC_DPI for legacy bitmap fonts
364
3652003-05-12 Keith Packard <keithp@keithp.com>
366
367 * Use FcIsWidth to share code
368
369 * Set FT_LOAD_IGNORE_GLOBAL_ADVANCE_WIDTH when scanning fonts to avoid
370 misclassifying some Han fonts as monospaced.
371
3722003-05-07 Keith Packard <keithp@keithp.com>
373
374 * Add filename-based accept/reject to ammend available fonts.
375
376 * Change FT_ENCODING_ADOBE_CUSTOM to ft_encoding_adobe_custom for
377 older FreeType releases.
378
3792003-05-06 Keith Packard <keithp@keithp.com>
380
381 * Remove 0b82 and Tamil numbers from tamil
382 orthography (Jungshik Shin <jshin@mailaps.org>)
383
3842003-05-04 Keith Packard <keithp@keithp.com>
86b12431
KP
385
386 + Map glyph names in fonts with adobe custom encoding to unicode
387
8edb970e
KP
3882003-05-02 Keith Packard <keithp@keithp.com>
389
390 * Add FC_WEIGHT_BOOK as weight 75
391
3922003-04-30 Keith Packard <keithp@keithp.com>
393
394 * Typo in bitstream foundry name
395
3962003-04-24 Keith Packard <keithp@keithp.com>
397
398 * Eliminate italic_angle check for PS fonts
399
4002003-04-23 Noah Levitt <nlevitt@columbia.edu>
401
402 * Getting closer to fixing /etc/fonts hard-coding.
403
4042003-04-22 Keith Packard <keithp@keithp.com>
405
406 * Update autogen.sh to work with newer automake versions
407 * Handle pattern elements moving during multiple edits
408
8c87b429
KP
4092003-04-23 James Henstridge <james@daa.com.au>
410
411 * doc/fontconfig-devel.sgml: close the <para> element.
412
413 * doc/fcpattern.fncs: close the <para> element.
414
415 * doc/func.sgml: close the <refsynopsisdiv> element.
416
8edb970e
KP
4172003-04-22 Keith Packard <keithp@keithp.com
418
419 * Update autogen.sh to work with newer automake versions
420 * Handle pattern elements moving during multiple edits
421
12d49d3c
CW
4222003-04-17 Colin Walters <walters@debian.org>
423
424 + Remove some unused variables, and initialize some other ones so
425 gcc doesn't warn us.
426
ab06f005
KP
4272003-04-16 Keith Packard <keithp@keithp.com>
428
429 + tag version 2.1.94
430
4312003-04-16 Keith Packard <keithp@keithp.com>
432
433 + add BDF property fetching support for foundry
434 (from Juliusz Chroboczek)
435 + add BDF property fetching support for width
436
4372003-04-11 Juliusz Chroboczek <jch@pps.jussieu.fr>
438
439 + Implemented foundry generation for Type 1 and TrueType
440
4412003-04-11 Gerard Escalante <g2@magestudios.net>
442
443 + Retrieve information from Type1 FontInfo dictionaries
444
8c8caabd
CW
4452003-04-07 Colin Walters <walters@verbum.org>
446
447 + src/Makefile.am: Fix dummy makefile target names when
448 MS_LIB_AVAILABLE isn't set.
449
daeed6e0
TL
4502003-03-22 Tor Lillqvist <tml@iki.fi>
451
452 Changes for Windows:
453
454 + On Windows with gcc (a.k.a. mingw) build as a DLL.
455
456 + We don't want to hardcode the fonts.conf file location in the
457 DLL, so we look up the DLL location at run-time in a DllMain()
458 function. The fonts.conf location is deduced from that.
459
460 + The colon can't be used as path separator on Windows,
461 semicolon is used instead. File path components can be separated
462 with either slash or backslash. Absolute paths can also begin
463 with a drive letter.
464
465 + Add internal function FcStrLastSlash that strrchr's the last
466 slash, or backslash on Windows.
467
468 + There is no link() on Windows. For atomicity checks, mkdir a
469 lock directory instead.
470
471 + In addition to HOME, also look for USERPROFILE.
472
473 + Recognize the special font directory token WINDOWSFONTDIR, to
474 use the system's font directory.
475
476 + Remove the fontconfig-def.cpp that was obsolete. Add
477 fontconfig.def(.in), without internal functions.
478
479 + Add a fontconfig-zip(.in) script, used to build a binary
480 distribution.
481
dbe9a11e
MH
482Fri Mar 7 07:55:00 EST 2003 Mike A. Harris <mharris@redhat.com>
483 + RPM specfile cleanups for 2.1.92: Removed man1/* and added man5/*
484 to main package and man3/* to devel package
485
486 + Added missing defattr(-, root, root) to main RPM package
487
488 + Added HTML and text development documentation to -devel subpackage
489
c92abf78
MH
490Wed Mar 5 05:08:00 EST 2003 Mike A. Harris <mharris@redhat.com>
491 + Added back the configure macro options --disable-docs, otherwise
492 fontconfig installs docs into /usr/share/doc/fontconfig (with no
493 version number) unconditionally, causing RPM to fail the build due
494 to _unpackaged_files_terminate_build. We pick up the pregenerated
495 docs with %doc already.
496
b06766e4
MH
497Wed Mar 5 04:26:20 EST 2003 Mike A. Harris <mharris@redhat.com>
498 + Removed commented out rpm macro define at top of spec file,
499 replacing it with a simple explanation, since rpm macros are
500 expanded by rpm even in comments.
501
502 + Changed /usr/bin to _bindir in BuildRequires lines
503
504 + Cleaned up rpm postinstall script, and made fc-cache use _bindir
505
506 + Reorganized file manifest lists
507
508Sun Mar 2 14:16:17 EST 2003 Owen Taylor <otaylor@redhat.com>
22dc6fc6
OT
509
510 + fontconfig.spec.in: Improvements from Red Hat spec file.
511
512 + {fc-lang,fc-cache,fc-list}/Makefile.am: Add man pages.
513
514 + docs/*.sgml: SGML fixes.
515
8fc10a72
KP
516Sat Mar 1 17:28:53 PST 2003 keithp
517 + Ok, so the ChangeLog is a bit out of date
518
519 + Lots of bugs fixed; most are in bugzilla, the
520 biggest problems were in cache management where
521 Owen discovered the library would lose badly when
522 combining fonts-cache and ~/.fonts-cache data
523
524 + Converted from autoconf to automake. This after
525 getting patches accepted into libtool to allow
526 the '-version-number' argument which lets
527 packages set version numbers explicitly rather
528 than the roundabout libtool way
529
530 + Converted documentation to SGML using the docbook
531 DTD. Now .txt and .html documents are installed
532 in /usr/share/doc/fontconfig and there's no
533 man page. Perhaps a man version can be written
534 at some point.
535
c2022f99
KP
536Sat Aug 31 15:21:22 PDT 2002 keithp
537 + Xrender and Xft had several bugs related to
538 rendering manually placed or poly-face text
539
540 + Added more complete memory tracing in fontconfig
541 Checked with (patched) mozilla and found no leaks
542
543 + Updated Latin orthographies by comparing those from
544 evertype.com with those from eki.ee. Tried to make
545 sensible choices, including chars that occured in both
546 and leaving some optional chars out that occured only
547 in one.
548
2458a6d8 549Mon Aug 26 16:33:04 PDT 2002 keithp
c2022f99 550 + Owen discovered that FcLangSetHasLang wasn't actually
2458a6d8
KP
551 checking the language set.
552
5d6788ac
KP
553Mon Aug 26 13:37:23 PDT 2002 keithp
554 + Append a version number to cache filenames
555
47d4f950
KP
556Thu Aug 22 11:36:18 PDT 2002 keithp
557
558 + Add "contains" and "not_contains" operators and elements to
559 font configuration
560
561 + Changed semantics of eq operator for LangSets to check for
562 FcLangEqual so that any match will do
563
564 + FcFontList was using FcConfigCompareValue (...FcOpEqual) instead
565 of FcValueEqual to check for identical values when inserting into
566 the results. This broke when the above semantic change was made,
567 now it uses FcValueEqual which is "more correct" in any case.
568
d8d73958
KP
569Thu Aug 22 00:32:29 PDT 2002 keithp
570
571 + Reimplement FC_LANG as new datatype. Lists of strings
572 was consuming over a megabyte of memory for 401 fonts.
573
574 + Freeze patterns loaded from cache files. This shares
575 common value lists and common patterns which saves
576 considerable memory.
577
578 + Change the denotation of 'constant' charsets to use special
579 ref value instead of separate boolean.
580
581 + Clean up leak tracing stuff, found several unannoted alloc/free
582 calls
583
584Tue Aug 20 16:17:37 PDT 2002 keithp
585
586 + Fix memory leak when parsing matrices from XML
587
588Mon Aug 19 11:57:27 PDT 2002 keithp
589
fa244f3d
KP
590 + Fix autoconf files to pass FONTCONFIG_PATH on
591 compile line so that ${prefix} gets substituted
592 correctly.
593
594 + Use getc_unlocked/putc_unlocked on systems that
595 provide them to avoid damage done to stdio by posix
596
597 + Eliminate FC_PATTERN and FcTypePattern in favor of
598 an extended api for FcConfigSubstitute which takes
599 both the font and the pattern.
600
601 + Add 'sans serif' alias for 'sans-serif' as some apps
602 can't handle hyphens in family names
603
604 + Eliminate pretense of support for libxml2
605
606 + Comment origins of Han orthographies
607
aefb2c41
KP
608Tue Jul 30 18:37:09 PDT 2002 keithp
609
610 + Add binding property to edit element so that strong
611 binding values may be inserted by the config file.
612 The default remains weak.
613
614Sun 28 Jul 04:16:55 PDT 2002 keithp
615
616 + Tagged release candidate 1 in the CVS tree and
617 placed fcpackage.rc1.tar.gz for distribution
618
619Thu Aug 1 08:55:08 PDT 2002 keithp
620
621 + Fixed autoconf builds to always specify install
622 target files (for BSD). Also fixed to
623 define FONTCONFIG_PATH in config.h so that
624 nonstandard installs will actually work.