1 2004-12-06 michael meeks <mmeeks@novell.com>
3 Reviewed by: Keith Packard <keithp@keithp.com>
5 * src/fcinit.c: (FcMemReport):
7 * src/fclist.c: (FcObjectSetAdd):
8 * src/fcpat.c: (FcValueListEntCreate), (FcPatternBaseFreeze),
9 (FcPatternInsertElt), (FcPatternEqual), (FcObjectStaticName):
10 * src/fcxml.c: (FcParsePatelt):
11 memoize strings and share a single copy for all uses. Note that
12 this could be improved further by using statically allocated blocks
13 and gluing multiple strings together, but I'm basically lazy.
14 In my environment with 800 font files, I get a savings of about 90KB.
16 2004-12-06 Keith Packard <keithp@keithp.com>
27 * doc/fcconstant.fncs:
30 * doc/fcfreetype.fncs:
33 * doc/fcobjectset.fncs:
34 * doc/fcobjecttype.fncs:
39 * doc/fontconfig-devel.sgml:
40 * doc/fontconfig-user.sgml:
42 * doc/version.sgml.in:
43 * fc-cache/Makefile.am:
44 * fc-cache/fc-cache.c:
45 * fc-glyphname/Makefile.am:
46 * fc-glyphname/fc-glyphname.c:
47 * fc-glyphname/fcglyphname.tmpl.h:
48 * fc-lang/Makefile.am:
93 * fc-lang/fc-lang.man:
94 * fc-lang/fclang.tmpl.h:
139 * fc-lang/ku_ir.orth:
172 * fc-lang/ps_af.orth:
173 * fc-lang/ps_pk.orth:
202 * fc-lang/ti_er.orth:
203 * fc-lang/ti_et.orth:
229 * fc-lang/zh_cn.orth:
230 * fc-lang/zh_hk.orth:
231 * fc-lang/zh_mo.orth:
232 * fc-lang/zh_sg.orth:
233 * fc-lang/zh_tw.orth:
235 * fc-list/Makefile.am:
237 * fc-match/Makefile.am:
238 * fc-match/fc-match.1:
239 * fc-match/fc-match.c:
240 * fontconfig/fcfreetype.h:
241 * fontconfig/fcprivate.h:
242 * fontconfig/fontconfig.h:
263 Change files from ISO-Latin-1 to UTF-8
265 2004-12-04 Keith Packard <keithp@keithp.com>
268 Update links to new freedesktop.org locations
270 Add uninstall-local to get rid of fonts.conf and local.conf if they
271 match the distributed versions. Fixes 'make distcheck'
273 2004-12-04 Keith Packard <keithp@keithp.com>
277 * fontconfig/fontconfig.h:
278 Updates for version 2.2.97
280 2004-12-04 Owen Taylor <otaylor@redhat.com>
282 reviewed by: Keith Packard <keithp@keithp.com>
284 * fc-cache/fc-cache.c: (main):
285 Sleep for two seconds before exiting to make sure timestamps
286 for future changes have distinct mod times in the file system.
289 Add Punjabi orthography. Bug #1671.
291 2004-12-04 Keith Packard <keithp@keithp.com>
294 Just remove the FC_FONTDATE -- it has locale issues and
295 annoys redhat multi-arch installs. Now that all X fonts are
296 included without prejudice, the chances of the date being at
297 all interesting are rather limited. Bug #505.
299 Add copyright and license
301 2004-12-04 Keith Packard <keithp@keithp.com>
304 Change default set of fonts to include all of
305 /usr/X11R6/lib/X11/fonts (or wherever the X fonts are located).
306 * doc/fontconfig-user.sgml:
307 Document new <include>directory-name</include> semantics
309 add <include ignore_missing="yes">conf.d</include>
311 Add selectfont to ignore bitmap fonts, add comment for
312 selectfont which accepts bitmap fonts.
315 * src/fcxml.c: (FcConfigParseAndLoadDir), (FcConfigParseAndLoad):
316 Allow <include> configuration elements to reference directories.
317 Parse and load all files of the form [0-9]* in sorted order.
319 2004-12-04 Keith Packard <keithp@keithp.com>
322 Report command line for $srcdir/configure accurately.
325 2004-12-04 Keith Packard <keithp@keithp.com>
327 * src/fcfreetype.c: (FcFreeTypeQuery):
328 Check for non-empty face->family_name and face->style_name
329 before using those for the font. Empty names match everything.
332 2004-12-04 Keith Packard <keithp@keithp.com>
335 * fontconfig/fontconfig.h:
336 * src/fcfreetype.c: (FcFreeTypeQuery):
338 Create FC_FONTFORMAT from FT_Get_X11_Font_Format function where
339 available. This provides font file format information (BDF, Type 1,
340 PCF, TrueType) for each font. Closes #109.
342 2004-12-04 Daniel Glassey <danglassey@ntlworld.com>
344 reviewed by: Keith Packard <keithp@keithp.com>
346 * doc/fontconfig-user.sgml:
349 * fontconfig/fontconfig.h:
350 * src/fcfreetype.c: (FcFreeTypeQuery), (addtag), (compareulong),
351 (GetScriptTags), (FcFontCapabilities):
353 Add detection for font capabilities (bug #105)
355 2004-12-04 Keith Packard <keithp@keithp.com>
358 Move existing fonts.conf to fonts.conf.bak
361 Add detection of iconv
363 * doc/fcpattern.fncs:
364 * doc/fontconfig-devel.sgml:
365 * doc/fontconfig-user.sgml:
367 Document new selectfont elements
370 Switch to UTF-8 in comment
372 * fontconfig/fontconfig.h:
374 Add fullname, and family/style/fullname language entries
376 * src/fccache.c: (FcCacheFontSetAdd):
377 * src/fcdir.c: (FcFileScanConfig):
378 Respect selectfont/*/glob
381 * src/fccfg.c: (FcConfigCreate), (FcConfigDestroy),
382 (FcConfigCompareValue), (FcConfigPatternsAdd),
383 (FcConfigPatternsMatch), (FcConfigAcceptFont):
384 * src/fcxml.c: (FcElementMap), (FcVStackDestroy),
385 (FcVStackPushPattern), (FcPopExpr), (FcParseAcceptRejectFont),
386 (FcPopValue), (FcParsePatelt), (FcParsePattern), (FcEndElement):
387 Add support for selectfont
389 * src/fcfreetype.c: (FcSfntNameTranscode), (FcSfntNameLanguage),
390 (FcStringInPatternElement), (FcFreeTypeQuery):
391 Add multi-lingual family/style/fullname support
393 * src/fclist.c: (FcListPatternMatchAny):
394 Expose FcListPatternMatchAny (which selectfont/*/pattern uses)
396 * src/fcpat.c: (FcPatternRemove), (FcPatternAppend),
397 (FcObjectStaticName):
398 Add new FcPatternRemove/FcPatternAppend.
399 FcObjectStaticName stores computed pattern element names which
400 are required to be static.
402 2004-09-09 "NAKAMURA Ken'ichi" <nakamura@sbp.fp.a.u-tokyo.ac.jp>
407 Remove spurious / after $(DESTDIR)
409 2004-06-30 Keith Packard <keithp@keithp.com>
413 * fontconfig/fontconfig.h:
416 2004-06-30 Keith Packard <keithp@keithp.com>
418 Provided by: Lubos Lunak <l.lunak@suse.cz>
420 * src/fccfg.c: (FcConfigUptoDate):
421 However FcConfigUptoDate() doesn't seem to work. See the attached
422 patch. First there's an obvious misplaced parenthesis making it
423 return always false, and second, even this call fails to detect font
424 changes (e.g. adding a new font to
425 /usr/X11R6/lib/X11/fonts/truetype). The patch should fix that as
426 well. The problem seems to be triggered by my fonts.conf specifying
427 only /usr/X11R6/lib/X11/fonts , and therefore config->configDirs
428 doesn't include subdirs, unlike config->fontDirs.
430 2004-06-03 Keith Packard <keithp@keithp.com>
432 * fontconfig/fontconfig.h:
433 Remove comma at end of FcResult enum definition.
435 2004-05-29 Keith Packard <keithp@keithp.com>
438 Add steps to md5sum release
440 2004-05-29 Keith Packard <keithp@keithp.com>
444 * fontconfig/fontconfig.h:
447 2004-05-29 Keith Packard <keithp@keithp.com>
449 * fontconfig/fontconfig.h:
450 * src/fcmatch.c: (FcFontSetMatch):
451 Add FcResultOutOfMemory to provide an accurate error when
452 FcFontSetMatch fails in this way
455 Make #warning about lacking various FreeType features indicate
456 which version those features appeared so users know how to
457 fix the problem (Thanks to Anton Tropashko)
459 2004-05-05 Keith Packard <keithp@keithp.com>
461 * src/fcfreetype.c: (FcFreeTypeCharSetAndSpacing):
462 Replace MIN/MAX/ABS macros which happen to have come
463 from FreeType with fontconfig-specific ones (FC_*)
465 2004-04-23 Keith Packard <keithp@keithp.com>
468 Extend release preparation instructions to include
469 notification and distribution steps
471 2004-04-23 Keith Packard <keithp@keithp.com>
475 * fontconfig/fontconfig.h:
476 Update to 2.2.94 (2.2.93 shipped with broken libtool bits)
478 2004-04-23 Keith Packard <keithp@keithp.com>
481 Ignore a few more autotool files
483 2004-04-14 Keith Packard <keithp@keithp.com>
486 Add instructions for doing a release
488 * fontconfig.spec.in:
489 clean up .spec file; perhaps this will be useful to somebody...
493 * fontconfig/fontconfig.h:
497 Make 'scanopen' static so GCC doesn't whine about lacking prototype
499 * fc-glyphname/Makefile.am:
500 * fc-lang/Makefile.am:
501 * fc-list/Makefile.am:
502 * fc-match/Makefile.am:
504 Add WARN_CFLAGS to pass -W flags for GCC systems
506 * src/fcfreetype.c: (FcNoticeFoundry), (FcVendorMatch),
507 (FcVendorFoundry), (FcGetPixelSize), (FcFreeTypeQuery):
508 Change various char types around to match across
510 Fixed bug in using available_sizes[i].height which
511 is in pixels, not 64ths of a pixel.
513 2004-03-06 Keith Packard <keithp@keithp.com>
515 * src/fcfreetype.c: (FcFreeTypeQuery):
516 Force FC_FOUNDRY and FC_WIDTH to always be set so that
517 matches looking for explicit values prefer exact matches
519 2004-03-02 Keith Packard <keithp@keithp.com>
521 Supplied by: mfabian@suse.de (Mike FABIAN)
523 * src/fcfreetype.c: (FcFreeTypeQuery):
524 Bug #260 fc-cache generates wrong spacing values for bitmap fonts
525 Was using (strcmp (a,b)) instead of (!strcmp(a,b)).
527 2004-02-21 Manish Singh <yosh@gimp.org>
529 * fc-glyphname/fc-glyphname.c: (main):
530 Cast strlen to int for printf, so we're 64-bit clean.
532 2004-02-11 Keith Packard <keithp@keithp.com>
535 * src/fcfreetype.c: (FcGetPixelSize):
536 Ok, so I messed up the test for y_ppem. Let's see if I
537 got it right this time.
539 2004-02-10 Keith Packard <keithp@keithp.com>
542 * src/fcfreetype.c: (FcGetPixelSize):
543 Pre-2.1.5 versions of FreeType didn't include y_ppem in the
544 FT_Bitmap_Size record. Add a configure.in test for this
545 and change the code accordingly (using height instead).
547 2004-02-06 Keith Packard <keithp@keithp.com>
550 Add Low Saxon orthography
551 (Kenneth Rohde Christiansen <kenneth@gnu.org>)
553 * src/fccfg.c: (FcConfigNewestFile):
554 Oops. Left 'newest.set' unset, which would miscompute
557 * src/fcfreetype.c: (FcGetPixelSize), (FcFreeTypeQuery),
558 (FcFreeTypeCheckGlyph):
559 Add FcGetPixelSize to extract correct pixel size from bdf/pcf
560 font properties (which report the wrong value in current FreeType)
562 Don't attempt to check for empty glyphs in non-scalable fonts; they
565 2004-02-01 Tor Lillqvist <tml@iki.fi>
567 * src/fccfg.c (FcConfigCreate): fontconfig, at least as used by
568 GIMP and/or PangoFT2 on Windows, crashes when trying to save the
569 cache if config->cache is NULL, which happens if FcConfigHome() is
570 NULL. Guard against that by using the temp folder in that case.
572 2004-01-03 Roozbeh Pournader <roozbeh@sharif.edu>
574 * fc-lang/az_ir.orth:
575 * fc-lang/ku_ir.orth:
576 * fc-lang/ps_af.orth:
577 * fc-lang/ps_pk.orth:
578 Added orthographies for Iranian Azerbaijani and Kurdish, and Pashto
579 (Afghan and Pakistani).
581 Updated Urdu orthography with real data.
583 2003-12-11 Carl Worth <cworth@east.isi.edu>
585 * fc-list/Makefile.am (man_MANS): Move man_MANS into the 'if
588 * fc-cache/Makefile.am (man_MANS): Move man_MANS into the 'if
590 (all-local): Remove excessive whitespace.
592 * autogen.sh: Add 'set -e' to abort when any program fails,
593 (avoids printing of 'now type make' after configure aborts).
595 2003-11-17 Eric Christopherson <rakko@charter.net>
597 reviewed by: Keith Packard <keithp@keithp.com>
600 * fontconfig/fcfreetype.h:
602 Switch to FreeType 2.1.7 style includes. Bug #150.
604 2003-11-16 Noah Levitt <nlevitt@columbia.edu>
606 * fc-list/fc-list.sgml: Add some example usages.
608 2003-11-10 Roozbeh Pournader <roozbeh@sharif.edu>
611 Fixed a bug "FcStrtod" in handling some cases with two-byte decimal
614 2003-10-27 Keith Packard <keith@keithp.com>
617 * fontconfig/fontconfig.h:
618 Update to version 2.2.92
620 2003-10-27 Keith Packard <keithp@keithp.com>
625 * fc-cache/Makefile.am:
626 * fc-glyphname/Makefile.am:
627 * fc-lang/Makefile.am:
628 * fc-list/Makefile.am:
629 * fc-match/Makefile.am:
632 Yet more cleanups to finish getting 'make distcheck' working
633 This has been tested to ensure that it even works from a _build
636 2003-10-26 Keith Packard <keithp@keithp.com>
640 * fc-cache/Makefile.am:
641 * fc-glyphname/Makefile.am:
642 * fc-lang/Makefile.am:
643 * fc-lang/fc-lang.c: (scanopen), (scan), (main):
644 * fc-list/Makefile.am:
645 * fc-match/Makefile.am:
646 Attempts to fix 'make distcheck' work. Things are
647 progressing pretty well, but there are still failures
648 long into the process dealing with docs (as always).
650 The big changes here are mostly to make $(srcdir) != "."
651 work correctly, fixing the docbook related sections and
652 fc-lang were particularily tricky. Docbook refuses to load
653 system entities from anywhere other than where the original .sgml
654 file was located, so no luck looking in "." for the
655 configure-generated version.sgml and confdir.sgml files.
657 fc-lang needed help finding .orth files; added a -d option
658 to set the directory as the least evil of many options.
660 Now to go use a faster machine and try and wring out the last
663 2003-10-26 Keith Packard <keithp@keithp.com>
667 2003-10-26 Keith Packard <keithp@keithp.com>
670 Include confdir.sgml.in in EXTRA_DIST
672 2003-10-09 Josselin Mouette <joss@debian.org>
674 * fc-cache/fc-cache.sgml fc-cache/Makefile.am:
675 * fc-list/fc-list.sgml fc-list/Makefile.am:
676 Replace fc-cache and fc-list manpages with more detailed, SGML
679 2003-09-23 Owen Taylor <otaylor@redhat.com>
681 * fontconfig/fontconfig.h src/fcdefault.c (FcDefaultSubstitute)
682 src/fcname.c: Add a FC_HINT_STYLE key for patterns, with
683 possible values HINT_NONE/HINT_SLIGHT/HINT_MEDIUM/HINT_FULL.
686 2003-09-23 Owen Taylor <otaylor@redhat.com>
688 * fc-lang/ka.orth: Remove Georgian capitals, they
689 aren't used for normal writing. (Bug #116)
691 2003-09-06 Noah Levitt <nlevitt@columbia.edu>
693 * doc/fontconfig-devel.sgml:
694 * doc/fontconfig-user.sgml:
695 * fontconfig/fontconfig.h:
697 * src/fcfreetype.c (FcFreeTypeCharSetAndSpacing): Add new spacing
698 value FC_DUAL (dual-width, as some CJK fonts). (bug #111)
700 * src/fcfreetype.c (FcFreeTypeCharSetAndSpacing): When checking for
701 monospace and dual-width fonts, allow roughly a 3% variance in the
704 2003-08-31 Manish Singh <yosh@gimp.org>
706 * src/fccfg.c (FcConfigAppFontClear): Support passing NULL to
709 2003-08-15 Carl Worth <cworth@isi.edu>
711 * src/fcxml.c (FcEditDestroy): Fix leak of FcEdit.
712 (FcPopExpr): Add comment about unhandled FcVStackGlob case.
714 * src/fcpat.c (FcValueListEntDestroy): New function to support
715 FcFini memory cleanup. Some statistics are not kept in
717 (FcValueListFreeze): Move hashTable outside this function so it
718 can be accessed by FcValueListThawAll.
719 (FcValueListThawAll): New function complements FcValueListFreeze.
720 (FcPatternBaseFreeze): Move hashTable outside this function so it
721 can be accessed by FcPatternBaseThawAll.
722 (FcPatternBaseThawAll): New function complements
724 (FcPatternThawAll): New function complements FcPatternFreeze.
726 * src/fcinit.c (FcFini): Add new FcFini to cleanup everything.
728 * src/fccharset.c (FcCharLeafEntCreate): Save pointers to all
729 allocated FcCharLeafEnt "blocks" so they can be freed later.
730 (FcCharSetFreezeLeaf): Move hashTable outside this function so it
731 can be accessed by FcCharSetThawAllLeaf.
732 (FcCharSetThawAllLeaf): New function complements FcCharSetFreezeLeaf.
733 (FcCharSetFreezeBase): Move hashTable outside this function so it
734 can be accessed by FcCharSetThawAll.
735 (FcCharSetThawAll): New function complements FcCharSetFreeze.
737 * src/fccfg.c (FcSubstDestroy): Fix leak of outer FcSubst.
738 (FcConfigDestroy): Fic leak of FcBlanks.
740 * fc-list/fc-list.c (main): Fix leak of FcObjectSet.
741 (main): Add call to FcFini when finished.
743 * fc-glyphname/fc-glyphname.c: Mark several local functions as
744 static. Add prototypes.
746 * doc/fcinit.fncs: Add documentation for FcFini function.
748 * doc/edit-sgml.c: Mark several local functions as static. Add
751 * doc/Makefile.am (DOC_MODULE): Fix "suspicious" lines.
753 2003-06-15 Tor Lillqvist <tml@iki.fi>
755 * test/run-test.sh (FONTCONFIG_FILE): Remove CRs from the out file
756 before comparing (needed on Windows).
758 * src/Makefile.am (install-libtool-import-lib): Fix cut&paste error.
760 2003-06-13 Tor Lillqvist <tml@iki.fi>
762 * fontconfig-zip.in (DEVZIP): Add share/doc directory. Add Fc*.3
765 * configure.in: Set FC_DEFAULT_FONTS on Win32 to the
766 WINDOWSFONTDIR token.
768 * src/fontconfig.def.in: Move the LIBRARY and VERSION lines to the
769 end, not to confuse libtool, which expects the EXPORTS line to be
770 the first. Add FcConfigEnableHome.
772 * src/fccfg.c: Check also for DLL_EXPORT as indication of being
773 built as a DLL on Win32.
775 2003-06-09 Keith Packard <keithp@keithp.com>
779 2003-06-09 Keith Packard <keithp@keithp.com>
781 * Optimization in FcLangSetIndex was broken, occasionally
782 returning a pointer to the wrong location on miss
784 * Add fc-match to test font matching from the command line.
786 2003-05-31 Keith Packard <keithp@keithp.com>
788 * (Bug 85) add support for culmus fonts
789 * (Bug 87) Automake 1.4 doesn't do man_MAN1 correctly
790 * (Bug 88) Fix usage info on non-long option systems (Tim Mooney)
792 2003-05-28 James Su <suzhe@turbolinux.com.cn>
794 * Fix "contains" op for strings and langsets.
796 2003-05-17 Keith Packard <keithp@keithp.com>
798 * Fix build error with BDF prop local. Free langset after query
800 2003-05-14 Keith Packard <keithp@keithp.com>
802 * Extract spacing from XLFD atom
804 2003-05-12 Juliusz Chroboczek <jch@pps.jussieu.fr>
806 * Reinstate SETWIDTH_NAME parsing for legacy fonts,
809 * Generate FC_SIZE and FC_DPI for legacy bitmap fonts
811 2003-05-12 Keith Packard <keithp@keithp.com>
813 * Use FcIsWidth to share code
815 * Set FT_LOAD_IGNORE_GLOBAL_ADVANCE_WIDTH when scanning fonts to avoid
816 misclassifying some Han fonts as monospaced.
818 2003-05-07 Keith Packard <keithp@keithp.com>
820 * Add filename-based accept/reject to ammend available fonts.
822 * Change FT_ENCODING_ADOBE_CUSTOM to ft_encoding_adobe_custom for
823 older FreeType releases.
825 2003-05-06 Keith Packard <keithp@keithp.com>
827 * Remove 0b82 and Tamil numbers from tamil
828 orthography (Jungshik Shin <jshin@mailaps.org>)
830 2003-05-04 Keith Packard <keithp@keithp.com>
832 + Map glyph names in fonts with adobe custom encoding to unicode
834 2003-05-02 Keith Packard <keithp@keithp.com>
836 * Add FC_WEIGHT_BOOK as weight 75
838 2003-04-30 Keith Packard <keithp@keithp.com>
840 * Typo in bitstream foundry name
842 2003-04-24 Keith Packard <keithp@keithp.com>
844 * Eliminate italic_angle check for PS fonts
846 2003-04-23 Noah Levitt <nlevitt@columbia.edu>
848 * Getting closer to fixing /etc/fonts hard-coding.
850 2003-04-22 Keith Packard <keithp@keithp.com>
852 * Update autogen.sh to work with newer automake versions
853 * Handle pattern elements moving during multiple edits
855 2003-04-23 James Henstridge <james@daa.com.au>
857 * doc/fontconfig-devel.sgml: close the <para> element.
859 * doc/fcpattern.fncs: close the <para> element.
861 * doc/func.sgml: close the <refsynopsisdiv> element.
863 2003-04-22 Keith Packard <keithp@keithp.com
865 * Update autogen.sh to work with newer automake versions
866 * Handle pattern elements moving during multiple edits
868 2003-04-17 Colin Walters <walters@debian.org>
870 + Remove some unused variables, and initialize some other ones so
873 2003-04-16 Keith Packard <keithp@keithp.com>
877 2003-04-16 Keith Packard <keithp@keithp.com>
879 + add BDF property fetching support for foundry
880 (from Juliusz Chroboczek)
881 + add BDF property fetching support for width
883 2003-04-11 Juliusz Chroboczek <jch@pps.jussieu.fr>
885 + Implemented foundry generation for Type 1 and TrueType
887 2003-04-11 Gerard Escalante <g2@magestudios.net>
889 + Retrieve information from Type1 FontInfo dictionaries
891 2003-04-07 Colin Walters <walters@verbum.org>
893 + src/Makefile.am: Fix dummy makefile target names when
894 MS_LIB_AVAILABLE isn't set.
896 2003-03-22 Tor Lillqvist <tml@iki.fi>
900 + On Windows with gcc (a.k.a. mingw) build as a DLL.
902 + We don't want to hardcode the fonts.conf file location in the
903 DLL, so we look up the DLL location at run-time in a DllMain()
904 function. The fonts.conf location is deduced from that.
906 + The colon can't be used as path separator on Windows,
907 semicolon is used instead. File path components can be separated
908 with either slash or backslash. Absolute paths can also begin
911 + Add internal function FcStrLastSlash that strrchr's the last
912 slash, or backslash on Windows.
914 + There is no link() on Windows. For atomicity checks, mkdir a
915 lock directory instead.
917 + In addition to HOME, also look for USERPROFILE.
919 + Recognize the special font directory token WINDOWSFONTDIR, to
920 use the system's font directory.
922 + Remove the fontconfig-def.cpp that was obsolete. Add
923 fontconfig.def(.in), without internal functions.
925 + Add a fontconfig-zip(.in) script, used to build a binary
928 Fri Mar 7 07:55:00 EST 2003 Mike A. Harris <mharris@redhat.com>
929 + RPM specfile cleanups for 2.1.92: Removed man1/* and added man5/*
930 to main package and man3/* to devel package
932 + Added missing defattr(-, root, root) to main RPM package
934 + Added HTML and text development documentation to -devel subpackage
936 Wed Mar 5 05:08:00 EST 2003 Mike A. Harris <mharris@redhat.com>
937 + Added back the configure macro options --disable-docs, otherwise
938 fontconfig installs docs into /usr/share/doc/fontconfig (with no
939 version number) unconditionally, causing RPM to fail the build due
940 to _unpackaged_files_terminate_build. We pick up the pregenerated
941 docs with %doc already.
943 Wed Mar 5 04:26:20 EST 2003 Mike A. Harris <mharris@redhat.com>
944 + Removed commented out rpm macro define at top of spec file,
945 replacing it with a simple explanation, since rpm macros are
946 expanded by rpm even in comments.
948 + Changed /usr/bin to _bindir in BuildRequires lines
950 + Cleaned up rpm postinstall script, and made fc-cache use _bindir
952 + Reorganized file manifest lists
954 Sun Mar 2 14:16:17 EST 2003 Owen Taylor <otaylor@redhat.com>
956 + fontconfig.spec.in: Improvements from Red Hat spec file.
958 + {fc-lang,fc-cache,fc-list}/Makefile.am: Add man pages.
960 + docs/*.sgml: SGML fixes.
962 Sat Mar 1 17:28:53 PST 2003 keithp
963 + Ok, so the ChangeLog is a bit out of date
965 + Lots of bugs fixed; most are in bugzilla, the
966 biggest problems were in cache management where
967 Owen discovered the library would lose badly when
968 combining fonts-cache and ~/.fonts-cache data
970 + Converted from autoconf to automake. This after
971 getting patches accepted into libtool to allow
972 the '-version-number' argument which lets
973 packages set version numbers explicitly rather
974 than the roundabout libtool way
976 + Converted documentation to SGML using the docbook
977 DTD. Now .txt and .html documents are installed
978 in /usr/share/doc/fontconfig and there's no
979 man page. Perhaps a man version can be written
982 Sat Aug 31 15:21:22 PDT 2002 keithp
983 + Xrender and Xft had several bugs related to
984 rendering manually placed or poly-face text
986 + Added more complete memory tracing in fontconfig
987 Checked with (patched) mozilla and found no leaks
989 + Updated Latin orthographies by comparing those from
990 evertype.com with those from eki.ee. Tried to make
991 sensible choices, including chars that occured in both
992 and leaving some optional chars out that occured only
995 Mon Aug 26 16:33:04 PDT 2002 keithp
996 + Owen discovered that FcLangSetHasLang wasn't actually
997 checking the language set.
999 Mon Aug 26 13:37:23 PDT 2002 keithp
1000 + Append a version number to cache filenames
1002 Thu Aug 22 11:36:18 PDT 2002 keithp
1004 + Add "contains" and "not_contains" operators and elements to
1007 + Changed semantics of eq operator for LangSets to check for
1008 FcLangEqual so that any match will do
1010 + FcFontList was using FcConfigCompareValue (...FcOpEqual) instead
1011 of FcValueEqual to check for identical values when inserting into
1012 the results. This broke when the above semantic change was made,
1013 now it uses FcValueEqual which is "more correct" in any case.
1015 Thu Aug 22 00:32:29 PDT 2002 keithp
1017 + Reimplement FC_LANG as new datatype. Lists of strings
1018 was consuming over a megabyte of memory for 401 fonts.
1020 + Freeze patterns loaded from cache files. This shares
1021 common value lists and common patterns which saves
1022 considerable memory.
1024 + Change the denotation of 'constant' charsets to use special
1025 ref value instead of separate boolean.
1027 + Clean up leak tracing stuff, found several unannoted alloc/free
1030 Tue Aug 20 16:17:37 PDT 2002 keithp
1032 + Fix memory leak when parsing matrices from XML
1034 Mon Aug 19 11:57:27 PDT 2002 keithp
1036 + Fix autoconf files to pass FONTCONFIG_PATH on
1037 compile line so that ${prefix} gets substituted
1040 + Use getc_unlocked/putc_unlocked on systems that
1041 provide them to avoid damage done to stdio by posix
1043 + Eliminate FC_PATTERN and FcTypePattern in favor of
1044 an extended api for FcConfigSubstitute which takes
1045 both the font and the pattern.
1047 + Add 'sans serif' alias for 'sans-serif' as some apps
1048 can't handle hyphens in family names
1050 + Eliminate pretense of support for libxml2
1052 + Comment origins of Han orthographies
1054 Tue Jul 30 18:37:09 PDT 2002 keithp
1056 + Add binding property to edit element so that strong
1057 binding values may be inserted by the config file.
1058 The default remains weak.
1060 Sun 28 Jul 04:16:55 PDT 2002 keithp
1062 + Tagged release candidate 1 in the CVS tree and
1063 placed fcpackage.rc1.tar.gz for distribution
1065 Thu Aug 1 08:55:08 PDT 2002 keithp
1067 + Fixed autoconf builds to always specify install
1068 target files (for BSD). Also fixed to
1069 define FONTCONFIG_PATH in config.h so that
1070 nonstandard installs will actually work.