commit 6df129efd71930d14705341bed45b5610840b6e9
Author: Shaun McCance <shaunm@gnome.org>
Date:   Fri May 6 16:55:37 2011 -0400

    Makefile.am: Add xslt to SUBDIRS

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

commit 46faaef6868bd24830986c7022dd7de6255ee9a9
Author: Shaun McCance <shaunm@gnome.org>
Date:   Fri May 6 16:54:03 2011 -0400

    Cleanup of gnome-doc-utils stuff

 tools/gnome-doc-prepare.in  |  350 ----------------------
 tools/gnome-doc-tool.in     |  687 -------------------------------------------
 tools/gnome-doc-utils.m4    |   56 ----
 tools/gnome-doc-utils.make  |  655 -----------------------------------------
 tools/gnome-doc-utils.pc.in |   18 --
 yelp-tools.doap             |    7 -
 6 files changed, 0 insertions(+), 1773 deletions(-)

commit 2500b4961404af55bd3a0eb22e6652c65ce55eb7
Author: Shaun McCance <shaunm@gnome.org>
Date:   Fri May 6 12:31:35 2011 -0400

    yelp-check: Cache built RNG for performance

 tools/yelp-check.in |   49 ++++++++++++++++++++++++++++++++++++++++++++-----
 1 files changed, 44 insertions(+), 5 deletions(-)

commit ad40d353782b022398e8fad31b494f6a4daad808
Author: Shaun McCance <shaunm@gnome.org>
Date:   Thu May 5 20:01:24 2011 -0400

    mal-rng.xsl: Exclude non-combine start from non-first

 xslt/mal-rng.xsl |   23 +++++++++++++++++++++++
 1 files changed, 23 insertions(+), 0 deletions(-)

commit 49ebec275f14f7ad81dcbcc9429b65bbfce00e06
Author: Shaun McCance <shaunm@gnome.org>
Date:   Thu May 5 19:22:11 2011 -0400

    yelp-check: Whitespace cleanup

 tools/yelp-check.in |  102 +++++++++++++++++++++++++-------------------------
 1 files changed, 51 insertions(+), 51 deletions(-)

commit e0cfce7a132cb386ab22e4af9c6179d50bbfcc0a
Author: Shaun McCance <shaunm@gnome.org>
Date:   Thu May 5 19:21:24 2011 -0400

    mal-rng.xsl: Better namespace-munging

 xslt/mal-rng.xsl |   46 ++++++++++++++++++++++++++++++++++++++--------
 1 files changed, 38 insertions(+), 8 deletions(-)

commit f3186357dec921b10df12548ab2c523a6eb99367
Author: Shaun McCance <shaunm@gnome.org>
Date:   Thu May 5 13:13:26 2011 -0400

    yelp-check: DTD validation on DocBook

 tools/yelp-check.in |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

commit 0a9597e318f419b0bfc6acc03bdfdb7312647b57
Author: Shaun McCance <shaunm@gnome.org>
Date:   Thu May 5 12:29:32 2011 -0400

    yelp-check: Don't exit shell from validate_page

 tools/yelp-check.in |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

commit 9a5acedbbef039f3b15c7a06b225dde46c47cb40
Author: Shaun McCance <shaunm@gnome.org>
Date:   Thu May 5 12:16:58 2011 -0400

    yelp-check: Exit status for links and orphans

 tools/yelp-check.in |   16 ++++++++++++++--
 1 files changed, 14 insertions(+), 2 deletions(-)

commit 2807cedae09c2540194a7ded6a2726199e2ecaca
Author: Shaun McCance <shaunm@gnome.org>
Date:   Thu May 5 12:03:20 2011 -0400

    yelp-check: Adding validate subcommand for Mallard

 configure.ac        |   10 +++++
 tools/yelp-check.in |   44 ++++++++++++++++++++++++
 tools/yelp-new.in   |    2 +-
 xslt/Makefile.am    |    6 +++
 xslt/mal-rng.xsl    |   94 +++++++++++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 155 insertions(+), 1 deletions(-)

commit 17a7985b7c05a82e379caac319cef7a9f298f180
Author: Shaun McCance <shaunm@gnome.org>
Date:   Sun May 1 21:01:33 2011 -0400

    yelp.m4: Basic check target, well-formedness test only

 tools/yelp.m4 |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

commit b05d0f51e7f0981db5f1b1994f9b22397059bd54
Author: Shaun McCance <shaunm@gnome.org>
Date:   Sun May 1 20:53:10 2011 -0400

    yelp.m4: Symlink media if missing in translations

 tools/yelp.m4 |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

commit fdac61ce0e48c21b9633f0eeb96cb5cc5213542e
Author: Shaun McCance <shaunm@gnome.org>
Date:   Sat Apr 30 12:49:16 2011 -0400

    tools: Improvements to --help output

 tools/yelp-build.in |    3 +++
 tools/yelp-check.in |   36 +++++++++++++++++++++++++++++++++---
 2 files changed, 36 insertions(+), 3 deletions(-)

commit a942850ac0f5fdd6c929acf193382cbbaad82b73
Author: Shaun McCance <shaunm@gnome.org>
Date:   Fri Apr 29 20:47:01 2011 -0400

    yelp.m4: Added 'make repo' rule to rebuild po files

 tools/yelp.m4 |   14 +++++++++++---
 1 files changed, 11 insertions(+), 3 deletions(-)

commit 42a751a41acd00e86bb5bdd4af45ca902f9dd56f
Author: Shaun McCance <shaunm@gnome.org>
Date:   Fri Apr 29 15:24:04 2011 -0400

    yelp.m4: Use itstool, better AM_V, other tweaks

 tools/yelp.m4 |   32 +++++++++++++++++---------------
 1 files changed, 17 insertions(+), 15 deletions(-)

commit 0071e84343e537f4dee101a92557f00a733df46d
Author: Shaun McCance <shaunm@gnome.org>
Date:   Fri Apr 29 13:20:39 2011 -0400

    Updated configure.ac and Makefile.am for recent file removals

 Makefile.am  |    2 +-
 configure.ac |    5 -----
 2 files changed, 1 insertions(+), 6 deletions(-)

commit 3dfe77422dd6d83a4cf3b094297ab6560f70ee37
Author: Shaun McCance <shaunm@gnome.org>
Date:   Fri Apr 29 12:15:18 2011 -0400

    Cleaned up old, unused files

 .gitignore                                         |    6 +-
 data/Makefile.am                                   |    1 -
 data/icons/Makefile.am                             |    1 -
 data/icons/hicolor/24x24/admon-bug.png             |  Bin 1317 -> 0 bytes
 data/icons/hicolor/24x24/admon-caution.png         |  Bin 1149 -> 0 bytes
 data/icons/hicolor/24x24/admon-important.png       |  Bin 1017 -> 0 bytes
 data/icons/hicolor/24x24/admon-note.png            |  Bin 779 -> 0 bytes
 data/icons/hicolor/24x24/admon-tip.png             |  Bin 1128 -> 0 bytes
 data/icons/hicolor/24x24/admon-warning.png         |  Bin 1149 -> 0 bytes
 data/icons/hicolor/48x48/Makefile.am               |    1 -
 data/icons/hicolor/48x48/status/Makefile.am        |   10 -
 data/icons/hicolor/48x48/status/admon-bug.png      |  Bin 2952 -> 0 bytes
 data/icons/hicolor/48x48/status/admon-caution.png  |  Bin 2959 -> 0 bytes
 .../icons/hicolor/48x48/status/admon-important.png |  Bin 2454 -> 0 bytes
 data/icons/hicolor/48x48/status/admon-note.png     |  Bin 1733 -> 0 bytes
 data/icons/hicolor/48x48/status/admon-tip.png      |  Bin 2491 -> 0 bytes
 data/icons/hicolor/48x48/status/admon-warning.png  |  Bin 2959 -> 0 bytes
 data/icons/hicolor/Makefile.am                     |    1 -
 data/icons/hicolor/scalable/Makefile.am            |    1 -
 data/icons/hicolor/scalable/status/Makefile.am     |   10 -
 .../hicolor/scalable/status/admon-bug-shadow.svg   |  297 ----
 data/icons/hicolor/scalable/status/admon-bug.svg   |  285 ----
 .../scalable/status/admon-caution-shadow.svg       |  197 ---
 .../hicolor/scalable/status/admon-caution.svg      |  187 ---
 .../scalable/status/admon-important-shadow.svg     | 1172 --------------
 .../hicolor/scalable/status/admon-important.svg    | 1157 -------------
 .../hicolor/scalable/status/admon-note-shadow.svg  |  927 -----------
 data/icons/hicolor/scalable/status/admon-note.svg  |  958 -----------
 .../hicolor/scalable/status/admon-tip-shadow.svg   |  188 ---
 data/icons/hicolor/scalable/status/admon-tip.svg   |  178 --
 .../scalable/status/admon-warning-shadow.svg       |  197 ---
 .../hicolor/scalable/status/admon-warning.svg      |  187 ---
 data/templates/Makefile.am                         |    7 -
 data/templates/gnome-app-template.xml              |  861 ----------
 data/templates/gnome-applet-template.xml           |  525 ------
 data/templates/legal.xml                           |   73 -
 data/watermarks/Makefile.am                        |   14 -
 data/watermarks/watermark-blockquote-00AB.png      |  Bin 992 -> 0 bytes
 data/watermarks/watermark-blockquote-00BB.png      |  Bin 1027 -> 0 bytes
 data/watermarks/watermark-blockquote-201C.png      |  Bin 1102 -> 0 bytes
 data/watermarks/watermark-blockquote-201D.png      |  Bin 1093 -> 0 bytes
 data/watermarks/watermark-blockquote-201E.png      |  Bin 1106 -> 0 bytes
 data/watermarks/watermark-blockquote.xcf           |  Bin 13622 -> 0 bytes
 data/watermarks/watermark-code-python.png          |  Bin 12188 -> 0 bytes
 data/watermarks/watermark-code-python.svg          |  100 --
 data/watermarks/watermark-code.png                 |  Bin 19526 -> 0 bytes
 doc/Makefile.am                                    |    1 -
 doc/gnome-doc-make/.gitignore                      |    2 -
 doc/gnome-doc-make/C/gnome-doc-make.xml            |  597 -------
 doc/gnome-doc-make/C/legal.xml                     |   63 -
 doc/gnome-doc-make/Makefile.am                     |   13 -
 doc/gnome-doc-make/de/.gitignore                   |    2 -
 doc/gnome-doc-make/de/de.po                        | 1052 ------------
 doc/gnome-doc-make/gnome-doc-make.awk              |   83 -
 doc/gnome-doc-make/gnome-doc-make.omf.in           |   10 -
 rng/Makefile.am                                    |    1 -
 rng/mallard/Makefile.am                            |    4 -
 rng/mallard/mal2rnc.xsl                            |   31 -
 rng/mallard/mallard.rnc                            |  571 -------
 rng/mallard/mallard.rng                            | 1599 ------------------
 rng/mallard/rnc2rng.awk                            |  425 -----
 xml2po/.gitignore                                  |    6 -
 xml2po/AUTHORS                                     |    1 -
 xml2po/COPYING                                     |  340 ----
 xml2po/ChangeLog                                   |  800 ---------
 xml2po/Makefile.am                                 |   24 -
 xml2po/NEWS                                        |  105 --
 xml2po/README.in                                   |  154 --
 xml2po/TODO                                        |  109 --
 xml2po/examples/Makefile.am                        |    2 -
 xml2po/examples/one.po                             |  303 ----
 xml2po/examples/one.xml                            |  279 ----
 xml2po/examples/two.po                             |  143 --
 xml2po/examples/two.xml                            |  102 --
 xml2po/tests/ChangeLog                             |   67 -
 xml2po/tests/README                                |   30 -
 xml2po/tests/adjacent-ents.po                      |   28 -
 xml2po/tests/adjacent-ents.pot                     |   28 -
 xml2po/tests/adjacent-ents.xml                     |   11 -
 xml2po/tests/adjacent-ents.xml.out                 |   11 -
 xml2po/tests/attribute-entities.po                 |   23 -
 xml2po/tests/attribute-entities.pot                |   24 -
 xml2po/tests/attribute-entities.xml                |    3 -
 xml2po/tests/attribute-entities.xml.out            |    4 -
 xml2po/tests/deep-finals.po                        |   24 -
 xml2po/tests/deep-finals.pot                       |   24 -
 xml2po/tests/deep-finals.xml                       |    3 -
 xml2po/tests/deep-finals.xml.out                   |    4 -
 xml2po/tests/deep-nonfinals.po                     |   69 -
 xml2po/tests/deep-nonfinals.pot                    |   60 -
 xml2po/tests/deep-nonfinals.xml                    |   47 -
 xml2po/tests/deep-nonfinals.xml.out                |   40 -
 xml2po/tests/docbook.po                            |  152 --
 xml2po/tests/docbook.pot                           |   74 -
 xml2po/tests/docbook.xml                           |  111 --
 xml2po/tests/docbook.xml.out                       |   51 -
 xml2po/tests/footnotes.po                          |   36 -
 xml2po/tests/footnotes.pot                         |   36 -
 xml2po/tests/footnotes.xml                         |   23 -
 xml2po/tests/footnotes.xml.out                     |   14 -
 xml2po/tests/keepents.po                           |   20 -
 xml2po/tests/keepents.pot                          |   20 -
 xml2po/tests/keepents.xml                          |    7 -
 xml2po/tests/keepents.xml.out                      |    7 -
 xml2po/tests/mallard.po                            |  270 ----
 xml2po/tests/mallard.pot                           |  270 ----
 xml2po/tests/mallard.xml                           |  142 --
 xml2po/tests/mallard.xml.out                       |  137 --
 xml2po/tests/relnotes/XMLFILES                     |   15 -
 xml2po/tests/relnotes/el.po                        | 1702 --------------------
 xml2po/tests/relnotes/el/release-notes.xml         |  108 --
 xml2po/tests/relnotes/el/rnapplets.xml             |  142 --
 xml2po/tests/relnotes/el/rnapplications.xml        |  124 --
 xml2po/tests/relnotes/el/rncontrolcenter.xml       |   27 -
 xml2po/tests/relnotes/el/rndesktop.xml             |   53 -
 xml2po/tests/relnotes/el/rndocs.xml                |   14 -
 xml2po/tests/relnotes/el/rngames.xml               |   47 -
 xml2po/tests/relnotes/el/rni18n.xml                |   57 -
 xml2po/tests/relnotes/el/rninstallation.xml        |   15 -
 xml2po/tests/relnotes/el/rnplatform.xml            |   14 -
 xml2po/tests/relnotes/el/rnstandards.xml           |   11 -
 xml2po/tests/relnotes/el/rnsysadmin.xml            |   62 -
 xml2po/tests/relnotes/el/rnthemes.xml              |    2 -
 xml2po/tests/relnotes/el/rntoc.xml                 |   37 -
 xml2po/tests/relnotes/el/rnutilities.xml           |   83 -
 xml2po/tests/relnotes/release-notes.pot            | 1031 ------------
 xml2po/tests/relnotes/release-notes.xml            |  183 ---
 xml2po/tests/relnotes/rnapplets.xml                |  190 ---
 xml2po/tests/relnotes/rnapplications.xml           |  144 --
 xml2po/tests/relnotes/rncontrolcenter.xml          |   30 -
 xml2po/tests/relnotes/rndesktop.xml                |   62 -
 xml2po/tests/relnotes/rndocs.xml                   |   29 -
 xml2po/tests/relnotes/rngames.xml                  |   48 -
 xml2po/tests/relnotes/rni18n.xml                   |   87 -
 xml2po/tests/relnotes/rninstallation.xml           |   17 -
 xml2po/tests/relnotes/rnplatform.xml               |   20 -
 xml2po/tests/relnotes/rnstandards.xml              |   35 -
 xml2po/tests/relnotes/rnsysadmin.xml               |   73 -
 xml2po/tests/relnotes/rnthanks.xml                 |  102 --
 xml2po/tests/relnotes/rnthemes.xml                 |   15 -
 xml2po/tests/relnotes/rntoc.xml                    |   39 -
 xml2po/tests/relnotes/rnutilities.xml              |   88 -
 xml2po/tests/relnotes/rnwhy.xml                    |  137 --
 xml2po/tests/relnotes/test.sh                      |    7 -
 xml2po/tests/reuse/reuse.po                        |  149 --
 xml2po/tests/reuse/reuse.pot                       |   74 -
 xml2po/tests/reuse/reuse.xml                       |  111 --
 xml2po/tests/reuse/reuse.xml.out                   |   51 -
 xml2po/tests/test.py                               |   50 -
 xml2po/tests/ubuntu-mode.po                        |   85 -
 xml2po/tests/ubuntu-mode.pot                       |   60 -
 xml2po/tests/ubuntu-mode.xml                       |   38 -
 xml2po/tests/ubuntu-mode.xml.out                   |   35 -
 xml2po/tests/utf8-original.po                      |   25 -
 xml2po/tests/utf8-original.pot                     |   24 -
 xml2po/tests/utf8-original.xml                     |    7 -
 xml2po/tests/utf8-original.xml.out                 |    7 -
 xml2po/tests/xhtml.po                              |   32 -
 xml2po/tests/xhtml.pot                             |   32 -
 xml2po/tests/xhtml.xml                             |   14 -
 xml2po/tests/xhtml.xml.out                         |   14 -
 xml2po/xml2po.1.xml                                |  311 ----
 xml2po/xml2po.pc.in                                |    9 -
 xml2po/xml2po/.gitignore                           |    1 -
 xml2po/xml2po/Makefile.am                          |   18 -
 xml2po/xml2po/__init__.py                          |  686 --------
 xml2po/xml2po/modes/Makefile.am                    |    3 -
 xml2po/xml2po/modes/basic.py                       |   80 -
 xml2po/xml2po/modes/docbook.py                     |  207 ---
 xml2po/xml2po/modes/gs.py                          |   73 -
 xml2po/xml2po/modes/mallard.py                     |  134 --
 xml2po/xml2po/modes/ubuntu.py                      |   22 -
 xml2po/xml2po/modes/xhtml.py                       |   38 -
 xml2po/xml2po/xml2po.py.in                         |  193 ---
 174 files changed, 3 insertions(+), 23663 deletions(-)

commit 45b969adea43ea5649841319de86c991ccc829d6
Author: Shaun McCance <shaunm@gnome.org>
Date:   Wed Apr 20 12:08:49 2011 -0400

    yelp-new: Fixed bashism and added bzr integration

 tools/yelp-new.in |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

commit 2c9a85188272690422e08c0e266a92e9d4d00a1b
Author: Shaun McCance <shaunm@gnome.org>
Date:   Wed Apr 20 11:45:03 2011 -0400

    yelp-check: Patch from Jim to put links in help output

 tools/yelp-check.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 593fd3fab62fbc035e9ce5194ccbd1cfaa6332e8
Author: Shaun McCance <shaunm@gnome.org>
Date:   Wed Apr 13 17:13:58 2011 -0400

    yelp-check: Added Mallard xref link checker

 tools/yelp-check.in |   84 ++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 83 insertions(+), 1 deletions(-)

commit 209ed13c354b7e32a33e1e6a91932006c38af9fc
Author: Shaun McCance <shaunm@gnome.org>
Date:   Tue Apr 12 09:54:05 2011 -0400

    yelp-build: Allow an existing cache file for Mallard->HTML

 tools/yelp-build.in |   19 ++++++++++++++++---
 1 files changed, 16 insertions(+), 3 deletions(-)

commit 49b0e0791a0cb2201c02cf2e6c53ad4201436513
Author: Shaun McCance <shaunm@gnome.org>
Date:   Tue Apr 12 09:27:12 2011 -0400

    yelp-build: XInclude on the cache

 tools/yelp-build.in |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 8e973fbd6b41c6454e6ac4344f275193eab608d0
Author: Shaun McCance <shaunm@gnome.org>
Date:   Sun Mar 20 16:27:16 2011 -0400

    yelp-check: Use yelp-build cache instead of built-in cache

 tools/yelp-build.in |    2 +-
 tools/yelp-check.in |   73 +--------------------------------------------------
 2 files changed, 2 insertions(+), 73 deletions(-)

commit 582850944326903242e554f81e7b99a1d8064411
Author: Shaun McCance <shaunm@gnome.org>
Date:   Sun Mar 20 16:08:01 2011 -0400

    tools/yelp-check: Adding 'yelp-check orphans'

 .gitignore          |    1 +
 configure.ac        |    4 +
 tools/Makefile.am   |    4 +-
 tools/yelp-check.in |  182 +++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 189 insertions(+), 2 deletions(-)

commit 85d0b796aec97a4d84cb8cc82869839cadf0109b
Author: Shaun McCance <shaunm@gnome.org>
Date:   Wed Feb 2 09:33:05 2011 -0500

    tools/yelp-build.in: Added -x for XSLT customizations

 tools/yelp-build.in |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

commit 319f5e3580363d0b6f6dc389b40172f52b31bc10
Author: Shaun McCance <shaunm@gnome.org>
Date:   Sun Jan 16 18:31:54 2011 -0500

    configure.ac: Check for xmllint and xsltproc by binaries
    
    Use pkg-config often means you need to installed devel packages
    containing headers and such. But the binaries are often in the
    base packages. No need to require devel.

 configure.ac |   18 ++++++++++++++++--
 1 files changed, 16 insertions(+), 2 deletions(-)

commit 2bb43191bddb90bd8fe4e23cad82a6dfe98b7368
Author: Shaun McCance <shaunm@gnome.org>
Date:   Wed Jan 5 10:20:47 2011 -0500

    [yelp-build] Always copy jquery.syntax.js
    
    Whether there are code blocks or not, it's reference from the
    script tag in the head. Not having it leads to JS warnings.

 tools/yelp-build.in |   12 ++----------
 1 files changed, 2 insertions(+), 10 deletions(-)

commit 3a5bc604283230f9b94c8f9ed582fef3dc02b4ae
Author: Shaun McCance <shaunm@gnome.org>
Date:   Sun Jan 2 21:00:49 2011 -0500

    [yelp-build] Implemented Mallard->HTML

 configure.ac        |    6 ++
 tools/yelp-build.in |  139 +++++++++++++++++++++++++++++++++++++++++++++++++--
 2 files changed, 141 insertions(+), 4 deletions(-)

commit 734da10c85885fe9c56f654853b509761ced6a3f
Author: Shaun McCance <shaunm@gnome.org>
Date:   Sun Jan 2 19:07:34 2011 -0500

    [yelp-build.in] Copy media, icons, and JS for DocBook->HTML

 configure.ac        |    6 ++
 tools/yelp-build.in |  151 +++++++++++++++++++++++++++++++++++++++++++++++++--
 2 files changed, 153 insertions(+), 4 deletions(-)

commit d7c601bdabebe2c1ab1d95ea9872022d1e702ef0
Author: Shaun McCance <shaunm@gnome.org>
Date:   Thu Dec 23 21:31:11 2010 -0500

    [yelp-build] Adding basic db2html

 configure.ac        |    6 ++
 tools/yelp-build.in |  150 ++++++++++++++++++++++++++++++++++++++++++++++++---
 2 files changed, 148 insertions(+), 8 deletions(-)

commit 392626dc711dc0d885f1a909ebd224b7487d9f8a
Author: Shaun McCance <shaunm@gnome.org>
Date:   Wed Dec 22 17:09:04 2010 -0500

    [tools/yelp-build.in] Adding yelp-build, just "cache" for now

 .gitignore          |    2 +
 configure.ac        |    2 +-
 tools/Makefile.am   |    4 +-
 tools/yelp-build.in |   78 +++++++++++++++++++++++++++++++++++++++++++++++++++
 tools/yelp-cache.in |   36 -----------------------
 5 files changed, 83 insertions(+), 39 deletions(-)

commit 5d45f3b1e46707a168cafbe9e6c663bc291fcc65
Author: Shaun McCance <shaunm@gnome.org>
Date:   Tue Dec 14 14:40:58 2010 -0500

    [templates/task.page] Added revision and comment, new @DATE@ substitution

 templates/task.page |    8 ++++++++
 tools/yelp-new.in   |    1 +
 2 files changed, 9 insertions(+), 0 deletions(-)

commit d0268c18a42c06f4783edf00d08cdfe84aa5b5a8
Author: Shaun McCance <shaunm@gnome.org>
Date:   Tue Dec 14 10:02:57 2010 -0500

    [tools/yelp-new] Added --stub and --tmpl

 tools/yelp-new.in |   44 ++++++++++++++++++++++++++++++++++++--------
 1 files changed, 36 insertions(+), 8 deletions(-)

commit c43879c460edbfc188d1490436ac671b2a86f963
Author: Shaun McCance <shaunm@gnome.org>
Date:   Tue Dec 14 09:52:28 2010 -0500

    [tools/yelp-new] Local templates & use .docbook extension

 tools/yelp-new.in |   32 ++++++++++++++++++++++++++------
 1 files changed, 26 insertions(+), 6 deletions(-)

commit 3440fc7bf71c14d67e9d4c461b40ddfc0cd63d10
Author: Shaun McCance <shaunm@gnome.org>
Date:   Mon Dec 13 11:58:57 2010 -0500

    [templates/task.page] Added @style="task"

 templates/task.page |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 0817083db1278084bbe9dd2b3852ac7834a8e37a
Author: Shaun McCance <shaunm@gnome.org>
Date:   Mon Dec 13 11:21:54 2010 -0500

    [tools/yelp-new.in] Adding yelp-new, create pages from templates

 Makefile.am           |    2 +-
 configure.ac          |   11 ++++++
 templates/Makefile.am |    4 ++
 templates/task.page   |   25 +++++++++++++++
 tools/Makefile.am     |    4 +-
 tools/yelp-new.in     |   83 +++++++++++++++++++++++++++++++++++++++++++++++++
 6 files changed, 126 insertions(+), 3 deletions(-)

commit 392694e333d52909c75ec519c73103e59d935e33
Author: Shaun McCance <shaunm@gnome.org>
Date:   Thu Jul 8 09:22:11 2010 -0400

    [tools/yelp-cache.in] Adding yelp-cache to generate Mallard cache files

 configure.ac        |    7 +++++++
 tools/Makefile.am   |    2 ++
 tools/yelp-cache.in |   36 ++++++++++++++++++++++++++++++++++++
 3 files changed, 45 insertions(+), 0 deletions(-)

commit f4c24db29a50930992fdce6b0153cff28e9d2b35
Author: Shaun McCance <shaunm@gnome.org>
Date:   Sun Jun 13 15:48:13 2010 -0500

    Removing g-d-u files that aren't used in yelp-tools

 ChangeLog                                      | 4209 ----------
 Makefile.am                                    |   16 +-
 bootstrap.make                                 |   12 -
 doc/mallard/C/Makefile.am                      |   72 -
 doc/mallard/C/TODO                             |   21 -
 doc/mallard/C/details.page                     |   34 -
 doc/mallard/C/docbook.page                     | 1291 ---
 doc/mallard/C/explore.page                     |   27 -
 doc/mallard/C/figures/Makefile.am              |    1 -
 doc/mallard/C/figures/mallard.png              |  Bin 725 -> 0 bytes
 doc/mallard/C/i18n.page                        |   19 -
 doc/mallard/C/index.page                       |   30 -
 doc/mallard/C/its.page                         |  356 -
 doc/mallard/C/l10n.page                        |   19 -
 doc/mallard/C/legal.xml                        |    9 -
 doc/mallard/C/links.page                       |   40 -
 doc/mallard/C/mal_TODO.page                    |   13 -
 doc/mallard/C/mal_attr_link.page               |   36 -
 doc/mallard/C/mal_block.page                   |  182 -
 doc/mallard/C/mal_block_cite.page              |   66 -
 doc/mallard/C/mal_block_code.page              |  139 -
 doc/mallard/C/mal_block_comment.page           |  176 -
 doc/mallard/C/mal_block_desc.page              |  132 -
 doc/mallard/C/mal_block_example.page           |  131 -
 doc/mallard/C/mal_block_figure.page            |  112 -
 doc/mallard/C/mal_block_list.page              |  205 -
 doc/mallard/C/mal_block_listing.page           |  124 -
 doc/mallard/C/mal_block_media.page             |  154 -
 doc/mallard/C/mal_block_note.page              |  230 -
 doc/mallard/C/mal_block_p.page                 |  103 -
 doc/mallard/C/mal_block_quote.page             |  153 -
 doc/mallard/C/mal_block_screen.page            |  182 -
 doc/mallard/C/mal_block_steps.page             |  192 -
 doc/mallard/C/mal_block_subtitle.page          |   17 -
 doc/mallard/C/mal_block_synopsis.page          |  133 -
 doc/mallard/C/mal_block_terms.page             |  184 -
 doc/mallard/C/mal_block_title.page             |   17 -
 doc/mallard/C/mal_block_tree.page              |  187 -
 doc/mallard/C/mal_external.page                |   83 -
 doc/mallard/C/mal_info.page                    |   58 -
 doc/mallard/C/mal_info_credit.page             |  147 -
 doc/mallard/C/mal_info_desc.page               |   70 -
 doc/mallard/C/mal_info_email.page              |   75 -
 doc/mallard/C/mal_info_license.page            |   90 -
 doc/mallard/C/mal_info_link.page               |   21 -
 doc/mallard/C/mal_info_name.page               |   79 -
 doc/mallard/C/mal_info_revision.page           |  152 -
 doc/mallard/C/mal_info_title.page              |  137 -
 doc/mallard/C/mal_info_years.page              |   74 -
 doc/mallard/C/mal_inline.page                  |   97 -
 doc/mallard/C/mal_inline_app.page              |  129 -
 doc/mallard/C/mal_inline_cmd.page              |  176 -
 doc/mallard/C/mal_inline_code.page             |  168 -
 doc/mallard/C/mal_inline_em.page               |  121 -
 doc/mallard/C/mal_inline_file.page             |   86 -
 doc/mallard/C/mal_inline_gui.page              |  174 -
 doc/mallard/C/mal_inline_guiseq.page           |  114 -
 doc/mallard/C/mal_inline_input.page            |  123 -
 doc/mallard/C/mal_inline_key.page              |  143 -
 doc/mallard/C/mal_inline_keyseq.page           |  169 -
 doc/mallard/C/mal_inline_link.page             |  203 -
 doc/mallard/C/mal_inline_media.page            |  152 -
 doc/mallard/C/mal_inline_output.page           |  170 -
 doc/mallard/C/mal_inline_span.page             |  107 -
 doc/mallard/C/mal_inline_sys.page              |  107 -
 doc/mallard/C/mal_inline_var.page              |   95 -
 doc/mallard/C/mal_page.page                    |  156 -
 doc/mallard/C/mal_section.page                 |   89 -
 doc/mallard/C/mal_table.page                   |  471 --
 doc/mallard/C/mal_table_col.page               |   24 -
 doc/mallard/C/mal_table_td.page                |   22 -
 doc/mallard/C/mal_table_tr.page                |   38 -
 doc/mallard/C/principle-guide.page             |   15 -
 doc/mallard/C/principle-justenough.page        |   14 -
 doc/mallard/C/principle-redundancy.page        |   13 -
 doc/mallard/C/principles.page                  |   58 -
 doc/mallard/C/spec.page                        |   27 -
 doc/mallard/C/tenminutes.page                  |  117 -
 doc/mallard/Makefile.am                        |   85 -
 doc/mallard/de/.gitignore                      |    3 -
 doc/mallard/de/de.po                           |10558 ------------------------
 doc/mallard/el/el.po                           | 9390 ---------------------
 doc/mallard/es/.gitignore                      |    3 -
 doc/mallard/es/es.po                           | 9712 ----------------------
 doc/xslt/.gitignore                            |    9 -
 doc/xslt/C/gnome-doc-xslt.xml                  |  241 -
 doc/xslt/C/legal.xml                           |   63 -
 doc/xslt/C/translating.xml                     |  680 --
 doc/xslt/Makefile.am                           |   78 -
 doc/xslt/de/de.po                              | 1108 ---
 doc/xslt/gnome-doc-xslt.desktop.in             |    2 -
 doc/xslt/gnome-doc-xslt.omf.in                 |   10 -
 doc/xslt/xsldoc-check.xsl                      |  139 -
 doc/xslt/xsldoc-docbook.xsl                    |  327 -
 doc/xslt/xsldoc-fill.xsl                       |  109 -
 doc/xslt/xsldoc.awk                            |  240 -
 i18n/Makefile                                  |   10 -
 i18n/PLURALS.txt                               |  127 -
 i18n/STYLESHEETS.xhtml                         |  599 --
 i18n/notes/el.txt                              |   27 -
 i18n/notes/fa.txt                              |   29 -
 i18n/notes/fr.txt                              |   37 -
 i18n/notes/sr.txt                              |  102 -
 i18n/notes/th.txt                              |   40 -
 i18n/notes/vi.txt                              |   35 -
 i18n/plurals.sh                                |   74 -
 i18n/test-numbers                              |   59 -
 po/.gitignore                                  |   11 -
 po/ChangeLog                                   | 1846 -----
 po/LINGUAS                                     |   74 -
 po/POTFILES.in                                 |    4 -
 po/POTFILES.skip                               |    1 -
 po/ar.po                                       | 2261 -----
 po/as.po                                       | 2324 ------
 po/ast.po                                      | 2162 -----
 po/be@latin.po                                 | 2186 -----
 po/bg.po                                       | 2217 -----
 po/bn.po                                       | 2316 ------
 po/bn_IN.po                                    | 2274 -----
 po/ca.po                                       | 2260 -----
 po/ca@valencia.po                              | 2260 -----
 po/cs.po                                       | 2252 -----
 po/cy.po                                       | 1897 -----
 po/da.po                                       | 2268 -----
 po/de.po                                       | 2266 -----
 po/dz.po                                       | 2161 -----
 po/el.po                                       | 2167 -----
 po/en@shaw.po                                  | 2314 ------
 po/en_CA.po                                    | 2187 -----
 po/en_GB.po                                    | 2360 ------
 po/es.po                                       | 2264 -----
 po/et.po                                       | 2163 -----
 po/eu.po                                       | 2248 -----
 po/fa.po                                       | 2187 -----
 po/fi.po                                       | 2386 ------
 po/fr.po                                       | 2248 -----
 po/ga.po                                       | 2267 -----
 po/gl.po                                       | 2271 -----
 po/gu.po                                       | 2237 -----
 po/he.po                                       | 2254 -----
 po/hi.po                                       | 2238 -----
 po/hu.po                                       | 2259 -----
 po/id.po                                       | 2009 -----
 po/it.po                                       | 2263 -----
 po/ja.po                                       | 2259 -----
 po/ka.po                                       | 1810 ----
 po/kn.po                                       | 2234 -----
 po/ko.po                                       | 2256 -----
 po/lt.po                                       | 2271 -----
 po/lv.po                                       | 2169 -----
 po/mai.po                                      | 2233 -----
 po/mg.po                                       | 1804 ----
 po/mk.po                                       | 2171 -----
 po/ml.po                                       | 2236 -----
 po/mn.po                                       | 1892 -----
 po/mr.po                                       | 2231 -----
 po/nb.po                                       | 2256 -----
 po/ne.po                                       | 2178 -----
 po/nl.po                                       | 2395 ------
 po/nn.po                                       | 2258 -----
 po/oc.po                                       | 2139 -----
 po/or.po                                       | 2237 -----
 po/pa.po                                       | 2244 -----
 po/pl.po                                       | 2267 -----
 po/pt.po                                       | 2486 ------
 po/pt_BR.po                                    | 2513 ------
 po/ro.po                                       | 2257 -----
 po/ru.po                                       | 2261 -----
 po/rw.po                                       | 1906 -----
 po/sk.po                                       | 1768 ----
 po/sl.po                                       | 2166 -----
 po/sq.po                                       | 2175 -----
 po/sr.po                                       | 2406 ------
 po/sr@latin.po                                 | 2406 ------
 po/sv.po                                       | 2285 -----
 po/ta.po                                       | 2251 -----
 po/te.po                                       | 2230 -----
 po/th.po                                       | 2259 -----
 po/tr.po                                       | 2249 -----
 po/ug.po                                       | 1762 ----
 po/uk.po                                       | 2268 -----
 po/uz.po                                       | 2129 -----
 po/uz@cyrillic.po                              | 2129 -----
 po/vi.po                                       | 2163 -----
 po/wa.po                                       | 1904 -----
 po/zh_CN.po                                    | 2238 -----
 po/zh_HK.po                                    | 2208 -----
 po/zh_TW.po                                    | 2248 -----
 sandbox/mallard/AUTHORS                        |    1 -
 sandbox/mallard/COPYING                        |  504 --
 sandbox/mallard/ChangeLog                      |  321 -
 sandbox/mallard/INSTALL                        |  231 -
 sandbox/mallard/Makefile.am                    |    1 -
 sandbox/mallard/autogen.sh                     |   22 -
 sandbox/mallard/configure.in                   |    8 -
 sandbox/mallard/html/.gitignore                |    5 -
 sandbox/mallard/html/Makefile                  |   51 -
 sandbox/mallard/html/mallard-icon-code.png     |  Bin 19526 -> 0 bytes
 template-document.xml                          |   41 -
 template.make                                  |    8 -
 template.omf.in                                |    9 -
 test/Makefile.am                               |    1 -
 test/testbook/Makefile                         |   26 -
 test/testbook/testbook.xml                     | 2037 -----
 test/testdoc1/AUTHORS                          |    1 -
 test/testdoc1/COPYING                          |  504 --
 test/testdoc1/COPYING-DOCS                     |  355 -
 test/testdoc1/INSTALL                          |  182 -
 test/testdoc1/Makefile.am                      |    4 -
 test/testdoc1/autogen.sh                       |   22 -
 test/testdoc1/configure.in                     |   10 -
 test/testdoc1/help/Makefile.am                 |    2 -
 test/testdoc1/help/testdoc1/C/fdl-appendix.xml |  667 --
 test/testdoc1/help/testdoc1/C/legal.xml        |   76 -
 test/testdoc1/help/testdoc1/C/testdoc1.xml     |  544 --
 test/testdoc1/help/testdoc1/Makefile.am        |    3 -
 test/testdoc1/help/testdoc1/testdoc1.omf.in    |   17 -
 test/testdocs/Makefile                         |   20 -
 test/testdocs/README                           |   13 -
 test/testdocs/admonitions.001.xml              |   40 -
 test/testdocs/article.001.xml                  |   25 -
 test/testdocs/article.002.xml                  |   25 -
 test/testdocs/bibliography.001.xml             |  193 -
 test/testdocs/bibliography.002.xml             |  182 -
 test/testdocs/blockquote.001.xml               |   35 -
 test/testdocs/book.001.xml                     |  248 -
 test/testdocs/book.002.xml                     |   56 -
 test/testdocs/book.003.xml                     |  127 -
 test/testdocs/bookinfo.001.xml                 |   84 -
 test/testdocs/bridgehead.001.xml               |   41 -
 test/testdocs/calloutlist.001.xml              |   50 -
 test/testdocs/chapter.001.xml                  |   41 -
 test/testdocs/classsynopsis.001.xml            |   42 -
 test/testdocs/classsynopsis.x001.xml           |   64 -
 test/testdocs/db2html.xsl                      |   32 -
 test/testdocs/draft.001.xml                    |   56 -
 test/testdocs/emphasis.001.xml                 |   26 -
 test/testdocs/epigraph.001.xml                 |   24 -
 test/testdocs/equation.001.xml                 |   24 -
 test/testdocs/equation.002.xml                 |   24 -
 test/testdocs/equation.003.xml                 |   24 -
 test/testdocs/example.001.xml                  |   19 -
 test/testdocs/extensions.001.xml               |   81 -
 test/testdocs/extensions.002.xml               |   23 -
 test/testdocs/extensions.003.xml               |   47 -
 test/testdocs/extensions.004.xml               |   35 -
 test/testdocs/figure.001.xml                   |   48 -
 test/testdocs/footnote.001.xml                 |   36 -
 test/testdocs/footnote.002.xml                 |   42 -
 test/testdocs/footnote.003.xml                 |   68 -
 test/testdocs/formalpara.001.xml               |   17 -
 test/testdocs/formalpara.002.xml               |   17 -
 test/testdocs/funcsynopsis.x001.xml            |   51 -
 test/testdocs/glossary.001.xml                 |  274 -
 test/testdocs/imagelib.001.xml                 |   61 -
 test/testdocs/indexterm.001.xml                |  110 -
 test/testdocs/indexterm.002.xml                |  700 --
 test/testdocs/informalequation-mml.001.xml     |   19 -
 test/testdocs/informaltable.001.xml            |   38 -
 test/testdocs/informaltable.002.xml            |   50 -
 test/testdocs/informaltable.003.xml            |   52 -
 test/testdocs/informaltable.004.xml            |   49 -
 test/testdocs/informaltable.005.xml            |   38 -
 test/testdocs/informaltable.006.xml            |   48 -
 test/testdocs/informaltable.007.xml            |   61 -
 test/testdocs/informaltable.008.xml            |   52 -
 test/testdocs/informaltable.009.xml            |   46 -
 test/testdocs/informaltable.010.xml            |   45 -
 test/testdocs/informaltable.011.xml            |   44 -
 test/testdocs/informaltable.012.xml            |   36 -
 test/testdocs/informaltable.013.xml            |   29 -
 test/testdocs/informaltable.014.xml            |   54 -
 test/testdocs/inline.001.xml                   |   27 -
 test/testdocs/itemizedlist.001.xml             |   27 -
 test/testdocs/itemizedlist.002.xml             |   38 -
 test/testdocs/itemizedlist.003.xml             |   53 -
 test/testdocs/link.001.xml                     |   36 -
 test/testdocs/literallayout.001.xml            |   19 -
 test/testdocs/literallayout.002.xml            |   21 -
 test/testdocs/literallayout.003.xml            |   19 -
 test/testdocs/lot.001.xml                      |   56 -
 test/testdocs/mathml.001.xml                   |   19 -
 test/testdocs/mediaobject.001.xml              |   56 -
 test/testdocs/methodsynopsis.001.xml           |   55 -
 test/testdocs/note.001.xml                     |   18 -
 test/testdocs/olink.001.xml                    |   22 -
 test/testdocs/orderedlist.001.xml              |   38 -
 test/testdocs/orderedlist.002.xml              |   38 -
 test/testdocs/procedure.001.xml                |   44 -
 test/testdocs/procedure.002.xml                |   45 -
 test/testdocs/procedure.003.xml                |   19 -
 test/testdocs/productionset.001.xml            |   66 -
 test/testdocs/productionset.002.xml            |   27 -
 test/testdocs/productionset.003.xml            |   30 -
 test/testdocs/productionset.004.xml            |   53 -
 test/testdocs/productionset.005.xml            |   89 -
 test/testdocs/programlisting.001.xml           |   19 -
 test/testdocs/programlisting.002.xml           |   19 -
 test/testdocs/programlisting.003.xml           |   45 -
 test/testdocs/programlistingco.001.xml         |   78 -
 test/testdocs/programlistingco.002.xml         |   34 -
 test/testdocs/qandaset.001.xml                 |   45 -
 test/testdocs/qandaset.002.xml                 |   35 -
 test/testdocs/qandaset.003.xml                 |   92 -
 test/testdocs/refentry.001.xml                 |   25 -
 test/testdocs/refentry.002.xml                 |   29 -
 test/testdocs/refentry.003.xml                 |   65 -
 test/testdocs/refentry.004.xml                 |   68 -
 test/testdocs/reference.001.xml                |   59 -
 test/testdocs/revhistory.001.xml               |   41 -
 test/testdocs/screen.001.xml                   |   19 -
 test/testdocs/sect1.001.xml                    |   53 -
 test/testdocs/sect1.002.xml                    |   56 -
 test/testdocs/section.001.xml                  |   53 -
 test/testdocs/section.002.xml                  |   56 -
 test/testdocs/section.003.xml                  |   20 -
 test/testdocs/segmentedlist.001.xml            |   21 -
 test/testdocs/segmentedlist.002.xml            |   23 -
 test/testdocs/set.001.xml                      |   31 -
 test/testdocs/simplelist.x001.xml              |   59 -
 test/testdocs/stamp.001.xml                    |   26 -
 test/testdocs/stamp.002.xml                    |   31 -
 test/testdocs/stamp.003.xml                    |   30 -
 test/testdocs/stamp.004.xml                    |   30 -
 test/testdocs/stamp.005.xml                    |   28 -
 test/testdocs/stamp.006.xml                    |   29 -
 test/testdocs/stamp.007.xml                    |   29 -
 test/testdocs/stamp.008.xml                    |   27 -
 test/testdocs/stamp.009.xml                    |   28 -
 test/testdocs/stamp.010.xml                    |   28 -
 test/testdocs/stamp.011.xml                    |   31 -
 test/testdocs/stamp.012.xml                    |   41 -
 test/testdocs/svg.001.xml                      |   38 -
 test/testdocs/svg.002.xml                      |   31 -
 test/testdocs/table.001.xml                    |   31 -
 test/testdocs/table.002.xml                    |   37 -
 test/testdocs/table.003.xml                    |   38 -
 test/testdocs/table.004.xml                    |   30 -
 test/testdocs/table.005.xml                    |   35 -
 test/testdocs/table.006.xml                    |  207 -
 test/testdocs/table.x001.xml                   |   68 -
 test/testdocs/template.xml                     |   17 -
 test/testdocs/toc.001.xml                      |   63 -
 test/testdocs/ulink.001.xml                    |   23 -
 test/testdocs/variablelist.001.xml             |   64 -
 test/testdocs/variablelist.002.xml             |   35 -
 test/testdocs/variablelist.003.xml             |   26 -
 test/testdocs/variablelist.004.xml             |   26 -
 test/testdocs/xref.001.xml                     |   98 -
 test/testdocs/xrefstyle.001.xml                |   19 -
 test/timing/timeall                            |   42 -
 xslt/Makefile.am                               |    1 -
 xslt/common/Makefile.am                        |    6 -
 xslt/common/theme.xsl                          |  269 -
 xslt/common/utils.xsl                          |   82 -
 xslt/docbook/Makefile.am                       |    1 -
 xslt/docbook/common/Makefile.am                |   15 -
 xslt/docbook/common/db-chunk.xsl               |  585 --
 xslt/docbook/common/db-common.xsl              |  295 -
 xslt/docbook/common/db-format.xml.in           |   10 -
 xslt/docbook/common/db-label.xsl               |  829 --
 xslt/docbook/common/db-title.xsl               | 1281 ---
 xslt/docbook/common/db-xref.xsl                |  456 -
 xslt/docbook/html/Makefile.am                  |   36 -
 xslt/docbook/html/TODO                         |   12 -
 xslt/docbook/html/db2html-autotoc.xsl          |  247 -
 xslt/docbook/html/db2html-bibliography.xsl     |  643 --
 xslt/docbook/html/db2html-block.xsl            |  684 --
 xslt/docbook/html/db2html-callout.xsl          |  147 -
 xslt/docbook/html/db2html-classsynopsis.xsl    |  590 --
 xslt/docbook/html/db2html-cmdsynopsis.xsl      |  524 --
 xslt/docbook/html/db2html-css.xsl              |  501 --
 xslt/docbook/html/db2html-division.xsl         | 1399 ----
 xslt/docbook/html/db2html-ebnf.xsl             |   66 -
 xslt/docbook/html/db2html-footnote.xsl         |  220 -
 xslt/docbook/html/db2html-funcsynopsis.xsl     |  194 -
 xslt/docbook/html/db2html-index.xsl            |  230 -
 xslt/docbook/html/db2html-info.xsl             |  789 --
 xslt/docbook/html/db2html-inline.xsl           | 1148 ---
 xslt/docbook/html/db2html-l10n.xsl             |  163 -
 xslt/docbook/html/db2html-list.xsl             |  564 --
 xslt/docbook/html/db2html-media.xsl            |  244 -
 xslt/docbook/html/db2html-qanda.xsl            |  156 -
 xslt/docbook/html/db2html-refentry.xsl         |  228 -
 xslt/docbook/html/db2html-suppressed.xsl       |  109 -
 xslt/docbook/html/db2html-table.xsl            | 1131 ---
 xslt/docbook/html/db2html-title.xsl            |  126 -
 xslt/docbook/html/db2html-xref.xsl             |  159 -
 xslt/docbook/html/db2html.xsl                  |   86 -
 xslt/docbook/html/db2xhtml.xsl                 |   85 -
 xslt/docbook/html/elements                     |  406 -
 xslt/docbook/html/report.sh                    |   19 -
 xslt/docbook/html/report.xslt                  |  196 -
 xslt/docbook/omf/Makefile.am                   |    5 -
 xslt/docbook/omf/db2omf.xsl                    |  672 --
 xslt/docbook/utils/Makefile.am                 |    6 -
 xslt/docbook/utils/chunks.xsl                  |   57 -
 xslt/docbook/utils/credits.xsl                 |   49 -
 xslt/docbook/utils/figures.xsl                 |   45 -
 xslt/docbook/utils/graphics.xsl                |   59 -
 xslt/docbook/utils/ids.xsl                     |   33 -
 xslt/gettext/.gitignore                        |    1 -
 xslt/gettext/Makefile.am                       |   17 -
 xslt/gettext/gettext.xsl                       | 1015 ---
 xslt/gettext/l10n-numbers.xsl                  |  390 -
 xslt/gettext/l10n.xml.in                       | 2433 ------
 xslt/mallard/Makefile.am                       |    1 -
 xslt/mallard/cache/Makefile.am                 |    5 -
 xslt/mallard/cache/mal-cache.xsl               |  192 -
 xslt/mallard/common/Makefile.am                |    5 -
 xslt/mallard/common/mal-chunk.xsl              |   92 -
 xslt/mallard/common/mal-link.xsl               |  570 --
 xslt/mallard/html/Makefile.am                  |   14 -
 xslt/mallard/html/mal2html-block.xsl           |  366 -
 xslt/mallard/html/mal2html-css.xsl             |  560 --
 xslt/mallard/html/mal2html-inline.xsl          |  284 -
 xslt/mallard/html/mal2html-list.xsl            |  268 -
 xslt/mallard/html/mal2html-media.xsl           |  191 -
 xslt/mallard/html/mal2html-page.xsl            |  679 --
 xslt/mallard/html/mal2html-table.xsl           |  513 --
 xslt/mallard/html/mal2html.xsl                 |   73 -
 xslt/mallard/html/mal2xhtml.xsl                |   72 -
 422 files changed, 8 insertions(+), 253129 deletions(-)

commit 651e9d1c2be866e7eff33a66da954107fec01042
Author: Shaun McCance <shaunm@gnome.org>
Date:   Sun Jun 13 15:40:45 2010 -0500

    [yelp-tools.doap] Updated DOAP file for yelp-tools

 gnome-doc-utils.doap |   30 ------------------------------
 yelp-tools.doap      |   30 ++++++++++++++++++++++++++++++
 2 files changed, 30 insertions(+), 30 deletions(-)

commit 45d7f79ee4456e0efc16b16902febf6c7765a396
Author: Shaun McCance <shaunm@gnome.org>
Date:   Sun Jun 13 15:37:04 2010 -0500

    Adding yelp.m4, changing build from gnome-doc-utils to yelp-tools

 Makefile.am        |   26 +---
 autogen.sh         |   11 +-
 configure.ac       |   37 +++++
 configure.in       |   88 -----------
 m4/.gitignore      |    1 -
 m4/glib-gettext.m4 |  433 ----------------------------------------------------
 tools/Makefile.am  |   21 +---
 tools/yelp.m4      |  119 ++++++++++++++
 8 files changed, 163 insertions(+), 573 deletions(-)

commit 9ebf56aabd78e44e8b3ab92bdf6023e8c3a07b95
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Sat Jun 5 10:50:40 2010 +0300

    Updated Hebrew translation.

 po/he.po |  243 +++++++++++++++++++++++++++++++++++++++++++------------------
 1 files changed, 171 insertions(+), 72 deletions(-)

commit bdb28dfb823d76ce202f0244ad02b53b9bd5186c
Author: Thomas Thurman <tthurman@gnome.org>
Date:   Wed May 12 18:41:09 2010 -0400

    Updated Shavian transliteration

 po/en@shaw.po | 2044 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 2030 insertions(+), 14 deletions(-)

commit 6132024b1860c264d876cdba94d9a79cdfc6e282
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Sat May 1 14:37:29 2010 +0200

    Updated Spanish translation

 doc/mallard/es/es.po |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

commit d6af19aca947e12461d93537851deeab898a4dfb
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Sat May 1 14:35:09 2010 +0200

    Updated Spanish translation

 doc/mallard/es/es.po |   44 ++++++++++++++++++++++++++++++++++++++------
 1 files changed, 38 insertions(+), 6 deletions(-)

commit c148203ff8c86dc8caf8b742e6490a2fc4c63eab
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Tue Apr 27 12:47:58 2010 +0200

    Updated Spanish translation

 doc/mallard/es/es.po |  163 +++++++++++++++++++++++++++++++++++++++-----------
 1 files changed, 128 insertions(+), 35 deletions(-)

commit aafeef0ed4a0b2c4497088c6e76702f28741b9bb
Author: Shaun McCance <shaunm@gnome.org>
Date:   Mon Apr 26 10:15:33 2010 -0500

    Version 0.20.1

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

commit e6c9e18ea3530c9ebe30efc5a7b22edd86c6f2df
Author: Christian Kirbach <Christian.Kirbach@googlemail.com>
Date:   Sun Apr 25 21:13:04 2010 +0200

    Updated German help translation

 doc/mallard/de/de.po | 1801 ++++++++++++++++++++++++++++++++------------------
 1 files changed, 1157 insertions(+), 644 deletions(-)

commit eaabd65d6f8c34e0ca6869632ea67e164ed52813
Author: Christian Kirbach <Christian.Kirbach@googlemail.com>
Date:   Sun Apr 25 20:42:44 2010 +0200

    Fixed two mistakes in the help manual

 doc/mallard/C/mal_page.page |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit fa62b2d15017411efab9c2feda4b7a2b8d7fcd73
Author: Carles Ferrando <carles.ferrando@gmail.com>
Date:   Wed Apr 21 23:40:34 2010 +0200

    Updated Catalan (Valencian) translation

 po/ca@valencia.po |  143 ++++++++++++++++++++++++++++++++++++-----------------
 1 files changed, 97 insertions(+), 46 deletions(-)

commit f6eaf2d8d04aab8c71f0fb859d9f9e4daf0e049f
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Tue Apr 13 18:43:39 2010 +0100

    Updated British English translation

 po/en_GB.po |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

commit 4acecb1f1873e2966a58395f308eb4c7910fdd24
Author: Shaun McCance <shaunm@gnome.org>
Date:   Mon Apr 5 12:00:09 2010 -0500

    [db2html-media.xsl] For SVG imagedata, embed for XHTML and use object for HTML

 xslt/docbook/html/db2html-media.xsl |   31 +++++++++++++++++++++++++++++++
 1 files changed, 31 insertions(+), 0 deletions(-)

commit 5d524c9032d131b60e47ffb5dc3eb91941351221
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Tue Mar 30 21:13:04 2010 +0200

    Updated Spanish translation

 doc/mallard/es/es.po |  136 +++++++++++++++++++++++++++++++++++++++++++-------
 1 files changed, 117 insertions(+), 19 deletions(-)

commit a6675a29fe8ec76bc8c20d360dbf738fe031b68a
Author: Wouter Bolsterlee <wbolster@gnome.org>
Date:   Tue Mar 30 17:45:18 2010 +0200

    Dutch translation updated by Wouter Bolsterlee

 po/nl.po |  122 +++++++++++++++++++++++++++++++++++++++++++++++++-------------
 1 files changed, 97 insertions(+), 25 deletions(-)

commit 53f3b101fcd49c556ebd8950dd1e4c0eb13d08fa
Author: Hideki Yamane (Debian-JP) <henrich@debian.or.jp>
Date:   Tue Mar 30 23:48:27 2010 +0900

    Updated Japanese translation.

 po/ja.po |   47 +++++++++++++++++++++++++++++------------------
 1 files changed, 29 insertions(+), 18 deletions(-)

commit 6a5034ef3982aa575577bfdd2c85148e8f1cccf6
Author: Shaun McCance <shaunm@gnome.org>
Date:   Mon Mar 29 10:44:32 2010 -0500

    Version 0.20.0

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

commit ae13ec7afeb0fd7f48448088163a88d730962a70
Author: Simos Xenitellis <simos@gnome.org>
Date:   Mon Mar 29 17:17:06 2010 +0300

    Updated Greek translation for mallard documentation

 doc/mallard/el/el.po |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit cf9c98c8ba7cce3fdec02bba901533e460ebc958
Author: Žygimantas Beručka <zygis@gnome.org>
Date:   Sun Mar 28 23:57:04 2010 +0300

    Updated Lithuanian translation

 po/lt.po |   54 ++++++++++++++++++++++++++++++------------------------
 1 files changed, 30 insertions(+), 24 deletions(-)

commit 7176c9f936f3be8c119a15e33007272531f5add8
Author: Marios Zindilis <m.zindilis@dmajor.org>
Date:   Sun Mar 28 18:32:25 2010 +0300

    Updated Greek translation for mallard documentation

 doc/mallard/el/el.po | 2911 ++++++++++++++++++++------------------------------
 1 files changed, 1179 insertions(+), 1732 deletions(-)

commit f2fb17c3b3e0d4eeb5e5d508370f60e9a75abdf5
Author: Jamil Ahmed <itsjamil@gmail.com>
Date:   Sun Mar 28 01:14:22 2010 +0600

    Updated Bengali translation

 po/bn.po |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

commit b16c21e70ab7078f537fc7944b0a5feedb9d64bc
Author: Ask H. Larsen <asklarsen@gmail.com>
Date:   Sat Mar 27 16:18:14 2010 +0100

    Updated Danish translation

 po/da.po |   42 ++++++++++++++++++++++++++----------------
 1 files changed, 26 insertions(+), 16 deletions(-)

commit 8098102610e5a1524380e7fe952e59af959358d8
Author: A S Alam <aalam@users.sf.net>
Date:   Sat Mar 27 08:22:17 2010 +0530

    update Punjabi Translation

 po/pa.po |   54 ++++++++++++++++++++++++++++++++----------------------
 1 files changed, 32 insertions(+), 22 deletions(-)

commit 2e7a27307b217c5a7a2e19e7a9299768b7251cab
Author: Maxim V. Dziumanenko <dziumanenko@gmail.com>
Date:   Fri Mar 26 18:29:19 2010 +0200

    Updated Ukrainian translation

 po/uk.po |   44 +++++++++++++++++++++++++++-----------------
 1 files changed, 27 insertions(+), 17 deletions(-)

commit f8279e76e7064d1a5bb4d3449c2c0f038200dca8
Author: Nikos Bakaoukas <nikolaosx1@gmail.com>
Date:   Thu Mar 25 21:15:49 2010 +0200

    Updated Greek translation for gnome-doc-utils

 po/el.po |  328 ++++++++++++++++++++++++++++----------------------------------
 1 files changed, 149 insertions(+), 179 deletions(-)

commit 99e61c908e9908f562ab143f5b390977e49d0dee
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Wed Mar 24 08:52:46 2010 +0100

    Updated Spanish translation

 doc/mallard/es/es.po |   27 ++++++++++++++++++++-------
 1 files changed, 20 insertions(+), 7 deletions(-)

commit 101011ba81073b1cee3215f9eb34c5cb85b215f2
Author: Miloš Popović <mpopovic@src.gnome.org>
Date:   Wed Mar 24 00:28:32 2010 +0100

    Updated Serbian translations

 po/sr.po       |   51 ++++++++++++++++++++++++++++++---------------------
 po/sr@latin.po |   51 ++++++++++++++++++++++++++++++---------------------
 2 files changed, 60 insertions(+), 42 deletions(-)

commit aa2822e304e7cfa1e594fce9dabace7eca2b9899
Author: Simos Xenitellis <simos@gnome.org>
Date:   Tue Mar 23 16:06:44 2010 +0200

    Added Greek translation of mallard doc

 doc/mallard/el/el.po | 9943 ++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 9943 insertions(+), 0 deletions(-)

commit 9d51b508199a92df762e49330dbcd6d64375b35e
Author: Simos Xenitellis <simos@gnome.org>
Date:   Tue Mar 23 16:06:25 2010 +0200

    Added el to DOC_LINGUAS for mallard doc

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

commit 120e3f59132922cd21d4e64607e8e4d9fc2d6a33
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
Date:   Tue Mar 23 12:54:54 2010 +0100

    Updated Basque language

 po/eu.po |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 720865aaaad8aebd4d9bfa21301cd48e16a4296a
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Mon Mar 22 23:23:37 2010 +0100

    Updated Spanish translation

 doc/mallard/es/es.po |   50 ++++++++++++++++++++++++++++++++++----------------
 1 files changed, 34 insertions(+), 16 deletions(-)

commit 2e41f65ca06fb0244f03ae449877d4dd3ec56c86
Author: Clytie <pearl@clytie-siddalls-macbook-pro.local>
Date:   Mon Mar 22 23:52:01 2010 +1030

    Updated Vietnamese translation

 po/vi.po |  464 ++++++++++++++++++++++++++++++--------------------------------
 1 files changed, 222 insertions(+), 242 deletions(-)

commit 3ca344afeef6ac41f89a20dd3ff0552d363505b5
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Mon Mar 22 07:59:52 2010 +0100

    Updated Spanish translation

 doc/mallard/es/es.po |   23 +++++++++++++++++++----
 1 files changed, 19 insertions(+), 4 deletions(-)

commit 9ed010c67e2c1b23175e897e20e50e64c0248d2e
Author: Tommi Vainikainen <thv@iki.fi>
Date:   Thu Mar 18 15:07:27 2010 +0200

    Updated Finnish translation

 po/fi.po |   86 +++++++++++++++++++------------------------------------------
 1 files changed, 27 insertions(+), 59 deletions(-)

commit 472ca15aa538db440eb96e38810c9a5083b5d336
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Tue Mar 16 22:57:22 2010 +0100

    Updated Spanish translation

 doc/mallard/es/es.po |   36 +++++++++++++++++++++++++++++-------
 1 files changed, 29 insertions(+), 7 deletions(-)

commit f4a1c976ce3bd15efffa1243f18211ba2e85fb53
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Mon Mar 15 08:17:20 2010 +0100

    Updated Spanish translation

 doc/mallard/es/es.po |  199 ++++++++++++++++++++++++++++++++++++++++++++++---
 1 files changed, 186 insertions(+), 13 deletions(-)

commit dd00e7956a2b2be902e7e69ef88d2b61411579a8
Author: Gil Forcada <gforcada@gnome.org>
Date:   Sat Mar 13 16:40:04 2010 +0100

    Updated Catalan translation

 po/ca.po |   44 +++++++++++++++++++++++++++-----------------
 1 files changed, 27 insertions(+), 17 deletions(-)

commit 49cc34c7f0a228ec0a74ffef3da6684c218a88ac
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Mar 13 23:32:35 2010 +0900

    Updated Korean translation

 po/ko.po |   46 ++++++++++++++++++++++++++++------------------
 1 files changed, 28 insertions(+), 18 deletions(-)

commit 389766995eef7f583278d9c6b1b19e05f7ec62c3
Author: Xandru Armesto Fernandez <xandru@softastur.org>
Date:   Sat Mar 13 08:54:05 2010 +0100

    Updated asturian translation

 po/ast.po | 2162 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 2162 insertions(+), 0 deletions(-)

commit b08e8006bdc52143a43d87fcd1bcd45412d72e3f
Author: Xandru Armesto Fernandez <xandru@softastur.org>
Date:   Sat Mar 13 08:53:49 2010 +0100

    Added asturian language

 po/LINGUAS |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit ceb504f6137398e1eef1cd529e3869695095cd32
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
Date:   Fri Mar 12 10:51:40 2010 +0100

    Updated Basque language

 po/eu.po |   42 ++++++++++++++++++++++++++----------------
 1 files changed, 26 insertions(+), 16 deletions(-)

commit a3c9a5da9c8f82d5dd9429538990ad72639e3a37
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Fri Mar 12 09:20:58 2010 +0100

    Updated Spanish translation

 doc/mallard/es/es.po |   26 ++++++++++++++++++--------
 1 files changed, 18 insertions(+), 8 deletions(-)

commit f9631ac07f01047dd6c2cfe09fa06fb4c4314967
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Thu Mar 11 19:00:03 2010 +0100

    Updated Spanish translation

 doc/mallard/es/es.po |   66 +++++++++++++++++++++++++++++++++++++-------------
 1 files changed, 49 insertions(+), 17 deletions(-)

commit 8540ad4dcf9d10026e623eca55d481180f0fbac1
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Thu Mar 11 18:39:30 2010 +0100

    Updated Spanish translation

 doc/mallard/es/es.po |   85 ++++++++++++++++++++++++++++++++++++++++++++-----
 1 files changed, 76 insertions(+), 9 deletions(-)

commit f91507e0d354b40805cfd624cc011fd370be3cc7
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Thu Mar 11 18:19:06 2010 +0100

    Updated Spanish translation

 doc/mallard/es/es.po |   50 +++++++++++++++++++++++++++++++++++++++++++++-----
 1 files changed, 45 insertions(+), 5 deletions(-)

commit e224e60c85e8ef3bf6e3259ed8dcfd3d1ad3f7ee
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Thu Mar 11 08:43:22 2010 +0100

    Updated Spanish translation

 doc/mallard/es/es.po |   25 +++++++++++++++++++++++--
 1 files changed, 23 insertions(+), 2 deletions(-)

commit f5cb509f6801862471588eaf4717fe93b428ebb4
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Tue Mar 9 20:55:04 2010 +0100

    Updated Spanish translation

 doc/mallard/es/es.po |   29 ++++++++++++++++++++++++++---
 1 files changed, 26 insertions(+), 3 deletions(-)

commit 56e4bae9ec1d5c56a812f12c4c0c505d93aacb04
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Tue Mar 9 01:43:14 2010 +0000

    Updated Portuguese translation

 po/pt.po |   46 ++++++++++++++++++++++++++++------------------
 1 files changed, 28 insertions(+), 18 deletions(-)

commit 2d2297293026313b2bfb08eaa3ff98c1304f74d4
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Mon Mar 8 07:45:24 2010 +0100

    Updated Spanish translation

 doc/mallard/es/es.po |   37 +++++++++++++++++++++++++++++++++----
 1 files changed, 33 insertions(+), 4 deletions(-)

commit f8146a4a05ac8b8a85c121202c779f1d12c5da37
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Fri Mar 5 11:34:01 2010 +0100

    Updated Hungarian translation

 po/hu.po |   44 +++++++++++++++++++++++++++-----------------
 1 files changed, 27 insertions(+), 17 deletions(-)

commit 82ea422d8c11004318170c48c1c99cde3fca89ba
Author: Leonid Kanter <leon@asplinux.ru>
Date:   Thu Mar 4 11:20:38 2010 +0200

    Update Russian translation by Yury Kozlov

 po/ru.po |  183 +++++++++++++++++++++++++++++++++++++++++---------------------
 1 files changed, 122 insertions(+), 61 deletions(-)

commit e1e248d225d4fcbce4d0ba1127ffb228fbc44c44
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Mon Mar 1 08:11:54 2010 +0100

    Updated Spanish translation

 doc/mallard/es/es.po |   32 +++++++++++++++++++++++++++-----
 1 files changed, 27 insertions(+), 5 deletions(-)

commit 7bf4e1c346d0d05f276060ffacd1991b092232c5
Author: Claude Paroz <claude@2xlibre.net>
Date:   Sun Feb 28 22:13:32 2010 +0100

    Updated French translation

 po/fr.po |   44 +++++++++++++++++++++++++++-----------------
 1 files changed, 27 insertions(+), 17 deletions(-)

commit 2d255f59bcb54d6eeda79b0b243abaa1a73264bd
Author: Torstein Adolf Winterseth <kvikende@yahoo.no>
Date:   Sat Feb 27 13:31:10 2010 +0100

    Updated Norwegian Nynorsk translation

 po/nn.po |  233 +++++++++++++++++++++++++++++++++++++++++++------------------
 1 files changed, 164 insertions(+), 69 deletions(-)

commit 586f95c2705db12d1135c9aa78706c10468bcc60
Author: Khaled Hosny <khaledhosny@eglug.org>
Date:   Wed Feb 24 20:46:31 2010 +0200

    Updated Arabic translation

 po/ar.po |   46 ++++++++++++++++++++++++++++------------------
 1 files changed, 28 insertions(+), 18 deletions(-)

commit 6ae77a8cf45833213974eb0eb59df70196b0c453
Author: Bruce Cowan <bcowan@fastmail.co.uk>
Date:   Wed Feb 24 17:06:30 2010 +0000

    Updated British English translation

 po/en_GB.po |   48 ++++++++++++++++++++++++++++++------------------
 1 files changed, 30 insertions(+), 18 deletions(-)

commit 6fd6726ca8db22e36b859233eb050d30365b64d6
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Tue Feb 23 23:17:13 2010 +0100

    Updated German translation

 doc/mallard/de/de.po |  234 +++++---------------------------------------------
 1 files changed, 22 insertions(+), 212 deletions(-)

commit e7b0558a05fda6f0f4bd8a4ed53995245099ce7e
Author: Milo Casagrande <milo@ubuntu.com>
Date:   Mon Feb 22 22:35:19 2010 +0100

    Updated Italian translation

 po/it.po |   57 ++++++++++++++++++++++++++++++++++-----------------------
 1 files changed, 34 insertions(+), 23 deletions(-)

commit 554d72fd3742adfc4f5c281833ad087dd37fca9c
Author: Shaun McCance <shaunm@gnome.org>
Date:   Sun Feb 21 15:43:20 2010 -0600

    Version 0.19.5

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

commit f0e17c927b8fed272c1830d3f8ea7b7095bbf467
Author: Shaun McCance <shaunm@gnome.org>
Date:   Sun Feb 21 15:35:31 2010 -0600

    [rng/mallard] Adding static Mallard RNG, removing spec
    
    The spec and schemas are now hosted on projectmallard.org.  We need to
    figure out a long-term solution for distributing the schema, but for
    now we'll just ship static copies in gnome-doc-utils.

 configure.in            |    1 -
 doc/Makefile.am         |    2 +-
 rng/mallard/.gitignore  |    2 -
 rng/mallard/Makefile.am |   34 +-
 rng/mallard/mallard.rnc |  571 +++++++++++++++++
 rng/mallard/mallard.rng | 1599 +++++++++++++++++++++++++++++++++++++++++++++++
 6 files changed, 2172 insertions(+), 37 deletions(-)

commit 808ad8a0e7b51af3ded4ade8788ea1525ce92f41
Author: Petr Kovar <pknbe@volny.cz>
Date:   Sun Feb 21 22:26:33 2010 +0100

    Update Czech translation

 po/cs.po |   45 ++++++++++++++++++++++++++++-----------------
 1 files changed, 28 insertions(+), 17 deletions(-)

commit 12019b3a6cb530094c60ec52395e67734d832e26
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Fri Feb 19 16:08:58 2010 +0100

    Updated Polish translation

 po/pl.po |   76 ++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 40 insertions(+), 36 deletions(-)

commit 11a560d9b61a4b1bb01d3ed4c7ac7fb197b4bb7e
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Thu Feb 18 19:19:33 2010 +0100

    Updated Spanish translation

 doc/mallard/es/es.po |   52 +++++++++++++++++++++++++++++++++++++++----------
 1 files changed, 41 insertions(+), 11 deletions(-)

commit a6d20328bea01c489361d9006ba8ac199363a6d4
Author: vasudeven <agnihot3@gmail.com>
Date:   Thu Feb 18 09:07:45 2010 +0530

    updated Tamil translation

 po/ta.po |   55 +++++++++++++++++++++++++++++++++----------------------
 1 files changed, 33 insertions(+), 22 deletions(-)

commit 339d28eb350758f7b328fc2e9a2454f2e9a55960
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Tue Feb 16 09:50:55 2010 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

 po/zh_HK.po |   42 ++++++++++++++++++++++++++----------------
 po/zh_TW.po |   42 ++++++++++++++++++++++++++----------------
 2 files changed, 52 insertions(+), 32 deletions(-)

commit e9b23b6cda43727723fc078172ee88bbd2fd1ece
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Mon Feb 15 21:27:30 2010 +0100

    Updated Spanish translation

 doc/mallard/es/es.po |   25 ++++++++++++++++++-------
 1 files changed, 18 insertions(+), 7 deletions(-)

commit ec2b2c9dd87ae26febc9b14230ed64228cd2a052
Author: Fran Diéguez <frandieguez@ubuntu.com>
Date:   Mon Feb 15 17:20:26 2010 +0100

    Updated Galician Translation

 po/gl.po |   57 ++++++++++++++++++++++++++++++++++-----------------------
 1 files changed, 34 insertions(+), 23 deletions(-)

commit 08a21c15034495a4c359a37358e1e1d98392f7b8
Author: Vladimir Melo <vmelo@gnome.org>
Date:   Sun Feb 14 11:13:53 2010 -0200

    Updated Brazilian Portuguese translation

 po/pt_BR.po |   79 ++++++++++++++++++++++++++++++++--------------------------
 1 files changed, 44 insertions(+), 35 deletions(-)

commit 11012a013573fbfac419aa3b99421079fc9a9a10
Author: Lucian Adrian Grijincu <lucian.grijincu@gmail.com>
Date:   Sat Feb 13 01:32:42 2010 +0200

    Update Romanian translation

 po/ro.po |   53 ++++++++++++++++++++++++++++++++---------------------
 1 files changed, 32 insertions(+), 21 deletions(-)

commit dad1b6e7dbb36f93e1abb2638d04510b086c6437
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Thu Feb 11 07:22:52 2010 +0100

    Updated Spanish translation

 doc/mallard/es/es.po |   27 ++++++++++++++++++++++++++-
 1 files changed, 26 insertions(+), 1 deletions(-)

commit 126175648ff301027023c8902886d719ad1c671e
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Tue Feb 9 07:38:47 2010 +0100

    Updated Spanish translation

 doc/mallard/es/es.po |  237 ++++++++++++++++++++++++++++++++++++++++++-------
 1 files changed, 203 insertions(+), 34 deletions(-)

commit 524b664465f009784c1d9ede424fc6431c8683e0
Author: Shaun McCance <shaunm@gnome.org>
Date:   Mon Feb 8 18:59:54 2010 -0600

    Version 0.19.4

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

commit 12b945d85b06e87c01985fe87be6bcdb973c8448
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Tue Feb 9 00:12:11 2010 +0100

    Updated Spanish translation

 doc/mallard/es/es.po |  641 ++++++++++++++++++++++++++------------------------
 1 files changed, 330 insertions(+), 311 deletions(-)

commit b900bee89a10ee6c3234deb42e7892ab047b8194
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Mon Feb 8 07:33:26 2010 +0100

    Updated Spanish translation

 doc/mallard/es/es.po |  141 ++++++++++++++++++++++++++------------------------
 1 files changed, 73 insertions(+), 68 deletions(-)

commit 9b3f21ea155f6afa82da16d953fc4f8b01a034cf
Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
Date:   Sun Feb 7 21:20:48 2010 +0700

    Updated Thai translation.

 po/th.po |   47 +++++++++++++++++++++++++++++------------------
 1 files changed, 29 insertions(+), 18 deletions(-)

commit 9f5e9d575fa4df987930a466664e1bb86a7936b8
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Sun Feb 7 12:27:11 2010 +0100

    Updated Spanish translation

 doc/mallard/es/es.po |  121 ++++++++++++++++++++++++++++++++++++++++---------
 1 files changed, 98 insertions(+), 23 deletions(-)

commit c70718bd07ec9868c8809f914cc4ae83d248e728
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Fri Feb 5 08:26:56 2010 +0100

    Updated Spanish translation

 doc/mallard/es/es.po |  172 ++++++++++++++++++++++++++++++++++++++++----------
 1 files changed, 139 insertions(+), 33 deletions(-)

commit d0c52d43fc45270a612db00a49e1f199919953dd
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Wed Feb 3 08:31:42 2010 +0100

    Updated Spanish translation

 doc/mallard/es/es.po |   23 +++++++++++++----------
 1 files changed, 13 insertions(+), 10 deletions(-)

commit aab614524cc69513c105005d4f8990ce856eef00
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Mon Feb 1 19:53:09 2010 +0100

    Updated Spanish translation

 doc/mallard/es/es.po |   92 +++++++++++++++++++++++++++++++-------------------
 1 files changed, 57 insertions(+), 35 deletions(-)

commit 65f56958261e408b9de25c91b8033ca8259e8a00
Author: Shaun McCance <shaunm@gnome.org>
Date:   Sun Jan 31 20:21:59 2010 -0600

    [db2html-css.xsl] Bold userinput inside programlisting
    
    Ubuntu wants userinput bolded, which we already do inside
    screen.  But they use programlisting instead of screen.
    I don't know why, but it's a safe change.

 xslt/docbook/html/db2html-css.xsl |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 661b027f686d095470acc53a8ab7e0ab16eaa1ee
Author: Ivar Smolin <okul@linux.ee>
Date:   Sun Jan 31 10:37:45 2010 +0200

    Updating Estonian translation

 po/et.po |   28 ++++++++++++++++++----------
 1 files changed, 18 insertions(+), 10 deletions(-)

commit 7001706d29ffca714320ba4d5e3699725a51ca03
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Wed Jan 27 12:58:42 2010 +0100

    Updated Slovenian translation

 po/sl.po |   59 ++++++++++++++++++++++++++++++++++++-----------------------
 1 files changed, 36 insertions(+), 23 deletions(-)

commit 2137267aeceb54944b76928b636730ad435cc941
Author: Shaun McCance <shaunm@gnome.org>
Date:   Mon Jan 25 16:10:08 2010 -0600

    Version 0.19.3

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

commit 7df1c76328c20493aa363c8ae5e39c8b182589b1
Author: Alexander Shopov <ash@contact.bg>
Date:   Mon Jan 25 22:51:55 2010 +0200

    Updated Bulgarian translation

 po/bg.po |   56 +++++++++++++++++++++++++++++++++-----------------------
 1 files changed, 33 insertions(+), 23 deletions(-)

commit 5a82923cd7eae512e1a2d5c682fdb67a0824b19a
Author: Shaun McCance <shaunm@gnome.org>
Date:   Mon Jan 25 10:09:15 2010 -0600

    [mal2html-page.xsl] Adding text titles

 xslt/mallard/html/mal2html-page.xsl |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

commit 3853d63e282e2e39faaa51b27df702275ccea6fb
Author: Jamil Ahmed <itsjamil@gmail.com>
Date:   Fri Jan 22 11:58:02 2010 +0600

    Updated Bengali translation

 po/bn.po |  564 ++++++++++++++++++++++++++++++++++++++++++++++++++++----------
 1 files changed, 473 insertions(+), 91 deletions(-)

commit 4dc70c332e993e86511b5bd1ba9630c18c417077
Author: Shaun McCance <shaunm@gnome.org>
Date:   Thu Jan 14 20:48:03 2010 -0600

    [mal2html-table.xsl] Fixed shading with rowspans, bug #606986

 xslt/mallard/html/mal2html-table.xsl |  122 ++++++++++++++++++++++++++++++++--
 1 files changed, 117 insertions(+), 5 deletions(-)

commit d7f192d4b1f64e94ba5868c57483fa453b37dd1c
Author: Shaun McCance <shaunm@gnome.org>
Date:   Mon Jan 11 15:56:33 2010 -0600

    Version 0.19.2

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

commit 2fa9df283ad3d7fb0a0b41e36303ff453b05c1c3
Author: Shaun McCance <shaunm@gnome.org>
Date:   Mon Jan 11 15:47:42 2010 -0600

    [gnome-doc-tool] Adding css command for Mallard documents

 tools/gnome-doc-tool.in |   78 +++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 78 insertions(+), 0 deletions(-)

commit 7fec2fff2e38cb89a071eaa7a25fe0e1b2b39312
Author: Daniel Nylander <po@danielnylander.se>
Date:   Sat Jan 9 17:03:39 2010 +0100

    Updated Swedish translation

 po/sv.po |   53 ++++++++++++++++++++++++++++++++---------------------
 1 files changed, 32 insertions(+), 21 deletions(-)

commit a435c56de8dcc2ba07075707e710fcff6e972c74
Author: Shaun McCance <shaunm@gnome.org>
Date:   Fri Jan 8 19:22:26 2010 -0600

    [theme.xsl] Fixed theme.color.text default, was white-on-white

 xslt/common/theme.xsl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit ae9269dabe96238e7049301b1da7c0358ca35c6e
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Fri Jan 8 22:14:10 2010 +0100

    Updated German translation

 po/de.po |   44 +++++++++++++++++++++++++++-----------------
 1 files changed, 27 insertions(+), 17 deletions(-)

commit c934b834e43d3ef56944d9c54cbfd44bf9b1106c
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Thu Jan 7 15:52:45 2010 +0100

    Updated Norwegian bokmål translation

 po/nb.po |   50 ++++++++++++++++++++++++++++++--------------------
 1 files changed, 30 insertions(+), 20 deletions(-)

commit b602b01e402aef30e96b31e4d79c7748a6eab68e
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Wed Jan 6 23:02:12 2010 +0100

    Updated Spanish translation

 po/es.po |   52 +++++++++++++++++++++++++++++++---------------------
 1 files changed, 31 insertions(+), 21 deletions(-)

commit 9d70b0898cbb88e58bbcb87df162c2a0721bd2b3
Author: Shaun McCance <shaunm@gnome.org>
Date:   Wed Jan 6 15:16:07 2010 -0600

    [mal2html] Implement previous and next links for Mallard documents

 xslt/gettext/l10n.xml.in            |   10 ++++++++
 xslt/mallard/common/mal-link.xsl    |    3 ++
 xslt/mallard/html/mal2html-css.xsl  |   18 ++++++++++++++
 xslt/mallard/html/mal2html-page.xsl |   43 ++++++++++++++++++++++++++++++++++-
 4 files changed, 73 insertions(+), 1 deletions(-)

commit 43bc39f4276914168c8003843373c65f3795842a
Author: Shaun McCance <shaunm@gnome.org>
Date:   Tue Jan 5 17:07:48 2010 -0600

    Version 0.19.1

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

commit d9255da2f836a7ee6ce7e37b578744fa304fb6c3
Author: Shaun McCance <shaunm@gnome.org>
Date:   Tue Jan 5 16:39:15 2010 -0600

    Importing Mallard XSLT changes from yelp-xsl

 configure.in                          |    2 +-
 tools/gnome-doc-tool.in               |   10 +-
 xslt/mallard/Makefile.am              |    2 +-
 xslt/mallard/cache/Makefile.am        |    5 +
 xslt/mallard/cache/mal-cache.xsl      |  192 ++++++++++++
 xslt/mallard/common/mal-chunk.xsl     |    7 +
 xslt/mallard/common/mal-link.xsl      |  520 ++++++++++++++++++++++++++++-----
 xslt/mallard/html/mal2html-block.xsl  |    7 +
 xslt/mallard/html/mal2html-css.xsl    |   34 ++-
 xslt/mallard/html/mal2html-inline.xsl |    9 +-
 xslt/mallard/html/mal2html-list.xsl   |   28 ++
 xslt/mallard/html/mal2html-media.xsl  |  151 ++++++++--
 xslt/mallard/html/mal2html-page.xsl   |  391 ++++++++++++-------------
 xslt/mallard/utils/Makefile.am        |    5 -
 xslt/mallard/utils/mal2cache.xsl      |  119 --------
 15 files changed, 1036 insertions(+), 446 deletions(-)

commit b7abc81e199a978d45c656e72dc05d71513ba3df
Author: Pablo Castellano <pablog@src.gnome.org>
Date:   Sun Jan 3 00:46:01 2010 +0100

    Updated .gitignore files

 .gitignore                       |    6 +-----
 doc/gnome-doc-make/.gitignore    |    2 +-
 doc/gnome-doc-make/de/.gitignore |    2 ++
 doc/mallard/de/.gitignore        |    3 +++
 doc/mallard/es/.gitignore        |    3 +++
 doc/xslt/.gitignore              |    1 +
 sandbox/mallard/html/.gitignore  |    5 +++++
 xml2po/xml2po/.gitignore         |    1 +
 8 files changed, 17 insertions(+), 6 deletions(-)

commit da93935633eacbaf953816eb05e65aaddee99922
Author: Shaun McCance <shaunm@gnome.org>
Date:   Sun Dec 20 17:11:34 2009 -0600

    [gnome-doc-tool] Adding --custom-xslt option

 tools/gnome-doc-tool.in |   18 +++++++++++++++---
 1 files changed, 15 insertions(+), 3 deletions(-)

commit 37e3f473f2c687987c85dd9ef5a348ea2557a5ad
Author: Shaun McCance <shaunm@gnome.org>
Date:   Sat Dec 5 22:49:53 2009 -0600

    [gnome-doc-tool] Adding urlencode/urldecode functions

 tools/gnome-doc-tool.in |   41 ++++++++++++++++++++++++++++++++++++++---
 1 files changed, 38 insertions(+), 3 deletions(-)

commit 1b3536e1a1b1fd91a312b2f6a1b8cda7dbaf6265
Author: Aron Xu <aronxu@gnome.org>
Date:   Wed Dec 9 15:31:04 2009 +0800

    Update Simplified Chinese translation.

 po/zh_CN.po |  114 +++++++++++++++++++++++++++++++++++++++++++++-------------
 1 files changed, 88 insertions(+), 26 deletions(-)

commit 4116022339ae0d2dfe453cf2388a0939f576ed33
Author: Shaun McCance <shaunm@gnome.org>
Date:   Fri Dec 4 18:20:29 2009 -0600

    [gnome-doc-tool] Adding (X)HTML output for Mallard
    
    Also added the list-icons and list-media commands

 tools/gnome-doc-tool.in |  492 +++++++++++++++++++++++++++++++++++++----------
 1 files changed, 394 insertions(+), 98 deletions(-)

commit ce05d9fdadfc227cad82450623a0616a2a3db84b
Author: Shaun McCance <shaunm@gnome.org>
Date:   Mon Nov 16 14:21:45 2009 -0600

    [gnome-doc-utils.make] Fixed error for missing directory for mo files

 tools/gnome-doc-utils.make |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit ac83902f1da7796945bd42c0392203b3d81eeca0
Author: Thomas Thurman <tthurman@Dorothy.plexq.com>
Date:   Mon Nov 9 16:09:32 2009 +0000

    Shavian translation

 po/LINGUAS    |    1 +
 po/en@shaw.po |  298 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 299 insertions(+), 0 deletions(-)

commit cd13a278631c8695e714a4ca679777c7d60e1703
Author: Lucian Grijincu <lucian.grijincu@gmail.com>
Date:   Sun Nov 8 21:40:29 2009 +0200

    Updated Romanian translation

 po/ro.po |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)

commit 7dc92ae8234f43c74c11745f76b9f33d3b9da4b9
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Wed Nov 4 20:45:02 2009 +0100

    Added initial Spanish translation

 doc/mallard/es/es.po | 8535 ++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 8535 insertions(+), 0 deletions(-)

commit 984063e7a4189b31cff99e61736d01eb5d3906f6
Author: Claude Paroz <claude@2xlibre.net>
Date:   Mon Oct 26 16:13:30 2009 +0100

    Properly clean mo files (finally fixes #570342)

 tools/gnome-doc-utils.make |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 29075db3e4881ec5bfb77e6290da47a5b9121f81
Author: Claude Paroz <claude@2xlibre.net>
Date:   Sat Oct 17 23:13:20 2009 +0200

    [xml2po] Set pkgconfig dir to datadir (Fixes #410833)

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

commit dae309f25a4d5e66fdab275f660dbbda92fa206f
Author: Martin von Gagern <Martin.vGagern@gmx.net>
Date:   Thu Oct 15 22:14:34 2009 +0200

    Compile mo files before running xml2po (fixes #570342)

 tools/gnome-doc-utils.make |   18 ++++++++++++++----
 1 files changed, 14 insertions(+), 4 deletions(-)

commit 4b1e70b5bb46685c5bd623ce2a0e5bd1dcc6b3fe
Author: Claude Paroz <claude@2xlibre.net>
Date:   Mon Sep 14 22:21:21 2009 +0200

    [xml2po] Replace .xml2po.mo temp file by a system temp file - bug #593175

 xml2po/README.in           |    3 +--
 xml2po/xml2po.1.xml        |    2 --
 xml2po/xml2po/xml2po.py.in |   14 ++++++++++----
 3 files changed, 11 insertions(+), 8 deletions(-)

commit d740254d9dc31e935e3bc34fa1ae660f10901a62
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Thu Oct 8 07:59:46 2009 +0200

    Added es to DOC_LINGUAS

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

commit 6979f4e68f64f6fefe27615d0fd4b0b78ffec56b
Author: Gil Forcada <gforcada@gnome.org>
Date:   Tue Oct 6 17:35:07 2009 +0200

    Updated Catalan translation

 po/ca.po |  131 ++++++++++++++++++++++++++++++++++++++++---------------------
 1 files changed, 86 insertions(+), 45 deletions(-)

commit 65163faab947a35c89e1eb7694d7afb7f3000ba4
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Sun Oct 4 15:11:48 2009 +0200

    Updated German translation

 doc/mallard/de/de.po |10773 +++++++++++++++++++++++++++++---------------------
 1 files changed, 6337 insertions(+), 4436 deletions(-)

commit b79452065cf1421dba2570578564c2656dacdbc3
Author: Claude Paroz <claude@2xlibre.net>
Date:   Sat Oct 3 18:10:08 2009 +0200

    [xml2po] Print time taken to run the regression tests

 xml2po/tests/README  |    5 +++--
 xml2po/tests/test.py |    5 ++++-
 2 files changed, 7 insertions(+), 3 deletions(-)

commit cef4b8b36a015e88e8df2b9890b06f2d42af2fe1
Author: Daniel Macks <dmacks@netspace.org>
Date:   Thu Oct 1 15:13:00 2009 +0200

    [xml2po] Fix Makefile.am to byte-compile Python files (Fixes #596702)

 xml2po/xml2po/Makefile.am       |    3 +--
 xml2po/xml2po/modes/Makefile.am |    3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

commit 586b182e486594e1b4b7b071b40dd61eb178fa5e
Author: Shaun McCance <shaunm@gnome.org>
Date:   Mon Sep 28 21:47:24 2009 -0500

    Moving icons into "status" subdirectory, for correct icon theme usage

 configure.in                                       |    2 +
 data/icons/hicolor/48x48/Makefile.am               |   11 +-
 data/icons/hicolor/48x48/admon-bug.png             |  Bin 2952 -> 0 bytes
 data/icons/hicolor/48x48/admon-caution.png         |  Bin 2959 -> 0 bytes
 data/icons/hicolor/48x48/admon-important.png       |  Bin 2454 -> 0 bytes
 data/icons/hicolor/48x48/admon-note.png            |  Bin 1733 -> 0 bytes
 data/icons/hicolor/48x48/admon-tip.png             |  Bin 2491 -> 0 bytes
 data/icons/hicolor/48x48/admon-warning.png         |  Bin 2959 -> 0 bytes
 data/icons/hicolor/48x48/status/Makefile.am        |   10 +
 data/icons/hicolor/48x48/status/admon-bug.png      |  Bin 0 -> 2952 bytes
 data/icons/hicolor/48x48/status/admon-caution.png  |  Bin 0 -> 2959 bytes
 .../icons/hicolor/48x48/status/admon-important.png |  Bin 0 -> 2454 bytes
 data/icons/hicolor/48x48/status/admon-note.png     |  Bin 0 -> 1733 bytes
 data/icons/hicolor/48x48/status/admon-tip.png      |  Bin 0 -> 2491 bytes
 data/icons/hicolor/48x48/status/admon-warning.png  |  Bin 0 -> 2959 bytes
 data/icons/hicolor/scalable/Makefile.am            |   11 +-
 data/icons/hicolor/scalable/admon-bug-shadow.svg   |  297 -----
 data/icons/hicolor/scalable/admon-bug.svg          |  285 -----
 .../hicolor/scalable/admon-caution-shadow.svg      |  197 ----
 data/icons/hicolor/scalable/admon-caution.svg      |  187 ----
 .../hicolor/scalable/admon-important-shadow.svg    | 1172 --------------------
 data/icons/hicolor/scalable/admon-important.svg    | 1157 -------------------
 data/icons/hicolor/scalable/admon-note-shadow.svg  |  927 ----------------
 data/icons/hicolor/scalable/admon-note.svg         |  958 ----------------
 data/icons/hicolor/scalable/admon-tip-shadow.svg   |  188 ----
 data/icons/hicolor/scalable/admon-tip.svg          |  178 ---
 .../hicolor/scalable/admon-warning-shadow.svg      |  197 ----
 data/icons/hicolor/scalable/admon-warning.svg      |  187 ----
 data/icons/hicolor/scalable/status/Makefile.am     |   10 +
 .../hicolor/scalable/status/admon-bug-shadow.svg   |  297 +++++
 data/icons/hicolor/scalable/status/admon-bug.svg   |  285 +++++
 .../scalable/status/admon-caution-shadow.svg       |  197 ++++
 .../hicolor/scalable/status/admon-caution.svg      |  187 ++++
 .../scalable/status/admon-important-shadow.svg     | 1172 ++++++++++++++++++++
 .../hicolor/scalable/status/admon-important.svg    | 1157 +++++++++++++++++++
 .../hicolor/scalable/status/admon-note-shadow.svg  |  927 ++++++++++++++++
 data/icons/hicolor/scalable/status/admon-note.svg  |  958 ++++++++++++++++
 .../hicolor/scalable/status/admon-tip-shadow.svg   |  188 ++++
 data/icons/hicolor/scalable/status/admon-tip.svg   |  178 +++
 .../scalable/status/admon-warning-shadow.svg       |  197 ++++
 .../hicolor/scalable/status/admon-warning.svg      |  187 ++++
 tools/gnome-doc-tool.in                            |    2 +-
 42 files changed, 5955 insertions(+), 5951 deletions(-)

commit d6d2feb785cd5c64198bbaa98a925a8eec79f998
Author: Khaled Hosny <khaledhosny@eglug.org>
Date:   Fri Sep 25 17:13:27 2009 +0200

    Updated Arabic translation

 po/ar.po |   51 ++++++++++++++++++++++++++-------------------------
 1 files changed, 26 insertions(+), 25 deletions(-)

commit 4f98b4a7959481e30f7e8912ab0857a1bf7a621e
Author: Ani <peter.ani@gmail.com>
Date:   Wed Sep 23 12:57:57 2009 +0530

    Updated Malayalam Translations

 po/ml.po |   35 ++++++++++++++++++-----------------
 1 files changed, 18 insertions(+), 17 deletions(-)

commit 40a1c14307cea4edc62609502b7ee841abfcf2d0
Author: Shaun McCance <shaunm@gnome.org>
Date:   Mon Sep 21 09:44:02 2009 -0500

    Version 0.18.0

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

commit c61ae3512ba4ca7d1b358773409ab667206335da
Author: Amitakhya Phukan <aphukan@fedoraproject.org>
Date:   Mon Sep 21 11:46:53 2009 +0530

    Updating Assamese translations

 po/as.po |  334 +++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 190 insertions(+), 144 deletions(-)

commit 03bccb7aef0616d79e555bf23633f43b8c8909c8
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Sun Sep 20 21:10:55 2009 +0200

    Added German doc translation

 doc/mallard/de/de.po | 8334 ++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 8334 insertions(+), 0 deletions(-)

commit a8e86d410b9c68a451a4eaa9b9dc74159ac0637b
Author: Takayuki KUSANO <AE5T-KSN@asahi-net.or.jp>
Date:   Mon Sep 21 00:53:48 2009 +0900

    Updated Japanese translation

 po/ja.po |  119 +++++++++++++++++++++++++++++++++++++++++++++++--------------
 1 files changed, 91 insertions(+), 28 deletions(-)

commit f0c2b70611821c2056cc74a98efa97110129def9
Author: A S Alam <aalam@users.sf.net>
Date:   Sun Sep 20 06:06:32 2009 +0530

    Updating Translation for Punjabi by A S Alam

 po/pa.po |  151 ++++++++++++++++++++++++++++++++++++++++++--------------------
 1 files changed, 102 insertions(+), 49 deletions(-)

commit 6b63cf8935716d5bd643857706839a72634e6abf
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Sat Sep 19 22:46:51 2009 +0200

    Updated Slovenian translation

 po/sl.po |  111 ++++++++++++++++++++++++++++++++++++++++++++++++--------------
 1 files changed, 86 insertions(+), 25 deletions(-)

commit 7b3b111ae2298e607565ef6922ac4b474a04fcfa
Author: Rajesh Ranjan <rranjan@rranjan.csb>
Date:   Fri Sep 18 17:45:55 2009 +0530

    maithili update

 po/LINGUAS |    1 +
 po/mai.po  | 2233 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 2234 insertions(+), 0 deletions(-)

commit f69c922574b152948f9bd0420ef3af97f0899645
Author: Shankar Prasad <svenkate@redhat.com>
Date:   Fri Sep 18 14:24:27 2009 +0530

    Updated Kannada(kn) translation

 po/kn.po |  161 +++++++++++++++++++++++++++++++++++++++++++------------------
 1 files changed, 113 insertions(+), 48 deletions(-)

commit 74ea30a3253c660d7d1dbabe564288065f200747
Author: Manoj Kumar Giri <mgiri@mgiri.csb>
Date:   Thu Sep 17 22:43:14 2009 +0530

    Upadated Oriya Translation

 po/or.po |  171 +++++++++++++++++++++++++++++++++++++++----------------------
 1 files changed, 109 insertions(+), 62 deletions(-)

commit 93e384c8eeddee1baaa4d0526fa2b68fc4ab59c5
Author: krishnababu k <kkrothap@redhat.ocm>
Date:   Thu Sep 17 21:17:50 2009 +0530

    Updated Telugu Translation

 po/te.po |  170 +++++++++++++++++++++++++++++++++++++++-----------------------
 1 files changed, 108 insertions(+), 62 deletions(-)

commit fd558602b1e9a1bd3f01c6f91bbe3051a3c53adb
Author: Maxim V. Dziumanenko <dziumanenko@gmail.com>
Date:   Thu Sep 17 11:40:34 2009 +0300

    Added Ukrainian translation

 po/uk.po |  111 +++++++++++++++++++++++++++++++++++++++++++++++--------------
 1 files changed, 85 insertions(+), 26 deletions(-)

commit 1089ec92533563f8f147b9eda3b987ac633c2b00
Author: Gintautas Miliauskas <gintautas@miliauskas.lt>
Date:   Wed Sep 16 21:03:36 2009 +0300

    Updated Lithuanian translation.

 po/lt.po |  113 +++++++++++++++++++++++++++++++++++++++++++++++--------------
 1 files changed, 87 insertions(+), 26 deletions(-)

commit bc858d1cc1a4a387c6fe6461827514688416efff
Author: Daniel Elstner <danielk@openismus.com>
Date:   Mon Sep 14 18:00:32 2009 +0200

    Fix gnome-doc-utils.make parallel build failure (bgo #595197)
    
    * tools/gnome-doc-utils.make (clean-doc-dir): Make rule dependent on
    clean-doc-lc to ensure that all files in the subdirectories have been
    deleted before attempting to remove the directory itself.

 tools/gnome-doc-utils.make |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit f9cb0c539ba91de1a185fadd3291b344f4122eb3
Author: Adi Roiban <adi@roiban.ro>
Date:   Wed Sep 16 15:47:36 2009 +0300

    Updated Romanian translation

 po/ro.po |  298 +++++++++++++++++++++++++++++++++++++++++++++++---------------
 1 files changed, 226 insertions(+), 72 deletions(-)

commit a2f556cea08092ff08ac93c3088aab95a27d4569
Author: Rajesh Ranjan <rranjan@rranjan.csb>
Date:   Wed Sep 16 13:53:23 2009 +0530

    hindi update by Rajesh Ranjan

 po/hi.po |   72 +++++++++++++++++++++++++-------------------------------------
 1 files changed, 29 insertions(+), 43 deletions(-)

commit c72f89af5ffeb9f9617990613ad8cf553832d83b
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Mon Sep 14 00:47:42 2009 +0900

    Korean translation update

 po/ko.po |  126 +++++++++++++++++++++++++++++++++++++++++++++++--------------
 1 files changed, 97 insertions(+), 29 deletions(-)

commit 9c71ad97d1c48268bfb794a11b6c6217ecd35c9e
Author: Ask H. Larsen <asklarsen@gmail.com>
Date:   Sun Sep 13 03:22:54 2009 +0200

    Updated Danish translation

 po/da.po |  109 ++++++++++++++++++++++++++++++++++++++++++++++++-------------
 1 files changed, 85 insertions(+), 24 deletions(-)

commit e35361b0da2e9cba0642230cfb92863ddc0a4970
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sat Sep 12 23:40:40 2009 +0100

    Updated British English translation

 po/en_GB.po |  348 +++++++++++++++++++++++++++++++++++++++++++++--------------
 1 files changed, 268 insertions(+), 80 deletions(-)

commit b83af33ccaab3c30f57f992f75b4f58c779ae7ff
Author: Ani <peter.ani@gmail.com>
Date:   Sat Sep 12 18:14:32 2009 +0530

    Updaeted Malayalam Translations

 po/ml.po |  197 +++++++++++++++++++++++++++++++++++++-------------------------
 1 files changed, 118 insertions(+), 79 deletions(-)

commit 7b74e5acd9b4cdda74b10b49575d604066582de9
Author: Sandeep Shedmake <sshedmak@redhat.com>
Date:   Fri Sep 11 12:37:31 2009 +0530

    Updated Marathi Translations

 po/mr.po |  123 +++++++++++++++++++++++++++++++++++++++++++++++---------------
 1 files changed, 93 insertions(+), 30 deletions(-)

commit 4cfa55e4fcb36ded134f1c5be0d539585c7d03de
Author: Shaun McCance <shaunm@gnome.org>
Date:   Tue Sep 8 13:49:57 2009 -0500

    [mallard] Removing the copyright element and moving copyrights to credit

 doc/mallard/C/details.page            |    5 +--
 doc/mallard/C/docbook.page            |    8 ++-
 doc/mallard/C/explore.page            |    5 +--
 doc/mallard/C/i18n.page               |    5 +--
 doc/mallard/C/index.page              |    5 +--
 doc/mallard/C/its.page                |    5 +--
 doc/mallard/C/l10n.page               |    5 +--
 doc/mallard/C/links.page              |    5 +--
 doc/mallard/C/mal_attr_link.page      |    5 +--
 doc/mallard/C/mal_block.page          |    5 +--
 doc/mallard/C/mal_block_cite.page     |    5 +--
 doc/mallard/C/mal_block_code.page     |    5 +--
 doc/mallard/C/mal_block_comment.page  |    5 +--
 doc/mallard/C/mal_block_desc.page     |    5 +--
 doc/mallard/C/mal_block_example.page  |    5 +--
 doc/mallard/C/mal_block_figure.page   |    5 +--
 doc/mallard/C/mal_block_list.page     |    5 +--
 doc/mallard/C/mal_block_listing.page  |    5 +--
 doc/mallard/C/mal_block_media.page    |    5 +--
 doc/mallard/C/mal_block_note.page     |    5 +--
 doc/mallard/C/mal_block_p.page        |    5 +--
 doc/mallard/C/mal_block_quote.page    |    5 +--
 doc/mallard/C/mal_block_screen.page   |    5 +--
 doc/mallard/C/mal_block_steps.page    |    5 +--
 doc/mallard/C/mal_block_synopsis.page |    5 +--
 doc/mallard/C/mal_block_terms.page    |    5 +--
 doc/mallard/C/mal_block_tree.page     |    5 +--
 doc/mallard/C/mal_external.page       |    5 +--
 doc/mallard/C/mal_info.page           |    5 --
 doc/mallard/C/mal_info_copyright.page |   97 ---------------------------------
 doc/mallard/C/mal_info_credit.page    |   47 +++++++++-------
 doc/mallard/C/mal_info_desc.page      |    5 +--
 doc/mallard/C/mal_info_email.page     |   18 ++----
 doc/mallard/C/mal_info_license.page   |    5 +--
 doc/mallard/C/mal_info_name.page      |   23 ++------
 doc/mallard/C/mal_info_revision.page  |    5 +--
 doc/mallard/C/mal_info_title.page     |    5 +--
 doc/mallard/C/mal_info_years.page     |   74 +++++++++++++++++++++++++
 doc/mallard/C/mal_inline.page         |    5 +--
 doc/mallard/C/mal_inline_app.page     |    5 +--
 doc/mallard/C/mal_inline_cmd.page     |    5 +--
 doc/mallard/C/mal_inline_code.page    |    5 +--
 doc/mallard/C/mal_inline_em.page      |    5 +--
 doc/mallard/C/mal_inline_file.page    |    5 +--
 doc/mallard/C/mal_inline_gui.page     |    5 +--
 doc/mallard/C/mal_inline_guiseq.page  |    5 +--
 doc/mallard/C/mal_inline_input.page   |    5 +--
 doc/mallard/C/mal_inline_key.page     |    5 +--
 doc/mallard/C/mal_inline_keyseq.page  |    5 +--
 doc/mallard/C/mal_inline_link.page    |    5 +--
 doc/mallard/C/mal_inline_media.page   |    5 +--
 doc/mallard/C/mal_inline_output.page  |    5 +--
 doc/mallard/C/mal_inline_span.page    |    5 +--
 doc/mallard/C/mal_inline_sys.page     |    5 +--
 doc/mallard/C/mal_inline_var.page     |    5 +--
 doc/mallard/C/mal_page.page           |    5 +--
 doc/mallard/C/mal_section.page        |    5 +--
 doc/mallard/C/principles.page         |    5 +--
 doc/mallard/C/spec.page               |    5 +--
 doc/mallard/C/tenminutes.page         |    5 +--
 doc/mallard/Makefile.am               |    2 +-
 xslt/mallard/html/mal2html-page.xsl   |    8 ++--
 62 files changed, 176 insertions(+), 371 deletions(-)

commit 7e09dcbd2086e03bb784a2d6d21219c12abfa94d
Author: Shaun McCance <shaunm@gnome.org>
Date:   Tue Sep 8 12:48:32 2009 -0500

    Fixing external-namespace elements in info context

 doc/mallard/C/mal_external.page       |   11 +++++++++++
 doc/mallard/C/mal_info.page           |   17 +++++++++--------
 doc/mallard/C/mal_info_copyright.page |    2 +-
 doc/mallard/C/mal_info_credit.page    |    2 +-
 doc/mallard/C/mal_info_revision.page  |    2 +-
 5 files changed, 23 insertions(+), 11 deletions(-)

commit 8657db33169567bdee569fc0171596b68e0ea887
Author: Shaun McCance <shaunm@gnome.org>
Date:   Mon Sep 7 19:20:00 2009 -0500

    Version 0.17.5

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

commit ccb3c48460acb93161246a6a986aa6c38496334a
Merge: 435431f 6574fa2
Author: Shaun McCance <shaunm@gnome.org>
Date:   Mon Sep 7 19:12:23 2009 -0500

    Merge branch 'master' of ssh://git.gnome.org/git/gnome-doc-utils

commit 6574fa29cfc1eddc3ea0a0fd292a0859bd9c4636
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Tue Sep 8 01:08:31 2009 +0200

    Updated Polish translation

 po/pl.po |  161 ++++++++++++++++++++++++++++++++++++++++++++-----------------
 1 files changed, 116 insertions(+), 45 deletions(-)

commit e4323bfd6516dff1f889cef1ab7e9e6215eabc0a
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Mon Sep 7 02:15:25 2009 +0200

    Hungarian translation updated

 po/hu.po |  171 +++++++++++++++++++++++++++++++++++++++++++++-----------------
 1 files changed, 124 insertions(+), 47 deletions(-)

commit 435431ff12e503dd3a280c119f5fb46747967b70
Merge: 138c6d3 3e0e1c3
Author: Shaun McCance <shaunm@gnome.org>
Date:   Fri Sep 4 16:18:23 2009 -0500

    Merge branch 'master' of ssh://git.gnome.org/git/gnome-doc-utils

commit 3e0e1c3be22b75a7bf622b45374b1d65b0621a91
Author: Baris Cicek <baris@teamforce.name.tr>
Date:   Sun Aug 30 19:00:28 2009 +0300

    Updated Turkish translation.

 po/tr.po |  115 +++++++++++++++++++++++++++++++++++++++++++++++---------------
 1 files changed, 87 insertions(+), 28 deletions(-)

commit 138c6d3accae23fce314771af4f22f82af7d59ec
Merge: 82e172f 41e8629
Author: Shaun McCance <shaunm@gnome.org>
Date:   Sat Aug 29 20:09:39 2009 -0500

    Merge branch 'master' of ssh://git.gnome.org/git/gnome-doc-utils

commit 41e862907e5146acc51ad65f74ea127d6318408b
Author: Petr Kovar <pknbe@volny.cz>
Date:   Sat Aug 29 21:44:18 2009 +0200

    Updated Czech translation

 po/cs.po |  116 +++++++++++++++++++++++++++++++++++++++++++++++--------------
 1 files changed, 89 insertions(+), 27 deletions(-)

commit 9b6f1326835a3ffe62558798370373d62bc4ba67
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Sat Aug 29 21:21:03 2009 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

 po/zh_HK.po |  117 +++++++++++++++++++++++++++++++++++++++++++++--------------
 po/zh_TW.po |  117 +++++++++++++++++++++++++++++++++++++++++++++--------------
 2 files changed, 178 insertions(+), 56 deletions(-)

commit 381b5ef6f3b546d8bfde71bb989c5976a2995253
Author: Miloš Popović <mpopovic@src.gnome.org>
Date:   Sat Aug 29 14:41:13 2009 +0200

    Updated Serbian translation

 po/sr.po       |  122 ++++++++++++++++++++++++++++++++++++++++++--------------
 po/sr@latin.po |  122 ++++++++++++++++++++++++++++++++++++++++++--------------
 2 files changed, 184 insertions(+), 60 deletions(-)

commit a9ba4b0a2028d6c8b6ef8fc4417c530919b2a92a
Author: Shaun McCance <shaunm@gnome.org>
Date:   Fri Aug 28 12:14:05 2009 -0500

    [mal2html] Handle link roles on inline links
    
    Also had to fix a hard-coded "guide" link role in mal-link.xsl, left
    over from a debugging session when trying to get link roles to work
    for automatic links.

 xslt/mallard/common/mal-link.xsl      |    2 +-
 xslt/mallard/html/mal2html-inline.xsl |    4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)

commit ad336cfa886d57ceade60bef3a40c4bd86477264
Author: Runa Bhattacharjee <runab@redhat.com>
Date:   Fri Aug 28 17:58:55 2009 +0530

    Updated Bengali India Translations

 po/bn_IN.po |  116 +++++++++++++++++++++++++++++++++++++++++++++--------------
 1 files changed, 89 insertions(+), 27 deletions(-)

commit 40cf497544fd7c1f59f58638fc6f0c3ee2a721ba
Author: Shaun McCance <shaunm@gnome.org>
Date:   Thu Aug 27 13:18:21 2009 -0500

    Handle link roles for automatic links

 xslt/mallard/common/mal-link.xsl    |   17 ++++++++++++++---
 xslt/mallard/html/mal2html-page.xsl |   12 ++++++++++--
 2 files changed, 24 insertions(+), 5 deletions(-)

commit 9759ebe3e4fa62c3d0095c869aaad96f65bb7010
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Thu Aug 27 09:02:17 2009 +0100

    Updated Portuguese translation

 po/pt.po |  118 ++++++++++++++++++++++++++++++++++++++++++++++----------------
 1 files changed, 88 insertions(+), 30 deletions(-)

commit 22a47c0c45e2e660081ab6cfd68308fec72ca036
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
Date:   Wed Aug 26 15:34:03 2009 +0200

    Updated Basque language

 po/eu.po |  164 +++++++++++++++++++++++++++++++++++++++----------------------
 1 files changed, 105 insertions(+), 59 deletions(-)

commit 8bb4650ce5da0e2a1237b884e779dfeeaa56414a
Author: Sweta Kothari <swkothar@redhat.com>
Date:   Tue Aug 25 14:18:37 2009 +0530

    Updated Gujarati Translations

 po/gu.po |  123 +++++++++++++++++++++++++++++++++++++++++++++++---------------
 1 files changed, 93 insertions(+), 30 deletions(-)

commit 82e172f248fff3bbe8f81bb055862d5ff7a414d5
Author: Shaun McCance <shaunm@gnome.org>
Date:   Mon Aug 24 12:26:27 2009 -0500

    Version 0.17.4

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

commit 7670ca2a058d40c9a3cf4ae4cdc35799f8bc9167
Author: Shaun McCance <shaunm@gnome.org>
Date:   Mon Aug 24 11:47:10 2009 -0500

    [mallard] Fixed typo

 doc/mallard/C/mal_block.page |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit f966974c6345b1d2127acc2eee4c80210d8a0a99
Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
Date:   Mon Aug 24 11:22:34 2009 +0700

    Updated Thai translation.

 po/th.po |  115 +++++++++++++++++++++++++++++++++++++++++++++++--------------
 1 files changed, 88 insertions(+), 27 deletions(-)

commit 44e5486a1709eb66de1f52b859a6f11b5344401f
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Sun Aug 23 21:31:11 2009 +0200

    Updated German doc translation

 doc/gnome-doc-make/de/de.po |   48 +++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 46 insertions(+), 2 deletions(-)

commit e11151ba25bdb6bd8789adf3411fda0dcc30121c
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Thu Aug 20 15:37:18 2009 +0200

    Updated German translation

 po/de.po |  120 +++++++++++++++++++++++++++++++++++++++++++++++---------------
 1 files changed, 91 insertions(+), 29 deletions(-)

commit 213d5310f71d32db146b4f967b334d1bb2655f6c
Author: Ivar Smolin <okul@linux.ee>
Date:   Mon Aug 17 09:37:46 2009 +0300

    Updating Estonian translation

 po/et.po |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

commit 77a38abbaf321406ca40e7bd41ffe46bd99b45d9
Author: Claude Paroz <claude@2xlibre.net>
Date:   Sat Aug 15 15:36:02 2009 +0200

    Updated French translation

 po/fr.po |  119 +++++++++++++++++++++++++++++++++++++++++++++++--------------
 1 files changed, 91 insertions(+), 28 deletions(-)

commit 7810d6679a6192f23f327c1de2c24e720eb0b8a1
Author: Tommi Vainikainen <thv@iki.fi>
Date:   Sat Aug 15 15:41:40 2009 +0300

    Updated Finnish translation

 po/fi.po |  116 ++++++++++++++++++++++++++++++++++++++++++++++---------------
 1 files changed, 87 insertions(+), 29 deletions(-)

commit d0f65883b72bd8f4983e3a3e5b4c02eebc0db35c
Author: Tommi Vainikainen <thv@iki.fi>
Date:   Sat Aug 15 15:41:24 2009 +0300

    Fix misspelling of 'description'

 xslt/gettext/l10n.xml.in |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

commit 5c59248672c12ddba50cd2d00ac3e0187472bcff
Author: Milo Casagrande <milo@ubuntu.com>
Date:   Sat Aug 15 10:52:19 2009 +0200

    Updated Italian translation

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

commit c084db7aa3577f81d3e2c6a3e11952a73f5a5deb
Author: Rajesh Ranjan <rranjan@rranjan.csb>
Date:   Fri Aug 14 17:50:09 2009 +0530

    hindi update

 po/hi.po |  578 ++++++++++++++++++++++++++++++++++++++++++++++++++------------
 1 files changed, 469 insertions(+), 109 deletions(-)

commit 2a05d86afbcd149f1b730bf8489d7fc55ba6ddb1
Author: Alexander Shopov <ash@contact.bg>
Date:   Fri Aug 14 07:51:59 2009 +0300

    Updated Bulgarian translation

 po/bg.po |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 1dccab6de20243b23d85dee101a1a6223230fc6b
Author: Alexander Shopov <ash@contact.bg>
Date:   Fri Aug 14 07:44:07 2009 +0300

    Updated Bulgarian translation

 po/bg.po |  113 +++++++++++++++++++++++++++++++++++++++++++++++--------------
 1 files changed, 87 insertions(+), 26 deletions(-)

commit 3fe39aedbc2f499a161865665a35728f000a1510
Author: Milo Casagrande <milo@ubuntu.com>
Date:   Wed Aug 12 14:16:05 2009 +0200

    Updated Italian translation

 po/it.po |  118 ++++++++++++++++++++++++++++++++++++++++++++++++-------------
 1 files changed, 93 insertions(+), 25 deletions(-)

commit 0fe3abc6ff83b984769fc1c594ea4870c61a10ae
Author: Antón Méixome <meixome@mancomun.org>
Date:   Mon Aug 10 16:52:41 2009 +0200

    Updated Galician translation

 po/gl.po |  124 +++++++++++++++++++++++++++++++++++++++++++++++---------------
 1 files changed, 94 insertions(+), 30 deletions(-)

commit c0e49f459b9733a4aa9dd0ecea00e457aec34a84
Author: Claude Paroz <claude@2xlibre.net>
Date:   Sun Aug 9 22:51:06 2009 +0200

    Level parameter of __import__ was also a Python2.5 addition

 xml2po/xml2po/__init__.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit a1dd3fb3b579e8bc5d61e369d8666466b42f76f0
Author: Claude Paroz <claude@2xlibre.net>
Date:   Sun Aug 9 22:45:03 2009 +0200

    Use the non-keyword __import__ call to be Python2.4-compliant

 xml2po/xml2po/__init__.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 81337211f27e5b93c4a1101d6e79e4ff5e974a74
Author: Shaun McCance <shaunm@gnome.org>
Date:   Sat Aug 8 11:03:16 2009 -0500

    Working around buggy OpenSolaris awk
    
    http://bugzilla.gnome.org/show_bug.cgi?id=590694#c13
    http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=1236105

 rng/mallard/Makefile.am |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

commit 99082978ff5149ccdd89ec5e21e64f34aa13887f
Author: Shaun McCance <shaunm@gnome.org>
Date:   Fri Aug 7 17:57:49 2009 -0500

    [rnc2rng.awk] Fixing more awk --lint warnings

 rng/mallard/rnc2rng.awk |   17 ++++++++++++-----
 1 files changed, 12 insertions(+), 5 deletions(-)

commit c21cb6c5324625918cc2b0f4797b418537462776
Author: Shaun McCance <shaunm@gnome.org>
Date:   Thu Aug 6 10:57:06 2009 -0500

    Fixing awk --lint errors on rnc2rng.awk

 rng/mallard/rnc2rng.awk |   80 +++++++++++++++++++++++++++-------------------
 1 files changed, 47 insertions(+), 33 deletions(-)

commit a369fba61f9c58808ed5040a68a34ebf65cdefaa
Author: Shaun McCance <shaunm@gnome.org>
Date:   Thu Aug 6 09:35:01 2009 -0500

    Adding files to .gitignore

 .gitignore |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

commit 86483bfbde4d8e4c8d1665cdab2590934ffe120b
Author: Seán de Búrca <leftmostcat@gmail.com>
Date:   Thu Aug 6 01:26:42 2009 -0600

    Added Irish translation

 po/LINGUAS |    1 +
 po/ga.po   | 2267 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 2268 insertions(+), 0 deletions(-)

commit b16a3eb3b238a2cf307d3873c948ae14e7c82671
Author: Shaun McCance <shaunm@gnome.org>
Date:   Wed Aug 5 09:39:36 2009 -0500

    [mal2html] Don't let "twocolumn" tables collapse

 xslt/mallard/html/mal2html-css.xsl |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 8475909b1e74a6fc91a436dbcac2e0e0cbda5ddb
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Wed Aug 5 05:27:38 2009 +0200

    Updated Spanish translation

 po/es.po |  181 +++++++++++++++++++++++++++++++++++++++++++++-----------------
 1 files changed, 131 insertions(+), 50 deletions(-)

commit a86f0d7669ce23cf5181f31f491d51e788e87350
Author: Shaun McCance <shaunm@gnome.org>
Date:   Tue Aug 4 13:35:11 2009 -0500

    Fixing distcheck issues from recent xml2po work

 bootstrap.make            |    2 +-
 po/POTFILES.skip          |    1 +
 xml2po/xml2po/Makefile.am |    1 +
 3 files changed, 3 insertions(+), 1 deletions(-)

commit 6e83f2abc33849e910655c395917b0eda62ae13c
Author: William Immendorf <will.immendorf@gmail.com>
Date:   Tue Aug 4 13:33:32 2009 -0500

    Use AC_MSG_* when checking for gnome-doc-utils, bug #571300

 tools/gnome-doc-utils.m4 |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit b745f80a52545aa11b4137919a2240f753fa4e56
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Tue Aug 4 12:09:21 2009 +0200

    Updated Norwegian bokmål translation.

 po/nb.po |  115 +++++++++++++++++++++++++++++++++++++++++++++++--------------
 1 files changed, 88 insertions(+), 27 deletions(-)

commit e12931827809ea3c9a865d58a5d2dd01595043ee
Author: Shaun McCance <shaunm@gnome.org>
Date:   Mon Aug 3 22:38:02 2009 -0500

    Use $(GDU_AWK) instaed of awk, bug #590694

 rng/mallard/Makefile.am |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

commit f1a301ffcfd6a57d49dd8fafb8d710f07e4a51b1
Author: Claude Paroz <claude@2xlibre.net>
Date:   Sun Aug 2 23:12:02 2009 +0200

    [xml2po] Don't output ending spaces in pot files

 xml2po/tests/adjacent-ents.pot          |    8 +-
 xml2po/tests/attribute-entities.pot     |    6 +-
 xml2po/tests/deep-finals.pot            |    6 +-
 xml2po/tests/deep-nonfinals.pot         |   22 +-
 xml2po/tests/docbook.pot                |   30 +-
 xml2po/tests/footnotes.pot              |   12 +-
 xml2po/tests/keepents.pot               |    4 +-
 xml2po/tests/mallard.pot                |  126 ++++----
 xml2po/tests/relnotes/release-notes.pot |  484 +++++++++++++++---------------
 xml2po/tests/reuse/reuse.pot            |   30 +-
 xml2po/tests/ubuntu-mode.pot            |   24 +-
 xml2po/tests/utf8-original.pot          |    6 +-
 xml2po/tests/xhtml.pot                  |   10 +-
 xml2po/xml2po/__init__.py               |    2 +-
 14 files changed, 385 insertions(+), 385 deletions(-)

commit d299dff1fa447e48150e10bcd28a9fc0b0403bb2
Author: Claude Paroz <claude@2xlibre.net>
Date:   Sun Aug 2 22:46:52 2009 +0200

    [xml2po] Missing self reference

 xml2po/xml2po/__init__.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 2e29deb613b88d4c9a22937a5893f65048032ab5
Author: Claude Paroz <claude@2xlibre.net>
Date:   Sun Aug 2 22:44:44 2009 +0200

    [xml2po] Add missing files for mallard mode tests

 xml2po/tests/mallard.po      |  270 ++++++++++++++++++++++++++++++++++++++++++
 xml2po/tests/mallard.pot     |  270 ++++++++++++++++++++++++++++++++++++++++++
 xml2po/tests/mallard.xml.out |  137 +++++++++++++++++++++
 3 files changed, 677 insertions(+), 0 deletions(-)

commit 2e0cbb22aabfe8baee95f3e5a120a5280ee6ea25
Author: Shaun McCance <shaunm@gnome.org>
Date:   Sun Aug 2 11:49:49 2009 -0500

    [mallard] Give info_name and info_email their own pages, allow ext attrs

 doc/mallard/C/mal_info.page           |   11 ++++-
 doc/mallard/C/mal_info_copyright.page |    9 ++--
 doc/mallard/C/mal_info_credit.page    |    7 ++-
 doc/mallard/C/mal_info_email.page     |   81 +++++++++++++++++++++++++++++
 doc/mallard/C/mal_info_name.page      |   90 +++++++++++++++++++++++++++++++++
 doc/mallard/Makefile.am               |    4 ++
 6 files changed, 194 insertions(+), 8 deletions(-)

commit ba9f86d68bdb2105f9dd2c2cff24a4830e809d5f
Author: Claude Paroz <claude@2xlibre.net>
Date:   Sun Aug 2 16:04:12 2009 +0200

    [xml2po] Don't use start parameter of enumerate (introduced in Python 2.6)

 xml2po/xml2po/__init__.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit dc090f1e80ae44c6bcd5384d13815bdae9e64742
Author: Claude Paroz <claude@2xlibre.net>
Date:   Sun Aug 2 00:27:05 2009 +0200

    [xml2po] isFinalNode is now a method of the mode

 xml2po/xml2po/__init__.py    |   16 +---------------
 xml2po/xml2po/modes/basic.py |   15 +++++++++++++++
 2 files changed, 16 insertions(+), 15 deletions(-)

commit 7032edced3b913b417b3ae0132a4fc58ba68298a
Author: Claude Paroz <claude@2xlibre.net>
Date:   Sun Aug 2 00:22:57 2009 +0200

    [xml2po] Missing files to properly build xml2po

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

commit 72b4feeda4bceab3ab1cd82758cfff024df721b0
Author: Claude Paroz <claude@2xlibre.net>
Date:   Sat Aug 1 23:42:42 2009 +0200

    [xml2po] Partial rewrite of xml2po as a Python module
    
    Basically, the XML processing has been left untouched, with very small
    tweakings (boolean instead of 1/0, python syntax, etc.). The main idea was to
    separate the command line processing (xml2po.py.in -> xml2po) and the main
    processing (moved as a module in /usr/lib/python??/site-packages/xml2po, with
    /modes as a subdirectory). It should now be possible to call xml2po from any
    python code with an "import xml2po" command, without resorting to command line.

 bootstrap.make                  |    2 +-
 configure.in                    |    5 +-
 xml2po/.gitignore               |    1 -
 xml2po/Makefile.am              |   17 +-
 xml2po/modes/Makefile.am        |    4 -
 xml2po/modes/basic.py           |   63 ---
 xml2po/modes/docbook.py         |  207 ---------
 xml2po/modes/gs.py              |   73 ----
 xml2po/modes/mallard.py         |  134 ------
 xml2po/modes/ubuntu.py          |   25 --
 xml2po/modes/xhtml.py           |   38 --
 xml2po/tests/relnotes/test.sh   |    4 +-
 xml2po/tests/test.py            |   12 +-
 xml2po/xml2po.py                |  889 ---------------------------------------
 xml2po/xml2po/__init__.py       |  700 ++++++++++++++++++++++++++++++
 xml2po/xml2po/modes/Makefile.am |    4 +
 xml2po/xml2po/modes/basic.py    |   65 +++
 xml2po/xml2po/modes/docbook.py  |  207 +++++++++
 xml2po/xml2po/modes/gs.py       |   73 ++++
 xml2po/xml2po/modes/mallard.py  |  134 ++++++
 xml2po/xml2po/modes/ubuntu.py   |   22 +
 xml2po/xml2po/modes/xhtml.py    |   38 ++
 xml2po/xml2po/xml2po.py.in      |  187 ++++++++
 23 files changed, 1443 insertions(+), 1461 deletions(-)

commit 1b230c3e7b1950a73870c19d6970163e472d58bf
Author: drtvasudevan <agnihot3@gmail.com>
Date:   Wed Jul 29 08:30:00 2009 +0530

    Updated Tamil translation

 po/ta.po |  127 ++++++++++++++++++++++++++++++++++++++++++++++---------------
 1 files changed, 96 insertions(+), 31 deletions(-)

commit 7d49e858d3446f6ce75c4120e59c1e339259951f
Author: Shaun McCance <shaunm@gnome.org>
Date:   Mon Jul 27 21:03:59 2009 -0500

    Version 0.17.3

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

commit bd021e35cec1db931a24afc53f61ab74d7e3d4c5
Author: Shaun McCance <shaunm@gnome.org>
Date:   Mon Jul 27 20:50:07 2009 -0500

    Adding xml2po mode for Mallard documents
    
    This isn't entirely complete, but it's better than the default
    behavior.  I had to modify xml2po some for this mode, because
    you can't determine whether a node is "final" based on its name
    alone; you need context.

 tools/gnome-doc-utils.make |   13 ++--
 xml2po/modes/Makefile.am   |    2 +-
 xml2po/modes/mallard.py    |  134 +++++++++++++++++++++++++++++++++++++++++
 xml2po/tests/mallard.xml   |  142 ++++++++++++++++++++++++++++++++++++++++++++
 xml2po/tests/test.py       |    1 +
 xml2po/xml2po.py           |    2 +
 6 files changed, 287 insertions(+), 7 deletions(-)

commit 6591d7abf8d3f765686c69c1960e464a9ef4b45d
Author: Daniel Nylander <po@danielnylander.se>
Date:   Tue Jul 28 02:02:37 2009 +0200

    Updated Swedish translation

 po/sv.po |  115 +++++++++++++++++++++++++++++++++++++++++++++++---------------
 1 files changed, 87 insertions(+), 28 deletions(-)

commit e12ea9dac1aafcd91a43711ee7d418158de3a768
Author: Leonardo Ferreira Fontenelle <leonardof@gnome.org>
Date:   Sun Jul 26 16:14:19 2009 -0300

    Updated the Brazilian Portuguese translation.
    
    * Fixed the credits
    * Fixed the capitalization
    * Revamped the style

 po/pt_BR.po |  449 ++++++++++++++++++++++++++++++++++++++++++++++-------------
 1 files changed, 354 insertions(+), 95 deletions(-)

commit 655c096a9de7763b72906114ee8e953dfa000c0f
Author: Ivar Smolin <okul@linux.ee>
Date:   Sun Jul 26 13:12:24 2009 +0300

    Updating Estonian translation

 po/et.po |  163 ++++++++++++++++++++++++--------------------------------------
 1 files changed, 63 insertions(+), 100 deletions(-)

commit c89663777379638e21c23e190eebde2115fa4186
Author: Khaled Hosny <khaledhosny@eglug.org>
Date:   Sun Jul 26 09:53:04 2009 +0300

    Updated Arabic translation.

 po/ar.po |  167 ++++++++++++++++++++++++++++++++++++++++++--------------------
 1 files changed, 113 insertions(+), 54 deletions(-)

commit 28eb3045816b0e2696c0ff3ee08a7e8930d8f365
Author: Shaun McCance <shaunm@gnome.org>
Date:   Sat Jul 25 21:59:00 2009 -0500

    [mal2html] Initial i18n work on Mallard stylesheets, much help from Milo

 xslt/gettext/l10n.xml.in            |   72 +++++++++++++++++++++++++++++++++++
 xslt/mallard/html/mal2html-page.xsl |   53 +++++++++++++++++++------
 xslt/mallard/html/mal2html.xsl      |    9 ----
 xslt/mallard/html/mal2xhtml.xsl     |    9 ----
 4 files changed, 112 insertions(+), 31 deletions(-)

commit 05468431689aa96da595ac6457c549624359433b
Author: Baptiste Mille-Mathias <baptiste.millemathias@gmail.com>
Date:   Mon Jul 20 21:23:06 2009 +0200

    Fix example in tenminutes demo

 doc/mallard/C/tenminutes.page |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 31d04b927a94de9eb9e01582753c0202b6a25cf9
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Sat Jul 18 14:46:49 2009 +0200

    Missing change in Makefile.am

 doc/gnome-doc-make/Makefile.am |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit bf32e73394794f1ab31d2cc86351e7c95a036795
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Sat Jul 18 14:44:23 2009 +0200

    Added German doc translation

 doc/gnome-doc-make/de/de.po | 1008 +++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 1008 insertions(+), 0 deletions(-)

commit 1a503894ffb9eee7cc56fe592a3b53a1c63b754f
Author: Claude Paroz <claude@2xlibre.net>
Date:   Sat Jul 4 16:56:20 2009 +0200

    Some more gitignore tweaking

 .gitignore                    |    1 +
 doc/gnome-doc-make/.gitignore |    2 ++
 doc/xslt/.gitignore           |    8 ++++++++
 3 files changed, 11 insertions(+), 0 deletions(-)

commit 93e04be7ae09c2a0beab1a8024e69649792b9d1c
Author: Claude Paroz <claude@2xlibre.net>
Date:   Sat Jul 4 15:39:15 2009 +0200

    Migrate from cvsignore to gitignore

 .cvsignore                             |   16 ----------------
 .gitignore                             |   15 +++++++++++++++
 doc/.cvsignore                         |    2 --
 doc/gnome-doc-make/.cvsignore          |    3 ---
 doc/gnome-doc-make/C/.cvsignore        |    1 -
 doc/xslt/.cvsignore                    |    4 ----
 doc/xslt/C/.cvsignore                  |   30 ------------------------------
 doc/xslt/sr/.cvsignore                 |   32 --------------------------------
 m4/.gitignore                          |    1 +
 po/.cvsignore                          |   14 --------------
 po/.gitignore                          |   11 +++++++++++
 rng/mallard/.gitignore                 |    2 ++
 sandbox/mallard/.cvsignore             |    9 ---------
 test/.cvsignore                        |    2 --
 test/testdoc1/.cvsignore               |    8 --------
 test/testdoc1/help/.cvsignore          |    2 --
 test/testdoc1/help/testdoc1/.cvsignore |    5 -----
 test/testdocs/.cvsignore               |    2 --
 tools/.gitignore                       |    3 +++
 xml2po/.cvsignore                      |   17 -----------------
 xml2po/.gitignore                      |    7 +++++++
 xml2po/examples/.cvsignore             |    4 ----
 xml2po/modes/.cvsignore                |    3 ---
 xslt/.cvsignore                        |    2 --
 xslt/docbook/.cvsignore                |    2 --
 xslt/docbook/common/.cvsignore         |    4 ----
 xslt/docbook/html/.cvsignore           |    4 ----
 xslt/docbook/omf/.cvsignore            |    2 --
 xslt/docbook/utils/.cvsignore          |    2 --
 xslt/gettext/.cvsignore                |    3 ---
 xslt/gettext/.gitignore                |    1 +
 xslt/rngdoc/.cvsignore                 |    2 --
 xslt/xsldoc/.cvsignore                 |    2 --
 33 files changed, 40 insertions(+), 177 deletions(-)

commit e67602972ca5ac603108cc8d0ee625de7ae7d4b1
Author: Shaun McCance <shaunm@gnome.org>
Date:   Sun Jun 28 19:02:09 2009 -0500

    [bootstrap.make] Preserve existing PYTHONPATH, bug #586912 (David Adam)

 bootstrap.make |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 29d9f95caf1b50a869e0f2e877f73f3d7a8e971b
Author: Shaun McCance <shaunm@gnome.org>
Date:   Sun Jun 28 10:54:36 2009 -0500

    [mal2html] Addressed RTL issues

 xslt/docbook/html/db2html-css.xsl     |    5 +-
 xslt/mallard/html/mal2html-block.xsl  |  135 -----------------
 xslt/mallard/html/mal2html-css.xsl    |  269 +++++++++++++++++++++++++++++++--
 xslt/mallard/html/mal2html-inline.xsl |   55 -------
 xslt/mallard/html/mal2html-list.xsl   |   52 -------
 xslt/mallard/html/mal2html-table.xsl  |   23 ---
 6 files changed, 261 insertions(+), 278 deletions(-)

commit adf3056b15b5e88f6a30e834e0655ab2c72cc8bd
Author: Shaun McCance <shaunm@gnome.org>
Date:   Sat Jun 27 22:08:40 2009 -0500

    Version 0.17.2

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

commit 43a81c75f47baf7e4cb53047c289c4f5a25cd327
Author: Shaun McCance <shaunm@gnome.org>
Date:   Sat Jun 27 19:55:26 2009 -0500

    Adding Mallard build magic to gnome-doc-utils.make and elsewhere

 bootstrap.make              |    2 +
 configure.in                |    2 -
 doc/mallard/Makefile.am     |   81 +++++++++++++++++++++++++++-
 rng/mallard/Makefile.am     |   17 ++++--
 tools/gnome-doc-utils.make  |  124 ++++++++++++++++++++++++++++++++-----------
 tools/gnome-doc-utils.pc.in |    2 +
 6 files changed, 187 insertions(+), 41 deletions(-)

commit 4d400ee5cc50f0c55bd699e234c8beafa7a465b2
Author: Shaun McCance <shaunm@gnome.org>
Date:   Sat Jun 27 18:51:11 2009 -0500

    [mallard] Fixing various validity issues

 doc/mallard/C/explore.page            |    2 +-
 doc/mallard/C/index.page              |    2 +-
 doc/mallard/C/legal.xml               |    2 +-
 doc/mallard/C/mal_attr_link.page      |    2 +-
 doc/mallard/C/mal_block_cite.page     |    6 ++--
 doc/mallard/C/mal_block_media.page    |    4 +-
 doc/mallard/C/mal_block_screen.page   |    4 +-
 doc/mallard/C/mal_block_synopsis.page |    2 +-
 doc/mallard/C/mal_external.page       |    2 +-
 doc/mallard/C/mal_inline.page         |   37 +++++++++++++++++----------------
 doc/mallard/C/mal_inline_app.page     |    8 +++---
 doc/mallard/C/mal_inline_cmd.page     |    4 +-
 doc/mallard/C/mal_inline_media.page   |    4 +-
 doc/mallard/C/mal_inline_span.page    |    6 ++--
 doc/mallard/C/mal_table.page          |    4 +-
 doc/mallard/C/mal_table_td.page       |    2 +
 doc/mallard/C/principles.page         |    4 +-
 doc/mallard/C/spec.page               |    2 +-
 18 files changed, 50 insertions(+), 47 deletions(-)

commit aa3da5f175da38ce288736f47fedf66432419809
Author: Shaun McCance <shaunm@gnome.org>
Date:   Sat Jun 27 14:28:28 2009 -0500

    [mallard] Adding more elements to the DocBook element reference

 doc/mallard/C/docbook.page |  127 ++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 127 insertions(+), 0 deletions(-)

commit 836cb330c6fe331fab674b898f0ec723e2d7fde1
Author: Shaun McCance <shaunm@gnome.org>
Date:   Sat Jun 27 14:27:43 2009 -0500

    [mallard] Fixing problems with the RNG schema

 doc/mallard/C/mal_block.page        |    4 ++--
 doc/mallard/C/mal_block_list.page   |    2 +-
 doc/mallard/C/mal_inline_media.page |    2 +-
 rng/mallard/mal2rnc.xsl             |    2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

commit 46f8008446aa7efb7ae3bd2facc85cab0ca7d354
Author: Claude Paroz <claude@2xlibre.net>
Date:   Sat Jun 27 14:57:36 2009 +0200

    [xml2po] Don't return 0 when command line contains errors (Bug #413999)

 xml2po/xml2po.py |   18 +++++++++++-------
 1 files changed, 11 insertions(+), 7 deletions(-)

commit af6c6108760a9fc0b5d8102fe0d7363c081c13de
Author: Arun Raghavan <ford_prefect@gentoo.org>
Date:   Fri Jun 26 23:10:26 2009 +0200

    [xml2po] Install modes in /usr/lib/python2.x/ to respect FHS (Bug #528099)

 xml2po/Makefile.am       |    4 +---
 xml2po/modes/Makefile.am |    2 +-
 xml2po/xml2po.pc.in      |    2 +-
 3 files changed, 3 insertions(+), 5 deletions(-)

commit 84009dd11ae9446c81c208fb9eef59191c37d5ce
Author: Claude Paroz <claude@2xlibre.net>
Date:   Fri Jun 26 22:36:51 2009 +0200

    [xml2po] Remove ending dot in translator-credits comment (Bug #398541)

 xml2po/examples/two.po                  |    2 +-
 xml2po/modes/docbook.py                 |    2 +-
 xml2po/tests/adjacent-ents.po           |    2 +-
 xml2po/tests/adjacent-ents.pot          |    2 +-
 xml2po/tests/attribute-entities.po      |    2 +-
 xml2po/tests/attribute-entities.pot     |    2 +-
 xml2po/tests/deep-finals.po             |    2 +-
 xml2po/tests/deep-finals.pot            |    2 +-
 xml2po/tests/deep-nonfinals.po          |    2 +-
 xml2po/tests/deep-nonfinals.pot         |    2 +-
 xml2po/tests/docbook.po                 |    2 +-
 xml2po/tests/docbook.pot                |    2 +-
 xml2po/tests/footnotes.po               |    2 +-
 xml2po/tests/footnotes.pot              |    2 +-
 xml2po/tests/keepents.po                |    2 +-
 xml2po/tests/keepents.pot               |    2 +-
 xml2po/tests/relnotes/el.po             |    2 +-
 xml2po/tests/relnotes/release-notes.pot |    2 +-
 xml2po/tests/reuse/reuse.po             |    2 +-
 xml2po/tests/reuse/reuse.pot            |    2 +-
 xml2po/tests/ubuntu-mode.po             |    2 +-
 xml2po/tests/ubuntu-mode.pot            |    2 +-
 xml2po/tests/utf8-original.po           |    2 +-
 xml2po/tests/utf8-original.pot          |    2 +-
 24 files changed, 24 insertions(+), 24 deletions(-)

commit b97421fba01984d2c583c54c4c032ae4b2f134f2
Author: Claude Paroz <claude@2xlibre.net>
Date:   Wed Jun 24 23:26:52 2009 +0200

    [xml2po] Re-add basic.py replacing empty.py

 xml2po/modes/basic.py |   63 +++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 63 insertions(+), 0 deletions(-)

commit ea7f21d0423c800dc063aaa27542c116f2b7a8c1
Author: Claude Paroz <claude@2xlibre.net>
Date:   Wed Jun 24 23:14:30 2009 +0200

    [xml2po] Make all modes inherit from basic mode

 xml2po/modes/Makefile.am |    2 +-
 xml2po/modes/docbook.py  |    8 ++---
 xml2po/modes/empty.py    |   63 ----------------------------------------------
 xml2po/modes/gs.py       |   16 ++---------
 xml2po/modes/xhtml.py    |   34 +++----------------------
 5 files changed, 11 insertions(+), 112 deletions(-)

commit 67ec83bf5335818e06fc7d26c101b0685c3bee4b
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Sun Jun 21 15:32:49 2009 +0200

    Added German doc translation

 doc/xslt/Makefile.am |    2 +-
 doc/xslt/de/de.po    | 1108 ++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 1109 insertions(+), 1 deletions(-)

commit 88e1520545d3f61b6b58067ea760e14619b40168
Author: Shaun McCance <shaunm@gnome.org>
Date:   Thu Jun 18 16:42:42 2009 -0500

    [mallard] Adding more to the DocBook element reference

 doc/mallard/C/docbook.page |   50 ++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 50 insertions(+), 0 deletions(-)

commit ce857a823fe2002252b8b3f5133e080ac8415afd
Author: Shaun McCance <shaunm@gnome.org>
Date:   Thu Jun 18 16:28:33 2009 -0500

    [mallard] Adding more to the DocBook element reference

 doc/mallard/C/docbook.page |  738 ++++++++++++++++++++++++++++++++++++++++++--
 1 files changed, 717 insertions(+), 21 deletions(-)

commit 38d3a3f6b9c4292d580481acd3e554e7e3b0e2c7
Author: Shaun McCance <shaunm@gnome.org>
Date:   Thu Jun 18 08:34:04 2009 -0500

    [mallard] More additions to DocBook element reference

 doc/mallard/C/docbook.page |  255 +++++++++++++++++++++++++++++++++++---------
 1 files changed, 206 insertions(+), 49 deletions(-)

commit 137c827c39c08ae66acfa55282a2664a636bbd2f
Author: Shaun McCance <shaunm@gnome.org>
Date:   Wed Jun 17 16:42:12 2009 -0500

    [mallard] Added elements to DocBook element reference

 doc/mallard/C/docbook.page |   45 ++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 45 insertions(+), 0 deletions(-)

commit 95b7a377acd24929bcb62f4843ffacc2a5438399
Author: Shaun McCance <shaunm@gnome.org>
Date:   Wed Jun 17 16:26:27 2009 -0500

    [mallard] Adding DocBook element reference

 doc/mallard/C/details.page |    4 +
 doc/mallard/C/docbook.page |  214 ++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 218 insertions(+), 0 deletions(-)

commit 07f54a821b2196f6f3fe80874d9fb782defb9033
Author: Claude Paroz <claude@2xlibre.net>
Date:   Wed Jun 17 10:11:38 2009 +0200

    [xml2po] Typos in man page (Bug #586089)

 xml2po/xml2po.1.xml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 58e329fe9c336c7644b4c850c2aeae0fb446c57d
Author: Shaun McCance <shaunm@gnome.org>
Date:   Tue Jun 16 16:09:15 2009 -0500

    [mal2html] Added hi element from Mallard experimental

 xslt/mallard/html/mal2html-inline.xsl |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

commit c59fa6f0f373b81a61a38aee0630fb7249523a8b
Author: Shaun McCance <shaunm@gnome.org>
Date:   Tue Jun 16 16:08:42 2009 -0500

    [mallard] Added content to Ten Minute Tour

 doc/mallard/C/tenminutes.page |   99 +++++++++++++++++++++++++++++++++++++++--
 doc/mallard/C/woscon.page     |   31 -------------
 sandbox/mallard/html/Makefile |    2 +-
 3 files changed, 96 insertions(+), 36 deletions(-)

commit 7eb3fe12d0ce4cffe70bf93ba074ae401c387640
Merge: e76a1ed 979b6dd
Author: Shaun McCance <shaunm@shaunmlxlap.localdomain>
Date:   Tue Jun 16 14:42:28 2009 -0500

    Merge commit 'origin/master'

commit e76a1ed348a840f44065386648ff0b1b185eb551
Author: Shaun McCance <shaunm@shaunmlxlap.localdomain>
Date:   Sun Jun 14 22:29:05 2009 -0500

    Version 0.17.1, now with more ducks

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

commit c5cce0b987f5e463619608a3c46cd61a70d4ccaf
Author: Shaun McCance <shaunm@shaunmlxlap.localdomain>
Date:   Sun Jun 14 22:05:57 2009 -0500

    Getting relevant Mallard files into the build

 configure.in                      |    3 ++
 doc/Makefile.am                   |    2 +-
 doc/mallard/C/Makefile            |   57 -----------------------------
 doc/mallard/C/Makefile.am         |   72 +++++++++++++++++++++++++++++++++++++
 doc/mallard/C/figures/Makefile.am |    1 +
 doc/mallard/Makefile.am           |    8 +----
 rng/mallard/Makefile.am           |    4 ++-
 7 files changed, 81 insertions(+), 66 deletions(-)

commit f86619e624e06a1fd20bcfd5fe2d1f18bdf8192b
Author: Shaun McCance <shaunm@shaunmlxlap.localdomain>
Date:   Sun Jun 14 21:50:53 2009 -0500

    Switching the mallard namespace to projectmallard.org

 doc/mallard/C/details.page              |    2 +-
 doc/mallard/C/explore.page              |    2 +-
 doc/mallard/C/i18n.page                 |    2 +-
 doc/mallard/C/index.page                |    2 +-
 doc/mallard/C/its.page                  |    2 +-
 doc/mallard/C/l10n.page                 |    2 +-
 doc/mallard/C/links.page                |    2 +-
 doc/mallard/C/mal_TODO.page             |    2 +-
 doc/mallard/C/mal_attr_link.page        |    2 +-
 doc/mallard/C/mal_block.page            |    2 +-
 doc/mallard/C/mal_block_cite.page       |    2 +-
 doc/mallard/C/mal_block_code.page       |    2 +-
 doc/mallard/C/mal_block_comment.page    |    2 +-
 doc/mallard/C/mal_block_desc.page       |    6 +++---
 doc/mallard/C/mal_block_example.page    |    2 +-
 doc/mallard/C/mal_block_figure.page     |    2 +-
 doc/mallard/C/mal_block_list.page       |    2 +-
 doc/mallard/C/mal_block_listing.page    |    6 +++---
 doc/mallard/C/mal_block_media.page      |    2 +-
 doc/mallard/C/mal_block_note.page       |    2 +-
 doc/mallard/C/mal_block_p.page          |    2 +-
 doc/mallard/C/mal_block_quote.page      |    2 +-
 doc/mallard/C/mal_block_screen.page     |    2 +-
 doc/mallard/C/mal_block_steps.page      |    2 +-
 doc/mallard/C/mal_block_subtitle.page   |    2 +-
 doc/mallard/C/mal_block_synopsis.page   |    2 +-
 doc/mallard/C/mal_block_terms.page      |    2 +-
 doc/mallard/C/mal_block_title.page      |    2 +-
 doc/mallard/C/mal_block_tree.page       |    2 +-
 doc/mallard/C/mal_external.page         |    2 +-
 doc/mallard/C/mal_info.page             |    2 +-
 doc/mallard/C/mal_info_copyright.page   |    2 +-
 doc/mallard/C/mal_info_credit.page      |    2 +-
 doc/mallard/C/mal_info_desc.page        |    2 +-
 doc/mallard/C/mal_info_license.page     |    2 +-
 doc/mallard/C/mal_info_link.page        |    2 +-
 doc/mallard/C/mal_info_revision.page    |    2 +-
 doc/mallard/C/mal_info_title.page       |    2 +-
 doc/mallard/C/mal_inline.page           |    2 +-
 doc/mallard/C/mal_inline_app.page       |    2 +-
 doc/mallard/C/mal_inline_cmd.page       |    2 +-
 doc/mallard/C/mal_inline_code.page      |    2 +-
 doc/mallard/C/mal_inline_em.page        |    2 +-
 doc/mallard/C/mal_inline_file.page      |    2 +-
 doc/mallard/C/mal_inline_gui.page       |    2 +-
 doc/mallard/C/mal_inline_guiseq.page    |    2 +-
 doc/mallard/C/mal_inline_input.page     |    2 +-
 doc/mallard/C/mal_inline_key.page       |    2 +-
 doc/mallard/C/mal_inline_keyseq.page    |    2 +-
 doc/mallard/C/mal_inline_link.page      |    2 +-
 doc/mallard/C/mal_inline_media.page     |    2 +-
 doc/mallard/C/mal_inline_output.page    |    2 +-
 doc/mallard/C/mal_inline_span.page      |    2 +-
 doc/mallard/C/mal_inline_sys.page       |    2 +-
 doc/mallard/C/mal_inline_var.page       |    2 +-
 doc/mallard/C/mal_page.page             |    4 ++--
 doc/mallard/C/mal_section.page          |    2 +-
 doc/mallard/C/mal_table.page            |    2 +-
 doc/mallard/C/mal_table_col.page        |    2 +-
 doc/mallard/C/mal_table_td.page         |    2 +-
 doc/mallard/C/mal_table_tr.page         |    2 +-
 doc/mallard/C/principle-guide.page      |    2 +-
 doc/mallard/C/principle-justenough.page |    2 +-
 doc/mallard/C/principle-redundancy.page |    2 +-
 doc/mallard/C/principles.page           |    2 +-
 doc/mallard/C/spec.page                 |    2 +-
 doc/mallard/C/tenminutes.page           |    2 +-
 doc/mallard/C/woscon.page               |   31 +++++++++++++++++++++++++++++++
 xslt/mallard/common/mal-link.xsl        |    2 +-
 xslt/mallard/html/mal2html-block.xsl    |    2 +-
 xslt/mallard/html/mal2html-inline.xsl   |    2 +-
 xslt/mallard/html/mal2html-list.xsl     |    2 +-
 xslt/mallard/html/mal2html-media.xsl    |    2 +-
 xslt/mallard/html/mal2html-page.xsl     |    2 +-
 xslt/mallard/html/mal2html-table.xsl    |    2 +-
 xslt/mallard/html/mal2html.xsl          |    2 +-
 xslt/mallard/html/mal2xhtml.xsl         |    2 +-
 xslt/mallard/utils/mal2cache.xsl        |    4 ++--
 78 files changed, 114 insertions(+), 83 deletions(-)

commit 5a815acf0b065d80cd968cc2584e66940d89d388
Merge: e0bc774 9f55fd7
Author: Shaun McCance <shaunm@shaunmlxlap.localdomain>
Date:   Sun Jun 14 21:44:14 2009 -0500

    Merge branch 'mallard'

commit 9f55fd78a1ef29ec283b4021e85aefbb6d36a36e
Author: Shaun McCance <shaunm@shaunmlxlap.localdomain>
Date:   Sun Jun 14 21:38:49 2009 -0500

    Read the .page files instead of .xml for schema generation

 rng/mallard/Makefile.am |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

commit dcf827553bd95dd1eced5ba9d13dfabf894caa77
Author: Shaun McCance <shaunm@gnome.org>
Date:   Tue Jun 9 23:27:48 2009 -0500

    [mal2html] Adding a 'head' div for linktrails

 xslt/mallard/html/mal2html-css.xsl  |    1 +
 xslt/mallard/html/mal2html-page.xsl |    8 +++++---
 2 files changed, 6 insertions(+), 3 deletions(-)

commit 2bff5ef537f4f4fac732a0666dbef2f7d5e10440
Author: Shaun McCance <shaunm@gnome.org>
Date:   Tue Jun 9 19:36:10 2009 -0500

    [gnome-doc-xslt.xml] Adding utils to documentation

 doc/xslt/C/gnome-doc-xslt.xml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 7eb5fe740cc2d22bba2d1aa9efbb2a115a8c74a2
Author: Shaun McCance <shaunm@shaunmlxlap.localdomain>
Date:   Tue Jun 9 19:32:58 2009 -0500

    [mal-link.xsl] Make mal.cache an xsl:param

 xslt/mallard/common/mal-link.xsl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit d0e0103028d9d3d32b44e7f0f2b2997da828496a
Author: Shaun McCance <shaunm@shaunmlxlap.localdomain>
Date:   Mon Jun 8 15:19:16 2009 -0500

    [mallard] Rename pages to .page, XSLT fixed for Yelp

 doc/mallard/C/details.page              |   33 +++
 doc/mallard/C/details.xml               |   33 ---
 doc/mallard/C/explore.page              |   30 ++
 doc/mallard/C/explore.xml               |   30 --
 doc/mallard/C/i18n.page                 |   22 ++
 doc/mallard/C/i18n.xml                  |   22 --
 doc/mallard/C/index.page                |   33 +++
 doc/mallard/C/index.xml                 |   33 ---
 doc/mallard/C/its.page                  |  359 +++++++++++++++++++++++
 doc/mallard/C/its.xml                   |  359 -----------------------
 doc/mallard/C/l10n.page                 |   22 ++
 doc/mallard/C/l10n.xml                  |   22 --
 doc/mallard/C/links.page                |   43 +++
 doc/mallard/C/links.xml                 |   43 ---
 doc/mallard/C/mal_TODO.page             |   13 +
 doc/mallard/C/mal_TODO.xml              |   13 -
 doc/mallard/C/mal_attr_link.page        |   39 +++
 doc/mallard/C/mal_attr_link.xml         |   39 ---
 doc/mallard/C/mal_block.page            |  185 ++++++++++++
 doc/mallard/C/mal_block.xml             |  185 ------------
 doc/mallard/C/mal_block_cite.page       |   69 +++++
 doc/mallard/C/mal_block_cite.xml        |   69 -----
 doc/mallard/C/mal_block_code.page       |  142 ++++++++++
 doc/mallard/C/mal_block_code.xml        |  142 ----------
 doc/mallard/C/mal_block_comment.page    |  179 ++++++++++++
 doc/mallard/C/mal_block_comment.xml     |  179 ------------
 doc/mallard/C/mal_block_desc.page       |  135 +++++++++
 doc/mallard/C/mal_block_desc.xml        |  135 ---------
 doc/mallard/C/mal_block_example.page    |  134 +++++++++
 doc/mallard/C/mal_block_example.xml     |  134 ---------
 doc/mallard/C/mal_block_figure.page     |  115 ++++++++
 doc/mallard/C/mal_block_figure.xml      |  115 --------
 doc/mallard/C/mal_block_list.page       |  208 ++++++++++++++
 doc/mallard/C/mal_block_list.xml        |  208 --------------
 doc/mallard/C/mal_block_listing.page    |  127 +++++++++
 doc/mallard/C/mal_block_listing.xml     |  127 ---------
 doc/mallard/C/mal_block_media.page      |  157 ++++++++++
 doc/mallard/C/mal_block_media.xml       |  157 ----------
 doc/mallard/C/mal_block_note.page       |  233 +++++++++++++++
 doc/mallard/C/mal_block_note.xml        |  233 ---------------
 doc/mallard/C/mal_block_p.page          |  106 +++++++
 doc/mallard/C/mal_block_p.xml           |  106 -------
 doc/mallard/C/mal_block_quote.page      |  156 ++++++++++
 doc/mallard/C/mal_block_quote.xml       |  156 ----------
 doc/mallard/C/mal_block_screen.page     |  185 ++++++++++++
 doc/mallard/C/mal_block_screen.xml      |  185 ------------
 doc/mallard/C/mal_block_steps.page      |  195 +++++++++++++
 doc/mallard/C/mal_block_steps.xml       |  195 -------------
 doc/mallard/C/mal_block_subtitle.page   |   17 ++
 doc/mallard/C/mal_block_subtitle.xml    |   17 --
 doc/mallard/C/mal_block_synopsis.page   |  136 +++++++++
 doc/mallard/C/mal_block_synopsis.xml    |  136 ---------
 doc/mallard/C/mal_block_terms.page      |  187 ++++++++++++
 doc/mallard/C/mal_block_terms.xml       |  187 ------------
 doc/mallard/C/mal_block_title.page      |   17 ++
 doc/mallard/C/mal_block_title.xml       |   17 --
 doc/mallard/C/mal_block_tree.page       |  190 +++++++++++++
 doc/mallard/C/mal_block_tree.xml        |  190 -------------
 doc/mallard/C/mal_external.page         |   75 +++++
 doc/mallard/C/mal_external.xml          |   75 -----
 doc/mallard/C/mal_info.page             |   53 ++++
 doc/mallard/C/mal_info.xml              |   53 ----
 doc/mallard/C/mal_info_copyright.page   |   96 +++++++
 doc/mallard/C/mal_info_copyright.xml    |   96 -------
 doc/mallard/C/mal_info_credit.page      |  139 +++++++++
 doc/mallard/C/mal_info_credit.xml       |  139 ---------
 doc/mallard/C/mal_info_desc.page        |   73 +++++
 doc/mallard/C/mal_info_desc.xml         |   73 -----
 doc/mallard/C/mal_info_license.page     |   93 ++++++
 doc/mallard/C/mal_info_license.xml      |   93 ------
 doc/mallard/C/mal_info_link.page        |   21 ++
 doc/mallard/C/mal_info_link.xml         |   21 --
 doc/mallard/C/mal_info_revision.page    |  155 ++++++++++
 doc/mallard/C/mal_info_revision.xml     |  155 ----------
 doc/mallard/C/mal_info_title.page       |  140 +++++++++
 doc/mallard/C/mal_info_title.xml        |  140 ---------
 doc/mallard/C/mal_inline.page           |   99 +++++++
 doc/mallard/C/mal_inline.xml            |   99 -------
 doc/mallard/C/mal_inline_app.page       |  132 +++++++++
 doc/mallard/C/mal_inline_app.xml        |  132 ---------
 doc/mallard/C/mal_inline_cmd.page       |  179 ++++++++++++
 doc/mallard/C/mal_inline_cmd.xml        |  179 ------------
 doc/mallard/C/mal_inline_code.page      |  171 +++++++++++
 doc/mallard/C/mal_inline_code.xml       |  171 -----------
 doc/mallard/C/mal_inline_em.page        |  124 ++++++++
 doc/mallard/C/mal_inline_em.xml         |  124 --------
 doc/mallard/C/mal_inline_file.page      |   89 ++++++
 doc/mallard/C/mal_inline_file.xml       |   89 ------
 doc/mallard/C/mal_inline_gui.page       |  177 ++++++++++++
 doc/mallard/C/mal_inline_gui.xml        |  177 ------------
 doc/mallard/C/mal_inline_guiseq.page    |  117 ++++++++
 doc/mallard/C/mal_inline_guiseq.xml     |  117 --------
 doc/mallard/C/mal_inline_input.page     |  126 ++++++++
 doc/mallard/C/mal_inline_input.xml      |  126 --------
 doc/mallard/C/mal_inline_key.page       |  146 ++++++++++
 doc/mallard/C/mal_inline_key.xml        |  146 ----------
 doc/mallard/C/mal_inline_keyseq.page    |  172 +++++++++++
 doc/mallard/C/mal_inline_keyseq.xml     |  172 -----------
 doc/mallard/C/mal_inline_link.page      |  206 ++++++++++++++
 doc/mallard/C/mal_inline_link.xml       |  206 --------------
 doc/mallard/C/mal_inline_media.page     |  155 ++++++++++
 doc/mallard/C/mal_inline_media.xml      |  155 ----------
 doc/mallard/C/mal_inline_output.page    |  173 +++++++++++
 doc/mallard/C/mal_inline_output.xml     |  173 -----------
 doc/mallard/C/mal_inline_span.page      |  110 +++++++
 doc/mallard/C/mal_inline_span.xml       |  110 -------
 doc/mallard/C/mal_inline_sys.page       |  110 +++++++
 doc/mallard/C/mal_inline_sys.xml        |  110 -------
 doc/mallard/C/mal_inline_var.page       |   98 +++++++
 doc/mallard/C/mal_inline_var.xml        |   98 -------
 doc/mallard/C/mal_page.page             |  159 +++++++++++
 doc/mallard/C/mal_page.xml              |  159 -----------
 doc/mallard/C/mal_section.page          |   92 ++++++
 doc/mallard/C/mal_section.xml           |   92 ------
 doc/mallard/C/mal_table.page            |  471 +++++++++++++++++++++++++++++++
 doc/mallard/C/mal_table.xml             |  471 -------------------------------
 doc/mallard/C/mal_table_col.page        |   24 ++
 doc/mallard/C/mal_table_col.xml         |   24 --
 doc/mallard/C/mal_table_td.page         |   20 ++
 doc/mallard/C/mal_table_td.xml          |   20 --
 doc/mallard/C/mal_table_tr.page         |   38 +++
 doc/mallard/C/mal_table_tr.xml          |   38 ---
 doc/mallard/C/principle-guide.page      |   15 +
 doc/mallard/C/principle-guide.xml       |   15 -
 doc/mallard/C/principle-justenough.page |   14 +
 doc/mallard/C/principle-justenough.xml  |   14 -
 doc/mallard/C/principle-redundancy.page |   13 +
 doc/mallard/C/principle-redundancy.xml  |   13 -
 doc/mallard/C/principles.page           |   61 ++++
 doc/mallard/C/principles.xml            |   61 ----
 doc/mallard/C/spec.page                 |   30 ++
 doc/mallard/C/spec.xml                  |   30 --
 doc/mallard/C/tenminutes.page           |   29 ++
 doc/mallard/C/tenminutes.xml            |   29 --
 sandbox/mallard/html/Makefile           |   10 +-
 tools/Makefile.am                       |    2 +-
 xslt/Makefile.am                        |    2 +-
 xslt/common/Makefile.am                 |    2 +-
 xslt/common/utils.xsl                   |   82 ++++++
 xslt/mallard/html/Makefile.am           |    3 +-
 xslt/mallard/html/mal2html-block.xsl    |    4 +-
 xslt/mallard/html/mal2html.xsl          |    2 +-
 xslt/mallard/html/mal2xhtml.xsl         |    2 +-
 xslt/mallard/html/theme.xml             |   43 ---
 xslt/mallard/html/theme.xsl             |   78 -----
 xslt/mallard/html/util.xsl              |   82 ------
 146 files changed, 7758 insertions(+), 7878 deletions(-)

commit 979b6dd10423ef6bc3d42de3d0120f1751fa6a22
Author: Shaun McCance <shaunm@gnome.org>
Date:   Tue Jun 2 22:26:42 2009 -0500

    Fixed menuchoice separator in RLT locales, bug #579278

 xslt/docbook/html/db2html-inline.xsl |   17 ++++++++++++++++-
 xslt/gettext/l10n.xml.in             |    2 +-
 2 files changed, 17 insertions(+), 2 deletions(-)

commit b6eb32f41becc5550c1f512ea7635de786d7ac3b
Author: Shaun McCance <shaunm@gnome.org>
Date:   Mon Jun 1 02:58:51 2009 -0500

    Build and stylesheet changes prepping for Yelp work

 configure.in                        |    1 -
 doc/Makefile.am                     |    2 +-
 doc/mallard/C/mal_info.xml          |   17 ++++---
 sandbox/mallard/html/Makefile       |   14 +++++-
 tools/gnome-doc-utils.pc.in         |    2 +
 xslt/docbook/html/db2xhtml.xsl      |    2 +-
 xslt/mallard/common/Makefile.am     |    2 +-
 xslt/mallard/common/mal-chunk.xsl   |   85 +++++++++++++++++++++++++++++++++++
 xslt/mallard/common/mal-link.xsl    |    4 +-
 xslt/mallard/html/mal2html-page.xsl |   26 ++++++++---
 xslt/mallard/html/mal2html.xsl      |   11 ++++-
 xslt/mallard/html/mal2xhtml.xsl     |   16 ++++++-
 12 files changed, 159 insertions(+), 23 deletions(-)

commit be7d9e4a7349bc10bd9c162b5a4b306872b17b43
Author: Shaun McCance <shaunm@gnome.org>
Date:   Thu May 28 20:23:28 2009 -0500

    [mallard] Finishing info_credit and info_copyright

 doc/mallard/C/mal_info_copyright.xml |   72 ++++++++++++++++++-
 doc/mallard/C/mal_info_credit.xml    |  127 +++++++++++++++++++++++++++++++---
 2 files changed, 186 insertions(+), 13 deletions(-)

commit 752a0526ad47b8524952756edb20c10f45449504
Author: Shaun McCance <shaunm@gnome.org>
Date:   Fri May 29 16:34:16 2009 -0500

    [mallard] Finished info_title

 doc/mallard/C/mal_info_title.xml |   97 +++++++++++++++++++++++++++++++++++++-
 1 files changed, 95 insertions(+), 2 deletions(-)

commit 66ae687e3209ab2e194c609bec38d300b33aa934
Author: Shaun McCance <shaunm@gnome.org>
Date:   Fri May 29 15:51:32 2009 -0500

    [mallard] Finished info_revision

 doc/mallard/C/mal_info_revision.xml |  136 +++++++++++++++++++++++++++++++++-
 1 files changed, 132 insertions(+), 4 deletions(-)

commit dbda8648928a6ed9b18d0b00982e20266380ad46
Author: Shaun McCance <shaunm@gnome.org>
Date:   Fri May 29 14:41:48 2009 -0500

    [mal2html] Changed mal:version to mal:revision

 xslt/mallard/html/mal2html-page.xsl |   44 +++++++++++++++++-----------------
 1 files changed, 22 insertions(+), 22 deletions(-)

commit 4a3328e88a042b02589633fb08109aebfa7edcd8
Author: Shaun McCance <shaunm@gnome.org>
Date:   Fri May 29 14:39:26 2009 -0500

    [mallard] Changing version element to revision

 doc/mallard/C/details.xml              |    2 +-
 doc/mallard/C/explore.xml              |    2 +-
 doc/mallard/C/i18n.xml                 |    2 +-
 doc/mallard/C/index.xml                |    2 +-
 doc/mallard/C/its.xml                  |    2 +-
 doc/mallard/C/l10n.xml                 |    2 +-
 doc/mallard/C/links.xml                |    2 +-
 doc/mallard/C/mal_attr_link.xml        |    2 +-
 doc/mallard/C/mal_block.xml            |    2 +-
 doc/mallard/C/mal_block_cite.xml       |    2 +-
 doc/mallard/C/mal_block_code.xml       |    2 +-
 doc/mallard/C/mal_block_comment.xml    |    2 +-
 doc/mallard/C/mal_block_desc.xml       |    2 +-
 doc/mallard/C/mal_block_example.xml    |    2 +-
 doc/mallard/C/mal_block_figure.xml     |    2 +-
 doc/mallard/C/mal_block_list.xml       |    2 +-
 doc/mallard/C/mal_block_listing.xml    |    2 +-
 doc/mallard/C/mal_block_media.xml      |    2 +-
 doc/mallard/C/mal_block_note.xml       |    2 +-
 doc/mallard/C/mal_block_p.xml          |    2 +-
 doc/mallard/C/mal_block_quote.xml      |    2 +-
 doc/mallard/C/mal_block_screen.xml     |    2 +-
 doc/mallard/C/mal_block_steps.xml      |    2 +-
 doc/mallard/C/mal_block_subtitle.xml   |    2 +-
 doc/mallard/C/mal_block_synopsis.xml   |    2 +-
 doc/mallard/C/mal_block_terms.xml      |    2 +-
 doc/mallard/C/mal_block_title.xml      |    2 +-
 doc/mallard/C/mal_block_tree.xml       |    2 +-
 doc/mallard/C/mal_external.xml         |    2 +-
 doc/mallard/C/mal_info.xml             |    4 ++--
 doc/mallard/C/mal_info_copyright.xml   |    2 +-
 doc/mallard/C/mal_info_credit.xml      |    2 +-
 doc/mallard/C/mal_info_desc.xml        |    2 +-
 doc/mallard/C/mal_info_license.xml     |    2 +-
 doc/mallard/C/mal_info_link.xml        |    2 +-
 doc/mallard/C/mal_info_revision.xml    |   27 +++++++++++++++++++++++++++
 doc/mallard/C/mal_info_title.xml       |    2 +-
 doc/mallard/C/mal_info_version.xml     |   23 -----------------------
 doc/mallard/C/mal_inline.xml           |    2 +-
 doc/mallard/C/mal_inline_app.xml       |    2 +-
 doc/mallard/C/mal_inline_cmd.xml       |    2 +-
 doc/mallard/C/mal_inline_code.xml      |    2 +-
 doc/mallard/C/mal_inline_em.xml        |    2 +-
 doc/mallard/C/mal_inline_file.xml      |    2 +-
 doc/mallard/C/mal_inline_gui.xml       |    2 +-
 doc/mallard/C/mal_inline_guiseq.xml    |    2 +-
 doc/mallard/C/mal_inline_input.xml     |    2 +-
 doc/mallard/C/mal_inline_key.xml       |    2 +-
 doc/mallard/C/mal_inline_keyseq.xml    |    2 +-
 doc/mallard/C/mal_inline_link.xml      |    2 +-
 doc/mallard/C/mal_inline_media.xml     |    2 +-
 doc/mallard/C/mal_inline_output.xml    |    2 +-
 doc/mallard/C/mal_inline_span.xml      |    2 +-
 doc/mallard/C/mal_inline_sys.xml       |    2 +-
 doc/mallard/C/mal_inline_var.xml       |    2 +-
 doc/mallard/C/mal_page.xml             |    2 +-
 doc/mallard/C/mal_section.xml          |    2 +-
 doc/mallard/C/mal_table.xml            |   10 +++++-----
 doc/mallard/C/principle-guide.xml      |    2 +-
 doc/mallard/C/principle-justenough.xml |    2 +-
 doc/mallard/C/principle-redundancy.xml |    2 +-
 doc/mallard/C/principles.xml           |    2 +-
 doc/mallard/C/spec.xml                 |    2 +-
 doc/mallard/C/tenminutes.xml           |    2 +-
 64 files changed, 94 insertions(+), 90 deletions(-)

commit 144c37101691232fda15eb24150e31e0d149d0e3
Author: Shaun McCance <shaunm@gnome.org>
Date:   Fri May 29 14:34:49 2009 -0500

    [mallard] Finished info_license

 doc/mallard/C/mal_info_license.xml |   75 +++++++++++++++++++++++++++++++++++-
 1 files changed, 74 insertions(+), 1 deletions(-)

commit 910bab41cf70ebc39890dc4522646a933e49fe88
Author: Shaun McCance <shaunm@gnome.org>
Date:   Fri May 29 13:23:28 2009 -0500

    [mallard] Adding rules to all notes tables

 doc/mallard/C/mal_block_screen.xml  |    2 +-
 doc/mallard/C/mal_inline_cmd.xml    |    2 +-
 doc/mallard/C/mal_inline_gui.xml    |    2 +-
 doc/mallard/C/mal_inline_output.xml |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

commit dee39e62b93e87eb5e25a15e846930a77a6c3d6b
Author: Shaun McCance <shaunm@gnome.org>
Date:   Fri May 29 13:19:53 2009 -0500

    [mal2html] Stylistic changes to status marker & link trails

 xslt/mallard/html/mal2html-css.xsl  |   18 ++++-----
 xslt/mallard/html/mal2html-page.xsl |   73 +++++++++++++++++------------------
 2 files changed, 43 insertions(+), 48 deletions(-)

commit c426c2bf99144c869b3dc99b58d8b729c4ad63fe
Author: Shaun McCance <shaunm@gnome.org>
Date:   Fri May 29 12:22:45 2009 -0500

    [mal2html] Added link trails, moved mallard.xml to index.xml

 doc/mallard/C/index.xml             |   33 +++++++++++
 doc/mallard/C/mallard.xml           |   33 -----------
 xslt/mallard/html/mal2html-css.xsl  |    6 ++
 xslt/mallard/html/mal2html-page.xsl |  107 +++++++++++++++++++++++++++++++++++
 4 files changed, 146 insertions(+), 33 deletions(-)

commit 7dd6ea9960c783cc641fa62fbb189e297821c44d
Author: Shaun McCance <shaunm@gnome.org>
Date:   Fri May 29 09:44:18 2009 -0500

    [mallard] Finishing info_desc

 doc/mallard/C/mal_info_desc.xml |   56 +++++++++++++++++++++++++++++++++++++-
 1 files changed, 54 insertions(+), 2 deletions(-)

commit 1593aaba51463299ad8dfbc3196c3af8edcbf582
Author: Shaun McCance <shaunm@gnome.org>
Date:   Thu May 28 15:51:07 2009 -0500

    [mallard] Finished block_terms

 doc/mallard/C/mal_block_terms.xml |   24 ++++++++++++++++--------
 1 files changed, 16 insertions(+), 8 deletions(-)

commit da8856983fc2d574d9d20e1bd31d11c4ee7c876d
Author: Shaun McCance <shaunm@gnome.org>
Date:   Thu May 28 15:42:54 2009 -0500

    [mallard] Finishing block_p

 doc/mallard/C/mal_block_p.xml |   49 ++++++++++++++++++++++++++--------------
 1 files changed, 32 insertions(+), 17 deletions(-)

commit 3b64145dcbdc669c401a19b55440beb32b19fa17
Author: Shaun McCance <shaunm@gnome.org>
Date:   Thu May 28 15:06:31 2009 -0500

    [mallard] Marking mal_block as ready for review

 doc/mallard/C/mal_block.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit cad073043dd9e084b1bf40db86a51f256b16c446
Author: Shaun McCance <shaunm@gnome.org>
Date:   Thu May 28 15:04:48 2009 -0500

    [mallard] Consolidating info elements to use mal_info as guide

 doc/mallard/C/mal_info.xml           |   22 +++++++++++-----
 doc/mallard/C/mal_info_copyright.xml |    2 +-
 doc/mallard/C/mal_info_credit.xml    |    3 +-
 doc/mallard/C/mal_info_desc.xml      |    4 ++-
 doc/mallard/C/mal_info_license.xml   |    3 +-
 doc/mallard/C/mal_info_link.xml      |    3 +-
 doc/mallard/C/mal_info_title.xml     |   47 ++++++++++++++++++++++++++++++++++
 doc/mallard/C/mal_info_version.xml   |    3 +-
 doc/mallard/C/spec_info.xml          |   27 -------------------
 9 files changed, 74 insertions(+), 40 deletions(-)

commit 162ffe21817f19f680d06f122322856435ae79c8
Author: Shaun McCance <shaunm@gnome.org>
Date:   Thu May 28 14:12:34 2009 -0500

    [mallard] Various metadata and navigational changes

 doc/mallard/C/details.xml    |   33 +++++++++++++++++++++++++++++++++
 doc/mallard/C/explore.xml    |   11 +++++------
 doc/mallard/C/i18n.xml       |    2 +-
 doc/mallard/C/its.xml        |    2 +-
 doc/mallard/C/l10n.xml       |    2 +-
 doc/mallard/C/links.xml      |   10 ++++++++++
 doc/mallard/C/mallard.xml    |    6 +++++-
 doc/mallard/C/principles.xml |    8 +++++---
 doc/mallard/C/spec.xml       |   15 ++++++++++++++-
 doc/mallard/C/tenminutes.xml |    6 ++++--
 10 files changed, 79 insertions(+), 16 deletions(-)

commit eb22f60befcc96fcc9d544ed2f7e428a8214bf69
Author: Shaun McCance <shaunm@gnome.org>
Date:   Thu May 28 14:04:33 2009 -0500

    [mallard] Finishing mal_page and mal_section

 doc/mallard/C/mal_page.xml    |   33 ++++++++++++++++++-
 doc/mallard/C/mal_section.xml |   72 +++++++++++++++++++++++++++++++++++++++-
 2 files changed, 102 insertions(+), 3 deletions(-)

commit cf1f309a9c9159e150308e2bcbd24795265dfc63
Author: Shaun McCance <shaunm@gnome.org>
Date:   Wed May 27 16:30:34 2009 -0500

    [mallard] Work on mal_page and mal_section pages

 doc/mallard/C/links.xml       |   33 +++++++++++++++
 doc/mallard/C/mal_page.xml    |   89 +++++++++++++++++++++++++++++++++--------
 doc/mallard/C/mal_section.xml |    1 +
 3 files changed, 106 insertions(+), 17 deletions(-)

commit bd339387466d657f3404d0cf547a61cdb68ce80a
Author: Shaun McCance <shaunm@gnome.org>
Date:   Wed May 27 11:28:32 2009 -0500

    [mallard] Edits to ITS in response to comments from Liam Quin

 doc/mallard/C/its.xml |   28 +++++++++++++++++++---------
 1 files changed, 19 insertions(+), 9 deletions(-)

commit b31531151eb59d46d2d4515cea6c42c09c449bf9
Author: Shaun McCance <shaunm@gnome.org>
Date:   Wed May 27 09:24:49 2009 -0500

    [mallard] Change explore.xml to guide

 doc/mallard/C/explore.xml           |    2 +-
 xslt/mallard/html/mal2html-page.xsl |    3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

commit f79dfb32b99f7d95e79903d07938b148ec5deaf0
Author: Shaun McCance <shaunm@gnome.org>
Date:   Wed May 27 09:07:59 2009 -0500

    [mallard] Finished off ITS conformance doc for now

 doc/mallard/C/its.xml |   41 +++++++++++++++++++++++++----------------
 1 files changed, 25 insertions(+), 16 deletions(-)

commit 41010dacf37a282516be1dfeeeaf98c5581c42d7
Author: Shaun McCance <shaunm@gnome.org>
Date:   Tue May 26 17:23:14 2009 -0500

    [mallard] Added R015 and R022 to ITS Conformance

 doc/mallard/C/its.xml |   41 +++++++++++++++++++++++++++++++++++++++++
 1 files changed, 41 insertions(+), 0 deletions(-)

commit 9ab63198fc95877ab66e416549c3937f29b72518
Author: Shaun McCance <shaunm@gnome.org>
Date:   Tue May 26 17:06:32 2009 -0500

    Added ITS conformance page and stubs for i18n and l10n pages

 doc/mallard/C/explore.xml |    4 +
 doc/mallard/C/i18n.xml    |   22 ++++
 doc/mallard/C/its.xml     |  299 +++++++++++++++++++++++++++++++++++++++++++++
 doc/mallard/C/l10n.xml    |   22 ++++
 4 files changed, 347 insertions(+), 0 deletions(-)

commit ee6312e96290c9d8c790aba2fedf5adced894843
Author: Shaun McCance <shaunm@gnome.org>
Date:   Mon May 25 20:58:58 2009 -0500

    [mallard] Finished block_tree, plus other misc fixes

 doc/mallard/C/mal_block_list.xml    |    5 +-
 doc/mallard/C/mal_block_note.xml    |   10 ++--
 doc/mallard/C/mal_block_quote.xml   |    4 +-
 doc/mallard/C/mal_block_steps.xml   |    5 +-
 doc/mallard/C/mal_block_terms.xml   |    7 +-
 doc/mallard/C/mal_block_tree.xml    |  116 +++++++++++++++++++++++++++++++++--
 xslt/mallard/html/mal2html-list.xsl |   44 ++++++++------
 7 files changed, 153 insertions(+), 38 deletions(-)

commit e0bc7746c950487e92e811388d55da4ce0384b85
Author: Miquel Esplà <miquelespla@gmail.com>
Date:   Mon May 25 14:07:34 2009 +0200

    Added Valencian-Catalan translation

 po/LINGUAS        |    1 +
 po/ca@valencia.po | 2209 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 2210 insertions(+), 0 deletions(-)

commit b077d566a813b0ab58b9b00af4dd201e3feaa7c8
Author: Shaun McCance <shaunm@gnome.org>
Date:   Sun May 24 21:46:43 2009 -0500

    [mallard] Work on terms and tree lists

 doc/mallard/C/mal_block_terms.xml   |   86 ++++++++++++++++++++++++++++
 doc/mallard/C/mal_block_tree.xml    |   58 +++++++++++++++++++
 xslt/mallard/html/mal2html-css.xsl  |    4 +-
 xslt/mallard/html/mal2html-list.xsl |  107 +++++++++++++++++++++++++++--------
 4 files changed, 229 insertions(+), 26 deletions(-)

commit b24a1092e4537d9cd705063fd8627bb84f3fb483
Author: Shaun McCance <shaunm@gnome.org>
Date:   Sat May 23 16:04:06 2009 -0500

    [mallard] Finished off block_steps and xslt implementation of mal:steps

 doc/mallard/C/mal_block_steps.xml   |  120 ++++++++++++++++++++++++++++++++---
 xslt/mallard/html/mal2html-list.xsl |   57 +++++++++++++++++
 2 files changed, 169 insertions(+), 8 deletions(-)

commit d2a7927e961d2649e806538237cc06d62fed7aa3
Author: Shaun McCance <shaunm@gnome.org>
Date:   Fri May 22 19:18:52 2009 -0500

    [mallard] Changed license to CC-BY-SA 3.0 plus exception

 doc/mallard/C/legal.xml |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

commit d22c730ed4c964f5eb8e5970245bbc89a9ec5657
Author: Shaun McCance <shaunm@gnome.org>
Date:   Fri May 22 19:05:21 2009 -0500

    [mallard] Finishing block_list and xslt implementation

 doc/mallard/C/mal_block_list.xml    |   99 +++++++++++++++++++++++++++++++++-
 xslt/mallard/html/mal2html-list.xsl |   26 ++++++++-
 2 files changed, 119 insertions(+), 6 deletions(-)

commit 9ca4bc9a03bf900ed855e3e815b1a06df0df1ae8
Author: Shaun McCance <shaunm@gnome.org>
Date:   Thu May 21 12:23:46 2009 -0500

    [mallard] Changing ulist and olist to list, more...
    
    I've decided to re-merge ordered and unordered lists into a single
    list element, as it was before.  But this time, other types of lists
    have their own elements.  Ordered and unodered lists have the same
    content model anyway.  Besides the basic list element, we now have
    the steps, terms, and tree elements.

 doc/mallard/C/mal_block.xml          |   16 +++--
 doc/mallard/C/mal_block_cite.xml     |    4 +-
 doc/mallard/C/mal_block_code.xml     |    4 +-
 doc/mallard/C/mal_block_comment.xml  |    4 +-
 doc/mallard/C/mal_block_desc.xml     |    4 +-
 doc/mallard/C/mal_block_dlist.xml    |   92 ---------------------------
 doc/mallard/C/mal_block_example.xml  |    4 +-
 doc/mallard/C/mal_block_figure.xml   |    4 +-
 doc/mallard/C/mal_block_list.xml     |  114 ++++++++++++++++++++++++++++++++++
 doc/mallard/C/mal_block_listing.xml  |    4 +-
 doc/mallard/C/mal_block_media.xml    |    4 +-
 doc/mallard/C/mal_block_note.xml     |    4 +-
 doc/mallard/C/mal_block_olist.xml    |   90 --------------------------
 doc/mallard/C/mal_block_p.xml        |    4 +-
 doc/mallard/C/mal_block_quote.xml    |    4 +-
 doc/mallard/C/mal_block_screen.xml   |    4 +-
 doc/mallard/C/mal_block_steps.xml    |   90 ++++++++++++++++++++++++++
 doc/mallard/C/mal_block_synopsis.xml |    4 +-
 doc/mallard/C/mal_block_terms.xml    |   92 +++++++++++++++++++++++++++
 doc/mallard/C/mal_block_ulist.xml    |   90 --------------------------
 doc/mallard/C/mal_inline_app.xml     |    4 +-
 doc/mallard/C/mal_inline_cmd.xml     |    4 +-
 doc/mallard/C/mal_inline_code.xml    |    4 +-
 doc/mallard/C/mal_inline_em.xml      |    4 +-
 doc/mallard/C/mal_inline_file.xml    |    4 +-
 doc/mallard/C/mal_inline_gui.xml     |    4 +-
 doc/mallard/C/mal_inline_guiseq.xml  |    4 +-
 doc/mallard/C/mal_inline_input.xml   |    4 +-
 doc/mallard/C/mal_inline_key.xml     |    4 +-
 doc/mallard/C/mal_inline_keyseq.xml  |    4 +-
 doc/mallard/C/mal_inline_link.xml    |   12 ++--
 doc/mallard/C/mal_inline_media.xml   |    4 +-
 doc/mallard/C/mal_inline_output.xml  |    4 +-
 doc/mallard/C/mal_inline_span.xml    |    4 +-
 doc/mallard/C/mal_inline_sys.xml     |    4 +-
 doc/mallard/C/mal_inline_var.xml     |    4 +-
 doc/mallard/C/mal_page.xml           |    4 +-
 xslt/mallard/html/mal2html-list.xsl  |   71 +++++++++++----------
 38 files changed, 405 insertions(+), 378 deletions(-)

commit 0f291e8144450329c7e50b3d3e739715e17d34b6
Author: Shaun McCance <shaunm@gnome.org>
Date:   Thu May 21 08:22:58 2009 -0500

    [mallard] Fixing content models for list types

 doc/mallard/C/mal_block.xml       |    1 +
 doc/mallard/C/mal_block_dlist.xml |   68 ++++++++++++++++++++++++++++++++++---
 doc/mallard/C/mal_block_olist.xml |   68 +++++++++++++++++++++++++++++++++---
 doc/mallard/C/mal_block_tree.xml  |   20 ++++++----
 doc/mallard/C/mal_block_ulist.xml |   54 ++++++++++++++++++++++++++++-
 5 files changed, 191 insertions(+), 20 deletions(-)

commit 2fe5b5553890c1490e9fc781bac3f6ea5fa38f9b
Author: Shaun McCance <shaunm@gnome.org>
Date:   Wed May 20 13:55:02 2009 -0500

    [mallard] Changing list.bullet to ulist

 doc/mallard/C/mal_block_cite.xml     |    4 ++--
 doc/mallard/C/mal_block_code.xml     |    4 ++--
 doc/mallard/C/mal_block_comment.xml  |    4 ++--
 doc/mallard/C/mal_block_desc.xml     |    4 ++--
 doc/mallard/C/mal_block_example.xml  |    4 ++--
 doc/mallard/C/mal_block_figure.xml   |    4 ++--
 doc/mallard/C/mal_block_listing.xml  |    4 ++--
 doc/mallard/C/mal_block_media.xml    |    4 ++--
 doc/mallard/C/mal_block_note.xml     |    4 ++--
 doc/mallard/C/mal_block_p.xml        |    4 ++--
 doc/mallard/C/mal_block_quote.xml    |    4 ++--
 doc/mallard/C/mal_block_screen.xml   |    4 ++--
 doc/mallard/C/mal_block_synopsis.xml |    4 ++--
 doc/mallard/C/mal_block_ulist.xml    |   14 +++++++++-----
 doc/mallard/C/mal_inline_app.xml     |    4 ++--
 doc/mallard/C/mal_inline_cmd.xml     |    4 ++--
 doc/mallard/C/mal_inline_code.xml    |    4 ++--
 doc/mallard/C/mal_inline_em.xml      |    4 ++--
 doc/mallard/C/mal_inline_file.xml    |    4 ++--
 doc/mallard/C/mal_inline_gui.xml     |    4 ++--
 doc/mallard/C/mal_inline_guiseq.xml  |    4 ++--
 doc/mallard/C/mal_inline_input.xml   |    4 ++--
 doc/mallard/C/mal_inline_key.xml     |    4 ++--
 doc/mallard/C/mal_inline_keyseq.xml  |    4 ++--
 doc/mallard/C/mal_inline_link.xml    |   12 ++++++------
 doc/mallard/C/mal_inline_media.xml   |    4 ++--
 doc/mallard/C/mal_inline_output.xml  |    4 ++--
 doc/mallard/C/mal_inline_span.xml    |    4 ++--
 doc/mallard/C/mal_inline_sys.xml     |    4 ++--
 doc/mallard/C/mal_inline_var.xml     |    4 ++--
 doc/mallard/C/mal_page.xml           |    4 ++--
 xslt/mallard/html/mal2html-list.xsl  |   30 +++++++++++++++---------------
 32 files changed, 88 insertions(+), 84 deletions(-)

commit a61c4844982da69d81a83262144c14e6babe2fcd
Author: Shaun McCance <shaunm@gnome.org>
Date:   Wed May 20 11:20:23 2009 -0500

    [mallard] Finished inline_link and removed inline_quote.
    
    I'm not wholly convinced that an inline quote element serves any
    useful purpose.  It never generates any styling effects.  It only
    adds punctuation.  Punctuation are just characters that, as far
    as I'm concerned, are properly part of the text content.
    
    Granted, it's useful for making fancy quotation marks, but I don't
    think it's worth the processing baggage.  It seems simple at first,
    but it turns out that the punctuation rules in different languages
    are tricky.  I think it's best that people just type the punctuation
    they intend to have.

 doc/mallard/C/mal_block_quote.xml  |    5 --
 doc/mallard/C/mal_inline.xml       |    4 +-
 doc/mallard/C/mal_inline_link.xml  |   49 +++++++++++++++++++++++-
 doc/mallard/C/mal_inline_quote.xml |   73 ------------------------------------
 4 files changed, 51 insertions(+), 80 deletions(-)

commit 1ea63ac6ea9cdc48fd44cc5ae20b21b18f83ece9
Author: Shaun McCance <shaunm@gnome.org>
Date:   Tue May 19 16:26:06 2009 -0500

    [mallard] Work on block_quote and block_synopsis

 doc/mallard/C/mal_block_quote.xml    |  128 +++++++++++++++++++++++++++++++---
 doc/mallard/C/mal_block_synopsis.xml |   25 ++++++-
 sandbox/mallard/html/Makefile        |    5 +-
 xslt/common/theme.xsl                |   11 +++
 xslt/mallard/html/mal2html-block.xsl |   82 +++++++++++++++++++++-
 5 files changed, 233 insertions(+), 18 deletions(-)

commit c624f6f5172e014ffb7f42b9d237f92df379faa2
Author: Shaun McCance <shaunm@gnome.org>
Date:   Tue May 19 13:54:28 2009 -0500

    [mallard] Moving mal_title to mal_block_title and mal_subtitle to mal_block_subtitle

 doc/mallard/C/mal_block.xml          |    6 +++---
 doc/mallard/C/mal_block_comment.xml  |    6 +++---
 doc/mallard/C/mal_block_dlist.xml    |    2 +-
 doc/mallard/C/mal_block_example.xml  |    2 +-
 doc/mallard/C/mal_block_figure.xml   |    4 ++--
 doc/mallard/C/mal_block_listing.xml  |    4 ++--
 doc/mallard/C/mal_block_note.xml     |    4 ++--
 doc/mallard/C/mal_block_olist.xml    |    2 +-
 doc/mallard/C/mal_block_quote.xml    |    4 ++--
 doc/mallard/C/mal_block_subtitle.xml |   17 +++++++++++++++++
 doc/mallard/C/mal_block_synopsis.xml |    6 +++---
 doc/mallard/C/mal_block_title.xml    |   17 +++++++++++++++++
 doc/mallard/C/mal_block_ulist.xml    |    2 +-
 doc/mallard/C/mal_info_version.xml   |    4 ++--
 doc/mallard/C/mal_page.xml           |    4 ++--
 doc/mallard/C/mal_section.xml        |    2 +-
 doc/mallard/C/mal_subtitle.xml       |   17 -----------------
 doc/mallard/C/mal_table.xml          |    2 +-
 doc/mallard/C/mal_title.xml          |   17 -----------------
 19 files changed, 61 insertions(+), 61 deletions(-)

commit 5e1f23d4285564258ab8c9c43ec2c7b33853d528
Author: Shaun McCance <shaunm@gnome.org>
Date:   Tue May 19 13:47:26 2009 -0500

    [mallard] Finishing block_figure and block_desc

 doc/mallard/C/mal_block.xml        |    1 -
 doc/mallard/C/mal_block_desc.xml   |   78 +++++++++++++++++++++++++++++++-----
 doc/mallard/C/mal_block_figure.xml |   74 +++++++++++++++++++++++++++++++---
 3 files changed, 135 insertions(+), 18 deletions(-)

commit 54992541088095fc221f29a5c9943156134a55c6
Author: Shaun McCance <shaunm@gnome.org>
Date:   Tue May 19 10:23:42 2009 -0500

    Added note about license for images

 COPYING |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

commit 427b323be712413cd8eb9e182e59cc6620083368
Author: Shaun McCance <shaunm@gnome.org>
Date:   Fri May 15 13:53:02 2009 -0500

    [db2omf] Fixed error message about OMF date: refer to pubdate

 xslt/docbook/omf/db2omf.xsl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit f2c9bbffe57e290b538c8a3237b4f663dd8c08f7
Author: Shaun McCance <shaunm@gnome.org>
Date:   Tue May 19 00:30:49 2009 -0500

    [mallard] Finishing block_listing

 doc/mallard/C/mal_block_listing.xml |   76 +++++++++++++++++++++++++++++++----
 1 files changed, 68 insertions(+), 8 deletions(-)

commit 6d2c8e6ffca9f947165aae1389e38d999d519bf9
Author: Shaun McCance <shaunm@gnome.org>
Date:   Mon May 18 16:30:28 2009 -0500

    [mallard] Trying out 24x24 admonition icons

 data/icons/hicolor/24x24/admon-bug.png       |  Bin 0 -> 1317 bytes
 data/icons/hicolor/24x24/admon-caution.png   |  Bin 0 -> 1149 bytes
 data/icons/hicolor/24x24/admon-important.png |  Bin 0 -> 1017 bytes
 data/icons/hicolor/24x24/admon-note.png      |  Bin 0 -> 779 bytes
 data/icons/hicolor/24x24/admon-tip.png       |  Bin 0 -> 1128 bytes
 data/icons/hicolor/24x24/admon-warning.png   |  Bin 0 -> 1149 bytes
 sandbox/mallard/html/Makefile                |    9 ++++++++-
 7 files changed, 8 insertions(+), 1 deletions(-)

commit 31d0d5157a0f2a3328a9c9f061a95830124efc0f
Author: Shaun McCance <shaunm@gnome.org>
Date:   Mon May 18 15:56:34 2009 -0500

    [mallard] Finished off block_note

 doc/mallard/C/mal_block_note.xml     |  157 ++++++++++++++++++++++++++++++++-
 xslt/mallard/html/mal2html-block.xsl |   13 ++-
 2 files changed, 161 insertions(+), 9 deletions(-)

commit 4ec5cfebd8094092be3daa7db7dc87e9e911ee3e
Author: Shaun McCance <shaunm@gnome.org>
Date:   Mon May 18 11:17:46 2009 -0500

    [mal2html] Using old theme system, work on notes
    
    When I started the mallard stylesheets, I did a different theme.xsl.
    I'm not wholly convinced of its benefits anymore, and I don't feel
    like dealing with the pain of completing it and moving the DocBook
    stylesheets over right now.

 xslt/mallard/html/mal2html-block.xsl  |  137 ++++++++++++++++++++------------
 xslt/mallard/html/mal2html-css.xsl    |  140 +++++++--------------------------
 xslt/mallard/html/mal2html-inline.xsl |   31 ++------
 xslt/mallard/html/mal2html.xsl        |    2 +-
 xslt/mallard/html/mal2xhtml.xsl       |    2 +-
 5 files changed, 120 insertions(+), 192 deletions(-)

commit 629be407dd45170e2556902a0e182c500e57696e
Author: Shaun McCance <shaunm@gnome.org>
Date:   Thu May 14 11:12:22 2009 -0500

    [mallard] Adding notes about content model to block elements

 doc/mallard/C/mal_block_code.xml     |   11 +++++++++-
 doc/mallard/C/mal_block_comment.xml  |   10 +++++++++
 doc/mallard/C/mal_block_example.xml  |   14 ++++++++----
 doc/mallard/C/mal_block_figure.xml   |   25 ++++++++++++++++++++++++
 doc/mallard/C/mal_block_listing.xml  |   26 +++++++++++++++++++++++++
 doc/mallard/C/mal_block_media.xml    |   11 +++++++++-
 doc/mallard/C/mal_block_note.xml     |   35 +++++++++++++++++++++------------
 doc/mallard/C/mal_block_p.xml        |   24 +++++++++++++++++++++++
 doc/mallard/C/mal_block_quote.xml    |   30 ++++++++++++++++++++++++++++-
 doc/mallard/C/mal_block_screen.xml   |    9 ++++++++
 doc/mallard/C/mal_block_synopsis.xml |   12 ++++++++++-
 doc/mallard/C/mal_inline_quote.xml   |    3 ++
 12 files changed, 188 insertions(+), 22 deletions(-)

commit 6a59b323cf8f6cc829985edcdef44e69ec176e29
Author: Shaun McCance <shaunm@gnome.org>
Date:   Wed May 13 19:03:45 2009 -0500

    [mallard] Adding info to mal_block, marking review

 doc/mallard/C/mal_block.xml      |   81 +++++++++++++++++++++++++++++++-------
 doc/mallard/C/mal_block_tree.xml |   24 +++++++++++
 doc/mallard/C/mal_list_tree.xml  |   24 -----------
 3 files changed, 91 insertions(+), 38 deletions(-)

commit 3b4995aff52910b4bef8052a362f5ae046806008
Author: Shaun McCance <shaunm@gnome.org>
Date:   Wed May 13 16:23:17 2009 -0500

    [mallard] Fixing all header information for inline element pages

 doc/mallard/C/mal_inline_app.xml    |    2 +-
 doc/mallard/C/mal_inline_cmd.xml    |    2 +-
 doc/mallard/C/mal_inline_code.xml   |    4 +++-
 doc/mallard/C/mal_inline_em.xml     |    6 ++++--
 doc/mallard/C/mal_inline_file.xml   |    6 ++++--
 doc/mallard/C/mal_inline_gui.xml    |    6 ++++--
 doc/mallard/C/mal_inline_guiseq.xml |    6 ++++--
 doc/mallard/C/mal_inline_input.xml  |    4 +++-
 doc/mallard/C/mal_inline_key.xml    |   11 +++++++++++
 doc/mallard/C/mal_inline_keyseq.xml |    6 ++++--
 doc/mallard/C/mal_inline_link.xml   |    2 +-
 doc/mallard/C/mal_inline_media.xml  |   11 +++++++++++
 doc/mallard/C/mal_inline_output.xml |    6 ++++--
 doc/mallard/C/mal_inline_quote.xml  |    2 +-
 doc/mallard/C/mal_inline_sys.xml    |    4 +++-
 doc/mallard/C/mal_inline_var.xml    |   11 +++++++++++
 16 files changed, 70 insertions(+), 19 deletions(-)

commit d1ca9f057261dc155e628b4af86a397b7cea0c17
Author: Shaun McCance <shaunm@gnome.org>
Date:   Wed May 13 16:17:09 2009 -0500

    [mallard] Finishing up some inline elements: input, sys, span

 doc/mallard/C/mal_inline_input.xml |   28 +++++++++++++++--
 doc/mallard/C/mal_inline_span.xml  |   57 +++++++++++++++++++++++++++++++++++-
 doc/mallard/C/mal_inline_sys.xml   |   31 +++++++++++++++++--
 3 files changed, 108 insertions(+), 8 deletions(-)

commit beaf4e734984f63339eacc69280810823439c5a2
Author: Christian Persch <chpe@gnome.org>
Date:   Wed May 13 17:08:57 2009 +0200

    Fix file-not-found warnings from config.status
    
    Put tools/gnome-doc-tool and tools/gnome-doc-prepare into separate
    AC_CONFIG_FILES statements, so the extra chmod isn't execute for other
    config files and give a warning message. Bug #557732 comment 4.

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

commit 094b53780f5de03aeaaaac107de3a9dd2b9d0e1c
Author: Shaun McCance <shaunm@gnome.org>
Date:   Tue May 12 19:47:33 2009 -0500

    [mallard] Adding info to mal_inline_link

 doc/mallard/C/mal_inline_link.xml |   74 +++++++++++++++++++++++++++++++++++-
 1 files changed, 71 insertions(+), 3 deletions(-)

commit 565fc95e66f78943cc6bdd52472de1ebd435c69a
Author: Shaun McCance <shaunm@gnome.org>
Date:   Tue May 12 17:39:18 2009 -0500

    [mallard] Adding info about external namespaces
    
    Moved mal_attr_external to mal_external.  It will have content about
    both external namespace attributes and external namespace elements.

 doc/mallard/C/mal_attr_external.xml  |   25 -----------
 doc/mallard/C/mal_attr_link.xml      |    2 +-
 doc/mallard/C/mal_block_cite.xml     |    2 +-
 doc/mallard/C/mal_block_code.xml     |    2 +-
 doc/mallard/C/mal_block_comment.xml  |    2 +-
 doc/mallard/C/mal_block_example.xml  |    2 +-
 doc/mallard/C/mal_block_media.xml    |    2 +-
 doc/mallard/C/mal_block_screen.xml   |    2 +-
 doc/mallard/C/mal_block_synopsis.xml |    2 +-
 doc/mallard/C/mal_external.xml       |   75 ++++++++++++++++++++++++++++++++++
 doc/mallard/C/mal_inline.xml         |   10 ++--
 doc/mallard/C/mal_inline_app.xml     |    2 +-
 doc/mallard/C/mal_inline_cmd.xml     |    2 +-
 doc/mallard/C/mal_inline_code.xml    |    2 +-
 doc/mallard/C/mal_inline_em.xml      |    2 +-
 doc/mallard/C/mal_inline_file.xml    |    2 +-
 doc/mallard/C/mal_inline_gui.xml     |    2 +-
 doc/mallard/C/mal_inline_guiseq.xml  |    2 +-
 doc/mallard/C/mal_inline_input.xml   |    2 +-
 doc/mallard/C/mal_inline_key.xml     |    2 +-
 doc/mallard/C/mal_inline_keyseq.xml  |    2 +-
 doc/mallard/C/mal_inline_link.xml    |    2 +-
 doc/mallard/C/mal_inline_media.xml   |    2 +-
 doc/mallard/C/mal_inline_output.xml  |    2 +-
 doc/mallard/C/mal_inline_quote.xml   |    2 +-
 doc/mallard/C/mal_inline_span.xml    |    2 +-
 doc/mallard/C/mal_inline_sys.xml     |    2 +-
 doc/mallard/C/mal_inline_var.xml     |    2 +-
 28 files changed, 105 insertions(+), 55 deletions(-)

commit eeda2b911020c4968d7b443e52eaea5b2230c360
Author: Shaun McCance <shaunm@gnome.org>
Date:   Tue May 12 15:00:17 2009 -0500

    Adding notes about content model and parents to inline elements.
    
    Based on input from Paul Cutler.  Hopefully makes things more clear
    for those who can't read RELAX-NG.  Also rearranged some notes,
    cleaned up some language, and changed all comparison sections to
    Comparison to Other Formats.

 doc/mallard/C/mal_inline_app.xml    |   25 +++++++++----
 doc/mallard/C/mal_inline_cmd.xml    |   31 +++++++++++------
 doc/mallard/C/mal_inline_code.xml   |   27 +++++++++-----
 doc/mallard/C/mal_inline_em.xml     |   28 ++++++++++-----
 doc/mallard/C/mal_inline_file.xml   |   25 +++++++++----
 doc/mallard/C/mal_inline_gui.xml    |   47 ++++++++++++++++----------
 doc/mallard/C/mal_inline_guiseq.xml |   31 ++++++++++++-----
 doc/mallard/C/mal_inline_input.xml  |   37 +++++++++++++--------
 doc/mallard/C/mal_inline_key.xml    |   33 +++++++++++++-----
 doc/mallard/C/mal_inline_keyseq.xml |   56 ++++++++++++++++++-------------
 doc/mallard/C/mal_inline_link.xml   |   63 ++++++++++++++++++++++------------
 doc/mallard/C/mal_inline_media.xml  |   29 ++++++++++-----
 doc/mallard/C/mal_inline_output.xml |   39 +++++++++++++--------
 doc/mallard/C/mal_inline_quote.xml  |   28 +++++++++++++++
 doc/mallard/C/mal_inline_span.xml   |   28 +++++++++++++++
 doc/mallard/C/mal_inline_sys.xml    |   25 +++++++++----
 doc/mallard/C/mal_inline_var.xml    |   38 ++++++++++++++++----
 17 files changed, 405 insertions(+), 185 deletions(-)

commit 29c9e29879525c7c1b937c0396d8875927d2fa11
Merge: a7c323b 32fd28c
Author: Shaun McCance <shaunm@gnome.org>
Date:   Mon May 11 21:32:24 2009 -0500

    Merge commit 'origin/mallard' into mallard

commit a7c323b32a3848b5471769e8f1b130b94fe5b921
Merge: 89ec0e5 d7e9e06
Author: Shaun McCance <shaunm@gnome.org>
Date:   Mon May 11 21:32:13 2009 -0500

    Merge commit 'origin/master' into mallard

commit 32fd28ce711b2f653c55a8745f911119a1d6f330
Author: Shaun McCance <shaunm@gnome.org>
Date:   Mon May 11 15:07:33 2009 -0500

    [mallard] Splitting out table elements into subpages

 doc/mallard/C/mal_block.xml     |    1 -
 doc/mallard/C/mal_table.xml     |   15 ++++-----------
 doc/mallard/C/mal_table_col.xml |   24 ++++++++++++++++++++++++
 doc/mallard/C/mal_table_td.xml  |   20 ++++++++++++++++++++
 doc/mallard/C/mal_table_tr.xml  |   38 ++++++++++++++++++++++++++++++++++++++
 5 files changed, 86 insertions(+), 12 deletions(-)

commit fc0cdea95ef540bccce4135eca88129f2b0c3938
Author: Shaun McCance <shaunm@gnome.org>
Date:   Mon May 11 12:54:25 2009 -0500

    [mal2html] Using the dual-(x)html output method from db2html

 sandbox/mallard/html/Makefile       |    7 ++--
 xslt/mallard/html/mal2html-page.xsl |    4 +-
 xslt/mallard/html/mal2html.xsl      |   16 +++++++--
 xslt/mallard/html/mal2xhtml.xsl     |   67 +++++++++++++++++++++++++++++++++++
 4 files changed, 86 insertions(+), 8 deletions(-)

commit b41f0f89066d822c6af3fe3fc6e8856e7c43a3ec
Author: Shaun McCance <shaunm@gnome.org>
Date:   Thu May 7 15:12:22 2009 -0500

    [mallard] Added content for block_comment, fixed some first-child issues

 doc/mallard/C/mal_block_cite.xml     |   30 +++++++-
 doc/mallard/C/mal_block_comment.xml  |  149 ++++++++++++++++++++++++++++-----
 xslt/mallard/html/mal2html-block.xsl |   35 +++++---
 xslt/mallard/html/mal2html-page.xsl  |    6 +-
 4 files changed, 180 insertions(+), 40 deletions(-)

commit 8d437dbb13f2af02b16cd0dcf6121ab6f75d2eeb
Author: Shaun McCance <shaunm@gnome.org>
Date:   Wed May 6 18:49:42 2009 -0500

    [mallard] Added content to block_example, plus typo fixes

 doc/mallard/C/mal_block_code.xml     |    2 +-
 doc/mallard/C/mal_block_example.xml  |   99 +++++++++++++++++++++++++++++++++-
 doc/mallard/C/mal_block_media.xml    |    2 +-
 doc/mallard/C/mal_block_screen.xml   |    2 +-
 doc/mallard/C/mal_block_synopsis.xml |    2 +-
 5 files changed, 102 insertions(+), 5 deletions(-)

commit d10d4884d99009b31a4e29d3a779a611c9450eb8
Author: Shaun McCance <shaunm@gnome.org>
Date:   Wed May 6 15:06:45 2009 -0500

    [mallard] Simplifying table examples

 doc/mallard/C/mal_table.xml |  659 +++++++++++--------------------------------
 1 files changed, 169 insertions(+), 490 deletions(-)

commit 8a750ccccb0ebfe3a2fe832e1285925c6bfffe71
Author: Shaun McCance <shaunm@gnome.org>
Date:   Wed May 6 15:06:06 2009 -0500

    [mal2html] Making subsection headers more prominent

 xslt/mallard/html/mal2html-css.xsl |   17 ++++++++---------
 1 files changed, 8 insertions(+), 9 deletions(-)

commit c85366f7e4f5a1703daa099df32f605684745b2f
Author: Shaun McCance <shaunm@gnome.org>
Date:   Wed May 6 11:07:50 2009 -0500

    [mal2html] Improved block mode processing and fixed guide link issue

 xslt/mallard/html/mal2html-block.xsl |   45 +++++++++++++++++++--------------
 xslt/mallard/html/mal2html-css.xsl   |    2 +-
 xslt/mallard/html/mal2html-page.xsl  |   41 +++++++++++++++----------------
 3 files changed, 47 insertions(+), 41 deletions(-)

commit 4b6650888efbaccc4fb7724baf8737c3fac8131b
Author: Shaun McCance <shaunm@gnome.org>
Date:   Wed May 6 11:05:54 2009 -0500

    [mallard] Restructuring of block elements spec

 doc/mallard/C/mal_block.xml           |  110 +++++++++++++++++++++++++-------
 doc/mallard/C/mal_block_cite.xml      |    2 -
 doc/mallard/C/mal_block_code.xml      |    1 -
 doc/mallard/C/mal_block_comment.xml   |    1 -
 doc/mallard/C/mal_block_desc.xml      |    2 -
 doc/mallard/C/mal_block_dlist.xml     |   34 ++++++++++
 doc/mallard/C/mal_block_example.xml   |    1 -
 doc/mallard/C/mal_block_figure.xml    |    1 -
 doc/mallard/C/mal_block_listing.xml   |    1 -
 doc/mallard/C/mal_block_media.xml     |    1 -
 doc/mallard/C/mal_block_note.xml      |    1 -
 doc/mallard/C/mal_block_olist.xml     |   34 ++++++++++
 doc/mallard/C/mal_block_p.xml         |    1 -
 doc/mallard/C/mal_block_quote.xml     |    1 -
 doc/mallard/C/mal_block_screen.xml    |    1 -
 doc/mallard/C/mal_block_synopsis.xml  |    2 -
 doc/mallard/C/mal_block_ulist.xml     |   34 ++++++++++
 doc/mallard/C/mal_list.xml            |   29 ---------
 doc/mallard/C/mal_list_bullet.xml     |   24 -------
 doc/mallard/C/mal_list_definition.xml |   24 -------
 doc/mallard/C/mal_list_numbered.xml   |   24 -------
 doc/mallard/C/mal_subtitle.xml        |    1 -
 doc/mallard/C/mal_table.xml           |    1 -
 doc/mallard/C/mal_title.xml           |    1 -
 24 files changed, 188 insertions(+), 144 deletions(-)

commit 89ec0e581538735fcaf44a7dd4893500c90e8ece
Author: Shaun McCance <shaunm@gnome.org>
Date:   Sun May 3 19:13:16 2009 -0500

    [mallard] Simpler auto links

 xslt/mallard/html/mal2html-css.xsl  |   12 ++++
 xslt/mallard/html/mal2html-page.xsl |  109 +++++++++++++++++++----------------
 2 files changed, 71 insertions(+), 50 deletions(-)

commit bca325a88952f22bd8d7c4b15cd13fd3b91f5490
Author: Shaun McCance <shaunm@gnome.org>
Date:   Sun May 3 15:21:45 2009 -0500

    [mallard] Added information and xslt for synopsis and listing

 doc/mallard/C/mal_block_synopsis.xml |   71 ++++++++++++++++++++++++++++++++--
 xslt/mallard/html/mal2html-block.xsl |   33 ++++++++--------
 xslt/mallard/html/mal2html-page.xsl  |    2 +-
 3 files changed, 85 insertions(+), 21 deletions(-)

commit 55475c9a21567ae22b5c87de850b20796b6256a4
Author: Shaun McCance <shaunm@gnome.org>
Date:   Sun May 3 12:27:16 2009 -0500

    [mallard] Flushing out media elements spec and implementation

 doc/mallard/C/mal_block_media.xml    |   48 ++++++++++-
 doc/mallard/C/mal_inline_media.xml   |  164 ++++++++++++++++++++++++----------
 xslt/mallard/html/mal2html-media.xsl |   22 +++++-
 3 files changed, 183 insertions(+), 51 deletions(-)

commit fbb0711182c22a665d92e1842472fc341cfe4bda
Author: Shaun McCance <shaunm@gnome.org>
Date:   Sun May 3 00:19:40 2009 -0500

    [mallard] Updates to media processing
    
    I'm going back to my original idea of nested chaining, instead of
    using a container element to list fallbacks.  I thought there were
    logistical problems with using nested elements both for alternate
    media and for text fallback, until I realized there aren't.

 doc/mallard/C/mal_block_media.xml    |   45 ++++++++++++++++++++++++++++++++-
 xslt/mallard/html/mal2html-media.xsl |   45 ++++++++++++++++++++++++++++++----
 2 files changed, 83 insertions(+), 7 deletions(-)

commit 728fa89d25e907c6431223b04095f859f4f82ecb
Author: Shaun McCance <shaunm@gnome.org>
Date:   Sat May 2 21:51:10 2009 -0500

    [mallard] Some work on block_media

 doc/mallard/C/mal_block_desc.xml     |    4 +-
 doc/mallard/C/mal_block_media.xml    |   44 +++++++++++++++++++++++++++++++--
 xslt/mallard/html/mal2html-media.xsl |    2 +-
 3 files changed, 44 insertions(+), 6 deletions(-)

commit 7efe93c679ec6a0c86ea255e21571478b6126270
Author: Shaun McCance <shaunm@gnome.org>
Date:   Sat May 2 21:47:23 2009 -0500

    [mallard] Fixed automatic link text for internal links

 xslt/mallard/common/mal-link.xsl |   17 ++++++++++++++++-
 1 files changed, 16 insertions(+), 1 deletions(-)

commit 3e51d08b7294093f710e384db89ffc19a404e5e9
Author: Shaun McCance <shaunm@gnome.org>
Date:   Sat May 2 18:27:26 2009 -0500

    [mallard] Added note to code about using inside listing

 doc/mallard/C/mal_block_code.xml |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

commit 6b43e99cfbe6c0e1cb419f8b46a45c146a3d364a
Author: Shaun McCance <shaunm@gnome.org>
Date:   Sat May 2 17:58:27 2009 -0500

    Adding listing & fixing first-child issues for mal2html.block.mode

 doc/mallard/C/mal_block.xml          |    3 +-
 doc/mallard/C/mal_block_comment.xml  |    1 +
 doc/mallard/C/mal_block_figure.xml   |    2 +-
 doc/mallard/C/mal_block_listing.xml  |   42 +++++++++++++++
 xslt/mallard/html/mal2html-block.xsl |   96 ++++++++++++++++++++++++----------
 xslt/mallard/html/mal2html-css.xsl   |    5 ++-
 xslt/mallard/html/mal2html-page.xsl  |    9 +++-
 7 files changed, 126 insertions(+), 32 deletions(-)

commit d7e9e06b83b50cb2aa41cbe89057e7516850e2ab
Author: Shaun McCance <shaunm@gnome.org>
Date:   Sun Apr 26 13:28:52 2009 -0500

    Adding mailto: to foaf:mbox

 gnome-doc-utils.doap |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit d40482de65df45b3a681e06ddf597bbcb13b435a
Author: Shaun McCance <shaunm@gnome.org>
Date:   Sun Apr 26 13:27:51 2009 -0500

    [mal_inline] Fixed typo

 doc/mallard/C/mal_inline.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 4f89e4d4173ee812b865a0316e5f5691e649aa9d
Author: Shaun McCance <shaunm@gnome.org>
Date:   Sun Apr 19 15:36:51 2009 -0500

    Adding DOAP file

 gnome-doc-utils.doap |   30 ++++++++++++++++++++++++++++++
 1 files changed, 30 insertions(+), 0 deletions(-)

commit 5198d2741090fe227ea297f2ca44b73c846573dc
Author: Shaun McCance <shaunm@gnome.org>
Date:   Sun Apr 19 15:34:38 2009 -0500

    Using example element in examples for mal_block_desc

 doc/mallard/C/mal_block_desc.xml |   23 +++++++++++------------
 1 files changed, 11 insertions(+), 12 deletions(-)

commit 6ee9acd36f1cc056a82197638bfb7f265f05ec58
Author: Shaun McCance <shaunm@gnome.org>
Date:   Sun Apr 19 11:55:58 2009 -0500

    Renaming the caption element to desc, which we already have as an info element

 doc/mallard/C/mal_block_caption.xml  |   91 ----------------------------------
 doc/mallard/C/mal_block_desc.xml     |   82 ++++++++++++++++++++++++++++++
 doc/mallard/C/mal_block_figure.xml   |    4 +-
 doc/mallard/C/mal_block_quote.xml    |    4 +-
 doc/mallard/C/mal_table.xml          |    5 +-
 xslt/mallard/html/mal2html-block.xsl |   12 ++--
 6 files changed, 94 insertions(+), 104 deletions(-)

commit af5d420242a4bda73db11f00c21c5253a9c341e2
Author: Shaun McCance <shaunm@gnome.org>
Date:   Sun Apr 19 11:44:30 2009 -0500

    Finishing off code blocks and adding info to screen and inline code

 doc/mallard/C/mal_block_code.xml   |   94 ++++++++++++++++++++++++++----------
 doc/mallard/C/mal_block_screen.xml |    8 ++-
 doc/mallard/C/mal_inline_code.xml  |    9 ++-
 3 files changed, 81 insertions(+), 30 deletions(-)

commit bef18eb8ca59e696fac07e6dc79bf384f2cd8d42
Author: Shaun McCance <shaunm@gnome.org>
Date:   Sun Apr 19 10:34:46 2009 -0500

    Additions to mal_inline and mal_page

 doc/mallard/C/mal_inline.xml |   59 +++++++++++++++++++++++++++++++++++------
 doc/mallard/C/mal_page.xml   |   35 +++++++++++++++++++++++++
 2 files changed, 85 insertions(+), 9 deletions(-)

commit 9e7f635cf2b4abc138235cc3bdd47b66055b1cde
Author: Shaun McCance <shaunm@gnome.org>
Date:   Sun Apr 19 01:04:01 2009 -0500

    More content for the Mallard screen element

 doc/mallard/C/mal_block_screen.xml |   51 +++++++++++++++++++++++++++++-------
 1 files changed, 41 insertions(+), 10 deletions(-)

commit 154d3b1d8e9e63b161f62d3031c62c12ae2d2507
Author: Shaun McCance <shaunm@recto.localdomain>
Date:   Thu Apr 16 23:01:11 2009 -0500

    Flushed out screen documentation, some categorization work on blocks

 doc/mallard/C/mal_block.xml         |    9 +++
 doc/mallard/C/mal_block_caption.xml |    2 +-
 doc/mallard/C/mal_block_cite.xml    |    2 +-
 doc/mallard/C/mal_block_code.xml    |   34 ++-------
 doc/mallard/C/mal_block_media.xml   |    2 +-
 doc/mallard/C/mal_block_quote.xml   |    2 +-
 doc/mallard/C/mal_block_screen.xml  |  126 +++++++++++++++++++++++++++++++++--
 7 files changed, 141 insertions(+), 36 deletions(-)

commit c44be21cee1bbaaba386c5865be6e77de7c88012
Author: Shaun McCance <shaunm@recto.localdomain>
Date:   Mon Apr 13 00:39:57 2009 -0500

    Various small corrections

 doc/mallard/C/mal_inline_input.xml  |    5 +++--
 doc/mallard/C/mal_inline_keyseq.xml |    2 +-
 doc/mallard/C/mal_inline_sys.xml    |   16 +++++++++++++++-
 doc/mallard/C/mal_inline_var.xml    |    5 ++++-
 4 files changed, 23 insertions(+), 5 deletions(-)

commit a2289259185c4a5ad0e72bc7eac9d9c7f79cdf21
Author: Shaun McCance <shaunm@gnome.org>
Date:   Wed Dec 17 17:17:10 2008 -0600

    Finishing up keyseq documentation

 doc/mallard/C/mal_inline_key.xml      |    2 +-
 doc/mallard/C/mal_inline_keyseq.xml   |   99 ++++++++++++++++++++++++++++++--
 xslt/mallard/html/mal2html-inline.xsl |   12 ++++-
 3 files changed, 104 insertions(+), 9 deletions(-)

commit 59ce42d294efade942e67b7b4ce25e7ba2955a5a
Author: Shaun McCance <shaunm@gnome.org>
Date:   Wed Dec 17 11:42:57 2008 -0600

    Mark output as 'review' since I implemented basic screen support

 doc/mallard/C/mal_inline_output.xml |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

commit 3df34838dfa2a925c0ecb927f61454bd250a6eb9
Author: Shaun McCance <shaunm@gnome.org>
Date:   Wed Dec 17 11:41:44 2008 -0600

    Special processing for output in screen

 xslt/mallard/html/mal2html-inline.xsl |   32 ++++++++++++++++++++++++++++++--
 1 files changed, 30 insertions(+), 2 deletions(-)

commit e3716798ef4ba50626965aed1c8b520d78b6fe57
Author: Shaun McCance <shaunm@gnome.org>
Date:   Wed Dec 17 11:20:06 2008 -0600

    Adding screen support with new mal2html.pre, some CSS tweaks

 xslt/mallard/html/mal2html-block.xsl  |   81 ++++++++++++++++++---------------
 xslt/mallard/html/mal2html-css.xsl    |   32 ++++++++-----
 xslt/mallard/html/mal2html-inline.xsl |    9 +++-
 3 files changed, 69 insertions(+), 53 deletions(-)

commit 3c4ce292b10f91bc65fbfb18e2b155a7e67c8e02
Author: Shaun McCance <shaunm@gnome.org>
Date:   Tue Dec 16 18:45:52 2008 -0600

    Changed language to refer to "display tools" where appropriate

 doc/mallard/C/mal_block_code.xml     |    8 ++++----
 doc/mallard/C/mal_block_note.xml     |    2 +-
 doc/mallard/C/mal_block_synopsis.xml |    2 +-
 doc/mallard/C/mal_inline_app.xml     |    2 +-
 doc/mallard/C/mal_inline_cmd.xml     |    6 +++---
 doc/mallard/C/mal_inline_code.xml    |    6 +++---
 doc/mallard/C/mal_inline_em.xml      |    8 ++++----
 doc/mallard/C/mal_inline_file.xml    |    2 +-
 doc/mallard/C/mal_inline_gui.xml     |    6 +++---
 doc/mallard/C/mal_inline_guiseq.xml  |    2 +-
 doc/mallard/C/mal_inline_input.xml   |    8 ++++----
 doc/mallard/C/mal_inline_key.xml     |    4 ++--
 doc/mallard/C/mal_inline_keyseq.xml  |    2 +-
 doc/mallard/C/mal_inline_link.xml    |    2 +-
 doc/mallard/C/mal_inline_output.xml  |    6 +++---
 doc/mallard/C/mal_inline_sys.xml     |    2 +-
 doc/mallard/C/mal_inline_var.xml     |    2 +-
 17 files changed, 35 insertions(+), 35 deletions(-)

commit cc377e18607365f3edbf045af57b99786181238d
Author: Shaun McCance <shaunm@gnome.org>
Date:   Tue Dec 16 18:35:22 2008 -0600

    Adding more content for inline elements

 doc/mallard/C/mal_inline_em.xml       |   24 ++++++++--
 doc/mallard/C/mal_inline_gui.xml      |   79 ++++++++++++++++++++++++++++++--
 doc/mallard/C/mal_inline_guiseq.xml   |   34 ++++++++++++++-
 doc/mallard/C/mal_inline_input.xml    |   28 ++++++++++-
 doc/mallard/C/mal_inline_key.xml      |   65 ++++++++++++++++++++++++++-
 doc/mallard/C/mal_inline_output.xml   |   12 ++++-
 xslt/mallard/html/mal2html-inline.xsl |   45 +++++++++++++++++-
 7 files changed, 267 insertions(+), 20 deletions(-)

commit 71d44d934a03ddcff9084e4a6f63557baf9c43b9
Author: Shaun McCance <shaunm@gnome.org>
Date:   Mon Dec 15 19:09:56 2008 -0600

    Adding content for output

 doc/mallard/C/mal_inline_output.xml   |   69 ++++++++++++++++++++++++++++++++-
 xslt/mallard/html/mal2html-inline.xsl |    4 +-
 2 files changed, 69 insertions(+), 4 deletions(-)

commit f15e54414c075e230c71f3f1e4da937774d0674a
Author: Shaun McCance <shaunm@gnome.org>
Date:   Fri Dec 12 14:06:35 2008 -0600

    Fix content model for media containers

 doc/mallard/C/mal_inline_media.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit e4e8cdc0fa43207e7e85c9106df1257f9d7d2c76
Author: Shaun McCance <shaunm@gnome.org>
Date:   Fri Dec 12 13:46:13 2008 -0600

    Adding intro text for var

 doc/mallard/C/mal_inline_var.xml |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

commit 9d8cae1199153f808407946182083ee80d7fb73a
Author: Shaun McCance <shaunm@gnome.org>
Date:   Fri Dec 12 13:46:02 2008 -0600

    Use more direct language in the intro text

 doc/mallard/C/mal_inline_app.xml    |   22 +++++++++++++++++-----
 doc/mallard/C/mal_inline_cmd.xml    |   15 ++++++++-------
 doc/mallard/C/mal_inline_code.xml   |   23 ++++++++++++-----------
 doc/mallard/C/mal_inline_em.xml     |    8 ++++----
 doc/mallard/C/mal_inline_file.xml   |    6 +++---
 doc/mallard/C/mal_inline_guiseq.xml |    5 +++--
 6 files changed, 47 insertions(+), 32 deletions(-)

commit c6384fa7e14422e377fc6966d5a7e20d58d96556
Author: Shaun McCance <shaunm@gnome.org>
Date:   Fri Dec 12 12:52:06 2008 -0600

    Fixed type and added seealso link to gui in guiseq

 doc/mallard/C/mal_inline_guiseq.xml |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit eae4fd2e8e09cc1ca8057dc4dad8e57dbd93d0ef
Author: Shaun McCance <shaunm@gnome.org>
Date:   Fri Dec 12 12:49:36 2008 -0600

    Adding content for some inline elements

 doc/mallard/C/mal_inline_app.xml    |   16 +++++++++
 doc/mallard/C/mal_inline_cmd.xml    |   12 +++---
 doc/mallard/C/mal_inline_code.xml   |   59 ++++++++++++++++++++++++++++------
 doc/mallard/C/mal_inline_file.xml   |    6 ++-
 doc/mallard/C/mal_inline_input.xml  |    8 +++-
 doc/mallard/C/mal_inline_output.xml |   20 +++++++-----
 6 files changed, 92 insertions(+), 29 deletions(-)

commit 432254d073f38a15367a5ed9f1c683ed88e6f025
Author: Shaun McCance <shaunm@gnome.org>
Date:   Thu Dec 11 12:55:48 2008 -0600

    Fixed problem with ubiquitous linking with an href attribute

 xslt/mallard/html/mal2html-inline.xsl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit d43f919bd2237269e84d07de70f8314cc40b23a5
Author: Shaun McCance <shaunm@gnome.org>
Date:   Thu Dec 11 12:54:52 2008 -0600

    Adding "example" block element, because I think it's useful

 doc/mallard/C/mal_block.xml           |    1 +
 doc/mallard/C/mal_block_example.xml   |   34 +++++++++++++++++++++++++++++++++
 doc/mallard/C/mal_inline_cmd.xml      |   26 ++++++++++++++----------
 xslt/mallard/html/mal2html-block.xsl  |   22 +++++++++++++++++++++
 xslt/mallard/html/mal2html-inline.xsl |    2 +-
 5 files changed, 73 insertions(+), 12 deletions(-)

commit 5da38afa653b1410b96dbefccaabe14e32917304
Author: Shaun McCance <shaunm@gnome.org>
Date:   Thu Dec 11 12:35:06 2008 -0600

    Adding minor content to keyseq

 doc/mallard/C/mal_inline_keyseq.xml |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

commit 6c64233783af900ae760eee1c31d60aa15761cf3
Author: Shaun McCance <shaunm@gnome.org>
Date:   Thu Dec 11 12:34:39 2008 -0600

    Fix some issues with the change in the cache file

 sandbox/mallard/html/Makefile         |    2 +-
 xslt/mallard/html/mal2html-inline.xsl |   30 +++++++++++++++++++++++++++---
 xslt/mallard/html/mal2html-page.xsl   |   11 +++++++----
 3 files changed, 35 insertions(+), 8 deletions(-)

commit 47685079e3619b7a733ab7fd2f33ce5b4db264d7
Author: Shaun McCance <shaunm@gnome.org>
Date:   Wed Dec 10 15:59:35 2008 -0600

    Changing how IDs are handled in the cache
    
    We now set section IDs to pageid#sectionid in the cache.  This is easy
    and fast to do in the cache creation, and considerably simplifies all
    the linking code by removing boilerplate linkid constructions for the
    cache key.

 xslt/mallard/common/mal-link.xsl    |   31 +++++----
 xslt/mallard/html/mal2html-page.xsl |  122 +++++++----------------------------
 xslt/mallard/html/mal2html.xsl      |    4 -
 xslt/mallard/utils/mal2cache.xsl    |    2 +
 4 files changed, 42 insertions(+), 117 deletions(-)

commit 79acdec047d7569f98214433f901a4c530af76b8
Author: Shaun McCance <shaunm@gnome.org>
Date:   Wed Dec 10 14:11:41 2008 -0600

    Adding rowspan and colspan

 xslt/mallard/html/mal2html-table.xsl |   15 +++++++++++++--
 1 files changed, 13 insertions(+), 2 deletions(-)

commit 8b6bdf2ff2eafec2fb5eaee50b32044b1fd41562
Author: Shaun McCance <shaunm@gnome.org>
Date:   Wed Dec 10 14:11:20 2008 -0600

    Cleaned up some linking code

 doc/mallard/C/mal_inline_link.xml     |    2 +-
 xslt/mallard/common/mal-link.xsl      |  123 +++++++++++++++++--------
 xslt/mallard/html/mal2html-inline.xsl |  106 +++++++++-------------
 xslt/mallard/html/mal2html-page.xsl   |  159 +++++++++++++++++----------------
 4 files changed, 209 insertions(+), 181 deletions(-)

commit 023074893fbd9f54f217d812241282c2e94976f7
Author: Shaun McCance <shaunm@gnome.org>
Date:   Wed Dec 3 10:48:23 2008 -0600

    Some work on tree lists

 xslt/mallard/html/mal2html-list.xsl |   70 ++++++++++++++++++++++++-----------
 1 files changed, 48 insertions(+), 22 deletions(-)

commit 1c94066a56dc1953be260f3e9c95a480d63c6553
Author: Shaun McCance <shaunm@gnome.org>
Date:   Wed Dec 3 10:27:56 2008 -0600

    Fixing first-child issues

 xslt/mallard/html/mal2html-block.xsl |   63 ++++++-----
 xslt/mallard/html/mal2html-css.xsl   |  200 ++++++++++++++++++----------------
 xslt/mallard/html/mal2html-table.xsl |    8 +-
 3 files changed, 146 insertions(+), 125 deletions(-)

commit fce77a111d01ae03839b3d74ca49322d19b5001f
Author: Shaun McCance <shaunm@gnome.org>
Date:   Tue Dec 2 11:15:31 2008 -0600

    Status markers on page links
    
    This uncovered some problems and quirks with the page link code.
    I need to iron them out and clean that code up.

 xslt/mallard/html/mal2html-css.xsl  |   36 ++++++++++++++++++++++++++++++++
 xslt/mallard/html/mal2html-page.xsl |   39 +++++++++++++++++++++++++++++++++-
 2 files changed, 73 insertions(+), 2 deletions(-)

commit f68a513f4f62f73015638439ad00755b97d3f153
Author: Shaun McCance <shaunm@gnome.org>
Date:   Tue Dec 2 09:45:00 2008 -0600

    mal_inline does not require +

 doc/mallard/C/mal_block_cite.xml     |    4 ++--
 doc/mallard/C/mal_info_copyright.xml |    4 ++--
 doc/mallard/C/mal_info_credit.xml    |    4 ++--
 doc/mallard/C/mal_info_desc.xml      |    2 +-
 doc/mallard/C/mal_inline_app.xml     |    2 +-
 doc/mallard/C/mal_inline_cmd.xml     |    2 +-
 doc/mallard/C/mal_inline_code.xml    |    2 +-
 doc/mallard/C/mal_inline_em.xml      |    2 +-
 doc/mallard/C/mal_inline_file.xml    |    2 +-
 doc/mallard/C/mal_inline_gui.xml     |    2 +-
 doc/mallard/C/mal_inline_input.xml   |    2 +-
 doc/mallard/C/mal_inline_key.xml     |    2 +-
 doc/mallard/C/mal_inline_output.xml  |    2 +-
 doc/mallard/C/mal_inline_quote.xml   |    2 +-
 doc/mallard/C/mal_inline_span.xml    |    2 +-
 doc/mallard/C/mal_inline_sys.xml     |    2 +-
 doc/mallard/C/mal_inline_var.xml     |    2 +-
 doc/mallard/C/mal_list_tree.xml      |    2 +-
 18 files changed, 21 insertions(+), 21 deletions(-)

commit 5fbd1ffe415442a03f784c44bb7cb9dabf98ad31
Author: Shaun McCance <shaunm@gnome.org>
Date:   Tue Dec 2 09:17:52 2008 -0600

    Adding some processing expectations for code blocks

 doc/mallard/C/mal_block_code.xml |   24 +++++++++++++++++++++++-
 1 files changed, 23 insertions(+), 1 deletions(-)

commit c32da3bed14f8fe6c9dfc3131e8b53990c17d17e
Author: Shaun McCance <shaunm@gnome.org>
Date:   Tue Dec 2 09:16:39 2008 -0600

    Fixing newline stripping

 xslt/mallard/html/mal2html-block.xsl |    6 ++--
 xslt/mallard/html/util.xsl           |   38 ++++-----------------------------
 2 files changed, 8 insertions(+), 36 deletions(-)

commit 1559f2ca6745fed4afbe5fb007ad6fc8dde4dcbf
Author: Shaun McCance <shaunm@gnome.org>
Date:   Mon Dec 1 18:32:21 2008 -0600

    Adding Just Enough Markup link

 doc/mallard/C/mal_inline_cmd.xml  |    4 ++++
 doc/mallard/C/mal_inline_code.xml |    2 ++
 doc/mallard/C/mal_inline_gui.xml  |    6 ++----
 doc/mallard/C/mal_inline_sys.xml  |    2 ++
 4 files changed, 10 insertions(+), 4 deletions(-)

commit 9e881af61afd97c0e9b486a632241ca3ec4e7d60
Author: Shaun McCance <shaunm@gnome.org>
Date:   Mon Dec 1 18:27:16 2008 -0600

    Setting the revision date for the status change

 doc/mallard/C/mal_inline_cmd.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 00377c60013376ee314a2ca3b47d1c4fe503183d
Author: Shaun McCance <shaunm@gnome.org>
Date:   Mon Dec 1 18:27:02 2008 -0600

    Finishing mal_inline_file

 doc/mallard/C/mal_inline_file.xml |   18 +++++++++++++-----
 1 files changed, 13 insertions(+), 5 deletions(-)

commit 8a0f0336f8e4335475e35b9416ba44ca50eb663d
Author: Shaun McCance <shaunm@gnome.org>
Date:   Mon Dec 1 17:23:42 2008 -0600

    Adding processing expectations to cmd

 doc/mallard/C/mal_inline_cmd.xml |   19 ++++++++++++++-----
 1 files changed, 14 insertions(+), 5 deletions(-)

commit 65a27dac91c7f83d0f72dd018305d137b1d12e5c
Author: Shaun McCance <shaunm@gnome.org>
Date:   Mon Dec 1 15:28:21 2008 -0600

    s/seperated/separated/

 doc/mallard/C/mal_block_note.xml    |    2 +-
 doc/mallard/C/mal_inline_app.xml    |    2 +-
 doc/mallard/C/mal_inline_cmd.xml    |    2 +-
 doc/mallard/C/mal_inline_code.xml   |    2 +-
 doc/mallard/C/mal_inline_em.xml     |    2 +-
 doc/mallard/C/mal_inline_file.xml   |    2 +-
 doc/mallard/C/mal_inline_gui.xml    |    2 +-
 doc/mallard/C/mal_inline_guiseq.xml |    2 +-
 doc/mallard/C/mal_inline_input.xml  |    2 +-
 doc/mallard/C/mal_inline_key.xml    |    2 +-
 doc/mallard/C/mal_inline_keyseq.xml |    2 +-
 doc/mallard/C/mal_inline_link.xml   |    2 +-
 doc/mallard/C/mal_inline_output.xml |    2 +-
 doc/mallard/C/mal_inline_sys.xml    |    2 +-
 doc/mallard/C/mal_inline_var.xml    |    2 +-
 15 files changed, 15 insertions(+), 15 deletions(-)

commit 3748e35cdef1176b95b0f6031df819123a32e94f
Author: Shaun McCance <shaunm@gnome.org>
Date:   Mon Dec 1 15:25:28 2008 -0600

    Adding DocBook comparisons

 doc/mallard/C/mal_block_code.xml    |   10 +++++++++
 doc/mallard/C/mal_inline_app.xml    |    4 +-
 doc/mallard/C/mal_inline_cmd.xml    |    4 +-
 doc/mallard/C/mal_inline_code.xml   |   39 +++++++++++++++++++++++++++-------
 doc/mallard/C/mal_inline_em.xml     |    2 +-
 doc/mallard/C/mal_inline_file.xml   |   17 +++++++++++---
 doc/mallard/C/mal_inline_gui.xml    |    6 ++--
 doc/mallard/C/mal_inline_guiseq.xml |   16 ++++++++++++++
 doc/mallard/C/mal_inline_input.xml  |   10 +++++++++
 doc/mallard/C/mal_inline_key.xml    |   15 +++++++++++++
 doc/mallard/C/mal_inline_keyseq.xml |   22 ++++++++++++++++++-
 doc/mallard/C/mal_inline_output.xml |   17 +++++++++++++++
 doc/mallard/C/mal_inline_sys.xml    |   14 ++++++++++++
 doc/mallard/C/mal_inline_var.xml    |   10 +++++++++
 14 files changed, 165 insertions(+), 21 deletions(-)

commit a84a999541118965143a37e0996c3598c0356ad3
Author: Shaun McCance <shaunm@gnome.org>
Date:   Mon Dec 1 12:13:52 2008 -0600

    Fixing paths in Makefile

 doc/mallard/C/Makefile |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 67d545b4fcef2aa594f6f1ffe3e5c59f15cc7bb6
Author: Shaun McCance <shaunm@gnome.org>
Date:   Mon Dec 1 12:13:21 2008 -0600

    Stylistic tweak to rnc

 doc/mallard/C/mal_inline_app.xml    |    2 +-
 doc/mallard/C/mal_inline_cmd.xml    |    2 +-
 doc/mallard/C/mal_inline_code.xml   |    2 +-
 doc/mallard/C/mal_inline_em.xml     |    2 +-
 doc/mallard/C/mal_inline_file.xml   |    2 +-
 doc/mallard/C/mal_inline_gui.xml    |    2 +-
 doc/mallard/C/mal_inline_input.xml  |    2 +-
 doc/mallard/C/mal_inline_key.xml    |    2 +-
 doc/mallard/C/mal_inline_output.xml |    2 +-
 doc/mallard/C/mal_inline_quote.xml  |    2 +-
 doc/mallard/C/mal_inline_span.xml   |    2 +-
 doc/mallard/C/mal_inline_sys.xml    |    2 +-
 doc/mallard/C/mal_inline_var.xml    |    2 +-
 13 files changed, 13 insertions(+), 13 deletions(-)

commit 7e610c940cd29484dff0da0f8e38cab5c9f863ed
Author: Shaun McCance <shaunm@gnome.org>
Date:   Mon Dec 1 12:12:02 2008 -0600

    Fleshing out content model for inline_media and inline_link

 doc/mallard/C/mal_inline_link.xml  |   55 ++++++++++++++++++++++++++++-------
 doc/mallard/C/mal_inline_media.xml |   50 ++++++++++++++++++++++++++++++--
 2 files changed, 90 insertions(+), 15 deletions(-)

commit 526a8dc899540860771187266a27919130d64a88
Author: Shaun McCance <shaunm@gnome.org>
Date:   Mon Dec 1 10:25:55 2008 -0600

    Adding notes to inline elements

 doc/mallard/C/mal_attr_external.xml |   25 ++++++++++++++++++++++
 doc/mallard/C/mal_inline_app.xml    |    6 +++-
 doc/mallard/C/mal_inline_cmd.xml    |   34 +++++++++++++++++++++++++++++-
 doc/mallard/C/mal_inline_code.xml   |   28 +++++++++++++++++--------
 doc/mallard/C/mal_inline_em.xml     |   20 +++++++++++++++++-
 doc/mallard/C/mal_inline_file.xml   |   21 ++++++++++++++++++-
 doc/mallard/C/mal_inline_gui.xml    |   29 +++++++++++++++++++++++++-
 doc/mallard/C/mal_inline_guiseq.xml |   16 ++++++++++++++
 doc/mallard/C/mal_inline_input.xml  |   24 ++++++++++++++++++++-
 doc/mallard/C/mal_inline_key.xml    |   20 +++++++++++++++++-
 doc/mallard/C/mal_inline_keyseq.xml |   15 +++++++++++++
 doc/mallard/C/mal_inline_output.xml |   39 ++++++++++++++++++++++++++++++++++-
 doc/mallard/C/mal_inline_sys.xml    |   20 +++++++++++++++++-
 doc/mallard/C/mal_inline_var.xml    |   20 +++++++++++++++++-
 14 files changed, 297 insertions(+), 20 deletions(-)

commit 8d71b0a977163c9d158a688a1514f29cfc9359e6
Author: Shaun McCance <shaunm@gnome.org>
Date:   Fri Nov 14 18:40:53 2008 -0600

    Adding a desc to span

 doc/mallard/C/mal_inline_span.xml |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit 10a74a4ebf0e52f7e24855cb45e56bb96e11cf62
Author: Shaun McCance <shaunm@gnome.org>
Date:   Fri Nov 14 15:14:34 2008 -0600

    Adding desc elements to pages

 doc/mallard/C/mal_attr_link.xml     |    2 ++
 doc/mallard/C/mal_inline_app.xml    |    5 ++---
 doc/mallard/C/mal_inline_cmd.xml    |    2 ++
 doc/mallard/C/mal_inline_code.xml   |    2 ++
 doc/mallard/C/mal_inline_em.xml     |    2 ++
 doc/mallard/C/mal_inline_file.xml   |    2 ++
 doc/mallard/C/mal_inline_gui.xml    |    2 ++
 doc/mallard/C/mal_inline_guiseq.xml |    2 ++
 doc/mallard/C/mal_inline_input.xml  |    2 ++
 doc/mallard/C/mal_inline_key.xml    |    2 ++
 doc/mallard/C/mal_inline_keyseq.xml |    2 ++
 doc/mallard/C/mal_inline_media.xml  |    2 ++
 doc/mallard/C/mal_inline_output.xml |    2 ++
 doc/mallard/C/mal_inline_sys.xml    |    2 ++
 doc/mallard/C/mal_inline_var.xml    |    2 ++
 15 files changed, 30 insertions(+), 3 deletions(-)

commit 5805afc90e1c885441f43e23d73bffccdfc9d9d9
Author: Shaun McCance <shaunm@gnome.org>
Date:   Fri Nov 14 14:53:33 2008 -0600

    Rounding some corners

 xslt/mallard/html/mal2html-css.xsl |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit a7a655c2716c4b3165f529272ff8e133e3951124
Author: Shaun McCance <shaunm@gnome.org>
Date:   Fri Nov 14 12:34:53 2008 -0600

    Adding optional two-column layout for page links

 doc/mallard/C/mal_inline.xml        |    2 +-
 xslt/mallard/html/mal2html-css.xsl  |   14 ++++
 xslt/mallard/html/mal2html-page.xsl |  133 +++++++++++++++++++++++++++--------
 3 files changed, 119 insertions(+), 30 deletions(-)

commit 1a15b44173bafd0cbd3f3fd72932d3a317530462
Author: Shaun McCance <shaunm@gnome.org>
Date:   Fri Nov 14 12:05:39 2008 -0600

    Exclude direct topic links from inverse guide links

 xslt/mallard/html/mal2html-page.xsl |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit dc07965a113cd70d0be253b6d7ade21d5069fbd3
Author: Shaun McCance <shaunm@gnome.org>
Date:   Thu Nov 13 16:27:30 2008 -0600

    Use status as header for version div

 xslt/mallard/html/mal2html-page.xsl |   15 +++++++--------
 1 files changed, 7 insertions(+), 8 deletions(-)

commit cefe594f1a12c775935e08082768058e21e13b05
Author: Shaun McCance <shaunm@gnome.org>
Date:   Thu Nov 13 16:25:54 2008 -0600

    Adjusting styling for page links and lists

 xslt/mallard/html/mal2html-css.xsl  |   20 +++-----
 xslt/mallard/html/mal2html-list.xsl |   10 ++++
 xslt/mallard/html/mal2html-page.xsl |   94 +++++++++++++++++------------------
 3 files changed, 63 insertions(+), 61 deletions(-)

commit 6f6556434c6ebaf85643a83161e695d28102a401
Author: Shaun McCance <shaunm@gnome.org>
Date:   Thu Nov 13 16:19:33 2008 -0600

    Adding notes about attributes to mal_inline_app

 doc/mallard/C/mal_inline_app.xml |   18 +++++++++++++++++-
 1 files changed, 17 insertions(+), 1 deletions(-)

commit 9bfccf001cb9423849681bdfd2873f5fed230cd3
Author: Shaun McCance <shaunm@gnome.org>
Date:   Thu Nov 13 16:06:31 2008 -0600

    See also from mal_block_code to mal_inline_code

 doc/mallard/C/mal_block_code.xml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit e956fbe7ceed2a87e8c2ab78da8352c6795fd134
Author: Shaun McCance <shaunm@gnome.org>
Date:   Thu Nov 13 14:26:17 2008 -0600

    Removing position attribute from seealso and page links

 xslt/mallard/html/mal2html-css.xsl  |   17 -----
 xslt/mallard/html/mal2html-page.xsl |  116 +----------------------------------
 2 files changed, 1 insertions(+), 132 deletions(-)

commit 915916a7f6d39dfe83c27f8466ff0a6b1e69f42c
Author: Shaun McCance <shaunm@gnome.org>
Date:   Thu Nov 13 14:21:57 2008 -0600

    Add back in some guide links I'd missed

 xslt/mallard/html/mal2html-page.xsl |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)

commit 507e78173843ba4a5edf646079f779a4758ff60e
Author: Shaun McCance <shaunm@gnome.org>
Date:   Thu Nov 13 10:28:23 2008 -0600

    Consolidate seealso and guide links in a 'See Also' section

 xslt/mallard/html/mal2html-css.xsl  |   24 ++--
 xslt/mallard/html/mal2html-page.xsl |  330 +++++++++++++----------------------
 2 files changed, 133 insertions(+), 221 deletions(-)

commit 90758576842fe4d9acf23792087d38d3715a6358
Author: Shaun McCance <shaunm@gnome.org>
Date:   Wed Nov 12 11:42:45 2008 -0600

    Removing mal_block__simple pattern

 doc/mallard/C/mal_block.xml           |   18 ++++++------------
 doc/mallard/C/mal_block_comment.xml   |    2 +-
 doc/mallard/C/mal_block_figure.xml    |    3 +--
 doc/mallard/C/mal_block_note.xml      |    2 +-
 doc/mallard/C/mal_block_quote.xml     |    2 +-
 doc/mallard/C/mal_block_synopsis.xml  |    2 +-
 doc/mallard/C/mal_info_license.xml    |    2 +-
 doc/mallard/C/mal_list_bullet.xml     |    2 +-
 doc/mallard/C/mal_list_definition.xml |    2 +-
 doc/mallard/C/mal_list_numbered.xml   |    2 +-
 doc/mallard/C/mal_table.xml           |    2 +-
 11 files changed, 16 insertions(+), 23 deletions(-)

commit d258eca649c77dac612e2ced5f093aca66290413
Author: Shaun McCance <shaunm@gnome.org>
Date:   Tue Nov 11 18:05:10 2008 -0600

    Adding content to mal_block_note

 doc/mallard/C/mal_block_note.xml |   56 ++++++++++++++++++++++++++++++++++++++
 1 files changed, 56 insertions(+), 0 deletions(-)

commit bd8bebb4b2528a366d77a38fd866240f9d40dee3
Author: Shaun McCance <shaunm@gnome.org>
Date:   Tue Nov 11 18:04:54 2008 -0600

    Basic bullet list support

 xslt/mallard/html/mal2html-list.xsl |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

commit 828b4a85cedab3c73138b8cdf24cdfb4a3cae402
Author: Shaun McCance <shaunm@gnome.org>
Date:   Tue Nov 11 09:11:33 2008 -0600

    Fixing validity errors

 doc/mallard/C/10minutes.xml         |   26 --------------------
 doc/mallard/C/explore.xml           |    4 ++-
 doc/mallard/C/mal_block_cite.xml    |   45 +++++++++++++++++++++++++++++++++++
 doc/mallard/C/mal_block_comment.xml |    4 +-
 doc/mallard/C/mal_cite.xml          |   43 ---------------------------------
 doc/mallard/C/mal_inline_code.xml   |    2 +-
 doc/mallard/C/mallard.xml           |    2 +-
 doc/mallard/C/tenminutes.xml        |   27 +++++++++++++++++++++
 8 files changed, 79 insertions(+), 74 deletions(-)

commit 94fc66ee11ee6e574be6ec63d493433dc0dc4d71
Author: Shaun McCance <shaunm@gnome.org>
Date:   Tue Nov 11 09:06:06 2008 -0600

    Fixing caption references in rnc

 doc/mallard/C/mal_block_caption.xml |    2 +-
 doc/mallard/C/mal_block_quote.xml   |    2 +-
 doc/mallard/C/mal_table.xml         |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

commit 712518736e3eb3ede454e7f04ae0cbb6c738afe6
Author: Shaun McCance <shaunm@gnome.org>
Date:   Tue Nov 11 09:04:05 2008 -0600

    Adding attributes and fixing content model

 doc/mallard/C/mal_block_caption.xml |    2 +-
 doc/mallard/C/mal_block_code.xml    |    3 +++
 doc/mallard/C/mal_block_p.xml       |    3 +++
 doc/mallard/C/mal_block_screen.xml  |    6 +++++-
 4 files changed, 12 insertions(+), 2 deletions(-)

commit 8964e86c6d353e625a4a28594d13c3f01f007ebe
Author: Shaun McCance <shaunm@gnome.org>
Date:   Tue Nov 11 08:56:48 2008 -0600

    Adding style and external-namespace attributes to tables

 doc/mallard/C/mal_table.xml |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

commit df7a9ecd7bf020a5c7b37baf5e76c178dd6c72c0
Author: Shaun McCance <shaunm@gnome.org>
Date:   Tue Nov 11 08:52:22 2008 -0600

    Adding style and external-namespace attributes to block elements

 doc/mallard/C/mal_block_caption.xml  |    7 ++++++-
 doc/mallard/C/mal_block_comment.xml  |    3 +++
 doc/mallard/C/mal_block_figure.xml   |    5 ++++-
 doc/mallard/C/mal_block_note.xml     |    3 +++
 doc/mallard/C/mal_block_synopsis.xml |    3 +++
 5 files changed, 19 insertions(+), 2 deletions(-)

commit 5db306ba8a6752cf7dd031bcb9057a8d42603745
Author: Shaun McCance <shaunm@gnome.org>
Date:   Tue Nov 11 08:50:35 2008 -0600

    Updating attributes of media and allowing media children

 doc/mallard/C/mal_block_caption.xml |   86 +++++++++++++++++++++++++++++++++++
 doc/mallard/C/mal_block_media.xml   |    8 +++-
 doc/mallard/C/mal_caption.xml       |   86 -----------------------------------
 doc/mallard/C/mal_inline_media.xml  |    8 +++-
 4 files changed, 98 insertions(+), 90 deletions(-)

commit 1f303478813a698aec80b717768cd8681424ec15
Author: Shaun McCance <shaunm@gnome.org>
Date:   Mon Nov 10 17:07:10 2008 -0600

    Minor additions

 doc/mallard/C/mal_caption.xml     |    2 +-
 doc/mallard/C/mal_inline_code.xml |   11 +++++++++++
 doc/mallard/C/principles.xml      |    4 ++--
 3 files changed, 14 insertions(+), 3 deletions(-)

commit 0bd11ca2f7360c130d02517cbdba34d8d7963760
Author: Shaun McCance <shaunm@gnome.org>
Date:   Mon Nov 10 17:06:30 2008 -0600

    Removing the stale ubiquitous linking stuff from mal_info_link

 doc/mallard/C/mal_info_link.xml |   13 -------------
 1 files changed, 0 insertions(+), 13 deletions(-)

commit 9fe4779be1efda5b637ba0daded10487bbae481e
Author: Shaun McCance <shaunm@gnome.org>
Date:   Mon Nov 10 17:06:02 2008 -0600

    Moving the rnc definitions around a bit

 doc/mallard/C/mal_block.xml |   30 +++++++++++++++---------------
 1 files changed, 15 insertions(+), 15 deletions(-)

commit 6f8ac010088a39f0372ce7da22dafd88b515472f
Author: Shaun McCance <shaunm@gnome.org>
Date:   Mon Nov 10 12:23:41 2008 -0600

    Removing mal_inline__simple and mal_inline__text
    
    It seemed nice at first to have restrictive inline models to prevent
    nesting of complex inline elements.  In practice, however, it becomes
    prohibitively difficult to enforce this while still allowing arbitrary
    nesting of span and external-namespace elements, which is a necessity
    for internationalization.

 doc/mallard/C/mal_cite.xml           |    4 ++--
 doc/mallard/C/mal_info_copyright.xml |    4 ++--
 doc/mallard/C/mal_info_credit.xml    |    4 ++--
 doc/mallard/C/mal_inline.xml         |    8 --------
 doc/mallard/C/mal_inline_app.xml     |    3 ++-
 doc/mallard/C/mal_inline_cmd.xml     |    8 ++++++--
 doc/mallard/C/mal_inline_code.xml    |    6 +++++-
 doc/mallard/C/mal_inline_em.xml      |    5 ++++-
 doc/mallard/C/mal_inline_file.xml    |    5 ++++-
 doc/mallard/C/mal_inline_gui.xml     |   11 +++++++----
 doc/mallard/C/mal_inline_guiseq.xml  |    3 +++
 doc/mallard/C/mal_inline_input.xml   |   11 +++++++----
 doc/mallard/C/mal_inline_key.xml     |    5 ++++-
 doc/mallard/C/mal_inline_keyseq.xml  |    3 +++
 doc/mallard/C/mal_inline_link.xml    |    6 +++---
 doc/mallard/C/mal_inline_output.xml  |    5 ++++-
 doc/mallard/C/mal_inline_quote.xml   |    5 ++++-
 doc/mallard/C/mal_inline_span.xml    |    5 ++++-
 doc/mallard/C/mal_inline_sys.xml     |    5 ++++-
 doc/mallard/C/mal_inline_var.xml     |    5 ++++-
 20 files changed, 74 insertions(+), 37 deletions(-)

commit f804278406b0a5db88df0f54c57681231b30d013
Author: Shaun McCance <shaunm@gnome.org>
Date:   Mon Nov 10 11:51:35 2008 -0600

    Update attributes in app definition, add docbook comparison

 doc/mallard/C/mal_inline_app.xml |   21 +++++++++++++++++----
 1 files changed, 17 insertions(+), 4 deletions(-)

commit 31b23f4cfbdd2e1d6fa0a1d5b9c379520539d5fa
Author: Shaun McCance <shaunm@gnome.org>
Date:   Mon Nov 10 11:51:15 2008 -0600

    Center copyrights with page contents

 xslt/mallard/html/mal2html-css.xsl |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 34969cc6d43cbf08a594d1327b863d95041d12d9
Author: Shaun McCance <shaunm@gnome.org>
Date:   Mon Nov 10 11:15:23 2008 -0600

    Adjusting and fixing links on inline pages

 doc/mallard/C/mal_inline.xml        |   20 +++++++++++++++++++-
 doc/mallard/C/mal_inline_app.xml    |    2 +-
 doc/mallard/C/mal_inline_cmd.xml    |    2 +-
 doc/mallard/C/mal_inline_code.xml   |    2 +-
 doc/mallard/C/mal_inline_em.xml     |    2 +-
 doc/mallard/C/mal_inline_file.xml   |    2 +-
 doc/mallard/C/mal_inline_gui.xml    |    2 +-
 doc/mallard/C/mal_inline_guiseq.xml |    2 +-
 doc/mallard/C/mal_inline_input.xml  |    2 +-
 doc/mallard/C/mal_inline_key.xml    |    5 +++--
 doc/mallard/C/mal_inline_keyseq.xml |    2 +-
 doc/mallard/C/mal_inline_link.xml   |    2 +-
 doc/mallard/C/mal_inline_media.xml  |    3 ++-
 doc/mallard/C/mal_inline_output.xml |    2 +-
 doc/mallard/C/mal_inline_quote.xml  |    2 +-
 doc/mallard/C/mal_inline_span.xml   |    7 ++++---
 doc/mallard/C/mal_inline_sys.xml    |    5 +++--
 doc/mallard/C/mal_inline_var.xml    |    5 +++--
 18 files changed, 46 insertions(+), 23 deletions(-)

commit ad9c027700c58bd424a185123b9e7de62968201f
Author: Shaun McCance <shaunm@gnome.org>
Date:   Mon Nov 10 10:48:30 2008 -0600

    Updates and restrictions on page and section attributes

 doc/mallard/C/mal_page.xml    |   11 ++++++++---
 doc/mallard/C/mal_section.xml |    4 +++-
 2 files changed, 11 insertions(+), 4 deletions(-)

commit 05c8163a81f7a0c4288688993635789774a042df
Author: Shaun McCance <shaunm@gnome.org>
Date:   Mon Nov 10 09:12:28 2008 -0600

    Adding page attributes for validation

 doc/mallard/C/mal_attr_link.xml      |    1 +
 doc/mallard/C/mal_block_code.xml     |    3 ++-
 doc/mallard/C/mal_block_comment.xml  |    3 ++-
 doc/mallard/C/mal_block_figure.xml   |    4 +++-
 doc/mallard/C/mal_block_media.xml    |    4 +++-
 doc/mallard/C/mal_block_note.xml     |    4 +++-
 doc/mallard/C/mal_block_p.xml        |    4 +++-
 doc/mallard/C/mal_block_screen.xml   |    3 ++-
 doc/mallard/C/mal_block_synopsis.xml |    5 +++--
 doc/mallard/C/mal_info.xml           |    1 +
 doc/mallard/C/mal_info_copyright.xml |    3 ++-
 doc/mallard/C/mal_info_credit.xml    |    4 +++-
 doc/mallard/C/mal_info_desc.xml      |    4 +++-
 doc/mallard/C/mal_info_license.xml   |    4 +++-
 doc/mallard/C/mal_info_link.xml      |    4 +++-
 doc/mallard/C/mal_info_version.xml   |    2 ++
 doc/mallard/C/mal_section.xml        |    4 +++-
 doc/mallard/C/mal_subtitle.xml       |    1 +
 18 files changed, 43 insertions(+), 15 deletions(-)

commit 8fa3b45d7e00f4ce0c735348a5e2e7ffaca10cd7
Author: Shaun McCance <shaunm@gnome.org>
Date:   Mon Nov 10 09:05:51 2008 -0600

    Adding section IDs

 doc/mallard/C/mal_table.xml |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

commit 81fc2404c86a486b492ea350cbe6571dc4887e01
Author: Shaun McCance <shaunm@gnome.org>
Date:   Sun Nov 9 18:02:47 2008 -0600

    Adding page attributes for validation

 doc/mallard/C/mal_list_bullet.xml     |    4 +++-
 doc/mallard/C/mal_list_definition.xml |    4 +++-
 doc/mallard/C/mal_list_numbered.xml   |    4 +++-
 doc/mallard/C/mal_list_tree.xml       |    4 +++-
 4 files changed, 12 insertions(+), 4 deletions(-)

commit 8d8a355bf79de4cb7a7d1df3e1da418069bb568a
Author: Shaun McCance <shaunm@gnome.org>
Date:   Sun Nov 9 18:01:36 2008 -0600

    Adding section ids for validation

 doc/mallard/C/mal_inline_cmd.xml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 191576f7afeb20bed6513c641a1c5cd3beb64b22
Author: Shaun McCance <shaunm@gnome.org>
Date:   Sun Nov 9 18:00:09 2008 -0600

    Adding correct page attributes for validation

 doc/mallard/C/mal_TODO.xml             |    4 +++-
 doc/mallard/C/mal_table.xml            |    2 ++
 doc/mallard/C/mal_title.xml            |    1 +
 doc/mallard/C/principle-guide.xml      |    3 ++-
 doc/mallard/C/principle-justenough.xml |    4 +++-
 doc/mallard/C/principle-redundancy.xml |    4 +++-
 6 files changed, 14 insertions(+), 4 deletions(-)

commit 625141369d8bcc1ad1b8d802af0a62432842be05
Author: Shaun McCance <shaunm@gnome.org>
Date:   Sun Nov 9 17:57:55 2008 -0600

    Fixed the RNC for mal_page_*

 doc/mallard/C/mal_page.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 718df378a634b095eb63e253396247a3780ba7bc
Author: Shaun McCance <shaunm@gnome.org>
Date:   Sun Nov 9 17:31:31 2008 -0600

    Require id attribute on sections

 doc/mallard/C/mal_section.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit b426292b94b368e4a4363f0b8cf0d4e581ecdf89
Author: Shaun McCance <shaunm@gnome.org>
Date:   Sun Nov 9 17:23:07 2008 -0600

    Fixing some page attributes

 doc/mallard/C/mal_inline_em.xml     |    4 +++-
 doc/mallard/C/mal_inline_file.xml   |    3 ++-
 doc/mallard/C/mal_inline_gui.xml    |    1 +
 doc/mallard/C/mal_inline_guiseq.xml |    1 +
 doc/mallard/C/mal_inline_input.xml  |    4 +++-
 doc/mallard/C/mal_inline_key.xml    |    4 +++-
 doc/mallard/C/mal_inline_keyseq.xml |    1 +
 doc/mallard/C/mal_inline_link.xml   |    3 ++-
 doc/mallard/C/mal_inline_media.xml  |    4 +++-
 doc/mallard/C/mal_inline_quote.xml  |    3 ++-
 doc/mallard/C/mal_inline_span.xml   |    3 ++-
 doc/mallard/C/mal_inline_sys.xml    |    4 +++-
 doc/mallard/C/mal_inline_var.xml    |    4 +++-
 13 files changed, 29 insertions(+), 10 deletions(-)

commit 42db928a465c709c72388971b5c6be11d9897268
Author: Shaun McCance <shaunm@gnome.org>
Date:   Sun Nov 9 17:18:01 2008 -0600

    Adding a desc to mal_inline_app

 doc/mallard/C/mal_inline_app.xml |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit 57928dcc06d3593b5ac282fafdc11878f3c8d977
Author: Shaun McCance <shaunm@gnome.org>
Date:   Sun Nov 9 17:15:40 2008 -0600

    Fixing some titles and links

 doc/mallard/C/mal_info_link.xml     |    2 +-
 doc/mallard/C/mal_inline_guiseq.xml |    2 +-
 doc/mallard/C/mal_inline_keyseq.xml |    2 +-
 doc/mallard/C/mal_inline_span.xml   |    2 +-
 doc/mallard/C/mal_output.xml        |   11 -----------
 5 files changed, 4 insertions(+), 15 deletions(-)

commit c897f118eafbf18c0d74fe3954313d0d4349b94e
Author: Shaun McCance <shaunm@gnome.org>
Date:   Sun Nov 9 16:45:51 2008 -0600

    Adding comparison of the gui element to DocBook

 doc/mallard/C/mal_inline_gui.xml |   34 ++++++++++++++++++++++++++++++++++
 1 files changed, 34 insertions(+), 0 deletions(-)

commit db754735492b8f86e390f1f0739c2305be8bb293
Author: Shaun McCance <shaunm@gnome.org>
Date:   Sun Nov 9 16:45:02 2008 -0600

    Dont split see-also lists onto two lines. Needs design love

 xslt/mallard/html/mal2html-css.xsl  |    2 +-
 xslt/mallard/html/mal2html-page.xsl |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit eb8ac36b69c5daf0730368f424f4d38662d0ae1a
Author: Shaun McCance <shaunm@gnome.org>
Date:   Thu Nov 6 08:44:10 2008 -0600

    Dropping spec_pages

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

commit 39c4b5bdd28d70a14ae19cbc4ac63aa4e6cb8b6e
Author: Shaun McCance <shaunm@gnome.org>
Date:   Thu Nov 6 08:43:24 2008 -0600

    Fixing up links and markup, getting things working again

 doc/mallard/C/10minutes.xml         |    2 --
 doc/mallard/C/explore.xml           |    2 --
 doc/mallard/C/mal_block_quote.xml   |    4 +++-
 doc/mallard/C/mal_info.xml          |    1 -
 doc/mallard/C/mal_inline_app.xml    |    3 ++-
 doc/mallard/C/mal_inline_cmd.xml    |    3 ++-
 doc/mallard/C/mal_inline_code.xml   |    3 ++-
 doc/mallard/C/mal_inline_output.xml |    3 ++-
 doc/mallard/C/mal_page.xml          |   19 +++++++++++++++----
 9 files changed, 26 insertions(+), 14 deletions(-)

commit d4566c3361cffae8dd2eb57f52241349420b92a6
Author: Shaun McCance <shaunm@gnome.org>
Date:   Thu Nov 6 08:42:53 2008 -0600

    Tweaks to styling, getting things working again

 doc/mallard/C/spec_pages.xml         |   28 ------
 xslt/mallard/html/mal2html-block.xsl |    8 +-
 xslt/mallard/html/mal2html-css.xsl   |  170 +++++++++++++++++++++++++++++++++-
 xslt/mallard/html/mal2html-page.xsl  |  166 +---------------------------------
 4 files changed, 174 insertions(+), 198 deletions(-)

commit 7dbab42cc78bdb8b3f1f9160eb34dafdd2b0d00d
Author: Shaun McCance <shaunm@gnome.org>
Date:   Tue Nov 4 17:39:34 2008 -0600

    Getting html builds to work for the mallard spec

 sandbox/mallard/html/Makefile  |   14 +++++++-------
 xslt/mallard/html/mal2html.xsl |    2 +-
 2 files changed, 8 insertions(+), 8 deletions(-)

commit ad7fbc421294ad543c07f9856095ae6b81b0d423
Author: Shaun McCance <shaunm@gnome.org>
Date:   Tue Nov 4 17:38:44 2008 -0600

    Getting html builds to work for the mallard spec

 sandbox/mallard/xslt/theme.xml |   43 ----------------
 sandbox/mallard/xslt/theme.xsl |   78 ----------------------------
 sandbox/mallard/xslt/util.xsl  |  110 ----------------------------------------
 xslt/mallard/html/theme.xml    |   43 ++++++++++++++++
 xslt/mallard/html/theme.xsl    |   78 ++++++++++++++++++++++++++++
 xslt/mallard/html/util.xsl     |  110 ++++++++++++++++++++++++++++++++++++++++
 6 files changed, 231 insertions(+), 231 deletions(-)

commit 4ef56c68032cf0685ee9688eb700442ce3d1c234
Author: Shaun McCance <shaunm@gnome.org>
Date:   Tue Nov 4 10:55:58 2008 -0600

    More work on incorporating mallard into the main layout

 Makefile.am                        |    2 +-
 configure.in                       |    7 +
 doc/Makefile.am                    |    2 +-
 doc/mallard/Makefile.am            |    8 +
 rng/Makefile.am                    |    1 +
 rng/mallard/Makefile.am            |   23 ++
 rng/mallard/mal2rnc.xsl            |   31 +++
 rng/mallard/rnc2rng.awk            |  404 ++++++++++++++++++++++++++++++++++++
 sandbox/mallard/rng/Makefile       |   23 --
 sandbox/mallard/rng/rnc2rng.awk    |  404 ------------------------------------
 sandbox/mallard/xslt/mal-link.xsl  |  111 ----------
 sandbox/mallard/xslt/mal2cache.xsl |  117 -----------
 sandbox/mallard/xslt/mal2rnc.xsl   |   31 ---
 xslt/mallard/Makefile.am           |    1 +
 xslt/mallard/common/Makefile.am    |    5 +
 xslt/mallard/common/mal-link.xsl   |  111 ++++++++++
 xslt/mallard/html/Makefile.am      |   13 ++
 xslt/mallard/utils/Makefile.am     |    5 +
 xslt/mallard/utils/mal2cache.xsl   |  117 +++++++++++
 19 files changed, 728 insertions(+), 688 deletions(-)

commit 838d94e15f7b7f185c191abbd88ae1611ec5e7e0
Author: Shaun McCance <shaunm@gnome.org>
Date:   Mon Nov 3 21:17:17 2008 -0600

    Moved some mallard files into the main layout

 doc/mallard/C/10minutes.xml                   |   28 +
 doc/mallard/C/Makefile                        |   57 ++
 doc/mallard/C/TODO                            |   21 +
 doc/mallard/C/explore.xml                     |   27 +
 doc/mallard/C/figures/mallard.png             |  Bin 0 -> 725 bytes
 doc/mallard/C/legal.xml                       |    9 +
 doc/mallard/C/mal_TODO.xml                    |   11 +
 doc/mallard/C/mal_attr_link.xml               |   36 ++
 doc/mallard/C/mal_block.xml                   |   64 ++
 doc/mallard/C/mal_block_code.xml              |   66 ++
 doc/mallard/C/mal_block_comment.xml           |   62 ++
 doc/mallard/C/mal_block_figure.xml            |   25 +
 doc/mallard/C/mal_block_media.xml             |   18 +
 doc/mallard/C/mal_block_note.xml              |   17 +
 doc/mallard/C/mal_block_p.xml                 |   63 ++
 doc/mallard/C/mal_block_quote.xml             |   24 +
 doc/mallard/C/mal_block_screen.xml            |   23 +
 doc/mallard/C/mal_block_synopsis.xml          |   44 ++
 doc/mallard/C/mal_caption.xml                 |   86 +++
 doc/mallard/C/mal_cite.xml                    |   43 ++
 doc/mallard/C/mal_info.xml                    |   44 ++
 doc/mallard/C/mal_info_copyright.xml          |   31 +
 doc/mallard/C/mal_info_credit.xml             |   27 +
 doc/mallard/C/mal_info_desc.xml               |   17 +
 doc/mallard/C/mal_info_license.xml            |   17 +
 doc/mallard/C/mal_info_link.xml               |   31 +
 doc/mallard/C/mal_info_version.xml            |   20 +
 doc/mallard/C/mal_inline.xml                  |   46 ++
 doc/mallard/C/mal_inline_app.xml              |   60 ++
 doc/mallard/C/mal_inline_cmd.xml              |  113 ++++
 doc/mallard/C/mal_inline_code.xml             |   68 +++
 doc/mallard/C/mal_inline_em.xml               |   75 +++
 doc/mallard/C/mal_inline_file.xml             |   34 +
 doc/mallard/C/mal_inline_gui.xml              |   30 +
 doc/mallard/C/mal_inline_guiseq.xml           |   30 +
 doc/mallard/C/mal_inline_input.xml            |   29 +
 doc/mallard/C/mal_inline_key.xml              |   18 +
 doc/mallard/C/mal_inline_keyseq.xml           |   28 +
 doc/mallard/C/mal_inline_link.xml             |   38 ++
 doc/mallard/C/mal_inline_media.xml            |   18 +
 doc/mallard/C/mal_inline_output.xml           |   29 +
 doc/mallard/C/mal_inline_quote.xml            |   38 ++
 doc/mallard/C/mal_inline_span.xml             |   19 +
 doc/mallard/C/mal_inline_sys.xml              |   18 +
 doc/mallard/C/mal_inline_var.xml              |   18 +
 doc/mallard/C/mal_list.xml                    |   29 +
 doc/mallard/C/mal_list_bullet.xml             |   22 +
 doc/mallard/C/mal_list_definition.xml         |   22 +
 doc/mallard/C/mal_list_numbered.xml           |   22 +
 doc/mallard/C/mal_list_tree.xml               |   22 +
 doc/mallard/C/mal_output.xml                  |   11 +
 doc/mallard/C/mal_page.xml                    |   22 +
 doc/mallard/C/mal_section.xml                 |   19 +
 doc/mallard/C/mal_subtitle.xml                |   17 +
 doc/mallard/C/mal_table.xml                   |  797 +++++++++++++++++++++++++
 doc/mallard/C/mal_title.xml                   |   17 +
 doc/mallard/C/mallard.xml                     |   29 +
 doc/mallard/C/principle-guide.xml             |   14 +
 doc/mallard/C/principle-justenough.xml        |   12 +
 doc/mallard/C/principle-redundancy.xml        |   11 +
 doc/mallard/C/principles.xml                  |   59 ++
 doc/mallard/C/spec.xml                        |   17 +
 doc/mallard/C/spec_info.xml                   |   27 +
 doc/mallard/C/spec_pages.xml                  |   28 +
 sandbox/mallard/spec/10minutes.xml            |   28 -
 sandbox/mallard/spec/Makefile                 |   57 --
 sandbox/mallard/spec/TODO                     |   21 -
 sandbox/mallard/spec/explore.xml              |   27 -
 sandbox/mallard/spec/figures/mallard.png      |  Bin 725 -> 0 bytes
 sandbox/mallard/spec/legal.xml                |    9 -
 sandbox/mallard/spec/mal_TODO.xml             |   11 -
 sandbox/mallard/spec/mal_attr_link.xml        |   36 --
 sandbox/mallard/spec/mal_block.xml            |   64 --
 sandbox/mallard/spec/mal_block_code.xml       |   66 --
 sandbox/mallard/spec/mal_block_comment.xml    |   62 --
 sandbox/mallard/spec/mal_block_figure.xml     |   25 -
 sandbox/mallard/spec/mal_block_media.xml      |   18 -
 sandbox/mallard/spec/mal_block_note.xml       |   17 -
 sandbox/mallard/spec/mal_block_p.xml          |   63 --
 sandbox/mallard/spec/mal_block_quote.xml      |   24 -
 sandbox/mallard/spec/mal_block_screen.xml     |   23 -
 sandbox/mallard/spec/mal_block_synopsis.xml   |   44 --
 sandbox/mallard/spec/mal_caption.xml          |   86 ---
 sandbox/mallard/spec/mal_cite.xml             |   43 --
 sandbox/mallard/spec/mal_info.xml             |   44 --
 sandbox/mallard/spec/mal_info_copyright.xml   |   31 -
 sandbox/mallard/spec/mal_info_credit.xml      |   27 -
 sandbox/mallard/spec/mal_info_desc.xml        |   17 -
 sandbox/mallard/spec/mal_info_license.xml     |   17 -
 sandbox/mallard/spec/mal_info_link.xml        |   31 -
 sandbox/mallard/spec/mal_info_version.xml     |   20 -
 sandbox/mallard/spec/mal_inline.xml           |   46 --
 sandbox/mallard/spec/mal_inline_app.xml       |   60 --
 sandbox/mallard/spec/mal_inline_cmd.xml       |  113 ----
 sandbox/mallard/spec/mal_inline_code.xml      |   68 ---
 sandbox/mallard/spec/mal_inline_em.xml        |   75 ---
 sandbox/mallard/spec/mal_inline_file.xml      |   34 -
 sandbox/mallard/spec/mal_inline_gui.xml       |   30 -
 sandbox/mallard/spec/mal_inline_guiseq.xml    |   30 -
 sandbox/mallard/spec/mal_inline_input.xml     |   29 -
 sandbox/mallard/spec/mal_inline_key.xml       |   18 -
 sandbox/mallard/spec/mal_inline_keyseq.xml    |   28 -
 sandbox/mallard/spec/mal_inline_link.xml      |   38 --
 sandbox/mallard/spec/mal_inline_media.xml     |   18 -
 sandbox/mallard/spec/mal_inline_output.xml    |   29 -
 sandbox/mallard/spec/mal_inline_quote.xml     |   38 --
 sandbox/mallard/spec/mal_inline_span.xml      |   19 -
 sandbox/mallard/spec/mal_inline_sys.xml       |   18 -
 sandbox/mallard/spec/mal_inline_var.xml       |   18 -
 sandbox/mallard/spec/mal_list.xml             |   29 -
 sandbox/mallard/spec/mal_list_bullet.xml      |   22 -
 sandbox/mallard/spec/mal_list_definition.xml  |   22 -
 sandbox/mallard/spec/mal_list_numbered.xml    |   22 -
 sandbox/mallard/spec/mal_list_tree.xml        |   22 -
 sandbox/mallard/spec/mal_output.xml           |   11 -
 sandbox/mallard/spec/mal_page.xml             |   22 -
 sandbox/mallard/spec/mal_section.xml          |   19 -
 sandbox/mallard/spec/mal_subtitle.xml         |   17 -
 sandbox/mallard/spec/mal_table.xml            |  797 -------------------------
 sandbox/mallard/spec/mal_title.xml            |   17 -
 sandbox/mallard/spec/mallard.xml              |   29 -
 sandbox/mallard/spec/principle-guide.xml      |   14 -
 sandbox/mallard/spec/principle-justenough.xml |   12 -
 sandbox/mallard/spec/principle-redundancy.xml |   11 -
 sandbox/mallard/spec/principles.xml           |   59 --
 sandbox/mallard/spec/spec.xml                 |   17 -
 sandbox/mallard/spec/spec_info.xml            |   27 -
 sandbox/mallard/spec/spec_pages.xml           |   28 -
 sandbox/mallard/xslt/mal2html-block.xsl       |  289 ---------
 sandbox/mallard/xslt/mal2html-css.xsl         |  134 -----
 sandbox/mallard/xslt/mal2html-inline.xsl      |  253 --------
 sandbox/mallard/xslt/mal2html-list.xsl        |   90 ---
 sandbox/mallard/xslt/mal2html-media.xsl       |   41 --
 sandbox/mallard/xslt/mal2html-page.xsl        |  789 ------------------------
 sandbox/mallard/xslt/mal2html-table.xsl       |  407 -------------
 sandbox/mallard/xslt/mal2html.xsl             |   67 --
 xslt/mallard/html/mal2html-block.xsl          |  289 +++++++++
 xslt/mallard/html/mal2html-css.xsl            |  134 +++++
 xslt/mallard/html/mal2html-inline.xsl         |  253 ++++++++
 xslt/mallard/html/mal2html-list.xsl           |   90 +++
 xslt/mallard/html/mal2html-media.xsl          |   41 ++
 xslt/mallard/html/mal2html-page.xsl           |  789 ++++++++++++++++++++++++
 xslt/mallard/html/mal2html-table.xsl          |  407 +++++++++++++
 xslt/mallard/html/mal2html.xsl                |   67 ++
 144 files changed, 4887 insertions(+), 4887 deletions(-)

commit e913321def8b19ca8f09c34d4a9093919210eb00
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Tue Apr 14 19:03:16 2009 +0000

    - Version 0.16.1
    
    * configure.in:
    * NEWS:
    - Version 0.16.1
    
    svn path=/trunk/; revision=1162

 ChangeLog    |    6 ++++++
 NEWS         |    8 ++++++++
 configure.in |    2 +-
 3 files changed, 15 insertions(+), 1 deletions(-)

commit 8abd810f1561ce0ac75cc8234201ab8bcb7f1a02
Author: Takeshi AIHANA <takeshi.aihana@gmail.com>
Date:   Sun Apr 5 02:05:39 2009 +0000

    Fixed wrong translation.
    
    2009-04-05  Takeshi AIHANA <takeshi.aihana@gmail.com>
    
    	* ja.po: Fixed wrong translation.
    
    svn path=/trunk/; revision=1161

 po/ChangeLog |    4 ++++
 po/ja.po     |    9 ++++-----
 2 files changed, 8 insertions(+), 5 deletions(-)

commit c3f0a6ae52568fa8c3b98b3b7c0be01353546c3c
Author: Claude Paroz <claude@2xlibre.net>
Date:   Thu Apr 2 08:05:42 2009 +0000

    Use new hashlib module rather than deprecated md5 module, when available.
    
    2009-04-02  Claude Paroz  <claude@2xlibre.net>
    
    	* modes/docbook.py: Use new hashlib module rather than deprecated md5
    	module, when available.
    	Fixes bug #576161.
    
    svn path=/trunk/; revision=1160

 xml2po/ChangeLog        |    6 ++++++
 xml2po/modes/docbook.py |    8 ++++++--
 2 files changed, 12 insertions(+), 2 deletions(-)

commit 78ffb15df57761134d044bf1ce17a71d7b96b247
Author: Djihed Afifi <djihed@src.gnome.org>
Date:   Wed Mar 18 09:21:14 2009 +0000

    Updated Arabic translation
    
    svn path=/trunk/; revision=1159

 po/ChangeLog |    4 +++
 po/ar.po     |   66 +++++++++++++++++++++++++++++++++++++--------------------
 2 files changed, 47 insertions(+), 23 deletions(-)

commit 3795fee02002d20ebf36ee954fe0377bd08d7664
Author: Amanpreet Singh Alam <aman@src.gnome.org>
Date:   Tue Mar 17 01:12:33 2009 +0000

    updating for GNOME Punjabi Translation by A S Alam
    
    svn path=/trunk/; revision=1158

 po/pa.po |  531 ++++++++++++++++++++++++++++++++++++++++++++++++--------------
 1 files changed, 413 insertions(+), 118 deletions(-)

commit 46536bb0496cd853b112e9d4948e2f9e019f0934
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Mon Mar 16 17:57:16 2009 +0000

    - Version 0.16.0
    
    * configure.in:
    * NEWS:
    - Version 0.16.0
    
    svn path=/trunk/; revision=1156

 ChangeLog    |    6 ++++++
 NEWS         |    7 +++++++
 configure.in |    2 +-
 3 files changed, 14 insertions(+), 1 deletions(-)

commit 724f3ea673184ce68f9c875a8824ef4df09e2a38
Author: Amitakhya Phukan <amitakhya@src.gnome.org>
Date:   Mon Mar 16 09:25:09 2009 +0000

    Updated assamese translations
    
    svn path=/trunk/; revision=1155

 po/ChangeLog |    5 +
 po/LINGUAS   |    1 +
 po/as.po     | 2278 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 2284 insertions(+), 0 deletions(-)

commit 77783469575fae52ba30a3feeaa6fd4c1be2fe3f
Author: Ignacio Casal Quinteiro <icq@src.gnome.org>
Date:   Sun Mar 15 14:23:17 2009 +0000

    Updated Galician translation by Suso Baleato
    
    svn path=/trunk/; revision=1154

 po/ChangeLog |    4 ++++
 po/gl.po     |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

commit 09c0f0483e2e7d617f3513457c24fc10d0619d3a
Author: Ignacio Casal Quinteiro <icq@src.gnome.org>
Date:   Sun Mar 15 13:50:33 2009 +0000

    Updated Galician translation by Suso Baleato.
    
    svn path=/trunk/; revision=1153

 po/ChangeLog |    4 +++
 po/gl.po     |   66 +++++++++++++++++++++++++++++++++++----------------------
 2 files changed, 44 insertions(+), 26 deletions(-)

commit ca52ed04fc7d9c64b43fe0e84fbf980ed1a3ba1c
Author: Yair Hershkovitz <yairhr@src.gnome.org>
Date:   Mon Mar 9 22:13:41 2009 +0000

    updated hebrew translation
    
    svn path=/trunk/; revision=1152

 po/ChangeLog |    4 +
 po/he.po     |  501 +++++++++++++++++++++++++++++++++++++++++++++------------
 2 files changed, 399 insertions(+), 106 deletions(-)

commit 4697c86dd06634931f32ca0d89ccc048c685d5a9
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Mon Mar 2 01:45:27 2009 +0000

    - Version 0.15.2
    
    * configure.in:
    * NEWS:
    - Version 0.15.2
    
    svn path=/trunk/; revision=1150

 ChangeLog    |    6 ++++++
 NEWS         |    7 +++++++
 configure.in |    2 +-
 3 files changed, 14 insertions(+), 1 deletions(-)

commit e9f81c94812752a522ba1bdcb995dd963c2130f9
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Sun Mar 1 22:28:38 2009 +0000

    - More RTL fixes for bug #563559
    
    * xslt/docbook/html/db2html-css.xsl:
    * xslt/gettext/gettext.xsl:
    - More RTL fixes for bug #563559
    
    svn path=/trunk/; revision=1149

 ChangeLog                         |    5 +++++
 xslt/docbook/html/db2html-css.xsl |   23 +++++++++++++----------
 xslt/gettext/gettext.xsl          |    4 ++--
 3 files changed, 20 insertions(+), 12 deletions(-)

commit e76a118f732deb4577dd604a2a86c15419d6cf4b
Author: Praveen Arimbrathodiyil <apravi@src.gnome.org>
Date:   Mon Feb 23 04:25:06 2009 +0000

    Hari Vishnu updated Malayalam translation
    
    svn path=/trunk/; revision=1148

 po/ChangeLog |    4 +
 po/ml.po     |  536 +++++++++++++++++++++++++++++++++++++++++++++-------------
 2 files changed, 425 insertions(+), 115 deletions(-)

commit 49ccb2be0eb2ffc1eb564c641c5b42f9fd6fb919
Author: Jani Monoses <janimo@src.gnome.org>
Date:   Tue Feb 17 20:42:52 2009 +0000

    Updated Romanian translation from Adi Roiban.
    
    svn path=/trunk/; revision=1147

 po/ChangeLog |    5 +++++
 po/ro.po     |    8 ++++----
 2 files changed, 9 insertions(+), 4 deletions(-)

commit 6b9afc6c9f7b31a85e1fe97ab85d940c82b7369c
Author: Jani Monoses <janimo@src.gnome.org>
Date:   Fri Feb 13 19:15:38 2009 +0000

    Updated Romanian translations from Adi Roiban
    
    svn path=/trunk/; revision=1146

 po/ChangeLog |    5 +
 po/ro.po     |  684 ++++++++++++++++++++++++++++++++++++++--------------------
 2 files changed, 452 insertions(+), 237 deletions(-)

commit 13480e0ac4863942e16256dcea6eb87ca82e4af0
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Mon Feb 2 01:51:44 2009 +0000

    - Version 0.15.1
    
    * configure.in:
    * NEWS:
    - Version 0.15.1
    
    svn path=/trunk/; revision=1144

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

commit 0c0f53ca24c3ace121b0b0b34d8c4e2d04dfd59d
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Mon Feb 2 00:44:24 2009 +0000

    - Fixing some RTL issues, thanks to muayyad alsadi, bug #563559
    
    * xslt/docbook/html/db2html-css.xsl:
    * xslt/gettext/gettext.xsl:
    - Fixing some RTL issues, thanks to muayyad alsadi, bug #563559
    
    svn path=/trunk/; revision=1143

 ChangeLog                         |    6 +++
 xslt/docbook/html/db2html-css.xsl |   83 ++++++++++++++++-------------------
 xslt/gettext/gettext.xsl          |   88 +++++++++++++++++++++++++++++++++++++
 3 files changed, 132 insertions(+), 45 deletions(-)

commit c3380dbce62a2fc827afacd028e4b2917ea5988f
Author: Raivis Dejus <orvils@gmail.com>
Date:   Sun Jan 25 11:20:32 2009 +0000

    Updated Latvian translation.
    
    2009-01-25  Raivis Dejus  <orvils@gmail.com>
    
    	* lv.po: Updated Latvian translation.
    
    
    svn path=/trunk/; revision=1142

 po/ChangeLog |    4 +
 po/lv.po     |  517 +++++++++++++++++++++++++++++++++++++++++++--------------
 2 files changed, 394 insertions(+), 127 deletions(-)

commit 1370abae7cbec1a6a5a46a2df0a46bc457aa32fa
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Mon Dec 15 19:40:54 2008 +0000

    - Version 0.14.1
    
    * configure.in:
    * NEWS:
    - Version 0.14.1
    
    svn path=/trunk/; revision=1136

 ChangeLog    |    6 ++++++
 NEWS         |    9 +++++++++
 configure.in |    2 +-
 3 files changed, 16 insertions(+), 1 deletions(-)

commit 6e8b3ca65ceecf049613a398a3922a970a578deb
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Mon Dec 15 19:38:15 2008 +0000

    - Fix Requirements introduced with l10n work
    
    * xslt/docbook/html/db2html-title.xsl:
    * xslt/docbook/html/db2html-cmdsynopsis.xsl:
    * xslt/docbook/html/db2html-qanda.xsl:
    * xslt/docbook/html/db2html-table.xsl:
    * xslt/docbook/html/db2html-classsynopsis.xsl:
    - Fix Requirements introduced with l10n work
    
    svn path=/trunk/; revision=1135

 ChangeLog                                   |    9 +++++++++
 xslt/docbook/html/db2html-classsynopsis.xsl |    2 +-
 xslt/docbook/html/db2html-cmdsynopsis.xsl   |    2 +-
 xslt/docbook/html/db2html-qanda.xsl         |    2 +-
 xslt/docbook/html/db2html-table.xsl         |    2 +-
 xslt/docbook/html/db2html-title.xsl         |    2 +-
 6 files changed, 14 insertions(+), 5 deletions(-)

commit 305e23ea11d0bf29aedbb5d67e44128e66b225f3
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Mon Dec 15 19:29:02 2008 +0000

    - More dir attributes
    
    * xslt/docbook/html/db2html-title.xsl:
    * xslt/docbook/html/db2html-list.xsl:
    * xslt/docbook/html/db2html-cmdsynopsis.xsl:
    * xslt/docbook/html/db2html-division.xsl:
    * xslt/docbook/html/db2html-qanda.xsl:
    * xslt/docbook/html/db2html-table.xsl:
    * xslt/docbook/html/db2html-css.xsl:
    * xslt/docbook/html/db2html-block.xsl:
    * xslt/docbook/html/db2html-classsynopsis.xsl:
    - More dir attributes
    
    svn path=/trunk/; revision=1134

 ChangeLog                                   |   13 +++
 xslt/docbook/html/db2html-block.xsl         |    6 +-
 xslt/docbook/html/db2html-classsynopsis.xsl |   14 +++
 xslt/docbook/html/db2html-cmdsynopsis.xsl   |   27 +++---
 xslt/docbook/html/db2html-css.xsl           |    5 +-
 xslt/docbook/html/db2html-division.xsl      |   18 ++++
 xslt/docbook/html/db2html-list.xsl          |  144 +++++++++++++++++++++++++++
 xslt/docbook/html/db2html-qanda.xsl         |   34 ++++++-
 xslt/docbook/html/db2html-table.xsl         |   37 +++++++
 xslt/docbook/html/db2html-title.xsl         |   18 ++++
 10 files changed, 296 insertions(+), 20 deletions(-)

commit f5f2e85c3989d1ea34fe972869da98d5c91639ae
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Mon Dec 8 21:12:18 2008 +0000

    - s/language/lang/
    
    * xslt/docbook/html/db2html-inline.xsl:
    * xslt/docbook/html/db2html-block.xsl:
    - s/language/lang/
    
    svn path=/trunk/; revision=1133

 ChangeLog                            |    6 ++++++
 xslt/docbook/html/db2html-block.xsl  |   10 +++++-----
 xslt/docbook/html/db2html-inline.xsl |    2 +-
 3 files changed, 12 insertions(+), 6 deletions(-)

commit 391cbb7f093e3f2cb237352c3aac483e45001e6b
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Mon Dec 8 20:04:03 2008 +0000

    - Set text direction on block elements
    
    * xslt/docbook/html/db2html-block.xsl:
    - Set text direction on block elements
    
    svn path=/trunk/; revision=1132

 ChangeLog                           |    5 ++
 xslt/docbook/html/db2html-block.xsl |  130 +++++++++++++++++++++++++++++++++++
 2 files changed, 135 insertions(+), 0 deletions(-)

commit 8fef64dd86912631de818ed094f34e63fee9d9e5
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Mon Dec 8 19:46:32 2008 +0000

    - Fix ltr on accel
    
    * xslt/docbook/html/db2html-inline.xsl:
    - Fix ltr on accel
    
    svn path=/trunk/; revision=1131

 ChangeLog                            |    5 +++++
 xslt/docbook/html/db2html-inline.xsl |    4 +---
 2 files changed, 6 insertions(+), 3 deletions(-)

commit 2cac2fde6e2aaeb5784212e0a531f53a74acfb33
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Mon Dec 8 19:43:35 2008 +0000

    - Setting dir on inline elements for mixed-language documents
    
    * xslt/docbook/html/db2html-inline.xsl:
    - Setting dir on inline elements for mixed-language documents
    
    svn path=/trunk/; revision=1130

 ChangeLog                            |    5 +
 xslt/docbook/html/db2html-inline.xsl |  172 ++++++++++++++++++++++++++-------
 2 files changed, 140 insertions(+), 37 deletions(-)

commit 9e6141c9332ed8a472f850190847d5db8740f439
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Mon Dec 8 17:00:53 2008 +0000

    - Made admons formal to better accomodate RTL icon placement
    
    * xslt/docbook/html/db2html-block.xsl:
    * xslt/docbook/html/db2html-css.xsl:
    - Made admons formal to better accomodate RTL icon placement
    
    svn path=/trunk/; revision=1129

 ChangeLog                           |    6 +++++
 xslt/docbook/html/db2html-block.xsl |   10 ++++++++
 xslt/docbook/html/db2html-css.xsl   |   40 +++++++++++++++-------------------
 3 files changed, 34 insertions(+), 22 deletions(-)

commit 2df15edc42c6cc477c424ae7eec84d610ede0dad
Author: Takeshi AIHANA <takeshi.aihana@gmail.com>
Date:   Thu Dec 4 13:52:08 2008 +0000

    Fixed translation suggested by Mitsuya Shibata.
    
    2008-12-04  Takeshi AIHANA <takeshi.aihana@gmail.com>
    
            * ja.po: Fixed translation suggested by
                     Mitsuya Shibata.
    
    svn path=/trunk/; revision=1128

 po/ChangeLog |    5 +++++
 po/ja.po     |    6 +++---
 2 files changed, 8 insertions(+), 3 deletions(-)

commit 9f1b29b6b596155e214e89ea7239609152ef3802
Author: Christian Persch <chpe@src.gnome.org>
Date:   Fri Oct 24 17:46:27 2008 +0000

    chmod +x gnome-doc-{tool,prepare} on configure. Bug #557732.
    
    	* configure.in: chmod +x gnome-doc-{tool,prepare} on configure. Bug
    	#557732.
    
    svn path=/trunk/; revision=1127

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

commit 1708339cce2527ee4678a215087627b9e1ea022f
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Oct 21 22:53:27 2008 +0000

    Save disk space by Symlinking the non-localised figures to the C figures
    
    	* tools/gnome-doc-utils.make: Save disk space by Symlinking the
    	non-localised figures to the C figures instead of copying them. Bug
    	#557227.
    
    	* tools/gnome-doc-utils.m4: Require AC_PROG_LN_S.
    
    	* configure.ac: Call AC_PROG_LN_S explicitly since g-d-u doesn't use
    	GNOME_DOC_INIT itself.
    
    svn path=/trunk/; revision=1126

 ChangeLog                  |   11 +++++++++++
 configure.in               |    2 ++
 tools/gnome-doc-utils.m4   |    3 ++-
 tools/gnome-doc-utils.make |   14 +++++++++-----
 4 files changed, 24 insertions(+), 6 deletions(-)

commit 401ad193a084e1bb711ecfc4d50cc9a9b7ec245c
Author: Djihed Afifi <djihed@src.gnome.org>
Date:   Sun Oct 19 11:41:16 2008 +0000

    Updated Arabic Translation by Khaled Hosny.
    
    * Updated Arabic Translation by Khaled Hosny.
    
    svn path=/trunk/; revision=1125

 po/ChangeLog |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit f770598d7fd10c7863bb88d93e5a0aa5e37f5a51
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Mon Sep 22 20:18:32 2008 +0000

    - Version 0.14.0
    
    * configure.in:
    * NEWS:
    - Version 0.14.0
    
    svn path=/trunk/; revision=1123

 ChangeLog    |    6 ++++++
 NEWS         |    8 ++++++++
 configure.in |    2 +-
 3 files changed, 15 insertions(+), 1 deletions(-)

commit 5506b40b0188186b50cf9fcd95cec6c6a0406f34
Author: Roozbeh Pournader <roozbeh@gmail.com>
Date:   Fri Sep 19 07:39:07 2008 +0000

    Added Persian ('fa'). Added Persian translation by Amir Hedayaty and
    
    2008-09-19  Roozbeh Pournader  <roozbeh@gmail.com>
    
    	* LINGUAS: Added Persian ('fa').
    	* fa.po: Added Persian translation by Amir Hedayaty and Roozbeh
    	  Pournader.
    
    svn path=/trunk/; revision=1122

 po/ChangeLog |    6 +
 po/LINGUAS   |    1 +
 po/fa.po     | 2187 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 2194 insertions(+), 0 deletions(-)

commit 06c73d6d4e174f897c398de77bdca8d8a2d4000c
Author: Djihed Afifi <djihed@src.gnome.org>
Date:   Thu Sep 18 02:03:14 2008 +0000

    Updated Arabic Translation by Khaled Hosny.
    
    * Updated Arabic Translation by Khaled Hosny.
    
    svn path=/trunk/; revision=1121

 po/ChangeLog |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit d8cf819f3f31605af7ceadd43229470d51a1a506
Author: Djihed Afifi <djihed@src.gnome.org>
Date:   Mon Sep 15 09:37:37 2008 +0000

    Updated Arabic Translation by Khaled Hosny.
    
    * Updated Arabic Translation by Khaled Hosny.
    
    svn path=/trunk/; revision=1120

 po/ChangeLog |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 468a4c66da7f4ebf322a3f7e5bff9fba222af4a1
Author: Pema Geyleg <pgeyleg@src.gnome.org>
Date:   Wed Sep 10 06:16:04 2008 +0000

    Updated Dzongkha Translation
    
    svn path=/trunk/; revision=1119

 po/ChangeLog |    4 +
 po/dz.po     |  386 +++++++++++++++++++++++++++++++++++++++++++++-------------
 2 files changed, 304 insertions(+), 86 deletions(-)

commit 2fe5b0c2bc4ad1e3edd89642af3636507ad88393
Author: Sunil Mohan Adapa <sunilmohan@fsf.org.in>
Date:   Sat Aug 30 11:23:48 2008 +0000

    Added Telugu (te). Added Telugu translation done by Krishna Babu K
    
    2008-08-30  Sunil Mohan Adapa  <sunilmohan@fsf.org.in>
    
            * LINGUAS: Added Telugu (te).
            * te.po: Added Telugu translation done by
            Krishna Babu K <kkrothap@redhat.com>.
    
    
    svn path=/trunk/; revision=1118

 po/ChangeLog |    6 +
 po/LINGUAS   |    1 +
 po/te.po     | 2184 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 2191 insertions(+), 0 deletions(-)

commit 20cb4f1921f41688330b507bb09093299da485f7
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Thu Aug 28 13:25:06 2008 +0000

    - Version 0.13.1
    
    * configure.in:
    * NEWS:
    - Version 0.13.1
    
    svn path=/trunk/; revision=1116

 ChangeLog    |    6 ++++++
 NEWS         |   17 +++++++++++++++++
 configure.in |    2 +-
 3 files changed, 24 insertions(+), 1 deletions(-)

commit ade8b064b02b1fbab0ed68d606cc75653558a31a
Author: Shankar Prasad <sprasad@src.gnome.org>
Date:   Thu Aug 28 05:56:51 2008 +0000

    added kn translations and updated ChangeLog and LINGUAS
    
    svn path=/trunk/; revision=1115

 po/ChangeLog |    4 +
 po/LINGUAS   |    1 +
 po/kn.po     | 2169 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 2174 insertions(+), 0 deletions(-)

commit 072d4c1e7fed9b7e83b8c6339418fca596eb99d6
Author: Goran Rakic <grakic@src.gnome.org>
Date:   Mon Aug 25 14:52:34 2008 +0000

    Conversion from sr@Latn to sr@latin
    
    svn path=/trunk/; revision=1114

 po/ChangeLog   |    5 +
 po/LINGUAS     |    2 +-
 po/sr@Latn.po  | 2335 --------------------------------------------------------
 po/sr@latin.po | 2335 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 2341 insertions(+), 2336 deletions(-)

commit a640417f44b5c8124538a836c4faf7b5623cbd55
Author: Manoj Kumar Giri <mgiri@src.gnome.org>
Date:   Wed Aug 20 14:19:47 2008 +0000

    Added entry for Oriya translation updation
    
    svn path=/trunk/; revision=1113

 po/ChangeLog |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 5d44f2184e4c86bd4fd3b3e46c70db685a676a92
Author: Manoj Kumar Giri <mgiri@src.gnome.org>
Date:   Wed Aug 20 14:19:21 2008 +0000

    Updated Translation For Oriya
    
    svn path=/trunk/; revision=1112

 po/or.po |  548 ++++++++++++++++++++++++++++++++++++++++++++++++--------------
 1 files changed, 425 insertions(+), 123 deletions(-)

commit 401eb731ee2f30960822a333776775c3c9eb3105
Author: Djihed Afifi <djihed@src.gnome.org>
Date:   Wed Aug 6 08:30:51 2008 +0000

    Updated Arabic Translation by Khaled Hosny.
    
    svn path=/trunk/; revision=1111

 po/ChangeLog |    4 +++
 po/ar.po     |   73 +++++++++++++++++++++------------------------------------
 2 files changed, 31 insertions(+), 46 deletions(-)

commit c632c24fe34689308cc20048514841228d6e1392
Author: Djihed Afifi <djihed@src.gnome.org>
Date:   Tue Jul 29 01:29:50 2008 +0000

    Updated Arabic Translation by Anas Husseini.
    
    svn path=/trunk/; revision=1110

 po/ChangeLog |    4 ++++
 po/ar.po     |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

commit a896a2df2e2a6a7ac2413df2403b68f202d54f90
Author: Danilo Šegan <danilo@src.gnome.org>
Date:   Sun Jul 13 23:14:50 2008 +0000

    Apply patch to fix UnicodeDecodeError from Goran.
    
    svn path=/trunk/; revision=1109

 xml2po/ChangeLog |    4 ++++
 xml2po/xml2po.py |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

commit 8597652854ea4d37303d226428d389b6ae6743e9
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Sat Jul 5 10:30:38 2008 +0000

    Translation updated.
    
    2008-07-05  Gabor Kelemen  <kelemeng@gnome.hu>
    
    	* hu.po: Translation updated.
    
    svn path=/trunk/; revision=1108

 po/ChangeLog |    4 ++++
 po/hu.po     |   12 ++++++------
 2 files changed, 10 insertions(+), 6 deletions(-)

commit a8f1bf9be43a47b373892b23a6a988c6c10a9b64
Author: Yannig MARCHEGAY <ymarcheg@src.gnome.org>
Date:   Wed Jul 2 18:21:25 2008 +0000

    Updated Occitan translation
    
    svn path=/trunk/; revision=1107

 po/ChangeLog |    4 ++++
 po/oc.po     |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

commit 4ffe4546713d5d55e35a19f6989f6e0b2e7231aa
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Fri Jun 27 16:24:06 2008 +0000

    - Correctly handle content and tooltips for links to anchor elements
    
    * xslt/docbook/common/db-title.xsl:
    * xslt/docbook/common/db-xref.xsl:
    - Correctly handle content and tooltips for links to anchor elements
    
    * xslt/docbook/html/db2html-division.xsl:
    - Don't reprocess book titles when title and bookinfo/title exist
    
    svn path=/trunk/; revision=1106

 ChangeLog                              |    9 ++++++++
 xslt/docbook/common/db-title.xsl       |   17 ++++++++++++++-
 xslt/docbook/common/db-xref.xsl        |   35 ++++++++++++++++++++++++++-----
 xslt/docbook/html/db2html-division.xsl |    5 ++++
 4 files changed, 59 insertions(+), 7 deletions(-)

commit 1eeca19131b42aba7609ae30dcfa0920486e4a92
Author: Djihed Afifi <djihed@src.gnome.org>
Date:   Wed Jun 11 21:37:22 2008 +0000

    Updated Arabic Translation by Anas Husseini.
    
    svn path=/trunk/; revision=1105

 po/ChangeLog |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 6260a3b4df0432a6cd2dae2ab83a3e8825cfe368
Author: Priit Laes <plaes at svn dot gnome dot org>
Date:   Tue Jun 3 07:26:18 2008 +0000

    Translation updated by Ivar Smolin
    
    2008-06-03  Priit Laes  <plaes at svn dot gnome dot org>
    
    	* et.po: Translation updated by Ivar Smolin
    
    svn path=/trunk/; revision=1104

 po/ChangeLog |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 87e4255b338519113508517bdd70f5e1dcd7c5ad
Author: Djihed Afifi <djihed@src.gnome.org>
Date:   Thu May 22 22:57:06 2008 +0000

    Updated Arabic Translation by Anas Husseini.
    
    svn path=/trunk/; revision=1103

 po/ChangeLog |    4 ++++
 po/ar.po     |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

commit 7a699cb607b17aea710884f04c5e64cbdaba4f83
Author: Djihed Afifi <djihed@src.gnome.org>
Date:   Mon May 19 01:09:39 2008 +0000

    Updated Arabic Translation by Anas Husseini.
    
    svn path=/trunk/; revision=1102

 po/ChangeLog |    4 ++++
 po/ar.po     |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

commit f057615a689c0e19d40caf0462be00fae94a3ad7
Author: Eskild Hustvedt <eskildh@src.gnome.org>
Date:   Fri Apr 4 11:18:44 2008 +0000

    Updated Norwegian Nynorsk translation
    
    svn path=/trunk/; revision=1101

 po/ChangeLog |    4 ++
 po/nn.po     |  133 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 71 insertions(+), 66 deletions(-)

commit a52ad9b37224da73204551df5185f89da9cff10a
Author: Baris Cicek <bcicek@src.gnome.org>
Date:   Mon Mar 31 11:12:18 2008 +0000

    Updated Turkish Translation
    
    svn path=/trunk/; revision=1100

 po/ChangeLog |    4 +
 po/tr.po     |  658 +++++++++++++++++++++++++++++++++++++++++-----------------
 2 files changed, 472 insertions(+), 190 deletions(-)

commit 49e97cfb767b4175c099778e93a5c5a3f7052043
Author: Marc-Andre Lureau <marcandre.lureau@gmail.com>
Date:   Fri Mar 21 01:30:41 2008 +0000

    Remove GLib build dependency. Include glib-gettext.m4, with AX_ namespace.
    
    2008-03-21  Marc-Andre Lureau <marcandre.lureau@gmail.com>
    
    	* Makefile.am, configure.in, m4/glib-gettext.m4:
    	Remove GLib build dependency.  Include glib-gettext.m4, with AX_
    	namespace.  (Closes #510915)
    
    svn path=/trunk/; revision=1099

 ChangeLog          |    6 +
 Makefile.am        |    2 +-
 configure.in       |    4 +-
 m4/glib-gettext.m4 |  433 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 443 insertions(+), 2 deletions(-)

commit 452c1485ea90d5b2fa74c775419c29ac1ba7c6b8
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Mon Mar 10 05:05:51 2008 +0000

    - Version 0.12.2
    
    * configure.in:
    * NEWS:
    - Version 0.12.2
    
    svn path=/trunk/; revision=1097

 ChangeLog    |    6 ++++++
 NEWS         |   19 +++++++++++++++++++
 configure.in |    2 +-
 3 files changed, 26 insertions(+), 1 deletions(-)

commit 3c1ab99412f255519fd9bc81f9b3f52beb534bcf
Author: Ihar Hrachyshka <iharh@src.gnome.org>
Date:   Sun Mar 9 13:54:24 2008 +0000

    Added Belarusian Latin translation.
    
    svn path=/trunk/; revision=1096

 po/ChangeLog   |    5 +
 po/LINGUAS     |    1 +
 po/be@latin.po | 2186 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 2192 insertions(+), 0 deletions(-)

commit 627ae5f2ecde1925943994418da6c56c9614ad50
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Sun Mar 9 10:02:56 2008 +0000

    Updated Traditional Chinese translation(Hong Kong). Updated Traditional
    
    2008-03-09 Chao-Hsiung Liao  <j_h_liau@yahoo.com.tw>
    
            * zh_HK.po: Updated Traditional Chinese translation(Hong Kong).
            * zh_TW.po: Updated Traditional Chinese translation(Taiwan).
    
    
    
    svn path=/trunk/; revision=1095

 po/ChangeLog |    5 +
 po/zh_HK.po  |  534 ++++++++++++++++++++++++++++++++++++++++++----------------
 po/zh_TW.po  |  450 +++++++++++++++++++++++++++++++++++++++---------
 3 files changed, 757 insertions(+), 232 deletions(-)

commit 23cfd15bf1bab393ba0925060c006197f911f034
Author: Kostas Papadimas <pkst@src.gnome.org>
Date:   Sat Mar 8 17:13:11 2008 +0000

    Updated Greek translation
    
    svn path=/trunk/; revision=1094

 po/ChangeLog |    4 +
 po/el.po     |  511 ++++++++++++++++++++++++++++++++++++++++++++++------------
 2 files changed, 411 insertions(+), 104 deletions(-)

commit 828064ea6718971dd6aee3953766af6bdf2734ff
Author: Laurent Dhima <laurenti@src.gnome.org>
Date:   Sat Mar 8 11:42:16 2008 +0000

    Updated Translation
    
    svn path=/trunk/; revision=1093

 po/ChangeLog |    4 +
 po/sq.po     |  512 ++++++++++++++++++++++++++++++++++++++++++++--------------
 2 files changed, 395 insertions(+), 121 deletions(-)

commit ab78cccff5243d4ed7bd0e67361346c07b8bac6d
Author: Yannig MARCHEGAY <ymarcheg@src.gnome.org>
Date:   Sat Mar 8 11:08:10 2008 +0000

    Updated Occitan translation
    
    svn path=/trunk/; revision=1092

 po/oc.po |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit ff1a645701497e1a34dc44d21320b554990622d5
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Sat Mar 8 00:26:52 2008 +0000

    Translation updated
    
    2008-03-08  Gabor Kelemen  <kelemeng@gnome.hu>
    
    	* hu.po: Translation updated
    
    
    svn path=/trunk/; revision=1091

 po/ChangeLog |    4 ++++
 po/hu.po     |   22 +++++++++++-----------
 2 files changed, 15 insertions(+), 11 deletions(-)

commit 34cfa36ca141e494616cd808d8f4422c0ea8d225
Author: Rahul Bhalerao <rahulb@src.gnome.org>
Date:   Mon Mar 3 15:33:22 2008 +0000

    Updated Marathi Translations
    
    svn path=/trunk/; revision=1090

 po/ChangeLog |    4 +
 po/mr.po     |  498 +++++++++++++++++++++++++++++++++++++++++++++-------------
 2 files changed, 393 insertions(+), 109 deletions(-)

commit 68b7f8de5a61e0e6612f0f090c7a271f1e5c0967
Author: Petr Kovář <pmkovar@src.gnome.org>
Date:   Sun Mar 2 19:37:50 2008 +0000

    cs.po: Updated Czech translation by Lucas Lommer.
    
    svn path=/trunk/; revision=1089

 po/ChangeLog |    4 +
 po/cs.po     |  559 +++++++++++++++++++++++++++++++++++++++++++--------------
 2 files changed, 425 insertions(+), 138 deletions(-)

commit 80738f5406fea6f655e53e9e65ace291cd075c7e
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:   Sun Mar 2 14:58:59 2008 +0000

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

 po/ChangeLog |    4 ++++
 po/es.po     |   25 +++++++++++++------------
 2 files changed, 17 insertions(+), 12 deletions(-)

commit 903f93324d2b2806f6f5b7cb9d0cc65ce9dd4fff
Author: Gintautas Miliauskas <gintas@akl.lt>
Date:   Sun Mar 2 00:53:20 2008 +0000

    Updated Lithuanian translation.
    
    2008-03-02  Gintautas Miliauskas  <gintas@akl.lt>
    
    	* lt.po: Updated Lithuanian translation.
    
    
    
    svn path=/trunk/; revision=1087

 po/ChangeLog |    4 +
 po/lt.po     |  463 +++++++++++++++++++++++++++++++++++++++++++++++-----------
 2 files changed, 380 insertions(+), 87 deletions(-)

commit 294bbf2bd01ef37aa4f6566b109801bc22aa1969
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Fri Feb 29 16:17:57 2008 +0000

    - Add DOCTYPE to all the other pages made with exsl:document
    
    * xslt/docbook/html/db2xhtml.xsl:
    * xslt/docbook/html/db2html.xsl:
    * xslt/docbook/common/db-chunk.xsl:
    - Add DOCTYPE to all the other pages made with exsl:document
    
    svn path=/trunk/; revision=1086

 ChangeLog                        |    7 +++++++
 xslt/docbook/common/db-chunk.xsl |   22 +++++++++++++++++++++-
 xslt/docbook/html/db2html.xsl    |    7 +++++++
 xslt/docbook/html/db2xhtml.xsl   |    7 +++++++
 4 files changed, 42 insertions(+), 1 deletions(-)

commit 95de1fca2af308305da12d37ced947dbb8c8f0ff
Author: Changwoo Ryu <cwryu@src.gnome.org>
Date:   Tue Feb 26 09:58:04 2008 +0000

    Updated Korean translation
    
    svn path=/trunk/; revision=1085

 po/ChangeLog |    4 +
 po/ko.po     |  464 ++++++++++++++++++++++++++++++++++++++++++++++------------
 2 files changed, 377 insertions(+), 91 deletions(-)

commit 320a63f5c4324a867cc6e658277a4835c2a32c01
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Fri Feb 22 23:11:11 2008 +0000

    Removing some old files
    
    svn path=/trunk/; revision=1084

 sandbox/mallard/spec/mal_attr.xml      |    2 -
 sandbox/mallard/spec/mal_copyright.xml |   13 ---------
 sandbox/mallard/spec/mal_credit.xml    |   27 --------------------
 sandbox/mallard/spec/mal_item.xml      |    2 -
 sandbox/mallard/spec/mal_license.xml   |   10 -------
 sandbox/mallard/spec/mal_link.xml      |   34 -------------------------
 sandbox/mallard/spec/mal_media.xml     |   11 --------
 sandbox/mallard/spec/mal_quote.xml     |   17 ------------
 sandbox/mallard/spec/mal_synopsis.xml  |   43 --------------------------------
 sandbox/mallard/spec/mal_version.xml   |   20 ---------------
 10 files changed, 0 insertions(+), 179 deletions(-)

commit c2a3d6fed752a721a1d3deff6414449ed8930398
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Fri Feb 22 23:10:15 2008 +0000

    Finally working on the Mallard spec again
    
    svn path=/trunk/; revision=1083

 sandbox/mallard/rng/Makefile                 |   17 ++-
 sandbox/mallard/rng/rnc2rng.awk              |  277 ++++++++++++++++++++------
 sandbox/mallard/spec/10minutes.xml           |   17 ++-
 sandbox/mallard/spec/Makefile                |    2 +-
 sandbox/mallard/spec/explore.xml             |   16 ++-
 sandbox/mallard/spec/legal.xml               |    3 +-
 sandbox/mallard/spec/mal_attr_link.xml       |   36 ++++
 sandbox/mallard/spec/mal_block.xml           |   45 +++--
 sandbox/mallard/spec/mal_block_code.xml      |   34 ++-
 sandbox/mallard/spec/mal_block_comment.xml   |   28 ++-
 sandbox/mallard/spec/mal_block_figure.xml    |   17 +-
 sandbox/mallard/spec/mal_block_media.xml     |   18 ++
 sandbox/mallard/spec/mal_block_note.xml      |    9 +-
 sandbox/mallard/spec/mal_block_p.xml         |   22 +-
 sandbox/mallard/spec/mal_block_quote.xml     |   24 +++
 sandbox/mallard/spec/mal_block_screen.xml    |   11 +-
 sandbox/mallard/spec/mal_block_synopsis.xml  |   44 ++++
 sandbox/mallard/spec/mal_caption.xml         |   23 ++-
 sandbox/mallard/spec/mal_cite.xml            |   25 ++-
 sandbox/mallard/spec/mal_info.xml            |   26 +++-
 sandbox/mallard/spec/mal_info_copyright.xml  |   31 +++
 sandbox/mallard/spec/mal_info_credit.xml     |   27 +++
 sandbox/mallard/spec/mal_info_desc.xml       |   17 ++
 sandbox/mallard/spec/mal_info_license.xml    |   17 ++
 sandbox/mallard/spec/mal_info_link.xml       |   31 +++
 sandbox/mallard/spec/mal_info_version.xml    |   20 ++
 sandbox/mallard/spec/mal_inline.xml          |   47 +++--
 sandbox/mallard/spec/mal_inline_app.xml      |   69 ++++---
 sandbox/mallard/spec/mal_inline_cmd.xml      |   71 +++++--
 sandbox/mallard/spec/mal_inline_code.xml     |   48 +++--
 sandbox/mallard/spec/mal_inline_em.xml       |   70 ++++++-
 sandbox/mallard/spec/mal_inline_file.xml     |   25 ++-
 sandbox/mallard/spec/mal_inline_gui.xml      |   36 ++--
 sandbox/mallard/spec/mal_inline_guiseq.xml   |   30 +++
 sandbox/mallard/spec/mal_inline_input.xml    |   22 ++-
 sandbox/mallard/spec/mal_inline_key.xml      |    7 +
 sandbox/mallard/spec/mal_inline_keyseq.xml   |   28 +++
 sandbox/mallard/spec/mal_inline_link.xml     |   38 ++++
 sandbox/mallard/spec/mal_inline_media.xml    |   18 ++
 sandbox/mallard/spec/mal_inline_output.xml   |   29 +++
 sandbox/mallard/spec/mal_inline_quote.xml    |   38 ++++
 sandbox/mallard/spec/mal_inline_span.xml     |   19 ++
 sandbox/mallard/spec/mal_inline_sys.xml      |    7 +
 sandbox/mallard/spec/mal_inline_var.xml      |    9 +-
 sandbox/mallard/spec/mal_list.xml            |    4 +-
 sandbox/mallard/spec/mal_list_bullet.xml     |    7 +-
 sandbox/mallard/spec/mal_list_definition.xml |    7 +-
 sandbox/mallard/spec/mal_list_numbered.xml   |    7 +-
 sandbox/mallard/spec/mal_page.xml            |   22 ++
 sandbox/mallard/spec/mal_section.xml         |   10 +
 sandbox/mallard/spec/mal_subtitle.xml        |   17 ++-
 sandbox/mallard/spec/mal_table.xml           |   46 +++--
 sandbox/mallard/spec/mal_title.xml           |   17 ++-
 sandbox/mallard/spec/mallard.xml             |   13 +-
 sandbox/mallard/spec/principle-guide.xml     |    7 +-
 sandbox/mallard/spec/principles.xml          |   19 ++-
 sandbox/mallard/spec/spec.xml                |    2 +-
 sandbox/mallard/spec/spec_info.xml           |   16 ++
 sandbox/mallard/spec/spec_pages.xml          |   16 ++-
 sandbox/mallard/xslt/mal2html-inline.xsl     |    4 +-
 60 files changed, 1363 insertions(+), 299 deletions(-)

commit e71438cd3c101fa995d7a4e007aee245f30f2a98
Author: Yannig MARCHEGAY <ymarcheg@src.gnome.org>
Date:   Tue Feb 19 22:00:31 2008 +0000

    Updated Occitan translation
    
    svn path=/trunk/; revision=1082

 po/oc.po |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

commit 59a06faaa962e1e9a9c1397efaf2d7b95ff99e70
Author: Pawan Chitrakar <pachimho@src.gnome.org>
Date:   Thu Feb 14 08:30:03 2008 +0000

    Updated Nepali Translation
    
    svn path=/trunk/; revision=1081

 po/ChangeLog |    4 +
 po/ne.po     |  843 ++++++++++++++++++++++++++++++++++++++++------------------
 2 files changed, 586 insertions(+), 261 deletions(-)

commit 28b7c699413f5569819a90ee1842c37c1a79731e
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Tue Feb 12 18:13:14 2008 +0000

    - Add a DOCTYPE declaration with xsl:output
    
    * xslt/docbook/html/db2html.xsl:
    * xslt/docbook/html/db2xhtml.xsl:
    - Add a DOCTYPE declaration with xsl:output
    
    * xslt/docbook/common/db-chunk.xsl:
    * xslt/docbook/common/db-label.xsl:
    * xslt/docbook/common/db-xref.xsl:
    * xslt/docbook/html/db2html-autotoc.xsl:
    * xslt/docbook/html/db2html-bibliography.xsl:
    * xslt/docbook/html/db2html-block.xsl:
    * xslt/docbook/html/db2html-cmdsynopsis.xsl:
    * xslt/docbook/html/db2html-division.xsl:
    * xslt/docbook/html/db2html-index.xsl:
    * xslt/docbook/html/db2html-refentry.xsl:
    - Add set to exclude-result-prefixes
    
    svn path=/trunk/; revision=1080

 ChangeLog                                  |   18 ++++++++++++++++++
 xslt/docbook/common/db-chunk.xsl           |    1 +
 xslt/docbook/common/db-label.xsl           |    3 ++-
 xslt/docbook/common/db-xref.xsl            |    1 +
 xslt/docbook/html/db2html-autotoc.xsl      |    1 +
 xslt/docbook/html/db2html-bibliography.xsl |    3 ++-
 xslt/docbook/html/db2html-block.xsl        |    2 +-
 xslt/docbook/html/db2html-cmdsynopsis.xsl  |    1 +
 xslt/docbook/html/db2html-division.xsl     |    1 +
 xslt/docbook/html/db2html-index.xsl        |    3 ++-
 xslt/docbook/html/db2html-refentry.xsl     |    1 +
 xslt/docbook/html/db2html.xsl              |    4 +++-
 xslt/docbook/html/db2xhtml.xsl             |    3 +++
 13 files changed, 37 insertions(+), 5 deletions(-)

commit 47217791cc601e81b1cc4064036265b8b3f0fff3
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Tue Feb 12 17:21:11 2008 +0000

    - Version 0.12.1
    
    * configure.in:
    * NEWS:
    - Version 0.12.1
    
    svn path=/trunk/; revision=1077

 ChangeLog    |    6 ++++++
 NEWS         |   18 ++++++++++++++++++
 configure.in |    2 +-
 3 files changed, 25 insertions(+), 1 deletions(-)

commit e6cf56d7f9bd39167d71ab92536c4d7ae83ba25d
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Tue Feb 12 17:07:24 2008 +0000

    - Made chunks without id attributes work
    
    * xslt/docbook/common/db-chunk.xsl:
    * xslt/docbook/common/db-xref.xsl:
    - Made chunks without id attributes work
    
    svn path=/trunk/; revision=1076

 ChangeLog                        |    6 +++
 xslt/docbook/common/db-chunk.xsl |   64 ++++++++++++++++++++++++++++++-------
 xslt/docbook/common/db-xref.xsl  |   12 +------
 3 files changed, 60 insertions(+), 22 deletions(-)

commit be669803e48c0238081d70d98d37e21bb1540e32
Author: Wouter Bolsterlee <wbolster@svn.gnome.org>
Date:   Mon Feb 4 12:00:09 2008 +0000

    Dutch translation updated by Wouter Bolsterlee.
    
    2008-02-04  Wouter Bolsterlee  <wbolster@svn.gnome.org>
    
    	* nl.po: Dutch translation updated by Wouter Bolsterlee.
    
    svn path=/trunk/; revision=1075

 po/ChangeLog |   44 +++++-----
 po/nl.po     |  269 +++++++++++++++++++++++++++++++++++++++++++++-------------
 2 files changed, 232 insertions(+), 81 deletions(-)

commit 236e663c5cc34cf538f5ce7c4076432155d2fb51
Author: Ignacio Casal Quinteiro <icq@src.gnome.org>
Date:   Sat Feb 2 19:43:07 2008 +0000

    Updated Galician Translation.
    
    svn path=/trunk/; revision=1074

 po/ChangeLog |    4 +
 po/gl.po     |  714 +++++++++++++++++++++++++++++++++++++++-------------------
 2 files changed, 487 insertions(+), 231 deletions(-)

commit 2c05183004a4227597ba1bdc51aae5825ec00585
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Fri Feb 1 21:37:04 2008 +0000

    Removing deprecated yelp:chunk-depth
    
    svn path=/trunk/; revision=1073

 doc/xslt/C/gnome-doc-xslt.xml |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit d2796a1b5e564eefe5f2b514b6d7b4373c49b256
Author: Djihed Afifi <djihed@src.gnome.org>
Date:   Thu Jan 31 08:19:49 2008 +0000

    Updated Arabic Translation by Anas Husseini.
    
    svn path=/trunk/; revision=1072

 po/ChangeLog |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 0b6a556c08599245b3ee6d3129860cc9b90cb6d5
Author: Iñaki Larrañaga Murgoitio <dooteo@src.gnome.org>
Date:   Mon Jan 7 15:42:30 2008 +0000

    svn path=/trunk/; revision=1071
    
    
    
    svn path=/trunk/; revision=1071

 po/ChangeLog |   13 ++++++--
 po/eu.po     |   87 ++++++++++++++++++++++++++++++++++------------------------
 2 files changed, 60 insertions(+), 40 deletions(-)

commit 5c0a31233515ca52bf4280d5a53fa37f679f69c1
Author: Yannig MARCHEGAY <ymarcheg@src.gnome.org>
Date:   Mon Dec 31 21:27:14 2007 +0000

    Updated Occitan translation
    
    svn path=/trunk/; revision=1070

 po/ChangeLog |    5 ++++-
 po/oc.po     |   49 ++++++++++++++++++++++++++++---------------------
 2 files changed, 32 insertions(+), 22 deletions(-)

commit 6480157f8a9b4ad67a96f08345b2409443840268
Author: Sven Herzberg <herzi@gnome-de.org>
Date:   Fri Dec 21 18:43:43 2007 +0000

    reviewed by: Shaun McCance
    
    2007-12-21  Sven Herzberg  <herzi@gnome-de.org>
    
    	reviewed by: Shaun McCance
    
    	* tools/gnome-doc-utils.make: pass --xinclude to xmllint in the 'make
    	check' rule
    
    
    svn path=/trunk/; revision=1069

 ChangeLog                  |    7 +++++++
 tools/gnome-doc-utils.make |    4 ++--
 2 files changed, 9 insertions(+), 2 deletions(-)

commit 4da0c5485bbbe3429ef1f047bd20faa1a283dcc4
Author: Sven Herzberg <herzi@gnome-de.org>
Date:   Fri Dec 21 17:46:43 2007 +0000

    reviewed by: Shaun McCance
    
    2007-12-21  Sven Herzberg  <herzi@gnome-de.org>
    
    	reviewed by: Shaun McCance
    
    	* tools/gnome-doc-utils.m4: set DISTCHECK_CONFIGURE_FLAGS to
    	disable scrollkeeper so application developers don't have to do this
    	anymore
    
    
    svn path=/trunk/; revision=1068

 ChangeLog                |    8 ++++++++
 tools/gnome-doc-utils.m4 |    4 ++++
 2 files changed, 12 insertions(+), 0 deletions(-)

commit a68a9a2bb1418f7c6d6bff17e5468af18855d452
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Wed Dec 19 18:52:15 2007 +0000

    Don't use the title as a label for qandadiv, et al
    
    * xslt/docbook/common/db-label.xsl:
    Don't use the title as a label for qandadiv, et al
    
    svn path=/trunk/; revision=1067

 ChangeLog                        |    5 +++++
 xslt/docbook/common/db-label.xsl |    1 -
 2 files changed, 5 insertions(+), 1 deletions(-)

commit ebfeecb88dd3422bfea4762cb7caf2387b310185
Author: Kjartan Maraas <kmaraas@src.gnome.org>
Date:   Mon Dec 17 12:37:45 2007 +0000

    Forgot to add nn to LINGUAS
    
    svn path=/trunk/; revision=1066

 po/LINGUAS |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit d283a4ade5afeee5068fac737fd9c340a10bb7a3
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Thu Dec 13 11:45:14 2007 +0000

    Updated Norwegian nynorsk translation from Eskild Hustvedt <eskild at
    
    2007-12-13  Kjartan Maraas  <kmaraas@gnome.org>
    
    	* nn.po: Updated Norwegian nynorsk translation from
    	Eskild Hustvedt <eskild at zerodogg org>
    
    svn path=/trunk/; revision=1065

 po/ChangeLog |    5 +
 po/nn.po     | 2162 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 2167 insertions(+), 0 deletions(-)

commit 8268ef79a85fe606bb7c852f7e8e91257f563089
Author: Takeshi AIHANA <takeshi.aihana@gmail.com>
Date:   Sat Nov 24 03:04:24 2007 +0000

    Fixed wrong translations.
    
    2007-11-24  Takeshi AIHANA <takeshi.aihana@gmail.com>
    
            * ja.po: Fixed wrong translations.
    
    svn path=/trunk/; revision=1064

 po/ja.po |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit cb961907d19de333df3cde96259a63534c9eb21b
Author: Takeshi AIHANA <takeshi.aihana@gmail.com>
Date:   Sat Nov 24 02:54:51 2007 +0000

    Fixed wrong translations.
    
    2007-11-24  Takeshi AIHANA <takeshi.aihana@gmail.com>
    
            * ja.po: Fixed wrong translations.
    
    svn path=/trunk/; revision=1063

 po/ChangeLog |    4 ++++
 po/ja.po     |   15 +++++++--------
 2 files changed, 11 insertions(+), 8 deletions(-)

commit 56f4298a7890a0561b976656d814e78904d65280
Author: Yannig MARCHEGAY <ymarcheg@src.gnome.org>
Date:   Tue Nov 20 21:06:03 2007 +0000

    Updated Occitan translation
    
    svn path=/trunk/; revision=1062

 po/oc.po |   43 ++++++++++++++++++-------------------------
 1 files changed, 18 insertions(+), 25 deletions(-)

commit d153faf930e1e26d25857cda003cdcc77a763378
Author: Matej Urbančič <mateju@src.gnome.org>
Date:   Wed Nov 14 13:49:48 2007 +0000

    Updated Slovenian translation
    
    svn path=/trunk/; revision=1061

 po/ChangeLog |    4 ++++
 po/sl.po     |   11 +++++------
 2 files changed, 9 insertions(+), 6 deletions(-)

commit eee5a8460288d0429fa158b318c6ed863b9c4a43
Author: Nurali Abdurahmonov <anurali@src.gnome.org>
Date:   Wed Nov 14 04:31:22 2007 +0000

    added new uzbek latin translation by Nurali
    
    svn path=/trunk/; revision=1060

 po/uz.po | 2129 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 2129 insertions(+), 0 deletions(-)

commit bb5f262b6672316c661aed82a7d09a3258bc70a8
Author: Nurali Abdurahmonov <anurali@src.gnome.org>
Date:   Wed Nov 14 04:26:52 2007 +0000

    added forgotten uz@cyrillic po file by Nurali :)
    
    svn path=/trunk/; revision=1059

 po/uz@cyrillic.po | 2129 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 2129 insertions(+), 0 deletions(-)

commit 81cdf6341959a29c2ea5b90e1e1064f47f88337c
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Tue Nov 13 14:51:21 2007 +0000

    Remove uzbek for now since the translations are missing.
    
    2007-11-13  Kjartan Maraas  <kmaraas@gnome.org>
    
    	* LINGUAS: Remove uzbek for now since the translations
    	are missing.
    
    svn path=/trunk/; revision=1058

 po/ChangeLog |    5 +++++
 po/LINGUAS   |    2 --
 2 files changed, 5 insertions(+), 2 deletions(-)

commit c7cb443201d69d31c7ca1c7fa3b77f5acb210c70
Author: Nurali Abdurahmonov <anurali@src.gnome.org>
Date:   Tue Nov 13 05:47:04 2007 +0000

    new uzbek translation file by Nurali
    
    svn path=/trunk/; revision=1057

 po/ChangeLog |    6 ++++++
 po/LINGUAS   |    2 ++
 2 files changed, 8 insertions(+), 0 deletions(-)

commit 90e007c0f7a90c61462f86e24c9ba36f69b590d3
Author: Djihed Afifi <djihed@src.gnome.org>
Date:   Tue Oct 23 20:53:23 2007 +0000

    Updated Arabic Translation by Anas Husseini.
    
    svn path=/trunk/; revision=1056

 po/ChangeLog |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit bd57b714b8f7018f8bd60a3f993bef0e6b630540
Author: Djihed Afifi <djihed@src.gnome.org>
Date:   Sun Oct 21 19:17:57 2007 +0000

    Updated Arabic Translation by Anas Husseini.
    
    svn path=/trunk/; revision=1055

 po/ChangeLog |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit b0d2dd5d469696363ac4c26ab583910cd7b24894
Author: Djihed Afifi <djihed@src.gnome.org>
Date:   Sun Oct 21 16:43:28 2007 +0000

    Updated Arabic Translation by Anas Husseini.
    
    svn path=/trunk/; revision=1054

 po/ChangeLog |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit d2efef31fafa61b5cbd231c00d4d442ddfcc0393
Author: Matej Urbančič <mateju@src.gnome.org>
Date:   Tue Oct 16 14:40:18 2007 +0000

    Updated Slovenian translation
    
    svn path=/trunk/; revision=1053

 po/ChangeLog |    4 +
 po/sl.po     |  454 +++++++++++++++++++++++++++++++++++++++++++++++-----------
 2 files changed, 374 insertions(+), 84 deletions(-)

commit 66153a15af8d7faba3ea42abe3dd3080847d99d0
Author: Takeshi AIHANA <takeshi.aihana@gmail.com>
Date:   Tue Oct 16 14:34:02 2007 +0000

    Fixed wrong translation.
    
    2007-10-16  Takeshi AIHANA <takeshi.aihana@gmail.com>
    
            * ja.po: Fixed wrong translation.
    
    svn path=/trunk/; revision=1052

 po/ChangeLog |    4 ++++
 po/ja.po     |    6 +++---
 2 files changed, 7 insertions(+), 3 deletions(-)

commit 27c785d3fb29006f413204f0f04e5ee6d42bdb6d
Author: Olav Vitters <ovitters@src.gnome.org>
Date:   Fri Sep 21 15:40:30 2007 +0000

    Correct MAINTAINERS file
    
    svn path=/trunk/; revision=1051

 MAINTAINERS |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit b39e32133f8e0585950c356b41cad48496a5d719
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Mon Sep 17 21:03:41 2007 +0000

    - Version 0.12.0
    
    * configure.in:
    * NEWS:
    - Version 0.12.0
    
    svn path=/trunk/; revision=1049

 ChangeLog    |    6 ++++++
 NEWS         |   29 +++++++++++++++++++++++++++++
 configure.in |    2 +-
 3 files changed, 36 insertions(+), 1 deletions(-)

commit 6c771d58d8c27aaf3e00a3916adc292a56924081
Author: Alexander Shopov <ash@contact.bg>
Date:   Mon Sep 17 19:15:44 2007 +0000

    Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>
    
    2007-09-17  Alexander Shopov  <ash@contact.bg>
    
    	* bg.po: Updated Bulgarian translation by
    	Alexander Shopov <ash@contact.bg>
    
    svn path=/trunk/; revision=1048

 po/ChangeLog |    5 +
 po/bg.po     |  453 +++++++++++++++++++++++++++++++++++++++++++++++-----------
 2 files changed, 373 insertions(+), 85 deletions(-)

commit 2fffa12526c9070a6c113a43949612d86be9d441
Author: Stéphane Raimbault <stephaner@src.gnome.org>
Date:   Sun Sep 16 20:35:59 2007 +0000

    Fixed French translation.
    
    svn path=/trunk/; revision=1047

 po/ChangeLog |    4 ++++
 po/fr.po     |   16 +++++++++-------
 2 files changed, 13 insertions(+), 7 deletions(-)

commit ebd2686bc75e360a1d80fbefa657baaefcedbb4a
Author: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
Date:   Sun Sep 16 15:50:19 2007 +0000

    Updated Russian translation.
    
    2007-09-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
    
    	* ru.po: Updated Russian translation.
    
    
    svn path=/trunk/; revision=1046

 po/ChangeLog |    4 +
 po/ru.po     |  505 ++++++++++++++++++++++++++++++++++++++++++++++------------
 2 files changed, 405 insertions(+), 104 deletions(-)

commit a6632bd04b978c8fd5ea604a2ac52bb1fced09b1
Author: Stéphane Raimbault <stephane.raimbault@gmail.com>
Date:   Sat Sep 15 19:52:55 2007 +0000

    Updated French translation by Stéphane Raimbault and Vincent Untz.
    
    2007-09-15  Stéphane Raimbault  <stephane.raimbault@gmail.com>
    
    	* fr.po: Updated French translation by Stéphane Raimbault and
    	Vincent Untz.
    
    svn path=/trunk/; revision=1045

 po/ChangeLog |    5 +
 po/fr.po     |  459 +++++++++++++++++++++++++++++++++++++++++++++++-----------
 2 files changed, 376 insertions(+), 88 deletions(-)

commit 9b38ecb011aead96b8306f461b91f02b86f068d8
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
Date:   Sat Sep 15 18:41:11 2007 +0000

    Updated Basque translation.
    
    2007-09-15  Inaki Larranaga Murgoitio  <dooteo@zundan.com>
    
            * eu.po: Updated Basque translation.
    
    
    svn path=/trunk/; revision=1044

 po/ChangeLog |    4 +
 po/eu.po     |  370 ++++++++++++++++++++++++++++------------------------------
 2 files changed, 180 insertions(+), 194 deletions(-)

commit 3cd91ff22d847a854676e571df74f43f81d34585
Author: Artur Flinta <aflinta@svn.gnome.org>
Date:   Sat Sep 15 17:08:15 2007 +0000

    Updated Polish translation by GNOME PL Team.
    
    2007-09-15  Artur Flinta  <aflinta@svn.gnome.org>
    
    	* pl.po: Updated Polish translation by GNOME PL Team.
    
    
    svn path=/trunk/; revision=1043

 po/ChangeLog |    4 +
 po/pl.po     |  447 +++++++++++++++++++++++++++++++++++++++++++++++-----------
 2 files changed, 369 insertions(+), 82 deletions(-)

commit a70b2a0bf0a4081e2c08650242060e4a28170784
Author: David Lodge <dlodge@src.gnome.org>
Date:   Fri Sep 14 06:16:15 2007 +0000

    Update en_GB translation
    
    svn path=/trunk/; revision=1042

 po/ChangeLog |    6 +-
 po/en_GB.po  |  415 ++++++++++++++++++++++++++++++++++++++++++++++------------
 2 files changed, 336 insertions(+), 85 deletions(-)

commit 897278b083371dca695e0591aede82b811aa6b52
Author: Djihed Afifi <djihed@src.gnome.org>
Date:   Thu Sep 13 22:39:06 2007 +0000

    Updated Arabic Translation by Anas Husseini.
    
    svn path=/trunk/; revision=1041

 po/ChangeLog |    4 +
 po/ar.po     |  651 ++++++++++++++++++++++++++++++++++++++++++++++------------
 2 files changed, 520 insertions(+), 135 deletions(-)

commit 2ec6f07a3e3150eae2b9d41212c9288c3ab14d69
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Thu Sep 13 17:46:59 2007 +0000

    Translation updated.
    
    2007-09-13 Gabor Kelemen  <kelemeng@gnome.hu>
    
    	* hu.po: Translation updated.
    
    
    svn path=/trunk/; revision=1040

 po/ChangeLog |    4 +
 po/hu.po     |  324 ++++++++++++++++++++++++++++++++++++++++++----------------
 2 files changed, 239 insertions(+), 89 deletions(-)

commit ed3b6ee435faf96ca24a15f8e2352004b958781d
Author: Danilo Šegan <danilo@src.gnome.org>
Date:   Tue Sep 11 23:07:41 2007 +0000

    Updated Serbian translation.
    
    svn path=/trunk/; revision=1039

 po/ChangeLog  |    4 +
 po/sr.po      |  466 +++++++++++++++++++++++++++++++++++++++++++++------------
 po/sr@Latn.po |  468 +++++++++++++++++++++++++++++++++++++++++++++------------
 3 files changed, 749 insertions(+), 189 deletions(-)

commit 7359e673306d3029133eec4f1f550949a74b6181
Author: Maxim Dziumanenko <dziumanenko@gmail.com>
Date:   Tue Sep 11 13:21:59 2007 +0000

    Update Ukrainian translation.
    
    2007-09-11 Maxim Dziumanenko <dziumanenko@gmail.com>
    
    	* Update Ukrainian translation.
    
    
    svn path=/trunk/; revision=1038

 po/ChangeLog |    4 +
 po/uk.po     |  453 +++++++++++++++++++++++++++++++++++++++++++++++-----------
 2 files changed, 374 insertions(+), 83 deletions(-)

commit 3a3a76d96065034cfd7e68bbabeae17ea5905649
Author: Kenneth Nielsen <kennethn@src.gnome.org>
Date:   Sun Sep 9 00:19:14 2007 +0000

    Updated Danish translation
    
    svn path=/trunk/; revision=1037

 po/ChangeLog |    4 +
 po/da.po     |  544 ++++++++++++++++++++++++++++++++++++++++++++--------------
 2 files changed, 419 insertions(+), 129 deletions(-)

commit a22a793ed24793bcc7c9a99e3c474f481db301a7
Author: Yang Zhang <zyang@src.gnome.org>
Date:   Thu Sep 6 13:17:19 2007 +0000

    Updated zh_CN translation
    
    svn path=/trunk/; revision=1036

 po/zh_CN.po |  142 ++++++++++++++++++++++++++++++++++++++++++-----------------
 1 files changed, 102 insertions(+), 40 deletions(-)

commit da87b69cd3eda03e059b58afa3cfe992cf1b8a49
Author: Jovan Naumovski <jovanna@src.gnome.org>
Date:   Tue Sep 4 12:17:07 2007 +0000

    2007-09-04 Jovan Naumovski <jovanna@svn.gnome.org> *mk.po: Updated Macedonian translation.
    
    svn path=/trunk/; revision=1035

 po/ChangeLog |    4 +
 po/mk.po     |  456 +++++++++++++++++++++++++++++++++++++++++++++++-----------
 2 files changed, 374 insertions(+), 86 deletions(-)

commit 83dd66f99ea7a2ff86680a8d14c131dc8183e520
Author: Luca Ferretti <elle.uca@libero.it>
Date:   Mon Sep 3 09:13:03 2007 +0000

    Updated Italian translation.
    
    2007-09-03  Luca Ferretti  <elle.uca@libero.it>
    
    	* it.po: Updated Italian translation.
    
    
    svn path=/trunk/; revision=1034

 po/ChangeLog |   10 ++-
 po/it.po     |  451 +++++++++++++++++++++++++++++++++++++++++++++++-----------
 2 files changed, 378 insertions(+), 83 deletions(-)

commit 465f4c41c8cc015a26573d304c4350c9e9b5eca0
Author: Kjartan Maraas <kmaraas@src.gnome.org>
Date:   Mon Sep 3 07:21:51 2007 +0000

    Fix MAINTAINERS
    
    svn path=/trunk/; revision=1033

 MAINTAINERS |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

commit 94e9d1d1d333b3cdb6de3b7b4d56d033c4e00270
Author: Clytie Siddall <clyties@src.gnome.org>
Date:   Sun Sep 2 14:21:44 2007 +0000

    2007-09-02    vi.po    Updated Vietnamese translation
    
    Clytie Siddall <clytie@riverland.net.au>
    
    svn path=/trunk/; revision=1032

 po/ChangeLog |    2 +-
 po/vi.po     |  510 +++++++++++++++++++++++++++++++++++++++++++---------------
 2 files changed, 383 insertions(+), 129 deletions(-)

commit 1b65a88232d0aee9f0f440caa7644f4e1a7476ec
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Sun Sep 2 10:27:15 2007 +0000

    Updated Portuguese translation.
    
    2007-09-02  Duarte Loreto <happyguy_pt@hotmail.com>
    
    	* pt.po: Updated Portuguese translation.
    
    svn path=/trunk/; revision=1031

 po/ChangeLog |    4 +
 po/pt.po     |  457 +++++++++++++++++++++++++++++++++++++++++++++++-----------
 2 files changed, 373 insertions(+), 88 deletions(-)

commit 9ce4be1363ccf9c9458f2cfce33aecc5cc515625
Author: Yannig MARCHEGAY <ymarcheg@src.gnome.org>
Date:   Sat Sep 1 20:24:02 2007 +0000

    Updated Occitan translation
    
    svn path=/trunk/; revision=1030

 po/oc.po |   23 ++++++++++++-----------
 1 files changed, 12 insertions(+), 11 deletions(-)

commit 53ef57c2e31871c9f900d15e2f7f485bd37de8d4
Author: Gil Forcada Codinachs <gforcada@src.gnome.org>
Date:   Sat Sep 1 17:55:50 2007 +0000

    Updated catalan translation
    
    svn path=/trunk/; revision=1029

 po/ChangeLog |    4 +
 po/ca.po     |  455 +++++++++++++++++++++++++++++++++++++++++++++++-----------
 2 files changed, 373 insertions(+), 86 deletions(-)

commit 32e316ec5ba0b66c4b69b59ef3720318c0b6e22c
Author: Felix I <ifelix@src.gnome.org>
Date:   Wed Aug 29 06:04:34 2007 +0000

    updated ta translation
    
    svn path=/trunk/; revision=1028

 po/ChangeLog |    4 +
 po/ta.po     |  426 ++++++++++++++++++++++++++++++++++++++++++++--------------
 2 files changed, 332 insertions(+), 98 deletions(-)

commit 94dd393ed992fa9d86090ce786a4d49473c9e069
Author: Adam Weinberger <adamw@gnome.org>
Date:   Sun Aug 26 21:22:45 2007 +0000

    Updated Canadian English translation.
    
    2007-08-26  Adam Weinberger  <adamw@gnome.org>
    
    	* en_CA.po: Updated Canadian English translation.
    
    
    
    svn path=/trunk/; revision=1027

 po/ChangeLog |    4 +
 po/en_CA.po  |  458 +++++++++++++++++++++++++++++++++++++++++++++++-----------
 2 files changed, 375 insertions(+), 87 deletions(-)

commit dddede9ece0b50167fabdbca0b4ff8f0006891d6
Author: Raphael Higino <raphaelh@src.gnome.org>
Date:   Sun Aug 26 13:40:22 2007 +0000

    Updated Brazilian Portuguese translation
    
    svn path=/trunk/; revision=1026

 po/ChangeLog |    5 +
 po/pt_BR.po  |  441 ++++++++++++++++++++++------------------------------------
 2 files changed, 169 insertions(+), 277 deletions(-)

commit a560800eb3c603a2e0593691f853eae5cbc6d4f7
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Tue Aug 21 15:26:55 2007 +0000

    - Allow DOC_INCLUDES/ENTITIES to be in subdirectories
    
    * tools/gnome-doc-utils.make:
    - Allow DOC_INCLUDES/ENTITIES to be in subdirectories
    
    svn path=/trunk/; revision=1025

 ChangeLog                  |    5 +++++
 tools/gnome-doc-utils.make |   11 +++++++++++
 2 files changed, 16 insertions(+), 0 deletions(-)

commit ab833108a550e5a9dbf1fc4f73085fcebd22fdfc
Author: Yannig MARCHEGAY <ymarcheg@src.gnome.org>
Date:   Tue Aug 21 11:01:24 2007 +0000

    Updated Occitan translation
    
    svn path=/trunk/; revision=1024

 po/oc.po |  447 ++++++++++++++++++++++++++++++++++++++++++++++++++------------
 1 files changed, 365 insertions(+), 82 deletions(-)

commit d1402e3c798c42515a69f7cb356f61dc7273005f
Author: Priit Laes <plaes@svn.gnome.org>
Date:   Tue Aug 21 07:49:11 2007 +0000

    Estonian translation updates by Ivar Smolin <okul@linux.ee>
    
    2007-08-21  Priit Laes  <plaes@svn.gnome.org>
    
    	* et.po: Estonian translation updates by Ivar Smolin <okul@linux.ee>
    
    svn path=/trunk/; revision=1023

 po/ChangeLog |    4 ++
 po/et.po     |  142 +++++++++++++++++++++++++++++++++++++++++----------------
 2 files changed, 106 insertions(+), 40 deletions(-)

commit 9a771af63f9d9a73ae5aa3a194a76bcab607138f
Author: Simos Xenitellis <simos@src.gnome.org>
Date:   Sun Aug 19 19:45:38 2007 +0000

    Updated Greek translation
    
    svn path=/trunk/; revision=1022

 po/ChangeLog |    4 ++++
 po/el.po     |   30 +++++++++++++++---------------
 2 files changed, 19 insertions(+), 15 deletions(-)

commit 9622fb57c024106d8663a1bce9a4b3e0d95c7da5
Author: Yannig MARCHEGAY <ymarcheg@src.gnome.org>
Date:   Sun Aug 19 18:44:01 2007 +0000

    Updated Occitan translation
    
    svn path=/trunk/; revision=1021

 po/oc.po |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 681b8d3636358c3f71898aeda59916fcb6d4046b
Author: Takehsi AIHANA <takehsi.aihana@gmail.com>
Date:   Sun Aug 19 14:24:32 2007 +0000

    Updated Japanese translation.
    
    2007-08-19  Takehsi AIHANA <takehsi.aihana@gmail.com>
    
            * ja.po: Updated Japanese translation.
    
    svn path=/trunk/; revision=1020

 po/ChangeLog |    4 ++
 po/ja.po     |  144 ++++++++++++++++++++++++++++++++++++++++++----------------
 2 files changed, 108 insertions(+), 40 deletions(-)

commit b58461c9ac26be08dc1254424c7d8dd1f64f3b1c
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Sat Aug 18 16:05:13 2007 +0000

    - Version 0.11.2
    
    * configure.in:
    * NEWS:
    - Version 0.11.2
    
    svn path=/trunk/; revision=1018

 ChangeLog    |    6 ++++++
 NEWS         |   22 ++++++++++++++++++++++
 configure.in |    2 +-
 3 files changed, 29 insertions(+), 1 deletions(-)

commit e84456071055d1c5d022a214e658b9aff332a999
Author: Yannig MARCHEGAY <ymarcheg@src.gnome.org>
Date:   Fri Aug 17 15:51:11 2007 +0000

    Updated Occitan translation
    
    svn path=/trunk/; revision=1017

 po/oc.po |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 18ff9d28b3e22793f2bd0f3f4528b6ef4b99d10a
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Thu Aug 16 20:44:59 2007 +0000

    - Added missing db2html-index.xsl
    
    * xslt/docbook/html/Makefile.am:
    - Added missing db2html-index.xsl
    
    svn path=/trunk/; revision=1016

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

commit 50a55f8e20b7754d09cba8a2d75b44887569502f
Author: Hendrik Richter <hendrikr@gnome.org>
Date:   Wed Aug 15 10:18:06 2007 +0000

    Updated German translation.
    
    2007-08-15  Hendrik Richter  <hendrikr@gnome.org>
    
    	* de.po: Updated German translation.
    
    svn path=/trunk/; revision=1015

 po/ChangeLog |    4 +
 po/de.po     |  269 +++++++++++++++++++++++++++++++++++++++++++++-------------
 2 files changed, 212 insertions(+), 61 deletions(-)

commit 7ab9933b620be448236a9047619ac8955eca900f
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Tue Aug 14 14:06:44 2007 +0000

    Updated Norwegian bokmål translation.
    
    2007-08-14  Kjartan Maraas  <kmaraas@gnome.org>
    
    	* nb.po: Updated Norwegian bokmål translation.
    
    svn path=/trunk/; revision=1014

 po/ChangeLog |    4 ++
 po/nb.po     |  142 +++++++++++++++++++++++++++++++++++++++++----------------
 2 files changed, 106 insertions(+), 40 deletions(-)

commit 9dbe60b595495f7bc3c27d4847ea54c4c076b54f
Author: Ilkka Tuohela <ituohela@src.gnome.org>
Date:   Mon Aug 13 16:20:06 2007 +0000

    Updated Finnish translation
    
    svn path=/trunk/; revision=1013

 po/ChangeLog |    4 +
 po/fi.po     |  266 +++++++++++++++++++++++++++++++++++++++++++++-------------
 2 files changed, 211 insertions(+), 59 deletions(-)

commit 58f6eda94b122b3e5c215cae604b6d3ff455af08
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Fri Aug 10 17:15:05 2007 +0000

    - Fixed the :Requires: field
    
    * xslt/docbook/html/db2html-refentry.xsl:
    - Fixed the :Requires: field
    
    svn path=/trunk/; revision=1012

 ChangeLog                              |    5 +++++
 xslt/docbook/html/db2html-refentry.xsl |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

commit 821f774e9dab9dd3bc81aaf8eca28c4281f12550
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Fri Aug 10 16:25:45 2007 +0000

    - Added missing ending brace to docs
    
    * xslt/docbook/html/db2html-block.xsl:
    - Added missing ending brace to docs
    
    * xslt/docbook/html/db2html-division.xsl:
    - Added callback parameter to db2html.division.div
    
    * test/testbook/testbook.xml:
    * xslt/docbook/common/db-title.xsl:
    * xslt/docbook/common/db-xref.xsl:
    * xslt/docbook/html/db2html-css.xsl:
    * xslt/docbook/html/db2html-refentry.xsl:
    - More consistent refentry output
    
    svn path=/trunk/; revision=1011

 ChangeLog                              |   15 ++++
 test/testbook/testbook.xml             |    4 +-
 xslt/docbook/common/db-title.xsl       |   14 +++-
 xslt/docbook/common/db-xref.xsl        |    5 +
 xslt/docbook/html/db2html-block.xsl    |    2 +-
 xslt/docbook/html/db2html-css.xsl      |    3 +-
 xslt/docbook/html/db2html-division.xsl |   53 ++++++++++----
 xslt/docbook/html/db2html-refentry.xsl |  127 +++++++++++++-------------------
 8 files changed, 123 insertions(+), 100 deletions(-)

commit 4ea90adf6ef272bb26ce444e5a2fdea400ad7c19
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Fri Aug 10 14:23:05 2007 +0000

    - Fixed format/@mime output
    
    * xslt/docbook/omf/db2omf.xsl:
    - Fixed format/@mime output
    
    svn path=/trunk/; revision=1010

 ChangeLog                   |    5 +++++
 xslt/docbook/omf/db2omf.xsl |   15 ++++-----------
 2 files changed, 9 insertions(+), 11 deletions(-)

commit 6b5fe53bbcd51ee24c68b87f752158f433b25b84
Author: Runa Bhattacharjee <runab@src.gnome.org>
Date:   Fri Aug 10 10:52:34 2007 +0000

    Added Entry for Bengali India Translation Updation
    
    svn path=/trunk/; revision=1009

 po/ChangeLog |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 593d5ee2aa10ff5dca1c4ac3c68691705091fa09
Author: Runa Bhattacharjee <runab@src.gnome.org>
Date:   Fri Aug 10 10:52:20 2007 +0000

    Updated Bengali India Translation
    
    svn path=/trunk/; revision=1008

 po/bn_IN.po |  511 +++++++++++++++++++++++++++++++++++++++++++++--------------
 1 files changed, 393 insertions(+), 118 deletions(-)

commit d0124079a5607905ef4a053f76aeb22e3f9bcc7e
Author: Ankitkumar Rameshchandra Patel <ankitp@src.gnome.org>
Date:   Fri Aug 10 08:46:27 2007 +0000

    Updated Translation
    
    svn path=/trunk/; revision=1007

 po/ChangeLog |    4 ++
 po/gu.po     |  143 +++++++++++++++++++++++++++++++++++++++++----------------
 2 files changed, 107 insertions(+), 40 deletions(-)

commit 53299761c331aa198e9a6306ab44080e03a0fa03
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Thu Aug 9 16:51:46 2007 +0000

    - Some changes to refentry sectioning
    
    * xslt/docbook/html/db2html-refentry.xsl:
    * xslt/docbook/common/db-label.xsl:
    - Some changes to refentry sectioning
    
    * doc/xslt/C/gnome-doc-xslt.xml:
    - Include db2html-index in the documentation
    
    svn path=/trunk/; revision=1006

 ChangeLog                              |    9 ++++
 doc/xslt/C/gnome-doc-xslt.xml          |    1 +
 xslt/docbook/common/db-label.xsl       |   11 +-----
 xslt/docbook/html/db2html-refentry.xsl |   64 +++++++------------------------
 4 files changed, 26 insertions(+), 59 deletions(-)

commit 20a249b7f3f926cc0e3084e9777bd7926f61b490
Author: Daniel Nylander <dnylande@src.gnome.org>
Date:   Wed Aug 8 23:11:52 2007 +0000

    sv.po: Swedish translation updated
    
    svn path=/trunk/; revision=1005

 po/ChangeLog |    4 ++
 po/sv.po     |  142 +++++++++++++++++++++++++++++++++++++++++----------------
 2 files changed, 106 insertions(+), 40 deletions(-)

commit 876354d2820926eebc45989a98f0dccf4f5f1946
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:   Wed Aug 8 12:52:47 2007 +0000

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

 po/ChangeLog |    4 ++
 po/es.po     |  142 +++++++++++++++++++++++++++++++++++++++++----------------
 2 files changed, 106 insertions(+), 40 deletions(-)

commit 51f4d1f4e218ebdc60aeecc377fdd3b9b744d0bc
Author: Theppitak Karoonboonyanan <tkaroonb@src.gnome.org>
Date:   Wed Aug 8 01:32:01 2007 +0000

    Updated Thai translation.
    
    	* th.po: Updated Thai translation.
    
    
    svn path=/trunk/; revision=1003

 po/ChangeLog |    4 ++
 po/th.po     |  142 +++++++++++++++++++++++++++++++++++++++++----------------
 2 files changed, 106 insertions(+), 40 deletions(-)

commit 9e59e96717571cd4cfdd36bd41152ebc8a479c55
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Tue Aug 7 19:28:35 2007 +0000

    - Fixed bad node comparisons - Fixed TOC entry for selected refentry
    
    * xslt/docbook/html/db2html-autotoc.xsl:
    - Fixed bad node comparisons
    - Fixed TOC entry for selected refentry elements
    
    svn path=/trunk/; revision=1002

 ChangeLog                             |    6 ++++++
 xslt/docbook/html/db2html-autotoc.xsl |   30 +++++++++++++++++++++---------
 2 files changed, 27 insertions(+), 9 deletions(-)

commit d9a27c1f84c8b83407ca19b78f2b2111d12e2058
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Tue Aug 7 19:05:30 2007 +0000

    - Adding some basic index support
    
    * test/testbook/testbook.xml:
    * xslt/docbook/html/db2html-css.xsl:
    * xslt/docbook/html/db2html-index.xsl:
    * xslt/docbook/html/db2html.xsl:
    * xslt/docbook/html/db2xhtml.xsl:
    * xslt/gettext/l10n.xml.in:
    - Adding some basic index support
    
    svn path=/trunk/; revision=1001

 ChangeLog                           |   10 ++
 test/testbook/testbook.xml          |   27 ++++
 xslt/docbook/html/db2html-css.xsl   |    6 +
 xslt/docbook/html/db2html-index.xsl |  229 +++++++++++++++++++++++++++++++++++
 xslt/docbook/html/db2html.xsl       |    1 +
 xslt/docbook/html/db2xhtml.xsl      |    1 +
 xslt/gettext/l10n.xml.in            |   72 +++++++++++
 7 files changed, 346 insertions(+), 0 deletions(-)

commit b74ee289d13cd345817600fcac4b3b2e2f5d0440
Author: Ankitkumar Rameshchandra Patel <ankitp@src.gnome.org>
Date:   Mon Aug 6 12:38:40 2007 +0000

    Updated Translation
    
    svn path=/trunk/; revision=1000

 po/ChangeLog |    4 +
 po/gu.po     |  205 +++++++++++++++++++++++++++++++++++++++++-----------------
 2 files changed, 149 insertions(+), 60 deletions(-)

commit 477cff21eea9593527bc0964870779ed4ac27c30
Author: Leonardo Ferreira Fontenelle <leonardof@svn.gnome.org>
Date:   Sun Aug 5 22:20:58 2007 +0000

    s/Conteúdo/Sumário. See bug #461308.
    
    2007-08-05  Leonardo Ferreira Fontenelle  <leonardof@svn.gnome.org>
    
    	* pt_BR.po: s/Conteúdo/Sumário. See bug #461308.
    
    svn path=/trunk/; revision=999

 po/ChangeLog |    4 +
 po/pt_BR.po  |  422 ++++++++++++++++++++++++++++++++++++++++++++--------------
 2 files changed, 326 insertions(+), 100 deletions(-)

commit 1bca704d0e1632f04148cd628182ab86008ef413
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
Date:   Sat Aug 4 09:02:23 2007 +0000

    Updated Basque translation.
    
    2007-08-04  Inaki Larranaga Murgoitio  <dooteo@zundan.com>
    
    	* eu.po: Updated Basque translation.
    
    
    svn path=/trunk/; revision=998

 po/ChangeLog |    4 +
 po/eu.po     |  631 ++++++++++++++++++++++++++++++++++++++++++----------------
 2 files changed, 463 insertions(+), 172 deletions(-)

commit 232414a8aba53cdc95235df2e83defb08762fcca
Author: Takeshi AIHANA <takeshi.aihana@gmail.com>
Date:   Wed Aug 1 14:00:47 2007 +0000

    Updated Japanese translation.
    
    2007-08-01  Takeshi AIHANA <takeshi.aihana@gmail.com>
    
            * ja.po: Updated Japanese translation.
    
    svn path=/trunk/; revision=997

 po/ChangeLog |    4 +
 po/ja.po     |  398 +++++++++++++++++++++++++++++++++++++++++++++-------------
 2 files changed, 314 insertions(+), 88 deletions(-)

commit c6336d6c59e17813b400982797e0e3b207a1f479
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Wed Aug 1 13:44:46 2007 +0000

    Updated Norwegian bokmål translation.
    
    2007-08-01  Kjartan Maraas  <kmaraas@gnome.org>
    
    	* nb.po: Updated Norwegian bokmål translation.
    
    svn path=/trunk/; revision=996

 po/ChangeLog |    4 +
 po/nb.po     |  322 ++++++++++++++++++++++++++++++++++++++++++---------------
 2 files changed, 241 insertions(+), 85 deletions(-)

commit 2fa87120998741ad19ba5754de311fc35a82410b
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Tue Jul 31 14:50:15 2007 +0000

    - Use set:has-same-node
    
    * xslt/docbook/common/db-chunk.xsl:
    * xslt/docbook/common/db-label.xsl:
    * xslt/docbook/common/db-xref.xsl:
    - Use set:has-same-node
    
    svn path=/trunk/; revision=995

 ChangeLog                        |    7 +++++++
 xslt/docbook/common/db-chunk.xsl |    3 ++-
 xslt/docbook/common/db-label.xsl |    4 +++-
 xslt/docbook/common/db-xref.xsl  |    3 ++-
 4 files changed, 14 insertions(+), 3 deletions(-)

commit 86e37e17d9762dcd7e1d1b0e2011841631ef871b
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Tue Jul 31 14:46:33 2007 +0000

    - Various bits of moving stuff around
    
    * html/Makefile:
    * spec/*:
    * xslt/mal2html-page.xsl:
    - Various bits of moving stuff around
    
    svn path=/trunk/; revision=994

 sandbox/mallard/ChangeLog                  |    7 +++
 sandbox/mallard/html/Makefile              |    4 ++
 sandbox/mallard/spec/10minutes.xml         |    2 +-
 sandbox/mallard/spec/mal_app.xml           |   51 --------------------
 sandbox/mallard/spec/mal_block.xml         |   23 ++++-----
 sandbox/mallard/spec/mal_block_code.xml    |   56 +++++++++++++++++++++
 sandbox/mallard/spec/mal_block_comment.xml |   50 +++++++++++++++++++
 sandbox/mallard/spec/mal_block_figure.xml  |   24 +++++++++
 sandbox/mallard/spec/mal_block_note.xml    |   10 ++++
 sandbox/mallard/spec/mal_block_p.xml       |   63 ++++++++++++++++++++++++
 sandbox/mallard/spec/mal_block_screen.xml  |   22 ++++++++
 sandbox/mallard/spec/mal_cmd.xml           |   72 ----------------------------
 sandbox/mallard/spec/mal_code.xml          |   64 ------------------------
 sandbox/mallard/spec/mal_comment.xml       |   50 -------------------
 sandbox/mallard/spec/mal_date.xml          |   20 --------
 sandbox/mallard/spec/mal_em.xml            |   23 ---------
 sandbox/mallard/spec/mal_figure.xml        |   24 ---------
 sandbox/mallard/spec/mal_file.xml          |   23 ---------
 sandbox/mallard/spec/mal_gui.xml           |   30 ------------
 sandbox/mallard/spec/mal_inline_app.xml    |   51 ++++++++++++++++++++
 sandbox/mallard/spec/mal_inline_cmd.xml    |   72 ++++++++++++++++++++++++++++
 sandbox/mallard/spec/mal_inline_code.xml   |   64 ++++++++++++++++++++++++
 sandbox/mallard/spec/mal_inline_em.xml     |   23 +++++++++
 sandbox/mallard/spec/mal_inline_file.xml   |   23 +++++++++
 sandbox/mallard/spec/mal_inline_gui.xml    |   30 ++++++++++++
 sandbox/mallard/spec/mal_inline_input.xml  |   11 ++++
 sandbox/mallard/spec/mal_inline_key.xml    |   11 ++++
 sandbox/mallard/spec/mal_inline_sys.xml    |   11 ++++
 sandbox/mallard/spec/mal_inline_var.xml    |   11 ++++
 sandbox/mallard/spec/mal_input.xml         |   11 ----
 sandbox/mallard/spec/mal_key.xml           |   11 ----
 sandbox/mallard/spec/mal_note.xml          |   10 ----
 sandbox/mallard/spec/mal_p.xml             |   63 ------------------------
 sandbox/mallard/spec/mal_screen.xml        |   22 --------
 sandbox/mallard/spec/mal_section.xml       |    1 -
 sandbox/mallard/spec/mal_sys.xml           |   11 ----
 sandbox/mallard/spec/mal_var.xml           |   11 ----
 sandbox/mallard/spec/mallard.xml           |    8 ++--
 sandbox/mallard/spec/spec.xml              |    2 +
 sandbox/mallard/xslt/mal2html-page.xsl     |    4 +-
 40 files changed, 563 insertions(+), 516 deletions(-)

commit 806cd77539a1bbfba2a33adc789fb3d09a05c7e6
Author: Daniel Nylander <dnylande@src.gnome.org>
Date:   Tue Jul 31 10:01:18 2007 +0000

    sv.po: Swedish translation updated
    
    svn path=/trunk/; revision=993

 po/ChangeLog |    4 +
 po/sv.po     |  475 ++++++++++++++++++++++++---------------------------------
 2 files changed, 204 insertions(+), 275 deletions(-)

commit b785b5d77ea1719291e476a2e0a721cfd7e4df77
Author: Priit Laes <plaes@svn.gnome.org>
Date:   Mon Jul 30 20:28:17 2007 +0000

    Estonian translation update by Ivar Smolin.
    
    2007-07-30  Priit Laes  <plaes@svn.gnome.org>
    
    	* et.po: Estonian translation update by Ivar Smolin.
    
    svn path=/trunk/; revision=992

 po/ChangeLog |    4 +
 po/et.po     |  204 +++++++++++++++++++++++++++++++++++++++++-----------------
 2 files changed, 148 insertions(+), 60 deletions(-)

commit 60fe90f4665333e8fbbad7b97d8a346787c8f8fd
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Mon Jul 30 20:15:58 2007 +0000

    - Version 0.11.1
    
    * NEWS:
    - Version 0.11.1
    
    svn path=/trunk/; revision=990

 ChangeLog |    5 +++++
 NEWS      |   48 ++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 53 insertions(+), 0 deletions(-)

commit db7a29fae0877657e71b406d52b38e6898f4c6a0
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Mon Jul 30 19:31:38 2007 +0000

    - Use = to test equality, bug #456700 from Joe Marcus Clarke
    
    * tools/gnome-doc-utils.make:
    - Use = to test equality, bug #456700 from Joe Marcus Clarke
    
    * tools/gnome-doc-utils.pc.in:
    - Add icondir, fix gettext, and remove rngdoc and xsldoc
    
    svn path=/trunk/; revision=989

 ChangeLog                   |    8 ++++++++
 tools/gnome-doc-utils.make  |    2 +-
 tools/gnome-doc-utils.pc.in |    5 ++---
 3 files changed, 11 insertions(+), 4 deletions(-)

commit 38c95b2ae46695f973f05721cff236e56b3b4e22
Author: Funda Wang <fwang@src.gnome.org>
Date:   Thu Jul 26 12:21:55 2007 +0000

    Updated gnome-doc-utils zh_CN translation
    
    svn path=/trunk/; revision=988

 po/ChangeLog |    4 +
 po/zh_CN.po  |  385 +++++++++++++++++++++++++++++++++++++++++++++-------------
 2 files changed, 307 insertions(+), 82 deletions(-)

commit b2cc3b94102f4fa8aebd8fd2c2811b53c54f2e67
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:   Wed Jul 25 10:26:38 2007 +0000

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

 po/ChangeLog |    4 +
 po/es.po     |  204 +++++++++++++++++++++++++++++++++++++++++-----------------
 2 files changed, 148 insertions(+), 60 deletions(-)

commit 8e0158e90f24e25b79dfd34bdf228c4c63000973
Author: Theppitak Karoonboonyanan <tkaroonb@src.gnome.org>
Date:   Wed Jul 25 08:07:43 2007 +0000

    Updated Thai translation.
    
    	* th.po: Updated Thai translation.
    
    
    svn path=/trunk/; revision=986

 po/ChangeLog |    4 +
 po/th.po     |  204 +++++++++++++++++++++++++++++++++++++++++-----------------
 2 files changed, 148 insertions(+), 60 deletions(-)

commit 682c1518c1253bc78ecfadba2b92054c96287f3a
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Tue Jul 24 18:49:19 2007 +0000

    - Added cmdsynopsis and glossary tests
    
    * test/testbook/testbook.xml:
    - Added cmdsynopsis and glossary tests
    
    * xslt/docbook/html/db2html-division.xsl:
    - Fixed node comparisons by using set:has-same-node
    - Put entry-type division children are in a "block" div for CSS
    
    * xslt/docbook/html/db2html-qanda.xsl:
    * xslt/docbook/html/db2html-table.xsl:
    - Added FIXME notes
    
    * xslt/docbook/html/db2html-css.xsl:
    - Much CSS simplification
    
    * xslt/docbook/html/db2html-block.xsl:
    * xslt/docbook/html/db2html-refentry.xsl:
    - Fixed node comparisons by using set:has-same-node
    
    * xslt/gettext/l10n.xml.in:
    * xslt/docbook/common/db-label.xsl:
    * xslt/docbook/common/db-xref.xsl:
    * xslt/docbook/html/db2html-cmdsynopsis.xsl:
    * xslt/docbook/html/db2html-ebnf.xsl:
    * xslt/docbook/html/db2html-suppressed.xsl:
    * xslt/docbook/html/db2html-funcsynopsis.xsl:
    - Changed sbr handling, suppress by default
    - Implemented synopfragments correctly
    - Put in automatic alignment padding for sbr elements
    - Consolidated CSS for *synopsis elements
    
    * xslt/docbook/html/db2html-bibliography.xsl:
    - Fixed node comparisons by using set:has-same-node
    - Implemented bibliolist
    
    * xslt/docbook/html/db2html-list.xsl:
    * xslt/docbook/html/db2html-classsynopsis.xsl:
    - Consolidated properties for CSS styling
    
    * xslt/docbook/html/db2html-autotoc.xsl:
    - Documentation edit
    
    svn path=/trunk/; revision=985

 ChangeLog                                   |   43 ++++
 test/testbook/testbook.xml                  |  151 ++++++++++++-
 xslt/docbook/common/db-label.xsl            |   28 ++-
 xslt/docbook/common/db-xref.xsl             |   10 +
 xslt/docbook/html/db2html-autotoc.xsl       |    3 +-
 xslt/docbook/html/db2html-bibliography.xsl  |   54 +++--
 xslt/docbook/html/db2html-block.xsl         |  108 +++++-----
 xslt/docbook/html/db2html-classsynopsis.xsl |    2 +-
 xslt/docbook/html/db2html-cmdsynopsis.xsl   |  308 +++++++++++++++++++++++----
 xslt/docbook/html/db2html-css.xsl           |  204 +++++++++---------
 xslt/docbook/html/db2html-division.xsl      |   17 +-
 xslt/docbook/html/db2html-ebnf.xsl          |    1 +
 xslt/docbook/html/db2html-funcsynopsis.xsl  |    2 +-
 xslt/docbook/html/db2html-list.xsl          |  269 ++++++++++++------------
 xslt/docbook/html/db2html-qanda.xsl         |    1 +
 xslt/docbook/html/db2html-refentry.xsl      |    5 +-
 xslt/docbook/html/db2html-suppressed.xsl    |    2 +
 xslt/docbook/html/db2html-table.xsl         |    1 +
 xslt/gettext/l10n.xml.in                    |   97 +++++++++
 19 files changed, 936 insertions(+), 370 deletions(-)

commit 2a223a2a69d224ccc87ce1312a20d1be6213b5ba
Author: Priit Laes <plaes@svn.gnome.org>
Date:   Tue Jul 24 12:13:17 2007 +0000

    Estonian translation update by Ivar Smolin.
    
    2007-07-24  Priit Laes  <plaes@svn.gnome.org>
    
    	* et.po: Estonian translation update by Ivar Smolin.
    
    svn path=/trunk/; revision=983

 po/ChangeLog |    4 ++++
 po/et.po     |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

commit 45052c17f1b7943127deb23d782d2fa792a7102d
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:   Mon Jul 23 10:45:51 2007 +0000

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

 po/ChangeLog |    4 +
 po/es.po     |  185 ++++++++++++++++++++++++++++++---------------------------
 2 files changed, 101 insertions(+), 88 deletions(-)

commit 5da55e60c75c154fb9e5dca7db8a09146f605bf1
Author: Hendrik Richter <hendrikr@gnome.org>
Date:   Fri Jul 20 18:05:00 2007 +0000

    Updated German translation.
    
    2007-07-20  Hendrik Richter  <hendrikr@gnome.org>
    
    	* de.po: Updated German translation.
    
    svn path=/trunk/; revision=981

 po/ChangeLog |    4 +
 po/de.po     |  307 ++++++++++++++++++++++++++++++++++++++++++----------------
 2 files changed, 226 insertions(+), 85 deletions(-)

commit 38694c94c4b9ee2cecba0a435097e8224a9d375d
Author: Wouter Bolsterlee <wbolster@svn.gnome.org>
Date:   Tue Jul 17 16:11:53 2007 +0000

    Dutch translation updated by Wouter Bolsterlee.
    
    2007-07-17  Wouter Bolsterlee  <wbolster@svn.gnome.org>
    
    	* nl.po: Dutch translation updated by Wouter Bolsterlee.
    
    svn path=/trunk/; revision=980

 po/ChangeLog |    4 +
 po/nl.po     |  309 +++++++++++++++++++++++++++++++++++++++++----------------
 2 files changed, 226 insertions(+), 87 deletions(-)

commit 6d5518a7874177a3025fa10b8db25c51811d72b6
Author: Daniel Nylander <dnylande@src.gnome.org>
Date:   Tue Jul 17 15:51:46 2007 +0000

    sv.po: Updated Swedish translation
    
    svn path=/trunk/; revision=979

 po/ChangeLog |    4 +
 po/sv.po     |  507 ++++++++++++++++++++++++++++++++++++++++++----------------
 2 files changed, 371 insertions(+), 140 deletions(-)

commit 9e92ecf81640741d792864b786291b272428a2ec
Author: Ilkka Tuohela <ituohela@src.gnome.org>
Date:   Mon Jul 16 16:08:29 2007 +0000

    Updated Finnish translation
    
    svn path=/trunk/; revision=978

 po/ChangeLog |    4 +
 po/fi.po     |  302 ++++++++++++++++++++++++++++++++++++++++++----------------
 2 files changed, 222 insertions(+), 84 deletions(-)

commit cf67d731f83d7813ace3ccce77e1f86878982d9b
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Sun Jul 15 23:10:52 2007 +0000

    Translation updated.
    
    2007-07-16 Gabor Kelemen  <kelemeng@gnome.hu>
    
    	* hu.po: Translation updated.
    
    
    svn path=/trunk/; revision=977

 po/ChangeLog |    4 +
 po/hu.po     |  311 ++++++++++++++++++++++++++++++++++++++++++----------------
 2 files changed, 229 insertions(+), 86 deletions(-)

commit c0f6b46775be1053ce4a0dedcbba2f33e83f52d4
Author: Priit Laes <plaes@svn.gnome.org>
Date:   Fri Jul 13 10:31:10 2007 +0000

    Estonian translation update by Ivar Smolin.
    
    2007-07-13  Priit Laes  <plaes@svn.gnome.org>
    
    	* et.po: Estonian translation update by Ivar Smolin.
    
    svn path=/trunk/; revision=976

 po/ChangeLog |    4 +
 po/et.po     |  246 +++++++++++++++++++++++++++++++++++++---------------------
 2 files changed, 161 insertions(+), 89 deletions(-)

commit 747abea19ce0d817a4876a41ab44b1c00bdde2ad
Author: Ankitkumar Rameshchandra Patel <ankitp@src.gnome.org>
Date:   Tue Jul 10 13:21:41 2007 +0000

    Updated Translation
    
    svn path=/trunk/; revision=975

 po/ChangeLog |    4 +
 po/gu.po     |  311 ++++++++++++++++++++++++++++++++++++++++++----------------
 2 files changed, 229 insertions(+), 86 deletions(-)

commit a2fce24a21b73bcfa490d4052d8c514da469d28e
Author: Theppitak Karoonboonyanan <tkaroonb@src.gnome.org>
Date:   Mon Jul 9 14:56:51 2007 +0000

    Updated Thai translation.
    
    	* th.po: Updated Thai translation.
    
    
    svn path=/trunk/; revision=974

 po/ChangeLog |    4 +
 po/th.po     |  244 +++++++++++++++++++++++++++++++++++++---------------------
 2 files changed, 160 insertions(+), 88 deletions(-)

commit a91158cde0e35b678229522f74b3e0ed955e6053
Author: Felix I <ifelix@src.gnome.org>
Date:   Mon Jul 9 11:19:30 2007 +0000

    updated ta translation
    
    svn path=/trunk/; revision=973

 po/ChangeLog |    4 +
 po/ta.po     |  451 +++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 258 insertions(+), 197 deletions(-)

commit 54345c1ecbc4be94d8a618d5a01a8cb4ec6d2988
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Sun Jul 8 22:51:35 2007 +0000

    - Bumped version to 0.11.1
    
    * configure.in:
    - Bumped version to 0.11.1
    
    * tools/gnome-doc-utils.pc.in:
    - Added db2xhtml to pkgconfig file
    
    svn path=/trunk/; revision=972

 ChangeLog                   |    8 ++++++++
 configure.in                |    2 +-
 tools/gnome-doc-utils.pc.in |    1 +
 3 files changed, 10 insertions(+), 1 deletions(-)

commit d1a7c4ffff83f4738ae47c58425a8a91ad4b9b5e
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Thu Jul 5 15:00:06 2007 +0000

    - Some work on reference and refentry
    
    * test/testbook/testbook.xml:
    * xslt/docbook/html/db2html-division.xsl:
    * xslt/docbook/html/db2html-refentry.xsl:
    - Some work on reference and refentry
    
    * xslt/docbook/html/db2html-bibliography.xsl:
    - Made l10n.format.mode a doc-noop, documented elsewhere
    
    * xslt/docbook/html/db2html-autotoc.xsl:
    - Added some documentation
    - Remove $db.chunk.chunks_ reference
    
    * xslt/docbook/common/db-common.xsl:
    - Put gettext in :Requires: for db.personname.list
    
    * xslt/docbook/common/db-label.xsl:
    - Made reference label formatter output nothing
    
    * xslt/gettext/l10n.xml.in:
    - Added " — " for refpurpose separator
    
    svn path=/trunk/; revision=971

 ChangeLog                                  |   23 ++++++++++++
 test/testbook/testbook.xml                 |   37 ++++++++++++++++++++
 xslt/docbook/common/db-common.xsl          |    1 +
 xslt/docbook/common/db-label.xsl           |    5 ++-
 xslt/docbook/html/db2html-autotoc.xsl      |   52 +++++++++++++++++++++++-----
 xslt/docbook/html/db2html-bibliography.xsl |    7 +---
 xslt/docbook/html/db2html-division.xsl     |   27 ++++++++++++++
 xslt/docbook/html/db2html-refentry.xsl     |    4 ++-
 xslt/gettext/l10n.xml.in                   |    9 +++++
 9 files changed, 148 insertions(+), 17 deletions(-)

commit 265901bd4c3e6510dd7e83771ea2a4e6be585160
Author: Don Scorgie <dscorgie@src.gnome.org>
Date:   Wed Jul 4 22:08:55 2007 +0000

    Fix compilation error (1)
    
    * xslt/docbook/html/db2html-bibliography.xsl:
    Fix compilation error (1)
    
    svn path=/trunk/; revision=970

 ChangeLog                                  |    5 +++++
 xslt/docbook/html/db2html-bibliography.xsl |    7 ++++++-
 2 files changed, 11 insertions(+), 1 deletions(-)

commit cde5783edc09ffcce9e42d70a6fd1d2a4deaf46a
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:   Wed Jul 4 15:00:32 2007 +0000

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

 po/ChangeLog |    4 +
 po/es.po     |  229 ++++++++++++++++++++++++++++++++++++----------------------
 2 files changed, 148 insertions(+), 85 deletions(-)

commit 689d61b7bd82ab0a674e2088155557381d744e24
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Mon Jul 2 15:01:56 2007 +0000

    - Added rules to build with Norm's stylesheets, for comparison
    
    * test/testbook/Makefile:
    - Added rules to build with Norm's stylesheets, for comparison
    
    * xslt/docbook/html/db2html-info.xsl:
    * xslt/docbook/html/db2html-suppressed.xsl:
    - Use new common copyright template, moved holder and year to inline
    
    * test/testbook/testbook.xml:
    * xslt/docbook/html/db2html-bibliography.xsl:
    - Lots and lots of work on bibliograpies
    
    * xslt/docbook/html/db2html-classsynopsis.xsl:
    - A few quick fixes for Python class synopses
    
    * xslt/docbook/html/elements:
    - Added bibliolist
    
    * xslt/docbook/html/db2html-inline.xsl:
    - Added automatic bibliography linking for citations
    
    * xslt/docbook/common/db-common.xsl:
    - New common copyright template
    - New personname list template
    
    * xslt/gettext/gettext.xsl:
    - Some fixes for blank roles/forms
    
    * xslt/gettext/l10n.xml.in:
    - Added ", and ", " and ", and bibliolabel.format
    
    svn path=/trunk/; revision=968

 ChangeLog                                   |   32 ++
 test/testbook/Makefile                      |   14 +-
 test/testbook/testbook.xml                  |   74 +++-
 xslt/docbook/common/db-common.xsl           |   79 ++++-
 xslt/docbook/html/db2html-bibliography.xsl  |  633 +++++++++++++++++++++++----
 xslt/docbook/html/db2html-classsynopsis.xsl |   16 +-
 xslt/docbook/html/db2html-info.xsl          |   31 +--
 xslt/docbook/html/db2html-inline.xsl        |   95 ++++-
 xslt/docbook/html/db2html-suppressed.xsl    |    2 -
 xslt/docbook/html/elements                  |    1 +
 xslt/gettext/gettext.xsl                    |   52 ++-
 xslt/gettext/l10n.xml.in                    |   65 +++
 12 files changed, 945 insertions(+), 149 deletions(-)

commit 5c8c8abcd072103177feb5c9497e12fb9ebdf262
Author: Clytie Siddall <clyties@src.gnome.org>
Date:   Tue Jun 26 12:33:34 2007 +0000

    Updated Vietnamese translation.
    
    svn path=/trunk/; revision=967

 po/ChangeLog |    4 +
 po/vi.po     | 2471 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 1264 insertions(+), 1211 deletions(-)

commit 1ae558c298549aa70e9297025aa62b773c93512b
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Sat Jun 23 09:35:10 2007 +0000

    Updated Norwegian bokmål translation.
    
    2007-06-23  Kjartan Maraas  <kmaraas@gnome.org>
    
    	* nb.po: Updated Norwegian bokmål translation.
    
    svn path=/trunk/; revision=966

 po/ChangeLog |    4 +
 po/nb.po     |  204 ++++++++++++++++++++++++++++++++++++++--------------------
 2 files changed, 138 insertions(+), 70 deletions(-)

commit 08698a340934462493e63b1c56135b49ad704fa2
Author: Pema Geyleg <pgeyleg@src.gnome.org>
Date:   Wed Jun 13 06:38:53 2007 +0000

    updated dzongkha translation
    
    svn path=/trunk/; revision=965

 po/ChangeLog |    4 +
 po/dz.po     |  211 ++++++++++++++++++++++++++++++++++++++--------------------
 2 files changed, 143 insertions(+), 72 deletions(-)

commit ff632b578c7f1e7587e005ef860b68ff4750b155
Author: Priit Laes <plaes@svn.gnome.org>
Date:   Sun Jun 3 19:05:51 2007 +0000

    Updated Estonian translation by Ivar Smolin <okul@linux.ee>.
    
    2007-06-03  Priit Laes  <plaes@svn.gnome.org>
    
    	* et.po: Updated Estonian translation by Ivar Smolin <okul@linux.ee>.
    
    svn path=/trunk/; revision=964

 po/ChangeLog |    4 +
 po/et.po     |  222 +++++++++++++++++++++++++++++++++++++++-------------------
 2 files changed, 153 insertions(+), 73 deletions(-)

commit 13a80a6cc0a25a92ce2a16a4786e6951651c3d68
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:   Mon May 28 19:56:57 2007 +0000

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

 po/ChangeLog |    4 +
 po/es.po     |  175 ++++++++++++++++++++++++++++++++++-----------------------
 2 files changed, 108 insertions(+), 71 deletions(-)

commit bb24888710a0f3b3239a9acbf2db080cea5997b0
Author: Daniel Nylander <dnylande@src.gnome.org>
Date:   Sun May 27 10:28:14 2007 +0000

    sv.po: Updated Swedish translation
    
    svn path=/trunk/; revision=961

 po/ChangeLog |    4 +
 po/sv.po     |  175 ++++++++++++++++++++++++++++++++++-----------------------
 2 files changed, 108 insertions(+), 71 deletions(-)

commit e15dee19b596aff437f6286940e36ef47e6a107f
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Wed May 23 22:38:00 2007 +0000

    - Added some Pythonic goodies to classsynopsis
    
    * test/testbook/testbook.xml:
    * xslt/docbook/html/db2html-classsynopsis.xsl:
    - Added some Pythonic goodies to classsynopsis
    
    * xslt/docbook/html/db2html-inline.xsl:
    - Fixed xsldoc error on l10n.format.mode
    
    svn path=/trunk/; revision=960

 ChangeLog                                   |    9 +++
 test/testbook/testbook.xml                  |   44 +++++++++++++
 xslt/docbook/html/db2html-classsynopsis.xsl |   91 ++++++++++++++++++++++-----
 xslt/docbook/html/db2html-inline.xsl        |    1 +
 4 files changed, 129 insertions(+), 16 deletions(-)

commit d0b75e2c39d1184a37e8a9a014ebf2cb7bdc0735
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Wed May 23 14:31:13 2007 +0000

    - Made bibliodiv chunkable
    
    * test/testbook/testbook.xml:
    * xslt/docbook/common/db-chunk.xsl:
    * xslt/docbook/html/db2html-bibliography.xsl:
    - Made bibliodiv chunkable
    
    * data/icons/hicolor/scalable/admon-caution-shadow.svg:
    * data/icons/hicolor/scalable/admon-caution.svg:
    * data/icons/hicolor/scalable/admon-warning-shadow.svg:
    * data/icons/hicolor/scalable/admon-warning.svg:
    - Adding SVG some files I'd forgotten
    
    svn path=/trunk/; revision=959

 ChangeLog                                          |   13 ++
 .../hicolor/scalable/admon-caution-shadow.svg      |  197 ++++++++++++++++++++
 data/icons/hicolor/scalable/admon-caution.svg      |  187 +++++++++++++++++++
 .../hicolor/scalable/admon-warning-shadow.svg      |  197 ++++++++++++++++++++
 data/icons/hicolor/scalable/admon-warning.svg      |  187 +++++++++++++++++++
 test/testbook/testbook.xml                         |    6 +
 xslt/docbook/common/db-chunk.xsl                   |   42 +----
 xslt/docbook/html/db2html-bibliography.xsl         |    1 -
 8 files changed, 790 insertions(+), 40 deletions(-)

commit e537febd23051983942a29c82baf58fc122a1799
Author: Theppitak Karoonboonyanan <tkaroonb@src.gnome.org>
Date:   Wed May 23 02:13:55 2007 +0000

    Updated Thai translation.
    
    	* th.po: Updated Thai translation.
    
    
    svn path=/trunk/; revision=958

 po/ChangeLog |    4 +
 po/th.po     |  175 ++++++++++++++++++++++++++++++++++-----------------------
 2 files changed, 108 insertions(+), 71 deletions(-)

commit 8064966d701e3667d6dc006a86ce0d6912243809
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Mon May 21 19:59:41 2007 +0000

    - Fixed double output (chunked and non-chunked) of glossdiv
    
    * xslt/docbook/html/db2html-division.xsl:
    - Fixed double output (chunked and non-chunked) of glossdiv
    
    svn path=/trunk/; revision=957

 ChangeLog                              |    5 +++++
 xslt/docbook/html/db2html-division.xsl |    2 --
 2 files changed, 5 insertions(+), 2 deletions(-)

commit 80ffee65bf2a585b93991bd843a42879b12cf7b0
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Mon May 21 19:26:40 2007 +0000

    - Added lots of inline tests - Added the beginning of a glossary
    
    * test/testbook/testbook.xml:
    - Added lots of inline tests
    - Added the beginning of a glossary
    
    * xslt/docbook/common/db-title.xsl:
    * xslt/docbook/html/db2html-division.xsl:
    - Made the empty $info selectors node sets
    - Fixed some automatic titles
    
    * xslt/docbook/html/db2html-info.xsl:
    - Use the new dl-compact class in credits
    
    * xslt/docbook/html/db2html-cmdsynopsis.xsl:
    - Made cmdsynopsis have a pre wrapped in a div for consistency
    
    * xslt/docbook/html/db2html-bibliography.xsl:
    - Bibliographies have bibliographyinfo, not glossaryinfo
    
    * xslt/docbook/html/db2html-classsynopsis.xsl:
    - Moved ooclass, ooexception, and oointerface to db2html-inline
    
    * xslt/docbook/html/db2html-css.xsl:
    * xslt/docbook/html/db2html-inline.xsl:
    - Revamped all inline elements
    - Added db2html.inline.content.mode
    
    * xslt/docbook/common/db-common.xsl:
    - Small db.personname modification
    
    * xslt/gettext/l10n.xml.in:
    - Added localizable citation formatting
    
    * data/icons/hicolor/48x48/admon-caution.png:
    * data/icons/hicolor/48x48/admon-warning.png:
    * data/icons/hicolor/scalable/Makefile.am:
    - More icons from cornelius[cz]
    
    svn path=/trunk/; revision=956

 ChangeLog                                   |   39 ++
 data/icons/hicolor/48x48/admon-caution.png  |  Bin 2369 -> 2959 bytes
 data/icons/hicolor/48x48/admon-warning.png  |  Bin 3249 -> 2959 bytes
 data/icons/hicolor/scalable/Makefile.am     |    4 +-
 test/testbook/testbook.xml                  |  445 +++++++++++++++++
 xslt/docbook/common/db-common.xsl           |    2 +-
 xslt/docbook/common/db-title.xsl            |   30 ++
 xslt/docbook/html/db2html-bibliography.xsl  |    2 +-
 xslt/docbook/html/db2html-classsynopsis.xsl |   36 --
 xslt/docbook/html/db2html-cmdsynopsis.xsl   |   20 +-
 xslt/docbook/html/db2html-css.xsl           |   79 +++-
 xslt/docbook/html/db2html-division.xsl      |   82 ++--
 xslt/docbook/html/db2html-info.xsl          |   19 +-
 xslt/docbook/html/db2html-inline.xsl        |  705 +++++++++++++++------------
 xslt/gettext/l10n.xml.in                    |   37 ++
 15 files changed, 1105 insertions(+), 395 deletions(-)

commit 52bfb8d190fdc4a0e3d2649c4fc353b215c4a537
Author: Theppitak Karoonboonyanan <tkaroonb@src.gnome.org>
Date:   Fri May 18 06:17:21 2007 +0000

    Updated Thai translation.
    
    	* th.po: Updated Thai translation.
    
    
    svn path=/trunk/; revision=955

 po/ChangeLog |    4 +++
 po/th.po     |   76 ++++++++++++++++++++++++++++++++++++++++++---------------
 2 files changed, 60 insertions(+), 20 deletions(-)

commit 56ab07525f7dda20b89e6258200cdf446162fe5a
Author: David Lodge <dlodge@src.gnome.org>
Date:   Wed May 16 05:48:32 2007 +0000

    Updated en_GB translation
    
    svn path=/trunk/; revision=954

 po/ChangeLog |    6 +++-
 po/en_GB.po  |   84 +++++++++++++++++++++++++++++++++++++++++++--------------
 2 files changed, 68 insertions(+), 22 deletions(-)

commit ed0d36a37bd1189b48892440955ec464a88adaa2
Author: Yannig MARCHEGAY <ymarcheg@src.gnome.org>
Date:   Tue May 15 17:03:25 2007 +0000

    + Occitan
    
    svn path=/trunk/; revision=953

 po/LINGUAS |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 34ada06d0fa81414bf5f7ba97453fc46ccd6c2ae
Author: Yannig MARCHEGAY <ymarcheg@src.gnome.org>
Date:   Tue May 15 17:03:03 2007 +0000

    Occitan first translation
    
    svn path=/trunk/; revision=952

 po/oc.po | 1856 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 1856 insertions(+), 0 deletions(-)

commit 18565952be0d4b190da494c93597b09d97a89795
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Tue May 15 16:31:12 2007 +0000

    - Fixed selector for not-bug note admonition
    
    * xslt/docbook/utils/graphics.xsl:
    - Fixed selector for not-bug note admonition
    
    * data/icons/hicolor/48x48/admon-note.png:
    * data/icons/hicolor/48x48/admon-tip.png:
    * data/icons/hicolor/scalable/Makefile.am:
    * data/icons/hicolor/scalable/admon-bug-shadow.svg:
    * data/icons/hicolor/scalable/admon-important-shadow.svg:
    * data/icons/hicolor/scalable/admon-note-shadow.svg:
    * data/icons/hicolor/scalable/admon-note.svg:
    * data/icons/hicolor/scalable/admon-tip-shadow.svg:
    * data/icons/hicolor/scalable/admon-tip.svg:
    - Adding more wonderful images from cornelius[cz]
    
    svn path=/trunk/; revision=951

 ChangeLog                                          |   16 +
 data/icons/hicolor/48x48/admon-note.png            |  Bin 1767 -> 1733 bytes
 data/icons/hicolor/48x48/admon-tip.png             |  Bin 2288 -> 2491 bytes
 data/icons/hicolor/scalable/Makefile.am            |    3 +-
 data/icons/hicolor/scalable/admon-bug-shadow.svg   |  297 +++++
 .../hicolor/scalable/admon-important-shadow.svg    | 1172 ++++++++++++++++++++
 data/icons/hicolor/scalable/admon-note-shadow.svg  |  927 ++++++++++++++++
 data/icons/hicolor/scalable/admon-note.svg         |   26 +-
 data/icons/hicolor/scalable/admon-tip-shadow.svg   |  188 ++++
 data/icons/hicolor/scalable/admon-tip.svg          |  178 +++
 xslt/docbook/utils/graphics.xsl                    |    2 +-
 11 files changed, 2783 insertions(+), 26 deletions(-)

commit 083fc46389095a805f54e9cb698de209d314b97c
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:   Mon May 14 07:30:48 2007 +0000

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

 po/ChangeLog |    4 ++++
 po/es.po     |   38 +++++++++++++++++++++++++++++++++++---
 2 files changed, 39 insertions(+), 3 deletions(-)

commit afbae62de51817d9378a27a6b1eb2973115c8ce9
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Fri May 11 22:27:12 2007 +0000

    - Adding watermark graphics I'd forgotten
    
    * data/watermarks/watermark-code-python.png:
    * data/watermarks/watermark-code-python.svg:
    * data/watermarks/watermark-code.png:
    - Adding watermark graphics I'd forgotten
    
    svn path=/trunk/; revision=949

 ChangeLog                                 |    7 ++
 data/watermarks/watermark-code-python.png |  Bin 0 -> 12188 bytes
 data/watermarks/watermark-code-python.svg |  100 +++++++++++++++++++++++++++++
 data/watermarks/watermark-code.png        |  Bin 0 -> 19526 bytes
 4 files changed, 107 insertions(+), 0 deletions(-)

commit 3e2963bec9e3770da0d6d61d6b1fa01e13a2ef0b
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Fri May 11 21:08:31 2007 +0000

    - Added utility XSLT file to list needed graphics
    
    * xslt/docbook/utils/Makefile.am:
    * xslt/docbook/utils/graphics.xsl:
    - Added utility XSLT file to list needed graphics
    
    * xslt/common/theme.xsl:
    - Removed the navigation icon stuff
    
    * tools/gnome-doc-tool.in:
    - Made admonition graphics option work with theme.xsl
    - Added ability to copy graphics files to output directory
    
    svn path=/trunk/; revision=948

 ChangeLog                       |   13 ++++++++
 tools/gnome-doc-tool.in         |   38 ++++++++++++++++--------
 xslt/common/theme.xsl           |   30 --------------------
 xslt/docbook/utils/Makefile.am  |    2 +-
 xslt/docbook/utils/graphics.xsl |   59 +++++++++++++++++++++++++++++++++++++++
 5 files changed, 98 insertions(+), 44 deletions(-)

commit ca8b3275c34913df0b274716eb7fb366f8e6fed2
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Fri May 11 17:44:12 2007 +0000

    - Adding, building, and installing some data files
    
    * Makefile.am:
    * configure.in:
    * data/Makefile.am:
    * data/icons/Makefile.am:
    * data/icons/hicolor/48x48/Makefile.am:
    * data/icons/hicolor/48x48/admon-bug.png:
    * data/icons/hicolor/48x48/admon-caution.png:
    * data/icons/hicolor/48x48/admon-important.png:
    * data/icons/hicolor/48x48/admon-note.png:
    * data/icons/hicolor/48x48/admon-tip.png:
    * data/icons/hicolor/48x48/admon-warning.png:
    * data/icons/hicolor/Makefile.am:
    * data/icons/hicolor/scalable/Makefile.am:
    * data/icons/hicolor/scalable/admon-bug.svg:
    * data/icons/hicolor/scalable/admon-important.svg:
    * data/icons/hicolor/scalable/admon-note.svg:
    * data/templates/Makefile.am:
    * data/watermarks/Makefile.am:
    * data/watermarks/watermark-blockquote-00AB.png:
    * data/watermarks/watermark-blockquote-00BB.png:
    * data/watermarks/watermark-blockquote-201C.png:
    * data/watermarks/watermark-blockquote-201D.png:
    * data/watermarks/watermark-blockquote-201E.png:
    * data/watermarks/watermark-blockquote.xcf:
    - Adding, building, and installing some data files
    
    * doc/xslt/Makefile.am:
    - Fixed some srcdir and g-d-u interaction problems
    
    svn path=/trunk/; revision=947

 ChangeLog                                       |   31 +
 Makefile.am                                     |    2 +-
 configure.in                                    |    7 +
 data/Makefile.am                                |    1 +
 data/icons/Makefile.am                          |    1 +
 data/icons/hicolor/48x48/Makefile.am            |   10 +
 data/icons/hicolor/48x48/admon-bug.png          |  Bin 0 -> 2952 bytes
 data/icons/hicolor/48x48/admon-caution.png      |  Bin 0 -> 2369 bytes
 data/icons/hicolor/48x48/admon-important.png    |  Bin 0 -> 2454 bytes
 data/icons/hicolor/48x48/admon-note.png         |  Bin 0 -> 1767 bytes
 data/icons/hicolor/48x48/admon-tip.png          |  Bin 0 -> 2288 bytes
 data/icons/hicolor/48x48/admon-warning.png      |  Bin 0 -> 3249 bytes
 data/icons/hicolor/Makefile.am                  |    1 +
 data/icons/hicolor/scalable/Makefile.am         |    7 +
 data/icons/hicolor/scalable/admon-bug.svg       |  285 ++++++
 data/icons/hicolor/scalable/admon-important.svg | 1157 +++++++++++++++++++++++
 data/icons/hicolor/scalable/admon-note.svg      |  980 +++++++++++++++++++
 data/templates/Makefile.am                      |    7 +
 data/watermarks/Makefile.am                     |   14 +
 data/watermarks/watermark-blockquote-00AB.png   |  Bin 0 -> 992 bytes
 data/watermarks/watermark-blockquote-00BB.png   |  Bin 0 -> 1027 bytes
 data/watermarks/watermark-blockquote-201C.png   |  Bin 0 -> 1102 bytes
 data/watermarks/watermark-blockquote-201D.png   |  Bin 0 -> 1093 bytes
 data/watermarks/watermark-blockquote-201E.png   |  Bin 0 -> 1106 bytes
 data/watermarks/watermark-blockquote.xcf        |  Bin 0 -> 13622 bytes
 doc/xslt/Makefile.am                            |   28 +-
 26 files changed, 2519 insertions(+), 12 deletions(-)

commit fe07541b944effe4b6f94f3d418408215ec4d3c8
Author: Daniel Nylander <dnylande@src.gnome.org>
Date:   Fri May 11 16:30:08 2007 +0000

    sv.po: Updated Swedish translation
    
    svn path=/trunk/; revision=946

 po/ChangeLog |    4 +++
 po/sv.po     |   78 +++++++++++++++++++++++++++++++++++++++++----------------
 2 files changed, 60 insertions(+), 22 deletions(-)

commit 82598872f63afbf742f75bb5236df6924ed09224
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Thu May 10 23:24:52 2007 +0000

    - Fixes for xsldoc checks
    
    * xslt/common/theme.xsl:
    * xslt/docbook/html/db2html-division.xsl:
    - Fixes for xsldoc checks
    
    svn path=/trunk/; revision=945

 ChangeLog                              |    6 ++++++
 xslt/common/theme.xsl                  |    1 +
 xslt/docbook/html/db2html-division.xsl |    2 +-
 3 files changed, 8 insertions(+), 1 deletions(-)

commit 237bda5208eb47fc5c712abee8fa9a94b27c683f
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Thu May 10 23:10:23 2007 +0000

    - Changes to test various icons
    
    * test/testbook/Makefile:
    - Changes to test various icons
    
    * xslt/common/theme.xsl:
    * xslt/docbook/html/db2html-classsynopsis.xsl:
    * xslt/docbook/html/db2html-css.xsl:
    * xslt/docbook/html/db2html-division.xsl:
    * xslt/gettext/l10n.xml.in:
    - Use triangle characters instead of images for the navbar
    - Starting to do some watermark work
    
    svn path=/trunk/; revision=944

 ChangeLog                                   |   13 +++++++++++
 test/testbook/Makefile                      |    9 ++-----
 xslt/common/theme.xsl                       |   29 ++++++++++++++++++++++++
 xslt/docbook/html/db2html-classsynopsis.xsl |    1 +
 xslt/docbook/html/db2html-css.xsl           |   16 +++++++++++++
 xslt/docbook/html/db2html-division.xsl      |   32 ---------------------------
 xslt/gettext/l10n.xml.in                    |   31 ++++++++++++++++++++++++++
 7 files changed, 93 insertions(+), 38 deletions(-)

commit 503fa77fdff933f3a6109c3193b1acf3a86aa01f
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Wed May 9 16:43:49 2007 +0000

    - Added another line numbering continuation test
    
    * test/testbook/testbook.xml:
    - Added another line numbering continuation test
    
    * xslt/docbook/common/db-common.xsl:
    * xslt/docbook/html/db2html-block.xsl:
    * xslt/docbook/html/db2html-inline.xsl:
    * xslt/docbook/html/db2html-list.xsl:
    - Implemented line numbering continuations
    - Moved orderedlist continuation handling to db-common
    - Removed hardly-used db.dingbat template
    
    svn path=/trunk/; revision=943

 ChangeLog                            |   13 ++++
 test/testbook/testbook.xml           |    8 ++
 xslt/docbook/common/db-common.xsl    |  117 ++++++++++++++++++++++++----------
 xslt/docbook/html/db2html-block.xsl  |    6 ++-
 xslt/docbook/html/db2html-inline.xsl |   48 +++++++-------
 xslt/docbook/html/db2html-list.xsl   |   36 +----------
 6 files changed, 137 insertions(+), 91 deletions(-)

commit b5700ea67c0ddf7ec2b88cc2e206f86363737f58
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Tue May 8 22:46:09 2007 +0000

    - Call db2html.class.python.mode, not db2html.python.mode
    
    * xslt/docbook/html/db2html-classsynopsis.xsl:
    - Call db2html.class.python.mode, not db2html.python.mode
    
    svn path=/trunk/; revision=942

 ChangeLog                                   |    5 +++++
 xslt/docbook/html/db2html-classsynopsis.xsl |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

commit 5c58a618e2bbf483e2038ce3a10195de6fa88e2a
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Tue May 8 22:20:20 2007 +0000

    - Added some more linenumbering tests - Added various synopsis tests
    
    * test/testbook/testbook.xml:
    - Added some more linenumbering tests
    - Added various synopsis tests
    
    * xslt/docbook/common/db-common.xsl:
    * xslt/docbook/html/db2html-block.xsl:
    * xslt/docbook/html/db2html-css.xsl:
    * xslt/docbook/html/db2html-funcsynopsis.xsl:
    - Visual updates for synopses and line numbering
    
    * xslt/docbook/html/db2html-classsynopsis.xsl:
    - Implemented Python support
    
    svn path=/trunk/; revision=941

 ChangeLog                                   |   15 ++
 test/testbook/testbook.xml                  |  325 ++++++++++++++++++++++-----
 xslt/docbook/common/db-common.xsl           |   49 +----
 xslt/docbook/html/db2html-block.xsl         |   29 +--
 xslt/docbook/html/db2html-classsynopsis.xsl |  292 +++++++++++--------------
 xslt/docbook/html/db2html-css.xsl           |   28 ++-
 xslt/docbook/html/db2html-funcsynopsis.xsl  |    1 -
 7 files changed, 451 insertions(+), 288 deletions(-)

commit 2ed2d3ce87e1cb474dec59efde50911895af04a9
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Tue May 8 20:04:52 2007 +0000

    - Support for the new HTML/XHTML output methods
    
    * tools/gnome-doc-tool.in:
    - Support for the new HTML/XHTML output methods
    
    svn path=/trunk/; revision=940

 ChangeLog               |    5 +++++
 tools/gnome-doc-tool.in |   27 ++++++++++++++++-----------
 2 files changed, 21 insertions(+), 11 deletions(-)

commit 9f6fa0bbdbb4d26a10df00323c9007b146cc69ae
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Tue May 8 18:55:09 2007 +0000

    - Use = instead of == to test equality
    
    * tools/gnome-doc-tool.in:
    - Use = instead of == to test equality
    
    svn path=/trunk/; revision=938

 ChangeLog               |    5 +++++
 tools/gnome-doc-tool.in |   14 +++++++-------
 2 files changed, 12 insertions(+), 7 deletions(-)

commit be82d5912d1be905c1082b40c3fea91fd131bbe7
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Tue May 8 18:52:14 2007 +0000

    - Explicitly check for an empty command to avoid shift error
    
    * tools/gnome-doc-tool.in:
    - Explicitly check for an empty command to avoid shift error
    
    svn path=/trunk/; revision=937

 ChangeLog               |    5 +++++
 tools/gnome-doc-tool.in |    4 ++++
 2 files changed, 9 insertions(+), 0 deletions(-)

commit 63f68aad3065d3fc11081a8e13018fcc0f2fb7c2
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Tue May 8 18:33:26 2007 +0000

    - Removed bsh-only parameter substitutions and function syntax, #436824 -
    
    * tools/gnome-doc-tool.in:
    - Removed  bsh-only parameter substitutions and function syntax, #436824
    - Fixed global variable polution that caused directories to be forgotten, #436950
    
    svn path=/trunk/; revision=936

 ChangeLog               |    6 ++++++
 tools/gnome-doc-tool.in |   43 +++++++++++++++++++------------------------
 2 files changed, 25 insertions(+), 24 deletions(-)

commit e523ed59a0b6da4a4d8974d1464942f459fab38a
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Tue May 8 11:00:09 2007 +0000

    Updated translation from Espen Stefansen
    
    2007-05-08  Kjartan Maraas  <kmaraas@gnome.org>
    
    	* nb.po: Updated translation from Espen Stefansen
    
    svn path=/trunk/; revision=935

 po/ChangeLog |    4 ++++
 po/nb.po     |   48 +++++++++++++++++++++++++++---------------------
 2 files changed, 31 insertions(+), 21 deletions(-)

commit d18e4769abeb8572e1446331c54df1bf73e3b818
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Mon May 7 18:02:48 2007 +0000

    - Implemented more xsldoc checks
    
    * doc/xslt/xsldoc-check.xsl:
    * doc/xslt/xsldoc-fill.xsl:
    - Implemented more xsldoc checks
    
    * xslt/docbook/common/db-chunk.xsl:
    * xslt/docbook/html/db2html-block.xsl:
    * xslt/docbook/html/db2html-ebnf.xsl:
    * xslt/docbook/html/db2html-info.xsl:
    * xslt/docbook/html/db2html-title.xsl:
    - Made these stylesheets pass the new checks
    
    svn path=/trunk/; revision=934

 ChangeLog                           |   13 ++++++
 doc/xslt/xsldoc-check.xsl           |   72 ++++++++++++++++++++++++++++++++++-
 doc/xslt/xsldoc-fill.xsl            |    9 ++++-
 xslt/docbook/common/db-chunk.xsl    |   19 ++++++++-
 xslt/docbook/html/db2html-block.xsl |    2 +-
 xslt/docbook/html/db2html-ebnf.xsl  |    2 +-
 xslt/docbook/html/db2html-info.xsl  |    2 +-
 xslt/docbook/html/db2html-title.xsl |    2 +-
 8 files changed, 111 insertions(+), 10 deletions(-)

commit 1a0623e4c49b5eb88d953ea5945427df9956adcf
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Mon May 7 15:50:32 2007 +0000

    - Moving xsldoc.xsl to xsldoc-docbook.xsl
    
    * doc/xslt/xsldoc-docbook.xsl:
    * doc/xslt/xsldoc.xsl:
    - Moving xsldoc.xsl to xsldoc-docbook.xsl
    
    * doc/xslt/Makefile.am:
    - Adding xsldoc XSLT files to EXTRA_DIST
    
    svn path=/trunk/; revision=933

 ChangeLog                   |    9 ++
 doc/xslt/Makefile.am        |    6 +-
 doc/xslt/xsldoc-docbook.xsl |  327 +++++++++++++++++++++++++++++++++++++++++++
 doc/xslt/xsldoc.xsl         |  327 -------------------------------------------
 4 files changed, 339 insertions(+), 330 deletions(-)

commit e3afcaea9125ebeca3ec75aa132725cddeb6118a
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Sat May 5 00:46:20 2007 +0000

    - Putting more checks and information in xsldoc
    
    * doc/xslt/Makefile.am:
    * doc/xslt/xsldoc-check.xsl:
    * doc/xslt/xsldoc-fill.xsl:
    * doc/xslt/xsldoc.xsl:
    - Putting more checks and information in xsldoc
    
    * xslt/docbook/common/db-label.xsl:
    * xslt/docbook/common/db-title.xsl:
    * xslt/docbook/common/db-xref.xsl:
    * xslt/docbook/html/db2html-autotoc.xsl:
    * xslt/docbook/html/db2html-bibliography.xsl:
    * xslt/docbook/html/db2html-block.xsl:
    * xslt/docbook/html/db2html-classsynopsis.xsl:
    * xslt/docbook/html/db2html-cmdsynopsis.xsl:
    * xslt/docbook/html/db2html-css.xsl:
    * xslt/docbook/html/db2html-division.xsl:
    * xslt/docbook/html/db2html-ebnf.xsl:
    * xslt/docbook/html/db2html-footnote.xsl:
    * xslt/docbook/html/db2html-funcsynopsis.xsl:
    * xslt/docbook/html/db2html-info.xsl:
    * xslt/docbook/html/db2html-inline.xsl:
    * xslt/docbook/html/db2html-list.xsl:
    * xslt/docbook/html/db2html-media.xsl:
    * xslt/docbook/html/db2html-qanda.xsl:
    * xslt/docbook/html/db2html-refentry.xsl:
    * xslt/docbook/html/db2html-table.xsl:
    * xslt/docbook/html/db2html-title.xsl:
    * xslt/docbook/html/db2html-xref.xsl:
    * xslt/docbook/omf/db2omf.xsl:
    - Added :Requires: to satisfy new xsldoc stuff
    
    svn path=/trunk/; revision=932

 ChangeLog                                   |   33 +++++++++
 doc/xslt/Makefile.am                        |   22 ++++--
 doc/xslt/xsldoc-check.xsl                   |   71 +++++++++++++++++++
 doc/xslt/xsldoc-fill.xsl                    |  102 +++++++++++++++++++++++++++
 doc/xslt/xsldoc.xsl                         |    3 -
 xslt/docbook/common/db-label.xsl            |    1 +
 xslt/docbook/common/db-title.xsl            |    1 +
 xslt/docbook/common/db-xref.xsl             |    1 +
 xslt/docbook/html/db2html-autotoc.xsl       |    2 +-
 xslt/docbook/html/db2html-bibliography.xsl  |    1 +
 xslt/docbook/html/db2html-block.xsl         |    2 +-
 xslt/docbook/html/db2html-classsynopsis.xsl |    1 +
 xslt/docbook/html/db2html-cmdsynopsis.xsl   |    1 +
 xslt/docbook/html/db2html-css.xsl           |    3 +-
 xslt/docbook/html/db2html-division.xsl      |    2 +-
 xslt/docbook/html/db2html-ebnf.xsl          |    3 +
 xslt/docbook/html/db2html-footnote.xsl      |    1 +
 xslt/docbook/html/db2html-funcsynopsis.xsl  |    1 +
 xslt/docbook/html/db2html-info.xsl          |    3 +-
 xslt/docbook/html/db2html-inline.xsl        |    1 +
 xslt/docbook/html/db2html-list.xsl          |    1 +
 xslt/docbook/html/db2html-media.xsl         |    1 +
 xslt/docbook/html/db2html-qanda.xsl         |    1 +
 xslt/docbook/html/db2html-refentry.xsl      |    1 +
 xslt/docbook/html/db2html-table.xsl         |    2 +-
 xslt/docbook/html/db2html-title.xsl         |   11 +++-
 xslt/docbook/html/db2html-xref.xsl          |    1 +
 xslt/docbook/omf/db2omf.xsl                 |    1 +
 28 files changed, 257 insertions(+), 17 deletions(-)

commit f21205703c95f674e24de98532881ccdc14f4f4b
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Fri May 4 20:31:54 2007 +0000

    - Moved the table CSS to db2html-css.xsl
    
    * xslt/docbook/html/db2html-table.xsl:
    - Moved the table CSS to db2html-css.xsl
    
    * test/testbook/testbook.xml:
    * xslt/docbook/html/db2html-block.xsl:
    * xslt/docbook/html/db2html-css.xsl:
    * xslt/docbook/html/db2html-funcsynopsis.xsl:
    * xslt/docbook/html/db2html-inline.xsl:
    - Improvements to funcsynopsis
    
    svn path=/trunk/; revision=931

 ChangeLog                                  |   12 +++
 test/testbook/testbook.xml                 |  132 +++++++++++++++++++++++++++-
 xslt/docbook/html/db2html-block.xsl        |    6 +-
 xslt/docbook/html/db2html-css.xsl          |   27 +++++-
 xslt/docbook/html/db2html-funcsynopsis.xsl |  106 ++++++++++++++---------
 xslt/docbook/html/db2html-inline.xsl       |    4 +-
 xslt/docbook/html/db2html-table.xsl        |   38 --------
 7 files changed, 241 insertions(+), 84 deletions(-)

commit 3f20a9658b7c6b96c3e45327cb3b051ae04d3da3
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Fri May 4 18:56:12 2007 +0000

    - More table tests
    
    * test/testbook/testbook.xml:
    - More table tests
    
    * xslt/docbook/html/db2html-table.xsl:
    - Massively improved (and somewhat more documented) CALS tables
    
    * xslt/docbook/html/db2html-autotoc.xsl:
    * xslt/docbook/html/db2html-bibliography.xsl:
    * xslt/docbook/html/db2html-block.xsl:
    * xslt/docbook/html/db2html-callout.xsl:
    * xslt/docbook/html/db2html-classsynopsis.xsl:
    * xslt/docbook/html/db2html-cmdsynopsis.xsl:
    * xslt/docbook/html/db2html-css.xsl:
    * xslt/docbook/html/db2html-division.xsl:
    * xslt/docbook/html/db2html-ebnf.xsl:
    * xslt/docbook/html/db2html-footnote.xsl:
    * xslt/docbook/html/db2html-funcsynopsis.xsl:
    * xslt/docbook/html/db2html-info.xsl:
    * xslt/docbook/html/db2html-inline.xsl:
    * xslt/docbook/html/db2html-l10n.xsl:
    * xslt/docbook/html/db2html-list.xsl:
    * xslt/docbook/html/db2html-media.xsl:
    * xslt/docbook/html/db2html-qanda.xsl:
    * xslt/docbook/html/db2html-refentry.xsl:
    * xslt/docbook/html/db2html-title.xsl:
    * xslt/docbook/html/db2html-xref.xsl:
    - We don't need the html: prefix to do the namespace alias
    
    * doc/xslt/Makefile.am:
    * doc/xslt/C/gnome-doc-xslt.xml:
    - Keep xsldoc.awk output around, can do checks later
    
    svn path=/trunk/; revision=930

 ChangeLog                                   |   34 +
 doc/xslt/C/gnome-doc-xslt.xml               |    1 +
 doc/xslt/Makefile.am                        |   28 +-
 test/testbook/testbook.xml                  |  314 +++++++-
 xslt/docbook/html/db2html-autotoc.xsl       |   35 +-
 xslt/docbook/html/db2html-bibliography.xsl  |    7 +-
 xslt/docbook/html/db2html-block.xsl         |  101 ++-
 xslt/docbook/html/db2html-callout.xsl       |    7 +-
 xslt/docbook/html/db2html-classsynopsis.xsl |   59 +-
 xslt/docbook/html/db2html-cmdsynopsis.xsl   |   31 +-
 xslt/docbook/html/db2html-css.xsl           |   13 +-
 xslt/docbook/html/db2html-division.xsl      |  107 ++--
 xslt/docbook/html/db2html-ebnf.xsl          |   11 +-
 xslt/docbook/html/db2html-footnote.xsl      |   31 +-
 xslt/docbook/html/db2html-funcsynopsis.xsl  |    7 +-
 xslt/docbook/html/db2html-info.xsl          |  233 +++---
 xslt/docbook/html/db2html-inline.xsl        |   67 +-
 xslt/docbook/html/db2html-l10n.xsl          |   16 +-
 xslt/docbook/html/db2html-list.xsl          |  159 ++--
 xslt/docbook/html/db2html-media.xsl         |   23 +-
 xslt/docbook/html/db2html-qanda.xsl         |   19 +-
 xslt/docbook/html/db2html-refentry.xsl      |   19 +-
 xslt/docbook/html/db2html-table.xsl         | 1157 +++++++++++++++++----------
 xslt/docbook/html/db2html-title.xsl         |   19 +-
 xslt/docbook/html/db2html-xref.xsl          |   17 +-
 25 files changed, 1585 insertions(+), 930 deletions(-)

commit f0fdca97c120ecd09e09d68ee5e820ccb0e9e818
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Wed Apr 25 21:52:16 2007 +0000

    - Don't exclude undefined result prefix "msg"
    
    * xslt/docbook/html/db2html-autotoc.xsl:
    - Don't exclude undefined result prefix "msg"
    
    svn path=/trunk/; revision=929

 ChangeLog                             |    5 +++++
 xslt/docbook/html/db2html-autotoc.xsl |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

commit 06bc164afe8109a706194975e7d1eee5aca6dac8
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Wed Apr 25 21:35:51 2007 +0000

    - Output to either HTML or XHTML
    
    * doc/xslt/C/gnome-doc-xslt.xml:
    * test/testbook/Makefile:
    * xslt/docbook/html/Makefile.am:
    * xslt/docbook/html/db2html-autotoc.xsl:
    * xslt/docbook/html/db2html-bibliography.xsl:
    * xslt/docbook/html/db2html-block.xsl:
    * xslt/docbook/html/db2html-callout.xsl:
    * xslt/docbook/html/db2html-classsynopsis.xsl:
    * xslt/docbook/html/db2html-cmdsynopsis.xsl:
    * xslt/docbook/html/db2html-css.xsl:
    * xslt/docbook/html/db2html-division.xsl:
    * xslt/docbook/html/db2html-ebnf.xsl:
    * xslt/docbook/html/db2html-footnote.xsl:
    * xslt/docbook/html/db2html-funcsynopsis.xsl:
    * xslt/docbook/html/db2html-info.xsl:
    * xslt/docbook/html/db2html-inline.xsl:
    * xslt/docbook/html/db2html-l10n.xsl:
    * xslt/docbook/html/db2html-list.xsl:
    * xslt/docbook/html/db2html-media.xsl:
    * xslt/docbook/html/db2html-qanda.xsl:
    * xslt/docbook/html/db2html-refentry.xsl:
    * xslt/docbook/html/db2html-table.xsl:
    * xslt/docbook/html/db2html-title.xsl:
    * xslt/docbook/html/db2html-xref.xsl:
    * xslt/docbook/html/db2html.xsl:
    * xslt/docbook/html/db2xhtml.xsl:
    - Output to either HTML or XHTML
    
    svn path=/trunk/; revision=928

 ChangeLog                                   |   30 ++++
 doc/xslt/C/gnome-doc-xslt.xml               |    1 +
 test/testbook/Makefile                      |   14 ++-
 xslt/docbook/html/Makefile.am               |    3 +-
 xslt/docbook/html/db2html-autotoc.xsl       |   35 ++--
 xslt/docbook/html/db2html-bibliography.xsl  |    7 +-
 xslt/docbook/html/db2html-block.xsl         |   68 ++++----
 xslt/docbook/html/db2html-callout.xsl       |    7 +-
 xslt/docbook/html/db2html-classsynopsis.xsl |   59 ++++----
 xslt/docbook/html/db2html-cmdsynopsis.xsl   |   31 ++--
 xslt/docbook/html/db2html-css.xsl           |    9 +-
 xslt/docbook/html/db2html-division.xsl      |  113 +++++++-------
 xslt/docbook/html/db2html-ebnf.xsl          |   11 +-
 xslt/docbook/html/db2html-footnote.xsl      |   31 ++--
 xslt/docbook/html/db2html-funcsynopsis.xsl  |    7 +-
 xslt/docbook/html/db2html-info.xsl          |  235 ++++++++++++++-------------
 xslt/docbook/html/db2html-inline.xsl        |   69 ++++----
 xslt/docbook/html/db2html-l10n.xsl          |   15 +-
 xslt/docbook/html/db2html-list.xsl          |  160 +++++++++---------
 xslt/docbook/html/db2html-media.xsl         |   23 ++--
 xslt/docbook/html/db2html-qanda.xsl         |   19 ++-
 xslt/docbook/html/db2html-refentry.xsl      |   19 ++-
 xslt/docbook/html/db2html-table.xsl         |   23 ++--
 xslt/docbook/html/db2html-title.xsl         |   15 +-
 xslt/docbook/html/db2html-xref.xsl          |   17 +-
 xslt/docbook/html/db2html.xsl               |    9 +-
 xslt/docbook/html/db2xhtml.xsl              |   74 +++++++++
 27 files changed, 624 insertions(+), 480 deletions(-)

commit da92de710e7197c1a24b8e5e659ff6fa23de8d4a
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Wed Apr 25 16:25:56 2007 +0000

    - Don't output an empty <ul class="linktrail"/>
    
    * xslt/docbook/html/db2html-division.xsl:
    - Don't output an empty <ul class="linktrail"/>
    
    svn path=/trunk/; revision=927

 ChangeLog                              |    5 ++
 xslt/docbook/html/db2html-division.xsl |   76 ++++++++++++++++---------------
 2 files changed, 44 insertions(+), 37 deletions(-)

commit 8a9eaeb1e366c91dc9d72174870e1c4163b729ce
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Wed Apr 25 16:15:12 2007 +0000

    - More work on lists
    
    * test/testbook/testbook.xml:
    * xslt/docbook/html/db2html-block.xsl:
    * xslt/docbook/html/db2html-css.xsl:
    * xslt/docbook/html/db2html-list.xsl:
    - More work on lists
    
    svn path=/trunk/; revision=926

 ChangeLog                           |    8 +
 test/testbook/testbook.xml          |  170 ++++++++++++++++++++++--
 xslt/docbook/html/db2html-block.xsl |    5 +
 xslt/docbook/html/db2html-css.xsl   |  249 ++++++++++++++--------------------
 xslt/docbook/html/db2html-list.xsl  |   81 ++++++------
 5 files changed, 311 insertions(+), 202 deletions(-)

commit 97f9c5bea11b3cfff99582f54290cd740d21a52f
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Tue Apr 24 14:45:25 2007 +0000

    - Respect db.chunk.basename
    
    * xslt/docbook/common/db-chunk.xsl:
    * xslt/docbook/common/db-xref.xsl:
    - Respect db.chunk.basename
    
    svn path=/trunk/; revision=925

 ChangeLog                        |    6 ++++++
 xslt/docbook/common/db-chunk.xsl |    3 +++
 xslt/docbook/common/db-xref.xsl  |    3 +++
 3 files changed, 12 insertions(+), 0 deletions(-)

commit 906dc1599df1aa451dfc09ff7d0ce5e6ea05a96b
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Mon Apr 23 23:37:05 2007 +0000

    - Added a variablelist example
    
    * test/testbook/testbook.xml:
    - Added a variablelist example
    
    * xslt/docbook/html/db2html-css.xsl:
    * xslt/docbook/html/db2html-info.xsl:
    * xslt/docbook/html/db2html-list.xsl:
    - Working on list styling
    - Making sure info pages have necessary classes
    
    svn path=/trunk/; revision=924

 ChangeLog                          |   11 +++++
 test/testbook/testbook.xml         |   27 +++++++++++++
 xslt/docbook/html/db2html-css.xsl  |    9 +++-
 xslt/docbook/html/db2html-info.xsl |   58 +++++++++++++++++----------
 xslt/docbook/html/db2html-list.xsl |   75 ++++++++++++++++++------------------
 5 files changed, 119 insertions(+), 61 deletions(-)

commit 4627dd1e508b32445989217c5557738934c80134
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Mon Apr 23 17:48:29 2007 +0000

    - A small table
    
    * test/testbook/testbook.xml:
    - A small table
    
    * xslt/docbook/html/db2html-autotoc.xsl:
    * xslt/docbook/html/db2html-css.xsl:
    * xslt/docbook/html/db2html-division.xsl:
    * xslt/docbook/html/db2html-info.xsl:
    - Make info pages use the same code as everything else
    
    svn path=/trunk/; revision=923

 ChangeLog                              |   11 ++
 test/testbook/testbook.xml             |   16 ++
 xslt/docbook/html/db2html-autotoc.xsl  |   46 +++++-
 xslt/docbook/html/db2html-css.xsl      |    4 +-
 xslt/docbook/html/db2html-division.xsl |   45 +++++-
 xslt/docbook/html/db2html-info.xsl     |  260 +++++++++++++-------------------
 6 files changed, 216 insertions(+), 166 deletions(-)

commit 70d53760f8001964e00adcdb5f001a188b61b6d9
Author: Olav Vitters <olav@bkor.dhs.org>
Date:   Sun Apr 22 21:51:40 2007 +0000

    - Add common/theme.xsl to the tarball.
    
    2007-04-22  Olav Vitters  <olav@bkor.dhs.org>
    
    * configure.in:
    * xslt/Makefile.am:
    * xslt/common/Makefile.am:
    - Add common/theme.xsl to the tarball.
    
    svn path=/trunk/; revision=922

 ChangeLog               |    7 +++++++
 configure.in            |    1 +
 xslt/Makefile.am        |    2 +-
 xslt/common/Makefile.am |    6 ++++++
 4 files changed, 15 insertions(+), 1 deletions(-)

commit ab99c8cac40d30f45aeb4bcabb62fd7715084dae
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Sun Apr 22 16:51:49 2007 +0000

    - Make everything build without db2html-admon.xsl
    
    * doc/xslt/C/gnome-doc-xslt.xml:
    * xslt/docbook/common/db-chunk.xsl:
    * xslt/docbook/html/Makefile.am:
    - Make everything build without db2html-admon.xsl
    
    svn path=/trunk/; revision=921

 ChangeLog                        |    7 +++++++
 doc/xslt/C/gnome-doc-xslt.xml    |    1 -
 xslt/docbook/common/db-chunk.xsl |    1 +
 xslt/docbook/html/Makefile.am    |    1 -
 4 files changed, 8 insertions(+), 2 deletions(-)

commit 72d22b11cd41866d18a8d4f16ebb66e505fb4cf6
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:   Sat Apr 21 14:07:22 2007 +0000

    Updated spanish translation.
    
    svn path=/trunk/; revision=920

 po/ChangeLog |    4 +++
 po/es.po     |   63 ++++++++++++++++++++++++++++++---------------------------
 2 files changed, 37 insertions(+), 30 deletions(-)

commit 9a37b9c06cf1b2b07478f39f9a687c1fdb3b647f
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Fri Apr 20 20:51:11 2007 +0000

    - Added informalfigure formalpara literallayout programlisting screen
    
    * test/testbook/testbook.xml:
    - Added informalfigure formalpara literallayout programlisting screen
    
    * xslt/docbook/html/db2html-autotoc.xsl:
    * xslt/docbook/html/db2html-block.xsl:
    * xslt/docbook/html/db2html-css.xsl:
    * xslt/docbook/html/db2html-division.xsl:
    * xslt/docbook/html/db2html-media.xsl:
    * xslt/docbook/html/db2html-table.xsl:
    * xslt/gettext/l10n.xml.in:
    - Some autotoc and figure work
    
    svn path=/trunk/; revision=919

 ChangeLog                              |   14 +++
 test/testbook/testbook.xml             |  144 ++++++++++++++++++++++++++++++--
 xslt/docbook/html/db2html-autotoc.xsl  |   25 ++++--
 xslt/docbook/html/db2html-block.xsl    |    5 +
 xslt/docbook/html/db2html-css.xsl      |   50 +++++++++---
 xslt/docbook/html/db2html-division.xsl |   20 +++--
 xslt/docbook/html/db2html-media.xsl    |    2 +-
 xslt/docbook/html/db2html-table.xsl    |    2 +
 xslt/gettext/l10n.xml.in               |    5 +
 9 files changed, 231 insertions(+), 36 deletions(-)

commit e9612afde90255d16cce887946a4472342d56826
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Fri Apr 20 15:06:02 2007 +0000

    - Adding a simple test book
    
    * test/testbook/Makefile:
    * test/testbook/testbook.xml:
    - Adding a simple test book
    
    * xslt/common/theme.xsl:
    * xslt/docbook/common/db-chunk.xsl:
    * xslt/docbook/html/db2html-admon.xsl:
    * xslt/docbook/html/db2html-autotoc.xsl:
    * xslt/docbook/html/db2html-block.xsl:
    * xslt/docbook/html/db2html-css.xsl:
    * xslt/docbook/html/db2html-division.xsl:
    * xslt/docbook/html/db2html-media.xsl:
    * xslt/docbook/html/db2html-title.xsl:
    * xslt/docbook/html/db2html.xsl:
    - Changes to how blocks and titles work
    - Changes to CSS interfaces
    - Brand new theme.xsl module
    - Implemented a TOC sidebar
    - Various other things
    
    svn path=/trunk/; revision=918

 ChangeLog                              |   22 +
 test/testbook/Makefile                 |   13 +
 test/testbook/testbook.xml             |  303 ++++++++++++++
 xslt/common/theme.xsl                  |  258 ++++++++++++
 xslt/docbook/common/db-chunk.xsl       |   10 +
 xslt/docbook/html/db2html-admon.xsl    |  197 ---------
 xslt/docbook/html/db2html-autotoc.xsl  |  108 +++--
 xslt/docbook/html/db2html-block.xsl    |  320 +++++++++------
 xslt/docbook/html/db2html-css.xsl      |  312 +++++++++++++--
 xslt/docbook/html/db2html-division.xsl |  706 +++++++++++++++++++++++---------
 xslt/docbook/html/db2html-media.xsl    |    7 +-
 xslt/docbook/html/db2html-title.xsl    |  350 +---------------
 xslt/docbook/html/db2html.xsl          |    3 +-
 13 files changed, 1687 insertions(+), 922 deletions(-)

commit 4879aee77c51f76289e2624ce00f9a162f4866dd
Author: Peter Bach <pbach@src.gnome.org>
Date:   Fri Apr 13 00:13:46 2007 +0000

    Updated Danish translation
    
    svn path=/trunk/; revision=916

 po/ChangeLog |    4 +
 po/da.po     |  571 ++++++++++++++++++++++++++++++++--------------------------
 2 files changed, 318 insertions(+), 257 deletions(-)

commit 135a3fdf3f1574d0243ac9da5236ad1f2179d330
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Mon Apr 9 19:28:14 2007 +0000

    - Version 0.10.3
    
    * configure.in:
    * NEWS:
    - Version 0.10.3
    
    svn path=/trunk/; revision=914

 ChangeLog    |    6 ++++++
 NEWS         |    4 ++++
 configure.in |    2 +-
 3 files changed, 11 insertions(+), 1 deletions(-)

commit 80013f671b96ce1aabb52f85663d3a2c1bf2acd2
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Mon Apr 9 18:04:19 2007 +0000

    - Fix error on category code check with --disable-scrollkeeper (#427939)
    
    * tools/gnome-doc-utils.make:
    - Fix error on category code check with --disable-scrollkeeper (#427939)
    
    svn path=/trunk/; revision=913

 ChangeLog                  |    5 +++++
 tools/gnome-doc-utils.make |   16 +++++++---------
 2 files changed, 12 insertions(+), 9 deletions(-)

commit f67b59a20a3d89d32d9a88d00f3b5902e0ef6c89
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Mon Apr 9 17:05:25 2007 +0000

    - Version 0.10.2
    
    * configure.in:
    * NEWS:
    - Version 0.10.2
    
    svn path=/trunk/; revision=911

 ChangeLog    |    6 ++++++
 NEWS         |   13 +++++++++++++
 configure.in |    2 +-
 3 files changed, 20 insertions(+), 1 deletions(-)

commit 15b12264f4a7907ba925b90672f8a76f932eff00
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Tue Apr 3 22:02:59 2007 +0000

    - Use gawk -W compat whenever $(AWK) is gawk
    
    * configure.in:
    * doc/gnome-doc-make/Makefile.am:
    * doc/xslt/Makefile.am:
    - Use gawk -W compat whenever $(AWK) is gawk
    
    svn path=/trunk/; revision=910

 ChangeLog                      |    7 +++++++
 configure.in                   |   12 ++++++++++++
 doc/gnome-doc-make/Makefile.am |    2 +-
 doc/xslt/Makefile.am           |    4 ++--
 4 files changed, 22 insertions(+), 3 deletions(-)

commit a4cb5f61106c72bdfaf2a072e0ce9ad73c1764d7
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Tue Mar 27 20:35:08 2007 +0000

    - Some awks don't understand [[:alpha:]]
    
    * rng/rnc2rng.awk:
    - Some awks don't understand [[:alpha:]]
    
    svn path=/trunk/; revision=909

 sandbox/mallard/ChangeLog       |    5 +++++
 sandbox/mallard/rng/rnc2rng.awk |   14 +++++++-------
 2 files changed, 12 insertions(+), 7 deletions(-)

commit ecae9f7d5226a941d946b9ce41567c0fe201a1f0
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Tue Mar 27 18:22:57 2007 +0000

    - Handle xsd: data types and list constructions
    
    * rng/rnc2rng.awk:
    - Handle xsd: data types and list constructions
    
    svn path=/trunk/; revision=908

 sandbox/mallard/ChangeLog       |    5 +++++
 sandbox/mallard/rng/rnc2rng.awk |   33 ++++++++++++++++++++++++++++++++-
 2 files changed, 37 insertions(+), 1 deletions(-)

commit f2f83d3add7382031b951dcc4b7a978d743ba6f1
Author: Ignacio Casal Quinteiro <icq@src.gnome.org>
Date:   Sun Mar 25 20:45:48 2007 +0000

    Updated Galician translation.
    
    svn path=/trunk/; revision=907

 po/ChangeLog |    4 +
 po/gl.po     |  260 ++++++++++++++++++++++++++++++++++------------------------
 2 files changed, 155 insertions(+), 109 deletions(-)

commit ede0f2ae25aa4b08fb6c87efb9177e7b62bc2fe6
Author: Laurent Dhima <laurenti@src.gnome.org>
Date:   Tue Mar 20 16:19:06 2007 +0000

    Updated Albanian translation.
    
    svn path=/trunk/; revision=905

 po/ChangeLog |    4 +
 po/sq.po     |  212 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 118 insertions(+), 98 deletions(-)

commit c3e1f2c7509baf7d816cf7cc4d0ad542352f4c91
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Mon Mar 19 16:37:56 2007 +0000

    - Don't call scrollkeeper when it's not installed, #410715
    
    * tools/gnome-doc-utils.make:
    - Don't call scrollkeeper when it's not installed, #410715
    
    svn path=/trunk/; revision=904

 ChangeLog                  |    5 +++++
 tools/gnome-doc-utils.make |    2 ++
 2 files changed, 7 insertions(+), 0 deletions(-)

commit eb79cd00187a1001e0a1eb2ca40c686773fad7c8
Author: Loïc Minier <lminier@svn.gnome.org>
Date:   Fri Mar 16 11:04:26 2007 +0000

    Display xsltproc invocation, honor its exit status, and pull the source
    
    2007-03-16  Loïc Minier  <lminier@svn.gnome.org>
    
            * Makefile.am:
            Display xsltproc invocation, honor its exit status, and pull the
            source from srcdir; this might expose some bugs; bug #169324.
    
    svn path=/trunk/; revision=903

 xml2po/ChangeLog   |    6 ++++++
 xml2po/Makefile.am |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

commit 1b38bb5f78c2496cb194305912ef75fdeb4e56c1
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Thu Mar 15 19:52:22 2007 +0000

    - Removing guide and topic in favor of page
    
    * spec/10minutes.xml:
    * spec/explore.xml:
    * spec/mal_TODO.xml:
    * spec/mal_app.xml:
    * spec/mal_attr.xml:
    * spec/mal_block.xml:
    * spec/mal_caption.xml:
    * spec/mal_cite.xml:
    * spec/mal_cmd.xml:
    * spec/mal_code.xml:
    * spec/mal_comment.xml:
    * spec/mal_copyright.xml:
    * spec/mal_credit.xml:
    * spec/mal_date.xml:
    * spec/mal_em.xml:
    * spec/mal_email.xml:
    * spec/mal_figure.xml:
    * spec/mal_file.xml:
    * spec/mal_gui.xml:
    * spec/mal_guide.xml:
    * spec/mal_info.xml:
    * spec/mal_inline.xml:
    * spec/mal_input.xml:
    * spec/mal_item.xml:
    * spec/mal_key.xml:
    * spec/mal_license.xml:
    * spec/mal_link.xml:
    * spec/mal_list.xml:
    * spec/mal_list_bullet.xml:
    * spec/mal_list_definition.xml:
    * spec/mal_list_numbered.xml:
    * spec/mal_list_tree.xml:
    * spec/mal_media.xml:
    * spec/mal_name.xml:
    * spec/mal_note.xml:
    * spec/mal_output.xml:
    * spec/mal_p.xml:
    * spec/mal_quote.xml:
    * spec/mal_screen.xml:
    * spec/mal_section.xml:
    * spec/mal_subtitle.xml:
    * spec/mal_synopsis.xml:
    * spec/mal_sys.xml:
    * spec/mal_table.xml:
    * spec/mal_title.xml:
    * spec/mal_topic.xml:
    * spec/mal_var.xml:
    * spec/mal_version.xml:
    * spec/mallard.xml:
    * spec/principle-guide.xml:
    * spec/principle-justenough.xml:
    * spec/principle-redundancy.xml:
    * spec/principles.xml:
    * spec/spec.xml:
    * spec/spec_info.xml:
    * spec/spec_pages.xml:
    * xslt/mal2cache.xsl:
    * xslt/mal2html-page.xsl:
    * xslt/mal2html.xsl:
    - Removing guide and topic in favor of page
    
    svn path=/trunk/; revision=902

 sandbox/mallard/ChangeLog                     |   63 +++++++++++++++
 sandbox/mallard/spec/10minutes.xml            |    4 +-
 sandbox/mallard/spec/explore.xml              |    4 +-
 sandbox/mallard/spec/mal_TODO.xml             |    6 +-
 sandbox/mallard/spec/mal_app.xml              |    4 +-
 sandbox/mallard/spec/mal_attr.xml             |    4 +-
 sandbox/mallard/spec/mal_block.xml            |    7 +-
 sandbox/mallard/spec/mal_caption.xml          |    4 +-
 sandbox/mallard/spec/mal_cite.xml             |    4 +-
 sandbox/mallard/spec/mal_cmd.xml              |    4 +-
 sandbox/mallard/spec/mal_code.xml             |    4 +-
 sandbox/mallard/spec/mal_comment.xml          |    4 +-
 sandbox/mallard/spec/mal_copyright.xml        |    4 +-
 sandbox/mallard/spec/mal_credit.xml           |    4 +-
 sandbox/mallard/spec/mal_date.xml             |    4 +-
 sandbox/mallard/spec/mal_em.xml               |    4 +-
 sandbox/mallard/spec/mal_email.xml            |   20 -----
 sandbox/mallard/spec/mal_figure.xml           |    4 +-
 sandbox/mallard/spec/mal_file.xml             |    4 +-
 sandbox/mallard/spec/mal_gui.xml              |    6 +-
 sandbox/mallard/spec/mal_guide.xml            |   23 ------
 sandbox/mallard/spec/mal_info.xml             |    4 +-
 sandbox/mallard/spec/mal_inline.xml           |    7 +-
 sandbox/mallard/spec/mal_input.xml            |    4 +-
 sandbox/mallard/spec/mal_item.xml             |    4 +-
 sandbox/mallard/spec/mal_key.xml              |    4 +-
 sandbox/mallard/spec/mal_license.xml          |    4 +-
 sandbox/mallard/spec/mal_link.xml             |    4 +-
 sandbox/mallard/spec/mal_list.xml             |    7 +-
 sandbox/mallard/spec/mal_list_bullet.xml      |    4 +-
 sandbox/mallard/spec/mal_list_definition.xml  |    4 +-
 sandbox/mallard/spec/mal_list_numbered.xml    |    4 +-
 sandbox/mallard/spec/mal_list_tree.xml        |    4 +-
 sandbox/mallard/spec/mal_media.xml            |    4 +-
 sandbox/mallard/spec/mal_name.xml             |   20 -----
 sandbox/mallard/spec/mal_note.xml             |    4 +-
 sandbox/mallard/spec/mal_output.xml           |    4 +-
 sandbox/mallard/spec/mal_p.xml                |    4 +-
 sandbox/mallard/spec/mal_quote.xml            |    4 +-
 sandbox/mallard/spec/mal_screen.xml           |    4 +-
 sandbox/mallard/spec/mal_section.xml          |    4 +-
 sandbox/mallard/spec/mal_subtitle.xml         |    4 +-
 sandbox/mallard/spec/mal_synopsis.xml         |    4 +-
 sandbox/mallard/spec/mal_sys.xml              |    6 +-
 sandbox/mallard/spec/mal_table.xml            |    6 +-
 sandbox/mallard/spec/mal_title.xml            |    4 +-
 sandbox/mallard/spec/mal_topic.xml            |   31 -------
 sandbox/mallard/spec/mal_var.xml              |    4 +-
 sandbox/mallard/spec/mal_version.xml          |    6 +-
 sandbox/mallard/spec/mallard.xml              |    7 +-
 sandbox/mallard/spec/principle-guide.xml      |    4 +-
 sandbox/mallard/spec/principle-justenough.xml |    4 +-
 sandbox/mallard/spec/principle-redundancy.xml |    4 +-
 sandbox/mallard/spec/principles.xml           |    7 +-
 sandbox/mallard/spec/spec.xml                 |    7 +-
 sandbox/mallard/spec/spec_info.xml            |    7 +-
 sandbox/mallard/spec/spec_pages.xml           |    7 +-
 sandbox/mallard/xslt/mal2cache.xsl            |   28 ++-----
 sandbox/mallard/xslt/mal2html-page.xsl        |  104 ++++++++-----------------
 sandbox/mallard/xslt/mal2html.xsl             |    4 +-
 60 files changed, 227 insertions(+), 308 deletions(-)

commit c1808a69bb33de53a55b59be4cbe7d8bb6e8da65
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Wed Mar 14 22:21:53 2007 +0000

    - Updated guide and seealso links
    
    * xslt/mal2html-page.xsl:
    - Updated guide and seealso links
    
    * xslt/mal2html-block.xsl:
    * xslt/mal2html-css.xsl:
    * xslt/theme.xml:
    - Some color and style adjustments
    
    * spec/mal_app.xml:
    * spec/mal_cmd.xml:
    * spec/mal_code.xml:
    * spec/mal_em.xml:
    * spec/mal_file.xml:
    * spec/mal_gui.xml:
    * spec/mal_input.xml:
    * spec/mal_key.xml:
    * spec/mal_link.xml:
    * spec/mal_output.xml:
    * spec/mal_quote.xml:
    * spec/mal_sys.xml:
    * spec/mal_var.xml:
    - Ubiquitous linking
    
    * spec/mallard.xml:
    * spec/mal_p.xml:
    * spec/mal_table.xml:
    - Minor corrections
    
    svn path=/trunk/; revision=901

 sandbox/mallard/ChangeLog               |   30 +++
 sandbox/mallard/spec/mal_app.xml        |    2 +
 sandbox/mallard/spec/mal_cmd.xml        |    2 +
 sandbox/mallard/spec/mal_code.xml       |    4 +-
 sandbox/mallard/spec/mal_em.xml         |    2 +
 sandbox/mallard/spec/mal_file.xml       |    2 +
 sandbox/mallard/spec/mal_gui.xml        |    2 +
 sandbox/mallard/spec/mal_input.xml      |    1 +
 sandbox/mallard/spec/mal_key.xml        |    1 +
 sandbox/mallard/spec/mal_link.xml       |   24 ++
 sandbox/mallard/spec/mal_output.xml     |    1 +
 sandbox/mallard/spec/mal_p.xml          |    6 +-
 sandbox/mallard/spec/mal_quote.xml      |    1 +
 sandbox/mallard/spec/mal_sys.xml        |    1 +
 sandbox/mallard/spec/mal_table.xml      |    2 +-
 sandbox/mallard/spec/mal_var.xml        |    1 +
 sandbox/mallard/spec/mallard.xml        |    1 +
 sandbox/mallard/xslt/mal2html-block.xsl |   42 ++---
 sandbox/mallard/xslt/mal2html-css.xsl   |   16 ++-
 sandbox/mallard/xslt/mal2html-page.xsl  |  358 +++++++++++++++++++++++++------
 sandbox/mallard/xslt/theme.xml          |   28 +--
 21 files changed, 411 insertions(+), 116 deletions(-)

commit 8e8226f100da96a879efbfd5c49d78f86276a0ba
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Mon Mar 12 20:56:04 2007 +0000

    - Version 0.10.1
    
    * configure.in:
    * NEWS:
    - Version 0.10.1
    
    svn path=/trunk/; revision=899

 ChangeLog    |    6 ++++++
 NEWS         |    4 ++++
 configure.in |    2 +-
 3 files changed, 11 insertions(+), 1 deletions(-)

commit 2050ff9892a0ca47fe4fd9ce5e05b1c26850377b
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Mon Mar 12 20:53:58 2007 +0000

    - Fix bootstrapping issue, #416933 (Elijah Newren)
    
    * autogen.sh:
    - Fix bootstrapping issue, #416933 (Elijah Newren)
    
    svn path=/trunk/; revision=898

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

commit 89d3d30c04f45fdb4323c214d783761e0b7d6051
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Mon Mar 12 16:49:13 2007 +0000

    - Version 0.10.0
    
    * configure.in:
    * NEWS:
    - Version 0.10.0
    
    svn path=/trunk/; revision=896

 ChangeLog    |    6 ++++++
 Makefile.am  |    1 -
 NEWS         |   16 ++++++++++++++++
 configure.in |    2 +-
 4 files changed, 23 insertions(+), 2 deletions(-)

commit 72e2611feef72ba92d73d44ca4309d5f0f45f264
Author: Amanpreet Singh Alam <aman@src.gnome.org>
Date:   Mon Mar 12 02:30:49 2007 +0000

    Adding Punjabi by alam
    
    svn path=/trunk/; revision=895

 po/pa.po |  164 ++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 81 insertions(+), 83 deletions(-)

commit fa56505cb5a83c67776c8250ca5d271e867c53be
Author: Leonardo Ferreira Fontenelle <leonardof@svn.gnome.org>
Date:   Thu Mar 8 21:12:21 2007 +0000

    Fixed Brazilian Portuguese translation. Closes bug #416174. Thanks to
    
    2007-03-08  Leonardo Ferreira Fontenelle  <leonardof@svn.gnome.org>
    
    	* pt_BR.po: Fixed Brazilian Portuguese translation. Closes
    	bug #416174. Thanks to Shaun McCance by noticing it!
    
    svn path=/trunk/; revision=894

 po/ChangeLog |    5 +
 po/pt_BR.po  |  276 +++++++++++++++++++++++++++++++++++++++++++++++-----------
 2 files changed, 229 insertions(+), 52 deletions(-)

commit d0a2fe589c3a3277c2ce91ec94e2f82f17e7e3cd
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Fri Mar 2 16:27:05 2007 +0000

    - Adding stubs for design principles and explantory content
    
    * spec/10minutes.xml:
    * spec/explore.xml:
    * spec/principle-guide.xml:
    * spec/principle-justenough.xml:
    * spec/principle-redundancy.xml:
    * spec/principles.xml:
    - Adding stubs for design principles and explantory content
    
    * spec/*.xml:
    - Adding version information and stub content to all pages
    
    * spec/mallard.xml:
    * spec/spec.xml:
    * spec/spec_info.xml:
    * spec/spec_pages.xml:
    - Adding some guide pages
    
    * spec/figures/mallard.png:
    - Adding Drake
    
    * spec/TODO:
    - Adding 'Best Practices' to section list
    
    * xslt/mal2html.xsl:
    * xslt/mal2html-page.xsl:
    - Better page handling, page and guide links added
    
    * xslt/theme.xml:
    * xslt/theme.xsl:
    - New module for themeable colors and icons
    
    * xslt/mal2cache.xsl:
    - Ensure info elements are always created
    
    * xslt/mal-link.xsl:
    - Ensure link content is correct for sections
    
    * xslt/mal2html-table.xsl:
    - Partial table support
    
    * xslt/mal2html-css.xsl:
    - Moved page CSS to mal2html-page.xsl
    
    * xslt/mal2html-block.xsl:
    - Using new themeable colors
    
    * xslt/mal2html-list.xsl:
    - Partial support for tree lists
    
    * html/Makefile:
    - Make targets depend on the XSLT
    
    svn path=/trunk/; revision=893

 sandbox/mallard/ChangeLog                     |   54 +++
 sandbox/mallard/html/Makefile                 |    6 +-
 sandbox/mallard/spec/10minutes.xml            |   15 +
 sandbox/mallard/spec/TODO                     |    1 +
 sandbox/mallard/spec/explore.xml              |   15 +
 sandbox/mallard/spec/figures/mallard.png      |  Bin 0 -> 725 bytes
 sandbox/mallard/spec/mal_block.xml            |    2 +
 sandbox/mallard/spec/mal_caption.xml          |    4 +-
 sandbox/mallard/spec/mal_cite.xml             |    4 +-
 sandbox/mallard/spec/mal_cmd.xml              |   11 +-
 sandbox/mallard/spec/mal_code.xml             |    9 +-
 sandbox/mallard/spec/mal_comment.xml          |    1 +
 sandbox/mallard/spec/mal_copyright.xml        |   13 +-
 sandbox/mallard/spec/mal_credit.xml           |    8 +-
 sandbox/mallard/spec/mal_em.xml               |    1 +
 sandbox/mallard/spec/mal_figure.xml           |    1 +
 sandbox/mallard/spec/mal_file.xml             |    1 +
 sandbox/mallard/spec/mal_gui.xml              |    3 +-
 sandbox/mallard/spec/mal_guide.xml            |    2 +
 sandbox/mallard/spec/mal_inline.xml           |   18 +-
 sandbox/mallard/spec/mal_input.xml            |   10 +-
 sandbox/mallard/spec/mal_key.xml              |   10 +-
 sandbox/mallard/spec/mal_license.xml          |   10 +-
 sandbox/mallard/spec/mal_link.xml             |   10 +-
 sandbox/mallard/spec/mal_list.xml             |    1 +
 sandbox/mallard/spec/mal_list_bullet.xml      |    1 +
 sandbox/mallard/spec/mal_list_definition.xml  |    1 +
 sandbox/mallard/spec/mal_list_numbered.xml    |    1 +
 sandbox/mallard/spec/mal_list_tree.xml        |    1 +
 sandbox/mallard/spec/mal_media.xml            |   11 +-
 sandbox/mallard/spec/mal_note.xml             |   10 +-
 sandbox/mallard/spec/mal_output.xml           |   10 +-
 sandbox/mallard/spec/mal_p.xml                |    1 +
 sandbox/mallard/spec/mal_quote.xml            |   18 +-
 sandbox/mallard/spec/mal_screen.xml           |    3 +-
 sandbox/mallard/spec/mal_section.xml          |   10 +-
 sandbox/mallard/spec/mal_synopsis.xml         |    1 +
 sandbox/mallard/spec/mal_sys.xml              |   10 +-
 sandbox/mallard/spec/mal_topic.xml            |    2 +
 sandbox/mallard/spec/mal_var.xml              |   10 +-
 sandbox/mallard/spec/mal_version.xml          |   20 +
 sandbox/mallard/spec/mallard.xml              |   18 +
 sandbox/mallard/spec/principle-guide.xml      |   11 +
 sandbox/mallard/spec/principle-justenough.xml |   12 +
 sandbox/mallard/spec/principle-redundancy.xml |   11 +
 sandbox/mallard/spec/principles.xml           |   43 ++
 sandbox/mallard/spec/spec.xml                 |   14 +
 sandbox/mallard/spec/spec_info.xml            |   10 +
 sandbox/mallard/spec/spec_pages.xml           |   15 +
 sandbox/mallard/xslt/mal-link.xsl             |   18 +-
 sandbox/mallard/xslt/mal2cache.xsl            |   53 +++-
 sandbox/mallard/xslt/mal2html-block.xsl       |  108 ++++--
 sandbox/mallard/xslt/mal2html-css.xsl         |   18 +-
 sandbox/mallard/xslt/mal2html-list.xsl        |   90 ++++
 sandbox/mallard/xslt/mal2html-page.xsl        |  597 +++++++++++++++++++++++++
 sandbox/mallard/xslt/mal2html-table.xsl       |  407 +++++++++++++++++
 sandbox/mallard/xslt/mal2html.xsl             |   73 +---
 sandbox/mallard/xslt/theme.xml                |   49 ++
 sandbox/mallard/xslt/theme.xsl                |   78 ++++
 59 files changed, 1785 insertions(+), 160 deletions(-)

commit d91d0dc0749db748e8968f3e12d59bb1be724ad1
Author: Danilo Šegan <danilo@src.gnome.org>
Date:   Fri Mar 2 09:41:10 2007 +0000

    Fix bug #413602: overwriting of file keyword.
    
    svn path=/trunk/; revision=892

 xml2po/ChangeLog |    6 ++++++
 xml2po/xml2po.py |    4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

commit 82869fda04d61d24221f00a13e598ed9c7e02571
Author: Gintautas Miliauskas <gintas@akl.lt>
Date:   Tue Feb 27 14:42:00 2007 +0000

    Updated Lithuanian translation.
    
    2007-02-27  Gintautas Miliauskas  <gintas@akl.lt>
    
    	* lt.po: Updated Lithuanian translation.
    
    
    svn path=/trunk/; revision=891

 po/ChangeLog |    4 ++++
 po/lt.po     |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

commit b8044afea7124893cc8882c0f23fc45d790a09b3
Author: Maxim Dziumanenko <dziumanenko@gmail.com>
Date:   Wed Feb 21 10:14:08 2007 +0000

    Update Ukrainian translation.
    
    2007-02-21 Maxim Dziumanenko <dziumanenko@gmail.com>
    
    
    	* Update Ukrainian translation.
    
    
    svn path=/trunk/; revision=890

 po/ChangeLog |    4 ++++
 po/uk.po     |   28 ++++++++++++++--------------
 2 files changed, 18 insertions(+), 14 deletions(-)

commit c55f1ce45b39494a39459ee61d3206c03f45afca
Author: Artur Flinta <aflinta@cvs.gnome.org>
Date:   Tue Feb 20 20:49:53 2007 +0000

    Updated Polish translation by GNOME PL Team.
    
    2007-02-20  Artur Flinta  <aflinta@cvs.gnome.org>
    
    	* pl.po: Updated Polish translation by GNOME PL Team.
    
    
    svn path=/trunk/; revision=889

 po/ChangeLog |    4 ++++
 po/pl.po     |    9 +++++++--
 2 files changed, 11 insertions(+), 2 deletions(-)

commit 21743457f4196ac83af7380d8d22bc94c901273b
Author: Artur Flinta <aflinta@cvs.gnome.org>
Date:   Tue Feb 20 20:26:53 2007 +0000

    added pl to LINGUAS
    
    2007-02-20  Artur Flinta  <aflinta@cvs.gnome.org>
    
            * added pl to LINGUAS
    
    svn path=/trunk/; revision=888

 po/LINGUAS |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 00d86f426f19c7201f09e76815e72f72403d0118
Author: Artur Flinta <aflinta@cvs.gnome.org>
Date:   Tue Feb 20 20:25:34 2007 +0000

    Updated Polish translation by GNOME PL Team.
    
    2007-02-20  Artur Flinta  <aflinta@cvs.gnome.org>
    
    	* pl.po: Updated Polish translation by GNOME PL Team.
    
    
    svn path=/trunk/; revision=887

 po/ChangeLog |    4 +
 po/pl.po     | 1904 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 1908 insertions(+), 0 deletions(-)

commit 44fcb02698411e7730ccd3ebdb2f5dcc2a335b09
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Mon Feb 19 22:17:10 2007 +0000

    - Started getting guide links from the cache
    
    * xslt/mal2html.xsl:
    - Started getting guide links from the cache
    
    * spec/mal_code.xml:
    - The id is mal_code, not mal_block_code
    
    svn path=/trunk/; revision=886

 sandbox/mallard/ChangeLog         |    8 +++++++
 sandbox/mallard/spec/mal_code.xml |    2 +-
 sandbox/mallard/xslt/mal2html.xsl |   41 ++++++++++++++++++++++--------------
 3 files changed, 34 insertions(+), 17 deletions(-)

commit a45bc0f73dd5643487d48953883fdb4d78a2f2f0
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Mon Feb 19 20:29:20 2007 +0000

    - Make ACLOCAL_FLAGS work when srcdir != builddir [#409292] - Don't copy
    
    * autogen.sh:
    - Make ACLOCAL_FLAGS work when srcdir != builddir [#409292]
    - Don't copy gnome-doc-utils.m4, since we don't need to
    
    svn path=/trunk/; revision=885

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

commit d2500da730cd20968b48124fde90d7eb0ba63950
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Mon Feb 19 20:16:00 2007 +0000

    - Use abs_srcdir to remove some relative path stupidity [#409341]
    
    * tools/gnome-doc-utils.make:
    - Use abs_srcdir to remove some relative path stupidity [#409341]
    
    svn path=/trunk/; revision=884

 ChangeLog                  |    5 +++++
 tools/gnome-doc-utils.make |   13 +++++--------
 2 files changed, 10 insertions(+), 8 deletions(-)

commit f99737c797c6d5c3b59983555a7ff0d7f42e25d7
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Mon Feb 19 17:54:09 2007 +0000

    - Fixed type in error message
    
    * xslt/docbook/omf/db2omf.xsl:
    - Fixed type in error message
    
    * tools/gnome-doc-utils.make:\
    - Don't unilaterally stick `pwd` onto $(_DOC_OMF_IN) [#169324]
    
    * tools/gnome-doc-tool.in:
    - Removed an echo I'd left in from testing
    
    svn path=/trunk/; revision=883

 ChangeLog                   |   11 +++++++++++
 tools/gnome-doc-tool.in     |    1 -
 tools/gnome-doc-utils.make  |    4 ++--
 xslt/docbook/omf/db2omf.xsl |    2 +-
 4 files changed, 14 insertions(+), 4 deletions(-)

commit 57506f220f2604f0db979f8976b5aeeb195b9f00
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Mon Feb 19 17:52:12 2007 +0000

    - Changed RNG for tree lists
    
    * spec/mal_list_tree.xml:
    - Changed RNG for tree lists
    
    * spec/mal_table.xml:
    * spec/mal_caption.xml:
    - Added tons of table stuff, tons more to go
    
    * spec/TODO:
    - More outline sketches about the structure of spec pages
    
    * spec/mal_app.xml:
    - Fixed typo
    
    * html/Makefile:
    * xslt/mal2cache.xsl:
    - Got a basically functional cache
    
    * xslt/mal2html.xsl:
    - Reworked top-level templates a bit
    
    * xslt/mal2html-block.xsl:
    - Style tweaks
    - Use a first-child class on blocks, to avoid CSS :first-child
    
    * xslt/mal2html-css.xsl:
    - More style tweaks, include table and list CSS
    
    svn path=/trunk/; revision=882

 sandbox/mallard/ChangeLog               |   29 ++
 sandbox/mallard/html/Makefile           |   18 +-
 sandbox/mallard/spec/TODO               |   27 +-
 sandbox/mallard/spec/mal_app.xml        |    2 +-
 sandbox/mallard/spec/mal_caption.xml    |    5 +
 sandbox/mallard/spec/mal_list_tree.xml  |   14 +-
 sandbox/mallard/spec/mal_table.xml      |  779 ++++++++++++++++++++++++++++++-
 sandbox/mallard/xslt/mal2cache.xsl      |   69 ++-
 sandbox/mallard/xslt/mal2html-block.xsl |   52 ++-
 sandbox/mallard/xslt/mal2html-css.xsl   |   19 +-
 sandbox/mallard/xslt/mal2html.xsl       |   49 ++-
 11 files changed, 994 insertions(+), 69 deletions(-)

commit 7f702e4ae048346953641aaebb556630e5ea9f06
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Fri Feb 9 16:52:25 2007 +0000

    html/Makefile - Copy figures over
    
    * html/Makefile
    - Copy figures over
    
    * html/mallard-icon-code.png:
    - Added block code watermark from the BeanStalk mockups
    
    * rng/Makefile:
    - Don't leave an empty mallard.rng around when it can't be built
    
    * spec/mal_list.xml:
    * spec/mal_list_bullet.xml:
    * spec/mal_list_definition.xml:
    * spec/mal_list_numbered.xml:
    * spec/mal_list_tree.xml:
    - Starting to hash out the list types
    
    * spec/TODO:
    * spec/legal.xml:
    * spec/mal_app.xml:
    * spec/mal_block.xml:
    * spec/mal_caption.xml:
    * spec/mal_cite.xml:
    * spec/mal_cmd.xml:
    * spec/mal_comment.xml:
    * spec/mal_credit.xml:
    * spec/mal_gui.xml:
    * spec/mal_info.xml:
    * spec/mal_inline.xml:
    * spec/mal_license.xml:
    * spec/mal_synopsis.xml:
    * spec/mal_topic.xml:
    - Added content
    
    * spec/Makefile:
    - Exclude legal from the pages to check
    - Added status-report target
    
    * xslt/mal2html-inline.xsl:
    - Some styling work
    
    * xslt/mal2html-media.xsl:
    - Partial support for block images
    
    * xslt/util.xsl:
    - Utility template to strip leading/trailing newlines
    
    * xslt/mal2html.xsl:
    - Include mal2html-media.xsl and util.xsl
    
    * xslt/mal-link.xsl:
    - Put in FIXME text for non-yet-complete automatic link content
    
    * xslt/mal2html-block.xsl:
    - Some styling work
    - Added figure and caption support
    - Made the code template use util.strip_newlines
    - Implemented new attribute form of of caption
    
    svn path=/trunk/; revision=881

 sandbox/mallard/ChangeLog                    |   60 ++++++++++
 sandbox/mallard/html/Makefile                |    6 +-
 sandbox/mallard/html/mallard-icon-code.png   |  Bin 0 -> 19526 bytes
 sandbox/mallard/rng/Makefile                 |    3 +-
 sandbox/mallard/spec/Makefile                |   47 +++++++-
 sandbox/mallard/spec/TODO                    |   16 +++-
 sandbox/mallard/spec/legal.xml               |    8 ++
 sandbox/mallard/spec/mal_app.xml             |   37 +++++-
 sandbox/mallard/spec/mal_block.xml           |    2 +-
 sandbox/mallard/spec/mal_caption.xml         |   68 +++++++++++
 sandbox/mallard/spec/mal_cite.xml            |   30 +++++
 sandbox/mallard/spec/mal_cmd.xml             |   57 ++++++++-
 sandbox/mallard/spec/mal_comment.xml         |    4 +-
 sandbox/mallard/spec/mal_credit.xml          |    8 +-
 sandbox/mallard/spec/mal_gui.xml             |   11 ++-
 sandbox/mallard/spec/mal_info.xml            |   18 +++
 sandbox/mallard/spec/mal_inline.xml          |    5 +-
 sandbox/mallard/spec/mal_license.xml         |    2 +
 sandbox/mallard/spec/mal_list.xml            |   63 ++--------
 sandbox/mallard/spec/mal_list_bullet.xml     |   20 +++
 sandbox/mallard/spec/mal_list_definition.xml |   20 +++
 sandbox/mallard/spec/mal_list_numbered.xml   |   20 +++
 sandbox/mallard/spec/mal_list_tree.xml       |   19 +++
 sandbox/mallard/spec/mal_synopsis.xml        |    4 +-
 sandbox/mallard/spec/mal_topic.xml           |   10 ++-
 sandbox/mallard/xslt/mal-link.xsl            |    2 +-
 sandbox/mallard/xslt/mal2html-block.xsl      |  164 ++++++++++++++------------
 sandbox/mallard/xslt/mal2html-inline.xsl     |    9 +-
 sandbox/mallard/xslt/mal2html-media.xsl      |   41 +++++++
 sandbox/mallard/xslt/mal2html.xsl            |    3 +
 sandbox/mallard/xslt/util.xsl                |  110 +++++++++++++++++
 31 files changed, 703 insertions(+), 164 deletions(-)

commit 441bdeb14810795e5c5b1d94635fb34077d4086b
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Fri Feb 2 20:09:21 2007 +0000

    - Changed rnc to rng
    
    * spec/Makefile:
    - Changed rnc to rng
    
    svn path=/trunk/; revision=880

 sandbox/mallard/ChangeLog     |    5 +++++
 sandbox/mallard/spec/Makefile |    4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

commit 08b7b6846f65311ac5b93303f558c95b7eb90839
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Fri Feb 2 19:14:53 2007 +0000

    - Adding Makefile to build html versions
    
    * html/Makefile:
    - Adding Makefile to build html versions
    
    svn path=/trunk/; revision=879

 sandbox/mallard/ChangeLog     |    5 +++++
 sandbox/mallard/html/Makefile |   16 ++++++++++++++++
 2 files changed, 21 insertions(+), 0 deletions(-)

commit 02d0d9fc2f6d1c3db5c322483b3c8df903c9c79e
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Fri Feb 2 19:11:02 2007 +0000

    - Brining in the new
    
    * rng/*:
    * spec/*:
    * xslt/*:
    - Brining in the new
    
    svn path=/trunk/; revision=878

 sandbox/mallard/ChangeLog                |    7 +
 sandbox/mallard/rng/Makefile             |    9 +
 sandbox/mallard/rng/rnc2rng.awk          |  210 +++++++++++++++++++++++++
 sandbox/mallard/spec/Makefile            |   22 +++
 sandbox/mallard/spec/TODO                |    3 +
 sandbox/mallard/spec/mal_TODO.xml        |   13 ++
 sandbox/mallard/spec/mal_app.xml         |   20 +++
 sandbox/mallard/spec/mal_attr.xml        |    2 +
 sandbox/mallard/spec/mal_block.xml       |   45 ++++++
 sandbox/mallard/spec/mal_caption.xml     |    2 +
 sandbox/mallard/spec/mal_cite.xml        |    2 +
 sandbox/mallard/spec/mal_cmd.xml         |   20 +++
 sandbox/mallard/spec/mal_code.xml        |   63 ++++++++
 sandbox/mallard/spec/mal_comment.xml     |   49 ++++++
 sandbox/mallard/spec/mal_copyright.xml   |    2 +
 sandbox/mallard/spec/mal_credit.xml      |   23 +++
 sandbox/mallard/spec/mal_date.xml        |   20 +++
 sandbox/mallard/spec/mal_em.xml          |   20 +++
 sandbox/mallard/spec/mal_email.xml       |   20 +++
 sandbox/mallard/spec/mal_figure.xml      |   23 +++
 sandbox/mallard/spec/mal_file.xml        |   20 +++
 sandbox/mallard/spec/mal_gui.xml         |   20 +++
 sandbox/mallard/spec/mal_guide.xml       |   21 +++
 sandbox/mallard/spec/mal_info.xml        |    2 +
 sandbox/mallard/spec/mal_inline.xml      |   47 ++++++
 sandbox/mallard/spec/mal_input.xml       |    2 +
 sandbox/mallard/spec/mal_item.xml        |    2 +
 sandbox/mallard/spec/mal_key.xml         |    2 +
 sandbox/mallard/spec/mal_link.xml        |    2 +
 sandbox/mallard/spec/mal_list.xml        |   70 +++++++++
 sandbox/mallard/spec/mal_media.xml       |    2 +
 sandbox/mallard/spec/mal_name.xml        |   20 +++
 sandbox/mallard/spec/mal_note.xml        |    2 +
 sandbox/mallard/spec/mal_output.xml      |    2 +
 sandbox/mallard/spec/mal_p.xml           |   62 ++++++++
 sandbox/mallard/spec/mal_quote.xml       |    4 +
 sandbox/mallard/spec/mal_screen.xml      |   21 +++
 sandbox/mallard/spec/mal_section.xml     |    2 +
 sandbox/mallard/spec/mal_subtitle.xml    |    2 +
 sandbox/mallard/spec/mal_synopsis.xml    |   42 +++++
 sandbox/mallard/spec/mal_sys.xml         |    2 +
 sandbox/mallard/spec/mal_table.xml       |    2 +
 sandbox/mallard/spec/mal_title.xml       |    2 +
 sandbox/mallard/spec/mal_topic.xml       |   21 +++
 sandbox/mallard/spec/mal_var.xml         |    2 +
 sandbox/mallard/xslt/mal-link.xsl        |   95 ++++++++++++
 sandbox/mallard/xslt/mal2cache.xsl       |   49 ++++++
 sandbox/mallard/xslt/mal2html-block.xsl  |  213 ++++++++++++++++++++++++++
 sandbox/mallard/xslt/mal2html-css.xsl    |  121 +++++++++++++++
 sandbox/mallard/xslt/mal2html-inline.xsl |  246 ++++++++++++++++++++++++++++++
 sandbox/mallard/xslt/mal2html.xsl        |   85 ++++++++++
 sandbox/mallard/xslt/mal2rnc.xsl         |   31 ++++
 52 files changed, 1791 insertions(+), 0 deletions(-)

commit 55f8182565e6c57c7d572b021835930c77c65837
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Fri Feb 2 17:43:23 2007 +0000

    - Out with the old, prepare for the new
    
    * doc/Makefile.am:
    * doc/*:
    * rng/*:
    * configure.in:
    * Makefile.am:
    - Out with the old, prepare for the new
    
    svn path=/trunk/; revision=877

 sandbox/mallard/ChangeLog                      |    9 +
 sandbox/mallard/Makefile.am                    |    5 +-
 sandbox/mallard/configure.in                   |    5 -
 sandbox/mallard/doc/.cvsignore                 |    2 -
 sandbox/mallard/doc/Makefile.am                |    1 -
 sandbox/mallard/doc/mallard/.cvsignore         |    2 -
 sandbox/mallard/doc/mallard/C/.cvsignore       |   11 -
 sandbox/mallard/doc/mallard/C/legal.xml        |   63 --
 sandbox/mallard/doc/mallard/C/mallard.xml      |   52 --
 sandbox/mallard/doc/mallard/Makefile.am        |    9 -
 sandbox/mallard/doc/mallard/mallard.desktop.in |    2 -
 sandbox/mallard/doc/mallard/mallard.omf.in     |   12 -
 sandbox/mallard/rng/.cvsignore                 |    2 -
 sandbox/mallard/rng/db-admon.rng               |  131 ----
 sandbox/mallard/rng/db-callout.rng             |   95 ---
 sandbox/mallard/rng/db-cmdsynopsis.rng         |  223 -------
 sandbox/mallard/rng/db-comp.rng                |  845 ------------------------
 sandbox/mallard/rng/db-credits.rng             |  616 -----------------
 sandbox/mallard/rng/db-list.rng                |  262 --------
 sandbox/mallard/rng/db-media.rng               |  271 --------
 sandbox/mallard/rng/db-para.rng                |  113 ----
 sandbox/mallard/rng/db-section.rng             |   93 ---
 sandbox/mallard/rng/db-title.rng               |  118 ----
 23 files changed, 10 insertions(+), 2932 deletions(-)

commit 1766c98238f7bf4248f272378efb18af68346372
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Mon Jan 29 20:04:21 2007 +0000

    - Version 0.9.2
    
    * configure.in:
    * NEWS:
    - Version 0.9.2
    
    svn path=/trunk/; revision=875

 ChangeLog    |    6 ++++++
 NEWS         |    4 ++++
 configure.in |    2 +-
 3 files changed, 11 insertions(+), 1 deletions(-)

commit 9e96e0d8ae305d0fe53e5ec0bfea352f8d1d8665
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Mon Jan 29 19:07:02 2007 +0000

    - Do not do SK category code checks if the param is not passed [#402159]
    
    * xslt/docbook/omf/db2omf.xsl:
    - Do not do SK category code checks if the param is not passed [#402159]
    
    svn path=/trunk/; revision=874

 ChangeLog                   |    5 +++++
 xslt/docbook/omf/db2omf.xsl |   30 ++++++++++++++++--------------
 2 files changed, 21 insertions(+), 14 deletions(-)

commit d9825c07f8b404f8729a0e533bcbae0d00f95770
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Fri Jan 26 16:40:10 2007 +0000

    - Version 0.9.1
    
    * configure.in:
    * NEWS:
    - Version 0.9.1
    
    svn path=/trunk/; revision=872

 ChangeLog    |    6 ++++++
 NEWS         |   42 ++++++++++++++++++++++++++++++++++++++++++
 configure.in |    2 +-
 3 files changed, 49 insertions(+), 1 deletions(-)

commit 2ea6c2ba0f1818b291ab85d2a1190953f7b31f28
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Fri Jan 26 16:08:35 2007 +0000

    - Fixed help message for html command
    
    * tools/gnome-doc-tool.in:
    - Fixed help message for html command
    
    svn path=/trunk/; revision=871

 ChangeLog               |    5 +++++
 tools/gnome-doc-tool.in |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

commit 1fdb9a194be594e9d6f28b3cd971148777d0349e
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Fri Jan 26 16:06:33 2007 +0000

    - Moved gnome-doc-html to gnome-doc-tool, new subcommand syntax
    
    * configure.in:
    * tools/gnome-doc-html.in:
    * tools/gnome-doc-tool.in:
    * tools/Makefile.am:
    - Moved gnome-doc-html to gnome-doc-tool, new subcommand syntax
    
    svn path=/trunk/; revision=870

 ChangeLog               |    8 ++
 configure.in            |    2 +-
 tools/Makefile.am       |    4 +-
 tools/gnome-doc-html.in |  218 ----------------------------------------
 tools/gnome-doc-tool.in |  251 +++++++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 262 insertions(+), 221 deletions(-)

commit 87ec967c961fc81e0f844354eba4d941f8a3d280
Author: Christian Persch <chpe@svn.gnome.org>
Date:   Fri Jan 26 14:33:45 2007 +0000

    Fix distcheck.
    
    2007-01-26  Christian Persch  <chpe@svn.gnome.org>
    
    	* Makefile.am: Fix distcheck.
    
    svn path=/trunk/; revision=869

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

commit 464ab5f752fe4d1733e72aa1242476f569464786
Author: Christian Persch <chpe@svn.gnome.org>
Date:   Fri Jan 26 13:34:38 2007 +0000

    Make make dist fail when gdu isn't present. Bug #400705.
    
    2007-01-25  Christian Persch  <chpe@svn.gnome.org>
    
    	* configure.in:
    	* tools/gnome-doc-utils.m4:
    	* tools/gnome-doc-utils.make: Make make dist fail when gdu isn't
    	present. Bug #400705.
    
    2007-01-25  Christian Persch  <chpe@svn.gnome.org>
    
    svn path=/trunk/; revision=868

 ChangeLog                  |    7 +++++++
 autogen.sh                 |    2 +-
 configure.in               |    3 ++-
 tools/gnome-doc-utils.m4   |    1 +
 tools/gnome-doc-utils.make |    8 +++++++-
 5 files changed, 18 insertions(+), 3 deletions(-)

commit 0295de92ded7fca5f0db7e604745ca8b561f54b1
Author: Luca Ferretti <elle.uca@libero.it>
Date:   Fri Jan 26 13:01:40 2007 +0000

    Update Italian translation.
    
    2007-01-26  Luca Ferretti  <elle.uca@libero.it>
    
    	* it.po: Update Italian translation.
    
    
    svn path=/trunk/; revision=867

 po/ChangeLog |    4 ++
 po/it.po     |  153 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 81 insertions(+), 76 deletions(-)

commit 9fbd1c8bf66286fa11e3d1cb6001d88e6104ebdc
Author: Christian Persch <chpe@src.gnome.org>
Date:   Thu Jan 25 18:34:43 2007 +0000

    Remove autoinstalled files from svn
    
    svn path=/trunk/; revision=866

 INSTALL |  231 ---------------------------------------------------------------
 1 files changed, 0 insertions(+), 231 deletions(-)

commit 4b646e27910c3927178be8a9c9ae4901d210f394
Author: Christian Persch <chpe@svn.gnome.org>
Date:   Thu Jan 25 18:23:04 2007 +0000

    Actually remove the ALL_LINGUAS line too.
    
    2007-01-25  Christian Persch  <chpe@svn.gnome.org>
    
    	* configure.in: Actually remove the ALL_LINGUAS line too.
    
    svn path=/trunk/; revision=865

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

commit b5fdbd7952b5ad00e4131d388a11ff91002fd12f
Author: Brian Pepple <bdpepple@gmail.com>
Date:   Thu Jan 25 18:20:29 2007 +0000

    New file listing all supported languages.
    
    2006-04-15  Brian Pepple  <bdpepple@gmail.com>
    
     	* po/LINGUAS: New file listing all supported languages.
    
     	* configure.in: Use po/LINGUAS instead of including all languages
     	directly in this file. See the wiki for more information:
     	http://live.gnome.org/GnomeGoals/PoLinguas. Bug #337987.
    
    
    svn path=/trunk/; revision=864

 ChangeLog    |    8 +++++++
 configure.in |    2 +-
 po/LINGUAS   |   61 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 70 insertions(+), 1 deletions(-)

commit 650bf338e4a5d0342c823eec281a6c44011c033f
Author: Christian Persch <chpe@svn.gnome.org>
Date:   Thu Jan 25 18:01:38 2007 +0000

    - Provide a 3-argument variant of GNOME_DOC_INIT, to use if you don't want
    
    2007-01-25  Christian Persch  <chpe@svn.gnome.org>
    
    	* tools/gnome-doc-utils.m4:
    	- Provide a 3-argument variant of GNOME_DOC_INIT, to use if you don't
    	want missing gdu be fatal. Bug #392424, also fixes bug #350441.
    
    svn path=/trunk/; revision=863

 ChangeLog                |    6 ++++++
 tools/gnome-doc-utils.m4 |   20 ++++++++++++--------
 2 files changed, 18 insertions(+), 8 deletions(-)

commit 8c4cf4bcd5f378e3c2ef2ab6487cb14f0ca4bbfd
Author: Joachim Noreiko <jnoreiko@yahoo.com>
Date:   Thu Jan 18 11:41:52 2007 +0000

    - Adding <abstract role="description">, #397174
    
    2007-01-18  Joachim Noreiko  <jnoreiko@yahoo.com>
    
    	* data/templates/gnome-app-template.xml:
    	* data/templates/gnome-applet-template.xml:
    	- Adding <abstract role="description">, #397174
    
    svn path=/trunk/; revision=862

 ChangeLog                                |    6 ++++++
 data/templates/gnome-app-template.xml    |    5 ++++-
 data/templates/gnome-applet-template.xml |    5 ++++-
 3 files changed, 14 insertions(+), 2 deletions(-)

commit 49a0b1408fa9e49f9fb59e6548589f95ec082388
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Fri Jan 12 19:16:53 2007 +0000

    - Adding NO-AUTO-GEN, for #376908
    
    * sandbox/mallard/NO-AUTO-GEN:
    - Adding NO-AUTO-GEN, for #376908
    
    * doc/gnome-doc-make/Makefile.am:
    * doc/xslt/Makefile.am:
    * autogen.sh:
    - Just use the gnome-doc-utils.make out of tools/
    
    svn path=/trunk/; revision=861

 ChangeLog                      |   10 ++++++++++
 autogen.sh                     |    2 +-
 doc/gnome-doc-make/Makefile.am |    4 ++--
 doc/xslt/Makefile.am           |    2 +-
 4 files changed, 14 insertions(+), 4 deletions(-)

commit 4faf305e240befce0c9c4a2339154c57f582052f
Author: Christian Persch <chpe@src.gnome.org>
Date:   Sun Dec 31 19:10:39 2006 +0000

    Remove +x from po files
    
    svn path=/trunk/; revision=860

 0 files changed, 0 insertions(+), 0 deletions(-)

commit 75f2f12c78557b663a3c0bdddda253f464300878
Author: Danilo Šegan <danilo@src.gnome.org>
Date:   Tue Dec 26 20:22:23 2006 +0000

    Smaller performance improvements.

 xml2po/ChangeLog |    5 +++++
 xml2po/xml2po.py |   14 +++++++++++++-
 2 files changed, 18 insertions(+), 1 deletions(-)

commit 3e42bf2151f46d22306902c149e038196c658fc2
Author: Danilo Šegan <danilo@src.gnome.org>
Date:   Tue Dec 26 19:48:14 2006 +0000

    Added XHTML mode and attribute extraction support.

 xml2po/ChangeLog           |   20 +++++++++++++
 xml2po/TODO                |    6 ++--
 xml2po/modes/Makefile.am   |    2 +-
 xml2po/modes/docbook.py    |    8 ++++-
 xml2po/modes/empty.py      |    6 +++-
 xml2po/modes/gs.py         |    6 +++-
 xml2po/modes/xhtml.py      |   64 ++++++++++++++++++++++++++++++++++++++++++++
 xml2po/tests/ChangeLog     |    5 +++
 xml2po/tests/test.py       |    1 +
 xml2po/tests/xhtml.po      |   32 ++++++++++++++++++++++
 xml2po/tests/xhtml.pot     |   32 ++++++++++++++++++++++
 xml2po/tests/xhtml.xml     |   14 +++++++++
 xml2po/tests/xhtml.xml.out |   14 +++++++++
 xml2po/xml2po.py           |   51 ++++++++++++++++++++++++++++------
 14 files changed, 244 insertions(+), 17 deletions(-)

commit e13963d4b77e3508055a4d1d61207ada5ea879e6
Author: Danilo Šegan <danilo@src.gnome.org>
Date:   Tue Dec 26 15:41:02 2006 +0000

    Ignore ignored tags, fix #378073.

 xml2po/ChangeLog |    6 ++++++
 xml2po/xml2po.py |    4 +++-
 2 files changed, 9 insertions(+), 1 deletions(-)

commit ba37e16895eb24c837a42fc49153872a4bed1c24
Author: Danilo Šegan <danilo@src.gnome.org>
Date:   Tue Dec 26 15:28:18 2006 +0000

    Add reuse test.

 xml2po/tests/ChangeLog           |    6 ++
 xml2po/tests/reuse/reuse.po      |  149 ++++++++++++++++++++++++++++++++++++++
 xml2po/tests/reuse/reuse.pot     |   74 +++++++++++++++++++
 xml2po/tests/reuse/reuse.xml     |  111 ++++++++++++++++++++++++++++
 xml2po/tests/reuse/reuse.xml.out |   51 +++++++++++++
 5 files changed, 391 insertions(+), 0 deletions(-)

commit ba6007bad3838c4d37ad08a4e27c6804b5213a80
Author: Danilo Šegan <danilo@src.gnome.org>
Date:   Tue Dec 26 15:20:46 2006 +0000

    Remove remaining bits from standalone xml2po, fix tests, fix bug #381607.

 xml2po/ChangeLog                 |   14 +++++++++
 xml2po/Makefile.am               |    2 +-
 xml2po/autogen.sh                |    5 ---
 xml2po/configure.ac              |   59 --------------------------------------
 xml2po/tests/ChangeLog           |    5 +++
 xml2po/tests/ubuntu-mode.pot     |   12 ++++----
 xml2po/tests/ubuntu-mode.xml.out |    2 +-
 xml2po/xml2po.py                 |    5 ++-
 8 files changed, 31 insertions(+), 73 deletions(-)

commit c3ae93b33c2e2a399fe747955c120eecc201c0c1
Author: Djihed Afifi <djihed@src.gnome.org>
Date:   Mon Dec 18 01:40:35 2006 +0000

    Updated Arabic Translation. Sync for gnome-2-18

 po/ChangeLog |    4 +
 po/ar.po     |  545 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 290 insertions(+), 259 deletions(-)

commit ca0099c53c51acec536bbbec0b2c8b0450501ba3
Author: Joachim Noreiko <joachimn@src.gnome.org>
Date:   Sun Dec 10 17:05:32 2006 +0000

    	- explicit 'on adding &applet; to a panel' in link to User Guide

 ChangeLog                                |    1 +
 data/templates/gnome-applet-template.xml |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)

commit 89bc936b4678bda3d16266e0788c245ee4c91564
Author: Joachim Noreiko <joachimn@src.gnome.org>
Date:   Sun Dec 10 16:57:12 2006 +0000

    	- made all ids consistenly "myapplet-" (figures were "applet-")
    	- changed screenshot to informalfigure, as 'Figure 1' is overkill

 ChangeLog                                |    2 ++
 data/templates/gnome-applet-template.xml |   14 +++++++-------
 2 files changed, 9 insertions(+), 7 deletions(-)

commit d5b889fa8ecd4f2f4f6995db91232c5111a6dbef
Author: Joachim Noreiko <jnoreiko@yahoo.com>
Date:   Sun Dec 10 16:04:38 2006 +0000

    - First draft of an applet manual template, based on
    
    2006-12-10  Joachim Noreiko  <jnoreiko@yahoo.com>
    
    	* data/templates/gnome-applet-template.xml:
    	- First draft of an applet manual template, based on
    	  http://developer.gnome.org/projects/gdp/templates.html

 ChangeLog                                |    8 +-
 data/templates/gnome-applet-template.xml |  522 ++++++++++++++++++++++++++++++
 2 files changed, 529 insertions(+), 1 deletions(-)

commit d6ee2daa1107e66e5f065722d0efade48168dc5b
Author: Joachim Noreiko <jnoreiko@yahoo.com>
Date:   Sat Dec 9 17:32:31 2006 +0000

    Fixed a few old links and quaint verbiage
    
    2006-12-09  Joachim Noreiko  <jnoreiko@yahoo.com>
    
    	* data/templates/gnome-app-template.xml:
        Fixed a few old links and quaint verbiage

 ChangeLog                             |    5 ++
 data/templates/gnome-app-template.xml |   70 ++++++++++++++------------------
 2 files changed, 36 insertions(+), 39 deletions(-)

commit 76f0cc73a12e3d6ce1727277e9a5d983888db099
Author: Priit Laes <plaes@cvs.gnome.org>
Date:   Sat Dec 2 15:32:56 2006 +0000

    Translation updated by Ivar Smolin.
    
    2006-12-02  Priit Laes  <plaes@cvs.gnome.org>
    
    	* et.po: Translation updated by Ivar Smolin.

 po/ChangeLog |    4 ++++
 po/et.po     |    4 +++-
 2 files changed, 7 insertions(+), 1 deletions(-)

commit c5037bef7cc0f597d6fb6239564097ef6cfdb88a
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Fri Dec 1 17:10:57 2006 +0000

    - Moving files to tools
    
    * Makefile.am:
    * configure.in:
    * gnome-doc-html.in:
    * gnome-doc-prepare.in:
    * gnome-doc-utils.pc.in:
    * tools/Makefile.am:
    * tools/gnome-doc-html.in:
    * tools/gnome-doc-prepare.in:
    * tools/gnome-doc-utils.pc.in:
    - Moving files to tools

 Makefile.am                 |   11 +-
 configure.in                |    6 +-
 gnome-doc-html.in           |  218 ---------------------------
 gnome-doc-prepare.in        |  350 -------------------------------------------
 gnome-doc-utils.pc.in       |   14 --
 tools/Makefile.am           |   18 ++-
 tools/gnome-doc-html.in     |  218 +++++++++++++++++++++++++++
 tools/gnome-doc-prepare.in  |  350 +++++++++++++++++++++++++++++++++++++++++++
 tools/gnome-doc-utils.pc.in |   14 ++
 9 files changed, 603 insertions(+), 596 deletions(-)

commit 72b4797345262f0dfc5e34f71f0e31527dfb32c6
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Sun Nov 26 19:24:32 2006 +0000

    - Removed gawk extensions, #378739 - Fixed non-portable sed expression,
    
    * doc/xslt/Makefile.am:
    - Removed gawk extensions, #378739
    - Fixed non-portable sed expression, #378763
    - Added xsldoc-generated files to clean-local

 ChangeLog            |   17 ++++++++++++-----
 doc/xslt/Makefile.am |   17 ++++++++++++-----
 2 files changed, 24 insertions(+), 10 deletions(-)

commit 1313ea201ba92eb3817db74f453f26f773e617dc
Author: Joachim Noreiko <jnoreiko@yahoo.com>
Date:   Tue Nov 21 20:51:02 2006 +0000

    - First draft of an application manual template, based on
    
    2006-11-21  Joachim Noreiko  <jnoreiko@yahoo.com>
    
      * data/templates/gnome-app-template.xml:
      * data/templates/legal.xml:
      - First draft of an application manual template, based on
        http://developer.gnome.org/projects/gdp/templates.html
        Legal.xml is just the standard legal.xml we already use.

 ChangeLog |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

commit ab110dc60d89a315f8def6f9f9929a45c6a965bb
Author: Joachim Noreiko <joachimn@src.gnome.org>
Date:   Tue Nov 21 20:49:45 2006 +0000

    Standard legal.xml file.

 data/templates/legal.xml |   73 ++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 73 insertions(+), 0 deletions(-)

commit aa853b2c31dd6acd435825840270083ad91c65ff
Author: Joachim Noreiko <joachimn@src.gnome.org>
Date:   Tue Nov 21 20:47:10 2006 +0000

    First draft, based on template here:
    http://developer.gnome.org/projects/gdp/templates.html

 data/templates/gnome-app-template.xml |  866 +++++++++++++++++++++++++++++++++
 1 files changed, 866 insertions(+), 0 deletions(-)

commit 75066fec201565c3fcb80b51b4401d8135847c17
Author: Wouter Bolsterlee <wbolster@src.gnome.org>
Date:   Sun Nov 19 19:03:51 2006 +0000

    file pl.po was initially added on branch gnome-2-16.

commit 4a710aa2f55c3812815cd13740602347a131f818
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Thu Nov 16 17:10:37 2006 +0000

    - Copy gdu.m4 here, not to the non-existant m4 directory
    
    * autogen.sh:
    - Copy gdu.m4 here, not to the non-existant m4 directory

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

commit d217ada03528845cfc27adc098b4c44606462f72
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Thu Nov 16 16:51:01 2006 +0000

    gnome-doc-utils.make
    
    * Makefile.am:
    * autogen.sh:
    * configure.in:
    * gnome-doc-utils.m4:
    * gnome-doc-utils.make
    * tools/Makefile.am:
    * tools/gnome-doc-utils.m4:
    * tools/gnome-doc-utils.make
    - Moving gdu.m4 and gdu.make to tools, should fix #324603
    - Added GNOME_DOC_DEFINES to M4 for cleaner bootstrapping, allowing:
    - Now using the system-installed gnome-autogen.sh, fixing #340128

 ChangeLog                  |   14 ++
 Makefile.am                |   23 +--
 autogen.sh                 |    7 +-
 configure.in               |    3 +-
 gnome-doc-utils.m4         |   39 ---
 gnome-doc-utils.make       |  560 --------------------------------------------
 tools/Makefile.am          |    9 +
 tools/gnome-doc-utils.m4   |   43 ++++
 tools/gnome-doc-utils.make |  560 ++++++++++++++++++++++++++++++++++++++++++++
 9 files changed, 635 insertions(+), 623 deletions(-)

commit 31083934182cf25f80fc36e58813dab1a3aa65cc
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Wed Nov 15 19:23:33 2006 +0000

    - Allow pubdate and edition to replace revhistory stuff - Provide better
    
    * xslt/docbook/omf/db2omf.xsl:
    - Allow pubdate and edition to replace revhistory stuff
    - Provide better error messages

 ChangeLog                   |    6 ++
 xslt/docbook/omf/db2omf.xsl |  125 ++++++++++++++++++++++++++++---------------
 2 files changed, 88 insertions(+), 43 deletions(-)

commit 2575f920d42ca886be6c6fae1a984904a9b96cef
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Wed Nov 15 16:24:35 2006 +0000

    - Allow pubdate instead of revision for OMF's date element
    
    * xslt/docbook/omf/db2omf.xsl:
    - Allow pubdate instead of revision for OMF's date element

 ChangeLog                   |    5 +++++
 xslt/docbook/omf/db2omf.xsl |   28 +++++++++++++++++++---------
 2 files changed, 24 insertions(+), 9 deletions(-)

commit 52f1109ab80100310fcfe8b49828cd374b219cae
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Fri Nov 10 17:52:33 2006 +0000

    - Added a check for the scrollkeeper_cl.xml file
    
    * gnome-doc-utils.make:
    - Added a check for the scrollkeeper_cl.xml file

 ChangeLog            |    5 +++++
 gnome-doc-utils.make |   12 ++++++++++--
 2 files changed, 15 insertions(+), 2 deletions(-)

commit d0c3e2c46fecb04b3b22ad31cdecacea50f16122
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Thu Nov 9 16:40:48 2006 +0000

    - Make db2omf errors actually exit with a non-zero error code
    
    * gnome-doc-utils.make:
    - Make db2omf errors actually exit with a non-zero error code

 ChangeLog            |    5 +++++
 gnome-doc-utils.make |    4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

commit 2f5b935e76fa76146ae140e986425d5af99b0dff
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Wed Nov 8 16:22:25 2006 +0000

    - Added ACLOCAL_AMFLAGS for autoreconf, per #355521
    
    * Makefile.am:
    - Added ACLOCAL_AMFLAGS for autoreconf, per #355521

 ChangeLog   |    5 +++++
 Makefile.am |    2 ++
 2 files changed, 7 insertions(+), 0 deletions(-)

commit 8338680f54dd00fc6adb823d5ce0321f3694ac45
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Wed Nov 8 16:08:50 2006 +0000

    - Use $(AWK) instead of awk, #358161 (James Andrewartha)
    
    * doc/gnome-doc-make/Makefile.am:
    - Use $(AWK) instead of awk, #358161 (James Andrewartha)

 ChangeLog                      |    5 +++++
 doc/gnome-doc-make/Makefile.am |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

commit 84a69edb2e8238058f4c1b61b71dc5eebed0fae8
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Wed Nov 8 16:02:45 2006 +0000

    - Don't use non-portable test, bug #362505 (Thomas Klausner)
    
    * gnome-doc-prepare.in:
    - Don't use non-portable test, bug #362505 (Thomas Klausner)

 ChangeLog            |    5 +++++
 gnome-doc-prepare.in |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

commit 0b440d8b897756041a5be96600320ef3e451e792
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Wed Nov 8 15:06:32 2006 +0000

    - Remove OMF files if they weren't created correctly
    
    * gnome-doc-utils.make:
    - Remove OMF files if they weren't created correctly
    
    * xslt/docbook/omf/db2omf.xsl:
    - Don't allow invalid category codes, bug #319705
    - Changes warnings to errors; the vacation is over

 ChangeLog                   |    9 ++++++++
 gnome-doc-utils.make        |    7 ++++-
 xslt/docbook/omf/db2omf.xsl |   47 +++++++++++++++++++++++++++++++-----------
 3 files changed, 48 insertions(+), 15 deletions(-)

commit 4d686c37e0e6fa0661218516743523abb3087fa4
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Fri Nov 3 16:11:23 2006 +0000

    - Removed gawk extensions, bug #366203
    
    * doc/xslt/xsldoc.awk:
    - Removed gawk extensions, bug #366203

 ChangeLog           |    5 +++++
 doc/xslt/xsldoc.awk |   28 ++++++++++++++++++----------
 2 files changed, 23 insertions(+), 10 deletions(-)

commit 318ca837700bcf714b587dc0bff3dfc5b7e6525e
Author: Yair Hershkovitz <yairhr@src.gnome.org>
Date:   Wed Nov 1 09:26:30 2006 +0000

    updated hebrew translation

 po/ChangeLog |    4 +
 po/he.po     |  289 +++++++++++++++++++++++++++++++++++++++-------------------
 2 files changed, 199 insertions(+), 94 deletions(-)

commit f90f5ca7b944b898d6bb1b0d58c20c384364940c
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Sun Oct 29 18:04:12 2006 +0000

    - Actually removing xsldoc and rngdoc
    
    * configure.in:
    * xslt/Makefile.am:
    * xslt/rngdoc:
    * xslt/xsldoc:
    - Actually removing xsldoc and rngdoc

 ChangeLog               |   51 ++++
 configure.in            |    1 -
 xslt/Makefile.am        |    3 +-
 xslt/rngdoc/Makefile.am |    5 -
 xslt/rngdoc/rngdoc.xsl  |  173 ------------
 xslt/xsldoc/Makefile.am |    5 -
 xslt/xsldoc/xsldoc.xsl  |  661 -----------------------------------------------
 7 files changed, 52 insertions(+), 847 deletions(-)

commit fe9dbdd9e46455cbf2a33e0a88303f0eebad7639
Author: Ilkka Tuohela <ituohela@src.gnome.org>
Date:   Sun Oct 29 13:45:29 2006 +0000

    Updated Finnish translation

 po/ChangeLog |    4 ++++
 po/fi.po     |   10 +++++-----
 2 files changed, 9 insertions(+), 5 deletions(-)

commit a35351afaccef6506117a46b85161e19306d4a2e
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Fri Oct 27 23:13:15 2006 +0000

    - Removed xsldoc and rngdoc facilities - Also removed the automatic
    
    * gnome-doc-utils.make:
    - Removed xsldoc and rngdoc facilities
    - Also removed the automatic .cvsignore stuff
    
    * doc/xslt/Makefile.am:
    * doc/xslt/C/gnome-doc-xslt.xml:
    - New one shot comment-based XSLT documentation system
    
    * xslt/docbook/common/db-chunk.xsl:
    * xslt/docbook/common/db-common.xsl:
    * xslt/docbook/common/db-label.xsl:
    * xslt/docbook/common/db-title.xsl:
    * xslt/docbook/common/db-xref.xsl:
    * xslt/docbook/html/db2html.xsl:
    * xslt/docbook/html/db2html-admon.xsl:
    * xslt/docbook/html/db2html-autotoc.xsl:
    * xslt/docbook/html/db2html-bibliography.xsl:
    * xslt/docbook/html/db2html-block.xsl:
    * xslt/docbook/html/db2html-callout.xsl:
    * xslt/docbook/html/db2html-classsynopsis.xsl:
    * xslt/docbook/html/db2html-cmdsynopsis.xsl:
    * xslt/docbook/html/db2html-css.xsl:
    * xslt/docbook/html/db2html-division.xsl:
    * xslt/docbook/html/db2html-ebnf.xsl:
    * xslt/docbook/html/db2html-footnote.xsl:
    * xslt/docbook/html/db2html-funcsynopsis.xsl:
    * xslt/docbook/html/db2html-info.xsl:
    * xslt/docbook/html/db2html-inline.xsl:
    * xslt/docbook/html/db2html-l10n.xsl:
    * xslt/docbook/html/db2html-list.xsl:
    * xslt/docbook/html/db2html-media.xsl:
    * xslt/docbook/html/db2html-qanda.xsl:
    * xslt/docbook/html/db2html-refentry.xsl:
    * xslt/docbook/html/db2html-table.xsl:
    * xslt/docbook/html/db2html-title.xsl:
    * xslt/docbook/html/db2html-xref.xsl:
    * xslt/docbook/omf/db2omf.xsl:
    * xslt/gettext/gettext.xsl:
    * xslt/gettext/l10n-numbers.xsl:
    - Converted documentation to comment-based system

 doc/xslt/C/gnome-doc-xslt.xml               |   54 ++-
 doc/xslt/Makefile.am                        |   45 +-
 doc/xslt/xsldoc.awk                         |  232 ++++++
 doc/xslt/xsldoc.xsl                         |  330 +++++++++
 gnome-doc-utils.make                        |  155 +----
 xslt/docbook/common/db-chunk.xsl            |  398 ++++-------
 xslt/docbook/common/db-common.xsl           |   86 +--
 xslt/docbook/common/db-label.xsl            |  270 ++++----
 xslt/docbook/common/db-title.xsl            |  223 ++++---
 xslt/docbook/common/db-xref.xsl             |  159 ++---
 xslt/docbook/html/db2html-admon.xsl         |  192 +++---
 xslt/docbook/html/db2html-autotoc.xsl       |  100 +--
 xslt/docbook/html/db2html-bibliography.xsl  |  140 +----
 xslt/docbook/html/db2html-block.xsl         |  275 +++-----
 xslt/docbook/html/db2html-callout.xsl       |  196 +++---
 xslt/docbook/html/db2html-classsynopsis.xsl |  165 +++---
 xslt/docbook/html/db2html-cmdsynopsis.xsl   |  115 ++--
 xslt/docbook/html/db2html-css.xsl           |  131 ++--
 xslt/docbook/html/db2html-division.xsl      |  194 ++----
 xslt/docbook/html/db2html-ebnf.xsl          |    8 +-
 xslt/docbook/html/db2html-footnote.xsl      |  130 ++---
 xslt/docbook/html/db2html-funcsynopsis.xsl  |   27 +-
 xslt/docbook/html/db2html-info.xsl          |  403 ++++-------
 xslt/docbook/html/db2html-inline.xsl        |   73 +--
 xslt/docbook/html/db2html-l10n.xsl          |   52 +-
 xslt/docbook/html/db2html-list.xsl          |  305 ++++-----
 xslt/docbook/html/db2html-media.xsl         |   94 +--
 xslt/docbook/html/db2html-qanda.xsl         |   48 +-
 xslt/docbook/html/db2html-refentry.xsl      |   43 +-
 xslt/docbook/html/db2html-table.xsl         | 1031 ++++++++++++---------------
 xslt/docbook/html/db2html-title.xsl         |  245 ++-----
 xslt/docbook/html/db2html-xref.xsl          |   68 +-
 xslt/docbook/html/db2html.xsl               |  113 +--
 xslt/docbook/omf/db2omf.xsl                 |  411 ++++-------
 xslt/gettext/gettext.xsl                    |  350 +++-------
 xslt/gettext/l10n-numbers.xsl               |  150 ++---
 36 files changed, 3141 insertions(+), 3870 deletions(-)

commit e5b32297f8c8f6bc68aaac221d4bb1e1fe8d9baf
Author: Priit Laes <plaes@cvs.gnome.org>
Date:   Fri Oct 27 18:03:08 2006 +0000

    Translation updated by Ivar Smolin.
    
    2006-10-27  Priit Laes  <plaes@cvs.gnome.org>
    
    	* et.po: Translation updated by Ivar Smolin.

 po/ChangeLog |    4 +
 po/et.po     |  174 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 91 insertions(+), 87 deletions(-)

commit 85b58394443ba07673b0669daf6178a82d75bc1a
Author: Danilo Šegan <danilo@src.gnome.org>
Date:   Fri Oct 20 17:30:46 2006 +0000

    Improve speed.

 xml2po/ChangeLog |    5 +++++
 xml2po/xml2po.py |   22 ++++++++++++++--------
 2 files changed, 19 insertions(+), 8 deletions(-)

commit 9ffaf26f22e1175300e160b3d6c79fbb7f4967b8
Author: Danilo Šegan <danilo@src.gnome.org>
Date:   Fri Oct 20 17:21:24 2006 +0000

    Added PYTHONPATH to commands in testsuites.

 xml2po/tests/ChangeLog |    4 ++++
 xml2po/tests/test.py   |    6 +++---
 2 files changed, 7 insertions(+), 3 deletions(-)

commit 75eee743a6465207f55b89d45dabe5ec94855d5a
Author: Mariano Suárez-Alvarez <msuarezalvarez@arnet.com.ar>
Date:   Wed Oct 11 06:07:32 2006 +0000

    install the .pc file even if the build utils are not enabled. Bug #355553.
    
    2006-10-11  Mariano Suárez-Alvarez  <msuarezalvarez@arnet.com.ar>
    
    	* Makefile.am: install the .pc file even if the build utils are not
    	enabled. Bug #355553.
    	* xslt/xsldoc/xsldoc.xsl: add xi and fxi to exclude-result-prefixes,
    	so that we don't get spurious xmlns attributes all over the place.

 ChangeLog              |    7 +++++++
 Makefile.am            |    6 +++---
 xslt/xsldoc/xsldoc.xsl |    2 +-
 3 files changed, 11 insertions(+), 4 deletions(-)

commit 2ee456960349da4aef4cfbdbf69fb3bb251a1327
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Wed Oct 11 02:15:16 2006 +0000

    - Added option to output CSS to an external file
    
    * gnome-doc-html.in:
    * xslt/docbook/html/db2html-css.xsl:
    * xslt/docbook/html/db2html-division.xsl:
    * xslt/docbook/html/db2html-info.xsl:
    - Added option to output CSS to an external file

 gnome-doc-html.in                      |   16 +++-
 xslt/docbook/html/db2html-css.xsl      |  149 +++++++++++++++++++-------------
 xslt/docbook/html/db2html-division.xsl |    4 +-
 xslt/docbook/html/db2html-info.xsl     |    4 +-
 4 files changed, 107 insertions(+), 66 deletions(-)

commit 31417a0b671ad781dcc916ea02c4079ddbeaae78
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Tue Oct 10 04:42:09 2006 +0000

    - Added gnome-doc-html, no-fuss script to convert DocBook to HTML
    
    * Makefile.am:
    * configure.in:
    * gnome-doc-html:
    - Added gnome-doc-html, no-fuss script to convert DocBook to HTML
    
    * xslt/docbook/html/db2html-classsynopsis.xsl:
    - Fixed type: python mode was calling cpp mode
    
    * xslt/docbook/html/db2html-cmdsynopsis.xsl:
    - Fixed documentation typos: s/paramter/parameter/
    
    * xslt/docbook/html/db2html-funcsynopsis.xsl:
    - Whitespace
    
    * xslt/docbook/html/db2html-media.xsl:
    * xslt/docbook/utils/Makefile.am:
    * xslt/docbook/utils/figures.xsl:
    - Split out db2html.imagedata.src to give figures.xsl
    - Added figures.xsl util to list the actual media files used

 ChangeLog                                   |   22 +++
 Makefile.am                                 |    2 +-
 configure.in                                |    1 +
 gnome-doc-html.in                           |  212 +++++++++++++++++++++++++++
 xslt/docbook/html/db2html-classsynopsis.xsl |    2 +-
 xslt/docbook/html/db2html-cmdsynopsis.xsl   |   10 +-
 xslt/docbook/html/db2html-funcsynopsis.xsl  |   35 ++---
 xslt/docbook/html/db2html-media.xsl         |   81 ++++++-----
 xslt/docbook/utils/Makefile.am              |    2 +-
 xslt/docbook/utils/figures.xsl              |   45 ++++++
 10 files changed, 351 insertions(+), 61 deletions(-)

commit b8f9cedfb1bc3142f7ed1affebe61a9e924afd78
Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
Date:   Mon Sep 11 16:46:03 2006 +0000

    - Removed excessive alpha-thai elements. (part of bug #323249)
    
    2006-09-11  Theppitak Karoonboonyanan  <thep@linux.thai.net>
    
    	* xslt/gettext/l10n-numbers.xsl:
    	- Removed excessive alpha-thai elements. (part of bug #323249)

 ChangeLog                     |    5 +++++
 xslt/gettext/l10n-numbers.xsl |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

commit 85d2ae3bd11300dd98c045bf61e5169b93a4b526
Author: David Lodge <dave@cirt.net>
Date:   Sun Sep 10 09:12:23 2006 +0000

    Updated English (British) translation.
    
    2006-09-10  David Lodge <dave@cirt.net>
    
    	* en_GB.po: Updated English (British) translation.

 po/ChangeLog |    4 +
 po/en_GB.po  |  535 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 282 insertions(+), 257 deletions(-)

commit 9502efe23f6545eaa9eeebc5be3dfd6dafb0b925
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Mon Sep 4 23:34:51 2006 +0000

    - Version 0.8.0
    
    * NEWS:
    * configure.in:
    - Version 0.8.0

 ChangeLog    |    6 ++++++
 NEWS         |   27 +++++++++++++++++++++++++++
 configure.in |    2 +-
 3 files changed, 34 insertions(+), 1 deletions(-)

commit c5c3275407301ddb50860c868221f92518905f58
Author: Lucas Rocha <lucasr@gnome.org>
Date:   Mon Sep 4 05:11:43 2006 +0000

    Updated Brazilian Portuguese translation by Leonardo Ferreira Fontenelle
    
    2006-09-04  Lucas Rocha  <lucasr@gnome.org>
    
    	* pt_BR.po: Updated Brazilian Portuguese translation
    	by Leonardo Ferreira Fontenelle <leo.fontenelle@gmail.com>

 po/ChangeLog |    7 +-
 po/pt_BR.po  |  418 +++++++++++++++++-----------------------------------------
 2 files changed, 129 insertions(+), 296 deletions(-)

commit 07aad33d37915cd9e943fbc6795c3e1d5c339cee
Author: Kostas Papadimas <pkst@src.gnome.org>
Date:   Sat Sep 2 08:19:03 2006 +0000

    Updated Greek translation

 po/ChangeLog |    4 +
 po/el.po     |  202 ++++++++++++++++++++++++++-------------------------------
 2 files changed, 96 insertions(+), 110 deletions(-)

commit 56f2db7c9e80a54671f80923ca51ca44959c4778
Author: Abel Cheung <abel@oaka.org>
Date:   Fri Sep 1 11:34:49 2006 +0000

    Added 'mk' 'ta' to ALL_LINGUAS.
    
    2006-09-01  Abel Cheung  <abel@oaka.org>
    
    	* configure.in: Added 'mk' 'ta' to ALL_LINGUAS.

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

commit 0b375ba696822e50c0ae27516bb8121c884a3b5d
Author: Runa Bhattacharjee <runab@src.gnome.org>
Date:   Fri Sep 1 07:35:33 2006 +0000

    Added Entry for Bengali India Translation Updation

 po/ChangeLog |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 7b4635d534505f9ea7d5f5f59914516aa32b8dea
Author: Runa Bhattacharjee <runab@src.gnome.org>
Date:   Fri Sep 1 07:35:19 2006 +0000

    Updated Bengali India Translation

 po/bn_IN.po |   85 ++++++++++++++++++++++++++++++++++++----------------------
 1 files changed, 53 insertions(+), 32 deletions(-)

commit 2705bb090ca7c20a62fccc441f878abc85bceca9
Author: Rajesh Ranjan <rranjan@src.gnome.org>
Date:   Thu Aug 31 11:41:26 2006 +0000

    Updated Translation

 po/ChangeLog |    4 +
 po/hi.po     |  256 ++++++++++++++++++++++++++++++++++++++++------------------
 2 files changed, 181 insertions(+), 79 deletions(-)

commit cd9d6afe50a52a3664f4cb83b26561fac310cd98
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Thu Aug 31 00:06:40 2006 +0000

    Translation updated.
    
    2006-08-31  Gabor Kelemen  <kelemeng@gnome.hu>
    
    	* hu.po: Translation updated.

 po/ChangeLog |    4 +++
 po/hu.po     |   69 +++++++++++++++++++++-------------------------------------
 2 files changed, 29 insertions(+), 44 deletions(-)

commit 74451263919fa607eb2b54f1e473679034b1364a
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Wed Aug 30 21:03:52 2006 +0000

    Updated Portuguese translation.
    
    2006-08-30  Duarte Loreto <happyguy_pt@hotmail.com>
    
    	* pt.po: Updated Portuguese translation.

 po/ChangeLog |    4 ++
 po/pt.po     |  164 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 86 insertions(+), 82 deletions(-)

commit 4e38df268955d6817a172597463349b79d71af56
Author: Gintautas Miliauskas <gintas@src.gnome.org>
Date:   Wed Aug 30 12:35:15 2006 +0000

    Updated Lithuanian translation

 po/ChangeLog |    4 ++
 po/lt.po     |  151 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 80 insertions(+), 75 deletions(-)

commit dd3bf753cab8ee11494805ba2e2c1a430b37ee93
Author: Rahul Bhalerao <rahulb@src.gnome.org>
Date:   Mon Aug 28 09:53:13 2006 +0000

    Updated translations

 po/ChangeLog |    4 +
 po/mr.po     | 1888 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 1892 insertions(+), 0 deletions(-)

commit 8cc679ac0cebc68c6b6f393f07861a73d5225077
Author: Rahul Bhalerao <rahulb@src.gnome.org>
Date:   Mon Aug 28 08:43:41 2006 +0000

    Added an entry for Marathi(mr)

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

commit 8d4c04164d49f6ddfee32fae8c8c8d902f83e2c0
Author: Thierry Randrianiriana <thierryr@src.gnome.org>
Date:   Sat Aug 26 10:50:43 2006 +0000

    Added Malagasy 'mg' to ALL_LINGUAS. Added Malagasy translation.
    
    * configure.in: Added Malagasy 'mg' to ALL_LINGUAS.
    * po/mg.po: Added Malagasy translation.

 ChangeLog    |   11 +-
 configure.in |    2 +-
 po/ChangeLog |   27 +-
 po/mg.po     | 1804 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 1828 insertions(+), 16 deletions(-)

commit b6179083adf97fe49f663a6549f3017a1ca44812
Author: Matic Zgur <mr.zgur@gmail.com>
Date:   Sat Aug 26 01:18:30 2006 +0000

    Updated Slovenian translation.
    
    2006-08-26  Matic Zgur  <mr.zgur@gmail.com>
    
    	* sl.po: Updated Slovenian translation.

 po/ChangeLog |    4 +++
 po/sl.po     |   82 +++++++++++++++++++++++++++++++++++++++++++--------------
 2 files changed, 66 insertions(+), 20 deletions(-)

commit 702a1cc1941f8359f3b2ec0910c7390c238c18a2
Author: Khandakar Mujahidul Islam <mislam@src.gnome.org>
Date:   Fri Aug 25 13:04:14 2006 +0000

    Updated Bengali translation

 po/ChangeLog |    4 +
 po/bn.po     |  272 +++++++++++++++++++++++++++++++++++++++-------------------
 2 files changed, 187 insertions(+), 89 deletions(-)

commit 617c9fd262ecde5b503d3a7857d02cba9774f6b5
Author: Funda Wang <fwang@src.gnome.org>
Date:   Fri Aug 25 08:45:36 2006 +0000

    Updated gnome-doc-utils zh_CN translation.

 po/ChangeLog |    4 ++
 po/zh_CN.po  |  146 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 77 insertions(+), 73 deletions(-)

commit 4f9499e7f856fd76da4729bbcfe93c3679b7b15b
Author: Inaki Larranaga <dooteo@euskalgnu.org>
Date:   Wed Aug 23 10:32:30 2006 +0000

    Added Basque translation.
    
    2006-08-23  Inaki Larranaga  <dooteo@euskalgnu.org>
    
    	* eu.po: Added Basque translation.

 po/ChangeLog |    4 +
 po/eu.po     | 1908 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 1912 insertions(+), 0 deletions(-)

commit 57b0bcd3dffe9e3c0b08c4ddb44d7ff9f5f865fe
Author: Inaki Larranaga <dooteo@euskalgnu.org>
Date:   Wed Aug 23 10:31:34 2006 +0000

    Added "eu" (Basque) to ALL_LINGUAS.
    
    2006-08-22  Inaki Larranaga  <dooteo@euskalgnu.org>
    
    	* configure.in: Added "eu" (Basque) to ALL_LINGUAS.

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

commit fa887257c76ddba41beacac94823ee5edb72c916
Author: Leonid Kanter <lkanter@src.gnome.org>
Date:   Tue Aug 22 15:51:44 2006 +0000

    Updated Russian translation

 po/ChangeLog |    4 +
 po/ru.po     |  195 ++++++++++++++++++++++++++++------------------------------
 2 files changed, 97 insertions(+), 102 deletions(-)

commit 6d8465060186ea5dffeff1d988af96630e470ea9
Author: Matic Žgur <mr.zgur@gmail.com>
Date:   Tue Aug 22 13:58:12 2006 +0000

    Added Slovenian translation. Added Slovenian (sl) to ALL_LINGUAS.
    
    2006-08-22  Matic Žgur  <mr.zgur@gmail.com>
    
    	* sl.po: Added Slovenian translation.
    	* configure.in: Added Slovenian (sl) to ALL_LINGUAS.

 ChangeLog    |    4 +
 configure.in |    2 +-
 po/ChangeLog |    4 +
 po/sl.po     | 1765 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 1774 insertions(+), 1 deletions(-)

commit c3fa57a4221afe70556dee8b28f228e2aa338f42
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Mon Aug 21 19:03:40 2006 +0000

    - Use an XSLT namespace alias for XInclude output
    
    * xslt/xsldoc/xsldoc.xsl:
    - Use an XSLT namespace alias for XInclude output

 ChangeLog              |    5 +++++
 xslt/xsldoc/xsldoc.xsl |    7 +++++--
 2 files changed, 10 insertions(+), 2 deletions(-)

commit 090156ad11c995035021266926221bc837c8839c
Author: Satoru SATOH <ss@gnome.gr.jp>
Date:   Thu Aug 17 14:29:55 2006 +0000

    Updated Japanese Translation.
    
    2006-08-17  Satoru SATOH <ss@gnome.gr.jp>
    
    	* Updated Japanese Translation.

 po/ChangeLog |    4 ++
 po/ja.po     |  150 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 79 insertions(+), 75 deletions(-)

commit d460469273c6e2740992aebc3c945d8689f2ee57
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Wed Aug 16 01:56:58 2006 +0000

    Translation updated.
    
    2006-08-16  Gabor Kelemen  <kelemeng@gnome.hu>
    
    	* hu.po: Translation updated.

 po/ChangeLog |    4 +
 po/hu.po     |  204 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 113 insertions(+), 95 deletions(-)

commit ec45854579f04c2df629eebbcd4a3cb271acd987
Author: Hendrik Richter <hendrikr@gnome.org>
Date:   Tue Aug 15 21:13:41 2006 +0000

    Updated German translation.
    
    2006-08-15  Hendrik Richter  <hendrikr@gnome.org>
    
    	* de.po: Updated German translation.

 po/ChangeLog |    4 ++
 po/de.po     |  152 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 80 insertions(+), 76 deletions(-)

commit 1f14902d405b122822248fdc9a4494394fe264e5
Author: Maxim Dziumanenko <dziumanenko@gmail.com>
Date:   Mon Aug 14 06:57:20 2006 +0000

    Update Ukrainian translation.
    
    2006-08-14  Maxim Dziumanenko <dziumanenko@gmail.com>
    
    	* Update Ukrainian translation.

 po/ChangeLog |    4 +
 po/uk.po     |  177 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 98 insertions(+), 83 deletions(-)

commit 9e5528ba49ce3fae54a28494353ca0b6ffcd7f02
Author: Subhransu Behera <sbehera@src.gnome.org>
Date:   Sun Aug 13 17:02:17 2006 +0000

    Updated Oriya Translation

 po/or.po | 1888 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 1888 insertions(+), 0 deletions(-)

commit 10290f597d4fb84438c351b35986297bc1f8dffb
Author: Subhransu Behera <sbehera@src.gnome.org>
Date:   Sun Aug 13 17:01:01 2006 +0000

    Added Entry for Updated Oriya Translation

 po/ChangeLog |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 159bf2efc7bd05fb3ea02278347a0ec2ddd14b2b
Author: Subhransu Behera <sbehera@src.gnome.org>
Date:   Sun Aug 13 16:52:58 2006 +0000

    Added Oriya to ALL_LINGUAS

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

commit 00a1f1048f2db5ab78e15bdea41b78a8ce14d27f
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Mon Aug 7 21:03:50 2006 +0000

    - Version 0.7.2
    
    * NEWS:
    * configure.in:
    - Version 0.7.2

 ChangeLog    |    6 ++++++
 NEWS         |   16 ++++++++++++++++
 configure.in |    2 +-
 3 files changed, 23 insertions(+), 1 deletions(-)

commit f6fd848cf4a78a0514e3877045ad537cfc25a798
Author: Ani Peter <anipeter@src.gnome.org>
Date:   Sun Aug 6 12:57:07 2006 +0000

    Updated Malayalam translation

 po/ChangeLog |    4 +
 po/ml.po     | 1890 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 1894 insertions(+), 0 deletions(-)

commit 29424f3182dded6a784a023f1b29755a33effb08
Author: Ani Peter <anipeter@src.gnome.org>
Date:   Sun Aug 6 12:54:47 2006 +0000

    Added Malayalam (ml) to the list

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

commit dbc8f0c080c893bbc226f22f7ce1d289c38d9b09
Author: Francisco Javier F. Serrador <serrador@openshine.com>
Date:   Sat Aug 5 16:41:47 2006 +0000

    Updated Spanish translation.
    
    2006-08-05  Francisco Javier F. Serrador  <serrador@openshine.com>
    
    	* es.po: Updated Spanish translation.

 po/ChangeLog |    4 +++
 po/es.po     |   83 +++++++++++++++++++++++++--------------------------------
 2 files changed, 40 insertions(+), 47 deletions(-)

commit 6619b620a79f038823af17e805010871a9dbe4fd
Author: Runa Bhattacharjee <runab@src.gnome.org>
Date:   Wed Aug 2 07:12:55 2006 +0000

    Added Entry for Bengali India Translation Updation

 po/ChangeLog |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 7bc123fcb3440a3aa22a7c7a61b9ce3c0c5fbfe9
Author: Runa Bhattacharjee <runab@src.gnome.org>
Date:   Wed Aug 2 07:12:15 2006 +0000

    Updated Bengali India Translation

 po/bn_IN.po |  147 ++++++++++++++++++++++++++---------------------------------
 1 files changed, 64 insertions(+), 83 deletions(-)

commit 5b23e0d1750ea5b05a9fb8ed6aaf3d91aec3616f
Author: Sanlig Badral <badaa@src.gnome.org>
Date:   Tue Aug 1 22:18:50 2006 +0000

    Updated mongolian translation.

 ChangeLog    |    4 +
 configure.in |    2 +-
 po/ChangeLog |    4 +
 po/mn.po     | 1892 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 1901 insertions(+), 1 deletions(-)

commit eaa1102d2829c3ae472a5ebb7e3f9238b15270dc
Author: Ahmad Riza H Nst <rizahnst@eriagempita.co.id>
Date:   Fri Jul 28 03:51:24 2006 +0000

    Updated.
    
    2006-07-27  Ahmad Riza H Nst  <rizahnst@eriagempita.co.id>
    
            * id.po: Updated.

 po/ChangeLog |    4 +
 po/id.po     |  325 +++++++++++++++++++++++++++++++++++++++-------------------
 2 files changed, 221 insertions(+), 108 deletions(-)

commit 0d23e7f5c78f573f58c322cfa36e45a596e135a7
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sun Jul 9 13:11:06 2006 +0000

    Updated Korean translation.
    
    2006-07-09  Changwoo Ryu  <cwryu@debian.org>
    
    	* ko.po: Updated Korean translation.

 po/ChangeLog |    4 +
 po/ko.po     |  187 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 98 insertions(+), 93 deletions(-)

commit 7ed4797ed43c983ac925a9f25d649cc02d89fd0e
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Sun Jul 9 12:19:44 2006 +0000

    Updated Traditional Chinese translation(Hong Kong). Updated Traditional
    
    2006-07-09 Chao-Hsiung Liao  <j_h_liau@yahoo.com.tw>
    
            * zh_HK.po: Updated Traditional Chinese translation(Hong Kong).
            * zh_TW.po: Updated Traditional Chinese translation(Taiwan).

 po/ChangeLog |    5 +++++
 po/zh_HK.po  |   13 ++++++-------
 po/zh_TW.po  |   13 ++++++-------
 3 files changed, 17 insertions(+), 14 deletions(-)

commit a5c0a09adf42844b095f24816c2e7248f0b2fb76
Author: Runa Bhattacharjee <runab@src.gnome.org>
Date:   Mon Jul 3 14:43:21 2006 +0000

    Added entry for addition of  bengali India (bn_IN) translation

 po/ChangeLog |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 1cbc7b473a8e72b9d42d3026a6dec10d33f02a6a
Author: Runa Bhattacharjee <runab@src.gnome.org>
Date:   Mon Jul 3 14:43:03 2006 +0000

    Added Entry for Bengali India (bn_IN) addition to ALL_LINGUAS in configure.in

 ChangeLog |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 3870670f6cc4b5cf0b7aec1906a50107dbdf9181
Author: Runa Bhattacharjee <runab@src.gnome.org>
Date:   Mon Jul 3 14:42:44 2006 +0000

    Added Bengali India (bn_IN) to ALL_LINGUAS

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

commit 4bca1a3b6a968e3fb714ea194be0ab3a0575b07c
Author: Runa Bhattacharjee <runab@src.gnome.org>
Date:   Mon Jul 3 14:41:32 2006 +0000

    Added Bengali India Translation

 po/bn_IN.po | 1935 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 1935 insertions(+), 0 deletions(-)

commit 59422f43e77cd2619caaa24010b3466ddd69314d
Author: Benoît Dejean <bdejean@src.gnome.org>
Date:   Sun Jul 2 21:47:21 2006 +0000

    Updated French translation.
    
    * fr.po: Updated French translation.

 po/ChangeLog |    4 +
 po/fr.po     |  283 +++++++++++++++++++++++++++++++++++++++-------------------
 2 files changed, 195 insertions(+), 92 deletions(-)

commit 7908cde3063a960438e24d6fc7b77289456f2fc0
Author: Vincent van Adrighem <adrighem@gnome.org>
Date:   Tue Jun 27 08:37:48 2006 +0000

    Translation updated by Tino Meinen.
    
    2006-06-27  Vincent van Adrighem  <adrighem@gnome.org>
    
    	* nl.po: Translation updated by Tino Meinen.

 po/ChangeLog |    4 ++
 po/nl.po     |  149 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 78 insertions(+), 75 deletions(-)

commit 1940401e9eac7ebd565bdbea0c6a8f9c7769bedd
Author: Felix I <ifelix@src.gnome.org>
Date:   Wed Jun 21 11:26:28 2006 +0000

    Tamil translation added

 po/ChangeLog |    4 +
 po/ta.po     | 1888 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 1892 insertions(+), 0 deletions(-)

commit 746f5f3a4469b71c4207760389e6836e9e163215
Author: Raivis Dejus <orvils@gmail.com>
Date:   Mon Jun 19 14:07:08 2006 +0000

    Added Latvian translation.
    
    2006-06-19  Raivis Dejus  <orvils@gmail.com>
    
    	* lv.po: Added Latvian translation.

 ChangeLog    |    4 +
 configure.in |    2 +-
 po/ChangeLog |    4 +
 po/lv.po     | 1906 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 1915 insertions(+), 1 deletions(-)

commit 51d5113dc9b2dbb573ae1f5e29a41293e77351d3
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Sun Jun 11 22:09:01 2006 +0000

    - Version 0.7.1
    
    * NEWS:
    * configure.in:
    - Version 0.7.1

 ChangeLog    |    6 ++++++
 NEWS         |   41 +++++++++++++++++++++++++++++++++++++++++
 configure.in |    2 +-
 3 files changed, 48 insertions(+), 1 deletions(-)

commit fa6604771b61adb444aa4261fd9c2a9b43adcd0d
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Mon May 29 18:43:04 2006 +0000

    - Added support for the LINGUAS environment variable
    
    * gnome-doc-utils.make:
    - Added support for the LINGUAS environment variable

 ChangeLog            |    5 ++++
 gnome-doc-utils.make |   61 ++++++++++++++++++++++++++-----------------------
 2 files changed, 37 insertions(+), 29 deletions(-)

commit 5fc95d04e0a52784ae5ab171966269b89a7af2f3
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Mon May 29 17:18:40 2006 +0000

    - Removed the code to copy gnome-doc-utils.make in; use gnome-doc-prepare
    
    * gnome-doc-utils.m4:
    - Removed the code to copy gnome-doc-utils.make in; use gnome-doc-prepare

 ChangeLog          |    5 +++++
 gnome-doc-utils.m4 |   15 ---------------
 2 files changed, 5 insertions(+), 15 deletions(-)

commit 3b6719c8d5f1198499a90b0d3014381e011d125e
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Mon May 29 01:23:03 2006 +0000

    Updated Norwegian bokmål translation.
    
    2006-05-29  Kjartan Maraas  <kmaraas@gnome.org>
    
    	* nb.po: Updated Norwegian bokmål translation.

 po/ChangeLog |    4 ++
 po/nb.po     |  149 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 78 insertions(+), 75 deletions(-)

commit 72c4efd53257bb7fc2f0920f84f64e61489cab58
Author: Pema Geyleg <pgeyleg@src.gnome.org>
Date:   Sun May 28 11:56:24 2006 +0000

    *** empty log message ***

 po/ChangeLog |    4 ++
 po/dz.po     |  145 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 76 insertions(+), 73 deletions(-)

commit a9d7be6609773b9e09ccccba7c4d6f99befae848
Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
Date:   Wed May 24 16:48:47 2006 +0000

    Updated Thai translation.
    
    2006-05-24  Theppitak Karoonboonyanan  <thep@linux.thai.net>
    
    	* th.po: Updated Thai translation.

 po/ChangeLog |    4 +
 po/th.po     |  245 +++++++++++++++++++++++++++------------------------------
 2 files changed, 120 insertions(+), 129 deletions(-)

commit 35e617ca9a125fb87e1bc710eefc72d44f796177
Author: Danilo Šegan <danilo@src.gnome.org>
Date:   Sun May 14 07:47:57 2006 +0000

    Fix year as UTF-8 handling for DocBook.

 xml2po/ChangeLog        |    5 +++++
 xml2po/modes/docbook.py |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

commit b14e67e12c62403b5ff11cbfab5f8bf969b16f3f
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Sat May 13 22:15:39 2006 +0000

    Updated Traditional Chinese translation(Hong Kong). Updated Traditional
    
    2006-05-14  Chao-Hsiung Liao  <j_h_liau@yahoo.com.tw>
    
    	* zh_HK.po: Updated Traditional Chinese translation(Hong Kong).
    	* zh_TW.po: Updated Traditional Chinese translation(Taiwan).

 po/ChangeLog |    5 ++
 po/zh_HK.po  |  149 +++++++++++++++++++++++++++++-----------------------------
 po/zh_TW.po  |  149 +++++++++++++++++++++++++++++-----------------------------
 3 files changed, 155 insertions(+), 148 deletions(-)

commit 87a6ab9a16f3a4c8392e318b9052c0d13169a4d2
Author: Francisco Javier F. Serrador <serrador@cvs.gnome.org>
Date:   Fri Apr 28 19:38:19 2006 +0000

    Updated Spanish translation.
    
    2006-04-28  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
    
    	* es.po: Updated Spanish translation.

 po/ChangeLog |    4 +
 po/es.po     |  230 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 128 insertions(+), 106 deletions(-)

commit 70d97c85c6a83c5014e085c565c0045e3ffea246
Author: Sven Herzberg <herzi@gnome-de.org>
Date:   Sun Apr 23 22:44:38 2006 +0000

    install new files template-document.xml, template.make, added template
    
    2006-04-24  Sven Herzberg  <herzi@gnome-de.org>
    
            * Makefile.am: install new files
    	* template-document.xml,
    	* template.make,
    	* template.omf.in: added template files (fixes bug 170483)

 ChangeLog             |    7 +++++++
 Makefile.am           |    6 ++++++
 template-document.xml |   41 +++++++++++++++++++++++++++++++++++++++++
 template.make         |    8 ++++++++
 template.omf.in       |    9 +++++++++
 5 files changed, 71 insertions(+), 0 deletions(-)

commit 3c324f1bff2b42d4d716578fba9e481583bb069d
Author: Lukas Novotny <lukasnov@src.gnome.org>
Date:   Fri Apr 21 20:51:36 2006 +0000

    2006-04-21  Lukas Novotny  <lukasnov@cvs.gnome.org> * cs.po: Updated Czech translation.

 po/ChangeLog |    4 ++
 po/cs.po     |  118 +++++++++++++++++++++++++---------------------------------
 2 files changed, 55 insertions(+), 67 deletions(-)

commit a4b4c01d5ce77dc5a5e4c3741700e2e1971f91ac
Author: Ankitkumar Rameshchandra Patel <ankitp@src.gnome.org>
Date:   Tue Apr 18 05:33:55 2006 +0000

    Updated Translation

 po/ChangeLog |    4 ++
 po/gu.po     |  148 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 78 insertions(+), 74 deletions(-)

commit 8dacacb2b57c2bc165f355c5b0ba6b09ae9d1ba9
Author: Vladimer Sichinava <vsichi@src.gnome.org>
Date:   Tue Apr 18 02:52:47 2006 +0000

    Added Georgian translation 18/04/06

 ChangeLog    |    4 ++++
 configure.in |    2 +-
 po/ChangeLog |    4 ++++
 po/ka.po     |    6 ++----
 4 files changed, 11 insertions(+), 5 deletions(-)

commit 1140cd9f0b212b5b28fb07b62b5f887f921bbe9f
Author: Vladimer Sichinava <vsichi@src.gnome.org>
Date:   Tue Apr 18 02:49:51 2006 +0000

    Added Georgian translation 18/04/06

 po/ka.po | 1812 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 1812 insertions(+), 0 deletions(-)

commit 36afa808a90c6bfee841c82999e471494d21808a
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Mon Apr 17 13:31:10 2006 +0000

    Remove obsolete entry for no_NO And the translation.
    
    2006-04-17  Kjartan Maraas  <kmaraas@gnome.org>
    
    	* configure.in: Remove obsolete entry for no_NO
    	* po/no.po: And the translation.

 ChangeLog    |    5 +
 configure.in |    2 +-
 po/no.po     | 1902 ----------------------------------------------------------
 3 files changed, 6 insertions(+), 1903 deletions(-)

commit fc6bd278b1a1404a3c59962af3753385e00475e2
Author: Alexander Shopov <ash@contact.bg>
Date:   Mon Apr 17 08:40:36 2006 +0000

    Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>
    
    2006-04-17  Alexander Shopov  <ash@contact.bg>
    
    	* bg.po: Updated Bulgarian translation by
    	Alexander Shopov <ash@contact.bg>

 po/ChangeLog |    5 ++
 po/bg.po     |  148 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 79 insertions(+), 74 deletions(-)

commit 98529a94e331c013887fa998ae551250ed61d747
Author: Clytie Siddall <clyties@src.gnome.org>
Date:   Mon Apr 17 04:45:20 2006 +0000

    vi.po: Updated Vietnamese translation.

 po/ChangeLog |    4 ++
 po/vi.po     |  158 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 83 insertions(+), 79 deletions(-)

commit e17a57da389f076dde2217fe66f75d7f1b50572b
Author: Josep Puigdemont i Casamajó <joseppc@src.gnome.org>
Date:   Sun Apr 16 23:25:59 2006 +0000

    Updated Catalan translation.

 po/ChangeLog |    4 +
 po/ca.po     |  223 ++++++++++++++++++++++++++++++++++------------------------
 2 files changed, 135 insertions(+), 92 deletions(-)

commit 1ddedae4535af1a49da618ad0fffa629d0165518
Author: Ignacio Casal Quinteiro <icq@src.gnome.org>
Date:   Sun Apr 16 21:39:47 2006 +0000

    *** empty log message ***

 po/ChangeLog |    4 ++
 po/gl.po     |  151 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 79 insertions(+), 76 deletions(-)

commit 13756494209ccb0648d22bb100a4ae6849137a9a
Author: Arangel Angov <arangela@src.gnome.org>
Date:   Sun Apr 16 19:19:07 2006 +0000

    Updated Macedonian translation <arangela@cvs.gnome.org>

 po/mk.po |  157 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 78 insertions(+), 79 deletions(-)

commit ff66d114da560411dc501e1a5b4870fe072b0f5d
Author: Daniel Nylander <po@danielnylander.se>
Date:   Sun Apr 16 09:37:06 2006 +0000

    Updated Swedish translation.
    
    2006-04-16  Daniel Nylander  <po@danielnylander.se>
    
            * sv.po: Updated Swedish translation.

 po/ChangeLog |    4 +
 po/sv.po     |  456 +++++++++++++++++++++++++---------------------------------
 2 files changed, 201 insertions(+), 259 deletions(-)

commit 059916179f17280689dadbc6f0dad5c5f74047ce
Author: Ilkka Tuohela <ituohela@src.gnome.org>
Date:   Sun Apr 16 07:36:30 2006 +0000

    Updated Finnish translation

 po/ChangeLog |    4 ++
 po/fi.po     |  150 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 79 insertions(+), 75 deletions(-)

commit 4871d0a6a1c2c1fc757135bbca460b030aff417b
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Sat Apr 15 21:05:01 2006 +0000

    - Fixed plurals for fr, wa, nso (bug #338641)
    
    * xslt/gettext/gettext.xsl:
    - Fixed plurals for fr, wa, nso (bug #338641)

 ChangeLog                |    5 +++++
 xslt/gettext/gettext.xsl |    4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

commit bdfda93666bcab79e29c0ffca6195a0562330011
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Sat Apr 15 18:48:12 2006 +0000

    - Some fixes for HTML generation
    
    * gnome-doc-utils.make:
    - Some fixes for HTML generation
    
    * xslt/docbook/common/db-xref.xsl:
    * xslt/gettext/gettext.xsl:
    * xslt/gettext/l10n.xml.in:
    - Fixed the email tooltip formatter
    
    * xslt/docbook/html/db2html-inline.xsl:
    - Don't put content before attributes, dummy

 ChangeLog                            |   13 ++++++
 gnome-doc-utils.make                 |   59 ++++++----------------------
 xslt/docbook/common/db-xref.xsl      |   16 ++------
 xslt/docbook/html/db2html-inline.xsl |   55 ++++++++++++--------------
 xslt/gettext/gettext.xsl             |   73 ++++++++++++++++++++++++++++------
 xslt/gettext/l10n.xml.in             |    9 ++--
 6 files changed, 119 insertions(+), 106 deletions(-)

commit 62af4df1e600b68dcf9ae4dc81960b1c70eb391b
Author: Pema Geyleg <pgeyleg@src.gnome.org>
Date:   Thu Apr 13 12:03:38 2006 +0000

    *** empty log message ***

 po/ChangeLog |    4 +
 po/dz.po     |  238 +++++++++++++++++++++++++++++++++++++++-------------------
 2 files changed, 165 insertions(+), 77 deletions(-)

commit 518efc1fe8a5598e8fc5f2c3da75fbe018f745b0
Author: Danilo Šegan <danilo@gnome.org>
Date:   Tue Apr 11 16:19:37 2006 +0000

    Check if "translators-credits" is translated.
    
    2006-04-11  Danilo Šegan  <danilo@gnome.org>
    
            * modes/docbook.py: Check if "translators-credits" is translated.

 xml2po/ChangeLog        |    4 ++++
 xml2po/modes/docbook.py |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

commit cad55b4bef0e1ec9f17da2e88815dd81c6fc7fd1
Author: Danilo Šegan <danilo@src.gnome.org>
Date:   Sat Apr 1 19:03:04 2006 +0000

    Added ubuntu-mode test.

 xml2po/tests/ChangeLog           |    6 +++
 xml2po/tests/ubuntu-mode.po      |   85 ++++++++++++++++++++++++++++++++++++++
 xml2po/tests/ubuntu-mode.pot     |   60 ++++++++++++++++++++++++++
 xml2po/tests/ubuntu-mode.xml     |   38 +++++++++++++++++
 xml2po/tests/ubuntu-mode.xml.out |   35 +++++++++++++++
 5 files changed, 224 insertions(+), 0 deletions(-)

commit e5ef76add289d0007b1868bfa7aa381c2d8f831e
Author: Danilo Šegan <danilo@src.gnome.org>
Date:   Sat Apr 1 19:01:30 2006 +0000

    Test system changes.

 xml2po/tests/test.py |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

commit df6bf9a32cfb57c3b5ee144affbb30b9d12bee2a
Author: Danilo Šegan <danilo@src.gnome.org>
Date:   Sat Apr 1 18:47:47 2006 +0000

    Many bug-fixes and addition of Ubuntu mode.

 xml2po/ChangeLog                            |   26 ++++++++++
 xml2po/modes/Makefile.am                    |    2 +-
 xml2po/modes/ubuntu.py                      |   25 ++++++++++
 xml2po/tests/docbook.xml.out                |   29 ++++++++++-
 xml2po/tests/footnotes.xml.out              |    5 ++-
 xml2po/tests/relnotes/el/rnapplications.xml |   19 ++++++-
 xml2po/tests/relnotes/el/rndesktop.xml      |    6 ++-
 xml2po/tests/relnotes/el/rni18n.xml         |   37 ++++++++++++++-
 xml2po/tests/relnotes/el/rnplatform.xml     |    6 ++-
 xml2po/tests/relnotes/el/rnsysadmin.xml     |   12 ++++-
 xml2po/xml2po.py                            |   70 ++++++++++++++++++++++++--
 11 files changed, 219 insertions(+), 18 deletions(-)

commit d5539eee56326e6db664c119a356d45856ba89a7
Author: Danilo Šegan <danilo@src.gnome.org>
Date:   Fri Mar 31 23:54:34 2006 +0000

    Fix attribute handling.

 xml2po/ChangeLog |    7 +++++++
 xml2po/xml2po.py |   14 ++++++++++----
 2 files changed, 17 insertions(+), 4 deletions(-)

commit 8f95f231130ca01862a60c96d558cc534c805379
Author: Danilo Šegan <danilo@src.gnome.org>
Date:   Fri Mar 31 23:12:05 2006 +0000

    Improve keep-entities stuff even further, add another test case.

 xml2po/ChangeLog                   |    4 +++
 xml2po/tests/ChangeLog             |   11 ++++++++++
 xml2po/tests/adjacent-ents.po      |   28 ++++++++++++++++++++++++++
 xml2po/tests/adjacent-ents.pot     |   28 ++++++++++++++++++++++++++
 xml2po/tests/adjacent-ents.xml     |   11 ++++++++++
 xml2po/tests/adjacent-ents.xml.out |   11 ++++++++++
 xml2po/tests/test.py               |   23 ++++++++++++++++++---
 xml2po/xml2po.py                   |   38 +++++++++++++++++++++--------------
 8 files changed, 135 insertions(+), 19 deletions(-)

commit 32fd906da9a14bf3bb155642f3da73f7beba6cee
Author: Danilo Šegan <danilo@src.gnome.org>
Date:   Fri Mar 31 21:20:46 2006 +0000

    Fix handling of adjacent entities in --keep-entities mode.

 xml2po/ChangeLog |    7 +++++++
 xml2po/xml2po.py |    2 +-
 2 files changed, 8 insertions(+), 1 deletions(-)

commit 0cea51c4199783c4221f43e3cc537638579e664f
Author: Danilo Šegan <danilo@src.gnome.org>
Date:   Fri Mar 31 20:07:17 2006 +0000

    Fix keep-entities option handling when merging.

 xml2po/ChangeLog              |    8 ++++++++
 xml2po/TODO                   |    7 +++----
 xml2po/tests/ChangeLog        |   11 +++++++++--
 xml2po/tests/keepents.po      |   20 ++++++++++++++++++++
 xml2po/tests/keepents.pot     |   20 ++++++++++++++++++++
 xml2po/tests/keepents.xml     |    7 +++++++
 xml2po/tests/keepents.xml.out |    7 +++++++
 xml2po/tests/test.py          |    2 +-
 xml2po/xml2po.py              |    8 ++++++--
 9 files changed, 81 insertions(+), 9 deletions(-)

commit cbf62f0301aff684755efbf5818f573dc9219dd1
Author: Danilo Šegan <danilo@src.gnome.org>
Date:   Fri Mar 31 19:33:20 2006 +0000

    Added testcase.

 xml2po/tests/ChangeLog         |    7 +++++++
 xml2po/tests/footnotes.po      |   36 ++++++++++++++++++++++++++++++++++++
 xml2po/tests/footnotes.pot     |   36 ++++++++++++++++++++++++++++++++++++
 xml2po/tests/footnotes.xml     |   23 +++++++++++++++++++++++
 xml2po/tests/footnotes.xml.out |   11 +++++++++++
 xml2po/tests/test.py           |    2 +-
 6 files changed, 114 insertions(+), 1 deletions(-)

commit 6f1c2b711320702e7e1a9f14b3b1639a168e4871
Author: Danilo Šegan <danilo@src.gnome.org>
Date:   Fri Mar 31 19:15:15 2006 +0000

    Ignore blank child nodes in isFinalNode.

 xml2po/ChangeLog |    6 ++++++
 xml2po/xml2po.py |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

commit ba303bbdaf52b0e29bc141c1d07a7d44f2df4e82
Author: Danilo Šegan <danilo@src.gnome.org>
Date:   Fri Mar 31 19:01:29 2006 +0000

    Ignore blank child nodes in isFinalNode.

 xml2po/xml2po.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 0e702e2e6d856436c7689c1fe7040f78700a213f
Author: Rhys Jones <rhys@sucs.org>
Date:   Wed Mar 29 12:59:52 2006 +0000

    Added Welsh (cy) to ALL_LINGUAS. Added Welsh translation.
    
    2006-03-29  Rhys Jones  <rhys@sucs.org>
    
    	* configure.in: Added Welsh (cy) to ALL_LINGUAS.
    	* po/cy.po: Added Welsh translation.

 ChangeLog    |    4 +
 configure.in |    2 +-
 po/ChangeLog |    4 +
 po/cy.po     | 1897 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 1906 insertions(+), 1 deletions(-)

commit d8ae0058485297c4fcac468efe614d0521338399
Author: Priit Laes <amd@store20.com>
Date:   Mon Mar 27 06:13:40 2006 +0000

    Translation updated by Ivar Smolin.
    
    2006-03-27  Priit Laes  <amd@store20.com>
    
    	* et.po: Translation updated by Ivar Smolin.

 po/ChangeLog |    4 +
 po/et.po     |  258 ++++++++++++++++++----------------------------------------
 2 files changed, 84 insertions(+), 178 deletions(-)

commit c8b5ea9a0720a2e2bd530f0c719c8115d91a20ee
Author: Tommi Vainikainen <thv@iki.fi>
Date:   Wed Mar 22 11:10:53 2006 +0000

    Added Dzongkha translation from Pema Geyleg. 2006-03-22 Tommi Vainikainen
    
    2006-03-22  Tommi Vainikainen  <thv@iki.fi>
    	* dz.po: Added Dzongkha translation from Pema Geyleg.
    2006-03-22  Tommi Vainikainen  <thv@iki.fi>
    	* configure.in (ALL_LINGUAS): Added Dzongkha (dz).

 ChangeLog    |    4 +
 configure.in |    2 +-
 po/ChangeLog |    4 +
 po/dz.po     | 1797 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 1806 insertions(+), 1 deletions(-)

commit cb8106671f2d43672e703e3983ec4d9d2d1b3d54
Author: Dan Damian <dand@src.gnome.org>
Date:   Tue Mar 14 09:14:43 2006 +0000

    Updated Romanian translation.

 po/ChangeLog |    4 +
 po/ro.po     |  238 +++++++++++++++++++++++++++++++++++++++-------------------
 2 files changed, 165 insertions(+), 77 deletions(-)

commit cd6bece1fb3c0e576d171f2b5c0e4567f5ffa791
Author: Amanpreet Singh Alam <aman@src.gnome.org>
Date:   Sun Mar 12 16:01:36 2006 +0000

    update translation for Punjabi (Gurmukhi) by apbrar gmail com

 po/pa.po |  279 +++++++++++++++++++++++++++++++++++++++++---------------------
 1 files changed, 186 insertions(+), 93 deletions(-)

commit 4d1ed7e3065dc78e05d99007e166cd62d0a284b5
Author: Guilherme de S. Pastore <gpastore@src.gnome.org>
Date:   Sat Mar 11 11:14:49 2006 +0000

    0.6.0

 ChangeLog    |   10 ++++++++++
 NEWS         |   17 ++++++++++++++++-
 configure.in |    2 +-
 3 files changed, 27 insertions(+), 2 deletions(-)

commit 75892616c0d9ea0600874490caa63b8bf9bc53e4
Author: Guilherme de S. Pastore <gpastore@src.gnome.org>
Date:   Sat Mar 11 02:31:25 2006 +0000

    Updated Brazilian Portuguese translation from Leandro A. F. Pereira
    
    * pt_BR.po: Updated Brazilian Portuguese translation from Leandro
      A. F. Pereira <leandro@linuxmag.com.br>.

 po/ChangeLog |    5 +
 po/pt_BR.po  |  318 ++++++++++++++++++++++++++++++++++++++--------------------
 2 files changed, 216 insertions(+), 107 deletions(-)

commit 703c54b4491dd464f86009ad173d024fb2e9fe04
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Sat Mar 11 00:36:58 2006 +0000

    Updated Portuguese translation.
    
    2006-03-11  Duarte Loreto <happyguy_pt@hotmail.com>
    
    	* pt.po: Updated Portuguese translation.

 po/ChangeLog |    4 ++
 po/pt.po     |  151 +++++++++++++++++++++++++++++++++------------------------
 2 files changed, 91 insertions(+), 64 deletions(-)

commit 299f3500bed653a21c816c9f29ccad938e805d7d
Author: Laurent Dhima <laurenti@alblinux.net>
Date:   Thu Mar 9 10:37:05 2006 +0000

    Updated Albanian translation.
    
    2006-03-09  Laurent Dhima  <laurenti@alblinux.net>
    
    	* sq.po: Updated Albanian translation.

 po/ChangeLog |    4 ++
 po/sq.po     |  150 +++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 90 insertions(+), 64 deletions(-)

commit c4db07ce36a81e96cabca6666fc4d6c3381b75dd
Author: Daniel Nylander <po@danielnylander.se>
Date:   Wed Mar 8 10:51:29 2006 +0000

    Swedish translation updated.
    
    2006-03-08  Daniel Nylander  <po@danielnylander.se>
    
            * sv.po: Swedish translation updated.

 po/ChangeLog |    4 +
 po/sv.po     | 1222 +++++++++++++++++++---------------------------------------
 2 files changed, 399 insertions(+), 827 deletions(-)

commit 161138c15c2b96e68d55b0a0550318c0eb8cfafc
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Wed Mar 8 00:31:47 2006 +0000

    Hungarian translation updated.
    
    2006-03-08  Gabor Kelemen  <kelemeng@gnome.hu>
    
    	* hu.po: Hungarian translation updated.

 po/ChangeLog |    4 +
 po/hu.po     |  277 ++++++++++++++++++++++++++++++++++++++++------------------
 2 files changed, 195 insertions(+), 86 deletions(-)

commit 2e52344df096f7d00b718184f08a487573aeed82
Author: Priit Laes <amd@store20.com>
Date:   Tue Mar 7 13:04:34 2006 +0000

    Translation updated.
    
    2006-03-07  Priit Laes  <amd@store20.com>
    
    	* et.po: Translation updated.

 po/ChangeLog |    4 ++
 po/et.po     |  152 ++++++++++++++++++++++++++++++++++++++++++++++------------
 2 files changed, 125 insertions(+), 31 deletions(-)

commit 63b044b307bfa575b2e639f9277e02d049d02092
Author: Alexander Shopov <ash@contact.bg>
Date:   Sun Mar 5 10:59:38 2006 +0000

    Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>
    
    2006-03-05  Alexander Shopov  <ash@contact.bg>
    
    	* bg.po: Updated Bulgarian translation by
    	Alexander Shopov <ash@contact.bg>

 po/ChangeLog |    5 +++++
 po/bg.po     |   17 +++++++++--------
 2 files changed, 14 insertions(+), 8 deletions(-)

commit b24409f0896fd100e21c2306b89b9c0959a82ee3
Author: Maxim Dziumanenko <mvd@mylinux.ua>
Date:   Fri Mar 3 11:01:43 2006 +0000

    Updated Ukrainian translation.
    
    2006-03-03  Maxim Dziumanenko <mvd@mylinux.ua>
    
    	* Updated Ukrainian translation.

 po/ChangeLog |    4 +
 po/uk.po     |  283 +++++++++++++++++++++++++++++++++++++++-------------------
 2 files changed, 193 insertions(+), 94 deletions(-)

commit 530f030244d1ac50ce8d219828a62934a3eb3a09
Author: Arangel Angov <arangela@src.gnome.org>
Date:   Thu Mar 2 19:58:17 2006 +0000

    Updated Macedonian Translation <arangela@cvs.gnome.org>

 po/mk.po |  249 +++++++++++++++++++++++++++++++++++++++++++-------------------
 1 files changed, 172 insertions(+), 77 deletions(-)

commit 1d3276fc7f50c2a05808d521170eaa1b3ad6ea63
Author: Nickolay V. Shmyrev <nshmyrev@src.gnome.org>
Date:   Tue Feb 28 17:15:54 2006 +0000

    Updated Russian translation.
    
    
    	* ru.po: Updated Russian translation.

 po/ChangeLog |    4 +
 po/ru.po     |  262 ++++++++++++++++++++++++++++++++++++++++------------------
 2 files changed, 184 insertions(+), 82 deletions(-)

commit 2064030c6af9a23ac789328fa39bd024b71b9766
Author: Francisco Javier F. Serrador <serrador@cvs.gnome.org>
Date:   Mon Feb 27 19:31:00 2006 +0000

    Updated Spanish translation.
    
    2006-02-27  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
    
    	* es.po: Updated Spanish translation.

 po/ChangeLog |    4 +
 po/es.po     |  210 ++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 122 insertions(+), 92 deletions(-)

commit 26796f3a6f8614586ec370e99e217647149e851a
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Mon Feb 27 06:03:46 2006 +0000

    - Version 0.5.7
    
    * NEWS:
    * configure.in:
    - Version 0.5.7

 ChangeLog    |    6 ++++++
 NEWS         |   12 ++++++++++++
 configure.in |    2 +-
 3 files changed, 19 insertions(+), 1 deletions(-)

commit 4e48371bd23a297dc93b40d7cfe41ba4c38a5857
Author: Priit Laes <amd@store20.com>
Date:   Fri Feb 24 22:47:31 2006 +0000

    Translation updated.
    
    2006-02-25  Priit Laes  <amd@store20.com>
    
    	* et.po: Translation updated.

 po/ChangeLog |    4 +
 po/et.po     |  385 +++++++++++++++++++++++++++++----------------------------
 2 files changed, 200 insertions(+), 189 deletions(-)

commit 49f6791de37c045518bce3d16cc313faa11a6257
Author: Laurent Dhima <laurenti@alblinux.net>
Date:   Thu Feb 23 09:52:18 2006 +0000

    Updated Albanian translation.
    
    2006-02-23  Laurent Dhima  <laurenti@alblinux.net>
    
    	* sq.po: Updated Albanian translation.

 po/ChangeLog |    4 +
 po/sq.po     |  396 ++++++++++++++++++++++++++++++++++-----------------------
 2 files changed, 240 insertions(+), 160 deletions(-)

commit 9c8e7e8111805b28683a9e0f5357552dc90f80da
Author: Jordi Mallach <jordim@src.gnome.org>
Date:   Wed Feb 22 20:30:52 2006 +0000

    Updated Catalan translation by Gil Forcada <gilforcada@guifi.net>.

 po/ChangeLog |    5 +++
 po/ca.po     |  111 +++++++++++++++++++++------------------------------------
 2 files changed, 46 insertions(+), 70 deletions(-)

commit eb25ffd2e3ab742c0962b1555dcd58686218f254
Author: Clytie Siddall <clyties@src.gnome.org>
Date:   Tue Feb 21 07:51:36 2006 +0000

    vi.po: Updated Vietnamese translation.

 po/ChangeLog |    4 ++
 po/vi.po     |  137 +++++++++++++++++++++++++++++++++------------------------
 2 files changed, 83 insertions(+), 58 deletions(-)

commit 4fd4519c591803857f0a664186d247b275696a64
Author: Vincent van Adrighem <adrighem@gnome.org>
Date:   Mon Feb 20 22:05:17 2006 +0000

    Translation updated by Tino Meinen.
    
    2006-02-20  Vincent van Adrighem  <adrighem@gnome.org>
    
    	* nl.po: Translation updated by Tino Meinen.

 po/ChangeLog |    4 ++
 po/nl.po     |  159 ++++++++++++++++++++++++++++++++++++++--------------------
 2 files changed, 108 insertions(+), 55 deletions(-)

commit ff690f7fffcfeb425b074a6c42a89032fa49bb8b
Author: Kostas Papadimas <pkst@src.gnome.org>
Date:   Mon Feb 20 08:16:34 2006 +0000

    Updated Greek translation

 po/ChangeLog |    4 +
 po/el.po     |  360 ++++++++++++++++++++++++++++-----------------------------
 2 files changed, 181 insertions(+), 183 deletions(-)

commit 37bbc12148cd51081c0cf3092446db7eb994de5d
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Sun Feb 19 20:13:17 2006 +0000

    - Fixed simplelist without columns attribute
    
    * xslt/docbook/html/db2html-list.xsl:
    - Fixed simplelist without columns attribute

 ChangeLog                          |    5 +++++
 xslt/docbook/html/db2html-list.xsl |   17 ++++++++++++++---
 2 files changed, 19 insertions(+), 3 deletions(-)

commit 4fd71191d5e7ec7d2c928e7d3cfa9521dd4d6730
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Sat Feb 18 22:57:48 2006 +0000

    - Version 0.5.6
    
    * NEWS:
    * configure.in:
    - Version 0.5.6

 ChangeLog    |    6 ++++++
 NEWS         |   14 ++++++++++++++
 configure.in |    2 +-
 3 files changed, 21 insertions(+), 1 deletions(-)

commit fe06e57cd4a1c59877a6ceb74f1ccff78d2c44e6
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Sat Feb 18 22:47:21 2006 +0000

    - Fixed issue with uninstalling implicitly declared figures
    
    * gnome-doc-utils.make:
    - Fixed issue with uninstalling implicitly declared figures

 ChangeLog            |    5 +++++
 gnome-doc-utils.make |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

commit f90ce1f3aaac8ae6dd43e462ddd99c89245c7d6b
Author: Brent Smith <gnome@nextreality.net>
Date:   Sat Feb 18 21:59:08 2006 +0000

    Created some documentation for the xslt stylesheets
    
    
    2006-02-18  Brent Smith  <gnome@nextreality.net>
            * doc/xslt/C/gnome-doc-xslt.xml:
            Created some documentation for the xslt stylesheets

 ChangeLog                     |    5 +
 doc/xslt/C/gnome-doc-xslt.xml |  172 ++++++++++++++++++++++++++++++++++++++--
 2 files changed, 168 insertions(+), 9 deletions(-)

commit ee27e6a070125746208d6631b0e0da75f4bda0c1
Author: Brent Smith <gnome@nextreality.net>
Date:   Sat Feb 18 21:03:13 2006 +0000

    - fix an expression in db.chunk.info_chunk param that didn't make sense
    
    
    2006-02-18  Brent Smith  <gnome@nextreality.net>
            * xslt/docbook/common/db-chunk.xsl:
            - fix an expression in db.chunk.info_chunk param that didn't make
            sense anymore.

 ChangeLog                        |    6 ++++++
 xslt/docbook/common/db-chunk.xsl |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

commit bc1ad9a540c7e21f7ae8dddb8979fd5dde3a0ff2
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Sat Feb 18 20:42:42 2006 +0000

    - Added id attributes to the sections
    
    * doc/gnome-doc-make/C/gnome-doc-make.xml:
    - Added id attributes to the sections

 ChangeLog                               |    5 +++++
 doc/gnome-doc-make/C/gnome-doc-make.xml |    4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

commit 059e923a5d677e0a894458bcf72fcba35096bace
Author: Vincent van Adrighem <adrighem@gnome.org>
Date:   Fri Feb 17 15:02:05 2006 +0000

    Translation updated by Tino Meinen.
    
    2006-02-17  Vincent van Adrighem  <adrighem@gnome.org>
    
    	* nl.po: Translation updated by Tino Meinen.

 po/ChangeLog |    4 ++
 po/nl.po     |  159 ++++++++++++++++++++--------------------------------------
 2 files changed, 59 insertions(+), 104 deletions(-)

commit 532851eed96d0b90ad1250cb2a6e776f75384bf0
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Thu Feb 16 23:22:43 2006 +0000

    2nd update of Portuguese translation.
    
    2006-02-16  Duarte Loreto <happyguy_pt@hotmail.com>
    
    	* pt.po: 2nd update of Portuguese translation.

 po/ChangeLog |    4 ++
 po/pt.po     |  156 +++++++++++++++++++++++++---------------------------------
 2 files changed, 71 insertions(+), 89 deletions(-)

commit f700fee12ec90c76ef26cff56715b2b526965119
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Thu Feb 16 01:31:22 2006 +0000

    Updated Portuguese translation.
    
    2006-02-16  Duarte Loreto <happyguy_pt@hotmail.com>
    
    	* pt.po: Updated Portuguese translation.

 po/ChangeLog |    4 +
 po/pt.po     |  266 ++++++++++++++++++++++++++++++++++++++-------------------
 2 files changed, 181 insertions(+), 89 deletions(-)

commit aec04841b7e333f095268f26611ac958fc01908b
Author: Žygimantas Beručka <zygis@gnome.org>
Date:   Wed Feb 15 14:56:19 2006 +0000

    Updated Lithuanian translation.
    
    2006-02-15  Žygimantas Beručka  <zygis@gnome.org>
    
            * lt.po: Updated Lithuanian translation.

 po/ChangeLog |    4 +
 po/lt.po     |  243 ++++++++++++++++++++++++++++++++++++++++------------------
 2 files changed, 172 insertions(+), 75 deletions(-)

commit 6b89613a273ba0005d74daa561154103516dd4bb
Author: Luca Ferretti <elle.uca@libero.it>
Date:   Mon Feb 13 11:43:57 2006 +0000

    Updated Italian translation.
    
    2006-02-13  Luca Ferretti  <elle.uca@libero.it>
    
            * it.po: Updated Italian translation.

 po/ChangeLog |    4 +
 po/it.po     |  231 ++++++++++++++++++++++++++++++++++++++++------------------
 2 files changed, 163 insertions(+), 72 deletions(-)

commit bc1821a39eaa682c5461a3b3da5299b27d0adb71
Author: Miloslav Trmac <mitr@volny.cz>
Date:   Mon Feb 13 04:59:37 2006 +0000

    Updated Czech translation.
    
    2006-02-13  Miloslav Trmac  <mitr@volny.cz>
    
    	* cs.po: Updated Czech translation.

 po/ChangeLog |    4 ++++
 po/cs.po     |   24 +++++++++++++++++-------
 2 files changed, 21 insertions(+), 7 deletions(-)

commit edbccfa2b6002307fe4679483643a1efc0f0e4b1
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Sun Feb 12 23:33:13 2006 +0000

    - Version 0.5.5
    
    * NEWS:
    * configure.in:
    - Version 0.5.5

 ChangeLog    |    6 ++++++
 NEWS         |   13 +++++++++++++
 configure.in |    2 +-
 3 files changed, 20 insertions(+), 1 deletions(-)

commit 101e80597ac2f90df7e0dff81768f92ed8239479
Author: Hendrik Richter <hendi@gnome-de.org>
Date:   Sun Feb 12 14:27:06 2006 +0000

    Updated German translation.
    
    2006-02-12  Hendrik Richter  <hendi@gnome-de.org>
    
    	* de.po: Updated German translation.

 po/ChangeLog |    4 +
 po/de.po     |  240 ++++++++++++++++++++++++++++++++++++++++------------------
 2 files changed, 169 insertions(+), 75 deletions(-)

commit ed35fb92f31eb92ab6cf6d57dc76a65077eee16b
Author: Brent Smith <gnome@nextreality.net>
Date:   Sat Feb 11 23:02:08 2006 +0000

    Provided reasonable defaults for the db.chunk.basename and
    
    
    2006-02-11  Brent Smith  <gnome@nextreality.net>
            * xslt/docbook/common/db-chunk.xsl:
            Provided reasonable defaults for the db.chunk.basename and
            db.chunk.info_basename stylesheet parameters.

 ChangeLog                        |    6 ++++++
 xslt/docbook/common/db-chunk.xsl |   13 +++++++++----
 2 files changed, 15 insertions(+), 4 deletions(-)

commit 10f78aa1435ff0cd154fe59996b280ed6b8da4b4
Author: Kang Jeong-Hee <kz@src.gnome.org>
Date:   Sat Feb 11 12:38:52 2006 +0000

    ko.po updated

 po/ko.po |  399 +++++++++++++++++++++++++++++++++++++++----------------------
 1 files changed, 255 insertions(+), 144 deletions(-)

commit c59e4fe03fe757e1f73006326f78cab8657cac41
Author: Francisco Javier F. Serrador <serrador@cvs.gnome.org>
Date:   Sat Feb 11 12:38:08 2006 +0000

    Updated Spanish translation.
    
    2006-02-11  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
    
    	* es.po: Updated Spanish translation.

 po/ChangeLog |    4 +
 po/es.po     |  177 ++++++++++++++++++++++------------------------------------
 2 files changed, 70 insertions(+), 111 deletions(-)

commit ba8e9356c5bf910ba3cc35356013a70889f07a66
Author: Clytie Siddall <clyties@src.gnome.org>
Date:   Sat Feb 11 06:56:10 2006 +0000

    vi.po: Updated Vietnamese translation.

 po/ChangeLog |    4 ++
 po/vi.po     |  141 +++++++++++++++++++++++++---------------------------------
 2 files changed, 64 insertions(+), 81 deletions(-)

commit c9bbafa92602d901e5ccf85f0e9b8c7880c707ed
Author: Francisco Javier F. Serrador <serrador@cvs.gnome.org>
Date:   Thu Feb 9 19:06:22 2006 +0000

    Updated Spanish translation.
    
    2006-02-09  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
    
    	* es.po: Updated Spanish translation.

 po/ChangeLog |    4 ++++
 po/es.po     |   22 +++++++---------------
 2 files changed, 11 insertions(+), 15 deletions(-)

commit 59d964ce7752d9f40479d7afe3e87aa88a3663a6
Author: Brent Smith <gnome@nextreality.net>
Date:   Mon Feb 6 05:37:45 2006 +0000

    Created some documentation for the build utilities; based the documents
    
    
    2006-02-05  Brent Smith  <gnome@nextreality.net>
            * doc/gnome-doc-make/C/gnome-doc-make.xml:
            Created some documentation for the build utilities; based the
            documents off the GnomeDocUtilsMigrationHowTo page on the wiki

 ChangeLog                               |    6 +
 doc/gnome-doc-make/C/gnome-doc-make.xml |  578 ++++++++++++++++++++++++++++++-
 2 files changed, 572 insertions(+), 12 deletions(-)

commit ad688b69ca3733d89de5d6d07fafba083506ca2b
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Wed Feb 1 03:48:51 2006 +0000

    - Implemented informalfigure
    
    * xslt/docbook/html/db2html-block.xsl:
    - Implemented informalfigure

 ChangeLog                           |    5 +++++
 xslt/docbook/html/db2html-block.xsl |    7 +++++++
 2 files changed, 12 insertions(+), 0 deletions(-)

commit 9750d9ca2be6e3699cd46e84e8e05c6b25310efd
Author: Slobodan D. Sredojevic <slobo@akrep.be>
Date:   Mon Jan 30 22:18:07 2006 +0000

    Updated Serbian translation
    
    2006-01-30  Slobodan D. Sredojevic  <slobo@akrep.be>
    
            * sr.po, sr@Latn.po: Updated Serbian translation

 po/ChangeLog  |    4 +
 po/sr.po      |  317 ++++++++++++++++++++++++++++++++++++++++-----------------
 po/sr@Latn.po |  319 ++++++++++++++++++++++++++++++++++++++++-----------------
 3 files changed, 451 insertions(+), 189 deletions(-)

commit 4f66739b6937dfb077c36f7795a4e0a627cb6b44
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Mon Jan 30 17:29:58 2006 +0000

    - Version 0.5.4
    
    * NEWS:
    * configure.in:
    - Version 0.5.4

 ChangeLog    |    6 ++++++
 NEWS         |   21 +++++++++++++++++++++
 configure.in |    2 +-
 3 files changed, 28 insertions(+), 1 deletions(-)

commit a528a1d6f04af5e05403a60ec684c8b8e81cc0d8
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Mon Jan 30 00:42:21 2006 +0000

    - Do not automatically update po files
    
    * gnome-doc-utils.make:
    - Do not automatically update po files

 ChangeLog            |    5 +++++
 gnome-doc-utils.make |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

commit 10c88857055207e30a60425398a5df876ff6c7c8
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Sun Jan 29 00:48:25 2006 +0000

    Updated Traditional Chinese translation(Taiwan). Updated Traditional
    
    
    2006-01-29  Chao-Hsiung Liao  <j_h_liau@yahoo.com.tw>
    
    	* zh_TW.po: Updated Traditional Chinese translation(Taiwan).
    	* zh_HK.po: Updated Traditional Chinese translation(Hong Kong).

 po/ChangeLog |    5 +++++
 po/zh_HK.po  |   25 ++++++++++++++-----------
 po/zh_TW.po  |   25 ++++++++++++++-----------
 3 files changed, 33 insertions(+), 22 deletions(-)

commit 4a313406794c3b16d35057fceca3eb68dff426ab
Author: Vincent van Adrighem <adrighem@gnome.org>
Date:   Tue Jan 24 16:52:31 2006 +0000

    Translation updated by Tino Meinen.
    
    2006-01-24  Vincent van Adrighem  <adrighem@gnome.org>
    
    	* nl.po: Translation updated by Tino Meinen.

 po/ChangeLog |    4 ++++
 po/nl.po     |   17 +++++++++--------
 2 files changed, 13 insertions(+), 8 deletions(-)

commit 9f5f9bde1896e51b98697ce25d631dabe856eca1
Author: Francisco Javier F. Serrador <serrador@cvs.gnome.org>
Date:   Mon Jan 23 21:50:58 2006 +0000

    Updated Spanish translation.
    
    2006-01-23  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
    
    	* es.po: Updated Spanish translation.

 po/ChangeLog |    4 ++++
 po/es.po     |    6 +++---
 2 files changed, 7 insertions(+), 3 deletions(-)

commit 7d1e735d64f21fccee749b271ba8f88fac9bcd72
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Mon Jan 23 10:08:00 2006 +0000

    Updated Norwegian bokmål translation. Same.
    
    2006-01-23  Kjartan Maraas  <kmaraas@gnome.org>
    
    	* nb.po: Updated Norwegian bokmål translation.
    	* no.po: Same.

 po/ChangeLog |    5 +++++
 po/nb.po     |   17 +++++++++--------
 po/no.po     |   17 +++++++++--------
 3 files changed, 23 insertions(+), 16 deletions(-)

commit 769164bc6b668080342cd16176152e36d155f514
Author: Francisco Javier F. Serrador <serrador@cvs.gnome.org>
Date:   Sun Jan 22 21:50:58 2006 +0000

    Updated Spanish translation.
    
    2006-01-22  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
    
    	* es.po: Updated Spanish translation.

 po/ChangeLog |    4 ++++
 po/es.po     |   24 +++++++++++++++---------
 2 files changed, 19 insertions(+), 9 deletions(-)

commit 67e537879f4daa359076b69944a9858ce3e582e7
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Sun Jan 22 19:22:46 2006 +0000

    - Fixed incorrectness in db.chunk.depth_of_chunk
    
    * xslt/docbook/common/db-chunk.xsl:
    - Fixed incorrectness in db.chunk.depth_of_chunk
    
    * xslt/docbook/common/db-label.xsl:
    - Added footnote numbering here, with the other numberers
    
    * xslt/docbook/html/db2html-division.xsl:
    - Using a $node parameter throughout db2html.division.html
    - Changed how the footnote footer is called
    
    * xslt/docbook/html/db2html-footnote.xsl:
    - Changes and improvements to the footnotes stuff
    
    * xslt/gettext/l10n.xml.in:
    - Using the msgid default:LTR for the string default:LTR

 ChangeLog                              |   18 +++
 xslt/docbook/common/db-chunk.xsl       |   10 +-
 xslt/docbook/common/db-label.xsl       |   51 +++++++
 xslt/docbook/html/db2html-division.xsl |   68 +++++-----
 xslt/docbook/html/db2html-footnote.xsl |  237 +++++++++++++++++++++++---------
 xslt/gettext/l10n.xml.in               |    2 +-
 6 files changed, 284 insertions(+), 102 deletions(-)

commit c728eabaa01dfa3aef9bd47bed4a14db1f6ec94e
Author: Funda Wang <fwang@src.gnome.org>
Date:   Sun Jan 22 02:39:00 2006 +0000

    Revert wrong committion.

 po/zh_CN.po | 4249 +++++++++++++++++++++++++----------------------------------
 1 files changed, 1764 insertions(+), 2485 deletions(-)

commit ee1069a4263fb5ca595b70570fd938192ccfaddf
Author: Funda Wang <fwang@src.gnome.org>
Date:   Sat Jan 21 10:41:56 2006 +0000

    Updated gnome-doc-utils translation

 po/ChangeLog |    4 +
 po/zh_CN.po  | 4241 ++++++++++++++++++++++++++++++++++------------------------
 2 files changed, 2490 insertions(+), 1755 deletions(-)

commit 2ecfe4520f0797604399bf54fe09912615d51a2b
Author: Takeshi AIHANA <aihana@gnome.gr.jp>
Date:   Thu Jan 19 14:13:03 2006 +0000

    Updated Japanese translation for v0.5.3.
    
    2006-01-19  Takeshi AIHANA <aihana@gnome.gr.jp>
    
    	* ja.po: Updated Japanese translation for v0.5.3.

 po/ChangeLog |    4 ++++
 po/ja.po     |   24 +++++++++++++++++-------
 2 files changed, 21 insertions(+), 7 deletions(-)

commit 97ce7ef7dca1e8bd052b3442bdacd2811955f24a
Author: Clytie Siddall <clyties@src.gnome.org>
Date:   Thu Jan 19 11:37:34 2006 +0000

    vi.po: Updated Vietnamese translation.

 po/ChangeLog |    4 ++++
 po/vi.po     |   19 ++++++++++---------
 2 files changed, 14 insertions(+), 9 deletions(-)

commit f8bdf2faa5a8de2c17f347065ae99895231be333
Author: Ankitkumar Rameshchandra Patel <ankitp@src.gnome.org>
Date:   Wed Jan 18 07:55:25 2006 +0000

    Updated Translation

 po/ChangeLog |    4 ++++
 po/gu.po     |   18 ++++++++++--------
 2 files changed, 14 insertions(+), 8 deletions(-)

commit fdb663192e83e702135fd165575afbdfe5cb39e6
Author: Ilkka Tuohela <ituohela@src.gnome.org>
Date:   Wed Jan 18 05:09:11 2006 +0000

    Updated Finnish translation

 po/ChangeLog |    4 ++++
 po/fi.po     |   24 ++++++++++++++----------
 2 files changed, 18 insertions(+), 10 deletions(-)

commit ef7f41874bb6211e5fe436be4030c053b2564be4
Author: Ignacio Casal Quinteiro <icq@src.gnome.org>
Date:   Tue Jan 17 19:53:19 2006 +0000

    *** empty log message ***

 po/ChangeLog |    4 ++++
 po/gl.po     |   22 +++++++++++-----------
 2 files changed, 15 insertions(+), 11 deletions(-)

commit 9e98a0c1c6aae0820a1354b0c59324e6052dd443
Author: Adam Weinberger <adamw@gnome.org>
Date:   Tue Jan 17 19:41:53 2006 +0000

    Updated Canadian English translation.
    
    
    2006-01-17  Adam Weinberger  <adamw@gnome.org>
    
    	* en_CA.po: Updated Canadian English translation.

 po/ChangeLog |    4 ++++
 po/en_CA.po  |   19 ++++++++++---------
 2 files changed, 14 insertions(+), 9 deletions(-)

commit d5ffaab71810141fdadecf84244a14fd3d3fda59
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Tue Jan 17 15:24:02 2006 +0000

    - Version 0.5.3
    
    * NEWS:
    * configure.in:
    - Version 0.5.3

 ChangeLog    |    6 ++++++
 NEWS         |   23 +++++++++++++++++++++++
 configure.in |    2 +-
 3 files changed, 30 insertions(+), 1 deletions(-)

commit 2686a58d8f5a04198bb2eda56a27ed48487ce988
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Tue Jan 17 15:21:04 2006 +0000

    xslt/docbook/html/db2html-footnote.xsl - Added missing footnote XSLT file
    
    * xslt/docbook/html/db2html-footnote.xsl
    - Added missing footnote XSLT file

 ChangeLog                              |    5 +
 xslt/docbook/html/db2html-footnote.xsl |  154 ++++++++++++++++++++++++++++++++
 2 files changed, 159 insertions(+), 0 deletions(-)

commit e8f65115897be292711331ba176dd1df60978329
Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
Date:   Tue Jan 17 03:17:38 2006 +0000

    Updated Thai translation.
    
    2006-01-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
    
    	* th.po: Updated Thai translation.

 po/ChangeLog |    4 ++++
 po/th.po     |   20 ++++++++++++--------
 2 files changed, 16 insertions(+), 8 deletions(-)

commit 0f5d90d0c1d67316065d34266620b90c3114b09c
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Tue Jan 17 02:26:42 2006 +0000

    - Changed the string 'ltr' to 'default:LTR'
    
    * xslt/gettext/gettext.xsl:
    * xslt/gettext/l10n.xml.in:
    - Changed the string 'ltr' to 'default:LTR'

 ChangeLog                |    6 ++++++
 xslt/gettext/gettext.xsl |    4 ++--
 xslt/gettext/l10n.xml.in |    9 +++++----
 3 files changed, 13 insertions(+), 6 deletions(-)

commit 633edd8db9e0f912e70575a42e88ec7a31a7c829
Author: Brent Smith <bmsmith@src.gnome.org>
Date:   Tue Jan 17 02:05:04 2006 +0000

    Brent Smith <gnome@nextreality.net>
    
    
    Brent Smith  <gnome@nextreality.net>
            * xslt/docbook/html/Makefile.am:
            * xslt/docbook/html/db2html-css.xsl:
            * xslt/docbook/html/db2html-division.xsl:
            * xslt/docbook/html/db2html.xsl:
            Add footnote support into the stylesheets.
            Fixes #317203

 ChangeLog                              |    9 +++++++++
 xslt/docbook/html/Makefile.am          |    1 +
 xslt/docbook/html/db2html-css.xsl      |    1 +
 xslt/docbook/html/db2html-division.xsl |   27 +++++++++++++++++++++------
 xslt/docbook/html/db2html.xsl          |    3 +++
 5 files changed, 35 insertions(+), 6 deletions(-)

commit 1f5d4c196325149b59e2cfe6e95dd9d982e46e0e
Author: Francisco Javier F. Serrador <serrador@cvs.gnome.org>
Date:   Mon Jan 16 18:01:15 2006 +0000

    Updated Spanish translation.
    
    2006-01-16  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
    
    	* es.po: Updated Spanish translation.

 po/ChangeLog |    4 ++++
 po/es.po     |   40 +++++++++++++++++++++++++++++-----------
 2 files changed, 33 insertions(+), 11 deletions(-)

commit 61ef5778627df265b2bbaf5fc833e586861a8635
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Sat Jan 14 01:26:05 2006 +0000

    Updated Traditional Chinese translation(Taiwan). Added Traditional Chinese
    
    
    2006-01-14  Chao-Hsiung Liao  <j_h_liau@yahoo.com.tw>
    
    	* zh_TW.po: Updated Traditional Chinese translation(Taiwan).
    	* zh_HK.po: Added Traditional Chinese translation(Hong Kong).

 ChangeLog    |    4 +
 configure.in |    2 +-
 po/ChangeLog |    5 +
 po/zh_HK.po  | 1894 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 po/zh_TW.po  |  237 +++++---
 5 files changed, 2066 insertions(+), 76 deletions(-)

commit d92fef2c3563db00892eb933870ad65c7c9ec7ce
Author: Adam Weinberger <adamw@gnome.org>
Date:   Tue Jan 10 02:54:24 2006 +0000

    Updated Canadian English translation.
    
    
    2006-01-09  Adam Weinberger  <adamw@gnome.org>
    
    	* en_CA.po: Updated Canadian English translation.

 po/ChangeLog |    4 +
 po/en_CA.po  |  185 +++++++++++++++++++++++++++++++--------------------------
 2 files changed, 105 insertions(+), 84 deletions(-)

commit 58264d296ab5d7ac4722b10916f690618da44ad1
Author: Alexander Shopov <ash@contact.bg>
Date:   Mon Jan 9 16:40:48 2006 +0000

    Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>
    
    2006-01-09  Alexander Shopov  <ash@contact.bg>
    
    	* bg.po: Updated Bulgarian translation by
    	Alexander Shopov <ash@contact.bg>

 po/ChangeLog |    5 +
 po/bg.po     |  235 +++++++++++++++++++++++++++++++++++++++------------------
 2 files changed, 166 insertions(+), 74 deletions(-)

commit 8c7d1d941132a230d8e1479b65baa85940ed553a
Author: Ignacio Casal Quinteiro <icq@src.gnome.org>
Date:   Mon Jan 9 09:06:02 2006 +0000

    *** empty log message ***

 po/ChangeLog |    4 ++++
 po/gl.po     |   23 ++++++++++++++++-------
 2 files changed, 20 insertions(+), 7 deletions(-)

commit 47aa760215ccf31d178f16708b5abffc250d4a1e
Author: Clytie Siddall <clyties@src.gnome.org>
Date:   Mon Jan 9 05:23:58 2006 +0000

    vi.po: Updated Vietnamese translation.

 po/ChangeLog |    4 ++++
 po/vi.po     |   31 ++++++++++++++++++++-----------
 2 files changed, 24 insertions(+), 11 deletions(-)

commit 2103c930825b91f7debebfd8e28ba288acfcf3a2
Author: Ankitkumar Rameshchandra Patel <ankitp@src.gnome.org>
Date:   Mon Jan 9 05:20:20 2006 +0000

    Updated Translation

 po/ChangeLog |    4 ++++
 po/gu.po     |   22 ++++++++++++++++------
 2 files changed, 20 insertions(+), 6 deletions(-)

commit 3afc9203ae45614681b429c4d689552b31ab0e24
Author: Vincent van Adrighem <adrighem@gnome.org>
Date:   Sun Jan 8 14:03:41 2006 +0000

    Translation updated by Tino Meinen.
    
    2006-01-08  Vincent van Adrighem  <adrighem@gnome.org>
    
    	* nl.po: Translation updated by Tino Meinen.

 po/ChangeLog |    4 ++
 po/nl.po     |  119 +++++++--------------------------------------------------
 2 files changed, 19 insertions(+), 104 deletions(-)

commit 7a55ad65f2c0d732113842d00a73dfcd23f3c457
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Sun Jan 8 14:01:12 2006 +0000

    Updated Norwegian bokmål translation. Same
    
    2006-01-08  Kjartan Maraas <kmaraas@gnome.org>
    
    	* nb.po: Updated Norwegian bokmål translation.
    	* no.po: Same

 po/ChangeLog |    5 +++++
 po/nb.po     |   24 ++++++++++++++++++------
 po/no.po     |   24 ++++++++++++++++++------
 3 files changed, 41 insertions(+), 12 deletions(-)

commit 822f87a9a134e170fd8691d627a5256d22088993
Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
Date:   Sun Jan 8 07:22:20 2006 +0000

    Updated Thai translation.
    
    2006-01-08  Theppitak Karoonboonyanan  <thep@linux.thai.net>
    
    	* th.po: Updated Thai translation.

 po/ChangeLog |    4 ++++
 po/th.po     |   18 ++++++++++++------
 2 files changed, 16 insertions(+), 6 deletions(-)

commit cec17c9568b45eb26dc9af58223a7bb18377c465
Author: Ilkka Tuohela <ituohela@src.gnome.org>
Date:   Sat Jan 7 22:44:09 2006 +0000

    Updated Finnish translation

 po/ChangeLog |    4 ++++
 po/fi.po     |   20 ++++++++++++++------
 2 files changed, 18 insertions(+), 6 deletions(-)

commit 8890bb43e6e246b62fcd798eda6736c118f1c1e3
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Sat Jan 7 19:16:52 2006 +0000

    - Fixed misspelled biblioraphy, #325205
    
    * xslt/gettext/l10n.xml.in:
    - Fixed misspelled biblioraphy, #325205

 ChangeLog                |    5 +++++
 xslt/gettext/l10n.xml.in |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

commit 4524367af4b719cde95c76dfcfb2e94fddc3452f
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Sat Jan 7 18:09:39 2006 +0000

    - Added support for RTL setting in the CSS
    
    * xslt/docbook/html/db2html-css.xsl:
    * xslt/gettext/gettext.xsl:
    * xslt/gettext/l10n.xml.in:
    - Added support for RTL setting in the CSS

 ChangeLog                         |    7 +++
 xslt/docbook/html/db2html-css.xsl |    4 ++
 xslt/gettext/gettext.xsl          |   82 +++++++++++++++++++++++++++++++++++++
 xslt/gettext/l10n.xml.in          |    9 ++++
 4 files changed, 102 insertions(+), 0 deletions(-)

commit 60b12199621fd481d81e855926c6269fd3a6fff2
Author: Vincent van Adrighem <adrighem@gnome.org>
Date:   Fri Jan 6 23:10:32 2006 +0000

    Translation updated by Tino Meinen.
    
    2006-01-07  Vincent van Adrighem  <adrighem@gnome.org>
    
    	* nl.po: Translation updated by Tino Meinen.

 po/ChangeLog |    4 +
 po/nl.po     |  270 ++++++++++++++++++++++++++++++++++++++--------------------
 2 files changed, 182 insertions(+), 92 deletions(-)

commit ae54a72686e207e5d214a7b43232434c2059aa60
Author: Josep Puigdemont i Casamajó <joseppc@src.gnome.org>
Date:   Thu Jan 5 09:16:00 2006 +0000

    Updated Catalan translation.

 po/ChangeLog |    6 +-
 po/ca.po     |  233 +++++++++++++++++++++++++++++++++++++++-------------------
 2 files changed, 162 insertions(+), 77 deletions(-)

commit 87ecb8bc0b471999b8456a5b6dea2342606f2fd5
Author: Ilkka Tuohela <ituohela@src.gnome.org>
Date:   Fri Dec 30 16:58:20 2005 +0000

    Updated Finnish translation

 po/ChangeLog |    4 +
 po/fi.po     |  228 +++++++++++++++++++++++++++++++++++++++-------------------
 2 files changed, 157 insertions(+), 75 deletions(-)

commit 7675c9313582238c2d5e8b988df833b35779f7c2
Author: Clytie Siddall <clyties@src.gnome.org>
Date:   Thu Dec 29 08:10:55 2005 +0000

    vi.po: Updated Vietnamese translation.

 po/ChangeLog |    4 +
 po/vi.po     | 2378 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 1227 insertions(+), 1155 deletions(-)

commit 23f2b29461089ad192c6295db67ad8b831d0dc68
Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
Date:   Tue Dec 27 14:22:01 2005 +0000

    Adjusted Thai translation.
    
    2005-12-27  Theppitak Karoonboonyanan  <thep@linux.thai.net>
    
    	* th.po: Adjusted Thai translation.

 po/ChangeLog |    4 ++++
 po/th.po     |   36 ++++++++++++++++++------------------
 2 files changed, 22 insertions(+), 18 deletions(-)

commit 42582d1d03473ebe569fbba8dbbde440aa14495f
Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
Date:   Mon Dec 26 11:08:10 2005 +0000

    Added 'th' (Thai) to ALL_LINGUAS. Added Thai translation.
    
    2005-12-26  Theppitak Karoonboonyanan  <thep@linux.thai.net>
    
    	* configure.in: Added 'th' (Thai) to ALL_LINGUAS.
    	* po/th.po: Added Thai translation.

 ChangeLog    |    4 +
 configure.in |    2 +-
 po/ChangeLog |    4 +
 po/th.po     | 1907 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 1916 insertions(+), 1 deletions(-)

commit a2186830de43fdd595bde8ae6aee198788c99e91
Author: Peter Williams <peter@newton.cx>
Date:   Wed Dec 21 21:41:14 2005 +0000

    Fix generation of copyright information.
    
    2005-12-21  Peter Williams  <peter@newton.cx>
    
    	* xslt/docbook/html/db2html-info.xsl: Fix generation of
    	copyright information.

 ChangeLog                          |    5 +++++
 xslt/docbook/html/db2html-info.xsl |    4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

commit 056e9fbb86aa2bdb93378ff81aac1d7bc8a67c58
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Sun Dec 18 20:39:56 2005 +0000

    - Version 0.5.2
    
    * NEWS:
    * configure.in:
    - Version 0.5.2

 ChangeLog    |    6 ++++++
 NEWS         |   25 +++++++++++++++++++++++++
 configure.in |    2 +-
 3 files changed, 32 insertions(+), 1 deletions(-)

commit 8a801d9620213185cd6541e5dd6b57548eebb2b9
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Sun Dec 18 20:09:09 2005 +0000

    - Remove the gettext import for better performance, from Don Scorgie
    
    * xslt/docbook/common/db-label.xsl:
    * xslt/docbook/common/db-title.xsl:
    * xslt/docbook/common/db-xref.xsl:
    - Remove the gettext import for better performance, from Don Scorgie

 ChangeLog                        |    7 +++++++
 xslt/docbook/common/db-label.xsl |    1 -
 xslt/docbook/common/db-title.xsl |    1 -
 xslt/docbook/common/db-xref.xsl  |    1 -
 4 files changed, 7 insertions(+), 3 deletions(-)

commit 6a5b5f629f7fbc3c5576204540f0cfae0ecf0bcc
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Tue Dec 13 03:40:44 2005 +0000

    - Fixed bad syntax in a srcdir directory thing
    
    * gnome-doc-utils.make:
    - Fixed bad syntax in a srcdir directory thing

 ChangeLog            |    5 +++++
 gnome-doc-utils.make |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

commit 994e001acc26b8034916ca71c9c047f43cf2f705
Author: Miloslav Trmac <mitr@volny.cz>
Date:   Sun Dec 11 21:55:32 2005 +0000

    Updated Czech translation.
    
    2005-12-11  Miloslav Trmac  <mitr@volny.cz>
    
    	* cs.po: Updated Czech translation.

 po/ChangeLog |    4 +
 po/cs.po     |  262 ++++++++++++++++++++++++++++++++++++++++++----------------
 2 files changed, 195 insertions(+), 71 deletions(-)

commit 56764432cd65fde934ee4e37fc635f41041a5e0c
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Sun Dec 11 19:36:05 2005 +0000

    - Added some notes for Greek, Persian, and Thai
    
    * i18n/notes/el.txt:
    * i18n/notes/fa.txt:
    * i18n/notes/th.txt:
    - Added some notes for Greek, Persian, and Thai

 i18n/notes/el.txt |   27 +++++++++++++++++++++++++++
 i18n/notes/fa.txt |   29 +++++++++++++++++++++++++++++
 i18n/notes/th.txt |   40 ++++++++++++++++++++++++++++++++++++++++
 3 files changed, 96 insertions(+), 0 deletions(-)

commit 7f00940e144a6301512bdca3bf1efc853ddc73b8
Author: Ankitkumar Rameshchandra Patel <ankitp@src.gnome.org>
Date:   Sun Dec 11 13:27:19 2005 +0000

    Updated Gujarati Translation

 po/ChangeLog |    4 +
 po/gu.po     |  229 ++++++++++++++++++++++++++++++++++++++++------------------
 2 files changed, 161 insertions(+), 72 deletions(-)

commit 797bd565e3414051297ce6e9c300803cfeb48e54
Author: Funda Wang <fwang@src.gnome.org>
Date:   Sun Dec 11 11:28:42 2005 +0000

    Use cjk-chinese-simp to numbering chapters in gnome-doc-utils.

 po/ChangeLog |    4 +
 po/zh_CN.po  |  242 +++++++++++++++++++++++++++++++++++++++-------------------
 2 files changed, 168 insertions(+), 78 deletions(-)

commit 76332c3e290afdf92787d20033f504804c9c3312
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Sun Dec 11 00:18:47 2005 +0000

    - Implemented Chinese numbering
    
    * xslt/gettext/l10n-numbers.xsl:
    - Implemented Chinese numbering

 ChangeLog                     |    5 +++
 xslt/gettext/l10n-numbers.xsl |   60 +++++++++++++++++++++++++---------------
 2 files changed, 42 insertions(+), 23 deletions(-)

commit 6cdb9c0ecc11ffaa1aa0a16d011874474e320991
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Sat Dec 10 19:40:19 2005 +0000

    - Added Arabic decimal numbers
    
    * xslt/gettext/l10n-numbers.xsl:
    - Added Arabic decimal numbers

 ChangeLog                     |    5 +++++
 xslt/gettext/l10n-numbers.xsl |   11 ++++++-----
 2 files changed, 11 insertions(+), 5 deletions(-)

commit eaf0831fea68de07f3b66cf1d74f45ac3e72c68f
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Sat Dec 10 01:35:56 2005 +0000

    - Adding a script to test l10n-numbers.xsl
    
    * i18n/test-numgers:
    - Adding a script to test l10n-numbers.xsl
    
    * xslt/gettext/l10n-numbers.xsl:
    - Japanese ideographic numbers

 ChangeLog                     |    8 +++
 i18n/test-numbers             |   59 +++++++++++++++++++
 xslt/gettext/l10n-numbers.xsl |  124 ++++++++++++++++++++++++++++++++++++++---
 3 files changed, 182 insertions(+), 9 deletions(-)

commit ff43124cfdf70b21dedb66583d7e55761fa08c51
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Thu Dec 8 04:11:06 2005 +0000

    Updated Norwegian bokmål translation. Same
    
    2005-12-08  Kjartan Maraas  <kmaraas@gnome.org>
    
    	* nb.po: Updated Norwegian bokmål translation.
    	* no.po: Same

 po/ChangeLog |    5 +
 po/nb.po     |  243 ++++++++++++++++++++++++++++++++++++++++------------------
 po/no.po     |  243 ++++++++++++++++++++++++++++++++++++++++------------------
 3 files changed, 341 insertions(+), 150 deletions(-)

commit 36ed80052642a989862c4d7811016c698cffd3a6
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Thu Dec 8 03:13:56 2005 +0000

    - Adding l10n-numbers.xsl for internationalized number formatters
    
    * xslt/gettext/Makefile.am:
    * xslt/gettext/l10n-numbers.xsl:
    - Adding l10n-numbers.xsl for internationalized number formatters

 xslt/gettext/Makefile.am      |    5 +-
 xslt/gettext/l10n-numbers.xsl |  331 +++++++++++++++++++++++++++++++++++++++++
 2 files changed, 334 insertions(+), 2 deletions(-)

commit 67cb770b6d0a5c17922e18a36594cc0ba39f671d
Author: Adam Weinberger <adamw@gnome.org>
Date:   Sat Dec 3 20:05:43 2005 +0000

    Updated Canadian English translation.
    
    
    2005-12-03  Adam Weinberger  <adamw@gnome.org>
    
    	* en_CA.po: Updated Canadian English translation.

 po/ChangeLog |    4 +
 po/en_CA.po  |  222 +++++++++++++++++++++++++++++++++++++++-------------------
 2 files changed, 155 insertions(+), 71 deletions(-)

commit 03c7a453c0f1e8a5612886ab68bb8f9b987a09cf
Author: Peter Williams <peter@newton.cx>
Date:   Tue Nov 29 19:17:03 2005 +0000

    Add the new db2html-bibliography.xsl to xsl_DATA.
    
    2005-11-28  Peter Williams  <peter@newton.cx>
    
    	* xslt/docbook/html/Makefile.am (xsl_DATA): Add the new
    	db2html-bibliography.xsl to xsl_DATA.

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

commit 4923cdabb2428bc6d180bfe970685c7b05e6462a
Author: Ignacio Casal Quinteiro <icq@src.gnome.org>
Date:   Mon Nov 28 13:00:03 2005 +0000

    *** empty log message ***

 po/ChangeLog |    4 +
 po/gl.po     |  237 +++++++++++++++++++++++++++++++++++++++-------------------
 2 files changed, 163 insertions(+), 78 deletions(-)

commit e91ee7886d9b1b37ee6fee12ff0f6818c3c3d700
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Sun Nov 27 21:10:11 2005 +0000

    - Added missing license files
    
    * Makefile.am:
    * COPYING.GPL:
    * COPYING.LGPL:
    - Added missing license files

 COPYING.GPL  |  340 +++++++++++++++++++++++++++++++++++++++
 COPYING.LGPL |  504 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 ChangeLog    |    7 +
 Makefile.am  |    2 +
 4 files changed, 853 insertions(+), 0 deletions(-)

commit cc794e63e8b9b097474e9bb0f30a20f39c03393a
Author: Takeshi AIHANA <aihana@gnome.gr.jp>
Date:   Sun Nov 27 07:45:57 2005 +0000

    Updated Japanese translation for v0.5.1.
    
    2005-11-27  Takeshi AIHANA <aihana@gnome.gr.jp>
    
    	* ja.po: Updated Japanese translation for v0.5.1.

 po/ChangeLog |    4 +
 po/ja.po     |  223 +++++++++++++++++++++++++++++++++++++++-------------------
 2 files changed, 155 insertions(+), 72 deletions(-)

commit a7efe51de89e6ceb9d3f0427f4cf29fd4fef9ecf
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Sun Nov 27 05:20:30 2005 +0000

    - Version 0.5.1
    
    * NEWS:
    - Version 0.5.1

 ChangeLog |    5 +++++
 NEWS      |   34 ++++++++++++++++++++++++++++++++++
 2 files changed, 39 insertions(+), 0 deletions(-)

commit 2ffb69642769e7faac90c57e4fdc213eb4a80d1f
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Sun Nov 27 05:07:50 2005 +0000

    i18n/PLURALS.txt i18n/STYLESHEETS.xhtml - Updated files
    
    * i18n/PLURALS.txt
    * i18n/STYLESHEETS.xhtml
    - Updated files

 ChangeLog              |    6 ++++++
 i18n/PLURALS.txt       |    2 +-
 i18n/STYLESHEETS.xhtml |   40 ++++++++++++++++++++++------------------
 3 files changed, 29 insertions(+), 19 deletions(-)

commit 9a818d51c3429095f89d282d4632bd5c729c25e7
Author: Francisco Javier F. Serrador <serrador@cvs.gnome.org>
Date:   Sat Nov 26 18:25:48 2005 +0000

    Updated Spanish translation.
    
    2005-11-26  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
    
    	* es.po: Updated Spanish translation.

 po/ChangeLog |    4 +
 po/es.po     |  279 ++++++++++++++++++++++++++++++++++++++--------------------
 2 files changed, 186 insertions(+), 97 deletions(-)

commit 4334b9c7f2681f143fdb9b046ed4dc11e28f286d
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Fri Nov 25 20:20:16 2005 +0000

    - Do XInclude when timing
    
    * test/timing/timeall:
    - Do XInclude when timing
    
    * xslt/docbook/common/db-label.xsl:
    * xslt/docbook/common/db-title.xsl:
    * xslt/docbook/common/db-xref.xsl:-
    * xslt/docbook/html/db2html-css.xsl:
    * xslt/docbook/html/db2html-bibliography.xsl:
    * xslt/docbook/html/db2html-division.xsl:
    * xslt/docbook/html/db2html.xsl:
    * xslt/gettext/l10n.xml.in:
    - Added support for "cooked" bibliographies
    
    * xslt/docbook/html/db2html-block.xsl:
    * xslt/docbook/html/db2html-inline.xsl:
    * xslt/docbook/html/db2html-suppressed.xsl:
    - Added artpagenums, edition, isbn, pubdate, publishername
    
    * xslt/gettext/l10n.xml.in:
    - Added the 'Translator(s)' string

 ChangeLog                                  |   23 +++
 test/timing/timeall                        |    2 +-
 xslt/docbook/common/db-label.xsl           |   80 ++++++--
 xslt/docbook/common/db-title.xsl           |   10 +
 xslt/docbook/common/db-xref.xsl            |   34 ++++
 xslt/docbook/html/db2html-bibliography.xsl |  283 ++++++++++++++++++++++++++++
 xslt/docbook/html/db2html-block.xsl        |    5 -
 xslt/docbook/html/db2html-css.xsl          |    1 +
 xslt/docbook/html/db2html-division.xsl     |   14 ++-
 xslt/docbook/html/db2html-inline.xsl       |   25 +++
 xslt/docbook/html/db2html-suppressed.xsl   |    1 -
 xslt/docbook/html/db2html.xsl              |    3 +
 xslt/gettext/l10n.xml.in                   |   87 +++++++++
 13 files changed, 539 insertions(+), 29 deletions(-)

commit 0304704cbef1142c6fff8d483f0c6062fc4a32ae
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Tue Nov 15 05:46:46 2005 +0000

    - New script to time the DocBook XSLT across all installed docs
    
    * test/timing/timeall:
    - New script to time the DocBook XSLT across all installed docs

 test/timing/timeall |   42 ++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 42 insertions(+), 0 deletions(-)

commit 9ac3ba47e66ac3e0f4679d64771e5eb5a0284228
Author: Priit Laes <plaes@cvs.gnome.org>
Date:   Thu Oct 27 21:49:27 2005 +0000

    Translation updated by Ivar Smolin.
    
    2005-10-28  Priit Laes  <plaes@cvs.gnome.org>
    
    	* et.po: Translation updated by Ivar Smolin.

 po/ChangeLog |    4 ++++
 po/et.po     |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

commit a3d9675b44b48f7e09e003af1ae14429e345db7e
Author: Runa Bhattacharjee <runab@src.gnome.org>
Date:   Mon Oct 17 12:57:22 2005 +0000

    Added Entry for addition of Bengali (bn) in ALL_LINGUAS in configure.in

 ChangeLog |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit da47c4f76aa9550961b0d65bc1cdf5c949ae98a7
Author: Runa Bhattacharjee <runab@src.gnome.org>
Date:   Mon Oct 17 12:57:01 2005 +0000

    Added Bengali (bn) to ALL_LINGUAS:10/17

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

commit d18d2aba1503fb78b552db7e43b3d8db49664070
Author: Runa Bhattacharjee <runab@src.gnome.org>
Date:   Mon Oct 17 12:56:18 2005 +0000

    Added entry for Bengali (bn) Translation addition:10/17

 po/ChangeLog |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

commit 7733a5f769b3b0df9277faed422853c529767ebe
Author: Runa Bhattacharjee <runab@src.gnome.org>
Date:   Mon Oct 17 12:55:35 2005 +0000

    Added Bengali (bn) Translation:10/17

 po/bn.po | 1839 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 1839 insertions(+), 0 deletions(-)

commit 3c7fff13a332781dd8e3d7bcf57aeca5988ecd56
Author: Brent Smith <gnome@nextreality.net>
Date:   Wed Oct 12 21:03:02 2005 +0000

    - add another fix for line numbering, #317270
    
    2005-10-12  Brent Smith  <gnome@nextreality.net>
    
            * xslt/docbook/common/db-common.xsl:
            - add another fix for line numbering, #317270

 ChangeLog                         |    5 +++++
 xslt/docbook/common/db-common.xsl |   31 ++++++++++++++++++++++++++++++-
 2 files changed, 35 insertions(+), 1 deletions(-)

commit de904d92510c172fc3d3cad10bcdf455a2da0b42
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Fri Oct 7 16:16:12 2005 +0000

    - Fix for loops on old bourne shells, #317308
    
    * gnome-doc-utils.make:
    - Fix for loops on old bourne shells, #317308

 ChangeLog            |    5 +++++
 gnome-doc-utils.make |   35 +++++++++++++++++++----------------
 2 files changed, 24 insertions(+), 16 deletions(-)

commit da8ec1dca1d5989b8dbe5c642b08c732c09738f4
Author: Frédéric Crozat <fcrozat@src.gnome.org>
Date:   Wed Oct 5 15:59:27 2005 +0000

    - Fix DESTDIR support #318007
    
    
            * gnome-doc-utils.make:
            - Fix DESTDIR support #318007

 ChangeLog            |    5 +++++
 gnome-doc-utils.make |    4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

commit 3bf55d6ee64a98d824fd6fac286ca057f2fcbb69
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Wed Oct 5 07:38:26 2005 +0000

    - Fix paths when $(srcdir) is absolute
    
    * gnome-doc-utils.make:
    - Fix paths when $(srcdir) is absolute

 ChangeLog            |    5 +++++
 gnome-doc-utils.make |    7 ++++---
 2 files changed, 9 insertions(+), 3 deletions(-)

commit 489088e80bdbbdacc37728fad295a5532fb145fb
Author: Crispin Flowerday <gnome@flowerday.cx>
Date:   Sat Oct 1 20:19:25 2005 +0000

    Up version number to 0.5.1 (requested by shaunm)
    
    2005-10-01  Crispin Flowerday  <gnome@flowerday.cx>
    
    	* configure.in: Up version number to 0.5.1
    	(requested by shaunm)

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

commit e34ff87c731f7198b30f5f98e4790b5045be1ee9
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Thu Sep 29 05:08:31 2005 +0000

    - Line numbering fixes from Brent Smith, #317270 #317204
    
    * xslt/docbook/common/db-common.xsl:
    * xslt/docbook/html/db2html-block.xsl:
    - Line numbering fixes from Brent Smith, #317270 #317204

 ChangeLog                           |    6 ++++++
 xslt/docbook/common/db-common.xsl   |   27 ++++++++++++++++-----------
 xslt/docbook/html/db2html-block.xsl |    4 ++++
 3 files changed, 26 insertions(+), 11 deletions(-)

commit 63263e03b4df15ef44f4bac50948829a6fe8add8
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Thu Sep 29 04:54:14 2005 +0000

    Today is the 28th, not the 21st

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

commit 4e26b07460f2c54f8a8477af3b174992ccf309b2
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Thu Sep 29 04:51:33 2005 +0000

    - Put figures in the tarball, once and for all
    
    * gnome-doc-utils.make:
    - Put figures in the tarball, once and for all
    
    * xslt/docbook/html/db2html-block.xsl:
    * xslt/docbook/html/db2html-l10n.xsl:
    * xslt/docbook/html/db2html-list.xsl:
    * xslt/docbook/html/db2html-table.xsl:
    - Sizing adjustments

 ChangeLog                           |   11 +++++++++++
 gnome-doc-utils.make                |    2 +-
 xslt/docbook/html/db2html-block.xsl |    4 ++--
 xslt/docbook/html/db2html-l10n.xsl  |    2 +-
 xslt/docbook/html/db2html-list.xsl  |   10 +++++-----
 xslt/docbook/html/db2html-table.xsl |    6 +++---
 6 files changed, 23 insertions(+), 12 deletions(-)

commit bb785e0796007e759f8e532c6a0b8dd361e3fe73
Author: Alessio Frusciante <algol@src.gnome.org>
Date:   Thu Sep 22 20:15:56 2005 +0000

    Updated Italian translation.

 po/ChangeLog |    4 ++++
 po/it.po     |    5 ++---
 2 files changed, 6 insertions(+), 3 deletions(-)

commit 16055b60da9bbcbdd07b5a8f3af537bfbb023451
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Mon Sep 19 01:07:26 2005 +0000

    - Fixed bug which causes quote to be formatted as citetitle
    
    * xslt/docbook/html/db2html-inline.xsl:
    - Fixed bug which causes quote to be formatted as citetitle
    
    * xslt/docbook/html/db2html-l10n.xsl:
    - Fixed problem that caused new l10n markup not to work

 ChangeLog                            |    8 ++++++++
 xslt/docbook/html/db2html-inline.xsl |    2 +-
 xslt/docbook/html/db2html-l10n.xsl   |    3 +++
 3 files changed, 12 insertions(+), 1 deletions(-)

commit 218255e148a451cee10b6aca79535cedac48678a
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Mon Sep 19 00:36:04 2005 +0000

    - Adjusted some sizes, added space after admon title, #154239
    
    * xslt/docbook/html/db2html-title.xsl:
    - Adjusted some sizes, added space after admon title, #154239

 ChangeLog                           |    5 +++++
 xslt/docbook/html/db2html-title.xsl |   13 +++++--------
 2 files changed, 10 insertions(+), 8 deletions(-)

commit 0f4e08b4b52f77d9761b5978a25423d269e2327f
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Mon Sep 19 00:22:13 2005 +0000

    - Style interface like guimenu et al, per #154237
    
    * xslt/docbook/html/db2html-inline.xsl:
    - Style interface like guimenu et al, per #154237

 ChangeLog                            |    5 +++++
 xslt/docbook/html/db2html-inline.xsl |    4 +++-
 2 files changed, 8 insertions(+), 1 deletions(-)

commit db243e2d7cdae65599a5cec5812769d4f45dccc0
Author: Alessio Frusciante <algol@src.gnome.org>
Date:   Sun Sep 18 15:55:07 2005 +0000

    Updated Italian translation.

 po/ChangeLog |    5 +++
 po/it.po     |  108 ++++++++++++++++++++++++----------------------------------
 2 files changed, 50 insertions(+), 63 deletions(-)

commit 1892128b566bf4728ba68644374e75210218c2df
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Sun Sep 18 08:30:54 2005 +0000

    - Expanded the markup allowed in l10n format strings
    
    * doc/xslt/C/translating.xml:
    * i18n/STYLESHEETS.xhtml:
    * xslt/docbook/html/Makefile.am:
    * xslt/docbook/html/db2html.xsl:
    * xslt/docbook/html/db2html-l10n.xsl:
    - Expanded the markup allowed in l10n format strings

 ChangeLog                          |    9 +++
 doc/xslt/C/translating.xml         |  123 +++++++++++++++++++++++++++++++---
 i18n/STYLESHEETS.xhtml             |   54 ++++++++++++---
 xslt/docbook/html/Makefile.am      |    1 +
 xslt/docbook/html/db2html-l10n.xsl |  131 ++++++++++++++++++++++++++++++++++++
 xslt/docbook/html/db2html.xsl      |   33 +--------
 6 files changed, 301 insertions(+), 50 deletions(-)

commit eea734aaab57d87d095043fd830317715a6642db
Author: Stepan Kasal <skasal@src.gnome.org>
Date:   Tue Sep 13 13:41:00 2005 +0000

    Add datarootdir variable, for compatibility with future Autoconf.

 ChangeLog             |    5 +++++
 gnome-doc-prepare.in  |    1 +
 gnome-doc-utils.pc.in |    1 +
 xml2po/ChangeLog      |    5 +++++
 xml2po/xml2po.pc.in   |    1 +
 5 files changed, 13 insertions(+), 0 deletions(-)

commit 359debad99a5c83093b4cfef578d8f7ed7f95989
Author: Ignacio Casal Quinteiro <icq@src.gnome.org>
Date:   Wed Sep 7 13:42:02 2005 +0000

    *** empty log message ***

 po/ChangeLog |    4 +
 po/gl.po     |  217 +++++++++++++++++++++++++++++----------------------------
 2 files changed, 114 insertions(+), 107 deletions(-)

commit 5169f88027d653bfd9a8e1540f44fb6505811fdc
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Wed Sep 7 05:45:44 2005 +0000

    NEWS
    
    * NEWS
    * configure.in:
    - Version 0.4.1
    
    * gnome-doc-utils.m4:
    - Fix Solaris portability issue, #315412

 ChangeLog          |    9 +++++++++
 NEWS               |    6 ++++++
 configure.in       |    2 +-
 gnome-doc-utils.m4 |    2 +-
 4 files changed, 17 insertions(+), 2 deletions(-)

commit 5723f4f238410466597498d7fa5c5de97d42d321
Author: Frank Arnold <farnold@cvs.gnome.org>
Date:   Tue Sep 6 07:15:06 2005 +0000

    Fixed two messages with untranslated content. See Bug #315328. Spotted by
    
    2005-09-06  Frank Arnold  <farnold@cvs.gnome.org>
    
    	* de.po: Fixed two messages with untranslated content.
    	See Bug #315328. Spotted by Danilo.

 po/ChangeLog |    5 +++++
 po/de.po     |   28 ++++++++++++++--------------
 2 files changed, 19 insertions(+), 14 deletions(-)

commit 063074fc8cf32292aa4542f1e41990e258b6bb9d
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Tue Sep 6 05:40:32 2005 +0000

    - Version 0.4.0
    
    * NEWS:
    * configure.in:
    - Version 0.4.0

 ChangeLog    |    6 ++++++
 NEWS         |   16 ++++++++++++++++
 configure.in |    2 +-
 3 files changed, 23 insertions(+), 1 deletions(-)

commit 2fe1eb30344862c6ca1bae933a134c308a8af101
Author: Danilo Šegan <danilo@src.gnome.org>
Date:   Tue Sep 6 05:13:16 2005 +0000

    Updated Serbian translation.

 po/ChangeLog  |    4 +
 po/sr.po      |  264 +++++++++++++++++++++++++++++++--------------------------
 po/sr@Latn.po |  264 +++++++++++++++++++++++++++++++--------------------------
 3 files changed, 290 insertions(+), 242 deletions(-)

commit 0347a2c8f49743e771dc5645a8ab744ceb1a9b66
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Mon Sep 5 19:34:55 2005 +0000

    i18n/notes/sr.txt - Adding Serbian translation notes
    
    * i18n/notes/sr.txt
    - Adding Serbian translation notes

 i18n/notes/sr.txt |  102 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 102 insertions(+), 0 deletions(-)

commit e620a69e1c80222240370e3332606055b01e0773
Author: Žygimantas Beručka <zygis@gnome.org>
Date:   Mon Sep 5 18:22:13 2005 +0000

    Updated Lithuanian translation.
    
    2005-09-05  Žygimantas Beručka  <zygis@gnome.org>
    
    	* lt.po: Updated Lithuanian translation.

 po/ChangeLog |    4 ++
 po/lt.po     |  164 ++++++++++++++++++++++++++++++++++++----------------------
 2 files changed, 106 insertions(+), 62 deletions(-)

commit 3d781e29de521163a0aa82715587beeff37ec5e5
Author: Mugurel Tudor <mugurelu@gnome.ro>
Date:   Mon Sep 5 11:35:51 2005 +0000

    Updated Romanian translation
    
    2005-09-05  Mugurel Tudor  <mugurelu@gnome.ro>
    
    	* ro.po: Updated Romanian translation

 po/ChangeLog |    4 ++++
 po/ro.po     |    1 +
 2 files changed, 5 insertions(+), 0 deletions(-)

commit 4a983d17a5905a772a10c17f634d42a0bf09176e
Author: Mugurel Tudor <mugurelu@gnome.ro>
Date:   Mon Sep 5 11:29:30 2005 +0000

    Updated Romanian translation
    
    2005-09-05  Mugurel Tudor  <mugurelu@gnome.ro>
    
    	* ro.po: Updated Romanian translation

 po/ChangeLog |    4 +
 po/ro.po     |  378 +++++++++++++++++++++++-----------------------------------
 2 files changed, 156 insertions(+), 226 deletions(-)

commit 8f7c36b72d295f886ce0a396c9327845131da948
Author: Žygimantas Beručka <zygis@gnome.org>
Date:   Mon Sep 5 09:29:53 2005 +0000

    Updated Lithuanian translation.
    
    2005-09-05  Žygimantas Beručka  <zygis@gnome.org>
    
            * lt.po: Updated Lithuanian translation.

 po/ChangeLog |    4 +
 po/lt.po     |  271 ++++++++++++++++++---------------------------------------
 2 files changed, 90 insertions(+), 185 deletions(-)

commit 9bb5c56eaec7cf0521fdf1cc98addfaafe1cfcac
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Mon Sep 5 08:38:20 2005 +0000

    - Reverting to revision 1.2, massive breakage
    
    * po/ro.po:
    - Reverting to revision 1.2, massive breakage

 ChangeLog |    5 +
 po/ro.po  | 1284 +++++++++----------------------------------------------------
 2 files changed, 183 insertions(+), 1106 deletions(-)

commit a7829630f3d0c3a3ff0550721ea35ec7c412fc29
Author: Behdad Esfahbod <behdad@gnome.org>
Date:   Mon Sep 5 08:31:21 2005 +0000

    Build break fix. Damn.
    
    2005-09-05  Behdad Esfahbod  <behdad@gnome.org>
    
            * tr.po: Build break fix.  Damn.

 po/ChangeLog |    4 ++++
 po/tr.po     |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

commit 57eb373cc5f32df3c9b79b263a118e398bec7c50
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Sat Sep 3 05:58:13 2005 +0000

    Updated Traditional Chinese translation.
    
    
    2005-09-03  Chao-Hsiung Liao  <j_h_liau@yahoo.com.tw>
    
    	* zh_TW.po: Updated Traditional Chinese translation.

 po/ChangeLog |    4 +
 po/zh_TW.po  |  370 ++++++++++++++++++++++++++--------------------------------
 2 files changed, 168 insertions(+), 206 deletions(-)

commit fd17639a2910efd6bd54dc436aae67f6e623ff5c
Author: Christophe Merlet <redfox@src.gnome.org>
Date:   Fri Sep 2 11:24:34 2005 +0000

    Updated French translation.

 po/ChangeLog |    5 +
 po/fr.po     |  432 +++++++++++++++++++++++++---------------------------------
 2 files changed, 190 insertions(+), 247 deletions(-)

commit b661a1cfdb23b3bfe4e325d1266898f55d306f1c
Author: Choe Hwanjin <choe.hwanjin@gmail.com>
Date:   Fri Sep 2 07:27:59 2005 +0000

    Updated Korean translation by Young-Ho Cha.
    
    2005-09-02  Choe Hwanjin <choe.hwanjin@gmail.com>
    
        * ko.po: Updated Korean translation by Young-Ho Cha.

 po/ChangeLog |    4 +
 po/ko.po     |  426 +++++++++++++++++++++++++---------------------------------
 2 files changed, 189 insertions(+), 241 deletions(-)

commit da4156ec7a36777a1550b49d48495b356e8b9e60
Author: Nickolay V. Shmyrev <nshmyrev@src.gnome.org>
Date:   Thu Sep 1 17:41:15 2005 +0000

    Added Russian translation

 ChangeLog    |    4 +
 configure.in |    2 +-
 po/ChangeLog |    4 +
 po/ru.po     | 1814 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 1823 insertions(+), 1 deletions(-)

commit b0e6a5929aa2649040a3d70990e195776692820d
Author: Baris Cicek <bcicek@src.gnome.org>
Date:   Thu Sep 1 16:41:41 2005 +0000

    Updated Turkish Translation

 po/ChangeLog |    4 +
 po/tr.po     |  271 +++++++++++++++++++++++++++++++++++-----------------------
 2 files changed, 169 insertions(+), 106 deletions(-)

commit 77f9704d4922e51578fb0be73390d1eab702e2f8
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Tue Aug 30 20:19:44 2005 +0000

    - Added French translation notes from Vincent Untz
    
    * i18n/notes/fr.txt:
    - Added French translation notes from Vincent Untz

 i18n/notes/fr.txt |   37 +++++++++++++++++++++++++++++++++++++
 1 files changed, 37 insertions(+), 0 deletions(-)

commit befec2ba0f4f99fc525198c6d09058de79b02947
Author: Yair Hershkovitz <yairhr@gmail.com>
Date:   Tue Aug 30 08:57:52 2005 +0000

    he.po: Added Hebrew translation.
    
    2005-08-30  Yair Hershkovitz  <yairhr@gmail.com>
    
    	he.po: Added Hebrew translation.

 ChangeLog    |    6 +-
 configure.in |    2 +-
 po/ChangeLog |    4 +
 po/he.po     | 1765 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 1774 insertions(+), 3 deletions(-)

commit 6b3bf4afe86b10175e3fe52bd0e3cc18bf046f46
Author: Dan Damian <dand@src.gnome.org>
Date:   Tue Aug 30 08:05:48 2005 +0000

    Updated Romanian translation by Iulian Benea.

 po/ChangeLog |    4 +
 po/ro.po     | 1284 ++++++++++++++++++++++++++++++++++++++++++++++++++--------
 2 files changed, 1110 insertions(+), 178 deletions(-)

commit 6040983bb570490c23c2f21bc2f22254e510e076
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Tue Aug 30 00:54:15 2005 +0000

    changed the example.xref translation, as it was missin' a huge part that
    
    * po/it.po: changed the example.xref translation, as it
    was missin' a huge part that prevented compilation
    on italian systems.
    * po/it.po: corrected a similar mistake in glossentry.tooltip,
    and a minor italian imprecision.

 ChangeLog |    8 ++++++++
 po/it.po  |    5 +++--
 2 files changed, 11 insertions(+), 2 deletions(-)

commit cd091527cdd7e40fc8d1202f2c3ab63281370fec
Author: Alessio Frusciante <algol@src.gnome.org>
Date:   Mon Aug 29 20:18:27 2005 +0000

    Updated Italian translation.

 po/ChangeLog |    5 +
 po/it.po     |  433 ++++++++++++++++++++--------------------------------------
 2 files changed, 156 insertions(+), 282 deletions(-)

commit 30505a4954a73de251db86fd7ed18aad3c3a0d9f
Author: Francisco Javier F. Serrador <serrador@cvs.gnome.org>
Date:   Mon Aug 29 18:16:59 2005 +0000

    Updated Spanish translation.
    
    2005-08-29  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
    
    	* es.po: Updated Spanish translation.

 po/ChangeLog |    4 +
 po/es.po     |  356 +++++++++-------------------------------------------------
 2 files changed, 55 insertions(+), 305 deletions(-)

commit b412d15828c35aa0b98781cbc318a68d4b23980c
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Mon Aug 29 16:28:55 2005 +0000

    - Version 0.3.3
    
    * NEWS:
    * configure.in:
    - Version 0.3.3
    
    * i18n/PLURALS.txt:
    * i18n/STYLESHEETS.xhtml:
    - Automatic updates

 ChangeLog              |   12 ++++
 NEWS                   |   37 +++++++++++
 configure.in           |    2 +-
 i18n/PLURALS.txt       |    2 +-
 i18n/STYLESHEETS.xhtml |  155 ++++++++++++++++++++++++------------------------
 5 files changed, 129 insertions(+), 79 deletions(-)

commit 66e00175b4f76f020fe55093dd353a005b24fffa
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Sun Aug 28 16:41:07 2005 +0000

    Updated Portuguese translation.
    
    2005-08-28  Duarte Loreto <happyguy_pt@hotmail.com>
    
    	* pt.po: Updated Portuguese translation.

 po/ChangeLog |    4 +
 po/pt.po     |  253 ++++++++++++++++++++++++++++++++++++---------------------
 2 files changed, 164 insertions(+), 93 deletions(-)

commit 500abdbd3a4bc0680e0d3dbc26ebf2d22cdbc127
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Fri Aug 26 20:26:55 2005 +0000

    - Only take one input file for xsldoc
    
    * gnome-doc-utils.make:
    - Only take one input file for xsldoc

 ChangeLog            |    5 +++++
 gnome-doc-utils.make |    6 +++++-
 2 files changed, 10 insertions(+), 1 deletions(-)

commit daee712ad6c748b9dfb217a1de714ea20bfef767
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Fri Aug 26 19:41:56 2005 +0000

    - Fixed broken XML
    
    * po/pt_BR.po:
    - Fixed broken XML

 ChangeLog   |    5 +++++
 po/pt_BR.po |    4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

commit 2ad1750689f6a38002ab8ec9f72671cb66c90508
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Fri Aug 26 17:19:32 2005 +0000

    - Fixed broken XML in translations
    
    * po/bg.po:
    * po/nb.po:
    * po/no.po:
    - Fixed broken XML in translations
    
    * xslt/gettext/Makefile.am:
    - Added well-formedness check to l10n.xml Makefile rule

 ChangeLog                |   10 ++++++++++
 po/bg.po                 |    6 +++---
 po/nb.po                 |   16 ++++------------
 po/no.po                 |   16 ++++------------
 xslt/gettext/Makefile.am |    1 +
 5 files changed, 22 insertions(+), 27 deletions(-)

commit 0b812b6d9f6ba56536930e0ac6c6c1803f656707
Author: Amanpreet Singh Alam <aman@src.gnome.org>
Date:   Tue Aug 23 10:33:37 2005 +0000

    add Punjabi (pa) by amanpreet Singh Brar Alamwalia

 po/pa.po |  402 +++++++++++++++++++++++++++-----------------------------------
 1 files changed, 174 insertions(+), 228 deletions(-)

commit 3d56ce16459cfbf0de4741775af5c1ace4c4af1a
Author: Evandro Fernandes Giovanini <evandrofg@ig.com.br>
Date:   Tue Aug 23 02:18:46 2005 +0000

    Updated Brazilian Portuguese translation from Pedro de Medeiros
    
    2005-08-22  Evandro Fernandes Giovanini <evandrofg@ig.com.br>
    
    	* pt_BR.po: Updated Brazilian Portuguese translation
    	from Pedro de Medeiros <pedro.medeiros@gmail.com>.

 po/ChangeLog |    5 +
 po/pt_BR.po  |  271 ++++++++++++++++++++++++++++++++++------------------------
 2 files changed, 166 insertions(+), 110 deletions(-)

commit b1412a4e337cc199366c6a9aa17254018fe48718
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Sat Aug 20 21:14:05 2005 +0000

    - Fix up some sed expressions, from Joe Markus Clarke, #312969
    
    * gnome-doc-utils.make:
    - Fix up some sed expressions, from Joe Markus Clarke, #312969

 ChangeLog            |    5 +++++
 gnome-doc-utils.make |    8 ++++----
 2 files changed, 9 insertions(+), 4 deletions(-)

commit 21fe3f57b7b4953f4007ad7eebd76c65a21b1c64
Author: Josep Puigdemont i Casamajó <joseppc@src.gnome.org>
Date:   Sat Aug 20 15:40:19 2005 +0000

    Updated Catalan translation.

 po/ChangeLog |    5 +
 po/ca.po     |  563 +++++++++++++++++-----------------------------------------
 2 files changed, 170 insertions(+), 398 deletions(-)

commit 315457312f70c04e119f3686a7fc1100992b7f75
Author: Priit Laes <plaes@cvs.gnome.org>
Date:   Fri Aug 19 05:50:38 2005 +0000

    Translation updated by Ivar Smolin.
    
    2005-08-19  Priit Laes  <plaes@cvs.gnome.org>
    
    	* et.po: Translation updated by Ivar Smolin.

 po/ChangeLog |    4 ++
 po/et.po     |  150 +++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 90 insertions(+), 64 deletions(-)

commit 2cca39b0946247f3e6ee04c6a028afc25642ca3d
Author: Vincent van Adrighem <adrighem@gnome.org>
Date:   Thu Aug 18 18:29:25 2005 +0000

    Translation updated by Taco Witte.
    
    2005-08-18  Vincent van Adrighem  <adrighem@gnome.org>
    
    	* nl.po: Translation updated by Taco Witte.

 po/ChangeLog |    4 +
 po/nl.po     |  263 +++++++++++++++++++++++++++++++++++-----------------------
 2 files changed, 164 insertions(+), 103 deletions(-)

commit 9adf2aca05bbe68b3eadb1fdf7797ea42fc00936
Author: Maxim Dziumanenko <mvd@mylinux.ua>
Date:   Tue Aug 16 17:21:42 2005 +0000

    Updated Ukrainian translation.
    
    2005-08-16  Maxim Dziumanenko <mvd@mylinux.ua>
    
    	* Updated Ukrainian translation.

 po/ChangeLog |    4 +
 po/uk.po     |  365 +++++++++++++++++++++++++--------------------------------
 2 files changed, 164 insertions(+), 205 deletions(-)

commit dcd52060810a543e4dbfc68a6432be02700ee774
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Sun Aug 14 22:03:33 2005 +0000

    Hungarian translation updated.
    
    2005-08-15  Gabor Kelemen  <kelemeng@gnome.hu>
    
    	* hu.po: Hungarian translation updated.

 po/ChangeLog |    4 +
 po/hu.po     |  432 ++++++++++++++++++++++------------------------------------
 2 files changed, 165 insertions(+), 271 deletions(-)

commit 62e3211d0c1aff82e89376e54e8ef9624b72be9d
Author: Alexander Shopov <ash@contact.bg>
Date:   Fri Aug 12 07:05:48 2005 +0000

    Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>
    
    2005-08-12  Alexander Shopov  <ash@contact.bg>
    
    	* bg.po: Updated Bulgarian translation by
    	Alexander Shopov <ash@contact.bg>

 po/ChangeLog |    5 ++
 po/bg.po     |  129 +++++++++++++++++++++++++++++++++++++---------------------
 2 files changed, 88 insertions(+), 46 deletions(-)

commit 45127746b1a2089f0e2bef2e29aefbd661487d89
Author: Ivan Stojmirov <stojmir@src.gnome.org>
Date:   Thu Aug 11 01:47:11 2005 +0000

    done

 po/mk.po |  206 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 103 insertions(+), 103 deletions(-)

commit ed320d158122d5c0e7ba1f5d63c113edfc64cd8b
Author: Kostas Papadimas <pkst@src.gnome.org>
Date:   Wed Aug 10 09:09:35 2005 +0000

    Updated Greek Translation

 po/ChangeLog |    4 +
 po/el.po     |  263 +++++++++++++++++++++++++++++++++++----------------------
 2 files changed, 165 insertions(+), 102 deletions(-)

commit 530f221d0f3a753f59db981f71637b02071aa9c8
Author: Hendrik Brandt <heb@gnome-de.org>
Date:   Tue Aug 9 22:56:11 2005 +0000

    Updated German translation.
    
    2005-08-09  Hendrik Brandt  <heb@gnome-de.org>
    
            * de.po: Updated German translation.

 po/ChangeLog |    4 +
 po/de.po     |  179 ++++++++++++++++++++++++++++++++--------------------------
 2 files changed, 102 insertions(+), 81 deletions(-)

commit 349113823c18fdc4460c2fd32d7ae5c3f9c591d6
Author: Laurent Dhima <laurenti@alblinux.net>
Date:   Tue Aug 9 09:24:02 2005 +0000

    Updated Albanian translation.
    
    2005-08-09  Laurent Dhima  <laurenti@alblinux.net>
    
    	* sq.po: Updated Albanian translation.

 po/ChangeLog |    4 +
 po/sq.po     |  395 +++++++++++++++++++++++++---------------------------------
 2 files changed, 173 insertions(+), 226 deletions(-)

commit ad6a301b54fbaf6f1f1148ca41ecb5d060afd4d8
Author: Takeshi AIHANA <aihana@gnome.gr.jp>
Date:   Sun Aug 7 06:16:07 2005 +0000

    Updated Japanese translation for HEAD.
    
    2005-08-07  Takeshi AIHANA <aihana@gnome.gr.jp>
    
    	* ja.po: Updated Japanese translation for HEAD.

 po/ChangeLog |    4 ++
 po/ja.po     |  166 +++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 98 insertions(+), 72 deletions(-)

commit 07a1ca5ee589dbcbea00a208c2e33c56665963f3
Author: Terance Sola <terance@lyse.net>
Date:   Sat Aug 6 02:57:07 2005 +0000

    Updated Norwegian Bbokmål translation. Same.
    
    2005-08-06  Terance Sola  <terance@lyse.net>
    
    	* nb.po: Updated Norwegian Bbokmål translation.
    	* no.po: Same.

 po/ChangeLog |    5 ++
 po/nb.po     |  226 ++++++++++++++++++++++++++++++++++++++--------------------
 po/no.po     |  226 ++++++++++++++++++++++++++++++++++++++--------------------
 3 files changed, 305 insertions(+), 152 deletions(-)

commit 9a4a6caf4c62b263a578e434677e05585dc92132
Author: Marcel Telka <marcel@telka.sk>
Date:   Fri Aug 5 20:14:57 2005 +0000

    Updated Slovak translation.
    
    2005-08-05  Marcel Telka  <marcel@telka.sk>
    
    	* sk.po: Updated Slovak translation.

 po/ChangeLog |    4 ++
 po/sk.po     |  168 ++++++++++++++++++++++++++++++++++------------------------
 2 files changed, 103 insertions(+), 69 deletions(-)

commit f6a8ccd4489339d434c36e4bab5f78d84f02551b
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Fri Aug 5 09:38:28 2005 +0000

    Updated Norwegian bokmål translation. Same
    
    2005-08-05  Kjartan Maraas  <kmaraas@gnome.org>
    
    	* nb.po: Updated Norwegian bokmål translation.
    	* no.po: Same

 po/ChangeLog |    5 +
 po/nb.po     |  251 +++++++++++++++-------------------------------------------
 po/no.po     |  251 +++++++++++++++-------------------------------------------
 3 files changed, 131 insertions(+), 376 deletions(-)

commit 566e5cdc1ebf79fa0237ca1902909247b7b63a37
Author: Francisco Javier F. Serrador <serrador@cvs.gnome.org>
Date:   Thu Aug 4 14:38:32 2005 +0000

    Updated Spanish translation.
    
    2005-08-04  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
    
    	* es.po: Updated Spanish translation.

 po/ChangeLog |    4 +
 po/es.po     |  177 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 92 insertions(+), 89 deletions(-)

commit b371f8ddfddcbb4e609d64d7fb3dbb2be26b9f19
Author: Clytie Siddall <clyties@src.gnome.org>
Date:   Thu Aug 4 11:55:30 2005 +0000

    vi.po: Updated Vietnamese translation.

 po/ChangeLog |    4 ++
 po/vi.po     |  167 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 93 insertions(+), 78 deletions(-)

commit 71aee569432eda6c0bfd2b34e8839142d86a2a66
Author: Adam Weinberger <adamw@gnome.org>
Date:   Tue Aug 2 17:13:17 2005 +0000

    Updated Canadian English translation.
    
    
    2005-08-02  Adam Weinberger  <adamw@gnome.org>
    
    	* en_CA.po: Updated Canadian English translation.

 po/ChangeLog |    4 +
 po/en_CA.po  |  215 ++++++++++++++++++++++++++++++---------------------------
 2 files changed, 117 insertions(+), 102 deletions(-)

commit 8430276200b4d73df84ca076beba0293d9b7a003
Author: Funda Wang <fwang@src.gnome.org>
Date:   Tue Aug 2 14:45:59 2005 +0000

    Updated Simplified Chinese translation

 po/ChangeLog |    4 ++
 po/zh_CN.po  |  165 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 92 insertions(+), 77 deletions(-)

commit 0745ed7fe75321636dc6865a5f1d5a6416bf72a0
Author: Ankitkumar Rameshchandra Patel <ankitp@src.gnome.org>
Date:   Tue Aug 2 09:52:51 2005 +0000

    Updated Gujarati Translations

 po/ChangeLog |    4 ++
 po/gu.po     |  154 ++++++++++++++++++++++++++++++++++++----------------------
 2 files changed, 100 insertions(+), 58 deletions(-)

commit 693263550c2f0cafc44f3a615640336285c309bc
Author: Tommi Vainikainen <thv@iki.fi>
Date:   Tue Aug 2 08:41:16 2005 +0000

    Updated Finnish translation.
    
    2005-08-02  Tommi Vainikainen  <thv@iki.fi>
    	* fi.po: Updated Finnish translation.

 po/ChangeLog |    4 ++
 po/fi.po     |  129 +++++++++++++++++++++++++++++++++++++---------------------
 2 files changed, 87 insertions(+), 46 deletions(-)

commit b36397407a981324def0929f9703cc36af13c82e
Author: Rajesh Ranjan <rranjan@src.gnome.org>
Date:   Tue Aug 2 08:01:13 2005 +0000

    updtd by rranjan@redhat.com

 po/hi.po |  205 ++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 101 insertions(+), 104 deletions(-)

commit 71dccc957566379bc29a73a37701722939e8d023
Author: Abduxukur Abdurixit <aabdurix@src.gnome.org>
Date:   Tue Aug 2 06:53:25 2005 +0000

    *** empty log message ***

 ChangeLog    |    4 +
 configure.in |    2 +-
 po/ChangeLog |    5 +
 po/ug.po     | 1762 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 1772 insertions(+), 1 deletions(-)

commit 4aa9cca0bac9445f696dcf19c394425056b4ab2a
Author: Ankitkumar Rameshchandra Patel <ankitp@src.gnome.org>
Date:   Tue Aug 2 04:50:22 2005 +0000

    Updated Gujarati Translations

 po/ChangeLog |    4 ++
 po/gu.po     |  103 ++++++++++++++++++---------------------------------------
 2 files changed, 37 insertions(+), 70 deletions(-)

commit 22c518b0544c85444520d77bd3c4421bf76ed3fa
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Mon Aug 1 23:07:33 2005 +0000

    - Changes to make block indents not nest
    
    * xslt/docbook/html/db2html-admon.xsl:
    * xslt/docbook/html/db2html-block.xsl:
    * xslt/docbook/html/db2html-css.xsl:
    * xslt/docbook/html/db2html-table.xsl:
    - Changes to make block indents not nest

 ChangeLog                           |    8 +++
 xslt/docbook/html/db2html-admon.xsl |    4 +-
 xslt/docbook/html/db2html-block.xsl |   89 +++++++++++++++++++++++------------
 xslt/docbook/html/db2html-css.xsl   |    3 +-
 xslt/docbook/html/db2html-table.xsl |    3 +-
 5 files changed, 70 insertions(+), 37 deletions(-)

commit 85e225785ad64afe555203941352367877bb0833
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Mon Aug 1 22:40:43 2005 +0000

    - Fixed up the preface formatters
    
    * xslt/docbook/common/db-label.xsl:
    * xslt/docbook/common/db-xref.xsl:
    * xslt/gettext/l10n.xml.in:
    - Fixed up the preface formatters

 ChangeLog                        |    7 ++++++
 xslt/docbook/common/db-label.xsl |   13 ++++++++++-
 xslt/docbook/common/db-xref.xsl  |   12 ++++++++++
 xslt/gettext/l10n.xml.in         |   42 ++++++++++++++++++++++++++++++++++++++
 4 files changed, 72 insertions(+), 2 deletions(-)

commit 4869a952b83e5ba9f7a95695c8917361a8bca21a
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Mon Aug 1 21:45:03 2005 +0000

    - Use newer versions of AC_INIT and AM_INIT_AUTOMAKE
    
    * configure.in:
    - Use newer versions of AC_INIT and AM_INIT_AUTOMAKE
    
    * gnome-doc-utils.make:
    - Pass the PO file to xml2po, not just the language code

 ChangeLog            |    8 ++++++++
 configure.in         |    5 +++--
 gnome-doc-utils.make |    4 ++--
 3 files changed, 13 insertions(+), 4 deletions(-)

commit 554576d5ad0b81daea0af75a309a6afc760181b5
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Mon Aug 1 20:04:01 2005 +0000

    - Added formalpara
    
    * xslt/docbook/html/db2html-block.xsl:
    - Added formalpara

 ChangeLog                           |    5 +++++
 xslt/docbook/html/db2html-block.xsl |    5 +++++
 2 files changed, 10 insertions(+), 0 deletions(-)

commit 5b1471cea3ad0b5d4c254970c813e028b067a7b6
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Mon Aug 1 19:45:49 2005 +0000

    - Adding a MAINTAINERS file
    
    * MAINTAINERS:
    - Adding a MAINTAINERS file

 ChangeLog     |    5 +
 MAINTAINERS   |    9 +
 po/ar.po      | 1812 +++++++++++++++++++++++++++++++++++++++++++++-----
 po/bg.po      |    2 +-
 po/ca.po      | 2000 ++++++++++++++++++++++++++++++++++++++++++++++++-------
 po/cs.po      |  103 +++-
 po/da.po      | 1966 ++++++++++++++++++++++++++++++++++++++++++++----------
 po/de.po      |   58 ++-
 po/el.po      | 1963 ++++++++++++++++++++++++++++++++++++++++++++++++------
 po/en_CA.po   |  176 +++--
 po/en_GB.po   | 1964 ++++++++++++++++++++++++++++++++++++++++++++++++------
 po/es.po      |  130 +++-
 po/et.po      |  249 ++++----
 po/fi.po      |    2 +-
 po/fr.po      | 1960 ++++++++++++++++++++++++++++++++++++++++++++++++------
 po/gl.po      |   38 +-
 po/gu.po      |  108 ++-
 po/hi.po      |  176 +++--
 po/hu.po      | 2028 +++++++++++++++++++++++++++++++++++++++++++++----------
 po/id.po      |  176 +++--
 po/it.po      | 2090 ++++++++++++++++++++++++++++++++++++++++++++++-----------
 po/ja.po      |  110 ++--
 po/ko.po      | 1949 +++++++++++++++++++++++++++++++++++++++++++++++------
 po/lt.po      | 1996 +++++++++++++++++++++++++++++++++++++++++++++----------
 po/mk.po      |   81 ++-
 po/nb.po      | 1966 ++++++++++++++++++++++++++++++++++++++++++++----------
 po/ne.po      | 1967 ++++++++++++++++++++++++++++++++++++++++++++---------
 po/nl.po      | 1969 ++++++++++++++++++++++++++++++++++++++++++++----------
 po/no.po      | 1966 ++++++++++++++++++++++++++++++++++++++++++++----------
 po/pa.po      | 1963 ++++++++++++++++++++++++++++++++++++++++++++---------
 po/pt.po      | 1957 +++++++++++++++++++++++++++++++++++++++++++++++------
 po/pt_BR.po   | 1957 ++++++++++++++++++++++++++++++++++++++++++++---------
 po/ro.po      | 2002 +++++++++++++++++++++++++++++++++++++++++++++----------
 po/rw.po      | 2043 +++++++++++++++++++++++++++++++++++++++++++++-----------
 po/sk.po      |   20 +-
 po/sq.po      | 1960 +++++++++++++++++++++++++++++++++++++++++++++++------
 po/sr.po      | 2029 +++++++++++++++++++++++++++++++++++++++++++++----------
 po/sr@Latn.po | 2029 +++++++++++++++++++++++++++++++++++++++++++++----------
 po/sv.po      | 1953 +++++++++++++++++++++++++++++++++++++++++++++++------
 po/tr.po      | 1968 ++++++++++++++++++++++++++++++++++++++++++++++++------
 po/uk.po      | 1959 +++++++++++++++++++++++++++++++++++++++++++++++------
 po/vi.po      |   40 +-
 po/wa.po      | 2025 +++++++++++++++++++++++++++++++++++++++++++++++++------
 po/zh_CN.po   |   86 ++-
 po/zh_TW.po   | 1967 ++++++++++++++++++++++++++++++++++++++++++++----------
 45 files changed, 46649 insertions(+), 8328 deletions(-)

commit bd6ea48c333f657863000126da2b405a3be2cfdb
Author: Alexander Shopov <ash@contact.bg>
Date:   Mon Aug 1 14:19:01 2005 +0000

    Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>
    
    2005-08-01  Alexander Shopov  <ash@contact.bg>
    
    	* bg.po: Updated Bulgarian translation by
    	Alexander Shopov <ash@contact.bg>

 po/ChangeLog |    5 ++++
 po/bg.po     |   77 ++++++++++++++++++++++++++++++++++------------------------
 2 files changed, 50 insertions(+), 32 deletions(-)

commit 6da77474b55882420be0e3a360d71fbb04c22019
Author: Tommi Vainikainen <thv@iki.fi>
Date:   Mon Aug 1 13:43:46 2005 +0000

    Updated Finnish translation.
    
    2005-08-01  Tommi Vainikainen  <thv@iki.fi>
    	* fi.po: Updated Finnish translation.

 po/ChangeLog |    4 +++
 po/fi.po     |   77 ++++++++++++++++++++++++++++++++++------------------------
 2 files changed, 49 insertions(+), 32 deletions(-)

commit 1f2900c999927ecf2599d4d8200942493ce4cbf3
Author: Marcel Telka <marcel@telka.sk>
Date:   Fri Jul 29 19:58:49 2005 +0000

    Updated Slovak translation.
    
    2005-07-29  Marcel Telka  <marcel@telka.sk>
    
    	* sk.po: Updated Slovak translation.

 po/ChangeLog |    4 +
 po/sk.po     | 1857 +++++++++++++++++++++++++++++++++++++++++++++++-----------
 2 files changed, 1511 insertions(+), 350 deletions(-)

commit fc49ed6a72df0994aacf8626b86644a4a9138d64
Author: Ahmad Riza H Nst <rizahnst@eriagempita.co.id>
Date:   Fri Jul 29 04:38:42 2005 +0000

    Updated Indonesian Translation done by Imam Musthaqim
    
    
    2005-07-29  Ahmad Riza H Nst  <rizahnst@eriagempita.co.id>
    
            * id.po: Updated Indonesian Translation
                     done by Imam Musthaqim <imam@infoflow.co.id>

 po/ChangeLog |    5 +
 po/id.po     | 1996 +++++++++++++++++++++++++++++++++++++++++++++++++++-------
 2 files changed, 1787 insertions(+), 214 deletions(-)

commit 2abe63df7a407c2392cdd19690d4a8002cc370cd
Author: Ignacio Casal Quinteiro <icq@src.gnome.org>
Date:   Thu Jul 28 15:47:53 2005 +0000

    *** empty log message ***

 ChangeLog    |    4 +
 configure.in |    2 +-
 po/ChangeLog |    4 +
 po/gl.po     | 1770 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 1779 insertions(+), 1 deletions(-)

commit b3b6aa4a35bdafc110cfdce7eda59c7afcd7bf78
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Thu Jul 28 15:29:25 2005 +0000

    - Use $PACKAGE instead of $AC_PACKAGE_TARNAME which seems to not work with
    
    2005-07-28  Christian Persch  <chpe@cvs.gnome.org>
    
    	* gnome-doc-utils.m4:
    	- Use $PACKAGE instead of $AC_PACKAGE_TARNAME which seems to not
    	work with packages using older auto*.

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

commit d55ddaf46514d47a4b6a30a6ef656597f2ed6c56
Author: Alexander Shopov <ash@contact.bg>
Date:   Thu Jul 28 10:41:44 2005 +0000

    Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>
    
    2005-07-28  Alexander Shopov  <ash@contact.bg>
    
    	* bg.po: Updated Bulgarian translation by
    	Alexander Shopov <ash@contact.bg>

 po/ChangeLog |   20 +-
 po/bg.po     | 1878 ++++++++++++++++++++++++++++++++++++++++++++++------------
 2 files changed, 1519 insertions(+), 379 deletions(-)

commit a46057bae600c5c75949db33637a72ed84ae8f2d
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Wed Jul 27 18:55:31 2005 +0000

    - Only apply the version check when we're not configuring g-d-u
    
    2005-07-27  Christian Persch  <chpe@cvs.gnome.org>
    
    	* gnome-doc-utils.m4:
    	- Only apply the version check when we're not configuring g-d-u

 ChangeLog          |    6 ++++++
 gnome-doc-utils.m4 |   12 +++++++-----
 2 files changed, 13 insertions(+), 5 deletions(-)

commit 37914293e01da5c690c5e146971163495d185064
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Wed Jul 27 17:41:00 2005 +0000

    - Add minimum-version argument to GNOME_DOC_INIT, and check for the
    
    2005-07-27  Christian Persch  <chpe@cvs.gnome.org>
    
    	* gnome-doc-utils.m4:
    	- Add minimum-version argument to GNOME_DOC_INIT, and check
    	for the required gdu version. Minimum is 0.3.2 if not specified.
    	Fixes bug #311661.

 ChangeLog          |    7 +++++++
 gnome-doc-utils.m4 |   10 +++++++++-
 2 files changed, 16 insertions(+), 1 deletions(-)

commit 85c965ca892ab22fb24a89e20ac101aa4455efe7
Author: Ankitkumar Rameshchandra Patel <ankitp@src.gnome.org>
Date:   Wed Jul 27 10:34:05 2005 +0000

    Updated Translation

 po/ChangeLog |    4 +
 po/gu.po     | 1891 +++++++++++++++++++++++++++++++++++++++++++++++++++-------
 2 files changed, 1674 insertions(+), 221 deletions(-)

commit ca22022a622a4858d12dc4e4447645e822fb6e45
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Tue Jul 26 19:38:38 2005 +0000

    - Version 0.3.2
    
    * NEWS:
    - Version 0.3.2

 ChangeLog |   33 +++++++++++++++++++--------------
 NEWS      |   21 +++++++++++++++++++++
 2 files changed, 40 insertions(+), 14 deletions(-)

commit 1961806ef704aa45c511d8d6a50ee07e806cc7c3
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Mon Jul 25 22:07:31 2005 +0000

    - Remove the other reference to format.manvolnum
    
    * xslt/docbook/common/db-title.xsl:
    - Remove the other reference to format.manvolnum

 ChangeLog                        |    5 +++++
 xslt/docbook/common/db-title.xsl |    7 ++++---
 2 files changed, 9 insertions(+), 3 deletions(-)

commit b87019e5e0c138bd43f857172136bf39e1b46210
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Mon Jul 25 20:09:56 2005 +0000

    - Use deeper autotocs for books with references
    
    * xslt/docbook/html/db2html-division.xsl:
    - Use deeper autotocs for books with references

 ChangeLog                              |    5 +++++
 xslt/docbook/html/db2html-division.xsl |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

commit 85b179d7acb9e4f4deebbd14fcc15a50e8286ad6
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Mon Jul 25 20:04:17 2005 +0000

    - Remove reference to format.manvolnum
    
    * xslt/docbook/common/db-title.xsl:
    - Remove reference to format.manvolnum

 ChangeLog                        |    5 +++++
 xslt/docbook/common/db-title.xsl |    7 ++++---
 2 files changed, 9 insertions(+), 3 deletions(-)

commit 626080a850443b62d7872a7ee99b94f4fe656863
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Mon Jul 25 19:35:31 2005 +0000

    - Added imports for l10n.gettext
    
    * xslt/docbook/common/db-label.xsl:
    * xslt/docbook/common/db-title.xsl:
    * xslt/docbook/common/db-xref.xsl:
    * xslt/docbook/html/db2html.xsl:
    - Added imports for l10n.gettext

 ChangeLog                        |    8 ++++++++
 xslt/docbook/common/db-label.xsl |    1 +
 xslt/docbook/common/db-title.xsl |    1 +
 xslt/docbook/common/db-xref.xsl  |    1 +
 xslt/docbook/html/db2html.xsl    |    3 +--
 5 files changed, 12 insertions(+), 2 deletions(-)

commit 96c39393d03bca749aef675f56786a8563564b85
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Mon Jul 25 19:16:20 2005 +0000

    - Fixed title/titleabbrev type, from Ross Burton, #311516
    
    * xslt/docbook/common/db-title.xsl:
    - Fixed title/titleabbrev type, from Ross Burton, #311516

 ChangeLog                        |    5 +++++
 xslt/docbook/common/db-title.xsl |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

commit 8e2e99358057968698aabe59ed4d850974c382df
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Mon Jul 25 19:13:23 2005 +0000

    - Support informalexample and simpara
    
    * xslt/docbook/html/db2html-block.xsl:
    - Support informalexample and simpara

 ChangeLog                           |    5 +++++
 xslt/docbook/html/db2html-block.xsl |   10 ++++++++++
 2 files changed, 15 insertions(+), 0 deletions(-)

commit 911021b5e642e2855a453c7369eea7969a9bb451
Author: Tommi Vainikainen <thv@iki.fi>
Date:   Mon Jul 25 10:56:27 2005 +0000

    Updated Finnish translation.
    
    2005-07-25  Tommi Vainikainen  <thv@iki.fi>
    
    	* fi.po: Updated Finnish translation.

 po/ChangeLog |    4 +
 po/fi.po     | 2062 +++++++++++++++++++++++++++++++++++++++++++++++++++-------
 2 files changed, 1821 insertions(+), 245 deletions(-)

commit 85eec0c9b37725aa168378db94dd38acecd6993d
Author: Miloslav Trmac <mitr@volny.cz>
Date:   Sat Jul 23 16:40:13 2005 +0000

    Updated Czech translation.
    
    2005-07-23  Miloslav Trmac  <mitr@volny.cz>
    
    	* cs.po: Updated Czech translation.

 po/ChangeLog |    4 +
 po/cs.po     | 1905 ++++++++++++++++++++++++++++++++++++++++++++++------------
 2 files changed, 1510 insertions(+), 399 deletions(-)

commit 935a0870ce11ff0a6b5ea59651f0bd08d93f1122
Author: Hendrik Brandt <heb@gnome-de.org>
Date:   Sat Jul 23 16:16:38 2005 +0000

    Updated German translation.
    
    2005-07-23  Hendrik Brandt  <heb@gnome-de.org>
    
            * de.po: Updated German translation.

 po/ChangeLog |    6 +-
 po/de.po     | 1960 ++++++++++++++++++++++++++++++++++++++++++++++------------
 2 files changed, 1554 insertions(+), 412 deletions(-)

commit cf272030ec6263473504a68088750cbf23f9cfa5
Author: Danilo Šegan <danilo@src.gnome.org>
Date:   Sat Jul 23 12:23:18 2005 +0000

    Add support for --language option.

 xml2po/ChangeLog    |   11 +++++++++++
 xml2po/xml2po.1.xml |   33 ++++++++++++++++++++++++++-------
 xml2po/xml2po.py    |   19 +++++++++++++------
 3 files changed, 50 insertions(+), 13 deletions(-)

commit 17b66bbba284c6ae8ddec6ef658d0e0d5b3e9d34
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Fri Jul 22 20:58:10 2005 +0000

    Copy gnome-doc-utils.m4 to the AC_CONFIG_MACRO_DIR if present. Should fix
    
    2005-07-22 Christian Persch  <chpe@cvs.gnome.org>
    
    	* gnome-doc-prepare.in:
    	Copy gnome-doc-utils.m4 to the AC_CONFIG_MACRO_DIR if
    	present. Should fix "make configure" after changing
    	configure.

 ChangeLog            |    7 +++++++
 gnome-doc-prepare.in |   39 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 46 insertions(+), 0 deletions(-)

commit 8dd5972bdd58889a9230d13e17f19b6af9b2eca4
Author: Danilo Šegan <danilo@src.gnome.org>
Date:   Fri Jul 22 19:38:12 2005 +0000

    Fix mofile handling.

 xml2po/ChangeLog |    5 +++++
 xml2po/xml2po.py |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

commit 8e8029d2f33e6d10d4cd46f16ab7a07d37747224
Author: Clytie Siddall <clyties@src.gnome.org>
Date:   Fri Jul 22 08:57:23 2005 +0000

    vi.po: Updated Vietnamese translation.

 po/ChangeLog |    4 ++
 po/vi.po     |  141 +++++----------------------------------------------------
 2 files changed, 17 insertions(+), 128 deletions(-)

commit c7f5da3ff4c8af483fa47f9f1f4bbabdd707c900
Author: Pawan Chitrakar <pachimho@src.gnome.org>
Date:   Fri Jul 22 02:04:41 2005 +0000

    Updated Nepali Translation

 po/ChangeLog |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 89ff9a23d79886d09a9b2905621e9ce4aed1683f
Author: Nguyen Thai Ngoc Duy <pclouds@src.gnome.org>
Date:   Thu Jul 21 11:39:05 2005 +0000

    Merged from gnome-2.10

 po/vi.po |  154 ++++++++++++++++++++++++++++++++++++++++++++++++++++---------
 1 files changed, 131 insertions(+), 23 deletions(-)

commit b94ba1f42ee34278f864a9bca5fe54c319d01461
Author: Clytie Siddall <clyties@src.gnome.org>
Date:   Thu Jul 21 07:52:25 2005 +0000

    vi.po: Updated Vietnamese translation.

 po/ChangeLog |    4 +
 po/vi.po     | 2215 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 1135 insertions(+), 1084 deletions(-)

commit 21ae200ccaaeb1e70eeb533fa9cd39e150a22f12
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Thu Jul 21 01:29:25 2005 +0000

    - Call install-doc-figs if figures exist, not just if DOC_FIGURES is set
    
    * gnome-doc-utils.make:
    - Call install-doc-figs if figures exist, not just if DOC_FIGURES is set

 ChangeLog            |    5 +++++
 gnome-doc-utils.make |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

commit d14184e00fcf005936bd69b2ab31995060ae58b9
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Thu Jul 21 00:10:45 2005 +0000

    - Added --disable-scrollkeeper to DISTCHECK_CONFIGURE_FLAGS
    
    * Makefile.am:
    - Added --disable-scrollkeeper to DISTCHECK_CONFIGURE_FLAGS
    
    * gnome-doc-utils.make:
    - Fixed up some *_FIGURE stuff
    - Prefixed all the targets with -doc-
    - Fixed builddir issue for dist-doc-header
    
    * po/vi.po:
    - Removed offending extra question.xref

 ChangeLog            |   13 +++++++
 Makefile.am          |    2 +
 gnome-doc-utils.make |   90 ++++++++++++++++++++++++-------------------------
 po/vi.po             |   36 +-------------------
 4 files changed, 60 insertions(+), 81 deletions(-)

commit a8c3d23c61f7d1ee98c6b0ed81ce81475d0d33d5
Author: Ivan Stojmirov <stojmir@src.gnome.org>
Date:   Wed Jul 20 21:22:44 2005 +0000

    done

 po/mk.po |  398 ++++++++++++++++++++++----------------------------------------
 1 files changed, 140 insertions(+), 258 deletions(-)

commit 309b3a45dd606ff08b47f7ddba9ecf4dbdc77545
Author: Danilo Šegan <danilo@src.gnome.org>
Date:   Wed Jul 20 21:13:46 2005 +0000

    Remove path from language name.

 xml2po/ChangeLog |    4 ++++
 xml2po/xml2po.py |    4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

commit dbe5f1481e03286888faf9cb68af40eb5cbb8a19
Author: Clytie Siddall <clyties@src.gnome.org>
Date:   Wed Jul 20 08:45:26 2005 +0000

    vi.po: Updated Vietnamese translation.CVS: ----------------------------------------------------------------------

 po/ChangeLog |    4 ++++
 po/vi.po     |    4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

commit 0b69e639968d8b9c2514a2456dc97e42454f5e90
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Tue Jul 19 21:02:28 2005 +0000

    - Get the last revision, not the first
    
    * xslt/docbook/omf/db2omf.xsl:
    - Get the last revision, not the first

 ChangeLog                   |    5 +++++
 xslt/docbook/omf/db2omf.xsl |    6 +++---
 2 files changed, 8 insertions(+), 3 deletions(-)

commit 0b748df583ffc55352620cc1f51847b55fa77b54
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Tue Jul 19 20:43:31 2005 +0000

    - Bumped version number to 0.3.2
    
    * configure.in:
    - Bumped version number to 0.3.2
    
    * gnome-doc-utils.make:
    - Patch from Christian Persch to fix distclean issues

 ChangeLog            |    8 ++++++++
 configure.in         |    2 +-
 gnome-doc-utils.make |   44 ++++++++++++++++++++++----------------------
 3 files changed, 31 insertions(+), 23 deletions(-)

commit 7768c6065785b9461a87fa7b913bd3dcd0c72434
Author: Pawan Chitrakar <pachimho@src.gnome.org>
Date:   Tue Jul 19 11:31:20 2005 +0000

    updated nepali translation

 po/ChangeLog |    4 +
 po/ne.po     |  867 +++++++++++++++++++++++++++++++++++++---------------------
 2 files changed, 562 insertions(+), 309 deletions(-)

commit fd2142e3a21b0021fdd7ea77d0c3eead0084e324
Author: Clytie Siddall <clyties@src.gnome.org>
Date:   Tue Jul 19 06:10:15 2005 +0000

    vi.po: Updated Vietnamese translation.CVS: ----------------------------------------------------------------------

 po/ChangeLog |    4 ++++
 po/vi.po     |    4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

commit 7346ccf9c2b5361d57f5a9bd9e9f36f47380705f
Author: Clytie Siddall <clyties@src.gnome.org>
Date:   Mon Jul 18 14:25:02 2005 +0000

    vi.po: Updated Vietnamese translation.CVS: ----------------------------------------------------------------------

 po/ChangeLog |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 6dfef51c1551bec03ce89d9daa3b097e00054768
Author: Danilo Šegan <danilo@src.gnome.org>
Date:   Mon Jul 18 13:15:36 2005 +0000

    Change encoding of translator-credits to UTF-8 as required by libxml2.

 xml2po/ChangeLog        |    7 +++++++
 xml2po/modes/docbook.py |    2 +-
 2 files changed, 8 insertions(+), 1 deletions(-)

commit e7860b0bc74e1deaec815964834fef0b8698678d
Author: Adam Weinberger <adamw@gnome.org>
Date:   Mon Jul 18 08:42:58 2005 +0000

    Updated Canadian English translation.
    
    
    2005-07-18  Adam Weinberger  <adamw@gnome.org>
    
    	* en_CA.po: Updated Canadian English translation.

 po/ChangeLog |    4 +
 po/en_CA.po  | 1895 +++++++++++++++++++++++++++++++++++++++++++++++-----------
 2 files changed, 1547 insertions(+), 352 deletions(-)

commit 7e1134dbb8558978636817c33c44614f3f76d1ea
Author: Funda Wang <fwang@src.gnome.org>
Date:   Mon Jul 18 04:58:52 2005 +0000

    Updated Simplified Chinese translation

 po/ChangeLog |    4 +
 po/zh_CN.po  | 1883 +++++++++++++++++++++++++++++++++++++++++++++++++++-------
 2 files changed, 1676 insertions(+), 211 deletions(-)

commit 9ea2c1f603da226891be162f3e9b03138643e849
Author: Francisco Javier F. Serrador <serrador@cvs.gnome.org>
Date:   Sun Jul 17 10:32:40 2005 +0000

    Updated Spanish translation.
    
    2005-07-17  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
    
    	* es.po: Updated Spanish translation.

 po/ChangeLog |    4 +
 po/es.po     | 2022 +++++++++++++++++++++++++++++++++++++++++++++++-----------
 2 files changed, 1642 insertions(+), 384 deletions(-)

commit dff42f0e5429d1a11d5e34a7e8280a7f92e87207
Author: Clytie Siddall <clyties@src.gnome.org>
Date:   Sun Jul 17 07:56:07 2005 +0000

    vi.po: Updated Vietnamese translation.CVS: ----------------------------------------------------------------------

 po/ChangeLog |    4 +
 po/vi.po     | 1850 ++++++++++++++++++++++++++++++++++++++++++++++++++++------
 2 files changed, 1660 insertions(+), 194 deletions(-)

commit a46adae2ccad437aebf85a4b0f1cdc498b69d18d
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Sun Jul 17 07:48:16 2005 +0000

    - Moved stylesheets translator docs to i18n/STYLESHEETS.xhtml - Generated
    
    * Makefile.am:
    * i18n/Makefile:
    * i18n/PLURALS.txt:
    * i18n/STYLESHEETS.xhtml:
    * i18n/plurals.sh:
    * xslt/gettext/l10n.xml.in:
    - Moved stylesheets translator docs to i18n/STYLESHEETS.xhtml
    - Generated PLURALS.txt of supported plural forms
    
    * i18n/notes/vi.txt
    - Added Vietnamese formatting notes from Clytie Siddall
    
    * po/POTFILES.in:
    - Removed db2format.xml.in
    
    * xslt/gettext/gettext.xsl:
    - Added more plural forms

 ChangeLog                |   20 ++
 Makefile.am              |    6 -
 TRANSLATORS.xhtml        |  560 ----------------------------------------------
 i18n/Makefile            |   10 +
 i18n/PLURALS.txt         |  127 +++++++++++
 i18n/STYLESHEETS.xhtml   |  560 ++++++++++++++++++++++++++++++++++++++++++++++
 i18n/notes/vi.txt        |   35 +++
 i18n/plurals.sh          |   74 ++++++
 po/POTFILES.in           |    1 -
 xslt/gettext/gettext.xsl |  121 ++++++++++-
 xslt/gettext/l10n.xml.in |   72 +++---
 11 files changed, 975 insertions(+), 611 deletions(-)

commit fc16361be7681111719cc3a26af9b37a992784e0
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Sat Jul 16 21:40:33 2005 +0000

    - Typo and other fixes from Clytie Siddall
    
    * TRANSLATORS.xhtml:
    * doc/xslt/C/translating.xml:
    - Typo and other fixes from Clytie Siddall

 ChangeLog                  |    6 ++++++
 TRANSLATORS.xhtml          |   42 ++++++++++++++++++++++--------------------
 doc/xslt/C/translating.xml |   18 ++++++++++--------
 3 files changed, 38 insertions(+), 28 deletions(-)

commit 3bb2fb738027d91aa0e2a3017367a447d14c4db6
Author: Takeshi AIHANA <aihana@gnome.gr.jp>
Date:   Sat Jul 16 16:01:11 2005 +0000

    Updated Japanese translation for v0.3.1.
    
    2005-07-17  Takeshi AIHANA <aihana@gnome.gr.jp>
    
    	* ja.po: Updated Japanese translation for v0.3.1.

 po/ChangeLog |    4 +
 po/ja.po     | 1888 +++++++++++++++++++++++++++++++++++++++++++++++-----------
 2 files changed, 1555 insertions(+), 337 deletions(-)

commit efb460fd60106a1bbc3ef6a674f46e0d5e5de963
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Fri Jul 15 21:56:09 2005 +0000

    - Switched to DocBook 4.4, for xml:base validity
    
    * doc/xslt/C/gnome-doc-xslt.xml:
    - Switched to DocBook 4.4, for xml:base validity
    
    * xslt/xsldoc/xsldoc.xsl:
    - Prefixed IDs to avoid clashes

 ChangeLog                     |    8 ++++++++
 doc/xslt/C/gnome-doc-xslt.xml |    4 ++--
 xslt/xsldoc/xsldoc.xsl        |   12 ++++++------
 3 files changed, 16 insertions(+), 8 deletions(-)

commit 6420f7e4e4518631ab95864564aed8b92db3d7ea
Author: Rajesh Ranjan <rranjan@src.gnome.org>
Date:   Thu Jul 14 12:42:34 2005 +0000

    updated by rranjan@redhat.com

 po/hi.po | 1880 +++++++++++++++++++++++++++++++++++++++++++++++++++-----------
 1 files changed, 1542 insertions(+), 338 deletions(-)

commit b8718f748dc72b692c8c4d6c9c132dad9d44915e
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Tue Jul 12 19:51:11 2005 +0000

    - Use xml:space instead of a wrapper msgstr on ", "
    
    * xslt/gettext/l10n.xml.in:
    - Use xml:space instead of a wrapper msgstr on ", "

 ChangeLog                |    5 +++++
 xslt/gettext/l10n.xml.in |    8 +-------
 2 files changed, 6 insertions(+), 7 deletions(-)

commit 0f708f6f56844afcf075a546226e7f225891673f
Author: Ivan Stojmirov <stojmir@src.gnome.org>
Date:   Tue Jul 12 10:26:12 2005 +0000

    100%

 po/mk.po | 1998 +++++++++++++++++++++++++++++++++++++++++++++++++++-----------
 1 files changed, 1646 insertions(+), 352 deletions(-)

commit 5b73b010a31dc23ea1ea9cb10ff9d67680e4d778
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Tue Jul 12 07:52:38 2005 +0000

    - Version 0.3.1
    
    * NEWS:
    - Version 0.3.1

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

commit 13e880a7d964d0e707ac382c5c37f37881e0b959
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Tue Jul 12 07:34:09 2005 +0000

    - Wrap ", " string in msgstr to prevent whitespace mangling
    
    * xslt/gettext/l10n.xml.in:
    - Wrap ", " string in msgstr to prevent whitespace mangling

 ChangeLog                |    5 +++++
 xslt/gettext/l10n.xml.in |   15 +++++++++++++--
 2 files changed, 18 insertions(+), 2 deletions(-)

commit d8d20cdb30acc7ba43033693e1f7b7fe3be0f538
Author: Priit Laes <plaes@cvs.gnome.org>
Date:   Mon Jul 11 21:29:51 2005 +0000

    Translation updated by Ivar Smolin.
    
    2005-07-12  Priit Laes  <plaes@cvs.gnome.org>
    
    	* et.po: Translation updated by Ivar Smolin.

 po/ChangeLog |    4 +
 po/et.po     | 2017 +++++++++++++++++++++++++++++++++++++++++++++++-----------
 2 files changed, 1649 insertions(+), 372 deletions(-)

commit 42945c7b5522eb899228f62ba984b2533bcde144
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Mon Jul 11 00:39:09 2005 +0000

    - Changed i18n considerably, no more format2xsl - Updated translator
    
    * Makefile.am:
    * doc/xslt/C/gnome-doc-xslt.xml:
    * doc/xslt/C/translating.xml:
    * xslt/docbook/common/Makefile.am:
    * xslt/docbook/common/db-format.xml.in:
    * xslt/docbook/common/db-label.xsl:
    * xslt/docbook/common/db-title.xsl:
    * xslt/docbook/common/db-xref.xsl:
    * xslt/docbook/html/db2html-autotoc.xsl:
    * xslt/docbook/html/db2html-block.xsl:
    * xslt/docbook/html/db2html-css.xsl:
    * xslt/docbook/html/db2html-division.xsl:
    * xslt/docbook/html/db2html-info.xsl:
    * xslt/docbook/html/db2html-inline.xsl:
    * xslt/docbook/html/db2html-list.xsl:
    * xslt/docbook/html/db2html-qanda.xsl:
    * xslt/docbook/html/db2html-refentry.xsl:
    * xslt/docbook/html/db2html-suppressed.xsl:
    * xslt/docbook/html/db2html.xsl:
    * xslt/gettext/Makefile.am:
    * xslt/gettext/gettext.xsl:
    * xslt/gettext/l10n.xml.in:
    - Changed i18n considerably, no more format2xsl
    - Updated translator documentation
    
    * xslt/docbook/common/db-chunk.xsl:
    - Allow titlepage to be suppressed

 ChangeLog                                |   30 +
 Makefile.am                              |    6 +
 TRANSLATORS.xhtml                        |  558 ++++++++
 doc/xslt/C/gnome-doc-xslt.xml            |    1 -
 doc/xslt/C/translating.xml               |  787 ++++++++----
 xslt/docbook/common/Makefile.am          |   10 +-
 xslt/docbook/common/db-chunk.xsl         |   15 +-
 xslt/docbook/common/db-format.xml.in     | 1364 --------------------
 xslt/docbook/common/db-label.xsl         |  600 +++++++--
 xslt/docbook/common/db-title.xsl         |   22 +
 xslt/docbook/common/db-xref.xsl          |  222 +++-
 xslt/docbook/html/db2html-autotoc.xsl    |   83 +-
 xslt/docbook/html/db2html-block.xsl      |   87 +-
 xslt/docbook/html/db2html-css.xsl        |    1 +
 xslt/docbook/html/db2html-division.xsl   |   12 +-
 xslt/docbook/html/db2html-info.xsl       |   24 +-
 xslt/docbook/html/db2html-inline.xsl     |   35 +-
 xslt/docbook/html/db2html-list.xsl       |    6 +-
 xslt/docbook/html/db2html-qanda.xsl      |   25 +-
 xslt/docbook/html/db2html-refentry.xsl   |    8 +-
 xslt/docbook/html/db2html-suppressed.xsl |    2 +-
 xslt/docbook/html/db2html.xsl            |   37 +-
 xslt/gettext/Makefile.am                 |    1 -
 xslt/gettext/format2xsl.xsl              |  469 -------
 xslt/gettext/gettext.xsl                 |  452 +++++--
 xslt/gettext/l10n.xml.in                 | 2047 +++++++++++++++++++++++++++---
 26 files changed, 4157 insertions(+), 2747 deletions(-)

commit 05c009d75f6e23099893aabbe5aee35339f31866
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Sun Jul 10 23:44:23 2005 +0000

    - Get the OMF language right when builddir != srcdir
    
    * gnome-doc-utils.make:
    - Get the OMF language right when builddir != srcdir
    
    * doc/gnome-doc-make/C/gnome-doc-make.xml:
    - Use DocBook 4.4, so XInclude works nicely

 ChangeLog                               |    8 ++++++++
 doc/gnome-doc-make/C/gnome-doc-make.xml |    4 ++--
 gnome-doc-utils.make                    |    2 +-
 3 files changed, 11 insertions(+), 3 deletions(-)

commit 38c9acb32170c9851e3b916ad3f28e49b07c35f2
Author: Ivan Stojmirov <stojmir@src.gnome.org>
Date:   Fri Jul 1 08:30:48 2005 +0000

    translated 100%

 po/mk.po |  578 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 578 insertions(+), 0 deletions(-)

commit b5156504065631607db320cdcc05a4756419a195
Author: Danilo Šegan <danilo@src.gnome.org>
Date:   Sun Jun 26 21:39:34 2005 +0000

    Use xsltproc to generate manpage.

 xml2po/ChangeLog    |    7 +++++++
 xml2po/Makefile.am  |    2 +-
 xml2po/xml2po.1.xml |    2 ++
 3 files changed, 10 insertions(+), 1 deletions(-)

commit 915e40c9eee6a0976a0ffd050d8b2df32c18f79d
Author: Kwok-Koon Cheung <baddog@src.gnome.org>
Date:   Fri Jun 24 03:29:46 2005 +0000

    fix language team reference

 po/ChangeLog |    4 +++
 po/zh_TW.po  |   68 ++++++++++++++++++++++++++++++++++++++-------------------
 2 files changed, 49 insertions(+), 23 deletions(-)

commit 82a4f00a860b7b5e950d9a233d49f1708a99051d
Author: Marcel Telka <marcel@telka.sk>
Date:   Thu Jun 23 22:26:15 2005 +0000

    Updated Slovak translation.
    
    2005-06-23  Marcel Telka  <marcel@telka.sk>
    
    	* sk.po: Updated Slovak translation.

 po/ChangeLog |    4 ++++
 po/sk.po     |    7 ++++---
 2 files changed, 8 insertions(+), 3 deletions(-)

commit 71a8c1ecdf07113edfb59d699addb7fa996d9e57
Author: Marcel Telka <marcel@telka.sk>
Date:   Wed Jun 22 21:14:53 2005 +0000

    Updated Slovak translation.
    
    2005-06-22  Marcel Telka  <marcel@telka.sk>
    
    	* sk.po: Updated Slovak translation.

 po/ChangeLog |    4 +
 po/sk.po     |  445 ++++++++++++++++++++++++++++++++++++++++++++++-----------
 2 files changed, 363 insertions(+), 86 deletions(-)

commit ebe10c4672dc4edd06ada7b0aab1307143b7cbf1
Author: Francisco Javier F. Serrador <serrador@cvs.gnome.org>
Date:   Mon Jun 20 20:51:02 2005 +0000

    Updated Spanish translation.
    
    2005-06-20  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
    
    	* es.po: Updated Spanish translation.

 po/ChangeLog |    4 +
 po/es.po     |  374 ++++++++++++++++++++++++++++++++++++++++++++++++++--------
 2 files changed, 329 insertions(+), 49 deletions(-)

commit 20386dd7e200f93645f0c607bbb7ffb3f1223b54
Author: Francisco Javier F. Serrador <serrador@cvs.gnome.org>
Date:   Mon Jun 20 20:41:52 2005 +0000

    Updated Spanish translation.
    
    2005-06-20  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
    
    	* es.po: Updated Spanish translation.

 po/es.po |   24 +++++++++++-------------
 1 files changed, 11 insertions(+), 13 deletions(-)

commit 01b2018eaa651a1fd5ed6f1c236538be176840f7
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Tue Jun 14 21:18:32 2005 +0000

    - Use --noent on check-doc validation
    
    * gnome-doc-utils.make:
    - Use --noent on check-doc validation

 ChangeLog            |    5 +++++
 gnome-doc-utils.make |    4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

commit 6337f06679b3e08a97df02e7e62c69cd74b412bb
Author: Martin Willemoes Hansen <mwh@src.gnome.org>
Date:   Fri Jun 10 08:51:10 2005 +0000

    Updated Danish translation.
    
            * da.po: Updated Danish translation.

 po/ChangeLog |    4 +++
 po/da.po     |   69 +++++++++++++++++++++++++++++++++++++--------------------
 2 files changed, 49 insertions(+), 24 deletions(-)

commit 160a186071c5f31ed7bd4387919fd68dfa726865
Author: Alessio Frusciante <algol@src.gnome.org>
Date:   Sun Jun 5 17:02:12 2005 +0000

    Updated Italian translation.

 po/ChangeLog |    5 +
 po/it.po     |  330 ++++++++++++++++++++++++++++++++++++++++-----------------
 2 files changed, 236 insertions(+), 99 deletions(-)

commit e8e8033e7306fc89e8de72381a70acfd2b60a806
Author: Christian Rose <menthos@menthos.com>
Date:   Sat Jun 4 23:51:33 2005 +0000

    Changed the translation of stylesheet.
    
    2005-06-05  Christian Rose  <menthos@menthos.com>
    
    	* sv.po: Changed the translation of stylesheet.

 po/ChangeLog |    4 ++++
 po/sv.po     |    6 +++---
 2 files changed, 7 insertions(+), 3 deletions(-)

commit e06b0370aaa1e7a869ed828f89cb4bcd981ced74
Author: Priit Laes <plaes@cvs.gnome.org>
Date:   Wed Jun 1 18:17:18 2005 +0000

    Translation updated.
    
    2005-06-01  Priit Laes  <plaes@cvs.gnome.org>
    
    	* et.po: Translation updated.

 po/ChangeLog |    4 ++++
 po/et.po     |   42 +++++++++++++++---------------------------
 2 files changed, 19 insertions(+), 27 deletions(-)

commit 913d7fc2bc0facb7d0687a99cef57ade616c37a1
Author: Hendrik Brandt <heb@gnome-de.org>
Date:   Wed Jun 1 16:38:20 2005 +0000

    Updated German translation.
    
    2005-06-01  Hendrik Brandt  <heb@gnome-de.org>
    
            * de.po: Updated German translation.

 po/ChangeLog |    4 +
 po/de.po     |  442 +++++++++++++++++++++++++++++++++++++++++++++++-----------
 2 files changed, 362 insertions(+), 84 deletions(-)

commit 15f9602717f54ba2aa8651704c37d8bec6907ead
Author: Priit Laes <plaes@cvs.gnome.org>
Date:   Mon May 30 13:56:07 2005 +0000

    Translation updated by Ivar Smolin.
    
    2005-05-30  Priit Laes  <plaes@cvs.gnome.org>
    
    	* et.po: Translation updated by Ivar Smolin.

 po/ChangeLog |    4 +
 po/et.po     |  509 ++++++++++++++++++++++++++++++++++++++++++++++------------
 2 files changed, 412 insertions(+), 101 deletions(-)

commit 51fded0eab9e12ce209e44a272296cd99e8e87a5
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Wed May 25 20:47:46 2005 +0000

    Update Update
    
    2005-05-25  Kjartan Maraas  <kmaraas@gnome.org>
    
    	* nb.po: Update
    	* no.po: Update

 po/ChangeLog |    5 +
 po/nb.po     |  374 ++++++++++++++++++++++++++++++++++++++++++++++++++--------
 po/no.po     |  374 ++++++++++++++++++++++++++++++++++++++++++++++++++--------
 3 files changed, 657 insertions(+), 96 deletions(-)

commit c99a394b4fed75553905c58d9ca7510da7f1eedc
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Mon May 23 06:32:38 2005 +0000

    - Allow bolding of varlistentry terms
    
    * xslt/docbook/html/db2html-list.xsl:
    - Allow bolding of varlistentry terms

 ChangeLog                          |    5 +++++
 xslt/docbook/html/db2html-list.xsl |    4 +++-
 2 files changed, 8 insertions(+), 1 deletions(-)

commit 2d6f17ed0933351f4389e3ce2f587d27f13481bc
Author: Adam Weinberger <adamw@gnome.org>
Date:   Thu May 19 18:18:40 2005 +0000

    Updated Canadian English translation.
    
    2005-05-19  Adam Weinberger  <adamw@gnome.org>
    
    	* en_CA.po: Updated Canadian English translation.

 po/ChangeLog |    4 +
 po/en_CA.po  |  437 +++++++++++++++++++++++++++++++++++++++++++++++-----------
 2 files changed, 359 insertions(+), 82 deletions(-)

commit 04d1b2af3727cf5b2a60196b0add80ef965916ab
Author: Vincent van Adrighem <adrighem@gnome.org>
Date:   Fri May 13 19:05:16 2005 +0000

    Translation updated by Taco Witte.
    
    2005-05-13  Vincent van Adrighem  <adrighem@gnome.org>
    
    	* nl.po: Translation updated by Taco Witte.

 po/ChangeLog |    4 +
 po/nl.po     |  441 +++++++++++++++++++++++++++++++++++++++++++++++-----------
 2 files changed, 361 insertions(+), 84 deletions(-)

commit be305ad8504d7863454120caf97e4974da6571eb
Author: Miloslav Trmac <mitr@volny.cz>
Date:   Thu May 12 09:47:31 2005 +0000

    Updated Czech translation.
    
    2005-05-12  Miloslav Trmac  <mitr@volny.cz>
    
    	* cs.po: Updated Czech translation.

 po/ChangeLog |    4 +
 po/cs.po     |  443 +++++++++++++++++++++++++++++++++++++++++++++++-----------
 2 files changed, 362 insertions(+), 85 deletions(-)

commit 4b14dd5750171cf5bdca57ac44f405f1a21ad780
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Mon May 9 23:40:38 2005 +0000

    - Use is_chunk whenever possible - Wrap navbar links in a span
    
    * xslt/docbook/html/db2html-division.xsl:
    - Use is_chunk whenever possible
    - Wrap navbar links in a span

 ChangeLog                              |    6 ++
 xslt/docbook/html/db2html-division.xsl |  137 +++++++++++++++++--------------
 2 files changed, 81 insertions(+), 62 deletions(-)

commit c0298342664608af0b4142f28ff213717afba67b
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Fri May 6 17:11:45 2005 +0000

    - Bumping the version number for yelp
    
    * configure.in:
    - Bumping the version number for yelp

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

commit 8e7e9939d4b613f460014ff1b5ee0588969fbd70
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Fri May 6 17:09:57 2005 +0000

    - Tried to clean up the chunking, still playing
    
    * xslt/docbook/common/db-chunk.xsl:
    - Tried to clean up the chunking, still playing
    
    * xslt/docbook/common/db-format.xml.in:
    * xslt/docbook/common/db-label.xsl:
    - Added a book label formatter
    
    * xslt/docbook/common/db-xref.xsl:
    - Added is_chunk paramter to db.xref.target for known chunks
    
    * xslt/docbook/html/db2html-css.xsl:
    * xslt/docbook/html/db2html-division.xsl:
    - Made the navbar not look horrible
    - Added hooks for top and bottom divs
    
    * xslt/docbook/html/db2html-info.xsl:
    - Wrapped in a <div class="body">
    
    * xslt/docbook/html/db2html-xref.xsl:
    - For endterm, apply to child nodes, not the node itself
    
    * xslt/gettext/gettext.xsl:
    - Used xsl:key for faster lookups

 ChangeLog                              |   26 ++++
 xslt/docbook/common/db-chunk.xsl       |   83 +++++++++++--
 xslt/docbook/common/db-format.xml.in   |   76 +++++++++++
 xslt/docbook/common/db-label.xsl       |   12 ++-
 xslt/docbook/common/db-xref.xsl        |   11 ++
 xslt/docbook/html/db2html-css.xsl      |   27 ++++-
 xslt/docbook/html/db2html-division.xsl |  218 ++++++++++++++++++++++++--------
 xslt/docbook/html/db2html-info.xsl     |   86 +++++++------
 xslt/docbook/html/db2html-xref.xsl     |    2 +-
 xslt/gettext/gettext.xsl               |   98 +++++++++------
 10 files changed, 494 insertions(+), 145 deletions(-)

commit e34c00856ee14dddb3f68a4ad50f908e908f5ca0
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Fri Apr 22 18:37:59 2005 +0000

    - Fixed the path passed to xmllint --path in check-doc
    
    * gnome-doc-utils.make:
    - Fixed the path passed to xmllint --path in check-doc

 ChangeLog            |    5 +++++
 gnome-doc-utils.make |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

commit 8c53c7526919f7c693336fa3fbdd7a3e0dfa6b3d
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Wed Apr 13 21:45:10 2005 +0000

    - Fixed 'make check' for builddir != srcdir
    
    * gnome-doc-utils.make:
    - Fixed 'make check' for builddir != srcdir

 ChangeLog            |    5 +++++
 gnome-doc-utils.make |   12 +++++++++---
 2 files changed, 14 insertions(+), 3 deletions(-)

commit b30790b85f91944260d43e7a9d44dac5263445fb
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Tue Apr 12 18:15:07 2005 +0000

    - Fix the rule to copy pofiles from srcdir to builddir.
    
    2005-04-12  Christian Persch  <chpe@cvs.gnome.org>
    
    	* gnome-doc-utils.make:
    	- Fix the rule to copy pofiles from srcdir to builddir.

 ChangeLog            |    5 +++++
 gnome-doc-utils.make |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

commit bc1f2dfc9267e4511f95e8195069ca1b9c76bb3e
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Mon Apr 11 20:02:46 2005 +0000

    - Fixed typo that prevented figures from being disted - Fixed disting of
    
    * gnome-doc-utils.make:
    - Fixed typo that prevented figures from being disted
    - Fixed disting of the generated .h file

 ChangeLog            |    6 ++++++
 gnome-doc-utils.make |    4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

commit e5bd12ce9849c67a1a557c7393ad76b88e045546
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Mon Apr 11 01:26:48 2005 +0000

    - Remove extra directories on 'make clean'
    
    * gnome-doc-utils.make:
    - Remove extra directories on 'make clean'

 ChangeLog            |    5 +++++
 gnome-doc-utils.make |   18 ++++++++++++++----
 2 files changed, 19 insertions(+), 4 deletions(-)

commit 17e8ac08c7ab15326730274dd35e4d5083c69049
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Mon Apr 11 00:39:30 2005 +0000

    - Fix problem with disting non-existant localized figures
    
    * gnome-doc-utils.make:
    - Fix problem with disting non-existant localized figures
    
    * doc/xslt/Makefile.am:
    - Removed es from DOC_LINGUAS, was added by accident

 ChangeLog            |    8 ++++++++
 doc/xslt/Makefile.am |    2 +-
 gnome-doc-utils.make |   17 ++++++++++++-----
 3 files changed, 21 insertions(+), 6 deletions(-)

commit 6ee74c478e3fba4778fd0d6a27feb12fffcca46c
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Sun Apr 10 20:41:14 2005 +0000

    - Clean up some po stuff on 'make clean'
    
    * gnome-doc-utils.make:
    - Clean up some po stuff on 'make clean'

 ChangeLog            |    5 +++++
 gnome-doc-utils.make |   15 ++++++++++++++-
 2 files changed, 19 insertions(+), 1 deletions(-)

commit a1033463380766604c2b7c7b0109643fbc7d7402
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Sun Apr 10 19:51:07 2005 +0000

    - Fixed installation of DOC_FIGURES
    
    * gnome-doc-utils.make:
    - Fixed installation of DOC_FIGURES

 ChangeLog            |    5 +++++
 gnome-doc-utils.make |   33 ++++++++++++++++++++++-----------
 2 files changed, 27 insertions(+), 11 deletions(-)

commit 61728619f941f22650767e9cbd845d1f8691fe79
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Sat Apr 9 19:19:02 2005 +0000

    - Fixed a new problem when buildir == srcdir
    
    * gnome-doc-utils.make:
    - Fixed a new problem when buildir == srcdir

 ChangeLog            |    5 +++++
 gnome-doc-utils.make |    8 ++++----
 2 files changed, 9 insertions(+), 4 deletions(-)

commit 86510c54d5dd91dc3f8496ff0ffd5ec77fa5749a
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Sat Apr 9 18:43:31 2005 +0000

    - More builddir != srcdir fixes
    
    * Makefile.am:
    * autogen.sh:
    * bootstrap.make:
    * gnome-doc-utils.m4:
    * gnome-doc-utils.make:
    * doc/xslt/Makefile.am:
    - More builddir != srcdir fixes

 ChangeLog            |   10 ++++++
 Makefile.am          |    4 ++-
 autogen.sh           |    2 +-
 bootstrap.make       |    2 +-
 doc/xslt/Makefile.am |   16 +++++-----
 gnome-doc-utils.m4   |   10 ++++--
 gnome-doc-utils.make |   85 +++++++++++++++++++++++++++++++++----------------
 7 files changed, 87 insertions(+), 42 deletions(-)

commit ccf17f7a32a518d220ff30c2812bbbdb5c685239
Author: Danilo Šegan <danilo@src.gnome.org>
Date:   Wed Apr 6 06:23:59 2005 +0000

    Added Serbian translations.

 ChangeLog     |    4 +
 configure.in  |    2 +-
 po/ChangeLog  |    4 +
 po/sr.po      |  609 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 po/sr@Latn.po |  609 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 1227 insertions(+), 1 deletions(-)

commit 9b5b3d3691a39d2c968022265398f059e8bc6d8d
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Tue Apr 5 01:44:55 2005 +0000

    - More builddir != srcdir fixes
    
    * gnome-doc-utils.make:
    - More builddir != srcdir fixes

 ChangeLog            |    5 +++++
 gnome-doc-utils.make |   21 ++++++++++++---------
 2 files changed, 17 insertions(+), 9 deletions(-)

commit bed8bfe426b95ad94331855a1a8f414bb5930179
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Mon Apr 4 22:27:07 2005 +0000

    - Added the mythical --disable-scrollkeeper
    
    * gnome-doc-utils.m4:
    * gnome-doc-utils.make:
    - Added the mythical --disable-scrollkeeper

 ChangeLog            |    6 ++++++
 gnome-doc-utils.m4   |    6 ++++++
 gnome-doc-utils.make |   17 ++++++++++++++---
 3 files changed, 26 insertions(+), 3 deletions(-)

commit 75f123c79a7a90c0fcb4e0a36d671d3182b7b0ea
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Mon Apr 4 08:40:42 2005 +0000

    - Include rule for making pot files
    
    * gnome-doc-utils.make:
    - Include rule for making pot files

 ChangeLog            |    5 +++++
 gnome-doc-utils.make |    8 ++++++++
 2 files changed, 13 insertions(+), 0 deletions(-)

commit 32c87f7527a69e759967f2025c5dadc1c06fec98
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Mon Apr 4 05:31:52 2005 +0000

    NEWS - Updated NEWS file
    
    * NEWS
    - Updated NEWS file

 NEWS |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

commit 684c55b6a70fdef162524d08ec584333b6c2f9aa
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Mon Apr 4 05:19:50 2005 +0000

    - Version 0.2.0
    
    * configure.in:
    - Version 0.2.0

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

commit c921c25f2e74a8e3b937848e948240d4408f7071
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Mon Apr 4 03:47:50 2005 +0000

    - Use -e on xml2po when generating docs
    
    * gnome-doc-utils.make:
    - Use -e on xml2po when generating docs

 ChangeLog            |    5 +++++
 gnome-doc-utils.make |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

commit 6a7ac1cda6bdb2fc3c681176fdaad7050cadedc2
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Sun Apr 3 22:23:30 2005 +0000

    - More builddir fixes, hopefully fixing #169768 this time
    
    * gnome-doc-utils.make:
    - More builddir fixes, hopefully fixing #169768 this time

 ChangeLog            |    5 +++++
 gnome-doc-utils.make |    8 +++++---
 2 files changed, 10 insertions(+), 3 deletions(-)

commit 1014829110682c42c0d076a018f134d34f99d11c
Author: Danilo Šegan <danilo@src.gnome.org>
Date:   Sat Apr 2 10:25:08 2005 +0000

    Fix handling of UTF-8 input.

 xml2po/ChangeLog                   |    6 ++++++
 xml2po/tests/ChangeLog             |    5 +++++
 xml2po/tests/test.py               |    2 +-
 xml2po/tests/utf8-original.po      |   25 +++++++++++++++++++++++++
 xml2po/tests/utf8-original.pot     |   24 ++++++++++++++++++++++++
 xml2po/tests/utf8-original.xml     |    7 +++++++
 xml2po/tests/utf8-original.xml.out |    7 +++++++
 xml2po/xml2po.py                   |   16 ++++++++--------
 8 files changed, 83 insertions(+), 9 deletions(-)

commit 623af4a5d85dc69a7cde660f62fc596e6391925c
Author: Danilo Šegan <danilo@src.gnome.org>
Date:   Fri Apr 1 21:24:47 2005 +0000

    Fix handling of UTF-8 in original strings.

 xml2po/ChangeLog |    1 -
 xml2po/xml2po.py |   14 +++++++-------
 2 files changed, 7 insertions(+), 8 deletions(-)

commit 776600a08f9c3ed6aa65bda163d86ec3cbba209c
Author: Danilo Šegan <danilo@src.gnome.org>
Date:   Fri Apr 1 21:22:37 2005 +0000

    Fix handling of UTF-8 in original strings.

 xml2po/ChangeLog |    5 +++++
 xml2po/xml2po.py |   16 ++++++++--------
 2 files changed, 13 insertions(+), 8 deletions(-)

commit 551cea635d7c8702aeca2b65c76e1775d1477914
Author: Steven Michael Murphy <smurphy@src.gnome.org>
Date:   Fri Apr 1 05:56:01 2005 +0000

    Added new Language, Kinyarwanda (rw), to this package

 ChangeLog    |    4 +
 configure.in |    2 +-
 po/ChangeLog |    4 +
 po/rw.po     |  637 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 646 insertions(+), 1 deletions(-)

commit 23bdaa0a0dd7d91085814fb3a8a8a7d3aa3e8690
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Fri Apr 1 00:06:19 2005 +0000

    - Use local gnome-autogen.sh to avoid circular dependency, #171894
    
    * autogen.sh:
    * gnome-autogen.sh:
    - Use local gnome-autogen.sh to avoid circular dependency, #171894

 ChangeLog        |    6 +
 autogen.sh       |    2 +-
 gnome-autogen.sh |  427 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 434 insertions(+), 1 deletions(-)

commit da08623c31876e1d16bbe3076bd203c0777d460c
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Thu Mar 31 21:25:51 2005 +0000

    - Plural form rules for more languages, from Changwoo Ryu
    
    * xslt/gettext/gettext.xsl:
    - Plural form rules for more languages, from Changwoo Ryu

 ChangeLog                |    5 +++++
 xslt/gettext/gettext.xsl |    7 +++++++
 2 files changed, 12 insertions(+), 0 deletions(-)

commit f552c2ee4ed4b0fbf0a3004b85d7c52413f076e2
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Sun Mar 27 22:55:41 2005 +0000

    - Updated licensing terms and stuff
    
    * COPYING:
    * gnome-doc-utils.make:
    * xslt/docbook/common/db-chunk.xsl:
    * xslt/docbook/common/db-common.xsl:
    * xslt/docbook/common/db-label.xsl:
    * xslt/docbook/common/db-title.xsl:
    * xslt/docbook/common/db-xref.xsl:
    * xslt/docbook/html/db2html-admon.xsl:
    * xslt/docbook/html/db2html-autotoc.xsl:
    * xslt/docbook/html/db2html-block.xsl:
    * xslt/docbook/html/db2html-callout.xsl:
    * xslt/docbook/html/db2html-classsynopsis.xsl:
    * xslt/docbook/html/db2html-css.xsl:
    * xslt/docbook/html/db2html-division.xsl:
    * xslt/docbook/html/db2html-ebnf.xsl:
    * xslt/docbook/html/db2html-funcsynopsis.xsl:
    * xslt/docbook/html/db2html-info.xsl:
    * xslt/docbook/html/db2html-inline.xsl:
    * xslt/docbook/html/db2html-list.xsl:
    * xslt/docbook/html/db2html-media.xsl:
    * xslt/docbook/html/db2html-qanda.xsl:
    * xslt/docbook/html/db2html-refentry.xsl:
    * xslt/docbook/html/db2html-suppressed.xsl:
    * xslt/docbook/html/db2html-table.xsl:
    * xslt/docbook/html/db2html-title.xsl:
    * xslt/docbook/html/db2html-xref.xsl:
    * xslt/docbook/html/db2html.xsl:
    * xslt/docbook/omf/db2omf.xsl:
    * xslt/docbook/utils/chunks.xsl:
    * xslt/docbook/utils/credits.xsl:
    * xslt/docbook/utils/ids.xsl:
    * xslt/gettext/format2xsl.xsl:
    * xslt/gettext/gettext.xsl:
    * xslt/gettext/l10n.xml.in:
    * xslt/rngdoc/rngdoc.xsl:
    * xslt/xsldoc/xsldoc.xsl:
    - Updated licensing terms and stuff

 COPYING                                     |  598 +++++----------------------
 ChangeLog                                   |   40 ++
 gnome-doc-utils.make                        |   22 +
 xslt/docbook/common/db-chunk.xsl            |   18 +-
 xslt/docbook/common/db-common.xsl           |   18 +-
 xslt/docbook/common/db-label.xsl            |   18 +-
 xslt/docbook/common/db-title.xsl            |   18 +-
 xslt/docbook/common/db-xref.xsl             |   18 +-
 xslt/docbook/html/db2html-admon.xsl         |   18 +-
 xslt/docbook/html/db2html-autotoc.xsl       |   18 +-
 xslt/docbook/html/db2html-block.xsl         |   18 +-
 xslt/docbook/html/db2html-callout.xsl       |   18 +-
 xslt/docbook/html/db2html-classsynopsis.xsl |   18 +-
 xslt/docbook/html/db2html-css.xsl           |   18 +-
 xslt/docbook/html/db2html-division.xsl      |   18 +-
 xslt/docbook/html/db2html-ebnf.xsl          |   18 +-
 xslt/docbook/html/db2html-funcsynopsis.xsl  |   18 +-
 xslt/docbook/html/db2html-info.xsl          |   18 +-
 xslt/docbook/html/db2html-inline.xsl        |   18 +-
 xslt/docbook/html/db2html-list.xsl          |   18 +-
 xslt/docbook/html/db2html-media.xsl         |   18 +-
 xslt/docbook/html/db2html-qanda.xsl         |   18 +-
 xslt/docbook/html/db2html-refentry.xsl      |   18 +-
 xslt/docbook/html/db2html-suppressed.xsl    |   18 +-
 xslt/docbook/html/db2html-table.xsl         |   18 +-
 xslt/docbook/html/db2html-title.xsl         |   18 +-
 xslt/docbook/html/db2html-xref.xsl          |   18 +-
 xslt/docbook/html/db2html.xsl               |   18 +-
 xslt/docbook/omf/db2omf.xsl                 |   18 +-
 xslt/docbook/utils/chunks.xsl               |   18 +-
 xslt/docbook/utils/credits.xsl              |   18 +-
 xslt/docbook/utils/ids.xsl                  |   18 +-
 xslt/gettext/format2xsl.xsl                 |   18 +-
 xslt/gettext/gettext.xsl                    |   18 +-
 xslt/gettext/l10n.xml.in                    |    2 +-
 xslt/rngdoc/rngdoc.xsl                      |   18 +-
 xslt/xsldoc/xsldoc.xsl                      |   18 +-
 37 files changed, 718 insertions(+), 538 deletions(-)

commit 8763a596f92fcaa164ca93103266921e15088925
Author: Danilo Šegan <danilo@src.gnome.org>
Date:   Sun Mar 27 18:31:46 2005 +0000

    cvs add test.py too.

 xml2po/tests/test.py |   27 +++++++++++++++++++++++++++
 1 files changed, 27 insertions(+), 0 deletions(-)

commit 02dec0d6402ec10ad5c01b9e98b4f048305f2631
Author: Danilo Šegan <danilo@src.gnome.org>
Date:   Sun Mar 27 18:08:04 2005 +0000

    Updated TODO.

 xml2po/ChangeLog |    4 ++++
 xml2po/TODO      |    3 ++-
 2 files changed, 6 insertions(+), 1 deletions(-)

commit e6dcb559a16ac34361c0ffe8adf111397ed224c8
Author: Danilo Šegan <danilo@src.gnome.org>
Date:   Sun Mar 27 18:06:57 2005 +0000

    Fix crash with -k.

 xml2po/ChangeLog |    5 +++++
 xml2po/TODO      |    5 +++--
 xml2po/xml2po.py |   14 +++++++-------
 3 files changed, 15 insertions(+), 9 deletions(-)

commit dc38ee76052bc06be03c11876018267eabc051f6
Author: Danilo Šegan <danilo@src.gnome.org>
Date:   Sun Mar 27 17:41:24 2005 +0000

    Added regression testing infrastructure.

 xml2po/tests/ChangeLog                       |   11 +
 xml2po/tests/README                          |   29 +
 xml2po/tests/attribute-entities.po           |   23 +
 xml2po/tests/attribute-entities.pot          |   24 +
 xml2po/tests/attribute-entities.xml          |    3 +
 xml2po/tests/attribute-entities.xml.out      |    4 +
 xml2po/tests/deep-finals.po                  |   24 +
 xml2po/tests/deep-finals.pot                 |   24 +
 xml2po/tests/deep-finals.xml                 |    3 +
 xml2po/tests/deep-finals.xml.out             |    4 +
 xml2po/tests/deep-nonfinals.po               |   69 +
 xml2po/tests/deep-nonfinals.pot              |   60 +
 xml2po/tests/deep-nonfinals.xml              |   47 +
 xml2po/tests/deep-nonfinals.xml.out          |   40 +
 xml2po/tests/docbook.po                      |  152 +++
 xml2po/tests/docbook.pot                     |   74 ++
 xml2po/tests/docbook.xml                     |  111 ++
 xml2po/tests/docbook.xml.out                 |   26 +
 xml2po/tests/relnotes/XMLFILES               |   15 +
 xml2po/tests/relnotes/el.po                  | 1702 ++++++++++++++++++++++++++
 xml2po/tests/relnotes/el/release-notes.xml   |  108 ++
 xml2po/tests/relnotes/el/rnapplets.xml       |  142 +++
 xml2po/tests/relnotes/el/rnapplications.xml  |  111 ++
 xml2po/tests/relnotes/el/rncontrolcenter.xml |   27 +
 xml2po/tests/relnotes/el/rndesktop.xml       |   49 +
 xml2po/tests/relnotes/el/rndocs.xml          |   14 +
 xml2po/tests/relnotes/el/rngames.xml         |   47 +
 xml2po/tests/relnotes/el/rni18n.xml          |   22 +
 xml2po/tests/relnotes/el/rninstallation.xml  |   15 +
 xml2po/tests/relnotes/el/rnplatform.xml      |   10 +
 xml2po/tests/relnotes/el/rnstandards.xml     |   11 +
 xml2po/tests/relnotes/el/rnsysadmin.xml      |   54 +
 xml2po/tests/relnotes/el/rnthemes.xml        |    2 +
 xml2po/tests/relnotes/el/rntoc.xml           |   37 +
 xml2po/tests/relnotes/el/rnutilities.xml     |   83 ++
 xml2po/tests/relnotes/release-notes.pot      | 1031 ++++++++++++++++
 xml2po/tests/relnotes/release-notes.xml      |  183 +++
 xml2po/tests/relnotes/rnapplets.xml          |  190 +++
 xml2po/tests/relnotes/rnapplications.xml     |  144 +++
 xml2po/tests/relnotes/rncontrolcenter.xml    |   30 +
 xml2po/tests/relnotes/rndesktop.xml          |   62 +
 xml2po/tests/relnotes/rndocs.xml             |   29 +
 xml2po/tests/relnotes/rngames.xml            |   48 +
 xml2po/tests/relnotes/rni18n.xml             |   87 ++
 xml2po/tests/relnotes/rninstallation.xml     |   17 +
 xml2po/tests/relnotes/rnplatform.xml         |   20 +
 xml2po/tests/relnotes/rnstandards.xml        |   35 +
 xml2po/tests/relnotes/rnsysadmin.xml         |   73 ++
 xml2po/tests/relnotes/rnthanks.xml           |  102 ++
 xml2po/tests/relnotes/rnthemes.xml           |   15 +
 xml2po/tests/relnotes/rntoc.xml              |   39 +
 xml2po/tests/relnotes/rnutilities.xml        |   88 ++
 xml2po/tests/relnotes/rnwhy.xml              |  137 ++
 xml2po/tests/relnotes/test.sh                |    9 +
 54 files changed, 5516 insertions(+), 0 deletions(-)

commit 9536019979f08f7dc56e1b01ce5058f226d6f86e
Author: Danilo Šegan <danilo@src.gnome.org>
Date:   Sun Mar 27 17:17:32 2005 +0000

    Complete fix of #162089.

 xml2po/ChangeLog |    7 +++++++
 xml2po/xml2po.py |    5 +----
 2 files changed, 8 insertions(+), 4 deletions(-)

commit 38cb0ad8a50651205de7fc3ea80964fc925ead31
Author: Danilo Šegan <danilo@src.gnome.org>
Date:   Sun Mar 27 17:00:05 2005 +0000

    Final tags and docbook mode updates.

 xml2po/ChangeLog        |    9 +++++++++
 xml2po/modes/docbook.py |    8 ++++----
 xml2po/xml2po.py        |    8 +++++---
 3 files changed, 18 insertions(+), 7 deletions(-)

commit efd9e1f4cb66042454533dce00577eb1a880b3aa
Author: Danilo Šegan <danilo@src.gnome.org>
Date:   Sun Mar 27 16:37:45 2005 +0000

    Fix entity handling, add more tags to docbook mode.

 xml2po/ChangeLog        |    9 +++++++++
 xml2po/modes/docbook.py |    4 +++-
 xml2po/xml2po.py        |    4 ++--
 3 files changed, 14 insertions(+), 3 deletions(-)

commit c13e73a6a047ac32359c8fecabb5954ffd874d0a
Author: Danilo Šegan <danilo@src.gnome.org>
Date:   Sun Mar 27 14:45:33 2005 +0000

    Several deep-final tags fixes.

 xml2po/ChangeLog        |   11 ++++++
 xml2po/examples/two.po  |   34 +++++++++++---------
 xml2po/modes/docbook.py |    2 +-
 xml2po/xml2po.py        |   79 ++++++++++++++++++++++++++++-------------------
 4 files changed, 77 insertions(+), 49 deletions(-)

commit 41570419899d63e41394acb07116c6fa942bc659
Author: Sven Herzberg <herzi@gnome-de.org>
Date:   Fri Mar 25 20:56:07 2005 +0000

    fix DOC_H_FILE build system (fixes bug 170680)
    
    2005-03-25  Sven Herzberg  <herzi@gnome-de.org>
    
            * gnome-doc-utils.make: fix DOC_H_FILE build system (fixes bug 170680)

 ChangeLog            |    4 ++++
 gnome-doc-utils.make |   16 ++++++++--------
 2 files changed, 12 insertions(+), 8 deletions(-)

commit aaae1facbe3bb6de64b32ced17ed74c3333e7ea6
Author: Rajesh Ranjan <rranjan@src.gnome.org>
Date:   Mon Mar 21 12:22:06 2005 +0000

    gn-doc-utils

 ChangeLog    |    4 +
 configure.in |    2 +-
 po/ChangeLog |    4 +
 po/hi.po     |  551 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 560 insertions(+), 1 deletions(-)

commit 0f79e8b16eca8902e13bd9edaa4f64e93dcef17d
Author: Adam Weinberger <adamw@src.gnome.org>
Date:   Wed Mar 16 23:28:58 2005 +0000

    Updated Canadian English translation.
    
    
    	* en_CA.po: Updated Canadian English translation.

 po/ChangeLog |    4 ++++
 po/en_CA.po  |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

commit 95e6c2cb646b9e4ed9bf0ecd2f1226b6395d9443
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Thu Mar 10 19:19:12 2005 +0000

    Fix for srcdir != builddir. Part of bug #169768.
    
    2005-03-10  Christian Persch  <chpe@cvs.gnome.org>
    
    	* gnome-doc-utils.m4:
    
    	Fix for srcdir != builddir. Part of bug #169768.

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

commit 9abf476e86372412798089cf364fbeb8a1ef8416
Author: Christian Persch <chpe@cvs.gnome.org>
Date:   Thu Mar 10 19:17:47 2005 +0000

    Fix for srcdir != builddir. Add generated files to CLEANFILES. From bug
    
    2005-03-10  Christian Persch  <chpe@cvs.gnome.org>
    
    	* xslt/docbook/common/Makefile.am:
    	* xslt/gettext/Makefile.am:
    
    	Fix for srcdir != builddir. Add generated files to CLEANFILES.
    	From bug #169324.

 ChangeLog                       |    8 ++++++++
 xslt/docbook/common/Makefile.am |    6 ++++--
 xslt/gettext/Makefile.am        |    4 +++-
 3 files changed, 15 insertions(+), 3 deletions(-)

commit bb151049ab78dc28f32197facf44f492f3e28c3b
Author: Martin Willemoes Hansen <mwh@src.gnome.org>
Date:   Tue Mar 8 10:18:00 2005 +0000

    Updated Danish translation.
    
            * da.po: Updated Danish translation.

 po/ChangeLog |    4 +
 po/da.po     |  510 +++++++++++++++++++++++++++++++++++++++++++---------------
 2 files changed, 386 insertions(+), 128 deletions(-)

commit 5835254c6e72c622ccee398a6553b3d29c5d1e28
Author: Funda Wang <fundawang@linux.net.cn>
Date:   Tue Mar 8 09:51:28 2005 +0000

    Standard POT Header Output.
    
    2005-03-08  Funda Wang  <fundawang@linux.net.cn>
    
    	* xml2po.py: Standard POT Header Output.

 xml2po/ChangeLog |    6 ++++++
 xml2po/xml2po.py |    8 ++++----
 2 files changed, 10 insertions(+), 4 deletions(-)

commit 4f98363be92f99dc22d24a22914cb7dea71ba40f
Author: Danilo Šegan <danilo@src.gnome.org>
Date:   Sun Mar 6 23:43:53 2005 +0000

    Output POT-Creation-Date as well.

 xml2po/ChangeLog |    6 ++++++
 xml2po/xml2po.py |    4 +++-
 2 files changed, 9 insertions(+), 1 deletions(-)

commit 26c822b0723699186396196064836af56cfde254
Author: Raphael Higino <raphaelh@src.gnome.org>
Date:   Sun Mar 6 23:21:16 2005 +0000

    Updated pt_BR translation

 po/ChangeLog |    4 +
 po/pt_BR.po  |  502 +++++++++++++++++++++++++++++++++++++++++++--------------
 2 files changed, 382 insertions(+), 124 deletions(-)

commit 635428a091eb7290e37304583a1cf53e52e272da
Author: Danilo Šegan <danilo@src.gnome.org>
Date:   Sun Mar 6 21:22:31 2005 +0000

    Fix checks in worthOutputting.

 xml2po/ChangeLog |    4 ++++
 xml2po/xml2po.py |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

commit 6ca4517432d9cbe7f625ece70f4294652a5b560d
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Sat Mar 5 19:54:50 2005 +0000

    - Version 0.1.3
    
    * NEWS:
    * configure.in:
    - Version 0.1.3
    
    * doc/xslt/C/gnome-doc-xslt.xml:
    - Bumped to DocBook 4.3

 ChangeLog                     |    9 +++++++++
 NEWS                          |   41 +++++++++++++++++++++++++++++++++++++++++
 configure.in                  |    2 +-
 doc/xslt/C/gnome-doc-xslt.xml |    4 ++--
 4 files changed, 53 insertions(+), 3 deletions(-)

commit 8b15a46142ac7f11af0ead5f2c18c29861af47dd
Author: Danilo Šegan <danilo@src.gnome.org>
Date:   Fri Mar 4 18:07:33 2005 +0000

    Add DTD in replaceNodeContents for entity resolving.

 xml2po/ChangeLog |    5 +++++
 xml2po/xml2po.py |   21 ++++++++++++++++++---
 2 files changed, 23 insertions(+), 3 deletions(-)

commit 3bbdd612e7e5afb0552f12ac556354a87c6d72f7
Author: Danilo Šegan <danilo@src.gnome.org>
Date:   Fri Mar 4 17:24:02 2005 +0000

    Removed "title" as final tag.

 xml2po/ChangeLog        |    4 ++++
 xml2po/modes/docbook.py |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

commit 39d6b62e960ee4b9e1f708246c15961d5a62f0b6
Author: Laszlo Dvornik <dvornik@gnome.hu>
Date:   Fri Mar 4 14:39:43 2005 +0000

    Hungarian translation updated by Gabor Kelemen.
    
    2005-03-04  Laszlo Dvornik  <dvornik@gnome.hu>
    
    	* hu.po: Hungarian translation updated by Gabor Kelemen.

 po/ChangeLog |    4 +
 po/hu.po     |  684 +++++++++++++++++++++++++++++++++++++++++-----------------
 2 files changed, 491 insertions(+), 197 deletions(-)

commit 67b599da3b84f06c557179ebe4a0682ece445679
Author: Alessio Frusciante <algol@src.gnome.org>
Date:   Fri Mar 4 09:07:11 2005 +0000

    Updated Italian translation.

 po/ChangeLog |    4 +
 po/it.po     |  370 ++++++++++++++++++++++++++++++++++++++++++++++++---------
 2 files changed, 315 insertions(+), 59 deletions(-)

commit edbd9353e30a7df440d856aaa795fc8ea6ecf191
Author: Danilo Šegan <danilo@src.gnome.org>
Date:   Thu Mar 3 20:35:08 2005 +0000

    Update manpage as well.

 xml2po/ChangeLog    |    4 ++++
 xml2po/xml2po.1.xml |    3 +--
 2 files changed, 5 insertions(+), 2 deletions(-)

commit e9a946c28df27e9300a49ffe87f245b92d1ae3ec
Author: Abel Cheung <maddog@linuxhall.org>
Date:   Thu Mar 3 20:05:06 2005 +0000

    Added "vi" "zh_TW" to ALL_LINGUAS.
    
    2005-03-03  Abel Cheung  <maddog@linuxhall.org>
    
    	* configure.in: Added "vi" "zh_TW" to ALL_LINGUAS.

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

commit c0037936af14166021dc842657c83b6a3aba47d4
Author: Kwok-Koon Cheung <baddog@src.gnome.org>
Date:   Thu Mar 3 20:04:47 2005 +0000

    New traditional Chinese translation by GNOME HK Team.
    
    	* zh_TW.po: New traditional Chinese translation by GNOME HK Team.

 po/ChangeLog |    4 +
 po/zh_TW.po  |  552 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 556 insertions(+), 0 deletions(-)

commit e4f32c34490ab319dc1ad0d3dd4323965eb6e15d
Author: Alexander Shopov <ash@contact.bg>
Date:   Thu Mar 3 16:18:59 2005 +0000

    Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>
    
    2005-03-03  Alexander Shopov  <ash@contact.bg>
    
    	* bg.po: Updated Bulgarian translation by
    	Alexander Shopov <ash@contact.bg>

 po/ChangeLog |    5 +
 po/bg.po     |  461 +++++++++++++++++++++++++++++++++++++++++++---------------
 2 files changed, 345 insertions(+), 121 deletions(-)

commit a7be229d182aa4515ac0446c9ac121a76f538c12
Author: Dan Damian <dand@src.gnome.org>
Date:   Thu Mar 3 13:20:33 2005 +0000

    Added Romanian translation.
    
            * Added Romanian translation.

 ChangeLog    |    4 +
 configure.in |    2 +-
 po/ChangeLog |    4 +
 po/ro.po     |  579 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 588 insertions(+), 1 deletions(-)

commit 66a0b05a4c8df53041a7a074deef096e512c5e90
Author: Takeshi AIHANA <aihana@jcom.home.ne.jp>
Date:   Thu Mar 3 01:35:12 2005 +0000

    Updated Japanese translation.
    
    2005-03-03  Takeshi AIHANA <aihana@jcom.home.ne.jp>
    	* ja.po: Updated Japanese translation.

 po/ChangeLog |    4 +
 po/ja.po     |  544 ++++++++++++++++++++++++++++++++++++++++-----------------
 2 files changed, 386 insertions(+), 162 deletions(-)

commit e46973e53367e6229b43cda4438c0de96c97da07
Author: Danilo Šegan <danilo@src.gnome.org>
Date:   Wed Mar 2 09:10:24 2005 +0000

    Fix help message for -a.

 xml2po/ChangeLog |    2 ++
 xml2po/xml2po.py |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)

commit 14978a7814b7756926ed6dca768f43881980fb0c
Author: Danilo Šegan <danilo@src.gnome.org>
Date:   Wed Mar 2 09:04:20 2005 +0000

    Added a man page by Daniel Leidert.

 xml2po/.cvsignore   |    1 +
 xml2po/ChangeLog    |    6 +
 xml2po/Makefile.am  |    9 ++-
 xml2po/xml2po.1.xml |  293 +++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 308 insertions(+), 1 deletions(-)

commit ac3ce2510320bf5c42454e81de669ac204a894f7
Author: Amanpreet Singh Alam <aman@src.gnome.org>
Date:   Wed Mar 2 00:05:47 2005 +0000

    update by amanpreetalam@yahoo.com

 po/pa.po |   20 +++++++-------------
 1 files changed, 7 insertions(+), 13 deletions(-)

commit 7df7f38ebfe0a2ba10334c996b94f4d81999bf11
Author: Danilo Šegan <dsegan@gmx.net>
Date:   Tue Mar 1 16:06:16 2005 +0000

    add tags in source references and output PO header.
    
    2005-03-01  Danilo Šegan  <dsegan@gmx.net>
    
    	* TODO (DONE): add tags in source references and output PO header.
    
    	* xml2po.py (MessageOutput.outputMessage): Add "tag" in source
    	references.
    	(processElementTag): Pass node.name as tag to outputMessage.
    	(MessageOutput.outputHeader): output PO file header.
    	(MessageOutput.outputAll): call outputHeader.
    
    2005-03-01  Danilo Šegan  <dsegan@gmx.net>
    
    	Fix #168571.
    
    	* examples/two.po: Updated example.
    
    	* xml2po.py (processElementTag): Rewritten.
    	(processFinalTag): Removed.
    	(worthOutputting): Final tags are worth if non-empty.
    	(doSerialize): Respect new processElementTag semantics.
    	(isFinalNode): Also 1 if all node.children are final.
    	(getTranslation): Updated doc string.

 xml2po/ChangeLog       |   23 +++++++++
 xml2po/TODO            |    6 ++-
 xml2po/examples/two.po |   28 ++++++-----
 xml2po/xml2po.py       |  122 +++++++++++++++++++++++++++---------------------
 4 files changed, 111 insertions(+), 68 deletions(-)

commit 778abfd4f5df288cfa45d3544b6bc0ec96a50cdb
Author: Amanpreet Singh Alam <aman@src.gnome.org>
Date:   Tue Mar 1 12:56:06 2005 +0000

    update by amanpreetalam@yahoo.com

 po/pa.po |  483 ++++++++++++++++++++++++++++++++++++++++++++++----------------
 1 files changed, 363 insertions(+), 120 deletions(-)

commit 5728d74470433bbc07ed584dc36463c1aebc4c6a
Author: Ahmad Riza H Nst <ari@160c.afraid.org>
Date:   Tue Mar 1 03:21:56 2005 +0000

    Added id (Indonesian) in ALL_LINGUAS line. Added Indonesian Translation.
    
    2005-03-01  Ahmad Riza H Nst  <ari@160c.afraid.org>
    
    	* configure.in: Added id (Indonesian) in ALL_LINGUAS line.
    	* po/id.po: Added Indonesian Translation.

 ChangeLog    |    4 +
 configure.in |    2 +-
 po/ChangeLog |    4 +
 po/id.po     |  306 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 315 insertions(+), 1 deletions(-)

commit 8f0531087b59e250c7a6d9b58ed130b03d89fd99
Author: Žygimantas Beručka <uid0@akl.lt>
Date:   Mon Feb 28 23:47:20 2005 +0000

    Updated Lithuanian translation.
    
    2005-03-01  Žygimantas Beručka  <uid0@akl.lt>
    
            * lt.po: Updated Lithuanian translation.

 po/ChangeLog |    4 +
 po/lt.po     |  482 ++++++++++++++++++++++++++++++++++++++++++++--------------
 2 files changed, 371 insertions(+), 115 deletions(-)

commit a2817130f21cd63098656d16997915a26c1a8e25
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Mon Feb 28 22:02:53 2005 +0000

    - Lots and lots of translator comments and documentation
    
    * xslt/docbook/common/db-format.xml.in:
    - Lots and lots of translator comments and documentation
    
    * xslt/gettext/format2xsl.xsl:
    - Fixed attribute-clobbering issue
    
    * xslt/xsldoc/xsldoc.xsl:
    - Extra sections get copied in

 ChangeLog                            |   11 +
 xslt/docbook/common/db-format.xml.in |  485 ++++++++++++++++++++++++++++++++--
 xslt/gettext/format2xsl.xsl          |    7 +-
 xslt/xsldoc/xsldoc.xsl               |   15 +
 4 files changed, 489 insertions(+), 29 deletions(-)

commit 1448f6df5f284810b7fa0d26b90e6ac356294bea
Author: Priit Laes <plaes@cvs.gnome.org>
Date:   Mon Feb 28 11:40:59 2005 +0000

    Translation updated.
    
    2005-02-28  Priit Laes  <plaes@cvs.gnome.org>
    
    	* et.po: Translation updated.

 po/ChangeLog |    4 +++
 po/et.po     |   79 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 45 insertions(+), 38 deletions(-)

commit e2d4115475cc38d7c6f2c489aea56050f64474f2
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Mon Feb 28 02:54:10 2005 +0000

    - Added documentation on using roles
    
    * doc/xslt/C/translating.xml:
    - Added documentation on using roles
    
    * po/bg.po:
    - Bad argument reference, clobbered translations for:
      format.manvolnum, format.part.number, format.refentry.label
    - Fixed bad argument reference for format.tooltip.mailto
    
    * po/es.po:
    - Fixed small wrongnesses in format.date
    
    * po/nb.po:
    * po/no.po:
    - Fixed missing = between attribute and value
    
    * po/pt.po:
    - Fixed argument reference in format.tooltip.mailto
    
    * po/tr.po:
    - Changed weird · characters to spaces in markup
    
    * xslt/docbook/html/db2html-inline.xsl:
    - Added support for sgmltag/@namespace, and a fallback
    
    * xslt/gettext/format2xsl.xsl:
    - Fixed a nasty bug with automatic role insertion

 ChangeLog                            |   29 +++++++++
 doc/xslt/C/translating.xml           |  116 ++++++++++++++++++++++++++++++++++
 po/bg.po                             |   10 ++--
 po/es.po                             |    8 +-
 po/nb.po                             |    4 +-
 po/no.po                             |    4 +-
 po/pt.po                             |    4 +-
 po/tr.po                             |   22 ++-----
 xslt/docbook/html/db2html-inline.xsl |    6 ++
 xslt/gettext/format2xsl.xsl          |   15 +++--
 10 files changed, 181 insertions(+), 37 deletions(-)

commit a00f5b9b3e89e785a8b693f43c66985f6a514c7e
Author: Frank Arnold <farnold@cvs.gnome.org>
Date:   Fri Feb 25 08:05:54 2005 +0000

    Updated German translation.
    
    2005-02-25  Frank Arnold  <farnold@cvs.gnome.org>
    
    	* de.po: Updated German translation.

 po/ChangeLog |    4 ++++
 po/de.po     |    6 +++---
 2 files changed, 7 insertions(+), 3 deletions(-)

commit 91c25cb5fde91190dde848b8a8aa91fbdd0bbaae
Author: Francisco Javier F. Serrador <serrador@cvs.gnome.org>
Date:   Thu Feb 24 22:47:21 2005 +0000

    Updated Spanish translation.
    
    2005-02-24  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
    
    	* es.po: Updated Spanish translation.

 po/ChangeLog |    4 ++++
 po/es.po     |   22 ++++++++++++++++++++--
 2 files changed, 24 insertions(+), 2 deletions(-)

commit 3cbb03f4919557f42953ca56e3e1af0a67330dc2
Author: Arafat Medini <kinryu@silverpen.de>
Date:   Thu Feb 24 19:27:22 2005 +0000

    Updated Arabic translation. 2005-02-24 Arafat Medini <kinryu@silverpen.de>
    
    
    2005-02-24  Arafat Medini  <kinryu@silverpen.de>
    
    	* ar.po: Updated Arabic translation.
    2005-02-24  Arafat Medini  <kinryu@silverpen.de>
    
    	* ar.po: Updated Arabic translation.

 po/ChangeLog |    4 ++
 po/ar.po     |  138 ++++++++++++++++++----------------------------------------
 2 files changed, 47 insertions(+), 95 deletions(-)

commit 5cbd831c4583a111f5d24241b0f14c2a6608bf9c
Author: Jordi Mallach <jordim@src.gnome.org>
Date:   Thu Feb 24 10:46:35 2005 +0000

    Updated Catalan translation by Gil Forcada <gilforcada@guifi.net>.

 po/ChangeLog |    5 +
 po/ca.po     |  638 ++++++++++++++++++++++++++++++++++------------------------
 2 files changed, 383 insertions(+), 260 deletions(-)

commit 4941022cb7a76eedb78e84ebc15888a61d35f244
Author: Danilo Šegan <danilo@src.gnome.org>
Date:   Wed Feb 23 10:40:46 2005 +0000

    Use xmlDocParserCtxt instead in replaceNodeContentsWithText.

 xml2po/ChangeLog |    4 ++++
 xml2po/xml2po.py |   14 +++++---------
 2 files changed, 9 insertions(+), 9 deletions(-)

commit fb002707782509475f8b2aaebd060b7a9114de3c
Author: Danilo Šegan <danilo@src.gnome.org>
Date:   Wed Feb 23 10:29:01 2005 +0000

    Add DTD in replaceNodeContentsWithText.

 xml2po/ChangeLog |    4 ++++
 xml2po/xml2po.py |    9 ++++++++-
 2 files changed, 12 insertions(+), 1 deletions(-)

commit 212e37e1d031f485daf1fd5f6fc7293bf1367965
Author: Ankitkumar Rameshchandra Patel <ankitp@src.gnome.org>
Date:   Wed Feb 23 04:10:53 2005 +0000

    Added Gujarati Translation

 ChangeLog    |    4 +
 configure.in |    2 +-
 po/ChangeLog |    4 +
 po/gu.po     |  298 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 307 insertions(+), 1 deletions(-)

commit 34944b8f35d73114959861cdb2454aadbb214cc1
Author: Sebastien Bacher <sbacher@src.gnome.org>
Date:   Tue Feb 22 23:58:12 2005 +0000

    fixed a commit conflict

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

commit c62d1637502ea07627987704f899a928aee90698
Author: Francisco Javier F. Serrador <serrador@cvs.gnome.org>
Date:   Tue Feb 22 23:49:47 2005 +0000

    Updated Spanish translation.
    
    2005-02-23  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
    
    	* es.po: Updated Spanish translation.

 po/ChangeLog |    4 +
 po/es.po     |  182 +++++++++++++++++++++++++++++----------------------------
 2 files changed, 97 insertions(+), 89 deletions(-)

commit 6e23b74787b8de55c9bab5976429c929eb3c2802
Author: Arafat Medini <kinryu@silverpen.de>
Date:   Tue Feb 22 08:17:32 2005 +0000

    Added Arabic translation.
    
    
    2005-02-22  Arafat Medini  <kinryu@silverpen.de>
    
    	* ar.po: Added Arabic translation.

 ChangeLog    |    5 +
 configure.in |    4 +
 po/ChangeLog |    5 +
 po/ar.po     |  350 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 364 insertions(+), 0 deletions(-)

commit d1745fce9ad56a433c92d9ddd89df5296ad8bae6
Author: Frank Arnold <farnold@cvs.gnome.org>
Date:   Fri Feb 18 09:43:55 2005 +0000

    German translation bugfix.
    
    2005-02-18  Frank Arnold  <farnold@cvs.gnome.org>
    
    	* de.po: German translation bugfix.

 po/ChangeLog |    4 +
 po/de.po     |  298 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 165 insertions(+), 137 deletions(-)

commit 4adfda82301a0874ded7434adcb20b3a8ec499da
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Fri Feb 18 01:22:45 2005 +0000

    Updated Portuguese translation.
    
    2005-02-18  Duarte Loreto <happyguy_pt@hotmail.com>
    
    	* pt.po: Updated Portuguese translation.

 po/ChangeLog |    4 +
 po/pt.po     |  194 +++++++++++++++++++++++++++++++--------------------------
 2 files changed, 109 insertions(+), 89 deletions(-)

commit 2d2de7d34dc27d9de2fa8fbfa9c530bf1c9b12f1
Author: Alexander Shopov <ash@contact.bg>
Date:   Wed Feb 16 16:59:15 2005 +0000

    Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>
    
    2005-02-16  Alexander Shopov  <ash@contact.bg>
    
    	* bg.po: Updated Bulgarian translation by
    	Alexander Shopov <ash@contact.bg>

 po/ChangeLog |   11 +++-
 po/bg.po     |  187 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 109 insertions(+), 89 deletions(-)

commit 413d7ec68ac0aa45c0bb1797f77b5b20153e2ee4
Author: Christophe Merlet <redfox@src.gnome.org>
Date:   Tue Feb 15 23:10:01 2005 +0000

    Added French translation.

 ChangeLog    |    4 +
 configure.in |    2 +-
 po/ChangeLog |    5 +
 po/fr.po     |  303 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 313 insertions(+), 1 deletions(-)

commit b2a347ac41ffef72c61986b18aac8f23b7da49db
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Tue Feb 15 13:11:17 2005 +0000

    Added "ko" to ALL_LINGUAS.
    
    2005-02-15  Changwoo Ryu  <cwryu@debian.org>
    
    	* configure.in: Added "ko" to ALL_LINGUAS.

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

commit 696e1971d1febe15861ca43be06109951c8f8d1c
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Tue Feb 15 13:10:22 2005 +0000

    Added Korean translation.
    
    2005-02-15  Changwoo Ryu  <cwryu@debian.org>
    
    	* ko.po: Added Korean translation.

 po/ChangeLog |    4 +
 po/ko.po     |  295 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 299 insertions(+), 0 deletions(-)

commit 170a5baabffadfa543aca61acaa57ef9a4df43af
Author: Pawan Chitrakar <pawan@nplinux.org>
Date:   Mon Feb 14 12:11:49 2005 +0000

    Added Nepali Translation
    
    2005-02-14  Pawan Chitrakar  <pawan@nplinux.org>
    
    	* ne.po: Added Nepali Translation
    
    	* configure.in: Added ne "Nepali" in ALL_LINGUAS

 ChangeLog    |    4 +
 configure.in |    2 +-
 po/ChangeLog |    4 +
 po/ne.po     |  309 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 318 insertions(+), 1 deletions(-)

commit 415b5c79ca99ea0e1d351aeeb13165b269a61323
Author: David Lodge <dave@cirt.net>
Date:   Sun Feb 13 21:52:51 2005 +0000

    Updated British translation.
    
    2005-02-13  David Lodge <dave@cirt.net>
    
            * en_GB.po: Updated British translation.

 po/ChangeLog |    4 ++
 po/en_GB.po  |  155 ++++++++++++++++++++++++++-------------------------------
 2 files changed, 75 insertions(+), 84 deletions(-)

commit 65958976d520e66c8228c192bc02b7010508d03d
Author: Baris Cicek <bcicek@src.gnome.org>
Date:   Sun Feb 13 18:36:50 2005 +0000

    configure.in: Added tr to all_linguas

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

commit e2d8ed1d42d2e06569a41373b923efef63c8bd60
Author: Baris Cicek <bcicek@src.gnome.org>
Date:   Sun Feb 13 18:35:46 2005 +0000

    Added Turkish Translation by Emre Kadioglu

 po/ChangeLog |    4 +
 po/tr.po     |  307 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 311 insertions(+), 0 deletions(-)

commit f08a364f1827b59da158ed8ae8ace1ba08c23ace
Author: Kjartan Maraas <kmaraas@src.gnome.org>
Date:   Thu Feb 10 12:42:53 2005 +0000

    Add no

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

commit fa000ee277d09c884988b0e7f7fbced6ea7b9f93
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Thu Feb 10 12:42:27 2005 +0000

    Update
    
    2005-02-10  Kjartan Maraas  <kmaraas@gnome.org>
    
    	* nb.po: Update

 po/ChangeLog |    4 +
 po/nb.po     |  220 +++++++++++++++++++-----------------------
 po/no.po     |  301 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 405 insertions(+), 120 deletions(-)

commit e0c7f01875238028af8dae60794d9041cdd4ebbd
Author: Nguyen Thai Ngoc Duy <pclouds@src.gnome.org>
Date:   Wed Feb 9 16:34:06 2005 +0000

    Added vi.po

 po/vi.po |  297 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 297 insertions(+), 0 deletions(-)

commit 30c46336c1f14061f860071e631441b13c254e22
Author: Nikos Charonitakis <frolix68@src.gnome.org>
Date:   Tue Feb 8 23:34:55 2005 +0000

    Updated Greek translation

 po/ChangeLog |    4 +
 po/el.po     |  194 ++++++++++++++++++++++++++++------------------------------
 2 files changed, 97 insertions(+), 101 deletions(-)

commit f2cce491f56d8c4d2390ad9fbb812f99e14f5882
Author: Funda Wang <fwang@src.gnome.org>
Date:   Tue Feb 8 00:22:09 2005 +0000

    Updated Simplified Chinese translation

 po/zh_CN.po |  161 +++++++++++++++++++++++++++-------------------------------
 1 files changed, 75 insertions(+), 86 deletions(-)

commit 611cce59546d12ae234ec8bb8b9b0656d452ffdd
Author: Laurent Dhima <laurenti@alblinux.net>
Date:   Tue Feb 1 08:57:25 2005 +0000

    Updated Albanian translation.
    
    2005-02-01  Laurent Dhima  <laurenti@alblinux.net>
    
    	* sq.po: Updated Albanian translation.

 po/ChangeLog |    4 +
 po/sq.po     |  381 ++++++++++++++++++++++++++++------------------------------
 2 files changed, 186 insertions(+), 199 deletions(-)

commit b12e3d41a2ca9056716ab32e7c5efe2c200484da
Author: Vincent van Adrighem <adrighem@gnome.org>
Date:   Tue Feb 1 00:48:28 2005 +0000

    Translation updated by Taco Witte.
    
    2005-02-01  Vincent van Adrighem  <adrighem@gnome.org>
    
    	* nl.po: Translation updated by Taco Witte.

 po/ChangeLog |    4 +
 po/nl.po     |  197 ++++++++++++++++++++++++++++++++--------------------------
 2 files changed, 114 insertions(+), 87 deletions(-)

commit cfb57e63b2332232763d56faeb1fa0d4fa57e835
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Fri Jan 28 20:51:35 2005 +0000

    Use $(destdir), not @destdir@, which is resolved too early.
    
    2005-01-28  Matthias Clasen  <mclasen@redhat.com>
    
    	* modes/Makefile.am (commondir):
    	* Makefile.am (commondir): Use $(destdir), not
    	@destdir@, which is resolved too early.

 xml2po/Makefile.am       |    2 +-
 xml2po/modes/Makefile.am |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 30e15214220ee533a669931982966a156e6cf43e
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Thu Jan 27 07:30:20 2005 +0000

    - Suppress titleabbrev and remark
    
    * xslt/docbook/html/db2html-suppressed.xsl:
    - Suppress titleabbrev and remark
    
    * xslt/docbook/omf/db2omf.xsl:
    - Fixed problem with contributor

 ChangeLog                                |    8 ++++++++
 xslt/docbook/html/db2html-suppressed.xsl |    6 ++++++
 xslt/docbook/omf/db2omf.xsl              |    2 +-
 3 files changed, 15 insertions(+), 1 deletions(-)

commit f521196fd5f33a44b4e2e9465a7878802b00960a
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Tue Jan 25 01:14:53 2005 +0000

    - Give proper credit.
    
    * ChangeLog:
    - Give proper credit.

 ChangeLog |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit a16c0de5675ff83580c957b927d02d8cc0ffea42
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Tue Jan 25 01:13:28 2005 +0000

    - Dont put gnome-doc-utils.make in DISTCLEANFILES (#160292) (kmarass)
    
    * Makefile.am:
    - Dont put gnome-doc-utils.make in DISTCLEANFILES (#160292) (kmarass)

 ChangeLog   |    5 +++++
 Makefile.am |    3 +--
 2 files changed, 6 insertions(+), 2 deletions(-)

commit 6156c6779bef60733d6b59241e92de1c862b4df2
Author: Alessio Frusciante <algol@src.gnome.org>
Date:   Sun Jan 23 21:32:51 2005 +0000

    Added Italian translation.

 ChangeLog    |    4 +
 configure.in |    2 +-
 po/ChangeLog |    4 +
 po/it.po     |  298 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 307 insertions(+), 1 deletions(-)

commit 994d57ac9905d2a0f7e63ede08f815a34bc54028
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Sun Jan 23 07:35:24 2005 +0000

    - Changed 'Other Credits' to 'Other Contributors'
    
    * xslt/docbook/html/db2html-info.xsl:
    - Changed 'Other Credits' to 'Other Contributors'

 ChangeLog                          |    5 +++++
 xslt/docbook/html/db2html-info.xsl |    3 ++-
 2 files changed, 7 insertions(+), 1 deletions(-)

commit 0b5c1c34d1ced1e21f5b9d3f3c5e0e37c16d0eb0
Author: Frank Arnold <farnold@cvs.gnome.org>
Date:   Thu Jan 20 15:21:17 2005 +0000

    Updated German translation.
    
    2005-01-20  Frank Arnold  <farnold@cvs.gnome.org>
    
    	* de.po: Updated German translation.

 po/ChangeLog |    4 +
 po/de.po     |  193 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 107 insertions(+), 90 deletions(-)

commit 62e1406a5ce30a1f381de4b8d8d685d16da1e79e
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Thu Jan 20 05:43:57 2005 +0000

    - Safely reference db.chunk.info_basename on db.xref.target
    
    * xslt/docbook/common/db-xref.xsl:
    - Safely reference db.chunk.info_basename on db.xref.target
    
    * xslt/docbook/html/db2html-division.xsl:
    - Put link tags in the head

 ChangeLog                              |    8 +++++
 xslt/docbook/common/db-xref.xsl        |   31 +++++++++++++--------
 xslt/docbook/html/db2html-division.xsl |   45 ++++++++++++++++++++++++++++++++
 3 files changed, 72 insertions(+), 12 deletions(-)

commit 2c1dc18189d9c7bec7942083f31878c3ea0fc50c
Author: Priit Laes <plaes@cvs.gnome.org>
Date:   Wed Jan 19 18:52:03 2005 +0000

    Added et to ALL_LINGUAS.
    
    2005-01-19  Priit Laes  <plaes@cvs.gnome.org>
    
    	* configure.in: Added et to ALL_LINGUAS.

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

commit a0ae3342089d0edb340da6e3659e2e622f6cf316
Author: Priit Laes <plaes@cvs.gnome.org>
Date:   Wed Jan 19 18:52:00 2005 +0000

    Translation added.
    
    2005-01-19  Priit Laes  <plaes@cvs.gnome.org>
    
    	* et.po: Translation added.

 po/ChangeLog |    4 +
 po/et.po     |  289 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 293 insertions(+), 0 deletions(-)

commit d6ecfd4fecdae2ac745b691461b08f9f3cc55eec
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Tue Jan 18 06:16:06 2005 +0000

    - Don't auto-generate role-based templates when there's no @role
    
    * xslt/gettext/format2xsl.xsl:
    - Don't auto-generate role-based templates when there's no @role

 ChangeLog                   |    5 +++
 xslt/gettext/format2xsl.xsl |   65 ++++++++++++++++++++++--------------------
 2 files changed, 39 insertions(+), 31 deletions(-)

commit 5cee111d7789ca05a62834c8eec7f7a24febd646
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Tue Jan 18 02:03:56 2005 +0000

    - Added xsltdir variable
    
    * gnome-doc-utils.pc.in:
    - Added xsltdir variable
    
    * xslt/docbook/common/db-title.xsl:
    - Fixed title templates to apply to $node, not .

 ChangeLog                        |    8 ++++++++
 gnome-doc-utils.pc.in            |   11 ++++++-----
 xslt/docbook/common/db-title.xsl |    6 +++---
 3 files changed, 17 insertions(+), 8 deletions(-)

commit 5ddc74172b399dce468660675e3bcdad6f164867
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Sun Jan 16 23:42:57 2005 +0000

    - Adding utility XSLT to extract all chunk IDs
    
    * xslt/docbook/utils/Makefile.am:
    * xslt/gettext/format2xsl.xsl:
    - Adding utility XSLT to extract all chunk IDs

 ChangeLog                      |    6 +++++
 xslt/docbook/utils/Makefile.am |    2 +-
 xslt/docbook/utils/chunks.xsl  |   41 ++++++++++++++++++++++++++++++++++
 xslt/gettext/format2xsl.xsl    |   47 ++++++++++++++++++++++++++++-----------
 4 files changed, 82 insertions(+), 14 deletions(-)

commit 7c716e9a2c4ba4268549224f1d2070aa7e382cb6
Author: Raphael Higino <raphaelh@src.gnome.org>
Date:   Sun Jan 16 01:19:07 2005 +0000

    Updated pt_BR translation

 po/ChangeLog |    4 ++
 po/pt_BR.po  |  167 ++++++++++++++++++++++++++++-----------------------------
 2 files changed, 86 insertions(+), 85 deletions(-)

commit 72cfe3b9090288f46c442c6b737b74a649bee423
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Sun Jan 16 00:25:57 2005 +0000

    - Finished implementing titleabbrev and subtitle
    
    * xslt/docbook/common/db-title.xsl:
    - Finished implementing titleabbrev and subtitle

 ChangeLog                        |    5 +
 xslt/docbook/common/db-title.xsl |  785 +++++++++++++++++++++++++++++++++++++-
 2 files changed, 774 insertions(+), 16 deletions(-)

commit 6d178687b08a4444d97aa4117712f54ce495ce3b
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Sat Jan 15 22:08:15 2005 +0000

    Update
    
    2005-01-15  Kjartan Maraas  <kmaraas@gnome.org>
    
    	* nb.po: Update

 po/ChangeLog |    4 +
 po/nb.po     |  199 ++++++++++++++++++++++++++++++++--------------------------
 2 files changed, 113 insertions(+), 90 deletions(-)

commit a17c1653ee3ec08d6e2b9ae3f440756aee4515e2
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Fri Jan 14 00:04:47 2005 +0000

    - Version 1.1.2
    
    * NEWS:
    * configure.in:
    - Version 1.1.2

 ChangeLog    |    6 ++++++
 NEWS         |   13 +++++++++++++
 configure.in |    2 +-
 3 files changed, 20 insertions(+), 1 deletions(-)

commit ca6d1cec6ff179b81098dc129d22fe10003a523c
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Thu Jan 13 23:55:30 2005 +0000

    - Require libxml2 2.6.12, because we do
    
    * configure.in:
    - Require libxml2 2.6.12, because we do
    
    * gnome-doc-utils.make:
    - Fixed the elusive distcheck error, more serious than I thought

 ChangeLog            |    8 ++++++++
 configure.in         |    2 +-
 gnome-doc-utils.make |    8 ++++++--
 3 files changed, 15 insertions(+), 3 deletions(-)

commit fb63bc84351cf2d33ba541ef025a7d49bc121eae
Author: Maxim Dziumanenko <mvd@mylinux.com.ua>
Date:   Wed Jan 12 13:56:20 2005 +0000

    Update Ukrainian translation
    
    2005-01-05  Maxim Dziumanenko <mvd@mylinux.com.ua>
    
    	* Update Ukrainian translation

 po/ChangeLog |    4 +
 po/uk.po     |  380 ++++++++++++++++++++++++++++------------------------------
 2 files changed, 188 insertions(+), 196 deletions(-)

commit 8717d5e46dec390606374135f0f5bf98b0073d89
Author: Tommi Vainikainen <tvainika@src.gnome.org>
Date:   Wed Jan 12 11:09:35 2005 +0000

    Updated Finnish translation

 po/ChangeLog |    4 ++
 po/fi.po     |  148 +++++++++++++++++++++++++++-------------------------------
 2 files changed, 73 insertions(+), 79 deletions(-)

commit 57b845822558c03f8ab53cdaeba23b0b226855cd
Author: Satoru Satoh <ssato@src.gnome.org>
Date:   Tue Jan 11 18:00:32 2005 +0000

    Updated Japanese translation

 po/ja.po |  188 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 104 insertions(+), 84 deletions(-)

commit e3650ca42117a54f2c75a7289b947ded55168f28
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Tue Jan 11 11:16:51 2005 +0000

    - Better distuninstallcheck_listfiles
    
    * Makefile.am:
    - Better distuninstallcheck_listfiles
    
    * gnome-doc-utils.make:
    - Added distclean
    
    * xslt/docbook/omf/db2omf.xsl:
    - Allow publishers to be maintainers
    
    * xslt/xsldoc/xsldoc.xsl:
    - Fixed validity problems

 ChangeLog                   |   14 ++++++++++++++
 Makefile.am                 |    3 ++-
 gnome-doc-utils.make        |    4 ++++
 xslt/docbook/omf/db2omf.xsl |   18 ++++++++++++++----
 xslt/xsldoc/xsldoc.xsl      |   13 ++++++++++++-
 5 files changed, 46 insertions(+), 6 deletions(-)

commit 3806fdb685b06398d81f50b43b1ec8ae0589bbef
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Tue Jan 11 07:35:10 2005 +0000

    xslt/Makefile.am; - Disabling rngdoc
    
    * configure.in:
    * doc/xslt/C/gnome-doc-xslt.xml:
    * xslt/Makefile.am;
    - Disabling rngdoc
    
    * doc/xslt/C/translating.xml:
    - Language improvements
    
    * xslt/docbook/html/db2html-division.xsl:
    - Put in stubs for overriding the navbar
    
    * xslt/docbook/html/db2html-refentry.xsl:
    - Removed a debugging message I'd left in
    
    * xslt/xsldoc/xsldoc.xsl:
    - Various xsldoc output improvements

 ChangeLog                              |   19 ++++
 configure.in                           |    1 -
 doc/xslt/C/gnome-doc-xslt.xml          |    2 -
 doc/xslt/C/translating.xml             |    8 +-
 xslt/Makefile.am                       |    2 +-
 xslt/docbook/html/db2html-division.xsl |  158 +++++++++++++++++++++-----------
 xslt/docbook/html/db2html-refentry.xsl |    1 -
 xslt/xsldoc/xsldoc.xsl                 |   66 ++++++++++---
 8 files changed, 178 insertions(+), 79 deletions(-)

commit ea60c1293b64f2dfdd99d8d4b0ed5be98713074e
Author: Adam Weinberger <adamw@src.gnome.org>
Date:   Mon Jan 3 23:39:19 2005 +0000

    Updated Canadian English translation.
    
    
    	* en_CA.po: Updated Canadian English translation.

 po/ChangeLog |    4 ++
 po/en_CA.po  |  113 ++++++++++++++++++----------------------------------------
 2 files changed, 39 insertions(+), 78 deletions(-)

commit 718e7c00a282f2401546953e26c2bae39a2aaaf4
Author: Christian Rose <menthos@menthos.com>
Date:   Mon Jan 3 16:43:34 2005 +0000

    Updated Swedish translation.
    
    2005-01-03  Christian Rose  <menthos@menthos.com>
    
    	* sv.po: Updated Swedish translation.

 po/ChangeLog |    4 +
 po/sv.po     |  521 ++++++++++++++++++++++++++++++++++++----------------------
 2 files changed, 326 insertions(+), 199 deletions(-)

commit 67358c12d9d9e8feea2cd601fb1e1f77fed2e65e
Author: Martin Willemoes Hansen <mwh@src.gnome.org>
Date:   Mon Jan 3 15:55:49 2005 +0000

    Added Danish (da) to ALL_LINGUAS.
    
            * configure.in: Added Danish (da) to ALL_LINGUAS.

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

commit 3e59d074e728d0a236947b9a2bfed7ca315ee00d
Author: Martin Willemoes Hansen <mwh@src.gnome.org>
Date:   Mon Jan 3 15:54:57 2005 +0000

    Added Danish translation.
    
            * da.po: Added Danish translation.

 po/ChangeLog |    4 +
 po/da.po     |  303 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 307 insertions(+), 0 deletions(-)

commit 9e0d24c56b99c7e430934a9f9d1c4873c3cee67a
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Mon Jan 3 02:10:48 2005 +0000

    - Version 0.1.1
    
    * NEWS:
    * configure.in:
    - Version 0.1.1

 ChangeLog    |    6 ++++++
 NEWS         |   30 ++++++++++++++++++++++++++++++
 configure.in |    2 +-
 3 files changed, 37 insertions(+), 1 deletions(-)

commit 4ad8d0ac3b0f6882076c8114020ce5b3ecdce0ed
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Mon Jan 3 01:57:21 2005 +0000

    - Insert dummy paragraphs in refsection to validate
    
    * xslt/xsldoc/xsldoc.xsl:
    - Insert dummy paragraphs in refsection to validate

 ChangeLog              |    5 +++++
 xslt/xsldoc/xsldoc.xsl |    9 +++++++++
 2 files changed, 14 insertions(+), 0 deletions(-)

commit 0599a95f5e2a0d2a28e18a0872ffa94e2ef79c7c
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Mon Jan 3 01:26:35 2005 +0000

    - Get the refsections right
    
    * xslt/xsldoc/xsldoc.xsl:
    - Get the refsections right

 ChangeLog              |    5 +++++
 xslt/xsldoc/xsldoc.xsl |   31 ++++++++++++-------------------
 2 files changed, 17 insertions(+), 19 deletions(-)

commit dac8969ffd6b9b5ce5e4b6d97db0b4274d28b1c2
Author: Raphael Higino <raphaelh@src.gnome.org>
Date:   Mon Jan 3 01:17:58 2005 +0000

    Updated pt_BR translation

 po/ChangeLog |    4 +
 po/pt_BR.po  |  456 +++++++++++++++++++++++++++++++++++++---------------------
 2 files changed, 296 insertions(+), 164 deletions(-)

commit 1f686fb3a6f35a48388c93d48db4d7dbe60fd52e
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Mon Jan 3 01:03:01 2005 +0000

    - Adding to cvs, because I forgot
    
    * xslt/docbook/common/db-title.xsl:
    - Adding to cvs, because I forgot

 ChangeLog                        |    5 +
 xslt/docbook/common/db-title.xsl |  375 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 380 insertions(+), 0 deletions(-)

commit beefb38316215cc8979722d6046aeaac80be816e
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Mon Jan 3 00:58:46 2005 +0000

    - Always output at least one refsection
    
    * xslt/xsldoc/xsldoc.xsl:
    - Always output at least one refsection

 ChangeLog              |    5 +++++
 xslt/xsldoc/xsldoc.xsl |   14 ++++++--------
 2 files changed, 11 insertions(+), 8 deletions(-)

commit a3590408ad1858d3337fd5218dbbefcc0dd2fa02
Author: Miloslav Trmac <mitr@volny.cz>
Date:   Sun Jan 2 14:16:38 2005 +0000

    Updated Czech translation.
    
    2005-01-02  Miloslav Trmac  <mitr@volny.cz>
    
    	* cs.po: Updated Czech translation.

 po/ChangeLog |    4 ++
 po/cs.po     |  148 +++++++++++++++++++++++++++-------------------------------
 2 files changed, 73 insertions(+), 79 deletions(-)

commit e8c58142f44da43019230e2643c5d174e6384722
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Sun Jan 2 12:53:28 2005 +0000

    - Added db-title.xsl to ease title getting - Automatically output title,
    
    * doc/xslt/C/gnome-doc-xslt.xml:
    * xslt/docbook/common/Makefile.am:
    * xslt/docbook/common/db-format.xml.in:
    * xslt/docbook/common/db-xref.xsl:
    * xslt/docbook/html/db2html-division.xsl:
    * xslt/docbook/html/db2html.xsl:
    * xslt/gettext/format2xsl.xsl:
    - Added db-title.xsl to ease title getting
    - Automatically output title, titleabbrev, and subtitle roles
    
    * doc/xslt/C/translating.xml:
    - Fixed typo

 ChangeLog                              |   15 ++++
 doc/xslt/C/gnome-doc-xslt.xml          |    1 +
 doc/xslt/C/translating.xml             |    2 +-
 xslt/docbook/common/Makefile.am        |    1 +
 xslt/docbook/common/db-format.xml.in   |  114 ++++++++------------------------
 xslt/docbook/common/db-xref.xsl        |   25 +------
 xslt/docbook/html/db2html-division.xsl |    8 ++
 xslt/docbook/html/db2html.xsl          |    1 +
 xslt/gettext/format2xsl.xsl            |   35 ++++++++--
 9 files changed, 89 insertions(+), 113 deletions(-)

commit 9cbf28b3b12b5aff56a653e4a16579d31293f848
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Sun Jan 2 00:32:56 2005 +0000

    - Added very basic HTML generation
    
    * bootstrap.make:
    * gnome-doc-utils.make:
    - Added very basic HTML generation
    
    * doc/xslt/C/translating.xml:
    - Some translator documentation improvements
    
    * xslt/xsldoc/xsldoc.xsl:
    - Fix namespace problem

 ChangeLog                  |   12 ++++++
 bootstrap.make             |    8 +++--
 doc/xslt/C/translating.xml |   86 ++++++++++++++++++++++++++++++++++++++++----
 gnome-doc-utils.make       |   22 ++++++++----
 xslt/xsldoc/xsldoc.xsl     |    2 +-
 5 files changed, 112 insertions(+), 18 deletions(-)

commit 524bea7d7578c9279b91241916333ed5a0c2fb2e
Author: Francisco Javier F. Serrador <serrador@cvs.gnome.org>
Date:   Sat Jan 1 13:43:17 2005 +0000

    Updated Spanish translation.
    
    2005-01-01  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
    
    	* es.po: Updated Spanish translation.

 po/ChangeLog |    4 +
 po/es.po     |  192 ++++++++++++++++++++++++++++++++--------------------------
 2 files changed, 110 insertions(+), 86 deletions(-)

commit f7b7d1b6c70fa0a78d364b65b1551333f04ab359
Author: Žygimantas Beručka <uid0@akl.lt>
Date:   Fri Dec 31 16:53:10 2004 +0000

    Added Lithuanian translation. Added lt.
    
    2004-12-31  Žygimantas Beručka  <uid0@akl.lt>
    
            * po/lt.po: Added Lithuanian translation.
    	* configure.in (ALL_LINGUAS): Added lt.

 ChangeLog    |    4 +
 configure.in |    2 +-
 po/ChangeLog |    4 +
 po/lt.po     |  326 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 335 insertions(+), 1 deletions(-)

commit a41fe073c1d97c8fa2ec5ae852847bad225d1eb0
Author: Marcel Telka <marcel@telka.sk>
Date:   Wed Dec 29 21:36:20 2004 +0000

    Added sk.
    
    2004-12-29  Marcel Telka  <marcel@telka.sk>
    
    	* configure.in (ALL_LINGUAS): Added sk.

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

commit 9d020d55e5005652d26d3559e9c6878ae8598539
Author: Marcel Telka <marcel@telka.sk>
Date:   Wed Dec 29 21:34:23 2004 +0000

    Added Slovak translation.
    
    2004-12-29  Marcel Telka  <marcel@telka.sk>
    
    	* sk.po: Added Slovak translation.

 po/ChangeLog |    4 +
 po/sk.po     |  299 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 303 insertions(+), 0 deletions(-)

commit 3e61255b9db4b0dc7b75e8579d21f49d165df649
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Wed Dec 29 06:05:41 2004 +0000

    - Removed toc, index, and cover until I actually use them - Changed much
    
    * xslt/docbook/common/db-chunk.xsl:
    * xslt/docbook/html/db2html-division.xsl:
    * xslt/docbook/html/db2html-info.xsl:
    * xslt/docbook/html/db2html-qanda.xsl:
    * xslt/docbook/html/db2html-refentry.xsl:
    * xslt/docbook/html/db2html.xsl:
    - Removed toc, index, and cover until I actually use them
    - Changed much of the processing order for chunking
    - Changed how the info document is called
    
    * xslt/docbook/common/db-label.xsl:
    * xslt/gettext/l10n.xml.in:
    - Added 'About This Document' for *info elements

 ChangeLog                              |   16 ++
 xslt/docbook/common/db-chunk.xsl       |  166 ++++++---------
 xslt/docbook/common/db-label.xsl       |    3 +
 xslt/docbook/html/db2html-division.xsl |  372 ++++++++++++++++++++++----------
 xslt/docbook/html/db2html-info.xsl     |  154 +++++++++++++-
 xslt/docbook/html/db2html-qanda.xsl    |    4 +-
 xslt/docbook/html/db2html-refentry.xsl |    8 +-
 xslt/docbook/html/db2html.xsl          |   14 --
 xslt/gettext/l10n.xml.in               |   61 +-----
 9 files changed, 503 insertions(+), 295 deletions(-)

commit fbd36205e50a3366632c8b69b959c97bb0e8b951
Author: Tommi Vainikainen <tvainika@src.gnome.org>
Date:   Tue Dec 28 11:15:23 2004 +0000

    Updated Finnish translation

 po/ChangeLog |    4 +++
 po/fi.po     |   69 ++++++++++++++++++++++++++++++++++++++++++---------------
 2 files changed, 55 insertions(+), 18 deletions(-)

commit 2a2f18c270517834a20e458b277710bcee804d11
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Tue Dec 28 02:43:45 2004 +0000

    - Corrected the use of db.chunk.chunks_
    
    * xslt/docbook/common/db-chunk.xsl:
    * xslt/docbook/html/db2html-autotoc.xsl:
    - Corrected the use of db.chunk.chunks_
    
    * xslt/docbook/common/db-label.xsl:
    - Removed a spurious >

 ChangeLog                             |    9 +++++++++
 xslt/docbook/common/db-chunk.xsl      |   27 ++++++++++++++++++++-------
 xslt/docbook/common/db-label.xsl      |    2 +-
 xslt/docbook/html/db2html-autotoc.xsl |    3 ++-
 4 files changed, 32 insertions(+), 9 deletions(-)

commit b5721c56e89715831f1c4c074587f49e30b5de47
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Tue Dec 28 01:12:00 2004 +0000

    - Use titleabbrev when available for xrefs
    
    * xslt/docbook/common/db-format.xml.in:
    - Use titleabbrev when available for xrefs
    
    * xslt/docbook/common/db-xref.xsl:
    - Tooltips for refentry links
    
    * xslt/docbook/html/db2html-autotoc.xsl:
    * xslt/docbook/html/db2html-xref.xsl:
    - Do tooltips correctly
    
    * xslt/docbook/html/db2html-block.xsl:
    - Strip leading newlines from verbatim elements
    
    * xslt/docbook/html/db2html-css.xsl:
    - More inclusive sibling matcher
    
    * xslt/docbook/html/db2html.xsl:
    - Use the .xhtml extension
    
    * xslt/gettext/format2xsl.xsl:
    - Be nicer to %t arguments

 ChangeLog                             |   24 ++++++++++
 xslt/docbook/common/db-format.xml.in  |   78 ++++++++++++++++++++++++++------
 xslt/docbook/common/db-xref.xsl       |   21 +++++++++
 xslt/docbook/html/db2html-autotoc.xsl |   19 +++++---
 xslt/docbook/html/db2html-block.xsl   |   26 ++++++++++-
 xslt/docbook/html/db2html-css.xsl     |    6 +--
 xslt/docbook/html/db2html-xref.xsl    |   13 +++---
 xslt/docbook/html/db2html.xsl         |    2 +-
 xslt/gettext/format2xsl.xsl           |    3 +-
 9 files changed, 157 insertions(+), 35 deletions(-)

commit d3b9ec2f65a1f61171214e281ce101d53d070353
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Mon Dec 27 19:07:48 2004 +0000

    - Added scrollkeeper stuff to distuninstallcheck_listfiles
    
    * Makefile.am:
    - Added scrollkeeper stuff to distuninstallcheck_listfiles
    
    * doc/xslt/C/translating.xml:
    - Type fixes
    
    * po/cs.po:
    - Fixed incorrect format string, caused by a bad comment from me
    
    * xslt/docbook/common/db-format.xml.in:
    - Changed semantics of 'header' role
    
    * xslt/gettext/format2xsl.xsl:
    - Added support for transforming tags in msgstrs
    
    * xslt/docbook/html/db2html-admon.xsl:
    * xslt/docbook/html/db2html-autotoc.xsl:
    * xslt/docbook/html/db2html-block.xsl:
    * xslt/docbook/html/db2html-callout.xsl:
    * xslt/docbook/html/db2html-classsynopsis.xsl:
    * xslt/docbook/html/db2html-cmdsynopsis.xsl:
    * xslt/docbook/html/db2html-css.xsl:
    * xslt/docbook/html/db2html-division.xsl:
    * xslt/docbook/html/db2html-ebnf.xsl:
    * xslt/docbook/html/db2html-funcsynopsis.xsl:
    * xslt/docbook/html/db2html-info.xsl:
    * xslt/docbook/html/db2html-inline.xsl:
    * xslt/docbook/html/db2html-list.xsl:
    * xslt/docbook/html/db2html-media.xsl:
    * xslt/docbook/html/db2html-qanda.xsl:
    * xslt/docbook/html/db2html-refentry.xsl:
    * xslt/docbook/html/db2html-table.xsl:
    * xslt/docbook/html/db2html-title.xsl:
    * xslt/docbook/html/db2html-xref.xsl:
    * xslt/docbook/html/db2html.xsl:
    - Switched to XHTML
    - Worked on the refentry title
    - Various visual enhancements

 ChangeLog                                   |   41 ++++++++++++++++
 Makefile.am                                 |    2 +
 doc/xslt/C/translating.xml                  |    7 +--
 po/cs.po                                    |    4 +-
 xslt/docbook/common/db-format.xml.in        |   13 +++--
 xslt/docbook/html/db2html-admon.xsl         |    2 +
 xslt/docbook/html/db2html-autotoc.xsl       |    1 +
 xslt/docbook/html/db2html-block.xsl         |   67 ++++++++++++++++++--------
 xslt/docbook/html/db2html-callout.xsl       |    1 +
 xslt/docbook/html/db2html-classsynopsis.xsl |    1 +
 xslt/docbook/html/db2html-cmdsynopsis.xsl   |    1 +
 xslt/docbook/html/db2html-css.xsl           |    3 +-
 xslt/docbook/html/db2html-division.xsl      |    1 +
 xslt/docbook/html/db2html-ebnf.xsl          |    1 +
 xslt/docbook/html/db2html-funcsynopsis.xsl  |    1 +
 xslt/docbook/html/db2html-info.xsl          |    1 +
 xslt/docbook/html/db2html-inline.xsl        |    1 +
 xslt/docbook/html/db2html-list.xsl          |    1 +
 xslt/docbook/html/db2html-media.xsl         |    1 +
 xslt/docbook/html/db2html-qanda.xsl         |    1 +
 xslt/docbook/html/db2html-refentry.xsl      |   42 +++++++++++++----
 xslt/docbook/html/db2html-table.xsl         |    5 +-
 xslt/docbook/html/db2html-title.xsl         |   19 ++------
 xslt/docbook/html/db2html-xref.xsl          |    1 +
 xslt/docbook/html/db2html.xsl               |   14 +++++-
 xslt/gettext/format2xsl.xsl                 |   24 ++++++++-
 26 files changed, 193 insertions(+), 63 deletions(-)

commit 7eafc2a4f87b7cdedb9f250dc5404939ea1e6eb8
Author: Satoru Satoh <ssato@src.gnome.org>
Date:   Mon Dec 27 02:56:12 2004 +0000

    Fixed typo (my name ;-)) in ChangeLog

 xml2po/ChangeLog |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 9ee68991a0f0b5c3eaff08e6c78fbf5aadbabe61
Author: Miloslav Trmac <mitr@volny.cz>
Date:   Sat Dec 25 15:02:16 2004 +0000

    Updated Czech translation.
    
    2004-12-25  Miloslav Trmac  <mitr@volny.cz>
    
    	* cs.po: Updated Czech translation.

 po/ChangeLog |    4 ++++
 po/cs.po     |   45 +++++++++++++++++++++++++++++++++++----------
 2 files changed, 39 insertions(+), 10 deletions(-)

commit 145f8e5fcf07a1dfbbcbc43ae313d342362a2ba8
Author: Adam Weinberger <adamw@src.gnome.org>
Date:   Thu Dec 23 15:40:22 2004 +0000

    Updated Canadian English translation.
    
    
    	* en_CA.po: Updated Canadian English translation.

 po/ChangeLog |    4 ++++
 po/en_CA.po  |   45 +++++++++++++++++++++++++++++++++++----------
 2 files changed, 39 insertions(+), 10 deletions(-)

commit b04f37eb8d74a1db72795c1197a0615ee155d380
Author: Danilo Šegan <danilo@src.gnome.org>
Date:   Thu Dec 23 12:57:31 2004 +0000

    Updated TODO list.

 xml2po/ChangeLog |    4 ++++
 xml2po/TODO      |    5 +++++
 2 files changed, 9 insertions(+), 0 deletions(-)

commit 1a7676c3cc01fb7f59ba9ae8cd935633cafd1fbe
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Thu Dec 23 00:59:43 2004 +0000

    - Added formatters for manvolnum, refentry labels, and mailto URIs
    
    * xslt/docbook/common/db-format.xml.in:
    * xslt/docbook/common/db-label.xsl:
    * xslt/docbook/html/db2html-refentry.xsl:
    - Added formatters for manvolnum, refentry labels, and mailto URIs
    
    * xslt/docbook/common/db-xref.xsl:
    * xslt/docbook/html/db2html-inline.xsl:
    * xslt/docbook/html/db2html-xref.xsl:
    - Added tooltips to email and ulink
    
    * xslt/docbook/html/db2html-autotoc.xsl:
    - Better refentry handling
    - Formatting work
    
    * xslt/docbook/html/db2html-block.xsl:
    - Suppress bgcolor for synopsis for now
    
    * xslt/docbook/html/db2html-suppressed.xsl:
    - Some refentry-related stuff

 ChangeLog                                |   22 +++++
 xslt/docbook/common/db-format.xml.in     |  131 ++++++++++++++++++++++++++++--
 xslt/docbook/common/db-label.xsl         |   11 +++-
 xslt/docbook/common/db-xref.xsl          |   38 +++++++++-
 xslt/docbook/html/db2html-autotoc.xsl    |   56 ++++---------
 xslt/docbook/html/db2html-block.xsl      |    2 +-
 xslt/docbook/html/db2html-inline.xsl     |    8 ++-
 xslt/docbook/html/db2html-refentry.xsl   |    8 ++
 xslt/docbook/html/db2html-suppressed.xsl |    4 +
 xslt/docbook/html/db2html-xref.xsl       |    4 +-
 10 files changed, 235 insertions(+), 49 deletions(-)

commit de8cfd5df4d4a28ede1f1b60943d2a8c725d7152
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Wed Dec 22 22:38:20 2004 +0000

    - Fixed broken format string
    
    * po/bg.po:
    - Fixed broken format string
    
    * xslt/docbook/common/db-format.xml.in:
    * xslt/docbook/common/db-label.xsl
    - Added formatters for part labels
    
    * xslt/docbook/html/db2html-admon.xsl:
    * xslt/docbook/html/db2html-block.xsl:
    * xslt/docbook/html/db2html-css.xsl:
    * xslt/docbook/html/db2html-list.xsl:
    * xslt/docbook/html/db2html-table.xsl:
    * xslt/docbook/html/db2html-title.xsl:
    - Formatting improvements, using proportional units
    
    * xslt/gettext/format2xsl.xsl:
    - Print the language for errors

 ChangeLog                            |   20 ++++++++
 po/bg.po                             |    4 +-
 xslt/docbook/common/db-format.xml.in |   74 ++++++++++++++++++++++++++++++
 xslt/docbook/common/db-label.xsl     |   26 +++++++++--
 xslt/docbook/html/db2html-admon.xsl  |    8 +---
 xslt/docbook/html/db2html-block.xsl  |   83 ++++++++++++++++++++++++++-------
 xslt/docbook/html/db2html-css.xsl    |   13 +++++-
 xslt/docbook/html/db2html-list.xsl   |   20 +++++----
 xslt/docbook/html/db2html-table.xsl  |    7 +---
 xslt/docbook/html/db2html-title.xsl  |   24 +++++++---
 xslt/gettext/format2xsl.xsl          |    1 +
 11 files changed, 225 insertions(+), 55 deletions(-)

commit 9e3727204744780346a42d7ee8fea6fb1e1ab664
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Wed Dec 22 04:12:15 2004 +0000

    - Basic navbar linking implemented - Added base 'xref' role for label
    
    * xslt/docbook/common/db-chunk.xsl:
    * xslt/docbook/common/db-format.xml.in:
    * xslt/docbook/common/db-label.xsl:
    * xslt/docbook/common/db-xref.xsl:
    * xslt/docbook/html/db2html-admon.xsl:
    * xslt/docbook/html/db2html-autotoc.xsl:
    * xslt/docbook/html/db2html-block.xsl:
    * xslt/docbook/html/db2html-division.xsl:
    * xslt/docbook/html/db2html-list.xsl:
    * xslt/docbook/html/db2html-table.xsl:
    * xslt/docbook/html/db2html-title.xsl:
    - Basic navbar linking implemented
    - Added base 'xref' role for label formatters
    - Changed admonition formatting
    - Fixed some other formatting

 ChangeLog                              |   18 +++
 xslt/docbook/common/db-chunk.xsl       |  203 +++++++++++++++++++++++++++-----
 xslt/docbook/common/db-format.xml.in   |   24 ++++-
 xslt/docbook/common/db-label.xsl       |    2 +-
 xslt/docbook/common/db-xref.xsl        |    3 +-
 xslt/docbook/html/db2html-admon.xsl    |  178 ++++++++++------------------
 xslt/docbook/html/db2html-autotoc.xsl  |    7 +
 xslt/docbook/html/db2html-block.xsl    |    4 -
 xslt/docbook/html/db2html-division.xsl |   54 +++++++++
 xslt/docbook/html/db2html-list.xsl     |    2 +-
 xslt/docbook/html/db2html-table.xsl    |   20 +++-
 xslt/docbook/html/db2html-title.xsl    |    4 +
 12 files changed, 362 insertions(+), 157 deletions(-)

commit 3f4dca68c9b3674f6b2c5047abc63d78cf5c2fac
Author: Alexander Shopov <ash@contact.bg>
Date:   Sun Dec 19 17:13:08 2004 +0000

    Added Bulgarian translation
    
    2004-12-19  Alexander Shopov  <ash@contact.bg>
    
    	* Added Bulgarian translation

 ChangeLog    |    4 +
 configure.in |    2 +-
 po/ChangeLog |    5 +
 po/bg.po     |  355 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 365 insertions(+), 1 deletions(-)

commit 752eecea34684102fcd553fdf084bfc7cbeab879
Author: Kostas Papadimas <pkst@src.gnome.org>
Date:   Wed Dec 15 11:02:23 2004 +0000

    Updated Greek Translation.

 po/ChangeLog |    4 ++++
 po/el.po     |   14 +++++++++-----
 2 files changed, 13 insertions(+), 5 deletions(-)

commit ad987e7553b93bb8f0292b469f1de52dd6a9d374
Author: Kostas Papadimas <pkst@src.gnome.org>
Date:   Wed Dec 15 09:51:56 2004 +0000

    Added Greek Translation.

 ChangeLog    |    4 +
 configure.in |    2 +-
 po/ChangeLog |    4 +
 po/el.po     |  312 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 321 insertions(+), 1 deletions(-)

commit 3fc6d11fa9a469cf5733fbc7f57ce0f3a79b0867
Author: Tommi Vainikainen <tvainika@src.gnome.org>
Date:   Tue Dec 14 06:57:32 2004 +0000

    Fixes to Finnish translation for correct xsl usage

 po/fi.po |   30 +++++++++++-------------------
 1 files changed, 11 insertions(+), 19 deletions(-)

commit b76ac8dbd25392fd3869a44e596622b1624d0692
Author: Tommi Vainikainen <tvainika@src.gnome.org>
Date:   Mon Dec 13 23:19:55 2004 +0000

    Added Finnish translation

 ChangeLog    |    4 +
 configure.in |    2 +-
 po/ChangeLog |    4 +
 po/fi.po     |  351 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 360 insertions(+), 1 deletions(-)

commit 42e2341be43cd2e0e5a84c0e279f595875a25558
Author: Miloslav Trmac <mitr@volny.cz>
Date:   Sat Dec 11 21:40:38 2004 +0000

    Updated Czech translation.
    
    2004-12-11  Miloslav Trmac  <mitr@volny.cz>
    
    	* cs.po: Updated Czech translation.

 po/ChangeLog |    4 ++++
 po/cs.po     |    9 +++++++--
 2 files changed, 11 insertions(+), 2 deletions(-)

commit 010744d08307006891c247a2c5d57fd6a3eb7a23
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Sat Dec 11 13:17:45 2004 +0000

    Updated Portuguese translation.
    
    2004-12-11  Duarte Loreto <happyguy_pt@hotmail.com>
    
    	* pt.po: Updated Portuguese translation.

 po/ChangeLog |    4 +
 po/pt.po     |  433 ++++++++++++++++++++++++++++++++++++----------------------
 2 files changed, 276 insertions(+), 161 deletions(-)

commit 63d3277d06e780ed6d63ddbbf13b4058a6eb7c28
Author: Hendrik Brandt <heb@gnome-de.org>
Date:   Fri Dec 10 13:46:13 2004 +0000

    Updated German translation.
    
    2004-12-10  Hendrik Brandt  <heb@gnome-de.org>
    
            * de.po: Updated German translation.

 po/ChangeLog |    4 ++++
 po/de.po     |    9 +++++++--
 2 files changed, 11 insertions(+), 2 deletions(-)

commit 8ce98fdce1a149db2f65f4970facf4eb610fa17b
Author: Adam Weinberger <adamw@src.gnome.org>
Date:   Fri Dec 10 05:57:32 2004 +0000

    Updated Canadian English translation.
    
    
    	* en_CA.po: Updated Canadian English translation.

 po/ChangeLog |    4 ++++
 po/en_CA.po  |   11 ++++++++---
 2 files changed, 12 insertions(+), 3 deletions(-)

commit 08a31a13811cba40af4efd375c339e2e1914e519
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Fri Dec 10 00:47:40 2004 +0000

    - glossary work, particularly on glosssee
    
    * xslt/docbook/common/db-format.xml.in:
    * xslt/docbook/common/db-label.xsl:
    * xslt/docbook/common/db-xref.xsl:
    * xslt/docbook/html/db2html-block.xsl:
    * xslt/docbook/html/db2html-division.xsl:
    * xslt/docbook/html/db2html-title.xsl:
    * xslt/docbook/html/db2html-xref.xsl:
    - glossary work, particularly on glosssee

 ChangeLog                              |   11 +++++++++++
 xslt/docbook/common/db-format.xml.in   |   28 ++++++++++++++++++++++++++++
 xslt/docbook/common/db-label.xsl       |    9 ++++++---
 xslt/docbook/common/db-xref.xsl        |   29 +++++++++++++++++++++++++++++
 xslt/docbook/html/db2html-block.xsl    |   27 ++++++++++++++++++++++++++-
 xslt/docbook/html/db2html-division.xsl |    7 +++++++
 xslt/docbook/html/db2html-title.xsl    |    8 +++++++-
 xslt/docbook/html/db2html-xref.xsl     |   11 ++++++-----
 8 files changed, 120 insertions(+), 10 deletions(-)

commit 9bcc33ed4cf1add4fd8233bb62f8a1ba944411b0
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Thu Dec 9 00:34:24 2004 +0000

    - Added gnome-doc-prepare.in, renamed from danilo's shaunize
    
    * Makefile.am:
    * configure.in:
    * gnome-doc-prepare.in:
    - Added gnome-doc-prepare.in, renamed from danilo's shaunize

 ChangeLog            |    7 +
 Makefile.am          |    3 +
 configure.in         |    1 +
 gnome-doc-prepare.in |  310 ++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 321 insertions(+), 0 deletions(-)

commit f3f3151aa9d5e925c90075ba0bc0af8b339c42e9
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Wed Dec 8 22:59:48 2004 +0000

    - Put file:// in the URL
    
    * xslt/docbook/omf/db2omf.xsl:
    - Put file:// in the URL

 ChangeLog                   |    5 +++++
 xslt/docbook/omf/db2omf.xsl |    1 +
 2 files changed, 6 insertions(+), 0 deletions(-)

commit 6883ed378587aa4cd5e400d9c41a42f6c09df33b
Author: Miloslav Trmac <mitr@volny.cz>
Date:   Tue Dec 7 17:23:03 2004 +0000

    Updated Czech translation.
    
    2004-12-07  Miloslav Trmac  <mitr@volny.cz>
    
    	* cs.po: Updated Czech translation.

 po/ChangeLog |    4 ++++
 po/cs.po     |    8 ++++----
 2 files changed, 8 insertions(+), 4 deletions(-)

commit 27b50806170b0aaeaba7776c2351380f93e34b83
Author: Hendrik Brandt <heb@gnome-de.org>
Date:   Tue Dec 7 12:35:50 2004 +0000

    Updated German translation.
    
    2004-12-07  Hendrik Brandt  <heb@gnome-de.org>
    
            * de.po: Updated German translation.

 po/ChangeLog |    4 +++
 po/de.po     |   86 ++++++++++++++++++++++++++++++++++-----------------------
 2 files changed, 55 insertions(+), 35 deletions(-)

commit a5e4db1560f770e452abd14c6ecca868ca01659c
Author: Danilo Šegan <danilo@src.gnome.org>
Date:   Tue Dec 7 10:26:39 2004 +0000

    Not usable as a module.

 xml2po/ChangeLog |    4 ++++
 xml2po/xml2po.py |    1 +
 2 files changed, 5 insertions(+), 0 deletions(-)

commit e276120fcac6008aea0fb30dfae4143d59f7d8a2
Author: Danilo Šegan <danilo@src.gnome.org>
Date:   Tue Dec 7 10:24:07 2004 +0000

    Apply Satoru's patch for bug #160354.

 xml2po/ChangeLog |    7 +++++
 xml2po/xml2po.py |   68 ++++++++++++++++++++++++++++++-----------------------
 2 files changed, 45 insertions(+), 30 deletions(-)

commit 4715ae350de841781fcce462f7db8eb217b9e99d
Author: Funda Wang <fwang@src.gnome.org>
Date:   Mon Dec 6 04:03:52 2004 +0000

    Added Simplified Chinese translation

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

commit 542d8ec16847001b788e16f94834384523bffe6e
Author: Francisco Javier F. Serrador <serrador@cvs.gnome.org>
Date:   Sun Dec 5 00:17:11 2004 +0000

    Updated Spanish translation.
    
    2004-12-05  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
    
    	* es.po: Updated Spanish translation.

 po/ChangeLog |    4 +
 po/es.po     |  431 ++++++++++++++++++++++++++++++++++++----------------------
 2 files changed, 270 insertions(+), 165 deletions(-)

commit 6a0128cb292ff1338f0f739b980601555a927c9e
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Wed Dec 1 22:54:51 2004 +0000

    - More robust refentry title stuff
    
    * xslt/docbook/html/db2html-autotoc.xsl:
    * xslt/docbook/html/db2html-refentry.xsl:
    - More robust refentry title stuff

 ChangeLog                              |    6 ++++++
 xslt/docbook/html/db2html-autotoc.xsl  |   24 ++++++++++++++++++++++--
 xslt/docbook/html/db2html-refentry.xsl |    2 +-
 3 files changed, 29 insertions(+), 3 deletions(-)

commit d94aa98b36c3d3aa795d7ce950bcb16a4500115f
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Wed Dec 1 22:48:28 2004 +0000

    - Autotoc li for refentry
    
    * xslt/docbook/html/db2html-autotoc.xsl:
    - Autotoc li for refentry

 ChangeLog                             |    5 +++++
 xslt/docbook/html/db2html-autotoc.xsl |   22 +++++++++++++++++++++-
 2 files changed, 26 insertions(+), 1 deletions(-)

commit c045dd7adcad0d2d9fc46a3f5724d001bd68c19e
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Wed Dec 1 22:21:01 2004 +0000

    - Removed the broken format.example.label translation
    
    * po/cs.po:
    - Removed the broken format.example.label translation
    
    * xslt/docbook/common/db-format.xml.in:
    - Fixed my broken comment to translators
    
    * xslt/docbook/html/db2html-css.xsl:
    * xslt/docbook/html/db2html-refentry.xsl:
    * xslt/docbook/html/db2html-title.xsl:
    - Some refentry work

 ChangeLog                              |   13 ++++++
 po/cs.po                               |   10 ++--
 xslt/docbook/common/db-format.xml.in   |    2 +-
 xslt/docbook/html/db2html-css.xsl      |    1 +
 xslt/docbook/html/db2html-refentry.xsl |   66 +++++++++++++++++++++++--------
 xslt/docbook/html/db2html-title.xsl    |   17 ++++----
 6 files changed, 78 insertions(+), 31 deletions(-)

commit 692411ad85e6f7d4ed088cdc52605b196a891ef9
Author: Funda Wang <fwang@src.gnome.org>
Date:   Mon Nov 29 12:29:07 2004 +0000

    Added Simplified Chinese translation

 po/ChangeLog |    4 +
 po/zh_CN.po  |  312 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 316 insertions(+), 0 deletions(-)

commit b92cd2ce8a61e0a718f288a9947eac651feea38b
Author: Satoru Satoh <ssato@src.gnome.org>
Date:   Thu Nov 25 07:27:02 2004 +0000

    update po/ja.po

 po/ChangeLog |   26 +++++++++++++++-----------
 po/ja.po     |   50 +++++++++++++++++++++++---------------------------
 2 files changed, 38 insertions(+), 38 deletions(-)

commit 2c6411ed7ab4da7af6cc84fe6730d93bb9884a97
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Thu Nov 25 06:05:45 2004 +0000

    - Fixed my own stupidity
    
    * gnome-doc-utils.make:
    - Fixed my own stupidity

 ChangeLog            |    5 +++++
 gnome-doc-utils.make |    4 ----
 2 files changed, 5 insertions(+), 4 deletions(-)

commit dfc44cf6df677fe6d3f3482089ef562a7da366ac
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Thu Nov 25 04:11:20 2004 +0000

    - Adding a missing \
    
    * gnome-doc-utils.make:
    - Adding a missing \
    
    * xslt/docbook/html/db2html-css.xsl:
    - Added padding-top

 ChangeLog                         |    8 ++++++++
 gnome-doc-utils.make              |    6 +++++-
 xslt/docbook/html/db2html-css.xsl |    1 +
 3 files changed, 14 insertions(+), 1 deletions(-)

commit c6a0ce67e8555e01d0806b47dc8b4d1a15cfbe37
Author: Vincent van Adrighem <adrighem@gnome.org>
Date:   Wed Nov 24 22:11:05 2004 +0000

    Translation updated by Taco Witte.
    
    2004-11-24  Vincent van Adrighem  <adrighem@gnome.org>
    
    	* nl.po: Translation updated by Taco Witte.

 po/ChangeLog |    4 +
 po/nl.po     |  291 +++++++++++++++++++++++++++++++++++-----------------------
 2 files changed, 180 insertions(+), 115 deletions(-)

commit 3c10117c7d320aa1f53098fbc4c97667f87990f6
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Wed Nov 24 21:52:25 2004 +0000

    - More robust DOCTYPE extractor - Made -fig targets for dist, install, and
    
    * gnome-doc-utils.make:
    - More robust DOCTYPE extractor
    - Made -fig targets for dist, install, and uninstall, to avoid sh problems

 ChangeLog            |    6 +++
 gnome-doc-utils.make |   96 +++++++++++++++++++++++++++++--------------------
 2 files changed, 63 insertions(+), 39 deletions(-)

commit a3ceeb79879c3bc415f02b539358aa9c7e100118
Author: Amanpreet Singh Alam <aman@src.gnome.org>
Date:   Wed Nov 24 10:41:14 2004 +0000

    add Punjabi pa.po

 po/ChangeLog |    4 +
 po/pa.po     |  315 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 319 insertions(+), 0 deletions(-)

commit 4fc1ccda6c3f346a5fae51e9a5ddd36133b039d7
Author: Amanpreet Singh Alam <aman@src.gnome.org>
Date:   Wed Nov 24 10:32:27 2004 +0000

    Add Punjabi (pa)

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

commit 6ca0290ae10f936ed86f06eca9fdf28ad1184d7f
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Tue Nov 23 22:57:28 2004 +0000

    - Made install and uninstall rules for figures - Fixed the
    
    * gnome-doc-utils.make:
    - Made install and uninstall rules for figures
    - Fixed the scrollkeeper-uninstall call

 ChangeLog            |    6 ++++++
 gnome-doc-utils.make |   27 ++++++++++++++++++++++-----
 2 files changed, 28 insertions(+), 5 deletions(-)

commit d6189ff8f08af80fe4f2d2ca751ae26d7d641144
Author: Satoru Satoh <ssato@src.gnome.org>
Date:   Tue Nov 23 16:31:28 2004 +0000

    Added Japanese translation

 ChangeLog               |    5 +
 INSTALL                 |  159 ++++++++++++++++--------
 configure.in            |    2 +-
 po/ChangeLog            |   10 +-
 po/ja.po                |  314 +++++++++++++++++++++++++++++++++++++++++++++++
 sandbox/mallard/INSTALL |  159 ++++++++++++++++--------
 6 files changed, 535 insertions(+), 114 deletions(-)

commit 630d2eea9329263cac7f416aba6197bbad87ada0
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Mon Nov 22 23:28:58 2004 +0000

    - Setting and disting figures, still need to install and uninstall
    
    * gnome-doc-utils.make:
    - Setting and disting figures, still need to install and uninstall

 ChangeLog            |    5 +++++
 gnome-doc-utils.make |   30 ++++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+), 0 deletions(-)

commit 51634fabdb63e7ec3b1fdeab2e93355ae244419e
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Mon Nov 22 01:58:49 2004 +0000

    - Added plural form for sr
    
    * xslt/gettext/gettext.xsl:
    - Added plural form for sr

 ChangeLog                |    5 +++++
 xslt/gettext/gettext.xsl |    4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

commit db9bc308095869c291362bf4ffa3b64422ee6d09
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Mon Nov 22 01:50:06 2004 +0000

    - Blurb on fallbacks for plural form translations
    
    * doc/xslt/C/translating.xml:
    - Blurb on fallbacks for plural form translations

 ChangeLog                  |    5 +++++
 doc/xslt/C/translating.xml |   11 +++++++++++
 2 files changed, 16 insertions(+), 0 deletions(-)

commit 12f81ab72e3f79461639ae86a9cf0854926feba8
Author: David Lodge <dave@cirt.net>
Date:   Sun Nov 21 23:08:12 2004 +0000

    Updated British English translation.
    
    2004-11-21  David Lodge <dave@cirt.net>
    
            * en_GB.po: Updated British English translation.

 po/ChangeLog |    4 +
 po/en_GB.po  |  276 +++++++++++++++++++++++-----------------------------------
 2 files changed, 114 insertions(+), 166 deletions(-)

commit da9e1f34d64a07f84310d541add12f3345af5318
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Sun Nov 21 22:25:04 2004 +0000

    - OMF has description, not purpose. Bad search and replace.
    
    * xslt/docbook/omf/db2omf.xsl:
    - OMF has description, not purpose.  Bad search and replace.

 ChangeLog                   |    5 +++++
 xslt/docbook/omf/db2omf.xsl |    4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

commit 45918e73876c2b774a328a2b123a97007091dff9
Author: Danilo Šegan <danilo@src.gnome.org>
Date:   Sun Nov 21 19:59:42 2004 +0000

    Use scrollkeeper-config for finding localstatedir.

 ChangeLog            |    5 +++++
 gnome-doc-utils.make |    8 +++++---
 2 files changed, 10 insertions(+), 3 deletions(-)

commit 2df9969fd9532c52c6392fbaa283de54afb654ea
Author: Miloslav Trmac <mitr@volny.cz>
Date:   Sat Nov 20 15:25:56 2004 +0000

    Updated Czech translation.
    
    2004-11-20  Miloslav Trmac  <mitr@volny.cz>
    
    	* cs.po: Updated Czech translation.

 po/ChangeLog |    4 ++++
 po/cs.po     |   36 ++++++++++++++++++++++--------------
 2 files changed, 26 insertions(+), 14 deletions(-)

commit e4d1acfcc431f899fb1f50dcfe97e0aa74aac9a6
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Sat Nov 20 01:07:54 2004 +0000

    - Lots more refentry work
    
    * xslt/docbook/html/db2html-refentry.xsl:
    * xslt/docbook/html/db2html-suppressed.xsl:
    * xslt/docbook/html/db2html-title.xsl:
    - Lots more refentry work

 ChangeLog                                |    7 ++
 xslt/docbook/html/db2html-refentry.xsl   |  117 ++++++++++++++++++++++++++++++
 xslt/docbook/html/db2html-suppressed.xsl |    4 +
 xslt/docbook/html/db2html-title.xsl      |   10 +++-
 4 files changed, 137 insertions(+), 1 deletions(-)

commit 4568bc71ed411ab48d178bd6b4a6560ddb9304aa
Author: Adam Weinberger <adamw@src.gnome.org>
Date:   Fri Nov 19 16:53:44 2004 +0000

    Updated Canadian English translation.
    
    
    	* en_CA.po: Updated Canadian English translation.

 po/ChangeLog |    4 ++++
 po/en_CA.po  |   36 ++++++++++++++++++++++--------------
 2 files changed, 26 insertions(+), 14 deletions(-)

commit 2ce73666a30dc6ee985c0d6e777537b803838681
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Fri Nov 19 02:28:04 2004 +0000

    - Initial refentry work
    
    * xslt/docbook/html/Makefile.am:
    * xslt/docbook/html/db2html.xsl:
    * xslt/docbook/html/db2html-refentry.xsl:
    * xslt/gettext/l10n.xml.in:
    - Initial refentry work
    
    * xslt/docbook/html/db2html-cmdsynopsis.xsl:
    * xslt/docbook/html/db2html-css.xsl:
    - Fixed some cmdsynopsis bugs, added CSS
    
    * xslt/docbook/html/db2html-division.xsl:
    - Added db2html.anchor to db2html.division.content
    
    * xslt/docbook/html/db2html-suppressed.xsl:
    - Added partinfo, prefaceinfo, refsynopsisdivinfo
    
    * xslt/docbook/html/db2html-title.xsl:
    - Hard-coded title/subtitle class on spans

 ChangeLog                                 |   21 +++++++
 xslt/docbook/html/Makefile.am             |    1 +
 xslt/docbook/html/db2html-cmdsynopsis.xsl |   20 ++++++-
 xslt/docbook/html/db2html-css.xsl         |    1 +
 xslt/docbook/html/db2html-division.xsl    |    1 +
 xslt/docbook/html/db2html-refentry.xsl    |   83 +++++++++++++++++++++++++++++
 xslt/docbook/html/db2html-suppressed.xsl  |    3 +
 xslt/docbook/html/db2html-title.xsl       |    9 +---
 xslt/docbook/html/db2html.xsl             |    3 +
 xslt/gettext/l10n.xml.in                  |   12 ++++
 10 files changed, 145 insertions(+), 9 deletions(-)

commit 6ca3ae93e0f4fea7abad26669dfb9923072f7fe8
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Thu Nov 18 23:45:31 2004 +0000

    - Stringify result of db.chunk.chunk-id
    
    * xslt/docbook/common/db-chunk.xsl:
    - Stringify result of db.chunk.chunk-id
    
    * xslt/docbook/common/db-xref.xsl:
    - Fix top-level links when not($db.chunk.chunk_top)

 ChangeLog                        |    8 ++++++++
 xslt/docbook/common/db-chunk.xsl |    3 ++-
 xslt/docbook/common/db-xref.xsl  |   12 ++++++++++--
 3 files changed, 20 insertions(+), 3 deletions(-)

commit c0480252efe33cb0d07756de574cb07d26aafe51
Author: Adam Weinberger <adamw@src.gnome.org>
Date:   Thu Nov 18 23:36:18 2004 +0000

    Updated Canadian English translation.
    
    
    	* en_CA.po: Updated Canadian English translation.

 po/ChangeLog |    4 ++++
 po/en_CA.po  |   39 ++++++++++++++++++++++-----------------
 2 files changed, 26 insertions(+), 17 deletions(-)

commit 7b8e509ca43edba5e6e6e0ac5860bc6c38926935
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Thu Nov 18 20:24:47 2004 +0000

    - Documentation changes
    
    * xslt/docbook/common/db-chunk.xsl:
    - Documentation changes
    
    * xslt/docbook/html/db2html-division.xsl:
    * xslt/docbook/html/db2html-title.xsl
    - Fixed bug where titlepages weren't being generated
    - Added parameter for sans-title divisions to pass a title
    - Implemented dedication and simplesect
    
    * xslt/docbook/html/db2html-inline.xsl:
    - Implemented uri element
    
    * xslt/docbook/html/db2html-suppressed.xsl:
    - Suppress glossaryinfo
    
    * xslt/docbook/html/db2html-info.xsl:
    - Wrap titlepages in <html> and all that
    - Some work on revhistory

 ChangeLog                                |   21 ++++
 xslt/docbook/common/db-chunk.xsl         |   10 +-
 xslt/docbook/html/db2html-division.xsl   |  105 ++++++++++++++++---
 xslt/docbook/html/db2html-info.xsl       |  112 ++++++++++++---------
 xslt/docbook/html/db2html-inline.xsl     |    7 ++
 xslt/docbook/html/db2html-suppressed.xsl |    1 +
 xslt/docbook/html/db2html-title.xsl      |  160 ++++++++++++++++++++---------
 7 files changed, 297 insertions(+), 119 deletions(-)

commit f1ad4c28409d8aab870cb96f24c389ee8bf7f7dd
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Tue Nov 16 16:54:53 2004 +0000

    Add «nb» to ALL_LINGUAS.
    
    2004-11-16  Kjartan Maraas  <kmaraas@gnome.org>
    
    	* configure.in: Add «nb» to ALL_LINGUAS.

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

commit 950f830eedd17b4093dfb2f42ce0eebf6cde496c
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Tue Nov 16 16:53:40 2004 +0000

    Add this.
    
    2004-11-16  Kjartan Maraas  <kmaraas@gnome.org>
    
    	* nb.po: Add this.

 po/ChangeLog |    4 +
 po/nb.po     |  302 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 306 insertions(+), 0 deletions(-)

commit fe320bd4446a63d3c9f9495e4723c852e921cd94
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Tue Nov 16 02:33:22 2004 +0000

    - Fixed wrong chunk depth code
    
    * xslt/docbook/common/db-chunk.xsl:
    - Fixed wrong chunk depth code
    
    * xslt/docbook/common/db-xref.xsl:
    - Removed spurious # links to tops of pages
    
    * xslt/docbook/html/db2html-autotoc.xsl:
    * xslt/docbook/html/db2html-css.xsl:
    - Some CSS and label work
    
    * xslt/docbook/html/db2html-division.xsl:
    - Allow $autotoc_depth to be specified
    
    * xslt/docbook/html/db2html-list.xsl:
    - Some CSS work
    
    * xslt/docbook/html/db2html-title.xsl:
    - Removed label span on top page
    
    * xslt/docbook/html/db2html-xref.xsl:
    - Added title attribute to a tags, for tooltips

 ChangeLog                              |   24 ++++++++++++++++++++
 xslt/docbook/common/db-chunk.xsl       |    6 ++--
 xslt/docbook/common/db-xref.xsl        |    8 +++---
 xslt/docbook/html/db2html-autotoc.xsl  |   38 +++++++++++++++++++++++++++----
 xslt/docbook/html/db2html-css.xsl      |    1 +
 xslt/docbook/html/db2html-division.xsl |   11 +++++----
 xslt/docbook/html/db2html-list.xsl     |   26 ++++++----------------
 xslt/docbook/html/db2html-title.xsl    |   25 +++++++++++++++++---
 xslt/docbook/html/db2html-xref.xsl     |   21 ++++++++++++++---
 9 files changed, 116 insertions(+), 44 deletions(-)

commit 111868508d4b5df2e475af84acd9f0752cdc90a9
Author: Miloslav Trmac <mitr@volny.cz>
Date:   Sat Nov 13 11:16:50 2004 +0000

    Updated Czech translation.
    
    2004-11-13  Miloslav Trmac  <mitr@volny.cz>
    
    	* cs.po: Updated Czech translation.

 po/ChangeLog |    4 ++++
 po/cs.po     |   39 ++++++++++++++++++++++-----------------
 2 files changed, 26 insertions(+), 17 deletions(-)

commit b082aa573829ad46b5acdad93382a70cefd75f22
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Fri Nov 12 07:05:39 2004 +0000

    - Label formatters for chapters and appendixes
    
    * docbook/common/db-format.xml.in:
    * docbook/common/db-label.xsl:
    - Label formatters for chapters and appendixes
    
    * docbook/html/db2html-table.xsl:
    - Removed the table title border thing
    
    * docbook/html/db2html-title.xsl:
    - Put labels on all titles >= h2, no float: right

 ChangeLog                            |   12 ++
 xslt/docbook/common/db-format.xml.in |  113 +++++------
 xslt/docbook/common/db-label.xsl     |  363 ++--------------------------------
 xslt/docbook/html/db2html-table.xsl  |   11 +-
 xslt/docbook/html/db2html-title.xsl  |   39 ++---
 5 files changed, 90 insertions(+), 448 deletions(-)

commit 7e68382c390e5ad1b1ea9b2f1a5b46b29a9c50f1
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Thu Nov 11 22:11:53 2004 +0000

    - Some big speed improvements
    
    * xslt/docbook/common/db-chunk.xsl:
    - Some big speed improvements

 ChangeLog                        |    5 +++
 xslt/docbook/common/db-chunk.xsl |   57 +++++++++++++++++++++----------------
 2 files changed, 37 insertions(+), 25 deletions(-)

commit 39d615036e2b9991bf0cb1b13ee28190efaf9ef9
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Thu Nov 11 00:33:52 2004 +0000

    - Implemented preface and screeninfo
    
    * xslt/docbook/html/db2html-division.xsl:
    * xslt/docbook/html/db2html-suppressed.xsl:
    - Implemented preface and screeninfo
    
    * xslt/docbook/html/db2html.xsl:
    - Nicer errors on unmatched elements

 ChangeLog                                |    9 +++++++++
 xslt/docbook/html/db2html-division.xsl   |   18 ++++++++++++++++++
 xslt/docbook/html/db2html-suppressed.xsl |    3 +++
 xslt/docbook/html/db2html.xsl            |   13 +++++--------
 4 files changed, 35 insertions(+), 8 deletions(-)

commit 9eabc764a800b8171a556c3beed170f08a2deeba
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Wed Nov 10 22:39:42 2004 +0000

    - xsldoc changes to ease sibling processing problems
    
    * xslt/docbook/common/db-chunk.xsl:
    * xslt/docbook/common/db-common.xsl:
    * xslt/docbook/common/db-format.xml.in:
    * xslt/docbook/common/db-label.xsl:
    * xslt/docbook/common/db-xref.xsl:
    * xslt/docbook/html/db2html-admon.xsl:
    * xslt/docbook/html/db2html-autotoc.xsl:
    * xslt/docbook/html/db2html-block.xsl:
    * xslt/docbook/html/db2html-callout.xsl:
    * xslt/docbook/html/db2html-classsynopsis.xsl:
    * xslt/docbook/html/db2html-cmdsynopsis.xsl:
    * xslt/docbook/html/db2html-division.xsl:
    * xslt/docbook/html/db2html-funcsynopsis.xsl:
    * xslt/docbook/html/db2html-info.xsl:
    * xslt/docbook/html/db2html-inline.xsl:
    * xslt/docbook/html/db2html-list.xsl:
    * xslt/docbook/html/db2html-qanda.xsl:
    * xslt/docbook/html/db2html-table.xsl:
    * xslt/docbook/html/db2html-title.xsl:
    * xslt/docbook/html/db2html-xref.xsl:
    * xslt/docbook/omf/db2omf.xsl:
    * xslt/gettext/format2xsl.xsl:
    * xslt/gettext/gettext.xsl:
    * xslt/rngdoc/rngdoc.xsl:
    * xslt/xsldoc/xsldoc.xsl:
    - xsldoc changes to ease sibling processing problems

 ChangeLog                                   |   29 +++
 xslt/docbook/common/db-chunk.xsl            |  104 +++++-----
 xslt/docbook/common/db-common.xsl           |   32 ++--
 xslt/docbook/common/db-format.xml.in        |  273 ++++++++++++++-------------
 xslt/docbook/common/db-label.xsl            |   28 ++--
 xslt/docbook/common/db-xref.xsl             |   16 +-
 xslt/docbook/html/db2html-admon.xsl         |   48 +++---
 xslt/docbook/html/db2html-autotoc.xsl       |   32 ++--
 xslt/docbook/html/db2html-block.xsl         |   24 ++--
 xslt/docbook/html/db2html-callout.xsl       |   44 +++---
 xslt/docbook/html/db2html-classsynopsis.xsl |    4 +-
 xslt/docbook/html/db2html-cmdsynopsis.xsl   |   20 +-
 xslt/docbook/html/db2html-division.xsl      |   44 +++---
 xslt/docbook/html/db2html-funcsynopsis.xsl  |    4 +-
 xslt/docbook/html/db2html-info.xsl          |  120 ++++++------
 xslt/docbook/html/db2html-inline.xsl        |   24 ++--
 xslt/docbook/html/db2html-list.xsl          |   16 +-
 xslt/docbook/html/db2html-qanda.xsl         |    4 +-
 xslt/docbook/html/db2html-table.xsl         |   92 +++++-----
 xslt/docbook/html/db2html-title.xsl         |   72 ++++----
 xslt/docbook/html/db2html-xref.xsl          |    4 +-
 xslt/docbook/omf/db2omf.xsl                 |  156 ++++++++--------
 xslt/gettext/format2xsl.xsl                 |   14 +-
 xslt/gettext/gettext.xsl                    |  171 +++++++++--------
 xslt/rngdoc/rngdoc.xsl                      |    8 +-
 xslt/xsldoc/xsldoc.xsl                      |  176 ++++++++----------
 26 files changed, 788 insertions(+), 771 deletions(-)

commit c7b09bc2090d83889945997b2eb6190b7c879c63
Author: Adam Weinberger <adamw@src.gnome.org>
Date:   Tue Nov 9 22:37:31 2004 +0000

    Updated Canadian English translation.
    
    
    	* en_CA.po: Updated Canadian English translation.

 po/ChangeLog |    4 +
 po/en_CA.po  |  221 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 117 insertions(+), 108 deletions(-)

commit 541ec76e57d8b59e6a1cbfc9b4cbd674997a639a
Author: Hendrik Brandt <hebra@cvs.gnome.org>
Date:   Tue Nov 9 20:00:15 2004 +0000

    Updated German translation
    
    2004-11-09  Hendrik Brandt  <hebra@cvs.gnome.org>
    
            * de.po: Updated German translation

 po/ChangeLog |    4 +
 po/de.po     |  326 ++++++++++++++++++++++++++++------------------------------
 2 files changed, 160 insertions(+), 170 deletions(-)

commit 3363a16e909f115f71b9708eb86dda605d308c1f
Author: Miloslav Trmac <mitr@volny.cz>
Date:   Tue Nov 9 14:22:35 2004 +0000

    Updated Czech translation.
    
    2004-11-09  Miloslav Trmac  <mitr@volny.cz>
    
    	* cs.po: Updated Czech translation.

 po/ChangeLog |    4 ++++
 po/cs.po     |   21 ++++++++++++++-------
 2 files changed, 18 insertions(+), 7 deletions(-)

commit 0ac1a5bdc217825b14d4012ee37c10550235805c
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Tue Nov 9 03:08:01 2004 +0000

    - Fixed copy & paste error in format.quote.inner
    
    * xslt/docbook/common/db-format.xml.in:
    - Fixed copy & paste error in format.quote.inner

 ChangeLog                            |    5 +++++
 xslt/docbook/common/db-format.xml.in |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

commit 13799a1bd88f3e426616ae7032ff1bf37203c14b
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Tue Nov 9 02:50:10 2004 +0000

    - Getting some xsldoc stuff into db-format - Watching intltool screw my
    
    * xslt/Makefile.am:
    * xslt/docbook/common/db-format.xml.in:
    * xslt/xsldoc/xsldoc.xsl:
    - Getting some xsldoc stuff into db-format
    - Watching intltool screw my XML

 ChangeLog                            |    8 +++++
 xslt/Makefile.am                     |    2 +-
 xslt/docbook/common/db-format.xml.in |   36 +++++++++++++++--------
 xslt/xsldoc/xsldoc.xsl               |   52 ++++++++++++++++++++++++++++++++-
 4 files changed, 82 insertions(+), 16 deletions(-)

commit 1beab226b8fc6d01b3f7cf144b27fe13b308c586
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Tue Nov 9 00:41:08 2004 +0000

    - Finished the documentation for translating with gettext
    
    * doc/xslt/C/translating.xml:
    - Finished the documentation for translating with gettext

 ChangeLog                  |    5 +++
 doc/xslt/C/translating.xml |   75 +++++++++++++++++++++++++++++++++++++++-----
 2 files changed, 72 insertions(+), 8 deletions(-)

commit 74478e3ac036fcff29934b2deaf385184d649441
Author: Miloslav Trmac <mitr@src.gnome.org>
Date:   Mon Nov 8 22:59:40 2004 +0000

    YAUoCT

 po/cs.po |   33 ++++++++++++++++-----------------
 1 files changed, 16 insertions(+), 17 deletions(-)

commit 54c0eeada883bc507578e86b9fba8a052caae447
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Mon Nov 8 22:54:24 2004 +0000

    - Big ol' comment for format.citetitle
    
    * xslt/docbook/common/db-format.xml.in:
    - Big ol' comment for format.citetitle

 ChangeLog                            |    5 +++++
 xslt/docbook/common/db-format.xml.in |   14 +++++++++++++-
 2 files changed, 18 insertions(+), 1 deletions(-)

commit 63bb8864cf70a8fec57892112235666353cc8364
Author: Miloslav Trmac <mitr@src.gnome.org>
Date:   Mon Nov 8 22:36:42 2004 +0000

    Update Czech translation yet again

 po/cs.po |  141 +++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 80 insertions(+), 61 deletions(-)

commit 3a784b73c39fe530ff09f6e80bd99243192f5be4
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Mon Nov 8 22:23:04 2004 +0000

    - Make the comments recognizable by intltool
    
    * xslt/gettext/l10n.xml.in:
    - Make the comments recognizable by intltool

 ChangeLog                |    5 ++
 xslt/gettext/l10n.xml.in |   92 +++++++++++++++++++++++-----------------------
 2 files changed, 51 insertions(+), 46 deletions(-)

commit 87ec677393ff5d35e927fc6910502aeb3f15cba5
Author: Miloslav Trmac <mitr@src.gnome.org>
Date:   Mon Nov 8 22:14:30 2004 +0000

    Update Czech translation again...

 po/cs.po |   22 +++++++++++++++-------
 1 files changed, 15 insertions(+), 7 deletions(-)

commit 5c6950bd5fef974947053cf4ea7e6d8ed3c30f4c
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Mon Nov 8 22:12:46 2004 +0000

    - The plural of Publisher is Publishers
    
    * xslt/gettext/l10n.xml.in:
    - The plural of Publisher is Publishers

 ChangeLog                |    5 +++++
 xslt/gettext/l10n.xml.in |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

commit b4457a7540465ff9b341f3eb0c11908a2713ec8b
Author: Miloslav Trmac <mitr@volny.cz>
Date:   Mon Nov 8 22:12:37 2004 +0000

    Updated Czech translation.
    
    2004-11-08  Miloslav Trmac  <mitr@volny.cz>
    
            * cs.po: Updated Czech translation.

 po/ChangeLog |    4 ++
 po/cs.po     |  158 +++++++++++++++++++++++++---------------------------------
 2 files changed, 72 insertions(+), 90 deletions(-)

commit 97f230086c88aeb3a09f6ad89f0b4f9565a14a0b
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Mon Nov 8 21:59:30 2004 +0000

    - Just using numbers for forms - Added plural form for cs
    
    * xslt/gettext/gettext.xsl:
    * xslt/gettext/l10n.xml.in:
    - Just using numbers for forms
    - Added plural form for cs

 ChangeLog                |    7 +++++++
 xslt/gettext/gettext.xsl |   26 +++++++++++++++++++++++---
 xslt/gettext/l10n.xml.in |   24 ++++++++++++------------
 3 files changed, 42 insertions(+), 15 deletions(-)

commit 4297af06794281d880781ad9f165eb0bb921b693
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Mon Nov 8 21:11:27 2004 +0000

    - More translation instructions
    
    * doc/xslt/C/translating.xml:
    - More translation instructions
    
    * xslt/docbook/html/db2html-info.xsl:
    * xslt/gettext/l10n.xml.in:
    - Using the new pluralization stuff

 ChangeLog                          |    9 +
 doc/xslt/C/translating.xml         |   91 +++++++---
 xslt/docbook/html/db2html-info.xsl |   30 ++--
 xslt/gettext/l10n.xml.in           |  360 +++++++++++++++++-------------------
 4 files changed, 261 insertions(+), 229 deletions(-)

commit 71b4b6973fe8a9b16b66b78a25debd83bc36b36b
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Mon Nov 8 03:52:26 2004 +0000

    - srcdir fixes
    
    * gnome-doc-utils.make:
    * xslt/docbook/omf/db2omf.xsl:
    * xslt/gettext/Makefile.am:
    - srcdir fixes

 ChangeLog                   |    7 ++
 gnome-doc-utils.make        |   12 ++--
 xslt/docbook/omf/db2omf.xsl |  128 +++++++++++++++++++++++-------------------
 xslt/gettext/Makefile.am    |    2 +-
 4 files changed, 84 insertions(+), 65 deletions(-)

commit 5d67f885be83cd2e6bd23a3e8e1b1faaa7515e77
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Sun Oct 31 21:05:31 2004 +0000

    - Changes to pass distcheck
    
    * Makefile.am:
    * gnome-doc-utils.make:
    * doc/gnome-doc-make/Makefile.am:
    * xml2po/Makefile.am:
    - Changes to pass distcheck

 ChangeLog                      |    8 ++++
 Makefile.am                    |    6 +++
 doc/gnome-doc-make/Makefile.am |    3 +-
 gnome-doc-utils.make           |   70 +++++++++++++++++++++++++++------------
 xml2po/Makefile.am             |    3 +-
 5 files changed, 65 insertions(+), 25 deletions(-)

commit 572092d64d5ba329457fe1d761efb018095a902e
Author: Vincent van Adrighem <adrighem@gnome.org>
Date:   Sun Oct 31 13:48:15 2004 +0000

    Translation updated by Taco Witte.
    
    2004-10-31  Vincent van Adrighem  <adrighem@gnome.org>
    
    	* nl.po: Translation updated by Taco Witte.

 po/ChangeLog |    4 +
 po/nl.po     |  301 ++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 173 insertions(+), 132 deletions(-)

commit d3beac1c2c04febde6522971a0899769b6996fc5
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Sat Oct 30 19:15:39 2004 +0000

    - Hooked more xml2po up, though it doesn't work - Rearranged some stuff
    
    * gnome-doc-utils.make:
    * doc/xslt/Makefile.am:
    - Hooked more xml2po up, though it doesn't work
    - Rearranged some stuff for nicer documentation
    
    * doc/gnome-doc-make/Makefile.am:
    * xml2po/Makefile.am:
    - Build root fixes
    
    * doc/gnome-doc-make/gnome-doc-make.awk:
    - Put an id on the section
    
    * doc/xslt/C/gnome-doc-xslt.xml:
    - Include db-format.xml
    
    * xslt/docbook/common/db-format.xml.in:
    - Put a title in the section
    
    * xslt/docbook/html/db2html-admon.xsl:
    - Float fixes on admonition graphics
    
    * xslt/docbook/omf/db2omf.xsl:
    - Get the identifier right
    
    * xslt/gettext/gettext.xsl:
    - Documentation fix

 ChangeLog                             |   29 +++++++++
 doc/gnome-doc-make/Makefile.am        |    3 +-
 doc/gnome-doc-make/gnome-doc-make.awk |    2 +-
 doc/xslt/C/gnome-doc-xslt.xml         |    1 +
 doc/xslt/Makefile.am                  |    2 +-
 gnome-doc-utils.make                  |  104 ++++++++++++++++++---------------
 xml2po/Makefile.am                    |    2 +-
 xslt/docbook/common/db-format.xml.in  |    3 +
 xslt/docbook/html/db2html-admon.xsl   |    4 +-
 xslt/docbook/omf/db2omf.xsl           |    2 +
 xslt/gettext/gettext.xsl              |    2 +-
 11 files changed, 100 insertions(+), 54 deletions(-)

commit dace1a459b55d211b9f470e3d06307daa5dd6a16
Author: Miloslav Trmac <mitr@volny.cz>
Date:   Fri Oct 29 08:50:31 2004 +0000

    Updated Czech translation.
    
    2004-10-29  Miloslav Trmac  <mitr@volny.cz>
    
    	* cs.po: Updated Czech translation.

 po/ChangeLog |    4 ++++
 po/cs.po     |   29 +++++++++++++++++------------
 2 files changed, 21 insertions(+), 12 deletions(-)

commit 139a8f70962aeb8e0c9a0fe097ed7f27caae16d7
Author: Adam Weinberger <adamw@src.gnome.org>
Date:   Thu Oct 28 19:41:49 2004 +0000

    Updated Canadian English translation.
    
    
    	* en_CA.po: Updated Canadian English translation.

 po/ChangeLog |    4 ++++
 po/en_CA.po  |   29 +++++++++++++++++------------
 2 files changed, 21 insertions(+), 12 deletions(-)

commit 1ef5acb6309ecd07866b3380f66b476926f3590d
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Thu Oct 28 15:07:34 2004 +0000

    - Example label formatter - Stylistic improvements
    
    * test/testdocs/db2html.xsl:
    * xslt/docbook/common/db-format.xml.in:
    * xslt/docbook/common/db-label.xsl:
    * xslt/docbook/html/db2html-admon.xsl:
    * xslt/docbook/html/db2html-block.xsl:
    * xslt/docbook/html/db2html-css.xsl:
    * xslt/docbook/html/db2html-qanda.xsl:
    * xslt/docbook/html/db2html-table.xsl:
    * xslt/docbook/html/db2html-title.xsl:
    - Example label formatter
    - Stylistic improvements
    
    * xslt/gettext/gettext.xsl:
    - Fixed typo

 ChangeLog                            |   17 +++++++++++
 test/testdocs/db2html.xsl            |   18 +-----------
 xslt/docbook/common/db-format.xml.in |   52 ++++++++++++++++++++++++++++++++++
 xslt/docbook/common/db-label.xsl     |   25 +++++++++++++++-
 xslt/docbook/html/db2html-admon.xsl  |    4 +-
 xslt/docbook/html/db2html-block.xsl  |   22 +++++++++++---
 xslt/docbook/html/db2html-css.xsl    |    1 +
 xslt/docbook/html/db2html-qanda.xsl  |   34 +++++++++++++++++++++-
 xslt/docbook/html/db2html-table.xsl  |    2 +-
 xslt/docbook/html/db2html-title.xsl  |   10 +++---
 xslt/gettext/gettext.xsl             |    3 +-
 11 files changed, 154 insertions(+), 34 deletions(-)

commit f72be0cf6aaf6024661a68420bb40862be31eede
Author: Adam Weinberger <adamw@src.gnome.org>
Date:   Thu Oct 21 19:40:38 2004 +0000

    Updated Canadian English translation.
    
    
    	* en_CA.po: Updated Canadian English translation.

 po/ChangeLog |    4 +
 po/en_CA.po  |  201 ++++++++++++++++++++--------------------------------------
 2 files changed, 73 insertions(+), 132 deletions(-)

commit 82743b21ba0b2442211ceab2ee214e15ac2959d7
Author: Miloslav Trmac <mitr@volny.cz>
Date:   Thu Oct 21 14:51:59 2004 +0000

    Updated Czech translation.
    
    2004-10-21  Miloslav Trmac  <mitr@volny.cz>
    
    	* cs.po: Updated Czech translation.

 po/ChangeLog |    4 +
 po/cs.po     |  201 ++++++++++++++++++++--------------------------------------
 2 files changed, 73 insertions(+), 132 deletions(-)

commit 523c518bf7ca77b29c76ebc82ac8877005799265
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Thu Oct 21 06:25:27 2004 +0000

    - Stub for documentation for translators
    
    * doc/xslt/Makefile.am:
    * doc/xslt/C/gnome-doc-xslt.xml:
    * doc/xslt/C/translating.xml:
    - Stub for documentation for translators
    
    * xslt/docbook/common/db-format.xml.in:
    * xslt/gettext/format2xsl.xsl:
    * xslt/gettext/gettext.xsl:
    * xslt/gettext/l10n.xml.in:
    - Massively improved translation mechanisms, almost finished

 ChangeLog                            |   13 +
 doc/xslt/C/gnome-doc-xslt.xml        |    3 +-
 doc/xslt/C/translating.xml           |   36 ++
 doc/xslt/Makefile.am                 |    2 +-
 xslt/docbook/common/db-format.xml.in |   68 ++++
 xslt/gettext/format2xsl.xsl          |  214 ++----------
 xslt/gettext/gettext.xsl             |  614 ++++++++++++++++++++++++++++------
 xslt/gettext/l10n.xml.in             |   94 +-----
 8 files changed, 667 insertions(+), 377 deletions(-)

commit ae3d9105e97e081d0dc3842f6e9276d17d760ebf
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Wed Oct 20 10:38:20 2004 +0000

    - Stylistic improvements
    
    * xslt/docbook/html/db2html-admon.xsl:
    * xslt/docbook/html/db2html-block.xsl:
    * xslt/docbook/html/db2html-callout.xsl:
    * xslt/docbook/html/db2html-css.xsl:
    * xslt/docbook/html/db2html-list.xsl:
    * xslt/docbook/html/db2html-table.xsl:
    * xslt/docbook/html/db2html-title.xsl:
    - Stylistic improvements

 ChangeLog                             |   11 +++++++++
 xslt/docbook/html/db2html-admon.xsl   |    2 +-
 xslt/docbook/html/db2html-block.xsl   |   38 +++++++++++++++++++++-----------
 xslt/docbook/html/db2html-callout.xsl |    8 +++---
 xslt/docbook/html/db2html-css.xsl     |    3 ++
 xslt/docbook/html/db2html-list.xsl    |   14 ++++++------
 xslt/docbook/html/db2html-table.xsl   |    8 +++---
 xslt/docbook/html/db2html-title.xsl   |    2 +-
 8 files changed, 56 insertions(+), 30 deletions(-)

commit d5aaadaab0e328d33b551664b37f63e41a6d824a
Author: David Lodge <dave@cirt.net>
Date:   Tue Oct 19 19:04:42 2004 +0000

    Updated British English translation.
    
    2004-10-19  David Lodge <dave@cirt.net>
    
            * en_GB.po: Updated British English translation.

 po/ChangeLog |    4 ++++
 po/en_GB.po  |   47 +++++++++++++++++++++++++++++++++++++++++------
 2 files changed, 45 insertions(+), 6 deletions(-)

commit 572a0896ced93e090c34bf3f521d46f85fff823b
Author: Adam Weinberger <adamw@src.gnome.org>
Date:   Tue Oct 19 14:57:20 2004 +0000

    Updated Canadian English translation.
    
    
    	* en_CA.po: Updated Canadian English translation.

 po/ChangeLog |    4 ++++
 po/en_CA.po  |   47 +++++++++++++++++++++++++++++++++++++++++------
 2 files changed, 45 insertions(+), 6 deletions(-)

commit 228271ab10668793fdf3ce1f8015384e108a4338
Author: Miloslav Trmac <mitr@volny.cz>
Date:   Tue Oct 19 13:26:28 2004 +0000

    Updated Czech translation.
    
    2004-10-19  Miloslav Trmac  <mitr@volny.cz>
    
    	* cs.po: Updated Czech translation.

 po/ChangeLog |    4 ++++
 po/cs.po     |   47 +++++++++++++++++++++++++++++++++++++++++------
 2 files changed, 45 insertions(+), 6 deletions(-)

commit 82739df72e203bc26dd07c67172c5fc603c6b960
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Tue Oct 19 03:42:00 2004 +0000

    - Implemented some number formatters - Implemented citetitle as a format
    
    * xslt/docbook/common/db-format.xml.in:
    * xslt/docbook/common/db-label.xsl:
    * xslt/docbook/common/db-xref.xsl:
    * xslt/docbook/html/db2html-inline.xsl:
    * xslt/docbook/html/db2html-title.xsl:
    - Implemented some number formatters
    - Implemented citetitle as a format template
    
    * xslt/docbook/html/db2html-admon.xsl:
    * xslt/docbook/html/db2html-css.xsl:
    - Some CSS stuff
    
    * xslt/docbook/html/db2html-block.xsl:
    - Implemented literallayout
    
    * xslt/docbook/html/db2html-table.xsl:
    - Default to vertical-align: top
    
    * xslt/gettext/format2xsl.xsl:
    - Got the role stuff working right

 ChangeLog                            |   23 +++
 xslt/docbook/common/db-format.xml.in |  351 +++++++++++++++++++++++++++++++++-
 xslt/docbook/common/db-label.xsl     |  125 +++++--------
 xslt/docbook/common/db-xref.xsl      |   54 +-----
 xslt/docbook/html/db2html-admon.xsl  |   21 ++-
 xslt/docbook/html/db2html-block.xsl  |    7 +
 xslt/docbook/html/db2html-css.xsl    |    2 +
 xslt/docbook/html/db2html-inline.xsl |    7 +
 xslt/docbook/html/db2html-table.xsl  |    3 +
 xslt/docbook/html/db2html-title.xsl  |    1 +
 xslt/gettext/format2xsl.xsl          |   92 ++++++---
 11 files changed, 523 insertions(+), 163 deletions(-)

commit 0702b8bbf6b808a5fe5a9352fe33d616972459a2
Author: Miloslav Trmac <mitr@volny.cz>
Date:   Mon Oct 18 09:51:51 2004 +0000

    Updated Czech translation.
    
    2004-10-18  Miloslav Trmac  <mitr@volny.cz>
    
    	* cs.po: Updated Czech translation.

 po/ChangeLog |    4 ++++
 po/cs.po     |   33 +++++++++++++++++++--------------
 2 files changed, 23 insertions(+), 14 deletions(-)

commit 5f822b3c1f5f322fd77cab23c86c54b40a817fb0
Author: Adam Weinberger <adamw@src.gnome.org>
Date:   Sun Oct 17 19:01:19 2004 +0000

    Updated Canadian English translation.
    
    
    	* en_CA.po: Updated Canadian English translation.

 po/ChangeLog |    4 ++++
 po/en_CA.po  |   36 +++++++++++++++++++++---------------
 2 files changed, 25 insertions(+), 15 deletions(-)

commit 791feca87d859c6daac6e4be8b00d2f47f8a8631
Author: David Lodge <dave@cirt.net>
Date:   Sun Oct 17 13:54:21 2004 +0000

    Updated British English translation.
    
    2004-10-17  David Lodge <dave@cirt.net>
    
            * en_GB.po: Updated British English translation.

 po/ChangeLog |    4 ++++
 po/en_GB.po  |   36 ++++++++++++++++++++++--------------
 2 files changed, 26 insertions(+), 14 deletions(-)

commit 0a0d6d0604557887a1e48704de590555a89ed42c
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Fri Oct 15 21:18:28 2004 +0000

    - More flexible role system in format2xsl - Added some more labels
    
    * xslt/docbook/common/db-format.xml.in:
    * xslt/docbook/common/db-label.xsl:
    * xslt/gettext/format2xsl.xsl:
    - More flexible role system in format2xsl
    - Added some more labels
    
    * xslt/docbook/html/db2html-block.xsl:
    * xslt/docbook/html/db2html-css.xsl:
    * xslt/docbook/html/db2html-division.xsl:
    * xslt/docbook/html/db2html-inline.xsl:
    - Added figure and glossary & friends
    
    * xslt/docbook/html/db2html-list.xsl:
    - Fixed up variablelist a bit
    
    * xslt/docbook/html/db2html-table.xsl:
    - Added some table CSS
    
    * xslt/docbook/html/db2html-title.xsl:
    - Some title work

 ChangeLog                              |   23 ++++
 xslt/docbook/common/db-format.xml.in   |  121 +++++++++++++++++++++--
 xslt/docbook/common/db-label.xsl       |   54 +++++++++-
 xslt/docbook/html/db2html-block.xsl    |   51 ++++++++++
 xslt/docbook/html/db2html-css.xsl      |   27 +----
 xslt/docbook/html/db2html-division.xsl |   33 ++++++
 xslt/docbook/html/db2html-inline.xsl   |    5 +
 xslt/docbook/html/db2html-list.xsl     |   24 ++--
 xslt/docbook/html/db2html-table.xsl    |   66 ++++++++++++
 xslt/docbook/html/db2html-title.xsl    |  173 ++++++++++++++++----------------
 xslt/gettext/format2xsl.xsl            |  147 ++++++++++++++++++++-------
 11 files changed, 557 insertions(+), 167 deletions(-)

commit 213bb7a761578d72270ac991a54803a45332b918
Author: Danilo Šegan <dsegan@gmx.net>
Date:   Sat Oct 9 16:00:26 2004 +0000

    Add 'classsynopsisinfo', 'funcsynopsisinfo', 'synopsis', as per DocBook
    
    2004-10-09  Danilo Šegan  <dsegan@gmx.net>
    
    	* modes/docbook.py (docbookXmlMode.getSpacePreserveTags): Add
    	'classsynopsisinfo', 'funcsynopsisinfo', 'synopsis', as per
    	DocBook Definitive Guide.

 xml2po/ChangeLog        |    6 ++++++
 xml2po/modes/docbook.py |   11 ++++++++++-
 2 files changed, 16 insertions(+), 1 deletions(-)

commit 777c9745c145fa4314b0a1f6e008024234680945
Author: Vincent van Adrighem <adrighem@gnome.org>
Date:   Fri Oct 8 23:22:31 2004 +0000

    Translation updated by Taco Witte.
    
    2004-10-09  Vincent van Adrighem  <adrighem@gnome.org>
    
    	* nl.po: Translation updated by Taco Witte.

 po/ChangeLog |    4 ++++
 po/nl.po     |   25 ++++++++++++++++---------
 2 files changed, 20 insertions(+), 9 deletions(-)

commit 99ea0e13097bdecb1584b713782391d4d90cde3b
Author: Hendrik Brandt <hebra@cvs.gnome.org>
Date:   Fri Oct 8 12:21:22 2004 +0000

    Added "de" (German) to ALL_LINGUAS. Added German (de) translation.
    
    2004-10-08  Hendrik Brandt  <hebra@cvs.gnome.org>
    
            * configure.in: Added "de" (German) to ALL_LINGUAS.
    	* po/de.po: Added German (de) translation.

 ChangeLog    |    4 +
 configure.in |    2 +-
 po/ChangeLog |    4 +
 po/de.po     |  319 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 328 insertions(+), 1 deletions(-)

commit 7f116d495876e6a51eee96398d0d9e7aa51a9f53
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Tue Oct 5 22:45:54 2004 +0000

    - Changes required to pass 'make check'
    
    * doc/gnome-doc-make/C/gnome-doc-make.xml:
    * doc/xslt/C/gnome-doc-xslt.xml:
    * xslt/docbook/omf/db2omf.xsl:
    * xslt/xsldoc/xsldoc.xsl:
    - Changes required to pass 'make check'

 ChangeLog                               |    8 +++
 doc/gnome-doc-make/C/gnome-doc-make.xml |    8 ++--
 doc/xslt/C/gnome-doc-xslt.xml           |    6 ++-
 xslt/docbook/omf/db2omf.xsl             |   16 +++---
 xslt/xsldoc/xsldoc.xsl                  |   91 ++++++++++++++++++++++++++++++-
 5 files changed, 114 insertions(+), 15 deletions(-)

commit 940a1fabe5049419069954f8578023a818bc2cd5
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Tue Oct 5 21:51:52 2004 +0000

    - Some automatic .cvsignore file updating
    
    * gnome-doc-utils.make:
    * doc/xslt/.cvsignore:
    * doc/xslt/C/.cvsignore:
    * doc/xslt/sr/.cvsignore:
    - Some automatic .cvsignore file updating

 ChangeLog              |    8 +++++
 doc/xslt/.cvsignore    |    4 +-
 doc/xslt/C/.cvsignore  |   14 ++++-----
 doc/xslt/sr/.cvsignore |   32 ++++++++++++++++++++++
 gnome-doc-utils.make   |   69 ++++++++++++++++++++++++++++++++++++++++++++---
 5 files changed, 112 insertions(+), 15 deletions(-)

commit 2b7bbc13d582ae7590620a378550cf49b67e600b
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Tue Oct 5 20:16:52 2004 +0000

    - Set PYTHONPATH for the bootstrapped xml2po
    
    * bootstrap.make:
    - Set PYTHONPATH for the bootstrapped xml2po
    
    * gnome-doc-utils.make:
    - Change the name of po files to $(lc)/$(lc).po

 ChangeLog            |    8 ++++++++
 bootstrap.make       |    2 +-
 gnome-doc-utils.make |    2 +-
 3 files changed, 10 insertions(+), 2 deletions(-)

commit 37953cab8839283ceb654d72e0eee7368d75c15a
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Tue Oct 5 02:37:36 2004 +0000

    - 'grep -m' is a GNUism. Pipe through head instead.
    
    * gnome-doc-utils.make:
    - 'grep -m' is a GNUism.  Pipe through head instead.

 ChangeLog            |    5 +++++
 gnome-doc-utils.make |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

commit 4507069c9ea0c83983539881265884a209c025fd
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Tue Oct 5 02:33:39 2004 +0000

    - More work on db2omf, 'make check-omf' now passes
    
    * gnome-doc-utils.make:
    * xslt/docbook/omf/db2omf.xsl:
    - More work on db2omf, 'make check-omf' now passes

 ChangeLog                   |    6 +
 gnome-doc-utils.make        |   10 ++-
 xslt/docbook/omf/db2omf.xsl |  222 +++++++++++++++++++++++++++++++------------
 3 files changed, 173 insertions(+), 65 deletions(-)

commit 99761a7ba02aa1ae263876845d843fd1edbd2f84
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Tue Oct 5 01:20:43 2004 +0000

    - Prevent the need to rebuild translated docs in the tarball
    
    * configure.in:
    * xslt/docbook/common/Makefile.am:
    * xslt/gettext/Makefile.am:
    - Prevent the need to rebuild translated docs in the tarball

 ChangeLog                       |    7 +++++++
 configure.in                    |    5 +++++
 xslt/docbook/common/Makefile.am |    7 ++++++-
 xslt/gettext/Makefile.am        |    8 ++++++--
 4 files changed, 24 insertions(+), 3 deletions(-)

commit 82ad7ea79bf2d39727fd6a0fa501db0f1ce5275f
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Mon Oct 4 22:43:20 2004 +0000

    - Build xml2po with gnome-doc-utils
    
    * Makefile.am:
    * bootstrap.make:
    * configure.in:
    * gnome-doc-utils.make:
    * xml2po/Makefile.am:
    - Build xml2po with gnome-doc-utils

 ChangeLog            |    9 +++++++++
 Makefile.am          |    7 +++++--
 bootstrap.make       |    2 ++
 configure.in         |   11 +++++++----
 gnome-doc-utils.make |    6 +++---
 xml2po/Makefile.am   |    2 +-
 6 files changed, 27 insertions(+), 10 deletions(-)

commit 8f8dd747a27559a50ef8bc14940caf90ee1f6abd
Author: Danilo Šegan <danilo@src.gnome.org>
Date:   Tue Sep 28 16:51:27 2004 +0000

    Fixed misc bugs reported by Shaun.

 xml2po/ChangeLog |    6 ++++++
 xml2po/xml2po.py |    4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

commit e343ac86a2f3f7274d96b59a3502d879f8f504c0
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Mon Sep 27 05:41:34 2004 +0000

    - Fix problem when creating language directories
    
    * gnome-doc-utils.make:
    - Fix problem when creating language directories

 ChangeLog            |    5 +++++
 gnome-doc-utils.make |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

commit fc35c9686d37397c2783f5a148ac995b9fb8ceb4
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Sun Sep 26 21:11:22 2004 +0000

    - Don't xml2po DOC_ENTITIES - Hooked up check-omf
    
    * gnome-doc-utils.make:
    - Don't xml2po DOC_ENTITIES
    - Hooked up check-omf
    
    * doc/gnome-doc-make/C/gnome-doc-make.xml:
    * doc/xslt/C/gnome-doc-xslt.xml:
    * xslt/xsldoc/xsldoc.xsl:
    - Put xmlns on include elements, so --postvalid passes
    
    * xslt/docbook/omf/db2omf.xsl:
    - Implemented more db2omf stuff

 ChangeLog                               |   14 +++
 doc/gnome-doc-make/C/gnome-doc-make.xml |    9 +-
 doc/xslt/C/gnome-doc-xslt.xml           |   23 +++---
 gnome-doc-utils.make                    |   43 +++++----
 xslt/docbook/omf/db2omf.xsl             |  146 ++++++++++++++++++++++--------
 xslt/xsldoc/xsldoc.xsl                  |    8 +--
 6 files changed, 162 insertions(+), 81 deletions(-)

commit b7ef4c6aaa89aa3a69f030b204636bd75ecf3d42
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Sun Sep 26 16:47:53 2004 +0000

    - Fix the xml2po syncing
    
    * gnome-doc-utils.make:
    - Fix the xml2po syncing

 ChangeLog            |    5 +++++
 gnome-doc-utils.make |    6 ++----
 2 files changed, 7 insertions(+), 4 deletions(-)

commit 10e3fb4af1959c1740cf89a3c94a100e519ee293
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Sat Sep 25 21:30:33 2004 +0000

    - Honor DESTDIR (#153728) and call scrollkeeper-update in install-omf
    
    * gnome-doc-utils.make:
    - Honor DESTDIR (#153728) and call scrollkeeper-update in install-omf

 ChangeLog            |    5 +++++
 gnome-doc-utils.make |   18 +++++++++---------
 2 files changed, 14 insertions(+), 9 deletions(-)

commit 9c4fe05f2c339fe824093be1eb77fbec5a8f6400
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Sat Sep 25 14:36:00 2004 +0000

    - Added -f to clean-doc-header's rm
    
    * gnome-doc-utils.make:
    - Added -f to clean-doc-header's rm
    
    * doc/gnome-doc-make/C/gnome-doc-make.xml:
    - Fixed typo

 ChangeLog                               |    8 ++++++++
 doc/gnome-doc-make/C/gnome-doc-make.xml |    2 +-
 gnome-doc-utils.make                    |    2 +-
 3 files changed, 10 insertions(+), 2 deletions(-)

commit 6a825f9918bc4955fd320bd09a5900aaa2a785e4
Author: Danilo Šegan <danilo@src.gnome.org>
Date:   Fri Sep 24 23:52:31 2004 +0000

    Add "-e" option to do .replaceEntities(1).

 xml2po/ChangeLog |    4 ++++
 xml2po/xml2po.py |   16 ++++++++++++----
 2 files changed, 16 insertions(+), 4 deletions(-)

commit bfdccc3ce446a0a28fb9da734e0f216cf3a5ba7c
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Wed Sep 22 20:12:52 2004 +0000

    - Dist targets are working now
    
    * gnome-doc-utils.make:
    - Dist targets are working now
    
    * xslt/docbook/common/db-common.xsl:
    - Removed db.xref.target; duplicate in db-xref.xsl

 ChangeLog                         |    8 ++++++++
 gnome-doc-utils.make              |   31 +++++++++++++------------------
 xslt/docbook/common/db-common.xsl |   37 -------------------------------------
 3 files changed, 21 insertions(+), 55 deletions(-)

commit 14f8d7dd98a2c63dfdbc84c9966e6d05d8eeb0db
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Tue Sep 21 17:17:08 2004 +0000

    - Require Makefile.am to do 'dist-hook: doc-dist-hook' - Removed
    
    * Makefile.am:
    * gnome-doc-utils.m4:
    * gnome-doc-utils.make:
    * doc/gnome-doc-make/Makefile.am:
    * doc/xslt/Makefile.am:
    - Require Makefile.am to do 'dist-hook: doc-dist-hook'
    - Removed GNOME_DOC_RULE, wasn't really very useful

 ChangeLog                      |   10 ++++++++++
 Makefile.am                    |    3 ++-
 doc/gnome-doc-make/Makefile.am |    4 ++--
 doc/xslt/Makefile.am           |    4 ++--
 gnome-doc-utils.m4             |    3 ---
 gnome-doc-utils.make           |   12 +++++-------
 6 files changed, 21 insertions(+), 15 deletions(-)

commit 1addf669d45db8f52a4f1fa94414a2a647bc5192
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Tue Sep 21 05:50:22 2004 +0000

    - Do the dist checks in the target reqs, also s/disc/dist/
    
    * gnome-doc-utils.make:
    - Do the dist checks in the target reqs, also s/disc/dist/

 ChangeLog            |    5 +++++
 gnome-doc-utils.make |   13 +++++--------
 2 files changed, 10 insertions(+), 8 deletions(-)

commit ae98894c63df3da73a5f8dd8e8470c758dcc53f4
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Tue Sep 21 03:29:09 2004 +0000

    - Hooked up --enable-build-utils
    
    * Makefile.am:
    * configure.in:
    * gnome-doc-utils.m4:
    - Hooked up --enable-build-utils

 ChangeLog          |    7 +++++++
 Makefile.am        |    6 ++++--
 configure.in       |   12 ++++++++++++
 gnome-doc-utils.m4 |   24 ++++++++++++------------
 4 files changed, 35 insertions(+), 14 deletions(-)

commit 213670b80814bd5c68b6c1070b19920dd758db17
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Mon Sep 20 07:54:30 2004 +0000

    - Initial hooks for xml2po magic - Set up a (non-working) dist-hook, since
    
    * gnome-doc-utils.make:
    - Initial hooks for xml2po magic
    - Set up a (non-working) dist-hook, since EXTRA_DIST can't do subdirs

 ChangeLog            |    6 +++++
 gnome-doc-utils.make |   61 +++++++++++++++++++++++++++++++++++++++----------
 2 files changed, 54 insertions(+), 13 deletions(-)

commit 80c469d8ba4f1b9d3e23cf30928b26b2c68d8927
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Mon Sep 20 03:24:01 2004 +0000

    - Added gnome-doc-utils.h
    
    * .cvsignore:
    - Added gnome-doc-utils.h
    
    * gnome-doc-utils.make:
    - Gorgeous bit of awk from jpetersen to remove sans-email credit entries
      for which a with-email credit entry exists with the same name

 .cvsignore                              |    1 +
 ChangeLog                               |    9 +++++++++
 doc/gnome-doc-make/C/gnome-doc-make.xml |    1 +
 doc/xslt/C/gnome-doc-xslt.xml           |    1 +
 gnome-doc-utils.make                    |    1 +
 5 files changed, 13 insertions(+), 0 deletions(-)

commit 62117ef5e588ec00305f26f74adc6abd7594fcc6
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Sun Sep 19 22:48:17 2004 +0000

    - Robustified changes to clean and install
    
    * gnome-doc-utils.make:
    - Robustified changes to clean and install

 ChangeLog            |    5 +++
 gnome-doc-utils.make |   70 +++++++++++++++++++++++++++++++++++++-------------
 2 files changed, 57 insertions(+), 18 deletions(-)

commit 7287ab78764927acc0be09eb2cb5ef64346914ab
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Sun Sep 19 20:30:40 2004 +0000

    - Require the doc files, instead of the directories. I just couldn't make
    
    * Makefile.am:
    * gnome-doc-utils.make:
    - Require the doc files, instead of the directories.
      I just couldn't make that bit of magic work.

 ChangeLog            |    7 +++++
 Makefile.am          |    2 +-
 gnome-doc-utils.make |   69 +++++++++++++++++++++----------------------------
 3 files changed, 38 insertions(+), 40 deletions(-)

commit b2c8fde1cf96ea419dd66c9b88001baeeef51f53
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Sun Sep 19 20:10:42 2004 +0000

    - Put in some definition checks - Disabled the header file rule until I
    
    * gnome-doc-utils.make:
    - Put in some definition checks
    - Disabled the header file rule until I can make it work
    
    * xslt/docbook/utils/credits.xsl:
    - Removed the test text I put into names

 ChangeLog                      |    9 +++
 gnome-doc-utils.make           |  124 ++++++++++++++++------------------------
 xslt/docbook/utils/credits.xsl |    1 -
 3 files changed, 59 insertions(+), 75 deletions(-)

commit dcde4bdfa7fb5f1efaa7848c7a5f0feaf033e904
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Sat Sep 18 20:02:44 2004 +0000

    *//.cvsignore - Updating some .cvsignore files
    
    * *//.cvsignore
    - Updating some .cvsignore files
    
    * test/testdocs/classsynopsis.x001.xml:
    - Small adjustment to the classsynopsis test
    
    * xslt/docbook/html/db2html-classsynopsis.xsl:
    - Adjusted methodparam code
    
    * xslt/docbook/html/db2html-table.xsl:
    - Adjusted table handling

 ChangeLog                                   |   14 +++++++++++
 doc/gnome-doc-make/.cvsignore               |    3 ++
 doc/gnome-doc-make/C/.cvsignore             |    1 +
 doc/xslt/.cvsignore                         |    2 +
 doc/xslt/C/.cvsignore                       |    5 ++++
 test/testdocs/classsynopsis.x001.xml        |    5 ----
 xslt/docbook/common/.cvsignore              |    2 +
 xslt/docbook/html/db2html-classsynopsis.xsl |   34 ++++++++++++++++++--------
 xslt/docbook/html/db2html-table.xsl         |   14 +++++++++-
 xslt/docbook/utils/.cvsignore               |    2 +
 10 files changed, 64 insertions(+), 18 deletions(-)

commit 0ff7fa77140f6eb3f19f640945cb42386c16143b
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Sat Sep 18 18:27:47 2004 +0000

    - Fixed build problem
    
    * configure.in:
    - Fixed build problem

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

commit d879cd3f7b58f4a61829cb8773033ef79ffd6e2b
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Fri Sep 17 23:00:16 2004 +0000

    xslt/docbook/utils/credits.xsl
    
    * Makefile.am:
    * bootstrap.make:
    * configure.in:
    * gnome-doc-utils.make:
    * xslt/docbook/Makefile.am:
    * xslt/docbook/utils/Makefile.am:
    * xslt/docbook/utils/credits.xsl
    * xslt/docbook/utils/ids.xsl:
    - Implemented the documentation header file thing
    
    * autogen.sh:
    - Requiring automake 1.6
    
    * gnome-doc-utils.pc.in:
    - Somewhat nicer variables
    
    * doc/gnome-doc-make/Makefile.am:
    - Added gnome-dco-make.awk to EXTRA_DIST
    
    * doc/xslt/gnome-doc-xslt.desktop.in:
    - Changed the ID
    
    * test/testdoc1/Makefile.am:
    - Newline
    
    * xslt/docbook/common/Makefile.am:
    * xslt/docbook/html/Makefile.am:
    * xslt/docbook/omf/Makefile.am:
    * xslt/gettext/Makefile.am:
    * xslt/rngdoc/Makefile.am:
    * xslt/xsldoc/Makefile.am:
    - Changed the installation directory
    
    * xslt/gettext/format2xsl.xsl:
    - Quick fixes to how sans-@xml:lang stuff is handled

 ChangeLog                          |   38 +++++++++++++
 Makefile.am                        |    8 ++-
 autogen.sh                         |    2 +-
 bootstrap.make                     |    3 +
 configure.in                       |    2 +
 doc/gnome-doc-make/Makefile.am     |    2 +
 doc/xslt/gnome-doc-xslt.desktop.in |    2 +-
 gnome-doc-utils.make               |  107 +++++++++++++++++++++++++++++-------
 gnome-doc-utils.pc.in              |   14 ++--
 test/testdoc1/Makefile.am          |    2 +-
 xslt/docbook/Makefile.am           |    2 +-
 xslt/docbook/common/Makefile.am    |    2 +-
 xslt/docbook/html/Makefile.am      |    2 +-
 xslt/docbook/omf/Makefile.am       |    2 +-
 xslt/docbook/utils/Makefile.am     |    6 ++
 xslt/docbook/utils/credits.xsl     |   34 +++++++++++
 xslt/docbook/utils/ids.xsl         |   17 ++++++
 xslt/gettext/Makefile.am           |    2 +-
 xslt/gettext/format2xsl.xsl        |    4 +-
 xslt/rngdoc/Makefile.am            |    2 +-
 xslt/xsldoc/Makefile.am            |    2 +-
 21 files changed, 215 insertions(+), 40 deletions(-)

commit 81a43dc2375f52d669f7aa6f77f6d2e656ec67fa
Author: Danilo Šegan <dsegan@gmx.net>
Date:   Thu Sep 16 11:58:16 2004 +0000

    Add 'screen' and 'literallayout'.
    
    2004-09-16  Danilo Šegan  <dsegan@gmx.net>
    
    	* modes/docbook.py (docbookXmlMode.getSpacePreserveTags): Add
    	'screen' and 'literallayout'.
    
    	* xml2po.py (MessageOutput.outputAll): Output "no-wrap" if needed.
    	(MessageOutput.__init__): Add nowrap hash.
    	(MessageOutput.outputMessage): Set nowrap for space-preserving messages.
    
    	* TODO (TODO): More suggestions from Karl.

 xml2po/ChangeLog        |   11 +++++++++++
 xml2po/TODO             |    3 +++
 xml2po/modes/docbook.py |    2 +-
 xml2po/xml2po.py        |    5 +++++
 4 files changed, 20 insertions(+), 1 deletions(-)

commit d2bd3aaf668f61ead52865d64fd903cf1e861916
Author: Danilo Šegan <dsegan@gmx.net>
Date:   Wed Sep 15 17:35:02 2004 +0000

    No, never ends: remove more debuging output.
    
    2004-09-15  Danilo Šegan  <dsegan@gmx.net>
    
    	* xml2po.py (normalizeString): No, never ends: remove more
    	debuging output.

 xml2po/ChangeLog |    5 +++++
 xml2po/xml2po.py |    3 ++-
 2 files changed, 7 insertions(+), 1 deletions(-)

commit 49f8cb93f45043a596ef0cee4c4a680ed1120abf
Author: Danilo Šegan <dsegan@gmx.net>
Date:   Wed Sep 15 09:53:43 2004 +0000

    Uhm, it was Karl Eichwalder who proposed these, not Keld (embarrasment
    
    2004-09-15  Danilo Šegan  <dsegan@gmx.net>
    
    	* TODO (TODO): Uhm, it was Karl Eichwalder who proposed these, not
    	Keld (embarrasment never ends!).
    
    	* xml2po.py: Remove embarrasing debugging printouts.

 xml2po/ChangeLog |    7 +++++++
 xml2po/TODO      |    4 ++--
 xml2po/xml2po.py |    3 +--
 3 files changed, 10 insertions(+), 4 deletions(-)

commit 4c8e227653914a730c16712d7e9b837cb91d2b61
Author: Jordi Mallach <jordim@src.gnome.org>
Date:   Wed Sep 15 08:53:29 2004 +0000

    Added "ca" (Catalan) to ALL_LINGUAS.

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

commit 6b6ecf309d776d775bdceecc2c7c35cc8ff3a302
Author: Jordi Mallach <jordim@src.gnome.org>
Date:   Wed Sep 15 08:51:22 2004 +0000

    Added Catalan translation by Xavier Conde Rueda <xaviconde@eresmas.com>.

 po/ChangeLog |    5 +
 po/ca.po     |  410 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 415 insertions(+), 0 deletions(-)

commit 31083f52c83b44c025cdb8241a0b3621c6a746a6
Author: Danilo Šegan <dsegan@gmx.net>
Date:   Tue Sep 14 18:35:30 2004 +0000

    Fix the crash below: this now reports some errors when messages contain
    
    2004-09-14  Danilo Šegan  <dsegan@gmx.net>
    
    	* xml2po.py (normalizeString): Fix the crash below: this now
    	reports some errors when messages contain entities, and they're
    	not correctly normalized, but at least it doesn't crash (only
    	when used with -k option).
    
    2004-09-14  Danilo Šegan  <dsegan@gmx.net>
    
    	* TODO (TODO): Add some items suggested by Keld.
    
    	* configure.ac: Version up to 1.0.11.
    
    	* xml2po.py (stringForEntity): Use expand_entities variable.
    	Add expand_entities variable and "-k", "--keep-entities" options
    	(this currently crashes with the "Segmentation fault" — need to
    	look into it).

 xml2po/ChangeLog    |   18 ++++++++++++++++++
 xml2po/TODO         |    4 ++++
 xml2po/configure.ac |    2 +-
 xml2po/xml2po.py    |   26 +++++++++++++++++++-------
 4 files changed, 42 insertions(+), 8 deletions(-)

commit 83e040130645880945c4a24529e404457baa076f
Author: Maxim Dziumanenko <mvd@mylinux.com.ua>
Date:   Fri Sep 10 14:33:01 2004 +0000

    Added Ukrainian translation.
    
    2004-09-10  Maxim Dziumanenko <mvd@mylinux.com.ua>
    
    	* Added Ukrainian translation.

 ChangeLog    |    4 +
 configure.in |    2 +-
 po/ChangeLog |    4 +
 po/uk.po     |  314 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 323 insertions(+), 1 deletions(-)

commit 826d06844920bcf5219360f3362dfe3e21065dce
Author: Pablo Saratxaga <pablo@src.gnome.org>
Date:   Thu Sep 9 08:02:24 2004 +0000

    Added Walloon file

 ChangeLog    |    4 +
 configure.in |    2 +-
 po/ChangeLog |    6 +-
 po/wa.po     |  319 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 329 insertions(+), 2 deletions(-)

commit c6b64b0096c207509e02d61bccce95bd437db4c2
Author: David Lodge <dave@cirt.net>
Date:   Wed Sep 8 19:54:48 2004 +0000

    Updated British translation.
    
    2004-09-08  David Lodge <dave@cirt.net>
    
            * en_GB.po: Updated British translation.

 po/ChangeLog |    4 ++++
 po/en_GB.po  |   16 +++++++++-------
 2 files changed, 13 insertions(+), 7 deletions(-)

commit 01b552deb0dd846390bd5305773c2a215f248576
Author: Laurent Dhima <laurenti@alblinux.net>
Date:   Fri Sep 3 16:56:42 2004 +0000

    Updated Albanian translation.
    
    2004-09-03  Laurent Dhima  <laurenti@alblinux.net>
    
    	* sq.po: Updated Albanian translation.

 po/ChangeLog |    4 ++++
 po/sq.po     |   24 +++++++++++++-----------
 2 files changed, 17 insertions(+), 11 deletions(-)

commit d52f81b78acb6d0b55004766697ad0e6f23855ed
Author: Miloslav Trmac <mitr@volny.cz>
Date:   Fri Sep 3 12:23:14 2004 +0000

    Updated Czech translation.
    
    2004-09-03  Miloslav Trmac  <mitr@volny.cz>
    
    	* cs.po: Updated Czech translation.

 po/ChangeLog |    4 ++++
 po/cs.po     |   17 +++++++++++------
 2 files changed, 15 insertions(+), 6 deletions(-)

commit 7fdfff7ff98ea7e75ccdde14ec52e24f4fc2c712
Author: Adam Weinberger <adamw@src.gnome.org>
Date:   Thu Sep 2 03:21:18 2004 +0000

    Updated Canadian English translation.
    
    
    	* en_CA.po: Updated Canadian English translation.

 po/ChangeLog |    4 ++++
 po/en_CA.po  |   17 +++++++++++------
 2 files changed, 15 insertions(+), 6 deletions(-)

commit 57a2459b00df899bdd6d5cabcd4a22e9acd65a1d
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Thu Sep 2 00:06:40 2004 +0000

    - Unbroke some PO files
    
    * po/nl.po:
    * po/pt.po:
    * po/pt_BR.po:
    * po/sq.po:
    * po/sv.po:
    - Unbroke some PO files
    
    * xslt/docbook/common/Makefile.am:
    - Rebuild db-format.xsl when format2xsl.xsl changes
    
    * xslt/docbook/common/db-format.xml.in:
    - Changes according to the new format2xsl work
    
    * xslt/docbook/common/db-label.xsl:
    * xslt/docbook/html/db2html-title.xsl:
    - Make use of the new formatting code for labels
    
    * xslt/docbook/html/report.xslt:
    - Sans the serifs in report.html
    
    * xslt/gettext/format2xsl.xsl:
    - Changes to the file format to support better argument handling
    - Implemented roles for templates
    - Actually got the language code hooked up right

 ChangeLog                            |   27 +++
 po/nl.po                             |    8 +-
 po/pt.po                             |    8 +-
 po/pt_BR.po                          |    8 +-
 po/sq.po                             |    4 +-
 po/sv.po                             |    8 +-
 xslt/docbook/common/Makefile.am      |    2 +-
 xslt/docbook/common/db-format.xml.in |   88 +++++----
 xslt/docbook/common/db-label.xsl     |   51 ++++-
 xslt/docbook/html/db2html-title.xsl  |   29 +---
 xslt/docbook/html/report.xslt        |    1 +
 xslt/gettext/format2xsl.xsl          |  379 ++++++++++++++++++++++++++++------
 12 files changed, 459 insertions(+), 154 deletions(-)

commit 96334cc3bd4d4ca54cf71a0ef093dc4fd0ab4429
Author: Vincent van Adrighem <adrighem@gnome.org>
Date:   Fri Aug 27 23:12:05 2004 +0000

    Translation updated by Elros Cyriatan.
    
    2004-08-28  Vincent van Adrighem  <adrighem@gnome.org>
    
    	* nl.po: Translation updated by Elros Cyriatan.

 po/ChangeLog |    4 ++++
 po/nl.po     |   20 ++++++++++----------
 2 files changed, 14 insertions(+), 10 deletions(-)

commit c05d9d69062175ef184328ca5cd48b4fef4110f7
Author: Francisco Javier F. Serrador <serrador@cvs.gnome.org>
Date:   Sat Aug 21 16:11:23 2004 +0000

    Updated Spanish translation.
    
    2004-08-21  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
    
    	* es.po: Updated Spanish translation.

 po/ChangeLog |    4 ++++
 po/es.po     |   19 +++++++++----------
 2 files changed, 13 insertions(+), 10 deletions(-)

commit 18198206e97f736db52844522c6a0b3f44218b4d
Author: Laurent Dhima <laurenti@alblinux.net>
Date:   Fri Aug 20 16:49:14 2004 +0000

    Updated Albanian translation.
    
    2004-08-20  Laurent Dhima  <laurenti@alblinux.net>
    
    	* sq.po: Updated Albanian translation.

 po/ChangeLog |    4 ++++
 po/sq.po     |    6 ++++--
 2 files changed, 8 insertions(+), 2 deletions(-)

commit 8fc15b212b821b4a6bdf2f52efab9785c0d56a8a
Author: Laurent Dhima <laurenti@alblinux.net>
Date:   Wed Aug 18 10:56:17 2004 +0000

    Updated Albanian translation.
    
    2004-08-18  Laurent Dhima  <laurenti@alblinux.net>
    
    	* sq.po: Updated Albanian translation.

 po/ChangeLog |    4 +++
 po/sq.po     |   73 +--------------------------------------------------------
 2 files changed, 6 insertions(+), 71 deletions(-)

commit 3b3d4ba97cd901a9ad324f46974bc5aec1cbed52
Author: Laszlo Dvornik <dvornik@gnome.hu>
Date:   Tue Aug 17 19:25:41 2004 +0000

    Added hu to ALL_LINGUAS.
    
    2004-08-17  Laszlo Dvornik  <dvornik@gnome.hu>
    
    	* configure.in: Added hu to ALL_LINGUAS.

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

commit f39fb7c90828cd7bbbde67ec006be6a07556b321
Author: Laszlo Dvornik <dvornik@gnome.hu>
Date:   Tue Aug 17 19:25:38 2004 +0000

    Added Hungarian translation by Gabor Kelemen.
    
    2004-08-17  Laszlo Dvornik  <dvornik@gnome.hu>
    
    	* hu.po: Added Hungarian translation by Gabor Kelemen.

 po/ChangeLog |    4 +
 po/hu.po     |  311 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 315 insertions(+), 0 deletions(-)

commit fac0c84803fef9e7388a10629effacebbd84ca70
Author: Vincent van Adrighem <adrighem@gnome.org>
Date:   Tue Aug 17 12:32:11 2004 +0000

    Added nl to ALL_LINGUAS.
    
    2004-08-17  Vincent van Adrighem  <adrighem@gnome.org>
    
    	* configure.in: Added nl to ALL_LINGUAS.

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

commit fbb70501571756273e9ba0588869fbb9785deebb
Author: Vincent van Adrighem <adrighem@gnome.org>
Date:   Tue Aug 17 12:32:09 2004 +0000

    Translation added by Elros Cyriatan.
    
    2004-08-17  Vincent van Adrighem  <adrighem@gnome.org>
    
    	* nl.po: Translation added by Elros Cyriatan.

 po/ChangeLog |    4 +
 po/nl.po     |  313 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 317 insertions(+), 0 deletions(-)

commit c0d608651a7f64fb4165e0d38825dbe47fb7dfa7
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Sun Aug 8 01:38:14 2004 +0000

    Added Portuguese (pt) to ALL_LINGUAS.
    
    2004-08-08  Duarte Loreto <happyguy_pt@hotmail.com>
    
    	* configure.in: Added Portuguese (pt) to ALL_LINGUAS.

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

commit d6d10d409f5745b07e7b292ecd36013bd7679fa9
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Sun Aug 8 01:36:55 2004 +0000

    Added Portuguese translation.
    
    2004-08-08  Duarte Loreto <happyguy_pt@hotmail.com>
    
    	* pt.po: Added Portuguese translation.

 po/ChangeLog |    4 +
 po/pt.po     |  311 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 315 insertions(+), 0 deletions(-)

commit 62e715d033339971f79e643ea700e368c25ca340
Author: Adam Weinberger <adamw@src.gnome.org>
Date:   Wed Aug 4 00:49:52 2004 +0000

    Added en_CA and en_GB to ALL_LINGUAS. Added Canadian English translation.
    
    
    	* configure.in: Added en_CA and en_GB to ALL_LINGUAS.
    	* po/en_CA.po: Added Canadian English translation.

 ChangeLog    |    4 +
 configure.in |    2 +-
 po/ChangeLog |    4 +
 po/en_CA.po  |  311 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 320 insertions(+), 1 deletions(-)

commit 911f28cecde23e05c1b78e55fc2af70162b3dcfc
Author: Laurent Dhima <laurenti@alblinux.net>
Date:   Wed Jul 28 17:57:47 2004 +0000

    Added sq to ALL_LINGUAS.
    
    2004-07-28  Laurent Dhima  <laurenti@alblinux.net>
    
    	* configure.in: Added sq to ALL_LINGUAS.

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

commit a49d3c3b5957d3d87ddc7137c0f274bdf513a9c6
Author: Laurent Dhima <laurenti@alblinux.net>
Date:   Wed Jul 28 17:57:45 2004 +0000

    Added Albanian translation.
    
    2004-07-28  Laurent Dhima  <laurenti@alblinux.net>
    
    	* sq.po: Added Albanian translation.

 po/ChangeLog |    4 +
 po/sq.po     |  382 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 386 insertions(+), 0 deletions(-)

commit a87c4f30de75799367d42527e70ce0771c811b46
Author: David Lodge <dave@cirt.net>
Date:   Mon Jul 26 22:19:40 2004 +0000

    Updated British translation.
    
    2004-07-26  David Lodge <dave@cirt.net>
    
            * en_GB.po: Updated British translation.

 po/ChangeLog |    4 ++++
 po/en_GB.po  |    6 +++---
 2 files changed, 7 insertions(+), 3 deletions(-)

commit 5ecbce484a14286f7ccfb2035dc11bf0c4983766
Author: Estêvão Samuel Procópio <tevaum@src.gnome.org>
Date:   Mon Jul 26 19:59:32 2004 +0000

    Added Brazilian Portuguese translation.

 ChangeLog    |    4 +
 configure.in |    2 +-
 po/ChangeLog |    4 +
 po/pt_BR.po  |  311 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 320 insertions(+), 1 deletions(-)

commit e68f2f11491a88820b72c3db0e93f9fddac0570a
Author: Miloslav Trmac <mitr@volny.cz>
Date:   Sun Jul 25 15:32:29 2004 +0000

    Added cs to ALL_LINGUAS.
    
    2004-07-25  Miloslav Trmac  <mitr@volny.cz>
    
    	* configure.in: Added cs to ALL_LINGUAS.

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

commit 3f99db11c4cb31bce477b491b4af7104913f07d6
Author: Miloslav Trmac <mitr@volny.cz>
Date:   Sun Jul 25 15:32:21 2004 +0000

    Added Czech translation.
    
    2004-07-25  Miloslav Trmac  <mitr@volny.cz>
    
    	* cs.po: Added Czech translation.

 po/ChangeLog |    4 +
 po/cs.po     |  312 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 316 insertions(+), 0 deletions(-)

commit 8ec3a7da991bcc8aa5e1c3d0df415e7746bd49e6
Author: Francisco Javier F. Serrador <serrador@cvs.gnome.org>
Date:   Sun Jul 25 10:48:45 2004 +0000

    Added Spanish translation.
    
    2004-07-25  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
    
    	* es.po: Added Spanish translation.

 ChangeLog    |    4 +
 configure.in |    2 +-
 po/ChangeLog |    4 +
 po/es.po     |  314 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 323 insertions(+), 1 deletions(-)

commit 413c33b124db5ba7ab3bf8b4e3444b9eaecab6fb
Author: David Lodge <dave@cirt.net>
Date:   Sun Jul 25 10:26:58 2004 +0000

    Added British translation.
    
    2004-07-25  David Lodge  <dave@cirt.net>
    
            * en_GB.po: Added British translation.

 po/ChangeLog |    4 +
 po/en_GB.po  |  314 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 318 insertions(+), 0 deletions(-)

commit 0160a74fe7d9a625baa3439bfe75c37ee815e6d9
Author: Christian Rose <menthos@menthos.com>
Date:   Sat Jul 24 18:02:17 2004 +0000

    Added "sv" to ALL_LINGUAS. Added Swedish translation.
    
    2004-07-24  Christian Rose  <menthos@menthos.com>
    
    	* configure.in: Added "sv" to ALL_LINGUAS.
    	* po/sv.po: Added Swedish translation.

 ChangeLog    |    4 +
 configure.in |    2 +-
 po/ChangeLog |    4 +
 po/sv.po     |  762 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 771 insertions(+), 1 deletions(-)

commit af199e7108d3550148a45c8f368e0df0e790923b
Author: Christian Rose <menthos@menthos.com>
Date:   Sat Jul 24 17:47:28 2004 +0000

    More entries. Added more files and comment.
    
    2004-07-24  Christian Rose  <menthos@menthos.com>
    
    	* .cvsignore: More entries.
    	* POTFILES.in: Added more files and comment.

 po/.cvsignore  |   10 ++++++++++
 po/ChangeLog   |    5 +++++
 po/POTFILES.in |    4 ++++
 3 files changed, 19 insertions(+), 0 deletions(-)

commit 473826682ffe0a1f9ba73cc44918321637ebe954
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Thu Jul 22 22:05:41 2004 +0000

    - _DOC_LINGUAS is not DOC_LINGUAS - ($patsubst is not $(patsubst - Sigh
    
    * gnome-doc-utils.make:
    - _DOC_LINGUAS is not DOC_LINGUAS
    - ($patsubst is not $(patsubst
    - Sigh

 ChangeLog            |    7 +++++++
 gnome-doc-utils.make |    6 +++---
 2 files changed, 10 insertions(+), 3 deletions(-)

commit b68d652e69bb6b5cc5bd0648a515e02fe93d030f
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Thu Jul 22 21:58:26 2004 +0000

    - echo is not mkdir
    
    * gnome-doc-utils.make:
    - echo is not mkdir
    
    * xslt/docbook/html/db2html-callout.xsl:
    - Some stylistic stuff

 ChangeLog                             |    8 +++++++
 gnome-doc-utils.make                  |    2 +-
 xslt/docbook/html/db2html-callout.xsl |   38 +++++++++++++++++++++++++++-----
 3 files changed, 41 insertions(+), 7 deletions(-)

commit fe425efa1edebd85e2c1c322bd2479578e29b27f
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Thu Jul 22 19:50:35 2004 +0000

    - s/GNOME-DOC-UTILS/GNOME_DOC_UTILS/
    
    * configure.in:
    - s/GNOME-DOC-UTILS/GNOME_DOC_UTILS/
    
    * gnome-doc-utils.make:
    - Create locale directories if they don't exist

 ChangeLog            |    8 ++++++++
 configure.in         |    2 +-
 gnome-doc-utils.make |    3 +++
 3 files changed, 12 insertions(+), 1 deletions(-)

commit bde11ce30561a2e0818b05169b9e8ca97710caaf
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Mon Jul 19 07:17:24 2004 +0000

    - Added libxslt 1.1.8 dependancy for bug #141532
    
    * configure.in:
    - Added libxslt 1.1.8 dependancy for bug #141532
    
    * xslt/docbook/common/db-chunk.xsl:
    - Fixed incorrectness in db.chunk.depth-in-chunk
    
    * xslt/docbook/common/db-xref.xsl:
    - Fixed incorrectness in db.xref.target
    
    * xslt/docbook/html/Makefile.am:
    * xslt/docbook/html/db2html-callout.xsl:
    * xslt/docbook/html/db2html.xsl:
    - Added db2html-callout.xsl
    
    * xslt/docbook/html/db2html-autotoc.xsl:
    - Made autotoc actually link
    
    * xslt/docbook/html/db2html-css.xsl:
    * xslt/docbook/html/db2html-list.xsl:
    * xslt/docbook/html/db2html-table.xsl:
    - Lots more style information
    - Moved CSS bits to seperate files
    - Nice de-<p>-ifyer for singleton <para>s in <listitem>s and <entry>s
    
    * xslt/docbook/html/db2html-suppressed.xsl:
    - Added listitem and indexterm & friends
    
    * xslt/docbook/html/db2html-title.xsl:
    - Style information, see above
    - Removed #141532 work-around

 ChangeLog                                |   33 ++++
 configure.in                             |    5 +
 xslt/docbook/common/db-chunk.xsl         |   30 ++--
 xslt/docbook/common/db-xref.xsl          |   13 +-
 xslt/docbook/html/Makefile.am            |    1 +
 xslt/docbook/html/db2html-autotoc.xsl    |   12 +-
 xslt/docbook/html/db2html-callout.xsl    |  128 +++++++++++++
 xslt/docbook/html/db2html-css.xsl        |   65 +++----
 xslt/docbook/html/db2html-list.xsl       |  285 +++++++++++++++++++-----------
 xslt/docbook/html/db2html-suppressed.xsl |   16 ++
 xslt/docbook/html/db2html-table.xsl      |    8 +
 xslt/docbook/html/db2html-title.xsl      |  142 +++++++--------
 xslt/docbook/html/db2html.xsl            |    3 +
 13 files changed, 497 insertions(+), 244 deletions(-)

commit b9f1f39d902ed6b506bb004a65a46ec8caa3e8df
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Wed Jul 14 23:58:43 2004 +0000

    Adding NO-AUTO-GEN files

 0 files changed, 0 insertions(+), 0 deletions(-)

commit fd73e190462490fc42c66d3a307eb079b3db0b83
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Wed Jul 14 23:58:01 2004 +0000

    - Completed table support, sans a few attributes
    
    * test/testdocs/table.x001.xml:
    * xslt/docbook/html/db2html-table.xsl:
    - Completed table support, sans a few attributes

 ChangeLog                           |    6 +
 test/testdocs/table.x001.xml        |   23 ++-
 xslt/docbook/html/db2html-table.xsl |  557 +++++++++++++++++++----------------
 3 files changed, 334 insertions(+), 252 deletions(-)

commit 2af5cad6bd481aa518dee2bc3f9e8ba3a1f06ea1
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Tue Jul 13 04:46:56 2004 +0000

    - Added table test for spanning stuff
    
    * test/testdocs/README:
    * test/testdocs/table.x001.xml:
    - Added table test for spanning stuff
    
    * xslt/docbook/html/db2html-table.xsl:
    - Lots of table jolliness, back to half-working

 ChangeLog                           |    9 +
 test/testdocs/README                |    1 +
 test/testdocs/table.x001.xml        |   51 ++
 xslt/docbook/html/db2html-table.xsl | 1288 +++++++++++++++++++----------------
 4 files changed, 769 insertions(+), 580 deletions(-)

commit e8baedb3ba882fedd42eccd393f640668b2578af
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Sat Jul 10 01:49:26 2004 +0000

    - Hooking up db-format.xsl
    
    * xslt/docbook/html/db2html.xsl:
    - Hooking up db-format.xsl
    
    * xslt/gettext/format2xsl.xsl:
    - Small fix for xsl:when and passing @lang through

 ChangeLog                     |    8 ++++++++
 xslt/docbook/html/db2html.xsl |    1 +
 xslt/gettext/format2xsl.xsl   |    3 ++-
 3 files changed, 11 insertions(+), 1 deletions(-)

commit 2c19c00436f54a477dff8ada613b1b50331cb620
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Fri Jul 9 20:58:35 2004 +0000

    - s/Bigliography/Bibliography/
    
    * xslt/docbook/common/db-label.xsl:
    - s/Bigliography/Bibliography/

 ChangeLog                        |    5 +++++
 xslt/docbook/common/db-label.xsl |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

commit 5f2461411ae58eefa0f5d54e1130da98d20b5975
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Fri Jul 9 04:19:41 2004 +0000

    - Added gnome-doc-utils.make to EXTRA_DIST
    
    * Makefile.am:
    - Added gnome-doc-utils.make to EXTRA_DIST
    
    * gnome-doc-utils.m4:
    - Made ${datadir}/gnome/help the default helpdir for now
    
    * xslt/docbook/common/Makefile.am:
    * xslt/docbook/common/db-format.xml.in:
    * xslt/gettext/Makefile.am:
    * xslt/gettext/format2xsl.xsl:
    - Added format2xsl and db-format
    
    * xslt/docbook/html/db2html-inline.xsl:
    - Using db-format routines for quote
    
    * xslt/gettext/gettext.xsl:
    - Added a big ol' FIXME comment

 ChangeLog                            |   20 ++++
 Makefile.am                          |    3 +-
 gnome-doc-utils.m4                   |    2 +-
 xslt/docbook/common/Makefile.am      |    7 ++-
 xslt/docbook/common/db-format.xml.in |   46 ++++++++++
 xslt/docbook/html/db2html-inline.xsl |   16 +---
 xslt/gettext/Makefile.am             |    1 +
 xslt/gettext/format2xsl.xsl          |  161 ++++++++++++++++++++++++++++++++++
 xslt/gettext/gettext.xsl             |    7 ++
 9 files changed, 246 insertions(+), 17 deletions(-)

commit 2078517472def92f97c0472154836ae556f468c3
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Fri Jul 9 04:14:00 2004 +0000

    - Adding to CVS
    
    * doc/gnome-doc-make/gnome-doc-make.omf.in:
    - Adding to CVS

 ChangeLog                                |    5 +++++
 doc/gnome-doc-make/gnome-doc-make.omf.in |   10 ++++++++++
 2 files changed, 15 insertions(+), 0 deletions(-)

commit 3e9dc0e56e160a3b2cfbed00eb77682dc4757da2
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Fri Jul 9 00:58:33 2004 +0000

    - Use --with-helpformat so it will actually work
    
    * gnome-doc-utils.m4:
    - Use --with-helpformat so it will actually work
    
    * gnome-doc-utils.make:
    * xslt/docbook/omf/db2omf.xsl:
    - Hook formats up, some more OMF handling

 ChangeLog                   |    9 +++++++++
 gnome-doc-utils.m4          |   10 +++++-----
 gnome-doc-utils.make        |   36 +++++++++++++++++++++++++-----------
 xslt/docbook/omf/db2omf.xsl |   24 ++++++++++++++++++++++++
 4 files changed, 63 insertions(+), 16 deletions(-)

commit f9cadc213c203f8eb921ba0e956d123479a87ae2
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Thu Jul 8 21:19:21 2004 +0000

    - Hooked up the gnome-doc-make document
    
    * configure.in:
    * doc/Makefile.am:
    * doc/gnome-doc-make/Makefile.am:
    * doc/gnome-doc-make/gnome-doc-make.awk:
    * doc/gnome-doc-make/C/gnome-doc-make.xml:
    * doc/gnome-doc-make/C/legal.xml:
    - Hooked up the gnome-doc-make document
    
    * gnome-doc-utils.m4:
    - Fixed up the documentation formats argument
    
    * gnome-doc-utils.make:
    - Lots and lots of adjustments, more targets working
    
    * xslt/docbook/common/db-chunk.xsl:
    - Hooked up some of the chunk utility templates
    
    * xslt/docbook/common/db-xref.xsl:
    * xslt/docbook/html/db2html-xref.xsl:
    - Hooked up some xref stuff
    
    * xslt/docbook/html/db2html-admon.xsl:
    - Detableified admonitions, for now

 ChangeLog                               |   26 ++++
 configure.in                            |    1 +
 doc/Makefile.am                         |    2 +-
 doc/gnome-doc-make/C/gnome-doc-make.xml |   43 ++++++
 doc/gnome-doc-make/C/legal.xml          |   63 +++++++++
 doc/gnome-doc-make/Makefile.am          |    9 ++
 doc/gnome-doc-make/gnome-doc-make.awk   |    4 +-
 gnome-doc-utils.m4                      |   14 +-
 gnome-doc-utils.make                    |  225 ++++++++++++++++++-------------
 xslt/docbook/common/db-chunk.xsl        |   54 +++++++-
 xslt/docbook/common/db-xref.xsl         |   52 +++++++-
 xslt/docbook/html/db2html-admon.xsl     |   28 +---
 xslt/docbook/html/db2html-xref.xsl      |   88 +++----------
 13 files changed, 412 insertions(+), 197 deletions(-)

commit 065b77ff7acf516ec5fbe548a4009585dfdae252
Author: Danilo Šegan <dsegan@gmx.net>
Date:   Sun Jun 20 14:23:09 2004 +0000

    Documented changes in 1.0.8, 1.0.9 and 1.0.10.
    
    2004-06-19  Danilo Šegan  <dsegan@gmx.net>
    
    	* NEWS: Documented changes in 1.0.8, 1.0.9 and 1.0.10.
    
    	* configure.ac: Move version up to 1.0.10.
    
    	* README.in (Updating a translation): Changed recommendations for
    	"-u" option.
    	* xml2po.py: Suggest full filename for "-u" option.
    
    	* xml2po.py (MessageOutput): Add support for translations.
    	Add "-r" parameter for reusing translations.
    
    	* TODO (TODO, DONE): Updated with new goals and achievements.

 xml2po/ChangeLog    |   15 +++++++++++++++
 xml2po/NEWS         |   26 ++++++++++++++++++++++++++
 xml2po/README.in    |   10 ++++++----
 xml2po/TODO         |   13 +++++++++----
 xml2po/configure.ac |    2 +-
 xml2po/xml2po.py    |   47 ++++++++++++++++++++++++++++++++++++-----------
 6 files changed, 93 insertions(+), 20 deletions(-)

commit 4560b4700df0832a27e7b71d1ab31a96ac0ca240
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Sun Jun 13 23:30:30 2004 +0000

    - Put stuff in the README. Sri is my bitch.
    
    * README:
    - Put stuff in the README.  Sri is my bitch.

 ChangeLog |    5 +++
 README    |   89 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 94 insertions(+), 0 deletions(-)

commit 3210ccab2b5c26ba66ce34b42965cc6df4d9da11
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Wed Jun 9 11:43:12 2004 +0000

    - Moved html/db2html-label.xsl to common/db-label.xsl - Added
    
    * xslt/docbook/common/Makefile.am:
    * xslt/docbook/common/db-label.xsl:
    * xslt/docbook/common/db-xref.xsl:
    * xslt/docbook/html/Makefile.am:
    * xslt/docbook/html/db2html-autotoc.xsl:
    * xslt/docbook/html/db2html-cmdsynopsis.xsl:
    * xslt/docbook/html/db2html-qanda.xsl:
    * xslt/docbook/html/db2html-suppressed.xsl:
    * xslt/docbook/html/db2html-title.xsl:
    * xslt/docbook/html/db2html-xref.xsl:
    * xslt/docbook/html/db2html.xsl:
    - Moved html/db2html-label.xsl to common/db-label.xsl
    - Added common/db-xref.xsl to handle the common parts of xrefs
    
    * xslt/docbook/common/db-common.xsl:
    - Added the 'idkey' here
    
    * xslt/docbook/html/db2html-css.xsl:
    - Nothing important

 ChangeLog                                 |   22 +
 xslt/docbook/common/Makefile.am           |    4 +-
 xslt/docbook/common/db-common.xsl         |    2 +
 xslt/docbook/common/db-label.xsl          |  621 +++++++++++++++++++++++++++++
 xslt/docbook/common/db-xref.xsl           |   72 ++++
 xslt/docbook/html/Makefile.am             |    1 -
 xslt/docbook/html/db2html-autotoc.xsl     |   14 +-
 xslt/docbook/html/db2html-cmdsynopsis.xsl |    2 +-
 xslt/docbook/html/db2html-css.xsl         |   11 +-
 xslt/docbook/html/db2html-label.xsl       |  621 -----------------------------
 xslt/docbook/html/db2html-qanda.xsl       |    2 +-
 xslt/docbook/html/db2html-suppressed.xsl  |    2 +-
 xslt/docbook/html/db2html-title.xsl       |    4 +-
 xslt/docbook/html/db2html-xref.xsl        |   58 ++--
 xslt/docbook/html/db2html.xsl             |    5 +-
 15 files changed, 775 insertions(+), 666 deletions(-)

commit 5f369abb014a992821bcd376d15a4b99edf487a3
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Tue Jun 8 01:35:46 2004 +0000

    - Added db2html-css.xml
    
    * doc/xslt/C/.cvsignore:
    * xslt/docbook/html/Makefile.am:
    * xslt/docbook/html/db2html-css.xsl:
    * xslt/docbook/html/db2html.xsl:
    - Added db2html-css.xml
    
    * xslt/docbook/html/db2html-autotoc.xsl:
    * xslt/docbook/html/db2html-division.xsl:
    * xslt/docbook/html/db2html-title.xsl:
    - Hooked up some autotoc stuff

 ChangeLog                              |   13 ++++
 doc/xslt/C/.cvsignore                  |    1 +
 xslt/docbook/html/Makefile.am          |    1 +
 xslt/docbook/html/db2html-autotoc.xsl  |  106 +++++++++++++++++++++++++++++++-
 xslt/docbook/html/db2html-css.xsl      |   53 ++++++++++++++++
 xslt/docbook/html/db2html-division.xsl |   34 +++++++---
 xslt/docbook/html/db2html-title.xsl    |    2 +
 xslt/docbook/html/db2html.xsl          |    3 +
 8 files changed, 201 insertions(+), 12 deletions(-)

commit ae26115ed0195cdf8ea670f959425d67759fd0af
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Wed Jun 2 05:21:19 2004 +0000

    - Updated .cvsignore files

 doc/xslt/C/.cvsignore          |   13 +++++++++++++
 test/.cvsignore                |    2 ++
 test/testdocs/.cvsignore       |    2 ++
 xslt/docbook/common/.cvsignore |    2 ++
 4 files changed, 19 insertions(+), 0 deletions(-)

commit f83c1813a530d950f6dd4a42ca07fce917e6a7df
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Wed Jun 2 05:18:00 2004 +0000

    - Made test the default target
    
    * test/testdocs/Makefile:
    - Made test the default target
    
    * xslt/docbook/common/db-common.xsl:
    * xslt/docbook/html/db2html-block.xsl:
    * xslt/docbook/html/db2html-inline.xsl:
    - Implemented some of linenumbering
    - Added preliminary equation support
    
    * xslt/docbook/html/db2html-funcsynopsis.xsl:
    - Changed newline character
    
    * xslt/docbook/html/db2html-suppressed.xsl:
    - Added alt

 ChangeLog                                  |   17 ++++++++++
 test/testdocs/Makefile                     |    4 +-
 xslt/docbook/common/db-common.xsl          |   45 +++++++++++++++++++++++++++
 xslt/docbook/html/db2html-block.xsl        |   46 ++++++++++++++++++++++++++--
 xslt/docbook/html/db2html-funcsynopsis.xsl |    4 +-
 xslt/docbook/html/db2html-inline.xsl       |    5 +++
 xslt/docbook/html/db2html-suppressed.xsl   |    1 +
 7 files changed, 115 insertions(+), 7 deletions(-)

commit 777fbad15d08c82ed8ff401234b4823ad1c53e43
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Wed Jun 2 03:56:38 2004 +0000

    gnome-doc-utils.make - Some format stuff that doesn't work
    
    * gnome-doc-utils.m4:
    * gnome-doc-utils.make
    - Some format stuff that doesn't work
    
    * test/testdocs/Makefile:
    - Make test the default target
    
    * xslt/docbook/common/db-chunk.xsl:
    - s/filename/basename/
    
    * xslt/docbook/html/db2html-inline.xsl:
    * xslt/docbook/html/db2html-media.xsl:
    - s/anchor/db2html.anchor/
    
    * xslt/docbook/html/db2html-title.xsl:
    - Just use db2html.label.number for sect* labels

 ChangeLog                            |   19 +++++++++++++++
 gnome-doc-utils.m4                   |    8 +++++-
 gnome-doc-utils.make                 |   21 +++++-----------
 test/testdocs/Makefile               |    3 ++
 xslt/docbook/common/db-chunk.xsl     |   43 +++++++++++++++++----------------
 xslt/docbook/html/db2html-inline.xsl |    4 +-
 xslt/docbook/html/db2html-media.xsl  |    6 ++--
 xslt/docbook/html/db2html-title.xsl  |    8 ++++++
 8 files changed, 71 insertions(+), 41 deletions(-)

commit 1744c52b354fcdbe41ba656a42071f3a6856caa6
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Thu May 27 23:42:26 2004 +0000

    - Fixed xslt/docbook/commom/Makefile.am and added to configure.in
    
    * configure.in:
    * xslt/docbook/common/Makefile.am:
    - Fixed xslt/docbook/commom/Makefile.am and added to configure.in
    
    * gnome-doc-utils.make:
    - Moved some rules around and made things build
    
    * doc/gnome-doc-make/gnome-doc-make.awk:
    - Fixed some boundary cases and handled intro paras on sections

 ChangeLog                             |   12 ++
 configure.in                          |    1 +
 doc/gnome-doc-make/gnome-doc-make.awk |   66 ++++++++--
 gnome-doc-utils.make                  |  228 +++++++++++++++++++--------------
 xslt/docbook/common/Makefile.am       |    6 +-
 5 files changed, 203 insertions(+), 110 deletions(-)

commit 043f69e5500feb58d447f4f75fd0a552e88cde4c
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Thu May 27 04:45:50 2004 +0000

    - Lorem ipsum dolor sit amet
    
    * test/testdoc1/help/testdoc1/C/testdoc1.xml:
    - Lorem ipsum dolor sit amet

 ChangeLog                                  |    5 +
 test/testdoc1/help/testdoc1/C/testdoc1.xml |  564 ++++++++++++++++++++++++++--
 2 files changed, 535 insertions(+), 34 deletions(-)

commit 40ce2954b93f6d54cdde4062fa4aef25608b3f68
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Thu May 27 00:26:54 2004 +0000

    - Getting some documentation on the variable in gnome-doc-utils.make
    
    * gnome-doc-utils.make:
    * doc/gnome-doc-make/gnome-doc-make.awk:
    - Getting some documentation on the variable in gnome-doc-utils.make

 ChangeLog                             |    6 ++
 doc/gnome-doc-make/gnome-doc-make.awk |   43 +++++++++++
 gnome-doc-utils.make                  |  130 ++++++++++++++++++++++++++------
 3 files changed, 154 insertions(+), 25 deletions(-)

commit 6604e8677cba7853ee859dd6f72c167e7654536d
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Wed May 26 00:32:26 2004 +0000

    - Added RNC in comments of what's actually supported - Removed the
    
    * xslt/docbook/html/db2html-classsynopsis.xsl:
    - Added RNC in comments of what's actually supported
    - Removed the commented IDL stuff

 ChangeLog                                   |    6 +
 xslt/docbook/html/db2html-classsynopsis.xsl |  261 ++++++---------------------
 2 files changed, 57 insertions(+), 210 deletions(-)

commit 74a5fbc255b884524f3eb7a8ccb1db2b94205dc7
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Tue May 25 06:52:15 2004 +0000

    - Made the source view go block-by-block
    
    * test/testdocs/db2html.xsl:
    - Made the source view go block-by-block
    
    * xslt/docbook/html/db2html-classsynopsis.xsl:
    - Fixed possible problem with trailing modifier in methodsynopsis for C++
    - Put stubs in for Python mode
    
    * xslt/docbook/html/db2html-classsynopsis.xsl:
    * xslt/docbook/html/db2html-funcsynopsis.xsl
    * xslt/docbook/html/db2html-inline.xsl:
    - Context-sensitive parameter rendering

 ChangeLog                                   |   14 ++
 test/testdocs/db2html.xsl                   |   11 +-
 xslt/docbook/html/db2html-classsynopsis.xsl |  284 +++++++++++++++++++--------
 xslt/docbook/html/db2html-funcsynopsis.xsl  |    5 +-
 xslt/docbook/html/db2html-inline.xsl        |    1 -
 5 files changed, 227 insertions(+), 88 deletions(-)

commit eadf8ed98fe39cb1450200dd277c69988a60c7a1
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Tue May 25 00:39:10 2004 +0000

    - Removed the xmllint of the source
    
    * test/testdocs/Makefile:
    - Removed the xmllint of the source
    
    * test/testdocs/README:
    * test/testdocs/classsynopsis.x001.xml:
    * test/testdocs/epigraph.001.xml:
    - Added classsynopsis.x001.xml
    - Corrected the title of epigraph.001.xml
    
    * test/testdocs/db2html.xsl:
    - Got the title override for the source block better
    
    * xslt/docbook/html/db2html-classsynopsis.xsl:
    - Implemented classsynopsis for C++
    
    * xslt/docbook/html/db2html-funcsynopsis.xsl:
    - Match initializer

 ChangeLog                                   |   20 ++
 test/testdocs/Makefile                      |    1 -
 test/testdocs/README                        |    3 +
 test/testdocs/classsynopsis.x001.xml        |   69 +++++
 test/testdocs/db2html.xsl                   |    2 +-
 test/testdocs/epigraph.001.xml              |    4 +-
 xslt/docbook/html/db2html-classsynopsis.xsl |  362 +++++++++++++++++++--------
 xslt/docbook/html/db2html-funcsynopsis.xsl  |    7 +-
 8 files changed, 352 insertions(+), 116 deletions(-)

commit 1c5750cec37824d2ae393e138c73ba0bbbb38180
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Mon May 24 16:00:48 2004 +0000

    - Made a custom db2html to show the source
    
    * test/testdocs/Makefile:
    * test/testdocs/db2html:
    - Made a custom db2html to show the source
    
    * xslt/docbook/html/Makefile.am:
    * xslt/docbook/html/db2html-table.xsl:
    * xslt/docbook/html/db2html.xsl:
    - Added db2html-table.xsl, mostly commented out
    
    * xslt/docbook/html/db2html-block.xsl:
    - Added para
    
    * xslt/docbook/html/db2html-inline.xsl:
    - Fixed trademark to process children
    
    * xslt/docbook/html/db2html-list.xsl:
    - Re-added variablelist support
    
    * xslt/docbook/html/db2html-media.xsl:
    - Commented out some problematic parts, needs to be fixed

 ChangeLog                            |   23 ++
 test/testdocs/Makefile               |    2 +-
 test/testdocs/db2html.xsl            |   39 ++
 xslt/docbook/html/Makefile.am        |    1 +
 xslt/docbook/html/db2html-block.xsl  |    5 +
 xslt/docbook/html/db2html-inline.xsl |    1 +
 xslt/docbook/html/db2html-list.xsl   |   47 ++--
 xslt/docbook/html/db2html-media.xsl  |    4 +
 xslt/docbook/html/db2html-table.xsl  |  632 ++++++++++++++++++++++++++++++++++
 xslt/docbook/html/db2html.xsl        |    3 +
 10 files changed, 732 insertions(+), 25 deletions(-)

commit c89cef7d08e8bee73ffe5b565e59e67a2479b2cb
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Sun May 23 01:24:24 2004 +0000

    - Added test for simplelist
    
    * test/testdocs/README:
    * test/testdocs/simplelist.x001.xml:
    - Added test for simplelist
    
    * xslt/docbook/html/Makefile.am:
    * xslt/docbook/html/db2html-classsynopsis.xsl:
    * xslt/docbook/html/db2html.xsl:
    - Added db2html-classsynopsis, mostly commented out
    
    * xslt/docbook/html/db2html-list.xsl:
    - Implemented simplelist
    
    * xslt/docbook/html/db2html-suppressed.xsl:
    - Added bibliocoverage

 ChangeLog                                   |   17 +
 test/testdocs/README                        |    1 +
 test/testdocs/simplelist.x001.xml           |   59 ++++
 xslt/docbook/html/Makefile.am               |    1 +
 xslt/docbook/html/db2html-classsynopsis.xsl |  458 +++++++++++++++++++++++++++
 xslt/docbook/html/db2html-cmdsynopsis.xsl   |    1 +
 xslt/docbook/html/db2html-list.xsl          |   61 ++++-
 xslt/docbook/html/db2html-suppressed.xsl    |    1 +
 xslt/docbook/html/db2html.xsl               |   67 +++-
 9 files changed, 646 insertions(+), 20 deletions(-)

commit d224185e7c91a718b7718ada343086482705379f
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Sat May 22 01:24:45 2004 +0000

    - Just having a Makefile for testdocs, and not using autostuff
    
    * configure.in:
    * test/Makefile.am:
    * test/testdocs/Makefile:
    * test/testdocs/Makefile.am:
    - Just having a Makefile for testdocs, and not using autostuff
    
    * xslt/docbook/html/db2html-list.xsl:
    - Implemented orderedlist and procedure
    
    * xslt/docbook/html/db2html-media.xsl:
    - Changed mediadata to imagedata, only using with imagedata and *graphic
    - Implemented some elements

 ChangeLog                           |   15 +++
 configure.in                        |    2 -
 test/Makefile.am                    |    2 +-
 test/testdocs/Makefile              |   18 +++
 test/testdocs/Makefile.am           |   18 ---
 xslt/docbook/html/db2html-list.xsl  |  234 ++++++++++++++++++++---------------
 xslt/docbook/html/db2html-media.xsl |  138 ++++++++++-----------
 7 files changed, 234 insertions(+), 193 deletions(-)

commit 95324b289251f0422a0ec3b5dac1529c2b75d7e6
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Thu May 20 00:53:50 2004 +0000

    - Added db2html-media, mostly commented out right now
    
    * xslt/docbook/html/Makefile.am:
    * xslt/docbook/html/db2html-media.xsl:
    * xslt/docbook/html/db2html.xsl:
    - Added db2html-media, mostly commented out right now
    
    * xslt/docbook/html/db2html-admon.xsl:
    - Indentation changes, because I'm a bitch

 ChangeLog                           |   10 +
 xslt/docbook/html/Makefile.am       |    1 +
 xslt/docbook/html/db2html-admon.xsl |  388 +++++++++++++++++-----------------
 xslt/docbook/html/db2html-media.xsl |  201 ++++++++++++++++++
 xslt/docbook/html/db2html.xsl       |    1 +
 5 files changed, 407 insertions(+), 194 deletions(-)

commit 5115b9d16b95ec28c022ffc15a216bec72706571
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Wed May 19 01:25:48 2004 +0000

    - Implement doc:include and doc:summary - Do more synopsis stuff
    
    * doc/xslt/C/gnome-doc-xslt.xml:
    * xslt/docbook/html/db2html.xsl:
    * xslt/xsldoc/xsldoc.xsl:
    - Implement doc:include and doc:summary
    - Do more synopsis stuff

 ChangeLog                     |    8 ++
 doc/xslt/C/gnome-doc-xslt.xml |   20 +----
 xslt/docbook/html/db2html.xsl |   36 ++++----
 xslt/xsldoc/xsldoc.xsl        |  195 ++++++++++++++++++++++++++++++++++++++---
 4 files changed, 208 insertions(+), 51 deletions(-)

commit 5710daa6865a1385dd43e3ef4bef1eeed2c1ea5d
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Fri May 14 19:41:09 2004 +0000

    doc/xslt/C/gnome-doc-xslt.xml xslt/docbook/html/Makefile.am
    
    * doc/xslt/C/gnome-doc-xslt.xml
    * xslt/docbook/html/Makefile.am
    * xslt/docbook/html/db2html-list.xml:
    - Added db2html-list, only segmentedlist and itemizedlist enabled right now
    
    * xslt/docbook/html/db2html-division.xsl:
    - Quick CSS rule for alternating-color rules
    
    * xslt/docbook/html/db2html.xsl:
    - Added a FIXME template matching *

 ChangeLog                              |   13 ++
 doc/xslt/C/gnome-doc-xslt.xml          |    1 +
 xslt/docbook/html/Makefile.am          |    1 +
 xslt/docbook/html/db2html-division.xsl |    5 +
 xslt/docbook/html/db2html-list.xsl     |  285 ++++++++++++++++++++++++++++++++
 xslt/docbook/html/db2html.xsl          |   13 ++
 6 files changed, 318 insertions(+), 0 deletions(-)

commit 36e34fa2695e3e4b8bd1dc082570962c22e5b433
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Fri May 14 00:56:57 2004 +0000

    - s/chunk_id/chunk-id/
    
    * xslt/docbook/common/db-chunk.xsl:
    - s/chunk_id/chunk-id/
    
    * xslt/docbook/html/TODO:
    * xslt/docbook/html/db2html-label.xsl:
    * xslt/docbook/html/db2html-title.xsl:
    - Implemented some titles and title labels and stuff
    - Avoid xsl:element for subtitle too
    
    * xslt/docbook/html/db2html-block.xsl:
    - Added attribution
    
    * xslt/docbook/html/db2html-division.xsl:
    - Added the entries param to db2html.division.content
    
    * xslt/docbook/html/db2html-qanda.xsl:
    - More qanda work
    
    * xslt/docbook/html/db2html-suppressed.xsl:
    - blockinfo
    
    * xslt/xsldoc/xsldoc.xsl:
    - Some checks for modes

 ChangeLog                                |   26 +++
 xslt/docbook/common/db-chunk.xsl         |    4 +-
 xslt/docbook/html/TODO                   |   32 +---
 xslt/docbook/html/db2html-block.xsl      |   15 +-
 xslt/docbook/html/db2html-division.xsl   |   57 +++++--
 xslt/docbook/html/db2html-label.xsl      |   15 +-
 xslt/docbook/html/db2html-qanda.xsl      |   23 ++-
 xslt/docbook/html/db2html-suppressed.xsl |    3 +-
 xslt/docbook/html/db2html-title.xsl      |  299 ++++++++++++++++++++++++------
 xslt/xsldoc/xsldoc.xsl                   |   27 +++
 10 files changed, 380 insertions(+), 121 deletions(-)

commit 62fd0b255faa7bc114a6c9c074a8febb3ea4dc72
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Wed May 12 23:59:05 2004 +0000

    - Added db2html-autotoc and db2html-qanda
    
    * doc/xslt/C/gnome-doc-xslt.xml:
    * xslt/docbook/html/Makefile.am:
    * xslt/docbook/html/db2html-autotoc.xsl:
    * xslt/docbook/html/db2html-qanda.xsl:
    * xslt/docbook/html/db2html.xsl:
    - Added db2html-autotoc and db2html-qanda
    
    * test/testdocs/Makefile.am:
    - xmllinting the original into the output dir, for easier visual checks
    
    * xslt/docbook/html/db2html-division.xsl:
    - Added more params to db2html.division.content for flexibility
    
    * xslt/docbook/html/db2html-info.xsl:
    * xslt/docbook/html/db2html-suppressed.xsl:
    - Implemented revhistory and friends
    
    * xslt/docbook/html/db2html-label.xsl:
    - Labels for question and answer
    
    * xslt/docbook/html/db2html-title.xsl:
    - Passing depth_in_chunk to title match

 ChangeLog                                |   25 +++++++++++
 doc/xslt/C/gnome-doc-xslt.xml            |    2 +
 test/testdocs/Makefile.am                |    1 +
 xslt/docbook/html/Makefile.am            |    2 +
 xslt/docbook/html/db2html-autotoc.xsl    |   13 ++++++
 xslt/docbook/html/db2html-division.xsl   |   31 ++++++++++++-
 xslt/docbook/html/db2html-info.xsl       |   69 ++++++++++++++++++++++++++++++
 xslt/docbook/html/db2html-label.xsl      |   36 +++++++++++++++
 xslt/docbook/html/db2html-qanda.xsl      |   49 +++++++++++++++++++++
 xslt/docbook/html/db2html-suppressed.xsl |    8 +++
 xslt/docbook/html/db2html-title.xsl      |    7 +++-
 xslt/docbook/html/db2html.xsl            |    2 +
 12 files changed, 241 insertions(+), 4 deletions(-)

commit e7b899c46c23d72ea5f92187952c42f1da89f422
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Wed May 12 01:09:07 2004 +0000

    - Added funcsynopsis.x001.xml
    
    * test/testdocs/README:
    * test/testdocs/funcsynopsis.x001.xml:
    - Added funcsynopsis.x001.xml
    
    * xslt/docbook/common/db-chunk.xsl:
    - Added db.chunk.chunk-id template stub
    
    * xslt/docbook/common/db-common.xsl:
    - Added db.xref.target template
    
    * xslt/docbook/html/db2html-block.xsl:
    - Added db2html.blockquote template, matches blockquote and epigraph
    - Added db2html.pre template
    - Matched caption
    
    * xslt/docbook/html/db2html-cmdsynopsis.xsl:
    - Removed all the mode stuff, because it's not needed
    
    * xslt/docbook/html/db2html-funcsynopsis.xsl:
    - Implemented most of the funcsynopsis stuff
    
    * xslt/docbook/html/db2html-info.xsl:
    - Added legalnotice support
    
    * xslt/docbook/html/db2html-suppressed.xsl:
    - Removed suppression of funcsynopsis and cmdsynopsis stuff
    - Added bridgehead and legalnotice
    
    * xslt/docbook/html/db2html-title.xsl:
    - Removed xsl:element, because of #141532
    
    * xslt/docbook/html/db2html-xref.xsl:
    - Implemented link
    
    * xslt/docbook/html/report.xslt:
    - Linkified the element names to the DocBook documentation

 ChangeLog                                  |   39 ++
 test/testdocs/README                       |    3 +
 test/testdocs/funcsynopsis.x001.xml        |   51 +++
 xslt/docbook/common/db-chunk.xsl           |   64 ++--
 xslt/docbook/common/db-common.xsl          |   37 ++
 xslt/docbook/html/db2html-block.xsl        |   54 +++-
 xslt/docbook/html/db2html-cmdsynopsis.xsl  |  552 +++++++++++++---------------
 xslt/docbook/html/db2html-funcsynopsis.xsl |  118 +++++--
 xslt/docbook/html/db2html-info.xsl         |   23 ++
 xslt/docbook/html/db2html-suppressed.xsl   |   12 +-
 xslt/docbook/html/db2html-title.xsl        |  103 ++++--
 xslt/docbook/html/db2html-xref.xsl         |   59 +--
 xslt/docbook/html/report.xslt              |   11 +-
 13 files changed, 702 insertions(+), 424 deletions(-)

commit f962388e294c54f0335e27e45310378454a49895
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Tue May 11 00:16:13 2004 +0000

    - Hooking up the testdocs right
    
    * test/testdocs/Makefile.am:
    - Hooking up the testdocs right
    
    * xslt/docbook/Makefile.am:
    - Added common to SUBDIRS
    
    * xslt/docbook/common/db-chunk.xsl:
    - Added db.chunk.chunk_top and filename params for special files
    
    * xslt/docbook/common/db-common.xsl:
    * xslt/gettext/gettext.xsl:
    - Moved db.dingbat from gettext to db-common
    
    * xslt/docbook/html/db2html-block.xsl:
    - Changed para to db2html.para, as it should be
    
    * xslt/docbook/html/db2html-info.xsl:
    - Added support for corpcredit
    - Made db.personname calling work
    
    * xslt/docbook/html/db2html-inline.xsl:
    - Added code and corpcredit support
    - Calling db.dingbat, now in db-common
    
    * xslt/docbook/html/db2html-label.xsl:
    - Fixed erroneous $sect reference
    
    * xslt/docbook/html/db2html-suppressed.xsl:
    - Added beginpage
    
    * xslt/docbook/html/db2html.xsl:
    - Moved stuff around, putting more work on db-chunk

 ChangeLog                                |   35 +++++++++
 test/testdocs/Makefile.am                |   18 ++++--
 xslt/docbook/Makefile.am                 |    2 +-
 xslt/docbook/common/db-chunk.xsl         |  116 +++++++++++++++++++++++++++++-
 xslt/docbook/common/db-common.xsl        |   38 ++++++++++
 xslt/docbook/html/db2html-block.xsl      |    2 +-
 xslt/docbook/html/db2html-info.xsl       |   34 +++++++--
 xslt/docbook/html/db2html-inline.xsl     |   17 ++++-
 xslt/docbook/html/db2html-label.xsl      |    2 +-
 xslt/docbook/html/db2html-suppressed.xsl |    3 +
 xslt/docbook/html/db2html.xsl            |   74 +++++++++----------
 xslt/gettext/gettext.xsl                 |   17 -----
 12 files changed, 286 insertions(+), 72 deletions(-)

commit 6d9a07086dd39f56a4e4c8747fe95023d35ff31e
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Mon May 10 17:10:45 2004 +0000

    - Added these files
    
    * xslt/docbook/common/Makefile.am:
    * xslt/docbook/common/db-common.am:
    - Added these files
    
    * doc/xslt/C/gnome-doc-xslt.xml:
    - Added new files
    
    * xslt/docbook/common/db-chunk.xsl:
    - Changed db.chunk.chunk to db.chunk
    - Passing info parameter through for info template
    
    * xslt/docbook/html/Makefile.am:
    * xslt/docbook/html/report.sh:
    * xslt/docbook/html/report.xslt:
    - Better report generation for | matches
    
    * xslt/docbook/html/TODO:
    - Un-TODO'd stuff that's been TODONE
    
    * xslt/docbook/html/db2html-block.xsl:
    - Added match for example
    
    * xslt/docbook/html/db2html-division.xsl:
    - Added some matches and made the info template get called
    
    * xslt/docbook/html/db2html-info.xsl:
    - Indentation, ugh.
    
    * xslt/docbook/html/db2html-inline.xsl:
    - Added matches for personname and friends
    
    * xslt/docbook/html/db2html-suppressed.xsl:
    - Suppressing info elements
    
    * xslt/docbook/html/db2html.xsl:
    - Implemented the stub for the info template needed by db-chunk
    
    * xslt/gettext/gettext.xsl:
    - Fixed lang on ngettext

 ChangeLog                                |   42 +
 doc/xslt/C/gnome-doc-xslt.xml            |   12 +-
 xslt/docbook/common/Makefile.am          |    8 +
 xslt/docbook/common/db-chunk.xsl         |   25 +-
 xslt/docbook/common/db-common.xsl        |   90 +++
 xslt/docbook/html/Makefile.am            |    4 +-
 xslt/docbook/html/TODO                   |   32 -
 xslt/docbook/html/db2html-block.xsl      |   10 +
 xslt/docbook/html/db2html-division.xsl   |  105 ++-
 xslt/docbook/html/db2html-info.xsl       | 1248 +++++++++++++++---------------
 xslt/docbook/html/db2html-inline.xsl     |   32 +
 xslt/docbook/html/db2html-suppressed.xsl |   12 +
 xslt/docbook/html/db2html.xsl            |   17 +-
 xslt/docbook/html/report.sh              |   14 +-
 xslt/docbook/html/report.xslt            |  101 +++
 xslt/gettext/gettext.xsl                 |    2 +-
 16 files changed, 1055 insertions(+), 699 deletions(-)

commit aab82cac87379fa1a1a318dee635e74efc002217
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Sat May 8 19:09:57 2004 +0000

    - Forget to add Makefile.am to CVS
    
    * test/testdocs/Makefile.am:
    - Forget to add Makefile.am to CVS

 ChangeLog                 |    5 +++++
 test/testdocs/Makefile.am |    9 +++++++++
 2 files changed, 14 insertions(+), 0 deletions(-)

commit 3f34da62c0d7ad8696e3cc00d2d63fde6edacb23
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Sat May 8 00:14:45 2004 +0000

    - Added db2html-division and got basic chunking going
    
    * xslt/docbook/common/db-chunk.xsl:
    * xslt/docbook/html/Makefile.am:
    * xslt/docbook/html/db2html-division.xsl:
    * xslt/docbook/html/db2html.xsl:
    - Added db2html-division and got basic chunking going
    
    * xslt/docbook/html/db2html-inline.xsl:
    - Changed $true to true()
    
    * xslt/docbook/html/db2html-label.xsl:
    - Fixed invalid XPath
    
    * xslt/docbook/html/elements:
    - Numbered *sect* elements weren't listed for some reason

 ChangeLog                              |   17 ++
 xslt/docbook/common/db-chunk.xsl       |  184 +++++++++++++++++++++-
 xslt/docbook/html/Makefile.am          |    1 +
 xslt/docbook/html/db2html-division.xsl |  272 ++++++++++++++++++++++++++++++++
 xslt/docbook/html/db2html-inline.xsl   |   22 ++--
 xslt/docbook/html/db2html-label.xsl    |    4 +-
 xslt/docbook/html/db2html.xsl          |    8 +
 xslt/docbook/html/elements             |   18 ++-
 8 files changed, 506 insertions(+), 20 deletions(-)

commit e6c743ccdefcfc980ded9ddb7d784691cb061267
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Fri May 7 01:09:15 2004 +0000

    - Adding db2html-block and db2html-xref
    
    * xslt/docbook/html/Makefile.am:
    * xslt/docbook/html/TODO:
    * xslt/docbook/html/db2html-block.xsl:
    * xslt/docbook/html/db2html-xref.xsl:
    * xslt/docbook/html/db2html.xsl:
    - Adding db2html-block and db2html-xref
    
    * xslt/docbook/html/db2html-admon.xsl:
    * xslt/docbook/html/db2html-inline.xsl:
    * xslt/docbook/html/db2html-label.xsl:
    * xslt/docbook/html/db2html-title.xsl:
    - Fixed templates names and formatting changes
    
    * xslt/gettext/gettext.xsl:
    - Fixed $lang attribute default value

 ChangeLog                            |   17 ++
 xslt/docbook/html/Makefile.am        |    2 +
 xslt/docbook/html/TODO               |    1 -
 xslt/docbook/html/db2html-admon.xsl  |  392 +++++++++++++++++-----------------
 xslt/docbook/html/db2html-block.xsl  |   93 ++++++++
 xslt/docbook/html/db2html-inline.xsl |  176 ++++++++--------
 xslt/docbook/html/db2html-label.xsl  |  172 ++++++++--------
 xslt/docbook/html/db2html-title.xsl  |   14 +-
 xslt/docbook/html/db2html-xref.xsl   |  175 +++++++++++++++
 xslt/docbook/html/db2html.xsl        |    4 +
 xslt/gettext/gettext.xsl             |    7 +-
 11 files changed, 672 insertions(+), 381 deletions(-)

commit 7196ed1130c782370608adf8878326e283503f8b
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Wed May 5 23:05:36 2004 +0000

    - Added docbook-testdocs
    
    * configure.in:
    * tests/Makefile.am:
    * tests/testdocs/*:
    - Added docbook-testdocs
    
    * xslt/docbook/html/Makefile.am:
    - Added db2html.xsl
    
    * xslt/docbook/html/db2html-cmdsynopsis.xsl:
    * xslt/docbook/html/db2html-info.xsl:
    * xslt/rngdoc/rngdoc.xsl:
    - Minor fixes and tab removal
    
    * xslt/xsldoc/xsldoc.xsl:
    - Avoiding use of default namespace, for #141532

 ChangeLog                                  |   18 +
 configure.in                               |    2 +
 test/Makefile.am                           |    1 +
 test/testdocs/README                       |    5 +
 test/testdocs/admonitions.001.xml          |   40 +
 test/testdocs/article.001.xml              |   25 +
 test/testdocs/article.002.xml              |   25 +
 test/testdocs/bibliography.001.xml         |  193 +++++
 test/testdocs/bibliography.002.xml         |  182 ++++
 test/testdocs/blockquote.001.xml           |   35 +
 test/testdocs/book.001.xml                 |  248 ++++++
 test/testdocs/book.002.xml                 |   56 ++
 test/testdocs/book.003.xml                 |  127 +++
 test/testdocs/bookinfo.001.xml             |   84 ++
 test/testdocs/bridgehead.001.xml           |   41 +
 test/testdocs/calloutlist.001.xml          |   50 ++
 test/testdocs/chapter.001.xml              |   41 +
 test/testdocs/classsynopsis.001.xml        |   42 +
 test/testdocs/draft.001.xml                |   56 ++
 test/testdocs/emphasis.001.xml             |   26 +
 test/testdocs/epigraph.001.xml             |   24 +
 test/testdocs/equation.001.xml             |   24 +
 test/testdocs/equation.002.xml             |   24 +
 test/testdocs/equation.003.xml             |   24 +
 test/testdocs/example.001.xml              |   19 +
 test/testdocs/extensions.001.xml           |   81 ++
 test/testdocs/extensions.002.xml           |   23 +
 test/testdocs/extensions.003.xml           |   47 +
 test/testdocs/extensions.004.xml           |   35 +
 test/testdocs/figure.001.xml               |   48 ++
 test/testdocs/footnote.001.xml             |   36 +
 test/testdocs/footnote.002.xml             |   42 +
 test/testdocs/footnote.003.xml             |   68 ++
 test/testdocs/formalpara.001.xml           |   17 +
 test/testdocs/formalpara.002.xml           |   17 +
 test/testdocs/glossary.001.xml             |  274 ++++++
 test/testdocs/imagelib.001.xml             |   61 ++
 test/testdocs/indexterm.001.xml            |  110 +++
 test/testdocs/indexterm.002.xml            |  700 ++++++++++++++++
 test/testdocs/informalequation-mml.001.xml |   19 +
 test/testdocs/informaltable.001.xml        |   38 +
 test/testdocs/informaltable.002.xml        |   50 ++
 test/testdocs/informaltable.003.xml        |   52 ++
 test/testdocs/informaltable.004.xml        |   49 ++
 test/testdocs/informaltable.005.xml        |   38 +
 test/testdocs/informaltable.006.xml        |   48 ++
 test/testdocs/informaltable.007.xml        |   61 ++
 test/testdocs/informaltable.008.xml        |   52 ++
 test/testdocs/informaltable.009.xml        |   46 +
 test/testdocs/informaltable.010.xml        |   45 +
 test/testdocs/informaltable.011.xml        |   44 +
 test/testdocs/informaltable.012.xml        |   36 +
 test/testdocs/informaltable.013.xml        |   29 +
 test/testdocs/informaltable.014.xml        |   54 ++
 test/testdocs/inline.001.xml               |   27 +
 test/testdocs/itemizedlist.001.xml         |   27 +
 test/testdocs/itemizedlist.002.xml         |   38 +
 test/testdocs/itemizedlist.003.xml         |   53 ++
 test/testdocs/link.001.xml                 |   36 +
 test/testdocs/literallayout.001.xml        |   19 +
 test/testdocs/literallayout.002.xml        |   21 +
 test/testdocs/literallayout.003.xml        |   19 +
 test/testdocs/lot.001.xml                  |   56 ++
 test/testdocs/mathml.001.xml               |   19 +
 test/testdocs/mediaobject.001.xml          |   56 ++
 test/testdocs/methodsynopsis.001.xml       |   55 ++
 test/testdocs/note.001.xml                 |   18 +
 test/testdocs/olink.001.xml                |   22 +
 test/testdocs/orderedlist.001.xml          |   38 +
 test/testdocs/orderedlist.002.xml          |   38 +
 test/testdocs/procedure.001.xml            |   44 +
 test/testdocs/procedure.002.xml            |   45 +
 test/testdocs/procedure.003.xml            |   19 +
 test/testdocs/productionset.001.xml        |   66 ++
 test/testdocs/productionset.002.xml        |   27 +
 test/testdocs/productionset.003.xml        |   30 +
 test/testdocs/productionset.004.xml        |   53 ++
 test/testdocs/productionset.005.xml        |   89 ++
 test/testdocs/programlisting.001.xml       |   19 +
 test/testdocs/programlisting.002.xml       |   19 +
 test/testdocs/programlisting.003.xml       |   45 +
 test/testdocs/programlistingco.001.xml     |   78 ++
 test/testdocs/programlistingco.002.xml     |   34 +
 test/testdocs/qandaset.001.xml             |   45 +
 test/testdocs/qandaset.002.xml             |   35 +
 test/testdocs/qandaset.003.xml             |   92 ++
 test/testdocs/refentry.001.xml             |   25 +
 test/testdocs/refentry.002.xml             |   29 +
 test/testdocs/refentry.003.xml             |   65 ++
 test/testdocs/refentry.004.xml             |   68 ++
 test/testdocs/reference.001.xml            |   59 ++
 test/testdocs/revhistory.001.xml           |   41 +
 test/testdocs/screen.001.xml               |   19 +
 test/testdocs/sect1.001.xml                |   53 ++
 test/testdocs/sect1.002.xml                |   56 ++
 test/testdocs/section.001.xml              |   53 ++
 test/testdocs/section.002.xml              |   56 ++
 test/testdocs/section.003.xml              |   20 +
 test/testdocs/segmentedlist.001.xml        |   21 +
 test/testdocs/segmentedlist.002.xml        |   23 +
 test/testdocs/set.001.xml                  |   31 +
 test/testdocs/stamp.001.xml                |   26 +
 test/testdocs/stamp.002.xml                |   31 +
 test/testdocs/stamp.003.xml                |   30 +
 test/testdocs/stamp.004.xml                |   30 +
 test/testdocs/stamp.005.xml                |   28 +
 test/testdocs/stamp.006.xml                |   29 +
 test/testdocs/stamp.007.xml                |   29 +
 test/testdocs/stamp.008.xml                |   27 +
 test/testdocs/stamp.009.xml                |   28 +
 test/testdocs/stamp.010.xml                |   28 +
 test/testdocs/stamp.011.xml                |   31 +
 test/testdocs/stamp.012.xml                |   41 +
 test/testdocs/svg.001.xml                  |   38 +
 test/testdocs/svg.002.xml                  |   31 +
 test/testdocs/table.001.xml                |   31 +
 test/testdocs/table.002.xml                |   37 +
 test/testdocs/table.003.xml                |   38 +
 test/testdocs/table.004.xml                |   30 +
 test/testdocs/table.005.xml                |   35 +
 test/testdocs/table.006.xml                |  207 +++++
 test/testdocs/template.xml                 |   17 +
 test/testdocs/toc.001.xml                  |   63 ++
 test/testdocs/ulink.001.xml                |   23 +
 test/testdocs/variablelist.001.xml         |   64 ++
 test/testdocs/variablelist.002.xml         |   35 +
 test/testdocs/variablelist.003.xml         |   26 +
 test/testdocs/variablelist.004.xml         |   26 +
 test/testdocs/xref.001.xml                 |   98 +++
 test/testdocs/xrefstyle.001.xml            |   19 +
 xslt/docbook/html/Makefile.am              |    3 +-
 xslt/docbook/html/db2html-cmdsynopsis.xsl  |  546 ++++++------
 xslt/docbook/html/db2html-info.xsl         | 1258 ++++++++++++++--------------
 xslt/docbook/html/db2html.xsl              |   20 +
 xslt/rngdoc/rngdoc.xsl                     |   56 +-
 xslt/xsldoc/xsldoc.xsl                     |   87 +-
 136 files changed, 7709 insertions(+), 970 deletions(-)

commit c3522264602737de6d3d772aec50b96a146fc473
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Wed Apr 28 02:32:36 2004 +0000

    - More xsldoc changes
    
    * xslt/docbook/common/db-chunk.xsl:
    * xslt/docbook/html/db2html-admon.xsl:
    * xslt/docbook/html/db2html-funcsynopsis.xsl:
    * xslt/docbook/html/db2html-info.xsl:
    * xslt/docbook/omf/db2omf.xsl:
    * xslt/gettext/gettext.xsl:
    * xslt/xsldoc/xsldoc.xsl:
    - More xsldoc changes

 ChangeLog                                  |   11 ++++
 xslt/docbook/common/db-chunk.xsl           |    2 +-
 xslt/docbook/html/db2html-admon.xsl        |    5 +-
 xslt/docbook/html/db2html-funcsynopsis.xsl |    4 +-
 xslt/docbook/html/db2html-info.xsl         |    6 +-
 xslt/docbook/omf/db2omf.xsl                |    4 +-
 xslt/gettext/gettext.xsl                   |   10 ++--
 xslt/xsldoc/xsldoc.xsl                     |   74 ++++++++++++++++++++++------
 8 files changed, 85 insertions(+), 31 deletions(-)

commit 98ce8ad3fa7d3a76404069c5b695d0f90f65ec27
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Tue Apr 27 01:58:18 2004 +0000

    - Started switching xsldoc over to the new format
    
    * xslt/xsldoc/xsldoc.xsl:
    - Started switching xsldoc over to the new format

 ChangeLog              |    5 +
 xslt/xsldoc/xsldoc.xsl |  223 ++++++++++++++++++++++++++++++-----------------
 2 files changed, 147 insertions(+), 81 deletions(-)

commit 6349aa888d823c3dc887608d5555f8ab39e13e92
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Mon Apr 26 17:40:23 2004 +0000

    - Changes to the xsldoc
    
    * xslt/docbook/omf/db2omf.xsl:
    - Changes to the xsldoc

 ChangeLog                   |    5 +
 xslt/docbook/omf/db2omf.xsl |  376 +++++++++++++++++++++++++++++--------------
 2 files changed, 263 insertions(+), 118 deletions(-)

commit 24c4b652770b2d34387a8d22bfd8a0d234c64311
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Mon Apr 26 17:15:15 2004 +0000

    - Changes to the xsldoc
    
    * xslt/docbook/common/db-chunk.xsl:
    * xslt/docbook/html/db2html-admon.xsl:
    * xslt/docbook/html/db2html-cmdsynopsis.xsl:
    * xslt/docbook/html/db2html-ebnf.xsl:
    * xslt/docbook/html/db2html-funcsynopsis.xsl:
    * xslt/docbook/html/db2html-info.xsl:
    * xslt/docbook/html/db2html-inline.xsl:
    * xslt/docbook/html/db2html-label.xsl:
    * xslt/docbook/html/db2html-title.xsl:
    * xslt/gettext/gettext.xsl:
    - Changes to the xsldoc

 ChangeLog                                  |   14 +++++++
 xslt/docbook/common/db-chunk.xsl           |   54 ++++++++++++++++++---------
 xslt/docbook/html/db2html-admon.xsl        |    2 +-
 xslt/docbook/html/db2html-cmdsynopsis.xsl  |    2 +-
 xslt/docbook/html/db2html-ebnf.xsl         |    6 ++--
 xslt/docbook/html/db2html-funcsynopsis.xsl |    2 +-
 xslt/docbook/html/db2html-info.xsl         |    2 +-
 xslt/docbook/html/db2html-inline.xsl       |    2 +-
 xslt/docbook/html/db2html-label.xsl        |    2 +-
 xslt/docbook/html/db2html-title.xsl        |    2 +-
 xslt/gettext/gettext.xsl                   |   20 ++++++++--
 11 files changed, 76 insertions(+), 32 deletions(-)

commit c51b9722ef2951f7ce541f42feb458d9b5c6a1ea
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Wed Apr 21 00:57:48 2004 +0000

    - Switching xsldoc comments to something more pleasant
    
    * xslt/docbook/html/db2html-cmdsynopsis.xsl:
    * xslt/docbook/html/db2html-info.xsl:
    * xslt/docbook/html/db2html-inline.xsl:
    - Switching xsldoc comments to something more pleasant

 ChangeLog                                 |    7 +
 xslt/docbook/html/db2html-cmdsynopsis.xsl |  124 ++++++++------
 xslt/docbook/html/db2html-info.xsl        |  274 ++++++++++++++++++++++-------
 xslt/docbook/html/db2html-inline.xsl      |   44 ++++-
 4 files changed, 328 insertions(+), 121 deletions(-)

commit c1d0a5d01895c451ee1afa24a0935e9c0d57a3db
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Wed Apr 21 00:34:46 2004 +0000

    - Switching xsldoc comments to something more pleasant
    
    * xslt/docbook/html/db2html-funcsynopsis.xsl:
    * xslt/docbook/html/db2html-title.xsl:
    - Switching xsldoc comments to something more pleasant

 ChangeLog                                  |    6 ++
 xslt/docbook/html/db2html-funcsynopsis.xsl |   40 +++++++----
 xslt/docbook/html/db2html-title.xsl        |  104 +++++++++++++++++++++------
 3 files changed, 112 insertions(+), 38 deletions(-)

commit 2cbed3eb549be132872235e41d06c9ef1392c895
Author: Danilo Šegan <danilo@src.gnome.org>
Date:   Sat Apr 17 12:55:44 2004 +0000

    Handle whitespace content when merging.

 xml2po/ChangeLog |    5 +++++
 xml2po/xml2po.py |   16 ++++++++++------
 2 files changed, 15 insertions(+), 6 deletions(-)

commit 801a8a558900fede7c2898d8a2413db4a2de5bc8
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Sat Apr 17 00:36:44 2004 +0000

    - Switching xsldoc comments to something more pleasant
    
    * xslt/docbook/html/db2html-admon.xsl:
    * xslt/docbook/html/db2html-label.xsl:
    - Switching xsldoc comments to something more pleasant

 ChangeLog                           |    6 +
 xslt/docbook/html/db2html-admon.xsl |  120 ++++++++++++++++-------
 xslt/docbook/html/db2html-label.xsl |  179 ++++++++++++++++++++++------------
 3 files changed, 205 insertions(+), 100 deletions(-)

commit 8f1d1c3836b99f801652d2624c3cd92799dd5850
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Thu Apr 15 21:44:56 2004 +0000

    - Added db2html-ebnf.xsl
    
    * doc/xslt/C/gnome-doc-xslt.xml:
    * xslt/docbook/html/Makefile.am:
    * xslt/docbook/html/TODO:
    * xslt/docbook/html/db2html-ebnf.xsl:
    * xslt/docbook/html/elements:
    - Added db2html-ebnf.xsl

 ChangeLog                          |    9 +++++++
 doc/xslt/C/gnome-doc-xslt.xml      |    1 +
 xslt/docbook/html/Makefile.am      |    2 +
 xslt/docbook/html/TODO             |    1 -
 xslt/docbook/html/db2html-ebnf.xsl |   43 ++++++++++++++++++++++++++++++++++++
 xslt/docbook/html/elements         |    8 ++++++
 6 files changed, 63 insertions(+), 1 deletions(-)

commit 40ed3dca66e8c484f354f831975af1b4b74ecfb2
Author: Danilo Šegan <danilo@src.gnome.org>
Date:   Mon Apr 12 17:41:42 2004 +0000

    Cleanup error handling and reporting from the libxml2 parser.

 xml2po/ChangeLog |    6 ++++++
 xml2po/xml2po.py |   24 +++++++++++++++++++-----
 2 files changed, 25 insertions(+), 5 deletions(-)

commit 83349f6b1151a269d1c6b695689650bc61fdf3c3
Author: Danilo Šegan <danilo@src.gnome.org>
Date:   Mon Apr 12 16:17:15 2004 +0000

    Add "coding: utf-8" comment.

 xml2po/ChangeLog        |    4 ++++
 xml2po/modes/docbook.py |    1 +
 2 files changed, 5 insertions(+), 0 deletions(-)

commit 85bcd7cdc8e03cb1cc81fe3d2b33555a683d8721
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Thu Apr 8 01:14:20 2004 +0000

    - Implemented copyright, holder, year, collab, and collabname
    
    * xslt/docbook/html/db2html-info.xsl:
    * xslt/docbook/html/db2html-suppressed.xsl:
    - Implemented copyright, holder, year, collab, and collabname
    
    * xslt/docbook/html/db2html-inline.xsl:
    - Using hex char references
    
    * xslt/docbook/html/report.xslt:
    - Some useful numbers at the top

 ChangeLog                                |   12 ++++
 xslt/docbook/html/db2html-info.xsl       |   90 +++++++++++++++++++++++++++++-
 xslt/docbook/html/db2html-inline.xsl     |    2 +-
 xslt/docbook/html/db2html-suppressed.xsl |    5 ++
 xslt/docbook/html/report.xslt            |   20 +++++-
 5 files changed, 122 insertions(+), 7 deletions(-)

commit 8d56be788603657f164e562bad10eb939f819f2e
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Thu Apr 8 00:31:33 2004 +0000

    - Added new files
    
    * doc/xslt/C/.cvsignore:
    - Added new files
    
    * xslt/docbook/html/report.sh:
    * xslt/docbook/html/report.xslt:
    - Doing this way less stupidly

 ChangeLog                     |    9 +++++++++
 doc/xslt/C/.cvsignore         |    3 +++
 xslt/docbook/html/report.sh   |   33 ++++++++++++++-------------------
 xslt/docbook/html/report.xslt |   15 ++++++++++-----
 4 files changed, 36 insertions(+), 24 deletions(-)

commit 327cea86676321b79ea9d8eec17e57a1e727563e
Author: Danilo Šegan <danilo@src.gnome.org>
Date:   Wed Apr 7 12:19:39 2004 +0000

    Push version number to 1.0.9.

 xml2po/ChangeLog    |    2 ++
 xml2po/configure.ac |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)

commit 41af90b2aa5d089e5b2711fe61d2e0f13a651695
Author: Danilo Šegan <danilo@src.gnome.org>
Date:   Wed Apr 7 12:16:44 2004 +0000

    Add support for book/bookinfo in DocBook as well.

 xml2po/ChangeLog        |    5 +++++
 xml2po/modes/docbook.py |    6 +++---
 2 files changed, 8 insertions(+), 3 deletions(-)

commit f11df3fbe36165679dd29965526015bd24b808d3
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Wed Apr 7 00:34:23 2004 +0000

    - Added two new stylesheets
    
    * doc/xslt/C/gnome-doc-xslt.xml:
    * xslt/docbook/common/db-chunk.xsl:
    * xslt/docbook/html/db2html-info.xsl:
    - Added two new stylesheets
    
    * xslt/docbook/html/TODO:
    - Updated TODO
    
    * xslt/docbook/html/db2html-suppressed.xsl:
    - Stuff we handle in db2html.info.mode
    
    * xslt/docbook/html/db2html-title.xsl:
    - Change db2html-depth.depth-in-chunk to db.chunk.depth-in-chunk

 ChangeLog                                |   16 ++
 doc/xslt/C/gnome-doc-xslt.xml            |    7 +-
 xslt/docbook/common/db-chunk.xsl         |   59 ++++
 xslt/docbook/html/TODO                   |   14 +-
 xslt/docbook/html/db2html-info.xsl       |  435 ++++++++++++++++++++++++++++++
 xslt/docbook/html/db2html-suppressed.xsl |   11 +
 xslt/docbook/html/db2html-title.xsl      |    5 +-
 7 files changed, 534 insertions(+), 13 deletions(-)

commit 7fc845b22a284c1a9698558ea1bbb01b5c77ef67
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Tue Apr 6 06:10:23 2004 +0000

    - Added arg, group, sbr, synopfragment, and synopfragmentref
    
    * xslt/docbook/html/db2html-suppressed.xsl:
    - Added arg, group, sbr, synopfragment, and synopfragmentref
    
    * xslt/docbook/html/elements:
    - cat elements | uniq > elements
    
    * xslt/docbook/html/report.xslt:
    - Added quick count of unmatched elements

 ChangeLog                                |   11 +++++++++++
 xslt/docbook/html/db2html-suppressed.xsl |    9 ++++++++-
 xslt/docbook/html/elements               |   24 ------------------------
 xslt/docbook/html/report.xslt            |    4 ++++
 4 files changed, 23 insertions(+), 25 deletions(-)

commit a2ce6e7f1c93c19903cab90b30e80ed02ec5ff40
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Tue Apr 6 05:24:26 2004 +0000

    - Adding new XSLT files
    
    * xslt/docbook/html/Makefile.am:
    * xslt/docbook/html/db2html-funcsynopsis.xsl:
    * xslt/docbook/html/db2html-suppressed.xsl:
    - Adding new XSLT files
    
    * */.cvsignore:
    - Some .cvsignore updates

 ChangeLog                                  |   10 ++++
 sandbox/mallard/.cvsignore                 |    1 +
 sandbox/mallard/doc/mallard/.cvsignore     |    2 +
 sandbox/mallard/doc/mallard/C/.cvsignore   |   11 ++++
 test/testdoc1/.cvsignore                   |    2 +-
 xslt/docbook/html/.cvsignore               |    2 +
 xslt/docbook/html/Makefile.am              |   12 +++--
 xslt/docbook/html/db2html-funcsynopsis.xsl |   75 ++++++++++++++++++++++++++++
 xslt/docbook/html/db2html-suppressed.xsl   |   16 ++++++
 xslt/docbook/omf/.cvsignore                |    2 +
 10 files changed, 127 insertions(+), 6 deletions(-)

commit 996c43b1997ee57c2002f94c9762f7c37a6d2506
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Tue Apr 6 04:13:30 2004 +0000

    - Updating .cvsignore files

 xslt/xsldoc/.cvsignore |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit d18e8ff0d6111c55f4e2198a553f9ea8317388d7
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Tue Apr 6 04:09:27 2004 +0000

    doc/xslt/gnome-doc-xslt.desktop.in - Adding gnome-doc-xslt.desktop.in
    
    * doc/xslt/gnome-doc-xslt.desktop.in
    - Adding gnome-doc-xslt.desktop.in

 ChangeLog                          |    5 +++++
 doc/xslt/C/.cvsignore              |   10 ++++++++++
 doc/xslt/gnome-doc-xslt.desktop.in |    2 ++
 3 files changed, 17 insertions(+), 0 deletions(-)

commit 14650797cff6568e0c4563e0884c93e2f727caf6
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Tue Apr 6 04:03:32 2004 +0000

    - Fix for silly problem with rngdoc building
    
    * gnome-doc-utils.make:
    - Fix for silly problem with rngdoc building
    
    * xslt/docbook/html/Makefile.am:
    * xslt/docbook/html/elements:
    * xslt/docbook/html/report.sh:
    * xslt/docbook/html/report.xslt:
    - Added quick-and-dirty status reporting thing
    
    * xslt/docbook/html/db2html-admon.xsl:
    - Some changes to work better with xsldoc and the report

 ChangeLog                           |   14 ++
 gnome-doc-utils.make                |    2 +-
 xslt/docbook/html/Makefile.am       |    5 +
 xslt/docbook/html/db2html-admon.xsl |   66 +++++--
 xslt/docbook/html/elements          |  407 +++++++++++++++++++++++++++++++++++
 xslt/docbook/html/report.sh         |   24 ++
 xslt/docbook/html/report.xslt       |   68 ++++++
 7 files changed, 572 insertions(+), 14 deletions(-)

commit 2ccdef8680610fce037ebb5b01182c14e45b00e5
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Tue Apr 6 01:54:24 2004 +0000

    - Added gnome-doc-utils.make to EXTRA_DIST
    
    * Makefile.am:
    - Added gnome-doc-utils.make to EXTRA_DIST
    
    * configure.in:
    * doc/Makefile.am:
    * doc/mallard/Makefile.am:
    * doc/mallard/mallard.desktop.in:
    * doc/mallard/mallard.omf.in:
    * doc/mallard/C/legal.xml:
    * doc/mallard/C/mallard.xml:
    - Added documentation stuff

 sandbox/mallard/ChangeLog                      |   14 +++++
 sandbox/mallard/Makefile.am                    |    3 +
 sandbox/mallard/configure.in                   |    1 +
 sandbox/mallard/doc/Makefile.am                |    1 +
 sandbox/mallard/doc/mallard/C/legal.xml        |   63 ++++++++++++++++++++++++
 sandbox/mallard/doc/mallard/C/mallard.xml      |   52 +++++++++++++++++++
 sandbox/mallard/doc/mallard/Makefile.am        |    9 +++
 sandbox/mallard/doc/mallard/mallard.desktop.in |    2 +
 sandbox/mallard/doc/mallard/mallard.omf.in     |   12 +++++
 9 files changed, 157 insertions(+), 0 deletions(-)

commit 51be92ca084974a2fc60c6c4e1c6048b90cd5df7
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Sat Apr 3 23:29:45 2004 +0000

    - Got the xsldoc and rngdoc builds working
    
    * gnome-doc-utils.make:
    - Got the xsldoc and rngdoc builds working
    
    * doc/xslt/C/gnome-doc-xslt.xml:
    - Sectioned off db2html
    
    * xslt/docbook/html/db2html-admon.xsl:
    * xslt/docbook/html/db2html-cmdsynopsis.xsl:
    * xslt/docbook/html/db2html-inline.xsl:
    * xslt/docbook/html/db2html-label.xsl:
    * xslt/docbook/html/db2html-title.xsl:
    * xslt/docbook/omf/db2omf.xsl:
    * xslt/gettext/gettext.xsl:
    - s/refentry/reference/
    
    * xslt/xsldoc/xsldoc.xsl:
    - Split out xsldoc.params
    - Put in xsldoc.named

 ChangeLog                                 |   21 ++++++
 doc/xslt/C/gnome-doc-xslt.xml             |   15 +++--
 gnome-doc-utils.make                      |   60 ++++++++++-------
 xslt/docbook/html/db2html-admon.xsl       |    2 +-
 xslt/docbook/html/db2html-cmdsynopsis.xsl |    2 +-
 xslt/docbook/html/db2html-inline.xsl      |    2 +-
 xslt/docbook/html/db2html-label.xsl       |    2 +-
 xslt/docbook/html/db2html-title.xsl       |    2 +-
 xslt/docbook/omf/db2omf.xsl               |    2 +-
 xslt/gettext/gettext.xsl                  |    7 ++-
 xslt/xsldoc/xsldoc.xsl                    |  103 ++++++++++++++++++++--------
 11 files changed, 152 insertions(+), 66 deletions(-)

commit e537d538058323919f68532508511ab34d7985e6
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Sat Apr 3 01:12:35 2004 +0000

    - More targets, more rngdoc and xsldoc stuff
    
    * gnome-doc-utils.make:
    - More targets, more rngdoc and xsldoc stuff
    
    * doc/xslt/Makefile.am:
    - Added more XSLDIRS
    
    * doc/xslt/C/gnome-doc-xslt.xml:
    - Including xsldoc-generated docs
    
    * xslt/docbook/omf/db2omf.xsl:
    - Formatting
    
    * xslt/rngdoc/rngdoc.xsl:
    - Added rngdoc.id
    
    * xslt/xsldoc/xsldoc.xsl:
    - Added xsldoc.id
    - Stuff to pull param documentation

 ChangeLog                     |   21 +++++++++++
 doc/xslt/C/gnome-doc-xslt.xml |   17 ++++++++--
 doc/xslt/Makefile.am          |    7 +++-
 gnome-doc-utils.make          |   74 +++++++++++++++++++++++++++++++++--------
 xslt/docbook/omf/db2omf.xsl   |    4 +--
 xslt/rngdoc/rngdoc.xsl        |    8 ++++
 xslt/xsldoc/xsldoc.xsl        |   64 +++++++++++++++++++++++++----------
 7 files changed, 154 insertions(+), 41 deletions(-)

commit 88d4c5b80187c428807dfb336b8ad9db643b6cf1
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Fri Apr 2 20:30:55 2004 +0000

    - Adding bookstrap.make to bootstrap the docs builds
    
    * Makefile.am:
    * bootstrap.make:
    * doc/xslt/Makefile.am:
    - Adding bookstrap.make to bootstrap the docs builds
    
    * configure.in:
    * xslt/Makefile.am:
    * xslt/xsldoc/Makefile.am:
    - Actually build xsldoc
    
    * gnome-doc-utils.make:
    - Put in some variables to help bootstrapping
    
    * xslt/docbook/html/Makefile.am:
    - Added new XSLT files to Makefile.am
    
    * xslt/rngdoc/Makefile.am:
    - Hum

 ChangeLog                     |   21 +++++++++++++++++++++
 Makefile.am                   |    1 +
 bootstrap.make                |    3 +++
 configure.in                  |    1 +
 doc/xslt/Makefile.am          |    2 ++
 gnome-doc-utils.make          |   17 ++++++++++++++++-
 xslt/Makefile.am              |    3 ++-
 xslt/docbook/html/Makefile.am |    3 +++
 xslt/rngdoc/Makefile.am       |    3 +--
 xslt/xsldoc/Makefile.am       |    3 +--
 10 files changed, 51 insertions(+), 6 deletions(-)

commit e347e83ca57b927dc629b2d93475d5c8c1008b4d
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Fri Apr 2 07:41:42 2004 +0000

    - Adding xsldoc.xsl
    
    * xslt/xsldoc/Makefile.am:
    * xslt/xsldoc/xsldoc.xsl:
    - Adding xsldoc.xsl
    
    * xslt/rngdoc/rngdoc.xsl:
    - Removed sectioning stuff

 ChangeLog               |    9 ++++
 xslt/rngdoc/rngdoc.xsl  |   45 +++++++++-------------
 xslt/xsldoc/Makefile.am |    6 +++
 xslt/xsldoc/xsldoc.xsl  |   94 +++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 128 insertions(+), 26 deletions(-)

commit 9157dbb69c5756cb2666d1aac91aa2cac7eac59e
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Fri Apr 2 02:26:48 2004 +0000

    - Added db2html-inline.xsl
    
    * xslt/docbook/html/db2html-inline.xsl:
    - Added db2html-inline.xsl
    
    * xslt/docbook/html/db2html-cmdsynopsis.xsl:
    - Added -punc spans around things with automatic punctuation

 ChangeLog                                 |    8 +
 xslt/docbook/html/db2html-cmdsynopsis.xsl |   30 +-
 xslt/docbook/html/db2html-inline.xsl      |  721 +++++++++++++++++++++++++++++
 3 files changed, 746 insertions(+), 13 deletions(-)

commit 75044ddc3bdbc5d48ce4f6e84f7a025916353458
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Thu Apr 1 22:33:01 2004 +0000

    - Adding db2html-cmdsynopsis.xsl
    
    * xslt/docbook/html/db2html-cmdsynopsis.xsl:
    - Adding db2html-cmdsynopsis.xsl
    
    * xslt/docbook/html/db2html-admon.xsl:
    * xslt/docbook/html/db2html-label.xsl:
    * xslt/docbook/html/db2html-title.xsl:
    - Making names not as obscenely long

 ChangeLog                                 |   10 +
 xslt/docbook/html/db2html-admon.xsl       |   62 +++---
 xslt/docbook/html/db2html-cmdsynopsis.xsl |  286 +++++++++++++++++++++++++++++
 xslt/docbook/html/db2html-label.xsl       |  198 ++++++++++----------
 xslt/docbook/html/db2html-title.xsl       |   40 ++--
 5 files changed, 447 insertions(+), 149 deletions(-)

commit 8553682108779c810bc4d1c83798b7f7c13675f4
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Thu Apr 1 00:21:13 2004 +0000

    - Requiring automake 1.5 for xml2po
    
    * autogen.sh:
    - Requiring automake 1.5 for xml2po
    
    * gnome-doc-utils.make:
    - Building OMF files
    
    * doc/xslt/Makefile.am:
    * doc/xslt/C/gnome-doc-xslt.xml:
    * doc/xslt/C/legal.xml:
    - Added content files
    
    * xslt/docbook/omf/Makefile.am:
    - s/db2html/db2omf/
    
    * xslt/docbook/omf/db2omf.xsl:
    - Fixed XPath selections and implemented more keys

 ChangeLog                     |   19 +++++++++
 autogen.sh                    |    3 +
 doc/xslt/C/gnome-doc-xslt.xml |   40 +++++++++++++++++++
 doc/xslt/C/legal.xml          |   63 ++++++++++++++++++++++++++++++
 doc/xslt/Makefile.am          |    1 +
 gnome-doc-utils.make          |   14 +++++-
 xslt/docbook/omf/Makefile.am  |    2 +-
 xslt/docbook/omf/db2omf.xsl   |   86 ++++++++++++++++++++++++-----------------
 8 files changed, 189 insertions(+), 39 deletions(-)

commit 45c1450019c78f8c63c237dc1b09ce2751f33215
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Wed Mar 31 04:44:59 2004 +0000

    - Added db2omf and gettext variables. - Changes docbook2html to db2html.
    
    * gnome-doc-utils.pc.in:
    - Added db2omf and gettext variables.
    - Changes docbook2html to db2html.
    
    * doc/xslt/gnome-doc-xslt.omf.in:
    - Added .omf.in file for gnome-doc-xslt.
    
    * xslt/docbook/omf/db2omf.xsl:
    - Partial implementation.

 ChangeLog                      |   12 +++++
 doc/.cvsignore                 |    2 +
 doc/xslt/.cvsignore            |    2 +
 doc/xslt/gnome-doc-xslt.omf.in |   10 ++++
 gnome-doc-utils.pc.in          |    4 +-
 xslt/docbook/omf/db2omf.xsl    |  100 +++++++++++++++++++++++++++-------------
 6 files changed, 97 insertions(+), 33 deletions(-)

commit a53f661592fc480ccdd92e5e0edb001307a6c9e8
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Wed Mar 31 00:38:32 2004 +0000

    - Adding db2omf.xsl
    
    * configure.in:
    * gnome-doc-utils.make:
    * xslt/docbook/Makefile.am:
    * xslt/docbook/omf/Makefile.am:
    * xslt/docbook/omf/db2omf.xsl:
    - Adding db2omf.xsl

 ChangeLog                    |    9 +
 configure.in                 |    1 +
 gnome-doc-utils.make         |   17 ++-
 xslt/docbook/Makefile.am     |    2 +-
 xslt/docbook/omf/Makefile.am |    5 +
 xslt/docbook/omf/db2omf.xsl  |  330 ++++++++++++++++++++++++++++++++++++++++++
 6 files changed, 361 insertions(+), 3 deletions(-)

commit 6e394490f151edd9a83a6469e7f728d6a9b56e8c
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Sat Mar 27 02:40:50 2004 +0000

    - Starting fresh with gnome-doc-utils.make
    
    * gnome-doc-utils.m4:
    * gnome-doc-utils.make:
    * doc/xslt/Makefile.am:
    - Starting fresh with gnome-doc-utils.make

 ChangeLog            |    7 +++++
 doc/xslt/Makefile.am |   11 ++++---
 gnome-doc-utils.m4   |    2 +-
 gnome-doc-utils.make |   73 +++++++++++++++++++++++++++++++++++--------------
 4 files changed, 66 insertions(+), 27 deletions(-)

commit 76537def1ff16cffc347d16fc3afb69a34ec9931
Author: Danilo Šegan <danilo@src.gnome.org>
Date:   Wed Mar 24 23:54:12 2004 +0000

    Imported entire xml2po tree.

 ChangeLog                   |    6 +
 xml2po/.cvsignore           |   16 ++
 xml2po/AUTHORS              |    1 +
 xml2po/COPYING              |  340 ++++++++++++++++++++++++
 xml2po/ChangeLog            |  390 +++++++++++++++++++++++++++
 xml2po/Makefile.am          |   29 ++
 xml2po/NEWS                 |   79 ++++++
 xml2po/README.in            |  153 +++++++++++
 xml2po/TODO                 |   89 ++++++
 xml2po/autogen.sh           |    5 +
 xml2po/configure.ac         |   59 ++++
 xml2po/examples/.cvsignore  |    4 +
 xml2po/examples/Makefile.am |    2 +
 xml2po/examples/one.po      |  303 +++++++++++++++++++++
 xml2po/examples/one.xml     |  279 +++++++++++++++++++
 xml2po/examples/two.po      |  137 ++++++++++
 xml2po/examples/two.xml     |  102 +++++++
 xml2po/modes/.cvsignore     |    3 +
 xml2po/modes/Makefile.am    |    4 +
 xml2po/modes/docbook.py     |  189 +++++++++++++
 xml2po/modes/empty.py       |   59 ++++
 xml2po/modes/gs.py          |   79 ++++++
 xml2po/xml2po.pc.in         |    8 +
 xml2po/xml2po.py            |  619 +++++++++++++++++++++++++++++++++++++++++++
 24 files changed, 2955 insertions(+), 0 deletions(-)

commit 5e1e745f6a131640c6adca751da26261223662c7
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Wed Mar 24 02:00:25 2004 +0000

    - Somewhat more intelligent use of gnome-doc-utils.make
    
    * Makefile.am:
    * gnome-doc-utils.m4:
    * test/testdoc1/Makefile.am:
    - Somewhat more intelligent use of gnome-doc-utils.make

 ChangeLog                 |    7 +++++++
 Makefile.am               |    8 ++++++--
 gnome-doc-utils.m4        |   17 +++++++++++------
 test/testdoc1/Makefile.am |    3 +++
 4 files changed, 27 insertions(+), 8 deletions(-)

commit 895d1fbb9b07c001716bbba99ede38ae935f4607
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Fri Mar 19 23:26:17 2004 +0000

    Makefile.am
    
    * Makefile.am
    * configure.in:
    * gnome-doc-utils.m4:
    * doc/Makefile.am:
    * doc/xslt/Makefile.am:
    - Adding new files
    
    * gnome-doc-utils.m4:
    - Minor stuff
    
    * gnome-doc-utils.pc.in:
    - Added variables sgmldir and xsldoc
    
    * test/testdoc1/autogen.sh:
    * test/testdoc1/help/testdoc1/Makefile.am:
    - Testing gnome-doc-utils.make without going through autoconf
    
    * xslt/docbook/html/db2html-title.xsl:
    - Removed some xsl:text

 ChangeLog                               |   22 ++++++++++++++++++++
 Makefile.am                             |    6 ++--
 configure.in                            |    2 +
 doc/Makefile.am                         |    1 +
 doc/xslt/Makefile.am                    |    9 ++++++++
 gnome-doc-utils.m4                      |   14 +++++++++++-
 gnome-doc-utils.make                    |   33 +++++++++++++++++++++++++++++++
 gnome-doc-utils.pc.in                   |    3 +-
 test/testdoc1/autogen.sh                |    5 ----
 test/testdoc1/help/testdoc1/Makefile.am |    4 +-
 xslt/docbook/html/db2html-title.xsl     |    4 +--
 11 files changed, 87 insertions(+), 16 deletions(-)

commit 7ae8b581b8b978604843196454b038cdabb3ec9d
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Fri Mar 19 00:43:19 2004 +0000

    - Added db-section.rng
    
    * rng/db-section.rng:
    - Added db-section.rng
    
    * rng/db-title.rng:
    - Annotation changes

 sandbox/mallard/ChangeLog          |    8 ++
 sandbox/mallard/rng/db-section.rng |   93 +++++++++++++++++
 sandbox/mallard/rng/db-title.rng   |  195 +++++++++++++++++++-----------------
 3 files changed, 203 insertions(+), 93 deletions(-)

commit 760d63a52cd3c2d3e0a5c3dd7af7da7b02f2114f
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Thu Mar 18 00:11:39 2004 +0000

    - Added db2html-admon.xsl
    
    * xslt/docbook/html/Makefile.am:
    * xslt/docbook/html/TODO:
    * xslt/docbook/html/db2html-admon.xsl:
    - Added db2html-admon.xsl

 ChangeLog                           |    7 ++
 xslt/docbook/html/Makefile.am       |    1 +
 xslt/docbook/html/TODO              |    5 -
 xslt/docbook/html/db2html-admon.xsl |  147 +++++++++++++++++++++++++++++++++++
 4 files changed, 155 insertions(+), 5 deletions(-)

commit 671d3d5834e9ff6e8026a84a97d642c6d40512be
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Wed Mar 17 02:11:13 2004 +0000

    - Added rngdoc variable.
    
    * gnome-doc-utils.pc.in:
    - Added rngdoc variable.
    
    * xslt/rngdoc/rngdoc.xsl:
    - Fixed incorrect XPath expression.

 ChangeLog              |    8 ++++++++
 gnome-doc-utils.pc.in  |    4 +++-
 xslt/rngdoc/rngdoc.xsl |   15 +++++++++++++--
 3 files changed, 24 insertions(+), 3 deletions(-)

commit 2f7f72b18d1089c792d4a3c512be74160342e940
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Tue Mar 16 23:57:55 2004 +0000

    - Adding some build files.
    
    * configure.in:
    * xslt/Makefile.am:
    * xslt/docbook/Makefile.am:
    * xslt/rngdoc/Makefile.am:
    - Adding some build files.

 ChangeLog                    |    8 ++++++++
 configure.in                 |    3 +++
 xslt/Makefile.am             |    2 +-
 xslt/docbook/.cvsignore      |    2 ++
 xslt/docbook/Makefile.am     |    1 +
 xslt/docbook/html/.cvsignore |    2 ++
 xslt/rngdoc/.cvsignore       |    2 ++
 xslt/rngdoc/Makefile.am      |    6 ++++++
 8 files changed, 25 insertions(+), 1 deletions(-)

commit 96af970eeda26571a078475e6a9252dbf6f7c245
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Tue Mar 16 22:31:22 2004 +0000

    - Adding .cvsignore files.

 sandbox/mallard/.cvsignore     |    8 ++++++++
 sandbox/mallard/doc/.cvsignore |    2 ++
 sandbox/mallard/rng/.cvsignore |    2 ++
 3 files changed, 12 insertions(+), 0 deletions(-)

commit b39f0d571ad0ab51da9cff4f2a8bdcd03d84ac74
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Tue Mar 16 22:29:51 2004 +0000

    - Adding initial work on RNG documentation builder.
    
    * xslt/rngdoc/rngdoc.xsl:
    - Adding initial work on RNG documentation builder.

 ChangeLog              |    5 ++
 xslt/rngdoc/rngdoc.xsl |  141 ++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 146 insertions(+), 0 deletions(-)

commit 3ace856b0656248e443920f64b87bdc01c04db61
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Tue Mar 16 01:01:40 2004 +0000

    - Use LGPL, not GPL
    
    * COPYING:
    - Use LGPL, not GPL
    
    * xslt/docbook/html/Makefile.am:
    * xslt/docbook/html/db2html-title.xsl:
    - Added db2html-title.xsl
    
    * xslt/docbook/html/db2html-label.xsl:
    - Annotation improvements and other minor tweaks.
    
    * xslt/docbook/html/TODO:
    - Added a TODO file.

 COPYING                             |  662 ++++++++++++++++++++++-------------
 ChangeLog                           |   15 +
 xslt/docbook/html/Makefile.am       |    3 +-
 xslt/docbook/html/TODO              |   83 +++++
 xslt/docbook/html/db2html-label.xsl |  205 ++++++------
 xslt/docbook/html/db2html-title.xsl |  157 +++++++++
 6 files changed, 774 insertions(+), 351 deletions(-)

commit f9680e0dff708e8ced21c66cd0c1806c2cfae025
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Mon Mar 15 19:57:09 2004 +0000

    Makefile.am - Adding Makefile.am
    
    * Makefile.am
    - Adding Makefile.am

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

commit 704f89545fc3d73d6d35dbc67b07db88c68287ac
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Mon Mar 15 19:56:06 2004 +0000

    - Minor annotation changes
    
    * rng/db-admon.rng:
    * rng/db-callout.rng:
    * rng/db-cmdsynopsis.rng:
    * rng/db-comp.rng:
    * rng/db-credits.rng:
    * rng/db-list.rng:
    * rng/db-media.rng:
    * rng/db-para.rng:
    * rng/db-title.rng:
    - Minor annotation changes

 sandbox/mallard/AUTHORS                |    1 +
 sandbox/mallard/COPYING                |  504 ++++++++++++++++++++++++++++++++
 sandbox/mallard/ChangeLog              |   12 +
 sandbox/mallard/INSTALL                |  182 ++++++++++++
 sandbox/mallard/autogen.sh             |   22 ++
 sandbox/mallard/configure.in           |   12 +
 sandbox/mallard/rng/db-admon.rng       |    2 +-
 sandbox/mallard/rng/db-callout.rng     |    2 +-
 sandbox/mallard/rng/db-cmdsynopsis.rng |    2 +-
 sandbox/mallard/rng/db-comp.rng        |   20 +-
 sandbox/mallard/rng/db-credits.rng     |    2 +-
 sandbox/mallard/rng/db-list.rng        |    2 +-
 sandbox/mallard/rng/db-media.rng       |    2 +-
 sandbox/mallard/rng/db-para.rng        |    2 +-
 sandbox/mallard/rng/db-title.rng       |    2 +-
 15 files changed, 751 insertions(+), 18 deletions(-)

commit d83c3d1811329adafb1c020a77671b53c8a5d42f
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Mon Mar 15 03:36:48 2004 +0000

    - Importing Mallard stuff.
    
    * sandbox/mallard:
    - Importing Mallard stuff.

 ChangeLog                              |    5 +
 po/.cvsignore                          |    4 +
 sandbox/mallard/rng/db-admon.rng       |  131 +++++
 sandbox/mallard/rng/db-callout.rng     |   95 ++++
 sandbox/mallard/rng/db-cmdsynopsis.rng |  223 +++++++++
 sandbox/mallard/rng/db-comp.rng        |  845 ++++++++++++++++++++++++++++++++
 sandbox/mallard/rng/db-credits.rng     |  616 +++++++++++++++++++++++
 sandbox/mallard/rng/db-list.rng        |  262 ++++++++++
 sandbox/mallard/rng/db-media.rng       |  271 ++++++++++
 sandbox/mallard/rng/db-para.rng        |  113 +++++
 sandbox/mallard/rng/db-title.rng       |  109 ++++
 test/testdoc1/.cvsignore               |    8 +
 test/testdoc1/help/.cvsignore          |    2 +
 test/testdoc1/help/testdoc1/.cvsignore |    5 +
 xslt/.cvsignore                        |    2 +
 xslt/gettext/.cvsignore                |    3 +
 16 files changed, 2694 insertions(+), 0 deletions(-)

commit d634dbaef743dd4318aec4c13a587262ec710992
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Sun Mar 14 23:44:56 2004 +0000

    - Trying stuff out, rather unsuccessfully.
    
    * gnome-doc-utils.m4:
    * test/testdoc1/Makefile.am:
    * test/testdoc1/autogen.sh:
    * test/testdoc1/help/testdoc1/Makefile.am:
    - Trying stuff out, rather unsuccessfully.
    
    * xslt/docbook/html/Makefile.am:
    * xslt/docbook/html/db2html-label.xsl:
    - Added db2html-label.xsl, equivalent to Yelp's db2html-header.xsl.
    
    * xslt/gettext/Makefile.am:
    - Change the install directory.
    
    * xslt/gettext/gettext.xsl:
    - Removed stuff, getting ready to annotate.

 ChangeLog                               |   18 +
 gnome-doc-utils.m4                      |    3 -
 test/testdoc1/Makefile.am               |    1 -
 test/testdoc1/autogen.sh                |    5 +
 test/testdoc1/help/testdoc1/Makefile.am |    6 +-
 xslt/docbook/html/Makefile.am           |    6 +
 xslt/docbook/html/db2html-label.xsl     |  524 +++++++++++++++++++++++++++++++
 xslt/gettext/Makefile.am                |    2 +-
 xslt/gettext/gettext.xsl                |  318 ++++++++-----------
 9 files changed, 685 insertions(+), 198 deletions(-)

commit d13188a9c62901e76ed6b78af30b1b017802f701
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Tue Mar 9 10:12:11 2004 +0000

    - Minor changes
    
    * gnome-doc-utils.m4:
    - Minor changes
    
    * test
    - Adding a test document

 ChangeLog                                      |    8 +
 gnome-doc-utils.m4                             |    8 +-
 test/testdoc1/AUTHORS                          |    1 +
 test/testdoc1/COPYING                          |  504 ++++++++++++++++++
 test/testdoc1/COPYING-DOCS                     |  355 +++++++++++++
 test/testdoc1/INSTALL                          |  182 +++++++
 test/testdoc1/Makefile.am                      |    2 +
 test/testdoc1/autogen.sh                       |   22 +
 test/testdoc1/configure.in                     |   10 +
 test/testdoc1/help/Makefile.am                 |    2 +
 test/testdoc1/help/testdoc1/C/fdl-appendix.xml |  667 ++++++++++++++++++++++++
 test/testdoc1/help/testdoc1/C/legal.xml        |   76 +++
 test/testdoc1/help/testdoc1/C/testdoc1.xml     |   48 ++
 test/testdoc1/help/testdoc1/Makefile.am        |    5 +
 test/testdoc1/help/testdoc1/testdoc1.omf.in    |   17 +
 15 files changed, 1901 insertions(+), 6 deletions(-)

commit e2ca728da77560367f04a3c70e46aa54bb607229
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Tue Mar 9 03:48:37 2004 +0000

    - Added xslt to SUBDIRS - Added gnome-doc-utils.m4 - Added ACLOCAL_FLAGS
    
    * Makefile.am:
    * autogen.sh:
    * configure.in:
    * gnome-doc-utils.m4:
    - Added xslt to SUBDIRS
    - Added gnome-doc-utils.m4
    - Added ACLOCAL_FLAGS to bootstrap off of local gnome-doc-utils.m4

 ChangeLog          |   10 ++++++++++
 Makefile.am        |   11 +++++++----
 autogen.sh         |    5 +++++
 configure.in       |    3 +++
 gnome-doc-utils.m4 |   23 +++++++++++++++++++++++
 5 files changed, 48 insertions(+), 4 deletions(-)

commit ec71e6e44ac2f0407c8018ebe010dbd6a50ccacd
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Fri Mar 5 05:21:40 2004 +0000

    - Added AM_GLIB_GNU_GETTEXT. - Added cong-doc-utils.pc to AC_OUTPUT.
    
    * configure.in:
    - Added AM_GLIB_GNU_GETTEXT.
    - Added cong-doc-utils.pc to AC_OUTPUT.

 .cvsignore   |    1 +
 ChangeLog    |    6 ++++++
 configure.in |    2 ++
 3 files changed, 9 insertions(+), 0 deletions(-)

commit 8c6397c68155eec601fd4a6ceff7d39e9a86462e
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Fri Mar 5 03:36:44 2004 +0000

    - Adding gettext.xsl and related stuff.
    
    * po/POTFILES.in:
    * xslt/Makefile.am:
    * xslt/gettext/Makefile.am:
    * xslt/gettext/gettext.xsl:
    * xslt/gettext/l10n.xml.in:
    - Adding gettext.xsl and related stuff.

 po/POTFILES.in           |    1 +
 xslt/Makefile.am         |    1 +
 xslt/gettext/Makefile.am |    9 +
 xslt/gettext/gettext.xsl |  226 ++++++++++++++++++++++++++++
 xslt/gettext/l10n.xml.in |  376 ++++++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 613 insertions(+), 0 deletions(-)

commit a5c57bbae56e1cdd9f16f7ce85b6bb81b86143cc
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Fri Mar 5 03:31:00 2004 +0000

    - Stole autogen from nautilus.
    
    * autogen.sh:
    - Stole autogen from nautilus.
    
    * configure.in:
    - Added po/ChangeLog
    - Added xslt/Makefile

 ChangeLog        |    8 +++
 autogen.sh       |  153 ++++-------------------------------------------------
 configure.in     |    1 +
 3 files changed, 21 insertions(+), 141 deletions(-)

commit 6d686e81416d72c3feca5c9cb88c5919b2fcc25f
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Fri Mar 5 02:45:03 2004 +0000

    - Added po
    
    * Makefile.am:
    * configure.in:
    - Added po
    
    * NEWS:
    * .cvsignore:
    - Added

 .cvsignore   |   14 ++++++++++++++
 Makefile.am  |    2 +-
 configure.in |    1 +
 3 files changed, 16 insertions(+), 1 deletions(-)

commit 0bdf126eec45c7d42d5e81e76628801477936c11
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Fri Mar 5 02:27:20 2004 +0000

    Adding po directory

 0 files changed, 0 insertions(+), 0 deletions(-)

commit c31f7d1ecdd0137ffe59b26153f6bfc2af9184eb
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Fri Mar 5 02:17:37 2004 +0000

    Import of gnome-doc-utils

commit 77e973fae87d9b826db1b4c6ed2d1a2355a84888
Author: Shaun McCance <shaunm@src.gnome.org>
Date:   Fri Mar 5 02:17:37 2004 +0000

    Initial revision

 AUTHORS               |    1 +
 COPYING               |  340 +++++++++++++++++++++++++++++++++++++++++++++++++
 INSTALL               |  182 ++++++++++++++++++++++++++
 Makefile.am           |   11 ++
 autogen.sh            |  150 ++++++++++++++++++++++
 configure.in          |   10 ++
 gnome-doc-utils.pc.in |    7 +
 7 files changed, 701 insertions(+), 0 deletions(-)