Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-10-27 | Attempts to fix 'make distcheck' work. Things are progressing pretty well, | Keith Packard | 1 | -10/+58 | |
but there are still failures long into the process dealing with docs (as always). The big changes here are mostly to make $(srcdir) != "." work correctly, fixing the docbook related sections and fc-lang were particularily tricky. Docbook refuses to load system entities from anywhere other than where the original .sgml file was located, so no luck looking in "." for the configure-generated version.sgml and confdir.sgml files. fc-lang needed help finding .orth files; added a -d option to set the directory as the least evil of many options. Now to go use a faster machine and try and wring out the last issues. | |||||
2003-10-26 | Include confdir.sgml.in in EXTRA_DIST | Keith Packard | 1 | -1/+1 | |
2003-09-06 | Add new spacing value FC_DUAL (dual-width, as some CJK fonts). (bug #111) | Noah Levitt | 2 | -3/+4 | |
When checking for monospace and dual-width fonts, allow roughly a 3% variance in the advances. | |||||
2003-08-15 | Added new FcFini function for cleaning up all memory. Fixed a few memory | Carl Worth | 3 | -57/+149 | |
leaks. fc-list now calls FcFini, (and is now leak-free according to valgrind) | |||||
2003-06-17 | Bug 75: dont build docs unless docbook is available. Dont install docs | Keith Packard | 1 | -1/+1 | |
unless they are pre-built or buildable | |||||
2003-04-23 | Oops. Missing newline in .cvsignore | Keith Packard | 1 | -1/+1 | |
2003-04-23 | Fix docs to close sgml tags | Keith Packard | 3 | -0/+3 | |
2003-04-23 | Add confdir.sgml to .cvsignore | Keith Packard | 1 | -0/+1 | |
2003-04-23 | Use CONFDIR instead of SYSCONFDIR/fonts in manual. Use awk to strip | Keith Packard | 2 | -2/+3 | |
trailing newline instead of leaving CVS file without a newline (which will break at some point) | |||||
2003-04-23 | Got rid of the newline at the end of the file. It's yucky but, I'm not sure | Noah Levitt | 1 | -1/+1 | |
how else to get rid of the newline in the output. | |||||
2003-04-23 | Getting closer to fixing /etc/fonts hard-coding. | Noah Levitt | 2 | -0/+29 | |
2003-04-22 | Testing syncmail yet again. | Noah Levitt | 2 | -10/+11 | |
2003-04-17 | Remove some unused variables, and initialize some other ones so gcc doesn't | Colin Walters | 1 | -0/+1 | |
warn us. | |||||
2003-04-08 | remove -u option to docbook2man which was trashing the .html file | Keith Packard | 1 | -1/+1 | |
2003-03-20 | strtod under some locales requires digits before the decimal | Keith Packard | 1 | -2/+6 | |
2003-03-07 | add version.sgml to .cvsignore | Keith Packard | 1 | -0/+1 | |
2003-03-07 | Add version number to user doc | Keith Packard | 2 | -10/+18 | |
2003-03-07 | Add version number to documentation | Keith Packard | 3 | -10/+31 | |
2003-03-07 | wasnt rebuilding most of the docs | Keith Packard | 1 | -9/+9 | |
2003-03-07 | get manuals to install with automake-1.4 | Keith Packard | 1 | -23/+21 | |
2003-03-07 | Create fontconfig-user.html | Keith Packard | 1 | -1/+1 | |
2003-03-07 | Add more to .cvsignore | Keith Packard | 1 | -0/+9 | |
2003-03-07 | Make documentation build | Keith Packard | 3 | -74/+102 | |
2003-03-07 | Finish reformatting developer documentation | Keith Packard | 10 | -438/+795 | |
2003-03-07 | Add copyright | Keith Packard | 1 | -0/+23 | |
2003-03-07 | Use <parameter> tags. Add copyrights | Keith Packard | 5 | -40/+40 | |
2003-03-07 | Add lots more function documentation | Keith Packard | 12 | -276/+677 | |
2003-03-07 | Rework documentation to build man pages for each function | Keith Packard | 8 | -1033/+1411 | |
2003-03-07 | Add func doc creation program edit-sgml | Keith Packard | 1 | -0/+426 | |
2003-03-04 | Add .cvsignorefc-2_1_91 | Keith Packard | 1 | -0/+4 | |
2003-03-03 | Sun Mar 2 14:16:17 2003 Owen Taylor <otaylor@redhat.com> | Owen Taylor | 2 | -117/+128 | |
fontconfig.spec.in: Improvements from Red Hat spec file. {fc-lang,fc-cache,fc-list}/Makefile.am: Add man pages. docs/*.sgml: SGML fixes. | |||||
2003-03-01 | Add --disable-docs flag | Keith Packard | 1 | -5/+16 | |
2003-03-01 | Switch to docbook and split documentation into pieces | Keith Packard | 1 | -0/+35 | |
2003-03-01 | Reformat documentation into sgml for docbook, split into user/devel guides | Keith Packard | 3 | -55/+1816 | |
2002-02-14 | Initial revision | Keith Packard | 1 | -0/+55 | |