]> git.wh0rd.org - fontconfig.git/blob - ChangeLog
Updated RPM specfile for 2.1.92 and fixed remaining known spec file issues
[fontconfig.git] / ChangeLog
1 Fri Mar 7 07:55:00 EST 2003 Mike A. Harris <mharris@redhat.com>
2 + RPM specfile cleanups for 2.1.92: Removed man1/* and added man5/*
3 to main package and man3/* to devel package
4
5 + Added missing defattr(-, root, root) to main RPM package
6
7 + Added HTML and text development documentation to -devel subpackage
8
9 Wed Mar 5 05:08:00 EST 2003 Mike A. Harris <mharris@redhat.com>
10 + Added back the configure macro options --disable-docs, otherwise
11 fontconfig installs docs into /usr/share/doc/fontconfig (with no
12 version number) unconditionally, causing RPM to fail the build due
13 to _unpackaged_files_terminate_build. We pick up the pregenerated
14 docs with %doc already.
15
16 Wed Mar 5 04:26:20 EST 2003 Mike A. Harris <mharris@redhat.com>
17 + Removed commented out rpm macro define at top of spec file,
18 replacing it with a simple explanation, since rpm macros are
19 expanded by rpm even in comments.
20
21 + Changed /usr/bin to _bindir in BuildRequires lines
22
23 + Cleaned up rpm postinstall script, and made fc-cache use _bindir
24
25 + Reorganized file manifest lists
26
27 Sun Mar 2 14:16:17 EST 2003 Owen Taylor <otaylor@redhat.com>
28
29 + fontconfig.spec.in: Improvements from Red Hat spec file.
30
31 + {fc-lang,fc-cache,fc-list}/Makefile.am: Add man pages.
32
33 + docs/*.sgml: SGML fixes.
34
35 Sat Mar 1 17:28:53 PST 2003 keithp
36 + Ok, so the ChangeLog is a bit out of date
37
38 + Lots of bugs fixed; most are in bugzilla, the
39 biggest problems were in cache management where
40 Owen discovered the library would lose badly when
41 combining fonts-cache and ~/.fonts-cache data
42
43 + Converted from autoconf to automake. This after
44 getting patches accepted into libtool to allow
45 the '-version-number' argument which lets
46 packages set version numbers explicitly rather
47 than the roundabout libtool way
48
49 + Converted documentation to SGML using the docbook
50 DTD. Now .txt and .html documents are installed
51 in /usr/share/doc/fontconfig and there's no
52 man page. Perhaps a man version can be written
53 at some point.
54
55 Sat Aug 31 15:21:22 PDT 2002 keithp
56 + Xrender and Xft had several bugs related to
57 rendering manually placed or poly-face text
58
59 + Added more complete memory tracing in fontconfig
60 Checked with (patched) mozilla and found no leaks
61
62 + Updated Latin orthographies by comparing those from
63 evertype.com with those from eki.ee. Tried to make
64 sensible choices, including chars that occured in both
65 and leaving some optional chars out that occured only
66 in one.
67
68 Mon Aug 26 16:33:04 PDT 2002 keithp
69 + Owen discovered that FcLangSetHasLang wasn't actually
70 checking the language set.
71
72 Mon Aug 26 13:37:23 PDT 2002 keithp
73 + Append a version number to cache filenames
74
75 Thu Aug 22 11:36:18 PDT 2002 keithp
76
77 + Add "contains" and "not_contains" operators and elements to
78 font configuration
79
80 + Changed semantics of eq operator for LangSets to check for
81 FcLangEqual so that any match will do
82
83 + FcFontList was using FcConfigCompareValue (...FcOpEqual) instead
84 of FcValueEqual to check for identical values when inserting into
85 the results. This broke when the above semantic change was made,
86 now it uses FcValueEqual which is "more correct" in any case.
87
88 Thu Aug 22 00:32:29 PDT 2002 keithp
89
90 + Reimplement FC_LANG as new datatype. Lists of strings
91 was consuming over a megabyte of memory for 401 fonts.
92
93 + Freeze patterns loaded from cache files. This shares
94 common value lists and common patterns which saves
95 considerable memory.
96
97 + Change the denotation of 'constant' charsets to use special
98 ref value instead of separate boolean.
99
100 + Clean up leak tracing stuff, found several unannoted alloc/free
101 calls
102
103 Tue Aug 20 16:17:37 PDT 2002 keithp
104
105 + Fix memory leak when parsing matrices from XML
106
107 Mon Aug 19 11:57:27 PDT 2002 keithp
108
109 + Fix autoconf files to pass FONTCONFIG_PATH on
110 compile line so that ${prefix} gets substituted
111 correctly.
112
113 + Use getc_unlocked/putc_unlocked on systems that
114 provide them to avoid damage done to stdio by posix
115
116 + Eliminate FC_PATTERN and FcTypePattern in favor of
117 an extended api for FcConfigSubstitute which takes
118 both the font and the pattern.
119
120 + Add 'sans serif' alias for 'sans-serif' as some apps
121 can't handle hyphens in family names
122
123 + Eliminate pretense of support for libxml2
124
125 + Comment origins of Han orthographies
126
127 Tue Jul 30 18:37:09 PDT 2002 keithp
128
129 + Add binding property to edit element so that strong
130 binding values may be inserted by the config file.
131 The default remains weak.
132
133 Sun 28 Jul 04:16:55 PDT 2002 keithp
134
135 + Tagged release candidate 1 in the CVS tree and
136 placed fcpackage.rc1.tar.gz for distribution
137
138 Thu Aug 1 08:55:08 PDT 2002 keithp
139
140 + Fixed autoconf builds to always specify install
141 target files (for BSD). Also fixed to
142 define FONTCONFIG_PATH in config.h so that
143 nonstandard installs will actually work.