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