Imported Upstream version 2.14.2
[platform/upstream/fontconfig.git] / ChangeLog
1 commit a919700fbde28c29ccdb1d2a8bceba80ade19e73
2 Author: Akira TAGOH <akira@tagoh.org>
3 Date:   Mon Jun 10 20:37:03 2019 +0900
4
5     Bump version to 2.13.91
6
7  README                  | 106
8  +++++++++++++++++++++++++++++++++++++++++++++++-
9  configure.ac            |   2 +-
10  fontconfig/fontconfig.h |   2 +-
11  3 files changed, 106 insertions(+), 4 deletions(-)
12
13 commit 66b0af41b81c5f0db1a8f952beaaada95e221d14
14 Author: Akira TAGOH <akira@tagoh.org>
15 Date:   Mon Jun 10 10:57:05 2019 +0000
16
17     Fix endianness on generating MD5 cache name
18
19  src/fccache.c | 2 +-
20  1 file changed, 1 insertion(+), 1 deletion(-)
21
22 commit f729bc63d83c8e9068ff1c031a363b624dea1bb7
23 Author: Akira TAGOH <akira@tagoh.org>
24 Date:   Thu Jun 6 10:50:31 2019 +0000
25
26     Fix a typo in the description of FcWeightFromOpenTypeDouble
27
28  doc/fcweight.fncs | 2 +-
29  1 file changed, 1 insertion(+), 1 deletion(-)
30
31 commit f40b203b3e28f253bfe4976ab571278cd19437d7
32 Author: Akira TAGOH <akira@tagoh.org>
33 Date:   Mon Jun 3 07:08:44 2019 +0000
34
35     Correct the comment for FC_LANG in fontconfig.h
36
37  fontconfig/fontconfig.h | 2 +-
38  1 file changed, 1 insertion(+), 1 deletion(-)
39
40 commit c336b8471877371f0190ba06f7547c54e2b890ba
41 Author: Akira TAGOH <akira@tagoh.org>
42 Date:   Thu May 9 07:10:11 2019 +0000
43
44     fc-validate: returns an error code when missing some glyphs
45
46     Fixes https://gitlab.freedesktop.org/fontconfig/fontconfig/issues/154
47
48  fc-validate/fc-validate.c | 1 +
49  1 file changed, 1 insertion(+)
50
51 commit a305e988b77b61398cd7806ec7b6f8de098f54c8
52 Author: Akira TAGOH <akira@tagoh.org>
53 Date:   Wed May 8 05:18:43 2019 +0000
54
55     Update CaseFolding.txt to Unicode 12.1
56
57  fc-case/CaseFolding.txt | 13 ++++++++++---
58  1 file changed, 10 insertions(+), 3 deletions(-)
59
60 commit fd2e155665ea2c69cd8014962061349a0cc794e6
61 Author: Jon Turney <jon.turney@dronecode.org.uk>
62 Date:   Mon Apr 15 20:01:22 2019 +0100
63
64     Only use test wrapper-script if host is MinGW
65
66     Currently it fails if the executable extension is .exe, but wine isn't
67     available (e.g. on Cygwin)
68
69     Possibly the check to use this wrapper should be even more restrictive
70     e.g. checking if cross-building and/or if wine is available.
71
72  test/Makefile.am | 3 +++
73  test/run-test.sh | 1 -
74  2 files changed, 3 insertions(+), 1 deletion(-)
75
76 commit d28681af2ace90e80bed440d126e98f76cd086f3
77 Author: Akira TAGOH <akira@tagoh.org>
78 Date:   Mon Apr 15 09:03:57 2019 +0000
79
80     Distribute archive in xz instead of bz2
81
82     Fixes https://gitlab.freedesktop.org/fontconfig/fontconfig/issues/151
83
84  .gitlab-ci.yml | 2 +-
85  configure.ac   | 2 +-
86  2 files changed, 2 insertions(+), 2 deletions(-)
87
88 commit faa11fb642d046e9aecde6d1385b8e6c14ec6055
89 Author: Akira TAGOH <akira@tagoh.org>
90 Date:   Thu Apr 4 12:14:20 2019 +0000
91
92     Update the test case that is looking for uuid based on host
93
94  test/run-test.sh | 56
95  ++++++++++++++++++++++++++++++++------------------------
96  1 file changed, 32 insertions(+), 24 deletions(-)
97
98 commit 76e899700bdc0443807f7e0170d3c1aa6da1b84b
99 Author: Akira TAGOH <akira@tagoh.org>
100 Date:   Thu Apr 4 11:57:13 2019 +0000
101
102     No need to remap for uuid based
103
104  src/fccache.c | 36 +++++++++++++++++-------------------
105  1 file changed, 17 insertions(+), 19 deletions(-)
106
107 commit 7f61838435ed3e3f8c19c593e9e646d221128df8
108 Author: Akira TAGOH <akira@tagoh.org>
109 Date:   Thu Apr 4 10:59:47 2019 +0000
110
111     Fallback uuid-based name to read a cache if no MD5-based cache
112     available
113
114  src/fccache.c    | 91
115  ++++++++++++++++++++++++++++++++++++++++++++++++++++++--
116  test/run-test.sh | 25 +++++++++++++++-
117  2 files changed, 113 insertions(+), 3 deletions(-)
118
119 commit 13d2a47d79a4ec4d3bc48aeb89dd9c899468152e
120 Author: Akira TAGOH <akira@tagoh.org>
121 Date:   Thu Apr 4 06:47:34 2019 +0000
122
123     Fix unexpected cache name by double-slash in path
124
125  src/fccfg.c      | 16 +++++++++-------
126  test/run-test.sh | 32 ++++++++++++++++++++++++++++++++
127  2 files changed, 41 insertions(+), 7 deletions(-)
128
129 commit faec0b51db6ef935929a95b289524abac062be8c
130 Author: Akira TAGOH <akira@tagoh.org>
131 Date:   Thu Apr 4 05:04:17 2019 +0000
132
133     Don't show salt in debugging message if salt is null
134
135  src/fccfg.c | 4 ++--
136  1 file changed, 2 insertions(+), 2 deletions(-)
137
138 commit 91114d18c3435e4bffe1812eb03ffe5efa8543d7
139 Author: Akira TAGOH <akira@tagoh.org>
140 Date:   Wed Apr 3 04:48:42 2019 +0000
141
142     Allow overriding salt with new one coming later
143
144  src/fcint.h |  3 +++
145  src/fcstr.c | 58
146  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
147  2 files changed, 61 insertions(+)
148
149 commit 791762d8b7108f692b8643a208825f5ba3aa7a72
150 Author: Akira TAGOH <akira@tagoh.org>
151 Date:   Tue Apr 2 11:03:16 2019 +0000
152
153     fc-cache: Show font directories to generate cache with -v
154
155  fc-cache/fc-cache.c | 11 +++++++++++
156  1 file changed, 11 insertions(+)
157
158 commit d1acc73f23205e63be791c9f21eba917d292c541
159 Author: Akira TAGOH <akira@tagoh.org>
160 Date:   Tue Apr 2 10:25:46 2019 +0000
161
162     Oops, Terminate string
163
164  src/fccache.c | 1 +
165  1 file changed, 1 insertion(+)
166
167 commit fc9f706ecb71b2625487138e6f7424d8c2cee761
168 Author: Akira TAGOH <akira@tagoh.org>
169 Date:   Tue Apr 2 10:00:17 2019 +0000
170
171     Add some debugging output
172
173  src/fccache.c | 18 ++++++++++++++----
174  src/fccfg.c   | 15 +++++++++++++++
175  2 files changed, 29 insertions(+), 4 deletions(-)
176
177 commit cb1df8cb28d6ae34726cf7c3fd0142847431c7bb
178 Author: Akira TAGOH <akira@tagoh.org>
179 Date:   Tue Apr 2 09:37:49 2019 +0000
180
181     Don't warn if path can't be converted with prefix
182
183  src/fcxml.c | 18 ++++++++++++++++--
184  1 file changed, 16 insertions(+), 2 deletions(-)
185
186 commit 34791c32f19a3abc6a3dd2000d28202b80a882f9
187 Author: Akira TAGOH <akira@tagoh.org>
188 Date:   Tue Mar 26 05:07:34 2019 +0000
189
190     Don't share fonts and cache dir for testing
191
192     There seems a race condition on CI. so create an unique directory
193     to avoid colision.
194
195  test/run-test.sh | 8 +++++---
196  1 file changed, 5 insertions(+), 3 deletions(-)
197
198 commit 0950f248e031865e0abe8dad4c974ea426e159b2
199 Author: Akira TAGOH <akira@tagoh.org>
200 Date:   Mon Mar 25 20:00:15 2019 +0900
201
202     Add more data to artifacts for debugging purpose
203
204  .gitlab-ci.yml | 5 ++++-
205  1 file changed, 4 insertions(+), 1 deletion(-)
206
207 commit ad3f335ccfeceb8595ae9e30bde901a732b9dd51
208 Author: Akira TAGOH <akira@tagoh.org>
209 Date:   Mon Mar 25 10:58:15 2019 +0000
210
211     Fix make check fail on MinGW again
212
213  src/fcxml.c | 24 +++++++++++++++++-------
214  1 file changed, 17 insertions(+), 7 deletions(-)
215
216 commit 8e2c85fe81020b3703e37a127ccc85625350a12d
217 Author: Akira TAGOH <akira@tagoh.org>
218 Date:   Mon Mar 25 17:39:16 2019 +0900
219
220     Use alternative function for realpath on Win32
221
222  src/fccfg.c | 9 +++++++++
223  1 file changed, 9 insertions(+)
224
225 commit b1bcc0cbb258d3b697147c80c410e8df6843f376
226 Author: Akira TAGOH <akira@tagoh.org>
227 Date:   Mon Mar 25 16:17:33 2019 +0900
228
229     Fix build issues on MinGW
230
231  src/fcxml.c | 6 +++---
232  1 file changed, 3 insertions(+), 3 deletions(-)
233
234 commit 9177cf2c3814f1f23fe207d4be3876111d272d60
235 Author: Akira TAGOH <akira@tagoh.org>
236 Date:   Mon Mar 25 15:52:02 2019 +0900
237
238     Add back if !OS_WIN32 line
239
240  test/Makefile.am | 1 +
241  1 file changed, 1 insertion(+)
242
243 commit a39f30738d6688888a6e19d08ddaaf8928d563e1
244 Author: Akira TAGOH <akira@tagoh.org>
245 Date:   Fri Feb 1 06:41:51 2019 +0000
246
247     trivial testcase update
248
249  test/run-test-conf.sh | 10 ++++++++--
250  1 file changed, 8 insertions(+), 2 deletions(-)
251
252 commit 4ff52ffb52dc9eb9b12aee21c4b897206c28d457
253 Author: Akira TAGOH <akira@tagoh.org>
254 Date:   Fri Feb 1 06:41:38 2019 +0000
255
256     Update doc for salt
257
258  doc/fontconfig-user.sgml | 12 +++++++++---
259  1 file changed, 9 insertions(+), 3 deletions(-)
260
261 commit 2e8ce63514b06590d36d9bf5c332ff83fb72791a
262 Author: Akira TAGOH <akira@tagoh.org>
263 Date:   Thu Jan 31 10:17:47 2019 +0000
264
265     Add salt attribute to dir and remap-dir elements
266
267     'salt' attribute affects a cache filename to generate different name
268     from directory name.
269     This is useful when sharing caches with host on sandbox and/or give
270     a filename differently:
271
272         <dir salt="randomdata">/usr/share/fonts</dir>
273         <remap-dir as-path="/usr/share/fonts" salt="salt for
274         /usr/share/fonts on host">/run/host/fonts</remap-dir>
275
276     Applications can read caches as-is for fonts on /run/host/fonts
277     where is mounted from host.
278     and write a cache for their own fonts on /usr/share/fonts with
279     different name.
280
281  src/fccache.c    | 15 ++++++++++++++-
282  src/fccfg.c      | 29 +++++++++++++++++++++++++----
283  src/fcint.h      | 18 +++++++++++++-----
284  src/fcstr.c      | 32 ++++++++++++++++++++++++--------
285  src/fcxml.c      | 10 ++++++----
286  test/run-test.sh | 47 +++++++++++++++++++++++++++++++++++++++++++++++
287  6 files changed, 129 insertions(+), 22 deletions(-)
288
289 commit def1d00036a4e828382027292a167203c6c7a0b4
290 Author: Akira TAGOH <akira@tagoh.org>
291 Date:   Thu Jan 31 07:52:09 2019 +0000
292
293     Add reset-dirs element
294
295     This element removes all of fonts directories where added by
296     dir elements. it is useful to override fonts dirs from system
297     to their own dirs only.
298
299  conf.d/05-reset-dirs-sample.conf |  9 +++++++++
300  conf.d/Makefile.am               |  1 +
301  doc/fontconfig-user.sgml         |  4 ++++
302  fonts.dtd                        |  6 ++++++
303  src/fccfg.c                      |  6 ++++++
304  src/fcint.h                      |  6 ++++++
305  src/fcstr.c                      | 16 ++++++++++++++++
306  src/fcxml.c                      | 15 +++++++++++++++
307  8 files changed, 63 insertions(+)
308
309 commit 5e46f1545100f12ee1daaa41bccc6c3914bd2d83
310 Author: Akira TAGOH <akira@tagoh.org>
311 Date:   Thu Jan 31 07:10:41 2019 +0000
312
313     Fix a typo
314
315  fonts.dtd | 3 ++-
316  1 file changed, 2 insertions(+), 1 deletion(-)
317
318 commit acc017e67210ee6d8fed7ffd41a1f55fe04d056b
319 Author: Akira TAGOH <akira@tagoh.org>
320 Date:   Tue Jan 29 07:55:22 2019 +0000
321
322     Drop unnecessary line to include uuid.h
323
324  src/fchash.c | 3 ---
325  1 file changed, 3 deletions(-)
326
327 commit 635921e64d074ce5c7b8ca4a6f535241a2b8c75f
328 Author: Akira TAGOH <akira@tagoh.org>
329 Date:   Tue Jan 29 07:49:22 2019 +0000
330
331     Update deps to run CI
332
333  .gitlab-ci.yml | 2 +-
334  1 file changed, 1 insertion(+), 1 deletion(-)
335
336 commit 916cf6caa3d754f4d267eb1fc3cede9c86aa4e15
337 Author: Akira TAGOH <akira@tagoh.org>
338 Date:   Tue Jan 29 07:03:58 2019 +0000
339
340     Update testcase
341
342  test/Makefile.am     |  2 +-
343  test/fonts.conf.in   |  3 ++-
344  test/run-test.sh     | 10 ++++++++--
345  test/test-d1f48f11.c |  2 ++
346  test/test-issue110.c |  2 ++
347  5 files changed, 15 insertions(+), 4 deletions(-)
348
349 commit 2e09c62ba1ff3477b4c64d4721337b62024832c8
350 Author: Akira TAGOH <akira@tagoh.org>
351 Date:   Tue Jan 29 07:02:37 2019 +0000
352
353     Trim the last slash
354
355     This fixes MD5 wrongly generated.
356
357  src/fccfg.c | 13 ++++++++++++-
358  1 file changed, 12 insertions(+), 1 deletion(-)
359
360 commit a563a1802ef930374f88e6c7198e1b5ffe7582dd
361 Author: Akira TAGOH <akira@tagoh.org>
362 Date:   Mon Jan 28 09:59:29 2019 +0000
363
364     Add new element remap-dir instead of extending dir element
365
366  doc/fontconfig-user.sgml |  15 +--
367  fonts.dtd                |  11 +-
368  src/fcxml.c              | 279
369  ++++++++++++++++++++++++++++-------------------
370  3 files changed, 184 insertions(+), 121 deletions(-)
371
372 commit 9d3fb5b38563300e0e31bf7f99f723309ec6316a
373 Author: Akira TAGOH <akira@tagoh.org>
374 Date:   Mon Jan 28 09:40:21 2019 +0000
375
376     Fix make check fail on run-test-conf.sh
377
378  test/test-conf.c | 1 +
379  1 file changed, 1 insertion(+)
380
381 commit 500e77a01d00471900755d96ba6ad236d916947a
382 Author: Akira TAGOH <akira@tagoh.org>
383 Date:   Mon Jan 28 04:47:16 2019 +0000
384
385     Drop a line to include uuid.h
386
387  src/fccache.c | 2 --
388  1 file changed, 2 deletions(-)
389
390 commit 04f75fce0bd060b780af6d05314852be6df27216
391 Author: Akira TAGOH <akira@tagoh.org>
392 Date:   Mon Jan 28 04:44:31 2019 +0000
393
394     Add FcDirCacheCreateUUID doc back to pass make check
395
396  doc/fccache.fncs | 11 +++++++++++
397  1 file changed, 11 insertions(+)
398
399 commit c4324f54ee16e648ba91f3e9c66af13ab3b1754c
400 Author: Keith Packard <keithp@keithp.com>
401 Date:   Mon Oct 29 16:39:05 2018 -0700
402
403     Replace UUID file mechanism with per-directory 'map' attribute [v2]
404
405     The UUID files would be placed in each font directory to provide the
406     unique cache name, independent of path, for that directory. The UUID
407     files are undesireable for a couple of reasons:
408
409      1) They must be placed in the font directories to be useful. This
410         requires modifying the font directories themselves, introducing
411         potential visible timestamp changes when running multiple
412         applications, and makes the cache processing inconsistent between
413         applications with permission to write to the font directories and
414         applications without such permission.
415
416      2) The UUID contents were generated randomly, which makes the font
417         cache not reproducible across multiple runs.
418
419     One proposed fix for 2) is to make the UUID dependent on the font
420     directory path, but once we do that, we can simply use the font
421     directory path itself as the key as the original MD5-based font cache
422     naming mechanism did.
423
424     The goal of the UUID file mechanism was to fix startup time of
425     flatpaks; as the font path names inside the flatpak did not match the
426     font path names in the base system, the font cache would need to be
427     reconstructed the first time the flatpak was launched.
428
429     The new mechanism for doing this is to allow each '<dir>' element in
430     the configuration include a 'map' attribute. When looking for a cache
431     file for a particular directory, if the directory name starts with the
432     contents of the <dir> element, that portion of the name will be
433     replaced with the value of the 'map' attribute.
434
435     Outside of the flatpak, nothing need change -- fontconfig will build
436     cache files using real directory names.
437
438     Inside the flatpak, the custom fonts.conf file will now include
439     mappings such as this:
440
441             <dir map="/usr/share/fonts">/run/host/fonts</dir>
442
443     When scanning the directory /run/host/fonts/ttf, fontconfig will
444     use the name /usr/share/fonts/ttf as the source for building the cache
445     file name.
446
447     The existing FC_FILE replacement code used for the UUID-based
448     implementation continues to correctly adapt font path names seen by
449     applications.
450
451     v2:
452             Leave FcDirCacheCreateUUID stub around to avoid removing
453             public API function.
454
455             Document 'map' attribute of <dir> element in
456             fontconfig-user.sgml
457
458             Suggested-by: Akira TAGOH <akira@tagoh.org>
459
460     Signed-off-by: Keith Packard <keithp@keithp.com>
461
462  configure.ac             |  33 --------
463  doc/fccache.fncs         |  14 ----
464  doc/fontconfig-user.sgml |   8 +-
465  fc-cache/fc-cache.c      |   1 -
466  fonts.dtd                |   1 +
467  src/Makefile.am          |   3 +-
468  src/fccache.c            | 210
469  ++++-------------------------------------------
470  src/fccfg.c              |  80 +++++++++++-------
471  src/fcdir.c              |   1 -
472  src/fchash.c             |  17 ----
473  src/fcint.h              |  18 +++-
474  src/fcstr.c              |  76 +++++++++++++++++
475  src/fcxml.c              |   5 +-
476  test/Makefile.am         |   2 +-
477  test/fonts.conf.in       |   2 +-
478  test/run-test-map.sh     | 107 ++++++++++++++++++++++++
479  test/run-test.sh         |   2 +
480  17 files changed, 280 insertions(+), 300 deletions(-)
481
482 commit 4cde12bfda1316e6d5464a2d9607d15322ef8024
483 Author: Keith Packard <keithp@keithp.com>
484 Date:   Mon Oct 29 16:25:13 2018 -0700
485
486     Remove UUID-related tests
487
488     Remove test-hash
489     Remove UUID tests from run-test.sh
490
491     Signed-off-by: Keith Packard <keithp@keithp.com>
492
493  test/Makefile.am |   6 --
494  test/run-test.sh |  80 ++----------------------
495  test/test-hash.c | 186
496  -------------------------------------------------------
497  3 files changed, 5 insertions(+), 267 deletions(-)
498
499 commit a8c4fc5e1f2c4215544aff004d42f235d7e9d14f
500 Author: Keith Packard <keithp@keithp.com>
501 Date:   Mon Oct 29 16:36:11 2018 -0700
502
503     Add delays to test-bz106632, check UptoDate separately
504
505     On a file system with one-second time stamps, extra delays are needed
506     between cache modification operations to ensure that fontconfig isn't
507     fooled.
508
509     And, when the timestamps are checked correctly, we need to make sure
510     that FcConfigUptoDate returns false whenever we change a font
511     directory, so separate that out from the call to reinitialize the core
512     config.
513
514     Signed-off-by: Keith Packard <keithp@keithp.com>
515
516  test/test-bz106632.c | 24 ++++++++++++++++++------
517  1 file changed, 18 insertions(+), 6 deletions(-)
518
519 commit 2a81aa51f08085c81666f40f34068f2c6512e974
520 Author: Keith Packard <keithp@keithp.com>
521 Date:   Mon Oct 29 16:26:11 2018 -0700
522
523     Remove '-u' option from run-test-conf.sh
524
525     This causes a failure when evaluating $OSTYPE on systems which do not
526     set that variable (everything but Msys/MinGW)
527
528     Signed-off-by: Keith Packard <keithp@keithp.com>
529
530  test/run-test-conf.sh | 2 +-
531  1 file changed, 1 insertion(+), 1 deletion(-)
532
533 commit 67e9c12c5a85e4ee95eb8576d094988d1c765c44
534 Author: Keith Packard <keithp@keithp.com>
535 Date:   Mon Oct 29 17:00:28 2018 -0700
536
537     Fetch FONTCONFIG_SYSROOT in FcConfigCreate
538
539     This saves the value of FONTCONFIG_SYSROOT in the config instead of
540     having to call getenv every time we need this value.
541
542     This also uses 'realpath' to construct a canonical path to sysroot,
543     eliminating symlinks and relative path names.
544
545     Signed-off-by: Keith Packard <keithp@keithp.com>
546
547  src/fccfg.c | 24 +++++++++++++++++-------
548  1 file changed, 17 insertions(+), 7 deletions(-)
549
550 commit 97fa77d27facc6a31486fdca5b3b853c591f792c
551 Author: Akira TAGOH <akira@tagoh.org>
552 Date:   Wed Apr 3 11:49:42 2019 +0000
553
554     Reset errno to do error handling properly
555
556     This fixes the weird behavior when running with SOURCE_DATE_EPOCH=0:
557
558     Fontconfig: SOURCE_DATE_EPOCH: strtoull: No such file or directory: 0
559
560  src/fccache.c | 1 +
561  1 file changed, 1 insertion(+)
562
563 commit 809f040bc367763ceaec69568a867bbef2fee926
564 Author: Akira TAGOH <akira@tagoh.org>
565 Date:   Sat Mar 23 07:19:08 2019 +0000
566
567     Don't test bind-mount thing for MinGW
568
569  test/run-test.sh | 2 +-
570  1 file changed, 1 insertion(+), 1 deletion(-)
571
572 commit 4cb490b0b9247b95e78470aa35657bc1ba0f457c
573 Author: Akira TAGOH <akira@tagoh.org>
574 Date:   Sat Mar 23 07:05:23 2019 +0000
575
576     Install wine for CI on MinGW
577
578  .gitlab-ci.yml | 2 +-
579  1 file changed, 1 insertion(+), 1 deletion(-)
580
581 commit 73b300dc7c31dfbb6ec3638fde109033bb9785a4
582 Author: Akira TAGOH <akira@tagoh.org>
583 Date:   Sat Mar 23 06:57:19 2019 +0000
584
585     Correct configure option to cross-compile
586
587  .gitlab-ci.yml | 2 +-
588  1 file changed, 1 insertion(+), 1 deletion(-)
589
590 commit 33b372e20f6f9fd7d41fbb6dded1c703bae22403
591 Author: Akira TAGOH <akira@tagoh.org>
592 Date:   Sat Mar 23 06:49:32 2019 +0000
593
594     Update requirement for gettext
595
596  configure.ac | 2 +-
597  1 file changed, 1 insertion(+), 1 deletion(-)
598
599 commit 92caab9c769488cce3a720b85e38252f3dadd63c
600 Author: Akira TAGOH <akira@tagoh.org>
601 Date:   Sat Mar 23 06:27:39 2019 +0000
602
603     Fix make distcheck error
604
605  test/Makefile.am | 2 +-
606  1 file changed, 1 insertion(+), 1 deletion(-)
607
608 commit 10e13fc748aa75a7ba7d67b1cf3baec47bd9cbc8
609 Author: Akira TAGOH <akira@tagoh.org>
610 Date:   Fri Mar 22 07:58:04 2019 +0000
611
612     Add build test for MinGW
613
614  .gitlab-ci.yml | 22 ++++++++++++++++++++++
615  1 file changed, 22 insertions(+)
616
617 commit f6810ede6010da394f60e8425030901e235d2a77
618 Author: Akira TAGOH <akira@tagoh.org>
619 Date:   Fri Mar 22 07:45:09 2019 +0000
620
621     Fix make check on cross-compiled env
622
623  test/Makefile.am       |  5 +++++
624  test/run-test.sh       | 10 ++++++++--
625  test/test-d1f48f11.c   | 18 ++++++++++++++++++
626  test/test-issue107.c   | 18 ++++++++++++++++++
627  test/test-issue110.c   | 18 ++++++++++++++++++
628  test/wrapper-script.sh | 13 +++++++++++++
629  6 files changed, 80 insertions(+), 2 deletions(-)
630
631 commit 98099ffc9f1c3fd195075d5d48617ccb73940470
632 Author: Akira TAGOH <akira@tagoh.org>
633 Date:   Fri Mar 22 07:41:32 2019 +0000
634
635     Ifdef'ed unnecessary code for Win32
636
637     Fixes https://gitlab.freedesktop.org/fontconfig/fontconfig/issues/147
638
639  src/fccache.c | 8 +++++---
640  1 file changed, 5 insertions(+), 3 deletions(-)
641
642 commit 8a9435958ac709ca81ef0e517b9242958afcd6b2
643 Author: Akira TAGOH <akira@tagoh.org>
644 Date:   Fri Mar 22 07:40:24 2019 +0000
645
646     autogen.sh: Make AUTORECONF_FLAGS overwritable
647
648  autogen.sh | 2 +-
649  1 file changed, 1 insertion(+), 1 deletion(-)
650
651 commit 9b0c093a6a925b71a099f8f4b489d83572c77afe
652 Author: Akira TAGOH <akira@tagoh.org>
653 Date:   Tue Mar 19 17:57:09 2019 +0900
654
655     Fix build issue on Win32.
656
657     Fixes https://gitlab.freedesktop.org/fontconfig/fontconfig/issues/148
658
659  test/test-bz106632.c | 5 +++++
660  1 file changed, 5 insertions(+)
661
662 commit 3eca37c1e515c2967d8a637efa2a7a322842376f
663 Author: Akira TAGOH <akira@tagoh.org>
664 Date:   Fri Mar 15 18:51:47 2019 +0900
665
666     Fix misleading summary in docs for FcStrStrIgnoreCase
667
668     Reported by Jonathan Kew
669
670     Fixes https://gitlab.freedesktop.org/fontconfig/fontconfig/issues/146
671
672  doc/fcstring.fncs | 2 +-
673  1 file changed, 1 insertion(+), 1 deletion(-)
674
675 commit dba84600e1485000f358d8259b92721cf7066034
676 Author: Akira TAGOH <akira@tagoh.org>
677 Date:   Tue Sep 25 19:20:35 2018 +0900
678
679     Add system-ui generic family
680
681     The generic family of 'system-ui' name is being proposed in a draft
682     of next CSS Fonts.
683     This would be nice to support in fontconfig too.
684
685     https://www.w3.org/TR/css-fonts-4/
686
687  conf.d/40-nonlatin.conf | 100
688  ++++++++++++++++++++++++++++++++++++++++++++++++
689  conf.d/45-latin.conf    |  23 +++++++++++
690  conf.d/60-latin.conf    |  13 +++++++
691  conf.d/65-nonlatin.conf |  33 ++++++++++++++++
692  fonts.conf.in           |  11 ++++++
693  5 files changed, 180 insertions(+)
694
695 commit 40e27f5d989ef4e40d218624de0a51de3de43177
696 Author: Ben Wagner <bungeman@chromium.org>
697 Date:   Tue Feb 19 00:40:32 2019 +0000
698
699     Better document sysroot.
700
701     All non trivial users of FontConfig must use FcConfigGetSysRoot to
702     resolve file properties in patterns. In order to support sysroot the
703     filename in the file property must be relative to the sysroot, but the
704     value of the file property in a pattern is directly exposed, making it
705     impossible for FontConfig to resolve the filename itself
706     transparently.
707
708  doc/fcconfig.fncs         | 15 ++++++++++-----
709  doc/fontconfig-devel.sgml |  1 +
710  2 files changed, 11 insertions(+), 5 deletions(-)
711
712 commit 586e35450e9ca7c1dc647ceb9d75ac8ed08c5c16
713 Author: Robert Yang <liezhi.yang@windriver.com>
714 Date:   Fri Jan 25 10:15:36 2019 +0800
715
716     src/fccache.c: Fix define for HAVE_POSIX_FADVISE
717
718     Otherwise, there would be build errors in the following 2 cases:
719     * define HAVE_POSIX_FADVISE
720     Or:
721     * undef HAVE_POSIX_FADVISE
722
723     Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
724
725  src/fccache.c | 2 +-
726  1 file changed, 1 insertion(+), 1 deletion(-)
727
728 commit 699d6e4d8415a5d94483ea81fdf277964a33b8f1
729 Author: Akira TAGOH <akira@tagoh.org>
730 Date:   Wed Jan 23 05:59:24 2019 +0000
731
732     Fix a crash with invalid matrix element
733
734     Fixes https://gitlab.freedesktop.org/fontconfig/fontconfig/issues/140
735
736  src/fcxml.c | 5 +++++
737  1 file changed, 5 insertions(+)
738
739 commit b047e299546ac3abb79cf0bac3c67f5c2dfc7fb6
740 Author: Akira TAGOH <akira@tagoh.org>
741 Date:   Fri Nov 30 10:42:26 2018 +0000
742
743     Fix a dereference of a null pointer
744
745     When exiting from for loop by not satisfying the condition of `(s =
746     next[i])` at FcCacheRemoveUnlocked()
747     referring s->alloated will be invalid.
748
749  src/fccache.c | 17 ++++++++++-------
750  1 file changed, 10 insertions(+), 7 deletions(-)
751
752 commit 3a45b8ef6511aee22b48c2a54f59faf6172a5071
753 Author: Akira TAGOH <akira@tagoh.org>
754 Date:   Fri Nov 30 07:27:39 2018 +0000
755
756     covscan: fix compiler warnings
757
758  test/test-bz106632.c | 26 +++++++++++++-------------
759  test/test-hash.c     |  5 ++---
760  2 files changed, 15 insertions(+), 16 deletions(-)
761
762 commit c44fda28e1dc0251f4451d1643f77e1455b80462
763 Author: Akira TAGOH <akira@tagoh.org>
764 Date:   Fri Nov 30 07:12:21 2018 +0000
765
766     Don't call unlink_dirs if basedir is null
767
768  test/test-bz106632.c | 3 ++-
769  1 file changed, 2 insertions(+), 1 deletion(-)
770
771 commit a57647e1556a67037176ff267a4ba4a2a4dfb59d
772 Author: Akira TAGOH <akira@tagoh.org>
773 Date:   Mon Nov 12 05:01:50 2018 +0000
774
775     covscan fix: get rid of unnecessary condition check
776
777  src/fcxml.c | 2 +-
778  1 file changed, 1 insertion(+), 1 deletion(-)
779
780 commit 65c7427c019c1cb7c621e6be87fb298564d45f51
781 Author: Akira TAGOH <akira@tagoh.org>
782 Date:   Fri Nov 30 07:03:54 2018 +0000
783
784     Warn when constant name is used for unexpected object
785
786     This fixes the sort of weird things like `fc-match :size=rgb` done
787     without any errors.
788     This might be annoyed but the error messages should helps to fix an
789     application bug or
790     suggest more useful constant names to fontconfig.
791
792     Fixes https://gitlab.freedesktop.org/fontconfig/fontconfig/issues/137
793
794  src/fcint.h  |  3 +++
795  src/fcname.c | 30 ++++++++++++++++++++++++------
796  2 files changed, 27 insertions(+), 6 deletions(-)
797
798 commit 71c9c7892ab7ddf8964737e80d0465e3e96ac36b
799 Author: Akira TAGOH <akira@tagoh.org>
800 Date:   Tue Nov 27 08:50:18 2018 +0000
801
802     Add a test case for FcFontList
803
804  test/Makefile.am          |   1 +
805  test/run-test-conf.sh     |   1 +
806  test/test-60-generic.json |  34 +++++++++
807  test/test-conf.c          | 190
808  +++++++++++++++++++++++++++++++++++++++++-----
809  4 files changed, 209 insertions(+), 17 deletions(-)
810
811 commit 9d5149ac41e18ab67404ddba41d7ef7e71839ebc
812 Author: Akira TAGOH <akira@tagoh.org>
813 Date:   Tue Nov 27 08:50:18 2018 +0000
814
815     Fix FcFontList doesn't return a font with FC_COLOR=true
816
817     "color" property has a value more than 1 because the value of
818     FT_HAS_COLOR
819     is directly set to it. this seems breaking the behavior of FcFontList
820     with FC_COLOR=true
821     because it is more than FcDontCare.
822
823     So changing comparison that way.
824
825  src/fccfg.c | 12 ++++++------
826  1 file changed, 6 insertions(+), 6 deletions(-)
827
828 commit 3c75a5a9358ae570230c324917a636947748eb1f
829 Author: Chris McDonald <cjmcdonald@chromium.org>
830 Date:   Mon Nov 26 11:46:21 2018 -0700
831
832     Lowered temporary rooted_dir variable inside loop
833
834  fc-cache/fc-cache.c | 31 ++++++++++++-------------------
835  1 file changed, 12 insertions(+), 19 deletions(-)
836
837 commit d36f977c761ffbb75d5c76278bc14d1c0e74cc7a
838 Author: Chris McDonald <cjmcdonald@chromium.org>
839 Date:   Mon Nov 19 15:19:19 2018 -0700
840
841     Respect sysroot option for file path passed to stat
842
843  fc-cache/fc-cache.c | 22 +++++++++++++++++++++-
844  1 file changed, 21 insertions(+), 1 deletion(-)
845
846 commit 2bd559f75d76b514f789e32c5cc9643fd7c1e9a2
847 Author: Akira TAGOH <akira@tagoh.org>
848 Date:   Thu Nov 15 20:55:08 2018 +0900
849
850     Add doc for description element and update fonts.dtd
851
852     Fixes https://gitlab.freedesktop.org/fontconfig/fontconfig/issues/133
853
854  doc/fontconfig-user.sgml |  5 +++++
855  fonts.dtd                | 21 ++++++++++++++++-----
856  2 files changed, 21 insertions(+), 5 deletions(-)
857
858 commit 13b4ba91353a4ead4623d0133f6eb0283e91b15a
859 Author: Akira TAGOH <akira@tagoh.org>
860 Date:   Tue Nov 13 06:34:11 2018 +0000
861
862     Use Rachana instead of Meera for Malayalam
863
864     Meera is a sans-serif font for Malayalam. that should be substituted
865     for serif.
866
867  conf.d/65-nonlatin.conf | 2 +-
868  1 file changed, 1 insertion(+), 1 deletion(-)
869
870 commit 648e0cf3d5a53efeab93b24ae37490427d05229d
871 Author: Akira TAGOH <akira@tagoh.org>
872 Date:   Tue Nov 6 16:33:03 2018 +0900
873
874     Use FC_PATH_MAX instead of PATH_MAX
875
876     Fixes https://gitlab.freedesktop.org/fontconfig/fontconfig/issues/131
877
878  src/fccfg.c | 2 +-
879  1 file changed, 1 insertion(+), 1 deletion(-)
880
881 commit 6dde9b5be3751843ad81fd9c735fdf17362eb7a6
882 Author: Akira TAGOH <akira@tagoh.org>
883 Date:   Tue Nov 6 15:39:50 2018 +0900
884
885     Enable bubblewrap test case
886
887  .gitlab-ci.yml | 2 +-
888  1 file changed, 1 insertion(+), 1 deletion(-)
889
890 commit 9bb90101378961eea7ce7057b03acd582c8944cb
891 Author: Akira TAGOH <akira@tagoh.org>
892 Date:   Mon Oct 29 12:25:03 2018 +0000
893
894     Drop Mitra Mono from 65-nonlatin.conf
895
896     This font seems totally broken.
897
898     Fixes https://gitlab.freedesktop.org/fontconfig/fontconfig/issues/128
899
900  conf.d/65-nonlatin.conf | 1 -
901  1 file changed, 1 deletion(-)
902
903 commit f7036d589bffe353c1982b881afae6ec0a2ef200
904 Author: Behdad Esfahbod <behdad@behdad.org>
905 Date:   Wed Oct 24 14:30:24 2018 -0700
906
907     Fix name-table language code mapping for Mongolian
908
909  src/fcfreetype.c | 6 +++---
910  1 file changed, 3 insertions(+), 3 deletions(-)
911
912 commit e9113a764a1001165711022aceb45aa2765feb8b
913 Author: Akira TAGOH <akira@tagoh.org>
914 Date:   Thu Oct 25 07:16:32 2018 +0000
915
916     Do not run a test case for .uuid deletion
917
918  test/run-test.sh | 28 ++++++++++++++--------------
919  1 file changed, 14 insertions(+), 14 deletions(-)
920
921 commit 5f12f564f8748deaa603adb7a4b8f616b6390ad4
922 Author: Keith Packard <keithp@keithp.com>
923 Date:   Wed Oct 17 21:15:47 2018 -0700
924
925     Do not remove UUID file when a scanned directory is empty
926
927     Because FcDirCacheDeleteUUID does not reset the modification time on
928     the directory, and because FcDirCacheRead unconditionally creates the
929     UUID file each time it is run, any empty directory in the cache will
930     get its timestamp changed each time the cache for that directory is
931     read.
932
933     Instead, just leave the UUID file around as it is harmless.
934
935     The alternative would be to only create the UUID file after the cache
936     has been created and the directory has been discovered to be
937     non-empty, but that would delay the creation of the UUID file.
938
939     Signed-off-by: Keith Packard <keithp@keithp.com>
940
941  src/fcdir.c | 7 -------
942  1 file changed, 7 deletions(-)
943
944 commit 5f5ec5676c61b9773026a9335c9b0dfa73a73353
945 Author: Akira TAGOH <akira@tagoh.org>
946 Date:   Mon Oct 1 07:01:26 2018 +0000
947
948     Do not try updating mtime when unlink was failed
949
950  src/fccache.c | 23 +++++++++++++----------
951  1 file changed, 13 insertions(+), 10 deletions(-)
952
953 commit ff5b49be2be0922f0fb6b9daf08f64a88d2fae6b
954 Author: Akira TAGOH <akira@tagoh.org>
955 Date:   Fri Sep 28 09:08:52 2018 +0000
956
957     Do not update mtime when removing .uuid file
958
959     This avoids a situation triggers updating caches on a directory
960     where .uuid file was removed.
961
962     Resolves:
963     https://gitlab.freedesktop.org/fontconfig/fontconfig/issues/107
964
965  src/fccache.c        |  32 +++++--
966  test/Makefile.am     |   6 ++
967  test/test-issue107.c | 248
968  +++++++++++++++++++++++++++++++++++++++++++++++++++
969  3 files changed, 281 insertions(+), 5 deletions(-)
970
971 commit 8badaae15b1225bbf200c46533b1761002c760de
972 Author: Akira TAGOH <akira@tagoh.org>
973 Date:   Thu Oct 4 08:30:33 2018 +0000
974
975     CI: Add more logs
976
977  .gitlab-ci.yml | 2 ++
978  1 file changed, 2 insertions(+)
979
980 commit 5771c48863299c10a253cd4d885f41cae17377fb
981 Author: Akira TAGOH <akira@tagoh.org>
982 Date:   Thu Oct 4 08:20:45 2018 +0000
983
984     Fix test case
985
986  test/test-bz106632.c | 4 ++--
987  1 file changed, 2 insertions(+), 2 deletions(-)
988
989 commit e4788c5a96e0f384ad5702ad8096b0e144613895
990 Author: Akira TAGOH <akira@tagoh.org>
991 Date:   Thu Oct 4 08:03:20 2018 +0000
992
993     add missing the case of prefix="default" as documented
994
995  src/fcxml.c | 2 +-
996  1 file changed, 1 insertion(+), 1 deletion(-)
997
998 commit 942db25fbcee66cb8dded5cb06407cf556dc4eff
999 Author: Akira TAGOH <akira@tagoh.org>
1000 Date:   Thu Oct 4 08:02:48 2018 +0000
1001
1002     Update docs for 1aa8b700
1003
1004  doc/fontconfig-user.sgml | 2 +-
1005  1 file changed, 1 insertion(+), 1 deletion(-)
1006
1007 commit 67b4090321c0ec3cf3dc96f6d3cd7b9d03af0f25
1008 Author: Akira TAGOH <akira@tagoh.org>
1009 Date:   Thu Oct 4 08:02:18 2018 +0000
1010
1011     Update fonts.dtd for last commit
1012
1013  fonts.dtd | 8 ++++++--
1014  1 file changed, 6 insertions(+), 2 deletions(-)
1015
1016 commit 1aa8b700c3f09a31c78e7834e0db373f80b5e226
1017 Author: Akira TAGOH <akira@tagoh.org>
1018 Date:   Tue Oct 2 09:32:03 2018 +0000
1019
1020     Add more prefix support in <dir> element
1021
1022     Added two prefix modes:
1023       "relative" that makes the relative path be relative to current file
1024       "cwd" for relative to current working directory which implies
1025       current behavior.
1026
1027     Resolves:
1028     https://gitlab.freedesktop.org/fontconfig/fontconfig/issues/15
1029
1030  src/fcxml.c | 41 +++++++++++++++++++++++++++++++++--------
1031  1 file changed, 33 insertions(+), 8 deletions(-)
1032
1033 commit f0aae4455ed43ac323821f8c8aa2fa9ffe274977
1034 Author: Akira TAGOH <akira@tagoh.org>
1035 Date:   Fri Sep 28 09:17:37 2018 +0000
1036
1037     Fix CI
1038
1039  .gitlab-ci.yml | 2 +-
1040  1 file changed, 1 insertion(+), 1 deletion(-)
1041
1042 commit ba206df9b9a7ca300265f650842c1459ff7c634a
1043 Author: Akira TAGOH <akira@tagoh.org>
1044 Date:   Wed Sep 5 12:08:52 2018 +0000
1045
1046     Add a test case for d1f48f11
1047
1048  test/Makefile.am     |  14 +++
1049  test/test-d1f48f11.c | 283
1050  +++++++++++++++++++++++++++++++++++++++++++++++++++
1051  2 files changed, 297 insertions(+)
1052
1053 commit 806fd4c2c5164d66d978b0a4c579c157e5cbe766
1054 Author: Akira TAGOH <akira@tagoh.org>
1055 Date:   Tue Sep 4 09:08:37 2018 +0000
1056
1057     Fix the issue that '~' wasn't extracted to the proper homedir
1058
1059     '~' in the filename was extracted to the home directory name in
1060     FcConfigFilename() though,
1061     this behavior was broken by d1f48f11. this change fixes it back to
1062     the correct behavior.
1063
1064     https://gitlab.freedesktop.org/fontconfig/fontconfig/issues/110
1065
1066  .gitlab-ci.yml       |  23 ++++-
1067  src/fccfg.c          |  20 +++--
1068  test/Makefile.am     |  16 ++++
1069  test/test-issue110.c | 245
1070  +++++++++++++++++++++++++++++++++++++++++++++++++++
1071  4 files changed, 293 insertions(+), 11 deletions(-)
1072
1073 commit 8208f99fa1676c42bfd8d74de3e9dac5366c150c
1074 Author: Akira TAGOH <akira@tagoh.org>
1075 Date:   Mon Sep 3 04:56:16 2018 +0000
1076
1077     Fix the build issue with --enable-static
1078
1079     Fixes https://gitlab.freedesktop.org/fontconfig/fontconfig/issues/109
1080
1081  doc/fcstring.fncs       | 12 ++++++++++++
1082  fontconfig/fontconfig.h |  4 ++++
1083  src/fcint.h             |  4 ----
1084  test/test-bz106632.c    | 35 ++++++++++++-----------------------
1085  4 files changed, 28 insertions(+), 27 deletions(-)
1086
1087 commit 844d8709a1f3ecab45015b24b72dd775c13b2421
1088 Author: Akira TAGOH <akira@tagoh.org>
1089 Date:   Thu Aug 30 17:20:15 2018 +0900
1090
1091     Bump version to 2.13.1
1092
1093  README                  | 82
1094  +++++++++++++++++++++++++++++++++++++++++++++++--
1095  configure.ac            |  2 +-
1096  fontconfig/fontconfig.h |  2 +-
1097  3 files changed, 82 insertions(+), 4 deletions(-)
1098
1099 commit e62b92231874c1a6c3e2ab9e1019a95db22ea08f
1100 Author: Akira TAGOH <akira@tagoh.org>
1101 Date:   Thu Aug 30 07:04:08 2018 +0000
1102
1103     Bump the libtool revision
1104
1105  configure.ac | 6 +++---
1106  1 file changed, 3 insertions(+), 3 deletions(-)
1107
1108 commit a059ce315d327ff0465435d446d4e02a6f97614f
1109 Author: Akira TAGOH <akira@tagoh.org>
1110 Date:   Wed Aug 29 07:18:14 2018 +0000
1111
1112     Add .gitlab-ci.yml
1113
1114  .gitlab-ci.yml | 34 ++++++++++++++++++++++++++++++++++
1115  1 file changed, 34 insertions(+)
1116
1117 commit a887659706ff5bce6e4ef570dc8447ae75cc9534
1118 Author: Akira TAGOH <akira@tagoh.org>
1119 Date:   Wed Aug 29 10:01:45 2018 +0000
1120
1121     Fix distcheck fail
1122
1123  test/Makefile.am     | 2 +-
1124  test/run-test.sh     | 6 +++---
1125  test/test-bz106632.c | 2 +-
1126  3 files changed, 5 insertions(+), 5 deletions(-)
1127
1128 commit 0ce32973c862c3720cd1268cc11dd011b301cc43
1129 Author: Akira TAGOH <akira@tagoh.org>
1130 Date:   Tue Aug 28 19:22:11 2018 +0900
1131
1132     Update the issue tracker URL
1133
1134  README       | 2 +-
1135  configure.ac | 2 +-
1136  2 files changed, 2 insertions(+), 2 deletions(-)
1137
1138 commit ddeec818cc6cbf4b09594bc05d2b6e589388753c
1139 Author: Akira TAGOH <akira@tagoh.org>
1140 Date:   Tue Aug 21 03:08:58 2018 +0000
1141
1142     Fix missing closing bracket in FcStrIsAbsoluteFilename()
1143
1144     Fixes https://gitlab.freedesktop.org/fontconfig/fontconfig/issues/96
1145
1146  src/fcstr.c | 2 +-
1147  1 file changed, 1 insertion(+), 1 deletion(-)
1148
1149 commit a1efb5ea8c76622c7587cb5362e821bff8dcd7c4
1150 Author: Akira TAGOH <akira@tagoh.org>
1151 Date:   Wed Aug 1 08:10:35 2018 +0000
1152
1153     Fix the build issue with gperf
1154
1155     GPerf seems not allowing the empty lines though, current recipes
1156     are supposed to drop them.
1157     but seems not working on some env.
1158     So taking the proper way to do that instead of incompatible things
1159     against platforms.
1160
1161  src/Makefile.am | 2 +-
1162  1 file changed, 1 insertion(+), 1 deletion(-)
1163
1164 commit 1451f829e750926cec27855eded71c24ac7ac7c6
1165 Author: Tom Anderson <thomasanderson@chromium.org>
1166 Date:   Wed Jul 25 16:35:54 2018 -0700
1167
1168     Fix build with CFLAGS="-std=c11 -D_GNU_SOURCE"
1169
1170  src/fcxml.c | 6 +-----
1171  1 file changed, 1 insertion(+), 5 deletions(-)
1172
1173 commit 9f1b92f27f9259aa69e5387656cb7d4c1b305a98
1174 Author: Akira TAGOH <akira@tagoh.org>
1175 Date:   Wed Jul 25 13:41:47 2018 +0900
1176
1177     Fix memory leak
1178
1179  src/fcxml.c | 2 ++
1180  1 file changed, 2 insertions(+)
1181
1182 commit 5b277806df6d8776c68b275c227a82dd8433eeae
1183 Author: Akira TAGOH <akira@tagoh.org>
1184 Date:   Wed Jul 25 12:44:38 2018 +0900
1185
1186     Drop the redundant code
1187
1188     "value == FcTypeInteger" won't be true because it was converted to
1189     FcTypeDouble earlier
1190
1191  src/fcxml.c | 1 -
1192  1 file changed, 1 deletion(-)
1193
1194 commit a1ad5fe2ba3d742f79d601a1149e1456e57ff51e
1195 Author: Akira TAGOH <akira@tagoh.org>
1196 Date:   Wed Jul 25 12:40:17 2018 +0900
1197
1198     Allocate sufficient memory to terminate with null
1199
1200  src/fcstr.c | 2 +-
1201  1 file changed, 1 insertion(+), 1 deletion(-)
1202
1203 commit 5ea2ab6a3857855dd676388d81d2b4f6f327ae2a
1204 Author: Akira TAGOH <akira@tagoh.org>
1205 Date:   Wed Jul 25 12:39:53 2018 +0900
1206
1207     Make a call fail on ENOMEM
1208
1209  src/fcptrlist.c | 2 ++
1210  1 file changed, 2 insertions(+)
1211
1212 commit 38569f2f2e2abc0f2a543f48a286e464d5052546
1213 Author: Akira TAGOH <akira@tagoh.org>
1214 Date:   Thu Jul 19 08:31:59 2018 +0000
1215
1216     Fix allocating insufficient memory for terminating null of the string
1217
1218  src/fcname.c | 4 ++--
1219  1 file changed, 2 insertions(+), 2 deletions(-)
1220
1221 commit b1762935c3db2bc611750c61ce9cb38b9008db6b
1222 Author: Akira TAGOH <akira@tagoh.org>
1223 Date:   Thu Jul 19 08:31:14 2018 +0000
1224
1225     Fix possibly dereferencing a null pointer
1226
1227  src/fcmatch.c | 13 ++++++++-----
1228  1 file changed, 8 insertions(+), 5 deletions(-)
1229
1230 commit 8e97d745cc21cd2e1459840a63ed13595fcf2acd
1231 Author: Akira TAGOH <akira@tagoh.org>
1232 Date:   Thu Jul 19 08:21:33 2018 +0000
1233
1234     Fix a typo
1235
1236  src/fcfreetype.c | 2 +-
1237  1 file changed, 1 insertion(+), 1 deletion(-)
1238
1239 commit efac784b0108d3140d7ec51cf22cb8a4453bd566
1240 Author: Akira TAGOH <akira@tagoh.org>
1241 Date:   Thu Jul 19 07:55:40 2018 +0000
1242
1243     Fix dereferencing null pointer
1244
1245  src/fccfg.c | 13 +++++++------
1246  1 file changed, 7 insertions(+), 6 deletions(-)
1247
1248 commit 1ac2218467260cc2f96f202910ba2e1a97291744
1249 Author: Akira TAGOH <akira@tagoh.org>
1250 Date:   Thu Jul 19 07:50:20 2018 +0000
1251
1252     do not pass null pointer to memcpy
1253
1254  src/fccfg.c | 9 ++++++---
1255  1 file changed, 6 insertions(+), 3 deletions(-)
1256
1257 commit f3981a8bcd97a0388bf150ea7c1b4a1015e5e358
1258 Author: Akira TAGOH <akira@tagoh.org>
1259 Date:   Thu Jul 19 16:44:03 2018 +0900
1260
1261     Fix access in a null pointer dereference
1262
1263  src/fccfg.c | 4 ++--
1264  1 file changed, 2 insertions(+), 2 deletions(-)
1265
1266 commit 586ac3b6c0a324ae8545e2e6437f62e851daa203
1267 Author: Akira TAGOH <akira@tagoh.org>
1268 Date:   Thu Jul 19 07:09:14 2018 +0000
1269
1270     Fix array access in a null pointer dereference
1271
1272     FcFontSetFont() accesses fs->fonts in that macro though, there was
1273     no error checks
1274     if it is null or not.
1275     As a result, there was a code path that it could be a null.
1276     Even though this is unlikely to see in usual use, it might be
1277     intentionally created
1278     in a cache.
1279
1280     So if fs->fonts is a null, we should consider a cache is invalid.
1281
1282  src/fccache.c | 2 +-
1283  1 file changed, 1 insertion(+), 1 deletion(-)
1284
1285 commit 51afd09d62c163ae6a13b856ba46b8e851015f26
1286 Author: Akira TAGOH <akira@tagoh.org>
1287 Date:   Thu Jul 19 05:51:02 2018 +0000
1288
1289     Fix unterminated string issue
1290
1291  src/fccache.c | 5 ++++-
1292  1 file changed, 4 insertions(+), 1 deletion(-)
1293
1294 commit 37c9c16dadd02edc3d8211a16a940d6fd2356e3b
1295 Author: Akira TAGOH <akira@tagoh.org>
1296 Date:   Thu Jul 19 04:29:01 2018 +0000
1297
1298     Fix memory leak
1299
1300  src/fcxml.c | 4 +++-
1301  1 file changed, 3 insertions(+), 1 deletion(-)
1302
1303 commit 433718fb77f527a7f8909ea88f03ed2054f88a7d
1304 Author: Akira TAGOH <akira@tagoh.org>
1305 Date:   Thu Jul 19 04:17:21 2018 +0000
1306
1307     Fix memory leak
1308
1309  src/fcstat.c | 9 +++++++++
1310  1 file changed, 9 insertions(+)
1311
1312 commit eafa931ff984d13a93343216d3f0fd490270599b
1313 Author: Akira TAGOH <akira@tagoh.org>
1314 Date:   Thu Jul 19 12:12:17 2018 +0900
1315
1316     Fix memory leak
1317
1318  src/fclist.c | 3 +++
1319  1 file changed, 3 insertions(+)
1320
1321 commit 12be7973871371c64df3d38f788fe68766503f64
1322 Author: Akira TAGOH <akira@tagoh.org>
1323 Date:   Thu Jul 19 12:08:34 2018 +0900
1324
1325     Fix memory leaks
1326
1327  src/fccfg.c | 2 ++
1328  1 file changed, 2 insertions(+)
1329
1330 commit 4b1276e24058a2e8b283767fb11dd2d16de7e547
1331 Author: Akira TAGOH <akira@tagoh.org>
1332 Date:   Thu Jul 19 11:40:31 2018 +0900
1333
1334     Fix memory leak
1335
1336  src/fccache.c | 2 +-
1337  1 file changed, 1 insertion(+), 1 deletion(-)
1338
1339 commit e9d317755727c6e71fc0a8bff3ad38197f773b89
1340 Author: Akira TAGOH <akira@tagoh.org>
1341 Date:   Thu Jul 19 11:32:50 2018 +0900
1342
1343     Fix the leak of file handle
1344
1345  src/fccache.c | 1 +
1346  1 file changed, 1 insertion(+)
1347
1348 commit d1f48f11d5dffa1d954a1b0abe44ce9e4bfc3709
1349 Author: Tom Anderson <thomasanderson@chromium.org>
1350 Date:   Wed Jul 11 15:50:26 2018 -0700
1351
1352     Return canonicalized paths from FcConfigRealFilename
1353
1354     FcConfigRealFilename() follows symlinks, but the link may be relative
1355     to the
1356     directory containing the link.  For example, on my system, I have
1357     this file:
1358
1359     /etc/fonts/conf.d/99-language-selector-zh.conf ->
1360         ../conf.avail/99-language-selector-zh.conf
1361
1362     Since /etc/fonts/conf.d is probably not in PATH, open()ing the file
1363     would fail.
1364     This change makes FcConfigRealFilename() return the canonicalized
1365     filename
1366     instead.  So for the example above, it would return:
1367
1368     /etc/fonts/conf.avail/99-language-selector-zh.conf
1369
1370     This was causing bad font rendering in Chromium [1] after the
1371     regression I
1372     introduced in 7ad010e80bdf8e41303e322882ece908f5e04c74.
1373
1374     [1] https://bugs.chromium.org/p/chromium/issues/detail?id=857511
1375
1376  src/fccfg.c | 65
1377  +++++++++++++++++++++++++++++++++----------------------------
1378  src/fcint.h |  3 +++
1379  src/fcstr.c | 11 +++++++++++
1380  3 files changed, 49 insertions(+), 30 deletions(-)
1381
1382 commit 48e9e5f4f0e97b12f7923662e06820c7077ae8af
1383 Author: Behdad Esfahbod <behdad@behdad.org>
1384 Date:   Mon Jul 16 17:59:45 2018 +0200
1385
1386     Use FT_HAS_COLOR
1387
1388  src/fcfreetype.c | 2 +-
1389  1 file changed, 1 insertion(+), 1 deletion(-)
1390
1391 commit 5a46d572c06f1904ea45b4a24a75fb508c8c9f07
1392 Author: Matthieu Herrb <matthieu@herrb.eu>
1393 Date:   Mon Jul 9 19:07:12 2018 +0200
1394
1395     FcCacheFindByStat(): fix checking of nanoseconds field.
1396
1397  src/fccache.c | 2 +-
1398  1 file changed, 1 insertion(+), 1 deletion(-)
1399
1400 commit 6cc99d6a82ad67d2f5eac887b28bca13c0dfddde
1401 Author: Tom Anderson <thomasanderson@chromium.org>
1402 Date:   Mon Jun 11 23:16:42 2018 -0700
1403
1404     Fix heap use-after-free
1405
1406  src/fccache.c | 2 +-
1407  1 file changed, 1 insertion(+), 1 deletion(-)
1408
1409 commit f5dd8512bdf9fd8e01c30ae36f593758b29385cf
1410 Author: Akira TAGOH <akira@tagoh.org>
1411 Date:   Mon Jun 11 17:03:17 2018 +0900
1412
1413     Remove .uuid when no font files exists on a directory
1414
1415     https://bugs.freedesktop.org/show_bug.cgi?id=106632
1416
1417  doc/fccache.fncs        |  12 +-
1418  fontconfig/fontconfig.h |   4 +
1419  src/fccache.c           |  22 ++++
1420  src/fcdir.c             |   7 ++
1421  src/fchash.c            |  29 +++++
1422  src/fcint.h             |   4 +
1423  test/Makefile.am        |  17 +++
1424  test/run-test.sh        |  15 +++
1425  test/test-bz106632.c    | 316
1426  ++++++++++++++++++++++++++++++++++++++++++++++++
1427  test/test-hash.c        | 187 ++++++++++++++++++++++++++++
1428  10 files changed, 612 insertions(+), 1 deletion(-)
1429
1430 commit 096e8019be595c2224aaabf98da630ee917ee51c
1431 Author: Tom Anderson <thomasanderson@chromium.org>
1432 Date:   Fri Jun 8 12:31:15 2018 -0700
1433
1434     Fix CFI builds
1435
1436     CFI [1] is a dynamic analysis tool that checks types at runtime.
1437     It reports an
1438     error when using a function with signature eg. (void (*)(char*)) as
1439     (void (*)(void*)).  This change adds some wrapper functions to avoid
1440     this issue.
1441     In optimized builds, the functions should get optimized away.
1442
1443     [1] https://clang.llvm.org/docs/ControlFlowIntegrity.html
1444
1445  src/fccfg.c | 42 ++++++++++++++++++++++++++++++++++++------
1446  1 file changed, 36 insertions(+), 6 deletions(-)
1447
1448 commit d1771cfbd1ca5e5e2c8dcd509e3f8da27cb94c11
1449 Author: Akira TAGOH <akira@tagoh.org>
1450 Date:   Fri Jun 8 21:16:15 2018 +0900
1451
1452     Update CaseFolding.txt to Unicode 11
1453
1454  fc-case/CaseFolding.txt | 87
1455  ++++++++++++++++++++++++++++++++++++++++++++++---
1456  1 file changed, 83 insertions(+), 4 deletions(-)
1457
1458 commit 3fa83813360bd414f877bac90788ce0348564c9e
1459 Author: Akira TAGOH <akira@tagoh.org>
1460 Date:   Fri May 25 15:24:44 2018 +0900
1461
1462     Add a test case for bz#106618
1463
1464  test/Makefile.am     |  3 +++
1465  test/run-test.sh     | 15 +++++++++++++--
1466  test/test-bz106618.c | 47 +++++++++++++++++++++++++++++++++++++++++++++++
1467  3 files changed, 63 insertions(+), 2 deletions(-)
1468
1469 commit 14c23a5715c529be175d8d6152cabd4ddad4e981
1470 Author: Akira TAGOH <akira@tagoh.org>
1471 Date:   Fri May 25 15:20:10 2018 +0900
1472
1473     Fix double-free
1474
1475  src/fcxml.c | 3 +++
1476  1 file changed, 3 insertions(+)
1477
1478 commit 3ea70f936832932fcd9502b0906ee9908bd04978
1479 Author: Alexander Larsson <alexl@redhat.com>
1480 Date:   Wed May 23 16:00:01 2018 +0200
1481
1482     Cache: Remove alias_table
1483
1484     There is really no need for this anymore
1485
1486     https://bugs.freedesktop.org/show_bug.cgi?id=106618
1487
1488  src/fccache.c | 15 +++------------
1489  src/fccfg.c   | 15 ++-------------
1490  src/fcint.h   |  1 -
1491  3 files changed, 5 insertions(+), 26 deletions(-)
1492
1493 commit c42402d0b8ada2472924619fc197a0394fbcd62c
1494 Author: Alexander Larsson <alexl@redhat.com>
1495 Date:   Wed May 23 15:15:33 2018 +0200
1496
1497     Cache: Rewrite relocated paths in earlier
1498
1499     This changes the rewriting of the FC_FILE values for relocated caches
1500     to an earlier stage
1501     while reading the cache. This is better, because it means all APIs
1502     will report the
1503     rewritten paths, not just the once that use the list apis.
1504
1505     We do this by detecting the relocated case and duplicating the
1506     FcPattern and FcPatternElm
1507     in an cache allocation (which will die with the cache) and then
1508     reusing the FcValueLists
1509     from the cache.
1510
1511     This means that in the rewritten case we will use some more memory,
1512     but not the full
1513     size of the cache. In a test here I had 800k of relocated caches,
1514     but ~200k of wasted
1515     on duplicating the objects.
1516
1517     This should fix https://bugs.freedesktop.org/show_bug.cgi?id=106618
1518
1519  src/fccfg.c   | 44 +++++++++++++++++++++++++++---------
1520  src/fcint.h   |  5 ++++-
1521  src/fclist.c  | 36 ------------------------------
1522  src/fcmatch.c | 34 ----------------------------
1523  src/fcpat.c   | 71
1524  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++---
1525  5 files changed, 106 insertions(+), 84 deletions(-)
1526
1527 commit a63b9c622e240ec0d8f9d83d286db1b55849f374
1528 Author: Alexander Larsson <alexl@redhat.com>
1529 Date:   Wed May 23 15:08:12 2018 +0200
1530
1531     Add FcCacheAllocate() helper
1532
1533     This lets you allocate a chunk of memory that will be freed when
1534     the cache
1535     is freed.
1536
1537     https://bugs.freedesktop.org/show_bug.cgi?id=106618
1538
1539  src/fccache.c | 36 ++++++++++++++++++++++++++++++++++++
1540  src/fcint.h   |  4 ++++
1541  2 files changed, 40 insertions(+)
1542
1543 commit 94080c3d48686117b83acddf516258647b571f03
1544 Author: Akira TAGOH <akira@tagoh.org>
1545 Date:   Fri May 25 14:02:58 2018 +0900
1546
1547     Fix -Wstringop-truncation warning
1548
1549  src/fcmatch.c | 9 ++++-----
1550  1 file changed, 4 insertions(+), 5 deletions(-)
1551
1552 commit 684c3ce6850c4168e127ea84432e7a9006296ff4
1553 Author: Akira TAGOH <akira@tagoh.org>
1554 Date:   Fri May 25 13:51:10 2018 +0900
1555
1556     Fix leaks
1557
1558  src/fcxml.c | 9 +++++++++
1559  1 file changed, 9 insertions(+)
1560
1561 commit f098adac54ab86b75a38f2d23fa706a1348f55ba
1562 Author: Chris Lamb <chris@chris-lamb.co.uk>
1563 Date:   Tue May 15 22:11:24 2018 +0200
1564
1565     Ensure cache checksums are deterministic
1566
1567     Whilst working on the Reproducible Builds[0] effort, we noticed that
1568     fontconfig generates unreproducible cache files.
1569
1570     This is due to fc-cache uses the modification timestamps of each
1571     directory in the "checksum" and "checksum_nano" members of the
1572     _FcCache
1573     struct. This is so that it can identify which cache files are valid
1574     and/or require regeneration.
1575
1576     This patch changes the behaviour of the checksum calculations
1577     to prefer
1578     the value of the SOURCE_DATE_EPOCH[1] environment variable over the
1579     directory's own mtime. This variable can then be exported by build
1580     systems to ensure reproducible output.
1581
1582     If SOURCE_DATE_EPOCH is not set or is newer than the mtime of the
1583     directory, the existing behaviour is unchanged.
1584
1585     This work was sponsored by Tails[2].
1586
1587      [0] https://reproducible-builds.org/
1588      [1] https://reproducible-builds.org/specs/source-date-epoch/
1589      [2] https://tails.boum.org/
1590
1591  doc/fontconfig-user.sgml |  6 ++++-
1592  src/fccache.c            | 59
1593  +++++++++++++++++++++++++++++++++++++++++++-----
1594  2 files changed, 58 insertions(+), 7 deletions(-)
1595
1596 commit 0b85e77ede3497b8533b8fcb67d03d8ad174998d
1597 Author: Akira TAGOH <akira@tagoh.org>
1598 Date:   Sun May 13 16:21:58 2018 +0900
1599
1600     Bug 106459 - fc-cache doesn't use -y option for .uuid files
1601
1602     https://bugs.freedesktop.org/show_bug.cgi?id=106459
1603
1604  src/fccache.c    | 48 +++++++++++++++++++++++++++++++++++++-----------
1605  test/run-test.sh | 25 +++++++++++++++++++++++++
1606  2 files changed, 62 insertions(+), 11 deletions(-)
1607
1608 commit cfb21c7d85d2b1fc457dcd644e6b850b5cccf26a
1609 Author: Akira TAGOH <akira@tagoh.org>
1610 Date:   Sun May 13 14:48:10 2018 +0900
1611
1612     Bug 106497 - better error description when problem reading font
1613     configuration
1614
1615     https://bugs.freedesktop.org/show_bug.cgi?id=106497
1616
1617  configure.ac |  2 +-
1618  src/fcxml.c  | 20 +++++++++++++++++++-
1619  2 files changed, 20 insertions(+), 2 deletions(-)
1620
1621 commit af964f789762df0b023c8cfd7ea622045892cb54
1622 Author: Akira TAGOH <akira@tagoh.org>
1623 Date:   Fri May 11 22:15:39 2018 +0900
1624
1625     Add a test case for 90-synthetic.conf
1626
1627  test/Makefile.am            | 11 ++++++--
1628  test/run-test-conf.sh       | 36 ++++++++++++++++++++++++
1629  test/test-90-synthetic.json | 68
1630  +++++++++++++++++++++++++++++++++++++++++++++
1631  3 files changed, 112 insertions(+), 3 deletions(-)
1632
1633 commit f665852df90cd5a28c3040af8f484999ca3dfa4e
1634 Author: Akira TAGOH <akira@tagoh.org>
1635 Date:   Fri May 11 21:39:50 2018 +0900
1636
1637     Add a testrunner for conf
1638
1639  configure.ac     |   9 ++
1640  test/Makefile.am |   7 ++
1641  test/test-conf.c | 328
1642  +++++++++++++++++++++++++++++++++++++++++++++++++++++++
1643  3 files changed, 344 insertions(+)
1644
1645 commit 307639cff143341cb10273db1a19264ba28b247e
1646 Author: Akira TAGOH <akira@tagoh.org>
1647 Date:   Fri May 11 20:48:30 2018 +0900
1648
1649     Bug 43367 - RFE: iterator to peek objects in FcPattern
1650
1651     Add various APIs to obtain things in FcPattern through the iterator
1652
1653     https://bugs.freedesktop.org/show_bug.cgi?id=43367
1654
1655  doc/fcpattern.fncs      | 111 ++++++++++++++++++++++-
1656  fontconfig/fontconfig.h |  33 +++++++
1657  src/fcdbg.c             |  15 ++--
1658  src/fcdefault.c         |  32 ++++---
1659  src/fcformat.c          |  22 ++---
1660  src/fcint.h             |   9 ++
1661  src/fcpat.c             | 233
1662  +++++++++++++++++++++++++++++++++++++++---------
1663  7 files changed, 372 insertions(+), 83 deletions(-)
1664
1665 commit 454923709a1a1e480554c400e053aea9a1ba951a
1666 Author: Akira TAGOH <akira@tagoh.org>
1667 Date:   Thu May 10 22:01:29 2018 +0900
1668
1669     Change the emboldening logic again
1670
1671     enable emboldening when request was >= bold and font was <= medium
1672
1673     https://bugs.freedesktop.org/show_bug.cgi?id=106460
1674
1675  conf.d/90-synthetic.conf | 4 ++--
1676  1 file changed, 2 insertions(+), 2 deletions(-)
1677
1678 commit 730deada8cf609157d07b7c2bf2985672614c4c0
1679 Author: Tom Anderson <thomasanderson@chromium.org>
1680 Date:   Tue Apr 24 11:15:58 2018 -0700
1681
1682     Add FONTCONFIG_SYSROOT environment variable
1683
1684  doc/fontconfig-user.sgml | 4 ++++
1685  src/fccfg.c              | 5 ++++-
1686  2 files changed, 8 insertions(+), 1 deletion(-)
1687
1688 commit c78afa906699933e87889895ca2039887943b639
1689 Author: Akira TAGOH <akira@tagoh.org>
1690 Date:   Thu Apr 19 11:45:45 2018 +0900
1691
1692     Fix typo in doc
1693
1694     https://bugs.freedesktop.org/show_bug.cgi?id=106128
1695
1696  doc/fontconfig-user.sgml | 10 +++++-----
1697  1 file changed, 5 insertions(+), 5 deletions(-)
1698
1699 commit 7ad010e80bdf8e41303e322882ece908f5e04c74
1700 Author: Tom Anderson <thomasanderson@chromium.org>
1701 Date:   Wed Apr 11 17:24:43 2018 -0700
1702
1703     Use realfilename for FcOpen in _FcConfigParse
1704
1705     realfilename is the file name after sysroot adjustments.  It should
1706     be used
1707     instead of filename in the call to FcOpen() which forwards the name
1708     directly to
1709     open().
1710
1711     Though I don't explicitly request a sysroot, I was getting error
1712     messages saying
1713     "failed reading config file".  This CL fixes the error spam.
1714
1715  src/fcxml.c | 2 +-
1716  1 file changed, 1 insertion(+), 1 deletion(-)
1717
1718 commit c60ed9ef66e59584f8b54323018e9e6c69925c7e
1719 Author: Tom Anderson <thomasanderson@chromium.org>
1720 Date:   Wed Apr 11 11:39:56 2018 -0700
1721
1722     Fix undefined-shift UBSAN errors
1723
1724     The expression "1 << 31" will cause UBSAN to complain with this
1725     error message:
1726     runtime error: left shift of 1 by 31 places cannot be represented
1727     in type 'int'
1728
1729     The same operation on unsigned types is fine, however.  This CL
1730     replaces the
1731     strings "1 <<" with "1U <<".
1732
1733  fc-lang/fc-lang.c |  2 +-
1734  src/fcfreetype.c  | 10 +++++-----
1735  src/fcint.h       |  2 +-
1736  src/fclang.c      | 10 +++++-----
1737  4 files changed, 12 insertions(+), 12 deletions(-)
1738
1739 commit a8a6efa805fc03e790214e8a0bc55843a258d774
1740 Author: Behdad Esfahbod <behdad@behdad.org>
1741 Date:   Sat Mar 31 19:19:36 2018 +0200
1742
1743     Share name-mapping across instances
1744
1745     Continuation of previous commit.
1746
1747     Makes scanning Voto Serif GX fast again.
1748
1749  src/fcfreetype.c | 22 ++++++++++++++++------
1750  1 file changed, 16 insertions(+), 6 deletions(-)
1751
1752 commit fa13f8835c2819e693c7250e0d6729e22f0509c2
1753 Author: Behdad Esfahbod <behdad@behdad.org>
1754 Date:   Sat Mar 31 18:36:20 2018 +0200
1755
1756     Fix name scanning
1757
1758     In 161c738 I switched from linear name scanning to binary searching.
1759     That, however, ignored the fact that there might be more than one
1760     name table entry for each pair we want to query.
1761
1762     To fix that and retain bsearch, I now get all name entries first,
1763     sort them, and use for bsearching.
1764
1765     This fixes https://bugs.freedesktop.org/show_bug.cgi?id=105756
1766
1767     This makes scaning Voto Serif GX twice slower though, since we are
1768     creating and sorting the list for each instance. In the next commit,
1769     I'll share this list across different instances to fix this.
1770
1771  src/fcfreetype.c | 293
1772  +++++++++++++++++++++++++++++++++++--------------------
1773  1 file changed, 185 insertions(+), 108 deletions(-)
1774
1775 commit 31269e3589e0e6432d12f55db316f4c720a090b5
1776 Author: Akira TAGOH <akira@tagoh.org>
1777 Date:   Wed Mar 28 18:54:37 2018 +0900
1778
1779     Do not ship fcobjshash.h
1780
1781  src/Makefile.am | 12 +++++++-----
1782  1 file changed, 7 insertions(+), 5 deletions(-)
1783
1784 commit 2cf2e79cb66e29b97bd640a565e4817022f6fdb5
1785 Author: Akira TAGOH <akira@tagoh.org>
1786 Date:   Wed Mar 28 18:53:52 2018 +0900
1787
1788     Fix make check fail when srcdir != builddir.
1789
1790  test/Makefile.am | 16 +++++++---------
1791  test/run-test.sh |  3 ++-
1792  2 files changed, 9 insertions(+), 10 deletions(-)
1793
1794 commit 58f52853d5689e897525a5926c1a222340d3f404
1795 Author: Behdad Esfahbod <behdad@behdad.org>
1796 Date:   Thu Mar 15 07:51:06 2018 -0700
1797
1798     Minor: fix warnings
1799
1800  test/test-name-parse.c | 4 ++--
1801  1 file changed, 2 insertions(+), 2 deletions(-)
1802
1803 commit 2938e4d72da40f6bb0d22086c519a9852a820f40
1804 Author: Akira TAGOH <akira@tagoh.org>
1805 Date:   Thu Mar 15 12:54:02 2018 +0900
1806
1807     call setlocale
1808
1809  fc-cache/fc-cache.c     | 2 ++
1810  fc-cat/fc-cat.c         | 2 ++
1811  fc-list/fc-list.c       | 2 ++
1812  fc-match/fc-match.c     | 2 ++
1813  fc-pattern/fc-pattern.c | 2 ++
1814  fc-query/fc-query.c     | 2 ++
1815  fc-scan/fc-scan.c       | 2 ++
1816  7 files changed, 14 insertions(+)
1817
1818 commit 98eaef69af1350e459bf9c175476d3b772968874
1819 Author: Akira TAGOH <akira@tagoh.org>
1820 Date:   Thu Mar 15 12:17:52 2018 +0900
1821
1822     Leave the locale setting to applications
1823
1824     https://bugs.freedesktop.org/show_bug.cgi?id=105492
1825
1826  fc-conflist/fc-conflist.c |  2 ++
1827  src/fccfg.c               | 22 ++--------------------
1828  2 files changed, 4 insertions(+), 20 deletions(-)
1829
1830 commit fb7be6d60586302e89b7bbc894b91cb6cd33fbf3
1831 Author: Akira TAGOH <akira@tagoh.org>
1832 Date:   Wed Mar 14 21:42:11 2018 +0900
1833
1834     Add a testcase for FcNameParse
1835
1836  test/Makefile.am       |  4 +++
1837  test/test-name-parse.c | 90
1838  ++++++++++++++++++++++++++++++++++++++++++++++++++
1839  2 files changed, 94 insertions(+)
1840
1841 commit 4699406a68321179b14fae7412f828e2f37a7033
1842 Author: Akira TAGOH <akira@tagoh.org>
1843 Date:   Wed Mar 14 18:31:30 2018 +0900
1844
1845     Add the value of the constant name to the implicit object in the
1846     pattern
1847
1848     For objects which has been changed the object type to FcTypeRange.
1849
1850     https://bugs.freedesktop.org/show_bug.cgi?id=105415
1851
1852  src/fcname.c | 4 ++++
1853  1 file changed, 4 insertions(+)
1854
1855 commit 923b5be626a6e03fbaeee0b5cd6d0246c2f8f36f
1856 Author: Akira TAGOH <akira@tagoh.org>
1857 Date:   Wed Mar 14 12:35:05 2018 +0900
1858
1859     Do not override locale if already set by app
1860
1861     https://bugs.freedesktop.org/show_bug.cgi?id=105492
1862
1863  src/fccfg.c | 7 ++++++-
1864  1 file changed, 6 insertions(+), 1 deletion(-)
1865
1866 commit 198358dd8ff858c9e36531a7406ccb2246ae77b7
1867 Author: Akira TAGOH <akira@tagoh.org>
1868 Date:   Mon Mar 12 11:49:58 2018 +0900
1869
1870     Allow the constant names in the range
1871
1872     https://bugs.freedesktop.org/show_bug.cgi?id=105415
1873
1874  src/fcname.c | 34 +++++++++++++++++++++++++++++-----
1875  1 file changed, 29 insertions(+), 5 deletions(-)
1876
1877 commit af687139f2866a736f294c7c54f9ea57219a079b
1878 Author: Akira TAGOH <akira@tagoh.org>
1879 Date:   Sat Mar 10 20:47:54 2018 +0900
1880
1881     Add uuid to Requires.private in .pc only when pkgconfig macro found it
1882
1883  configure.ac | 7 ++++++-
1884  1 file changed, 6 insertions(+), 1 deletion(-)
1885
1886 commit 07bd14c5c7fed103020dc9b630d6a254861ada07
1887 Author: Akira TAGOH <akira@tagoh.org>
1888 Date:   Fri Mar 9 11:55:43 2018 +0900
1889
1890     Fix the build issue again on MinGW with enabling nls
1891
1892  src/Makefile.am | 4 ++--
1893  1 file changed, 2 insertions(+), 2 deletions(-)
1894
1895 commit bb50f62b58b5057f80f3775f91fa94b225fc6672
1896 Author: Akira TAGOH <akira@tagoh.org>
1897 Date:   Thu Mar 8 18:19:32 2018 +0900
1898
1899     Use the builtin uuid for OSX
1900
1901     https://bugs.freedesktop.org/show_bug.cgi?id=105366
1902
1903  configure.ac | 19 +++++++++++++++++--
1904  1 file changed, 17 insertions(+), 2 deletions(-)
1905
1906 commit f075ca1aeaedbc288d42a70df5cf2fd069ea0d10
1907 Author: Akira TAGOH <akira@tagoh.org>
1908 Date:   Tue Mar 6 12:31:12 2018 +0900
1909
1910     Bump version to 2.13.0
1911
1912  README                  | 12 ++++++++++--
1913  configure.ac            |  2 +-
1914  fontconfig/fontconfig.h |  4 ++--
1915  3 files changed, 13 insertions(+), 5 deletions(-)
1916
1917 commit 24b4a57193f89d348402de0f7bf4630ae3b5f5e7
1918 Author: Akira TAGOH <akira@tagoh.org>
1919 Date:   Tue Mar 6 12:31:09 2018 +0900
1920
1921     Bump the libtool revision
1922
1923  configure.ac | 2 +-
1924  1 file changed, 1 insertion(+), 1 deletion(-)
1925
1926 commit 8c96285d216e4fec2d83386dfd49030dfc947a4b
1927 Author: Akira TAGOH <akira@tagoh.org>
1928 Date:   Fri Mar 2 13:30:00 2018 +0900
1929
1930     Initialize an array explicitly
1931
1932     Patch from Kurt Kartaltepe
1933
1934  src/fcfreetype.c | 2 +-
1935  1 file changed, 1 insertion(+), 1 deletion(-)
1936
1937 commit e300d863f564f0b7b52fd6fdc1987afb5c116730
1938 Author: Akira TAGOH <akira@tagoh.org>
1939 Date:   Fri Mar 2 13:19:38 2018 +0900
1940
1941     Fix a build issue on MinGW with enabling nls
1942
1943  src/Makefile.am | 3 ++-
1944  1 file changed, 2 insertions(+), 1 deletion(-)
1945
1946 commit 5d32ee914be7ea3a8bafe73a49786b5ce2c98cfd
1947 Author: Akira TAGOH <akira@tagoh.org>
1948 Date:   Mon Feb 19 13:22:20 2018 +0900
1949
1950     Add Simplified Chinese translations
1951
1952     https://bugs.freedesktop.org/show_bug.cgi?id=105123
1953
1954  po-conf/LINGUAS  |   1 +
1955  po-conf/zh_CN.po | 140 +++++++++++++
1956  po/LINGUAS       |   1 +
1957  po/zh_CN.po      | 608
1958  +++++++++++++++++++++++++++++++++++++++++++++++++++++++
1959  4 files changed, 750 insertions(+)
1960
1961 commit 2fc42310cdc679bdc1f2f8f11ababad167c97fdd
1962 Author: Akira TAGOH <akira@tagoh.org>
1963 Date:   Thu Feb 15 22:01:54 2018 +0900
1964
1965     Bump version to 2.12.93
1966
1967  README                  | 36 ++++++++++++++++++++++++++++++++++--
1968  configure.ac            |  2 +-
1969  fontconfig/fontconfig.h |  2 +-
1970  3 files changed, 36 insertions(+), 4 deletions(-)
1971
1972 commit 147b083851bd5ba97a17de4496c484c9609a8f52
1973 Author: Akira TAGOH <akira@tagoh.org>
1974 Date:   Thu Feb 15 22:01:45 2018 +0900
1975
1976     Add missing files to ship
1977
1978  its/Makefile.am | 5 +++++
1979  1 file changed, 5 insertions(+)
1980
1981 commit 0394cb7829d16a902e2eebdcc4f00db3774916b8
1982 Author: Akira TAGOH <akira@tagoh.org>
1983 Date:   Mon Feb 5 13:31:00 2018 +0900
1984
1985     Ensure the user config dir is available in the list of config dirs
1986     on the fallback config
1987
1988  src/fcinit.c | 14 +++++++++++---
1989  1 file changed, 11 insertions(+), 3 deletions(-)
1990
1991 commit 34b5c949d51fcc8eafe2301ca8f539f735e31522
1992 Author: Akira TAGOH <akira@tagoh.org>
1993 Date:   Mon Feb 5 12:47:01 2018 +0900
1994
1995     Do not mix up font dirs into the list of config dirs
1996
1997  fc-cache/fc-cache.c | 2 +-
1998  src/fccfg.c         | 8 --------
1999  src/fcinit.c        | 2 +-
2000  src/fcint.h         | 4 ----
2001  src/fcxml.c         | 7 +++++--
2002  5 files changed, 7 insertions(+), 16 deletions(-)
2003
2004 commit 5710377301f7193f133103cede00e81a2051eb51
2005 Author: Olivier Crête <olivier.crete@collabora.com>
2006 Date:   Thu Feb 1 10:52:40 2018 +0000
2007
2008     Fix cross-compilation by passing CPPFLAGS to CPP
2009
2010  src/Makefile.am | 2 +-
2011  1 file changed, 1 insertion(+), 1 deletion(-)
2012
2013 commit ef748b39e022ce98d5aa8110d713368cf39f0ebf
2014 Author: Akira TAGOH <akira@tagoh.org>
2015 Date:   Tue Jan 23 22:27:17 2018 +0900
2016
2017     Take effects on dir, cachedir, acceptfont, and rejectfont only
2018     when loading
2019
2020     Those elements takes effects immediately during parsing config files
2021     so makes them conditional to ignore on scanning.
2022
2023  src/fcxml.c | 30 +++++++++++++++++-------------
2024  1 file changed, 17 insertions(+), 13 deletions(-)
2025
2026 commit 73cc842d1dd866e4a6fda4aa422cb4a9c7a9832f
2027 Author: Akira TAGOH <akira@tagoh.org>
2028 Date:   Mon Jan 15 12:57:05 2018 +0900
2029
2030     Revert some removal from 7ac6af6
2031
2032  autogen.sh | 1 +
2033  1 file changed, 1 insertion(+)
2034
2035 commit 91f0fd84607efcc7196e5ee232794c055f25511e
2036 Author: Akira TAGOH <akira@tagoh.org>
2037 Date:   Sun Jan 14 19:49:06 2018 +0900
2038
2039     Do not add cflags and libs coming from pkg-config file.
2040
2041     Using Requires is peferable way.
2042
2043     https://bugs.freedesktop.org/show_bug.cgi?id=104622
2044
2045  configure.ac     | 10 ++++++++--
2046  fontconfig.pc.in |  4 ++--
2047  2 files changed, 10 insertions(+), 4 deletions(-)
2048
2049 commit 4ff7155f5c96a02f2cd3542e8546c76c632c315a
2050 Author: Alexander Larsson <alexl@redhat.com>
2051 Date:   Fri Jan 12 16:52:39 2018 +0100
2052
2053     FcHashTableAddInternal: Compare against the right key
2054
2055     We were comparing the passed in key with the ready-to-insert key
2056     rather than the key in the hashtable, so if you ever had a hash
2057     conflicts we'll never insert the new item.
2058
2059     https://bugs.freedesktop.org/show_bug.cgi?id=101889
2060
2061  src/fchash.c | 2 +-
2062  1 file changed, 1 insertion(+), 1 deletion(-)
2063
2064 commit fd2ad1147ad9565841372e56e6bb939c0f843ac5
2065 Author: Behdad Esfahbod <behdad@behdad.org>
2066 Date:   Tue Jan 9 10:54:55 2018 +0100
2067
2068     Fix undefined-behavior signed shifts
2069
2070  src/fccharset.c  |  6 +++---
2071  src/fcfreetype.c |  4 ++--
2072  src/ftglue.h     | 12 ++++++------
2073  3 files changed, 11 insertions(+), 11 deletions(-)
2074
2075 commit 7ac6af665ba3e098a097cab869e814bdbe34952d
2076 Author: Akira TAGOH <akira@tagoh.org>
2077 Date:   Tue Jan 9 13:51:31 2018 +0900
2078
2079     clean up
2080
2081  autogen.sh   | 85
2082  ++++++++++--------------------------------------------------
2083  configure.ac |  2 --
2084  2 files changed, 13 insertions(+), 74 deletions(-)
2085
2086 commit 94683a1255c065a7f8e7fadee9de605f3eaf9ac7
2087 Author: Behdad Esfahbod <behdad@behdad.org>
2088 Date:   Mon Jan 8 09:55:41 2018 +0000
2089
2090     Use FT_Done_MM_Var if available
2091
2092  configure.ac     | 2 +-
2093  src/fcfreetype.c | 4 ++++
2094  2 files changed, 5 insertions(+), 1 deletion(-)
2095
2096 commit 97488fd72577a86ffd52bbb42d781bad0dd723cf
2097 Author: Akira TAGOH <akira@tagoh.org>
2098 Date:   Sat Jan 6 18:53:27 2018 +0900
2099
2100     export GETTEXTDATADIR to refer the local .its/.loc file instead of
2101     using --its option
2102
2103  Makefile.am                 |  2 +-
2104  configure.ac                |  1 +
2105  its/Makefile.am             |  6 ++++++
2106  {src => its}/fontconfig.its |  0
2107  {src => its}/fontconfig.loc |  0
2108  po-conf/Makevars            |  4 ++--
2109  po-conf/POTFILES.in         | 34 ++++++++++++++++++++++++++++++++++
2110  src/Makefile.am             |  5 -----
2111  8 files changed, 44 insertions(+), 8 deletions(-)
2112
2113 commit 030e2e4e9473532de5ef6bf4c7905bdf653dc6ef
2114 Author: Behdad Esfahbod <behdad@behdad.org>
2115 Date:   Fri Jan 5 14:33:17 2018 +0000
2116
2117     Fix leak
2118
2119  src/fcfreetype.c | 1 +
2120  1 file changed, 1 insertion(+)
2121
2122 commit 9c90f06b405abdc5ae2d92f5b614e0d19d11f783
2123 Author: Akira TAGOH <akira@tagoh.org>
2124 Date:   Fri Jan 5 22:14:58 2018 +0900
2125
2126     Remove POTFILES.in until new release of gettext is coming...
2127
2128  po-conf/POTFILES.in | 34 ----------------------------------
2129  1 file changed, 34 deletions(-)
2130
2131 commit b2da36e92265c82e598cdea670ec436f9b592af0
2132 Author: Akira TAGOH <akira@tagoh.org>
2133 Date:   Fri Jan 5 22:12:37 2018 +0900
2134
2135     Use the native ITS support in gettext
2136
2137     and drop the dependency of itstool.
2138     To get this working, need to patch out to fix a crash:
2139     http://git.savannah.gnu.org/cgit/gettext.git/commit/?id=a0cab23332a254e3500cac2a3a984472d02180e5
2140
2141  configure.ac        |  7 -------
2142  po-conf/Makevars    |  6 ++++--
2143  po-conf/POTFILES.in | 34 ++++++++++++++++++++++++++++++++++
2144  po/Makevars         |  2 +-
2145  4 files changed, 39 insertions(+), 10 deletions(-)
2146
2147 commit a2e0ebf3922d4ac682162e63ec7b209ef58f3c7c
2148 Author: Akira TAGOH <akira@tagoh.org>
2149 Date:   Fri Jan 5 18:23:08 2018 +0900
2150
2151     Add files to enable ITS support in gettext
2152
2153  src/Makefile.am    | 5 +++++
2154  src/fontconfig.its | 4 ++++
2155  src/fontconfig.loc | 6 ++++++
2156  3 files changed, 15 insertions(+)
2157
2158 commit 6aa0bde5ecd6a545228fc6b59e7e54b8f1eea7eb
2159 Author: Akira TAGOH <akira@tagoh.org>
2160 Date:   Fri Jan 5 16:05:58 2018 +0900
2161
2162     trivial fix
2163
2164  test/test-migration.c | 3 +++
2165  1 file changed, 3 insertions(+)
2166
2167 commit b8a225b3c3495942480377b7b3404710c70be914
2168 Author: Tom Anderson <thomasanderson@chromium.org>
2169 Date:   Wed Jan 3 11:42:45 2018 -0800
2170
2171     Allow overriding symbol visibility.
2172
2173     Fontconfig symbols were hardcoded to be either hidden or exported.
2174     This patch
2175     adds configurable symbol visibility.  This is useful for projects
2176     that want to
2177     do in-tree fontconfig builds and not export any symbols, otherwise
2178     they would
2179     conflict with the system library's symbols
2180
2181     Chromium is a project that does in-tree fontconfig builds, and
2182     the workaround
2183     currently used is "#define visibility(x) // nothing" [1] and
2184     building with
2185     "-fvisibility=hidden".
2186     [1]
2187     https://cs.chromium.org/chromium/src/third_party/fontconfig/BUILD.gn?rcl=ce146f1f300988c960e1eecf8a61b238d6fd7f7f&l=62
2188
2189  fontconfig/fcprivate.h | 9 ++++++++-
2190  src/makealias          | 4 ++--
2191  2 files changed, 10 insertions(+), 3 deletions(-)
2192
2193 commit 37fb4a989e6243bceebadb8120f458d8d5b82c45
2194 Author: Behdad Esfahbod <behdad@behdad.org>
2195 Date:   Wed Jan 3 16:51:18 2018 +0000
2196
2197     Support FC_WIDTH as double as well
2198
2199  src/fcfreetype.c | 16 +++++++---------
2200  1 file changed, 7 insertions(+), 9 deletions(-)
2201
2202 commit 1fa9cb78c1120e11e27e2a84f59b3fb239b165df
2203 Author: Behdad Esfahbod <behdad@behdad.org>
2204 Date:   Wed Jan 3 16:48:54 2018 +0000
2205
2206     Remove hack for OS/2 weights 1..9
2207
2208  src/fcfreetype.c |  8 +-------
2209  src/fcweight.c   | 20 +-------------------
2210  2 files changed, 2 insertions(+), 26 deletions(-)
2211
2212 commit d7d40b5aa8216f30a38492bd2bde5884c492c82d
2213 Author: Akira TAGOH <akira@tagoh.org>
2214 Date:   Thu Jan 4 20:42:34 2018 +0900
2215
2216     Bump version to 2.12.92
2217
2218  README                  | 33 +++++++++++++++++++++++++++++++--
2219  configure.ac            |  2 +-
2220  fontconfig/fontconfig.h |  2 +-
2221  3 files changed, 33 insertions(+), 4 deletions(-)
2222
2223 commit 3642d71724e7c40f44753c1f2e6d8fb2c88a3e50
2224 Author: Akira TAGOH <akira@tagoh.org>
2225 Date:   Thu Jan 4 20:23:16 2018 +0900
2226
2227     Add FcReadLink to wrap up readlink impl.
2228
2229  src/fccfg.c    |  4 ++--
2230  src/fccompat.c | 19 +++++++++++++++++++
2231  src/fcint.h    |  5 +++++
2232  3 files changed, 26 insertions(+), 2 deletions(-)
2233
2234 commit 767e3aa7c50c2a707b42d9eda879b1046558bb6f
2235 Author: Akira TAGOH <akira@tagoh.org>
2236 Date:   Thu Jan 4 20:32:46 2018 +0900
2237
2238     Fix compiler warnings
2239
2240  src/fccfg.c          | 2 +-
2241  src/fcdir.c          | 4 ++++
2242  src/fcfreetype.c     | 4 ++--
2243  test/test-bz131804.c | 1 -
2244  4 files changed, 7 insertions(+), 4 deletions(-)
2245
2246 commit 706535e10715938c10e65e727feb607373ac1a47
2247 Author: Behdad Esfahbod <behdad@behdad.org>
2248 Date:   Wed Jan 3 15:59:24 2018 +0000
2249
2250     Add FcWeightTo/FromOpenTypeDouble()
2251
2252     No idea why I didn't add these as double to begin with.
2253
2254  doc/fcweight.fncs       | 42 ++++++++++++++++++++++++++++++++----------
2255  fontconfig/fontconfig.h |  6 ++++++
2256  src/fcfreetype.c        | 16 ++++++++--------
2257  src/fcweight.c          | 24 ++++++++++++++++++------
2258  4 files changed, 64 insertions(+), 24 deletions(-)
2259
2260 commit 97898b1158542d3bc5f8a95fe2aa1829512cceb8
2261 Author: Akira TAGOH <akira@tagoh.org>
2262 Date:   Wed Jan 3 22:15:11 2018 +0900
2263
2264     Fix the mis-ordering of ruleset evaluation in a file with include
2265     element
2266
2267  src/fccfg.c |  8 ++++++--
2268  src/fcxml.c | 22 ++++++++++++++++++++++
2269  2 files changed, 28 insertions(+), 2 deletions(-)
2270
2271 commit 5cfd594c71345bcb91a56100fc3bbfef15253a95
2272 Author: Akira TAGOH <akira@tagoh.org>
2273 Date:   Tue Jan 2 19:04:45 2018 +0900
2274
2275     do not check the existence of itstool on win32
2276
2277  configure.ac | 21 ++++++++++++---------
2278  1 file changed, 12 insertions(+), 9 deletions(-)
2279
2280 commit f8e22fd6469cd14fe13ba657b5c5b66a884b614d
2281 Author: Behdad Esfahbod <behdad@behdad.org>
2282 Date:   Wed Dec 20 12:21:20 2017 -0500
2283
2284     Put back accidentally removed code
2285
2286  src/fcmatch.c | 2 ++
2287  1 file changed, 2 insertions(+)
2288
2289 commit 6d1d44d5ec5100a3db850dddd7b4e4196e8a5cdb
2290 Author: Behdad Esfahbod <behdad@behdad.org>
2291 Date:   Tue Dec 19 15:51:16 2017 -0500
2292
2293     Let pattern FC_FONT_VARIATIONS override standard axis variations
2294
2295     Ie. flip the merge order.
2296
2297  src/fcmatch.c | 20 +++++++++++---------
2298  1 file changed, 11 insertions(+), 9 deletions(-)
2299
2300 commit 650b051a2562ab5813d0671323e00f31cd79b37b
2301 Author: Behdad Esfahbod <behdad@behdad.org>
2302 Date:   Tue Dec 19 15:04:25 2017 -0500
2303
2304     Set font-variations settings for standard axes in variable fonts
2305
2306     This is the last piece of the puzzle for variable-font support in
2307     fontconfig.  This takes care of automatically setting the variation
2308     settings when user requests a weight / width / size that has variation
2309     in the matched font.
2310
2311  src/fcmatch.c | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++--
2312  src/fcpat.c   | 10 ++++++++--
2313  2 files changed, 60 insertions(+), 4 deletions(-)
2314
2315 commit 288d3348122a695615c39d82142d988e56064b9f
2316 Author: Behdad Esfahbod <behdad@behdad.org>
2317 Date:   Mon Dec 18 23:51:17 2017 -0500
2318
2319     Minor
2320
2321  fc-pattern/fc-pattern.c | 2 +-
2322  1 file changed, 1 insertion(+), 1 deletion(-)
2323
2324 commit 57ff677b1bd73acbf371955afe8d6399a06d46ac
2325 Author: Behdad Esfahbod <behdad@behdad.org>
2326 Date:   Mon Dec 18 21:28:23 2017 -0500
2327
2328     Remove a debug abort()
2329
2330     Ouch!
2331
2332  src/fcmatch.c | 1 -
2333  1 file changed, 1 deletion(-)
2334
2335 commit aa85a2b3b6b652c079e895865e800e3d9b60a5f5
2336 Author: Akira TAGOH <akira@tagoh.org>
2337 Date:   Tue Dec 19 12:16:48 2017 +0900
2338
2339     Try to get current instance of FcConfig as far as possible
2340
2341  src/fcmatch.c | 2 ++
2342  1 file changed, 2 insertions(+)
2343
2344 commit 0b59a65a71b5482aab63a2fe7eff2820f2512941
2345 Author: Alexander Larsson <alexl@redhat.com>
2346 Date:   Mon Dec 18 16:17:10 2017 +0100
2347
2348     fchash: Fix replace
2349
2350     When we replace a bucket in the hashtable we have to update the
2351     next pointer too, or we lose all the other elements that hashed to
2352     this key.
2353
2354  src/fchash.c | 2 ++
2355  1 file changed, 2 insertions(+)
2356
2357 commit 7ca28c2fedb34c1db5ee3116d335f15195859db0
2358 Author: Behdad Esfahbod <behdad@behdad.org>
2359 Date:   Mon Dec 18 21:22:21 2017 -0500
2360
2361     Don't crash
2362
2363     Not proper fix necessarily. But fixes this crash:
2364     https://bugs.freedesktop.org/show_bug.cgi?id=101889#c81
2365
2366  src/fcmatch.c | 2 +-
2367  1 file changed, 1 insertion(+), 1 deletion(-)
2368
2369 commit e83f8777d555b40127f7035b5639955a70ad7dfd
2370 Author: Akira TAGOH <akira@tagoh.org>
2371 Date:   Mon Dec 18 21:45:00 2017 +0900
2372
2373     Disable uuid related code on Win32
2374
2375  configure.ac  |  9 +++++++--
2376  src/fccache.c | 19 ++++++++++++++++++-
2377  src/fchash.c  |  4 ++++
2378  3 files changed, 29 insertions(+), 3 deletions(-)
2379
2380 commit 182186e53a38d2c8b82d0a1785f6873f2b54316a
2381 Author: Akira TAGOH <akira@tagoh.org>
2382 Date:   Mon Dec 18 21:26:29 2017 +0900
2383
2384     Do not update mtime with creating .uuid
2385
2386  src/fccache.c    | 26 ++++++++++++++++++++++++++
2387  test/run-test.sh | 13 +++++++++++++
2388  2 files changed, 39 insertions(+)
2389
2390 commit c1e48b0c1439007b41887177ef7b34e4d75e3a31
2391 Author: Akira TAGOH <akira@tagoh.org>
2392 Date:   Mon Dec 18 20:05:44 2017 +0900
2393
2394     Add a test case for uuid creation
2395
2396  test/run-test.sh | 43 +++++++++++++++++++++++++++++++++++++++++++
2397  1 file changed, 43 insertions(+)
2398
2399 commit 8ab4d679959815feb0c383e1e17953fe1c46091f
2400 Author: Akira TAGOH <akira@tagoh.org>
2401 Date:   Mon Dec 18 20:05:14 2017 +0900
2402
2403     Replace uuid in the table properly when -r
2404
2405  src/fccache.c |  7 ++++++-
2406  src/fchash.c  | 37 ++++++++++++++++++++++++++++++++-----
2407  src/fcint.h   |  4 ++++
2408  3 files changed, 42 insertions(+), 6 deletions(-)
2409
2410 commit 0378790ca362757061bff83c8a344991f1f829c6
2411 Author: Akira TAGOH <akira@tagoh.org>
2412 Date:   Mon Dec 18 20:04:13 2017 +0900
2413
2414     Add missing doc of FcDirCacheCreateUUID
2415
2416  doc/fccache.fncs | 18 +++++++++++++++++-
2417  1 file changed, 17 insertions(+), 1 deletion(-)
2418
2419 commit 57eaf0ba7ea7f88510053688f3c3c4658da83596
2420 Author: Akira TAGOH <akira@tagoh.org>
2421 Date:   Mon Dec 18 16:41:04 2017 +0900
2422
2423     Returns false if key is already available in the table
2424
2425  src/fchash.c | 2 +-
2426  1 file changed, 1 insertion(+), 1 deletion(-)
2427
2428 commit dd21876e64db4eaf592297e97355ffdf87f7d2f6
2429 Author: Akira TAGOH <akira@tagoh.org>
2430 Date:   Mon Dec 18 12:09:14 2017 +0900
2431
2432     Update .uuid only when -r is given but not -f.
2433
2434  fc-cache/fc-cache.c     | 3 +++
2435  fontconfig/fontconfig.h | 5 +++++
2436  src/fcdir.c             | 2 +-
2437  src/fcint.h             | 5 -----
2438  4 files changed, 9 insertions(+), 6 deletions(-)
2439
2440 commit dd1a92911b1abc4c266ad33d88ec8161342f0d69
2441 Author: Akira TAGOH <akira@tagoh.org>
2442 Date:   Mon Dec 18 11:53:25 2017 +0900
2443
2444     cleanup files
2445
2446  test/Makefile.am | 4 +++-
2447  1 file changed, 3 insertions(+), 1 deletion(-)
2448
2449 commit bad64a7e1f84c982da1f86f45faa10426dfce654
2450 Author: Akira TAGOH <akira@tagoh.org>
2451 Date:   Thu Dec 14 15:44:20 2017 +0900
2452
2453     Bump version to 2.12.91
2454
2455  README                  | 138
2456  +++++++++++++++++++++++++++++++++++++++++++++++-
2457  configure.ac            |   2 +-
2458  fontconfig/fontconfig.h |   2 +-
2459  3 files changed, 138 insertions(+), 4 deletions(-)
2460
2461 commit 1f84aa196d0ed2dae6176e0137eaae4449a6ca7c
2462 Author: Akira TAGOH <akira@tagoh.org>
2463 Date:   Thu Dec 14 15:42:39 2017 +0900
2464
2465     Bump the libtool revision
2466
2467  configure.ac | 6 +++---
2468  1 file changed, 3 insertions(+), 3 deletions(-)
2469
2470 commit 8d02dbbd9784e3e9ae5f45cb96b790645f09fcf6
2471 Author: Akira TAGOH <akira@tagoh.org>
2472 Date:   Thu Dec 14 15:42:22 2017 +0900
2473
2474     Fix "make check" fail again
2475
2476  test/Makefile.am | 8 ++++----
2477  1 file changed, 4 insertions(+), 4 deletions(-)
2478
2479 commit a6797cd5c2d430d22f689240eb4318f2d91fd677
2480 Author: Akira TAGOH <akira@tagoh.org>
2481 Date:   Tue Dec 5 21:57:19 2017 +0900
2482
2483     Fix distcheck error
2484
2485  test/Makefile.am | 4 ++--
2486  test/run-test.sh | 2 +-
2487  2 files changed, 3 insertions(+), 3 deletions(-)
2488
2489 commit 1b2279d6b5118fc00bc028340d14fe1e345a4ab4
2490 Author: Akira TAGOH <akira@tagoh.org>
2491 Date:   Fri Nov 24 10:53:39 2017 +0530
2492
2493     thread-safe functions in fchash.c
2494
2495  src/fchash.c | 6 ++++--
2496  1 file changed, 4 insertions(+), 2 deletions(-)
2497
2498 commit 4758144492cf694b9d762733bc0907c0dad5b34d
2499 Author: Akira TAGOH <akira@tagoh.org>
2500 Date:   Mon Nov 20 17:46:47 2017 +0530
2501
2502     Fix the testcase for env not enabled
2503     PCF_CONFIG_OPTION_LONG_FAMILY_NAMES in freetype
2504
2505  test/run-test.sh | 4 ++--
2506  1 file changed, 2 insertions(+), 2 deletions(-)
2507
2508 commit abe91a1694bb6b89c51c7d61af23bf2607c4c4be
2509 Author: Akira TAGOH <akira@tagoh.org>
2510 Date:   Mon Nov 20 14:33:18 2017 +0530
2511
2512     Use smaller prime for hash size
2513
2514  src/fchash.c | 2 +-
2515  1 file changed, 1 insertion(+), 1 deletion(-)
2516
2517 commit c4b2787ba41006d60c964438fec17f15d75f03c0
2518 Author: Akira TAGOH <akira@tagoh.org>
2519 Date:   Mon Nov 20 13:46:55 2017 +0530
2520
2521     cleanup
2522
2523  doc/fcpattern.fncs | 10 ----------
2524  1 file changed, 10 deletions(-)
2525
2526 commit 5af21201e1bf2daf2bae4b684243bc62dd2c7ee7
2527 Author: Akira TAGOH <akira@tagoh.org>
2528 Date:   Wed Nov 15 23:30:26 2017 +0900
2529
2530     Add a testcase for bind-mounted cachedir
2531
2532  test/run-test.sh | 30 ++++++++++++++++++++++++++++++
2533  1 file changed, 30 insertions(+)
2534
2535 commit 2f486f6584f3c0d6d1c7eadfbc56cd13a8f3122f
2536 Author: Akira TAGOH <akira@tagoh.org>
2537 Date:   Wed Nov 15 23:24:24 2017 +0900
2538
2539     Don't call FcStat when the alias has already been added
2540
2541     Similar changes to 3a3d6ea applies to fclist and fcmatch.
2542
2543  src/fclist.c  | 49 ++++++++++++++++++++++---------------------------
2544  src/fcmatch.c | 47 ++++++++++++++++++++++-------------------------
2545  2 files changed, 44 insertions(+), 52 deletions(-)
2546
2547 commit 665a5d30443cee9ef0eb977857ed2d19ed9f3cb6
2548 Author: Akira TAGOH <akira@tagoh.org>
2549 Date:   Wed Nov 15 23:00:31 2017 +0900
2550
2551     Fix a typo
2552
2553  src/fchash.c | 2 +-
2554  1 file changed, 1 insertion(+), 1 deletion(-)
2555
2556 commit 6b82c7083565d646b8a08d17dbcb41bd998a5a3c
2557 Author: Akira TAGOH <akira@tagoh.org>
2558 Date:   Wed Nov 15 23:00:23 2017 +0900
2559
2560     Fix memory leak
2561
2562  src/fccache.c | 7 ++++---
2563  1 file changed, 4 insertions(+), 3 deletions(-)
2564
2565 commit da071b32d41f91856a5e211c1fea7192d33ef09f
2566 Author: Akira TAGOH <akira@tagoh.org>
2567 Date:   Wed Nov 15 16:34:02 2017 +0900
2568
2569     update
2570
2571  git.mk | 12 ++++++++++++
2572  1 file changed, 12 insertions(+)
2573
2574 commit 8f88b1c47cb7918aa65ed415f64e04464b1653c9
2575 Author: Akira TAGOH <akira@tagoh.org>
2576 Date:   Wed Nov 15 16:10:49 2017 +0900
2577
2578     abstract hash table functions
2579
2580  src/Makefile.am |   1 +
2581  src/fccache.c   | 241
2582  +++++++-------------------------------------------------
2583  src/fccfg.c     |  21 ++++-
2584  src/fcdir.c     |   2 +-
2585  src/fchash.c    | 181 ++++++++++++++++++++++++++++++++++++++++++
2586  src/fcint.h     |  51 ++++++++++--
2587  src/fclist.c    |   6 +-
2588  src/fcmatch.c   |   5 +-
2589  8 files changed, 283 insertions(+), 225 deletions(-)
2590
2591 commit 68ff99c4142e25989409f465e392b1bb3042494d
2592 Author: Akira TAGOH <akira@tagoh.org>
2593 Date:   Wed Nov 15 16:08:30 2017 +0900
2594
2595     cleanup
2596
2597  fontconfig/fontconfig.h |  3 ---
2598  src/fcpat.c             | 30 ------------------------------
2599  2 files changed, 33 deletions(-)
2600
2601 commit b01bf646f110cacfaeb5fe097475d3582fa6cd33
2602 Author: Akira TAGOH <akira@tagoh.org>
2603 Date:   Tue Oct 3 13:08:54 2017 +0900
2604
2605     Destroy the alias and UUID tables when all of caches is unloaded
2606
2607     When a cache contains no fonts, it will be unloaded immediately.
2608     Previously the certain alias and UUID entries will be purged at that
2609     time though,
2610     this doesn't work when the targeted directory has sub-directories.
2611     To avoid the unnecessary cache creation with the md5-based naming,
2612     try to keep them
2613     as far as possible.
2614     Although this way seems not perfectly working if the first directory
2615     to look up is like that
2616
2617  src/fccache.c | 63
2618  +++++++++++++++++++++++++----------------------------------
2619  1 file changed, 27 insertions(+), 36 deletions(-)
2620
2621 commit d7133f4ed7071c6ac257e8d4de0e438e22ca0254
2622 Author: Akira TAGOH <akira@tagoh.org>
2623 Date:   Mon Oct 2 21:17:06 2017 +0900
2624
2625     Don't call FcStat when the alias has already been added
2626
2627     We could assume that the targeted location is mapped at the different
2628     place
2629     when there are in the alias table.
2630
2631  src/fccfg.c | 21 +++++++--------------
2632  1 file changed, 7 insertions(+), 14 deletions(-)
2633
2634 commit cf5acaed9621990d890a0dfd655494d7242aba26
2635 Author: Akira TAGOH <akira@tagoh.org>
2636 Date:   Sat Sep 23 18:49:55 2017 +0900
2637
2638     Replace the path of subdirs in caches as well
2639
2640  src/fccfg.c | 22 +++++++++++++++++++++-
2641  1 file changed, 21 insertions(+), 1 deletion(-)
2642
2643 commit 6d3b306cbecac22f4e0974c1a6e836289bd522f4
2644 Author: Akira TAGOH <akira@tagoh.org>
2645 Date:   Tue Sep 19 20:21:22 2017 +0900
2646
2647     Replace the original path to the new one
2648
2649  src/fclist.c  | 6 +++---
2650  src/fcmatch.c | 2 ++
2651  2 files changed, 5 insertions(+), 3 deletions(-)
2652
2653 commit 6f226ad67e4373fa62359d1a7b94400d200e66ed
2654 Author: Akira TAGOH <akira@tagoh.org>
2655 Date:   Thu Sep 7 19:43:59 2017 +0900
2656
2657     Replace the font path in FcPattern to what it is actually located.
2658
2659  src/fclist.c  | 41 ++++++++++++++++++++++++++++++++++++++++-
2660  src/fcmatch.c | 32 ++++++++++++++++++++++++++++++++
2661  2 files changed, 72 insertions(+), 1 deletion(-)
2662
2663 commit 85d9de58ed093ade638b51697fc3a23309e5d5a6
2664 Author: Akira TAGOH <akira@tagoh.org>
2665 Date:   Wed Aug 2 11:02:19 2017 +0100
2666
2667     Add new API to find out a font from current search path
2668
2669  doc/fcpattern.fncs      |  10 ++++
2670  fontconfig/fontconfig.h |   3 ++
2671  src/fccache.c           | 127
2672  +++++++++++++++++++++++++++++++++++++++++++++++-
2673  src/fcint.h             |   3 ++
2674  src/fcpat.c             |  30 ++++++++++++
2675  5 files changed, 171 insertions(+), 2 deletions(-)
2676
2677 commit 7b48fd3dd406b926f0e5240b211f72197ed538a9
2678 Author: Akira TAGOH <akira@tagoh.org>
2679 Date:   Wed Sep 6 17:01:19 2017 +0900
2680
2681     Use uuid-based cache filename if uuid is assigned to dirs
2682
2683  configure.ac    |   8 +++
2684  src/Makefile.am |   3 +-
2685  src/fccache.c   | 211
2686  ++++++++++++++++++++++++++++++++++++++++++++++++++++++--
2687  src/fcdir.c     |   1 +
2688  src/fcint.h     |   4 ++
2689  5 files changed, 220 insertions(+), 7 deletions(-)
2690
2691 commit 64895e719dd8d18c52a31d66cd189915bc8c00b8
2692 Author: Akira TAGOH <akira@tagoh.org>
2693 Date:   Mon Nov 20 17:20:34 2017 +0530
2694
2695     Add the check of PCF_CONFIG_OPTION_LONG_FAMILY_NAMES back
2696
2697     This isn't enabled by default in freetype so need to check it for
2698     testsuites
2699
2700  configure.ac                                          | 13 +++++++++++++
2701  test/Makefile.am                                      | 12 +++++++++++-
2702  test/{out.expected => out.expected-long-family-names} |  0
2703  test/out.expected-no-long-family-names                |  8 ++++++++
2704  test/run-test.sh                                      |  2 +-
2705  5 files changed, 33 insertions(+), 2 deletions(-)
2706
2707 commit e73b5dcbf2248b538e06bc92a71700dacbec983b
2708 Author: Akira TAGOH <akira@tagoh.org>
2709 Date:   Thu Nov 16 11:37:36 2017 +0900
2710
2711     Correct debugging messages to load/scan config
2712
2713  src/fcxml.c | 8 ++++----
2714  1 file changed, 4 insertions(+), 4 deletions(-)
2715
2716 commit 676d8699cc2e812f02e661842be4221c7549c511
2717 Author: Akira TAGOH <akira@tagoh.org>
2718 Date:   Thu Nov 16 11:31:02 2017 +0900
2719
2720     Allow autoreconf through autopoint for gettext things
2721
2722  configure.ac | 1 +
2723  1 file changed, 1 insertion(+)
2724
2725 commit 2ed243f323e603ac917a236a48b468e9c523da35
2726 Author: Akira TAGOH <akira@tagoh.org>
2727 Date:   Tue Nov 14 20:55:24 2017 +0900
2728
2729     Validate cache more carefully
2730
2731     Reject caches when FcPattern isn't a constant.
2732     This is usually unlikely to happen but reported.
2733     I've decided to add more validation since this isn't reproducible
2734     and easy to have a workaround rather than investigating 'why'.
2735
2736     https://bugs.freedesktop.org/show_bug.cgi?id=103237
2737
2738  src/fccache.c | 3 ++-
2739  1 file changed, 2 insertions(+), 1 deletion(-)
2740
2741 commit 12eb7be46610178c74fbe24ae518e20957cda1ea
2742 Author: Akira TAGOH <akira@tagoh.org>
2743 Date:   Wed Nov 8 22:18:01 2017 +0900
2744
2745     another workaround to avoid modifying by gettextize...
2746
2747  autogen.sh | 3 +++
2748  1 file changed, 3 insertions(+)
2749
2750 commit 3c55ef4b278be8fff1296af0cd1d3f97388416e4
2751 Author: Akira TAGOH <akira@tagoh.org>
2752 Date:   Wed Nov 8 22:03:49 2017 +0900
2753
2754     missing an open parenthesis
2755
2756  fc-cache/fc-cache.c | 2 +-
2757  1 file changed, 1 insertion(+), 1 deletion(-)
2758
2759 commit 23ba0dc10d5a1415d020043274a3e9608c5c5a39
2760 Author: Akira TAGOH <akira@tagoh.org>
2761 Date:   Tue Nov 7 15:13:46 2017 +0900
2762
2763     workaround to avoid modifying by gettextize
2764
2765  Makefile.am | 3 +--
2766  autogen.sh  | 8 +++++++-
2767  2 files changed, 8 insertions(+), 3 deletions(-)
2768
2769 commit 9a0fcb948fe7346f6c68028b2e54ab600a2a2a6f
2770 Author: Akira TAGOH <akira@tagoh.org>
2771 Date:   Thu Mar 27 15:10:44 2014 +0900
2772
2773     Add the ruleset description support
2774
2775     Trying to address what these configuration files really do.
2776     This change allows to see the short description that mention
2777     the purpose of the content in the config file and obtain
2778     them through API.
2779
2780     This change also encourage one who want to make some UI for
2781     the user-specific configuration management. it is the main
2782     purpose of this change for me though.
2783
2784     Aside from that, I've also made programs translatable. so
2785     we see more dependencies on the build time for gettext,
2786     and itstool to generate PO from xml.
2787
2788  Makefile.am                       |  14 +-
2789  autogen.sh                        |  13 +-
2790  conf.d/10-autohint.conf           |   5 +
2791  conf.d/10-hinting-full.conf       |   6 +
2792  conf.d/10-hinting-medium.conf     |   6 +
2793  conf.d/10-hinting-none.conf       |   6 +
2794  conf.d/10-hinting-slight.conf     |   6 +
2795  conf.d/10-no-sub-pixel.conf       |   5 +
2796  conf.d/10-scale-bitmap-fonts.conf |   4 +
2797  conf.d/10-sub-pixel-bgr.conf      |   5 +
2798  conf.d/10-sub-pixel-rgb.conf      |   5 +
2799  conf.d/10-sub-pixel-vbgr.conf     |   5 +
2800  conf.d/10-sub-pixel-vrgb.conf     |   5 +
2801  conf.d/10-unhinted.conf           |   5 +
2802  conf.d/11-lcdfilter-default.conf  |   5 +
2803  conf.d/11-lcdfilter-legacy.conf   |   5 +
2804  conf.d/11-lcdfilter-light.conf    |   5 +
2805  conf.d/20-unhint-small-vera.conf  |   5 +
2806  conf.d/25-unhint-nonlatin.conf    |   4 +
2807  conf.d/30-metric-aliases.conf     |   5 +
2808  conf.d/40-nonlatin.conf           |   5 +
2809  conf.d/45-generic.conf            |   6 +
2810  conf.d/45-latin.conf              |   5 +
2811  conf.d/49-sansserif.conf          |   5 +
2812  conf.d/50-user.conf               |   5 +
2813  conf.d/51-local.conf              |   5 +
2814  conf.d/60-generic.conf            |   5 +
2815  conf.d/60-latin.conf              |   5 +
2816  conf.d/65-fonts-persian.conf      |   4 +
2817  conf.d/65-khmer.conf              |   4 +
2818  conf.d/65-nonlatin.conf           |   5 +
2819  conf.d/69-unifont.conf            |   4 +
2820  conf.d/70-no-bitmaps.conf         |   5 +
2821  conf.d/70-yes-bitmaps.conf        |   5 +
2822  conf.d/80-delicious.conf          |   4 +
2823  conf.d/90-synthetic.conf          |   4 +
2824  configure.ac                      |  17 +
2825  doc/fcconfig.fncs                 |  35 ++
2826  fc-cache/fc-cache.c               |  80 +++--
2827  fc-cat/fc-cat.c                   |  46 +--
2828  fc-conflist/Makefile.am           |  60 ++++
2829  fc-conflist/fc-conflist.c         | 142 ++++++++
2830  fc-conflist/fc-conflist.sgml      | 135 ++++++++
2831  fc-list/fc-list.c                 |  40 ++-
2832  fc-match/fc-match.c               |  46 +--
2833  fc-pattern/fc-pattern.c           |  36 +-
2834  fc-query/fc-query.c               |  36 +-
2835  fc-scan/fc-scan.c                 |  30 +-
2836  fc-validate/Makefile.am           |   2 +-
2837  fc-validate/fc-validate.c         |  42 ++-
2838  fontconfig/fontconfig.h           |  25 +-
2839  fonts.conf.in                     |   5 +
2840  git.mk                            |  15 +
2841  local.conf                        |   5 +
2842  po-conf/ChangeLog                 |  12 +
2843  po-conf/LINGUAS                   |   1 +
2844  po-conf/Makevars                  |  78 +++++
2845  po-conf/POTFILES.in               |   0
2846  po/ChangeLog                      |  12 +
2847  po/LINGUAS                        |   1 +
2848  po/Makevars                       |  78 +++++
2849  po/POTFILES.in                    |  11 +
2850  src/Makefile.am                   |   4 +-
2851  src/fccfg.c                       | 675
2852  ++++++++++++++++++++++++--------------
2853  src/fcdbg.c                       |  10 +-
2854  src/fcinit.c                      |   1 +
2855  src/fcint.h                       | 113 ++++++-
2856  src/fcptrlist.c                   | 198 +++++++++++
2857  src/fcxml.c                       | 179 +++++++---
2858  69 files changed, 1916 insertions(+), 449 deletions(-)
2859
2860 commit 0c149259e4cc8070f6c8bf149290abb1367f340a
2861 Author: Akira TAGOH <akira@tagoh.org>
2862 Date:   Tue Nov 7 14:46:10 2017 +0900
2863
2864     doc: trivial update
2865
2866  doc/fcfreetype.fncs | 1 +
2867  1 file changed, 1 insertion(+)
2868
2869 commit 14d70d3a8ae6f2652305daeb019e518f7e0c505b
2870 Author: Akira TAGOH <akira@tagoh.org>
2871 Date:   Thu Sep 21 17:06:17 2017 +0900
2872
2873     Bump version to 2.12.6
2874
2875  README                  | 22 ++++++++++++++++++++--
2876  configure.ac            |  2 +-
2877  fontconfig/fontconfig.h |  2 +-
2878  3 files changed, 22 insertions(+), 4 deletions(-)
2879
2880 commit 3f96450be0291e4903ebccf601e5af46b55cd193
2881 Author: Akira TAGOH <akira@tagoh.org>
2882 Date:   Thu Sep 21 17:05:51 2017 +0900
2883
2884     Update libtool revision
2885
2886  configure.ac | 2 +-
2887  1 file changed, 1 insertion(+), 1 deletion(-)
2888
2889 commit a7953dbf47b30fbbe499ad6a4a97396a7942232a
2890 Author: Alban Browaeys <alban.browaeys@gmail.com>
2891 Date:   Mon Oct 16 15:36:58 2017 +0200
2892
2893     Fixes cleanup
2894
2895     Remove leftover references to run-test271.sh.
2896
2897  test/Makefile.am | 4 ++--
2898  1 file changed, 2 insertions(+), 2 deletions(-)
2899
2900 commit 90271ae0798dfbdb0d9dce85caf914bee99eca4e
2901 Author: Alexander Kanavin <alex.kanavin@gmail.com>
2902 Date:   Wed Oct 11 17:40:09 2017 +0300
2903
2904     src/fcxml.c: avoid double free() of filename
2905
2906     It's also freed after bail1, so no need to do it here.
2907
2908  src/fcxml.c | 1 -
2909  1 file changed, 1 deletion(-)
2910
2911 commit f4a2a1e577f6d6fe40469fb0ab68eb0b5f42465c
2912 Author: Behdad Esfahbod <behdad@behdad.org>
2913 Date:   Wed Oct 11 17:26:52 2017 +0200
2914
2915     Remove assert
2916
2917  src/fcfreetype.c | 3 ++-
2918  1 file changed, 2 insertions(+), 1 deletion(-)
2919
2920 commit c41c9220181b203d1cf1f6435f6e3735cb7c84ac
2921 Author: Bastien Nocera <hadess@hadess.net>
2922 Date:   Thu Oct 5 12:17:59 2017 +0200
2923
2924     conf: Prefer system emoji fonts to third-party ones
2925
2926     Prefer the system provided emoji fonts on systems which provide one,
2927     such as Windows, MacOS and Android, even if the Emoji One or Emoji Two
2928     fonts are installed.
2929
2930     This also allows free software OSes such as GNOME to prefer the Emoji
2931     One font, which is not used in other OSes and therefore has a unique
2932     brand identity, by installing them and only them by default.
2933
2934     Users can use more capable fonts while Emoji One and Emoji Two
2935     catch up
2936     by installing a font otherwise already used by another system, such as
2937     Google's freely redistributable Noto Emoji font.
2938
2939     https://bugzilla.redhat.com/show_bug.cgi?id=1496761
2940
2941  conf.d/45-generic.conf | 16 +++++++++-------
2942  conf.d/60-generic.conf |  5 +++--
2943  2 files changed, 12 insertions(+), 9 deletions(-)
2944
2945 commit 9fde3461e3aae3afc57ed100dc7784045e591766
2946 Author: Akira TAGOH <akira@tagoh.org>
2947 Date:   Fri Sep 29 14:33:17 2017 +0900
2948
2949     Fix a compiler warning
2950
2951  src/fcdbg.c | 6 +++---
2952  1 file changed, 3 insertions(+), 3 deletions(-)
2953
2954 commit 071111ea58fa067e5e9349d71aa05ef6d62a0915
2955 Author: Akira TAGOH <akira@tagoh.org>
2956 Date:   Fri Sep 29 14:29:37 2017 +0900
2957
2958     cleanup
2959
2960  test/Makefile.am     |  9 ---------
2961  test/out.expected    | 12 ++++++------
2962  test/out271.expected |  8 --------
2963  test/run-test271.sh  | 24 ------------------------
2964  4 files changed, 6 insertions(+), 47 deletions(-)
2965
2966 commit f504b2d6a149930cbbe745d56713bd88425a87fd
2967 Author: Behdad Esfahbod <behdad@behdad.org>
2968 Date:   Thu Sep 28 19:49:05 2017 -0400
2969
2970     Require freetype >= 2.8.1
2971
2972     2.8.0 had a bad bug with loading 'avar' table.  Let's update
2973     requirement and cleanup
2974     fifteen years of ifdefs!
2975
2976  configure.ac     | 39 +++------------------------------------
2977  src/fcfreetype.c | 43 -------------------------------------------
2978  2 files changed, 3 insertions(+), 79 deletions(-)
2979
2980 commit 1580593ecca1db4b4f06d87c38bb52eeeb533b1d
2981 Merge: 052115a 01f781a
2982 Author: Behdad Esfahbod <behdad@behdad.org>
2983 Date:   Thu Sep 28 14:52:41 2017 -0400
2984
2985     Merge branch 'varfonts2'
2986
2987     https://lists.freedesktop.org/archives/fontconfig/2017-September/006048.html
2988
2989 commit 01f781a9a44c98b9c1330caeb388545db8fe0bb2
2990 Author: Behdad Esfahbod <behdad@behdad.org>
2991 Date:   Wed Sep 27 18:55:50 2017 -0400
2992
2993     [varfonts] Share lang across named-instances
2994
2995     Makes VotoSerifGX scanning another 40% faster...  Down to 36ms now.
2996
2997  src/fcfreetype.c | 35 +++++++++++++++++++++++++----------
2998  src/fclang.c     |  6 ++++++
2999  src/fcpat.c      |  3 +++
3000  3 files changed, 34 insertions(+), 10 deletions(-)
3001
3002 commit 161c7385477b9520fc4c63e3f09789d217c5cd67
3003 Author: Behdad Esfahbod <behdad@behdad.org>
3004 Date:   Wed Sep 27 18:36:25 2017 -0400
3005
3006     Use binary-search for finding name table entries
3007
3008     VotoSerifGX has over 500 named instances, which means it also has
3009     over a thousand
3010     name table entries.  So we were looking for names for over 500
3011     pattern, looking for
3012     some thirty different name-ids, and using linear search across the
3013     1000 entries!
3014
3015     Makes scanning VotoSerifGX three times faster.  The rest is probably
3016     the lang
3017     matching, which can also be shared across named-instances.  Upcoming.
3018
3019  src/fcfreetype.c | 267
3020  +++++++++++++++++++++++++++++--------------------------
3021  1 file changed, 141 insertions(+), 126 deletions(-)
3022
3023 commit 261464e0e2b0348187448fd86cde7d1e36124fc6
3024 Author: Behdad Esfahbod <behdad@behdad.org>
3025 Date:   Wed Sep 27 18:09:31 2017 -0400
3026
3027     Simplify name-table platform mathcing logic
3028
3029     There's no "all other platforms", there was just ISO left.
3030     Hardcode it in.
3031
3032  src/fcfreetype.c | 29 +++++------------------------
3033  1 file changed, 5 insertions(+), 24 deletions(-)
3034
3035 commit 55d04e25d613b0b63b2b2c33affb6fae34a0ca01
3036 Author: Behdad Esfahbod <behdad@behdad.org>
3037 Date:   Wed Sep 27 16:54:24 2017 -0400
3038
3039     Don't convert nameds to UTF-8 unless we are going to use them
3040
3041  src/fcfreetype.c | 39 ++++++++++++++++++++++-----------------
3042  1 file changed, 22 insertions(+), 17 deletions(-)
3043
3044 commit f99278112d01d77a4b396ab04616bdb4ade21d88
3045 Author: Behdad Esfahbod <behdad@behdad.org>
3046 Date:   Wed Sep 27 16:50:59 2017 -0400
3047
3048     Whitespace
3049
3050  src/fcfreetype.c | 18 +++++++++---------
3051  1 file changed, 9 insertions(+), 9 deletions(-)
3052
3053 commit 554041d59679d99e9c5ba0a01c3fa743eef7bd7f
3054 Author: Behdad Esfahbod <behdad@behdad.org>
3055 Date:   Wed Sep 27 16:50:30 2017 -0400
3056
3057     Fix whitespace-trimming loop and empty strings...
3058
3059  src/fcfreetype.c | 6 +++---
3060  1 file changed, 3 insertions(+), 3 deletions(-)
3061
3062 commit a74109a1142a1525a310f95cb44931de545e025f
3063 Author: Behdad Esfahbod <behdad@behdad.org>
3064 Date:   Wed Sep 27 16:49:24 2017 -0400
3065
3066     Move whitespace-trimming code to apply to all name-table strings
3067
3068     If it's good, it's good for everything!
3069
3070  src/fcfreetype.c | 23 +++++++++++------------
3071  1 file changed, 11 insertions(+), 12 deletions(-)
3072
3073 commit 869dfe0bdc5efbaca6baf093eeeb9ac3d18c66e7
3074 Author: Behdad Esfahbod <behdad@behdad.org>
3075 Date:   Wed Sep 27 16:26:47 2017 -0400
3076
3077     [varfonts] Reuse charset for named instances
3078
3079     This didn't give me the speedup I was hoping for, though I do get
3080     around 15% for VotoSerifGX.
3081
3082  src/fcfreetype.c | 44 +++++++++++++++++++++++++++++++++-----------
3083  1 file changed, 33 insertions(+), 11 deletions(-)
3084
3085 commit bf4d440e7f02f36de37b205092144b335bc40854
3086 Author: Behdad Esfahbod <behdad@behdad.org>
3087 Date:   Wed Sep 27 12:31:03 2017 -0400
3088
3089     Separate charset and spacing code
3090
3091     For variable-font named-instances we want to reuse the same charset
3092     and redo the spacing.
3093
3094  src/fcfreetype.c | 108
3095  ++++++++++++++++++++++++++++++++-----------------------
3096  1 file changed, 64 insertions(+), 44 deletions(-)
3097
3098 commit 052115aa83c9927768ab970443250fb4ed9c0fca
3099 Author: Akira TAGOH <akira@tagoh.org>
3100 Date:   Thu Sep 21 14:04:10 2017 +0900
3101
3102     Fix again to keep the same behavior to the return value of
3103     FcConfigParseAndLoad
3104
3105     https://bugs.freedesktop.org/show_bug.cgi?id=102141
3106
3107  src/fcxml.c | 2 +-
3108  1 file changed, 1 insertion(+), 1 deletion(-)
3109
3110 commit 5603e06aeba57cb2c7044c9cc6001d0cef5039f4
3111 Author: Akira TAGOH <akira@tagoh.org>
3112 Date:   Thu Sep 21 14:03:51 2017 +0900
3113
3114     Revert "Keep the same behavior to the return value of
3115     FcConfigParseAndLoad"
3116
3117     This reverts commit dc56ff80408b16393d645a55788b023f1de27bc9.
3118
3119  src/fcxml.c | 4 ----
3120  1 file changed, 4 deletions(-)
3121
3122 commit 15b5016ccdf236e51caf2480749d534a7f4b9eda
3123 Author: Behdad Esfahbod <behdad@behdad.org>
3124 Date:   Wed Sep 20 19:39:59 2017 -0700
3125
3126     [varfonts] Don't reopen face for each named instance
3127
3128     Makes scanning of Voto (over 500 named instaces) twice faster.
3129
3130     Next, avoid charset / lang recalculation for each of those.
3131
3132  src/fcfreetype.c | 100
3133  +++++++++++++++++++++++++++++++------------------------
3134  1 file changed, 56 insertions(+), 44 deletions(-)
3135
3136 commit 2d0063948a446a24ed9b74b5b5a4eb1004b1db8e
3137 Author: Behdad Esfahbod <behdad@behdad.org>
3138 Date:   Wed Sep 20 16:25:06 2017 -0700
3139
3140     [varfonts] Do not set postscriptname for varfont pattern
3141
3142  src/fcfreetype.c | 87
3143  +++++++++++++++++++++++++++++---------------------------
3144  1 file changed, 45 insertions(+), 42 deletions(-)
3145
3146 commit be735d6a6870dde8879ce08b8927bf224b2614a0
3147 Author: Behdad Esfahbod <behdad@behdad.org>
3148 Date:   Wed Sep 20 16:21:28 2017 -0700
3149
3150     [varfonts] Skip named-instance that is equivalent to base font
3151
3152  src/fcfreetype.c | 41 ++++++++++++++++++++++++++++++++++++-----
3153  1 file changed, 36 insertions(+), 5 deletions(-)
3154
3155 commit 8183194ae39c43708e60458e94faf73d55b4ec4a
3156 Author: Behdad Esfahbod <behdad@behdad.org>
3157 Date:   Mon Sep 18 20:14:33 2017 -0400
3158
3159     [varfonts] Don't set style for variable-font pattern
3160
3161  src/fcfreetype.c | 4 +++-
3162  1 file changed, 3 insertions(+), 1 deletion(-)
3163
3164 commit 131219f9e54fe576c986f80aecc3b1d92c27bb09
3165 Author: Behdad Esfahbod <behdad@behdad.org>
3166 Date:   Mon Sep 18 19:27:24 2017 -0400
3167
3168     [varfonts] Comment
3169
3170  src/fcfreetype.c | 6 ++++--
3171  1 file changed, 4 insertions(+), 2 deletions(-)
3172
3173 commit e85afde2d68574eda904e934ba2e484647606bf4
3174 Author: Behdad Esfahbod <behdad@behdad.org>
3175 Date:   Mon Sep 18 15:04:21 2017 -0400
3176
3177     [varfonts] Minor
3178
3179  src/fcfreetype.c | 7 ++++---
3180  1 file changed, 4 insertions(+), 3 deletions(-)
3181
3182 commit 5ee9c38df7708dfc544973fb7617231eb314b9b9
3183 Author: Behdad Esfahbod <behdad@behdad.org>
3184 Date:   Mon Sep 18 15:03:36 2017 -0400
3185
3186     Revert "[varfonts] Use fvar data even if there's no variation in it"
3187
3188     This reverts commit 57764e3a36449da25bb829c34cb08c54e9e5de90.
3189
3190     For regular font pattern we don't look into fvar, so it doesn't make
3191     sense to
3192     get non-variation from it either.
3193
3194  src/fcfreetype.c | 25 ++++++++-----------------
3195  1 file changed, 8 insertions(+), 17 deletions(-)
3196
3197 commit 7e1b84100d9fff3409a8c3d1b800911bd0643761
3198 Author: Behdad Esfahbod <behdad@behdad.org>
3199 Date:   Mon Sep 18 14:53:24 2017 -0400
3200
3201     Minor
3202
3203  src/fcfreetype.c | 16 ++++++++++++----
3204  1 file changed, 12 insertions(+), 4 deletions(-)
3205
3206 commit 01f14de4172f4853c2ca05586aeb073edf560ef4
3207 Author: Behdad Esfahbod <behdad@behdad.org>
3208 Date:   Mon Sep 18 14:52:17 2017 -0400
3209
3210     [varfonts] Use fvar data even if there's no variation in it
3211
3212  src/fcfreetype.c | 25 +++++++++++++++++--------
3213  1 file changed, 17 insertions(+), 8 deletions(-)
3214
3215 commit 38a6d6fba0c9d5a189ec706a1df4ceb639c83bd1
3216 Author: Behdad Esfahbod <behdad@behdad.org>
3217 Date:   Mon Sep 18 14:33:37 2017 -0400
3218
3219     Fix possible div-by-zero
3220
3221  src/fcfreetype.c | 2 +-
3222  1 file changed, 1 insertion(+), 1 deletion(-)
3223
3224 commit 0ed241cb3047b0a8ab1949d7ac68e7159fe0984d
3225 Author: Behdad Esfahbod <behdad@behdad.org>
3226 Date:   Mon Sep 18 14:59:49 2017 -0400
3227
3228     Implement more config bool operations for boolean types
3229
3230     Meh.
3231
3232  src/fccfg.c | 12 ++++++++++++
3233  1 file changed, 12 insertions(+)
3234
3235 commit 2544bc5343d84a1f7e793cdae3569150b0ec3d05
3236 Author: Behdad Esfahbod <behdad@behdad.org>
3237 Date:   Sat Sep 16 13:45:02 2017 -0400
3238
3239     Add FcDontCare value to FcBool
3240
3241     This can be used for FC_VARIABLE=FcDontCare for example, to opt
3242     into getting
3243     variable fonts for clients that support using them.
3244
3245  fontconfig/fontconfig.h |  3 ++-
3246  src/fccfg.c             |  8 ++++++--
3247  src/fcdbg.c             |  5 ++++-
3248  src/fcmatch.c           |  8 ++++++--
3249  src/fcname.c            | 15 ++++++++++++++-
3250  5 files changed, 32 insertions(+), 7 deletions(-)
3251
3252 commit c2fcde498a8b7dec012a8da8ffa78f72a65ac50d
3253 Author: Behdad Esfahbod <behdad@behdad.org>
3254 Date:   Fri Sep 15 15:03:46 2017 -0400
3255
3256     [varfonts] Map from OpenType to Fontconfig weight values
3257
3258     Oops.
3259
3260  src/fcfreetype.c | 4 ++++
3261  1 file changed, 4 insertions(+)
3262
3263 commit 9efe0689ae130eda75a66ecd853cbe63712378a3
3264 Author: Behdad Esfahbod <behdad@behdad.org>
3265 Date:   Fri Sep 15 14:28:12 2017 -0400
3266
3267     Adjust emboldening logic
3268
3269     Old logic was really bad.  If you requested weight=102 and got
3270     a medium
3271     font (weight=100), it would still enable emboldening...
3272
3273     Adjust it to only embolden if request was >= bold and font was <=
3274     regular.
3275
3276  conf.d/90-synthetic.conf | 6 +++---
3277  1 file changed, 3 insertions(+), 3 deletions(-)
3278
3279 commit a79f367c3f8b238fecced75e02c956e565af2597
3280 Author: Behdad Esfahbod <behdad@behdad.org>
3281 Date:   Fri Sep 15 14:26:17 2017 -0400
3282
3283     Fix range comparision operators implementation
3284
3285  src/fcrange.c | 13 ++++++-------
3286  1 file changed, 6 insertions(+), 7 deletions(-)
3287
3288 commit 5bbdffd2c2efcf684ae787bfad9d154b2fe05fb4
3289 Author: Behdad Esfahbod <behdad@behdad.org>
3290 Date:   Fri Sep 15 01:51:46 2017 -0400
3291
3292     Add separate match compare function for size
3293
3294     Has two distinctions from FcCompareRange():
3295     1. As best value, it returns query pattern size, even if it's out
3296     of font range,
3297     2. Implements semi-closed interval, as that's what OS/2 v5 table
3298     defines
3299
3300  src/fcmatch.c | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++
3301  src/fcobjs.h  |  2 +-
3302  2 files changed, 51 insertions(+), 1 deletion(-)
3303
3304 commit 2a41738fd7c88e2b6977673f91bdb8d1f7224cf1
3305 Author: Behdad Esfahbod <behdad@behdad.org>
3306 Date:   Fri Sep 15 01:11:34 2017 -0400
3307
3308     [fc-match/fc-list/fc-query/fc-scan] Add --brief that is like --verbose
3309     without charset
3310
3311  fc-list/fc-list.c   | 24 ++++++++++++++++++------
3312  fc-match/fc-match.c | 20 ++++++++++++++++----
3313  fc-query/fc-query.c | 21 +++++++++++++++++----
3314  fc-scan/fc-scan.c   | 17 +++++++++++++++--
3315  4 files changed, 66 insertions(+), 16 deletions(-)
3316
3317 commit dc8326d3f116bb2a1425aa68660a332e351b6cb4
3318 Author: Behdad Esfahbod <behdad@behdad.org>
3319 Date:   Fri Sep 15 01:20:56 2017 -0400
3320
3321     [fc-query] Remove --ignore-blanks / -b
3322
3323     Blanks are the new black, err, dead!
3324
3325  fc-query/fc-query.c | 20 +++++---------------
3326  1 file changed, 5 insertions(+), 15 deletions(-)
3327
3328 commit 2db7ca7d5801ba4d3024abedc7d1f11a684879da
3329 Author: Behdad Esfahbod <behdad@behdad.org>
3330 Date:   Fri Sep 15 01:01:17 2017 -0400
3331
3332     In RenderPrepare(), handle ranges smartly
3333
3334     If font claims to support range [100,900], and request is for
3335     [250], then
3336     return [250] in "rendered" pattern.  Previously was returning
3337     [100,900].
3338
3339     This is desirable for varfonts weight and width, but probably not
3340     for size.
3341     Will roll back size to return request size always, for non-empty
3342     ranges.
3343
3344  src/fcmatch.c | 51 +++++++++++++++++++++++++++++++++++++--------------
3345  1 file changed, 37 insertions(+), 14 deletions(-)
3346
3347 commit 6a13a21e408d0eead6909db1b13f9a866f254034
3348 Author: Behdad Esfahbod <behdad@behdad.org>
3349 Date:   Wed Sep 13 04:04:56 2017 -0400
3350
3351     [varfonts] Fetch optical-size for named instances
3352
3353  src/fcfreetype.c | 5 ++++-
3354  1 file changed, 4 insertions(+), 1 deletion(-)
3355
3356 commit 0f9bbbcf8f6f8264efb0a2ded4d8d05f3b10f7a4
3357 Author: Behdad Esfahbod <behdad@behdad.org>
3358 Date:   Wed Sep 13 04:01:07 2017 -0400
3359
3360     [varfonts] Query variable font in FcFreeTypeQueryAll()
3361
3362     Returns varfont pattern at the end.
3363
3364  src/fcfreetype.c | 6 ++++--
3365  1 file changed, 4 insertions(+), 2 deletions(-)
3366
3367 commit 585f08715b9405743e4a2559d537fd06fb8b51d5
3368 Author: Behdad Esfahbod <behdad@behdad.org>
3369 Date:   Wed Sep 13 03:57:29 2017 -0400
3370
3371     Fix instance-num handling in collections
3372
3373     Ouch!
3374
3375  src/fcfreetype.c | 2 +-
3376  1 file changed, 1 insertion(+), 1 deletion(-)
3377
3378 commit 83b4161108457019d0d4fbee4ddbce8f2abe869a
3379 Author: Behdad Esfahbod <behdad@behdad.org>
3380 Date:   Wed Sep 13 03:35:02 2017 -0400
3381
3382     [varfonts] Query varfonts if id >> 16 == 0x8000
3383
3384     If "instance-number" part of face id is set to 0x8000, return
3385     a pattern
3386     for variable font as a whole.  This might have a range for weight,
3387     width,
3388     and size.
3389
3390     If no variation is found, NULL is returned.
3391
3392     Not hooked up to FcQueryFaceAll() yet.  For now, can be triggered
3393     using
3394     fc-query -i 0x80000000
3395
3396  src/fcfreetype.c | 83
3397  ++++++++++++++++++++++++++++++++++++++++++++++----------
3398  1 file changed, 69 insertions(+), 14 deletions(-)
3399
3400 commit d3a7c3ce697a8ceb8042bf5bea11c38ac8990553
3401 Author: Behdad Esfahbod <behdad@behdad.org>
3402 Date:   Wed Sep 13 03:31:48 2017 -0400
3403
3404     [varfonts] Change FC_WEIGHT and FC_WIDTH into ranges
3405
3406  src/fcobjs.h | 4 ++--
3407  1 file changed, 2 insertions(+), 2 deletions(-)
3408
3409 commit f034c86756d45bed61b86310d9e4e77db2d05df3
3410 Author: Behdad Esfahbod <behdad@behdad.org>
3411 Date:   Wed Sep 13 03:29:20 2017 -0400
3412
3413     Print ranges as closed as opposed to half-open
3414
3415     There's nothing assymetrical about how we match them.  Previously we
3416     "considered"
3417     them half-open because the OS/2 spec had usLowerOpticalPointSize
3418     as inclusive
3419     and usUpperOpticalPointSize as exclusive.  But we do not respect that.
3420
3421     Note that the parsing code accepts both anyway, because of the way
3422     our sscanf()
3423     usage is written...
3424
3425  src/fcdbg.c  | 2 +-
3426  src/fcname.c | 4 ++--
3427  2 files changed, 3 insertions(+), 3 deletions(-)
3428
3429 commit a4bd5b7c7a06fe39d1461f9be098af37d364dcc2
3430 Author: Behdad Esfahbod <behdad@behdad.org>
3431 Date:   Wed Sep 13 03:27:03 2017 -0400
3432
3433     [varfonts] Change id argument in FcFreeTypeQuery* to unsigned int
3434
3435     Going to use the top bit to query varfonts.
3436
3437  fc-query/fc-query.c     |  6 +++---
3438  fontconfig/fcfreetype.h |  2 +-
3439  fontconfig/fontconfig.h |  4 ++--
3440  src/fcfreetype.c        | 20 ++++++++++----------
3441  4 files changed, 16 insertions(+), 16 deletions(-)
3442
3443 commit 819d3a5541b3903bda5d1299d48a6760379cac72
3444 Author: Behdad Esfahbod <behdad@behdad.org>
3445 Date:   Tue Sep 12 12:21:05 2017 -0400
3446
3447     [varfonts] Add FC_VARIABLE
3448
3449     For now, we mark all fonts as non-variable.
3450
3451  fontconfig/fontconfig.h | 1 +
3452  src/fcdefault.c         | 1 +
3453  src/fcfreetype.c        | 3 +++
3454  src/fcmatch.c           | 1 +
3455  src/fcobjs.h            | 1 +
3456  5 files changed, 7 insertions(+)
3457
3458 commit 80e155c1c042d080772447d92c146501662ab85e
3459 Author: Behdad Esfahbod <behdad@behdad.org>
3460 Date:   Tue Sep 12 10:39:20 2017 -0400
3461
3462     [varfonts] Add FC_FONT_VARIATIONS
3463
3464     This is for clients to passthru font variation settings.  Modeled
3465     similar to FC_FONT_FEATURES.  Each element value is for one axis
3466     settings, eg. "abcd=2.3" where 'abcd' is the OpenType Font Variations
3467     axis tag.
3468
3469     Needs docs update.
3470
3471  fontconfig/fontconfig.h | 1 +
3472  src/fcobjs.h            | 1 +
3473  2 files changed, 2 insertions(+)
3474
3475 commit de00bdb01f1c879b4d55d5f7ef31dfea0049a34b
3476 Author: Behdad Esfahbod <behdad@behdad.org>
3477 Date:   Wed Sep 13 02:36:33 2017 -0400
3478
3479     Indent
3480
3481  src/fcfreetype.c | 30 +++++++++++++++---------------
3482  1 file changed, 15 insertions(+), 15 deletions(-)
3483
3484 commit 66f082451d8bd3ae781f6a570c20456d822dd2f1
3485 Author: Behdad Esfahbod <behdad@behdad.org>
3486 Date:   Wed Sep 13 02:26:25 2017 -0400
3487
3488     Check instance-index before accessing array
3489
3490     Ouch!
3491
3492  src/fcfreetype.c | 7 +++++--
3493  1 file changed, 5 insertions(+), 2 deletions(-)
3494
3495 commit b6440cbd7fbf965c8f70783bbdc93d592ac12b4e
3496 Author: Behdad Esfahbod <behdad@behdad.org>
3497 Date:   Tue Sep 12 19:18:59 2017 -0400
3498
3499     In FcSubstituteDefault(), handle size range
3500
3501     Takes the midpoint...
3502
3503  src/fcdefault.c | 9 ++++++++-
3504  1 file changed, 8 insertions(+), 1 deletion(-)
3505
3506 commit b4813436a3bea1945f44f3bf75a4eb02de8d0303
3507 Author: Behdad Esfahbod <behdad@behdad.org>
3508 Date:   Tue Sep 12 19:08:36 2017 -0400
3509
3510     Rewrite FcCompareRange()
3511
3512     Much simpler now.
3513
3514  src/fcmatch.c | 39 ++++++++++++++++++++-------------------
3515  1 file changed, 20 insertions(+), 19 deletions(-)
3516
3517 commit e7a0a0a99938deb798c007343f01fb751bc9cd3b
3518 Author: Behdad Esfahbod <behdad@behdad.org>
3519 Date:   Tue Sep 12 18:55:03 2017 -0400
3520
3521     Rename FcCompareSizeRange() to FcCompareRange()
3522
3523  src/fcmatch.c | 4 ++--
3524  src/fcobjs.h  | 2 +-
3525  2 files changed, 3 insertions(+), 3 deletions(-)
3526
3527 commit 7519c567e13f476c64fe1938fedd0033e7e70833
3528 Author: Behdad Esfahbod <behdad@behdad.org>
3529 Date:   Tue Sep 12 18:52:49 2017 -0400
3530
3531     Remove FcCompareSize()
3532
3533     Use FcCompareNumber().  The FcCompareSize() returns 0 ("perfect
3534     match")
3535     if v2 is zero.  I cannot think of a use-case for this.  The code
3536     has been
3537     there from initial commit in 2002.  I suppose back then Keith had
3538     a use
3539     for size=0 to mean scalable or something.  Anyway, remove and see.
3540
3541  src/fcmatch.c | 34 ----------------------------------
3542  src/fcobjs.h  |  2 +-
3543  2 files changed, 1 insertion(+), 35 deletions(-)
3544
3545 commit 6eb7e5ae811cabbbd3476f8fc392f119a3d7cec5
3546 Author: Behdad Esfahbod <behdad@behdad.org>
3547 Date:   Tue Sep 12 18:00:43 2017 -0400
3548
3549     Accept NULL in for spacing in FcFreeTypeCharSetAndSpacing()
3550
3551  src/fcfreetype.c | 29 ++++++++++++++++-------------
3552  1 file changed, 16 insertions(+), 13 deletions(-)
3553
3554 commit 0757556ddfdce26e73df12459068464224116150
3555 Author: Behdad Esfahbod <behdad@behdad.org>
3556 Date:   Wed Sep 20 13:07:02 2017 -0700
3557
3558     Document FcFreeTypeQueryAll()
3559
3560  doc/fcfreetype.fncs | 31 +++++++++++++++++++++++++++++--
3561  1 file changed, 29 insertions(+), 2 deletions(-)
3562
3563 commit 2084b76bea78f9a41349de57d76134efd5174d96
3564 Author: Florian Müllner <fmuellner@gnome.org>
3565 Date:   Fri Sep 15 22:52:52 2017 +0200
3566
3567     build: Remove references to deleted file
3568
3569     Commit cc67d7df17 removed 30-urw-aliases.conf, so don't try to
3570     install it.
3571
3572  conf.d/Makefile.am | 2 --
3573  1 file changed, 2 deletions(-)
3574
3575 commit cc67d7df172431cb345ed42c27eb852e2ee65ae2
3576 Author: David Kaspar [Dee'Kej] <dkaspar@redhat.com>
3577 Date:   Fri Sep 1 11:05:16 2017 +0200
3578
3579     conf.d: Drop aliases for (URW)++ fonts
3580
3581       They have become a part of (URW)++ upstream release now:
3582       https://github.com/ArtifexSoftware/urw-base35-fonts/tree/master/fontconfig
3583
3584  conf.d/30-metric-aliases.conf | 29 +++--------------------------
3585  conf.d/30-urw-aliases.conf    | 33 ---------------------------------
3586  2 files changed, 3 insertions(+), 59 deletions(-)
3587
3588 commit 7e74366f56508d0f312c2f51f3e9fdccae7d0104
3589 Author: Akira TAGOH <akira@tagoh.org>
3590 Date:   Thu Sep 14 12:25:22 2017 +0900
3591
3592     und_zsye.orth: polish to get for NotoEmoji-Regular.ttf
3593
3594  fc-lang/und_zsye.orth | 4 ++--
3595  1 file changed, 2 insertions(+), 2 deletions(-)
3596
3597 commit 27a6a299e0fefca9c244213784d3c78b34281cd5
3598 Author: Behdad Esfahbod <behdad@behdad.org>
3599 Date:   Tue Sep 12 16:43:33 2017 -0400
3600
3601     Add FcFreeTypeQueryAll()
3602
3603     Like FcFreeTypeQuery(), but adds patterns for all fonts found,
3604     including named
3605     instances of variable fonts.  If id is -1, then all collection faces
3606     are queried.
3607     Returns number of fonts added.
3608
3609     This merges the same face loop that was in fc-query. and fcdir.c.
3610
3611     Needs documentation update.
3612
3613  fc-query/Makefile.am    |  2 +-
3614  fc-query/fc-query.c     | 88
3615  +++++++++++++++----------------------------------
3616  fc-scan/fc-scan.c       |  4 +--
3617  fontconfig/fontconfig.h |  3 ++
3618  src/fcdir.c             | 86
3619  +++++++++++------------------------------------
3620  src/fcfreetype.c        | 64 ++++++++++++++++++++++++++++++++++-
3621  6 files changed, 114 insertions(+), 133 deletions(-)
3622
3623 commit c524522bb45f71dfeaa8fd1ec277537dd6e85afa
3624 Merge: 339de16 8b46a51
3625 Author: Behdad Esfahbod <behdad@behdad.org>
3626 Date:   Tue Sep 12 17:10:03 2017 -0400
3627
3628     Merge branch 'faster'
3629
3630     Results in 5x to 10x speedup in scanning.
3631
3632     Fixes https://bugs.freedesktop.org/show_bug.cgi?id=64766
3633
3634 commit 8b46a518bda8ecb3c5e2dfb0c1e5fda99e40aa3e
3635 Author: Behdad Esfahbod <behdad@behdad.org>
3636 Date:   Tue Sep 12 17:08:08 2017 -0400
3637
3638     Update documentation for removal of blanks
3639
3640     Patch from Jerry Casiano.
3641
3642  doc/fcblanks.fncs         | 14 ++++++++------
3643  doc/fcconfig.fncs         |  7 ++-----
3644  doc/fcfreetype.fncs       | 17 +++++++++--------
3645  doc/fontconfig-devel.sgml | 10 ++++++++++
3646  4 files changed, 29 insertions(+), 19 deletions(-)
3647
3648 commit a8bbbfb601b6d0394525262c543a18bd7699b684
3649 Author: Behdad Esfahbod <behdad@behdad.org>
3650 Date:   Fri Aug 4 18:30:43 2017 +0100
3651
3652     Minor
3653
3654  src/fcfreetype.c | 21 ++++++++++-----------
3655  1 file changed, 10 insertions(+), 11 deletions(-)
3656
3657 commit 60b2cf8e4cf5036442c345c90fcf43f548d11d28
3658 Author: Behdad Esfahbod <behdad@behdad.org>
3659 Date:   Fri Aug 4 17:40:06 2017 +0100
3660
3661     Call FT_Get_Advance() only as long as we need to determine font
3662     width type
3663
3664  src/fcfreetype.c | 23 ++++++++++++-----------
3665  1 file changed, 12 insertions(+), 11 deletions(-)
3666
3667 commit ad0a82b8f85535862ba816d469059884564e5c58
3668 Author: Behdad Esfahbod <behdad@behdad.org>
3669 Date:   Fri Aug 4 17:19:42 2017 +0100
3670
3671     Inline FcFreeTypeCheckGlyph()
3672
3673  src/fcfreetype.c | 64
3674  +++++++++++++++++++++++++-------------------------------
3675  1 file changed, 28 insertions(+), 36 deletions(-)
3676
3677 commit 1af7518583196dc0638ef80ff204936c54f19619
3678 Author: Behdad Esfahbod <behdad@behdad.org>
3679 Date:   Fri Aug 4 17:15:07 2017 +0100
3680
3681     Simplify advance-width calculations
3682
3683  src/fcfreetype.c | 34 +++++++++++++---------------------
3684  1 file changed, 13 insertions(+), 21 deletions(-)
3685
3686 commit 6f98286e15a91bf8d76eb2c09f1edf3f1fedc633
3687 Author: Behdad Esfahbod <behdad@behdad.org>
3688 Date:   Fri Aug 4 17:07:23 2017 +0100
3689
3690     Use inline functions instead of macros for a couple of things
3691
3692  src/fcfreetype.c | 11 +++++++----
3693  src/fcint.h      |  1 -
3694  2 files changed, 7 insertions(+), 5 deletions(-)
3695
3696 commit 15eba74ffe85d13ecafd032fe44bbabe26670f8c
3697 Author: Behdad Esfahbod <behdad@behdad.org>
3698 Date:   Fri Aug 4 17:01:56 2017 +0100
3699
3700     Use multiplication instead of division
3701
3702  src/fcfreetype.c | 2 +-
3703  1 file changed, 1 insertion(+), 1 deletion(-)
3704
3705 commit ac802955cd26ba9175b5be36ca653c0904c9723a
3706 Author: Behdad Esfahbod <behdad@behdad.org>
3707 Date:   Fri Aug 4 16:40:40 2017 +0100
3708
3709     Remove unneeded check
3710
3711     FcFreeTypeCheckGlyph() has only one call-site left, and that
3712     checks for
3713     glyph != 0 already.
3714
3715  src/fcfreetype.c | 6 +-----
3716  1 file changed, 1 insertion(+), 5 deletions(-)
3717
3718 commit d7f5332410af2dff387dec9597c4c71ae729747b
3719 Author: Behdad Esfahbod <behdad@behdad.org>
3720 Date:   Fri Aug 4 16:39:29 2017 +0100
3721
3722     Move variables to narrower scope and indent
3723
3724  src/fcfreetype.c | 118
3725  +++++++++++++++++++++++++++----------------------------
3726  1 file changed, 58 insertions(+), 60 deletions(-)
3727
3728 commit 894e5675c89cd081dcacbb6c3a0d8b81424c4ad6
3729 Author: Behdad Esfahbod <behdad@behdad.org>
3730 Date:   Fri Aug 4 16:36:12 2017 +0100
3731
3732     Mark more parameters FC_UNUSED
3733
3734  src/fccfg.c      | 12 ++++++------
3735  src/fcfreetype.c |  6 +++---
3736  2 files changed, 9 insertions(+), 9 deletions(-)
3737
3738 commit f5bea1e6021bfa7d454ea774fd163039ad2c7650
3739 Author: Behdad Esfahbod <behdad@behdad.org>
3740 Date:   Fri Aug 4 16:33:53 2017 +0100
3741
3742     Remove blanks support from fc-scan
3743
3744  fc-scan/fc-scan.c    | 18 ++++--------------
3745  fc-scan/fc-scan.sgml | 14 +-------------
3746  2 files changed, 5 insertions(+), 27 deletions(-)
3747
3748 commit 8f4c4d278d013f6cc69ba7d7bf0f8aed11398dfb
3749 Author: Behdad Esfahbod <behdad@behdad.org>
3750 Date:   Fri Aug 4 16:31:52 2017 +0100
3751
3752     Remove blanks facility from the library
3753
3754     XML parser does not accept it anymore either.
3755
3756  Makefile.am                    |   2 +-
3757  configure.ac                   |   1 -
3758  fc-blanks/Makefile.am          |  46 ------------
3759  fc-blanks/fc-blanks.py         | 160
3760  -----------------------------------------
3761  fc-blanks/fcblanks.tmpl.h      |  25 -------
3762  fc-blanks/list-unicodeset.html | 119 ------------------------------
3763  src/Makefile.am                |   1 -
3764  src/fcblanks.c                 | 108 ----------------------------
3765  src/fccfg.c                    |  65 +++++++++--------
3766  src/fcdir.c                    |  28 +++-----
3767  src/fcint.h                    |  15 ----
3768  src/fcxml.c                    |  54 --------------
3769  12 files changed, 46 insertions(+), 578 deletions(-)
3770
3771 commit 3bd4dd27bd673950e47ccdfd58b798abc580b6a0
3772 Author: Behdad Esfahbod <behdad@behdad.org>
3773 Date:   Fri Aug 4 16:17:17 2017 +0100
3774
3775     Remove fc-glyphname
3776
3777  Makefile.am                     |   2 +-
3778  configure.ac                    |   1 -
3779  fc-glyphname/Makefile.am        |  33 ----
3780  fc-glyphname/fc-glyphname.c     | 325
3781  ----------------------------------------
3782  fc-glyphname/fcglyphname.tmpl.h |  25 ----
3783  fc-glyphname/zapfdingbats.txt   | 212 --------------------------
3784  src/Makefile.am                 |   3 -
3785  7 files changed, 1 insertion(+), 600 deletions(-)
3786
3787 commit c7ef8808c441c89fe16183fbfdca291f50fc3ec1
3788 Author: Behdad Esfahbod <behdad@behdad.org>
3789 Date:   Fri Aug 4 15:17:34 2017 +0100
3790
3791     Remove unused variable
3792
3793  src/fcfreetype.c | 7 -------
3794  1 file changed, 7 deletions(-)
3795
3796 commit 16d779115982012db0c93d8c4c735a9fb7a57dfb
3797 Author: Behdad Esfahbod <behdad@behdad.org>
3798 Date:   Fri Aug 4 15:13:34 2017 +0100
3799
3800     Remove use of psnames for charset construction
3801
3802     This is ancient.  No font we care baout uses them.  Kill.
3803
3804     This also makes fc-glyphname machinery obsolete.  Should be removed.
3805
3806  src/fcfreetype.c | 179
3807  -------------------------------------------------------
3808  1 file changed, 179 deletions(-)
3809
3810 commit 82d6286657dc12ce42a9c67cae1546543e44f89e
3811 Author: Behdad Esfahbod <behdad@behdad.org>
3812 Date:   Fri Aug 4 15:03:57 2017 +0100
3813
3814     Remove check that cannot fail
3815
3816  src/fcfreetype.c | 18 ------------------
3817  1 file changed, 18 deletions(-)
3818
3819 commit f309819d77bffaf802bdd9cd227c2a5bcbda0334
3820 Author: Behdad Esfahbod <behdad@behdad.org>
3821 Date:   Fri Aug 4 15:00:55 2017 +0100
3822
3823     Remove a few unused blanks parameters
3824
3825     The entire blanks thingy is now unused.  We should remove more of it.
3826
3827  src/fcfreetype.c | 8 ++++----
3828  1 file changed, 4 insertions(+), 4 deletions(-)
3829
3830 commit e517886dedb4013951325a6b8670c39c2c69c837
3831 Author: Behdad Esfahbod <behdad@behdad.org>
3832 Date:   Fri Aug 4 14:59:26 2017 +0100
3833
3834     Remove unnecessary check
3835
3836     Argument advance is never set to NULL coming into this function.
3837
3838  src/fcfreetype.c | 7 ++-----
3839  1 file changed, 2 insertions(+), 5 deletions(-)
3840
3841 commit 5f6c0594f97f53e9b0be8341c790bd97023ef443
3842 Author: Behdad Esfahbod <behdad@behdad.org>
3843 Date:   Fri Aug 4 14:57:03 2017 +0100
3844
3845     Minor: adjust debug output
3846
3847     Ignore control chars for purpose of emptiness check.  I *think*
3848     U+0000 and U+000D
3849     are rendered empty, but since they are not in blanks, for now just
3850     ignore them.
3851
3852  src/fcfreetype.c | 4 ++--
3853  1 file changed, 2 insertions(+), 2 deletions(-)
3854
3855 commit 659afb2987b5fdc202690678b563ef05acdb9686
3856 Author: Behdad Esfahbod <behdad@behdad.org>
3857 Date:   Fri Aug 4 14:43:16 2017 +0100
3858
3859     Add back code for choosing strike, and cleanup
3860
3861     The FT_Select_Size() call is important for bitmap-only fonts.
3862     Put it back.  It was removed in
3863     e327c4e54544dac5415e8864e80d6b75a0c900fd
3864     Remove some unused abstractions.
3865
3866  src/fcfreetype.c | 46 +++++++++++++++++++---------------------------
3867  1 file changed, 19 insertions(+), 27 deletions(-)
3868
3869 commit cd4043da0dfd61da73473b2f00d5e3a78ad13bec
3870 Author: Behdad Esfahbod <behdad@behdad.org>
3871 Date:   Fri Aug 4 12:22:42 2017 +0100
3872
3873     Check for non-empty outline for U+0000..U+001F
3874
3875     See comment for reason.
3876
3877  src/fcfreetype.c | 12 ++++++++++++
3878  1 file changed, 12 insertions(+)
3879
3880 commit 028b91c781681be077066f1f1e86386f3106792f
3881 Author: Behdad Esfahbod <behdad@behdad.org>
3882 Date:   Thu Aug 3 17:40:01 2017 +0100
3883
3884     Don't even check loca for glyph outline detection
3885
3886     Basically we trust the font cmap table now...
3887
3888     New numbers:
3889
3890     behdad:src 0$ time fc-scan ~/fonts/ > after-noloca
3891
3892     real    0m55.788s
3893     user    0m15.836s
3894     sys     0m17.008s
3895     behdad:src 0$
3896     behdad:src 0$ time fc-scan ~/fonts/ > after-noloca
3897
3898     real    0m24.794s
3899     user    0m12.164s
3900     sys     0m12.420s
3901
3902     Before this change it was:
3903
3904     behdad:src 130$ time fc-scan ~/fonts/ > after
3905
3906     real    0m24.825s
3907     user    0m12.408s
3908     sys     0m11.356s
3909
3910     Not any faster!  I suppose most time is being spent in loading cmap
3911     and advances now.
3912     I'll see about loading hmtx ourselves.
3913
3914     With I/O numbers.  Before:
3915
3916     behdad:src 0$ \time fc-scan ~/fonts/ > after
3917     11.66user 12.17system 0:24.03elapsed 99%CPU (0avgtext+0avgdata
3918     487684maxresident)k
3919     2320inputs+50480outputs (21major+11468549minor)pagefaults 0swaps
3920
3921     after:
3922
3923     behdad:src 130$ \time fc-scan ~/fonts/ > after-noloca
3924     11.94user 11.99system 0:24.11elapsed 99%CPU (0avgtext+0avgdata
3925     487704maxresident)k
3926     16inputs+50688outputs (0major+11464386minor)pagefaults 0swaps
3927
3928     We are definitely doing a lot less I/O.  Surprisingly less in fact.
3929     I don't get it.
3930
3931  src/fcfreetype.c | 109
3932  ++++---------------------------------------------------
3933  1 file changed, 7 insertions(+), 102 deletions(-)
3934
3935 commit ab02a49490ec0b0c8fc8f73ee5b4198a174b456d
3936 Author: Behdad Esfahbod <behdad@behdad.org>
3937 Date:   Thu Aug 3 16:49:49 2017 +0100
3938
3939     Instead of loading glyphs (with FreeType), just check loca table
3940
3941     Part of https://bugs.freedesktop.org/show_bug.cgi?id=64766#c47
3942
3943     This is the approach introduced in
3944     https://bugs.freedesktop.org/show_bug.cgi?id=64766#c30
3945
3946     Testing it with 11GB worth of stuff, before/after:
3947
3948     behdad:src 130$ time fc-scan ~/fonts/ > before
3949
3950     real    2m18.428s
3951     user    1m17.008s
3952     sys     0m20.576s
3953
3954     behdad:src 0$ time fc-scan ~/fonts/ > after
3955
3956     real    1m12.130s
3957     user    0m18.180s
3958     sys     0m19.952s
3959
3960     Running the after case a second time is significantly faster:
3961
3962     behdad:src 130$ time fc-scan ~/fonts/ > after
3963
3964     real    0m24.825s
3965     user    0m12.408s
3966     sys     0m11.356s
3967
3968     Next I'm going to try to not even read loca...
3969
3970  src/fcfreetype.c | 167
3971  ++++++++++++++++++++++++++++++++++++-------------------
3972  1 file changed, 111 insertions(+), 56 deletions(-)
3973
3974 commit 339de167c71264c18775d96160d1504192a89d11
3975 Author: Behdad Esfahbod <behdad@behdad.org>
3976 Date:   Tue Sep 12 17:01:57 2017 -0400
3977
3978     [fc-query] Fix linking order
3979
3980  fc-query/Makefile.am | 2 +-
3981  1 file changed, 1 insertion(+), 1 deletion(-)
3982
3983 commit b56207a069be2574df455ede0a6ab61f44d5ca2b
3984 Author: Behdad Esfahbod <behdad@behdad.org>
3985 Date:   Tue Sep 12 13:25:46 2017 -0400
3986
3987     Remove stray printf()
3988
3989     Ouch.
3990
3991  fc-query/fc-query.c | 1 -
3992  1 file changed, 1 deletion(-)
3993
3994 commit 6fb9b8fe49a2862cccdd25c278f437a620aaac5d
3995 Author: Behdad Esfahbod <behdad@behdad.org>
3996 Date:   Tue Sep 12 11:42:18 2017 -0400
3997
3998     Minor
3999
4000  src/fcfreetype.c | 5 +----
4001  1 file changed, 1 insertion(+), 4 deletions(-)
4002
4003 commit 4d3410bd08a0f61272ca1dbb1dd27ac8c5f222de
4004 Author: Akira TAGOH <akira@tagoh.org>
4005 Date:   Sat Sep 9 22:34:36 2017 +0900
4006
4007     Bump version to 2.12.5
4008
4009  README                  | 41 +++++++++++++++++++++++++++++++++++++++--
4010  configure.ac            |  2 +-
4011  fontconfig/fontconfig.h |  2 +-
4012  3 files changed, 41 insertions(+), 4 deletions(-)
4013
4014 commit 37339b7b2c804df4306e80a5cf0d33bc11a33be6
4015 Author: Akira TAGOH <akira@tagoh.org>
4016 Date:   Sat Sep 9 22:34:21 2017 +0900
4017
4018     Update libtool versioning
4019
4020  configure.ac | 6 +++---
4021  1 file changed, 3 insertions(+), 3 deletions(-)
4022
4023 commit 36a3ced9495c236beb1676efb8fda4b1292179a7
4024 Author: Akira TAGOH <akira@tagoh.org>
4025 Date:   Sat Sep 9 22:17:16 2017 +0900
4026
4027     Update docs
4028
4029  doc/fcconfig.fncs  | 2 +-
4030  doc/fcpattern.fncs | 2 +-
4031  2 files changed, 2 insertions(+), 2 deletions(-)
4032
4033 commit 92da67a9fcf9fa48ebb40f2032d47291d5427d41
4034 Author: Akira TAGOH <akira@tagoh.org>
4035 Date:   Fri Aug 25 11:46:53 2017 +0900
4036
4037     fc-blanks: fall back to the static data available in repo if
4038     downloaded data is corrupted
4039
4040     https://bugs.freedesktop.org/show_bug.cgi?id=102399
4041
4042  fc-blanks/fc-blanks.py | 6 +++++-
4043  1 file changed, 5 insertions(+), 1 deletion(-)
4044
4045 commit 12cf4c17db76bf4e30c0f94f301ac5b3be7e070c
4046 Author: Akira TAGOH <akira@tagoh.org>
4047 Date:   Wed Aug 23 13:39:15 2017 +0900
4048
4049     Update similar to emoji's
4050
4051  conf.d/45-generic.conf | 14 ++++++++++++++
4052  1 file changed, 14 insertions(+)
4053
4054 commit 69918f0eaa2d337611d793ad9ecfd17683d87974
4055 Author: Akira TAGOH <akira@tagoh.org>
4056 Date:   Wed Aug 23 12:36:15 2017 +0900
4057
4058     Polish und_zmth.orth more for Cambria Math and Minion Math
4059
4060  fc-lang/und_zmth.orth | 14 --------------
4061  1 file changed, 14 deletions(-)
4062
4063 commit a7fcaed61e438209080fc34fb579ca59ed9f3d4c
4064 Author: Akira TAGOH <akira@tagoh.org>
4065 Date:   Wed Aug 23 11:21:10 2017 +0900
4066
4067     Polish und_zmth.orth for Libertinus Math
4068
4069  fc-lang/und_zmth.orth | 32 --------------------------------
4070  1 file changed, 32 deletions(-)
4071
4072 commit 53c4440ee35d4ac6078cc064df78b7b5b42c4db4
4073 Author: Akira TAGOH <akira@tagoh.org>
4074 Date:   Tue Aug 22 20:37:30 2017 +0900
4075
4076     Add und_zmth.orth to support Math in lang
4077
4078  fc-lang/Makefile.am   |   3 +-
4079  fc-lang/und_zmth.orth | 190
4080  ++++++++++++++++++++++++++++++++++++++++++++++++++
4081  2 files changed, 192 insertions(+), 1 deletion(-)
4082
4083 commit ee609da3582f46151dd86b30d473833067e83c39
4084 Author: Akira TAGOH <akira@tagoh.org>
4085 Date:   Tue Aug 22 20:30:34 2017 +0900
4086
4087     Fix to work the debugging option on fc-validate
4088
4089  src/fclang.c | 3 +++
4090  1 file changed, 3 insertions(+)
4091
4092 commit 5efa1137b41e20bfaef7346f79079f38add25572
4093 Author: Akira TAGOH <akira@tagoh.org>
4094 Date:   Tue Aug 22 17:47:14 2017 +0900
4095
4096     Accept 4 digit script tag in FcLangNormalize().
4097
4098  src/fclang.c | 3 ++-
4099  1 file changed, 2 insertions(+), 1 deletion(-)
4100
4101 commit 651f1227646174b5be0186b4b6cdff3a7134d869
4102 Author: Akira TAGOH <akira@tagoh.org>
4103 Date:   Tue Aug 15 18:20:15 2017 +0900
4104
4105     Do not ship fcobjshash.gperf in archive
4106
4107  src/Makefile.am | 3 +--
4108  1 file changed, 1 insertion(+), 2 deletions(-)
4109
4110 commit dc56ff80408b16393d645a55788b023f1de27bc9
4111 Author: Akira TAGOH <akira@tagoh.org>
4112 Date:   Sun Aug 13 16:18:35 2017 +0900
4113
4114     Keep the same behavior to the return value of FcConfigParseAndLoad
4115
4116     reverting the behavior accidentally changed by 12b750
4117
4118     https://bugs.freedesktop.org/show_bug.cgi?id=102141
4119
4120  src/fcxml.c | 4 ++++
4121  1 file changed, 4 insertions(+)
4122
4123 commit 41bc5eab84fffbb427d929a5dc712348b635122c
4124 Author: Behdad Esfahbod <behdad@behdad.org>
4125 Date:   Tue Aug 8 15:34:27 2017 -0700
4126
4127     Fix weight mapping
4128
4129     Ouch!
4130
4131  src/fcweight.c | 2 +-
4132  1 file changed, 1 insertion(+), 1 deletion(-)
4133
4134 commit 8b2910319610c90dcba021788b0739cf627c3ade
4135 Author: Behdad Esfahbod <behdad@behdad.org>
4136 Date:   Fri Aug 4 14:22:30 2017 +0100
4137
4138     Fix warning
4139
4140  src/fclang.c | 2 +-
4141  1 file changed, 1 insertion(+), 1 deletion(-)
4142
4143 commit 484cb300eadf54a1e2248f8bd4e7717d6d3f7d31
4144 Author: Behdad Esfahbod <behdad@behdad.org>
4145 Date:   Fri Aug 4 14:13:56 2017 +0100
4146
4147     Fix sign-difference compare warning
4148
4149  src/fcfreetype.c | 4 +++-
4150  1 file changed, 3 insertions(+), 1 deletion(-)
4151
4152 commit 9bb36b42c9df42fb813d5fb3387d515667e859e0
4153 Author: Behdad Esfahbod <behdad@behdad.org>
4154 Date:   Thu Aug 3 17:52:28 2017 +0100
4155
4156     Minor
4157
4158  src/fcfreetype.c | 2 +-
4159  1 file changed, 1 insertion(+), 1 deletion(-)
4160
4161 commit 064440d59797b1158badfb9144f3188cda11a791
4162 Author: Behdad Esfahbod <behdad@behdad.org>
4163 Date:   Thu Aug 3 11:02:32 2017 +0100
4164
4165     Ignore 'und-' prefix for in FcLangCompare
4166
4167     See https://bugs.freedesktop.org/show_bug.cgi?id=94551#c54
4168
4169     For example, matching for :lang=und-zsye matches emoji font,
4170     but searching
4171     for :lang=und-xyz wouldn't match an emoji font anymore.  Neither does
4172     :lang-und.
4173
4174  src/fclang.c | 23 ++++++++++++++++++++---
4175  1 file changed, 20 insertions(+), 3 deletions(-)
4176
4177 commit cc8442dec85e9d416436d19eeae1783f2d3008f0
4178 Author: Behdad Esfahbod <behdad@behdad.org>
4179 Date:   Thu Aug 3 10:36:01 2017 +0100
4180
4181     Adjust color emoji config some more
4182
4183     Seems to work now.  Either asking for family emoji, or :lang=und-zsye
4184     returns
4185     the preferred color emoji font available, or just any color emoji
4186     font if none
4187     of the preferred ones was found.
4188
4189  conf.d/45-generic.conf | 35 ++++++++++++++---------------------
4190  conf.d/60-generic.conf | 21 +++++++++++++++++++++
4191  2 files changed, 35 insertions(+), 21 deletions(-)
4192
4193 commit 26fdd3e4c6428ef91f9afb40ea14a5e7fd6028e5
4194 Author: Behdad Esfahbod <behdad@behdad.org>
4195 Date:   Wed Aug 2 16:48:33 2017 +0100
4196
4197     Remove unneeded codepoints
4198
4199  fc-lang/und_zsye.orth | 220
4200  +-------------------------------------------------
4201  1 file changed, 1 insertion(+), 219 deletions(-)
4202
4203 commit ef0b5f89013cdbb4c1c582aef7ed21fb40354cfd
4204 Author: Akira TAGOH <akira@tagoh.org>
4205 Date:   Wed Aug 2 16:01:22 2017 +0100
4206
4207     Add more code points to und-zsye.orth
4208
4209  fc-lang/und_zsye.orth | 123
4210  ++++++++++++++++++++++++++++++++++++++++++++++++++
4211  1 file changed, 123 insertions(+)
4212
4213 commit 7ef17238361a7e49588924ce7aeb7ad9c3748bd5
4214 Author: Behdad Esfahbod <behdad@behdad.org>
4215 Date:   Wed Aug 2 15:41:26 2017 +0100
4216
4217     Minor
4218
4219  conf.d/45-generic.conf | 63
4220  +++++++++++++++++++++++++++++---------------------
4221  conf.d/60-generic.conf |  1 +
4222  2 files changed, 38 insertions(+), 26 deletions(-)
4223
4224 commit 9978203bf16a0dfc1aa1c599989945d561628790
4225 Author: Behdad Esfahbod <behdad@behdad.org>
4226 Date:   Wed Aug 2 15:31:15 2017 +0100
4227
4228     [fc-lang] Allow using ".." instead of "-" in ranges
4229
4230     Allows copying emoji-data.txt and other Unicode data files intact.
4231
4232  fc-lang/fc-lang.c     | 5 +++++
4233  fc-lang/und_zsye.orth | 2 +-
4234  2 files changed, 6 insertions(+), 1 deletion(-)
4235
4236 commit 1bb8e691bd535859b1795db2554a8b1efb1d0372
4237 Author: Akira TAGOH <akira@tagoh.org>
4238 Date:   Tue Aug 1 10:50:55 2017 +0100
4239
4240     Add und-zsye.orth to support emoji in lang
4241
4242  conf.d/45-generic.conf |  35 +++++++
4243  fc-lang/Makefile.am    |   3 +-
4244  fc-lang/und_zsye.orth  | 246
4245  +++++++++++++++++++++++++++++++++++++++++++++++++
4246  src/fclang.c           |   2 +-
4247  4 files changed, 284 insertions(+), 2 deletions(-)
4248
4249 commit 2073477e051e66afa6ce5c447b6ebc75dbe32636
4250 Author: Behdad Esfahbod <behdad@behdad.org>
4251 Date:   Wed Aug 2 13:34:01 2017 +0100
4252
4253     Add EmojiOne Mozilla font
4254
4255  conf.d/45-generic.conf | 8 ++++++--
4256  conf.d/60-generic.conf | 5 +++--
4257  2 files changed, 9 insertions(+), 4 deletions(-)
4258
4259 commit 368fe08f970d7f8d3b49f1350ca14b0915a754b3
4260 Author: Behdad Esfahbod <behdad@behdad.org>
4261 Date:   Wed Aug 2 13:04:36 2017 +0100
4262
4263     Add Twitter Color Emoji
4264
4265     https://bugs.freedesktop.org/show_bug.cgi?id=94551#c33
4266
4267  conf.d/45-generic.conf | 4 ++++
4268  conf.d/60-generic.conf | 1 +
4269  2 files changed, 5 insertions(+)
4270
4271 commit e5a51c899480c3bd99c36e49d1c24932f6a08810
4272 Author: Behdad Esfahbod <behdad@behdad.org>
4273 Date:   Tue Aug 1 14:41:02 2017 +0100
4274
4275     [fc-query] Support listing named instances
4276
4277  fc-query/Makefile.am |  2 +-
4278  fc-query/fc-query.c  | 46 +++++++++++++++++++++++++++++++++++++---------
4279  2 files changed, 38 insertions(+), 10 deletions(-)
4280
4281 commit d7f3437ade668c60a7e31f93669b73680be6512a
4282 Author: Behdad Esfahbod <behdad@behdad.org>
4283 Date:   Mon Jul 31 17:17:16 2017 +0100
4284
4285     Add generic family matching for "emoji" and "math"
4286
4287     Fixes https://bugs.freedesktop.org/show_bug.cgi?id=94551
4288
4289  conf.d/45-generic.conf | 67
4290  ++++++++++++++++++++++++++++++++++++++++++++++++++
4291  conf.d/60-generic.conf | 37 ++++++++++++++++++++++++++++
4292  conf.d/Makefile.am     |  4 +++
4293  3 files changed, 108 insertions(+)
4294
4295 commit 241cc869327ec07774ff555e157db1bea73dc485
4296 Author: Behdad Esfahbod <behdad@behdad.org>
4297 Date:   Mon Jul 31 15:56:06 2017 +0100
4298
4299     Pass --pic to gperf
4300
4301  src/Makefile.am | 2 +-
4302  1 file changed, 1 insertion(+), 1 deletion(-)
4303
4304 commit 5b6af242e1eb0a6456fe9ab9a99efa3ba42f83c6
4305 Author: Akira TAGOH <akira@tagoh.org>
4306 Date:   Tue Jul 11 15:34:50 2017 +0900
4307
4308     Fix gcc warnings with enabling libxml2
4309
4310  src/fcxml.c | 4 ++--
4311  1 file changed, 2 insertions(+), 2 deletions(-)
4312
4313 commit db2825eed54496f4e20f7375d71d6a92b27926a2
4314 Author: Akira TAGOH <akira@tagoh.org>
4315 Date:   Tue Jul 11 13:19:16 2017 +0900
4316
4317     Bug 101726 - Sans config pulls in Microsoft Serifed font
4318
4319     Update 65-nonlatin.conf to have better choice of the sans-serif
4320     fonts for Chinese
4321
4322     Patch from Joseph Wang
4323
4324     https://bugs.freedesktop.org/show_bug.cgi?id=101726
4325
4326  conf.d/65-nonlatin.conf | 5 ++---
4327  1 file changed, 2 insertions(+), 3 deletions(-)
4328
4329 commit 12b7501bad3ed4d7819b00a27a9c021e7d120aa0
4330 Author: Akira TAGOH <akira@tagoh.org>
4331 Date:   Thu Jun 11 17:30:04 2015 +0900
4332
4333     Add FcConfigParseAndLoadFromMemory() to load a configuration from
4334     memory.
4335
4336     https://bugs.freedesktop.org/show_bug.cgi?id=78452
4337
4338  doc/fcconfig.fncs       |  16 ++++
4339  fontconfig/fontconfig.h |   5 ++
4340  src/fcxml.c             | 206
4341  ++++++++++++++++++++++++++++++------------------
4342  3 files changed, 152 insertions(+), 75 deletions(-)
4343
4344 commit ee2000494c4c8367fe20593709a979d158687855
4345 Author: Akira TAGOH <akira@tagoh.org>
4346 Date:   Tue Jul 28 12:48:40 2015 +0900
4347
4348     Add FcPatternGetWithBinding() to obtain the binding type of the
4349     value in FcPattern.
4350
4351     https://bugs.freedesktop.org/show_bug.cgi?id=19375
4352
4353  doc/fcpattern.fncs      | 17 +++++++++++++++++
4354  fontconfig/fontconfig.h | 12 +++++++++++-
4355  src/fcint.h             |  9 +++------
4356  src/fcpat.c             | 18 ++++++++++++++++--
4357  4 files changed, 47 insertions(+), 9 deletions(-)
4358
4359 commit 01085e07857cddf382db736a9e061f92f50397d6
4360 Author: Akira TAGOH <akira@tagoh.org>
4361 Date:   Wed Jul 5 17:37:26 2017 +0900
4362
4363     Bump version to 2.12.4
4364
4365  README                  | 33 +++++++++++++++++++++++++++++++--
4366  configure.ac            |  2 +-
4367  fontconfig/fontconfig.h |  2 +-
4368  3 files changed, 33 insertions(+), 4 deletions(-)
4369
4370 commit 047b42fccab0dc99726356a9c8c7c50aea806f60
4371 Author: Akira TAGOH <akira@tagoh.org>
4372 Date:   Wed Jul 5 17:35:28 2017 +0900
4373
4374     Fix distcheck error
4375
4376  src/Makefile.am | 7 ++++++-
4377  1 file changed, 6 insertions(+), 1 deletion(-)
4378
4379 commit c35e8df46dc041596674083772e59d5934635ae2
4380 Author: Akira TAGOH <akira@tagoh.org>
4381 Date:   Wed Jul 5 17:20:00 2017 +0900
4382
4383     Update libtool revision
4384
4385  configure.ac | 2 +-
4386  1 file changed, 1 insertion(+), 1 deletion(-)
4387
4388 commit e831f12a38b490cb832830a582a54d8647884988
4389 Author: Josselin Mouette <joss@debian.org>
4390 Date:   Tue Jun 27 11:34:38 2017 +0200
4391
4392     Treat C.UTF-8 and C.utf8 locales as built in the C library.
4393
4394     https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=717423
4395     https://bugs.freedesktop.org/show_bug.cgi?id=101605
4396
4397  src/fclang.c | 2 ++
4398  1 file changed, 2 insertions(+)
4399
4400 commit 5d8ee5231ab1ea6f36d3103b4de24712c3ae2f64
4401 Author: Helmut Grohne <helmut@subdivi.de>
4402 Date:   Tue Jun 27 11:06:14 2017 +0200
4403
4404     fix cross compilation
4405
4406     Even though fontconfig's build system tries to build edit-sgml
4407     with the
4408     build arch compiler, it gets the runes wrong and actually builds
4409     it with
4410     the host arch compiler. This patch makes it use the right compiler.
4411
4412     Bug-Debian: https://bugs.debian.org/779461
4413     https://bugs.freedesktop.org/show_bug.cgi?id=101554
4414
4415  doc/Makefile.am | 5 ++++-
4416  1 file changed, 4 insertions(+), 1 deletion(-)
4417
4418 commit 60e1fe550ae5d945c45a7ad04b46ec78da0309aa
4419 Author: Florent Rougon <f.rougon@free.fr>
4420 Date:   Thu Jun 8 16:13:29 2017 +0200
4421
4422     FcCharSetFreezeOrig(), FcCharSetFindFrozen(): use all buckets of
4423     freezer->orig_hash_table
4424
4425     As written at:
4426
4427       https://lists.freedesktop.org/archives/fontconfig/2017-June/005929.html
4428
4429     I think FcCharSetFreezeOrig() and FcCharSetFindFrozen() should use
4430     the %
4431     operator instead of & when computing the bucket index for
4432     freezer->orig_hash_table, otherwise at most 8 buckets among the 67
4433     available (FC_CHAR_SET_HASH_SIZE) are used.
4434
4435     Another way would be to change FC_CHAR_SET_HASH_SIZE to be of the form
4436     2**n -1 (i.e., a power of two minus one). In such a case, the & and %
4437     operators would be equivalent.
4438
4439  src/fccharset.c | 4 ++--
4440  1 file changed, 2 insertions(+), 2 deletions(-)
4441
4442 commit 7940ada7a89115455b493e64f961e9c3d2cc5045
4443 Author: Akira TAGOH <akira@tagoh.org>
4444 Date:   Mon Jun 12 13:36:56 2017 +0900
4445
4446     Add a testcase for Bug#131804
4447
4448  test/Makefile.am     |   4 ++
4449  test/test-bz131804.c | 136
4450  +++++++++++++++++++++++++++++++++++++++++++++++++++
4451  2 files changed, 140 insertions(+)
4452
4453 commit b0a5b4b48e9c94bcebe902fb88fbe447f2ccd04e
4454 Author: Florent Rougon <f.rougon@free.fr>
4455 Date:   Thu Jun 8 09:34:53 2017 +0200
4456
4457     FcLangSetCompare(): fix bug when two charsets come from different
4458     "buckets"
4459
4460     In fcLangCountrySets, it may happen that two charsets for the same
4461     language but different territories are found in different FcChar32
4462     "buckets" (different "columns" on the same line). This is currently
4463     the
4464     case for the following pairs:
4465
4466       mn-cn  and mn-mn
4467       pap-an and pap-aw
4468
4469     The FcLangSetCompare() code so far used to return FcLangDifferentLang
4470     instead of FcLangDifferentTerritory when comparing:
4471
4472       an FcLangSet containing only mn-cn with one containing only mn-mn
4473
4474     or
4475
4476       an FcLangSet containing only pap-an with one containing only pap-aw
4477
4478     This commit fixes this problem.
4479
4480  src/fclang.c | 14 ++++++++++++--
4481  1 file changed, 12 insertions(+), 2 deletions(-)
4482
4483 commit 209619b1a63f415320c8d379efc0525273c7b575
4484 Author: Florent Rougon <f.rougon@free.fr>
4485 Date:   Wed Jun 7 01:34:51 2017 +0200
4486
4487     Fix erroneous test on language id in FcLangSetPromote()
4488
4489     FcLangSetIndex() indicates "not found" with a non-negative return
4490     value.
4491     Return value 0 doesn't imply "not found", it rather means "language
4492     found at index 0 in fcLangCharSets".
4493
4494  src/fclang.c | 2 +-
4495  1 file changed, 1 insertion(+), 1 deletion(-)
4496
4497 commit 4970c7e810fec29b5ad40a595850288f14f48e37
4498 Author: Florent Rougon <f.rougon@free.fr>
4499 Date:   Tue Jun 6 23:32:28 2017 +0200
4500
4501     Fix an off-by-one error in FcLangSetIndex()
4502
4503     This commit fixes a bug that can be reproduced like this:
4504       - remove all languages starting with 'a' in fc-lang/Makefile.am (in
4505         ORTH's definition);
4506       - rebuild fontconfig with this change (-> new fc-lang/fclang.h);
4507       - create an FcLangSet 'ls1' that contains at least the first
4508       language
4509         from fcLangCharSets (i.e., the first *remaining* in lexicographic
4510         order); let's assume it is "ba" for the sake of this description;
4511       - create an FcLangSet 'ls2' that only contains the language "aa"
4512       (any
4513         language starting with 'a' should work as well);
4514       - check the return value of FcLangSetContains(ls1, ls2);
4515
4516     The expected return value is FcFalse, however it is FcTrue if you use
4517     the code before this commit.
4518
4519     What happens is that FcLangSetIndex() returns 0, because this is the
4520     index of the first slot after the not-found language "aa" in
4521     fcLangCharSets (since we removed all languages starting with 'a').
4522     However, this index happens to be non-negative, therefore
4523     FcLangSetContainsLang() mistakenly infers that the language "aa" was
4524     found in fcLangCharSets, and thus calls FcLangSetBitGet(ls1, 0), which
4525     returns FcTrue since we've put the first remaining language "ba"
4526     in the
4527     'ls1' language set.
4528
4529     The "return -low;" statement previously in FcLangSetIndex() was
4530     inconsistent with the final return statement. "return -(low+1);" fixes
4531     this inconsistency as well as the incorrect behavior described above.
4532
4533  src/fclang.c | 11 ++++++++++-
4534  1 file changed, 10 insertions(+), 1 deletion(-)
4535
4536 commit 02161ef2d6eda4e9c0ad068058d51a67a09af92f
4537 Author: Florent Rougon <f.rougon@free.fr>
4538 Date:   Tue Jun 6 11:10:18 2017 +0200
4539
4540     fc-lang: gracefully handle the case where the last language initial
4541     is < 'z'
4542
4543     FcLangSetIndex() contains code like this:
4544
4545       low = fcLangCharSetRanges[firstChar - 'a'].begin;
4546       high = fcLangCharSetRanges[firstChar - 'a'].end;
4547       /* no matches */
4548       if (low > high)
4549
4550     The assumption behind this test didn't hold before this commit, unless
4551     there is at least one language name that starts with 'z' (which is
4552     thankfully the case in our world :-). If the last language name in
4553     lexicographic order starts for instance with 'x', this change ensures
4554     that fcLangCharSetRanges['y' - 'a'].begin and
4555          fcLangCharSetRanges['z' - 'a'].begin
4556     are equal to NUM_LANG_CHAR_SET, in order to make the above assumption
4557     correct in all cases.
4558
4559  fc-lang/fc-lang.c | 3 +++
4560  1 file changed, 3 insertions(+)
4561
4562 commit c37eeb8f1ff2cb8655a27545ca32cc50ab70e8d6
4563 Author: Florent Rougon <f.rougon@free.fr>
4564 Date:   Mon Jun 5 10:58:41 2017 +0200
4565
4566     FcCharSetHash(): use the 'numbers' values to compute the hash
4567
4568     Before this commit, FcCharSetHash() repeatedly used the address of the
4569     'numbers' array of an FcCharSet to compute the FcCharSet hash, instead
4570     of the value of each array element. This is not good for even
4571     spreading
4572     of the FcCharSet objects among the various buckets of the hash table
4573     (and should thus reduce performance). This bug appears to have been
4574     mistakenly introduced in commit
4575     cd2ec1a940888ebcbd323a8000d2fcced41ddf9e (June 2005).
4576
4577  src/fccharset.c | 2 +-
4578  1 file changed, 1 insertion(+), 1 deletion(-)
4579
4580 commit 28139816d62b8444ca61a000a87c71e59fef104d
4581 Author: Akira TAGOH <akira@tagoh.org>
4582 Date:   Mon Jun 5 21:00:36 2017 +0900
4583
4584     Fix the build failure when srcdir != builddir and have gperf 3.1 or
4585     later installed
4586
4587  src/Makefile.am | 10 +++++++---
4588  1 file changed, 7 insertions(+), 3 deletions(-)
4589
4590 commit 5c49354a782870d632884174f10c7fb10351c667
4591 Author: Akira TAGOH <akira@tagoh.org>
4592 Date:   Sat Jun 3 19:02:53 2017 +0900
4593
4594     Force regenerate fcobjshash.h when updating Makefile
4595
4596     To avoid a situation of mismatching the declaration of hash function
4597
4598  src/Makefile.am | 7 +++----
4599  1 file changed, 3 insertions(+), 4 deletions(-)
4600
4601 commit 79058f4e911487275323e93146e1e93ad15afcd8
4602 Author: Masamichi Hosoda <trueroad@trueroad.jp>
4603 Date:   Wed Jan 11 20:42:56 2017 +0900
4604
4605     Bug 99360 - Fix cache file update on MinGW
4606
4607     On Windows, opened or locked files cannot be removed.
4608     Since fontconfig locked an old cache file while updating the file,
4609     fontconfig failed to replace the file with updated file on Windows.
4610
4611     This patch makes fontconfig does not lock the old cache file
4612     while updating it on Windows.
4613
4614  src/fcdir.c | 8 ++++++++
4615  1 file changed, 8 insertions(+)
4616
4617 commit 7d949ececdff18a1718eba6b7cb9f63f84486a10
4618 Author: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
4619 Date:   Wed May 31 21:38:26 2017 +0200
4620
4621     Fix testing PCF_CONFIG_OPTION_LONG_FAMILY_NAMES (CFLAGS need to
4622     be right)
4623
4624  configure.ac | 16 +++++++++-------
4625  1 file changed, 9 insertions(+), 7 deletions(-)
4626
4627 commit 690f822a1b26b089d86e9843746cab80f3c07fe3
4628 Author: Akira TAGOH <akira@tagoh.org>
4629 Date:   Wed May 31 20:10:00 2017 +0900
4630
4631     Bump version to 2.12.3
4632
4633  README                  | 7 ++++++-
4634  configure.ac            | 2 +-
4635  fontconfig/fontconfig.h | 2 +-
4636  3 files changed, 8 insertions(+), 3 deletions(-)
4637
4638 commit d33be230293978ad3f94b184f2c2770c108269c2
4639 Author: Akira TAGOH <akira@tagoh.org>
4640 Date:   Wed May 31 18:25:01 2017 +0900
4641
4642     Fix make check fail with freetype-2.7.1 and 2.8 with
4643     PCF_CONFIG_OPTION_LONG_FAMILY_NAMES enabled.
4644
4645  configure.ac     | 13 +++++++++++--
4646  test/Makefile.am | 10 +++++++---
4647  2 files changed, 18 insertions(+), 5 deletions(-)
4648
4649 commit 3072f14bddfeb0adba52bce26d7b752207a2cffb
4650 Author: Akira TAGOH <akira@tagoh.org>
4651 Date:   Wed May 31 16:39:44 2017 +0900
4652
4653     Bump version to 2.12.2
4654
4655  README                  | 26 ++++++++++++++++++++++++--
4656  configure.ac            |  2 +-
4657  fontconfig/fontconfig.h |  2 +-
4658  3 files changed, 26 insertions(+), 4 deletions(-)
4659
4660 commit 6c4e11a73b300963ad822838500ecdcb6a50625b
4661 Author: Akira TAGOH <akira@tagoh.org>
4662 Date:   Wed May 31 16:39:39 2017 +0900
4663
4664     Update libtool revision
4665
4666  configure.ac | 2 +-
4667  1 file changed, 1 insertion(+), 1 deletion(-)
4668
4669 commit ae9900b8d83bf5ddef22b4d49ab033dcae29bb66
4670 Author: Akira TAGOH <akira@tagoh.org>
4671 Date:   Wed May 31 13:55:33 2017 +0900
4672
4673     Bug 101202 - fontconfig FTBFS if docbook-utils is installed
4674
4675     https://bugs.freedesktop.org/show_bug.cgi?id=101202
4676
4677  doc/Makefile.am | 2 +-
4678  1 file changed, 1 insertion(+), 1 deletion(-)
4679
4680 commit 3e4198674dee1c14bec70016ccf0608c69c308cc
4681 Author: Akira TAGOH <akira@tagoh.org>
4682 Date:   Fri Mar 24 13:11:08 2017 +0900
4683
4684     Add the description of FC_LANG envvar to the doc
4685
4686  doc/fontconfig-user.sgml | 4 ++++
4687  1 file changed, 4 insertions(+)
4688
4689 commit 5ca2b1e6dcb8c7d2b4b0c19218933b10f3efd813
4690 Author: Akira TAGOH <akira@tagoh.org>
4691 Date:   Tue Mar 21 12:25:45 2017 +0900
4692
4693     Update a bit for the changes in FreeType 2.7.1
4694
4695     Our test case relies on the outcome of the family property from
4696     freetype though,
4697     it was changed in 2.7.1:
4698
4699       - PCF family names are made more `colourful'; they now include the
4700         foundry  and information  whether they contain  wide characters.
4701         For example,  you no longer get `Fixed' but  rather `Sony Fixed'
4702         or `Misc Fixed Wide'.
4703
4704     https://bugs.freedesktop.org/show_bug.cgi?id=47704
4705
4706  configure.ac         |  9 +++++++++
4707  test/Makefile.am     |  4 ++++
4708  test/out271.expected |  8 ++++++++
4709  test/run-test.sh     |  5 +++--
4710  test/run-test271.sh  | 24 ++++++++++++++++++++++++
4711  5 files changed, 48 insertions(+), 2 deletions(-)
4712
4713 commit abdb6d658e1a16410dd1c964e365a3ebd5039e7c
4714 Author: Akira TAGOH <akira@tagoh.org>
4715 Date:   Wed Mar 1 19:48:02 2017 +0900
4716
4717     Fix the build issue on GNU/Hurd
4718
4719     PATH_MAX isn't defined on GNU/Hurd. according to the porting
4720     guidelines
4721     (https://www.gnu.org/software/hurd/hurd/porting/guidelines.html)
4722     allocate a memory dynamically instead of relying on the length of
4723     a string with PATH_MAX.
4724
4725     https://bugs.freedesktop.org/show_bug.cgi?id=97512
4726
4727  src/fcdefault.c | 34 +++++++++++++++++++++++++++-------
4728  src/fcint.h     |  6 ++++++
4729  src/fcstat.c    | 12 +++++++++++-
4730  3 files changed, 44 insertions(+), 8 deletions(-)
4731
4732 commit 9878b306f6c673d3d6cd9db487f67eb426cc03df
4733 Author: Akira TAGOH <akira@tagoh.org>
4734 Date:   Thu Feb 23 21:39:10 2017 +0900
4735
4736     Fix the build issue with gperf 3.1
4737
4738     To support the one of changes in gperf 3.1:
4739     * The 'len' parameter of the hash function and of the lookup function
4740     is now
4741       of type 'size_t' instead of 'unsigned int'. This makes it safe to
4742       call these
4743       functions with strings of length > 4 GB, on 64-bit machines.
4744
4745  configure.ac | 20 ++++++++++++++++++++
4746  src/fcobjs.c |  4 ++--
4747  2 files changed, 22 insertions(+), 2 deletions(-)
4748
4749 commit 1ab5258f7c2abfafcd63a760ca08bf93591912da
4750 Author: Khem Raj <raj.khem@gmail.com>
4751 Date:   Wed Dec 14 16:11:05 2016 -0800
4752
4753     Avoid conflicts with integer width macros from TS 18661-1:2014
4754
4755     glibc 2.25+ has now defined these macros in <limits.h>
4756     https://sourceware.org/git/?p=glibc.git;a=commit;h=5b17fd0da62bf923cb61d1bb7b08cf2e1f1f9c1a
4757
4758     Create an alias for FC_CHAR_WIDTH for ABI compatibility
4759
4760     Signed-off-by: Khem Raj <raj.khem@gmail.com>
4761
4762  fontconfig/fontconfig.h | 3 ++-
4763  src/fcobjs.h            | 2 +-
4764  2 files changed, 3 insertions(+), 2 deletions(-)
4765
4766 commit 0e9b2a152729bfd457e656a9258a06cbfdac1bae
4767 Author: Akira TAGOH <akira@tagoh.org>
4768 Date:   Mon Nov 14 20:14:35 2016 +0900
4769
4770     Fix FcCacheOffsetsValid()
4771
4772     Validation fails when the FcValueList contains more than font->num.
4773     this logic was wrong because font->num contains a number of the
4774     elements
4775     in FcPatternElt but FcValue in FcValueList.
4776
4777     This corrects 7a4a5bd7.
4778
4779     Patch from Tobias Stoeckmann
4780
4781  src/fccache.c | 17 ++++++++++++-----
4782  1 file changed, 12 insertions(+), 5 deletions(-)
4783
4784 commit 883b5cf48b0f699ed074b4d9b145b4bbc763b3b3
4785 Author: Masamichi Hosoda <trueroad@trueroad.jp>
4786 Date:   Wed Aug 24 23:50:10 2016 +0900
4787
4788     Update aliases for URW June 2016
4789
4790     http://git.ghostscript.com/?p=ghostpdl.git;a=commit;h=c8342b4a7b6cdcc4cb1261bf2b008f6df257b5c6
4791     http://git.ghostscript.com/?p=urw-core35-fonts.git;a=commit;h=79bcdfb34fbce12b592cce389fa7a19da6b5b018
4792
4793  conf.d/30-metric-aliases.conf | 62
4794  +++++++++++++++++++++++++++++++++++--------
4795  conf.d/30-urw-aliases.conf    | 13 +++++++--
4796  conf.d/45-latin.conf          |  4 +++
4797  conf.d/60-latin.conf          |  1 +
4798  4 files changed, 67 insertions(+), 13 deletions(-)
4799
4800 commit 815cc98d6a7df142c8f1a9a2c1120650da278db0
4801 Author: Masamichi Hosoda <trueroad@trueroad.jp>
4802 Date:   Wed Aug 24 21:27:32 2016 +0900
4803
4804     Fix PostScript font alias name
4805
4806     `Helvetica Condensed' is not PostScript base 35 fonts.
4807     `Helvetica Narrow' is PostScript base 35 fonts.
4808
4809  conf.d/30-metric-aliases.conf | 12 ++++++------
4810  1 file changed, 6 insertions(+), 6 deletions(-)
4811
4812 commit 094de3037b9e6e040fa0566593620525e534a7cd
4813 Author: Akira TAGOH <akira@tagoh.org>
4814 Date:   Wed Sep 7 11:39:11 2016 +0900
4815
4816     Don't call perror() if no changes happens in errno
4817
4818  fc-cat/fc-cat.c | 9 +++++++--
4819  1 file changed, 7 insertions(+), 2 deletions(-)
4820
4821 commit 0db7552e001f3589c6372f33e09d511bc565c499
4822 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
4823 Date:   Wed Aug 10 23:58:21 2016 -0700
4824
4825     Correct cache version info in doc/fontconfig-user.sgml
4826
4827     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
4828
4829  doc/fontconfig-user.sgml | 4 ++--
4830  1 file changed, 2 insertions(+), 2 deletions(-)
4831
4832 commit 6b222c52cdede497ffed629853f947948052dfc7
4833 Author: Akira TAGOH <akira@tagoh.org>
4834 Date:   Fri Aug 5 14:47:02 2016 +0900
4835
4836     Bump version to 2.12.1
4837
4838  README                  | 17 +++++++++++++++--
4839  configure.ac            |  2 +-
4840  fontconfig/fontconfig.h |  2 +-
4841  3 files changed, 17 insertions(+), 4 deletions(-)
4842
4843 commit 68869149e36ae546ec428f345a552a6ad093e953
4844 Author: Akira TAGOH <akira@tagoh.org>
4845 Date:   Fri Aug 5 14:45:36 2016 +0900
4846
4847     Update libtool revision
4848
4849  configure.ac | 2 +-
4850  1 file changed, 1 insertion(+), 1 deletion(-)
4851
4852 commit 7a4a5bd7897d216f0794ca9dbce0a4a5c9d14940
4853 Author: Tobias Stoeckmann <tobias@stoeckmann.org>
4854 Date:   Sat Jun 25 19:18:53 2016 +0200
4855
4856     Properly validate offsets in cache files.
4857
4858     The cache files are insufficiently validated. Even though the magic
4859     number at the beginning of the file as well as time stamps are
4860     checked,
4861     it is not verified if contained offsets are in legal ranges or are
4862     even pointers.
4863
4864     The lack of validation allows an attacker to trigger arbitrary free()
4865     calls, which in turn allows double free attacks and therefore
4866     arbitrary
4867     code execution. Due to the conversion from offsets into pointers
4868     through
4869     macros, this even allows to circumvent ASLR protections.
4870
4871     This attack vector allows privilege escalation when used with setuid
4872     binaries like fbterm. A user can create ~/.fonts or any other
4873     system-defined user-private font directory, run fc-cache and adjust
4874     cache files in ~/.cache/fontconfig. The execution of setuid binaries
4875     will
4876     scan these files and therefore are prone to attacks.
4877
4878     If it's not about code execution, an endless loop can be created by
4879     letting linked lists become circular linked lists.
4880
4881     This patch verifies that:
4882
4883     - The file is not larger than the maximum addressable space, which
4884       basically only affects 32 bit systems. This allows out of boundary
4885       access into unallocated memory.
4886     - Offsets are always positive or zero
4887     - Offsets do not point outside file boundaries
4888     - No pointers are allowed in cache files, every "pointer or offset"
4889       field must be an offset or NULL
4890     - Iterating linked lists must not take longer than the amount
4891     of elements
4892       specified. A violation of this rule can break a possible endless
4893       loop.
4894
4895     If one or more of these points are violated, the cache is recreated.
4896     This is current behaviour.
4897
4898     Even though this patch fixes many issues, the use of mmap() shall be
4899     forbidden in setuid binaries. It is impossible to guarantee with these
4900     checks that a malicious user does not change cache files after
4901     verification. This should be handled in a different patch.
4902
4903     Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
4904
4905  src/fccache.c | 81
4906  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
4907  1 file changed, 80 insertions(+), 1 deletion(-)
4908
4909 commit 99645ff9eecbf2178199aa940703fbe8ed275867
4910 Author: Akira TAGOH <akira@tagoh.org>
4911 Date:   Fri Jul 8 14:16:49 2016 +0900
4912
4913     Bug 96676 - Check range of FcWeightFromOpenType argument
4914
4915     Fix a crash issue when FcWeightFromOpenType() gets a number more
4916     than it expects.
4917
4918  src/fcweight.c      |  1 +
4919  test/Makefile.am    |  4 ++++
4920  test/test-bz96676.c | 32 ++++++++++++++++++++++++++++++++
4921  3 files changed, 37 insertions(+)
4922
4923 commit a34db434c6a81f5286af07fabfef874492edb163
4924 Author: Akira TAGOH <akira@tagoh.org>
4925 Date:   Fri Jul 8 11:32:53 2016 +0900
4926
4927     Fix some errors related to python3
4928
4929  fc-blanks/fc-blanks.py | 14 ++++++++++----
4930  1 file changed, 10 insertions(+), 4 deletions(-)
4931
4932 commit 416cdd9d494fb040cc4f492a9c6ba23ca52ae250
4933 Author: Akira TAGOH <akira@tagoh.org>
4934 Date:   Fri Jul 8 11:14:34 2016 +0900
4935
4936     Check python installed in autogen.sh
4937
4938     python is required to build fontconfig from the scratch
4939
4940  autogen.sh | 9 +++++++++
4941  1 file changed, 9 insertions(+)
4942
4943 commit 5d74251986ee958cbc457d1f6b3d24d524051273
4944 Author: Akira TAGOH <akira@tagoh.org>
4945 Date:   Thu Jun 23 19:05:04 2016 +0900
4946
4947     Update CaseFolding.txt to Unicode 9.0
4948
4949  fc-case/CaseFolding.txt | 91
4950  ++++++++++++++++++++++++++++++++++++++++++++++---
4951  1 file changed, 86 insertions(+), 5 deletions(-)
4952
4953 commit 0ed1575917a28c6be56481509660bd783c7b6040
4954 Author: Akira TAGOH <akira@tagoh.org>
4955 Date:   Thu Jun 23 11:18:40 2016 +0900
4956
4957     Add --with-default-hinting to configure
4958
4959  conf.d/Makefile.am |  2 +-
4960  configure.ac       | 19 +++++++++++++++++++
4961  2 files changed, 20 insertions(+), 1 deletion(-)
4962
4963 commit 505712d1dcc52d410aa37cd2cffbc4ceb5048656
4964 Author: Akira TAGOH <akira@tagoh.org>
4965 Date:   Wed Jun 15 20:10:38 2016 +0900
4966
4967     Bump version to 2.12.0
4968
4969  README                  | 22 ++++++++++++++++++++--
4970  configure.ac            |  2 +-
4971  fontconfig/fontconfig.h |  4 ++--
4972  3 files changed, 23 insertions(+), 5 deletions(-)
4973
4974 commit add5f7329f2c54304c203e818f38867de3c1e292
4975 Author: Akira TAGOH <akira@tagoh.org>
4976 Date:   Wed Jun 15 20:10:31 2016 +0900
4977
4978     Remove unused code
4979
4980  src/fcfreetype.c | 4 ----
4981  1 file changed, 4 deletions(-)
4982
4983 commit 600110ee8c3e9bdd18cd5bc27555d1f1114e4880
4984 Author: Akira TAGOH <akira@tagoh.org>
4985 Date:   Thu Jun 9 14:22:31 2016 +0900
4986
4987     Add the static raw data to generate fcblanks.h
4988
4989     https://bugs.freedesktop.org/show_bug.cgi?id=91406
4990
4991  fc-blanks/fc-blanks.py         |  21 ++++++--
4992  fc-blanks/list-unicodeset.html | 119
4993  +++++++++++++++++++++++++++++++++++++++++
4994  2 files changed, 137 insertions(+), 3 deletions(-)
4995
4996 commit ea26c5e9f85fb03e89b144878d338d80979a9560
4997 Author: Erik de Castro Lopo <erikd@mega-nerd.com>
4998 Date:   Sat May 28 17:44:10 2016 +1100
4999
5000     Fix a couple of minor memory leaks
5001
5002     These fixes are needed for the test suite to pass when compiled
5003     with Address Sanitizer.
5004
5005  src/fccache.c       | 2 ++
5006  test/test-bz89617.c | 2 ++
5007  2 files changed, 4 insertions(+)
5008
5009 commit 7441dbec0322f24d6f94bf31fc824cc08d3e9025
5010 Author: Akira TAGOH <akira@tagoh.org>
5011 Date:   Fri May 27 11:16:09 2016 +0900
5012
5013     Bug 95481 - Build fails on Android due to broken lconv struct
5014
5015  src/fcxml.c | 21 ++++++++++++++++-----
5016  1 file changed, 16 insertions(+), 5 deletions(-)
5017
5018 commit 3c2793a32e66fd5bee14da7cdb7db0a3f9128ac1
5019 Author: Akira TAGOH <akira@tagoh.org>
5020 Date:   Thu May 26 14:22:29 2016 +0900
5021
5022     Correct one for the previous change
5023
5024  conf.d/45-latin.conf | 4 ----
5025  1 file changed, 4 deletions(-)
5026
5027 commit b6cf1bcaf626b5c8e1efdf03006d18fb744d9b72
5028 Author: Akira TAGOH <akira@tagoh.org>
5029 Date:   Wed May 25 12:58:27 2016 +0900
5030
5031     45-latin.conf: Add some Windows fonts to categorize them properly
5032
5033     For Serif:
5034       Cambria, Constantia, Elephant, MS Serif
5035
5036     For Sans Serif:
5037       Arial Unicode MS, Britannic, Calibri, Candara, Century Gothic,
5038       Corbel,
5039       Haettenschweiler, MS Sans Serif, Tahoma, Twentieth Century
5040
5041     For Monospace:
5042       Consolas, Fixedsys, Terminal
5043
5044  conf.d/45-latin.conf | 136
5045  +++++++++++++++++++++++++++++++++++++++------------
5046  1 file changed, 104 insertions(+), 32 deletions(-)
5047
5048 commit d15c46d75eda4bc6009770a706d97956b5a7a31d
5049 Author: Petr Filipsky <philodej@gmail.com>
5050 Date:   Fri May 20 12:30:44 2016 +0000
5051
5052     Fix memory leak in FcDirCacheLock
5053
5054  src/fccache.c | 1 +
5055  1 file changed, 1 insertion(+)
5056
5057 commit 9ab7633f2f752203de75a902c5031b0cf4bbe548
5058 Author: Akira TAGOH <akira@tagoh.org>
5059 Date:   Thu May 19 11:11:46 2016 +0900
5060
5061     Bug 95477 - FcAtomicLock fails when SELinux denies link() syscall
5062     with EACCES
5063
5064     This is an issue on Android M, which denies non-root users access
5065     to link().
5066
5067     Patch from Rodger Combs
5068
5069  src/fcatomic.c | 2 +-
5070  1 file changed, 1 insertion(+), 1 deletion(-)
5071
5072 commit 560506b3bbf2f829d57bdaa17add99367d6dedba
5073 Author: Akira TAGOH <akira@tagoh.org>
5074 Date:   Thu Apr 7 12:50:22 2016 +0900
5075
5076     Update URL
5077
5078  INSTALL | 2 +-
5079  1 file changed, 1 insertion(+), 1 deletion(-)
5080
5081 commit 0e837ae6ecc475b02d7114dc10480543d6be98ff
5082 Author: Akira TAGOH <akira@tagoh.org>
5083 Date:   Thu Apr 7 12:01:14 2016 +0900
5084
5085     Modernize fc-blanks.py
5086
5087     fc-blanks.py now works on both python2 and 3
5088
5089  fc-blanks/fc-blanks.py | 27 +++++++++++++++------------
5090  1 file changed, 15 insertions(+), 12 deletions(-)
5091
5092 commit 13087e38ace4f092667ab08617ced1d559f3d2e2
5093 Author: Akira TAGOH <akira@tagoh.org>
5094 Date:   Wed Apr 6 21:05:36 2016 +0900
5095
5096     Bump version to 2.11.95
5097
5098  README                  | 41 +++++++++++++++++++++++++++++++++++++++--
5099  configure.ac            |  2 +-
5100  fontconfig/fontconfig.h |  2 +-
5101  3 files changed, 41 insertions(+), 4 deletions(-)
5102
5103 commit 0cfa146e6b41bc6b819fe0f37d0e2ff0a947eb3b
5104 Author: Akira TAGOH <akira@tagoh.org>
5105 Date:   Wed Apr 6 21:04:42 2016 +0900
5106
5107     Update libtool revision
5108
5109  configure.ac | 2 +-
5110  1 file changed, 1 insertion(+), 1 deletion(-)
5111
5112 commit d179cbc2536af16cf0f4992e0a4b2d751437ee6c
5113 Author: Akira TAGOH <akira@tagoh.org>
5114 Date:   Wed Apr 6 14:39:15 2016 +0900
5115
5116     Revert "Workaround another race condition issue"
5117
5118     This reverts commit f44bfad235e63bb792c38e16ae1fbd281ec1453b.
5119
5120  src/fccache.c | 31 +------------------------------
5121  src/fcdir.c   | 31 ++++++-------------------------
5122  src/fcint.h   |  8 +-------
5123  3 files changed, 8 insertions(+), 62 deletions(-)
5124
5125 commit d05d083e9f87eb378b92e477d34a88061a572d86
5126 Author: Behdad Esfahbod <behdad@behdad.org>
5127 Date:   Tue Mar 8 17:20:41 2016 -0800
5128
5129     [GX] Improve weight mapping
5130
5131     Align the 'wght' axis default value to OS/2 weight value and
5132     adjust accordingly.  This makes both default=1.0 and default=400
5133     models to work.
5134
5135  src/fcfreetype.c | 15 ++++++++++++---
5136  1 file changed, 12 insertions(+), 3 deletions(-)
5137
5138 commit d709220d74c4ff6e609f35761b71d4d7136d02c1
5139 Author: Behdad Esfahbod <behdad@behdad.org>
5140 Date:   Tue Mar 8 17:20:28 2016 -0800
5141
5142     Improve OpenType to Fontconfig weight mapping
5143
5144  src/fcweight.c | 25 +++++++++++++++++++------
5145  1 file changed, 19 insertions(+), 6 deletions(-)
5146
5147 commit 27d61f1ddcda5543e9c6440a0f8794caa0b1eac7
5148 Author: Behdad Esfahbod <behdad@behdad.org>
5149 Date:   Sun Aug 9 00:59:31 2015 +0200
5150
5151     [GX] Enumerate all named-instances in TrueType GX fonts
5152
5153  src/fcdir.c | 19 +++++++++++++++----
5154  1 file changed, 15 insertions(+), 4 deletions(-)
5155
5156 commit 00c8408c6a82a79388f8119c4afce6e721b693f7
5157 Author: Behdad Esfahbod <behdad@behdad.org>
5158 Date:   Sun Aug 9 09:06:37 2015 +0200
5159
5160     [GX] Support instance weight, width, and style name
5161
5162  src/fcfreetype.c | 74
5163  +++++++++++++++++++++++++++++++++++++++++++++++++++-----
5164  1 file changed, 68 insertions(+), 6 deletions(-)
5165
5166 commit 28f62d1bb892e1c86eb0d5afaf125bfe0e34cbe9
5167 Author: Behdad Esfahbod <behdad@behdad.org>
5168 Date:   Sun Aug 9 00:45:01 2015 +0200
5169
5170     Call FcFreeTypeQueryFace() from fcdir.c, instead of FcFreeTypeQuery()
5171
5172     Need for upcoming work.  No functional change expected.
5173
5174  src/fcdir.c | 25 +++++++++++++++++++++----
5175  1 file changed, 21 insertions(+), 4 deletions(-)
5176
5177 commit d570a841a2aa9d770578aa149e43bb2e5bd0f2df
5178 Author: Patrick Haller <patrick.haller@haller-consult.de>
5179 Date:   Sat Jan 9 03:06:31 2016 +0100
5180
5181     Optimizations in FcStrSet
5182
5183     Applied optimizations:
5184     - skip duplicate check in FcStrSetAppend for values originating
5185     from readdir()
5186     - grow FcStrSet in 64-element bulks for local FcStrSets (FcConfig
5187     layout unaltered)
5188
5189     Starting gedit is measured to
5190
5191                             Unoptimized     Optimized
5192     user[s]                         0,806         0,579
5193     sys[s]                          0,062         0,062
5194     Total Instr Fetch Cost: 1.658.683.750   895.069.820
5195     Cachegrind D Refs:        513.917.619   312.000.436
5196     Cachegrind Dl Misses:       8.605.632     4.954.639
5197
5198  src/fccache.c |  2 +-
5199  src/fccfg.c   |  4 ++--
5200  src/fcdir.c   |  6 +++---
5201  src/fcint.h   | 11 +++++++++++
5202  src/fcstr.c   | 47 +++++++++++++++++++++++++++++++++--------------
5203  src/fcxml.c   |  2 +-
5204  6 files changed, 51 insertions(+), 21 deletions(-)
5205
5206 commit 98434b3392172233094cac25ade7225c93da9f1c
5207 Author: Akira TAGOH <akira@tagoh.org>
5208 Date:   Wed Dec 2 11:31:50 2015 +0900
5209
5210     Add hintstyle templates and make hintslight default
5211
5212  conf.d/10-hinting-full.conf   | 13 +++++++++++++
5213  conf.d/10-hinting-medium.conf | 13 +++++++++++++
5214  conf.d/10-hinting-none.conf   | 13 +++++++++++++
5215  conf.d/10-hinting-slight.conf | 13 +++++++++++++
5216  conf.d/Makefile.am            |  5 +++++
5217  5 files changed, 57 insertions(+)
5218
5219 commit 04763135d47ae24a808fc15c4482e2bb6f847ab9
5220 Author: Akira TAGOH <akira@tagoh.org>
5221 Date:   Wed Nov 25 11:58:14 2015 +0900
5222
5223     Avoid an error message on testing when no fonts.conf installed
5224
5225     This test case doesn't require any config files so no need to ensure
5226     loading them.
5227
5228  test/test-bz89617.c | 2 +-
5229  1 file changed, 1 insertion(+), 1 deletion(-)
5230
5231 commit 5886d98c368cdb76ddedc48aedbab45a5c7e96f6
5232 Author: Akira TAGOH <akira@tagoh.org>
5233 Date:   Tue Nov 24 10:46:34 2015 +0900
5234
5235     Bug 93075 - Possible fix for make check failure on msys/MinGW...
5236
5237     Patch from Christian Fafard
5238
5239  test/run-test.sh | 13 +++++++++----
5240  1 file changed, 9 insertions(+), 4 deletions(-)
5241
5242 commit 1d87fab8b18bf5a497646d98a1c6279372aac4ea
5243 Author: Akira TAGOH <akira@tagoh.org>
5244 Date:   Wed Nov 18 14:44:17 2015 +0900
5245
5246     remomve unnecessary code
5247
5248  src/fcdefault.c | 1 -
5249  1 file changed, 1 deletion(-)
5250
5251 commit d162a4a83d6bf2182e288e0bc0b4d3ae2f78f040
5252 Author: Akira TAGOH <akira@tagoh.org>
5253 Date:   Fri Oct 16 17:24:22 2015 +0900
5254
5255     Fix assertion on 32bit arch
5256
5257  src/fcarch.c | 2 +-
5258  1 file changed, 1 insertion(+), 1 deletion(-)
5259
5260 commit 6d6ce028eedc6775b61fe768eca4d791ba9db21d
5261 Author: Akira TAGOH <akira@tagoh.org>
5262 Date:   Thu Oct 15 15:53:27 2015 +0900
5263
5264     Fix compiler warnings on MinGW
5265
5266  test/test-bz89617.c | 4 ++--
5267  1 file changed, 2 insertions(+), 2 deletions(-)
5268
5269 commit bd96984e4b1da2e4b422050b773f3ded978d976c
5270 Author: Akira TAGOH <akira@tagoh.org>
5271 Date:   Thu Oct 15 15:48:23 2015 +0900
5272
5273     Use int64_t instead of long long
5274
5275  src/fccache.c | 4 ++--
5276  src/fcint.h   | 2 +-
5277  2 files changed, 3 insertions(+), 3 deletions(-)
5278
5279 commit 7ccde89758f23a7eb90549667cffb084e684ed48
5280 Author: Akira TAGOH <akira@tagoh.org>
5281 Date:   Tue Oct 13 13:06:54 2015 +0900
5282
5283     Fix build issue on MinGW
5284
5285  src/fccache.c | 16 ++++++++++++++--
5286  1 file changed, 14 insertions(+), 2 deletions(-)
5287
5288 commit a44cc450b5f3d67c0298a912e12ed5ff234490f9
5289 Author: Akira TAGOH <akira@tagoh.org>
5290 Date:   Tue Oct 13 13:04:18 2015 +0900
5291
5292     Use long long to see the same size between LP64 and LLP64
5293
5294  src/fccache.c | 2 +-
5295  src/fcint.h   | 2 +-
5296  2 files changed, 2 insertions(+), 2 deletions(-)
5297
5298 commit c88d9b62421e8ba35a71319c7b0d555d512510c7
5299 Author: Akira TAGOH <akira@tagoh.org>
5300 Date:   Mon Aug 17 16:37:08 2015 +0900
5301
5302     Fail on make runtime as needed instead of configure if no python
5303     installed
5304
5305     python isn't necessarily required to build fontconfig from tarball
5306     so that
5307     generated fcblanks.h is available in tarball.
5308
5309     https://bugs.freedesktop.org/show_bug.cgi?id=91663
5310
5311  configure.ac          | 3 ++-
5312  fc-blanks/Makefile.am | 5 +++++
5313  2 files changed, 7 insertions(+), 1 deletion(-)
5314
5315 commit ad9f5880502c9a3f8e7f8919336888ee056f17ba
5316 Author: Akira TAGOH <akira@tagoh.org>
5317 Date:   Fri Aug 14 17:17:34 2015 +0900
5318
5319     Fix the broken cache more.
5320
5321     Take a look at the nano second in the mtime to figure out
5322     if the cache needs to be updated if available.
5323     and do the mutex lock between scanning and writing a cache
5324     to avoid the conflict.
5325
5326     Also we don't need to scan directories again after writing
5327     caches. so getting rid of the related code as well.
5328
5329     https://bugs.freedesktop.org/show_bug.cgi?id=69845
5330
5331     and for reference:
5332
5333     https://bugzilla.redhat.com/show_bug.cgi?id=1236034
5334
5335  configure.ac            |  3 ++
5336  fc-cache/fc-cache.c     | 75 +++++++++++++------------------------
5337  fontconfig/fontconfig.h |  2 +-
5338  src/fcarch.c            |  2 +-
5339  src/fccache.c           | 98
5340  ++++++++++++++++++++++++++++++++++++++++++++++++-
5341  src/fcdir.c             |  6 +++
5342  src/fcint.h             |  8 ++++
5343  7 files changed, 142 insertions(+), 52 deletions(-)
5344
5345 commit 46ec6a52d4cc447cc3ff4a13b2067ecb76c9db2e
5346 Author: Behdad Esfahbod <behdad@behdad.org>
5347 Date:   Fri Jun 26 17:02:13 2015 -0700
5348
5349     Revert changes made to FcConfigAppFontAddDir() recently
5350
5351     In 32ac7c75e8db0135ef37cf86f92d8b9be000c8bb the behavior of
5352     FcConfigAppFontAddFile/Dir() were changed to return false
5353     if not fonts were found.  While this is welldefined and useful
5354     for AddFile(), it's quite problematic for AddDir().  For example,
5355     if the directory is empty, is that a failure or success?  Worse,
5356     the false value from AddDir() was being propagated all the way
5357     to FcInit() returning false now.  This only happened upon memory
5358     allocation failure before, and some clients assert that FcInit()
5359     is successful.
5360
5361     With this change, AddDir() is reverted back to what it was.
5362     AddFont() change (which was actually in fcdir.c) from the original
5363     commit is left in.
5364
5365  doc/fcconfig.fncs |  2 +-
5366  src/fccfg.c       | 29 +++++++++++------------------
5367  src/fcint.h       |  3 ---
5368  src/fcstr.c       |  8 --------
5369  4 files changed, 12 insertions(+), 30 deletions(-)
5370
5371 commit a8096dfa5965bfb1953fe829ff13eea23b4233c7
5372 Author: Akira TAGOH <akira@tagoh.org>
5373 Date:   Wed Jun 24 15:46:45 2015 +0900
5374
5375     Bug 90867 - Memory Leak during error case in fccharset
5376
5377     https://bugs.freedesktop.org/show_bug.cgi?id=90867
5378
5379  src/fccharset.c | 24 ++++++++++++++++++++----
5380  1 file changed, 20 insertions(+), 4 deletions(-)
5381
5382 commit 0551e1b344bd2f57015a378dae4a0771031c3042
5383 Author: Akira TAGOH <akira@tagoh.org>
5384 Date:   Thu Jun 18 17:25:02 2015 +0900
5385
5386     Update CaseFolding.txt to Unicode 8.0
5387
5388  fc-case/CaseFolding.txt | 147
5389  +++++++++++++++++++++++++++++++++++++++++++++++-
5390  fc-case/Makefile.am     |   3 +
5391  2 files changed, 147 insertions(+), 3 deletions(-)
5392
5393 commit 6f929ff37ce277a12256b918751e2f3fca2fcb8a
5394 Author: Akira TAGOH <akira@tagoh.org>
5395 Date:   Wed Jun 17 16:34:29 2015 +0900
5396
5397     Fix a memory leak in FcFreeTypeQueryFace
5398
5399  src/fcfreetype.c | 2 ++
5400  1 file changed, 2 insertions(+)
5401
5402 commit 46b2c62faa64250eec3981ee816e91a9a3dee857
5403 Author: Akira TAGOH <akira@tagoh.org>
5404 Date:   Wed Jun 17 16:29:08 2015 +0900
5405
5406     Add a warning for blank in fonts.conf
5407
5408     and remove the unnecessary code for parsing blanks
5409
5410  src/fcxml.c | 7 +++++++
5411  1 file changed, 7 insertions(+)
5412
5413 commit 33fd436a3ec63ca58f3cb51bd4ab7b33e90d89c8
5414 Author: Akira TAGOH <akira@tagoh.org>
5415 Date:   Wed Jun 17 16:15:35 2015 +0900
5416
5417     Don't return FcFalse even when no fonts dirs is configured
5418
5419  src/fccfg.c | 2 ++
5420  src/fcint.h | 3 +++
5421  src/fcstr.c | 8 ++++++++
5422  3 files changed, 13 insertions(+)
5423
5424 commit f6d61c9beed856a925bd60c025b55284b2d88161
5425 Author: Akira TAGOH <akira@tagoh.org>
5426 Date:   Fri Jun 12 11:30:01 2015 +0900
5427
5428     mark as private at this moment
5429
5430  fontconfig/fontconfig.h | 3 ---
5431  src/fcint.h             | 3 +++
5432  2 files changed, 3 insertions(+), 3 deletions(-)
5433
5434 commit dbda1171427071ff31429ea6d36330bb8f193138
5435 Author: Akira TAGOH <akira@tagoh.org>
5436 Date:   Tue Jun 9 11:15:25 2015 +0900
5437
5438     No need to be public
5439
5440  fontconfig/fontconfig.h | 3 ---
5441  src/fcint.h             | 3 +++
5442  2 files changed, 3 insertions(+), 3 deletions(-)
5443
5444 commit 359ada2b4c12b6b6c3b4c017f95a35f18a3c6dd7
5445 Author: Akira TAGOH <akira@tagoh.org>
5446 Date:   Tue Jun 9 11:15:06 2015 +0900
5447
5448     Fix a crash when no objects are available after filtering
5449
5450  src/fcdbg.c | 2 +-
5451  1 file changed, 1 insertion(+), 1 deletion(-)
5452
5453 commit 10a57edd07f8dc64b60c71d51c225436f4fbb3bc
5454 Author: Akira TAGOH <akira@tagoh.org>
5455 Date:   Mon Jun 8 17:38:02 2015 +0900
5456
5457     Add one more debugging option to see transformation on font-matching
5458
5459     just setting FC_MATCH=3 shows a lot of information and hard to keep
5460     on track for informamtion
5461     which is really necessary to see. to use this more effectively,
5462     added FC_DBG_MATCH_FILTER to
5463     see for what one really want to see. it takes a comma-separated-list
5464     of object names.
5465     If you want to see family name only, try like this:
5466
5467     FC_DBG_MATCH_FILTER=family FC_DEBUG=4096 fc-match
5468
5469     debugging output will be filtered out and see family only in the
5470     result.
5471
5472  doc/fontconfig-user.sgml |  6 +++-
5473  fontconfig/fontconfig.h  |  6 ++++
5474  src/fcdbg.c              | 78
5475  ++++++++++++++++++++++++++++++++++++++++++++++++
5476  src/fcint.h              |  1 +
5477  src/fcmatch.c            | 41 +++++++++++++++++++++++++
5478  src/fcpat.c              |  6 ++++
5479  6 files changed, 137 insertions(+), 1 deletion(-)
5480
5481 commit 1827ef7b1e0a1fba27fcdb8a021abaa8ee7782eb
5482 Author: Akira TAGOH <akira@tagoh.org>
5483 Date:   Tue Jun 2 17:33:03 2015 +0900
5484
5485     Bump version to 2.11.94
5486
5487  README                  | 40 ++++++++++++++++++++++++++++++++++++++--
5488  configure.ac            |  2 +-
5489  fontconfig/fontconfig.h |  2 +-
5490  3 files changed, 40 insertions(+), 4 deletions(-)
5491
5492 commit 481a9f03a020ee53500585332786826e8c3ebd8e
5493 Author: Behdad Esfahbod <behdad@behdad.org>
5494 Date:   Wed May 27 14:40:15 2015 -0700
5495
5496     Bump cache version number to 6, because of recent FcRange changes
5497
5498  fontconfig/fontconfig.h | 2 +-
5499  1 file changed, 1 insertion(+), 1 deletion(-)
5500
5501 commit ee2d1da2d21bc14127f4cf12312e1f007935e8b0
5502 Author: Behdad Esfahbod <behdad@behdad.org>
5503 Date:   Wed May 27 14:36:35 2015 -0700
5504
5505     Reduce number of places that cache version is specified to 1
5506
5507  fontconfig/fontconfig.h | 5 ++++-
5508  src/fccache.c           | 6 +++---
5509  src/fcint.h             | 3 +--
5510  3 files changed, 8 insertions(+), 6 deletions(-)
5511
5512 commit 5bad26ccb6686f1b9c8df6c1e9b49a72d42ad661
5513 Author: Behdad Esfahbod <behdad@behdad.org>
5514 Date:   Wed Aug 20 16:07:26 2014 -0400
5515
5516     Simplify FcRange
5517
5518  src/fcdbg.c   |  10 ++----
5519  src/fcint.h   |  25 +-------------
5520  src/fcmatch.c |   2 +-
5521  src/fcname.c  |  14 ++------
5522  src/fcrange.c | 109
5523  ++++++++++------------------------------------------------
5524  src/fcxml.c   |  12 +++----
5525  6 files changed, 28 insertions(+), 144 deletions(-)
5526
5527 commit 13a5ae9fb953c8a8eb3ec801781a499521c211f3
5528 Author: Behdad Esfahbod <behdad@behdad.org>
5529 Date:   Wed Aug 20 16:03:02 2014 -0400
5530
5531     Fix compiler warnings
5532
5533  src/fcxml.c | 3 +++
5534  1 file changed, 3 insertions(+)
5535
5536 commit 346073d9dc17fc07758f7ef86c4ed05213ed0dab
5537 Author: Behdad Esfahbod <behdad@behdad.org>
5538 Date:   Sun Jul 6 20:36:18 2014 -0400
5539
5540     Don't set FC_SIZE for bitmap fonts
5541
5542     They get FC_PIXELSIZE set, which is later converted to FC_SIZE using
5543     FC_DPI.
5544
5545  src/fcfreetype.c | 36 ++++++++++++------------------------
5546  1 file changed, 12 insertions(+), 24 deletions(-)
5547
5548 commit eba6f109de475215c2d4b42612f6baf57041536d
5549 Author: Behdad Esfahbod <behdad@behdad.org>
5550 Date:   Fri Jul 4 17:15:11 2014 -0400
5551
5552     Accept Integer for FC_SIZE
5553
5554     There are more places to fix I'm sure...
5555
5556     https://bugs.freedesktop.org/show_bug.cgi?id=80873
5557
5558  src/fcname.c | 4 +++-
5559  1 file changed, 3 insertions(+), 1 deletion(-)
5560
5561 commit cb2f096e15cb868cbf29428b6dd339b8ba344e50
5562 Author: Behdad Esfahbod <behdad@behdad.org>
5563 Date:   Fri Jul 4 16:18:52 2014 -0400
5564
5565     Add bitmap-only font size as Double, not Range
5566
5567     The whole size setting part still smells to me.
5568
5569  src/fcfreetype.c | 7 +------
5570  1 file changed, 1 insertion(+), 6 deletions(-)
5571
5572 commit 51756aab180c9f7a6632743885695add2f511100
5573 Author: Behdad Esfahbod <behdad@behdad.org>
5574 Date:   Fri Jul 4 16:13:45 2014 -0400
5575
5576     Only set FC_SIZE for scalable fonts if OS/2 version 5 is present
5577
5578     Part of https://bugs.freedesktop.org/show_bug.cgi?id=80873
5579
5580  src/fcfreetype.c | 28 +++++++++++++++-------------
5581  1 file changed, 15 insertions(+), 13 deletions(-)
5582
5583 commit d09ba385892862e18c409f49405f51f066dea552
5584 Author: Behdad Esfahbod <behdad@behdad.org>
5585 Date:   Fri Jul 4 16:09:23 2014 -0400
5586
5587     Write ranges using a [start finish) format
5588
5589     To show closed and open ends.
5590
5591  src/fcdbg.c  | 2 +-
5592  src/fcname.c | 4 ++--
5593  2 files changed, 3 insertions(+), 3 deletions(-)
5594
5595 commit 4c9101f7044b68aa121557c796384e4bdf08f73f
5596 Author: Akira TAGOH <akira@tagoh.org>
5597 Date:   Mon May 25 21:41:05 2015 +0900
5598
5599     Revert the previous change
5600
5601     and just abort if the object id is overflowed.
5602
5603  src/fcobjs.c | 16 +---------------
5604  1 file changed, 1 insertion(+), 15 deletions(-)
5605
5606 commit 09edd84cf8e8bd1f6062c8803316327e662fdbda
5607 Author: Akira TAGOH <akira@tagoh.org>
5608 Date:   Fri May 22 20:51:21 2015 +0900
5609
5610     Detect the overflow for the object ID
5611
5612     Continue to increase the object id even after FcFini()
5613     and detect the overflow. that would be rather easier than
5614     reset the object id with the complicated mutex and atomic
5615     functions.
5616
5617     This situation would be quite unlikely to happen though
5618
5619  src/fcobjs.c | 22 +++++++++++++++++++++-
5620  1 file changed, 21 insertions(+), 1 deletion(-)
5621
5622 commit f053231186fc340b5365a59eea30db5af787877a
5623 Author: Akira TAGOH <akira@tagoh.org>
5624 Date:   Fri May 22 20:46:54 2015 +0900
5625
5626     Fix a crash
5627
5628     segfault happens when the config needs to be migrated to XDG's
5629     and no definition for include with prefix="xdg"
5630
5631  src/fcxml.c | 1 +
5632  1 file changed, 1 insertion(+)
5633
5634 commit 249306fbd782570cf958675672d21cf12aa1f14e
5635 Author: Akira TAGOH <akira@tagoh.org>
5636 Date:   Fri May 22 20:45:05 2015 +0900
5637
5638     Fix a typo
5639
5640  src/fcxml.c | 2 +-
5641  1 file changed, 1 insertion(+), 1 deletion(-)
5642
5643 commit fa6c6b53c5a42ae6a9f8254ca9603dbe0aec63ad
5644 Author: Akira TAGOH <akira@tagoh.org>
5645 Date:   Fri May 22 16:53:34 2015 +0900
5646
5647     Fix memory leaks after FcFini()
5648
5649     Reported by Jia Wang
5650
5651     https://bugs.freedesktop.org/show_bug.cgi?id=83770
5652
5653  fontconfig/fontconfig.h |  2 +-
5654  src/fcinit.c            |  2 ++
5655  src/fcint.h             |  6 ++++++
5656  src/fcobjs.c            | 25 ++++++++++++++++++++++++-
5657  src/fcxml.c             | 47
5658  +++++++++++++++++++++++++++++++++++++++++++----
5659  5 files changed, 76 insertions(+), 6 deletions(-)
5660
5661 commit bcfe167e3d60402c1f999359ca8531c6fae01a2b
5662 Author: Behdad Esfahbod <behdad@behdad.org>
5663 Date:   Mon May 18 15:26:03 2015 -0700
5664
5665     Add su[pport for symbol fonts
5666
5667     Adds FC_SYMBOL.
5668
5669     This affects fonts having a cmap with platform 3 encoding 0.
5670     We now map their glyphs from the PUA area to the Latin1 area.
5671
5672     See thread "Webdings and other MS symbol fonts don't display"
5673     on the mailing list.
5674
5675     Test before/after with:
5676     $ pango-view --markup --text='<span
5677     fallback="false">&#xd7;&#xf0d7;</span>' --font=Wingdings
5678
5679  doc/fontconfig-devel.sgml |  1 +
5680  fontconfig/fontconfig.h   |  1 +
5681  src/fcdefault.c           |  1 +
5682  src/fcfreetype.c          | 57
5683  ++++++++++++++++++++++++++++++++++++++++++++---
5684  src/fcmatch.c             |  1 +
5685  src/fcobjs.h              |  1 +
5686  6 files changed, 59 insertions(+), 3 deletions(-)
5687
5688 commit ead7275e05966eca19f530712f8e5c738a61cf4f
5689 Author: Akira TAGOH <akira@tagoh.org>
5690 Date:   Mon May 18 14:03:50 2015 +0900
5691
5692     Bug 90148 - Don't warn if cachedir isn't specified
5693
5694     only warn when FONTCONFIG_FILE or FONTCONFIG_PATH is set.
5695
5696     Bug 90148 - Don't warn if cachedir isn't specified
5697
5698  src/fcinit.c | 26 +++++++++++++++++++-------
5699  1 file changed, 19 insertions(+), 7 deletions(-)
5700
5701 commit 55ff8419274fd5ce59675f220b85035a3986d6cf
5702 Author: Akira TAGOH <akira@tagoh.org>
5703 Date:   Tue May 12 14:47:38 2015 +0900
5704
5705     Make FC_SCALE deprecated
5706
5707     Use FC_MATRIX instead.
5708
5709     https://bugs.freedesktop.org/show_bug.cgi?id=90257
5710
5711  doc/fontconfig-devel.sgml | 2 +-
5712  doc/fontconfig-user.sgml  | 2 +-
5713  fontconfig/fontconfig.h   | 2 +-
5714  3 files changed, 3 insertions(+), 3 deletions(-)
5715
5716 commit a10cb2e4d7fb7d790fe913058f0821ccf2185a86
5717 Author: Akira TAGOH <akira@tagoh.org>
5718 Date:   Tue May 12 14:28:45 2015 +0900
5719
5720     Add missing description for usage
5721
5722  fc-query/fc-query.c | 9 +++++----
5723  fc-scan/fc-scan.c   | 7 ++++---
5724  2 files changed, 9 insertions(+), 7 deletions(-)
5725
5726 commit 4c040d393dfb47b8a2f75fb639f6b5e92fced6f3
5727 Author: Akira TAGOH <akira@tagoh.org>
5728 Date:   Wed Apr 22 19:37:46 2015 +0900
5729
5730     Observe blanks to compute correct languages in fc-query/fc-scan
5731
5732     Added --ignore-blanks option to get back the behavior.
5733
5734     https://bugs.freedesktop.org/show_bug.cgi?id=79955
5735
5736  fc-query/fc-query.c    | 19 ++++++++++++++-----
5737  fc-query/fc-query.sgml | 12 ++++++++++++
5738  fc-scan/fc-scan.c      | 21 +++++++++++++++------
5739  fc-scan/fc-scan.sgml   | 14 +++++++++++++-
5740  4 files changed, 54 insertions(+), 12 deletions(-)
5741
5742 commit 4a6f5efd5f6a468e1872d58e589bcf30ba88e2fd
5743 Author: Behdad Esfahbod <behdad@behdad.org>
5744 Date:   Thu Apr 30 11:25:59 2015 -0400
5745
5746     Fix bitmap scaling
5747
5748     Was broken by 66db69a6d991945f96feb1da683a2e04ea396842.  Ouch!
5749
5750  conf.d/10-scale-bitmap-fonts.conf | 32 +++++++++++++++++---------------
5751  1 file changed, 17 insertions(+), 15 deletions(-)
5752
5753 commit 3a4136778cc5a4ff1dc979cbd50fcdf73cab4d70
5754 Author: Akira TAGOH <akira@tagoh.org>
5755 Date:   Wed Apr 22 14:36:29 2015 +0900
5756
5757     Drop unmaintained code
5758     Use four-byte code for foundry as is instead.
5759
5760     https://bugs.freedesktop.org/show_bug.cgi?id=88679
5761
5762  src/fcfreetype.c | 84
5763  ++++++++------------------------------------------------
5764  1 file changed, 12 insertions(+), 72 deletions(-)
5765
5766 commit b3fc08bc952505e322160a4a7eb146754ae4f24a
5767 Author: Akira TAGOH <akira@tagoh.org>
5768 Date:   Wed Apr 22 11:17:04 2015 +0900
5769
5770     Fix a typo in fontconfig-user.sgml
5771
5772     https://bugs.freedesktop.org/show_bug.cgi?id=90105
5773
5774  doc/fontconfig-user.sgml | 2 +-
5775  1 file changed, 1 insertion(+), 1 deletion(-)
5776
5777 commit 07be485a0a84995ce69bf60e3b1bb22cb35f6b0e
5778 Author: Akira TAGOH <akira@tagoh.org>
5779 Date:   Mon Apr 20 10:49:21 2015 +0900
5780
5781     Fix a typo for the latest cache version
5782
5783  doc/fontconfig-user.sgml | 2 +-
5784  1 file changed, 1 insertion(+), 1 deletion(-)
5785
5786 commit f6e6a8a22b9d775fff117d65016b5e85233a7293
5787 Author: Руслан Ижбулатов <lrn1986@gmail.com>
5788 Date:   Wed Apr 8 08:41:25 2015 +0000
5789
5790     W32: Support cache paths relative to the root directory
5791
5792     Paths starting with '/' don't make sense on W32 as-is,
5793     prepend the installation root directory to them.
5794
5795     This allows the cache to be contained within a particular
5796     fontconfig installation (as long as the default
5797     --with-cache-dir= is overriden at configure time).
5798
5799  src/fccfg.c |  2 ++
5800  src/fcxml.c | 21 ++++++++++++++++++++-
5801  2 files changed, 22 insertions(+), 1 deletion(-)
5802
5803 commit 7bc07cf6c2a5685ab95f146f5af2b3bcd5f5864d
5804 Author: Akira TAGOH <akira@tagoh.org>
5805 Date:   Mon Mar 30 15:18:44 2015 +0900
5806
5807     Fix SIGFPE
5808
5809  src/fcrange.c | 2 +-
5810  1 file changed, 1 insertion(+), 1 deletion(-)
5811
5812 commit e92c92ff22c13e96afd6dfa0f75e7b37b9cfa06d
5813 Author: Akira TAGOH <akira@tagoh.org>
5814 Date:   Wed Mar 25 12:10:48 2015 +0900
5815
5816     Fix unknown attribute in Win32
5817
5818  src/fcxml.c | 2 +-
5819  1 file changed, 1 insertion(+), 1 deletion(-)
5820
5821 commit c965c9f67759585909fa03236bad826de85bd39c
5822 Author: Akira TAGOH <akira@tagoh.org>
5823 Date:   Mon Mar 23 13:30:59 2015 +0900
5824
5825     Bug 89617 - FcConfigAppFontAddFile() returns false on any font file
5826
5827     Prior to the change of 32ac7c75e8db0135ef37cf86f92d8b9be000c8bb
5828     FcConfigAppFontAddFile() always returned FcTrue no matter what
5829     fonts was added. after that, it always returned FcFalse because
5830     adding a font doesn't add any subdirs with FcFileScanConfig().
5831     so changing that to simply ignore it.
5832
5833     Also fixing it to return FcFalse if non-fonts was added, i.e.
5834     FcFreeTypeQuery() fails.
5835
5836     https://bugs.freedesktop.org/show_bug.cgi?id=89617
5837
5838  src/fccfg.c         |  4 +++-
5839  src/fcdir.c         |  2 ++
5840  test/Makefile.am    |  7 +++++++
5841  test/test-bz89617.c | 38 ++++++++++++++++++++++++++++++++++++++
5842  4 files changed, 50 insertions(+), 1 deletion(-)
5843
5844 commit 7301f2f02816c5d44ee75dd0689c806c5aabdbda
5845 Author: Akira TAGOH <akira@tagoh.org>
5846 Date:   Mon Mar 23 13:18:49 2015 +0900
5847
5848     Remove the dead code
5849
5850  src/fcdir.c | 2 --
5851  1 file changed, 2 deletions(-)
5852
5853 commit 69ff6b6e260584e383c38b1b7034ddcbb23d214f
5854 Author: Akira TAGOH <akira@tagoh.org>
5855 Date:   Mon Mar 9 12:22:40 2015 +0900
5856
5857     Bump version to 2.11.93
5858
5859  README                  | 37 +++++++++++++++++++++++++++++++++++--
5860  configure.ac            |  6 +++---
5861  fontconfig/fontconfig.h |  2 +-
5862  3 files changed, 39 insertions(+), 6 deletions(-)
5863
5864 commit b75d809d1298b791f39596170950597bcfe98dd6
5865 Author: Akira TAGOH <akira@tagoh.org>
5866 Date:   Mon Mar 9 12:22:30 2015 +0900
5867
5868     Fix a trivial bug for dist
5869
5870  fc-blanks/Makefile.am | 1 +
5871  1 file changed, 1 insertion(+)
5872
5873 commit f5b1e0ab97daa0e08af8d667cabb700bb73da568
5874 Author: Akira TAGOH <akira@tagoh.org>
5875 Date:   Mon Mar 9 12:18:03 2015 +0900
5876
5877     Fix an infinite loop in FcBlanksIsMember()
5878
5879  src/fcblanks.c | 2 +-
5880  1 file changed, 1 insertion(+), 1 deletion(-)
5881
5882 commit 484834c186dee281bcd13067d7b7bce1322b4e0b
5883 Author: Akira TAGOH <akira@tagoh.org>
5884 Date:   Fri Mar 6 11:15:26 2015 +0900
5885
5886     Fix a bug in the previous change forFcBlanksIsMember()
5887
5888  src/fcblanks.c | 3 +--
5889  1 file changed, 1 insertion(+), 2 deletions(-)
5890
5891 commit ed74a58ccc245bacd907cd91e0f3df64e427c163
5892 Author: Akira TAGOH <akira@tagoh.org>
5893 Date:   Fri Mar 6 11:05:23 2015 +0900
5894
5895     Fix a segfault when OOM happened.
5896
5897     Reported by Matt Breedlove
5898
5899  src/fcinit.c | 2 ++
5900  1 file changed, 2 insertions(+)
5901
5902 commit 96a3f6879c13577cc9edd867b3f89b0cba469073
5903 Author: Akira TAGOH <akira@tagoh.org>
5904 Date:   Thu Mar 5 17:52:04 2015 +0900
5905
5906     Improve the performance on searching blanks
5907
5908     After the change of d6a5cc665a1d7e91332944353e92c83ad114368c
5909     we have a lot of code points in FcBlanks. doing the linear search
5910     on the array isn't comfortable anymore.
5911     So re-implementing FcBlanksIsMember() to use the binary search.
5912
5913     Figuring out how much improved after this change depends on
5914     how many fonts proceed with fc-cache say though, it's about 20 times
5915     faster here on testing. which sounds good enough for
5916     improvement.
5917
5918  src/fcblanks.c | 21 ++++++++++++++++++---
5919  1 file changed, 18 insertions(+), 3 deletions(-)
5920
5921 commit d997d7c770cd6a36159090fd0b8720a3dc426707
5922 Author: Behdad Esfahbod <behdad@behdad.org>
5923 Date:   Wed Jan 21 14:35:03 2015 -0800
5924
5925     Simplify some more
5926
5927  src/fcfreetype.c | 20 ++++++++------------
5928  1 file changed, 8 insertions(+), 12 deletions(-)
5929
5930 commit 9c99baba66d335738318dc7cacef64fafb699ebf
5931 Author: Behdad Esfahbod <behdad@behdad.org>
5932 Date:   Wed Jan 21 14:32:51 2015 -0800
5933
5934     Remove dead code after previous commit
5935
5936  src/fcfreetype.c | 339
5937  +------------------------------------------------------
5938  1 file changed, 3 insertions(+), 336 deletions(-)
5939
5940 commit 2f311c562d87c0bf95d27709e82afd196c2bff28
5941 Author: Akira TAGOH <akira@tagoh.org>
5942 Date:   Tue Mar 3 11:30:12 2015 +0900
5943
5944     Fix the array allocation
5945
5946  src/fcstat.c | 2 +-
5947  1 file changed, 1 insertion(+), 1 deletion(-)
5948
5949 commit f18f2f88f287a2438d2bf9b27773cb14606cbb11
5950 Author: Akira TAGOH <akira@tagoh.org>
5951 Date:   Mon Feb 9 16:45:43 2015 +0900
5952
5953     Don't add FC_LANG when it has "und"
5954
5955     to avoid the situation to find the better fallback font.
5956
5957     https://code.google.com/p/chromium/issues/detail?id=392724 has
5958     more words to explain the details.
5959
5960     https://bugs.freedesktop.org/show_bug.cgi?id=81185
5961
5962  src/fccfg.c | 9 +++++++++
5963  1 file changed, 9 insertions(+)
5964
5965 commit 724664e3fd056b864576f8e100a8de5c0e93a725
5966 Author: Akira TAGOH <akira@tagoh.org>
5967 Date:   Mon Mar 2 11:34:53 2015 +0900
5968
5969     Fix a build issue when $(srcdir) != $(builddir)
5970
5971  fc-blanks/Makefile.am | 4 ++--
5972  1 file changed, 2 insertions(+), 2 deletions(-)
5973
5974 commit a9d4dba7492e060f9d225307c58d79bc50b16cd3
5975 Author: Akira TAGOH <akira@tagoh.org>
5976 Date:   Fri Feb 27 15:48:54 2015 +0900
5977
5978     Update the script to recognize the escaped space
5979
5980  fc-blanks/fc-blanks.py | 15 +++++++++++----
5981  1 file changed, 11 insertions(+), 4 deletions(-)
5982
5983 commit d6a5cc665a1d7e91332944353e92c83ad114368c
5984 Author: Akira TAGOH <akira@tagoh.org>
5985 Date:   Fri Feb 27 14:17:26 2015 +0900
5986
5987     Hardcode the blanks in the library
5988
5989     https://bugs.freedesktop.org/show_bug.cgi?id=79956
5990
5991  Makefile.am               |   2 +-
5992  configure.ac              |   2 +
5993  fc-blanks/Makefile.am     |  40 +++++++++++++++
5994  fc-blanks/fc-blanks.py    | 125
5995  ++++++++++++++++++++++++++++++++++++++++++++++
5996  fc-blanks/fcblanks.tmpl.h |  25 ++++++++++
5997  fonts.conf.in             |  68 -------------------------
5998  src/fcblanks.c            |   7 +++
5999  src/fccfg.c               |   3 +-
6000  8 files changed, 202 insertions(+), 70 deletions(-)
6001
6002 commit 97cf7ec4d740c9b3ac7c29388224f5e0c226a120
6003 Author: Akira TAGOH <akira@tagoh.org>
6004 Date:   Fri Feb 27 12:04:44 2015 +0900
6005
6006     Rework again to copy the struct dirent
6007
6008     Assuming that d_name is the last member of struct dirent.
6009     In POSIX, the maximum length of d_name is defined as NAME_MAX
6010     or FILENAME_MAX though, that assumption may be wrong on some
6011     platforms where defines d_name as the flexible array member
6012     and allocate the minimum memory to store d_name.
6013
6014     Patch from Raimund Steger
6015
6016  src/fcstat.c | 9 ++-------
6017  1 file changed, 2 insertions(+), 7 deletions(-)
6018
6019 commit 1add10bfbc6f0667284f58cb388ae02f695b4a57
6020 Author: Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
6021 Date:   Thu Feb 26 12:23:27 2015 +0100
6022
6023     Ensure config.h is included first, bug#89336.
6024
6025     config.h may define ABI-specific macros, especially for AIX,
6026     so has to be included before any system header - via fcint.h.
6027
6028     https://bugs.freedesktop.org/show_bug.cgi?id=89336
6029
6030  src/fcarch.c | 3 +--
6031  1 file changed, 1 insertion(+), 2 deletions(-)
6032
6033 commit 8809d1b73b9c162ee0fecd314e2a80b287309954
6034 Author: Akira TAGOH <akira@tagoh.org>
6035 Date:   Thu Feb 26 14:08:20 2015 +0900
6036
6037     Copy the real size of struct dirent
6038
6039     In some platforms, d_name is defined as the flexible array member.
6040     We may need to compute the real size for that case.
6041
6042  configure.ac |  1 +
6043  src/fcstat.c | 11 +++++++++--
6044  2 files changed, 10 insertions(+), 2 deletions(-)
6045
6046 commit dd427253cc73d8786bbf436ec4d026f370ab0812
6047 Author: Akira TAGOH <akira@tagoh.org>
6048 Date:   Wed Feb 25 17:36:50 2015 +0900
6049
6050     filter can be null
6051
6052  src/fcstat.c | 2 +-
6053  1 file changed, 1 insertion(+), 1 deletion(-)
6054
6055 commit 45018e6979198b92b732b4b5e29671b2fe499bd8
6056 Author: Akira TAGOH <akira@tagoh.org>
6057 Date:   Tue Feb 24 15:25:16 2015 +0900
6058
6059     Fix pointer cast warning on win32
6060
6061  src/fclist.c | 2 +-
6062  1 file changed, 1 insertion(+), 1 deletion(-)
6063
6064 commit f43c58189bb667e65630c37f33a58d39d7c550f6
6065 Author: Akira TAGOH <akira@tagoh.org>
6066 Date:   Tue Feb 24 15:01:14 2015 +0900
6067
6068     ifdef'd the unnecessary code for win32
6069
6070  src/fcxml.c | 4 ++++
6071  1 file changed, 4 insertions(+)
6072
6073 commit ed0d705e2221adbfb21de357c1a82b7a2a5c3641
6074 Author: Akira TAGOH <akira@tagoh.org>
6075 Date:   Tue Feb 10 19:32:13 2015 +0900
6076
6077     Fix a build fail on some non-POSIX platforms
6078
6079     Use own scandir function. according to this change,
6080     we don't need -Werror things in configure anymore.
6081
6082  configure.ac | 35 --------------------------
6083  src/fcstat.c | 80
6084  ++++++++++++++++++++++++++++++++++++++++++++++++++++++------
6085  2 files changed, 72 insertions(+), 43 deletions(-)
6086
6087 commit d6d5adeb7940c0d0beb86489c2a1c2ce59e5c044
6088 Author: Behdad Esfahbod <behdad@behdad.org>
6089 Date:   Wed Jan 21 14:13:36 2015 -0800
6090
6091     Fix symbol cmap handling
6092
6093     A while back we removed Apple Roman encoding support.  This broke
6094     symbol fonts (Wingdings, etc) because those fonts come with two
6095     cmaps:
6096
6097       1) platform=1,encoding=0, aka Apple Roman, which maps identity,
6098       2) platform=3,encoding=0, aka MS Symbol font
6099
6100     Now, the reason the Apple Roman removal "broke" these fonts is
6101     obvious, and for the better: these fonts were mapping ASCII and
6102     other Latin chars to symbols.
6103
6104     The reason the fonts didn't work anymore, however, is that we were
6105     mishandling the MS symbol-font cmaps.  In their modern incarnation
6106     they are like regular non-symbol-font cmap that map PUA codepoints
6107     to symbols.  We want to expose those as such.  Hence, this change
6108     just removes the special-handling for that.
6109
6110     Now, the reason this confusion happened, if I was to guess, is either
6111     that FreeType docs are wrong saying that FT_ENCODING_MS_SYMBOL is
6112     the "Microsoft Symbol encoding, used to encode mathematical symbols":
6113
6114       http://www.kostis.net/charsets/symbol.htm
6115
6116     or maybe it started that way, but turned into also mapping MS symbol-
6117     font cmaps, which is a completely different thing.  At any rate, I
6118     don't know if there are any fonts that use this thing these days, but
6119     the code here didn't seem to produce charset for any font.  By now I'm
6120     convinced that this change is the Right Thing to do.  The MS Symbol
6121     thing was called AdobeSymbol in our code by the way.
6122
6123     This fixes the much-reported bug that windings, etc are not usable
6124     with recent fontconfig:
6125     https://bugs.freedesktop.org/show_bug.cgi?id=58641
6126
6127     Now I see PUA mappings reported for Wingdings.
6128
6129     This also fixes:
6130     Bug 48947 - Drop the non-Unicode cmap support gradually
6131     https://bugs.freedesktop.org/show_bug.cgi?id=48947
6132     since the AdobeSymbol was the last non-Unicode cmap we were
6133     trying to parse (very incorrectly).
6134
6135     Lots of code around this change can be simplified.  I'll push those
6136     out (including removing the table itself) in subsequent changes.
6137
6138  src/fcfreetype.c | 2 +-
6139  1 file changed, 1 insertion(+), 1 deletion(-)
6140
6141 commit eb5e89f817a78e8f6fbb0d8a1b48c510f1b898b1
6142 Author: Akira TAGOH <akira@tagoh.org>
6143 Date:   Tue Jan 20 20:34:47 2015 +0900
6144
6145     Add pkg.m4 to git
6146
6147  m4/pkg.m4 | 214
6148  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
6149  1 file changed, 214 insertions(+)
6150
6151 commit 78ed920e2be4dca04ff64ba98cf6935fc40cc758
6152 Author: Akira TAGOH <akira@tagoh.org>
6153 Date:   Mon Jan 19 19:48:50 2015 +0900
6154
6155     Fix a typo in docs
6156
6157  doc/fontconfig-user.sgml | 2 +-
6158  fc-cache/fc-cache.sgml   | 2 +-
6159  fc-cat/fc-cat.sgml       | 2 +-
6160  3 files changed, 3 insertions(+), 3 deletions(-)
6161
6162 commit 694368667a15341ea30b37a36e9540e6b1492680
6163 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
6164 Date:   Fri Jan 16 09:35:22 2015 -0800
6165
6166     Fix configure to work with Solaris Studio compilers
6167
6168     Passing -Werror in the scandir() checks caused Studio cc to report
6169     "Unrecognized option errors", confusing configure into thinking that
6170     scandir() was not available.   Use Studio equivalent flags instead.
6171
6172     Leaves -Werror as the default for all other compilers, including
6173     unknown ones, to flag to them that they need to update their flags
6174     as well if -Werror is not correct for them.
6175
6176     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
6177
6178  configure.ac | 13 ++++++++++++-
6179  1 file changed, 12 insertions(+), 1 deletion(-)
6180
6181 commit 4d739d13f4f58e11c62006e4f70776a945094ea4
6182 Author: Akira TAGOH <akira@tagoh.org>
6183 Date:   Tue Jan 13 12:40:40 2015 +0900
6184
6185     Bump version to 2.11.92
6186
6187  README                  | 9 +++++++--
6188  configure.ac            | 2 +-
6189  fontconfig/fontconfig.h | 2 +-
6190  3 files changed, 9 insertions(+), 4 deletions(-)
6191
6192 commit 4c60fabf6617a8954e46bdaeccc95667375fa159
6193 Author: Akira TAGOH <akira@tagoh.org>
6194 Date:   Tue Jan 6 16:37:18 2015 +0900
6195
6196     Add missing docs
6197
6198  doc/fontconfig-devel.sgml | 5 +++++
6199  doc/fontconfig-user.sgml  | 7 +++++++
6200  2 files changed, 12 insertions(+)
6201
6202 commit fff4086e1587f94c267055ff5c3b48df1f1055f7
6203 Author: Akira TAGOH <akira@tagoh.org>
6204 Date:   Thu Dec 25 13:49:25 2014 +0900
6205
6206     Bump version to 2.11.91
6207
6208  README                  | 80
6209  +++++++++++++++++++++++++++++++++++++++++++++++--
6210  configure.ac            |  2 +-
6211  fontconfig/fontconfig.h |  2 +-
6212  3 files changed, 80 insertions(+), 4 deletions(-)
6213
6214 commit 4420b27c074821a1d1f9d6ebe822a610176a417d
6215 Author: Akira TAGOH <akira@tagoh.org>
6216 Date:   Thu Dec 25 13:48:57 2014 +0900
6217
6218     Fix a typo
6219
6220     missing a terminator caused a document generation fail.
6221
6222  doc/fcrange.fncs | 1 +
6223  1 file changed, 1 insertion(+)
6224
6225 commit 365809938e901e603d2fe93363545e1c1afc1816
6226 Author: Akira TAGOH <akira@tagoh.org>
6227 Date:   Thu Dec 25 13:11:21 2014 +0900
6228
6229     Bump the cache version to 5
6230
6231     FcPattern isn't compatible to the older.
6232
6233  fontconfig/fontconfig.h | 2 +-
6234  src/fcint.h             | 2 +-
6235  2 files changed, 2 insertions(+), 2 deletions(-)
6236
6237 commit 456937cd15568c7f1a633445dee44ae8e2ed395f
6238 Author: Akira TAGOH <akira@tagoh.org>
6239 Date:   Wed Dec 24 18:53:41 2014 +0900
6240
6241     fc-cache: Add an option to raise an error if no fonts found
6242
6243     and get back the behavior.
6244
6245  fc-cache/fc-cache.c    | 26 +++++++++++++++++---------
6246  fc-cache/fc-cache.sgml | 31 ++++++++++++++++++++++++++++++-
6247  2 files changed, 47 insertions(+), 10 deletions(-)
6248
6249 commit db64c71408636e2d0ac3c39682ac1b6c8f317ac4
6250 Author: Akira TAGOH <akira@tagoh.org>
6251 Date:   Tue Dec 16 20:43:02 2014 +0900
6252
6253     fc-cache: make a fail if no fonts processed on a given path
6254
6255  fc-cache/fc-cache.c | 5 ++++-
6256  1 file changed, 4 insertions(+), 1 deletion(-)
6257
6258 commit af5864419441e12f1951c7cfd0a742b6316934cc
6259 Author: Nick Alcock <nick.alcock@oracle.com>
6260 Date:   Sat Dec 13 18:21:16 2014 +0000
6261
6262     Generate documentation for FcWeight* functions.
6263
6264     The SGML for these functions exists, and they are named as manpages,
6265     but because they are not mentioned in fontconfig-devel.sgml, no
6266     documentation is ever generated, and installation under --enable-docs
6267     fails.
6268
6269     (The documentation I have written in fontconfig-devel.sgml is
6270     boilerplate
6271     so I can get the manpages generated. It's probably wrong.)
6272
6273  doc/fontconfig-devel.sgml | 7 +++++++
6274  1 file changed, 7 insertions(+)
6275
6276 commit 66db69a6d991945f96feb1da683a2e04ea396842
6277 Author: Behdad Esfahbod <behdad@behdad.org>
6278 Date:   Sun Dec 14 13:55:53 2014 -0800
6279
6280     Treat color fonts as scalable
6281
6282     All color fonts are designed to be scaled, even if they only have
6283     bitmap strikes.  Client is responsible to scale the bitmaps.  This
6284     is in constrast to non-color strikes...
6285
6286     Clients can still use FC_OUTLINE to distinguish bitmap vs outline
6287     fonts.  Previously FC_OUTLINE and FC_SCALABLE always had the same
6288     value.  Now FC_SCALABLE is set to (FC_OUTLINE || FC_COLOR).
6289
6290     Fixes:
6291     https://bugs.freedesktop.org/show_bug.cgi?id=87122
6292
6293  src/fcfreetype.c | 27 ++++++++++++++++++---------
6294  1 file changed, 18 insertions(+), 9 deletions(-)
6295
6296 commit dbc7c4a2cfe1ba6c537957b3b68b625403ca99fd
6297 Author: Behdad Esfahbod <behdad@behdad.org>
6298 Date:   Sun Dec 14 13:39:41 2014 -0800
6299
6300     Add FC_COLOR
6301
6302     Only adds "color" to pattern if FreeType version supports color.
6303
6304     Based on patch from Jungshik Shin.
6305
6306  doc/fontconfig-devel.sgml | 1 +
6307  fontconfig/fontconfig.h   | 1 +
6308  src/fcfreetype.c          | 6 ++++++
6309  src/fcmatch.c             | 1 +
6310  src/fcobjs.h              | 1 +
6311  5 files changed, 10 insertions(+)
6312
6313 commit fc7e1a9497919c88d790d9395eb01cd7d5121507
6314 Author: Behdad Esfahbod <behdad@behdad.org>
6315 Date:   Fri Dec 12 21:42:35 2014 -0800
6316
6317     Fix buffer overflow in copying PS name
6318
6319     As reported on the mailing list by Tanel Liiv.  Found using American
6320     Fuzzy Lop.
6321
6322  src/fcfreetype.c | 3 ++-
6323  1 file changed, 2 insertions(+), 1 deletion(-)
6324
6325 commit 32ac7c75e8db0135ef37cf86f92d8b9be000c8bb
6326 Author: Akira TAGOH <akira@tagoh.org>
6327 Date:   Tue Dec 9 19:06:46 2014 +0900
6328
6329     Returns False if no fonts found
6330
6331     https://bugs.freedesktop.org/show_bug.cgi?id=86950
6332
6333  doc/fcconfig.fncs | 10 ++++++----
6334  src/fccfg.c       | 23 +++++++++++++----------
6335  2 files changed, 19 insertions(+), 14 deletions(-)
6336
6337 commit b732bf057f4b3ec3bac539803005e9c42d056b2a
6338 Author: Akira TAGOH <akira@tagoh.org>
6339 Date:   Thu Nov 6 13:15:09 2014 +0900
6340
6341     Update aliases for new URW fonts
6342
6343     Patch from Tom Yan
6344
6345     https://bugs.freedesktop.org/show_bug.cgi?id=85225
6346
6347  conf.d/30-metric-aliases.conf | 94
6348  ++++++++++++++++++++++++++++++++++++++-----
6349  conf.d/45-latin.conf          | 12 ++++++
6350  conf.d/60-latin.conf          |  3 ++
6351  3 files changed, 98 insertions(+), 11 deletions(-)
6352
6353 commit e7121de237a1873c3241a5b8451e7d00a3d41524
6354 Author: Akira TAGOH <akira@tagoh.org>
6355 Date:   Fri Oct 3 12:26:42 2014 +0900
6356
6357     Revert "Bug 73291 - poppler does not show fl ligature"
6358
6359     This reverts commit c6aa4d4bfcbed14f39d070fe7ef90a4b74642ee7.
6360
6361     This issue has been fixed in poppler and we no longer need to patch
6362     it out in fontconfig.
6363
6364  conf.d/30-metric-aliases.conf | 6 ------
6365  1 file changed, 6 deletions(-)
6366
6367 commit 1082161ea303cf2bbc13b62a191662984131e820
6368 Author: Akira TAGOH <akira@tagoh.org>
6369 Date:   Thu Sep 25 17:03:27 2014 +0900
6370
6371     Add FcRangeGetDouble()
6372
6373     https://bugs.freedesktop.org/show_bug.cgi?id=82876
6374
6375  doc/fcrange.fncs        | 10 ++++++++++
6376  fontconfig/fontconfig.h |  3 +++
6377  src/fcrange.c           | 23 +++++++++++++++++++++++
6378  3 files changed, 36 insertions(+)
6379
6380 commit 286cdc9c10b0453c25950103b6a1f7170d15bfdc
6381 Author: Behdad Esfahbod <behdad@behdad.org>
6382 Date:   Wed Aug 20 15:23:04 2014 -0400
6383
6384     Revert "[fcmatch] When matching, reserve score 0 for when elements
6385     don't exist"
6386
6387     This reverts commit a5a384c5ffb479e095092c2aaedd406f8785280a.
6388
6389     I don't remember what I had in mind for "We will use this property
6390     later.", but
6391     the change was wrong.  If a font pattern doesn't have any value
6392     for element,
6393     it must be interpretted as "it matches any value perfectly.
6394     And "perfectly"
6395     must have a score of 0 for that to happen.
6396
6397     This was actually affecting bitmap fonts (in a bad way), as the
6398     change made
6399     an outline font to always be preferred over a (otherwise equal)
6400     bitmap font,
6401     even for the exact size of the bitmap font.  That probably was
6402     never noticed
6403     by anyone, but with the font range support this has become clear
6404     (and worked
6405     around by Akira).  To clean that up, I'm reverting this so I can
6406     land the
6407     rest of patches for bug 80873.
6408
6409     https://bugs.freedesktop.org/show_bug.cgi?id=80873#c10
6410
6411  src/fcmatch.c | 2 +-
6412  1 file changed, 1 insertion(+), 1 deletion(-)
6413
6414 commit f0945396875ec4ff60add56935b02c3f66b3fc40
6415 Author: Akira TAGOH <akira@tagoh.org>
6416 Date:   Wed Aug 13 11:39:29 2014 +0900
6417
6418     Note FcConfigSetCurrent() increases the refcount in document
6419
6420  doc/fcconfig.fncs | 3 ++-
6421  1 file changed, 2 insertions(+), 1 deletion(-)
6422
6423 commit eb2689c67ba2da969d33be43a05af1e8975e9837
6424 Author: Akira TAGOH <akira@tagoh.org>
6425 Date:   Tue Aug 12 18:53:04 2014 +0900
6426
6427     Fix the memory leak in fc-cat
6428
6429  fc-cat/fc-cat.c | 8 ++------
6430  1 file changed, 2 insertions(+), 6 deletions(-)
6431
6432 commit 23e88d8c6a5d3d0a9526a3f3217bd33a7607cbab
6433 Author: Akira TAGOH <akira@tagoh.org>
6434 Date:   Tue Aug 12 18:48:00 2014 +0900
6435
6436     Increase the refcount in FcConfigSetCurrent()
6437
6438     https://bugs.freedesktop.org/show_bug.cgi?id=82432
6439
6440  fc-cat/fc-cat.c | 1 +
6441  src/fccfg.c     | 5 +++++
6442  src/fcinit.c    | 9 ++++++++-
6443  3 files changed, 14 insertions(+), 1 deletion(-)
6444
6445 commit 841753a93f0e5698663b7931b8456e7b96259f54
6446 Author: Akira TAGOH <akira@tagoh.org>
6447 Date:   Mon Aug 11 12:14:54 2014 +0900
6448
6449     fallback to the another method to lock when link() failed
6450
6451     Bug 82358 - FcAtomicLock fails on OS X on network mounts
6452     https://bugs.freedesktop.org/show_bug.cgi?id=82358
6453
6454  src/fcatomic.c | 2 +-
6455  1 file changed, 1 insertion(+), 1 deletion(-)
6456
6457 commit 748a2ce9d4bd6aae90b974724b795056e2bcb4d7
6458 Author: Behdad Esfahbod <behdad@behdad.org>
6459 Date:   Wed Aug 6 14:45:02 2014 -0400
6460
6461     Fix previous commit
6462
6463     Ouch!
6464
6465  conf.d/45-latin.conf | 2 +-
6466  1 file changed, 1 insertion(+), 1 deletion(-)
6467
6468 commit 3d2627bba6ce9f743273c6031a34fb2750c04a41
6469 Author: Behdad Esfahbod <behdad@behdad.org>
6470 Date:   Wed Aug 6 14:28:18 2014 -0400
6471
6472     Trebuchet MS is a sans-serif font, not serif
6473
6474     https://bugs.freedesktop.org/show_bug.cgi?id=82099
6475
6476  conf.d/45-latin.conf | 8 ++++----
6477  1 file changed, 4 insertions(+), 4 deletions(-)
6478
6479 commit 80edaccc3cbd77434718e8f4731a20b410f9d10a
6480 Author: Behdad Esfahbod <behdad@behdad.org>
6481 Date:   Wed Aug 6 12:29:35 2014 -0400
6482
6483     If OS/2 table says weight is 1 to 9, multiply by 100
6484
6485     https://bugs.freedesktop.org/show_bug.cgi?id=82228
6486
6487  src/fcweight.c | 9 ++++++++-
6488  1 file changed, 8 insertions(+), 1 deletion(-)
6489
6490 commit 01bb6978b6389852c5259b135af45ecdfe9f42f8
6491 Author: Behdad Esfahbod <behdad@behdad.org>
6492 Date:   Wed Aug 6 12:23:24 2014 -0400
6493
6494     Fix assertion failure
6495
6496     https://bugs.freedesktop.org/show_bug.cgi?id=82220
6497     https://bugs.freedesktop.org/show_bug.cgi?id=82228
6498
6499  src/fcweight.c | 2 +-
6500  1 file changed, 1 insertion(+), 1 deletion(-)
6501
6502 commit 37e501ed0af9b1f68f64600e00e90809e19f9302
6503 Author: Behdad Esfahbod <behdad@behdad.org>
6504 Date:   Sun Jul 27 16:53:28 2014 -0400
6505
6506     Remove unneeded FcPublic
6507
6508  src/fcweight.c | 4 ++--
6509  1 file changed, 2 insertions(+), 2 deletions(-)
6510
6511 commit a9e7b0494e04b3925d1bccc140ff2500cfff9618
6512 Author: Behdad Esfahbod <behdad@behdad.org>
6513 Date:   Sat Jul 26 16:17:02 2014 -0400
6514
6515     Export recently added API
6516
6517     We should remove this alias mess.
6518
6519  src/fccompat.c | 4 ++++
6520  src/fcrange.c  | 4 ++++
6521  src/fcstat.c   | 4 ++++
6522  src/fcweight.c | 4 ++++
6523  4 files changed, 16 insertions(+)
6524
6525 commit ffda7c0e8130eb107ecbb3bdc48043093b12dff9
6526 Author: Behdad Esfahbod <behdad@behdad.org>
6527 Date:   Fri Jul 25 17:59:26 2014 -0400
6528
6529     Linearly interpolate weight values
6530
6531     Rest of Part of https://bugs.freedesktop.org/show_bug.cgi?id=81453
6532
6533     Adds new API:
6534
6535             FcWeightFromOpenType()
6536             FcWeightToOpenType()
6537
6538  doc/Makefile.am         |  1 +
6539  doc/fcweight.fncs       | 47 +++++++++++++++++++++++++++
6540  fontconfig/fontconfig.h |  7 +++++
6541  src/Makefile.am         |  1 +
6542  src/fcfreetype.c        | 27 +---------------
6543  src/fcweight.c          | 84
6544  +++++++++++++++++++++++++++++++++++++++++++++++++
6545  6 files changed, 141 insertions(+), 26 deletions(-)
6546
6547 commit bf9df5ada77469f57101851f6b4e279a4a5ea087
6548 Author: Behdad Esfahbod <behdad@behdad.org>
6549 Date:   Fri Jul 25 18:07:10 2014 -0400
6550
6551     Change DemiLight from 65 to 55
6552
6553     Such that Regular is closer to Medium than to DemiLight
6554
6555  doc/fontconfig-user.sgml | 4 ++--
6556  fontconfig/fontconfig.h  | 2 +-
6557  2 files changed, 3 insertions(+), 3 deletions(-)
6558
6559 commit be6506ca04ccce10868a8cd51d89e586284d149b
6560 Author: Behdad Esfahbod <behdad@behdad.org>
6561 Date:   Fri Jul 25 16:24:26 2014 -0400
6562
6563     Add FC_WEIGHT_DEMILIGHT
6564
6565     Part of https://bugs.freedesktop.org/show_bug.cgi?id=81453
6566     Also hooks up FC_WEIGHT_BOOK to fcfreetype.c.
6567
6568  doc/fontconfig-user.sgml | 2 ++
6569  fontconfig/fontconfig.h  | 2 ++
6570  src/fcfreetype.c         | 8 +++++++-
6571  src/fcname.c             | 2 ++
6572  4 files changed, 13 insertions(+), 1 deletion(-)
6573
6574 commit 9839d0112c6d61ae22bb3f215bffbe88df6781a1
6575 Author: Behdad Esfahbod <behdad@behdad.org>
6576 Date:   Thu Jul 24 16:07:13 2014 -0400
6577
6578     Improve / cleanup namelang matching
6579
6580     Previously, if the patten didn't request, eg, style, then the style
6581     and stylelang were fully copied from the font, even though the pattern
6582     had a stylelang.  Eg:
6583
6584     $ fc-match 'Apple Color Emoji:stylelang=en'
6585     Apple Color Emoji.ttf: "Apple Color Emoji" "標準體"
6586
6587     This change both fixes that and makes the code much more readable.
6588     Now:
6589
6590     $ fc-match 'Apple Color Emoji:stylelang=en'
6591     Apple Color Emoji.ttf: "Apple Color Emoji" "Regular"
6592
6593  src/fcmatch.c | 45 +++++++++++++++++++++++----------------------
6594  1 file changed, 23 insertions(+), 22 deletions(-)
6595
6596 commit 874a5491641642f669396c514c3672f6794fdfa7
6597 Author: Behdad Esfahbod <behdad@behdad.org>
6598 Date:   Thu Jul 24 15:42:54 2014 -0400
6599
6600     Remove unused regex code
6601
6602     Regex matching was disabled in
6603     f6244d2cf231e1dc756f3e941e61b9bf124879bb
6604
6605  configure.ac | 10 ++--------
6606  src/fcint.h  |  6 ------
6607  src/fcstr.c  | 52 ----------------------------------------------------
6608  3 files changed, 2 insertions(+), 66 deletions(-)
6609
6610 commit 9a8e812477bd65d2ecfa721819d0555289520401
6611 Author: Behdad Esfahbod <behdad@behdad.org>
6612 Date:   Thu Jul 24 15:37:51 2014 -0400
6613
6614     Use lang=und instead of lang=xx for "undetermined"
6615
6616     That's the correct BCP 47 code.
6617
6618  src/fcfreetype.c | 4 ++--
6619  1 file changed, 2 insertions(+), 2 deletions(-)
6620
6621 commit 76151ceaf3417a987ae2c36b247ca82f50d857f6
6622 Author: Behdad Esfahbod <behdad@behdad.org>
6623 Date:   Thu Jul 24 15:34:20 2014 -0400
6624
6625     Ouch, fix buffer
6626
6627  src/fcfreetype.c | 4 ++--
6628  1 file changed, 2 insertions(+), 2 deletions(-)
6629
6630 commit aeba5bf4b69f8b559cb909df12d0a636e6054325
6631 Author: Behdad Esfahbod <behdad@behdad.org>
6632 Date:   Thu Jul 24 15:28:09 2014 -0400
6633
6634     Decode MacRoman encoding in name table without iconv
6635
6636     iconv support was turned off by default in f30a5d76.
6637     Some fonts, like Apple Color Emoji, only have their English
6638     name in a MacRoman entry.  As such, decode MacRoman ourselves.
6639
6640  src/fcfreetype.c | 162
6641  +++++++++++++++++++++++++++++++++++++++++++++++++++++++
6642  1 file changed, 162 insertions(+)
6643
6644 commit 07a0f511b13a872824c2c57251b7e47ee7df1354
6645 Author: Behdad Esfahbod <behdad@behdad.org>
6646 Date:   Thu Jul 24 15:01:57 2014 -0400
6647
6648     Call FcInitDebug from FcFreeTypeQueryFace
6649
6650  src/fcfreetype.c | 2 ++
6651  1 file changed, 2 insertions(+)
6652
6653 commit a5641cfb2472a92a64858d00525ae3b0fc0ae2a4
6654 Author: Behdad Esfahbod <behdad@behdad.org>
6655 Date:   Wed Jul 23 13:21:05 2014 -0400
6656
6657     Revert "Symlinks fix for DESTDIR"
6658
6659     This reverts commit fd5667b42c253da9c4c5502f53b5c0fb7e0f589e.
6660
6661     This was wrong, as pointed out by Akira on the list.
6662     We want symlinks to final destination.
6663
6664  conf.d/Makefile.am | 4 ++--
6665  1 file changed, 2 insertions(+), 2 deletions(-)
6666
6667 commit fd5667b42c253da9c4c5502f53b5c0fb7e0f589e
6668 Author: Behdad Esfahbod <behdad@behdad.org>
6669 Date:   Wed Jul 23 11:57:31 2014 -0400
6670
6671     Symlinks fix for DESTDIR
6672
6673     From:
6674     https://github.com/Alexpux/MINGW-packages/blob/master/mingw-w64-fontconfig/fontconfig-2.11.0-symlinks-fix.patch
6675
6676  conf.d/Makefile.am | 4 ++--
6677  1 file changed, 2 insertions(+), 2 deletions(-)
6678
6679 commit 107b44f50b6818288ad70608fbe4ec3fd1a7119f
6680 Author: Akira TAGOH <akira@tagoh.org>
6681 Date:   Wed Jul 23 19:17:26 2014 +0900
6682
6683     Don't add duplicate lang
6684
6685     Don't add duplicate lang from FC_LANG if the pattern already has.
6686
6687     https://bugs.freedesktop.org/show_bug.cgi?id=81186
6688
6689  src/fccfg.c | 28 ++++++++++++++++++++++++++++
6690  1 file changed, 28 insertions(+)
6691
6692 commit 342b908b9696a3f1cf1a45ddd779f3a17d6f9142
6693 Author: Behdad Esfahbod <behdad@behdad.org>
6694 Date:   Sat Jul 19 16:33:49 2014 -0400
6695
6696     More mingw32 MemoryBarrier() fixup
6697
6698  src/fcwindows.h | 7 ++++++-
6699  1 file changed, 6 insertions(+), 1 deletion(-)
6700
6701 commit 6781c6baef062eeea5b5b68e4a9c31ea6cd7539b
6702 Author: Behdad Esfahbod <behdad@behdad.org>
6703 Date:   Fri Jul 11 12:19:39 2014 -0400
6704
6705     Update mingw32 MemoryBarrier from HarfBuzz
6706
6707     Fixes https://bugs.freedesktop.org/show_bug.cgi?id=81228
6708
6709  src/fcatomic.h | 18 +++++++++---------
6710  1 file changed, 9 insertions(+), 9 deletions(-)
6711
6712 commit dca5d0feee5eb6428bec48b1aff4396cf92c76c0
6713 Author: Akira TAGOH <akira@tagoh.org>
6714 Date:   Tue Jul 8 14:55:15 2014 +0900
6715
6716     Fix a gcc warning
6717
6718     test-migration.c:17:5: warning: pointer targets in passing argument
6719     1 of 'FcStrDirname' differ in signedness
6720
6721  test/test-migration.c | 2 +-
6722  1 file changed, 1 insertion(+), 1 deletion(-)
6723
6724 commit da8233b0f244676ea372ffa485b6cb329700c8ca
6725 Author: Behdad Esfahbod <behdad@behdad.org>
6726 Date:   Sun Jul 6 18:26:03 2014 -0400
6727
6728     Fixup previous commit
6729
6730  src/fcmatch.c | 12 ------------
6731  src/fcobjs.h  |  2 +-
6732  2 files changed, 1 insertion(+), 13 deletions(-)
6733
6734 commit bb27d6969ce0ef1244e73f9c6232f91bce60dad7
6735 Author: Behdad Esfahbod <behdad@behdad.org>
6736 Date:   Sun Jul 6 18:10:44 2014 -0400
6737
6738     Remove HASH from matching priorities
6739
6740     We deprecated FC_HASH, so doesn't make sense to sort on it.
6741
6742  src/fcmatch.c | 1 -
6743  1 file changed, 1 deletion(-)
6744
6745 commit 5674b8a66354d657559c37e9d168bfbf48b931a8
6746 Author: Behdad Esfahbod <behdad@behdad.org>
6747 Date:   Sun Jul 6 17:41:19 2014 -0400
6748
6749     Comments
6750
6751  src/fcmatch.c | 6 ++++++
6752  1 file changed, 6 insertions(+)
6753
6754 commit 5b22776999b6052afe0e829b1a0c0935bbe1e9f7
6755 Author: Akira TAGOH <akira@tagoh.org>
6756 Date:   Fri Jul 4 18:04:52 2014 +0900
6757
6758     Fix a crash when no sysroot is given and failed to load the default
6759     fonts.conf
6760
6761  src/fccfg.c | 11 +++++++----
6762  1 file changed, 7 insertions(+), 4 deletions(-)
6763
6764 commit f5b4b2c1ed7ff92e2fb9339750f0288e2e794c4b
6765 Author: Behdad Esfahbod <behdad@behdad.org>
6766 Date:   Fri Jul 4 01:43:47 2014 -0400
6767
6768     Fix charset unparse after recent changes
6769
6770  src/fccharset.c | 2 +-
6771  1 file changed, 1 insertion(+), 1 deletion(-)
6772
6773 commit 940d27a197bfb0cfd93d3bb7dba33d5e23ac46b0
6774 Author: Behdad Esfahbod <behdad@behdad.org>
6775 Date:   Thu Jul 3 21:15:25 2014 -0400
6776
6777     Minor
6778
6779  src/fccharset.c | 4 ++--
6780  1 file changed, 2 insertions(+), 2 deletions(-)
6781
6782 commit e708e97c351d3bc9f7030ef22ac2f007d5114730
6783 Author: Behdad Esfahbod <behdad@behdad.org>
6784 Date:   Thu Jul 3 17:52:54 2014 -0400
6785
6786     Change charset parse/unparse format to be human readable
6787
6788     Previous format was unusable.  New format is ranges of hex values.
6789     To choose space character and Latin capital letters for example:
6790
6791     $ fc-pattern ':charset=20 41-5a'
6792     Pattern has 1 elts (size 16)
6793             charset:
6794             0000: 00000000 00000001 07fffffe 00000000 00000000 00000000
6795             00000000 00000000
6796     (s)
6797
6798  src/fccharset.c | 223
6799  ++++++++++++++++++++------------------------------------
6800  1 file changed, 79 insertions(+), 144 deletions(-)
6801
6802 commit dab60e4476ada4ad4639599ea24dd012d4a79584
6803 Author: Akira TAGOH <akira@tagoh.org>
6804 Date:   Mon Jun 30 15:12:32 2014 +0900
6805
6806     Rework for 5004e8e01f5de30ad01904e57ea0eda006ab3a0c
6807
6808     Don't read/write from/to the XDG dirs even if XDG_*_HOME is set
6809     and the home directory is disabled.
6810
6811  src/fccfg.c | 24 +++++++++---------------
6812  1 file changed, 9 insertions(+), 15 deletions(-)
6813
6814 commit 5004e8e01f5de30ad01904e57ea0eda006ab3a0c
6815 Author: Akira TAGOH <akira@tagoh.org>
6816 Date:   Mon Jun 30 12:37:36 2014 +0900
6817
6818     Don't read/write from/to the XDG dirs if the home directory is
6819     disabled
6820
6821  src/fccfg.c | 18 +++++++++++++++---
6822  src/fcxml.c | 23 ++++++++++++++++++++++-
6823  2 files changed, 37 insertions(+), 4 deletions(-)
6824
6825 commit 274f2181f294af2eff3e8db106ec8d7bab2d3ff1
6826 Author: Behdad Esfahbod <behdad@behdad.org>
6827 Date:   Wed Jun 18 12:20:57 2014 -0400
6828
6829     Update blanks to Unicode 7.0
6830
6831  fonts.conf.in | 4 ++++
6832  1 file changed, 4 insertions(+)
6833
6834 commit 2f96482a9f5bc185b244a8bdaa7563a829965f1a
6835 Author: Akira TAGOH <akira@tagoh.org>
6836 Date:   Wed Jun 18 19:13:53 2014 +0900
6837
6838     Update CaseFolding.txt to Unicode 7.0
6839
6840  fc-case/CaseFolding.txt | 59
6841  ++++++++++++++++++++++++++++++++++++++++++++-----
6842  1 file changed, 53 insertions(+), 6 deletions(-)
6843
6844 commit 6c3c2603b9f68a7460e9642d0421b5cc5a848452
6845 Author: Akira TAGOH <akira@tagoh.org>
6846 Date:   Wed Jun 18 11:49:10 2014 +0900
6847
6848     Fix a segfault
6849
6850     introduced by the previous commit
6851     d17f556153fbaf8fe57fdb4fc1f0efa4313f0ecf
6852
6853  src/fcdir.c | 22 ++++++++++++----------
6854  1 file changed, 12 insertions(+), 10 deletions(-)
6855
6856 commit 8915c15b9ee394ef19042f1acf75eb8b0592e5a7
6857 Author: Behdad Esfahbod <behdad@behdad.org>
6858 Date:   Thu Jun 12 17:56:04 2014 -0400
6859
6860     Update list of blanks to Unicode 6.3.0
6861
6862     Some were bogus, some were missing.  See:
6863
6864       https://bugs.freedesktop.org/show_bug.cgi?id=79956
6865
6866  fonts.conf.in | 20 +++++++++-----------
6867  1 file changed, 9 insertions(+), 11 deletions(-)
6868
6869 commit d17f556153fbaf8fe57fdb4fc1f0efa4313f0ecf
6870 Author: Akira TAGOH <akira@tagoh.org>
6871 Date:   Tue Jun 17 20:08:24 2014 +0900
6872
6873     Read the config files and fonts on the sysroot when --sysroot is
6874     given to fc-cache
6875
6876     Fix for e96d7760886a3781a46b3271c76af99e15cb0146
6877
6878     https://bugs.freedesktop.org/show_bug.cgi?id=59456
6879
6880  fc-cache/fc-cache.c | 10 ++++---
6881  src/fccache.c       | 76
6882  +++++++++++++++++++++++++++++++++++--------------
6883  src/fccfg.c         |  2 +-
6884  src/fcdir.c         | 82
6885  ++++++++++++++++++++++++++++++++++++++++++++++-------
6886  src/fcinit.c        | 17 +++++++++--
6887  src/fcint.h         |  3 +-
6888  src/fcxml.c         | 12 ++++++--
6889  7 files changed, 158 insertions(+), 44 deletions(-)
6890
6891 commit 8f62ccaa962b13781d7916d4d1c061993b991e69
6892 Author: Behdad Esfahbod <behdad@behdad.org>
6893 Date:   Mon Jun 9 22:00:25 2014 -0400
6894
6895     Remove unused FcHash code now that FC_HASH is deprecated
6896
6897  src/Makefile.am  |   1 -
6898  src/fcfreetype.c |  51 ---------------
6899  src/fchash.c     | 189
6900  -------------------------------------------------------
6901  src/fcint.h      |  19 ------
6902  4 files changed, 260 deletions(-)
6903
6904 commit 75abdaf5c8e8b14c3e9e94ff5c563091594a32cf
6905 Author: Behdad Esfahbod <behdad@behdad.org>
6906 Date:   Mon Jun 9 21:53:01 2014 -0400
6907
6908     Deprecate FC_HASH and don't compute it
6909
6910     It was added without proper measurement and a fuzzy possible
6911     use-case (font servers) in mind, but reality check shows that
6912     this significantly slows down caching.  As such, deprecate it
6913     and do NOT compute hash during caching.
6914
6915     Makes caching two to three times faster (ignoring the 2 second
6916     delay in fc-cache).
6917
6918  doc/fontconfig-devel.sgml | 2 +-
6919  fontconfig/fontconfig.h   | 2 +-
6920  src/fcfreetype.c          | 2 ++
6921  src/fcobjs.h              | 4 ++--
6922  4 files changed, 6 insertions(+), 4 deletions(-)
6923
6924 commit cd9631d83e51bab95413a8aa0e8ecc68f3e3a0fc
6925 Author: Behdad Esfahbod <behdad@behdad.org>
6926 Date:   Thu Jun 12 17:01:07 2014 -0400
6927
6928     [ko.orth] Remove U+3164 HANGUL FILLER
6929
6930     Better not to reject a font just over that.  Note that we do NOT
6931     list U+115F and U+1160 either.
6932
6933  fc-lang/ko.orth | 1 -
6934  1 file changed, 1 deletion(-)
6935
6936 commit f44bfad235e63bb792c38e16ae1fbd281ec1453b
6937 Author: Akira TAGOH <akira@tagoh.org>
6938 Date:   Thu Jun 5 19:06:02 2014 +0900
6939
6940     Workaround another race condition issue
6941
6942     See https://bugzilla.redhat.com/show_bug.cgi?id=921706
6943
6944  src/fccache.c | 24 +++++++++++++++++++++++-
6945  src/fcdir.c   | 30 ++++++++++++++++++++++++------
6946  src/fcint.h   |  7 ++++++-
6947  3 files changed, 53 insertions(+), 8 deletions(-)
6948
6949 commit 58acd993cb13b58c61633174071ef42da3dcac85
6950 Author: Behdad Esfahbod <behdad@behdad.org>
6951 Date:   Fri May 16 15:08:52 2014 -0600
6952
6953     Allow passing NULL for file to FcFreeTypeQueryFace()
6954
6955  src/fcfreetype.c | 4 ++--
6956  1 file changed, 2 insertions(+), 2 deletions(-)
6957
6958 commit 3f992254f2a3b7f88df989067785141cbf265037
6959 Author: Behdad Esfahbod <behdad@behdad.org>
6960 Date:   Fri May 16 15:02:58 2014 -0600
6961
6962     Rewrite hashing to use FT_Stream directly
6963
6964     This is more robust but introduces a small change in behavior:
6965     For .pcf.gz fonts, the new code calculates the hash of the
6966     uncompressed
6967     font data whereas the original code was calculating the hash of the
6968     compressed data.
6969
6970     No big deal IMO.
6971
6972  src/fcfreetype.c | 78
6973  ++++++++++++++++++++++++++++++--------------------------
6974  src/fchash.c     | 75
6975  +++--------------------------------------------------
6976  src/fcint.h      | 19 +++++++++++---
6977  3 files changed, 61 insertions(+), 111 deletions(-)
6978
6979 commit 8284df49ef45678781fc6e05d18cc04acf04cf3c
6980 Author: Behdad Esfahbod <behdad@behdad.org>
6981 Date:   Fri May 16 14:17:45 2014 -0600
6982
6983     Further simplify hash code
6984
6985  src/fchash.c | 88
6986  ++++++++++++++++++++++++++----------------------------------
6987  1 file changed, 38 insertions(+), 50 deletions(-)
6988
6989 commit 748e77e89f8f6ba297ce9d206ac3834ae087201d
6990 Author: Behdad Esfahbod <behdad@behdad.org>
6991 Date:   Fri May 16 14:03:19 2014 -0600
6992
6993     Simplify hash code
6994
6995  src/fcfreetype.c |  4 +--
6996  src/fchash.c     | 94
6997  ++++++++++++++++++++++++++------------------------------
6998  src/fcint.h      |  6 ++--
6999  3 files changed, 48 insertions(+), 56 deletions(-)
7000
7001 commit e4d8847eee14ddfa9632057bca36cb60dfa1b35f
7002 Author: Behdad Esfahbod <behdad@behdad.org>
7003 Date:   Fri May 16 13:45:44 2014 -0600
7004
7005     Remove unused code
7006
7007  src/fchash.c | 41 -----------------------------------------
7008  src/fcint.h  |  4 ----
7009  2 files changed, 45 deletions(-)
7010
7011 commit 48c8b7938a0f1412d31dbe2f4e332e460f624068
7012 Author: Akira TAGOH <akira@tagoh.org>
7013 Date:   Tue May 13 21:21:43 2014 +0900
7014
7015     Allow the modification on FcTypeVoid with FcTypeLangSet and
7016     FcTypeCharSet
7017
7018     FcTypeVoid is likely to happen when 'lang' and 'charset'
7019     is deleted by 'delete' or 'delete_all' mode in edit.
7020     Without this change, any modification on them are simply
7021     ignored.
7022
7023     This is useful to make a lot of changes, particularly
7024     when one wants to add a few and delete a lot say.
7025
7026  src/fccfg.c     | 10 ++++++++++
7027  src/fccharset.c | 15 +++++++++++++++
7028  src/fcint.h     |  3 +++
7029  src/fclang.c    | 27 +++++++++++++++------------
7030  4 files changed, 43 insertions(+), 12 deletions(-)
7031
7032 commit 81664fe54f117e4781fda5a30429b51858302e91
7033 Author: Akira TAGOH <akira@tagoh.org>
7034 Date:   Tue Apr 22 12:39:12 2014 +0900
7035
7036     Rebase ja.orth against Joyo kanji characters
7037
7038     Patch from Akihiro TSUKADA
7039
7040  fc-lang/ja.orth | 4234
7041  +------------------------------------------------------
7042  1 file changed, 7 insertions(+), 4227 deletions(-)
7043
7044 commit f44157c809d280e2a0ce87fb078fc4b278d24a67
7045 Author: Akira TAGOH <akira@tagoh.org>
7046 Date:   Thu Apr 10 19:27:55 2014 +0900
7047
7048     Fix fc-cache fail with -r
7049
7050     Do not unlink the cache even if --really-force is given.
7051     because re-scanning process expects the cache exists.
7052
7053     https://bugs.freedesktop.org/show_bug.cgi?id=77252
7054
7055  fc-cache/fc-cache.c | 2 +-
7056  1 file changed, 1 insertion(+), 1 deletion(-)
7057
7058 commit 91784eb7d0c9f9f357210f4c82555469da37334a
7059 Author: Akira TAGOH <akira@tagoh.org>
7060 Date:   Fri Apr 4 12:18:28 2014 +0900
7061
7062     Fix a typo
7063
7064     https://bugs.freedesktop.org/show_bug.cgi?id=77033
7065
7066  configure.ac | 2 +-
7067  1 file changed, 1 insertion(+), 1 deletion(-)
7068
7069 commit fcba9ef01c978323fc71c17e455d3cd6ae35edcc
7070 Author: Akira TAGOH <akira@tagoh.org>
7071 Date:   Wed Mar 26 16:01:49 2014 +0900
7072
7073     Fix missing docs
7074
7075  doc/Makefile.am           |  1 +
7076  doc/fcpattern.fncs        | 27 +++++++++++++++++---
7077  doc/fcrange.fncs          | 64
7078  +++++++++++++++++++++++++++++++++++++++++++++++
7079  doc/fontconfig-devel.sgml |  7 ++++++
7080  4 files changed, 95 insertions(+), 4 deletions(-)
7081
7082 commit fff91eee7df5a71ed9a63a4b6e3b02c14eaf9cb3
7083 Author: Akira TAGOH <akira@tagoh.org>
7084 Date:   Wed Mar 26 12:22:02 2014 +0900
7085
7086     Fix a build issue with freetype <2.5.1
7087
7088  src/fcfreetype.c | 3 ---
7089  1 file changed, 3 deletions(-)
7090
7091 commit 3cd573fc1fb67db75cd356cad3e901d24af1ce8a
7092 Author: Akira TAGOH <akira@tagoh.org>
7093 Date:   Wed Nov 20 18:44:59 2013 +0900
7094
7095     Bug 71287 - size specific design selection support in OS/2 table
7096     version 5
7097
7098     This feature requires the FreeType 2.5.1 or later at the build time.
7099
7100     Besides <range> element allows <double> elements with this changes.
7101
7102     This may breaks the cache but not bumping in this change sets at
7103     this moment.
7104     please be aware if you want to try it and run fc-cache before/after to
7105     avoid the weird thing against it.
7106
7107  configure.ac            |   4 +
7108  fontconfig/fcprivate.h  |   3 +
7109  fontconfig/fontconfig.h |  28 ++++++-
7110  src/Makefile.am         |   1 +
7111  src/fccfg.c             |  48 +++++++----
7112  src/fcdbg.c             |  13 ++-
7113  src/fcdefault.c         |  47 ++++++-----
7114  src/fcfreetype.c        |  38 +++++++++
7115  src/fcint.h             |  85 ++++++++++++++++----
7116  src/fclist.c            |   2 +
7117  src/fcmatch.c           |  45 +++++++++++
7118  src/fcname.c            |  49 +++++++++++-
7119  src/fcobjs.h            |   2 +-
7120  src/fcpat.c             |  73 +++++++++++++++++
7121  src/fcrange.c           | 207
7122  ++++++++++++++++++++++++++++++++++++++++++++++++
7123  src/fcxml.c             | 108 +++++++++++++++++++------
7124  16 files changed, 663 insertions(+), 90 deletions(-)
7125
7126 commit 9260b7ec39c34ce68d74e16d47917290a8c3f35a
7127 Author: Akira TAGOH <akira@tagoh.org>
7128 Date:   Mon Mar 24 15:03:12 2014 +0900
7129
7130     Bump version to 2.11.1
7131
7132  README                  | 57
7133  +++++++++++++++++++++++++++++++++++++++++++++++--
7134  configure.ac            |  2 +-
7135  fontconfig/fontconfig.h |  2 +-
7136  3 files changed, 57 insertions(+), 4 deletions(-)
7137
7138 commit 812143c34d904fb26de471a579a7e381b7f7f33b
7139 Author: Akira TAGOH <akira@tagoh.org>
7140 Date:   Mon Mar 24 15:02:26 2014 +0900
7141
7142     Fix autoconf warning, warning: AC_COMPILE_IFELSE was called before
7143     AC_USE_SYSTEM_EXTENSIONS
7144
7145     Call AC_USE_SYSTEM_EXTENSIONS before LT_INIT
7146
7147  configure.ac | 48 ++++++++++++++++++++++++------------------------
7148  1 file changed, 24 insertions(+), 24 deletions(-)
7149
7150 commit 5478192f379d784b421329e4bf72cc780818e467
7151 Author: Akira TAGOH <akira@tagoh.org>
7152 Date:   Tue Mar 18 12:14:03 2014 +0900
7153
7154     Add README describes the criteria to add/modify the orthography files
7155
7156     https://bugs.freedesktop.org/show_bug.cgi?id=73461
7157
7158  fc-lang/README | 28 ++++++++++++++++++++++++++++
7159  1 file changed, 28 insertions(+)
7160
7161 commit c6aa4d4bfcbed14f39d070fe7ef90a4b74642ee7
7162 Author: Akira TAGOH <akira@tagoh.org>
7163 Date:   Tue Mar 18 11:51:37 2014 +0900
7164
7165     Bug 73291 - poppler does not show fl ligature
7166
7167     commented out substitutions for TeX Gyre Termes font
7168     until the broken font are fixed.
7169
7170     https://bugs.freedesktop.org/show_bug.cgi?id=73291
7171
7172  conf.d/30-metric-aliases.conf | 6 ++++++
7173  1 file changed, 6 insertions(+)
7174
7175 commit f8ccf379eb1092592ae0b65deb563c5491f69de9
7176 Author: Akira TAGOH <akira@tagoh.org>
7177 Date:   Fri Mar 7 19:42:21 2014 +0900
7178
7179     Update doc to include the version info of `since when'
7180
7181     Version section was getting confused to the API's availability,
7182      even though it was the version the doc was genereated.
7183     So moving it into the footer and added @SINCE@ field in the data.
7184
7185  doc/fccache.fncs    | 2 ++
7186  doc/fccharset.fncs  | 1 +
7187  doc/fcconfig.fncs   | 2 ++
7188  doc/fcdircache.fncs | 1 +
7189  doc/fcformat.fncs   | 1 +
7190  doc/fclangset.fncs  | 6 ++++++
7191  doc/fcstrset.fncs   | 1 +
7192  doc/func.sgml       | 9 +++++----
7193  8 files changed, 19 insertions(+), 4 deletions(-)
7194
7195 commit 39a2f1e8f98d27b929d56a55a68b3a20d2f8dd32
7196 Author: Akira TAGOH <akira@tagoh.org>
7197 Date:   Wed Mar 5 18:29:29 2014 +0900
7198
7199     Fallback to lstat() in case the filesystem doesn't support d_type
7200     in struct dirent
7201
7202  src/fcstat.c | 12 +++++-------
7203  1 file changed, 5 insertions(+), 7 deletions(-)
7204
7205 commit e310d2fac2d874d5aa76c609df70cc7b871c0b6d
7206 Author: Akira TAGOH <akira@tagoh.org>
7207 Date:   Thu Feb 6 19:40:01 2014 +0900
7208
7209     Fix incompatible API on AIX with random_r and initstate_r
7210
7211     https://bugs.freedesktop.org/show_bug.cgi?id=74603
7212
7213  src/fccompat.c | 35 ++++++++++++++++++++++++-----------
7214  1 file changed, 24 insertions(+), 11 deletions(-)
7215
7216 commit 7d75653285a3cd67b5f066fe899821462d7f324f
7217 Author: Akira TAGOH <akira@tagoh.org>
7218 Date:   Thu Feb 6 17:29:19 2014 +0900
7219
7220     Add missing #include <sys/statvfs.h> in fcstat.c
7221
7222     https://bugs.freedesktop.org/show_bug.cgi?id=74602
7223
7224  configure.ac | 2 +-
7225  src/fcstat.c | 3 +++
7226  2 files changed, 4 insertions(+), 1 deletion(-)
7227
7228 commit 787619b2c7bfbdc91ed170381f28003e86679c99
7229 Author: Akira TAGOH <akira@tagoh.org>
7230 Date:   Thu Feb 6 17:15:26 2014 +0900
7231
7232     Add a doc for FcDirCacheRescan
7233
7234  doc/fcdircache.fncs | 10 ++++++++++
7235  1 file changed, 10 insertions(+)
7236
7237 commit 80081555fdffea927a53fce2773cfbe9db4c51f0
7238 Author: Akira TAGOH <akira@tagoh.org>
7239 Date:   Fri Jan 31 11:10:02 2014 +0900
7240
7241     Fix a crash issue when empty strings are set to the BDF properties
7242
7243  src/fcfreetype.c | 4 ++--
7244  1 file changed, 2 insertions(+), 2 deletions(-)
7245
7246 commit e2b406053c2937799da8636c56b72a77998bcab0
7247 Author: Akira TAGOH <akira@tagoh.org>
7248 Date:   Wed Jan 22 19:35:07 2014 +0900
7249
7250     Update the use of autotools' macro
7251
7252  configure.ac | 6 ++++--
7253  1 file changed, 4 insertions(+), 2 deletions(-)
7254
7255 commit 5918d5bea5416cf27061db4263aefeb8fd310f0e
7256 Author: Akira TAGOH <akira@tagoh.org>
7257 Date:   Fri Jan 17 13:05:25 2014 +0900
7258
7259     Add missing license headers
7260
7261     https://bugs.freedesktop.org/show_bug.cgi?id=73401
7262
7263  autogen.sh             | 22 ++++++++++++++++++++++
7264  new-version.sh         | 21 +++++++++++++++++++++
7265  src/fcobjs.h           | 23 +++++++++++++++++++++++
7266  src/fcobjshash.gperf.h | 23 +++++++++++++++++++++++
7267  test/run-test.sh       | 21 +++++++++++++++++++++
7268  test/test-migration.c  | 24 ++++++++++++++++++++++++
7269  test/test-pthread.c    | 26 ++++++++++++++++++++++++--
7270  7 files changed, 158 insertions(+), 2 deletions(-)
7271
7272 commit bfdd40efd1c82dec5c818c8ce5f78d96fe0ebede
7273 Author: Akira TAGOH <akira@tagoh.org>
7274 Date:   Fri Jan 17 12:57:56 2014 +0900
7275
7276     clean up the unused files
7277
7278  config/Makedefs.in  |   76 ---
7279  config/config-subst |   10 -
7280  config/config.guess | 1497
7281  -----------------------------------------------
7282  config/config.sub   | 1608
7283  ---------------------------------------------------
7284  config/install.sh   |  240 --------
7285  5 files changed, 3431 deletions(-)
7286
7287 commit f35b44c35bf8468ea4c28c7efa77b47b1e2a1930
7288 Author: Akira TAGOH <akira@tagoh.org>
7289 Date:   Fri Jan 17 12:24:02 2014 +0900
7290
7291     Update zh_hk.orth
7292
7293     Patch from Abel Cheung
7294
7295     https://bugs.freedesktop.org/show_bug.cgi?id=73461
7296
7297  fc-lang/zh_hk.orth | 2249
7298  +++++++++++++---------------------------------------
7299  1 file changed, 564 insertions(+), 1685 deletions(-)
7300
7301 commit 320283cd70ae31ce46b03e0c5da55412089ce953
7302 Author: Akira TAGOH <akira@tagoh.org>
7303 Date:   Thu Jan 16 19:30:35 2014 +0900
7304
7305     Bug 73686 - confdir is not set correctly in fontconfig.pc
7306
7307  fontconfig.pc.in | 2 +-
7308  1 file changed, 1 insertion(+), 1 deletion(-)
7309
7310 commit 7a6622f25cdfab5ab775324bef1833b67109801b
7311 Author: Akira TAGOH <akira@tagoh.org>
7312 Date:   Thu Dec 5 19:15:47 2013 +0900
7313
7314     Improve the performance issue on rescanning directories
7315
7316 Notes:
7317     Tested-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
7318
7319  fc-cache/fc-cache.c     | 10 ++++++++--
7320  fontconfig/fontconfig.h |  3 +++
7321  src/fccache.c           | 13 +++++++++++++
7322  src/fcdir.c             | 46
7323  +++++++++++++++++++++++++++++++++++++++++++++-
7324  src/fcfs.c              | 22 ++++++++++++++++++++++
7325  src/fcint.h             |  6 ++++++
7326  src/fcpat.c             |  2 ++
7327  7 files changed, 99 insertions(+), 3 deletions(-)
7328
7329 commit 5c725f2f5829238d16116f782d00d8bb0defaf08
7330 Author: Akira TAGOH <akira@tagoh.org>
7331 Date:   Mon Dec 16 17:44:37 2013 +0900
7332
7333     Fix a build issue on platforms where doesn't support readlink()
7334
7335  configure.ac    | 2 +-
7336  src/fcdefault.c | 4 +++-
7337  2 files changed, 4 insertions(+), 2 deletions(-)
7338
7339 commit 1132c98b7b760be24a301c9dbd24e348f6601fed
7340 Author: Akira TAGOH <akira@tagoh.org>
7341 Date:   Mon Dec 16 16:00:12 2013 +0900
7342
7343     Fix a typo
7344
7345  conf.d/10-no-sub-pixel.conf | 2 +-
7346  1 file changed, 1 insertion(+), 1 deletion(-)
7347
7348 commit fee834a9c9e1089a9ae29b1d8e8b6a4cc710204b
7349 Author: Behdad Esfahbod <behdad@behdad.org>
7350 Date:   Mon Dec 9 21:21:57 2013 -0500
7351
7352     Bug 72380 - Never drop first font when trimming
7353
7354     Let me show it with an example.
7355
7356     Currently:
7357
7358     $ fc-match symbol
7359     symbol.ttf: "Symbol" "Regular"
7360
7361     $ fc-match symbol --sort | head -n 1
7362     Symbol.pfb: "Symbol" "Regular"
7363
7364     $ fc-match symbol --sort --all | head -n 1
7365     symbol.ttf: "Symbol" "Regular"
7366
7367     I want to make sure the above three commands all return the same font.
7368     Ie.  I want to make sure FcFontMatch() always returns the first font
7369     from FcFontSort().  As such, never trim first font.
7370
7371  src/fcmatch.c | 5 +++--
7372  1 file changed, 3 insertions(+), 2 deletions(-)
7373
7374 commit c9e24f9ef41e2c3e552ddd35d8c70daae5b505cd
7375 Author: Jehan <jehan@girinstud.io>
7376 Date:   Sun Nov 17 22:38:28 2013 +1300
7377
7378     Defaulting <cachedir> to LOCAL_APPDATA_FONTCONFIG_CACHE for Win32
7379     build
7380
7381     https://bugs.freedesktop.org/show_bug.cgi?id=71691
7382
7383  configure.ac | 2 +-
7384  1 file changed, 1 insertion(+), 1 deletion(-)
7385
7386 commit 2e933bd8bcad936717b6b9d8a22b86b7ddb5457e
7387 Author: Frederic Crozat <fcrozat@suse.com>
7388 Date:   Fri Dec 6 14:23:52 2013 +0100
7389
7390     Add metric aliases for additional Google ChromeOS fonts
7391
7392     MS fonts Cambria, Symbol and Calibri have compat metrics fonts
7393     from ChromeOS.
7394
7395     https://bugs.freedesktop.org/show_bug.cgi?id=72395
7396
7397  conf.d/30-metric-aliases.conf | 43
7398  +++++++++++++++++++++++++++++++++++++++++++
7399  1 file changed, 43 insertions(+)
7400
7401 commit 6a06e29491ffdb5be6342164b96de59c6fa07b32
7402 Author: Frederic Crozat <fcrozat@suse.com>
7403 Date:   Fri Dec 6 14:08:08 2013 +0100
7404
7405     Fix inversion between Tinos and Cousine in the comment
7406
7407  conf.d/30-metric-aliases.conf | 4 ++--
7408  1 file changed, 2 insertions(+), 2 deletions(-)
7409
7410 commit d97fbbe9f59965167fbc0bdc49f983c2bc96d521
7411 Author: Akira TAGOH <akira@tagoh.org>
7412 Date:   Mon Dec 2 19:18:25 2013 +0900
7413
7414     Simplify to validate the availability of scandir
7415
7416  configure.ac | 48 +++++++++++++++++++++++-------------------------
7417  1 file changed, 23 insertions(+), 25 deletions(-)
7418
7419 commit 51521153490ab0b01959c10c57e476de3ad27acb
7420 Author: Akira TAGOH <akira@tagoh.org>
7421 Date:   Mon Dec 2 18:43:10 2013 +0900
7422
7423     Simplify to validate the availability of posix_fadvise
7424
7425  configure.ac          | 12 ++----------
7426  m4/ac_check_symbol.m4 | 48
7427  ++++++++++++++++++++++++++++++++++++++++++++++++
7428  src/fccache.c         |  2 +-
7429  3 files changed, 51 insertions(+), 11 deletions(-)
7430
7431 commit 59fd9960bbb58fd6257adb13ec0f918882149332
7432 Author: Akira TAGOH <akira@tagoh.org>
7433 Date:   Mon Dec 2 15:53:57 2013 +0900
7434
7435     Bug 72086 - Check for gperf in autogen.sh
7436
7437  autogen.sh | 9 +++++++++
7438  1 file changed, 9 insertions(+)
7439
7440 commit a5fd7912ff8c7bc72d2cdbd0038c7ff0c968831f
7441 Author: Ross Burton <ross.burton@intel.com>
7442 Date:   Tue Nov 26 17:18:25 2013 +0000
7443
7444     fc-cache: --sysroot option takes an argument
7445
7446     The getopt_long option definitions say that sysroot doesn't take
7447     an argument,
7448     when it in fact does.
7449
7450     Signed-off-by: Ross Burton <ross.burton@intel.com>
7451
7452  fc-cache/fc-cache.c | 2 +-
7453  1 file changed, 1 insertion(+), 1 deletion(-)
7454
7455 commit 38acb08d9778ebad2bfc3407532adf8f2e8e667e
7456 Author: Akira TAGOH <akira@tagoh.org>
7457 Date:   Mon Nov 11 11:53:09 2013 +0900
7458
7459     Fix typo
7460
7461     Use FcTypeUnknown instead of -1 with type casting.
7462     This seems missed when it was changed.
7463
7464     Patch from brian porter
7465
7466  src/fcxml.c | 4 ++--
7467  1 file changed, 2 insertions(+), 2 deletions(-)
7468
7469 commit a4443e64c89256087d40462cfbb482950873e366
7470 Author: Akira TAGOH <akira@tagoh.org>
7471 Date:   Tue Nov 5 20:30:35 2013 +0900
7472
7473     Re-scan font directories only when it contains subdirs
7474
7475     Somewhat improves the performance but still need to think about for
7476     the situation
7477     where both directories and fonts are in.
7478
7479  fc-cache/fc-cache.c | 26 ++++++++++++++++++--------
7480  1 file changed, 18 insertions(+), 8 deletions(-)
7481
7482 commit 0b7f42f777a14ee61783fd95dd04e870f02d201e
7483 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
7484 Date:   Sat Nov 2 10:23:57 2013 -0700
7485
7486     Avoid null pointer dereference in FcNameParse if malloc fails
7487
7488     Reported by parfait 1.3:
7489     Error: Null pointer dereference (CWE 476)
7490        Read from null pointer t
7491             at line 423 of src/fcname.c in function 'FcNameParse'.
7492               Function _FcObjectLookupOtherTypeByName may return constant
7493               'NULL'
7494                at line 63, called at line 122 of src/fcobjs.c in function
7495                'FcObjectLookupOtherTypeByName'.
7496               Function FcObjectLookupOtherTypeByName may return constant
7497               'NULL'
7498                at line 122, called at line 67 of src/fcname.c in function
7499                'FcNameGetObjectType'.
7500               Function FcNameGetObjectType may return constant 'NULL'
7501               at line 67,
7502                called at line 422 in function 'FcNameParse'.
7503               Null pointer introduced at line 63 of src/fcobjs.c in
7504               function
7505                '_FcObjectLookupOtherTypeByName'.
7506
7507     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
7508
7509  src/fcname.c | 2 ++
7510  1 file changed, 2 insertions(+)
7511
7512 commit 5b8380d52eae55cba0adcc47d78a53c320d294ec
7513 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
7514 Date:   Sat Nov 2 10:23:56 2013 -0700
7515
7516     Avoid memory leak when NULL path passed to FcStrBuildFilename
7517
7518     Reported by parfait 1.3:
7519        Memory leak of pointer sset allocated with FcStrSetCreate()
7520             at line 933 of src/fcstr.c in function 'FcStrBuildFilename'.
7521               sset allocated at line 927 with FcStrSetCreate().
7522               sset leaks when sset != NULL at line 932.
7523
7524     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
7525
7526  src/fcstr.c | 8 ++++++--
7527  1 file changed, 6 insertions(+), 2 deletions(-)
7528
7529 commit cb72901d0b7dff73ea2596491c5db602e4750853
7530 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
7531 Date:   Sat Nov 2 10:23:55 2013 -0700
7532
7533     Leave room for null terminators in arrays
7534
7535     Code currently returns a fatal error if it tries to add more entries
7536     than the array has room for, but it wasn't checking to make sure
7537     the final null terminator entry would fit.
7538
7539     Reported by parfait 1.3:
7540     Error: Buffer overrun
7541        Buffer overflow (CWE 120): In array dereference of files[i]
7542        with index i
7543           Array size is 256 elements (of 4 bytes each), index >= 0 and
7544           index <= 256
7545             at line 250 of fc-glyphname/fc-glyphname.c in function 'main'.
7546     Error: Buffer overrun
7547        Buffer overflow (CWE 120): In array dereference of entries[i]
7548        with index i
7549           Array size is 1024 elements (of 8 bytes each), index >= 0 and
7550           index <= 1024
7551             at line 298 of fc-lang/fc-lang.c in function 'main'.
7552
7553     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
7554
7555  fc-glyphname/fc-glyphname.c | 2 +-
7556  fc-lang/fc-lang.c           | 2 +-
7557  2 files changed, 2 insertions(+), 2 deletions(-)
7558
7559 commit 767108aa1327cf0156dfc6f024dbc8fb783ae067
7560 Author: Akira TAGOH <akira@tagoh.org>
7561 Date:   Thu Oct 31 22:12:26 2013 +0900
7562
7563     Correct DTD
7564
7565  fonts.dtd | 2 +-
7566  1 file changed, 1 insertion(+), 1 deletion(-)
7567
7568 commit aa22e6e63933e8b31a032835b712b7ed596534cc
7569 Author: Akira TAGOH <akira@tagoh.org>
7570 Date:   Thu Jan 24 19:48:48 2013 +0900
7571
7572     Warn if no <test> nor <edit> elements in <match>
7573
7574     This corrects an error message being reported at
7575       https://bugs.freedesktop.org/show_bug.cgi?id=71085
7576       Bug 71085 - "out of memory" errors on empty match element in
7577       fonts.conf
7578
7579     and somewhat works as a workaround for
7580       https://bugs.freedesktop.org/show_bug.cgi?id=59438
7581       Bug 59438 - Fix <alias> inside <match>
7582
7583  src/fcxml.c | 5 +++++
7584  1 file changed, 5 insertions(+)
7585
7586 commit 525a135ccf53e4bf3363c3143d9cfdf15fba55ab
7587 Author: Akira TAGOH <akira@tagoh.org>
7588 Date:   Mon Oct 28 11:54:04 2013 +0900
7589
7590     Change the default weight on match to FC_WEIGHT_NORMAL
7591
7592  src/fcdefault.c | 2 +-
7593  1 file changed, 1 insertion(+), 1 deletion(-)
7594
7595 commit 65872e9e46d17e4461c3a891ef23abe156005e04
7596 Author: Akira TAGOH <akira@tagoh.org>
7597 Date:   Thu Oct 24 19:35:26 2013 +0900
7598
7599     Fix a build issue on Solaris 10
7600
7601     Use own mkdtemp implementation if not available.
7602
7603     Reported by Thomas Klausner and Jörn Clausen
7604
7605  configure.ac          |  2 +-
7606  test/test-migration.c | 15 ++++++++++++++-
7607  2 files changed, 15 insertions(+), 2 deletions(-)
7608
7609 commit 76ea9af816a50c6bb0b3dc2960460a90fadd9cdb
7610 Author: Akira TAGOH <akira@tagoh.org>
7611 Date:   Tue Oct 22 15:00:29 2013 +0900
7612
7613     Use stat() if there are no d_type in struct dirent
7614
7615     Reported by Thomas Klausner
7616
7617  test/test-migration.c | 18 ++++++++++++++++++
7618  1 file changed, 18 insertions(+)
7619
7620 commit 5e029db4971e37437cfe6147d52d00136dfb8cb5
7621 Author: Akira TAGOH <akira@tagoh.org>
7622 Date:   Mon Oct 21 12:16:46 2013 +0900
7623
7624     Fix the dynamic loading issue on NetBSD
7625
7626     On NetBSD, it is not supported to load a library linked against
7627     libpthread into a program that wasn't (since the C library provides
7628     stubs for some pthread-functions, which might have already been called
7629     before libpthread is loaded, leading to problems).
7630
7631     Patch from Matthias Drochner
7632
7633  m4/ax_pthread.m4 | 5 +++++
7634  1 file changed, 5 insertions(+)
7635
7636 commit ff0e0d17b254f71592dfa29a988a82efefff8913
7637 Author: Akira TAGOH <akira@tagoh.org>
7638 Date:   Mon Oct 21 12:13:31 2013 +0900
7639
7640     Update ax_pthread.m4 to the latest version
7641
7642  m4/ax_pthread.m4 | 71
7643  +++++++++++++++++++++++++++++++++++++-------------------
7644  1 file changed, 47 insertions(+), 24 deletions(-)
7645
7646 commit 06b388523d747db16708c1662f3c6d64a36d5daf
7647 Author: Akira TAGOH <akira@tagoh.org>
7648 Date:   Mon Oct 21 11:50:55 2013 +0900
7649
7650     Fix build issue on Debian/kFreeBSD 7.0
7651
7652     There are posix_fadvise(2) but not POSIX_FADV_WILLNEED.
7653     Patch from Ryo ONODERA.
7654
7655  src/fccache.c | 3 ++-
7656  1 file changed, 2 insertions(+), 1 deletion(-)
7657
7658 commit 5406919c5e186f74ccdade1a65344ce7b5c56a64
7659 Author: Akira TAGOH <akira@tagoh.org>
7660 Date:   Fri Oct 11 19:31:22 2013 +0900
7661
7662     do not build test-migration for Win32
7663
7664     This testing code is for XDG base directory spec which may be not
7665     interesting for them
7666
7667  test/Makefile.am | 5 ++++-
7668  1 file changed, 4 insertions(+), 1 deletion(-)
7669
7670 commit f16c3118e25546c1b749f9823c51827a60aeb5c1
7671 Author: Akira TAGOH <akira@tagoh.org>
7672 Date:   Fri Oct 11 13:27:33 2013 +0900
7673
7674     Bump version to 2.11.0
7675
7676  README                  | 29 +++++++++++++++++++++++++++--
7677  configure.ac            |  2 +-
7678  fontconfig/fontconfig.h |  4 ++--
7679  3 files changed, 30 insertions(+), 5 deletions(-)
7680
7681 commit f82a032f417445abbb4399344766102aff255b6c
7682 Author: Akira TAGOH <akira@tagoh.org>
7683 Date:   Fri Oct 11 13:27:24 2013 +0900
7684
7685     Update CaseFolding.txt to Unicode 6.3
7686
7687     No real updates between 6.2 and 6.3.
7688
7689  fc-case/CaseFolding.txt | 6 +++---
7690  1 file changed, 3 insertions(+), 3 deletions(-)
7691
7692 commit c4c90ffc7a7eec42fc0b84f1a7af464a4c9fcfd8
7693 Author: Akira TAGOH <akira@tagoh.org>
7694 Date:   Fri Oct 11 12:40:23 2013 +0900
7695
7696     Bump libtool revision
7697
7698  configure.ac | 4 ++--
7699  1 file changed, 2 insertions(+), 2 deletions(-)
7700
7701 commit 9a4310176bb11e1e826d238eb0761b7895b48883
7702 Author: Akira TAGOH <akira@tagoh.org>
7703 Date:   Wed Oct 9 12:19:35 2013 +0900
7704
7705     Add missing doc for FcStrListFirst and fix a typo
7706
7707  doc/fcstrset.fncs | 10 +++++++++-
7708  1 file changed, 9 insertions(+), 1 deletion(-)
7709
7710 commit 604c2a683f1357fc65bad372b5d25a90099f827f
7711 Author: Akira TAGOH <akira@tagoh.org>
7712 Date:   Thu Oct 3 19:59:30 2013 +0900
7713
7714     exit with the error code when FcNameParse() failed
7715
7716  fc-list/fc-list.c       | 5 +++++
7717  fc-match/fc-match.c     | 5 +++++
7718  fc-pattern/fc-pattern.c | 5 +++++
7719  3 files changed, 15 insertions(+)
7720
7721 commit 0203055520206028eecee5d261887cdc91500e15
7722 Author: Akira TAGOH <akira@tagoh.org>
7723 Date:   Wed Oct 2 16:34:34 2013 +0900
7724
7725     Workaround the race condition issue on updating cache
7726
7727  fc-cache/fc-cache.c     | 62
7728  ++++++++++++++++++++++++++++---------------------
7729  fontconfig/fontconfig.h |  3 +++
7730  src/fcstr.c             |  6 +++++
7731  3 files changed, 45 insertions(+), 26 deletions(-)
7732
7733 commit 9161ed1e4a3f4afaee6dbcfc0b84a279ad99b397
7734 Author: Akira TAGOH <akira@tagoh.org>
7735 Date:   Mon Sep 30 11:30:00 2013 +0900
7736
7737     Add the relative path for <include> to fonts.conf if the parent path
7738     is same to fonts.conf
7739
7740     Bug 69836 - fonts.conf.in update for Windows cross-compiling
7741
7742  Makefile.am | 4 +++-
7743  1 file changed, 3 insertions(+), 1 deletion(-)
7744
7745 commit 96c5f3cf0ff57e7bbb08cc1e0e78ed0542096484
7746 Author: Akira TAGOH <akira@tagoh.org>
7747 Date:   Thu Sep 26 18:44:10 2013 +0900
7748
7749     clean up
7750
7751  conf.d/Makefile.am | 2 +-
7752  configure.ac       | 6 +-----
7753  2 files changed, 2 insertions(+), 6 deletions(-)
7754
7755 commit 43f768b53f554cf0f927ccac5daf96877f9fc69c
7756 Author: Akira TAGOH <akira@tagoh.org>
7757 Date:   Thu Sep 26 17:46:26 2013 +0900
7758
7759     avoid reading config.h twice
7760
7761     config.h is read from fcint.h now so having a line of the sort of
7762     #include "config.h"
7763     is duplicate.
7764
7765     Bug 69833 - Incorrect SIZEOF_VOID_P and ALIGNOF_DOUBLE definitions
7766     causes nasty warnings on MacOSX when building fat libraries
7767
7768  src/fcarch.c   | 4 ----
7769  src/fccache.c  | 3 ---
7770  src/fccompat.c | 4 ----
7771  src/fchash.c   | 3 ---
7772  src/fcstat.c   | 3 ---
7773  5 files changed, 17 deletions(-)
7774
7775 commit 102864d0dba46c99b22c912454c1f58731287405
7776 Author: Akira TAGOH <akira@tagoh.org>
7777 Date:   Wed Sep 25 11:41:23 2013 +0900
7778
7779     Add the description of -q option to the man page
7780
7781  fc-list/fc-list.sgml | 12 ++++++++++++
7782  1 file changed, 12 insertions(+)
7783
7784 commit 2b0fca14ad202d4dbd32478dc367e648833866c0
7785 Author: W. Trevor King <wking@tremily.us>
7786 Date:   Sat Sep 21 17:06:50 2013 -0700
7787
7788     doc/fccharset.fncs: Describe the map format in more detail
7789
7790     The previous documentation for FcCharSetFirstPage and
7791     FcCharSetNextPage was technically accurate, but a bit terse.  I've
7792     added an example using the returned page (root code point) and map to
7793     give folks something concrete to work with.  I've also documented
7794     FC_CHARSET_DONE, which wasn't mentioned at all before.
7795
7796  doc/fccharset.fncs | 36 ++++++++++++++++++++++++++++++------
7797  1 file changed, 30 insertions(+), 6 deletions(-)
7798
7799 commit 8a174b6c51581df6ffd6a5da056949c6c79337cf
7800 Author: Akira TAGOH <akira@tagoh.org>
7801 Date:   Tue Sep 24 11:14:57 2013 +0900
7802
7803     Fix a crash when FcPattern is set to null on FcFontSetList()
7804     and FcFontList()
7805
7806  src/fclist.c | 2 ++
7807  1 file changed, 2 insertions(+)
7808
7809 commit 643f8088f0d51107e58d142df47124efec6afab1
7810 Author: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
7811 Date:   Sat Sep 14 02:25:26 2013 +0200
7812
7813     Further changes to 30-metric-aliases.conf
7814
7815     Big changes:
7816     * Handle more PostScript fonts (further reduce 30-urw-aliases.conf)
7817     * Update the big comment
7818
7819     Specific->Generic:
7820     * Add missing maps, for symmetry
7821
7822     Generic<->Generic:
7823     * Add "Helvetica Condensed" <-> "Arial Narrow" map
7824
7825     Generic->Specific:
7826     * Add missing Courier -> Cursor alias
7827     * Add "Helvetica Condensed" -> "Heros Cn" alias
7828     * Remove Arial -> Heros and "Times New Roman" -> Termes maps
7829
7830  conf.d/30-metric-aliases.conf | 319
7831  ++++++++++++++++++++++++++++++++++--------
7832  conf.d/30-urw-aliases.conf    |  24 +---
7833  2 files changed, 261 insertions(+), 82 deletions(-)
7834
7835 commit 5e6b8894ea9d03caabdfc3a6bcd0c402edf840a8
7836 Author: Akira TAGOH <akira@tagoh.org>
7837 Date:   Wed Sep 18 17:31:10 2013 +0900
7838
7839     Copy all values from the font to the pattern if the pattern doesn't
7840     have the element
7841
7842  src/fcmatch.c | 6 ++++--
7843  1 file changed, 4 insertions(+), 2 deletions(-)
7844
7845 commit 7e44a0b5a88e597b33ba9e2cc3a6d4555736db0a
7846 Author: Akira TAGOH <akira@tagoh.org>
7847 Date:   Tue Sep 10 17:45:11 2013 +0900
7848
7849     Bug 68955 - Deprecate / remove FC_RASTERIZER
7850
7851  doc/fontconfig-devel.sgml | 2 +-
7852  doc/fontconfig-user.sgml  | 2 +-
7853  fontconfig/fontconfig.h   | 2 +-
7854  3 files changed, 3 insertions(+), 3 deletions(-)
7855
7856 commit a61e145304da86c8c35b137493bbd8fd5dd1e7f5
7857 Author: Akira TAGOH <akira@tagoh.org>
7858 Date:   Mon Sep 9 19:59:31 2013 +0900
7859
7860     Fix memory leaks in FcFreeTypeQueryFace
7861
7862  src/fcfreetype.c | 15 ++++++++++-----
7863  1 file changed, 10 insertions(+), 5 deletions(-)
7864
7865 commit 6720892e97f11fbe8d69ae5b3875d928c68ff90e
7866 Author: Akira TAGOH <akira@tagoh.org>
7867 Date:   Mon Sep 2 20:52:20 2013 +0900
7868
7869     Add a test case of the migration for config place
7870
7871  test/Makefile.am      |   7 +-
7872  test/test-migration.c | 172
7873  ++++++++++++++++++++++++++++++++++++++++++++++++++
7874  2 files changed, 177 insertions(+), 2 deletions(-)
7875
7876 commit 3e5f70a16ac6d54f1e01c92ddaa5985deec1b7f9
7877 Author: Akira TAGOH <akira@tagoh.org>
7878 Date:   Mon Sep 2 20:51:46 2013 +0900
7879
7880     Do not create a config dir for migration when no config files nor dirs
7881
7882  src/fcxml.c | 15 ++++++++++-----
7883  1 file changed, 10 insertions(+), 5 deletions(-)
7884
7885 commit d2bb1a8381ba50dce79a487cd82087ca57fdcb68
7886 Author: Akira TAGOH <akira@tagoh.org>
7887 Date:   Sat Aug 31 10:50:07 2013 +0900
7888
7889     Bump version to 2.10.95
7890
7891  README                  | 10 ++++++++--
7892  configure.ac            |  2 +-
7893  fontconfig/fontconfig.h |  2 +-
7894  3 files changed, 10 insertions(+), 4 deletions(-)
7895
7896 commit 272a99217b15e9cf1e4d2a1dcf92b540576c29a6
7897 Author: Akira TAGOH <akira@tagoh.org>
7898 Date:   Sat Aug 31 10:43:13 2013 +0900
7899
7900     Fix a crash
7901
7902  src/fccfg.c | 15 +++++++++++++++
7903  1 file changed, 15 insertions(+)
7904
7905 commit 071ce44c35733e54cb477cc75810cbe55025b619
7906 Author: Akira TAGOH <akira@tagoh.org>
7907 Date:   Thu Aug 29 20:53:58 2013 +0900
7908
7909     Fix a typo
7910
7911  configure.ac | 2 +-
7912  1 file changed, 1 insertion(+), 1 deletion(-)
7913
7914 commit 06dd98b2a3271e5f02787f208f73f13f794cb1bf
7915 Author: Akira TAGOH <akira@tagoh.org>
7916 Date:   Thu Aug 29 17:38:29 2013 +0900
7917
7918     Bump version to 2.10.94
7919
7920  README                  | 37 +++++++++++++++++++++++++++++++++++--
7921  configure.ac            |  2 +-
7922  fontconfig/fontconfig.h |  2 +-
7923  3 files changed, 37 insertions(+), 4 deletions(-)
7924
7925 commit 53ad60deabb787671a862b8d1fab52f8b71bf765
7926 Author: Akira TAGOH <akira@tagoh.org>
7927 Date:   Thu Aug 29 17:12:45 2013 +0900
7928
7929     Add quz.orth to Makefile.am
7930
7931  fc-lang/Makefile.am | 1 +
7932  1 file changed, 1 insertion(+)
7933
7934 commit c6228f8091ab91b67ea006ad5a1b1da97b3d4a5a
7935 Author: Akira TAGOH <akira@tagoh.org>
7936 Date:   Tue Aug 27 12:28:52 2013 +0900
7937
7938     Bug 68587 - copy qu.orth to quz.orth
7939
7940  fc-lang/quz.orth | 36 ++++++++++++++++++++++++++++++++++++
7941  1 file changed, 36 insertions(+)
7942
7943 commit fba9efecd2ef3aca84e0a4806899c09ba95f4c19
7944 Author: Akira TAGOH <akira@tagoh.org>
7945 Date:   Mon Aug 26 12:47:07 2013 +0900
7946
7947     Fix a wrong edit position when 'kind' is different
7948
7949  src/fccfg.c | 24 ++++++++++++++++--------
7950  1 file changed, 16 insertions(+), 8 deletions(-)
7951
7952 commit 223c1384c98caaf9ba5d2cddf7465b7b3a82316b
7953 Author: Akira TAGOH <akira@tagoh.org>
7954 Date:   Fri Aug 23 20:42:37 2013 +0900
7955
7956     Fix a crash when non-builtin objects are edited
7957
7958  src/fccfg.c | 28 +++++++++++-----------------
7959  src/fcint.h |  5 +++--
7960  2 files changed, 14 insertions(+), 19 deletions(-)
7961
7962 commit 6c664d533d242112c30e0d3b585e90a361a1b959
7963 Author: Akira TAGOH <akira@tagoh.org>
7964 Date:   Fri Aug 23 19:58:43 2013 +0900
7965
7966     Fix a typo
7967
7968  src/fcxml.c | 7 ++++---
7969  1 file changed, 4 insertions(+), 3 deletions(-)
7970
7971 commit f3bb3f19c917e3fd0a0cdd9a2adf8f827e7a5838
7972 Author: Behdad Esfahbod <behdad@behdad.org>
7973 Date:   Wed Aug 21 14:31:55 2013 -0400
7974
7975     Fix assertion
7976
7977     Apparently some AIX versions have 64bit pointers yet 32bit double
7978     alignment.  Fix assertion.
7979
7980  src/fcarch.c | 2 +-
7981  1 file changed, 1 insertion(+), 1 deletion(-)
7982
7983 commit ec3f0af6f09292126a54b7abe2313e5124ef9a4c
7984 Author: Behdad Esfahbod <behdad@behdad.org>
7985 Date:   Wed Aug 21 14:27:16 2013 -0400
7986
7987     Minor
7988
7989  src/fcarch.h | 2 +-
7990  1 file changed, 1 insertion(+), 1 deletion(-)
7991
7992 commit 104a2af0dd60f68a1e3f9e5f99e6180336ce28c2
7993 Author: Akira TAGOH <akira@tagoh.org>
7994 Date:   Wed Aug 21 13:12:41 2013 +0900
7995
7996     Bug 63399 - Add default aliases for Georgia, Garamond, Palatino
7997     Linotype, Trebuchet MS
7998
7999  conf.d/45-latin.conf | 16 ++++++++++++++++
8000  1 file changed, 16 insertions(+)
8001
8002 commit 010c973df5544996f5d8774e361d45daa5b61b52
8003 Author: Akira TAGOH <akira@tagoh.org>
8004 Date:   Wed Aug 21 13:12:22 2013 +0900
8005
8006     Bug 68340 - More metric compat fonts
8007
8008  conf.d/30-metric-aliases.conf | 11 +++++++++++
8009  1 file changed, 11 insertions(+)
8010
8011 commit 084cf7c44e985dd48c088d921ad0d9a43b0b00b4
8012 Author: Akira TAGOH <akira@tagoh.org>
8013 Date:   Wed Aug 14 12:51:26 2013 +0900
8014
8015     Bug 16818 - fontformat in match pattern is not respected?
8016
8017  src/fcmatch.c | 1 +
8018  src/fcobjs.h  | 2 +-
8019  2 files changed, 2 insertions(+), 1 deletion(-)
8020
8021 commit 45221ab12fa7001b9659293d4833f828801d2518
8022 Author: Akira TAGOH <akira@tagoh.org>
8023 Date:   Wed Aug 7 12:19:33 2013 +0900
8024
8025     Bug 67845 - Match on FC_SCALABLE
8026
8027  src/fcmatch.c | 1 +
8028  src/fcobjs.h  | 2 +-
8029  2 files changed, 2 insertions(+), 1 deletion(-)
8030
8031 commit 041deb0cc541692e260b93232b9957c2538e3bb9
8032 Author: Akira TAGOH <akira@tagoh.org>
8033 Date:   Wed Aug 7 11:57:19 2013 +0900
8034
8035     warn deprecated only when migration failed
8036
8037  src/fccache.c  | 28 ----------------------------
8038  src/fccompat.c | 27 +++++++++++++++++++++++++++
8039  src/fcdir.c    | 10 ++++++++++
8040  src/fcint.h    |  6 ++++++
8041  src/fcxml.c    | 59
8042  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
8043  5 files changed, 101 insertions(+), 29 deletions(-)
8044
8045 commit d52daa0024a6c0bb160c3b3c7f85d0b031f88c85
8046 Author: Akira TAGOH <akira@tagoh.org>
8047 Date:   Tue Aug 6 15:09:23 2013 +0900
8048
8049     Bug 67809 - Invalid read/write with valgrind when assigning something
8050     twice
8051
8052  src/fccfg.c | 2 +-
8053  1 file changed, 1 insertion(+), 1 deletion(-)
8054
8055 commit a51d2767ce4d88017bd7d34ccb9e352d1687a3c0
8056 Author: Akira TAGOH <akira@tagoh.org>
8057 Date:   Mon Aug 5 20:04:13 2013 +0900
8058
8059     Fix wrong edit position
8060
8061  src/fccfg.c  | 100
8062  +++++++++++++++++++++++++++++++++++++++--------------------
8063  src/fcint.h  |   5 +++
8064  src/fcobjs.c |   2 +-
8065  3 files changed, 72 insertions(+), 35 deletions(-)
8066
8067 commit 338ffe6b886ad4ba86ff471cb59c4a5e5ffbe408
8068 Author: Akira TAGOH <akira@tagoh.org>
8069 Date:   Fri Jul 12 14:52:01 2013 +0900
8070
8071     Correct fontconfig.pc to add certain dependencies for static build
8072
8073  configure.ac     | 14 ++++----------
8074  fontconfig.pc.in |  7 ++++---
8075  2 files changed, 8 insertions(+), 13 deletions(-)
8076
8077 commit 7274f6e37a4d1a062b4eee3a625bd393a283a9d0
8078 Author: Akira TAGOH <akira@tagoh.org>
8079 Date:   Fri Jul 12 12:39:36 2013 +0900
8080
8081     Correct fontconfig.pc to add certain dependencies for build
8082
8083  configure.ac     | 26 +++++++++++++++++++++++---
8084  fontconfig.pc.in |  7 ++++---
8085  2 files changed, 27 insertions(+), 6 deletions(-)
8086
8087 commit 04bd904632b22682c888f658650cdcd322544273
8088 Author: Akira TAGOH <akira@tagoh.org>
8089 Date:   Tue Jul 9 16:43:26 2013 +0900
8090
8091     trivial code optimization
8092
8093  src/fcxml.c | 6 ++++--
8094  1 file changed, 4 insertions(+), 2 deletions(-)
8095
8096 commit d420e1df983871ab18b0f07976596fdf0ce78847
8097 Author: Akira TAGOH <akira@tagoh.org>
8098 Date:   Thu Jul 4 19:51:03 2013 +0900
8099
8100     Rework to apply the intermixed test and edit elements in one-pass
8101
8102  src/fccfg.c | 349
8103  +++++++++++++++++++++++++++---------------------------------
8104  src/fcdbg.c |  39 +++++--
8105  src/fcint.h |  29 +++--
8106  src/fcxml.c | 245 ++++++++++++++++++++----------------------
8107  4 files changed, 321 insertions(+), 341 deletions(-)
8108
8109 commit 1162515a9819c7355890aad919e5b9daa448a3a4
8110 Author: Akira TAGOH <akira@tagoh.org>
8111 Date:   Wed Jul 3 11:56:58 2013 +0900
8112
8113     Add FC_UNUSED to FC_ASSERT_STATIC macro to avoid compiler warning
8114
8115  src/fcint.h | 2 +-
8116  1 file changed, 1 insertion(+), 1 deletion(-)
8117
8118 commit cbf06d7d3c797b97d720909fd4554d1771d41c20
8119 Author: Akira TAGOH <akira@tagoh.org>
8120 Date:   Tue Jul 2 19:04:36 2013 +0900
8121
8122     Use INT_MAX instead of unreliable hardcoding value
8123
8124  src/fcint.h | 3 ++-
8125  1 file changed, 2 insertions(+), 1 deletion(-)
8126
8127 commit ab5b535704fbcab43040d80100cb19cb33f6219d
8128 Author: Akira TAGOH <akira@tagoh.org>
8129 Date:   Tue Jul 2 18:54:29 2013 +0900
8130
8131     Ignore scandir() check on mingw
8132
8133  configure.ac | 50 ++++++++++++++++++++++++++------------------------
8134  1 file changed, 26 insertions(+), 24 deletions(-)
8135
8136 commit 0907589a79d05aeed9bc6bff783838b0eb25736b
8137 Author: Akira TAGOH <akira@tagoh.org>
8138 Date:   Fri Jun 28 15:54:38 2013 +0900
8139
8140     Fix the behavior of intermixed tests end edits in match
8141
8142     to get the following recipe working:
8143
8144     <match>
8145       <test1 .../>
8146       <edit1 .../>
8147       <test2 .../>
8148       <edit2 .../>
8149     </match>
8150
8151     as:
8152
8153     <match>
8154       <test1 .../>
8155       </edit1 .../>
8156     </match>
8157     <match>
8158       <test1 .../>
8159       <test2 .../>
8160       <edit2 .../>
8161     </match>
8162
8163  src/fccfg.c | 27 ++++++++++++++++-----------
8164  src/fcint.h |  1 +
8165  src/fcxml.c | 37 ++++++++++++++++++++++++++++++++++++-
8166  3 files changed, 53 insertions(+), 12 deletions(-)
8167
8168 commit 197d06c49b01413303f2c92130594daa4fcaa6ad
8169 Author: Akira TAGOH <akira@tagoh.org>
8170 Date:   Fri Jun 28 15:04:11 2013 +0900
8171
8172     Add FcTypeUnknown to FcType to avoid comparison of constant -1
8173
8174     This change reverts 9acc14c34a372b54f9075ec3611588298fb2a501
8175     because it doesn't work as expected when building
8176     with -fshort-enums which is default for older arms ABIs
8177
8178     Thanks for pointing this out, Thomas Klausner, Valery Ushakov,
8179     and Martin Husemann
8180
8181  fontconfig/fcprivate.h  | 3 ++-
8182  fontconfig/fontconfig.h | 1 +
8183  src/fccfg.c             | 4 +++-
8184  src/fcdbg.c             | 7 +++++++
8185  src/fcint.h             | 6 ++++--
8186  src/fclist.c            | 1 +
8187  src/fcname.c            | 5 ++++-
8188  src/fcobjs.c            | 2 +-
8189  src/fcpat.c             | 5 ++++-
8190  src/fcxml.c             | 2 +-
8191  10 files changed, 28 insertions(+), 8 deletions(-)
8192
8193 commit 38ab7ab2fbd83c0c62e4b78302b5fe89da0cb79e
8194 Author: Akira TAGOH <akira@tagoh.org>
8195 Date:   Thu Jun 27 13:10:27 2013 +0900
8196
8197     Fix a incompatible pointer warning on NetBSD
8198
8199  configure.ac | 29 +++++++++++++++++++++++++++++
8200  src/fcstat.c | 10 ++++++++++
8201  2 files changed, 39 insertions(+)
8202
8203 commit 8603e5869505ff06d443b8b22d5357d4caaaac24
8204 Author: Akira TAGOH <akira@tagoh.org>
8205 Date:   Thu Jun 27 12:30:56 2013 +0900
8206
8207     Fix a shift count overflow on 32bit box
8208
8209  src/fchash.c | 20 ++++++++++----------
8210  1 file changed, 10 insertions(+), 10 deletions(-)
8211
8212 commit 9acc14c34a372b54f9075ec3611588298fb2a501
8213 Author: Akira TAGOH <akira@tagoh.org>
8214 Date:   Wed Jun 26 12:03:38 2013 +0900
8215
8216     Fix a comparison of constant warning with clang
8217
8218  src/fcname.c | 2 +-
8219  1 file changed, 1 insertion(+), 1 deletion(-)
8220
8221 commit cd9b1033a68816a7acfbba1718ba0aa5888f6ec7
8222 Author: Akira TAGOH <akira@tagoh.org>
8223 Date:   Fri May 24 13:55:07 2013 +0900
8224
8225     Bug 64906 - FcNameParse() should ignore leading whitespace in
8226     parameters
8227
8228     After this change, the following works as expected:
8229     $ FC_DEBUG=4 fc-match ":family=foo bar, sans-serif"
8230     ...
8231     FcConfigSubstitute Pattern has 3 elts (size 16)
8232             family: "foo bar"(s) "sans-serif"(s)
8233     ...
8234
8235  src/fcname.c | 6 ++++++
8236  1 file changed, 6 insertions(+)
8237
8238 commit 8d54091513c00905457e0ee49ba6ea2c4aacddd7
8239 Author: Akira TAGOH <akira@tagoh.org>
8240 Date:   Mon May 20 17:42:34 2013 +0900
8241
8242     Bump version to 2.10.93
8243
8244  README                  | 21 +++++++++++++++++++--
8245  configure.ac            |  2 +-
8246  fontconfig/fontconfig.h |  2 +-
8247  3 files changed, 21 insertions(+), 4 deletions(-)
8248
8249 commit 1cad82cde29ea488ea22541b46ed347d10952557
8250 Author: Akira TAGOH <akira@tagoh.org>
8251 Date:   Fri May 10 20:26:11 2013 +0900
8252
8253     Bug 63922 - FcFreeTypeQueryFace fails on postscripts fonts loaded
8254     from memory
8255
8256     Workaround to not failing even when the hash is unable to generate
8257     from fonts.
8258     This change also contains to ignore the case if the hash isn't in
8259     either both
8260     patterns.
8261
8262  src/fcfreetype.c | 16 +++++++++-------
8263  src/fcmatch.c    | 30 +++++++++++++++++++++---------
8264  src/fcobjs.h     |  2 +-
8265  3 files changed, 31 insertions(+), 17 deletions(-)
8266
8267 commit 0f9aa8759df563332db60055ae33dd9424ebf802
8268 Author: Akira TAGOH <akira@tagoh.org>
8269 Date:   Thu May 16 13:41:32 2013 +0900
8270
8271     Fix missing OSAtomicCompareAndSwapPtrBarrier() on Mac OS X 10.4
8272
8273     based on hb-atomic-private.hh in harfbuzz
8274
8275  src/fcatomic.h | 14 +++++++++++++-
8276  1 file changed, 13 insertions(+), 1 deletion(-)
8277
8278 commit 93137252cfab1c38e1c9137d831c177665e0592a
8279 Author: Akira TAGOH <akira@tagoh.org>
8280 Date:   Mon May 13 12:14:29 2013 +0900
8281
8282     Bug 63452 - conf.d/README outdated
8283
8284     reflect correct path where is configured at the build time.
8285
8286  conf.d/Makefile.am           | 11 ++++++++---
8287  conf.d/{README => README.in} |  6 +++---
8288  2 files changed, 11 insertions(+), 6 deletions(-)
8289
8290 commit f6244d2cf231e1dc756f3e941e61b9bf124879bb
8291 Author: Akira TAGOH <akira@tagoh.org>
8292 Date:   Wed May 8 11:57:49 2013 +0900
8293
8294     Use the glob matching for filename
8295
8296     Regex is expensive to compare filenames. we already have the glob
8297     matching
8298     and it works enough in this case.
8299
8300     Prior to this change, renaming FcConfigGlobMatch() to FcStrGlobMatch()
8301     and moving to fcstr.c
8302
8303  src/fccfg.c   | 46 +---------------------------------------------
8304  src/fcint.h   |  4 ++++
8305  src/fcmatch.c |  6 ++----
8306  src/fcstr.c   | 44 ++++++++++++++++++++++++++++++++++++++++++++
8307  4 files changed, 51 insertions(+), 49 deletions(-)
8308
8309 commit 03216ccf4ca0808f9c7b9513efcaeb7f4058b575
8310 Author: Akira TAGOH <akira@tagoh.org>
8311 Date:   Wed Apr 10 18:41:22 2013 +0900
8312
8313     Bug 63329 - make check fails: .. contents:: :depth: 2
8314
8315     Add back FcHashGetSHA256DigestFromFile() and fall back to it
8316     when font isn't SFNT-based font because FT_Load_Sfnt_Table
8317     fails with FT_Err_Invalid_Face_Handle.
8318
8319  src/fcfreetype.c | 32 ++++++++++++++++++++---------
8320  src/fchash.c     | 62
8321  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
8322  src/fcint.h      |  4 ++++
8323  3 files changed, 88 insertions(+), 10 deletions(-)
8324
8325 commit 77419a4dfdf41ed34dd03e74d0e4e6f89dbc65e1
8326 Author: Akira TAGOH <akira@tagoh.org>
8327 Date:   Wed Apr 10 11:14:39 2013 +0900
8328
8329     documented FC_HASH and FC_POSTSCRIPT_NAME
8330
8331  doc/fontconfig-devel.sgml | 3 +++
8332  1 file changed, 3 insertions(+)
8333
8334 commit fc5a589abad0e8285f7d95007ebda76536e8fa7d
8335 Author: Akira TAGOH <akira@tagoh.org>
8336 Date:   Tue Apr 9 17:18:43 2013 +0900
8337
8338     Revert the previous change and rework to not export freetype API
8339     outside fcfreetype.c
8340
8341  src/fcfreetype.c | 23 ++++++++++++++++++++---
8342  src/fchash.c     | 47 ++++++++++++-----------------------------------
8343  src/fcint.h      |  5 ++---
8344  3 files changed, 34 insertions(+), 41 deletions(-)
8345
8346 commit c93a8b8b54afe33e5ecf9870723543cb4058fa94
8347 Author: Akira TAGOH <akira@tagoh.org>
8348 Date:   Tue Apr 9 12:46:30 2013 +0900
8349
8350     Obtain fonts data via FT_Face instead of opening a file directly
8351
8352  src/fcfreetype.c |  2 +-
8353  src/fchash.c     | 50 +++++++++++++++++++++++++++++++++-----------------
8354  src/fcint.h      |  4 +++-
8355  3 files changed, 37 insertions(+), 19 deletions(-)
8356
8357 commit 9299155b5247255d6b6687448173056c3ca8d09b
8358 Author: Akira TAGOH <akira@tagoh.org>
8359 Date:   Tue Apr 9 11:34:35 2013 +0900
8360
8361     Ensure closing fp on error
8362
8363  src/fchash.c | 2 +-
8364  1 file changed, 1 insertion(+), 1 deletion(-)
8365
8366 commit 18bf57c70aafcad031c0b43756b754dcaf6a756a
8367 Author: Sebastian Freundt <hroptatyr@fresse.org>
8368 Date:   Sun Apr 7 00:02:58 2013 +0000
8369
8370     build-chain, replace INCLUDES directive by AM_CPPFLAGS
8371
8372     As of automake-13.1 the INCLUDES directive is no longer supported.
8373     An automake run will return with an error.
8374
8375     This changeset simply follows automake's advice to replace INCLUDES
8376     by AM_CPPFLAGS.
8377
8378  Tools.mk                | 4 ++--
8379  fc-cache/Makefile.am    | 2 +-
8380  fc-cat/Makefile.am      | 2 +-
8381  fc-list/Makefile.am     | 2 +-
8382  fc-match/Makefile.am    | 2 +-
8383  fc-pattern/Makefile.am  | 2 +-
8384  fc-query/Makefile.am    | 2 +-
8385  fc-scan/Makefile.am     | 2 +-
8386  fc-validate/Makefile.am | 2 +-
8387  src/Makefile.am         | 2 +-
8388  10 files changed, 11 insertions(+), 11 deletions(-)
8389
8390 commit 8fd0ed60a62cb7f36b2ade1bd16a66671eaf79da
8391 Author: Akira TAGOH <akira@tagoh.org>
8392 Date:   Mon Apr 1 18:16:28 2013 +0900
8393
8394     Bug 62980 - matching native fonts with even :lang=en
8395
8396     Fix the matcher modified by 4eab908c8679a797ac7016b77a93ee41bb11b0fc
8397     to deal with both strong and weak of FC_LANG as the same location
8398     in the score
8399
8400  src/fcmatch.c | 23 +++++++----------------
8401  1 file changed, 7 insertions(+), 16 deletions(-)
8402
8403 commit 73fa326d1e791b587da93b795f962c3405b7a96d
8404 Author: Akira TAGOH <akira@tagoh.org>
8405 Date:   Fri Mar 29 16:10:15 2013 +0900
8406
8407     Bump version to 2.10.92
8408
8409  README                  | 65
8410  +++++++++++++++++++++++++++++++++++++++++++++++--
8411  configure.ac            |  2 +-
8412  fontconfig/fontconfig.h |  2 +-
8413  3 files changed, 65 insertions(+), 4 deletions(-)
8414
8415 commit c842412c079e781d53f023616d9758223fb68323
8416 Author: Akira TAGOH <akira@tagoh.org>
8417 Date:   Fri Mar 29 16:07:30 2013 +0900
8418
8419     Minor fix
8420
8421  new-version.sh | 2 +-
8422  1 file changed, 1 insertion(+), 1 deletion(-)
8423
8424 commit b3b435b87f1aec1b2779fd7edbbff5571c3c61a2
8425 Author: Akira TAGOH <akira@tagoh.org>
8426 Date:   Fri Mar 29 16:02:34 2013 +0900
8427
8428     Bump libtool revision
8429
8430  configure.ac | 6 +++---
8431  1 file changed, 3 insertions(+), 3 deletions(-)
8432
8433 commit 3fc22cfe756fcb2d6c5a64aa305957c417c6cecd
8434 Author: Akira TAGOH <akira@tagoh.org>
8435 Date:   Fri Mar 29 12:46:04 2013 +0900
8436
8437     Minor cleanup
8438
8439  Makefile.am | 1 +
8440  1 file changed, 1 insertion(+)
8441
8442 commit b561ff2016ce84eef3c81f16dfb0481be6a13f9b
8443 Author: Akira TAGOH <akira@tagoh.org>
8444 Date:   Fri Jan 18 11:30:10 2013 +0900
8445
8446     Bug 38737 - Wishlist: support FC_POSTSCRIPT_NAME
8447
8448     Add the PostScript name into the cache and the matcher.
8449     Scoring the better font against the PostScript name by
8450     the forward-matching.
8451
8452  fontconfig/fontconfig.h |  1 +
8453  src/fcfreetype.c        | 49 +++++++++++++++++++++++++++-
8454  src/fcint.h             |  6 ++++
8455  src/fcmatch.c           | 21 ++++++++++++
8456  src/fcobjs.h            |  1 +
8457  src/fcstr.c             | 85
8458  ++++++++++++++++++++++++++++---------------------
8459  6 files changed, 125 insertions(+), 38 deletions(-)
8460
8461 commit c758206e8c0e5b572bd34183b184ef4361745333
8462 Author: Akira TAGOH <akira@tagoh.org>
8463 Date:   Thu Mar 21 11:58:06 2013 +0900
8464
8465     Fix a SIGSEGV on FcPatternGet* with NULL pattern
8466
8467  src/fcpat.c | 2 ++
8468  1 file changed, 2 insertions(+)
8469
8470 commit bdf1581e3de5528f397f19bfd4ca9caaf9e7fe4a
8471 Author: Behdad Esfahbod <behdad@behdad.org>
8472 Date:   Fri Mar 8 05:53:27 2013 -0500
8473
8474     Fix crash with FcConfigSetCurrent(NULL)
8475
8476  src/fccfg.c | 2 +-
8477  1 file changed, 1 insertion(+), 1 deletion(-)
8478
8479 commit aad4d6f6c68d06415333f5d0d3e4b4870114f11d
8480 Author: Akira TAGOH <akira@tagoh.org>
8481 Date:   Thu Mar 7 13:19:50 2013 +0900
8482
8483     Do not copy FC_*LANG_OBJECT even if it's not available on the pattern
8484
8485     those objects are linked to the corresponding string objects.
8486     this may causes inconsistency that those objects has more values
8487     than them.
8488
8489  src/fcmatch.c | 5 ++++-
8490  1 file changed, 4 insertions(+), 1 deletion(-)
8491
8492 commit e96d7760886a3781a46b3271c76af99e15cb0146
8493 Author: Akira TAGOH <akira@tagoh.org>
8494 Date:   Wed Feb 6 19:35:30 2013 +0900
8495
8496     Bug 59456 - Adding a --sysroot like option to fc-cache
8497
8498     Add an ability to set the system root to generate the caches.
8499     In order to do this, new APIs, FcConfigGetSysRoot() and
8500     FcConfigSetSysRoot() is available.
8501
8502  doc/fcconfig.fncs       | 21 +++++++++++
8503  fc-cache/fc-cache.c     | 38 +++++++++++++------
8504  fontconfig/fontconfig.h |  7 ++++
8505  src/fccache.c           | 99
8506  +++++++++++++++++++++++++++++++++----------------
8507  src/fccfg.c             | 57 ++++++++++++++++++++++++++++
8508  src/fcinit.c            | 30 ++++++++++-----
8509  src/fcint.h             | 15 +++++++-
8510  src/fcstr.c             | 62 ++++++++++++++++++++++++++++++-
8511  8 files changed, 275 insertions(+), 54 deletions(-)
8512
8513 commit 569657a24ca11aedfd3b588984344d7ab97fe09f
8514 Author: Akira TAGOH <akira@tagoh.org>
8515 Date:   Tue Mar 5 12:46:01 2013 +0900
8516
8517     Fix a memory leak
8518
8519  src/fclang.c | 4 +++-
8520  1 file changed, 3 insertions(+), 1 deletion(-)
8521
8522 commit 612ee2a5c91b8929b2cc5abce4af84d8d7e66bd0
8523 Author: Akira TAGOH <akira@tagoh.org>
8524 Date:   Fri Mar 1 22:21:25 2013 +0900
8525
8526     Fix broken sort order with FcFontSort()
8527
8528     which was introduced by 4eab908c8679a797ac7016b77a93ee41bb11b0fc
8529
8530  src/fcmatch.c | 7 +++++++
8531  1 file changed, 7 insertions(+)
8532
8533 commit ea4ebd59377d3dff3616bd20381f308a92781ae6
8534 Author: Akira TAGOH <akira@tagoh.org>
8535 Date:   Fri Mar 1 19:38:21 2013 +0900
8536
8537     Fix a crash when the object is non-builtin object
8538
8539  src/fcmatch.c | 3 ++-
8540  1 file changed, 2 insertions(+), 1 deletion(-)
8541
8542 commit 10230497675fa4fcbb427efe8dd2883839ddaec0
8543 Author: Akira TAGOH <akira@tagoh.org>
8544 Date:   Fri Mar 1 18:41:27 2013 +0900
8545
8546     Fix a typo
8547
8548  conf.d/30-metric-aliases.conf | 2 +-
8549  1 file changed, 1 insertion(+), 1 deletion(-)
8550
8551 commit db69bf6ecd0da4d23bdfe38652bb53d2daa655a2
8552 Author: Akira TAGOH <akira@tagoh.org>
8553 Date:   Fri Mar 1 18:31:01 2013 +0900
8554
8555     Bug 60783 - Add Liberation Sans Narrow to 30-metric-aliases.conf
8556
8557     Add Liberation Sans Narrow as an alias for Arial Narrow
8558
8559  conf.d/30-metric-aliases.conf | 16 ++++++++++++++++
8560  1 file changed, 16 insertions(+)
8561
8562 commit 2c696255749683e9a084f797eb033d222510a275
8563 Author: Akira TAGOH <akira@tagoh.org>
8564 Date:   Mon Feb 18 13:17:53 2013 +0900
8565
8566     Bug 60748 - broken conf.d/10-autohint.conf and conf.d/10-unhinted.conf
8567
8568     Move the target of recipes to the "pattern" from the "font".
8569     This is to ensure the targeted objects is updated by them
8570     prior to FcDefaultSubstitute() so that it can adds the default
8571     values properly.
8572
8573  conf.d/10-autohint.conf          | 2 +-
8574  conf.d/10-no-sub-pixel.conf      | 2 +-
8575  conf.d/10-sub-pixel-bgr.conf     | 2 +-
8576  conf.d/10-sub-pixel-rgb.conf     | 2 +-
8577  conf.d/10-sub-pixel-vbgr.conf    | 2 +-
8578  conf.d/10-sub-pixel-vrgb.conf    | 2 +-
8579  conf.d/10-unhinted.conf          | 2 +-
8580  conf.d/11-lcdfilter-default.conf | 2 +-
8581  conf.d/11-lcdfilter-legacy.conf  | 2 +-
8582  conf.d/11-lcdfilter-light.conf   | 2 +-
8583  10 files changed, 10 insertions(+), 10 deletions(-)
8584
8585 commit 83f679ce558de736ef1a095a362397da0ac3417f
8586 Author: Behdad Esfahbod <behdad@behdad.org>
8587 Date:   Fri Feb 15 09:48:38 2013 -0500
8588
8589     Accept digits as part of OpenType script tags
8590
8591     They've been used since 2005.
8592
8593  src/fcfreetype.c | 5 +++--
8594  1 file changed, 3 insertions(+), 2 deletions(-)
8595
8596 commit 72b0480a21958f0f8c115d8e0a5bfbd8d358b5c3
8597 Author: Akira TAGOH <akira@tagoh.org>
8598 Date:   Thu Feb 7 17:56:17 2013 +0900
8599
8600     Add Culmus foundry to the vendor list
8601
8602     Maps fonts produced by the Culmus project
8603     <http://culmus.sourceforge.net>
8604     to the XLFD foundry name culmus.
8605
8606     For TrueType fonts, maps the vendor code CLM from the TrueType vendor
8607     id field.
8608
8609     For Type1 fonts, which use heuristics to guess mappings to XLFD
8610     foundries from
8611     words in the copyright notice, add the names of the main contributors
8612     to
8613     the Culmus product to recognize the fonts under their copyright.
8614
8615     Patch from Maxim Iorsh
8616
8617  src/fcfreetype.c | 67
8618  +++++++++++++++++++-------------------------------------
8619  1 file changed, 23 insertions(+), 44 deletions(-)
8620
8621 commit 96220a5ed9d1d761b14a7ac516ac6786c132f280
8622 Author: Quentin Glidic <sardemff7+git@sardemff7.net>
8623 Date:   Sat Feb 2 17:01:07 2013 +0100
8624
8625     Use LOG_COMPILER and AM_TESTS_ENVIRONMENT
8626
8627     TESTS_ENVIRONMENT is deprecated and should be reserved to the user to
8628     override the test environment
8629
8630     <ext>_LOG_COMPILER is meant to contain the program that runs the test
8631     with <ext> extension
8632     LOG_COMPILER is for extensionless tests
8633     AM_TESTS_ENVIRONMENT is meant to set the environment for the tests
8634
8635       https://bugs.freedesktop.org/show_bug.cgi?id=60192
8636
8637     Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
8638
8639  Makefile.am      |  1 -
8640  configure.ac     |  2 +-
8641  doc/Makefile.am  |  5 ++++-
8642  test/Makefile.am | 12 +++++++++++-
8643  4 files changed, 16 insertions(+), 4 deletions(-)
8644
8645 commit 62b7d764ce994bb32e7614337fdfa0854445c380
8646 Author: Akira TAGOH <akira@tagoh.org>
8647 Date:   Wed Feb 6 19:14:51 2013 +0900
8648
8649     Bump the cache version to 4
8650
8651  fontconfig/fontconfig.h | 2 +-
8652  src/fcint.h             | 2 +-
8653  2 files changed, 2 insertions(+), 2 deletions(-)
8654
8655 commit 4eab908c8679a797ac7016b77a93ee41bb11b0fc
8656 Author: Akira TAGOH <akira@tagoh.org>
8657 Date:   Wed Feb 6 19:02:07 2013 +0900
8658
8659     Update _FcMatchers definition logic
8660
8661     to make it easier to maintain. also added FC_HASH_OBJECT to be matched
8662     in the pattern, prior to FC_FILE_OBJECT.
8663
8664  src/fcint.h            |   2 +-
8665  src/fcmatch.c          | 184
8666  +++++++++++++++++++++++--------------------------
8667  src/fcname.c           |   2 +-
8668  src/fcobjs.h           |  90 ++++++++++++------------
8669  src/fcobjshash.gperf.h |   2 +-
8670  5 files changed, 134 insertions(+), 146 deletions(-)
8671
8672 commit 52b2b5c99268d5ad28dc0972c5f136720d55f21b
8673 Author: Akira TAGOH <akira@tagoh.org>
8674 Date:   Tue Feb 5 20:44:18 2013 +0900
8675
8676     Bug 60312 - DIST_SUBDIRS should never appear in a conditional
8677
8678     As it is documented like this:
8679
8680     If SUBDIRS is defined conditionally using Automake conditionals,
8681     Automake will define DIST_SUBDIRS automatically from the possible
8682     values of SUBDIRS in all conditions.
8683
8684     So we don't need to re-define DIST_SUBDIRS in Makefile.am unless
8685     we use AC_SUBST to define SUBDIRS.
8686
8687     Patch from Quentin Glidic
8688
8689  Makefile.am | 3 ---
8690  1 file changed, 3 deletions(-)
8691
8692 commit 95af7447dba7c54ed162b667c0bb2ea6500e8f32
8693 Author: Akira TAGOH <akira@tagoh.org>
8694 Date:   Mon Feb 4 16:03:29 2013 +0900
8695
8696     Bug 50733 - Add font-file hash?
8697
8698     Add "hash" object which contains SHA256 hash value (so far) computed
8699     from the font file.
8700
8701  fontconfig/fontconfig.h |   1 +
8702  src/Makefile.am         |   1 +
8703  src/fcfreetype.c        |   9 ++
8704  src/fchash.c            | 265
8705  ++++++++++++++++++++++++++++++++++++++++++++++++
8706  src/fcint.h             |   7 ++
8707  src/fcobjs.h            |   1 +
8708  6 files changed, 284 insertions(+)
8709
8710 commit d34643894f2dff7eec35345e8e9b32a9a32fa113
8711 Author: Akira TAGOH <akira@tagoh.org>
8712 Date:   Tue Feb 5 14:17:16 2013 +0900
8713
8714     Use AM_MISSING_PROG instead of hardcoding missing
8715
8716  Makefile.am  | 2 +-
8717  configure.ac | 1 +
8718  2 files changed, 2 insertions(+), 1 deletion(-)
8719
8720 commit 241cd53ff62599ecf557c6a4f975fc427dad9700
8721 Author: Akira TAGOH <akira@tagoh.org>
8722 Date:   Tue Feb 5 11:33:47 2013 +0900
8723
8724     Revert "test: Use SH_LOG_COMPILER and AM_TESTS_ENVIRONMENT"
8725
8726     This reverts commit 2146b0307a3476892723104481f27f8484451c52.
8727
8728     That change introduces incompatibility and seems not working with
8729     older releases of automake, including automake 1.12.2.
8730
8731  test/Makefile.am | 12 +-----------
8732  1 file changed, 1 insertion(+), 11 deletions(-)
8733
8734 commit 2146b0307a3476892723104481f27f8484451c52
8735 Author: Quentin Glidic <sardemff7+git@sardemff7.net>
8736 Date:   Sat Feb 2 17:01:07 2013 +0100
8737
8738     test: Use SH_LOG_COMPILER and AM_TESTS_ENVIRONMENT
8739
8740     TESTS_ENVIRONMENT is deprecated and should be reserved to the user to
8741     override the test environment
8742
8743     <ext>_LOG_COMPILER is meant to contain the program that runs the test
8744     with <ext> extension
8745     AM_TESTS_ENVIRONMENT is meant to set the environment for the tests
8746
8747       https://bugs.freedesktop.org/show_bug.cgi?id=60192
8748
8749     Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
8750
8751  test/Makefile.am | 12 +++++++++++-
8752  1 file changed, 11 insertions(+), 1 deletion(-)
8753
8754 commit da0946721af3ab2dff3cd903065336b93592d067
8755 Author: Akira TAGOH <akira@tagoh.org>
8756 Date:   Mon Feb 4 17:57:00 2013 +0900
8757
8758     Use AM_MISSING_PROG instead of hardcoding missing
8759
8760  configure.ac    | 2 ++
8761  src/Makefile.am | 2 +-
8762  2 files changed, 3 insertions(+), 1 deletion(-)
8763
8764 commit 786ead52015573e7b60a53d79abc26d611f1fe93
8765 Author: Akira TAGOH <akira@tagoh.org>
8766 Date:   Mon Feb 4 17:20:03 2013 +0900
8767
8768     Modernize configure.ac
8769
8770  configure.ac | 7 ++++---
8771  1 file changed, 4 insertions(+), 3 deletions(-)
8772
8773 commit 20191810d1fea7c2f49b65ffee3e4d5e2bc0bac3
8774 Author: Akira TAGOH <akira@tagoh.org>
8775 Date:   Tue Jan 29 20:19:36 2013 +0900
8776
8777     Bug 23757 - Add mode="delete" to <edit>
8778
8779     Add two edit mode, "delete" and "delete_all".
8780     what values are being deleted depends on <test> as documented.
8781     if the target object is same to what is tested, matching value there
8782     will be deleted. otherwise all of values in the object will be
8783     deleted.
8784     so this would means both edit mode will not take any expressions.
8785
8786     e.g.
8787
8788     Given that the testing is always true here, the following rules:
8789
8790       <match>
8791         <test name="foo" compare="eq">
8792           <string>bar</string>
8793         </test>
8794         <edit name="foo" mode="delete"/>
8795       </match>
8796
8797     will removes "bar" string from "foo" object. and:
8798
8799       <match>
8800         <test name="foo" compare="eq">
8801           <string>foo</string>
8802         </test>
8803         <edit name="bar" mode="delete"/>
8804       </match>
8805
8806     will removes all of values in "bar" object.
8807
8808  doc/fontconfig-user.sgml |  2 ++
8809  fonts.dtd                |  2 +-
8810  src/fccfg.c              | 10 ++++++++++
8811  src/fcdbg.c              |  6 ++++--
8812  src/fcint.h              |  1 +
8813  src/fcxml.c              | 11 +++++++++++
8814  6 files changed, 29 insertions(+), 3 deletions(-)
8815
8816 commit c1d9588890798e389d0f0ba633b704dee1ea8bf5
8817 Author: Colin Walters <walters@verbum.org>
8818 Date:   Thu Jan 31 21:32:46 2013 -0500
8819
8820     build: Only use PKG_INSTALLDIR if available
8821
8822     It's only in pkg-config 0.27 or newer, but 0.25 at least is still
8823     fairly widespread.
8824
8825  configure.ac | 2 +-
8826  1 file changed, 1 insertion(+), 1 deletion(-)
8827
8828 commit e11f15628cff04c4a742f88abee22f440edcce52
8829 Author: Christoph J. Thompson <cjsthompson@gmail.com>
8830 Date:   Fri Feb 1 02:27:32 2013 +0100
8831
8832     Use the PKG_INSTALLDIR macro.
8833
8834             modified:   Makefile.am
8835             modified:   configure.ac
8836
8837  Makefile.am  | 1 -
8838  configure.ac | 1 +
8839  2 files changed, 1 insertion(+), 1 deletion(-)
8840
8841 commit d26fb23c41abd87422778bb38eea39f25ba3dc4a
8842 Author: Akira TAGOH <akira@tagoh.org>
8843 Date:   Fri Jan 25 20:01:24 2013 +0900
8844
8845     Bug 59385 - Do the right thing for intermixed edit and test elements
8846
8847     This changes allows to have multiple mathcing rules in one <match>
8848     block
8849     in the same order.
8850     After this changes, the following thing will works as two matching
8851     rules:
8852
8853             <match>
8854                     <!-- rule 1 -->
8855                     <test name="family" compare="eq">
8856                             <string>foo</string>
8857                     </test>
8858                     <edit name="foo" mode="append">
8859                             <string>foo</string>
8860                     </edit>
8861                     <!-- rule 2 -->
8862                     <test name="foo" compare="eq">
8863                             <string>foo</string>
8864                     </test>
8865                     <edit name="foo" mode="append">
8866                             <string>bar</string>
8867                     </edit>
8868             </match>
8869
8870  fonts.dtd   |  2 +-
8871  src/fcxml.c | 46 ++++++++++++++++++++++++++++++++++++++++++++++
8872  2 files changed, 47 insertions(+), 1 deletion(-)
8873
8874 commit fb3b410998aba8835999e2ca7003a180431cfaf4
8875 Author: Akira TAGOH <akira@tagoh.org>
8876 Date:   Wed Jan 23 12:37:51 2013 +0900
8877
8878     remove the unnecessary code
8879
8880  src/fccompat.c | 6 ------
8881  1 file changed, 6 deletions(-)
8882
8883 commit 5400bb4fb43dc811b813f11d5b0c023db727f543
8884 Author: Akira TAGOH <akira@tagoh.org>
8885 Date:   Wed Jan 23 12:32:37 2013 +0900
8886
8887     Add another approach to FC_PRGNAME for Solaris 10 or before
8888
8889     Patch from Raimund Steger
8890
8891  configure.ac    | 2 +-
8892  src/fcdefault.c | 5 ++++-
8893  2 files changed, 5 insertions(+), 2 deletions(-)
8894
8895 commit 000ca9ccb03013a5b151f0d21148ab0ca4c2f2de
8896 Author: Akira TAGOH <akira@tagoh.org>
8897 Date:   Tue Jan 22 12:11:56 2013 +0900
8898
8899     Fix installation on MinGW32
8900
8901     Patch from LRN
8902
8903  src/Makefile.am | 5 +++--
8904  1 file changed, 3 insertions(+), 2 deletions(-)
8905
8906 commit 6363193a0575cf6f58baf7f0a772ad8f92b7b904
8907 Author: Akira TAGOH <akira@tagoh.org>
8908 Date:   Tue Jan 22 12:03:28 2013 +0900
8909
8910     Fix mkstemp absence for some platform
8911
8912     Patch from LRN and modified to make more generic.
8913
8914  src/fccache.c  |  57 ----------------------------
8915  src/fccompat.c | 116
8916  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
8917  src/fcint.h    |   3 ++
8918  3 files changed, 119 insertions(+), 57 deletions(-)
8919
8920 commit 9dbc282796e9a4d5a2a8cc7d1c8e29b9154e91c0
8921 Author: Akira TAGOH <akira@tagoh.org>
8922 Date:   Tue Jan 22 10:26:41 2013 +0900
8923
8924     Add missing file descriptor to F_DUPFD_CLOEXEC
8925
8926     Patch from Matthieu Herrb
8927
8928  src/fccompat.c | 2 +-
8929  1 file changed, 1 insertion(+), 1 deletion(-)
8930
8931 commit 6118781f7f5dba672d19a841cc231661bf5fb59d
8932 Author: Behdad Esfahbod <behdad@behdad.org>
8933 Date:   Thu Jan 17 19:27:20 2013 -0600
8934
8935     Fix readlink failure
8936
8937     As reported by Raimund Steger.
8938
8939  src/fcdefault.c | 4 ++--
8940  1 file changed, 2 insertions(+), 2 deletions(-)
8941
8942 commit 671bcb34e23ed03b1f564af35560db81f8b12b96
8943 Author: Akira TAGOH <akira@tagoh.org>
8944 Date:   Thu Jan 17 12:49:16 2013 +0900
8945
8946     Better fix for 2fe5ddfd
8947
8948     Drop realpath() and fix breakage on Win32
8949
8950  configure.ac    |  2 +-
8951  src/fcdefault.c | 14 +++++++-------
8952  2 files changed, 8 insertions(+), 8 deletions(-)
8953
8954 commit 2fe5ddfdae6be80db5b7e622ab6c1ab985377542
8955 Author: Behdad Esfahbod <behdad@behdad.org>
8956 Date:   Wed Jan 16 21:01:28 2013 -0600
8957
8958     Fix FC_PRGNAME default
8959
8960     As reported by Raimund Steger.
8961
8962  src/fcdefault.c | 36 +++++++++++++++++++-----------------
8963  1 file changed, 19 insertions(+), 17 deletions(-)
8964
8965 commit 55d39bcad0737e92e1207fabbd8c65fa9e5e0482
8966 Author: Behdad Esfahbod <behdad@behdad.org>
8967 Date:   Wed Jan 16 07:30:44 2013 -0600
8968
8969     Fix fc-cache crash caused by looking up NULL object incorrectly
8970
8971     We were returning a skiplist node when looking up NULL!
8972
8973  src/fccache.c | 7 +++++--
8974  src/fccfg.c   | 4 ++--
8975  2 files changed, 7 insertions(+), 4 deletions(-)
8976
8977 commit 106c4f73119e00a7804ef79ee556f1111d680e32
8978 Author: Behdad Esfahbod <behdad@behdad.org>
8979 Date:   Wed Jan 16 07:05:07 2013 -0600
8980
8981     Minor
8982
8983  src/fcfreetype.c | 3 ++-
8984  1 file changed, 2 insertions(+), 1 deletion(-)
8985
8986 commit 1a5d0daea0173e2cc47d76d2022467f0dbd423f0
8987 Author: Behdad Esfahbod <behdad@behdad.org>
8988 Date:   Wed Jan 16 04:52:06 2013 -0600
8989
8990     Remove unused checks for common functions
8991
8992     The check results of these were never actually used.
8993
8994  configure.ac | 2 +-
8995  1 file changed, 1 insertion(+), 1 deletion(-)
8996
8997 commit f9ac4c84c90cbb57afbf1fa3a5c9ff3bfc4f537e
8998 Author: Akira TAGOH <akira@tagoh.org>
8999 Date:   Wed Jan 16 16:35:28 2013 +0900
9000
9001     Improve FcGetPrgname() to work on BSD
9002
9003  configure.ac    |  2 +-
9004  src/fcdefault.c | 10 ++++++++++
9005  2 files changed, 11 insertions(+), 1 deletion(-)
9006
9007 commit ec5ca08c807585a9230f83c95f7cca6b7065b142
9008 Author: Behdad Esfahbod <behdad@behdad.org>
9009 Date:   Tue Jan 15 20:41:26 2013 -0600
9010
9011     Bug 59379 - FC_PRGNAME
9012
9013     Can be used for per-application configuration.
9014
9015  configure.ac              |  2 +-
9016  doc/fontconfig-devel.sgml |  3 +-
9017  doc/fontconfig-user.sgml  |  1 +
9018  fontconfig/fontconfig.h   |  1 +
9019  src/fccfg.c               |  7 ++++
9020  src/fcdefault.c           | 85
9021  +++++++++++++++++++++++++++++++++++++++++++++--
9022  src/fcint.h               |  3 ++
9023  src/fcobjs.h              |  1 +
9024  8 files changed, 99 insertions(+), 4 deletions(-)
9025
9026 commit 3f84695104b169fe25742ba3b91d04467f5debc4
9027 Author: Akira TAGOH <akira@tagoh.org>
9028 Date:   Tue Sep 4 12:39:48 2012 +0900
9029
9030     Bug 50497 - RFE: Add OpenType feature tags support
9031
9032     Add FC_FONT_FEATURES to store the feature tags to be enabled.
9033
9034  doc/fontconfig-devel.sgml | 2 ++
9035  doc/fontconfig-user.sgml  | 1 +
9036  fontconfig/fontconfig.h   | 1 +
9037  src/fcobjs.h              | 1 +
9038  4 files changed, 5 insertions(+)
9039
9040 commit dffb69ed8c7cf2e707bc692f94b51108b772d9d8
9041 Author: Akira TAGOH <akira@tagoh.org>
9042 Date:   Tue Jan 15 17:26:27 2013 +0900
9043
9044     Fix the build fail on MinGW
9045
9046     Reported at
9047     http://lists.freedesktop.org/archives/fontconfig/2013-January/004601.html
9048
9049     just warn at the runtime instead of the compile time. it somewhat
9050     works
9051     on even MinGW since FcMakeTempfile() isn't used on Win32 so far.
9052
9053  src/fccompat.c | 6 +++++-
9054  1 file changed, 5 insertions(+), 1 deletion(-)
9055
9056 commit 8b8f0d21534aa9b82276815c84429ffca8941d2a
9057 Author: Behdad Esfahbod <behdad@behdad.org>
9058 Date:   Mon Jan 14 14:39:12 2013 -0600
9059
9060     Minor
9061
9062  src/fcmatch.c | 2 +-
9063  1 file changed, 1 insertion(+), 1 deletion(-)
9064
9065 commit 8828fffd93c6b19bcfd7626ddc472aa8f055d034
9066 Author: Behdad Esfahbod <behdad@behdad.org>
9067 Date:   Mon Jan 14 14:36:38 2013 -0600
9068
9069     Copy all values from pattern to font if the font doesn't have
9070     the element
9071
9072     Bug 59376 - FcFontRenderPrepare enhancement
9073
9074  src/fcmatch.c | 5 +++--
9075  1 file changed, 3 insertions(+), 2 deletions(-)
9076
9077 commit 0831c1770e4bac7269a190936bbb0529d747e233
9078 Author: Behdad Esfahbod <behdad@behdad.org>
9079 Date:   Thu Jan 10 09:01:52 2013 -0600
9080
9081     Ensure we find the uninstalled fontconfig header
9082
9083     Patch from Colin Walters.
9084
9085  test/Makefile.am | 2 ++
9086  1 file changed, 2 insertions(+)
9087
9088 commit 1527c395cbe0bbab9e66a42213ef3ac5ce1c0383
9089 Author: Behdad Esfahbod <behdad@behdad.org>
9090 Date:   Thu Jan 10 09:00:18 2013 -0600
9091
9092     Resepct $NOCONFIGURE
9093
9094     Patch from Colin Walters.
9095
9096  autogen.sh | 4 ++--
9097  1 file changed, 2 insertions(+), 2 deletions(-)
9098
9099 commit fcc3567847949ec422157d331c9640cd0453e169
9100 Author: Akira TAGOH <akira@tagoh.org>
9101 Date:   Thu Jan 10 17:57:12 2013 +0900
9102
9103     Bump version to 2.10.91
9104
9105  README                  | 105
9106  +++++++++++++++++++++++++++++++++++++++++++++++-
9107  configure.ac            |   2 +-
9108  fontconfig/fontconfig.h |   2 +-
9109  3 files changed, 105 insertions(+), 4 deletions(-)
9110
9111 commit 98352247f2ab01046c330485f73fd26eb15a08a4
9112 Author: Akira TAGOH <akira@tagoh.org>
9113 Date:   Thu Jan 10 17:56:51 2013 +0900
9114
9115     Update the date in README properly
9116
9117  new-version.sh | 4 ++--
9118  1 file changed, 2 insertions(+), 2 deletions(-)
9119
9120 commit 9066fbe7855674ff51053b78f1d0d179486e22ea
9121 Author: Behdad Esfahbod <behdad@behdad.org>
9122 Date:   Thu Jan 10 01:23:07 2013 -0600
9123
9124     Make linker happy
9125
9126  fc-validate/Makefile.am | 2 +-
9127  1 file changed, 1 insertion(+), 1 deletion(-)
9128
9129 commit 98efed3bcafc92b573b193b5b38039aa717617d3
9130 Author: Behdad Esfahbod <behdad@behdad.org>
9131 Date:   Thu Jan 10 01:17:02 2013 -0600
9132
9133     Add atomic ops for Solaris
9134
9135     Patch from Raimund Steger.
9136
9137  configure.ac   | 22 ++++++++++++++++++++--
9138  src/fcatomic.h | 12 ++++++++++++
9139  2 files changed, 32 insertions(+), 2 deletions(-)
9140
9141 commit 8e8a99ae8a1c2e56c42093bee577d6de66248366
9142 Author: Akira TAGOH <akira@tagoh.org>
9143 Date:   Mon Sep 10 16:09:04 2012 +0900
9144
9145     Bug 29312 - RFE: feature to indicate which characters are missing
9146     to satisfy the language support
9147
9148     Add fc-validate to check the language coverage in a font.
9149
9150  Makefile.am                  |   2 +-
9151  configure.ac                 |   1 +
9152  doc/fclangset.fncs           |   8 ++
9153  fc-validate/Makefile.am      |  60 +++++++++++
9154  fc-validate/fc-validate.c    | 242
9155  +++++++++++++++++++++++++++++++++++++++++++
9156  fc-validate/fc-validate.sgml | 182 ++++++++++++++++++++++++++++++++
9157  fontconfig/fontconfig.h      |   3 +
9158  src/fcint.h                  |   3 -
9159  8 files changed, 497 insertions(+), 4 deletions(-)
9160
9161 commit 16fd965171808c10f87d097f678ee9e10771be72
9162 Author: Akira TAGOH <akira@tagoh.org>
9163 Date:   Wed Jan 9 11:26:56 2013 +0900
9164
9165     Fix a typo in the manpages template
9166
9167  doc/func.sgml | 2 +-
9168  1 file changed, 1 insertion(+), 1 deletion(-)
9169
9170 commit 7680e9ee891a74f0e428e30604a5d0ff0e2e9383
9171 Author: Behdad Esfahbod <behdad@behdad.org>
9172 Date:   Tue Jan 8 14:51:00 2013 -0600
9173
9174     Add pthread test
9175
9176     Not enabled by default since it requires config and fonts.
9177
9178  test/Makefile.am    |  9 ++++++
9179  test/test-pthread.c | 79
9180  +++++++++++++++++++++++++++++++++++++++++++++++++++++
9181  2 files changed, 88 insertions(+)
9182
9183 commit dc21ed28d69df279c6068d9cae862e02af72815f
9184 Author: Behdad Esfahbod <behdad@behdad.org>
9185 Date:   Tue Jan 8 13:01:48 2013 -0600
9186
9187     Fix memory corruption!
9188
9189     In FcStrListCreate() we were increasing reference count of set,
9190     however, if set had a const reference (which is the case for list
9191     of languages), and with multiple threads, the const ref (-1) was
9192     getting up to 1 and then a decrease was destroying the set.  Ouch.
9193
9194     Here's the valgrind error, which took me quite a few hours of
9195     running to catch:
9196
9197     ==4464== Invalid read of size 4
9198     ==4464==    at 0x4E58FF3: FcStrListNext (fcstr.c:1256)
9199     ==4464==    by 0x4E3F11D: FcConfigSubstituteWithPat (fccfg.c:1508)
9200     ==4464==    by 0x4E3F8F4: FcConfigSubstitute (fccfg.c:1729)
9201     ==4464==    by 0x4009FA: test_match (simple-pthread-test.c:53)
9202     ==4464==    by 0x400A6E: run_test_in_thread (simple-pthread-test.c:68)
9203     ==4464==    by 0x507EE99: start_thread (pthread_create.c:308)
9204     ==4464==  Address 0x6bc0b44 is 4 bytes inside a block of size
9205     24 free'd
9206     ==4464==    at 0x4C2A82E: free (in
9207     /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
9208     ==4464==    by 0x4E58F84: FcStrSetDestroy (fcstr.c:1236)
9209     ==4464==    by 0x4E3F0C6: FcConfigSubstituteWithPat (fccfg.c:1507)
9210     ==4464==    by 0x4E3F8F4: FcConfigSubstitute (fccfg.c:1729)
9211     ==4464==    by 0x4009FA: test_match (simple-pthread-test.c:53)
9212     ==4464==    by 0x400A6E: run_test_in_thread (simple-pthread-test.c:68)
9213     ==4464==    by 0x507EE99: start_thread (pthread_create.c:308)
9214
9215     Thread test is running happily now.  Will add the test in a moment.
9216
9217  src/fcstr.c | 13 ++++++++++++-
9218  1 file changed, 12 insertions(+), 1 deletion(-)
9219
9220 commit 4e6c7d0827c5b3b20205521bf9bd2e94e704b36d
9221 Author: Akira TAGOH <akira@tagoh.org>
9222 Date:   Tue Jan 8 16:20:28 2013 +0900
9223
9224     Fix a build fail on mingw
9225
9226     Regarding the change of 596931c8b4a7a35cbff9c33437d3cd44395d9c3f
9227
9228  configure.ac   | 2 +-
9229  src/fccompat.c | 4 ++++
9230  2 files changed, 5 insertions(+), 1 deletion(-)
9231
9232 commit d837a7a584bc1e908bc4370d337cd10ecc781fad
9233 Author: Akira TAGOH <akira@tagoh.org>
9234 Date:   Tue Jan 8 16:18:32 2013 +0900
9235
9236     missing header file to declare _mkdir
9237
9238  src/fccache.c | 1 +
9239  1 file changed, 1 insertion(+)
9240
9241 commit 596931c8b4a7a35cbff9c33437d3cd44395d9c3f
9242 Author: Akira TAGOH <akira@tagoh.org>
9243 Date:   Thu Dec 6 20:01:52 2012 +0900
9244
9245     Bug 47705 - Using O_CLOEXEC
9246
9247  configure.ac    |   4 ++-
9248  src/Makefile.am |   1 +
9249  src/fcatomic.c  |   3 +-
9250  src/fccache.c   |   6 ++--
9251  src/fccompat.c  | 103
9252  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
9253  src/fcint.h     |   7 ++++
9254  src/fcstat.c    |   2 +-
9255  src/fcxml.c     |   2 +-
9256  8 files changed, 120 insertions(+), 8 deletions(-)
9257
9258 commit d7de1b5c6d4b8800825913ac40a9cea00824f2f8
9259 Author: Behdad Esfahbod <behdad@behdad.org>
9260 Date:   Mon Jan 7 20:10:14 2013 -0600
9261
9262     Fix pthreads setup
9263
9264     As reported by Raimund Steger.
9265
9266  configure.ac | 3 +++
9267  1 file changed, 3 insertions(+)
9268
9269 commit 1c4c4978adb0fa59767ac7d8c7f98a86928b2fdc
9270 Author: Behdad Esfahbod <behdad@behdad.org>
9271 Date:   Mon Jan 7 17:59:17 2013 -0600
9272
9273     Oops, add the actual file
9274
9275  conf.d/10-scale-bitmap-fonts.conf | 81
9276  +++++++++++++++++++++++++++++++++++++++
9277  1 file changed, 81 insertions(+)
9278
9279 commit dc11dd581f228623f0f14b3a6a1e4beaa659266b
9280 Author: Behdad Esfahbod <behdad@behdad.org>
9281 Date:   Mon Jan 7 16:41:29 2013 -0600
9282
9283     Add 10-scale-bitmap-fonts.conf and enable by default
9284
9285  conf.d/Makefile.am | 2 ++
9286  1 file changed, 2 insertions(+)
9287
9288 commit ea3a35306617eec068ed961439cf76cdbcb10c28
9289 Author: Akira TAGOH <akira@tagoh.org>
9290 Date:   Mon Jan 7 17:55:04 2013 +0900
9291
9292     Clean up the unused variable
9293
9294  fc-query/fc-query.c | 1 -
9295  1 file changed, 1 deletion(-)
9296
9297 commit 17eda89ed2e24a3fc5f68538dd7fd9ada8efb087
9298 Author: Behdad Esfahbod <behdad@behdad.org>
9299 Date:   Thu Jan 3 20:33:34 2013 -0600
9300
9301     Remove FcInit() calls from tools
9302
9303     Library is supposed to automatically initialize itself.  If it
9304     doesn't,
9305     it's a bug.
9306
9307  fc-list/fc-list.c       | 5 -----
9308  fc-match/fc-match.c     | 5 -----
9309  fc-pattern/fc-pattern.c | 5 -----
9310  fc-query/fc-query.c     | 6 ------
9311  fc-scan/fc-scan.c       | 6 ------
9312  5 files changed, 27 deletions(-)
9313
9314 commit 102a4344dd7f668cf03b9665c718505050e0ae78
9315 Author: Behdad Esfahbod <behdad@behdad.org>
9316 Date:   Thu Jan 3 20:31:22 2013 -0600
9317
9318     Don't use blanks for fc-query
9319
9320     fc-query is supposed to be config-independent.
9321
9322  fc-query/fc-query.c | 4 +---
9323  1 file changed, 1 insertion(+), 3 deletions(-)
9324
9325 commit b6b678e71eb0ba2b53335b7df0804058f6bd006d
9326 Author: Akira TAGOH <akira@tagoh.org>
9327 Date:   Fri Jan 4 11:29:50 2013 +0900
9328
9329     Missing header file for _mkdir declaration
9330
9331  src/fcatomic.c | 1 +
9332  1 file changed, 1 insertion(+)
9333
9334 commit 8e143b4ec447a7ee6c501e7488a3c94db7e6a035
9335 Author: Behdad Esfahbod <behdad@behdad.org>
9336 Date:   Thu Jan 3 04:19:12 2013 -0600
9337
9338     Minor
9339
9340  src/fcobjs.c | 5 ++++-
9341  1 file changed, 4 insertions(+), 1 deletion(-)
9342
9343 commit 16ddb9ff31a7d45ae477f5274c704523b2ec7330
9344 Author: Behdad Esfahbod <behdad@behdad.org>
9345 Date:   Wed Jan 2 22:37:33 2013 -0600
9346
9347     Ugh, add Tools.mk
9348
9349  Tools.mk | 64
9350  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
9351  1 file changed, 64 insertions(+)
9352
9353 commit 86e3255118e943bcc5c16cf1628ca381470ca34d
9354 Author: Behdad Esfahbod <behdad@behdad.org>
9355 Date:   Wed Jan 2 20:16:55 2013 -0600
9356
9357     Second try to make Sun CPP happy
9358
9359  src/Makefile.am | 22 ++++++++++++----------
9360  1 file changed, 12 insertions(+), 10 deletions(-)
9361
9362 commit bc62c40597c3d95edfdc6a93b39d0bb3837d1d34
9363 Author: Behdad Esfahbod <behdad@behdad.org>
9364 Date:   Wed Jan 2 20:08:40 2013 -0600
9365
9366     Really fix cross-compiling and building of tools this time
9367
9368  configure.ac                |  1 +
9369  fc-case/Makefile.am         | 47 +++++----------------------
9370  fc-glyphname/Makefile.am    | 47 +++++----------------------
9371  fc-glyphname/fc-glyphname.c |  2 +-
9372  fc-lang/Makefile.am         | 44 +++++---------------------
9373  fc-lang/fc-lang.c           |  8 ++---
9374  m4/ax_cc_for_build.m4       | 77
9375  +++++++++++++++++++++++++++++++++++++++++++++
9376  7 files changed, 107 insertions(+), 119 deletions(-)
9377
9378 commit 32c1d32cbd54686804481fedaa1881d4f3043f1b
9379 Author: Behdad Esfahbod <behdad@behdad.org>
9380 Date:   Wed Jan 2 19:04:17 2013 -0600
9381
9382     Work around Sun CPP
9383
9384     According to Raimund Steger:
9385
9386     > [...]
9387     > diff --git a/src/Makefile.am b/src/Makefile.am
9388     > index dc082b7..57c34a2 100644
9389     > [...]
9390     > +fcobjshash.gperf: fcobjshash.gperf.h fcobjs.h
9391     > +    $(AM_V_GEN) $(CPP) -I$(top_srcdir) $< | $(GREP) '^[^#]' |
9392     awk ' \
9393     > +    /CUT_OUT_BEGIN/ { no_write=1; next; }; \
9394     > +    /CUT_OUT_END/ { no_write=0; next; }; \
9395     > +    { if (!no_write) print; next; }; \
9396     > +    ' - > $@.tmp && \
9397     > +    mv -f $@.tmp $@
9398
9399     Sun Studio CPP seems to insert whitespace in a different way than
9400     GCC's CPP.
9401
9402     GCC generates in src/fcobjshash.gperf:
9403
9404     [...]
9405     "family", FC_FAMILY_OBJECT
9406     "familylang", FC_FAMILYLANG_OBJECT
9407     [...]
9408
9409     Sun Studio generates:
9410
9411     [...]
9412      "family" , FC_FAMILY_OBJECT
9413      "familylang" , FC_FAMILYLANG_OBJECT
9414     [...]
9415
9416     leading to:
9417
9418     [...]
9419     Making all in src
9420     gmake[2]: Entering directory
9421     `/home/rs/src/fontconfig-git/fontconfig/src'
9422       GEN    fcobjshash.gperf
9423       GEN    fcobjshash.h
9424     Key link: " " = " ", with key set "".
9425     1 input keys have identical hash values,
9426     use option -D.
9427     gmake[2]: *** [fcobjshash.h] Error 1
9428     gmake[2]: Leaving directory
9429     `/home/rs/src/fontconfig-git/fontconfig/src'
9430     gmake[1]: *** [all-recursive] Error 1
9431     gmake[1]: Leaving directory `/home/rs/src/fontconfig-git/fontconfig'
9432     gmake: *** [all] Error 2
9433
9434     ...maybe we could tuck in an additional sed to remove the whitespace,
9435     like:
9436
9437     [...]
9438     fcobjshash.gperf: fcobjshash.gperf.h fcobjs.h
9439         $(AM_V_GEN) $(CPP) -I$(top_srcdir) $< | \
9440         $(SED) 's/^\s*//;s/\s*,\s*/,/;' | \
9441         $(GREP) '^[^#]' | \
9442         $(AWK) '/CUT_OUT_BEGIN/,/CUT_OUT_END/ { next; }; { print; };' \
9443         > $@.tmp && \
9444         mv -f $@.tmp $@
9445     [...]
9446
9447     though I'm not sure what kind of guarantee CPP can give us/what
9448     easier option I might have missed...
9449
9450  src/Makefile.am | 3 ++-
9451  1 file changed, 2 insertions(+), 1 deletion(-)
9452
9453 commit b1510145e7a38802bd544de6035fabf9f81f9710
9454 Author: Behdad Esfahbod <behdad@behdad.org>
9455 Date:   Wed Jan 2 18:57:47 2013 -0600
9456
9457     Fix build around true/false
9458
9459  src/fcatomic.h |  4 ++--
9460  src/fcinit.c   | 10 ++++++++++
9461  2 files changed, 12 insertions(+), 2 deletions(-)
9462
9463 commit 538f1579e86fdcf471cea58945bf8c674d5b91e7
9464 Author: Behdad Esfahbod <behdad@behdad.org>
9465 Date:   Wed Jan 2 18:07:13 2013 -0600
9466
9467     Trying to fix distcheck
9468
9469     Doesn't work though :(.  Building docs is very fragile...
9470
9471     At least, if docbook is present, distcheck passes now.
9472
9473  Makefile.am     | 11 +++++++++--
9474  configure.ac    |  4 ----
9475  doc/Makefile.am |  8 ++++++++
9476  3 files changed, 17 insertions(+), 6 deletions(-)
9477
9478 commit 46ab96b8fa029fbc8ccf69a6f2fda89866e3ac9c
9479 Author: Behdad Esfahbod <behdad@behdad.org>
9480 Date:   Wed Jan 2 17:52:00 2013 -0600
9481
9482     Fix more warnings.
9483
9484     Linux build and mingw32 cross build warning-free now.
9485
9486  src/fcobjs.c           | 10 ++++++++--
9487  src/fcobjshash.gperf.h |  2 +-
9488  2 files changed, 9 insertions(+), 3 deletions(-)
9489
9490 commit 558b3c65f91b4b2dd65ce2242e1a21ace621e44b
9491 Author: Behdad Esfahbod <behdad@behdad.org>
9492 Date:   Wed Jan 2 17:49:41 2013 -0600
9493
9494     Use CC_FOR_BUILD to generate source files
9495
9496     Previously we were failing if CROSS_COMPILING and the generated
9497     headers
9498     were not present.  It works just fine now.
9499
9500     One caveat: the fix is not fully correct since config.h is being
9501     included in the files built with CC_FOR_BUILD, but config.h has config
9502     for the host system, not the build system.  Should be fine though.
9503
9504  configure.ac             | 1 +
9505  doc/Makefile.am          | 6 +-----
9506  fc-case/Makefile.am      | 8 +-------
9507  fc-glyphname/Makefile.am | 9 ++++-----
9508  fc-lang/Makefile.am      | 9 +++------
9509  5 files changed, 10 insertions(+), 23 deletions(-)
9510
9511 commit ec8a40d2381014ad2e72b5da0e6357a85f078f9f
9512 Author: Behdad Esfahbod <behdad@behdad.org>
9513 Date:   Wed Jan 2 17:35:56 2013 -0600
9514
9515     Fix build and warnings on win32
9516
9517  src/Makefile.am |  1 +
9518  src/fcatomic.h  |  9 +++------
9519  src/fccache.c   |  2 +-
9520  src/fccfg.c     | 17 ++++++-----------
9521  src/fcint.h     |  7 +------
9522  src/fcmutex.h   |  5 ++---
9523  src/fcstat.c    |  3 ---
9524  src/fcstr.c     |  3 ---
9525  src/fcwindows.h | 44 ++++++++++++++++++++++++++++++++++++++++++++
9526  src/fcxml.c     | 18 +++++++++---------
9527  10 files changed, 67 insertions(+), 42 deletions(-)
9528
9529 commit 5c0a4f2726fd1440bf3ec4bb375e5e4d146bd989
9530 Author: Behdad Esfahbod <behdad@behdad.org>
9531 Date:   Wed Jan 2 02:27:57 2013 -0600
9532
9533     Minor
9534
9535  fc-glyphname/fc-glyphname.c | 46
9536  ++++++++++++++++++++++-----------------------
9537  1 file changed, 23 insertions(+), 23 deletions(-)
9538
9539 commit 766bed901f7f4c648387fb403ef6e253be1c45e9
9540 Author: Behdad Esfahbod <behdad@behdad.org>
9541 Date:   Wed Jan 2 02:19:04 2013 -0600
9542
9543     Fix compiler warnings
9544
9545  src/fcobjs.c | 4 ++--
9546  1 file changed, 2 insertions(+), 2 deletions(-)
9547
9548 commit 93fb1d4bab5fefb73393141bb3e96c9dc279e615
9549 Author: Behdad Esfahbod <behdad@behdad.org>
9550 Date:   Wed Jan 2 02:06:15 2013 -0600
9551
9552     Remove FcSharedStr*
9553
9554  src/fccfg.c     |  2 +-
9555  src/fcdefault.c |  6 +++---
9556  src/fcint.h     |  9 +++------
9557  src/fclist.c    |  6 +++---
9558  src/fcname.c    |  2 +-
9559  src/fcobjs.c    |  2 +-
9560  src/fcpat.c     | 25 +++----------------------
9561  src/fcstr.c     | 11 +----------
9562  src/fcxml.c     | 10 +++++-----
9563  9 files changed, 21 insertions(+), 52 deletions(-)
9564
9565 commit 6b143781073cf395fd6211c75bbdc9f5b5a54936
9566 Author: Behdad Esfahbod <behdad@behdad.org>
9567 Date:   Wed Jan 2 01:54:38 2013 -0600
9568
9569     Fixup fcobjs.c
9570
9571     Ouch!
9572
9573  src/fcobjs.c | 2 +-
9574  1 file changed, 1 insertion(+), 1 deletion(-)
9575
9576 commit 6047ce7b9fb793da4e693e3777bbd3e1baf3146e
9577 Author: Behdad Esfahbod <behdad@behdad.org>
9578 Date:   Wed Jan 2 01:31:34 2013 -0600
9579
9580     Warn about undefined/invalid attributes during config parsing
9581
9582  src/fcxml.c | 19 +++++++++++++++++++
9583  1 file changed, 19 insertions(+)
9584
9585 commit b604f10c0c31a56ae16154dfe6a2f13b795aaabf
9586 Author: Behdad Esfahbod <behdad@behdad.org>
9587 Date:   Wed Jan 2 01:09:20 2013 -0600
9588
9589     Make fcobjs.c thread-safe
9590
9591     With this, the library should be threadsafe as far as my analysis
9592     goes!
9593
9594  src/fcobjs.c | 18 +++++++++---------
9595  1 file changed, 9 insertions(+), 9 deletions(-)
9596
9597 commit 2ae07bbcd2a7650f2711b45e78e65e2ca1c4a17a
9598 Author: Behdad Esfahbod <behdad@behdad.org>
9599 Date:   Mon Oct 15 19:35:03 2012 -0500
9600
9601     Make FcDirCacheDispose() threadsafe
9602
9603  src/fccache.c | 16 +++++++++-------
9604  1 file changed, 9 insertions(+), 7 deletions(-)
9605
9606 commit 68b8ae9af8b0f86dade6135b01aaf0b2f2077fb5
9607 Author: Behdad Esfahbod <behdad@behdad.org>
9608 Date:   Wed Oct 10 15:24:31 2012 -0400
9609
9610     Make cache hash threadsafe
9611
9612     This concludes my first pass at making fontconfig threadsafe.  Now to
9613     testing and actually fixing it!
9614
9615  src/fccache.c | 37 ++++++++++++++++++++++++++++++-------
9616  1 file changed, 30 insertions(+), 7 deletions(-)
9617
9618 commit adb03b730de5d090855f45bc23b934a65ef2399c
9619 Author: Behdad Esfahbod <behdad@behdad.org>
9620 Date:   Mon Oct 8 20:03:35 2012 -0400
9621
9622     Make random-state initialization threadsafe
9623
9624  src/fccache.c | 5 +++++
9625  1 file changed, 5 insertions(+)
9626
9627 commit 91dd7d28ffc397fb1389f76ac55b397e55da809d
9628 Author: Behdad Esfahbod <behdad@behdad.org>
9629 Date:   Mon Oct 8 20:02:05 2012 -0400
9630
9631     Add a big cache lock
9632
9633     Not used yet.
9634
9635  src/fccache.c | 41 +++++++++++++++++++++++++++++++++++++++++
9636  1 file changed, 41 insertions(+)
9637
9638 commit 8d2bbb193ae49ea6abd5a9b4d28d3d88ac97d7a2
9639 Author: Behdad Esfahbod <behdad@behdad.org>
9640 Date:   Sun Oct 7 21:03:58 2012 -0400
9641
9642     Make cache refcounting threadsafe
9643
9644  src/fcatomic.h |  1 +
9645  src/fccache.c  | 13 ++++++-------
9646  2 files changed, 7 insertions(+), 7 deletions(-)
9647
9648 commit 31ee38e541180db6d7bc58d5abde83136352e7ce
9649 Author: Behdad Esfahbod <behdad@behdad.org>
9650 Date:   Sun Oct 7 17:46:12 2012 -0400
9651
9652     Minor
9653
9654  src/fccfg.c | 4 ++--
9655  1 file changed, 2 insertions(+), 2 deletions(-)
9656
9657 commit b8f238e49d7b7e1cff787c518cd4490b32039cca
9658 Author: Behdad Esfahbod <behdad@behdad.org>
9659 Date:   Sun Oct 7 17:42:18 2012 -0400
9660
9661     Make FcCacheIsMmapSafe() threadsafe
9662
9663  src/fccache.c | 38 ++++++++++++++++++++++----------------
9664  1 file changed, 22 insertions(+), 16 deletions(-)
9665
9666 commit b27a22aae9902d409c21e5bb19a97dcc5966ea24
9667 Author: Behdad Esfahbod <behdad@behdad.org>
9668 Date:   Sun Oct 7 17:29:45 2012 -0400
9669
9670     Minor
9671
9672  src/fcinit.c | 3 +--
9673  1 file changed, 1 insertion(+), 2 deletions(-)
9674
9675 commit 0552f26016865b8a76819cf342fa0cf13afdc5e8
9676 Author: Behdad Esfahbod <behdad@behdad.org>
9677 Date:   Sun Oct 7 17:02:50 2012 -0400
9678
9679     Make default-FcConfig threadsafe
9680
9681  src/fccfg.c     | 60
9682  +++++++++++++++++++++++++++++++++++++--------------------
9683  src/fcdefault.c |  3 +--
9684  2 files changed, 40 insertions(+), 23 deletions(-)
9685
9686 commit e53f5da54f066f73a53eba1f82f54521fa3f7ea2
9687 Author: Behdad Esfahbod <behdad@behdad.org>
9688 Date:   Sun Oct 7 16:42:36 2012 -0400
9689
9690     Minor
9691
9692  src/fccfg.c | 3 +--
9693  1 file changed, 1 insertion(+), 2 deletions(-)
9694
9695 commit 7ae24b4554a8543d8cd41a83b6114e0143982758
9696 Author: Behdad Esfahbod <behdad@behdad.org>
9697 Date:   Sun Oct 7 16:37:03 2012 -0400
9698
9699     Refactor; contain default config in fccfg.c
9700
9701  src/fccfg.c  | 26 ++++++++++++++++++++++++--
9702  src/fcinit.c | 14 ++------------
9703  src/fcint.h  |  8 ++++++--
9704  src/fcxml.c  |  4 ++--
9705  4 files changed, 34 insertions(+), 18 deletions(-)
9706
9707 commit 32b0d88923524c24f4be36733ebef5872b57b95a
9708 Author: Behdad Esfahbod <behdad@behdad.org>
9709 Date:   Sun Oct 7 16:26:53 2012 -0400
9710
9711     Make FcDefaultFini() threadsafe
9712
9713  src/fcdefault.c | 19 ++++++++++++-------
9714  1 file changed, 12 insertions(+), 7 deletions(-)
9715
9716 commit 7019896c99872b23d89b1404b02754cbc4ea1456
9717 Author: Behdad Esfahbod <behdad@behdad.org>
9718 Date:   Sun Oct 7 16:09:35 2012 -0400
9719
9720     Make FcInitDebug() idempotent
9721
9722  src/fcdbg.c | 18 ++++++++++--------
9723  1 file changed, 10 insertions(+), 8 deletions(-)
9724
9725 commit b97ab0c94938448dc2b780b8f0f60fb68884899f
9726 Author: Behdad Esfahbod <behdad@behdad.org>
9727 Date:   Sun Oct 7 15:52:25 2012 -0400
9728
9729     Make FcGetDefaultLang and FcGetDefaultLangs thread-safe
9730
9731  src/fcdefault.c | 83
9732  +++++++++++++++++++++++++++++++++++++++++----------------
9733  src/fcinit.c    |  1 +
9734  src/fcint.h     |  3 +++
9735  src/fcstr.c     |  4 +++
9736  4 files changed, 68 insertions(+), 23 deletions(-)
9737
9738 commit 64af9e1917114c789ad74dd28b3248f8c0525f45
9739 Author: Behdad Esfahbod <behdad@behdad.org>
9740 Date:   Sun Oct 7 14:41:38 2012 -0400
9741
9742     Make refcounts, patterns, charsets, strings, and FcLang thread-safe
9743
9744  src/fcatomic.h  | 18 +++++++++---------
9745  src/fccfg.c     | 29 +++++++++++++++--------------
9746  src/fccharset.c | 24 ++++++++++++------------
9747  src/fcdefault.c |  2 +-
9748  src/fcint.h     | 26 ++++++++++++++++++++------
9749  src/fclang.c    | 43 ++++++++++++++++++++++++-------------------
9750  src/fcmatch.c   |  4 ----
9751  src/fcmutex.h   |  2 ++
9752  src/fcpat.c     | 25 ++++++++++++-------------
9753  src/fcstr.c     | 24 +++++++++++++-----------
9754  10 files changed, 108 insertions(+), 89 deletions(-)
9755
9756 commit 814871b2aaa3a22ef711ca4656507fb69c952156
9757 Author: Behdad Esfahbod <behdad@behdad.org>
9758 Date:   Sun Oct 7 14:24:28 2012 -0400
9759
9760     Add thread-safety primitives
9761
9762  COPYING         |   1 +
9763  src/Makefile.am |   2 +
9764  src/fcatomic.h  | 123
9765  ++++++++++++++++++++++++++++++++++++++++++++++++++++++
9766  src/fcint.h     |   4 +-
9767  src/fcmutex.h   | 126
9768  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
9769  5 files changed, 254 insertions(+), 2 deletions(-)
9770
9771 commit f6d8306e566dd1a4b8a13f433d2bc1ffbe667db7
9772 Author: Behdad Esfahbod <behdad@behdad.org>
9773 Date:   Sun Oct 7 13:49:45 2012 -0400
9774
9775     Add build stuff for threadsafety primitives
9776
9777     Copied over from HarfBuzz.
9778
9779  configure.ac     |  38 ++++++-
9780  m4/ax_pthread.m4 | 309
9781  +++++++++++++++++++++++++++++++++++++++++++++++++++++++
9782  2 files changed, 346 insertions(+), 1 deletion(-)
9783
9784 commit b53744383dbefb3f80fb8a7365487669a499ad76
9785 Author: Behdad Esfahbod <behdad@behdad.org>
9786 Date:   Sat Oct 6 18:15:58 2012 -0400
9787
9788     Fix build stuff
9789
9790  src/Makefile.am | 8 +++++---
9791  1 file changed, 5 insertions(+), 3 deletions(-)
9792
9793 commit db6d86a6c1b5bb15511e4e4015af889d4206be1d
9794 Author: Behdad Esfahbod <behdad@behdad.org>
9795 Date:   Sat Oct 6 18:12:19 2012 -0400
9796
9797     Remove shared-str pool
9798
9799     We used to have a shared-str pool.  Removed to make thread-safety
9800     work easier.  My measurements show that the extra overhead is not
9801     significant by any means.
9802
9803  src/fcpat.c | 58
9804  +++++++---------------------------------------------------
9805  1 file changed, 7 insertions(+), 51 deletions(-)
9806
9807 commit ed41b237658ba290d86795904701ace09b46f6c4
9808 Author: Behdad Esfahbod <behdad@behdad.org>
9809 Date:   Sat Oct 6 17:52:39 2012 -0400
9810
9811     Switch .gitignore to git.mk
9812
9813  .gitignore               | 100 ---------------------
9814  Makefile.am              |   2 +
9815  conf.d/Makefile.am       |   2 +
9816  doc/Makefile.am          |   2 +
9817  fc-cache/Makefile.am     |   2 +
9818  fc-case/Makefile.am      |   2 +
9819  fc-cat/Makefile.am       |   2 +
9820  fc-glyphname/Makefile.am |   2 +
9821  fc-lang/Makefile.am      |   2 +
9822  fc-list/Makefile.am      |   2 +
9823  fc-match/Makefile.am     |   2 +
9824  fc-pattern/Makefile.am   |   2 +
9825  fc-query/Makefile.am     |   2 +
9826  fc-scan/Makefile.am      |   2 +
9827  fontconfig/Makefile.am   |   2 +
9828  git.mk                   | 227
9829  +++++++++++++++++++++++++++++++++++++++++++++++
9830  src/Makefile.am          |   2 +
9831  test/Makefile.am         |   2 +
9832  18 files changed, 259 insertions(+), 100 deletions(-)
9833
9834 commit d58c31e6dcfd8c5e6fe3ead4a69216b059558223
9835 Author: Behdad Esfahbod <behdad@behdad.org>
9836 Date:   Thu Sep 20 14:42:31 2012 -0400
9837
9838     Use a static perfect hash table for object-name lookup
9839
9840     The hash table is generated by gperf.  For runtime element types,
9841     we use
9842     a append-only linked list.
9843
9844     A bit clumsy, but I think I got it right.
9845
9846  src/Makefile.am        |  26 +++-
9847  src/fcinit.c           |   1 -
9848  src/fcint.h            |  79 ++++---------
9849  src/fcname.c           | 315
9850  +++++++------------------------------------------
9851  src/fcobjs.c           | 130 ++++++++++++++++++++
9852  src/fcobjs.h           |  44 +++++++
9853  src/fcobjshash.gperf.h |  26 ++++
9854  7 files changed, 291 insertions(+), 330 deletions(-)
9855
9856 commit 7c0f79c5fe9db50b55112a1048a8f1c6a80e96fa
9857 Author: Behdad Esfahbod <behdad@behdad.org>
9858 Date:   Thu Sep 20 14:01:47 2012 -0400
9859
9860     Deprecate FcName(Un)RegisterObjectTypes / FcName(Un)RegisterConstants
9861
9862     These never worked as intended.  The problem is, if Fontconfig
9863     tries to
9864     read config files when these new types / constants are not registered,
9865     it errs.  As a result, no defined types / constants are usable from
9866     config files.  Which makes these really useless.  Xft was the
9867     only user
9868     of this API and even there it's not really used.  Just kill it.
9869
9870     One inch closer to thread-safety since we can fix the object-type hash
9871     table at compile time.
9872
9873  doc/fcconstant.fncs     |   8 +---
9874  doc/fcobjecttype.fncs   |   6 +--
9875  fontconfig/fontconfig.h |  10 +++--
9876  src/fcname.c            | 100
9877  ++++++------------------------------------------
9878  4 files changed, 23 insertions(+), 101 deletions(-)
9879
9880 commit 1e2c0d70527c39f761c5770d93a5c1f8e87522bc
9881 Author: Behdad Esfahbod <behdad@behdad.org>
9882 Date:   Tue Jan 1 20:28:08 2013 -0600
9883
9884     Whitespace
9885
9886  fontconfig/fontconfig.h | 8 ++++----
9887  1 file changed, 4 insertions(+), 4 deletions(-)
9888
9889 commit a498f2f717a73c3fff9784dd92173583fb37a596
9890 Author: Behdad Esfahbod <behdad@behdad.org>
9891 Date:   Tue Jan 1 20:27:54 2013 -0600
9892
9893     Minor
9894
9895  src/fcname.c | 2 +-
9896  1 file changed, 1 insertion(+), 1 deletion(-)
9897
9898 commit 8198127b2525084bfe2378b83c185fa0da7f583b
9899 Author: Behdad Esfahbod <behdad@behdad.org>
9900 Date:   Tue Jan 1 20:20:31 2013 -0600
9901
9902     Don't crash in FcPatternFormat() with NULL pattern
9903
9904  src/fcformat.c | 6 +++++-
9905  1 file changed, 5 insertions(+), 1 deletion(-)
9906
9907 commit c9581b47c4409612e8f2d4f67a402c566ba8330e
9908 Author: Behdad Esfahbod <behdad@behdad.org>
9909 Date:   Tue Jan 1 20:20:12 2013 -0600
9910
9911     Don't crash in FcPatternDestroy with NULL pattern
9912
9913  src/fcpat.c | 3 +++
9914  1 file changed, 3 insertions(+)
9915
9916 commit e7d3e2163280ffb970b60c6ed18e26325d0241e4
9917 Author: Behdad Esfahbod <behdad@behdad.org>
9918 Date:   Tue Jan 1 20:10:18 2013 -0600
9919
9920     Add NULL check
9921
9922  src/fcformat.c | 3 +++
9923  1 file changed, 3 insertions(+)
9924
9925 commit 5bb5da4c4a34ca7c0a7c513e38829f69654f9962
9926 Author: Behdad Esfahbod <behdad@behdad.org>
9927 Date:   Tue Jan 1 20:09:08 2013 -0600
9928
9929     Refuse to set value to unsupported types during config too
9930
9931  src/fccfg.c | 34 ++++++++++++++++++++++++++++------
9932  1 file changed, 28 insertions(+), 6 deletions(-)
9933
9934 commit 3878a125410d1dd461aee1e40f9ac00d68be71f2
9935 Author: Behdad Esfahbod <behdad@behdad.org>
9936 Date:   Tue Jan 1 19:52:14 2013 -0600
9937
9938     Make FC_DBG_OBJTYPES debug messages into warnings
9939
9940     And remove FC_DBG_OBJTYPES since it has no use now.
9941
9942  src/fcdbg.c | 30 +++++++++++++++++++-----------
9943  src/fcint.h |  5 ++++-
9944  src/fcpat.c | 21 +++++++++------------
9945  3 files changed, 32 insertions(+), 24 deletions(-)
9946
9947 commit 209750a4e0a3e1d7b8c5c971e9e2cbd5770d959f
9948 Author: Behdad Esfahbod <behdad@behdad.org>
9949 Date:   Mon Dec 31 20:11:12 2012 -0600
9950
9951     Warn if <name target="font"> appears in <match target="pattern">
9952
9953  src/fccfg.c | 21 +++++++++++++++------
9954  1 file changed, 15 insertions(+), 6 deletions(-)
9955
9956 commit 424cfa1684f8af8bb6ecb01dc83bfc3d0a14f20a
9957 Author: Behdad Esfahbod <behdad@behdad.org>
9958 Date:   Mon Dec 31 20:00:17 2012 -0600
9959
9960     Adjust docs for recent changes
9961
9962  doc/fontconfig-user.sgml | 12 +++++++++---
9963  1 file changed, 9 insertions(+), 3 deletions(-)
9964
9965 commit 31ce352bb350a10c6ae08f1415d348458b64bf61
9966 Author: Behdad Esfahbod <behdad@behdad.org>
9967 Date:   Mon Dec 31 19:55:37 2012 -0600
9968
9969     Initialize matrix during name parsing
9970
9971     Before:
9972     $ fc-match sans:matrix=2 -v | grep matrix
9973             matrix: [2 6.95183e-310; 0 0](s)
9974
9975     After:
9976     $ fc-match sans:matrix=2 -v | grep matrix
9977             matrix: [2 0; 0 1](s)
9978
9979  src/fcname.c | 1 +
9980  1 file changed, 1 insertion(+)
9981
9982 commit 6bfef3ca4e52bdd5216facb90faa043c845aa0f6
9983 Author: Behdad Esfahbod <behdad@behdad.org>
9984 Date:   Mon Dec 31 17:21:07 2012 -0600
9985
9986     Make tests run on Windows
9987
9988  test/Makefile.am | 2 +-
9989  test/run-test.sh | 4 ++--
9990  2 files changed, 3 insertions(+), 3 deletions(-)
9991
9992 commit b1630dc00e3538a8fc6629ddbbba5435bfb2bd7a
9993 Author: Behdad Esfahbod <behdad@behdad.org>
9994 Date:   Mon Dec 31 17:20:29 2012 -0600
9995
9996     Enable fcarch assert checks even when FC_ARCHITECTURE is explicitly
9997     given
9998
9999     After all, if the asserts fail, the resulting library simply can't be
10000     working correctly.
10001
10002  src/fcarch.c | 9 ---------
10003  1 file changed, 9 deletions(-)
10004
10005 commit a0638ff0c7445925e873b39dbe584fbaf3cc87e5
10006 Author: Behdad Esfahbod <behdad@behdad.org>
10007 Date:   Mon Dec 31 17:20:12 2012 -0600
10008
10009     Remove unneeded stuff
10010
10011  fc-cat/fc-cat.c   | 10 ++++------
10012  fc-lang/fc-lang.c | 11 -----------
10013  2 files changed, 4 insertions(+), 17 deletions(-)
10014
10015 commit a603be89cd13555d5992836531c5ef2ba88b8473
10016 Author: Behdad Esfahbod <behdad@behdad.org>
10017 Date:   Mon Dec 31 17:00:19 2012 -0600
10018
10019     Unbreak build when FC_ARCHITECTURE is defined
10020
10021  src/fcarch.c | 4 ++--
10022  1 file changed, 2 insertions(+), 2 deletions(-)
10023
10024 commit 1fbb0b3b15774c187c697a80fb3c89bc1f3e0006
10025 Author: Behdad Esfahbod <behdad@behdad.org>
10026 Date:   Sun Dec 30 19:08:42 2012 -0600
10027
10028     Don't warn if an unknown element is used in an expression
10029
10030     The type will be resolved at runtime...
10031
10032     For example, we can do this now without getting a warning:
10033
10034     <match target="font">
10035       <test name="scalable" compare="eq">
10036         <bool>false</bool>
10037       </test>
10038       <edit name="pixelsizefixupfactor" mode="assign">
10039         <divide>
10040           <name target="pattern">pixelsize</name>
10041           <name target="font"   >pixelsize</name>
10042         </divide>
10043       </edit>
10044       <edit name="matrix" mode="assign">
10045         <times>
10046           <name>matrix</name>
10047           <matrix>
10048             <name>pixelsizefixupfactor</name> <double>0</double>
10049             <double>0</double> <name>pixelsizefixupfactor</name>
10050            </matrix>
10051         </times>
10052       </edit>
10053       <edit name="size" mode="assign">
10054         <divide>
10055           <name>size</name>
10056           <name>pixelsizefixupfactor</name>
10057         </divide>
10058       </edit>
10059     </match>
10060
10061     Previously the last edit was generating:
10062
10063     Fontconfig warning:
10064     "/home/behdad/.local/etc/fonts/conf.d/00-scale-bitmap-fonts.conf",
10065     line 29: saw unknown, expected number
10066
10067  src/fcxml.c | 4 ++++
10068  1 file changed, 4 insertions(+)
10069
10070 commit 51b0044648e00025cf20014b19aaceed7beeed75
10071 Author: Behdad Esfahbod <behdad@behdad.org>
10072 Date:   Sat Dec 29 23:58:38 2012 -0500
10073
10074     Allow target="font/pattern/default" in <name> elements
10075
10076     Based on idea from Raimund Steger.
10077
10078     For example, one can do something like this:
10079
10080     <match target="font">
10081       <test name="scalable" compare="eq">
10082         <bool>false</bool>
10083       </test>
10084       <edit name="pixelsizefixupfactor" mode="assign">
10085         <divide>
10086           <name target="pattern">pixelsize</name>
10087           <name target="font"   >pixelsize</name>
10088         </divide>
10089       </edit>
10090       <edit name="matrix" mode="assign">
10091         <times>
10092           <name>matrix</name>
10093           <matrix>
10094             <name>pixelsizefixupfactor</name> <double>0</double>
10095             <double>0</double> <name>pixelsizefixupfactor</name>
10096            </matrix>
10097         </times>
10098       </edit>
10099     </match>
10100
10101     Part of work to make bitmap font scaling possible.  See thread
10102     discussion:
10103
10104     http://lists.freedesktop.org/archives/fontconfig/2012-December/004498.html
10105
10106  fonts.dtd   |  3 ++-
10107  src/fccfg.c | 57 +++++++++++++++++++++++++++----------------------
10108  src/fcdbg.c | 19 ++++++++++++-----
10109  src/fcint.h |  9 +++++++-
10110  src/fcxml.c | 71
10111  ++++++++++++++++++++++++++++++++++++++++++++++++++++++-------
10112  5 files changed, 118 insertions(+), 41 deletions(-)
10113
10114 commit d7e1965aa0f55925913e9764d2d0792cc14490c2
10115 Author: Behdad Esfahbod <behdad@behdad.org>
10116 Date:   Sat Dec 29 23:12:07 2012 -0500
10117
10118     Remove memory accounting and reporting
10119
10120     That belongs in tools like cairo/util/malloc-stat.so
10121
10122  src/fcatomic.c  |   6 ----
10123  src/fcblanks.c  |   8 -----
10124  src/fccfg.c     |  16 ---------
10125  src/fccharset.c |  36 -------------------
10126  src/fcfs.c      |   8 -----
10127  src/fcinit.c    | 105
10128  --------------------------------------------------------
10129  src/fcint.h     |  45 ------------------------
10130  src/fclang.c    |  17 +--------
10131  src/fclist.c    |  10 ------
10132  src/fcmatrix.c  |   4 ---
10133  src/fcname.c    |   2 --
10134  src/fcpat.c     |  20 +----------
10135  src/fcstr.c     |  21 ------------
10136  src/fcxml.c     |  22 ------------
10137  14 files changed, 2 insertions(+), 318 deletions(-)
10138
10139 commit d823bb3cad1b34d92ca99998a00f35b66666bdf3
10140 Author: Behdad Esfahbod <behdad@behdad.org>
10141 Date:   Sat Dec 29 22:57:53 2012 -0500
10142
10143     Fixup from 4f6767470f52b287a2923e7e6d8de5fae1993f67
10144
10145  src/fcxml.c | 5 -----
10146  1 file changed, 5 deletions(-)
10147
10148 commit eb9ffac7e5955bcfdf98fa985cc39062d6ea641b
10149 Author: Behdad Esfahbod <behdad@behdad.org>
10150 Date:   Sat Dec 29 22:56:14 2012 -0500
10151
10152     Fix more warnings
10153
10154  src/fcserialize.c | 1 -
10155  src/ftglue.c      | 1 -
10156  2 files changed, 2 deletions(-)
10157
10158 commit 1404af312a091b601bca91b791fe4039da8dba8f
10159 Author: Behdad Esfahbod <behdad@behdad.org>
10160 Date:   Sat Dec 29 22:55:36 2012 -0500
10161
10162     Fix warning
10163
10164  src/fcstat.c | 6 ++++--
10165  1 file changed, 4 insertions(+), 2 deletions(-)
10166
10167 commit dd69d96e06b16c37bb87817edd40f6e4040f35ae
10168 Author: Behdad Esfahbod <behdad@behdad.org>
10169 Date:   Sat Dec 29 22:47:49 2012 -0500
10170
10171     Fix sign-compare warnings
10172
10173  src/fccache.c    | 6 +++---
10174  src/fcfreetype.c | 6 +++---
10175  src/fcint.h      | 4 ++--
10176  src/fclang.c     | 6 +++---
10177  src/fcname.c     | 6 +++---
10178  src/fcxml.c      | 4 ++--
10179  src/ftglue.c     | 2 +-
10180  7 files changed, 17 insertions(+), 17 deletions(-)
10181
10182 commit 4ad3a73691b98781cfd4de789af7d33649ce3023
10183 Author: Behdad Esfahbod <behdad@behdad.org>
10184 Date:   Sat Dec 29 22:33:33 2012 -0500
10185
10186     Fix more warnings
10187
10188  src/fcstr.c | 2 --
10189  src/fcxml.c | 2 --
10190  2 files changed, 4 deletions(-)
10191
10192 commit 83d8019011232d491df93cda97a2f988ee96005b
10193 Author: Behdad Esfahbod <behdad@behdad.org>
10194 Date:   Sat Dec 29 22:32:56 2012 -0500
10195
10196     Fix unused-parameter warnings
10197
10198  src/fcarch.c    |  2 +-
10199  src/fccache.c   |  2 +-
10200  src/fccfg.c     |  2 +-
10201  src/fccharset.c |  4 ++--
10202  src/fcdir.c     |  6 +++---
10203  src/fcformat.c  |  6 +++---
10204  src/fcint.h     |  6 ++++++
10205  src/fcmatch.c   |  9 ++++-----
10206  src/fcxml.c     | 10 +++++-----
10207  9 files changed, 26 insertions(+), 21 deletions(-)
10208
10209 commit 24cdcf52ab7f83b329072efacbdd9253991579c0
10210 Author: Behdad Esfahbod <behdad@behdad.org>
10211 Date:   Sat Dec 29 22:11:09 2012 -0500
10212
10213     Fix compiler warnings
10214
10215  src/fccfg.c      | 44 ++++++++++++++++++++++----------------------
10216  src/fcformat.c   |  2 +-
10217  src/fcfreetype.c |  6 ++----
10218  src/fcmatch.c    | 14 +++++++-------
10219  src/fcname.c     |  6 +++---
10220  src/fcpat.c      | 16 ++++++++--------
10221  src/fcxml.c      | 20 ++++++++++----------
10222  7 files changed, 53 insertions(+), 55 deletions(-)
10223
10224 commit 4f6767470f52b287a2923e7e6d8de5fae1993f67
10225 Author: Behdad Esfahbod <behdad@behdad.org>
10226 Date:   Sat Dec 29 21:39:06 2012 -0500
10227
10228     Parse matrices of expressions
10229
10230     Previously a <matrix> element could only accept four <double>
10231     literals.
10232     It now accepts full expressions, which can in turn poke into the
10233     pattern, do math, etc.
10234
10235  fonts.dtd   |  2 +-
10236  src/fccfg.c | 24 +++++++++++++--
10237  src/fcdbg.c | 16 ++++++----
10238  src/fcint.h |  6 +++-
10239  src/fcxml.c | 97
10240  +++++++++++++++++++++++++++++++++++--------------------------
10241  5 files changed, 94 insertions(+), 51 deletions(-)
10242
10243 commit 927dd3ddb582303843e70300b04167ca774e78b7
10244 Author: Behdad Esfahbod <behdad@behdad.org>
10245 Date:   Sat Dec 29 20:14:07 2012 -0500
10246
10247     Fix typo
10248
10249     Ouch, this has been wrong since 2004...  I guess no one uses <patelt>
10250     stuff.
10251
10252  src/fcxml.c | 2 +-
10253  1 file changed, 1 insertion(+), 1 deletion(-)
10254
10255 commit 9ce36f4bbebc702a35d0cd9f1a59d5b828549bc6
10256 Author: Akira TAGOH <akira@tagoh.org>
10257 Date:   Tue Dec 11 18:53:57 2012 +0900
10258
10259     Check the system font to be initialized
10260
10261     config->fonts is an array and checking if config->fonts is a null
10262     will not be useful.
10263
10264  src/fccfg.c | 2 +-
10265  1 file changed, 1 insertion(+), 1 deletion(-)
10266
10267 commit 58040349e8309601b0e5488b8a71cedf03f81415
10268 Author: Akira TAGOH <akira@tagoh.org>
10269 Date:   Tue Dec 11 12:38:42 2012 +0900
10270
10271     Fix a memory leak
10272
10273  src/fcxml.c | 1 +
10274  1 file changed, 1 insertion(+)
10275
10276 commit 5ea3118ad63787c9a3daa856dd09736aac6f4069
10277 Author: Akira TAGOH <akira@tagoh.org>
10278 Date:   Tue Dec 11 12:35:02 2012 +0900
10279
10280     Fix a typo that accessing to the out of array
10281
10282  src/fcstr.c | 2 +-
10283  1 file changed, 1 insertion(+), 1 deletion(-)
10284
10285 commit cef2b50c6647582bb128f98f2f78331fbe7dec4e
10286 Author: Akira TAGOH <akira@tagoh.org>
10287 Date:   Tue Dec 11 12:30:05 2012 +0900
10288
10289     clean up
10290
10291     ret won't be -1 if HAVE_STRUCT_DIRENT_D_TYPE isn't defined.
10292
10293  src/fcstat.c | 5 ++++-
10294  1 file changed, 4 insertions(+), 1 deletion(-)
10295
10296 commit 36265aeebd637e75c7b84db107afd6a35eb485c1
10297 Author: Akira TAGOH <akira@tagoh.org>
10298 Date:   Tue Dec 11 11:37:23 2012 +0900
10299
10300     Remove the dead code
10301
10302  fc-cache/fc-cache.c | 7 -------
10303  1 file changed, 7 deletions(-)
10304
10305 commit 608c5b590bd3428dfcd30f3d68ee8b7131e2f019
10306 Author: Akira TAGOH <akira@tagoh.org>
10307 Date:   Mon Dec 10 10:54:47 2012 +0900
10308
10309     Remove the duplicate null-check
10310
10311  src/fcinit.c | 2 +-
10312  1 file changed, 1 insertion(+), 1 deletion(-)
10313
10314 commit e7954674eb4f16d0fed3018cbefb4907c89d2465
10315 Author: Akira TAGOH <akira@tagoh.org>
10316 Date:   Fri Dec 7 19:09:36 2012 +0900
10317
10318     Fix the wrong estimation for the memory usage information in
10319     fontconfig
10320
10321  src/fccfg.c  |  2 ++
10322  src/fcinit.c | 16 ++++++++++------
10323  src/fclang.c | 26 ++++++++++++++++++++++++--
10324  src/fcstr.c  |  5 ++---
10325  src/fcxml.c  | 28 ++++++++++++++++------------
10326  5 files changed, 54 insertions(+), 23 deletions(-)
10327
10328 commit 959442bca138e6480418f2607a04d9343db7f438
10329 Author: Akira TAGOH <akira@tagoh.org>
10330 Date:   Thu Dec 6 19:49:05 2012 +0900
10331
10332     Fix a typo
10333
10334  src/fcdir.c | 2 +-
10335  1 file changed, 1 insertion(+), 1 deletion(-)
10336
10337 commit 9231545c6bb775460702d8a615f1649bd8632f00
10338 Author: Akira TAGOH <akira@tagoh.org>
10339 Date:   Wed Dec 5 18:13:25 2012 +0900
10340
10341     Do not show the deprecation warning if it is a symlink
10342
10343  conf.d/50-user.conf |  7 ++++++-
10344  configure.ac        |  2 +-
10345  src/fcdir.c         | 14 ++++++++++++++
10346  src/fcint.h         |  3 +++
10347  src/fcxml.c         |  6 ++++--
10348  5 files changed, 28 insertions(+), 4 deletions(-)
10349
10350 commit 2442d611579bccb84f0c29e3f9ceb0a7436df812
10351 Author: Akira TAGOH <akira@tagoh.org>
10352 Date:   Fri Nov 30 20:10:30 2012 +0900
10353
10354     Fix build issues on clean tree
10355
10356  doc/Makefile.am          | 9 ++-------
10357  fc-case/Makefile.am      | 7 +++++--
10358  fc-glyphname/Makefile.am | 9 ++++++---
10359  fc-lang/Makefile.am      | 9 ++++++---
10360  4 files changed, 19 insertions(+), 15 deletions(-)
10361
10362 commit faea1cac85ac3b0fd6a983e1c0adeb68e115e06c
10363 Author: Jon TURNEY <jon.turney@dronecode.org.uk>
10364 Date:   Wed Nov 28 16:10:28 2012 +0000
10365
10366     Fix build when srcdir != builddir
10367
10368     When ./configure'd in a directory other than the srcdir, we need
10369     to look
10370     in ${top_builddir)/src for the generated header fcstdint.h
10371
10372     Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
10373
10374  fc-case/Makefile.am      | 2 +-
10375  fc-glyphname/Makefile.am | 2 +-
10376  fc-lang/Makefile.am      | 2 +-
10377  3 files changed, 3 insertions(+), 3 deletions(-)
10378
10379 commit 3d3629f86a45d30eed51dad58865753b3b1e186e
10380 Author: Akira TAGOH <akira@tagoh.org>
10381 Date:   Tue Nov 27 18:25:11 2012 +0900
10382
10383     Fix a potability issue about stdint.h
10384
10385  configure.ac             |   1 +
10386  m4/ax_create_stdint_h.m4 | 695
10387  +++++++++++++++++++++++++++++++++++++++++++++++
10388  src/Makefile.am          |  11 +-
10389  src/fcint.h              |   9 +-
10390  4 files changed, 707 insertions(+), 9 deletions(-)
10391
10392 commit 02db01ac22318b2e296e6e1fd9664cac1ae66442
10393 Author: Akira TAGOH <akira@tagoh.org>
10394 Date:   Mon Nov 26 17:21:14 2012 +0900
10395
10396     Bump version to 2.10.2
10397
10398  README                  | 25 ++++++++++++++++++++++++-
10399  configure.ac            |  2 +-
10400  fontconfig/fontconfig.h |  2 +-
10401  3 files changed, 26 insertions(+), 3 deletions(-)
10402
10403 commit 376fc9d22f1480ac380a3845f4cb4fe227e4be9a
10404 Author: Akira TAGOH <akira@tagoh.org>
10405 Date:   Tue Nov 20 20:09:10 2012 +0900
10406
10407     Bug 57286 - Remove UnBatang and Baekmuk Batang from monospace in
10408     65-nonlatin.conf
10409
10410     Those two fonts are serif fonts. shouldn't be added to monospace.
10411
10412  conf.d/65-nonlatin.conf | 2 --
10413  1 file changed, 2 deletions(-)
10414
10415 commit e7b5b5b586fd3c1f1fc7959730b760b7fd1bdee8
10416 Author: Akira TAGOH <akira@tagoh.org>
10417 Date:   Tue Nov 20 11:48:17 2012 +0900
10418
10419     Update CaseFolding.txt to Unicode 6.2
10420
10421     No real updates between 6.1 and 6.2, but anyway.
10422
10423  fc-case/CaseFolding.txt | 8 +++++---
10424  1 file changed, 5 insertions(+), 3 deletions(-)
10425
10426 commit c20ac78b01df3f0919352bba16b5b48b3b5d4d6d
10427 Author: Akira TAGOH <akira@tagoh.org>
10428 Date:   Thu Nov 15 16:37:01 2012 +0900
10429
10430     Bug 57114 - regression on FcFontMatch with namelang
10431
10432     After 7587d1c99d9476b6dd4dbe523c0204da700fed8d applied, family,
10433     style, and fullname is localized against current locale or lang
10434     if any though, the string in other languages were dropped from
10435     the pattern. this caused unexpected mismatch on the target="font"
10436     rules.
10437
10438     This fix adds other strings at the end of the list.
10439
10440  src/fcint.h   |  22 +++++++++
10441  src/fcmatch.c |  63 +++++++++++++++++--------
10442  src/fcpat.c   | 146
10443  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
10444  3 files changed, 210 insertions(+), 21 deletions(-)
10445
10446 commit bdaef0b80dc27f4ab7a9d9bcedcfd8b5724b3cfd
10447 Author: Akira TAGOH <akira@tagoh.org>
10448 Date:   Tue Oct 30 09:56:24 2012 +0900
10449
10450     Bug 56531 - autogen.sh fails due to missing 'm4' directory
10451
10452     Keep m4 directory in git.
10453
10454  m4/.gitkeep | 0
10455  1 file changed, 0 insertions(+), 0 deletions(-)
10456
10457 commit 038aa930ae2c3b7972eefe334917e7222fe478ec
10458 Author: Akira TAGOH <akira@tagoh.org>
10459 Date:   Fri Oct 26 14:31:23 2012 +0900
10460
10461     Use automake variable instead of cleaning files in clean-local
10462
10463     just for git.mk coming up from Behdad's threadsafe branch
10464
10465  fc-cache/Makefile.am   | 7 +++----
10466  fc-cat/Makefile.am     | 7 +++----
10467  fc-list/Makefile.am    | 7 +++----
10468  fc-match/Makefile.am   | 7 +++----
10469  fc-pattern/Makefile.am | 7 +++----
10470  fc-query/Makefile.am   | 7 +++----
10471  fc-scan/Makefile.am    | 7 +++----
10472  7 files changed, 21 insertions(+), 28 deletions(-)
10473
10474 commit 73ab254336100c5971e3a1e14b73222efd0e9822
10475 Author: Akira TAGOH <akira@tagoh.org>
10476 Date:   Tue Oct 23 15:52:37 2012 +0900
10477
10478     autogen.sh: Add -I option to tell aclocal a place for external
10479     m4 files
10480
10481  autogen.sh | 1 +
10482  1 file changed, 1 insertion(+)
10483
10484 commit e7bfe729ab4cae63ca502291c1fe46cf7152b459
10485 Author: Akira TAGOH <akira@tagoh.org>
10486 Date:   Tue Oct 9 11:05:59 2012 +0900
10487
10488     Fix syntax errors in fonts.dtd.
10489
10490     Patch from Steve Simpson
10491
10492  fonts.dtd | 10 +++++-----
10493  1 file changed, 5 insertions(+), 5 deletions(-)
10494
10495 commit 8890f94438179ed7d6f7e2622178bb6c9b1f0e5e
10496 Author: Akira TAGOH <akira@tagoh.org>
10497 Date:   Tue Oct 9 11:03:03 2012 +0900
10498
10499     Fix wrongly squashing for the network path on Win32.
10500
10501     Patch from Diego Santa Cruz
10502
10503  src/fcstr.c | 4 ++++
10504  1 file changed, 4 insertions(+)
10505
10506 commit 8daa863c6d84ea56cc2f568a89316690e784a277
10507 Author: Akira TAGOH <akira@tagoh.org>
10508 Date:   Tue Sep 11 18:09:36 2012 +0900
10509
10510     deal with warnings as errors for the previous change
10511
10512     missed this change to commit. doh!
10513
10514  configure.ac | 3 +++
10515  1 file changed, 3 insertions(+)
10516
10517 commit ab26a722c05b43468f838b2fa72bb6ccd0408ac8
10518 Author: Akira TAGOH <akira@tagoh.org>
10519 Date:   Fri Aug 31 15:10:50 2012 +0900
10520
10521     Bug 52573 - patch required to build 2.10.x with oldish GNU C library
10522     headers
10523
10524     On older libc, _POSIX_C_SOURCE didn't satisfy to use posix_fadvise()
10525     and AC_CHECK_FUNCS doesn't check a header file if the function is
10526     declared there properly. so use AC_LINK_IFELSE instead.
10527
10528  configure.ac | 15 ++++++++++++++-
10529  1 file changed, 14 insertions(+), 1 deletion(-)
10530
10531 commit 535e0a37d6d77a9d65096277f3bf94c39ffbf7d1
10532 Author: Akira TAGOH <akira@tagoh.org>
10533 Date:   Fri Aug 31 12:39:38 2012 +0900
10534
10535     Bug 54138 - X_OK permission is invalid for win32 access(..) calls
10536
10537     X_OK checking was added back in
10538     8ae1e3d5dc323542e7def06a42deea62c7ba7027
10539     which was removed due to the same reason in
10540     238489030a64fa883f8f9fc3d73247b7f7257899.
10541     apparently the test case in Bug#18934 still works without it.
10542     so I'm removing it again to get this working on Windows.
10543
10544  src/fccache.c | 4 ++--
10545  1 file changed, 2 insertions(+), 2 deletions(-)
10546
10547 commit 9ec868665dd0f4890b5fb9edb85df8334e5bb689
10548 Author: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
10549 Date:   Mon Aug 27 14:52:23 2012 -0700
10550
10551     Remove _CONFIG_FIXUPS_H_ guards, so multiple includes of "config.h"
10552     result in the correct values
10553
10554     Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
10555
10556  config-fixups.h | 4 ----
10557  1 file changed, 4 deletions(-)
10558
10559 commit c4a58ae0e2fa43fbf9ebefc83891f6abd6728ac9
10560 Author: Akira TAGOH <akira@tagoh.org>
10561 Date:   Mon Aug 27 16:36:49 2012 +0900
10562
10563     Fix for libtoolize's warnings
10564
10565  Makefile.am  | 1 +
10566  configure.ac | 1 +
10567  2 files changed, 2 insertions(+)
10568
10569 commit 65da8c091c402ec706d76054eacbc455a7e3d801
10570 Author: Behdad Esfahbod <behdad@behdad.org>
10571 Date:   Sat Aug 25 14:10:14 2012 -0400
10572
10573     Fix N'ko orthography
10574
10575  fc-lang/nqo.orth | 3 +--
10576  1 file changed, 1 insertion(+), 2 deletions(-)
10577
10578 commit 375cdbce9d283d1eddb8f6b1c904d755653a87c5
10579 Author: Akira TAGOH <akira@tagoh.org>
10580 Date:   Thu Aug 16 20:33:12 2012 +0900
10581
10582     Bug 53585 - Two highly-visible typos in src/fcxml.c
10583
10584  src/fcxml.c | 4 ++--
10585  1 file changed, 2 insertions(+), 2 deletions(-)
10586
10587 commit cbfbd4041d4209b5da36746d68fe7aac7645eea5
10588 Author: Akira TAGOH <akira@tagoh.org>
10589 Date:   Fri Jul 27 11:22:14 2012 +0900
10590
10591     Bump version to 2.10.1
10592
10593  README                  | 8 +++++++-
10594  configure.ac            | 2 +-
10595  fontconfig/fontconfig.h | 2 +-
10596  3 files changed, 9 insertions(+), 3 deletions(-)
10597
10598 commit b7287a91fedc8b3ba2f566a17e4c5a00222ca76e
10599 Author: Akira TAGOH <akira@tagoh.org>
10600 Date:   Mon Jul 23 13:59:16 2012 +0900
10601
10602     Install config files first
10603
10604     Use install-data-hook instead of install-data-local.
10605     This allows on the real installation to create a symlink with
10606     the broken ln command though, still not work with the pseudo
10607     installation by using DESTDIR say.
10608
10609  conf.d/Makefile.am | 2 +-
10610  1 file changed, 1 insertion(+), 1 deletion(-)
10611
10612 commit ebd5096abc495550596861b6af2aae067e861553
10613 Author: Akira TAGOH <akira@tagoh.org>
10614 Date:   Thu Jul 19 10:20:30 2012 +0900
10615
10616     Fix a typo in fontconfig.pc
10617
10618     Reported by Daniel Macks
10619
10620  fontconfig.pc.in | 2 +-
10621  1 file changed, 1 insertion(+), 1 deletion(-)
10622
10623 commit d4fc407246ba0860dd883baf4551401614ec220f
10624 Author: Akira TAGOH <akira@tagoh.org>
10625 Date:   Tue Jul 17 14:20:48 2012 +0900
10626
10627     correct version
10628
10629  configure.ac | 2 +-
10630  1 file changed, 1 insertion(+), 1 deletion(-)
10631
10632 commit 92bad770e505ec8683aad2e6e063232843734ece
10633 Author: Akira TAGOH <akira@tagoh.org>
10634 Date:   Tue Jul 17 11:36:01 2012 +0900
10635
10636     Bump version to 2.10
10637
10638  README                  | 11 ++++++++++-
10639  configure.ac            |  2 +-
10640  fontconfig/fontconfig.h |  4 ++--
10641  3 files changed, 13 insertions(+), 4 deletions(-)
10642
10643 commit f513f53347ae943a03192e83f7a6d7c40bcdfd5d
10644 Author: Akira TAGOH <akira@tagoh.org>
10645 Date:   Tue Jul 17 11:35:41 2012 +0900
10646
10647     Update INSTALL
10648
10649  INSTALL | 2 +-
10650  1 file changed, 1 insertion(+), 1 deletion(-)
10651
10652 commit 14d23ef330808b480393196984cb06efb5724160
10653 Author: Akira TAGOH <akira@tagoh.org>
10654 Date:   Tue Jul 17 11:34:31 2012 +0900
10655
10656     Bump libtool revision
10657
10658  configure.ac | 2 +-
10659  1 file changed, 1 insertion(+), 1 deletion(-)
10660
10661 commit da9400212db8e5aa0a0bdd4fad21d2008b5034e2
10662 Author: Akira TAGOH <akira@tagoh.org>
10663 Date:   Mon Jun 18 11:23:39 2012 +0900
10664
10665     Fix a build fail with gcc 2.95, not supporting the flexible array
10666     members.
10667
10668  configure.ac | 2 ++
10669  src/fcint.h  | 2 +-
10670  2 files changed, 3 insertions(+), 1 deletion(-)
10671
10672 commit 489a575a7455204ee5c170754b92e72ba1e483fd
10673 Author: Akira TAGOH <akira@tagoh.org>
10674 Date:   Fri Jul 6 19:02:05 2012 +0900
10675
10676     Update CaseFolding.txt to Unicode 6.1
10677
10678  fc-case/CaseFolding.txt | 21 +++++++++++++++++----
10679  1 file changed, 17 insertions(+), 4 deletions(-)
10680
10681 commit 5b2d065ef87514ca32af325f793ee37fabd6af19
10682 Author: Akira TAGOH <akira@tagoh.org>
10683 Date:   Tue Jul 3 19:56:56 2012 +0900
10684
10685     Bug 34266 - configs silently ignored if libxml2 doesn't support
10686     SAX1 interface
10687
10688     Check if libxml2 has built with --with-sax1
10689
10690  configure.ac | 12 ++++++++++++
10691  1 file changed, 12 insertions(+)
10692
10693 commit 9c377192bf7d59336dbe4603d73449c7090c11ca
10694 Author: Akira TAGOH <akira@tagoh.org>
10695 Date:   Mon Jun 25 14:57:51 2012 +0900
10696
10697     Bump version to 2.9.92
10698
10699  README                  | 19 ++++++++++++++++++-
10700  configure.ac            |  2 +-
10701  fontconfig/fontconfig.h |  2 +-
10702  3 files changed, 20 insertions(+), 3 deletions(-)
10703
10704 commit 2162d9c2ee7ba930dca8f710ad35a83cb7c76ca6
10705 Author: Akira TAGOH <akira@tagoh.org>
10706 Date:   Mon Jun 25 14:57:40 2012 +0900
10707
10708     Update INSTALL
10709
10710  INSTALL | 4 ++--
10711  1 file changed, 2 insertions(+), 2 deletions(-)
10712
10713 commit a94c6b3b94b4a66d7f528fcc7e939b8ec19ad660
10714 Author: Akira TAGOH <akira@tagoh.org>
10715 Date:   Mon Jun 25 14:50:18 2012 +0900
10716
10717     Bump libtool revision
10718
10719  configure.ac | 2 +-
10720  1 file changed, 1 insertion(+), 1 deletion(-)
10721
10722 commit 769306665c37175d1e0e1167895eace0a8bc4bc3
10723 Author: Akira TAGOH <akira@tagoh.org>
10724 Date:   Tue Apr 24 19:11:41 2012 +0900
10725
10726     Bug 18726 - RFE: help write locale-specific tests
10727
10728     Add an example matching rule for the language specific
10729
10730  doc/fontconfig-user.sgml | 35 +++++++++++++++++++++++++++++++++++
10731  1 file changed, 35 insertions(+)
10732
10733 commit e5a59eac905f1ff6ebe6005c257ce3f9f3c4cc6b
10734 Author: Marius Tolzmann <tolzmann@molgen.mpg.de>
10735 Date:   Thu Jun 21 21:01:10 2012 +0200
10736
10737     Fix warning about deprecated, non-existent config includes
10738
10739     Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 8:
10740     reading configurations from ~/.fonts.conf.d is deprecated.
10741
10742     Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 9:
10743     reading configurations from ~/.fonts.conf is deprecated.
10744
10745     Be polite and do not issue the warning if deprecated config includes
10746     (e.g. ~/.fonts.conf.d and/or ~/.fonts.conf) do not exist.
10747
10748  src/fcxml.c | 16 +++++++++++++---
10749  1 file changed, 13 insertions(+), 3 deletions(-)
10750
10751 commit 3a5e9bc75d7e240ec590c6e50161ee157904d4d6
10752 Author: Marius Tolzmann <tolzmann@molgen.mpg.de>
10753 Date:   Thu Jun 21 21:01:09 2012 +0200
10754
10755     Fix newline in warning about deprecated config includes
10756
10757  src/fcxml.c | 2 +-
10758  1 file changed, 1 insertion(+), 1 deletion(-)
10759
10760 commit 2d9ad5434b1d3afa2aa3d8a77af0bce940c69177
10761 Author: Akira TAGOH <akira@tagoh.org>
10762 Date:   Mon Jun 18 18:31:36 2012 +0900
10763
10764     Rename configure.in to configure.ac
10765
10766  configure.in => configure.ac | 0
10767  new-version.sh               | 4 ++--
10768  2 files changed, 2 insertions(+), 2 deletions(-)
10769
10770 commit 4353df754fcf4126ff4a69ccfef1a59450e5a7c7
10771 Author: Akira TAGOH <akira@tagoh.org>
10772 Date:   Mon Jun 18 10:52:21 2012 +0900
10773
10774     clean up the lock file properly on even hardlink-not-supported
10775     filesystem.
10776
10777  src/fcatomic.c | 14 ++++++++++++--
10778  1 file changed, 12 insertions(+), 2 deletions(-)
10779
10780 commit 997a64a67b77ae7c083f4a2898670201ed618fb2
10781 Author: Akira TAGOH <akira@tagoh.org>
10782 Date:   Thu Jun 14 11:27:31 2012 +0900
10783
10784     Fix the fail of make install with --disable-shared on Win32
10785
10786  .gitignore      | 1 +
10787  configure.in    | 1 +
10788  src/Makefile.am | 2 ++
10789  3 files changed, 4 insertions(+)
10790
10791 commit cd280f6532663981fb5fcc2d38f99973033568db
10792 Author: Akira TAGOH <akira@tagoh.org>
10793 Date:   Wed Jun 13 20:01:30 2012 +0900
10794
10795     Fix a build fail on MINGW
10796
10797  src/fcatomic.c |  7 ++++---
10798  src/fccfg.c    | 18 +++++++++---------
10799  src/fcint.h    |  4 +++-
10800  src/fcstat.c   | 16 ++++++++++------
10801  src/fcstr.c    |  6 +++---
10802  src/fcxml.c    | 24 ++++++++++++------------
10803  6 files changed, 41 insertions(+), 34 deletions(-)
10804
10805 commit 2ec0440fb580f5556d8e1fc4e0e3a6c5b9472cf6
10806 Author: Akira TAGOH <akira@tagoh.org>
10807 Date:   Tue Jun 12 11:02:03 2012 +0900
10808
10809     Fix a typo and build fail.
10810
10811  doc/Makefile.am | 6 +++---
10812  1 file changed, 3 insertions(+), 3 deletions(-)
10813
10814 commit b447fc5d52e1e88ca1eca0ce3472d48626e27109
10815 Author: Akira TAGOH <akira@tagoh.org>
10816 Date:   Mon Jun 11 14:14:41 2012 +0900
10817
10818     Bug 50835 - Deprecate FC_GLOBAL_ADVANCE
10819
10820     FC_GLOBAL_ADVANCE is deprecated. this flag is simply ignored on
10821     freetype 2.4.5 or later.
10822
10823  conf.d/20-fix-globaladvance.conf | 28 ----------------------------
10824  conf.d/Makefile.am               |  2 --
10825  doc/fontconfig-devel.sgml        |  2 +-
10826  doc/fontconfig-user.sgml         |  2 +-
10827  fontconfig/fontconfig.h          |  1 +
10828  src/fcdefault.c                  |  1 +
10829  src/fcint.h                      |  2 +-
10830  src/fcname.c                     |  4 ++--
10831  8 files changed, 7 insertions(+), 35 deletions(-)
10832
10833 commit 54fb7967de3850cf7176dde12432ed48c628ebea
10834 Author: Akira TAGOH <akira@tagoh.org>
10835 Date:   Mon Jun 11 20:15:15 2012 +0900
10836
10837     Bump version to 2.9.91
10838
10839  README                  | 81
10840  ++++++++++++++++++++++++++++++++++++++++++++++++-
10841  configure.in            |  2 +-
10842  fontconfig/fontconfig.h |  2 +-
10843  3 files changed, 82 insertions(+), 3 deletions(-)
10844
10845 commit 0b20bd0281a2247a047ef388ea2c6c58614d7b1a
10846 Author: Mark Brand <mabrand@mabrand.nl>
10847 Date:   Mon Jun 11 20:13:02 2012 +0900
10848
10849     fix building for WIN32
10850
10851     8c255fb185d5651b57380b0a9443001e8051b29d moved some code out of switch
10852     but did not declare 'buffer'. Also, replacing the "break" with
10853     "goto bail" neglected the WIN32 specific code.
10854
10855  src/fcxml.c | 12 ++++++------
10856  1 file changed, 6 insertions(+), 6 deletions(-)
10857
10858 commit 101825a129aa1a025e91fd55124e973fcdb31f9e
10859 Author: Akira TAGOH <akira@tagoh.org>
10860 Date:   Mon Jun 11 18:43:56 2012 +0900
10861
10862     Generate bzip2-compressed tarball too
10863
10864  Makefile.am | 2 ++
10865  1 file changed, 2 insertions(+)
10866
10867 commit fdb1155035da677368f762d8fb24ad2f470a9813
10868 Author: Akira TAGOH <akira@tagoh.org>
10869 Date:   Mon Jun 11 18:39:37 2012 +0900
10870
10871     doc: Fix distcheck error again...
10872
10873  doc/Makefile.am | 15 +++++++++------
10874  1 file changed, 9 insertions(+), 6 deletions(-)
10875
10876 commit e8f16c9343f64266c3ec0048d867bfe23bdb6ec6
10877 Author: Akira TAGOH <akira@tagoh.org>
10878 Date:   Mon Jun 11 17:48:12 2012 +0900
10879
10880     Bump libtool revision
10881
10882  configure.in | 4 ++--
10883  1 file changed, 2 insertions(+), 2 deletions(-)
10884
10885 commit cf70eaa3bfa9b14847a1067295c5c0dc12c95e83
10886 Author: Akira TAGOH <akira@tagoh.org>
10887 Date:   Fri Jun 8 19:41:59 2012 +0900
10888
10889     Bug 50525 - superfluous whitespace in the style
10890
10891  src/fcfreetype.c | 15 ++++++++++++++-
10892  1 file changed, 14 insertions(+), 1 deletion(-)
10893
10894 commit f4103bf708778433f5ea02014f890cdeccde206b
10895 Author: Akira TAGOH <akira@tagoh.org>
10896 Date:   Fri Jun 8 19:17:57 2012 +0900
10897
10898     fcdefault: Add the lang object at FcConfigSubstituteWithPat() only
10899     when kind is FcMatchPattern
10900
10901  src/fccfg.c | 33 ++++++++++++++++-----------------
10902  1 file changed, 16 insertions(+), 17 deletions(-)
10903
10904 commit 07e52eeb097a4e3c147e00ed7a6eb7652a611751
10905 Author: Akira TAGOH <akira@tagoh.org>
10906 Date:   Fri Jun 8 15:54:48 2012 +0900
10907
10908     fcdefault: no need to set FC_LANG in FcDefaultSubstitute() anymore
10909
10910  src/fcdefault.c | 4 ----
10911  1 file changed, 4 deletions(-)
10912
10913 commit 550fd49d4fb8efab33d1fa1687b1b9bd352202fe
10914 Author: Akira TAGOH <akira@tagoh.org>
10915 Date:   Tue May 22 14:17:10 2012 +0900
10916
10917     Add the default language to the pattern prior to do build the
10918     substitution
10919
10920     the default language is referred from the FC_LANG environment variable
10921     or the current locale
10922
10923  src/fccfg.c | 18 ++++++++++++++++++
10924  1 file changed, 18 insertions(+)
10925
10926 commit 2261a64ce14d692f7c553f46e2158e70400dbc9c
10927 Author: Akira TAGOH <akira@tagoh.org>
10928 Date:   Fri Jun 8 15:47:52 2012 +0900
10929
10930     fcdefault: fallback if the environment variables are empty
10931
10932     try to fallback if FC_LANG, LC_ALL, LC_CTYPE and LANG is empty
10933
10934  src/fcdefault.c | 8 ++++----
10935  1 file changed, 4 insertions(+), 4 deletions(-)
10936
10937 commit bbc8fb5ba705e5257693f3b266fce12d2f81b50c
10938 Author: Akira TAGOH <akira@tagoh.org>
10939 Date:   Thu Mar 29 20:25:20 2012 +0900
10940
10941     Bug 32853 - Export API to get the default language
10942
10943     Add a new API FcGetDefaultLangs() to export the string sets of
10944     the default
10945     languages.
10946
10947  doc/fclangset.fncs      |   9 +++
10948  fc-lang/fc-lang.c       |   6 ++
10949  fontconfig/fontconfig.h |   3 +
10950  src/fcdefault.c         | 102 ++++++++++---------------------
10951  src/fcint.h             |   6 ++
10952  src/fclang.c            | 159
10953  ++++++++++++++++++++++++++++++++++++++++++++++++
10954  src/fcstr.c             |  44 ++++++++++++++
10955  7 files changed, 260 insertions(+), 69 deletions(-)
10956
10957 commit 1b692d8ab91a096e7d433c51ab187382de91147b
10958 Author: Akira TAGOH <akira@tagoh.org>
10959 Date:   Fri Jun 1 19:06:17 2012 +0900
10960
10961     Fix the wrong estimation for the memory usage information in
10962     fontconfig
10963
10964  fc-cat/fc-cat.c         |  2 +-
10965  fc-list/fc-list.c       |  2 +-
10966  fc-match/fc-match.c     |  2 +-
10967  fc-pattern/fc-pattern.c |  2 +-
10968  fc-query/fc-query.c     |  2 +-
10969  fc-scan/fc-scan.c       |  2 +-
10970  src/fccfg.c             | 12 ++++++++----
10971  src/fcformat.c          |  4 ++--
10972  src/fcpat.c             |  3 ++-
10973  src/fcstr.c             |  3 +--
10974  src/fcxml.c             | 11 +++++++++--
10975  11 files changed, 28 insertions(+), 17 deletions(-)
10976
10977 commit 5254a6630fdf132b0cda62c1bc7e8e40d2639bdf
10978 Author: Akira TAGOH <akira@tagoh.org>
10979 Date:   Thu May 31 12:46:55 2012 +0900
10980
10981     Fix a typo and polish the previous change
10982
10983  src/fcstat.c | 21 ++++++++-------------
10984  1 file changed, 8 insertions(+), 13 deletions(-)
10985
10986 commit 4a741e9a0ab8dbaa0c377fbfed41547645ac79af
10987 Author: Akira TAGOH <akira@tagoh.org>
10988 Date:   Wed May 30 18:21:57 2012 +0900
10989
10990     Fix the build fail on Solaris
10991
10992     It's introduced by 0ac6c98294d666762960824d39329459b22b48b7.
10993     Use lstat() and S_ISDIR() to check if it's the directory or not
10994     if there are no d_type in struct dirent.
10995
10996  configure.in |  2 ++
10997  src/fcstat.c | 61
10998  ++++++++++++++++++++++++++++++++++++++++++++++++++++--------
10999  2 files changed, 55 insertions(+), 8 deletions(-)
11000
11001 commit 0ac6c98294d666762960824d39329459b22b48b7
11002 Author: Mikhail Gusarov <dottedmag@dottedmag.net>
11003 Date:   Mon May 28 14:52:21 2012 +0900
11004
11005     Fix cache aging for fonts on FAT filesystem under Linux
11006
11007     Windows does not update mtime of directory on FAT filesystem when
11008     file is added to it or removed from it. Fontconfig uses mtime of
11009     directory to check cache file aging and hence fails to detect
11010     newly added or recently removed files.
11011
11012     This changeset detects FAT filesystem (currently implemented for
11013     Linux) and adds generating checksum of directory entries instead
11014     of using mtime which guarantees proper cache rebuild.
11015
11016     For non-FAT filesystems this patch adds single syscall per directory
11017     which is negligeable overhead.
11018
11019     This fixes bug https://bugs.freedesktop.org/show_bug.cgi?id=25535
11020
11021     Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net>
11022
11023  src/fccache.c | 14 +++++-----
11024  src/fcdir.c   |  2 +-
11025  src/fcint.h   |  5 +++-
11026  src/fcstat.c  | 84
11027  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
11028  4 files changed, 96 insertions(+), 9 deletions(-)
11029
11030 commit dc2da23e69e6b3f6e6d0436d4777ee2c1d8ff1be
11031 Author: Akira TAGOH <akira@tagoh.org>
11032 Date:   Mon May 28 13:59:48 2012 +0900
11033
11034     Move statfs/statvfs wrapper to fcstat.c and add a test for the mtime
11035     broken fs
11036
11037     just rework to share the efforts between FcIsFsMmapSafe() and
11038     FcIsFsMtimeBroken().
11039
11040  src/fccache.c |  50 +--------------------------
11041  src/fcint.h   |  13 +++++++
11042  src/fcstat.c  | 108
11043  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
11044  3 files changed, 122 insertions(+), 49 deletions(-)
11045
11046 commit 6a83c1ad40594530994b826d928312e9eeb19c35
11047 Author: Mikhail Gusarov <dottedmag@dottedmag.net>
11048 Date:   Sun Apr 29 12:56:16 2012 +0200
11049
11050     Move FcStat to separate compilation unit
11051
11052     FcStat() logic is quite complicated in presence of various semi-broken
11053     operating
11054     systems and filesystems, split it out in order to make it a bit
11055     easier.
11056
11057     Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net>
11058
11059  src/Makefile.am |   1 +
11060  src/fccache.c   |  88 ------------------------------------------
11061  src/fcint.h     |   8 ++--
11062  src/fcstat.c    | 116
11063  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
11064  4 files changed, 122 insertions(+), 91 deletions(-)
11065
11066 commit 26160366d7ba5c7baf20ae091d5dd0388714df83
11067 Author: Akira TAGOH <akira@tagoh.org>
11068 Date:   Mon May 28 15:58:56 2012 +0900
11069
11070     fcatomic: fallback to create a directory with FcAtomicLock
11071
11072     link(2) might be failed on the filesystem that doesn't support
11073     the hard link. e.g. FcAtomicLock() always fails on FAT filesystem
11074     when link(2) is available.
11075     So that may be a good idea to fallback if link(2) is failed.
11076
11077  src/fcatomic.c | 10 +++++++++-
11078  1 file changed, 9 insertions(+), 1 deletion(-)
11079
11080 commit 2837c63876b9b1f27d74aad51d45fc18d48f4652
11081 Author: Akira TAGOH <akira@tagoh.org>
11082 Date:   Mon May 21 13:43:20 2012 +0900
11083
11084     Bug 33644 - Fontconfig doesn't match correctly in <test>
11085
11086     Warn if the multiple values is set to <test>, including the case of
11087     in <alias> because the behavior isn't intuitive since so many users
11088     is asking for a help to get things working for their expectation.
11089
11090     Use multiple <match>s or <alias>es for OR operator and
11091     multiple <test>s for AND operator.
11092
11093  doc/fontconfig-user.sgml | 23 +++++++++++++++++++++++
11094  src/fcxml.c              |  5 +++++
11095  2 files changed, 28 insertions(+)
11096
11097 commit 794fb0bd6a3fa91c6e03e51dc080e458b8960a55
11098 Author: Akira TAGOH <akira@tagoh.org>
11099 Date:   Mon May 21 13:37:54 2012 +0900
11100
11101     Correct the example
11102
11103     Enclose the string with <string> in <test>
11104
11105  doc/fontconfig-user.sgml | 10 +++++-----
11106  1 file changed, 5 insertions(+), 5 deletions(-)
11107
11108 commit 8c255fb185d5651b57380b0a9443001e8051b29d
11109 Author: Akira TAGOH <akira@tagoh.org>
11110 Date:   Mon Mar 12 19:18:19 2012 +0900
11111
11112     Bug 20411 - fontconfig doesn't match FreeDesktop directories specs
11113
11114     Allows reading configuration files, fonts and cache files from
11115     the directories where the XDG Base Directory Specification defines.
11116
11117     the old directories are still in the configuration files for
11118     the backward compatibility.
11119
11120  conf.d/50-user.conf      |   7 +-
11121  doc/fontconfig-user.sgml |  37 ++---
11122  fonts.conf.in            |   4 +
11123  fonts.dtd                |  10 +-
11124  src/fccfg.c              |  78 ++++++++++-
11125  src/fcinit.c             |  20 ++-
11126  src/fcint.h              |  11 ++
11127  src/fcstr.c              |   5 +-
11128  src/fcxml.c              | 344
11129  ++++++++++++++++++++++++++++++-----------------
11130  9 files changed, 366 insertions(+), 150 deletions(-)
11131
11132 commit bc4517d8e5af8f31821ec8d9990765dad2867dd4
11133 Author: Akira TAGOH <akira@tagoh.org>
11134 Date:   Wed Apr 11 19:52:35 2012 +0900
11135
11136     Bug 19128 - Handling whitespace in aliases
11137
11138     Add a new attribute `ignore-blanks' to <test>.
11139     When this is set to "true", any blanks in the string will be ignored
11140     on comparison.  This takes effects for compare="eq" or "not_eq" only.
11141
11142     Also changed the behavior of the comparison on <alias> too.
11143
11144  conf.d/20-fix-globaladvance.conf |  8 ++++----
11145  conf.d/20-unhint-small-vera.conf |  6 +++---
11146  conf.d/25-unhint-nonlatin.conf   | 30 +++++++++++++++---------------
11147  conf.d/30-urw-aliases.conf       |  7 +------
11148  conf.d/65-fonts-persian.conf     | 14 +++++++-------
11149  conf.d/80-delicious.conf         |  2 +-
11150  doc/fontconfig-user.sgml         |  3 ++-
11151  fonts.dtd                        |  1 +
11152  src/fccfg.c                      | 35 ++++++++++++++++++++++-------------
11153  src/fcdbg.c                      | 27 ++++++++++++++++++---------
11154  src/fcint.h                      |  8 ++++++++
11155  src/fclist.c                     |  2 +-
11156  src/fcxml.c                      | 24 ++++++++++++++++++++----
11157  13 files changed, 103 insertions(+), 64 deletions(-)
11158
11159 commit 5ac12c0e94128ea63e3e74b4e602cf0c74661bce
11160 Author: Akira TAGOH <akira@tagoh.org>
11161 Date:   Thu May 10 16:47:09 2012 +0900
11162
11163     fcarch.c: get rid of the duplicate definition of FC_MAX
11164
11165     FC_MAX is also available in src/fcint.h
11166
11167  src/fcarch.c | 2 --
11168  1 file changed, 2 deletions(-)
11169
11170 commit cc9d572d3e3d270653c994ff1269f56eb7ee1b1c
11171 Author: Akira TAGOH <akira@tagoh.org>
11172 Date:   Thu May 10 16:36:10 2012 +0900
11173
11174     fonts.conf: keeps same binding for alternatives
11175
11176     Since the binding is affected to the score, the replacement should
11177     have same binding to avoid the unexpected estimation.
11178
11179  fonts.conf.in | 6 +++---
11180  1 file changed, 3 insertions(+), 3 deletions(-)
11181
11182 commit d81407611b160ebfa631556ee60be147d1c0416f
11183 Author: Keith Packard <keithp@keithp.com>
11184 Date:   Tue May 1 19:28:27 2012 -0700
11185
11186     Deal with architectures where ALIGNOF_DOUBLE < 4
11187
11188     This patch isn't really tested as I don't have such a machine, but I
11189     have a bug report that on m68k machines, double values are aligned on
11190     smaller than 4 byte boundaries. If ALIGNOF_DOUBLE < sizeof(int),
11191     the "expected" sizeof of FcValue is miscomputed. Use the maximum of 4
11192     (sizeof (int)) and ALIGNOF_DOUBLE when computing the expected size of
11193     FcValue.
11194
11195     Signed-off-by: Keith Packard <keithp@keithp.com>
11196
11197  src/fcarch.c | 4 +++-
11198  1 file changed, 3 insertions(+), 1 deletion(-)
11199
11200 commit e41474e925947b5a2fb64c80135bc116e9e56d2d
11201 Author: Keith Packard <keithp@keithp.com>
11202 Date:   Tue May 1 19:28:26 2012 -0700
11203
11204     Extra ',' in AC_ARG_WITH(arch causes arch to never be autodetected
11205
11206     Commit 87d7b82a98780223422a829b6bb1a05fd753ae5e reformatted this
11207     part of the configure script, accidentally introducing a spurious
11208     comma.
11209
11210     Signed-off-by: Keith Packard <keithp@keithp.com>
11211
11212  configure.in | 1 -
11213  1 file changed, 1 deletion(-)
11214
11215 commit d2718257f9aa3e6071f649296a52a22684c43e96
11216 Author: Akira TAGOH <akira@tagoh.org>
11217 Date:   Tue May 1 20:18:41 2012 +0900
11218
11219     Output more verbose debugging log to show where to insert the element
11220     into the value list
11221
11222  src/fccfg.c |  2 +-
11223  src/fcdbg.c | 79
11224  +++++++++++++++++++++++++++++++++++++++++++------------------
11225  src/fcint.h |  8 ++++++-
11226  3 files changed, 64 insertions(+), 25 deletions(-)
11227
11228 commit 7d65f9f514e33305bdeafd0d34140da46259e57f
11229 Author: Akira TAGOH <akira@tagoh.org>
11230 Date:   Wed Apr 11 19:52:35 2012 +0900
11231
11232     Bug 39278 - make usage of mmap optional
11233
11234     Stop using mmap() if the cache file is stored on NFS.
11235     also added FONTCONFIG_USE_MMAP environment variable to enforce the
11236     use of
11237     or not the use of mmap(2) regardless of what the filesystem the
11238     cache files
11239     are stored on.
11240
11241  configure.in             | 24 +++++++++++++--
11242  doc/fontconfig-user.sgml | 20 ++++++++++++-
11243  src/fccache.c            | 77
11244  ++++++++++++++++++++++++++++++++++++++++++++++--
11245  3 files changed, 116 insertions(+), 5 deletions(-)
11246
11247 commit f30a5d7637af14b12f07267b59e02ec4a14458f2
11248 Author: Akira TAGOH <akira@tagoh.org>
11249 Date:   Wed Apr 25 16:21:33 2012 +0900
11250
11251     Disable iconv support anyway...
11252
11253  configure.in | 3 ++-
11254  1 file changed, 2 insertions(+), 1 deletion(-)
11255
11256 commit 7587d1c99d9476b6dd4dbe523c0204da700fed8d
11257 Author: Akira TAGOH <akira@tagoh.org>
11258 Date:   Mon Mar 26 16:34:34 2012 +0900
11259
11260     Bug 27765 - FcMatch() returns style in wrong language
11261
11262     Add "namelang" object to obtain the localized name in the font
11263     regardless
11264     of the lang object. it's applied to "familylang", "stylelang" and
11265     "fullnamelang" alltogether. this would helps if one wants to enforce
11266     selecting them in the specific language if any.  the default value for
11267     the namelang object is determined from current locale.
11268
11269  doc/fontconfig-devel.sgml |   3 ++
11270  fontconfig/fontconfig.h   |   1 +
11271  src/fcdefault.c           |  37 ++++++++++++++-
11272  src/fcint.h               |   3 +-
11273  src/fclist.c              |  47 +++++++++++++++----
11274  src/fcmatch.c             | 113
11275  +++++++++++++++++++++++++++++++++++++++-------
11276  src/fcname.c              |   1 +
11277  7 files changed, 178 insertions(+), 27 deletions(-)
11278
11279 commit 526f0da93fc487e9b33a4d97386a9054156d01ac
11280 Author: Akira TAGOH <akira@tagoh.org>
11281 Date:   Tue Apr 24 11:40:51 2012 +0900
11282
11283     Add --enable-iconv option to configure
11284
11285     Disable iconv support by default, which provide a feature to convert
11286     non-Unicode SFNT names to UTF-8.
11287
11288  configure.in | 64
11289  ++++++++++++++++++++++++++++++++----------------------------
11290  1 file changed, 34 insertions(+), 30 deletions(-)
11291
11292 commit 06d6b7c3120cd417af5ff47e9735aed577978354
11293 Author: Akira TAGOH <akira@tagoh.org>
11294 Date:   Wed Mar 28 17:28:06 2012 +0900
11295
11296     Create CACHEDIR.TAG when fc-cache is run or only when the cache
11297     directory is created at the runtime.
11298
11299     Also add FcCacheCreateTagFile() API to do create CACHEDIR.TAG on
11300     the cache
11301     directory.
11302
11303  doc/fccache.fncs        |  9 ++++++
11304  doc/fcconfig.fncs       |  2 +-
11305  fc-cache/fc-cache.c     | 73 +-----------------------------------------
11306  fontconfig/fontconfig.h |  5 ++-
11307  src/fccache.c           | 85
11308  +++++++++++++++++++++++++++++++++++++++++++++++++
11309  src/fccfg.c             |  2 +-
11310  src/fcint.h             |  3 ++
11311  7 files changed, 104 insertions(+), 75 deletions(-)
11312
11313 commit 25ccc3f3d27d8affd45c4b0a8041ef757dbb20dd
11314 Author: Akira TAGOH <akira@tagoh.org>
11315 Date:   Fri Apr 20 19:08:59 2012 +0900
11316
11317     Bug 47721 - Add ChromeOS fonts to 30-metric-aliases.conf
11318
11319  conf.d/30-metric-aliases.conf | 50
11320  +++++++++++++++++++++++++++++++++----------
11321  1 file changed, 39 insertions(+), 11 deletions(-)
11322
11323 commit 7069d717e982adcf8e1d300cbd10eec6322a65c9
11324 Author: Akira TAGOH <akira@tagoh.org>
11325 Date:   Sun Apr 22 21:40:44 2012 +0900
11326
11327     C++11 requires a space between literal and identifier
11328
11329     Reported by Buganini
11330
11331  fontconfig/fontconfig.h | 6 +++---
11332  1 file changed, 3 insertions(+), 3 deletions(-)
11333
11334 commit 22dc5460906f78b3dc1b12ab2440e62b930adf0b
11335 Author: Akira TAGOH <akira@tagoh.org>
11336 Date:   Fri Apr 20 20:04:17 2012 +0900
11337
11338     Fix a build issue again when no regex functions available
11339
11340     Reported by Jon TURNEY
11341
11342  configure.in | 4 +---
11343  src/fcstr.c  | 2 +-
11344  2 files changed, 2 insertions(+), 4 deletions(-)
11345
11346 commit 9fa7b7c8f2d1d8a9c50f3ba0f99087f653b6a9b8
11347 Author: Akira TAGOH <akira@tagoh.org>
11348 Date:   Fri Apr 20 11:17:41 2012 +0900
11349
11350     Rework to avoid adding the unexpected value to ICONV_CFLAGS and
11351     ICONV_LIBS
11352
11353  configure.in | 44 ++++++++++++++++++++++++--------------------
11354  1 file changed, 24 insertions(+), 20 deletions(-)
11355
11356 commit dd2a3d3520b6fea20a58b2888fef0458c01b287f
11357 Author: Akira TAGOH <akira@tagoh.org>
11358 Date:   Wed Apr 18 12:55:23 2012 +0900
11359
11360     Bug 25151 - Move cleanCacheDirectory() from fc-cache.c into
11361      the library
11362
11363     Add FcDirCacheScan() API to clean up the cache files in the directory.
11364
11365  doc/fccache.fncs        |  9 +++++
11366  fc-cache/fc-cache.c     | 93
11367  +------------------------------------------------
11368  fontconfig/fontconfig.h |  3 ++
11369  src/fccache.c           | 91
11370  +++++++++++++++++++++++++++++++++++++++++++++++
11371  src/fcint.h             |  2 ++
11372  5 files changed, 106 insertions(+), 92 deletions(-)
11373
11374 commit 9e62fcedfe774a13843cc0982bc3e535369b99eb
11375 Author: Keith Packard <keithp@keithp.com>
11376 Date:   Mon Apr 16 11:28:36 2012 -0700
11377
11378     Use posix_fadvise to speed startup
11379
11380     Given that fontconfig will scan all of the cache file data during the
11381     first font search, ask the kernel to start reading the pages right
11382     away.
11383
11384     Signed-off-by: Keith Packard <keithp@keithp.com>
11385
11386  configure.in  | 2 +-
11387  src/fccache.c | 3 +++
11388  2 files changed, 4 insertions(+), 1 deletion(-)
11389
11390 commit 94c2cc58a091138aa8c507d6239eca69520b65f0
11391 Author: Akira TAGOH <akira@tagoh.org>
11392 Date:   Mon Apr 16 20:25:52 2012 +0900
11393
11394     doc: Fix a typo of the environment variable name.
11395
11396  doc/fcconfig.fncs | 4 ++--
11397  1 file changed, 2 insertions(+), 2 deletions(-)
11398
11399 commit c5714bcf90d6b345e748b7fa7b21e421409aba60
11400 Author: Akira TAGOH <akira@tagoh.org>
11401 Date:   Fri Apr 13 11:09:04 2012 +0900
11402
11403     Add --with-expat, --with-expat-includes and --with-expat-lib back.
11404
11405  configure.in | 41 ++++++++++++++++++++++++++++++++++++++---
11406  1 file changed, 38 insertions(+), 3 deletions(-)
11407
11408 commit 470e92c9dbdc75d354c9dce9063276996ecf535d
11409 Author: Akira TAGOH <akira@tagoh.org>
11410 Date:   Thu Apr 12 14:01:25 2012 +0900
11411
11412     Bug 27526 - Compatibility fix for old windows sytems
11413
11414     Patch from Gianluigi Tiesi
11415
11416  src/fccache.c |  3 ---
11417  src/fcint.h   | 12 ++++++++++--
11418  src/fcxml.c   | 52 +++++++++++++++++++++++++++++++++++++++++++---------
11419  3 files changed, 53 insertions(+), 14 deletions(-)
11420
11421 commit ac6271dbac32086ce60845efc4d87e669f37796a
11422 Author: Akira TAGOH <akira@tagoh.org>
11423 Date:   Thu Apr 12 11:01:12 2012 +0900
11424
11425     Bug 48573 - platform without regex do not have also REG_XXX defines
11426
11427     Fix a build issue on the platforms where regex isn't available
11428
11429  configure.in | 9 +++++++++
11430  src/fcstr.c  | 6 ++++--
11431  2 files changed, 13 insertions(+), 2 deletions(-)
11432
11433 commit 9231d79ad180f992f9bbef4f3127576870a75075
11434 Author: Akira TAGOH <akira@tagoh.org>
11435 Date:   Mon Apr 9 12:51:12 2012 +0900
11436
11437     Bug 28491 - Allow matching on FC_FILE
11438
11439     Allow :file=/path/to/font/file on matching
11440
11441  configure.in  |  4 +--
11442  src/fcint.h   |  6 +++++
11443  src/fcmatch.c | 84
11444  ++++++++++++++++++++++++++++++++++++-----------------------
11445  src/fcstr.c   | 50 +++++++++++++++++++++++++++++++++++
11446  4 files changed, 110 insertions(+), 34 deletions(-)
11447
11448 commit 2589207cfd4c7e948a4b50d7c07c13a3a52fe0aa
11449 Author: Akira TAGOH <akira@tagoh.org>
11450 Date:   Tue Apr 10 18:34:11 2012 +0900
11451
11452     Bug 26830 - Add search for libiconv non-default directory
11453
11454     Add --with-libiconv, --with-libiconv-includes and --with-libiconv-lib
11455     to specify the directory where libiconv might be installed.
11456
11457  configure.in    | 85
11458  +++++++++++++++++++++++++++++++++++++++++----------------
11459  src/Makefile.am |  1 +
11460  2 files changed, 63 insertions(+), 23 deletions(-)
11461
11462 commit ddefa5021f7785514f373aab6a8e6191a867278e
11463 Author: Akira TAGOH <akira@tagoh.org>
11464 Date:   Wed Apr 4 14:47:57 2012 +0900
11465
11466     Bug 22862 - <alias> ignores <match> <test>s
11467
11468     Allow to use the test elements in the alias element.
11469
11470  fonts.dtd   |  2 +-
11471  src/fcxml.c | 27 +++++++++++++++++++++------
11472  2 files changed, 22 insertions(+), 7 deletions(-)
11473
11474 commit e181ab4de5d20fe1f70e68f66ef8332553eba206
11475 Author: Akira TAGOH <akira@tagoh.org>
11476 Date:   Wed Apr 4 16:49:30 2012 +0900
11477
11478     Bug 29341 - Make some fontconfig paths configurable
11479
11480     Add configure options to set the directory to be installed:
11481       --with-templatedir for the configuration files a.k.a.
11482         /etc/fonts/conf.avail
11483       --with-baseconfigdir for fonts.conf etc a.k.a. /etc/fonts
11484       --with-configdir for the active configuration files a.k.a.
11485         /etc/fonts/conf.d
11486       --with-xmldir for fonts.dtd etc
11487
11488     and the default path for templatedir is changed to
11489     ${datadir}/fontconfig/conf.avail
11490
11491  Makefile.am        | 36 +++++++++++---------
11492  conf.d/Makefile.am | 99
11493  ++++++++++++++++++++++++++----------------------------
11494  configure.in       | 72 ++++++++++++++++++++++++++++++++-------
11495  fonts.conf.in      |  2 +-
11496  src/Makefile.am    |  2 +-
11497  5 files changed, 129 insertions(+), 82 deletions(-)
11498
11499 commit bb02899d9ff9813738809fb5349a9f3ae2dba76f
11500 Author: Akira TAGOH <akira@tagoh.org>
11501 Date:   Mon Apr 2 15:38:27 2012 +0900
11502
11503     Use pkgconfig to check builddeps
11504
11505  configure.in | 164
11506  +++++++++++------------------------------------------------
11507  1 file changed, 31 insertions(+), 133 deletions(-)
11508
11509 commit 87d7b82a98780223422a829b6bb1a05fd753ae5e
11510 Author: Akira TAGOH <akira@tagoh.org>
11511 Date:   Mon Apr 2 14:32:44 2012 +0900
11512
11513     Use AC_HELP_STRING instead of formatting manually
11514
11515  configure.in | 57
11516  ++++++++++++++++++++++++++++++++++++++++++++++-----------
11517  1 file changed, 46 insertions(+), 11 deletions(-)
11518
11519 commit d3e3f4a46d07a7b611be21600d7049225b8b2909
11520 Author: Akira TAGOH <akira@tagoh.org>
11521 Date:   Fri Mar 30 18:09:14 2012 +0900
11522
11523     doc: Add contains and not_contains operators and elements
11524
11525  doc/fontconfig-user.sgml | 6 +++---
11526  1 file changed, 3 insertions(+), 3 deletions(-)
11527
11528 commit 9279f71a3a855e3b2dbd13dbe0d38f2b69673c49
11529 Author: Akira TAGOH <akira@tagoh.org>
11530 Date:   Fri Mar 30 11:52:25 2012 +0900
11531
11532     Bug 24729 - [ne_NP] Fix ortho file
11533
11534     further update for ne.orth
11535
11536     Patch from Pravin Satpute.
11537
11538  fc-lang/ne.orth | 23 ++++++++++++++++++++---
11539  1 file changed, 20 insertions(+), 3 deletions(-)
11540
11541 commit 9fe7c986c64d8cfb7f85a300b6f0d470ce66b18a
11542 Author: Akira TAGOH <akira@tagoh.org>
11543 Date:   Thu Mar 29 15:43:11 2012 +0900
11544
11545     Bug 48020 - Fix for src/makealias on Solaris 10
11546
11547     Use the command substitution `command` instead of $(command) for
11548     Solaris 10.
11549
11550  src/makealias | 2 +-
11551  1 file changed, 1 insertion(+), 1 deletion(-)
11552
11553 commit becbdaebe3d77726900072de1a0fb6a95c938da5
11554 Author: Akira TAGOH <akira@tagoh.org>
11555 Date:   Wed Mar 28 15:09:25 2012 +0900
11556
11557     Move workaround macros for fat binaries into the separate header file
11558
11559  Makefile.am     |  5 +++--
11560  config-fixups.h | 44 ++++++++++++++++++++++++++++++++++++++++++++
11561  configure.in    |  4 +++-
11562  src/fcarch.h    | 13 -------------
11563  4 files changed, 50 insertions(+), 16 deletions(-)
11564
11565 commit fe6ba5e5c54928adeaf96668d0cf6f44f0484065
11566 Author: Akira TAGOH <akira@tagoh.org>
11567 Date:   Wed Mar 28 16:27:46 2012 +0900
11568
11569     Fix the hardcoded cache file suffix
11570
11571  fc-cat/fc-cat.c | 4 ++--
11572  1 file changed, 2 insertions(+), 2 deletions(-)
11573
11574 commit 4a060729a1466186d3be63ada344f43d66f937e5
11575 Author: Akira TAGOH <akira@tagoh.org>
11576 Date:   Wed Mar 28 13:38:53 2012 +0900
11577
11578     fcpat: Increase the number of buckets in the shared string hash table
11579
11580     This is a reasonably conservative increase in the number of buckets
11581     in the hash
11582     table to 251.  After FcInit(), there are 240 shared strings in use
11583     on my system
11584     (from configuration files I assume).  The hash value is stored in
11585     each link in
11586     the chains so comparison are actually not very expensive.  This change
11587     should
11588     reduce the average length of chains by a factor of 8.  With the
11589     reference
11590     counted strings, it should keep the average length of chains to
11591     about 2.  The
11592     number of buckets is prime so as not to rely too much on the quality
11593     of the
11594     hash function.
11595
11596     https://bugs.freedesktop.org/show_bug.cgi?id=17832#c5
11597
11598     Patch from Karl Tomlinson
11599
11600  src/fcpat.c | 2 +-
11601  1 file changed, 1 insertion(+), 1 deletion(-)
11602
11603 commit d8dcff7b96b09748e6f1df9e4adc7ab0850d7b18
11604 Author: Akira TAGOH <akira@tagoh.org>
11605 Date:   Wed Mar 28 13:37:15 2012 +0900
11606
11607     Bug 17832 - Memory leaks due to FcStrStaticName use for external
11608     patterns
11609
11610     Use the reference-counted strings instead of the static strings
11611
11612     Patch from Karl Tomlinson
11613
11614  src/fccfg.c  |  2 +-
11615  src/fcinit.c |  4 ++--
11616  src/fcint.h  | 10 +++++-----
11617  src/fclist.c | 10 +++++++++-
11618  src/fcname.c | 34 ++++++++------------------------
11619  src/fcpat.c  | 63
11620  +++++++++++++++++++++++-------------------------------------
11621  src/fcxml.c  |  8 +++++---
11622  7 files changed, 54 insertions(+), 77 deletions(-)
11623
11624 commit ea1c6ea337b8cf6b86169b565787d0d31a0fc330
11625 Author: Akira TAGOH <akira@tagoh.org>
11626 Date:   Tue Mar 27 21:06:36 2012 +0900
11627
11628     Fix a memory leak in FcDirScanConfig()
11629
11630  src/fcdir.c | 3 +++
11631  1 file changed, 3 insertions(+)
11632
11633 commit 1aaf8b773d73f89f5b0d8591cca0a2072524fdb3
11634 Author: Akira TAGOH <akira@tagoh.org>
11635 Date:   Mon Mar 26 10:58:18 2012 +0900
11636
11637     Bug 17722 - Don't overwrite user's configurations in default config
11638
11639     Use "append" to avoid overwriting the user configuration.
11640     This presumes most clients may takes care of the first value only.
11641
11642  conf.d/10-autohint.conf          | 8 +++++++-
11643  conf.d/10-no-sub-pixel.conf      | 8 +++++++-
11644  conf.d/10-sub-pixel-bgr.conf     | 8 +++++++-
11645  conf.d/10-sub-pixel-rgb.conf     | 8 +++++++-
11646  conf.d/10-sub-pixel-vbgr.conf    | 8 +++++++-
11647  conf.d/10-sub-pixel-vrgb.conf    | 8 +++++++-
11648  conf.d/10-unhinted.conf          | 8 +++++++-
11649  conf.d/11-lcdfilter-default.conf | 8 +++++++-
11650  conf.d/11-lcdfilter-legacy.conf  | 8 +++++++-
11651  conf.d/11-lcdfilter-light.conf   | 8 +++++++-
11652  10 files changed, 70 insertions(+), 10 deletions(-)
11653
11654 commit 900675d0b0b40f22ecc0d75e4d5ce16295a3a5e3
11655 Author: Akira TAGOH <akira@tagoh.org>
11656 Date:   Thu Mar 22 19:57:47 2012 +0900
11657
11658     Bug 47703 - SimSun default family
11659
11660     40-nonlatin.conf: SimSun should be serif but not sans-serif.
11661
11662     http://www.microsoft.com/typography/fonts/family.aspx?FID=37
11663
11664     Patch from Petr Gajdos
11665
11666  conf.d/40-nonlatin.conf | 8 ++++----
11667  1 file changed, 4 insertions(+), 4 deletions(-)
11668
11669 commit 92ac054ce5e270f22a4f81a09522c3f03b76c876
11670 Author: Akira TAGOH <akira@tagoh.org>
11671 Date:   Thu Mar 22 19:15:27 2012 +0900
11672
11673     fcmatch: Set FcResultMatch at the end if the return value is valid.
11674
11675     In the previous code, the result of 'result' in the argument for
11676     FcFontSetSort() and FcFontSetMatch() wasn't predictable and not
11677     reliable to
11678     check if the return value is valid or not. this change is to ensure
11679     if it's
11680     performed successfully.
11681
11682  src/fcmatch.c | 19 ++++++++++++++-----
11683  1 file changed, 14 insertions(+), 5 deletions(-)
11684
11685 commit 1db3e9cdd8bc7408e630934cfc8deda7798b8970
11686 Author: Akira TAGOH <akira@tagoh.org>
11687 Date:   Thu Mar 22 12:36:34 2012 +0900
11688
11689     fc-cache: improvement of the fix for Bug#39914.
11690
11691     Use sizeof() instead of strlen() and use stdio.
11692
11693  fc-cache/fc-cache.c | 13 +++++++------
11694  1 file changed, 7 insertions(+), 6 deletions(-)
11695
11696 commit 4f7f3bf9f78843be5b39eb64acfeb02ffcd8e3a4
11697 Author: Akira TAGOH <akira@tagoh.org>
11698 Date:   Wed Mar 21 16:06:37 2012 +0900
11699
11700     Bug 39914 - Please tag the cache directory with CACHEDIR.TAG
11701
11702     fc-cache: Create CACHEDIR.TAG at the top of the cache directory.
11703
11704     Reviewed-by: Josh Triplett <josh@joshtriplett.org>
11705
11706  fc-cache/fc-cache.c | 77
11707  +++++++++++++++++++++++++++++++++++++++++++++++++++++
11708  1 file changed, 77 insertions(+)
11709
11710 commit 8cc4498122b17843b00ec3eebdd7a7d8d59cb7ff
11711 Author: Jeremy Huddleston <jeremyhu@apple.com>
11712 Date:   Mon Mar 19 02:16:41 2012 -0700
11713
11714     fcarch: Check for architecture signature at compile time rather than
11715     configure time
11716
11717     https://bugs.freedesktop.org/show_bug.cgi?id=20208
11718
11719     Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
11720
11721  fc-cache/fc-cache.c |  3 +--
11722  src/fcarch.c        |  4 ++--
11723  src/fcarch.h        | 23 +++++++++++++++++++++--
11724  3 files changed, 24 insertions(+), 6 deletions(-)
11725
11726 commit e1ffb3dcd46f1fbbc5cb7527bc7f447b060ed98f
11727 Author: Akira TAGOH <tagoh@redhat.com>
11728 Date:   Fri Mar 16 23:18:23 2012 +0900
11729
11730     Get rid of the prerequisites from the sufix rules
11731
11732     Thanks to Adam Sampson for pointing this out.
11733
11734  doc/Makefile.am | 12 ++++++++----
11735  1 file changed, 8 insertions(+), 4 deletions(-)
11736
11737 commit 93460f93e9e55e39a42fb6474918f31539436d9c
11738 Author: Akira TAGOH <akira@tagoh.org>
11739 Date:   Fri Mar 16 16:29:53 2012 +0900
11740
11741     Fix a build issue due to the use of non-portable variables
11742
11743     $< isn't supported in BSD make say. $(RM) is pre-defined in GNU make
11744     though, not in BSD make say. so changed to check on configure if it's
11745     pre-defined by make, otherwise set the appropriate command to $(RM).
11746
11747     This would be a workaround until it has the certain pre-defined value.
11748
11749  Makefile.am            | 10 +++++-----
11750  conf.d/Makefile.am     |  8 ++++----
11751  configure.in           |  9 +++++++++
11752  doc/Makefile.am        | 32 ++++++++++++++++----------------
11753  fc-cache/Makefile.am   |  4 ++--
11754  fc-case/Makefile.am    |  6 ++----
11755  fc-cat/Makefile.am     |  4 ++--
11756  fc-list/Makefile.am    |  4 ++--
11757  fc-match/Makefile.am   |  4 ++--
11758  fc-pattern/Makefile.am |  4 ++--
11759  fc-query/Makefile.am   |  4 ++--
11760  fc-scan/Makefile.am    |  4 ++--
11761  src/Makefile.am        |  8 ++++----
11762  13 files changed, 54 insertions(+), 47 deletions(-)
11763
11764 commit f2813ffc689fb6972ff4d5d414c3abfa3e0be26f
11765 Author: Akira TAGOH <akira@tagoh.org>
11766 Date:   Fri Mar 16 11:55:47 2012 +0900
11767
11768     Revert "Fix a build fail on some environment"
11769
11770     This reverts commit b75eb63982a54c0fb4576d8a655ef734908d3604.
11771
11772  fc-case/Makefile.am      | 10 ++++++----
11773  fc-glyphname/Makefile.am |  4 ++--
11774  fc-lang/Makefile.am      |  4 ++--
11775  3 files changed, 10 insertions(+), 8 deletions(-)
11776
11777 commit a5b609196fe9cf688e5b4f7b7cd31fb2dc15b154
11778 Author: Akira TAGOH <akira@tagoh.org>
11779 Date:   Fri Mar 16 11:55:30 2012 +0900
11780
11781     Revert "Fix a build fail on some environment."
11782
11783     This reverts commit 0fdfddf2ac93c1c0238b70a265998fd6b5ffe7af.
11784
11785     Conflicts:
11786
11787             doc/Makefile.am
11788
11789  Makefile.am              |  2 +-
11790  doc/Makefile.am          | 30 +++++++++++++++---------------
11791  fc-cache/Makefile.am     | 10 +++++-----
11792  fc-case/Makefile.am      |  2 +-
11793  fc-cat/Makefile.am       |  6 +++---
11794  fc-glyphname/Makefile.am |  2 +-
11795  fc-lang/Makefile.am      |  2 +-
11796  fc-list/Makefile.am      |  8 ++++----
11797  fc-match/Makefile.am     |  8 ++++----
11798  fc-pattern/Makefile.am   |  6 +++---
11799  fc-query/Makefile.am     |  8 ++++----
11800  fc-scan/Makefile.am      |  8 ++++----
11801  src/Makefile.am          |  2 +-
11802  13 files changed, 47 insertions(+), 47 deletions(-)
11803
11804 commit 765b7b32d862474eb631b47bbdbd34ffba507392
11805 Author: Akira TAGOH <akira@tagoh.org>
11806 Date:   Mon Mar 12 19:02:27 2012 +0900
11807
11808     [doc] Update for cachedir.
11809
11810     <cache> element is now obsoletes and no longer used. get rid of it
11811     from the doc and add <cachedir> instead.
11812
11813  doc/fontconfig-user.sgml | 19 ++++++++++---------
11814  1 file changed, 10 insertions(+), 9 deletions(-)
11815
11816 commit e8bdc6df2ed329a38c2152b3592bf4ded8f27ce7
11817 Author: Akira TAGOH <akira@tagoh.org>
11818 Date:   Mon Mar 12 17:58:00 2012 +0900
11819
11820     [doc] Update the path for cache files and the version.
11821
11822  doc/fontconfig-user.sgml | 6 +++---
11823  1 file changed, 3 insertions(+), 3 deletions(-)
11824
11825 commit dd3214aa392a66095513f8fc160d6b62d81f36f5
11826 Author: Akira TAGOH <akira@tagoh.org>
11827 Date:   Sun Mar 11 02:24:33 2012 +0900
11828
11829     Bump version to 2.9.0
11830
11831  README                  | 129
11832  +++++++++++++++++++++++++++++++++++++++++++++++-
11833  configure.in            |   2 +-
11834  fontconfig/fontconfig.h |   2 +-
11835  3 files changed, 129 insertions(+), 4 deletions(-)
11836
11837 commit 3b142c2aaeaed4d6d5b3353aa1007d6ac08dbbdb
11838 Author: Akira TAGOH <akira@tagoh.org>
11839 Date:   Sun Mar 11 02:12:10 2012 +0900
11840
11841     Get rid of $< from Makefile.am
11842
11843  Makefile.am     |  2 +-
11844  doc/Makefile.am | 16 ++++++++--------
11845  2 files changed, 9 insertions(+), 9 deletions(-)
11846
11847 commit 0fdfddf2ac93c1c0238b70a265998fd6b5ffe7af
11848 Author: Akira TAGOH <akira@tagoh.org>
11849 Date:   Sat Mar 10 23:30:30 2012 +0900
11850
11851     Fix a build fail on some environment.
11852
11853  Makefile.am              |  2 +-
11854  doc/Makefile.am          | 20 ++++++++++----------
11855  fc-cache/Makefile.am     | 10 +++++-----
11856  fc-case/Makefile.am      |  2 +-
11857  fc-cat/Makefile.am       |  6 +++---
11858  fc-glyphname/Makefile.am |  2 +-
11859  fc-lang/Makefile.am      |  2 +-
11860  fc-list/Makefile.am      |  8 ++++----
11861  fc-match/Makefile.am     |  8 ++++----
11862  fc-pattern/Makefile.am   |  6 +++---
11863  fc-query/Makefile.am     |  8 ++++----
11864  fc-scan/Makefile.am      |  8 ++++----
11865  src/Makefile.am          |  2 +-
11866  13 files changed, 42 insertions(+), 42 deletions(-)
11867
11868 commit b75eb63982a54c0fb4576d8a655ef734908d3604
11869 Author: Akira TAGOH <akira@tagoh.org>
11870 Date:   Sat Mar 10 22:05:07 2012 +0900
11871
11872     Fix a build fail on some environment
11873
11874  fc-case/Makefile.am      | 10 ++++------
11875  fc-glyphname/Makefile.am |  4 ++--
11876  fc-lang/Makefile.am      |  4 ++--
11877  3 files changed, 8 insertions(+), 10 deletions(-)
11878
11879 commit a47899a853e4ed3405f398f43d03424095ae73f5
11880 Author: Akira TAGOH <akira@tagoh.org>
11881 Date:   Sat Mar 10 19:03:05 2012 +0900
11882
11883     Fix a build issue
11884
11885  doc/Makefile.am | 1 -
11886  1 file changed, 1 deletion(-)
11887
11888 commit d6de5351922d79ccf38d2bc6b75f6ea2011dd421
11889 Author: Akira TAGOH <akira@tagoh.org>
11890 Date:   Fri Mar 9 22:24:18 2012 +0900
11891
11892     Update to detect the uncommited changes properly
11893
11894  new-version.sh | 2 +-
11895  1 file changed, 1 insertion(+), 1 deletion(-)
11896
11897 commit 78d75c003c5f03a2aeebc628d70d3f75bd6f5707
11898 Author: Akira TAGOH <akira@tagoh.org>
11899 Date:   Fri Mar 9 22:12:35 2012 +0900
11900
11901     Update the version info
11902
11903  configure.in | 6 +++---
11904  1 file changed, 3 insertions(+), 3 deletions(-)
11905
11906 commit 353f7cc69184cdb1a7d5b4cc00741fab97b32f17
11907 Author: Akira TAGOH <akira@tagoh.org>
11908 Date:   Fri Mar 9 17:33:03 2012 +0900
11909
11910     Fix distcheck error
11911
11912  doc/Makefile.am          | 334
11913  ++++++++++++++++++++++++-----------------------
11914  fc-case/Makefile.am      |   3 +
11915  fc-glyphname/Makefile.am |   3 +
11916  fc-lang/Makefile.am      |   3 +
11917  4 files changed, 179 insertions(+), 164 deletions(-)
11918
11919 commit 254232f47eaea0d03d2b1c2405d4ded5fd09142e
11920 Author: Akira TAGOH <akira@tagoh.org>
11921 Date:   Wed Mar 7 18:16:35 2012 +0900
11922
11923     Bug 19128 - Handling whitespace in aliases
11924
11925     Add a workaround alias for Dingbats.
11926
11927  conf.d/30-urw-aliases.conf | 5 +++++
11928  1 file changed, 5 insertions(+)
11929
11930 commit 0ca752dd25462ed88112ba7c859ef6d5a41ea606
11931 Author: Akira TAGOH <akira@tagoh.org>
11932 Date:   Wed Mar 7 17:56:39 2012 +0900
11933
11934     Check null value for given object to avoid possibly segfaulting
11935
11936  src/fccharset.c | 175
11937  +++++++++++++++++++++++++++++++++-----------------------
11938  1 file changed, 103 insertions(+), 72 deletions(-)
11939
11940 commit 1f01c4b60c4c5e16a92d60f76ce615005c7db6b8
11941 Author: Akira TAGOH <akira@tagoh.org>
11942 Date:   Wed Mar 7 17:32:14 2012 +0900
11943
11944     Bug 23336 - unable to display bitmap-only (SFNT) TrueType or OpenType
11945
11946     Force to find out a size for bitmap-only ttf to avoid the blank glyphs
11947     in the font.
11948
11949     Patch from Bug Fly
11950
11951  src/fcfreetype.c | 32 ++++++++++++++------------------
11952  1 file changed, 14 insertions(+), 18 deletions(-)
11953
11954 commit a13d518fdd079aeb0bd07a0457393cca8def7f90
11955 Author: Akira TAGOH <akira@tagoh.org>
11956 Date:   Tue Feb 28 12:52:25 2012 +0900
11957
11958     Bug 41694 - FcCache functions have random-number-generator side
11959     effects
11960
11961     Use the own random number generator state if possible.
11962
11963  configure.in  |  2 +-
11964  src/fccache.c | 69
11965  ++++++++++++++++++++++++++++++++++++++++++++++++++---------
11966  2 files changed, 60 insertions(+), 11 deletions(-)
11967
11968 commit c7a671ab6069c676bbc77875234364242fd00e88
11969 Author: Pravin Satpute <psatpute@redhat.com>
11970 Date:   Fri Feb 24 16:50:14 2012 +0900
11971
11972     Bug 25652 - Add ortho file for locale mni_IN
11973
11974     Add mni.orth for Maniputi
11975
11976     Signed-off-by: Akira TAGOH <akira@tagoh.org>
11977
11978  fc-lang/Makefile.am |  3 ++-
11979  fc-lang/mni.orth    | 35 +++++++++++++++++++++++++++++++++++
11980  2 files changed, 37 insertions(+), 1 deletion(-)
11981
11982 commit 04c96f59b92091b758fb26b97f1f9a3c9c2a6b6c
11983 Author: Pravin Satpute <psatpute@redhat.com>
11984 Date:   Fri Feb 24 16:43:14 2012 +0900
11985
11986     Bug 25653 - Add ortho file for locale doi_IN
11987
11988     Add doi.orth for Dogri
11989
11990     Signed-off-by: Akira TAGOH <akira@tagoh.org>
11991
11992  fc-lang/Makefile.am |  3 ++-
11993  fc-lang/doi.orth    | 40 ++++++++++++++++++++++++++++++++++++++++
11994  2 files changed, 42 insertions(+), 1 deletion(-)
11995
11996 commit 857753d3680b7e64e753a4b8a8324138200eb86b
11997 Author: Akira TAGOH <akira@tagoh.org>
11998 Date:   Thu Feb 23 20:12:06 2012 +0900
11999
12000     Add brx.orth and sat.orth
12001
12002  fc-lang/Makefile.am | 4 +++-
12003  1 file changed, 3 insertions(+), 1 deletion(-)
12004
12005 commit 942cb16f6c59103e29b4e04ca8c64d29c8e67cb0
12006 Author: Parag Nemade <pnemade@redhat.com>
12007 Date:   Thu Feb 23 20:06:41 2012 +0900
12008
12009     Bug 25650 - Add ortho file for locale sat_IN
12010
12011     Add sat.orth for Santali
12012
12013     Signed-off-by: Akira TAGOH <akira@tagoh.org>
12014
12015  fc-lang/sat.orth | 44 ++++++++++++++++++++++++++++++++++++++++++++
12016  1 file changed, 44 insertions(+)
12017
12018 commit 38b9c42fe2e9d496a41e773d84a74254a6f65bc4
12019 Author: Parag Nemade <pnemade@redhat.com>
12020 Date:   Thu Feb 23 19:34:18 2012 +0900
12021
12022     Bug 25651 - Add ortho file for locale brx_IN
12023
12024     Add brx.orth for Bodo.
12025
12026     Signed-off-by: Akira TAGOH <akira@tagoh.org>
12027
12028  fc-lang/brx.orth | 46 ++++++++++++++++++++++++++++++++++++++++++++++
12029  1 file changed, 46 insertions(+)
12030
12031 commit a3ff1f07f8c60d2a3c77a4670de6aad0622ecacc
12032 Author: Akira TAGOH <akira@tagoh.org>
12033 Date:   Thu Feb 23 15:23:23 2012 +0900
12034
12035     Bug 27385 - lcdfilter settings for freetype-2.3.12 not available
12036     in fontconfig-2.8.0
12037
12038     Add config files for FT_LcdFilter options.
12039
12040     Patch from Robin Johnson.
12041
12042  conf.d/11-lcdfilter-default.conf | 10 ++++++++++
12043  conf.d/11-lcdfilter-legacy.conf  | 10 ++++++++++
12044  conf.d/11-lcdfilter-light.conf   | 10 ++++++++++
12045  conf.d/Makefile.am               |  3 +++
12046  4 files changed, 33 insertions(+)
12047
12048 commit 5e4ea1104c9b832046cc8dde5ea7da52aaa61143
12049 Author: Akira TAGOH <akira@tagoh.org>
12050 Date:   Wed Feb 22 16:50:13 2012 +0900
12051
12052     Do not update stream->pos when seeking is failed.
12053
12054  src/ftglue.c | 3 ++-
12055  1 file changed, 2 insertions(+), 1 deletion(-)
12056
12057 commit 71b14d645f524637579d87ea99720c123d728e1f
12058 Author: Akira TAGOH <akira@tagoh.org>
12059 Date:   Wed Feb 22 16:30:05 2012 +0900
12060
12061     Bug 46169 - Pointer error in FcConfigGlobMatch
12062
12063     Fix possibly accessing the invalid memory and a crash in the
12064     worst case
12065     when the glob string is longer than the string.
12066
12067  src/fccfg.c | 10 +++++++++-
12068  1 file changed, 9 insertions(+), 1 deletion(-)
12069
12070 commit 3abf981542788310104bc96b9c9cf70dd39b361b
12071 Author: Mike Frysinger <vapier@gentoo.org>
12072 Date:   Tue Nov 8 14:19:57 2011 -0500
12073
12074     makealias: handle missing funcs better
12075
12076     When adding new functions, if the actual definition doesn't match the
12077     header (say due to a typo), the regeneration of the internal headers
12078     get confused and output bad cpp logic.  This causes gcc to barf due
12079     to mismatched #ifdef/#endif.  Which is a pain to figure out due to
12080     the sheer voulme of generated code.
12081
12082     So tweak the makealias script to detect this case and error out.
12083     While we're here, improve the cpp output a bit to indent, include
12084     comments, and merge similar ifdef blocks.
12085
12086     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12087
12088  src/makealias | 18 ++++++++++++++----
12089  1 file changed, 14 insertions(+), 4 deletions(-)
12090
12091 commit d9c4462778a3d97b38e267dcdf68dfe22210ed8c
12092 Author: Mike Frysinger <vapier@gentoo.org>
12093 Date:   Mon Nov 7 20:09:10 2011 -0500
12094
12095     FcObjectValidType: tweak -1 checking
12096
12097     Newer gcc doesn't like when you switch on an enum and use a value
12098     that isn't declared:
12099
12100     fcname.c: In function 'FcObjectValidType':
12101     fcname.c:299:2: warning: case value '4294967295'
12102             not in enumerated type 'FcType' [-Wswitch]
12103
12104     So tweak the logic to avoid this warning.
12105
12106     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12107
12108  src/fcname.c | 4 +---
12109  1 file changed, 1 insertion(+), 3 deletions(-)
12110
12111 commit 97c9506e4d0abe5e6a7d61c1a909741d2605507b
12112 Author: Mike Frysinger <vapier@gentoo.org>
12113 Date:   Mon Nov 7 19:29:57 2011 -0500
12114
12115     fix build warnings when using --with-arch
12116
12117     Latest configure code will setup FC_ARCHITECTURE directly rather than
12118     going through ARCHITECTURE, so update fcarch.h accordingly.
12119
12120     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12121
12122  src/fcarch.h | 5 ++---
12123  1 file changed, 2 insertions(+), 3 deletions(-)
12124
12125 commit 01c833379e19d8f8752ac7cec15b179c71242e2c
12126 Author: Mike Frysinger <vapier@gentoo.org>
12127 Date:   Mon Nov 7 15:33:12 2011 -0500
12128
12129     fc-{list,match}: constify format string
12130
12131     We don't free this string anywhere, so mark it const to avoid gcc
12132     warnings
12133     and possible bugs in the future (if people did try freeing it).
12134
12135     fc-list.c: In function 'main':
12136     fc-list.c:161:16: warning: pointer targets in assignment
12137             differ in signedness [-Wpointer-sign]
12138
12139     fc-match.c: In function 'main':
12140     fc-match.c:201:13: warning: pointer targets in assignment
12141             differ in signedness [-Wpointer-sign]
12142     fc-match.c:203:13: warning: pointer targets in assignment
12143             differ in signedness [-Wpointer-sign]
12144
12145     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12146
12147  fc-list/fc-list.c   | 20 ++++++++++----------
12148  fc-match/fc-match.c | 22 +++++++++++-----------
12149  2 files changed, 21 insertions(+), 21 deletions(-)
12150
12151 commit 123d344f4590c45c5ccced8c46d157edb2b9efd2
12152 Author: Mike Frysinger <vapier@gentoo.org>
12153 Date:   Mon Nov 7 15:26:52 2011 -0500
12154
12155     FcName{,Get}Constant: constify string input
12156
12157     These funcs don't modify the incoming string, so add const markings.
12158     This is the "right thing", shouldn't change the ABI, and fixes some
12159     gcc warnings:
12160
12161     fccfg.c: In function 'FcConfigEvaluate':
12162     fccfg.c:916:2: warning: passing argument 1 of 'IA__FcNameConstant'
12163             discards 'const' qualifier from pointer target type [enabled
12164             by default]
12165     fcalias.h:253:34: note: expected 'FcChar8 *' but
12166             argument is of type 'const FcChar8 *'
12167
12168     fcxml.c: In function 'FcTypecheckExpr':
12169     fcxml.c:604:2: warning: passing argument 1 of 'IA__FcNameGetConstant'
12170             discards 'const' qualifier from pointer target type [enabled
12171             by default]
12172     fcalias.h:251:37: note: expected 'FcChar8 *' but
12173             argument is of type 'const FcChar8 *'
12174
12175     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12176
12177  fontconfig/fontconfig.h | 4 ++--
12178  src/fcname.c            | 4 ++--
12179  2 files changed, 4 insertions(+), 4 deletions(-)
12180
12181 commit da763aa77dbaefd9be10ff5ad04ab5da39327b2e
12182 Author: Mike Frysinger <vapier@gentoo.org>
12183 Date:   Mon Nov 7 15:24:53 2011 -0500
12184
12185     fc-cat: fix pointer warning
12186
12187     Add a cast to avoid a gcc warning:
12188
12189     fc-cat.c: In function 'cache_print_set':
12190     fc-cat.c:230:2: warning: pointer targets in passing argument 2
12191             of 'FcPatternFormat' differ in signedness [-Wpointer-sign]
12192     ../fontconfig/fontconfig.h:860:1: note:
12193             expected 'const FcChar8 *' but argument is of type 'char *'
12194
12195     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12196
12197  fc-cat/fc-cat.c | 2 +-
12198  1 file changed, 1 insertion(+), 1 deletion(-)
12199
12200 commit 647569d029d0c01ce36ae7d94095ea83f40728de
12201 Author: Mike Frysinger <vapier@gentoo.org>
12202 Date:   Mon Nov 7 15:21:51 2011 -0500
12203
12204     FcStat: change to FcChar8 for first arg
12205
12206     This shouldn't affect the ABI, makes FcStat more like the rest of the
12207     fontconfig API, and fixes warnings where we pass FcChar8* pointers in
12208     to this func from other places.
12209
12210     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12211
12212  src/fccache.c | 4 ++--
12213  src/fcint.h   | 2 +-
12214  2 files changed, 3 insertions(+), 3 deletions(-)
12215
12216 commit e3a66c2937c3bd5c45f5170cf7720b4023b8ae3f
12217 Author: Mike Frysinger <vapier@gentoo.org>
12218 Date:   Mon Nov 7 15:18:26 2011 -0500
12219
12220     delete unused variables
12221
12222     Newer gcc is better at detecting set-but-unused variables.
12223
12224     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12225
12226  src/fccache.c    |  6 ++----
12227  src/fcdir.c      | 17 -----------------
12228  src/fcformat.c   |  5 ++---
12229  src/fcfreetype.c |  3 ---
12230  4 files changed, 4 insertions(+), 27 deletions(-)
12231
12232 commit 6f020161e8628546158766ce7a5f5e0ce1f7d95a
12233 Author: Mike Frysinger <vapier@gentoo.org>
12234 Date:   Mon Nov 7 14:25:51 2011 -0500
12235
12236     FcStrPlus: optimize a little
12237
12238     We've already calculated the lengths of these strings, so re-use those
12239     values to avoid having to rescan the strings multiple times.
12240
12241     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12242
12243  src/fcstr.c | 8 +++++---
12244  1 file changed, 5 insertions(+), 3 deletions(-)
12245
12246 commit 2b010e46e629f118885f17ba860e9c4ddbba8779
12247 Author: Akira TAGOH <akira@tagoh.org>
12248 Date:   Thu Jan 19 12:04:52 2012 +0900
12249
12250     Bug 44826 - <alias> must contain only a single <family>
12251
12252     Fix invalid syntax around alias elements in 30-metric-aliases.conf
12253     40-nonlatin.conf and 45-latin.conf.
12254
12255     Patch from lolilolicon
12256
12257  conf.d/30-metric-aliases.conf |  36 +++++++++++
12258  conf.d/40-nonlatin.conf       | 140
12259  +++++++++++++++++++++++++++++++++++++++++-
12260  conf.d/45-latin.conf          |  96 +++++++++++++++++++++++++++++
12261  3 files changed, 271 insertions(+), 1 deletion(-)
12262
12263 commit 54dd481512265a247bd23663c8fdb290a8886ccd
12264 Author: Akira TAGOH <akira@tagoh.org>
12265 Date:   Tue Dec 20 18:46:14 2011 +0900
12266
12267     Get rid of the unexpected family name
12268
12269     UmePlus P Gothic isn't a serif font.
12270
12271  conf.d/65-nonlatin.conf | 1 -
12272  1 file changed, 1 deletion(-)
12273
12274 commit 1c13fee11adcaae9eaaa08f9193a8c3c5b01504a
12275 Author: MINAMI Hirokazu <minami@mistfall.net>
12276 Date:   Tue Dec 20 18:36:35 2011 +0900
12277
12278     Bug 43406 - typo of Japanese font name in conf.d/65-nonlatin.conf
12279
12280     Fix a typo.
12281
12282     Signed-off-by: Akira TAGOH <akira@tagoh.org>
12283
12284  conf.d/65-nonlatin.conf | 2 +-
12285  1 file changed, 1 insertion(+), 1 deletion(-)
12286
12287 commit a53553b4b65d6230b1a91b1a7433c8c5852ab055
12288 Author: Pravin Satpute <pravin.d.s@gmail.com>
12289 Date:   Wed Dec 21 11:38:28 2011 +0900
12290
12291     Bug 43321 - Required corrections in urdu.orth file
12292
12293     Drop U+0629 and U+0647, and add U+06c3 to ur.orth
12294
12295     Signed-off-by: Akira TAGOH <akira@tagoh.org>
12296
12297  fc-lang/ur.orth | 7 +++++--
12298  1 file changed, 5 insertions(+), 2 deletions(-)
12299
12300 commit 8c58dc276895cbeb0e9ae79718b1a38a082709d3
12301 Author: Jinkyu Yi <jincreator@naver.com>
12302 Date:   Wed Nov 9 18:07:37 2011 +0900
12303
12304     Bug 42423 - make default Korean font from Un to Nanum
12305
12306     Update 40-nonlatin.conf and 65-nonlatin.conf for Nanum korean fonts.
12307
12308     Signed-off-by: Akira TAGOH <akira@tagoh.org>
12309
12310  conf.d/40-nonlatin.conf |  3 +++
12311  conf.d/65-nonlatin.conf | 24 ++++++++++++++----------
12312  2 files changed, 17 insertions(+), 10 deletions(-)
12313
12314 commit a18ca17b6211f62fbd1d893811b94b8c83db4cc0
12315 Author: Akira TAGOH <akira@tagoh.org>
12316 Date:   Tue Feb 21 15:29:56 2012 +0900
12317
12318     Bug 40452 - Running 'fc-match --all' core dumps when no fonts are
12319     installed
12320
12321     This would changes the behavior of FcFontSort().
12322     it won't returns NULL afterward.
12323
12324  fc-match/fc-match.c |  5 +++++
12325  src/fcmatch.c       | 29 ++++++++++++++++++++++++++++-
12326  2 files changed, 33 insertions(+), 1 deletion(-)
12327
12328 commit cbb6ee1662f1219518677a9d489159778a812782
12329 Author: Akira TAGOH <akira@tagoh.org>
12330 Date:   Tue Jul 19 20:12:09 2011 +0900
12331
12332     Bug 35517 - Remove Apple Roman cmap support
12333
12334     Get rid of the apple roman encoding related code
12335
12336  src/fcfreetype.c | 260
12337  -------------------------------------------------------
12338  1 file changed, 260 deletions(-)
12339
12340 commit d3c438221610d2e584a611f21433062dc7e7f83d
12341 Author: Akira TAGOH <akira@tagoh.org>
12342 Date:   Tue Feb 21 15:11:30 2012 +0900
12343
12344     Add a missing file
12345
12346  fc-lang/Makefile.am | 3 ++-
12347  1 file changed, 2 insertions(+), 1 deletion(-)
12348
12349 commit 5582043a49f4360ae83d66ea05409e1c0a25b61e
12350 Author: Akira TAGOH <akira@tagoh.org>
12351 Date:   Mon Nov 14 12:56:28 2011 +0900
12352
12353     Bug 32965 - Asturian (ast-ES) language matching missing ḷḷḥ
12354
12355     Add U+1E24, U+1E25, U+1E36 and U+1e37 for Asturian
12356
12357  fc-lang/ast.orth | 4 ++++
12358  1 file changed, 4 insertions(+)
12359
12360 commit dab0afd81013507b3d32afdd5a552d6ac09c10c0
12361 Author: Akira TAGOH <akira@tagoh.org>
12362 Date:   Mon Nov 14 18:22:48 2011 +0900
12363
12364     Remove the unnecessary comment in ks.orth
12365
12366  fc-lang/ks.orth | 4 ----
12367  1 file changed, 4 deletions(-)
12368
12369 commit dedc16733a44373633e319461ff04ec9d1f08ed6
12370 Author: Pravin Satpute <pravin.d.s@gmail.com>
12371 Date:   Fri Nov 11 15:30:56 2011 +0900
12372
12373     Bug 27195 - need updates to ks.orth file
12374
12375     Add U+0620, U+0657, U+065f, U+0672, U+0673 and U+06c4 for Kashmiri
12376
12377     See http://www.unicode.org/charts/PDF/U0600.pdf
12378
12379     Signed-off-by: Akira TAGOH <akira@tagoh.org>
12380
12381  fc-lang/ks.orth | 6 ++++++
12382  1 file changed, 6 insertions(+)
12383
12384 commit a1ecd679db82b0b118dc7334993f53b4288c4ae4
12385 Author: Akira TAGOH <akira@tagoh.org>
12386 Date:   Mon Nov 14 17:44:24 2011 +0900
12387
12388     Bug 24744 - No n'ko orthography
12389
12390     Add nqo.orth for N'Ko
12391
12392  fc-lang/nqo.orth | 31 +++++++++++++++++++++++++++++++
12393  1 file changed, 31 insertions(+)
12394
12395 commit 19651262e9502c952184f27962c9f5e521a11db9
12396 Author: Behdad Esfahbod <behdad@behdad.org>
12397 Date:   Thu Oct 6 14:59:04 2011 -0400
12398
12399     Add FcPublic to FcLangSetUnion and FcLangSetSubtract
12400
12401     Patch from ssp
12402
12403  fontconfig/fontconfig.h | 4 ++--
12404  1 file changed, 2 insertions(+), 2 deletions(-)
12405
12406 commit 3951fbaa39699684ebd3e76b333a14d5ebb19919
12407 Author: Behdad Esfahbod <behdad@behdad.org>
12408 Date:   Wed Oct 5 15:12:48 2011 -0400
12409
12410     Fix parallel build
12411
12412  doc/Makefile.am | 2 +-
12413  1 file changed, 1 insertion(+), 1 deletion(-)
12414
12415 commit 082caefb6d5462c97f280b7037e3740b4865a244
12416 Author: Behdad Esfahbod <behdad@behdad.org>
12417 Date:   Sat Sep 24 13:52:05 2011 -0400
12418
12419     Bug 41171 - Invalid use of memset
12420
12421  src/fccache.c | 2 +-
12422  1 file changed, 1 insertion(+), 1 deletion(-)
12423
12424 commit bf3bfa72d91e8bc37903d7e1bb7ac23c6ef4952a
12425 Author: Behdad Esfahbod <behdad@behdad.org>
12426 Date:   Wed Jun 22 13:06:19 2011 -0400
12427
12428     Fix stupid bug in FcFontSort()
12429
12430     I broke FcFontSort() language handling at the end of 2008 with this
12431     commit: c7641f28
12432
12433     G-d knows how many of the lang-matching bugs in bugzilla will be
12434     fixed by this changed...
12435
12436     I'm really sorry, everyone!
12437
12438  src/fcmatch.c | 2 +-
12439  1 file changed, 1 insertion(+), 1 deletion(-)
12440
12441 commit e61eba94efffbdbec6f9e08f3fb04b75f0ba2a3f
12442 Author: Behdad Esfahbod <behdad@behdad.org>
12443 Date:   Mon Jun 20 11:55:25 2011 -0400
12444
12445     Switch fc-cat to use FcPatternFormat()
12446
12447     Added the a builtin "fccat" to FcPatternFormat().
12448
12449  doc/fcformat.fncs |  7 +++++++
12450  fc-cat/fc-cat.c   | 39 +++++++++++----------------------------
12451  src/fcformat.c    |  3 +++
12452  3 files changed, 21 insertions(+), 28 deletions(-)
12453
12454 commit a15ac5d3840552528874f1d5ad166eb00906ce80
12455 Author: Behdad Esfahbod <behdad@behdad.org>
12456 Date:   Mon Jun 20 11:32:46 2011 -0400
12457
12458     Switch fc-match to use FcPatternFormat()
12459
12460     Fix small bug in FcPatternFormat that was letting element-default to
12461     consume the convertor sequence.
12462
12463  fc-match/fc-match.c | 38 +++++++++-----------------------------
12464  src/fcformat.c      |  2 +-
12465  2 files changed, 10 insertions(+), 30 deletions(-)
12466
12467 commit e0be405a1dd5765e36152c754a47c8ad7ff0ab85
12468 Author: Behdad Esfahbod <behdad@behdad.org>
12469 Date:   Mon Jun 20 11:22:17 2011 -0400
12470
12471     Bug 26718 - "fc-match sans file" doesn't work
12472
12473     - Do not throw away FC_FILE in FcNameUnparse
12474     - Update the builtin "fclist" format to remove FC_FILE properly
12475     instead
12476     - Switch fc-list to use FcPatternFormat()
12477
12478     Note that I had previously broken fc-list and it was not showing the
12479     file name anymore.  No one noticed that it seems!  Now fixed.
12480
12481  fc-list/fc-list.c | 17 ++++-------------
12482  src/fcformat.c    |  2 +-
12483  src/fcname.c      |  3 +--
12484  3 files changed, 6 insertions(+), 16 deletions(-)
12485
12486 commit 0fcf866d44c46bd63d91f656e36544b6ce9af47d
12487 Author: Behdad Esfahbod <behdad@behdad.org>
12488 Date:   Mon Jun 20 11:07:56 2011 -0400
12489
12490     Bug 36577 - Updating cache with no-bitmaps disables bitmap fonts...
12491
12492     Do not remove blacklisted fonts during cache generation.  We already
12493     apply the blacklist when reading the caches.  The idea always has been
12494     that the config should not affect caches built, although that design
12495     was tarnished with the introduction of target="scan" configurations.
12496
12497  src/fcdir.c | 7 ++-----
12498  1 file changed, 2 insertions(+), 5 deletions(-)
12499
12500 commit 0392abf79131c9325c66c71c2708a4cd77673296
12501 Author: Behdad Esfahbod <behdad@behdad.org>
12502 Date:   Tue Apr 12 22:15:37 2011 -0400
12503
12504     [.gitignore] Update
12505
12506  .gitignore | 3 +++
12507  1 file changed, 3 insertions(+)
12508
12509 commit 1c475d5c8cb265ac939d6b9e097666e300162511
12510 Author: Behdad Esfahbod <behdad@behdad.org>
12511 Date:   Mon Mar 28 16:33:12 2011 -0400
12512
12513     Bug 35587 - Add padding to make valgrind and glibc not hate each other
12514
12515  src/fccfg.c | 13 +++++++++++--
12516  src/fcpat.c | 10 +++++++---
12517  2 files changed, 18 insertions(+), 5 deletions(-)
12518
12519 commit f0ee5761e1ab63d848f980a767dd8475986f1342
12520 Author: Behdad Esfahbod <behdad@behdad.org>
12521 Date:   Mon Mar 14 18:58:13 2011 -0300
12522
12523     Fix warning
12524
12525  fc-lang/fc-lang.c | 2 +-
12526  1 file changed, 1 insertion(+), 1 deletion(-)
12527
12528 commit c21fb9ac27ca89f3b581c58b1a08372f8273a262
12529 Author: Behdad Esfahbod <behdad@behdad.org>
12530 Date:   Mon Mar 14 18:49:21 2011 -0300
12531
12532     Always define FcStat as a function
12533
12534     Such that first arg is const char *.  We also need to make more
12535     changes
12536     in that function as part of some other bug.
12537
12538  src/fcatomic.c |  2 +-
12539  src/fccache.c  | 13 +++++++++++--
12540  src/fccfg.c    |  2 +-
12541  src/fcdir.c    |  4 ++--
12542  src/fcint.h    |  4 ----
12543  5 files changed, 15 insertions(+), 10 deletions(-)
12544
12545 commit b5617e636cbb0bc8ef4daba6681a6f58078d7a42
12546 Author: Behdad Esfahbod <behdad@behdad.org>
12547 Date:   Mon Mar 14 18:23:56 2011 -0300
12548
12549     More doc typo fixes
12550
12551  doc/fcatomic.fncs    | 2 +-
12552  doc/fcconfig.fncs    | 4 ++--
12553  doc/fcinit.fncs      | 2 +-
12554  doc/fcmatrix.fncs    | 4 ++--
12555  doc/fcobjectset.fncs | 2 +-
12556  5 files changed, 7 insertions(+), 7 deletions(-)
12557
12558 commit 6c7915c10548132c3f7d0c00d08fdb268e5da6d4
12559 Author: Behdad Esfahbod <behdad@behdad.org>
12560 Date:   Mon Mar 14 18:21:32 2011 -0300
12561
12562     Mark constant strings as constant
12563
12564     Fixes a few compiler warnings in fcxml.c and makes it clear that they
12565     should not be freed.
12566
12567  doc/fcatomic.fncs | 2 +-
12568  src/fcint.h       | 4 ++--
12569  2 files changed, 3 insertions(+), 3 deletions(-)
12570
12571 commit c76ed777ddb03a70c5990ef439d8d97809d1ef92
12572 Author: Behdad Esfahbod <behdad@behdad.org>
12573 Date:   Mon Mar 14 18:04:59 2011 -0300
12574
12575     Bug 30566 - fcformat.c:interpret_enumerate() passes uninitialized
12576     idx to FcPatternGetLangSet()
12577
12578  src/fcformat.c | 2 +-
12579  1 file changed, 1 insertion(+), 1 deletion(-)
12580
12581 commit ccc239b3865dd8d83026ae59b89de965e948120a
12582 Author: Behdad Esfahbod <behdad@behdad.org>
12583 Date:   Mon Mar 14 17:28:53 2011 -0300
12584
12585     Bug 20113 - Uighur (ug) orthography incomplete
12586
12587  fc-lang/ug.orth | 35 ++++++++++++++++++++++++++++-------
12588  1 file changed, 28 insertions(+), 7 deletions(-)
12589
12590 commit 7baa20c7590b12d11dcfb0a50131d50963581258
12591 Author: Brad Hards <bradh@frogmouth.net>
12592 Date:   Fri Mar 11 19:43:42 2011 -0300
12593
12594     Documentation fixes
12595
12596  doc/fcatomic.fncs         |   2 +-
12597  doc/fccharset.fncs        |   8 +--
12598  doc/fcfontset.fncs        |   2 +-
12599  doc/fcformat.fncs         |   4 +-
12600  doc/fcfreetype.fncs       |   4 +-
12601  doc/fcinit.fncs           |   2 +-
12602  doc/fclangset.fncs        |   4 +-
12603  doc/fcpattern.fncs        |   2 +-
12604  doc/fcstring.fncs         |   4 +-
12605  doc/fontconfig-devel.sgml | 148
12606  +++++++++++++++++++++++-----------------------
12607  doc/fontconfig-user.sgml  |   8 +--
12608  11 files changed, 94 insertions(+), 94 deletions(-)
12609
12610 commit 9bfe7bad1c85403d85b833b58ebc6343f766e0a9
12611 Author: Behdad Esfahbod <behdad@behdad.org>
12612 Date:   Fri Mar 11 19:40:38 2011 -0300
12613
12614     Remove --enable-maintainer-mode from autogen.sh
12615
12616  autogen.sh | 4 ++--
12617  1 file changed, 2 insertions(+), 2 deletions(-)
12618
12619 commit e1bb01bfdc64d0276fb17f248a54bcabe6f9aff1
12620 Author: Behdad Esfahbod <behdad@behdad.org>
12621 Date:   Fri Jan 21 16:34:52 2011 -0500
12622
12623     Update CaseFolding.txt to Unicode 6.0
12624
12625  fc-case/CaseFolding.txt | 15 ++++++++++++---
12626  1 file changed, 12 insertions(+), 3 deletions(-)
12627
12628 commit e10a42178c65ff974fa9383dbc78525b3d8de1ae
12629 Author: Behdad Esfahbod <behdad@behdad.org>
12630 Date:   Mon Jan 3 22:18:38 2011 -0500
12631
12632     Remove AM_MAINTAINER_MODE
12633
12634     That macro is simply broken.
12635
12636     This was also brought up in:
12637     Bug 32679 - fontconfig-2.8.0 does not cross compile
12638
12639  configure.in | 1 -
12640  1 file changed, 1 deletion(-)
12641
12642 commit 0c7b8676171f2238af9785abf775e0f420e6545a
12643 Author: Behdad Esfahbod <behdad@behdad.org>
12644 Date:   Sun Jan 2 13:25:29 2011 -0700
12645
12646     Fix assertion failure on le32d4
12647
12648     Reported by Jon TURNEY.
12649
12650  src/fcarch.c | 3 ++-
12651  1 file changed, 2 insertions(+), 1 deletion(-)
12652
12653 commit e63f90ce74d1f2c1e22959cb2ed97120eff3867f
12654 Author: Behdad Esfahbod <behdad@behdad.org>
12655 Date:   Tue Dec 28 02:58:16 2010 -0600
12656
12657     Doc nit
12658
12659  doc/fclangset.fncs | 4 ++--
12660  1 file changed, 2 insertions(+), 2 deletions(-)
12661
12662 commit 43bf659eedb3eeff75d219864af475dcadcf6983
12663 Author: Behdad Esfahbod <behdad@behdad.org>
12664 Date:   Tue Dec 28 02:55:31 2010 -0600
12665
12666     Skip <range> elements with begin > end
12667
12668  src/fcxml.c | 26 ++++++++++++++++----------
12669  1 file changed, 16 insertions(+), 10 deletions(-)
12670
12671 commit 8c625aa01f0ad95b1c06acb079921c209906f3b4
12672 Author: Behdad Esfahbod <behdad@behdad.org>
12673 Date:   Tue Dec 28 02:52:06 2010 -0600
12674
12675     Add <range> support for <blank> into the DTD
12676
12677  fonts.dtd | 2 +-
12678  1 file changed, 1 insertion(+), 1 deletion(-)
12679
12680 commit 549c9962a48cd728116c8f39db31c58043236ff0
12681 Merge: 30fd4fa fa269cf
12682 Author: Behdad Esfahbod <behdad@behdad.org>
12683 Date:   Tue Dec 28 02:50:16 2010 -0600
12684
12685     Allow editing charset and lang in target="scan"
12686
12687     Merge commit 'fa269cf812ee304534b0e4c44662202496008db0'
12688
12689     Fixes:
12690     Bug 31969 - Can't modify charset in target="scan"
12691     Bug 23758 - Can't modify lang in target="scan"
12692
12693 commit 30fd4fac9ca2238f84608c23836cab219640d9c1
12694 Author: Behdad Esfahbod <behdad@behdad.org>
12695 Date:   Tue Dec 28 01:28:39 2010 -0600
12696
12697     Bump version
12698
12699  configure.in | 2 +-
12700  1 file changed, 1 insertion(+), 1 deletion(-)
12701
12702 commit d1a0fca316ab8d9d61474028da54615e4d9f7540
12703 Author: Behdad Esfahbod <behdad@behdad.org>
12704 Date:   Tue Dec 28 00:59:19 2010 -0600
12705
12706     Make fc-arch stuff cross-compiling-safe
12707
12708     Fixes:
12709     Bug 32679 - fontconfig-2.8.0 does not cross compile
12710     Bug 25462 - Cross-compilation doesn't work
12711
12712  Makefile.am           |   2 +-
12713  configure.in          |  64 +++++------------------
12714  fc-arch/Makefile.am   |  54 --------------------
12715  fc-arch/fc-arch.c     | 138
12716  --------------------------------------------------
12717  fc-arch/fcarch.tmpl.h |  65 ------------------------
12718  fc-cache/fc-cache.c   |   2 +-
12719  fc-cat/fc-cat.c       |   2 +-
12720  src/Makefile.am       |   6 +--
12721  src/fcarch.c          |  72 ++++++++++++++++++++++++++
12722  src/fcarch.h          |  71 ++++++++++++++++++++++++++
12723  src/fccache.c         |   3 +-
12724  src/fcint.h           |   4 ++
12725  12 files changed, 167 insertions(+), 316 deletions(-)
12726
12727 commit 2a6b235ff6d2750171e8dff7cfdfe3bccb0f630e
12728 Author: Behdad Esfahbod <behdad@behdad.org>
12729 Date:   Mon Dec 27 13:20:47 2010 -0600
12730
12731     Make most generated-files cross-compiling-safe
12732
12733     By simply including a copy in the tarball.
12734
12735     Remains fc-arch which is trickier.
12736
12737  doc/Makefile.am          | 19 +++++++++++--------
12738  fc-arch/fcarch.tmpl.h    |  2 +-
12739  fc-case/Makefile.am      | 14 ++++++++------
12740  fc-glyphname/Makefile.am | 14 ++++++++------
12741  fc-lang/Makefile.am      | 17 ++++++++++-------
12742  5 files changed, 38 insertions(+), 28 deletions(-)
12743
12744 commit fa269cf812ee304534b0e4c44662202496008db0
12745 Author: Akira TAGOH <akira@tagoh.org>
12746 Date:   Thu Dec 9 11:57:24 2010 +0900
12747
12748     add some documents
12749
12750  doc/fclangset.fncs       | 30 ++++++++++++++++++++++++++++++
12751  doc/fontconfig-user.sgml |  4 ++++
12752  2 files changed, 34 insertions(+)
12753
12754 commit 3c862aad9f49be4b098cb679a67449c85b58f1f5
12755 Author: Akira TAGOH <akira@tagoh.org>
12756 Date:   Mon Dec 6 12:38:18 2010 +0900
12757
12758     Add editing langset feature.
12759
12760     The syntax to add any langset to the langset table looks like:
12761
12762     <match target="scan">
12763         <test name="family">
12764             <string>Buggy Sans</string>
12765         </test>
12766         <edit name="lang" mode="assign">
12767             <plus>
12768                 <name>lang</name>
12769                 <langset>
12770                     <string>zh-cn</string>
12771                     <string>zh-tw</string>
12772                 </langset>
12773             </plus>
12774         </edit>
12775     </match>
12776
12777     To remove any langset from the langset table:
12778
12779     <match target="scan">
12780         <test name="family">
12781             <string>Buggy Sans</string>
12782         </test>
12783         <edit name="lang" mode="assign">
12784             <minus>
12785                 <name>lang</name>
12786                 <langset>
12787                     <string>ja</string>
12788                 </langset>
12789             </minus>
12790         </edit>
12791     </match>
12792
12793  fontconfig/fontconfig.h |  9 ++++++
12794  fonts.dtd               |  5 ++--
12795  src/fccfg.c             | 24 +++++++++++++++
12796  src/fcdbg.c             |  6 ++++
12797  src/fcint.h             |  3 +-
12798  src/fclang.c            | 62 ++++++++++++++++++++++++++++++++++++++
12799  src/fcxml.c             | 80
12800  +++++++++++++++++++++++++++++++++++++++++++++++++
12801  7 files changed, 186 insertions(+), 3 deletions(-)
12802
12803 commit d975cdda782bb88c8bb6706889a554b2afb9f939
12804 Author: Akira TAGOH <akira@tagoh.org>
12805 Date:   Mon Dec 6 12:18:23 2010 +0900
12806
12807     Add the range support in blank element
12808
12809  src/fcxml.c | 35 +++++++++++++++++++++--------------
12810  1 file changed, 21 insertions(+), 14 deletions(-)
12811
12812 commit 51e352a1bde91348888202539639a5a2d0d506d4
12813 Author: Akira TAGOH <akira@tagoh.org>
12814 Date:   Thu Dec 9 11:32:26 2010 +0900
12815
12816     add some document for range and charset.
12817
12818  doc/fontconfig-user.sgml | 8 ++++++++
12819  1 file changed, 8 insertions(+)
12820
12821 commit 857b7efe1e301f670329c6836da52fbab8c5df66
12822 Author: Akira TAGOH <akira@tagoh.org>
12823 Date:   Mon Dec 6 12:10:17 2010 +0900
12824
12825     Add charset editing feature.
12826
12827     The syntax to add any characters to the charset table looks like:
12828
12829     <match target="scan">
12830         <test name="family">
12831             <string>Buggy Sans</string>
12832         </test>
12833         <edit name="charset" mode="assign">
12834             <plus>
12835                 <name>charset</name>
12836                 <charset>
12837                     <int>0x3220</int>    <!-- PARENTHESIZED IDEOGRAPH
12838                     ONE -->
12839                 </charset>
12840             </plus>
12841         </edit>
12842     </match>
12843
12844     To remove any characters from the charset table:
12845
12846     <match target="scan">
12847         <test name="family">
12848             <string>Buggy Sans</string>
12849         </test>
12850         <edit name="charset" mode="assign">
12851             <minus>
12852                 <name>charset</name>
12853                 <charset>
12854                     <int>0x06CC</int>    <!-- ARABIC LETTER FARSI YEH -->
12855                     <int>0x06D2</int>    <!-- ARABIC LETTER YEH BARREE -->
12856                     <int>0x06D3</int>    <!-- ARABIC LETTER YEH BARREE
12857                     WITH HAMZA ABOVE -->
12858                 </charset>
12859             </minus>
12860         </edit>
12861     </match>
12862
12863     You could also use the range element for convenience:
12864
12865     ...
12866                 <charset>
12867                     <int>0x06CC</int>    <!-- ARABIC LETTER FARSI YEH -->
12868                     <range>
12869                         <int>0x06D2</int>    <!-- ARABIC LETTER YEH
12870                         BARREE -->
12871                         <int>0x06D3</int>    <!-- ARABIC LETTER YEH
12872                         BARREE WITH HAMZA ABOVE -->
12873                     </range>
12874                 </charset>
12875     ...
12876
12877  fonts.dtd       |   4 +-
12878  src/Makefile.am |   4 +-
12879  src/fccfg.c     |  19 +++++++
12880  src/fcdbg.c     |   2 +
12881  src/fcint.h     |   9 +++-
12882  src/fcxml.c     | 156
12883  ++++++++++++++++++++++++++++++++++++++++++++++++++++++--
12884  6 files changed, 185 insertions(+), 9 deletions(-)
12885
12886 commit 0d47cfabd82cd9c02ec5711383f06599b0450ac0
12887 Author: Behdad Esfahbod <behdad@behdad.org>
12888 Date:   Tue Dec 7 18:48:56 2010 -0500
12889
12890     Bug 28958 - lang=en matches other langs
12891
12892     Patch from Akira TAGOH.
12893
12894  src/fclang.c | 2 ++
12895  1 file changed, 2 insertions(+)
12896
12897 commit 1e7a2a4f6cd05bfa8b15f88c2f9ca10ad97fc8ac
12898 Author: Behdad Esfahbod <behdad@behdad.org>
12899 Date:   Thu Dec 2 08:13:59 2010 -0500
12900
12901     Fix returned value
12902
12903  src/fcinit.c | 2 +-
12904  1 file changed, 1 insertion(+), 1 deletion(-)
12905
12906 commit 5aaf466d3899842763e746a9c2b745748eb34b48
12907 Author: Behdad Esfahbod <behdad@behdad.org>
12908 Date:   Wed Nov 10 16:45:42 2010 -0500
12909
12910     Cleanup copyright notices to replace "Keith Packard" with "the
12911     author(s)"
12912
12913  COPYING                         | 5 ++---
12914  Makefile.am                     | 4 ++--
12915  conf.d/Makefile.am              | 4 ++--
12916  config/Makedefs.in              | 4 ++--
12917  configure.in                    | 4 ++--
12918  doc/Makefile.am                 | 4 ++--
12919  doc/confdir.sgml.in             | 4 ++--
12920  doc/edit-sgml.c                 | 4 ++--
12921  doc/fcatomic.fncs               | 4 ++--
12922  doc/fcblanks.fncs               | 4 ++--
12923  doc/fccache.fncs                | 4 ++--
12924  doc/fccharset.fncs              | 4 ++--
12925  doc/fcconfig.fncs               | 4 ++--
12926  doc/fcconstant.fncs             | 4 ++--
12927  doc/fcfile.fncs                 | 4 ++--
12928  doc/fcfontset.fncs              | 4 ++--
12929  doc/fcformat.fncs               | 4 ++--
12930  doc/fcfreetype.fncs             | 4 ++--
12931  doc/fcinit.fncs                 | 4 ++--
12932  doc/fcmatrix.fncs               | 4 ++--
12933  doc/fcobjectset.fncs            | 4 ++--
12934  doc/fcobjecttype.fncs           | 4 ++--
12935  doc/fcpattern.fncs              | 4 ++--
12936  doc/fcstring.fncs               | 4 ++--
12937  doc/fcstrset.fncs               | 4 ++--
12938  doc/fcvalue.fncs                | 4 ++--
12939  doc/fontconfig-devel.sgml       | 8 ++++----
12940  doc/fontconfig-user.sgml        | 4 ++--
12941  doc/func.sgml                   | 4 ++--
12942  doc/version.sgml.in             | 4 ++--
12943  fc-arch/Makefile.am             | 4 ++--
12944  fc-arch/fcarch.tmpl.h           | 4 ++--
12945  fc-cache/Makefile.am            | 4 ++--
12946  fc-cache/fc-cache.c             | 4 ++--
12947  fc-case/Makefile.am             | 4 ++--
12948  fc-case/fc-case.c               | 4 ++--
12949  fc-case/fccase.tmpl.h           | 4 ++--
12950  fc-cat/Makefile.am              | 4 ++--
12951  fc-cat/fc-cat.c                 | 4 ++--
12952  fc-glyphname/Makefile.am        | 4 ++--
12953  fc-glyphname/fc-glyphname.c     | 4 ++--
12954  fc-glyphname/fcglyphname.tmpl.h | 4 ++--
12955  fc-lang/Makefile.am             | 4 ++--
12956  fc-lang/aa.orth                 | 4 ++--
12957  fc-lang/ab.orth                 | 4 ++--
12958  fc-lang/af.orth                 | 4 ++--
12959  fc-lang/am.orth                 | 4 ++--
12960  fc-lang/ar.orth                 | 4 ++--
12961  fc-lang/ast.orth                | 4 ++--
12962  fc-lang/av.orth                 | 4 ++--
12963  fc-lang/ay.orth                 | 4 ++--
12964  fc-lang/az_ir.orth              | 4 ++--
12965  fc-lang/ba.orth                 | 4 ++--
12966  fc-lang/be.orth                 | 4 ++--
12967  fc-lang/bg.orth                 | 4 ++--
12968  fc-lang/bh.orth                 | 4 ++--
12969  fc-lang/bho.orth                | 4 ++--
12970  fc-lang/bi.orth                 | 4 ++--
12971  fc-lang/bin.orth                | 4 ++--
12972  fc-lang/bm.orth                 | 4 ++--
12973  fc-lang/bo.orth                 | 4 ++--
12974  fc-lang/br.orth                 | 4 ++--
12975  fc-lang/bs.orth                 | 4 ++--
12976  fc-lang/bua.orth                | 4 ++--
12977  fc-lang/ca.orth                 | 4 ++--
12978  fc-lang/ce.orth                 | 4 ++--
12979  fc-lang/ch.orth                 | 4 ++--
12980  fc-lang/chm.orth                | 4 ++--
12981  fc-lang/chr.orth                | 4 ++--
12982  fc-lang/co.orth                 | 4 ++--
12983  fc-lang/cs.orth                 | 4 ++--
12984  fc-lang/cu.orth                 | 4 ++--
12985  fc-lang/cv.orth                 | 4 ++--
12986  fc-lang/cy.orth                 | 4 ++--
12987  fc-lang/da.orth                 | 4 ++--
12988  fc-lang/de.orth                 | 4 ++--
12989  fc-lang/dz.orth                 | 4 ++--
12990  fc-lang/el.orth                 | 4 ++--
12991  fc-lang/en.orth                 | 4 ++--
12992  fc-lang/eo.orth                 | 4 ++--
12993  fc-lang/es.orth                 | 4 ++--
12994  fc-lang/et.orth                 | 4 ++--
12995  fc-lang/eu.orth                 | 4 ++--
12996  fc-lang/fa.orth                 | 4 ++--
12997  fc-lang/fc-lang.c               | 4 ++--
12998  fc-lang/fc-lang.man             | 4 ++--
12999  fc-lang/fclang.tmpl.h           | 4 ++--
13000  fc-lang/ff.orth                 | 4 ++--
13001  fc-lang/fi.orth                 | 4 ++--
13002  fc-lang/fj.orth                 | 4 ++--
13003  fc-lang/fo.orth                 | 4 ++--
13004  fc-lang/fr.orth                 | 4 ++--
13005  fc-lang/fur.orth                | 4 ++--
13006  fc-lang/fy.orth                 | 4 ++--
13007  fc-lang/ga.orth                 | 4 ++--
13008  fc-lang/gd.orth                 | 4 ++--
13009  fc-lang/gez.orth                | 4 ++--
13010  fc-lang/gl.orth                 | 4 ++--
13011  fc-lang/gn.orth                 | 4 ++--
13012  fc-lang/gu.orth                 | 4 ++--
13013  fc-lang/gv.orth                 | 4 ++--
13014  fc-lang/ha.orth                 | 4 ++--
13015  fc-lang/haw.orth                | 4 ++--
13016  fc-lang/he.orth                 | 4 ++--
13017  fc-lang/hi.orth                 | 4 ++--
13018  fc-lang/ho.orth                 | 4 ++--
13019  fc-lang/hr.orth                 | 4 ++--
13020  fc-lang/hu.orth                 | 4 ++--
13021  fc-lang/hy.orth                 | 4 ++--
13022  fc-lang/ia.orth                 | 4 ++--
13023  fc-lang/id.orth                 | 4 ++--
13024  fc-lang/ie.orth                 | 4 ++--
13025  fc-lang/ig.orth                 | 4 ++--
13026  fc-lang/ik.orth                 | 4 ++--
13027  fc-lang/io.orth                 | 4 ++--
13028  fc-lang/is.orth                 | 4 ++--
13029  fc-lang/it.orth                 | 4 ++--
13030  fc-lang/iu.orth                 | 4 ++--
13031  fc-lang/ja.orth                 | 4 ++--
13032  fc-lang/ka.orth                 | 4 ++--
13033  fc-lang/kaa.orth                | 4 ++--
13034  fc-lang/ki.orth                 | 4 ++--
13035  fc-lang/kk.orth                 | 4 ++--
13036  fc-lang/kl.orth                 | 4 ++--
13037  fc-lang/kn.orth                 | 4 ++--
13038  fc-lang/ko.orth                 | 4 ++--
13039  fc-lang/kok.orth                | 4 ++--
13040  fc-lang/ku_am.orth              | 4 ++--
13041  fc-lang/ku_ir.orth              | 4 ++--
13042  fc-lang/kum.orth                | 4 ++--
13043  fc-lang/kv.orth                 | 4 ++--
13044  fc-lang/kw.orth                 | 4 ++--
13045  fc-lang/ky.orth                 | 4 ++--
13046  fc-lang/la.orth                 | 4 ++--
13047  fc-lang/lb.orth                 | 4 ++--
13048  fc-lang/lez.orth                | 4 ++--
13049  fc-lang/ln.orth                 | 4 ++--
13050  fc-lang/lo.orth                 | 4 ++--
13051  fc-lang/lt.orth                 | 4 ++--
13052  fc-lang/lv.orth                 | 4 ++--
13053  fc-lang/mai.orth                | 4 ++--
13054  fc-lang/mg.orth                 | 4 ++--
13055  fc-lang/mh.orth                 | 4 ++--
13056  fc-lang/mi.orth                 | 4 ++--
13057  fc-lang/mk.orth                 | 4 ++--
13058  fc-lang/ml.orth                 | 4 ++--
13059  fc-lang/mn_cn.orth              | 4 ++--
13060  fc-lang/mo.orth                 | 4 ++--
13061  fc-lang/mr.orth                 | 4 ++--
13062  fc-lang/mt.orth                 | 4 ++--
13063  fc-lang/my.orth                 | 4 ++--
13064  fc-lang/nb.orth                 | 4 ++--
13065  fc-lang/nds.orth                | 4 ++--
13066  fc-lang/ne.orth                 | 4 ++--
13067  fc-lang/nl.orth                 | 4 ++--
13068  fc-lang/nn.orth                 | 4 ++--
13069  fc-lang/no.orth                 | 4 ++--
13070  fc-lang/ny.orth                 | 4 ++--
13071  fc-lang/oc.orth                 | 4 ++--
13072  fc-lang/om.orth                 | 4 ++--
13073  fc-lang/or.orth                 | 4 ++--
13074  fc-lang/os.orth                 | 4 ++--
13075  fc-lang/pes.orth                | 4 ++--
13076  fc-lang/pl.orth                 | 4 ++--
13077  fc-lang/prs.orth                | 4 ++--
13078  fc-lang/ps_af.orth              | 4 ++--
13079  fc-lang/ps_pk.orth              | 4 ++--
13080  fc-lang/pt.orth                 | 4 ++--
13081  fc-lang/rm.orth                 | 4 ++--
13082  fc-lang/ro.orth                 | 4 ++--
13083  fc-lang/ru.orth                 | 4 ++--
13084  fc-lang/sa.orth                 | 4 ++--
13085  fc-lang/sah.orth                | 4 ++--
13086  fc-lang/sco.orth                | 4 ++--
13087  fc-lang/se.orth                 | 4 ++--
13088  fc-lang/sel.orth                | 4 ++--
13089  fc-lang/sk.orth                 | 4 ++--
13090  fc-lang/sl.orth                 | 4 ++--
13091  fc-lang/sm.orth                 | 4 ++--
13092  fc-lang/sma.orth                | 4 ++--
13093  fc-lang/smj.orth                | 4 ++--
13094  fc-lang/smn.orth                | 4 ++--
13095  fc-lang/sms.orth                | 4 ++--
13096  fc-lang/so.orth                 | 4 ++--
13097  fc-lang/sq.orth                 | 4 ++--
13098  fc-lang/sr.orth                 | 4 ++--
13099  fc-lang/sv.orth                 | 4 ++--
13100  fc-lang/sw.orth                 | 4 ++--
13101  fc-lang/syr.orth                | 4 ++--
13102  fc-lang/ta.orth                 | 4 ++--
13103  fc-lang/te.orth                 | 4 ++--
13104  fc-lang/tg.orth                 | 4 ++--
13105  fc-lang/th.orth                 | 4 ++--
13106  fc-lang/ti_er.orth              | 4 ++--
13107  fc-lang/ti_et.orth              | 4 ++--
13108  fc-lang/tig.orth                | 4 ++--
13109  fc-lang/tn.orth                 | 4 ++--
13110  fc-lang/to.orth                 | 4 ++--
13111  fc-lang/tr.orth                 | 4 ++--
13112  fc-lang/ts.orth                 | 4 ++--
13113  fc-lang/tt.orth                 | 4 ++--
13114  fc-lang/tw.orth                 | 4 ++--
13115  fc-lang/tyv.orth                | 4 ++--
13116  fc-lang/ug.orth                 | 4 ++--
13117  fc-lang/uk.orth                 | 4 ++--
13118  fc-lang/ur.orth                 | 4 ++--
13119  fc-lang/ve.orth                 | 4 ++--
13120  fc-lang/vi.orth                 | 4 ++--
13121  fc-lang/vo.orth                 | 4 ++--
13122  fc-lang/vot.orth                | 4 ++--
13123  fc-lang/wa.orth                 | 4 ++--
13124  fc-lang/wen.orth                | 4 ++--
13125  fc-lang/wo.orth                 | 4 ++--
13126  fc-lang/xh.orth                 | 4 ++--
13127  fc-lang/yap.orth                | 4 ++--
13128  fc-lang/yi.orth                 | 4 ++--
13129  fc-lang/yo.orth                 | 4 ++--
13130  fc-lang/zh_cn.orth              | 4 ++--
13131  fc-lang/zh_hk.orth              | 4 ++--
13132  fc-lang/zh_mo.orth              | 4 ++--
13133  fc-lang/zh_sg.orth              | 4 ++--
13134  fc-lang/zh_tw.orth              | 4 ++--
13135  fc-lang/zu.orth                 | 4 ++--
13136  fc-list/Makefile.am             | 4 ++--
13137  fc-list/fc-list.c               | 4 ++--
13138  fc-match/Makefile.am            | 4 ++--
13139  fc-match/fc-match.c             | 4 ++--
13140  fc-pattern/Makefile.am          | 4 ++--
13141  fc-pattern/fc-pattern.c         | 4 ++--
13142  fc-query/Makefile.am            | 4 ++--
13143  fc-query/fc-query.c             | 4 ++--
13144  fc-scan/Makefile.am             | 4 ++--
13145  fc-scan/fc-scan.c               | 4 ++--
13146  fontconfig/fcfreetype.h         | 4 ++--
13147  fontconfig/fcprivate.h          | 4 ++--
13148  fontconfig/fontconfig.h         | 4 ++--
13149  src/Makefile.am                 | 4 ++--
13150  src/fcatomic.c                  | 4 ++--
13151  src/fcblanks.c                  | 4 ++--
13152  src/fccache.c                   | 4 ++--
13153  src/fccfg.c                     | 4 ++--
13154  src/fccharset.c                 | 4 ++--
13155  src/fcdbg.c                     | 4 ++--
13156  src/fcdefault.c                 | 4 ++--
13157  src/fcdir.c                     | 4 ++--
13158  src/fcformat.c                  | 4 ++--
13159  src/fcfreetype.c                | 4 ++--
13160  src/fcfs.c                      | 4 ++--
13161  src/fcinit.c                    | 4 ++--
13162  src/fcint.h                     | 4 ++--
13163  src/fclang.c                    | 4 ++--
13164  src/fclist.c                    | 4 ++--
13165  src/fcmatch.c                   | 4 ++--
13166  src/fcname.c                    | 4 ++--
13167  src/fcpat.c                     | 4 ++--
13168  src/fcstr.c                     | 4 ++--
13169  src/fcxml.c                     | 4 ++--
13170  257 files changed, 516 insertions(+), 517 deletions(-)
13171
13172 commit 1f5c675fedd42bda49375ca7a9d6f3f8b2cd97bb
13173 Author: Behdad Esfahbod <behdad@behdad.org>
13174 Date:   Wed Nov 10 15:27:10 2010 -0500
13175
13176     Add more copyright owners
13177
13178  COPYING | 6 ++++++
13179  1 file changed, 6 insertions(+)
13180
13181 commit 039b9fd090cf3fcd279eeb8c786070a94993a8ba
13182 Author: Jeremy Huddleston <jeremyhu@apple.com>
13183 Date:   Wed Nov 3 01:08:12 2010 -0700
13184
13185     fontconfig.pc.in: Add sysconfdir, localstatedir, and PACKAGE
13186
13187     In the default case, cachedir and confdir will evaluate to something
13188     referencing these other variables (which wouldn't otherwise be defined
13189     in the pkg-config file.
13190
13191     Fixes a regression introduced by
13192     81b542b50f82f8a0ad9f38f7d913fe5433631166
13193
13194     Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
13195     Tested-by: Jon TURNEY <jon.turney@dronecode.org.uk>
13196
13197  fontconfig.pc.in | 3 +++
13198  1 file changed, 3 insertions(+)
13199
13200 commit 81b542b50f82f8a0ad9f38f7d913fe5433631166
13201 Author: Jeremy Huddleston <jeremyhu@apple.com>
13202 Date:   Wed Oct 6 11:21:29 2010 -0700
13203
13204     fontconfig.pc: Add variables for confdir and cachedir
13205
13206     Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
13207
13208  fontconfig.pc.in | 2 ++
13209  1 file changed, 2 insertions(+)
13210
13211 commit caa4bec9459af0779d1d16ba66964593e5748e3c
13212 Author: Behdad Esfahbod <behdad@behdad.org>
13213 Date:   Tue Sep 21 13:18:05 2010 -0400
13214
13215     Bug 24729 - [ne_NP] Fix ortho file
13216
13217     Exclude three characters (U+090C..090E) from Nepalese.
13218
13219  fc-lang/ne.orth | 1 +
13220  1 file changed, 1 insertion(+)
13221
13222 commit 0a023b24daa683d9c0be4e2ef6d50040c1c52316
13223 Author: Behdad Esfahbod <behdad@behdad.org>
13224 Date:   Tue Sep 21 13:14:55 2010 -0400
13225
13226     [fc-lang] Support excluding characters
13227
13228     By prefixing a line by a hyphen/minus sign.  Useful when including
13229     other orth files.
13230
13231  fc-lang/fc-lang.c | 35 +++++++++++++++++++++++++----------
13232  1 file changed, 25 insertions(+), 10 deletions(-)
13233
13234 commit 52960d05ebb8af34a302e3959978d2930a39fb39
13235 Author: Behdad Esfahbod <behdad@behdad.org>
13236 Date:   Tue Sep 21 13:14:41 2010 -0400
13237
13238     Add new public API: FcCharSetDelChar()
13239
13240  doc/fccharset.fncs      | 11 +++++++++++
13241  fontconfig/fontconfig.h |  3 +++
13242  src/fccharset.c         | 17 +++++++++++++++++
13243  3 files changed, 31 insertions(+)
13244
13245 commit 9d8d0226d9ac5bc9956263a13454179eafc4ab82
13246 Author: Behdad Esfahbod <behdad@behdad.org>
13247 Date:   Fri Sep 3 08:11:00 2010 -0400
13248
13249     Bug 29995 - fc-cat does not invoke FcFini()
13250
13251  fc-cat/fc-cat.c | 1 +
13252  1 file changed, 1 insertion(+)
13253
13254 commit 25afea879d5b73c116e00c2c62b2a7ce9bcf803a
13255 Author: Behdad Esfahbod <behdad@behdad.org>
13256 Date:   Wed Aug 18 11:31:31 2010 -0400
13257
13258     Add comments
13259
13260  src/fcformat.c | 8 ++++++++
13261  1 file changed, 8 insertions(+)
13262
13263 commit c2764d959c652f572bfefa00234448742bda2b08
13264 Author: Behdad Esfahbod <behdad@behdad.org>
13265 Date:   Thu Aug 5 15:58:09 2010 -0400
13266
13267     Bug 29338 - fc-pattern.sgml, open para tag
13268
13269  fc-pattern/fc-pattern.sgml | 2 +-
13270  1 file changed, 1 insertion(+), 1 deletion(-)
13271
13272 commit 78366844468c5fa785d05bb25be2d0023e60f5ee
13273 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
13274 Date:   Wed Jun 2 22:38:19 2010 -0400
13275
13276     Fix compiler warnings
13277
13278  fc-lang/fc-lang.c | 6 +++---
13279  1 file changed, 3 insertions(+), 3 deletions(-)
13280
13281 commit ba7b50ab3324887e1680a4a8961487706705c739
13282 Author: Behdad Esfahbod <behdad@behdad.org>
13283 Date:   Tue Apr 20 23:18:00 2010 -0400
13284
13285     Add fc-pattern cmdline tool
13286
13287  Makefile.am                |   3 +-
13288  configure.in               |   1 +
13289  fc-cache/fc-cache.sgml     |   1 +
13290  fc-cat/fc-cat.sgml         |   1 +
13291  fc-list/fc-list.sgml       |   1 +
13292  fc-match/fc-match.sgml     |   1 +
13293  fc-pattern/Makefile.am     |  59 +++++++++++++
13294  fc-pattern/fc-pattern.c    | 195
13295  +++++++++++++++++++++++++++++++++++++++++++
13296  fc-pattern/fc-pattern.sgml | 204
13297  +++++++++++++++++++++++++++++++++++++++++++++
13298  fc-query/fc-query.sgml     |   1 +
13299  fc-scan/fc-scan.sgml       |   1 +
13300  11 files changed, 467 insertions(+), 1 deletion(-)
13301
13302 commit ac5a2336436dadac699bb579d3f6ca30225dbb28
13303 Author: Behdad Esfahbod <behdad@behdad.org>
13304 Date:   Mon Apr 12 12:49:53 2010 -0400
13305
13306     Fix comment
13307
13308  src/fcmatch.c | 2 +-
13309  1 file changed, 1 insertion(+), 1 deletion(-)
13310
13311 commit 594dcef0f30ca27e27b95a9174087e8c61327e5f
13312 Author: Behdad Esfahbod <behdad@behdad.org>
13313 Date:   Mon Apr 12 12:18:50 2010 -0400
13314
13315     Remove all training whitespaces
13316
13317  src/fcatomic.c   |   4 +-
13318  src/fccache.c    |  66 ++++++++++++------------
13319  src/fccfg.c      | 118 +++++++++++++++++++++----------------------
13320  src/fccharset.c  | 150
13321  +++++++++++++++++++++++++++----------------------------
13322  src/fcdbg.c      |  14 +++---
13323  src/fcdefault.c  |   2 +-
13324  src/fcdir.c      |  14 +++---
13325  src/fcfreetype.c |  88 ++++++++++++++++----------------
13326  src/fcfs.c       |   6 +--
13327  src/fcftint.h    |   2 +-
13328  src/fcinit.c     |   6 +--
13329  src/fcint.h      |  42 ++++++++--------
13330  src/fclang.c     |  28 +++++------
13331  src/fclist.c     |  30 +++++------
13332  src/fcmatch.c    |  32 ++++++------
13333  src/fcmatrix.c   |   6 +--
13334  src/fcname.c     |  28 +++++------
13335  src/fcpat.c      |  70 +++++++++++++-------------
13336  src/fcstr.c      |  74 +++++++++++++--------------
13337  src/ftglue.c     |  16 +++---
13338  20 files changed, 398 insertions(+), 398 deletions(-)
13339
13340 commit d0d1f3904c9f6af9f39a5a085e454cde5ba9d44e
13341 Author: Behdad Esfahbod <behdad@behdad.org>
13342 Date:   Mon Apr 12 12:10:05 2010 -0400
13343
13344     More whitespace
13345
13346  src/fcxml.c | 88
13347  ++++++++++++++++++++++++++++++-------------------------------
13348  1 file changed, 44 insertions(+), 44 deletions(-)
13349
13350 commit 2b0f3f1128e479dd3d32022336c967655e6c4821
13351 Author: Behdad Esfahbod <behdad@behdad.org>
13352 Date:   Mon Apr 12 11:52:09 2010 -0400
13353
13354     Whitespace
13355
13356  src/fcxml.c | 2 +-
13357  1 file changed, 1 insertion(+), 1 deletion(-)
13358
13359 commit 632612b810f1c8eb5b75ba1465d10cb31af0cbf0
13360 Author: Behdad Esfahbod <behdad@behdad.org>
13361 Date:   Wed Apr 7 12:47:37 2010 -0400
13362
13363     Accept TT_PLATFORM_MICROSOFT, TT_MS_ID_SYMBOL_CS from name table
13364
13365     The OT spec says:
13366
13367     "When building a Unicode font for Windows, the platform ID should
13368     be 3 and the
13369     encoding ID should be 1. When building a symbol font for Windows,
13370     the platform
13371     ID should be 3 and the encoding ID should be 0."
13372
13373     We were ignoring the SYMBOL_CS entry before.  It's UTF-16/UCS-2
13374     like the
13375     UNICODE_CS.
13376
13377     Also, always use UTF-16BE instead of UCS-2BE.  The conversion
13378     was doing
13379     UTF-16BE anyway.
13380
13381  src/fcfreetype.c | 7 ++++---
13382  1 file changed, 4 insertions(+), 3 deletions(-)
13383
13384 commit 300b495dc400df401afaacfa4e986092ea119865
13385 Author: Behdad Esfahbod <behdad@behdad.org>
13386 Date:   Wed Mar 3 13:26:55 2010 -0500
13387
13388     Don't include unistd.h in fontconfig.h
13389
13390     Bug 26783 patch: unistd.h not exist on ms windows
13391
13392  fontconfig/fontconfig.h | 1 -
13393  1 file changed, 1 deletion(-)
13394
13395 commit 111e5b6d690970fce1abaf39e01d6d2498c9cfb3
13396 Author: Behdad Esfahbod <behdad@behdad.org>
13397 Date:   Fri Feb 26 01:47:56 2010 -0500
13398
13399     Bug 25152 Don't sleep(2) if all caches were uptodate
13400
13401  fc-cache/fc-cache.c | 12 ++++++++----
13402  1 file changed, 8 insertions(+), 4 deletions(-)
13403
13404 commit 3cd1e673a9b518784183029d5cc1d2adae0cb29a
13405 Author: Behdad Esfahbod <behdad@behdad.org>
13406 Date:   Thu Feb 25 17:11:14 2010 -0500
13407
13408     Bug 26157 Solaris/Sun C 5.8: compilation of 2.8.0 and 2.7.3 fails
13409
13410  src/fcint.h | 2 +-
13411  1 file changed, 1 insertion(+), 1 deletion(-)
13412
13413 commit 2c93614ea0d0d1d895abe6c44add436c58bd99f8
13414 Author: Behdad Esfahbod <behdad@behdad.org>
13415 Date:   Thu Feb 25 15:10:41 2010 -0500
13416
13417     Bug 18886 installation crashes if fontconfig already installed
13418
13419     Run the uninstalled fc-cache, not the installed one.
13420
13421  Makefile.am | 4 ++--
13422  1 file changed, 2 insertions(+), 2 deletions(-)
13423
13424 commit 2e375b68946cafa62dce3abebdd35e20ecbb0b46
13425 Author: Behdad Esfahbod <behdad@behdad.org>
13426 Date:   Sun Feb 14 20:27:22 2010 -0500
13427
13428     More doc typo fixes
13429
13430  doc/fcformat.fncs | 4 ++--
13431  1 file changed, 2 insertions(+), 2 deletions(-)
13432
13433 commit 77be30cb9fde6540337a590e5d90e59996e07adc
13434 Author: Behdad Esfahbod <behdad@behdad.org>
13435 Date:   Sun Feb 14 20:20:00 2010 -0500
13436
13437     Fix doc typo
13438
13439  doc/fcformat.fncs | 2 +-
13440  1 file changed, 1 insertion(+), 1 deletion(-)
13441
13442 commit d6351325056a94e2db0c8c533c7d16eb5c278861
13443 Author: Behdad Esfahbod <behdad@behdad.org>
13444 Date:   Tue Jan 26 12:45:09 2010 -0500
13445
13446     Add note about autogen.sh to INSTALL
13447
13448  INSTALL | 7 ++++++-
13449  1 file changed, 6 insertions(+), 1 deletion(-)
13450
13451 commit 0dbbf9f20b8a65af8a8a05ada653d99117192622
13452 Author: Behdad Esfahbod <behdad@behdad.org>
13453 Date:   Tue Jan 26 12:43:51 2010 -0500
13454
13455     Update INSTALL
13456
13457  INSTALL | 4 ++--
13458  1 file changed, 2 insertions(+), 2 deletions(-)
13459
13460 commit af4a82863f60dff79c4ce06a871b737899a3c9e3
13461 Author: Behdad Esfahbod <behdad@behdad.org>
13462 Date:   Tue Dec 8 21:15:15 2009 -0500
13463
13464     Bug 25508 configure assumes bash > 2.0 is on system
13465
13466     Remove dolt.  With libtool2, there's not much need for dolt.
13467
13468  acinclude.m4 | 137
13469  -----------------------------------------------------------
13470  configure.in |   1 -
13471  2 files changed, 138 deletions(-)
13472
13473 commit aabe0f9d7d427097ddfc69ceb6f48999fcd01f60
13474 Author: Behdad Esfahbod <behdad@behdad.org>
13475 Date:   Mon Nov 30 16:09:55 2009 -0500
13476
13477     [doc] Fix typo
13478
13479  fc-match/fc-match.sgml | 2 +-
13480  1 file changed, 1 insertion(+), 1 deletion(-)
13481
13482 commit 38bd85b83b2114d9a18da7b0ea73e0cdad5c7ee4
13483 Author: Behdad Esfahbod <behdad@behdad.org>
13484 Date:   Fri Nov 20 18:44:04 2009 -0500
13485
13486     [fc-cache] Document -r argument in man page
13487
13488  fc-cache/fc-cache.sgml | 11 ++++++++++-
13489  1 file changed, 10 insertions(+), 1 deletion(-)
13490
13491 commit 4a3bef8ac3b91354c6c10b5f6af10ead9d4fe49a
13492 Author: Behdad Esfahbod <behdad@behdad.org>
13493 Date:   Wed Nov 18 18:45:19 2009 -0500
13494
13495     Bump version to 2.8.0
13496
13497  README                  | 32 ++++++++++++++++++++++++++++++--
13498  configure.in            |  2 +-
13499  fontconfig/fontconfig.h |  4 ++--
13500  3 files changed, 33 insertions(+), 5 deletions(-)
13501
13502 commit 2e44cbe1b9bf466718167e9e05077743df36ab21
13503 Author: Behdad Esfahbod <behdad@behdad.org>
13504 Date:   Wed Nov 18 18:45:06 2009 -0500
13505
13506     Bump libtool revision in preparation for release
13507
13508  configure.in | 2 +-
13509  1 file changed, 1 insertion(+), 1 deletion(-)
13510
13511 commit 91a73751dcd4fd2d2e4e8bcb98af53098c721224
13512 Author: Tor Lillqvist <tml@iki.fi>
13513 Date:   Wed Nov 18 21:56:16 2009 +0200
13514
13515     Improve zip "distribution"
13516
13517     Don't put entries for directories in the zip file. Fetch manpages from
13518     correct place.
13519
13520  fontconfig-zip.in | 8 ++------
13521  1 file changed, 2 insertions(+), 6 deletions(-)
13522
13523 commit bb8fdae8ad6f0a857569b3e09cf21f1af6b4a41b
13524 Author: Tor Lillqvist <tml@iki.fi>
13525 Date:   Wed Nov 18 21:54:39 2009 +0200
13526
13527     Use correct autoconf variable
13528
13529     Use LIBT_CURRENT_MINUS_AGE instead of the undefined
13530     lt_current_minus_age for the name of the DLL when generating the MS
13531     style import library.
13532
13533  src/Makefile.am | 2 +-
13534  1 file changed, 1 insertion(+), 1 deletion(-)
13535
13536 commit 1845f3100d15927cc536bc3d38f140c139fb5614
13537 Author: Behdad Esfahbod <behdad@behdad.org>
13538 Date:   Wed Nov 18 14:39:34 2009 -0500
13539
13540     [fc-arch] Rename architecture names to better reflect what they are
13541
13542     We only care about three properties in the arch:
13543
13544       - endianness
13545       - pointer size
13546       - for 32-bit archs, whether double is aligned on 4 or 8 bytes
13547
13548     This leads to the following 6 archs (old name -> new name):
13549
13550             x86    -> le32d4
13551             mipsel -> le32d8
13552             x86-64 -> le64
13553             m68k   -> be32d4
13554             ppc    -> be32d8
13555             ppc64  -> be64
13556
13557  fc-arch/fcarch.tmpl.h | 67
13558  ++++++++++++++++++++++++++-------------------------
13559  1 file changed, 34 insertions(+), 33 deletions(-)
13560
13561 commit d5ebf48e34e9235cf10e9f7beb49af74823c3fc6
13562 Author: Behdad Esfahbod <behdad@behdad.org>
13563 Date:   Wed Nov 18 14:08:00 2009 -0500
13564
13565     [fc-arch] Beautify the arch template
13566
13567  fc-arch/fc-arch.c     | 10 +++++-----
13568  fc-arch/fcarch.tmpl.h | 42 ++++++++++++++++++++++++++++++++++--------
13569  2 files changed, 39 insertions(+), 13 deletions(-)
13570
13571 commit d074706b507226427f5a4018e78fe120a01eb53d
13572 Author: Behdad Esfahbod <behdad@behdad.org>
13573 Date:   Wed Nov 18 09:40:11 2009 -0500
13574
13575     [fc-case] Update CaseFolding.txt to Unicode 5.2.0
13576
13577  fc-case/CaseFolding.txt | 116
13578  ++++++++++++++++++++++++++++++++++++++++++++++--
13579  1 file changed, 112 insertions(+), 4 deletions(-)
13580
13581 commit 13781ba00b0ded28319ff417a254c620231973f1
13582 Author: Behdad Esfahbod <behdad@behdad.org>
13583 Date:   Wed Nov 18 09:36:23 2009 -0500
13584
13585     [fc-glyphname] Remove Adobe glyphlist
13586
13587     It was unused.
13588
13589  fc-glyphname/glyphlist.txt | 4291
13590  --------------------------------------------
13591  1 file changed, 4291 deletions(-)
13592
13593 commit d2fb683796f41a68edec53f26e524fd06725eef8
13594 Author: Behdad Esfahbod <behdad@behdad.org>
13595 Date:   Wed Nov 18 09:35:40 2009 -0500
13596
13597     Clean up Makefile's a bit
13598
13599  fc-arch/Makefile.am      |  4 +---
13600  fc-case/Makefile.am      |  7 +++----
13601  fc-glyphname/Makefile.am |  3 ++-
13602  fc-lang/Makefile.am      |  2 +-
13603  src/Makefile.am          | 12 +++++++++---
13604  5 files changed, 16 insertions(+), 12 deletions(-)
13605
13606 commit 192927225c447a8eaba613838aff93f82dee41d0
13607 Author: Behdad Esfahbod <behdad@behdad.org>
13608 Date:   Wed Nov 18 09:26:24 2009 -0500
13609
13610     [fc-glyphname] Rename internal arrays to prefix with _fc_
13611
13612     Although they were static, I was still surprised that gdb was seeing
13613     our variable "glyphs".  Not helpful.
13614
13615  fc-glyphname/fc-glyphname.c |  6 +++---
13616  src/fcfreetype.c            | 13 ++++++-------
13617  2 files changed, 9 insertions(+), 10 deletions(-)
13618
13619 commit 3e5e83e12e051d6ac734f08609c6c584b0f0b807
13620 Author: Behdad Esfahbod <behdad@behdad.org>
13621 Date:   Wed Nov 18 09:26:01 2009 -0500
13622
13623     [src] Create fcglyphname.h automatically
13624
13625  src/Makefile.am | 4 +++-
13626  1 file changed, 3 insertions(+), 1 deletion(-)
13627
13628 commit 040c98bcc40617ecbc9eb7e16b1714ebd256cfdc
13629 Author: Behdad Esfahbod <behdad@behdad.org>
13630 Date:   Wed Nov 18 09:25:42 2009 -0500
13631
13632     [fc-glyphname] Cleanup Makefile.am
13633
13634  fc-glyphname/Makefile.am | 8 +++-----
13635  1 file changed, 3 insertions(+), 5 deletions(-)
13636
13637 commit 77f4e60a32971a815b85f187712191724a00b856
13638 Author: Behdad Esfahbod <behdad@behdad.org>
13639 Date:   Wed Nov 18 09:10:05 2009 -0500
13640
13641     Remove bogus comment
13642
13643     Last night in between my dreams I also noticed that we support Unicode
13644     values up to 0x01000000 and not 0x00100000 which I thought before.
13645     This covers the entire Unicode range.
13646
13647  src/fccharset.c | 1 -
13648  1 file changed, 1 deletion(-)
13649
13650 commit a90a3ad97a7cee10225190e13a576e55871b9441
13651 Author: Behdad Esfahbod <behdad@behdad.org>
13652 Date:   Tue Nov 17 12:10:01 2009 -0500
13653
13654     Make sure fclang.h and fcarch.h are built
13655
13656  src/Makefile.am | 7 ++++++-
13657  1 file changed, 6 insertions(+), 1 deletion(-)
13658
13659 commit a3b2426819836ab2454c6a7bad27c382f4a245bf
13660 Author: Behdad Esfahbod <behdad@behdad.org>
13661 Date:   Mon Nov 16 18:29:26 2009 -0500
13662
13663     [lang] Fix serializing LangSet from older versions
13664
13665  src/fclang.c | 9 ++++++---
13666  1 file changed, 6 insertions(+), 3 deletions(-)
13667
13668 commit 8480c6f86327877fce729ebb01b52bd7a40ddfc5
13669 Author: Behdad Esfahbod <behdad@behdad.org>
13670 Date:   Mon Nov 16 17:38:40 2009 -0500
13671
13672     [arch] Try to ensure proper FcLangSet alignment in arch
13673
13674  fc-arch/fc-arch.c     |  5 +++--
13675  fc-arch/fcarch.tmpl.h | 16 ++++++++--------
13676  src/fclang.c          |  2 +-
13677  3 files changed, 12 insertions(+), 11 deletions(-)
13678
13679 commit dffcb2a083bc5f959ed96dbdf0f365ebc0e710cc
13680 Author: Behdad Esfahbod <behdad@behdad.org>
13681 Date:   Mon Nov 16 17:00:50 2009 -0500
13682
13683     [xml] Remove unused code
13684
13685  src/fcxml.c | 12 ------------
13686  1 file changed, 12 deletions(-)
13687
13688 commit b2d910123008115813a5cd623389189a2d66880b
13689 Author: Behdad Esfahbod <behdad@behdad.org>
13690 Date:   Mon Nov 16 16:57:53 2009 -0500
13691
13692     [int] Remove more unused macros
13693
13694  src/fcint.h | 4 ----
13695  1 file changed, 4 deletions(-)
13696
13697 commit 247c4f3df21582260c4799bdbda2be1c13cc8901
13698 Author: Behdad Esfahbod <behdad@behdad.org>
13699 Date:   Mon Nov 16 15:48:20 2009 -0500
13700
13701     Enable automake silent rules
13702
13703  configure.in | 1 +
13704  1 file changed, 1 insertion(+)
13705
13706 commit 963820fcbfdb537fd956f8863f8793cf22093c5d
13707 Author: Behdad Esfahbod <behdad@behdad.org>
13708 Date:   Mon Nov 16 15:46:46 2009 -0500
13709
13710     [int] Remove fc_value_* macros that did nothing other than renaming
13711
13712  src/fcint.h   |  6 ------
13713  src/fcmatch.c |  8 ++++----
13714  src/fcpat.c   | 12 ++++++------
13715  3 files changed, 10 insertions(+), 16 deletions(-)
13716
13717 commit 888f9427ae84195104855d2bb2fbb6d44067a998
13718 Author: Behdad Esfahbod <behdad@behdad.org>
13719 Date:   Mon Nov 16 15:43:08 2009 -0500
13720
13721     [int] Remove fc_storage_type() in favor of direct access to v->type
13722
13723  src/fcint.h   | 1 -
13724  src/fcmatch.c | 2 +-
13725  src/fcpat.c   | 2 +-
13726  3 files changed, 2 insertions(+), 3 deletions(-)
13727
13728 commit 486fa46893d070485738de6e2c0d418650662d63
13729 Author: Behdad Esfahbod <behdad@behdad.org>
13730 Date:   Mon Nov 16 15:41:58 2009 -0500
13731
13732     Remove unused macros
13733
13734  src/fcint.h | 5 -----
13735  1 file changed, 5 deletions(-)
13736
13737 commit 1f4e6fecde22fd4ce8336b01a5c32c533fcb8bac
13738 Author: Behdad Esfahbod <behdad@behdad.org>
13739 Date:   Mon Nov 16 15:39:16 2009 -0500
13740
13741     Bump cache version up from 2 to 3 and fix FcLangSet caching/crash
13742
13743     Protect cache against future expansions of FcLangSet (adding new
13744     orth files).  Previously, doing so could change the size of
13745     that struct.  Indeed, that happened between 2.6.0 and 2.7.3, causing
13746     crashes.  Unfortunately, sizeof(FcLangSet) was not checked in
13747     fcarch.c.
13748
13749     This changes FcLangSet code to be able to cope with struct size
13750     changes.
13751     And change cache format, hence bumping from 2 to 3.
13752
13753  fontconfig/fontconfig.h |  2 +-
13754  src/fcint.h             |  2 +-
13755  src/fclang.c            | 67
13756  ++++++++++++++++++++++++++++++++++++++-----------
13757  3 files changed, 54 insertions(+), 17 deletions(-)
13758
13759 commit 6b1fc678ca59df3f3f1ffac0e509cf485c9df0c0
13760 Author: Behdad Esfahbod <behdad@behdad.org>
13761 Date:   Mon Nov 16 16:57:10 2009 -0500
13762
13763     [int] Define MIN/MAX/ABS macros
13764
13765  src/fcfreetype.c | 3 ---
13766  src/fcint.h      | 4 ++++
13767  2 files changed, 4 insertions(+), 3 deletions(-)
13768
13769 commit b393846860a390ebe35b19320b5eaf9272084042
13770 Author: Behdad Esfahbod <behdad@behdad.org>
13771 Date:   Mon Nov 16 15:17:56 2009 -0500
13772
13773     [fc-arch] Add FcAlign to arch signature
13774
13775  fc-arch/fc-arch.c     |  5 +++--
13776  fc-arch/fcarch.tmpl.h | 16 ++++++++--------
13777  2 files changed, 11 insertions(+), 10 deletions(-)
13778
13779 commit 8009229bc5cd9b540ff56a47ddc32ccada2679b0
13780 Author: Behdad Esfahbod <behdad@behdad.org>
13781 Date:   Mon Nov 16 15:12:52 2009 -0500
13782
13783     Move FcAlign to fcint.h
13784
13785  src/fcint.h       | 8 ++++++++
13786  src/fcserialize.c | 8 --------
13787  2 files changed, 8 insertions(+), 8 deletions(-)
13788
13789 commit 36ae1d9563cff4966b293f816cf9eb25c8ebb857
13790 Author: Behdad Esfahbod <behdad@behdad.org>
13791 Date:   Mon Nov 9 13:17:17 2009 -0500
13792
13793     Clarify default confdir and cachedir better.
13794
13795     Also remove --with-docdir.  It can be set by setting docdir variable.
13796
13797  configure.in    | 19 ++-----------------
13798  doc/Makefile.am |  2 --
13799  2 files changed, 2 insertions(+), 19 deletions(-)
13800
13801 commit b322eb4d7a90778dc9f08c73036836deba7e463e
13802 Author: Behdad Esfahbod <behdad@behdad.org>
13803 Date:   Tue Sep 8 11:45:26 2009 -0400
13804
13805     Bump version to 2.7.3
13806
13807  README                  | 14 ++++++++++++--
13808  configure.in            |  2 +-
13809  fontconfig/fontconfig.h |  2 +-
13810  3 files changed, 14 insertions(+), 4 deletions(-)
13811
13812 commit afc845d930877ac62f6d5a5f50ea87b5182d0a4a
13813 Author: Behdad Esfahbod <behdad@behdad.org>
13814 Date:   Tue Sep 8 11:44:59 2009 -0400
13815
13816     Bump libtool version in preparation for release
13817
13818  configure.in | 2 +-
13819  1 file changed, 1 insertion(+), 1 deletion(-)
13820
13821 commit 5e544b32d8dc98737c7a268a6a5f877207284e9a
13822 Author: Behdad Esfahbod <behdad@behdad.org>
13823 Date:   Sun Sep 6 22:10:22 2009 -0400
13824
13825     Use default config in FcFileScan() and FcDirScan()
13826
13827     Before a NULL config was passed down adn essentially FcFileScan was
13828     equivalent to FcFreeTypeQuery.  Now fc-scan tool correctly applies
13829     the configuration to the scanned patterns.
13830
13831  src/fcdir.c | 4 ++--
13832  1 file changed, 2 insertions(+), 2 deletions(-)
13833
13834 commit 25436fd08fa6d0825a2f7c7b5d51e34873a05187
13835 Author: Roozbeh Pournader <roozbeh@gmail.com>
13836 Date:   Wed Sep 2 20:03:42 2009 -0700
13837
13838     Updated Arabic, Persian, and Urdu orthographies
13839
13840     - Arabic (ar), Persian (fa), and Urdu (ur) now use generic forms
13841     (bug #23004)
13842     - Persian (fa) orthography updated to latest standards and
13843     orthographies
13844     - Persian dialects Dari/Eastern Farsi (prs) and Western Farsi
13845     (pes) added
13846
13847  fc-lang/ar.orth  | 81
13848  +++++++++++---------------------------------------------
13849  fc-lang/fa.orth  | 80
13850  ++++++++++++++++++++++++++++++++++---------------------
13851  fc-lang/pes.orth | 26 ++++++++++++++++++
13852  fc-lang/prs.orth | 29 ++++++++++++++++++++
13853  fc-lang/ur.orth  | 77
13854  +++++++++++++++++++++++++++--------------------------
13855  5 files changed, 161 insertions(+), 132 deletions(-)
13856
13857 commit d9d8b8826402ca75e882a427392bc8209ae8ff1a
13858 Author: Roozbeh Pournader <roozbeh@gmail.com>
13859 Date:   Wed Sep 2 18:54:24 2009 -0700
13860
13861     Correct Ewe (ee) orthography to use U+025B (bug #20711)
13862
13863  fc-lang/ee.orth | 2 +-
13864  1 file changed, 1 insertion(+), 1 deletion(-)
13865
13866 commit e52fdbd2bc1b9589ca0adc4b0c143034ff60dd18
13867 Author: Behdad Esfahbod <behdad@behdad.org>
13868 Date:   Mon Aug 31 17:32:36 2009 -0400
13869
13870     Bump version to 2.7.2
13871
13872  README                  | 19 +++++++++++++++++--
13873  configure.in            |  2 +-
13874  fontconfig/fontconfig.h |  2 +-
13875  3 files changed, 19 insertions(+), 4 deletions(-)
13876
13877 commit a74cfb63cb6af3c357b9c33d9f28b9cea5ff3e72
13878 Author: Behdad Esfahbod <behdad@behdad.org>
13879 Date:   Mon Aug 31 17:32:13 2009 -0400
13880
13881     Bump libtool version for release
13882
13883  configure.in | 2 +-
13884  1 file changed, 1 insertion(+), 1 deletion(-)
13885
13886 commit c5f0a65b36bc863d67bbf1f334262c35445ce610
13887 Author: Behdad Esfahbod <behdad@behdad.org>
13888 Date:   Tue Aug 25 20:40:30 2009 -0400
13889
13890     Revert "Fix FcNameUnparseLangSet()" and redo it
13891
13892     This reverts commit 5c6d1ff23bda4386984a1d6e4c024958f8f5547c and
13893     fixes that bug using the new reverse-map I added in the previous
13894     commit.
13895
13896  src/fclang.c | 29 ++++++++++++++++++-----------
13897  1 file changed, 18 insertions(+), 11 deletions(-)
13898
13899 commit d354a321ee51f0bb70a39faeed541d1a90477d7d
13900 Author: Behdad Esfahbod <behdad@behdad.org>
13901 Date:   Tue Aug 25 20:39:20 2009 -0400
13902
13903     Bug 23419 - "contains" expression seems not working on the fontconfig
13904     rule
13905
13906     Fix bug in FcLangSetContains(), similar to
13907     5c6d1ff23bda4386984a1d6e4c024958f8f5547c
13908
13909  fc-lang/fc-lang.c | 20 +++++++++++++++++---
13910  src/fclang.c      |  4 ++--
13911  2 files changed, 19 insertions(+), 5 deletions(-)
13912
13913 commit f33a23133ecbcc981745051f7c34d96b33b57447
13914 Author: Behdad Esfahbod <behdad@behdad.org>
13915 Date:   Fri Aug 21 13:41:41 2009 -0400
13916
13917     Bug 22037 - No Fonts installed on a default install on Windows
13918     Server 2003
13919
13920     Make it easy to install on older Windows
13921
13922  src/fcxml.c | 4 ++++
13923  1 file changed, 4 insertions(+)
13924
13925 commit 8b1ceef0b7f41703775c163d6ac595a5407e9159
13926 Author: Tor Lillqvist <tml@iki.fi>
13927 Date:   Fri Aug 14 00:16:18 2009 +0300
13928
13929     Use multi-byte codepage aware string function on Windows
13930
13931     The East Asian double-byte codepages have characters with backslash as
13932     the second byte, so we must use _mbsrchr() instead of strrchr() when
13933     looking at pathnames in the system codepage.
13934
13935  src/fcxml.c | 11 +++++++++--
13936  1 file changed, 9 insertions(+), 2 deletions(-)
13937
13938 commit d15678127aeea96c9c8254a171c2f0af0bd7d140
13939 Author: Tor Lillqvist <tml@iki.fi>
13940 Date:   Fri Aug 14 00:08:17 2009 +0300
13941
13942     Fix heap corruption on Windows in FcEndElement()
13943
13944     Must not call FcStrFree() on a value returned by
13945     FcStrBufDoneStatic(). In the Windows code don't bother with dynamic
13946     allocation, just use a local buffer.
13947
13948  src/fcxml.c | 43 +++++++++++--------------------------------
13949  1 file changed, 11 insertions(+), 32 deletions(-)
13950
13951 commit a1b6e34a9a17a4a675bdc993aa465b92d7122376
13952 Author: Tor Lillqvist <tml@iki.fi>
13953 Date:   Fri Aug 14 00:02:59 2009 +0300
13954
13955     Fix MinGW compilation
13956
13957     Need to define _WIN32_WINNT as 0x0500 to get declaration for
13958     GetSystemWindowsDirectory().
13959
13960  src/fcxml.c | 1 +
13961  1 file changed, 1 insertion(+)
13962
13963 commit 161620108bbb4e70f2817481e4d5bc26772fe67e
13964 Author: Behdad Esfahbod <behdad@behdad.org>
13965 Date:   Tue Jul 28 14:24:21 2009 -0400
13966
13967     [ja.orth] Comment out FULLWIDTH YEN SIGN (#22942)
13968
13969  fc-lang/ja.orth | 2 +-
13970  1 file changed, 1 insertion(+), 1 deletion(-)
13971
13972 commit 7c12181f7a75a434e2139f4bee794046258342cf
13973 Author: Behdad Esfahbod <behdad@behdad.org>
13974 Date:   Tue Jul 28 14:23:10 2009 -0400
13975
13976     Improve charset printing
13977
13978  src/fcdbg.c  | 4 ++--
13979  src/fclang.c | 4 ++--
13980  2 files changed, 4 insertions(+), 4 deletions(-)
13981
13982 commit d2c8ac373e9ac45df66627cfc42679636d017f6e
13983 Author: Behdad Esfahbod <behdad@behdad.org>
13984 Date:   Mon Jul 27 17:53:26 2009 -0400
13985
13986     Bump version to 2.7.1
13987
13988  README                  | 27 +++++++++++++++++++++++++--
13989  configure.in            |  4 ++--
13990  fontconfig/fontconfig.h |  2 +-
13991  3 files changed, 28 insertions(+), 5 deletions(-)
13992
13993 commit 16630692ec590bd70f4e426125e358251e05435d
13994 Author: Behdad Esfahbod <behdad@behdad.org>
13995 Date:   Mon Jul 27 17:51:17 2009 -0400
13996
13997     Update .gitignore
13998
13999  .gitignore | 1 +
14000  1 file changed, 1 insertion(+)
14001
14002 commit 50d937b0e110ee21d9861b8fb973d62534db98ae
14003 Author: Behdad Esfahbod <behdad@behdad.org>
14004 Date:   Mon Jul 27 17:48:29 2009 -0400
14005
14006     Bump libtool versions that 2.7.0 (I forgot to do back then)
14007
14008  configure.in | 4 ++--
14009  1 file changed, 2 insertions(+), 2 deletions(-)
14010
14011 commit 273e22c71f78281ade1c5c30a25ef10d214d7ea6
14012 Author: Behdad Esfahbod <behdad@behdad.org>
14013 Date:   Mon Jul 27 15:07:12 2009 -0400
14014
14015     Hardcode /etc/fonts instead of @CONFDIR@ in docs (#22911)
14016
14017     We distribute the docs, so it makes little sense to distribute with
14018     @CONFDIR@ replaced.  Until we find a better solution, I've hardcoded
14019     /etc/fonts now.
14020
14021  doc/confdir.sgml.in | 3 ++-
14022  1 file changed, 2 insertions(+), 1 deletion(-)
14023
14024 commit 21384990ffd045cc0f8379a325612aba6d810359
14025 Author: Behdad Esfahbod <behdad@behdad.org>
14026 Date:   Mon Jul 27 14:50:44 2009 -0400
14027
14028     [doc] Add ~/fonts.conf.d to user docs
14029
14030  doc/fontconfig-user.sgml | 7 +++++++
14031  1 file changed, 7 insertions(+)
14032
14033 commit 7575c666619c58df00659d4e70b01104b8e114a5
14034 Author: Behdad Esfahbod <behdad@behdad.org>
14035 Date:   Sat Jul 25 16:38:52 2009 -0400
14036
14037     TT_MS_ID_UCS_4 is really UTF-16BE, not UTF-32
14038
14039     Reported by Yuriy Kaminskiy.
14040
14041  src/fcfreetype.c | 2 +-
14042  1 file changed, 1 insertion(+), 1 deletion(-)
14043
14044 commit 558581c434abf0d96c46cf3bb1454be6806e1ffc
14045 Author: Behdad Esfahbod <behdad@behdad.org>
14046 Date:   Fri Jul 24 14:59:07 2009 -0400
14047
14048     Fix doc syntax (#22902)
14049
14050  fc-match/fc-match.sgml | 3 ++-
14051  fc-scan/fc-scan.sgml   | 2 +-
14052  2 files changed, 3 insertions(+), 2 deletions(-)
14053
14054 commit 5c6d1ff23bda4386984a1d6e4c024958f8f5547c
14055 Author: Behdad Esfahbod <behdad@behdad.org>
14056 Date:   Wed Jul 22 19:25:24 2009 -0400
14057
14058     Fix FcNameUnparseLangSet()
14059
14060     Was broken since ffd6668b469508177c4baf7745ae42aee5b00322
14061
14062  src/fclang.c | 29 +++++++++++------------------
14063  1 file changed, 11 insertions(+), 18 deletions(-)
14064
14065 commit d9741a7f1a73f718ab20b0582fff8aebeba01077
14066 Author: Behdad Esfahbod <behdad@behdad.org>
14067 Date:   Wed Jul 22 19:01:06 2009 -0400
14068
14069     Remove unused macros
14070
14071  src/fcmatch.c | 33 ++-------------------------------
14072  1 file changed, 2 insertions(+), 31 deletions(-)
14073
14074 commit 792ce655cb06c678d4a4ff091866fd0531b141fb
14075 Author: Karl Tomlinson <karlt@karlt.net>
14076 Date:   Wed Jul 22 08:39:23 2009 -0400
14077
14078     Don't change the order of names unnecessarily (#20128)
14079
14080     so that TT_NAME_ID_PREFERRED_FAMILY is consistently preferred over
14081     TT_NAME_ID_FONT_FAMILY when both are specified for the default
14082     language.
14083
14084  src/fclist.c | 5 ++++-
14085  1 file changed, 4 insertions(+), 1 deletion(-)
14086
14087 commit 327fc9d183ba193c307d0ecaec8ad1f4e6ca1330
14088 Author: Behdad Esfahbod <behdad@behdad.org>
14089 Date:   Tue Jul 21 15:41:47 2009 -0400
14090
14091     Use GetSystemWindowsDirectory() instead of GetWindowsDirectory()
14092     (#22037)
14093
14094  src/fcxml.c | 6 +++---
14095  1 file changed, 3 insertions(+), 3 deletions(-)
14096
14097 commit 86dd857447f69cf89fd47259055b150f62519c17
14098 Author: Behdad Esfahbod <behdad@behdad.org>
14099 Date:   Tue Jul 21 15:39:58 2009 -0400
14100
14101     Improve libtool version parsing (#22122)
14102
14103  autogen.sh | 2 +-
14104  1 file changed, 1 insertion(+), 1 deletion(-)
14105
14106 commit 16e55c7c85fc5771349172d6eb989dddd48c5c25
14107 Author: Behdad Esfahbod <behdad@behdad.org>
14108 Date:   Mon Jul 20 16:30:12 2009 -0400
14109
14110     Fix leak with string VStack objects
14111
14112  src/fcxml.c | 2 +-
14113  1 file changed, 1 insertion(+), 1 deletion(-)
14114
14115 commit c0ffd7733a735bf2e10834925c63f0039c408649
14116 Author: Behdad Esfahbod <behdad@behdad.org>
14117 Date:   Fri Jul 10 18:09:42 2009 +0100
14118
14119     Add Inconsolata to monospace config (#22710)
14120
14121  conf.d/45-latin.conf | 1 +
14122  conf.d/60-latin.conf | 1 +
14123  2 files changed, 2 insertions(+)
14124
14125 commit 55e202a62d95e25cf2c4897afd66eab5711195c3
14126 Author: Behdad Esfahbod <behdad@behdad.org>
14127 Date:   Sun Jun 28 14:14:46 2009 -0400
14128
14129     Remove unused ftglue code
14130
14131  src/fcfreetype.c | 66
14132  ++++++++++++++++++++++++--------------------------------
14133  src/ftglue.c     | 62
14134  ++--------------------------------------------------
14135  src/ftglue.h     | 33 ----------------------------
14136  3 files changed, 30 insertions(+), 131 deletions(-)
14137
14138 commit 52742ff86b60b1d244c1e87611aff5ceee46e596
14139 Author: Behdad Esfahbod <behdad@behdad.org>
14140 Date:   Sun Jun 28 13:49:09 2009 -0400
14141
14142     Replace spaces with tabs in conf files
14143
14144  conf.d/25-unhint-nonlatin.conf |  32 +++----
14145  conf.d/30-metric-aliases.conf  |  48 +++++------
14146  conf.d/30-urw-aliases.conf     |  36 ++++----
14147  conf.d/65-fonts-persian.conf   | 184
14148  ++++++++++++++++++++---------------------
14149  conf.d/90-synthetic.conf       |   8 +-
14150  5 files changed, 154 insertions(+), 154 deletions(-)
14151
14152 commit 57cf838cccda12dd171d3834b3e9b1275467d9e2
14153 Author: Behdad Esfahbod <behdad@behdad.org>
14154 Date:   Sun Jun 28 13:46:41 2009 -0400
14155
14156     Fix win32 build
14157
14158  src/fcint.h | 2 +-
14159  1 file changed, 1 insertion(+), 1 deletion(-)
14160
14161 commit 76374f0edef04e21859122dd8a2026b64fd2b273
14162 Author: Behdad Esfahbod <behdad@behdad.org>
14163 Date:   Wed Jun 24 15:19:13 2009 -0400
14164
14165     git-tag -s again
14166
14167  new-version.sh | 2 +-
14168  1 file changed, 1 insertion(+), 1 deletion(-)
14169
14170 commit 0f40912599a4be1b961c091733ed86d08a4e14e1
14171 Author: Behdad Esfahbod <behdad@behdad.org>
14172 Date:   Wed Jun 24 15:04:11 2009 -0400
14173
14174     Bump version to 2.7.0
14175
14176  README                  | 222
14177  +++++++++++++++++++++++++++++++++++++++++++++++-
14178  configure.in            |   2 +-
14179  fontconfig/fontconfig.h |   2 +-
14180  3 files changed, 222 insertions(+), 4 deletions(-)
14181
14182 commit 3734d6a5a2c5326bf1cd8b7cc7f3f07fe6943aa5
14183 Author: Behdad Esfahbod <behdad@behdad.org>
14184 Date:   Wed Jun 24 15:03:32 2009 -0400
14185
14186     Remove keithp's GPG key id
14187
14188  new-version.sh | 2 +-
14189  1 file changed, 1 insertion(+), 1 deletion(-)
14190
14191 commit d07059b7a3f8044904d884818d5e03596e7cc1a2
14192 Author: Behdad Esfahbod <behdad@behdad.org>
14193 Date:   Wed Jun 24 14:43:32 2009 -0400
14194
14195     Fix distcheck
14196
14197  Makefile.am | 7 +++----
14198  1 file changed, 3 insertions(+), 4 deletions(-)
14199
14200 commit b65fa0c3113bd1e1cec38d05f8c4f45f78e3e044
14201 Author: Behdad Esfahbod <behdad@behdad.org>
14202 Date:   Thu Jun 11 07:08:10 2009 -0400
14203
14204     Bug 22154 -- fontconfig.pc doesn't include libxml2 link flags
14205
14206  fontconfig.pc.in | 2 +-
14207  1 file changed, 1 insertion(+), 1 deletion(-)
14208
14209 commit 3164ac76229d9817120015401c1f532934d0a3e2
14210 Author: Behdad Esfahbod <behdad@behdad.org>
14211 Date:   Fri Jun 5 22:59:06 2009 -0400
14212
14213     [xml] Intern more strings
14214
14215  src/fcxml.c | 9 ++++-----
14216  1 file changed, 4 insertions(+), 5 deletions(-)
14217
14218 commit 390c05e64a3716f6ea6fd81cf3ab63439051fbaa
14219 Author: Behdad Esfahbod <behdad@behdad.org>
14220 Date:   Fri Jun 5 22:32:31 2009 -0400
14221
14222     [xml] Allocate FcExpr's in a pool in FcConfig
14223
14224     Reduces number of malloc's for FcExprs from hundreds into single
14225     digits.
14226
14227  src/fccfg.c | 32 ++++++++++++++++++++++++++
14228  src/fcint.h | 14 ++++++++++++
14229  src/fcxml.c | 75
14230  ++++++++++++++++++++++++++-----------------------------------
14231  3 files changed, 78 insertions(+), 43 deletions(-)
14232
14233 commit 398d436441d741d6f8edcc25ca01aa9715c0731c
14234 Author: Behdad Esfahbod <behdad@behdad.org>
14235 Date:   Fri Jun 5 21:37:01 2009 -0400
14236
14237     [xml] Mark more symbols static
14238
14239  src/fcint.h | 30 ------------------------------
14240  src/fcxml.c | 22 ++++++++++++----------
14241  2 files changed, 12 insertions(+), 40 deletions(-)
14242
14243 commit a96ecbfa20fbc66fad3847b1d2bc6fb3cd712c91
14244 Author: Behdad Esfahbod <behdad@behdad.org>
14245 Date:   Fri Jun 5 18:40:46 2009 -0400
14246
14247     [xml] Centralize FcExpr allocation
14248
14249     To be improved, using a central pool.
14250
14251  src/fcxml.c | 46 ++++++++++++++++++++--------------------------
14252  1 file changed, 20 insertions(+), 26 deletions(-)
14253
14254 commit 5aebb3e299d877c4a66f409a7d448b2ac4e94be0
14255 Author: Behdad Esfahbod <behdad@behdad.org>
14256 Date:   Fri Jun 5 18:27:47 2009 -0400
14257
14258     Remove unused prototypes and function
14259
14260  src/fcint.h | 16 ++--------------
14261  src/fcxml.c |  6 ------
14262  2 files changed, 2 insertions(+), 20 deletions(-)
14263
14264 commit 900723f3d2396cfb606e5eceb8df0b71c4ffc0dd
14265 Author: Behdad Esfahbod <behdad@behdad.org>
14266 Date:   Fri Jun 5 18:16:38 2009 -0400
14267
14268     [charset] Grow internal FcCharset arrays exponentially
14269
14270  src/fccharset.c | 65
14271  ++++++++++++++++++++++++++++++++-------------------------
14272  1 file changed, 36 insertions(+), 29 deletions(-)
14273
14274 commit cce69b07efd82056c8eb855ef7ac7e02c94439da
14275 Author: Behdad Esfahbod <behdad@behdad.org>
14276 Date:   Fri Jun 5 17:15:53 2009 -0400
14277
14278     Always set *changed in FcCharsetMerge
14279
14280  src/fccharset.c | 5 ++++-
14281  1 file changed, 4 insertions(+), 1 deletion(-)
14282
14283 commit 86bdf4598fb46f7f2a36151016a5d318da073d60
14284 Author: Behdad Esfahbod <behdad@behdad.org>
14285 Date:   Fri Jun 5 16:57:35 2009 -0400
14286
14287     Add XXX note about Unicode Plane 16
14288
14289  src/fccharset.c | 6 +++---
14290  1 file changed, 3 insertions(+), 3 deletions(-)
14291
14292 commit efe5eae26b2443363b1000b3197d1731a40f8af9
14293 Author: Behdad Esfahbod <behdad@behdad.org>
14294 Date:   Fri Jun 5 16:49:07 2009 -0400
14295
14296     Simplify FcValueSave() semantics
14297
14298  src/fccfg.c |  3 ++-
14299  src/fcpat.c | 12 ++----------
14300  2 files changed, 4 insertions(+), 11 deletions(-)
14301
14302 commit 8ea654b2aa6b4e97b369e299325da49807559511
14303 Author: Behdad Esfahbod <behdad@behdad.org>
14304 Date:   Mon Jun 1 21:14:56 2009 -0400
14305
14306     Use/prefer WWS family/style (name table id 21/22)
14307
14308  src/fcfreetype.c | 12 ++++++++++++
14309  1 file changed, 12 insertions(+)
14310
14311 commit 76845a40c58b092a9b1812830dc98b6f32e13da6
14312 Author: Behdad Esfahbod <behdad@behdad.org>
14313 Date:   Mon May 25 20:26:56 2009 -0400
14314
14315     Mark matchers array const (#21935)
14316
14317  src/fcmatch.c | 2 +-
14318  1 file changed, 1 insertion(+), 1 deletion(-)
14319
14320 commit aa82a4f81d4d5e547c84266e66274d55e3843746
14321 Author: Roozbeh Pournader <roozbeh@gmail.com>
14322 Date:   Thu May 7 14:31:11 2009 -0700
14323
14324     Reorganize Panjabi/Punjabi and Lahnda orthographies (bug #19890)
14325
14326     The correct ISO 639 code for Pakistani/Western Panjabi seems to be
14327     'lah',
14328     not 'pa'. We are keeping 'pa_pk.orth' for compatiblity with glibc.
14329
14330     Signed-off-by: Behdad Esfahbod <behdad@behdad.org>
14331
14332  fc-lang/Makefile.am             |  5 +++--
14333  fc-lang/lah.orth                | 35 +++++++++++++++++++++++++++++++++++
14334  fc-lang/{pa_in.orth => pa.orth} | 17 ++++++++++++-----
14335  fc-lang/pa_pk.orth              |  7 ++++---
14336  4 files changed, 54 insertions(+), 10 deletions(-)
14337
14338 commit 58aa0c8ee83f7bbd232401583106387517d216a9
14339 Author: Behdad Esfahbod <behdad@behdad.org>
14340 Date:   Thu Apr 9 13:31:18 2009 -0400
14341
14342     Detect TrueType Collections by checking the font data header
14343
14344     Instead of checking for "face->num_faces >1". (GNOME bug #577952)
14345
14346  src/ftglue.c | 11 +++++++++--
14347  1 file changed, 9 insertions(+), 2 deletions(-)
14348
14349 commit 1dd95fcb8bb9b5feeabee0dfe334448733f5cb4c
14350 Author: Serge van den Boom <svdb+freedesktop.org@stack.nl>
14351 Date:   Sun Apr 5 19:00:18 2009 -0400
14352
14353     Correctly handle mmap() failure (#21062)
14354
14355  src/fccache.c | 2 ++
14356  1 file changed, 2 insertions(+)
14357
14358 commit 35c51811515ab316c7279bd779f6685f2aaf7e81
14359 Author: Behdad Esfahbod <behdad@behdad.org>
14360 Date:   Wed Mar 25 23:40:40 2009 -0400
14361
14362     [fc-cache] Remove obsolete sentence from man page
14363
14364  fc-cache/fc-cache.sgml | 5 +----
14365  1 file changed, 1 insertion(+), 4 deletions(-)
14366
14367 commit ffd6668b469508177c4baf7745ae42aee5b00322
14368 Author: Behdad Esfahbod <behdad@behdad.org>
14369 Date:   Wed Mar 18 19:28:52 2009 -0400
14370
14371     [fc-lang] Make LangSet representation in the cache files stable
14372
14373     Fontconfig assigns an index number to each language it knows about.
14374     The index is used to index a bit in FcLangSet language map.  The bit
14375     map is stored in the cache.
14376
14377     Previously fc-lang simply sorted the list of languages and assigned
14378     them an index starting from zero.  Net effect is that whenever new
14379     orth files were added, all the FcLangSet info in the cache files would
14380     become invalid.  This was causing weird bugs like this one:
14381
14382       https://bugzilla.redhat.com/show_bug.cgi?id=490888
14383
14384     With this commit we fix the index assigned to each language.
14385     The index
14386     will be based on the order the orth files are passed to fc-lang.  As a
14387     result all orth files are explicitly listed in Makefile.am now, and
14388     new additions should be made to the end of the list.  The list is made
14389     to reflect the sorted list of orthographies from 2.6.0 released
14390     followed
14391     by new additions since.
14392
14393     This fixes the stability problem.  Needless to say, recreating caches
14394     is necessary before any new orthography is recognized in existing
14395     fonts,
14396     but at least the existing caches are still valid and don't cause bugs
14397     like the above.
14398
14399  configure.in        |   7 --
14400  fc-lang/Makefile.am | 248
14401  +++++++++++++++++++++++++++++++++++++++++++++++++++-
14402  fc-lang/fc-lang.c   |  49 +++++++----
14403  src/fclang.c        |   4 +-
14404  4 files changed, 282 insertions(+), 26 deletions(-)
14405
14406 commit 4d13536db49bdfba97f84f702325d1a99796c06b
14407 Author: Behdad Esfahbod <behdad@behdad.org>
14408 Date:   Wed Mar 18 18:50:14 2009 -0400
14409
14410     [fcstr] Remove unused variable
14411
14412  src/fcstr.c | 2 --
14413  1 file changed, 2 deletions(-)
14414
14415 commit bb36e67685dc4139fc4199c57c9d74d97f7923c8
14416 Author: Behdad Esfahbod <behdad@behdad.org>
14417 Date:   Wed Mar 18 18:43:09 2009 -0400
14418
14419     [fc-lang] Fix bug in country map generation
14420
14421     Previously the county map code was using an uninitialized variable and
14422     hence was totally failing to populate same-lang-different-territory
14423     map.
14424
14425  fc-lang/fc-lang.c | 2 +-
14426  1 file changed, 1 insertion(+), 1 deletion(-)
14427
14428 commit 0f11354877323edc2145f687f9127d2de83c5b3b
14429 Author: Behdad Esfahbod <behdad@behdad.org>
14430 Date:   Tue Mar 17 12:52:48 2009 -0400
14431
14432     Revert "[conf] Disable hinting when emboldening (#19904)" (#20599)
14433
14434     This reverts commit 10609af4aa4030a15c19573198462fa002d2ef13.
14435     Apparently disabling hinting can cause worse rendering with certain
14436     fonts.  This is better handled on a per font basis.
14437
14438  conf.d/90-synthetic.conf | 11 -----------
14439  1 file changed, 11 deletions(-)
14440
14441 commit 7042e236495399aab4eaf268232177d4b1680a12
14442 Author: Behdad Esfahbod <behdad@behdad.org>
14443 Date:   Mon Mar 16 17:59:50 2009 -0400
14444
14445     [Makefile.am] Don't clean ChangeLog in distclean
14446
14447  Makefile.am | 2 +-
14448  1 file changed, 1 insertion(+), 1 deletion(-)
14449
14450 commit caeea376da54a6337bfcb1bb20f50c8c2302458f
14451 Author: Behdad Esfahbod <behdad@behdad.org>
14452 Date:   Fri Mar 13 17:26:21 2009 -0400
14453
14454     Document FcPatternFormat() format
14455
14456  doc/Makefile.am           |   2 +
14457  doc/fcformat.fncs         | 301
14458  ++++++++++++++++++++++++++++++++++++++++++++++
14459  doc/fcpattern.fncs        |  20 ---
14460  doc/fontconfig-devel.sgml |   2 +
14461  src/fcformat.c            |  94 ++++++++-------
14462  5 files changed, 353 insertions(+), 66 deletions(-)
14463
14464 commit f6d83439890c165e5a7f6a8a746ffdb189dbbd0d
14465 Author: Behdad Esfahbod <behdad@behdad.org>
14466 Date:   Fri Mar 13 12:11:13 2009 -0400
14467
14468     [fcformat] Fix default-value handling
14469
14470  src/fcformat.c | 21 +++++++++++----------
14471  1 file changed, 11 insertions(+), 10 deletions(-)
14472
14473 commit 3074a73b418b40135d4a4f4e0713fcf987d34795
14474 Author: Behdad Esfahbod <behdad@behdad.org>
14475 Date:   Thu Mar 12 16:00:08 2009 -0400
14476
14477     Replace 'KEITH PACKARD' with 'THE AUTHOR(S)' in license text in
14478     all files
14479
14480  COPYING                         | 4 ++--
14481  Makefile.am                     | 4 ++--
14482  conf.d/65-fonts-persian.conf    | 2 +-
14483  conf.d/Makefile.am              | 4 ++--
14484  config/Makedefs.in              | 4 ++--
14485  configure.in                    | 4 ++--
14486  doc/Makefile.am                 | 4 ++--
14487  doc/confdir.sgml.in             | 4 ++--
14488  doc/edit-sgml.c                 | 4 ++--
14489  doc/fcatomic.fncs               | 4 ++--
14490  doc/fcblanks.fncs               | 4 ++--
14491  doc/fccache.fncs                | 4 ++--
14492  doc/fccharset.fncs              | 4 ++--
14493  doc/fcconfig.fncs               | 4 ++--
14494  doc/fcconstant.fncs             | 4 ++--
14495  doc/fcfile.fncs                 | 4 ++--
14496  doc/fcfontset.fncs              | 4 ++--
14497  doc/fcfreetype.fncs             | 4 ++--
14498  doc/fcinit.fncs                 | 4 ++--
14499  doc/fcmatrix.fncs               | 4 ++--
14500  doc/fcobjectset.fncs            | 4 ++--
14501  doc/fcobjecttype.fncs           | 4 ++--
14502  doc/fcpattern.fncs              | 4 ++--
14503  doc/fcstring.fncs               | 4 ++--
14504  doc/fcstrset.fncs               | 4 ++--
14505  doc/fcvalue.fncs                | 4 ++--
14506  doc/fontconfig-devel.sgml       | 8 ++++----
14507  doc/fontconfig-user.sgml        | 4 ++--
14508  doc/func.sgml                   | 4 ++--
14509  doc/version.sgml.in             | 4 ++--
14510  fc-arch/Makefile.am             | 4 ++--
14511  fc-arch/fcarch.tmpl.h           | 4 ++--
14512  fc-cache/Makefile.am            | 4 ++--
14513  fc-cache/fc-cache.c             | 4 ++--
14514  fc-case/Makefile.am             | 4 ++--
14515  fc-case/fc-case.c               | 4 ++--
14516  fc-case/fccase.tmpl.h           | 4 ++--
14517  fc-cat/Makefile.am              | 4 ++--
14518  fc-cat/fc-cat.c                 | 4 ++--
14519  fc-glyphname/Makefile.am        | 4 ++--
14520  fc-glyphname/fc-glyphname.c     | 4 ++--
14521  fc-glyphname/fcglyphname.tmpl.h | 4 ++--
14522  fc-lang/Makefile.am             | 4 ++--
14523  fc-lang/aa.orth                 | 4 ++--
14524  fc-lang/ab.orth                 | 4 ++--
14525  fc-lang/af.orth                 | 4 ++--
14526  fc-lang/am.orth                 | 4 ++--
14527  fc-lang/ar.orth                 | 4 ++--
14528  fc-lang/ast.orth                | 4 ++--
14529  fc-lang/av.orth                 | 4 ++--
14530  fc-lang/ay.orth                 | 4 ++--
14531  fc-lang/az_ir.orth              | 4 ++--
14532  fc-lang/ba.orth                 | 4 ++--
14533  fc-lang/be.orth                 | 4 ++--
14534  fc-lang/bg.orth                 | 4 ++--
14535  fc-lang/bh.orth                 | 4 ++--
14536  fc-lang/bho.orth                | 4 ++--
14537  fc-lang/bi.orth                 | 4 ++--
14538  fc-lang/bin.orth                | 4 ++--
14539  fc-lang/bm.orth                 | 4 ++--
14540  fc-lang/bo.orth                 | 4 ++--
14541  fc-lang/br.orth                 | 4 ++--
14542  fc-lang/bs.orth                 | 4 ++--
14543  fc-lang/bua.orth                | 4 ++--
14544  fc-lang/ca.orth                 | 4 ++--
14545  fc-lang/ce.orth                 | 4 ++--
14546  fc-lang/ch.orth                 | 4 ++--
14547  fc-lang/chm.orth                | 4 ++--
14548  fc-lang/chr.orth                | 4 ++--
14549  fc-lang/co.orth                 | 4 ++--
14550  fc-lang/cs.orth                 | 4 ++--
14551  fc-lang/cu.orth                 | 4 ++--
14552  fc-lang/cv.orth                 | 4 ++--
14553  fc-lang/cy.orth                 | 4 ++--
14554  fc-lang/da.orth                 | 4 ++--
14555  fc-lang/de.orth                 | 4 ++--
14556  fc-lang/dz.orth                 | 4 ++--
14557  fc-lang/el.orth                 | 4 ++--
14558  fc-lang/en.orth                 | 4 ++--
14559  fc-lang/eo.orth                 | 4 ++--
14560  fc-lang/es.orth                 | 4 ++--
14561  fc-lang/et.orth                 | 4 ++--
14562  fc-lang/eu.orth                 | 4 ++--
14563  fc-lang/fa.orth                 | 4 ++--
14564  fc-lang/fc-lang.c               | 4 ++--
14565  fc-lang/fc-lang.man             | 4 ++--
14566  fc-lang/fclang.tmpl.h           | 4 ++--
14567  fc-lang/ff.orth                 | 4 ++--
14568  fc-lang/fi.orth                 | 4 ++--
14569  fc-lang/fj.orth                 | 4 ++--
14570  fc-lang/fo.orth                 | 4 ++--
14571  fc-lang/fr.orth                 | 4 ++--
14572  fc-lang/fur.orth                | 4 ++--
14573  fc-lang/fy.orth                 | 4 ++--
14574  fc-lang/ga.orth                 | 4 ++--
14575  fc-lang/gd.orth                 | 4 ++--
14576  fc-lang/gez.orth                | 4 ++--
14577  fc-lang/gl.orth                 | 4 ++--
14578  fc-lang/gn.orth                 | 4 ++--
14579  fc-lang/gu.orth                 | 4 ++--
14580  fc-lang/gv.orth                 | 4 ++--
14581  fc-lang/ha.orth                 | 4 ++--
14582  fc-lang/haw.orth                | 4 ++--
14583  fc-lang/he.orth                 | 4 ++--
14584  fc-lang/hi.orth                 | 4 ++--
14585  fc-lang/ho.orth                 | 4 ++--
14586  fc-lang/hr.orth                 | 4 ++--
14587  fc-lang/hu.orth                 | 4 ++--
14588  fc-lang/hy.orth                 | 4 ++--
14589  fc-lang/ia.orth                 | 4 ++--
14590  fc-lang/id.orth                 | 4 ++--
14591  fc-lang/ie.orth                 | 4 ++--
14592  fc-lang/ig.orth                 | 4 ++--
14593  fc-lang/ik.orth                 | 4 ++--
14594  fc-lang/io.orth                 | 4 ++--
14595  fc-lang/is.orth                 | 4 ++--
14596  fc-lang/it.orth                 | 4 ++--
14597  fc-lang/iu.orth                 | 4 ++--
14598  fc-lang/ja.orth                 | 4 ++--
14599  fc-lang/ka.orth                 | 4 ++--
14600  fc-lang/kaa.orth                | 4 ++--
14601  fc-lang/ki.orth                 | 4 ++--
14602  fc-lang/kk.orth                 | 4 ++--
14603  fc-lang/kl.orth                 | 4 ++--
14604  fc-lang/kn.orth                 | 4 ++--
14605  fc-lang/ko.orth                 | 4 ++--
14606  fc-lang/kok.orth                | 4 ++--
14607  fc-lang/ku_am.orth              | 4 ++--
14608  fc-lang/ku_ir.orth              | 4 ++--
14609  fc-lang/kum.orth                | 4 ++--
14610  fc-lang/kv.orth                 | 4 ++--
14611  fc-lang/kw.orth                 | 4 ++--
14612  fc-lang/ky.orth                 | 4 ++--
14613  fc-lang/la.orth                 | 4 ++--
14614  fc-lang/lb.orth                 | 4 ++--
14615  fc-lang/lez.orth                | 4 ++--
14616  fc-lang/ln.orth                 | 4 ++--
14617  fc-lang/lo.orth                 | 4 ++--
14618  fc-lang/lt.orth                 | 4 ++--
14619  fc-lang/lv.orth                 | 4 ++--
14620  fc-lang/mai.orth                | 4 ++--
14621  fc-lang/mg.orth                 | 4 ++--
14622  fc-lang/mh.orth                 | 4 ++--
14623  fc-lang/mi.orth                 | 4 ++--
14624  fc-lang/mk.orth                 | 4 ++--
14625  fc-lang/ml.orth                 | 4 ++--
14626  fc-lang/mn_cn.orth              | 4 ++--
14627  fc-lang/mo.orth                 | 4 ++--
14628  fc-lang/mr.orth                 | 4 ++--
14629  fc-lang/mt.orth                 | 4 ++--
14630  fc-lang/my.orth                 | 4 ++--
14631  fc-lang/nb.orth                 | 4 ++--
14632  fc-lang/nds.orth                | 4 ++--
14633  fc-lang/ne.orth                 | 4 ++--
14634  fc-lang/nl.orth                 | 4 ++--
14635  fc-lang/nn.orth                 | 4 ++--
14636  fc-lang/no.orth                 | 4 ++--
14637  fc-lang/ny.orth                 | 4 ++--
14638  fc-lang/oc.orth                 | 4 ++--
14639  fc-lang/om.orth                 | 4 ++--
14640  fc-lang/or.orth                 | 4 ++--
14641  fc-lang/os.orth                 | 4 ++--
14642  fc-lang/pa_in.orth              | 2 +-
14643  fc-lang/pl.orth                 | 4 ++--
14644  fc-lang/ps_af.orth              | 4 ++--
14645  fc-lang/ps_pk.orth              | 4 ++--
14646  fc-lang/pt.orth                 | 4 ++--
14647  fc-lang/rm.orth                 | 4 ++--
14648  fc-lang/ro.orth                 | 4 ++--
14649  fc-lang/ru.orth                 | 4 ++--
14650  fc-lang/sa.orth                 | 4 ++--
14651  fc-lang/sah.orth                | 4 ++--
14652  fc-lang/sco.orth                | 4 ++--
14653  fc-lang/se.orth                 | 4 ++--
14654  fc-lang/sel.orth                | 4 ++--
14655  fc-lang/sk.orth                 | 4 ++--
14656  fc-lang/sl.orth                 | 4 ++--
14657  fc-lang/sm.orth                 | 4 ++--
14658  fc-lang/sma.orth                | 4 ++--
14659  fc-lang/smj.orth                | 4 ++--
14660  fc-lang/smn.orth                | 4 ++--
14661  fc-lang/sms.orth                | 4 ++--
14662  fc-lang/so.orth                 | 4 ++--
14663  fc-lang/sq.orth                 | 4 ++--
14664  fc-lang/sr.orth                 | 4 ++--
14665  fc-lang/sv.orth                 | 4 ++--
14666  fc-lang/sw.orth                 | 4 ++--
14667  fc-lang/syr.orth                | 4 ++--
14668  fc-lang/ta.orth                 | 4 ++--
14669  fc-lang/te.orth                 | 4 ++--
14670  fc-lang/tg.orth                 | 4 ++--
14671  fc-lang/th.orth                 | 4 ++--
14672  fc-lang/ti_er.orth              | 4 ++--
14673  fc-lang/ti_et.orth              | 4 ++--
14674  fc-lang/tig.orth                | 4 ++--
14675  fc-lang/tn.orth                 | 4 ++--
14676  fc-lang/to.orth                 | 4 ++--
14677  fc-lang/tr.orth                 | 4 ++--
14678  fc-lang/ts.orth                 | 4 ++--
14679  fc-lang/tt.orth                 | 4 ++--
14680  fc-lang/tw.orth                 | 4 ++--
14681  fc-lang/tyv.orth                | 4 ++--
14682  fc-lang/ug.orth                 | 4 ++--
14683  fc-lang/uk.orth                 | 4 ++--
14684  fc-lang/ur.orth                 | 4 ++--
14685  fc-lang/ve.orth                 | 4 ++--
14686  fc-lang/vi.orth                 | 4 ++--
14687  fc-lang/vo.orth                 | 4 ++--
14688  fc-lang/vot.orth                | 4 ++--
14689  fc-lang/wa.orth                 | 4 ++--
14690  fc-lang/wen.orth                | 4 ++--
14691  fc-lang/wo.orth                 | 4 ++--
14692  fc-lang/xh.orth                 | 4 ++--
14693  fc-lang/yap.orth                | 4 ++--
14694  fc-lang/yi.orth                 | 4 ++--
14695  fc-lang/yo.orth                 | 4 ++--
14696  fc-lang/zh_cn.orth              | 4 ++--
14697  fc-lang/zh_hk.orth              | 4 ++--
14698  fc-lang/zh_mo.orth              | 4 ++--
14699  fc-lang/zh_sg.orth              | 4 ++--
14700  fc-lang/zh_tw.orth              | 4 ++--
14701  fc-lang/zu.orth                 | 4 ++--
14702  fc-list/Makefile.am             | 4 ++--
14703  fc-list/fc-list.c               | 4 ++--
14704  fc-match/Makefile.am            | 4 ++--
14705  fc-match/fc-match.c             | 4 ++--
14706  fc-query/Makefile.am            | 4 ++--
14707  fc-query/fc-query.c             | 4 ++--
14708  fc-scan/Makefile.am             | 4 ++--
14709  fc-scan/fc-scan.c               | 4 ++--
14710  fontconfig/fcfreetype.h         | 4 ++--
14711  fontconfig/fcprivate.h          | 4 ++--
14712  fontconfig/fontconfig.h         | 4 ++--
14713  src/Makefile.am                 | 4 ++--
14714  src/fcatomic.c                  | 4 ++--
14715  src/fcblanks.c                  | 4 ++--
14716  src/fccache.c                   | 4 ++--
14717  src/fccfg.c                     | 4 ++--
14718  src/fccharset.c                 | 4 ++--
14719  src/fcdbg.c                     | 4 ++--
14720  src/fcdefault.c                 | 4 ++--
14721  src/fcdir.c                     | 4 ++--
14722  src/fcformat.c                  | 4 ++--
14723  src/fcfreetype.c                | 4 ++--
14724  src/fcfs.c                      | 4 ++--
14725  src/fcinit.c                    | 4 ++--
14726  src/fcint.h                     | 4 ++--
14727  src/fclang.c                    | 4 ++--
14728  src/fclist.c                    | 4 ++--
14729  src/fcmatch.c                   | 4 ++--
14730  src/fcname.c                    | 4 ++--
14731  src/fcpat.c                     | 4 ++--
14732  src/fcstr.c                     | 4 ++--
14733  src/fcxml.c                     | 4 ++--
14734  254 files changed, 508 insertions(+), 508 deletions(-)
14735
14736 commit b9b01b6ed0849f770200fb6ae2a3ac0ca2166877
14737 Author: Behdad Esfahbod <behdad@behdad.org>
14738 Date:   Thu Mar 12 13:48:07 2009 -0400
14739
14740     Call git tools using "git cmd" instead of "git-cmd" syntax
14741
14742     Recent git doesn't install the git-* commands in path.
14743
14744  Makefile.am    |  2 +-
14745  new-version.sh | 10 +++++-----
14746  2 files changed, 6 insertions(+), 6 deletions(-)
14747
14748 commit de69ee14d3ed094cd2bc4df603a03675c28d1b5b
14749 Author: Behdad Esfahbod <behdad@behdad.org>
14750 Date:   Thu Mar 12 12:31:57 2009 -0400
14751
14752     [fcxml.c] Embed a static 64-byte attr buffer in FcPStack
14753
14754     Reduces number of mallocs called from FcConfigSaveAttr in my
14755     small test
14756     from 160 down to 6.
14757
14758  src/fcstr.c |  4 ++--
14759  src/fcxml.c | 23 +++++++++++++++--------
14760  2 files changed, 17 insertions(+), 10 deletions(-)
14761
14762 commit 39861b7d9c69e71b9a8fb0d0d04279520cb30f04
14763 Author: Behdad Esfahbod <behdad@behdad.org>
14764 Date:   Thu Mar 12 12:22:37 2009 -0400
14765
14766     [fcxml] Embed 64 static FcVStack objects in FcConfigParse
14767
14768     This reduces the number of mallocs called from FcVStackPush from
14769     over 800 down to zero.
14770
14771  src/fcxml.c | 218
14772  +++++++++++++++++++++++++++++-------------------------------
14773  1 file changed, 105 insertions(+), 113 deletions(-)
14774
14775 commit 1d7b47da9da574a8adf39b0b5d11aab3d3cf4a37
14776 Author: Behdad Esfahbod <behdad@behdad.org>
14777 Date:   Thu Mar 12 11:58:04 2009 -0400
14778
14779     [fcxml] Embed 8 static FcPStack objects in FcConfigParse
14780
14781     This reduces the number of mallocs called from FcPStackPush from
14782     over 900 down to zero.
14783
14784  src/fcxml.c | 28 ++++++++++++++++++++++------
14785  1 file changed, 22 insertions(+), 6 deletions(-)
14786
14787 commit 532d8a1dbc2baebc2603d091952a640b954b6f71
14788 Author: Behdad Esfahbod <behdad@behdad.org>
14789 Date:   Thu Mar 12 09:27:20 2009 -0400
14790
14791     [fcxml] Don't allocate attr array if there are no attributes
14792
14793     Reduces number of mallocs from FcConfigSaveAttr() in my small test
14794     from over 900 down to 157.
14795
14796  src/fcxml.c | 19 ++++++-------------
14797  1 file changed, 6 insertions(+), 13 deletions(-)
14798
14799 commit 3ed70071cdc8a03229c009f5565c23948264a5e0
14800 Author: Behdad Esfahbod <behdad@behdad.org>
14801 Date:   Wed Mar 11 14:07:15 2009 -0400
14802
14803     [fcstr,fcxml] Don't copy FcStrBuf contents when we would free it soon
14804
14805     We can simply NUL-terminate the buffer and use it.  Reduces number of
14806     mallocs called from FcStrBufDone in my small test from 631 down to 66.
14807
14808  src/fcint.h |  3 +++
14809  src/fcstr.c | 13 +++++++++++++
14810  src/fcxml.c | 28 ++++++++++++++--------------
14811  3 files changed, 30 insertions(+), 14 deletions(-)
14812
14813 commit 7d35c11b3304659d8be43913c9b125f2b5b38516
14814 Author: Behdad Esfahbod <behdad@behdad.org>
14815 Date:   Wed Mar 11 13:56:09 2009 -0400
14816
14817     [fcstr.c] Embed a static 64-byte buffer in FcStrBuf
14818
14819     Reduces number of mallocs called from FcStrBufChar in my small test
14820     from 900 down to 6.
14821
14822  src/fcint.h |  1 +
14823  src/fcstr.c | 11 +++++++++--
14824  2 files changed, 10 insertions(+), 2 deletions(-)
14825
14826 commit 916640ce40b995d1d97244975139ec0c030483e4
14827 Author: Behdad Esfahbod <behdad@behdad.org>
14828 Date:   Tue Mar 10 02:15:37 2009 -0400
14829
14830     Fix Makefile's to not create target file in case of failure
14831
14832  fc-arch/Makefile.am | 3 ++-
14833  fc-lang/Makefile.am | 3 ++-
14834  2 files changed, 4 insertions(+), 2 deletions(-)
14835
14836 commit 26ce979e825d661be046b1440563115ddc5ea4ab
14837 Author: Behdad Esfahbod <behdad@behdad.org>
14838 Date:   Tue Mar 10 02:14:15 2009 -0400
14839
14840     Fix Fanti (fat) orth file (#20390)
14841
14842  fc-lang/fat.orth | 2 +-
14843  1 file changed, 1 insertion(+), 1 deletion(-)
14844
14845 commit 49111c11fb5dca2af06004cc2ae443517f6c9557
14846 Author: Roozbeh Pournader <roozbeh@gmail.com>
14847 Date:   Mon Mar 2 22:48:37 2009 -0800
14848
14849     Add Sundanese (su) orthography (bug #20440)
14850
14851  fc-lang/su.orth | 33 +++++++++++++++++++++++++++++++++
14852  1 file changed, 33 insertions(+)
14853
14854 commit 0eaed16d34687bddc831d1ab3c50406c7c56792d
14855 Author: Roozbeh Pournader <roozbeh@gmail.com>
14856 Date:   Mon Mar 2 20:53:26 2009 -0800
14857
14858     Add Kanuri (kr) orthography (bug #20438)
14859
14860  fc-lang/kr.orth | 43 +++++++++++++++++++++++++++++++++++++++++++
14861  1 file changed, 43 insertions(+)
14862
14863 commit fe4838588b0b9eb84f66bd4ad70ee12013e0b49a
14864 Author: Roozbeh Pournader <roozbeh@gmail.com>
14865 Date:   Mon Mar 2 02:21:17 2009 -0800
14866
14867     Add Nauru (na) orthography (bug #20418)
14868
14869  fc-lang/na.orth | 40 ++++++++++++++++++++++++++++++++++++++++
14870  1 file changed, 40 insertions(+)
14871
14872 commit 9141b4bbe9a100200b09597f02521cd6e30d0f06
14873 Author: Roozbeh Pournader <roozbeh@gmail.com>
14874 Date:   Sun Mar 1 03:53:11 2009 -0800
14875
14876     Add Javanese (jv) orthography (bug #20403)
14877
14878  fc-lang/jv.orth | 36 ++++++++++++++++++++++++++++++++++++
14879  1 file changed, 36 insertions(+)
14880
14881 commit dc6daae9494e30d8c2d9657bab04d8f88751f751
14882 Author: Roozbeh Pournader <roozbeh@gmail.com>
14883 Date:   Sun Mar 1 03:50:46 2009 -0800
14884
14885     Add Sichuan Yi (ii) orthography (bug #20402)
14886
14887  fc-lang/ii.orth | 34 ++++++++++++++++++++++++++++++++++
14888  1 file changed, 34 insertions(+)
14889
14890 commit 43517045f885c0e463c8a784c65f0b783658fc9b
14891 Author: Roozbeh Pournader <roozbeh@gmail.com>
14892 Date:   Sun Mar 1 03:46:48 2009 -0800
14893
14894     Add Shona (sn) orthography (bug #20394)
14895
14896  fc-lang/sn.orth | 35 +++++++++++++++++++++++++++++++++++
14897  1 file changed, 35 insertions(+)
14898
14899 commit 42a8008df14c7dcdd85ab7d3ce12b4191b807f27
14900 Author: Roozbeh Pournader <roozbeh@gmail.com>
14901 Date:   Sun Mar 1 03:30:58 2009 -0800
14902
14903     Add orthographies for Oshiwambo languages (bug #20401)
14904
14905     The languages are Kuanyama/Kwanyama (kj), Ndonga (ng), and Kwambi
14906     (kwm).
14907
14908  fc-lang/kj.orth  | 34 ++++++++++++++++++++++++++++++++++
14909  fc-lang/kwm.orth | 29 +++++++++++++++++++++++++++++
14910  fc-lang/ng.orth  | 29 +++++++++++++++++++++++++++++
14911  3 files changed, 92 insertions(+)
14912
14913 commit f0b546372967434418aa6cfe6f2d709795fdff24
14914 Author: Roozbeh Pournader <roozbeh@gmail.com>
14915 Date:   Sun Mar 1 02:33:54 2009 -0800
14916
14917     Add Zhuang (za) orthography (bug #20399)
14918
14919  fc-lang/za.orth | 39 +++++++++++++++++++++++++++++++++++++++
14920  1 file changed, 39 insertions(+)
14921
14922 commit 7886b147834decbcab6f556b1c43cc003e2bf893
14923 Author: Roozbeh Pournader <roozbeh@gmail.com>
14924 Date:   Sun Mar 1 02:12:38 2009 -0800
14925
14926     Add Rundi (rn) orthography (bug #20398)
14927
14928  fc-lang/rn.orth | 32 ++++++++++++++++++++++++++++++++
14929  1 file changed, 32 insertions(+)
14930
14931 commit 10a85249d9e79ae474c996d3e4f14d0ea8aa50b8
14932 Author: Roozbeh Pournader <roozbeh@gmail.com>
14933 Date:   Sat Feb 28 19:43:02 2009 -0800
14934
14935     Add Navajo (nv) orthography (bug #20395)
14936
14937  fc-lang/nv.orth | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
14938  1 file changed, 48 insertions(+)
14939
14940 commit bf20886085a18227702f67b70dd7ef5f0e919469
14941 Author: Roozbeh Pournader <roozbeh@gmail.com>
14942 Date:   Sat Feb 28 18:25:20 2009 -0800
14943
14944     Add Tahitian (ty) orthography (bug #20391)
14945
14946  fc-lang/ty.orth | 41 +++++++++++++++++++++++++++++++++++++++++
14947  1 file changed, 41 insertions(+)
14948
14949 commit 0e05d7e5c730a1740d4c289a66f43f11a527c840
14950 Author: Roozbeh Pournader <roozbeh@gmail.com>
14951 Date:   Sat Feb 28 18:01:11 2009 -0800
14952
14953     Add Sango (sg) orthography (bug #20393)
14954
14955  fc-lang/sg.orth | 47 +++++++++++++++++++++++++++++++++++++++++++++++
14956  1 file changed, 47 insertions(+)
14957
14958 commit bdbdc64dd1e0a1727e2486c3320f9598695e4ab4
14959 Author: Roozbeh Pournader <roozbeh@gmail.com>
14960 Date:   Sat Feb 28 17:38:21 2009 -0800
14961
14962     Added Quechua (qu) orthography (bug #20392)
14963
14964  fc-lang/qu.orth | 36 ++++++++++++++++++++++++++++++++++++
14965  1 file changed, 36 insertions(+)
14966
14967 commit 16159d0fae1d8d0d2ba6ac1fc7f845582dec351b
14968 Author: Roozbeh Pournader <roozbeh@gmail.com>
14969 Date:   Sat Feb 28 17:05:11 2009 -0800
14970
14971     Add Akan (ak) and Fanti (fat) orthographies (bug #20390)
14972
14973  fc-lang/ak.orth  | 30 ++++++++++++++++++++++++++++++
14974  fc-lang/fat.orth | 30 ++++++++++++++++++++++++++++++
14975  2 files changed, 60 insertions(+)
14976
14977 commit 881a7cd93b3358e371a25bc7ad4818baa3c8968b
14978 Author: Roozbeh Pournader <roozbeh@gmail.com>
14979 Date:   Sat Feb 28 16:29:07 2009 -0800
14980
14981     Add Herero (hz) orthograhy (bug #20387)
14982
14983  fc-lang/hz.orth | 35 +++++++++++++++++++++++++++++++++++
14984  1 file changed, 35 insertions(+)
14985
14986 commit bc701d2a5b7dc687ba25bafc5fea282adad37ecb
14987 Author: Roozbeh Pournader <roozbeh@gmail.com>
14988 Date:   Sat Feb 28 16:03:51 2009 -0800
14989
14990     Add Ewe (ee) orthography (bug #20386)
14991
14992  fc-lang/ee.orth | 77
14993  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
14994  1 file changed, 77 insertions(+)
14995
14996 commit 5a83914b733755ff6c710ff398cb5668fdb74a19
14997 Author: Roozbeh Pournader <roozbeh@gmail.com>
14998 Date:   Fri Feb 27 14:41:07 2009 -0800
14999
15000     Update Serbo-Croatian (sh) orthography (bug #20368)
15001
15002  fc-lang/sh.orth | 18 +++++++++++++-----
15003  1 file changed, 13 insertions(+), 5 deletions(-)
15004
15005 commit 505ea8ce37dff9cc35dba6a98de4a31ed1ac5f8c
15006 Author: Roozbeh Pournader <roozbeh@gmail.com>
15007 Date:   Thu Feb 26 23:27:20 2009 -0800
15008
15009     Extend Crimean Tatar (crh) orthography (bug #19891)
15010
15011  fc-lang/crh.orth | 7 ++++---
15012  1 file changed, 4 insertions(+), 3 deletions(-)
15013
15014 commit 4c7da799f3b90fb2f1117f9e9c45fa7fc1bd268c
15015 Author: Roozbeh Pournader <roozbeh@gmail.com>
15016 Date:   Wed Feb 18 21:21:01 2009 -0800
15017
15018     Add Divehi (dv) orthography (bug #20207)
15019
15020  fc-lang/dv.orth | 34 ++++++++++++++++++++++++++++++++++
15021  1 file changed, 34 insertions(+)
15022
15023 commit 5cac0a4fd681087562c84b3d2534cecff6876048
15024 Author: Roozbeh Pournader <roozbeh@gmail.com>
15025 Date:   Wed Feb 18 17:09:51 2009 -0800
15026
15027     Remove digits and symbols from some Indic orthographies (bug #20204)
15028
15029     These orthographies were changed: Gujarati (gu), Kannada (kn), Lao
15030     (lo),
15031     Malayalam (ml), Oriya (or), Telugu (te), and Thai (th).
15032
15033  fc-lang/gu.orth | 4 ++--
15034  fc-lang/kn.orth | 4 ++--
15035  fc-lang/lo.orth | 4 ++--
15036  fc-lang/ml.orth | 4 ++--
15037  fc-lang/or.orth | 5 +++--
15038  fc-lang/te.orth | 4 ++--
15039  fc-lang/th.orth | 8 ++++++--
15040  7 files changed, 19 insertions(+), 14 deletions(-)
15041
15042 commit ea628d97706e842cb5555ceb5368fd972c941e0c
15043 Author: Roozbeh Pournader <roozbeh@gmail.com>
15044 Date:   Wed Feb 18 16:44:10 2009 -0800
15045
15046     Tighten Central Khmer (km) orthography (bug #20202)
15047
15048  fc-lang/km.orth | 24 +++++++++++++++++-------
15049  1 file changed, 17 insertions(+), 7 deletions(-)
15050
15051 commit 4a5805d9c6b20b4c8f56f3b8201653e88e3706be
15052 Author: Roozbeh Pournader <roozbeh@gmail.com>
15053 Date:   Wed Feb 18 16:03:30 2009 -0800
15054
15055     Change Kashmiri (ks) orthography to Arabic script (bug #20200)
15056
15057  fc-lang/ks.orth | 19 ++++++++++++-------
15058  1 file changed, 12 insertions(+), 7 deletions(-)
15059
15060 commit cda57219229025db963d3db0f984974187a409f8
15061 Author: Roozbeh Pournader <roozbeh@gmail.com>
15062 Date:   Tue Feb 17 23:33:07 2009 -0800
15063
15064     Rename Fulah orthography from 'ful' to 'ff' (bug #20177)
15065
15066  fc-lang/{ful.orth => ff.orth} | 4 ++--
15067  1 file changed, 2 insertions(+), 2 deletions(-)
15068
15069 commit a32b79c3a5251916597bb871d2cd7698baeb5e58
15070 Author: Roozbeh Pournader <roozbeh@gmail.com>
15071 Date:   Tue Feb 17 22:45:17 2009 -0800
15072
15073     Rename Bambara orthography from 'bam' to 'bm' (bug #20175)
15074
15075  fc-lang/{bam.orth => bm.orth} | 4 ++--
15076  1 file changed, 2 insertions(+), 2 deletions(-)
15077
15078 commit 74a0a28695a24e02bc623d1b2c1c72054ff03d52
15079 Author: Roozbeh Pournader <roozbeh@gmail.com>
15080 Date:   Tue Feb 17 22:40:50 2009 -0800
15081
15082     Rename Avaric orthography from 'ava' to 'av' (bug #20174)
15083
15084  fc-lang/{ava.orth => av.orth} | 4 ++--
15085  1 file changed, 2 insertions(+), 2 deletions(-)
15086
15087 commit eba32fa3f3024fb94f75cdedaa8d4c17d786a761
15088 Author: Roozbeh Pournader <roozbeh@gmail.com>
15089 Date:   Tue Feb 17 22:09:53 2009 -0800
15090
15091     Update Azerbaijani in Latin (az_az) to present usage (bug #20173)
15092
15093     Removed Cyrillic that is no longer in use. Removed "A WITH DIAERESIS"
15094     too, since it was only temporarily used in 1991-1992.
15095
15096  fc-lang/az_az.orth | 41 ++++++++++++++---------------------------
15097  1 file changed, 14 insertions(+), 27 deletions(-)
15098
15099 commit 1c7bacc214f6e6e507f932230ec52744337cdf47
15100 Author: Roozbeh Pournader <roozbeh@gmail.com>
15101 Date:   Tue Feb 17 21:37:45 2009 -0800
15102
15103     Switch Uzbek (uz) orthography to Latin (bug #19851)
15104
15105  fc-lang/uz.orth | 94
15106  ++++++++++-----------------------------------------------
15107  1 file changed, 16 insertions(+), 78 deletions(-)
15108
15109 commit dfd5d0937ce44b4a60b5ee7e2e82650a5e31a456
15110 Author: Roozbeh Pournader <roozbeh@gmail.com>
15111 Date:   Tue Feb 17 20:02:39 2009 -0800
15112
15113     Add Crimean Tatar (crh) orthography (bug #19891)
15114
15115  fc-lang/crh.orth | 45 +++++++++++++++++++++++++++++++++++++++++++++
15116  1 file changed, 45 insertions(+)
15117
15118 commit 502c46c23d3e36dbfff29484486091f140756535
15119 Author: Roozbeh Pournader <roozbeh@gmail.com>
15120 Date:   Tue Feb 17 19:41:30 2009 -0800
15121
15122     Add Papiamento (pap_aw, pap_an) orthographies (bug #19891)
15123
15124  fc-lang/pap_an.orth | 46 ++++++++++++++++++++++++++++++++++++++++++++++
15125  fc-lang/pap_aw.orth | 31 +++++++++++++++++++++++++++++++
15126  2 files changed, 77 insertions(+)
15127
15128 commit b4cd4cb6cc2cfd6432bfd4a5b2ec9c63cf653f6d
15129 Author: Roozbeh Pournader <roozbeh@gmail.com>
15130 Date:   Tue Feb 17 17:30:15 2009 -0800
15131
15132     Add Blin (byn) orthography (bug #19891)
15133
15134  fc-lang/byn.orth | 27 +++++++++++++++++++++++++++
15135  1 file changed, 27 insertions(+)
15136
15137 commit 4d7412a28b834830d0d1749852115846b3554932
15138 Author: Roozbeh Pournader <roozbeh@gmail.com>
15139 Date:   Tue Feb 17 17:03:54 2009 -0800
15140
15141     Divide Panjabi (pa) to that of Pakistan and India (bug #19890)
15142
15143     Previous Panjabi orthography was in the Gurmukhi script only, while in
15144     Pakistan, the Arabic script (called Shahmukhi) is used for Panjani.
15145
15146  fc-lang/{pa.orth => pa_in.orth} |  6 +++---
15147  fc-lang/pa_pk.orth              | 28 ++++++++++++++++++++++++++++
15148  2 files changed, 31 insertions(+), 3 deletions(-)
15149
15150 commit 7a22c9d3471cd4963c529937df823148ab8e1a7d
15151 Author: Roozbeh Pournader <roozbeh@gmail.com>
15152 Date:   Fri Feb 13 20:04:42 2009 -0800
15153
15154     Add Ottoman Turkish (ota) orthography (bug #20114)
15155
15156  fc-lang/ota.orth | 41 +++++++++++++++++++++++++++++++++++++++++
15157  1 file changed, 41 insertions(+)
15158
15159 commit b5675e4c920dbb146ab76d49b4807693749e8143
15160 Author: Roozbeh Pournader <roozbeh@gmail.com>
15161 Date:   Fri Feb 13 17:14:14 2009 -0800
15162
15163     Remove Euro Sign from all orthographies (bug #19865)
15164
15165  fc-lang/de.orth | 1 -
15166  fc-lang/el.orth | 1 -
15167  fc-lang/en.orth | 1 -
15168  fc-lang/es.orth | 1 -
15169  fc-lang/fi.orth | 1 -
15170  fc-lang/fr.orth | 1 -
15171  fc-lang/it.orth | 1 -
15172  fc-lang/nl.orth | 1 -
15173  fc-lang/pt.orth | 1 -
15174  9 files changed, 9 deletions(-)
15175
15176 commit f6993c880345b45abc0f7e7f0bb14dd0ddae0caa
15177 Author: Behdad Esfahbod <behdad@behdad.org>
15178 Date:   Mon Mar 2 13:25:37 2009 +0330
15179
15180     [fc-lang] Continue parsing after an "include" (#20179)
15181
15182  fc-lang/fc-lang.c | 29 ++++++++++++++++++-----------
15183  1 file changed, 18 insertions(+), 11 deletions(-)
15184
15185 commit abe0e056d5a93dee80d8e964569563dc4d131a90
15186 Author: Roozbeh Pournader <roozbeh@gmail.com>
15187 Date:   Fri Feb 13 16:47:11 2009 -0800
15188
15189     Fix Bengali (bn) and Assamese (as) orthographies (bug #22924)
15190
15191     Removing digits, symbols, and the letters not used in the languages.
15192
15193  fc-lang/as.orth | 37 +++++++++++++++++++++++++++----------
15194  fc-lang/bn.orth | 21 ++++++++++++---------
15195  2 files changed, 39 insertions(+), 19 deletions(-)
15196
15197 commit 40b2904c8984db90cc35eecbec571552c2e4d120
15198 Author: Roozbeh Pournader <roozbeh@gmail.com>
15199 Date:   Fri Feb 13 16:07:14 2009 -0800
15200
15201     Add Sidamo (sid) and Wolaitta (wal) orthographies (bug #19891)
15202
15203  fc-lang/sid.orth | 27 +++++++++++++++++++++++++++
15204  fc-lang/wal.orth | 27 +++++++++++++++++++++++++++
15205  2 files changed, 54 insertions(+)
15206
15207 commit d333969e0c809b3175193c7dda26703287d57fd4
15208 Author: Roozbeh Pournader <roozbeh@gmail.com>
15209 Date:   Fri Feb 13 15:52:23 2009 -0800
15210
15211     Add Sardinian (sc) orthography (bug #19891)
15212
15213  fc-lang/sc.orth | 42 ++++++++++++++++++++++++++++++++++++++++++
15214  1 file changed, 42 insertions(+)
15215
15216 commit 1ae2e9b479818835ba3ddddb3c613cdb5acf46d4
15217 Author: Roozbeh Pournader <roozbeh@gmail.com>
15218 Date:   Fri Feb 13 13:31:10 2009 -0800
15219
15220     Add Limburgan (li) orthography (bug #19891)
15221
15222  fc-lang/li.orth | 43 +++++++++++++++++++++++++++++++++++++++++++
15223  1 file changed, 43 insertions(+)
15224
15225 commit d8a4ee921a3bf0e78dffcea8f27d457cc1bc378e
15226 Author: Roozbeh Pournader <roozbeh@gmail.com>
15227 Date:   Wed Feb 11 01:59:56 2009 -0800
15228
15229     Ad Ganda (lg) orthography (bug #19891)
15230
15231  fc-lang/lg.orth | 33 +++++++++++++++++++++++++++++++++
15232  1 file changed, 33 insertions(+)
15233
15234 commit f4159adaa88d55118fe1c2c62b05600d0a8fbc0a
15235 Author: Roozbeh Pournader <roozbeh@gmail.com>
15236 Date:   Wed Feb 11 01:44:45 2009 -0800
15237
15238     Add Haitian Creole (ht) orthography (bug #19891)
15239
15240  fc-lang/ht.orth | 35 +++++++++++++++++++++++++++++++++++
15241  1 file changed, 35 insertions(+)
15242
15243 commit 190b4b5b2bd9a4822660b134639a759a5949c862
15244 Author: Roozbeh Pournader <roozbeh@gmail.com>
15245 Date:   Wed Feb 11 01:11:30 2009 -0800
15246
15247     Add Aragonese (an) orthography (bug #19891)
15248
15249  fc-lang/an.orth | 45 +++++++++++++++++++++++++++++++++++++++++++++
15250  1 file changed, 45 insertions(+)
15251
15252 commit 3541f01828be06e2a414fa5bcd9543dbb2c9e0fd
15253 Author: Roozbeh Pournader <roozbeh@gmail.com>
15254 Date:   Wed Feb 11 00:34:10 2009 -0800
15255
15256     Add Kurdish in Turkey (ku_tr) orthography (bug #19891)
15257
15258  fc-lang/ku_tr.orth | 42 ++++++++++++++++++++++++++++++++++++++++++
15259  1 file changed, 42 insertions(+)
15260
15261 commit 3792f0199065cdf808d723eacf3fa86910453f70
15262 Author: Roozbeh Pournader <roozbeh@gmail.com>
15263 Date:   Wed Feb 11 00:22:53 2009 -0800
15264
15265     Use newly added Cyrillic letters for Kurdish (bug #20049)
15266
15267  fc-lang/ku_am.orth | 5 +----
15268  1 file changed, 1 insertion(+), 4 deletions(-)
15269
15270 commit 0d8b15f00f11a5150d842a3bd10e8dd05413fb9c
15271 Author: Roozbeh Pournader <roozbeh@gmail.com>
15272 Date:   Wed Feb 11 00:05:16 2009 -0800
15273
15274     Add Chhattisgarhi (hne) orthography (bug #19891)
15275
15276  fc-lang/hne.orth | 28 ++++++++++++++++++++++++++++
15277  1 file changed, 28 insertions(+)
15278
15279 commit 04ac14fc14131a66f0c391d8bb3894a01e556a05
15280 Author: Behdad Esfahbod <behdad@behdad.org>
15281 Date:   Fri Feb 13 17:18:11 2009 -0800
15282
15283     [fcformat] Add list of undocumented language features
15284
15285  src/fcformat.c | 35 +++++++++++++++++++++++++++++++++++
15286  1 file changed, 35 insertions(+)
15287
15288 commit 384542fa915b27285ec22d899c4aa19be8c275f1
15289 Author: Behdad Esfahbod <behdad@behdad.org>
15290 Date:   Fri Feb 13 16:41:37 2009 -0800
15291
15292     [fcformat] Add a 'pkgkit' builtin that prints tags for font packages
15293
15294     For DejaVu Sans Condensed it generates:
15295
15296     font(dejavusans)
15297     font(dejavusanscondensed)
15298     font(:lang=aa)
15299     font(:lang=ab)
15300     ...
15301     font(:lang=yo)
15302     font(:lang=zu)
15303
15304  src/fcformat.c | 2 ++
15305  1 file changed, 2 insertions(+)
15306
15307 commit 9d58d01c5c061c1fcfb3cca3a3a4622f9bbec727
15308 Author: Behdad Esfahbod <behdad@behdad.org>
15309 Date:   Fri Feb 13 16:33:58 2009 -0800
15310
15311     [fcformat] Enumerate langsets like we do arrays of values
15312
15313     If one asks for a format like '%{[]elt{expr}}' and the first value
15314     for elt is a langset, we enumerate the langset languages in expr.
15315
15316  src/fcformat.c | 59
15317  ++++++++++++++++++++++++++++++++++++++++++++++------------
15318  1 file changed, 47 insertions(+), 12 deletions(-)
15319
15320 commit d62b85af21777582ad720efd9c319fde97b67d82
15321 Author: Behdad Esfahbod <behdad@behdad.org>
15322 Date:   Fri Feb 13 16:30:43 2009 -0800
15323
15324     [fclang] Implement FcLangSetGetLangs() (#18846)
15325
15326  doc/fclangset.fncs      |  8 ++++++++
15327  fontconfig/fontconfig.h |  3 +++
15328  src/fclang.c            | 32 ++++++++++++++++++++++++++++++++
15329  3 files changed, 43 insertions(+)
15330
15331 commit cdfb76585e7afbe739d00ed83a029ce1f909142f
15332 Author: Behdad Esfahbod <behdad@behdad.org>
15333 Date:   Thu Feb 12 21:48:22 2009 -0600
15334
15335     [fcformat] Implement array enumeration
15336
15337     The format '%{[]family,familylang{expr}}' expands expr once for
15338     the first
15339     value of family and familylang, then for the second, etc, until
15340     both lists
15341     are exhausted.
15342
15343  src/fcformat.c | 90
15344  ++++++++++++++++++++++++++++++++++++++++++++++++++++++----
15345  1 file changed, 85 insertions(+), 5 deletions(-)
15346
15347 commit 0673ef3881d24820e627b9a8cd3a4b3e3889c545
15348 Author: Behdad Esfahbod <behdad@behdad.org>
15349 Date:   Wed Feb 11 23:55:11 2009 -0500
15350
15351     [fcformat] Support 'default value' for simple tags
15352
15353     The format '%{family:-XXX} prints XٓٓٓٓXX if the element family
15354     is not defined.
15355     Also works for things like '%{family[1]:-XXX}'.
15356
15357  src/fcformat.c | 30 +++++++++++++++++++++++++-----
15358  1 file changed, 25 insertions(+), 5 deletions(-)
15359
15360 commit 9c83a8376f7db19421fb42d311fba81b398c67b0
15361 Author: Behdad Esfahbod <behdad@behdad.org>
15362 Date:   Wed Feb 11 23:44:36 2009 -0500
15363
15364     [fcformat] Support indexing simple tags
15365
15366     The format '%{family[0]}' will only output the first value for
15367     element family.
15368
15369  src/fcformat.c | 43 +++++++++++++++++++++++++++++++++++++++----
15370  src/fcint.h    |  5 +++++
15371  src/fcname.c   |  2 +-
15372  3 files changed, 45 insertions(+), 5 deletions(-)
15373
15374 commit d04a750764d89a7048f49d655fb7e4aabbcd10b3
15375 Author: Behdad Esfahbod <behdad@behdad.org>
15376 Date:   Tue Feb 10 20:56:39 2009 -0500
15377
15378     [fcformat] Add support for builtin formats
15379
15380     The '%{=unparse}' format expands to the FcNameUnparse() result on the
15381     pattern.  Need to add '%{=verbose}' for FcPatternPrint() output but
15382     need to change that function to output to a string first.
15383
15384     Also added the '%{=fclist}' and '%{=fcmatch}' which format like the
15385     default format of fc-list and fc-match respectively.
15386
15387  src/fcformat.c | 137
15388  +++++++++++++++++++++++++++++++++++++++------------------
15389  1 file changed, 95 insertions(+), 42 deletions(-)
15390
15391 commit 85c7fb67ce9f77574f71de7d9b69867bb974cd48
15392 Author: Behdad Esfahbod <behdad@behdad.org>
15393 Date:   Tue Feb 10 18:57:34 2009 -0500
15394
15395     [fcformat] Refactor code to avoid malloc
15396
15397  src/fcformat.c | 246
15398  +++++++++++++++++++++++++++++++++------------------------
15399  1 file changed, 144 insertions(+), 102 deletions(-)
15400
15401 commit d4f7a4c6af5420afbbcf2217f9fe396623671294
15402 Author: Behdad Esfahbod <behdad@behdad.org>
15403 Date:   Tue Feb 10 06:22:55 2009 -0500
15404
15405     [fcformat] Start adding builtins
15406
15407  src/fcformat.c | 27 ++++++++++++++++++++++++++-
15408  1 file changed, 26 insertions(+), 1 deletion(-)
15409
15410 commit c8f5933d13efa6705854d8f89b22d40cf720e68d
15411 Author: Behdad Esfahbod <behdad@behdad.org>
15412 Date:   Tue Feb 10 05:57:10 2009 -0500
15413
15414     [fcformat] Implement 'delete', 'escape', and 'translate' filter
15415     functions
15416
15417     The format '%{family|delete( )}' expands to family values with
15418     space removed.
15419     The format '%{family|translate( ,-)}' expands to family values
15420     with space
15421     replaced by dash.  Multiple chars are supported, like tr(1).
15422     The format '%{family|escape(\\ )}' expands to family values with space
15423     escaped using backslash.
15424
15425  src/fcformat.c | 219
15426  ++++++++++++++++++++++++++++++++++++++++++++++++++-------
15427  1 file changed, 194 insertions(+), 25 deletions(-)
15428
15429 commit b6a23028beb3b99022599344ebd8511c12dc7fd0
15430 Author: Behdad Esfahbod <behdad@behdad.org>
15431 Date:   Tue Feb 10 05:05:53 2009 -0500
15432
15433     [fcformat] Add value-count syntax
15434
15435     The format '%{#family}' expands to the number of values for the
15436     element
15437     'family', or '0' if no such element exists in the pattern.
15438
15439  src/fcformat.c | 116
15440  +++++++++++++++++++++++++++++++++++++--------------------
15441  1 file changed, 75 insertions(+), 41 deletions(-)
15442
15443 commit dccbbe83eff54097c55fdc560810cdc56b679a60
15444 Author: Behdad Esfahbod <behdad@behdad.org>
15445 Date:   Tue Feb 10 04:47:24 2009 -0500
15446
15447     [FcStrBuf] better handle malloc failure
15448
15449     If buffer has failed allocation, return NULL when done.
15450
15451  src/fcstr.c | 8 +++++++-
15452  1 file changed, 7 insertions(+), 1 deletion(-)
15453
15454 commit ced38254b49ab616df79930bbb798a93e5ce51fa
15455 Author: Behdad Esfahbod <behdad@behdad.org>
15456 Date:   Tue Feb 10 04:44:54 2009 -0500
15457
15458     [fcformat] Implement 'cescape', 'shescape', and 'xmlescape' converters
15459
15460  src/fcformat.c | 87
15461  ++++++++++++++++++++++++++++++++++++++++++++++++++--------
15462  1 file changed, 76 insertions(+), 11 deletions(-)
15463
15464 commit 2017a5eb79a0774cc5bace8c76304e1a9ef157b9
15465 Author: Behdad Esfahbod <behdad@behdad.org>
15466 Date:   Tue Feb 10 03:38:22 2009 -0500
15467
15468     [fcformat] Add simple converters
15469
15470     The format '%{family|downcase}' for example prints the lowercase of
15471     the family element.  Three converters are defined right now:
15472     'downcase', 'basename', and 'dirname'.
15473
15474  src/fcformat.c | 224
15475  +++++++++++++++++++++++++++++++++------------------------
15476  1 file changed, 131 insertions(+), 93 deletions(-)
15477
15478 commit 7717b25ffdd9507b0d73ef60b70b692f7286c0a2
15479 Author: Behdad Esfahbod <behdad@behdad.org>
15480 Date:   Tue Feb 10 00:15:08 2009 -0500
15481
15482     [fcformat] Add conditionals
15483
15484     The conditional '%{?elt1,elt2,!elt3{expr1}{expr2}}' will evaluate
15485     expr1 if elt1 and elt2 exist in pattern and elt3 doesn't exist, and
15486     expr2 otherwise.  The '{expr2}' part is optional.
15487
15488  src/fcformat.c | 158
15489  +++++++++++++++++++++++++++++++++++++++++++++++++++++----
15490  1 file changed, 147 insertions(+), 11 deletions(-)
15491
15492 commit 8c31a2434d5dfa475ef710ad52c992111caac424
15493 Author: Behdad Esfahbod <behdad@behdad.org>
15494 Date:   Mon Feb 9 23:08:08 2009 -0500
15495
15496     [fcformat] Add element filtering and deletion
15497
15498     The filtering, '%{+elt1,elt2,elt3{subexpr}}' will evaluate subexpr
15499     with a pattern only having the listed elements from the surrounding
15500     pattern.
15501
15502     The deletion, '%{-elt1,elt2,elt3{subexpr}}' will evaluate subexpr
15503     with a the surrounding pattern sans the listed elements.
15504
15505  doc/fcpattern.fncs  |   2 +-
15506  fc-list/fc-list.c   |   7 +-
15507  fc-match/fc-match.c |   6 +-
15508  fc-query/fc-query.c |   7 +-
15509  fc-scan/fc-scan.c   |   7 +-
15510  src/fcformat.c      | 214
15511  +++++++++++++++++++++++++++++++++++++++-------------
15512  6 files changed, 183 insertions(+), 60 deletions(-)
15513
15514 commit d6506ff6eeb4a4cb0bfe827174e474c7b91ff045
15515 Author: Behdad Esfahbod <behdad@behdad.org>
15516 Date:   Mon Feb 9 20:49:45 2009 -0500
15517
15518     [fcformat] Add support for subexpressions
15519
15520     The syntax is '{{expr}}'.  Can be used for aligning/justifying
15521     an entire
15522     subexpr for example.
15523
15524  src/fcformat.c | 149
15525  +++++++++++++++++++++++++++++++++++++++++++++++----------
15526  1 file changed, 124 insertions(+), 25 deletions(-)
15527
15528 commit 27b3e2dddf6a89c66e8d79f4a28b1a0653e8e100
15529 Author: Behdad Esfahbod <behdad@behdad.org>
15530 Date:   Mon Feb 9 19:13:07 2009 -0500
15531
15532     [fcformat] Refactor and restructure code for upcoming changes
15533
15534     Also makes it thread-safe.
15535
15536  src/fcformat.c | 165
15537  +++++++++++++++++++++++++++++++++------------------------
15538  1 file changed, 96 insertions(+), 69 deletions(-)
15539
15540 commit c493c3b770ab12ab1c61a4fb10419c490d2b5ba6
15541 Author: Behdad Esfahbod <behdad@behdad.org>
15542 Date:   Mon Feb 9 18:18:59 2009 -0500
15543
15544     [fcformat] Add support for width modifiers
15545
15546     One can do '%30{family}' for example.  Or '%-30{family}' for the
15547     left-aligned version.
15548
15549  doc/fcpattern.fncs |  6 ++++--
15550  src/fcformat.c     | 46 +++++++++++++++++++++++++++++++++++++++++++---
15551  2 files changed, 47 insertions(+), 5 deletions(-)
15552
15553 commit 967267556c762d2746f819eca85f3c59fbb95875
15554 Author: Behdad Esfahbod <behdad@behdad.org>
15555 Date:   Thu Feb 5 23:37:16 2009 -0500
15556
15557     Further update Sinhala orthography (#19288)
15558
15559  fc-lang/si.orth | 7 +++++--
15560  1 file changed, 5 insertions(+), 2 deletions(-)
15561
15562 commit b697fa2523a6d3fe091e14710d14720a9e051bf1
15563 Author: Behdad Esfahbod <behdad@behdad.org>
15564 Date:   Thu Feb 5 02:46:16 2009 -0500
15565
15566     [cache] After writing cache to file, update the internal copy to
15567     reflect this
15568
15569     Only do it for small caches though.  For large cache we'd better
15570     off loading
15571     the cache file again, mmap()ing it.
15572
15573     Based on patch from Diego Santa Cruz.
15574
15575  src/fccache.c | 16 ++++++++++++++++
15576  1 file changed, 16 insertions(+)
15577
15578 commit ecce22d40cfbc50bbe19891035c06bbbeef5232f
15579 Author: Behdad Esfahbod <behdad@behdad.org>
15580 Date:   Wed Feb 4 15:58:36 2009 -0500
15581
15582     Update Sinhala orthography (#19288)
15583
15584     Patch from Harshula Jayasuriya.
15585
15586  fc-lang/si.orth | 45 ++++++++++++++++++++++++++++++++++-----------
15587  1 file changed, 34 insertions(+), 11 deletions(-)
15588
15589 commit 6bb5d72fe788f897e30ab39ac7585c624282303f
15590 Author: Behdad Esfahbod <behdad@behdad.org>
15591 Date:   Tue Feb 3 21:06:15 2009 -0500
15592
15593     [fccache] Make sure the cache is current when reusing from open caches
15594
15595     Reported by Diego Santa Cruz.
15596
15597  src/fccache.c | 8 +++++++-
15598  1 file changed, 7 insertions(+), 1 deletion(-)
15599
15600 commit f9feb587faa5a3df0f03e5ba945d228b8b49ec51
15601 Author: Behdad Esfahbod <behdad@behdad.org>
15602 Date:   Tue Feb 3 20:50:29 2009 -0500
15603
15604     [win32] Do not remove leading '\\' such that network paths work
15605
15606     Raised by Diego Santa Cruz.
15607
15608  src/fcstr.c | 8 +++++++-
15609  1 file changed, 7 insertions(+), 1 deletion(-)
15610
15611 commit 1cdf7efb224867c41b2dea48884d87c5fb67bdaf
15612 Author: Behdad Esfahbod <behdad@behdad.org>
15613 Date:   Tue Feb 3 20:35:10 2009 -0500
15614
15615     [win32] Expand "APPSHAREFONTDIR" to ../share/fonts relative to
15616     binary location
15617
15618     Proposed by Diego Santa Cruz.
15619
15620  src/fcxml.c | 21 +++++++++++++++++++++
15621  1 file changed, 21 insertions(+)
15622
15623 commit e62058abb9cf04b3f2270a45f3c0760287f12033
15624 Author: Behdad Esfahbod <behdad@behdad.org>
15625 Date:   Tue Feb 3 20:31:30 2009 -0500
15626
15627     [win32] Fix usage of GetFullPathName()
15628
15629     Diego Santa Cruz pointed out that we are using that API wrongly.
15630     The forth argument is a pointer to a pointer.  Turns out we don't
15631     need that arugment and it accepts NULL, so just pass that.
15632
15633  src/fcstr.c | 4 +---
15634  1 file changed, 1 insertion(+), 3 deletions(-)
15635
15636 commit c4d557ab90c7ef6eccb998550190ccccde80670d
15637 Author: Behdad Esfahbod <behdad@behdad.org>
15638 Date:   Tue Feb 3 17:15:52 2009 -0500
15639
15640     Add ICONV_LIBS to fontconfig.pc.in (#19606)
15641
15642  fontconfig.pc.in | 2 +-
15643  1 file changed, 1 insertion(+), 1 deletion(-)
15644
15645 commit 10609af4aa4030a15c19573198462fa002d2ef13
15646 Author: Mike FABIAN <mfabian@suse.de>
15647 Date:   Tue Feb 3 16:57:01 2009 -0500
15648
15649     [conf] Disable hinting when emboldening (#19904)
15650
15651     Hinting will be done before Embolden in freetype2,
15652     but in such case, Embolden will get wrong result
15653     on some glyph contours after applying hinting.
15654     Actually, hinting should be done after embolden, but we can't
15655     fix it in current freetype2. So as a workaround, just turn off
15656     hinting if we want to do embolden.
15657
15658  conf.d/90-synthetic.conf | 11 +++++++++++
15659  1 file changed, 11 insertions(+)
15660
15661 commit fe00689cddb42df141d891c2cd5b4a8ea3a42816
15662 Author: Roozbeh Pournader <roozbeh@gmail.com>
15663 Date:   Mon Feb 2 00:27:58 2009 -0800
15664
15665     Remove punctuation symbols from Asturian orthography (bug #19893)
15666
15667     Also fix the URL for orthography.
15668
15669  fc-lang/ast.orth | 12 ++++--------
15670  1 file changed, 4 insertions(+), 8 deletions(-)
15671
15672 commit a4f651241e2db62bd058e773b4e5931d205af0f6
15673 Author: Roozbeh Pournader <roozbeh@gmail.com>
15674 Date:   Sun Feb 1 23:52:10 2009 -0800
15675
15676     Rename Igbo from "ibo" to "ig" (bug #19892)
15677
15678  fc-lang/{ibo.orth => ig.orth} | 4 ++--
15679  1 file changed, 2 insertions(+), 2 deletions(-)
15680
15681 commit ff71a83c207891323b487d9cbec0658e16ca11c3
15682 Author: Roozbeh Pournader <roozbeh@gmail.com>
15683 Date:   Sun Feb 1 22:14:53 2009 -0800
15684
15685     Renamed az to az_az (bug #19889)
15686
15687  fc-lang/{az.orth => az_az.orth} | 4 ++--
15688  1 file changed, 2 insertions(+), 2 deletions(-)
15689
15690 commit e53956ee5e6340c5c8a78bf65e9c9df0757af439
15691 Author: Roozbeh Pournader <roozbeh@gmail.com>
15692 Date:   Sun Feb 1 20:46:23 2009 -0800
15693
15694     Add Berber orthographies in Latin and Tifinagh scripts (bug #19881)
15695
15696  fc-lang/ber_dz.orth | 27 +++++++++++++++++++++++++++
15697  fc-lang/ber_ma.orth | 46 ++++++++++++++++++++++++++++++++++++++++++++++
15698  fc-lang/kab.orth    | 42 ++++++++++++++++++++++++++++++++++++++++++
15699  3 files changed, 115 insertions(+)
15700
15701 commit 3765a7483e1d313c6d0ced8a20cd5a258165f8e0
15702 Author: Roozbeh Pournader <roozbeh@gmail.com>
15703 Date:   Sun Feb 1 20:42:54 2009 -0800
15704
15705     Add Upper Sorbian (hsb) orthography (bug #19870)
15706
15707  fc-lang/hsb.orth | 42 ++++++++++++++++++++++++++++++++++++++++++
15708  1 file changed, 42 insertions(+)
15709
15710 commit 9f54d9db2912287358c1c01771a1bc8263e9539a
15711 Author: Roozbeh Pournader <roozbeh@gmail.com>
15712 Date:   Sun Feb 1 20:41:14 2009 -0800
15713
15714     Add Kinyarwanda (rw) orthography (bug #19868)
15715
15716  fc-lang/rw.orth | 31 +++++++++++++++++++++++++++++++
15717  1 file changed, 31 insertions(+)
15718
15719 commit 3889de9e3c0a0b6aacd0558ce41953d9aa35878b
15720 Author: Roozbeh Pournader <roozbeh@gmail.com>
15721 Date:   Sun Feb 1 20:39:03 2009 -0800
15722
15723     Add Malay (ms) orthography (bug #19867)
15724
15725  fc-lang/ms.orth | 32 ++++++++++++++++++++++++++++++++
15726  1 file changed, 32 insertions(+)
15727
15728 commit 0896d14ab7fe5a7233102f5ff7c59199f893c734
15729 Author: Roozbeh Pournader <roozbeh@gmail.com>
15730 Date:   Sun Feb 1 20:36:55 2009 -0800
15731
15732     Add Kashubian (csb) orth file (bug #19866)
15733
15734  fc-lang/csb.orth | 46 ++++++++++++++++++++++++++++++++++++++++++++++
15735  1 file changed, 46 insertions(+)
15736
15737 commit a32870457eb8f35a19193bc3e9e66db9948186fb
15738 Author: Roozbeh Pournader <roozbeh@gmail.com>
15739 Date:   Sun Feb 1 20:29:12 2009 -0800
15740
15741     Rename "ku" to "ku_am", add "ku_iq" (bug #19853).
15742
15743     For Iraq, we are assuming its the same Arabic orthography used
15744     in Iran.
15745
15746     According to Ethnologue, Kurdish is written in Cyrillic in Armenia:
15747     http://www.ethnologue.com/show_language.asp?code=kmr
15748
15749     Turkey and Syria need more research.
15750
15751  fc-lang/{ku.orth => ku_am.orth} |  4 ++--
15752  fc-lang/ku_iq.orth              | 27 +++++++++++++++++++++++++++
15753  2 files changed, 29 insertions(+), 2 deletions(-)
15754
15755 commit 2199c6e321c92cf42711180b483e3f1b0091d980
15756 Author: Roozbeh Pournader <roozbeh@gmail.com>
15757 Date:   Sun Feb 1 20:21:45 2009 -0800
15758
15759     Rename Venda from "ven" to "ve" (bug #19852)
15760
15761     Since ISO 639-1 code exists, we should use it.
15762
15763  fc-lang/{ven.orth => ve.orth} | 4 ++--
15764  1 file changed, 2 insertions(+), 2 deletions(-)
15765
15766 commit d7dd87649c07b7b73cf4ecfe7273cb0fcedc5be0
15767 Author: Roozbeh Pournader <roozbeh@gmail.com>
15768 Date:   Sun Feb 1 20:00:15 2009 -0800
15769
15770     Change Turkmen orth from Cyrillic to Latin (bug #19849)
15771
15772  fc-lang/tk.orth | 114
15773  +++++++++++++-------------------------------------------
15774  1 file changed, 26 insertions(+), 88 deletions(-)
15775
15776 commit b25a42963d70f9ead6bc026f57ae2433b4ac5e85
15777 Author: Roozbeh Pournader <roozbeh@gmail.com>
15778 Date:   Sun Feb 1 19:35:37 2009 -0800
15779
15780     Fix doubly encoded UTF-8 in comments (bug #19848)
15781
15782  fc-lang/nb.orth | 2 +-
15783  1 file changed, 1 insertion(+), 1 deletion(-)
15784
15785 commit f3c214a1cd799dc1eb965ced8107f52cc9dd065e
15786 Author: Roozbeh Pournader <roozbeh@gmail.com>
15787 Date:   Sun Feb 1 19:29:21 2009 -0800
15788
15789     Split Mongolian orth to Mongolia and China (bug #19847)
15790
15791     The orth file for Mongolia uses Cyrillic, while that of
15792     China uses the classical Mongolian script.
15793
15794  fc-lang/{mn.orth => mn_cn.orth} |  4 ++--
15795  fc-lang/mn_mn.orth              | 35 +++++++++++++++++++++++++++++++++++
15796  2 files changed, 37 insertions(+), 2 deletions(-)
15797
15798 commit 0d5f9a2592634e6f9c74f48bbad9f6b443d1b574
15799 Author: Roozbeh Pournader <roozbeh@gmail.com>
15800 Date:   Sun Feb 1 18:55:31 2009 -0800
15801
15802     Add Filipino orth, alias Tagalog to Filipino (bug #19846)
15803
15804     The previous Tagalog orthography used the Tagalog script, which is
15805     not in
15806     modern use.
15807
15808  fc-lang/fil.orth | 45 +++++++++++++++++++++++++++++++++++++++++++++
15809  fc-lang/tl.orth  | 23 ++++++++---------------
15810  2 files changed, 53 insertions(+), 15 deletions(-)
15811
15812 commit 2bf7d799bf8c9e116f08864f4f62575a6a25b380
15813 Author: Roozbeh Pournader <roozbeh@gmail.com>
15814 Date:   Sun Feb 1 18:52:41 2009 -0800
15815
15816     Remove Sinhala characters not in modern use (bug #19288)
15817
15818  fc-lang/si.orth | 30 ++++++++++++++++++++----------
15819  1 file changed, 20 insertions(+), 10 deletions(-)
15820
15821 commit 2f3b07fe80415873ef3e0e0a7e753a55e766986b
15822 Author: Roozbeh Pournader <roozbeh@gmail.com>
15823 Date:   Sun Feb 1 18:32:21 2009 -0800
15824
15825     Correct Sindhi orthography to use Arabic script (bug #17140)
15826
15827     The previous version used the Devanagari script. But in both
15828     Pakistan and
15829     India, Sindhi is generally written in Arabic. The Devanagari data
15830     could
15831     prove to be useful, if we decide on how we should name such files (see
15832     bug #17208 and bug #19869).
15833
15834  fc-lang/sd.orth | 48 +++++++++++++++++++++++++++++++++++++++---------
15835  1 file changed, 39 insertions(+), 9 deletions(-)
15836
15837 commit 574805478c19cdb487aea96922ff7177dd0844d7
15838 Author: Behdad Esfahbod <behdad@behdad.org>
15839 Date:   Sat Jan 31 03:38:19 2009 -0500
15840
15841     [fcfreetype] Fix typo in GB2312 encoding name string (#19845)
15842
15843     This was causing failure when opening iconv converter, hence rendering
15844     GB2312-encoded fonts with no other usable encoding unusable.
15845
15846  src/fcfreetype.c | 2 +-
15847  1 file changed, 1 insertion(+), 1 deletion(-)
15848
15849 commit 575ee6cddd391857339f57331d2677fcc868369e
15850 Author: Karl Tomlinson <bugs.freedesktop@karlt.net>
15851 Date:   Tue Jan 27 03:35:51 2009 -0500
15852
15853     Change FcCharSetMerge API
15854
15855     To only work on writable charsets.  Also, return a bool indicating
15856     whether
15857     the merge changed the charset.
15858
15859     Also changes the implementation of FcCharSetMerge and
15860     FcCharSetIsSubset
15861
15862  doc/fccharset.fncs      |  16 +++---
15863  fontconfig/fontconfig.h |   4 +-
15864  src/fccharset.c         | 129
15865  ++++++++++++++++++++----------------------------
15866  src/fcmatch.c           |  64 +++++++++++++-----------
15867  4 files changed, 99 insertions(+), 114 deletions(-)
15868
15869 commit b8860e2faffa8b3f62b3c7aafd2d3b6962566f41
15870 Author: Behdad Esfahbod <behdad@behdad.org>
15871 Date:   Fri Jan 23 14:17:08 2009 -0500
15872
15873     [fcmatch] Fix crash when no fonts are available.
15874
15875  src/fcmatch.c | 10 ++++++++--
15876  1 file changed, 8 insertions(+), 2 deletions(-)
15877
15878 commit c08216c6f468ce22cb7c0c1959019a7caad3484a
15879 Author: Dan Nicholson <dbn.lists@gmail.com>
15880 Date:   Mon Jan 19 17:02:55 2009 -0500
15881
15882     Let make expand fc_cachedir/FC_CACHEDIR (bug #18675)
15883
15884     configure replaces a NONE prefix with the default prefix too late.
15885     So we move fonts.conf creation to Makefile, such that prefix is
15886     correctly
15887     expanded. Ugly, but works.
15888
15889  Makefile.am  | 13 ++++++++++++-
15890  configure.in |  3 +--
15891  2 files changed, 13 insertions(+), 3 deletions(-)
15892
15893 commit 98d765a53ba33d28283e499ebd1098d27cbe6d02
15894 Author: Behdad Esfahbod <behdad@behdad.org>
15895 Date:   Thu Jan 15 19:27:53 2009 -0500
15896
15897     Cleanup all manpage.* files
15898
15899     Recent doc2man generates files called manpage.log.  This was
15900     breaking build.
15901
15902  doc/Makefile.am      | 5 ++---
15903  fc-cache/Makefile.am | 2 +-
15904  fc-cat/Makefile.am   | 2 +-
15905  fc-list/Makefile.am  | 2 +-
15906  fc-match/Makefile.am | 2 +-
15907  fc-query/Makefile.am | 2 +-
15908  fc-scan/Makefile.am  | 2 +-
15909  7 files changed, 8 insertions(+), 9 deletions(-)
15910
15911 commit 41af588f543ca5c0efaeb699992376d89cb35763
15912 Author: Behdad Esfahbod <behdad@behdad.org>
15913 Date:   Thu Jan 15 19:12:37 2009 -0500
15914
15915     [fc-match] Accept list of elements like fc-list (bug #13017)
15916
15917     Also make --verbose not ignore list of elements and only print those.
15918     Update docs.
15919
15920  fc-list/fc-list.c      | 29 ++++++++++++++---------------
15921  fc-list/fc-list.sgml   | 12 ++++++------
15922  fc-match/fc-match.c    | 48
15923  +++++++++++++++++++++++++++++++++++++-----------
15924  fc-match/fc-match.sgml | 29 ++++++++++++++++++++---------
15925  4 files changed, 77 insertions(+), 41 deletions(-)
15926
15927 commit 263f16ced279b0c09834bb4ca0df87fd0f76dcaf
15928 Author: Behdad Esfahbod <behdad@behdad.org>
15929 Date:   Thu Jan 15 19:12:27 2009 -0500
15930
15931     Oops, fix FcPatternFilter
15932
15933  src/fcpat.c | 2 +-
15934  1 file changed, 1 insertion(+), 1 deletion(-)
15935
15936 commit 6bffe1a95bfd6609358d38590ad638c688232575
15937 Author: Behdad Esfahbod <behdad@behdad.org>
15938 Date:   Thu Jan 15 18:39:48 2009 -0500
15939
15940     Add fc-scan too that runs FcFileScan/FcDirScan
15941
15942     This is quite similar to fc-query, but calling FcFileScan/FcDirScan
15943     instead
15944     of FcFreeTypeQuery.
15945
15946  .gitignore             |   2 +
15947  Makefile.am            |   2 +-
15948  configure.in           |   1 +
15949  doc/fcfile.fncs        |  18 ++---
15950  fc-cache/fc-cache.sgml |   1 +
15951  fc-cat/fc-cat.sgml     |   1 +
15952  fc-list/fc-list.sgml   |   7 +-
15953  fc-match/fc-match.sgml |   7 +-
15954  fc-query/fc-query.sgml |   5 +-
15955  fc-scan/Makefile.am    |  59 ++++++++++++++++
15956  fc-scan/fc-scan.c      | 181
15957  +++++++++++++++++++++++++++++++++++++++++++++++++
15958  fc-scan/fc-scan.sgml   | 176
15959  +++++++++++++++++++++++++++++++++++++++++++++++
15960  12 files changed, 442 insertions(+), 18 deletions(-)
15961
15962 commit 4074fd254e5ad707448d3665a034e0fbdf6de033
15963 Author: Behdad Esfahbod <behdad@behdad.org>
15964 Date:   Thu Jan 15 18:35:09 2009 -0500
15965
15966     Revive FcConfigScan() (bug #17121)
15967
15968     FcConfigScan() with parameters cache=NULL and force=FcTrue can be used
15969     to scan font dirs without any caching side effect.
15970
15971  src/fcdir.c | 155
15972  +++++++++++++++++++++++++++++++++++-------------------------
15973  1 file changed, 90 insertions(+), 65 deletions(-)
15974
15975 commit 46e405cb9ab5870bda1947f3afd80f8f54c7ac75
15976 Author: Behdad Esfahbod <behdad@behdad.org>
15977 Date:   Thu Jan 15 17:34:26 2009 -0500
15978
15979     Oops.  Fix usage output.
15980
15981  fc-query/fc-query.c | 5 ++---
15982  1 file changed, 2 insertions(+), 3 deletions(-)
15983
15984 commit 25a09eb9bf2d993228a3d98d1dd271f55efb2358
15985 Author: Behdad Esfahbod <behdad@behdad.org>
15986 Date:   Thu Jan 8 03:04:34 2009 -0500
15987
15988     Don't use FcCharSetCopy in FcCharSetMerge
15989
15990     The Copy function is actually a ref, not real copy.
15991
15992  doc/fccharset.fncs | 2 +-
15993  src/fccharset.c    | 7 ++++---
15994  2 files changed, 5 insertions(+), 4 deletions(-)
15995
15996 commit d230cf144f84c8a50b932c8b89daa55c1a3620d8
15997 Author: Behdad Esfahbod <behdad@behdad.org>
15998 Date:   Wed Jan 7 20:15:20 2009 -0500
15999
16000     Make FcCharSetMerge() public
16001
16002     That's needed for apps to be abled to do pruning themselves without
16003     the performance penalty of recreating new charsets all the time.
16004
16005  doc/fccharset.fncs      | 13 +++++++++++++
16006  fontconfig/fontconfig.h |  3 +++
16007  src/fcint.h             |  3 ---
16008  3 files changed, 16 insertions(+), 3 deletions(-)
16009
16010 commit 3b725d0a318623bba08a9f7c75e4fe71527f5dec
16011 Author: Behdad Esfahbod <behdad@behdad.org>
16012 Date:   Thu Jan 1 16:29:01 2009 -0500
16013
16014     [doc] Note that fontset returned by FcConfigGetFonts should not
16015     be modified
16016
16017  doc/fcconfig.fncs | 2 +-
16018  1 file changed, 1 insertion(+), 1 deletion(-)
16019
16020 commit 6d764a3f9b89f21b5c2cdf48cbd913b9706d42b2
16021 Author: Behdad Esfahbod <behdad@behdad.org>
16022 Date:   Wed Dec 31 20:16:40 2008 -0500
16023
16024     [fcmatch] Move FcFontSetMatch() functionality into
16025     FcFontSetMatchInternal()
16026
16027     Except for the final FcFontRenderPrepare().  This way we have more
16028     flexibility to do caching in FcFontMatch() while leaving
16029     FcFontSetMatch()
16030     intact.
16031
16032  src/fcmatch.c | 42 +++++++++++++++++++++++++++++-------------
16033  1 file changed, 29 insertions(+), 13 deletions(-)
16034
16035 commit a5a384c5ffb479e095092c2aaedd406f8785280a
16036 Author: Behdad Esfahbod <behdad@behdad.org>
16037 Date:   Wed Dec 31 19:44:32 2008 -0500
16038
16039     [fcmatch] When matching, reserve score 0 for when elements don't exist
16040
16041     Previously an index j was added to element score to prefer matches
16042     earlier
16043     in the value list to the later ones.  This index started from 0,
16044     meaning
16045     that the score zero could be generated for the first element.
16046     By starting
16047     j from one, scores for when the element exists in both pattern
16048     and font
16049     can never be zero.  The score zero is reserved for when the element is
16050     NOT available in both font and pattern.  We will use this property
16051     later.
16052
16053     This shouldn't change matching much.  The only difference I can
16054     think of
16055     is that if a font family exists both as a bitmap font and a scalable
16056     version, and when requesting it at the size of the bitmap version,
16057     previously the font returned was nondeterministic.  Now the scalable
16058     version will always be preferred.
16059
16060  src/fcmatch.c | 2 +-
16061  1 file changed, 1 insertion(+), 1 deletion(-)
16062
16063 commit c7641f2872329197250db6ffe194df3d33ff42b3
16064 Author: Behdad Esfahbod <behdad@behdad.org>
16065 Date:   Wed Dec 31 19:35:27 2008 -0500
16066
16067     [fcmatch] Use larger multipliers to enforce order
16068
16069     Previously the matcher multiplied comparison results by 100 and added
16070     index value to it.  With long lists of families (lots of aliases),
16071     reaching 100 is not that hard.  That could result in a non-match early
16072     in the list to be preferred over a match late in the list.  Changing
16073     the multiplier from 100 to 1000 should fix that.
16074
16075     To keep things relatively in order, the lang multiplier is changed
16076     from 1000 to 10000.
16077
16078  src/fcmatch.c | 4 ++--
16079  1 file changed, 2 insertions(+), 2 deletions(-)
16080
16081 commit 1b43ccc805f26a78934267d92275cd19b5648e91
16082 Author: Behdad Esfahbod <behdad@behdad.org>
16083 Date:   Wed Dec 31 18:10:31 2008 -0500
16084
16085     [fcmatch.c] Fix debug formatting
16086
16087  src/fcmatch.c | 1 +
16088  1 file changed, 1 insertion(+)
16089
16090 commit a291cfc710c5989ba3e787ae20911d3176bea307
16091 Author: Behdad Esfahbod <behdad@behdad.org>
16092 Date:   Wed Dec 31 18:06:07 2008 -0500
16093
16094     Fix comparison of family names to ignore leading space properly
16095
16096     Previously fc-match "xxx,nazli" matched Nazli, but "xxx, nazli"
16097     didn't.
16098     This was because of a bug in FcCompareFamily's short-circuit check
16099     that forgot to ignore spaces.
16100
16101  src/fcmatch.c | 3 ++-
16102  1 file changed, 2 insertions(+), 1 deletion(-)
16103
16104 commit 0c93b91db0cdf7c5e901477c266b45c8baeadd00
16105 Author: Behdad Esfahbod <behdad@behdad.org>
16106 Date:   Mon Dec 29 20:00:26 2008 -0500
16107
16108     Implement FcPatternFormat and use it in cmdline tools (bug #17107)
16109
16110     Still need to add more features, but the API is there, and used
16111     by cmdline tools with -f or --format.
16112
16113  doc/fcpattern.fncs      |  18 ++++++
16114  fc-list/fc-list.c       |  38 ++++++++----
16115  fc-list/fc-list.sgml    |  22 ++++++-
16116  fc-match/fc-match.c     |  31 +++++++---
16117  fc-match/fc-match.sgml  |  47 ++++++++++-----
16118  fc-query/fc-query.c     |  25 +++++++-
16119  fc-query/fc-query.sgml  |  36 +++++++----
16120  fontconfig/fontconfig.h |   3 +
16121  src/Makefile.am         |   1 +
16122  src/fcformat.c          | 155
16123  ++++++++++++++++++++++++++++++++++++++++++++++++
16124  src/fcint.h             |   5 ++
16125  src/fcname.c            |   2 +-
16126  12 files changed, 333 insertions(+), 50 deletions(-)
16127
16128 commit 5cf04b201fb5e9dc989d30cf5c30f7575dda56bc
16129 Author: Behdad Esfahbod <behdad@behdad.org>
16130 Date:   Mon Dec 29 19:27:00 2008 -0500
16131
16132     [.gitignore] Update
16133
16134  .gitignore | 2 ++
16135  1 file changed, 2 insertions(+)
16136
16137 commit f9806ab4b9bfa88a782008156511e29f37ce967d
16138 Author: Behdad Esfahbod <behdad@behdad.org>
16139 Date:   Mon Dec 29 18:58:29 2008 -0500
16140
16141     Remove special-casing of FC_FILE in FcPatternPrint()
16142
16143     I can't understand why the special case is needed.  Indeed,
16144     removing it
16145     does not make any difference in the "fc-match --verbose" output, and
16146     that's the only time fc-match uses FcPatternPrint.
16147
16148  src/fcdbg.c | 21 +--------------------
16149  1 file changed, 1 insertion(+), 20 deletions(-)
16150
16151 commit 8ae1e3d5dc323542e7def06a42deea62c7ba7027
16152 Author: Behdad Esfahbod <behdad@behdad.org>
16153 Date:   Sun Dec 28 16:54:44 2008 -0500
16154
16155     Explicitly chmod() directories (bug #18934)
16156
16157     Two changes:
16158
16159       - after mkdir(), we immediately chmod(), such that we are not
16160       affected
16161         by stupid umask's.
16162
16163       - if a directory we want to use is not writable but exists, we try a
16164         chmod on it.  This is to recover from stupid umask's having
16165         affected
16166         us with older versions.
16167
16168  src/fccache.c | 14 +++++++++++---
16169  1 file changed, 11 insertions(+), 3 deletions(-)
16170
16171 commit b6cf885a0a71a0e8f03832fe038e57e6f2778974
16172 Author: Behdad Esfahbod <behdad@behdad.org>
16173 Date:   Sun Dec 28 09:03:29 2008 -0500
16174
16175     Don't use identifier named complex
16176
16177  src/fcfreetype.c | 42 +++++++++++++++++++++---------------------
16178  1 file changed, 21 insertions(+), 21 deletions(-)
16179
16180 commit 627dd913cf1588436936bc8731c7dd9c96baee90
16181 Author: Behdad Esfahbod <behdad@behdad.org>
16182 Date:   Sun Dec 28 08:06:07 2008 -0500
16183
16184     [65-fonts-persian.conf] Set foundry in target=scan instead of
16185     target=font
16186
16187  conf.d/65-fonts-persian.conf | 14 +++++++-------
16188  1 file changed, 7 insertions(+), 7 deletions(-)
16189
16190 commit 030983185bb6f3f3885dc2e4d80fec330455f11c
16191 Author: Harshula Jayasuriya <harshula@gmail.com>
16192 Date:   Sun Dec 28 06:13:19 2008 -0500
16193
16194     Fix Sinhala coverage (bug #19288)
16195
16196  fc-lang/si.orth | 9 ++++-----
16197  1 file changed, 4 insertions(+), 5 deletions(-)
16198
16199 commit 6ca36812b4ece5368468278a9ff18f5a9c62b39f
16200 Author: Alexey Khoroshilov <khoroshilov@linuxtesting.org>
16201 Date:   Sun Dec 28 05:15:45 2008 -0500
16202
16203     Use human-readable file names in the docs (bug #16278)
16204
16205  doc/Makefile.am | 2 +-
16206  1 file changed, 1 insertion(+), 1 deletion(-)
16207
16208 commit f26062b277e1781876a30d3170fca8bbba2409ab
16209 Author: Behdad Esfahbod <behdad@behdad.org>
16210 Date:   Sun Dec 28 04:58:14 2008 -0500
16211
16212     Implement fc-list --quiet ala grep (bug #17141)
16213
16214     Exits 1 if no fonts matched, 0 otherwise.
16215
16216  fc-list/fc-list.c | 27 ++++++++++++++++++++-------
16217  1 file changed, 20 insertions(+), 7 deletions(-)
16218
16219 commit 00c0972acae849ca3b18a7c76894c078185d3be4
16220 Author: Behdad Esfahbod <behdad@behdad.org>
16221 Date:   Sun Dec 28 04:48:54 2008 -0500
16222
16223     Fix compile with old FreeType that doesn't have FT_Select_Size()
16224     (bug #17498)
16225
16226  configure.in     | 10 +---------
16227  src/fcfreetype.c |  2 ++
16228  2 files changed, 3 insertions(+), 9 deletions(-)
16229
16230 commit 350dc5f35091e7e5635a6cf239e4cad56e992d01
16231 Author: Behdad Esfahbod <behdad@behdad.org>
16232 Date:   Sun Dec 28 04:26:26 2008 -0500
16233
16234     Use __builtin_popcount() when available (bug #17592)
16235
16236  src/fccharset.c | 4 ++++
16237  1 file changed, 4 insertions(+)
16238
16239 commit 4c209d5f0c217ff9d8f3b517017212d6362b07a8
16240 Author: Rahul Bhalerao <b.rahul.pm@gmail.com>
16241 Date:   Sun Dec 28 04:10:53 2008 -0500
16242
16243     Add config for new Indic fonts (bug #17856)
16244
16245  conf.d/65-nonlatin.conf | 35 ++++++++++++++++++++++++++++-------
16246  1 file changed, 28 insertions(+), 7 deletions(-)
16247
16248 commit f69db8d49cbd929b80527719be6c0b1e6d49ccac
16249 Author: Behdad Esfahbod <behdad@behdad.org>
16250 Date:   Sun Dec 28 04:06:01 2008 -0500
16251
16252     Consistently use FcStat() over stat() in all places
16253
16254  src/fcatomic.c | 2 +-
16255  src/fccache.c  | 7 +------
16256  src/fccfg.c    | 2 +-
16257  src/fcdir.c    | 4 ++--
16258  src/fcint.h    | 7 +++++++
16259  5 files changed, 12 insertions(+), 10 deletions(-)
16260
16261 commit 9e2ed2513bb4c2ecc7ee09c48c1dc677ea58a723
16262 Author: Behdad Esfahbod <behdad@behdad.org>
16263 Date:   Sun Dec 28 04:00:09 2008 -0500
16264
16265     [fccache] Consistently use FcStat() over stat() (bug #18195)
16266
16267  src/fccache.c | 2 +-
16268  1 file changed, 1 insertion(+), 1 deletion(-)
16269
16270 commit ee2463fbcbe105a413021aa870e8a3f0094a1a24
16271 Author: Behdad Esfahbod <behdad@behdad.org>
16272 Date:   Sun Dec 28 03:40:21 2008 -0500
16273
16274     Cleanup symlinks in "make uninstall" (bug #18885)
16275
16276  conf.d/Makefile.am | 7 +++++++
16277  1 file changed, 7 insertions(+)
16278
16279 commit fe8e8a1dd777ab53f57c4d31dc9547b3e4ba0d70
16280 Author: Harald Fernengel <harry@kdevelop.org>
16281 Date:   Sun Dec 28 03:23:58 2008 -0500
16282
16283     Don't use variables named 'bool' (bug #18851)
16284
16285  src/fcxml.c | 16 ++++++++--------
16286  1 file changed, 8 insertions(+), 8 deletions(-)
16287
16288 commit a9ac5c52a658920f1054a12435d8c07205953153
16289 Author: Behdad Esfahbod <behdad@behdad.org>
16290 Date:   Sun Dec 28 03:08:38 2008 -0500
16291
16292     [.gitignore] Update
16293
16294  .gitignore | 4 ++++
16295  1 file changed, 4 insertions(+)
16296
16297 commit 1c7f4de80cc4819b504707ae143a2d718af42733
16298 Author: Behdad Esfahbod <behdad@behdad.org>
16299 Date:   Tue Dec 2 06:07:41 2008 -0500
16300
16301     Fix two more doc typos
16302
16303  doc/fcpattern.fncs | 4 ++--
16304  1 file changed, 2 insertions(+), 2 deletions(-)
16305
16306 commit 355ed50b185b7879a5c95e1f8697824c6dec6f9f
16307 Author: Behdad Esfahbod <behdad@behdad.org>
16308 Date:   Mon Sep 22 18:51:11 2008 -0400
16309
16310     Don't call FcPatternGetCharSet in FcSortWalk unless we need to
16311     (#17361)
16312
16313  src/fcmatch.c | 55
16314  +++++++++++++++++++++++++++++++------------------------
16315  1 file changed, 31 insertions(+), 24 deletions(-)
16316
16317 commit 799691c901ea2d8561980c763a7e78383f1cceec
16318 Author: Behdad Esfahbod <behdad@behdad.org>
16319 Date:   Mon Sep 22 18:16:30 2008 -0400
16320
16321     Don't leak FcValues string loaded through fcxml.c (#17661)
16322
16323     Patch from Caolan McNamara.
16324
16325  src/fcpat.c | 10 +++++-----
16326  src/fcxml.c |  2 ++
16327  2 files changed, 7 insertions(+), 5 deletions(-)
16328
16329 commit 311da2316f5d40d9b8c72c9965f7d70330f3c498
16330 Author: Chris Wilson <chris@chris-wilson.co.uk>
16331 Date:   Wed Apr 23 09:07:28 2008 +0100
16332
16333     Reduce number of allocations during FcSortWalk().
16334
16335     The current behaviour of FcSortWalk() is to create a new FcCharSet on
16336     each iteration that is the union of the previous iteration with
16337     the next
16338     FcCharSet in the font set. This causes the existing FcCharSet to be
16339     reproduced in its entirety and then allocates fresh leaves for the new
16340     FcCharSet. In essence the number of allocations is quadratic wrt the
16341     number of fonts required.
16342
16343     By introducing a new method for merging a new FcCharSet with an
16344     existing
16345     one we can change the behaviour to be effectively linear with
16346     the number
16347     of fonts - allocating no more leaves than necessary to cover all the
16348     fonts in the set.
16349
16350     For example, profiling 'gedit UTF-8-demo.txt'
16351         Allocator               nAllocs         nBytes
16352     Before:
16353         FcCharSetFindLeafCreate 62886           2012352
16354         FcCharSetPutLeaf        9361            11441108
16355     After:
16356         FcCharSetFindLeafCreate 1940            62080
16357         FcCharSetPutLeaf        281             190336
16358
16359     The savings are even more significant for applications like
16360     firefox-3.0b5
16361     which need to switch between large number of fonts.
16362     Before:
16363         FcCharSetFindLeafCreate 4461192         142758144
16364         FcCharSetPutLeaf        1124536         451574172
16365     After:
16366         FcCharSetFindLeafCreate 80359           2571488
16367         FcCharSetPutLeaf        18940           9720522
16368
16369     Out of interest, the next most frequent allocations are
16370         FcPatternObjectAddWithBinding 526029    10520580
16371         tt_face_load_eblc       42103           2529892
16372
16373  src/fccharset.c | 62
16374  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
16375  src/fcint.h     |  3 +++
16376  src/fcmatch.c   | 13 +++---------
16377  3 files changed, 68 insertions(+), 10 deletions(-)
16378
16379 commit 8072f4b1304efc59fee5e61efc4c4b0fc05bb8fb
16380 Author: Behdad Esfahbod <behdad@behdad.org>
16381 Date:   Fri Aug 22 18:25:22 2008 -0400
16382
16383     Document how to free return value of FcNameUnparse()
16384
16385  doc/fcpattern.fncs | 2 +-
16386  1 file changed, 1 insertion(+), 1 deletion(-)
16387
16388 commit 241fbde1ab28d7beb9b861d8804d0416f0d5589c
16389 Author: Behdad Esfahbod <behdad@behdad.org>
16390 Date:   Fri Aug 22 18:08:07 2008 -0400
16391
16392     Add FcConfigReference() (#17124)
16393
16394  doc/fcconfig.fncs       | 20 +++++++++++++++++---
16395  fontconfig/fontconfig.h |  3 +++
16396  src/fccfg.c             | 20 ++++++++++++++++++++
16397  src/fcint.h             |  2 ++
16398  4 files changed, 42 insertions(+), 3 deletions(-)
16399
16400 commit 03dcaaa08fe324a058c427ab2da993fddaa7b3fd
16401 Author: Behdad Esfahbod <behdad@behdad.org>
16402 Date:   Fri Aug 22 17:49:02 2008 -0400
16403
16404     Document when config can be NULL (#17105)
16405
16406     Note that this also fixes a bug with FcFontList() where previously
16407     it was NOT checking whether the config is up-to-date.  May want to
16408     keep the old behavior and document that ScanInterval is essentially
16409     unused internally (FcFontSetList uses it, but we can remove that
16410     too).
16411
16412  doc/fcconfig.fncs  | 21 +++++++++++++++++++++
16413  doc/fcfontset.fncs |  3 +++
16414  src/fclist.c       |  3 +++
16415  3 files changed, 27 insertions(+)
16416
16417 commit 1439c8f21af1533a920b54333f79459f456a402e
16418 Author: Behdad Esfahbod <behdad@behdad.org>
16419 Date:   Fri Aug 22 16:51:33 2008 -0400
16420
16421     Handle -h and --help according to GNU Coding Standards (#17104)
16422
16423     Added -h instead of -?.  And upon -h and --help, write usave to stdout
16424     instead of stdin, and return 0 instead of 1.
16425
16426     -? still works like before as that's what getopt returns upon unknown
16427     arguments.
16428
16429  fc-cache/fc-cache.c    | 47
16430  +++++++++++++++++++++++++----------------------
16431  fc-cache/fc-cache.sgml |  4 ++--
16432  fc-cat/fc-cat.c        | 45 ++++++++++++++++++++++++---------------------
16433  fc-cat/fc-cat.sgml     |  4 ++--
16434  fc-list/fc-list.c      | 36 ++++++++++++++++++++----------------
16435  fc-list/fc-list.sgml   |  4 ++--
16436  fc-match/fc-match.c    | 44 ++++++++++++++++++++++++--------------------
16437  fc-match/fc-match.sgml |  4 ++--
16438  fc-query/fc-query.c    | 40 ++++++++++++++++++++++------------------
16439  fc-query/fc-query.sgml |  4 ++--
16440  10 files changed, 125 insertions(+), 107 deletions(-)
16441
16442 commit df243f93be4306e788aebf6b2ac4a7c1b97550ae
16443 Author: Behdad Esfahbod <behdad@behdad.org>
16444 Date:   Fri Aug 22 13:02:14 2008 -0400
16445
16446     Add WenQuanYi fonts to default conf (#17262, from Mandriva)
16447
16448  conf.d/65-nonlatin.conf | 4 ++++
16449  1 file changed, 4 insertions(+)
16450
16451 commit f31d8b1b1a93334611353d7ea846f8006fda855c
16452 Author: Behdad Esfahbod <behdad@behdad.org>
16453 Date:   Fri Aug 22 03:51:57 2008 -0400
16454
16455     Add Sindhi .orth file. (#17140)
16456
16457  fc-lang/sd.orth | 28 ++++++++++++++++++++++++++++
16458  1 file changed, 28 insertions(+)
16459
16460 commit b9f18922f112f2f551429b692d793dda7d02cd86
16461 Author: Behdad Esfahbod <behdad@behdad.org>
16462 Date:   Thu Aug 21 17:17:04 2008 -0400
16463
16464     Update sr.orth to actul subset of Cyrillic used by Serbian (#17208)
16465
16466  fc-lang/sr.orth | 24 +++++++-----------------
16467  1 file changed, 7 insertions(+), 17 deletions(-)
16468
16469 commit 74e16ceeeab86f50c4b6bea12800f70110cd4794
16470 Author: Behdad Esfahbod <behdad@behdad.org>
16471 Date:   Thu Aug 14 15:27:16 2008 -0400
16472
16473     Fix docs re 'orig' argument of FcPatternBuild and family
16474
16475     Now call it 'p' or 'pattern', since it's modified in place.
16476     There is no copying.
16477
16478  doc/fcpattern.fncs      |  6 +++---
16479  fontconfig/fontconfig.h |  4 ++--
16480  src/fcpat.c             | 12 ++++++------
16481  3 files changed, 11 insertions(+), 11 deletions(-)
16482
16483 commit bb65f58f6354b8ad363021457852ad9e841cef89
16484 Author: Behdad Esfahbod <behdad@behdad.org>
16485 Date:   Wed Aug 13 16:45:18 2008 -0400
16486
16487     [doc] Fix signature of FcConfigHome()
16488
16489     We should write a test to automatically cross-check signatures
16490     from public headers to docs.
16491
16492  doc/fcconfig.fncs | 5 +++--
16493  1 file changed, 3 insertions(+), 2 deletions(-)
16494
16495 commit e690fbb20ec41ef018a32ac01118a41103c01289
16496 Author: Behdad Esfahbod <behdad@behdad.org>
16497 Date:   Wed Aug 13 03:30:23 2008 -0400
16498
16499     Get rid of $Id$ tags
16500
16501  COPYING                         | 2 +-
16502  Makefile.am                     | 2 +-
16503  conf.d/Makefile.am              | 2 +-
16504  configure.in                    | 2 +-
16505  doc/Makefile.am                 | 2 +-
16506  doc/confdir.sgml.in             | 2 +-
16507  doc/edit-sgml.c                 | 2 +-
16508  doc/fcatomic.fncs               | 2 +-
16509  doc/fcblanks.fncs               | 2 +-
16510  doc/fccharset.fncs              | 2 +-
16511  doc/fcconfig.fncs               | 2 +-
16512  doc/fcconstant.fncs             | 2 +-
16513  doc/fcfile.fncs                 | 2 +-
16514  doc/fcfontset.fncs              | 2 +-
16515  doc/fcfreetype.fncs             | 2 +-
16516  doc/fcinit.fncs                 | 2 +-
16517  doc/fcmatrix.fncs               | 2 +-
16518  doc/fcobjectset.fncs            | 2 +-
16519  doc/fcobjecttype.fncs           | 2 +-
16520  doc/fcpattern.fncs              | 2 +-
16521  doc/fcstring.fncs               | 2 +-
16522  doc/fcstrset.fncs               | 2 +-
16523  doc/fcvalue.fncs                | 2 +-
16524  doc/fontconfig-devel.sgml       | 2 +-
16525  doc/func.sgml                   | 2 +-
16526  doc/version.sgml.in             | 2 +-
16527  fc-cache/Makefile.am            | 2 +-
16528  fc-case/fc-case.c               | 2 +-
16529  fc-case/fccase.tmpl.h           | 2 +-
16530  fc-cat/Makefile.am              | 2 +-
16531  fc-glyphname/fc-glyphname.c     | 2 +-
16532  fc-glyphname/fcglyphname.tmpl.h | 2 +-
16533  fc-list/Makefile.am             | 2 +-
16534  fc-match/Makefile.am            | 2 +-
16535  fc-query/Makefile.am            | 2 +-
16536  src/Makefile.am                 | 2 +-
16537  36 files changed, 36 insertions(+), 36 deletions(-)
16538
16539 commit 3042050954ddbe205e3166c9910886839829e788
16540 Author: Behdad Esfahbod <behdad@behdad.org>
16541 Date:   Wed Aug 13 03:16:39 2008 -0400
16542
16543     [doc] Document that a zero rescanInterval disables automatic checks
16544     (#17103)
16545
16546  doc/fcconfig.fncs | 2 ++
16547  1 file changed, 2 insertions(+)
16548
16549 commit 41fc0fe68d88c1fdd38469a51a322dab6a30757d
16550 Author: Behdad Esfahbod <behdad@behdad.org>
16551 Date:   Wed Aug 13 02:50:35 2008 -0400
16552
16553     Add FcPatternFilter() (#13016)
16554
16555  doc/fcpattern.fncs      | 12 ++++++++++++
16556  fontconfig/fontconfig.h |  3 +++
16557  src/fcpat.c             | 37 +++++++++++++++++++++++++++++++++++++
16558  3 files changed, 52 insertions(+)
16559
16560 commit e6f14d3c513a9f2e7d75c389db4f65aa0dc0502f
16561 Author: Behdad Esfahbod <behdad@behdad.org>
16562 Date:   Wed Aug 13 02:47:12 2008 -0400
16563
16564     [doc] Add const decorator for FcPatternDuplicate()
16565
16566  doc/fcpattern.fncs | 2 +-
16567  1 file changed, 1 insertion(+), 1 deletion(-)
16568
16569 commit 29874098537e763e8e4cd3fefb1ecc0f36b808a5
16570 Author: Behdad Esfahbod <behdad@behdad.org>
16571 Date:   Wed Aug 13 02:24:42 2008 -0400
16572
16573     Implement fc-list --verbose (#13015)
16574
16575     A private FcObjectGetSet() is implemented that provides an
16576     FcObjectSet of all registered elements.  FcFontSetList() is
16577     then modified to use the object set from FcObjectGetSet() if
16578     provided object-set is NULL.
16579
16580     Alternatively FcObjectGetSet() can be made public.  In that
16581     case fc-list can use that as a base if --verbose is included,
16582     and also add any elements provided by the user (though that has
16583     no effect, as all elements from the cache are already registered).
16584     Currently fc-list ignores user-provided elements if --verbose
16585     is specified.
16586
16587  fc-list/fc-list.c    | 41 ++++++++++++++++++++++++-----------------
16588  fc-list/fc-list.sgml | 10 +++++++---
16589  src/fcint.h          |  3 +++
16590  src/fclist.c         | 10 ++++++++++
16591  src/fcname.c         | 14 ++++++++++++++
16592  5 files changed, 58 insertions(+), 20 deletions(-)
16593
16594 commit 77c0d8bce86ca088782d5631617c0ef681d91312
16595 Author: Behdad Esfahbod <behdad@behdad.org>
16596 Date:   Wed Aug 13 01:31:18 2008 -0400
16597
16598     Add fc-query (#13019)
16599
16600  .gitignore               |   2 +
16601  Makefile.am              |   2 +-
16602  configure.in             |   1 +
16603  doc/fontconfig-user.sgml |   2 +-
16604  fc-cache/fc-cache.sgml   |   1 +
16605  fc-cat/fc-cat.sgml       |   1 +
16606  fc-list/fc-list.sgml     |   1 +
16607  fc-match/fc-match.sgml   |   1 +
16608  fc-query/Makefile.am     |  59 ++++++++++++++++
16609  fc-query/fc-query.c      | 166
16610  ++++++++++++++++++++++++++++++++++++++++++++
16611  fc-query/fc-query.sgml   | 174
16612  +++++++++++++++++++++++++++++++++++++++++++++++
16613  11 files changed, 408 insertions(+), 2 deletions(-)
16614
16615 commit d5b6085c3e40b4e2605cab7ff6c8a621b961b2d2
16616 Author: Behdad Esfahbod <behdad@behdad.org>
16617 Date:   Wed Aug 13 00:42:12 2008 -0400
16618
16619     Update man pages
16620
16621  fc-cache/fc-cache.sgml | 16 ++++++++++------
16622  fc-cat/fc-cat.sgml     | 15 +++++++++++----
16623  fc-list/fc-list.sgml   | 12 ++++++++----
16624  fc-match/fc-match.sgml | 30 +++++++++++++++++++++++-------
16625  4 files changed, 52 insertions(+), 21 deletions(-)
16626
16627 commit 88261bafff30ec02b5a2180f1f9b786c8ff44e3d
16628 Author: Behdad Esfahbod <behdad@behdad.org>
16629 Date:   Tue Aug 12 23:44:44 2008 -0400
16630
16631     [fc-match] Fix list of getopt options in --help
16632
16633  fc-match/fc-match.c | 4 ++--
16634  1 file changed, 2 insertions(+), 2 deletions(-)
16635
16636 commit 43291847c58002fca99984dcec4f1bbbb0d0f61d
16637 Author: Behdad Esfahbod <behdad@behdad.org>
16638 Date:   Tue Aug 12 18:00:35 2008 -0400
16639
16640     Add ~/.fonts.conf.d to default config (#17100)
16641
16642  conf.d/50-user.conf | 1 +
16643  1 file changed, 1 insertion(+)
16644
16645 commit 4f468454d80bf4f1d256f084afd69cabecf1243e
16646 Author: Behdad Esfahbod <behdad@behdad.org>
16647 Date:   Tue Aug 12 17:54:45 2008 -0400
16648
16649     Update Thai default families (#16223)
16650
16651     Patch from Theppitak Karoonboonyanan
16652
16653  conf.d/65-nonlatin.conf | 13 +++++++++----
16654  1 file changed, 9 insertions(+), 4 deletions(-)
16655
16656 commit 2e08e0f243633386b6441784926f928359c92453
16657 Author: Behdad Esfahbod <behdad@behdad.org>
16658 Date:   Tue Aug 12 17:52:02 2008 -0400
16659
16660     [doc] Fix signatures of FcPatternGetFTFace and FcPatternGetLangSet
16661     (#16272)
16662
16663  doc/fcpattern.fncs | 6 ++++--
16664  1 file changed, 4 insertions(+), 2 deletions(-)
16665
16666 commit 317b849215ab16cfcd0dda0e424efc9216a74f28
16667 Author: Behdad Esfahbod <behdad@behdad.org>
16668 Date:   Tue Aug 12 16:34:24 2008 -0400
16669
16670     Replace RCS Id tags with the file name
16671
16672  config/Makedefs.in      | 2 +-
16673  config/install.sh       | 2 +-
16674  fc-cache/fc-cache.c     | 2 +-
16675  fc-cat/fc-cat.c         | 2 +-
16676  fc-lang/aa.orth         | 2 +-
16677  fc-lang/ab.orth         | 2 +-
16678  fc-lang/af.orth         | 2 +-
16679  fc-lang/am.orth         | 2 +-
16680  fc-lang/ar.orth         | 2 +-
16681  fc-lang/ast.orth        | 2 +-
16682  fc-lang/ava.orth        | 2 +-
16683  fc-lang/ay.orth         | 2 +-
16684  fc-lang/az.orth         | 2 +-
16685  fc-lang/az_ir.orth      | 2 +-
16686  fc-lang/ba.orth         | 2 +-
16687  fc-lang/bam.orth        | 2 +-
16688  fc-lang/be.orth         | 2 +-
16689  fc-lang/bg.orth         | 2 +-
16690  fc-lang/bh.orth         | 2 +-
16691  fc-lang/bho.orth        | 2 +-
16692  fc-lang/bi.orth         | 2 +-
16693  fc-lang/bin.orth        | 2 +-
16694  fc-lang/bn.orth         | 2 +-
16695  fc-lang/bo.orth         | 2 +-
16696  fc-lang/br.orth         | 2 +-
16697  fc-lang/bs.orth         | 2 +-
16698  fc-lang/bua.orth        | 2 +-
16699  fc-lang/ca.orth         | 2 +-
16700  fc-lang/ce.orth         | 2 +-
16701  fc-lang/ch.orth         | 2 +-
16702  fc-lang/chm.orth        | 2 +-
16703  fc-lang/chr.orth        | 2 +-
16704  fc-lang/co.orth         | 2 +-
16705  fc-lang/cs.orth         | 2 +-
16706  fc-lang/cu.orth         | 2 +-
16707  fc-lang/cv.orth         | 2 +-
16708  fc-lang/cy.orth         | 2 +-
16709  fc-lang/da.orth         | 2 +-
16710  fc-lang/de.orth         | 2 +-
16711  fc-lang/dz.orth         | 2 +-
16712  fc-lang/el.orth         | 2 +-
16713  fc-lang/en.orth         | 2 +-
16714  fc-lang/eo.orth         | 2 +-
16715  fc-lang/es.orth         | 2 +-
16716  fc-lang/et.orth         | 2 +-
16717  fc-lang/eu.orth         | 2 +-
16718  fc-lang/fa.orth         | 2 +-
16719  fc-lang/fc-lang.c       | 2 +-
16720  fc-lang/fc-lang.man     | 2 +-
16721  fc-lang/fclang.tmpl.h   | 2 +-
16722  fc-lang/fi.orth         | 2 +-
16723  fc-lang/fj.orth         | 2 +-
16724  fc-lang/fo.orth         | 2 +-
16725  fc-lang/fr.orth         | 2 +-
16726  fc-lang/ful.orth        | 2 +-
16727  fc-lang/fur.orth        | 2 +-
16728  fc-lang/fy.orth         | 2 +-
16729  fc-lang/ga.orth         | 2 +-
16730  fc-lang/gd.orth         | 2 +-
16731  fc-lang/gez.orth        | 2 +-
16732  fc-lang/gl.orth         | 2 +-
16733  fc-lang/gn.orth         | 2 +-
16734  fc-lang/gu.orth         | 2 +-
16735  fc-lang/gv.orth         | 2 +-
16736  fc-lang/ha.orth         | 2 +-
16737  fc-lang/haw.orth        | 2 +-
16738  fc-lang/he.orth         | 2 +-
16739  fc-lang/hi.orth         | 2 +-
16740  fc-lang/ho.orth         | 2 +-
16741  fc-lang/hr.orth         | 2 +-
16742  fc-lang/hu.orth         | 2 +-
16743  fc-lang/hy.orth         | 2 +-
16744  fc-lang/ia.orth         | 2 +-
16745  fc-lang/ibo.orth        | 2 +-
16746  fc-lang/id.orth         | 2 +-
16747  fc-lang/ie.orth         | 2 +-
16748  fc-lang/ik.orth         | 2 +-
16749  fc-lang/io.orth         | 2 +-
16750  fc-lang/is.orth         | 2 +-
16751  fc-lang/it.orth         | 2 +-
16752  fc-lang/iu.orth         | 2 +-
16753  fc-lang/ja.orth         | 2 +-
16754  fc-lang/ka.orth         | 2 +-
16755  fc-lang/kaa.orth        | 2 +-
16756  fc-lang/ki.orth         | 2 +-
16757  fc-lang/kk.orth         | 2 +-
16758  fc-lang/kl.orth         | 2 +-
16759  fc-lang/km.orth         | 2 +-
16760  fc-lang/kn.orth         | 2 +-
16761  fc-lang/ko.orth         | 2 +-
16762  fc-lang/kok.orth        | 2 +-
16763  fc-lang/ks.orth         | 2 +-
16764  fc-lang/ku.orth         | 2 +-
16765  fc-lang/ku_ir.orth      | 2 +-
16766  fc-lang/kum.orth        | 2 +-
16767  fc-lang/kv.orth         | 2 +-
16768  fc-lang/kw.orth         | 2 +-
16769  fc-lang/ky.orth         | 2 +-
16770  fc-lang/la.orth         | 2 +-
16771  fc-lang/lb.orth         | 2 +-
16772  fc-lang/lez.orth        | 2 +-
16773  fc-lang/ln.orth         | 2 +-
16774  fc-lang/lo.orth         | 2 +-
16775  fc-lang/lt.orth         | 2 +-
16776  fc-lang/lv.orth         | 2 +-
16777  fc-lang/mai.orth        | 2 +-
16778  fc-lang/mg.orth         | 2 +-
16779  fc-lang/mh.orth         | 2 +-
16780  fc-lang/mi.orth         | 2 +-
16781  fc-lang/mk.orth         | 2 +-
16782  fc-lang/ml.orth         | 2 +-
16783  fc-lang/mn.orth         | 2 +-
16784  fc-lang/mo.orth         | 2 +-
16785  fc-lang/mr.orth         | 2 +-
16786  fc-lang/mt.orth         | 2 +-
16787  fc-lang/my.orth         | 2 +-
16788  fc-lang/nb.orth         | 2 +-
16789  fc-lang/nds.orth        | 2 +-
16790  fc-lang/ne.orth         | 2 +-
16791  fc-lang/nl.orth         | 2 +-
16792  fc-lang/nn.orth         | 2 +-
16793  fc-lang/no.orth         | 2 +-
16794  fc-lang/nr.orth         | 2 +-
16795  fc-lang/nso.orth        | 2 +-
16796  fc-lang/ny.orth         | 2 +-
16797  fc-lang/oc.orth         | 2 +-
16798  fc-lang/om.orth         | 2 +-
16799  fc-lang/or.orth         | 2 +-
16800  fc-lang/os.orth         | 2 +-
16801  fc-lang/pa.orth         | 2 +-
16802  fc-lang/pl.orth         | 2 +-
16803  fc-lang/ps_af.orth      | 2 +-
16804  fc-lang/ps_pk.orth      | 2 +-
16805  fc-lang/pt.orth         | 2 +-
16806  fc-lang/rm.orth         | 2 +-
16807  fc-lang/ro.orth         | 2 +-
16808  fc-lang/ru.orth         | 2 +-
16809  fc-lang/sa.orth         | 2 +-
16810  fc-lang/sah.orth        | 2 +-
16811  fc-lang/sco.orth        | 2 +-
16812  fc-lang/se.orth         | 2 +-
16813  fc-lang/sel.orth        | 2 +-
16814  fc-lang/sh.orth         | 2 +-
16815  fc-lang/shs.orth        | 2 +-
16816  fc-lang/si.orth         | 2 +-
16817  fc-lang/sk.orth         | 2 +-
16818  fc-lang/sl.orth         | 2 +-
16819  fc-lang/sm.orth         | 2 +-
16820  fc-lang/sma.orth        | 2 +-
16821  fc-lang/smj.orth        | 2 +-
16822  fc-lang/smn.orth        | 2 +-
16823  fc-lang/sms.orth        | 2 +-
16824  fc-lang/so.orth         | 2 +-
16825  fc-lang/sq.orth         | 2 +-
16826  fc-lang/sr.orth         | 2 +-
16827  fc-lang/ss.orth         | 2 +-
16828  fc-lang/st.orth         | 2 +-
16829  fc-lang/sv.orth         | 2 +-
16830  fc-lang/sw.orth         | 2 +-
16831  fc-lang/syr.orth        | 2 +-
16832  fc-lang/ta.orth         | 2 +-
16833  fc-lang/te.orth         | 2 +-
16834  fc-lang/tg.orth         | 2 +-
16835  fc-lang/th.orth         | 2 +-
16836  fc-lang/ti_er.orth      | 2 +-
16837  fc-lang/ti_et.orth      | 2 +-
16838  fc-lang/tig.orth        | 2 +-
16839  fc-lang/tk.orth         | 2 +-
16840  fc-lang/tl.orth         | 2 +-
16841  fc-lang/tn.orth         | 2 +-
16842  fc-lang/to.orth         | 2 +-
16843  fc-lang/tr.orth         | 2 +-
16844  fc-lang/ts.orth         | 2 +-
16845  fc-lang/tt.orth         | 2 +-
16846  fc-lang/tw.orth         | 2 +-
16847  fc-lang/tyv.orth        | 2 +-
16848  fc-lang/ug.orth         | 2 +-
16849  fc-lang/uk.orth         | 2 +-
16850  fc-lang/ur.orth         | 2 +-
16851  fc-lang/uz.orth         | 2 +-
16852  fc-lang/ven.orth        | 2 +-
16853  fc-lang/vi.orth         | 2 +-
16854  fc-lang/vo.orth         | 2 +-
16855  fc-lang/vot.orth        | 2 +-
16856  fc-lang/wa.orth         | 2 +-
16857  fc-lang/wen.orth        | 2 +-
16858  fc-lang/wo.orth         | 2 +-
16859  fc-lang/xh.orth         | 2 +-
16860  fc-lang/yap.orth        | 2 +-
16861  fc-lang/yi.orth         | 2 +-
16862  fc-lang/yo.orth         | 2 +-
16863  fc-lang/zh_cn.orth      | 2 +-
16864  fc-lang/zh_hk.orth      | 2 +-
16865  fc-lang/zh_mo.orth      | 2 +-
16866  fc-lang/zh_sg.orth      | 2 +-
16867  fc-lang/zh_tw.orth      | 2 +-
16868  fc-lang/zu.orth         | 2 +-
16869  fc-list/fc-list.c       | 2 +-
16870  fc-match/fc-match.c     | 2 +-
16871  fontconfig/fcfreetype.h | 2 +-
16872  fontconfig/fcprivate.h  | 2 +-
16873  fontconfig/fontconfig.h | 2 +-
16874  src/fcatomic.c          | 2 +-
16875  src/fcblanks.c          | 2 +-
16876  src/fccfg.c             | 2 +-
16877  src/fccharset.c         | 2 +-
16878  src/fcdbg.c             | 2 +-
16879  src/fcdefault.c         | 2 +-
16880  src/fcdir.c             | 2 +-
16881  src/fcfreetype.c        | 2 +-
16882  src/fcfs.c              | 2 +-
16883  src/fcinit.c            | 2 +-
16884  src/fcint.h             | 2 +-
16885  src/fclang.c            | 2 +-
16886  src/fclist.c            | 2 +-
16887  src/fcmatch.c           | 2 +-
16888  src/fcmatrix.c          | 2 +-
16889  src/fcname.c            | 2 +-
16890  src/fcstr.c             | 2 +-
16891  src/fcxml.c             | 2 +-
16892  220 files changed, 220 insertions(+), 220 deletions(-)
16893
16894 commit aef608efed2feb867128e528cd9d39ee7e10a0ac
16895 Author: Behdad Esfahbod <behdad@behdad.org>
16896 Date:   Tue Aug 12 16:11:29 2008 -0400
16897
16898     Add orth file for Maithili mai.orth (#15821)
16899
16900  fc-lang/mai.orth | 25 +++++++++++++++++++++++++
16901  1 file changed, 25 insertions(+)
16902
16903 commit 1bcf4ae5f2348d7956c435d34f2856ebfaccd6c8
16904 Author: Behdad Esfahbod <behdad@behdad.org>
16905 Date:   Tue Aug 12 15:10:04 2008 -0400
16906
16907     When canonizing filenames, squash // and remove final / (#bug 16286)
16908
16909     The fact that we now drop final slashes from all filenames without
16910     checking that the file name represents a directory may surprise some,
16911     but it doesn't bother me really.
16912
16913  src/fcstr.c | 3 +++
16914  1 file changed, 3 insertions(+)
16915
16916 commit b21bea3731106ef30224f9255c4232d6e2607803
16917 Author: Behdad Esfahbod <behdad@behdad.org>
16918 Date:   Tue Aug 12 14:32:40 2008 -0400
16919
16920     [doc] Fix inaccuracy in FcFontRenderPrepare docs (#16985)
16921
16922  doc/fcconfig.fncs | 2 +-
16923  1 file changed, 1 insertion(+), 1 deletion(-)
16924
16925 commit e04afe83de409b880be9a854b34fb624bca5c3b0
16926 Author: Behdad Esfahbod <behdad@behdad.org>
16927 Date:   Tue Aug 12 14:10:03 2008 -0400
16928
16929     Avoid C99ism in Win32 code (#16651)
16930
16931  src/fccfg.c | 3 ++-
16932  src/fcxml.c | 3 ++-
16933  2 files changed, 4 insertions(+), 2 deletions(-)
16934
16935 commit f7364e6273df6f660e6b01ea5189e88b34ba4602
16936 Author: Benjamin Close <Benjamin.Close@clearchain.com>
16937 Date:   Thu Feb 12 10:23:40 2009 +1030
16938
16939     Remove build manpage logfile if it exists
16940
16941  doc/Makefile.am | 1 +
16942  1 file changed, 1 insertion(+)
16943
16944 commit 0e21b5a4d5609a5dd0f332b412d878b6f1037d29
16945 Author: Peter <pva@gentoo.org>
16946 Date:   Sun Jun 22 09:21:05 2008 -0700
16947
16948     Make sure alias files are built first (bug 16464)
16949
16950     Signed-off-by: Keith Packard <keithp@keithp.com>
16951
16952  fc-case/Makefile.am | 4 +++-
16953  1 file changed, 3 insertions(+), 1 deletion(-)
16954
16955 commit a93b4c2aab1d79573abd646147596a8a34b19350
16956 Author: Keith Packard <keithp@keithp.com>
16957 Date:   Sat May 31 19:24:35 2008 -0700
16958
16959     Bump version to 2.6.0
16960
16961  README                  | 6 ++++--
16962  configure.in            | 2 +-
16963  fontconfig/fontconfig.h | 4 ++--
16964  3 files changed, 7 insertions(+), 5 deletions(-)
16965
16966 commit d0902ee0867bd11e4ff266876a69c258eee8d08d
16967 Author: Keith Packard <keithp@keithp.com>
16968 Date:   Sat May 24 17:52:41 2008 -0700
16969
16970     Bump version to 2.5.93
16971
16972  README                  | 34 ++++++++++++++++++++++++++++++++--
16973  configure.in            |  2 +-
16974  fontconfig/fontconfig.h |  2 +-
16975  3 files changed, 34 insertions(+), 4 deletions(-)
16976
16977 commit 8ade2369238a0b439192a847f12fcc9748a6d73a
16978 Author: Keith Packard <keithp@keithp.com>
16979 Date:   Sat May 24 17:14:24 2008 -0700
16980
16981     Ignore empty <dir></dir> elements
16982
16983     An empty element would cause every file starting with the current
16984     directory to be scanned, probably not what the user wanted.
16985
16986  src/fcxml.c | 4 +++-
16987  1 file changed, 3 insertions(+), 1 deletion(-)
16988
16989 commit 83c5c357abc8d626680943537b4dbc020d6c378c
16990 Author: Keith Packard <keithp@keithp.com>
16991 Date:   Sat May 24 17:01:12 2008 -0700
16992
16993     Oops. Fix for bug 15928 used wrong path for installed fc-cache.
16994
16995     fc-cache lives in $(bindir)/fc-cache, not $(bindir)/fc-cache/fc-cache.
16996
16997  Makefile.am | 4 ++--
16998  1 file changed, 2 insertions(+), 2 deletions(-)
16999
17000 commit e91e7efd7b0e0ca6f9f2e718541f99331447b40a
17001 Author: Keith Packard <keithp@keithp.com>
17002 Date:   Sat May 24 16:32:27 2008 -0700
17003
17004     Libs.private needs freetype libraries
17005
17006     To make static linking work, fontconfig.pc needs @FREETYPE_LIBS@ in
17007     Libs.private.
17008
17009  fontconfig.pc.in | 2 +-
17010  1 file changed, 1 insertion(+), 1 deletion(-)
17011
17012 commit ad3fc667914d19435ade56adc8afe584d5605d10
17013 Author: Sayamindu Dasgupta <sayamindu@gmail.com>
17014 Date:   Sat May 24 16:15:27 2008 -0700
17015
17016     FcConfigUptoDate breaks if directory mtime is in the future. Bug
17017     14424.
17018
17019     At OLPC, we came across a bug where the Browse activity (based
17020     on xulrunner)
17021     took 100% CPU after an upgrade/. It turns out the Mozilla uses
17022     FcConfigUptoDate() to check if new fonts have been added to the
17023     system, and
17024     this function was always returning FcFalse since we have the mtimes
17025     of some
17026     font directories set in the future. The attached patch makes
17027     FcConfigUptoDate() print a warning and return FcTrue if mtime of
17028     directories
17029     are in the future.
17030
17031  src/fccfg.c | 13 ++++++++++++-
17032  1 file changed, 12 insertions(+), 1 deletion(-)
17033
17034 commit b808204023ab47eb06dc520665eb7a0473320a9b
17035 Author: Evgeniy Stepanov <eugeni.stepanov@gmail.com>
17036 Date:   Sat May 24 16:09:17 2008 -0700
17037
17038     Fix index/offset for 'decorative' matcher. Bug 15890.
17039
17040     It seems indices in _FcMatchers array are slightly mixed up,
17041     MATCH_DECORATIVE
17042     should be 10, not 11.
17043
17044     And MATCH_RASTERIZER_INDEX should be 13, not 12, right?
17045
17046  src/fcmatch.c | 7 +++----
17047  1 file changed, 3 insertions(+), 4 deletions(-)
17048
17049 commit c6228a34b0ebaab3df395163b3b9246da2aa7d8c
17050 Author: Glen Low <glen.low@pixelglow.com>
17051 Date:   Sat May 24 15:59:35 2008 -0700
17052
17053     Fix Win32 build error: install tries to run fc-cache locally
17054     (bug 15928).
17055
17056     When building in Win32 e.g. with MinGW, the install tries to run
17057     fc-cache
17058     locally but the required DLL's are not in the path. I've included
17059     a patch for
17060     this to fix Makefile.in to run fc-cache from bindir but obviously
17061     this should
17062     be applied to Makefile.am instead.
17063
17064     (the second part of this patch was already in the tree)
17065
17066  Makefile.am | 4 ++--
17067  1 file changed, 2 insertions(+), 2 deletions(-)
17068
17069 commit 557f87f7337df1d78c04d2c993916d1d1748360f
17070 Author: Neskie Manuel <neskiem@gmail.com>
17071 Date:   Sat May 24 15:51:41 2008 -0700
17072
17073     Add Secwepemctsin Orthography. Bug 15996.
17074
17075  fc-lang/shs.orth | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
17076  1 file changed, 48 insertions(+)
17077
17078 commit a572f547fd46bf169b617108552ab0fa280f4813
17079 Author: Behdad Esfahbod <freedesktop@behdad.org>
17080 Date:   Sat May 24 15:48:00 2008 -0700
17081
17082     Persian conf update. (bug 16066).
17083
17084  conf.d/40-nonlatin.conf      | 37 +++++++++++++++++++++++++++++++++++++
17085  conf.d/65-fonts-persian.conf | 24 ++++++++++++++++++++----
17086  2 files changed, 57 insertions(+), 4 deletions(-)
17087
17088 commit 0faca4ff826c214c5c5bb0ff7e64a09802230f9d
17089 Author: Alexey Khoroshilov <khoroshilov@linuxtesting.org>
17090 Date:   Sat May 24 15:44:00 2008 -0700
17091
17092     Fix FcStrDirname documentation. (bug 16068)
17093
17094     Description of FcStrDirname is absent in the official documentation of
17095     fontconfig-2.5.92. At the same time the source documentation contains
17096     description of the function.
17097
17098     The problem is a consequence of a misprint in the format of the source
17099     documentation file 'fcstring.fncs'. The finish mark of description
17100     of the
17101     previous function is absent.
17102
17103  doc/fcstring.fncs | 1 +
17104  1 file changed, 1 insertion(+)
17105
17106 commit 4dfb4aa1d4e1a3195d6f2f6873cb48d1d739a1bd
17107 Author: Keith Packard <keithp@keithp.com>
17108 Date:   Mon May 5 08:30:44 2008 -0700
17109
17110     Add a copy of dolt.m4 to acinclude.m4.
17111
17112     An ancient version of dolt.m4 was installed on my system leading to
17113     a broken
17114     build on non-Linux systems.
17115
17116  acinclude.m4 | 137
17117  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
17118  1 file changed, 137 insertions(+)
17119
17120 commit 8d0139b0e68b081c9cdbeaa025fb278105ebf50c
17121 Author: Keith Packard <keithp@keithp.com>
17122 Date:   Sun May 4 19:08:31 2008 -0700
17123
17124     Freetype 2.3.5 (2007-jul-02) fixes indic font hinting. re-enable
17125     (bug 15822)
17126
17127     Autohinting for Indic fonts has been disabled since freetype could
17128     not handle
17129     it properly. But since freetype-2.3.5, the hinting problems for
17130     indic fonts
17131     have been fixed. Thus this is a request to enable the autohinting in
17132     fontconfig again for all the indic fonts.
17133
17134  conf.d/25-unhint-nonlatin.conf | 119
17135  -----------------------------------------
17136  1 file changed, 119 deletions(-)
17137
17138 commit 3a3f687b759ceb76fc1e6407980a4b2717a47219
17139 Author: Keith Packard <keithp@keithp.com>
17140 Date:   Sun May 4 01:27:42 2008 -0700
17141
17142     Add extended, caps, dunhill style mappings.
17143
17144     extended -> expanded.
17145     caps, dunhill -> decorative
17146
17147  src/fcfreetype.c | 5 +++--
17148  1 file changed, 3 insertions(+), 2 deletions(-)
17149
17150 commit 13a14cbf56d56c14d53e5f55d7fcc4bdec900994
17151 Author: Keith Packard <keithp@keithp.com>
17152 Date:   Sun May 4 01:26:40 2008 -0700
17153
17154     Fix a few memory tracking mistakes.
17155
17156     The built-in memory tracking code in fontconfig relies on a lot
17157     of manual
17158     function call tracking. A pain, but it helps debug leaks.
17159
17160  src/fcatomic.c  | 2 +-
17161  src/fccharset.c | 6 ++++++
17162  src/fcinit.c    | 2 ++
17163  src/fcpat.c     | 2 +-
17164  src/fcstr.c     | 9 +++++++--
17165  5 files changed, 17 insertions(+), 4 deletions(-)
17166
17167 commit c6c9400d67ffefa95100d03e6650ea901b05116b
17168 Author: Keith Packard <keithp@keithp.com>
17169 Date:   Sun May 4 01:25:04 2008 -0700
17170
17171     Call FcFini to make memory debugging easier
17172
17173     FcFini frees all libary data structures so valgrind should report 0
17174     allocations in use when the program exits.
17175
17176  fc-cache/fc-cache.c | 1 +
17177  1 file changed, 1 insertion(+)
17178
17179 commit d33d23ada05a688046e4cc0a48b149fbf44c9ce3
17180 Author: Keith Packard <keithp@keithp.com>
17181 Date:   Sat May 3 20:39:07 2008 -0700
17182
17183     Bump version to 2.5.92
17184
17185  README                  | 40 ++++++++++++++++++++++++++++++++++++++--
17186  configure.in            |  2 +-
17187  fontconfig/fontconfig.h |  2 +-
17188  3 files changed, 40 insertions(+), 4 deletions(-)
17189
17190 commit 366887c3845973a6f81dd2e9e7aec60afbc61c32
17191 Author: Keith Packard <keithp@keithp.com>
17192 Date:   Sat May 3 20:38:29 2008 -0700
17193
17194     git ignore doltcompile
17195
17196  .gitignore | 1 +
17197  1 file changed, 1 insertion(+)
17198
17199 commit 0b15b5f38b94ca1eda2b8b25de939776198c017a
17200 Author: Keith Packard <keithp@keithp.com>
17201 Date:   Sat May 3 20:37:49 2008 -0700
17202
17203     Allow for RC versions in README update
17204
17205  new-version.sh | 4 ++--
17206  1 file changed, 2 insertions(+), 2 deletions(-)
17207
17208 commit 19d124dc4f9a68e1c9ddce58bf79a5e11d2ccbfd
17209 Author: Keith Packard <keithp@keithp.com>
17210 Date:   Sat May 3 20:23:37 2008 -0700
17211
17212     Deal with libtool 2.2 which doesn't let us use LT_ variables. (bug
17213     15692)
17214
17215     Libtool-2.2 introduces new restrictions. So now it does not allow LT_*
17216     variables as it includes marcros:
17217
17218     m4_pattern_forbid([^_?LT_[A-Z_]+$])
17219
17220     Rename the LT_ variables to LIBT_ to work around this restriction.
17221
17222  configure.in      | 18 +++++++++---------
17223  fontconfig-zip.in |  2 +-
17224  src/Makefile.am   |  6 +++---
17225  3 files changed, 13 insertions(+), 13 deletions(-)
17226
17227 commit 0028f72bc818ca3bc343383fb644765ae12ce769
17228 Author: Carlo Bramini <carlo.bramix@libero.it>
17229 Date:   Sat May 3 20:17:16 2008 -0700
17230
17231     Add FreeType-dependent functions to fontconfig.def file. (bug 15415)
17232
17233     With PUBLIC_FILES no longer containing the freetype-dependent
17234     symbols, those
17235     must be added to the fontconfig.def file build process.
17236
17237  src/Makefile.am | 4 ++--
17238  1 file changed, 2 insertions(+), 2 deletions(-)
17239
17240 commit bdbc26f3d970581a3248c245451f7fbfb1609601
17241 Author: Keith Packard <keithp@keithp.com>
17242 Date:   Sat May 3 20:14:07 2008 -0700
17243
17244     Make fc-match behave better when style is unknown (bug 15332)
17245
17246  fc-match/fc-match.c | 2 +-
17247  1 file changed, 1 insertion(+), 1 deletion(-)
17248
17249 commit 3322ca855330631e0d849e6beca0c2d82390898f
17250 Author: Keith Packard <keithp@keithp.com>
17251 Date:   Sat May 3 20:07:35 2008 -0700
17252
17253     Use of ":=" in src/Makefile.am is unportable (bug 14420)
17254
17255     Building 2.5.91 on Solaris with the native make(1) yields
17256
17257     ...
17258     Making all in src
17259     make: Fatal error in reader: Makefile, line 313: Unexpected end of
17260     line seen
17261     Current working directory /tmp/fontconfig-2.5.91/src
17262     *** Error code 1
17263
17264     This is due to the following line (src/Makefile.am:143):
17265
17266         CLEANFILES := $(ALIAS_FILES)
17267
17268     Changing that to a standard assignment ("=") fixes the problem.
17269
17270     I believe the ":=" is a typo. ALIAS_FILES is just a statically
17271     assigned
17272     variable; it's not like evaluating it more than once would be
17273     a problem.
17274
17275  src/Makefile.am | 2 +-
17276  1 file changed, 1 insertion(+), 1 deletion(-)
17277
17278 commit df8ceebdbe735226bef602614921d517321c690f
17279 Author: Keith Packard <keithp@keithp.com>
17280 Date:   Sat May 3 20:06:48 2008 -0700
17281
17282     Remove doltcompile in distclean
17283
17284  Makefile.am | 2 +-
17285  1 file changed, 1 insertion(+), 1 deletion(-)
17286
17287 commit 9ffa2fa7efa7815b8808e744c3601631fe1810d7
17288 Author: Ryan Schmidt <freedesktop-2008@ryandesign.com>
17289 Date:   Sat May 3 19:49:07 2008 -0700
17290
17291     fontconfig build fails if "head" is missing or unusable (bug 14304)
17292
17293     If the /usr/bin/head program is missing or unusable, or if an
17294     unusable head
17295     program is listed first in the PATH, fontconfig fails to build
17296
17297     using "sed -n 1p" instead of "head -1" would be a suitable workaround.
17298
17299  src/makealias | 2 +-
17300  1 file changed, 1 insertion(+), 1 deletion(-)
17301
17302 commit 6d65081e35fc1ffae1212f173853b0693645192e
17303 Author: Dennis Schridde <lindevel@gmx.net>
17304 Date:   Sat May 3 19:45:31 2008 -0700
17305
17306     Proper config path for static libraries in win32
17307
17308     Since fontconfig didn't have special handling for paths in static
17309     Windows
17310     libraries, I've created a patch which should fix this.
17311
17312     Basically it does this:
17313     fccfg.c:
17314     If fontconfig_path was uninitialised it tries to get the directory
17315     the exe is
17316     in and uses a fonts/ dir inside that.
17317     fcxml.c:
17318     In case the fonts.conf lists a <dir>CUSTOMFONTDIR</dir>, it searches
17319     for a
17320     fonts/ directory where the exe is located.
17321
17322  src/fccfg.c | 26 +++++++++++++++++++++-----
17323  src/fcxml.c | 22 +++++++++++++++++++++-
17324  2 files changed, 42 insertions(+), 6 deletions(-)
17325
17326 commit ae6fac08029bce11487d2d20184b1cabb4e0ec34
17327 Author: Changwoo Ryu <cwryu@debian.org>
17328 Date:   Sat May 3 19:39:56 2008 -0700
17329
17330     Korean font in the default config - replacing baekmuk with un
17331     (bug 13569)
17332
17333     I propose to replace the default Baekmuk Korean fonts with Un fonts.
17334
17335     Some people don't agree but most Korean people prefer Un fonts
17336     to Baekmuk
17337     ones.  Un fonts just look better, at least in the most common Linux
17338     desktops
17339     (antialiased, GNOME or KDE, high resolution).
17340
17341  conf.d/40-nonlatin.conf | 2 ++
17342  conf.d/65-nonlatin.conf | 4 ++++
17343  2 files changed, 6 insertions(+)
17344
17345 commit 53aec111074cf7b46d15eb84a55791d3c95bc15e
17346 Author: Sylvain Pasche <sylvain.pasche@gmail.com>
17347 Date:   Sat May 3 19:33:45 2008 -0700
17348
17349     Fontconfig options for freetype sub-pixel filter configuration
17350
17351     David Turner has modified FreeType to be able to render sub-pixel
17352     decimated
17353     glyphs using different methods of filtering. Fontconfig needs new
17354     configurables to support selecting these new filtering options. A
17355     patch
17356     follows that would correspond to one available for Cairo in bug 10301.
17357
17358  doc/fontconfig-devel.sgml | 1 +
17359  doc/fontconfig-user.sgml  | 5 +++++
17360  fontconfig/fontconfig.h   | 9 ++++++++-
17361  src/fcint.h               | 3 ++-
17362  src/fcname.c              | 7 ++++++-
17363  5 files changed, 22 insertions(+), 3 deletions(-)
17364
17365 commit c26344ecfc1d3b85671f5d948a10d5cc27c21c2f
17366 Author: Frederic Crozat <fcrozat@mandriva.com>
17367 Date:   Sat May 3 19:26:09 2008 -0700
17368
17369     Merge some of Mandriva configuration into upstream configuration. Bug
17370     13247
17371
17372     This is merging some parts of Mandriva fontconfig changes, mostly
17373     adding and
17374     documenting fonts to common aliases.
17375
17376  conf.d/25-unhint-nonlatin.conf | 20 +++++++++++
17377  conf.d/60-latin.conf           |  3 ++
17378  conf.d/65-nonlatin.conf        | 81
17379  ++++++++++++++++++++++++++++++++++++++----
17380  conf.d/69-unifont.conf         |  4 +++
17381  4 files changed, 101 insertions(+), 7 deletions(-)
17382
17383 commit c014142a207d6f3ac63580dfb0cacb243776f7c5
17384 Author: Keith Packard <keithp@keithp.com>
17385 Date:   Sat May 3 19:09:57 2008 -0700
17386
17387     Add --all flag to fc-match to show the untrimmed list. Bug 13018.
17388
17389  fc-match/fc-match.c | 18 ++++++++++++------
17390  1 file changed, 12 insertions(+), 6 deletions(-)
17391
17392 commit 8415442f9bb8ad624c9940adf187390468c70548
17393 Author: Keith Packard <keithp@keithp.com>
17394 Date:   Sat May 3 18:04:32 2008 -0700
17395
17396     Add some sample cursive and fantasy families.
17397
17398  conf.d/45-latin.conf | 20 ++++++++++++++++++++
17399  conf.d/60-latin.conf | 24 ++++++++++++++++++++++++
17400  2 files changed, 44 insertions(+)
17401
17402 commit 73e8ae3ac8890af2dd8dd769686e2d34b749e3d0
17403 Author: Keith Packard <keithp@keithp.com>
17404 Date:   Sat May 3 17:43:39 2008 -0700
17405
17406     Remove size and dpi values from bitmap fonts. Bug 8765.
17407
17408     The only relevant information is the pixel size; don't report
17409     anything else.
17410
17411  src/fcfreetype.c | 34 ----------------------------------
17412  1 file changed, 34 deletions(-)
17413
17414 commit 60421f5d68e81478430c2d9c796eedbf6d43b3cf
17415 Author: Keith Packard <keithp@keithp.com>
17416 Date:   Sat May 3 17:19:43 2008 -0700
17417
17418     Work around for bitmap-only TrueType fonts that are missing the
17419     glyf table.
17420
17421     Bitmap-only TrueType fonts without a glyf table will not load a
17422     glyph when
17423     FT_LOAD_NO_SCALE is set. Work around this by identifying TrueType
17424     fonts that have no
17425     glyphs and select a single strike to measure the glyph map with.
17426
17427  src/fcfreetype.c | 58
17428  +++++++++++++++++++++++++++++++++++++++++++++++++-------
17429  1 file changed, 51 insertions(+), 7 deletions(-)
17430
17431 commit ef9db2e2d286c4c26a2cb06aef14d175c33d0898
17432 Author: Keith Packard <keithp@keithp.com>
17433 Date:   Sat May 3 17:18:01 2008 -0700
17434
17435     Use DOLT if available
17436
17437  configure.in | 1 +
17438  1 file changed, 1 insertion(+)
17439
17440 commit ba884599133e444b5f6d0b9b6981079cf8059b9f
17441 Author: Eric Anholt <eric@anholt.net>
17442 Date:   Fri Apr 18 11:52:41 2008 -0700
17443
17444     Fix build with !ENABLE_DOCS and no built manpages.
17445
17446  fc-cache/Makefile.am | 8 ++++++--
17447  fc-cat/Makefile.am   | 8 ++++++--
17448  fc-list/Makefile.am  | 8 ++++++--
17449  fc-match/Makefile.am | 8 ++++++--
17450  4 files changed, 24 insertions(+), 8 deletions(-)
17451
17452 commit 0dffe625d43c1165f8b84f97e8ba098793e2cf7b
17453 Author: Keith Packard <keithp@keithp.com>
17454 Date:   Thu Jan 10 10:58:25 2008 -0800
17455
17456     Bump version to 2.5.91
17457
17458  README                  | 26 ++++++++++++++++++++++----
17459  configure.in            |  2 +-
17460  fontconfig/fontconfig.h |  2 +-
17461  3 files changed, 24 insertions(+), 6 deletions(-)
17462
17463 commit b2cbf483ab520ff21ca2152f960498d181613608
17464 Author: Keith Packard <keithp@keithp.com>
17465 Date:   Thu Jan 10 10:58:22 2008 -0800
17466
17467     git-tag requires space after -m flag
17468
17469  new-version.sh | 2 +-
17470  1 file changed, 1 insertion(+), 1 deletion(-)
17471
17472 commit 51f1536479064c2d224860c15271a9b14c87fd62
17473 Author: Keith Packard <keithp@keithp.com>
17474 Date:   Thu Jan 10 10:56:52 2008 -0800
17475
17476     new-version.sh was mis-editing files
17477
17478  new-version.sh | 19 ++++++++-----------
17479  1 file changed, 8 insertions(+), 11 deletions(-)
17480
17481 commit 554dc2e7b7e3c1cb6409d0cd786cfbea480fcf69
17482 Author: Keith Packard <keithp@keithp.com>
17483 Date:   Thu Jan 10 10:48:00 2008 -0800
17484
17485     Add more files to .gitignore
17486
17487  .gitignore | 7 +++++--
17488  1 file changed, 5 insertions(+), 2 deletions(-)
17489
17490 commit 94d4f51d854f33b158e7eef2df75a5b21e95fb27
17491 Author: Keith Packard <keithp@keithp.com>
17492 Date:   Thu Jan 10 10:43:33 2008 -0800
17493
17494     Distribute khmer font aliases
17495
17496  conf.d/65-khmer.conf | 16 ++++++++++++++++
17497  conf.d/Makefile.am   |  1 +
17498  2 files changed, 17 insertions(+)
17499
17500 commit fba7c37f98658e3ee94bb454868885b7f3a8ec5e
17501 Author: Keith Packard <keithp@keithp.com>
17502 Date:   Thu Jan 10 10:40:41 2008 -0800
17503
17504     Create new-version.sh to help with releases, update INSTALL
17505     instructions
17506
17507  INSTALL        |  36 +++++------------
17508  new-version.sh | 121
17509  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
17510  2 files changed, 131 insertions(+), 26 deletions(-)
17511
17512 commit ad43ccaafa4f987b982afa2fff07ee8003c51a81
17513 Author: Keith Packard <keithp@keithp.com>
17514 Date:   Thu Jan 10 08:58:57 2008 -0800
17515
17516     Distribute new fcftint.h file
17517
17518  src/Makefile.am | 2 +-
17519  1 file changed, 1 insertion(+), 1 deletion(-)
17520
17521 commit 32fed4572754c2d484cd1605ff273c3fbfbd09bb
17522 Author: Keith Packard <keithp@keithp.com>
17523 Date:   Tue Jan 8 12:34:19 2008 -0800
17524
17525     Eliminate references to freetype from utility Makefile.am's
17526
17527     The utility programs don't use any freetype interfaces, so they
17528     don't need to directly refer to freetype headers or libraries.
17529
17530  fc-cache/Makefile.am | 4 ++--
17531  fc-cat/Makefile.am   | 4 ++--
17532  fc-list/Makefile.am  | 4 ++--
17533  fc-match/Makefile.am | 4 ++--
17534  4 files changed, 8 insertions(+), 8 deletions(-)
17535
17536 commit a0a1da22a4a8e66e47e2ec8ac0515741b8ad7a7f
17537 Author: Keith Packard <keithp@keithp.com>
17538 Date:   Mon Jan 7 16:31:06 2008 -0800
17539
17540     Include fcftaliastail.h so that the freetype funcs are exported.
17541
17542     This header file needs to be included at the end of every file that
17543     exports any freetype symbols.
17544
17545  src/fcfreetype.c | 1 +
17546  src/fclang.c     | 1 +
17547  src/fcpat.c      | 1 +
17548  3 files changed, 3 insertions(+)
17549
17550 commit dbd065ad312921308add99fc4cb31457d9045e6a
17551 Author: Keith Packard <keithp@keithp.com>
17552 Date:   Wed Jan 2 08:47:14 2008 -0800
17553
17554     Remove freetype requirement for build-time applications.
17555
17556     This avoids requiring the freetype development files when cross
17557     compiling
17558
17559  fc-arch/Makefile.am      |  2 +-
17560  fc-case/Makefile.am      |  2 +-
17561  fc-glyphname/Makefile.am |  2 +-
17562  fc-lang/Makefile.am      |  2 +-
17563  src/Makefile.am          | 13 +++++++++---
17564  src/fcfreetype.c         |  1 +
17565  src/fcftint.h            | 54
17566  ++++++++++++++++++++++++++++++++++++++++++++++++
17567  src/fcint.h              | 18 +---------------
17568  src/fclang.c             |  1 +
17569  src/fcpat.c              |  1 +
17570  src/makealias            |  6 ++++--
17571  11 files changed, 76 insertions(+), 26 deletions(-)
17572
17573 commit 0aa5fbaa0df9d6c7bee8e0839dd443de9c48a402
17574 Author: Keith Packard <keithp@keithp.com>
17575 Date:   Sun Dec 23 14:06:41 2007 -0800
17576
17577     Fix OOM failure case in FcPStackPush.
17578
17579     When allocation for the node attributes fail, clean up the node
17580     allocation
17581     and report failure.
17582
17583  src/fcxml.c | 5 +++++
17584  1 file changed, 5 insertions(+)
17585
17586 commit 0f7870887adff6db3cffda5485418143f2bfa1f6
17587 Author: Hongbo Zhao <hongbo.zhao@gmail.com>
17588 Date:   Wed Dec 12 21:47:33 2007 -0800
17589
17590     Not_contain should use strstr, not strcmp on strings. (bug 13632)
17591
17592     For Version 2.5.0, (same for previous version 2.4.2), in source
17593     file fccfg.c,
17594     on line 700,
17595
17596     Original:
17597           ret = FcStrCmpIgnoreCase (left.u.s, right.u.s) == 0;
17598
17599     Should change to:
17600           ret = FcStrStrIgnoreCase (left.u.s, right.u.s) == 0;
17601
17602     I think this is just a mistake when copy-n-paste similar codes in
17603     the same
17604     function. Apparently, return for "Not_contain" should be just the
17605     inverse of
17606     "Contain", not the same as "Equal".
17607
17608  src/fccfg.c | 2 +-
17609  1 file changed, 1 insertion(+), 1 deletion(-)
17610
17611 commit 6e5d2cb931f11f0aba8d187e49ddc7cc92a5be85
17612 Author: Keith Packard <keithp@keithp.com>
17613 Date:   Sun Nov 25 16:35:55 2007 -0800
17614
17615     Move conf.avail/README to conf.d/README (bug 13392)
17616
17617     Because conf.d is where most people look first.  And the comment at
17618     the top
17619     of the README file says conf.d/README too.
17620
17621  conf.d/Makefile.am | 7 +++++--
17622  1 file changed, 5 insertions(+), 2 deletions(-)
17623
17624 commit 8a0bd93e8a81b105206c1433e2da55b1acef1070
17625 Author: Keith Packard <keithp@koto.keithp.com>
17626 Date:   Tue Nov 13 18:56:44 2007 -0800
17627
17628     Bump version number to 2.5
17629
17630  README                  | 15 +++++++++++++--
17631  configure.in            |  2 +-
17632  fontconfig/fontconfig.h |  4 ++--
17633  3 files changed, 16 insertions(+), 5 deletions(-)
17634
17635 commit 8a3dc4880c1182ea446cdbc0885e956c6517cf83
17636 Author: Tor Lillqvist <tml@iki.fi>
17637 Date:   Tue Nov 13 16:41:55 2007 -0800
17638
17639     Workaround for stat() brokenness in Microsoft's C library (bug 8526)
17640
17641     Fix a couple of longstanding problems with fontconfig on Windows that
17642     manifest themselves especially in GIMP. The root cause to the problems
17643     is in
17644     Microsoft's incredibly stupid stat() implementation. Basically, stat()
17645     returns wrong timestamp fields for files on NTFS filesystems on
17646     machines
17647     that use automatic DST switching.
17648
17649     See for instance http://bugzilla.gnome.org/show_bug.cgi?id=154968 and
17650     http://www.codeproject.com/datetime/dstbugs.asp
17651
17652     As fccache.c now looks at more fields in the stat struct I fill in
17653     them all.
17654     I noticed that fstat() is used only on a fd just after opening it,
17655     so on
17656     Win32 I just call my stat() replacement before opening instead...
17657     Implementing a good replacement for fstat() would be harder because
17658     the code
17659     in fccache.c wants to compare inode numbers. There are no (readily
17660     accessible) inode numbers on Win32, so I fake it with the hash of
17661     the full
17662     file name, in the case as it is on disk. And fstat() doesn't know
17663     the full
17664     file name, so it would be rather hard to come up with a inode
17665     number to
17666     identify the file.
17667
17668     The patch also adds similar handling for the cache directory as for
17669     the fonts
17670     directory: If a cachedir element in fonts.conf contains the magic
17671     string
17672     "WINDOWSTEMPDIR_FONTCONFIG_CACHE" it is replaced at runtime with a
17673     path under
17674     the machine's (or user's) temp folder as returned by GetTempPath(). I
17675     don't
17676     want to hardcode any pathnames in a fonts.conf intended to be
17677     distributed to
17678     end-users, most of which who wouldn't know how to edit it anyway. And
17679     requiring an installer to edit it gets complicated.
17680
17681  configure.in         |  6 +++-
17682  fc-cache/Makefile.am |  3 ++
17683  src/fccache.c        | 93
17684  +++++++++++++++++++++++++++++++++++++++++++++++++++-
17685  src/fcxml.c          | 24 ++++++++++++++
17686  4 files changed, 124 insertions(+), 2 deletions(-)
17687
17688 commit 1315db01b626aedd27e3e05bde96ce46c253629b
17689 Author: Keith Packard <keithp@koto.keithp.com>
17690 Date:   Tue Nov 13 15:48:30 2007 -0800
17691
17692     Revert "Remove fcprivate.h, move the remaining macros to fcint.h."
17693
17694     This reverts commit b607922909acfc7ae96de688ed34efd19cd038ac.
17695
17696     Conflicts:
17697
17698             src/Makefile.am
17699
17700     Xft still uses the macros that are in fcprivate.h. Document those
17701     macros and
17702     include fcprivate.h in the published header files.
17703
17704  doc/check-missing-doc   |   1 +
17705  doc/fcobjectset.fncs    |  11 +++++
17706  doc/fcpattern.fncs      |  12 ++++-
17707  fontconfig/Makefile.am  |   3 +-
17708  fontconfig/fcprivate.h  | 123
17709  ++++++++++++++++++++++++++++++++++++++++++++++++
17710  fontconfig/fontconfig.h |   2 +-
17711  src/Makefile.am         |   3 +-
17712  src/fcint.h             |  95 +------------------------------------
17713  8 files changed, 152 insertions(+), 98 deletions(-)
17714
17715 commit eaf4470a465cbfb95e2ba4df017d45f7b1d9c131
17716 Author: Keith Packard <keithp@koto.keithp.com>
17717 Date:   Tue Nov 13 15:16:58 2007 -0800
17718
17719     Document that FcConfigGetFonts returns the internal fontset (bug
17720     13197)
17721
17722     FcConfigGetFonts returns the internal font set used by the library
17723     which
17724     must not be freed by the application or 'bad things' will happen.
17725
17726  doc/fcconfig.fncs | 3 ++-
17727  1 file changed, 2 insertions(+), 1 deletion(-)
17728
17729 commit 3fb38716aefef0fac300dee059403c04c1cbaa6c
17730 Author: Keith Packard <keithp@koto.keithp.com>
17731 Date:   Tue Nov 13 15:11:35 2007 -0800
17732
17733     Document that Match calls FcFontRenderPrepare (bug 13162).
17734
17735     The behaviour of FcFontMatch and FcFontSetMatch is hard to understand
17736     without
17737     knowing that they call FcFontRenderPrepare.
17738
17739  doc/fcconfig.fncs  | 12 ++++++++----
17740  doc/fcfontset.fncs | 12 ++++++++----
17741  2 files changed, 16 insertions(+), 8 deletions(-)
17742
17743 commit fab44f3cb63dc8bd1285dcbd6ad4f1f468f91daf
17744 Author: Keith Packard <keithp@koto.keithp.com>
17745 Date:   Tue Nov 13 14:58:39 2007 -0800
17746
17747     Document several function return values (Bug 13145).
17748
17749     Several functions had no indication of what the return value would be,
17750     mostly these were allocation failure returns.
17751
17752  doc/fcatomic.fncs     |  4 +++-
17753  doc/fcconfig.fncs     | 21 ++++++++++++++-------
17754  doc/fcconstant.fncs   |  8 ++++++--
17755  doc/fcfile.fncs       | 28 +++++++++++++++-------------
17756  doc/fcfontset.fncs    |  3 ++-
17757  doc/fcinit.fncs       |  7 +++++--
17758  doc/fcobjectset.fncs  |  3 ++-
17759  doc/fcobjecttype.fncs |  6 ++++--
17760  8 files changed, 51 insertions(+), 29 deletions(-)
17761
17762 commit ed7955a58f93927eb304ecf8d4d5274dbdc2362b
17763 Author: Keith Packard <keithp@koto.keithp.com>
17764 Date:   Mon Nov 5 16:08:55 2007 -0800
17765
17766     Fix parallel build in doc directory.
17767
17768     docbook2man has fixed output file names; place output in a
17769     subdirectory to
17770     avoid collisions.
17771
17772  doc/Makefile.am | 8 +++++---
17773  1 file changed, 5 insertions(+), 3 deletions(-)
17774
17775 commit 37e9d33950df03f76b6938ae5675ecfc853eb903
17776 Author: Keith Packard <keithp@koto.keithp.com>
17777 Date:   Mon Nov 5 15:52:45 2007 -0800
17778
17779     Update version numbers to 2.4.92 (2.5 RC2)
17780
17781  README                  | 49
17782  +++++++++++++++++++++++++++++++++++++++++++++++--
17783  fontconfig/fontconfig.h |  2 +-
17784  2 files changed, 48 insertions(+), 3 deletions(-)
17785
17786 commit a504f6b5394b96d2c6a24772b61705227a8e88ab
17787 Author: Behdad Esfahbod <behdad@behdad.org>
17788 Date:   Mon Nov 5 18:12:51 2007 -0500
17789
17790     Simplify/improve 30-metric-aliases.conf
17791
17792  conf.d/30-metric-aliases.conf | 192
17793  ++++++++++++++++++++++++------------------
17794  1 file changed, 109 insertions(+), 83 deletions(-)
17795
17796 commit cbff442c69bfbb6895f5033dfcda325c0508cb3f
17797 Author: Behdad Esfahbod <behdad@behdad.org>
17798 Date:   Mon Nov 5 17:07:36 2007 -0500
17799
17800     Remove list of available conf files from README.
17801     It was redundant and out-dated.
17802
17803  conf.d/README | 29 +----------------------------
17804  1 file changed, 1 insertion(+), 28 deletions(-)
17805
17806 commit 0294bda4800b94828b59139e6205730c74261c40
17807 Author: Behdad Esfahbod <behdad@behdad.org>
17808 Date:   Mon Nov 5 17:05:36 2007 -0500
17809
17810     Fix documented conf-file naming format in README
17811
17812  conf.d/README | 8 ++++----
17813  1 file changed, 4 insertions(+), 4 deletions(-)
17814
17815 commit 07d04da76c4009552866ae0d2f85659186ef77d6
17816 Author: Behdad Esfahbod <behdad@behdad.org>
17817 Date:   Mon Nov 5 17:01:44 2007 -0500
17818
17819     Remove 25-unhint-nonlatin.conf from default configuration by not
17820     linking it.
17821
17822  conf.d/Makefile.am | 1 -
17823  1 file changed, 1 deletion(-)
17824
17825 commit 9bac30859b9b2b532b9028dc6fe1730b87e95686
17826 Author: Behdad Esfahbod <behdad@behdad.org>
17827 Date:   Mon Nov 5 16:46:19 2007 -0500
17828
17829     Oops, fix Makefile.am.
17830
17831  conf.d/Makefile.am | 4 ++--
17832  1 file changed, 2 insertions(+), 2 deletions(-)
17833
17834 commit 93b4049c9ac6283fbf05a2a414ff3b4edaef822e
17835 Author: Behdad Esfahbod <behdad@behdad.org>
17836 Date:   Mon Nov 5 16:43:49 2007 -0500
17837
17838     Remove 20-lohit-gujarati.conf.  It's covered by
17839     25-unhint-nonlatin.conf now.
17840
17841  conf.d/20-lohit-gujarati.conf | 11 -----------
17842  conf.d/Makefile.am            |  2 --
17843  2 files changed, 13 deletions(-)
17844
17845 commit 7465091fa90753440ed775de5783387bc4fd9cc4
17846 Author: Behdad Esfahbod <behdad@behdad.org>
17847 Date:   Mon Nov 5 16:43:14 2007 -0500
17848
17849     Remove redundant/obsolete comments from conf files.
17850
17851     Conf files had an initial comment mentioning the files' name.
17852     This was outdated and wrong in most cases.  There's no real use
17853     in that.
17854
17855  conf.d/10-autohint.conf          | 1 -
17856  conf.d/10-no-sub-pixel.conf      | 1 -
17857  conf.d/10-sub-pixel-bgr.conf     | 1 -
17858  conf.d/10-sub-pixel-rgb.conf     | 1 -
17859  conf.d/10-sub-pixel-vbgr.conf    | 1 -
17860  conf.d/10-sub-pixel-vrgb.conf    | 1 -
17861  conf.d/10-unhinted.conf          | 1 -
17862  conf.d/20-fix-globaladvance.conf | 1 -
17863  conf.d/20-unhint-small-vera.conf | 1 -
17864  conf.d/25-unhint-nonlatin.conf   | 1 -
17865  conf.d/30-metric-aliases.conf    | 1 -
17866  conf.d/30-urw-aliases.conf       | 1 -
17867  conf.d/50-user.conf              | 1 -
17868  conf.d/51-local.conf             | 1 -
17869  conf.d/65-fonts-persian.conf     | 1 -
17870  conf.d/70-no-bitmaps.conf        | 1 -
17871  conf.d/70-yes-bitmaps.conf       | 1 -
17872  conf.d/80-delicious.conf         | 1 -
17873  18 files changed, 18 deletions(-)
17874
17875 commit 531a143858aa1b5c82ee20bdacc292c0a31b6cfb
17876 Author: Behdad Esfahbod <behdad@behdad.org>
17877 Date:   Mon Nov 5 16:40:25 2007 -0500
17878
17879     Use binding="same" in 30-urw-aliases.conf and remove duplicate
17880     entries.
17881
17882     Times, Helvetical, and Courier are already handled in
17883     30-metric-aliases.conf.
17884     Remove them here and add a comment instead.
17885
17886  conf.d/30-urw-aliases.conf | 27 ++++++++-------------------
17887  1 file changed, 8 insertions(+), 19 deletions(-)
17888
17889 commit 4b51f173c99152586db26b03752873a4b4020672
17890 Author: Behdad Esfahbod <behdad@behdad.org>
17891 Date:   Mon Nov 5 16:36:55 2007 -0500
17892
17893     Split 40-generic.conf into 40-nonlatin.conf and 45-latin.conf
17894
17895  conf.d/40-nonlatin.conf                   | 51
17896  +++++++++++++++++++++++++++++++
17897  conf.d/{40-generic.conf => 45-latin.conf} | 24 ---------------
17898  conf.d/Makefile.am                        |  6 ++--
17899  conf.d/README                             |  5 +--
17900  4 files changed, 58 insertions(+), 28 deletions(-)
17901
17902 commit 39968fb223bf2eeb5502553c8d316dc4914a32ba
17903 Author: Behdad Esfahbod <behdad@behdad.org>
17904 Date:   Mon Nov 5 16:14:35 2007 -0500
17905
17906     Add/update config files from Fedora.
17907
17908  conf.d/25-unhint-nonlatin.conf | 228
17909  +++++++++++++++++++++++++++++++++++++++++
17910  conf.d/30-amt-aliases.conf     |  21 ----
17911  conf.d/30-metric-aliases.conf  | 186 +++++++++++++++++++++++++++++++++
17912  conf.d/40-generic.conf         |  22 +++-
17913  conf.d/65-nonlatin.conf        |  45 ++++++++
17914  conf.d/Makefile.am             |   6 +-
17915  conf.d/README                  |   3 +-
17916  7 files changed, 483 insertions(+), 28 deletions(-)
17917
17918 commit cf223cc7bcae94e839d7ac1e980f289cca5199b0
17919 Author: Behdad Esfahbod <behdad@behdad.org>
17920 Date:   Mon Nov 5 15:29:44 2007 -0500
17921
17922     Add FcGetLangs() and FcLangGetCharSet().
17923
17924  doc/fclangset.fncs      | 16 ++++++++++++++++
17925  fontconfig/fontconfig.h |  6 ++++++
17926  src/fcint.h             |  3 ---
17927  src/fclang.c            | 20 ++++++++++++++++++--
17928  4 files changed, 40 insertions(+), 5 deletions(-)
17929
17930 commit 811995b79db16be39046dbbffcc5a7d66f88b731
17931 Author: Behdad Esfahbod <behdad@behdad.org>
17932 Date:   Mon Nov 5 15:29:03 2007 -0500
17933
17934     Fix trivial bugs in edit-sgml.c
17935
17936  doc/edit-sgml.c | 3 ++-
17937  1 file changed, 2 insertions(+), 1 deletion(-)
17938
17939 commit de1faa42d1425f80366707a730ea919c57e57b2f
17940 Author: Keith Packard <keithp@koto.keithp.com>
17941 Date:   Sun Nov 4 12:20:45 2007 -0800
17942
17943     Export FcConfig{G,S}etRescanInverval from .so, mark as deprecated.
17944
17945     These two names are typos of the correct names. Instead of simply
17946     changing
17947     them, the correct thing to do is leave them in the library, add
17948     the correct
17949     functions and mark them as deprecated so any source packages will
17950     be updated.
17951
17952     This requires bumping the minor version of the library (for adding
17953     APIs)
17954     instead of bumping the major version of the library (for removing
17955     APIs).
17956
17957  configure.in            |  6 +++---
17958  fontconfig/fontconfig.h | 13 +++++++++++++
17959  src/Makefile.am         |  5 +++--
17960  src/fccfg.c             | 16 ++++++++++++++++
17961  src/fcdeprecate.h       | 36 ++++++++++++++++++++++++++++++++++++
17962  src/fcint.h             |  1 +
17963  6 files changed, 72 insertions(+), 5 deletions(-)
17964
17965 commit 69d3eb9cb8e58ab771170f68868748204a4793ab
17966 Author: Keith Packard <keithp@koto.keithp.com>
17967 Date:   Sat Nov 3 23:43:48 2007 -0700
17968
17969     Ignore new generated documentation
17970
17971  .gitignore | 3 +++
17972  1 file changed, 3 insertions(+)
17973
17974 commit dc7b6f1d79b5508706be9242b79180727701e54f
17975 Author: Keith Packard <keithp@koto.keithp.com>
17976 Date:   Sat Nov 3 23:42:32 2007 -0700
17977
17978     Link new function documentation into the fontconfig-devel.sgml
17979
17980  doc/fontconfig-devel.sgml | 31 +++++++++++++++++++++++++++++++
17981  1 file changed, 31 insertions(+)
17982
17983 commit dac27f2f1a766b042487827c726b3ccae147d282
17984 Author: Keith Packard <keithp@koto.keithp.com>
17985 Date:   Sat Nov 3 23:41:38 2007 -0700
17986
17987     Formatting syntax mistake in doc/fclangset.fncs.
17988
17989     <parameter>ls</function> needed to be <parameter>ls</parameter>.
17990
17991  doc/fclangset.fncs | 2 +-
17992  1 file changed, 1 insertion(+), 1 deletion(-)
17993
17994 commit 9bfb41ffefe41c90c8b16e155e04e6c6a5a2c1fd
17995 Author: Keith Packard <keithp@koto.keithp.com>
17996 Date:   Sat Nov 3 23:23:55 2007 -0700
17997
17998     Generate fccache.sgml, fcdircache.sgml and fclangset.sgml.
17999
18000     Just adding the .fncs versions doesn't get these files generated.
18001
18002  doc/Makefile.am | 3 +++
18003  1 file changed, 3 insertions(+)
18004
18005 commit bfdc0047c670b0ac38bf050bbb81e0ef7299aa1f
18006 Author: Keith Packard <keithp@koto.keithp.com>
18007 Date:   Sat Nov 3 23:23:09 2007 -0700
18008
18009     Fix formatting syntax in doc/fccache.fncs
18010
18011  doc/fccache.fncs | 8 ++++----
18012  1 file changed, 4 insertions(+), 4 deletions(-)
18013
18014 commit f2772d6b45bcfc27618968fdbb08dcc50a18be22
18015 Author: Keith Packard <keithp@koto.keithp.com>
18016 Date:   Sat Nov 3 23:03:11 2007 -0700
18017
18018     Replace incorrect documentation uses of 'char' with 'FcChar8'
18019     (bug 13002).
18020
18021  doc/fcconfig.fncs         | 10 +++++-----
18022  doc/fcfile.fncs           |  6 +++---
18023  doc/fcfreetype.fncs       |  4 ++--
18024  doc/fcpattern.fncs        |  6 +++---
18025  doc/fontconfig-devel.sgml |  2 +-
18026  5 files changed, 14 insertions(+), 14 deletions(-)
18027
18028 commit b4a3e834126a3cac7fbf2212087825f886be1f1d
18029 Author: Keith Packard <keithp@koto.keithp.com>
18030 Date:   Sat Nov 3 22:53:12 2007 -0700
18031
18032     Remove references to FcConfigParse and FcConfigLoad.
18033
18034     These functions no longer exist.
18035
18036  doc/fcconfig.fncs | 3 +--
18037  1 file changed, 1 insertion(+), 2 deletions(-)
18038
18039 commit fc141b492bab23d58d248fc3b6d34bcb9c5faa99
18040 Author: Keith Packard <keithp@koto.keithp.com>
18041 Date:   Sat Nov 3 22:45:31 2007 -0700
18042
18043     Have FcConfigSetCurrent accept the current configuration and simply
18044     return
18045     without updating anything.
18046
18047  src/fccfg.c | 3 +++
18048  1 file changed, 3 insertions(+)
18049
18050 commit 7c6939793b1691b4b950a856cdcd31f1e020b14a
18051 Author: Keith Packard <keithp@koto.keithp.com>
18052 Date:   Sat Nov 3 22:39:54 2007 -0700
18053
18054     Update documentation for stale FcConfigGetConfig function.
18055
18056     The old per-user cache filename is no longer used.
18057
18058  doc/fcconfig.fncs | 5 +++--
18059  1 file changed, 3 insertions(+), 2 deletions(-)
18060
18061 commit 026fe895e487d0a9607a8506ab8be2ff6022ea19
18062 Author: Keith Packard <keithp@koto.keithp.com>
18063 Date:   Sat Nov 3 22:31:16 2007 -0700
18064
18065     Update documentation for FcStrCopyFilename (bug 12964).
18066
18067     FcStrCopyFilename constructs a canonical path for any argument,
18068     including
18069     expanding leading ~ and editing '.' and '..' elements out of the
18070     resulting
18071     path.
18072
18073  doc/fcstring.fncs | 15 ++++++++++-----
18074  1 file changed, 10 insertions(+), 5 deletions(-)
18075
18076 commit a190678e3c4497870679808dde418191407be91d
18077 Author: Keith Packard <keithp@koto.keithp.com>
18078 Date:   Sat Nov 3 22:23:28 2007 -0700
18079
18080     Document previously undocumented functions. (bug 12963)
18081
18082  doc/Makefile.am           |   3 ++
18083  doc/check-missing-doc     |   4 +-
18084  doc/fccache.fncs          |  68 +++++++++++++++++++++++++
18085  doc/fccharset.fncs        |  24 +++++++++
18086  doc/fcconfig.fncs         |  31 ++++++++++++
18087  doc/fcdircache.fncs       |  88 ++++++++++++++++++++++++++++++++
18088  doc/fcfile.fncs           |  29 ++++++-----
18089  doc/fcfontset.fncs        |  83 +++++++++++++++++++++++++++++++
18090  doc/fcfreetype.fncs       |  22 ++++++++
18091  doc/fclangset.fncs        | 124
18092  ++++++++++++++++++++++++++++++++++++++++++++++
18093  doc/fcmatrix.fncs         |   2 +
18094  doc/fcpattern.fncs        |  52 ++++++++++++++++++-
18095  doc/fcstring.fncs         |  80 ++++++++++++++++++++++++------
18096  doc/fcstrset.fncs         |  11 ++++
18097  doc/fcvalue.fncs          |  21 ++++++++
18098  doc/fontconfig-devel.sgml |  26 +++++++++-
18099  16 files changed, 638 insertions(+), 30 deletions(-)
18100
18101 commit 9a54f8a1945e614e07446412a2df534fbc1f77cb
18102 Author: Keith Packard <keithp@koto.keithp.com>
18103 Date:   Sat Nov 3 22:01:33 2007 -0700
18104
18105     Verify documentation covers exposed symbols.
18106
18107     Add check-missing-doc script to make sure the documentation matches
18108     the
18109     complete list of symbols exported from the header files before
18110     release.
18111
18112  doc/Makefile.am       |  6 +++++-
18113  doc/check-missing-doc | 23 +++++++++++++++++++++++
18114  2 files changed, 28 insertions(+), 1 deletion(-)
18115
18116 commit c833409f6b68c191ac354cd2fdeb183f73a65c4c
18117 Author: Keith Packard <keithp@koto.keithp.com>
18118 Date:   Sat Nov 3 21:58:34 2007 -0700
18119
18120     Use FcLangDifferentTerritory instead of FcLangDifferentCountry.
18121
18122  src/fclang.c | 8 ++++----
18123  1 file changed, 4 insertions(+), 4 deletions(-)
18124
18125 commit 9b84ecff92b8dccf6559a858e35762c0f664429a
18126 Author: Keith Packard <keithp@koto.keithp.com>
18127 Date:   Sat Nov 3 21:57:51 2007 -0700
18128
18129     Don't check cache file time stamps when cleaning cache dir.
18130
18131     Cache file mtime is meaningless now that the directory time is
18132     encoded in
18133     the cache.
18134
18135  fc-cache/fc-cache.c | 10 +---------
18136  1 file changed, 1 insertion(+), 9 deletions(-)
18137
18138 commit 1d93c1752f03b833603ea31c2cfbd16868c44922
18139 Author: Keith Packard <keithp@koto.keithp.com>
18140 Date:   Sat Nov 3 21:56:36 2007 -0700
18141
18142     Typo error in function name: Inverval -> interval
18143
18144  src/fccfg.c | 4 ++--
18145  1 file changed, 2 insertions(+), 2 deletions(-)
18146
18147 commit b868a1447341ebe9962007069ec8658550e62483
18148 Author: Keith Packard <keithp@koto.keithp.com>
18149 Date:   Sat Nov 3 21:55:39 2007 -0700
18150
18151     Track line numbers in sgml edit tool input.
18152
18153     Errors in the documentation can be hard to find unless the tool
18154     outputs the
18155     line number where the problem exists.
18156
18157  doc/edit-sgml.c | 85
18158  +++++++++++++++++++++++++++++++++++----------------------
18159  1 file changed, 52 insertions(+), 33 deletions(-)
18160
18161 commit 088b582a26bce1ab3ec081a80fd6a6fe43223da5
18162 Author: Keith Packard <keithp@koto.keithp.com>
18163 Date:   Sat Nov 3 21:54:49 2007 -0700
18164
18165     Clean up exported names in fontconfig.h.
18166
18167     Fix typo errors (Inverval indeed).
18168     Remove FcPattern *p from FcValue (unused)
18169     Remove spurious FcPublic from formals.
18170
18171  fontconfig/fontconfig.h | 24 +++++++++++++-----------
18172  1 file changed, 13 insertions(+), 11 deletions(-)
18173
18174 commit e37d10fa74217a6102003882d49ac323f28db678
18175 Author: Keith Packard <keithp@koto.keithp.com>
18176 Date:   Sat Nov 3 14:16:29 2007 -0700
18177
18178     Make file_stat argument to FcDirCacheLoadFile optional.
18179
18180     Allow file_stat to be NULL by using a local stat structure in
18181     that case.
18182
18183  src/fccache.c | 3 +++
18184  1 file changed, 3 insertions(+)
18185
18186 commit 2ddce88cde79d8bf8959d614af883999d5c66a85
18187 Author: Keith Packard <keithp@koto.keithp.com>
18188 Date:   Sat Nov 3 13:44:59 2007 -0700
18189
18190     Document skipping of fonts from FcFileScan/FcDirScan.
18191
18192     FcFileScan and FcDirScan will skip fonts under direction of the
18193     configuration and default fontconfig policy.
18194
18195  doc/fcfile.fncs | 7 +++++--
18196  1 file changed, 5 insertions(+), 2 deletions(-)
18197
18198 commit 5d82c4c85d201011e60adcf887d15341ecdd5729
18199 Author: Keith Packard <keithp@koto.keithp.com>
18200 Date:   Sat Nov 3 13:26:16 2007 -0700
18201
18202     Correct documentation for FcConfigUptoDate (bug 12948).
18203
18204     FcConfigUptoDate only checks whether files have been modified
18205     since the
18206     configuration was created. Any changes to the configuration through
18207     the API
18208     since then are not considered.
18209
18210  doc/fcconfig.fncs | 4 ++--
18211  1 file changed, 2 insertions(+), 2 deletions(-)
18212
18213 commit b607922909acfc7ae96de688ed34efd19cd038ac
18214 Author: Keith Packard <keithp@koto.keithp.com>
18215 Date:   Sat Nov 3 13:09:01 2007 -0700
18216
18217     Remove fcprivate.h, move the remaining macros to fcint.h.
18218
18219     fcprivate.h was supposed to extend the fontconfig API for the various
18220     fontconfig utilities. Instead, just have those utilities use the
18221     internal
18222     fcint.h header file (which they already do), removing fcprivate.h
18223     from the
18224     installation and hence from the defacto public API.
18225
18226  fontconfig/Makefile.am |   3 +-
18227  fontconfig/fcprivate.h | 123
18228  -------------------------------------------------
18229  src/Makefile.am        |   3 +-
18230  src/fcint.h            |  95 +++++++++++++++++++++++++++++++++++++-
18231  4 files changed, 96 insertions(+), 128 deletions(-)
18232
18233 commit 910db318ae67693f7bc17f0bdc61caaf555365ae
18234 Author: Keith Packard <keithp@koto.keithp.com>
18235 Date:   Sat Nov 3 13:05:25 2007 -0700
18236
18237     Correct documentation for FcAtomicLock (Bug 12947).
18238
18239     FcAtomicLock can only be called once from any process.
18240
18241  doc/fcatomic.fncs | 6 +++---
18242  1 file changed, 3 insertions(+), 3 deletions(-)
18243
18244 commit d0e2a0f3a37ace2d5de6f18e7871a8efaf6580c2
18245 Author: Behdad Esfahbod <behdad@behdad.org>
18246 Date:   Fri Oct 26 02:02:19 2007 -0400
18247
18248     Port fonts-persian.conf to new alias syntax with binding="same"
18249
18250     Signed-off-by: Keith Packard <keithp@koto.keithp.com>
18251
18252  conf.d/65-fonts-persian.conf | 377
18253  ++++++++++++++-----------------------------
18254  1 file changed, 121 insertions(+), 256 deletions(-)
18255
18256 commit 681bb379de1847cf288ba27cf29243c8395cff17
18257 Author: Keith Packard <keithp@koto.keithp.com>
18258 Date:   Thu Oct 25 22:30:49 2007 -0700
18259
18260     Respect "binding" attribute in <alias> entries.
18261
18262     This makes creating "same" aliases for renamed font families far
18263     easier.
18264
18265  fonts.dtd   |  2 ++
18266  src/fcxml.c | 58
18267  ++++++++++++++++++++++++++++++++++++----------------------
18268  2 files changed, 38 insertions(+), 22 deletions(-)
18269
18270 commit 0602c605af04ea73af700b223ec4ac1dfd5a36f1
18271 Author: Behdad Esfahbod <behdad@behdad.org>
18272 Date:   Thu Oct 25 21:35:45 2007 -0700
18273
18274     Make fc-match --sort call FcFontRenderPrepare.
18275
18276     This makes the --sort and regular output the same for each font.
18277
18278  fc-match/fc-match.c | 20 ++++++++++++++++++--
18279  1 file changed, 18 insertions(+), 2 deletions(-)
18280
18281 commit ad27687f725faf7df83b161c77e99bc7bedf5b3d
18282 Author: Keith Packard <keithp@koto.keithp.com>
18283 Date:   Thu Oct 25 21:23:36 2007 -0700
18284
18285     Also check configDirs mtimes in FcConfigUptoDate
18286
18287     Checking only config files and font directories can miss changes which
18288     affect only a configuration directory. Check those to catch any
18289     changes.
18290
18291  src/fccfg.c | 17 +++--------------
18292  1 file changed, 3 insertions(+), 14 deletions(-)
18293
18294 commit 89d6119c0283969cb28dc6dfc8eac4cc1b52bf6a
18295 Author: Keith Packard <keithp@koto.keithp.com>
18296 Date:   Thu Oct 25 15:19:14 2007 -0700
18297
18298     A few fixups for make distcheck
18299
18300  Makefile.am     | 2 +-
18301  doc/Makefile.am | 2 +-
18302  2 files changed, 2 insertions(+), 2 deletions(-)
18303
18304 commit e66c65fd41928babb3ba2ae2dc58f13d25e57661
18305 Author: Keith Packard <keithp@koto.keithp.com>
18306 Date:   Thu Oct 25 15:07:54 2007 -0700
18307
18308     Set version numbers to 2.4.91 (2.5 RC1)
18309
18310  README                  | 59
18311  +++++++++++++++++++++++++++++++++++++++++++++++--
18312  configure.in            |  2 +-
18313  fontconfig/fontconfig.h |  2 +-
18314  3 files changed, 59 insertions(+), 4 deletions(-)
18315
18316 commit 7a1a7c0c15793e77cb162dd3393971332896460e
18317 Author: Keith Packard <keithp@koto.keithp.com>
18318 Date:   Thu Oct 25 14:36:24 2007 -0700
18319
18320     Build fix for Solaris 10 with GCC.
18321
18322     Solaris 10 with GCC doesn't appear capable of supporting the symbol
18323     visibility stuff, so disable it.
18324
18325  src/fcint.h | 2 +-
18326  1 file changed, 1 insertion(+), 1 deletion(-)
18327
18328 commit fc990b2e86008967f499fe0df88de8e074a3670e
18329 Author: Behdad Esfahbod <freedesktop@behdad.org>
18330 Date:   Thu Oct 25 14:20:06 2007 -0700
18331
18332     Update CaseFolding.txt to Unicode 5.1.0
18333
18334  fc-case/CaseFolding.txt | 184
18335  ++++++++++++++++++++++++++++++++++++++++++++++--
18336  src/fcstr.c             |   2 +-
18337  2 files changed, 178 insertions(+), 8 deletions(-)
18338
18339 commit 4ee9ca67867ec9517c90d6947bb88d3f25707746
18340 Author: Keith Packard <keithp@neko.keithp.com>
18341 Date:   Fri Sep 1 20:25:21 2006 -0700
18342
18343     Match 'ultra' on word boundaries to detect ultra bold fonts. (bug
18344     2511)
18345
18346     Added FcStrContainsWord to detect strings on word boundaries.
18347
18348  src/fcfreetype.c | 15 +++++++++++++--
18349  src/fcint.h      |  3 +++
18350  src/fcstr.c      | 50 +++++++++++++++++++++++++++++++++++++++++++++++++-
18351  3 files changed, 65 insertions(+), 3 deletions(-)
18352
18353 commit 349182784fdd0acf5d1262d8876c967f69dc30aa
18354 Author: Keith Packard <keithp@koto.keithp.com>
18355 Date:   Thu Oct 25 01:51:38 2007 -0700
18356
18357     fontconfig needs configure option to use gnu iconv (bug 4083).
18358
18359     Existing Solaris workaround was broken; mis-matching values caused
18360     the test
18361     for libiconv to always fail.
18362
18363  configure.in | 4 ++--
18364  1 file changed, 2 insertions(+), 2 deletions(-)
18365
18366 commit 7f46cdbb87a4a2113effb45c6e67b00a86363234
18367 Author: Keith Packard <keithp@koto.keithp.com>
18368 Date:   Thu Oct 25 01:35:32 2007 -0700
18369
18370     Ensure weight/slant values present even when style is supplied
18371     (bug 9313).
18372
18373     If the provided style value doesn't match any available font, fall
18374     back to
18375     using the weight and slant values by ensuring that those are in
18376     the pattern.
18377
18378  src/fcdefault.c | 16 +++++-----------
18379  1 file changed, 5 insertions(+), 11 deletions(-)
18380
18381 commit 43d0454597dfb5375b1268edb79172779cc51113
18382 Author: Keith Packard <keithp@koto.keithp.com>
18383 Date:   Thu Oct 25 01:26:09 2007 -0700
18384
18385     Distribute man source files for command line programs (bug 9678).
18386
18387     For systems on whch DOCBOOK is unavailable, distribute command
18388     line program
18389     manual pages in .man format.
18390
18391  fc-cache/Makefile.am | 6 +++---
18392  fc-cat/Makefile.am   | 6 +++---
18393  fc-list/Makefile.am  | 6 +++---
18394  fc-match/Makefile.am | 6 +++---
18395  4 files changed, 12 insertions(+), 12 deletions(-)
18396
18397 commit cf3e888b71a22e5c5875b96bf29557746044bd2b
18398 Author: Dwayne Bailey <dwayne@translate.org.za>
18399 Date:   Thu Oct 25 01:16:06 2007 -0700
18400
18401     Add/fix *.orth files for South African languages
18402
18403     This adds the missing orth files for Ndebele (South) (nr), Northern
18404     Sotho
18405     (nso), Swati (ss) and Southern Sotho (st).  It also fixes the Tswana
18406     (tn)
18407     orth file.
18408
18409  fc-lang/iso639-1 |  4 ++--
18410  fc-lang/iso639-2 |  8 ++++----
18411  fc-lang/nr.orth  | 29 +++++++++++++++++++++++++++++
18412  fc-lang/nso.orth | 34 ++++++++++++++++++++++++++++++++++
18413  fc-lang/ss.orth  | 29 +++++++++++++++++++++++++++++
18414  fc-lang/st.orth  | 29 +++++++++++++++++++++++++++++
18415  fc-lang/tn.orth  |  2 ++
18416  7 files changed, 129 insertions(+), 6 deletions(-)
18417
18418 commit 28a4ea7f714956d34f7ac65354577b87bec5620d
18419 Author: Keith Packard <keithp@koto.keithp.com>
18420 Date:   Thu Oct 25 01:09:11 2007 -0700
18421
18422     Fix parallel build in fontconfig/docs (bug 10481).
18423
18424  doc/Makefile.am | 2 +-
18425  1 file changed, 1 insertion(+), 1 deletion(-)
18426
18427 commit 79641a3b0c2b4a0c2e1a315028f0e54a9d846003
18428 Author: Keith Packard <keithp@koto.keithp.com>
18429 Date:   Thu Oct 25 01:03:40 2007 -0700
18430
18431     Handle UltraBlack weight.
18432
18433     UltraBlack is weight 950 on the CSS scale; handle this by name
18434     and value
18435     encoding it as fontconfig weight 215.
18436
18437  fontconfig/fontconfig.h | 2 ++
18438  src/fcfreetype.c        | 7 ++++++-
18439  2 files changed, 8 insertions(+), 1 deletion(-)
18440
18441 commit d02f6a70f1cb4cdad882ffe429918a119641ddbb
18442 Author: Keith Packard <keithp@koto.keithp.com>
18443 Date:   Thu Oct 25 01:02:58 2007 -0700
18444
18445     Oops. Left debugging printf in previous commit.
18446
18447  src/fcfreetype.c | 1 -
18448  1 file changed, 1 deletion(-)
18449
18450 commit 61139cf638becf023a9d5e01c90adc5aa19f83c5
18451 Author: Keith Packard <keithp@koto.keithp.com>
18452 Date:   Thu Oct 25 00:49:19 2007 -0700
18453
18454     Spelling errors in documentation. (bug 10879).
18455
18456     Thanks to David <ssdk@ispras.ru> for spotting these.
18457
18458  doc/fcconfig.fncs | 4 ++--
18459  doc/fcstring.fncs | 2 +-
18460  2 files changed, 3 insertions(+), 3 deletions(-)
18461
18462 commit feecc86cea6bd1cb588f68e06b85d85727289989
18463 Author: Keith Packard <keithp@koto.keithp.com>
18464 Date:   Thu Oct 25 00:46:41 2007 -0700
18465
18466     There is no U+1257 (bug 10899).
18467
18468     The Eritrean Tigrinya orthography mistakenly included this unicode
18469     value.
18470
18471  fc-lang/ti_er.orth | 2 +-
18472  1 file changed, 1 insertion(+), 1 deletion(-)
18473
18474 commit 4657944d0c39a640b2e30dfbd95f13d79a99460b
18475 Author: Keith Packard <keithp@koto.keithp.com>
18476 Date:   Thu Oct 25 00:41:28 2007 -0700
18477
18478     FcInit should return FcFalse when FcInitLoadConfigAndFonts fails. (bug
18479     10976)
18480
18481     Thanks to David <ssdk@ispras.ru> for spotting this error.
18482
18483  src/fcinit.c | 2 +-
18484  1 file changed, 1 insertion(+), 1 deletion(-)
18485
18486 commit 28baf727367513ad06ddb1c53daff062e8f39e8c
18487 Author: Tilman Sauerbeck <tilman@code-monkey.de>
18488 Date:   Thu Oct 25 00:38:44 2007 -0700
18489
18490     Store FcVendorFoundries in read-only memory.
18491
18492     Create fixed size strings for vendor and foundry.
18493
18494  src/fcfreetype.c | 62
18495  ++++++++++++++++++++++++++++----------------------------
18496  1 file changed, 31 insertions(+), 31 deletions(-)
18497
18498 commit 481f6c23079b6dbf5239478f2bb22ee4c72404b4
18499 Author: Tilman Sauerbeck <tilman@code-monkey.de>
18500 Date:   Thu Oct 25 00:36:37 2007 -0700
18501
18502     Store FcNoticeFoundries in read-only memory.
18503
18504     Use a single character array and a separate table of integer indices.
18505
18506  src/fcfreetype.c | 75
18507  +++++++++++++++++++++++++++++++++++++-------------------
18508  1 file changed, 50 insertions(+), 25 deletions(-)
18509
18510 commit a72ef35ce68efa3687dee84d49dc40a5ccd22917
18511 Author: Keith Packard <keithp@koto.keithp.com>
18512 Date:   Thu Oct 25 00:22:04 2007 -0700
18513
18514     Replace makealias pattern with something supported by POSIX grep
18515     (bug 11083)
18516
18517     The suggested replacement in the bug was not supported by GNU grep,
18518     so I
18519     created something that should be supported everywhere (famous
18520     last words).
18521
18522  src/makealias | 2 +-
18523  1 file changed, 1 insertion(+), 1 deletion(-)
18524
18525 commit 369b6b5bfbab57bbc7fb6482f6fd9c88e5057e5a
18526 Author: Keith Packard <keithp@koto.keithp.com>
18527 Date:   Wed Oct 24 21:59:33 2007 -0700
18528
18529     Add BRAILLE PATTERN BLANK to list of blank glyphs.
18530
18531     Braille pattern blank is often imaged as a blank glyph.
18532
18533  fonts.conf.in | 1 +
18534  1 file changed, 1 insertion(+)
18535
18536 commit 007cae508c831561c7a4f06092858ea7bf517e2e
18537 Author: Keith Packard <keithp@koto.keithp.com>
18538 Date:   Wed Oct 24 21:52:56 2007 -0700
18539
18540     Move <cachedir> elements to the end of fonts.conf.
18541
18542     This allows users to select alternate directories for cache files,
18543     ahead of
18544     the 'standard' directories.
18545
18546  fonts.conf.in | 10 +++++-----
18547  1 file changed, 5 insertions(+), 5 deletions(-)
18548
18549 commit d50cfeb805f7dec304c1d51d7a7c1c35f55d2e68
18550 Author: Keith Packard <keithp@koto.keithp.com>
18551 Date:   Wed Oct 24 21:47:40 2007 -0700
18552
18553     Leave generated headers out of distribution (bug 12734).
18554
18555     If the generated header files are included in the distribution,
18556     a build
18557     outside of the source directory will use them. For machine-specific
18558     files,
18559     this generates the wrong result (fcarch.h). Leaving them out of the
18560     distribution forces them to be built.
18561
18562  fc-arch/Makefile.am      | 4 +---
18563  fc-case/Makefile.am      | 4 +---
18564  fc-glyphname/Makefile.am | 4 +---
18565  fc-lang/Makefile.am      | 4 +---
18566  4 files changed, 4 insertions(+), 12 deletions(-)
18567
18568 commit 1bd0b5ba7365fc7b4ef39e46efc66a6f25c052c5
18569 Author: Keith Packard <keithp@koto.keithp.com>
18570 Date:   Thu Oct 18 09:48:31 2007 -0700
18571
18572     Eliminate relocations from FcCodePageRange structure (bug 10982).
18573
18574     FcCodePageRange was using char pointers; replace them with char
18575     arrays.
18576
18577  src/fcfreetype.c | 12 ++++++------
18578  1 file changed, 6 insertions(+), 6 deletions(-)
18579
18580 commit 96925b99c0551c4ed6bf7099473d0d36964f52cd
18581 Author: Keith Packard <keithp@koto.keithp.com>
18582 Date:   Thu Oct 18 09:43:22 2007 -0700
18583
18584     Eliminate relocations for glyph name table.
18585
18586     Glyph names (now used only for dingbats) were using many relocations,
18587     causing startup latency plus per-process memory usage. Replace
18588     pointers with
18589     table indices, shrinking table size and elimninating relocations.
18590
18591  fc-glyphname/fc-glyphname.c | 28 ++++++++++++++++++++--------
18592  src/fcfreetype.c            | 16 ++++++++--------
18593  2 files changed, 28 insertions(+), 16 deletions(-)
18594
18595 commit bc5e8adb4d05d1d03007951f46aaacc63c3b2197
18596 Author: Keith Packard <keithp@koto.keithp.com>
18597 Date:   Thu Oct 18 09:41:00 2007 -0700
18598
18599     Must not insert cache into hash table before completely validating.
18600
18601     The cache was inserted into the hash table before the timestamps
18602     in the
18603     cache were verified; if that verification failed, an extra pointer
18604     to the
18605     now freed cache would be left in the hash table. FcFini would fail an
18606     assertion as a result.
18607
18608  src/fccache.c | 4 ++--
18609  1 file changed, 2 insertions(+), 2 deletions(-)
18610
18611 commit e85789a99770dbd1a4abe9da3eadb355c19f5216
18612 Author: Keith Packard <keithp@koto.keithp.com>
18613 Date:   Thu Oct 18 08:58:14 2007 -0700
18614
18615     Place language name in constant array instead of pointer.
18616
18617     Constant char array of 8 bytes is the same size as a pointer plus
18618     a short
18619     string, so this actually saves memory and eliminates a pile of
18620     relocations.
18621
18622  fc-lang/fc-lang.c | 2 +-
18623  src/fclang.c      | 2 +-
18624  2 files changed, 2 insertions(+), 2 deletions(-)
18625
18626 commit 26437d4924b0f53f03915e5f3616992eb1fb72e7
18627 Author: Keith Packard <keithp@koto.keithp.com>
18628 Date:   Thu Oct 18 08:56:42 2007 -0700
18629
18630     FcConfigParseAndLoad doc was missing the last param.
18631
18632     Typo lost the last param to this function.
18633
18634  doc/fcconfig.fncs | 2 +-
18635  1 file changed, 1 insertion(+), 1 deletion(-)
18636
18637 commit 07e646cc8422bda778ecf1c084129556a39a0f2a
18638 Author: Mike FABIAN <mfabian@suse.de>
18639 Date:   Thu Oct 18 05:44:28 2007 -0700
18640
18641     Avoid crashes if config files contain junk.
18642
18643     If ~/.fonts.conf contains:
18644
18645       <edit mode="assign_replace" name="spacing">
18646          <int>mono</int>
18647            </edit>
18648
18649     fontconfig crashes:
18650
18651         mfabian@magellan:~$ fc-match sans
18652             Fontconfig error: "~/.fonts.conf", line 46: "mono": not
18653             a valid
18654             integer
18655                 セグメンテーション違反です (core dumped)
18656                     mfabian@magellan:~$
18657
18658     Of course the above is nonsense, “mono” is no valid integer
18659     indeed.
18660
18661     But I think nevertheless fontconfig should not crash in that case.
18662
18663     The problem was caused by partially truncated expression trees
18664     caused by
18665     parse errors -- typechecking these walked the tree without verifying
18666     the
18667     integrity of the structure. Of course, the whole tree will be
18668     discarded
18669     shortly after being loaded as it contained an error.
18670
18671  src/fcxml.c | 4 ++++
18672  1 file changed, 4 insertions(+)
18673
18674 commit fa9a7448d83da498b3494fd0ff7d756569f94425
18675 Author: Hideki Yamane <henrich@iijmio-mail.jp>
18676 Date:   Thu Oct 18 05:17:36 2007 -0700
18677
18678     Handle Japanese fonts better. (debian bug #435971)
18679
18680     Add some commonly available Japanese fonts to the standard aliases.
18681
18682  conf.d/65-nonlatin.conf | 11 +++++++++++
18683  1 file changed, 11 insertions(+)
18684
18685 commit 2a3e3c442de4c675e28e754dea0fe2f7f0686ade
18686 Author: Keith Packard <keithp@koto.keithp.com>
18687 Date:   Thu Oct 18 05:05:59 2007 -0700
18688
18689     Have fc-cache remove invalid cache files from cache directories.
18690
18691     Old cache file versions, or corrupted cache files should be removed
18692     when
18693     cleaning cache directories with fc-cache. This only affects filenames
18694     which
18695     match the fontconfig cache file format, so other files will be
18696     left alone.
18697
18698  fc-cache/fc-cache.c | 34 ++++++++++++++++++----------------
18699  1 file changed, 18 insertions(+), 16 deletions(-)
18700
18701 commit 238489030a64fa883f8f9fc3d73247b7f7257899
18702 Author: Keith Packard <keithp@koto.keithp.com>
18703 Date:   Thu Oct 18 05:04:39 2007 -0700
18704
18705     Don't use X_OK bit when checking for writable directories (bug 12438)
18706
18707     Some mingw versions have broken X_OK checking; instead of trying
18708     to work
18709     around this in a system-depedent manner, simply don't bother
18710     checking for
18711     X_OK along with W_OK as such cases are expected to be mistakes,
18712     and not
18713     sensible access control.
18714
18715  fc-cache/fc-cache.c | 2 +-
18716  src/fccache.c       | 4 ++--
18717  2 files changed, 3 insertions(+), 3 deletions(-)
18718
18719 commit 2b0d3d8af5a83604972e4e0fe80802e448d6dd11
18720 Author: Keith Packard <keithp@koto.keithp.com>
18721 Date:   Thu Oct 18 05:01:41 2007 -0700
18722
18723     Verbose message about cleaning directories was imprecise
18724
18725     Non-existent directories are now described as 'non-existent'
18726     instead of
18727     'unwritable'.
18728
18729  fc-cache/fc-cache.c | 3 ++-
18730  1 file changed, 2 insertions(+), 1 deletion(-)
18731
18732 commit 50124d1e484b84796abb7d8a6c1995edaff23e80
18733 Author: Keith Packard <keithp@koto.keithp.com>
18734 Date:   Thu Oct 18 04:58:31 2007 -0700
18735
18736     Improve verbose messages from fc-cache.
18737
18738     fc-cache would say 'skipping: %d fonts, %d dirs' or 'caching: %d
18739     fonts, %d
18740     dirs', which could easily mislead the user. Add 'existing cache is
18741     valid' or
18742     'new cache contents' to these messages to explain what it is doing.
18743
18744  fc-cache/fc-cache.c | 4 ++--
18745  1 file changed, 2 insertions(+), 2 deletions(-)
18746
18747 commit e12f718f65fc874e9170761f670930124815663e
18748 Author: Keith Packard <keithp@koto.keithp.com>
18749 Date:   Thu Oct 18 04:54:51 2007 -0700
18750
18751     Remove unneeded call to access(2) in fc-cache.
18752
18753     This call was followed by a call to stat(2) which provided the
18754     necessary
18755     information. This call to access(2) was necessary when cache
18756     files were
18757     stored in the font directory as that would check for write permission
18758     correctly.
18759
18760  fc-cache/fc-cache.c | 18 +++---------------
18761  1 file changed, 3 insertions(+), 15 deletions(-)
18762
18763 commit f7da903d370dcf662a301930b003485f25db618f
18764 Author: Keith Packard <keithp@koto.keithp.com>
18765 Date:   Thu Oct 18 04:31:33 2007 -0700
18766
18767     Make FC_FULLNAME include all fullname entries, elide nothing. [bug
18768     12827]
18769
18770     The old policy of eliding fullname entries which matched FC_FAMILY or
18771     FC_FAMILY + FC_STYLE meant that applications could not know what the
18772     font foundry set as the fullname of the font. Hiding information
18773     is not
18774     helpful.
18775
18776  src/fcfreetype.c | 64
18777  --------------------------------------------------------
18778  1 file changed, 64 deletions(-)
18779
18780 commit 144ca878311af885db820a35db31563ba87ee6ad
18781 Author: Keith Packard <keithp@koto.keithp.com>
18782 Date:   Thu Oct 18 04:29:13 2007 -0700
18783
18784     Comment about mmaping cache files was misleading.
18785
18786  src/fccache.c | 3 ++-
18787  1 file changed, 2 insertions(+), 1 deletion(-)
18788
18789 commit db6f19f13b1719617c54a1658b8faa31da56e1d4
18790 Author: Keith Packard <keithp@koto.keithp.com>
18791 Date:   Thu Oct 18 04:13:51 2007 -0700
18792
18793     Store font directory mtime in cache file.
18794
18795     Instead of relying on mtime ordering between a directory and its
18796     associated
18797     cache file, write the directory mtime into the cache file itself. This
18798     makes
18799     cache file checks more reliable across file systems.
18800
18801     This change is made in a way that old programs can use new cache
18802     files, but
18803     new programs will need new cache files.
18804
18805  fc-arch/fcarch.tmpl.h | 14 +++++------
18806  src/fccache.c         | 64
18807  +++++++++++++++++++++++++++++++++------------------
18808  src/fcdir.c           |  8 ++++++-
18809  src/fcint.h           |  5 ++--
18810  4 files changed, 58 insertions(+), 33 deletions(-)
18811
18812 commit 00268a50e8b99e80ff25ee2a77a925398f89693f
18813 Author: Keith Packard <keithp@koto.keithp.com>
18814 Date:   Thu Oct 18 03:52:29 2007 -0700
18815
18816     Fix ChangeLog generation to avoid circular make dependency
18817
18818  Makefile.am | 11 ++++-------
18819  1 file changed, 4 insertions(+), 7 deletions(-)
18820
18821 commit 3ae9258f9e825ed576dc315ec79009188bb422e2
18822 Author: Keith Packard <keithp@neko.keithp.com>
18823 Date:   Sun Aug 5 12:31:03 2007 -0700
18824
18825     Free temporary string in FcDirCacheUnlink (Bug #11758)
18826
18827     In FcDirCacheUnlink(), the line
18828
18829       cache_hashed = FcStrPlus (cache_dir, cache_base);
18830
18831     allocates memory in cache_hashed that is never free()'d before
18832     the function
18833     exits.
18834
18835     Reported by Ben Combee.
18836
18837  src/fccache.c | 1 +
18838  1 file changed, 1 insertion(+)
18839
18840 commit c80a08d6bf08a27ede95035f3f02cd5abfa2cafd
18841 Author: Keith Packard <keithp@neko.keithp.com>
18842 Date:   Mon Mar 12 10:32:23 2007 -0700
18843
18844     Work around FreeType bug when glyph name buffer is too small.
18845
18846     Recent versions of FreeType do not correctly deal with glyph name
18847     buffers
18848     that are too small; work around this by declaring a buffer that can
18849     hold any
18850     PS name (127 bytes).
18851
18852  src/fcfreetype.c | 21 +++++++++++++++++----
18853  1 file changed, 17 insertions(+), 4 deletions(-)
18854
18855 commit fa741cd4fffbbaa5d4ba9a15f53550ac7817cc92
18856 Author: Keith Packard <keithp@neko.keithp.com>
18857 Date:   Mon Mar 12 10:30:51 2007 -0700
18858
18859     rehash increment could be zero, causing rehash infinite loop.
18860
18861     Bump the rehash value by one so that it is always positive.
18862
18863  fc-glyphname/fc-glyphname.c | 2 +-
18864  1 file changed, 1 insertion(+), 1 deletion(-)
18865
18866 commit 9b74b78fe87f75f7026bfb23ab43ef347e109ca6
18867 Author: Stephan Kulow <coolo@novell.com>
18868 Date:   Mon Mar 12 10:21:35 2007 -0700
18869
18870     Make FcPatternDuplicate copy the binding instead of always using
18871     Strong.
18872
18873     I noticed that Qt always uses a different font than fc-match
18874     advertises.
18875     Debugging the issue, I found that a call that looks pretty innocent is
18876     changing all weak bindings to strong bindings and as such changes the
18877     semantic of the match: FcPatternDuplicate.
18878
18879  src/fcpat.c | 10 +++++++---
18880  1 file changed, 7 insertions(+), 3 deletions(-)
18881
18882 commit 2373f904265a05761039cfc5fe305bf588e831c5
18883 Author: Keith Packard <keithp@neko.keithp.com>
18884 Date:   Sat Dec 2 16:09:47 2006 -0800
18885
18886     Update for version 2.4.2
18887
18888  INSTALL                 |  2 +-
18889  README                  | 36 ++++++++++++++++++++++++++++++++++--
18890  configure.in            |  2 +-
18891  fontconfig/fontconfig.h |  2 +-
18892  4 files changed, 37 insertions(+), 5 deletions(-)
18893
18894 commit e3b65ee06808cda296215b88111a259a200cc37c
18895 Author: Peter Breitenlohner <peb@mppmu.mpg.de>
18896 Date:   Sat Dec 2 15:09:57 2006 -0800
18897
18898     Fix fc-cat documentation (bug 8935).
18899
18900     Adapt documentation to reality.
18901
18902     (1) The fc-cat usage message should reflect the
18903     options accepted by the program.
18904
18905     (2) The fc-cat.1 manpage was fairly broken (unreadable).
18906
18907  fc-cat/fc-cat.c    |  9 +++++++--
18908  fc-cat/fc-cat.sgml | 26 +++++++++++++++++++++++---
18909  2 files changed, 30 insertions(+), 5 deletions(-)
18910
18911 commit 61895ed16c0c06e4d6b2abeb8ff292d53b4ea499
18912 Author: Keith Packard <keithp@neko.keithp.com>
18913 Date:   Sat Dec 2 15:06:13 2006 -0800
18914
18915     Add space between type and formal in devel man pages (bug 8935)
18916
18917     Most parameters are pointers and have '*' in the type; for those
18918     which do not, use '%' to mark where a space needs to be inserted.
18919
18920  doc/edit-sgml.c       |  5 +++++
18921  doc/fcblanks.fncs     |  4 ++--
18922  doc/fccharset.fncs    |  8 ++++----
18923  doc/fcconfig.fncs     | 12 ++++++------
18924  doc/fcconstant.fncs   |  4 ++--
18925  doc/fcfile.fncs       |  4 ++--
18926  doc/fcfreetype.fncs   | 12 ++++++------
18927  doc/fcmatrix.fncs     | 12 ++++++------
18928  doc/fcobjectset.fncs  |  2 +-
18929  doc/fcobjecttype.fncs |  4 ++--
18930  doc/fcpattern.fncs    | 32 ++++++++++++++++----------------
18931  doc/fcstring.fncs     | 16 ++++++++--------
18932  doc/fcvalue.fncs      |  4 ++--
18933  13 files changed, 62 insertions(+), 57 deletions(-)
18934
18935 commit b1aa20098f641a16d02e70a161450e6b85afe410
18936 Author: Peter Breitenlohner <peb@mppmu.mpg.de>
18937 Date:   Sat Dec 2 14:28:03 2006 -0800
18938
18939     Use <literal> instead of <sgmltag> when documenting fonts.conf. Bug
18940     8935.
18941
18942  doc/fontconfig-user.sgml | 87
18943  ++++++++++++++++++++++++------------------------
18944  1 file changed, 43 insertions(+), 44 deletions(-)
18945
18946 commit 2cae0512cdf3544ff78b04f6c05a4cb585e50bb8
18947 Author: Peter Breitenlohner <peb@mppmu.mpg.de>
18948 Date:   Sat Dec 2 14:18:11 2006 -0800
18949
18950     A VPATH build of fontconfig-2.4.1 fails for various reasons. Bug 8933.
18951
18952     VPATH builds without doctools breaks as it cannot find the distributed
18953     pre-formatted documentation.
18954
18955  configure.in    |  2 +-
18956  doc/Makefile.am | 14 +++++++++-----
18957  2 files changed, 10 insertions(+), 6 deletions(-)
18958
18959 commit 0f963b0d3ec417a39f6aa2ba22ba56c2a79d05aa
18960 Author: Keith Packard <keithp@neko.keithp.com>
18961 Date:   Sat Dec 2 13:57:45 2006 -0800
18962
18963     Segfault scanning non-font files. Disallow scan edit of user
18964     vars. (#8767)
18965
18966     Missing NULL font check before attempting to edit scanned pattern.
18967     Also, <match target="scan"> rules are now checked to ensure all
18968     edited variables are in the predefined set; otherwise, the resulting
18969     cache files will not be stable.
18970
18971  src/fcdir.c | 2 +-
18972  src/fcint.h | 1 +
18973  src/fcxml.c | 6 ++++++
18974  3 files changed, 8 insertions(+), 1 deletion(-)
18975
18976 commit c9c6875014661d4326100bae0464279d76bd657f
18977 Author: Kean Johnston <kean@armory.com>
18978 Date:   Sat Dec 2 13:36:56 2006 -0800
18979
18980     Don't use varargs CPP macros in fccache.c. (bug 8733)
18981
18982     src/fccache.c uses a trick to try and use a function name that is
18983     also a
18984     macro name. It does this using the varargs args() macro. Replace that
18985     with separate macros for each number of formals.
18986
18987  src/fccache.c | 13 +++++++------
18988  1 file changed, 7 insertions(+), 6 deletions(-)
18989
18990 commit 72ffe6536a6825a32095c8185aff836a12326ac5
18991 Author: Keith Packard <keithp@neko.keithp.com>
18992 Date:   Sat Dec 2 13:22:27 2006 -0800
18993
18994     Add FcFreeTypeQueryFace external API. Bug #7311.
18995
18996     Expose ability to build an FcPattern directly from an FT_Face
18997     object.
18998
18999  configure.in            |  4 ++--
19000  doc/fcfreetype.fncs     | 17 ++++++++++++++++-
19001  fontconfig/fcfreetype.h |  6 ++++++
19002  src/fcfreetype.c        | 50
19003  +++++++++++++++++++++++++++----------------------
19004  4 files changed, 52 insertions(+), 25 deletions(-)
19005
19006 commit 5e234d9e764d8c52d93b918a5c92b7956c95882b
19007 Author: Keith Packard <keithp@neko.keithp.com>
19008 Date:   Sat Dec 2 13:14:23 2006 -0800
19009
19010     Fix grep pattern in makealias to work on non-Gnu grep (bug 8368).
19011
19012     grep -l -w '^foo' doesn't work on Solaris. Replace with
19013     grep -l '^foo\>' instead which does. Also, grep -l will
19014     report the filename more than once (!), so add | head -1
19015     to pick just the first one.
19016
19017  src/makealias | 2 +-
19018  1 file changed, 1 insertion(+), 1 deletion(-)
19019
19020 commit 2b77216ee21de95ec352672aa025195a83925b32
19021 Author: Keith Packard <keithp@neko.keithp.com>
19022 Date:   Sat Dec 2 13:04:05 2006 -0800
19023
19024     Avoid writing uninitialized structure pad bytes to cache files.
19025
19026     The union inside the FcValue structure contains pad bytes. Instead of
19027     copying the whole structure to the cache block, copy only the
19028     initialized
19029     fields to avoid writing whichever bytes serve as padding within the
19030     structure.
19031
19032  src/fcpat.c | 17 ++++++++++++++++-
19033  1 file changed, 16 insertions(+), 1 deletion(-)
19034
19035 commit 64d7e303df441f274ee194a401dcd14dfb58af7e
19036 Author: Keith Packard <keithp@neko.keithp.com>
19037 Date:   Sat Dec 2 12:14:49 2006 -0800
19038
19039     Warn (and recover) from config file without <cachedir> elements.
19040
19041     When updating from older fontconfig versions, if the config file
19042     is not replaced, it will not contain <cachedir> elements. Lacking
19043     these,
19044     fontconfig has no place to store cached font information and cannot
19045     operate
19046     reasonably.
19047
19048     Add code to check and see if the loaded configuration has no cache
19049     directories, and if so, warn the user and add both the default
19050     system cache
19051     directory and the normal per-user cache directory.
19052
19053  src/fcinit.c | 19 +++++++++++++++++++
19054  1 file changed, 19 insertions(+)
19055
19056 commit 253ec7609c13b46c717c801206ebb1a6c7f06e27
19057 Author: Keith Packard <keithp@neko.keithp.com>
19058 Date:   Sat Dec 2 11:47:07 2006 -0800
19059
19060     Use explicit platform/nameid order when scanning ttf files.
19061
19062     Instead of accepting whatever order names appear in the font file,
19063     use an explicit ordering for both platform and nameid.
19064
19065     Platforms are high precedence than nameids.
19066
19067     The platform order is:
19068
19069             microsoft, apple unicode, macintosh, (other)
19070
19071     The family nameid order is:
19072
19073             preferred family, font family
19074
19075     The fullname nameid order is:
19076
19077             mac full name, full name
19078
19079     The style nameid order is
19080
19081             preferred subfamily, font subfamily
19082
19083     This will change the names visible to users in various application
19084     UIs, but
19085     should not change how existing font names are matched as all names
19086     remain
19087     present in the resulting database. The hope is that family names
19088     will, in
19089     general, be less ambiguous. Testing here shows that commercial fonts
19090     have longer names now while DejaVu has a shorter family name, and
19091     moves more
19092     of the font description to the style name.
19093
19094  src/fcfreetype.c | 237
19095  ++++++++++++++++++++++++++++++++++---------------------
19096  1 file changed, 149 insertions(+), 88 deletions(-)
19097
19098 commit b5803016d74856eb44b05876f0d7178bfec0df47
19099 Author: Keith Packard <keithp@neko.keithp.com>
19100 Date:   Sun Nov 12 17:15:55 2006 -0800
19101
19102     FcStrCanonAbsoluteFilename should be static.
19103
19104  src/fcstr.c | 2 +-
19105  1 file changed, 1 insertion(+), 1 deletion(-)
19106
19107 commit bae5db78ddab473695a7efee374a75d6fe02426f
19108 Author: Keith Packard <keithp@neko.keithp.com>
19109 Date:   Sun Nov 12 17:15:24 2006 -0800
19110
19111     Add sparc64 architecture string.
19112
19113  fc-arch/fcarch.tmpl.h | 1 +
19114  1 file changed, 1 insertion(+)
19115
19116 commit 0334e5a294dd6a36c94936f6c9c709e86773cf64
19117 Author: Mike FABIAN <mfabian@suse.de>
19118 Date:   Fri Oct 27 10:26:50 2006 -0700
19119
19120     Do not clean cache files for different architectures
19121
19122     Use filenames to clean cache files for current architecture
19123     only. This is
19124     sufficient as cache files live in their own directory where
19125     filenames are
19126     under fontconfig control.
19127
19128  fc-cache/fc-cache.c | 9 +++++++++
19129  1 file changed, 9 insertions(+)
19130
19131 commit 0596d7296c94b2bb9817338b8c1a76da91673fb9
19132 Author: Han-Wen Nienhuys <hanwen@xs4all.nl>
19133 Date:   Sun Sep 17 17:03:33 2006 -0700
19134
19135     More fixes for Win32 building (bug 8311)
19136
19137     Our build system barfs on autogen.sh, which ignores
19138     --noconfigure. Configure
19139     needs a host of options to make the cross compile work in our case.
19140
19141     Fix typo in fccache.c
19142
19143  autogen.sh    | 7 +++++++
19144  src/fccache.c | 3 ++-
19145  2 files changed, 9 insertions(+), 1 deletion(-)
19146
19147 commit 1de7a4cc09172bbc99912e1410f46fc16c1a05ec
19148 Author: Han-Wen Nienhuys <hanwen@xs4all.nl>
19149 Date:   Sun Sep 17 14:34:46 2006 -0700
19150
19151     FcStrCanonFileName buggy for mingw. (bug 8311)
19152
19153     FcStrCanonFileName checks whether s[0] == '/', and recurses if not.
19154
19155     This only works on POSIX. On dos, this crashes with a stack overflow.
19156
19157     The patch attached splits this functionality in two functions
19158     (FcStrCanonAbsoluteFilename) and uses GetFullPathName on windows to
19159     get an
19160     absolute path.  It also fixes a number of other issues. With this
19161     patch,
19162     LilyPond actually produces output on Windows.
19163
19164  src/fccache.c |  5 ++++
19165  src/fcstr.c   | 88
19166  +++++++++++++++++++++++++++++++++++++++++++++++++----------
19167  2 files changed, 78 insertions(+), 15 deletions(-)
19168
19169 commit cc104e6a910427db009be36ec34125962889ecb8
19170 Author: Keith Packard <keithp@neko.keithp.com>
19171 Date:   Sun Sep 17 14:20:18 2006 -0700
19172
19173     Detect and use available random number generator (bug 8308)
19174
19175     Prefer random over lrand48 over rand
19176
19177  configure.in  |  2 +-
19178  src/fccache.c | 13 ++++++++++++-
19179  2 files changed, 13 insertions(+), 2 deletions(-)
19180
19181 commit 706a1b367abc4589c7eccfd7cea3af1029bc2d8c
19182 Author: Keith Packard <keithp@neko.keithp.com>
19183 Date:   Sun Sep 17 14:09:12 2006 -0700
19184
19185     Build fontconfig.def from header files when needed.
19186
19187     Instead of attempting to track exported symbols manually in
19188     fontconfig.def.in, build it directly from the public fontconfig
19189     header files
19190     to ensure it exports the public API.
19191
19192  configure.in          |   1 -
19193  src/Makefile.am       |  18 ++-
19194  src/fontconfig.def.in | 303
19195  --------------------------------------------------
19196  3 files changed, 17 insertions(+), 305 deletions(-)
19197
19198 commit 6262fefe54823476070053d53eb3f52fd516ebfe
19199 Author: Keith Packard <keithp@neko.keithp.com>
19200 Date:   Sun Sep 17 13:50:31 2006 -0700
19201
19202     Remove documentation for non-existant FcConfigNormalizeFontDir.
19203
19204     FcConfigNormalizeFontDir was present in some of the 2.3.9x release
19205     but not
19206     in the final 2.4 release. However, the documentation persisted.
19207
19208  doc/fcconfig.fncs | 11 -----------
19209  1 file changed, 11 deletions(-)
19210
19211 commit b9cc1c4ed81c8caefb5b857f37fdc24e804a5ef9
19212 Author: Keith Packard <keithp@neko.keithp.com>
19213 Date:   Fri Sep 15 10:12:15 2006 -0700
19214
19215     Update for version 2.4.1
19216
19217  README                  | 13 +++++++++++--
19218  configure.in            |  2 +-
19219  fontconfig/fontconfig.h |  2 +-
19220  3 files changed, 13 insertions(+), 4 deletions(-)
19221
19222 commit 97c3d5b692c7a45dc1d923fe04b6f2e011583d2d
19223 Author: Keith Packard <keithp@neko.keithp.com>
19224 Date:   Fri Sep 15 00:23:40 2006 -0700
19225
19226     Reimplement FcConfigAppFontAddDir; function was lost in 2.4.0.
19227
19228     With the cache restructuring of 2.4.0, the ability to add
19229     application-specific font files and directories was accidentally lost.
19230     Reimplement this using by sharing the logic used to load configured
19231     font
19232     directories.
19233
19234  src/fccfg.c | 86
19235  ++++++++++++++++++++++++++++++-------------------------------
19236  src/fcdir.c |  4 +--
19237  src/fcint.h |  3 ++-
19238  3 files changed, 46 insertions(+), 47 deletions(-)
19239
19240 commit b190ad9da46ff2e8a9ede0afcb59a6c59641515b
19241 Author: Keith Packard <keithp@neko.keithp.com>
19242 Date:   Wed Sep 13 18:55:45 2006 -0700
19243
19244     Add warning flags to fc-cache build. Clean up warnings in fc-cache.
19245
19246     Looks like the last directory in the project which didn't use
19247     $(WARN_CFLAGS)
19248     for some reason. Adding that found the usual collection of char *
19249     vs FcChar8
19250     * issues (why, oh why is FcChar8 not just char...)
19251
19252  fc-cache/Makefile.am |  2 +-
19253  fc-cache/fc-cache.c  | 31 ++++++++-----------------------
19254  2 files changed, 9 insertions(+), 24 deletions(-)
19255
19256 commit 7943a75b7d6750d8a71eb8316bd3bbcb32f1cc47
19257 Author: Keith Packard <keithp@neko.keithp.com>
19258 Date:   Wed Sep 13 18:51:11 2006 -0700
19259
19260     Add signatures for m68k and mipsel (thanks debian buildd)
19261
19262  fc-arch/fcarch.tmpl.h | 2 ++
19263  1 file changed, 2 insertions(+)
19264
19265 commit fb47a1f752417d45ad0eac98526cf9de893fc9ca
19266 Author: Keith Packard <keithp@neko.keithp.com>
19267 Date:   Mon Sep 11 11:10:48 2006 -0700
19268
19269     Add ppc64 signature. Bug 8227
19270
19271  fc-arch/fcarch.tmpl.h | 1 +
19272  1 file changed, 1 insertion(+)
19273
19274 commit 0fc03ffe443f4bfb1c830eb75c14ca336f2186e1
19275 Author: Keith Packard <keithp@neko.keithp.com>
19276 Date:   Mon Sep 11 11:09:26 2006 -0700
19277
19278     Update installation notes for 2.4 base.
19279
19280  INSTALL | 19 ++++++++++++-------
19281  1 file changed, 12 insertions(+), 7 deletions(-)
19282
19283 commit 76c443222313577236c898f7644098e7cad80c75
19284 Author: Keith Packard <keithp@neko.keithp.com>
19285 Date:   Sat Sep 9 22:08:40 2006 -0700
19286
19287     Update to version 2.4.0
19288
19289  INSTALL                 |  3 +++
19290  README                  | 38 ++++++++++++++++++++++++++++++++++++--
19291  configure.in            |  2 +-
19292  fontconfig/fontconfig.h |  4 ++--
19293  4 files changed, 42 insertions(+), 5 deletions(-)
19294
19295 commit 6c5619a08575943f75d2341e1a4931ec5faf716b
19296 Author: Keith Packard <keithp@neko.keithp.com>
19297 Date:   Sat Sep 9 21:32:14 2006 -0700
19298
19299     Split much of the configuration into separate files. Renumber files
19300
19301     Most of the remaining elements in fonts.conf have been moved to
19302     separate
19303     files. The numbering scheme for conf.d files has been documented
19304     in the
19305     README and the files have been renumbered. Config files have been
19306     validated against the DTD and a few minor errors fixed.
19307
19308  conf.d/{73-autohint.conf => 10-autohint.conf}      |   0
19309  .../{70-no-sub-pixel.conf => 10-no-sub-pixel.conf} |   0
19310  ...70-sub-pixel-bgr.conf => 10-sub-pixel-bgr.conf} |   0
19311  ...70-sub-pixel-rgb.conf => 10-sub-pixel-rgb.conf} |   0
19312  ...-sub-pixel-vbgr.conf => 10-sub-pixel-vbgr.conf} |   0
19313  ...-sub-pixel-vrgb.conf => 10-sub-pixel-vrgb.conf} |   0
19314  conf.d/{73-unhinted.conf => 10-unhinted.conf}      |   0
19315  conf.d/20-lohit-gujarati.conf                      |  11 ++
19316  ...t-small-vera.conf => 20-unhint-small-vera.conf} |   0
19317  .../{15-amt-aliases.conf => 30-amt-aliases.conf}   |   0
19318  .../{10-urw-aliases.conf => 30-urw-aliases.conf}   |   2 +-
19319  conf.d/40-generic.conf                             |  66 +++++++
19320  conf.d/49-sansserif.conf                           |  21 +++
19321  conf.d/60-LohitGujarati.conf                       |   5 -
19322  conf.d/60-latin.conf                               |  42 +++++
19323  ...60-fonts-persian.conf => 65-fonts-persian.conf} |   0
19324  conf.d/65-nonlatin.conf                            |  38 ++++
19325  conf.d/69-unifont.conf                             |  24 +++
19326  conf.d/{76-no-bitmaps.conf => 70-no-bitmaps.conf}  |   0
19327  .../{76-yes-bitmaps.conf => 70-yes-bitmaps.conf}   |   0
19328  conf.d/{60-delicious.conf => 80-delicious.conf}    |   0
19329  conf.d/90-synthetic.conf                           |  64 +++++++
19330  conf.d/Makefile.am                                 |  55 +++---
19331  conf.d/README                                      |  46 ++++-
19332  fonts.conf.in                                      | 207
19333  ---------------------
19334  25 files changed, 344 insertions(+), 237 deletions(-)
19335
19336 commit 9596dce93b751c01770da175d208d78aeaf6ae00
19337 Author: Keith Packard <keithp@neko.keithp.com>
19338 Date:   Sat Sep 9 21:30:06 2006 -0700
19339
19340     Don't display tests for DESTDIR on make install.
19341
19342     Make install output quieter by eliding the shell commands
19343     used to test for DESTDIR being set during make install.
19344
19345  Makefile.am | 2 +-
19346  1 file changed, 1 insertion(+), 1 deletion(-)
19347
19348 commit d08feb851a585b6cfe3ef1f390d60dd8886249b2
19349 Author: Keith Packard <keithp@neko.keithp.com>
19350 Date:   Sat Sep 9 21:29:08 2006 -0700
19351
19352     Include cachedir in fonts.dtd.
19353
19354     Fonts.dtd <fontconfig> element was missing the new cachedir element.
19355
19356  fonts.dtd | 7 ++++---
19357  1 file changed, 4 insertions(+), 3 deletions(-)
19358
19359 commit 9419bb34f6eac685fcf957faf6a38a5cdfa811d9
19360 Author: Keith Packard <keithp@neko.keithp.com>
19361 Date:   Sat Sep 9 21:21:01 2006 -0700
19362
19363     Fix conf.d directory sorting.
19364
19365     Sort was using broken comparison function.
19366
19367  src/fcxml.c | 10 +++++++++-
19368  1 file changed, 9 insertions(+), 1 deletion(-)
19369
19370 commit 248b5903b7057b3c44ea1cd3a9b0d27624eba24a
19371 Author: Keith Packard <keithp@neko.keithp.com>
19372 Date:   Sat Sep 9 19:37:22 2006 -0700
19373
19374     Rename conf.avail to conf.d
19375
19376  Makefile.am                                      | 2 +-
19377  {conf.avail => conf.d}/10-urw-aliases.conf       | 0
19378  {conf.avail => conf.d}/15-amt-aliases.conf       | 0
19379  {conf.avail => conf.d}/20-fix-globaladvance.conf | 0
19380  {conf.avail => conf.d}/30-unhint-small-vera.conf | 0
19381  {conf.avail => conf.d}/50-user.conf              | 0
19382  {conf.avail => conf.d}/51-local.conf             | 0
19383  {conf.avail => conf.d}/60-LohitGujarati.conf     | 0
19384  {conf.avail => conf.d}/60-delicious.conf         | 0
19385  {conf.avail => conf.d}/60-fonts-persian.conf     | 0
19386  {conf.avail => conf.d}/70-no-sub-pixel.conf      | 0
19387  {conf.avail => conf.d}/70-sub-pixel-bgr.conf     | 0
19388  {conf.avail => conf.d}/70-sub-pixel-rgb.conf     | 0
19389  {conf.avail => conf.d}/70-sub-pixel-vbgr.conf    | 0
19390  {conf.avail => conf.d}/70-sub-pixel-vrgb.conf    | 0
19391  {conf.avail => conf.d}/73-autohint.conf          | 0
19392  {conf.avail => conf.d}/73-unhinted.conf          | 0
19393  {conf.avail => conf.d}/76-no-bitmaps.conf        | 0
19394  {conf.avail => conf.d}/76-yes-bitmaps.conf       | 0
19395  {conf.avail => conf.d}/Makefile.am               | 0
19396  {conf.avail => conf.d}/README                    | 0
19397  configure.in                                     | 1 -
19398  22 files changed, 1 insertion(+), 2 deletions(-)
19399
19400 commit 9e292c889f1138b1af2f60621d7e2bfd8c490ff7
19401 Author: Keith Packard <keithp@neko.keithp.com>
19402 Date:   Sat Sep 9 16:52:21 2006 -0700
19403
19404     Add XML headers to new conf files. Move link make commands to
19405     conf.avail dir
19406
19407     Fix up new config fragments to include XML headers as required.
19408     Move symbolic link installation to conf.avail directory to centralize
19409     both
19410     steps.
19411
19412  conf.avail/10-urw-aliases.conf       |  5 ++++
19413  conf.avail/15-amt-aliases.conf       |  5 ++++
19414  conf.avail/20-fix-globaladvance.conf |  5 ++++
19415  conf.avail/30-unhint-small-vera.conf |  5 ++++
19416  conf.avail/Makefile.am               | 22 +++++++++++++++
19417  conf.d/Makefile.am                   | 52
19418  ------------------------------------
19419  6 files changed, 42 insertions(+), 52 deletions(-)
19420
19421 commit 49b44b277f2a8a67009a3b68b178b2f1a4c7f72a
19422 Author: Keith Packard <keithp@neko.keithp.com>
19423 Date:   Sat Sep 9 16:41:58 2006 -0700
19424
19425     Insert newly created caches into reference data structure.
19426
19427     All caches used in the application must be in the cache reference
19428     list so
19429     internal references can be tracked correctly. Failing to have
19430     newly created
19431     caches in the list would cause the cache to be deallocated while
19432     references
19433     were still present.
19434
19435  src/fccache.c | 17 ++++++++++++++---
19436  1 file changed, 14 insertions(+), 3 deletions(-)
19437
19438 commit 766a9b2f61458202be0fbf5745ce1e02ecd95c6e
19439 Merge: 5d2f7a9 164e267
19440 Author: Keith Packard <keithp@neko.keithp.com>
19441 Date:   Sat Sep 9 15:49:24 2006 -0700
19442
19443     Merge branch 'jhcloos'
19444
19445 commit 5d2f7a9d9224d4df1655cd1d6fd72646734b0272
19446 Author: Keith Packard <keithp@neko.keithp.com>
19447 Date:   Sat Sep 9 10:04:42 2006 -0700
19448
19449     Accept locale environment variables that do not contain territory.
19450
19451     Locale environment variables (LC_ALL, LC_CTYPE, LANG) must contain
19452     language,
19453     and may contain territory and encoding. Don't accidentally require
19454     territory
19455     as that will cause fontconfig to fall back to 'en'.
19456
19457  src/fcdefault.c | 16 ++++++++++++++++
19458  1 file changed, 16 insertions(+)
19459
19460 commit 164e267d286eccbbdde69e8935a658dced4331b4
19461 Author: James Cloos <cloos@lugabout.jhcloos.org>
19462 Date:   Sat Sep 9 01:24:08 2006 -0400
19463
19464     Make conf.avail and conf.d work
19465
19466     Add conf.avail to configure.in
19467
19468     Add install: target to conf.d/Makefile.am to
19469     create the initial symlinks to conf.avail
19470
19471  conf.d/Makefile.am | 52
19472  ++++++++++++++++++++++++++++++++++++++++++++++++++++
19473  configure.in       |  1 +
19474  2 files changed, 53 insertions(+)
19475
19476 commit f6cfbe16bfc252b46532f699b496e4a41a1a1c22
19477 Author: Keith Packard <keithp@neko.keithp.com>
19478 Date:   Thu Sep 7 15:17:10 2006 -0700
19479
19480     Attempt to fix makealias usage for build on Mac OS X.
19481
19482     Avoid using fcalias.h or fcaliastail.h on systems which don't
19483     support it.
19484     Provided solution still generates these files, but does not use them.
19485
19486  src/fcint.h   | 3 ++-
19487  src/makealias | 2 ++
19488  2 files changed, 4 insertions(+), 1 deletion(-)
19489
19490 commit 6cff1dca81b60fcd75e19f3ed827aae98f643fd1
19491 Author: Keith Packard <keithp@neko.keithp.com>
19492 Date:   Thu Sep 7 14:37:52 2006 -0700
19493
19494     Replace gnu-specific sed command with simple grep.
19495
19496     makealias was using a gnu-extension to sed addressing, replace that
19497     with a
19498     simple (and more robuse) grep command. Also, found a bug in the public
19499     header file that was leaving one symbol out of the process.
19500
19501  fontconfig/fontconfig.h | 2 +-
19502  src/makealias           | 2 +-
19503  2 files changed, 2 insertions(+), 2 deletions(-)
19504
19505 commit 31e0f0321057a7612ed5a7fa890dad09e6a53ee6
19506 Author: David Turner <david@freetype.org>
19507 Date:   Thu Sep 7 14:29:35 2006 -0700
19508
19509     Replace character discovery loop with simpler, faster version.
19510
19511     The existing loop for discovering which characters map to glyphs is
19512     ugly and
19513     inefficient. The replacement is functionally identical, but far
19514     cleaner and
19515     faster.
19516
19517  src/fcfreetype.c | 83
19518  ++++++++++++++++++++------------------------------------
19519  1 file changed, 30 insertions(+), 53 deletions(-)
19520
19521 commit 8d779ce4b3cdac796e20ca568654c0ef1c576809
19522 Author: Keith Packard <keithp@neko.keithp.com>
19523 Date:   Thu Sep 7 14:22:16 2006 -0700
19524
19525     Reference patterns in FcCacheCopySet.
19526
19527     As patterns are put into the font set copy, mark them as referenced
19528     so the
19529     cache stays around while the font set is in use.
19530
19531  src/fccache.c | 7 ++++++-
19532  1 file changed, 6 insertions(+), 1 deletion(-)
19533
19534 commit 4c34c0c52a4e943c6770a6178e5012a3d6fe96d0
19535 Author: Keith Packard <keithp@neko.keithp.com>
19536 Date:   Thu Sep 7 10:37:24 2006 -0700
19537
19538     Create fc_cachedir at install time. Bug 8157.
19539
19540  Makefile.am | 2 +-
19541  1 file changed, 1 insertion(+), 1 deletion(-)
19542
19543 commit 88b6bebc3d648464ad9bcb7f106694ed85a84460
19544 Author: Keith Packard <keithp@neko.keithp.com>
19545 Date:   Wed Sep 6 23:58:14 2006 -0700
19546
19547     Update for version 2.3.97.
19548
19549  Makefile.am             |  2 +-
19550  README                  | 41 +++++++++++++++++++++++++++++++++++++++--
19551  configure.in            |  2 +-
19552  fontconfig/fontconfig.h |  2 +-
19553  4 files changed, 42 insertions(+), 5 deletions(-)
19554
19555 commit c3796ac6061373bcf0276a931036987c01741215
19556 Author: Keith Packard <keithp@neko.keithp.com>
19557 Date:   Wed Sep 6 17:45:40 2006 -0700
19558
19559     Charset hashing depended on uniqueness of leaves.
19560
19561     Charset hashing actually use the value of the leaf pointers, which is
19562     clearly wrong, especially now that charsets are not shared across
19563     multiple
19564     font directories.
19565
19566  src/fccharset.c | 4 ++--
19567  1 file changed, 2 insertions(+), 2 deletions(-)
19568
19569 commit 08bef687018f2391c2f2b6fc3849878c121b67dd
19570 Author: Keith Packard <keithp@neko.keithp.com>
19571 Date:   Wed Sep 6 17:43:08 2006 -0700
19572
19573     Parallel build fix for fcalias.h and fcaliastail.h
19574
19575     These are built from the same script, but creating a single
19576     dependency rule
19577     caused parallel make to run the script twice.
19578
19579  src/Makefile.am | 4 +++-
19580  1 file changed, 3 insertions(+), 1 deletion(-)
19581
19582 commit 8e0b03f55085d6fd80f6a262b496303f5a74d2ad
19583 Author: Keith Packard <keithp@neko.keithp.com>
19584 Date:   Wed Sep 6 17:14:46 2006 -0700
19585
19586     Update architecture signatures for x86-64 and ppc.
19587
19588     I think the cache file data types are stable for now; add-back the
19589     signatures for x86-64 and ppc.
19590
19591  fc-arch/fcarch.tmpl.h | 4 ++--
19592  1 file changed, 2 insertions(+), 2 deletions(-)
19593
19594 commit 23816bf9acbd6cc5dd942daaba3cc084ea70d99d
19595 Author: Keith Packard <keithp@neko.keithp.com>
19596 Date:   Tue Sep 5 02:24:01 2006 -0700
19597
19598     Eliminate .so PLT entries for local symbols. (thanks to Arjan van
19599     de Ven)
19600
19601     Using a simple shell script that processes the public headers,
19602     two header
19603     files are constructed that map public symbols to hidden internal
19604     aliases
19605     avoiding the assocated PLT entry for referring to a public symbol.
19606
19607     A few mistakes in the FcPrivate/FcPublic annotations were also
19608     discovered
19609     through this process
19610
19611  .gitignore               |  2 ++
19612  fc-arch/Makefile.am      |  9 ++++++++-
19613  fc-case/Makefile.am      |  9 ++++++++-
19614  fc-glyphname/Makefile.am |  9 ++++++++-
19615  fc-lang/Makefile.am      |  9 ++++++++-
19616  fc-lang/fc-lang.c        |  1 -
19617  fontconfig/fontconfig.h  | 10 +++++-----
19618  src/Makefile.am          | 15 ++++++++++++++-
19619  src/fcatomic.c           |  3 +++
19620  src/fcblanks.c           |  3 +++
19621  src/fccache.c            |  3 +++
19622  src/fccfg.c              |  3 +++
19623  src/fccharset.c          |  3 +++
19624  src/fcdbg.c              |  3 +++
19625  src/fcdefault.c          |  3 +++
19626  src/fcdir.c              |  3 +++
19627  src/fcfreetype.c         |  4 ++++
19628  src/fcfs.c               |  3 +++
19629  src/fcinit.c             |  3 +++
19630  src/fcint.h              |  5 ++++-
19631  src/fclang.c             |  3 +++
19632  src/fclist.c             |  3 +++
19633  src/fcmatch.c            |  3 +++
19634  src/fcmatrix.c           |  3 +++
19635  src/fcname.c             |  3 +++
19636  src/fcpat.c              |  3 +++
19637  src/fcserialize.c        |  3 +++
19638  src/fcstr.c              |  3 +++
19639  src/fcxml.c              |  3 +++
19640  src/ftglue.c             |  3 +++
19641  src/makealias            | 24 ++++++++++++++++++++++++
19642  31 files changed, 145 insertions(+), 12 deletions(-)
19643
19644 commit 323ecd0cd3b8eeb50c4af87d57f2ea7b19f37215
19645 Author: Keith Packard <keithp@neko.keithp.com>
19646 Date:   Mon Sep 4 23:19:59 2006 -0700
19647
19648     Correct reference count when sharing cache file objects.
19649
19650     Multiple maps of the same cache file share the same mapped object;
19651     bump the
19652     cache object reference count in this case
19653
19654  src/fccache.c | 4 +++-
19655  1 file changed, 3 insertions(+), 1 deletion(-)
19656
19657 commit afe5a6716058e4b952a6ec1ab3f328a1c069a8c4
19658 Author: Keith Packard <keithp@neko.keithp.com>
19659 Date:   Mon Sep 4 22:39:51 2006 -0700
19660
19661     Oops, fc-lang broke when I added cache referencing.
19662
19663     Add FcCacheObjectReference/FcCacheObjectDereference stubs to fc-cache.
19664
19665  fc-lang/fc-lang.c | 10 ++++++++++
19666  1 file changed, 10 insertions(+)
19667
19668 commit 17389539a046f7231447d531ef7f3d131c1d7515
19669 Author: Keith Packard <keithp@neko.keithp.com>
19670 Date:   Mon Sep 4 22:26:24 2006 -0700
19671
19672     Make cache reference counting more efficient.
19673
19674     Eliminate need to reference cache object once per cached font, instead
19675     just count the number of fonts used from the cache and bump the
19676     reference
19677     count once by that amount. I think this makes this refernece technique
19678     efficient enough for use.
19679
19680  src/fccache.c | 9 +++++++++
19681  src/fccfg.c   | 5 ++++-
19682  src/fcint.h   | 3 +++
19683  3 files changed, 16 insertions(+), 1 deletion(-)
19684
19685 commit 9e612141df7e693ef98071f102cecb5d777ceecb
19686 Author: Keith Packard <keithp@neko.keithp.com>
19687 Date:   Mon Sep 4 22:20:25 2006 -0700
19688
19689     Reference count cache objects.
19690
19691     Caches contain patterns and character sets which are reference
19692     counted and
19693     visible to applications. Reference count the underlying cache object
19694     so that
19695     it stays around until all reference objects are no longer in use.
19696
19697     This is less efficient than just leaving all caches around forever,
19698     but does
19699     avoid eternal size increases in case applications ever bother
19700     to actually
19701     look for changes in the font configuration.
19702
19703  src/fccache.c   | 255
19704  ++++++++++++++++++++++++++++++++++++++++++--------------
19705  src/fccfg.c     |  22 +----
19706  src/fccharset.c |   5 ++
19707  src/fcint.h     |  16 ++--
19708  src/fcpat.c     |  10 ++-
19709  5 files changed, 213 insertions(+), 95 deletions(-)
19710
19711 commit 8fe2104a1e5771ac8079a438fa21e00f946be8b3
19712 Author: Keith Packard <keithp@neko.keithp.com>
19713 Date:   Mon Sep 4 13:59:58 2006 -0700
19714
19715     Leave cache files mapped permanently.
19716
19717     Without reference counting on cache objects, there's no way to
19718     know when
19719     an application is finished using objects pulled from the cache. Until
19720     some
19721     kinf of cache reference counting can be done, leave all cache
19722     objects mapped
19723     for the life of the library (until FcFini is called). To mitigate
19724     the cost
19725     of this, ensure that each instance of a cache file is mapped only
19726     once.
19727
19728  src/fccache.c | 143
19729  +++++++++++++++++++++++++++++++++++++++++++++-------------
19730  src/fcinit.c  |   1 +
19731  src/fcint.h   |   3 ++
19732  3 files changed, 116 insertions(+), 31 deletions(-)
19733
19734 commit 469010c1bdd5cc8801405ef809540bd4b17f41c1
19735 Author: James Cloos <cloos@lugabout.jhcloos.org>
19736 Date:   Mon Sep 4 15:57:19 2006 -0400
19737
19738     Update Makefile.am files
19739
19740  Makefile.am            |  2 +-
19741  conf.avail/Makefile.am | 34 ++++++++++++++++++++--------------
19742  2 files changed, 21 insertions(+), 15 deletions(-)
19743
19744 commit c3425fa671663b11aa5288a0b52a0618c5d075ef
19745 Author: James Cloos <cloos@lugabout.jhcloos.org>
19746 Date:   Mon Sep 4 15:47:52 2006 -0400
19747
19748     Move some section from fonts.conf into conf.avail files
19749
19750     URL aliases, AMT aliases, Che globaladvance fixes and Vera <8pt
19751     unhinting
19752     sections all moved into conf.avail, to load before user and local
19753     confs.
19754
19755  conf.avail/10-urw-aliases.conf       |  47 +++++++++++++
19756  conf.avail/15-amt-aliases.conf       |  16 +++++
19757  conf.avail/20-fix-globaladvance.conf |  24 +++++++
19758  conf.avail/30-unhint-small-vera.conf |  44 ++++++++++++
19759  fonts.conf.in                        | 133
19760  -----------------------------------
19761  5 files changed, 131 insertions(+), 133 deletions(-)
19762
19763 commit 9a9fd975a1330e21f0184cdb237cfb2a2f19c098
19764 Author: Keith Packard <keithp@neko.keithp.com>
19765 Date:   Mon Sep 4 12:46:01 2006 -0700
19766
19767     Can't typecheck values for objects with no known type.
19768
19769     Objects that aren't part of the built-in object list don't have
19770     predefined
19771     types, so we can't typecheck them.
19772
19773  src/fcxml.c | 2 ++
19774  1 file changed, 2 insertions(+)
19775
19776 commit 60018915891bd146271b687278782fe38b4c4461
19777 Author: James Cloos <cloos@lugabout.jhcloos.org>
19778 Date:   Mon Sep 4 15:45:28 2006 -0400
19779
19780     Re-order old conf.d files
19781
19782     Make sure they continue to load after ~/.fonts.conf and local.conf
19783
19784  conf.avail/{20-LohitGujarati.conf => 60-LohitGujarati.conf}   | 0
19785  conf.avail/{20-fonts-persian.conf => 60-fonts-persian.conf}   | 0
19786  conf.avail/{30-no-sub-pixel.conf => 70-no-sub-pixel.conf}     | 0
19787  conf.avail/{30-sub-pixel-bgr.conf => 70-sub-pixel-bgr.conf}   | 0
19788  conf.avail/{30-sub-pixel-rgb.conf => 70-sub-pixel-rgb.conf}   | 0
19789  conf.avail/{30-sub-pixel-vbgr.conf => 70-sub-pixel-vbgr.conf} | 0
19790  conf.avail/{30-sub-pixel-vrgb.conf => 70-sub-pixel-vrgb.conf} | 0
19791  conf.avail/{33-autohint.conf => 73-autohint.conf}             | 0
19792  conf.avail/{33-unhinted.conf => 73-unhinted.conf}             | 0
19793  conf.avail/{36-no-bitmaps.conf => 76-no-bitmaps.conf}         | 0
19794  conf.avail/{36-yes-bitmaps.conf => 76-yes-bitmaps.conf}       | 0
19795  11 files changed, 0 insertions(+), 0 deletions(-)
19796
19797 commit 31f8061b5d0a60f497eaafe6d38006ae71e53163
19798 Author: James Cloos <cloos@lugabout.jhcloos.org>
19799 Date:   Mon Sep 4 15:36:46 2006 -0400
19800
19801     Make room for chunks from fonts.conf in conf.avail
19802
19803  conf.avail/{10-LohitGujarati.conf => 20-LohitGujarati.conf} | 0
19804  conf.avail/{10-fonts-persian.conf => 20-fonts-persian.conf} | 0
19805  2 files changed, 0 insertions(+), 0 deletions(-)
19806
19807 commit d55620c90676951fc70ec9430c2670edca2147cb
19808 Author: James Cloos <cloos@lugabout.jhcloos.org>
19809 Date:   Mon Sep 4 15:32:37 2006 -0400
19810
19811     Replace load of conf.d in fonts.conf.in
19812
19813  fonts.conf.in | 5 +++++
19814  1 file changed, 5 insertions(+)
19815
19816 commit f6e645c4993fff77d596dba734c09cdb255f4ca0
19817 Author: James Cloos <cloos@lugabout.jhcloos.org>
19818 Date:   Mon Sep 4 15:30:10 2006 -0400
19819
19820     Update Makefile.am to match conf.avail changes
19821
19822  conf.avail/Makefile.am | 21 ++++++++++++---------
19823  1 file changed, 12 insertions(+), 9 deletions(-)
19824
19825 commit cbdd74d6569b5975b86bd425b56b1b50aa73d2bb
19826 Author: James Cloos <cloos@lugabout.jhcloos.org>
19827 Date:   Mon Sep 4 15:27:29 2006 -0400
19828
19829     Number the remaining conf.avail files
19830
19831  conf.avail/{no-sub-pixel.conf => 30-no-sub-pixel.conf}     | 0
19832  conf.avail/{sub-pixel-bgr.conf => 30-sub-pixel-bgr.conf}   | 0
19833  conf.avail/{sub-pixel-rgb.conf => 30-sub-pixel-rgb.conf}   | 0
19834  conf.avail/{sub-pixel-vbgr.conf => 30-sub-pixel-vbgr.conf} | 0
19835  conf.avail/{sub-pixel-vrgb.conf => 30-sub-pixel-vrgb.conf} | 0
19836  conf.avail/{autohint.conf => 33-autohint.conf}             | 0
19837  conf.avail/{unhinted.conf => 33-unhinted.conf}             | 0
19838  conf.avail/{no-bitmaps.conf => 36-no-bitmaps.conf}         | 0
19839  conf.avail/{yes-bitmaps.conf => 36-yes-bitmaps.conf}       | 0
19840  9 files changed, 0 insertions(+), 0 deletions(-)
19841
19842 commit a04ac99f0f3e487c7611772442727a6eb4f44393
19843 Author: Keith Packard <keithp@neko.keithp.com>
19844 Date:   Mon Sep 4 02:13:13 2006 -0700
19845
19846     Hide FreeType glue code from library ABI.
19847
19848     FreeType glue code was escaping the shared library.
19849
19850  src/ftglue.h | 4 +++-
19851  1 file changed, 3 insertions(+), 1 deletion(-)
19852
19853 commit 4984242e3681a50a9c19f352783f145f91ecb868
19854 Author: Keith Packard <keithp@neko.keithp.com>
19855 Date:   Mon Sep 4 00:47:07 2006 -0700
19856
19857     Hide private functions in shared library. Export functionality
19858     for utilities.
19859
19860     Borrowing header stuff written for cairo, fontconfig now exposes
19861     in the
19862     shared library only the symbols which are included in the public
19863     header
19864     files. All private symbols are hidden using suitable compiler
19865     directives.
19866
19867     A few new public functions were required for the fontconfig utility
19868     programs
19869     (fc-cat and fc-cache) so those were added, bumping the .so minor
19870     version number
19871     in the process.
19872
19873  configure.in            |   9 +-
19874  fc-cache/fc-cache.c     |  30 ++--
19875  fc-cat/Makefile.am      |   2 +-
19876  fc-cat/fc-cat.c         |  37 ++---
19877  fontconfig/fcfreetype.h |  14 +-
19878  fontconfig/fontconfig.h | 403
19879  ++++++++++++++++++++++++++++--------------------
19880  src/fccache.c           |  48 ++++++
19881  src/fccharset.c         |   5 -
19882  src/fcint.h             | 337 +++++++++++++++++++---------------------
19883  9 files changed, 481 insertions(+), 404 deletions(-)
19884
19885 commit 57b42cef2ad2f18618ca0748325fc800165bdc1b
19886 Author: James Cloos <cloos@lugabout.jhcloos.org>
19887 Date:   Mon Sep 4 01:33:09 2006 -0400
19888
19889     Move user and local conf file loading into conf.avail files
19890
19891  conf.avail/50-user.conf  |  7 +++++++
19892  conf.avail/51-local.conf |  7 +++++++
19893  fonts.conf.in            | 11 -----------
19894  3 files changed, 14 insertions(+), 11 deletions(-)
19895
19896 commit 04ceb322c8e8c4bfc5f4df27d15e8353058a19b8
19897 Author: James Cloos <cloos@lugabout.jhcloos.org>
19898 Date:   Mon Sep 4 01:28:07 2006 -0400
19899
19900     Support all five possibilities for sub-pixel
19901
19902     Make sub-pixel.conf be sub-pixel-rgb.conf and add the
19903     three other possibilites: bgr, vrgb and vbgr.
19904
19905  conf.avail/sub-pixel-bgr.conf                     | 9 +++++++++
19906  conf.avail/{sub-pixel.conf => sub-pixel-rgb.conf} | 0
19907  conf.avail/sub-pixel-vbgr.conf                    | 9 +++++++++
19908  conf.avail/sub-pixel-vrgb.conf                    | 9 +++++++++
19909  4 files changed, 27 insertions(+)
19910
19911 commit 085d12cd4bcc215a5fb2bc403148e68c45bd3d2a
19912 Author: James Cloos <cloos@lugabout.jhcloos.org>
19913 Date:   Mon Sep 4 01:24:02 2006 -0400
19914
19915     Standardize conf.avail number prefixing convention
19916
19917     Always use \d- rather than just \d as prefix
19918
19919  conf.avail/{10LohitGujarati.conf => 10-LohitGujarati.conf} | 0
19920  1 file changed, 0 insertions(+), 0 deletions(-)
19921
19922 commit 709f32438d814f73b6ce677a48b81a238cd0d6aa
19923 Author: James Cloos <cloos@lugabout.jhcloos.org>
19924 Date:   Mon Sep 4 01:21:55 2006 -0400
19925
19926     Move files from conf.d to conf.avail
19927
19928     All of the files in conf.d are now in conf.avail
19929     Makefile.am is updated to reflect the change
19930
19931  Makefile.am                                  | 2 +-
19932  {conf.d => conf.avail}/10-fonts-persian.conf | 0
19933  {conf.d => conf.avail}/10LohitGujarati.conf  | 0
19934  {conf.d => conf.avail}/60-delicious.conf     | 0
19935  {conf.d => conf.avail}/Makefile.am           | 0
19936  {conf.d => conf.avail}/README                | 0
19937  {conf.d => conf.avail}/autohint.conf         | 0
19938  {conf.d => conf.avail}/no-bitmaps.conf       | 0
19939  {conf.d => conf.avail}/no-sub-pixel.conf     | 0
19940  {conf.d => conf.avail}/sub-pixel.conf        | 0
19941  {conf.d => conf.avail}/unhinted.conf         | 0
19942  {conf.d => conf.avail}/yes-bitmaps.conf      | 0
19943  12 files changed, 1 insertion(+), 1 deletion(-)
19944
19945 commit 34227592c23db4d462d36773532cef67731e2831
19946 Author: Keith Packard <keithp@neko.keithp.com>
19947 Date:   Sun Sep 3 16:27:09 2006 -0700
19948
19949     Remove all .cvsignore files
19950
19951  .cvsignore              | 35 -----------------------------------
19952  conf.d/.cvsignore       |  2 --
19953  doc/.cvsignore          | 16 ----------------
19954  fc-cache/.cvsignore     |  6 ------
19955  fc-case/.cvsignore      |  6 ------
19956  fc-cat/.cvsignore       |  6 ------
19957  fc-glyphname/.cvsignore |  6 ------
19958  fc-lang/.cvsignore      |  6 ------
19959  fc-list/.cvsignore      |  6 ------
19960  fc-match/.cvsignore     |  6 ------
19961  fontconfig/.cvsignore   |  2 --
19962  src/.cvsignore          |  7 -------
19963  test/.cvsignore         |  2 --
19964  13 files changed, 106 deletions(-)
19965
19966 commit 822ec78c54a24a0f1589154ac2d4906b02b111ef
19967 Merge: e79c648 fb2092c
19968 Author: Keith Packard <keithp@neko.keithp.com>
19969 Date:   Sun Sep 3 16:07:11 2006 -0700
19970
19971     Merge branch 'fc-2_4_branch' to master
19972
19973     Moving development back to master.
19974
19975 commit fb2092c18fbf4af69e2cbafc265c4b0ad7e54346
19976 Author: Keith Packard <keithp@neko.keithp.com>
19977 Date:   Sun Sep 3 15:20:46 2006 -0700
19978
19979     Finish INSTALL changes. .gitignore ChangeLog
19980
19981  .gitignore | 1 +
19982  INSTALL    | 2 +-
19983  2 files changed, 2 insertions(+), 1 deletion(-)
19984
19985 commit 2ec3ed0806cfd2cd17cae4117a7047451a52cf95
19986 Author: Keith Packard <keithp@neko.keithp.com>
19987 Date:   Sun Sep 3 14:58:49 2006 -0700
19988
19989     Update instructions for doing a release. Autogen ChangeLog from
19990     git-log.
19991
19992  INSTALL     | 21 ++++++++++++++++-----
19993  Makefile.am | 39 +++++++++++++++++++++++++++++++++++++++
19994  2 files changed, 55 insertions(+), 5 deletions(-)
19995
19996 commit d3c392b6693ce79fbab42e9a8cf543f6182c5917
19997 Author: Keith Packard <keithp@neko.keithp.com>
19998 Date:   Sun Sep 3 14:46:17 2006 -0700
19999
20000     Remove ChangeLog
20001
20002  ChangeLog | 3496
20003  -------------------------------------------------------------
20004  1 file changed, 3496 deletions(-)
20005
20006 commit 0945cbe73019404c880be0de7f703ef77aec8a08
20007 Author: Keith Packard <keithp@neko.keithp.com>
20008 Date:   Sun Sep 3 14:42:48 2006 -0700
20009
20010     Change version to 2.3.96
20011
20012  README                  | 67
20013  +++++++++++++++++++++++++++++++++++++++++++++++--
20014  configure.in            |  2 +-
20015  fontconfig/fontconfig.h |  2 +-
20016  3 files changed, 67 insertions(+), 4 deletions(-)
20017
20018 commit 2a5ea80023657724e3e6ba629d828ab5e33bdb70
20019 Author: Keith Packard <keithp@neko.keithp.com>
20020 Date:   Sat Sep 2 23:10:59 2006 -0700
20021
20022     Oops; missed the 60-delicious.conf file.
20023
20024     This file fixes Delicious Heavy fonts to have the correct weight
20025     value.
20026
20027  conf.d/60-delicious.conf | 20 ++++++++++++++++++++
20028  1 file changed, 20 insertions(+)
20029
20030 commit e3b771a63e837b341bbd1e3e7e9c868244506f62
20031 Author: Keith Packard <keithp@neko.keithp.com>
20032 Date:   Sat Sep 2 23:09:44 2006 -0700
20033
20034     Using uninitialized (and wrong) variable in FcStrCopyFilename.
20035
20036     A typo from the change in where filename canonicalization occurs.
20037
20038  src/fcstr.c | 2 +-
20039  1 file changed, 1 insertion(+), 1 deletion(-)
20040
20041 commit 04cedae0d5a720662bdc0de3d4cb97f6c77e7d1a
20042 Author: Keith Packard <keithp@neko.keithp.com>
20043 Date:   Sat Sep 2 20:23:31 2006 -0700
20044
20045     Don't segfault when string values can't be parsed as charsets or
20046     langsets.
20047
20048     If parsing charsets or langsets fails, return a FcTypeVoid value
20049     instead of
20050     a charset/langset value with a NULL pointer in it (which is invalid).
20051
20052  src/fcname.c | 6 ++++++
20053  1 file changed, 6 insertions(+)
20054
20055 commit fb6e30ab3ef74021978d260fb7f2c40a0b5a0b06
20056 Author: Keith Packard <keithp@neko.keithp.com>
20057 Date:   Sat Sep 2 20:07:29 2006 -0700
20058
20059     Fix missing initialization/destruction of new 'scan' target subst
20060     list.
20061
20062     Forgot to initialize and destroy the new substitution list for the
20063     'scan'
20064     match target.
20065
20066  src/fccfg.c | 2 ++
20067  1 file changed, 2 insertions(+)
20068
20069 commit c2c6976d1a88cc35143ffcc34f3c38d0a28d34f4
20070 Author: Keith Packard <keithp@neko.keithp.com>
20071 Date:   Sat Sep 2 17:52:12 2006 -0700
20072
20073     Add FcMatchScan to resolve Delicious font matching issues (bug #6769)
20074
20075     The Delicious family includes one named Delicious Heavy, a bold
20076     variant
20077     which is unfortunately marked as having normal weight. Because
20078     the family
20079     name is 'Delicious', fontconfig accidentally selects this font
20080     instead of
20081     the normal weight variant. The fix here rewrites the scanned data
20082     by running
20083     the scanned pattern through a new substitution sequence tagged with
20084     <match target=scan>; a sample for the Delicious family is included to
20085     demonstrate how it works (and fix Delicious at the same time).
20086
20087     Also added was a new match predicate -- the 'decorative' predicate
20088     which is
20089     automatically detected in fonts by searching style names for key
20090     decorative
20091     phrases like SmallCaps, Shadow, Embosed and Antiqua. Suggestions for
20092     additional decorative key words are welcome. This should have
20093     little effect
20094     on font matching except when two fonts share the same characteristics
20095     except
20096     for this value.
20097
20098  conf.d/Makefile.am       |  1 +
20099  doc/fontconfig-user.sgml |  6 ++++--
20100  fontconfig/fontconfig.h  |  3 ++-
20101  fonts.dtd                |  6 +++++-
20102  src/fccfg.c              | 35 +++++++++++++++++++++++++++--------
20103  src/fcdbg.c              |  7 +++++++
20104  src/fcdefault.c          |  1 +
20105  src/fcdir.c              | 18 +++++++++++++++++-
20106  src/fcfreetype.c         | 34 +++++++++++++++++++++++++++++++++-
20107  src/fcint.h              |  2 ++
20108  src/fcmatch.c            | 33 ++++++++++++++++++++-------------
20109  src/fcname.c             | 34 ++++++++++++++++++++++++++++++----
20110  src/fcxml.c              |  4 ++++
20111  13 files changed, 153 insertions(+), 31 deletions(-)
20112
20113 commit 3b8a03c09d3a45f578680b5fe80255af9761b3fa
20114 Author: Keith Packard <keithp@neko.keithp.com>
20115 Date:   Sat Sep 2 14:54:14 2006 -0700
20116
20117     Allow font caches to contain newer version numbers
20118
20119     Use the version number inside the cache file to mark backward
20120     compatible
20121     changes while continuing to reserve the filename number for
20122     incompatible
20123     changes.
20124
20125  src/fccache.c | 4 ++--
20126  1 file changed, 2 insertions(+), 2 deletions(-)
20127
20128 commit 9b511b290548ad2920cda94507a3311efc461e8a
20129 Author: Keith Packard <keithp@neko.keithp.com>
20130 Date:   Sat Sep 2 14:52:37 2006 -0700
20131
20132     Unify directory canonicalization into FcStrAddFilename.
20133
20134     Instead of making filename canonicalization occur in multiple
20135     places, it
20136     occurs only in FcStrAddFilename now, as all filenames pass through
20137     that
20138     function at one point.
20139
20140  fc-cache/fc-cache.c |  2 +-
20141  fc-cat/fc-cat.c     |  2 +-
20142  src/fcdir.c         | 17 ++++-------------
20143  src/fcstr.c         | 24 +++++++++++-------------
20144  4 files changed, 17 insertions(+), 28 deletions(-)
20145
20146 commit 813258dc8e3a8c964af49abe810e76a95241926d
20147 Author: Keith Packard <keithp@neko.keithp.com>
20148 Date:   Fri Sep 1 22:08:41 2006 -0700
20149
20150     Move Free family names to bottom of respective aliases. (bug 7429)
20151
20152     The FreeSans, FreeSerif and FreeMono fonts cover a large number of
20153     languages, but are of generally poor quality. Moving these after
20154     fonts which
20155     cover specific languages but which have higher quality glyphs
20156     should improve
20157     font selection.
20158
20159  fonts.conf.in | 6 +++---
20160  1 file changed, 3 insertions(+), 3 deletions(-)
20161
20162 commit 5cafbd4da08aa8110a94deba59dc631c39ef7285
20163 Author: Keith Packard <keithp@neko.keithp.com>
20164 Date:   Fri Sep 1 22:04:52 2006 -0700
20165
20166     Document FC_DEBUG values (bug 6393). Document name \ escape syntax.
20167
20168     Limited FC_DEBUG documentation (just shows values and vague idea
20169     of what
20170     they're related to). Also document \ escape syntax for font names,
20171     including
20172     how family name and values have different escape requirements.
20173
20174  doc/fontconfig-user.sgml | 40 ++++++++++++++++++++++++++++++++++++++--
20175  1 file changed, 38 insertions(+), 2 deletions(-)
20176
20177 commit 7295c6f5faa595422e0825aa2e91883147d5b50e
20178 Author: Keith Packard <keithp@neko.keithp.com>
20179 Date:   Fri Sep 1 21:30:54 2006 -0700
20180
20181     Guess that mac roman names with lots of high bits are actually SJIS.
20182
20183     Many Japanese fonts incorrectly include names tagged as Roman
20184     encoding and
20185     English language which are actually Japanese names in the SJIS
20186     encoding.
20187     Guess that names with a large number of high bits set are SJIS encoded
20188     Japanese names rather than English names.
20189
20190  src/fcfreetype.c | 81
20191  ++++++++++++++++++++++++++++++++++++++++++++------------
20192  1 file changed, 64 insertions(+), 17 deletions(-)
20193
20194 commit db970d3596fbbc75f652f1a9fe7f7ce98e651ad2
20195 Author: Keith Packard <keithp@neko.keithp.com>
20196 Date:   Fri Sep 1 21:12:44 2006 -0700
20197
20198     Prefer Bitstream Vera to DejaVu families.
20199
20200     DejaVu is a modified version of Bitstream Vera that covers
20201     significantly
20202     more languages, but does so with spotty quality, lacking hinting
20203     for many
20204     glyphs, especially for the synthesized serif oblique face. Use
20205     Bitstream
20206     Vera (where installed).
20207
20208  fonts.conf.in | 11 ++++++-----
20209  1 file changed, 6 insertions(+), 5 deletions(-)
20210
20211 commit 3bb1812f0d173b153415e2191ecdd27a95fc4b05
20212 Author: Keith Packard <keithp@neko.keithp.com>
20213 Date:   Fri Sep 1 15:33:27 2006 -0700
20214
20215     Fonts matching lang not territory should satisfy sort pattern lang.
20216
20217     A pattern specifying 'Chinese' (:lang=zh) without a territory
20218     should be
20219     satisfied by any font supporting any Chinese lang. The code was
20220     requiring
20221     that the lang tags match exactly, causing this sort to fail.
20222
20223  src/fcmatch.c | 2 +-
20224  1 file changed, 1 insertion(+), 1 deletion(-)
20225
20226 commit cfccd4873a44da5b041368d5fca4f05180dcf041
20227 Author: Keith Packard <keithp@neko.keithp.com>
20228 Date:   Fri Sep 1 13:22:45 2006 -0700
20229
20230     Really only rebuild caches for system fonts at make install time.
20231
20232     Oops. Fix actual fc-cache command line instead of just the displayed
20233     version.
20234
20235  Makefile.am | 2 +-
20236  1 file changed, 1 insertion(+), 1 deletion(-)
20237
20238 commit caf996342b53bf2ca4eedbe54bc86b68456d7470
20239 Author: Keith Packard <keithp@neko.keithp.com>
20240 Date:   Fri Sep 1 12:59:09 2006 -0700
20241
20242     Add Assamese orthography (as.orth). Bug #8050
20243
20244     Behdad Esfahbod says Assamese is the same as Bengali, so this
20245     just uses
20246     bn.orth.
20247
20248  fc-lang/as.orth  | 28 ++++++++++++++++++++++++++++
20249  fc-lang/iso639-1 |  2 +-
20250  2 files changed, 29 insertions(+), 1 deletion(-)
20251
20252 commit c9e6d2c8cc920937546faa63c889570fa7b4745c
20253 Author: Keith Packard <keithp@neko.keithp.com>
20254 Date:   Fri Sep 1 12:45:43 2006 -0700
20255
20256     Chinese/Macau needs the Hong Kong orthography instead of Taiwan
20257     (bug 7884)
20258
20259     From Abel Cheung:
20260     Currently zh_mo.orth includes zh_tw.orth, which means it is assumed
20261     Macau
20262     only uses traditional Chinese characters used in Taiwan; however
20263     that is
20264     wrong, as a majority of Macau people speaks Cantonese too, and
20265     also uses
20266     additional traditional Chinese chars from Hong Kong (there are
20267     already some
20268     place names that can't be represented in just chars used in
20269     Taiwan). So it
20270     should include zh_hk.orth instead.
20271
20272  fc-lang/zh_mo.orth | 9 +++++++--
20273  1 file changed, 7 insertions(+), 2 deletions(-)
20274
20275 commit 5b8e43a48ea1a5fb4e54dd12fe965439df2bf95d
20276 Author: Keith Packard <keithp@neko.keithp.com>
20277 Date:   Fri Sep 1 12:36:31 2006 -0700
20278
20279     Avoid #warning directives on non-GCC compilers. (bug 7683)
20280
20281     Detect GCC and use #warning only on GCC systems.
20282
20283  configure.in     | 4 +++-
20284  src/fcfreetype.c | 2 ++
20285  2 files changed, 5 insertions(+), 1 deletion(-)
20286
20287 commit ab2cb932b25af20896c08f4641dfa696ed651418
20288 Author: Keith Packard <keithp@neko.keithp.com>
20289 Date:   Fri Sep 1 12:26:15 2006 -0700
20290
20291     Add @EXPAT_LIBS@ to Libs.private in fontconfig.pc (bug 7683)
20292
20293     Linking against fontconfig requires expat on systems without chained
20294     shared
20295     library dependencies.
20296
20297  fontconfig.pc.in | 1 +
20298  1 file changed, 1 insertion(+)
20299
20300 commit 1741499e2387f0c1e692801a1ef3c6ce5d043f9f
20301 Author: Keith Packard <keithp@neko.keithp.com>
20302 Date:   Fri Sep 1 12:07:10 2006 -0700
20303
20304     Fix memory leaks in fc-cache directory cleaning code.
20305
20306     valgrind found a few leaks in the new cache cleaning code.
20307
20308  fc-cache/fc-cache.c | 9 +++++++++
20309  1 file changed, 9 insertions(+)
20310
20311 commit fd7223c770e74730480bdf9ecf36f3152a12473e
20312 Author: Keith Packard <keithp@neko.keithp.com>
20313 Date:   Fri Sep 1 12:05:04 2006 -0700
20314
20315     Only rebuild caches for system fonts at make install time.
20316
20317     Rebuilding user-specific fonts will stick those cache files in
20318     the system
20319     font cache directory.
20320
20321  Makefile.am | 2 +-
20322  1 file changed, 1 insertion(+), 1 deletion(-)
20323
20324 commit 8587d77ce64147b7fb324458ba100910ebba93f4
20325 Author: Keith Packard <keithp@neko.keithp.com>
20326 Date:   Fri Sep 1 02:27:45 2006 -0700
20327
20328     Add some ignores
20329
20330  .gitignore | 2 ++
20331  1 file changed, 2 insertions(+)
20332
20333 commit 09bd9ae2be032efb05a8be7bae584fa18756d951
20334 Author: Keith Packard <keithp@neko.keithp.com>
20335 Date:   Fri Sep 1 02:22:59 2006 -0700
20336
20337     Fontset pattern references are relative to fontset, not array.
20338
20339     Within a fontset, the patterns are stored as pointers in an array.
20340     When stored as offsets, the offsets are relative to the fontset object
20341     itself, not the base of the array of pointers.
20342
20343  src/fcint.h | 2 +-
20344  1 file changed, 1 insertion(+), 1 deletion(-)
20345
20346 commit 18b6857c6476517db7932025847ae952feba758d
20347 Author: Keith Packard <keithp@neko.keithp.com>
20348 Date:   Fri Sep 1 01:49:47 2006 -0700
20349
20350     Fix fc-lang to use new charset freezer API.
20351
20352     Charset freezer api now uses allocated object. Also required minor
20353     fixes to
20354     charset freezer code to remove assumption that all input charsets are
20355     persistant.
20356
20357  fc-lang/fc-lang.c | 30 ++++++++++++++++++------------
20358  src/fccharset.c   | 11 +++++------
20359  src/fcint.h       |  6 ++++++
20360  3 files changed, 29 insertions(+), 18 deletions(-)
20361
20362 commit bc5e487f2a1ad9946aa5c6e19cd75794fc38d530
20363 Author: Keith Packard <keithp@neko.keithp.com>
20364 Date:   Fri Sep 1 01:15:14 2006 -0700
20365
20366     Pass directory information around in FcCache structure. Freeze
20367     charsets.
20368
20369     Instead of passing directory information around in separate variables,
20370     collect it all in an FcCache structure. Numerous internal and tool
20371     interfaces changed as a result of this.
20372
20373     Charsets are now pre-frozen before being serialized. This causes
20374     them to
20375     share across multiple fonts in the same cache.
20376
20377  fc-cache/fc-cache.c         | 109 ++++-----
20378  fc-cat/fc-cat.c             |  83 ++-----
20379  fc-glyphname/fc-glyphname.c |  13 --
20380  src/fccache.c               | 300 ++++++++++--------------
20381  src/fccfg.c                 | 169 ++++++++------
20382  src/fccharset.c             | 550
20383  +++++++++++++++++++++++---------------------
20384  src/fcdir.c                 | 177 +++++++-------
20385  src/fcinit.c                |   1 -
20386  src/fcint.h                 |  60 ++---
20387  src/fcpat.c                 |   8 +
20388  src/fcserialize.c           |   3 +
20389  11 files changed, 702 insertions(+), 771 deletions(-)
20390
20391 commit aec8c90b450c115718fd87bc270e35ee6b605967
20392 Author: Keith Packard <keithp@neko.keithp.com>
20393 Date:   Fri Sep 1 01:12:13 2006 -0700
20394
20395     Remove stale architecture signatures.
20396
20397     All but x86 are known to be wrong.
20398
20399  fc-arch/fcarch.tmpl.h | 7 +++----
20400  1 file changed, 3 insertions(+), 4 deletions(-)
20401
20402 commit 551b6b2cd7d94dd90a9eb22bdb752f264afc48ce
20403 Author: Keith Packard <keithp@neko.keithp.com>
20404 Date:   Thu Aug 31 18:16:00 2006 -0700
20405
20406     Allow FcTypeLangSet to match either FcTypeLangSet or FcTypeString.
20407
20408     Applications explicitly setting FC_LANG with string would fail due
20409     to typechecking disallowing this case.
20410
20411  src/fcname.c | 4 ++++
20412  1 file changed, 4 insertions(+)
20413
20414 commit bf0c80fc4996157dda7bed8b8b2e4c8a13611ada
20415 Author: Keith Packard <keithp@neko.keithp.com>
20416 Date:   Thu Aug 31 18:14:45 2006 -0700
20417
20418     Change $(pkgcachedir) to $(fc_cachedir) in fc-cat and fc-cache
20419     Makefile.am
20420
20421     make distcheck caught this bug; the effect of 'make uninstall'
20422     would have been to execute 'rm -rf /', somewhat less that desirable.
20423
20424  fc-cache/Makefile.am | 6 ++----
20425  fc-cat/Makefile.am   | 2 --
20426  2 files changed, 2 insertions(+), 6 deletions(-)
20427
20428 commit f57783d2e9c7362b1e5d5e3a967ba90fa49ade6e
20429 Author: Keith Packard <keithp@neko.keithp.com>
20430 Date:   Thu Aug 31 14:38:18 2006 -0700
20431
20432     Revert ABI changes from version 2.3
20433
20434     Accidental ABI changes and additions were discovered by looking at the
20435     differences in fontconfig.h. All of those have been reverted.
20436
20437  fc-cache/fc-cache.c     |  4 ++--
20438  fc-list/fc-list.c       |  2 +-
20439  fontconfig/fontconfig.h | 23 +++++------------------
20440  src/fccache.c           | 16 ++++++++++++++--
20441  src/fcint.h             |  6 ++++++
20442  5 files changed, 28 insertions(+), 23 deletions(-)
20443
20444 commit 0a87ce715e1862c56702f5be43af9f246aa34e68
20445 Author: Keith Packard <keithp@neko.keithp.com>
20446 Date:   Thu Aug 31 11:56:43 2006 -0700
20447
20448     With no args, fc-cat now dumps all directories.
20449
20450     Automatically list all font directories when no arguments are given to
20451     fc-cat. Also add -r option to recurse from specified cache
20452     directories.
20453     fc-cat also now prints the cache filename in verbose mode, along
20454     with the
20455     related directory name.
20456
20457  fc-cat/fc-cat.c | 119
20458  +++++++++++++++++++++++++++++++++++++++++++-------------
20459  src/fccache.c   |  16 +++++---
20460  src/fcint.h     |   2 +-
20461  3 files changed, 104 insertions(+), 33 deletions(-)
20462
20463 commit d8ab9e6c42cb3513a6623df0c2866e1ebbd96485
20464 Author: Keith Packard <keithp@neko.keithp.com>
20465 Date:   Thu Aug 31 09:42:49 2006 -0700
20466
20467     Automatically remove invalid cache files.
20468
20469     Cache files for missing or more recently modified directories are
20470     automatically removed at the end of every fc-cache run.
20471
20472  fc-cache/Makefile.am |   2 +-
20473  fc-cache/fc-cache.c  | 130
20474  ++++++++++++++++++++++++++++++++++++++++++++++++++-
20475  fc-cat/fc-cat.c      |   3 +-
20476  src/fccache.c        |   6 +--
20477  src/fcint.h          |   2 +-
20478  5 files changed, 135 insertions(+), 8 deletions(-)
20479
20480 commit e9a564e2cd3cb40109a1133dbbcee9f938f141b3
20481 Author: Keith Packard <keithp@neko.keithp.com>
20482 Date:   Thu Aug 31 09:07:32 2006 -0700
20483
20484     Serialized value lists were only including one value.
20485
20486     The next pointer in the serialized value list wasn't getting set,
20487     so they
20488     were truncated at a single value.
20489
20490  src/fcpat.c | 1 +
20491  1 file changed, 1 insertion(+)
20492
20493 commit c50ea916b0e56520948804b67fc7df57bb490575
20494 Author: Keith Packard <keithp@neko.keithp.com>
20495 Date:   Wed Aug 30 23:09:39 2006 -0700
20496
20497     Use intptr_t instead of off_t inside FcCache structure.
20498
20499     This avoids OS-dependencies in the cache file structure.
20500
20501  src/fcint.h       | 2 +-
20502  src/fcserialize.c | 1 -
20503  2 files changed, 1 insertion(+), 2 deletions(-)
20504
20505 commit 76abb77f26c43d069919f80e960c71c2242fb5c2
20506 Author: Keith Packard <keithp@neko.keithp.com>
20507 Date:   Wed Aug 30 22:23:25 2006 -0700
20508
20509     Fix fc-cat again. Sigh.
20510
20511     Internal interfaces in cache management changed again...
20512
20513  fc-cat/fc-cat.c | 37 +++++++++++++++++++++++++------------
20514  src/fccache.c   | 19 ++++++++++---------
20515  src/fcint.h     |  9 ++++++---
20516  3 files changed, 41 insertions(+), 24 deletions(-)
20517
20518 commit 2d3387fd720f33f80847ae6cbb83d94c9a52fde3
20519 Author: Keith Packard <keithp@neko.keithp.com>
20520 Date:   Wed Aug 30 21:59:53 2006 -0700
20521
20522     Skip broken caches. Cache files are auto-written, don't rewrite
20523     in fc-cache.
20524
20525     Validate cache contents and skip broken caches, looking down cache
20526     path for
20527     valid ones.
20528
20529     Every time a directory is scanned, it will be written to a cache
20530     file if
20531     possible, so fc-cache doesn't need to re-write the cache file. This
20532     makes
20533     detecting when the cache was generated a bit tricky, so we guess
20534     that if the
20535     cache wasn't valid before running and is valid afterwards, the
20536     cache file
20537     was written.
20538
20539     Also, allow empty charsets to be serialized with null leaves/numbers.
20540
20541     Eliminate a leak in FcEdit by switching to FcObject sooner.
20542
20543     Call FcFini from fc-match to make valgrind happy.
20544
20545  fc-cache/fc-cache.c |  25 +++++----
20546  fc-match/fc-match.c |   1 +
20547  src/fccache.c       | 148
20548  +++++++++++++++++++++++++++-------------------------
20549  src/fccfg.c         |  80 ++++++++--------------------
20550  src/fccharset.c     |  56 +++++++++++---------
20551  src/fcdir.c         |   2 +-
20552  src/fcint.h         |  19 +++++--
20553  src/fcxml.c         |  19 +++----
20554  8 files changed, 169 insertions(+), 181 deletions(-)
20555
20556 commit 09f9f6f62ac94f7b1a6df649a00c64f78ab132f5
20557 Author: Keith Packard <keithp@neko.keithp.com>
20558 Date:   Wed Aug 30 18:50:58 2006 -0700
20559
20560     Rework Object name database to unify typechecking and object lookup.
20561
20562     Eliminate ancient list of object name databases and load names
20563     into single
20564     hash table that includes type information. Typecheck all pattern
20565     values to
20566     avoid mis-typed pattern elements.
20567
20568  fc-case/fc-case.c |  13 --
20569  src/fcint.h       |   7 +-
20570  src/fcmatch.c     |   9 +-
20571  src/fcname.c      | 389
20572  ++++++++++++++++++++++++++++++------------------------
20573  src/fcpat.c       |   2 +-
20574  5 files changed, 233 insertions(+), 187 deletions(-)
20575
20576 commit c02886485b293179e8492cad9a34eb431dd4bfc9
20577 Author: Keith Packard <keithp@neko.keithp.com>
20578 Date:   Wed Aug 30 13:51:03 2006 -0700
20579
20580     FcCharSetSerialize was using wrong offset for leaves. Make fc-cat
20581     work.
20582
20583     FcCharSetSerialize was computing the offset to the unserialized leaf,
20584     which left it pointing at random data when the cache was reloaded.
20585
20586     fc-cat has been updated to work with the new cache structure.
20587
20588     Various debug messages extended to help diagnose serialization errors.
20589
20590  fc-cat/fc-cat.c | 134
20591  ++++++++++++++++++++++++++++++--------------------------
20592  src/fccache.c   |   6 +--
20593  src/fccharset.c |   3 +-
20594  src/fcdbg.c     |  20 +++++++--
20595  src/fcint.h     |  15 +++++--
20596  src/fcpat.c     |   7 +++
20597  6 files changed, 110 insertions(+), 75 deletions(-)
20598
20599 commit e3096d90fd3e0ba8b62d2c6df4cfb24f08a0766c
20600 Author: Keith Packard <keithp@neko.keithp.com>
20601 Date:   Wed Aug 30 04:24:03 2006 -0700
20602
20603     Fix build problems caused by cache rework.
20604
20605     Pagesize no longer matters in architecture decisions, the entire
20606     cache file
20607     is mmaped into the library. However, lots of intptr_t values are in
20608     use now,
20609     so that value is important.
20610
20611     fc-lang now requires fcserialize.c, which has been added to the
20612     repository.
20613
20614  fc-arch/fc-arch.c     |  14 +----
20615  fc-arch/fcarch.tmpl.h |   4 +-
20616  fc-lang/fc-lang.c     |   1 +
20617  src/fcserialize.c     | 159
20618  ++++++++++++++++++++++++++++++++++++++++++++++++++
20619  4 files changed, 165 insertions(+), 13 deletions(-)
20620
20621 commit 7ce196733129b0e664c1bdc20f973f15167292f7
20622 Author: Keith Packard <keithp@neko.keithp.com>
20623 Date:   Wed Aug 30 04:16:22 2006 -0700
20624
20625     Rework cache files to use offsets for all data structures.
20626
20627     Replace all of the bank/id pairs with simple offsets, recode several
20628     data structures to always use offsets inside the library to avoid
20629     conditional paths. Exposed data structures use pointers to hold
20630     offsets,
20631     setting the low bit to distinguish between offset and pointer.
20632
20633     Use offset-based data structures for lang charset encodings;
20634     eliminates
20635     separate data structure format for that file.
20636
20637     Much testing will be needed; offsets are likely not detected
20638     everywhere in
20639     the library yet.
20640
20641  fc-arch/fcarch.tmpl.h   |    3 +-
20642  fc-lang/fc-lang.c       |  185 +++++----
20643  fontconfig/fontconfig.h |    3 -
20644  src/Makefile.am         |    1 +
20645  src/fccache.c           |  581 +++++++++++----------------
20646  src/fccfg.c             |  102 +++--
20647  src/fccharset.c         |  493 ++++++++---------------
20648  src/fcdbg.c             |   43 +-
20649  src/fcdefault.c         |   64 +--
20650  src/fcfs.c              |  133 ++----
20651  src/fcint.h             |  477 +++++++++++++---------
20652  src/fclang.c            |  120 ++----
20653  src/fclist.c            |   86 ++--
20654  src/fcmatch.c           |  179 +++------
20655  src/fcname.c            |  142 ++-----
20656  src/fcpat.c             | 1025
20657  ++++++++++++++---------------------------------
20658  src/fcstr.c             |    1 +
20659  src/fcxml.c             |   15 +-
20660  18 files changed, 1394 insertions(+), 2259 deletions(-)
20661
20662 commit 2a9179d8895c1cc90d02917f7bb6fac30ffb6a62
20663 Author: Keith Packard <keithp@neko.keithp.com>
20664 Date:   Mon Aug 28 11:51:12 2006 -0700
20665
20666     Revert to original FcFontSetMatch algorithm to avoid losing fonts.
20667
20668     The fancy new FcFontSetMatch algorithm would discard fonts for the
20669     wrong reasons; fc-match sans:lang=en,ja would discard all fonts
20670     without
20671     Japanese support. This commit reverts to the original algorithm which
20672     ensure that FcFontSetMatch always matches the first font in the
20673     FcFontSetSort return list.
20674
20675  src/fcmatch.c | 229
20676  ++++++++--------------------------------------------------
20677  1 file changed, 32 insertions(+), 197 deletions(-)
20678
20679 commit ad05e3135b43f82c64d74f17dfec0b44fe7efcf0
20680 Author: Keith Packard <keithp@neko.keithp.com>
20681 Date:   Mon Aug 28 10:38:27 2006 -0700
20682
20683     Add ppc architecture
20684
20685  fc-arch/fcarch.tmpl.h | 1 +
20686  1 file changed, 1 insertion(+)
20687
20688 commit 7a03bbdceb4ea5b673caf89bfcafa84211a456f0
20689 Author: Keith Packard <keithp@neko.keithp.com>
20690 Date:   Mon Aug 28 10:30:22 2006 -0700
20691
20692     During test run, remove cache directory to avoid stale cache usage.
20693
20694     As file timestamps have only one second granularity, an old cache
20695     file could easily be used when a test took less than 1 second to run.
20696     Just remove the cache directory and its contents before each test
20697     is run.
20698     Also, remove mention of the old cache file from the test config file.
20699
20700  test/fonts.conf.in | 1 -
20701  test/run-test.sh   | 4 +---
20702  2 files changed, 1 insertion(+), 4 deletions(-)
20703
20704 commit 1e4080ea49160c5af24400b8daf701412a0cc7cb
20705 Author: Keith Packard <keithp@neko.keithp.com>
20706 Date:   Mon Aug 28 10:07:43 2006 -0700
20707
20708     Add x86-64 architecture and signature.
20709
20710  fc-arch/fcarch.tmpl.h | 1 +
20711  1 file changed, 1 insertion(+)
20712
20713 commit 7db39f729859827b246da242a26ddba13cb8c4b1
20714 Author: Keith Packard <keithp@neko.keithp.com>
20715 Date:   Mon Aug 28 09:43:12 2006 -0700
20716
20717     Regenerate x86 line in fcarch.tmpl.h to match change in cache data.
20718
20719     Also remove spurious printf of directory names.
20720
20721  fc-arch/Makefile.am   | 2 +-
20722  fc-arch/fcarch.tmpl.h | 2 +-
20723  src/fcdir.c           | 1 -
20724  3 files changed, 2 insertions(+), 3 deletions(-)
20725
20726 commit 0d9e31c810a36cddadff7572fdbb5a1b505e495e
20727 Author: Keith Packard <keithp@neko.keithp.com>
20728 Date:   Sun Aug 27 23:40:51 2006 -0700
20729
20730     Eliminate ./ and ../ elements from font directory names when scanning.
20731
20732     FcStrCanonFilename eliminates ./ and ../ elements from pathnames
20733     through
20734     simple string editing. Also, relative path names are fixed by
20735     prepending the
20736     current working directory.
20737
20738  src/fcdir.c | 45 ++++++++++++++++++++++++++++++---------------
20739  src/fcint.h |  3 +++
20740  src/fcstr.c | 57
20741  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
20742  3 files changed, 90 insertions(+), 15 deletions(-)
20743
20744 commit af180c40376690b7ced5262156fbe13c9ebba1e2
20745 Author: Keith Packard <keithp@neko.keithp.com>
20746 Date:   Sun Aug 27 22:24:39 2006 -0700
20747
20748     Fix up fc-cache and fc-cat for no global cache changes.
20749
20750     fc-cache and fc-cat use internal (fcint.h) APIs that have
20751     changed with the elimination of the global cache.
20752
20753  fc-cache/fc-cache.c |   2 +-
20754  fc-cat/fc-cat.c     | 119
20755  ++++++----------------------------------------------
20756  src/fccache.c       |  77 +++++++++++++++++++++++-----------
20757  src/fcdir.c         |  13 +++---
20758  src/fcint.h         |   4 ++
20759  5 files changed, 76 insertions(+), 139 deletions(-)
20760
20761 commit 00f059e930f12ca7c66cf2ffbc6c4ae789912af7
20762 Author: Keith Packard <keithp@neko.keithp.com>
20763 Date:   Sun Aug 27 21:53:48 2006 -0700
20764
20765     Eliminate global cache. Eliminate multi-arch cache code.
20766
20767     With the removal of the in-directory cache files, and the addition of
20768     per-user cache directories, there is no longer any reason to
20769     preserve the
20770     giant global cache file. Eliminating of this unifies the cache
20771     structure
20772     and simplifies the overall caching strategies greatly.
20773
20774  fc-cache/fc-cache.c |    3 +-
20775  src/fccache.c       | 1051
20776  ++++++---------------------------------------------
20777  src/fccfg.c         |   23 +-
20778  src/fcdir.c         |  164 ++++----
20779  src/fcint.h         |   70 +---
20780  5 files changed, 203 insertions(+), 1108 deletions(-)
20781
20782 commit cf65c0557e9fa1b86003d1ec8643f44f4344ebd2
20783 Author: Keith Packard <keithp@neko.keithp.com>
20784 Date:   Sun Aug 27 18:29:51 2006 -0700
20785
20786     Add architecture to cache filename.
20787
20788     Make cache filenames unique by inserting the architecture name
20789     into the
20790     filename.
20791
20792  src/fccache.c | 5 +++--
20793  1 file changed, 3 insertions(+), 2 deletions(-)
20794
20795 commit db50cbdaf592349c204ab0af0e7061ea72237044
20796 Author: Keith Packard <keithp@neko.keithp.com>
20797 Date:   Sun Aug 27 18:19:39 2006 -0700
20798
20799     Eliminate NormalizeDir. Eliminate gratuitous stat/access calls
20800     per dir.
20801
20802     Normalized directory names offer protection against looped directory
20803     trees
20804     but cost enormous numbers of system calls (stat per file in the
20805     hierarchy).
20806     Also, cache file directory name contents are validated each time the
20807     directory is modified, don't re-validate every time the cache file
20808     is loaded
20809     with an access and stat call.
20810
20811  fc-cache/fc-cache.c |   7 ++--
20812  src/fccache.c       |  55 ++---------------------------
20813  src/fccfg.c         | 100
20814  ----------------------------------------------------
20815  src/fcdir.c         |   6 ----
20816  4 files changed, 4 insertions(+), 164 deletions(-)
20817
20818 commit d2f786849c0c4503360a5c09469505b05164c6d2
20819 Author: Keith Packard <keithp@neko.keithp.com>
20820 Date:   Sun Aug 27 17:04:01 2006 -0700
20821
20822     Write caches to first directory with permission. Valid cache in
20823     FcDirCacheOpen.
20824
20825     Previous policy was to attempt to update the cache in place and bail
20826     if that
20827     didn't work. Now, search for the first writable directory and
20828     place the
20829     cache file there instead. Furthermore, on startup, search directory
20830     list for
20831     valid cache files instead of bailing if the first found cache
20832     file wasn't
20833     valid.
20834
20835  fonts.conf.in |  2 +-
20836  src/fccache.c | 90
20837  ++++++++++++++++++++++++++++-------------------------------
20838  2 files changed, 43 insertions(+), 49 deletions(-)
20839
20840 commit 2b629781d74b5a7db1fff873ce5322e59a0f863a
20841 Author: Keith Packard <keithp@neko.keithp.com>
20842 Date:   Sun Aug 27 16:25:07 2006 -0700
20843
20844     Construct short architecture name from architecture signature.
20845
20846     Map existing architecture signature to short architecture name
20847     at build time. This architecture name is (as yet) unused, but will
20848     be used
20849     to build per-architecture cache files with names made unique by
20850     including
20851     the architecture name. The auto-detected architecture name can
20852     be overridden
20853     with the --with-arch=ARCH configure option.
20854
20855  Makefile.am           |   2 +-
20856  configure.in          |  17 ++++++
20857  fc-arch/Makefile.am   |  50 ++++++++++++++++++
20858  fc-arch/fc-arch.c     | 144
20859  ++++++++++++++++++++++++++++++++++++++++++++++++++
20860  fc-arch/fcarch.tmpl.h |  32 +++++++++++
20861  5 files changed, 244 insertions(+), 1 deletion(-)
20862
20863 commit 199a92241151c391d9becca4fae1cc7e5e32ca80
20864 Author: Keith Packard <keithp@neko.keithp.com>
20865 Date:   Sun Aug 27 16:21:16 2006 -0700
20866
20867     Add .gitignore
20868
20869  .gitignore | 73
20870  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
20871  1 file changed, 73 insertions(+)
20872
20873 commit 7410e40bd93beb4ab1a577d084112413431cede2
20874 Author: Patrick Lam <plam@MIT.EDU>
20875 Date:   Fri Aug 4 16:13:00 2006 +0000
20876
20877     2006-08-04 Keith Packard (keithp@keithp.com) reviewed by: plam
20878     Make cache directories configurable. Simplify and correct some
20879     code which
20880         deals with per-directory caches.
20881
20882  ChangeLog               |  24 ++++
20883  configure.in            |  22 +++-
20884  fc-cache/fc-cache.c     |   7 +-
20885  fontconfig/fontconfig.h |   4 +-
20886  fonts.conf.in           |   5 +
20887  fonts.dtd               |  12 ++
20888  src/Makefile.am         |   3 +-
20889  src/fccache.c           | 323
20890  +++++++++++++++++++++++++-----------------------
20891  src/fccfg.c             |  28 ++++-
20892  src/fcdir.c             |   6 +-
20893  src/fcinit.c            |   2 +
20894  src/fcint.h             |  13 +-
20895  src/fcxml.c             |  17 +++
20896  test/fonts.conf.in      |   1 +
20897  test/run-test.sh        |   6 +-
20898  15 files changed, 294 insertions(+), 179 deletions(-)
20899
20900 commit 62a4a8459adaf26833e1dad0ee96ea5a4b8c3d54
20901 Author: Patrick Lam <plam@MIT.EDU>
20902 Date:   Wed Jul 19 02:14:28 2006 +0000
20903
20904     2006-07-19 Jon Burgess (jburgess@uklinux.net) reviewed by: plam
20905     Fix file-descriptor leak in FcGlobalCacheDestroy.
20906
20907  ChangeLog     | 7 +++++++
20908  src/fccache.c | 2 ++
20909  2 files changed, 9 insertions(+)
20910
20911 commit 1c14f2d96390ebafb390a953aa9b847e4a7303d7
20912 Author: Patrick Lam <plam@MIT.EDU>
20913 Date:   Fri Jun 2 18:48:30 2006 +0000
20914
20915     2006-05-31 Yong Li (rigel863@gmail.com) reviewed by: plam, Bedhad
20916     Esfahbod
20917     TrueType Collection table offsets are absolute, not relative.
20918
20919  ChangeLog    | 7 +++++++
20920  src/ftglue.c | 2 +-
20921  2 files changed, 8 insertions(+), 1 deletion(-)
20922
20923 commit 31b7e6d7f58616ebdc6281c3230282a2d7b57d6d
20924 Author: Patrick Lam <plam@MIT.EDU>
20925 Date:   Fri Apr 28 07:00:25 2006 +0000
20926
20927     2006-04-27 Paolo Borelli (pborelli@katamail.com) reviewed by: plam
20928     Make FcStrCopy slightly more efficient.
20929
20930  ChangeLog   |  7 +++++++
20931  src/fcstr.c | 12 +++++++-----
20932  2 files changed, 14 insertions(+), 5 deletions(-)
20933
20934 commit 0037aad501e18e53acd2590483b99aaa2a1fba8c
20935 Author: Patrick Lam <plam@MIT.EDU>
20936 Date:   Thu Apr 27 08:13:45 2006 +0000
20937
20938     Keith Packard <keithp@keithp.com>
20939     Reduce transient memory usage during config file parsing by allocating
20940         smaller buffers (64 seems to be a magic number).
20941
20942  ChangeLog   | 20 +++++++-------------
20943  src/fcstr.c |  2 +-
20944  2 files changed, 8 insertions(+), 14 deletions(-)
20945
20946 commit 529291bef436384a06db246fda30e08d5812de14
20947 Author: Keith Packard <keithp@keithp.com>
20948 Date:   Thu Apr 27 07:54:07 2006 +0000
20949
20950     Eliminate pattern freezing
20951
20952  ChangeLog    |   8 ++
20953  src/fcinit.c |   4 -
20954  src/fcint.h  |   3 -
20955  src/fcpat.c  | 370
20956  -----------------------------------------------------------
20957  src/fcxml.c  |   3 +-
20958  5 files changed, 9 insertions(+), 379 deletions(-)
20959
20960 commit c1c3ba06d5f5e00a1bfef4ef0dbf10f28fa86ce2
20961 Author: Keith Packard <keithp@keithp.com>
20962 Date:   Thu Apr 27 07:11:44 2006 +0000
20963
20964     Make path names in cache files absolute (NB, cache format change) Stop
20965         permitting cache files to be stored in font dirs. Bump cache
20966         magic.
20967         Don't include /fonts.cache-2 in cache hash construction.
20968     reviewed by: Patrick Lam <plam@mit.edu>
20969
20970  ChangeLog        |  30 +++++++++++++
20971  src/fccache.c    | 104 +++++++++++---------------------------------
20972  src/fcfreetype.c |  10 +----
20973  src/fcint.h      |   8 +---
20974  src/fclist.c     |   4 --
20975  src/fcmatch.c    |   3 --
20976  src/fcpat.c      | 130
20977  -------------------------------------------------------
20978  7 files changed, 57 insertions(+), 232 deletions(-)
20979
20980 commit 3b013a034acac70f3ceee05505bf5bb4dd45963b
20981 Author: Patrick Lam <plam@MIT.EDU>
20982 Date:   Wed Apr 26 14:50:41 2006 +0000
20983
20984     Really update for 2.3.95.
20985
20986  README | 6 ++++--
20987  1 file changed, 4 insertions(+), 2 deletions(-)
20988
20989 commit 73775d8f28bd8f5c40b524fe1ede63d3dfaff171
20990 Author: Patrick Lam <plam@MIT.EDU>
20991 Date:   Tue Apr 25 15:33:07 2006 +0000
20992
20993     Fix the issues with GNU libiconv vs. libc iconv (which especially
20994     appear on
20995         Solarii). Approach suggested by Tim Mooney.
20996     reviewed by: plam
20997
20998  ChangeLog        | 12 +++++++++++-
20999  configure.in     | 37 +++++++++++++++++++++++++++++++++++--
21000  src/Makefile.am  |  2 +-
21001  src/fcfreetype.c |  3 +--
21002  4 files changed, 48 insertions(+), 6 deletions(-)
21003
21004 commit 49512317264da1996bddf0b3c82d8d2de0c201eb
21005 Author: Patrick Lam <plam@MIT.EDU>
21006 Date:   Tue Apr 25 06:12:06 2006 +0000
21007
21008     Include $(top_srcdir), $(top_srcdir)/src before anything else.
21009     Shuffle order of includes for building out of srcdir on win32.
21010     reviewed by: plam
21011
21012  ChangeLog | 17 ++++++++++++++++-
21013  1 file changed, 16 insertions(+), 1 deletion(-)
21014
21015 commit f045376c0831f068e8fd8fd61773a5ed83dede7f
21016 Author: Patrick Lam <plam@MIT.EDU>
21017 Date:   Tue Apr 25 05:57:41 2006 +0000
21018
21019     Include $(top_srcdir), $(top_srcdir)/src before anything else.
21020     Shuffle order of includes for building out of srcdir on win32.
21021     reviewed by: plam
21022
21023  fc-cache/fc-cache.c | 15 ++++++++-------
21024  fc-cat/fc-cat.c     | 17 +++++++++--------
21025  fc-match/fc-match.c | 11 ++++++-----
21026  src/Makefile.am     |  6 +++---
21027  src/fccache.c       |  2 +-
21028  src/fccfg.c         |  2 +-
21029  src/fccharset.c     |  2 +-
21030  src/fcdbg.c         |  2 +-
21031  src/fcfreetype.c    |  2 +-
21032  src/fcfs.c          |  2 +-
21033  src/fcinit.c        |  2 +-
21034  src/fclist.c        |  2 +-
21035  src/fcmatch.c       |  2 +-
21036  src/fcmatrix.c      |  2 +-
21037  src/fcname.c        |  2 +-
21038  src/fcpat.c         |  2 +-
21039  src/fcstr.c         |  2 +-
21040  src/fcxml.c         |  2 +-
21041  18 files changed, 40 insertions(+), 37 deletions(-)
21042
21043 commit 55e145b0250e5c233d9fed1f8f5efe690374cdf2
21044 Author: Patrick Lam <plam@MIT.EDU>
21045 Date:   Thu Apr 20 16:57:50 2006 +0000
21046
21047     Prevent terrible perf regression by getting the if-condition right
21048         (reported by Wouter Bolsterlee).
21049
21050  ChangeLog     | 8 +++++++-
21051  src/fcmatch.c | 2 +-
21052  2 files changed, 8 insertions(+), 2 deletions(-)
21053
21054 commit 93f67dfc73601ea2f73c1fa2d9f4f13a84cf1232
21055 Author: Patrick Lam <plam@MIT.EDU>
21056 Date:   Wed Apr 19 16:53:50 2006 +0000
21057
21058     Dominic Lachowicz <cinamod@hotmail.com>
21059     Implement mmap-like code for Windows using MapViewOfFile.
21060
21061  ChangeLog     |  7 +++++++
21062  src/fccache.c | 23 ++++++++++++++++++++---
21063  2 files changed, 27 insertions(+), 3 deletions(-)
21064
21065 commit 56f8358364ad9078d99a35a12d7734884b8fccc2
21066 Author: Patrick Lam <plam@MIT.EDU>
21067 Date:   Wed Apr 19 16:17:46 2006 +0000
21068
21069     Bump version to 2.3.95.
21070
21071  ChangeLog | 8 ++++++++
21072  1 file changed, 8 insertions(+)
21073
21074 commit c001a192af784a3e7aa680cc925a4f6fc8f5b502
21075 Author: Patrick Lam <plam@MIT.EDU>
21076 Date:   Wed Apr 19 16:17:19 2006 +0000
21077
21078     Bail gracefully if the cache file does not contain enough data.
21079
21080  ChangeLog               |  5 +++++
21081  README                  | 23 +++++++++++++++++++++--
21082  configure.in            |  2 +-
21083  fontconfig/fontconfig.h |  2 +-
21084  src/fccache.c           | 19 ++++++++++++++++++-
21085  5 files changed, 46 insertions(+), 5 deletions(-)
21086
21087 commit a77572948ed9ce3e7fdffcfadd8772a5f962e4ed
21088 Author: Patrick Lam <plam@MIT.EDU>
21089 Date:   Sat Apr 15 00:25:20 2006 +0000
21090
21091     Give the 'Standard Symbols L' match a strong (vs. weak) binding.
21092
21093  ChangeLog     |  5 +++++
21094  fonts.conf.in | 13 ++++++++-----
21095  2 files changed, 13 insertions(+), 5 deletions(-)
21096
21097 commit 8cfa0bbc822169c5c2dae8a0e089c225c5944558
21098 Author: Patrick Lam <plam@MIT.EDU>
21099 Date:   Fri Apr 14 18:35:16 2006 +0000
21100
21101     Fix Gecko-exposed segfault from my last hack to FcObjectToPtrLookup.
21102         Simplify code and get things straight.
21103
21104  ChangeLog    |  6 ++++++
21105  src/fcname.c | 20 +++++---------------
21106  2 files changed, 11 insertions(+), 15 deletions(-)
21107
21108 commit b43dbbdc92fc81d6f8e54b30c2d5062c1a20a105
21109 Author: Patrick Lam <plam@MIT.EDU>
21110 Date:   Fri Apr 14 15:40:58 2006 +0000
21111
21112     Actually, just add URW fonts as aliases for all of the PostScript
21113     fonts.
21114         (reported by Miguel Rodriguez).
21115
21116  ChangeLog     |  6 ++++++
21117  fonts.conf.in | 36 ++++++++++++++++++++++++++++++------
21118  2 files changed, 36 insertions(+), 6 deletions(-)
21119
21120 commit ca2556f2632f80ae4ed7e5c9e5f5bf8f3e738992
21121 Author: Patrick Lam <plam@MIT.EDU>
21122 Date:   Fri Apr 14 14:51:22 2006 +0000
21123
21124     Add an alias 'Standard Symbols L' for 'Symbol'.
21125
21126  ChangeLog     | 5 +++++
21127  fonts.conf.in | 6 +++++-
21128  2 files changed, 10 insertions(+), 1 deletion(-)
21129
21130 commit 2f02e38361b24032945e24f7f8480999bf9df1e2
21131 Author: Patrick Lam <plam@MIT.EDU>
21132 Date:   Wed Apr 12 14:36:36 2006 +0000
21133
21134     Fix memory leak (Coverity defect #2089).
21135     Ignore script if subtable is missing (Coverity defect #2088).
21136     Fix possible null pointer dereference (Coverity defect #784)
21137     and memory
21138         leak (Coverity defects #785, #786).
21139     Don't copy FcCharSet if we're going to throw it away anyway. (Reported
21140     by
21141         Kenichi Handa).
21142     reviewed by: plam
21143
21144  ChangeLog        | 21 +++++++++++++++++++++
21145  src/fccfg.c      |  4 +++-
21146  src/fcfreetype.c |  5 +----
21147  src/fcmatch.c    | 33 ++++++++++++++++++++-------------
21148  src/fcpat.c      |  7 ++++++-
21149  5 files changed, 51 insertions(+), 19 deletions(-)
21150
21151 commit a56e89ab4f21aa6288345c63d2c43e55561632e0
21152 Author: Patrick Lam <plam@MIT.EDU>
21153 Date:   Wed Apr 12 03:02:57 2006 +0000
21154
21155     Fix bad behaviour on realloc resulting in crash.
21156     reviewed by: plam
21157
21158  ChangeLog    |  7 +++++++
21159  src/fcname.c | 17 ++++++++++-------
21160  2 files changed, 17 insertions(+), 7 deletions(-)
21161
21162 commit 5c90509c073b3879fd9e3a2dc9dddeb724757ccf
21163 Author: Patrick Lam <plam@MIT.EDU>
21164 Date:   Wed Apr 12 02:38:28 2006 +0000
21165
21166     Don't crash if config is null (Coverity defect #984).
21167
21168  ChangeLog     | 13 +++++++++----
21169  src/fccache.c |  5 +++--
21170  2 files changed, 12 insertions(+), 6 deletions(-)
21171
21172 commit 2de24638b23f65b5586cebe3e9d9f4577a40673e
21173 Author: Patrick Lam <plam@MIT.EDU>
21174 Date:   Tue Apr 11 16:54:24 2006 +0000
21175
21176     Missing bits from previous patches.
21177     Remove extra semi-colon.
21178     Fix memory leak in error case (Coverity defects #776, #985).
21179     Fix memory leaks (Coverity defects #779, #781) and memory use
21180     after free
21181         (Coverity defect #780).
21182     reviewed by: plam
21183
21184  ChangeLog       | 18 ++++++++++++++++++
21185  src/fccfg.c     | 13 +++++++++----
21186  src/fccharset.c |  5 ++++-
21187  src/fclang.c    |  1 +
21188  src/fcxml.c     |  4 +++-
21189  5 files changed, 35 insertions(+), 6 deletions(-)
21190
21191 commit 04f7d3e7fd5069965bc74e678fc51b0412d15aa9
21192 Author: Patrick Lam <plam@MIT.EDU>
21193 Date:   Tue Apr 11 14:20:59 2006 +0000
21194
21195     Properly convert static charsets to dynamic charsets.
21196     Fix memory leak in error case (Coverity defects #1820, #1821, #1822).
21197     Fix memory leak (Coverity defect #1819).
21198     prevent crash when invalid include line is parsed (Coverity defect
21199     #763).
21200     Fix potential null pointer access (Coverity defect #1804).
21201     Remove dead code (Coverity defect #1194).
21202     Prevent potential null pointer access (Coverity defect #767),
21203     ensure error
21204         value is read (Coverity defect #1195).
21205     reviewed by: plam
21206
21207  ChangeLog         | 29 +++++++++++++++++++++++++++++
21208  fc-cat/fc-cat.c   |  4 +++-
21209  fc-lang/fc-lang.c |  3 +++
21210  src/fccharset.c   |  5 +++++
21211  src/fcfreetype.c  |  6 ++++--
21212  src/fclang.c      |  8 +++++++-
21213  src/fcname.c      |  8 --------
21214  src/fcpat.c       | 11 ++++++++++-
21215  8 files changed, 61 insertions(+), 13 deletions(-)
21216
21217 commit af2ad236f037c7a53e73b9454f620de1a52f0422
21218 Author: Patrick Lam <plam@MIT.EDU>
21219 Date:   Tue Apr 11 05:08:26 2006 +0000
21220
21221     Survive missing docbook2pdf.
21222     reviewed by: plam
21223
21224  ChangeLog       | 11 +++++++++--
21225  doc/Makefile.am | 10 ++++++----
21226  2 files changed, 15 insertions(+), 6 deletions(-)
21227
21228 commit 67ed0b729718233662255a181bdcdb136c04dc5b
21229 Author: Patrick Lam <plam@MIT.EDU>
21230 Date:   Mon Apr 10 22:08:35 2006 +0000
21231
21232     Include more stub definitions to make HP-UX's C compiler happy.
21233
21234  ChangeLog                   | 7 +++++++
21235  fc-case/fc-case.c           | 3 +++
21236  fc-glyphname/fc-glyphname.c | 3 +++
21237  fc-lang/fc-lang.c           | 3 +++
21238  4 files changed, 16 insertions(+)
21239
21240 commit ac0010940e626cb9193bb4ad0271f3820c7225ee
21241 Author: Patrick Lam <plam@MIT.EDU>
21242 Date:   Mon Apr 10 21:04:54 2006 +0000
21243
21244     Swap typo in order of ALIGN and dereferencing, fixing bug 6529.
21245
21246  ChangeLog    | 5 +++++
21247  src/fcname.c | 2 +-
21248  2 files changed, 6 insertions(+), 1 deletion(-)
21249
21250 commit 3ea92166a0e45b0c7d7e9ecc0546317640c50336
21251 Author: Patrick Lam <plam@MIT.EDU>
21252 Date:   Mon Apr 10 19:33:03 2006 +0000
21253
21254     Fix string memory leak (Coverity defect #1823).
21255     Fix memory leak with hash collision (Coverity defect #1824).
21256     reviewed by: plam
21257
21258  ChangeLog     | 9 +++++++++
21259  src/fccache.c | 1 +
21260  src/fccfg.c   | 5 ++++-
21261  3 files changed, 14 insertions(+), 1 deletion(-)
21262
21263 commit c814c301ee4dcc67eeacee9608fb716e67534356
21264 Author: Patrick Lam <plam@MIT.EDU>
21265 Date:   Mon Apr 10 16:12:55 2006 +0000
21266
21267     Don't leak header in non-error case (Coverity defect #1825).
21268     reviewed by: plam
21269
21270  ChangeLog     | 6 ++++++
21271  src/fccache.c | 2 ++
21272  2 files changed, 8 insertions(+)
21273
21274 commit 65448e8b2af9bec38f86ab45916a9bcc7726ae30
21275 Author: Patrick Lam <plam@MIT.EDU>
21276 Date:   Mon Apr 10 16:06:42 2006 +0000
21277
21278     src/fcdir.c (FcDirScanConfig) Don't leak in error cases (Coverity
21279     defects
21280         #777, #1826)
21281     reviewed by: plam
21282
21283  ChangeLog   |  6 ++++++
21284  src/fcdir.c | 54 +++++++++++++++++++++++++++++++++++++-----------------
21285  2 files changed, 43 insertions(+), 17 deletions(-)
21286
21287 commit ae2aafe6028be658bd1de0fe2dd309799bf575f7
21288 Author: Patrick Lam <plam@MIT.EDU>
21289 Date:   Mon Apr 10 15:46:34 2006 +0000
21290
21291     Fix double free (spotted by Coverity, CID #1965).
21292     Check if pattern is not null before using it (Coverity defect #1883).
21293     Fix memory leak with hash collision (Coverity defect #1829).
21294     Fix memory leak when bail cases (Coverity defect #1828).
21295     Don't leak directory name (Coverity defect #1827).
21296     reviewed by: plam
21297
21298  ChangeLog           | 18 ++++++++++++++++++
21299  fc-match/fc-match.c |  6 ++++--
21300  src/fccache.c       | 10 +++++++---
21301  src/fccfg.c         |  1 +
21302  4 files changed, 30 insertions(+), 5 deletions(-)
21303
21304 commit 86abd75965f598dba79a3df68e7bc4c5082a5764
21305 Author: Patrick Lam <plam@MIT.EDU>
21306 Date:   Fri Apr 7 18:07:51 2006 +0000
21307
21308     LD_ADD missing dependencies for binaries. Reported by Edson Alves
21309     Pereira.
21310     reviewed by: plam
21311
21312  ChangeLog            | 10 ++++++++++
21313  fc-cache/Makefile.am |  2 +-
21314  fc-cat/Makefile.am   |  2 +-
21315  fc-list/Makefile.am  |  3 +--
21316  fc-match/Makefile.am |  2 +-
21317  5 files changed, 14 insertions(+), 5 deletions(-)
21318
21319 commit f23f5f388d93655af972083513ba4d505ec4f449
21320 Author: Patrick Lam <plam@MIT.EDU>
21321 Date:   Fri Apr 7 17:37:09 2006 +0000
21322
21323     SGI compilation fixes (reported by Christoph Bauer):
21324     1) reorder union definition of _FcChar;
21325     2) omit .stats =.
21326
21327  ChangeLog         | 8 ++++++++
21328  fc-lang/fc-lang.c | 2 +-
21329  src/fcint.h       | 8 ++++----
21330  3 files changed, 13 insertions(+), 5 deletions(-)
21331
21332 commit 44415a079a3e9951e0c2424edca4907a93a60db5
21333 Author: Patrick Lam <plam@MIT.EDU>
21334 Date:   Fri Apr 7 17:27:39 2006 +0000
21335
21336     Portability fixes for HP-UX (reported by Christoph Bauer). Replace
21337         '__inline__' by AC_C_INLINE and 'inline'. Replace '__alignof__' by
21338         'fc_alignof'.
21339     reviewed by: plam
21340
21341  ChangeLog       | 15 +++++++++++++++
21342  configure.in    |  1 +
21343  src/fccharset.c |  4 ++--
21344  src/fcfs.c      |  2 +-
21345  src/fcint.h     | 15 +++++++++------
21346  src/fclang.c    |  2 +-
21347  src/fcname.c    |  2 +-
21348  src/fcpat.c     |  6 +++---
21349  8 files changed, 33 insertions(+), 14 deletions(-)
21350
21351 commit 91fe51b4f8cf792041bc5cad34797b87abd63e67
21352 Author: Patrick Lam <plam@MIT.EDU>
21353 Date:   Fri Apr 7 17:06:55 2006 +0000
21354
21355     Move up #include of config.h. Fail if neither inttypes.h nor
21356     stdint.h is
21357         available. Fixes bug 6171.
21358     reviewed by: plam
21359
21360  ChangeLog   |  8 ++++++++
21361  src/fcint.h | 11 +++++++----
21362  2 files changed, 15 insertions(+), 4 deletions(-)
21363
21364 commit d6217cc6bcce0768ce1e01c077e90967ff91db5a
21365 Author: Patrick Lam <plam@MIT.EDU>
21366 Date:   Fri Apr 7 04:42:32 2006 +0000
21367
21368     Patrick Lam <plam@mit.edu>
21369     Make fontconfig compile under MinGW:
21370     1) remove unneeded #includes;
21371     2) make use of mmap and sysconf conditional;
21372     3) replace rand_r by srand/rand if needed;
21373     4) use chsize instead of ftruncate; and
21374     5) update libtool exports file
21375
21376  ChangeLog             |  18 +++
21377  configure.in          |   3 +-
21378  fc-cache/fc-cache.c   |   7 +
21379  fc-cat/fc-cat.c       |   1 -
21380  src/fccache.c         |  74 +++++++++-
21381  src/fcfreetype.c      |   3 +-
21382  src/fontconfig.def.in | 370
21383  ++++++++++++++++++++++++++++++++++----------------
21384  7 files changed, 353 insertions(+), 123 deletions(-)
21385
21386 commit 3a342c5a6ca6c27fdddf0c669392b7ab1d6e3f7e
21387 Author: Patrick Lam <plam@MIT.EDU>
21388 Date:   Fri Apr 7 04:19:49 2006 +0000
21389
21390     Eliminate warning.
21391
21392  ChangeLog   | 5 +++++
21393  src/fcdir.c | 2 +-
21394  2 files changed, 6 insertions(+), 1 deletion(-)
21395
21396 commit e79c648c7a27a1afdde813105d0727e3ee6bc9fd
21397 Author: Patrick Lam <plam@MIT.EDU>
21398 Date:   Thu Apr 6 05:15:08 2006 +0000
21399
21400     file fc-match.sgml was initially added on branch fc-2_4_branch.
21401
21402 commit 8b4e7628e1d8baca4f55fcdd76101b8b3e015044
21403 Author: Patrick Lam <plam@MIT.EDU>
21404 Date:   Thu Apr 6 05:15:08 2006 +0000
21405
21406     Update documentation for fc-match (SGML-ize it). (reported by Ilya
21407         Konstantinov)
21408
21409  ChangeLog              |   8 +++
21410  fc-match/.cvsignore    |   1 +
21411  fc-match/Makefile.am   |  27 +++++++-
21412  fc-match/fc-match.1    |  37 -----------
21413  fc-match/fc-match.sgml | 169
21414  +++++++++++++++++++++++++++++++++++++++++++++++++
21415  5 files changed, 203 insertions(+), 39 deletions(-)
21416
21417 commit 392fa276dcae8d4c66607bbbd8dd30354a331afc
21418 Author: Patrick Lam <plam@MIT.EDU>
21419 Date:   Thu Apr 6 04:52:21 2006 +0000
21420
21421     Reduce amount of dirty rss by const'ing some data structures.
21422     Don't fail if we can't create or remove $(pkgcachedir) i.e.
21423         /var/cache/fontconfig. (reported by Quanah Gibson-Mount).
21424     reviewed by: plam
21425
21426  ChangeLog            | 15 +++++++++++++++
21427  fc-cache/Makefile.am |  4 ++--
21428  src/fcdefault.c      |  2 +-
21429  src/fcpat.c          |  2 +-
21430  src/fcxml.c          |  2 +-
21431  5 files changed, 20 insertions(+), 5 deletions(-)
21432
21433 commit 0d745819a9ec491349d4e122a7d44d689b2d3479
21434 Author: Patrick Lam <plam@MIT.EDU>
21435 Date:   Thu Apr 6 04:33:11 2006 +0000
21436
21437     Fix intel compiler warnings: make many variables static, eliminate
21438         duplicate names, reduce variable scopes, unsigned/signed printf
21439         formatting.
21440     reviewed by: plam
21441
21442  ChangeLog                   | 16 ++++++++++++++++
21443  fc-case/fc-case.c           |  8 ++++----
21444  fc-glyphname/fc-glyphname.c | 12 ++++++------
21445  fc-lang/fc-lang.c           |  8 ++++----
21446  fc-match/fc-match.c         |  2 +-
21447  src/fccache.c               | 11 ++++++-----
21448  src/fcfreetype.c            |  4 +---
21449  src/fclang.c                |  5 ++---
21450  src/fcxml.c                 | 14 +++++++-------
21451  9 files changed, 47 insertions(+), 33 deletions(-)
21452
21453 commit b17cf498be69f483e6355ae468f7239165df3ffb
21454 Author: Patrick Lam <plam@MIT.EDU>
21455 Date:   Fri Mar 24 15:21:10 2006 +0000
21456
21457     Fix multiarch support (don't destroy multiarch files!)
21458     Require pkg-config. (Thanks Behdad; better solution wanted for libxml2
21459         detection!)
21460     reviewed by: plam
21461
21462  ChangeLog     | 12 ++++++++++++
21463  configure.in  |  2 ++
21464  fonts.conf.in |  7 ++++++-
21465  src/fccache.c |  3 ++-
21466  4 files changed, 22 insertions(+), 2 deletions(-)
21467
21468 commit ba76916ff64d476d5c5564e46a5d4209cb942864
21469 Author: Patrick Lam <plam@MIT.EDU>
21470 Date:   Thu Mar 23 04:22:28 2006 +0000
21471
21472     On Windows, unlink before rename. Reported by Tim Evans.
21473
21474  ChangeLog      | 5 +++++
21475  src/fcatomic.c | 3 +++
21476  2 files changed, 8 insertions(+)
21477
21478 commit c02218223153b3022071e789def3fde8b556d6d6
21479 Author: Patrick Lam <plam@MIT.EDU>
21480 Date:   Thu Mar 23 04:21:10 2006 +0000
21481
21482     On Windows, unlink before rename. Reported by Tim Evans.
21483
21484  ChangeLog      | 5 +++++
21485  src/fcatomic.c | 3 +++
21486  2 files changed, 8 insertions(+)
21487
21488 commit d8fda87d5e306eea6b07d0e4f8c6fb1cc2f25804
21489 Author: Patrick Lam <plam@MIT.EDU>
21490 Date:   Wed Mar 15 15:59:33 2006 +0000
21491
21492     Fix typos in orth files. Reported by Denis Jacquerye.
21493
21494  fc-lang/ab.orth  | 2 +-
21495  fc-lang/ibo.orth | 2 +-
21496  2 files changed, 2 insertions(+), 2 deletions(-)
21497
21498 commit 04af4f56dcaa6bdfbc67c0bc184ac88ccdfb03c1
21499 Author: Patrick Lam <plam@MIT.EDU>
21500 Date:   Wed Mar 15 15:58:59 2006 +0000
21501
21502     Fix typos in orth files. Reported by Denis Jacquerye.
21503
21504  ChangeLog        | 6 ++++++
21505  fc-lang/ab.orth  | 2 +-
21506  fc-lang/ibo.orth | 2 +-
21507  3 files changed, 8 insertions(+), 2 deletions(-)
21508
21509 commit fd11da8464309d6d562bdf2cd59e22cc3763c65a
21510 Author: Patrick Lam <plam@MIT.EDU>
21511 Date:   Wed Mar 8 20:57:39 2006 +0000
21512
21513     Fix Makefile.am for removal of debian/ directory.
21514
21515  ChangeLog           |  7 +++++++
21516  Makefile.am         | 35 +----------------------------------
21517  config/config.guess | 51
21518  +++++++++++++++++++++++++++++++++++++++++----------
21519  config/config.sub   | 47 ++++++++++++++++++++++++++++++++++++++---------
21520  4 files changed, 87 insertions(+), 53 deletions(-)
21521
21522 commit c957abedc73ac8f22bc56e04342ff3bb6cb29ad1
21523 Author: Patrick Lam <plam@MIT.EDU>
21524 Date:   Wed Mar 8 20:38:39 2006 +0000
21525
21526     .cvsignore
21527     Ignore debian/ directory for CVS.
21528
21529  .cvsignore | 1 +
21530  ChangeLog  | 6 +++++-
21531  2 files changed, 6 insertions(+), 1 deletion(-)
21532
21533 commit dcd49fcc23239be8fc0c3ca62a5fd3e059f19c02
21534 Author: Patrick Lam <plam@MIT.EDU>
21535 Date:   Wed Mar 8 20:33:42 2006 +0000
21536
21537     debian/*
21538     Now remove debian/ directory.
21539
21540  ChangeLog                         |   5 +
21541  debian/README.Debian              |  45 ---
21542  debian/changelog                  | 718
21543  --------------------------------------
21544  debian/compat                     |   1 -
21545  debian/control                    |  80 -----
21546  debian/copyright                  |  29 --
21547  debian/fontconfig-udeb.install    |   3 -
21548  debian/fontconfig.config          |  10 -
21549  debian/fontconfig.defoma          | 162 ---------
21550  debian/fontconfig.dirs            |   1 -
21551  debian/fontconfig.install         |   7 -
21552  debian/fontconfig.postinst        | 145 --------
21553  debian/fontconfig.postrm          |  26 --
21554  debian/fontconfig.templates       |  27 --
21555  debian/libfontconfig1-dev.install |   7 -
21556  debian/libfontconfig1.install     |   1 -
21557  debian/local.conf.md5sum          |  18 -
21558  debian/rules                      |  40 ---
21559  18 files changed, 5 insertions(+), 1320 deletions(-)
21560
21561 commit ccda304eac0cafabb765a8b04d3f0b9f0c9e8944
21562 Author: Patrick Lam <plam@MIT.EDU>
21563 Date:   Wed Mar 8 20:32:56 2006 +0000
21564
21565     debian/po/*
21566     .cvsignore
21567     Remove debian/ directory from sources. See Debian's subversion
21568     server at
21569         svn://svn.debian.org/pkg-freedesktop/trunk/fontconfig instead.
21570
21571  ChangeLog               |   8 +++
21572  debian/po/POTFILES.in   |   1 -
21573  debian/po/cs.po         | 127 -------------------------------------
21574  debian/po/da.po         | 146 -------------------------------------------
21575  debian/po/de.po         | 124 ------------------------------------
21576  debian/po/es.po         | 163
21577  ------------------------------------------------
21578  debian/po/fr.po         | 159
21579  ----------------------------------------------
21580  debian/po/ja.po         |  88 --------------------------
21581  debian/po/nl.po         | 125 -------------------------------------
21582  debian/po/pt.po         | 112 ---------------------------------
21583  debian/po/pt_BR.po      | 148 -------------------------------------------
21584  debian/po/templates.pot |  84 -------------------------
21585  debian/po/tr.po         | 117 ----------------------------------
21586  debian/po/zh_CN.po      | 115 ----------------------------------
21587  14 files changed, 8 insertions(+), 1509 deletions(-)
21588
21589 commit 72b3e80625b6706edc1204fe1015b21c8d8300b8
21590 Author: Patrick Lam <plam@MIT.EDU>
21591 Date:   Wed Mar 8 19:27:25 2006 +0000
21592
21593     file ln.orth was initially added on branch fc-2_4_branch.
21594
21595 commit 2509fc7ac15e02992fe5c51f1c58d2f396447883
21596 Author: Patrick Lam <plam@MIT.EDU>
21597 Date:   Wed Mar 8 19:27:25 2006 +0000
21598
21599     Add orthography for Lingala.
21600     reviewed by: plam
21601
21602  ChangeLog        |  8 ++++++++
21603  fc-lang/iso639-1 |  2 +-
21604  fc-lang/iso639-2 |  2 +-
21605  fc-lang/ln.orth  | 43 +++++++++++++++++++++++++++++++++++++++++++
21606  4 files changed, 53 insertions(+), 2 deletions(-)
21607
21608 commit 37e3f33c7ec32432260b0ef750ac415763d6044f
21609 Author: Patrick Lam <plam@MIT.EDU>
21610 Date:   Wed Mar 8 19:19:05 2006 +0000
21611
21612     Sort directory entries while scanning them from disk; prevents
21613     Heisenbugs
21614         due to file ordering in a directory.
21615     reviewed by: plam
21616
21617  ChangeLog   |  8 ++++++++
21618  src/fcdir.c | 45 ++++++++++++++++++++++++++++++++++++++++++---
21619  2 files changed, 50 insertions(+), 3 deletions(-)
21620
21621 commit e01166d52a1a597f32b57ac47154332c0c6ab1bf
21622 Author: Patrick Lam <plam@MIT.EDU>
21623 Date:   Wed Mar 8 19:16:10 2006 +0000
21624
21625     Add a configuration file that disables hinting for the Lohit
21626     Gujarati font
21627         (since the hinting distort some glyphs quite badly).
21628     reviewed by: keithp
21629
21630  ChangeLog          | 9 +++++++++
21631  conf.d/Makefile.am | 1 +
21632  2 files changed, 10 insertions(+)
21633
21634 commit e3c6d3364c79838e5c30de072b97f7f091b1f81d
21635 Author: Patrick Lam <plam@MIT.EDU>
21636 Date:   Wed Mar 8 19:10:57 2006 +0000
21637
21638     Sort directory entries while scanning them from disk; prevents
21639     Heisenbugs
21640         due to file ordering in a directory.
21641     reviewed by: plam
21642
21643  ChangeLog   |  8 ++++++++
21644  src/fcdir.c | 44 +++++++++++++++++++++++++++++++++++++++++---
21645  2 files changed, 49 insertions(+), 3 deletions(-)
21646
21647 commit d8951c0cc2474176910277e8ca840fba5d8f3655
21648 Author: Patrick Lam <plam@MIT.EDU>
21649 Date:   Wed Mar 8 02:30:43 2006 +0000
21650
21651     Remove stuff we don't use, make get_{char,short,long} functions
21652     of ftglue
21653         macros to be inlined.
21654     Code cleanups (excess prototype, old-style function definition).
21655     reviewed by: plam
21656
21657  ChangeLog        | 14 ++++++++++++++
21658  src/fcfreetype.c |  8 ++++----
21659  src/fcint.h      |  3 ---
21660  src/fcname.c     |  2 +-
21661  src/ftglue.c     | 55
21662  ++++++++-----------------------------------------------
21663  src/ftglue.h     | 39 +++++++++++----------------------------
21664  6 files changed, 38 insertions(+), 83 deletions(-)
21665
21666 commit 9226e04c69d7cb472999b1d8bc0cfa3c28054ebe
21667 Author: Patrick Lam <plam@MIT.EDU>
21668 Date:   Sun Mar 5 15:33:46 2006 +0000
21669
21670     Because we hacked FcPatternGet, we don't really need to expand
21671     the filename
21672         again in FcPatternGetString.
21673
21674  ChangeLog   | 6 ++++++
21675  src/fcpat.c | 3 ---
21676  2 files changed, 6 insertions(+), 3 deletions(-)
21677
21678 commit 618adbaf7bbad8441efb589417d7144476f828c7
21679 Author: Patrick Lam <plam@MIT.EDU>
21680 Date:   Sun Mar 5 06:05:50 2006 +0000
21681
21682     Ok, so some people (wine!) use FcPatternGet to fetch FC_FILE. Make
21683     that
21684         work. Reported by Bernhard Rosenkraenzer.
21685
21686  ChangeLog   |  6 +++++
21687  src/fcpat.c | 73
21688  +++++++++++++++++++++++++++++++++----------------------------
21689  2 files changed, 46 insertions(+), 33 deletions(-)
21690
21691 commit dc70c15aba6d14dbd5ce8bcd1bc36a39602fbc2c
21692 Author: Patrick Lam <plam@MIT.EDU>
21693 Date:   Fri Mar 3 18:35:42 2006 +0000
21694
21695     Include inttypes.h instead of stdint.h if appropriate.
21696
21697  ChangeLog   | 5 +++++
21698  src/fcint.h | 4 ++++
21699  2 files changed, 9 insertions(+)
21700
21701 commit ead55be0eddcaa60ed3f7147091ada276e891ed9
21702 Author: Patrick Lam <plam@MIT.EDU>
21703 Date:   Fri Mar 3 18:19:04 2006 +0000
21704
21705     More stub definitions and remove FcFileIsDir from fc-cat.
21706
21707  ChangeLog                   |  6 ++++++
21708  fc-cat/fc-cat.c             | 10 ----------
21709  fc-glyphname/fc-glyphname.c | 10 ++++++++++
21710  3 files changed, 16 insertions(+), 10 deletions(-)
21711
21712 commit c003f5aec37e099d7f5a88d29cc4b2d5f1d002eb
21713 Author: Patrick Lam <plam@MIT.EDU>
21714 Date:   Fri Mar 3 15:12:12 2006 +0000
21715
21716     Fix compilation on AIX with stub definitions (bug 6097).
21717
21718  ChangeLog         |  5 +++++
21719  fc-case/fc-case.c | 10 ++++++++++
21720  2 files changed, 15 insertions(+)
21721
21722 commit bb6b19938e2c9d115abd4f36439c365b63713bb1
21723 Author: Patrick Lam <plam@MIT.EDU>
21724 Date:   Fri Mar 3 06:35:53 2006 +0000
21725
21726     Get rid of C++-style comments.
21727
21728  ChangeLog        | 8 ++++++++
21729  src/fccache.c    | 4 ++--
21730  src/fcfreetype.c | 2 +-
21731  src/fcfs.c       | 8 ++++----
21732  src/fcpat.c      | 5 +++--
21733  5 files changed, 18 insertions(+), 9 deletions(-)
21734
21735 commit 5b4a40a955c9607e80a8da5a42a0da5923e3c509
21736 Author: Patrick Lam <plam@MIT.EDU>
21737 Date:   Fri Mar 3 06:12:55 2006 +0000
21738
21739     debian/changelog
21740     Enable creation of 2.3.94 Debian packages.
21741
21742  ChangeLog        | 5 +++++
21743  debian/changelog | 5 +++++
21744  2 files changed, 10 insertions(+)
21745
21746 commit b36f2a39d0ad08d5ee6757f2e419021e63b39ea4
21747 Author: Patrick Lam <plam@MIT.EDU>
21748 Date:   Fri Mar 3 06:11:31 2006 +0000
21749
21750     Fix suspicious return expression which causes junk to be returned.
21751     reviewed by: plam
21752
21753  ChangeLog    | 8 ++++++++
21754  src/fclang.c | 2 +-
21755  2 files changed, 9 insertions(+), 1 deletion(-)
21756
21757 commit b152a85bdc5c911883af4b0e7930cbe12531d179
21758 Author: Patrick Lam <plam@MIT.EDU>
21759 Date:   Fri Feb 24 19:32:58 2006 +0000
21760
21761     Fix placement of @s.
21762
21763  ChangeLog   |  5 +++++
21764  Makefile.am | 14 +++++++-------
21765  2 files changed, 12 insertions(+), 7 deletions(-)
21766
21767 commit 63d2df3f92b633ba82bfb4fb388062a21e0a0178
21768 Author: Patrick Lam <plam@MIT.EDU>
21769 Date:   Fri Feb 24 19:19:09 2006 +0000
21770
21771     Bump version to 2.3.94.
21772
21773  ChangeLog               |  8 ++++++++
21774  README                  | 47
21775  +++++++++++++++++++++++++++++++++++++++++++++--
21776  configure.in            |  2 +-
21777  fontconfig/fontconfig.h |  2 +-
21778  4 files changed, 55 insertions(+), 4 deletions(-)
21779
21780 commit 639475e873c797792fff63fbd8efd73e2b0695fd
21781 Author: Patrick Lam <plam@MIT.EDU>
21782 Date:   Fri Feb 24 18:52:17 2006 +0000
21783
21784     Remove unconditional emboldening (per Behdad's instructions).
21785     Add @s to hide some echos.
21786
21787  ChangeLog                    |  9 +++++++++
21788  Makefile.am                  | 10 +++++-----
21789  conf.d/10-fonts-persian.conf |  6 ------
21790  3 files changed, 14 insertions(+), 11 deletions(-)
21791
21792 commit 0cfaf27e334e599bb3dcf8f06140e9577718191d
21793 Author: Patrick Lam <plam@MIT.EDU>
21794 Date:   Fri Feb 24 16:41:34 2006 +0000
21795
21796     Takashi Iwai <tiwai@suse.de> reviewed by: plam
21797     Fix double-free on error case.
21798
21799  ChangeLog        | 8 ++++++++
21800  src/fcfreetype.c | 1 +
21801  2 files changed, 9 insertions(+)
21802
21803 commit cf5cf4cadb35c7ebabf025bf6781f69c390548c8
21804 Author: Patrick Lam <plam@MIT.EDU>
21805 Date:   Wed Feb 22 04:50:16 2006 +0000
21806
21807     Strip \r and whitespace from input; fixes bug 3454.
21808
21809  ChangeLog         |  7 ++++++-
21810  fc-lang/fc-lang.c | 11 +++++++----
21811  2 files changed, 13 insertions(+), 5 deletions(-)
21812
21813 commit 69a3fc78e233957f9e1f6737eccada1494a937ae
21814 Author: Patrick Lam <plam@MIT.EDU>
21815 Date:   Wed Feb 22 04:09:39 2006 +0000
21816
21817     Allocate large arrays statically in fc-lang to fix crashes under
21818         MinGW/MSYS.
21819
21820  ChangeLog         |  6 ++++++
21821  fc-lang/fc-lang.c | 18 +++++++++---------
21822  2 files changed, 15 insertions(+), 9 deletions(-)
21823
21824 commit 656b47f6988e001c5b6fdfee7a38dc8321e71454
21825 Author: Patrick Lam <plam@MIT.EDU>
21826 Date:   Tue Feb 21 15:56:41 2006 +0000
21827
21828     Pass the buck; make fontconfig not crash on pango badness.
21829
21830  ChangeLog        | 5 +++++
21831  src/fcfreetype.c | 4 ++++
21832  2 files changed, 9 insertions(+)
21833
21834 commit 9fb0e0743eaf44099bdb9b3ff04b5fc7f73792a3
21835 Author: Patrick Lam <plam@MIT.EDU>
21836 Date:   Tue Feb 21 15:53:43 2006 +0000
21837
21838     Use embeddedbitmap rather than rh_prefer_bitmap.
21839
21840  ChangeLog                    | 5 +++++
21841  conf.d/10-fonts-persian.conf | 2 +-
21842  2 files changed, 6 insertions(+), 1 deletion(-)
21843
21844 commit f2fb985c7a0e51109b1750e166e4244a833ffbe3
21845 Author: Patrick Lam <plam@MIT.EDU>
21846 Date:   Tue Feb 21 15:50:19 2006 +0000
21847
21848     Eliminate redundancies.
21849     reviewed by: plam
21850
21851  ChangeLog        | 11 +++++++++++
21852  src/fccache.c    |  3 ++-
21853  src/fcdir.c      |  3 ---
21854  src/fcfreetype.c |  1 -
21855  src/fcxml.c      |  3 +--
21856  src/ftglue.c     |  1 -
21857  6 files changed, 14 insertions(+), 8 deletions(-)
21858
21859 commit b023dbd38410521a459758498f99d3a48cdd313d
21860 Author: Patrick Lam <plam@MIT.EDU>
21861 Date:   Tue Feb 21 15:40:18 2006 +0000
21862
21863     Eliminate unused vars reported by Intel's compiler.
21864     reviewed by: plam
21865
21866  ChangeLog         | 10 ++++++++++
21867  fc-list/fc-list.c |  4 ++--
21868  src/fcfreetype.c  |  3 +--
21869  src/fcstr.c       |  3 +--
21870  src/fcxml.c       |  2 --
21871  5 files changed, 14 insertions(+), 8 deletions(-)
21872
21873 commit 2b90aee36399ec13ba3af929311b37d9494adab6
21874 Author: Patrick Lam <plam@MIT.EDU>
21875 Date:   Tue Feb 21 15:29:54 2006 +0000
21876
21877     Remove one more archaic character.
21878     reviewed by: plam
21879
21880  ChangeLog       | 7 +++++++
21881  fc-lang/ka.orth | 2 +-
21882  2 files changed, 8 insertions(+), 1 deletion(-)
21883
21884 commit dacf81ed4c541174f0dbfe2898f3309657bf6116
21885 Author: Patrick Lam <plam@MIT.EDU>
21886 Date:   Tue Feb 21 15:24:28 2006 +0000
21887
21888     Freeze patterns created by configuration file for tiny memory savings
21889         (every little bit helps).
21890     reviewed by: plam, keithp
21891
21892  ChangeLog   | 8 ++++++++
21893  src/fcxml.c | 3 ++-
21894  2 files changed, 10 insertions(+), 1 deletion(-)
21895
21896 commit 9769b43d4a4d8fe5480b672124f764e5bac1f4c9
21897 Author: Patrick Lam <plam@MIT.EDU>
21898 Date:   Tue Feb 21 14:12:41 2006 +0000
21899
21900     Initialize fontconfig library in fc-cat to avoid segfault.
21901     reviewed by: plam
21902
21903  ChangeLog       |  7 +++++++
21904  fc-cat/fc-cat.c | 11 ++++++++++-
21905  2 files changed, 17 insertions(+), 1 deletion(-)
21906
21907 commit 530e66b008c0d5b972b54046a5b15e76c8e989b6
21908 Author: Patrick Lam <plam@MIT.EDU>
21909 Date:   Sat Feb 18 18:18:07 2006 +0000
21910
21911     Fix the underlying cause of the below segfault (must usually call
21912         FcDirCacheHasCurrentArch after FcDirCacheValid).
21913
21914  ChangeLog           | 12 ++++++++++--
21915  fc-cache/fc-cache.c |  2 ++
21916  src/fccache.c       |  4 +++-
21917  src/fcdir.c         |  4 +++-
21918  4 files changed, 18 insertions(+), 4 deletions(-)
21919
21920 commit a68ce9525dedc06fd4da102492e8d1c6137b3664
21921 Author: Patrick Lam <plam@MIT.EDU>
21922 Date:   Sat Feb 18 17:56:25 2006 +0000
21923
21924     Fix segfault (reported by fcrozat) caused by incorrect input on cache
21925         files.
21926
21927  ChangeLog     |  6 ++++++
21928  src/fccache.c | 21 +++++++++++++--------
21929  2 files changed, 19 insertions(+), 8 deletions(-)
21930
21931 commit 310817371cdd4163c8d2f138e4fc3295ff0afbc5
21932 Author: Patrick Lam <plam@MIT.EDU>
21933 Date:   Fri Feb 17 14:44:42 2006 +0000
21934
21935     Bump up magic version; we changed the binary format.
21936
21937  ChangeLog   | 5 +++++
21938  src/fcint.h | 4 ++--
21939  2 files changed, 7 insertions(+), 2 deletions(-)
21940
21941 commit 12f46c42fa583d8e23b8f97eebac77d7b0576ed2
21942 Author: Patrick Lam <plam@MIT.EDU>
21943 Date:   Fri Feb 17 05:47:08 2006 +0000
21944
21945     Enable fc-cat to print out old-style cache info when given a directory
21946         name.
21947
21948  ChangeLog       |  6 ++++++
21949  fc-cat/fc-cat.c | 26 +++++++++++++++++++++++++-
21950  2 files changed, 31 insertions(+), 1 deletion(-)
21951
21952 commit 8c0d692125018052fa228721f30f760dfb0c0adf
21953 Author: Patrick Lam <plam@MIT.EDU>
21954 Date:   Thu Feb 16 17:50:04 2006 +0000
21955
21956     Deal correctly with changing FC_CACHE_MAGIC.
21957
21958  ChangeLog     |  5 +++++
21959  src/fccache.c | 17 +++++++++++++++++
21960  2 files changed, 22 insertions(+)
21961
21962 commit d2c0102944176744e440c4109bf7725240453cc7
21963 Author: Patrick Lam <plam@MIT.EDU>
21964 Date:   Thu Feb 16 15:36:43 2006 +0000
21965
21966     Add -r --really-force option which blows away cache files and then
21967         regenerates them.
21968
21969  ChangeLog           |  6 ++++++
21970  fc-cache/fc-cache.c | 25 ++++++++++++++++++-------
21971  2 files changed, 24 insertions(+), 7 deletions(-)
21972
21973 commit 719f4b841f9763f2e4aa10a61cb2ffd41d9e8226
21974 Author: Patrick Lam <plam@MIT.EDU>
21975 Date:   Thu Feb 16 07:12:04 2006 +0000
21976
21977     Don't bail if fontconfig can't remove a dir cache file. Skip the ID
21978     of a
21979         cache file when copying. Eliminate 'source file too small' bug in
21980         FcDirCacheWrite.
21981
21982  ChangeLog           |  9 ++++++++-
21983  fc-cache/fc-cache.c | 16 ++++++++++------
21984  src/fccache.c       |  8 +++-----
21985  3 files changed, 21 insertions(+), 12 deletions(-)
21986
21987 commit f8a17f329815cfa5416142811b96d16f2a5cca93
21988 Author: Patrick Lam <plam@MIT.EDU>
21989 Date:   Mon Feb 13 22:19:30 2006 +0000
21990
21991     Fix memory leak in error condition code.
21992
21993  ChangeLog        | 5 +++++
21994  src/fcfreetype.c | 4 ++--
21995  2 files changed, 7 insertions(+), 2 deletions(-)
21996
21997 commit 5657098e2940652065fcfd00e4cf2771d7df21ef
21998 Author: Patrick Lam <plam@MIT.EDU>
21999 Date:   Mon Feb 13 21:51:11 2006 +0000
22000
22001     Skip bitmap fonts which can't even get it together enough to declare a
22002         family name; this appears to reproduce previous fontconfig
22003         behaviour.
22004     reviewed by: plam
22005
22006  ChangeLog        | 8 ++++++++
22007  src/fcfreetype.c | 5 +++++
22008  2 files changed, 13 insertions(+)
22009
22010 commit d00c3cb5e046dfb04b446d8b0bb10880d190cc13
22011 Author: Patrick Lam <plam@MIT.EDU>
22012 Date:   Sat Feb 11 05:01:32 2006 +0000
22013
22014     Try to open /var/cache/fontconfig/[hashed name] before fonts.cache-2
22015     in a
22016         directory, because /var/cache/fontconfig failures ought to
22017         be fixable,
22018         unlike fonts.cache-2 failures, which may leave you screwed.
22019     reviewed by: plam
22020
22021  ChangeLog     |  9 +++++++++
22022  src/fccache.c | 42 ++++++++++++++++++++----------------------
22023  2 files changed, 29 insertions(+), 22 deletions(-)
22024
22025 commit 9e07e0a77b6b1c33a52a1ec4d845797e32125baf
22026 Author: Patrick Lam <plam@MIT.EDU>
22027 Date:   Sat Feb 11 04:50:46 2006 +0000
22028
22029     Use a tri-state to mark the fonts which didn't get blocked but
22030     were just
22031         missing an element, to distinguish them from the fonts that
22032         do match
22033         the element.
22034     reviewed by: plam
22035
22036  ChangeLog     |  8 ++++++++
22037  src/fcmatch.c | 18 +++++++++++-------
22038  2 files changed, 19 insertions(+), 7 deletions(-)
22039
22040 commit f11a184104a57c0d68afde8e7458c7b8473b6671
22041 Author: Patrick Lam <plam@MIT.EDU>
22042 Date:   Fri Feb 10 19:40:11 2006 +0000
22043
22044     Don't kill fonts because they don't declare an element that's
22045     being matched
22046         on.
22047     reviewed by: plam
22048
22049  ChangeLog     | 7 +++++++
22050  src/fcmatch.c | 4 ++++
22051  2 files changed, 11 insertions(+)
22052
22053 commit 879af7060b24c6d57eb29cf6cfe2f6bb04589261
22054 Author: Patrick Lam <plam@MIT.EDU>
22055 Date:   Thu Feb 9 18:44:14 2006 +0000
22056
22057     Define and pass O_BINARY to open if appropriate, for those platforms
22058     that
22059         need it. Reported by Doodle.
22060
22061  ChangeLog     |  7 ++++---
22062  src/fccache.c | 30 +++++++++++++++++-------------
22063  2 files changed, 21 insertions(+), 16 deletions(-)
22064
22065 commit c7490074c57da387904cecfdf60595713c7bb89e
22066 Author: Patrick Lam <plam@MIT.EDU>
22067 Date:   Thu Feb 9 16:19:42 2006 +0000
22068
22069     Fix attempt to close -1. Don't unboundedly grow bad caches
22070     (reported by
22071         fcrozat).
22072
22073  ChangeLog     | 6 ++++++
22074  src/fccache.c | 8 +++++---
22075  2 files changed, 11 insertions(+), 3 deletions(-)
22076
22077 commit a8c425301aeb8e417b0fa35567b2f8f64b450657
22078 Author: Patrick Lam <plam@MIT.EDU>
22079 Date:   Thu Feb 9 15:25:57 2006 +0000
22080
22081     Fix problem with missing 'en' due to euro.patch: change cache
22082     file format
22083         slightly to coincide with that generated by fc-lang.
22084
22085  ChangeLog       | 8 ++++++++
22086  src/fccharset.c | 8 ++++----
22087  2 files changed, 12 insertions(+), 4 deletions(-)
22088
22089 commit b10e77628c4d207ac60ae4000b1459ced9228d69
22090 Author: Patrick Lam <plam@MIT.EDU>
22091 Date:   Wed Feb 8 03:34:17 2006 +0000
22092
22093     Fix warning.
22094
22095  ChangeLog     | 5 +++++
22096  src/fccache.c | 2 +-
22097  2 files changed, 6 insertions(+), 1 deletion(-)
22098
22099 commit 5c3deb2985586a06216afd0e6a0c136d4e67a58b
22100 Author: Patrick Lam <plam@MIT.EDU>
22101 Date:   Tue Feb 7 22:09:01 2006 +0000
22102
22103     Don't reject dirs that can't be normalized (fixes lilypond, and
22104     is correct
22105         in the context of application font directories.)
22106     Use normalized directory name exclusively in FcCacheReadDirs.
22107     reviewed by: plam
22108
22109  ChangeLog     | 13 +++++++++++++
22110  src/fccache.c | 19 ++++++++++---------
22111  src/fcdir.c   |  9 ++++-----
22112  3 files changed, 27 insertions(+), 14 deletions(-)
22113
22114 commit efb11b36c4e24a619e7be1790834130ca4113c5b
22115 Author: Patrick Lam <plam@MIT.EDU>
22116 Date:   Tue Feb 7 21:15:33 2006 +0000
22117
22118     Perf optimizations. Inline FcValueCanonicalize, reduce FcValueListPtrU
22119         usage, remove redundant cast.
22120     reviewed by: plam
22121
22122  ChangeLog   |  8 ++++++++
22123  src/fcpat.c | 39 +++++++++++++++++++--------------------
22124  2 files changed, 27 insertions(+), 20 deletions(-)
22125
22126 commit 6cc02fe6b95421f6e97af9008ad9ff4febe80c36
22127 Author: Patrick Lam <plam@MIT.EDU>
22128 Date:   Tue Feb 7 20:56:48 2006 +0000
22129
22130     src/fccharset.c (FcLangCharSetPopulate, FcCharSetInsertLeaf)
22131     Fix missing FcCacheBankToIndex in FcCharSetInsertLeaf. Declare
22132     extern for
22133         static arrays as arrays, not pointers. (Part of the fix for 'fonts
22134         don't have en' issue after Euro patch.)
22135     (I forgot to commit the ChangeLog last time.)
22136     reviewed by: plam
22137
22138  ChangeLog       | 25 +++++++++++++++++++++++++
22139  src/fccharset.c |  6 +++---
22140  2 files changed, 28 insertions(+), 3 deletions(-)
22141
22142 commit a81f23c0cecdc5d4cb7a443fdd4527b5f0dbca8a
22143 Author: Patrick Lam <plam@MIT.EDU>
22144 Date:   Tue Feb 7 03:53:32 2006 +0000
22145
22146     Fix hidden variable warning.
22147
22148  ChangeLog         | 6 ++++++
22149  fc-lang/de.orth   | 1 +
22150  fc-lang/el.orth   | 1 +
22151  fc-lang/en.orth   | 1 +
22152  fc-lang/es.orth   | 1 +
22153  fc-lang/fc-lang.c | 6 +++---
22154  fc-lang/fi.orth   | 2 +-
22155  fc-lang/fr.orth   | 1 +
22156  fc-lang/it.orth   | 1 +
22157  fc-lang/nl.orth   | 1 +
22158  fc-lang/pt.orth   | 1 +
22159  src/fccache.c     | 1 -
22160  src/fccharset.c   | 9 +++++----
22161  13 files changed, 23 insertions(+), 9 deletions(-)
22162
22163 commit 799157dbbf55d1bf13b1e63faf3b530979116aca
22164 Author: Patrick Lam <plam@MIT.EDU>
22165 Date:   Tue Feb 7 02:33:57 2006 +0000
22166
22167     Remove de-escaping logic because FcCacheWriteString doesn't escape
22168     anyway.
22169         Do blockwise reading instead of byte-wise for performance.
22170
22171  ChangeLog     |  8 +++++++
22172  src/fccache.c | 72
22173  ++++++++++++++++++++---------------------------------------
22174  2 files changed, 32 insertions(+), 48 deletions(-)
22175
22176 commit 8b413bb62c6743db10e7d210fb7924c9502fd60e
22177 Author: Patrick Lam <plam@MIT.EDU>
22178 Date:   Tue Feb 7 02:22:50 2006 +0000
22179
22180     Takashi Iwai <tiwai@suse.de>
22181     Don't loop infinitely on recursive symlinks (client-side).
22182
22183  ChangeLog     |  7 +++++++
22184  src/fccache.c | 21 +++++++++++++++------
22185  2 files changed, 22 insertions(+), 6 deletions(-)
22186
22187 commit 660acf8f2278df9276c9a1bff3533e9a74fd8c6b
22188 Author: Patrick Lam <plam@MIT.EDU>
22189 Date:   Mon Feb 6 23:11:41 2006 +0000
22190
22191     Don't loop infinitely on recursive symlinks.
22192     reviewed by: plam
22193
22194  ChangeLog           |  6 ++++++
22195  fc-cache/fc-cache.c | 18 ++++++++++++++++++
22196  2 files changed, 24 insertions(+)
22197
22198 commit fff5a5af30142c933d8e9dddda61a6a994f44c28
22199 Author: Patrick Lam <plam@MIT.EDU>
22200 Date:   Mon Feb 6 22:44:02 2006 +0000
22201
22202     Skip subdirs when skipping over stale bits of global cache. Introduce
22203     state
22204         machine into FcGlobalCacheDir to avoid doing inappropriate
22205         operations
22206         on global dir entries, e.g. writing out an out-of-date cache
22207         entry.
22208     reviewed by: plam
22209
22210  ChangeLog     |  12 ++++
22211  src/fccache.c | 186
22212  ++++++++++++++++++++++++++++++++++++++++++----------------
22213  src/fcint.h   |   4 ++
22214  3 files changed, 150 insertions(+), 52 deletions(-)
22215
22216 commit 98592bbb1dbdb867994dcf463bdd36f98878fffc
22217 Author: Patrick Lam <plam@MIT.EDU>
22218 Date:   Mon Feb 6 21:52:15 2006 +0000
22219
22220     Hoist FcFileIsDir check out of FcFileScanConfig loop.
22221     reviewed by: plam
22222
22223  ChangeLog   |  6 ++++++
22224  src/fcdir.c | 11 ++++-------
22225  2 files changed, 10 insertions(+), 7 deletions(-)
22226
22227 commit a0aa54f6ee032efbca25bdf734ba62dd642b04a1
22228 Author: Patrick Lam <plam@MIT.EDU>
22229 Date:   Mon Feb 6 19:25:45 2006 +0000
22230
22231     Don't rescan when trying to normalize a non-declared font dir. Don't
22232     add
22233         font dirs multiple times (even if they're aliased).
22234     reviewed by: plam
22235
22236  ChangeLog   |  9 +++++++
22237  src/fccfg.c | 78
22238  ++++++++++++++++++++++++++++++++++++++++---------------------
22239  2 files changed, 61 insertions(+), 26 deletions(-)
22240
22241 commit 86e75dfb5d1434837537b40e829f00f9ffbb8183
22242 Author: Patrick Lam <plam@MIT.EDU>
22243 Date:   Mon Feb 6 14:44:46 2006 +0000
22244
22245     Explain apples/oranges comparison and fix compilation error.
22246     reviewed by: plam
22247
22248  ChangeLog  | 7 +++++++
22249  src/fcfs.c | 5 ++++-
22250  2 files changed, 11 insertions(+), 1 deletion(-)
22251
22252 commit f076169d19574c6c548764d574a33bc4fe022ffb
22253 Author: Patrick Lam <plam@MIT.EDU>
22254 Date:   Mon Feb 6 14:14:21 2006 +0000
22255
22256     Insert check for integer overflow in # of fonts.
22257     reviewed by: plam
22258
22259  ChangeLog  | 7 +++++++
22260  src/fcfs.c | 2 +-
22261  2 files changed, 8 insertions(+), 1 deletion(-)
22262
22263 commit 788c4af232f5677d73e8e2e77e123cf566530ccb
22264 Author: Patrick Lam <plam@MIT.EDU>
22265 Date:   Sun Feb 5 04:11:08 2006 +0000
22266
22267     Make 'make distcheck' work with automake 1.6.3.
22268     reviewed by: plam
22269
22270  ChangeLog            | 10 ++++++++++
22271  doc/Makefile.am      |  2 +-
22272  fc-cache/Makefile.am |  2 +-
22273  fc-cat/Makefile.am   |  2 +-
22274  fc-list/Makefile.am  |  2 +-
22275  5 files changed, 14 insertions(+), 4 deletions(-)
22276
22277 commit 68355f38774fe55d8010268291a170492b241a71
22278 Author: Patrick Lam <plam@MIT.EDU>
22279 Date:   Sun Feb 5 02:57:21 2006 +0000
22280
22281     src/fccache.c (FcGlobalCacheLoad, FcGlobalCacheSave,
22282     FcDirCacheConsume,
22283         FcDirCacheWrite)
22284     Check I/O call return values and eliminate unused variable warnings.
22285     reviewed by: plam
22286
22287  ChangeLog       | 13 ++++++++++++
22288  fc-cat/fc-cat.c |  5 ++---
22289  src/fccache.c   | 66
22290  +++++++++++++++++++++++++++++++++++++++++++--------------
22291  src/fcxml.c     |  4 ++--
22292  4 files changed, 67 insertions(+), 21 deletions(-)
22293
22294 commit c4c47a7654196f37b625f337192b235e558ab890
22295 Author: Patrick Lam <plam@MIT.EDU>
22296 Date:   Sat Feb 4 00:09:42 2006 +0000
22297
22298     src/fccfg.c (FcConfigAppFontAddFile, FcConfigAppFontAddDir)
22299     Fix memory leak.
22300     reviewed by: plam
22301
22302  ChangeLog   | 7 +++++++
22303  src/fccfg.c | 2 ++
22304  2 files changed, 9 insertions(+)
22305
22306 commit a8e4d9eb395b45ab23f0c540f919ec432b46dea8
22307 Author: Patrick Lam <plam@MIT.EDU>
22308 Date:   Sat Feb 4 00:04:00 2006 +0000
22309
22310     Gracefully handle the case where a cache asserts that it has
22311     a negative
22312         number of fonts, causing overflow.
22313     reviewed by: plam
22314
22315  ChangeLog  |  8 ++++++++
22316  src/fcfs.c | 29 +++++++++++++++--------------
22317  2 files changed, 23 insertions(+), 14 deletions(-)
22318
22319 commit 1af0f5741a95eed6f3a54140c360e0422fd13f62
22320 Author: Patrick Lam <plam@MIT.EDU>
22321 Date:   Fri Feb 3 23:47:37 2006 +0000
22322
22323     Fix double free in error case.
22324
22325  ChangeLog     | 5 +++++
22326  src/fccache.c | 2 +-
22327  2 files changed, 6 insertions(+), 1 deletion(-)
22328
22329 commit 80ba0571f3bfdee854d6e69f55664f552f4b75a3
22330 Author: Patrick Lam <plam@MIT.EDU>
22331 Date:   Tue Jan 31 07:30:23 2006 +0000
22332
22333     Stephan Kulow <coolo@suse.de> reviewed by: plam
22334     Replace 'stamp' target with mkinstalldirs.
22335
22336  ChangeLog            |  8 ++++++++
22337  fc-cache/Makefile.am | 13 +++----------
22338  2 files changed, 11 insertions(+), 10 deletions(-)
22339
22340 commit 28aefd013d1896ffbf389596109eaec729d5d9a5
22341 Author: Patrick Lam <plam@MIT.EDU>
22342 Date:   Tue Jan 31 07:16:22 2006 +0000
22343
22344     Toast broken global cache files.
22345     reviewed by: plam
22346
22347  ChangeLog     | 7 +++++++
22348  src/fccache.c | 4 ++--
22349  2 files changed, 9 insertions(+), 2 deletions(-)
22350
22351 commit 3616cbe251e47cf36018a7277d9ff78f1cb0965e
22352 Author: Patrick Lam <plam@MIT.EDU>
22353 Date:   Tue Jan 31 04:42:20 2006 +0000
22354
22355     Actually use the directories that I added to the global cache. Fixes
22356     'make
22357         check'.
22358
22359  ChangeLog     |  6 ++++++
22360  src/fccache.c | 11 +++++++++--
22361  2 files changed, 15 insertions(+), 2 deletions(-)
22362
22363 commit 275cf6cd8350f8a9f29caabd5b1994c6324caaf6
22364 Author: Patrick Lam <plam@MIT.EDU>
22365 Date:   Tue Jan 31 04:07:45 2006 +0000
22366
22367     Don't stop scanning if a directory in fonts.conf doesn't exist,
22368     because
22369         subsequent directories might exist.
22370     reviewed by: plam
22371
22372  ChangeLog           |  8 ++++++++
22373  fc-cache/fc-cache.c | 20 ++++++++++++++------
22374  2 files changed, 22 insertions(+), 6 deletions(-)
22375
22376 commit 81d97094cf2a714417a9e73bb2f0f17f51ca3d95
22377 Author: Patrick Lam <plam@MIT.EDU>
22378 Date:   Mon Jan 30 16:31:56 2006 +0000
22379
22380     Make global cache work again after putting dir names into global cache
22381     (I
22382         misplaced the recording of a file offset).
22383
22384  ChangeLog     | 6 ++++++
22385  src/fccache.c | 2 +-
22386  2 files changed, 7 insertions(+), 1 deletion(-)
22387
22388 commit 2c4e0124976724a7ae56bfee0ac4f7046c819ea8
22389 Author: Patrick Lam <plam@MIT.EDU>
22390 Date:   Mon Jan 30 15:59:17 2006 +0000
22391
22392     Update fc-cat to handle subdir lists in global cache file.
22393     Another FcCacheReadString return value check.
22394
22395  ChangeLog       |  9 +++++++++
22396  fc-cat/fc-cat.c | 10 ++++++++++
22397  src/fccache.c   | 11 +++++++++--
22398  3 files changed, 28 insertions(+), 2 deletions(-)
22399
22400 commit c5411c4cae9389ad875fbbeedeaba0644f5e399f
22401 Author: Patrick Lam <plam@MIT.EDU>
22402 Date:   Mon Jan 30 15:44:13 2006 +0000
22403
22404     Make fccache more resilient to broken cache files by checking
22405     return value
22406         of FcCacheReadString all the time.
22407     reviewed by: plam
22408
22409  ChangeLog     |  9 +++++++++
22410  src/fccache.c | 28 ++++++++++++++--------------
22411  2 files changed, 23 insertions(+), 14 deletions(-)
22412
22413 commit 946478e1a7f8c59a97c89f5c9029f30241a6cc0c
22414 Author: Patrick Lam <plam@MIT.EDU>
22415 Date:   Mon Jan 30 14:43:04 2006 +0000
22416
22417     Remove references to dead fontconfig(3) manpages in other fontconfig
22418         manpages.
22419     reviewed by: plam
22420
22421  ChangeLog           | 9 +++++++++
22422  fc-lang/fc-lang.man | 2 --
22423  fc-match/fc-match.1 | 2 --
22424  3 files changed, 9 insertions(+), 4 deletions(-)
22425
22426 commit af7a965f945ab5aafab13fb7b6e8d96c911b24fd
22427 Author: Patrick Lam <plam@MIT.EDU>
22428 Date:   Mon Jan 30 04:51:22 2006 +0000
22429
22430     Fix world's tiniest typo in code example.
22431     reviewed by: plam
22432
22433  ChangeLog          | 7 +++++++
22434  doc/fcpattern.fncs | 2 +-
22435  2 files changed, 8 insertions(+), 1 deletion(-)
22436
22437 commit 30c4189deb8412793d175bce255561a882ad81b7
22438 Author: Patrick Lam <plam@MIT.EDU>
22439 Date:   Mon Jan 30 04:47:17 2006 +0000
22440
22441     Fix global cache reads of subdirectories.
22442     reviewed by: plam
22443
22444  ChangeLog     | 7 +++++++
22445  src/fccache.c | 2 +-
22446  2 files changed, 8 insertions(+), 1 deletion(-)
22447
22448 commit 971cf18018a4f41bca196dd81989e67672e52112
22449 Author: Patrick Lam <plam@MIT.EDU>
22450 Date:   Mon Jan 30 04:27:53 2006 +0000
22451
22452     Add documentation for FcConfigNormalizeFontDir.
22453     Write directory information to global caches to fix make check
22454     (reported by
22455         Ronny V. Vindenes). This changes the global cache format again.
22456
22457  ChangeLog         | 13 +++++++++++++
22458  doc/fcconfig.fncs | 11 +++++++++++
22459  src/fccache.c     | 25 +++++++++++++++++++++++--
22460  src/fcdir.c       |  2 +-
22461  src/fcint.h       |  2 ++
22462  5 files changed, 50 insertions(+), 3 deletions(-)
22463
22464 commit 97293e07dd688b3d81cd6e7ecd5df4cdef4c87d8
22465 Author: Patrick Lam <plam@MIT.EDU>
22466 Date:   Fri Jan 27 05:47:59 2006 +0000
22467
22468     Move FcConfigNormalizeFontDir call so that it doesn't result in
22469     infinite
22470         recursion (reported by Ronny V. Vindenes).
22471
22472  ChangeLog               | 9 +++++++++
22473  fc-cache/fc-cache.c     | 6 +++++-
22474  fontconfig/fontconfig.h | 4 ++++
22475  src/fccache.c           | 8 --------
22476  src/fcint.h             | 4 ----
22477  5 files changed, 18 insertions(+), 13 deletions(-)
22478
22479 commit 3cf9f5cec386ce97bb3cdd1dfe78d0d6999243ea
22480 Author: Patrick Lam <plam@MIT.EDU>
22481 Date:   Fri Jan 27 00:27:37 2006 +0000
22482
22483     Add a couple of missing normalizations to make fc-cache work right;
22484     only
22485         scan subdirectories once.
22486
22487  ChangeLog     | 7 +++++++
22488  src/fccache.c | 8 ++++++++
22489  src/fccfg.c   | 4 ++--
22490  3 files changed, 17 insertions(+), 2 deletions(-)
22491
22492 commit 4073203deb00cb1497f7cc8c1a7de25534070d2c
22493 Author: Patrick Lam <plam@MIT.EDU>
22494 Date:   Thu Jan 26 16:11:41 2006 +0000
22495
22496     Don't crash on non-existant directories in global cache.
22497     reviewed by: plam
22498
22499  ChangeLog     | 7 +++++++
22500  src/fccache.c | 4 +++-
22501  2 files changed, 10 insertions(+), 1 deletion(-)
22502
22503 commit f468f568b4aedef1606b0692addf47cb9f02b328
22504 Author: Patrick Lam <plam@MIT.EDU>
22505 Date:   Thu Jan 26 16:09:12 2006 +0000
22506
22507     Stop trampling the directory name when writing out caches. (with Mike
22508         Fabian:) Beef up FcConfigNormalizeFontDir to scan subdirs when
22509         necessary. Don't scan directories that can't be normalized.
22510
22511  ChangeLog     | 11 +++++++++++
22512  src/fccache.c | 16 +++++++++++++---
22513  src/fccfg.c   | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++
22514  src/fcdir.c   |  6 +++++-
22515  src/fcxml.c   |  2 +-
22516  5 files changed, 82 insertions(+), 5 deletions(-)
22517
22518 commit 575a37b7975656f73162438635b4ba26e229b33f
22519 Author: Patrick Lam <plam@MIT.EDU>
22520 Date:   Wed Jan 25 14:52:49 2006 +0000
22521
22522     Fix additional memory leaks reported by Ronny V. Vindenes: don't
22523     invoke
22524         FcValueSave on hashed static strings in FcPatternAddWithBinding.
22525     Add another st_dev check in FcDirCacheOpen.
22526
22527  ChangeLog     | 11 +++++++++++
22528  src/fccache.c | 13 +++++++++++--
22529  src/fccfg.c   |  3 +--
22530  src/fcpat.c   |  9 ++++++++-
22531  4 files changed, 31 insertions(+), 5 deletions(-)
22532
22533 commit 16a71eff3ee0326db3794fa26548106a8a8697f6
22534 Author: Patrick Lam <plam@MIT.EDU>
22535 Date:   Wed Jan 25 02:54:37 2006 +0000
22536
22537     Treat zh-hk fonts differently from zh-tw fonts. This patch may cause
22538         fontconfig to treat A-X fonts differently from A-Y fonts;
22539         please mail
22540         the fontconfig list if this causes any problems.
22541     reviewed by: plam
22542
22543  ChangeLog          | 10 ++++++++++
22544  fc-lang/zh_hk.orth |  2 +-
22545  src/fcfreetype.c   |  2 +-
22546  3 files changed, 12 insertions(+), 2 deletions(-)
22547
22548 commit 6f9fcb51861fe3066e44a23817f1c700f3475ac0
22549 Author: Patrick Lam <plam@MIT.EDU>
22550 Date:   Wed Jan 25 02:33:46 2006 +0000
22551
22552     Fix memory leaks reported by Ronny V. Vindenes.
22553
22554  ChangeLog        | 6 ++++++
22555  src/fccache.c    | 9 ++++++++-
22556  src/fcfreetype.c | 8 +++++++-
22557  3 files changed, 21 insertions(+), 2 deletions(-)
22558
22559 commit 986e35979e56774c91f3214af9e8a6f71817dcfa
22560 Author: Patrick Lam <plam@MIT.EDU>
22561 Date:   Thu Jan 19 19:20:30 2006 +0000
22562
22563     Fix for unaligned memory accesses.
22564     reviewed by: plam
22565
22566  ChangeLog   |  9 ++++++++-
22567  src/fcpat.c | 12 ++++++++----
22568  2 files changed, 16 insertions(+), 5 deletions(-)
22569
22570 commit 58bdd29619e6580477918f8c8d77aadbe5e427a4
22571 Author: Patrick Lam <plam@MIT.EDU>
22572 Date:   Wed Jan 18 15:41:15 2006 +0000
22573
22574     Properly order the FcConfigAddFontDir and FcConfigNormalizeFontDir
22575     calls to
22576         avoid crashes.
22577     reviewed by: plam
22578
22579  ChangeLog   | 8 ++++++++
22580  src/fcdir.c | 4 +++-
22581  2 files changed, 11 insertions(+), 1 deletion(-)
22582
22583 commit eadadf489aff5f4a17a91f85909cb0dc27b2a494
22584 Author: Patrick Lam <plam@MIT.EDU>
22585 Date:   Sun Jan 15 05:31:58 2006 +0000
22586
22587     Fix segfault when consuming zero-length caches in fc-cat (which has no
22588         config, so FcConfigAddFontDir shouldn't be called.)
22589
22590  ChangeLog     | 6 ++++++
22591  src/fccache.c | 3 ++-
22592  2 files changed, 8 insertions(+), 1 deletion(-)
22593
22594 commit 8a0b0ed6d01e4e20ab6727211fe5823395a9b4c4
22595 Author: Patrick Lam <plam@MIT.EDU>
22596 Date:   Sat Jan 14 21:23:03 2006 +0000
22597
22598     Compare device numbers as well as inodes. Always normalize directory
22599     names
22600         before comparing them.
22601     Allocate extra space for appended '/' in directory name.
22602     reviewed by: plam
22603
22604  ChangeLog               | 19 +++++++++++++++++++
22605  fc-cache/fc-cache.c     |  2 +-
22606  fc-cat/fc-cat.c         |  6 +++++-
22607  fontconfig/fontconfig.h |  2 +-
22608  src/fccache.c           | 19 ++++++++++++++-----
22609  src/fccfg.c             |  7 ++++---
22610  src/fcdir.c             |  2 +-
22611  src/fcint.h             |  6 ++++--
22612  8 files changed, 49 insertions(+), 14 deletions(-)
22613
22614 commit df3efc11a9584e2099366c31ba64ac9346760321
22615 Author: Patrick Lam <plam@MIT.EDU>
22616 Date:   Tue Jan 10 13:15:05 2006 +0000
22617
22618     Explicitly add font dirs to config.fontDirs even if they're empty. Set
22619         current config in fc-cache.c. Fix treatment of cache directory
22620         as read
22621         from cache file; don't use string equality to determine if we
22622         have the
22623         right file, use inode equality.
22624
22625  ChangeLog           | 12 ++++++++++
22626  fc-cache/fc-cache.c |  1 +
22627  src/fccache.c       | 64
22628  ++++++++++++++++++++++++++++-------------------------
22629  3 files changed, 47 insertions(+), 30 deletions(-)
22630
22631 commit cd9bca69702900ca9b24319c76b2dc9432bb548f
22632 Author: Patrick Lam <plam@MIT.EDU>
22633 Date:   Mon Jan 9 13:58:04 2006 +0000
22634
22635     Normalize font dirs by using the form, as given in fonts.conf,
22636     and recorded
22637         in FcConfig's fontDirs string set, as canonical.
22638     Actually update config.fontDirs as font directories are scanned.
22639
22640  ChangeLog           | 14 ++++++++++++++
22641  fc-cache/fc-cache.c |  2 +-
22642  fc-cat/fc-cat.c     |  4 ++--
22643  src/fccache.c       | 21 ++++++++++++---------
22644  src/fccfg.c         | 23 +++++++++++++++++++++++
22645  src/fcdir.c         |  3 ++-
22646  src/fcint.h         |  6 +++++-
22647  7 files changed, 59 insertions(+), 14 deletions(-)
22648
22649 commit 5576a5873dc9cd6e11234df6e64dbff18afe6378
22650 Author: Patrick Lam <plam@MIT.EDU>
22651 Date:   Sun Jan 8 10:58:30 2006 +0000
22652
22653     Fix matching bug when multiple elements match; don't use the sum
22654     of all
22655         scores, but the best score.
22656     Also more perf opts, e.g. evaluate best over all font sets rather
22657     than on a
22658         per-set basis (and other changes).
22659
22660  src/fcmatch.c | 243
22661  ++++++++++++++++++++++++++++++++++------------------------
22662  1 file changed, 143 insertions(+), 100 deletions(-)
22663
22664 commit a6d3757d9802c8f5dc8632a8cf6703042f62e303
22665 Author: Patrick Lam <plam@MIT.EDU>
22666 Date:   Sun Jan 8 10:58:05 2006 +0000
22667
22668     Fix matching bug when multiple elements match; don't use the sum
22669     of all
22670         scores, but the best score.
22671     Also more perf opts, e.g. evaluate best over all font sets rather
22672     than on a
22673         per-set basis (and other changes).
22674
22675  ChangeLog | 9 +++++++++
22676  1 file changed, 9 insertions(+)
22677
22678 commit 05a98eaf4bd23fe1035660a9a2b1018abdfc9c6e
22679 Author: Patrick Lam <plam@MIT.EDU>
22680 Date:   Sun Jan 8 10:50:51 2006 +0000
22681
22682     Properly skip past dir caches that contain zero fonts (as occurs
22683     in global
22684         caches.) Reported by Mike Fabian.
22685
22686  ChangeLog     | 6 ++++++
22687  src/fccache.c | 4 ++++
22688  2 files changed, 10 insertions(+)
22689
22690 commit 5fe09702f4fc4ec6d55f30b80999ce2c219bd966
22691 Author: Patrick Lam <plam@MIT.EDU>
22692 Date:   Sat Jan 7 06:36:24 2006 +0000
22693
22694     Print out full pathname in fc-match -v as well. Reported by Frederic
22695         Crozat.
22696     Fix bug where fc-match crashes when given __DUMMY__ property to
22697     match on.
22698     (I added the __DUMMY__ string to enable callers of FcObjectToPtrLookup
22699     to
22700         distinguish an error return from a successful return. -PL)
22701     reviewed by: plam
22702
22703  ChangeLog    | 18 ++++++++++++++++++
22704  src/fcdbg.c  | 21 ++++++++++++++++++++-
22705  src/fcname.c | 11 +++++++----
22706  3 files changed, 45 insertions(+), 5 deletions(-)
22707
22708 commit c60ec7cc6d1795922b742435965746e02e67f11c
22709 Author: Patrick Lam <plam@MIT.EDU>
22710 Date:   Thu Jan 5 15:12:22 2006 +0000
22711
22712     Add self to AUTHORS list.
22713     Minor change to global cache file format to fix fc-cat bug reported by
22714         Frederic Crozat, and buglet with not globally caching directories
22715         with
22716         zero fonts cached.
22717
22718  AUTHORS         |  2 ++
22719  ChangeLog       | 18 ++++++++++++++++
22720  fc-cat/fc-cat.c | 66
22721  +++++++++++++++++++++++++++++++++------------------------
22722  src/fccache.c   | 31 +++++++++++++--------------
22723  src/fcint.h     |  1 +
22724  src/fcpat.c     |  2 +-
22725  6 files changed, 75 insertions(+), 45 deletions(-)
22726
22727 commit 52ac91f7c1a8a6433851cbde8ccade618f0218e4
22728 Author: Patrick Lam <plam@MIT.EDU>
22729 Date:   Mon Jan 2 17:20:23 2006 +0000
22730
22731     Fix double-free which occurs because FcValueCanonicalize doesn't
22732     create an
22733         extra copy of the returned value, it only canonicalizes it.
22734     reviewed by: plam
22735
22736  ChangeLog   | 11 ++++++++++-
22737  src/fccfg.c |  1 +
22738  2 files changed, 11 insertions(+), 1 deletion(-)
22739
22740 commit cea78a87910a88383699d5a386693d39aa3236f5
22741 Author: Patrick Lam <plam@MIT.EDU>
22742 Date:   Mon Jan 2 17:18:22 2006 +0000
22743
22744     Fix version of .cache file (currently 1 -> currently 2). Reported
22745     by Jim
22746         Osborn.
22747
22748  ChangeLog | 6 ++++++
22749  1 file changed, 6 insertions(+)
22750
22751 commit e9fd3c069aa415f9e7589dd1a871cd7727925364
22752 Author: Patrick Lam <plam@MIT.EDU>
22753 Date:   Mon Jan 2 17:13:48 2006 +0000
22754
22755     Fix version of .cache file (currently 1 -> currently 2). Reported
22756     by Jim
22757         Osborn.
22758
22759  doc/fontconfig-user.sgml | 2 +-
22760  1 file changed, 1 insertion(+), 1 deletion(-)
22761
22762 commit ebc157f9a1eb266d60d03ad3fa36dc2ba0250db1
22763 Author: Patrick Lam <plam@MIT.EDU>
22764 Date:   Wed Dec 21 20:00:20 2005 +0000
22765
22766     Shut up GCC warnings on amd.
22767     reviewed by: plam
22768
22769  ChangeLog   | 7 +++++++
22770  src/fcpat.c | 4 ++--
22771  2 files changed, 9 insertions(+), 2 deletions(-)
22772
22773 commit 19ea60bc7c0186070d95f5effc815c546de1dcb0
22774 Author: Patrick Lam <plam@MIT.EDU>
22775 Date:   Wed Dec 21 05:37:10 2005 +0000
22776
22777     Avoid check on _fcBankId nullness and fix case where it used to crash.
22778
22779  ChangeLog       | 7 +++++++
22780  src/fccharset.c | 2 +-
22781  src/fcint.h     | 2 +-
22782  3 files changed, 9 insertions(+), 2 deletions(-)
22783
22784 commit 3bfae75d44db5ceae394194d2e6c7b81201ea685
22785 Author: Patrick Lam <plam@MIT.EDU>
22786 Date:   Wed Dec 21 03:31:19 2005 +0000
22787
22788     Bump version to 2.3.93.
22789     Use open instead of fopen (requested by Phil Race for Sun).
22790     src/fccache.c (FcDirCacheWrite);
22791     Fix GCC4 warning and Makefile brokenness for /var/cache/fontconfig
22792     dir.
22793
22794  ChangeLog               | 20 ++++++++++++++++
22795  README                  | 17 ++++++++++++--
22796  configure.in            |  2 +-
22797  fc-cache/Makefile.am    |  8 +++++++
22798  fontconfig/fontconfig.h |  2 +-
22799  src/fccache.c           | 62
22800  ++++++++++++++++++++++++++++++++++++++++---------
22801  src/fcxml.c             | 13 ++++++-----
22802  7 files changed, 103 insertions(+), 21 deletions(-)
22803
22804 commit 6f767cec491d354150a11491905ba59cc77a2659
22805 Author: Patrick Lam <plam@MIT.EDU>
22806 Date:   Tue Dec 20 20:35:47 2005 +0000
22807
22808     Restore code to skip over PCF fonts that have no encoded
22809     characters. (We
22810         guess that a font is PCF by presence of the PIXEL_SIZE BDF
22811         property.)
22812
22813  ChangeLog                   | 8 ++++++++
22814  conf.d/10LohitGujarati.conf | 5 +++++
22815  src/fcfreetype.c            | 9 ++++++---
22816  3 files changed, 19 insertions(+), 3 deletions(-)
22817
22818 commit a7683cafe10925d09855f927cb7602a90e10516f
22819 Author: Carl Worth <cworth@cworth.org>
22820 Date:   Tue Dec 13 17:50:50 2005 +0000
22821
22822     Add a configuration file that disables hinting for the Lohit
22823     Gujarati font
22824         (since the hinting distort some glyphs quite badly).
22825     reviewed by: keithp
22826
22827  ChangeLog                   | 8 ++++++++
22828  conf.d/10LohitGujarati.conf | 5 +++++
22829  conf.d/Makefile.am          | 1 +
22830  3 files changed, 14 insertions(+)
22831
22832 commit ec760b178a7bb1a60fe2fe5e205ef82922fde5b6
22833 Author: Patrick Lam <plam@MIT.EDU>
22834 Date:   Mon Dec 12 20:45:54 2005 +0000
22835
22836     Read and write the original location as a fallback for the hashed
22837     cache
22838         file locations. This is mostly for users to be able to have
22839         per-directory cache files.
22840
22841  ChangeLog     |  7 +++++++
22842  src/fccache.c | 41 ++++++++++++++++++++++++++++++++---------
22843  2 files changed, 39 insertions(+), 9 deletions(-)
22844
22845 commit 83b6739035fc17d97b8ce01d6a9b9ef6e78d694c
22846 Author: Patrick Lam <plam@MIT.EDU>
22847 Date:   Mon Dec 12 13:46:45 2005 +0000
22848
22849     Improve error message when fc-cache can't write the cache. Add missing
22850         slash. Reported by Behdad. Incorporate Behdad's patch to create
22851         /var/cache/fontconfig when appropriate.
22852
22853  ChangeLog            | 9 +++++++++
22854  fc-cache/Makefile.am | 5 +++++
22855  fc-cache/fc-cache.c  | 4 +++-
22856  src/fccache.c        | 2 +-
22857  4 files changed, 18 insertions(+), 2 deletions(-)
22858
22859 commit 368104c381815aa9a0c8c878f1d2be0cc5330f10
22860 Author: Patrick Lam <plam@MIT.EDU>
22861 Date:   Mon Dec 12 13:20:41 2005 +0000
22862
22863     Fix crash reported by Frederic Crozat when using libxml2.
22864     reviewed by: plam
22865
22866  ChangeLog   | 7 +++++++
22867  src/fcxml.c | 3 +++
22868  2 files changed, 10 insertions(+)
22869
22870 commit ea44e2184198aba956e39ae63a4914544c9719fe
22871 Author: Patrick Lam <plam@MIT.EDU>
22872 Date:   Fri Dec 9 16:36:45 2005 +0000
22873
22874     Migrate cache files from fonts directories to
22875     /var/cache/fontconfig. This
22876         helps make fontconfig FHS-compliant, but requires that all
22877         caches get
22878         rebuilt.
22879     Also, autogen.sh now needs the additional parameter
22880     --localstatedir=/var.
22881
22882  ChangeLog               |  20 ++
22883  INSTALL                 |   2 +-
22884  configure.in            |   7 +
22885  fc-cache/Makefile.am    |   2 +
22886  fc-cat/Makefile.am      |   2 +
22887  fc-cat/fc-cat.c         |  13 +-
22888  fontconfig/fontconfig.h |   1 +
22889  src/Makefile.am         |   2 +
22890  src/fccache.c           | 523
22891  +++++++++++++++++++++++++++++++++++++++++++-----
22892  9 files changed, 519 insertions(+), 53 deletions(-)
22893
22894 commit 204da5a8b88a73e54a9bab0537db7ff4fe8c6374
22895 Author: Patrick Lam <plam@MIT.EDU>
22896 Date:   Thu Dec 8 05:54:27 2005 +0000
22897
22898     Because we've changed FcPatternAddString to use FcStrStaticName
22899     and not
22900         FcValueSave, explicitly handle the case of a null string.
22901
22902  ChangeLog   | 6 ++++++
22903  src/fcpat.c | 7 +++++++
22904  2 files changed, 13 insertions(+)
22905
22906 commit 982b598278315de60721740047a1b57f4a5895b8
22907 Author: Patrick Lam <plam@MIT.EDU>
22908 Date:   Wed Dec 7 03:55:25 2005 +0000
22909
22910     Fix warnings.
22911
22912  ChangeLog       | 5 +++++
22913  fc-cat/fc-cat.c | 9 +++------
22914  2 files changed, 8 insertions(+), 6 deletions(-)
22915
22916 commit c6103dfb22de0664a6ab164d90d6959551e301c5
22917 Author: Patrick Lam <plam@MIT.EDU>
22918 Date:   Tue Dec 6 18:57:43 2005 +0000
22919
22920     Don't assign types to user object names.
22921
22922  ChangeLog    | 5 +++++
22923  src/fcname.c | 3 +++
22924  2 files changed, 8 insertions(+)
22925
22926 commit 9ede93f1dc375c1f4d7e71d821887c01a367d995
22927 Author: Patrick Lam <plam@MIT.EDU>
22928 Date:   Mon Dec 5 16:08:01 2005 +0000
22929
22930     Don't free strings that have been returned from FcStrStaticName.
22931
22932  ChangeLog   |  5 +++++
22933  src/fcpat.c | 21 +++++++++++++++++++--
22934  2 files changed, 24 insertions(+), 2 deletions(-)
22935
22936 commit 6059daeddb7b44d9b2c0f4d94a08fb6ff79ff3ac
22937 Author: Patrick Lam <plam@MIT.EDU>
22938 Date:   Thu Dec 1 07:12:45 2005 +0000
22939
22940     Add codepath for reading global cache files as well.
22941
22942  ChangeLog       |  5 +++++
22943  fc-cat/fc-cat.c | 61
22944  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
22945  2 files changed, 66 insertions(+)
22946
22947 commit 4edd0a0286c3c7fc3497afe8f5f68df118deb682
22948 Author: Patrick Lam <plam@MIT.EDU>
22949 Date:   Thu Dec 1 06:27:07 2005 +0000
22950
22951     file 10-fonts-persian.conf was initially added on branch
22952     fc-2_4_branch.
22953
22954 commit 2c6fead73fd6608fd50eb97c69a556fdac1b5c55
22955 Author: Patrick Lam <plam@MIT.EDU>
22956 Date:   Thu Dec 1 06:27:07 2005 +0000
22957
22958     Add config file for Persian fonts from Sharif FarsiWeb, Inc.
22959     reviewed by: plam
22960
22961  ChangeLog                    |  10 +-
22962  conf.d/10-fonts-persian.conf | 545
22963  +++++++++++++++++++++++++++++++++++++++++++
22964  conf.d/Makefile.am           |   1 +
22965  3 files changed, 555 insertions(+), 1 deletion(-)
22966
22967 commit cb6d97eb1baba6795bb8abdede69902b2440f371
22968 Author: Patrick Lam <plam@MIT.EDU>
22969 Date:   Wed Nov 30 22:13:21 2005 +0000
22970
22971     Only add a config file to the set of config files once.
22972     reviewed by: plam
22973
22974  ChangeLog   | 7 +++++++
22975  src/fcxml.c | 6 ++++++
22976  2 files changed, 13 insertions(+)
22977
22978 commit 93a27747a485624d4a89550036e12eeec96d4558
22979 Author: Patrick Lam <plam@MIT.EDU>
22980 Date:   Tue Nov 29 15:04:06 2005 +0000
22981
22982     src/fcint.h (FcCacheBankToIndex);
22983     Fix segfault by guarding array dereference.
22984
22985  ChangeLog   | 5 +++++
22986  src/fcint.h | 2 +-
22987  2 files changed, 6 insertions(+), 1 deletion(-)
22988
22989 commit b8948e85420469c83098a6b97d7979189a8734d9
22990 Author: Patrick Lam <plam@MIT.EDU>
22991 Date:   Tue Nov 29 14:57:10 2005 +0000
22992
22993     Refactor FcCacheBankToIndex into an inlineable part (in fcint.h) which
22994         checks the front of the list and a non-inlineable part which
22995         finds and
22996         moves the appropriate element to the front of the list.
22997     reviewed by: plam
22998
22999  ChangeLog         | 14 ++++++++++++++
23000  fc-lang/fc-lang.c |  5 ++++-
23001  src/fccache.c     | 34 +++++++++++++++++-----------------
23002  src/fcint.h       |  9 ++++++++-
23003  4 files changed, 43 insertions(+), 19 deletions(-)
23004
23005 commit 9fad72abaf3da6f3e4a691a0e1a852f6a7353d56
23006 Author: Patrick Lam <plam@MIT.EDU>
23007 Date:   Tue Nov 29 06:23:00 2005 +0000
23008
23009     Make the perf guys hate me a bit less: hoist the directory-name
23010         FcConfigAcceptFont check for cached fonts up to directory
23011         cache read
23012         time, rather than running it for each font.
23013
23014  ChangeLog     | 8 ++++++++
23015  src/fccache.c | 3 +++
23016  src/fccfg.c   | 6 ++----
23017  3 files changed, 13 insertions(+), 4 deletions(-)
23018
23019 commit 51af0509925e780eb3eb9014aac5e50b6bbbe0d1
23020 Author: Patrick Lam <plam@MIT.EDU>
23021 Date:   Tue Nov 29 06:09:18 2005 +0000
23022
23023     Don't make FcPatternFindFullFname available to fccfg, it's not
23024     really safe.
23025         Instead go through FcPatternGetString (sorry, perf guys.) Also,
23026         use
23027         globs for dirs as well.
23028
23029  ChangeLog   | 9 +++++++++
23030  src/fccfg.c | 8 +++++---
23031  src/fcint.h | 3 ---
23032  src/fcpat.c | 5 ++++-
23033  4 files changed, 18 insertions(+), 7 deletions(-)
23034
23035 commit e0421d0289ae95a1c74e607f36c0d54f3d0dedd8
23036 Author: Patrick Lam <plam@MIT.EDU>
23037 Date:   Tue Nov 29 00:21:05 2005 +0000
23038
23039     Fix segfault.
23040
23041  ChangeLog   | 5 +++++
23042  src/fccfg.c | 5 ++++-
23043  2 files changed, 9 insertions(+), 1 deletion(-)
23044
23045 commit c4d3b6dad0ccb9b3ddfddb7305b4da26f494271d
23046 Author: Patrick Lam <plam@MIT.EDU>
23047 Date:   Tue Nov 29 00:16:02 2005 +0000
23048
23049     Update autogenerated config.* files.
23050
23051  config/config.guess | 535
23052  +++++++++++++++++++++++++++-------------------------
23053  config/config.sub   |  67 ++++---
23054  2 files changed, 314 insertions(+), 288 deletions(-)
23055
23056 commit ced3f0a0abd84de73753956ec18e7316eda33a37
23057 Author: Patrick Lam <plam@MIT.EDU>
23058 Date:   Tue Nov 29 00:14:42 2005 +0000
23059
23060     Fix problem dating back at least to 2.3.2 where globs weren't
23061     being applied
23062         to patterns loaded from a cache.
23063     Fix some obvious spelling mistakes.
23064
23065  ChangeLog                | 13 +++++++++++++
23066  doc/fontconfig-user.sgml | 17 +++++++++--------
23067  src/fccfg.c              |  3 ++-
23068  src/fcint.h              |  3 +++
23069  src/fcpat.c              |  4 +---
23070  5 files changed, 28 insertions(+), 12 deletions(-)
23071
23072 commit 1ed98a0c87931ae93ea3d46f3d0367a99218679c
23073 Author: Patrick Lam <plam@MIT.EDU>
23074 Date:   Mon Nov 28 10:54:11 2005 +0000
23075
23076     Stephan Kulow <coolo@suse.de> reviewed by: plam
23077     Don't kill all fonts during match (oops!)
23078
23079  ChangeLog     | 23 +++++++++++++++++++++++
23080  src/fcmatch.c | 39 ++++++++++++++++++++++++++++++++-------
23081  2 files changed, 55 insertions(+), 7 deletions(-)
23082
23083 commit aa472e5f1a83c5e09030b0c862a0c3e0df10dcaa
23084 Author: Patrick Lam <plam@MIT.EDU>
23085 Date:   Mon Nov 28 01:40:53 2005 +0000
23086
23087     Stephan Kulow <coolo@suse.de> Michael Matz <matz@suse.de> reviewed
23088     by: plam
23089     Rewrite FcFontSetMatch to a path-finding based algorithm, i.e. inline
23090         FcCompare into FcFontSetMatch and reorder the loops, adding
23091         a boolean
23092         array which blocks patterns from future consideration if
23093         they're known
23094         to not be best on some past criterion.
23095
23096  src/fcmatch.c | 224
23097  +++++++++++++++++++++++++++++++++++++++++-----------------
23098  1 file changed, 159 insertions(+), 65 deletions(-)
23099
23100 commit 200a44fed0c28bcf83a65e32c320471d9335d3c5
23101 Author: Patrick Lam <plam@MIT.EDU>
23102 Date:   Sat Nov 26 05:05:14 2005 +0000
23103
23104     Fix incorrect merge.
23105     reviewed by: plam
23106
23107  ChangeLog     | 7 +++++++
23108  src/fcmatch.c | 6 +++---
23109  2 files changed, 10 insertions(+), 3 deletions(-)
23110
23111 commit cbe1df8150e4ed6e76bd258afe5a11529c909ddf
23112 Author: Patrick Lam <plam@MIT.EDU>
23113 Date:   Fri Nov 25 16:33:58 2005 +0000
23114
23115     Don't do random matching when bad objects are passed into
23116         FcCompareValueList.
23117
23118  ChangeLog     |  6 ++++++
23119  src/fcmatch.c | 58
23120  +++++++++++++++++++++++++++++++++++++++++++---------------
23121  2 files changed, 49 insertions(+), 15 deletions(-)
23122
23123 commit 81fe99fdd0903ef8aa782fe427bc8f9510457ee9
23124 Author: Patrick Lam <plam@MIT.EDU>
23125 Date:   Fri Nov 25 16:04:44 2005 +0000
23126
23127     Rename fcpatterns, fcpatternelts, fcvaluelists to _fcPatterns,
23128         _fcPatternElts, _fcValueLists for consistency.
23129
23130  ChangeLog   | 10 ++++++++++
23131  src/fcint.h |  8 ++++----
23132  src/fcpat.c | 50 +++++++++++++++++++++++++-------------------------
23133  3 files changed, 39 insertions(+), 29 deletions(-)
23134
23135 commit d854eaf8a9c395a1cbca83a7620e087109f6eb87
23136 Author: Patrick Lam <plam@MIT.EDU>
23137 Date:   Fri Nov 25 15:54:24 2005 +0000
23138
23139     Pass the FcObjectPtr to FcCompareValueList, not the char * (perf).
23140     reviewed by: plam
23141
23142  ChangeLog     |  7 +++++++
23143  src/fcmatch.c | 35 ++++++++++-------------------------
23144  2 files changed, 17 insertions(+), 25 deletions(-)
23145
23146 commit 61571f3f2e77ffb221da9af2705af1d383dd6ea0
23147 Author: Patrick Lam <plam@MIT.EDU>
23148 Date:   Fri Nov 25 15:50:34 2005 +0000
23149
23150     Pass around FcCache *s to the Unserialize functions for extra
23151     consistency
23152         (and less overhead, for what that's worth).
23153
23154  ChangeLog       | 13 +++++++++++++
23155  src/fccache.c   |  2 +-
23156  src/fccharset.c | 12 ++++++------
23157  src/fcfs.c      |  2 +-
23158  src/fcint.h     | 10 +++++-----
23159  src/fclang.c    |  8 ++++----
23160  src/fcname.c    |  2 +-
23161  src/fcpat.c     | 32 ++++++++++++++++----------------
23162  8 files changed, 47 insertions(+), 34 deletions(-)
23163
23164 commit 9ab79bdfb7f8bfbe108d1c676b361f69f6a5b043
23165 Author: Patrick Lam <plam@MIT.EDU>
23166 Date:   Fri Nov 25 03:00:51 2005 +0000
23167
23168     Inline the *PtrU functions to gain perf. Remove unneeded params
23169     for the
23170         FcCompare* functions.
23171     reviewed by: plam
23172
23173  ChangeLog     | 12 +++++++++++-
23174  src/fcint.h   | 31 +++++++++++++++++++++++++++----
23175  src/fcmatch.c | 50 +++++++++++++++++---------------------------------
23176  src/fcname.c  | 12 +++---------
23177  src/fcpat.c   | 22 ++--------------------
23178  5 files changed, 60 insertions(+), 67 deletions(-)
23179
23180 commit 3f9f24e077cc079be362343be499ff0baf23e0a1
23181 Author: Patrick Lam <plam@MIT.EDU>
23182 Date:   Fri Nov 25 02:16:42 2005 +0000
23183
23184     Fix the debian changelog so that debian/rules works again, make it
23185     create a
23186         debian package for release 2.3.92-1. Acknowledge change in NMU of
23187         debian package.
23188
23189  debian/changelog | 13 +++++++++++++
23190  debian/control   |  1 +
23191  debian/po/cs.po  | 57
23192  ++++++++++++++++++++++++++++----------------------------
23193  3 files changed, 43 insertions(+), 28 deletions(-)
23194
23195 commit 1c9fdccab95c9c5eebd0f9d8488d3ac7c46cbe53
23196 Author: Patrick Lam <plam@MIT.EDU>
23197 Date:   Thu Nov 24 21:40:20 2005 +0000
23198
23199     Move FC_BANK_DYNAMIC, FC_BANK_FIRST to internal header.
23200     Check for type validity during FcPatternAddWithBinding, don't
23201     verify type
23202         in FcFontMatch, don't call FcCanonicalize here (which always
23203         does a
23204         deep copy).
23205     reviewed by: plam
23206
23207  ChangeLog               | 13 +++++++++++++
23208  fontconfig/fontconfig.h |  3 ---
23209  src/fcint.h             |  3 +++
23210  src/fcmatch.c           | 22 +++++-----------------
23211  src/fcpat.c             | 22 +++++++++++++++++-----
23212  5 files changed, 38 insertions(+), 25 deletions(-)
23213
23214 commit 4f8b266fd97e36961639c40d93225265c0f849c7
23215 Author: Patrick Lam <plam@MIT.EDU>
23216 Date:   Thu Nov 24 20:20:26 2005 +0000
23217
23218     Make FcCompareString and FcCompareFamily less expensive. Only add
23219     a value
23220         for FC_FAMILY if the proposed value is a string.
23221     reviewed by: plam
23222
23223  ChangeLog     | 11 ++++++++++-
23224  src/fcmatch.c | 24 +++++++++++++++++-------
23225  src/fcpat.c   |  7 +++++++
23226  3 files changed, 34 insertions(+), 8 deletions(-)
23227
23228 commit b97a34b5924b1279dd831426a94016ea8b65ea8d
23229 Author: Patrick Lam <plam@MIT.EDU>
23230 Date:   Thu Nov 24 19:38:05 2005 +0000
23231
23232     Inline FcDebug invocations and only initialize once, in
23233     FcInit*. Improve
23234         debug msg in FcPatternPrint.
23235     reviewed by: plam
23236
23237  ChangeLog    | 10 ++++++++++
23238  src/fcdbg.c  | 30 ++++++++++++------------------
23239  src/fcinit.c |  2 ++
23240  src/fcint.h  |  9 +++++++--
23241  4 files changed, 31 insertions(+), 20 deletions(-)
23242
23243 commit d2f459781cade98d1d07806d023e63f1fc289b0e
23244 Author: Patrick Lam <plam@MIT.EDU>
23245 Date:   Wed Nov 23 17:01:27 2005 +0000
23246
23247     Properly apply fcrozat's patch.
23248
23249  fc-cat/fc-cat.c | 2 +-
23250  1 file changed, 1 insertion(+), 1 deletion(-)
23251
23252 commit f7c4624f5624f4dc981f75a4f74446de04bf69d1
23253 Author: Patrick Lam <plam@MIT.EDU>
23254 Date:   Wed Nov 23 16:36:26 2005 +0000
23255
23256     2005-11-23 Frederic Crozat <fcrozat@mandriva.com>: reviewed by: plam
23257     Minor code warning cleanups.
23258
23259  ChangeLog               | 8 ++++++++
23260  fc-cat/fc-cat.c         | 1 -
23261  fontconfig/fontconfig.h | 2 +-
23262  3 files changed, 9 insertions(+), 2 deletions(-)
23263
23264 commit b1297aa8977901075e95e40bc430fc823e1fb230
23265 Author: Patrick Lam <plam@MIT.EDU>
23266 Date:   Wed Nov 23 15:33:48 2005 +0000
23267
23268     2005-11-23 Frederic Crozat <fcrozat@mandriva.com>: reviewed by: plam
23269     Make getopt_long accept -s parameter to fc-match as well.
23270
23271  ChangeLog           | 7 +++++++
23272  fc-match/fc-match.c | 2 +-
23273  2 files changed, 8 insertions(+), 1 deletion(-)
23274
23275 commit 435fc66073ee83d17242bac2880e843489439cda
23276 Author: Patrick Lam <plam@MIT.EDU>
23277 Date:   Wed Nov 23 15:32:36 2005 +0000
23278
23279     2005-11-23 Frederic Crozat <fcrozat@mandriva.com>: reviewed by: plam
23280     Make getopt_long accept -s parameter to fc-match as well.
23281
23282  ChangeLog           | 7 +++++++
23283  fc-match/fc-match.c | 2 +-
23284  2 files changed, 8 insertions(+), 1 deletion(-)
23285
23286 commit adac22f290f1780f6d1424d6f93cc4453d4d489c
23287 Author: Patrick Lam <plam@MIT.EDU>
23288 Date:   Tue Nov 22 04:46:55 2005 +0000
23289
23290     Manually perform inlining & partial redundancy elimination to
23291     reduce calls
23292         to FcValueListPtrU.
23293     Only invoke strlen() when really necessary.
23294     reviewed by: plam
23295     reviewed by: plam
23296
23297  ChangeLog     | 16 ++++++++++++++++
23298  src/fcmatch.c | 17 +++++++++--------
23299  src/fcstr.c   |  8 ++------
23300  3 files changed, 27 insertions(+), 14 deletions(-)
23301
23302 commit 8c24aa6b45ce7fa0b872ca2e9c3b96e1a5b720e4
23303 Author: Patrick Lam <plam@MIT.EDU>
23304 Date:   Sat Nov 19 22:38:39 2005 +0000
23305
23306     Get rid of the use of freetype internal headers in fcfreetype.c, since
23307         those headers will go away with freetype 2.2. Replace with public
23308         domain ftglue code from pango. Note that the patch removes
23309         some extra
23310         error checking in FT_Get_BDF_Property() and comments out the
23311         skipping
23312         of empty pcf fonts.
23313     reviewed by: plam
23314
23315  ChangeLog | 2 ++
23316  1 file changed, 2 insertions(+)
23317
23318 commit 246985e40e3296a6bb427026d8274fe8409f3776
23319 Author: Patrick Lam <plam@MIT.EDU>
23320 Date:   Sat Nov 19 22:37:24 2005 +0000
23321
23322     file ftglue.c was initially added on branch fc-2_4_branch.
23323
23324 commit 824c7bf02515cde1cc562eb6a64b9857d03913fc
23325 Author: Patrick Lam <plam@MIT.EDU>
23326 Date:   Sat Nov 19 22:37:24 2005 +0000
23327
23328     Get rid of the use of freetype internal headers in fcfreetype.c, since
23329         those headers will go away with freetype 2.2. Replace with public
23330         domain ftglue code from pango. Note that the patch removes
23331         some extra
23332         error checking in FT_Get_BDF_Property() and comments out the
23333         skipping
23334         of empty pcf fonts.
23335     reviewed by: plam
23336
23337  src/ftglue.c | 349
23338  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
23339  src/ftglue.h | 159 +++++++++++++++++++++++++++
23340  2 files changed, 508 insertions(+)
23341
23342 commit 8ebf7725a8607b39ff505029b2a41369d67eb736
23343 Author: Patrick Lam <plam@MIT.EDU>
23344 Date:   Sat Nov 19 22:32:13 2005 +0000
23345
23346     Get rid of the use of freetype internal headers in fcfreetype.c, since
23347         those headers will go away with freetype 2.2. Replace with public
23348         domain ftglue code from pango. Note that the patch removes
23349         some extra
23350         error checking in FT_Get_BDF_Property() and comments out the
23351         skipping
23352         of empty pcf fonts.
23353     reviewed by: plam
23354
23355  ChangeLog        | 13 ++++++++++
23356  src/Makefile.am  |  4 ++-
23357  src/fcfreetype.c | 75
23358  ++++++++++++++++++++++++++------------------------------
23359  3 files changed, 51 insertions(+), 41 deletions(-)
23360
23361 commit a151acedc056783957f9875b1a21f13d0bb8bfe2
23362 Author: Patrick Lam <plam@MIT.EDU>
23363 Date:   Sat Nov 19 16:24:53 2005 +0000
23364
23365     Further fix of patch from 2005-11-04: miscounted numbers count
23366         (numbers_count); didn't strip duplicate numbers (langBankNumbers);
23367         and
23368         leafidx_offset and numbers_offset in fcLangCharSets are wrong.
23369     Removed leafidx_count and numbers_count since they are the same and
23370         replaced them with offset_count.
23371     reviewed by: plam
23372
23373  ChangeLog         | 12 ++++++++++++
23374  fc-lang/fc-lang.c | 21 +++++++++++++--------
23375  2 files changed, 25 insertions(+), 8 deletions(-)
23376
23377 commit 8f2a807810c006e771c0f7429ba218a1ffb1e6de
23378 Author: Patrick Lam <plam@MIT.EDU>
23379 Date:   Fri Nov 18 20:32:30 2005 +0000
23380
23381     Don't crash when fc-cat invoked with no arguments.
23382     Fix invalid read access caused by premature free and GCC4 warnings in
23383         libxml2 codepath.
23384     reviewed by: plam
23385     reviewed by: plam
23386
23387  ChangeLog       | 17 ++++++++++++++++-
23388  fc-cat/fc-cat.c |  3 +++
23389  src/fcxml.c     | 10 ++++++----
23390  3 files changed, 25 insertions(+), 5 deletions(-)
23391
23392 commit 82912b062b1bb902db54e5b79f4a2d6a33ccd8a0
23393 Author: Patrick Lam <plam@MIT.EDU>
23394 Date:   Fri Nov 18 04:21:10 2005 +0000
23395
23396     List iteration not needed in FcConfigValues, since it's building
23397     up the
23398         list itself; we can just strip FcVoid elements during
23399         construction.
23400     reviewed by: plam
23401
23402  ChangeLog   |  9 +++++++++
23403  src/fccfg.c | 17 ++++++-----------
23404  2 files changed, 15 insertions(+), 11 deletions(-)
23405
23406 commit 38b2ecad5af4f7f7a55023afafaae075ecd3c753
23407 Author: Patrick Lam <plam@MIT.EDU>
23408 Date:   Thu Nov 17 16:46:07 2005 +0000
23409
23410     Fix crash on invalid constants in config files (forgot to update
23411     a pointer
23412         upon list iteration.)
23413
23414  ChangeLog   | 6 ++++++
23415  src/fccfg.c | 1 +
23416  2 files changed, 7 insertions(+)
23417
23418 commit f28472fdb4e51a06283161f9e7a645d5354a37d2
23419 Author: Patrick Lam <plam@MIT.EDU>
23420 Date:   Thu Nov 17 16:17:05 2005 +0000
23421
23422     Complain about invalid constants in config files.
23423     reviewed by: plam
23424
23425  ChangeLog   | 7 +++++++
23426  src/fcxml.c | 4 ++++
23427  2 files changed, 11 insertions(+)
23428
23429 commit 1c5b6345b9023dee7962468fccb678b5f2e56ce3
23430 Author: Patrick Lam <plam@MIT.EDU>
23431 Date:   Thu Nov 17 15:43:39 2005 +0000
23432
23433     Don't add current_arch_start more than once.
23434     Fix ordering of ALIGN with respect to saving block_ptr; add another
23435     ALIGN
23436         to fcfs.c.
23437     reviewed by: plam
23438
23439  ChangeLog       | 16 ++++++++++++++++
23440  src/fccache.c   |  2 +-
23441  src/fccharset.c | 12 ++++++++----
23442  src/fcfs.c      | 10 +++++++++-
23443  src/fcname.c    |  6 ++++--
23444  src/fcpat.c     |  1 +
23445  6 files changed, 39 insertions(+), 8 deletions(-)
23446
23447 commit 8e351527bb87798e9b796e12a3b1ee6229536a28
23448 Author: Patrick Lam <plam@MIT.EDU>
23449 Date:   Wed Nov 16 17:49:01 2005 +0000
23450
23451     src/fccache.c (FcDirCacheProduce)
23452     Fix case where alignment bytes bumped up metadata->count causing
23453         unwarranted failures to write cache files. (Reported by Stephan
23454         Kulow).
23455
23456  ChangeLog     |  7 +++++++
23457  src/fccache.c | 15 +++++++++++----
23458  2 files changed, 18 insertions(+), 4 deletions(-)
23459
23460 commit 7fd7221e683d6c65b9199fd06d34d5215582748e
23461 Author: Patrick Lam <plam@MIT.EDU>
23462 Date:   Wed Nov 16 15:55:17 2005 +0000
23463
23464     Add *NeededBytesAlign(), which overestimates the padding which
23465     is later
23466         added by the new ALIGN macro. Fix alignment problems on ia64
23467         and s390
23468         by bumping up block_ptr appropriately. (Earlier version by Andreas
23469         Schwab).
23470     Use sysconf to determine proper PAGESIZE value; this appears to be
23471         POSIX-compliant. (reported by Andreas Schwab)
23472     reviewed by: plam
23473
23474  ChangeLog       | 23 +++++++++++++++++++++++
23475  src/fccache.c   | 21 +++++++++++++--------
23476  src/fccharset.c | 11 +++++++++++
23477  src/fcfs.c      | 10 ++++++++++
23478  src/fcint.h     | 18 ++++++++++++++++++
23479  src/fclang.c    |  8 ++++++++
23480  src/fcname.c    |  8 ++++++++
23481  src/fcpat.c     | 36 ++++++++++++++++++++++++++++++++++++
23482  8 files changed, 127 insertions(+), 8 deletions(-)
23483
23484 commit 82f35f8bb4fe58ebc839531f4a63544dc07f0f5d
23485 Author: Patrick Lam <plam@MIT.EDU>
23486 Date:   Fri Nov 4 19:31:26 2005 +0000
23487
23488     Fix bug 2878 (excessive relocations at startup for charsets,
23489     reported by
23490         Ross Burton): fc-lang/fc-lang now creates the static form of the
23491         langset, not the dynamic form, so that the charsets should now
23492         be in
23493         .rodata.
23494
23495  ChangeLog         | 11 +++++++++++
23496  fc-lang/fc-lang.c | 59
23497  ++++++++++++++++++++++++++++++++++++++++---------------
23498  src/fccharset.c   | 18 +++++++++++++++++
23499  src/fcint.h       |  5 +++++
23500  src/fclang.c      | 16 ++++++++++++++-
23501  5 files changed, 92 insertions(+), 17 deletions(-)
23502
23503 commit 50544b13c19c6a4a9fe9cf26cdd2170ddacf86d1
23504 Author: Patrick Lam <plam@MIT.EDU>
23505 Date:   Fri Nov 4 16:48:32 2005 +0000
23506
23507     Add test for validity of directory caches that somehow got lost
23508     (reported
23509         by make distcheck).
23510
23511  ChangeLog   | 6 ++++++
23512  src/fcdir.c | 2 +-
23513  2 files changed, 7 insertions(+), 1 deletion(-)
23514
23515 commit e6d3e251ee26f1267585cbbd5a95dc1f7290e225
23516 Author: Patrick Lam <plam@MIT.EDU>
23517 Date:   Fri Nov 4 06:17:00 2005 +0000
23518
23519     Bump version to 2.3.92.
23520
23521  ChangeLog               |  8 ++++++++
23522  README                  | 29 +++++++++++++++++++++++++++--
23523  configure.in            |  2 +-
23524  fontconfig/fontconfig.h |  2 +-
23525  4 files changed, 37 insertions(+), 4 deletions(-)
23526
23527 commit ea9726b620bff44d45fa25c91a8ab7d31a813577
23528 Author: Patrick Lam <plam@MIT.EDU>
23529 Date:   Thu Nov 3 04:45:57 2005 +0000
23530
23531     Fix argument ordering problem in call to FcPatternTransferFullFname.
23532
23533  ChangeLog   | 5 +++++
23534  src/fcpat.c | 2 +-
23535  2 files changed, 6 insertions(+), 1 deletion(-)
23536
23537 commit 7358dae49b328f5546d156246510601e2dd85d1c
23538 Author: Patrick Lam <plam@MIT.EDU>
23539 Date:   Thu Nov 3 04:23:22 2005 +0000
23540
23541     Fix warnings and embarrassing double-free error.
23542
23543  ChangeLog        |  7 +++++++
23544  src/fcfreetype.c |  2 +-
23545  src/fcpat.c      | 14 +++++---------
23546  3 files changed, 13 insertions(+), 10 deletions(-)
23547
23548 commit efa9f2bd077da0ccc432b80baf87c2a3e7340f6a
23549 Author: Patrick Lam <plam@MIT.EDU>
23550 Date:   Wed Nov 2 15:57:36 2005 +0000
23551
23552     Change the rule for artificial emboldening in fonts.conf.in. This
23553     enables
23554         the support for artificial emboldening included in cairo.
23555     reviewed by: plam
23556
23557  ChangeLog     |  8 ++++++++
23558  fonts.conf.in | 18 ++++++++++++++----
23559  2 files changed, 22 insertions(+), 4 deletions(-)
23560
23561 commit d7b3ac63675983c92092703c9c7da0d9e3c0b2ad
23562 Author: Patrick Lam <plam@MIT.EDU>
23563 Date:   Wed Nov 2 15:29:53 2005 +0000
23564
23565     Don't zero out full names for FC_REF_CONSTANT fonts; also, duplicate
23566     full
23567         names when transferring, and free full names when freeing the
23568         associated font. Reported by Jinghua Luo.
23569
23570  ChangeLog   |  8 ++++++++
23571  src/fcpat.c | 18 ++++++++++++++----
23572  2 files changed, 22 insertions(+), 4 deletions(-)
23573
23574 commit 303bcf9b9df00ce2906db5c9414aeec96d1a55f9
23575 Author: Patrick Lam <plam@MIT.EDU>
23576 Date:   Wed Nov 2 07:37:00 2005 +0000
23577
23578     Revert the previous patch and commit the correct patch: I forgot a
23579         canonicalization in FcValueListSerialize, so that it would
23580         choke on
23581         already-serialized input files. Duh!
23582
23583  ChangeLog           | 8 ++++++++
23584  fc-cache/fc-cache.c | 9 ---------
23585  src/fcpat.c         | 1 +
23586  3 files changed, 9 insertions(+), 9 deletions(-)
23587
23588 commit c6b75577f3bf3019399e0a439d9cccf55e53999f
23589 Author: Patrick Lam <plam@MIT.EDU>
23590 Date:   Wed Nov 2 07:01:25 2005 +0000
23591
23592     Forcibly rescan a directory before writing a fresh local cache
23593     file for
23594         that directory, fixing the losing-fonts problem reported by
23595         Mike Fabian
23596         and also apparently the font cache file corruption.
23597
23598  ChangeLog           | 8 ++++++++
23599  fc-cache/fc-cache.c | 9 +++++++++
23600  2 files changed, 17 insertions(+)
23601
23602 commit 9090cb9eceec10581c9f927b2e895189d20d1d4c
23603 Author: Patrick Lam <plam@MIT.EDU>
23604 Date:   Wed Nov 2 06:39:23 2005 +0000
23605
23606     Fix thinko: actually, the whole global cache is stale if the global
23607     cache
23608         is older than the (newest) config file.
23609
23610  ChangeLog     | 6 ++++++
23611  src/fccache.c | 6 +++---
23612  2 files changed, 9 insertions(+), 3 deletions(-)
23613
23614 commit 2b25f00c501a4baf2096a9cb68b0be961251cfda
23615 Author: Patrick Lam <plam@MIT.EDU>
23616 Date:   Wed Nov 2 06:29:14 2005 +0000
23617
23618     Declare the global cache of a directory's contents to be stale if the
23619         directory is newer than the (newest) configuration file. S:
23620         ----------------------------------------------------------------------
23621
23622  ChangeLog     |  8 ++++++++
23623  src/fccache.c | 12 +++++++++---
23624  src/fccfg.c   | 20 ++++++++++++++------
23625  src/fcint.h   | 11 ++++++++++-
23626  4 files changed, 41 insertions(+), 10 deletions(-)
23627
23628 commit 793154ed8d4b2d832f81a893273c6504bac3f0b3
23629 Author: Patrick Lam <plam@MIT.EDU>
23630 Date:   Tue Nov 1 06:57:25 2005 +0000
23631
23632     Copy the full pathname whenever duplicating an FcPattern; otherwise,
23633         applications continue breaking.
23634
23635  ChangeLog     | 10 ++++++++++
23636  src/fcint.h   |  4 ++--
23637  src/fclist.c  |  6 +-----
23638  src/fcmatch.c |  4 ++++
23639  src/fcpat.c   | 25 ++++++++++++++++++++++++-
23640  5 files changed, 41 insertions(+), 8 deletions(-)
23641
23642 commit d6946c1a11695eb55a3fe60db5480df94570b1ba
23643 Author: Patrick Lam <plam@MIT.EDU>
23644 Date:   Tue Nov 1 05:52:28 2005 +0000
23645
23646     Fix small memory error (tried to free argv); use basename and dirname
23647         correctly (they can modify their arguments).
23648
23649  ChangeLog        | 7 +++++++
23650  fc-cat/fc-cat.c  | 4 +---
23651  src/fcfreetype.c | 2 +-
23652  3 files changed, 9 insertions(+), 4 deletions(-)
23653
23654 commit e77c17184a6172d6368dd3193c791c4027065bbd
23655 Author: Patrick Lam <plam@MIT.EDU>
23656 Date:   Tue Nov 1 05:26:27 2005 +0000
23657
23658     Reinstate basename patch, but keep a hash table linking FcPatterns
23659     to their
23660         fully-qualified font names for clients' benefit. Clients only
23661         pay for
23662         the font names once they request the FC_FILE property from an
23663         FcPattern, but the font name is malloc'd at that point (i.e. not
23664         mmapped: that's impossible, since it may vary between machines.)
23665         Clients do have to pay for a copy of the path name per cache file.
23666     Note that FcPatternGetString now does some rewriting if you ask for an
23667         FC_FILE, appending the pathname as appropriate.
23668
23669  ChangeLog        | 23 ++++++++++++++
23670  fc-cat/fc-cat.c  |  7 ++--
23671  src/fccache.c    | 40 ++++++++++++++++++++---
23672  src/fcfreetype.c |  5 ++-
23673  src/fcint.h      |  9 ++++++
23674  src/fclist.c     |  8 +++++
23675  src/fcpat.c      | 97
23676  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
23677  7 files changed, 181 insertions(+), 8 deletions(-)
23678
23679 commit be99726f672cef086b4256ad34163f6f9ed9d4a5
23680 Author: Patrick Lam <plam@MIT.EDU>
23681 Date:   Mon Oct 31 06:02:00 2005 +0000
23682
23683     Revert basename patch, which breaks fontconfig clients on my system.
23684
23685  src/fcfreetype.c | 3 +--
23686  1 file changed, 1 insertion(+), 2 deletions(-)
23687
23688 commit 720298e773876037dd9af384a9cc16956600b5e7
23689 Author: Patrick Lam <plam@MIT.EDU>
23690 Date:   Wed Oct 26 06:34:29 2005 +0000
23691
23692     Add FC_EMBEDDED_BITMAP object type to tell Xft/Cairo whether to load
23693         embedded bitmaps or not.
23694     reviewed by: plam
23695
23696  ChangeLog               | 11 +++++++++++
23697  fontconfig/fontconfig.h |  1 +
23698  fonts.conf.in           |  4 ++++
23699  src/fcdefault.c         |  1 +
23700  src/fcname.c            |  1 +
23701  5 files changed, 18 insertions(+)
23702
23703 commit 961d9b9993ae815d6ba723829724bf0685809091
23704 Author: Patrick Lam <plam@MIT.EDU>
23705 Date:   Tue Oct 25 22:29:13 2005 +0000
23706
23707     Only add basename to patterns' FC_FILE element, not any part of the
23708         dirname.
23709
23710  ChangeLog        | 6 ++++++
23711  src/fcfreetype.c | 3 ++-
23712  2 files changed, 8 insertions(+), 1 deletion(-)
23713
23714 commit 573da729101bfb81d2cafb7e442bbf5395ae9eef
23715 Author: Patrick Lam <plam@MIT.EDU>
23716 Date:   Sat Oct 22 15:12:05 2005 +0000
23717
23718     Add some more consts, fixing more GCC4 warnings.
23719
23720  ChangeLog        |  5 +++++
23721  src/fcfreetype.c | 22 +++++++++++-----------
23722  2 files changed, 16 insertions(+), 11 deletions(-)
23723
23724 commit 904426816df300fad816238f0f27ef595a6a539b
23725 Author: Patrick Lam <plam@MIT.EDU>
23726 Date:   Sat Oct 22 14:21:14 2005 +0000
23727
23728     Support localized font family and style names. This has been
23729     reported to
23730         break old apps like xfd, but modern (gtk+/qt/mozilla) apps
23731         work fine.
23732     reviewed by: plam
23733
23734  ChangeLog       |   7 ++++
23735  src/fcdefault.c | 110
23736  +++++++++++++++++++++++++++++++-------------------------
23737  src/fcint.h     |   4 +++
23738  src/fclist.c    |  60 +++++++++++++++++++++++++++++--
23739  4 files changed, 130 insertions(+), 51 deletions(-)
23740
23741 commit e58b50e88cbe3b55695101a0988306ea4646bbe4
23742 Author: Patrick Lam <plam@MIT.EDU>
23743 Date:   Fri Oct 21 20:24:30 2005 +0000
23744
23745     Destroy the global cache file if it's terminally broken. (reported
23746     by Mike
23747         Fabian)
23748
23749  ChangeLog     |  9 ++++++++-
23750  src/fccache.c | 16 +++++++++++++---
23751  2 files changed, 21 insertions(+), 4 deletions(-)
23752
23753 commit 2fa3f27e68834d55f0f451514a0658b247fddb0d
23754 Author: Patrick Lam <plam@MIT.EDU>
23755 Date:   Fri Oct 21 19:47:43 2005 +0000
23756
23757     Prevent fc-list from escaping strings when printing them.
23758
23759  ChangeLog               |  7 +++++++
23760  fc-list/fc-list.c       |  2 +-
23761  fontconfig/fontconfig.h |  3 +++
23762  src/fcname.c            | 16 +++++++++++-----
23763  4 files changed, 22 insertions(+), 6 deletions(-)
23764
23765 commit 250c1cd422ce6260ff58f2699043556d93729ef7
23766 Author: Patrick Lam <plam@MIT.EDU>
23767 Date:   Thu Oct 20 20:50:21 2005 +0000
23768
23769     Add valist sentinel markup for FcObjectSetBuild and FcPatternBuild.
23770     reviewed by: plam
23771
23772  ChangeLog               |  9 ++++++++-
23773  fontconfig/fontconfig.h | 12 ++++++++++--
23774  2 files changed, 18 insertions(+), 3 deletions(-)
23775
23776 commit 21696e5bf08b67b57155e5b12e054456fd2b03e2
23777 Author: Patrick Lam <plam@MIT.EDU>
23778 Date:   Fri Oct 14 21:02:31 2005 +0000
23779
23780     Add consts to variables so as to move arrays into .rodata.
23781     reviewed by: plam
23782
23783  ChangeLog                   | 8 ++++++++
23784  fc-glyphname/fc-glyphname.c | 4 ++--
23785  src/fclang.c                | 4 ++--
23786  3 files changed, 12 insertions(+), 4 deletions(-)
23787
23788 commit 15d7bd0a16af189194b665e789331a8f8c86f20d
23789 Author: Patrick Lam <plam@MIT.EDU>
23790 Date:   Fri Oct 14 20:56:27 2005 +0000
23791
23792     Check existence of directory cache file before attempting to unlink.
23793     reviewed by: plam
23794
23795  ChangeLog     | 7 +++++++
23796  src/fccache.c | 4 +++-
23797  2 files changed, 10 insertions(+), 1 deletion(-)
23798
23799 commit 1178b569764caaf51d2dc55f1c2cf969a98cf61e
23800 Author: Patrick Lam <plam@MIT.EDU>
23801 Date:   Thu Oct 13 12:32:14 2005 +0000
23802
23803     Fix flipped return value on unlink. (Reported by Mike Fabian)
23804
23805  ChangeLog     | 14 ++++++++++++++
23806  src/fccache.c |  6 ++++--
23807  2 files changed, 18 insertions(+), 2 deletions(-)
23808
23809 commit 2eb843740672da9319c190c48aea2cd98dc92725
23810 Author: Patrick Lam <plam@MIT.EDU>
23811 Date:   Wed Oct 12 07:55:42 2005 +0000
23812
23813     When fc-cache is run without --force, use directory cache files to
23814     speed up
23815         fc-cache run time.
23816
23817  src/fccache.c | 4 ++--
23818  src/fcdir.c   | 3 +++
23819  src/fcint.h   | 3 +++
23820  3 files changed, 8 insertions(+), 2 deletions(-)
23821
23822 commit 23787a8f1b7a23c82f479b0e6906928b9920b9cc
23823 Author: Patrick Lam <plam@MIT.EDU>
23824 Date:   Thu Oct 6 20:45:25 2005 +0000
23825
23826     Add padding to make valgrind and glibc not hate each other when
23827     calling
23828         strlen().
23829
23830  ChangeLog    | 8 ++++++++
23831  src/fcname.c | 5 +++--
23832  src/fcpat.c  | 5 +++--
23833  3 files changed, 14 insertions(+), 4 deletions(-)
23834
23835 commit 008385c5fb957c1547fa1a29537d0c9fb8e3b38a
23836 Author: Patrick Lam <plam@MIT.EDU>
23837 Date:   Wed Oct 5 21:12:57 2005 +0000
23838
23839     Use libtool -no-undefined flag on all platforms.
23840     reviewed by: plam & keithp
23841
23842  ChangeLog       | 7 +++++++
23843  src/Makefile.am | 3 +--
23844  2 files changed, 8 insertions(+), 2 deletions(-)
23845
23846 commit edffd3b964cde0f2cde86cc5c0cef180843c44e5
23847 Author: Patrick Lam <plam@MIT.EDU>
23848 Date:   Wed Oct 5 21:12:25 2005 +0000
23849
23850     Fix typo in manually applying patch.
23851
23852  src/Makefile.am | 2 +-
23853  1 file changed, 1 insertion(+), 1 deletion(-)
23854
23855 commit affc7d1849c26db10b344cfbe834d0bba764f419
23856 Author: Patrick Lam <plam@MIT.EDU>
23857 Date:   Wed Oct 5 19:40:35 2005 +0000
23858
23859     Modify config file to use Greek fonts before Asian fonts with
23860     Greek glyphs.
23861     reviewed by: plam & keithp
23862
23863  ChangeLog     |  8 ++++++++
23864  fonts.conf.in | 10 +++++++---
23865  2 files changed, 15 insertions(+), 3 deletions(-)
23866
23867 commit 328929f5ea3f507426b0c021c11fef62794066df
23868 Author: Patrick Lam <plam@MIT.EDU>
23869 Date:   Wed Oct 5 19:38:40 2005 +0000
23870
23871     Modify config file to use Greek fonts before Asian fonts with
23872     Greek glyphs.
23873     reviewed by: plam & keithp
23874
23875  ChangeLog     |  8 ++++++++
23876  fonts.conf.in | 10 +++++++---
23877  2 files changed, 15 insertions(+), 3 deletions(-)
23878
23879 commit 1ed67f658c910ece44ab73bb5a1d08ea1c0246d3
23880 Author: Patrick Lam <plam@MIT.EDU>
23881 Date:   Wed Oct 5 19:32:41 2005 +0000
23882
23883     Use libtool -no-undefined flag on all platforms.
23884     reviewed by: plam & keithp
23885
23886  ChangeLog       | 7 +++++++
23887  src/Makefile.am | 3 +--
23888  2 files changed, 8 insertions(+), 2 deletions(-)
23889
23890 commit 751932ddb10d5ce798c56d82bc1f40a443237ac1
23891 Author: Patrick Lam <plam@MIT.EDU>
23892 Date:   Wed Oct 5 18:41:55 2005 +0000
23893
23894     Implement move-to-front array for banks (perf regression reported
23895     by Ronny
23896         V. Vindenes).
23897
23898  ChangeLog     |  6 ++++++
23899  src/fccache.c | 29 +++++++++++++++++++----------
23900  2 files changed, 25 insertions(+), 10 deletions(-)
23901
23902 commit 55c8fa4f08b86f4e9af97920a61943f5facd7822
23903 Author: Patrick Lam <plam@MIT.EDU>
23904 Date:   Wed Oct 5 00:34:52 2005 +0000
23905
23906     Add new API which unlinks directory caches and checks dir caches for
23907         existence of appropriate sections. Fix fc-cache to unlink
23908         stale cache
23909         files and save directory caches that lack relevant sections.
23910
23911  ChangeLog               | 11 +++++++++++
23912  fc-cache/fc-cache.c     |  6 +++++-
23913  fontconfig/fontconfig.h |  6 ++++++
23914  src/fccache.c           | 44 ++++++++++++++++++++++++++++++++++----------
23915  4 files changed, 56 insertions(+), 11 deletions(-)
23916
23917 commit 6bf2380478f825a6135527133a03869e0ae18742
23918 Author: Patrick Lam <plam@MIT.EDU>
23919 Date:   Mon Oct 3 19:51:11 2005 +0000
23920
23921     Ensure that a directory cache has the appropriate section before
23922     reporting
23923         that it is valid (reported by Matthias Clasen).
23924
23925  ChangeLog     |  6 ++++++
23926  src/fccache.c | 15 +++++++++++++++
23927  2 files changed, 21 insertions(+)
23928
23929 commit bc5784ff00230bf70e9cbe5c97e62e4f251e7000
23930 Author: Patrick Lam <plam@MIT.EDU>
23931 Date:   Sat Oct 1 19:18:51 2005 +0000
23932
23933     Bump version number to 2.3.91.
23934
23935  README                  | 15 ++++++++++++++-
23936  configure.in            |  2 +-
23937  fontconfig/fontconfig.h |  2 +-
23938  3 files changed, 16 insertions(+), 3 deletions(-)
23939
23940 commit e99f0f0a45b29ad195c96833c95771ccf7771fef
23941 Author: Patrick Lam <plam@MIT.EDU>
23942 Date:   Thu Sep 29 20:53:30 2005 +0000
23943
23944     Use libxml2 if requested (with --enable-libxml2) or if expat is not
23945         available.
23946     reviewed by: plam
23947
23948  ChangeLog       |  11 ++++
23949  configure.in    | 162
23950  +++++++++++++++++++++++++++++++-------------------------
23951  src/Makefile.am |   3 +-
23952  src/fcxml.c     |  71 ++++++++++++++++++++++++-
23953  4 files changed, 174 insertions(+), 73 deletions(-)
23954
23955 commit 649cc3616d11add9d5c39563f9f343614c2bb2eb
23956 Author: Patrick Lam <plam@MIT.EDU>
23957 Date:   Thu Sep 29 05:14:04 2005 +0000
23958
23959     Fix multi-arch cache files: compute the position for the block to
23960     be added
23961         using info from OrigFile, not NewFile.
23962
23963  ChangeLog     | 6 ++++++
23964  src/fccache.c | 4 ++--
23965  2 files changed, 8 insertions(+), 2 deletions(-)
23966
23967 commit cd3109114ca6ee9ce2b454180dadea5aa04ce55d
23968 Author: Patrick Lam <plam@MIT.EDU>
23969 Date:   Wed Sep 28 16:21:14 2005 +0000
23970
23971     Cast results of sizeof() to unsigned int to get rid of warnings
23972     on x86_64
23973         (thanks Matthias Clasen).
23974
23975  ChangeLog     |  8 +++++++-
23976  src/fccache.c | 38 +++++++++++++++++++-------------------
23977  2 files changed, 26 insertions(+), 20 deletions(-)
23978
23979 commit 9ecb9a9a063e4f94deb6da8fd15656c9a7e480e7
23980 Author: Patrick Lam <plam@MIT.EDU>
23981 Date:   Wed Sep 28 00:23:39 2005 +0000
23982
23983     Update ChangeLog.
23984
23985  ChangeLog | 34 ++++++++++++++++++++++++++++++++++
23986  1 file changed, 34 insertions(+)
23987
23988 commit 1d879de2d968ef2bd6317ba3c7be0e62b263a708
23989 Author: Patrick Lam <plam@MIT.EDU>
23990 Date:   Wed Sep 28 00:23:15 2005 +0000
23991
23992     Use FcAtomic to rewrite cache files.
23993
23994  src/fccache.c | 132
23995  +++++++++++++++++++++++++++++++++++++++++++---------------
23996  1 file changed, 98 insertions(+), 34 deletions(-)
23997
23998 commit 099f9a86834060741dcbdf8b70e32f3a7338925f
23999 Author: Patrick Lam <plam@MIT.EDU>
24000 Date:   Tue Sep 27 15:52:58 2005 +0000
24001
24002     Don't unlink the fonts.cache-2 file even if there's no data to
24003     write; just
24004         write an empty cache file. (thanks Lubos Lunak)
24005
24006  src/fccache.c | 7 -------
24007  1 file changed, 7 deletions(-)
24008
24009 commit 6aee8c6faa2906334b9d9f933440184a256d0b53
24010 Author: Patrick Lam <plam@MIT.EDU>
24011 Date:   Tue Sep 27 05:43:08 2005 +0000
24012
24013     Allocate room for the subdirectory names in each directory
24014     cache. Thanks to
24015         James Cloos for finding and diagnosing this bug!
24016
24017  src/fccache.c | 10 ++++++++--
24018  1 file changed, 8 insertions(+), 2 deletions(-)
24019
24020 commit 2633bc38431468ce528407ee576cb29b0d1212c8
24021 Author: Patrick Lam <plam@MIT.EDU>
24022 Date:   Tue Sep 27 05:26:59 2005 +0000
24023
24024     Fix .cvsignore file after copying across directories.
24025
24026  fc-cat/.cvsignore | 4 ++--
24027  1 file changed, 2 insertions(+), 2 deletions(-)
24028
24029 commit d75bef7bc8b2bb4ed7750ce5083b1e65a709d75a
24030 Author: Patrick Lam <plam@MIT.EDU>
24031 Date:   Fri Sep 23 21:42:32 2005 +0000
24032
24033     Add comment about needing docbook-utils to run make distcheck;
24034     hope it'll
24035         save pain to others later.
24036
24037  INSTALL | 2 +-
24038  1 file changed, 1 insertion(+), 1 deletion(-)
24039
24040 commit 35c2c7f1e979449e67551588f3440ff15e5c806c
24041 Author: Patrick Lam <plam@MIT.EDU>
24042 Date:   Fri Sep 23 14:41:40 2005 +0000
24043
24044     Update ChangeLog for 2.3.90.
24045
24046  ChangeLog | 33 +++++++++++++++++++++++++++++++++
24047  1 file changed, 33 insertions(+)
24048
24049 commit d8c22de1f1c809ac6b0e1b3caa2cd9ad8046311a
24050 Author: Patrick Lam <plam@MIT.EDU>
24051 Date:   Fri Sep 23 05:59:19 2005 +0000
24052
24053     file Makefile.am was initially added on branch fc-2_4_branch.
24054
24055 commit f28f090d2537fc7dcc4fe71a84020a53d14027b4
24056 Author: Patrick Lam <plam@MIT.EDU>
24057 Date:   Fri Sep 23 05:59:19 2005 +0000
24058
24059     Add new command-line utility, fc-cat, to convert fonts.cache-2
24060     files into
24061         fonts.cache-1 files (e.g. for grepping and validation of the mmap
24062         codepath), as per James Cloos' request.
24063     Remove done 'TODO' comment.
24064     Updates for development release 2.3.90.
24065
24066  Makefile.am             |   2 +-
24067  README                  |   7 +-
24068  configure.in            |   3 +-
24069  fc-cache/fc-cache.c     |   1 -
24070  fc-cache/fc-cache.sgml  |   4 +-
24071  fc-cat/.cvsignore       |   6 +
24072  fc-cat/Makefile.am      |  55 ++++++++
24073  fc-cat/fc-cat.c         | 336
24074  ++++++++++++++++++++++++++++++++++++++++++++++++
24075  fc-cat/fc-cat.sgml      | 139 ++++++++++++++++++++
24076  fontconfig/fontconfig.h |   2 +-
24077  10 files changed, 548 insertions(+), 7 deletions(-)
24078
24079 commit a9698bed6553c12d397593292ee9e81054244e85
24080 Author: Patrick Lam <plam@MIT.EDU>
24081 Date:   Fri Sep 23 04:09:37 2005 +0000
24082
24083     Update documentation -- fc-cache's man page now says that you need
24084     to run
24085         fc-cache once per cached architecture; add some documentation
24086         to the
24087         FcCache structure.
24088     Make fc-cache write out fonts.cache-2 files for directories with
24089     no fonts
24090         (i.e. only subdirectories).
24091
24092  fc-cache/fc-cache.sgml |  7 +++++++
24093  src/fccache.c          | 13 ++++++++-----
24094  src/fcint.h            |  8 ++++----
24095  3 files changed, 19 insertions(+), 9 deletions(-)
24096
24097 commit e3ff8a4ea66b3738a72558520f33eb5b8d44442e
24098 Author: Patrick Lam <plam@MIT.EDU>
24099 Date:   Fri Sep 23 02:33:55 2005 +0000
24100
24101     Remove debugging printf (oops).
24102
24103  src/fcpat.c | 1 -
24104  1 file changed, 1 deletion(-)
24105
24106 commit bef069e19e72af1f7983e40a7ca5045f7d006bdd
24107 Author: Patrick Lam <plam@MIT.EDU>
24108 Date:   Fri Sep 23 02:08:40 2005 +0000
24109
24110     Convert fromcode to char[12] from char *.
24111
24112  src/fcfreetype.c | 10 +++++-----
24113  1 file changed, 5 insertions(+), 5 deletions(-)
24114
24115 commit c7beacf91698e8b0dcba2e813052538ec56dd268
24116 Author: Patrick Lam <plam@MIT.EDU>
24117 Date:   Fri Sep 23 01:48:33 2005 +0000
24118
24119     Small patch for output in case where lineno not defined.
24120
24121  fc-lang/fc-lang.c |  2 +-
24122  src/fcint.h       | 14 +++++++-------
24123  2 files changed, 8 insertions(+), 8 deletions(-)
24124
24125 commit 67accef4d3e245c1dea341e633d82b14aa03432a
24126 Author: Patrick Lam <plam@MIT.EDU>
24127 Date:   Thu Sep 22 23:45:53 2005 +0000
24128
24129     Fix more gcc4 warnings:
24130     - Cast sizeof to int, to shut up signedness warnings in comparison.
24131     - Add consts where appropriate.
24132     reviewed by: Patrick Lam <plam@mit.edu>
24133
24134  doc/edit-sgml.c             |   4 +-
24135  fc-case/fc-case.c           |   8 +--
24136  fc-glyphname/fc-glyphname.c |  21 ++++---
24137  fc-lang/fc-lang.c           |  20 ++++---
24138  src/fccharset.c             |   3 +-
24139  src/fcdefault.c             |   6 +-
24140  src/fcfreetype.c            |  43 ++++++++------
24141  src/fcinit.c                |   2 +-
24142  src/fcmatch.c               |  18 +++---
24143  src/fcpat.c                 |   3 +-
24144  src/fcxml.c                 | 138
24145  ++++++++++++++++++++++----------------------
24146  11 files changed, 142 insertions(+), 124 deletions(-)
24147
24148 commit 141432505aecb158285ccc84ec5d7099e3c2efa7
24149 Author: Patrick Lam <plam@MIT.EDU>
24150 Date:   Thu Sep 22 20:49:24 2005 +0000
24151
24152     Fix bug when clients use FcNameRegisterObjectTypes; fontconfig was
24153         returning bogus (i.e. duplicate) FcObjectPtr values. Now use
24154         negative
24155         values for dynamic object strings and positive values for
24156         built-in and
24157         FcNameRegisterObjectType strings. Thanks to Matthias Clasen for
24158         pinpointing this bus!
24159
24160  src/fcname.c | 37 ++++++++++++++++++++++++++++---------
24161  1 file changed, 28 insertions(+), 9 deletions(-)
24162
24163 commit 9fe2bd7ab07611559363d80efdf8d3efb4ea737e
24164 Author: Patrick Lam <plam@MIT.EDU>
24165 Date:   Fri Sep 16 04:57:18 2005 +0000
24166
24167     Add missing FcValueCanonicalize on call to FcPatternAdd.
24168
24169  src/fcpat.c | 3 ++-
24170  1 file changed, 2 insertions(+), 1 deletion(-)
24171
24172 commit 13cdf607533ad592b896b738c5642f3685fd8053
24173 Author: Patrick Lam <plam@MIT.EDU>
24174 Date:   Thu Sep 15 20:36:44 2005 +0000
24175
24176     Revert ill-advised addition of FC_RENDER. Add strategy for handling
24177     objects
24178         that aren't hardcoded into fontconfig, but generated by fontconfig
24179         clients: keep another array of user-defined objects (indexed
24180         after the
24181         built-in objects).
24182     Fix compilation warning (uninitialized variable).
24183     Add comment.
24184
24185  fontconfig/fontconfig.h |  1 -
24186  src/fccache.c           |  1 +
24187  src/fccfg.c             |  2 +-
24188  src/fcname.c            | 98
24189  +++++++++++++++++++++++++++++++++++++++----------
24190  4 files changed, 80 insertions(+), 22 deletions(-)
24191
24192 commit 0fa237d1e010a1ab9b8fb09079fbb364958d8cc7
24193 Author: Patrick Lam <plam@MIT.EDU>
24194 Date:   Sun Sep 11 05:17:28 2005 +0000
24195
24196     Add a global binding for the 'render' pattern element used by Xft;
24197     the lack
24198         of said binding prevented programs from using FcPatterns
24199         through Xft.
24200
24201  fontconfig/fontconfig.h | 1 +
24202  src/fcname.c            | 2 +-
24203  2 files changed, 2 insertions(+), 1 deletion(-)
24204
24205 commit 8245771d5a42dac36024411a0da047b9a7dc42c6
24206 Author: Patrick Lam <plam@MIT.EDU>
24207 Date:   Sun Sep 11 02:16:09 2005 +0000
24208
24209     Merge with HEAD and finish the GCC 4 cleanups (no more warnings!)
24210
24211  ChangeLog                   |  19 +++++
24212  doc/fontconfig-user.sgml    |   4 +-
24213  fc-glyphname/fc-glyphname.c |   4 +-
24214  fc-lang/fc-lang.c           |   2 +-
24215  fc-match/fc-match.c         |   8 +-
24216  fontconfig/fcprivate.h      |   2 +-
24217  src/fccache.c               |  35 ++++----
24218  src/fccfg.c                 |   2 +-
24219  src/fcdir.c                 |   4 +-
24220  src/fcfreetype.c            | 191
24221  ++++++++++++++++++++++++--------------------
24222  src/fcint.h                 |  10 +--
24223  src/fclist.c                |   2 +-
24224  src/fcpat.c                 |  80 +++++++++----------
24225  src/fcstr.c                 |   2 +-
24226  src/fcxml.c                 |  11 ++-
24227  15 files changed, 209 insertions(+), 167 deletions(-)
24228
24229 commit 8cb4c56d9925bba17bce32c12f7e09d8f36b2e53
24230 Author: Patrick Lam <plam@MIT.EDU>
24231 Date:   Wed Sep 7 15:38:46 2005 +0000
24232
24233     Robustness fixes: check return values from read and lseek; fix
24234         uninitialized variables; ensure progress on FcCacheSkipToArch.
24235
24236  src/fccache.c | 34 +++++++++++++++++++++++-----------
24237  1 file changed, 23 insertions(+), 11 deletions(-)
24238
24239 commit 03a212e525a34e2ceeac369bac669871d8cc681a
24240 Author: Patrick Lam <plam@MIT.EDU>
24241 Date:   Sat Sep 3 04:56:56 2005 +0000
24242
24243     Really fix the global cache: make sure we're reading and writing
24244     the same
24245         data format. Also match subdirectories when consuming cache
24246         information. Also check dates for global cache: a dir is out of
24247         date if
24248         it is newer than the global cache; scan it manually if that's
24249         the case.
24250
24251  src/fccache.c | 55
24252  ++++++++++++++++++++++++++++++++++++++-----------------
24253  src/fccfg.c   | 23 ++++++++++++++++++++---
24254  src/fcint.h   |  1 +
24255  3 files changed, 59 insertions(+), 20 deletions(-)
24256
24257 commit f6ee3db5f02eb8f41e3941e892964175cad0a898
24258 Author: Patrick Lam <plam@MIT.EDU>
24259 Date:   Fri Sep 2 06:16:49 2005 +0000
24260
24261     Fix addressing in the global cache file, preventing infinite
24262     loops. Get rid
24263         of unused variables.
24264
24265  src/fccache.c | 6 ++----
24266  1 file changed, 2 insertions(+), 4 deletions(-)
24267
24268 commit 07b3e5766332ad1b2ec0ae613476a123ec9c5453
24269 Author: Patrick Lam <plam@MIT.EDU>
24270 Date:   Thu Sep 1 18:29:28 2005 +0000
24271
24272     Apply Matthias Clasen's patch to fix obvious bogosity (i.e. missing
24273         FcObjectPtrU).
24274
24275  src/fcpat.c | 2 +-
24276  1 file changed, 1 insertion(+), 1 deletion(-)
24277
24278 commit 0230c9f88706ee4629bca625f1acd133a4cb1d9f
24279 Author: Patrick Lam <plam@MIT.EDU>
24280 Date:   Thu Sep 1 06:59:44 2005 +0000
24281
24282     Fix embarassing attempt to free a static buffer.
24283
24284  src/fccache.c | 9 +++------
24285  1 file changed, 3 insertions(+), 6 deletions(-)
24286
24287 commit 2304e38f9bc070ccd54f80187c208d93b6eeb373
24288 Author: Patrick Lam <plam@MIT.EDU>
24289 Date:   Thu Sep 1 06:14:46 2005 +0000
24290
24291     :
24292     Save subdirectory names in cache files to save time. This completely
24293         restores the original fontconfig API, BTW. Note that directories
24294         without fonts don't get a cache file; but then how many files
24295         would it
24296         have in that directory...
24297
24298  fc-cache/fc-cache.c     |  2 +-
24299  fontconfig/fontconfig.h |  2 +-
24300  src/fccache.c           | 40 ++++++++++++++++------------------------
24301  src/fcdir.c             |  4 ++--
24302  src/fcint.h             |  2 +-
24303  5 files changed, 21 insertions(+), 29 deletions(-)
24304
24305 commit 5e678e9459f71878d72f72d3765f7dc7e8f3f643
24306 Author: Patrick Lam <plam@MIT.EDU>
24307 Date:   Wed Aug 31 15:12:41 2005 +0000
24308
24309     Only load requested fonts for fc-cache, and cleanup memory handling:
24310         *Serialize no longer mutates original FcPatterns, it creates a
24311         new copy
24312         in the supplied buffer. Fix thinkos in global cache freeing and in
24313         FcCacheSkipToArch.
24314
24315  fc-cache/fc-cache.c |  3 +--
24316  src/fccache.c       | 36 ++++++++++++++++--------------------
24317  src/fcfs.c          |  3 ---
24318  3 files changed, 17 insertions(+), 25 deletions(-)
24319
24320 commit fd77c154afb039b6b19f8e29c28dce652b2d060e
24321 Author: Patrick Lam <plam@MIT.EDU>
24322 Date:   Tue Aug 30 23:03:42 2005 +0000
24323
24324     Fix compilation error exposed with gcc 2.95.
24325
24326  src/fccache.c | 5 ++++-
24327  1 file changed, 4 insertions(+), 1 deletion(-)
24328
24329 commit eb0cf67144258acbee0a5bf369b6dfb950fcebb9
24330 Author: Patrick Lam <plam@MIT.EDU>
24331 Date:   Tue Aug 30 05:55:13 2005 +0000
24332
24333     src/fcint.c
24334     The global cache now uses the same mmap-based cache infrastructure
24335     as the
24336         per-directory caches. Furthermore, the global cache is
24337         automatically
24338         updated (if possible) whenever fontconfig is used. Rip out
24339         remnants of
24340         the old cache infrastructure.
24341
24342  fc-cache/fc-cache.c |    3 -
24343  src/fccache.c       | 1156
24344  ++++++++++++---------------------------------------
24345  src/fcdir.c         |  144 ++-----
24346  src/fcint.h         |   97 +----
24347  4 files changed, 307 insertions(+), 1093 deletions(-)
24348
24349 commit 2dbe759762c3b7b779dbe52ef0d6ca50e51d4bf1
24350 Author: Patrick Lam <plam@MIT.EDU>
24351 Date:   Sun Aug 28 05:20:23 2005 +0000
24352
24353     Emit and verify machine signature (sizeof (stuff) + endianness)
24354     in cache
24355         files. Fix bugs in FcCacheBankToIndex.
24356
24357  src/fccache.c | 152
24358  ++++++++++++++++++++++++++++++++--------------------------
24359  src/fcint.h   |   2 +-
24360  2 files changed, 85 insertions(+), 69 deletions(-)
24361
24362 commit 7f37423d8c1acc8ece0555e66ae7f857c22a77a7
24363 Author: Patrick Lam <plam@MIT.EDU>
24364 Date:   Sat Aug 27 02:34:24 2005 +0000
24365
24366     Replace FcObjectStaticName by FcStrStaticName. Implement serialization
24367     of
24368         'object' table (strings pointed to by FcPatternElt->object and
24369         used as
24370         keys) and loading of object table from cache file if more
24371         strings are
24372         present in cache file than in current version of fontconfig. Hash
24373         the
24374         object table in memory.
24375
24376  src/fccfg.c  |   4 +-
24377  src/fcfs.c   |  11 ++--
24378  src/fcint.h  |  31 +++++-----
24379  src/fclist.c |   2 +-
24380  src/fcname.c | 181
24381  +++++++++++++++++++++++++++++++++++++++++++++++++----------
24382  src/fcpat.c  |  19 +++----
24383  6 files changed, 186 insertions(+), 62 deletions(-)
24384
24385 commit 1b7be377906048e4a3a8d6ab46ebaab8847a0573
24386 Author: Patrick Lam <plam@MIT.EDU>
24387 Date:   Thu Aug 25 07:38:02 2005 +0000
24388
24389     Reinstate the old global cache code. For the forseeable future, it's
24390         probably all right to use the global cache as it was previously
24391         and
24392         just store filenames and font info, as long as no mmap cache
24393         exists in
24394         the directory. Of course, if an mmap cache exists, use that
24395         instead.
24396     If a directory cache does not exist or is invalid, load the fonts
24397     for just
24398         that directory using the old codepath.
24399     Fix premature free of the FcPatterns belonging to the FcFontSet
24400     which we
24401         create from the mmapped files.
24402
24403  src/fccache.c | 710
24404  +++++++++++++++++++++++++++++++++++++++++++++++++++++++---
24405  src/fccfg.c   |  21 +-
24406  src/fcint.h   |  53 ++++-
24407  3 files changed, 741 insertions(+), 43 deletions(-)
24408
24409 commit 4262e0b3853bc2153270eb33d09a063f852f3f90
24410 Author: Patrick Lam <plam@MIT.EDU>
24411 Date:   Wed Aug 24 06:21:30 2005 +0000
24412
24413     Overhaul the serialization system to create one mmapable file per
24414     directory
24415         and distribute bytes for each directory from a single malloc
24416         for that
24417         directory. Store pointers as differences between the data
24418         pointed to
24419         and the pointer's address (s_off = s - v). Don't serialize data
24420         structures that never actually get serialized. Separate strings
24421         used
24422         for keys from strings used for values (in FcPatternElt and
24423         FcValue,
24424         respectively). Bump FC_CACHE_VERSION to 2.
24425
24426  fc-cache/fc-cache.c     |   12 +-
24427  fc-lang/fc-lang.c       |    4 +-
24428  fontconfig/fcprivate.h  |    8 +-
24429  fontconfig/fontconfig.h |   51 +-
24430  src/fccache.c           |  415 ++++++++++------
24431  src/fccfg.c             |  109 +++--
24432  src/fccharset.c         |  333 +++++--------
24433  src/fcdbg.c             |   12 +-
24434  src/fcdir.c             |   17 +-
24435  src/fcfs.c              |  154 +++---
24436  src/fcinit.c            |    3 -
24437  src/fcint.h             |  276 ++++-------
24438  src/fclang.c            |  213 ++++-----
24439  src/fclist.c            |   57 ++-
24440  src/fcmatch.c           |   88 ++--
24441  src/fcmatrix.c          |  100 +---
24442  src/fcname.c            |  101 +++-
24443  src/fcpat.c             | 1218
24444  ++++++++++++++++++-----------------------------
24445  src/fcstr.c             |  291 +----------
24446  src/fcxml.c             |   13 +-
24447  20 files changed, 1402 insertions(+), 2073 deletions(-)
24448
24449 commit 71f94d0768725eb171e04748d9f561f58b258ae7
24450 Author: Keith Packard <keithp@keithp.com>
24451 Date:   Mon Jul 25 20:39:19 2005 +0000
24452
24453     Various GCC 4 cleanups for signed vs unsigned char
24454     Match only [0-9]*.conf files in <include>{directory}</include>
24455     elements to
24456         avoid loading *.rpmsave or .dpkg-old files. (otaylor)
24457
24458  ChangeLog                   |  19 +++++
24459  doc/fontconfig-user.sgml    |   4 +-
24460  fc-glyphname/fc-glyphname.c |   4 +-
24461  fc-lang/fc-lang.c           |   2 +-
24462  fc-match/fc-match.c         |   8 +-
24463  src/fccfg.c                 |   2 +-
24464  src/fcfreetype.c            | 191
24465  ++++++++++++++++++++++++--------------------
24466  src/fcpat.c                 |   2 +-
24467  src/fcstr.c                 |   2 +-
24468  src/fcxml.c                 |  11 ++-
24469  10 files changed, 144 insertions(+), 101 deletions(-)
24470
24471 commit 212c9f437e959fbdc5fe344c67b8c1cf8ca63edb
24472 Author: Patrick Lam <plam@MIT.EDU>
24473 Date:   Mon Jul 25 04:10:09 2005 +0000
24474
24475     #ifdef out old cache stuff, replace with first version of new mmapping
24476         cache. Add *Read and *Write procedures which mmap in and write
24477         out the
24478         fontconfig data structures to disk. Currently, create cache
24479         in /tmp,
24480         with different sections for each architecture (as returned
24481         by uname's
24482         .machine field. Run the fc-cache binary to create a new cache
24483         file;
24484         fontconfig then uses this cache file on subsequent runs, saving
24485         lots of
24486         memory. Also fixes a few bugs and leaks.
24487
24488  fc-cache/fc-cache.c |   13 +-
24489  fc-lang/fc-lang.c   |    6 +
24490  src/fccache.c       | 1081
24491  ++++++++++++++-------------------------------------
24492  src/fccfg.c         |   16 +-
24493  src/fccharset.c     |  103 ++++-
24494  src/fcdir.c         |   17 +-
24495  src/fcfs.c          |   95 +++++
24496  src/fcinit.c        |    3 +
24497  src/fcint.h         |  148 ++++---
24498  src/fclang.c        |   28 ++
24499  src/fcmatrix.c      |   29 ++
24500  src/fcpat.c         |  241 ++++++++++--
24501  src/fcstr.c         |   76 +++-
24502  13 files changed, 963 insertions(+), 893 deletions(-)
24503
24504 commit e1b9d091c661b0e1d1e9f73c5c55ad53959c55c7
24505 Author: Patrick Lam <plam@MIT.EDU>
24506 Date:   Fri Jul 15 18:49:12 2005 +0000
24507
24508     Forward port cworth's patch to branch.
24509
24510  ChangeLog    | 15 +++++++++++++++
24511  src/fcinit.c |  2 +-
24512  src/fcint.h  |  2 +-
24513  src/fcpat.c  | 60
24514  +++++++++++++++++++++++++++++++++++++++++-------------------
24515  src/fcxml.c  |  1 +
24516  5 files changed, 59 insertions(+), 21 deletions(-)
24517
24518 commit 7850458d28ae2cb3b1d7fa9dd9fecd125cef5369
24519 Author: Carl Worth <cworth@cworth.org>
24520 Date:   Fri Jul 15 17:43:44 2005 +0000
24521
24522     Rename FcPatternThawAll to FcPatternFini.
24523     Pull the FcObjectStateName hash table out to file scope, and add
24524         FcObjectStaticNameFini so that FcFini will cleanup this hash
24525         table as
24526         well.
24527     Clear FILE* to NULL after fclose.
24528
24529  ChangeLog    | 15 +++++++++++++++
24530  src/fcinit.c |  2 +-
24531  src/fcint.h  |  2 +-
24532  src/fcpat.c  | 49 ++++++++++++++++++++++++++++++++++++-------------
24533  src/fcxml.c  |  1 +
24534  5 files changed, 54 insertions(+), 15 deletions(-)
24535
24536 commit 0fa680f0766a8f545b20a7935a19e9db5529f903
24537 Author: Patrick Lam <plam@MIT.EDU>
24538 Date:   Thu Jul 7 12:09:10 2005 +0000
24539
24540     Convert ObjectPtr from a fat structure to a simple index into an
24541     id table;
24542         ids can be positive (for static strings) or negative (for dynamic
24543         strings). Static strings belong to a single buffer, while dynamic
24544         strings are independently allocated.
24545
24546  fontconfig/fontconfig.h |   9 +-
24547  src/fccfg.c             |   7 +-
24548  src/fcname.c            |   2 +-
24549  src/fcpat.c             | 560
24550  ++++++++++++++++++++++++++++++++++--------------
24551  src/fcxml.c             |   2 +-
24552  5 files changed, 408 insertions(+), 172 deletions(-)
24553
24554 commit cd2ec1a940888ebcbd323a8000d2fcced41ddf9e
24555 Author: Patrick Lam <plam@MIT.EDU>
24556 Date:   Tue Jun 28 03:41:02 2005 +0000
24557
24558     Add functionality to allow fontconfig data structure serialization.
24559     This patch allows the fundamental fontconfig data structures to be
24560         serialized. I've converted everything from FcPattern down to be
24561         able to
24562         use *Ptr objects, which can be either static or dynamic (using
24563         a union
24564         which either contains a pointer or an index) and replaced
24565         storage of
24566         pointers in the heap with the appropriate *Ptr object. I then
24567         changed
24568         all writes of pointers to the heap with a *CreateDynamic call,
24569         which
24570         creates a dynamic Ptr object pointing to the same object as
24571         before.
24572         This way, the fundamental fontconfig semantics should be
24573         unchanged; I
24574         did not have to change external signatures this way, although
24575         I did
24576         change some internal signatures. When given a *Ptr object,
24577         just run *U
24578         to get back to a normal pointer; it gives the right answer
24579         regardless
24580         of whether we're using static or dynamic storage.
24581     I've also implemented a Fc*Serialize call. Calling FcFontSetSerialize
24582         converts the dynamic FcFontSets contained in the config object to
24583         static FcFontSets and also converts its dependencies
24584         (e.g. everything
24585         you'd need to write to disk) to static objects. Note that you
24586         have to
24587         call Fc*PrepareSerialize first; this call will count the number of
24588         objects that actually needs to be allocated, so that we can avoid
24589         realloc. The Fc*Serialize calls then check the static pointers for
24590         nullness, and allocate the buffers if necessary. I've tested the
24591         execution of fc-list and fc-match after Fc*Serialize and they
24592         appear to
24593         work the same way.
24594
24595  fc-lang/fc-lang.c       |  17 +-
24596  fontconfig/fcprivate.h  |   8 +-
24597  fontconfig/fontconfig.h |  50 ++-
24598  src/fccache.c           |  32 ++
24599  src/fccfg.c             | 135 ++++----
24600  src/fccharset.c         | 371 ++++++++++++++++-----
24601  src/fcdbg.c             |  26 +-
24602  src/fcfs.c              |  36 ++
24603  src/fcint.h             | 212 +++++++++++-
24604  src/fclang.c            | 164 ++++++---
24605  src/fclist.c            | 104 +++---
24606  src/fcmatch.c           |  69 ++--
24607  src/fcmatrix.c          |  71 +++-
24608  src/fcname.c            |  35 +-
24609  src/fcpat.c             | 866
24610  ++++++++++++++++++++++++++++++++++++++----------
24611  src/fcstr.c             | 219 ++++++++++--
24612  src/fcxml.c             |  13 +-
24613  17 files changed, 1902 insertions(+), 526 deletions(-)
24614
24615 commit f1a42f6b5f9bcd774d09002509b2872c04025c1b
24616 Author: Keith Packard <keithp@keithp.com>
24617 Date:   Fri Jun 17 03:01:43 2005 +0000
24618
24619     Make FcOpNotContains use FcStrStr for strings so that it matches
24620     semantics
24621         for !FcOpContains.
24622     reviewed by: keithp
24623
24624  ChangeLog   | 8 ++++++++
24625  src/fccfg.c | 4 +++-
24626  2 files changed, 11 insertions(+), 1 deletion(-)
24627
24628 commit adc7abacbf0e2eae882d035f10117fb009b71bdd
24629 Author: Keith Packard <keithp@keithp.com>
24630 Date:   Fri May 20 16:21:39 2005 +0000
24631
24632     Move fontconfig source package to libs as per override
24633
24634  ChangeLog        | 6 ++++++
24635  debian/changelog | 2 ++
24636  debian/control   | 2 +-
24637  3 files changed, 9 insertions(+), 1 deletion(-)
24638
24639 commit a65a77aecfd2182589fd5fe1a1ec1ef1f250c795
24640 Author: Keith Packard <keithp@keithp.com>
24641 Date:   Fri May 20 15:56:51 2005 +0000
24642
24643     The ka.orth file requires several characters which are not used
24644     anymore in
24645         modern Georgian and which are missing in the free Georgian
24646         TrueType
24647         fonts downloadable at:
24648     http://aiet.qartuli.net/docs/georgian_on_linux_en.php
24649     reviewed by: Mike Fabian Bug: 3352
24650
24651  ChangeLog       | 11 +++++++++++
24652  fc-lang/ka.orth |  5 +++--
24653  2 files changed, 14 insertions(+), 2 deletions(-)
24654
24655 commit 87c887464a6fc20310998146b8558179ebe18923
24656 Author: Keith Packard <keithp@keithp.com>
24657 Date:   Wed Apr 27 19:08:08 2005 +0000
24658
24659     Update date to real 2.3.2 release date. Fix change attributions
24660
24661  ChangeLog        | 14 ++++++++++++++
24662  README           |  5 +++--
24663  debian/changelog |  2 +-
24664  3 files changed, 18 insertions(+), 3 deletions(-)
24665
24666 commit 5c1853cd4c9bd511f0ae9f644a2a30025116987e
24667 Author: Keith Packard <keithp@keithp.com>
24668 Date:   Wed Apr 27 16:22:46 2005 +0000
24669
24670     Bump so revision for 2.3.2
24671     Fix a few minor leaks in error cases.
24672
24673  fc-cache/fc-cache.c | 11 ++++++++++-
24674  1 file changed, 10 insertions(+), 1 deletion(-)
24675
24676 commit 1cb309adcb881409d669749bbca91056a0967ccf
24677 Author: Keith Packard <keithp@keithp.com>
24678 Date:   Sat Apr 23 04:32:23 2005 +0000
24679
24680     Update for version 2.3.2
24681
24682  ChangeLog               |  8 ++++++++
24683  README                  | 11 +++++++++--
24684  configure.in            |  2 +-
24685  debian/changelog        |  7 +++++++
24686  fontconfig/fontconfig.h |  2 +-
24687  5 files changed, 26 insertions(+), 4 deletions(-)
24688
24689 commit 716ac8b8033794e2557ad567005dfff4dd95f031
24690 Author: Keith Packard <keithp@keithp.com>
24691 Date:   Thu Apr 21 19:03:53 2005 +0000
24692
24693     Don't force bitmap font enable in default configuration; allows
24694     users to
24695         override this in ~/.fonts.conf
24696     Updated translations
24697     Destroy font configuration on exit to help valgrind
24698     Use own transcoding routines in preference to iconv which appears
24699     to have
24700         leaks in some translators. Call iconv_close after using iconv
24701         (oops).
24702     Prefer unicode encoding of Euro char as some fonts mis-encode Euro
24703     in other
24704         ones.
24705     Must fetch bitmap glyphs to get width values to check for
24706         monospace/dual-width fonts.
24707
24708  ChangeLog                  |  36 +++++++++++
24709  debian/fontconfig.postinst |   8 ++-
24710  debian/po/cs.po            | 154
24711  +++++++++++++++++++--------------------------
24712  debian/po/da.po            |  94 ++++++++++-----------------
24713  debian/po/de.po            |  71 ++++++---------------
24714  debian/po/es.po            |  77 +++++++----------------
24715  debian/po/fr.po            |  77 +++++++----------------
24716  debian/po/ja.po            | 150
24717  +++++++++----------------------------------
24718  debian/po/nl.po            |  71 ++++++---------------
24719  debian/po/pt.po            |  71 ++++++---------------
24720  debian/po/pt_BR.po         |  77 +++++++----------------
24721  debian/po/templates.pot    |  66 +++++--------------
24722  debian/po/tr.po            |  71 ++++++---------------
24723  debian/po/zh_CN.po         |  71 ++++++---------------
24724  fc-cache/fc-cache.c        |   1 +
24725  fonts.conf.in              |  37 +++++------
24726  src/fcfreetype.c           |  84 ++++++++++++++-----------
24727  17 files changed, 404 insertions(+), 812 deletions(-)
24728
24729 commit 2ff4f0760a700bf7c6e1ed4c5072a524b02243ca
24730 Author: Ross Burton <ross@burtonini.com>
24731 Date:   Wed Apr 13 09:11:52 2005 +0000
24732
24733     Check that a pattern isn't already frozen in FcPatternFreeze
24734
24735  ChangeLog   | 5 +++++
24736  src/fcpat.c | 3 +++
24737  2 files changed, 8 insertions(+)
24738
24739 commit ae7d0f35938693d250f09165fb6486b9e0f4b9bd
24740 Author: Ross Burton <ross@burtonini.com>
24741 Date:   Thu Mar 31 19:16:49 2005 +0000
24742
24743     Put all FcPattern objects though FcObjectStaticName and do pointer
24744     trather
24745         than string compares
24746
24747  ChangeLog     | 8 ++++++++
24748  src/fclist.c  | 5 +++--
24749  src/fcmatch.c | 2 +-
24750  src/fcpat.c   | 3 ++-
24751  4 files changed, 14 insertions(+), 4 deletions(-)
24752
24753 commit 156032744ee08a5d6a60e1bc1c2e0fc3702567d7
24754 Author: Tor Lillqvist <tml@iki.fi>
24755 Date:   Thu Mar 17 08:57:11 2005 +0000
24756
24757     Add the .dll to the dll name.
24758
24759  ChangeLog             | 4 ++++
24760  src/fontconfig.def.in | 2 +-
24761  2 files changed, 5 insertions(+), 1 deletion(-)
24762
24763 commit 5f347d9cd50069a50174cc243acab64ee4e537a9
24764 Author: Keith Packard <keithp@keithp.com>
24765 Date:   Thu Mar 10 22:06:20 2005 +0000
24766
24767     Update to reflect configuration changes
24768     Fix Autohint vs Autohinter mistake
24769     Adopt changes from Josselin Mouette for configuration descriptions
24770     Update
24771         debian to version 2.3.1-2
24772
24773  ChangeLog                   | 11 +++++++++++
24774  debian/README.Debian        | 19 ++++++++++---------
24775  debian/changelog            | 10 ++++++++++
24776  debian/fontconfig.postinst  |  2 +-
24777  debian/fontconfig.templates | 39 ++++++++-------------------------------
24778  5 files changed, 40 insertions(+), 41 deletions(-)
24779
24780 commit 8c74026071aae6ad70a96b81398498dcb28c0255
24781 Author: Keith Packard <keithp@keithp.com>
24782 Date:   Wed Mar 9 04:57:42 2005 +0000
24783
24784     Update debian for 2.3.1
24785
24786  ChangeLog        |  6 ++++++
24787  debian/changelog | 11 +++++++++++
24788  debian/rules     |  1 +
24789  3 files changed, 18 insertions(+)
24790
24791 commit 79da4fe91ff0cee974e1ec7003857fb47c0f55d5
24792 Author: Tor Lillqvist <tml@iki.fi>
24793 Date:   Wed Mar 9 00:47:11 2005 +0000
24794
24795     Get the DLL from "bin" where modern libtools put it, not "lib".
24796     Check also drive letter prefix on Win32.
24797
24798  ChangeLog         | 8 ++++++++
24799  fontconfig-zip.in | 2 +-
24800  src/fccfg.c       | 4 +++-
24801  3 files changed, 12 insertions(+), 2 deletions(-)
24802
24803 commit d49dde9f900777f8482290dbafc6acb52a2b9432
24804 Author: Keith Packard <keithp@keithp.com>
24805 Date:   Tue Mar 8 23:39:02 2005 +0000
24806
24807     Update for 2.3.1
24808
24809  ChangeLog               |  7 +++++++
24810  README                  | 12 ++++++++++--
24811  configure.in            |  2 +-
24812  fontconfig/fontconfig.h |  2 +-
24813  4 files changed, 19 insertions(+), 4 deletions(-)
24814
24815 commit 76a8dfa3378fc1bd0397a95f2da56d5c6fb2540c
24816 Author: Keith Packard <keithp@keithp.com>
24817 Date:   Sat Mar 5 23:50:55 2005 +0000
24818
24819     Include space and remove numbers from valid script tags. This
24820     ensures that
24821         tags like 'lao ' work while rejecting those which have any digits.
24822         Eliminate a spurious debugging variable (len)
24823
24824  ChangeLog        |  8 ++++++++
24825  src/fcfreetype.c | 20 ++++++++++++--------
24826  2 files changed, 20 insertions(+), 8 deletions(-)
24827
24828 commit 219f7818dacb5417ab9e481b1fc21a79511e5fe7
24829 Author: Keith Packard <keithp@keithp.com>
24830 Date:   Sat Mar 5 23:34:57 2005 +0000
24831
24832     Rework GSUB/GPOS script parsing to survive broken fonts. Thanks
24833     for the
24834         broken font go to Manish Singh
24835
24836  ChangeLog        |  7 +++++++
24837  src/fcfreetype.c | 64
24838  ++++++++++++++++++++++++++++++++++++++------------------
24839  2 files changed, 51 insertions(+), 20 deletions(-)
24840
24841 commit 97bde49a2b791de9ad66aed97ca07c22302da60d
24842 Author: Keith Packard <keithp@keithp.com>
24843 Date:   Sat Mar 5 20:58:39 2005 +0000
24844
24845     Josselin Mouette:
24846     Include 2.3 release information in changelog Add Josselin Mouette
24847     as an
24848         Uploader Set hinting_type to low priority configuration option
24849     Manish Singh:
24850     yes_bitmaps.conf -> yes-bitmaps.conf
24851     Funda Wang:
24852     Johap -> Johab
24853
24854  ChangeLog                   | 20 ++++++++++++++++++++
24855  debian/changelog            | 13 +++++++++++--
24856  debian/control              |  1 +
24857  debian/fontconfig.config    |  2 +-
24858  debian/fontconfig.postinst  |  2 +-
24859  debian/fontconfig.templates |  4 ++--
24860  debian/rules                |  4 ++--
24861  src/fcfreetype.c            |  2 +-
24862  8 files changed, 39 insertions(+), 9 deletions(-)
24863
24864 commit 683dc3c476f1ee514c252a05311efc7a97fbaee9
24865 Author: Keith Packard <keithp@keithp.com>
24866 Date:   Thu Mar 3 06:20:57 2005 +0000
24867
24868     Move debian-specific conf file examples upstream.
24869     Sub-pixel configuration examples must smash subpixel value as
24870     Xft always
24871         sets it from X.
24872     Change sub-pixel rendering debconf descriptions from Enable/Disable to
24873         Always/Never.
24874
24875  ChangeLog                            | 22 ++++++++++++++++++++++
24876  Makefile.am                          |  3 ---
24877  conf.d/Makefile.am                   |  7 +++++--
24878  {debian => conf.d}/autohint.conf     |  0
24879  {debian => conf.d}/no-sub-pixel.conf |  3 ---
24880  conf.d/sub-pixel.conf                |  3 ---
24881  {debian => conf.d}/unhinted.conf     |  0
24882  debian/fontconfig.install            |  1 +
24883  debian/fontconfig.postinst           |  4 ++--
24884  debian/fontconfig.templates          | 11 +++++------
24885  10 files changed, 35 insertions(+), 19 deletions(-)
24886
24887 commit dc2e06ab0707f8e2ffd5fe5c1d2db38dd594b551
24888 Author: Keith Packard <keithp@keithp.com>
24889 Date:   Thu Mar 3 01:59:28 2005 +0000
24890
24891     Ignore more build detritus
24892     Add debian package construction stuff.
24893     Update to newer versions of these tools
24894     Get library manuals to build again (we love automake).
24895     Update debian build system to switch maintainers and deal with 2.3
24896         functionality
24897
24898  .cvsignore                        |   7 +
24899  ChangeLog                         |  53 +++
24900  Makefile.am                       |  50 ++-
24901  conf.d/.cvsignore                 |   2 +
24902  config/config.guess               | 846
24903  ++++++++++++++++++++------------------
24904  config/config.sub                 | 449 ++++++++++++++------
24905  debian/README.Debian              |  44 ++
24906  debian/autohint.conf              |   9 +
24907  debian/changelog                  | 661 +++++++++++++++++++++++++++++
24908  debian/compat                     |   1 +
24909  debian/control                    |  78 ++++
24910  debian/copyright                  |  29 ++
24911  debian/fontconfig-udeb.install    |   3 +
24912  debian/fontconfig.config          |  10 +
24913  debian/fontconfig.defoma          | 162 ++++++++
24914  debian/fontconfig.dirs            |   1 +
24915  debian/fontconfig.install         |   6 +
24916  debian/fontconfig.postinst        | 139 +++++++
24917  debian/fontconfig.postrm          |  26 ++
24918  debian/fontconfig.templates       |  51 +++
24919  debian/libfontconfig1-dev.install |   7 +
24920  debian/libfontconfig1.install     |   1 +
24921  debian/local.conf.md5sum          |  18 +
24922  debian/no-sub-pixel.conf          |  12 +
24923  debian/po/POTFILES.in             |   1 +
24924  debian/po/cs.po                   | 154 +++++++
24925  debian/po/da.po                   | 174 ++++++++
24926  debian/po/de.po                   | 157 +++++++
24927  debian/po/es.po                   | 198 +++++++++
24928  debian/po/fr.po                   | 194 +++++++++
24929  debian/po/ja.po                   | 180 ++++++++
24930  debian/po/nl.po                   | 158 +++++++
24931  debian/po/pt.po                   | 145 +++++++
24932  debian/po/pt_BR.po                | 183 +++++++++
24933  debian/po/templates.pot           | 120 ++++++
24934  debian/po/tr.po                   | 150 +++++++
24935  debian/po/zh_CN.po                | 148 +++++++
24936  debian/rules                      |  39 ++
24937  debian/unhinted.conf              |   9 +
24938  doc/.cvsignore                    |   1 +
24939  doc/Makefile.am                   |  13 +-
24940  41 files changed, 4171 insertions(+), 518 deletions(-)
24941
24942 commit 4afc00ca02bb3f49fe214463e0f194486f438b70
24943 Author: Keith Packard <keithp@keithp.com>
24944 Date:   Tue Mar 1 20:48:36 2005 +0000
24945
24946     Update for 2.3.0
24947
24948  ChangeLog               |  7 +++++++
24949  README                  | 14 ++++++++++++--
24950  configure.in            |  2 +-
24951  fontconfig/fontconfig.h |  4 ++--
24952  4 files changed, 22 insertions(+), 5 deletions(-)
24953
24954 commit 0c009d2b6df523bba7a10ad148287bed2df9ebd6
24955 Author: Keith Packard <keithp@keithp.com>
24956 Date:   Tue Mar 1 20:36:48 2005 +0000
24957
24958     Generate and install PDF versions of the manuals
24959     Fix formatting
24960     Add missing exported functions, fix data types
24961     Add missing pattern elements.
24962     Add missing pattern elements. Document conf.d usage, clarify available
24963         orthography list. Fix some config file attributes. Complete
24964         list of
24965         constants.
24966     Mark FC_SOURCE deprecated.
24967     Don't set FC_SOURCE any longer.
24968
24969  ChangeLog                 | 25 ++++++++++++++++
24970  doc/Makefile.am           | 18 +++++++++++-
24971  doc/fcpattern.fncs        |  3 +-
24972  doc/fcstring.fncs         | 40 +++++++++++++++++++++++--
24973  doc/fontconfig-devel.sgml | 10 ++++++-
24974  doc/fontconfig-user.sgml  | 74
24975  ++++++++++++++++++++++++++++++++++++++++-------
24976  fontconfig/fontconfig.h   |  2 +-
24977  src/fcfreetype.c          |  3 --
24978  8 files changed, 156 insertions(+), 19 deletions(-)
24979
24980 commit 414f720281b416736b92913f4bcbceac1a781cde
24981 Author: Keith Packard <keithp@keithp.com>
24982 Date:   Mon Feb 28 18:56:15 2005 +0000
24983
24984     Create prototype /etc/fonts/conf.d directory with a few sample
24985         configuration files. Deprecate use of local.conf for local
24986         customizations in favor of this directory based scheme which
24987         is more
24988         easily integrated into installation systems.
24989     Tag FC_EMBOLDEN as a boolean variable
24990
24991  ChangeLog               | 18 ++++++++++++++++++
24992  Makefile.am             | 24 ++----------------------
24993  conf.d/Makefile.am      | 34 ++++++++++++++++++++++++++++++++++
24994  conf.d/README           |  8 ++++++++
24995  conf.d/no-bitmaps.conf  | 13 +++++++++++++
24996  conf.d/sub-pixel.conf   | 12 ++++++++++++
24997  conf.d/yes-bitmaps.conf | 13 +++++++++++++
24998  configure.in            |  1 +
24999  src/fcname.c            |  1 +
25000  9 files changed, 102 insertions(+), 22 deletions(-)
25001
25002 commit 47b49bf14b5cd433366a02374dfaf1c27a57cc91
25003 Author: Keith Packard <keithp@keithp.com>
25004 Date:   Thu Feb 10 23:00:51 2005 +0000
25005
25006     Free patterns from fonts which are rejected by configuration
25007     (bug #2518)
25008     reviewed by: pborelli@katamail.com
25009
25010  ChangeLog   | 8 ++++++++
25011  src/fcdir.c | 2 ++
25012  2 files changed, 10 insertions(+)
25013
25014 commit afca783626534477f07b03d173bbe9f51e03b53b
25015 Author: Keith Packard <keithp@keithp.com>
25016 Date:   Sat Jan 29 00:42:37 2005 +0000
25017
25018     Update for version 2.2.99
25019
25020  ChangeLog               | 11 +++++++++--
25021  README                  | 16 ++++++++++++++--
25022  configure.in            |  2 +-
25023  fontconfig/fontconfig.h |  2 +-
25024  4 files changed, 25 insertions(+), 6 deletions(-)
25025
25026 commit 845a0bf37a6f8f16fe40f3037fa727cc9c5569f3
25027 Author: Keith Packard <keithp@keithp.com>
25028 Date:   Sat Jan 29 00:33:47 2005 +0000
25029
25030     Add a few pointers
25031
25032  ChangeLog | 5 +++++
25033  README    | 3 +++
25034  2 files changed, 8 insertions(+)
25035
25036 commit ca60d2b5c503cb58ed235cbdd82ac623cda307ff
25037 Author: Keith Packard <keithp@keithp.com>
25038 Date:   Fri Jan 28 23:55:14 2005 +0000
25039
25040     Polite typechecking for test and edit expressions. Helps catch
25041     errors in
25042         the font configuration.
25043
25044  ChangeLog    |  10 +++
25045  src/fcint.h  |  12 +--
25046  src/fcname.c |   2 +-
25047  src/fcxml.c  | 252
25048  ++++++++++++++++++++++++++++++++++++++++++++++-------------
25049  4 files changed, 211 insertions(+), 65 deletions(-)
25050
25051 commit 59e149e757795a7c0ec66c35b551a66e0da42098
25052 Author: Keith Packard <keithp@keithp.com>
25053 Date:   Sun Jan 16 01:41:24 2005 +0000
25054
25055     Have --with-expat set EXPAT_CFLAGS (bug 2278)
25056     reviewed by: Keith Packard <keithp@keithp.com>
25057
25058  ChangeLog    |  7 +++++++
25059  configure.in | 11 ++++++++++-
25060  2 files changed, 17 insertions(+), 1 deletion(-)
25061
25062 commit d8ae9c92197f1f2782b9decb276f6da756ce882d
25063 Author: Keith Packard <keithp@keithp.com>
25064 Date:   Thu Jan 13 18:31:50 2005 +0000
25065
25066     Add SEE ALSO section (bug 2085)
25067     Cross compiling fixes (bug 280)
25068     reviewed by: Keith Packard <keithp@keithp.com>
25069
25070  ChangeLog                | 18 ++++++++++++++++++
25071  Makefile.am              | 17 ++++++++++++++++-
25072  configure.in             | 44
25073  ++++++++++++++++++++++++++++++++++++++++++++
25074  doc/Makefile.am          |  8 ++++++--
25075  doc/fontconfig-user.sgml |  5 +++++
25076  fc-case/Makefile.am      |  8 ++++++--
25077  fc-glyphname/Makefile.am |  8 ++++++--
25078  fc-lang/Makefile.am      |  8 ++++++--
25079  src/fontconfig.def.in    |  2 +-
25080  9 files changed, 108 insertions(+), 10 deletions(-)
25081
25082 commit 8759822e8fdaebcaaea82571d6b084003ca5751e
25083 Author: Keith Packard <keithp@keithp.com>
25084 Date:   Thu Jan 13 18:10:42 2005 +0000
25085
25086     Update blanks list (Closes bug 86)
25087
25088  ChangeLog     |  5 +++++
25089  fonts.conf.in | 52 +++++++++++++++++++++++++++++++---------------------
25090  2 files changed, 36 insertions(+), 21 deletions(-)
25091
25092 commit fce87a189b2e89a07e271ff7f1e3dab0d4b5b919
25093 Author: Keith Packard <keithp@keithp.com>
25094 Date:   Tue Jan 4 21:54:50 2005 +0000
25095
25096     Verify that every font pattern loaded from cache has both FC_FILE and
25097         FC_FAMILY entries. Attempt to fix bug #2219.
25098
25099  ChangeLog     |  7 +++++++
25100  src/fccache.c | 10 +++++++++-
25101  2 files changed, 16 insertions(+), 1 deletion(-)
25102
25103 commit d53461812d46ffb2eaffb2c512e8740e8536e498
25104 Author: Keith Packard <keithp@keithp.com>
25105 Date:   Wed Dec 29 19:44:51 2004 +0000
25106
25107     Update for version 2.2.98
25108
25109  ChangeLog               |  7 +++++++
25110  README                  | 22 ++++++++++++++++++++--
25111  configure.in            |  2 +-
25112  fontconfig/fontconfig.h |  2 +-
25113  4 files changed, 29 insertions(+), 4 deletions(-)
25114
25115 commit 479f551f6df7fe78b5f3bedb40a4c0c4e10f2f50
25116 Author: Keith Packard <keithp@keithp.com>
25117 Date:   Wed Dec 29 19:37:14 2004 +0000
25118
25119     Document ASCII limitations of Fc character conversion macros
25120     Fix off-by-one error in utf-8 case walking code. Add FcStrDowncase
25121     (useful
25122         for testing case conversion functions)
25123
25124  ChangeLog               |  8 ++++++++
25125  fontconfig/fontconfig.h | 10 +++++++---
25126  src/fcstr.c             | 21 ++++++++++++++++++++-
25127  3 files changed, 35 insertions(+), 4 deletions(-)
25128
25129 commit 02748dd3b8830a60439340a768959231e669b55c
25130 Author: Keith Packard <keithp@keithp.com>
25131 Date:   Wed Dec 29 10:07:10 2004 +0000
25132
25133     Add territory database
25134     Reviewed by: Keith Packard
25135     Remove Han characters from Korean orthography
25136
25137  .cvsignore           |     1 +
25138  ChangeLog            |    15 +
25139  fc-case/.cvsignore   |     6 +
25140  fc-lang/iso-3166.txt |   242 +
25141  fc-lang/ko.orth      | 18729
25142  +++++++------------------------------------------
25143  5 files changed, 2776 insertions(+), 16217 deletions(-)
25144
25145 commit 2ba729ed3bde6512aaab00b50442b86cb013f94e
25146 Author: Keith Packard <keithp@keithp.com>
25147 Date:   Wed Dec 29 09:57:49 2004 +0000
25148
25149     Reorder utility programs to make sure fc-case is run before fc-lang as
25150         fc-lang uses fcstr.c which uses fccase.h
25151     Fix broken XML
25152
25153  ChangeLog     |  8 ++++++++
25154  Makefile.am   |  2 +-
25155  fonts.conf.in | 10 +++++++---
25156  3 files changed, 16 insertions(+), 4 deletions(-)
25157
25158 commit 192296d852011f4a2abb6e9fd1ee741fa7f81673
25159 Author: Keith Packard <keithp@keithp.com>
25160 Date:   Wed Dec 29 09:15:17 2004 +0000
25161
25162     Adopt some RedHat suggestions for standard font configuration.
25163     Add new helper program 'fc-case' to construct case folding tables from
25164         standard Unicode CaseFolding.txt file
25165     Re-implement case insensitive functions with Unicode aware versions
25166         (including full case folding mappings)
25167
25168  ChangeLog               |  26 ++
25169  Makefile.am             |   2 +-
25170  configure.in            |   1 +
25171  fc-case/CaseFolding.txt | 924
25172  ++++++++++++++++++++++++++++++++++++++++++++++++
25173  fc-case/Makefile.am     |  52 +++
25174  fc-case/fc-case.c       | 363 +++++++++++++++++++
25175  fc-case/fccase.tmpl.h   |  25 ++
25176  fonts.conf.in           |  73 ++--
25177  src/fcint.h             |  34 ++
25178  src/fclist.c            |  16 +-
25179  src/fcstr.c             | 263 +++++++++++---
25180  11 files changed, 1685 insertions(+), 94 deletions(-)
25181
25182 commit 5cf8c5364f1b7a676f52b480fa55c571cadc6fda
25183 Author: Keith Packard <keithp@keithp.com>
25184 Date:   Tue Dec 14 00:12:25 2004 +0000
25185
25186     I changed FcFontSetSort to respect the generic aliases better in
25187     the face
25188         of language matching.
25189     What I did was to ammend the strict sort order used by FcFontSort
25190     so that
25191         it 'satisfies' the language specified in the pattern by
25192         locating the
25193         best matching font supporting each pattern language and then
25194         ignores
25195         language in the remaining fonts for purposes of matching.
25196     So, when asking for 'sans:lang=en', you'll get an English font
25197     first, and
25198         then the remaining fonts sorted with respect to the 'sans'
25199         alias alone
25200         -- pushing Kochi fonts ahead of other English-supporting Han
25201         fonts.
25202     reviewed by: Owen Taylor <otaylor@redhat.com>
25203
25204  ChangeLog     | 17 +++++++++++++
25205  src/fcmatch.c | 81
25206  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
25207  2 files changed, 96 insertions(+), 2 deletions(-)
25208
25209 commit 46a10637cde656967b60f1e028b24763022358bb
25210 Author: Keith Packard <keithp@keithp.com>
25211 Date:   Fri Dec 10 16:48:08 2004 +0000
25212
25213     Configuration changes to request synthetic emboldening of fonts. The
25214     actual
25215         emboldening code will live in Xft.
25216     reviewed by: Keith Packard <keithp@keithp.com>
25217
25218  ChangeLog               | 10 ++++++++++
25219  fontconfig/fontconfig.h |  1 +
25220  fonts.conf.in           | 20 ++++++++++++++++++++
25221  3 files changed, 31 insertions(+)
25222
25223 commit 9af19286b0dcdf7636749b9efb64a50650554f2d
25224 Author: Keith Packard <keithp@keithp.com>
25225 Date:   Thu Dec 9 19:36:30 2004 +0000
25226
25227     Currently Russian (ru) requires 0406 and 0456 (І and і), but
25228     these were
25229         eliminated in Russian in 1918 in favor of 0418 and 0438 (И
25230         and и),
25231         and don't even appear in KOI8-R. (The hypothesis that they
25232         don't appear
25233         in KOI8-R due to their similarity with Latin I and i is
25234         eliminated by
25235         their presence in KOI8-U.) I have a couple of fonts with Russian
25236         support that don't have the letter.
25237     Therefore, 0406 and 0456 should be removed from or commented out
25238     of ru.orth
25239     reviewed by: Keith Packard <keithp@keithp.com>
25240
25241  ChangeLog       | 16 ++++++++++++++++
25242  fc-lang/ru.orth |  4 ++--
25243  2 files changed, 18 insertions(+), 2 deletions(-)
25244
25245 commit 1c52c0f0600b4c61fb3b16d2d7b5fa35c3e1b7f0
25246 Author: Keith Packard <keithp@keithp.com>
25247 Date:   Tue Dec 7 01:36:26 2004 +0000
25248
25249     Reviewed by: Keith Packard <keithp@keithp.com>
25250     memoize strings and share a single copy for all uses. Note that
25251     this could
25252         be improved further by using statically allocated blocks and
25253         gluing
25254         multiple strings together, but I'm basically lazy. In my
25255         environment
25256         with 800 font files, I get a savings of about 90KB.
25257
25258  ChangeLog    | 15 +++++++++++++++
25259  src/fcinit.c |  5 +++--
25260  src/fcint.h  |  3 ++-
25261  src/fclist.c |  2 +-
25262  src/fcpat.c  | 42 +++++++++++++-----------------------------
25263  src/fcxml.c  |  6 ------
25264  6 files changed, 34 insertions(+), 39 deletions(-)
25265
25266 commit 46b51147d10db21a4d5992074bcdc9022f45856b
25267 Author: Keith Packard <keithp@keithp.com>
25268 Date:   Tue Dec 7 01:14:46 2004 +0000
25269
25270     Change files from ISO-Latin-1 to UTF-8
25271
25272  COPYING                         |   2 +-
25273  ChangeLog                       | 249
25274  ++++++++++++++++++++++++++++++++++++++++
25275  Makefile.am                     |   2 +-
25276  config/Makedefs.in              |   2 +-
25277  configure.in                    |   2 +-
25278  doc/edit-sgml.c                 |   2 +-
25279  doc/fcatomic.fncs               |   2 +-
25280  doc/fcblanks.fncs               |   2 +-
25281  doc/fccharset.fncs              |   2 +-
25282  doc/fcconfig.fncs               |   2 +-
25283  doc/fcconstant.fncs             |   2 +-
25284  doc/fcfile.fncs                 |   2 +-
25285  doc/fcfontset.fncs              |   2 +-
25286  doc/fcfreetype.fncs             |   2 +-
25287  doc/fcinit.fncs                 |   2 +-
25288  doc/fcmatrix.fncs               |   2 +-
25289  doc/fcobjectset.fncs            |   2 +-
25290  doc/fcobjecttype.fncs           |   2 +-
25291  doc/fcpattern.fncs              |   2 +-
25292  doc/fcstring.fncs               |   2 +-
25293  doc/fcstrset.fncs               |   2 +-
25294  doc/fcvalue.fncs                |   2 +-
25295  doc/fontconfig-devel.sgml       |   4 +-
25296  doc/fontconfig-user.sgml        |   2 +-
25297  doc/func.sgml                   |   2 +-
25298  doc/version.sgml.in             |   2 +-
25299  fc-cache/Makefile.am            |   2 +-
25300  fc-cache/fc-cache.c             |   2 +-
25301  fc-glyphname/Makefile.am        |   2 +-
25302  fc-glyphname/fc-glyphname.c     |   2 +-
25303  fc-glyphname/fcglyphname.tmpl.h |   2 +-
25304  fc-lang/Makefile.am             |   2 +-
25305  fc-lang/aa.orth                 |   2 +-
25306  fc-lang/ab.orth                 |   2 +-
25307  fc-lang/af.orth                 |   2 +-
25308  fc-lang/am.orth                 |   2 +-
25309  fc-lang/ar.orth                 |   2 +-
25310  fc-lang/ast.orth                |   2 +-
25311  fc-lang/ava.orth                |   2 +-
25312  fc-lang/ay.orth                 |   2 +-
25313  fc-lang/az.orth                 |   2 +-
25314  fc-lang/az_ir.orth              |   2 +-
25315  fc-lang/ba.orth                 |   2 +-
25316  fc-lang/bam.orth                |   2 +-
25317  fc-lang/be.orth                 |   2 +-
25318  fc-lang/bg.orth                 |   2 +-
25319  fc-lang/bh.orth                 |   2 +-
25320  fc-lang/bho.orth                |   2 +-
25321  fc-lang/bi.orth                 |   2 +-
25322  fc-lang/bin.orth                |   2 +-
25323  fc-lang/bn.orth                 |   2 +-
25324  fc-lang/bo.orth                 |   2 +-
25325  fc-lang/br.orth                 |   2 +-
25326  fc-lang/bs.orth                 |   2 +-
25327  fc-lang/bua.orth                |   2 +-
25328  fc-lang/ca.orth                 |   2 +-
25329  fc-lang/ce.orth                 |   2 +-
25330  fc-lang/ch.orth                 |   2 +-
25331  fc-lang/chm.orth                |   2 +-
25332  fc-lang/chr.orth                |   2 +-
25333  fc-lang/co.orth                 |   2 +-
25334  fc-lang/cs.orth                 |   2 +-
25335  fc-lang/cu.orth                 |   2 +-
25336  fc-lang/cv.orth                 |   2 +-
25337  fc-lang/cy.orth                 |   2 +-
25338  fc-lang/da.orth                 |   2 +-
25339  fc-lang/de.orth                 |   2 +-
25340  fc-lang/dz.orth                 |   2 +-
25341  fc-lang/el.orth                 |   2 +-
25342  fc-lang/en.orth                 |   2 +-
25343  fc-lang/eo.orth                 |   2 +-
25344  fc-lang/es.orth                 |   2 +-
25345  fc-lang/et.orth                 |   2 +-
25346  fc-lang/eu.orth                 |   4 +-
25347  fc-lang/fa.orth                 |   2 +-
25348  fc-lang/fc-lang.c               |   2 +-
25349  fc-lang/fc-lang.man             |   2 +-
25350  fc-lang/fclang.tmpl.h           |   2 +-
25351  fc-lang/fi.orth                 |   2 +-
25352  fc-lang/fj.orth                 |   2 +-
25353  fc-lang/fo.orth                 |   2 +-
25354  fc-lang/fr.orth                 |   2 +-
25355  fc-lang/ful.orth                |   2 +-
25356  fc-lang/fur.orth                |   2 +-
25357  fc-lang/fy.orth                 |   4 +-
25358  fc-lang/ga.orth                 |   2 +-
25359  fc-lang/gd.orth                 |   2 +-
25360  fc-lang/gez.orth                |   2 +-
25361  fc-lang/gl.orth                 |   2 +-
25362  fc-lang/gn.orth                 |   4 +-
25363  fc-lang/gu.orth                 |   2 +-
25364  fc-lang/gv.orth                 |   2 +-
25365  fc-lang/ha.orth                 |   2 +-
25366  fc-lang/haw.orth                |   2 +-
25367  fc-lang/he.orth                 |   2 +-
25368  fc-lang/hi.orth                 |   2 +-
25369  fc-lang/ho.orth                 |   2 +-
25370  fc-lang/hr.orth                 |   2 +-
25371  fc-lang/hu.orth                 |   2 +-
25372  fc-lang/hy.orth                 |   2 +-
25373  fc-lang/ia.orth                 |   2 +-
25374  fc-lang/ibo.orth                |   2 +-
25375  fc-lang/id.orth                 |   2 +-
25376  fc-lang/ie.orth                 |   2 +-
25377  fc-lang/ik.orth                 |   2 +-
25378  fc-lang/io.orth                 |   2 +-
25379  fc-lang/is.orth                 |   2 +-
25380  fc-lang/iso639-2                | 194 +++++++++++++++----------------
25381  fc-lang/it.orth                 |   2 +-
25382  fc-lang/iu.orth                 |   2 +-
25383  fc-lang/ja.orth                 |   2 +-
25384  fc-lang/ka.orth                 |   2 +-
25385  fc-lang/kaa.orth                |   2 +-
25386  fc-lang/ki.orth                 |   2 +-
25387  fc-lang/kk.orth                 |   2 +-
25388  fc-lang/kl.orth                 |   2 +-
25389  fc-lang/km.orth                 |   2 +-
25390  fc-lang/kn.orth                 |   2 +-
25391  fc-lang/ko.orth                 |   2 +-
25392  fc-lang/kok.orth                |   2 +-
25393  fc-lang/ks.orth                 |   2 +-
25394  fc-lang/ku.orth                 |   2 +-
25395  fc-lang/ku_ir.orth              |   2 +-
25396  fc-lang/kum.orth                |   2 +-
25397  fc-lang/kv.orth                 |   2 +-
25398  fc-lang/kw.orth                 |   2 +-
25399  fc-lang/ky.orth                 |   2 +-
25400  fc-lang/la.orth                 |   2 +-
25401  fc-lang/lb.orth                 |   2 +-
25402  fc-lang/lez.orth                |   2 +-
25403  fc-lang/lo.orth                 |   2 +-
25404  fc-lang/lt.orth                 |   2 +-
25405  fc-lang/lv.orth                 |   2 +-
25406  fc-lang/mg.orth                 |   2 +-
25407  fc-lang/mh.orth                 |   2 +-
25408  fc-lang/mi.orth                 |   2 +-
25409  fc-lang/mk.orth                 |   2 +-
25410  fc-lang/ml.orth                 |   2 +-
25411  fc-lang/mn.orth                 |   2 +-
25412  fc-lang/mo.orth                 |   2 +-
25413  fc-lang/mr.orth                 |   2 +-
25414  fc-lang/mt.orth                 |   2 +-
25415  fc-lang/my.orth                 |   2 +-
25416  fc-lang/nb.orth                 |   4 +-
25417  fc-lang/nds.orth                |   2 +-
25418  fc-lang/ne.orth                 |   2 +-
25419  fc-lang/nl.orth                 |   2 +-
25420  fc-lang/nn.orth                 |   2 +-
25421  fc-lang/no.orth                 |   4 +-
25422  fc-lang/ny.orth                 |   2 +-
25423  fc-lang/oc.orth                 |   2 +-
25424  fc-lang/om.orth                 |   2 +-
25425  fc-lang/or.orth                 |   2 +-
25426  fc-lang/os.orth                 |   2 +-
25427  fc-lang/pl.orth                 |   2 +-
25428  fc-lang/ps_af.orth              |   2 +-
25429  fc-lang/ps_pk.orth              |   2 +-
25430  fc-lang/pt.orth                 |   2 +-
25431  fc-lang/rm.orth                 |   2 +-
25432  fc-lang/ro.orth                 |   2 +-
25433  fc-lang/ru.orth                 |   2 +-
25434  fc-lang/sa.orth                 |   2 +-
25435  fc-lang/sah.orth                |   2 +-
25436  fc-lang/sco.orth                |   2 +-
25437  fc-lang/se.orth                 |   4 +-
25438  fc-lang/sel.orth                |   2 +-
25439  fc-lang/sh.orth                 |   2 +-
25440  fc-lang/si.orth                 |   2 +-
25441  fc-lang/sk.orth                 |   2 +-
25442  fc-lang/sl.orth                 |   2 +-
25443  fc-lang/sm.orth                 |   2 +-
25444  fc-lang/sma.orth                |   4 +-
25445  fc-lang/smj.orth                |   4 +-
25446  fc-lang/smn.orth                |   4 +-
25447  fc-lang/sms.orth                |   4 +-
25448  fc-lang/so.orth                 |   2 +-
25449  fc-lang/sq.orth                 |   2 +-
25450  fc-lang/sr.orth                 |   2 +-
25451  fc-lang/sv.orth                 |   2 +-
25452  fc-lang/sw.orth                 |   2 +-
25453  fc-lang/syr.orth                |   2 +-
25454  fc-lang/ta.orth                 |   2 +-
25455  fc-lang/te.orth                 |   2 +-
25456  fc-lang/tg.orth                 |   2 +-
25457  fc-lang/th.orth                 |   2 +-
25458  fc-lang/ti_er.orth              |   2 +-
25459  fc-lang/ti_et.orth              |   2 +-
25460  fc-lang/tig.orth                |   2 +-
25461  fc-lang/tk.orth                 |   2 +-
25462  fc-lang/tl.orth                 |   2 +-
25463  fc-lang/tn.orth                 |   2 +-
25464  fc-lang/to.orth                 |   2 +-
25465  fc-lang/tr.orth                 |   2 +-
25466  fc-lang/ts.orth                 |   2 +-
25467  fc-lang/tt.orth                 |   2 +-
25468  fc-lang/tw.orth                 |   2 +-
25469  fc-lang/tyv.orth                |   2 +-
25470  fc-lang/ug.orth                 |   2 +-
25471  fc-lang/uk.orth                 |   2 +-
25472  fc-lang/ur.orth                 |   2 +-
25473  fc-lang/uz.orth                 |   2 +-
25474  fc-lang/ven.orth                |   2 +-
25475  fc-lang/vi.orth                 |   2 +-
25476  fc-lang/vo.orth                 |   4 +-
25477  fc-lang/vot.orth                |   2 +-
25478  fc-lang/wa.orth                 |   2 +-
25479  fc-lang/wen.orth                |   2 +-
25480  fc-lang/wo.orth                 |   2 +-
25481  fc-lang/xh.orth                 |   2 +-
25482  fc-lang/yap.orth                |   2 +-
25483  fc-lang/yi.orth                 |   2 +-
25484  fc-lang/yo.orth                 |   2 +-
25485  fc-lang/zh_cn.orth              |   2 +-
25486  fc-lang/zh_hk.orth              |   2 +-
25487  fc-lang/zh_mo.orth              |   2 +-
25488  fc-lang/zh_sg.orth              |   2 +-
25489  fc-lang/zh_tw.orth              |   2 +-
25490  fc-lang/zu.orth                 |   2 +-
25491  fc-list/Makefile.am             |   2 +-
25492  fc-list/fc-list.c               |   2 +-
25493  fc-match/Makefile.am            |   2 +-
25494  fc-match/fc-match.1             |   2 +-
25495  fc-match/fc-match.c             |   2 +-
25496  fontconfig/fcfreetype.h         |   2 +-
25497  fontconfig/fcprivate.h          |   2 +-
25498  fontconfig/fontconfig.h         |   2 +-
25499  src/fcatomic.c                  |   2 +-
25500  src/fcblanks.c                  |   2 +-
25501  src/fccache.c                   |   2 +-
25502  src/fccfg.c                     |   2 +-
25503  src/fccharset.c                 |   2 +-
25504  src/fcdbg.c                     |   2 +-
25505  src/fcdefault.c                 |   2 +-
25506  src/fcdir.c                     |   2 +-
25507  src/fcfreetype.c                |   4 +-
25508  src/fcfs.c                      |   2 +-
25509  src/fcinit.c                    |   2 +-
25510  src/fcint.h                     |   2 +-
25511  src/fclang.c                    |   2 +-
25512  src/fclist.c                    |   2 +-
25513  src/fcmatch.c                   |   2 +-
25514  src/fcmatrix.c                  |   2 +-
25515  src/fcname.c                    |   2 +-
25516  src/fcpat.c                     |   2 +-
25517  src/fcstr.c                     |   2 +-
25518  src/fcxml.c                     |   2 +-
25519  246 files changed, 603 insertions(+), 354 deletions(-)
25520
25521 commit fc2cc873bb1a715844a1e6f885661bf433bdd7cf
25522 Author: Keith Packard <keithp@keithp.com>
25523 Date:   Sun Dec 5 07:44:08 2004 +0000
25524
25525     Update links to new freedesktop.org locations
25526     Add uninstall-local to get rid of fonts.conf and local.conf if
25527     they match
25528         the distributed versions. Fixes 'make distcheck'
25529
25530  ChangeLog   |  8 ++++++++
25531  INSTALL     |  4 ++--
25532  Makefile.am | 24 ++++++++++++++++++++++++
25533  3 files changed, 34 insertions(+), 2 deletions(-)
25534
25535 commit 308dc9c3ea0be2e0823e547f2c612760db7539a2
25536 Author: Keith Packard <keithp@keithp.com>
25537 Date:   Sun Dec 5 06:38:54 2004 +0000
25538
25539     Updates for version 2.2.97
25540
25541  ChangeLog               |  7 +++++++
25542  README                  | 30 ++++++++++++++++++++++++++++--
25543  configure.in            |  2 +-
25544  fontconfig/fontconfig.h |  2 +-
25545  4 files changed, 37 insertions(+), 4 deletions(-)
25546
25547 commit 54560b013ff89f4d47b4b94f6ea9d1b2e91e20fd
25548 Author: Keith Packard <keithp@keithp.com>
25549 Date:   Sun Dec 5 06:19:46 2004 +0000
25550
25551     Sleep for two seconds before exiting to make sure timestamps for
25552     future
25553         changes have distinct mod times in the file system. Bug #1982.
25554     Add Punjabi orthography. Bug #1671.
25555     reviewed by: Keith Packard <keithp@keithp.com>
25556
25557  ChangeLog           | 13 ++++++++++++-
25558  fc-cache/fc-cache.c |  8 ++++++++
25559  fc-lang/pa.orth     | 46 ++++++++++++++++++++++++++++++++++++++++++++++
25560  3 files changed, 66 insertions(+), 1 deletion(-)
25561
25562 commit c5a0b541df8be0b66f4ecf531570242693aac930
25563 Author: Keith Packard <keithp@keithp.com>
25564 Date:   Sun Dec 5 05:49:20 2004 +0000
25565
25566     Just remove the FC_FONTDATE -- it has locale issues and annoys redhat
25567         multi-arch installs. Now that all X fonts are included without
25568         prejudice, the chances of the date being at all interesting
25569         are rather
25570         limited. Bug #415.
25571     Add copyright and license
25572
25573  ChangeLog       | 10 ++++++++++
25574  fonts.conf.in   |  2 +-
25575  src/Makefile.am | 23 +++++++++++++++++++++++
25576  3 files changed, 34 insertions(+), 1 deletion(-)
25577
25578 commit 2d9c79c049d084c82fdda9a71c5a65502ae94cee
25579 Author: Keith Packard <keithp@keithp.com>
25580 Date:   Sun Dec 5 05:03:52 2004 +0000
25581
25582     Change default set of fonts to include all of /usr/X11R6/lib/X11/fonts
25583     (or
25584         wherever the X fonts are located).
25585     Document new <include>directory-name</include> semantics
25586     add <include ignore_missing="yes">conf.d</include>
25587     Add selectfont to ignore bitmap fonts, add comment for selectfont
25588     which
25589         accepts bitmap fonts.
25590     Allow <include> configuration elements to reference directories. Parse
25591     and
25592         load all files of the form [0-9]* in sorted order.
25593
25594  ChangeLog                | 18 ++++++++++
25595  configure.in             | 23 ++++++-------
25596  doc/fontconfig-user.sgml | 17 +++++----
25597  fonts.conf.in            |  1 +
25598  local.conf               | 23 +++++++++++++
25599  src/fcdir.c              |  4 +--
25600  src/fcint.h              |  6 ++++
25601  src/fcxml.c              | 89
25602  ++++++++++++++++++++++++++++++++++++++++++++++++
25603  8 files changed, 158 insertions(+), 23 deletions(-)
25604
25605 commit 38e528e77673f0395ab802cd1040947e307f0c6c
25606 Author: Keith Packard <keithp@keithp.com>
25607 Date:   Sun Dec 5 04:14:17 2004 +0000
25608
25609     Report command line for $srcdir/configure accurately. Bug #212.
25610
25611  ChangeLog  | 8 +++++++-
25612  autogen.sh | 2 +-
25613  2 files changed, 8 insertions(+), 2 deletions(-)
25614
25615 commit e4125ef950ada3413a542dc457a4d36c5495dcd7
25616 Author: Keith Packard <keithp@keithp.com>
25617 Date:   Sun Dec 5 04:11:11 2004 +0000
25618
25619     Check for non-empty face->family_name and face->style_name before
25620     using
25621         those for the font. Empty names match everything. Bug #171.
25622
25623  ChangeLog        |  7 +++++++
25624  src/fcfreetype.c | 12 +++++++-----
25625  2 files changed, 14 insertions(+), 5 deletions(-)
25626
25627 commit 537e3d23fab449be154da8d49817364479924a61
25628 Author: Keith Packard <keithp@keithp.com>
25629 Date:   Sun Dec 5 00:26:06 2004 +0000
25630
25631     Create FC_FONTFORMAT from FT_Get_X11_Font_Format function where
25632     available.
25633         This provides font file format information (BDF, Type 1, PCF,
25634         TrueType)
25635         for each font. Closes #109.
25636
25637  ChangeLog               | 10 ++++++++++
25638  configure.in            |  2 +-
25639  fontconfig/fontconfig.h |  1 +
25640  src/fcfreetype.c        | 14 ++++++++++++++
25641  src/fcname.c            |  1 +
25642  5 files changed, 27 insertions(+), 1 deletion(-)
25643
25644 commit dbf68dd5fe2f936af53891a240601c727bdcf09d
25645 Author: Keith Packard <keithp@keithp.com>
25646 Date:   Sat Dec 4 22:06:52 2004 +0000
25647
25648     Fix typo.
25649     Add detection for font capabilities (bug #105)
25650     reviewed by: Keith Packard <keithp@keithp.com>
25651
25652  ChangeLog                |  13 ++++
25653  doc/fontconfig-user.sgml |   1 +
25654  fontconfig/fontconfig.h  |   1 +
25655  src/fcfreetype.c         | 188
25656  +++++++++++++++++++++++++++++++++++++++++++++++
25657  src/fcname.c             |   1 +
25658  5 files changed, 204 insertions(+)
25659
25660 commit 4f27c1c0a383e891890ab27c74226957ed7067aa
25661 Author: Keith Packard <keithp@keithp.com>
25662 Date:   Sat Dec 4 19:41:10 2004 +0000
25663
25664     Move existing fonts.conf to fonts.conf.bak
25665     Add detection of iconv
25666     Document new selectfont elements
25667     Switch to UTF-8 in comment
25668     Add fullname, and family/style/fullname language entries
25669     Respect selectfont/*/glob
25670     Add support for selectfont
25671     Add multi-lingual family/style/fullname support
25672     Expose FcListPatternMatchAny (which selectfont/*/pattern uses)
25673     Add new FcPatternRemove/FcPatternAppend. FcObjectStaticName stores
25674     computed
25675         pattern element names which are required to be static.
25676
25677  ChangeLog                 |   47 ++
25678  Makefile.am               |   13 +-
25679  configure.in              |    6 +-
25680  doc/fcpattern.fncs        |   11 +
25681  doc/fontconfig-devel.sgml |   13 +-
25682  doc/fontconfig-user.sgml  |   43 +-
25683  fc-lang/nb.orth           |    2 +-
25684  fontconfig/fontconfig.h   |    7 +
25685  fonts.dtd                 |   19 +
25686  src/fccache.c             |    2 +-
25687  src/fccfg.c               |   55 ++-
25688  src/fcdir.c               |    2 +-
25689  src/fcfreetype.c          | 1085
25690  +++++++++++++++++++++++++++++++++------------
25691  src/fcint.h               |   21 +
25692  src/fclist.c              |    6 +-
25693  src/fcname.c              |    4 +
25694  src/fcpat.c               |   73 +++
25695  src/fcxml.c               |  162 +++++++
25696  18 files changed, 1282 insertions(+), 289 deletions(-)
25697
25698 commit c641c77d6f1a0b378e800c9e3502ae446839a8af
25699 Author: Keith Packard <keithp@keithp.com>
25700 Date:   Thu Sep 9 14:31:18 2004 +0000
25701
25702     Remove spurious / after $(DESTDIR)
25703     reviewed by: keithp
25704
25705  ChangeLog   | 7 +++++++
25706  Makefile.am | 2 +-
25707  2 files changed, 8 insertions(+), 1 deletion(-)
25708
25709 commit b5f36ca0b54d30d790f84ce68ea43a1bd0e606e9
25710 Author: Keith Packard <keithp@keithp.com>
25711 Date:   Wed Jun 30 20:06:41 2004 +0000
25712
25713     Update for 2.2.96
25714
25715  ChangeLog               |  7 +++++++
25716  README                  | 12 ++++++++++--
25717  configure.in            |  2 +-
25718  fontconfig/fontconfig.h |  2 +-
25719  4 files changed, 19 insertions(+), 4 deletions(-)
25720
25721 commit 28f93bc4122337f59afad31e610ce17c3d2b00a2
25722 Author: Keith Packard <keithp@keithp.com>
25723 Date:   Wed Jun 30 18:41:52 2004 +0000
25724
25725     Provided by: Lubos Lunak <l.lunak@suse.cz>
25726     However FcConfigUptoDate() doesn't seem to work. See the attached
25727     patch.
25728         First there's an obvious misplaced parenthesis making it return
25729         always
25730         false, and second, even this call fails to detect font changes
25731         (e.g.
25732         adding a new font to /usr/X11R6/lib/X11/fonts/truetype). The patch
25733         should fix that as well. The problem seems to be triggered by my
25734         fonts.conf specifying only /usr/X11R6/lib/X11/fonts , and
25735         therefore
25736         config->configDirs doesn't include subdirs, unlike
25737         config->fontDirs.
25738
25739  ChangeLog   | 14 ++++++++++++++
25740  src/fccfg.c |  4 ++--
25741  2 files changed, 16 insertions(+), 2 deletions(-)
25742
25743 commit 3d1ea0e5d48e0dfa72080a3318e3c2157500da3d
25744 Author: Keith Packard <keithp@keithp.com>
25745 Date:   Thu Jun 3 14:16:38 2004 +0000
25746
25747     Remove comma at end of FcResult enum definition.
25748
25749  ChangeLog               | 5 +++++
25750  fontconfig/fontconfig.h | 2 +-
25751  2 files changed, 6 insertions(+), 1 deletion(-)
25752
25753 commit 087d899ccfab846c15ccd9197f3b79d7dd8dc5bb
25754 Author: Keith Packard <keithp@keithp.com>
25755 Date:   Sat May 29 20:07:46 2004 +0000
25756
25757     Add steps to md5sum release
25758
25759  ChangeLog | 5 +++++
25760  INSTALL   | 5 ++++-
25761  2 files changed, 9 insertions(+), 1 deletion(-)
25762
25763 commit e867aa336c4b0d80702f01b1ff390ca8c81dd73a
25764 Author: Keith Packard <keithp@keithp.com>
25765 Date:   Sat May 29 19:49:52 2004 +0000
25766
25767     Add sh autogen.sh to INSTALL
25768
25769  INSTALL | 14 ++++++++------
25770  1 file changed, 8 insertions(+), 6 deletions(-)
25771
25772 commit d81271eb21db058d0e816044874b3a8b88439e82
25773 Author: Keith Packard <keithp@keithp.com>
25774 Date:   Sat May 29 19:36:32 2004 +0000
25775
25776     Update for 2.2.95
25777
25778  ChangeLog               |  7 +++++++
25779  README                  | 11 +++++++++--
25780  configure.in            |  2 +-
25781  fontconfig/fontconfig.h |  2 +-
25782  4 files changed, 18 insertions(+), 4 deletions(-)
25783
25784 commit ec0c740e392e6e05ae0fa204ebe191cbe27073cf
25785 Author: Keith Packard <keithp@keithp.com>
25786 Date:   Sat May 29 19:32:41 2004 +0000
25787
25788     Add FcResultOutOfMemory to provide an accurate error when
25789     FcFontSetMatch
25790         fails in this way
25791     Make #warning about lacking various FreeType features indicate which
25792         version those features appeared so users know how to fix the
25793         problem
25794         (Thanks to Anton Tropashko)
25795
25796  ChangeLog               | 12 ++++++++++++
25797  fontconfig/fontconfig.h |  3 ++-
25798  src/fcfreetype.c        |  6 +++---
25799  src/fcmatch.c           |  3 +++
25800  4 files changed, 20 insertions(+), 4 deletions(-)
25801
25802 commit 55a69bd0aeb4cde4e87c1c7cd04a9f10a1f4cb1a
25803 Author: Keith Packard <keithp@keithp.com>
25804 Date:   Thu May 6 02:28:37 2004 +0000
25805
25806     Replace MIN/MAX/ABS macros which happen to have come from FreeType
25807     with
25808         fontconfig-specific ones (FC_*)
25809
25810  ChangeLog        | 6 ++++++
25811  src/fcfreetype.c | 7 +++++--
25812  2 files changed, 11 insertions(+), 2 deletions(-)
25813
25814 commit bd0ddac8f34dd6ef0a9385aacf3edc4c81023452
25815 Author: Keith Packard <keithp@keithp.com>
25816 Date:   Sat Apr 24 02:54:40 2004 +0000
25817
25818     Extend release preparation instructions to include notification and
25819         distribution steps
25820
25821  ChangeLog |  6 ++++++
25822  INSTALL   | 11 +++++++++--
25823  2 files changed, 15 insertions(+), 2 deletions(-)
25824
25825 commit 626a70167d7805c20a157e945a1f380ae580661a
25826 Author: Keith Packard <keithp@keithp.com>
25827 Date:   Sat Apr 24 01:09:36 2004 +0000
25828
25829     Update to 2.2.94 (2.2.93 shipped with broken libtool bits)
25830
25831  ChangeLog               | 7 +++++++
25832  README                  | 9 +++++++--
25833  configure.in            | 2 +-
25834  fontconfig/fontconfig.h | 2 +-
25835  4 files changed, 16 insertions(+), 4 deletions(-)
25836
25837 commit 7969113f086176112fdc13347ea56ea52838117a
25838 Author: Keith Packard <keithp@keithp.com>
25839 Date:   Sat Apr 24 01:06:32 2004 +0000
25840
25841     Ignore a few more autotool files
25842
25843  .cvsignore | 4 ++++
25844  ChangeLog  | 5 +++++
25845  2 files changed, 9 insertions(+)
25846
25847 commit 6ae6acf3178d7dd10e2326f6833d25970e530f61
25848 Author: Keith Packard <keithp@keithp.com>
25849 Date:   Wed Apr 14 18:08:41 2004 +0000
25850
25851     Add instructions for doing a release
25852     clean up .spec file; perhaps this will be useful to somebody...
25853     Update to 2.2.93
25854     Make 'scanopen' static so GCC doesn't whine about lacking prototype
25855     Add WARN_CFLAGS to pass -W flags for GCC systems
25856     Change various char types around to match across function calls. Fixed
25857     bug
25858         in using available_sizes[i].height which is in pixels, not 64ths
25859         of a
25860         pixel.
25861
25862  ChangeLog                |  30 +++++++++++++
25863  INSTALL                  |  13 ++++++
25864  README                   |  27 +++++++++++-
25865  configure.in             |  14 +++++-
25866  fc-glyphname/Makefile.am |   2 +-
25867  fc-lang/Makefile.am      |   2 +-
25868  fc-lang/fc-lang.c        |   2 +-
25869  fc-list/Makefile.am      |   2 +-
25870  fc-match/Makefile.am     |   2 +-
25871  fontconfig.spec.in       |  42 +++++++++++++-----
25872  fontconfig/fontconfig.h  |   2 +-
25873  src/Makefile.am          |   1 +
25874  src/fcfreetype.c         | 109
25875  ++++++++++++++++++++++++-----------------------
25876  13 files changed, 176 insertions(+), 72 deletions(-)
25877
25878 commit 89e28590f3c85f302dcc5c611e7b9fa906e0ec07
25879 Author: Keith Packard <keithp@keithp.com>
25880 Date:   Sat Mar 6 23:44:11 2004 +0000
25881
25882     Force FC_FOUNDRY and FC_WIDTH to always be set so that matches
25883     looking for
25884         explicit values prefer exact matches
25885
25886  ChangeLog        |  6 ++++++
25887  src/fcfreetype.c | 18 ++++++++++--------
25888  2 files changed, 16 insertions(+), 8 deletions(-)
25889
25890 commit 02638f1ace0ad7e898317128c244dfd9c842d122
25891 Author: Keith Packard <keithp@keithp.com>
25892 Date:   Tue Mar 2 16:48:51 2004 +0000
25893
25894     Supplied by: mfabian@suse.de (Mike FABIAN)
25895     Bug #260 fc-cache generates wrong spacing values for bitmap fonts
25896     Was using
25897         (strcmp (a,b)) instead of (!strcmp(a,b)).
25898
25899  ChangeLog        | 8 ++++++++
25900  src/fcfreetype.c | 6 +++---
25901  2 files changed, 11 insertions(+), 3 deletions(-)
25902
25903 commit de66e750a5c5798dab5347675d6581183efa8105
25904 Author: Manish Singh <yosh@gimp.org>
25905 Date:   Sun Feb 22 02:21:37 2004 +0000
25906
25907     Cast strlen to int for printf, so we're 64-bit clean.
25908
25909  ChangeLog                   | 5 +++++
25910  fc-glyphname/fc-glyphname.c | 2 +-
25911  2 files changed, 6 insertions(+), 1 deletion(-)
25912
25913 commit 208a720f009357449647a56d6fe95a5a346a6578
25914 Author: Keith Packard <keithp@keithp.com>
25915 Date:   Wed Feb 11 18:53:05 2004 +0000
25916
25917     Ok, so I messed up the test for y_ppem. Let's see if I got it
25918     right this
25919         time.
25920
25921  ChangeLog        |  7 +++++++
25922  configure.in     | 15 +++------------
25923  src/fcfreetype.c |  4 ++--
25924  3 files changed, 12 insertions(+), 14 deletions(-)
25925
25926 commit 4f38fa81062e5e2e151715a162c295b9a216568a
25927 Author: Keith Packard <keithp@keithp.com>
25928 Date:   Tue Feb 10 18:38:58 2004 +0000
25929
25930     Pre-2.1.5 versions of FreeType didn't include y_ppem in the
25931     FT_Bitmap_Size
25932         record. Add a configure.in test for this and change the code
25933         accordingly (using height instead).
25934
25935  ChangeLog        |  8 ++++++++
25936  configure.in     | 21 +++++++++++++++++++--
25937  src/fcfreetype.c |  4 ++++
25938  3 files changed, 31 insertions(+), 2 deletions(-)
25939
25940 commit b68b96464f6488dbc62c4dcd62ca7e2eed3141d2
25941 Author: Keith Packard <keithp@keithp.com>
25942 Date:   Sat Feb 7 07:13:48 2004 +0000
25943
25944     Add Low Saxon orthography (Kenneth Rohde Christiansen
25945     <kenneth@gnu.org>)
25946     Oops. Left 'newest.set' unset, which would miscompute the newest file
25947     Add FcGetPixelSize to extract correct pixel size from bdf/pcf font
25948         properties (which report the wrong value in current FreeType)
25949     Don't attempt to check for empty glyphs in non-scalable fonts;
25950     they have no
25951         outlines...
25952
25953  ChangeLog        | 18 ++++++++++++++++++
25954  fc-lang/nds.orth | 40 ++++++++++++++++++++++++++++++++++++++++
25955  src/fccfg.c      |  3 +++
25956  src/fcfreetype.c | 36 ++++++++++++++++++++++++------------
25957  4 files changed, 85 insertions(+), 12 deletions(-)
25958
25959 commit f4c52909ab5321df608fe7af2da3edcab48818d9
25960 Author: Tor Lillqvist <tml@iki.fi>
25961 Date:   Sun Feb 1 19:32:36 2004 +0000
25962
25963     fontconfig, at least as used by GIMP and/or PangoFT2 on Windows,
25964     crashes
25965         when trying to save the cache if config->cache is NULL, which
25966         happens
25967         if FcConfigHome() is NULL. Guard against that by using the
25968         temp folder
25969         in that case.
25970
25971  ChangeLog   |  7 +++++++
25972  src/fccfg.c | 25 +++++++++++++++++++++++++
25973  2 files changed, 32 insertions(+)
25974
25975 commit d3481737be37255408025f4b3cf2c8b14a6b2ff7
25976 Author: Roozbeh Pournader <roozbeh@farsiweb.info>
25977 Date:   Sat Jan 3 18:27:29 2004 +0000
25978
25979     Added orthographies for Iranian Azerbaijani and Kurdish, and Pashto
25980     (Afghan
25981         and Pakistani).
25982     Updated Urdu orthography with real data.
25983
25984  ChangeLog          | 11 +++++++++++
25985  fc-lang/az_ir.orth | 32 ++++++++++++++++++++++++++++++++
25986  fc-lang/ku_ir.orth | 49 +++++++++++++++++++++++++++++++++++++++++++++++++
25987  fc-lang/ps_af.orth | 52
25988  ++++++++++++++++++++++++++++++++++++++++++++++++++++
25989  fc-lang/ps_pk.orth | 52
25990  ++++++++++++++++++++++++++++++++++++++++++++++++++++
25991  fc-lang/ur.orth    | 41 +++++++++++++++++++++++++++++++++++++----
25992  6 files changed, 233 insertions(+), 4 deletions(-)
25993
25994 commit f6d784313fa87d405b4b4165ee7b9248dd378df2
25995 Author: Carl Worth <cworth@cworth.org>
25996 Date:   Fri Dec 12 17:07:55 2003 +0000
25997
25998     Remove excessive whitespace (missed on previous commit)
25999
26000  fc-cache/Makefile.am | 8 ++++----
26001  1 file changed, 4 insertions(+), 4 deletions(-)
26002
26003 commit d098e4ebe7e3b87a66ddbe09bafe3582373a022c
26004 Author: Carl Worth <cworth@cworth.org>
26005 Date:   Thu Dec 11 19:30:07 2003 +0000
26006
26007     Move man_MANS into the 'if USEDOCBOOK' block.
26008     Move man_MANS into the 'if USEDOCBOOK' block. (all-local): Remove
26009     excessive
26010         whitespace.
26011     Add 'set -e' to abort when any program fails, (avoids printing of
26012     'now type
26013         make' after configure aborts).
26014
26015  ChangeLog            | 12 ++++++++++++
26016  autogen.sh           |  2 ++
26017  fc-cache/Makefile.am |  6 +++---
26018  fc-list/Makefile.am  |  4 ++--
26019  4 files changed, 19 insertions(+), 5 deletions(-)
26020
26021 commit 408dd9c07a9b0b755f9338b4cbff9e4292fa391d
26022 Author: Keith Packard <keithp@keithp.com>
26023 Date:   Tue Nov 18 07:53:04 2003 +0000
26024
26025     Switch to FreeType 2.1.7 style includes. Bug #150.
26026     reviewed by: Keith Packard <keithp@keithp.com>
26027
26028  ChangeLog               |  9 +++++++++
26029  doc/Makefile.am         |  1 +
26030  fontconfig/fcfreetype.h |  3 ++-
26031  src/fcfreetype.c        | 17 +++++++++--------
26032  4 files changed, 21 insertions(+), 9 deletions(-)
26033
26034 commit 8e8fcda45c07bb0934f30887282238a57cc619da
26035 Author: Noah Levitt <nlevitt@gmail.com>
26036 Date:   Sun Nov 16 19:08:04 2003 +0000
26037
26038     Add some example usages.
26039
26040  ChangeLog            |  4 ++++
26041  fc-list/fc-list.sgml | 23 +++++++++++++++++++++++
26042  2 files changed, 27 insertions(+)
26043
26044 commit 344a0e33618cd0e9f620b5fa55969602d775934c
26045 Author: Roozbeh Pournader <roozbeh@farsiweb.info>
26046 Date:   Mon Nov 10 17:34:36 2003 +0000
26047
26048     Fixed a bug "FcStrtod" in handling some cases with two-byte decimal
26049         separators.
26050
26051  ChangeLog   | 8 +++++++-
26052  src/fcxml.c | 7 +++++--
26053  2 files changed, 12 insertions(+), 3 deletions(-)
26054
26055 commit 27143fc9a2ac9b7dc87ab874251df356611b25e5
26056 Author: Keith Packard <keithp@keithp.com>
26057 Date:   Mon Oct 27 10:47:53 2003 +0000
26058
26059     Update to version 2.2.92
26060
26061  ChangeLog               | 6 ++++++
26062  configure.in            | 2 +-
26063  fontconfig/fontconfig.h | 2 +-
26064  3 files changed, 8 insertions(+), 2 deletions(-)
26065
26066 commit 4cbc3ee8fe4a6266b2d107c7475a65de6bdd1068
26067 Author: Keith Packard <keithp@keithp.com>
26068 Date:   Mon Oct 27 10:44:13 2003 +0000
26069
26070     Yet more cleanups to finish getting 'make distcheck' working This
26071     has been
26072         tested to ensure that it even works from a _build directory.
26073
26074  ChangeLog                |  16 ++++++
26075  Makefile.am              |   1 +
26076  configure.in             |  10 ++++
26077  doc/Makefile.am          | 133
26078  +++++++++++++++--------------------------------
26079  fc-cache/Makefile.am     |   2 +-
26080  fc-glyphname/Makefile.am |   6 +--
26081  fc-lang/Makefile.am      |   5 +-
26082  fc-list/Makefile.am      |   2 +-
26083  fc-match/Makefile.am     |   2 +-
26084  test/Makefile.am         |   4 +-
26085  test/run-test.sh         |  28 ++++++----
26086  11 files changed, 98 insertions(+), 111 deletions(-)
26087
26088 commit 394b2bf04651d62194c7faa836899d33ca3ed017
26089 Author: Keith Packard <keithp@keithp.com>
26090 Date:   Mon Oct 27 06:30:29 2003 +0000
26091
26092     Attempts to fix 'make distcheck' work. Things are progressing
26093     pretty well,
26094         but there are still failures long into the process dealing
26095         with docs
26096         (as always).
26097     The big changes here are mostly to make $(srcdir) != "." work
26098     correctly,
26099         fixing the docbook related sections and fc-lang were particularily
26100         tricky. Docbook refuses to load system entities from anywhere
26101         other
26102         than where the original .sgml file was located, so no luck
26103         looking in
26104         "." for the configure-generated version.sgml and confdir.sgml
26105         files.
26106     fc-lang needed help finding .orth files; added a -d option to set the
26107         directory as the least evil of many options.
26108     Now to go use a faster machine and try and wring out the last issues.
26109
26110  ChangeLog                | 27 +++++++++++++++++++
26111  configure.in             |  2 +-
26112  doc/Makefile.am          | 68
26113  +++++++++++++++++++++++++++++++++++++++++-------
26114  fc-cache/Makefile.am     | 13 ++++-----
26115  fc-glyphname/Makefile.am | 11 +++++---
26116  fc-lang/Makefile.am      | 10 ++++---
26117  fc-lang/fc-lang.c        | 29 +++++++++++++++++++--
26118  fc-list/Makefile.am      | 10 ++++---
26119  fc-match/Makefile.am     |  2 +-
26120  9 files changed, 142 insertions(+), 30 deletions(-)
26121
26122 commit 3541556bd38d6b1a3fffe1a661edce2f8d60e06a
26123 Author: Keith Packard <keithp@keithp.com>
26124 Date:   Sun Oct 26 16:52:28 2003 +0000
26125
26126     Tag version 2.2.91
26127
26128  ChangeLog               | 4 ++++
26129  configure.in            | 2 +-
26130  fontconfig/fontconfig.h | 2 +-
26131  3 files changed, 6 insertions(+), 2 deletions(-)
26132
26133 commit e99043ac778280ed16ab69ca0844b634f7d20f30
26134 Author: Keith Packard <keithp@keithp.com>
26135 Date:   Sun Oct 26 16:45:23 2003 +0000
26136
26137     Include confdir.sgml.in in EXTRA_DIST
26138
26139  ChangeLog       | 5 +++++
26140  doc/Makefile.am | 2 +-
26141  2 files changed, 6 insertions(+), 1 deletion(-)
26142
26143 commit 75839218d18a7fad2f7e84cb995724763f7cae11
26144 Author: Josselin Mouette <joss@debian.org>
26145 Date:   Thu Oct 9 18:21:49 2003 +0000
26146
26147     Replace fc-cache and fc-list manpages with more detailed, SGML
26148     versions.
26149
26150  ChangeLog              |   7 ++
26151  fc-cache/.cvsignore    |   1 +
26152  fc-cache/Makefile.am   |  24 +++++-
26153  fc-cache/fc-cache.1    |  51 -------------
26154  fc-cache/fc-cache.sgml | 200
26155  +++++++++++++++++++++++++++++++++++++++++++++++++
26156  fc-list/.cvsignore     |   1 +
26157  fc-list/Makefile.am    |  24 +++++-
26158  fc-list/fc-list.1      |  37 ---------
26159  fc-list/fc-list.sgml   | 165 ++++++++++++++++++++++++++++++++++++++++
26160  9 files changed, 420 insertions(+), 90 deletions(-)
26161
26162 commit f077d662c001468eb2aa1261549accd9ff3de401
26163 Author: Owen Taylor <otaylor@redhat.com>
26164 Date:   Tue Sep 23 20:12:20 2003 +0000
26165
26166     Add a FC_HINT_STYLE key for patterns, with possible values
26167         HINT_NONE/HINT_SLIGHT/HINT_MEDIUM/HINT_FULL. (Bug #117)
26168
26169  ChangeLog               | 7 +++++++
26170  fontconfig/fontconfig.h | 7 +++++++
26171  src/fcdefault.c         | 5 +++++
26172  src/fcname.c            | 6 ++++++
26173  4 files changed, 25 insertions(+)
26174
26175 commit 44f59f71688d557b75a94e2a8786ec5ae80308ae
26176 Author: Owen Taylor <otaylor@redhat.com>
26177 Date:   Tue Sep 23 20:06:40 2003 +0000
26178
26179     Remove Georgian capitals, they aren't used for normal writing. (Bug
26180     #116)
26181
26182  ChangeLog       | 5 +++++
26183  fc-lang/ka.orth | 2 +-
26184  2 files changed, 6 insertions(+), 1 deletion(-)
26185
26186 commit a05d257fb3b2cf37c6c633029b308a76fe61b9c2
26187 Author: Noah Levitt <nlevitt@gmail.com>
26188 Date:   Sat Sep 6 19:40:41 2003 +0000
26189
26190     Add new spacing value FC_DUAL (dual-width, as some CJK fonts). (bug
26191     #111)
26192     When checking for monospace and dual-width fonts, allow roughly a 3%
26193         variance in the advances.
26194
26195  ChangeLog                 | 13 +++++++++++
26196  doc/fontconfig-devel.sgml |  4 ++--
26197  doc/fontconfig-user.sgml  |  3 ++-
26198  fontconfig/fontconfig.h   |  1 +
26199  src/fcfreetype.c          | 55
26200  +++++++++++++++++++++++++++++++++++++----------
26201  src/fcname.c              |  1 +
26202  6 files changed, 63 insertions(+), 14 deletions(-)
26203
26204 commit 3ef32bcdc4662fbc10bc5217ea7849cd31480d73
26205 Author: Manish Singh <yosh@gimp.org>
26206 Date:   Mon Sep 1 05:11:17 2003 +0000
26207
26208     FcConfigAppFontClear: Support passing NULL to use default config.
26209
26210  ChangeLog   | 5 +++++
26211  src/fccfg.c | 7 +++++++
26212  2 files changed, 12 insertions(+)
26213
26214 commit 34cd0514a215d65af6822eba2c2f0cd04eb0065f
26215 Author: Carl Worth <cworth@cworth.org>
26216 Date:   Fri Aug 15 19:45:20 2003 +0000
26217
26218     Added new FcFini function for cleaning up all memory. Fixed a
26219     few memory
26220         leaks. fc-list now calls FcFini, (and is now leak-free according
26221         to
26222         valgrind)
26223
26224  ChangeLog                   |  44 +++++++++++
26225  doc/Makefile.am             |   8 +-
26226  doc/edit-sgml.c             | 187
26227  +++++++++++++++++++++++++++++++-------------
26228  doc/fcinit.fncs             |  11 +++
26229  fc-glyphname/fc-glyphname.c |  35 +++++++--
26230  fc-list/fc-list.c           |   4 +
26231  fc-match/fc-match.c         |   2 +-
26232  fontconfig/fontconfig.h     |   3 +
26233  src/fccfg.c                 |   6 ++
26234  src/fccharset.c             |  64 +++++++++++++--
26235  src/fcinit.c                |  13 +++
26236  src/fcint.h                 |   6 ++
26237  src/fcpat.c                 |  84 +++++++++++++++++++-
26238  src/fcxml.c                 |   4 +
26239  src/fontconfig.def.in       |   1 +
26240  15 files changed, 398 insertions(+), 74 deletions(-)
26241
26242 commit 18906a876aa13550b1a10550ceeef6df0c4473ec
26243 Author: Keith Packard <keithp@keithp.com>
26244 Date:   Tue Aug 12 02:06:20 2003 +0000
26245
26246     Bug 103 -- FcObjectSetBuild must be terminated by (char *) 0 as
26247     varargs are
26248         untyped
26249
26250  fc-list/fc-list.c | 2 +-
26251  1 file changed, 1 insertion(+), 1 deletion(-)
26252
26253 commit 116e13b4431b051b8196db201c22cd67b30922e9
26254 Author: Keith Packard <keithp@keithp.com>
26255 Date:   Sun Jul 20 17:14:47 2003 +0000
26256
26257     Wrap fcfreetype.h with _FCFUNCPROTOBEGIN/_FCFUNCPROTOEND
26258
26259  fontconfig/fcfreetype.h | 4 ++++
26260  1 file changed, 4 insertions(+)
26261
26262 commit 74a623e02efc23a39fb35e8d338858877b8f89e7
26263 Author: Keith Packard <keithp@keithp.com>
26264 Date:   Sun Jul 20 16:06:18 2003 +0000
26265
26266     Implement new semantics for Contains and LISTING:
26267     LISTING requires that the font Contain all of the pattern values,
26268     where
26269         Contain is redefined for strings to mean precise matching (so that
26270         Courier 10 Pitch doesn't list Courier fonts)
26271     "Contains" for lang means both langs have the same language and
26272     either the
26273         same country or one is missing the country
26274
26275  src/fccfg.c  | 79
26276  +++++++++++++++++++++++++++++++++---------------------------
26277  src/fcdbg.c  |  3 +++
26278  src/fcint.h  |  3 ++-
26279  src/fclang.c | 18 ++++++++------
26280  src/fclist.c | 38 +++++++++++++++++++++--------
26281  src/fcxml.c  |  1 +
26282  6 files changed, 89 insertions(+), 53 deletions(-)
26283
26284 commit 26da2bb42f91360ecdee9006ff0f8a7ef0609a59
26285 Author: Keith Packard <keithp@keithp.com>
26286 Date:   Wed Jul 9 17:04:17 2003 +0000
26287
26288     Was miscomputing end of string position for FcStrtod in locales with
26289         multibyte separators
26290
26291  src/fcxml.c | 2 +-
26292  1 file changed, 1 insertion(+), 1 deletion(-)
26293
26294 commit 656c69d6a8a1e6a82cfdd599c657f8fc2717af8d
26295 Author: Keith Packard <keithp@keithp.com>
26296 Date:   Thu Jun 26 08:19:11 2003 +0000
26297
26298     Add autoconf checks for FT_Has_PS_Glyph_Names
26299
26300  configure.in     | 3 ++-
26301  src/fcfreetype.c | 6 ++++++
26302  2 files changed, 8 insertions(+), 1 deletion(-)
26303
26304 commit ee1debfdd9bae347e8bec29c0cbd668640a2aadf
26305 Author: Keith Packard <keithp@keithp.com>
26306 Date:   Thu Jun 26 00:39:04 2003 +0000
26307
26308     Allow config->cache to be null (as it is when $HOME is not set)
26309
26310  src/fccfg.c | 9 ++++++---
26311  1 file changed, 6 insertions(+), 3 deletions(-)
26312
26313 commit 79621aa5c786cdd4d14b43b58888979ef0d2a4c6
26314 Author: Keith Packard <keithp@keithp.com>
26315 Date:   Wed Jun 25 23:21:03 2003 +0000
26316
26317     Lean on autoconf to find useful FreeType functions (bug 95)
26318
26319  configure.in     |  7 +++++--
26320  src/fcfreetype.c | 46 +++++++++++++++++-----------------------------
26321  2 files changed, 22 insertions(+), 31 deletions(-)
26322
26323 commit 2b45ef3a8a164648647eba1265db6a3d10ea7bad
26324 Author: Keith Packard <keithp@keithp.com>
26325 Date:   Tue Jun 17 18:28:20 2003 +0000
26326
26327     Bug 75: dont build docs unless docbook is available. Dont install docs
26328         unless they are pre-built or buildable
26329
26330  Makefile.am     |  3 ++-
26331  configure.in    | 26 +++++++++++++++++++++-----
26332  doc/Makefile.am |  2 +-
26333  3 files changed, 24 insertions(+), 7 deletions(-)
26334
26335 commit e5871b5c5bdb09b2e5bb0d79ed03f22a27956a90
26336 Author: Keith Packard <keithp@keithp.com>
26337 Date:   Tue Jun 17 17:31:16 2003 +0000
26338
26339     Add FreeFont entries, fix whitespace in fonts.conf.in (bug 93, from
26340         vvas@hal.csd.auth.gr (Vasilis Vasaitis))
26341
26342  fonts.conf.in | 22 ++++++++++++++--------
26343  1 file changed, 14 insertions(+), 8 deletions(-)
26344
26345 commit 231051f41669095db4a2c5680a0945fb1ff45a2d
26346 Author: Tor Lillqvist <tml@iki.fi>
26347 Date:   Sun Jun 15 22:57:21 2003 +0000
26348
26349     Remove CRs from the out file before comparing (needed on Windows).
26350
26351  ChangeLog        | 3 +++
26352  test/run-test.sh | 1 +
26353  2 files changed, 4 insertions(+)
26354
26355 commit 92af858f2a7dcc972bf482397ac75d7e0ca38dd9
26356 Author: Tor Lillqvist <tml@iki.fi>
26357 Date:   Sun Jun 15 22:45:12 2003 +0000
26358
26359     Trivial braino.
26360
26361  src/fccfg.c | 2 +-
26362  1 file changed, 1 insertion(+), 1 deletion(-)
26363
26364 commit c3941ba9c064d41f248c6a00f06423f3c50c685d
26365 Author: Tor Lillqvist <tml@iki.fi>
26366 Date:   Sun Jun 15 22:35:52 2003 +0000
26367
26368     Fix cut&paste error.
26369
26370  ChangeLog         | 4 ++++
26371  fontconfig-zip.in | 3 ++-
26372  src/Makefile.am   | 2 +-
26373  3 files changed, 7 insertions(+), 2 deletions(-)
26374
26375 commit e5206dbcb34457ef69a993ad6b4cc8c3da53e1aa
26376 Author: Tor Lillqvist <tml@iki.fi>
26377 Date:   Fri Jun 13 23:04:35 2003 +0000
26378
26379     Check also for DLL_EXPORT as indication of being built as a DLL
26380     on Win32.
26381
26382  ChangeLog   | 3 +++
26383  src/fccfg.c | 6 +++++-
26384  2 files changed, 8 insertions(+), 1 deletion(-)
26385
26386 commit ee1d81259ec5b0b91cf19ea72abec29f5561217b
26387 Author: Tor Lillqvist <tml@iki.fi>
26388 Date:   Fri Jun 13 22:43:28 2003 +0000
26389
26390     Add share/doc directory. Add Fc*.3 man pages.
26391     Set FC_DEFAULT_FONTS on Win32 to the WINDOWSFONTDIR token.
26392     Move the LIBRARY and VERSION lines to the end, not to confuse libtool,
26393         which expects the EXPORTS line to be the first. Add
26394         FcConfigEnableHome.
26395
26396  ChangeLog             | 12 ++++++++++++
26397  configure.in          | 12 +++++++++---
26398  fontconfig-zip.in     |  4 +++-
26399  src/fontconfig.def.in |  5 +++--
26400  4 files changed, 27 insertions(+), 6 deletions(-)
26401
26402 commit 4ae7f71c89cd69d5273f82f03aadcb0c78b16c8d
26403 Author: Keith Packard <keithp@keithp.com>
26404 Date:   Mon Jun 9 19:21:06 2003 +0000
26405
26406     Update to version 2.2.90
26407
26408  ChangeLog               | 4 ++++
26409  configure.in            | 2 +-
26410  fontconfig/fontconfig.h | 2 +-
26411  3 files changed, 6 insertions(+), 2 deletions(-)
26412
26413 commit 8edb970e93f2dafc4fcd821df6240e807aa2ef8a
26414 Author: Keith Packard <keithp@keithp.com>
26415 Date:   Mon Jun 9 19:15:00 2003 +0000
26416
26417     Add a bunch of ChangeLog entries
26418
26419  ChangeLog | 79
26420  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
26421  1 file changed, 78 insertions(+), 1 deletion(-)
26422
26423 commit 440e7054857a9a6382243f33498b2384f246379d
26424 Author: Keith Packard <keithp@keithp.com>
26425 Date:   Mon Jun 9 18:49:19 2003 +0000
26426
26427     Add fc-match program to demonstrate font matching from the command
26428     line
26429
26430  Makefile.am         | 2 +-
26431  configure.in        | 1 +
26432  fc-match/.cvsignore | 5 +++++
26433  3 files changed, 7 insertions(+), 1 deletion(-)
26434
26435 commit 947afeb566e738de3980c8c8751358ecfebdba25
26436 Author: Keith Packard <keithp@keithp.com>
26437 Date:   Mon Jun 9 17:31:03 2003 +0000
26438
26439     Optimization in FcLangSetIndex was broken, occasionally returning
26440     a pointer
26441         to the wrong location on miss
26442
26443  src/fclang.c | 21 +++++++--------------
26444  1 file changed, 7 insertions(+), 14 deletions(-)
26445
26446 commit 8bc4bc134aac8889125afd292e66c0bb9864d8d4
26447 Author: Keith Packard <keithp@keithp.com>
26448 Date:   Mon Jun 9 16:53:31 2003 +0000
26449
26450     Add fc-match program
26451
26452  fc-match/Makefile.am |  32 +++++++++
26453  fc-match/fc-match.1  |  39 +++++++++++
26454  fc-match/fc-match.c  | 188
26455  +++++++++++++++++++++++++++++++++++++++++++++++++++
26456  3 files changed, 259 insertions(+)
26457
26458 commit 6d3a90a41c63d479e3a109790a4ac466ee992478
26459 Author: Keith Packard <keithp@keithp.com>
26460 Date:   Sat May 31 21:07:01 2003 +0000
26461
26462     (Bug 85) add support for culmus fonts
26463
26464  fonts.conf.in | 39 +++++----------------------------------
26465  1 file changed, 5 insertions(+), 34 deletions(-)
26466
26467 commit 86b1243193a1cbab3286ee97d2543bfc841a575a
26468 Author: Keith Packard <keithp@keithp.com>
26469 Date:   Sat May 31 14:58:41 2003 +0000
26470
26471     (Bug 87) Automake 1.4 doesn't do man_MAN1 correctly (Bug 88) Fix
26472     usage info
26473         on non-long option systems (Tim Mooney)
26474
26475  ChangeLog                             |  4 ++++
26476  fc-cache/Makefile.am                  |  4 ++--
26477  fc-cache/{fc-cache.man => fc-cache.1} |  8 +++++++-
26478  fc-cache/fc-cache.c                   | 19 ++++++++++++++++---
26479  fc-list/Makefile.am                   |  4 ++--
26480  fc-list/{fc-list.man => fc-list.1}    |  3 ++-
26481  fc-list/fc-list.c                     | 11 +++++++++++
26482  7 files changed, 44 insertions(+), 9 deletions(-)
26483
26484 commit d4d1e8bc604c98d647d70f9188744b95deba8723
26485 Author: James Su <suzhe@turbolinux.com.cn>
26486 Date:   Wed May 28 01:34:38 2003 +0000
26487
26488     Fix "contains" op for strings and langsets.
26489
26490  fontconfig/fontconfig.h |   6 +++
26491  src/fccfg.c             |  16 +++++---
26492  src/fcstr.c             | 103
26493  ++++++++++++++++++++++++++++++++++++++++++++++++
26494  3 files changed, 119 insertions(+), 6 deletions(-)
26495
26496 commit 53183e66e564c03401237f6fea873733ef326890
26497 Author: Keith Packard <keithp@keithp.com>
26498 Date:   Sat May 17 02:17:19 2003 +0000
26499
26500     Fix build error with BDF prop local. Free langset after query
26501
26502  src/fcfreetype.c | 9 ++++++++-
26503  1 file changed, 8 insertions(+), 1 deletion(-)
26504
26505 commit f777f1b35dc13da485ce488ad1d3b84f0c173cd1
26506 Author: Keith Packard <keithp@keithp.com>
26507 Date:   Fri May 16 16:37:16 2003 +0000
26508
26509     oops. Left the psfontinfo.weight matching code commented out while
26510     testing
26511         other stuff...
26512
26513  src/fcfreetype.c | 2 --
26514  1 file changed, 2 deletions(-)
26515
26516 commit ecb7c180d068f718c02e80f4282b00c4505a5eb5
26517 Author: Juliusz Chroboczek <Juliusz.Chroboczek@pps.jussieu.fr>
26518 Date:   Wed May 14 20:23:24 2003 +0000
26519
26520     Extract spacing from XLFD atom
26521
26522  src/fcfreetype.c | 14 ++++++++++++++
26523  1 file changed, 14 insertions(+)
26524
26525 commit 0b7a0da20b24321ef60aee99cd9071a50d78015b
26526 Author: Keith Packard <keithp@keithp.com>
26527 Date:   Mon May 12 20:48:59 2003 +0000
26528
26529     Use FcIsWidth to share code
26530     Set FT_LOAD_IGNORE_GLOBAL_ADVANCE_WIDTH when scanning fonts to avoid
26531         misclassifying some Han fonts as monospaced.
26532
26533  src/fcfreetype.c | 27 ++++++---------------------
26534  1 file changed, 6 insertions(+), 21 deletions(-)
26535
26536 commit 65d1441df89b898dd74ac1f0fba69c83441dba92
26537 Author: Juliusz Chroboczek <Juliusz.Chroboczek@pps.jussieu.fr>
26538 Date:   Mon May 12 09:11:10 2003 +0000
26539
26540     Reinstate SETWIDTH_NAME parsing for legacy fonts, disappeared in 1.30.
26541
26542  src/fcfreetype.c | 5 ++++-
26543  1 file changed, 4 insertions(+), 1 deletion(-)
26544
26545 commit 0f362ad520e61e096c887f9374a485c3df32655a
26546 Author: Juliusz Chroboczek <Juliusz.Chroboczek@pps.jussieu.fr>
26547 Date:   Mon May 12 09:04:24 2003 +0000
26548
26549     Generate FC_SIZE and FC_DPI for legacy bitmap fonts
26550
26551  src/fcfreetype.c | 41 +++++++++++++++++++++++++++++++++++++++++
26552  1 file changed, 41 insertions(+)
26553
26554 commit d47c9d6efec6c3c086efc187c68d79ca0c077dfa
26555 Author: Keith Packard <keithp@keithp.com>
26556 Date:   Wed May 7 16:13:24 2003 +0000
26557
26558     Add filename-based accept/reject to ammend available fonts.
26559     change FT_ENCODING_ADOBE_CUSTOM to ft_encoding_adobe_custom for older
26560         FreeType releases.
26561
26562  src/fccache.c    | 18 ++++++-----
26563  src/fccfg.c      | 96
26564  +++++++++++++++++++++++++++++++++++++++++++++++++++++---
26565  src/fcdir.c      | 60 ++++++++++++++++++++++++++---------
26566  src/fcfreetype.c |  2 +-
26567  src/fcint.h      | 40 +++++++++++++++++++++--
26568  src/fcxml.c      | 46 ++++++++++++++++++++++++++-
26569  6 files changed, 232 insertions(+), 30 deletions(-)
26570
26571 commit f98ecf63395fc62a6ee2a24741e09fb5940be3aa
26572 Author: Keith Packard <keithp@keithp.com>
26573 Date:   Tue May 6 14:26:34 2003 +0000
26574
26575     Remove 0b82 and Tamil numbers from tamil orthography (Jungshik Shin
26576         <jshin@mailaps.org>)
26577
26578  fc-lang/ta.orth | 7 +++++--
26579  1 file changed, 5 insertions(+), 2 deletions(-)
26580
26581 commit 8ef6a58cb071396630cf05ec857f8c90524752f9
26582 Author: Keith Packard <keithp@keithp.com>
26583 Date:   Sun May 4 22:58:29 2003 +0000
26584
26585     Add more .cvsignore entries
26586
26587  .cvsignore     | 1 +
26588  src/.cvsignore | 1 +
26589  2 files changed, 2 insertions(+)
26590
26591 commit 3018151753821434135c0c17873764f3283fcc50
26592 Author: Keith Packard <keithp@keithp.com>
26593 Date:   Sun May 4 22:57:00 2003 +0000
26594
26595     Add more .cvsignore entries
26596
26597  .cvsignore | 5 +++++
26598  1 file changed, 5 insertions(+)
26599
26600 commit 7769c3213dc832f7643660d6aab5fade96cd57c3
26601 Author: Keith Packard <keithp@keithp.com>
26602 Date:   Sun May 4 22:53:49 2003 +0000
26603
26604     Handle Adobe glyph names for fonts which include ADOBE_CUSTOM
26605     encodings
26606
26607  Makefile.am      |   2 +-
26608  configure.in     |   1 +
26609  src/fcfreetype.c | 160
26610  ++++++++++++++++++++++++++++++++++++++++++++++++++++++-
26611  src/fcint.h      |  10 ++++
26612  4 files changed, 170 insertions(+), 3 deletions(-)
26613
26614 commit 83321a017a9586aa4f3ace022a91f69122c08ed8
26615 Author: Keith Packard <keithp@keithp.com>
26616 Date:   Sun May 4 22:51:36 2003 +0000
26617
26618     Add .cvsignore in new fc-glyphname dir
26619
26620  fc-glyphname/.cvsignore | 6 ++++++
26621  1 file changed, 6 insertions(+)
26622
26623 commit 721d496d7864ff587f51637f578f4b35d501d091
26624 Author: Keith Packard <keithp@keithp.com>
26625 Date:   Sun May 4 22:50:17 2003 +0000
26626
26627     Add fc-glyphname to compute hash tables for Adobe glyph name to UCS4
26628         conversion functions
26629
26630  fc-glyphname/Makefile.am        |   42 +
26631  fc-glyphname/fc-glyphname.c     |  287 +++
26632  fc-glyphname/fcglyphname.tmpl.h |   25 +
26633  fc-glyphname/glyphlist.txt      | 4291
26634  +++++++++++++++++++++++++++++++++++++++
26635  fc-glyphname/zapfdingbats.txt   |  212 ++
26636  5 files changed, 4857 insertions(+)
26637
26638 commit 11fec41c0e4211ca4cdcd0b63fb8ef8257e2bd0c
26639 Author: Keith Packard <keithp@keithp.com>
26640 Date:   Fri May 2 01:11:53 2003 +0000
26641
26642     Grub through style to find weight/slant/width values when other
26643     techniques
26644         fail
26645
26646  src/fcfreetype.c | 228
26647  +++++++++++++++++++++++++++++++++++++------------------
26648  src/fcint.h      |   6 ++
26649  src/fcstr.c      |  74 ++++++++++++++++++
26650  3 files changed, 233 insertions(+), 75 deletions(-)
26651
26652 commit 1f71c4d878a74a42b6bf2e6137b32487fcb18b8d
26653 Author: Keith Packard <keithp@keithp.com>
26654 Date:   Fri May 2 01:11:09 2003 +0000
26655
26656     Add book constant for book weight
26657
26658  src/fcname.c | 1 +
26659  1 file changed, 1 insertion(+)
26660
26661 commit ad293de0041230d530c5b3d2be56690db49e4510
26662 Author: Keith Packard <keithp@keithp.com>
26663 Date:   Fri May 2 01:09:57 2003 +0000
26664
26665     Add FC_WEIGHT_BOOK as weight 75
26666
26667  fontconfig/fontconfig.h | 1 +
26668  1 file changed, 1 insertion(+)
26669
26670 commit a6a66da0adfc6c7899b61eb6531d14f794d25d94
26671 Author: Noah Levitt <nlevitt@gmail.com>
26672 Date:   Thu May 1 16:20:27 2003 +0000
26673
26674     Fix expat function check.
26675
26676  configure.in | 8 ++++----
26677  1 file changed, 4 insertions(+), 4 deletions(-)
26678
26679 commit 700a41281a1712db29cc3b34aa293e9a4680c5c3
26680 Author: Noah Levitt <nlevitt@gmail.com>
26681 Date:   Thu May 1 16:15:28 2003 +0000
26682
26683     Check for an expat function that won't be there if expat is too old.
26684
26685  configure.in | 4 ++--
26686  1 file changed, 2 insertions(+), 2 deletions(-)
26687
26688 commit 3760a63825f931b7d5ef44b991c83f597b50f1a4
26689 Author: Keith Packard <keithp@keithp.com>
26690 Date:   Thu May 1 14:31:04 2003 +0000
26691
26692     Add demi and book postscript weight names. Allow spaces in postscript
26693     and X
26694         matching
26695
26696  src/fcfreetype.c | 6 ++++--
26697  1 file changed, 4 insertions(+), 2 deletions(-)
26698
26699 commit 1af9b7b4d945b1f15ea5c2d9a20cfecef4f3e199
26700 Author: Keith Packard <keithp@keithp.com>
26701 Date:   Wed Apr 30 15:17:42 2003 +0000
26702
26703     Typo in bitstream foundry name
26704
26705  src/fcfreetype.c | 2 +-
26706  1 file changed, 1 insertion(+), 1 deletion(-)
26707
26708 commit 70ee88099eac5cb5f75b392dc38ce16852f3b0bd
26709 Author: Keith Packard <keithp@keithp.com>
26710 Date:   Thu Apr 24 17:31:03 2003 +0000
26711
26712     Debug output for unknown ps weight names. ignore italic_angle for
26713     PS fonts
26714         as FreeType already checks that
26715
26716  src/fcfreetype.c | 15 +++++++++++++--
26717  1 file changed, 13 insertions(+), 2 deletions(-)
26718
26719 commit f45d39b1fda93c949f4625a9fcee0c482b5cacd7
26720 Author: Keith Packard <keithp@keithp.com>
26721 Date:   Thu Apr 24 15:29:33 2003 +0000
26722
26723     FcFontList broken when presented a charset - was comparing inclusion
26724     in the
26725         wrong direction
26726
26727  src/fccfg.c     |  8 ++++----
26728  src/fccharset.c | 15 +++++++++++++++
26729  2 files changed, 19 insertions(+), 4 deletions(-)
26730
26731 commit 7d5c134a0a74b97438f3cdcc18ba44661d7253bf
26732 Author: Keith Packard <keithp@keithp.com>
26733 Date:   Wed Apr 23 04:45:39 2003 +0000
26734
26735     Oops. Missing newline in .cvsignore
26736
26737  doc/.cvsignore | 2 +-
26738  1 file changed, 1 insertion(+), 1 deletion(-)
26739
26740 commit 8c87b4293fe27398d9c6500189a1f72741afdff3
26741 Author: Keith Packard <keithp@keithp.com>
26742 Date:   Wed Apr 23 04:09:28 2003 +0000
26743
26744     Fix docs to close sgml tags
26745
26746  ChangeLog                 | 8 ++++++++
26747  doc/fcpattern.fncs        | 1 +
26748  doc/fontconfig-devel.sgml | 1 +
26749  doc/func.sgml             | 1 +
26750  4 files changed, 11 insertions(+)
26751
26752 commit c92926bf653425fff0291f1070cc7205e91810a0
26753 Author: Keith Packard <keithp@keithp.com>
26754 Date:   Wed Apr 23 04:06:18 2003 +0000
26755
26756     Add confdir.sgml to .cvsignore
26757
26758  doc/.cvsignore | 1 +
26759  1 file changed, 1 insertion(+)
26760
26761 commit f946755cdb0b0db08debc9f0ee1c2d4f62b484a1
26762 Author: Keith Packard <keithp@keithp.com>
26763 Date:   Wed Apr 23 04:05:58 2003 +0000
26764
26765     Use CONFDIR instead of SYSCONFDIR/fonts in manual. Use awk to strip
26766         trailing newline instead of leaving CVS file without a newline
26767         (which
26768         will break at some point)
26769
26770  doc/Makefile.am     | 3 ++-
26771  doc/confdir.sgml.in | 2 +-
26772  2 files changed, 3 insertions(+), 2 deletions(-)
26773
26774 commit 8b290c54761ee020b0bc197c7ea06366e73be66c
26775 Author: Noah Levitt <nlevitt@gmail.com>
26776 Date:   Wed Apr 23 00:40:24 2003 +0000
26777
26778     Got rid of the newline at the end of the file. It's yucky but,
26779     I'm not sure
26780         how else to get rid of the newline in the output.
26781
26782  doc/confdir.sgml.in | 2 +-
26783  1 file changed, 1 insertion(+), 1 deletion(-)
26784
26785 commit 4b4f42ab58714fda3214fcb4f3c9e566ebd25100
26786 Author: Noah Levitt <nlevitt@gmail.com>
26787 Date:   Wed Apr 23 00:08:03 2003 +0000
26788
26789     Getting closer to fixing /etc/fonts hard-coding.
26790
26791  configure.in        |  1 -
26792  doc/Makefile.am     |  4 ++++
26793  doc/confdir.sgml.in | 25 +++++++++++++++++++++++++
26794  3 files changed, 29 insertions(+), 1 deletion(-)
26795
26796 commit 27de1f430a3d95c64bc989ae1c7bf1198d059b4c
26797 Author: Noah Levitt <nlevitt@gmail.com>
26798 Date:   Tue Apr 22 23:34:50 2003 +0000
26799
26800     Testing syncmail yet again.
26801
26802  .cvsignore               |  2 +-
26803  configure.in             |  1 +
26804  doc/Makefile.am          | 12 ++++++------
26805  doc/fontconfig-user.sgml |  9 +++++----
26806  4 files changed, 13 insertions(+), 11 deletions(-)
26807
26808 commit 993ffcdd0cb1ab956a456243241ae96eb2b398d1
26809 Author: Keith Packard <keithp@keithp.com>
26810 Date:   Tue Apr 22 16:53:18 2003 +0000
26811
26812     Fix autogen.sh to work with newer automakes
26813
26814  autogen.sh | 45 +++++++++++++++++++++++++++++++++++----------
26815  1 file changed, 35 insertions(+), 10 deletions(-)
26816
26817 commit 5f84b65a26073141e02152d3e5889fb7cfe459a2
26818 Author: Keith Packard <keithp@keithp.com>
26819 Date:   Tue Apr 22 06:27:27 2003 +0000
26820
26821     Handle pattern elements moving during multiple edits
26822
26823  src/fccfg.c | 8 ++++++++
26824  1 file changed, 8 insertions(+)
26825
26826 commit 781f10486df22a422b92114ad438d4d8e74c9b93
26827 Author: Keith Packard <keithp@keithp.com>
26828 Date:   Mon Apr 21 16:12:22 2003 +0000
26829
26830     Update to version 2.2.0
26831
26832  configure.in            | 2 +-
26833  fontconfig/fontconfig.h | 4 ++--
26834  2 files changed, 3 insertions(+), 3 deletions(-)
26835
26836 commit 8eb4a52ed8ec96efb784a9cab5a21ba20b27733a
26837 Author: Noah Levitt <nlevitt@gmail.com>
26838 Date:   Mon Apr 21 06:17:23 2003 +0000
26839
26840     Fixed variable name mistake.
26841
26842  configure.in | 4 ++--
26843  1 file changed, 2 insertions(+), 2 deletions(-)
26844
26845 commit 965f77940cbe9743f0f57f8333c49708d3f3dd8c
26846 Author: Keith Packard <keithp@keithp.com>
26847 Date:   Sun Apr 20 04:44:09 2003 +0000
26848
26849     From James Su -- only part of page 0xff is Latin
26850
26851  src/fcfreetype.c | 3 ++-
26852  1 file changed, 2 insertions(+), 1 deletion(-)
26853
26854 commit 29d961a28e231302683577328ed4724319805a7f
26855 Author: Keith Packard <keithp@keithp.com>
26856 Date:   Fri Apr 18 15:56:05 2003 +0000
26857
26858     Guard calls to FT_Get_BDF_Property to avoid freetype jumping
26859     through null
26860         pointer
26861
26862  src/fcfreetype.c | 12 +++++++++---
26863  1 file changed, 9 insertions(+), 3 deletions(-)
26864
26865 commit 3a30abdb84ff973be86d4f75ee2fd54099f32ef1
26866 Author: Keith Packard <keithp@keithp.com>
26867 Date:   Thu Apr 17 21:50:24 2003 +0000
26868
26869     Pass FONTCONFIG_PATH in arguments to get expanded
26870
26871  src/Makefile.am | 1 +
26872  src/fccfg.c     | 4 ----
26873  2 files changed, 1 insertion(+), 4 deletions(-)
26874
26875 commit 2b2f2a714a6aa5a3fe451f44f85afc67ac921e36
26876 Author: Keith Packard <keithp@keithp.com>
26877 Date:   Thu Apr 17 21:29:12 2003 +0000
26878
26879     BDF properties not available until FreeType 2.1.4
26880
26881  src/fcfreetype.c | 2 +-
26882  1 file changed, 1 insertion(+), 1 deletion(-)
26883
26884 commit 12d49d3cf48a145189af5e27d88bdf4858d5c2b6
26885 Author: Colin Walters <walters@verbum.org>
26886 Date:   Thu Apr 17 17:43:04 2003 +0000
26887
26888     Remove some unused variables, and initialize some other ones so
26889     gcc doesn't
26890         warn us.
26891
26892  ChangeLog       | 5 +++++
26893  doc/edit-sgml.c | 1 +
26894  src/fclang.c    | 6 ++----
26895  3 files changed, 8 insertions(+), 4 deletions(-)
26896
26897 commit 996580dce5cd74dfdfe18c9f20e0a27817e5ed1b
26898 Author: Keith Packard <keithp@keithp.com>
26899 Date:   Thu Apr 17 15:47:34 2003 +0000
26900
26901     Solaris porting fixes
26902
26903  configure.in      | 4 ++--
26904  fc-lang/fc-lang.c | 4 ++--
26905  2 files changed, 4 insertions(+), 4 deletions(-)
26906
26907 commit b1e98ed99ead0a4c34ebf2554ea6076bebf621a4
26908 Author: Keith Packard <keithp@keithp.com>
26909 Date:   Wed Apr 16 22:04:42 2003 +0000
26910
26911     Add Vera support to default configuration
26912
26913  fonts.conf.in | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++
26914  1 file changed, 50 insertions(+)
26915
26916 commit e2925d7dc2877fba2112eb3de9853f3e889362c3
26917 Author: Keith Packard <keithp@keithp.com>
26918 Date:   Wed Apr 16 21:50:51 2003 +0000
26919
26920     bump version to 2.1.94
26921
26922  configure.in            | 2 +-
26923  fontconfig/fontconfig.h | 2 +-
26924  2 files changed, 2 insertions(+), 2 deletions(-)
26925
26926 commit ab06f005f66e12b46a5f1274eafa992be20a1f72
26927 Author: Keith Packard <keithp@keithp.com>
26928 Date:   Wed Apr 16 18:49:28 2003 +0000
26929
26930     add some changelog entries
26931
26932  ChangeLog | 18 ++++++++++++++++++
26933  1 file changed, 18 insertions(+)
26934
26935 commit 0e7a434783b28e9e954d3136195af7ba622c459d
26936 Author: Keith Packard <keithp@keithp.com>
26937 Date:   Wed Apr 16 18:08:47 2003 +0000
26938
26939     Search through the BDF properties for width and foundry information
26940
26941  src/fcfreetype.c | 76
26942  +++++++++++++++++++++++++++++++++++++++++++++++++++++++-
26943  1 file changed, 75 insertions(+), 1 deletion(-)
26944
26945 commit 2e2121f910dd84b0731985570d93cd31ae2edb61
26946 Author: Keith Packard <keithp@keithp.com>
26947 Date:   Wed Apr 16 16:19:38 2003 +0000
26948
26949     Move foundry detection data into fcfreetype.c (which is getting rather
26950         large at this point)
26951
26952  src/Makefile.am  |   2 +-
26953  src/data.h       |  77 ------------------------
26954  src/fcfreetype.c | 177
26955  ++++++++++++++++++++++++++++++++++++++++++-------------
26956  3 files changed, 137 insertions(+), 119 deletions(-)
26957
26958 commit 4515cf329ea6f5f4ddbfdee3bc275ba7b768330c
26959 Author: Keith Packard <keithp@keithp.com>
26960 Date:   Wed Apr 16 16:18:27 2003 +0000
26961
26962     bool was misdeclared in DTD
26963
26964  fonts.dtd | 2 +-
26965  1 file changed, 1 insertion(+), 1 deletion(-)
26966
26967 commit 3f7653c2badeb426f938bafe1a82c2917b7ea125
26968 Author: Keith Packard <keithp@keithp.com>
26969 Date:   Tue Apr 15 23:38:06 2003 +0000
26970
26971     Fix unary operator parsing. Add floor, ceil, trunc and round unary
26972         operators
26973
26974  fontconfig/fontconfig.h |   2 +
26975  fonts.dtd               |   6 ++-
26976  src/Makefile.am         |   2 +-
26977  src/fccfg.c             |  71 ++++++++++++++++++++++++++++++++
26978  src/fcdbg.c             |  20 +++++++++
26979  src/fcint.h             |   3 +-
26980  src/fcxml.c             | 107
26981  ++++++++++++++++++++++++++++++++++++++----------
26982  7 files changed, 187 insertions(+), 24 deletions(-)
26983
26984 commit 52253696cd2779bd9040457fbd157bbe75895ed6
26985 Author: Keith Packard <keithp@keithp.com>
26986 Date:   Tue Apr 15 17:01:39 2003 +0000
26987
26988     Clean up ps font weight matching and check for NULL
26989
26990  src/fcfreetype.c | 59
26991  +++++++++++++++++++++++++++++---------------------------
26992  1 file changed, 31 insertions(+), 28 deletions(-)
26993
26994 commit 2ae95e77f7d50d65ca414a5d5a1065aa9f2581ed
26995 Author: Juliusz Chroboczek <Juliusz.Chroboczek@pps.jussieu.fr>
26996 Date:   Fri Apr 11 23:45:59 2003 +0000
26997
26998     Implemented foundry generation for Type 1 and TrueType
26999
27000  src/data.h       | 77
27001  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
27002  src/fcfreetype.c | 73
27003  +++++++++++++++++++++++++++++++++++++++++++++++++----
27004  2 files changed, 145 insertions(+), 5 deletions(-)
27005
27006 commit 0a557ec372a7dddede4edec3ac77caf328fd12f5
27007 Author: Keith Packard <keithp@keithp.com>
27008 Date:   Fri Apr 11 23:00:51 2003 +0000
27009
27010     update version number to 2.1.93
27011
27012  configure.in            | 2 +-
27013  fontconfig/fontconfig.h | 2 +-
27014  2 files changed, 2 insertions(+), 2 deletions(-)
27015
27016 commit 7f31f3781597e035b8432e0ce1c2894835b4988a
27017 Author: Keith Packard <keithp@keithp.com>
27018 Date:   Fri Apr 11 22:53:53 2003 +0000
27019
27020     Run fc-cache from local dir instead of install dir to help LFS
27021     installs (I
27022         hope)
27023
27024  Makefile.am | 2 +-
27025  1 file changed, 1 insertion(+), 1 deletion(-)
27026
27027 commit 9f2bcb3e41f30dde64a288a4741ff169f8848dad
27028 Author: Keith Packard <keithp@keithp.com>
27029 Date:   Fri Apr 11 22:24:23 2003 +0000
27030
27031     Switch to locale-independent string compare function
27032
27033  src/fcfreetype.c | 28 ++++++++++++++--------------
27034  1 file changed, 14 insertions(+), 14 deletions(-)
27035
27036 commit d6ea834746a7b2758ea5b89467c0e64446840ca4
27037 Author: Keith Packard <keithp@keithp.com>
27038 Date:   Fri Apr 11 22:17:11 2003 +0000
27039
27040     Bug #46, #47 fontconfig should retrieve type 1 font information from
27041         FontInfo dictionary Patch provided by g2@magestudios.net (Gerard
27042         Escalante)
27043
27044  src/fcfreetype.c | 44 ++++++++++++++++++++++++++++++++++++++++++++
27045  1 file changed, 44 insertions(+)
27046
27047 commit cc30f9ca548661d0d9eb07216d261457db58ca02
27048 Author: Keith Packard <keithp@keithp.com>
27049 Date:   Tue Apr 8 05:00:25 2003 +0000
27050
27051     remove -u option to docbook2man which was trashing the .html file
27052
27053  doc/Makefile.am | 2 +-
27054  1 file changed, 1 insertion(+), 1 deletion(-)
27055
27056 commit 8c8caabdf008f4673bb1d5543ef1e49b02a5c2e9
27057 Author: Colin Walters <walters@verbum.org>
27058 Date:   Tue Apr 8 03:58:57 2003 +0000
27059
27060     *** empty log message ***
27061
27062  ChangeLog | 5 +++++
27063  1 file changed, 5 insertions(+)
27064
27065 commit 15b49a7fbeafa69e0cc02d691a5794f9d3da4b69
27066 Author: Colin Walters <walters@verbum.org>
27067 Date:   Tue Apr 8 03:58:08 2003 +0000
27068
27069     Fix dummy makefile target names when MS_LIB_AVAILABLE isn't set.
27070
27071  src/Makefile.am | 4 ++--
27072  1 file changed, 2 insertions(+), 2 deletions(-)
27073
27074 commit ef82cce1d5d6c6a700db4bb2218f47db85bf548d
27075 Author: Keith Packard <keithp@keithp.com>
27076 Date:   Fri Apr 4 20:17:40 2003 +0000
27077
27078     update copyright years
27079
27080  COPYING       |  2 +-
27081  fonts.conf.in | 15 ++-------------
27082  local.conf    |  9 +++++++++
27083  3 files changed, 12 insertions(+), 14 deletions(-)
27084
27085 commit 08b5b70dcf04ce61fb505487b774a3731b04e5c1
27086 Author: Keith Packard <keithp@keithp.com>
27087 Date:   Fri Apr 4 20:16:33 2003 +0000
27088
27089     Move sample subpixel configuration to local.conf
27090
27091  config/Makedefs.in | 4 ++--
27092  config/install.sh  | 4 ++--
27093  2 files changed, 4 insertions(+), 4 deletions(-)
27094
27095 commit 848d32bd3f141f0c14abfec38d4cf27eedd1f0a5
27096 Author: Keith Packard <keithp@keithp.com>
27097 Date:   Fri Mar 28 17:08:35 2003 +0000
27098
27099     Set spacing to mono if every encoded glyph is the same width
27100
27101  fontconfig/fcfreetype.h |  3 +++
27102  src/fcfreetype.c        | 46
27103  +++++++++++++++++++++++++++++++++++++++++-----
27104  2 files changed, 44 insertions(+), 5 deletions(-)
27105
27106 commit 7dbeec17388af7d41312cd201bb25306ba1e4bc6
27107 Author: Keith Packard <keithp@keithp.com>
27108 Date:   Mon Mar 24 05:03:20 2003 +0000
27109
27110     Wrong pattern for matching font file names. Fix submitted by
27111         hjchoe@hancom.com (Choe Hwanjin)
27112
27113  configure.in | 2 +-
27114  1 file changed, 1 insertion(+), 1 deletion(-)
27115
27116 commit c8582ff72ade8522d545d117641e4afac61382a0
27117 Author: Tor Lillqvist <tml@iki.fi>
27118 Date:   Sat Mar 22 21:28:13 2003 +0000
27119
27120     Changes for Windows:
27121     Add a fontconfig-zip(.in) script, used to build a binary distribution.
27122
27123  fontconfig-zip.in | 30 ++++++++++++++++++++++++++++++
27124  1 file changed, 30 insertions(+)
27125
27126 commit daeed6e048a413a94754fd79f62307ca9be80a43
27127 Author: Tor Lillqvist <tml@iki.fi>
27128 Date:   Sat Mar 22 21:25:34 2003 +0000
27129
27130     Changes for Windows:
27131     On Windows with gcc (a.k.a. mingw) build as a DLL.
27132     We don't want to hardcode the fonts.conf file location in the DLL,
27133     so we
27134         look up the DLL location at run-time in a DllMain() function. The
27135         fonts.conf location is deduced from that.
27136     The colon can't be used as path separator on Windows, semicolon
27137     is used
27138         instead. File path components can be separated with either
27139         slash or
27140         backslash. Absolute paths can also begin with a drive letter.
27141     Add internal function FcStrLastSlash that strrchr's the last slash, or
27142         backslash on Windows.
27143     There is no link() on Windows. For atomicity checks, mkdir a lock
27144     directory
27145         instead.
27146     In addition to HOME, also look for USERPROFILE.
27147     Recognize the special font directory token WINDOWSFONTDIR, to use the
27148         system's font directory.
27149     Remove the fontconfig-def.cpp that was obsolete. Add
27150     fontconfig.def(.in),
27151         without internal functions.
27152     Add a fontconfig-zip(.in) script, used to build a binary distribution.
27153
27154  ChangeLog              |  32 ++++++++++
27155  Makefile.am            |   3 +-
27156  configure.in           |  28 +++++++-
27157  fc-lang/fc-lang.man    |   6 +-
27158  src/Makefile.am        |  55 +++++++++++++++-
27159  src/fcatomic.c         |  23 ++++++-
27160  src/fccache.c          |  21 +++++-
27161  src/fccfg.c            |  90 ++++++++++++++++++++++++--
27162  src/fcint.h            |   9 +++
27163  src/fcstr.c            |  23 ++++++-
27164  src/fcxml.c            |  30 +++++++++
27165  src/fontconfig-def.cpp | 170
27166  -------------------------------------------------
27167  src/fontconfig.def.in  | 161
27168  ++++++++++++++++++++++++++++++++++++++++++++++
27169  13 files changed, 464 insertions(+), 187 deletions(-)
27170
27171 commit cc9dd09816f717fc678d097a69f793dca1b1eef0
27172 Author: Keith Packard <keithp@keithp.com>
27173 Date:   Sat Mar 22 01:55:00 2003 +0000
27174
27175     switch // comment
27176
27177  src/fclang.c | 2 +-
27178  1 file changed, 1 insertion(+), 1 deletion(-)
27179
27180 commit ddde1797a900b818b96fc0818d9df0efacb5ac69
27181 Author: Keith Packard <keithp@keithp.com>
27182 Date:   Thu Mar 20 02:01:01 2003 +0000
27183
27184     strtod under some locales requires digits before the decimal
27185
27186  doc/fontconfig-user.sgml | 8 ++++++--
27187  fonts.conf.in            | 2 +-
27188  2 files changed, 7 insertions(+), 3 deletions(-)
27189
27190 commit f4007a672834df25f0f9b6a918c135d2b79a3784
27191 Author: Keith Packard <keithp@keithp.com>
27192 Date:   Thu Mar 20 02:00:15 2003 +0000
27193
27194     Avoid crashing on empty test/edit lists
27195
27196  src/fccfg.c | 6 ++++--
27197  1 file changed, 4 insertions(+), 2 deletions(-)
27198
27199 commit 3fbd50e48679c15c24400aaa78c6cd266317a784
27200 Author: Keith Packard <keithp@keithp.com>
27201 Date:   Thu Mar 20 01:59:28 2003 +0000
27202
27203     bogus libtoolize --version | libtoolize --version
27204
27205  autogen.sh | 2 +-
27206  1 file changed, 1 insertion(+), 1 deletion(-)
27207
27208 commit 1b16ef20c9c7dd5c3e861a392e886cbe6c046306
27209 Author: Keith Packard <keithp@keithp.com>
27210 Date:   Tue Mar 18 08:03:42 2003 +0000
27211
27212     FcCharSetIsSubset errored on fonts with subsets in early blocks
27213     and extra
27214         blocks not present in the second argument
27215
27216  src/fccharset.c | 2 +-
27217  1 file changed, 1 insertion(+), 1 deletion(-)
27218
27219 commit 3910f3221b5276523ff1e6fea10aecabfa427f0a
27220 Author: Keith Packard <keithp@keithp.com>
27221 Date:   Fri Mar 14 00:16:56 2003 +0000
27222
27223     Fix configure arguments (bug 45)
27224
27225  configure.in | 10 +++++-----
27226  1 file changed, 5 insertions(+), 5 deletions(-)
27227
27228 commit 81fa16c3366a701255f4e52cdfd716dd06253748
27229 Author: Keith Packard <keithp@keithp.com>
27230 Date:   Wed Mar 12 22:16:43 2003 +0000
27231
27232     add font widths and extend weight from OS/2 table
27233
27234  fontconfig/fontconfig.h | 44 ++++++++++++++++++++++++++++------------
27235  src/fcdefault.c         |  3 +++
27236  src/fcfreetype.c        | 54
27237  ++++++++++++++++++++++++++++++++++++++++++++-----
27238  src/fcmatch.c           | 29 +++++++++++++++++---------
27239  src/fcname.c            | 18 +++++++++++++++++
27240  5 files changed, 120 insertions(+), 28 deletions(-)
27241
27242 commit a8386abc916c6ce4b0fa0ca3f9f68aa0232d4824
27243 Author: Keith Packard <keithp@keithp.com>
27244 Date:   Wed Mar 12 22:15:39 2003 +0000
27245
27246     Global cache time checking was using wrong file name and computing
27247     wrong
27248         count of fonts per file
27249
27250  src/fccache.c | 10 +++++-----
27251  src/fcdir.c   |  8 ++++++--
27252  src/fcint.h   |  2 +-
27253  3 files changed, 12 insertions(+), 8 deletions(-)
27254
27255 commit 89b61da31f88713074fdb396604cd3d8fe7e5ded
27256 Author: Keith Packard <keithp@keithp.com>
27257 Date:   Mon Mar 10 06:56:32 2003 +0000
27258
27259     Ship manual
27260
27261  fc-list/Makefile.am | 2 ++
27262  1 file changed, 2 insertions(+)
27263
27264 commit dbe9a11ea4a1ff2b044f3e24a3ef9de27370a033
27265 Author: Mike A. Harris <mharris@redhat.com>
27266 Date:   Sat Mar 8 01:03:32 2003 +0000
27267
27268     Updated RPM specfile for 2.1.92 and fixed remaining known spec
27269     file issues
27270
27271  ChangeLog          |  8 ++++++++
27272  fontconfig.spec.in | 19 +++++++++++++++++--
27273  2 files changed, 25 insertions(+), 2 deletions(-)
27274
27275 commit 6348213702153f1097c648ae575bcc89dbb259dc
27276 Author: Keith Packard <keithp@keithp.com>
27277 Date:   Fri Mar 7 21:04:52 2003 +0000
27278
27279     Bump version to 2.1.92
27280
27281  configure.in            | 2 +-
27282  fontconfig/fontconfig.h | 2 +-
27283  2 files changed, 2 insertions(+), 2 deletions(-)
27284
27285 commit dcd1f27185958b000f12e0390970c925f4386598
27286 Author: Keith Packard <keithp@keithp.com>
27287 Date:   Fri Mar 7 20:51:17 2003 +0000
27288
27289     add version.sgml to .cvsignore
27290
27291  doc/.cvsignore | 1 +
27292  1 file changed, 1 insertion(+)
27293
27294 commit ae2c2943648313b41f2d032b72618d11ffdd1772
27295 Author: Keith Packard <keithp@keithp.com>
27296 Date:   Fri Mar 7 20:50:44 2003 +0000
27297
27298     Add version number to user doc
27299
27300  doc/fontconfig-user.sgml | 27 +++++++++++++++++----------
27301  doc/func.sgml            |  1 +
27302  2 files changed, 18 insertions(+), 10 deletions(-)
27303
27304 commit fddb839bba56f5d0ac9e2bd71323d2cc488155b8
27305 Author: Keith Packard <keithp@keithp.com>
27306 Date:   Fri Mar 7 20:45:43 2003 +0000
27307
27308     Add version number to documentation
27309
27310  configure.in              |  1 +
27311  doc/fontconfig-devel.sgml | 13 +++----------
27312  doc/func.sgml             |  4 ++++
27313  doc/version.sgml.in       | 24 ++++++++++++++++++++++++
27314  4 files changed, 32 insertions(+), 10 deletions(-)
27315
27316 commit 4484582ebaaaea4982248a6141d87d488ef322bd
27317 Author: Keith Packard <keithp@keithp.com>
27318 Date:   Fri Mar 7 20:45:20 2003 +0000
27319
27320     wasnt rebuilding most of the docs
27321
27322  doc/Makefile.am | 18 +++++++++---------
27323  1 file changed, 9 insertions(+), 9 deletions(-)
27324
27325 commit 8cfb37394cb80cc7b11133090c99dc1ce31f2695
27326 Author: Keith Packard <keithp@keithp.com>
27327 Date:   Fri Mar 7 20:04:13 2003 +0000
27328
27329     distribute man page
27330
27331  fc-cache/Makefile.am | 2 ++
27332  1 file changed, 2 insertions(+)
27333
27334 commit ea3ebacfb8c729fd6fbfb55d27bd3ef43cd4afec
27335 Author: Keith Packard <keithp@keithp.com>
27336 Date:   Fri Mar 7 20:03:53 2003 +0000
27337
27338     note that default mandir is usually wrong
27339
27340  INSTALL | 2 +-
27341  1 file changed, 1 insertion(+), 1 deletion(-)
27342
27343 commit bdc0fd54344cd161f1507aa53f3d676569d63f08
27344 Author: Keith Packard <keithp@keithp.com>
27345 Date:   Fri Mar 7 20:03:23 2003 +0000
27346
27347     get manuals to install with automake-1.4
27348
27349  doc/Makefile.am | 44 +++++++++++++++++++++-----------------------
27350  1 file changed, 21 insertions(+), 23 deletions(-)
27351
27352 commit 164301051d714b39e2a5b5d72cab2ca7ecb9e57a
27353 Author: Keith Packard <keithp@keithp.com>
27354 Date:   Fri Mar 7 19:41:34 2003 +0000
27355
27356     Create fontconfig-user.html
27357
27358  doc/Makefile.am | 2 +-
27359  1 file changed, 1 insertion(+), 1 deletion(-)
27360
27361 commit 251c36c1b311515aae0fff1ab9d80e2843e3f426
27362 Author: Keith Packard <keithp@keithp.com>
27363 Date:   Fri Mar 7 19:39:57 2003 +0000
27364
27365     Add more to .cvsignore
27366
27367  doc/.cvsignore | 9 +++++++++
27368  1 file changed, 9 insertions(+)
27369
27370 commit b219ac6b99672506965f3c2168e2af1cd58d28e7
27371 Author: Keith Packard <keithp@keithp.com>
27372 Date:   Fri Mar 7 19:37:16 2003 +0000
27373
27374     Make documentation build
27375
27376  doc/Makefile.am          | 172
27377  +++++++++++++++++++++++++++--------------------
27378  doc/edit-sgml.c          |   2 +-
27379  doc/fontconfig-user.sgml |   2 +-
27380  3 files changed, 102 insertions(+), 74 deletions(-)
27381
27382 commit 39381776a4c0cf4077a31f3a493cbd37420cec71
27383 Author: Keith Packard <keithp@keithp.com>
27384 Date:   Fri Mar 7 19:01:41 2003 +0000
27385
27386     Finish reformatting developer documentation
27387
27388  doc/Makefile.am           |  16 +-
27389  doc/edit-sgml.c           |  17 +-
27390  doc/fcatomic.fncs         |  93 +++++++++
27391  doc/fcconfig.fncs         | 153 ++++++++-------
27392  doc/fcfile.fncs           |  78 ++++++++
27393  doc/fcfreetype.fncs       |  69 +++++++
27394  doc/fcinit.fncs           |  78 ++++++++
27395  doc/fcstring.fncs         | 150 +++++++++++++++
27396  doc/fcstrset.fncs         | 104 ++++++++++
27397  doc/fontconfig-devel.sgml | 475
27398  +++++++++++-----------------------------------
27399  10 files changed, 795 insertions(+), 438 deletions(-)
27400
27401 commit 90bdcf6051472443690294e04df1ea1f5d0d1d19
27402 Author: Keith Packard <keithp@keithp.com>
27403 Date:   Fri Mar 7 08:52:27 2003 +0000
27404
27405     Add copyright
27406
27407  doc/func.sgml | 23 +++++++++++++++++++++++
27408  1 file changed, 23 insertions(+)
27409
27410 commit 2df0c66230fb86a784414b5db803d32d1a083b3a
27411 Author: Keith Packard <keithp@keithp.com>
27412 Date:   Fri Mar 7 08:51:14 2003 +0000
27413
27414     Use <parameter> tags. Add copyrights
27415
27416  doc/fcconfig.fncs     | 46 +++++++++++++++++++++++-----------------------
27417  doc/fcconstant.fncs   | 10 +++++-----
27418  doc/fcobjecttype.fncs |  6 +++---
27419  doc/fcpattern.fncs    | 14 +++++++-------
27420  doc/fcvalue.fncs      |  4 ++--
27421  5 files changed, 40 insertions(+), 40 deletions(-)
27422
27423 commit bfc2dc3ac4b1eb5f0f9f0dfae7abac7e77e28061
27424 Author: Keith Packard <keithp@keithp.com>
27425 Date:   Fri Mar 7 08:44:32 2003 +0000
27426
27427     Add lots more function documentation
27428
27429  doc/Makefile.am           |  16 ++-
27430  doc/fcblanks.fncs         |  58 +++++++++
27431  doc/fccharset.fncs        |  23 ++++
27432  doc/fcconfig.fncs         | 279
27433  +++++++++++++++++++++++++++++++++++++++++++
27434  doc/fcconstant.fncs       |  58 +++++++++
27435  doc/fcfontset.fncs        |  49 ++++++++
27436  doc/fcmatrix.fncs         |  23 ++++
27437  doc/fcobjectset.fncs      |  61 ++++++++++
27438  doc/fcobjecttype.fncs     |  48 ++++++++
27439  doc/fcpattern.fncs        |  23 ++++
27440  doc/fcvalue.fncs          |  23 ++++
27441  doc/fontconfig-devel.sgml | 292
27442  +++-------------------------------------------
27443  12 files changed, 677 insertions(+), 276 deletions(-)
27444
27445 commit 22671e25510e77af1a8f2b569314ba2de1c93353
27446 Author: Keith Packard <keithp@keithp.com>
27447 Date:   Fri Mar 7 07:12:51 2003 +0000
27448
27449     Rework documentation to build man pages for each function
27450
27451  doc/Makefile.am           |   84 ++-
27452  doc/fccharset.fncs        |  144 +++++
27453  doc/fcmatrix.fncs         |  100 ++++
27454  doc/fcpattern.fncs        |  287 ++++++++++
27455  doc/fcvalue.fncs          |   17 +
27456  doc/fontconfig-devel.sgml | 1355
27457  ++++++++++++++++++---------------------------
27458  doc/fontconfig-user.sgml  |  396 ++++++-------
27459  doc/func.sgml             |   61 ++
27460  8 files changed, 1411 insertions(+), 1033 deletions(-)
27461
27462 commit 5e1f56b567c0226da9ab650ee4809e16be2ae8eb
27463 Author: Keith Packard <keithp@keithp.com>
27464 Date:   Fri Mar 7 06:17:36 2003 +0000
27465
27466     Add func doc creation program edit-sgml
27467
27468  doc/edit-sgml.c | 426
27469  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
27470  1 file changed, 426 insertions(+)
27471
27472 commit c92abf78e12502e1d93281e2d4b1404226a6c6b9
27473 Author: Mike A. Harris <mharris@redhat.com>
27474 Date:   Wed Mar 5 10:09:57 2003 +0000
27475
27476     Update Changelog
27477
27478  ChangeLog | 7 +++++++
27479  1 file changed, 7 insertions(+)
27480
27481 commit a5ae222c2a5f578dff011f11dadb78ecf0734cbb
27482 Author: Mike A. Harris <mharris@redhat.com>
27483 Date:   Wed Mar 5 10:08:08 2003 +0000
27484
27485     Added back the configure macro options --disable-docs because
27486     otherwise
27487         fontconfig installs docs into /usr/share/doc/fontconfig (with no
27488         version number) unconditionally, causing RPM to fail the build
27489         due to
27490         _unpackaged_files_terminate_build. We pick up the pregenerated
27491         docs
27492         with %doc already.
27493
27494  fontconfig.spec.in | 8 +++++++-
27495  1 file changed, 7 insertions(+), 1 deletion(-)
27496
27497 commit b06766e439ce49f2d50aba7ab812fa0ebb6549e1
27498 Author: Mike A. Harris <mharris@redhat.com>
27499 Date:   Wed Mar 5 09:28:08 2003 +0000
27500
27501     Updated rpm specfile changelog and Changelog to reflect today's
27502     changes
27503
27504  ChangeLog          | 13 ++++++++++++-
27505  fontconfig.spec.in |  9 ++++++++-
27506  2 files changed, 20 insertions(+), 2 deletions(-)
27507
27508 commit fc87206f77a4c1b11c990a6ea4b0d3d4cd5208df
27509 Author: Mike A. Harris <mharris@redhat.com>
27510 Date:   Wed Mar 5 09:16:37 2003 +0000
27511
27512     Reordered %files lists to be a bit tidier. Made -devel package own the
27513         %{_includedir}/fontconfig directory
27514
27515  fontconfig.spec.in | 9 +++++----
27516  1 file changed, 5 insertions(+), 4 deletions(-)
27517
27518 commit c674c89bf919fa7f357319a7ce825ba5369ff737
27519 Author: Mike A. Harris <mharris@redhat.com>
27520 Date:   Wed Mar 5 09:14:06 2003 +0000
27521
27522     Put %post script in {}'s for tidyness, and change the call to
27523     fc-cache to
27524         use %{_bindir}/fc-cache
27525
27526  fontconfig.spec.in | 9 +++++----
27527  1 file changed, 5 insertions(+), 4 deletions(-)
27528
27529 commit 5283328a6006420cb3382c0dbef55f715996b91c
27530 Author: Mike A. Harris <mharris@redhat.com>
27531 Date:   Wed Mar 5 09:10:14 2003 +0000
27532
27533     Changed BuildRequires: lines to use %{_bindir} macro instead of
27534     hard coded
27535         /usr/bin
27536
27537  fontconfig.spec.in | 4 ++--
27538  1 file changed, 2 insertions(+), 2 deletions(-)
27539
27540 commit 674c09dfbfc3d6d3a014ac018995530159fc157f
27541 Author: Mike A. Harris <mharris@redhat.com>
27542 Date:   Wed Mar 5 09:08:41 2003 +0000
27543
27544     Replace commented out %define at top of specfile with a comment
27545     preceding
27546         the freetype2 define, since rpm expands macros in comments. Also
27547         remove
27548         -j flag from make, as _smp_mflags expands to -jN already.
27549
27550  fontconfig.spec.in | 6 +++---
27551  1 file changed, 3 insertions(+), 3 deletions(-)
27552
27553 commit d30f481c4d182db3873fc9caf0e191da3c4955ef
27554 Author: Keith Packard <keithp@keithp.com>
27555 Date:   Wed Mar 5 07:45:37 2003 +0000
27556
27557     switch vesion to version
27558
27559  fontconfig.spec.in | 2 +-
27560  1 file changed, 1 insertion(+), 1 deletion(-)
27561
27562 commit d93fb00e8dd757fbdaafd4dd36509c33b7827eb5
27563 Author: Keith Packard <keithp@keithp.com>
27564 Date:   Wed Mar 5 06:09:36 2003 +0000
27565
27566     optimize string compares even more
27567
27568  src/fcstr.c | 19 +++----------------
27569  1 file changed, 3 insertions(+), 16 deletions(-)
27570
27571 commit dc1de232a694c9c431604e701e8f617978a00e0a
27572 Author: Keith Packard <keithp@keithp.com>
27573 Date:   Wed Mar 5 06:09:14 2003 +0000
27574
27575     Use VERSION in fontconfig.pc.in
27576
27577  fontconfig.pc.in | 2 +-
27578  1 file changed, 1 insertion(+), 1 deletion(-)
27579
27580 commit 83e42969fcd183d99b279cf1e15b6126ce2428eb
27581 Author: Keith Packard <keithp@keithp.com>
27582 Date:   Wed Mar 5 05:57:11 2003 +0000
27583
27584     No longer using config directory
27585
27586  configure.in | 2 --
27587  1 file changed, 2 deletions(-)
27588
27589 commit 94421e4097d84b50fc2da285b57fb00da3592796
27590 Author: Keith Packard <keithp@keithp.com>
27591 Date:   Wed Mar 5 05:53:10 2003 +0000
27592
27593     use FcToLower instead of tolower
27594
27595  src/fcname.c | 12 +++++-------
27596  1 file changed, 5 insertions(+), 7 deletions(-)
27597
27598 commit 55ef7dac64d9202217c6f42e53ddf1549c2da385
27599 Author: Keith Packard <keithp@keithp.com>
27600 Date:   Wed Mar 5 05:52:51 2003 +0000
27601
27602     Add FcLangSetPrint
27603
27604  src/fcdbg.c | 29 ++++++++++++++++++-----------
27605  1 file changed, 18 insertions(+), 11 deletions(-)
27606
27607 commit 793e946c2f90b5617ec39c64679630b4e2f2d3ad
27608 Author: Keith Packard <keithp@keithp.com>
27609 Date:   Wed Mar 5 05:52:31 2003 +0000
27610
27611     AddFcLangSetContains for font listing, add first-letter table for
27612     language
27613         lookups, change RCS tag
27614
27615  src/fccfg.c  |   8 +--
27616  src/fcint.h  |   7 +-
27617  src/fclang.c | 231
27618  ++++++++++++++++++++++++++++++++++++++++++++++++++++-------
27619  src/fclist.c |   6 +-
27620  4 files changed, 219 insertions(+), 33 deletions(-)
27621
27622 commit 4bd4418ab5e7450e1c1fd3cd136098f1bf37a80c
27623 Author: Keith Packard <keithp@keithp.com>
27624 Date:   Wed Mar 5 05:51:27 2003 +0000
27625
27626     Change RCS tag
27627
27628  fc-cache/fc-cache.c    | 4 ++--
27629  fc-cache/fc-cache.man  | 4 ++--
27630  fc-list/fc-list.c      | 4 ++--
27631  fc-list/fc-list.man    | 4 ++--
27632  src/fcatomic.c         | 4 ++--
27633  src/fcblanks.c         | 4 ++--
27634  src/fccache.c          | 4 ++--
27635  src/fccharset.c        | 4 ++--
27636  src/fcdefault.c        | 4 ++--
27637  src/fcdir.c            | 4 ++--
27638  src/fcfreetype.c       | 4 ++--
27639  src/fcfs.c             | 4 ++--
27640  src/fcinit.c           | 4 ++--
27641  src/fcmatch.c          | 4 ++--
27642  src/fcmatrix.c         | 2 +-
27643  src/fcpat.c            | 4 ++--
27644  src/fcstr.c            | 4 ++--
27645  src/fcxml.c            | 4 ++--
27646  src/fontconfig-def.cpp | 2 +-
27647  19 files changed, 36 insertions(+), 36 deletions(-)
27648
27649 commit 0eadb052fb31ad99d77d1997108d316c64d939b8
27650 Author: Keith Packard <keithp@keithp.com>
27651 Date:   Wed Mar 5 05:48:53 2003 +0000
27652
27653     Add letter ranges to speed lang lookups, change CVS tag
27654
27655  fc-lang/fc-lang.c     | 38 ++++++++++++++++++++++++++++++++++++--
27656  fc-lang/fc-lang.man   |  4 ++--
27657  fc-lang/fclang.tmpl.h |  4 ++--
27658  3 files changed, 40 insertions(+), 6 deletions(-)
27659
27660 commit 4c2967f6267b01022c4f3651dcc0072a225f4b01
27661 Author: Keith Packard <keithp@keithp.com>
27662 Date:   Wed Mar 5 05:48:15 2003 +0000
27663
27664     Change RCS tag, add FcLangSetContains
27665
27666  fontconfig/fcfreetype.h |  4 ++--
27667  fontconfig/fcprivate.h  |  4 ++--
27668  fontconfig/fontconfig.h | 11 ++++++++---
27669  3 files changed, 12 insertions(+), 7 deletions(-)
27670
27671 commit 0b5c5dd1bed55e32c551c85bce87b511236111b6
27672 Author: Keith Packard <keithp@keithp.com>
27673 Date:   Wed Mar 5 04:26:06 2003 +0000
27674
27675     Switch RCS tag label
27676
27677  fc-lang/aa.orth    | 4 ++--
27678  fc-lang/ab.orth    | 4 ++--
27679  fc-lang/af.orth    | 4 ++--
27680  fc-lang/am.orth    | 4 ++--
27681  fc-lang/ar.orth    | 4 ++--
27682  fc-lang/ast.orth   | 4 ++--
27683  fc-lang/ava.orth   | 4 ++--
27684  fc-lang/ay.orth    | 4 ++--
27685  fc-lang/az.orth    | 4 ++--
27686  fc-lang/ba.orth    | 4 ++--
27687  fc-lang/bam.orth   | 4 ++--
27688  fc-lang/be.orth    | 4 ++--
27689  fc-lang/bg.orth    | 4 ++--
27690  fc-lang/bh.orth    | 4 ++--
27691  fc-lang/bho.orth   | 4 ++--
27692  fc-lang/bi.orth    | 4 ++--
27693  fc-lang/bin.orth   | 4 ++--
27694  fc-lang/bn.orth    | 4 ++--
27695  fc-lang/bo.orth    | 4 ++--
27696  fc-lang/br.orth    | 4 ++--
27697  fc-lang/bs.orth    | 4 ++--
27698  fc-lang/bua.orth   | 4 ++--
27699  fc-lang/ca.orth    | 4 ++--
27700  fc-lang/ce.orth    | 4 ++--
27701  fc-lang/ch.orth    | 4 ++--
27702  fc-lang/chm.orth   | 4 ++--
27703  fc-lang/chr.orth   | 4 ++--
27704  fc-lang/co.orth    | 4 ++--
27705  fc-lang/cs.orth    | 4 ++--
27706  fc-lang/cu.orth    | 4 ++--
27707  fc-lang/cv.orth    | 4 ++--
27708  fc-lang/cy.orth    | 4 ++--
27709  fc-lang/da.orth    | 4 ++--
27710  fc-lang/de.orth    | 4 ++--
27711  fc-lang/dz.orth    | 4 ++--
27712  fc-lang/el.orth    | 4 ++--
27713  fc-lang/en.orth    | 4 ++--
27714  fc-lang/eo.orth    | 4 ++--
27715  fc-lang/es.orth    | 4 ++--
27716  fc-lang/et.orth    | 4 ++--
27717  fc-lang/eu.orth    | 4 ++--
27718  fc-lang/fa.orth    | 4 ++--
27719  fc-lang/fi.orth    | 4 ++--
27720  fc-lang/fj.orth    | 4 ++--
27721  fc-lang/fo.orth    | 4 ++--
27722  fc-lang/fr.orth    | 4 ++--
27723  fc-lang/ful.orth   | 4 ++--
27724  fc-lang/fur.orth   | 4 ++--
27725  fc-lang/fy.orth    | 4 ++--
27726  fc-lang/ga.orth    | 4 ++--
27727  fc-lang/gd.orth    | 4 ++--
27728  fc-lang/gez.orth   | 4 ++--
27729  fc-lang/gl.orth    | 4 ++--
27730  fc-lang/gn.orth    | 4 ++--
27731  fc-lang/gu.orth    | 4 ++--
27732  fc-lang/gv.orth    | 4 ++--
27733  fc-lang/ha.orth    | 4 ++--
27734  fc-lang/haw.orth   | 4 ++--
27735  fc-lang/he.orth    | 4 ++--
27736  fc-lang/hi.orth    | 4 ++--
27737  fc-lang/ho.orth    | 4 ++--
27738  fc-lang/hr.orth    | 4 ++--
27739  fc-lang/hu.orth    | 4 ++--
27740  fc-lang/hy.orth    | 4 ++--
27741  fc-lang/ia.orth    | 4 ++--
27742  fc-lang/ibo.orth   | 4 ++--
27743  fc-lang/id.orth    | 4 ++--
27744  fc-lang/ie.orth    | 4 ++--
27745  fc-lang/ik.orth    | 4 ++--
27746  fc-lang/io.orth    | 4 ++--
27747  fc-lang/is.orth    | 4 ++--
27748  fc-lang/it.orth    | 4 ++--
27749  fc-lang/iu.orth    | 4 ++--
27750  fc-lang/ja.orth    | 4 ++--
27751  fc-lang/ka.orth    | 4 ++--
27752  fc-lang/kaa.orth   | 4 ++--
27753  fc-lang/ki.orth    | 4 ++--
27754  fc-lang/kk.orth    | 4 ++--
27755  fc-lang/kl.orth    | 4 ++--
27756  fc-lang/km.orth    | 4 ++--
27757  fc-lang/kn.orth    | 4 ++--
27758  fc-lang/ko.orth    | 4 ++--
27759  fc-lang/kok.orth   | 4 ++--
27760  fc-lang/ks.orth    | 4 ++--
27761  fc-lang/ku.orth    | 4 ++--
27762  fc-lang/kum.orth   | 4 ++--
27763  fc-lang/kv.orth    | 4 ++--
27764  fc-lang/kw.orth    | 4 ++--
27765  fc-lang/ky.orth    | 4 ++--
27766  fc-lang/la.orth    | 4 ++--
27767  fc-lang/lb.orth    | 4 ++--
27768  fc-lang/lez.orth   | 4 ++--
27769  fc-lang/lo.orth    | 4 ++--
27770  fc-lang/lt.orth    | 4 ++--
27771  fc-lang/lv.orth    | 4 ++--
27772  fc-lang/mg.orth    | 4 ++--
27773  fc-lang/mh.orth    | 4 ++--
27774  fc-lang/mi.orth    | 4 ++--
27775  fc-lang/mk.orth    | 4 ++--
27776  fc-lang/ml.orth    | 4 ++--
27777  fc-lang/mn.orth    | 4 ++--
27778  fc-lang/mo.orth    | 4 ++--
27779  fc-lang/mr.orth    | 4 ++--
27780  fc-lang/mt.orth    | 4 ++--
27781  fc-lang/my.orth    | 4 ++--
27782  fc-lang/nb.orth    | 4 ++--
27783  fc-lang/ne.orth    | 4 ++--
27784  fc-lang/nl.orth    | 4 ++--
27785  fc-lang/nn.orth    | 4 ++--
27786  fc-lang/no.orth    | 4 ++--
27787  fc-lang/ny.orth    | 4 ++--
27788  fc-lang/oc.orth    | 4 ++--
27789  fc-lang/om.orth    | 4 ++--
27790  fc-lang/or.orth    | 4 ++--
27791  fc-lang/os.orth    | 4 ++--
27792  fc-lang/pl.orth    | 4 ++--
27793  fc-lang/pt.orth    | 4 ++--
27794  fc-lang/rm.orth    | 4 ++--
27795  fc-lang/ro.orth    | 4 ++--
27796  fc-lang/ru.orth    | 4 ++--
27797  fc-lang/sa.orth    | 4 ++--
27798  fc-lang/sah.orth   | 4 ++--
27799  fc-lang/sco.orth   | 4 ++--
27800  fc-lang/se.orth    | 4 ++--
27801  fc-lang/sel.orth   | 4 ++--
27802  fc-lang/sh.orth    | 4 ++--
27803  fc-lang/si.orth    | 4 ++--
27804  fc-lang/sk.orth    | 4 ++--
27805  fc-lang/sl.orth    | 4 ++--
27806  fc-lang/sm.orth    | 4 ++--
27807  fc-lang/sma.orth   | 4 ++--
27808  fc-lang/smj.orth   | 4 ++--
27809  fc-lang/smn.orth   | 4 ++--
27810  fc-lang/sms.orth   | 4 ++--
27811  fc-lang/so.orth    | 4 ++--
27812  fc-lang/sq.orth    | 4 ++--
27813  fc-lang/sr.orth    | 4 ++--
27814  fc-lang/sv.orth    | 4 ++--
27815  fc-lang/sw.orth    | 4 ++--
27816  fc-lang/syr.orth   | 4 ++--
27817  fc-lang/ta.orth    | 4 ++--
27818  fc-lang/te.orth    | 4 ++--
27819  fc-lang/tg.orth    | 4 ++--
27820  fc-lang/th.orth    | 4 ++--
27821  fc-lang/ti_er.orth | 4 ++--
27822  fc-lang/ti_et.orth | 4 ++--
27823  fc-lang/tig.orth   | 4 ++--
27824  fc-lang/tk.orth    | 4 ++--
27825  fc-lang/tl.orth    | 4 ++--
27826  fc-lang/tn.orth    | 4 ++--
27827  fc-lang/to.orth    | 4 ++--
27828  fc-lang/tr.orth    | 4 ++--
27829  fc-lang/ts.orth    | 4 ++--
27830  fc-lang/tt.orth    | 4 ++--
27831  fc-lang/tw.orth    | 4 ++--
27832  fc-lang/tyv.orth   | 4 ++--
27833  fc-lang/ug.orth    | 4 ++--
27834  fc-lang/uk.orth    | 4 ++--
27835  fc-lang/ur.orth    | 4 ++--
27836  fc-lang/uz.orth    | 4 ++--
27837  fc-lang/ven.orth   | 4 ++--
27838  fc-lang/vi.orth    | 4 ++--
27839  fc-lang/vo.orth    | 4 ++--
27840  fc-lang/vot.orth   | 4 ++--
27841  fc-lang/wa.orth    | 4 ++--
27842  fc-lang/wen.orth   | 4 ++--
27843  fc-lang/wo.orth    | 4 ++--
27844  fc-lang/xh.orth    | 4 ++--
27845  fc-lang/yap.orth   | 4 ++--
27846  fc-lang/yi.orth    | 4 ++--
27847  fc-lang/yo.orth    | 4 ++--
27848  fc-lang/zh_cn.orth | 4 ++--
27849  fc-lang/zh_hk.orth | 4 ++--
27850  fc-lang/zh_mo.orth | 4 ++--
27851  fc-lang/zh_sg.orth | 4 ++--
27852  fc-lang/zh_tw.orth | 4 ++--
27853  fc-lang/zu.orth    | 4 ++--
27854  177 files changed, 354 insertions(+), 354 deletions(-)
27855
27856 commit 7b94ae21fc4c2514b5f14942e432252a2acc33ab
27857 Author: Keith Packard <keithp@keithp.com>
27858 Date:   Tue Mar 4 00:19:09 2003 +0000
27859
27860     Add .cvsignore
27861
27862  doc/.cvsignore | 4 ++++
27863  1 file changed, 4 insertions(+)
27864
27865 commit af82b48c2b8c2037020d928aced582dedd06d8d9
27866 Author: Keith Packard <keithp@keithp.com>
27867 Date:   Tue Mar 4 00:14:58 2003 +0000
27868
27869     Allow multiple directories in --with-add-fonts, by default add only
27870         scalable fonts from X directory
27871
27872  configure.in | 48 ++++++++++++++++++++++++++++++++----------------
27873  1 file changed, 32 insertions(+), 16 deletions(-)
27874
27875 commit bb7743ae7e218ecef31f3023b281939b02967552
27876 Author: Keith Packard <keithp@keithp.com>
27877 Date:   Mon Mar 3 05:47:14 2003 +0000
27878
27879     Update version to 2.1.91
27880
27881  configure.in            | 2 +-
27882  fontconfig/fontconfig.h | 2 +-
27883  2 files changed, 2 insertions(+), 2 deletions(-)
27884
27885 commit 22dc6fc6dbae50d6ee2db17a88b5c6e4b3ac30be
27886 Author: Owen Taylor <otaylor@redhat.com>
27887 Date:   Mon Mar 3 01:13:11 2003 +0000
27888
27889     Sun Mar 2 14:16:17 2003 Owen Taylor <otaylor@redhat.com>
27890     fontconfig.spec.in: Improvements from Red Hat spec file.
27891     {fc-lang,fc-cache,fc-list}/Makefile.am: Add man pages.
27892     docs/*.sgml: SGML fixes.
27893
27894  ChangeLog                 |   8 ++
27895  doc/fontconfig-devel.sgml | 237
27896  +++++++++++++++++++++++-----------------------
27897  doc/fontconfig-user.sgml  |   8 +-
27898  fc-cache/Makefile.am      |   2 +
27899  fc-lang/Makefile.am       |   2 +
27900  fc-list/Makefile.am       |   2 +
27901  fontconfig.spec.in        |  86 +++++++++--------
27902  7 files changed, 191 insertions(+), 154 deletions(-)
27903
27904 commit ee170116da7cbd6e03a4de61c455d717183f46d7
27905 Author: Keith Packard <keithp@keithp.com>
27906 Date:   Sun Mar 2 19:13:00 2003 +0000
27907
27908     Ignore dist files
27909
27910  .cvsignore | 1 +
27911  1 file changed, 1 insertion(+)
27912
27913 commit ff3f1f98ed240a4cde511cace7acd09d40548656
27914 Author: Keith Packard <keithp@keithp.com>
27915 Date:   Sun Mar 2 19:12:23 2003 +0000
27916
27917     Switch back to -version-info for fontconfig as its at minor 0. Add
27918         --system-only to fc-cache. Fix FC_VERSION to match product version
27919         rather than .so version
27920
27921  Makefile.am             |    1 -
27922  configure.in            |   23 +-
27923  fc-cache/fc-cache.c     |    8 +
27924  fc-lang/fc-lang.c       |    6 +
27925  fontconfig/fontconfig.h |   16 +-
27926  ltmain.sh               | 6192
27927  -----------------------------------------------
27928  src/Makefile.am         |    2 +-
27929  src/fccfg.c             |   25 +-
27930  src/fcint.h             |    3 +
27931  src/fcstr.c             |    8 +-
27932  src/fcxml.c             |   14 +-
27933  11 files changed, 79 insertions(+), 6219 deletions(-)
27934
27935 commit bf0093b72487bd463b9c7700902cd8765534c9c1
27936 Author: Keith Packard <keithp@keithp.com>
27937 Date:   Sun Mar 2 08:46:04 2003 +0000
27938
27939     oops -- X fonts referenced from the wrong place
27940
27941  configure.in | 2 +-
27942  1 file changed, 1 insertion(+), 1 deletion(-)
27943
27944 commit ad9b233c98d4da08178503f6db9a43708e2a7df0
27945 Author: Keith Packard <keithp@keithp.com>
27946 Date:   Sun Mar 2 08:00:24 2003 +0000
27947
27948     Make default confdir point to sysconfdir
27949
27950  configure.in | 4 ++--
27951  1 file changed, 2 insertions(+), 2 deletions(-)
27952
27953 commit 181f614a96ec1e06c2b9cd9fcbfc304622d6fd18
27954 Author: Keith Packard <keithp@keithp.com>
27955 Date:   Sun Mar 2 07:36:08 2003 +0000
27956
27957     Add ltmain.sh to the package
27958
27959  Makefile.am | 1 +
27960  1 file changed, 1 insertion(+)
27961
27962 commit 8fc10a72ad856216b87daa91a1d52fde70af35dc
27963 Author: Keith Packard <keithp@keithp.com>
27964 Date:   Sun Mar 2 07:28:24 2003 +0000
27965
27966     make dist works now. Update to 2.1.90 in preparation for eventual 2.2
27967         release
27968
27969  COPYING             |    4 +-
27970  ChangeLog           |   20 +
27971  INSTALL             |   11 +-
27972  Makefile.am         |    3 +-
27973  README              |    6 +-
27974  configure.in        |   11 +-
27975  fc-lang/Makefile.am |    2 +
27976  src/Makefile.am     |    2 +
27977  src/fcknownsets.h   | 1895
27978  ---------------------------------------------------
27979  test/Makefile.am    |    3 +
27980  10 files changed, 42 insertions(+), 1915 deletions(-)
27981
27982 commit 4b06670ac92b8b9d2f1ba7036fdfaed5e55ff533
27983 Author: Keith Packard <keithp@keithp.com>
27984 Date:   Sat Mar 1 05:55:48 2003 +0000
27985
27986     Add .cvsignore
27987
27988  test/.cvsignore | 2 ++
27989  1 file changed, 2 insertions(+)
27990
27991 commit 44d903783dd0b9b671be9e829c5b9e4e78c681c0
27992 Author: Keith Packard <keithp@keithp.com>
27993 Date:   Sat Mar 1 05:55:17 2003 +0000
27994
27995     Add simple tests
27996
27997  Makefile.am        |   2 +-
27998  configure.in       |   1 +
27999  test/4x6.pcf       | Bin 0 -> 70952 bytes
28000  test/8x16.pcf      | Bin 0 -> 21320 bytes
28001  test/Makefile.am   |   4 +++
28002  test/fonts.conf.in |   4 +++
28003  test/out.expected  |   8 +++++
28004  test/run-test.sh   |  85
28005  +++++++++++++++++++++++++++++++++++++++++++++++++++++
28006  8 files changed, 103 insertions(+), 1 deletion(-)
28007
28008 commit 9238fc061d2f89590d578bff69fd3e8fc4b72e2c
28009 Author: Keith Packard <keithp@keithp.com>
28010 Date:   Sat Mar 1 05:21:02 2003 +0000
28011
28012     Add --disable-docs flag
28013
28014  configure.in    | 16 ++++++++++++++++
28015  doc/Makefile.am | 21 ++++++++++++++++-----
28016  src/Makefile.am |  4 ----
28017  3 files changed, 32 insertions(+), 9 deletions(-)
28018
28019 commit 0da305f7f85ae0dddc411df53ef077709558d369
28020 Author: Keith Packard <keithp@keithp.com>
28021 Date:   Sat Mar 1 03:06:37 2003 +0000
28022
28023     Switch to docbook and split documentation into pieces
28024
28025  Makefile.am      |    2 +-
28026  configure.in     |   15 +
28027  doc/Makefile.am  |   35 ++
28028  src/fontconfig.3 | 1466
28029  ------------------------------------------------------
28030  4 files changed, 51 insertions(+), 1467 deletions(-)
28031
28032 commit 584ac89a017d30fb337de3d4c038ae2a5b51b3d1
28033 Author: Keith Packard <keithp@keithp.com>
28034 Date:   Sat Mar 1 02:23:52 2003 +0000
28035
28036     Reformat documentation into sgml for docbook, split into user/devel
28037     guides
28038
28039  doc/fontconfig-devel.sgml | 1257
28040  +++++++++++++++++++++++++++++++++++++++++++++
28041  doc/fontconfig-user.sgml  |  559 ++++++++++++++++++++
28042  doc/fontconfig.tex        |   55 --
28043  3 files changed, 1816 insertions(+), 55 deletions(-)
28044
28045 commit df43986cdcb38f6462d63618a115618cd9a964bb
28046 Author: Keith Packard <keithp@keithp.com>
28047 Date:   Thu Feb 27 08:12:13 2003 +0000
28048
28049     Disable globaladvance for batang fonts
28050
28051  fonts.conf.in | 10 ++++++++++
28052  1 file changed, 10 insertions(+)
28053
28054 commit cc168fa6688066baad43d1de577a39c11102947a
28055 Author: Keith Packard <keithp@keithp.com>
28056 Date:   Thu Feb 27 08:08:09 2003 +0000
28057
28058     Disable globaladvance for gulim fonts
28059
28060  fonts.conf.in | 15 +++++++++++++++
28061  1 file changed, 15 insertions(+)
28062
28063 commit 148656ed8b3755f0634be14ae60996a1ad493836
28064 Author: Keith Packard <keithp@keithp.com>
28065 Date:   Thu Feb 27 07:04:59 2003 +0000
28066
28067     Stop setting FC_SPACING from font hints. Theyre always wrong
28068
28069  src/fcfreetype.c | 7 ++++++-
28070  1 file changed, 6 insertions(+), 1 deletion(-)
28071
28072 commit 662b879681f2961b446341638c7bec048edd612a
28073 Author: Keith Packard <keithp@keithp.com>
28074 Date:   Thu Feb 27 07:04:31 2003 +0000
28075
28076     Avoid crashing with null expressions in debug code
28077
28078  src/fcdbg.c | 3 ++-
28079  1 file changed, 2 insertions(+), 1 deletion(-)
28080
28081 commit 2d39321f1e70a8a1a2a68244b25ca0c7e8c0df3c
28082 Author: Keith Packard <keithp@keithp.com>
28083 Date:   Wed Feb 26 19:13:17 2003 +0000
28084
28085     Allow double or integer for numeric values in matching
28086
28087  src/fcdbg.c   |  4 ++--
28088  src/fcmatch.c | 34 ++++++++++++++++++++++++++--------
28089  2 files changed, 28 insertions(+), 10 deletions(-)
28090
28091 commit f2aacf1ed9cd34f3d29e0de3ee322ea51a82e40c
28092 Author: Keith Packard <keithp@keithp.com>
28093 Date:   Mon Feb 24 17:52:44 2003 +0000
28094
28095     Add remaining .cvsignore files
28096
28097  fc-cache/.cvsignore   | 5 +++++
28098  fc-lang/.cvsignore    | 6 ++++++
28099  fc-list/.cvsignore    | 5 +++++
28100  fontconfig/.cvsignore | 2 ++
28101  src/.cvsignore        | 6 ++++++
28102  5 files changed, 24 insertions(+)
28103
28104 commit 8530b30b0bbb1831ab80cda61c104714b66a9da4
28105 Author: Keith Packard <keithp@keithp.com>
28106 Date:   Mon Feb 24 17:50:29 2003 +0000
28107
28108     Add .cvsignore file
28109
28110  .cvsignore | 15 +++++++++++++++
28111  1 file changed, 15 insertions(+)
28112
28113 commit 20fa60c9ae5923487c80ef0449e869a30a8ddc19
28114 Author: Keith Packard <keithp@keithp.com>
28115 Date:   Mon Feb 24 17:18:50 2003 +0000
28116
28117     Switch to automake
28118
28119  Makefile.am                                   |   49 +
28120  Makefile.in                                   |   91 -
28121  autogen.sh                                    |   89 +
28122  config.h.in                                   |  138 -
28123  configure.in                                  |  425 +-
28124  cvscompile.sh                                 |   11 -
28125  fc-cache/Makefile.am                          |   28 +
28126  fc-cache/Makefile.in                          |   53 -
28127  fontconfig/Makefile.in => fc-lang/Makefile.am |   23 +-
28128  fc-list/Makefile.am                           |   28 +
28129  fc-list/Makefile.in                           |   54 -
28130  findfonts                                     |    4 -
28131  fontconfig.spec.in                            |   74 +
28132  fontconfig/Makefile.am                        |    8 +
28133  fontconfig/fontconfig.h                       |    3 +-
28134  fonts.conf.in                                 |   12 +-
28135  local.conf                                    |    5 +
28136  local.def                                     |   70 -
28137  ltmain.sh                                     | 6192
28138  +++++++++++++++++++++++++
28139  setfontdirs                                   |   36 -
28140  src/Makefile.am                               |   38 +
28141  src/Makefile.in                               |  120 -
28142  src/{fontconfig.man => fontconfig.3}          |    0
28143  23 files changed, 6721 insertions(+), 830 deletions(-)
28144
28145 commit 46d003c34ef95db33ecb794d23f711161d4d4ae3
28146 Author: Keith Packard <keithp@keithp.com>
28147 Date:   Mon Feb 24 16:51:29 2003 +0000
28148
28149     Dont attempt to use cache if NULL
28150
28151  src/fcdir.c | 3 ++-
28152  1 file changed, 2 insertions(+), 1 deletion(-)
28153
28154 commit e54692ac1e3b1e498154cae9e4db68f1d1b06ecf
28155 Author: Keith Packard <keithp@keithp.com>
28156 Date:   Mon Feb 17 17:35:28 2003 +0000
28157
28158     Remove broken fontconfig-config script
28159
28160  Makefile.in          |  9 -----
28161  configure.in         |  3 +-
28162  fontconfig-config.in | 94
28163  ----------------------------------------------------
28164  3 files changed, 1 insertion(+), 105 deletions(-)
28165
28166 commit c4ab52dcb5d016d18fc73a8577daeb6938fb9e84
28167 Author: Keith Packard <keithp@keithp.com>
28168 Date:   Thu Feb 13 16:42:38 2003 +0000
28169
28170     Track dirs containing fonts.cache files referenced from ~/.fonts.cache
28171     file
28172
28173  src/fccache.c | 45 ++++++++++++++++++++++++++++++++++++++-------
28174  src/fcdir.c   |  3 +++
28175  src/fcint.h   |  4 ++++
28176  3 files changed, 45 insertions(+), 7 deletions(-)
28177
28178 commit 565a919e80bf2d801078cbd83eee8caf9c057519
28179 Author: Keith Packard <keithp@keithp.com>
28180 Date:   Wed Feb 12 20:35:32 2003 +0000
28181
28182     Have fc-cache skip directories without write access
28183
28184  fc-cache/fc-cache.c | 26 +++++++++++++++++++-------
28185  1 file changed, 19 insertions(+), 7 deletions(-)
28186
28187 commit b7a2e1e27b35154ea3b782f1f61bd2ef83cb27b2
28188 Author: Keith Packard <keithp@keithp.com>
28189 Date:   Wed Feb 12 18:23:03 2003 +0000
28190
28191     Add prefer_outline hacks to replace bitmap fonts with equivalent
28192     outlines
28193
28194  fonts.conf.in | 28 ++++++++++++++++++++++++++++
28195  1 file changed, 28 insertions(+)
28196
28197 commit dda7794f1be86fa270410e63ce96104843ded66f
28198 Author: Keith Packard <keithp@keithp.com>
28199 Date:   Wed Feb 12 18:22:12 2003 +0000
28200
28201     Add "same" binding for edits to inherit binding from matched element
28202
28203  fonts.dtd   |  2 +-
28204  src/fccfg.c | 10 +++++++++-
28205  src/fcint.h |  2 +-
28206  src/fcxml.c |  2 ++
28207  4 files changed, 13 insertions(+), 3 deletions(-)
28208
28209 commit 602e6b1f265b17cc1059a01ac98f0877fb7d1db8
28210 Author: Keith Packard <keithp@keithp.com>
28211 Date:   Wed Feb 12 18:21:21 2003 +0000
28212
28213     Output langsets and all bindings in debug messages
28214
28215  src/fcdbg.c | 21 +++++++++++++++++++--
28216  1 file changed, 19 insertions(+), 2 deletions(-)
28217
28218 commit b2b6903259c742c75738d49fa37ea0b167ef87cb
28219 Author: Keith Packard <keithp@keithp.com>
28220 Date:   Wed Feb 12 18:20:04 2003 +0000
28221
28222     Make FcStrCmpIgnoreCase a bit faster
28223
28224  src/fcstr.c | 11 +++++++----
28225  1 file changed, 7 insertions(+), 4 deletions(-)
28226
28227 commit c8d5753c0fca4e4b2ab01d49b9a0b464b9b54cb4
28228 Author: Keith Packard <keithp@keithp.com>
28229 Date:   Wed Feb 12 18:19:33 2003 +0000
28230
28231     Dont cache directorys until theyve been scanned. Avoids losing subdir
28232         contents. Also fixed cache hashing function (was returning
28233         constant).
28234         Lots of comments
28235
28236  src/fccache.c | 38 ++++++++++++++++++++++++++++++++------
28237  src/fcdir.c   | 11 +++++++++--
28238  2 files changed, 41 insertions(+), 8 deletions(-)
28239
28240 commit d2b5cc7e12cb3941080c8db07ba53ce975a914b2
28241 Author: Keith Packard <keithp@keithp.com>
28242 Date:   Fri Feb 7 00:15:09 2003 +0000
28243
28244     fontconfig is no longer affiliated with xfree86
28245
28246  src/fontconfig.man | 8 ++++----
28247  1 file changed, 4 insertions(+), 4 deletions(-)
28248
28249 commit 302e07f11ee7fa1bc95c89357c956359c04dc63e
28250 Author: Keith Packard <keithp@keithp.com>
28251 Date:   Fri Feb 7 00:14:31 2003 +0000
28252
28253     Emphasize that fonts.conf isnt the right place for local configuration
28254
28255  fonts.conf.in | 8 ++++++--
28256  1 file changed, 6 insertions(+), 2 deletions(-)
28257
28258 commit 1b6b3b658c9ff6b8e45e54fdaea1812eb0b930d9
28259 Author: Keith Packard <keithp@keithp.com>
28260 Date:   Fri Feb 7 00:13:55 2003 +0000
28261
28262     Remove Imakefile
28263
28264  Imakefile | 90
28265  ---------------------------------------------------------------
28266  1 file changed, 90 deletions(-)
28267
28268 commit 9e1af99b17be1d9cde3b4517e0e6071e64fb4b64
28269 Author: Keith Packard <keithp@keithp.com>
28270 Date:   Fri Feb 7 00:13:37 2003 +0000
28271
28272     Build fc-lang, install local.conf
28273
28274  Makefile.in | 17 +++++++++++------
28275  1 file changed, 11 insertions(+), 6 deletions(-)
28276
28277 commit dda27aa9ee057d213956f18041bedb4648c6c302
28278 Author: Keith Packard <keithp@keithp.com>
28279 Date:   Thu Feb 6 19:30:32 2003 +0000
28280
28281     Avoid crash when $HOME is not set
28282
28283  src/fcstr.c | 3 ++-
28284  1 file changed, 2 insertions(+), 1 deletion(-)
28285
28286 commit 48092073dd7b633441daba6297cff8c4588fe58d
28287 Author: Keith Packard <keithp@keithp.com>
28288 Date:   Thu Feb 6 19:28:23 2003 +0000
28289
28290     Update greek orthography from vvas@hal.csd.auth.gr (Vasilis Vasaitis)
28291
28292  fc-lang/el.orth | 9 +++++----
28293  1 file changed, 5 insertions(+), 4 deletions(-)
28294
28295 commit 9db8fbeccf14e1be2e305c3dd8d83991ce8a1055
28296 Author: Keith Packard <keithp@keithp.com>
28297 Date:   Thu Feb 6 19:25:53 2003 +0000
28298
28299     add shared library support for Tru64 UNIX and IRIX (bug #14)
28300
28301  configure.in | 17 +++++++++++++++++
28302  1 file changed, 17 insertions(+)
28303
28304 commit ca4339b8bbd4138bb3cf54a7ad7c3b33db7035de
28305 Author: Keith Packard <keithp@keithp.com>
28306 Date:   Thu Feb 6 19:22:43 2003 +0000
28307
28308     Fix inconsistent const usage in FcConfigCompareValue
28309
28310  src/fccfg.c | 10 ++++++----
28311  1 file changed, 6 insertions(+), 4 deletions(-)
28312
28313 commit c647f6f1e42f70077e1e0c957ff5cd7905d88b86
28314 Author: Keith Packard <keithp@keithp.com>
28315 Date:   Thu Feb 6 17:46:06 2003 +0000
28316
28317     Build fclang.h before building library This required compiling
28318     the charset
28319         funcs into fc-lang, which was done by refactoring code in
28320         fccharset.c
28321         and fcfreetype.c a bit
28322     Updated ethiopic orthographies
28323     Remove imake support
28324     Install empty local.conf file if none is present
28325
28326  fc-cache/Imakefile              |   22 -
28327  fc-lang/Imakefile               |   56 -
28328  fc-lang/am.orth                 |   10 +-
28329  fc-lang/fc-lang.c               |   21 +-
28330  fc-lang/fclang.h                | 4006
28331  ---------------------------------------
28332  fc-lang/gez.orth                |   55 +-
28333  fc-lang/ti_er.orth              |   56 +
28334  fc-lang/{ti.orth => ti_et.orth} |   11 +-
28335  fc-lang/tig.orth                |   52 +
28336  fc-list/Imakefile               |   17 -
28337  fontconfig/Imakefile            |    8 -
28338  src/Imakefile                   |   48 -
28339  src/fccharset.c                 |  769 +-------
28340  src/fcfreetype.c                |  768 ++++++++
28341  src/fcint.h                     |   19 +-
28342  15 files changed, 950 insertions(+), 4968 deletions(-)
28343
28344 commit 3d72cadda1f3398238ad9a5c52e31a9c710ccb5f
28345 Author: Keith Packard <keithp@keithp.com>
28346 Date:   Tue Jan 28 21:28:20 2003 +0000
28347
28348     Bug #4 The last entry for the terminator should not be 0xfffa,
28349     but 0xfffb.
28350
28351  fonts.conf.in | 2 +-
28352  1 file changed, 1 insertion(+), 1 deletion(-)
28353
28354 commit 4d3520610ec82a80601a1590861dc9505e2813b4
28355 Author: Keith Packard <keithp@keithp.com>
28356 Date:   Tue Jan 28 20:56:18 2003 +0000
28357
28358     Bug #2 If a sub-make fails, then the build will still happily
28359     continue. I
28360         will attach a patch I have been using in the Debian package for a
28361         while.
28362
28363  Makefile.in | 2 +-
28364  1 file changed, 1 insertion(+), 1 deletion(-)
28365
28366 commit 3c0b3aa22cf1338f96bc0c0b55956136a6102a61
28367 Author: David Dawes <dawes@xfree86.org>
28368 Date:   Tue Jan 7 02:07:47 2003 +0000
28369
28370     703. Eliminate locale-dependent behaviour in fontconfig's setfontdirs
28371         script (#A.1483, Markus Kuhn).
28372
28373  setfontdirs | 6 +++---
28374  1 file changed, 3 insertions(+), 3 deletions(-)
28375
28376 commit 72a762196f356837ef615ee2a079e8b801a6f592
28377 Author: Torrey Lyons <torrey@mrcla.com>
28378 Date:   Fri Jan 3 18:54:11 2003 +0000
28379
28380     On Darwin add Mac font directories to fonts.conf.
28381
28382  Imakefile | 9 +++++++--
28383  1 file changed, 7 insertions(+), 2 deletions(-)
28384
28385 commit 432913ead584d164ed2830958ca5a3846394f5e6
28386 Author: David Dawes <dawes@xfree86.org>
28387 Date:   Sat Dec 21 02:31:53 2002 +0000
28388
28389     677. Fix a segfault in fontconfig (#A.1450, Keith Packard).
28390
28391  src/fccfg.c | 6 +++++-
28392  1 file changed, 5 insertions(+), 1 deletion(-)
28393
28394 commit 1e341fdfc38527d8614e2fe744237f473f3febee
28395 Author: David Dawes <dawes@xfree86.org>
28396 Date:   Tue Dec 17 03:26:36 2002 +0000
28397
28398     Test for "ed" and "ex" -- part of update for LynxOS/PowerPC build
28399     fixes
28400         (Stuart Lissaman).
28401
28402  setfontdirs | 14 ++++++++++++--
28403  1 file changed, 12 insertions(+), 2 deletions(-)
28404
28405 commit 234397b42976f027df7acc41aae80ec43692d557
28406 Author: David Dawes <dawes@xfree86.org>
28407 Date:   Sat Dec 14 02:03:59 2002 +0000
28408
28409     633. Perform country-independent matching for Chinese languages in
28410         fontconfig (#A.1406, Keith Packard).
28411
28412  fc-lang/fc-lang.c | 76
28413  ++++++++++++++++++++++++++++++++++++++++++++++++++-----
28414  fc-lang/fclang.h  | 10 +++++++-
28415  src/fclang.c      | 15 +++++++----
28416  3 files changed, 89 insertions(+), 12 deletions(-)
28417
28418 commit 45fb31aa9113b597878fc19d1463c078663540d9
28419 Author: David Dawes <dawes@xfree86.org>
28420 Date:   Sat Dec 14 01:59:38 2002 +0000
28421
28422     632. Finish off the UTF-16 APIs in Xft, and fix the UTF-16 conversion
28423     code
28424         in fontconfig (#A.1411, Keith Packard, Jungshik Shin).
28425
28426  src/fcstr.c | 4 ++--
28427  1 file changed, 2 insertions(+), 2 deletions(-)
28428
28429 commit dbc56f0b3f3383a61b0f5d282ed7ae732ae3856e
28430 Author: Egbert Eich <eich@suse.de>
28431 Date:   Wed Dec 4 10:28:03 2002 +0000
28432
28433     574. Make RENDER optional for Xvfb. When RENDER is enabled add
28434     depth 32
28435         pixmap format to list of supported pixmaps (Egbert Eich).
28436     573. Fix va_args glitches for xterm/libfontconfig: 0 == (void*)0
28437     isn't true
28438         for all platforms (Egbert Eich).
28439     572. Fix lbxproxy to also build on platforms that don't have
28440     snprintf()
28441         (Egbert Eich).
28442     571. Fix va_args glitches in mkfontscale: arg stack isn't preserved
28443     after
28444         calling va_arg on all platforms (Egbert Eich).
28445     570. Fixed x11perf aa benchmarks to support non-default
28446     visuals/colormaps
28447         (Egbert Eich).
28448
28449  fontconfig/fcprivate.h | 2 +-
28450  1 file changed, 1 insertion(+), 1 deletion(-)
28451
28452 commit 7657345c1031eacedd734ddbc62a29de776672f4
28453 Author: Keith Packard <keithp@keithp.com>
28454 Date:   Fri Nov 22 02:12:16 2002 +0000
28455
28456     In debugging output, mark weakly bound values with (w)
28457
28458  src/fcdbg.c | 6 +++++-
28459  1 file changed, 5 insertions(+), 1 deletion(-)
28460
28461 commit 02c3d2e9eabcecdcc46bc166afc511b22f3ddbae
28462 Author: Keith Packard <keithp@keithp.com>
28463 Date:   Thu Nov 21 16:53:00 2002 +0000
28464
28465     Use unique local Imake define for fonts.conf dir (#5482, Mike
28466     A. Harris)
28467
28468  Imakefile | 14 +++++++-------
28469  1 file changed, 7 insertions(+), 7 deletions(-)
28470
28471 commit 61afb67cd23d021b5b3806f6974e19a77a2ac4ef
28472 Author: Alan Hourihane <alanh@fairlite.demon.co.uk>
28473 Date:   Fri Nov 15 09:29:35 2002 +0000
28474
28475     483. Fix fontconfig to obey NothingOutsideProjectRoot, so that the
28476         directory /usr/share/fonts is ignored in this case (#A.1325,
28477         Joe Moss).
28478
28479  Imakefile | 14 ++++++++++++--
28480  1 file changed, 12 insertions(+), 2 deletions(-)
28481
28482 commit 65fb1c65837edd07fb89d303155b10a38e00ecd7
28483 Author: Keith Packard <keithp@keithp.com>
28484 Date:   Mon Oct 21 17:03:47 2002 +0000
28485
28486     Elide historic cyrillic letters from several orthographies as they are
28487         unnecessary for modern documents and ill supported by fonts
28488
28489  fc-lang/bua.orth |  6 +++---
28490  fc-lang/fclang.h | 14 +++++++-------
28491  fc-lang/kaa.orth |  6 +++---
28492  fc-lang/ky.orth  |  6 +++---
28493  fc-lang/ru.orth  | 10 +++++++---
28494  fc-lang/sah.orth |  6 +++---
28495  fc-lang/tk.orth  |  6 +++---
28496  fc-lang/tt.orth  |  6 +++---
28497  fc-lang/tyv.orth |  6 +++---
28498  9 files changed, 35 insertions(+), 31 deletions(-)
28499
28500 commit bff801144b226f5f3ddf4188f181ed3f629fdcab
28501 Author: Keith Packard <keithp@keithp.com>
28502 Date:   Fri Oct 11 17:53:03 2002 +0000
28503
28504     Add a bunch more consts to Xft and fontconfig apis
28505
28506  fontconfig/fcfreetype.h |  2 +-
28507  fontconfig/fontconfig.h | 20 ++++++++++----------
28508  src/fcpat.c             | 20 ++++++++++----------
28509  3 files changed, 21 insertions(+), 21 deletions(-)
28510
28511 commit 0ce819b6096ae852a1979fa6ebb3e29260848007
28512 Author: Keith Packard <keithp@keithp.com>
28513 Date:   Thu Oct 3 22:06:27 2002 +0000
28514
28515     Change comments a bit in fonts.conf.in
28516
28517  fonts.conf.in | 7 +++++++
28518  1 file changed, 7 insertions(+)
28519
28520 commit 0d5af2ef2d9785efc29c909bc11f483069192c95
28521 Author: Keith Packard <keithp@keithp.com>
28522 Date:   Wed Oct 2 16:15:54 2002 +0000
28523
28524     English orthography included 0xd. instead of 0xe. for several
28525     codepoints.
28526         Oops
28527
28528  fc-lang/en.orth  | 8 ++++----
28529  fc-lang/fclang.h | 2 +-
28530  2 files changed, 5 insertions(+), 5 deletions(-)
28531
28532 commit 1852d490352fdc05891b778a8769000816b907b0
28533 Author: Keith Packard <keithp@keithp.com>
28534 Date:   Wed Oct 2 07:11:30 2002 +0000
28535
28536     Add FC_RGBA_UNKNOWN
28537
28538  fontconfig/fontconfig.h | 5 +++--
28539  src/fcname.c            | 5 +++--
28540  src/fontconfig.man      | 4 +++-
28541  3 files changed, 9 insertions(+), 5 deletions(-)
28542
28543 commit 2d79b58621845f7d8efd6f052dcd8f4f1a4e03c3
28544 Author: Keith Packard <keithp@keithp.com>
28545 Date:   Thu Sep 26 00:30:30 2002 +0000
28546
28547     Fix alignment issue on sparc
28548
28549  src/fcpat.c | 17 ++++++++++++-----
28550  1 file changed, 12 insertions(+), 5 deletions(-)
28551
28552 commit a342e87dc3d4211a29525654ff6b41d088bdce71
28553 Author: Keith Packard <keithp@keithp.com>
28554 Date:   Thu Sep 26 00:17:28 2002 +0000
28555
28556     Add fontversion field
28557
28558  fontconfig/fontconfig.h |  3 ++-
28559  src/fcdefault.c         |  6 +++++-
28560  src/fcfreetype.c        | 18 +++++++++++++++++-
28561  src/fcmatch.c           | 15 ++++++++++++---
28562  src/fcname.c            |  3 ++-
28563  5 files changed, 38 insertions(+), 7 deletions(-)
28564
28565 commit e712133ca7b6d9f055e7db2a7a3abf3034927e16
28566 Author: Keith Packard <keithp@keithp.com>
28567 Date:   Thu Sep 26 00:16:23 2002 +0000
28568
28569     Was losing local cached dirs in global cache list
28570
28571  src/fccache.c | 17 ++++++++---------
28572  src/fcdir.c   |  4 +++-
28573  src/fcint.h   | 10 ++++++----
28574  3 files changed, 17 insertions(+), 14 deletions(-)
28575
28576 commit ce50587c2b71390c6de35c7e13a8fc23a062eda0
28577 Author: Keith Packard <keithp@keithp.com>
28578 Date:   Thu Sep 26 00:13:39 2002 +0000
28579
28580     Add a few more permissable blank glyphs
28581
28582  fonts.conf.in | 6 ++++++
28583  1 file changed, 6 insertions(+)
28584
28585 commit d1bec8c66d729fe67992a0212b3dffa18879e88f
28586 Author: Marc Aurele La France <tsi@ualberta.edu>
28587 Date:   Wed Sep 18 17:11:46 2002 +0000
28588
28589     Pacify gcc 3.2
28590
28591  fc-cache/fc-cache.c | 3 ++-
28592  src/fclist.c        | 4 ++--
28593  src/fcpat.c         | 4 ++--
28594  3 files changed, 6 insertions(+), 5 deletions(-)
28595
28596 commit 05336fd8bed5a5f3a6e1cbddb18a9bd9a4d2ebc7
28597 Author: Marc Aurele La France <tsi@ualberta.edu>
28598 Date:   Thu Sep 12 20:56:03 2002 +0000
28599
28600     Fix structure alignment and array wlk bugs
28601
28602  src/fcpat.c | 11 +++++++----
28603  1 file changed, 7 insertions(+), 4 deletions(-)
28604
28605 commit 9cc935765e6f74a1712b04b6cbcfc5e77d1d38e1
28606 Author: Keith Packard <keithp@keithp.com>
28607 Date:   Sat Sep 7 19:43:41 2002 +0000
28608
28609     Add a bunch more blank glyphs, plus label existing blanks with
28610     official
28611         unicode names
28612
28613  fonts.conf.in | 66
28614  +++++++++++++++++++++++++++++++++--------------------------
28615  1 file changed, 37 insertions(+), 29 deletions(-)
28616
28617 commit 10bac9b53f6b2494f05ff1c7c9ee0e3b0bd05c73
28618 Author: Keith Packard <keithp@keithp.com>
28619 Date:   Sat Sep 7 17:30:18 2002 +0000
28620
28621     Found a few more blank glyphs to add
28622
28623  fonts.conf.in | 4 ++++
28624  1 file changed, 4 insertions(+)
28625
28626 commit f9ad97b0d4be53164970ca0a8ff605670a60587c
28627 Author: Keith Packard <keithp@keithp.com>
28628 Date:   Sat Sep 7 16:50:16 2002 +0000
28629
28630     Add more blank glyphs to default config
28631
28632  fonts.conf.in | 14 ++++++++++++++
28633  1 file changed, 14 insertions(+)
28634
28635 commit c2022f999e0492d530925b0112ffd34ce146a8e3
28636 Author: Keith Packard <keithp@keithp.com>
28637 Date:   Sat Aug 31 22:27:08 2002 +0000
28638
28639     Update ChangeLog with a few notes
28640
28641  ChangeLog | 15 ++++++++++++++-
28642  1 file changed, 14 insertions(+), 1 deletion(-)
28643
28644 commit 9dac3c594574f67f80d70ad3cdad42c551285ee8
28645 Author: Keith Packard <keithp@keithp.com>
28646 Date:   Sat Aug 31 22:17:32 2002 +0000
28647
28648     More complete memory tracking. Install always overwrites header files
28649
28650  fontconfig/Makefile.in | 17 ++++-------------
28651  src/fcatomic.c         |  8 +++++++-
28652  src/fcblanks.c         |  8 ++++++++
28653  src/fccache.c          | 37 +++++++++++++++++++++++++++----------
28654  src/fccfg.c            |  6 ++++--
28655  src/fccharset.c        | 10 +++++++---
28656  src/fcdir.c            |  3 ++-
28657  src/fcfreetype.c       |  8 +++++---
28658  src/fcinit.c           | 48
28659  ++++++++++++++++++++++++++++++------------------
28660  src/fcint.h            | 16 ++++++++++++++--
28661  src/fcmatch.c          |  3 ++-
28662  src/fcname.c           |  7 ++++++-
28663  src/fcpat.c            |  3 ++-
28664  src/fcstr.c            |  5 +++++
28665  src/fcxml.c            | 33 ++++++++++++++++++++++++++++-----
28666  15 files changed, 151 insertions(+), 61 deletions(-)
28667
28668 commit cb30af720468a7e89abdf65bbf62b8942d3d8c13
28669 Author: Keith Packard <keithp@keithp.com>
28670 Date:   Fri Aug 30 01:28:17 2002 +0000
28671
28672     Update latin and cyrillic orthographies by comparing those found at
28673         evertype.com with those from eki.ee
28674
28675  fc-lang/ab.orth  |    7 +-
28676  fc-lang/az.orth  |   65 ++-
28677  fc-lang/ba.orth  |   43 +-
28678  fc-lang/be.orth  |   20 +-
28679  fc-lang/bg.orth  |   21 +-
28680  fc-lang/br.orth  |   33 +-
28681  fc-lang/ca.orth  |   50 +-
28682  fc-lang/cs.orth  |   67 ++-
28683  fc-lang/da.orth  |   83 ++-
28684  fc-lang/de.orth  |   33 +-
28685  fc-lang/es.orth  |   42 +-
28686  fc-lang/et.orth  |   35 +-
28687  fc-lang/eu.orth  |   26 +-
28688  fc-lang/fclang.h | 1602
28689  ++++++++++++++++++++++++++----------------------------
28690  fc-lang/fi.orth  |   40 +-
28691  fc-lang/fo.orth  |   57 +-
28692  fc-lang/fy.orth  |   24 +-
28693  fc-lang/ga.orth  |   78 ++-
28694  fc-lang/gd.orth  |   23 +-
28695  fc-lang/gl.orth  |    7 +-
28696  fc-lang/hr.orth  |   33 +-
28697  fc-lang/hu.orth  |   13 +-
28698  fc-lang/is.orth  |   31 +-
28699  fc-lang/it.orth  |   24 +-
28700  fc-lang/kk.orth  |   15 +-
28701  fc-lang/kl.orth  |   35 +-
28702  fc-lang/lt.orth  |   11 +-
28703  fc-lang/lv.orth  |    7 +-
28704  fc-lang/mt.orth  |   50 +-
28705  fc-lang/nl.orth  |   27 +-
28706  fc-lang/no.orth  |   49 +-
28707  fc-lang/oc.orth  |   37 +-
28708  fc-lang/pl.orth  |   16 +-
28709  fc-lang/pt.orth  |   40 +-
28710  fc-lang/rm.orth  |   13 +-
28711  fc-lang/ro.orth  |    6 +-
28712  fc-lang/sk.orth  |   31 +-
28713  fc-lang/sl.orth  |   82 ++-
28714  fc-lang/sq.orth  |    7 +-
28715  fc-lang/sr.orth  |   25 +-
28716  fc-lang/sv.orth  |   76 ++-
28717  fc-lang/tr.orth  |   34 +-
28718  fc-lang/uk.orth  |   20 +-
28719  fc-lang/vot.orth |    5 +-
28720  44 files changed, 1799 insertions(+), 1244 deletions(-)
28721
28722 commit 2458a6d8d8bbd9b0b6b999c2aa035816c0d825fa
28723 Author: Keith Packard <keithp@keithp.com>
28724 Date:   Mon Aug 26 23:34:31 2002 +0000
28725
28726     FcLangSetHasLang was not actually checking the language set itself
28727
28728  ChangeLog    | 4 ++++
28729  src/fclang.c | 7 ++++---
28730  2 files changed, 8 insertions(+), 3 deletions(-)
28731
28732 commit 5d6788ac7e35b9afb24de4f1e90d43715e50f64f
28733 Author: Keith Packard <keithp@keithp.com>
28734 Date:   Mon Aug 26 20:52:59 2002 +0000
28735
28736     Update ChangeLog, fix some bugs in the man page
28737
28738  ChangeLog          |  3 +++
28739  src/fontconfig.man | 68
28740  +++++++++++++++++++++++++++++-------------------------
28741  2 files changed, 39 insertions(+), 32 deletions(-)
28742
28743 commit f21f40f347afa81d1fcd4ae604bd3f164a3b2e90
28744 Author: Keith Packard <keithp@keithp.com>
28745 Date:   Mon Aug 26 19:57:40 2002 +0000
28746
28747     Append version number to cache file names
28748
28749  fontconfig/fontconfig.h | 18 +++++++++++++++---
28750  src/fcdir.c             |  6 +++---
28751  src/fcint.h             |  2 +-
28752  src/fontconfig.man      |  5 +++--
28753  4 files changed, 22 insertions(+), 9 deletions(-)
28754
28755 commit 0f9a306e710b3c03cd82b8234ae840558d4b886f
28756 Author: Keith Packard <keithp@keithp.com>
28757 Date:   Sat Aug 24 20:08:53 2002 +0000
28758
28759     Add const to a bunch of string APIs
28760
28761  fontconfig/fontconfig.h | 32 ++++++++++++++++----------------
28762  src/fcstr.c             | 46
28763  +++++++++++++++++++++++-----------------------
28764  2 files changed, 39 insertions(+), 39 deletions(-)
28765
28766 commit 47d4f9501fe21603feb5f3f233ea3bc6ec15f494
28767 Author: Keith Packard <keithp@keithp.com>
28768 Date:   Thu Aug 22 18:53:22 2002 +0000
28769
28770     Add contains/not_contains, fix LangSet equal operator to use
28771     FcLangEqual
28772
28773  ChangeLog    | 13 +++++++++++++
28774  fonts.dtd    |  6 ++++--
28775  src/fccfg.c  | 28 +++++++++++++++++++++-------
28776  src/fcdbg.c  |  9 ++++++---
28777  src/fcint.h  |  4 ++--
28778  src/fclang.c |  1 +
28779  src/fclist.c |  8 ++++----
28780  src/fcxml.c  | 19 ++++++++++++++++---
28781  8 files changed, 67 insertions(+), 21 deletions(-)
28782
28783 commit d8d7395877238acbc9cd4709e3b4e76f8ca978cb
28784 Author: Keith Packard <keithp@keithp.com>
28785 Date:   Thu Aug 22 07:36:45 2002 +0000
28786
28787     Reimplement FC_LANG as FcTypeLang, freeze patterns, other cleanup
28788
28789  ChangeLog               |  22 +-
28790  fc-lang/fc-lang.c       |  24 ++-
28791  fc-lang/fclang.h        | 556
28792  ++++++++++++++++++++++++------------------------
28793  fontconfig/fcprivate.h  |   5 +-
28794  fontconfig/fontconfig.h |  46 +++-
28795  src/fccache.c           |  16 +-
28796  src/fccfg.c             |  22 +-
28797  src/fccharset.c         |  80 ++++---
28798  src/fcdbg.c             |   5 +-
28799  src/fcfreetype.c        |  11 +-
28800  src/fcinit.c            |  14 +-
28801  src/fcint.h             |  35 +--
28802  src/fclang.c            | 431 ++++++++++++++++++++++++++++++++-----
28803  src/fclist.c            |   4 +-
28804  src/fcmatch.c           |  31 ++-
28805  src/fcname.c            |  29 ++-
28806  src/fcpat.c             | 301 +++++++++++++++++++++++++-
28807  src/fcstr.c             |  14 +-
28808  18 files changed, 1235 insertions(+), 411 deletions(-)
28809
28810 commit f4fe447f49171d4b0ad69c8efcbadc555f211efa
28811 Author: Keith Packard <keithp@keithp.com>
28812 Date:   Tue Aug 20 23:17:03 2002 +0000
28813
28814     Memory leak in XML parsing of matrices (thanks Owen)
28815
28816  src/fcxml.c | 3 ++-
28817  1 file changed, 2 insertions(+), 1 deletion(-)
28818
28819 commit fa244f3d8807415247c8aeb77145502b1cb9ace8
28820 Author: Keith Packard <keithp@keithp.com>
28821 Date:   Mon Aug 19 19:32:05 2002 +0000
28822
28823     Various config changes plus a couple of optimizations from Owen
28824
28825  ChangeLog               |  19 ++++++++
28826  config.h.in             |   9 ----
28827  config/Makedefs.in      |  25 +++++------
28828  configure.in            | 117
28829  ++++++++----------------------------------------
28830  fc-cache/Imakefile      |   2 +-
28831  fc-lang/Imakefile       |   4 +-
28832  fc-lang/ja.orth         |   4 +-
28833  fc-lang/ko.orth         |   5 ++-
28834  fc-lang/zh_cn.orth      |   5 ++-
28835  fc-lang/zh_sg.orth      |   4 +-
28836  fc-list/Imakefile       |   2 +-
28837  fontconfig/fcprivate.h  |   4 +-
28838  fontconfig/fontconfig.h |  18 ++++----
28839  fonts.conf.in           |  12 +++++
28840  src/Imakefile           |   2 +-
28841  src/fccache.c           |  69 +++++++++++++++++-----------
28842  src/fccfg.c             |  33 ++++++--------
28843  src/fcdbg.c             |   7 +--
28844  src/fclist.c            |   4 +-
28845  src/fcmatch.c           |   5 +--
28846  src/fcname.c            |   4 +-
28847  src/fcpat.c             |  43 +-----------------
28848  src/fcxml.c             |  17 +------
28849  src/fontconfig.man      |  22 ++++-----
28850  24 files changed, 159 insertions(+), 277 deletions(-)
28851
28852 commit 5d43e799197d2758102b699f9bc12b3c116a9b80
28853 Author: Keith Packard <keithp@keithp.com>
28854 Date:   Tue Aug 13 02:06:22 2002 +0000
28855
28856     Make missing font directory messages only displayed when verbose
28857
28858  fc-cache/fc-cache.c | 5 +++--
28859  1 file changed, 3 insertions(+), 2 deletions(-)
28860
28861 commit eafc0e51af7ecb6ea7d33b59932212bdfd1d67ab
28862 Author: Keith Packard <keithp@keithp.com>
28863 Date:   Mon Aug 12 22:20:11 2002 +0000
28864
28865     Clean up French orthography, update 639-1 list of supported languages
28866
28867  fc-lang/fclang.h |   2 +-
28868  fc-lang/fr.orth  |  59 +++++++++++++++------------
28869  fc-lang/iso639-1 | 122
28870  +++++++++++++++++++++++++++----------------------------
28871  3 files changed, 95 insertions(+), 88 deletions(-)
28872
28873 commit 938bc63358c09b9fd3709e8f914870f906361594
28874 Author: Keith Packard <keithp@keithp.com>
28875 Date:   Sun Aug 11 18:11:04 2002 +0000
28876
28877     Fix weird first/not-first lameness in font matches, replacing
28878     with target
28879         qualifiers on test elements. Update library manual page.
28880
28881  fontconfig/fcprivate.h  |   5 +-
28882  fontconfig/fontconfig.h |  23 +++-
28883  fonts.conf.in           |   9 +-
28884  fonts.dtd               |   4 +
28885  src/fccfg.c             | 142 ++++++++-------------
28886  src/fcdbg.c             |  29 +++--
28887  src/fcint.h             |  19 ++-
28888  src/fclist.c            |   4 +-
28889  src/fcmatch.c           |  19 +--
28890  src/fcname.c            |   4 +-
28891  src/fcpat.c             |  43 ++++++-
28892  src/fcxml.c             |  33 ++++-
28893  src/fontconfig.man      | 332
28894  ++++++++++++++++++++++++++++++++++++++++++++----
28895  13 files changed, 510 insertions(+), 156 deletions(-)
28896
28897 commit 80a7d664395d62cc335ac93b9918efebca00c117
28898 Author: Keith Packard <keithp@keithp.com>
28899 Date:   Sun Aug 11 15:09:33 2002 +0000
28900
28901     Help message said -v was for --force
28902
28903  fc-cache/fc-cache.c | 4 ++--
28904  1 file changed, 2 insertions(+), 2 deletions(-)
28905
28906 commit 8c8f72665a4d2eb7d56499dd8a876a9a2af8b153
28907 Author: Keith Packard <keithp@keithp.com>
28908 Date:   Thu Aug 8 00:10:51 2002 +0000
28909
28910     Add Afar, Amharic, Aymara, Bini, Dzongkha, Fijian, Hiri Motu,
28911     Interlingua,
28912         Interlingue, Ido, Kikuyu, Burmese, Oromo, Somali, Swahili,
28913         Tigrinya,
28914         Tsonga, Twi, Uighur, Urdu, Xhosa and Zulu orthographies
28915
28916  fc-lang/Imakefile |   42 +-
28917  fc-lang/aa.orth   |   40 ++
28918  fc-lang/am.orth   |   28 +
28919  fc-lang/ay.orth   |   37 ++
28920  fc-lang/bin.orth  |   55 ++
28921  fc-lang/dz.orth   |   28 +
28922  fc-lang/fclang.h  | 1752
28923  +++++++++++++++++++++++++++++------------------------
28924  fc-lang/fj.orth   |   34 ++
28925  fc-lang/ho.orth   |   33 +
28926  fc-lang/ia.orth   |   29 +
28927  fc-lang/ie.orth   |   29 +
28928  fc-lang/io.orth   |   29 +
28929  fc-lang/iso639-2  |   48 +-
28930  fc-lang/ki.orth   |   33 +
28931  fc-lang/my.orth   |   37 ++
28932  fc-lang/om.orth   |   29 +
28933  fc-lang/so.orth   |   29 +
28934  fc-lang/sw.orth   |   29 +
28935  fc-lang/ti.orth   |   28 +
28936  fc-lang/ts.orth   |   29 +
28937  fc-lang/tw.orth   |   50 ++
28938  fc-lang/ug.orth   |   29 +
28939  fc-lang/ur.orth   |   29 +
28940  fc-lang/xh.orth   |   29 +
28941  fc-lang/zu.orth   |   29 +
28942  25 files changed, 1718 insertions(+), 846 deletions(-)
28943
28944 commit 0d91b3c5ee667c4ea997b99f69d73076a3d84d42
28945 Author: Keith Packard <keithp@keithp.com>
28946 Date:   Wed Aug 7 17:34:15 2002 +0000
28947
28948     Add Asturian, Old Church Slavonic, Friulian, Manx Gaelic, Cornish,
28949     Scots,
28950         Syriac and Votic orthographies
28951
28952  fc-lang/Imakefile |   39 +-
28953  fc-lang/ast.orth  |   47 ++
28954  fc-lang/cu.orth   |   42 ++
28955  fc-lang/fclang.h  | 1776
28956  ++++++++++++++++++++++++++++-------------------------
28957  fc-lang/fur.orth  |   39 ++
28958  fc-lang/fy.orth   |   26 +-
28959  fc-lang/gv.orth   |   31 +
28960  fc-lang/iso639-2  |   20 +-
28961  fc-lang/kw.orth   |   35 ++
28962  fc-lang/sco.orth  |   32 +
28963  fc-lang/syr.orth  |   29 +
28964  fc-lang/to.orth   |    4 +-
28965  fc-lang/vot.orth  |   37 ++
28966  13 files changed, 1300 insertions(+), 857 deletions(-)
28967
28968 commit bd724c85969f7c24cf17b8780217c5a428555ea4
28969 Author: Keith Packard <keithp@keithp.com>
28970 Date:   Wed Aug 7 01:45:59 2002 +0000
28971
28972     Short circuit FcPatternEqual when both args point at the same pattern
28973
28974  src/fcpat.c | 5 ++++-
28975  1 file changed, 4 insertions(+), 1 deletion(-)
28976
28977 commit 0e344dec0b124c38e6193cc4208e06662acd32f1
28978 Author: Keith Packard <keithp@keithp.com>
28979 Date:   Tue Aug 6 19:54:10 2002 +0000
28980
28981     Update fontconfig manual to match current bits
28982
28983  src/fontconfig.man | 100
28984  ++++++++++++++++++++++++++++++++++++++++++++---------
28985  1 file changed, 83 insertions(+), 17 deletions(-)
28986
28987 commit bb356b68ab0981dd9ec21ed8176dc80ad0580805
28988 Author: Keith Packard <keithp@keithp.com>
28989 Date:   Tue Aug 6 19:00:43 2002 +0000
28990
28991     Uninitialized member of cache structure could lead to non-updated
28992     cache
28993         files
28994
28995  src/fccache.c | 1 +
28996  1 file changed, 1 insertion(+)
28997
28998 commit 4534f30d2175966409af158c0a9efee678937bfd
28999 Author: Keith Packard <keithp@keithp.com>
29000 Date:   Tue Aug 6 18:59:59 2002 +0000
29001
29002     Fix Imakefile to make fclang.h writable
29003
29004  fc-lang/Imakefile | 2 +-
29005  1 file changed, 1 insertion(+), 1 deletion(-)
29006
29007 commit eb2a2f838fa358bfbac69ebca4d716b70f4d294c
29008 Author: Keith Packard <keithp@keithp.com>
29009 Date:   Tue Aug 6 18:59:43 2002 +0000
29010
29011     Add Latin-1 characters needed by Welsh
29012
29013  fc-lang/cy.orth  |   17 +-
29014  fc-lang/fclang.h | 1430
29015  +++++++++++++++++++++++++++---------------------------
29016  2 files changed, 733 insertions(+), 714 deletions(-)
29017
29018 commit a6531d8cbafd79f26d06b086cceccb461e661f4a
29019 Author: Keith Packard <keithp@keithp.com>
29020 Date:   Thu Aug 1 16:17:33 2002 +0000
29021
29022     Always install fonts.conf and fonts.dtd, moving any existing
29023     fonts.conf to
29024         fonts.conf.bak. Add ~/.fonts to default font directories and
29025         add some
29026         useful comments to fonts.conf
29027
29028  Imakefile     | 17 +++++++++++++++--
29029  fonts.conf.in | 12 ++++++++++++
29030  setfontdirs   |  2 ++
29031  3 files changed, 29 insertions(+), 2 deletions(-)
29032
29033 commit aefb2c41c85f1b615e922c636bc7ac1eeb9e535c
29034 Author: Keith Packard <keithp@keithp.com>
29035 Date:   Thu Aug 1 15:57:26 2002 +0000
29036
29037     Fix autoconf build BSD install and sysconfdir problems
29038
29039  ChangeLog              | 17 +++++++++++++++++
29040  Makefile.in            | 10 +++++-----
29041  config.h.in            |  3 +++
29042  config/Makedefs.in     |  5 +++--
29043  configure.in           | 14 +++++++++++++-
29044  fc-cache/Makefile.in   |  4 ++--
29045  fc-list/Makefile.in    |  4 ++--
29046  fontconfig/Makefile.in |  8 ++++----
29047  src/Makefile.in        |  2 +-
29048  9 files changed, 50 insertions(+), 17 deletions(-)
29049
29050 commit c2e9d0240b52adf9f0efd42a8be600f652086c32
29051 Author: Marc Aurele La France <tsi@ualberta.edu>
29052 Date:   Thu Aug 1 01:35:02 2002 +0000
29053
29054     Warning fix
29055
29056  fontconfig/fontconfig.h | 5 ++++-
29057  src/fcint.h             | 5 +----
29058  2 files changed, 5 insertions(+), 5 deletions(-)
29059
29060 commit 6fff2cda0ad09dfc84df2a70e95258b9dd28160b
29061 Author: Keith Packard <keithp@keithp.com>
29062 Date:   Wed Jul 31 01:36:37 2002 +0000
29063
29064     Add binding property to edit element
29065
29066  fonts.conf.in | 12 +++++++++---
29067  fonts.dtd     |  3 ++-
29068  src/fccfg.c   |  8 ++++----
29069  src/fcint.h   |  3 ++-
29070  src/fcxml.c   | 35 ++++++++++++++++++++++++++++-------
29071  5 files changed, 45 insertions(+), 16 deletions(-)
29072
29073 commit 327a7fd491f17f23e37e260f8d74397e2ef933aa
29074 Author: Keith Packard <keithp@keithp.com>
29075 Date:   Sun Jul 28 10:50:59 2002 +0000
29076
29077     Rewrite global cache handling code in fontconfig to eliminate per-file
29078         syscalls
29079
29080  fontconfig/fontconfig.h |   5 +-
29081  src/fccache.c           | 968
29082  +++++++++++++++++++++++++++++++-----------------
29083  src/fccfg.c             |  23 +-
29084  src/fcdir.c             | 183 +++++----
29085  src/fcint.h             | 126 +++++--
29086  src/fcmatrix.c          |   9 +-
29087  6 files changed, 830 insertions(+), 484 deletions(-)
29088
29089 commit 23cd70c4ef2b5c959959275d9d7f282029ae69f5
29090 Author: Keith Packard <keithp@keithp.com>
29091 Date:   Sat Jul 27 23:13:28 2002 +0000
29092
29093     Add ngai tahu specific chars to maori orthography
29094
29095  fc-lang/Imakefile |   1 +
29096  fc-lang/fclang.h  | 802
29097  +++++++++++++++++++++++++++---------------------------
29098  fc-lang/mi.orth   |   1 +
29099  3 files changed, 405 insertions(+), 399 deletions(-)
29100
29101 commit 1a9ae91a1693df1bfe93f34747584b0ff5dce014
29102 Author: Keith Packard <keithp@keithp.com>
29103 Date:   Wed Jul 17 17:51:52 2002 +0000
29104
29105     Add fclang.c to Makefile.in
29106
29107  src/Makefile.in | 2 ++
29108  1 file changed, 2 insertions(+)
29109
29110 commit 6864f6279297a59ff509e5454fdebb77ac64e530
29111 Author: Keith Packard <keithp@keithp.com>
29112 Date:   Sat Jul 13 20:33:05 2002 +0000
29113
29114     Trim ja orthography of a couple codepoints not found in kochi fonts
29115
29116  fc-lang/fclang.h | 4 ++--
29117  fc-lang/ja.orth  | 6 +++---
29118  2 files changed, 5 insertions(+), 5 deletions(-)
29119
29120 commit 1a0ee1e7c1b5872b1f46c7cdd8d8504150022189
29121 Author: Keith Packard <keithp@keithp.com>
29122 Date:   Sat Jul 13 19:10:03 2002 +0000
29123
29124     Fix typo in geez (ethiopic) orthography
29125
29126  fc-lang/fclang.h | 2 +-
29127  fc-lang/gez.orth | 4 ++--
29128  2 files changed, 3 insertions(+), 3 deletions(-)
29129
29130 commit 69937bd9416eb3fbefd55b9fa6445d0fe4b4f7f3
29131 Author: Keith Packard <keithp@keithp.com>
29132 Date:   Sat Jul 13 05:43:25 2002 +0000
29133
29134     Add some Utf16 support, extract font family and style names from
29135     name table
29136         for sfnt fonts
29137
29138  fontconfig/fontconfig.h |  23 +++-
29139  src/fccharset.c         |  40 ++++--
29140  src/fcfreetype.c        | 342
29141  ++++++++++++++++++++++++++++++++++++++++++++++--
29142  src/fcint.h             |  11 ++
29143  src/fcstr.c             |  99 +++++++++++++-
29144  5 files changed, 495 insertions(+), 20 deletions(-)
29145
29146 commit c80d2ac4866d4c534a8693d611ed85b84c11d009
29147 Author: Keith Packard <keithp@keithp.com>
29148 Date:   Fri Jul 12 21:06:03 2002 +0000
29149
29150     Clean up some coverage files; a few accidentally included PUA
29151     values and
29152         punctuation. Add debugging stuff to dump out missing codepoints
29153         during
29154         cache building when missing only a few
29155
29156  fc-lang/bg.orth  |   13 +-
29157  fc-lang/bi.orth  |   10 +-
29158  fc-lang/bo.orth  |   17 +-
29159  fc-lang/el.orth  |   20 +-
29160  fc-lang/fclang.h | 1630
29161  ++++++++++++++++++++++++++----------------------------
29162  fc-lang/ga.orth  |    4 +-
29163  fc-lang/gn.orth  |    4 +-
29164  fc-lang/hy.orth  |    6 +-
29165  fc-lang/km.orth  |    6 +-
29166  fc-lang/ko.orth  |  128 ++---
29167  fc-lang/lb.orth  |   10 +-
29168  fc-lang/mg.orth  |    6 +-
29169  fc-lang/mh.orth  |   14 +-
29170  fc-lang/mk.orth  |   12 +-
29171  fc-lang/mn.orth  |   14 +-
29172  fc-lang/mo.orth  |    4 +-
29173  fc-lang/ro.orth  |    4 +-
29174  fc-lang/si.orth  |    8 +-
29175  fc-lang/tl.orth  |   11 +-
29176  fc-lang/yo.orth  |   80 +--
29177  src/fclang.c     |   33 +-
29178  21 files changed, 1017 insertions(+), 1017 deletions(-)
29179
29180 commit b4a2c1f012c9c05cd14e43544570371ba2ca1134
29181 Author: Keith Packard <keithp@keithp.com>
29182 Date:   Fri Jul 12 19:19:16 2002 +0000
29183
29184     Add a bunch more languages that use the Latin alphabet
29185
29186  fc-lang/Imakefile |   35 +-
29187  fc-lang/af.orth   |   46 ++
29188  fc-lang/bam.orth  |   37 ++
29189  fc-lang/bi.orth   |   39 ++
29190  fc-lang/bs.orth   |   39 ++
29191  fc-lang/ch.orth   |   35 +
29192  fc-lang/cy.orth   |   48 ++
29193  fc-lang/fclang.h  | 1900
29194  +++++++++++++++++++++++++++++++++--------------------
29195  fc-lang/ful.orth  |   38 ++
29196  fc-lang/gn.orth   |   48 ++
29197  fc-lang/ha.orth   |   36 +
29198  fc-lang/haw.orth  |   35 +
29199  fc-lang/ibo.orth  |   35 +
29200  fc-lang/id.orth   |   31 +
29201  fc-lang/iso639-2  |   64 +-
29202  fc-lang/lb.orth   |   60 ++
29203  fc-lang/mg.orth   |   35 +
29204  fc-lang/mh.orth   |   45 ++
29205  fc-lang/mi.orth   |   34 +
29206  fc-lang/ny.orth   |   30 +
29207  fc-lang/se.orth   |   37 ++
29208  fc-lang/sm.orth   |   30 +
29209  fc-lang/sma.orth  |   37 ++
29210  fc-lang/smj.orth  |   37 ++
29211  fc-lang/smn.orth  |   40 ++
29212  fc-lang/sms.orth  |   48 ++
29213  fc-lang/tn.orth   |   33 +
29214  fc-lang/to.orth   |   30 +
29215  fc-lang/ven.orth  |   34 +
29216  fc-lang/vi.orth   |   58 ++
29217  fc-lang/wen.orth  |   42 ++
29218  fc-lang/wo.orth   |   42 ++
29219  fc-lang/yap.orth  |   35 +
29220  fc-lang/yo.orth   |   86 +++
29221  src/fcxml.c       |   12 +-
29222  35 files changed, 2522 insertions(+), 749 deletions(-)
29223
29224 commit 3f03d0c2ac9ec2050abf56b4ce48fff987b55ac0
29225 Author: Keith Packard <keithp@keithp.com>
29226 Date:   Fri Jul 12 09:13:32 2002 +0000
29227
29228     Add nynorsk and bokml, remove double angle quotes from other languages
29229
29230  fc-lang/Imakefile |  31 +-
29231  fc-lang/ab.orth   |   6 +-
29232  fc-lang/ba.orth   |   6 +-
29233  fc-lang/be.orth   |   6 +-
29234  fc-lang/br.orth   |   8 +-
29235  fc-lang/da.orth   |   6 +-
29236  fc-lang/de.orth   |   6 +-
29237  fc-lang/fclang.h  | 854
29238  +++++++++++++++++++++++++++---------------------------
29239  fc-lang/fr.orth   |  10 +-
29240  fc-lang/gl.orth   |  10 +-
29241  fc-lang/iso639-2  |   4 +-
29242  fc-lang/kk.orth   |   6 +-
29243  fc-lang/kl.orth   |   6 +-
29244  fc-lang/nb.orth   |  25 ++
29245  fc-lang/nn.orth   |  43 +++
29246  fc-lang/no.orth   |   6 +-
29247  fc-lang/ru.orth   |   6 +-
29248  fc-lang/uk.orth   |   6 +-
29249  18 files changed, 565 insertions(+), 480 deletions(-)
29250
29251 commit c2b971c89819281be41584720d20648fe5d1627f
29252 Author: Keith Packard <keithp@keithp.com>
29253 Date:   Fri Jul 12 07:58:16 2002 +0000
29254
29255     Missed adding kumyk
29256
29257  fc-lang/Imakefile | 19 +++++------
29258  fc-lang/fclang.h  | 74 +++++++++++++++++++++---------------------
29259  fc-lang/iso639-2  |  2 +-
29260  fc-lang/kum.orth  | 96
29261  +++++++++++++++++++++++++++++++++++++++++++++++++++++++
29262  4 files changed, 145 insertions(+), 46 deletions(-)
29263
29264 commit f749c49cb4ebe181de145440246d3110f7052f24
29265 Author: Keith Packard <keithp@keithp.com>
29266 Date:   Fri Jul 12 07:52:16 2002 +0000
29267
29268     Add devanagari and cyrillic languages. Add Geez
29269
29270  fc-lang/Imakefile |   36 +-
29271  fc-lang/ava.orth  |   97 ++++
29272  fc-lang/bh.orth   |   25 +
29273  fc-lang/bho.orth  |   25 +
29274  fc-lang/bua.orth  |  102 ++++
29275  fc-lang/ce.orth   |   97 ++++
29276  fc-lang/chm.orth  |  109 ++++
29277  fc-lang/cv.orth   |  109 ++++
29278  fc-lang/fclang.h  | 1612
29279  +++++++++++++++++++++++++++++++----------------------
29280  fc-lang/gez.orth  |   57 ++
29281  fc-lang/hi.orth   |   35 ++
29282  fc-lang/ik.orth   |  100 ++++
29283  fc-lang/iso639-2  |   54 +-
29284  fc-lang/iu.orth   |   77 +++
29285  fc-lang/kaa.orth  |  110 ++++
29286  fc-lang/kok.orth  |   25 +
29287  fc-lang/ks.orth   |   25 +
29288  fc-lang/ku.orth   |   94 ++++
29289  fc-lang/kv.orth   |  101 ++++
29290  fc-lang/ky.orth   |  102 ++++
29291  fc-lang/lez.orth  |   97 ++++
29292  fc-lang/mr.orth   |   25 +
29293  fc-lang/ne.orth   |   25 +
29294  fc-lang/os.orth   |   96 ++++
29295  fc-lang/sa.orth   |   25 +
29296  fc-lang/sah.orth  |  108 ++++
29297  fc-lang/sel.orth  |   96 ++++
29298  fc-lang/tg.orth   |  108 ++++
29299  fc-lang/tk.orth   |  106 ++++
29300  fc-lang/tt.orth   |  108 ++++
29301  fc-lang/tyv.orth  |  102 ++++
29302  fc-lang/uz.orth   |   98 ++++
29303  32 files changed, 3278 insertions(+), 708 deletions(-)
29304
29305 commit 2ce525423688d32b80587741d97a82209e52378c
29306 Author: Keith Packard <keithp@keithp.com>
29307 Date:   Thu Jul 11 02:47:50 2002 +0000
29308
29309     Remove old FC_LANG constants now that fontconfig uses RFC 3066
29310     based names
29311
29312  fontconfig/fontconfig.h | 42 +-----------------------------------------
29313  1 file changed, 1 insertion(+), 41 deletions(-)
29314
29315 commit 1bae57ddc82cc151bb7f0b6f2e75cc860a2b0608
29316 Author: Keith Packard <keithp@keithp.com>
29317 Date:   Wed Jul 10 21:57:23 2002 +0000
29318
29319     Use presentation forms for arabic matching, fix comment labeling
29320     persian
29321         general forms
29322
29323  fc-lang/ar.orth  | 114
29324  +++++++++++++++++++++++++++++++------------------------
29325  fc-lang/fa.orth  |   4 +-
29326  fc-lang/fclang.h |   4 +-
29327  3 files changed, 69 insertions(+), 53 deletions(-)
29328
29329 commit e709ddfa10410f6e042a36fcf7d0cd1a40f84fad
29330 Author: Keith Packard <keithp@keithp.com>
29331 Date:   Tue Jul 9 22:08:14 2002 +0000
29332
29333     Use locale data set FC_LANG by default. Reorder FcPattern and
29334     FcValueList
29335         to match Xft1.
29336
29337  src/fcdefault.c | 53
29338  +++++++++++++++++++++++++++++++++++++++++++++++++++++
29339  src/fcint.h     |  4 ++--
29340  2 files changed, 55 insertions(+), 2 deletions(-)
29341
29342 commit 2fcac34973eb9d62280ab7392566a35cb9ceac3d
29343 Author: Keith Packard <keithp@keithp.com>
29344 Date:   Tue Jul 9 02:28:29 2002 +0000
29345
29346     Trim ideographic punctuation and Suzhou numerals from zh-tw
29347     orthography.
29348         Had accidentally swapped codePageRange bits for traditional and
29349         simplified chinese. Add persian (fa) and HKSCS (zh-hk). Fix
29350         possible
29351         bug in charset walking
29352
29353  fc-lang/Imakefile  |   18 +-
29354  fc-lang/fa.orth    |   53 ++
29355  fc-lang/fclang.h   | 1554 ++++++++++++++++++++++--------------
29356  fc-lang/iso639-2   |    4 +-
29357  fc-lang/zh_hk.orth | 2240
29358  ++++++++++++++++++++++++++++++++++++++++++++++++++++
29359  fc-lang/zh_tw.orth |   33 +-
29360  src/fccharset.c    |    4 +-
29361  src/fcfreetype.c   |    6 +-
29362  8 files changed, 3292 insertions(+), 620 deletions(-)
29363
29364 commit e50b9ae71134a23820e8f50589649e629a6143ba
29365 Author: Keith Packard <keithp@keithp.com>
29366 Date:   Mon Jul 8 07:31:53 2002 +0000
29367
29368     Update iso639-2 language coverage info, fix Georgian orthography to
29369         eliminate Mingrelian and Svan glyphs, use coverage for inclusion
29370         and
29371         OS/2 for Han exclusion, restructure fclang.c to use fclang.h from
29372         fc-lang dir
29373
29374  fc-lang/Imakefile     |    8 +-
29375  fc-lang/fclang.h      | 2624
29376  ++++++++++++++++++++++++++++++++++++++++++++++++
29377  fc-lang/fclang.tmpl.c |  130 ---
29378  fc-lang/fclang.tmpl.h |   25 +
29379  fc-lang/iso639-2      |   30 +-
29380  fc-lang/ka.orth       |    5 +-
29381  fc-lang/zh_mo.orth    |   27 +
29382  fc-lang/zh_sg.orth    |   27 +
29383  src/fcfreetype.c      |  238 +----
29384  src/fcint.h           |    9 +-
29385  src/fclang.c          | 2632
29386  +------------------------------------------------
29387  11 files changed, 2794 insertions(+), 2961 deletions(-)
29388
29389 commit d6dabf368677babec02d8f64ba0598270e28b501
29390 Author: Keith Packard <keithp@keithp.com>
29391 Date:   Sun Jul 7 19:30:53 2002 +0000
29392
29393     Add walloon, update fclang.c to include recent language additions
29394
29395  fc-lang/Imakefile |    4 +-
29396  fc-lang/wa.orth   |   47 ++
29397  src/fclang.c      | 1252
29398  ++++++++++++++++++++++++++++++-----------------------
29399  3 files changed, 757 insertions(+), 546 deletions(-)
29400
29401 commit 2903c146aa990cddd56926cef4a2e2f2bcb70e06
29402 Author: Keith Packard <keithp@keithp.com>
29403 Date:   Sun Jul 7 19:18:51 2002 +0000
29404
29405     Share more duplicate charset data
29406
29407  fc-lang/Imakefile | 19 ++++++++++---------
29408  fc-lang/bn.orth   | 41 +++++++++++++++++++++++++++++++++++++++++
29409  fc-lang/bo.orth   | 30 ++++++++++++++++++++++++++++++
29410  fc-lang/fc-lang.c | 28 ++++++++++++++++++++++++++--
29411  fc-lang/gu.orth   | 41 +++++++++++++++++++++++++++++++++++++++++
29412  fc-lang/iso639-2  | 26 +++++++++++++-------------
29413  fc-lang/km.orth   | 29 +++++++++++++++++++++++++++++
29414  fc-lang/kn.orth   | 40 ++++++++++++++++++++++++++++++++++++++++
29415  fc-lang/lo.orth   | 45 +++++++++++++++++++++++++++++++++++++++++++++
29416  fc-lang/ml.orth   | 38 ++++++++++++++++++++++++++++++++++++++
29417  fc-lang/mn.orth   | 31 +++++++++++++++++++++++++++++++
29418  fc-lang/or.orth   | 41 +++++++++++++++++++++++++++++++++++++++++
29419  fc-lang/si.orth   | 38 ++++++++++++++++++++++++++++++++++++++
29420  fc-lang/ta.orth   | 43 +++++++++++++++++++++++++++++++++++++++++++
29421  fc-lang/te.orth   | 39 +++++++++++++++++++++++++++++++++++++++
29422  fc-lang/tl.orth   | 29 +++++++++++++++++++++++++++++
29423  16 files changed, 534 insertions(+), 24 deletions(-)
29424
29425 commit 3de8881ec96e2ce5f9d871ad46371e301b107dab
29426 Author: Keith Packard <keithp@keithp.com>
29427 Date:   Sun Jul 7 00:00:43 2002 +0000
29428
29429     Add fclang.c to CVS; easier than attempting to build it on the fly
29430
29431  src/fclang.c | 2561
29432  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
29433  1 file changed, 2561 insertions(+)
29434
29435 commit 6446b1511df528082d2ac9ff31617013b311aa09
29436 Author: Keith Packard <keithp@keithp.com>
29437 Date:   Sat Jul 6 23:59:19 2002 +0000
29438
29439     Remove at and grave from latin languages, add copyright, license
29440     and RCS
29441         header
29442
29443  fc-lang/Imakefile  |  2 ++
29444  fc-lang/ab.orth    | 23 +++++++++++++++++++++++
29445  fc-lang/ar.orth    | 23 +++++++++++++++++++++++
29446  fc-lang/az.orth    | 27 +++++++++++++++++++++++++--
29447  fc-lang/ba.orth    | 23 +++++++++++++++++++++++
29448  fc-lang/be.orth    | 23 +++++++++++++++++++++++
29449  fc-lang/bg.orth    | 23 +++++++++++++++++++++++
29450  fc-lang/br.orth    | 27 +++++++++++++++++++++++++--
29451  fc-lang/ca.orth    | 27 +++++++++++++++++++++++++--
29452  fc-lang/chr.orth   | 23 +++++++++++++++++++++++
29453  fc-lang/co.orth    | 23 +++++++++++++++++++++++
29454  fc-lang/cs.orth    | 27 +++++++++++++++++++++++++--
29455  fc-lang/da.orth    | 27 +++++++++++++++++++++++++--
29456  fc-lang/de.orth    | 27 +++++++++++++++++++++++++--
29457  fc-lang/el.orth    | 23 +++++++++++++++++++++++
29458  fc-lang/en.orth    | 27 +++++++++++++++++++++++++--
29459  fc-lang/eo.orth    | 27 +++++++++++++++++++++++++--
29460  fc-lang/es.orth    | 27 +++++++++++++++++++++++++--
29461  fc-lang/et.orth    | 27 +++++++++++++++++++++++++--
29462  fc-lang/eu.orth    | 27 +++++++++++++++++++++++++--
29463  fc-lang/fi.orth    | 27 +++++++++++++++++++++++++--
29464  fc-lang/fo.orth    | 27 +++++++++++++++++++++++++--
29465  fc-lang/fr.orth    | 27 +++++++++++++++++++++++++--
29466  fc-lang/fy.orth    | 23 +++++++++++++++++++++++
29467  fc-lang/ga.orth    | 27 +++++++++++++++++++++++++--
29468  fc-lang/gd.orth    | 27 +++++++++++++++++++++++++--
29469  fc-lang/gl.orth    | 27 +++++++++++++++++++++++++--
29470  fc-lang/he.orth    | 23 +++++++++++++++++++++++
29471  fc-lang/hr.orth    | 27 +++++++++++++++++++++++++--
29472  fc-lang/hu.orth    | 27 +++++++++++++++++++++++++--
29473  fc-lang/hy.orth    | 23 +++++++++++++++++++++++
29474  fc-lang/is.orth    | 27 +++++++++++++++++++++++++--
29475  fc-lang/it.orth    | 27 +++++++++++++++++++++++++--
29476  fc-lang/ja.orth    | 23 +++++++++++++++++++++++
29477  fc-lang/ka.orth    | 23 +++++++++++++++++++++++
29478  fc-lang/kk.orth    | 23 +++++++++++++++++++++++
29479  fc-lang/kl.orth    | 27 +++++++++++++++++++++++++--
29480  fc-lang/ko.orth    | 23 +++++++++++++++++++++++
29481  fc-lang/la.orth    | 27 +++++++++++++++++++++++++--
29482  fc-lang/lt.orth    | 27 +++++++++++++++++++++++++--
29483  fc-lang/lv.orth    | 27 +++++++++++++++++++++++++--
29484  fc-lang/mk.orth    | 23 +++++++++++++++++++++++
29485  fc-lang/mo.orth    | 27 +++++++++++++++++++++++++--
29486  fc-lang/mt.orth    | 27 +++++++++++++++++++++++++--
29487  fc-lang/nl.orth    | 27 +++++++++++++++++++++++++--
29488  fc-lang/no.orth    | 27 +++++++++++++++++++++++++--
29489  fc-lang/oc.orth    | 27 +++++++++++++++++++++++++--
29490  fc-lang/pl.orth    | 27 +++++++++++++++++++++++++--
29491  fc-lang/pt.orth    | 27 +++++++++++++++++++++++++--
29492  fc-lang/rm.orth    | 27 +++++++++++++++++++++++++--
29493  fc-lang/ro.orth    | 27 +++++++++++++++++++++++++--
29494  fc-lang/ru.orth    | 23 +++++++++++++++++++++++
29495  fc-lang/sh.orth    | 23 +++++++++++++++++++++++
29496  fc-lang/sk.orth    | 27 +++++++++++++++++++++++++--
29497  fc-lang/sl.orth    | 27 +++++++++++++++++++++++++--
29498  fc-lang/sq.orth    | 27 +++++++++++++++++++++++++--
29499  fc-lang/sr.orth    | 23 +++++++++++++++++++++++
29500  fc-lang/sv.orth    | 27 +++++++++++++++++++++++++--
29501  fc-lang/th.orth    | 23 +++++++++++++++++++++++
29502  fc-lang/tr.orth    | 27 +++++++++++++++++++++++++--
29503  fc-lang/uk.orth    | 23 +++++++++++++++++++++++
29504  fc-lang/vo.orth    | 23 +++++++++++++++++++++++
29505  fc-lang/yi.orth    | 23 +++++++++++++++++++++++
29506  fc-lang/zh_cn.orth | 23 +++++++++++++++++++++++
29507  fc-lang/zh_tw.orth | 23 +++++++++++++++++++++++
29508  65 files changed, 1552 insertions(+), 78 deletions(-)
29509
29510 commit 82f4243f220dda5f6d4759e3b9c182b537cf0219
29511 Author: Keith Packard <keithp@keithp.com>
29512 Date:   Sat Jul 6 23:47:44 2002 +0000
29513
29514     Switch to RFC 3066 based lang names
29515
29516  fontconfig/fontconfig.h |   5 +-
29517  src/Imakefile           |   8 +-
29518  src/fccharset.c         |   8 +-
29519  src/fcfreetype.c        | 406
29520  ++++++++++++++++++++++++------------------------
29521  src/fcint.h             |  28 ++++
29522  src/fcmatch.c           |  43 ++++-
29523  src/fcpat.c             |  22 ++-
29524  src/fcstr.c             |  25 ++-
29525  8 files changed, 330 insertions(+), 215 deletions(-)
29526
29527 commit 899e352656f04323b9467555faf9152c69a741ab
29528 Author: Keith Packard <keithp@keithp.com>
29529 Date:   Sat Jul 6 23:46:58 2002 +0000
29530
29531     Add a few more common font families to the default configuration
29532
29533  fonts.conf.in | 7 +++++++
29534  1 file changed, 7 insertions(+)
29535
29536 commit 364a581d91eac73a5b1810d9c5100b6eb690219f
29537 Author: Keith Packard <keithp@keithp.com>
29538 Date:   Sat Jul 6 23:22:03 2002 +0000
29539
29540     Add coverage documentation files
29541
29542  fc-lang/iso639-1 | 139 ++++++++++++++++
29543  fc-lang/iso639-2 | 473
29544  +++++++++++++++++++++++++++++++++++++++++++++++++++++++
29545  2 files changed, 612 insertions(+)
29546
29547 commit c1382a3d998d098d3b86c922820558849c777c45
29548 Author: Keith Packard <keithp@keithp.com>
29549 Date:   Sat Jul 6 23:21:37 2002 +0000
29550
29551     Add fc-lang program to generate language coverage tables
29552
29553  fc-lang/Imakefile     |    44 +
29554  fc-lang/ab.orth       |    17 +
29555  fc-lang/ar.orth       |    49 +
29556  fc-lang/az.orth       |    26 +
29557  fc-lang/ba.orth       |    16 +
29558  fc-lang/be.orth       |    11 +
29559  fc-lang/bg.orth       |    12 +
29560  fc-lang/br.orth       |    17 +
29561  fc-lang/ca.orth       |    23 +
29562  fc-lang/chr.orth      |     2 +
29563  fc-lang/co.orth       |     2 +
29564  fc-lang/cs.orth       |    27 +
29565  fc-lang/da.orth       |    27 +
29566  fc-lang/de.orth       |    17 +
29567  fc-lang/el.orth       |    26 +
29568  fc-lang/en.orth       |    17 +
29569  fc-lang/eo.orth       |     9 +
29570  fc-lang/es.orth       |    19 +
29571  fc-lang/et.orth       |    15 +
29572  fc-lang/eu.orth       |     8 +
29573  fc-lang/fc-lang.c     |   295 +
29574  fc-lang/fc-lang.man   |    41 +
29575  fc-lang/fclang.tmpl.c |   130 +
29576  fc-lang/fi.orth       |    15 +
29577  fc-lang/fo.orth       |    25 +
29578  fc-lang/fr.orth       |    28 +
29579  fc-lang/fy.orth       |     2 +
29580  fc-lang/ga.orth       |    29 +
29581  fc-lang/gd.orth       |    15 +
29582  fc-lang/gl.orth       |    22 +
29583  fc-lang/he.orth       |     2 +
29584  fc-lang/hr.orth       |    21 +
29585  fc-lang/hu.orth       |    19 +
29586  fc-lang/hy.orth       |     5 +
29587  fc-lang/is.orth       |    26 +
29588  fc-lang/it.orth       |    14 +
29589  fc-lang/ja.orth       |  6540 +++++++++++++++++++
29590  fc-lang/ka.orth       |     9 +
29591  fc-lang/kk.orth       |    15 +
29592  fc-lang/kl.orth       |    23 +
29593  fc-lang/ko.orth       | 16217
29594  ++++++++++++++++++++++++++++++++++++++++++++++++
29595  fc-lang/la.orth       |     8 +
29596  fc-lang/lt.orth       |    13 +
29597  fc-lang/lv.orth       |    16 +
29598  fc-lang/mk.orth       |    15 +
29599  fc-lang/mo.orth       |    14 +
29600  fc-lang/mt.orth       |    18 +
29601  fc-lang/nl.orth       |    15 +
29602  fc-lang/no.orth       |    18 +
29603  fc-lang/oc.orth       |    15 +
29604  fc-lang/pl.orth       |    10 +
29605  fc-lang/pt.orth       |    19 +
29606  fc-lang/rm.orth       |    15 +
29607  fc-lang/ro.orth       |    11 +
29608  fc-lang/ru.orth       |    11 +
29609  fc-lang/sh.orth       |     2 +
29610  fc-lang/sk.orth       |    29 +
29611  fc-lang/sl.orth       |    21 +
29612  fc-lang/sq.orth       |     7 +
29613  fc-lang/sr.orth       |    11 +
29614  fc-lang/sv.orth       |    21 +
29615  fc-lang/th.orth       |     3 +
29616  fc-lang/tr.orth       |    12 +
29617  fc-lang/uk.orth       |    12 +
29618  fc-lang/vo.orth       |    13 +
29619  fc-lang/yi.orth       |     2 +
29620  fc-lang/zh_cn.orth    |  6766 ++++++++++++++++++++
29621  fc-lang/zh_tw.orth    | 13079 ++++++++++++++++++++++++++++++++++++++
29622  68 files changed, 44053 insertions(+)
29623
29624 commit 084407063d0069b16b24e1fd8be818af12e36741
29625 Author: Keith Packard <keithp@keithp.com>
29626 Date:   Wed Jul 3 23:15:32 2002 +0000
29627
29628     Object list to FcObjectSetBuild wasnt terminated with 0
29629
29630  fc-list/fc-list.c | 4 ++--
29631  1 file changed, 2 insertions(+), 2 deletions(-)
29632
29633 commit f9dc31e81cd27be1bcb72706ac667889840f60bb
29634 Author: Marc Aurele La France <tsi@ualberta.edu>
29635 Date:   Mon Jul 1 12:39:23 2002 +0000
29636
29637     Indent line
29638
29639  fc-list/Imakefile | 2 ++
29640  1 file changed, 2 insertions(+)
29641
29642 commit 8ea04b7956bd148607ae4179584dd0c8aa60b41d
29643 Author: Marc Aurele La France <tsi@ualberta.edu>
29644 Date:   Mon Jul 1 12:38:27 2002 +0000
29645
29646     Ident line
29647
29648  fc-cache/Imakefile | 2 ++
29649  1 file changed, 2 insertions(+)
29650
29651 commit ad07dcf486fe476ffccaa0d91df3836bfa4f4bd8
29652 Author: Keith Packard <keithp@keithp.com>
29653 Date:   Mon Jul 1 05:11:20 2002 +0000
29654
29655     Make fc-cache avoid reading the whole world full of fonts
29656
29657  fc-cache/fc-cache.c | 10 +++++-----
29658  1 file changed, 5 insertions(+), 5 deletions(-)
29659
29660 commit e6099fe9799e79a467698f7e0ddb693fae5d7d2f
29661 Author: Keith Packard <keithp@keithp.com>
29662 Date:   Sun Jun 30 23:45:40 2002 +0000
29663
29664     Make fc-list more useful
29665
29666  fc-list/fc-list.c | 20 ++++++++++++++++----
29667  1 file changed, 16 insertions(+), 4 deletions(-)
29668
29669 commit bdcdaceda4154ea6aaed224d3bf62a578a1f6986
29670 Author: Keith Packard <keithp@keithp.com>
29671 Date:   Sun Jun 30 23:45:17 2002 +0000
29672
29673     Add FC_LANG_UNKNOWN (needed by auto lang-detecting fcfreetype.c)
29674
29675  fontconfig/fontconfig.h | 3 ++-
29676  1 file changed, 2 insertions(+), 1 deletion(-)
29677
29678 commit 4c0036053a36678747adfd06777cef39752ca9a4
29679 Author: Keith Packard <keithp@keithp.com>
29680 Date:   Sat Jun 29 20:31:02 2002 +0000
29681
29682     Add strong/weak pattern value binding, add known charsets for
29683     automatic
29684         lang computation
29685
29686  src/fccfg.c       |    3 +-
29687  src/fccharset.c   |   40 +-
29688  src/fcfreetype.c  |  235 ++++++-
29689  src/fcint.h       |   15 +-
29690  src/fcknownsets.h | 1895
29691  +++++++++++++++++++++++++++++++++++++++++++++++++++++
29692  src/fcmatch.c     |  112 ++--
29693  src/fcname.c      |    7 +-
29694  src/fcpat.c       |    3 +-
29695  8 files changed, 2222 insertions(+), 88 deletions(-)
29696
29697 commit 5c7fb8274ce9c2c561cbcf73b9ee98003f516a9b
29698 Author: Keith Packard <keithp@keithp.com>
29699 Date:   Wed Jun 26 22:56:51 2002 +0000
29700
29701     Construct empty constant charsets correctly (using null pointers)
29702
29703  src/fccharset.c | 18 +++++++++++++-----
29704  1 file changed, 13 insertions(+), 5 deletions(-)
29705
29706 commit c552f59ba27ab1a526238f6ff4d15a2b9a975a7f
29707 Author: Keith Packard <keithp@keithp.com>
29708 Date:   Wed Jun 26 22:14:08 2002 +0000
29709
29710     Permit empty charsets in fonts.cache files
29711
29712  src/fcname.c | 4 ++--
29713  1 file changed, 2 insertions(+), 2 deletions(-)
29714
29715 commit 223c028949c1ef316c93bea17278f58150c777ee
29716 Author: Keith Packard <keithp@keithp.com>
29717 Date:   Wed Jun 26 16:11:29 2002 +0000
29718
29719     Steal idea for locale-insensitive strtod from glib
29720
29721  src/fcxml.c | 59
29722  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
29723  1 file changed, 57 insertions(+), 2 deletions(-)
29724
29725 commit 4aded3e0ddca84b1fb0ce11541eb19b155472e83
29726 Author: Keith Packard <keithp@keithp.com>
29727 Date:   Fri Jun 21 07:01:11 2002 +0000
29728
29729     Oops. Made a mistake when adding config file names to monitor list
29730
29731  src/fcxml.c | 9 +++++----
29732  1 file changed, 5 insertions(+), 4 deletions(-)
29733
29734 commit 4645eedfcc7e36751503bf023a0d1db2a993ad52
29735 Author: Keith Packard <keithp@keithp.com>
29736 Date:   Fri Jun 21 06:14:45 2002 +0000
29737
29738     Fix automatic file time checking, transcoding table searches. Actually
29739     add
29740         config files used to config structure so they can be time
29741         checked as
29742         well
29743
29744  src/fccfg.c     | 31 ++++++++++++++-----------------
29745  src/fccharset.c | 11 +++--------
29746  src/fcxml.c     |  5 ++++-
29747  3 files changed, 21 insertions(+), 26 deletions(-)
29748
29749 commit 8c96d1fc1005fda794ab30349eb91132fb8f341e
29750 Author: Keith Packard <keithp@keithp.com>
29751 Date:   Thu Jun 20 03:43:09 2002 +0000
29752
29753     Accidentally falling through several case blocks
29754
29755  src/fccfg.c | 3 ++-
29756  src/fcdbg.c | 6 +++---
29757  2 files changed, 5 insertions(+), 4 deletions(-)
29758
29759 commit c689ec2291d52a3c9ab998c9a25c0c9c78991921
29760 Author: Keith Packard <keithp@keithp.com>
29761 Date:   Wed Jun 19 21:32:51 2002 +0000
29762
29763     Add slanting for fonts without oblique/italic varient. Fix matching
29764     code to
29765         make this work
29766
29767  fonts.conf.in | 28 ++++++++++++++++++++++++++++
29768  src/fcmatch.c |  4 ++--
29769  2 files changed, 30 insertions(+), 2 deletions(-)
29770
29771 commit 0c35c0facb1f05a21f702636a291eb6ee3dea3a2
29772 Author: Keith Packard <keithp@keithp.com>
29773 Date:   Wed Jun 19 20:55:19 2002 +0000
29774
29775     Make fc-cache more tolerant of missing font directories
29776
29777  fc-cache/fc-cache.c | 28 ++++++++++++++++++++++++++--
29778  1 file changed, 26 insertions(+), 2 deletions(-)
29779
29780 commit 6f6563edb5eb0fc22b338101b82bd8b7db438e3a
29781 Author: Keith Packard <keithp@keithp.com>
29782 Date:   Wed Jun 19 20:08:22 2002 +0000
29783
29784     Add ref counting to font config patterns so that FcFontSort return
29785     values
29786         are persistant
29787
29788  fontconfig/fontconfig.h |  5 ++++-
29789  fonts.dtd               |  5 ++++-
29790  src/fccache.c           | 11 +++++++++--
29791  src/fccfg.c             |  4 ++++
29792  src/fcdbg.c             |  8 +++++++-
29793  src/fcdir.c             |  5 +++--
29794  src/fcint.h             |  9 +++++----
29795  src/fclist.c            |  2 +-
29796  src/fcmatch.c           | 21 +++++++++++++++++++--
29797  src/fcname.c            |  3 ++-
29798  src/fcpat.c             | 12 +++++++++++-
29799  src/fcxml.c             |  4 ++++
29800  12 files changed, 73 insertions(+), 16 deletions(-)
29801
29802 commit 06a48f20739580338e69547c9896c539abf000dd
29803 Author: Keith Packard <keithp@keithp.com>
29804 Date:   Wed Jun 19 06:31:46 2002 +0000
29805
29806     Add a few aliases suggested by Owen and Mike
29807
29808  fonts.conf.in | 19 +++++++++++++++++--
29809  1 file changed, 17 insertions(+), 2 deletions(-)
29810
29811 commit f534109f5aa44ffeb43acbe06b409e6a15239ac9
29812 Author: Keith Packard <keithp@keithp.com>
29813 Date:   Tue Jun 18 22:23:05 2002 +0000
29814
29815     Add a few more families to fonts.conf, make FC_ANTIALIAS less
29816     important for
29817         matching, fix family->generic mapping
29818
29819  src/fccfg.c   |  7 ++++---
29820  src/fcmatch.c | 22 +++++++++++-----------
29821  2 files changed, 15 insertions(+), 14 deletions(-)
29822
29823 commit 2623c1ebeec46c56cc8e1d1e3e8ddf4a44931f8d
29824 Author: Keith Packard <keithp@keithp.com>
29825 Date:   Tue Jun 18 16:47:33 2002 +0000
29826
29827     Fix compiler warning
29828
29829  src/fcxml.c | 4 ++--
29830  1 file changed, 2 insertions(+), 2 deletions(-)
29831
29832 commit 5b1bfa5d82aeb67056a38e93e22f69c4bfe4ce5b
29833 Author: Keith Packard <keithp@keithp.com>
29834 Date:   Tue Jun 18 16:47:12 2002 +0000
29835
29836     Fix incorrect size in memmove call in FcObjectSetAdd that crashed
29837         FcFontSetList calls
29838
29839  src/fclist.c | 3 ++-
29840  1 file changed, 2 insertions(+), 1 deletion(-)
29841
29842 commit c0d42979ad06db34b5b4aad7052716797dc2f6a6
29843 Author: Keith Packard <keithp@keithp.com>
29844 Date:   Sat Jun 8 18:46:35 2002 +0000
29845
29846     Fix fontconfig.pc generation in Imakefile
29847
29848  Imakefile | 4 ++--
29849  1 file changed, 2 insertions(+), 2 deletions(-)
29850
29851 commit d0f07b8d582499fdc6fa0ca6c5e2ef3727baddae
29852 Author: Keith Packard <keithp@keithp.com>
29853 Date:   Sat Jun 8 17:32:05 2002 +0000
29854
29855     Add FcPatternHash, clean up a few valgrind issues
29856
29857  fontconfig/fontconfig.h |  3 ++
29858  src/fccfg.c             |  2 +-
29859  src/fcmatch.c           | 11 ++++---
29860  src/fcpat.c             | 78
29861  +++++++++++++++++++++++++++++++++++++++++++++++++
29862  src/fcxml.c             | 13 ++++++++-
29863  5 files changed, 101 insertions(+), 6 deletions(-)
29864
29865 commit 8a39040e2a1308602aabe1aa4a8608f94830534e
29866 Author: Keith Packard <keithp@keithp.com>
29867 Date:   Fri Jun 7 17:55:41 2002 +0000
29868
29869     Make autoconf use correct options to build solaris shared libraries
29870
29871  configure.in | 15 +++++++++++++--
29872  1 file changed, 13 insertions(+), 2 deletions(-)
29873
29874 commit b5b6d7f85dba271e69b8008b3c56f13c74ec9dac
29875 Author: David Dawes <dawes@xfree86.org>
29876 Date:   Tue Jun 4 21:55:42 2002 +0000
29877
29878     171. Fix LIBXML2LIBDIR name clash in lib/Imakefile (#5180, ISHIKAWA
29879         Mutsumi).
29880     170. Avoid a problem with setfontdirs when run in some locales (#5179,
29881         ISHIKAWA Mutsumi).
29882     169. A little tuning for XtAppPeekEvent() (#5178, Dan McNichol).
29883
29884  setfontdirs | 5 +++++
29885  1 file changed, 5 insertions(+)
29886
29887 commit e9be9cd10a24b75480a26be834041d312d8217b4
29888 Author: Keith Packard <keithp@keithp.com>
29889 Date:   Mon Jun 3 08:31:15 2002 +0000
29890
29891     Add FcPatternEqualSubset for Pango, clean up some internal FcPattern
29892         interfaces
29893
29894  fontconfig/fontconfig.h |   7 ++-
29895  src/fccfg.c             |  12 ++--
29896  src/fcint.h             |   7 ++-
29897  src/fclist.c            |  72 ++++++++++++++--------
29898  src/fcmatch.c           |   6 +-
29899  src/fcname.c            |   8 +--
29900  src/fcpat.c             | 161
29901  +++++++++++++++++++++++++++++-------------------
29902  7 files changed, 166 insertions(+), 107 deletions(-)
29903
29904 commit 88c747e20612ffcae326313f8d624b36c1235993
29905 Author: Keith Packard <keithp@keithp.com>
29906 Date:   Sun Jun 2 21:07:57 2002 +0000
29907
29908     Eliminate some compiler warnings, avoid seg fault when matching
29909     missing
29910         values
29911
29912  src/fccfg.c   | 4 ++--
29913  src/fcdbg.c   | 5 ++++-
29914  src/fclist.c  | 4 +++-
29915  src/fcmatch.c | 4 ++--
29916  src/fcname.c  | 4 +++-
29917  5 files changed, 14 insertions(+), 7 deletions(-)
29918
29919 commit 2a41214a25ec902ac79d0b16cc0bab4461b91e6b
29920 Author: Keith Packard <keithp@keithp.com>
29921 Date:   Sun Jun 2 20:52:06 2002 +0000
29922
29923     Add aspect ratio support to Xft and fontconfig
29924
29925  fontconfig/fontconfig.h | 3 ++-
29926  src/fcname.c            | 3 ++-
29927  2 files changed, 4 insertions(+), 2 deletions(-)
29928
29929 commit 8ec077f22b2f9fd693abfda7d405ac572594be99
29930 Author: Keith Packard <keithp@keithp.com>
29931 Date:   Sun Jun 2 19:51:36 2002 +0000
29932
29933     Expression parsing in fonts.conf file mis-freed elements. Constant
29934     identity
29935         matrix was accidentally freed. Add ability to comare FTFace
29936         pattern
29937         elements (not that its all that useful)
29938
29939  src/fccfg.c | 18 +++++++++++++++---
29940  src/fcxml.c |  5 +++--
29941  2 files changed, 18 insertions(+), 5 deletions(-)
29942
29943 commit be0948508ce4ebbb6e576b9dd31531efef6834e1
29944 Author: Keith Packard <keithp@keithp.com>
29945 Date:   Fri May 31 23:21:25 2002 +0000
29946
29947     Add support for user-provided freetype faces to Xft
29948
29949  fontconfig/fcfreetype.h |  8 +++++++-
29950  fontconfig/fcprivate.h  |  4 +++-
29951  fontconfig/fontconfig.h |  7 +++++--
29952  src/fccharset.c         |  5 +----
29953  src/fcfreetype.c        |  1 -
29954  src/fcint.h             |  3 ++-
29955  src/fcpat.c             | 29 ++++++++++++++++++++++++++++-
29956  7 files changed, 46 insertions(+), 11 deletions(-)
29957
29958 commit bff617fa560e9f0a1f79ffb4fff8e9ed6a81013e
29959 Author: Keith Packard <keithp@keithp.com>
29960 Date:   Fri May 31 06:52:47 2002 +0000
29961
29962     Fix Xft2 to build right library version on old systems with xmkmf. Fix
29963         fc-cache location for xmkmf out-of-tree build on old systems
29964
29965  local.def | 2 ++
29966  1 file changed, 2 insertions(+)
29967
29968 commit fbb405f3b5f25353babee1e813eb86d53912503f
29969 Author: Keith Packard <keithp@keithp.com>
29970 Date:   Fri May 31 06:38:43 2002 +0000
29971
29972     Fix up support for building Xft1, Xrender and fontconfig out of
29973     the tree
29974
29975  fc-list/Imakefile |  5 +++++
29976  local.def         | 14 ++++++++++++++
29977  2 files changed, 19 insertions(+)
29978
29979 commit 20ac65ab003c9b280e3fbd06215c5e3af16bea1f
29980 Author: Keith Packard <keithp@keithp.com>
29981 Date:   Fri May 31 04:42:42 2002 +0000
29982
29983     Change FcCharSet datastructure, add FcFontSort API
29984
29985  fontconfig/fontconfig.h |   9 +-
29986  src/fccharset.c         | 772
29987  ++++++++++++++++++++++++++----------------------
29988  src/fcint.h             |  27 +-
29989  src/fcmatch.c           |  26 +-
29990  4 files changed, 451 insertions(+), 383 deletions(-)
29991
29992 commit bc9469baadc6b5f9a920a476e460113bab518208
29993 Author: Keith Packard <keithp@keithp.com>
29994 Date:   Wed May 29 22:07:33 2002 +0000
29995
29996     Optimize after profiling. Fix FcStrCmp to return correct sign
29997
29998  src/fccharset.c | 103 ++++++++++++++++++++++++++++++----------
29999  src/fcint.h     |   1 +
30000  src/fcmatch.c   | 143
30001  +++++++++++++++++++++++++++++++++++++++++---------------
30002  src/fcname.c    |   4 +-
30003  src/fcpat.c     |  13 +++---
30004  src/fcstr.c     |   6 +--
30005  6 files changed, 197 insertions(+), 73 deletions(-)
30006
30007 commit 1412a69926307b2736745737c7c66172ebc56724
30008 Author: Keith Packard <keithp@keithp.com>
30009 Date:   Wed May 29 08:21:33 2002 +0000
30010
30011     Apply some obvious fixes to FcFontSetSort from Owen. Speed up
30012     FcCharSet
30013         primitives and FcFontSetSort
30014
30015  fontconfig/fontconfig.h |   8 +-
30016  src/fccfg.c             |  10 +--
30017  src/fccharset.c         | 197
30018  +++++++++++++++++++++++++++++++++++++++++++++---
30019  src/fcint.h             |   3 +-
30020  src/fcmatch.c           |  23 ++++--
30021  5 files changed, 219 insertions(+), 22 deletions(-)
30022
30023 commit 78417a2c74f95a66e3738cf525f9d699e13c654a
30024 Author: Keith Packard <keithp@keithp.com>
30025 Date:   Tue May 28 03:50:23 2002 +0000
30026
30027     Use explicit cd for non-gmake systems
30028
30029  Makefile.in | 4 ++--
30030  1 file changed, 2 insertions(+), 2 deletions(-)
30031
30032 commit fcd247431f6251d430d20ceaaff6a39f6d87ec4c
30033 Author: Matthieu Herrb <matthieu.herrb@laas.fr>
30034 Date:   Sat May 25 13:52:37 2002 +0000
30035
30036     $< in a non-implicit rule is a GNU-makeism. It's not supported by
30037     BSD make.
30038
30039  Imakefile | 8 ++++----
30040  1 file changed, 4 insertions(+), 4 deletions(-)
30041
30042 commit ed2547b8585652a4a6f71e2bc24148e26ef6d0c8
30043 Author: Keith Packard <keithp@keithp.com>
30044 Date:   Fri May 24 06:25:52 2002 +0000
30045
30046     Clean up autoconf install to obey DESTDIR
30047
30048  Makefile.in            | 67
30049  ++++++++++++++++++++++++++++++++++----------------
30050  fc-cache/Makefile.in   | 23 ++++++++++-------
30051  fc-list/Makefile.in    | 22 +++++++++++------
30052  fontconfig/Makefile.in | 24 +++++++++---------
30053  src/Makefile.in        | 48 +++++++++++++++++++++++++-----------
30054  5 files changed, 119 insertions(+), 65 deletions(-)
30055
30056 commit 36732012151a91527f3ad7ad05569f40a0ca3cd9
30057 Author: Keith Packard <keithp@keithp.com>
30058 Date:   Fri May 24 05:20:02 2002 +0000
30059
30060     Change charset enumeration functions to more sensible API
30061
30062  fontconfig/fontconfig.h | 13 ++++++++++++-
30063  src/fccharset.c         | 46
30064  +++++++++++++++++++++++++++++++++-------------
30065  2 files changed, 45 insertions(+), 14 deletions(-)
30066
30067 commit c9f55ecb0672c98cb75b0b3b746dea515b27f7e6
30068 Author: Keith Packard <keithp@keithp.com>
30069 Date:   Fri May 24 05:19:30 2002 +0000
30070
30071     A few autoconf build fixes
30072
30073  Makefile.in          | 12 ++++++++----
30074  configure.in         |  4 ++--
30075  fontconfig-config.in | 10 +++++-----
30076  3 files changed, 15 insertions(+), 11 deletions(-)
30077
30078 commit 48db40f692a31c39a96961c8733bfeaad416a5c0
30079 Author: Keith Packard <keithp@keithp.com>
30080 Date:   Thu May 23 23:00:46 2002 +0000
30081
30082     A few random fontconfig build fixes
30083
30084  config/config-subst     | 12 +++++++-----
30085  fontconfig/fontconfig.h |  7 +++++--
30086  src/fcinit.c            |  8 +++++++-
30087  3 files changed, 19 insertions(+), 8 deletions(-)
30088
30089 commit 61bb4bad756c6c3da6bd8306e1c5cd2ec0b18415
30090 Author: Keith Packard <keithp@keithp.com>
30091 Date:   Thu May 23 17:09:32 2002 +0000
30092
30093     Dont require freetype to build with fontconfig
30094
30095  fontconfig.pc.in | 1 -
30096  1 file changed, 1 deletion(-)
30097
30098 commit 2eafe0904dfcd08e87d125ff6893cb4d4f5a4a95
30099 Author: Keith Packard <keithp@keithp.com>
30100 Date:   Thu May 23 17:06:46 2002 +0000
30101
30102     Add pkgconfig control file and fontconfig-config script
30103
30104  INSTALL              | 17 ++++++++--
30105  Imakefile            | 33 +++++++++++++++++-
30106  Makefile.in          | 18 ++++++++--
30107  README               | 13 ++++++++
30108  config/config-subst  |  8 +++++
30109  configure.in         | 18 ++++++----
30110  fontconfig-config.in | 94
30111  ++++++++++++++++++++++++++++++++++++++++++++++++++++
30112  fontconfig.pc.in     | 11 ++++++
30113  8 files changed, 199 insertions(+), 13 deletions(-)
30114
30115 commit 1c20b1cc0b7a27f29634f80a9d48cbed8aabc7a9
30116 Author: Keith Packard <keithp@keithp.com>
30117 Date:   Thu May 23 16:05:16 2002 +0000
30118
30119     Fonts.dtd had "blanks" instead of "blank"
30120
30121  fonts.dtd | 4 ++--
30122  1 file changed, 2 insertions(+), 2 deletions(-)
30123
30124 commit 442678fbc4d2654f1cc4b5afcbb9dd646e9c9779
30125 Author: Keith Packard <keithp@keithp.com>
30126 Date:   Wed May 22 22:59:41 2002 +0000
30127
30128     Missed a Makefile.in for fontconfig includes
30129
30130  fontconfig/Makefile.in | 48
30131  ++++++++++++++++++++++++++++++++++++++++++++++++
30132  1 file changed, 48 insertions(+)
30133
30134 commit 0ab36ca8f93f8f07ed81034caf453b79e2922122
30135 Author: Keith Packard <keithp@keithp.com>
30136 Date:   Wed May 22 04:37:07 2002 +0000
30137
30138     Replace silly avl sort with qsort, add FcPatternEqual
30139
30140  fontconfig/fontconfig.h |   8 +-
30141  src/Imakefile           |   6 +-
30142  src/Makefile.in         |   4 +-
30143  src/fcavl.c             | 419
30144  ------------------------------------------------
30145  src/fcavl.h             |  46 ------
30146  src/fcmatch.c           |  76 ++++-----
30147  src/fcpat.c             | 109 ++++++++++++-
30148  src/fcxml.c             |   9 +-
30149  8 files changed, 162 insertions(+), 515 deletions(-)
30150
30151 commit 446bb9c9e0a18d365de0578c6f0daf676e36f168
30152 Author: Keith Packard <keithp@keithp.com>
30153 Date:   Tue May 21 17:48:15 2002 +0000
30154
30155     More autoconf cleanup for fontconfig
30156
30157  Makefile.in          |  8 +++-----
30158  config.h.in          |  2 +-
30159  config/Makedefs.in   | 10 +++++++++-
30160  configure.in         | 55
30161  ++++++++++++++++++++++++----------------------------
30162  fc-cache/Makefile.in |  4 +++-
30163  fc-list/Makefile.in  |  4 +++-
30164  src/Imakefile        |  4 ++--
30165  src/Makefile.in      |  5 +----
30166  src/fcinit.c         |  4 ++--
30167  9 files changed, 49 insertions(+), 47 deletions(-)
30168
30169 commit fb9545b1ba81604405f730de8c39f40b3fdc13bd
30170 Author: Keith Packard <keithp@keithp.com>
30171 Date:   Tue May 21 17:08:42 2002 +0000
30172
30173     Fix xmkmf build process for fontconfig
30174
30175  Imakefile     |   2 +-
30176  Makefile.in   |  54 +++++++++
30177  acconfig.h    |   2 -
30178  config.h.in   | 144 +++++++++++++++++++++++
30179  configure.in  | 360
30180  +++++++++++++++++++++++++++++++++++++++++++---------------
30181  cvscompile.sh |  11 +-
30182  findfonts     |   8 +-
30183  fonts.conf.in |  77 ++++++-------
30184  fonts.dtd     |  13 ++-
30185  local.def     |  54 +++++++++
30186  setfontdirs   |   4 +-
30187  11 files changed, 581 insertions(+), 148 deletions(-)
30188
30189 commit 179c39959cc9c19004f8ca948623590e404c8c46
30190 Author: Keith Packard <keithp@keithp.com>
30191 Date:   Tue May 21 17:06:22 2002 +0000
30192
30193     Fix autoconf build process for fontconfig
30194
30195  config/Makedefs.in      |   68 +++
30196  config/config.guess     | 1391
30197  +++++++++++++++++++++++++++++++++++++++++++++++
30198  config/config.sub       | 1355
30199  +++++++++++++++++++++++++++++++++++++++++++++
30200  config/install.sh       |  240 ++++++++
30201  fc-cache/Imakefile      |    7 +-
30202  fc-cache/Makefile.in    |   46 ++
30203  fc-cache/fc-cache.c     |  161 ++++--
30204  fc-list/Makefile.in     |   46 ++
30205  fontconfig/fontconfig.h |   80 ++-
30206  src/Makefile.in         |  105 ++++
30207  src/fccache.c           |  164 ++++--
30208  src/fccfg.c             |  352 ++++++++----
30209  src/fcdir.c             |   84 ++-
30210  src/fcinit.c            |  109 +++-
30211  src/fcint.h             |   52 +-
30212  src/fclist.c            |    5 +-
30213  src/fcstr.c             |  228 +++++++-
30214  src/fcxml.c             |  215 +++++---
30215  18 files changed, 4377 insertions(+), 331 deletions(-)
30216
30217 commit 1ce2a1bbadc15147e35dbc4c43fae072b8c4805e
30218 Author: Matthieu Herrb <matthieu.herrb@laas.fr>
30219 Date:   Sun May 5 17:53:41 2002 +0000
30220
30221     Don't run fc-cache on make install if DESTDIR is set. Instead;
30222     run it from
30223         Xinstall.sh after XFree86 is installed.
30224
30225  fc-cache/Imakefile | 4 +++-
30226  1 file changed, 3 insertions(+), 1 deletion(-)
30227
30228 commit 28e413038db10e236abb1d6f82c7889d8e52d7a5
30229 Author: Alan Hourihane <alanh@fairlite.demon.co.uk>
30230 Date:   Wed Apr 10 11:28:10 2002 +0000
30231
30232     put fontconfig-def.cpp in the right place.
30233
30234  fontconfig-def.cpp => src/fontconfig-def.cpp | 2 +-
30235  1 file changed, 1 insertion(+), 1 deletion(-)
30236
30237 commit d82a034f9123558b300c956feec165c50ef7ada2
30238 Author: Alan Hourihane <alanh@fairlite.demon.co.uk>
30239 Date:   Sun Apr 7 15:19:46 2002 +0000
30240
30241     new preprocessor files. (#5215-#5218, Alexander Gottwald).
30242
30243  fontconfig-def.cpp | 170
30244  +++++++++++++++++++++++++++++++++++++++++++++++++++++
30245  1 file changed, 170 insertions(+)
30246
30247 commit d9db7b9e94f0aec127066e81b9e7dbbf05cd740f
30248 Author: Keith Packard <keithp@keithp.com>
30249 Date:   Wed Mar 27 04:33:55 2002 +0000
30250
30251     Fix FT_Get_Next_Char API to match official 2.0.9 released version
30252
30253  src/fccharset.c | 26 ++++++++++++++++++--------
30254  1 file changed, 18 insertions(+), 8 deletions(-)
30255
30256 commit 8c7b2a9d83fbe23e9073a188c7b970f100a91562
30257 Author: Marc Aurele La France <tsi@ualberta.edu>
30258 Date:   Mon Mar 4 21:15:28 2002 +0000
30259
30260     Warning fixes
30261
30262  src/fcatomic.c | 4 ++--
30263  1 file changed, 2 insertions(+), 2 deletions(-)
30264
30265 commit 216fac98e0785e787e32ff354241935a25723e4b
30266 Author: Keith Packard <keithp@keithp.com>
30267 Date:   Sun Mar 3 18:39:05 2002 +0000
30268
30269     Add match routine that returns list of fonts
30270
30271  fontconfig/fontconfig.h |  14 ++
30272  src/fcavl.c             | 419
30273  ++++++++++++++++++++++++++++++++++++++++++++++++
30274  src/fcavl.h             |  46 ++++++
30275  src/fcmatch.c           | 225 ++++++++++++++++++++++----
30276  4 files changed, 671 insertions(+), 33 deletions(-)
30277
30278 commit ee9061efe984a3c5b659449f8db57a03b6bf5d13
30279 Author: Keith Packard <keithp@keithp.com>
30280 Date:   Sun Mar 3 18:36:26 2002 +0000
30281
30282     Eliminate duplicate definitions in fcint.h and fontconfig.h
30283
30284  src/fcint.h | 6 ------
30285  1 file changed, 6 deletions(-)
30286
30287 commit 5faa099cd5fb8d9d9f868362233929ff36cd0ac8
30288 Author: Keith Packard <keithp@keithp.com>
30289 Date:   Sun Mar 3 18:35:22 2002 +0000
30290
30291     fontconfig: bail scanning directory on fatal error
30292
30293  src/fcdir.c | 2 +-
30294  1 file changed, 1 insertion(+), 1 deletion(-)
30295
30296 commit 17e16fa1108491fa625258bba12e71aaad8a34de
30297 Author: Keith Packard <keithp@keithp.com>
30298 Date:   Sun Mar 3 18:31:20 2002 +0000
30299
30300     Eliminate compiler warnings
30301
30302  src/fccharset.c | 1026
30303  +++++++++++++++++++++++++++----------------------------
30304  1 file changed, 512 insertions(+), 514 deletions(-)
30305
30306 commit a391da8f0f867b8f87b1912a91882b108d163e03
30307 Author: Keith Packard <keithp@keithp.com>
30308 Date:   Sun Mar 3 00:19:43 2002 +0000
30309
30310     Add fcatomic.c
30311
30312  src/Imakefile  |   4 +-
30313  src/fcatomic.c | 183
30314  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
30315  src/fccache.c  |   4 ++
30316  3 files changed, 189 insertions(+), 2 deletions(-)
30317
30318 commit 134f6011f347d1bc1b80a3cd435bb10b38d2932e
30319 Author: Keith Packard <keithp@keithp.com>
30320 Date:   Fri Mar 1 22:06:30 2002 +0000
30321
30322     Add new FcAtomic datatype for config file locking
30323
30324  fontconfig/fontconfig.h | 30 +++++++++++++++++++++++++++++-
30325  src/Imakefile           | 12 ++++++------
30326  src/fccache.c           | 34 ++++++++++++++--------------------
30327  src/fcint.h             |  9 ++++++++-
30328  4 files changed, 57 insertions(+), 28 deletions(-)
30329
30330 commit d23a2a6dfa0ae81298a238899512c7d7c99c5430
30331 Author: Marc Aurele La France <tsi@ualberta.edu>
30332 Date:   Fri Mar 1 17:52:03 2002 +0000
30333
30334     Add missing clean rule
30335
30336  Imakefile | 6 ++++++
30337  1 file changed, 6 insertions(+)
30338
30339 commit 9c8e07f19589ba944e7bfb31251228b41a02f787
30340 Author: Keith Packard <keithp@keithp.com>
30341 Date:   Fri Mar 1 01:00:54 2002 +0000
30342
30343     Port Xft1 to fontconfig
30344
30345  fontconfig/fontconfig.h |  8 +++++++-
30346  src/fccache.c           | 13 +++++++------
30347  src/fccfg.c             | 10 +++++-----
30348  src/fcdir.c             |  4 ++--
30349  4 files changed, 21 insertions(+), 14 deletions(-)
30350
30351 commit 80c053b725669c1e982cceedb87f04ebb9c6f1e9
30352 Author: Keith Packard <keithp@keithp.com>
30353 Date:   Thu Feb 28 16:51:48 2002 +0000
30354
30355     Add better error reporting when loading config file
30356
30357  fc-list/fc-list.c       |  2 +-
30358  fontconfig/fontconfig.h | 16 +++++++++++++++-
30359  src/fclist.c            | 36 ++++++++++++++++++++++++++++++------
30360  src/fcmatch.c           | 38 +++++++++++++++++++++++++++++++-------
30361  src/fcxml.c             | 12 +++++++++++-
30362  5 files changed, 88 insertions(+), 16 deletions(-)
30363
30364 commit c4bd0638c5f14329e71be8f170c30d376fc76972
30365 Author: Marc Aurele La France <tsi@ualberta.edu>
30366 Date:   Tue Feb 26 05:10:30 2002 +0000
30367
30368     Warning fixes
30369
30370  fc-cache/fc-cache.c | 13 ++++++++++++-
30371  fc-list/fc-list.c   | 15 +++++++++++++--
30372  2 files changed, 25 insertions(+), 3 deletions(-)
30373
30374 commit c5350655bef34cc08739bed324a482473b2a01b8
30375 Author: Keith Packard <keithp@keithp.com>
30376 Date:   Sun Feb 24 01:23:35 2002 +0000
30377
30378     Check font edit value lists for empty
30379
30380  src/fccfg.c | 4 ++--
30381  1 file changed, 2 insertions(+), 2 deletions(-)
30382
30383 commit bbbaac369186f6d2c21d28a091e4a8b6259f8e8a
30384 Author: Keith Packard <keithp@keithp.com>
30385 Date:   Fri Feb 22 18:54:07 2002 +0000
30386
30387     fontconfig: some config file parsing mistakes
30388
30389  src/fcfreetype.c | 2 +-
30390  src/fcint.h      | 9 ---------
30391  src/fcxml.c      | 8 ++++++--
30392  3 files changed, 7 insertions(+), 12 deletions(-)
30393
30394 commit a398554a6d6467956c1c3471e912fb4e969835eb
30395 Author: Keith Packard <keithp@keithp.com>
30396 Date:   Wed Feb 20 01:01:21 2002 +0000
30397
30398     Remove fcxml.h include file as it cant work anymore anyhow
30399
30400  fontconfig/Imakefile |  2 +-
30401  fontconfig/fcxml.h   | 37 -------------------------------------
30402  2 files changed, 1 insertion(+), 38 deletions(-)
30403
30404 commit 24c90386bbdda9800d5a35c4dbff08682186907f
30405 Author: Keith Packard <keithp@keithp.com>
30406 Date:   Wed Feb 20 00:32:30 2002 +0000
30407
30408     dont complain about missing optional included font config files
30409
30410  src/fcxml.c | 4 ++--
30411  1 file changed, 2 insertions(+), 2 deletions(-)
30412
30413 commit 6e9fc5ded4a36fb3e9e31b96f837b2e54f1cd77c
30414 Author: Keith Packard <keithp@keithp.com>
30415 Date:   Tue Feb 19 08:33:23 2002 +0000
30416
30417     Automatically initialize the fontconfig library
30418
30419  src/fccfg.c  | 15 +++++++++------
30420  src/fcinit.c |  4 ++--
30421  src/fcint.h  |  4 +++-
30422  3 files changed, 14 insertions(+), 9 deletions(-)
30423
30424 commit aae6f7d48744a25899cac28d47458f394defa02a
30425 Author: Keith Packard <keithp@keithp.com>
30426 Date:   Tue Feb 19 07:50:44 2002 +0000
30427
30428     Eliminate const in FcPatternGetString; too hard. Add FcCharSetCoverage
30429     to
30430         enumarate Unicode coverage efficiently
30431
30432  fontconfig/fontconfig.h |  7 +++++--
30433  src/fccache.c           |  4 ++--
30434  src/fccharset.c         | 23 ++++++++++++++++++++++-
30435  src/fcpat.c             |  6 +++---
30436  4 files changed, 32 insertions(+), 8 deletions(-)
30437
30438 commit c2e7c611cbef33e9f93fbb110cd8df61abec67d7
30439 Author: Keith Packard <keithp@keithp.com>
30440 Date:   Mon Feb 18 22:29:28 2002 +0000
30441
30442     Switch fontconfig from libxml2 to expat
30443
30444  src/Imakefile   |    3 +-
30445  src/fccharset.c |   12 +-
30446  src/fcdbg.c     |   20 +-
30447  src/fcint.h     |   34 +-
30448  src/fcname.c    |   98 +---
30449  src/fcstr.c     |   92 ++-
30450  src/fcxml.c     | 1764
30451  ++++++++++++++++++++++++++++++++++++-------------------
30452  7 files changed, 1326 insertions(+), 697 deletions(-)
30453
30454 commit 2eb26602ffcfb3c3489849210502c4e00b370dfd
30455 Author: Keith Packard <keithp@keithp.com>
30456 Date:   Fri Feb 15 23:45:33 2002 +0000
30457
30458     fontconfig fc-cache program needs to be executed with correct
30459     environment
30460         on install
30461
30462  fc-cache/Imakefile | 2 +-
30463  1 file changed, 1 insertion(+), 1 deletion(-)
30464
30465 commit 65018b4a468c3175790dc27dfe37987151ad97d5
30466 Author: Keith Packard <keithp@keithp.com>
30467 Date:   Fri Feb 15 07:36:14 2002 +0000
30468
30469     Update to Xft version 2
30470
30471  fc-cache/fc-cache.c | 7 ++++---
30472  1 file changed, 4 insertions(+), 3 deletions(-)
30473
30474 commit ccb3e93b2754542d08dcd2572402560d76a8ed91
30475 Author: Keith Packard <keithp@keithp.com>
30476 Date:   Fri Feb 15 06:01:28 2002 +0000
30477
30478     fontconfig library: build fixes and compiler warning fixes
30479
30480  fc-cache/Imakefile      |   2 +-
30481  fc-list/Imakefile       |   2 +-
30482  fc-list/fc-list.c       |   5 +-
30483  fontconfig/fcfreetype.h |   1 +
30484  fontconfig/fcprivate.h  |   2 +-
30485  fontconfig/fcxml.h      |   2 +-
30486  fontconfig/fontconfig.h |  61 ++++++++---------
30487  src/fccache.c           | 176
30488  ++++++++++++++++++++++++++++++------------------
30489  src/fccfg.c             | 126 +++++++++++++++++-----------------
30490  src/fccharset.c         |  23 ++++---
30491  src/fcdir.c             |  58 ++++++++--------
30492  src/fcfreetype.c        | 106 ++++++++++++++---------------
30493  src/fcinit.c            |   2 +-
30494  src/fcint.h             |  74 ++++++++------------
30495  src/fcmatch.c           |   7 +-
30496  src/fcname.c            |  92 ++++++++++++-------------
30497  src/fcpat.c             |  10 +--
30498  src/fcstr.c             |  32 ++++-----
30499  src/fcxml.c             | 135 +++++++++++++++++++------------------
30500  19 files changed, 473 insertions(+), 443 deletions(-)
30501
30502 commit 3be03bed3955e91882b65315fdf8a68e4b453431
30503 Author: Keith Packard <keithp@keithp.com>
30504 Date:   Fri Feb 15 00:49:44 2002 +0000
30505
30506     Update fontconfig and libxml2 to get them working with in-tree build
30507         process
30508
30509  fc-cache/Imakefile | 12 +++---------
30510  fc-list/Imakefile  | 13 +++----------
30511  src/Imakefile      | 55
30512  ++++++------------------------------------------------
30513  3 files changed, 12 insertions(+), 68 deletions(-)
30514
30515 commit 82e6d72059aaa4beccb2ec39706ef86e99e479de
30516 Author: Keith Packard <keithp@keithp.com>
30517 Date:   Thu Feb 14 23:34:13 2002 +0000
30518
30519     Add new font configuration library which forms the basis of the
30520     new version
30521         of Xft
30522
30523 commit 24330d27f88bbf387d92128d2c21e005f2563e93
30524 Author: Keith Packard <keithp@keithp.com>
30525 Date:   Thu Feb 14 23:34:13 2002 +0000
30526
30527     Initial revision
30528
30529  AUTHORS                 |    1 +
30530  COPYING                 |   22 +
30531  ChangeLog               |    0
30532  INSTALL                 |    3 +
30533  Imakefile               |   25 +
30534  NEWS                    |    0
30535  README                  |    2 +
30536  acconfig.h              |    2 +
30537  configure.in            |  202 +++++++
30538  cvscompile.sh           |    6 +
30539  doc/fontconfig.tex      |   55 ++
30540  fc-cache/Imakefile      |   19 +
30541  fc-cache/fc-cache.c     |  145 +++++
30542  fc-cache/fc-cache.man   |   45 ++
30543  fc-list/Imakefile       |   17 +
30544  fc-list/fc-list.c       |  128 ++++
30545  fc-list/fc-list.man     |   36 ++
30546  findfonts               |    8 +
30547  fontconfig/Imakefile    |    8 +
30548  fontconfig/fcfreetype.h |   34 ++
30549  fontconfig/fcprivate.h  |  117 ++++
30550  fontconfig/fcxml.h      |   37 ++
30551  fontconfig/fontconfig.h |  551 +++++++++++++++++
30552  fonts.conf.in           |  191 ++++++
30553  fonts.dtd               |  165 +++++
30554  setfontdirs             |   19 +
30555  src/Imakefile           |   90 +++
30556  src/fcblanks.c          |   84 +++
30557  src/fccache.c           |  592 ++++++++++++++++++
30558  src/fccfg.c             | 1369 ++++++++++++++++++++++++++++++++++++++++++
30559  src/fccharset.c         | 1521
30560  +++++++++++++++++++++++++++++++++++++++++++++++
30561  src/fcdbg.c             |  272 +++++++++
30562  src/fcdefault.c         |   87 +++
30563  src/fcdir.c             |  178 ++++++
30564  src/fcfreetype.c        |  236 ++++++++
30565  src/fcfs.c              |   82 +++
30566  src/fcinit.c            |  174 ++++++
30567  src/fcint.h             |  480 +++++++++++++++
30568  src/fclist.c            |  442 ++++++++++++++
30569  src/fcmatch.c           |  347 +++++++++++
30570  src/fcmatrix.c          |  112 ++++
30571  src/fcname.c            |  621 +++++++++++++++++++
30572  src/fcpat.c             |  491 +++++++++++++++
30573  src/fcstr.c             |  188 ++++++
30574  src/fcxml.c             | 1032 ++++++++++++++++++++++++++++++++
30575  src/fontconfig.man      | 1113 ++++++++++++++++++++++++++++++++++
30576  46 files changed, 11349 insertions(+)