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