# Generated by Makefile. Do not edit.

commit ca8f9b3a3ca244eb36d0806abe3a96d91bc34c53
Author: Stefan Kost <ensonic@users.sf.net>
Date:   Fri Dec 18 10:51:05 2009 +0200

    dist: add helper for making NEWS

 bugzilla.py |  161 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 161 insertions(+), 0 deletions(-)

commit 596abeb374224d1047b9fb42a68ce8742e0eb48f
Author: Stefan Kost <ensonic@users.sf.net>
Date:   Fri Dec 18 10:38:55 2009 +0200

    docs: bump release date

 help/manual/C/gtk-doc-manual.xml |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

commit 382eb107319f46cf3b5dfe5b6b7c72eec16b5d0c
Author: Stefan Kost <ensonic@users.sf.net>
Date:   Fri Dec 18 10:38:21 2009 +0200

    news: update release notes

 NEWS |   68 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 67 insertions(+), 1 deletions(-)

commit a78ea651dd996e6bac53a1364aeab31370a4e6c8
Author: Stefan Kost <ensonic@users.sf.net>
Date:   Fri Dec 18 10:34:16 2009 +0200

    dist: update HACKING for git and add CHangeLog rule

 HACKING     |   47 ++++++++++++++++++++++++++---------------------
 Makefile.am |   14 ++++++++++++++
 2 files changed, 40 insertions(+), 21 deletions(-)

commit 311aaabddfcae13df2b169df89e140a1b9b56cb7
Author: Javier Jardón <jjardon@gnome.org>
Date:   Thu Dec 17 21:05:58 2009 +0100

    Support silent build rules with automake 1.11
    
    Support silent build rules, requires at least automake-1.11.
    Disable by either passing --disable-silent-rules to configure or
    passing V=1 to make.

 configure.ac |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

commit 1b4b053f9cfe9f146d6d57ddc9f59376fd3dde33
Author: Stefan Kost <ensonic@users.sf.net>
Date:   Thu Dec 17 22:20:18 2009 +0200

    tests: use bash instead of sh as this uses $((expression). Fixes #604798
    
    sh does not support that feature.

 tests/fail.sh     |    2 +-
 tests/tools.sh.in |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 36d333c4428a5a029dfdcade10677b5218551a0b
Author: Stefan Kost <ensonic@users.sf.net>
Date:   Fri Nov 27 18:31:45 2009 +0200

    mkdb: turn link targets into valid sgml ids, so that links actualy work
    
    Thsi fixes links to struct members that contains '_'.

 gtkdoc-mkdb.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit e112f156832259730b6740303304d03ec3d2c43c
Author: Stefan Kost <ensonic@users.sf.net>
Date:   Fri Nov 27 18:08:52 2009 +0200

    fixxref: don't leak GTKDOCLINKs to final html
    
    If someone uses markup in sources, we expand the links and then escape the
    markup. We have to revert the escaping for GTKDOCLINK tags.

 gtkdoc-fixxref.in |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

commit d5d86fbbde9c551074c7d8833193a8e8bb8b46a5
Author: Stefan Kost <ensonic@users.sf.net>
Date:   Fri Nov 27 16:32:21 2009 +0200

    xrefs: fix xrefs between modules for enums, calss members etc.
    
    We did not produced the anchors in the index.sgml file for those yet.

 gtk-doc.xsl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 6acf923ba2b29d4abe6645642f448c8121489888
Author: Stefan Kost <ensonic@users.sf.net>
Date:   Fri Nov 27 16:10:13 2009 +0200

    mkdb: recursively add items to annotation glossary
    
    Some annotation docs, reference other annotations. Go over the annotations in
    loops until the glossary is self contained.

 gtkdoc-mkdb.in |   13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)

commit 7500cd2ed2ffa4e1909d327310eff753675152fb
Author: Stefan Kost <ensonic@users.sf.net>
Date:   Fri Nov 27 15:16:12 2009 +0200

    mkdb, fixxref: tag more data and filter warnings
    
    We use more markup, as this allows us to supress the majority of false broken
    link warnings.

 gtkdoc-common.pl.in |    4 ++--
 gtkdoc-fixxref.in   |   16 +++++++++++++++-
 gtkdoc-mkdb.in      |   16 ++++++++--------
 3 files changed, 25 insertions(+), 11 deletions(-)

commit c50ae1662714871cc36f4ebbeb97049be5725788
Author: Stefan Kost <ensonic@users.sf.net>
Date:   Thu Nov 26 12:31:06 2009 +0200

    tests: add testcases for bug 512155

 tests/bugs/docs/tester-sections.txt |    3 +++
 tests/bugs/src/tester.c             |    1 +
 tests/bugs/src/tester.h             |   29 +++++++++++++++++++++++++++++
 3 files changed, 33 insertions(+), 0 deletions(-)

commit 8a77cc455ae6d5fbafdc4984c83d4f379407766f
Author: Stefan Kost <ensonic@users.sf.net>
Date:   Thu Nov 26 10:44:24 2009 +0200

    mkdb: be more flexible on making () links.
    
    We now don't create broken links for e.g. gtk_*_new() and we allow to link to
    class methods like in #GObjectClass.dispose().

 gtkdoc-mkdb.in              |    6 +++++-
 tests/gobject/src/gobject.c |    2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)

commit 14eec0968f7b9704b8ee13d3593d20019caf27fe
Author: Nicola Fontana <ntd@entidi.it>
Date:   Thu Nov 26 00:26:03 2009 +0200

    autogen.sh: handle generic automake version
    
    Before checking for specific automake and aclocal versions, try the
    default one.

 autogen.sh |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

commit ba8aae2cd365426be557e5a499dea936fdd7ec8b
Author: Stefan Kost <ensonic@users.sf.net>
Date:   Thu Nov 26 00:19:51 2009 +0200

    make: don't add m4 to EXTRA_DIST - Fixes #591450 and make distcheck

 Makefile.am |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

commit e46808f1012f4a8e23e775717b3b46c48fc5ca0a
Author: Stefan Kost <ensonic@users.sf.net>
Date:   Wed Nov 25 22:28:27 2009 +0200

    fixxref: smarter link resolving
    
    Only try s/:/--/ if id contains a :. Also if we don't get a href try without a
    trailing 's' if there is any (plural handling).

 gtkdoc-fixxref.in |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

commit 850664d444e5bfd14bd64753b0bf3e16eefa7264
Author: Stefan Kost <ensonic@users.sf.net>
Date:   Wed Nov 25 18:07:34 2009 +0200

    fixxref: also read section file to not warn about private stuff
    
    Some private stuff is auto-linked (e.g. in the case of types).

 gtkdoc-fixxref.in |   32 ++++++++++++++++++++++++++++++++
 1 files changed, 32 insertions(+), 0 deletions(-)

commit a47d0c50bb4d2b3c73a92d2571753cc1367c470f
Author: Stefan Kost <ensonic@users.sf.net>
Date:   Wed Nov 25 17:04:12 2009 +0200

    fixxref: less false reports for new xref warnings
    
    Auto blacklist the implcitely created xrefs in source code examples.

 gtkdoc-fixxref.in |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

commit ed008315e4529c83a9a9e8a14903c869d687534a
Author: Stefan Kost <ensonic@users.sf.net>
Date:   Wed Nov 25 14:12:29 2009 +0200

    scan: replace newlines with a blank when joining lines
    
    This fixes "int\narg" becomming "intarg".

 gtkdoc-scan.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 7beef36ac6c28e2db6e85778f8c8a2dd489e1e9c
Author: Stefan Kost <ensonic@users.sf.net>
Date:   Wed Nov 25 13:52:34 2009 +0200

    fixxref: get line numbers and woraround some missing links

 gtkdoc-fixxref.in |   17 ++++++++++++++---
 1 files changed, 14 insertions(+), 3 deletions(-)

commit 2415121e8f5f7f6e3ce325c8bdad47287b206b9b
Author: Stefan Kost <ensonic@users.sf.net>
Date:   Wed Nov 25 12:26:07 2009 +0200

    fixxref: add warning about broken links. Fixes #602026
    
    Produce less links (e.g. for symbols with spaces). Add a log warning for first
    time use of non xrefable links (no line number :/).

 gtkdoc-common.pl.in |    2 ++
 gtkdoc-fixxref.in   |   22 +++++++++++++++++++---
 gtkdoc-mkdb.in      |   10 +++++++++-
 3 files changed, 30 insertions(+), 4 deletions(-)

commit f44066988964f964bba015db382a70d9d899bce1
Author: Stefan Kost <ensonic@users.sf.net>
Date:   Wed Nov 25 11:03:17 2009 +0200

    common: move CreateValidSGMLID to common

 gtkdoc-common.pl.in |   35 +++++++++++++++++++++++++++++++++++
 gtkdoc-fixxref.in   |   29 +++--------------------------
 gtkdoc-mkdb.in      |   33 ---------------------------------
 3 files changed, 38 insertions(+), 59 deletions(-)

commit 2c5cdf51ac727e189d9a7cc909db8b1f4551f39d
Author: Stefan Kost <ensonic@users.sf.net>
Date:   Wed Nov 25 10:47:13 2009 +0200

    parsing: support return value types like "long int". Fixes #602518
    
    Fix the regexps to handle such constructs. Also add a few tests that cover the
    reported case and similar ones.

 gtkdoc-mkdb.in                      |    4 ++--
 gtkdoc-scan.in                      |    9 +++++----
 tests/bugs/docs/tester-sections.txt |    3 +++
 tests/bugs/src/tester.c             |   32 ++++++++++++++++++++++++++++++++
 tests/bugs/src/tester.h             |    5 +++++
 5 files changed, 47 insertions(+), 6 deletions(-)

commit 24c09b265f51ade4ce0b9f322ae287df6f2d8fbe
Author: Stefan Kost <ensonic@users.sf.net>
Date:   Tue Oct 20 17:43:08 2009 +0300

    tests: add a test for annotations in returns

 tests/annotations/docs/tester-sections.txt |    1 +
 tests/annotations/src/tester.c             |   13 +++++++++++++
 tests/annotations/src/tester.h             |    1 +
 3 files changed, 15 insertions(+), 0 deletions(-)

commit 604930e57f3889379cfd4f85bd1b845ef990e5d0
Author: Stefan Kost <ensonic@users.sf.net>
Date:   Wed Sep 30 17:15:01 2009 +0300

    build: add the two new macros

 m4/gtkdoc_jh_check_xml_catalog.m4 |   16 ++++++++++++++++
 m4/gtkdoc_jh_path_xml_catalog.m4  |   34 ++++++++++++++++++++++++++++++++++
 2 files changed, 50 insertions(+), 0 deletions(-)

commit 5561666e571a4326e2716ddebbee7328f942eee2
Author: H. Habighorst <h.habighorst@googlemail.com>
Date:   Wed Sep 30 16:13:27 2009 +0300

    build: various build cleanups. Fixes #591450
    
    - acinclude.m4 shouldn't be used if a m4 folder exists. Splitted the two macros
      out in the m4 folder.
    - renamed configure.in to configure.ac.
    - kills off whitespace in configure.ac and formats it.
    - replace AC_HELP_STRING by AS_HELP_STRING.
    - Makefile.am -> use ACLOCAL_AMFLAGS=-I m4 to include the macros
    - replaced # by dnl

 Makefile.am           |    1 +
 configure.ac          |  240 +++++++++++++++++++++++++++++++++++++++++++++++
 configure.in          |  247 -------------------------------------------------
 m4/gnome-doc-utils.m4 |    3 +
 4 files changed, 244 insertions(+), 247 deletions(-)

commit 982623eb8931ac6a7b6fb56159d1ed5bfe0543a7
Author: Stefan Kost <ensonic@users.sf.net>
Date:   Wed Sep 30 09:55:47 2009 +0300

    scanobj: fix signedness comparission warnings from gcc. Fixes #596730
    
    Add casts to constants.

 gtkdoc-scangobj.in |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

commit a27b0befe69920854b3523f2bcbbda41d23ae846
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Tue Sep 29 23:44:49 2009 +0200

    Updated Spanish translation

 help/manual/es/es.po |  230 ++++++++++++++++++++++++++++----------------------
 1 files changed, 129 insertions(+), 101 deletions(-)

commit 314b61f6ca5d3b23f1bd15ea21816b202b224857
Author: Stefan Kost <ensonic@users.sf.net>
Date:   Tue Sep 29 17:07:41 2009 +0300

    gtkdoc-mkdb: add a warning if section name is not used in -section.txt
    
    This check can only be used in we don't autogenenrate the sections.txt file.

 gtkdoc-mkdb.in |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

commit d8c1ba2fe23b901512a3383c0ac87c52be470701
Author: Stefan Kost <ensonic@users.sf.net>
Date:   Tue Sep 29 16:35:25 2009 +0300

    docs: clarify link between SECTION:tag and FILE in -section.txt. Fixes #594224
    
    Also fix the spelling of the sections.txt file.

 help/manual/C/gtk-doc-manual.xml |   17 ++++++++++++++---
 1 files changed, 14 insertions(+), 3 deletions(-)

commit 60b90a8e66ec2ad7765024dabdd07c22b64ceac3
Author: Jannis Pohlmann <jannis@xfce.org>
Date:   Tue Sep 29 15:30:01 2009 +0300

    autogen: recognize automake-1.11. Fixes #596731

 autogen.sh |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

commit 3a0c7885a2c2d5ee00e2749ac60f6890bf4b2b88
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Tue Sep 29 14:04:39 2009 +0200

    Updated Spanish translation

 help/manual/es/es.po |   40 +++++++++++++++++++---------------------
 1 files changed, 19 insertions(+), 21 deletions(-)

commit 6e4c5c3f7a85d52892ace3d3b7ecbf24a4b2f09b
Author: Stefan Kost <ensonic@users.sf.net>
Date:   Tue Sep 29 13:53:38 2009 +0300

    tests: fix spelling

 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 2f1c86ec4d3c19d02ac1789fedea44aa8687a558
Author: Stefan Kost <ensonic@users.sf.net>
Date:   Tue Sep 29 13:39:08 2009 +0300

    tests: add test-env to all Makefiles. Fixes #581237
    
    Also don't dist override.txt files as we don't use them.

 tests/annotations/docs/Makefile.am  |    5 +++++
 tests/bugs/docs/Makefile.am         |    5 +++++
 tests/fail/docs/Makefile.am         |    5 +++++
 tests/gobject/docs-tmpl/Makefile.am |    5 +++++
 tests/gobject/docs/Makefile.am      |    5 +++++
 tests/gtk-doc.make                  |    3 +--
 tests/gtk-doc.notmpl.make           |    3 +--
 7 files changed, 27 insertions(+), 4 deletions(-)

commit 8796e5f550d715d9f854d8bf4f123047b98ba774
Author: Dan Williams <dcbw@redhat.com>
Date:   Mon Sep 28 16:21:38 2009 -0700

    manual: fix GTKDOC_CHECK usage example

 help/manual/C/gtk-doc-manual.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit d8ccc4d71805d5c10927615e83e94c3b380cc780
Author: Philip Chimento <philip.chimento@gmail.com>
Date:   Mon Sep 28 18:04:39 2009 +0300

    examples: fix makefile for running tests. Fixes #577774
    
    Add a '&&' to test-env variable.

 examples/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit de446ea1a430f79e0ba9ed374860d12f638ebc06
Author: Stefan Kost <ensonic@users.sf.net>
Date:   Mon Sep 28 17:58:49 2009 +0300

    maintenance: more todos and fix doc comment

 TODO           |    7 +++++++
 gtkdoc-mkdb.in |    7 ++++---
 2 files changed, 11 insertions(+), 3 deletions(-)

commit 82bac17962ac6eb74ce12bca9b91e5881dbd53d4
Author: Stefan Kost <ensonic@users.sf.net>
Date:   Mon Jul 27 11:53:58 2009 +0300

    pdf: fix building imagepath
    
    Fix splitting the HTML_IMAGES entries. Avoid double path entries. Add a comment
    to mkpdf for debugging.

 gtk-doc.make              |   10 +++++++++-
 gtk-doc.notmpl.make       |   10 +++++++++-
 gtkdoc-mkpdf.in           |    1 +
 tests/gtk-doc.make        |   12 ++++++++++--
 tests/gtk-doc.notmpl.make |   12 ++++++++++--
 5 files changed, 39 insertions(+), 6 deletions(-)

commit de5d8c37776f150b0e2b807f937d0d58cb529a4e
Author: Stefan Kost <ensonic@users.sf.net>
Date:   Sat Sep 12 14:39:17 2009 +0300

    annotations: allow annotations in struct/union/enum members
    
    Refactor the code that expands annotations. Also add a test for structs.

 gtkdoc-mkdb.in                             |   98 +++++++++++++++++-----------
 tests/annotations/docs/tester-sections.txt |    1 +
 tests/annotations/src/tester.h             |   10 +++
 3 files changed, 70 insertions(+), 39 deletions(-)

commit b209b02a6351e898e97e70981a412a8de70cd2b5
Author: Stefan Kost <ensonic@users.sf.net>
Date:   Fri Jul 24 21:43:55 2009 +0300

    mkdb: more details in log

 gtkdoc-mkdb.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit bd9f493e71a0f30f0e0cf40c376188fd07e1669a
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Sun Aug 9 14:54:32 2009 +0200

    Updated German translation

 help/manual/de/de.po | 1153 +++++++++++---------------------------------------
 1 files changed, 239 insertions(+), 914 deletions(-)

commit 3a701838bb8ed4d8de48c70b045ce9f4fbcf2788
Author: Nicola Fontana <ntd@entidi.it>
Date:   Fri Jul 24 18:11:06 2009 +0300

    configure: make python a soft dependency again. Fixes #589426

 configure.in |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit f4648bf4260e7abefa89b8b584ca70cd5088d43b
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Wed Jul 22 22:11:12 2009 +0200

    Updated Spansih translation

 help/manual/es/es.po |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit cf6329daa96a187882ffff4bbe31845d59338b32
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Tue Jul 21 23:27:41 2009 +0200

    Updated Spanish translation

 help/manual/es/es.po |   90 +++++++++++++++++++++++++++++++++++++++++++++-----
 1 files changed, 81 insertions(+), 9 deletions(-)

commit 7c38d9e0b380ec6d3f4b42e5de777467fe1493a0
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Sat Jul 18 13:49:29 2009 +0200

    Updated Spanish translation

 help/manual/es/es.po |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit bdc9b2257614a83e5e5df3b0cd7ac4d3de2f8f32
Author: Stefan Kost <ensonic@users.sf.net>
Date:   Thu Jul 16 10:39:47 2009 +0300

    tests: add a image to the test docs

 tests/gobject/docs-tmpl/Makefile.am |    2 +-
 tests/gobject/docs/Makefile.am      |    2 +-
 tests/gobject/src/giface.c          |    6 ++++++
 3 files changed, 8 insertions(+), 2 deletions(-)

commit 2b3b002cf9def5233faf4a4b802289bcb8c8f286
Author: Stefan Kost <ensonic@users.sf.net>
Date:   Thu Jul 16 10:38:04 2009 +0300

    pdf: add imgdir option to get images working in pdfs
    
    imgsdir is extracted from HTML_IMAGES. Not so nice, but requires no changes for
    buildsetup. Also fix mkhtml_options that were confusing shell with makefile
    variables.

 gtk-doc.make              |    6 ++++--
 gtk-doc.notmpl.make       |    6 ++++--
 gtkdoc-mkpdf.in           |    7 +++++--
 tests/gtk-doc.make        |    6 ++++--
 tests/gtk-doc.notmpl.make |    6 ++++--
 5 files changed, 21 insertions(+), 10 deletions(-)

commit f0c00d31ffd58fbf3fbce86f3688672fdf102d6c
Author: Stefan Kost <ensonic@users.sf.net>
Date:   Wed Jul 15 15:18:49 2009 +0300

    pdf: add pdf targets to makefiles

 gtk-doc.make              |   24 ++++++++++++++++++++++--
 gtk-doc.notmpl.make       |    2 +-
 tests/gtk-doc.make        |   14 ++++++++++++--
 tests/gtk-doc.notmpl.make |    2 +-
 4 files changed, 36 insertions(+), 6 deletions(-)

commit 9ae8f8b6e15b8efca833e5c8776463bda413e965
Author: Stefan Kost <ensonic@users.sf.net>
Date:   Wed Jul 15 14:16:26 2009 +0300

    migratetmpl: don't break para (e.g. in lists)

 tools/migratetmpl.pl |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

commit 947354b6f5ecb3eecea0a92f7a1f6913ba328c5c
Author: Stefan Kost <ensonic@users.sf.net>
Date:   Wed Jul 15 14:11:49 2009 +0300

    tests: add a list to the examples

 tests/gobject/src/gobject.c |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

commit c854592e395147763ee808e942acca05298a5b5a
Author: Stefan Kost <ensonic@users.sf.net>
Date:   Tue Jul 14 18:08:27 2009 +0300

    migratetmpl: optionaly patch sources with doc-blobs
    
    Uses ctags to patch sources. Requires ctags and respective perl module.
    Needs more error checking and robustness. Don't run on a dirty source tree!

 tools/migratetmpl.pl |  139 +++++++++++++++++++++++++++++++++++++++++++++-----
 1 files changed, 125 insertions(+), 14 deletions(-)

commit 75c889a6545173c188ba4ee32e714befb5d7baef
Author: Stefan Kost <ensonic@users.sf.net>
Date:   Fri Jul 10 18:47:21 2009 +0100

    mkdb: add internal hack to print syms with no since:
    
    Allow printing a list of symbols without since tags and add ideas how to figure
    the needed info using git bisect.

 TODO           |   16 +++++++++++++++-
 gtkdoc-mkdb.in |   47 ++++++++++++++++++++++++++++++++++++++++-------
 2 files changed, 55 insertions(+), 8 deletions(-)

commit ecaf0dba9c20f50a9cbc049c4d42b291a5433082
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Thu Jul 9 21:18:57 2009 +0200

    Updated Spanish translation

 help/manual/es/es.po |   24 ++++++++++++++++--------
 1 files changed, 16 insertions(+), 8 deletions(-)

commit ca92813d7fdba0c9b056104af157ed93871320f1
Author: Daniel Nylander <po@danielnylander.se>
Date:   Thu Jul 9 12:33:32 2009 +0200

    Updated Swedish translation

 help/manual/Makefile.am |    2 +-
 help/manual/sv/sv.po    | 1156 +++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 1157 insertions(+), 1 deletions(-)

commit 24fb0eac4dade4547f14e2385662584ac967abd0
Author: Stefan Kost <ensonic@users.sf.net>
Date:   Tue Jul 7 22:35:11 2009 +0100

    pdf: dist pdfs and clean on dist-clean
    
    We don't install pdfs yet (if so where to?), but they should be disted and they
    need to be cleaned.

 gtk-doc.make              |    3 ++-
 gtk-doc.notmpl.make       |    3 ++-
 tests/gtk-doc.make        |    6 ++----
 tests/gtk-doc.notmpl.make |    6 ++----
 4 files changed, 8 insertions(+), 10 deletions(-)

commit 5f8c64bb61e2c2aad9ed4de1b28b5c990147e879
Author: Stefan Kost <ensonic@users.sf.net>
Date:   Tue Jul 7 22:33:59 2009 +0100

    pdf: use full dblatex path and add some comments about usage

 gtkdoc-mkpdf.in |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

commit 8c0074fa63cad3e3c718fd1b02c09dc95fcf36a7
Author: Stefan Kost <ensonic@users.sf.net>
Date:   Tue Jul 7 18:35:01 2009 +0100

    m4: we disable pdf if there is no mkpdf installed
    
    Invert the check.

 gtk-doc.m4 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 7af53e1e569221af8d3f826734696c8c5192936a
Author: Stefan Kost <ensonic@users.sf.net>
Date:   Tue Jul 7 17:35:04 2009 +0100

    pdf: look for dblatex for pdf generation
    
    If the user has dblatex use it to generate pdfs. Seems to work much better than
    using fop.

 configure.in    |   15 +++++++++------
 gtkdoc-mkpdf.in |   20 +++++++++++++-------
 2 files changed, 22 insertions(+), 13 deletions(-)

commit d5cfb724d76eb0223d8f6d61feef2ed7832679ac
Author: Stefan Kost <ensonic@users.sf.net>
Date:   Tue Jul 7 16:50:21 2009 +0100

    mkpdf: add mkpdf to Makefile.am and fix cleanup

 Makefile.am     |    1 +
 gtkdoc-mkpdf.in |    9 +++++++--
 2 files changed, 8 insertions(+), 2 deletions(-)

commit e4bfb154a4dd99964828254ece4094d4206016c8
Author: Stefan Kost <ensonic@users.sf.net>
Date:   Tue Jul 7 16:06:27 2009 +0100

    build: more gitignore tuning

 Makefile.am |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit 286e9719a48b11c043f2d2454a8231cf86a57214
Author: Stefan Kost <ensonic@users.sf.net>
Date:   Tue Jul 7 13:04:41 2009 +0100

    scan: don't create empty  *-overrides.txt files
    
    In the two places where we read them we check if they exist anyway.

 gtkdoc-scan.in |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

commit 2417e7a680f6cac2a766fb3efe67faf7fb035d8b
Author: Stefan Kost <ensonic@users.sf.net>
Date:   Tue Jul 7 13:04:09 2009 +0100

    build: indenting

 Makefile.am |   72 +++++++++++++++++++++++++++++-----------------------------
 1 files changed, 36 insertions(+), 36 deletions(-)

commit 983d293305a47ce4ec568bb9ffe1eb9eaa822db5
Author: Stefan Kost <ensonic@users.sf.net>
Date:   Tue Jul 7 12:51:47 2009 +0100

    build: tune gitignore generations

 Makefile.am               |   16 ++++++++++++++++
 gtk-doc.make              |    4 +++-
 gtk-doc.notmpl.make       |    3 ++-
 tests/gtk-doc.make        |    4 +++-
 tests/gtk-doc.notmpl.make |    3 ++-
 5 files changed, 26 insertions(+), 4 deletions(-)

commit 612d00762df510276484bb85b902dcc48ef37b1f
Author: Stefan Kost <ensonic@users.sf.net>
Date:   Tue Jul 7 12:50:28 2009 +0100

    build: get rid of old .svnignore files

 .svnignore             |   26 --------------------------
 help/manual/.svnignore |    4 ----
 m4/.svnignore          |    1 -
 3 files changed, 0 insertions(+), 31 deletions(-)

commit bdca99b61c0b5f626c3965a6718c8617802f89b9
Author: Stefan Kost <ensonic@users.sf.net>
Date:   Tue Jul 7 12:01:58 2009 +0100

    build: modifications made by git.mk

 Makefile.am                         |    3 ++-
 examples/Makefile.am                |    2 ++
 help/Makefile.am                    |    2 ++
 help/manual/Makefile.am             |    2 ++
 tests/Makefile.am                   |    2 ++
 tests/annotations/Makefile.am       |    2 ++
 tests/annotations/docs/Makefile.am  |    2 ++
 tests/annotations/src/Makefile.am   |    2 ++
 tests/bugs/Makefile.am              |    2 ++
 tests/bugs/docs/Makefile.am         |    2 ++
 tests/bugs/src/Makefile.am          |    2 ++
 tests/fail/Makefile.am              |    2 ++
 tests/fail/docs/Makefile.am         |    2 ++
 tests/fail/src/Makefile.am          |    2 ++
 tests/gobject/Makefile.am           |    2 ++
 tests/gobject/docs-tmpl/Makefile.am |    2 ++
 tests/gobject/docs/Makefile.am      |    2 ++
 tests/gobject/src/Makefile.am       |    2 ++
 18 files changed, 36 insertions(+), 1 deletions(-)

commit 63030c97e2eec75168ebe818500ad4ac216d8aaf
Author: Stefan Kost <ensonic@users.sf.net>
Date:   Tue Jul 7 11:58:57 2009 +0100

    build: add pango's git.mk to manage .gitignore files
    
    See the top of the file for howto use it

 git.mk |  182 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 182 insertions(+), 0 deletions(-)

commit f106510fe69f9b2df87a6f61e3c2dbccf83aa112
Author: Jennie Petoumenou <epetoumenou@gmail.com>
Date:   Wed Jul 1 22:53:02 2009 +0100

    Updated Greek documentation translation

 help/manual/el/el.po |   45 +++++++++++++++++++++++++++++++++------------
 1 files changed, 33 insertions(+), 12 deletions(-)

commit fad3b5ec017003d2af901cc33b885b9e67025f10
Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
Date:   Tue Jun 30 20:35:58 2009 +0200

    Updated Spanish translation

 help/manual/es/es.po |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

commit 76b30ebdbdef562f9861f9178253d57810455dd8
Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
Date:   Tue Jun 30 18:53:46 2009 +0200

    Updated Spanish translation

 help/manual/es/es.po |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 2bacbe965e9d048482626e3d7383513a03fe96b4
Author: Stefan Kost <ensonic@users.sf.net>
Date:   Tue Jun 30 17:55:39 2009 +0300

    manual: fix typo

 help/manual/C/gtk-doc-manual.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit b115c9075a9408e9c44421c796bf062bf1f617c6
Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
Date:   Sun Jun 28 15:36:49 2009 +0200

    Updated Spanish translation

 help/manual/es/es.po |   23 ++++++++++++++++++++---
 1 files changed, 20 insertions(+), 3 deletions(-)

commit 4335ba988d0258e775f7df657ab3d139d5a97c02
Author: Nicola Fontana <ntd@entidi.it>
Date:   Sat Jun 27 23:09:03 2009 +0300

    build: allow building without gnome-doc-utils, Fixes #577059

 autogen.sh              |    4 +---
 configure.in            |    7 ++++++-
 help/manual/Makefile.am |    7 +++++++
 m4/gnome-doc-utils.m4   |    3 ++-
 4 files changed, 16 insertions(+), 5 deletions(-)

commit 613e1f7dca2ccb1cbe95386070e94ba0c41cddf8
Author: Stefan Kost <ensonic@users.sf.net>
Date:   Sat Jun 27 22:46:11 2009 +0300

    scan: be smarter in when trying to figure the get_type functions, Fixes #580300
    
    Check full prototype instead of just the name when using --rebuild-types. Also
    sort the types by name to minimize the delta when rebuilding.

 gtkdoc-scan.in                 |   26 ++++++++++++++++++--------
 tests/bugs/docs/Makefile.am    |    1 +
 tests/bugs/src/tester.c        |   12 ++++++++++--
 tests/bugs/src/tester.h        |    5 +++++
 tests/gobject/docs/Makefile.am |    4 +++-
 5 files changed, 37 insertions(+), 11 deletions(-)

commit 1063ddc7ccd46a1bfd74c51c7aab9b9f13a84645
Author: Stefan Kost <ensonic@users.sf.net>
Date:   Sat Jun 27 21:58:31 2009 +0300

    mkdb: fix isemptydoc to also work for really empty strings
    
    IsEmptyDoc was only checking for empty <para> groups. Return also TRUE if docs
    string is only whitespace. This fixes e.g. property docs with empty desc, where
    it then does a fallback on the parmspec blurb.

 gtkdoc-mkdb.in |   14 +++++++++++---
 1 files changed, 11 insertions(+), 3 deletions(-)

commit f3cf0205847d0c8a236bd72180457a84e5ab0343
Author: Stefan Kost <ensonic@users.sf.net>
Date:   Sat Jun 27 21:35:38 2009 +0300

    mkdb: avoid empty <para> tags in tmpl based docs
    
    The docs in templates are appended to the ones in source docs. Templates have
    an empty para by default. Don't add that. Also uncomment a print from previous
    commit.

 gtkdoc-mkdb.in |   12 +++++++++---
 1 files changed, 9 insertions(+), 3 deletions(-)

commit 3fd9141adc1a9b1afd11b76fc9fee1423b391257
Author: Stefan Kost <ensonic@users.sf.net>
Date:   Sat Jun 27 21:35:00 2009 +0300

    tests: add a since tag to a macro to see if its properly handled

 tests/gobject/src/gobject.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 4e0c66b59f6437d24b195a0ebb016832c3509dbc
Author: Stefan Kost <ensonic@users.sf.net>
Date:   Sat Jun 27 19:10:57 2009 +0300

    mkdb: merge returns for tmpl based docs, Fixes #587103

 gtkdoc-mkdb.in |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

commit 569af887cb14d2e6eb0f79c05700b8022d42b1c4
Author: Stefan Kost <ensonic@users.sf.net>
Date:   Sat Jun 27 19:10:36 2009 +0300

    mkdb: add docs for random function

 gtkdoc-mkdb.in |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

commit 0f47ee58d65b1df54946e2d2cfbc9c7a8c6dbcdf
Author: Stefan Kost <ensonic@users.sf.net>
Date:   Sat Jun 27 19:09:53 2009 +0300

    tests: fix typo in returns: statement

 tests/gobject/src/giface.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit de9b40fdd6d400df875d7a1defe8ef32c67cff81
Author: Stefan Kost <ensonic@users.sf.net>
Date:   Sat Jun 27 16:39:19 2009 +0300

    mkdb: non functional code cleanup

 gtkdoc-mkdb.in |    7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

commit 11c8fe2fcac70721959b90b67bfda988a2b873d3
Author: Stefan Kost <ensonic@users.sf.net>
Date:   Sat Jun 27 16:38:46 2009 +0300

    tests: fix type in returns: statement

 tests/gobject/src/gobject.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit c013c0181943bb2d4082e78e976dff5cfdb1d62f
Author: Claude Paroz <claude@2xlibre.net>
Date:   Fri Jun 26 21:21:18 2009 +0200

    Revert "es-manual: fix one xml link id typo"
    
    This reverts commit 6279a2a0f332f4eeba8b34039038fdb07004768f.
    Translated manual corrections should be made in source po and
    not in generated xml.

 help/manual/es/gtk-doc-manual.xml | 1183 -------------------------------------
 1 files changed, 0 insertions(+), 1183 deletions(-)

commit 2db889c1c6993fab3147ebdfdcff413e6f7b7549
Author: Claude Paroz <claude@2xlibre.net>
Date:   Fri Jun 26 20:14:06 2009 +0200

    Fixed DocBook validity in Spanish manual translation

 help/manual/es/es.po |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 6279a2a0f332f4eeba8b34039038fdb07004768f
Author: Stefan Kost <ensonic@users.sf.net>
Date:   Thu Jun 25 09:39:11 2009 +0300

    es-manual: fix one xml link id typo
    
    There are still two "<placeholder-1/>" tags. Are they serve any purpose. Could
    they be xml comments like "<!--placeholder-1-->". They break make check.

 help/manual/es/gtk-doc-manual.xml | 1183 +++++++++++++++++++++++++++++++++++++
 1 files changed, 1183 insertions(+), 0 deletions(-)

commit b7d0753a22486866ccf96f47b298d92201761317
Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
Date:   Sun Jun 21 10:46:28 2009 +0200

    Updated Spanish translation

 help/manual/es/es.po |   73 +++++++++++++++++++++++++++++++++++++++++++++++--
 1 files changed, 70 insertions(+), 3 deletions(-)

commit 93b510d6ee393f91bf720dcf6c4a18bd97e8c24f
Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
Date:   Thu Jun 11 14:18:41 2009 +0200

    Updated Spanish translation

 help/manual/es/es.po |   27 +++++++++++++++++----------
 1 files changed, 17 insertions(+), 10 deletions(-)

commit 0b0762fabbfae988b837ee30f13451e66436affd
Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
Date:   Sat Jun 6 12:57:19 2009 +0200

    Updated Spanish translation

 help/manual/es/es.po |   83 +++++++++++++++++++++++++++++++++-----------------
 1 files changed, 55 insertions(+), 28 deletions(-)

commit 940452cf7621df98e2fd4b2400bdaa46059dd58d
Author: Stefan Kost <ensonic@users.sf.net>
Date:   Mon Jun 1 22:23:44 2009 +0300

    annotations: add one more example

 tests/annotations/docs/tester-sections.txt |    1 +
 tests/annotations/src/tester.c             |   14 ++++++++++++++
 tests/annotations/src/tester.h             |    2 ++
 3 files changed, 17 insertions(+), 0 deletions(-)

commit b19a270e0ac891a425f582cccac68a9472b1c838
Author: Stefan Kost <ensonic@users.sf.net>
Date:   Mon May 25 22:11:27 2009 +0300

    highligh: adjust to api change
    
    Option -G has become a different option, use long option --class-name instead.

 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 6483e21d7928ab81898a7e96d7ccbf152127499d
Author: Stefan Kost <ensonic@users.sf.net>
Date:   Fri May 22 12:06:36 2009 +0300

    mkdb: don't include trailing .: in symbolname when expanding abbreviations

 gtkdoc-mkdb.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 82c9808ade6e72386701c577fe834d59c333b75c
Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
Date:   Wed May 20 20:39:39 2009 +0200

    Updated Spanish translation by Francisco Javier F. Serrador and me

 help/manual/es/es.po |  425 +++++++++++++++++++++++++++++++++++++++++++++-----
 1 files changed, 385 insertions(+), 40 deletions(-)

commit ad77528ad081a4ffc220e5319a5a0c8af778181d
Author: Jennie Petoumenou <epetoumenou@gmail.com>
Date:   Sat May 9 16:48:52 2009 +0100

    Updated Greek translation

 help/manual/el/el.po |  443 +++++++++++++++++++++++++++++++++++++++++++-------
 1 files changed, 380 insertions(+), 63 deletions(-)

commit 8cf2c5581c0f055f1824cb74b11d153a8843d1ae
Author: Stefan Kost <ensonic@users.sf.net>
Date:   Thu Apr 30 18:31:51 2009 +0300

    scan: double escape null terminators
    
    Fixes last commit on the topic.

 gtkdoc-scangobj.in |    2 +-
 gtkdoc-scanobj.in  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 5805e10436de2b32ba5483d4b809fb7bd684abec
Author: Stefan Kost <ensonic@users.sf.net>
Date:   Thu Apr 30 00:16:06 2009 +0300

    doap: turn emails into mailto: uris

 gtk-doc.doap |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

commit 22c40b7c0b01a55d5e07cc166997e01c79bd7c8a
Author: Jennie Petoumenou <epetoumenou@gmail.com>
Date:   Wed Apr 29 18:06:37 2009 +0300

    Updated Greek translation

 help/manual/el/el.po |  681 ++++++++++++++++++++++++++++++++++++++++++--------
 1 files changed, 575 insertions(+), 106 deletions(-)

commit 42600037ce1f4daa3dd1e1a6f13b9f6e0adf69a6
Author: Stefan Kost <ensonic@users.sf.net>
Date:   Wed Apr 29 14:08:21 2009 +0300

    make: don't dist xml dir. Fixes #580622
    
    Distclean shouldn't remove things that are part of the dist tarball.

 gtk-doc.make |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

commit bc7fa6af7265f477555bb8454f2f47a9f3f31f5e
Author: Stefan Kost <ensonic@users.sf.net>
Date:   Wed Apr 29 14:01:12 2009 +0300

    scan: comment the code
    
    We could improve the algorithm for generating the var names for signal signatures

 gtkdoc-scangobj.in |   11 +++++++++++
 gtkdoc-scanobj.in  |    5 +++++
 2 files changed, 16 insertions(+), 0 deletions(-)

commit a37604f464f59e33b21900dd803e5d27c3997bb3
Author: Stefan Kost <ensonic@users.sf.net>
Date:   Wed Apr 29 12:59:14 2009 +0300

    scan: remove one sprintf and guard one statuc buffer.
    
    We use some fixed size strings to format the output, which might be dangerous.
    What is left now is that output_object_signal() should use g_string or snprintf
    with the remaining length.

 gtkdoc-scangobj.in |   18 +++++++++---------
 gtkdoc-scanobj.in  |   19 +++++++++----------
 2 files changed, 18 insertions(+), 19 deletions(-)

commit d1d7169582fc5150c08cc3355edec06172ab100c
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sat Apr 25 11:38:01 2009 +0100

    scan: Fixed gcc warnings. Fixes #580206
    
    Fixes unreachable code, non-C90 compliance, missing cases.

 gtkdoc-scangobj.in |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

commit b744f5245fdb563241afd0550de0e97a158d2fc2
Author: Stefan Kost <ensonic@users.sf.net>
Date:   Thu Apr 23 09:49:45 2009 +0300

    doap: fix category

 gtk-doc.doap |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 062dc013eae43567c810c372a0773cf99159c0ff
Author: Stefan Kost <ensonic@users.sf.net>
Date:   Wed Apr 22 10:41:30 2009 +0300

    mkdb: less white space in the generated xml

 gtkdoc-mkdb.in |   23 ++++-------------------
 1 files changed, 4 insertions(+), 19 deletions(-)

commit 550cd8024bce8aeea901bd129c98868f383e21ac
Author: Stefan Kost <ensonic@users.sf.net>
Date:   Wed Apr 22 10:40:33 2009 +0300

    build: also dist new doap file

 Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit a96c8e9ba44095b8a696a0fc2f11fbc7466dbaaa
Author: Stefan Kost <ensonic@users.sf.net>
Date:   Mon Apr 20 16:11:15 2009 +0300

    doap: add doap file

 gtk-doc.doap |   63 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 63 insertions(+), 0 deletions(-)

commit e6f1f5494bfd077fcea8f2f1cdbb97464a34c140
Author: Stefan Kost <ensonic@users.sf.net>
Date:   Mon Apr 20 15:52:28 2009 +0300

    docbuild: use --copy during bootstrap, make doc uild more conditional
    
    Using --copy for gnome-doc-prepare ensure we don't commit symlinks to the repo.
    Furthermore we make manual subdir conditional for HAVE_GNOME_DOC_UTILS.

 autogen.sh            |    3 +-
 help/Makefile.am      |    3 ++
 m4/gnome-doc-utils.m4 |   53 ++++++++++++++++++++++++++++++++++++++++++++++++-
 3 files changed, 57 insertions(+), 2 deletions(-)

commit e4c5cc2e23da02b53ce60476ca71ef04b3c073d9
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Wed Apr 15 11:29:48 2009 +0000

    Tentative patch to allow building without scrollkeeper and
    
    	* autogen.sh:
    	* configure.in:
    	  Tentative patch to allow building without scrollkeeper and
    	  gnome-doc-utils. Fixes #577059.
    
    
    svn path=/trunk/; revision=718

 ChangeLog    |    7 +++++++
 autogen.sh   |   16 ++++++++--------
 configure.in |   13 ++-----------
 3 files changed, 17 insertions(+), 19 deletions(-)

commit 99456dc529e5a5c59ba50c4f5b34e5ace08136fa
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:   Thu Apr 9 15:03:27 2009 +0000

    Updated Spanish translation
    
    svn path=/trunk/; revision=717

 help/manual/ChangeLog |    4 ++++
 help/manual/es/es.po  |   38 ++++++++++++++++++++++++++++++++++++--
 2 files changed, 40 insertions(+), 2 deletions(-)

commit a0097ab2e2aefcd0a11565aece936d0cca72d24a
Author: Simos Xenitellis <simos@src.gnome.org>
Date:   Mon Apr 6 23:00:27 2009 +0000

    Added Greek translation
    
    svn path=/trunk/; revision=716

 help/manual/ChangeLog   |    5 +
 help/manual/Makefile.am |    2 +-
 help/manual/el/el.po    | 1817 +++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 1823 insertions(+), 1 deletions(-)

commit 76bf2f7007fc5105c758b03a6aa643da6a6db2d7
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Sun Apr 5 17:59:11 2009 +0000

    Only run the tests if gtk-doc is enabled. Fixes #577774.
    
    	* examples/Makefile.am:
    	  Only run the tests if gtk-doc is enabled. Fixes #577774.
    
    
    svn path=/trunk/; revision=715

 ChangeLog            |    5 +++++
 examples/Makefile.am |    3 ++-
 2 files changed, 7 insertions(+), 1 deletions(-)

commit 186ed246aee01e7043ddb0f4c14218ac99996144
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Mar 25 20:44:34 2009 +0000

    Added British English translation by Jen Ockwell
    
    2009-03-25  Philip Withnall  <philip@tecnocode.co.uk>
    
    	* Makefile.am:
    	* en_GB/en_GB.po: Added British English translation by Jen
    Ockwell
    	<jenfraggleubuntu@gmail.com> and myself.
    
    
    svn path=/trunk/; revision=714

 help/manual/ChangeLog      |    6 +
 help/manual/Makefile.am    |    2 +-
 help/manual/en_GB/en_GB.po | 2498 ++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 2505 insertions(+), 1 deletions(-)

commit 585f3251a0a71181b11efafcd26280305ed1e505
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:   Tue Mar 24 18:34:24 2009 +0000

    Updated Spanish translation
    
    svn path=/trunk/; revision=713

 help/manual/ChangeLog |    4 ++++
 help/manual/es/es.po  |   34 ++++++++++++++++++++++++++++++----
 2 files changed, 34 insertions(+), 4 deletions(-)

commit fe036bf672046452a5a33cf70334c32353a58bbd
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:   Mon Mar 23 17:30:19 2009 +0000

    Updated Spanish translation
    
    svn path=/trunk/; revision=712

 help/manual/ChangeLog |    4 ++
 help/manual/es/es.po  |   95 ++++++++++++++++++++++++++++++++----------------
 2 files changed, 67 insertions(+), 32 deletions(-)

commit c707d7602538a017275f9d26cb64c7398bae86d0
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:   Sun Mar 22 22:06:26 2009 +0000

    Updated Spanish translation
    
    svn path=/trunk/; revision=711

 help/manual/ChangeLog |    4 ++++
 help/manual/es/es.po  |   44 ++++++++++++++++++++++++++++++++------------
 2 files changed, 36 insertions(+), 12 deletions(-)

commit fa55dd562474a9cce4b48ad7ba5af18dd30af62d
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Wed Mar 18 12:43:18 2009 +0000

    	patch by: David Nečas <yeti@physics.muni.cz>
    	* gtkdoc-fixxref.in:
    	  Fix <table> element mismatch in highlighted code. Fixes #575711.
    
    
    svn path=/trunk/; revision=710

 ChangeLog         |    7 +++++++
 gtkdoc-fixxref.in |    2 +-
 2 files changed, 8 insertions(+), 1 deletions(-)

commit e1d4f073a7ed3330fd8caff069f6c81076c10ba3
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:   Tue Mar 17 17:02:26 2009 +0000

    Updated Spanish translation
    
    svn path=/trunk/; revision=709

 help/manual/ChangeLog |    4 ++++
 help/manual/es/es.po  |   48 ++++++++++++++++++++++++++++++++----------------
 2 files changed, 36 insertions(+), 16 deletions(-)

commit 3a49b93b4b0e45bc435d9545af5c9f1601291745
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Tue Mar 17 12:19:40 2009 +0000

    Turn pdf off if there is no gtkdoc-mkpdf installed.
    
    	* gtk-doc.m4:
    	  Turn pdf off if there is no gtkdoc-mkpdf installed.
    
    
    svn path=/trunk/; revision=708

 ChangeLog  |    5 +++++
 gtk-doc.m4 |   20 +++++++++++++-------
 2 files changed, 18 insertions(+), 7 deletions(-)

commit bc36a3ce39069abf737300bf671598b0755121d7
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Tue Mar 17 11:28:49 2009 +0000

    	patch by: Tobias Mueller <gnome-bugs@auftrags-killer.org>
    	* COPYING-DOCS:
    	* gtkdoc-check.in:
    	* gtkdoc-common.pl.in:
    	* gtkdoc-fixxref.in:
    	* gtkdoc-mkdb.in:
    	* gtkdoc-mktmpl.in:
    	* gtkdoc-rebase.in:
    	* gtkdoc-scan.in:
    	* gtkdoc-scangobj.in:
    	* gtkdoc-scanobj.in:
    	* help/manual/C/fdl-appendix.xml:
    	* tools/gtk-doc.el:
    	  Update FSF address. Fixes #575623.
    
    
    svn path=/trunk/; revision=707

 COPYING-DOCS                   |    2 +-
 ChangeLog                      |   18 ++++++++++++++++++
 gtkdoc-check.in                |    2 +-
 gtkdoc-common.pl.in            |    2 +-
 gtkdoc-fixxref.in              |    2 +-
 gtkdoc-mkdb.in                 |    2 +-
 gtkdoc-mktmpl.in               |    2 +-
 gtkdoc-rebase.in               |    2 +-
 gtkdoc-scan.in                 |    2 +-
 gtkdoc-scangobj.in             |    2 +-
 gtkdoc-scanobj.in              |    2 +-
 help/manual/C/fdl-appendix.xml |    4 ++--
 tools/gtk-doc.el               |    2 +-
 13 files changed, 31 insertions(+), 13 deletions(-)

commit fadb5d0610bdfc4bbee6b6f54e5de8311dcdc351
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Tue Mar 17 11:24:11 2009 +0000

    Don't run fop for now, its way to broken. Formatting.
    
    	* gtkdoc-mkpdf.in:
    	  Don't run fop for now, its way to broken.
    	* tests/bugs/src/tester.h:
    	  Formatting.
    
    
    svn path=/trunk/; revision=706

 ChangeLog               |    9 ++++++++-
 gtkdoc-mkpdf.in         |    2 +-
 tests/bugs/src/tester.h |    1 -
 3 files changed, 9 insertions(+), 3 deletions(-)

commit 390599e14a7fc65945e3966e32ae06e2148089e2
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Tue Mar 17 11:20:01 2009 +0000

    	patch by: Vincent Untz <vuntz@nome.org>
    	* gtkdoc-common.pl.in:
    	  Be more friendly for files with a space in their name. Fixes #575574.
    
    
    svn path=/trunk/; revision=705

 ChangeLog           |    8 ++++++++
 gtkdoc-common.pl.in |    2 +-
 2 files changed, 9 insertions(+), 1 deletions(-)

commit e40e9f4fb553448ac29331ba1b3b4c20629a3850
Author: Mario Blättermann <mariobl@src.gnome.org>
Date:   Mon Mar 16 20:35:53 2009 +0000

    Added partial German docs
    
    svn path=/trunk/; revision=704

 help/manual/ChangeLog   |    5 +
 help/manual/Makefile.am |    2 +-
 help/manual/de/de.po    | 1829 +++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 1835 insertions(+), 1 deletions(-)

commit 2568042f2ffb22505f5b86d7b193a8e9b4cc5744
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:   Sun Mar 15 20:20:02 2009 +0000

    Updated Spanish translation
    
    svn path=/trunk/; revision=703

 help/manual/es/es.po | 1027 ++++++++++++++++++++++++++++++++++++++++++--------
 1 files changed, 874 insertions(+), 153 deletions(-)

commit 2f97ae982c07285a8b08818ee5ab65219f3fdcf2
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:   Sun Mar 15 13:40:59 2009 +0000

    Added initial Spanish translation
    
    svn path=/trunk/; revision=702

 help/manual/ChangeLog   |    5 +
 help/manual/Makefile.am |    2 +-
 help/manual/es/es.po    | 1150 +++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 1156 insertions(+), 1 deletions(-)

commit 42e7333814b7c7a331028c4019e1b48bbfba6d1c
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Wed Mar 11 22:41:10 2009 +0000

    Do not overwrite declaration variable with sgml-ified variant to not
    
    	* gtkdoc-mkdb.in:
    	  Do not overwrite declaration variable with sgml-ified variant to not confuse
    	  further parsing.
    
    
    svn path=/trunk/; revision=701

 ChangeLog      |    6 ++++++
 gtkdoc-mkdb.in |   24 ++++++++++++------------
 2 files changed, 18 insertions(+), 12 deletions(-)

commit a504dde00eb55fad5c10ed188db8b575578f9e48
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Tue Mar 10 16:23:20 2009 +0000

    	patch by: Nicola Fontana <ntd@entidi.it>
    	* gtkdoc-scan.in:
    	* tests/bugs/docs/Makefile.am:
    	* tests/bugs/src/tester.h:
    	  Improve the test and fix handling trailing decorators. Fixes #574654
    
    
    svn path=/trunk/; revision=700

 ChangeLog                   |    9 +++++++++
 gtkdoc-scan.in              |    2 +-
 tests/bugs/docs/Makefile.am |    2 +-
 tests/bugs/src/tester.h     |    3 ++-
 4 files changed, 13 insertions(+), 3 deletions(-)

commit b5129ca9e68168d825cd1381cc3257feb0eb8266
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Tue Mar 10 13:32:26 2009 +0000

    Adding a test for #574654.
    
    	* tests/bugs/docs/Makefile.am:
    	* tests/bugs/docs/tester-sections.txt:
    	* tests/bugs/src/tester.c:
    	* tests/bugs/src/tester.h:
    	  Adding a test for #574654.
    
    
    svn path=/trunk/; revision=699

 ChangeLog                           |    8 ++++++++
 tests/bugs/docs/Makefile.am         |    2 +-
 tests/bugs/docs/tester-sections.txt |    2 ++
 tests/bugs/src/tester.c             |   19 +++++++++++++++++++
 tests/bugs/src/tester.h             |    6 ++++++
 5 files changed, 36 insertions(+), 1 deletions(-)

commit 290743744e0cb4e22c3b1a3c8d88391c450f27e0
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Tue Mar 10 13:30:39 2009 +0000

    Don't expect $MODULE to be defined (e.g. if someone does not update
    
    	* gtkdoc-fixxref.in:
    	  Don't expect $MODULE to be defined (e.g. if someone does not update
    	  gtkdoc.make).
    
    
    svn path=/trunk/; revision=698

 ChangeLog         |    6 ++++++
 gtkdoc-fixxref.in |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

commit 323b1e5258a4f6d7c7f7c6718b8c9d767184f0d0
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Mon Mar 9 16:07:26 2009 +0000

    Fix ChangeLog format so that we pick up the bug number for release notes.
    
    svn path=/trunk/; revision=697

 ChangeLog |   21 +++++++--------------
 1 files changed, 7 insertions(+), 14 deletions(-)

commit 0708a357caf23de9cf2b44cf457f368424d4189f
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Mon Mar 9 16:02:42 2009 +0000

    	patch by: David Nečas <yeti@physics.muni.cz>
    	* configure.in:
    	* gtkdoc-fixxref.in:
    	  Add vim support for syntax highlighting. Lets close the ticket.
    	  Fixes #536928.
    
    
    svn path=/trunk/; revision=696

 ChangeLog         |    9 ++++++
 configure.in      |   12 ++++++++
 gtkdoc-fixxref.in |   76 +++++++++++++++++++++++++++++++++++++++++++++++-----
 3 files changed, 89 insertions(+), 8 deletions(-)

commit 9d5c50e530cf27aab97422a21de28c8305a9cef2
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Mon Mar 9 10:37:22 2009 +0000

    Don't confuse -1 with G_MAXULONG on 64bit. Fixes #572612.
    
    	* gtkdoc-scangobj.in:
    	  Don't confuse -1 with G_MAXULONG on 64bit. Fixes #572612.
    
    
    svn path=/trunk/; revision=695

 ChangeLog          |    5 ++
 gtkdoc-scangobj.in |  138 ++++++++++++++++++++++++++++++++-------------------
 2 files changed, 91 insertions(+), 52 deletions(-)

commit d579d0b3d8a3f9391a5262177bb98d968df391c7
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Thu Feb 26 15:18:16 2009 +0000

    Improve. scan only checks headers, while mkdb scans sources and headers.
    
    	* doc/gtkdoc.dot:
    	  Improve. scan only checks headers, while mkdb scans sources and
    	  headers.
    	* examples/Makefile.am:
    	  Document more variables.
    
    
    svn path=/trunk/; revision=694

 ChangeLog            |    9 +++++++++
 doc/gtkdoc.dot       |   10 ++++++----
 examples/Makefile.am |    6 +++++-
 3 files changed, 20 insertions(+), 5 deletions(-)

commit dc35384f84b0386b473c0e2e649617367fe2637d
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Thu Feb 26 13:25:18 2009 +0000

    There is some gtk specific stuff there, which we probably want to kick
    
    	* gtkdoc-scangobj.in:
    	* gtkdoc-scanobj.in:
    	  There is some gtk specific stuff there, which we probably want to kick
    	  out. No one else gets such a treatment.
    
    
    svn path=/trunk/; revision=693

 ChangeLog          |    7 +++++++
 gtkdoc-scangobj.in |    2 ++
 gtkdoc-scanobj.in  |    2 ++
 3 files changed, 11 insertions(+), 0 deletions(-)

commit cecb783b7b7863cf147ee896d157f4c4ba00feda
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Thu Feb 26 13:22:11 2009 +0000

    Fix annotation more. Refactor the extra-link feature. Still disabled by
    
    	* gtk-doc.xsl:
    	* style.css:
    	* gtkdoc-mkdb.in:
    	  Fix annotation more. Refactor the extra-link feature. Still disabled
    	  by default. Needs configure stuff next.
    
    
    svn path=/trunk/; revision=692

 ChangeLog      |   17 +++++++++
 gtk-doc.xsl    |   83 +++++++++++++++++++++++++++++++--------------
 gtkdoc-mkdb.in |  101 ++++++++++++++++++++++++++++++++++++++++++++++---------
 style.css      |   17 +++++++--
 4 files changed, 171 insertions(+), 47 deletions(-)

commit d06bc30e781f474521dbe45c8cb142fa6acd54f4
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Tue Feb 24 14:00:32 2009 +0000

    	patch by: Paolo Borelli <pborelli@katamail.com>
    	* gtkdoc-scangobj.in:
    	* gtkdoc-scanobj.in:
    	  Use g_strerror. Fixes #572967.
    
    
    svn path=/trunk/; revision=691

 ChangeLog          |    8 ++++++++
 gtkdoc-scangobj.in |   10 +++++-----
 gtkdoc-scanobj.in  |    6 +++---
 3 files changed, 16 insertions(+), 8 deletions(-)

commit 7227101db81882919dda254f90d1c83098158d1d
Author: Sven Herzberg <herzi@gnome-de.org>
Date:   Mon Feb 23 16:20:28 2009 +0000

    Fixes 571820 - gobject.c: pspec_pool not initialized for interfaces
    
    2009-02-23  Sven Herzberg  <herzi@gnome-de.org>
    
            Fixes 571820 - gobject.c: pspec_pool not initialized for interfaces
    
            Initialize GObjectClass before referencing interfaces.
    
            * gtkdoc-scangobj.in: keep a reference on the GObjectClass while
            peeking in interfaces' properties
    
    svn path=/trunk/; revision=690

 ChangeLog          |    9 +++++++++
 gtkdoc-scangobj.in |    6 ++++++
 2 files changed, 15 insertions(+), 0 deletions(-)

commit 6a991639ee6eaad6232d4b8d4e0a38630d1e9351
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Mon Feb 23 13:53:46 2009 +0000

    Don't use named entities.
    
    	* gtkdoc-mkdb.in:
    	  Don't use named entities.
    
    
    svn path=/trunk/; revision=689

 ChangeLog      |    5 +++++
 gtkdoc-mkdb.in |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

commit abacd5a6ba5f04d76807abe8efa7f0f9878b1de0
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Mon Feb 23 11:24:38 2009 +0000

    Starting point for generating single page html. Needs refactoring with
    
    	* gtk-doc-single.xsl:
    	  Starting point for generating single page html. Needs refactoring with
    	  gtk-doc.xsl (common stuff into gtk-doc-html.xsl).
    
    
    svn path=/trunk/; revision=688

 ChangeLog          |    6 +
 gtk-doc-single.xsl |  560 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 566 insertions(+), 0 deletions(-)

commit 55f147fe04c5e6a0c40a138242dac9a128b126a8
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Mon Feb 23 09:42:40 2009 +0000

    With fop-0.94 it works actually, while 0.95 seesm to have the exceptions.
    
    	* TODO:
    	  With fop-0.94 it works actually, while 0.95 seesm to have the
    	  exceptions.
    	* gtkdoc-mkpdf.in:
    	  Fix var reference.
    
    
    svn path=/trunk/; revision=687

 ChangeLog       |    9 +++++++++
 TODO            |    2 +-
 gtkdoc-mkpdf.in |    6 +++---
 3 files changed, 13 insertions(+), 4 deletions(-)

commit 464aea3ed604f345a7dbd574b25aae030b2b5009
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Sun Feb 22 11:53:18 2009 +0000

    Prototype an idea.
    
    	* TODO:
    	* gtkdoc-mkdb.in:
    	  Prototype an idea.
    
    
    svn path=/trunk/; revision=686

 ChangeLog      |    6 ++++++
 TODO           |    4 ++++
 gtkdoc-mkdb.in |    8 ++++++++
 3 files changed, 18 insertions(+), 0 deletions(-)

commit 54f058c8503ee50c115b4ff043da5a3306e3a883
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Sun Feb 22 11:49:44 2009 +0000

    Dist more files. Update status. Remove some crack left from copy'n'paste.
    
    	* Makefile.am:
    	  Dist more files.
    	* configure.in:
    	  Update status.
    	* gtkdoc-mkpdf.in:
    	  Remove some crack left from copy'n'paste.
    
    
    svn path=/trunk/; revision=685

 ChangeLog       |   11 +++++++++++
 Makefile.am     |    1 +
 configure.in    |    5 ++++-
 gtkdoc-mkpdf.in |    9 ++-------
 4 files changed, 18 insertions(+), 8 deletions(-)

commit e531b9ad445980095e3d64ddea43b1c73ef6614b
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Sun Feb 22 10:46:23 2009 +0000

    Planning.
    
    	* TODO:
    	  Planning.
    	* configure.in:
    	* gtk-doc.m4:
    	* gtk-doc.make:
    	* gtk-doc.notmpl.make:
    	* gtkdoc-mkpdf.in:
    	* tests/gtk-doc.make:
    	* tests/gtk-doc.notmpl.make:
    	* gtkdoc-mkpdf.in (added):
    	  Clean up Makefile rules (be less verbose). Added options to configure to
    	  allow selecting the desired output formats. Added initial pdf support (very
    	  imature yet, due to several shortcommings of fop - bugs files).
    
    
    svn path=/trunk/; revision=684

 ChangeLog                 |   17 +++++++++
 TODO                      |   35 +++++++++++++++---
 configure.in              |    9 +++++
 gtk-doc.m4                |   12 ++++++
 gtk-doc.make              |   34 +++++++++---------
 gtk-doc.notmpl.make       |   52 +++++++++++++++++++--------
 gtkdoc-mkpdf.in           |   84 +++++++++++++++++++++++++++++++++++++++++++++
 tests/gtk-doc.make        |   20 +++++-----
 tests/gtk-doc.notmpl.make |   32 +++++++++++------
 9 files changed, 235 insertions(+), 60 deletions(-)

commit 85d176995302bbc9e7458bdf053b74a36265be69
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Sat Feb 21 14:58:20 2009 +0000

    Planning. Update annotations and fix matching to support parameters.
    
    	* TODO:
    	  Planning.
    	* gtkdoc-mkdb.in:
    	  Update annotations and fix matching to support parameters.
    	* tests/annotations/docs/tester-sections.txt:
    	* tests/annotations/src/tester.c:
    	* tests/annotations/src/tester.h:
    	  Update annotation example and add one more.
    
    
    svn path=/trunk/; revision=683

 ChangeLog                                  |   13 +++++++++
 TODO                                       |   11 ++++++--
 gtkdoc-mkdb.in                             |   38 +++++++++++++++++++++------
 tests/annotations/docs/tester-sections.txt |    1 +
 tests/annotations/src/tester.c             |   17 +++++++++++-
 tests/annotations/src/tester.h             |    2 +
 6 files changed, 68 insertions(+), 14 deletions(-)

commit ff603dfd69e0e688754a2d492fbb910636e1411d
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Sat Feb 21 13:12:06 2009 +0000

    Allow linking to struct members. Update docs. Fixes #565126.
    
    	* gtkdoc-mkdb.in:
    	* help/manual/C/gtk-doc-manual.xml:
    	* tests/gobject/src/gobject.c:
    	  Allow linking to struct members. Update docs. Fixes #565126.
    
    
    svn path=/trunk/; revision=682

 ChangeLog                        |    7 +++++++
 gtkdoc-mkdb.in                   |   17 ++++++++++-------
 help/manual/C/gtk-doc-manual.xml |   18 ++++++++++++------
 tests/gobject/src/gobject.c      |    2 +-
 4 files changed, 30 insertions(+), 14 deletions(-)

commit f9b8b8b0cff95ad4996500bf65f951fb6776823d
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Sat Feb 21 13:01:30 2009 +0000

    Fix params and running of 'highlight'.
    
    	* configure.in:
    	* gtkdoc-fixxref.in:
    	  Fix params and running of 'highlight'.
    
    
    svn path=/trunk/; revision=681

 ChangeLog         |    6 ++++++
 configure.in      |    2 +-
 gtkdoc-fixxref.in |   25 ++++++++++++++-----------
 3 files changed, 21 insertions(+), 12 deletions(-)

commit 40033e674d7651856b2e95016981e844f99fcaa3
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Sat Feb 21 10:54:33 2009 +0000

    Require the line to ends after the double-colon (sans whitespace),
    
    	* gtkdoc-mkdb.in:
    	  Require the line to ends after the double-colon (sans whitespace),
    
    
    svn path=/trunk/; revision=680

 ChangeLog      |    5 +++++
 gtkdoc-mkdb.in |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

commit 1177425d4bcaeae56dbeb219adf7bcf34968d5a9
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Fri Feb 20 16:07:35 2009 +0000

    	patch by: Damien Lespiau <damien.lespiau@gmail.com>
    	* gtk-doc.make:
    	* gtk-doc.notmpl.make:
    	* tests/gtk-doc.make:
    	* tests/gtk-doc.notmpl.make:
    	  Add --tag=CC to libtool invocations. Fixes #572396.
    
    
    svn path=/trunk/; revision=679

 ChangeLog                 |   10 ++++++++++
 gtk-doc.make              |    4 ++--
 gtk-doc.notmpl.make       |    4 ++--
 tests/gtk-doc.make        |    4 ++--
 tests/gtk-doc.notmpl.make |    4 ++--
 5 files changed, 18 insertions(+), 8 deletions(-)

commit 5e1b97df80353132216417ae7da0f41f65e6a8c9
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Wed Feb 18 19:21:39 2009 +0000

    Fix example to show to to make it work even with make distcheck.
    
    	* examples/Makefile.am:
    	  Fix example to show to to make it work even with make distcheck.
    
    
    svn path=/trunk/; revision=678

 ChangeLog            |    5 +++++
 examples/Makefile.am |    1 +
 2 files changed, 6 insertions(+), 0 deletions(-)

commit ab91cb85132d38b07e1aaf4ee03b24b23666b35d
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Mon Feb 16 20:56:55 2009 +0000

    Also style <note> tags.
    
    	* style.css:
    	* tests/gobject/src/gobject.c:
    	  Also style <note> tags.
    
    
    svn path=/trunk/; revision=677

 ChangeLog                   |    6 ++++++
 style.css                   |   17 ++++++++++++++---
 tests/gobject/src/gobject.c |    4 +++-
 3 files changed, 23 insertions(+), 4 deletions(-)

commit c8595e319517479c312b7b250d05f394452ba4dd
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Tue Feb 10 16:41:38 2009 +0000

    Fix the spelling of my name.
    
    	* MAINTAINERS:
    	  Fix the spelling of my name.
    
    
    svn path=/trunk/; revision=676

 ChangeLog   |    5 +++++
 MAINTAINERS |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

commit 9fb18a9878405c28c75768e3bc0cd8b178a08981
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Thu Feb 5 15:04:08 2009 +0000

    Some planning. Single tabs are rendered inconsistently in browsers.
    
    	* TODO:
    	  Some planning.
    	* gtkdoc-mkdb.in:
    	  Single tabs are rendered inconsistently in browsers. Replace them with
    	  a &nbsp;.
    
    
    svn path=/trunk/; revision=675

 ChangeLog      |    9 +++++++++
 TODO           |    3 +++
 gtkdoc-mkdb.in |    5 ++++-
 3 files changed, 16 insertions(+), 1 deletions(-)

commit cb225ff90e6c2ecc9dccd97879fbad22a5b044e2
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Sat Jan 31 17:02:54 2009 +0000

    Try to link to struct members as a test for Bug #565126.
    
    	* tests/gobject/src/gobject.c:
    	  Try to link to struct members as a test for Bug #565126.
    
    
    svn path=/trunk/; revision=674

 ChangeLog                   |    5 +++++
 tests/gobject/src/gobject.c |    4 ++++
 2 files changed, 9 insertions(+), 0 deletions(-)

commit 2fe404574650e2900f1cdbb456304924c256f1b4
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Thu Jan 29 22:25:15 2009 +0000

    Expanding urls is not a good idea yet. Need to figure out.
    
    	* gtkdoc-mkdb.in:
    	  Expanding urls is not a good idea yet. Need to figure out.
    
    
    svn path=/trunk/; revision=673

 ChangeLog      |    5 +++++
 gtkdoc-mkdb.in |    4 +++-
 2 files changed, 8 insertions(+), 1 deletions(-)

commit dbdc7a835f427bf4a597fe1b023f6baafa6d489f
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Thu Jan 29 12:10:13 2009 +0000

    Remove, this is generated.
    
    	* tests/tools.sh:
    	  Remove, this is generated.
    
    
    svn path=/trunk/; revision=672

 ChangeLog      |    5 +++++
 tests/tools.sh |   51 ---------------------------------------------------
 2 files changed, 5 insertions(+), 51 deletions(-)

commit b493e2065654a26431eff24e323cfd84617537fe
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Thu Jan 29 12:07:03 2009 +0000

    Automatically creating ulinks for urls. Add a link for testing.
    
    	* gtkdoc-mkdb.in:
    	  Automatically creating ulinks for urls.
    	* tests/gobject/src/gobject.c:
    	  Add a link for testing.
    
    
    svn path=/trunk/; revision=671

 ChangeLog                   |    8 ++++++++
 gtkdoc-mkdb.in              |    4 ++++
 tests/fail.sh               |    1 -
 tests/gobject/src/gobject.c |    3 ++-
 tests/tools.sh              |    1 -
 tests/tools.sh.in           |    1 -
 6 files changed, 14 insertions(+), 4 deletions(-)

commit 8a4c9d742999c4cba89cb92e26d70ed487cde587
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Wed Jan 28 14:34:58 2009 +0000

    Major CSS cleanup. This is hopefully an end of layout issues related to
    
    	* style-classic.css:
    	* style.css:
    	* tests/gobject/docs/tester-docs.xml:
    	* tests/gobject/src/gobject.c:
    	  Major CSS cleanup. This is hopefully an end of layout issues related
    	  to the fixed navigation bar.
    
    
    svn path=/trunk/; revision=670

 ChangeLog                          |    9 +++++
 style-classic.css                  |   65 ++++++++++++++++++++++-------------
 style.css                          |   33 ++++++------------
 tests/gobject/docs/tester-docs.xml |    5 +++
 tests/gobject/src/gobject.c        |    5 +++
 5 files changed, 71 insertions(+), 46 deletions(-)

commit 7df3b20845913ead74196563ae0a7dbbe6d99f4b
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Wed Jan 28 12:14:11 2009 +0000

    	patch by: David Nečas <yeti@physics.muni.cz>
    	* gtkdoc-mkdb.in:
    	* tests/gobject/src/giface.c:
    	* tests/gobject/src/gobject.c:
    	  Abbreviation where not expanded at the start of text. Fixes #569339.
    
    
    svn path=/trunk/; revision=669

 ChangeLog                   |    9 +++++++++
 gtkdoc-mkdb.in              |    6 +++---
 tests/gobject/src/giface.c  |    1 +
 tests/gobject/src/gobject.c |    1 +
 4 files changed, 14 insertions(+), 3 deletions(-)

commit 8dc64e5060e9846b4a9654ee3d310e73d7a599a9
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Wed Jan 28 11:03:07 2009 +0000

    Expand urls in comments of examples.
    
    	* gtkdoc-fixxref.in:
    	* tests/gobject/examples/gobject.c:
    	  Expand urls in comments of examples.
    
    
    svn path=/trunk/; revision=668

 ChangeLog                        |    6 ++++++
 gtkdoc-fixxref.in                |    4 ++++
 tests/gobject/examples/gobject.c |    7 ++++++-
 3 files changed, 16 insertions(+), 1 deletions(-)

commit 2db8b69ce71ff97407799738cefe40e4e3b6ad89
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Tue Jan 27 14:05:19 2009 +0000

    Use tables like described in #536928. tests/tools.sh Comment on why we do
    
    	* gtkdoc-fixxref.in:
    	* style.css:
    	  Use tables like described in #536928.
    	* tests/tools.sh
    	  Comment on why we do the tool check like this.
    	* tests/fail.sh:
    	  Comment on test.
    	* tests/gobject/docs/tester-docs.xml:
    	  Fix xml a bit.
    
    
    svn path=/trunk/; revision=667

 ChangeLog                          |   15 ++++++++
 gtkdoc-fixxref.in                  |   28 ++++++++++++---
 style.css                          |   66 ++++++++++++++++++++++--------------
 tests/fail.sh                      |    1 +
 tests/gobject/docs/tester-docs.xml |    5 ++-
 tests/tools.sh                     |   52 ++++++++++++++++++++++++++++
 6 files changed, 135 insertions(+), 32 deletions(-)

commit 6b5a2ea44bce2798c29d0665aef62e1f4c425c8d
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Mon Jan 26 16:44:56 2009 +0000

    Add public symbols from section file when doing the -undocumented.txt
    
    	* gtkdoc-mkdb.in:
    	* tests/bugs/src/tester.h:
    	* tests/fail.sh:
    	* tests/fail/docs/tester-docs.xml:
    	* tests/fail/docs/tester-sections.txt:
    	* tests/fail/src/tester.c:
    	  Add public symbols from section file when doing the -undocumented.txt
    	  report. Also add the special symbols for the section docs when reading
    	  the section-file. Extend test suite to check for it. Fixes #568732
    
    
    svn path=/trunk/; revision=666

 ChangeLog                           |   12 +++
 gtkdoc-mkdb.in                      |  162 ++++++++++++++++++++---------------
 tests/bugs/src/tester.h             |   11 ++-
 tests/fail.sh                       |   16 +++-
 tests/fail/docs/tester-docs.xml     |    4 +-
 tests/fail/docs/tester-sections.txt |   18 ++++-
 tests/fail/src/tester.c             |    7 ++-
 7 files changed, 151 insertions(+), 79 deletions(-)

commit 9b04fd16df483acbed23707f6faf66a28d0185a8
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Mon Jan 26 08:35:34 2009 +0000

    Handle inline functions in headers. Fixes #532395.
    
    	* gtkdoc-scan.in:
    	* tests/bugs/docs/tester-sections.txt:
    	* tests/bugs/src/tester.c:
    	* tests/bugs/src/tester.h:
    	  Handle inline functions in headers. Fixes #532395.
    
    
    svn path=/trunk/; revision=665

 ChangeLog                           |    8 ++++
 gtkdoc-scan.in                      |   63 ++++++++++++++++++++++++++---------
 tests/bugs/docs/tester-sections.txt |    2 +
 tests/bugs/src/tester.c             |    7 ++--
 tests/bugs/src/tester.h             |   31 +++++++++++++++++
 5 files changed, 92 insertions(+), 19 deletions(-)

commit 240bfeab89a973ce917c64d6e9b4ca857cb3be85
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Mon Jan 26 08:33:37 2009 +0000

    Mention onine site for regexp testing. Small output cleanups. Indenting
    
    	* HACKING:
    	  Mention onine site for regexp testing.
    	* gtkdoc-mkdb.in:
    	  Small output cleanups.
    	* gtkdoc-mktmpl.in:
    	  Indenting and use LogWarning once more.
    
    
    svn path=/trunk/; revision=664

 ChangeLog        |   13 ++++++++++++-
 HACKING          |    5 +++++
 gtkdoc-mkdb.in   |    4 ++--
 gtkdoc-mktmpl.in |    5 +++--
 4 files changed, 22 insertions(+), 5 deletions(-)

commit d43560b6439a83a48f6245d9112f979ad86e0ecd
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Fri Jan 23 21:45:16 2009 +0000

    Recomment out debug log the accidentialy went in.
    
    	* gtkdoc-mkdb.in:
    	  Recomment out debug log the accidentialy went in.
    	* configure.in:
    	* tests/Makefile.am:
    	* tests/fail.sh:
    	* tests/tools.sh.in:
    	* tests/tools.sh.in (added):
    	  Add a check that tests that all scripts are runnable.
    
    
    svn path=/trunk/; revision=663

 ChangeLog         |   12 ++++++++++++
 configure.in      |    2 +-
 gtkdoc-mkdb.in    |    2 +-
 tests/Makefile.am |    4 ++--
 tests/fail.sh     |    2 +-
 tests/tools.sh.in |   46 ++++++++++++++++++++++++++++++++++++++++++++++
 6 files changed, 63 insertions(+), 5 deletions(-)

commit 7097f601f52d3271b3efe2fec16940b3a81a52d1
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Fri Jan 23 12:09:35 2009 +0000

    No need to format a '\n' into a fromatstring. Add FIXMEs for Bug 568711.
    
    	* gtkdoc-check.in:
    	  No need to format a '\n' into a fromatstring.
    	* gtkdoc-mkdb.in:
    	  Add FIXMEs for Bug 568711.
    	* gtkdoc-mkhtml.in:
    	  Add a comment.
    	* configure.in:
    	* tests/Makefile.am:
    	* tests/fail.sh:
    	* tests/fail/Makefile.am:
    	* tests/fail/docs/Makefile.am:
    	* tests/fail/docs/tester-docs.xml:
    	* tests/fail/docs/tester-sections.txt:
    	* tests/fail/src/Makefile.am:
    	* tests/fail/src/tester.c:
    	* tests/fail/src/tester.h:
    	  Add a test suite for failure checks.
    
    
    svn path=/trunk/; revision=661

 ChangeLog                           |   23 ++++++++++
 configure.in                        |    3 +
 gtkdoc-check.in                     |    2 +-
 gtkdoc-mkdb.in                      |   72 +++++++++++++++++++------------
 gtkdoc-mkhtml.in                    |    2 +
 tests/Makefile.am                   |    6 +-
 tests/fail.sh                       |   23 ++++++++++
 tests/fail/Makefile.am              |   10 ++++
 tests/fail/docs/Makefile.am         |   78 +++++++++++++++++++++++++++++++++++
 tests/fail/docs/tester-docs.xml     |   31 ++++++++++++++
 tests/fail/docs/tester-sections.txt |    8 ++++
 tests/fail/src/Makefile.am          |   13 ++++++
 tests/fail/src/tester.c             |   10 ++++
 tests/fail/src/tester.h             |   19 ++++++++
 14 files changed, 268 insertions(+), 32 deletions(-)

commit 136fb6d349f82e41f2b151b353681d617948cd59
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Fri Jan 23 08:52:14 2009 +0000

    	patch by: David Nečas <yeti@physics.muni.cz>
    	* gtkdoc-scan.in:
    	  Don't scan files twice. The patch was slightly changed to name the
    	  hash lowercase (uppercase is used for configureation options) and
    	  add a comment. Fixes #568708.
    
    
    svn path=/trunk/; revision=660

 ChangeLog      |    9 +++++++++
 gtkdoc-scan.in |   18 ++++++++++++++----
 2 files changed, 23 insertions(+), 4 deletions(-)

commit 925c3606751f39c33d88c8fc9ddf64ef826660d1
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Fri Jan 23 08:44:30 2009 +0000

    	patch by: David Nečas <yeti@physics.muni.cz>
    	* gtkdoc-mkdb.in:
    	  Don't add empty <para></para> tags to the docs to avoid breaking the
    	  detection of undocumented things. Fixes #568732.
    
    
    svn path=/trunk/; revision=659

 ChangeLog      |    9 ++++++++-
 gtkdoc-mkdb.in |    6 ++++--
 2 files changed, 12 insertions(+), 3 deletions(-)

commit 920ef0ff318e02f3ac50ea2e21b626e27f2ed0cb
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Fri Jan 23 08:25:58 2009 +0000

    	patch by: David Nečas <yeti@physics.muni.cz>
    	* gtk-doc.m4:
    	  Change nonsense error message to tell that gtk-doc is needed to build
    	  a given package and not gtk-doc. Fixes #568734.
    
    
    svn path=/trunk/; revision=658

 ChangeLog  |    9 +++++++++
 gtk-doc.m4 |    2 +-
 2 files changed, 10 insertions(+), 1 deletions(-)

commit b6fbbae73626062d237a09e426920d6e78667ab2
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Fri Jan 23 08:21:03 2009 +0000

    Treat iface/interface like class in other places too.
    
    	* gtkdoc-mkdb.in:
    	* gtkdoc-scan.in:
    	  Treat iface/interface like class in other places too.
    
    
    svn path=/trunk/; revision=657

 ChangeLog      |    6 ++++++
 gtkdoc-mkdb.in |    2 ++
 gtkdoc-scan.in |    2 ++
 3 files changed, 10 insertions(+), 0 deletions(-)

commit c1dc505fec4cc7ff1ac8cebd997048eaf1887844
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Fri Jan 23 08:18:32 2009 +0000

    	patch by: David Nečas <yeti@physics.muni.cz>
    	* gtkdoc-scan.in:
    	  Use CamelCase id for interfaces. Fixes #568706.
    
    
    svn path=/trunk/; revision=656

 ChangeLog      |    7 +++++++
 gtkdoc-scan.in |    2 +-
 2 files changed, 8 insertions(+), 1 deletions(-)

commit 2b6a529c923ff2aebd3ec7a90bc9ec028bf505c6
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Fri Jan 23 08:02:04 2009 +0000

    	patch by: David Nečas <yeti@physics.muni.cz>
    	* gtkdoc-mkhtml.in:
    	* gtkdoc-mkman.in:
    	* tests/gtk-doc.make:
    	* tests/gtk-doc.notmpl.make:
    	  Less quirky way of knowing that we run uninstalled, which is only
    	  needed for the tests anyway. In addition to the patch, make same
    	  changes in mkman, add a shift to arg parsing to not loop and change
    	  the makefiles for the tests. Fixes #568702.
    
    
    svn path=/trunk/; revision=655

 ChangeLog                 |   13 +++++++++++++
 gtkdoc-mkhtml.in          |   14 +++++++-------
 gtkdoc-mkman.in           |   36 ++++++++++++++++++++++++------------
 tests/gtk-doc.make        |    2 +-
 tests/gtk-doc.notmpl.make |    2 +-
 5 files changed, 46 insertions(+), 21 deletions(-)

commit 4db55a3212f6b66bf8c27e8783125cfda48553ff
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Thu Jan 22 16:36:08 2009 +0000

    Only run the syntax highligher if we have one. Fixes #568714.
    
    	* gtkdoc-fixxref.in:
    	  Only run the syntax highligher if we have one. Fixes #568714.
    
    
    svn path=/trunk/; revision=654

 ChangeLog         |    5 +++++
 gtkdoc-fixxref.in |   16 ++++++++++------
 2 files changed, 15 insertions(+), 6 deletions(-)

commit 23ad6e6f9928999c503eacec22c659a881f47ea4
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Thu Jan 22 16:33:03 2009 +0000

    Point to the right docs. More tinking. Remove one commented out item.
    
    	* README:
    	  Point to the right docs.
    	* TODO:
    	  More tinking.
    	* style.css:
    	  Remove one commented out item.
    
    
    svn path=/trunk/; revision=653

 ChangeLog |   11 +++++++++++
 README    |    5 ++---
 TODO      |   29 +++++++++++++++++++++++++----
 style.css |    1 -
 4 files changed, 38 insertions(+), 8 deletions(-)

commit c8c1c2ae21269a42ad704747a0d5da6dcba68854
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Wed Jan 21 13:34:31 2009 +0000

    Match css of highlight with source-highlight. Handle line numbering by
    
    	* TODO:
    	* configure.in:
    	* gtkdoc-fixxref.in:
    	* style.css:
    	  Match css of highlight with source-highlight. Handle line numbering by
    	  our-selfs. Still stupid browsers copy '#' chars for each line number.
    
    
    svn path=/trunk/; revision=652

 ChangeLog         |    9 +++++++++
 TODO              |   13 ++++---------
 configure.in      |    4 ++--
 gtkdoc-fixxref.in |   16 +++++++++++++++-
 style.css         |   51 +++++++++++++++++++++++++++++++++++++--------------
 5 files changed, 67 insertions(+), 26 deletions(-)

commit 575fd4c590cd2706f07b5ea3e7db0392b3203392
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Wed Jan 21 07:53:45 2009 +0000

    Try to xref first word in 'normal' span.
    
    	* gtkdoc-fixxref.in:
    	  Try to xref first word in 'normal' span.
    
    
    svn path=/trunk/; revision=651

 ChangeLog         |    5 +++++
 gtkdoc-fixxref.in |    5 ++++-
 2 files changed, 9 insertions(+), 1 deletions(-)

commit ecee6850b5e8ce55b135f0ec81b692ba02c0c467
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Tue Jan 20 20:46:50 2009 +0000

    We could add the language as a comment, it is not shown in the final
    
    	* TODO:
    	* gtkdoc-mkdb.in:
    	* tests/gobject/src/gobject.c:
    	  We could add the language as a comment, it is not shown in the final output.
    
    
    svn path=/trunk/; revision=650

 ChangeLog                   |    7 +++++++
 TODO                        |    8 ++++++++
 gtkdoc-mkdb.in              |    2 ++
 tests/gobject/src/gobject.c |    3 ++-
 4 files changed, 19 insertions(+), 1 deletions(-)

commit 57520d59287c406cfe5c96b4df27edb3980085ba
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Tue Jan 20 16:29:59 2009 +0000

    More ideas. Really fix double extension of entities. Fix link color of
    
    	* TODO:
    	  More ideas.
    	* gtkdoc-fixxref.in:
    	  Really fix double extension of entities.
    	* style.css:
    	  Fix link color of xrefs symbols.
    
    
    svn path=/trunk/; revision=649

 ChangeLog         |   11 +++++++++++
 TODO              |   15 +++++++++++++--
 gtkdoc-fixxref.in |   20 ++++++++++++--------
 style.css         |   23 +++++++++++++----------
 4 files changed, 49 insertions(+), 20 deletions(-)

commit c864a0a0965a2c1f49c99a15436531935f112868
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Tue Jan 20 12:12:34 2009 +0000

    Indent. Fix end of string handling. Use one tango colors one more time.
    
    	* gtkdoc-fixxref.in:
    	  Indent.
    	* gtkdoc-mkdb.in:
    	  Fix end of string handling.
    	* style.css:
    	  Use one tango colors one more time.
    
    
    svn path=/trunk/; revision=648

 ChangeLog         |   11 +++++++++++
 gtkdoc-fixxref.in |    2 +-
 gtkdoc-mkdb.in    |   10 ++++++----
 style.css         |    4 +++-
 4 files changed, 21 insertions(+), 6 deletions(-)

commit 67835942bd3ff1d314253dbecfa80515310d43db
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Tue Jan 20 11:49:53 2009 +0000

    Detect namespace prefix if not given.
    
    	* gtkdoc-mkdb.in:
    	* tests/annotations/docs/Makefile.am:
    	* tests/bugs/docs/Makefile.am:
    	* tests/bugs/docs/tester-docs.xml:
    	* tests/gobject/docs-tmpl/Makefile.am:
    	* tests/gobject/docs/Makefile.am:
    	  Detect namespace prefix if not given.
    
    
    svn path=/trunk/; revision=647

 ChangeLog                           |   10 +++++++
 gtkdoc-mkdb.in                      |   46 ++++++++++++++++++++++++++++++++++-
 tests/annotations/docs/Makefile.am  |    2 +-
 tests/bugs/docs/Makefile.am         |    2 +-
 tests/bugs/docs/tester-docs.xml     |    5 +--
 tests/gobject/docs-tmpl/Makefile.am |    2 +-
 tests/gobject/docs/Makefile.am      |    2 +-
 7 files changed, 61 insertions(+), 8 deletions(-)

commit d2a5cabba60ac5893f0a36e3e926f1df3a30644f
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Tue Jan 20 11:44:27 2009 +0000

    Fix gap, caused by double index divs produces by index generated with the
    
    	* style-classic.css:
    	* style.css:
    	  Fix gap, caused by double index divs produces by index generated with
    	  the docbook stylesheets.
    
    
    svn path=/trunk/; revision=646

 ChangeLog         |    7 +++++++
 style-classic.css |    5 +++++
 style.css         |    4 ++++
 3 files changed, 16 insertions(+), 0 deletions(-)

commit 105b9973601b707c045cf92db31908fcbe7d063d
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Tue Jan 20 08:42:44 2009 +0000

    More ideas. Make sure indexdiv and glossarydiv elements have anchors.
    
    	* TODO:
    	  More ideas.
    	* gtk-doc.xsl:
    	  Make sure indexdiv and glossarydiv elements have anchors.
    	* style-classic.css:
    	* style.css:
    	  Fix spacing for navbar in index/glossary pages.
    	* tests/annotations/docs/tester-docs.xml:
    	* tests/gobject/docs/tester-docs.xml:
    	  Cleanup samples.
    
    
    svn path=/trunk/; revision=645

 ChangeLog                              |   16 +++++++
 TODO                                   |    2 +
 gtk-doc.xsl                            |   19 ++++++++-
 style-classic.css                      |   46 +++++++++++----------
 style.css                              |   34 ++++++++-------
 tests/annotations/docs/tester-docs.xml |   69 +++++++++++++++++--------------
 tests/gobject/docs/tester-docs.xml     |    4 +-
 7 files changed, 117 insertions(+), 73 deletions(-)

commit 47a00d775957633c374b4a6e050b347970ddf2de
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Mon Jan 19 16:49:09 2009 +0000

    More ideas. Experiment with navigation for index and glossaries.
    
    	* TODO:
    	  More ideas.
    	* gtk-doc.xsl:
    	  Experiment with navigation for index and glossaries.
    	* gtkdoc-fixxref.in:
    	* gtkdoc-mkdb.in:
    	  Fix index entries and copy doc along with the method.
    	* style.css:
    	  also do the extra spacing for the index/glossary environments now.
    	* tests/gobject/docs/tester-docs.xml:
    	  Experiment with a more complete doc structure.
    
    
    svn path=/trunk/; revision=644

 ChangeLog                          |   20 +++-
 TODO                               |   68 +++++++--
 gtk-doc.xsl                        |  286 ++++++++++++++++++++----------------
 gtkdoc-fixxref.in                  |    8 +
 gtkdoc-mkdb.in                     |    3 +-
 style.css                          |   10 +-
 tests/gobject/docs/tester-docs.xml |  113 +++++++++------
 7 files changed, 318 insertions(+), 190 deletions(-)

commit 1ad455120fd9611084950ed1fffad500dc87e7e3
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Mon Jan 12 07:24:20 2009 +0000

    Make highligher post processing conditional.
    
    	* gtkdoc-fixxref.in:
    	  Make highligher post processing conditional.
    
    
    svn path=/trunk/; revision=643

 ChangeLog         |    5 +++++
 gtkdoc-fixxref.in |    9 +++++++--
 2 files changed, 12 insertions(+), 2 deletions(-)

commit 5f1bdfc803bffb11c6e7b867fb880a0662f6107a
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Fri Jan 9 22:30:16 2009 +0000

    Erm, not having a highlighter is not fatal.
    
    	* configure.in:
    	  Erm, not having a highlighter is not fatal.
    
    
    svn path=/trunk/; revision=642

 ChangeLog    |    5 +++++
 configure.in |    3 ---
 2 files changed, 5 insertions(+), 3 deletions(-)

commit 83a8959cb1caefc870642e70db8574860432ccfc
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Fri Jan 9 22:16:02 2009 +0000

    Look for source-highlight and highlight. Not perfect yet, highlight uses
    
    	* HACKING:
    	* TODO:
    	* configure.in:
    	* gtkdoc-fixxref.in:
    	  Look for source-highlight and highlight. Not perfect yet, highlight uses
    	  different classes in the css :/.
    	* tests/gobject/docs/tester-docs.xml:
    	  More header data in the examples.
    
    
    svn path=/trunk/; revision=641

 ChangeLog                          |   12 ++++++++++++
 HACKING                            |   10 ++++++++++
 TODO                               |    4 +++-
 configure.in                       |   22 ++++++++++++++++++++++
 gtkdoc-fixxref.in                  |    5 ++---
 tests/gobject/docs/tester-docs.xml |    5 ++++-
 6 files changed, 53 insertions(+), 5 deletions(-)

commit 0b7022517764215243f164933a3cbbd1c67fb678
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Fri Jan 9 15:27:32 2009 +0000

    	patch by: David Nečas <yeti@physics.muni.cz>
    	* gtkdoc-scan.in:
    	  Treat FOO_GET_INTERFACE as standard. Fixes #567132.
    
    
    svn path=/trunk/; revision=640

 ChangeLog      |    7 +++++++
 gtkdoc-scan.in |    1 +
 2 files changed, 8 insertions(+), 0 deletions(-)

commit 309b01ecb9c6c88e55f79762d8cac7a434fe374f
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Fri Jan 9 15:12:15 2009 +0000

    Initial go at implementing syntax highlighting for sources using gnu
    
    	* TODO:
    	* gtk-doc.make:
    	* gtk-doc.notmpl.make:
    	* gtkdoc-fixxref.in:
    	* gtkdoc-mkdb.in:
    	* style.css:
    	* tests/gobject/examples/gobject.c:
    	* tests/gtk-doc.make:
    	* tests/gtk-doc.notmpl.make:
    	  Initial go at implementing syntax highlighting for sources using
    	  gnu source-highlight. Needs testing and modularisation.
    
    
    svn path=/trunk/; revision=639

 ChangeLog                        |   14 ++++++
 TODO                             |   12 ++++-
 gtk-doc.make                     |    2 +-
 gtk-doc.notmpl.make              |    2 +-
 gtkdoc-fixxref.in                |   90 ++++++++++++++++++++++++++++++++++----
 gtkdoc-mkdb.in                   |   10 ++--
 style.css                        |   15 ++++++-
 tests/gobject/examples/gobject.c |    1 -
 tests/gtk-doc.make               |    2 +-
 tests/gtk-doc.notmpl.make        |    2 +-
 10 files changed, 128 insertions(+), 22 deletions(-)

commit 861fe96b65023075dabc48af8060286f6931464f
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Thu Jan 8 11:15:47 2009 +0000

    Comment out echo for debugging.
    
    	* gtkdoc-mkhtml.in:
    	  Comment out echo for debugging.
    
    
    svn path=/trunk/; revision=638

 ChangeLog        |    5 +++++
 gtkdoc-mkhtml.in |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

commit 7cadd0841d563c4b90231b538447105e832640d8
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Thu Jan 8 10:06:48 2009 +0000

    Finally, make distcheck works.
    
    	* gtk-doc.make:
    	* gtkdoc-mkhtml.in:
    	* tests/gobject/docs-tmpl/Makefile.am:
    	* tests/gobject/docs/Makefile.am:
    	* tests/gtk-doc.make:
    	* tests/gtk-doc.notmpl.make:
    	  Finally, make distcheck works.
    
    
    svn path=/trunk/; revision=637

 ChangeLog                           |   10 ++++++++++
 gtk-doc.make                        |    3 +--
 gtkdoc-mkhtml.in                    |    3 ++-
 tests/gobject/docs-tmpl/Makefile.am |    2 +-
 tests/gobject/docs/Makefile.am      |    2 +-
 tests/gtk-doc.make                  |   22 ++--------------------
 tests/gtk-doc.notmpl.make           |   16 +---------------
 7 files changed, 18 insertions(+), 40 deletions(-)

commit f5966c260195d7afeb7c7212f10a2ec2171c6441
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Thu Jan 8 09:24:14 2009 +0000

    Add support for --help and --version to remaining tools. Also show a short
    
    	* gtkdoc-check.in:
    	* gtkdoc-depscan.in:
    	* gtkdoc-fixxref.in:
    	* gtkdoc-mkdb.in:
    	* gtkdoc-mkhtml.in:
    	* gtkdoc-mkman.in:
    	* gtkdoc-mktmpl.in:
    	* gtkdoc-rebase.in:
    	* gtkdoc-scan.in:
    	* gtkdoc-scangobj.in:
    	* gtkdoc-scanobj.in:
    	* gtkdocize.in:
    	  Add support for --help and --version to remaining tools. Also show a
    	  short info on --help and format more consistently. Fixes #566911
    
    
    svn path=/trunk/; revision=636

 ChangeLog          |   17 +++++++++++++
 gtkdoc-check.in    |   25 +++++++++++++++++++
 gtkdoc-depscan.in  |    3 +-
 gtkdoc-fixxref.in  |   21 ++++++++++------
 gtkdoc-mkdb.in     |    2 +-
 gtkdoc-mkhtml.in   |    3 ++
 gtkdoc-mkman.in    |   68 +++++++++++++++++++++++++++++++++++++++++++--------
 gtkdoc-mktmpl.in   |    2 +-
 gtkdoc-rebase.in   |   29 ++++++++++++----------
 gtkdoc-scan.in     |   28 +++++++++++++--------
 gtkdoc-scangobj.in |   22 ++++++++++-------
 gtkdoc-scanobj.in  |   22 +++++++++++++++-
 gtkdocize.in       |   14 +++++++----
 13 files changed, 194 insertions(+), 62 deletions(-)

commit ef5f56ca5fd4a077e6f7a374e8dd333b7a6a8d42
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Wed Jan 7 16:04:30 2009 +0000

    Detect gtkdoc-rebase in gtk-doc.m4. Based on idea of Sven Herzberg. Fixes
    
    	* gtk-doc.m4:
    	* gtk-doc.make:
    	* gtk-doc.notmpl.make:
    	  Detect gtkdoc-rebase in gtk-doc.m4. Based on idea of Sven Herzberg.
    	  Fixes #562310
    
    
    svn path=/trunk/; revision=635

 ChangeLog           |    8 ++++++++
 gtk-doc.m4          |    6 +++++-
 gtk-doc.make        |    6 ++----
 gtk-doc.notmpl.make |    6 ++----
 4 files changed, 17 insertions(+), 9 deletions(-)

commit 5440f3f10e9df68b59367730c20cf7b0524f0c16
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Wed Jan 7 15:50:46 2009 +0000

    Prepare for 1.12. More thinking about the documentation structure. Add
    
    	* NEWS:
    	  Prepare for 1.12.
    	* TODO:
    	  More thinking about the documentation structure.
    	* configure.in:
    	  Add automake support for more distcheck. Use a real sourcefile for the
    	  srcdir (something that we wont remove one day).
    	* tests/annotations/docs/Makefile.am:
    	* tests/annotations/src/Makefile.am:
    	* tests/bugs/docs/Makefile.am:
    	* tests/bugs/src/Makefile.am:
    	* tests/gobject/docs-tmpl/Makefile.am:
    	* tests/gobject/docs/Makefile.am:
    	* tests/gobject/src/Makefile.am:
    	  Add missing file to fix make distcheck. Use srcdir and not builddir to
    	  locate includes.
    
    
    svn path=/trunk/; revision=634

 ChangeLog                           |   22 ++++++++++++++++++++++
 NEWS                                |    4 ++++
 TODO                                |   16 +++++++++++++++-
 configure.in                        |    4 ++--
 tests/annotations/docs/Makefile.am  |    2 +-
 tests/annotations/src/Makefile.am   |    2 +-
 tests/bugs/docs/Makefile.am         |    2 +-
 tests/bugs/src/Makefile.am          |    2 +-
 tests/gobject/docs-tmpl/Makefile.am |    2 +-
 tests/gobject/docs/Makefile.am      |    2 +-
 tests/gobject/src/Makefile.am       |    4 ++--
 11 files changed, 51 insertions(+), 11 deletions(-)

commit 6b4e572888f17c48a6dc1e6ce9dca5fcae5df725
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Wed Jan 7 12:00:43 2009 +0000

    Ideas about syntax highlighing. Old color scheme. Use tango colors.
    
    	* TODO:
    	  Ideas about syntax highlighing.
    	* style-classic.css:
    	  Old color scheme.
    	* style.css:
    	  Use tango colors. Simplify css.
    	* tests/gobject/src/gobject.c:
    	  Tell what language this is.
    
    
    svn path=/trunk/; revision=633

 ChangeLog                   |   14 ++++
 TODO                        |   16 ++++-
 style-classic.css           |  179 +++++++++++++++++++++++++++++++++++++++++++
 style.css                   |   69 ++++++++++-------
 tests/gobject/src/gobject.c |    2 +-
 5 files changed, 249 insertions(+), 31 deletions(-)

commit 8ebc21851ad448097eb8e50072b92379fa593776
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Sun Jan 4 13:31:14 2009 +0000

    Fix inconsistency of prototype and docs.
    
    * tests/bugs/src/tester.c:
    Fix inconsistency of prototype and docs.
    
    svn path=/trunk/; revision=632

 ChangeLog               |    5 +++++
 tests/bugs/src/tester.c |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

commit b3305a943c1dfe522fdc222d495a4a449d37d30c
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Sun Jan 4 12:26:06 2009 +0000

    Now aall tests pass.
    
    * tests/gtk-doc.make:
    * tests/gtk-doc.notmpl.make:
    Now aall tests pass.
    
    svn path=/trunk/; revision=631

 ChangeLog                 |    6 ++++++
 tests/gtk-doc.make        |    2 +-
 tests/gtk-doc.notmpl.make |    2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)

commit 0ceaa25cb719bda5205627819fa170a41783cafc
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Sun Jan 4 12:08:02 2009 +0000

    Fix running tests, if no gtk-doc is installed yet.
    
    * gtkdoc-mkhtml.in:
    * tests/Makefile.am:
    * tests/gtk-doc.make:
    * tests/gtk-doc.notmpl.make:
    * tests/gtkdoctest.sh:
    Fix running tests, if no gtk-doc is installed yet.
    
    svn path=/trunk/; revision=630

 ChangeLog                 |    9 +++++++++
 gtkdoc-mkhtml.in          |   12 ++++++------
 tests/Makefile.am         |    4 +++-
 tests/gtk-doc.make        |   10 +++++-----
 tests/gtk-doc.notmpl.make |    8 ++++----
 tests/gtkdoctest.sh       |    2 +-
 6 files changed, 28 insertions(+), 17 deletions(-)

commit 516a53c62b76c329fecf4ae3734412f68fb415f1
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Mon Dec 29 19:30:02 2008 +0000

    	patch by: Bruce van der Kooij  <brucevdkooij@gmail.com>
    	* help/manual/C/gtk-doc-manual.xml:
    	  Fixed three spelling errors (recommanded, conatins, alibrary).
    	  Fixes #565835.
    
    
    svn path=/trunk/; revision=629

 ChangeLog                        |    8 ++++++++
 help/manual/C/gtk-doc-manual.xml |    6 +++---
 2 files changed, 11 insertions(+), 3 deletions(-)

commit afef9965bca5b3a8ca11dd4ff84460bfda1e639f
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Mon Dec 29 10:36:32 2008 +0000

    Documentation structure ideas.
    
    	* TODO:
    	  Documentation structure ideas.
    
    
    svn path=/trunk/; revision=628

 ChangeLog |    5 +++++
 TODO      |   26 ++++++++++++++++++++++++--
 2 files changed, 29 insertions(+), 2 deletions(-)

commit f4155659e79a6d1bc323b7e80aac16620e6960e5
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Fri Dec 5 12:05:14 2008 +0000

    Hightlight deprecation warnings.
    
    	* style.css:
    	  Hightlight deprecation warnings.
    
    
    svn path=/trunk/; revision=627

 ChangeLog |    5 +++++
 style.css |   16 ++++++++++++++++
 2 files changed, 21 insertions(+), 0 deletions(-)

commit a8af590ac654a58cadeb35888af7804262eadc36
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Thu Dec 4 20:52:30 2008 +0000

    Fix escaping.
    
    	* gtkdoc-mkdb.in:
    	  Fix escaping.
    
    
    svn path=/trunk/; revision=626

 ChangeLog      |    5 +++++
 gtkdoc-mkdb.in |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

commit e367273170597cbc35769d762f419020da607ab5
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Tue Dec 2 12:57:10 2008 +0000

    Planning.
    
    	* TODO:
    	  Planning.
    	* gtk-doc.make:
    	* gtk-doc.notmpl.make:
    	  Remove the sh -c here now that its back in scanobj.
    	* tests/annotations/docs/tester-docs.xml:
    	* tests/bugs/docs/tester-docs.xml:
    	* tests/gobject/docs-tmpl/tester-docs.xml:
    	* tests/gobject/docs/tester-docs.xml:
    	  Cosmetic template update.
    
    
    svn path=/trunk/; revision=625

 ChangeLog                               |   15 +++++++++++++++
 TODO                                    |   12 ++++++++++++
 gtk-doc.make                            |    2 +-
 gtk-doc.notmpl.make                     |    2 +-
 tests/annotations/docs/tester-docs.xml  |    2 +-
 tests/bugs/docs/tester-docs.xml         |    2 +-
 tests/gobject/docs-tmpl/tester-docs.xml |    2 +-
 tests/gobject/docs/tester-docs.xml      |    2 +-
 8 files changed, 33 insertions(+), 6 deletions(-)

commit 49bc8d6bcbae3056e958454b62c859e4656302cb
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Tue Dec 2 12:50:37 2008 +0000

    Don't touch doctype header in expand-content-files.
    
    	* gtkdoc-mkdb.in:
    	  Don't touch doctype header in expand-content-files.
    
    
    svn path=/trunk/; revision=624

 ChangeLog      |    5 +++++
 gtkdoc-mkdb.in |    6 ++++--
 2 files changed, 9 insertions(+), 2 deletions(-)

commit ee34d25c12534a4875b3f3f27ececb25b48c4448
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Mon Dec 1 11:57:53 2008 +0000

    Add deprecation warnings for signals and properties. Also reuse code for
    
    	* gtkdoc-mkdb.in:
    	  Add deprecation warnings for signals and properties. Also reuse code
    	  for since and stability levels there. Fixes #562655.
    	* tests/gobject/src/gobject.c:
    	  Add testcase for #562655.
    
    
    svn path=/trunk/; revision=623

 ChangeLog                   |    9 +++++++++
 gtkdoc-mkdb.in              |   18 +++++-------------
 tests/gobject/src/gobject.c |   36 +++++++++++++++++++++++++++++++++++-
 3 files changed, 49 insertions(+), 14 deletions(-)

commit 33647e455838016e3b91a0db938e55d7be1c7c96
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Mon Dec 1 09:50:25 2008 +0000

    Reintroduce "sh -c" and comment why its used. Add real libtool support to
    
    	* gtkdoc-scangobj.in:
    	* gtkdoc-scanobj.in:
    	  Reintroduce "sh -c" and comment why its used. Add real libtool support
    	  to old scanobj tool as well.
    
    
    svn path=/trunk/; revision=622

 ChangeLog          |    7 +++++++
 gtkdoc-scangobj.in |    4 +++-
 gtkdoc-scanobj.in  |    4 +++-
 3 files changed, 13 insertions(+), 2 deletions(-)

commit 455a93571bf807f0a273c57fda81bb4956e4bcca
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Mon Dec 1 09:22:32 2008 +0000

    	patch by: Matthias Clasen  <mclasen@redhat.com>
    	* gtkdoc-mkdb.in:
    	  Fix index-id generation for child and style properties. Fixes #562064.
    
    
    svn path=/trunk/; revision=621

 ChangeLog      |    7 +++++++
 gtkdoc-mkdb.in |   18 ++++++++++++------
 2 files changed, 19 insertions(+), 6 deletions(-)

commit 5f38381a840a6266056c90cab85bc09d3be06d6c
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Sun Nov 16 19:23:58 2008 +0000

    Back to development. === Release 1.11 ===
    
    	* HACKING:
    	* configure.in:
    	* help/manual/C/gtk-doc-manual.xml:
    	  Back to development.
    ===  Release 1.11 ===
    
    
    svn path=/trunk/; revision=620

 ChangeLog                        |    9 +++++++++
 HACKING                          |    1 +
 configure.in                     |    2 +-
 help/manual/C/gtk-doc-manual.xml |    2 +-
 4 files changed, 12 insertions(+), 2 deletions(-)

commit 5c2c7360910a1aca003ce322f69c0b30a9cc7012
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Sun Nov 16 19:05:07 2008 +0000

    Releasing 1.11.
    
    	* HACKING:
    	* NEWS:
    	  Releasing 1.11.
    	* tests/Makefile.am:
    	* tests/gtk-doc.make:
    	* tests/gtk-doc.notmpl.make:
    	* tests/gtkdoctest.sh:
    	  Fix make distcheck.
    
    
    svn path=/trunk/; revision=618

 ChangeLog                 |   21 ++++++++++++---------
 HACKING                   |    4 ++--
 NEWS                      |   43 ++++++++++++++++++++++++++++++++++++++++++-
 tests/Makefile.am         |    4 ++--
 tests/gtk-doc.make        |    4 +++-
 tests/gtk-doc.notmpl.make |    4 +++-
 tests/gtkdoctest.sh       |    2 +-
 7 files changed, 65 insertions(+), 17 deletions(-)

commit 8eeb4aab89b58df4b44f84f50fa00fb5e8706777
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Thu Nov 6 20:53:25 2008 +0000

    No install rules for test.
    
    	* tests/gtk-doc.make:
    	* tests/gtk-doc.notmpl.make:
    	  No install rules for test.
    
    
    svn path=/trunk/; revision=617

 ChangeLog                 |    6 ++++++
 tests/gtk-doc.make        |   19 -------------------
 tests/gtk-doc.notmpl.make |   19 -------------------
 3 files changed, 6 insertions(+), 38 deletions(-)

commit 30d01a7fd8339b8747d1acc60d748f9fe6f17426
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Thu Nov 6 13:50:30 2008 +0000

    Get rid of german variable name. Generate glossary xml for annotations.
    
    	* gtkdoc-mkdb.in:
    	  Get rid of german variable name. Generate glossary xml for
    	  annotations. Improve initial master document.
    	* tests/annotations/docs/tester-docs.xml:
    	  Update example to include anotation glossary.
    
    
    svn path=/trunk/; revision=616

 ChangeLog                              |    9 +++
 gtkdoc-mkdb.in                         |  106 +++++++++++++++++++++++++++++---
 tests/annotations/docs/tester-docs.xml |   93 +---------------------------
 3 files changed, 109 insertions(+), 99 deletions(-)

commit dfd3ee922214ef2a8ecef1c69664884888672317
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Wed Nov 5 15:35:47 2008 +0000

    	patch by: Peter Kjellerstedt <pkj@axis.com>
    	* gtk-doc.make:
    	* gtk-doc.notmpl.make:
    	* tests/gtk-doc.make:
    	* tests/gtk-doc.notmpl.make:
    	  Correct check for existance of gtkdoc-rebase (better fix than the
    	  previous one #508897). Fixes #559281.
    
    
    svn path=/trunk/; revision=615

 ChangeLog                 |   11 +++++++++++
 gtk-doc.make              |    7 ++++---
 gtk-doc.notmpl.make       |    7 ++++---
 tests/gtk-doc.make        |    7 ++++---
 tests/gtk-doc.notmpl.make |    7 ++++---
 5 files changed, 27 insertions(+), 12 deletions(-)

commit c2cee21dfebd0e825dafe24cc96b79660a6957c6
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Mon Oct 27 19:33:38 2008 +0000

    	patch by: Christian Persch <chpe@gnome.org>
    	* gtkdoc-scangobj.in:
    	  Fix doc build when using GTK_DISABLE_SINGLE_INCLUDES. Fixes #558082.
    
    
    svn path=/trunk/; revision=614

 ChangeLog          |    7 +++++++
 gtkdoc-scangobj.in |    2 +-
 2 files changed, 8 insertions(+), 1 deletions(-)

commit 200e5b1f85163e3660c8906ee0b0dd593862e2be
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Mon Oct 20 20:15:32 2008 +0000

    More docs and planning.
    
    	* TODO:
    	* devhelp2.xsd:
    	  More docs and planning.
    
    
    svn path=/trunk/; revision=613

 ChangeLog    |    6 ++++
 TODO         |    8 ++++-
 devhelp2.xsd |   91 +++++++++++++++++++++++++++++++++++++++++++++++++++------
 3 files changed, 93 insertions(+), 12 deletions(-)

commit f437c1509d911540532a9097c7c34dd5007f3bff
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Mon Oct 20 14:16:37 2008 +0000

    Update annotations. Glossary enhancements.
    
    	* tests/annotations/docs/tester-docs.xml:
    	* tests/annotations/src/tester.c:
    	* tests/gobject/docs/tester-docs.xml:
    	  Update annotations. Glossary enhancements.
    
    
    svn path=/trunk/; revision=612

 ChangeLog                              |    7 ++
 tests/annotations/docs/tester-docs.xml |   99 +++++++++++++++++++++++++++++---
 tests/annotations/src/tester.c         |    2 +-
 tests/gobject/docs/tester-docs.xml     |    1 +
 4 files changed, 99 insertions(+), 10 deletions(-)

commit cf3acabb94fc608bac7bddc5ba362a3af5605d2f
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Sun Oct 19 19:08:36 2008 +0000

    Update and document format.
    
    	* devhelp2.xsd:
    	  Update and document format.
    
    
    svn path=/trunk/; revision=611

 ChangeLog    |    5 +++++
 devhelp2.xsd |   30 ++++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+), 0 deletions(-)

commit 1c28e54fc15fabcd4613e5c67e88ac9128f36cf0
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Fri Oct 17 15:19:13 2008 +0000

    Add new language attribute and use "c" here.
    
    	* devhelp2.xsd:
    	* devhelp2.xsl:
    	  Add new language attribute and use "c" here.
    
    
    svn path=/trunk/; revision=610

 ChangeLog    |    6 ++++++
 devhelp2.xsd |   20 ++++++++++++++++++++
 devhelp2.xsl |    2 +-
 3 files changed, 27 insertions(+), 1 deletions(-)

commit 7ed1602a4e1831e08599829ea1e74ed1c187e92b
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Thu Oct 16 19:52:19 2008 +0000

    Small comment cleanup and loud thinking in TODO :)
    
    	* TODO:
    	* gtkdoc-mktmpl.in:
    	  Small comment cleanup and loud thinking in TODO :)
    
    
    svn path=/trunk/; revision=609

 ChangeLog        |    6 ++++++
 TODO             |   26 +++++++++++++++++++++-----
 gtkdoc-mktmpl.in |    4 ++--
 3 files changed, 29 insertions(+), 7 deletions(-)

commit 2b420dd41fa479de7409b42dd819611a691fb09f
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Thu Oct 16 06:11:55 2008 +0000

    	patch by: Jeffrey Stedfast <fejj@novell.com>
    	* examples/Makefile.am:
    	* gtk-doc.make:
    	* gtk-doc.notmpl.make:
    	   Allow versioned TARGET_DIR. Fixes #554718.
    
    
    svn path=/trunk/; revision=608

 ChangeLog            |    9 +++++++++
 examples/Makefile.am |    4 ++++
 gtk-doc.make         |   25 ++++++++++++++++++++-----
 gtk-doc.notmpl.make  |   26 +++++++++++++++++++++-----
 4 files changed, 54 insertions(+), 10 deletions(-)

commit 36786fdc44211e19080219bfcaf8830393012928
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Mon Oct 13 16:20:41 2008 +0000

    planning. Document workflow Add support for enums/flags in devhelp index.
    
    	* TODO:
    	  planning.
    	* doc/gtkdoc.dot:
    	  Document workflow
    	* devhelp2.xsl:
    	  Add support for enums/flags in devhelp index.
    	* gtkdoc-mkdb.in:
    	  Support annotations. Fix missing roles.
    	* tests/annotations/docs/tester-docs.xml:
    	* tests/annotations/src/tester.c:
    	* tests/annotations/src/tester.h:
    	* tests/bugs/docs/tester-sections.txt:
    	* tests/gobject/docs/tester-docs.xml:
    	  Update new syntax.
    
    
    svn path=/trunk/; revision=607

 ChangeLog                              |   20 ++++++++
 TODO                                   |   18 +++++++
 devhelp2.xsl                           |    4 +-
 doc/gtkdoc.dot                         |   78 ++++++++++++++++++++++++++++++++
 gtkdoc-mkdb.in                         |   62 +++++++++++++++++--------
 tests/annotations/docs/tester-docs.xml |   27 +++++++++++
 tests/annotations/src/tester.c         |   10 +++-
 tests/annotations/src/tester.h         |    2 +-
 tests/bugs/docs/tester-sections.txt    |    1 +
 tests/gobject/docs/tester-docs.xml     |   12 ++---
 10 files changed, 202 insertions(+), 32 deletions(-)

commit 1ad239821bf293b27dde5a16773bb7e5d0d2a743
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Sat Oct 11 16:29:03 2008 +0000

    Add testcases for gir annotation.
    
    	* configure.in:
    	* tests/Makefile.am:
    	* tests/annotations.sh:
    	* tests/annotations/Makefile.am:
    	* tests/annotations/docs/Makefile.am:
    	* tests/annotations/docs/tester-docs.xml:
    	* tests/annotations/docs/tester-sections.txt:
    	* tests/annotations/src/Makefile.am:
    	* tests/annotations/src/tester.c:
    	* tests/annotations/src/tester.h:
    	  Add testcases for gir annotation.
    
    
    svn path=/trunk/; revision=606

 ChangeLog                                  |   14 +++++
 configure.in                               |    3 +
 tests/Makefile.am                          |    4 +-
 tests/annotations.sh                       |    4 ++
 tests/annotations/Makefile.am              |   10 ++++
 tests/annotations/docs/Makefile.am         |   78 ++++++++++++++++++++++++++++
 tests/annotations/docs/tester-docs.xml     |   32 +++++++++++
 tests/annotations/docs/tester-sections.txt |    9 +++
 tests/annotations/src/Makefile.am          |   13 +++++
 tests/annotations/src/tester.c             |   41 +++++++++++++++
 tests/annotations/src/tester.h             |   12 ++++
 11 files changed, 218 insertions(+), 2 deletions(-)

commit ad40fb9f118f8d9b8c7e40b8c952580cabd3e813
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Fri Oct 3 13:38:39 2008 +0000

    	patch by: Matthew Barnes <mbarnes@redhat.com>
    	* gtkdoc-scan.in:
    	* tests/bugs/docs/tester-sections.txt:
    	* tests/bugs/src/tester.h:
    	  Be more careful with "struct _<struct_name>". Fixes #554833.
    
    
    svn path=/trunk/; revision=605

 ChangeLog                           |   10 +++++++++-
 gtkdoc-scan.in                      |    4 ++++
 tests/bugs/docs/tester-sections.txt |    1 +
 tests/bugs/src/tester.h             |   12 ++++++++++++
 4 files changed, 26 insertions(+), 1 deletions(-)

commit 18b78670ffee8e653d33342215429769825fa77c
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Fri Oct 3 13:11:45 2008 +0000

    	patch by: Behdad Esfahbod <behdad@gnome.org>
    	* gtk-doc.make:
    	* gtk-doc.notmpl.make:
    	* tests/gtk-doc.make:
    	* tests/gtk-doc.notmpl.make:
    	  Add rules to create $(REPORT_FILES). Fixes #552822.
    
    
    svn path=/trunk/; revision=604

 ChangeLog                 |   10 ++++++++++
 gtk-doc.make              |    2 ++
 gtk-doc.notmpl.make       |    2 ++
 tests/gtk-doc.make        |    2 ++
 tests/gtk-doc.notmpl.make |    2 ++
 5 files changed, 18 insertions(+), 0 deletions(-)

commit b7d49bada98fcc2d761f7025af4218ecd315a18a
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Fri Oct 3 13:02:10 2008 +0000

            patch by: Simon Josefsson <simon@josefsson.org>
    	* examples/Makefile.am:
    	* tests/bugs/docs/Makefile.am:
    	* tests/gobject/docs-tmpl/Makefile.am:
    	* tests/gobject/docs/Makefile.am:
    	  Use GTKDOC_CFLAGS instead of INCLUDES in Makefile.am. Fixes #553407.
    
    
    svn path=/trunk/; revision=603

 ChangeLog                           |   10 ++++++++++
 examples/Makefile.am                |    4 ++--
 tests/bugs/docs/Makefile.am         |    2 +-
 tests/gobject/docs-tmpl/Makefile.am |    2 +-
 tests/gobject/docs/Makefile.am      |    2 +-
 5 files changed, 15 insertions(+), 5 deletions(-)

commit f75c525ec5801ed666a09f7bf2eac967366f6e7d
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Wed Sep 24 08:39:51 2008 +0000

    Use full symbol, if it does not belong to the namespace.
    
    	* gtkdoc-mkdb.in:
    	  Use full symbol, if it does not belong to the namespace.
    
    
    svn path=/trunk/; revision=602

 ChangeLog      |    5 +++++
 gtkdoc-mkdb.in |    8 ++++++--
 2 files changed, 11 insertions(+), 2 deletions(-)

commit 90ba6e55b7995f8404cb6f93b3168dce80a0f5b3
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Mon Sep 22 19:59:13 2008 +0000

    Document some odd behaviour.
    
    	* tests/gobject/src/gobject.h:
    	  Document some odd behaviour.
    
    
    svn path=/trunk/; revision=601

 ChangeLog                   |    5 +++++
 tests/gobject/src/gobject.h |    4 ++++
 2 files changed, 9 insertions(+), 0 deletions(-)

commit e90b1fb49c1f830096da17b0f3f0dcae91e430c6
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Mon Sep 22 19:47:37 2008 +0000

    More todos.
    
    	* TODO:
    	  More todos.
    	* tests/bugs/docs/tester-sections.txt:
    	* tests/bugs/src/tester.c:
    	* tests/bugs/src/tester.h:
    	  Add testcase for bug 552602.
    	* tests/gtk-doc.make:
    	* tests/gtk-doc.notmpl.make:
    	  Also use new RUN envvar here.
    
    
    svn path=/trunk/; revision=600

 ChangeLog                           |   14 ++++++++++++++
 TODO                                |    3 +++
 tests/bugs/docs/tester-sections.txt |    1 +
 tests/bugs/src/tester.c             |   13 +++++++++++++
 tests/bugs/src/tester.h             |    2 ++
 tests/gtk-doc.make                  |    4 +++-
 tests/gtk-doc.notmpl.make           |    4 +++-
 7 files changed, 39 insertions(+), 2 deletions(-)

commit 7f899e0ea06e3fd22b6db13779431df1bf8a89b8
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Wed Sep 10 12:50:06 2008 +0000

    Generate unique ids for properties, style and child properties.
    
    	* gtkdoc-mkdb.in:
    	  Generate unique ids for properties, style and child properties.
    	* gtk-doc.make:
    	* gtk-doc.notmpl.make:
    	* gtkdoc-scan.in:
    	* gtkdoc-scangobj.in:
    	  If we use libtool, run scanner under libtool to use uninstalled
    	  libraries.
    
    
    svn path=/trunk/; revision=599

 ChangeLog           |   12 ++++++++++++
 gtk-doc.make        |    4 +++-
 gtk-doc.notmpl.make |    4 +++-
 gtkdoc-mkdb.in      |   35 +++++++++++++++++++----------------
 gtkdoc-scan.in      |    2 +-
 gtkdoc-scangobj.in  |    2 +-
 6 files changed, 39 insertions(+), 20 deletions(-)

commit 1bbe56b06ad436d4adf7018ce586c8e3c944760f
Author: Rob Bradford <rob@linux.intel.com>
Date:   Mon Sep 8 17:40:56 2008 +0000

    Correct the command for non-tmpl Makefile and highlight it within a
    
    2008-09-08  Rob Bradford  <rob@linux.intel.com>
    
    	* C/gtk-doc-manual.xml:
    	Correct the command for non-tmpl Makefile and highlight it within a
    	<command> block.
    
    
    svn path=/trunk/; revision=598

 help/manual/C/gtk-doc-manual.xml |    2 +-
 help/manual/ChangeLog            |    6 ++++++
 2 files changed, 7 insertions(+), 1 deletions(-)

commit f05051510600637cbc9963a888a814c41b207485
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Thu Sep 4 15:26:15 2008 +0000

    Fix comparision. ideas.
    
    	* gtkdoc-mkhtml.in:
    	  Fix comparision.
    	* TODO:
    	  ideas.
    	* configure.in:
    	* gtk-doc-fo.xsl:
    	* gtk-doc.xsl:
    	* gtkdoc-common.pl.in:
    	* gtkdoc-mkdb.in:
    	* help/manual/C/gtk-doc-manual.xml:
    	* tests/bugs/docs/Makefile.am:
    	* tests/bugs/docs/tester-docs.xml:
    	* tests/gobject/docs-tmpl/Makefile.am:
    	* tests/gobject/docs-tmpl/tester-docs.xml:
    	* tests/gobject/docs/Makefile.am:
    	* tests/gobject/docs/tester-docs.xml:
    	* tests/gobject/src/gobject.h:
    	  Switch to docbook 4.3 dtd. Fixes #487727.
    	  Add --name-space option to gtkdoc-mkdb for nicer indexes. Start with a
    	  fo wrapper for pdf output.
    
    
    svn path=/trunk/; revision=597

 ChangeLog                               |   21 ++-
 TODO                                    |   59 +++++++-
 configure.in                            |    4 +-
 gtk-doc-fo.xsl                          |   35 ++++
 gtk-doc.xsl                             |    3 +-
 gtkdoc-common.pl.in                     |   12 +-
 gtkdoc-mkdb.in                          |  267 ++++++++++++++++++++++++++-----
 gtkdoc-mkhtml.in                        |    2 +-
 help/manual/C/gtk-doc-manual.xml        |    7 +-
 tests/bugs/docs/Makefile.am             |    2 +-
 tests/bugs/docs/tester-docs.xml         |    7 +-
 tests/gobject/docs-tmpl/Makefile.am     |    2 +-
 tests/gobject/docs-tmpl/tester-docs.xml |    7 +-
 tests/gobject/docs/Makefile.am          |    2 +-
 tests/gobject/docs/tester-docs.xml      |   45 +++---
 tests/gobject/src/gobject.h             |    2 +
 16 files changed, 395 insertions(+), 82 deletions(-)

commit 9f7b086d4bdc183ef8e1c4db53b1217f33f7df05
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Thu Sep 4 13:33:31 2008 +0000

    Don't install index.sgml twice. Also remove the " || :;" construct that
    
    	* gtk-doc.make:
    	* gtk-doc.notmpl.make:
    	  Don't install index.sgml twice. Also remove the " || :;" construct
    	  that ssems to be there only to eat the return code.
    
    
    svn path=/trunk/; revision=596

 ChangeLog           |   24 ++++++++++++++++++++++++
 gtk-doc.make        |    2 --
 gtk-doc.notmpl.make |    2 --
 3 files changed, 24 insertions(+), 4 deletions(-)

commit 7792b32e6f85b5e3783b5e99b57b1c85b1b1afeb
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Wed Jul 23 19:58:54 2008 +0000

    Accept "char const *" as well. Fixes #544172.
    
    	* gtkdoc-mkdb.in:
    	* gtkdoc-scan.in:
    	* tests/bugs/docs/tester-sections.txt:
    	* tests/bugs/src/tester.h:
    	  Accept "char const *" as well. Fixes #544172.
    
    
    svn path=/trunk/; revision=595

 ChangeLog                           |    8 ++++++++
 gtkdoc-mkdb.in                      |    5 +++--
 gtkdoc-scan.in                      |   10 ++++++----
 tests/bugs/docs/tester-sections.txt |    1 +
 tests/bugs/src/tester.h             |   10 ++++++++++
 5 files changed, 28 insertions(+), 6 deletions(-)

commit a504e9534445f948bdc904e008ddd0d727b3ebb2
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Mon Jul 21 10:47:16 2008 +0000

    Only specify options if gtkdoc-mkhtml can take them. Fixes #543855. Don't
    
    	* gtk-doc.make:
    	* gtk-doc.notmpl.make:
    	  Only specify options if gtkdoc-mkhtml can take them. Fixes #543855.
    	* gtkdoc-mkhtml.in:
    	  Don't use bash specific features. Be more flexible so that we can add
    	  more options.
    
    
    svn path=/trunk/; revision=594

 ChangeLog           |   10 ++++++++++
 gtk-doc.make        |    7 ++++++-
 gtk-doc.notmpl.make |    7 ++++++-
 gtkdoc-mkhtml.in    |   17 ++++++++++++-----
 4 files changed, 34 insertions(+), 7 deletions(-)

commit a0f81285e014bbab135944b9028a9d12e38baa5c
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Wed Jul 9 05:40:18 2008 +0000

    Fix struct/enum level parsing which could go one to high and then the main
    
    	* gtkdoc-scan.in:
    	  Fix struct/enum level parsing which could go one to high and then the
    	  main struct would never be closed.
    	  Fixes #542137
    
    
    svn path=/trunk/; revision=593

 ChangeLog      |    7 +++++++
 gtkdoc-scan.in |   29 +++++++++++++++--------------
 2 files changed, 22 insertions(+), 14 deletions(-)

commit b99876bda2d4a6dd3d8a904b219891055d162ff2
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Sat Jun 28 14:05:45 2008 +0000

    Mention why this change is bad.
    
    	* autogen.sh:
    	  Mention why this change is bad.
    
    
    svn path=/trunk/; revision=592

 ChangeLog  |    5 +++++
 autogen.sh |    1 +
 2 files changed, 6 insertions(+), 0 deletions(-)

commit 62e1467751711e6d22ddeb723543f5c343678159
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Sat Jun 28 13:56:15 2008 +0000

    	patch by: David Nečas <yeti@physics.muni.cz>
    	* examples/Makefile.am:
    	* gtk-doc.make:
    	* gtk-doc.notmpl.make:
    	* gtkdoc-mkhtml.in:
    	* tests/gtk-doc.make:
    	* tests/gtk-doc.notmpl.make:
    	  Add searchpath to gtkdoc.mkhtml. Fixes #460753
    
    
    svn path=/trunk/; revision=591

 ChangeLog                 |   12 ++++++++++++
 examples/Makefile.am      |    3 +++
 gtk-doc.make              |    2 +-
 gtk-doc.notmpl.make       |    2 +-
 gtkdoc-mkhtml.in          |   36 ++++++++++++++++++++++++------------
 tests/gtk-doc.make        |    2 +-
 tests/gtk-doc.notmpl.make |    2 +-
 7 files changed, 43 insertions(+), 16 deletions(-)

commit 20d022a55b8d483fd1625cb301a57cf9fa0d7dea
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Sun Jun 22 16:28:34 2008 +0000

    To support timj aclocal setup we are shipping gnome-doc-utils.m4 and
    
    	* autogen.sh:
    	  To support timj aclocal setup we are shipping gnome-doc-utils.m4
    	  and making sure automake picks it up ;)
    
    
    svn path=/trunk/; revision=590

 ChangeLog  |    6 ++++++
 autogen.sh |    4 +++-
 2 files changed, 9 insertions(+), 1 deletions(-)

commit 3db9893bb22d85023c613c09f627a05c84878a37
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Sun Jun 22 16:14:20 2008 +0000

    We were still removing too many <para>s. Also add andrews trick to escape
    
    	* tools/migratetmpl.pl:
    	  We were still removing too many <para>s.
    	  Also add andrews trick to escape the c comments.
    	  Add a newline to empty param docs.
    
    
    svn path=/trunk/; revision=589

 ChangeLog            |    7 +++++++
 tools/migratetmpl.pl |    9 +++++++--
 2 files changed, 14 insertions(+), 2 deletions(-)

commit eee6ea3a6c454a89f244e93b8d2d4f5c955b1909
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Sun Jun 22 15:03:39 2008 +0000

    Add this to svn, so that bootstrap work where no gnome-doc-utils is
    
    	* m4/gnome-doc-utils.m4:
    	  Add this to svn, so that bootstrap work where no gnome-doc-utils is
    	  available yet.
    
    
    svn path=/trunk/; revision=588

 ChangeLog             |    6 ++++++
 m4/gnome-doc-utils.m4 |    1 +
 2 files changed, 7 insertions(+), 0 deletions(-)

commit ba74eb8e8f19486f5111afbfeb6523023bfe5d16
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Sat Jun 21 20:46:26 2008 +0000

    Factor out multiline formatting and use for deprecated field too.
    
    	* tools/migratetmpl.pl:
    	  Factor out multiline formatting and use for deprecated field too.
    
    
    svn path=/trunk/; revision=587

 ChangeLog            |    5 +++++
 tools/migratetmpl.pl |   43 +++++++++++++++++++++++++++++--------------
 2 files changed, 34 insertions(+), 14 deletions(-)

commit f6f5870635725c1467e3777e5ea13e25ba8b2015
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Sat Jun 21 17:49:45 2008 +0000

    Commenting. Convert character entities back.
    
    	* gtkdoc-mkdb.in:
    	  Commenting.
    	* tools/migratetmpl.pl:
    	  Convert character entities back.
    
    
    svn path=/trunk/; revision=586

 ChangeLog            |    8 ++++++++
 gtkdoc-mkdb.in       |    2 +-
 tools/migratetmpl.pl |   17 +++++++++++------
 3 files changed, 20 insertions(+), 7 deletions(-)

commit 1544af61f04efa38b60c88099eac834313ad70b5
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Sat Jun 21 15:19:24 2008 +0000

    Start collection info about slowly deprecating crack. Add title.
    
    	* TODO:
    	  Start collection info about slowly deprecating crack.
    	* tools/migratetmpl.pl:
    	  Add title.
    
    
    svn path=/trunk/; revision=585

 ChangeLog            |    8 ++++++++
 TODO                 |    5 +++++
 tools/migratetmpl.pl |    3 +++
 3 files changed, 16 insertions(+), 0 deletions(-)

commit 91e3633d8b035cb15f6d7863fb88fcb8f2e0c1d5
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Sat Jun 21 15:12:41 2008 +0000

    Use $file in section comment not title. Convert only standalone para tags.
    
    	* tools/migratetmpl.pl:
    	  Use $file in section comment not title. Convert only standalone para
    	  tags.
    
    
    svn path=/trunk/; revision=584

 ChangeLog            |    6 ++++++
 tools/migratetmpl.pl |    8 +++++---
 2 files changed, 11 insertions(+), 3 deletions(-)

commit bb0007404e1423187ff37f4992b8765f651281d2
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Sat Jun 21 09:45:14 2008 +0000

    Convert @Varargs: to @...:
    
    	* tools/migratetmpl.pl:
    	  Convert @Varargs: to @...:
    
    
    svn path=/trunk/; revision=583

 ChangeLog            |    5 +++++
 tools/migratetmpl.pl |    4 ++++
 2 files changed, 9 insertions(+), 0 deletions(-)

commit 821493bf482810712f0004e540644802615ac77e
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Sat Jun 21 09:39:53 2008 +0000

    Convert single line c comments to c++ ones. Indent multiline parameter
    
    	* tools/migratetmpl.pl:
    	  Convert single line c comments to c++ ones. Indent multiline parameter docs.
    
    
    svn path=/trunk/; revision=582

 ChangeLog            |    5 +++++
 tools/migratetmpl.pl |   29 ++++++++++++++++++++++++++++-
 2 files changed, 33 insertions(+), 1 deletions(-)

commit 219b17bb74c54a6ad031592d3574a2dbb5d060d1
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Mon Jun 16 14:21:57 2008 +0000

    Don't reuse file var, fixes warning context. Also accept *.hh as headers
    
    	* gtkdoc-mktmpl.in:
    	  Don't reuse file var, fixes warning context.
    	* gtkdoc-scan.in:
    	  Also accept *.hh as headers suffix.
    
    
    svn path=/trunk/; revision=581

 ChangeLog        |    8 ++++++++
 gtkdoc-mktmpl.in |   11 ++++++-----
 gtkdoc-scan.in   |    4 ++--
 3 files changed, 16 insertions(+), 7 deletions(-)

commit bbdec436f2e7bb52de96992fab5d20a7bf76ab33
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Tue Jun 10 18:54:58 2008 +0000

    Include original CFLAGS / LDFLAGS when building the scanner. Allows to
    
    	* gtk-doc.make:
    	* gtk-doc.notmpl.make:
    	* tests/gtk-doc.make:
    	* tests/gtk-doc.notmpl.make:
    	  Include original CFLAGS / LDFLAGS when building the scanner. Allows to
    	  have own FLAGS defined in addition.
    
    
    svn path=/trunk/; revision=580

 ChangeLog                 |    9 +++++++++
 gtk-doc.make              |    2 +-
 gtk-doc.notmpl.make       |    2 +-
 tests/gtk-doc.make        |    2 +-
 tests/gtk-doc.notmpl.make |    2 +-
 5 files changed, 13 insertions(+), 4 deletions(-)

commit 484b872b43487aae47224446436a4cdba6487f91
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Sun Jun 8 06:40:41 2008 +0000

    More planning.
    
    	* TODO:
    	  More planning.
    
    
    svn path=/trunk/; revision=579

 ChangeLog |    5 +++++
 TODO      |   11 +++++++++--
 2 files changed, 14 insertions(+), 2 deletions(-)

commit 481b4c4de2e9eeeb4bab79a119f197357abc1c6f
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Sun Jun 8 06:18:47 2008 +0000

    Add more ideas.
    
    	* TODO:
    	  Add more ideas.
    	* gtkdoc-scangobj.in:
    	* gtkdoc-scanobj.in:
    	  Merge two fwrite calls.
    	* tests/gobject/examples/gobject.c:
    	* tests/gobject/src/gobject.c:
    	  Demostrate how to include source fragments from external files.
    	* tests/gobject/src/giface.h:
    	* tests/gobject/src/gobject.h:
    	  Documents two entries.
    
    
    svn path=/trunk/; revision=578

 ChangeLog                        |   17 +++++++++++++++++
 TODO                             |    5 +++++
 gtkdoc-scangobj.in               |    5 ++---
 gtkdoc-scanobj.in                |    3 +--
 tests/gobject/examples/gobject.c |   17 +++++++++++++++++
 tests/gobject/src/giface.h       |    1 +
 tests/gobject/src/gobject.c      |    5 +++++
 tests/gobject/src/gobject.h      |    1 +
 8 files changed, 49 insertions(+), 5 deletions(-)

commit 406eea5d35de3712d4f4a751f8482631b1dd0cfe
Author: Sebastian Dröge <sdroege@src.gnome.org>
Date:   Sat Jun 7 08:30:37 2008 +0000

    Add "%s" format strings to printf-like functions when printing a string.
    
    * gtkdoc-scangobj.in:
    * gtkdoc-scanobj.in:
    Add "%s" format strings to printf-like functions when printing
    a string. Fixes #536980.
    
    svn path=/trunk/; revision=577

 ChangeLog          |    7 +++++++
 gtkdoc-scangobj.in |    6 +++---
 gtkdoc-scanobj.in  |    2 +-
 3 files changed, 11 insertions(+), 4 deletions(-)

commit 50827ca63c1bf23ba0da36fd6bacb3bb50d9b46f
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Thu Jun 5 15:07:56 2008 +0000

    Fix quoting. Add first version of a tool to support migration from tmpl
    
    	* gtkdoc-fixxref.in:
    	* gtkdoc-mkdb.in:
    	* gtkdoc-mktmpl.in:
    	  Fix quoting.
    	* tools/migratetmpl.pl:
    	  Add first version of a tool to support migration from tmpl docs to
    	  source code comments.
    
    
    svn path=/trunk/; revision=576

 ChangeLog            |   11 ++
 gtkdoc-fixxref.in    |    2 +-
 gtkdoc-mkdb.in       |    4 +-
 gtkdoc-mktmpl.in     |   19 ++-
 tools/migratetmpl.pl |  442 ++++++++++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 466 insertions(+), 12 deletions(-)

commit ade14d448708d7b2b84891f24a477f7cae3c7f67
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Wed Jun 4 18:33:46 2008 +0000

    Correct invocation for gnome-doc-prepare.
    
    	* autogen.sh:
    	  Correct invocation for gnome-doc-prepare.
    
    
    svn path=/trunk/; revision=575

 ChangeLog  |    5 +++++
 autogen.sh |   10 ++++++----
 2 files changed, 11 insertions(+), 4 deletions(-)

commit a5c40c99673e719332aa670797f8aec9c822c88b
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Wed Jun 4 11:45:12 2008 +0000

    Handle file or line being undefined. Warn about repeated symbols in
    
    	* gtkdoc-common.pl.in:
    	  Handle file or line being undefined.
    	* gtkdoc-mkdb.in:
    	  Warn about repeated symbols in sections. Also give line of previous
    	  occurrance. Also give that info for double file entries. Fixes #473342
              Give correct error locate for one warning. Fixes #532395 partialy
    
    
    svn path=/trunk/; revision=574

 ChangeLog           |   10 +++++
 gtkdoc-common.pl.in |    3 ++
 gtkdoc-mkdb.in      |  101 ++++++++++++++++++++++++++++-----------------------
 3 files changed, 69 insertions(+), 45 deletions(-)

commit 9a116250d3da0884f331461fed17d0553d2b7c08
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Wed Jun 4 10:58:15 2008 +0000

    Don't warn about overriden docs comment if its the same text.
    
    	* gtkdoc-mkdb.in:
    	  Don't warn about overriden docs comment if its the same text.
    
    
    svn path=/trunk/; revision=573

 ChangeLog      |    5 +++++
 gtkdoc-mkdb.in |   31 ++++++++++++++++++-------------
 2 files changed, 23 insertions(+), 13 deletions(-)

commit 03578dc2e092955c0a095285f462bf38b61396d0
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Tue Jun 3 13:53:43 2008 +0000

    Spelling. Warn and skip double file entries in section files. Use the new
    
    	* TODO:
    	  Spelling.
    	* gtkdoc-mkdb.in:
    	  Warn and skip double file entries in section files.
    	* gtkdoc-mktmpl.in:
    	  Use the new warning format in this script too.
    	* gtkdoc-rebase.in:
    	  Also use optional parameters here.
    
    
    svn path=/trunk/; revision=572

 ChangeLog        |   14 ++++++++++++++
 TODO             |    2 +-
 gtkdoc-mkdb.in   |   27 +++++++++++++++------------
 gtkdoc-mktmpl.in |   51 +++++++++++++++++++++++++--------------------------
 gtkdoc-rebase.in |    2 +-
 5 files changed, 56 insertions(+), 40 deletions(-)

commit 56c5a1f24817b16ddf09209aca2b0c7cd7ed6dc1
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Mon Jun 2 08:58:08 2008 +0000

    Add some since: tags for the tests too.
    
    	* tests/gobject/docs-tmpl/tester-docs.xml:
    	* tests/gobject/docs-tmpl/tester-sections.txt:
    	* tests/gobject/docs/tester-docs.xml:
    	* tests/gobject/docs/tester-sections.txt:
    	* tests/gobject/src/giface.c:
    	* tests/gobject/src/gobject.c:
    	* tests/gobject/src/gobject.h:
    	  Add some since: tags for the tests too.
    
    
    svn path=/trunk/; revision=571

 ChangeLog                                   |   11 +++++++++++
 tests/gobject/docs-tmpl/tester-docs.xml     |    6 ++++++
 tests/gobject/docs-tmpl/tester-sections.txt |    1 +
 tests/gobject/docs/tester-docs.xml          |    6 ++++++
 tests/gobject/docs/tester-sections.txt      |    1 +
 tests/gobject/src/giface.c                  |    2 ++
 tests/gobject/src/gobject.c                 |   16 ++++++++++++++++
 tests/gobject/src/gobject.h                 |    1 +
 8 files changed, 44 insertions(+), 0 deletions(-)

commit e0a865c24ca7ccda7fca1ff245fe6843b599a2d1
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Mon Jun 2 08:44:00 2008 +0000

    tody up and add some comments regarding HTML_DIR. HTML_DIR is not
    
    	* TODO:
    	  tody up and add some comments regarding HTML_DIR.
    	* gtkdoc-fixxref.in:
    	  HTML_DIR is not neccesarily set.
    	* gtkdoc-mkhtml.in:
    	  Fix uninstalled.
    	* tests/gobject/docs-tmpl/tester-docs.xml:
    	* tests/gobject/docs/tester-docs.xml:
    	  Add more chapter id's and experiment with an index chapter.
    
    
    svn path=/trunk/; revision=570

 ChangeLog                               |   15 +++++++++++++++
 TODO                                    |   15 +++++++++++++--
 gtkdoc-fixxref.in                       |    2 +-
 gtkdoc-mkhtml.in                        |    8 ++++----
 tests/gobject/docs-tmpl/tester-docs.xml |   16 +++++++++-------
 tests/gobject/docs/tester-docs.xml      |   16 +++++++++-------
 6 files changed, 51 insertions(+), 21 deletions(-)

commit 91905ffc87cc5544ff4ba3f83b049c8ee6b1a359
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Mon Jun 2 08:26:13 2008 +0000

    Improve spacing on indicies and glossaries.
    
    	* style.css:
    	  Improve spacing on indicies and glossaries.
    
    
    svn path=/trunk/; revision=569

 ChangeLog |    5 +++++
 style.css |    8 +++++++-
 2 files changed, 12 insertions(+), 1 deletions(-)

commit 8ec52c777473d11504ba5c79605e72edde8ff98c
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Mon Jun 2 06:28:30 2008 +0000

    Add some index lists to the tests. Add a deprecated function.
    
    	* TODO:
    	* tests/bugs/docs/tester-docs.xml:
    	* tests/gobject/docs/tester-docs.xml:
    	* tests/gobject/docs/tester-sections.txt:
    	* tests/gobject/docs-tmpl/tester-docs.xml:
    	* tests/gobject/docs-tmpl/tester-sections.txt:
    	* tests/gobject/src/gobject.c:
    	* tests/gobject/src/gobject.h:
    	* tests/gtk-doc.make:
    	* tests/gtk-doc.notmpl.make:
    	  Add some index lists to the tests. Add a deprecated function.
    
    
    svn path=/trunk/; revision=568

 ChangeLog                                   |   14 ++++++++++++++
 TODO                                        |    4 ++++
 tests/bugs/docs/tester-docs.xml             |   13 ++++++++++++-
 tests/gobject/docs-tmpl/tester-docs.xml     |    7 +++++++
 tests/gobject/docs-tmpl/tester-sections.txt |    3 ++-
 tests/gobject/docs/tester-docs.xml          |    7 +++++++
 tests/gobject/docs/tester-sections.txt      |    3 ++-
 tests/gobject/src/gobject.c                 |   13 +++++++++++++
 tests/gobject/src/gobject.h                 |    1 +
 tests/gtk-doc.make                          |    1 -
 tests/gtk-doc.notmpl.make                   |    2 +-
 11 files changed, 63 insertions(+), 5 deletions(-)

commit 954a3eaf4846bd2433bd4f94b3278e9295130ee1
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Mon Jun 2 06:24:23 2008 +0000

    	patch by: Felix Riemann <friemann@svn.gnome.org>
    	* gtk-doc.xsl:
    	* style.css:
    	  Produce valid html. Fixes #534627.
    
    
    svn path=/trunk/; revision=567

 ChangeLog   |    8 +++
 gtk-doc.xsl |  192 +++++++++++++++++++++++++++++------------------------------
 style.css   |    1 +
 3 files changed, 104 insertions(+), 97 deletions(-)

commit 450ef85eabb5b1bc1f7aff83a33161da0e366de1
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Fri May 23 13:19:27 2008 +0000

    Build same docs once again with old tmpl approach.
    
    	* configure.in:
    	* tests/gobject/Makefile.am:
    	* tests/gobject/docs-tmpl/Makefile.am:
    	* tests/gobject/docs-tmpl/tester-docs.xml:
    	* tests/gobject/docs-tmpl/tester-sections.txt:
    	* tests/gobject/docs-tmpl/tester.types:
    	* tests/gtk-doc.make:
    	* tests/gtk-doc.notmpl.make:
    	  Build same docs once again with old tmpl approach.
    
    
    svn path=/trunk/; revision=566

 ChangeLog                                   |   12 ++
 configure.in                                |    1 +
 tests/gobject/Makefile.am                   |    2 +-
 tests/gobject/docs-tmpl/Makefile.am         |   76 ++++++++++++
 tests/gobject/docs-tmpl/tester-docs.xml     |   49 ++++++++
 tests/gobject/docs-tmpl/tester-sections.txt |   34 ++++++
 tests/gobject/docs-tmpl/tester.types        |    4 +
 tests/gtk-doc.make                          |  169 +++++++++++++++++++++++++++
 tests/gtk-doc.notmpl.make                   |   74 +++++++-----
 9 files changed, 390 insertions(+), 31 deletions(-)

commit 87249354980f711aeb11f2832fc03a8ce48a7b8a
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Fri May 23 11:53:47 2008 +0000

    Sync names.
    
    	* tests/bugs/docs/Makefile.am:
    	* tests/gobject/docs/Makefile.am:
    	* tests/gtk-doc.make:
    	* tests/gtk-doc.notmpl.make:
    	  Sync names.
    
    
    svn path=/trunk/; revision=565

 ChangeLog                      |    8 +++
 tests/bugs/docs/Makefile.am    |    2 +-
 tests/gobject/docs/Makefile.am |    2 +-
 tests/gtk-doc.make             |  135 ----------------------------------------
 tests/gtk-doc.notmpl.make      |  135 ++++++++++++++++++++++++++++++++++++++++
 5 files changed, 145 insertions(+), 137 deletions(-)

commit 1ffa5f6d7077ef199bdcb03a44c0ac7b05620dcd
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Thu May 8 15:25:14 2008 +0000

    Fix a long standing bug that killed spaces in tmpl files.
    
    	* gtkdoc-mkdb.in:
    	* gtkdoc-mktmpl.in:
    	  Fix a long standing bug that killed spaces in tmpl files.
    
    
    svn path=/trunk/; revision=564

 ChangeLog        |    6 ++++++
 gtkdoc-mkdb.in   |   15 +++++++++------
 gtkdoc-mktmpl.in |    7 +++++--
 3 files changed, 20 insertions(+), 8 deletions(-)

commit 393e27f1132f5e6d71a9cb2fb7e3e85b96a1f5ae
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Mon May 5 12:18:53 2008 +0000

    Fix regexps changes from previous commit. When using /e the replacement
    
    	* gtkdoc-mkdb.in:
    	  Fix regexps changes from previous commit. When using /e the
    	  replacement part has to be a perl snippet.
    
    
    svn path=/trunk/; revision=563

 ChangeLog      |    6 ++++++
 gtkdoc-mkdb.in |   21 +++++++++++----------
 2 files changed, 17 insertions(+), 10 deletions(-)

commit 9fcd533935b63587e75680ac57c1f126328d35a2
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Mon May 5 10:57:00 2008 +0000

    Don't expand '#' in ulink tags. Also allow to escape "#%@" with '\'. Add
    
    	* gtkdoc-mkdb.in:
    	* tests/bugs/docs/tester-sections.txt:
    	* tests/bugs/src/tester.h:
    	  Don't expand '#' in ulink tags. Also allow to escape "#%@" with '\'.
    	  Add to testsuite. Fixes #530758
    
    
    svn path=/trunk/; revision=562

 ChangeLog                           |   10 +++++++++-
 gtkdoc-mkdb.in                      |   35 +++++++++++++++++++++++++----------
 tests/bugs/docs/tester-sections.txt |    3 +++
 tests/bugs/src/tester.h             |    9 +++++++++
 4 files changed, 46 insertions(+), 11 deletions(-)

commit 1be8cff799603265c1390c0347e6a98ece0d53cb
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Mon May 5 10:51:35 2008 +0000

    It is GObject not GtkObject anymore
    
    	* gtkdoc-mktmpl.in:
    	  It is GObject not GtkObject anymore
    
    
    svn path=/trunk/; revision=561

 ChangeLog        |    5 +++++
 gtkdoc-mktmpl.in |   14 +++++++-------
 2 files changed, 12 insertions(+), 7 deletions(-)

commit f4bdc0ac167f8ae6fb2d6e8afd58a16c5e0dead8
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Mon May 5 10:41:47 2008 +0000

    Make note about expanding urls. Document the use of |[ |] as a shortcut
    
    	* TODO:
    	  Make note about expanding urls.
    	* help/manual/C/gtk-doc-manual.xml:
    	  Document the use of |[ |] as a shortcut for program listing.
    	* tests/gobject/src/giface.h:
    	* tests/gobject/src/gobject.c:
    	  Fix one undocumented symbol and add an exampl of the programlisting
    	  shortcut.
    
    
    svn path=/trunk/; revision=560

 ChangeLog                        |   22 ++++++++++++++++++++++
 TODO                             |    5 ++++-
 help/manual/C/gtk-doc-manual.xml |   11 ++++++++++-
 tests/gobject/src/giface.h       |    7 ++++++-
 tests/gobject/src/gobject.c      |    9 ++++++++-
 5 files changed, 50 insertions(+), 4 deletions(-)

commit c3f87077c9cad26d942d2f720aad96d74d795a67
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Tue Apr 22 15:36:40 2008 +0000

    We need to update the webpage.
    
    	* HACKING:
    	  We need to update the webpage.
    	* TODO:
    	* configure.in:
    	  Planning.
    	* gtkdoc-mkdb.in:
    	  Hopefully now unbreak the docbuild, if one has template but not uses
    	  them.
    
    
    svn path=/trunk/; revision=559

 ChangeLog      |   13 +++++++++++++
 HACKING        |    4 +++-
 TODO           |    6 +++++-
 configure.in   |    2 +-
 gtkdoc-mkdb.in |   23 ++++++++++-------------
 5 files changed, 32 insertions(+), 16 deletions(-)

commit 5049ec8a02c7fb6c33f79bf2688c73fec63efb45
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Thu Apr 17 13:51:58 2008 +0000

    Add one more warning. Also trac location of section docs. Merge source
    
    	* gtkdoc-mkdb.in:
    	  Add one more warning. Also trac location of section docs. Merge
    	  source symbols once and then on demand (if we read a template).
    
    
    svn path=/trunk/; revision=558

 ChangeLog      |    6 ++++
 gtkdoc-mkdb.in |   83 ++++++++++++++++++++++++++++++++++++-------------------
 2 files changed, 60 insertions(+), 29 deletions(-)

commit 134bb01cb10c87d7655e9841dd4b8a1f2909cec5
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Fri Apr 11 12:25:22 2008 +0000

    Idea about the tracing. Not that practical as it is.
    
    	* TODO:
    	* configure.in:
    	  Idea about the tracing. Not that practical as it is.
    	* gtkdoc-mkdb.in:
    	* gtkdoc-mktmpl.in:
    	  Unify file-error messages. Improve warning detail. Fix undocumented
    	  status for template less runs.
    
    
    svn path=/trunk/; revision=557

 ChangeLog        |   11 +++++
 TODO             |    2 +
 configure.in     |   15 +++++++
 gtkdoc-mkdb.in   |  116 ++++++++++++++++++++++++++++++++++++++++-------------
 gtkdoc-mktmpl.in |    3 +-
 5 files changed, 117 insertions(+), 30 deletions(-)

commit b32c1139814e21b30f32d39fd6f1edffbacceea5
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Thu Apr 10 14:08:03 2008 +0000

    Ideas. Add common method for prining (gcc-style) warnings. Use new method.
    
    	* TODO:
    	  Ideas.
    	* gtkdoc-common.pl.in:
    	  Add common method for prining (gcc-style) warnings.
    	* gtkdoc-mkdb.in:
    	  Use new method. Harmonize the warnings a bit. Remember locations
    	  symbols are taken from template files for use in warnings.
    
    
    svn path=/trunk/; revision=556

 ChangeLog           |   12 ++
 TODO                |    5 +
 gtkdoc-common.pl.in |   18 +++-
 gtkdoc-mkdb.in      |  279 ++++++++++++++++++++++++---------------------------
 4 files changed, 164 insertions(+), 150 deletions(-)

commit d860643947c3d8b371143ec69ddf97a77e023b51
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Wed Apr 9 12:12:11 2008 +0000

    Some releasing info. Print file/line number in warning. Some docs for what
    
    	* HACKING:
              Some releasing info.
    	* gtkdoc-mkdb.in:
    	  Print file/line number in warning.
    	* help/manual/C/gtk-doc-manual.xml:
    	  Some docs for what the <module>-overrides.txt file is for.
    
    
    svn path=/trunk/; revision=555

 ChangeLog                        |   11 +++++++++++
 HACKING                          |    7 +++++++
 gtkdoc-mkdb.in                   |    2 +-
 help/manual/C/gtk-doc-manual.xml |   14 +++++++++++---
 4 files changed, 30 insertions(+), 4 deletions(-)

commit cfddc8ca3968b8c4a07401123b1dcd976ea95d69
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Sun Mar 23 19:05:49 2008 +0000

    Tell automake to not warn us about portabillity issues. Its too late for
    
    	* autogen.sh:
    	  Tell automake to not warn us about portabillity issues. Its too late
    	  for that.
    	* ChangeLog:
    	  Surgery for the bugnumber.
    
    
    svn path=/trunk/; revision=554

 ChangeLog  |   11 ++++++++++-
 autogen.sh |    2 +-
 2 files changed, 11 insertions(+), 2 deletions(-)

commit 40a0b398de2665282edf8242f76a9bc86da726bb
Author: Marc-Andre Lureau <marcandre.lureau@gmail.com>
Date:   Sat Mar 22 16:00:15 2008 +0000

    GNOME doc-utils migration. (Closes #335239)
    
    2008-03-21  Marc-Andre Lureau <marcandre.lureau@gmail.com>
    
    	* .svnignore, Makefile.am, autogen.sh, configure.in,
    	help/manual/.svnignore, help/manual/C/ChangeLog,
    	help/manual/C/Makefile.am, help/manual/C/gtk-doc-manual-C.omf.in,
    	help/manual/C/gtk-doc-manual.xml, help/manual/ChangeLog,
    	help/manual/Makefile.am, help/manual/gtk-doc-manual.omf.in,
    	m4/.svnignore, omf.make, xmldocs.make:
    	GNOME doc-utils migration.  (Closes #335239)
    
    svn path=/trunk/; revision=553

 .svnignore                            |   26 ++++++++
 ChangeLog                             |   10 +++
 Makefile.am                           |    7 ++-
 autogen.sh                            |   10 +++
 configure.in                          |    8 +--
 help/manual/.svnignore                |    4 +
 help/manual/C/ChangeLog               |  102 -------------------------------
 help/manual/C/Makefile.am             |   17 -----
 help/manual/C/gtk-doc-manual-C.omf.in |   34 -----------
 help/manual/C/gtk-doc-manual.xml      |   13 ++++-
 help/manual/ChangeLog                 |  106 +++++++++++++++++++++++++++++++++
 help/manual/Makefile.am               |   10 ++-
 help/manual/gtk-doc-manual.omf.in     |   15 +++++
 m4/.svnignore                         |    1 +
 omf.make                              |   61 -------------------
 xmldocs.make                          |  101 -------------------------------
 16 files changed, 199 insertions(+), 326 deletions(-)

commit f94159cdaeb78fb385b52c0b58576f250ea1c191
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Sat Mar 22 09:09:05 2008 +0000

    Back to development. === Release 1.10 ===
    
    	* HACKING:
    	* configure.in:
    	* help/manual/C/gtk-doc-manual.xml:
    	  Back to development.
    === Release 1.10 ===
    
    
    svn path=/trunk/; revision=552

 ChangeLog                        |    9 +++++++++
 HACKING                          |    3 ++-
 configure.in                     |    2 +-
 help/manual/C/gtk-doc-manual.xml |    4 ++--
 4 files changed, 14 insertions(+), 4 deletions(-)

commit 6a9134e2390284a32a191ebb61446a8f3f1c4c1f
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Wed Mar 19 20:31:17 2008 +0000

    Prepare for release. Add fix for footnote positions.
    
    	* NEWS:
    	* HACKING:
    	  Prepare for release.
    	* style.css:
    	  Add fix for footnote positions.
    
    
    svn path=/trunk/; revision=550

 ChangeLog |    9 +++++++++
 HACKING   |   29 +++++++++++++++++++++++++++++
 NEWS      |   40 ++++++++++++++++++++++++++++++++++++++++
 style.css |    5 +++++
 4 files changed, 83 insertions(+), 0 deletions(-)

commit 0a4ece27fc3f6969e2efd2e61335303351233254
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Wed Feb 27 07:59:48 2008 +0000

    	patch by: Carlos Garnacho <carlos@imendio.com>
    	* tools/gtk-doc.el:
    	  Update emacs mode to work with emacs22. Fixes #513318.
    
    
    svn path=/trunk/; revision=549

 ChangeLog        |   16 +++++++---------
 tools/gtk-doc.el |   21 ++++++++++++++++-----
 2 files changed, 23 insertions(+), 14 deletions(-)

commit 4d654935f5d445de126ccf9a3ed29e9c2580d881
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Fri Feb 1 11:35:10 2008 +0000

    Improve tmpl parsing and add some more logging. Fixes #512154.
    
    	* gtkdoc-common.pl.in:
    	* gtkdoc-mkdb.in:
    	* gtkdoc-mktmpl.in:
    	* tests/bugs/src/tester.h:
    	  Improve tmpl parsing and add some more logging. Fixes #512154.
    
    
    svn path=/trunk/; revision=548

 ChangeLog               |    8 ++++++++
 gtkdoc-common.pl.in     |    7 +++----
 gtkdoc-mkdb.in          |    1 +
 gtkdoc-mktmpl.in        |    3 +--
 tests/bugs/src/tester.h |    2 +-
 5 files changed, 14 insertions(+), 7 deletions(-)

commit 5066944436335e2b9941b623dc9b72fc81e55abc
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Thu Jan 31 07:10:06 2008 +0000

    Add testcase for #512154.
    
    	* tests/bugs/docs/tester-sections.txt:
    	* tests/bugs/src/tester.h:
    	  Add testcase for #512154.
    
    
    svn path=/trunk/; revision=547

 ChangeLog                           |   15 +++++++++++++++
 tests/bugs/docs/tester-sections.txt |    1 +
 tests/bugs/src/tester.h             |   10 ++++++++++
 3 files changed, 26 insertions(+), 0 deletions(-)

commit d6be59da9dbea0ceeea973876e089b1a11b0ca82
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Mon Jan 28 16:07:37 2008 +0000

    Condense all the multiple newlines in the generated xml. Make sure the
    
    	* gtkdoc-mkdb.in:
    	  Condense all the multiple newlines in the generated xml.
    	* tests/gtk-doc.make:
    	  Make sure the testsuite call the uninstalled scripts.
    
    
    svn path=/trunk/; revision=546

 ChangeLog          |    8 ++++++++
 gtkdoc-mkdb.in     |   44 ++++++++++++++++++++++++++++++++++----------
 tests/gtk-doc.make |   16 ++++++++++------
 3 files changed, 52 insertions(+), 16 deletions(-)

commit 8659364f4d7cf0ce9d0b8be8d840b9adb43fc033
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Thu Jan 24 13:34:22 2008 +0000

    Unbreak fixxref. The index.sgml file should not have leading whitespace.
    
    	* gtk-doc.xsl:
    	  Unbreak fixxref. The index.sgml file should not have leading
    	  whitespace. These were caused by indenting the xsl, which is dangerous
    	  in case of <xsl:text>.
    	* gtkdoc-fixxref.in:
    	  Debug logging.
    
    
    svn path=/trunk/; revision=545

 ChangeLog         |   10 ++++++++++
 gtk-doc.xsl       |    9 ++++-----
 gtkdoc-fixxref.in |   11 ++++++-----
 3 files changed, 20 insertions(+), 10 deletions(-)

commit a759418c5ea83137d94f4e15dc0efdf08b46cb2a
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Mon Jan 21 13:40:09 2008 +0000

    Don't warn when parsing enum struct members.
    
    	* gtkdoc-common.pl.in:
    	  Don't warn when parsing enum struct members.
    
    
    svn path=/trunk/; revision=544

 ChangeLog           |    5 +++++
 gtkdoc-common.pl.in |    4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

commit bac6dd1882f8f2cff90c44247bcb8c5518e4e70c
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Mon Jan 21 08:55:55 2008 +0000

    Give file and line number when complaining about duplicate definitions.
    
    	* gtkdoc-mkdb.in:
    	* gtkdoc-mktmpl.in:
    	  Give file and line number when complaining about duplicate
    	  definitions. Seems to not have been applied with older commit.
    	* gtkdoc-scan.in:
    	* tests/gobject/src/gobject.h:
    	  Handle typedef enums.
    
    
    svn path=/trunk/; revision=543

 ChangeLog                   |   11 +++++++++++
 gtkdoc-mkdb.in              |    4 ++--
 gtkdoc-mktmpl.in            |    4 ++--
 gtkdoc-scan.in              |   12 ++++--------
 tests/gobject/src/gobject.h |   12 ++++++++++++
 5 files changed, 31 insertions(+), 12 deletions(-)

commit e4ca53bdc7accb134bd3a854b0e935e178b2e0a3
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Thu Jan 17 13:16:45 2008 +0000

    Don't fail in dist when no .types file is present. Fixes #509539.
    
    	* gtk-doc.make:
    	* gtk-doc.notmpl.make:
    	  Don't fail in dist when no .types file is present. Fixes #509539.
    
    
    svn path=/trunk/; revision=542

 ChangeLog           |   13 +++++++++++++
 gtk-doc.make        |    4 ++--
 gtk-doc.notmpl.make |    4 ++--
 3 files changed, 17 insertions(+), 4 deletions(-)

commit 640dfafc559c0c372548ea66ac99a0c6f5d9a3f1
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Mon Jan 14 19:22:33 2008 +0000

    	patch by: Joe Marcus Clarke <marcus@freebsd.org>
    	* gtk-doc.make:
    	* gtk-doc.notmpl.make:
    	  Do not abort the build, if gtk-doc is not installed. Fixes #508897
    
    
    svn path=/trunk/; revision=541

 ChangeLog           |    8 ++++++++
 gtk-doc.make        |    2 +-
 gtk-doc.notmpl.make |    2 +-
 3 files changed, 10 insertions(+), 2 deletions(-)

commit 08ad65980a4f339cf780a9f810c692aa5914f843
Author: Mathias Hasselmann <hasselmm@src.gnome.org>
Date:   Thu Dec 20 12:52:02 2007 +0000

    Lower Python dependency to 2.3 (#503054). Just warn when Python wasn't
    
    * configure.in:
    Lower Python dependency to 2.3 (#503054). Just warn when Python
    wasn't found. Print a configuration summary before leaving the
    configure script.
    * Makefile.am:
    Do not install gtkdoc-depscan when Python wasn't found.
    
    svn path=/trunk/; revision=540

 ChangeLog    |    9 +++++++++
 Makefile.am  |    6 +++++-
 configure.in |   33 ++++++++++++++++++++++++++-------
 3 files changed, 40 insertions(+), 8 deletions(-)

commit 85d4b49fdc60766a1eb0002161ecece4d6ba4fff
Author: Mathias Hasselmann <hasselmm@src.gnome.org>
Date:   Thu Dec 20 12:14:16 2007 +0000

    Use old and/or pattern instead of the new ternary operator. This drops the
    
    * gtkdoc-depscan.in:
    Use old and/or pattern instead of the new ternary operator.
    This drops the Python 2.5 dependency for that script.
    Original patch by Frederic Peters. (#503054)
    
    svn path=/trunk/; revision=539

 ChangeLog         |    7 +++++++
 gtkdoc-depscan.in |    8 ++++----
 2 files changed, 11 insertions(+), 4 deletions(-)

commit 613bdb3e440f0ca32864102bfd755d580a49c31b
Author: Mathias Hasselmann <hasselmm@src.gnome.org>
Date:   Mon Dec 17 21:23:18 2007 +0000

    Use AM_PATH_PYTHON instread of AC_PATH_PROG to find Python. (#503710)
    
    * configure.in:
      Use AM_PATH_PYTHON instread of AC_PATH_PROG to find Python.
      (#503710)
    
    svn path=/trunk/; revision=538

 ChangeLog    |    6 ++++++
 configure.in |    5 +----
 2 files changed, 7 insertions(+), 4 deletions(-)

commit 2e3c48222e3571d767ad571345582e0fca0e8d62
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Mon Dec 17 13:45:23 2007 +0000

    Render accronyms from docbook and glossary in html.
    
    	* gtk-doc.xsl:
    	  Render accronyms from docbook and glossary in html.
    
    
    svn path=/trunk/; revision=537

 ChangeLog   |    5 ++++
 gtk-doc.xsl |   64 +++++++++++++++++++++++++++++++++++++++++++++++++---------
 2 files changed, 59 insertions(+), 10 deletions(-)

commit 90a8b82321109e9e39c756101d14d4bc8ac533ef
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Mon Dec 17 12:26:00 2007 +0000

    Add the xml instead of the sgml docs.
    
    	* tests/bugs/docs/tester-docs.sgml:
    	* tests/bugs/docs/tester-docs.xml:
    	* tests/gobject/docs/tester-docs.sgml:
    	* tests/gobject/docs/tester-docs.xml:
    	  Add the xml instead of the sgml docs.
    
    
    svn path=/trunk/; revision=536

 ChangeLog                           |    8 +++++
 tests/bugs/docs/tester-docs.sgml    |   18 -------------
 tests/bugs/docs/tester-docs.xml     |   18 +++++++++++++
 tests/gobject/docs/tester-docs.sgml |   18 -------------
 tests/gobject/docs/tester-docs.xml  |   49 +++++++++++++++++++++++++++++++++++
 5 files changed, 75 insertions(+), 36 deletions(-)

commit 702457e229f0024c0282439e140b6746adc94ec4
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Wed Dec 12 16:16:02 2007 +0000

    Revert last change and reopen #503119. Needs a different fix.
    
    	* gtk-doc.make:
    	* gtk-doc.notmpl.make:
    	  Revert last change and reopen #503119. Needs a different fix.
    
    
    svn path=/trunk/; revision=535

 ChangeLog           |    8 +++++++-
 gtk-doc.make        |    2 +-
 gtk-doc.notmpl.make |    2 +-
 3 files changed, 9 insertions(+), 3 deletions(-)

commit 0aecafb4f9b248f994c85606b27b3d8a32264a74
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Wed Dec 12 13:49:07 2007 +0000

    Use content_files as a dependency the sgml-build.stamp.Fixes #503119.
    
    	* gtk-doc.make:
    	* gtk-doc.notmpl.make:
    	  Use content_files as a dependency the sgml-build.stamp.Fixes #503119.
    
    
    svn path=/trunk/; revision=534

 ChangeLog           |    6 ++++++
 gtk-doc.make        |    2 +-
 gtk-doc.notmpl.make |    2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)

commit 10a536d9258865d3f613805eab5009065126f19b
Author: Mathias Hasselmann <hasselmm@src.gnome.org>
Date:   Tue Dec 11 21:31:08 2007 +0000

    Use colon as name-version-separator in book names.
    
    * gtkdoc-depscan.in: Use colon as name-version-separator in book names.
    
    svn path=/trunk/; revision=533

 ChangeLog         |    5 +++++
 gtkdoc-depscan.in |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

commit 2aec6d5fb157a0e827f2f1fb074978fd1966d928
Author: Mathias Hasselmann <hasselmm@src.gnome.org>
Date:   Tue Dec 11 21:31:00 2007 +0000

    Also scan devhelp folders.
    
    * gtkdoc-depscan.in: Also scan devhelp folders.
    
    svn path=/trunk/; revision=532

 ChangeLog         |    5 +++++
 gtkdoc-depscan.in |   14 +++++++++-----
 2 files changed, 14 insertions(+), 5 deletions(-)

commit 1458dd2b397ee921a2ccab04b7f399d520a7da4a
Author: Mathias Hasselmann <hasselmm@src.gnome.org>
Date:   Tue Dec 11 21:23:16 2007 +0000

    Print reasonable error message when passing non-existant files on command
    
    * gtkdoc-depscan.in:
      Print reasonable error message when passing
      non-existant files on command line.
    
    svn path=/trunk/; revision=531

 ChangeLog         |    6 ++++++
 gtkdoc-depscan.in |   28 ++++++++++++++++++----------
 2 files changed, 24 insertions(+), 10 deletions(-)

commit f43a603da15344e9cdd77f9805bbb0ece45180ab
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Tue Dec 11 15:25:28 2007 +0000

    	patch by: Kouhei Sutou <kou@cozmixng.org>
    	* gtk-doc.xsl:
    	  Consitently use UTF-8 instead of US-ASCII for output encoding.
    	  Fixes #497367
    
    
    svn path=/trunk/; revision=530

 ChangeLog   |    8 ++++++++
 gtk-doc.xsl |   11 +++++------
 2 files changed, 13 insertions(+), 6 deletions(-)

commit a84afe5dccdfa3d6df9cab99272ad7efe0f8c6e9
Author: Mathias Hasselmann <hasselmm@src.gnome.org>
Date:   Mon Dec 10 12:46:41 2007 +0000

    Add gtkdoc-depscan, which resolves source code dependencies by scanning
    
    * configure.in:
    * gtkdoc-depscan.in:
    * Makefile.am:
      Add gtkdoc-depscan, which resolves source code dependencies
      by scanning devhelp2 books.
    
    svn path=/trunk/; revision=529

 ChangeLog         |    8 ++
 Makefile.am       |    1 +
 configure.in      |    9 ++
 gtkdoc-depscan.in |  359 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 377 insertions(+), 0 deletions(-)

commit 1279cfba008b6912c156c15d95fc97fd08b8ad37
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Mon Dec 10 07:07:11 2007 +0000

    Update schema. Remove left-over 'fi'.
    
    	* devhelp2.xsd:
    	  Update schema.
    	* gtk-doc.notmpl.make:
    	  Remove left-over 'fi'.
    
    
    svn path=/trunk/; revision=528

 ChangeLog           |    8 ++++++++
 devhelp2.xsd        |   15 ++++++++++++---
 gtk-doc.notmpl.make |    1 -
 3 files changed, 20 insertions(+), 4 deletions(-)

commit 2c3f6c57071ff5d239e83d1ae1e91958f6f4582b
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Wed Dec 5 14:53:11 2007 +0000

    Better fix for #501066.
    
    	* gtk-doc.make:
    	* gtk-doc.notmpl.make:
    	  Better fix for #501066.
    
    
    svn path=/trunk/; revision=527

 ChangeLog           |    6 ++++++
 gtk-doc.make        |    5 ++---
 gtk-doc.notmpl.make |    2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)

commit 0d21ba7178eb5351fa5418ef5e8ef2da4104107c
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Wed Dec 5 13:08:25 2007 +0000

    Add first version of the schema. Unbreak the devhelp2 file generation. Add
    
    	* devhelp2.xsd:
    	  Add first version of the schema.
    	* devhelp2.xsl:
    	  Unbreak the devhelp2 file generation.
    	* tests/gtkdoctest.sh:
    	  Add comment about doing schmea checks once they work.
    
    
    svn path=/trunk/; revision=526

 ChangeLog           |   11 ++++++++
 devhelp2.xsd        |   68 +++++++++++++++++++++++++++++++++++++++++++++++++++
 devhelp2.xsl        |    4 +-
 tests/gtkdoctest.sh |    2 +
 4 files changed, 83 insertions(+), 2 deletions(-)

commit 1fdf62d0358c26b81b58f536d1f080e8d11557e4
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Tue Dec 4 14:46:58 2007 +0000

    Apply build flags cleanups from #498521. Spotted by dmacks@netspace.org.
    
    	* gtk-doc.make:
    	* gtk-doc.notmpl.make:
    	  Apply build flags cleanups from #498521. Spotted by
    	  dmacks@netspace.org.
    
    
    svn path=/trunk/; revision=525

 ChangeLog           |    7 +++++++
 gtk-doc.make        |    8 ++++----
 gtk-doc.notmpl.make |    8 ++++----
 3 files changed, 15 insertions(+), 8 deletions(-)

commit ae5a9f1b4f9dad2d75a84261488639f359205802
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Tue Dec 4 14:28:23 2007 +0000

    Uhm, unbreak the links in the test docs.
    
    	* tests/gobject/src/giface.c:
    	* tests/gobject/src/gobject.c:
    	  Uhm, unbreak the links in the test docs.
    
    
    svn path=/trunk/; revision=524

 ChangeLog                   |    6 ++++++
 tests/gobject/src/giface.c  |    4 ++--
 tests/gobject/src/gobject.c |    4 ++--
 3 files changed, 10 insertions(+), 4 deletions(-)

commit 390c597dc6fa4275e82b0a99cc02c65d71437d1a
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Tue Dec 4 14:19:02 2007 +0000

    Little test cleanup. The bug was already fixed.
    
    	* tests/gobject/src/giface.c:
    	* tests/gobject/src/gobject.c:
    	  Little test cleanup. The bug was already fixed.
    
    
    svn path=/trunk/; revision=523

 ChangeLog                   |    6 ++++++
 tests/gobject/src/giface.c  |   16 +++++++---------
 tests/gobject/src/gobject.c |    8 ++++----
 3 files changed, 17 insertions(+), 13 deletions(-)

commit 66a4a1e3fe4c9774a3e49e78fc76f1894ad78d7f
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Tue Dec 4 11:45:17 2007 +0000

    Refactor tests for #489279.
    
    	* tests/gobject/docs/tester-sections.txt:
    	* tests/gobject/docs/tester.types:
    	* tests/gobject/src/Makefile.am:
    	* tests/gobject/src/giface.c:
    	* tests/gobject/src/giface.h:
    	* tests/gobject/src/gobject.c:
    	* tests/gobject/src/gobject.h:
    	* tests/gobject/src/tester.c:
    	* tests/gobject/src/tester.h:
    	  Refactor tests for #489279.
    
    
    svn path=/trunk/; revision=522

 ChangeLog                              |   13 ++++
 tests/gobject/docs/tester-sections.txt |   44 ++++++++++-----
 tests/gobject/docs/tester.types        |    4 +-
 tests/gobject/src/Makefile.am          |    2 +-
 tests/gobject/src/giface.c             |   84 ++++++++++++++++++++++++++
 tests/gobject/src/giface.h             |   58 ++++++++++++++++++
 tests/gobject/src/gobject.c            |  100 ++++++++++++++++++++++++++++++++
 tests/gobject/src/gobject.h            |   72 +++++++++++++++++++++++
 tests/gobject/src/tester.c             |  100 --------------------------------
 tests/gobject/src/tester.h             |   68 +---------------------
 10 files changed, 362 insertions(+), 183 deletions(-)

commit 44109b4dd9ff97a0c163d4e3bd83a750d1258b8d
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Tue Dec 4 07:47:00 2007 +0000

    Add testcase for #501038. Improve struct parsing to correctly finish if
    
    	* gtkdoc-common.pl.in:
    	* tests/bugs/docs/tester-sections.txt:
    	* tests/bugs/src/tester.h:
    	  Add testcase for #501038. Improve struct parsing to correctly finish
    	  if the last line in struct declaration was a preprocessor statement.
    	  Fixes  #501038.
    
    
    svn path=/trunk/; revision=521

 ChangeLog                           |    9 +++++++++
 gtkdoc-common.pl.in                 |    8 +++++---
 tests/bugs/docs/tester-sections.txt |    1 +
 tests/bugs/src/tester.h             |   21 +++++++++++++++++++++
 4 files changed, 36 insertions(+), 3 deletions(-)

commit 0e682b963fcdfa3797dee67098b2c8182c2f7746
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Tue Dec 4 07:22:51 2007 +0000

    	patch by: David Nečas <yeti@physics.muni.cz>
    	* gtkdoc-common.pl.in:
    	* tests/bugs/docs/tester-sections.txt:
    	* tests/bugs/src/tester.c:
    	* tests/bugs/src/tester.h:
    	  Handle forward typedef'd enums. Fixes #446648.
    
    
    svn path=/trunk/; revision=520

 ChangeLog                           |   10 ++++++++++
 gtkdoc-common.pl.in                 |    9 +++++++--
 tests/bugs/docs/tester-sections.txt |    1 +
 tests/bugs/src/tester.c             |    7 +++++++
 tests/bugs/src/tester.h             |    5 +++++
 5 files changed, 30 insertions(+), 2 deletions(-)

commit 05e310cf222a03f06a9b35681a53c824912e0201
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Tue Dec 4 06:52:18 2007 +0000

    Add double-quotes around `which gtkdoc-rebase` to prevent "test" from
    
    	* gtk-doc.make:
    	* gtk-doc.notmpl.make:
    	  Add double-quotes around `which gtkdoc-rebase` to prevent "test"
    	  from failing with "/bin/sh: line 11: test: !=: unary operator
    	  expected ".  Fixes #501066.
    
    
    svn path=/trunk/; revision=519

 ChangeLog           |    8 ++++++++
 gtk-doc.make        |    2 +-
 gtk-doc.notmpl.make |    2 +-
 3 files changed, 10 insertions(+), 2 deletions(-)

commit 936b789fd8b9b40a70c9674cc36e084e63e7a3bd
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Sun Nov 11 16:43:33 2007 +0000

    patch by: David NeÄas <yeti@physics.muni.cz>
    * gtk-doc.xsl:
    * gtkdoc-mkdb.in:
    Avoid generated node ids. Fixes #365913.
    
    svn path=/trunk/; revision=518

 ChangeLog      |    8 +++++
 gtk-doc.xsl    |   34 +++++++++-----------
 gtkdoc-mkdb.in |   93 +++++++++++++++++++++++++++-----------------------------
 3 files changed, 69 insertions(+), 66 deletions(-)

commit 6a835d9f265c43a14a68afbcbb5c1a856b4d33e1
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Sun Nov 11 16:21:22 2007 +0000

    Alternative and cleaner footer implementation (unblock #365913).
    
    * gtk-doc.xsl:
    * gtkdoc-mkdb.in:
    * style.css:
    Alternative and cleaner footer implementation (unblock #365913).
    
    svn path=/trunk/; revision=517

 ChangeLog      |    7 +++++++
 gtk-doc.xsl    |   14 ++++++++++++++
 gtkdoc-mkdb.in |    5 -----
 style.css      |   11 +++++++++--
 4 files changed, 30 insertions(+), 7 deletions(-)

commit 305376a231f0eae795d6e964a1f311d72cf0f1b7
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Sun Nov 11 11:33:07 2007 +0000

    patch by: David NeÄas <yeti@physics.muni.cz>
    * gtkdoc-mkdb.in:
    * gtkdoc-scangobj.in:
    Display proper types for pointer properties. Fixes #468278.
    
    svn path=/trunk/; revision=516

 ChangeLog          |    8 ++++++++
 gtkdoc-mkdb.in     |    8 +++++---
 gtkdoc-scangobj.in |    7 +++++--
 3 files changed, 18 insertions(+), 5 deletions(-)

commit adfc3377fe42bd5ab44b47786520196088d9076a
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Wed Oct 31 12:53:31 2007 +0000

    Only warn about missing deprecation guards for declared symbols. Fixes
    
    	* gtkdoc-mkdb.in:
    	  Only warn about missing deprecation guards for declared symbols.
    	  Fixes #492005.
    
    
    svn path=/trunk/; revision=515

 ChangeLog      |    6 ++++++
 gtkdoc-mkdb.in |   15 +++++++++++----
 2 files changed, 17 insertions(+), 4 deletions(-)

commit 9f7eaf82a9ff82e24120c67034c84acd79aff122
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Wed Oct 31 09:10:30 2007 +0000

    Run our own check script. Clean the make output a bit.
    
    	* tests/gtk-doc.make:
    	* tests/gtkdoctest.sh:
    	  Run our own check script. Clean the make output a bit.
    
    
    svn path=/trunk/; revision=514

 ChangeLog           |    6 ++++++
 tests/gtk-doc.make  |   16 ++++++++--------
 tests/gtkdoctest.sh |   21 +--------------------
 3 files changed, 15 insertions(+), 28 deletions(-)

commit 5f7791093afea39e9b302e65fb2f4bb9ec0f27db
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Wed Oct 31 08:40:17 2007 +0000

    Small doc fix.
    
    	* help/manual/C/gtk-doc-manual.xml:
    	  Small doc fix.
    
    
    svn path=/trunk/; revision=513

 ChangeLog                        |    5 +++++
 help/manual/C/gtk-doc-manual.xml |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

commit 0269114f9ac44f237d1ecb1d23123ca9d96c53ef
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Wed Oct 31 08:11:23 2007 +0000

    Formatting.
    
    	* Makefile.am:
    	  Formatting.
    	* configure.in:
    	* tests/gtk-doc.make:
    	  Cleanup the 'make check' deps configure check.
    
    
    svn path=/trunk/; revision=512

 ChangeLog          |    9 +++++++++
 Makefile.am        |    2 +-
 configure.in       |    7 ++-----
 tests/gtk-doc.make |    4 ----
 4 files changed, 12 insertions(+), 10 deletions(-)

commit 7b539d60d17de888446d396b5619bc4e0ae64fd8
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Mon Oct 1 18:34:55 2007 +0000

    Back to development. === Release 1.9 ===
    
    	* configure.in:
    	* help/manual/C/gtk-doc-manual.xml:
    	  Back to development.
    === Release 1.9 ===
    
    
    svn path=/trunk/; revision=511

 ChangeLog                        |    8 ++++++++
 configure.in                     |    2 +-
 help/manual/C/gtk-doc-manual.xml |    2 +-
 3 files changed, 10 insertions(+), 2 deletions(-)

commit 6f243c15ab584aff3f388520642ca99916fd8866
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Sun Sep 30 16:41:04 2007 +0000

    Releasing 1.9.
    
    	* NEWS:
    	  Releasing 1.9.
    
    
    svn path=/trunk/; revision=509

 ChangeLog |    5 +++++
 NEWS      |   12 ++++++------
 2 files changed, 11 insertions(+), 6 deletions(-)

commit 8460157f7074444522ae0921b69dce11cc4d5425
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Thu Sep 27 18:31:53 2007 +0000

    New day, new fix. Remove testing $(DESTDIR) from makefile and use
    
    	* gtk-doc.make:
    	* gtk-doc.notmpl.make:
    	* gtkdoc-rebase.in:
    	  New day, new fix. Remove testing $(DESTDIR) from makefile and use
    	  Getopt::Long qw(:config gnu_getopt); in rebase.
    
    
    svn path=/trunk/; revision=508

 ChangeLog           |    8 ++++++++
 gtk-doc.make        |    6 +-----
 gtk-doc.notmpl.make |    6 +-----
 gtkdoc-rebase.in    |    2 +-
 4 files changed, 11 insertions(+), 11 deletions(-)

commit 0afff163840ac4fb579fab79b7d090bafbea14b3
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Wed Sep 26 20:05:40 2007 +0000

    And actually saving before commiting might greatly help.
    
    	* gtk-doc.make:
    	  And actually saving before commiting might greatly help.
    
    
    svn path=/trunk/; revision=507

 ChangeLog    |    5 +++++
 gtk-doc.make |   12 +++++++-----
 2 files changed, 12 insertions(+), 5 deletions(-)

commit 315ff82fb6fc59226822971e676c6536af08828a
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Wed Sep 26 20:03:32 2007 +0000

    Another attempt to fix the rules.
    
    	* gtk-doc.make:
    	* gtk-doc.notmpl.make:
    	  Another attempt to fix the rules.
    
    
    svn path=/trunk/; revision=506

 ChangeLog           |    6 ++++++
 gtk-doc.make        |    2 +-
 gtk-doc.notmpl.make |   12 +++++++-----
 3 files changed, 14 insertions(+), 6 deletions(-)

commit 19cdb7ab7965dd022889770c37671691f4cb32f1
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Wed Sep 26 19:53:30 2007 +0000

    If there is nothing to install, don't rebase.
    
    	* gtk-doc.make:
    	* gtk-doc.notmpl.make:
    	  If there is nothing to install, don't rebase.
    
    
    svn path=/trunk/; revision=505

 ChangeLog           |    6 ++++++
 gtk-doc.make        |   10 +++++-----
 gtk-doc.notmpl.make |   10 +++++-----
 3 files changed, 16 insertions(+), 10 deletions(-)

commit f2820f54978351f40ac5466eba419fffd0b934e2
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Wed Sep 26 19:48:59 2007 +0000

    Unbreak the last change.
    
    	* gtk-doc.make:
    	* gtk-doc.notmpl.make:
    	  Unbreak the last change.
    
    
    svn path=/trunk/; revision=504

 ChangeLog           |    6 ++++++
 gtk-doc.make        |    6 +++---
 gtk-doc.notmpl.make |   12 ++++++------
 3 files changed, 15 insertions(+), 9 deletions(-)

commit fc62f01670769747239c92b64c181e5be7ce0158
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Wed Sep 26 19:36:44 2007 +0000

    Handle DESTDIR= case.
    
    	* gtk-doc.make:
    	* gtk-doc.notmpl.make:
    	  Handle DESTDIR= case.
    
    
    svn path=/trunk/; revision=503

 ChangeLog           |    6 ++++++
 gtk-doc.make        |    7 ++++++-
 gtk-doc.notmpl.make |    6 +++++-
 3 files changed, 17 insertions(+), 2 deletions(-)

commit 671b6cfc964a56cc5c0a72551c7bfe6d1c4e0e00
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Wed Sep 26 18:58:06 2007 +0000

    Fix destdir option name.
    
    	* gtk-doc.make:
    	* gtk-doc.notmpl.make:
    	* gtkdoc-rebase.in:
    	  Fix destdir option name.
    
    
    svn path=/trunk/; revision=502

 ChangeLog           |    7 +++++++
 gtk-doc.make        |    2 +-
 gtk-doc.notmpl.make |    2 +-
 gtkdoc-rebase.in    |    2 +-
 4 files changed, 10 insertions(+), 3 deletions(-)

commit 97a35fdd769991d151bb951ecd531dd1931ea827
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Tue Sep 25 20:58:49 2007 +0000

    Get make distcheck fully working.
    
    	* tests/gtk-doc.make:
    	  Get make distcheck fully working.
    
    
    svn path=/trunk/; revision=501

 ChangeLog          |    5 +++++
 tests/gtk-doc.make |   18 +++++++++---------
 2 files changed, 14 insertions(+), 9 deletions(-)

commit 542efc9b6cecae71f861c1ac3bd5b7d3b761db2a
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Tue Sep 25 20:41:13 2007 +0000

    Try to get make distcheck to run. Don't dist docs generated during test
    
    	* tests/Makefile.am:
    	* tests/bugs.sh:
    	* tests/gobject.sh:
    	* tests/gtkdoctest.sh:
    	  Try to get make distcheck to run.
    	* tests/gtk-doc.make:
    	  Don't dist docs generated during test runs and remove some cruft.
    
    
    svn path=/trunk/; revision=500

 ChangeLog           |   12 ++++++++++++
 tests/Makefile.am   |    1 +
 tests/bugs.sh       |    2 +-
 tests/gobject.sh    |    2 +-
 tests/gtk-doc.make  |   35 +----------------------------------
 tests/gtkdoctest.sh |    7 ++++---
 6 files changed, 20 insertions(+), 39 deletions(-)

commit ff1891fec0ccabea75230b2a6b4c1e825eef6e03
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Mon Sep 24 20:09:26 2007 +0000

    	patch by: David Nečas <yeti@physics.muni.cz>
    	* NEWS:
    	* tests/bugs/docs/Makefile.am:
    	* tests/gobject/docs/Makefile.am:
    	* tests/gtk-doc.make:
    	  Adapt xml/ cleaning from gtk-doc.notmpl.make.  Clean log files.
    
    
    svn path=/trunk/; revision=499

 ChangeLog                      |   10 ++++++++++
 NEWS                           |    1 +
 tests/bugs/docs/Makefile.am    |    8 ++++++++
 tests/gobject/docs/Makefile.am |    8 ++++++++
 tests/gtk-doc.make             |    9 ++++++---
 5 files changed, 33 insertions(+), 3 deletions(-)

commit dab5c3030973ec818ffad441ccc9282bf251161f
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Mon Sep 24 19:33:12 2007 +0000

    Current release notes.
    
    	* NEWS:
    	  Current release notes.
    
    
    svn path=/trunk/; revision=498

 ChangeLog |    5 +++++
 NEWS      |   53 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 58 insertions(+), 0 deletions(-)

commit 3910d2375f16b0c0b0a80874b0b5d520130423f4
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Mon Sep 24 19:31:03 2007 +0000

    Make mango happy.
    
    	* MAINTAINERS:
    	  Make mango happy.
    	* examples/Makefile.am:
    	* gtk-doc.make:
    	* gtk-doc.notmpl.make:
    	  Process files from DISTCLEANFILES in the dist-hooks.
    
    
    svn path=/trunk/; revision=497

 ChangeLog            |   14 +++++++-------
 MAINTAINERS          |    2 +-
 examples/Makefile.am |    5 +++++
 gtk-doc.make         |    1 +
 gtk-doc.notmpl.make  |    1 +
 5 files changed, 15 insertions(+), 8 deletions(-)

commit 57a0bf3ee0dfea02479ffff9691da72cfcd73098
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Mon Sep 24 19:27:45 2007 +0000

    	patch by: David Nečas <yeti@physics.muni.cz>
    	* Makefile.am:
    	  Add gtk-doc.notmpl.make to EXTRA_DIST. Fixes #479913.
    
    
    svn path=/trunk/; revision=496

 ChangeLog   |   17 +++++++++++++++++
 Makefile.am |    1 +
 2 files changed, 18 insertions(+), 0 deletions(-)

commit 1fc7ed0608928b270caf762fecf25a1faa5ac3e2
Author: Olav Vitters <ovitters@src.gnome.org>
Date:   Fri Sep 21 10:03:46 2007 +0000

    Correct userid in MAINTAINERS file
    
    svn path=/trunk/; revision=495

 MAINTAINERS |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 763a65a9b5fba728cff9195167a43b14cda48e61
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Thu Sep 20 19:16:31 2007 +0000

    Revert online option for fixxref now that we have a rebase command.
    
    	* gtkdoc-fixxref.in:
    	  Revert online option for fixxref now that we have a rebase command.
    
    
    svn path=/trunk/; revision=494

 ChangeLog         |    5 ++++
 gtkdoc-fixxref.in |   56 +++++++++++++++++-----------------------------------
 2 files changed, 23 insertions(+), 38 deletions(-)

commit c8d4c7471e030fb547ec089d78e14bd91f23d222
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Mon Sep 17 22:25:57 2007 +0000

    Handle function pointers. Fixes #477532.
    
    	* gtkdoc-scan.in:
    	  Handle function pointers. Fixes #477532.
    
    
    svn path=/trunk/; revision=493

 ChangeLog      |    5 +++++
 gtkdoc-scan.in |   13 +++++++++++--
 2 files changed, 16 insertions(+), 2 deletions(-)

commit 046833df5bf9db24a18faa6fface09f39e891a5c
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Mon Sep 17 22:13:09 2007 +0000

    	patch by: David Nečas <yeti@physics.muni.cz>
    	* gtkdoc-scan.in:
    	  Parse reoccuring const. Fixes #471014.
    	* tests/bugs/docs/Makefile.am:
    	* tests/bugs/docs/tester-sections.txt:
    	* tests/bugs/src/tester.c:
    	* tests/bugs/src/tester.h:
    	* tests/gobject/docs/Makefile.am:
    	* tests/gobject/src/tester.c:
    	* tests/gobject/src/tester.h:
    	  Add more tests and cleanup the test-code a little.
    
    
    svn path=/trunk/; revision=492

 ChangeLog                           |   16 +++++++++++++
 gtkdoc-scan.in                      |   11 +++++----
 tests/bugs/docs/Makefile.am         |    6 +++-
 tests/bugs/docs/tester-sections.txt |    2 +
 tests/bugs/src/tester.c             |   17 ++++++++++---
 tests/bugs/src/tester.h             |   16 +++++++++++-
 tests/gobject/docs/Makefile.am      |    2 +-
 tests/gobject/src/tester.c          |   42 ++++++++++++++--------------------
 tests/gobject/src/tester.h          |    2 -
 9 files changed, 73 insertions(+), 41 deletions(-)

commit eef49e5076651e2d104aa4bc49642f6d4beeabb2
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Mon Sep 17 21:00:37 2007 +0000

    Revert some Makefile improvements, as we can't control the quoting
    
    	* gtk-doc.make:
    	* gtk-doc.notmpl.make:
    	  Revert some Makefile improvements, as we can't control the quoting
    	  reliably.
    
    
    svn path=/trunk/; revision=491

 ChangeLog           |    8 ++++++++
 gtk-doc.make        |   16 ++--------------
 gtk-doc.notmpl.make |   16 ++--------------
 3 files changed, 12 insertions(+), 28 deletions(-)

commit 5d483081d122e8511d49d692948b91d072996dc0
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Tue Sep 11 19:12:00 2007 +0000

    Default master doc should have proper extension. Fixes #467773.
    
    	* gtkdoc-mkdb.in:
    	  Default master doc should have proper extension. Fixes #467773.
    
    
    svn path=/trunk/; revision=490

 ChangeLog      |    5 +++++
 gtkdoc-mkdb.in |   19 +++++++++++++------
 2 files changed, 18 insertions(+), 6 deletions(-)

commit b4b4e77f630b366c9068050c1f7533155788e66e
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Tue Sep 11 19:08:52 2007 +0000

    	patch by: David Nečas <yeti@physics.muni.cz>
    	* gtk-doc.make:
    	* gtk-doc.notmpl.make:
    
    
    svn path=/trunk/; revision=489

 ChangeLog           |    7 +++++++
 gtk-doc.make        |   25 ++++++++++++++++++++-----
 gtk-doc.notmpl.make |   27 ++++++++++++++++++++-------
 3 files changed, 47 insertions(+), 12 deletions(-)

commit 21a136f21836a4659738e42c540480ec2f157464
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Mon Sep 3 09:23:38 2007 +0000

    Update MAINTAINER to adhere to rules given on
    
    	* MAINTAINERS:
    	  Update MAINTAINER to adhere to rules given on
    	  http://live.gnome.org/MaintainersCorner#maintainers
    
    
    svn path=/trunk/; revision=488

 ChangeLog   |    6 ++++++
 MAINTAINERS |   16 ++++++++++++----
 2 files changed, 18 insertions(+), 4 deletions(-)

commit 25559f995eafab78a17ba0167ad2b7f0c54e07e7
Author: Kjartan Maraas <kmaraas@src.gnome.org>
Date:   Mon Sep 3 07:57:37 2007 +0000

    Fix MAINTAINERS
    
    svn path=/trunk/; revision=487

 MAINTAINERS |   16 +++++++++++++---
 1 files changed, 13 insertions(+), 3 deletions(-)

commit 4e1f9c06f3792ffbce8f2ac50dbb389985e7ff51
Author: Benjamin Otte <otte@src.gnome.org>
Date:   Thu Aug 23 20:58:27 2007 +0000

    sync with gtkdoc-mkdb completely. Really fixes #419997
    
    * gtkdoc-mktmpl.in:
      sync with gtkdoc-mkdb completely. Really fixes #419997
    
    svn path=/trunk/; revision=486

 ChangeLog        |    5 +++++
 gtkdoc-mktmpl.in |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

commit 73d33c302e12f3bcf06a86a4f5db14109da2476d
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Tue Aug 21 05:55:12 2007 +0000

    Add divider and empty space at the bottom. Mostly fixes #448879.
    
    	* gtkdoc-mkdb.in:
    	* style.css:
    	  Add divider and empty space at the bottom. Mostly fixes #448879.
    
    
    svn path=/trunk/; revision=485

 ChangeLog      |    6 ++++++
 gtkdoc-mkdb.in |    4 ++++
 style.css      |    4 ++++
 3 files changed, 14 insertions(+), 0 deletions(-)

commit df99ea32766962b76421775100a2e5ad98631762
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Tue Aug 21 05:48:34 2007 +0000

    Make use of rebase if possible. Fixes #465920 Rebase improvements and
    
    	* gtk-doc.make:
    	* gtk-doc.notmpl.make:
    	  Make use of rebase if possible. Fixes #465920
    	* gtkdoc-rebase.in:
    	  Rebase improvements and fixes.
    
    
    svn path=/trunk/; revision=484

 ChangeLog           |    9 +++++++++
 gtk-doc.make        |    2 ++
 gtk-doc.notmpl.make |    2 ++
 gtkdoc-rebase.in    |   32 +++++++++++++++++++++++++++++---
 4 files changed, 42 insertions(+), 3 deletions(-)

commit f3035c2866425ec1994887ca9ceb532a2f3fa7fc
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Thu Aug 16 05:33:05 2007 +0000

    Get rid of cvsignore files.
    
    	* .cvsignore:
    	* help/.cvsignore:
    	* help/manual/.cvsignore:
    	* help/manual/C/.cvsignore:
    	  Get rid of cvsignore files.
    
    
    svn path=/trunk/; revision=483

 .cvsignore               |   25 -------------------------
 ChangeLog                |    8 ++++++++
 help/.cvsignore          |    3 ---
 help/manual/.cvsignore   |    3 ---
 help/manual/C/.cvsignore |    6 ------
 5 files changed, 8 insertions(+), 37 deletions(-)

commit 30a572b90f31cef2cca1400e7b257c367ae430a6
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Tue Aug 14 18:51:48 2007 +0000

    Don't die when encountering #if/#endif in enums. Fixes #324535.
    
    	* gtkdoc-common.pl.in:
    	* tests/bugs/docs/tester-sections.txt:
    	* tests/bugs/src/tester.h:
    	  Don't die when encountering #if/#endif in enums. Fixes #324535.
    
    
    svn path=/trunk/; revision=482

 ChangeLog                           |    7 +++++++
 gtkdoc-common.pl.in                 |    4 ++++
 tests/bugs/docs/tester-sections.txt |    1 +
 tests/bugs/src/tester.h             |   16 ++++++++++++++++
 4 files changed, 28 insertions(+), 0 deletions(-)

commit 5a1ef37f60a67311ed3218da6562a63b55b6b587
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Tue Aug 14 15:01:24 2007 +0000

    	patch by: Frederic Peters <fpeters@0d.be>
    	* style.css:
    	  Styling hr tags.
    
    
    svn path=/trunk/; revision=481

 ChangeLog |    7 +++++++
 style.css |   10 ++++++++++
 2 files changed, 17 insertions(+), 0 deletions(-)

commit dc66270894bde61342b39b89ca6f2688d10393eb
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Tue Aug 14 14:56:44 2007 +0000

    Document new features and bump version.
    
    	* help/manual/C/gtk-doc-manual.xml:
    	  Document new features and bump version.
    
    
    svn path=/trunk/; revision=480

 ChangeLog                        |    5 ++
 help/manual/C/gtk-doc-manual.xml |   77 +++++++++++++++++++++++++++++--------
 2 files changed, 65 insertions(+), 17 deletions(-)

commit f889518121de202fabab3ab5d4e1bd2c61d69802
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Mon Aug 13 14:31:16 2007 +0000

    Fix the funny side-effect of last 'broken-returns' fix.
    
    	* gtkdoc-mkdb.in:
    	  Fix the funny side-effect of last 'broken-returns' fix.
    
    
    svn path=/trunk/; revision=479

 ChangeLog      |    5 +++++
 gtkdoc-mkdb.in |   20 +++++++++++++++-----
 2 files changed, 20 insertions(+), 5 deletions(-)

commit 36fa4722f039d9954c6c1e5f097c858327390267
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Mon Aug 13 09:08:22 2007 +0000

    Really fix #460127.
    
    	* gtkdoc-scan.in:
    	* tests/bugs/src/tester.h:
    	  Really fix #460127.
    
    
    svn path=/trunk/; revision=478

 ChangeLog               |    6 ++++++
 gtkdoc-scan.in          |    6 +++++-
 tests/bugs/src/tester.h |    1 +
 3 files changed, 12 insertions(+), 1 deletions(-)

commit e58029c7e0e01aef47acabdde29485cf5457c1d8
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Mon Aug 13 08:39:00 2007 +0000

    Now the 'broken' returns seems to work better. Fixes #380824 more.
    
    	* gtkdoc-mkdb.in:
    	  Now the 'broken' returns seems to work better. Fixes #380824 more.
    
    
    svn path=/trunk/; revision=477

 ChangeLog      |    5 +++++
 gtkdoc-mkdb.in |    4 ++++
 2 files changed, 9 insertions(+), 0 deletions(-)

commit eb1601dfc29c9e3b1e62729c8cdf6a3367c8b31a
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Mon Aug 13 07:40:37 2007 +0000

    New test. Fix bashism.
    
    	* tests/bugs/docs/tester-sections.txt:
    	* tests/bugs/src/tester.c (bug_379466, bug_380824):
    	* tests/bugs/src/tester.h (test):
    	  New test.
    	* tests/gtkdoctest.sh:
    	  Fix bashism.
    
    
    svn path=/trunk/; revision=476

 ChangeLog                           |    9 +++++++++
 tests/bugs/docs/tester-sections.txt |    1 +
 tests/bugs/src/tester.c             |   15 +++++++++++++++
 tests/bugs/src/tester.h             |    2 ++
 tests/gtkdoctest.sh                 |    4 ++--
 5 files changed, 29 insertions(+), 2 deletions(-)

commit 9b66bff5ca8e99775b06072912a61ec34a6157ad
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Sun Aug 12 18:44:14 2007 +0000

    Add another test for a bug we fixed with the changes below. Fixes #460127.
    
    	* tests/bugs/docs/tester-sections.txt:
    	* tests/bugs/src/tester.h:
    	  Add another test for a bug we fixed with the changes below.
    	  Fixes #460127.
    
    
    svn path=/trunk/; revision=475

 ChangeLog                           |    7 +++++++
 tests/bugs/docs/tester-sections.txt |    1 +
 tests/bugs/src/tester.h             |   20 ++++++++++++++++++++
 3 files changed, 28 insertions(+), 0 deletions(-)

commit 9993c577bfb3e767aeb245c97ffc7bbbe55983cd
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Sun Aug 12 17:24:19 2007 +0000

    Improved scan logic. Fixes #411739.
    
    	* gtkdoc-scan.in:
    	* tests/bugs/docs/tester-sections.txt:
    	* tests/bugs/src/tester.c:
    	* tests/bugs/src/tester.h:
    	  Improved scan logic. Fixes #411739.
    
    
    svn path=/trunk/; revision=474

 ChangeLog                           |    8 +++
 gtkdoc-scan.in                      |   92 +++++++++++++++++++++--------------
 tests/bugs/docs/tester-sections.txt |    2 +
 tests/bugs/src/tester.c             |   14 +++++
 tests/bugs/src/tester.h             |    7 +++
 5 files changed, 86 insertions(+), 37 deletions(-)

commit 32cf073396d28aa00c6d72573841d74e5f4108b0
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Sun Aug 12 14:55:13 2007 +0000

    Handle newline in declarations better. Fixes #379466. Ensure space in
    
    	* gtkdoc-mkdb.in:
    	* tests/bugs/src/tester.h:
    	  Handle newline in declarations better. Fixes #379466.
    	  Ensure space in multiline declarations when removing the newline.
    	  Fix missing argument docs in template free build.
    
    
    svn path=/trunk/; revision=473

 ChangeLog               |    8 +++
 gtkdoc-mkdb.in          |  109 ++++++++++++++++++++++++-----------------------
 tests/bugs/src/tester.h |    3 +-
 3 files changed, 65 insertions(+), 55 deletions(-)

commit 176308cbed680bf9c9386364356dabda5560ba4b
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Sun Aug 12 13:05:04 2007 +0000

    Handle "unsigned long|unsigned short|signed long|signed short". Fixes
    
    	* gtkdoc-mkdb.in:
    	* gtkdoc-mktmpl.in:
    	  Handle "unsigned long|unsigned short|signed long|signed short".
    	  Fixes #445693.
    
    
    svn path=/trunk/; revision=472

 ChangeLog        |    7 +++++++
 gtkdoc-mkdb.in   |   16 ++++++++++------
 gtkdoc-mktmpl.in |    6 +++---
 3 files changed, 20 insertions(+), 9 deletions(-)

commit e3d22b5839fe39e7bfee67158c041c4612c87c15
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Sun Aug 12 10:06:54 2007 +0000

    Replacing my shell based test script by Davids perl based one. Add
    
    	* Makefile.am:
    	* configure.in:
    	* gtkdoc-check:
    	* gtkdoc-check.in:
    	  Replacing my shell based test script by Davids perl based one. Add
    	  licence, copyright and docs header. Integrate with build.
    
    
    svn path=/trunk/; revision=471

 ChangeLog       |    9 +++++
 Makefile.am     |   12 +++---
 configure.in    |    9 +++--
 gtkdoc-check    |   50 ----------------------------
 gtkdoc-check.in |   96 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 116 insertions(+), 60 deletions(-)

commit e0661c3bdcc0c9d89e11a614bb756f557e8e3526
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Sun Aug 12 09:01:33 2007 +0000

    	patch by: David Nečas <yeti@physics.muni.cz>
    	* gtkdoc-scangobj.in:
    	  Make introspection of interfaces work in more cases. Fixes #355352.
    
    
    svn path=/trunk/; revision=470

 ChangeLog          |    7 +++++++
 gtkdoc-scangobj.in |    2 +-
 2 files changed, 8 insertions(+), 1 deletions(-)

commit ac53ca528f260310dc85ff160e44b30c1fa9211b
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Sun Aug 12 08:10:30 2007 +0000

    	patch by: David Nečas <yeti@physics.muni.cz>
    	* configure.in:
    	  Cleanup glib detection for tests.
    
    
    svn path=/trunk/; revision=469

 ChangeLog    |    7 +++++++
 configure.in |    6 ++----
 2 files changed, 9 insertions(+), 4 deletions(-)

commit 9558a625aa7bacab33026c9388dd914c6315dbb1
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Sat Aug 11 19:44:46 2007 +0000

    Fix modulename check.
    
    	* gtkdoc-check:
    	  Fix modulename check.
    
    
    svn path=/trunk/; revision=468

 ChangeLog    |    5 +++++
 gtkdoc-check |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

commit 79b05aeccd09a439fc732e35e7cea39cf5d67d17
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Sat Aug 11 19:21:19 2007 +0000

    Install new makefile. Bump version as we're working on 1.9. Add option to
    
    	* Makefile.am:
    	  Install new makefile.
    	* configure.in:
    	  Bump version as we're working on 1.9.
    	* gtkdocize.in:
    	  Add option to select makefile-flavour.
    
    
    svn path=/trunk/; revision=467

 ChangeLog    |   11 +++++++++++
 Makefile.am  |    3 ++-
 configure.in |    2 +-
 gtkdocize.in |   30 +++++++++++++++++++++++-------
 4 files changed, 37 insertions(+), 9 deletions(-)

commit 16b30e57db1ab1403f52df70f2f76700700c5be8
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Sat Aug 11 14:01:59 2007 +0000

    Add dummy rule to make first build run through. Fixes #156643
    
    	* gtk-doc.make:
    	  Add dummy rule to make first build run through. Fixes #156643
    
    
    svn path=/trunk/; revision=466

 ChangeLog    |    5 +++++
 gtk-doc.make |    4 ++++
 2 files changed, 9 insertions(+), 0 deletions(-)

commit e29e03ae8d785543180bb36438d52ab892ea03c1
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Sat Aug 11 13:51:43 2007 +0000

    Hide fixed navigationbar when printing. Fixes #449618
    
    	* style.css:
    	  Hide fixed navigationbar when printing. Fixes #449618
    
    
    svn path=/trunk/; revision=465

 ChangeLog |    5 +++
 style.css |  114 ++++++++++++++++++++++++++++++++++++------------------------
 2 files changed, 73 insertions(+), 46 deletions(-)

commit 90ce29eed618fd2e7ef14e61dfbb7d0c7fee06e2
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Sat Aug 11 13:45:35 2007 +0000

    Add new makefile for tmpl-less build.
    
    	* gtk-doc.notmpl.make:
    	  Add new makefile for tmpl-less build.
    
    
    svn path=/trunk/; revision=464

 ChangeLog           |    5 ++
 gtk-doc.notmpl.make |  148 +++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 153 insertions(+), 0 deletions(-)

commit 7bb2db966194fdfea9d90ba5447ccd8d47d450b4
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Sat Aug 11 11:00:27 2007 +0000

    	patch by: David Nečas <yeti@physics.muni.cz>
    	* autogen.sh:
    	  Accepts automake 1.10 too. Fixes #459225
    
    
    svn path=/trunk/; revision=463

 ChangeLog  |    7 +++++++
 autogen.sh |    5 ++++-
 2 files changed, 11 insertions(+), 1 deletions(-)

commit f890a0ca3df5afbcb226d07118ecfaa129fa82c3
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Sat Aug 11 09:42:38 2007 +0000

    Make the tmpl-less build work. Switch again to the tmpl-less build.
    
    	* gtkdoc-mkdb.in:
    	  Make the tmpl-less build work.
    	* tests/gtk-doc.make:
    	  Switch again to the tmpl-less build.
    
    
    svn path=/trunk/; revision=462

 ChangeLog          |   36 ++++++++++++++++++++++++++++++++++++
 gtkdoc-mkdb.in     |   25 +++++++++++++++++++++----
 tests/gtk-doc.make |   25 +++++++++++++------------
 3 files changed, 70 insertions(+), 16 deletions(-)

commit af17640a26829f3c4766701a020d310c6e64dfc0
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Fri Aug 10 17:41:51 2007 +0000

    	patch by: Rouslan Solomakhin <rouslan@solomakhin.net>
    	* configure.in:
    	  Fix the build.
    
    
    svn path=/trunk/; revision=461

 ChangeLog    |    7 +++++++
 configure.in |   13 +++++++++----
 2 files changed, 16 insertions(+), 4 deletions(-)

commit 87956203723d6df337bb76f9399389b3ec11ad86
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Fri Aug 10 17:08:37 2007 +0000

    Revert fix for #433338 and reopen bug. Breaks if file is not there, e.g.
    
    	* gtk-doc.make:
    	* tests/gtk-doc.make:
    	  Revert fix for #433338 and reopen bug. Breaks if file is not there,
    	  e.g. if --rebuild-types is used.
    
    
    svn path=/trunk/; revision=460

 ChangeLog          |    7 +++++++
 gtk-doc.make       |    2 +-
 tests/gtk-doc.make |    2 +-
 3 files changed, 9 insertions(+), 2 deletions(-)

commit a8fdb413a3ef3f427b3e8658c0f43fd1a18146d4
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Fri Aug 10 16:46:54 2007 +0000

    Some cleanups. Try the tmpl free build here.
    
    	* gtk-doc.make:
    	  Some cleanups.
    	* tests/gtk-doc.make:
    	  Try the tmpl free build here.
    
    
    svn path=/trunk/; revision=459

 ChangeLog          |    8 ++++++++
 gtk-doc.make       |   10 ++++++++--
 tests/gtk-doc.make |   46 ++++++++++++++++++++++++++--------------------
 3 files changed, 42 insertions(+), 22 deletions(-)

commit 9fda4c81600262a5218d98dea8471e9c9ee1f6bf
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Fri Aug 10 16:43:24 2007 +0000

    Add commented out TESTS. Check for location of gtkdoc-check.
    
    	* examples/Makefile.am:
    	  Add commented out TESTS.
    	* gtk-doc.m4:
    	  Check for location of gtkdoc-check.
    	* Makefile.am:
    	* gtkdoc-check:
    	  Test doc status and print result in check like layout.
    
    
    svn path=/trunk/; revision=458

 ChangeLog            |   12 ++++++++++++
 Makefile.am          |    1 +
 examples/Makefile.am |    8 ++++++--
 gtk-doc.m4           |    4 +++-
 gtkdoc-check         |   50 ++++++++++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 72 insertions(+), 3 deletions(-)

commit 763b05134ef4eacaadc8744c7e2ae61f2a068480
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Thu Aug 2 19:33:17 2007 +0000

    	patch by: Sven Herzberg <herzi@gnome-de.org>
    	* gtk-doc.make:
    	* tests/gtk-doc.make:
    	  Rebuild documentation of $(DOC_MODULE).types changed. Fixes #433338
    
    
    svn path=/trunk/; revision=457

 ChangeLog          |   10 +++++++++-
 gtk-doc.make       |    6 +++---
 tests/gtk-doc.make |    2 +-
 3 files changed, 13 insertions(+), 5 deletions(-)

commit 97f1e68638156b738d36df70276cf0d24b488d99
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Thu Aug 2 19:20:10 2007 +0000

    patch by: David Nečas <yeti@physics.muni.cz>
    * Makefile.am:
    * configure.in:
    * gtkdoc-rebase.in:
    Allow rebasing crossreferences in generated docs. Fixes #434134.
    
    svn path=/trunk/; revision=456

 ChangeLog        |   11 ++-
 Makefile.am      |    1 +
 configure.in     |    1 +
 gtkdoc-rebase.in |  278 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 290 insertions(+), 1 deletions(-)

commit d18edca3de835dab935ec3ad48002db3144093c3
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Thu Aug 2 15:11:49 2007 +0000

    Add a hack to gtkdoc-mkhtml to run uninstalled too.
    
    * gtkdoc-mkhtml.in:
    Add a hack to gtkdoc-mkhtml to run uninstalled too.
    
    svn path=/trunk/; revision=455

 ChangeLog        |    5 +++++
 gtkdoc-mkhtml.in |   13 ++++++++++---
 2 files changed, 15 insertions(+), 3 deletions(-)

commit 87abb50307fbabd40fc8683348366e009026cee2
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Thu Aug 2 15:04:01 2007 +0000

    Patch by: Yeti <yeti@physics.muni.cz>
    * gtk-doc.xsl:
    Generate ONLINE tag in index.sgml.
    * gtkdoc-fixxref.in:
    Allow to base links against online versions of xreffed docs.
    Fixes #454916.
    * gtkdoc-mkdb.in:
    Add releaseinfo to doctemplates.
    * tests/bugs/docs/tester-docs.sgml:
    * tests/gobject/docs/tester-docs.sgml:
    Update templates.
    
    svn path=/trunk/; revision=454

 ChangeLog                           |   18 +++++++++++
 gtk-doc.xsl                         |   33 +++++++++++++-------
 gtkdoc-fixxref.in                   |   56 +++++++++++++++++++++++-----------
 gtkdoc-mkdb.in                      |    9 ++++-
 tests/bugs/docs/tester-docs.sgml    |    9 ++++-
 tests/gobject/docs/tester-docs.sgml |    9 ++++-
 6 files changed, 99 insertions(+), 35 deletions(-)

commit e6ef3e1926ae6d3a8f4abceaf7e2035ef9228d53
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Thu Aug 2 11:07:27 2007 +0000

    Use PERL5LIB envvar to use uninstalled gtkdoc-common.pl for tests. Use tee
    
    * tests/bugs/docs/Makefile.am:
    * tests/gobject/docs/Makefile.am:
    * tests/gtk-doc.make:
    Use PERL5LIB envvar to use uninstalled gtkdoc-common.pl for tests.
    Use tee to both show and redirect logs.
    Build test-docs in check-local instead of all-local.
    Fixes #459725.
    
    svn path=/trunk/; revision=453

 ChangeLog                      |   10 ++++++++++
 tests/bugs/docs/Makefile.am    |   12 ++++++------
 tests/gobject/docs/Makefile.am |   12 ++++++------
 tests/gtk-doc.make             |   19 +++++++++++--------
 4 files changed, 33 insertions(+), 20 deletions(-)

commit 60d35426878bd58800d5bce61e4af2c7ac2ec60d
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Wed Jul 25 14:14:40 2007 +0000

    Some more debug prints and code cleaning.
    
    	* gtkdoc-mkdb.in:
    	* gtkdoc-scan.in:
    	  Some more debug prints and code cleaning.
    
    
    svn path=/trunk/; revision=452

 ChangeLog      |    6 ++++++
 gtkdoc-mkdb.in |   11 ++++++++---
 gtkdoc-scan.in |    3 ++-
 3 files changed, 16 insertions(+), 4 deletions(-)

commit 55633027b5e835167d2c83ae292817766231c532
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Mon Jul 23 15:26:39 2007 +0000

    Tell about $(DOC_MODULE)-undeclared.txt.
    
    * gtk-doc-manual.xml:
    Tell about $(DOC_MODULE)-undeclared.txt.
    
    svn path=/trunk/; revision=451

 help/manual/C/ChangeLog          |    5 +++++
 help/manual/C/gtk-doc-manual.xml |   12 ++++++++++--
 2 files changed, 15 insertions(+), 2 deletions(-)

commit 1b289dcd957be6d02fe9b828be0280b24539002f
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Mon Jul 23 15:26:19 2007 +0000

    Patch by: Yeti <yeti@physics.muni.cz>
    * gtk-doc.make:
    * gtkdoc-mkdb.in:
    Report undeclared symbols into a file. Fixes #436565.
    
    svn path=/trunk/; revision=450

 ChangeLog      |    8 ++++++++
 gtk-doc.make   |    2 +-
 gtkdoc-mkdb.in |   25 +++++++++++++++++++++++++
 3 files changed, 34 insertions(+), 1 deletions(-)

commit 8384bb693fb9a1775bce9f0278973ce0bd51c125
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Wed Jul 18 19:00:16 2007 +0000

    Readd two debug prints and remove one obsolete one.
    
    * gtkdoc-mkdb.in:
    Readd two debug prints and remove one obsolete one.
    * tests/bugs/Makefile.am:
    * tests/gobject/Makefile.am:
    Enforce 'make clean' before 'make check'.
    
    svn path=/trunk/; revision=449

 ChangeLog                 |    9 +++++++++
 gtkdoc-mkdb.in            |    3 ++-
 tests/bugs/Makefile.am    |    8 +++++++-
 tests/gobject/Makefile.am |    8 +++++++-
 4 files changed, 25 insertions(+), 3 deletions(-)

commit 3ca85d075b5cc501be9af2c224b889c1806d819a
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Wed Jul 18 18:52:19 2007 +0000

    	Patch by: Yeti <yeti@physics.muni.cz>
    	* gtkdoc-mkdb.in:
    	  Cleanup broek-return handling and add ignore_broken_returns for
    	  section docs. Fixes #457077
    	* tests/bugs/docs/Makefile.in:
    	* tests/gobject/docs/Makefile.in:
    	  Remove.
    	* tests/gtk-doc.make:
    	  Use the local tools so that 'make check' works uninstalled.
    
    
    svn path=/trunk/; revision=448

 ChangeLog                      |   18 ++-
 gtkdoc-mkdb.in                 |   78 ++++--
 tests/bugs/docs/Makefile.in    |  549 ----------------------------------------
 tests/gobject/docs/Makefile.in |  549 ----------------------------------------
 tests/gtk-doc.make             |   12 +-
 5 files changed, 79 insertions(+), 1127 deletions(-)

commit 352c41700811cdc6061928ffc3eaa447cb0dd454
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Wed Jul 18 18:12:00 2007 +0000

    Add more test cases.
    
    * tests/bugs/docs/tester-sections.txt:
    * tests/bugs/src/tester.c: (bug_419997):
    * tests/bugs/src/tester.h:
    * tests/gobject/src/tester.c: (gtkdoc_tester_class_init):
    * tests/gobject/src/tester.h:
    Add more test cases.
    
    svn path=/trunk/; revision=447

 ChangeLog                           |    9 +++++++++
 tests/bugs/docs/tester-sections.txt |    1 +
 tests/bugs/src/tester.c             |   12 ++++++++++++
 tests/bugs/src/tester.h             |    2 ++
 tests/gobject/src/tester.c          |   22 +++++++++++++++++++---
 tests/gobject/src/tester.h          |    1 +
 6 files changed, 44 insertions(+), 3 deletions(-)

commit 7788f39f1932e81227eab68369bca7252f0eda9d
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Tue Jul 17 19:15:45 2007 +0000

    Improve test suite.
    
    * tests/bugs/docs/Makefile.in:
    * tests/bugs/docs/tester-sections.txt:
    * tests/bugs/src/tester.c: (bug_141869_a), (bug_141869_b),
    (bug_379466), (bug_445693):
    * tests/bugs/src/tester.h:
    * tests/gobject/docs/Makefile.in:
    * tests/gobject/src/tester.h:
    * tests/gtk-doc.make:
    * tests/gtkdoctest.sh:
    Improve test suite.
    
    svn path=/trunk/; revision=446

 ChangeLog                           |   13 +++++++++++++
 tests/bugs/docs/Makefile.in         |    6 +++---
 tests/bugs/docs/tester-sections.txt |    3 ++-
 tests/bugs/src/tester.c             |   28 ++++++++++++++++++++--------
 tests/bugs/src/tester.h             |    5 ++++-
 tests/gobject/docs/Makefile.in      |    6 +++---
 tests/gobject/src/tester.h          |    3 ++-
 tests/gtk-doc.make                  |    6 +++---
 tests/gtkdoctest.sh                 |   12 +++++++++---
 9 files changed, 59 insertions(+), 23 deletions(-)

commit d27bffe19205cdb62c7e0a11009cd251080c26c4
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Tue Jul 17 19:14:22 2007 +0000

    Patch by: Yeti <yeti@physics.muni.cz>
    * gtkdoc-common.pl.in:
    * gtkdoc-mkdb.in:
    * gtkdoc-mktmpl.in:
    * gtkdoc-scan.in:
    Improve paramenter parsing to allow parameter names that contain
    const or restricted. Fixes #419997
    Also fix the signed/unsigned more.
    
    svn path=/trunk/; revision=445

 ChangeLog           |   12 ++++++++++++
 gtkdoc-common.pl.in |    2 +-
 gtkdoc-mkdb.in      |   16 ++++++++--------
 gtkdoc-mktmpl.in    |   12 ++++++------
 gtkdoc-scan.in      |    2 +-
 5 files changed, 28 insertions(+), 16 deletions(-)

commit da6d7d85d0f5cb3698a57b2d6b3728cc957206a6
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Tue Jul 17 18:37:08 2007 +0000

    Add test-suite. Fixes #457173
    
    	* Makefile.am:
    	* autogen.sh:
    	* configure.in:
    	* tests/Makefile.am:
    	* tests/bugs.sh:
    	* tests/bugs/Makefile.am:
    	* tests/bugs/docs/Makefile.am:
    	* tests/bugs/docs/Makefile.in:
    	* tests/bugs/docs/tester-docs.sgml:
    	* tests/bugs/docs/tester-sections.txt:
    	* tests/bugs/docs/tester.types:
    	* tests/bugs/src/Makefile.am:
    	* tests/bugs/src/tester.c: (bug_445693), (bug_141869_a),
    	(bug_141869_b):
    	* tests/bugs/src/tester.h:
    	* tests/gobject.sh:
    	* tests/gobject/Makefile.am:
    	* tests/gobject/docs/Makefile.am:
    	* tests/gobject/docs/Makefile.in:
    	* tests/gobject/docs/tester-docs.sgml:
    	* tests/gobject/docs/tester-sections.txt:
    	* tests/gobject/docs/tester.types:
    	* tests/gobject/src/Makefile.am:
    	* tests/gobject/src/tester.c: (gtkdoc_tester_new),
    	(gtkdoc_tester_get_property), (gtkdoc_tester_set_property),
    	(gtkdoc_tester_class_init), (gtkdoc_tester_get_type):
    	* tests/gobject/src/tester.h:
    	* tests/gtk-doc.make:
    	* tests/gtkdoctest.sh:
    	Add test-suite. Fixes #457173
    
    
    svn path=/trunk/; revision=444

 ChangeLog                              |   33 ++
 Makefile.am                            |    2 +-
 autogen.sh                             |    4 +-
 configure.in                           |   28 ++-
 tests/Makefile.am                      |   13 +
 tests/bugs.sh                          |    4 +
 tests/bugs/Makefile.am                 |    4 +
 tests/bugs/docs/Makefile.am            |   68 ++++
 tests/bugs/docs/Makefile.in            |  549 ++++++++++++++++++++++++++++++++
 tests/bugs/docs/tester-docs.sgml       |   13 +
 tests/bugs/docs/tester-sections.txt    |    9 +
 tests/bugs/docs/tester.types           |    2 +
 tests/bugs/src/Makefile.am             |   13 +
 tests/bugs/src/tester.c                |   42 +++
 tests/bugs/src/tester.h                |   13 +
 tests/gobject.sh                       |    4 +
 tests/gobject/Makefile.am              |    4 +
 tests/gobject/docs/Makefile.am         |   68 ++++
 tests/gobject/docs/Makefile.in         |  549 ++++++++++++++++++++++++++++++++
 tests/gobject/docs/tester-docs.sgml    |   13 +
 tests/gobject/docs/tester-sections.txt |   18 +
 tests/gobject/docs/tester.types        |    4 +
 tests/gobject/src/Makefile.am          |   13 +
 tests/gobject/src/tester.c             |   92 ++++++
 tests/gobject/src/tester.h             |   72 +++++
 tests/gtk-doc.make                     |  155 +++++++++
 tests/gtkdoctest.sh                    |   19 ++
 27 files changed, 1804 insertions(+), 4 deletions(-)

commit 0cee92cb28370b108fc9197d3b5bb1a665c00fd9
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Mon Jul 16 15:46:24 2007 +0000

    Patch by: Yeti <yeti@physics.muni.cz>
    * gtkdoc-mkdb.in:
    Avoid useless $return_start access.
    
    svn path=/trunk/; revision=443

 ChangeLog      |    7 +++++++
 gtkdoc-mkdb.in |    4 ----
 2 files changed, 7 insertions(+), 4 deletions(-)

commit e5a7143dd25714cc88b45f8e3fd3fffcfd40ebd4
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Mon Jul 16 15:23:06 2007 +0000

    Patch by: Petteri Räty <betelgeuse@gentoo.org>
    * gtk-doc.m4:
    Make gtk-doc.m4 fail when needed gtk-doc is not installed and notify
    user. Fixes #323938 and #450338.
    
    svn path=/trunk/; revision=442

 ChangeLog  |  346 +++++++++++++++++++++++++++++++-----------------------------
 gtk-doc.m4 |   32 ++----
 2 files changed, 185 insertions(+), 193 deletions(-)

commit 80efdf9901ffa1a0feafa9ed8b04cbd5209122c4
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Sun Jul 15 10:46:59 2007 +0000

    Handle signed/unsigned without int. Fixes #141869.
    
    * gtkdoc-mkdb.in:
    * gtkdoc-mktmpl.in:
    Handle signed/unsigned without int. Fixes #141869.
    
    svn path=/trunk/; revision=441

 ChangeLog        |    6 ++++++
 gtkdoc-mkdb.in   |   11 +++++++++--
 gtkdoc-mktmpl.in |   23 ++++++++++++++++++++---
 3 files changed, 35 insertions(+), 5 deletions(-)

commit 9ddae344a01bb5c7e7ba7ec2758457e1a4904d96
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Sun Jul 15 09:11:51 2007 +0000

    Patch by: Yeti <yeti@physics.muni.cz>
    * gtkdoc-mkdb.in:
    Improve handling of legacy "return" statement doc parsing. Warn about
    those.
    
    svn path=/trunk/; revision=440

 ChangeLog      |    8 ++++++++
 gtkdoc-mkdb.in |   49 +++++++++++++++++++++++++++++++++++++++++++------
 2 files changed, 51 insertions(+), 6 deletions(-)

commit 7052b3aff352c3024bfc5b6cb5bc0388aeca33a4
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Sun Jul 15 09:05:07 2007 +0000

    Fix perl warning about usage of undefined symbol.
    
    * gtkdoc-mkdb.in:
    Fix perl warning about usage of undefined symbol.
    
    svn path=/trunk/; revision=439

 ChangeLog      |    5 +++++
 gtkdoc-mkdb.in |    1 +
 2 files changed, 6 insertions(+), 0 deletions(-)

commit 64ffd06dc2b365ea49ac58f406eaae58c6b6bd03
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Sun Jul 15 09:02:21 2007 +0000

    Sync the function decl arg parsing. Fixes #419308.
    
    * gtkdoc-mkdb.in:
    * gtkdoc-mktmpl.in:
    Sync the function decl arg parsing. Fixes #419308.
    
    svn path=/trunk/; revision=438

 ChangeLog        |    6 ++++
 gtkdoc-mkdb.in   |   79 ++++++++++++++++++++++++++++--------------------------
 gtkdoc-mktmpl.in |   26 +++++++++--------
 3 files changed, 61 insertions(+), 50 deletions(-)

commit 5251b7edc7d34dbc25329774726d70353b59f315
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Sun Jul 15 08:52:11 2007 +0000

    Bump version. Add more markup. Tell that one can use toolname --help to
    
    * gtk-doc-manual.xml:
    Bump version. Add more markup. Tell that one can use toolname --help to
    get the allowed opetion for Makefile.am. Improve 'how does it work' section.
    
    svn path=/trunk/; revision=437

 help/manual/C/ChangeLog          |    6 ++
 help/manual/C/gtk-doc-manual.xml |  183 ++++++++++++++++++++------------------
 2 files changed, 102 insertions(+), 87 deletions(-)

commit 2159998bf567c7b0e278fe7e7de937dde1ced00e
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Sun Jul 15 08:36:32 2007 +0000

    Improve the ---help output a little.
    
    * gtkdoc-fixxref.in:
    Improve the ---help output a little.
    
    svn path=/trunk/; revision=436

 ChangeLog         |    5 +++++
 gtkdoc-fixxref.in |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

commit 2084b6a74250993da18e68014276dbee8cc99367
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Sun Jul 15 08:24:01 2007 +0000

    Improve detection of absolute/relatives paths. Skip duplicate paths. Fixes
    
    * gtkdoc-fixxref.in:
    Improve detection of absolute/relatives paths. Skip duplicate paths.
    Fixes #453717.
    
    svn path=/trunk/; revision=435

 ChangeLog         |    6 ++++++
 gtkdoc-fixxref.in |   52 +++++++++++++++++++++++++++++++++++++++++++++++-----
 2 files changed, 53 insertions(+), 5 deletions(-)

commit 7ad6121250e70dccd1718571719f55efb912f577
Author: Loïc Minier <lool@dooz.org>
Date:   Thu Jun 14 15:27:51 2007 +0000

    Cleanup $(DOC_MODULE)-undocumented.txt files in maintainer-clean-local.
    
    2007-06-14  Loïc Minier  <lool@dooz.org>
    
    	* gtk-doc.make:
    	Cleanup $(DOC_MODULE)-undocumented.txt files in
    	maintainer-clean-local.  Fixes #415388.
    
    svn path=/trunk/; revision=434

 ChangeLog    |    6 ++++++
 gtk-doc.make |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

commit 8a8e8bfae57b932a6468d1612428ec0e953894f9
Author: Loïc Minier <lool@dooz.org>
Date:   Thu Jun 14 15:25:05 2007 +0000

    Fix warnings in m4 macros when running "autoreconf -fi -Wall"; Guillem
    
    2007-06-14  Loïc Minier  <lool@dooz.org>
    
            * gtk-doc.m4:
            Fix warnings in m4 macros when running "autoreconf -fi -Wall";
            Guillem Jover. Fixes #428596.
    
    svn path=/trunk/; revision=433

 ChangeLog  |    6 ++++++
 gtk-doc.m4 |   24 ++++++++++++------------
 2 files changed, 18 insertions(+), 12 deletions(-)

commit 7a5c3c759c64866ceac1224f355e17c342cea212
Author: Damon Chaplin <damon@gnome.org>
Date:   Mon Jun 11 14:05:33 2007 +0000

    just output "signal" and "property" as the text for cross-reference links
    
    2007-06-11  Damon Chaplin  <damon@gnome.org>
    
    	* gtkdoc-mkdb.in (ExpandAbbreviations): just output "signal" and
    	"property" as the text for cross-reference links to signals and
    	properties, rather than something like "Object::signal" which can get
    	a bit long. Also tidied up the code a little.
    	(GetArgs): put the " inside the literal element.
    	(GetSignals): use a literal element for the signal name in the title,
    	to match the properties.
    
    
    svn path=/trunk/; revision=432

 ChangeLog      |   10 ++++++++
 gtkdoc-mkdb.in |   65 +++++++++++++++++++++++++++++++------------------------
 2 files changed, 47 insertions(+), 28 deletions(-)

commit c086fa9e651f34c79c49aa61a4b3726d17d0c552
Author: Damon Chaplin <damon@gnome.org>
Date:   Mon Jun 11 10:28:27 2007 +0000

    added tip about using entities like &num; to use a '#' without gtk-doc
    
    2007-06-11  Damon Chaplin  <damon@gnome.org>
    
    	* gtk-doc-manual.xml: added tip about using entities like &num; to
    	use a '#' without gtk-doc changing it. (Part of #445596)
    
    
    svn path=/trunk/; revision=431

 help/manual/C/ChangeLog          |    5 +++++
 help/manual/C/gtk-doc-manual.xml |   10 ++++++++++
 2 files changed, 15 insertions(+), 0 deletions(-)

commit 484d5a7b95f3977656c54dcdfbe357363e052236
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Fri Mar 16 16:30:00 2007 +0000

    handle preprocessor statements in enum and struct declarations. Fixes
    
    * gtkdoc-common.pl.in: handle preprocessor statements in enum and
    struct declarations. Fixes #418027.
    
    svn path=/trunk/; revision=430

 ChangeLog           |    5 +++++
 gtkdoc-common.pl.in |   10 ++++++++++
 2 files changed, 15 insertions(+), 0 deletions(-)

commit adfe77ae088cfe1a40af663dc8d2069f99476efd
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Tue Feb 27 18:26:37 2007 +0000

    create toc for part and reference Fix placement of div.reference
    
    * gtk-doc.xsl: create toc for part and reference
    * style.css: Fix  placement of div.reference
    
    svn path=/trunk/; revision=429

 ChangeLog   |    6 ++++++
 gtk-doc.xsl |    2 ++
 style.css   |    2 +-
 3 files changed, 9 insertions(+), 1 deletions(-)

commit 482d747729342b7373177642d5e04c002002fc1a
Author: Damon Chaplin <damon@gnome.org>
Date:   Fri Feb 16 15:29:50 2007 +0000

    Released 1.8.
    
    2007-02-16  Damon Chaplin  <damon@gnome.org>
    
    	* Released 1.8.
    
    2007-02-16  Damon Chaplin  <damon@gnome.org>
    
    	* gtkdoc-scan.in: only rebuild the .types file automatically on the
    	very first run (i.e. when there are no sections or types files).
    
    	* gtkdoc-scangobj.in: skip gnome_keyring_item_info_get_type if it is
    	in the .types file as it isn't a real GObject type. This is a hack to
    	avoid breaking the GNOME build. See bug #386508.
    
    
    svn path=/trunk/; revision=428

 ChangeLog          |   13 +++++++++++++
 NEWS               |   27 +++++++++++++++++++++++++++
 configure.in       |    2 +-
 gtkdoc-scan.in     |    7 +++++--
 gtkdoc-scangobj.in |    3 +++
 5 files changed, 49 insertions(+), 3 deletions(-)

commit babc596c79a7371b1bf1a3ca644f2ec8bee3fdb1
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Sun Feb 11 20:41:50 2007 +0000

    fix prerequisite section in nav-header
    
    * gtk-doc.xsl: fix prerequisite section in nav-header
    
    svn path=/trunk/; revision=427

 ChangeLog   |    4 ++++
 gtk-doc.xsl |    6 +++---
 2 files changed, 7 insertions(+), 3 deletions(-)

commit 0486262ac6eb5ade5e2d6bdc4c1936e1493f5ac7
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Wed Feb 7 21:48:21 2007 +0000

    fixing footnote subscripts, make tables look nicer. #405051
    
    * style.css: fixing footnote subscripts, make tables look nicer.
    #405051
    
    svn path=/trunk/; revision=426

 ChangeLog |    5 +++++
 style.css |   28 ++++++++++++++++++++++++++--
 2 files changed, 31 insertions(+), 2 deletions(-)

commit 2b8c6a225600d2d11e66f57640b511d26a79411f
Author: Damon Chaplin <damon@gnome.org>
Date:   Wed Feb 7 15:02:41 2007 +0000

    make $(DOC_MODULE)-sections.txt and $(DOC_MODULE)-overrides.txt depend on
    
    2007-02-07  Damon Chaplin  <damon@gnome.org>
    
    	* gtk-doc.make: make $(DOC_MODULE)-sections.txt and
    	$(DOC_MODULE)-overrides.txt depend on scan-build.stamp, so that
    	parallel make works. #404122, Ed Catmur.
    
    
    svn path=/trunk/; revision=425

 ChangeLog    |    6 ++++++
 gtk-doc.make |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

commit fbc6fe92c259784355db115c9245cd1876fe54aa
Author: Damon Chaplin <damon@gnome.org>
Date:   Wed Feb 7 14:03:26 2007 +0000

    don't return if !G_TYPE_IS_OBJECT (object_type) as that means interface
    
    2007-02-07  Damon Chaplin  <damon@gnome.org>
    
    	* gtkdoc-scangobj.in: don't return if !G_TYPE_IS_OBJECT (object_type)
    	as that means interface properties don't get output. This was broken
    	by the patch for #348058.
    
    
    svn path=/trunk/; revision=424

 ChangeLog          |    6 ++++++
 gtkdoc-scangobj.in |    4 +---
 2 files changed, 7 insertions(+), 3 deletions(-)

commit baef4452981d50ac2f03df74f05b86b7b7a5d43c
Author: Damon Chaplin <damon@gnome.org>
Date:   Sun Jan 21 23:27:37 2007 +0000

    added "--default-includes" option to specify the default "#include"s to
    
    2007-01-21  Damon Chaplin  <damon@gnome.org>
    
    	* gtkdoc-mkdb.in: added "--default-includes" option to specify the
    	default "#include"s to place at the top of the synopsis of each
    	section. Normally this is specified in a <INCLUDE>...</INCLUDE> line
    	in MODULE-sections.txt, but if you are using the "--rebuild-sections"
    	option to automatically rebuild the MODULE-sections.txt file you can't
    	use that. #395023.
    
    
    svn path=/trunk/; revision=423

 ChangeLog                        |    9 +++++++++
 gtkdoc-mkdb.in                   |   16 +++++++++++++---
 help/manual/C/ChangeLog          |    4 ++++
 help/manual/C/gtk-doc-manual.xml |   12 ++++++++++++
 4 files changed, 38 insertions(+), 3 deletions(-)

commit 45a0000ebadccd05db38b3cc03a79c00fff2cd0d
Author: Damon Chaplin <damon@gnome.org>
Date:   Sun Jan 21 23:15:56 2007 +0000

    improved param regexp to handle weird macro vararg names like "format...".
    
    2007-01-21  Damon Chaplin  <damon@gnome.org>
    
    	* gtkdoc-mktmpl.in (ReadTemplateFile):
    	* gtkdoc-mkdb.in (ReadTemplateFile): improved param regexp to handle
    	weird macro vararg names like "format...". #398971.
    
    
    svn path=/trunk/; revision=422

 ChangeLog        |    6 ++++++
 gtkdoc-mkdb.in   |    4 ++--
 gtkdoc-mktmpl.in |    4 ++--
 3 files changed, 10 insertions(+), 4 deletions(-)

commit 3ba6c6ef886c972c13b6ddf55355c7711b801592
Author: Damon Chaplin <damon@gnome.org>
Date:   Tue Jan 16 21:49:58 2007 +0000

    support "Include" setting in section docs in source code, same as
    
    2007-01-16  Damon Chaplin  <damon@gnome.org>
    
    	* gtkdoc-mkdb.in: support "Include" setting in section docs in source
    	code, same as <INCLUDE>...</INCLUDE> setting in sections.txt file.
    	Part of #395023.
    
    
    svn path=/trunk/; revision=421

 ChangeLog      |    6 ++++++
 gtkdoc-mkdb.in |   16 ++++++++++++++--
 2 files changed, 20 insertions(+), 2 deletions(-)

commit 6a5d672212a58d499ddb6884640bbbd65eafb3d7
Author: Damon Chaplin <damon@gnome.org>
Date:   Tue Jan 16 20:51:56 2007 +0000

    try to line up multiple lines of arguments if possible. #384249
    
    2007-01-16  Damon Chaplin  <damon@gnome.org>
    
    	* gtkdoc-mkdb.in (OutputMacro): try to line up multiple lines of
    	arguments if possible. #384249
    
    
    svn path=/trunk/; revision=420

 ChangeLog      |    5 +++++
 gtkdoc-mkdb.in |   20 +++++++++++++++-----
 2 files changed, 20 insertions(+), 5 deletions(-)

commit cd60b9b65babd1f63a8e83442665965766616710
Author: Damon Chaplin <damon@gnome.org>
Date:   Tue Jan 16 14:02:07 2007 +0000

    for headers marked private, return immediately so we don't add anything to
    
    2007-01-16  Damon Chaplin  <damon@gnome.org>
    
    	* gtkdoc-scan.in (ScanHeader): for headers marked private, return
    	immediately so we don't add anything to the sections file. #395005.
    
    
    svn path=/trunk/; revision=419

 ChangeLog      |    5 +++++
 gtkdoc-scan.in |    3 ++-
 2 files changed, 7 insertions(+), 1 deletions(-)

commit 54e987a85ae0644ee46f6f1f35dcafccac52a642
Author: Damon Chaplin <damon@gnome.org>
Date:   Tue Jan 16 13:41:06 2007 +0000

    a number of changes to help when adding example code to the docs
    
    2007-01-16  Damon Chaplin  <damon@gnome.org>
    
    	* gtkdoc-mkdb.in: a number of changes to help when adding example code
    	to the docs (#368382):
    
    	 a) Support CDATA in source code comments. (We don't touch anything in
    	    CDATA.)
    	 b) Support |[ ... ]| to include example code. (Just gets converted to
                <informalexample><programlisting>)
             c) Improve <programlisting> handling, by not inserting <para></para>
    	    and not expanding "()", "@" or "%". (It still expands '#' so people
    	    can use cross-references to any symbols if they want to.).
    	 d) Improve '#' links a bit by skipping symbols that look like C
    	    preprocessor directives (e.g. "#include").
    	 e) Improve '&' handling a bit by converting to '&amp;' if it doesn't
                already look like the start of an entity reference.
    	 f) Added special case for "#include <xxxx>" in <programlisting> so the
    	    "<" and ">" get replaced by entities.
    
    	* gtkdoc-mktmpl.in (ReadTemplateFile):
    	* gtkdoc-mkdb.in (ReadTemplateFile): fixed param regexp so it handles
    	"@...:" for varargs again. It also cleans up messed up template files
    	luckily.
    
    
    svn path=/trunk/; revision=418

 ChangeLog        |   24 ++++
 gtkdoc-mkdb.in   |  321 +++++++++++++++++++++++++++++++++++++++++++-----------
 gtkdoc-mktmpl.in |    2 +-
 3 files changed, 281 insertions(+), 66 deletions(-)

commit 3eb88036db4a0ea28617d1b5701a057195852128
Author: Damon Chaplin <damon@gnome.org>
Date:   Thu Jan 4 13:22:40 2007 +0000

    abort dist if html docs aren't generated. #166462, Gustavo Carneiro.
    
    2007-01-04  Damon Chaplin  <damon@gnome.org>
    
    	* gtk-doc.make (dist-hook): abort dist if html docs aren't generated.
    	#166462, Gustavo Carneiro.
    
    
    svn path=/trunk/; revision=417

 ChangeLog    |    5 +++++
 gtk-doc.make |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

commit 81e404eb6ec933ece405343f8c759df9f9ef81af
Author: Damon Chaplin <damon@src.gnome.org>
Date:   Wed Jan 3 18:42:08 2007 +0000

    minor fix to last commit
    
    svn path=/trunk/; revision=416

 gtkdoc-mkdb.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit c99ebe9e7c6373db59cd039d660a1d7cfc6ca00b
Author: Damon Chaplin <damon@gnome.org>
Date:   Wed Jan 3 18:36:31 2007 +0000

    improved output a little - made field widths larger, removed signal
    
    2007-01-03  Damon Chaplin  <damon@gnome.org>
    
    	* gtkdoc-mkdb.in: improved output a little - made field widths larger,
    	removed signal prototypes from synopsis, and capitalized all signal
    	flags (to be consistent with argument capitalization). #384247,
    	Hans Petter Jansson.
    
    
    svn path=/trunk/; revision=415

 ChangeLog      |    9 +++++-
 gtkdoc-mkdb.in |   81 +++++++++++++++++++++++++++++++-------------------------
 2 files changed, 53 insertions(+), 37 deletions(-)

commit 901cbb24fb9d6c0f3378b2298858fbb02c476f9a
Author: Damon Chaplin <damon@gnome.org>
Date:   Wed Jan 3 15:23:29 2007 +0000

    fix parsing of "char * const" arguments, with an extra "\s*". #387681
    
    2007-01-03  Damon Chaplin  <damon@gnome.org>
    
    	* gtkdoc-mktmpl.in (OutputDeclaration):
    	* gtkdoc-mkdb.in (OutputFunction): fix parsing of "char * const"
    	arguments, with an extra "\s*". #387681
    
    
    svn path=/trunk/; revision=414

 ChangeLog        |    6 ++++++
 gtkdoc-mkdb.in   |    2 +-
 gtkdoc-mktmpl.in |    2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)

commit 644a84feca93e869a37af1773ac396de9581fcf4
Author: Damon Chaplin <damon@src.gnome.org>
Date:   Wed Jan 3 15:05:00 2007 +0000

    Updated doc build files
    
    svn path=/trunk/; revision=413

 ChangeLog    |    8 ++++++++
 omf.make     |   30 +++++++++++++++++++-----------
 xmldocs.make |   33 +++++++++++++++++++--------------
 3 files changed, 46 insertions(+), 25 deletions(-)

commit deefa93845cd26a992320c879e8336d99b994f32
Author: J.H.M. Dassen (Ray) <jdassen@src.gnome.org>
Date:   Sun Dec 10 20:52:20 2006 +0000

    Spelling fixes

 help/manual/C/ChangeLog          |    4 +++
 help/manual/C/gtk-doc-manual.xml |   54 +++++++++++++++++++-------------------
 2 files changed, 31 insertions(+), 27 deletions(-)

commit 43f1273c3e5c202e98d49cd47a5196f59b8ce10e
Author: Ross Burton <ross@burtonini.com>
Date:   Thu Dec 7 16:21:26 2006 +0000

    Add examples of how to document structs, properties and signals (#383401).
    
    2006-12-07  Ross Burton  <ross@burtonini.com>
    
    	* help/manual/C/gtk-doc-manual.xml:
    	Add examples of how to document structs, properties and signals
    	(#383401).

 ChangeLog                        |    6 ++++
 help/manual/C/gtk-doc-manual.xml |   51 +++++++++++++++++++++++++++++++++++--
 2 files changed, 54 insertions(+), 3 deletions(-)

commit cf2c3ad184480e680ba454d047bc84bee82f8f1c
Author: Damon Chaplin <damon@gnome.org>
Date:   Mon Dec 4 13:25:18 2006 +0000

    added a '--query-child-properties' argument to allow you to specify a
    
    2006-12-04  Damon Chaplin  <damon@gnome.org>
    
    	* gtkdoc-scangobj.in: added a '--query-child-properties' argument to
    	allow you to specify a function to return a list of child properties
    	for a class (similar to GtkContainer child properties). #379203

 ChangeLog          |    6 ++++++
 gtkdoc-scangobj.in |   28 +++++++++++++++++++++++++++-
 2 files changed, 33 insertions(+), 1 deletions(-)

commit 374965ab3b09aa19c9e150cda8c49b002f82667f
Author: Damon Chaplin <damon@gnome.org>
Date:   Mon Oct 16 11:36:04 2006 +0000

    remove a shadow declaration to avoid compiler warnings. #362475
    
    2006-10-16  Damon Chaplin  <damon@gnome.org>
    
    	* gtkdoc-scangobj.in: remove a shadow declaration to avoid compiler
    	warnings. #362475

 ChangeLog          |    5 +++++
 gtkdoc-scangobj.in |    1 -
 2 files changed, 5 insertions(+), 1 deletions(-)

commit f4f7d1294af5a930f6945b2ead13caea9f270033
Author: Damon Chaplin <damon@gnome.org>
Date:   Sun Oct 15 14:42:51 2006 +0000

    added a '--rebuild-sections' option that will automatically recreate the
    
    2006-10-15  Damon Chaplin  <damon@gnome.org>
    
    	* gtkdoc-scan.in: added a '--rebuild-sections' option that will
    	automatically recreate the MODULE-sections.txt file each time.
    	(This only works for projects with very neat header files.) #310494.

 ChangeLog      |    8 +++++++-
 gtkdoc-scan.in |   14 +++++++++-----
 2 files changed, 16 insertions(+), 6 deletions(-)

commit 739e76af4c4f9b2ca09060bd8b0635574186418d
Author: Damon Chaplin <damon@gnome.org>
Date:   Sun Oct 15 13:00:11 2006 +0000

    Bug #338517: Automatically creating/updating .types file:
    
    2006-10-15  Damon Chaplin  <damon@gnome.org>
    
    	Bug #338517: Automatically creating/updating .types file:
    
    	* gtkdoc-scan.in: added a '--scan-types' option which will
    	automatically update the .types file using all _get_type() functions
    	found in the headers. (It will also do this if no .types file is found,
    	i.e. when gtk-doc is first run on a project.)
    
    	* gtk-doc.make (scan-build.stamp): run gtkdoc-scan before
    	gtkdoc-scangobj so we can use the generated .types file.
    
    	* gtkdoc-scangobj.in: if the .types file doesn't have any #include
    	directives, just output "extern GType *get_type();" declarations for
    	each *_get_type() function.

 ChangeLog          |   16 ++++++++++++++++
 gtk-doc.make       |    4 ++--
 gtkdoc-scan.in     |   26 +++++++++++++++++++++++---
 gtkdoc-scangobj.in |   14 +++++++++++++-
 4 files changed, 54 insertions(+), 6 deletions(-)

commit 10e46c087ad1106549074f0c01c3539414c778b9
Author: Damon Chaplin <damon@gnome.org>
Date:   Sat Oct 14 14:01:13 2006 +0000

    new function used to expand abbreviations in extra files, but leaving
    
    2006-10-14  Damon Chaplin  <damon@gnome.org>
    
    	* gtkdoc-mkdb.in (ExpandAbbreviationsExceptCDATA): new function used
    	to expand abbreviations in extra files, but leaving CDATA sections
    	as they are. (#360579)

 ChangeLog      |    6 ++++++
 gtkdoc-mkdb.in |   31 ++++++++++++++++++++++++++++++-
 2 files changed, 36 insertions(+), 1 deletions(-)

commit c8e49c7f8995939370d240ddc056a6b8112d1534
Author: Damon Chaplin <damon@gnome.org>
Date:   Sat Oct 14 13:18:28 2006 +0000

    Allow the section id to be set from within the source code "SECTION:"
    
    2006-10-14  Damon Chaplin  <damon@gnome.org>
    
    	* gtkdoc-mkdb.in (OutputSGML): Allow the section id to be set from
    	within the source code "SECTION:" comment block. (#349855)

 ChangeLog      |    5 +++++
 gtkdoc-mkdb.in |   12 ++++++++----
 2 files changed, 13 insertions(+), 4 deletions(-)

commit b56743713e87a8ffc374ccc3012d6d8a3ae4561b
Author: Damon Chaplin <damon@gnome.org>
Date:   Fri Oct 13 21:55:19 2006 +0000

    added missing comma from previous fix (#360967).
    
    2006-10-13  Damon Chaplin  <damon@gnome.org>
    
    	* style.css: added missing comma from previous fix (#360967).

 ChangeLog |    4 ++++
 style.css |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

commit 2a96aee7b72e4cf9887a4040b9d9dcda2363de68
Author: Damon Chaplin <damon@gnome.org>
Date:   Fri Oct 13 15:11:39 2006 +0000

    new function to output the "Since" and "Stability Level:" paragraphs, with
    
    2006-10-13  Damon Chaplin  <damon@gnome.org>
    
    	* gtkdoc-mkdb.in (OutputSymbolTraits): new function to output the
    	"Since" and "Stability Level:" paragraphs, with roles to allow
    	XSLT styling. (#348046)

 ChangeLog      |    6 ++++
 gtkdoc-mkdb.in |   70 +++++++++++++++++++++----------------------------------
 2 files changed, 33 insertions(+), 43 deletions(-)

commit 27c78b18c58b30ad7fb075271134d8e981a96299
Author: Damon Chaplin <damon@gnome.org>
Date:   Fri Oct 13 14:39:57 2006 +0000

    support interfaces on non-GObject types. (#348058, Josh Parsons).
    
    2006-10-13  Damon Chaplin  <damon@gnome.org>
    
    	* gtkdoc-scangobj.in: support interfaces on non-GObject types.
    	(#348058, Josh Parsons).

 ChangeLog          |    5 +++++
 gtkdoc-scangobj.in |   15 ++++++++++++++-
 2 files changed, 19 insertions(+), 1 deletions(-)

commit bb526fcbea894a2b1e3cd9ee490d060e684c9c48
Author: Damon Chaplin <damon@gnome.org>
Date:   Fri Oct 13 11:45:00 2006 +0000

    use "GNOME" instead of "Gnome". (#352160)
    
    2006-10-13  Damon Chaplin  <damon@gnome.org>
    
    	* gtk-doc-manual.xml: use "GNOME" instead of "Gnome". (#352160)

 help/manual/C/ChangeLog          |    4 ++++
 help/manual/C/gtk-doc-manual.xml |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

commit 3fbea7720410220e808e35b8495252e2db5b25a1
Author: Damon Chaplin <damon@gnome.org>
Date:   Fri Oct 13 11:40:51 2006 +0000

    make sure interfaces are initialized so the signals query works. (#355352)
    
    2006-10-13  Damon Chaplin  <damon@gnome.org>
    
    	* gtkdoc-scangobj.in: make sure interfaces are initialized so the
    	signals query works. (#355352)

 ChangeLog          |    5 +++++
 gtkdoc-scangobj.in |    8 ++++++--
 2 files changed, 11 insertions(+), 2 deletions(-)

commit 8efc50f2beac4552005064ffee4671485c17f04a
Author: Damon Chaplin <damon@gnome.org>
Date:   Fri Oct 13 11:24:34 2006 +0000

    Make sure appendix title isn't obscured by navigation bar (#360967, Philip
    
    2006-10-13  Damon Chaplin  <damon@gnome.org>
    
    	* style.css: Make sure appendix title isn't obscured by navigation bar
    	(#360967, Philip Kovacs).

 ChangeLog |    5 +++++
 style.css |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

commit 3646a8823e4a19d15f3ca8f1c59b8c107c5e1a6c
Author: Matthias Clasen <matthiasc@src.gnome.org>
Date:   Sat Sep 9 04:44:06 2006 +0000

    fix enum types in signal prototypes

 ChangeLog          |    5 +++++
 gtkdoc-scangobj.in |    5 +++++
 2 files changed, 10 insertions(+), 0 deletions(-)

commit add311121b8e0e4cc05b38b7a66b5d84426e4f6a
Author: Damon Chaplin <damon@gnome.org>
Date:   Sat Jul 29 10:01:03 2006 +0000

    Released 1.7.
    
    2006-07-29  Damon Chaplin  <damon@gnome.org>
    
    	* Released 1.7.

 ChangeLog    |    4 ++++
 NEWS         |   15 +++++++++++++++
 configure.in |    2 +-
 3 files changed, 20 insertions(+), 1 deletions(-)

commit ec86032217012eb585a1a1778d3dde63a6e3e558
Author: Damon Chaplin <damon@gnome.org>
Date:   Fri Jun 30 12:28:30 2006 +0000

    fix regexp to allow section names with '-' in them.
    
    2006-06-30  Damon Chaplin  <damon@gnome.org>
    
    	* gtkdoc-mkdb.in (ScanSourceFile): fix regexp to allow section names
    	with '-' in them.

 ChangeLog      |    3 +++
 gtkdoc-mkdb.in |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)

commit 58031be1ddc06c691cd4762d751a01f1935e4947
Author: Damon Chaplin <damon@gnome.org>
Date:   Fri Jun 30 10:06:56 2006 +0000

    added separate 'docs' target that can be used even when the
    
    2006-06-30  Damon Chaplin  <damon@gnome.org>
    
    	* gtk-doc.make (all-local, docs): added separate 'docs' target that can
    	be used even when the '--disable-gtk-doc' configure option is used.

 ChangeLog    |    5 +++++
 gtk-doc.make |   10 ++++++----
 2 files changed, 11 insertions(+), 4 deletions(-)

commit 7cd20eb0030bcc7b9732f4ced05fa9e6ddc59f7c
Author: Jody Goldberg <jody@gnome.org>
Date:   Thu Jun 15 09:54:16 2006 +0000

    finish off #341872 Support 'T const * const *foo' and other more complex
    
    2006-06-15  Jody Goldberg <jody@gnome.org>
    
    	* gtkdoc-mkdb.in (OutputFunction) : finish off #341872
    	  Support 'T const * const *foo' and other more complex types.
    	  Support ptr2ptr2func as a func argument.
    	    'void foo (void (**func) (void))'
    	* gtkdoc-mktmpl.in : ditto.
    
    	  (committed by Damon with minor changes to spacing so GTK+ docs are
    	   unchanged).

 ChangeLog        |   11 ++++++++++
 gtkdoc-mkdb.in   |   56 ++++++++++++++++++++++++++++-------------------------
 gtkdoc-mktmpl.in |    6 ++--
 3 files changed, 44 insertions(+), 29 deletions(-)

commit 3c60e7d5b331b11b0d8c43264a30b1668b99c0e5
Author: Damon Chaplin <damon@gnome.org>
Date:   Fri Jun 9 10:21:38 2006 +0000

    use the 'role' attribute rather than the 'id' attribute to identify the
    
    2006-06-09  Damon Chaplin  <damon@gnome.org>
    
    	* gtkdoc-mkdb.in:
    	* gtk-doc.xsl: use the 'role' attribute rather than the 'id' attribute
    	to identify the different sections for the navigation bar, since 'id'
    	must be unique throughout the entire document. Also fixed a few minor
    	issues with the output. (#342861, Leonardo Boshell)

 ChangeLog      |    8 +++++
 gtk-doc.xsl    |   79 ++++++++++++++++++++++++++++---------------------------
 gtkdoc-mkdb.in |   66 +++++++++++++++++++++++-----------------------
 3 files changed, 81 insertions(+), 72 deletions(-)

commit 7a31e0ae29c8424a8e6c52cd701f7404d4e292d4
Author: Damon Chaplin <damon@gnome.org>
Date:   Tue May 30 09:01:33 2006 +0000

    Use the 's' modifier to the substitution so we handle links spanning more
    
    2006-05-30  Damon Chaplin  <damon@gnome.org>
    
    	* gtkdoc-fixxref.in (FixHTMLFile): Use the 's' modifier to the
    	substitution so we handle links spanning more than one line.
    	(#342845).

 .cvsignore        |    1 +
 ChangeLog         |    6 ++++++
 gtkdoc-fixxref.in |    2 +-
 3 files changed, 8 insertions(+), 1 deletions(-)

commit a436c9be07c2312ae701cc3d7f04b45137823914
Author: Damon Chaplin <damon@gnome.org>
Date:   Mon May 22 19:57:15 2006 +0000

    use a separate Makefile.am for each subdirectory rather than using
    
    2006-05-22  Damon Chaplin  <damon@gnome.org>
    
    	* configure.in:
    	* Makefile.am:
    	* help/Makefile.am:
    	* help/manual/Makefile.am: use a separate Makefile.am for each
    	subdirectory rather than using "SUBDIRS=help/manual/C".

 ChangeLog               |    8 ++++++++
 Makefile.am             |    2 +-
 configure.in            |    2 ++
 help/.cvsignore         |    3 +++
 help/Makefile.am        |    3 +++
 help/manual/.cvsignore  |    3 +++
 help/manual/Makefile.am |    3 +++
 7 files changed, 23 insertions(+), 1 deletions(-)

commit 4883a95c6300c13848242f54313a7b9eac379235
Author: Jody Goldberg <jody@gnome.org>
Date:   Sun May 21 11:25:35 2006 +0000

    Support 'long double foo' and 'T const * const *foo' (#341872) handle ptrs
    
    2006-05-21  Jody Goldberg <jody@gnome.org>
    
    	* gtkdoc-common.pl.in (ParseStructDeclaration) : Support
    	  'long double foo' and
    	  'T const * const *foo' (#341872)
    	* gtkdoc-mktmpl.in (OutputDeclaration) : handle ptrs to ptrs to
    	  functions 'void func (void (**ptr2ptr2func)(int a))'

 ChangeLog           |    8 ++++++++
 gtkdoc-common.pl.in |   12 +++++++-----
 gtkdoc-mktmpl.in    |    2 +-
 3 files changed, 16 insertions(+), 6 deletions(-)

commit 8a805b7ef8da9753140969183c71fb867092fa29
Author: Damon Chaplin <damon@gnome.org>
Date:   Sun May 21 11:18:22 2006 +0000

    don't check basename for '.[hc]' suffix since we allow other suffixes as
    
    2006-05-21  Damon Chaplin  <damon@gnome.org>
    
    	* gtkdoc-mkdb.in (ScanSourceFile): don't check basename for '.[hc]'
    	suffix since we allow other suffixes as well now. (#340199)
    
    	* gtkdoc-mktmpl.in (OutputSignalTemplates): check if the parameter
    	is actually in the source code comment block. If not, use the default
    	name. Otherwise we were outputting an empty "@:" in the templates.
    	(ReadTemplateFile): remove empty "@:" lines caused by above bug.

 ChangeLog        |   10 ++++++++++
 gtkdoc-mkdb.in   |    2 +-
 gtkdoc-mktmpl.in |   16 ++++++++++++----
 3 files changed, 23 insertions(+), 5 deletions(-)

commit 1cee0769feb839b2d0faffdcc44211fe5df2e854
Author: Damon Chaplin <damon@gnome.org>
Date:   Sat Apr 15 12:04:42 2006 +0000

    use gtkdochelpdir rather than docdir to avoid clash with autoconf.
    
    2006-04-15  Damon Chaplin  <damon@gnome.org>
    
    	* xmldocs.make: use gtkdochelpdir rather than docdir to avoid clash
    	with autoconf. (#316508)

 ChangeLog    |    3 +++
 xmldocs.make |   22 +++++++++++-----------
 2 files changed, 14 insertions(+), 11 deletions(-)

commit 2bc449749873dc099458422ed8a54e8803e08a54
Author: Damon Chaplin <damon@gnome.org>
Date:   Sat Apr 15 11:40:18 2006 +0000

    Output "Returns:" rather than "Return value:", and a "C-x4s" binding for
    
    2006-04-15  Damon Chaplin  <damon@gnome.org>
    
    	* tools/gtk-doc.el: Output "Returns:" rather than "Return value:",
    	and a "C-x4s" binding for inserting a blank section header.
    
    	* gtk-doc.make (sgml-build.stamp): added $(DOC_MODULE)-sections.txt
    	to the dependencies, since although the templates depend on it, they
    	may not be changed, but the XML should still be rebuilt.
    
    	* gtkdoc-mkdb.in (ScanSourceFile): allow whitespace after "SECTION:".

 ChangeLog        |   11 +++++++++++
 gtk-doc.make     |    2 +-
 gtkdoc-mkdb.in   |    4 +++-
 tools/gtk-doc.el |   32 ++++++++++++++++++++++++++------
 4 files changed, 41 insertions(+), 8 deletions(-)

commit abaf953d62910a5042400d7964cd2039a59b88fa
Author: Damon Chaplin <damon@gnome.org>
Date:   Thu Apr 13 22:38:38 2006 +0000

    When outputting a warning about a property, use a single colon ':', since
    
    2006-04-13  Damon Chaplin  <damon@gnome.org>
    
    	* gtkdoc-mkdb.in (ReadArgsFile): When outputting a warning about a
    	property, use a single colon ':', since that is what is used to
    	document properties in the source code. (2 colons are used for signals)
    
    	* gtk-doc.make (sgml-build.stamp): added $(HFILE_GLOB) here, to
    	catch any new documentation in the headers.

 ChangeLog      |    9 +++++++++
 gtk-doc.make   |    2 +-
 gtkdoc-mkdb.in |    2 +-
 3 files changed, 11 insertions(+), 2 deletions(-)

commit db4b487c6803319ac281cb7b729d8a07277bde3d
Author: Damon Chaplin <damon@gnome.org>
Date:   Wed Apr 12 16:28:15 2006 +0000

    strip special "-struct" suffix from text of links to widget structs.
    
    2006-04-12  Damon Chaplin  <damon@gnome.org>
    
    	* gtkdoc-mkdb.in (tagify2): strip special "-struct" suffix from
    	text of links to widget structs.

 ChangeLog      |    5 +++++
 gtkdoc-mkdb.in |   11 ++++++++++-
 2 files changed, 15 insertions(+), 1 deletions(-)

commit 90a699e49802c560a7e02e4a8a6ffe4ace4e0585
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Sun Apr 9 15:17:47 2006 +0000

    fix link after live.gnome.org wiki changes
    
    * TODO:
    fix link after live.gnome.org wiki changes

 ChangeLog |    5 +++++
 TODO      |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

commit 28d28854d9f2697d70aeec6add59c55b4c7a03b6
Author: Damon Chaplin <damon@gnome.org>
Date:   Sun Apr 9 09:31:38 2006 +0000

    Released 1.6.
    
    2006-04-09  Damon Chaplin  <damon@gnome.org>
    
    	* Released 1.6.

 ChangeLog    |    8 ++++++--
 NEWS         |   13 +++++++++++++
 configure.in |    2 +-
 3 files changed, 20 insertions(+), 3 deletions(-)

commit ec2e6dc96db9bbbb3d9862a6669033c6548d0c11
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Wed Mar 29 08:50:36 2006 +0000

    missing '*' for arg in signal prototype in docs (#335486)
    
    * gtkdoc-scangobj.in:
    missing '*' for arg in signal prototype in docs (#335486)

 ChangeLog          |    5 +++++
 gtkdoc-scangobj.in |    8 ++++++--
 2 files changed, 11 insertions(+), 2 deletions(-)

commit 3bbcdac53a2ed4ef0bf6aec337e226ff2b22e328
Author: Damon Chaplin <damon@gnome.org>
Date:   Sun Mar 26 14:36:18 2006 +0000

    don't output warnings for overridden titles, since that happens a lot.
    
    2006-03-26  Damon Chaplin  <damon@gnome.org>
    
    	* gtkdoc-mkdb.in (MergeSourceDocumentation): don't output warnings
    	for overridden titles, since that happens a lot. (#320010)

 ChangeLog      |    3 +++
 gtkdoc-mkdb.in |    5 ++++-
 2 files changed, 7 insertions(+), 1 deletions(-)

commit b058ad34b0369517f7f1c827494b1168e2f6071b
Author: Damon Chaplin <damon@src.gnome.org>
Date:   Sun Mar 26 12:53:52 2006 +0000

    added bug num

 ChangeLog |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 0e1edb1ceea4a01677fb1c0537285fcf0f9076f3
Author: Damon Chaplin <damon@gnome.org>
Date:   Sun Mar 26 12:53:17 2006 +0000

    check for pkg-config >= 0.19.
    
    2006-03-26  Damon Chaplin  <damon@gnome.org>
    
    	* configure.in: check for pkg-config >= 0.19.

 ChangeLog    |    2 ++
 configure.in |    3 +++
 2 files changed, 5 insertions(+), 0 deletions(-)

commit 5b979f9ba0da6fc48481e0526fac7818c37077ae
Author: Damon Chaplin <damon@gnome.org>
Date:   Sun Mar 26 12:39:46 2006 +0000

    put the .pc file in $(datadir) rather than $(libdir), since gtk-doc is
    
    2006-03-26  Damon Chaplin  <damon@gnome.org>
    
    	* Makefile.am (pkgconfigdir): put the .pc file in $(datadir) rather
    	than $(libdir), since gtk-doc is architecture-independant.
    
    	* configure.in: removed the hard dependancy on openjade or jade, since
    	XML is used mostly now rather than SGML. We just output a warning
    	rather than an error if neither openjade or jade are found.

 ChangeLog    |    9 +++++++++
 Makefile.am  |    2 +-
 configure.in |    2 +-
 3 files changed, 11 insertions(+), 2 deletions(-)

commit dafed82a4c688f79ffdbc4bfe183c7bd6ecaacb9
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Fri Mar 24 15:33:18 2006 +0000

    correct format of new shortcuts
    
    * gtk-doc-manual.xml:
    correct format of new shortcuts

 help/manual/C/ChangeLog          |    5 +++++
 help/manual/C/gtk-doc-manual.xml |    4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

commit 19dcdbf6226ec861455180252b55a6a1a6e6e611
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Tue Mar 21 14:30:26 2006 +0000

    document signal and property link short cuts
    
    * gtk-doc-manual.xml:
    document signal and property link short cuts

 help/manual/C/ChangeLog          |    5 +++++
 help/manual/C/gtk-doc-manual.xml |   30 ++++++++++++++++++++++--------
 2 files changed, 27 insertions(+), 8 deletions(-)

commit 7355e129208c538ced5d2948a82b66d1f8b5b45a
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Tue Mar 21 10:48:58 2006 +0000

    add sect1 to pages with top-page offset adjustment (#166363)
    
    * style.css:
    add sect1 to pages with top-page offset adjustment (#166363)

 ChangeLog |    5 +++++
 style.css |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

commit b9585b835921172a379e01f1e47bc923646e8e8e
Author: Damon Chaplin <damon@gnome.org>
Date:   Sun Mar 19 22:34:33 2006 +0000

    try to handle the start of function declarations spread over 3 lines.
    
    2006-03-19  Damon Chaplin  <damon@gnome.org>
    
    	* gtkdoc-scan.in (ScanHeader): try to handle the start of function
    	declarations spread over 3 lines. (#321708, Jorn Baayen)

 ChangeLog      |    5 +++++
 gtkdoc-scan.in |   52 ++++++++++++++++++++++++++++++++++------------------
 2 files changed, 39 insertions(+), 18 deletions(-)

commit 6e0bb7ad0173dcba77a543aed216e1bba81e15a1
Author: Damon Chaplin <damon@gnome.org>
Date:   Sun Mar 19 21:31:37 2006 +0000

    (OutputOldParams): don't bother outputting unused parameters if they don't
    
    2006-03-19  Damon Chaplin  <damon@gnome.org>
    
    	(OutputOldParams): don't bother outputting unused parameters if they
    	don't have any documentation as that is pointless.

 ChangeLog        |    5 +++++
 gtkdoc-mktmpl.in |    6 +++++-
 2 files changed, 10 insertions(+), 1 deletions(-)

commit ff9c2f68357ea28d3f928e656c07f465ff65c777
Author: Damon Chaplin <damon@gnome.org>
Date:   Sun Mar 19 20:39:09 2006 +0000

    Add a workaround for an old bug handling macros with arguments spread over
    
    2006-03-19  Damon Chaplin  <damon@gnome.org>
    
    	* gtkdoc-mktmpl.in (ReadTemplateFile): Add a workaround for an old
    	bug handling macros with arguments spread over several lines. (#318666)

 ChangeLog        |    5 +++++
 gtkdoc-mktmpl.in |    8 ++++++++
 2 files changed, 13 insertions(+), 0 deletions(-)

commit 252645112ddb2360cd8feb839cf3cacd934c285c
Author: Damon Chaplin <damon@gnome.org>
Date:   Sun Mar 19 19:05:44 2006 +0000

    Make sure we still output an index term if there isn't 'deprecated' or
    
    2006-03-19  Damon Chaplin  <damon@gnome.org>
    
    	* gtkdoc-mkdb.in (MakeIndexterms): Make sure we still output an index
    	term if there isn't 'deprecated' or 'since' info.
    	(#334851, Tommi Komulainen).

 ChangeLog      |    6 ++++++
 gtkdoc-mkdb.in |    3 +++
 2 files changed, 9 insertions(+), 0 deletions(-)

commit 8d18952c3b558072a95157877c4f3e8368069659
Author: Damon Chaplin <damon@gnome.org>
Date:   Sun Mar 19 18:50:03 2006 +0000

    added "--ignore-decorators" option to ignore a list of declarators in
    
    2006-03-19  Damon Chaplin  <damon@gnome.org>
    
    	* gtkdoc-scan.in (ScanHeader): added "--ignore-decorators" option to
    	ignore a list of declarators in function declarations.
    	(#316512, Bertram Felgenhauer).

 ChangeLog      |    6 ++++++
 gtkdoc-scan.in |   28 +++++++++++++++++-----------
 2 files changed, 23 insertions(+), 11 deletions(-)

commit d5f8453d9b8327233a3bb3465a13dd697b8644a4
Author: Damon Chaplin <damon@gnome.org>
Date:   Sun Mar 19 18:38:42 2006 +0000

    call MakeIndexTerms() to make sure that signals appear in the
    
    2006-03-19  Damon Chaplin  <damon@gnome.org>
    
    	* gtkdoc-mkdb.in (GetSignals, GetArgs): call MakeIndexTerms() to make
    	sure that signals appear in the deprecated/new symbol indices.
    	(#332007, Tommi Komulainen).

 ChangeLog      |    6 ++++++
 gtkdoc-mkdb.in |    2 ++
 2 files changed, 8 insertions(+), 0 deletions(-)

commit 2d48f207bdb3235f849aabf7a94453bf91eed832
Author: Damon Chaplin <damon@gnome.org>
Date:   Sun Mar 19 18:24:11 2006 +0000

    allow use of 'Object::signal' and 'Object:property' to link to signals and
    
    2006-03-19  Damon Chaplin  <damon@gnome.org>
    
    	* gtkdoc-mkdb.in (OutputEnum, ExpandAbbreviations, symbolify):
    	allow use of 'Object::signal' and 'Object:property' to link to signals
    	and properties, and add links to enum constant values.
    	(#332483, Stefan Kost)

 ChangeLog      |    7 +++++++
 gtkdoc-mkdb.in |   19 ++++++++++++++++---
 2 files changed, 23 insertions(+), 3 deletions(-)

commit 950ff9de4470b3fbe80f8f47a0f91e5dd1a37331
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Wed Mar 15 15:10:32 2006 +0000

    Create separate indexterms for different roles, since the docbook
    
    2006-03-15  Matthias Clasen  <mclasen@redhat.com>
    
    	* gtkdoc-mkdb.in (MakeIndexterms): Create separate indexterms
    	for different roles, since the docbook stylesheets don't handle
    	multiple roles in one attribute.  (#331586, Tommi Komulainen)

 ChangeLog      |    6 ++++++
 gtkdoc-mkdb.in |   15 ++++++---------
 2 files changed, 12 insertions(+), 9 deletions(-)

commit 29e16481884ab0d27d384735b9a8eaef9b35248a
Author: Damon Chaplin <damon@src.gnome.org>
Date:   Tue Mar 7 12:16:17 2006 +0000

    updates for 1.5 release

 ChangeLog            |    4 ++++
 NEWS                 |   15 +++++++++++++++
 README               |   20 +-------------------
 configure.in         |    2 +-
 help/manual/C/README |   31 ++-----------------------------
 5 files changed, 23 insertions(+), 49 deletions(-)

commit 4bc3c4f86ba700f08d81e91a82638f1e742c74fd
Author: Tommi Komulainen <tommi.komulainen@nokia.com>
Date:   Mon Mar 6 19:19:07 2006 +0000

    Print object name after <TITLE> (#333380)
    
    2006-03-06  Tommi Komulainen  <tommi.komulainen@nokia.com>
    
    	* gtkdoc-scan.in (ScanHeader): Print object name after <TITLE> in
    	order to get get object hierarchy, signals and properties
    	documentation appear automatically (#333380)

 ChangeLog      |    6 ++++++
 gtkdoc-scan.in |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

commit b00fdde3058ebad6125f9e3c1c455a383ab21e23
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Tue Jan 24 15:51:13 2006 +0000

    patch from Damon Chaplin to fix signal flag parsing
    
    * gtkdoc-mkdb.in: patch from Damon Chaplin to fix signal flag parsing

 ChangeLog      |    4 ++++
 gtkdoc-mkdb.in |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

commit 21f8c6ca807bdc73ec2514ef1291c786b0c2af80
Author: Damon Chaplin <damon@gnome.org>
Date:   Sun Jan 8 17:02:27 2006 +0000

    patch from Jonathan Blandford to add support for a "--source-suffixes"
    
    2006-01-08  Damon Chaplin  <damon@gnome.org>
    
    	* gtkdoc-mkdb.in: patch from Jonathan Blandford to add support for a
    	"--source-suffixes" option so you can scan files with any suffixes
    	you want (e.g. C++ files).

 ChangeLog      |    6 ++++++
 gtkdoc-mkdb.in |   31 +++++++++++++++++++++----------
 2 files changed, 27 insertions(+), 10 deletions(-)

commit 846d9e28fd33c8a151187463a167059f1da57c83
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Tue Dec 20 04:38:33 2005 +0000

    Use \w+: instead of \S+: when matching parameter names, so that
    
    2005-12-19  Matthias Clasen  <mclasen@redhat.com>
    
            * gtkdoc-mktmpl.in: Use \w+: instead of \S+: when
            matching parameter names, so that @Deprecated:2.10:
            works in template files like in source code comments.
    
            * gtkdoc-mkdb.in: Add a missing "and" to the versioned
            deprecation note.

 ChangeLog        |    9 +++++++++
 gtkdoc-mkdb.in   |    2 +-
 gtkdoc-mktmpl.in |    2 +-
 3 files changed, 11 insertions(+), 2 deletions(-)

commit bb936ce186b97859fa0ca2e8c49a6939442dd2d4
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Fri Dec 9 09:25:20 2005 +0000

    added more details about doc-comments added section about revision control
    
    * gtk-doc-manual-C.omf.in:
    * gtk-doc-manual.xml:
    added more details about doc-comments
    added section about revision control systems

 help/manual/C/ChangeLog               |    7 ++
 help/manual/C/gtk-doc-manual-C.omf.in |    2 +-
 help/manual/C/gtk-doc-manual.xml      |  141 +++++++++++++++++++++++++++++++--
 3 files changed, 143 insertions(+), 7 deletions(-)

commit a014ef6dd76dab1845099317b3f319d9fa00c2ef
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Fri Dec 9 09:20:37 2005 +0000

    try more to downgrade devhelp for old file format
    
    * devhelp.xsl:
    try more to downgrade devhelp for old file format

 ChangeLog   |    5 +++++
 devhelp.xsl |   27 +--------------------------
 2 files changed, 6 insertions(+), 26 deletions(-)

commit b0034611d0984870abf01b39f57d898c7e7b5c5f
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Fri Dec 9 09:07:39 2005 +0000

    add devhelp2 files create a autoregen.sh
    
    * Makefile.am:
    add devhelp2 files
    * autogen.sh:
    create a autoregen.sh
    * devhelp.xsl:
    * devhelp2.xsl:
    * gtk-doc.xsl:
    generate two separate versions
    * gtkdoc-mkdb.in:
    fix parsing const after type (#322556)
    * gtkdoc-mktmpl.in:
    fix parseing multiline macro heads (#320588)
    * gtkdoc-scangobj.in:
    allow additional root types (#323581)

 ChangeLog          |   17 ++++++
 Makefile.am        |    2 +
 autogen.sh         |    5 ++
 devhelp2.xsl       |  155 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 gtk-doc.xsl        |    2 +
 gtkdoc-mkdb.in     |   60 ++++++++++----------
 gtkdoc-mktmpl.in   |    7 ++-
 gtkdoc-scangobj.in |   54 +++++++++++-------
 8 files changed, 250 insertions(+), 52 deletions(-)

commit a39ebb511ed5ad60727cb5754d9b330dc9d2cc7d
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon Dec 5 05:21:55 2005 +0000

    Allow parameters to be declared volatile (this happens in GLib nowadays)
    
    2005-12-05  Matthias Clasen  <mclasen@redhat.com>
    
    	* gtkdoc-mktmpl.in (OutputDeclaration):
    	* gtkdoc-mkdb.in (OutputFunction): Allow parameters to be declared
    	volatile (this happens in GLib nowadays)

 ChangeLog        |    6 ++++++
 gtkdoc-mkdb.in   |    2 +-
 gtkdoc-mktmpl.in |    2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)

commit 0e346456e01406609039975ac84ba43d98f36c11
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Tue Oct 11 07:53:40 2005 +0000

    remove left-over debug-print
    
    * gtkdoc-mkdb.in:
    remove left-over debug-print

 ChangeLog      |    5 +++++
 gtkdoc-mkdb.in |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

commit 86231f99fefbd7625c049525e1d5892d584ea367
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Mon Oct 10 15:18:14 2005 +0000

    enhance gtkdoc devhelp output (#318129)
    
    * devhelp.xsl:
    * gtkdoc-mkdb.in:
    enhance gtkdoc devhelp output (#318129)

 ChangeLog      |    6 ++++
 devhelp.xsl    |   27 +++++++++++++++++++-
 gtkdoc-mkdb.in |   77 ++++++++++++++++++++++++++++++++++++++++++++++++-------
 3 files changed, 99 insertions(+), 11 deletions(-)

commit 254d13cbe185d9770dcb30f592a67e1fe79e6385
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Wed Oct 5 16:26:04 2005 +0000

    revert exchanging &nbsp; with &#160;
    
    * gtkdoc-common.pl.in:
    revert exchanging &nbsp; with &#160;

 ChangeLog           |    5 +++++
 gtkdoc-common.pl.in |   12 ++++++------
 2 files changed, 11 insertions(+), 6 deletions(-)

commit 2b59e6c8ac26492a954853d9a3dcc314a7266461
Author: Damon Chaplin <damon@gnome.org>
Date:   Tue Oct 4 21:14:57 2005 +0000

    patch from Andrae Steiner to add missing ';' (#317938)
    
    2005-10-04  Damon Chaplin  <damon@gnome.org>
    
    	* gtkdoc-scanobj.in: patch from Andrae Steiner to add missing ';'
    	(#317938)

 ChangeLog         |    5 +++++
 gtkdoc-scanobj.in |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

commit 0060d27db702f6bb631902a0e1a42f0e40f3c0ad
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Thu Sep 29 08:47:54 2005 +0000

    additionally point people to the gnome-wiki don't warn on macros with
    
    * TODO:
    additionally point people to the gnome-wiki
    * gtkdoc-mkdb.in:
    don't warn on macros with return docs (#314267)

 ChangeLog      |    8 ++++++++
 TODO           |    6 ++++--
 gtkdoc-mkdb.in |    7 ++++++-
 3 files changed, 18 insertions(+), 3 deletions(-)

commit 20f3024ba3a890f0b30ab1708c912607fad8d8a1
Author: Matthias Clasen <matthiasc@src.gnome.org>
Date:   Wed Sep 28 17:47:44 2005 +0000

    Generate documentation for signal flags

 ChangeLog          |   12 ++++++
 gtkdoc-mkdb.in     |  104 ++++++++++++++++++++++++++++++++++++++++-----------
 gtkdoc-mktmpl.in   |    6 +++
 gtkdoc-scangobj.in |   24 ++++++++++-
 4 files changed, 120 insertions(+), 26 deletions(-)

commit 487222c34323610fb00f0d8087e6ce68f9778b84
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Mon Sep 19 21:06:19 2005 +0000

    adding a note about where the new docs are
    
    * doc/README:
    * doc/authors.txt:
    * doc/gnome.txt:
    * doc/sections-file.txt:
    * doc/setting-up.txt:
    * doc/style-guide.txt:
    * gtkdoc-common.pl.in:
    adding a note about where the new docs are

 ChangeLog             |   11 +++++++++++
 doc/README            |   11 +++++++----
 doc/authors.txt       |    6 ++++++
 doc/gnome.txt         |    9 +++++++++
 doc/sections-file.txt |    9 +++++++++
 doc/setting-up.txt    |    6 ++++++
 doc/style-guide.txt   |    6 ++++++
 gtkdoc-common.pl.in   |   12 ++++++------
 8 files changed, 60 insertions(+), 10 deletions(-)

commit 7d93794cc0049590b58589113ba0d25ec69bb0c0
Author: Damon Chaplin <damon@gnome.org>
Date:   Thu Sep 15 14:58:31 2005 +0000

    patch from dodji seketeli to handle functions returning explicit enums.
    
    2005-09-15  Damon Chaplin  <damon@gnome.org>
    
    	* gtkdoc-scan.in (ScanHeader):
    	* gtkdoc-mktmpl.in (OutputDeclaration):
    	* gtkdoc-mkdb.in (OutputFunction): patch from dodji seketeli to handle
    	functions returning explicit enums. (#303337)

 ChangeLog        |    7 ++++++-
 gtkdoc-mkdb.in   |    2 +-
 gtkdoc-mktmpl.in |    4 ++--
 gtkdoc-scan.in   |    6 +++---
 4 files changed, 12 insertions(+), 7 deletions(-)

commit 674766476ae5ea75ac134ac65db13f521f948699
Author: Damon Chaplin <damon@gnome.org>
Date:   Thu Sep 15 14:50:34 2005 +0000

    Patch from Stepan Kasal:
    
    2005-09-15  Damon Chaplin  <damon@gnome.org>
    
            Patch from Stepan Kasal:
    
    	* gtkdoc-mkhtml.in, gtkdoc-mkman.in, gtkdocize.in: Add datarootdir
    	variable, for compatibility with future Autoconf releases.
    
    	* configure.in (PACKAGE_DATA_DIR): Simplify the computation;
    	use a local macro AC_DEFINE_DIR, based on a macro from Autoconf
    	macro archive.

 ChangeLog                |   11 +++++++++++
 configure.in             |   31 +++++++++++++++++--------------
 gtkdoc-mkhtml.in         |    1 +
 gtkdoc-mkman.in          |    1 +
 gtkdocize.in             |    1 +
 help/manual/C/.cvsignore |    3 ++-
 6 files changed, 33 insertions(+), 15 deletions(-)

commit 73642e97c8b3a702983ed5a99accd7574485d17b
Author: Damon Chaplin <damon@gnome.org>
Date:   Thu Sep 15 14:16:18 2005 +0000

    Patch from Stepan Kasal to avoid some gcc warnings. (#312985)
    
    2005-09-15  Damon Chaplin  <damon@gnome.org>
    
    	* gtkdoc-scangobj.in: Patch from Stepan Kasal to avoid some gcc
    	warnings. (#312985)

 ChangeLog          |    3 ++
 gtkdoc-scangobj.in |   58 ++++++++++++++++++++++++++-------------------------
 2 files changed, 33 insertions(+), 28 deletions(-)

commit e341eaf224d130e74b1be41036f31daeed2dc77e
Author: Damon Chaplin <damon@src.gnome.org>
Date:   Thu Sep 15 13:46:45 2005 +0000

    Also use "sh -c" to run the scanner (#167688)
    
    	* gtkdoc-scanobj.in:
    	* gtkdoc-scangobj.in:
    	Also use "sh -c" to run the scanner (#167688)

 ChangeLog          |    2 +-
 gtkdoc-scangobj.in |    2 +-
 gtkdoc-scanobj.in  |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

commit 3743095b45e4487335504e55b21151d5829ea4de
Author: Damon Chaplin <damon@gnome.org>
Date:   Thu Sep 15 13:32:22 2005 +0000

    Use brackets around open() arguments to avoid precedence problems.
    
    2005-09-15  Damon Chaplin  <damon@gnome.org>
    
    	* gtkdoc-scanobj.in:
    	* gtkdoc-scangobj.in: Use brackets around open() arguments to avoid
    	precedence problems. (#314838)

 ChangeLog          |    4 ++++
 gtkdoc-scangobj.in |    4 ++--
 gtkdoc-scanobj.in  |    4 ++--
 3 files changed, 8 insertions(+), 4 deletions(-)

commit c1d2841f9868ba9c6508a73f2a16156d2f56549a
Author: Damon Chaplin <damon@gnome.org>
Date:   Thu Sep 15 13:26:04 2005 +0000

    Output more messages about compilation, linking and running of scanner, to
    
    2005-09-15  Damon Chaplin  <damon@gnome.org>
    
    	* gtkdoc-scanobj.in:
    	* gtkdoc-scangobj.in: Output more messages about compilation, linking
    	and running of scanner, to try to help track down any problems.
    	(#167688)

 ChangeLog          |    5 +++++
 gtkdoc-scangobj.in |   11 ++++++++---
 gtkdoc-scanobj.in  |   11 ++++++++---
 3 files changed, 21 insertions(+), 6 deletions(-)

commit 01aca90748f11704e780d902eb6a5c1958836218
Author: Damon Chaplin <damon@gnome.org>
Date:   Thu Sep 15 12:33:14 2005 +0000

    patch from Stefan Kost to improve error messages, though I changed it
    
    2005-09-15  Damon Chaplin  <damon@gnome.org>
    
    	* gtkdoc-scanobj.in:
    	* gtkdoc-scangobj.in: patch from Stefan Kost to improve error messages,
    	though I changed it slightly so it doesn't output errno.

 ChangeLog          |    6 ++++++
 gtkdoc-scangobj.in |   11 ++++++-----
 gtkdoc-scanobj.in  |    8 +++++---
 3 files changed, 17 insertions(+), 8 deletions(-)

commit e1a48ebf7c864a2b49ebbb3680e3f29c02fec204
Author: Damon Chaplin <damon@gnome.org>
Date:   Fri Sep 9 16:35:25 2005 +0000

    Use a fixed navigation bar at the top of the page. Patch from Stefan Kost
    
    2005-09-09  Damon Chaplin  <damon@gnome.org>
    
    	* gtkdoc-mkdb.in:
    	* style.css:
    	* gtk-doc.xsl: Use a fixed navigation bar at the top of the page.
    	Patch from Stefan Kost with minor changes by me. (#313569)

 ChangeLog      |    7 ++
 gtk-doc.xsl    |  327 +++++++++++++++++++++++++++++++++++++-------------------
 gtkdoc-mkdb.in |   72 ++++++------
 style.css      |   28 +++++-
 4 files changed, 285 insertions(+), 149 deletions(-)

commit b33e767aa6e27de6bf4687eaf1e324e74fddd271
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Tue Sep 6 21:19:15 2005 +0000

    integrated most of the notes from the text files under doc/*.txt
    
    * gtk-doc-manual.xml:
    integrated most of the notes from the text files under doc/*.txt

 help/manual/C/ChangeLog          |    5 +
 help/manual/C/gtk-doc-manual.xml |  471 +++++++++++++++++++++++++++++++++++---
 2 files changed, 444 insertions(+), 32 deletions(-)

commit 0c645f0840b1d0f0a09946135d7f290cb3bb353c
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Tue Aug 23 22:03:07 2005 +0000

    more notes in the faq setup chapter is nearly complete more notes about
    
    * gtk-doc-manual.xml:
    more notes in the faq
    setup chapter is nearly complete
    more notes about doc comment format

 help/manual/C/ChangeLog          |    7 ++
 help/manual/C/gtk-doc-manual.xml |  220 +++++++++++++++++++++++++++++++++-----
 2 files changed, 202 insertions(+), 25 deletions(-)

commit b02ba9dd786e59226e13563fe0a42b771ff78ba0
Author: Damon Chaplin <damon@gnome.org>
Date:   Thu Aug 18 15:57:58 2005 +0000

    added "const" in a few places to avoid lots of warnings if all gcc
    
    2005-08-18  Damon Chaplin  <damon@gnome.org>
    
    	* gtkdoc-scangobj.in: added "const" in a few places to avoid lots
    	of warnings if all gcc warnings are on. (#312985)

 ChangeLog          |    5 +++++
 gtkdoc-scangobj.in |   30 +++++++++++++++---------------
 2 files changed, 20 insertions(+), 15 deletions(-)

commit a1c9ca83cde5bfb93eaf4608103a6b996248dac1
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Mon Aug 15 16:13:51 2005 +0000

    reanimated gtkdoc manual added new chapters
    
    * .cvsignore:
    * ChangeLog:
    * Makefile:
    * Makefile.am:
    * fdl-appendix.xml:
    * gtk-doc-manual-C.omf.in:
    * gtk-doc-manual.xml:
    reanimated gtkdoc manual
    added new chapters

 help/manual/C/.cvsignore              |    4 +
 help/manual/C/ChangeLog               |   12 +
 help/manual/C/Makefile                |   23 -
 help/manual/C/Makefile.am             |   17 +
 help/manual/C/fdl-appendix.xml        |    2 +-
 help/manual/C/gtk-doc-manual-C.omf.in |   34 ++
 help/manual/C/gtk-doc-manual.xml      |  739 +++++++++++++++++++++------------
 7 files changed, 532 insertions(+), 299 deletions(-)

commit 251cb4cc69aba009a0eae8b4b407884e1fed1b3c
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Mon Aug 15 16:13:31 2005 +0000

    adding the infrastructure for installation of gtkdoc manual
    
    * COPYING-DOCS:
    * Makefile.am:
    * configure.in:
    * omf.make:
    * xmldocs.make:
    adding the infrastructure for installation of gtkdoc manual

 COPYING-DOCS |  355 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 ChangeLog    |    9 ++
 Makefile.am  |    7 +-
 configure.in |   13 ++
 omf.make     |   53 +++++++++
 xmldocs.make |   96 ++++++++++++++++
 6 files changed, 532 insertions(+), 1 deletions(-)

commit 74f329ea52d87db94d8d5d7ac8f38760b86256ee
Author: Stefan Kost <stefkost@src.gnome.org>
Date:   Fri Aug 12 15:56:44 2005 +0000

    fix warning about uninitialized var EXPAND_CONTENT_FILES

 ChangeLog      |    5 +++++
 gtkdoc-mkdb.in |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

commit d72f676371a9ca9b5456f0d4d668b1563a6fbdc2
Author: tjlocal <timj@imendio.com>
Date:   Tue Aug 9 10:02:38 2005 +0000

    bail out with exit $? for failing programs.
    
    Tue Aug  9 12:01:27 2005  tjlocal  <timj@imendio.com>
    
    																			              * autogen.sh: bail out with exit $? for failing programs.

 ChangeLog  |    4 ++++
 autogen.sh |    8 ++++----
 2 files changed, 8 insertions(+), 4 deletions(-)

commit 03bac94f62b71505ab92eee7ac29073e5c6bd460
Author: Damon Chaplin <damon@src.gnome.org>
Date:   Tue Jul 26 20:25:11 2005 +0000

    	Prefix build messages with "gtk-doc: " rather than surrounding them
    	with "***" which looks like an error. (#170008)

 ChangeLog    |    3 +++
 gtk-doc.make |   10 +++++-----
 2 files changed, 8 insertions(+), 5 deletions(-)

commit 3ddf2fed9f927ba82ab0d94da721eef10b9b240c
Author: Damon Chaplin <damon@gnome.org>
Date:   Tue Jul 26 20:18:02 2005 +0000

    Pass DOC_MAIN_SGML_FILE as the main filename to gtkdoc-mkdb. Avoids
    
    2005-07-26  Damon Chaplin  <damon@gnome.org>
    
    	* gtk-doc.make: Pass DOC_MAIN_SGML_FILE as the main filename to
    	gtkdoc-mkdb. Avoids creating spurious foo.sgml files in an XML build.
    	Patch from Malcolm Tredinnick. (#311344)

 ChangeLog    |    6 ++++++
 gtk-doc.make |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

commit 539e83823e87c54476adc281bbc553f93865114f
Author: Damon Chaplin <damon@gnome.org>
Date:   Tue Jul 26 10:20:45 2005 +0000

    removed comment about not being able to add section documentation to
    
    2005-07-26  Damon Chaplin  <damon@gnome.org>
    
    	* README: removed comment about not being able to add section
    	documentation to source code files, which is not true any more.

 ChangeLog |    5 +++++
 README    |    4 ----
 2 files changed, 5 insertions(+), 4 deletions(-)

commit 3d2e91bf7dee5e965bfa0e0dbc51667568c67bbb
Author: Damon Chaplin <damon@src.gnome.org>
Date:   Wed Jul 6 10:46:08 2005 +0000

    added info on 1.4 release

 ChangeLog |    4 ++++
 NEWS      |    9 +++++++++
 2 files changed, 13 insertions(+), 0 deletions(-)

commit f23efef3b0bcfa7826cdde6b48249b41b59c9915
Author: Matthias Clasen <matthiasc@src.gnome.org>
Date:   Mon Jun 20 17:56:19 2005 +0000

    Fix some typos

 ChangeLog      |    4 ++++
 gtkdoc-mkdb.in |    4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

commit a77e7203dd6bfc357044c25cff32d97d3a470b74
Author: Mikael Hallendal <micke@imendio.com>
Date:   Fri Jun 17 09:26:58 2005 +0000

    Updated Devhelp web address.
    
    
    2005-06-17  Mikael Hallendal  <micke@imendio.com>
    
    	* README: Updated Devhelp web address.

 ChangeLog |    4 ++++
 README    |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

commit bb5a7f7d4ff14d9128a300358d9b3fa01fc55de7
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon May 16 18:11:11 2005 +0000

    Add "expand-content-files:s" to the GetOptions() call.
    
    2005-05-16  Matthias Clasen  <mclasen@redhat.com>
    
    	* gtkdoc-mkdb.in: Add "expand-content-files:s" to the GetOptions() call.

 ChangeLog      |    4 ++++
 gtkdoc-mkdb.in |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

commit c44df2712a2f5f7af67b0448a99029f6c1436fc9
Author: Owen Taylor <otaylor@redhat.com>
Date:   Mon May 16 15:46:53 2005 +0000

    Add an --expand-content-files option to specify extra files to expand
    
    2005-05-10  Owen Taylor  <otaylor@redhat.com>
    
            * gtkdoc-mkdb.in: Add an --expand-content-files option
            to specify extra files to expand abbreviations in and
            copy into the output directory.
    
            * gtk-doc.make examples/Makefile.am: Add expand_content_files
            variable.
    
            * gtkdoc-mktmpl.in (OutputTemplateFile): Add an
            --only-section-tmpl flag so that projects that keep everything
            but section descriptions inline can avoid cvs conflicts.
    
            * gtk-doc.make examples/Makefile.am: Add support for
            MKTMPL_OPTIONS
    
            * configure.in: Up version to 1.4.

 ChangeLog            |   18 +++++++++++++++++
 configure.in         |    2 +-
 examples/Makefile.am |    9 ++++++++
 gtk-doc.make         |    6 ++--
 gtkdoc-mkdb.in       |   52 ++++++++++++++++++++++++++++++++++++++++++++++---
 gtkdoc-mktmpl.in     |    7 ++++-
 6 files changed, 84 insertions(+), 10 deletions(-)

commit a6ba2aa032999205e95594833fc6359f621de358
Author: Matthias Clasen <matthiasc@src.gnome.org>
Date:   Mon May 2 18:38:56 2005 +0000

    Small fix

 ChangeLog      |    5 +++++
 gtkdoc-mkdb.in |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

commit dd4f2782acb0d919d7be163c00d384392ee40565
Author: Matthias Clasen <matthiasc@src.gnome.org>
Date:   Mon Mar 21 14:51:26 2005 +0000

    Allow ':' in names.

 ChangeLog   |    4 ++++
 gtk-doc.dcl |    4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

commit 9255c35586465306b69deabbd6434dc806a511e2
Author: James Henstridge <james@jamesh.id.au>
Date:   Mon Mar 21 04:14:18 2005 +0000

    output US-ASCII instead of ISO-8859-1. This ensures that the output will
    
    2005-03-21  James Henstridge  <james@jamesh.id.au>
    
    	* gtk-doc.xsl (encoding): output US-ASCII instead of ISO-8859-1.
    	This ensures that the output will be display correctly when served
    	as either ISO-8859-1 or UTF-8.

 ChangeLog   |    6 ++++++
 gtk-doc.xsl |    4 +++-
 2 files changed, 9 insertions(+), 1 deletions(-)

commit e80547bae78f3d61a948f1d33be3546df452d299
Author: Sven Neumann <sven@gimp.org>
Date:   Sat Feb 26 01:24:43 2005 +0000

    allow space in Since: keywords, only strip leading and trailing whitespace
    
    2005-02-26  Sven Neumann  <sven@gimp.org>
    
            * gtkdoc-mkdb.in (MakeIndexterms): allow space in Since: keywords,
            only strip leading and trailing whitespace (bug #168384).

 ChangeLog      |    5 +++++
 gtkdoc-mkdb.in |   12 +++++++-----
 2 files changed, 12 insertions(+), 5 deletions(-)

commit 6832ecfa5608a6b4a04813f220d6a3b11cd5f1f7
Author: Damon Chaplin <damon@gnome.org>
Date:   Wed Feb 16 13:56:53 2005 +0000

    add support for "@stability:" in the inline section docs (Brian Cameron).
    
    2005-02-16  Damon Chaplin  <damon@gnome.org>
    
    	* gtkdoc-mkdb.in (ScanSourceFile): add support for "@stability:"
    	in the inline section docs (Brian Cameron).

 ChangeLog      |    5 +++++
 gtkdoc-mkdb.in |    2 ++
 2 files changed, 7 insertions(+), 0 deletions(-)

commit e44ca7a15e25d69851ea225bccf608410f7118b5
Author: Damon Chaplin <damon@gnome.org>
Date:   Mon Feb 7 12:11:04 2005 +0000

    allow use of "@...:" in the source code as well as "@Varargs:". Patch from
    
    2005-02-07  Damon Chaplin  <damon@gnome.org>
    
    	* gtkdoc-mkdb.in (MergeSourceDocumentation): allow use of "@...:" in
    	the source code as well as "@Varargs:". Patch from Benjamin Otte.
    	#166366.

 ChangeLog      |    6 ++++++
 gtkdoc-mkdb.in |    5 +++++
 2 files changed, 11 insertions(+), 0 deletions(-)

commit 2f16e7e3f687633e2c61febaf3c6f0c820c2c492
Author: Damon Chaplin <damon@gnome.org>
Date:   Fri Feb 4 14:18:05 2005 +0000

    don't reset $stability if it isn't Stable/Unstable/Private (Brian
    
    2005-02-04  Damon Chaplin  <damon@gnome.org>
    
    	* gtkdoc-mkdb.in (ParseStabilityLevel): don't reset $stability if it
    	isn't Stable/Unstable/Private (Brian Cameron).
    	(ScanSourceFile): skip whitespace after "SECTION:".

 ChangeLog      |    6 ++++++
 gtkdoc-mkdb.in |    3 +--
 2 files changed, 7 insertions(+), 2 deletions(-)

commit 9ee58e5191c552d369d6dcb197b9431991b96e20
Author: Damon Chaplin <damon@src.gnome.org>
Date:   Tue Feb 1 23:33:39 2005 +0000

    use @see_also and @short_description rather than @see and @summary, to
    match the template files.

 gtkdoc-mkdb.in |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

commit 182d8f77479864c05172a936793befee76a4372d
Author: Damon Chaplin <damon@gnome.org>
Date:   Tue Feb 1 23:23:19 2005 +0000

    patch from Stefan Kost to support section documentation within the source
    
    2005-02-01  Damon Chaplin  <damon@gnome.org>
    
    	* gtkdoc-mkdb.in (ScanSourceFile, MergeSourceDocumentation): patch
    	from Stefan Kost to support section documentation within the source
    	code (long description, short description, see also and title).

 ChangeLog      |    4 ++++
 gtkdoc-mkdb.in |   35 ++++++++++++++++++++++++++++++++---
 2 files changed, 36 insertions(+), 3 deletions(-)

commit 268a345f5456c75043023a8ae6ef28313902b92b
Author: Damon Chaplin <damon@gnome.org>
Date:   Tue Feb 1 23:02:04 2005 +0000

    patch from Brian Cameron to support stability levels.
    
    2005-02-01  Damon Chaplin  <damon@gnome.org>
    
    	* gtkdoc-mkdb.in:
    	* gtkdoc-mktmpl.in: patch from Brian Cameron to support stability
    	levels.

 ChangeLog        |    4 +
 gtkdoc-mkdb.in   |  249 +++++++++++++++++++++++++++++++++++++++++-------------
 gtkdoc-mktmpl.in |   19 ++++-
 3 files changed, 210 insertions(+), 62 deletions(-)

commit e397990c90152a4e6de0ac9e1177b1ae2fd70595
Author: Damon Chaplin <damon@gnome.org>
Date:   Tue Feb 1 14:37:51 2005 +0000

    patch from Roger Leigh to add support for the "restrict" keyword.
    
    2005-02-01  Damon Chaplin  <damon@gnome.org>
    
    	* gtkdoc-mkdb.in (OutputFunction):
    	* gtkdoc-mktmpl.in (OutputDeclaration):
    	* gtkdoc-common.pl.in (ParseStructDeclaration): patch from Roger Leigh
    	to add support for the "restrict" keyword.
    
    	* gtkdoc-scan.in (ScanHeader): patch from Roger Leigh to add support
    	for "unsigned" to one of the regexps.

 ChangeLog           |   10 ++++++++++
 gtkdoc-common.pl.in |    5 +++--
 gtkdoc-mkdb.in      |   13 +++++++++----
 gtkdoc-mktmpl.in    |    6 +++---
 gtkdoc-scan.in      |    2 +-
 5 files changed, 26 insertions(+), 10 deletions(-)

commit 052d02c3e413a28619cd0958f61c45567276e08a
Author: Damon Chaplin <damon@gnome.org>
Date:   Mon Jan 31 23:31:19 2005 +0000

    added "2>&1" to grep command to ignore any errors.
    
    2005-01-31  Damon Chaplin  <damon@gnome.org>
    
    	* gtk-doc.make (scan-build.stamp): added "2>&1" to grep command to
    	ignore any errors.

 ChangeLog    |    3 +++
 gtk-doc.make |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)

commit e52e7377c13af6e34c47fe2ba7d231dd4461e1c8
Author: Damon Chaplin <damon@gnome.org>
Date:   Mon Jan 31 23:21:46 2005 +0000

    patch from Stefan Kost to not add '<' '>' around include files that
    
    2005-01-31  Damon Chaplin  <damon@gnome.org>
    
    	* gtkdoc-mkdb.in: patch from Stefan Kost to not add '<' '>' around
    	include files that already have '"' '"' around them, and to try to
    	gather more information about undocumented symbols. #164462.

 ChangeLog      |    6 ++
 gtkdoc-mkdb.in |  147 ++++++++++++++++++++++++++++++++++++++++++--------------
 2 files changed, 116 insertions(+), 37 deletions(-)

commit 7c8f01a2d9328cc0751a76a62bd9f5aff8cf6d87
Author: Damon Chaplin <damon@gnome.org>
Date:   Fri Jan 28 11:16:47 2005 +0000

    use dist-hook rather than EXTRA_DIST to copy the $(DOC_MODULE).types file
    
    2005-01-28  Damon Chaplin  <damon@gnome.org>
    
    	* gtk-doc.make: use dist-hook rather than EXTRA_DIST to copy the
    	$(DOC_MODULE).types file over, so we can skip this if it doesn't exist.
    	#156300.

 ChangeLog    |    6 ++++++
 gtk-doc.make |    4 +++-
 2 files changed, 9 insertions(+), 1 deletions(-)

commit cba2be1c4fc9ec864519fbeecd6ddec1a84feb19
Author: Damon Chaplin <damon@gnome.org>
Date:   Wed Jan 12 14:02:29 2005 +0000

    patch from Stefan Kost to mention GObject classes and describe the
    
    2005-01-12  Damon Chaplin  <damon@gnome.org>
    
    	* README: patch from Stefan Kost to mention GObject classes
    	and describe the transformation process to XML/SGML and HTML,
    	and to mention Devhelp.

 ChangeLog |    6 ++++++
 README    |   14 ++++++++++----
 2 files changed, 16 insertions(+), 4 deletions(-)

commit 43ecf3355e6f29b750500ad877a1c3b107f269eb
Author: Damon Chaplin <damon@gnome.org>
Date:   Sun Jan 9 20:34:02 2005 +0000

    Released 1.3.
    
    2005-01-09  Damon Chaplin  <damon@gnome.org>
    
    	* Released 1.3.

 ChangeLog    |    8 ++++++++
 NEWS         |   38 +++++++++++++++++++++++++++++++++++++-
 README       |   50 ++++++++++++++++++++++++++++++--------------------
 configure.in |    2 +-
 4 files changed, 76 insertions(+), 22 deletions(-)

commit ba46b7f68724f34b38a81716624dd415fcc387a2
Author: Damon Chaplin <damon@gnome.org>
Date:   Sun Jan 9 17:12:31 2005 +0000

    output better warnings using the type information. Patch from Stefan Kost.
    
    2005-01-09  Damon Chaplin  <damon@gnome.org>
    
    	* gtkdoc-mkdb.in (MergeSourceDocumentation): output better warnings
    	using the type information. Patch from Stefan Kost. #161979

 ChangeLog      |    3 +++
 gtkdoc-mkdb.in |   39 +++++++++++++++++++++++++--------------
 2 files changed, 28 insertions(+), 14 deletions(-)

commit 5837e561a55014bd7cca653acd12cce0eb567d96
Author: Damon Chaplin <damon@gnome.org>
Date:   Sun Jan 9 16:43:53 2005 +0000

    support "typedef struct a *b;". Fixes last part of #156318.
    
    2005-01-09  Damon Chaplin  <damon@gnome.org>
    
    	* gtkdoc-scan.in (ScanHeader): support "typedef struct a *b;". Fixes
    	last part of #156318.

 ChangeLog      |    3 +++
 gtkdoc-scan.in |    5 +++++
 2 files changed, 8 insertions(+), 0 deletions(-)

commit 5de4b9f1522c1ee79ccfde8647b8bf3ccc7e3585
Author: Damon Chaplin <damon@gnome.org>
Date:   Sun Jan 9 16:10:04 2005 +0000

    return an empty array for forward struct declarations. Part of #156318.
    
    2005-01-09  Damon Chaplin  <damon@gnome.org>
    
    	* gtkdoc-common.pl.in (ParseStructDeclaration): return an empty array
    	for forward struct declarations. Part of #156318.
    
    	* gtkdoc-mktmpl.in:
    	* gtkdoc-mkdb.in: updated a few of the warnings to make them a bit
    	easier to understand.

 ChangeLog           |    9 +++++++++
 gtkdoc-common.pl.in |    5 +++++
 gtkdoc-mkdb.in      |   10 ++++++----
 gtkdoc-mktmpl.in    |    2 +-
 4 files changed, 21 insertions(+), 5 deletions(-)

commit 8c553e06e228b930ace813f82176eee29ead62a9
Author: James Henstridge <james@jamesh.id.au>
Date:   Mon Nov 22 08:26:58 2004 +0000

    remove file, since we don't have a config.h
    
    2004-11-22  James Henstridge  <james@jamesh.id.au>
    
    	* acconfig.h: remove file, since we don't have a config.h
    
    	* configure.in: make sure $ACLOCAL_FLAGS is passed to aclocal on a
    	rebuild.
    
    	* autogen.sh: use Automake-1.9 if available, and call aclocal,
    	autoconf, automake, etc in the same order as autoreconf does.
    
    	* gtkdocize.in: if the AC_CONFIG_MACRO_DIR option is used in the
    	configure script, copy gtk-doc.m4 to that directory in the source
    	tree.

 ChangeLog    |   14 ++++++++++++++
 acconfig.h   |   25 -------------------------
 autogen.sh   |   24 ++++++------------------
 configure.in |    6 ++++--
 gtkdocize.in |   18 ++++++++++++++++++
 5 files changed, 42 insertions(+), 45 deletions(-)

commit 6a7ed729a475d8ed83c7d0742523ee3f3643d8ce
Author: Damon Chaplin <damon@gnome.org>
Date:   Tue Nov 16 12:46:22 2004 +0000

    output "const" rather than "G_CONST_RETURN". #157674.
    
    2004-11-16  Damon Chaplin  <damon@gnome.org>
    
    	* gtkdoc-mkdb.in (OutputFunction): output "const" rather than
    	"G_CONST_RETURN". #157674.
    
    	* gtkdoc-mktmpl.in (OutputDeclaration): skip "void" return types but
    	not if it has modifiers e.g. "void *". #156963.

 ChangeLog        |    6 ++++++
 gtkdoc-mkdb.in   |    4 ++++
 gtkdoc-mktmpl.in |   10 ++++++----
 3 files changed, 16 insertions(+), 4 deletions(-)

commit 9481d3e39b49d30424fc06cfaaf12e9bda5df9d8
Author: Damon Chaplin <damon@gnome.org>
Date:   Tue Nov 16 12:18:10 2004 +0000

    handle __attribute__. Patch from Simon Josefsson. #156962.
    
    2004-11-16  Damon Chaplin  <damon@gnome.org>
    
    	* gtkdoc-scan.in (ScanHeader): handle __attribute__. Patch from
    	Simon Josefsson. #156962.

 ChangeLog      |    5 +++++
 gtkdoc-scan.in |    5 +++--
 2 files changed, 8 insertions(+), 2 deletions(-)

commit c2a6e7a4801bcb4703e7dbf475148596844604e5
Author: Damon Chaplin <damon@gnome.org>
Date:   Sun Oct 31 13:52:28 2004 +0000

    handle opaque/forward struct declarations. #156318 again. Tiny fix to
    
    2004-10-31  Damon Chaplin  <damon@gnome.org>
    
    	* gtkdoc-mkdb.in (OutputStruct): handle opaque/forward struct
    	declarations. #156318 again. Tiny fix to avoid warnings.

 ChangeLog      |    5 +++++
 gtkdoc-mkdb.in |    3 +++
 2 files changed, 8 insertions(+), 0 deletions(-)

commit 920bd6dbe78fe1ef22b23b055d172164cac27ec1
Author: Damon Chaplin <damon@gnome.org>
Date:   Thu Oct 28 16:53:11 2004 +0000

    handle opaque/forward struct declarations. #156318.
    
    2004-10-28  Damon Chaplin  <damon@gnome.org>
    
    	* gtkdoc-mktmpl.in (ReadDeclarationsFile):
    	* gtkdoc-mkdb.in (ReadDeclarationsFile):
    	* gtkdoc-scan.in (ScanHeader): handle opaque/forward struct
    	declarations. #156318.

 ChangeLog        |    7 +++++++
 gtkdoc-mkdb.in   |    9 +++++----
 gtkdoc-mktmpl.in |    9 +++++----
 gtkdoc-scan.in   |   15 +++++++++++----
 4 files changed, 28 insertions(+), 12 deletions(-)

commit f498eca02ecbdff1326f9cdbd191903c411fe28d
Author: Damon Chaplin <damon@gnome.org>
Date:   Mon Oct 25 13:53:43 2004 +0000

    use a &nbsp; after Returns: so it doesn't break before the colon.
    
    2004-10-25  Damon Chaplin  <damon@gnome.org>
    
    	* gtkdoc-mkdb.in (OutputParamDescriptions): use a &nbsp; after Returns:
    	so it doesn't break before the colon.

 ChangeLog      |    5 +++++
 gtkdoc-mkdb.in |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

commit 9a7d41ed79bd967cfe954b4e321b354c53f5bafd
Author: Damon Chaplin <damon@gnome.org>
Date:   Sun Oct 24 22:25:45 2004 +0000

    handle "typedef enum XXX {" #156297. Patch from Simon Josefsson.
    
    2004-10-24  Damon Chaplin  <damon@gnome.org>
    
    	* gtkdoc-common.pl (ParseEnumDeclaration): handle "typedef enum XXX {"
    	#156297. Patch from Simon Josefsson.

 ChangeLog           |    5 +++++
 gtkdoc-common.pl.in |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

commit baea4b0bc5692f1513784a595a38d1172635be87
Author: Damon Chaplin <damon@gnome.org>
Date:   Wed Oct 20 16:21:07 2004 +0000

    set a flag to indicate a struct has a typedef declaration. (OutputStruct):
    
    2004-10-20  Damon Chaplin  <damon@gnome.org>
    
    	* gtkdoc-mkdb.in (ReadDeclarationsFile): set a flag to indicate a
    	struct has a typedef declaration.
    	(OutputStruct): better output for structs with typedefs. #83269.
    
    	* gtkdoc-scan.in (ScanHeader): leave the struct declaration as it is.
    	Don't strip out 'typedef'. Also allow simple "struct foo {".

 ChangeLog      |    9 ++++++
 gtkdoc-mkdb.in |   87 ++++++++++++++++++++++++++++++++++++++++++-------------
 gtkdoc-scan.in |   10 ++----
 3 files changed, 78 insertions(+), 28 deletions(-)

commit 6e0796121564e90211fca9674da4848511fef686
Author: Damon Chaplin <damon@gnome.org>
Date:   Tue Oct 19 20:16:57 2004 +0000

    use pkg-config to find where GLib is installed and scan that directory for
    
    2004-10-19  Damon Chaplin  <damon@gnome.org>
    
    	* gtkdoc-fixxref.in: use pkg-config to find where GLib is installed
    	and scan that directory for index files. Also scan $GNOME2_PATH.
    	These are only used as a last resort. If they are used we have to
    	output links as absolute URLs, rather than the default relative ones.

 ChangeLog         |    7 +++++
 gtkdoc-fixxref.in |   65 +++++++++++++++++++++++++++++++++++++++++++---------
 2 files changed, 60 insertions(+), 12 deletions(-)

commit fa8ec363a3f6755112566230aea47f446c845226
Author: Damon Chaplin <damon@gnome.org>
Date:   Mon Oct 18 16:59:01 2004 +0000

    support function pointers that return "foo const *" #141870.
    
    2004-10-18  Damon Chaplin  <damon@gnome.org>
    
    	* gtkdoc-common.pl.in (ParseStructDeclaration): support function
    	pointers that return "foo const *" #141870.

 ChangeLog           |    3 +++
 gtkdoc-common.pl.in |    8 +++++---
 2 files changed, 8 insertions(+), 3 deletions(-)

commit de0fd7d5426b39b926d7e8c705506f9cd7720897
Author: Damon Chaplin <damon@gnome.org>
Date:   Mon Oct 18 16:39:11 2004 +0000

    handle functions with const or struct return types. #141870 and #148507.
    
    2004-10-18  Damon Chaplin  <damon@gnome.org>
    
    	* gtkdoc-scan.in (ScanHeader):
    	* gtkdoc-mkdb.in (OutputFunction):
    	* gtkdoc-mktmpl.in (OutputDeclaration): handle functions with const
    	or struct return types. #141870 and #148507.

 ChangeLog        |    7 +++++++
 gtkdoc-mkdb.in   |    6 +++---
 gtkdoc-mktmpl.in |    4 ++--
 gtkdoc-scan.in   |   11 +++++------
 4 files changed, 17 insertions(+), 11 deletions(-)

commit 4be26ba63fc175dbf7e05d2b3662e5d9b251d5cc
Author: Damon Chaplin <damon@gnome.org>
Date:   Fri Oct 15 22:12:11 2004 +0000

    moved these here, rather than have 2 copies in gtkdoc-mkdb.in and
    
    2004-10-15  Damon Chaplin  <damon@gnome.org>
    
    	* gtkdoc-common.pl.in (ParseStructDeclaration)
    	(ParseEnumDeclaration): moved these here, rather than have 2 copies
    	in gtkdoc-mkdb.in and gtkdoc-mktmpl.in.
    
    	* gtkdoc-common.pl.in (ParseStructDeclaration): handle struct fields
    	better. We can now handle things like *foo, ***bar, *baz[12][23],
    	foo : 25 all on one line. Fixes part of #151219.
    	Also support the 'short' modifier to fix #90565.
    	And use $nbsp; rather than spaces to try to avoid splitting
    	declarations in the output.
    	Also take an extra arg specifying whether to include parameters in
    	the function pointer fields.
    
    	* gtkdoc-scan.in (ScanHeader): Deal with array types in typedefs.
    	(Eg, "typedef unsigned char MD5Digest[16];") From Dan Winship.
    	Last bit of #151219.

 ChangeLog           |   19 +++++
 gtkdoc-common.pl.in |  201 +++++++++++++++++++++++++++++++++++++++++++++++++++
 gtkdoc-mkdb.in      |  192 +------------------------------------------------
 gtkdoc-mktmpl.in    |  190 +------------------------------------------------
 gtkdoc-scan.in      |    5 +-
 5 files changed, 227 insertions(+), 380 deletions(-)

commit d875a2cf68112d3862a2ba6d50cd4f5979362068
Author: Damon Chaplin <damon@gnome.org>
Date:   Thu Oct 14 21:26:32 2004 +0000

    use ":CAPS" rather than "-CAPS" to distinguish all-caps identifiers, to
    
    2004-10-14  Damon Chaplin  <damon@gnome.org>
    
    	* gtkdoc-mkdb.in (CreateValidSGMLID): use ":CAPS" rather than
    	"-CAPS" to distinguish all-caps identifiers, to avoid clashing with
    	identifiers ending in _caps! Bug #113120.

 ChangeLog      |    4 ++++
 gtkdoc-mkdb.in |    6 +++---
 2 files changed, 7 insertions(+), 3 deletions(-)

commit 048af41ba00016c453444f4fe29d248e3d9c8321
Author: Damon Chaplin <damon@gnome.org>
Date:   Thu Oct 14 21:03:28 2004 +0000

    if it looks like a parameter has been described, but not in the right
    
    2004-10-14  Damon Chaplin  <damon@gnome.org>
    
    	* gtkdoc-mkdb.in (MergeSourceDocumentation): if it looks like a
    	parameter has been described, but not in the right place, output
    	a better error message. Bug #141871.

 ChangeLog      |    4 ++++
 gtkdoc-mkdb.in |    9 +++++++++
 2 files changed, 13 insertions(+), 0 deletions(-)

commit 600e7a012b23ed5275885873ce6236a3f5103864
Author: Damon Chaplin <damon@gnome.org>
Date:   Thu Oct 14 20:43:45 2004 +0000

    allow the author to use <!--PARAMETERS--> to specify the position of the
    
    2004-10-14  Damon Chaplin  <damon@gnome.org>
    
    	* gtkdoc-mkdb.in (OutputMacro, OutputFunction, GetSignals): allow
    	the author to use <!--PARAMETERS--> to specify the position of the
    	parameter table if they want. Hopefully good enough for bug #99567.
    	(MergeSourceDocumentation): end the paragraph before <!--PARAMETERS-->
    	and start a new one after it.
    
    	* doc/authors.txt: document <!--PARAMETERS-->.

 ChangeLog       |    8 +++++++
 doc/authors.txt |    6 +++++
 gtkdoc-mkdb.in  |   57 +++++++++++++++++++++++++++++++++++++++++++++++++-----
 3 files changed, 65 insertions(+), 6 deletions(-)

commit 27d17a7a5402d7b85a29a718b20f96de4d97f37a
Author: Damon Chaplin <damon@gnome.org>
Date:   Thu Oct 14 19:36:49 2004 +0000

    don't underline links normally, as we output lots of them and it makes it
    
    2004-10-14  Damon Chaplin  <damon@gnome.org>
    
    	* style.css: don't underline links normally, as we output lots of
    	them and it makes it very cluttered. Only underline links when the
    	mouse hovers over them, and change the color. Fixes #108037.

 ChangeLog |    4 ++++
 style.css |    9 +++++++++
 2 files changed, 13 insertions(+), 0 deletions(-)

commit 98e05beb2e6c0d8ad2d4c7c764cb15841641cfa3
Author: Damon Chaplin <damon@gnome.org>
Date:   Thu Oct 14 18:59:25 2004 +0000

    depend on $(CFILE_GLOB) as well, since changes in properties need to be
    
    2004-10-14  Damon Chaplin  <damon@gnome.org>
    
    	* gtk-doc.make (scan-build.stamp): depend on $(CFILE_GLOB) as well,
    	since changes in properties need to be picked up by gtkdoc-scangobj.
    	Bug #52458.

 ChangeLog    |    4 ++++
 gtk-doc.make |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

commit 6cfc3dec27a719b1a6a14775038753e30ac7e972
Author: Damon Chaplin <damon@gnome.org>
Date:   Thu Oct 14 16:33:57 2004 +0000

    for fields that are function pointers, only return the function name, as
    
    2004-10-14  Damon Chaplin  <damon@gnome.org>
    
    	* gtkdoc-mkdb.in: (ParseStructDeclaration): for fields that are
    	function pointers, only return the function name, as otherwise the
    	output gets really messy. Fixes #66618.

 ChangeLog      |    4 ++++
 gtkdoc-mkdb.in |    4 +++-
 2 files changed, 7 insertions(+), 1 deletions(-)

commit 00732ea78fb0aecc2e6b4d5f96dc1a103af5f2fa
Author: Damon Chaplin <damon@gnome.org>
Date:   Thu Oct 14 15:50:50 2004 +0000

    use '@PACKAGE_DATA_DIR@' instead of "@PACKAGE_DATA_DIR@" so that it isn't
    
    2004-10-14  Damon Chaplin  <damon@gnome.org>
    
    	* gtkdoc-mktmpl.in:
    	* gtkdoc-mkdb.in:
    	* gtkdoc-scan.in:
    	* gtkdoc-scanobj.in:
    	* gtkdoc-scangobj.in: use '@PACKAGE_DATA_DIR@' instead of
    	"@PACKAGE_DATA_DIR@" so that it isn't interpolated. It failed when
    	$prefix was /software/@sys/usr. Fixes #113456.

 ChangeLog          |   10 ++++++++++
 gtkdoc-mkdb.in     |    2 +-
 gtkdoc-mktmpl.in   |    2 +-
 gtkdoc-scan.in     |    2 +-
 gtkdoc-scangobj.in |    2 +-
 gtkdoc-scanobj.in  |    2 +-
 6 files changed, 15 insertions(+), 5 deletions(-)

commit 4ce6382891ac70ef8b1408807f4a48de1d61e534
Author: Damon Chaplin <damon@gnome.org>
Date:   Wed Oct 13 22:21:38 2004 +0000

    patch from Olexiy Avramchenko to add 3 new GdkEvent subtypes.
    
    2004-10-13  Damon Chaplin  <damon@gnome.org>
    
    	* gtkdoc-scanobj.in:
    	* gtkdoc-scangobj.in: patch from Olexiy Avramchenko to add 3 new
    	GdkEvent subtypes.

 ChangeLog          |    4 ++++
 gtkdoc-scangobj.in |    3 +++
 gtkdoc-scanobj.in  |    3 +++
 3 files changed, 10 insertions(+), 0 deletions(-)

commit 700d6fce5e7d78f469ae9adc94d2ad97b4bea560
Author: Damon Chaplin <damon@gnome.org>
Date:   Wed Oct 13 22:01:50 2004 +0000

    patch from Benjamin Otte to get rid of -Wsign-compare warnings. Bug
    
    2004-10-13  Damon Chaplin  <damon@gnome.org>
    
    	* gtkdoc-scanobj.in:
    	* gtkdoc-scangobj.in: patch from Benjamin Otte to get rid of
    	-Wsign-compare warnings. Bug #137013.

 ChangeLog          |    6 ++++++
 gtkdoc-scangobj.in |    8 ++++----
 gtkdoc-scanobj.in  |    8 ++++----
 3 files changed, 14 insertions(+), 8 deletions(-)

commit c81fd90b27f89cf3dda1290bcfcedfa6e65da555
Author: Matthias Clasen <maclas@gmx.de>
Date:   Fri Sep 17 05:14:52 2004 +0000

    Add the images from the gallery on top of the refentry they point to.
    
    Fri Sep 17 01:13:24 2004  Matthias Clasen  <maclas@gmx.de>
    
    	* gtk-doc.xsl: Add the images from the gallery on top
    	of the refentry they point to.
    
    	* style.css: Move the css bits of the gallery implementation
    	here.
    
    Fri Sep 17 00:30:16 2004  Matthias Clasen  <maclas@gmx.de>
    
    	* gtk-doc.xsl: Don't generate <link rel="refentry">
    	links, since e.g. the GTK+ docs contain MANY refentries.

 ChangeLog   |   13 ++++++++
 gtk-doc.xsl |   90 +++++++++++++++++++++++++++++++++++++++++++++++------------
 style.css   |   17 +++++++++++
 3 files changed, 102 insertions(+), 18 deletions(-)

commit 9bdf0b5b40e7add58c303946e348440e928a9cac
Author: Damon Chaplin <damon@gnome.org>
Date:   Fri Sep 10 14:23:51 2004 +0000

    support automake 1.8. (part of #151219).
    
    2004-09-10  Damon Chaplin  <damon@gnome.org>
    
    	* autogen.sh: support automake 1.8. (part of #151219).

 ChangeLog  |    2 ++
 autogen.sh |    5 ++++-
 2 files changed, 6 insertions(+), 1 deletions(-)

commit 20e39af81d779ed3e5a4c86e56210bed16e1842a
Author: Damon Chaplin <damon@gnome.org>
Date:   Fri Sep 10 14:10:15 2004 +0000

    require automake 1.6.
    
    2004-09-10  Damon Chaplin  <damon@gnome.org>
    
    	* examples/Makefile.am: require automake 1.6.

 ChangeLog            |    2 ++
 examples/Makefile.am |    3 +++
 2 files changed, 5 insertions(+), 0 deletions(-)

commit 9cd847990bed3b8233debc73e43da8f326aca112
Author: Damon Chaplin <damon@gnome.org>
Date:   Fri Sep 10 14:06:43 2004 +0000

    create an empty MODULE-overrides.txt file if it doesn't exist. gtkdoc.make
    
    2004-09-10  Damon Chaplin  <damon@gnome.org>
    
    	* gtkdoc-scan.in: create an empty MODULE-overrides.txt file if it
    	doesn't exist. gtkdoc.make expects one to exist.
    
    	* doc/setting-up.txt: updated to document new procedure using
    	gtkdoc.make.
    
    	* examples/Makefile.am: updated to use gtkdoc.make.
    
    	* examples/configure.in: removed this. gtkdoc.make is used instead
    	now.
    
    	* examples/README: updated.
    
    	* Makefile.am (EXTRA_DIST): removed examples/configure.in.

 ChangeLog             |   17 +++++
 Makefile.am           |    1 -
 doc/setting-up.txt    |   48 ++++++++++---
 examples/Makefile.am  |  191 +++++++++----------------------------------------
 examples/README       |   18 ++----
 examples/configure.in |   43 -----------
 gtkdoc-scan.in        |    6 ++
 7 files changed, 98 insertions(+), 226 deletions(-)

commit 5c335206a237206118e6be66d7b8ea89e8b8b4fe
Author: Matthias Clasen <maclas@gmx.de>
Date:   Wed Sep 8 05:12:59 2004 +0000

    Accept mixtures of * and const in return types.
    
    Wed Sep  8 01:12:25 2004  Matthias Clasen  <maclas@gmx.de>
    
    	* gtkdoc-scan.in (ScanHeader):
    	* gtkdoc-mktmpl.in (OutputDeclaration):
    	* gtkdoc-mkdb.in (OutputFunction): Accept mixtures of *
    	and const in return types.

 ChangeLog        |    7 +++++++
 gtkdoc-mkdb.in   |    3 ++-
 gtkdoc-mktmpl.in |    2 +-
 gtkdoc-scan.in   |    2 +-
 4 files changed, 11 insertions(+), 3 deletions(-)

commit 76c2fe42ba367559df21d2b1d9a46265ce21ec82
Author: Matthias Clasen <matthiasc@src.gnome.org>
Date:   Wed Sep 1 21:13:49 2004 +0000

    Remove some more debug printf

 gtkdoc-mkdb.in |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

commit 1f9128a336ebf55689ed9cc7335d58273973d143
Author: Matthias Clasen <matthiasc@src.gnome.org>
Date:   Wed Sep 1 20:58:11 2004 +0000

    Remove a debug printf.

 ChangeLog      |    4 ++++
 gtkdoc-mkdb.in |    1 -
 2 files changed, 4 insertions(+), 1 deletions(-)

commit c8eac2398fb987da2be648277a197cd9795a8d13
Author: Matthias Clasen <maclas@gmx.de>
Date:   Tue Aug 24 06:30:48 2004 +0000

    Add support for a gallery of widget images.
    
    Tue Aug 24 02:30:08 2004  Matthias Clasen  <maclas@gmx.de>
    
    	* gtk-doc.xsl: Add support for a gallery of widget images.

 ChangeLog   |    4 ++++
 gtk-doc.xsl |   33 +++++++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+), 0 deletions(-)

commit 66ce75cd73084e88672daa57a67935caed6ba894
Author: Jonathan Blandford <jrb@gnome.org>
Date:   Wed Jul 28 17:00:48 2004 +0000

    remove the examples from the toc.
    
    Wed Jul 28 13:00:54 2004  Jonathan Blandford  <jrb@gnome.org>
    
            * gtk-doc.xsl: remove the examples from the toc.

 ChangeLog   |    4 ++++
 gtk-doc.xsl |    7 ++++++-
 2 files changed, 10 insertions(+), 1 deletions(-)

commit 4cf47aaeb08059e60a5ff065894ef5f1286b4a1d
Author: Damon Chaplin <damon@gnome.org>
Date:   Wed Jul 28 14:06:12 2004 +0000

    mention use of '#' for comments.
    
    2004-07-28  Damon Chaplin  <damon@gnome.org>
    
    	* doc/sections-file.txt: mention use of '#' for comments.
    
    	* gtkdoc-mkdb.in: removed HEADER_FILE stuff, since it isn't used now.

 ChangeLog             |    6 ++++++
 doc/sections-file.txt |    3 +++
 gtkdoc-mkdb.in        |   15 ---------------
 3 files changed, 9 insertions(+), 15 deletions(-)

commit 5fc5f2ad6bba199f25c50de9f8a3f0f2f9a0c980
Author: Damon Chaplin <damon@gnome.org>
Date:   Fri Jul 23 22:41:12 2004 +0000

    add empty all-local target for when ENABLE_GTK_DOC is false. (#148209,
    
    2004-07-23  Damon Chaplin  <damon@gnome.org>
    
    	* examples/Makefile.am (all-local): add empty all-local target for
    	when ENABLE_GTK_DOC is false. (#148209, Martin Quinson)

 ChangeLog            |    5 +++++
 examples/Makefile.am |    2 ++
 2 files changed, 7 insertions(+), 0 deletions(-)

commit 89853abd248d9a60456881c4f5f37e15b610420b
Author: Matthias Clasen <maclas@gmx.de>
Date:   Fri Jul 23 17:23:06 2004 +0000

    Fix regexps for matching ignored files. (#148211, Martin Quinson)
    
    Fri Jul 23 13:21:34 2004  Matthias Clasen  <maclas@gmx.de>
    
    	* gtkdoc-mkdb.in (ScanSourceFile): Fix regexps for matching
    	ignored files.  (#148211, Martin Quinson)

 ChangeLog      |    5 +++++
 gtkdoc-mkdb.in |    7 +++++--
 2 files changed, 10 insertions(+), 2 deletions(-)

commit 49701bfd2483689ee19f1d9dc40f1a1832d9fb46
Author: Matthias Clasen <matthiasc@src.gnome.org>
Date:   Sun Jul 4 03:30:36 2004 +0000

    Fix some issues.

 ChangeLog |    6 ++++++
 style.css |    5 +++++
 2 files changed, 11 insertions(+), 0 deletions(-)

commit 796a75c18fa98153aad8f10a79a522cdb337142f
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Tue May 18 19:10:39 2004 +0000

    Let the docbook stylesheets generate extra <link rel=...> elements.
    
    2004-05-18  Matthias Clasen  <mclasen@redhat.com>
    
    	* gtk-doc.xsl: Let the docbook stylesheets generate
    	extra <link rel=...> elements.  (#140221, Geert Stappers)

 ChangeLog   |    5 +++++
 gtk-doc.xsl |   11 ++++++++---
 2 files changed, 13 insertions(+), 3 deletions(-)

commit cfd3bdaa542113ef956d06bc75a8e4d9bc3fd8f0
Author: Geert Stappers <stappers@src.gnome.org>
Date:   Mon May 10 13:52:32 2004 +0000

    gtk-doc.make should be found by tarball users

 ChangeLog       |    2 ++
 examples/README |    4 ++++
 2 files changed, 6 insertions(+), 0 deletions(-)

commit 7b735af37b15421346e2f62e20e37eae93b6ba9f
Author: Geert Stappers <stappers@src.gnome.org>
Date:   Mon May 10 13:04:21 2004 +0000

    make dist output, the tar.gz, can be ignored

 .cvsignore |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit be6818ff5e7fbfe4f62dad4fb315dd5f7664b19d
Author: Geert Stappers <stappers@src.gnome.org>
Date:   Mon May 10 13:00:06 2004 +0000

    sorted

 .cvsignore |   24 ++++++++++++------------
 1 files changed, 12 insertions(+), 12 deletions(-)

commit a4dee8bef3e0278ed772d2b816e8cf25af896fdc
Author: Geert Stappers <stappers@src.gnome.org>
Date:   Mon May 10 12:59:00 2004 +0000

    no need to put .cvsignore in .cvsignore

 .cvsignore |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit c9adc32d4dfa47a48cb2e7995017344fc20ba638
Author: Geert Stappers <stappers@src.gnome.org>
Date:   Mon May 10 12:57:41 2004 +0000

    TODO file added

 ChangeLog |    4 ++++
 TODO      |   12 ++++++++++++
 2 files changed, 16 insertions(+), 0 deletions(-)

commit fc2d5b8455d2b97ef6a603ca5e39a1fa000b398e
Author: Geert Stappers <stappers@src.gnome.org>
Date:   Fri May 7 12:25:27 2004 +0000

    SGML files deleted.

 help/manual/C/ChangeLog           |    2 +
 help/manual/C/fdl-appendix.sgml   |  671 -------------------------------------
 help/manual/C/gtk-doc-manual.sgml |  288 ----------------
 3 files changed, 2 insertions(+), 959 deletions(-)

commit cb5de6023d85db3ec553b51ebf16a7185b78b170
Author: Geert Stappers <stappers@src.gnome.org>
Date:   Fri May 7 12:20:16 2004 +0000

    new file

 help/manual/C/.cvsignore |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit ecaabfd17984c3e0cab2c0234965a4b20645a03c
Author: Geert Stappers <stappers@src.gnome.org>
Date:   Fri May 7 12:19:08 2004 +0000

    README added

 help/manual/C/ChangeLog |    4 ++++
 help/manual/C/README    |   31 +++++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+), 0 deletions(-)

commit 842d4fc616bee5922770bc978e618f64c68075b2
Author: Geert Stappers <stappers@src.gnome.org>
Date:   Thu May 6 16:29:40 2004 +0000

    showing my interrest in this project

 ChangeLog   |    4 ++++
 MAINTAINERS |    1 +
 2 files changed, 5 insertions(+), 0 deletions(-)

commit 3166b06d9f63a8be58e23e8ea8a29331fcc3dd06
Author: Geert Stappers <stappers@src.gnome.org>
Date:   Thu May 6 16:10:47 2004 +0000

    Added File: Makefile
      saying how to build
    Modified File: ChangeLog

 help/manual/C/ChangeLog |    2 ++
 help/manual/C/Makefile  |   23 +++++++++++++++++++++++
 2 files changed, 25 insertions(+), 0 deletions(-)

commit 3029f02b108dd90f4b4d3f94cddbd5a959d3b721
Author: Geert Stappers <stappers@src.gnome.org>
Date:   Thu May 6 15:44:07 2004 +0000

    now the link to FDL is in again

 help/manual/C/ChangeLog          |    4 ++++
 help/manual/C/gtk-doc-manual.xml |    3 ++-
 2 files changed, 6 insertions(+), 1 deletions(-)

commit e7efe04ea45ba36821d2e30c6108e865b21b7e08
Author: Geert Stappers <stappers@src.gnome.org>
Date:   Thu May 6 12:18:36 2004 +0000

    The work of Keith Sharp on bugzilla #138837
    Added Files: fdl-appendix.xml gtk-doc-manual.xml
    (ChangeLog entry by Geert Stappers)

 help/manual/C/ChangeLog          |    7 +
 help/manual/C/fdl-appendix.xml   |  671 ++++++++++++++++++++++++++++++++++++++
 help/manual/C/gtk-doc-manual.xml |  294 +++++++++++++++++
 3 files changed, 972 insertions(+), 0 deletions(-)

commit e75a35e77a7e758a14a476745e4f919cffbfe73e
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Wed May 5 17:29:56 2004 +0000

    Correct the docbook stylesheet version in which filtered index support
    
    2004-05-05  Matthias Clasen  <mclasen@redhat.com>
    
    	* gtk-doc.xsl: Correct the docbook stylesheet version
    	in which filtered index support will appear to 1.66.

 ChangeLog |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

commit bd933918d2fab52354222df91ca1c1a883ae8cb5
Author: Geert Stappers <stappers@src.gnome.org>
Date:   Tue Apr 27 09:28:20 2004 +0000

    Updated the information about Debian packages.
    Removed old author and time stamp line.
    
    Modified Files: ChangeLog README

 ChangeLog |    5 +++++
 README    |    4 +---
 2 files changed, 6 insertions(+), 3 deletions(-)

commit 9fd5b710019a5ac47ecbad259351cee3d1510131
Author: Matthias Clasen <matthiasc@src.gnome.org>
Date:   Wed Apr 21 14:49:49 2004 +0000

    Readd lost changes.

 gtkdoc-scangobj.in |  425 +++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 423 insertions(+), 2 deletions(-)

commit e278aa8021c2b1483cd61c48630e99006663a0ff
Author: Matthias Clasen <matthiasc@src.gnome.org>
Date:   Wed Apr 21 14:06:57 2004 +0000

    Prune private and foreign types as far as possible.

 ChangeLog             |   16 ++++++
 MAINTAINERS           |    1 +
 README                |    2 +-
 doc/sections-file.txt |    4 +-
 gtkdoc-mkdb.in        |  131 ++++++++++++++++++++++++++++++++++++++++++++-----
 5 files changed, 139 insertions(+), 15 deletions(-)

commit 7c9ea25d91545160063d62cd92fd09187ec6a9be
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon Apr 19 20:49:36 2004 +0000

    Add version-greater-or-equal.xsl.
    
    2004-04-19  Matthias Clasen  <mclasen@redhat.com>
    
    	* Makefile.am: Add version-greater-or-equal.xsl.
    
    	* version-greater-or-equal.xsl: New file, implementing
    	the version-greater-or-equal template for comparing version
    	numbers.
    
    	* gtk-doc.xsl: Import version-greater-or-equal.xsl and
    	use the version-greater-or-equal template to a) check that
    	the xsl stylesheets are not too old and b) to avoid creating
    	multiple indices if the xsl stylesheets don't support filtered
    	indices.  (#107774)
    
    	* gtkdoc-mkdb.in (MakeIndexterms): Emit role attributes
    	on indexterms which can be used to create filtered indices
    	with sufficiently new xsl stylesheets. The required functionality
    	will appear in version 1.62 of the xsl stylesheets.  (#115530)

 ChangeLog                    |   19 ++++++++++++++
 Makefile.am                  |    4 ++-
 gtk-doc.xsl                  |   42 ++++++++++++++++++++++++++++++++
 gtkdoc-mkdb.in               |   23 +++++++++++++----
 version-greater-or-equal.xsl |   54 ++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 135 insertions(+), 7 deletions(-)

commit 07971801371971f69b03c190d91aab4e5177e5c5
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Fri Apr 16 18:52:01 2004 +0000

    Style information in a separate stylesheet.
    
    2004-04-16  Matthias Clasen  <mclasen@redhat.com>
    
    	* style.css: Style information in a separate stylesheet.
    
    	* gtkdoc-mkhtml.in: Copy css files.
    
    	* Makefile.am (gtkdocdata_DATA): Add style.css
    
    	* gtk-doc.xsl: Use a stylesheet instead of hardwiring
    	styles.  (#134683, Vincent Torri)

 ChangeLog          |    9 +
 Makefile.am        |    6 +-
 gtk-doc.xsl        |   34 +----
 gtkdoc-mkhtml.in   |    1 +
 gtkdoc-scangobj.in |  425 +---------------------------------------------------
 style.css          |   35 +++++
 6 files changed, 52 insertions(+), 458 deletions(-)

commit 6c675ed86f5cf974d4e4c33e8005ddaaff72c658
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Fri Apr 16 12:49:22 2004 +0000

    Organize the properties descriptions to fit better with the other
    
    2004-04-16  Matthias Clasen  <mclasen@redhat.com>
    
    	* gtkdoc-mkdb.in (GetSignals): Organize the properties
    	descriptions to fit better with the other sections, and
    	also display information about allowed and default values.
    
    2004-04-15  Matthias Clasen  <mclasen@redhat.com>
    
    	* gtkdoc-scangobj.in: Use introspection more fully to emit
    	allowed ranges for integral types and default values.
    
    	* gtkdoc-mkdb.in (GetSignals): Handle missing signal parameter
    	names better.

 ChangeLog          |    9 +
 gtkdoc-mkdb.in     |   55 ++++++--
 gtkdoc-scangobj.in |  425 +++++++++++++++++++++++++++++++++++++++++++++++++++-
 3 files changed, 476 insertions(+), 13 deletions(-)

commit a4b981d7e87f31c36677e56a661f6e880789333a
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Thu Apr 15 15:12:06 2004 +0000

    Handle missing signal parameter names better.
    
    2004-04-15  Matthias Clasen  <mclasen@redhat.com>
    
    	* gtkdoc-mkdb.in (GetSignals): Handle missing signal parameter
    	names better.

 ChangeLog      |    5 +++++
 gtkdoc-mkdb.in |    3 +++
 2 files changed, 8 insertions(+), 0 deletions(-)

commit 37ca3a4f60af383e9ca40a6f167c82a63a7710e3
Author: Damon Chaplin <damon@gnome.org>
Date:   Thu Mar 4 17:34:52 2004 +0000

    fixed URLs to download autoconf/automake/libtool. Patch from Frederic L.
    
    2004-03-04  Damon Chaplin  <damon@gnome.org>
    
    	* autogen.sh: fixed URLs to download autoconf/automake/libtool.
    	Patch from Frederic L. W. Meunier.

 ChangeLog  |    5 +++++
 autogen.sh |   10 +++++-----
 2 files changed, 10 insertions(+), 5 deletions(-)

commit 334dbd833d84881fa45dd136f10cd587c40fb311
Author: Damon Chaplin <damon@gnome.org>
Date:   Mon Feb 16 13:49:48 2004 +0000

    added gtk-doc.cat and gtkdocize.
    
    2004-02-16  Damon Chaplin  <damon@gnome.org>
    
    	* .cvsignore: added gtk-doc.cat and gtkdocize.

 .cvsignore |    2 ++
 ChangeLog  |    4 ++++
 2 files changed, 6 insertions(+), 0 deletions(-)

commit 69d9a3f59211a83e65df595ba47d4c14e2022638
Author: Damon Chaplin <damon@gnome.org>
Date:   Mon Feb 16 13:01:55 2004 +0000

    Released 1.2.
    
    2004-02-16  Damon Chaplin  <damon@gnome.org>
    
    	* Released 1.2.
    
    2004-02-16  Damon Chaplin  <damon@gnome.org>
    
    	* gtk-doc.cat.in: removed public ID for gtk-doc.dtd, since we don't
    	use it any more.

 ChangeLog      |    9 +++++++++
 configure.in   |    2 +-
 gtk-doc.cat.in |    6 ------
 3 files changed, 10 insertions(+), 7 deletions(-)

commit 6e78ca20df90c3d10ef19e444b5fdfa1456e98ce
Author: Matthias Clasen <maclas@gmx.de>
Date:   Sat Feb 14 01:11:30 2004 +0000

    Avoid unnecessary checks if gtk-doc is disabled. (#134221, Julio M. Merino
    
    Sat Feb 14 02:14:27 2004  Matthias Clasen  <maclas@gmx.de>
    
    	* gtk-doc.m4: Avoid unnecessary checks if gtk-doc is
    	disabled.  (#134221, Julio M. Merino Vidal)

 ChangeLog  |    5 +++++
 gtk-doc.m4 |   32 ++++++++++++++++----------------
 2 files changed, 21 insertions(+), 16 deletions(-)

commit 4d337b73bf1234b200b89f3695621aae77de43ee
Author: Matthias Clasen <maclas@gmx.de>
Date:   Sat Feb 14 01:00:15 2004 +0000

    Don't create unneeded empty directories. (#134319, Julio M. Merino Vidal)
    
    Sat Feb 14 02:03:01 2004  Matthias Clasen  <maclas@gmx.de>
    
    	* gtk-doc.make: Don't create unneeded empty
    	directories.  (#134319, Julio M. Merino Vidal)

 ChangeLog    |    5 +++++
 gtk-doc.make |    6 +++---
 2 files changed, 8 insertions(+), 3 deletions(-)

commit 9b830df39c9139d7b34ab8fb8d03936a5efa0681
Author: Matthias Clasen <maclas@gmx.de>
Date:   Sat Feb 14 00:35:58 2004 +0000

    Add an empty all-local target to make it work with non-GNU make. (#134343,
    
    Sat Feb 14 01:37:38 2004  Matthias Clasen  <maclas@gmx.de>
    
    	* gtk-doc.make: Add an empty all-local target to make it work
    	with non-GNU make.  (#134343, Julio M. Merino Vidal)

 ChangeLog    |    5 +++++
 gtk-doc.make |    2 ++
 2 files changed, 7 insertions(+), 0 deletions(-)

commit 805568f26d69fd9d40db98e0ff3374276d8e0f42
Author: Matthias Clasen <maclas@gmx.de>
Date:   Tue Jan 27 23:49:49 2004 +0000

    Avoid emitting invalid docbook markup if there are no objects. Partial fix
    
    Wed Jan 28 00:52:00 2004  Matthias Clasen  <maclas@gmx.de>
    
    	* gtkdoc-mkdb.in (OutputObjectList): Avoid emitting invalid
    	docbook markup if there are no objects. Partial fix for #132661.

 ChangeLog      |    5 +++++
 gtkdoc-mkdb.in |    4 ++++
 2 files changed, 9 insertions(+), 0 deletions(-)

commit 93e61d71180b1c4cf5d905704df11134113db9ef
Author: Matthias Clasen <maclas@gmx.de>
Date:   Sun Jan 25 20:59:45 2004 +0000

    Accept both the old and the new XInclude namespace. (#131675, Edd Dumbill)
    
    Sun Jan 25 22:01:15 2004  Matthias Clasen  <maclas@gmx.de>
    
    	* gtkdoc-mkdb.in: Accept both the old and the new XInclude
    	namespace.  (#131675, Edd Dumbill)

 ChangeLog      |    5 +++++
 gtkdoc-mkdb.in |    4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

commit b7e2733ad366e743feb1fb0592dbd01091bf1db1
Author: Thomas Vander Stichele <thomasvs@src.gnome.org>
Date:   Fri Jan 23 11:24:06 2004 +0000

    make gtkdoc-mkhtml exit with the return value of supporting tools so errors
    can be caught

 ChangeLog        |    5 +++++
 gtkdoc-mkhtml.in |    4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

commit 4a8acf483f69478c316e3413d90c77164ff760a5
Author: Matthias Clasen <maclas@gmx.de>
Date:   Thu Jan 15 22:05:51 2004 +0000

    Set the chunk.fast parameter, to gain some speed.
    
    Thu Jan 15 23:06:10 2004  Matthias Clasen  <maclas@gmx.de>
    
    	* gtk-doc.xsl: Set the chunk.fast parameter, to gain some
    	speed.
    
    Thu Jan 15 23:05:23 2004  Matthias Clasen  <maclas@gmx.de>
    
    	* gtkdoc-fixxref.in: Make it work again without explicit
    	--module.

 ChangeLog         |   10 ++++++++++
 gtk-doc.xsl       |    1 +
 gtkdoc-fixxref.in |    4 ----
 gtkdoc-mkdb.in    |    2 +-
 4 files changed, 12 insertions(+), 5 deletions(-)

commit 077cc1f9bc32a7e27dc23eb1fe4da21de0147350
Author: Matthias Clasen <maclas@gmx.de>
Date:   Sat Dec 27 00:47:05 2003 +0000

    Add --help. (#126915)
    
    Sat Dec 27 01:36:08 2003  Matthias Clasen  <maclas@gmx.de>
    
    	* gtkdoc-scangobj.in:
    	* gtkdoc-mktmpl.in:
    	* gtkdoc-scan.in:
    	* gtkdoc-fixxref.in: Add --help.  (#126915)

 ChangeLog          |    7 +++++++
 gtkdoc-fixxref.in  |   22 ++++++++++++++++++++--
 gtkdoc-mktmpl.in   |   20 ++++++++++++++++++--
 gtkdoc-scan.in     |   20 +++++++++++++++++++-
 gtkdoc-scangobj.in |   21 +++++++++++++++++++--
 5 files changed, 83 insertions(+), 7 deletions(-)

commit 6014453a0d4527530267e53c8c633323643c8606
Author: Matthias Clasen <maclas@gmx.de>
Date:   Fri Dec 26 23:43:08 2003 +0000

    Support a trailing , in enum declarations. These are a GNU C extension,
    
    Sat Dec 27 00:43:42 2003  Matthias Clasen  <maclas@gmx.de>
    
    	* gtkdoc-mkdb.in (ParseEnumDeclaration):
    	* gtkdoc-mktmpl.in (ParseEnumDeclaration): Support a trailing ,
    	in enum declarations. These are a GNU C extension, but also
    	blessed by C99.  (#129949, Thomas Vander Stichele)

 ChangeLog        |    7 +++++++
 gtkdoc-mkdb.in   |    6 ++++++
 gtkdoc-mktmpl.in |    6 ++++++
 3 files changed, 19 insertions(+), 0 deletions(-)

commit 903c70354077d9d39f35cb032a0e5d3fe9fb035d
Author: Matthias Clasen <maclas@gmx.de>
Date:   Sat Nov 15 23:29:41 2003 +0000

    Don't use g_strdown(). (#127028, David Schleef)
    
    Sun Nov 16 00:29:03 2003  Matthias Clasen  <maclas@gmx.de>
    
    	* gtkdoc-scangobj.in: Don't use g_strdown(). (#127028,
    	David Schleef)
    
    Sun Nov 16 00:26:05 2003  Matthias Clasen  <maclas@gmx.de>
    
    	* gtkdoc-scangobj.in: If compiled against GLib >= 2.3.0, look
    	for properties on interfaces.  (#127068, James M. Cape)

 ChangeLog          |   10 ++++++++++
 gtkdoc-scangobj.in |   37 +++++++++++++++++++++++++------------
 2 files changed, 35 insertions(+), 12 deletions(-)

commit 2cc6d1db1118525875bf1c2cb9e772f689b6e850
Author: Dan Winship <danw@src.gnome.org>
Date:   Thu Nov 13 16:59:08 2003 +0000

    Clean up $MODULE-scan.o even when using libtool
    
            * gtkdoc-scangobj.in: Clean up $MODULE-scan.o even when using
            libtool
    
            * gtkdoc-scanobj.in: Likewise
    
            * gtk-doc.make (CLEANFILES): Remove $(MODULE)-scan.o from here
            (clean-local): rm -rf .libs

 ChangeLog          |   10 ++++++++++
 gtk-doc.make       |    3 ++-
 gtkdoc-scangobj.in |    2 +-
 gtkdoc-scanobj.in  |    3 +--
 4 files changed, 14 insertions(+), 4 deletions(-)

commit b37a7b36ead56706d9a70656b6419ae80d079563
Author: Matthias Clasen <maclas@gmx.de>
Date:   Tue Oct 7 23:24:38 2003 +0000

    Make gtkdoc-scan grok typedef struct { } foo; in addition to the more
    
    Wed Oct  8 01:21:54 2003  Matthias Clasen  <maclas@gmx.de>
    
    	* gtkdoc-scan.in (ScanHeader): Make gtkdoc-scan grok
    	typedef struct { } foo; in addition to the more baroque
    	typedef struct _foo foo; struct _foo { };
    	(#116807, Malcolm Tredinnick)
    
    	* gtkdoc-mkdb.in (OutputParamDescriptions): Remove a pointless
    	warning.

 ChangeLog      |   12 ++++++++++++
 gtkdoc-mkdb.in |    8 +++-----
 gtkdoc-scan.in |    6 +++---
 3 files changed, 18 insertions(+), 8 deletions(-)

commit ee34a61b225fcc61bdb82d3e79a15d0492d7c2f8
Author: Matthias Clasen <maclas@gmx.de>
Date:   Wed Oct 1 00:03:02 2003 +0000

    Make signals and properties end up in the right template file (#116569,
    
    2003-10-01  Matthias Clasen  <maclas@gmx.de>
    
    	Make signals and properties end up in the right template
    	file (#116569, Owen Taylor):
    
    	* gtkdoc-mktmpl.in (OutputSignalTemplates):
    	(OutputArgTemplates): Return a string rather than directly
    	writing to OUTPUT.
    	(OutputTemplateFile): Don't interpret $title as the name of
    	the object to print signal and property templates for.
    	(UpdateTemplates): Collect signal and property templates for all
    	objects contained in the section.

 ChangeLog        |   13 +++++++++++++
 gtkdoc-mktmpl.in |   10 ++++++----
 2 files changed, 19 insertions(+), 4 deletions(-)

commit 3a71ab508c506f01d27f153814720ca36ee953eb
Author: Matthias Clasen <matthiasc@src.gnome.org>
Date:   Sun Aug 10 22:12:54 2003 +0000

    Remove gtk-doc.cat from cvs, it's now generated.

 gtk-doc.cat |   12 ------------
 1 files changed, 0 insertions(+), 12 deletions(-)

commit 213790479dd188119a80aa701e947a2b9711ca33
Author: James Henstridge <james@daa.com.au>
Date:   Sun Aug 10 12:15:33 2003 +0000

    allow caller to specify actions if found or not found.
    
    2003-08-10  James Henstridge  <james@daa.com.au>
    
        * acinclude.m4 (JH_PATH_XML_CATALOG): allow caller to specify
        actions if found or not found.
        (JH_CHECK_XML_CATALOG): when requiring JH_PATH_XML_CATALOG, don't
        error out if it is not found.

 ChangeLog    |    7 +++++++
 acinclude.m4 |   20 ++++++++++++++------
 gtk-doc.cat  |   12 ++++++++++--
 3 files changed, 31 insertions(+), 8 deletions(-)

commit 55391358655e00e986b7d5382dd091a77488dc64
Author: Matthias Clasen <matthiasc@src.gnome.org>
Date:   Sat Aug 2 22:03:19 2003 +0000

    Some additions.

 ChangeLog     |    9 +++++++++
 doc/gnome.txt |   14 ++++++++++++++
 2 files changed, 23 insertions(+), 0 deletions(-)

commit 8dd4ba4681d2e45acc44efb3a11660a46f821047
Author: Matthias Clasen <matthiasc@src.gnome.org>
Date:   Mon Jul 21 22:06:16 2003 +0000

    Fix a problem with the previous commit.

 configure.in   |    2 +-
 gtk-doc.cat.in |   12 ++++++++++++
 2 files changed, 13 insertions(+), 1 deletions(-)

commit 56f12399bf8d1fcfcfed9283f16c8ff5c6f88bcf
Author: Matthias Clasen <maclas@gmx.de>
Date:   Mon Jul 21 21:53:05 2003 +0000

    Applied patches from Sebastian Rittau to add maintainer mode and an SGML
    
    2003-07-21  Matthias Clasen  <maclas@gmx.de>
    
    	Applied patches from Sebastian Rittau to add maintainer mode and an SGML catalog.  (#117955, #117956)
    
    	* gtk-doc.cat.in: New catalog file.
    	* configure.in: Added gtk-doc.catalog to output files.
    	* Makefile.am: Install gtk-doc.catalog.
    
    	* configure.in: Added AM_MAINTAINER_MODE.
    	* autogen.sh: Added --enable-maintainer-mode to configure options.

 ChangeLog    |   11 +++++++++++
 Makefile.am  |    4 ++++
 autogen.sh   |    2 +-
 configure.in |    3 +++
 4 files changed, 19 insertions(+), 1 deletions(-)

commit f5e95bfedc44c33e557771d0bbb66d6568f9f8d5
Author: Matthias Clasen <maclas@gmx.de>
Date:   Wed Jul 9 00:05:14 2003 +0000

    Accept volatile struct members, which have just made their appearance in
    
    2003-07-09  Matthias Clasen  <maclas@gmx.de>
    
    	* gtkdoc-mktmpl.in (ParseStructDeclaration):
    	* gtkdoc-mkdb.in (ParseStructDeclaration): Accept volatile struct members, which have just
    	made their appearance in glib.

 ChangeLog        |    6 ++++++
 gtkdoc-mkdb.in   |    2 +-
 gtkdoc-mktmpl.in |    2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)

commit e5ef06ac7193db05da765ae647789eae4c348be7
Author: Matthias Clasen <maclas@gmx.de>
Date:   Sun Jun 29 21:14:26 2003 +0000

    When expanding @param, catch the common @param->field and @param.field, to
    
    2003-06-29  Matthias Clasen  <maclas@gmx.de>
    
    	* gtkdoc-mkdb.in (ExpandAbbreviations): When expanding @param, catch the common @param->field
    	and @param.field, to reduce the need for littering the C sources with <literal>foo->bar</literal>.

 ChangeLog      |    5 +++++
 gtkdoc-mkdb.in |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

commit 5a1a1b9beafbcfc90cf1d6c883d1f905a9f3430a
Author: Matthias Clasen <matthiasc@src.gnome.org>
Date:   Wed Jun 25 21:45:11 2003 +0000

    Emit some more class hierarchy information.

 ChangeLog      |   10 +++
 gtkdoc-mkdb.in |  240 ++++++++++++++++++++++++++++++++++++++++++--------------
 2 files changed, 192 insertions(+), 58 deletions(-)

commit eb17c6a4ecca655c24ab48bb001783bf20e8bdb4
Author: Matthias Clasen <maclas@gmx.de>
Date:   Wed Jun 25 20:32:47 2003 +0000

    Accept a second, optional parameter for the text of the link.
    
    2003-06-25  Matthias Clasen  <maclas@gmx.de>
    
    	* gtkdoc-mkdb.in (MakeXRef): Accept a second, optional parameter for the
    	text of the link.
    	(ExpandAbbreviations): Add semantic markup inside the links, so that
    	non-crossreferenced symbols come out properly formatted after link
    	removal.  (#61345)

 ChangeLog      |    8 ++++++++
 gtkdoc-mkdb.in |   31 +++++++++++++++++--------------
 2 files changed, 25 insertions(+), 14 deletions(-)

commit b70b86f65208752cae39513843b05cf8634e2903
Author: Matthias Clasen <maclas@gmx.de>
Date:   Sun Jun 15 00:12:00 2003 +0000

    Support for a flat index of all symbols. (#92861) To use, put an empty
    
    2003-06-15  Matthias Clasen  <maclas@gmx.de>
    
    	Support for a flat index of all symbols.  (#92861)
    	To use, put an empty <index/> element in your driver document.
    
    	* gtkdoc-mkdb.in (MakeIndexterms): New function, emits an indexterm.
    	(OutputMacro, OutputTypedef, OutputStruct, OutputEnum,
    	OutputUnion, OutputVariable, OutputFunction): Use MakeIndexterms.
    	to emit indexterms for symbols.

 ChangeLog |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

commit ffb53d3f91852a8b276bfd784f8041edddd08e25
Author: Matthias Clasen <matthiasc@src.gnome.org>
Date:   Sat Jun 14 22:16:24 2003 +0000

    Emit Since: information for signals and properties.

 ChangeLog      |    5 +++++
 gtkdoc-mkdb.in |   41 +++++++++++++++++++++++++++++++++++++++++
 2 files changed, 46 insertions(+), 0 deletions(-)

commit 4dffd44fbce60a0d5898e17613f34a08290add5d
Author: Owen Taylor <otaylor@redhat.com>
Date:   Thu Jun 12 19:58:25 2003 +0000

    Replace head -1 with -n 1. (Merge change by Elliot Lee from Red Hat
    
    Thu Jun 12 15:55:57 2003  Owen Taylor  <otaylor@redhat.com>
    
            * gtkdoc-mkhtml.in (declaration): Replace head -1 with -n 1.
            (Merge change by Elliot Lee from Red Hat package)

 ChangeLog        |    5 +++++
 gtkdoc-mkhtml.in |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

commit 8d629b7c1457c6ca6dad4364cb003d2ea8523cd9
Author: Matthias Clasen <matthiasc@src.gnome.org>
Date:   Wed Jun 11 22:24:25 2003 +0000

    One more update.

 doc/gnome.txt |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

commit 25deba96d6e02aa9ccfc1411718c06000094fced
Author: Matthias Clasen <matthiasc@src.gnome.org>
Date:   Wed Jun 11 21:38:50 2003 +0000

    Some documentation updates.

 ChangeLog     |    4 ++
 doc/gnome.txt |  105 ++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 63 insertions(+), 46 deletions(-)

commit 683a324f22c861cf7fd0d013351a6d830dbe720c
Author: Matthias Clasen <maclas@gmx.de>
Date:   Mon Jun 2 22:14:42 2003 +0000

    Add a missing Provides: and include the .pc file. (#106568, Joe Pranevich)
    
    2003-06-03  Matthias Clasen  <maclas@gmx.de>
    
    	* gtk-doc.spec.in: Add a missing Provides: and include the .pc file.
    	(#106568, Joe Pranevich)

 ChangeLog       |    5 +++++
 gtk-doc.spec.in |   11 +++++++++++
 2 files changed, 16 insertions(+), 0 deletions(-)

commit d251f40e526af5277407666542a87dd882d63e25
Author: Matthias Clasen <maclas@gmx.de>
Date:   Tue May 27 21:50:46 2003 +0000

    Add signals and properties to the statistics.
    
    2003-05-27  Matthias Clasen  <maclas@gmx.de>
    
    	* gtkdoc-mkdb.in (GetSignals):
    	(GetArgs): Add signals and properties to the statistics.
    	(OutputMissingDocumentation): Emit undocumented signals and
    	properties.  (#113645)

 ChangeLog      |    7 +++++++
 gtkdoc-mkdb.in |   54 ++++++++++++++++++++++++++++++++++++------------------
 2 files changed, 43 insertions(+), 18 deletions(-)

commit abed1e0411b02af60bfb8f27850052a1f9d3ef4a
Author: Matthias Clasen <matthiasc@src.gnome.org>
Date:   Sun Apr 20 22:54:28 2003 +0000

    Fix autolinkification for undocumented symbols.

 ChangeLog               |    3 +++
 tools/docpercentages.pl |    4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

commit 32537fd452d20eaa2c3d9a9fe3e1fcfcba7b8138
Author: Matthias Clasen <matthiasc@src.gnome.org>
Date:   Sun Apr 20 22:51:01 2003 +0000

    Typo fix.

 ChangeLog           |    4 ++++
 doc/style-guide.txt |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

commit e49f4aafc3a83df272d4386f8030a2209cc2f657
Author: James Henstridge <james@daa.com.au>
Date:   Fri Apr 18 02:41:20 2003 +0000

    add news items.
    
    2003-04-18  James Henstridge  <james@daa.com.au>
    
        * NEWS: add news items.
    
        * configure.in: increment version number.

 ChangeLog    |    6 ++++++
 NEWS         |   18 ++++++++++++++++++
 configure.in |    2 +-
 3 files changed, 25 insertions(+), 1 deletions(-)

commit 9ebb2091e5c06f60f178b0cd078c97cf2225e8e2
Author: James Henstridge <jamesh@src.gnome.org>
Date:   Wed Mar 19 12:13:07 2003 +0000

    add some documentation on setting up the XML catalog on systems without one.

 README |   20 ++++++++++++++++++--
 1 files changed, 18 insertions(+), 2 deletions(-)

commit ce7170078ec6da2b852d1bba829d398ddfafd661
Author: Matthias Clasen <maclas@gmx.de>
Date:   Fri Mar 14 22:07:55 2003 +0000

    Fix the public identifier for DocBook V3.0: Davenport, not DavenPort.
    
    2003-03-14  Matthias Clasen  <maclas@gmx.de>
    
    	* gtkdoc-mkdb.in (OutputBook): Fix the public identifier for
    	DocBook V3.0: Davenport, not DavenPort.
    	(#108343, Mariano Suarez-Alvarez)

 ChangeLog      |    6 ++++++
 gtkdoc-mkdb.in |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

commit ee0efd4dd90a816ee71ded227192e9569d84bafe
Author: James Henstridge <james@daa.com.au>
Date:   Mon Mar 10 12:50:53 2003 +0000

    associate the chmod commands with the files they are chmod'ing. This way
    
    2003-03-10  James Henstridge  <james@daa.com.au>
    
        * configure.in: associate the chmod commands with the files they
        are chmod'ing.  This way config.status will always run the correct
        chmod command.

 ChangeLog    |    6 ++++++
 configure.in |   21 ++++++++++-----------
 2 files changed, 16 insertions(+), 11 deletions(-)

commit 6ed3e6a91650f90f14a3508df38d35a3e46b712c
Author: James Henstridge <james@daa.com.au>
Date:   Tue Mar 4 11:09:45 2003 +0000

    look up the docbook DTD by public id rather than system id.
    
    2003-03-04  James Henstridge  <james@daa.com.au>
    
        * configure.in: look up the docbook DTD by public id rather than
        system id.

 ChangeLog    |    5 +++++
 configure.in |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

commit 0103ad732a016eaa14de97147434db89278d1e99
Author: James Henstridge <jamesh@src.gnome.org>
Date:   Thu Feb 27 14:49:28 2003 +0000

    change back to sgml.stamp and sgml-build.stamp.  Shouldn't have changed this in the search and replace.

 gtk-doc.make |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

commit b83450f5b74ef65000c5b325c9fc816c5c571f2c
Author: Matthias Clasen <maclas@gmx.de>
Date:   Wed Feb 26 22:34:11 2003 +0000

    Prefer template or comment docs over blurbs only if they're nonempty,
    
    2003-02-26  Matthias Clasen  <maclas@gmx.de>
    
    	* gtkdoc-mkdb.in (GetArgs): Prefer template or comment docs over
    	blurbs only if they're nonempty, otherwise the empty docs from the
    	templates override all the blurbs.

 ChangeLog      |    6 ++++++
 gtkdoc-mkdb.in |    3 ++-
 2 files changed, 8 insertions(+), 1 deletions(-)

commit 428a6fc4662e09e8195d24458ad897695a5e75d5
Author: James Henstridge <james@daa.com.au>
Date:   Wed Feb 26 15:14:36 2003 +0000

    set up so that it will choose automake 1.7 or 1.6 in preference to 1.4.
    
    2003-02-26  James Henstridge  <james@daa.com.au>
    
        * autogen.sh (THEDIR): set up so that it will choose automake 1.7
        or 1.6 in preference to 1.4.  Passes distcheck okay.

 ChangeLog  |    3 +++
 autogen.sh |   20 +++++++++++++-------
 2 files changed, 16 insertions(+), 7 deletions(-)

commit 52f588cdf788cf7a4df460c709aa802af6621d6a
Author: James Henstridge <jamesh@src.gnome.org>
Date:   Wed Feb 26 14:47:29 2003 +0000

    add missing file.

 Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 2634ec3f4dc44080524a875f89dec2c69fb26cac
Author: James Henstridge <james@daa.com.au>
Date:   Wed Feb 26 14:39:47 2003 +0000

    update configure.in script to match recommendations of newer autoconf's,
    
    2003-02-26  James Henstridge  <james@daa.com.au>
    
        * configure.in: update configure.in script to match
        recommendations of newer autoconf's, and add an AC_PREREQ()
        statement, since the xml catalog checks are using new autoconf
        features.
    
        * gtk-doc.make (xml-build.stamp): since other bits of the makefile
        were assuming xml, may as well hard code --output-format=xml.

 ChangeLog    |   10 ++++++++++
 configure.in |   38 ++++++++++++++++++++++++--------------
 gtk-doc.make |   20 ++++++++++----------
 3 files changed, 44 insertions(+), 24 deletions(-)

commit 69a4f2376a4b8160ab4d0fa972d9e745d61a60f5
Author: James Henstridge <james@daa.com.au>
Date:   Wed Feb 19 12:58:49 2003 +0000

    get rid of the dist-hook, and just include the given files in EXTRA_DIST
    
    2003-02-19  James Henstridge  <james@daa.com.au>
    
        * Makefile.am: get rid of the dist-hook, and just include the
        given files in EXTRA_DIST instead.

 ChangeLog   |    3 +++
 Makefile.am |   55 +++++++++++++++++++++++++++----------------------------
 2 files changed, 30 insertions(+), 28 deletions(-)

commit a57707fe596ed18e73bdda3b8d97bf5301810919
Author: James Henstridge <james@daa.com.au>
Date:   Wed Feb 19 12:28:53 2003 +0000

    provide meaningful names for the commands.
    
    2003-02-19  James Henstridge  <james@daa.com.au>
    
        * configure.in: provide meaningful names for the commands.
    
        * acinclude.m4 (JH_CHECK_XML_CATALOG): add some extra arguments: a
        friendly name for the catalog entry, and actions to run if the
        entry was found or not.  Also include a bit more information in
        the config.log file if an error occurs.

 ChangeLog    |    9 +++++++++
 acinclude.m4 |   23 +++++++++++++++++------
 configure.in |    6 ++++--
 3 files changed, 30 insertions(+), 8 deletions(-)

commit 0cd41b378a745b5e5982a3ea4b07bf69b2fcd39d
Author: James Henstridge <james@daa.com.au>
Date:   Wed Feb 19 08:09:59 2003 +0000

    put chapters that aren't at the top level into the toc tree (to make gtk's
    
    2003-02-19  James Henstridge  <james@daa.com.au>
    
        * devhelp.xsl: put chapters that aren't at the top level into the
        toc tree (to make gtk's .devhelp tree look better).
    
        * gtk-doc.spec.in (Requires): make the requires lines match
        current requirements ...

 ChangeLog       |    3 +++
 devhelp.xsl     |    4 ++--
 gtk-doc.spec.in |   23 ++++++-----------------
 3 files changed, 11 insertions(+), 19 deletions(-)

commit 978841ac6a1c0d183604b0e6b249b62c069bad5f
Author: Matthias Clasen <maclas@gmx.de>
Date:   Tue Feb 18 22:39:38 2003 +0000

    Avoid the unportable grep option -q. (#105311)
    
    2003-02-18  Matthias Clasen  <maclas@gmx.de>
    
    	* gtkdoc-mkhtml.in (declaration): Avoid the unportable grep
    	option -q.  (#105311)

 ChangeLog        |    5 +++++
 gtkdoc-mkhtml.in |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

commit eacdde9b74345bd75bf716f27e423d75434842e7
Author: James Henstridge <james@daa.com.au>
Date:   Tue Feb 18 16:08:10 2003 +0000

    make the requires lines match current requirements ...
    
    2003-02-19  James Henstridge  <james@daa.com.au>
    
        * gtk-doc.spec.in (Requires): make the requires lines match
        current requirements ...
    
        * gtkdoc-mkhtml.in (XSLTPROC): pass --nonet to xsltproc, so we
        don't try to download DTDs and XSLT over the net.  The configure
        checks should catch people who don't have the correct files in
        their catalog.

 ChangeLog        |   10 ++++++++++
 gtk-doc.spec.in  |    8 ++++++--
 gtkdoc-mkhtml.in |    2 +-
 3 files changed, 17 insertions(+), 3 deletions(-)

commit 6275595c49dcf1739c22cb4aacdbb2191314b56c
Author: James Henstridge <james@daa.com.au>
Date:   Mon Feb 17 12:33:22 2003 +0000

    add --version argument.
    
    2003-02-17  James Henstridge  <james@daa.com.au>
    
        * gtkdocize.in (--version): add --version argument.

 ChangeLog    |    4 ++++
 gtkdocize.in |    3 +++
 2 files changed, 7 insertions(+), 0 deletions(-)

commit ebf723fad2cc8690993395ea85b5aba10eb8fdcd
Author: James Henstridge <james@daa.com.au>
Date:   Fri Feb 14 02:10:11 2003 +0000

    actually accept --tmpl-dir as a command line option. Based on a patch from
    
    2003-02-14  James Henstridge  <james@daa.com.au>
    
        * gtkdoc-mkdb.in (GetOptions): actually accept --tmpl-dir as a
        command line option.  Based on a patch from Simon Josefsson
        <jas@extundo.com>.

 ChangeLog      |    4 ++++
 gtkdoc-mkdb.in |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

commit eeda7f9613ed49f68a29cd9cd478653a912e4611
Author: James Henstridge <james@daa.com.au>
Date:   Fri Feb 14 01:24:50 2003 +0000

    remove the xmlns declaration. Not really needed for html output anyway ...
    
    2003-02-14  James Henstridge  <james@daa.com.au>
    
        * gtk-doc.xsl: remove the xmlns declaration.  Not really needed
        for html output anyway ...

 ChangeLog   |    5 +++++
 gtk-doc.xsl |    4 +---
 2 files changed, 6 insertions(+), 3 deletions(-)

commit 7c547d976f3a4f06d8faa832ac1fcb05abc38025
Author: James Henstridge <james@daa.com.au>
Date:   Thu Feb 13 11:53:22 2003 +0000

    remove refsect1's and refsect2's from book tree, as suggested by Hallski.
    
    2003-02-13  James Henstridge  <james@daa.com.au>
    
        * devhelp.xsl: remove refsect1's and refsect2's from book tree, as
        suggested by Hallski.
    
        * gtk-doc.make (install-data-local): the change to install images
        was superfluous, so I have removed it.
        (CLEANFILES): move some more stuff to CLEANFILES from the
        distclean-local rule.

 ChangeLog    |   10 ++++++++++
 devhelp.xsl  |    2 +-
 gtk-doc.make |    8 ++++----
 3 files changed, 15 insertions(+), 5 deletions(-)

commit 2ddbbaa2431dbcd848a64fcc59f00721fe48fea3
Author: James Henstridge <jamesh@src.gnome.org>
Date:   Wed Feb 12 14:39:26 2003 +0000

    remove control character.  Don't know how the ctrl+G got in there.

 gtk-doc.m4 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit f94bcbad648cd123540afe41dd4debf01e2bef8c
Author: James Henstridge <james@daa.com.au>
Date:   Wed Feb 12 14:27:54 2003 +0000

    add some chmod calls to work arround distcheck on automake >= 1.6.
    
    2003-02-12  James Henstridge  <james@daa.com.au>
    
        * gtk-doc.make: add some chmod calls to work arround distcheck on
        automake >= 1.6.
        (install-data-local): copy the images as well as the html files
        during install.
        (uninstall-local): add an uninstall rule to remove the docs.
        (CLEANFILES): add $(DOC_MODULE)-scan.o to the list of files to be
        cleaned up.

 ChangeLog       |   10 ++++++++++
 gtk-doc.make    |   13 +++++++++++--
 gtk-doc.spec.in |    5 ++++-
 3 files changed, 25 insertions(+), 3 deletions(-)

commit 28fde951c1fd3dddf251a6a5bf061ab81787bc7c
Author: James Henstridge <james@daa.com.au>
Date:   Wed Feb 12 12:51:12 2003 +0000

    script used to copy gtk-doc.make into another module.
    
    2003-02-09  James Henstridge  <james@daa.com.au>
    
        * gtkdocize.in: script used to copy gtk-doc.make into another
        module.
    
        * gtk-doc.make: automake makefile fragment to handle gtk-doc
        support in other modules.
    
        * configure.in: check to make sure DocBook XML DTD and XSLT
        stylesheets are present in the XML catalog.
    
        * acinclude.m4 (JH_CHECK_XML_CATALOG): new macro to check for
        entries in the XML catalog.
    
    2003-02-04  James Henstridge  <james@daa.com.au>
    
        * gtk-doc.m4: a macro to check for gtk-doc.
    
        * Makefile.am (gtkdocdata_DATA): don't bother installing xml.dcl.
        It isn't used anymore (since switching xml mode to xsltproc).
    
        * gtkdoc-mkhtml.in (gtkdocdir): and here.
    
        * Makefile.am (gtkdocdatadir): change dir.
    
        * configure.in: put data files in $(datadir)/gtk-doc/data, so that
        they don't all get mixed up with the html docs installed by other
        packages.

 ChangeLog        |   29 +++++++++++
 Makefile.am      |   17 ++++---
 acinclude.m4     |   36 ++++++++++++++
 configure.in     |   13 ++++--
 gtk-doc.m4       |   53 ++++++++++++++++++++
 gtk-doc.make     |  139 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 gtkdoc-mkhtml.in |    2 +-
 gtkdocize.in     |   63 ++++++++++++++++++++++++
 8 files changed, 340 insertions(+), 12 deletions(-)

commit 04e70bb2f7d7ad136b5b3a647328f705e8380823
Author: Damon Chaplin <damon@src.gnome.org>
Date:   Mon Jan 20 02:03:44 2003 +0000

    *** empty log message ***

 ChangeLog |   22 ++++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)

commit af5f067f4bfdcb0f5fe388191449141bf74bc7d5
Author: Damon Chaplin <damon@src.gnome.org>
Date:   Mon Jan 20 01:55:25 2003 +0000

    added gtk-doc.pc

 .cvsignore |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit c3e768fd34c6786f6867e72b65c91f03eddf4313
Author: Damon Chaplin <damon@src.gnome.org>
Date:   Mon Jan 20 01:54:47 2003 +0000

    use @SGML_FORMAT_TYPE@ to set output type, as set in configure.in

 gtkdoc-mkhtml.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 3dba2623f065a27485ae55209b6bc80b7baa0122
Author: Damon Chaplin <damon@src.gnome.org>
Date:   Mon Jan 20 01:53:28 2003 +0000

    bumped to version 1.0, and added SGML_FORMAT_TYPE which is set to 'sgml-raw'
    for openjade and 'sgml' for jade. added .pc file to AC_OUTPUT.

 configure.in |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

commit 9a3694442a5c650aeb27d01280f90ad4327eb8e1
Author: Damon Chaplin <damon@src.gnome.org>
Date:   Mon Jan 20 01:51:18 2003 +0000

    added .pc file

 Makefile.am   |    4 ++++
 gtk-doc.pc.in |    6 ++++++
 2 files changed, 10 insertions(+), 0 deletions(-)

commit bd7b24fb4b626db3601a70992cb8cf27043e65dc
Author: Damon Chaplin <damon@src.gnome.org>
Date:   Mon Jan 20 01:50:09 2003 +0000

    updated to use pkg-config

 examples/configure.in |   23 ++++++++---------------
 1 files changed, 8 insertions(+), 15 deletions(-)

commit ea18df9010f77eddf1fecca374e3d4874f7ad6a8
Author: James Henstridge <james@daa.com.au>
Date:   Sat Jan 18 16:01:30 2003 +0000

    switch the output type from "sgml" to "sgml-raw" when using Jade to
    
    2003-01-18  James Henstridge  <james@daa.com.au>
    
        * gtkdoc-mkhtml.in (declaration): switch the output type from
        "sgml" to "sgml-raw" when using Jade to process docs.  This gets
        rid of the line breaks inside the tags, which were confusing Lynx.

 ChangeLog        |    6 ++++++
 gtkdoc-mkhtml.in |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

commit 9640f778227881fbaf6b88f69ce8ac5b7bbd3d84
Author: Matthias Clasen <maclas@gmx.de>
Date:   Tue Jan 14 23:09:42 2003 +0000

    Remove special cases for Pango and Bonobo.
    
    2003-01-15  Matthias Clasen  <maclas@gmx.de>
    
    	* gtkdoc-scan.in (ScanHeader): Remove special cases for Pango and
    	Bonobo.
    	* gtkdoc-mkdb.in (OutputDeclaration):
    	* gtkdoc-mktmpl.in (OutputDeclaration): Remove special cases for
    	structs named BlablaClass.  (#95398)
    
    	* gtkdoc-mkdb.in (GetInterfaces): Fix an off-by-one error.
    	(#103466, Josh Parsons)

 ChangeLog        |   11 +++++++++++
 gtkdoc-mkdb.in   |    5 +----
 gtkdoc-mktmpl.in |    2 +-
 gtkdoc-scan.in   |    3 +--
 4 files changed, 14 insertions(+), 7 deletions(-)

commit 04f784a490d54da64e348510550285a3450f609e
Author: Chema Celorio <chema@celorio.com>
Date:   Mon Dec 30 22:55:45 2002 +0000

    add "void" to functions with no parameters, avoids warning with
    
    2002-12-28 Chema Celorio <chema@celorio.com>
    
    	* gtkdoc-scan[g]obj.in: add "void" to functions with no parameters,
    	avoids warning with -Wmissing-prototypes when compiling
    	{module}-scan.c

 ChangeLog          |    6 ++++++
 gtkdoc-scangobj.in |   24 ++++++++++++------------
 gtkdoc-scanobj.in  |   14 +++++++-------
 3 files changed, 25 insertions(+), 19 deletions(-)

commit bb660be3a51a68e44cbde8b0b47530d074ec9215
Author: James Henstridge <james@daa.com.au>
Date:   Tue Dec 17 14:53:33 2002 +0000

    require perl >= 5.6.0
    
    2002-12-16  James Henstridge  <james@daa.com.au>
    
            * gtk-doc.spec.in: require perl >= 5.6.0
    
            * configure.in: require Perl >= 5.6.0
    
            * gtkdoc-fixxref.in: add "use bytes;" to fix malformed UTF-8
            character errors when run with a UTF-8 locale.

 ChangeLog         |    9 +++++++++
 configure.in      |    9 ++++++++-
 gtk-doc.spec.in   |    4 +++-
 gtkdoc-fixxref.in |    1 +
 4 files changed, 21 insertions(+), 2 deletions(-)

commit dbb3d272c5284e78406dacf16374e827f2bc95ac
Author: Matthias Clasen <matthiasc@src.gnome.org>
Date:   Mon Dec 16 22:22:09 2002 +0000

    Don't emit the additional anchors in the title which breaks the generated
    
    	* gtkdoc-mkdb.in (OutputSGMLFile): Don't emit the additional
    	anchors in the title which breaks the generated html (the title
    	text is copied around). Instead, put the anchors before the
    	synopsis. This isn't perfect, but the best we can achieve without
    	stylesheet hackery.

 ChangeLog      |    8 ++++++++
 gtkdoc-mkdb.in |    3 ++-
 2 files changed, 10 insertions(+), 1 deletions(-)

commit b734786f740959ae2d58ddefafab21f6813f29d8
Author: Matthias Clasen <matthiasc@src.gnome.org>
Date:   Thu Dec 12 23:41:17 2002 +0000

    Forgotten ChangeLog.

 ChangeLog |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

commit ed00becff512971a9e3c26580a06a4a5eec66750
Author: Matthias Clasen <matthiasc@src.gnome.org>
Date:   Thu Dec 12 23:30:52 2002 +0000

    Add an --ignore-files option which can be used to omit files or
    
    	* gtkdoc-mkdb.in: Add an --ignore-files option which can be used
    	to omit files or directories from scanning.
    	(OutputSGMLFile): Emit anchors for all objects contained in the
    	file to avoid dangling links.

 ChangeLog      |    7 +++++++
 gtkdoc-mkdb.in |   48 ++++++++++++++++++++++++++++++++++++++++++------
 2 files changed, 49 insertions(+), 6 deletions(-)

commit b8e344dda861998a4e3cdb79987160f38e283a99
Author: Matthias Clasen <matthiasc@src.gnome.org>
Date:   Wed Dec 11 23:56:44 2002 +0000

    Also recognize "positive" guards like #ifdef GTK_ENABLE_BROKEN.
    
    	* gtkdoc-scan.in (ScanHeader): Also recognize "positive" guards
    	like #ifdef GTK_ENABLE_BROKEN.

 ChangeLog      |    5 +++++
 gtkdoc-scan.in |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

commit 681a254d664c50b46a29403317d71b8de85cf881
Author: Matthias Clasen <matthiasc@src.gnome.org>
Date:   Wed Dec 11 00:48:04 2002 +0000

    Change XPath path to "//anchor|//refentry" for the generation of
    
    	* gtk-doc.xsl: Change XPath path to "//anchor|//refentry" for the
    	generation of index.sgml. The previous path "//anchor|refentry"
    	was not matching any refentrys.

 ChangeLog   |    6 ++++++
 gtk-doc.xsl |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

commit 2faab73cf96971b62a4078371d896d8b26354b03
Author: Matthias Clasen <matthiasc@src.gnome.org>
Date:   Mon Dec 9 19:02:27 2002 +0000

    Emit unused class structs to $MODULE-unused.txt.
    
    	* gtkdoc-mktmpl.in (UpdateTemplates): Emit unused class structs
    	to $MODULE-unused.txt.

 ChangeLog        |    5 +++++
 gtkdoc-mktmpl.in |    4 ----
 2 files changed, 5 insertions(+), 4 deletions(-)

commit 15486491a8eb8294c7e525316423942a41fbe06d
Author: Matthias Clasen <matthiasc@src.gnome.org>
Date:   Sun Dec 8 22:50:25 2002 +0000

    Remove leftover debugging output.

 ChangeLog      |    3 ++-
 gtkdoc-mkdb.in |    6 ------
 2 files changed, 2 insertions(+), 7 deletions(-)

commit e3d5415064f10366484de33f6a6992f514f0e56a
Author: Matthias Clasen <matthiasc@src.gnome.org>
Date:   Sun Dec 8 00:16:22 2002 +0000

    Don't emit private parts of class structs to parameter lists in docs.
    
    	* gtkdoc-mkdb.in (OutputStruct): Don't emit private parts
    	of class structs to parameter lists in docs.

 ChangeLog      |    5 ++++-
 gtkdoc-mkdb.in |    2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)

commit df16a4c6ed32cd429dd480779c198afff6bd8f7a
Author: Matthias Clasen <matthiasc@src.gnome.org>
Date:   Sun Dec 8 00:10:04 2002 +0000

    Don't emit private parts of class structs.
    
    	* gtkdoc-mktmpl.in (OutputDeclaration): Don't emit private parts
    	of class structs.

 ChangeLog        |    5 +++++
 gtkdoc-mktmpl.in |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

commit 8b7de9a03edc974160dbbe0a99986700fbc992db
Author: Matthias Clasen <matthiasc@src.gnome.org>
Date:   Thu Dec 5 23:34:18 2002 +0000

    	Improved /*< private >*/ handling:  (#95398)
    
    	* gtkdoc-mkdb.in (OutputStruct): Handle /*< public >*/ and
    	/*< private >*/ for all structs. Default to private for object and
    	class structs, to public for all other structs.
    
    	* gtkdoc-scan.in (ScanHeader): Emit declarations for class structs
    	to $MODULE-decl.txt.

 ChangeLog      |   11 +++++++++++
 gtkdoc-mkdb.in |   15 ++++++++++-----
 gtkdoc-scan.in |   13 ++++++-------
 3 files changed, 27 insertions(+), 12 deletions(-)

commit ee9422af438ccdd13fb7b9bad1cbf13a5878489e
Author: Matthias Clasen <matthiasc@src.gnome.org>
Date:   Thu Dec 5 22:21:46 2002 +0000

    Support @Since and @Deprecated in template files.

 ChangeLog        |    8 ++++++++
 gtkdoc-mkdb.in   |   46 ++++++++++++++++++++++++++++++++++++++++++++--
 gtkdoc-mktmpl.in |    8 ++++++++
 3 files changed, 60 insertions(+), 2 deletions(-)

commit 23b478f2f2a9b1355041931f46ebed1acd0a7030
Author: Matthias Clasen <matthiasc@src.gnome.org>
Date:   Mon Dec 2 21:21:49 2002 +0000

    Support multi-paragraph deprecation notes.
    
    	* gtkdoc-mkdb.in (MakeDeprecationNote): Support multi-paragraph
    	deprecation notes.

 ChangeLog      |    5 +++++
 gtkdoc-mkdb.in |   12 +++++++++++-
 2 files changed, 16 insertions(+), 1 deletions(-)

commit 506380efe4596e1330c418b851dc09c2df8253a3
Author: James Henstridge <james@daa.com.au>
Date:   Sat Nov 30 16:06:47 2002 +0000

    copy the navigation images for both XML and SGML cases.
    
    2002-11-29  James Henstridge  <james@daa.com.au>
    
        * gtkdoc-mkhtml.in: copy the navigation images for both XML and
        SGML cases.
    
        * gtk-doc.dsl.in: update DSSSL stylesheets to match layout of XSL
        ones.

 ChangeLog        |    8 +
 gtk-doc.dsl.in   |  478 +++++++++++++++++++++---------------------------------
 gtkdoc-mkhtml.in |    5 +-
 3 files changed, 195 insertions(+), 296 deletions(-)

commit f20b5821999c935eb6fb27949c5379f69987d46c
Author: Matthias Clasen <matthiasc@src.gnome.org>
Date:   Fri Nov 29 22:10:44 2002 +0000

    Make deprecation guards work with both #ifndef DEPRECATION_GUARD #if
    
    	* gtkdoc-scan.in (ScanHeader): Make deprecation guards work with
    	both
    	#ifndef DEPRECATION_GUARD
    	#if !defined(DEPRECATION_GUARD) || defined(FOO_COMPILATION)
    	The second form is used in GDK and GTK+ to include selected
    	deprecated symbols when compiling the library itself.

 ChangeLog      |    9 +++++++++
 gtkdoc-scan.in |    2 +-
 2 files changed, 10 insertions(+), 1 deletions(-)

commit 8811dfcb6e5a1c62f82199b495de3ca89bd3e8ba
Author: Matthias Clasen <matthiasc@src.gnome.org>
Date:   Wed Nov 27 19:29:05 2002 +0000

    Parse to new tags in inline doc comments, Since: and Deprecated:, which
    
    	* gtkdoc-mkdb.in: Parse to new tags in inline doc comments,
    	Since: and Deprecated:, which can be placed after the Returns:
    	tag. Emit the Since: information (which is expected to be just a
    	version number) after the parameters and the Deprecated:
    	information (which is expected to be one or more full sentences)
    	inside the deprecation warning.
    	Warn if a Deprecated: tag is found on a symbol which is not
    	guarded by a deprecation guard in the header.

 ChangeLog      |   11 ++++
 gtkdoc-mkdb.in |  165 +++++++++++++++++++++++++++++++++++++++++++++-----------
 2 files changed, 144 insertions(+), 32 deletions(-)

commit 34a10b814c1c5551b64e89a4f360f41a53925b9a
Author: James Henstridge <james@daa.com.au>
Date:   Tue Nov 26 11:05:38 2002 +0000

    set gtkdoc-bookname and gtkdoc-version parameters in sgml mode, and don't
    
    2002-11-26  James Henstridge  <james@daa.com.au>
    
        * gtkdoc-mkhtml.in: set gtkdoc-bookname and gtkdoc-version
        parameters in sgml mode, and don't bother with the sed run after
        processing with jade.
        In XML mode, pass the version number in as a parameter too.
    
        * gtk-doc.dsl.in ($user-html-header$): add <meta> tag if
        gtkdoc-version is set.
        (generate-index-mode): if gtkdoc-bookname is set, add it to the
        hrefs in the index file, like the XSLT sheets do.
    
        * gtk-doc.xsl: add gtkdoc.version parameter, and use it to add a
        <meta> tag with the gtk-doc version number.

 ChangeLog        |   15 +++++++++++++++
 gtk-doc.dsl.in   |   25 +++++++++++++++++++++++++
 gtk-doc.xsl      |    5 +++++
 gtkdoc-mkhtml.in |    8 +++++---
 4 files changed, 50 insertions(+), 3 deletions(-)

commit bb4555ffe3f18881390a762e277addb8e42fe8b3
Author: Damon Chaplin <damon@src.gnome.org>
Date:   Sat Nov 16 17:55:24 2002 +0000

    updated

 ChangeLog |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

commit 92024dd175bf7b8ae336578989ad31fe4bf4a1ab
Author: Damon Chaplin <damon@src.gnome.org>
Date:   Sat Nov 16 17:53:22 2002 +0000

    updated requirements info, mainly to add XML stuff.
    
    	* README: updated requirements info, mainly to add XML stuff.

 README |   21 ++++++++++++++-------
 1 files changed, 14 insertions(+), 7 deletions(-)

commit 240b76d6f78cc008da48ed2e4132177b9885c954
Author: Damon Chaplin <damon@gnome.org>
Date:   Sat Nov 16 17:52:11 2002 +0000

    bumped version to 0.10.
    
    2002-11-16  Damon Chaplin  <damon@gnome.org>
    
    	* configure.in: bumped version to 0.10.

 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit a90e10ee45f568a5268a3a051251e3faa22d8b4f
Author: Damon Chaplin <damon@gnome.org>
Date:   Sat Nov 16 17:50:44 2002 +0000

    added MAINTAINERS.
    
    2002-11-16  Damon Chaplin  <damon@gnome.org>
    
    	* Makefile.am (EXTRA_DIST): added MAINTAINERS.
    
    	* README: updated requirements info, mainly to add XML stuff.
    
    	* NEWS: added news for 0.10
    
    	* MAINTAINERS:
    	* AUTHORS: updated my email address.

 AUTHORS            |    2 +-
 MAINTAINERS        |    2 +-
 Makefile.am        |    1 +
 NEWS               |   16 ++++++++++++++++
 doc/setting-up.txt |    2 +-
 5 files changed, 20 insertions(+), 3 deletions(-)

commit 77aad1f4b9d3449c736e34b232d09fce8d01ea66
Author: James Henstridge <james@daa.com.au>
Date:   Sat Nov 16 04:39:00 2002 +0000

    output HTML in ISO-8859-1 (latin1), as using UTF-8 can trigger
    
    2002-11-16  James Henstridge  <james@daa.com.au>
    
        * gtk-doc.xsl: output HTML in ISO-8859-1 (latin1), as using UTF-8
        can trigger misinterpretation of web pages when the web server
        asserts that the document is encoded in latin1 in the mime type.

 ChangeLog   |    6 ++++++
 gtk-doc.xsl |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

commit 753df81ede08469b05fcaac9047e37bfd088385f
Author: James Henstridge <james@daa.com.au>
Date:   Fri Nov 15 10:46:22 2002 +0000

    small changes to make the output closer to valid HTML.
    
    2002-11-15  James Henstridge  <james@daa.com.au>
    
        * gtk-doc.xsl: small changes to make the output closer to valid
        HTML.
    
        * gtkdoc-fixxref.in (MakeXRef): when substituting in cross
        references, use lower case element and attribute names, and quote
        the attribute value.

 ChangeLog         |    9 +++++++++
 gtk-doc.xsl       |    8 ++++----
 gtkdoc-fixxref.in |    2 +-
 3 files changed, 14 insertions(+), 5 deletions(-)

commit b06d6cc0368418c53e6af9248b2a1a77afefd79d
Author: James Henstridge <jamesh@src.gnome.org>
Date:   Fri Nov 15 02:53:07 2002 +0000

    ignore the autom4te.cache directory

 .cvsignore |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 47ca739cb4fbedba8cf185559e17cc341677e37d
Author: James Henstridge <james@daa.com.au>
Date:   Tue Nov 12 10:21:27 2002 +0000

    put content of parameter descriptions in <simpara> elements instead of
    
    2002-11-12  James Henstridge  <james@daa.com.au>
    
        * gtkdoc-mkdb.in: put content of parameter descriptions in
        <simpara> elements instead of <para>'s.  This makes the generated
        HTML more compact, as it will omit the <p> tag inside the list
        item.
    
        * gtk-doc.xsl: adjust stylesheet a little.

 ChangeLog      |    9 +++++++++
 gtk-doc.xsl    |   30 +++++++++++++++++-------------
 gtkdoc-mkdb.in |   10 +++++-----
 3 files changed, 31 insertions(+), 18 deletions(-)

commit 693e30961614e4a05f8d2694c4ad32b0306c650c
Author: James Henstridge <james@daa.com.au>
Date:   Sun Nov 10 15:07:52 2002 +0000

    change style for documentation.
    
    2002-11-10  James Henstridge  <james@daa.com.au>
    
        * gtk-doc.xsl: change style for documentation.
    
        * gtkdoc-mkhtml.in (declaration): copy PNG files to the html
        directory.

 ChangeLog        |    7 ++
 Makefile.am      |   13 +++-
 gtk-doc.xsl      |  220 ++++++++++++++++++++----------------------------------
 gtkdoc-mkhtml.in |    1 +
 home.png         |  Bin 0 -> 654 bytes
 left.png         |  Bin 0 -> 459 bytes
 right.png        |  Bin 0 -> 472 bytes
 up.png           |  Bin 0 -> 406 bytes
 8 files changed, 101 insertions(+), 140 deletions(-)

commit b7867c853d624700d3ec77a11e5c9b047d9c5637
Author: Matthias Clasen <matthiasc@src.gnome.org>
Date:   Sat Nov 9 23:47:25 2002 +0000

    Expand abbreviations in source doc comments.
    
    	* gtkdoc-mkdb.in (GetArgs): Expand abbreviations in source doc
    	comments.

 ChangeLog      |    5 +++++
 gtkdoc-mkdb.in |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

commit ed1eb0e3713970cc032d69e0a009831b62d6e10f
Author: Matthias Clasen <matthiasc@src.gnome.org>
Date:   Fri Nov 8 23:43:34 2002 +0000

    Don't replace template param names with meaningless argn names generated
    
    	* gtkdoc-mktmpl.in (OutputSignalTemplates): Don't replace template
    	param names with meaningless argn names generated by gtkdoc-scangobj.
    
    	* gtkdoc-mkdb.in (GetSignals): Use argument names from source doc
    	comments, if available.
    	(GetArgs): Use source doc comments instead of blurb, if available.
    	(ScanSourceFile): Also accept object::signal and object:property
    	symbols.
    	(MergeSourceDocumentation): For signals only, prefer source doc
    	param names over template param names.

 ChangeLog        |   13 ++++++
 gtkdoc-mkdb.in   |  114 +++++++++++++++++++++++++++++++----------------------
 gtkdoc-mktmpl.in |    7 ++-
 3 files changed, 85 insertions(+), 49 deletions(-)

commit 049104f2365170e7653660b0b3df4c2a220ca5a7
Author: Owen Taylor <otaylor@redhat.com>
Date:   Fri Nov 8 20:14:14 2002 +0000

    Add missing <para> here too.
    
    Fri Nov  8 15:10:57 2002  Owen Taylor  <otaylor@redhat.com>
    
            * gtkdoc-mkdb.in (GetPrerequisites): Add missing <para>
            here too.

 ChangeLog      |    5 +++++
 gtkdoc-mkdb.in |    2 ++
 2 files changed, 7 insertions(+), 0 deletions(-)

commit d23d9c8dfcb348873f8e57f015f0e17ff6e93185
Author: Owen Taylor <otaylor@redhat.com>
Date:   Thu Nov 7 16:11:53 2002 +0000

    Warn when overriding docs in template file by inline comments.
    
    Mon Nov  4 17:17:40 2002  Owen Taylor  <otaylor@redhat.com>
    
            * gtkdoc-mkdb.in (MergeSourceDocumentation): Warn
            when overriding docs in template file by inline comments.
    
            * gtkdoc-mkdb.in (GetInterfaces): Add missing <para> in
            "Implemented interfaces" output.

 ChangeLog      |    8 ++++++++
 gtkdoc-mkdb.in |   35 +++++++++++++++++++++++++----------
 2 files changed, 33 insertions(+), 10 deletions(-)

commit 6699c5868a3c1465563905c85b530f2e80f3c57a
Author: Damon Chaplin <damon@src.gnome.org>
Date:   Sat Nov 2 16:32:54 2002 +0000

    updated

 ChangeLog |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

commit 1f8387169d8a930def11e02fa49fcf19f6453b0d
Author: Damon Chaplin <damon@ximian.com>
Date:   Sat Nov 2 16:29:36 2002 +0000

    in get_type_name() set is_pointer to TRUE for subtypes of G_TYPE_BOXED and
    
    2002-10-29  Damon Chaplin  <damon@ximian.com>
    
    	* gtkdoc-scangobj.in: in get_type_name() set is_pointer to TRUE for
    	subtypes of G_TYPE_BOXED and G_TYPE_POINTER. This means we get things
    	like "GtkTreeIter *iter" rather than "GtkTreeIter iter" which was
    	incorrect. Also return 'GParamSpec*' for G_TYPE_PARAM.
    	in lookup_signal_arg_names() changed GtkNotebook::switch-page
    	page argument to guint. And fixed a few other entries.
    
    	* gtkdoc-scanobj.in: add ';' after unlink command to avoid warning.

 gtkdoc-scangobj.in |   59 ++++++++++++++++++++++++++++++++++-----------------
 gtkdoc-scanobj.in  |    2 +-
 2 files changed, 40 insertions(+), 21 deletions(-)

commit 9be8634fc6e3e5df45abd3be4ba7d369b1c51fd4
Author: Matthias Clasen <matthiasc@src.gnome.org>
Date:   Sat Oct 19 23:35:46 2002 +0000

    Add support for interface prerequisites.

 ChangeLog            |   10 +++++
 examples/Makefile.am |    1 +
 gtkdoc-mkdb.in       |  102 +++++++++++++++++++++++++++++++++++++++++++++++---
 gtkdoc-scangobj.in   |   61 ++++++++++++++++++++++++++++-
 4 files changed, 165 insertions(+), 9 deletions(-)

commit 952abb112e5474ec1bc7921696c5305cc1253342
Author: Matthias Clasen <matthiasc@src.gnome.org>
Date:   Tue Oct 15 21:50:44 2002 +0000

    Sort paramspec arrays for greater stability and less random tmpl file
    
    	* gtkdoc-scangobj.in: Sort paramspec arrays for
    	greater stability and less random tmpl file diffs.

 ChangeLog          |    5 +++++
 gtkdoc-scangobj.in |   13 ++++++++++++-
 2 files changed, 17 insertions(+), 1 deletions(-)

commit 8ff2e22eaeb2d1ed01c969a8bda543cd9a5d34f6
Author: Matthias Clasen <matthiasc@src.gnome.org>
Date:   Mon Oct 14 00:08:22 2002 +0000

    Improve documentation for interfaces.

 ChangeLog            |   11 +++++
 examples/Makefile.am |    7 ++-
 gtkdoc-mkdb.in       |  100 +++++++++++++++++++++++++++++++++++++++++++++++--
 gtkdoc-scangobj.in   |   56 +++++++++++++++++++++++++++-
 4 files changed, 164 insertions(+), 10 deletions(-)

commit b44269420e60314c647399b4a97091aa170a28a5
Author: Matthias Clasen <matthiasc@src.gnome.org>
Date:   Fri Oct 11 23:01:02 2002 +0000

    Make interfaces appear in the object hierarchy.

 ChangeLog          |    4 ++++
 gtkdoc-scangobj.in |    3 +--
 2 files changed, 5 insertions(+), 2 deletions(-)

commit 4db21bf2654a6973ff5ab25ce7880b81fac379d0
Author: Matthias Clasen <matthiasc@src.gnome.org>
Date:   Fri Oct 11 20:32:06 2002 +0000

    Fix charset in generated html.  (#94833)

 ChangeLog   |    5 +++++
 gtk-doc.xsl |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

commit 659f49ef106b5269c7c6b8648dd6735f019a1098
Author: Matthias Clasen <matthiasc@src.gnome.org>
Date:   Thu Oct 10 21:56:05 2002 +0000

    Forgotten changelog.

 ChangeLog |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit b704bf6b3adb9e7f5cb5416721ba0e480ae59e77
Author: James Henstridge <james@daa.com.au>
Date:   Wed Oct 9 01:57:22 2002 +0000

    set $doctype_header to "" for the SGML case, as we don't add a doctype to
    
    2002-10-09  James Henstridge  <james@daa.com.au>
    
        * gtkdoc-mkdb.in: set $doctype_header to "" for the SGML case, as
        we don't add a doctype to the beginning of SGML fragments.

 ChangeLog      |    5 +++++
 gtkdoc-mkdb.in |    1 +
 2 files changed, 6 insertions(+), 0 deletions(-)

commit 687105e1002244a9122fdee98fe5ecdf72e9f78c
Author: Jonathan Blandford <jrb@gnome.org>
Date:   Tue Sep 17 05:10:54 2002 +0000

    output the chunks in UTF-8 so other tools can use them.
    
    Tue Sep 17 01:07:51 2002  Jonathan Blandford  <jrb@gnome.org>
    
            * gtk-doc.xsl: output the chunks in UTF-8 so other tools can use
            them.

 ChangeLog   |    5 +++++
 gtk-doc.xsl |    3 +--
 2 files changed, 6 insertions(+), 2 deletions(-)

commit 78c94436c8f5181278b248e4930516b125d8b30f
Author: James Henstridge <james@daa.com.au>
Date:   Mon Sep 9 01:46:56 2002 +0000

    turn on rendering of variablelists as tables, and set CSS rules to style
    
    2002-09-03  James Henstridge  <james@daa.com.au>
    
            * gtk-doc.xsl: turn on rendering of variablelists as tables, and
            set CSS rules to style .variablelist instead of .informaltable.
    
            * gtk-doc.dsl.in (variablelist): override the variablelist handler
            instead of the tgroups.
    
            * gtkdoc-mkdb.in (OutputStruct): use a <variablelist> for listing
            the field descriptions.
            (OutputEnum): same here.
            (OutputParamDescriptions): and here.

 ChangeLog      |   13 ++++++
 gtk-doc.dsl.in |  112 +++++++++++++++++++++++++++++++++++++++-----------------
 gtk-doc.xsl    |    5 ++-
 gtkdoc-mkdb.in |   48 +++++++++---------------
 4 files changed, 113 insertions(+), 65 deletions(-)

commit a47a33bfb927c0158903e309c17b721464a99ab8
Author: James Henstridge <james@daa.com.au>
Date:   Wed Aug 28 08:13:29 2002 +0000

    include devhelp.xsl, and call generate.devhelp when processing the
    
    2002-08-12  James Henstridge  <james@daa.com.au>
    
            * gtk-doc.xsl: include devhelp.xsl, and call generate.devhelp when
            processing the docbook/xml input.
    
            * devhelp.xsl: new file, implements .devhelp file output.

 ChangeLog   |    7 +++
 Makefile.am |    2 +
 devhelp.xsl |  131 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 gtk-doc.xsl |    4 +-
 4 files changed, 143 insertions(+), 1 deletions(-)

commit 5a6867c9d92bfbb72d88cd35c1178ccebfb9f7c0
Author: Havoc Pennington <hp@pobox.com>
Date:   Sun Aug 18 22:21:47 2002 +0000

    hardcode aclocal-1.4/automake-1.4 so that users with both automake 1.6 and
    
    2002-08-18  Havoc Pennington  <hp@pobox.com>
    
    	* autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with
    	both automake 1.6 and 1.4 installed get the right automake. Means
    	compilation from CVS will now require the latest automake 1.4
    	release, or manually creating symlinks called "automake-1.4" and
    	"aclocal-1.4"

 ChangeLog  |    8 ++++++++
 autogen.sh |    6 +++---
 2 files changed, 11 insertions(+), 3 deletions(-)

commit db5ac71b5044a37815893df45a34c17edf95c901
Author: James Henstridge <james@daa.com.au>
Date:   Sat Aug 10 08:36:46 2002 +0000

    add a gtkdoc.bookname param, and include it in the index.sgml output (if
    
    2002-08-08  James Henstridge  <james@daa.com.au>
    
    	* gtk-doc.xsl: add a gtkdoc.bookname param, and include it in the
    	index.sgml output (if not empty).
    
    	* gtkdoc-mkhtml.in: only perform the sed operation if we are using
    	Jade, and pass the module name as a parameter when using xsltproc.

 ChangeLog        |    8 ++++++++
 gtk-doc.xsl      |    6 ++++++
 gtkdoc-mkhtml.in |    6 +++---
 3 files changed, 17 insertions(+), 3 deletions(-)

commit ab23b9c8fb12614da2a8f5564854952a0c228625
Author: Matthias Clasen <matthiasc@src.gnome.org>
Date:   Wed Aug 7 22:13:12 2002 +0000

    Make sure blurbs end with a '.'
    
    	* gtkdoc-scangobj.in: Make sure blurbs end with a '.'

 gtkdoc-scangobj.in |   13 ++++++++++---
 1 files changed, 10 insertions(+), 3 deletions(-)

commit 33d5dc10abc954f539adb7c991d0154ff668d4ac
Author: Matthias Clasen <matthiasc@src.gnome.org>
Date:   Sat Aug 3 23:44:09 2002 +0000

    Don't try to list signals on types which don't support signals, e.g. boxed
    
    	* gtkdoc-scangobj.in: Don't try to list signals on types which
    	don't support signals, e.g. boxed types.

 ChangeLog          |    5 +++++
 gtkdoc-scangobj.in |   23 ++++++++++++++---------
 2 files changed, 19 insertions(+), 9 deletions(-)

commit b163992c2614d4aeb1622e36ad281e31bafd0f42
Author: James Henstridge <jamesh@src.gnome.org>
Date:   Tue Jun 25 15:34:23 2002 +0000

    fix simple case problem in gtkdoc-mkdb (s/Docbook/DocBook/)

 gtkdoc-mkdb.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit b209cb83376cd663e74e9de84b5fa8abdb0e0eb1
Author: jacob berkman <jacob@ximian.com>
Date:   Fri Jun 14 17:19:45 2002 +0000

    do the version check before help, so --version doesn't output --help
    
    2002-06-14  jacob berkman  <jacob@ximian.com>
    
    	* gtkdoc-mkdb.in: do the version check before help, so --version
    	doesn't output --help (should fix recent build bustage)

 ChangeLog      |    5 +++++
 gtkdoc-mkdb.in |   10 +++++-----
 2 files changed, 10 insertions(+), 5 deletions(-)

commit 9a645c54cdc958ca1ca979f638b039c2a46cd475
Author: James Henstridge <james@daa.com.au>
Date:   Thu Jun 13 17:22:25 2002 +0000

    Make header-grabbing work without an explicit --main-sgml-file argument.
    
    	* gtkdoc-mkdb.in: Make header-grabbing work without an explicit
    	--main-sgml-file argument.
    
    	* gtkdoc-mkdb.in: Emit the object hierarchy as a <screen> rather
    	than a <literallayout>, since the Docbook XSL stylesheets don't
    	handle <link>s inside <literallayout>.
    
    	* gtkdoc-mkdb.in: Decide wether to generate standalone documents
    	for XIncluding or entities based on the presence of the XInclude
    	namespace declaration on the document element.
    
    2002-06-09  James Henstridge  <james@daa.com.au>
    
    	* gtkdoc-mkdb.in: try to grab the header off the top of the main
    	sgml file.
    
    2002-05-31  James Henstridge  <james@daa.com.au>
    
    	* gtkdoc-mkdb.in (OutputSGML): put XIncludes in the $book_bottom
    	variable.
    	(OutputBook): add the XInclude namespace declaration to the book
    	element.
    
    	* gtkdoc-mkhtml.in (declaration): if the document looks like XML,
    	process it with xsltproc.
    
    	* configure.in: check for xsltproc.
    
    	* gtk-doc.xsl: start of XSLT template for converting docbook/xml
    	to HTML.

 ChangeLog        |   33 ++++++
 Makefile.am      |    2 +
 configure.in     |    7 +
 gtk-doc.dcl      |    7 +-
 gtk-doc.xsl      |  322 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 gtkdoc-mkdb.in   |   92 +++++++++++-----
 gtkdoc-mkhtml.in |   12 ++-
 7 files changed, 443 insertions(+), 32 deletions(-)

commit acfb2b81bc0d77212064263ec344005928b27c24
Author: Matthias Clasen <matthiasc@src.gnome.org>
Date:   Mon Jun 3 18:14:54 2002 +0000

    Don't use Posix character classes. Perl < 5.6 doesn't have them; and the
    
    
    	* gtkdoc-mkdb.in (ConvertSGMLChars): Don't use Posix character
    	classes. Perl < 5.6 doesn't have them; and the API doc autobuilder
    	on widget.gnome.org has an old Perl.

 ChangeLog      |    6 ++++++
 gtkdoc-mkdb.in |    6 +++---
 2 files changed, 9 insertions(+), 3 deletions(-)

commit 1977bc07cd728cdfa3d74d91b599ebc2e1061c24
Author: Matthias Clasen <matthiasc@src.gnome.org>
Date:   Tue May 28 23:43:28 2002 +0000

    Fixes for #77193:
    
    
    	Fixes for #77193:
    
    	* gtkdoc-mkdb.in (OutputSGML): Call GetSignals, GetArgs and
    	GetHierarchy for each symbol here and accumulate.
    	(OutputSGMLFile): Get signal, argument and hierarchy information
    	from the caller.
    	(GetSignals, GetArgs, GetHierarchy): Don't wrap the return value
    	in a refsect1, so that the results of multiple calls can be accumulated.

 ChangeLog      |   11 +++
 gtkdoc-mkdb.in |  225 ++++++++++++++++++++++++++++++++------------------------
 2 files changed, 139 insertions(+), 97 deletions(-)

commit 5f19575e2b355d3a140d47698443d61ec9abbc5a
Author: Matthias Clasen <matthiasc@src.gnome.org>
Date:   Tue May 28 22:14:37 2002 +0000

    Make this work correctly for empty elements and XML comments in doc
    
    	* gtkdoc-mkdb.in (ConvertSGMLChars): Make this work correctly
    	for empty elements and XML comments in doc comments.

 ChangeLog      |    5 +++++
 gtkdoc-mkdb.in |    4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

commit 59ea5a7b09786945bcaf3bf4f7994a8f75ced7ca
Author: Matthias Clasen <matthiasc@src.gnome.org>
Date:   Mon May 27 21:29:29 2002 +0000

    Use only the basename of the template file in the key for the symbol
    
    	* gtkdoc-mkdb.in (ReadTemplateFile, OutputSGMLFile):
    	Use only the basename of the template file in the key for the
    	symbol table, in order to decouple the file extensions of the
    	template files and the generated entities (we want to generate
    	.xml entities from .sgml template files when emitting XML).

 ChangeLog      |    8 ++++++++
 gtkdoc-mkdb.in |   18 +++++++++---------
 2 files changed, 17 insertions(+), 9 deletions(-)

commit 42cb74d253a4ec711e73e7b599d2a49c4ea215fd
Author: Matthias Clasen <matthiasc@src.gnome.org>
Date:   Sat May 25 21:06:56 2002 +0000

    New function which tries to be a bit more clever when escaping SGML syntax
    
    	* gtkdoc-mkdb.in (ConvertSGMLChars): New function which tries to
    	be a bit more clever when escaping SGML syntax characters.
    	(ScanSourceFile): Use ConvertSGMLChars instead of CreateValidSGML.
    	This reduces the work needed to make gtk-doc emit XML (where <, &
    	and friends must always be escaped).

 ChangeLog      |    8 ++++++++
 gtkdoc-mkdb.in |   38 ++++++++++++++++++++++++++++++--------
 2 files changed, 38 insertions(+), 8 deletions(-)

commit 254c06837ab48439bb18fabb68f1d8e5d0424e0f
Author: Matthias Clasen <matthiasc@src.gnome.org>
Date:   Fri May 17 23:45:25 2002 +0000

    Detect whether we're processing SGML or XML.
    
    	* gtkdoc-mkhtml.in: Detect whether we're processing SGML or XML.
    
    	* gtkdoc-mkdb.in: New option --output-format to switch between
    	SGML and XML output.
    
    	* Makefile.am (EXTRA_DIST): Add xml.dcl
    
    	* xml.dcl: The XML declaration.

 ChangeLog        |   11 +++
 Makefile.am      |    7 ++-
 gtkdoc-mkdb.in   |   73 ++++++++++++++--------
 gtkdoc-mkhtml.in |   12 +++-
 xml.dcl          |  179 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 253 insertions(+), 29 deletions(-)

commit 3bb869349f641335e306f61a36322c5e95c8cd25
Author: jacob berkman <jacob@ximian.com>
Date:   Mon May 6 21:05:21 2002 +0000

    add an include for the GTK_CHECK_VERSION macro
    
    2002-05-06  jacob berkman  <jacob@ximian.com>
    
    	* gtkdoc-scangobj.in: add an include for the GTK_CHECK_VERSION
    	macro

 ChangeLog          |    5 +++++
 gtkdoc-scangobj.in |    3 +++
 2 files changed, 8 insertions(+), 0 deletions(-)

commit 79684bcf06284953e41ace99708091a465858e06
Author: Matthias Clasen <matthiasc@src.gnome.org>
Date:   Sun May 5 20:10:37 2002 +0000

    Output style properties. (#80659)
    
    	* gtkdoc-scangobj.in: Output style properties.  (#80659)
    
    	* gtkdoc-mkdb.in (GetArgs): Return separate sections for
    	properties, child properties and style properties.  (#80659)

 ChangeLog          |    7 ++++
 gtkdoc-mkdb.in     |   74 ++++++++++++++++++++++++++++++---------
 gtkdoc-scangobj.in |   97 +++++++++++++++++++++++++++++----------------------
 3 files changed, 119 insertions(+), 59 deletions(-)

commit a15d6346688dc7d8390c1e54bce20b395d2aacc9
Author: Matthias Clasen <matthiasc@src.gnome.org>
Date:   Thu May 2 23:06:02 2002 +0000

    Fix for segfault in scangobj-generated C program on Solaris. (#80606,
    
    	* gtkdoc-scangobj.in: Fix for segfault in scangobj-generated C
    	program on Solaris.  (#80606, Jacob Berkman)

 ChangeLog          |    5 +++++
 gtkdoc-scangobj.in |    9 ++++++---
 2 files changed, 11 insertions(+), 3 deletions(-)

commit c44367d8bd22dbfe8f10dfac6ca5f207565fb1d2
Author: Matthias Clasen <matthiasc@src.gnome.org>
Date:   Wed May 1 00:05:08 2002 +0000

    Add the script which does the d.g.o online API docs.

 ChangeLog               |    3 +
 tools/docpercentages.pl |  155 +++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 158 insertions(+), 0 deletions(-)

commit e0cf8efc2a6ad8ea9d33e00c2ca99d3a94042350
Author: Matthias Clasen <matthiasc@src.gnome.org>
Date:   Tue Apr 30 23:26:21 2002 +0000

    Fix $MODULE-undocumented.txt for d.g.o online API docs.
    
    	* gtkdoc-mkdb.in (OutputMissingDocumentation): Fix
    	$MODULE-undocumented.txt for d.g.o online API docs.
    
    	* gtkdoc-mkdb.in (GetArgs): Use blurbs for property documentation.
    
    	* gtkdoc-scangobj.in: Output child properties. Output nicks and
    	blurbs for properties.

 ChangeLog          |   10 ++++++++++
 gtkdoc-mkdb.in     |   15 +++++++++++----
 gtkdoc-scangobj.in |   26 ++++++++++++++++++++++----
 3 files changed, 43 insertions(+), 8 deletions(-)

commit b0636b58b8b29ea963eb1f16c74e2bb9797c4eb3
Author: Matthias Clasen <matthiasc@src.gnome.org>
Date:   Sun Apr 28 21:35:26 2002 +0000

    Don't scan for return value descriptions unnecessarily. (#65997)
    
    	* gtkdoc-mkdb.in (ScanSourceFile): Don't scan for return value
    	descriptions unnecessarily.  (#65997)

 ChangeLog      |    5 +++++
 gtkdoc-mkdb.in |   52 ++++++++++++++++++++++++++++++++++------------------
 2 files changed, 39 insertions(+), 18 deletions(-)

commit f529f15b1e4032729c6fa5ae8925abd3139bed64
Author: Matthias Clasen <matthiasc@src.gnome.org>
Date:   Mon Mar 11 18:16:35 2002 +0000

    Create docs for signals on interfaces.
    
    	* gtkdoc-scangobj.in, gtkdoc-mkdb.in: Create docs for signals on interfaces.

 ChangeLog          |    4 ++++
 gtkdoc-mkdb.in     |    2 +-
 gtkdoc-scangobj.in |    6 +++++-
 3 files changed, 10 insertions(+), 2 deletions(-)

commit e864317f07746da1299cf01359d251ee27e406c6
Author: Damon Chaplin <damon@ximian.com>
Date:   Fri Feb 1 23:05:39 2002 +0000

    check for openjade or jade. Patch from Stefan Kost
    
    2002-02-01  Damon Chaplin  <damon@ximian.com>
    
    	* configure.in: check for openjade or jade. Patch from Stefan Kost
    	<kost@imn.htwk-leipzig.de>.
    
    	* gtkdoc-mkhtml.in: use @JADE@ so the correct version of jade is used.
    
    	* autogen.sh: commented out autoheader since we don't have a config.h.

 ChangeLog        |    9 +++++++++
 autogen.sh       |    2 +-
 configure.in     |   18 +++++++++++++++++-
 gtkdoc-mkhtml.in |    2 +-
 4 files changed, 28 insertions(+), 3 deletions(-)

commit 1b101d645406a1e86f24a2eb25e46e87b62e9c77
Author: Damon Chaplin <damon@ximian.com>
Date:   Fri Feb 1 22:27:01 2002 +0000

    Released 0.9.
    
    2002-01-18  Damon Chaplin  <damon@ximian.com>
    
    	* Released 0.9.
    
    2002-02-01  Damon Chaplin  <damon@ximian.com>
    
    	* examples/Makefile.am: added SCANOBJ_OPTIONS in case the module needs
    	to pass options to gtkdoc-scanobj or gtkdoc-scangobj.

 ChangeLog            |    9 +++++++++
 examples/Makefile.am |    5 ++++-
 2 files changed, 13 insertions(+), 1 deletions(-)

commit a08b2395abdc0f8e8b42b7d5f406549908e86d2a
Author: Damon Chaplin <damon@ximian.com>
Date:   Thu Jan 24 18:48:57 2002 +0000

    added Zucchi's emacs lisp for automatically adding skeleton comment blocks
    
    2002-01-24  Damon Chaplin  <damon@ximian.com>
    
    	* tools/gtk-doc.el: added Zucchi's emacs lisp for automatically adding
    	skeleton comment blocks above functions. Very handy!

 ChangeLog        |    5 +
 Makefile.am      |    3 +
 tools/gtk-doc.el |  263 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 271 insertions(+), 0 deletions(-)

commit 0ee087f1d2c31f91c26c073677c6470dd9eb0042
Author: Damon Chaplin <damon@ximian.com>
Date:   Wed Jan 23 23:44:02 2002 +0000

    bumped the version to 0.9, so GTK+ can depend on this if it wants to.
    
    2002-01-23  Damon Chaplin  <damon@ximian.com>
    
    	* configure.in: bumped the version to 0.9, so GTK+ can depend on this
    	if it wants to.

 ChangeLog    |    3 +++
 configure.in |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)

commit 403e4f3130ceea45b3b28a33382e0b86cff2b1af
Author: Damon Chaplin <damon@ximian.com>
Date:   Wed Jan 23 23:42:57 2002 +0000

    we now default to calling g_type_init() to initialize the type system,
    
    2002-01-23  Damon Chaplin  <damon@ximian.com>
    
    	* gtkdoc-scangobj.in: we now default to calling g_type_init() to
    	initialize the type system, rather than gtk_init(). This means you
    	don't need an X connection to build the docs any more. Hurrah!
    	Also added a '--type-init-func' argument so you can change the
    	function to be called. GTK+ uses --type-init-func="gtk_type_init(0)".
    
    	* gtkdoc-scan.in (ScanHeader): removed 'Found object' debug message.

 ChangeLog          |   10 ++++++++++
 gtkdoc-scan.in     |    2 +-
 gtkdoc-scangobj.in |   22 +++++++++-------------
 3 files changed, 20 insertions(+), 14 deletions(-)

commit 7bf87b4092d5a88bf919d9b57e4c4f6c3c84ca5a
Author: Damon Chaplin <damon@ximian.com>
Date:   Fri Jan 18 18:54:25 2002 +0000

    added gtk-doc.dcl to EXTRA_DIST.
    
    2002-01-18  Damon Chaplin  <damon@ximian.com>
    
    	* Makefile.am (EXTRA_DIST): added gtk-doc.dcl to EXTRA_DIST.

 ChangeLog   |    4 ++++
 Makefile.am |    4 +++-
 2 files changed, 7 insertions(+), 1 deletions(-)

commit 88d2d42ce5bcfcde4c0fa9d4c4b3264342be05f1
Author: Damon Chaplin <damon@ximian.com>
Date:   Fri Jan 18 18:31:03 2002 +0000

    Released 0.8.
    
    2002-01-18  Damon Chaplin  <damon@ximian.com>
    
    	* Released 0.8.
    
    2002-01-18  Damon Chaplin  <damon@ximian.com>
    
    	* gtkdoc-scangobj.in: Reverted jacob's patch for this release, since
    	it breaks GTK+ and possibly other packages. I'll re-apply it after
    	the release, so we can fix everything in CVS.

 ChangeLog          |   10 ++++++++++
 configure.in       |    2 +-
 gtkdoc-scangobj.in |   20 +++++++++++++++-----
 3 files changed, 26 insertions(+), 6 deletions(-)

commit 4e96defb8fd900d4a5ff08aba8ba7c24b7430261
Author: jacob berkman <jacob@ximian.com>
Date:   Fri Jan 18 17:59:23 2002 +0000

    default to calling g_type_init(), remove --nogtkinit argument and replace
    
    2002-01-18  jacob berkman  <jacob@ximian.com>
    
    	* gtkdoc-scangobj.in: default to calling g_type_init(), remove
    	--nogtkinit argument and replace with a more flexible
    	--type-init-func

 ChangeLog          |    6 ++++++
 gtkdoc-scangobj.in |   20 +++++---------------
 2 files changed, 11 insertions(+), 15 deletions(-)

commit a9b20e7fa1472e7ffe78688fb96dcb81f4ba4864
Author: Damon Chaplin <damon@ximian.com>
Date:   Fri Jan 18 17:24:48 2002 +0000

    patch from Matthias Clasen <matthiasc@poet.de> to only strip first space
    
    2002-01-18  Damon Chaplin  <damon@ximian.com>
    
    	* gtkdoc-mkdb.in (ScanSourceFile): patch from Matthias Clasen
    	<matthiasc@poet.de> to only strip first space after '*' in source
    	code comment blocks, so example code can be indented as desired.
    	Bug #68216.

 ChangeLog      |    7 +++++++
 gtkdoc-mkdb.in |   14 +++++++-------
 2 files changed, 14 insertions(+), 7 deletions(-)

commit c5a7a573303aa6b1c2cad2a6ce2a51d98e112f1e
Author: Owen Taylor <otaylor@src.gnome.org>
Date:   Wed Nov 21 22:05:43 2001 +0000

    Fix garbage character from last release

 gtkdoc-mkdb.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 7f9c7235f1dc8d1c0dc116a81a8300064caa72d1
Author: Owen Taylor <otaylor@redhat.com>
Date:   Wed Nov 21 21:51:43 2001 +0000

    Add some extra quoting to error messages to make it clearer what is going
    
    Wed Nov 21 16:50:35 2001  Owen Taylor  <otaylor@redhat.com>
            * gtkdoc-mkdb,tmpl.in: Add some extra quoting to
            error messages to make it clearer what is going on
            with trailing commas on enumeration declarations.

 ChangeLog        |    6 ++++++
 gtkdoc-mkdb.in   |    6 +++---
 gtkdoc-mktmpl.in |    4 ++--
 3 files changed, 11 insertions(+), 5 deletions(-)

commit 853c6feac539b537a3f5d024194fc6ec1ab7034a
Author: Owen Taylor <otaylor@redhat.com>
Date:   Wed Nov 21 21:05:17 2001 +0000

    Applied patch from Matthias Clasen to use a modified .dcl file with the 44
    
    Wed Nov 21 16:00:45 2001  Owen Taylor  <otaylor@redhat.com>
    
            * Applied patch from Matthias Clasen to use a modified
            .dcl file with the 44 character name length limit removed.
            (#61342)

 ChangeLog        |    6 +++
 Makefile.am      |    3 +-
 gtk-doc.dcl      |  107 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 gtkdoc-mkhtml.in |    2 +-
 4 files changed, 116 insertions(+), 2 deletions(-)

commit 7330ae36ae2e184e5d1b6fbf82c3841337f6ad14
Author: Damon Chaplin <damon@ximian.com>
Date:   Wed Oct 17 22:22:32 2001 +0000

    applied patch from Matthias Clasen <matthiasc@poet.de> to take a
    
    2001-10-17  Damon Chaplin  <damon@ximian.com>
    
    	* gtkdoc-mkdb.in: applied patch from Matthias Clasen
    	<matthiasc@poet.de> to take a --sgml-mode argument which means
    	all comment blocks in the source code are assumed to be DocBook
    	(i.e. we don't convert '<', '>' and '&' to '&lt;' etc.

 ChangeLog      |    7 +++++++
 gtkdoc-mkdb.in |   23 +++++++++++++++--------
 2 files changed, 22 insertions(+), 8 deletions(-)

commit 07bc6c3a59959f24c59387a1cc4cf79e7260f6b4
Author: Damon Chaplin <damon@ximian.com>
Date:   Tue Oct 9 22:12:43 2001 +0000

    changed %.2f to %.0f so hopefully the automated reports on
    
    2001-10-09  Damon Chaplin  <damon@ximian.com>
    
    	* gtkdoc-mkdb.in (OutputMissingDocumentation): changed %.2f to %.0f
    	so hopefully the automated reports on developer.gnome.org will work
    	OK again.

 ChangeLog      |    6 ++++++
 gtkdoc-mkdb.in |    4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

commit 23ec550294f939de3b2a18763b17acb7468c72e4
Author: Damon Chaplin <damon@ximian.com>
Date:   Wed Oct 3 02:20:39 2001 +0000

    applied patch from matthiasc@poet.de (Matthias Clasen) to handle
    
    2001-10-02  Damon Chaplin  <damon@ximian.com>
    
    	* gtkdoc-mktmpl.in (OutputDeclaration):
    	* gtkdoc-mkdb.in (OutputFunction): applied patch from
    	matthiasc@poet.de (Matthias Clasen) to handle G_CONST_RETURN in a
    	parameter list. Bug #61341.

 ChangeLog        |   10 ++++++++++
 gtkdoc-mkdb.in   |    2 +-
 gtkdoc-mktmpl.in |    2 +-
 3 files changed, 12 insertions(+), 2 deletions(-)

commit b223e9aae2d3d118f9a614559ae779f82c6878e1
Author: Damon Chaplin <damon@ximian.com>
Date:   Wed Oct 3 02:06:24 2001 +0000

    applied patch from matthiasc@poet.de (Matthias Clasen) to output
    
    2001-10-02  Damon Chaplin  <damon@ximian.com>
    
    	* gtkdoc-mkdb.in (OutputMissingDocumentation): applied patch from
    	matthiasc@poet.de (Matthias Clasen) to output percentages better.
    	Also set percent to 100 if total is 0, avoiding divide-by-zero.

 ChangeLog      |    4 ++++
 gtkdoc-mkdb.in |   10 +++++++---
 2 files changed, 11 insertions(+), 3 deletions(-)

commit fdb4530478593b1be1b03f380d483e8777b2a9ee
Author: Damon Chaplin <damon@ximian.com>
Date:   Wed Oct 3 01:51:53 2001 +0000

    define as an empty string, even when not used.
    
    2001-10-02  Damon Chaplin  <damon@ximian.com>
    
    	* examples/Makefile.am (DOC_OVERRIDES): define as an empty string,
    	even when not used.

 ChangeLog            |    5 +++++
 examples/Makefile.am |    5 +++--
 2 files changed, 8 insertions(+), 2 deletions(-)

commit 38bda87499a749552beff2c54c425851890e5051
Author: Damon Chaplin <damon@ximian.com>
Date:   Fri Sep 14 01:23:46 2001 +0000

    initialize buffer to "". Fix for SGI from David Kaelbling <drk@sgi.com>.
    
    2001-09-13  Damon Chaplin  <damon@ximian.com>
    
    	* gtkdoc-mkdb.in (OutputMissingDocumentation): initialize buffer to "".
    	Fix for SGI from David Kaelbling <drk@sgi.com>.

 ChangeLog      |    5 +++++
 gtkdoc-mkdb.in |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

commit 61b7e64a5ed5d14c03001c7949d8bfb3386c4747
Author: Jonathan Blandford <jrb@webwynk.net>
Date:   Sat Sep 8 18:10:53 2001 +0000

    recognize GET_IFACE macros
    
    Sat Sep  8 14:08:51 2001  Jonathan Blandford  <jrb@webwynk.net>
    
    	* gtkdoc-scan.in (ScanHeader): recognize GET_IFACE macros

 ChangeLog      |    4 ++++
 gtkdoc-scan.in |    1 +
 2 files changed, 5 insertions(+), 0 deletions(-)

commit 5989b78428672967c25f27150523814baa31bb94
Author: Havoc Pennington <hp@pobox.com>
Date:   Sat Sep 8 06:26:13 2001 +0000

    Title the section on object properties "Properties" instead of "Args"
    
    2001-09-08  Havoc Pennington  <hp@pobox.com>
    
    	* gtkdoc-mkdb.in (GetArgs): Title the section on object properties
    	"Properties" instead of "Args"

 ChangeLog      |    5 +++++
 gtkdoc-mkdb.in |    4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

commit 2592c6a53de92c63083372f77f52bc22ae85cce4
Author: Laszlo Peter <laca@ireland.sun.com>
Date:   Wed Aug 15 11:05:15 2001 +0000

    change \n's to \\n's in perl scripts generating C code.
    
    2001-08-14  Laszlo Peter  <laca@ireland.sun.com>
    
    	* gtkdoc-scanobj.in:
    	* gtkdoc-scangobj.in: change \n's to \\n's in perl scripts
    	generating C code.

 ChangeLog          |    6 ++++++
 gtkdoc-scangobj.in |   16 ++++++++--------
 gtkdoc-scanobj.in  |   18 +++++++++---------
 3 files changed, 23 insertions(+), 17 deletions(-)

commit 2fe1d8a3f951a1961dc3043d000e3c03e51875b1
Author: Jens Finke <jens@gnome.org>
Date:   Sun Aug 12 17:46:21 2001 +0000

    Updated gtk-doc.spec.in file to match gpp standard.
    
    2001-08-12  Jens Finke <jens@gnome.org>
    
    	* Updated gtk-doc.spec.in file to match gpp standard.

 ChangeLog       |    4 +++
 gtk-doc.spec.in |   78 +++++++++++++++++++++++++++++--------------------------
 2 files changed, 45 insertions(+), 37 deletions(-)

commit 6f6ed180b648ac1317760471a763f9f86476c8fc
Author: Damon Chaplin <damon@ximian.com>
Date:   Sat Aug 4 21:41:51 2001 +0000

    Released 0.7
    
    2001-08-04  Damon Chaplin  <damon@ximian.com>
    
    	* Released 0.7

 ChangeLog    |    4 ++++
 configure.in |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

commit a12a4c09edbe394ddf240f97ab8a51860d869506
Author: Damon Chaplin <damon@ximian.com>
Date:   Sat Aug 4 20:59:20 2001 +0000

    patch from Lowell Johnson <ldjohn@usgs.gov> to accept things like "long
    
    2001-08-04  Damon Chaplin  <damon@ximian.com>
    
    	* gtkdoc-mkdb.in (OutputFunction):
    	* gtkdoc-mktmpl.in (OutputDeclaration): patch from Lowell Johnson
    	<ldjohn@usgs.gov> to accept things like "long long", "short int",
    	"char test[][CLEN]" as function parameters.

 ChangeLog        |    7 +++++++
 gtkdoc-mkdb.in   |    2 +-
 gtkdoc-mktmpl.in |    2 +-
 3 files changed, 9 insertions(+), 2 deletions(-)

commit f431b3a22ed017ee0301d6b412c6c42f1268a81c
Author: Anders Carlsson <andersca@gnome.org>
Date:   Fri Jul 20 11:36:07 2001 +0000

    Remove argument to g_type_init ();
    
    2001-07-20  Anders Carlsson  <andersca@gnome.org>
    
    	* gtkdoc-scangobj.in: Remove argument to g_type_init ();

 ChangeLog          |    4 ++++
 gtkdoc-scangobj.in |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

commit e4f687e639bd3c1461dafacb92df0ff6c2f7533d
Author: Damon Chaplin <damon@ximian.com>
Date:   Tue Jul 10 01:15:25 2001 +0000

    accept G_CONST_RETURN modifier for function return values.
    
    2001-07-09  Damon Chaplin  <damon@ximian.com>
    
    	* gtkdoc-mkdb.in (ParseStructDeclaration): accept G_CONST_RETURN
    	modifier for function return values. gtkdoc-mktmpl.in already had this.

 ChangeLog      |    5 +++++
 gtkdoc-mkdb.in |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

commit 0387c1a45fae7fcde57f4a21b20a589396917c66
Author: Owen Taylor <otaylor@redhat.com>
Date:   Thu Jun 21 17:38:11 2001 +0000

    Conform to changes in GObject API for property retrieval.
    
    Thu Jun 21 11:57:16 2001  Owen Taylor  <otaylor@redhat.com>
    
    	* gtkdoc-scangobj.in: Conform to changes in GObject API
    	for property retrieval.

 ChangeLog          |    5 +++++
 gtkdoc-scangobj.in |   13 +++++++++++--
 2 files changed, 16 insertions(+), 2 deletions(-)

commit c6a024b7ccc4c0558febe0257ea96a9f7fbbb181
Author: Peter Williams <peterw@ximian.com>
Date:   Fri May 25 23:38:57 2001 +0000

    Skip single-line comments -- prevents barfing on ORBit-generated files.
    
    2001-05-25  Peter Williams  <peterw@ximian.com>
    
    	* gtkdoc-mkdb.in (ScanSourceFile): Skip single-line comments --
    	prevents barfing on ORBit-generated files.

 ChangeLog      |    5 +++++
 gtkdoc-mkdb.in |    4 +++-
 2 files changed, 8 insertions(+), 1 deletions(-)

commit 30fe8157785ba807971879021beb65b0d4874af3
Author: Damon Chaplin <damon@ximian.com>
Date:   Mon May 21 01:07:44 2001 +0000

    replaced use of wildcard (which isn't portable) with original *.sgml. I
    
    2001-05-20  Damon Chaplin  <damon@ximian.com>
    
    	* examples/Makefile.am (sgml-build.stamp): replaced use of wildcard
    	(which isn't portable) with original *.sgml. I think this just means
    	that the first time you try to build the docs it will fail, but if
    	you run make again it will work.
    
    	* doc/setting-up.txt: explained that make may fail the first time.

 ChangeLog            |    9 +++++++++
 doc/setting-up.txt   |    3 ++-
 examples/Makefile.am |    2 +-
 3 files changed, 12 insertions(+), 2 deletions(-)

commit 8e01574924cdd225c7a09c18976333dbf32e6cb1
Author: Damon Chaplin <damon@ximian.com>
Date:   Sun May 20 01:46:20 2001 +0000

    updated docs to cover simpler setup procedure.
    
    2001-05-19  Damon Chaplin  <damon@ximian.com>
    
    	* README:
    	* doc/README:
    	* doc/setting-up.txt:
    	* doc/sections-file.txt:
    	* doc/authors.txt: updated docs to cover simpler setup procedure.
    
    	* doc/gtk_button.txt:
    	* doc/manpage:
    	* doc/manpage.man:
    	* doc/notes.txt: removed out-of date stuff.
    
    	* Makefile.am (dist-hook): updated so it doesn't try to remove old
    	examples subdirectory stuff.

 ChangeLog             |   16 ++++
 Makefile.am           |    2 +-
 README                |  184 +++++----------------------------------
 doc/README            |   27 ++-----
 doc/authors.txt       |   42 +---------
 doc/gtk_button.txt    |  235 -------------------------------------------------
 doc/manpage           |  170 -----------------------------------
 doc/manpage.man       |  140 -----------------------------
 doc/notes.txt         |  180 -------------------------------------
 doc/sections-file.txt |    3 +-
 doc/setting-up.txt    |  109 ++++++-----------------
 11 files changed, 74 insertions(+), 1034 deletions(-)

commit 194bbb95f62c3a24598ffc461c27879a02424a5e
Author: Damon Chaplin <damon@src.gnome.org>
Date:   Sun May 20 00:25:42 2001 +0000

    updated my email address

 AUTHORS     |    2 +-
 MAINTAINERS |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 75350bb0046fb8fb60731bcdd252bcc590711476
Author: Damon Chaplin <damon@src.gnome.org>
Date:   Sun May 20 00:24:07 2001 +0000

    added configure.in back

 examples/configure.in |   50 +++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 50 insertions(+), 0 deletions(-)

commit 76fc6f9376120f9635384166c79738f6a62477d5
Author: Damon Chaplin <damon@ximian.com>
Date:   Sun May 20 00:22:23 2001 +0000

    removed out-of-date example files.
    
    2001-05-19  Damon Chaplin  <damon@ximian.com>
    
    	* examples/gnome/*:
    	* examples/gnomeui/*: removed out-of-date example files.
    
    	* examples/configure.in:
    	* examples/Makefile.am: new example setup mostly copied from GTK+.
    
    	* examples/README: describe the example configure.in/Makefile.am.

 ChangeLog                             |   10 +
 examples/Makefile.am                  |  182 ++++-
 examples/README                       |   25 +-
 examples/configure.in                 |   26 -
 examples/gnome/Makefile.am            |   40 -
 examples/gnome/gnome-docs.sgml        |   54 -
 examples/gnome/gnome-sections.txt     |  299 ------
 examples/gnomeui/Makefile.am          |   44 -
 examples/gnomeui/gnomeui-docs.sgml    |  161 ---
 examples/gnomeui/gnomeui-sections.txt | 1777 ---------------------------------
 examples/gnomeui/gnomeui.types        |   55 -
 11 files changed, 199 insertions(+), 2474 deletions(-)

commit bf6d27aaf14ed12a4fe62dde8ca40d21fabaf0fe
Author: Damon Chaplin <damon@ximian.com>
Date:   Sat May 19 23:55:51 2001 +0000

    added --help option and changed output slightly to make more compatable
    
    2001-05-19  Damon Chaplin  <damon@ximian.com>
    
    	* gtkdoc-mkdb.in: added --help option and changed output slightly to
    	make more compatable with XML. Patch from Toshio Kuratomi
    	<badger@prtr-13.ucsc.edu>

 ChangeLog      |    6 ++++++
 gtkdoc-mkdb.in |   27 +++++++++++++++++++++------
 2 files changed, 27 insertions(+), 6 deletions(-)

commit d8db34e86fc2706ea5d0ab844a5c633054d7334b
Author: Damon Chaplin <damon@ximian.com>
Date:   Sat May 19 23:32:46 2001 +0000

    changed a '?' to a '*' so we accept multi-dimensional array function
    
    2001-05-19  Damon Chaplin  <damon@ximian.com>
    
    	* gtkdoc-mktmpl.in (OutputDeclaration):
    	* gtkdoc-mkdb.in (OutputFunction): changed a '?' to a '*' so we accept
    	multi-dimensional array function parameters. Patch from Paolo Casarini
    	<casarini@CS.UniBO.IT>
    
    	* gtkdoc-scangobj.in:
    	* gtkdoc-scanobj.in: used "*pos = 0" to avoid problems with backslashes
    	in '\0'.
    
    	* configure.in: removed dsssl dirs stuff, since we use public entities
    	now.
    
    	* gtkdoc-mkdb.in (OutputBook): if there is no main SGML file we create
    	it here. Also added a --main-sgml-file option so we know where to put
    	it.
    
    	* gtkdoc-scan.in: if there is no MODULE-sections.txt file, we copy
    	the MODULE-decl-list.txt file to it. The user can tweak it later.

 ChangeLog          |   26 +++++++++++++++++++++++++-
 configure.in       |    8 ++------
 gtkdoc-mkdb.in     |   41 ++++++++++++++++++++++++++++++++++++++---
 gtkdoc-mktmpl.in   |    2 +-
 gtkdoc-scan.in     |    7 +++++++
 gtkdoc-scangobj.in |    2 +-
 gtkdoc-scanobj.in  |    2 +-
 7 files changed, 75 insertions(+), 13 deletions(-)

commit 215068558f210def09cfe5f018557bb1ef9438be
Author: Owen Taylor <otaylor@redhat.com>
Date:   Sat May 19 17:44:31 2001 +0000

    Fix crazy format specifier
    
    Sat May 19 13:43:39 2001  Owen Taylor  <otaylor@redhat.com>
    
    	* gtkdoc-mkdb.in (OutputMissingDocumentation): Fix
    	crazy format specifier

 gtkdoc-mkdb.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit f0353a2b0ab03b62b618d85ddf99ce851602e280
Author: Damon Chaplin <damon@ximian.com>
Date:   Fri May 11 19:40:25 2001 +0000

    applied patch from Toshio Kuratomi <badger@prtr-13.ucsc.edu>.
    
    2001-05-11  Damon Chaplin  <damon@ximian.com>
    
    	* gtk-doc.spec.in: applied patch from Toshio Kuratomi
    	<badger@prtr-13.ucsc.edu>.

 ChangeLog       |    5 +++++
 gtk-doc.spec.in |   27 ++++++++++++++++++++-------
 2 files changed, 25 insertions(+), 7 deletions(-)

commit dce7c3d564109e40ef90b4939a611c93e9ef9b44
Author: Joakim <joakim@src.gnome.org>
Date:   Mon May 7 18:44:06 2001 +0000

    Doc coverage support. Now outputs $MODULE-undocumented.txt.

 ChangeLog      |   11 ++++++
 gtkdoc-mkdb.in |  108 +++++++++++++++++++++++++++++++++++++++++++++++++++++--
 gtkdoc-scan.in |    2 +-
 3 files changed, 116 insertions(+), 5 deletions(-)

commit 764b14e69c3bf38f1d72c67174b258da1c806510
Author: Federico Mena Quintero <federico@ximian.com>
Date:   Thu Apr 26 19:39:32 2001 +0000

    Added missing output-dir in the call to GetOptions().
    
    2001-04-25  Federico Mena Quintero  <federico@ximian.com>
    
    	* gtkdoc-scanobj.in: Added missing output-dir in the call to
    	GetOptions().

 ChangeLog         |    5 +++++
 gtkdoc-scanobj.in |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

commit 00d9e1310e00808c15932419148b1a586fa6024c
Author: Damon Chaplin <damon@ximian.com>
Date:   Tue Apr 24 17:24:48 2001 +0000

    copied --outputdir option from gtkdoc-scangobj.in.
    
    2001-04-24  Damon Chaplin  <damon@ximian.com>
    
    	* gtkdoc-scanobj.in: copied --outputdir option from gtkdoc-scangobj.in.

 ChangeLog         |    4 ++++
 gtkdoc-scanobj.in |   17 ++++++++++-------
 2 files changed, 14 insertions(+), 7 deletions(-)

commit 0e7a4f70c994879f577666fcfb2c8e64afaeb083
Author: Owen Taylor <otaylor@redhat.com>
Date:   Fri Apr 13 19:26:23 2001 +0000

    Restore call to OutputBook that was accidentally deleted.
    
    Fri Apr 13 15:25:44 2001  Owen Taylor  <otaylor@redhat.com>
    
            * gtkdoc-mkdb.in: Restore call to OutputBook that was accidentally
            deleted.
    
    Thu Apr 12 17:57:12 2001  Owen Taylor  <otaylor@redhat.com>
    
            * gtkdoc-scangobj.in: Add a --outputdir option (sort of hacky.
            Need this because $CC, $LD can include relative paths if they
            are based on $LIBTOOL)

 ChangeLog          |   11 +++++++++++
 gtkdoc-mkdb.in     |    2 ++
 gtkdoc-scangobj.in |   21 ++++++++++++---------
 3 files changed, 25 insertions(+), 9 deletions(-)

commit b0999649218bfbaa4dc3989c127220e8d50f54c3
Author: Damon Chaplin <damon@ximian.com>
Date:   Mon Mar 26 21:27:14 2001 +0000

    scan .h files as well, so macros can be documented there if desired.
    
    2001-03-26  Damon Chaplin  <damon@ximian.com>
    
    	* gtkdoc-mkdb.in (ReadSourceDocumentation): scan .h files as well,
    	so macros can be documented there if desired.
    
    	* gtkdoc-mkhtml.in (gtkdocdir): use 'test -f' rather than 'test -e'
    	which is GNU-specific.

 ChangeLog        |    8 ++++++++
 gtkdoc-mkdb.in   |    2 +-
 gtkdoc-mkhtml.in |    2 +-
 3 files changed, 10 insertions(+), 2 deletions(-)

commit 901ae101d9a9080b3504972c9bc7b6221dd837cd
Author: Tim Janik <timj@gtk.org>
Date:   Thu Mar 8 16:26:17 2001 +0000

    fix signal param type handling.
    
    Thu Mar  8 17:26:29 2001  Tim Janik  <timj@gtk.org>
    
            * gtkdoc-scangobj.in: fix signal param type handling.

 ChangeLog          |    4 ++++
 gtkdoc-scangobj.in |    4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

commit 1045a136d8aeec86a3e49ca46d6b8b4c58f9064e
Author: Jonathan Blandford <jrb@redhat.com>
Date:   Wed Mar 7 04:19:45 2001 +0000

    Add gobject support. Now works on files that don't link against GTK.
    
    Tue Mar  6 23:21:46 2001  Jonathan Blandford  <jrb@redhat.com>
    
    	* gtkdoc-scanobj.in: Add gobject support.  Now works on files that
    	don't link against GTK.

 ChangeLog          |    5 +++
 gtkdoc-scangobj.in |   73 ++++++++++++++++++++++++---------------------------
 2 files changed, 39 insertions(+), 39 deletions(-)

commit c595fbee40ca6eecdef5761d3d3d2434bf536f24
Author: Owen Taylor <otaylor@redhat.com>
Date:   Sat Mar 3 22:51:38 2001 +0000

    Add support for G_CONST_RETURN. (Right now, it will appear as
    
    Sat Mar  3 17:43:42 2001  Owen Taylor  <otaylor@redhat.com>
    
    	* gtkdoc-{scan,mktmpl,mkdb}.in: Add support for G_CONST_RETURN.
    	(Right now, it will appear as G_CONST_RETURN in the output -
    	I'm not sure that's right - perhaps it should be converted
    	to const.)

 ChangeLog        |    7 +++++++
 gtkdoc-mkdb.in   |    2 +-
 gtkdoc-mktmpl.in |   16 ++++++++--------
 gtkdoc-scan.in   |    8 ++++----
 4 files changed, 20 insertions(+), 13 deletions(-)

commit 6f743a69c229417a43e7aa15f8b5b3922915656e
Author: Michael Meeks <michael@ximian.com>
Date:   Tue Feb 20 04:12:55 2001 +0000

    s/TRUE/1/
    
    2001-02-20  Michael Meeks  <michael@ximian.com>
    
    	* gtkdoc-mktmpl.in: s/TRUE/1/

 ChangeLog        |    4 ++++
 gtkdoc-mktmpl.in |    4 ++--
 gtkdoc-scan.in   |    4 ++--
 3 files changed, 8 insertions(+), 4 deletions(-)

commit fcb1608a8885d93f10572e3af15f40038ec9ac1b
Author: Damon Chaplin <damon@ximian.com>
Date:   Tue Feb 20 04:07:53 2001 +0000

    fixed bug handling the $changed flag.
    
    2001-02-19  Damon Chaplin  <damon@ximian.com>
    
    	* gtkdoc-mktmpl.in (UpdateTemplates): fixed bug handling the $changed
    	flag.

 ChangeLog        |    5 +++++
 gtkdoc-mktmpl.in |   12 ++++++++----
 2 files changed, 13 insertions(+), 4 deletions(-)

commit 7f7b17087ccee373808b91483921347ac5ef3f9e
Author: Damon Chaplin <damon@ximian.com>
Date:   Tue Feb 20 04:00:42 2001 +0000

    fixed bug handling the $changed flag.
    
    2001-02-19  Damon Chaplin  <damon@ximian.com>
    
    	* gtkdoc-mktmpl.in (UpdateTemplates): fixed bug handling the $changed
    	flag.

 gtkdoc-mktmpl.in |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

commit 827129e289b4e37c3301c07ba62fe6ec6ee33ec5
Author: Damon Chaplin <damon@ximian.com>
Date:   Sat Feb 17 23:42:00 2001 +0000

    patch from Johannes Stezenbach <js@convergence.de> so we don't use '\b' in
    
    2001-02-17  Damon Chaplin  <damon@ximian.com>
    
    	* gtkdoc-scan.in (ScanHeaders):
    	(ScanHeader): patch from Johannes Stezenbach <js@convergence.de>
    	so we don't use '\b' in the regexp to match files/dirs to ignore.
    	'\b' can match '_' so we matched things we shouldn't have.

 ChangeLog      |    7 +++++++
 gtkdoc-scan.in |    4 ++--
 2 files changed, 9 insertions(+), 2 deletions(-)

commit 1739ca31bccd09720f06035b780ed0226a575f59
Author: Owen Taylor <otaylor@redhat.com>
Date:   Mon Feb 12 17:51:15 2001 +0000

    Up version.
    
    Mon Feb 12 12:50:57 2001  Owen Taylor  <otaylor@redhat.com>
    
            * configure.in: Up version.

 ChangeLog    |    4 ++++
 configure.in |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

commit 50aa1b0b5c94715771e81b7f0ca219d4e776c262
Author: Owen Taylor <otaylor@redhat.com>
Date:   Mon Feb 12 17:40:14 2001 +0000

    Add a timestamp file for the templates like sgml.stamp
    
    Sun Feb 11 18:35:07 2001  Owen Taylor  <otaylor@redhat.com>
    
    	* gtkdoc-mktmpl.in: Add a timestamp file for the
    	templates like sgml.stamp
    
    	* gtkdoc-mktmpl.in (OutputUnusedTemplates): Write the
    	symbols out in sorted order instead of hash table
    	order to reduce conflicts.

 ChangeLog        |    9 +++++++++
 gtkdoc-mktmpl.in |   22 ++++++++++++++++++----
 2 files changed, 27 insertions(+), 4 deletions(-)

commit 4a71b4655b714508cc237ea417e72371969c089f
Author: Owen Taylor <otaylor@redhat.com>
Date:   Mon Feb 5 21:50:56 2001 +0000

    Remove checks for DSSSL - use a public entity instead.
    
    Mon Feb  5 16:48:51 2001  Owen Taylor  <otaylor@redhat.com>
    
    	* configure.in gtk-doc.dsl.in: Remove checks for DSSSL - use a
    	public entity instead.
    
    	* gtkdoc-scangobj.in: Fix to work with libtool better.

 ChangeLog         |    7 +++++++
 configure.in      |   21 ---------------------
 gtk-doc.dsl.in    |    2 +-
 gtkdoc-scanobj.in |    9 ++++++++-
 4 files changed, 16 insertions(+), 23 deletions(-)

commit 949f610eab902ab41501a7b3e21c3069610662e8
Author: Havoc Pennington <hp@pobox.com>
Date:   Wed Jan 31 03:42:23 2001 +0000

    Added -*- cperl -*- magic, and --deprecated-guards option.
    
    2001-01-30  Havoc Pennington  <hp@pobox.com>
    
    	* gtkdoc-fixxref.in, gtkdoc-mkdb.in, gtkdoc-mktmpl.in,
    	gtkdoc-scan.in, gtkdoc-scangobj.in, gtkdoc-scanobj.in:
    	Added -*- cperl -*- magic, and --deprecated-guards
    	option.

 ChangeLog          |    7 +++++
 gtkdoc-fixxref.in  |    1 +
 gtkdoc-mkdb.in     |   48 ++++++++++++++++++++++++++++++++++++++-
 gtkdoc-mktmpl.in   |    6 ++++-
 gtkdoc-scan.in     |   64 ++++++++++++++++++++++++++++++++++++++++++---------
 gtkdoc-scangobj.in |    1 +
 gtkdoc-scanobj.in  |    1 +
 7 files changed, 114 insertions(+), 14 deletions(-)

commit 6e6fc29f4f845bfaee24285a0febe7c1f21988e4
Author: Damon Chaplin <damon@src.gnome.org>
Date:   Tue Jan 23 02:16:33 2001 +0000

    added gtkdoc-common.pl

 .cvsignore |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit dd39f72e67224a88c72be19582d64088ffde168f
Author: Damon Chaplin <damon@src.gnome.org>
Date:   Tue Jan 23 02:15:52 2001 +0000

    Oops. Forgot to add gtkdoc-common.pl.in
    
    
    Oops. Forgot to add gtkdoc-common.pl.in

 gtkdoc-common.pl.in |   83 +++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 83 insertions(+), 0 deletions(-)

commit ca67e905bbcd1baee586eb4fce0425f3fdf12941
Author: Damon Chaplin <damon@helixcode.com>
Date:   Tue Jan 23 01:59:37 2001 +0000

    changed so that they only update files when necessary (they write new
    
    2001-01-23  Damon Chaplin  <damon@helixcode.com>
    
    	* gtkdoc-scangobj.in:
    	* gtkdoc-scanobj.in:
    	* gtkdoc-scan.in:
    	* gtkdoc-mkdb.in:
    	* gtkdoc-mktmpl.in: changed so that they only update files when
    	necessary (they write new versions of the files out, then use 'cmp'
    	to compare with the existing versions to see if they have changed.)
    	This should make it easier to do proper dependency rules in Makefiles,
    	and it may cut down on CVS traffic.
    
    	* gtkdoc-mkhtml.in: update a timestamp file (html.stamp) after running.
    	* gtkdoc-mkdb.in: update a timestamp file (sgml.stamp) if any of the
    	DocBook SGML files have been changed. So hopefully you can now use
    	rules like this to avoid unnecessary regeneration of the HTML:
    
    	all-local:
    		$(MAKE) scan
    		$(MAKE) templates
    		$(MAKE) sgml
    		$(MAKE) html.stamp
    
    	html.stamp: sgml.stamp $(EXTRA_SGML_FILES)
    		$(MAKE) html
    
    	(I've tried this with the old GTK+ reference API docs and it seems to
    	work well.)
    
    	* gtkdoc-scangobj.in:
    	* gtkdoc-scanobj.in:
    	* gtkdoc-scan.in:
    	* gtkdoc-mkdb.in:
    	* gtkdoc-mktmpl.in:
    	* gtkdoc-mkhtml.in:
    	* gtkdoc-mkman.in:
    	* gtkdoc-fixxref.in:
    	Added '--version' command-line arg to all shell & perl scripts, so
    	you can check for version 0.5 if you want to use the above rules.
    	(If 0.4 is used make will probably complain about not knowing how to
    	to build sgml.stamp.)
    
    	* gtkdoc-common.pl.in: new file to contain shared routines.
    	For now it just contains the UpdateFileIfChanged routine for the above.
    	We can move the duplicated routines here in future, though the use of
    	global variables makes this a bit awkward.
    
    	* configure.in (PACKAGE_DATA_DIR): calculates the data dir and
    	substitutes it so that the scripts know where gtkdoc-common.pl
    	is installed. Also added gtkdoc-common.pl to AC_OUTPUT.
    
    	* Makefile.am: added gtkdoc-common.pl to gtkdocdata_DATA.
    
    	* gtkdoc-mkhtml.in: deleted the old index.sgml file, since it causes
    	problems if it is owned by root (e.g. after you run 'make install' as
    	root. jade prompts you about overwriting it, which is annoying.

 ChangeLog          |   57 +++++++++++++++++++++++++++++++++
 Makefile.am        |    1 +
 configure.in       |   18 ++++++++++-
 gtkdoc-fixxref.in  |   12 ++++++-
 gtkdoc-mkdb.in     |   90 ++++++++++++++++++++++++++++++++++++++++++----------
 gtkdoc-mkhtml.in   |   11 ++++++
 gtkdoc-mkman.in    |    5 +++
 gtkdoc-mktmpl.in   |   66 +++++++++++++++++++------------------
 gtkdoc-scan.in     |   40 ++++++++++++++---------
 gtkdoc-scangobj.in |   32 +++++++++++++++---
 gtkdoc-scanobj.in  |   35 +++++++++++++++++---
 11 files changed, 288 insertions(+), 79 deletions(-)

commit 7febd82960a25444c397c405e5c8d25715b509c4
Author: Havoc Pennington <hp@redhat.com>
Date:   Wed Jan 10 16:47:22 2001 +0000

    Only move old file to backup if the old file exists, and have better error
    
    2001-01-10  Havoc Pennington  <hp@redhat.com>
    
    	* gtkdoc-mktmpl.in: Only move old file to backup if the old file
    	exists, and have better error messages when doing the backups

 ChangeLog        |    5 +++++
 gtkdoc-mktmpl.in |    8 +++++---
 2 files changed, 10 insertions(+), 3 deletions(-)

commit 0f733b98bb30b702917d4e04380b0e7b3467352a
Author: Owen Taylor <otaylor@redhat.com>
Date:   Mon Jan 8 20:10:38 2001 +0000

    Canonicalize signal and argument names to -, not _.
    
    Mon Jan  8 14:57:29 2001  Owen Taylor  <otaylor@redhat.com>
    
    	* gtkdoc-mktmpl.in: Canonicalize signal and argument
    	names to -, not _.
    
    	* gtkdoc-scangobj.in: Fix up for GParamSpec.

 ChangeLog          |    7 +++++++
 gtkdoc-mkdb.in     |    4 ++--
 gtkdoc-mktmpl.in   |    9 +++++++--
 gtkdoc-scangobj.in |   32 ++++++++++----------------------
 4 files changed, 26 insertions(+), 26 deletions(-)

commit 82712c827ba4ff82253426d049db4988c3cc5e80
Author: Frederic Gobry <fredgo@src.gnome.org>
Date:   Thu Jan 4 17:34:42 2001 +0000

    fixed matching of private_header directive

 ChangeLog      |    4 ++++
 gtkdoc-scan.in |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

commit 7a29ead54595fb777453a1d588fc9819e49a74dd
Author: Damon Chaplin <damon@helixcode.com>
Date:   Wed Dec 20 02:51:46 2000 +0000

    added default cases to get_type_name().
    
    2000-12-19  Damon Chaplin  <damon@helixcode.com>
    
    	* gtkdoc-scanobj.in:
    	* gtkdoc-scangobj.in: added default cases to get_type_name().
    
    2000-12-10  Arturo Tena  <arturo@directmail.org>
    
    	* gtkdoc-scanobj.in (get_type_name):
    	* gtkdoc-scangobj.in (get_type_name): fixed syntax error: forgotten
    	to close a switch statement.

 ChangeLog          |   11 +++++++++++
 gtkdoc-scangobj.in |    6 +++++-
 gtkdoc-scanobj.in  |    6 +++++-
 3 files changed, 21 insertions(+), 2 deletions(-)

commit d580833b3353bdb6e458d319f882f40a4fcb7aaa
Author: Damon Chaplin <damon@helixcode.com>
Date:   Sun Dec 10 16:39:58 2000 +0000

    added spec.in file from John Gotts <jgotts@linuxsavvy.com>.
    
    2000-12-10  Damon Chaplin  <damon@helixcode.com>
    
    	* gtk-doc.spec.in: added spec.in file from John Gotts
    	<jgotts@linuxsavvy.com>.
    
    	* configure.in (AC_OUTPUT): added spec file.
    
    	* Makefile.am: uncommented spec file stuff, now that we have one.
    
    	* gtkdoc-scanobj.in (get_type_name):
    	* gtkdoc-scangobj.in (get_type_name): updated to use the type numbers
    	rather than the type names, which were changed in GTK+ 1.2. This
    	should fix a problem where GTK_TYPE_STRING arguments were output as
    	'GtkString *arg' instead of 'gchar *arg'.
    
    	I'm still not sure what to output for the structured types such as
    	GTK_TYPE_SIGNAL/ARGS/FOREIGN/CALLBACK/C_CALLBACK. Should these be
    	expanded to several arguments to the signal handler?

 ChangeLog          |   19 ++++++++++
 Makefile.am        |    4 +-
 configure.in       |    1 +
 gtk-doc.spec.in    |   67 ++++++++++++++++++++++++++++++++++
 gtkdoc-scangobj.in |  102 +++++++++++++++++++++++++--------------------------
 gtkdoc-scanobj.in  |   96 ++++++++++++++++++++++++-------------------------
 6 files changed, 186 insertions(+), 103 deletions(-)

commit cc804f2be0d106334e40bb2ce5cda1c0f2623596
Author: Dan Mueth <d-mueth@uchicago.edu>
Date:   Mon Nov 27 05:27:46 2000 +0000

    Committing changes made by Chris Lyttle <chris@wilddev.net>. (Text for
    
    2000-11-26      Dan Mueth <d-mueth@uchicago.edu>
    
            * gtk-doc-manual.sgml: Committing changes made by
            Chris Lyttle <chris@wilddev.net>.  (Text for Chapter 1)

 help/manual/C/ChangeLog           |    5 +
 help/manual/C/gtk-doc-manual.sgml |  172 +++++++++++++++++++++++++++++++++----
 2 files changed, 161 insertions(+), 16 deletions(-)

commit ea08a9f0d6668ecdcf0e4ab9c6295bd390d931e1
Author: Dan Mueth <d-mueth@uchicago.edu>
Date:   Sat Nov 25 22:41:56 2000 +0000

    created this path Put part of the outline into SGML. Chris plans to put
    
    2000-11-25  Dan Mueth <d-mueth@uchicago.edu>
    
        * help/manual/C/: created this path
        * gtk-doc-manual.sgml: Put part of the outline into SGML.
          Chris plans to put rest of outline in here and start
          writing.
        * fdl-appendix.sgml: The FDL in SGML.  We will probably post
          these on the web as a single document (book) so we will
          need the FDL to be included as an appendix.

 ChangeLog                         |   10 +
 help/manual/C/ChangeLog           |    9 +
 help/manual/C/fdl-appendix.sgml   |  671 +++++++++++++++++++++++++++++++++++++
 help/manual/C/gtk-doc-manual.sgml |  148 ++++++++
 4 files changed, 838 insertions(+), 0 deletions(-)

commit 6c7331c17bbe9c3b2baa50797c3186fa55f20dcc
Author: Tim Janik <timj@src.gnome.org>
Date:   Fri Nov 3 08:21:07 2000 +0000

    shutup on  gtk-doc.spec

 .cvsignore |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit a694675d495071e0e78c3a046ba5e40e4a6c4d9e
Author: Tim Janik <timj@gtk.org>
Date:   Fri Nov 3 07:01:50 2000 +0000

    support /*<protected>*/ equivalently to /*<private>*/
    
    Fri Nov  3 07:21:34 2000  Tim Janik  <timj@gtk.org>
    
            * gtkdoc-mkdb.in:
            (ParseStructDeclaration):
            (OutputStruct):
            * gtkdoc-mktmpl.in:
            (ParseStructDeclaration):
            support /*<protected>*/ equivalently to /*<private>*/
    
    Fri Nov  3 07:15:58 2000  Tim Janik  <timj@gtk.org>
    
            * gtkdoc-mktmpl.in:
            * gtkdoc-mkdb.in:
            (ReadTemplateFile): only eat up the first space (if at all
            present) after "@param:" to preserve indentation for multiline
            parameter descriptions.

 ChangeLog        |   17 +++++++++++++++++
 gtkdoc-mkdb.in   |    6 +++---
 gtkdoc-mktmpl.in |    4 ++--
 3 files changed, 22 insertions(+), 5 deletions(-)

commit 5d396a132559a68893b5104e5ae079638390248c
Author: Raja R Harinath <harinath@src.gnome.org>
Date:   Mon Oct 30 20:58:11 2000 +0000

    Stop scanning at '}' only when it starts a line. Likewise.
    
    * gtkdoc-mkdb.in (ParseStructDeclaration):
    Stop scanning at '}' only when it starts a line.
    * gtkdoc-mktmpl.in (ParseStructDeclaration): Likewise.

 ChangeLog        |    6 ++++++
 gtkdoc-mkdb.in   |    3 ++-
 gtkdoc-mktmpl.in |    3 ++-
 3 files changed, 10 insertions(+), 2 deletions(-)

commit b1d172a37dbabb33a636a2358b2767bb4b7facf2
Author: Tim Janik <timj@gtk.org>
Date:   Mon Oct 30 03:36:33 2000 +0000

    use g_signal_list_ids().
    
    Mon Oct 30 02:59:54 2000  Tim Janik  <timj@gtk.org>
    
            * gtkdoc-scangobj.in: use g_signal_list_ids().

 ChangeLog          |    4 ++++
 gtkdoc-scangobj.in |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

commit 523c6a4f41b32b41d31610bebbfc139632782b91
Author: Owen Taylor <otaylor@redhat.com>
Date:   Sun Oct 29 07:59:17 2000 +0000

    Sort signal types arrays for greater stability and less random tmpl file
    
    Sun Oct 29 02:54:51 2000  Owen Taylor  <otaylor@redhat.com>
    
    	* gtkdoc-scangobj.in: Sort signal types arrays for
    	greater stability and less random tmpl file diffs.

 ChangeLog          |    5 +++++
 gtkdoc-scangobj.in |   11 +++++++++++
 2 files changed, 16 insertions(+), 0 deletions(-)

commit 17121fd21d620e8380fed854ed341bbf67ece010
Author: Owen Taylor <otaylor@redhat.com>
Date:   Sun Oct 29 07:06:12 2000 +0000

    Work properly with GSignal
    
    Sun Oct 29 01:02:35 2000  Owen Taylor  <otaylor@redhat.com>
    
    	* gtkdoc-scangobj.in: Work properly with GSignal

 ChangeLog          |    4 ++
 gtkdoc-scangobj.in |   78 +++++++++++++++++++++++----------------------------
 2 files changed, 39 insertions(+), 43 deletions(-)

commit 1876da6f82c4072769d6f11b033a9dbd6decff14
Author: Damon Chaplin <damon@helixcode.com>
Date:   Sat Oct 21 22:05:52 2000 +0000

    Released 0.4
    
    2000-10-21  Damon Chaplin  <damon@helixcode.com>
    
    	* Released 0.4
    
    2000-10-14  Damon Chaplin  <damon@helixcode.com>
    
    	* AUTHORS:
    	* MAINTAINERS: changed my email address.
    
    	* Makefile.am (dist-hook): remove the CVS dirs from the dist.
    
    	* doc/setting-up.txt: typo.

 AUTHORS            |    2 +-
 ChangeLog          |   13 +++++++++++++
 MAINTAINERS        |    2 +-
 Makefile.am        |    3 +++
 configure.in       |    2 +-
 doc/setting-up.txt |    2 +-
 6 files changed, 20 insertions(+), 4 deletions(-)

commit 6ce8595fdd5070646834a453acc4896f5941950a
Author: Havoc Pennington <hp@src.gnome.org>
Date:   Fri Oct 6 22:00:13 2000 +0000

    tiny fix to Owen's multiple scandir patch

 gtkdoc-mkdb.in |    2 +-
 gtkdoc-scan.in |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 1d2aca85586767369f9f98df24ce7083f9a9b1be
Author: 0 <otaylor@redhat.com>
Date:   Fri Oct 6 21:52:06 2000 +0000

    Allow multiple --source-dir options.
    
    Fri Oct  6 17:51:50 2000    <otaylor@redhat.com>
    
    	* gtkdoc-scan.in gtkdoc-mkdb.in: Allow multiple
    	--source-dir options.

 ChangeLog      |    5 +++++
 gtkdoc-mkdb.in |    8 ++++----
 gtkdoc-scan.in |    8 ++++----
 3 files changed, 13 insertions(+), 8 deletions(-)

commit 3dcb17cdd57851bca00f2bc740c4d8d72b40d7cf
Author: Owen Taylor <otaylor@redhat.com>
Date:   Thu Sep 7 16:30:45 2000 +0000

    Ignore all . files when scanning directories.
    
    Thu Sep  7 11:41:12 2000  Owen Taylor  <otaylor@redhat.com>
    
    	* gtkdoc-mkdb.in: Ignore all . files when scanning directories.
    
    	* gtkdoc-scan.in: Add support for GLIB_VAR, GDKVAR,
    	etc when looking for variable declarations.
    
    	* gtkdoc-scan.in: Recognize GET_CLASS macros.
    
    	* gtkdoc-scangobj.in: Support .lo intermediate files
    	with libtool.
    
    : ----------------------------------------------------------------------

 ChangeLog          |   12 ++++++++++++
 gtkdoc-mkdb.in     |    2 +-
 gtkdoc-scan.in     |   24 +++++++++++++-----------
 gtkdoc-scangobj.in |    9 ++++++++-
 4 files changed, 34 insertions(+), 13 deletions(-)

commit bed350a121a3483839a10b6f2169433e64c2ca18
Author: Owen Taylor <otaylor@redhat.com>
Date:   Wed Sep 6 22:10:02 2000 +0000

    Add gtkdoc-scangobj scanner for GObject type system.
    
    Wed Sep  6 17:57:33 2000  Owen Taylor  <otaylor@redhat.com>
    
    	* gtkdoc-scangobj.in: Add gtkdoc-scangobj scanner for
    	GObject type system.
    
    	* gtkdoc-scanobj.in: Allow setting $LD to allow separating
    	compilation and linking and thus to allow using libtool.
    
    	* gtkdoc-fixxref.in (ScanIndices): Allow HTMLDIR
    	not to be present yet.

 .cvsignore         |    1 +
 ChangeLog          |   11 +
 Makefile.am        |   13 +-
 configure.in       |    1 +
 gtkdoc-fixxref.in  |    3 +-
 gtkdoc-scangobj.in |  785 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 gtkdoc-scanobj.in  |    4 +-
 7 files changed, 808 insertions(+), 10 deletions(-)

commit 070db0dad1cc3139cf6ef9733f7cd9eb312197fe
Author: Owen Taylor <otaylor@redhat.com>
Date:   Wed Sep 6 04:30:09 2000 +0000

    Add a --extra-dir option to allow scanning of additional uninstalled HTML
    
    Tue Sep  5 23:37:53 2000  Owen Taylor  <otaylor@redhat.com>
    
    	* gtkdoc-fixxref.in: Add a --extra-dir option to
    	allow scanning of additional uninstalled HTML
    	directories.
    
    	* gtkdoc-scan.in (ScanHeaders): Honor subdirectories
    	appearing in --ignore-headers.
    
    	* gtkdoc-mkdb.in: Append -CAPS to all all-caps identifiers
    	to prevent an infinite expansion of special cases.
    
    	* gtkdoc-fixxref.in: Add a --module-dir option to
    	allow fixing references in an uninstalled tree.
    
    	* gtkdoc-mkdb.in gtkdoc-mkhtml.in: Simple handling
    	for macros with embedded commas in enumeration
    	declarations.

 ChangeLog         |   19 +++++++++++++++++++
 gtkdoc-fixxref.in |   13 ++++++++++---
 gtkdoc-mkdb.in    |   36 +++++++++++++-----------------------
 gtkdoc-mktmpl.in  |    6 ++++++
 gtkdoc-scan.in    |    1 +
 5 files changed, 49 insertions(+), 26 deletions(-)

commit 755bd4745775d063c4c6446f4da6815146d0cede
Author: Owen Taylor <otaylor@redhat.com>
Date:   Tue Sep 5 20:24:25 2000 +0000

    Remove check for AM_PATH_GTK since the dependency is only run-time not
    
    Mon Aug 28 18:18:53 2000  Owen Taylor  <otaylor@redhat.com>
    
    	* configure.in (DSSSL_DIR): Remove check for AM_PATH_GTK
    	since the dependency is only run-time not install-time,
    	and to avoid dependency loops.

 ChangeLog    |    6 ++++++
 configure.in |    7 -------
 2 files changed, 6 insertions(+), 7 deletions(-)

commit 057f46d3bf884b2ac064398dff50037e862b0816
Author: Damon Chaplin <damon@helixcode.com>
Date:   Wed Jun 21 05:02:34 2000 +0000

    fixed <INCLUDES> bug, I think.
    
    2000-06-21  Damon Chaplin  <damon@helixcode.com>
    
    	* gtkdoc-mkdb.in: fixed <INCLUDES> bug, I think.

 ChangeLog      |    4 ++++
 gtkdoc-mkdb.in |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

commit 0ee007a092c8b84c75b19dd35fe23d8c53d3b233
Author: Karl Eichwalder <ke@src.gnome.org>
Date:   Sun May 21 18:09:54 2000 +0000

    configure.in: Check for /usr/share/sgml/docbkdsl (used by SuSE).

 README       |    5 ++++-
 configure.in |    2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)

commit 11d92e479266f429c0faa9079b2da7ca80e4e0d2
Author: Owen Taylor <otaylor@redhat.com>
Date:   Tue Feb 15 06:50:19 2000 +0000

    Hack to avoid misidentifying structures
    
    Wed Feb  9 11:29:25 2000  Owen Taylor  <otaylor@redhat.com>
    
    	* gtkdoc-scan.in: Hack to avoid misidentifying structures

 ChangeLog      |    5 +++++
 gtkdoc-scan.in |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

commit a4077d9e30bedefba780e7cf28aadbfe1d682e6e
Author: Raja R Harinath <harinath@src.gnome.org>
Date:   Wed Dec 15 22:45:15 1999 +0000

    Remove spurious tab.

 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 659233c58e64e5fadb17473f8fd926f2b09396d4
Author: Raja R Harinath <harinath@src.gnome.org>
Date:   Wed Dec 15 22:43:33 1999 +0000

    Add missing close paranthesis.
    
    * gtk-doc.dsl.in ($generate-chapter-toc$): Add missing close
    paranthesis.

 ChangeLog      |    5 +++++
 gtk-doc.dsl.in |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

commit 74ee32455fd487af62a8c3e74296e58a9708e5de
Author: Raja R Harinath <harinath@cs.umn.edu>
Date:   Wed Nov 24 06:09:49 1999 +0000

    Use the (define (foo) ...) syntax rather than the uglier (define foo
    
    1999-11-23  Raja R Harinath  <harinath@cs.umn.edu>
    
    	* gtk-doc.dsl.in: Use the (define (foo) ...) syntax rather than
    	the uglier (define foo (lambda () ...)) syntax.
    	($generate-chapter-toc$): Simplify.
    	($shade-verbatim-attr$): Simplify.  Use ($table-width$) instead of
    	"100%" for width (See docs. of NWalsh Docbook DSSSL Stylesheets
    	for an explanation).

 ChangeLog      |    9 +++++++++
 gtk-doc.dsl.in |   40 ++++++++++++++--------------------------
 2 files changed, 23 insertions(+), 26 deletions(-)

commit c83d06353243ae98f99e52c4e524013e796178c1
Author: Damon Chaplin <damon@karuna.freeserve.co.uk>
Date:   Mon Sep 20 21:52:55 1999 +0000

    If a Chapter has role="no-toc" we don't generate a table of contents. This
    
    1999-09-20  Damon Chaplin  <damon@karuna.freeserve.co.uk>
    
            * gtk-doc.dsl.in: If a Chapter has role="no-toc" we don't generate a
            table of contents. This is useful if a better contents page has been
            added manually, e.g. for the GTK+ Widgets & Objects page. (But it is
            a bit of a hack.)
    
            * gtkdoc-scanobj.in: added --nogtkinit flag which will make it call
            gtk_type_init() rather than gtk_init(). This is useful when it is
            run automatically to update the docs by a cron job or similar and a
            connection to an X server is not desirable. However, if any widgets
            need a connection to X in their class init function then this can't
            be used (e.g. GtkFontSelection at present).

 ChangeLog         |   14 ++++++++++++++
 gtk-doc.dsl.in    |    9 +++++++--
 gtkdoc-scanobj.in |   16 ++++++++++++++--
 3 files changed, 35 insertions(+), 4 deletions(-)

commit 4e644fc43b61e0de96441e6eeb94c692fe354806
Author: Owen Taylor <otaylor@redhat.com>
Date:   Mon Sep 20 13:02:01 1999 +0000

    Fixed up the code to do /*< private >*/ ... stripping.
    
    Mon Sep 20 09:09:12 1999  Owen Taylor  <otaylor@redhat.com>
    
    	* gtkdoc-mkdb.in gtkdoc-mktmpl.in: (ParseStructDeclaration):
    	Fixed up the code to do /*< private >*/ ... stripping.

 ChangeLog        |    5 +++++
 gtkdoc-mkdb.in   |    8 ++++++--
 gtkdoc-mktmpl.in |    8 ++++++--
 3 files changed, 17 insertions(+), 4 deletions(-)

commit 128470c3013120265113ed3e5b1ca150b139ab3c
Author: Martin Baulig <martin@home-of-linux.org>
Date:   Fri Sep 10 09:34:44 1999 +0000

    Why did this return #f previously ? I think we always want to generate
    chapter toc's.
    
    1999-09-10  Martin Baulig  <martin@home-of-linux.org>
    
    	* gtkdoc.dsl.in ($generate-chapter-toc$): Return #t, not #f.

 ChangeLog      |    4 ++++
 gtk-doc.dsl.in |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

commit 460c2532df04a549d126317b11e920ac2eead120
Author: Martin Baulig <martin@home-of-linux.org>
Date:   Thu Sep 9 15:07:56 1999 +0000

    Don't force typedefs and other things to start in column 0; allow some
    
    1999-09-09  Martin Baulig  <martin@home-of-linux.org>
    
    	* gtkdoc-scan.in (ScanHeader): Don't force typedefs and other
    	things to start in column 0; allow some spaces in front of them.
    	Output `typedef struct { ... } name' structs as typedef, not as
    	structure.

 ChangeLog      |    7 +++++++
 gtkdoc-scan.in |   31 ++++++++++++++++++-------------
 2 files changed, 25 insertions(+), 13 deletions(-)

commit 29dbb23824194771c9778434388495d2458454a6
Author: Martin Baulig <martin@home-of-linux.org>
Date:   Wed Sep 8 11:29:57 1999 +0000

    `s/::/-/g;' for CORBA objects.
    
    1999-09-08  Martin Baulig  <martin@home-of-linux.org>
    
    	* gtkdoc-mkdb.in (CreateValidSGMLID): `s/::/-/g;' for CORBA objects.

 ChangeLog      |    4 ++++
 gtkdoc-mkdb.in |    1 +
 2 files changed, 5 insertions(+), 0 deletions(-)

commit b47e0d37fdb9b01c2253c1545d118c0a55fe9dd4
Author: Erik Walthinsen <erikwa@src.gnome.org>
Date:   Mon Aug 23 04:28:01 1999 +0000

    updated gtkdoc-scan so it doesn't limit itself to Gtk and Gnome object classes

 ChangeLog      |    7 +++++++
 gtkdoc-scan.in |   29 +++++++++--------------------
 2 files changed, 16 insertions(+), 20 deletions(-)

commit 797b24ece3db1ab877d110adca6210dd44b96081
Author: Damon Chaplin <damon@src.gnome.org>
Date:   Sun Aug 22 16:29:19 1999 +0000

    a few fixes to ParseStructDeclaration. It still has problems with nested
    
    
    	* gtkdoc-mktmpl.in:
    	* gtkdoc-mkdb.in: a few fixes to ParseStructDeclaration. It still
    	has problems with nested structs/unions like those which occur in
    	gtkclist.h and gtktypeutils.h.
    
    	* configure.in: removed gtk-doc.spec from AC_OUTPUT, as	whoever wrote
    	this forgot to add gtk-doc.spec.in to CVS.
    	* Makefile.am: commented out gtk-doc.spec.

 ChangeLog        |   11 +++++++++++
 Makefile.am      |    4 ++--
 configure.in     |    1 -
 gtkdoc-mkdb.in   |   10 +++++-----
 gtkdoc-mktmpl.in |   10 +++++-----
 5 files changed, 23 insertions(+), 13 deletions(-)

commit 064cdf81f14c78ab4d2900355db71c954ac06a1a
Author: Owen Taylor <otaylor@redhat.com>
Date:   Mon Aug 16 20:01:19 1999 +0000

    Propagate fix from gtkdoc-mkdb.in. :-(; need to libraryize, need to
    
    Wed Aug 18 03:55:30 1999  Owen Taylor  <otaylor@redhat.com>
    
    	* gtkdoc-mktmpl.in: Propagate fix from gtkdoc-mkdb.in.
    	:-(; need to libraryize, need to libraryize.

 ChangeLog        |    5 +++++
 gtkdoc-mktmpl.in |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

commit 752a2cfce28ebec04e3edd98e2a9bd949a175512
Author: Owen Taylor <otaylor@redhat.com>
Date:   Mon Aug 16 19:58:06 1999 +0000

    Fix bug that was preventing structure field definitions from being output.
    
    Wed Aug 18 03:55:30 1999  Owen Taylor  <otaylor@redhat.com>
    
    	* gtkdoc-mkdb.in: Fix bug that was preventing
    	structure field definitions from being output.

 ChangeLog      |   11 +++++++++++
 configure.in   |    2 +-
 gtkdoc-mkdb.in |    2 +-
 3 files changed, 13 insertions(+), 2 deletions(-)

commit 107de433f7bc32835ce7ed174af901a4fcfb3860
Author: Damon Chaplin <damon@karuna.freeserve.co.uk>
Date:   Sun Aug 15 18:27:37 1999 +0000

    Output $decl_out as the struct rather than the original $declaration.
    
    1999-08-15  Damon Chaplin  <damon@karuna.freeserve.co.uk>
    
    	* gtkdoc-mkdb.in: Output $decl_out as the struct rather than the
    	original $declaration.
    
    1999-08-12  Damon Chaplin  <damon@karuna.freeserve.co.uk>
    
    	* gtkdoc-mkdb.in:
    	* gtkdoc-mktmpl.in: Added special case in ParseEnumDeclaration to
    	handle GIOCondition which uses strange macros like this:
    	typedef enum
    	{
    	  G_IO_IN	GLIB_SYSDEF_POLLIN,
    	  ...
    	The GLIB_SYSDEF_POLLIN macro expands to something like '=1'
    
    1999-08-05  Damon Chaplin  <damon@karuna.freeserve.co.uk>
    
    	* gtk-doc.dsl.in: output <br clear=all> after sections and at end of
    	page so that right-aligned images aren't messed up quite as much.

 ChangeLog         |   21 +++++++++++++++++++++
 gtk-doc.dsl.in    |   14 +++++++++++++-
 gtkdoc-mkdb.in    |    7 ++++++-
 gtkdoc-mktmpl.in  |    5 +++++
 gtkdoc-scanobj.in |    2 +-
 5 files changed, 46 insertions(+), 3 deletions(-)

commit b7ef6243e5f5d5018bb3b47b0cc1eac2d6dbd605
Author: Elliot Lee <sopwith@src.gnome.org>
Date:   Mon Aug 2 04:33:34 1999 +0000

    Generate spec file.
    
    
    
    Generate spec file.
    
    Work with builddir != srcdir.

 Makefile.am  |    9 ++++++---
 configure.in |    1 +
 2 files changed, 7 insertions(+), 3 deletions(-)

commit 5e0b7c86a25d86cd0ae51388e63200a28586b7a9
Author: Owen Taylor <otaylor@redhat.com>
Date:   Mon Aug 2 03:09:11 1999 +0000

    Allow for bit fields.
    
    Wed Aug  4 04:04:55 1999  Owen Taylor  <otaylor@redhat.com>
    
    	* gtkdoc-mk{db,tmpl}.in (ParseStructDeclaration): Allow
    	for bit fields.
    
    	* gtkdoc-mktmpl.in (ReadObjectHierarchy): Remove
    	call to MakeXref that slipped in accidentally.

 ChangeLog        |    8 ++++++++
 gtkdoc-mkdb.in   |   10 +++++++---
 gtkdoc-mktmpl.in |    7 ++++---
 3 files changed, 19 insertions(+), 6 deletions(-)

commit d5e18ae485dd357351808c2c392a30f8e7d71432
Author: Owen Taylor <otaylor@redhat.com>
Date:   Mon Aug 2 02:29:11 1999 +0000

    Removed references to creating tables explicitely in favor of
    
    Wed Aug  4 03:30:19 1999  Owen Taylor  <otaylor@redhat.com>
    
    	* doc/style-guide.txt: Removed references to creating
    	tables explicitely in favor of demonstrating new
    	syntax. Added a short section on /<* public >*/
    	and /*< private *>/.
    
    Wed Aug  4 03:15:19 1999  Owen Taylor  <otaylor@redhat.com>
    
    	* gtkdoc-mktmpl.in gtkdoc-mkhtml.in: Handle Struct and
    	Enumerations in approximately the same way as we
    	handle parameters. That is, instead of (as before)
    	coding in the tables by hand, one uses lines like:
    
    	@width: the width of the rectangle in pixels.
    
    	To support migration from the older hand-coded
    	tables, if none of the members of a structure or
    	enumeration have a description in a @... line, then
    	we don't generate the table at all.
    
    	Also, gtkdoc-mktmpl now loads up the object heirarchy,
    	because we need to be able to check if structures
    	are widget structures.
    
    	In general, the coding here is pretty clean, though
    	the style is a little different. (I'm interating
    	through strings with m/.../msg; instead of
    	s/^...//; for one thing.) However, there are a some
    	of FIXME's where I've whimped out on try to handle
    	real C syntax, and the need to split out and librarize
    	a bunch of duplicated code is greater than ever.

 ChangeLog           |   33 ++++
 doc/style-guide.txt |   87 ++++++------
 gtkdoc-mkdb.in      |  415 ++++++++++++++++++++++++++++++++++++++++++---------
 gtkdoc-mktmpl.in    |  255 +++++++++++++++++++++++++++++++
 4 files changed, 672 insertions(+), 118 deletions(-)

commit 2a387063dbc05b38dcd689c2d6dabf1ec86cfbc9
Author: Elliot Lee <sopwith@src.gnome.org>
Date:   Tue Jun 15 17:20:46 1999 +0000

    Add maintainers list

 MAINTAINERS |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 44d8fdc539ac6bf7fa7eb7a1c233882d93614392
Author: Damon Chaplin <damon@karuna.freeserve.co.uk>
Date:   Sun Jun 6 23:20:36 1999 +0000

    updated version to 0.3.
    
    1999-06-06  Damon Chaplin  <damon@karuna.freeserve.co.uk>
    
    	* configure.in: updated version to 0.3.
    
    	* doc/style-guide.txt: A couple of minor changes.
    
    	* gtkdoc-mkdb.in: Get rid of a couple of messages.
    	Output an empty <para> if an Arg isn't documented, to keep Jade happy.

 ChangeLog           |    9 +++++++++
 configure.in        |    2 +-
 doc/authors.txt     |   20 +++++++++++++-------
 doc/style-guide.txt |   37 ++++++++++++++++++++++++++++++++++---
 gtkdoc-mkdb.in      |    7 ++++++-
 5 files changed, 63 insertions(+), 12 deletions(-)

commit 677739672599637dc39de2692ac48bd8c8ab17ab
Author: Damon Chaplin <damon@karuna.freeserve.co.uk>
Date:   Sun May 23 15:57:20 1999 +0000

    Renamed %shade-verbatim-attr-2% to $shade-verbatim-attr$ and removed our
    
    1999-05-22  Damon Chaplin  <damon@karuna.freeserve.co.uk>
    
    	* gtk-doc.dsl.in: Renamed %shade-verbatim-attr-2% to
    	$shade-verbatim-attr$ and removed our redefinition of
    	$verbatim-display$ since the stylesheets version now calls
    	$shade-verbatim-attr$ as a function which is just what we wanted.
    
    	* README: Updated info on stylesheet versions supported - 1.40 is
    	known to be OK (with this version of gtk-doc), 1.19+ may work.

 ChangeLog         |   10 ++++++++++
 README            |    2 +-
 gtk-doc.dsl.in    |   25 +++++--------------------
 gtkdoc-scanobj.in |    2 --
 4 files changed, 16 insertions(+), 23 deletions(-)

commit 48d26002bd215e4336c3321daa86bd9c210bb153
Author: Damon Chaplin <damon@src.gnome.org>
Date:   Wed Mar 31 22:44:06 1999 +0000

    a few updates for 0.2
    
    
    a few updates for 0.2

 ChangeLog           |   30 ++++++++++++++
 configure.in        |    2 +-
 doc/style-guide.txt |  105 +++++++++++++++++++++++++++++++++++++++++++++-----
 gtk-doc.dsl.in      |   16 +++++++-
 gtkdoc-mkdb.in      |   26 +++++++++++--
 gtkdoc-mkhtml.in    |    2 +-
 gtkdoc-mktmpl.in    |   16 ++++++-
 gtkdoc-scan.in      |    4 +-
 8 files changed, 177 insertions(+), 24 deletions(-)

commit f87ca72bef8ceaac1e2219fcb38175d51f8c177c
Author: Elliot Lee <sopwith@src.gnome.org>
Date:   Tue Mar 16 03:46:18 1999 +0000

    Fix builddir != srcdir.
    
    
    
    Fix builddir != srcdir.

 autogen.sh |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

commit 4d395a68a9e41cff6415954bb308cb24769e37b4
Author: Damon Chaplin <damon@karuna.freeserve.co.uk>
Date:   Thu Mar 11 21:41:38 1999 +0000

    added *.args
    
    1999-03-11  Damon Chaplin  <damon@karuna.freeserve.co.uk>
    
    	* examples/gnomeui/Makefile.am (clean-local):
    	* examples/gnome/Makefile.am (clean-local): added *.args
    
    	* gtkdoc-mkdb.in: added support for Args and variables. Also a few
    	minor changes in the output, e.g. don't show macros > 2 lines long.
    
    	* gtkdoc-mktmpl.in:
    	* gtkdoc-scanobj.in: added support for Args.
    
    	* gtkdoc-scan.in: added support for extern'ed variables. Also
    	accept 'extern' before function declarations.
    
    	* gtk-doc.dsl.in: made output prettier. Changed the navigation bars
    	and the colours used for the various backgrounds.
    
    	* doc/style-guide.txt: new file containinf a style guide for writing
    	the GTK+ documentation.
    
    	* doc/README: added description of style-guide.txt
    
    	* doc/setting-up.txt: fixed a typo
    
    	* README: added a bit about Args.

 ChangeLog                    |   26 ++++
 README                       |   15 +-
 doc/README                   |    5 +-
 doc/setting-up.txt           |    2 +-
 doc/style-guide.txt          |  115 ++++++++++++++++
 examples/gnome/Makefile.am   |    2 +-
 examples/gnomeui/Makefile.am |    2 +-
 gtk-doc.dsl.in               |  299 +++++++++++++++++++++++++++++++++++++++++-
 gtkdoc-mkdb.in               |  246 ++++++++++++++++++++++++++++++++--
 gtkdoc-mktmpl.in             |  123 +++++++++++++++++-
 gtkdoc-scan.in               |   56 ++++++--
 gtkdoc-scanobj.in            |   77 ++++++++++-
 12 files changed, 920 insertions(+), 48 deletions(-)

commit 8fab8b47df050846cbcf59bc9763c90ab4ba7cb1
Author: Damon Chaplin <damon@src.gnome.org>
Date:   Sat Feb 13 00:20:18 1999 +0000

    ""

 ChangeLog          |   10 ++++++++++
 Makefile.am        |    7 -------
 doc/setting-up.txt |    5 ++---
 3 files changed, 12 insertions(+), 10 deletions(-)

commit dec77af79acdd8399907753afff70f33d208ed0a
Author: Sebastian Wilhelmi <wilhelmi@ira.uka.de>
Date:   Wed Feb 3 14:22:03 1999 +0000

    find perl in $PATH, generate the perl programs from their *.in
    
    
    1999-02-03  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
    
    	* configure.in: find perl in $PATH, generate the perl programs
    	from their *.in counterparts.
    
    	* gtkdoc-fixxref, gtkdoc-mkdb, gtkdoc-mktmpl, gtkdoc-scan,
    	gtkdoc-scanobj: Renamed to *.in and changed /usr/bin/perl to
    	@PERL@, as determined by configure.
    
    	* .cvsignore: Added diverse config* stuff and the new generated
    	perl programs.

 .cvsignore        |   12 +
 ChangeLog         |   12 +
 configure.in      |   18 +-
 gtkdoc-fixxref    |  140 -----
 gtkdoc-fixxref.in |  140 +++++
 gtkdoc-mkdb       | 1767 -----------------------------------------------------
 gtkdoc-mkdb.in    | 1767 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 gtkdoc-mktmpl     |  948 ----------------------------
 gtkdoc-mktmpl.in  |  948 ++++++++++++++++++++++++++++
 gtkdoc-scan       |  491 ---------------
 gtkdoc-scan.in    |  491 +++++++++++++++
 gtkdoc-scanobj    |  709 ---------------------
 gtkdoc-scanobj.in |  709 +++++++++++++++++++++
 13 files changed, 4095 insertions(+), 4057 deletions(-)

commit 55bdfe04877d359ed67078435403747f43f59d47
Author: Damon Chaplin <damon@src.gnome.org>
Date:   Thu Jan 28 19:01:24 1999 +0000

    ""

 ChangeLog          |   11 +++++++++++
 doc/setting-up.txt |   26 ++++++++++++++++++++------
 gtk-doc.dsl.in     |   17 ++++++++++-------
 gtkdoc-mkdb        |    4 ++--
 4 files changed, 43 insertions(+), 15 deletions(-)

commit 572bbe6e8dd1fab886d158869f6a32c4e4a0d4c4
Author: Damon Chaplin <damon@src.gnome.org>
Date:   Wed Jan 27 18:33:16 1999 +0000

    ""

 ChangeLog             |   19 ++++++++++
 Makefile.am           |   15 ++++++++
 README                |   14 +++++++
 doc/README            |    3 ++
 doc/sections-file.txt |   17 +++++++--
 doc/setting-up.txt    |   95 +++++++++++++++++++++++++++++++++++++++++++++++++
 gtk-doc.dsl.in        |   10 +++++
 7 files changed, 169 insertions(+), 4 deletions(-)

commit 89f1ed0997c2b0a0b7139e2e7620409e927fc17f
Author: Damon Chaplin <damon@src.gnome.org>
Date:   Tue Jan 26 22:21:39 1999 +0000

    ""

 ChangeLog                             |   33 ++++
 examples/configure.in                 |    5 +
 examples/gnome/Makefile.am            |    4 +-
 examples/gnome/gnome-docs.sgml        |    8 +-
 examples/gnome/gnome-sections.txt     |  123 +++-------------
 examples/gnomeui/Makefile.am          |    6 +-
 examples/gnomeui/gnomeui-docs.sgml    |    8 +-
 examples/gnomeui/gnomeui-sections.txt |  258 ++++++++++++++++++++++++++++-----
 examples/gnomeui/gnomeui.types        |    1 -
 gtkdoc-mkdb                           |   46 ++++++-
 gtkdoc-mktmpl                         |    2 +-
 gtkdoc-scan                           |   20 ++--
 12 files changed, 349 insertions(+), 165 deletions(-)

commit d4f53a8bf94faab1d7b258424d1c9ad91302d0c7
Author: Damon Chaplin <damon@src.gnome.org>
Date:   Mon Jan 25 22:56:42 1999 +0000

    ""

 ChangeLog                             |   15 +++++++++++++++
 doc/sections-file.txt                 |    8 ++++++++
 examples/configure.in                 |    2 +-
 examples/gnome/gnome-sections.txt     |    3 +++
 examples/gnomeui/gnomeui-sections.txt |    3 +++
 gtkdoc-mkdb                           |   31 ++++++++++++++++++++++++++++---
 gtkdoc-mktmpl                         |    3 +++
 gtkdoc-scan                           |    8 ++++----
 8 files changed, 65 insertions(+), 8 deletions(-)

commit 028d54d580cf5fea7d890f673dc89277b8d8a0e3
Author: Damon Chaplin <damon@src.gnome.org>
Date:   Tue Jan 19 20:26:42 1999 +0000

    ""

 AUTHORS   |    2 +-
 ChangeLog |    7 +++++++
 README    |    4 ++--
 3 files changed, 10 insertions(+), 3 deletions(-)

commit ede6bc0324fe479346a4c50386a5908faa34f10e
Author: Jeff Garzik <jgarzik@src.gnome.org>
Date:   Sun Dec 20 07:41:17 1998 +0000

    s/gtkspell/gnome-spell/g

 ChangeLog                             |    7 +++++++
 examples/gnomeui/gnomeui-docs.sgml    |    4 ++--
 examples/gnomeui/gnomeui-sections.txt |   26 +++++++++++++-------------
 examples/gnomeui/gnomeui.types        |    2 +-
 4 files changed, 23 insertions(+), 16 deletions(-)

commit 85ce89c980120428675ba4e41676aadb8edf2000
Author: Damon Chaplin <damon@src.gnome.org>
Date:   Thu Dec 17 18:07:39 1998 +0000

    ""

 ChangeLog   |   11 +++++++++++
 gtkdoc-mkdb |   38 +++++++++++++++++++++++++++-----------
 2 files changed, 38 insertions(+), 11 deletions(-)

commit 00ef12263f7a1d02ed928dc248d47bd53a3c380f
Author: Damon Chaplin <damon@src.gnome.org>
Date:   Tue Dec 15 18:07:38 1998 +0000

    ""

 ChangeLog                             |    8 +
 Makefile.am                           |    8 +-
 README                                |  194 +++--
 autogen.sh                            |    4 +-
 configure.in                          |    2 +-
 doc/README                            |   17 +-
 doc/gnome.txt                         |   93 +--
 doc/sections-file.txt                 |   36 +
 examples/Makefile.am                  |    3 +
 examples/README                       |   22 +
 examples/configure.in                 |   21 +
 examples/gnome/Makefile.am            |   40 +
 examples/gnome/gnome-docs.sgml        |   58 ++
 examples/gnome/gnome-sections.txt     |  373 ++++++++
 examples/gnomeui/Makefile.am          |   44 +
 examples/gnomeui/gnomeui-docs.sgml    |  165 ++++
 examples/gnomeui/gnomeui-sections.txt | 1584 +++++++++++++++++++++++++++++++++
 examples/gnomeui/gnomeui.types        |   56 ++
 gtk-doc.dsl.in                        |   33 +-
 gtkdoc-fixxref                        |  140 +++
 gtkdoc-mkdb                           |  307 ++++++-
 gtkdoc-mkhtml.in                      |    2 +-
 gtkdoc-mkman.in                       |   24 +-
 gtkdoc-mktmpl                         |   28 +-
 gtkdoc-scan                           |  155 +++-
 25 files changed, 3146 insertions(+), 271 deletions(-)

commit 0cf4a37ce2a9a8f32b07ad5d64309cec91eac354
Author: Damon Chaplin <damon@src.gnome.org>
Date:   Sat Nov 28 21:57:39 1998 +0000

    ""

 ChangeLog      |   11 +
 gtkdoc-mkdb    | 1224 +++++++++++++++++++++++++++++++++-----------------------
 gtkdoc-mktmpl  |  941 ++++++++++++++++++++++++++++++++-----------
 gtkdoc-scan    |  297 ++++++++------
 gtkdoc-scanobj |   77 +++--
 5 files changed, 1680 insertions(+), 870 deletions(-)

commit 3ef69b6b3f79ab8486f11b6710aefd08b92a8f4c
Author: Owen Taylor <otaylor@redhat.com>
Date:   Tue Nov 24 21:33:43 1998 +0000

    Updated to describe the new generic scripts instead of the old ones
    
    Tue Nov 24 16:32:23 1998  Owen Taylor  <otaylor@redhat.com>
    
    	* README doc/authors.txt: Updated to describe the
    	new generic scripts instead of the old ones hard-coded
    	for GLIB and GTK+.

 ChangeLog       |    6 +++
 README          |  129 ++++++++++++++++++++++++++++++-------------------------
 doc/authors.txt |    7 +--
 3 files changed, 79 insertions(+), 63 deletions(-)

commit 77cc3e38732f042f3f3411435a522e9d373015c2
Author: Owen Taylor <otaylor@src.gnome.org>
Date:   Tue Nov 24 06:06:05 1998 +0000

    Added .cvsignore

 .cvsignore |    5 +++++
 ChangeLog  |    4 ++++
 2 files changed, 9 insertions(+), 0 deletions(-)

commit 2cc2316cce4fc717948765c062a0ae7165ffd665
Author: Owen Taylor <otaylor@redhat.com>
Date:   Tue Nov 24 06:03:52 1998 +0000

    Minor touchups so the newly imported stuff autogen's correctly.
    
    Tue Nov 24 01:03:47 1998  Owen Taylor  <otaylor@redhat.com>
    
    	* autogen.sh configure.in: Minor touchups so the newly
    	imported stuff autogen's correctly.

 ChangeLog    |    5 +++++
 autogen.sh   |    2 +-
 configure.in |    2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)

commit 14fbd75cefc372ef41bee41b5fb87177b8d45e08
Author: Owen Taylor <otaylor@src.gnome.org>
Date:   Tue Nov 24 06:00:34 1998 +0000

    Damon Chaplin's documentation-generation scripts for GTK+
    and accompanying data files. Initial import.

commit 3a430278dd3c28a07bf019c6354318747c49e6f0
Author: Owen Taylor <otaylor@src.gnome.org>
Date:   Tue Nov 24 06:00:34 1998 +0000

    Initial revision

 AUTHORS                  |    3 +
 Makefile.am              |   16 +
 README                   |  137 ++++
 acconfig.h               |   25 +
 autogen.sh               |   66 ++
 configure.in             |   52 ++
 db2man/README            |   14 +
 db2man/docbook-to-man    |  178 ++++
 db2man/docbook-to-man.ts | 2019 ++++++++++++++++++++++++++++++++++++++++++++++
 doc/README               |   26 +
 doc/authors.txt          |  174 ++++
 doc/gnome.txt            |   79 ++
 doc/gtk_button.txt       |  235 ++++++
 doc/manpage              |  170 ++++
 doc/manpage.man          |  140 ++++
 doc/notes.txt            |  180 ++++
 gtk-doc.cat              |    4 +
 gtk-doc.dsl.in           |  206 +++++
 gtk-doc.dtd              |   10 +
 gtkdoc-mkdb              | 1159 ++++++++++++++++++++++++++
 gtkdoc-mkhtml.in         |   19 +
 gtkdoc-mkman.in          |   27 +
 gtkdoc-mktmpl            |  466 +++++++++++
 gtkdoc-scan              |  381 +++++++++
 gtkdoc-scanobj           |  680 ++++++++++++++++
 25 files changed, 6466 insertions(+), 0 deletions(-)
