1commit c7601289cd7f0f3e01a537ae40ef7560b66df018
2Author: Quentin PAGÈS <pages_quentin@hotmail.com>
3Date:   Tue May 11 17:51:17 2021 +0000
4
5    Update Occitan translation
6
7 po/oc.po | 151 +++++++++++++++++++++++++++++++++++++--------------------------
8 1 file changed, 90 insertions(+), 61 deletions(-)
9
10commit 36ebaeeb42201b40a47ab5b8b672ae21a5482ec4
11Author: Ngọc Quân Trần <vnwildman@gmail.com>
12Date:   Mon Apr 26 02:29:35 2021 +0000
13
14    Update Vietnamese translation
15
16 po/vi.po | 180 +++++++++++++++++++++++++++++++++++----------------------------
17 1 file changed, 99 insertions(+), 81 deletions(-)
18
19commit 63fc8f64e07db5b8066cec7e3ef85e3166a329f9
20Author: Pawan Chitrakar <chautari@gmail.com>
21Date:   Wed Apr 14 07:01:50 2021 +0000
22
23    Update Nepali translation
24
25 po/ne.po | 327 +++++++++++++++++++++++++--------------------------------------
26 1 file changed, 129 insertions(+), 198 deletions(-)
27
28commit 51cb07d211189748304f232ec86ecbafff940d0a
29Author: Yaron Shahrabani <sh.yaron@gmail.com>
30Date:   Wed Mar 31 15:36:16 2021 +0000
31
32    Update Hebrew translation
33
34 po/he.po | 286 +++++++++++++++++++++++++++------------------------------------
35 1 file changed, 124 insertions(+), 162 deletions(-)
36
37commit 130378891c60ee7c8f132d002fb32f28e161f6e7
38Author: Shaun McCance <shaunm@redhat.com>
39Date:   Sat Mar 20 12:40:55 2021 -0400
40
41    Version 40.0
42
43 NEWS         | 4 ++++
44 configure.ac | 2 +-
45 2 files changed, 5 insertions(+), 1 deletion(-)
46
47commit a2c4d104528502d1febab55c78f48c9cbf08345b
48Author: Shaun McCance <shaunm@redhat.com>
49Date:   Sat Mar 13 18:58:03 2021 -0500
50
51    Version 40.rc
52
53 NEWS         | 6 ++++++
54 configure.ac | 2 +-
55 2 files changed, 7 insertions(+), 1 deletion(-)
56
57commit c16297d10c8bd32bbf890453594368122e612d97
58Author: Fran Dieguez <frandieguez@gnome.org>
59Date:   Wed Feb 24 00:01:31 2021 +0000
60
61    Update Galician translation
62
63 po/gl.po | 34 +++++++++++++++++++++++++++++-----
64 1 file changed, 29 insertions(+), 5 deletions(-)
65
66commit 965546828e69cfc35803b294c3373703f56157dc
67Author: Matej Urbančič <mateju@svn.gnome.org>
68Date:   Sat Feb 20 23:38:13 2021 +0000
69
70    Update Slovenian translation
71
72 po/sl.po | 54 +++++++++++++++++++++++++++++++++++++++---------------
73 1 file changed, 39 insertions(+), 15 deletions(-)
74
75commit e47548f7a8ff5425819d3eac5d2867a45fc072cf
76Author: Shaun McCance <shaunm@redhat.com>
77Date:   Sat Feb 13 11:45:38 2021 -0500
78
79    Version 40.beta
80
81 NEWS         | 15 +++++++++++++++
82 configure.ac |  2 +-
83 2 files changed, 16 insertions(+), 1 deletion(-)
84
85commit 7002af5e4b068d8d0ff6e130408d9990498c5a33
86Author: Shaun McCance <shaunm@redhat.com>
87Date:   Sat Feb 13 10:29:25 2021 -0500
88
89    More work on experimental links styles for gnome 40 help
90
91 doc/yelp-xsl/C/html.page.page        |   2 +-
92 doc/yelp-xsl/C/mal2html-links.page   |   3 +
93 xslt/common/css/mallard.css.tmpl     |  56 +++++++++++++---
94 xslt/common/html.xsl                 |   2 +-
95 xslt/mallard/html/mal2html-links.xsl | 126 ++++++++++++++++++++++++++++++-----
96 5 files changed, 158 insertions(+), 31 deletions(-)
97
98commit 4631313258e869cb1935851f932563282f6364f3
99Author: Shaun McCance <shaunm@redhat.com>
100Date:   Fri Feb 12 21:48:10 2021 -0500
101
102    Update highlight.js to 10.5+ and add SML highlighter
103
104    Fixes https://gitlab.gnome.org/GNOME/yelp-xsl/-/issues/29
105
106    highlight.js renamed cs->csharp and tex->latex, so I had to do the same.
107    This means that the highlight.js included with yelp-xsl as of this commit
108    might not highlight those two languages if you drop it into html built
109    with yelp-xsl before this commit. That's a thing that could potentially
110    happen in multiple-document sites with partial rebuilds.
111
112 js/README.duck                         |   50 +-
113 js/ducktype.js                         |    3 +-
114 js/highlight.pack.js                   | 1344 +++++++++++++++++++++++++++++++-
115 test/syntax/source/code/{cs => csharp} |    0
116 test/syntax/source/code/{tex => latex} |    0
117 test/syntax/source/code/sml            |   26 +
118 test/syntax/source/dita.dita           |   20 +-
119 test/syntax/source/docbook.docbook     |   18 +-
120 test/syntax/source/mallard.page        |   22 +-
121 xslt/dita/html/dita2html-block.xsl     |    8 +-
122 xslt/docbook/html/db2html-block.xsl    |    8 +-
123 xslt/mallard/html/mal2html-block.xsl   |    8 +-
124 12 files changed, 1460 insertions(+), 47 deletions(-)
125
126commit 83285ef73649359eba97a27deb151a6758db4538
127Author: Shaun McCance <shaunm@redhat.com>
128Date:   Wed Feb 10 14:59:09 2021 -0500
129
130    Oops I forgot to add some CSS template files to Makefile.am
131
132 xslt/common/css/Makefile.am | 3 +++
133 1 file changed, 3 insertions(+)
134
135commit 863ebf4cbc776498e84d51d4bd81742242287756
136Author: Shaun McCance <shaunm@redhat.com>
137Date:   Tue Feb 9 19:27:51 2021 -0500
138
139    Adding experimental-gnome-tiles links style
140
141    I'm trying to be very, very explicit about style hints that are experimental
142    and currently only intended for a single use, because I really want to be
143    able to drop these styles when we're done with them.
144
145 test/mallard/source/banner-help.svg  | 82 +++++++++++++++++++++++++++++++
146 test/mallard/source/credit1.page     |  1 +
147 test/mallard/source/index.page       |  4 ++
148 test/mallard/source/note1.page       |  1 +
149 test/mallard/source/task1.page       |  1 +
150 xslt/common/css/core.css.tmpl        | 21 ++++++++
151 xslt/common/css/mallard.css.tmpl     | 34 +++++++++++++
152 xslt/mallard/html/mal2html-links.xsl | 94 ++++++++++++++++++++++++++++++++++++
153 8 files changed, 238 insertions(+)
154
155commit 8be1ec6600a28f5b0892bbe04c43ec870158b0a6
156Author: Shaun McCance <shaunm@redhat.com>
157Date:   Tue Feb 9 11:51:04 2021 -0500
158
159    Templatize the grid size
160
161    This allows you to easily set the page width to common 12-multiples
162    like 1200, 1080, and 960. Things that are grid-based will adjust
163    according without extra effort. Also made some widths follow the
164    selected grid, like sidebar notes.
165
166    This commit also changes "about" footers to use div elements instead
167    of footer elements. They are already contained in a footer element,
168    and you're not supposed to put footers in footers.
169
170 doc/yelp-xsl/C/html.grid.size.page     |  22 ++
171 doc/yelp-xsl/C/html.page               |   3 +
172 test/mallard/build.sh                  |   2 +
173 test/mallard/source/credit1.page       |  51 ++++
174 test/mallard/source/index.page         |  17 ++
175 test/mallard/source/note1.page         |   3 +
176 test/mallard/source/task1.page         |   3 +
177 test/mallard/source/yelp.svg           | 520 +++++++++++++++++++++++++++++++++
178 xslt/common/css/core.css.tmpl          |  33 +--
179 xslt/common/css/elements.css.tmpl      |  30 +-
180 xslt/common/css/mallard.css.tmpl       |   7 +-
181 xslt/common/html.xsl                   |  17 ++
182 xslt/dita/html/dita2html-topic.xsl     |   4 +-
183 xslt/docbook/html/db2html-division.xsl |   4 +-
184 xslt/mallard/html/mal2html-page.xsl    |   4 +-
185 15 files changed, 674 insertions(+), 46 deletions(-)
186
187commit 5ff2a3f0ea8da63100ac54cbcc0721db1338c6e0
188Author: Jordi Mas <jmas@softcatala.org>
189Date:   Wed Jan 6 23:13:48 2021 +0100
190
191    Update Catalan translation
192
193 po/ca.po | 2 +-
194 1 file changed, 1 insertion(+), 1 deletion(-)
195
196commit 690b5182deb0d121d691b3ec585ba418875dfb0e
197Author: Shaun McCance <shaunm@redhat.com>
198Date:   Fri Jan 1 12:08:03 2021 -0500
199
200    Update the COPYING file
201
202    The COPYING file still talked about the old icons and jQuery stuff
203
204 COPYING | 19 +++++++------------
205 1 file changed, 7 insertions(+), 12 deletions(-)
206
207commit 5df5b3aacf4728a993fe5e23f54af0abe563efcc
208Author: Shaun McCance <shaunm@redhat.com>
209Date:   Wed Dec 30 21:27:54 2020 -0500
210
211    Clean up tests
212
213 .gitignore                                     |   37 +-
214 test/Makefile.am                               |    1 -
215 test/colors/Makefile                           |    5 -
216 test/colors/README                             |   11 +
217 test/colors/build.sh                           |    5 +
218 test/docbook/README                            |   10 +
219 test/docbook/build.sh                          |    8 +
220 test/docbook/source/bibliography.xml           |   77 +
221 test/docbook/source/blocks.xml                 |  486 ++++++
222 test/docbook/source/cals-tables.xml            |  322 ++++
223 test/docbook/source/classsynopsis.xml          |  214 +++
224 test/docbook/source/funcsynopsis.xml           |  131 ++
225 test/docbook/source/glossary.xml               |   42 +
226 test/docbook/source/idx.xml                    |   26 +
227 test/docbook/source/index.docbook              |   62 +
228 test/docbook/source/inline.xml                 |  431 +++++
229 test/docbook/source/lists.xml                  |  223 +++
230 test/docbook/source/reference.xml              |   36 +
231 test/lipsum/README                             |   26 -
232 test/mallard/README                            |   13 +
233 test/mallard/build.sh                          |   14 +
234 test/{lipsum => mallard/source}/index.page     |    0
235 test/{lipsum => mallard/source}/note1.page     |    0
236 test/{lipsum => mallard/source}/task1.page     |    0
237 test/syntax/Makefile                           |   11 -
238 test/syntax/README                             |    9 +
239 test/syntax/build.sh                           |   28 +
240 test/syntax/{ => source}/code/actionscript     |    0
241 test/syntax/{ => source}/code/apache           |    0
242 test/syntax/{ => source}/code/asciidoc         |    0
243 test/syntax/{ => source}/code/awk              |    0
244 test/syntax/{ => source}/code/bash             |    0
245 test/syntax/{ => source}/code/clojure          |    0
246 test/syntax/{ => source}/code/cmake            |    0
247 test/syntax/{ => source}/code/cpp              |    0
248 test/syntax/{ => source}/code/cs               |    0
249 test/syntax/{ => source}/code/css              |    0
250 test/syntax/{ => source}/code/d                |    0
251 test/syntax/{ => source}/code/diff             |    0
252 test/syntax/{ => source}/code/django           |    0
253 test/syntax/{ => source}/code/dockerfile       |    0
254 test/syntax/{ => source}/code/dos              |    0
255 test/syntax/{ => source}/code/ducktype         |    0
256 test/syntax/{ => source}/code/erb              |    0
257 test/syntax/{ => source}/code/fsharp           |    0
258 test/syntax/{ => source}/code/go               |    0
259 test/syntax/{ => source}/code/haml             |    0
260 test/syntax/{ => source}/code/haskell          |    0
261 test/syntax/{ => source}/code/http             |    0
262 test/syntax/{ => source}/code/ini              |    0
263 test/syntax/{ => source}/code/java             |    0
264 test/syntax/{ => source}/code/javascript       |    0
265 test/syntax/{ => source}/code/json             |    0
266 test/syntax/{ => source}/code/lisp             |    0
267 test/syntax/{ => source}/code/lua              |    0
268 test/syntax/{ => source}/code/makefile         |    0
269 test/syntax/{ => source}/code/markdown         |    0
270 test/syntax/{ => source}/code/matlab           |    0
271 test/syntax/{ => source}/code/nginx            |    0
272 test/syntax/{ => source}/code/objectivec       |    0
273 test/syntax/{ => source}/code/perl             |    0
274 test/syntax/{ => source}/code/php              |    0
275 test/syntax/{ => source}/code/python           |    0
276 test/syntax/{ => source}/code/r                |    0
277 test/syntax/{ => source}/code/ruby             |    0
278 test/syntax/{ => source}/code/rust             |    0
279 test/syntax/{ => source}/code/scala            |    0
280 test/syntax/{ => source}/code/scheme           |    0
281 test/syntax/{ => source}/code/shell            |    0
282 test/syntax/{ => source}/code/smalltalk        |    0
283 test/syntax/{ => source}/code/sql              |    0
284 test/syntax/{ => source}/code/tcl              |    0
285 test/syntax/{ => source}/code/tex              |    0
286 test/syntax/{ => source}/code/vala             |    0
287 test/syntax/{ => source}/code/xml              |    0
288 test/syntax/{ => source}/code/xquery           |    0
289 test/syntax/{ => source}/code/yaml             |    0
290 test/syntax/{ => source}/dita.dita             |    0
291 test/syntax/{ => source}/docbook.docbook       |    0
292 test/syntax/{ => source}/mallard.page          |    0
293 test/testbook/Makefile                         |   26 -
294 test/testbook/testbook.xml                     | 2043 ------------------------
295 test/testdoc1/AUTHORS                          |    1 -
296 test/testdoc1/COPYING                          |  504 ------
297 test/testdoc1/COPYING-DOCS                     |  355 ----
298 test/testdoc1/ChangeLog                        |    0
299 test/testdoc1/INSTALL                          |  182 ---
300 test/testdoc1/Makefile.am                      |    4 -
301 test/testdoc1/NEWS                             |    0
302 test/testdoc1/NO-AUTO-GEN                      |    0
303 test/testdoc1/README                           |    0
304 test/testdoc1/autogen.sh                       |   22 -
305 test/testdoc1/configure.in                     |   10 -
306 test/testdoc1/help/Makefile.am                 |    2 -
307 test/testdoc1/help/testdoc1/C/fdl-appendix.xml |  667 --------
308 test/testdoc1/help/testdoc1/C/legal.xml        |   76 -
309 test/testdoc1/help/testdoc1/C/testdoc1.xml     |  544 -------
310 test/testdoc1/help/testdoc1/Makefile.am        |    3 -
311 test/testdoc1/help/testdoc1/testdoc1.omf.in    |   17 -
312 test/testdocs/Makefile                         |   37 -
313 test/testdocs/README                           |   19 -
314 test/testdocs/admonitions.001.xml              |   60 -
315 test/testdocs/article.001.xml                  |   25 -
316 test/testdocs/article.002.xml                  |   25 -
317 test/testdocs/article.003.xml                  |   76 -
318 test/testdocs/article.004.xml                  |   47 -
319 test/testdocs/article.005.xml                  |   64 -
320 test/testdocs/article.006.xml                  |   68 -
321 test/testdocs/author.001.xml                   |   40 -
322 test/testdocs/author.002.xml                   |   48 -
323 test/testdocs/bibliography.001.xml             |  192 ---
324 test/testdocs/bibliography.002.xml             |  182 ---
325 test/testdocs/bibliography.003.xml             |   49 -
326 test/testdocs/bibliography.004.xml             |   51 -
327 test/testdocs/bibliography.005.xml             |   89 --
328 test/testdocs/bibliolist.001.xml               |   58 -
329 test/testdocs/blockinfo.001.xml                |   26 -
330 test/testdocs/blockinfo.002.xml                |   49 -
331 test/testdocs/blockquote.001.xml               |   46 -
332 test/testdocs/book.001.xml                     |  251 ---
333 test/testdocs/book.002.xml                     |   56 -
334 test/testdocs/book.003.xml                     |  138 --
335 test/testdocs/book.004.xml                     |   24 -
336 test/testdocs/book.005.xml                     |   48 -
337 test/testdocs/book.006.xml                     |   30 -
338 test/testdocs/book.007.xml                     |   33 -
339 test/testdocs/book.008.xml                     |   34 -
340 test/testdocs/bookinfo.001.xml                 |   84 -
341 test/testdocs/bridgehead.001.xml               |   43 -
342 test/testdocs/calloutlist.001.xml              |   50 -
343 test/testdocs/calloutlist.002.xml              |  144 --
344 test/testdocs/calloutlist.003.xml              |  156 --
345 test/testdocs/changebars.001.xml               |   24 -
346 test/testdocs/chapter.001.xml                  |   41 -
347 test/testdocs/chapter.002.xml                  |   17 -
348 test/testdocs/classsynopsis.001.xml            |   42 -
349 test/testdocs/classsynopsis.x001.xml           |   64 -
350 test/testdocs/cmdsynopsis.001.xml              |  156 --
351 test/testdocs/cmdsynopsis.002.xml              |   39 -
352 test/testdocs/cmdsynopsis.003.xml              |   48 -
353 test/testdocs/co.001.xml                       |   30 -
354 test/testdocs/db2html.xsl                      |   36 -
355 test/testdocs/dir.001.xml                      |   20 -
356 test/testdocs/docbook-43.001.xml               |  114 --
357 test/testdocs/draft.001.xml                    |   56 -
358 test/testdocs/emphasis.001.xml                 |   26 -
359 test/testdocs/epigraph.001.xml                 |   24 -
360 test/testdocs/equation.001.xml                 |   24 -
361 test/testdocs/equation.002.xml                 |   24 -
362 test/testdocs/equation.003.xml                 |   24 -
363 test/testdocs/equation.004.xml                 |   68 -
364 test/testdocs/example.001.xml                  |   19 -
365 test/testdocs/extensions.001.xml               |   81 -
366 test/testdocs/extensions.002.xml               |   23 -
367 test/testdocs/extensions.003.xml               |   47 -
368 test/testdocs/extensions.004.xml               |   35 -
369 test/testdocs/figure.001.xml                   |   48 -
370 test/testdocs/figure.002.xml                   |   49 -
371 test/testdocs/figure.003.xml                   |   41 -
372 test/testdocs/figure.004.xml                   |   47 -
373 test/testdocs/figure.005.xml                   |   30 -
374 test/testdocs/firstterm.001.xml                |   17 -
375 test/testdocs/footnote.001.xml                 |   36 -
376 test/testdocs/footnote.002.xml                 |   49 -
377 test/testdocs/footnote.003.xml                 |   68 -
378 test/testdocs/formalpara.001.xml               |   17 -
379 test/testdocs/formalpara.002.xml               |   17 -
380 test/testdocs/formalpara.003.xml               |  115 --
381 test/testdocs/funcsynopsis.001.xml             |  185 ---
382 test/testdocs/funcsynopsis.x001.xml            |   51 -
383 test/testdocs/glossary.001.xml                 |  287 ----
384 test/testdocs/glossary.002.data.xml            |   28 -
385 test/testdocs/glossary.002.xml                 |   23 -
386 test/testdocs/glossary.003.xml                 |   35 -
387 test/testdocs/imagelib.001.xml                 |   61 -
388 test/testdocs/imageobjectco.001.xml            |   56 -
389 test/testdocs/index.001.xml                    |   47 -
390 test/testdocs/index.002.xml                    |   46 -
391 test/testdocs/index.003.xml                    |   24 -
392 test/testdocs/index.x001.xml                   |   65 -
393 test/testdocs/indexterm.001.xml                |  284 ----
394 test/testdocs/indexterm.002.xml                |  705 --------
395 test/testdocs/indexterm.003.xml                |   31 -
396 test/testdocs/indexterm.004.xml                |   51 -
397 test/testdocs/indexterm.005.xml                |   32 -
398 test/testdocs/informalequation-mml.001.xml     |   21 -
399 test/testdocs/informaltable.001.xml            |   38 -
400 test/testdocs/informaltable.002.xml            |   50 -
401 test/testdocs/informaltable.003.xml            |   52 -
402 test/testdocs/informaltable.004.xml            |   49 -
403 test/testdocs/informaltable.005.xml            |   38 -
404 test/testdocs/informaltable.006.xml            |   48 -
405 test/testdocs/informaltable.007.xml            |   61 -
406 test/testdocs/informaltable.008.xml            |   52 -
407 test/testdocs/informaltable.009.xml            |   46 -
408 test/testdocs/informaltable.010.xml            |   45 -
409 test/testdocs/informaltable.011.xml            |   44 -
410 test/testdocs/informaltable.012.xml            |   36 -
411 test/testdocs/informaltable.013.xml            |   29 -
412 test/testdocs/informaltable.014.xml            |   54 -
413 test/testdocs/informaltable.015.xml            |   39 -
414 test/testdocs/informaltable.016.xml            |   48 -
415 test/testdocs/informaltable.017.xml            |   72 -
416 test/testdocs/informaltable.018.xml            |   36 -
417 test/testdocs/inline.001.xml                   |   27 -
418 test/testdocs/inline.002.xml                   |   29 -
419 test/testdocs/inline.x001.xml                  |   94 --
420 test/testdocs/itemizedlist.001.xml             |   53 -
421 test/testdocs/itemizedlist.002.xml             |   38 -
422 test/testdocs/itemizedlist.003.xml             |   76 -
423 test/testdocs/itemizedlist.004.xml             |   21 -
424 test/testdocs/itemizedlist.005.xml             |   27 -
425 test/testdocs/itemizedlist.006.xml             |   39 -
426 test/testdocs/legalnotice.001.xml              |   30 -
427 test/testdocs/lineannotation.001.xml           |   21 -
428 test/testdocs/link.001.xml                     |   36 -
429 test/testdocs/literallayout.001.xml            |   19 -
430 test/testdocs/literallayout.002.xml            |   21 -
431 test/testdocs/literallayout.003.xml            |   25 -
432 test/testdocs/lot.001.xml                      |   56 -
433 test/testdocs/mathml.001.xml                   |   18 -
434 test/testdocs/mediaobject.001.xml              |   55 -
435 test/testdocs/mediaobject.002.xml              |   46 -
436 test/testdocs/mediaobjectco.001.xml            |   33 -
437 test/testdocs/mediaobjectco.002.xml            |  212 ---
438 test/testdocs/methodsynopsis.001.xml           |   55 -
439 test/testdocs/note.001.xml                     |   18 -
440 test/testdocs/olink.001.xml                    |   22 -
441 test/testdocs/orderedlist.001.xml              |   38 -
442 test/testdocs/orderedlist.002.xml              |   38 -
443 test/testdocs/orderedlist.003.xml              |   33 -
444 test/testdocs/part.001.xml                     |   62 -
445 test/testdocs/personname.001.xml               |   16 -
446 test/testdocs/procedure.001.xml                |   44 -
447 test/testdocs/procedure.002.xml                |   45 -
448 test/testdocs/procedure.003.xml                |   19 -
449 test/testdocs/productionset.001.xml            |   66 -
450 test/testdocs/productionset.002.xml            |   27 -
451 test/testdocs/productionset.003.xml            |   30 -
452 test/testdocs/productionset.004.xml            |   53 -
453 test/testdocs/productionset.005.xml            |   89 --
454 test/testdocs/productionset.006.xml            |  809 ----------
455 test/testdocs/profile.001.xml                  |   24 -
456 test/testdocs/programlisting.001.xml           |   21 -
457 test/testdocs/programlisting.002.xml           |   19 -
458 test/testdocs/programlisting.003.xml           |   45 -
459 test/testdocs/programlisting.004.xml           |   28 -
460 test/testdocs/programlisting.005.xml           |   29 -
461 test/testdocs/programlisting.006.xml           |   18 -
462 test/testdocs/programlistingco.001.xml         |   80 -
463 test/testdocs/programlistingco.002.xml         |  137 --
464 test/testdocs/protocol.001.xml                 |   20 -
465 test/testdocs/pubsnumber.xml                   |   16 -
466 test/testdocs/qandaset.001.xml                 |   45 -
467 test/testdocs/qandaset.002.xml                 |   35 -
468 test/testdocs/qandaset.003.xml                 |   92 --
469 test/testdocs/qandaset.004.xml                 |   27 -
470 test/testdocs/qandaset.005.xml                 |   33 -
471 test/testdocs/refentry.001.xml                 |   25 -
472 test/testdocs/refentry.002.xml                 |   94 --
473 test/testdocs/refentry.003.xml                 |   65 -
474 test/testdocs/refentry.004.xml                 |   68 -
475 test/testdocs/refentry.005.xml                 |   47 -
476 test/testdocs/refentry.006.xml                 |  507 ------
477 test/testdocs/refentry.007.xml                 |  340 ----
478 test/testdocs/refentry.008.xml                 |   34 -
479 test/testdocs/refentry.009.xml                 |  147 --
480 test/testdocs/refentry.010.xml                 |   29 -
481 test/testdocs/reference.001.xml                |   60 -
482 test/testdocs/reference.002.xml                |   94 --
483 test/testdocs/remark.001.xml                   |   22 -
484 test/testdocs/remark.002.xml                   |   20 -
485 test/testdocs/revhistory.001.xml               |   86 -
486 test/testdocs/screen.001.xml                   |   19 -
487 test/testdocs/sect1.001.xml                    |   53 -
488 test/testdocs/sect1.002.xml                    |   56 -
489 test/testdocs/section.001.xml                  |   55 -
490 test/testdocs/section.002.xml                  |   56 -
491 test/testdocs/section.003.xml                  |   20 -
492 test/testdocs/section.004.xml                  |   58 -
493 test/testdocs/section.005.xml                  |   92 --
494 test/testdocs/segmentedlist.001.xml            |   21 -
495 test/testdocs/segmentedlist.002.xml            |   23 -
496 test/testdocs/segmentedlist.003.xml            |   23 -
497 test/testdocs/set.001.xml                      |   31 -
498 test/testdocs/sgmltag.xml                      |   30 -
499 test/testdocs/sidebar.001.xml                  |   48 -
500 test/testdocs/simplelist.001.xml               |   53 -
501 test/testdocs/simplelist.x001.xml              |   59 -
502 test/testdocs/simplemsgentry.xml               |   25 -
503 test/testdocs/simplesect.001.xml               |   41 -
504 test/testdocs/stamp.001.xml                    |   26 -
505 test/testdocs/stamp.002.xml                    |   31 -
506 test/testdocs/stamp.003.xml                    |   30 -
507 test/testdocs/stamp.004.xml                    |   30 -
508 test/testdocs/stamp.005.xml                    |   28 -
509 test/testdocs/stamp.006.xml                    |   29 -
510 test/testdocs/stamp.007.xml                    |   29 -
511 test/testdocs/stamp.008.xml                    |   27 -
512 test/testdocs/stamp.009.xml                    |   28 -
513 test/testdocs/stamp.010.xml                    |   28 -
514 test/testdocs/stamp.011.xml                    |   31 -
515 test/testdocs/stamp.012.xml                    |   41 -
516 test/testdocs/stamp.013.xml                    |   88 -
517 test/testdocs/stepalternatives.001.xml         |   46 -
518 test/testdocs/subtitle.001.xml                 |   32 -
519 test/testdocs/superscript.001.xml              |   17 -
520 test/testdocs/svg-001.xml                      |   11 -
521 test/testdocs/svg.001.xml                      |   39 -
522 test/testdocs/svg.002.xml                      |   31 -
523 test/testdocs/table.001.xml                    |   31 -
524 test/testdocs/table.002.xml                    |   37 -
525 test/testdocs/table.003.xml                    |   38 -
526 test/testdocs/table.004.xml                    |   30 -
527 test/testdocs/table.005.xml                    |   35 -
528 test/testdocs/table.006.xml                    |  233 ---
529 test/testdocs/table.007.xml                    |   38 -
530 test/testdocs/table.008.xml                    |   65 -
531 test/testdocs/table.009.xml                    |   97 --
532 test/testdocs/table.010.xml                    |   30 -
533 test/testdocs/table.011.xml                    |   32 -
534 test/testdocs/table.012.xml                    |   50 -
535 test/testdocs/table.013.xml                    |   33 -
536 test/testdocs/table.014.xml                    |   50 -
537 test/testdocs/table.015.xml                    |  127 --
538 test/testdocs/table.016.xml                    |   68 -
539 test/testdocs/table.017.xml                    |   56 -
540 test/testdocs/table.018.xml                    |   62 -
541 test/testdocs/table.x001.xml                   |   68 -
542 test/testdocs/template.xml                     |   17 -
543 test/testdocs/textobject.001.xml               |   19 -
544 test/testdocs/textobject.002.xml               |   19 -
545 test/testdocs/title.001.xml                    |   32 -
546 test/testdocs/toc.001.xml                      |   62 -
547 test/testdocs/ulink.001.xml                    |   23 -
548 test/testdocs/ulink.002.xml                    |   21 -
549 test/testdocs/variablelist.001.xml             |   83 -
550 test/testdocs/variablelist.002.xml             |   35 -
551 test/testdocs/variablelist.003.xml             |   26 -
552 test/testdocs/variablelist.004.xml             |   26 -
553 test/testdocs/wordsize.001.xml                 |   20 -
554 test/testdocs/xmlspace.001.xml                 |   23 -
555 test/testdocs/xref.001.xml                     |  120 --
556 test/testdocs/xref.002.xml                     |   40 -
557 test/testdocs/xref.003.xml                     |   77 -
558 test/testdocs/xref.004.xml                     |  330 ----
559 test/testdocs/xrefstyle.001.xml                |   19 -
560 test/timing/timeall                            |   42 -
561 xslt/common/css/README                         |    4 +-
562 349 files changed, 2167 insertions(+), 19694 deletions(-)
563
564commit 878542983f5ab904ae3c35c39b8e8a11bb70c661
565Author: Źmicier Turok <nashtlumach@gmail.com>
566Date:   Wed Dec 30 04:41:50 2020 +0000
567
568    Update Belarusian translation
569
570 po/be.po | 537 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-----
571 1 file changed, 500 insertions(+), 37 deletions(-)
572
573commit e141af8348f67d5b46fcb383769e4e10a2435d79
574Author: Shaun McCance <shaunm@redhat.com>
575Date:   Tue Dec 29 11:05:54 2020 -0500
576
577    Hide sidebar by default at 720px
578
579 xslt/common/css/core.css.tmpl | 5 +++++
580 1 file changed, 5 insertions(+)
581
582commit df34ef05ebe8942604628e6ecf892fc5f7db19c1
583Author: Shaun McCance <shaunm@redhat.com>
584Date:   Tue Dec 29 11:05:34 2020 -0500
585
586    Fix up some handling of the style attr
587
588 xslt/mallard/html/mal2html-block.xsl | 23 ++++++++++++-----------
589 1 file changed, 12 insertions(+), 11 deletions(-)
590
591commit fdcf9c25255e70852cf5090e36d89d5f6404c348
592Author: Kjartan Maraas <kmaraas@gnome.org>
593Date:   Thu Dec 3 18:56:28 2020 +0000
594
595    Update Norwegian Bokmål translation
596
597    (cherry picked from commit be7f46aab9fdab9e2c63aac0862d5a3821e199a7)
598
599 po/nb.po | 136 ++++++++++++++++++++++++++++++++++++++-------------------------
600 1 file changed, 83 insertions(+), 53 deletions(-)
601
602commit 2b2b0e5ea568d6950260dd14b5b63ce50d05f162
603Merge: 35925b00 caa7a781
604Author: Shaun McCance <shaunm@gnome.org>
605Date:   Sat Oct 24 15:09:17 2020 +0000
606
607    Merge branch 'tmpl' into 'master'
608
609    Use simple text templates for CSS
610
611    See merge request GNOME/yelp-xsl!4
612
613commit 35925b00ea3506f08edaa21718fa2cc075090518
614Author: Jordi Mas <jmas@softcatala.org>
615Date:   Fri Oct 23 22:50:50 2020 +0200
616
617    Update Catalan translation
618
619 po/ca.po | 2 +-
620 1 file changed, 1 insertion(+), 1 deletion(-)
621
622commit caa7a7817241d8c7d699ce8eebd96b6a11374dd7
623Author: Shaun McCance <shaunm@redhat.com>
624Date:   Sat Oct 17 10:55:02 2020 -0400
625
626    Updates to doc files for text template work
627
628 doc/yelp-xsl/C/db2html-css.page      | 88 ------------------------------------
629 doc/yelp-xsl/C/db2html-division.page | 20 ++++++++
630 doc/yelp-xsl/C/db2html.page          |  1 -
631 doc/yelp-xsl/C/db2xhtml.page         |  1 -
632 doc/yelp-xsl/C/mal2html-page.page    | 42 ++---------------
633 5 files changed, 23 insertions(+), 129 deletions(-)
634
635commit 374131580894551b2f695a1f694924327295d27b
636Author: Shaun McCance <shaunm@redhat.com>
637Date:   Sat Oct 17 10:46:42 2020 -0400
638
639    Adding a README for the CSS text templates
640
641 xslt/common/css/README | 21 +++++++++++++++++++++
642 1 file changed, 21 insertions(+)
643
644commit c31954f842688bba4bc13932cd31e33c759e342e
645Author: Shaun McCance <shaunm@redhat.com>
646Date:   Sat Oct 17 10:24:27 2020 -0400
647
648    Use text templates for DocBook CSS
649
650 xslt/common/css/docbook.css.tmpl       | 175 ++++++++++++++++++++++++++
651 xslt/docbook/html/Makefile.am          |   1 -
652 xslt/docbook/html/db2html-css.xsl      | 224 ---------------------------------
653 xslt/docbook/html/db2html-division.xsl |  25 +++-
654 xslt/docbook/html/db2xhtml.xsl         |   1 -
655 5 files changed, 199 insertions(+), 227 deletions(-)
656
657commit 6f4a6a6e4a56a68d28bddbc2efaced14fba0e01e
658Author: Shaun McCance <shaunm@redhat.com>
659Date:   Sat Oct 17 10:19:11 2020 -0400
660
661    Use text templates for Mallard CSS
662
663 test/lipsum/index.page                  |  18 +-
664 xslt/common/css/mallard-editor.css.tmpl |  19 ++
665 xslt/common/css/mallard.css.tmpl        | 493 +++++++++++++++++++++++++++
666 xslt/mallard/html/mal2html-page.xsl     | 578 ++------------------------------
667 4 files changed, 554 insertions(+), 554 deletions(-)
668
669commit cdd87884850b32e8cd119c51ec85cd8b97a53ab2
670Author: Juliano de Souza Camargo <julianosc@protonmail.com>
671Date:   Sat Oct 17 11:37:47 2020 +0000
672
673    Update Portuguese translation
674
675    (cherry picked from commit ab79710473fadb498bad5728dfcfe22854c8782c)
676
677 po/pt.po | 171 ++++++++++++++++++++++++++++++++++++---------------------------
678 1 file changed, 97 insertions(+), 74 deletions(-)
679
680commit 17229810f917547b0f978488e7ee732a9668e2f3
681Author: Shaun McCance <shaunm@redhat.com>
682Date:   Fri Oct 16 16:23:58 2020 -0400
683
684    Adding a "lipsum" document to test style changes
685
686 .gitignore             |   1 +
687 test/lipsum/README     |  26 ++++++++++
688 test/lipsum/index.page |  27 ++++++++++
689 test/lipsum/note1.page | 136 +++++++++++++++++++++++++++++++++++++++++++++++++
690 test/lipsum/task1.page |  34 +++++++++++++
691 5 files changed, 224 insertions(+)
692
693commit 16a890af7de8fe55f7cafeb3200b47e6b41c3649
694Author: Shaun McCance <shaunm@redhat.com>
695Date:   Fri Oct 16 11:53:48 2020 -0400
696
697    Some doc updates for text templates
698
699 doc/yelp-xsl/C/html.css.core.page     | 33 ++++----------------
700 doc/yelp-xsl/C/html.css.elements.page | 54 ++++-----------------------------
701 doc/yelp-xsl/C/html.css.syntax.page   | 36 ++++------------------
702 doc/yelp-xsl/C/html.page              | 57 ++---------------------------------
703 doc/yelp-xsl/C/tmpl.file.page         |  2 +-
704 doc/yelp-xsl/C/tmpl.page              |  2 +-
705 doc/yelp-xsl/C/tmpl.text.page         |  2 +-
706 xslt/common/html.xsl                  | 12 ++++++++
707 xslt/common/tmpl.xsl                  |  6 ++--
708 9 files changed, 39 insertions(+), 165 deletions(-)
709
710commit f26a7f86b10197d011f0084765564d332e19e14f
711Author: Shaun McCance <shaunm@redhat.com>
712Date:   Fri Oct 16 11:21:13 2020 -0400
713
714    Put some CSS in separate tmpl files with simple substitutions
715
716    This will make it a lot easier for people to work on the theming without
717    digging into XSLT files.
718
719 configure.ac                      |   1 +
720 doc/yelp-xsl/C/db2html.page       |   1 +
721 doc/yelp-xsl/C/db2xhtml.page      |   1 +
722 doc/yelp-xsl/C/mal2html.page      |   1 +
723 doc/yelp-xsl/C/mal2xhtml.page     |   1 +
724 doc/yelp-xsl/C/tmpl.file.page     |  59 +++
725 doc/yelp-xsl/C/tmpl.page          |  53 ++
726 doc/yelp-xsl/C/tmpl.text.page     |  56 +++
727 xslt/common/Makefile.am           |   3 +-
728 xslt/common/css/Makefile.am       |   8 +
729 xslt/common/css/core.css.tmpl     | 241 +++++++++
730 xslt/common/css/elements.css.tmpl | 584 ++++++++++++++++++++++
731 xslt/common/css/syntax.css.tmpl   |  51 ++
732 xslt/common/html.xsl              | 994 +++-----------------------------------
733 xslt/common/tmpl.xsl              | 162 +++++++
734 xslt/dita/html/dita2xhtml.xsl     |   1 +
735 xslt/docbook/html/db2xhtml.xsl    |   1 +
736 xslt/mallard/html/mal2xhtml.xsl   |   1 +
737 18 files changed, 1278 insertions(+), 941 deletions(-)
738
739commit 4c296beea662ad6ef8276146a05b5bc951646ced
740Author: Shaun McCance <shaunm@redhat.com>
741Date:   Fri Oct 16 11:29:32 2020 -0400
742
743    Added some notes to mal-if params about default values
744
745 doc/yelp-xsl/C/mal.if.features.page | 4 +++-
746 doc/yelp-xsl/C/mal.if.target.page   | 3 ++-
747 xslt/mallard/common/mal-if.xsl      | 7 +++++--
748 3 files changed, 10 insertions(+), 4 deletions(-)
749
750commit e3baf5c957d85463834718694b45654790f3e801
751Author: Shaun McCance <shaunm@redhat.com>
752Date:   Fri Oct 16 11:24:46 2020 -0400
753
754    Fixed problem with too many called params being listed in docs
755
756    Doc pages for templates list the parameters those templates call.
757    Except that I accidentally made it list all the parameters used
758    in the entire containing stylesheet. Oops.
759
760 doc/yelp-xsl/C/color.a.page                        | 57 ---------------
761 doc/yelp-xsl/C/color.b.page                        | 57 ---------------
762 doc/yelp-xsl/C/color.blend.page                    | 57 ---------------
763 doc/yelp-xsl/C/color.contrast.page                 | 57 ---------------
764 doc/yelp-xsl/C/color.g.page                        | 57 ---------------
765 doc/yelp-xsl/C/color.hex2dec.page                  | 57 ---------------
766 doc/yelp-xsl/C/color.r.page                        | 57 ---------------
767 doc/yelp-xsl/C/color.rl.page                       | 57 ---------------
768 doc/yelp-xsl/C/db.chunk.chunk-id.axis.page         |  3 -
769 doc/yelp-xsl/C/db.chunk.chunk-id.page              |  3 -
770 doc/yelp-xsl/C/db.chunk.depth-in-chunk.page        |  3 -
771 doc/yelp-xsl/C/db.chunk.depth-of-chunk.page        |  3 -
772 doc/yelp-xsl/C/db.ulink.tooltip.page               |  9 ---
773 doc/yelp-xsl/C/db.xref.content.page                |  9 ---
774 doc/yelp-xsl/C/db.xref.tooltip.page                |  9 ---
775 doc/yelp-xsl/C/db2html.block.formal.page           |  6 --
776 doc/yelp-xsl/C/db2html.block.page                  |  6 --
777 doc/yelp-xsl/C/db2html.block.title.page            |  6 --
778 doc/yelp-xsl/C/db2html.blockquote.page             |  6 --
779 doc/yelp-xsl/C/db2html.division.about.page         |  6 --
780 doc/yelp-xsl/C/db2html.hgroup.page                 |  6 --
781 doc/yelp-xsl/C/db2html.para.page                   |  6 --
782 doc/yelp-xsl/C/html.bottom.custom.page             | 84 ----------------------
783 doc/yelp-xsl/C/html.class.attr.page                | 84 ----------------------
784 doc/yelp-xsl/C/html.content.post.custom.page       | 84 ----------------------
785 doc/yelp-xsl/C/html.content.post.page              | 84 ----------------------
786 doc/yelp-xsl/C/html.content.pre.custom.page        | 84 ----------------------
787 doc/yelp-xsl/C/html.content.pre.page               | 84 ----------------------
788 doc/yelp-xsl/C/html.css.content.page               | 84 ----------------------
789 doc/yelp-xsl/C/html.css.core.page                  | 57 ---------------
790 doc/yelp-xsl/C/html.css.custom.page                | 84 ----------------------
791 doc/yelp-xsl/C/html.css.elements.page              | 36 ----------
792 doc/yelp-xsl/C/html.css.page                       | 84 ----------------------
793 doc/yelp-xsl/C/html.css.syntax.page                | 48 -------------
794 doc/yelp-xsl/C/html.footer.custom.page             | 84 ----------------------
795 doc/yelp-xsl/C/html.head.custom.page               | 84 ----------------------
796 doc/yelp-xsl/C/html.head.top.custom.page           | 84 ----------------------
797 doc/yelp-xsl/C/html.header.custom.page             | 84 ----------------------
798 doc/yelp-xsl/C/html.js.content.custom.page         | 84 ----------------------
799 doc/yelp-xsl/C/html.js.content.page                | 84 ----------------------
800 doc/yelp-xsl/C/html.js.core.page                   | 84 ----------------------
801 doc/yelp-xsl/C/html.js.custom.page                 | 84 ----------------------
802 doc/yelp-xsl/C/html.js.mathjax.page                | 84 ----------------------
803 doc/yelp-xsl/C/html.js.media.page                  | 72 -------------------
804 doc/yelp-xsl/C/html.js.page                        | 84 ----------------------
805 doc/yelp-xsl/C/html.js.script.page                 | 84 ----------------------
806 doc/yelp-xsl/C/html.js.syntax.page                 | 78 --------------------
807 doc/yelp-xsl/C/html.js.ui.page                     | 84 ----------------------
808 doc/yelp-xsl/C/html.lang.attrs.page                | 78 --------------------
809 doc/yelp-xsl/C/html.linktrails.empty.page          | 84 ----------------------
810 doc/yelp-xsl/C/html.linktrails.prefix.page         | 84 ----------------------
811 doc/yelp-xsl/C/html.media.controls.page            | 84 ----------------------
812 doc/yelp-xsl/C/html.output.page                    | 72 -------------------
813 doc/yelp-xsl/C/html.page.page                      | 84 ----------------------
814 doc/yelp-xsl/C/html.sidebar.contents.page          | 84 ----------------------
815 doc/yelp-xsl/C/html.sidebar.custom.page            | 84 ----------------------
816 doc/yelp-xsl/C/html.sidebar.page                   | 75 -------------------
817 doc/yelp-xsl/C/html.sidebar.sections.page          | 84 ----------------------
818 doc/yelp-xsl/C/html.syntax.class.page              | 84 ----------------------
819 doc/yelp-xsl/C/html.top.custom.page                | 84 ----------------------
820 doc/yelp-xsl/C/l10n.align.end.page                 |  6 --
821 doc/yelp-xsl/C/l10n.align.start.page               |  6 --
822 doc/yelp-xsl/C/l10n.gettext.page                   |  6 --
823 doc/yelp-xsl/C/mal.gloss.match.page                |  6 --
824 doc/yelp-xsl/C/mal.if.test.page                    | 18 -----
825 doc/yelp-xsl/C/mal.link.content.custom.page        | 18 -----
826 doc/yelp-xsl/C/mal.link.content.page               | 12 ----
827 doc/yelp-xsl/C/mal.link.desc.custom.page           | 18 -----
828 doc/yelp-xsl/C/mal.link.desc.page                  | 12 ----
829 doc/yelp-xsl/C/mal.link.guidelinks.page            | 12 ----
830 doc/yelp-xsl/C/mal.link.linkid.page                | 18 -----
831 doc/yelp-xsl/C/mal.link.linktrails.page            |  9 ---
832 doc/yelp-xsl/C/mal.link.seealsolinks.page          | 12 ----
833 doc/yelp-xsl/C/mal.link.sorttitle.page             | 18 -----
834 doc/yelp-xsl/C/mal.link.target.custom.page         | 18 -----
835 doc/yelp-xsl/C/mal.link.target.extended.page       | 18 -----
836 doc/yelp-xsl/C/mal.link.target.page                | 18 -----
837 doc/yelp-xsl/C/mal.link.tooltip.custom.page        | 18 -----
838 doc/yelp-xsl/C/mal.link.tooltip.page               | 12 ----
839 doc/yelp-xsl/C/mal.link.topiclinks.page            | 12 ----
840 doc/yelp-xsl/C/mal.link.xref.linkid.page           | 18 -----
841 doc/yelp-xsl/C/mal.sort.tsort.page                 |  3 -
842 doc/yelp-xsl/C/mal2html.api.links.function.page    |  6 --
843 doc/yelp-xsl/C/mal2html.editor.badge.page          | 51 -------------
844 doc/yelp-xsl/C/mal2html.editor.banner.page         | 51 -------------
845 doc/yelp-xsl/C/mal2html.gloss.terms.page           |  6 --
846 doc/yelp-xsl/C/mal2html.links.guide.page           |  6 --
847 doc/yelp-xsl/C/mal2html.links.links.page           |  6 --
848 doc/yelp-xsl/C/mal2html.links.section.page         |  6 --
849 doc/yelp-xsl/C/mal2html.links.seealso.page         |  6 --
850 doc/yelp-xsl/C/mal2html.links.series.page          |  6 --
851 doc/yelp-xsl/C/mal2html.links.topic.page           |  6 --
852 doc/yelp-xsl/C/mal2html.links.ul.page              |  6 --
853 doc/yelp-xsl/C/mal2html.page.about.page            | 57 ---------------
854 doc/yelp-xsl/C/mal2html.page.linktrails.empty.page | 57 ---------------
855 doc/yelp-xsl/C/mal2html.page.linktrails.link.page  | 57 ---------------
856 doc/yelp-xsl/C/mal2html.page.linktrails.page       | 57 ---------------
857 doc/yelp-xsl/C/mal2html.page.linktrails.trail.page | 57 ---------------
858 .../C/mal2html.page.linktrails.trail.prefix.page   | 57 ---------------
859 doc/yelp-xsl/C/mal2html.pre.page                   |  3 -
860 doc/yelp-xsl/C/mal2html.section.page               | 57 ---------------
861 doc/yelp-xsl/C/mal2html.ui.expander.class.page     |  6 --
862 doc/yelp-xsl/C/mal2html.ui.expander.data.page      |  6 --
863 doc/yelp-xsl/C/mal2html.ui.links.img.attrs.page    |  6 --
864 doc/yelp-xsl/C/mal2html.ui.links.img.page          |  6 --
865 doc/yelp-xsl/C/mal2html.ui.links.img.src.page      |  6 --
866 doc/yelp-xsl/C/ttml.time.range.page                |  6 --
867 doc/yelp-xsl/C/ttml.time.seconds.page              |  6 --
868 doc/yelp-xsl/xsldoc.xsl                            |  2 +-
869 109 files changed, 1 insertion(+), 4462 deletions(-)
870
871commit c92427a0a5c6012ba8c5f189c1d5141c6d28d098
872Author: Shaun McCance <shaunm@redhat.com>
873Date:   Sat Oct 3 16:45:52 2020 -0400
874
875    Version 3.38.1
876
877 NEWS         | 6 ++++++
878 configure.ac | 2 +-
879 2 files changed, 7 insertions(+), 1 deletion(-)
880
881commit fb6b8093f1282365f972b61ba3e7399fa562060b
882Author: Shaun McCance <shaunm@redhat.com>
883Date:   Sat Oct 3 16:45:31 2020 -0400
884
885    Automatic updates to generated docs files
886
887 doc/yelp-xsl/C/html.media.controls.page | 15 ++++++++++++++-
888 doc/yelp-xsl/C/mal2html-page.page       |  3 +++
889 2 files changed, 17 insertions(+), 1 deletion(-)
890
891commit 8c5b446f46ed6bfc31d99a5b5060816c2eec7c38
892Author: Dušan Kazik <prescott66@gmail.com>
893Date:   Thu Sep 17 12:11:19 2020 +0000
894
895    Update Slovak translation
896
897 po/sk.po | 155 +++++++++++++++++++++++++++++++++++++--------------------------
898 1 file changed, 92 insertions(+), 63 deletions(-)
899
900commit e957aebc7c0078a94137d542c17b0bc9182cd798
901Author: Rūdolfs Mazurs <rudolfs.mazurs@gmail.com>
902Date:   Tue Sep 15 18:39:18 2020 +0000
903
904    Update Latvian translation
905
906 po/lv.po | 1163 ++++++++++++++++++++++++++++++++++++++++++++------------------
907 1 file changed, 831 insertions(+), 332 deletions(-)
908
909commit 7b7940b9cac9bc70edfccabe7f6e47958171fef9
910Author: Rūdolfs Mazurs <rudolfs.mazurs@gmail.com>
911Date:   Sun Sep 13 05:31:09 2020 +0000
912
913    Update Latvian translation
914
915 po/lv.po | 1242 +++++++++++++++++---------------------------------------------
916 1 file changed, 338 insertions(+), 904 deletions(-)
917
918commit 34f36e675ed4a8407c800b91fe76c46462b98c80
919Author: Shaun McCance <shaunm@redhat.com>
920Date:   Sat Sep 12 18:07:00 2020 -0400
921
922    Version 3.38.0
923
924 NEWS         | 5 +++++
925 configure.ac | 2 +-
926 2 files changed, 6 insertions(+), 1 deletion(-)
927
928commit 9b1f0183c14ac4194dc6ab3df358393ebf7f1ae6
929Author: sicklylife <translation@sicklylife.jp>
930Date:   Tue Aug 18 10:23:29 2020 +0000
931
932    Update Japanese translation
933
934 po/ja.po | 10 +++++-----
935 1 file changed, 5 insertions(+), 5 deletions(-)
936
937commit bc2e99e476437ac71c292b43ae6784fa6d76332d
938Author: sicklylife <translation@sicklylife.jp>
939Date:   Tue Aug 18 10:03:22 2020 +0000
940
941    Update Japanese translation
942
943 po/ja.po | 9 +++++----
944 1 file changed, 5 insertions(+), 4 deletions(-)
945
946commit 00ac717ba784a202dc86ffc2bb28307b6a880b01
947Author: sicklylife <translation@sicklylife.jp>
948Date:   Tue Aug 18 09:46:33 2020 +0000
949
950    Update Japanese translation
951
952 po/ja.po | 133 ++++++++++++++++++++++++++++++++++++++-------------------------
953 1 file changed, 80 insertions(+), 53 deletions(-)
954
955commit fd148007caba02b42a33c949540bcf05a4f7492f
956Author: Shaun McCance <shaunm@redhat.com>
957Date:   Sat Aug 8 09:57:50 2020 -0400
958
959    Version 3.37.90
960
961 NEWS                     | 10 ++++++++++
962 configure.ac             |  2 +-
963 doc/yelp-xsl/Makefile.am |  1 +
964 3 files changed, 12 insertions(+), 1 deletion(-)
965
966commit 5ac1b871863d40af50ad5f39ebbdd64c26bfe7c2
967Author: Aron Xu <happyaron.xu@gmail.com>
968Date:   Wed Jul 1 19:21:11 2020 +0000
969
970    Update Chinese (China) translation
971
972 po/zh_CN.po | 52 ++++++++++++++++++++++++++++++++++++++--------------
973 1 file changed, 38 insertions(+), 14 deletions(-)
974
975commit 9cb0811fdf7458562f2b1e322f0a9c0254c8022b
976Author: Florentina Mușat <florentina.musat.28@gmail.com>
977Date:   Fri Jun 19 06:50:10 2020 +0000
978
979    Update Romanian translation
980
981 po/ro.po | 42 +++++++++++++++++++++++++++++++++---------
982 1 file changed, 33 insertions(+), 9 deletions(-)
983
984commit 5664006032da54bbd50218a4107c3f7d1302a64f
985Author: Jwtiyar Nariman <jwtiyar@gmail.com>
986Date:   Mon May 4 21:57:43 2020 +0000
987
988    Add Kurdish Sorani translation
989
990    (cherry picked from commit 7efc6e48c9113359570d62fc696b81684e9b4b5f)
991
992 po/LINGUAS |   1 +
993 po/ckb.po  | 626 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
994 2 files changed, 627 insertions(+)
995
996commit 0fc3117f393029d30e1384caf9b1db3497ba7fd8
997Author: Shaun McCance <shaunm@redhat.com>
998Date:   Fri May 1 11:34:32 2020 -0400
999
1000    Various styling changes, especially around media and ttml
1001
1002 xslt/common/html.xsl                 | 85 +++++++++++++++++++++---------------
1003 xslt/mallard/html/mal2html-media.xsl |  2 +
1004 xslt/mallard/html/mal2html-page.xsl  | 42 ++++++++----------
1005 3 files changed, 71 insertions(+), 58 deletions(-)
1006
1007commit ce7965a3eea21af256db2999d3341221d2ef00e3
1008Author: Daniel Korostil <ted.korostiled@gmail.com>
1009Date:   Tue Mar 10 21:10:39 2020 +0000
1010
1011    Update Ukrainian translation
1012
1013 po/uk.po | 604 ++++++++++++++++++---------------------------------------------
1014 1 file changed, 170 insertions(+), 434 deletions(-)
1015
1016commit 922b8f740895d23a6c486022381f73bab5ca1392
1017Author: Hannie Dumoleyn <hannie@ubuntu-nl.org>
1018Date:   Sat Mar 7 08:50:05 2020 +0000
1019
1020    Update Dutch translation
1021
1022 po/nl.po | 154 ++++++++++++++++++++++++++++++++++++++++++++++-----------------
1023 1 file changed, 112 insertions(+), 42 deletions(-)
1024
1025commit ba2accef7cc3f1157bf7ece5add1450f6a6f3001
1026Author: Shaun McCance <shaunm@redhat.com>
1027Date:   Fri Mar 6 15:53:42 2020 -0800
1028
1029    Version 3.36.0
1030
1031 NEWS         | 12 ++++++++++++
1032 configure.ac |  2 +-
1033 2 files changed, 13 insertions(+), 1 deletion(-)
1034
1035commit 5a537f2ab8a16c299d29d5e70c70cd13ad9a6cd4
1036Author: Andre Klapper <a9016009@gmx.de>
1037Date:   Sun Mar 1 14:38:08 2020 +0100
1038
1039    Dzongkha translation: Do not blondly translate identifier strings
1040
1041    These should NOT be translated.
1042
1043 po/dz.po | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1044 1 file changed, 58 insertions(+)
1045
1046commit 8a535b41e7987c0132d71c61ac666daf243efbb3
1047Author: Shaun McCance <shaunm@redhat.com>
1048Date:   Wed Feb 19 18:32:12 2020 -0500
1049
1050    Typo fix in docs
1051
1052 doc/yelp-xsl/C/index.page | 2 +-
1053 1 file changed, 1 insertion(+), 1 deletion(-)
1054
1055commit 9b88f3309a1104e287a8ddf3601c170ccb2f720d
1056Author: Shaun McCance <shaunm@redhat.com>
1057Date:   Wed Feb 19 18:30:51 2020 -0500
1058
1059    mal-link: Fix missing link when group specified twice on topic links
1060
1061 xslt/mallard/common/mal-link.xsl | 6 ++++--
1062 1 file changed, 4 insertions(+), 2 deletions(-)
1063
1064commit c31f6e7ed7b559b01e6bad7e56131bef9c6ef7a6
1065Author: Zander Brown <zbrown@gnome.org>
1066Date:   Wed Feb 19 19:03:22 2020 +0000
1067
1068    Update British English translation
1069
1070 po/en_GB.po | 147 +++++++++++++++++++++++++++++++++++-------------------------
1071 1 file changed, 86 insertions(+), 61 deletions(-)
1072
1073commit 58e2c843398a420e805c63dbf1e23fab9d9864e2
1074Author: Emin Tufan Çetin <etcetin@gmail.com>
1075Date:   Fri Feb 14 16:21:55 2020 +0000
1076
1077    Update Turkish translation
1078
1079 po/tr.po | 34 +++++++++++++++++++++++++++++-----
1080 1 file changed, 29 insertions(+), 5 deletions(-)
1081
1082commit d03c6b37df9556649666bbfd136bd665c0a23840
1083Author: Shaun McCance <shaunm@redhat.com>
1084Date:   Tue Jan 28 15:34:01 2020 +0100
1085
1086    Support multiple desc elements for links
1087
1088    http://projectmallard.org/mep/mep0008
1089
1090 xslt/mallard/common/mal-link.xsl | 41 ++++++++++++++++++++++++++++++++++++----
1091 1 file changed, 37 insertions(+), 4 deletions(-)
1092
1093commit 4e93595852f2c6679e3afa4da0933b0257c30b63
1094Author: Shaun McCance <shaunm@redhat.com>
1095Date:   Sun Jan 26 17:51:32 2020 +0100
1096
1097    Adding a syntax highlighter for Ducktype
1098
1099 .gitignore                           |   1 +
1100 doc/yelp-xsl/static/index.duck       |   2 +-
1101 js/README.duck                       |   8 +++
1102 js/ducktype.js                       | 112 +++++++++++++++++++++++++++++++++++
1103 js/highlight.pack.js                 |   2 +-
1104 test/syntax/code/ducktype            |  33 +++++++++++
1105 test/syntax/dita.dita                |  10 ++++
1106 test/syntax/docbook.docbook          |   8 +++
1107 test/syntax/mallard.page             |   8 +++
1108 xslt/dita/html/dita2html-block.xsl   |   4 ++
1109 xslt/docbook/html/db2html-block.xsl  |   4 ++
1110 xslt/mallard/html/mal2html-block.xsl |   4 ++
1111 12 files changed, 194 insertions(+), 2 deletions(-)
1112
1113commit 612762d41be02981921546db37bcc0fc6bdcd715
1114Author: Umarzuki Bin Mochlis Moktar <umarzuki@gmail.com>
1115Date:   Wed Jan 8 14:59:04 2020 +0000
1116
1117    Add Malay translation
1118
1119 po/LINGUAS |   1 +
1120 po/ms.po   | 625 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1121 2 files changed, 626 insertions(+)
1122
1123commit 1a739ec54f9c53f5952e0c7840324a44f6202cfd
1124Author: Shaun McCance <shaunm@redhat.com>
1125Date:   Sat Nov 23 13:19:45 2019 -0500
1126
1127    Version 3.34.2
1128
1129 NEWS         | 5 +++++
1130 configure.ac | 2 +-
1131 2 files changed, 6 insertions(+), 1 deletion(-)
1132
1133commit a18fa29f9be524d08e739b18013eb8e8bd4da64c
1134Author: Danial Behzadi <dani.behzi@ubuntu.com>
1135Date:   Sat Sep 14 20:47:26 2019 +0000
1136
1137    Update Persian translation
1138
1139 po/fa.po | 396 ++++++++++++++++++++++++++-------------------------------------
1140 1 file changed, 160 insertions(+), 236 deletions(-)
1141
1142commit def23391ba926c4038c82c24b50976c5a7e1713b
1143Author: Shaun McCance <shaunm@redhat.com>
1144Date:   Mon Sep 9 09:25:23 2019 -0400
1145
1146    Version 3.34.0
1147
1148 NEWS         | 5 +++++
1149 configure.ac | 2 +-
1150 2 files changed, 6 insertions(+), 1 deletion(-)
1151
1152commit 1d1c61441c7c50918500baa36f1bddd0425d88d9
1153Author: Milo Casagrande <milo@ubuntu.com>
1154Date:   Wed Sep 4 13:03:49 2019 +0000
1155
1156    Update Italian translation
1157
1158 po/it.po | 48 ++++++++++++++++++++++++++++++++++++------------
1159 1 file changed, 36 insertions(+), 12 deletions(-)
1160
1161commit 8a6ef1fe5456a8e1e487ce4aa4170bc715d6a0c2
1162Author: Shaun McCance <shaunm@redhat.com>
1163Date:   Mon Sep 2 10:54:12 2019 -0400
1164
1165    Version 3.33.92
1166
1167 NEWS         | 10 ++++++++++
1168 configure.ac |  2 +-
1169 2 files changed, 11 insertions(+), 1 deletion(-)
1170
1171commit 2f2bc7166be3d2d782d186eac10c0d6787aaaa56
1172Author: Claude Paroz <claude@2xlibre.net>
1173Date:   Sun Aug 25 11:34:36 2019 +0200
1174
1175    Updated French translation
1176
1177 po/fr.po | 38 +++++++++++++++++++++++++++++++-------
1178 1 file changed, 31 insertions(+), 7 deletions(-)
1179
1180commit aa0e7acf630597cf6e1a27edb4d0724164e7ee7f
1181Author: Tim Sabsch <tim@sabsch.com>
1182Date:   Fri Aug 23 19:40:30 2019 +0000
1183
1184    Update German translation
1185
1186 po/de.po | 39 +++++++++++++++++++++++++++++++++++----
1187 1 file changed, 35 insertions(+), 4 deletions(-)
1188
1189commit 52faf59f201d9a3853e6d96ffbaa44946329728c
1190Author: Jordi Mas <jmas@softcatala.org>
1191Date:   Wed Aug 21 08:44:52 2019 +0200
1192
1193    Update Catalan translation
1194
1195 po/ca.po | 497 ++++++++++++---------------------------------------------------
1196 1 file changed, 90 insertions(+), 407 deletions(-)
1197
1198commit 5af0a9d5afab545eab91c1d49122b81bc2030283
1199Author: Asier Sarasua Garmendia <asier.sarasua@gmail.com>
1200Date:   Sun Aug 11 13:37:57 2019 +0000
1201
1202    Update Basque translation
1203
1204 po/eu.po | 151 ++++++++++++++++++++++++++++++++++++---------------------------
1205 1 file changed, 87 insertions(+), 64 deletions(-)
1206
1207commit c2d849b5214081b9f845c407b24412a8531bfd08
1208Author: Aurimas Černius <aurisc4@gmail.com>
1209Date:   Fri Aug 9 14:00:56 2019 +0300
1210
1211    Updated Lithuanian translation
1212
1213 po/lt.po | 34 +++++++++++++++++++++++++++++-----
1214 1 file changed, 29 insertions(+), 5 deletions(-)
1215
1216commit b05d5174f86779c16e6afa66a3ef82cce146a708
1217Author: Stas Solovey <whats_up@tut.by>
1218Date:   Tue Jul 23 19:08:49 2019 +0000
1219
1220    Update Russian translation
1221
1222 po/ru.po | 48 ++++++++++++++++++++++++++++++++++++------------
1223 1 file changed, 36 insertions(+), 12 deletions(-)
1224
1225commit 135efa2c0d5f7154fa0be3518c6ed94c13c8cd3a
1226Author: Shaun McCance <shaunm@redhat.com>
1227Date:   Tue Jul 16 09:15:04 2019 -0400
1228
1229    Version 3.33.4
1230
1231 NEWS                              | 12 ++++++++++++
1232 configure.ac                      |  2 +-
1233 doc/yelp-xsl/C/db2html-block.page |  2 +-
1234 3 files changed, 14 insertions(+), 2 deletions(-)
1235
1236commit 37f08289c03989502cbc7ce9447ca11a6c59c41f
1237Author: Shaun McCance <shaunm@redhat.com>
1238Date:   Wed Jul 10 05:46:56 2019 -0400
1239
1240    Update highlight.pack.js to 9.15.8, add awk and shell
1241
1242 js/README.duck                       | 14 +++++++++++---
1243 js/highlight.pack.js                 |  6 ++----
1244 test/syntax/code/awk                 | 16 ++++++++++++++++
1245 test/syntax/code/shell               | 11 +++++++++++
1246 test/syntax/dita.dita                | 20 ++++++++++++++++++++
1247 test/syntax/docbook.docbook          | 16 ++++++++++++++++
1248 test/syntax/mallard.page             | 16 ++++++++++++++++
1249 xslt/common/html.xsl                 |  2 +-
1250 xslt/dita/html/dita2html-block.xsl   | 12 ++++++++++--
1251 xslt/docbook/html/db2html-block.xsl  | 12 ++++++++++--
1252 xslt/mallard/html/mal2html-block.xsl | 10 +++++++++-
1253 11 files changed, 122 insertions(+), 13 deletions(-)
1254
1255commit c9727a1496a85fd47105b50d17bddd4495698624
1256Author: Daniel Mustieles <daniel.mustieles@gmail.com>
1257Date:   Wed Jun 19 10:14:46 2019 +0200
1258
1259    Updated Spanish translation
1260
1261 po/es.po | 34 +++++++++++++++++++++++++++++-----
1262 1 file changed, 29 insertions(+), 5 deletions(-)
1263
1264commit 19b3c049673308219191e36787bbf2229303eaa8
1265Author: Rafael Fontenelle <rafaelff@gnome.org>
1266Date:   Thu Jun 13 10:10:46 2019 +0000
1267
1268    Update Brazilian Portuguese translation
1269
1270 po/pt_BR.po | 64 ++++++++++++++++++++++++++++++++++++++++++-------------------
1271 1 file changed, 44 insertions(+), 20 deletions(-)
1272
1273commit 12ab4b558b0adb3330fb22d622128051a3f288fa
1274Author: Balázs Úr <balazs@urbalazs.hu>
1275Date:   Sat Jun 1 18:06:57 2019 +0200
1276
1277    Update Hungarian translation
1278
1279 po/hu.po | 173 ++++++++++++++-------------------------------------------------
1280 1 file changed, 39 insertions(+), 134 deletions(-)
1281
1282commit 6f200b3cdb036e3a386d6d41f1b1717d2e6ba943
1283Author: Kukuh Syafaat <kukuhsyafaat@gnome.org>
1284Date:   Fri May 31 03:24:50 2019 +0000
1285
1286    Update Indonesian translation
1287
1288 po/id.po | 40 ++++++++++++++++++++++++++++++++--------
1289 1 file changed, 32 insertions(+), 8 deletions(-)
1290
1291commit 97ec509561afe806e36b53322c08518e060f8fa0
1292Author: Piotr Drąg <piotrdrag@gmail.com>
1293Date:   Thu May 23 18:51:49 2019 +0200
1294
1295    Update Polish translation
1296
1297 po/pl.po | 40 +++++++++++++++++++++++++++++++++++-----
1298 1 file changed, 35 insertions(+), 5 deletions(-)
1299
1300commit c825264f52866409d47b2f0b191863905f7b5c5e
1301Author: Shaun McCance <shaunm@redhat.com>
1302Date:   Thu May 23 11:58:51 2019 -0400
1303
1304    yelp-xsl.pot: Re-adding strings for DocBook indexes that somehow got removed
1305
1306 xslt/common/domains/yelp-xsl.pot | 33 ++++++++++++++++++++++++++++++++-
1307 1 file changed, 32 insertions(+), 1 deletion(-)
1308
1309commit 4bf368da207fa1855ef08f99f0db036e71df5b09
1310Merge: 750548d7 0d744827
1311Author: Shaun McCance <shaunm@redhat.com>
1312Date:   Thu May 23 11:47:27 2019 -0400
1313
1314    Merge branch 'master' into jbicha/yelp-xsl-bye-intltool
1315
1316commit 0d744827fee75f48db71830508b7deb8f438f572
1317Author: Mingcong Bai <jeffbai@aosc.xyz>
1318Date:   Wed May 8 09:54:48 2019 +0000
1319
1320    Update Chinese (China) translation
1321
1322 po/zh_CN.po | 195 +++++++++++++++++++++++++++++++-----------------------------
1323 1 file changed, 100 insertions(+), 95 deletions(-)
1324
1325commit 87dc85f23575b2cdc9bcba795d53e8be0862b31f
1326Author: Shaun McCance <shaunm@redhat.com>
1327Date:   Sat Mar 16 17:59:50 2019 -0400
1328
1329    Version 3.32.1
1330
1331 NEWS         | 4 ++++
1332 configure.ac | 2 +-
1333 2 files changed, 5 insertions(+), 1 deletion(-)
1334
1335commit 9fa461562d084b680f2169cb464f8bf116df0632
1336Author: Shaun McCance <shaunm@redhat.com>
1337Date:   Sat Mar 16 17:56:03 2019 -0400
1338
1339    Add mallard:1.1 to mal.if.features
1340
1341 xslt/mallard/html/mal2xhtml.xsl | 1 +
1342 1 file changed, 1 insertion(+)
1343
1344commit 4332c3284e4d84b5501eebd72df502ba8883d539
1345Author: Shaun McCance <shaunm@redhat.com>
1346Date:   Mon Mar 11 10:56:14 2019 -0400
1347
1348    Version 3.32.0
1349
1350 NEWS         | 6 ++++++
1351 configure.ac | 2 +-
1352 2 files changed, 7 insertions(+), 1 deletion(-)
1353
1354commit 85b00f52612d0a37d290959e92b7e7b591004e13
1355Author: Nathan Follens <nathan@anche.no>
1356Date:   Sun Feb 24 11:24:15 2019 +0000
1357
1358    Update Dutch translation
1359
1360 po/nl.po | 295 +++++++++++++++++++++++++++------------------------------------
1361 1 file changed, 124 insertions(+), 171 deletions(-)
1362
1363commit 0b877f169b81a0494546a247916a2f7be4aaccec
1364Author: Sveinn í Felli <sv1@fellsnet.is>
1365Date:   Thu Feb 21 09:23:11 2019 +0000
1366
1367    Update Icelandic translation
1368
1369    (cherry picked from commit d8517257adbf497791f3e1448c64a05ee8c142fb)
1370
1371 po/is.po | 166 ++++++++++++++++++++++++++++++++-------------------------------
1372 1 file changed, 85 insertions(+), 81 deletions(-)
1373
1374commit 0f46e37b5221f994ff8ee76b3942b859fb1628b0
1375Author: Shaun McCance <shaunm@redhat.com>
1376Date:   Mon Feb 4 11:58:43 2019 -0500
1377
1378    Version 3.31.90
1379
1380 NEWS         | 13 +++++++++++++
1381 configure.ac |  2 +-
1382 2 files changed, 14 insertions(+), 1 deletion(-)
1383
1384commit 2ff92ce943b4dd0a3109702742e35e5b3035234d
1385Author: Shaun McCance <shaunm@redhat.com>
1386Date:   Mon Feb 4 11:57:11 2019 -0500
1387
1388    doc: Updates to Makefile.am to make distcheck work
1389
1390 doc/yelp-xsl/Makefile.am | 12 +++++++++++-
1391 1 file changed, 11 insertions(+), 1 deletion(-)
1392
1393commit 552887db8faaab48df3db77bc4422516f3678d31
1394Author: Shaun McCance <shaunm@redhat.com>
1395Date:   Mon Feb 4 11:56:53 2019 -0500
1396
1397    doc: Autogenerated doc changes
1398
1399 doc/yelp-xsl/C/color.blue.page                         |  2 +-
1400 doc/yelp-xsl/C/color.gray.page                         |  2 +-
1401 doc/yelp-xsl/C/color.green.page                        |  2 +-
1402 doc/yelp-xsl/C/color.orange.page                       |  2 +-
1403 doc/yelp-xsl/C/color.purple.page                       |  2 +-
1404 doc/yelp-xsl/C/color.red.page                          |  2 +-
1405 doc/yelp-xsl/C/color.yellow.page                       |  2 +-
1406 doc/yelp-xsl/C/mal-cache.page                          |  6 ++++++
1407 doc/yelp-xsl/C/mal2html-inline.page                    | 16 ++++++++++++++++
1408 doc/yelp-xsl/C/mal2html-page.page                      | 18 ++++++++++++++++++
1409 doc/yelp-xsl/C/mal2html.editor.badge.page              |  9 +++++++++
1410 doc/yelp-xsl/C/mal2html.editor.banner.page             |  9 +++++++++
1411 doc/yelp-xsl/C/mal2html.links.prevnext.page            |  6 +++++-
1412 doc/yelp-xsl/C/mal2html.links.series.next.page         |  4 +++-
1413 doc/yelp-xsl/C/mal2html.page.about.page                |  9 +++++++++
1414 doc/yelp-xsl/C/mal2html.page.linktrails.empty.page     |  9 +++++++++
1415 doc/yelp-xsl/C/mal2html.page.linktrails.link.page      |  9 +++++++++
1416 doc/yelp-xsl/C/mal2html.page.linktrails.page           |  9 +++++++++
1417 doc/yelp-xsl/C/mal2html.page.linktrails.trail.page     |  9 +++++++++
1418 .../C/mal2html.page.linktrails.trail.prefix.page       |  9 +++++++++
1419 doc/yelp-xsl/C/mal2html.section.page                   |  9 +++++++++
1420 21 files changed, 136 insertions(+), 9 deletions(-)
1421
1422commit 95c877f02b92ae64bc9957838c609248b2f76f3b
1423Author: Shaun McCance <shaunm@redhat.com>
1424Date:   Wed Jan 23 11:49:01 2019 -0500
1425
1426    color.xsl: Refresh colors for new GNOME HIG colors
1427
1428 xslt/common/color.xsl | 14 +++++++-------
1429 1 file changed, 7 insertions(+), 7 deletions(-)
1430
1431commit 750548d706ca8a9272fd666f47015575fccf14f0
1432Author: Jeremy Bicha <jbicha@ubuntu.com>
1433Date:   Sat Jan 12 21:59:40 2019 -0500
1434
1435    build: specify UTF-8 in the xgettext options in po/Makevars
1436
1437    as recommended by
1438    https://wiki.gnome.org/MigratingFromIntltoolToGettext
1439
1440 po/Makevars | 2 +-
1441 1 file changed, 1 insertion(+), 1 deletion(-)
1442
1443commit eb39ccbfe83766482453ef608b62c92e620c200a
1444Author: Jeremy Bicha <jbicha@ubuntu.com>
1445Date:   Sat Jan 12 21:59:40 2019 -0500
1446
1447    build: Update bug reporting URL
1448
1449 configure.ac | 2 +-
1450 po/Makevars  | 2 +-
1451 2 files changed, 2 insertions(+), 2 deletions(-)
1452
1453commit 655b931b8c0aeaabe382e1afcb43b450cc099cc4
1454Author: Javier Jardón <jjardon@gnome.org>
1455Date:   Mon Jul 11 23:21:22 2016 +0100
1456
1457    Use upstream gettext instead intltool
1458
1459    https://bugzilla.gnome.org/show_bug.cgi?id=681556
1460
1461    https://wiki.gnome.org/Initiatives/GnomeGoals/GettextMigration
1462
1463    Closes: https://gitlab.gnome.org/GNOME/yelp-xsl/issues/17
1464
1465 .gitignore         |   3 -
1466 Makefile.am        |  10 +-
1467 autogen.sh         |   7 -
1468 configure.ac       |   5 +-
1469 m4/.gitignore      |   1 -
1470 m4/glib-gettext.m4 | 433 -----------------------------------------------------
1471 po/.gitignore      |   1 -
1472 po/Makevars        |  78 ++++++++++
1473 po/POTFILES.in     |   1 -
1474 9 files changed, 82 insertions(+), 457 deletions(-)
1475
1476commit 980a9dd95e8da8db56ef841f11b2b9182d7c3b64
1477Author: Shaun McCance <shaunm@redhat.com>
1478Date:   Sat Jan 12 16:29:16 2019 -0500
1479
1480    mal2html-inline: Use HTML ins/del for hi elements with those styles
1481
1482 xslt/mallard/html/mal2html-inline.xsl | 19 +++++++++++++++++++
1483 xslt/mallard/html/mal2html-page.xsl   |  2 ++
1484 2 files changed, 21 insertions(+)
1485
1486commit 19358d6255dc3ca674d90a9ef598c00419d2dae9
1487Author: Andre Klapper <a9016009@gmx.de>
1488Date:   Thu Dec 13 11:19:48 2018 +0100
1489
1490     Replace Bugzilla by Gitlab URL in DOAP file
1491
1492 yelp-xsl.doap | 2 +-
1493 1 file changed, 1 insertion(+), 1 deletion(-)
1494
1495commit 4f6b3dcb1988e7df8141f8189d759ac35ebe07e8
1496Author: Anish Sheela <aneesh.nl@gmail.com>
1497Date:   Sun Nov 4 14:57:11 2018 +0000
1498
1499    Update Malayalam translation
1500
1501    (cherry picked from commit 379f6dc99bee3ad0215c762ddeb44f192efe76e6)
1502
1503 po/ml.po | 392 +++++++++++++++++++++++----------------------------------------
1504 1 file changed, 144 insertions(+), 248 deletions(-)
1505
1506commit 2c3cc622a559671105bd6239da9e6d98a3a6ae9e
1507Author: Shaun McCance <shaunm@redhat.com>
1508Date:   Sat Nov 3 17:54:31 2018 -0400
1509
1510    mal2html-inline: Special-case e:hi inside mal:hi
1511
1512 xslt/mallard/html/mal2html-inline.xsl | 9 ++++++++-
1513 1 file changed, 8 insertions(+), 1 deletion(-)
1514
1515commit 0a73411dae3559bdeb17410b6a0a8a5727752630
1516Author: Shaun McCance <shaunm@redhat.com>
1517Date:   Sun Oct 28 17:19:30 2018 -0400
1518
1519    Allow non-experimental hi element, now with style hints
1520
1521 xslt/mallard/html/mal2html-inline.xsl | 37 +++++++++++++++++++++++++++++++++++
1522 xslt/mallard/html/mal2html-page.xsl   | 23 ++++++++++++++++++++++
1523 2 files changed, 60 insertions(+)
1524
1525commit b34a615ff6c04c638805d73de26ecf195852bbd8
1526Author: Shaun McCance <shaunm@redhat.com>
1527Date:   Sat Oct 20 11:01:31 2018 -0400
1528
1529    Initial work on Mallard stacks
1530
1531 xslt/mallard/cache/mal-cache.xsl     | 24 +++++++++-
1532 xslt/mallard/html/mal2html-links.xsl | 90 ++++++++++++++++++++++++++++++++----
1533 xslt/mallard/html/mal2html-page.xsl  | 12 +++--
1534 3 files changed, 113 insertions(+), 13 deletions(-)
1535
1536commit 30a542d15625fc76495d4b50d1e896460c22a6cb
1537Author: Shaun McCance <shaunm@redhat.com>
1538Date:   Sun Oct 14 15:01:02 2018 -0400
1539
1540    Added ui-expander-preview style for elements with ui:expanded
1541
1542 doc/yelp-xsl/C/mal2html-block.page             |  3 +
1543 doc/yelp-xsl/C/mal2html-links.page             |  3 +
1544 doc/yelp-xsl/C/mal2html-list.page              |  3 +
1545 doc/yelp-xsl/C/mal2html-page.page              |  3 +
1546 doc/yelp-xsl/C/mal2html-table.page             |  3 +
1547 doc/yelp-xsl/C/mal2html.links.links.page       |  3 +
1548 doc/yelp-xsl/C/mal2html.links.section.page     |  3 +
1549 doc/yelp-xsl/C/mal2html.links.series.page      |  3 +
1550 doc/yelp-xsl/C/mal2html.section.page           |  3 +
1551 doc/yelp-xsl/C/mal2html.ui.expander.class.page | 37 ++++++++++++
1552 doc/yelp-xsl/C/mal2html.ui.expander.data.page  | 13 +++--
1553 xslt/common/html.xsl                           | 79 +++++++++++++++++++++++++-
1554 xslt/mallard/html/mal2html-block.xsl           | 58 ++++++-------------
1555 xslt/mallard/html/mal2html-links.xsl           | 30 +++++-----
1556 xslt/mallard/html/mal2html-list.xsl            | 23 +++-----
1557 xslt/mallard/html/mal2html-page.xsl            |  6 +-
1558 xslt/mallard/html/mal2html-table.xsl           |  5 +-
1559 xslt/mallard/html/mal2html-ui.xsl              | 45 +++++++++++++--
1560 18 files changed, 230 insertions(+), 93 deletions(-)
1561
1562commit 77e523204fa86fe730734ed7d669cbb9fbbb3feb
1563Author: Марко Костић <marko.m.kostic@gmail.com>
1564Date:   Sat Sep 29 09:45:55 2018 +0000
1565
1566    Update Serbian translation
1567
1568    (cherry picked from commit c0e4afda5adf9163692d7e6424f4e83896dc3cfd)
1569
1570 po/sr.po | 182 +++++++++++++++++++++++++++++++++------------------------------
1571 1 file changed, 94 insertions(+), 88 deletions(-)
1572
1573commit 7a34fa1ab98f1b81d280205d61e178b2bd27a5d6
1574Author: Shaun McCance <shaunm@redhat.com>
1575Date:   Sun Sep 23 10:12:00 2018 -0400
1576
1577    xsldoc.xsl: Cleaning up some FIXMEs
1578
1579 doc/yelp-xsl/C/color.a.page                        |  2 +-
1580 doc/yelp-xsl/C/color.b.page                        |  2 +-
1581 doc/yelp-xsl/C/color.bg.blue.page                  |  2 +-
1582 doc/yelp-xsl/C/color.bg.dark.page                  |  2 +-
1583 doc/yelp-xsl/C/color.bg.gray.page                  |  2 +-
1584 doc/yelp-xsl/C/color.bg.green.page                 |  2 +-
1585 doc/yelp-xsl/C/color.bg.orange.page                |  2 +-
1586 doc/yelp-xsl/C/color.bg.page                       |  2 +-
1587 doc/yelp-xsl/C/color.bg.purple.page                |  2 +-
1588 doc/yelp-xsl/C/color.bg.red.page                   |  2 +-
1589 doc/yelp-xsl/C/color.bg.yellow.page                |  2 +-
1590 doc/yelp-xsl/C/color.blend.page                    |  2 +-
1591 doc/yelp-xsl/C/color.blue.page                     |  2 +-
1592 doc/yelp-xsl/C/color.contrast.page                 |  2 +-
1593 doc/yelp-xsl/C/color.fg.blue.page                  |  2 +-
1594 doc/yelp-xsl/C/color.fg.dark.page                  |  2 +-
1595 doc/yelp-xsl/C/color.fg.gray.page                  |  2 +-
1596 doc/yelp-xsl/C/color.fg.green.page                 |  2 +-
1597 doc/yelp-xsl/C/color.fg.orange.page                |  2 +-
1598 doc/yelp-xsl/C/color.fg.page                       |  2 +-
1599 doc/yelp-xsl/C/color.fg.purple.page                |  2 +-
1600 doc/yelp-xsl/C/color.fg.red.page                   |  2 +-
1601 doc/yelp-xsl/C/color.fg.yellow.page                |  2 +-
1602 doc/yelp-xsl/C/color.g.page                        |  2 +-
1603 doc/yelp-xsl/C/color.gray.page                     |  2 +-
1604 doc/yelp-xsl/C/color.green.page                    |  2 +-
1605 doc/yelp-xsl/C/color.hex2dec.page                  |  2 +-
1606 doc/yelp-xsl/C/color.orange.page                   |  2 +-
1607 doc/yelp-xsl/C/color.page                          |  2 +-
1608 doc/yelp-xsl/C/color.purple.page                   |  2 +-
1609 doc/yelp-xsl/C/color.r.page                        |  2 +-
1610 doc/yelp-xsl/C/color.red.page                      |  2 +-
1611 doc/yelp-xsl/C/color.rl.page                       |  2 +-
1612 doc/yelp-xsl/C/color.yellow.page                   |  2 +-
1613 doc/yelp-xsl/C/db-chunk.page                       |  2 +-
1614 doc/yelp-xsl/C/db-common.page                      |  2 +-
1615 doc/yelp-xsl/C/db-profile.page                     |  2 +-
1616 doc/yelp-xsl/C/db-title.page                       |  2 +-
1617 doc/yelp-xsl/C/db-xref.page                        |  2 +-
1618 doc/yelp-xsl/C/db.biblio.abbrev.key.page           |  2 +-
1619 doc/yelp-xsl/C/db.biblio.id.key.page               |  2 +-
1620 doc/yelp-xsl/C/db.biblio.label.key.page            |  2 +-
1621 doc/yelp-xsl/C/db.chunk.basename.page              |  2 +-
1622 doc/yelp-xsl/C/db.chunk.chunk-id.axis.page         |  2 +-
1623 doc/yelp-xsl/C/db.chunk.chunk-id.page              |  2 +-
1624 doc/yelp-xsl/C/db.chunk.depth-in-chunk.page        |  2 +-
1625 doc/yelp-xsl/C/db.chunk.depth-of-chunk.page        |  2 +-
1626 doc/yelp-xsl/C/db.chunk.extension.page             |  2 +-
1627 doc/yelp-xsl/C/db.chunk.max_depth.page             |  2 +-
1628 doc/yelp-xsl/C/db.copyright.page                   |  2 +-
1629 doc/yelp-xsl/C/db.glossentry.key.page              |  2 +-
1630 doc/yelp-xsl/C/db.id.key.page                      |  2 +-
1631 doc/yelp-xsl/C/db.linenumbering.start.page         |  2 +-
1632 doc/yelp-xsl/C/db.orderedlist.start.page           |  2 +-
1633 doc/yelp-xsl/C/db.personname.list.page             |  2 +-
1634 doc/yelp-xsl/C/db.personname.page                  |  2 +-
1635 doc/yelp-xsl/C/db.profile.arch.page                |  2 +-
1636 doc/yelp-xsl/C/db.profile.audience.page            |  2 +-
1637 doc/yelp-xsl/C/db.profile.condition.page           |  2 +-
1638 doc/yelp-xsl/C/db.profile.conformance.page         |  2 +-
1639 doc/yelp-xsl/C/db.profile.os.page                  |  2 +-
1640 doc/yelp-xsl/C/db.profile.outputformat.page        |  2 +-
1641 doc/yelp-xsl/C/db.profile.revision.page            |  2 +-
1642 doc/yelp-xsl/C/db.profile.security.page            |  2 +-
1643 doc/yelp-xsl/C/db.profile.test.page                |  2 +-
1644 doc/yelp-xsl/C/db.profile.userlevel.page           |  2 +-
1645 doc/yelp-xsl/C/db.profile.vendor.page              |  2 +-
1646 doc/yelp-xsl/C/db.profile.wordsize.page            |  2 +-
1647 doc/yelp-xsl/C/db.subtitle.page                    |  2 +-
1648 doc/yelp-xsl/C/db.title.page                       |  2 +-
1649 doc/yelp-xsl/C/db.titleabbrev.page                 |  2 +-
1650 doc/yelp-xsl/C/db.ulink.tooltip.page               |  2 +-
1651 doc/yelp-xsl/C/db.xref.content.page                |  2 +-
1652 doc/yelp-xsl/C/db.xref.target.page                 |  2 +-
1653 doc/yelp-xsl/C/db.xref.tooltip.mode.page           |  2 +-
1654 doc/yelp-xsl/C/db.xref.tooltip.page                |  2 +-
1655 doc/yelp-xsl/C/db2html-bibliography.page           |  2 +-
1656 doc/yelp-xsl/C/db2html-block.page                  |  2 +-
1657 doc/yelp-xsl/C/db2html-callout.page                |  2 +-
1658 doc/yelp-xsl/C/db2html-classsynopsis.page          |  2 +-
1659 doc/yelp-xsl/C/db2html-cmdsynopsis.page            |  2 +-
1660 doc/yelp-xsl/C/db2html-css.page                    |  2 +-
1661 doc/yelp-xsl/C/db2html-division.page               |  2 +-
1662 doc/yelp-xsl/C/db2html-ebnf.page                   |  2 +-
1663 doc/yelp-xsl/C/db2html-footnote.page               |  2 +-
1664 doc/yelp-xsl/C/db2html-funcsynopsis.page           |  2 +-
1665 doc/yelp-xsl/C/db2html-index.page                  |  2 +-
1666 doc/yelp-xsl/C/db2html-inline.page                 |  2 +-
1667 doc/yelp-xsl/C/db2html-links.page                  |  2 +-
1668 doc/yelp-xsl/C/db2html-list.page                   |  2 +-
1669 doc/yelp-xsl/C/db2html-math.page                   |  2 +-
1670 doc/yelp-xsl/C/db2html-media.page                  |  2 +-
1671 doc/yelp-xsl/C/db2html-refentry.page               |  2 +-
1672 doc/yelp-xsl/C/db2html-table.page                  |  2 +-
1673 doc/yelp-xsl/C/db2html-xref.page                   |  2 +-
1674 doc/yelp-xsl/C/db2html.anchor.page                 |  2 +-
1675 doc/yelp-xsl/C/db2html.audiodata.page              |  2 +-
1676 doc/yelp-xsl/C/db2html.biblioentry.data.page       |  2 +-
1677 doc/yelp-xsl/C/db2html.biblioentry.label.page      |  2 +-
1678 doc/yelp-xsl/C/db2html.biblioentry.mode.page       |  2 +-
1679 doc/yelp-xsl/C/db2html.block.formal.page           |  2 +-
1680 doc/yelp-xsl/C/db2html.block.page                  |  2 +-
1681 doc/yelp-xsl/C/db2html.block.title.page            |  2 +-
1682 doc/yelp-xsl/C/db2html.blockquote.page             |  2 +-
1683 doc/yelp-xsl/C/db2html.callout.label.page          |  2 +-
1684 doc/yelp-xsl/C/db2html.class.cpp.mode.page         |  2 +-
1685 doc/yelp-xsl/C/db2html.class.python.mode.page      |  2 +-
1686 doc/yelp-xsl/C/db2html.classsynopsis.language.page |  2 +-
1687 .../C/db2html.cmdsynopsis.sbr.padding.mode.page    |  2 +-
1688 doc/yelp-xsl/C/db2html.colspec.colnum.page         |  2 +-
1689 doc/yelp-xsl/C/db2html.division.about.page         |  2 +-
1690 .../C/db2html.division.div.content.mode.page       |  2 +-
1691 doc/yelp-xsl/C/db2html.division.div.page           |  2 +-
1692 doc/yelp-xsl/C/db2html.entry.colnum.page           |  2 +-
1693 doc/yelp-xsl/C/db2html.entry.colspan.page          |  2 +-
1694 doc/yelp-xsl/C/db2html.entry.implicit.page         |  2 +-
1695 doc/yelp-xsl/C/db2html.entry.page                  |  2 +-
1696 doc/yelp-xsl/C/db2html.footnote.footer.page        |  2 +-
1697 doc/yelp-xsl/C/db2html.footnote.link.page          |  2 +-
1698 doc/yelp-xsl/C/db2html.footnote.note.page          |  2 +-
1699 doc/yelp-xsl/C/db2html.funcsynopsis.style.page     |  2 +-
1700 doc/yelp-xsl/C/db2html.hgroup.page                 |  2 +-
1701 doc/yelp-xsl/C/db2html.imagedata.page              |  2 +-
1702 doc/yelp-xsl/C/db2html.inline.children.page        |  2 +-
1703 doc/yelp-xsl/C/db2html.inline.content.mode.page    |  2 +-
1704 doc/yelp-xsl/C/db2html.inline.page                 |  2 +-
1705 doc/yelp-xsl/C/db2html.link.page                   |  2 +-
1706 doc/yelp-xsl/C/db2html.links.linktrail.page        |  2 +-
1707 doc/yelp-xsl/C/db2html.links.next.page             |  2 +-
1708 doc/yelp-xsl/C/db2html.links.section.page          |  2 +-
1709 doc/yelp-xsl/C/db2html.math.div.page               |  2 +-
1710 doc/yelp-xsl/C/db2html.math.mode.page              |  2 +-
1711 doc/yelp-xsl/C/db2html.math.span.page              |  2 +-
1712 doc/yelp-xsl/C/db2html.mediaobject.fallback.page   |  2 +-
1713 doc/yelp-xsl/C/db2html.mediaobject.page            |  2 +-
1714 doc/yelp-xsl/C/db2html.page                        |  2 +-
1715 doc/yelp-xsl/C/db2html.para.page                   |  2 +-
1716 doc/yelp-xsl/C/db2html.pre.page                    |  2 +-
1717 doc/yelp-xsl/C/db2html.row.page                    |  2 +-
1718 doc/yelp-xsl/C/db2html.spanstr.page                |  2 +-
1719 doc/yelp-xsl/C/db2html.spanstr.pop.page            |  2 +-
1720 doc/yelp-xsl/C/db2html.ulink.page                  |  2 +-
1721 doc/yelp-xsl/C/db2html.videodata.page              |  2 +-
1722 doc/yelp-xsl/C/db2html.xlink.page                  |  2 +-
1723 doc/yelp-xsl/C/db2html.xref.page                   |  2 +-
1724 doc/yelp-xsl/C/db2xhtml.page                       |  2 +-
1725 doc/yelp-xsl/C/html.basename.page                  |  2 +-
1726 doc/yelp-xsl/C/html.body.attr.mode.page            |  2 +-
1727 doc/yelp-xsl/C/html.body.mode.page                 |  2 +-
1728 doc/yelp-xsl/C/html.bottom.custom.page             |  2 +-
1729 doc/yelp-xsl/C/html.class.attr.mode.page           |  2 +-
1730 doc/yelp-xsl/C/html.class.attr.page                |  2 +-
1731 doc/yelp-xsl/C/html.content.post.custom.page       |  2 +-
1732 doc/yelp-xsl/C/html.content.post.mode.page         |  2 +-
1733 doc/yelp-xsl/C/html.content.post.page              |  2 +-
1734 doc/yelp-xsl/C/html.content.pre.custom.page        |  2 +-
1735 doc/yelp-xsl/C/html.content.pre.mode.page          |  2 +-
1736 doc/yelp-xsl/C/html.content.pre.page               |  2 +-
1737 doc/yelp-xsl/C/html.css.content.page               |  2 +-
1738 doc/yelp-xsl/C/html.css.core.page                  |  2 +-
1739 doc/yelp-xsl/C/html.css.custom.page                |  2 +-
1740 doc/yelp-xsl/C/html.css.elements.page              |  2 +-
1741 doc/yelp-xsl/C/html.css.mode.page                  |  2 +-
1742 doc/yelp-xsl/C/html.css.page                       |  2 +-
1743 doc/yelp-xsl/C/html.css.root.page                  |  2 +-
1744 doc/yelp-xsl/C/html.css.syntax.page                |  2 +-
1745 doc/yelp-xsl/C/html.extension.page                 |  2 +-
1746 doc/yelp-xsl/C/html.footer.custom.page             |  2 +-
1747 doc/yelp-xsl/C/html.footer.mode.page               |  2 +-
1748 doc/yelp-xsl/C/html.head.custom.page               |  2 +-
1749 doc/yelp-xsl/C/html.head.top.custom.page           |  2 +-
1750 doc/yelp-xsl/C/html.header.custom.page             |  2 +-
1751 doc/yelp-xsl/C/html.header.mode.page               |  2 +-
1752 doc/yelp-xsl/C/html.js.content.custom.page         |  2 +-
1753 doc/yelp-xsl/C/html.js.content.page                |  2 +-
1754 doc/yelp-xsl/C/html.js.core.page                   |  2 +-
1755 doc/yelp-xsl/C/html.js.custom.page                 |  2 +-
1756 doc/yelp-xsl/C/html.js.mathjax.page                |  2 +-
1757 doc/yelp-xsl/C/html.js.media.page                  |  2 +-
1758 doc/yelp-xsl/C/html.js.mode.page                   |  2 +-
1759 doc/yelp-xsl/C/html.js.page                        |  2 +-
1760 doc/yelp-xsl/C/html.js.root.page                   |  2 +-
1761 doc/yelp-xsl/C/html.js.script.page                 |  2 +-
1762 doc/yelp-xsl/C/html.js.syntax.page                 |  2 +-
1763 doc/yelp-xsl/C/html.js.ui.page                     |  2 +-
1764 doc/yelp-xsl/C/html.lang.attrs.page                |  2 +-
1765 doc/yelp-xsl/C/html.linktrails.empty.page          |  2 +-
1766 doc/yelp-xsl/C/html.linktrails.prefix.page         |  2 +-
1767 doc/yelp-xsl/C/html.mathml.namespace.page          |  2 +-
1768 doc/yelp-xsl/C/html.media.controls.page            |  2 +-
1769 doc/yelp-xsl/C/html.namespace.page                 |  2 +-
1770 doc/yelp-xsl/C/html.output.after.mode.page         |  2 +-
1771 doc/yelp-xsl/C/html.output.page                    |  2 +-
1772 doc/yelp-xsl/C/html.output.prefix.page             |  2 +-
1773 doc/yelp-xsl/C/html.page                           |  2 +-
1774 doc/yelp-xsl/C/html.page.page                      |  2 +-
1775 doc/yelp-xsl/C/html.sidebar.contents.mode.page     |  2 +-
1776 doc/yelp-xsl/C/html.sidebar.contents.page          |  2 +-
1777 doc/yelp-xsl/C/html.sidebar.custom.page            |  2 +-
1778 doc/yelp-xsl/C/html.sidebar.left.page              |  2 +-
1779 doc/yelp-xsl/C/html.sidebar.mode.page              |  2 +-
1780 doc/yelp-xsl/C/html.sidebar.page                   |  2 +-
1781 doc/yelp-xsl/C/html.sidebar.right.page             |  2 +-
1782 doc/yelp-xsl/C/html.sidebar.sections.mode.page     |  2 +-
1783 doc/yelp-xsl/C/html.sidebar.sections.page          |  2 +-
1784 doc/yelp-xsl/C/html.svg.namespace.page             |  2 +-
1785 doc/yelp-xsl/C/html.syntax.class.mode.page         |  2 +-
1786 doc/yelp-xsl/C/html.syntax.class.page              |  2 +-
1787 doc/yelp-xsl/C/html.syntax.highlight.page          |  2 +-
1788 doc/yelp-xsl/C/html.title.mode.page                |  2 +-
1789 doc/yelp-xsl/C/html.top.custom.page                |  2 +-
1790 doc/yelp-xsl/C/html.xhtml.page                     |  2 +-
1791 doc/yelp-xsl/C/icons.page                          |  2 +-
1792 doc/yelp-xsl/C/icons.size.quote.page               |  2 +-
1793 doc/yelp-xsl/C/icons.svg.figure.zoom.in.page       |  2 +-
1794 doc/yelp-xsl/C/icons.svg.figure.zoom.out.page      |  2 +-
1795 doc/yelp-xsl/C/icons.svg.media.pause.page          |  2 +-
1796 doc/yelp-xsl/C/icons.svg.media.play.page           |  2 +-
1797 doc/yelp-xsl/C/icons.svg.mode.page                 |  2 +-
1798 doc/yelp-xsl/C/icons.svg.note.advanced.page        |  2 +-
1799 doc/yelp-xsl/C/icons.svg.note.bug.page             |  2 +-
1800 doc/yelp-xsl/C/icons.svg.note.caution.page         |  2 +-
1801 doc/yelp-xsl/C/icons.svg.note.danger.page          |  2 +-
1802 doc/yelp-xsl/C/icons.svg.note.important.page       |  2 +-
1803 doc/yelp-xsl/C/icons.svg.note.note.page            |  2 +-
1804 doc/yelp-xsl/C/icons.svg.note.package.page         |  2 +-
1805 doc/yelp-xsl/C/icons.svg.note.page                 |  2 +-
1806 doc/yelp-xsl/C/icons.svg.note.tip.page             |  2 +-
1807 doc/yelp-xsl/C/icons.svg.note.warning.page         |  2 +-
1808 doc/yelp-xsl/C/l10n-numbers.page                   |  2 +-
1809 doc/yelp-xsl/C/l10n.align.end.page                 |  2 +-
1810 doc/yelp-xsl/C/l10n.align.start.page               |  2 +-
1811 doc/yelp-xsl/C/l10n.direction.page                 |  2 +-
1812 doc/yelp-xsl/C/l10n.format.mode.page               |  2 +-
1813 doc/yelp-xsl/C/l10n.gettext.page                   |  2 +-
1814 doc/yelp-xsl/C/l10n.locale.page                    |  2 +-
1815 doc/yelp-xsl/C/l10n.msgstr.key.page                |  2 +-
1816 doc/yelp-xsl/C/l10n.number.alphabetic.page         |  2 +-
1817 doc/yelp-xsl/C/l10n.number.cjk-ideographic.page    |  2 +-
1818 doc/yelp-xsl/C/l10n.number.ionic.page              |  2 +-
1819 doc/yelp-xsl/C/l10n.number.numeric.page            |  2 +-
1820 doc/yelp-xsl/C/l10n.number.page                    |  2 +-
1821 doc/yelp-xsl/C/l10n.page                           |  2 +-
1822 doc/yelp-xsl/C/l10n.plural.form.page               |  2 +-
1823 doc/yelp-xsl/C/mal-cache.page                      |  2 +-
1824 doc/yelp-xsl/C/mal-gloss.page                      |  2 +-
1825 doc/yelp-xsl/C/mal-if.page                         |  2 +-
1826 doc/yelp-xsl/C/mal-link.page                       |  2 +-
1827 doc/yelp-xsl/C/mal-sort.page                       |  2 +-
1828 doc/yelp-xsl/C/mal.cache.file.page                 |  2 +-
1829 doc/yelp-xsl/C/mal.cache.id.page                   |  2 +-
1830 doc/yelp-xsl/C/mal.cache.info.page                 |  2 +-
1831 doc/yelp-xsl/C/mal.cache.key.page                  |  2 +-
1832 doc/yelp-xsl/C/mal.cache.link.key.page             |  2 +-
1833 doc/yelp-xsl/C/mal.cache.page                      |  2 +-
1834 doc/yelp-xsl/C/mal.gloss.key.page                  |  2 +-
1835 doc/yelp-xsl/C/mal.gloss.match.page                |  2 +-
1836 doc/yelp-xsl/C/mal.gloss.terms.page                |  2 +-
1837 doc/yelp-xsl/C/mal.if.custom.page                  |  2 +-
1838 doc/yelp-xsl/C/mal.if.features.page                |  2 +-
1839 doc/yelp-xsl/C/mal.if.maybe.page                   |  2 +-
1840 doc/yelp-xsl/C/mal.if.platform.page                |  2 +-
1841 doc/yelp-xsl/C/mal.if.target.page                  |  2 +-
1842 doc/yelp-xsl/C/mal.if.test.page                    |  2 +-
1843 doc/yelp-xsl/C/mal.link.content.custom.page        |  2 +-
1844 doc/yelp-xsl/C/mal.link.content.mode.page          |  2 +-
1845 doc/yelp-xsl/C/mal.link.content.page               |  2 +-
1846 doc/yelp-xsl/C/mal.link.default_root.page          |  2 +-
1847 doc/yelp-xsl/C/mal.link.desc.custom.page           |  2 +-
1848 doc/yelp-xsl/C/mal.link.desc.page                  |  2 +-
1849 doc/yelp-xsl/C/mal.link.extension.page             |  2 +-
1850 doc/yelp-xsl/C/mal.link.guidelinks.page            |  2 +-
1851 doc/yelp-xsl/C/mal.link.linkid.page                |  2 +-
1852 doc/yelp-xsl/C/mal.link.linktrails.page            |  2 +-
1853 doc/yelp-xsl/C/mal.link.prefix.page                |  2 +-
1854 doc/yelp-xsl/C/mal.link.seealsolinks.page          |  2 +-
1855 doc/yelp-xsl/C/mal.link.sorttitle.page             |  2 +-
1856 doc/yelp-xsl/C/mal.link.target.custom.page         |  2 +-
1857 doc/yelp-xsl/C/mal.link.target.extended.page       |  2 +-
1858 doc/yelp-xsl/C/mal.link.target.page                |  2 +-
1859 doc/yelp-xsl/C/mal.link.tooltip.custom.page        |  2 +-
1860 doc/yelp-xsl/C/mal.link.tooltip.page               |  2 +-
1861 doc/yelp-xsl/C/mal.link.topiclinks.page            |  2 +-
1862 doc/yelp-xsl/C/mal.link.xref.linkid.page           |  2 +-
1863 doc/yelp-xsl/C/mal.sort.tsort.page                 |  2 +-
1864 doc/yelp-xsl/C/mal2html-api.page                   |  2 +-
1865 doc/yelp-xsl/C/mal2html-block.page                 |  2 +-
1866 doc/yelp-xsl/C/mal2html-gloss.page                 |  2 +-
1867 doc/yelp-xsl/C/mal2html-inline.page                |  2 +-
1868 doc/yelp-xsl/C/mal2html-links.page                 |  2 +-
1869 doc/yelp-xsl/C/mal2html-list.page                  |  2 +-
1870 doc/yelp-xsl/C/mal2html-math.page                  |  2 +-
1871 doc/yelp-xsl/C/mal2html-media.page                 |  2 +-
1872 doc/yelp-xsl/C/mal2html-page.page                  |  2 +-
1873 doc/yelp-xsl/C/mal2html-svg.page                   |  2 +-
1874 doc/yelp-xsl/C/mal2html-table.page                 |  2 +-
1875 doc/yelp-xsl/C/mal2html-ui.page                    |  2 +-
1876 doc/yelp-xsl/C/mal2html.api.links.function.c.page  |  2 +-
1877 doc/yelp-xsl/C/mal2html.api.links.function.page    |  2 +-
1878 doc/yelp-xsl/C/mal2html.block.mode.page            |  2 +-
1879 doc/yelp-xsl/C/mal2html.editor.badge.page          |  2 +-
1880 doc/yelp-xsl/C/mal2html.editor.banner.page         |  2 +-
1881 doc/yelp-xsl/C/mal2html.editor_mode.page           |  2 +-
1882 doc/yelp-xsl/C/mal2html.gloss.terms.page           |  2 +-
1883 doc/yelp-xsl/C/mal2html.inline.content.mode.page   |  2 +-
1884 doc/yelp-xsl/C/mal2html.inline.mode.page           |  2 +-
1885 doc/yelp-xsl/C/mal2html.links.guide.page           |  2 +-
1886 doc/yelp-xsl/C/mal2html.links.links.page           |  2 +-
1887 doc/yelp-xsl/C/mal2html.links.prevnext.page        |  2 +-
1888 doc/yelp-xsl/C/mal2html.links.section.page         |  2 +-
1889 doc/yelp-xsl/C/mal2html.links.seealso.page         |  2 +-
1890 doc/yelp-xsl/C/mal2html.links.series.next.page     |  2 +-
1891 doc/yelp-xsl/C/mal2html.links.series.page          |  2 +-
1892 doc/yelp-xsl/C/mal2html.links.series.prev.page     |  2 +-
1893 doc/yelp-xsl/C/mal2html.links.topic.page           |  2 +-
1894 doc/yelp-xsl/C/mal2html.links.ul.li.page           |  2 +-
1895 doc/yelp-xsl/C/mal2html.links.ul.page              |  2 +-
1896 doc/yelp-xsl/C/mal2html.math.mode.page             |  2 +-
1897 doc/yelp-xsl/C/mal2html.media.audio.page           |  2 +-
1898 doc/yelp-xsl/C/mal2html.media.image.page           |  2 +-
1899 doc/yelp-xsl/C/mal2html.media.video.page           |  2 +-
1900 doc/yelp-xsl/C/mal2html.page                       |  2 +-
1901 doc/yelp-xsl/C/mal2html.page.about.page            |  2 +-
1902 doc/yelp-xsl/C/mal2html.page.linktrails.empty.page |  2 +-
1903 doc/yelp-xsl/C/mal2html.page.linktrails.link.page  |  2 +-
1904 doc/yelp-xsl/C/mal2html.page.linktrails.page       |  2 +-
1905 doc/yelp-xsl/C/mal2html.page.linktrails.trail.page |  2 +-
1906 .../C/mal2html.page.linktrails.trail.prefix.page   |  2 +-
1907 doc/yelp-xsl/C/mal2html.pre.page                   |  2 +-
1908 doc/yelp-xsl/C/mal2html.section.page               |  2 +-
1909 doc/yelp-xsl/C/mal2html.span.page                  |  2 +-
1910 doc/yelp-xsl/C/mal2html.svg.mode.page              |  2 +-
1911 doc/yelp-xsl/C/mal2html.title.mode.page            |  2 +-
1912 doc/yelp-xsl/C/mal2html.tree.mode.page             |  2 +-
1913 doc/yelp-xsl/C/mal2html.ttml.mode.page             |  2 +-
1914 doc/yelp-xsl/C/mal2html.ui.expander.data.page      |  2 +-
1915 doc/yelp-xsl/C/mal2html.ui.links.img.attrs.page    |  2 +-
1916 doc/yelp-xsl/C/mal2html.ui.links.img.page          |  2 +-
1917 doc/yelp-xsl/C/mal2html.ui.links.img.src.page      |  2 +-
1918 doc/yelp-xsl/C/mal2html.ui.links.tiles.page        |  2 +-
1919 doc/yelp-xsl/C/mal2xhtml.page                      |  2 +-
1920 doc/yelp-xsl/C/ttml.features.page                  |  2 +-
1921 doc/yelp-xsl/C/ttml.page                           |  2 +-
1922 doc/yelp-xsl/C/ttml.profile.attr.page              |  2 +-
1923 doc/yelp-xsl/C/ttml.profile.page                   |  2 +-
1924 doc/yelp-xsl/C/ttml.time.range.page                |  2 +-
1925 doc/yelp-xsl/C/ttml.time.seconds.page              |  2 +-
1926 doc/yelp-xsl/C/utils.email_address.page            |  2 +-
1927 doc/yelp-xsl/C/utils.linenumbering.page            |  2 +-
1928 doc/yelp-xsl/C/utils.page                          |  2 +-
1929 doc/yelp-xsl/C/utils.repeat_string.page            |  2 +-
1930 doc/yelp-xsl/C/utils.strip_newlines.page           |  2 +-
1931 doc/yelp-xsl/xsldoc.xsl                            | 26 +++-------------------
1932 353 files changed, 355 insertions(+), 375 deletions(-)
1933
1934commit ee6269566950f231e3d5d580a63c561844036368
1935Merge: c6143ac4 5367daf3
1936Author: Shaun McCance <shaunm@redhat.com>
1937Date:   Sun Sep 23 10:06:27 2018 -0400
1938
1939    Merge branch 'wip/xslduck'
1940
1941commit 5367daf3ab483ffa18b6b813b5cc971685d2dd49
1942Author: Shaun McCance <shaunm@redhat.com>
1943Date:   Sun Sep 23 09:53:06 2018 -0400
1944
1945    doc/yelp-xsl/Makefile.am: Remove reference to docbook/omf stylesheets
1946
1947 doc/yelp-xsl/Makefile.am | 1 -
1948 1 file changed, 1 deletion(-)
1949
1950commit 7c78777dc61e50f190e70613519341692b4f3714
1951Author: Shaun McCance <shaunm@redhat.com>
1952Date:   Sun Sep 23 09:49:29 2018 -0400
1953
1954    xsldoc.xsl: Rename from xsldoc-scan.xsl
1955
1956 doc/yelp-xsl/Makefile.am                     | 6 +++---
1957 doc/yelp-xsl/{xsldoc-scan.xsl => xsldoc.xsl} | 0
1958 2 files changed, 3 insertions(+), 3 deletions(-)
1959
1960commit 6e1df911f1309025eb69dc07ffc92435e09c2457
1961Author: Shaun McCance <shaunm@redhat.com>
1962Date:   Sat Sep 22 19:03:59 2018 -0400
1963
1964    Change xsldoc to use ducktype
1965
1966 .gitignore                                         |   1 +
1967 doc/yelp-xsl/C/color.a.page                        |  91 +-
1968 doc/yelp-xsl/C/color.b.page                        |  98 +-
1969 doc/yelp-xsl/C/color.bg.blue.page                  |  17 +-
1970 doc/yelp-xsl/C/color.bg.dark.page                  |  20 +-
1971 doc/yelp-xsl/C/color.bg.gray.page                  |  17 +-
1972 doc/yelp-xsl/C/color.bg.green.page                 |  17 +-
1973 doc/yelp-xsl/C/color.bg.orange.page                |  17 +-
1974 doc/yelp-xsl/C/color.bg.page                       |  25 +-
1975 doc/yelp-xsl/C/color.bg.purple.page                |  17 +-
1976 doc/yelp-xsl/C/color.bg.red.page                   |  17 +-
1977 doc/yelp-xsl/C/color.bg.yellow.page                |  17 +-
1978 doc/yelp-xsl/C/color.blend.page                    | 136 ++-
1979 doc/yelp-xsl/C/color.blue.page                     |  25 +-
1980 doc/yelp-xsl/C/color.contrast.page                 | 116 ++-
1981 doc/yelp-xsl/C/color.fg.blue.page                  |  17 +-
1982 doc/yelp-xsl/C/color.fg.dark.page                  |  19 +-
1983 doc/yelp-xsl/C/color.fg.gray.page                  |  17 +-
1984 doc/yelp-xsl/C/color.fg.green.page                 |  17 +-
1985 doc/yelp-xsl/C/color.fg.orange.page                |  17 +-
1986 doc/yelp-xsl/C/color.fg.page                       |  25 +-
1987 doc/yelp-xsl/C/color.fg.purple.page                |  17 +-
1988 doc/yelp-xsl/C/color.fg.red.page                   |  17 +-
1989 doc/yelp-xsl/C/color.fg.yellow.page                |  17 +-
1990 doc/yelp-xsl/C/color.g.page                        |  98 +-
1991 doc/yelp-xsl/C/color.gray.page                     |  25 +-
1992 doc/yelp-xsl/C/color.green.page                    |  25 +-
1993 doc/yelp-xsl/C/color.hex2dec.page                  |  96 +-
1994 doc/yelp-xsl/C/color.orange.page                   |  25 +-
1995 doc/yelp-xsl/C/color.page                          |  91 +-
1996 doc/yelp-xsl/C/color.purple.page                   |  25 +-
1997 doc/yelp-xsl/C/color.r.page                        |  98 +-
1998 doc/yelp-xsl/C/color.red.page                      |  25 +-
1999 doc/yelp-xsl/C/color.rl.page                       | 109 ++-
2000 doc/yelp-xsl/C/color.yellow.page                   |  25 +-
2001 doc/yelp-xsl/C/db-chunk.page                       |  43 +-
2002 doc/yelp-xsl/C/db-common.page                      |  69 +-
2003 doc/yelp-xsl/C/db-profile.page                     |  67 +-
2004 doc/yelp-xsl/C/db-title.page                       |  47 +-
2005 doc/yelp-xsl/C/db-xref.page                        | 116 ++-
2006 doc/yelp-xsl/C/db.biblio.abbrev.key.page           |  18 +-
2007 doc/yelp-xsl/C/db.biblio.id.key.page               |  17 +-
2008 doc/yelp-xsl/C/db.biblio.label.key.page            |  17 +-
2009 doc/yelp-xsl/C/db.chunk.basename.page              |  14 +-
2010 doc/yelp-xsl/C/db.chunk.chunk-id.axis.page         |  79 +-
2011 doc/yelp-xsl/C/db.chunk.chunk-id.page              |  68 +-
2012 doc/yelp-xsl/C/db.chunk.depth-in-chunk.page        |  40 +-
2013 doc/yelp-xsl/C/db.chunk.depth-of-chunk.page        |  40 +-
2014 doc/yelp-xsl/C/db.chunk.extension.page             |  14 +-
2015 doc/yelp-xsl/C/db.chunk.max_depth.page             |  14 +-
2016 doc/yelp-xsl/C/db.copyright.page                   |  31 +-
2017 doc/yelp-xsl/C/db.glossentry.key.page              |  17 +-
2018 doc/yelp-xsl/C/db.id.key.page                      |  16 +-
2019 doc/yelp-xsl/C/db.linenumbering.start.page         |  32 +-
2020 doc/yelp-xsl/C/db.orderedlist.start.page           |  60 +-
2021 doc/yelp-xsl/C/db.personname.list.page             |  34 +-
2022 doc/yelp-xsl/C/db.personname.page                  |  32 +-
2023 doc/yelp-xsl/C/db.profile.arch.page                |  24 +-
2024 doc/yelp-xsl/C/db.profile.audience.page            |  24 +-
2025 doc/yelp-xsl/C/db.profile.condition.page           |  24 +-
2026 doc/yelp-xsl/C/db.profile.conformance.page         |  24 +-
2027 doc/yelp-xsl/C/db.profile.os.page                  |  24 +-
2028 doc/yelp-xsl/C/db.profile.outputformat.page        |  24 +-
2029 doc/yelp-xsl/C/db.profile.revision.page            |  24 +-
2030 doc/yelp-xsl/C/db.profile.security.page            |  24 +-
2031 doc/yelp-xsl/C/db.profile.test.page                |  74 +-
2032 doc/yelp-xsl/C/db.profile.userlevel.page           |  24 +-
2033 doc/yelp-xsl/C/db.profile.vendor.page              |  24 +-
2034 doc/yelp-xsl/C/db.profile.wordsize.page            |  24 +-
2035 doc/yelp-xsl/C/db.subtitle.page                    |  50 +-
2036 doc/yelp-xsl/C/db.title.page                       |  63 +-
2037 doc/yelp-xsl/C/db.titleabbrev.page                 |  48 +-
2038 doc/yelp-xsl/C/db.ulink.tooltip.page               |  55 +-
2039 doc/yelp-xsl/C/db.xref.content.page                |  74 +-
2040 doc/yelp-xsl/C/db.xref.target.page                 |  68 +-
2041 doc/yelp-xsl/C/db.xref.tooltip.mode.page           |  14 +-
2042 doc/yelp-xsl/C/db.xref.tooltip.page                |  60 +-
2043 doc/yelp-xsl/C/db2html-bibliography.page           | 343 ++++++-
2044 doc/yelp-xsl/C/db2html-block.page                  | 318 ++++++-
2045 doc/yelp-xsl/C/db2html-callout.page                |  88 +-
2046 doc/yelp-xsl/C/db2html-classsynopsis.page          | 206 ++++-
2047 doc/yelp-xsl/C/db2html-cmdsynopsis.page            | 149 +++-
2048 doc/yelp-xsl/C/db2html-css.page                    |  90 +-
2049 doc/yelp-xsl/C/db2html-division.page               | 294 +++++-
2050 doc/yelp-xsl/C/db2html-ebnf.page                   |  58 +-
2051 doc/yelp-xsl/C/db2html-footnote.page               |  58 +-
2052 doc/yelp-xsl/C/db2html-funcsynopsis.page           | 118 ++-
2053 doc/yelp-xsl/C/db2html-index.page                  | 137 ++-
2054 doc/yelp-xsl/C/db2html-inline.page                 | 992 ++++++++++++++++++++-
2055 doc/yelp-xsl/C/db2html-links.page                  |  68 +-
2056 doc/yelp-xsl/C/db2html-list.page                   | 242 ++++-
2057 doc/yelp-xsl/C/db2html-math.page                   | 104 ++-
2058 doc/yelp-xsl/C/db2html-media.page                  | 135 ++-
2059 doc/yelp-xsl/C/db2html-refentry.page               | 156 +++-
2060 doc/yelp-xsl/C/db2html-table.page                  |  97 +-
2061 doc/yelp-xsl/C/db2html-xref.page                   |  97 +-
2062 doc/yelp-xsl/C/db2html.anchor.page                 |  37 +-
2063 doc/yelp-xsl/C/db2html.audiodata.page              |  42 +-
2064 doc/yelp-xsl/C/db2html.biblioentry.data.page       |  51 +-
2065 doc/yelp-xsl/C/db2html.biblioentry.label.page      |  43 +-
2066 doc/yelp-xsl/C/db2html.biblioentry.mode.page       |  17 +-
2067 doc/yelp-xsl/C/db2html.block.formal.page           | 113 ++-
2068 doc/yelp-xsl/C/db2html.block.page                  |  65 +-
2069 doc/yelp-xsl/C/db2html.block.title.page            |  62 +-
2070 doc/yelp-xsl/C/db2html.blockquote.page             |  56 +-
2071 doc/yelp-xsl/C/db2html.callout.label.page          |  33 +-
2072 doc/yelp-xsl/C/db2html.class.cpp.mode.page         |  17 +-
2073 doc/yelp-xsl/C/db2html.class.python.mode.page      |  16 +-
2074 doc/yelp-xsl/C/db2html.classsynopsis.language.page |  19 +-
2075 .../C/db2html.cmdsynopsis.sbr.padding.mode.page    |  48 +-
2076 doc/yelp-xsl/C/db2html.colspec.colnum.page         |  53 +-
2077 doc/yelp-xsl/C/db2html.division.about.page         |  56 +-
2078 .../C/db2html.division.div.content.mode.page       |  37 +-
2079 doc/yelp-xsl/C/db2html.division.div.page           | 100 ++-
2080 doc/yelp-xsl/C/db2html.entry.colnum.page           |  61 +-
2081 doc/yelp-xsl/C/db2html.entry.colspan.page          |  56 +-
2082 doc/yelp-xsl/C/db2html.entry.implicit.page         | 121 ++-
2083 doc/yelp-xsl/C/db2html.entry.page                  | 149 +++-
2084 doc/yelp-xsl/C/db2html.footnote.footer.page        |  52 +-
2085 doc/yelp-xsl/C/db2html.footnote.link.page          |  31 +-
2086 doc/yelp-xsl/C/db2html.footnote.note.page          |  38 +-
2087 doc/yelp-xsl/C/db2html.funcsynopsis.style.page     |  18 +-
2088 doc/yelp-xsl/C/db2html.hgroup.page                 |  65 +-
2089 doc/yelp-xsl/C/db2html.imagedata.page              |  46 +-
2090 doc/yelp-xsl/C/db2html.inline.children.page        |  45 +-
2091 doc/yelp-xsl/C/db2html.inline.content.mode.page    |  14 +-
2092 doc/yelp-xsl/C/db2html.inline.page                 |  86 +-
2093 doc/yelp-xsl/C/db2html.link.page                   |  57 +-
2094 doc/yelp-xsl/C/db2html.links.linktrail.page        |  56 +-
2095 doc/yelp-xsl/C/db2html.links.next.page             |  67 +-
2096 doc/yelp-xsl/C/db2html.links.section.page          |  47 +-
2097 doc/yelp-xsl/C/db2html.math.div.page               |  49 +-
2098 doc/yelp-xsl/C/db2html.math.mode.page              |  19 +-
2099 doc/yelp-xsl/C/db2html.math.span.page              |  46 +-
2100 doc/yelp-xsl/C/db2html.mediaobject.fallback.page   |  42 +-
2101 doc/yelp-xsl/C/db2html.mediaobject.page            |  51 +-
2102 doc/yelp-xsl/C/db2html.page                        |  69 +-
2103 doc/yelp-xsl/C/db2html.para.page                   |  65 +-
2104 doc/yelp-xsl/C/db2html.pre.page                    |  93 +-
2105 doc/yelp-xsl/C/db2html.row.page                    |  86 +-
2106 doc/yelp-xsl/C/db2html.spanstr.page                |  68 +-
2107 doc/yelp-xsl/C/db2html.spanstr.pop.page            |  61 +-
2108 doc/yelp-xsl/C/db2html.ulink.page                  |  48 +-
2109 doc/yelp-xsl/C/db2html.videodata.page              |  45 +-
2110 doc/yelp-xsl/C/db2html.xlink.page                  |  64 +-
2111 doc/yelp-xsl/C/db2html.xref.page                   |  84 +-
2112 doc/yelp-xsl/C/db2xhtml.page                       |  68 +-
2113 doc/yelp-xsl/C/html.basename.page                  |  19 +-
2114 doc/yelp-xsl/C/html.body.attr.mode.page            |  17 +-
2115 doc/yelp-xsl/C/html.body.mode.page                 |  17 +-
2116 doc/yelp-xsl/C/html.bottom.custom.page             | 118 ++-
2117 doc/yelp-xsl/C/html.class.attr.mode.page           |  21 +-
2118 doc/yelp-xsl/C/html.class.attr.page                | 134 ++-
2119 doc/yelp-xsl/C/html.content.post.custom.page       | 129 ++-
2120 doc/yelp-xsl/C/html.content.post.mode.page         |  35 +-
2121 doc/yelp-xsl/C/html.content.post.page              | 140 ++-
2122 doc/yelp-xsl/C/html.content.pre.custom.page        | 128 ++-
2123 doc/yelp-xsl/C/html.content.pre.mode.page          |  35 +-
2124 doc/yelp-xsl/C/html.content.pre.page               | 140 ++-
2125 doc/yelp-xsl/C/html.css.content.page               | 173 +++-
2126 doc/yelp-xsl/C/html.css.core.page                  | 158 +++-
2127 doc/yelp-xsl/C/html.css.custom.page                | 155 +++-
2128 doc/yelp-xsl/C/html.css.elements.page              | 161 +++-
2129 doc/yelp-xsl/C/html.css.mode.page                  |  49 +-
2130 doc/yelp-xsl/C/html.css.page                       | 162 +++-
2131 doc/yelp-xsl/C/html.css.root.page                  |  25 +-
2132 doc/yelp-xsl/C/html.css.syntax.page                | 158 +++-
2133 doc/yelp-xsl/C/html.extension.page                 |  17 +-
2134 doc/yelp-xsl/C/html.footer.custom.page             | 118 ++-
2135 doc/yelp-xsl/C/html.footer.mode.page               |  18 +-
2136 doc/yelp-xsl/C/html.head.custom.page               | 118 ++-
2137 doc/yelp-xsl/C/html.head.top.custom.page           | 118 ++-
2138 doc/yelp-xsl/C/html.header.custom.page             | 118 ++-
2139 doc/yelp-xsl/C/html.header.mode.page               |  18 +-
2140 doc/yelp-xsl/C/html.js.content.custom.page         | 120 ++-
2141 doc/yelp-xsl/C/html.js.content.page                | 140 ++-
2142 doc/yelp-xsl/C/html.js.core.page                   | 115 ++-
2143 doc/yelp-xsl/C/html.js.custom.page                 | 118 ++-
2144 doc/yelp-xsl/C/html.js.mathjax.page                | 117 ++-
2145 doc/yelp-xsl/C/html.js.media.page                  | 117 ++-
2146 doc/yelp-xsl/C/html.js.mode.page                   |  18 +-
2147 doc/yelp-xsl/C/html.js.page                        | 135 ++-
2148 doc/yelp-xsl/C/html.js.root.page                   |  25 +-
2149 doc/yelp-xsl/C/html.js.script.page                 | 126 ++-
2150 doc/yelp-xsl/C/html.js.syntax.page                 | 119 ++-
2151 doc/yelp-xsl/C/html.js.ui.page                     | 115 ++-
2152 doc/yelp-xsl/C/html.lang.attrs.page                | 160 +++-
2153 doc/yelp-xsl/C/html.linktrails.empty.page          | 119 ++-
2154 doc/yelp-xsl/C/html.linktrails.prefix.page         | 118 ++-
2155 doc/yelp-xsl/C/html.mathml.namespace.page          |  18 +-
2156 doc/yelp-xsl/C/html.media.controls.page            | 115 ++-
2157 doc/yelp-xsl/C/html.namespace.page                 |  18 +-
2158 doc/yelp-xsl/C/html.output.after.mode.page         |  17 +-
2159 doc/yelp-xsl/C/html.output.page                    | 164 +++-
2160 doc/yelp-xsl/C/html.output.prefix.page             |  26 +-
2161 doc/yelp-xsl/C/html.page                           | 354 +++++++-
2162 doc/yelp-xsl/C/html.page.page                      | 209 ++++-
2163 doc/yelp-xsl/C/html.sidebar.contents.mode.page     |  31 +-
2164 doc/yelp-xsl/C/html.sidebar.contents.page          | 135 ++-
2165 doc/yelp-xsl/C/html.sidebar.custom.page            | 125 ++-
2166 doc/yelp-xsl/C/html.sidebar.left.page              |  26 +-
2167 doc/yelp-xsl/C/html.sidebar.mode.page              |  40 +-
2168 doc/yelp-xsl/C/html.sidebar.page                   | 159 +++-
2169 doc/yelp-xsl/C/html.sidebar.right.page             |  26 +-
2170 doc/yelp-xsl/C/html.sidebar.sections.mode.page     |  31 +-
2171 doc/yelp-xsl/C/html.sidebar.sections.page          | 135 ++-
2172 doc/yelp-xsl/C/html.svg.namespace.page             |  18 +-
2173 doc/yelp-xsl/C/html.syntax.class.mode.page         |  17 +-
2174 doc/yelp-xsl/C/html.syntax.class.page              | 129 ++-
2175 doc/yelp-xsl/C/html.syntax.highlight.page          |  25 +-
2176 doc/yelp-xsl/C/html.title.mode.page                |  18 +-
2177 doc/yelp-xsl/C/html.top.custom.page                | 118 ++-
2178 doc/yelp-xsl/C/html.xhtml.page                     |  28 +-
2179 doc/yelp-xsl/C/icons.page                          | 100 ++-
2180 doc/yelp-xsl/C/icons.size.quote.page               |  29 +-
2181 doc/yelp-xsl/C/icons.svg.figure.zoom.in.page       |  21 +-
2182 doc/yelp-xsl/C/icons.svg.figure.zoom.out.page      |  21 +-
2183 doc/yelp-xsl/C/icons.svg.media.pause.page          |  18 +-
2184 doc/yelp-xsl/C/icons.svg.media.play.page           |  18 +-
2185 doc/yelp-xsl/C/icons.svg.mode.page                 |  19 +-
2186 doc/yelp-xsl/C/icons.svg.note.advanced.page        |  27 +-
2187 doc/yelp-xsl/C/icons.svg.note.bug.page             |  27 +-
2188 doc/yelp-xsl/C/icons.svg.note.caution.page         |  27 +-
2189 doc/yelp-xsl/C/icons.svg.note.danger.page          |  27 +-
2190 doc/yelp-xsl/C/icons.svg.note.important.page       |  27 +-
2191 doc/yelp-xsl/C/icons.svg.note.note.page            |  27 +-
2192 doc/yelp-xsl/C/icons.svg.note.package.page         |  27 +-
2193 doc/yelp-xsl/C/icons.svg.note.page                 |  68 +-
2194 doc/yelp-xsl/C/icons.svg.note.tip.page             |  27 +-
2195 doc/yelp-xsl/C/icons.svg.note.warning.page         |  27 +-
2196 doc/yelp-xsl/C/index.page                          |  15 +-
2197 doc/yelp-xsl/C/keys.page                           |  80 +-
2198 doc/yelp-xsl/C/l10n-numbers.page                   |  27 +-
2199 doc/yelp-xsl/C/l10n.align.end.page                 |  48 +-
2200 doc/yelp-xsl/C/l10n.align.start.page               |  48 +-
2201 doc/yelp-xsl/C/l10n.direction.page                 |  52 +-
2202 doc/yelp-xsl/C/l10n.format.mode.page               |  55 +-
2203 doc/yelp-xsl/C/l10n.gettext.page                   | 189 ++--
2204 doc/yelp-xsl/C/l10n.locale.page                    |  17 +-
2205 doc/yelp-xsl/C/l10n.msgstr.key.page                |  17 +-
2206 doc/yelp-xsl/C/l10n.number.alphabetic.page         |  45 +-
2207 doc/yelp-xsl/C/l10n.number.cjk-ideographic.page    |  44 +-
2208 doc/yelp-xsl/C/l10n.number.ionic.page              |  44 +-
2209 doc/yelp-xsl/C/l10n.number.numeric.page            |  45 +-
2210 doc/yelp-xsl/C/l10n.number.page                    |  54 +-
2211 doc/yelp-xsl/C/l10n.page                           |  95 +-
2212 doc/yelp-xsl/C/l10n.plural.form.page               |  54 +-
2213 doc/yelp-xsl/C/mal-cache.page                      |  81 +-
2214 doc/yelp-xsl/C/mal-gloss.page                      |  36 +-
2215 doc/yelp-xsl/C/mal-if.page                         |  49 +-
2216 doc/yelp-xsl/C/mal-link.page                       |  98 +-
2217 doc/yelp-xsl/C/mal-sort.page                       |  58 +-
2218 doc/yelp-xsl/C/mal.cache.file.page                 |  17 +-
2219 doc/yelp-xsl/C/mal.cache.id.page                   |  19 +-
2220 doc/yelp-xsl/C/mal.cache.info.page                 |  11 +-
2221 doc/yelp-xsl/C/mal.cache.key.page                  |  20 +-
2222 doc/yelp-xsl/C/mal.cache.link.key.page             |  20 +-
2223 doc/yelp-xsl/C/mal.cache.page                      |  28 +-
2224 doc/yelp-xsl/C/mal.gloss.key.page                  |  16 +-
2225 doc/yelp-xsl/C/mal.gloss.match.page                |  48 +-
2226 doc/yelp-xsl/C/mal.gloss.terms.page                |  61 +-
2227 doc/yelp-xsl/C/mal.if.custom.page                  |  25 +-
2228 doc/yelp-xsl/C/mal.if.features.page                |  26 +-
2229 doc/yelp-xsl/C/mal.if.maybe.page                   |  27 +-
2230 doc/yelp-xsl/C/mal.if.platform.page                |  26 +-
2231 doc/yelp-xsl/C/mal.if.target.page                  |  26 +-
2232 doc/yelp-xsl/C/mal.if.test.page                    |  80 +-
2233 doc/yelp-xsl/C/mal.link.content.custom.page        |  92 +-
2234 doc/yelp-xsl/C/mal.link.content.mode.page          |  17 +-
2235 doc/yelp-xsl/C/mal.link.content.page               | 135 ++-
2236 doc/yelp-xsl/C/mal.link.default_root.page          |  26 +-
2237 doc/yelp-xsl/C/mal.link.desc.custom.page           |  92 +-
2238 doc/yelp-xsl/C/mal.link.desc.page                  | 128 ++-
2239 doc/yelp-xsl/C/mal.link.extension.page             |  17 +-
2240 doc/yelp-xsl/C/mal.link.guidelinks.page            |  99 +-
2241 doc/yelp-xsl/C/mal.link.linkid.page                |  55 +-
2242 doc/yelp-xsl/C/mal.link.linktrails.page            | 105 ++-
2243 doc/yelp-xsl/C/mal.link.prefix.page                |  17 +-
2244 doc/yelp-xsl/C/mal.link.seealsolinks.page          |  99 +-
2245 doc/yelp-xsl/C/mal.link.sorttitle.page             |  60 +-
2246 doc/yelp-xsl/C/mal.link.target.custom.page         |  76 +-
2247 doc/yelp-xsl/C/mal.link.target.extended.page       |  77 +-
2248 doc/yelp-xsl/C/mal.link.target.page                |  95 +-
2249 doc/yelp-xsl/C/mal.link.tooltip.custom.page        |  92 +-
2250 doc/yelp-xsl/C/mal.link.tooltip.page               | 131 ++-
2251 doc/yelp-xsl/C/mal.link.topiclinks.page            | 115 ++-
2252 doc/yelp-xsl/C/mal.link.xref.linkid.page           |  60 +-
2253 doc/yelp-xsl/C/mal.sort.tsort.page                 |  60 +-
2254 doc/yelp-xsl/C/mal2html-api.page                   |  63 +-
2255 doc/yelp-xsl/C/mal2html-block.page                 | 311 ++++++-
2256 doc/yelp-xsl/C/mal2html-gloss.page                 |  95 +-
2257 doc/yelp-xsl/C/mal2html-inline.page                | 276 +++++-
2258 doc/yelp-xsl/C/mal2html-links.page                 | 162 +++-
2259 doc/yelp-xsl/C/mal2html-list.page                  | 135 ++-
2260 doc/yelp-xsl/C/mal2html-math.page                  | 110 ++-
2261 doc/yelp-xsl/C/mal2html-media.page                 | 165 +++-
2262 doc/yelp-xsl/C/mal2html-page.page                  | 276 +++++-
2263 doc/yelp-xsl/C/mal2html-svg.page                   |  91 +-
2264 doc/yelp-xsl/C/mal2html-table.page                 | 105 ++-
2265 doc/yelp-xsl/C/mal2html-ui.page                    | 106 ++-
2266 doc/yelp-xsl/C/mal2html.api.links.function.c.page  |  77 +-
2267 doc/yelp-xsl/C/mal2html.api.links.function.page    |  61 +-
2268 doc/yelp-xsl/C/mal2html.block.mode.page            |  34 +-
2269 doc/yelp-xsl/C/mal2html.editor.badge.page          |  88 +-
2270 doc/yelp-xsl/C/mal2html.editor.banner.page         |  94 +-
2271 doc/yelp-xsl/C/mal2html.editor_mode.page           |  25 +-
2272 doc/yelp-xsl/C/mal2html.gloss.terms.page           |  64 +-
2273 doc/yelp-xsl/C/mal2html.inline.content.mode.page   |  18 +-
2274 doc/yelp-xsl/C/mal2html.inline.mode.page           |  24 +-
2275 doc/yelp-xsl/C/mal2html.links.guide.page           |  64 +-
2276 doc/yelp-xsl/C/mal2html.links.links.page           | 112 ++-
2277 doc/yelp-xsl/C/mal2html.links.prevnext.page        |  66 +-
2278 doc/yelp-xsl/C/mal2html.links.section.page         |  59 +-
2279 doc/yelp-xsl/C/mal2html.links.seealso.page         |  64 +-
2280 doc/yelp-xsl/C/mal2html.links.series.next.page     |  73 +-
2281 doc/yelp-xsl/C/mal2html.links.series.page          |  64 +-
2282 doc/yelp-xsl/C/mal2html.links.series.prev.page     |  76 +-
2283 doc/yelp-xsl/C/mal2html.links.topic.page           |  81 +-
2284 doc/yelp-xsl/C/mal2html.links.ul.li.page           | 103 ++-
2285 doc/yelp-xsl/C/mal2html.links.ul.page              |  80 +-
2286 doc/yelp-xsl/C/mal2html.math.mode.page             |  20 +-
2287 doc/yelp-xsl/C/mal2html.media.audio.page           |  61 +-
2288 doc/yelp-xsl/C/mal2html.media.image.page           |  48 +-
2289 doc/yelp-xsl/C/mal2html.media.video.page           |  65 +-
2290 doc/yelp-xsl/C/mal2html.page                       |  63 +-
2291 doc/yelp-xsl/C/mal2html.page.about.page            |  94 +-
2292 doc/yelp-xsl/C/mal2html.page.linktrails.empty.page |  94 +-
2293 doc/yelp-xsl/C/mal2html.page.linktrails.link.page  | 113 ++-
2294 doc/yelp-xsl/C/mal2html.page.linktrails.page       |  95 +-
2295 doc/yelp-xsl/C/mal2html.page.linktrails.trail.page |  92 +-
2296 .../C/mal2html.page.linktrails.trail.prefix.page   |  94 +-
2297 doc/yelp-xsl/C/mal2html.pre.page                   |  66 +-
2298 doc/yelp-xsl/C/mal2html.section.page               |  90 +-
2299 doc/yelp-xsl/C/mal2html.span.page                  |  67 +-
2300 doc/yelp-xsl/C/mal2html.svg.mode.page              |  19 +-
2301 doc/yelp-xsl/C/mal2html.title.mode.page            |  17 +-
2302 doc/yelp-xsl/C/mal2html.tree.mode.page             |  42 +-
2303 doc/yelp-xsl/C/mal2html.ttml.mode.page             |  17 +-
2304 doc/yelp-xsl/C/mal2html.ui.expander.data.page      |  66 +-
2305 doc/yelp-xsl/C/mal2html.ui.links.img.attrs.page    |  63 +-
2306 doc/yelp-xsl/C/mal2html.ui.links.img.page          |  95 +-
2307 doc/yelp-xsl/C/mal2html.ui.links.img.src.page      |  62 +-
2308 doc/yelp-xsl/C/mal2html.ui.links.tiles.page        |  89 +-
2309 doc/yelp-xsl/C/mal2xhtml.page                      |  63 +-
2310 doc/yelp-xsl/C/modes.page                          |  86 +-
2311 doc/yelp-xsl/C/parameters.page                     |  46 -
2312 doc/yelp-xsl/C/params.page                         |  42 +
2313 doc/yelp-xsl/C/stubs.page                          |  86 +-
2314 doc/yelp-xsl/C/stylesheets.page                    |  56 +-
2315 doc/yelp-xsl/C/templates.page                      |  86 +-
2316 doc/yelp-xsl/C/ttml.features.page                  |  28 +-
2317 doc/yelp-xsl/C/ttml.page                           |  37 +-
2318 doc/yelp-xsl/C/ttml.profile.attr.page              |  49 +-
2319 doc/yelp-xsl/C/ttml.profile.page                   |  43 +-
2320 doc/yelp-xsl/C/ttml.time.range.page                |  90 +-
2321 doc/yelp-xsl/C/ttml.time.seconds.page              |  43 +-
2322 doc/yelp-xsl/C/utils.email_address.page            |  31 +-
2323 doc/yelp-xsl/C/utils.linenumbering.page            |  48 +-
2324 doc/yelp-xsl/C/utils.page                          |  31 +-
2325 doc/yelp-xsl/C/utils.repeat_string.page            |  46 +-
2326 doc/yelp-xsl/C/utils.strip_newlines.page           |  56 +-
2327 doc/yelp-xsl/Makefile.am                           |  28 +-
2328 doc/yelp-xsl/mal2cache                             |  46 -
2329 doc/yelp-xsl/static/index.duck                     |   5 +
2330 doc/yelp-xsl/static/keys.duck                      |  40 +
2331 doc/yelp-xsl/static/modes.duck                     |  40 +
2332 doc/yelp-xsl/static/params.duck                    |  40 +
2333 doc/yelp-xsl/static/stubs.duck                     |  41 +
2334 doc/yelp-xsl/static/stylesheets.duck               |  25 +
2335 doc/yelp-xsl/static/templates.duck                 |  40 +
2336 doc/yelp-xsl/xsldoc-check.xsl                      | 176 ----
2337 doc/yelp-xsl/xsldoc-docbook.xsl                    | 326 -------
2338 doc/yelp-xsl/xsldoc-scan                           |  19 -
2339 doc/yelp-xsl/xsldoc-scan.awk                       | 416 ---------
2340 doc/yelp-xsl/xsldoc-scan.xsl                       | 963 ++++++++++++--------
2341 xslt/common/color.xsl                              | 224 ++---
2342 xslt/common/html.xsl                               | 760 +++++++++-------
2343 xslt/common/icons.xsl                              | 158 ++--
2344 xslt/common/l10n-numbers.xsl                       |  18 +-
2345 xslt/common/l10n.xsl                               | 168 ++--
2346 xslt/common/ttml.xsl                               |  76 +-
2347 xslt/common/utils.xsl                              |  24 +-
2348 xslt/dita/common/dita-ref.xsl                      |   4 +-
2349 xslt/dita/html/dita2html-block.xsl                 |  30 +-
2350 xslt/dita/html/dita2html-inline.xsl                |  10 +-
2351 xslt/dita/html/dita2html.xsl                       |   2 +-
2352 xslt/docbook/common/db-chunk.xsl                   |  12 +-
2353 xslt/docbook/common/db-common.xsl                  |  95 +-
2354 xslt/docbook/common/db-profile.xsl                 |  60 +-
2355 xslt/docbook/common/db-title.xsl                   |  38 +-
2356 xslt/docbook/common/db-xref.xsl                    |  21 +-
2357 xslt/docbook/html/db2html-bibliography.xsl         |  32 +-
2358 xslt/docbook/html/db2html-block.xsl                |  94 +-
2359 xslt/docbook/html/db2html-callout.xsl              |  25 +-
2360 xslt/docbook/html/db2html-classsynopsis.xsl        |  23 +-
2361 xslt/docbook/html/db2html-cmdsynopsis.xsl          |  25 +-
2362 xslt/docbook/html/db2html-css.xsl                  |   1 -
2363 xslt/docbook/html/db2html-division.xsl             |  28 +-
2364 xslt/docbook/html/db2html-ebnf.xsl                 |   1 -
2365 xslt/docbook/html/db2html-footnote.xsl             |  20 +-
2366 xslt/docbook/html/db2html-funcsynopsis.xsl         |  11 +-
2367 xslt/docbook/html/db2html-index.xsl                |   1 -
2368 xslt/docbook/html/db2html-inline.xsl               |  13 +-
2369 xslt/docbook/html/db2html-links.xsl                |  28 +-
2370 xslt/docbook/html/db2html-list.xsl                 |   2 +-
2371 xslt/docbook/html/db2html-math.xsl                 |  38 +-
2372 xslt/docbook/html/db2html-media.xsl                |  98 +-
2373 xslt/docbook/html/db2html-refentry.xsl             |   1 -
2374 xslt/docbook/html/db2html-table.xsl                | 167 ++--
2375 xslt/docbook/html/db2html-xref.xsl                 |  21 +-
2376 xslt/docbook/html/db2html.xsl                      |   8 +-
2377 xslt/docbook/html/db2xhtml.xsl                     |   4 +-
2378 xslt/mallard/common/mal-gloss.xsl                  |  38 +-
2379 xslt/mallard/common/mal-if.xsl                     |  44 +-
2380 xslt/mallard/common/mal-link.xsl                   | 494 +++++-----
2381 xslt/mallard/common/mal-sort.xsl                   |  17 +-
2382 xslt/mallard/html/mal2html-api.xsl                 |  24 +-
2383 xslt/mallard/html/mal2html-block.xsl               |  26 +-
2384 xslt/mallard/html/mal2html-gloss.xsl               |   8 +-
2385 xslt/mallard/html/mal2html-inline.xsl              |  42 +-
2386 xslt/mallard/html/mal2html-links.xsl               | 138 +--
2387 xslt/mallard/html/mal2html-list.xsl                |  24 +-
2388 xslt/mallard/html/mal2html-math.xsl                |  18 +-
2389 xslt/mallard/html/mal2html-media.xsl               |  76 +-
2390 xslt/mallard/html/mal2html-page.xsl                | 126 +--
2391 xslt/mallard/html/mal2html-svg.xsl                 |  12 +-
2392 xslt/mallard/html/mal2html-ui.xsl                  | 104 ++-
2393 xslt/mallard/html/mal2html.xsl                     |   8 +-
2394 xslt/mallard/html/mal2xhtml.xsl                    |   6 +-
2395 429 files changed, 23948 insertions(+), 7226 deletions(-)
2396
2397commit c6143ac47b3a14276f8226245d07d3075cab34e9
2398Author: Stas Solovey <whats_up@tut.by>
2399Date:   Thu Sep 6 20:21:26 2018 +0000
2400
2401    Update Russian translation
2402
2403 po/ru.po | 182 ++++++++++++++++++++++++++++++++-------------------------------
2404 1 file changed, 92 insertions(+), 90 deletions(-)
2405
2406commit 2a2c6b71c5931c96d59ec8720cf72e30bfb7fb85
2407Author: Yuras Shumovich <shumovichy@gmail.com>
2408Date:   Tue Sep 4 13:49:58 2018 +0000
2409
2410    Update Belarusian translation
2411
2412 po/be.po | 182 ++++++++++++++++++++++++++++++++-------------------------------
2413 1 file changed, 93 insertions(+), 89 deletions(-)
2414
2415commit c2d83e8e13ab76ff3c81d9d5577653c6977727b3
2416Author: Shaun McCance <shaunm@redhat.com>
2417Date:   Mon Sep 3 15:50:14 2018 -0400
2418
2419    Version 3.30.0
2420
2421 NEWS         | 30 ++++++++++++++++++++++++++++++
2422 configure.ac |  2 +-
2423 2 files changed, 31 insertions(+), 1 deletion(-)
2424
2425commit c4f37239e0c4e1a1f65a12f1939e50f14abff9ad
2426Author: gogo <trebelnik2@gmail.com>
2427Date:   Sun Sep 2 15:47:48 2018 +0000
2428
2429    Update Croatian translation
2430
2431 po/hr.po | 165 ++++++++++++++++++++++++++++++++-------------------------------
2432 1 file changed, 85 insertions(+), 80 deletions(-)
2433
2434commit 77d7ffa39fb9e4ebd81e1d0c5492bad0aa2c1340
2435Author: Anders Jonsson <anders.jonsson@norsjovallen.se>
2436Date:   Sat Sep 1 21:54:52 2018 +0000
2437
2438    Update Swedish translation
2439
2440 po/sv.po | 167 ++++++++++++++++++++++++++++++++-------------------------------
2441 1 file changed, 86 insertions(+), 81 deletions(-)
2442
2443commit 1cbc2bd9ead8be26ab97d76501934c953840ca07
2444Author: Ask Hjorth Larsen <asklarsen@gmail.com>
2445Date:   Sat Sep 1 18:46:10 2018 +0200
2446
2447    Updated Danish translation
2448
2449 po/da.po | 276 ++++++++++++++++++++++++++++++++-------------------------------
2450 1 file changed, 140 insertions(+), 136 deletions(-)
2451
2452commit 0daccff691b1e47c39fd12056be64390bb2746c6
2453Author: Rūdolfs Mazurs <rudolfs.mazurs@gmail.com>
2454Date:   Fri Aug 31 18:01:47 2018 +0000
2455
2456    Update Latvian translation
2457
2458 po/lv.po | 175 +++++++++++++++++++++++++++++++--------------------------------
2459 1 file changed, 87 insertions(+), 88 deletions(-)
2460
2461commit 8ecbca731377f4f47845bb9fcc9f2e6251dfb7ba
2462Author: Shaun McCance <shaunm@redhat.com>
2463Date:   Fri Aug 31 11:41:54 2018 -0400
2464
2465    mal2html: Add mallard:if/1.0 to supported feature tokens
2466
2467 xslt/mallard/html/mal2xhtml.xsl | 1 +
2468 1 file changed, 1 insertion(+)
2469
2470commit c12a5a9134b32cbb466861444229e5ea7e516749
2471Author: Balázs Meskó <meskobalazs@fedoraproject.org>
2472Date:   Fri Aug 31 13:33:24 2018 +0000
2473
2474    Update Hungarian translation
2475
2476 po/hu.po | 301 ++++++++++++++++++++++++++-------------------------------------
2477 1 file changed, 126 insertions(+), 175 deletions(-)
2478
2479commit d0a1a1d4004a9baa0fbcd41ed7d6465c78ce9e91
2480Author: Fran Dieguez <frandieguez@gnome.org>
2481Date:   Wed Aug 29 21:51:21 2018 +0000
2482
2483    Update Galician translation
2484
2485 po/gl.po | 170 +++++++++++++++++++++++++++++++--------------------------------
2486 1 file changed, 85 insertions(+), 85 deletions(-)
2487
2488commit 5f28eece2d0d8862a710b5e679434d23bc704743
2489Author: Changwoo Ryu <cwryu@debian.org>
2490Date:   Tue Aug 28 15:53:52 2018 +0000
2491
2492    Update Korean translation
2493
2494 po/ko.po | 162 +++++++++++++++++++++++++++++++++------------------------------
2495 1 file changed, 84 insertions(+), 78 deletions(-)
2496
2497commit de78f3861bc93cad1e96c833a7581263e350bb8c
2498Author: Milo Casagrande <milo@ubuntu.com>
2499Date:   Mon Aug 27 07:54:54 2018 +0000
2500
2501    Update Italian translation
2502
2503 po/it.po | 188 ++++++++++++++++++++++++++++++++-------------------------------
2504 1 file changed, 97 insertions(+), 91 deletions(-)
2505
2506commit af2c3a2c8383d04f27f9a658431764753b0c557e
2507Author: Kukuh Syafaat <kukuhsyafaat@gnome.org>
2508Date:   Sun Aug 26 13:46:45 2018 +0000
2509
2510    Update Indonesian translation
2511
2512 po/id.po | 165 ++++++++++++++++++++++++++++++++-------------------------------
2513 1 file changed, 85 insertions(+), 80 deletions(-)
2514
2515commit 614cdbe506cbec841a27ec8cb248792f33acf18c
2516Author: Jiri Grönroos <jiri.gronroos@iki.fi>
2517Date:   Fri Aug 17 18:22:32 2018 +0000
2518
2519    Update Finnish translation
2520
2521 po/fi.po | 177 ++++++++++++++++++++++++++++++++-------------------------------
2522 1 file changed, 91 insertions(+), 86 deletions(-)
2523
2524commit 6d06651dde05f33e2a8041e66bc0a691878772d8
2525Author: Efstathios Iosifidis <eiosifidis@gnome.org>
2526Date:   Mon Aug 13 22:42:42 2018 +0000
2527
2528    Update Greek translation
2529
2530 po/el.po | 396 +++++++++++++++++++++++----------------------------------------
2531 1 file changed, 145 insertions(+), 251 deletions(-)
2532
2533commit 807ebfd19fe41f5d8b3cada10d9c2414e71eccb6
2534Author: Emin Tufan Çetin <etcetin@gmail.com>
2535Date:   Sun Aug 12 10:20:20 2018 +0000
2536
2537    Update Turkish translation
2538
2539 po/tr.po | 175 ++++++++++++++++++++++++++++++++-------------------------------
2540 1 file changed, 89 insertions(+), 86 deletions(-)
2541
2542commit 19ab7aa23e0154d74bb34d317060455d19f2c6e1
2543Author: Aurimas Černius <aurisc4@gmail.com>
2544Date:   Sun Aug 5 23:18:47 2018 +0300
2545
2546    Updated Lithuanian translation
2547
2548 po/lt.po | 166 ++++++++++++++++++++++++++++++++-------------------------------
2549 1 file changed, 85 insertions(+), 81 deletions(-)
2550
2551commit b3f6b92bd0b1cfb45ffce34b355a83b3f56345a7
2552Author: Matej Urbančič <mateju@svn.gnome.org>
2553Date:   Fri Aug 3 12:06:54 2018 +0200
2554
2555    Added Slovenian translation
2556
2557 po/sl.po | 166 ++++++++++++++++++++++++++++++++-------------------------------
2558 1 file changed, 84 insertions(+), 82 deletions(-)
2559
2560commit a180410acc6417ddd756189964b91408f7948671
2561Author: Piotr Drąg <piotrdrag@gmail.com>
2562Date:   Sun Jul 29 20:43:00 2018 +0200
2563
2564    Update Polish translation
2565
2566 po/pl.po | 165 +++++++++++++++++++++++++++++++--------------------------------
2567 1 file changed, 82 insertions(+), 83 deletions(-)
2568
2569commit 47a6657bb5caa533e3de70f24bec1d07588e1deb
2570Author: Mario Blättermann <mario.blaettermann@gmail.com>
2571Date:   Sun Jul 22 14:31:25 2018 +0000
2572
2573    Update German translation
2574
2575 po/de.po | 339 +++++++++++++++------------------------------------------------
2576 1 file changed, 81 insertions(+), 258 deletions(-)
2577
2578commit e78717502104c566d556f32a01ed4788cf7156c8
2579Author: Charles Monzat <charles.monzat@numericable.fr>
2580Date:   Fri Jul 20 09:01:16 2018 +0000
2581
2582    Update French translation
2583
2584 po/fr.po | 173 +++++++++++++++++++++++++++++++++------------------------------
2585 1 file changed, 90 insertions(+), 83 deletions(-)
2586
2587commit 3020b4dc905bd0e7b5b635061bcd2ff0bc7aeec9
2588Author: Enrico Nicoletto <liverig@gmail.com>
2589Date:   Wed Jun 27 19:31:36 2018 -0300
2590
2591    Updated Brazilian Portuguese Translation
2592
2593 po/pt_BR.po | 171 +++++++++++++++++++++++++++++++-----------------------------
2594 1 file changed, 87 insertions(+), 84 deletions(-)
2595
2596commit 5c8d2c990d3b9f2ebc6ee79438b66f2c56065012
2597Author: Fabio Tomat <f.t.public@gmail.com>
2598Date:   Wed Jun 27 07:37:56 2018 +0000
2599
2600    Update Friulian translation
2601
2602 po/fur.po | 165 ++++++++++++++++++++++++++++++++------------------------------
2603 1 file changed, 85 insertions(+), 80 deletions(-)
2604
2605commit bc7c3acd312b861732976f63eb12a1455f750903
2606Author: Daniel Mustieles <daniel.mustieles.contractor@bbva.com>
2607Date:   Thu Jun 21 10:08:42 2018 +0200
2608
2609    Updated Spanish translation
2610
2611 po/es.po | 173 +++++++++++++++++++++++++++++++--------------------------------
2612 1 file changed, 86 insertions(+), 87 deletions(-)
2613
2614commit dbc7e0263901899a46a7709b81a1909c1c3bc6e3
2615Author: Marek Cernocky <marek_cernocky@conel.cz>
2616Date:   Mon Jun 18 13:38:59 2018 +0200
2617
2618    Updated Czech translation
2619
2620 po/cs.po | 167 ++++++++++++++++++++++++++++++++-------------------------------
2621 1 file changed, 86 insertions(+), 81 deletions(-)
2622
2623commit 9a66647f6e7e9dce296846d5d26dc143f7331b55
2624Author: Daniel Șerbănescu <daniel@serbanescu.dk>
2625Date:   Sun Jun 17 19:59:09 2018 +0000
2626
2627    Update Romanian translation
2628
2629 po/ro.po | 182 +++++++++++++++++++++++++++++++++------------------------------
2630 1 file changed, 94 insertions(+), 88 deletions(-)
2631
2632commit b82cfe3620e156a411dcdf311faeb490325bf6d5
2633Author: Yi-Jyun Pan <pan93412@gmail.com>
2634Date:   Wed Jun 13 13:28:14 2018 +0000
2635
2636    Update Chinese (Taiwan) translation
2637
2638 po/zh_TW.po | 179 +++++++++++++++++++++++++++++++-----------------------------
2639 1 file changed, 92 insertions(+), 87 deletions(-)
2640
2641commit ccf8396651802fcee95325fc3eee30f6b69700e0
2642Author: Shaun McCance <shaunm@redhat.com>
2643Date:   Sun Jun 10 13:29:48 2018 -0400
2644
2645    Adding stock sidebar support
2646
2647 doc/yelp-xsl/C/db2html-division.page           |   2 +-
2648 doc/yelp-xsl/C/html.head.top.custom.page       |  13 ++
2649 doc/yelp-xsl/C/html.page                       |   2 +-
2650 doc/yelp-xsl/C/html.page.page                  |   4 +-
2651 doc/yelp-xsl/C/html.sidebar.contents.mode.page |  12 ++
2652 doc/yelp-xsl/C/html.sidebar.contents.page      |  17 ++
2653 doc/yelp-xsl/C/html.sidebar.custom.page        |   1 +
2654 doc/yelp-xsl/C/html.sidebar.left.page          |   6 +
2655 doc/yelp-xsl/C/html.sidebar.mode.page          |  16 ++
2656 doc/yelp-xsl/C/html.sidebar.page               |  16 ++
2657 doc/yelp-xsl/C/html.sidebar.right.page         |   6 +
2658 doc/yelp-xsl/C/html.sidebar.sections.mode.page |  12 ++
2659 doc/yelp-xsl/C/html.sidebar.sections.page      |  17 ++
2660 doc/yelp-xsl/C/mal.link.target.extended.page   |  25 +++
2661 doc/yelp-xsl/C/mal2html-page.page              |   2 +-
2662 doc/yelp-xsl/C/mal2html.ui.links.img.src.page  |  24 +++
2663 xslt/common/domains/yelp-xsl.pot               | 155 ++++++++--------
2664 xslt/common/domains/yelp-xsl.xml.in            |  10 ++
2665 xslt/common/html.xsl                           | 240 ++++++++++++++++++++++++-
2666 xslt/dita/html/dita2html-topic.xsl             |   6 +
2667 xslt/docbook/html/db2html-division.xsl         |  85 +++++++--
2668 xslt/mallard/html/mal2html-links.xsl           |   3 +
2669 xslt/mallard/html/mal2html-page.xsl            | 127 +++++++++++++
2670 23 files changed, 704 insertions(+), 97 deletions(-)
2671
2672commit 58985b3cffd0c80395bef4fa28eb3a3b8d05c109
2673Author: Pieter Schalk Schoeman <pieter@sonbesie.co.za>
2674Date:   Mon May 28 13:19:31 2018 +0000
2675
2676    Add Afrikaans translation
2677
2678    (cherry picked from commit 62fec3697f6c86025b5c49bacd04569eb1d42f5a)
2679
2680 po/LINGUAS |   1 +
2681 po/af.po   | 596 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2682 2 files changed, 597 insertions(+)
2683
2684commit a90bb7c103415d8ebd7971016b16bda29afdcaa0
2685Author: Shaun McCance <shaunm@redhat.com>
2686Date:   Mon Mar 12 11:57:52 2018 -0400
2687
2688    Version 3.28.0
2689
2690 NEWS         | 5 +++++
2691 configure.ac | 2 +-
2692 2 files changed, 6 insertions(+), 1 deletion(-)
2693
2694commit 72821085aef6667c468bcb03a22592d7d6214443
2695Author: Shaun McCance <shaunm@redhat.com>
2696Date:   Tue Mar 6 08:05:37 2018 -0500
2697
2698    Implement th/@scope attribute
2699
2700 xslt/docbook/html/db2html-table.xsl  | 2 +-
2701 xslt/mallard/html/mal2html-table.xsl | 5 +++++
2702 2 files changed, 6 insertions(+), 1 deletion(-)
2703
2704commit c02d9727bb1556b03ad6747c9c10e7555b7418b9
2705Author: GNOME Translation Robot <gnome-sysadmin@gnome.org>
2706Date:   Fri Feb 23 17:38:21 2018 +0000
2707
2708    Update Scottish Gaelic translation
2709
2710    (cherry picked from commit f7ffbcb06bb87194076f2f1acba13f038b9a703d)
2711
2712 po/gd.po | 14 +++++++-------
2713 1 file changed, 7 insertions(+), 7 deletions(-)
2714
2715commit fd47ffab5cdefb95b7bc0bde3d4fc2b8795f0ba7
2716Author: Shaun McCance <shaunm@redhat.com>
2717Date:   Tue Feb 6 08:27:23 2018 -0500
2718
2719    Version 3.27.90
2720
2721 NEWS         | 6 ++++++
2722 configure.ac | 2 +-
2723 2 files changed, 7 insertions(+), 1 deletion(-)
2724
2725commit 4174f5f3ce57e93b418d0cd87c7a7c1563a8e70c
2726Author: Kristjan SCHMIDT <kristjan.schmidt@googlemail.com>
2727Date:   Fri Dec 22 22:53:11 2017 +0000
2728
2729    Update Esperanto translation
2730
2731 po/eo.po | 231 ++++++++++++++++++++++++++++++++++++++-------------------------
2732 1 file changed, 139 insertions(+), 92 deletions(-)
2733
2734commit 1bb86ef5c90d867f6dccffe1f3609025ffbbae4f
2735Author: Shaun McCance <shaunm@redhat.com>
2736Date:   Tue Oct 17 12:28:40 2017 -0400
2737
2738    l10n.xsl: Typo fixes in docs
2739
2740 doc/yelp-xsl/C/l10n.gettext.page |  6 +++---
2741 xslt/common/l10n.xsl             | 14 +++++++-------
2742 2 files changed, 10 insertions(+), 10 deletions(-)
2743
2744commit 12c5d4b9b996b5a41c9db565ad0b879e10f4e85c
2745Author: Shaun McCance <shaunm@redhat.com>
2746Date:   Mon Oct 16 11:39:17 2017 -0400
2747
2748    Version 3.27.1
2749
2750 NEWS         | 34 ++++++++++++++++++++++++++++++++++
2751 configure.ac |  2 +-
2752 2 files changed, 35 insertions(+), 1 deletion(-)
2753
2754commit 8fd38cc945a465b585ab52765fa7a34210d0ddcc
2755Author: Shaun McCance <shaunm@redhat.com>
2756Date:   Mon Oct 16 11:14:12 2017 -0400
2757
2758    Update versions and docs for new templates
2759
2760    I had set version=3.26 for new and revised templates, but we didn't
2761    get the big changes in 3.26. So set them to 3.28.
2762
2763 doc/yelp-xsl/C/color.a.page                     |  2 +-
2764 doc/yelp-xsl/C/color.b.page                     |  2 +-
2765 doc/yelp-xsl/C/color.bg.blue.page               |  2 +-
2766 doc/yelp-xsl/C/color.bg.dark.page               |  2 +-
2767 doc/yelp-xsl/C/color.bg.gray.page               |  2 +-
2768 doc/yelp-xsl/C/color.bg.green.page              |  2 +-
2769 doc/yelp-xsl/C/color.bg.orange.page             |  2 +-
2770 doc/yelp-xsl/C/color.bg.page                    |  2 +-
2771 doc/yelp-xsl/C/color.bg.purple.page             |  2 +-
2772 doc/yelp-xsl/C/color.bg.red.page                |  2 +-
2773 doc/yelp-xsl/C/color.bg.yellow.page             |  2 +-
2774 doc/yelp-xsl/C/color.blend.page                 |  2 +-
2775 doc/yelp-xsl/C/color.blue.page                  |  2 +-
2776 doc/yelp-xsl/C/color.contrast.page              |  2 +-
2777 doc/yelp-xsl/C/color.fg.blue.page               |  2 +-
2778 doc/yelp-xsl/C/color.fg.dark.page               |  2 +-
2779 doc/yelp-xsl/C/color.fg.gray.page               |  2 +-
2780 doc/yelp-xsl/C/color.fg.green.page              |  2 +-
2781 doc/yelp-xsl/C/color.fg.orange.page             |  2 +-
2782 doc/yelp-xsl/C/color.fg.page                    |  2 +-
2783 doc/yelp-xsl/C/color.fg.purple.page             |  2 +-
2784 doc/yelp-xsl/C/color.fg.red.page                |  2 +-
2785 doc/yelp-xsl/C/color.fg.yellow.page             |  2 +-
2786 doc/yelp-xsl/C/color.g.page                     |  2 +-
2787 doc/yelp-xsl/C/color.gray.page                  |  2 +-
2788 doc/yelp-xsl/C/color.green.page                 |  2 +-
2789 doc/yelp-xsl/C/color.hex2dec.page               |  2 +-
2790 doc/yelp-xsl/C/color.orange.page                |  2 +-
2791 doc/yelp-xsl/C/color.page                       |  2 +-
2792 doc/yelp-xsl/C/color.purple.page                |  2 +-
2793 doc/yelp-xsl/C/color.r.page                     |  2 +-
2794 doc/yelp-xsl/C/color.red.page                   |  2 +-
2795 doc/yelp-xsl/C/color.rl.page                    |  2 +-
2796 doc/yelp-xsl/C/color.yellow.page                |  2 +-
2797 doc/yelp-xsl/C/db.title.page                    |  2 +-
2798 doc/yelp-xsl/C/db2html-list.page                |  2 +-
2799 doc/yelp-xsl/C/html.bottom.custom.page          |  2 +-
2800 doc/yelp-xsl/C/html.content.post.custom.page    |  2 +-
2801 doc/yelp-xsl/C/html.content.post.mode.page      |  2 +-
2802 doc/yelp-xsl/C/html.content.post.page           |  2 +-
2803 doc/yelp-xsl/C/html.content.pre.custom.page     |  2 +-
2804 doc/yelp-xsl/C/html.content.pre.mode.page       |  2 +-
2805 doc/yelp-xsl/C/html.content.pre.page            |  2 +-
2806 doc/yelp-xsl/C/html.css.core.page               |  2 +-
2807 doc/yelp-xsl/C/html.footer.custom.page          |  2 +-
2808 doc/yelp-xsl/C/html.footer.mode.page            |  2 +-
2809 doc/yelp-xsl/C/html.head.custom.page            |  4 +-
2810 doc/yelp-xsl/C/html.header.custom.page          |  2 +-
2811 doc/yelp-xsl/C/html.header.mode.page            |  2 +-
2812 doc/yelp-xsl/C/html.js.content.page             |  4 +-
2813 doc/yelp-xsl/C/html.js.jquery.page              | 12 -----
2814 doc/yelp-xsl/C/html.js.mathjax.page             |  2 +-
2815 doc/yelp-xsl/C/html.js.page                     |  6 +--
2816 doc/yelp-xsl/C/html.js.script.page              |  2 +-
2817 doc/yelp-xsl/C/html.js.syntax.page              |  2 +-
2818 doc/yelp-xsl/C/html.linktrails.empty.page       |  2 +-
2819 doc/yelp-xsl/C/html.linktrails.prefix.page      |  2 +-
2820 doc/yelp-xsl/C/html.media.controls.page         |  2 +-
2821 doc/yelp-xsl/C/html.output.prefix.page          |  2 +-
2822 doc/yelp-xsl/C/html.page                        |  2 +-
2823 doc/yelp-xsl/C/html.page.page                   |  6 +--
2824 doc/yelp-xsl/C/html.sidebar.custom.page         |  2 +-
2825 doc/yelp-xsl/C/html.syntax.class.mode.page      |  2 +-
2826 doc/yelp-xsl/C/html.syntax.class.page           |  2 +-
2827 doc/yelp-xsl/C/html.top.custom.page             |  2 +-
2828 doc/yelp-xsl/C/icons.page                       |  2 +-
2829 doc/yelp-xsl/C/icons.svg.figure.zoom.in.page    |  2 +-
2830 doc/yelp-xsl/C/icons.svg.figure.zoom.out.page   |  2 +-
2831 doc/yelp-xsl/C/icons.svg.media.pause.page       |  2 +-
2832 doc/yelp-xsl/C/icons.svg.media.play.page        |  2 +-
2833 doc/yelp-xsl/C/icons.svg.mode.page              |  2 +-
2834 doc/yelp-xsl/C/icons.svg.note.advanced.page     |  2 +-
2835 doc/yelp-xsl/C/icons.svg.note.bug.page          |  2 +-
2836 doc/yelp-xsl/C/icons.svg.note.caution.page      |  2 +-
2837 doc/yelp-xsl/C/icons.svg.note.danger.page       |  2 +-
2838 doc/yelp-xsl/C/icons.svg.note.important.page    |  2 +-
2839 doc/yelp-xsl/C/icons.svg.note.note.page         |  2 +-
2840 doc/yelp-xsl/C/icons.svg.note.package.page      |  2 +-
2841 doc/yelp-xsl/C/icons.svg.note.page              |  2 +-
2842 doc/yelp-xsl/C/icons.svg.note.tip.page          |  2 +-
2843 doc/yelp-xsl/C/icons.svg.note.warning.page      |  2 +-
2844 doc/yelp-xsl/C/mal-link.page                    |  2 +-
2845 doc/yelp-xsl/C/mal.link.target.page             |  5 +-
2846 doc/yelp-xsl/C/mal2html-links.page              |  2 +-
2847 doc/yelp-xsl/C/mal2html-ui.page                 |  2 +-
2848 doc/yelp-xsl/C/mal2html.links.ul.li.page        |  6 ++-
2849 doc/yelp-xsl/C/mal2html.links.ul.page           |  6 ++-
2850 doc/yelp-xsl/C/mal2html.ui.links.img.attrs.page |  6 +--
2851 doc/yelp-xsl/C/mal2html.ui.links.img.page       |  6 +--
2852 doc/yelp-xsl/C/mal2html.ui.links.tiles.page     |  2 +-
2853 xslt/common/color.xsl                           | 68 ++++++++++++-------------
2854 xslt/common/html.xsl                            | 52 +++++++++----------
2855 xslt/common/icons.xsl                           | 32 ++++++------
2856 xslt/docbook/common/db-title.xsl                |  2 +-
2857 xslt/docbook/html/db2html-list.xsl              |  2 +-
2858 xslt/mallard/common/mal-link.xsl                |  4 +-
2859 xslt/mallard/html/mal2html-links.xsl            |  2 +-
2860 xslt/mallard/html/mal2html-ui.xsl               |  8 +--
2861 98 files changed, 194 insertions(+), 197 deletions(-)
2862
2863commit aa8d60b809a4f9d85f87bf4bf4dc0ff2efa20b94
2864Author: Shaun McCance <shaunm@redhat.com>
2865Date:   Sun Oct 8 13:55:53 2017 -0400
2866
2867    Some semicolon fixups in CSS
2868
2869    https://bugzilla.gnome.org/show_bug.cgi?id=739231
2870
2871 xslt/common/html.xsl                | 10 +++++-----
2872 xslt/mallard/html/mal2html-page.xsl |  2 +-
2873 2 files changed, 6 insertions(+), 6 deletions(-)
2874
2875commit d4e42fefdb5ef365c20a30e1a698e109952facb8
2876Author: Shaun McCance <shaunm@redhat.com>
2877Date:   Thu Oct 5 19:38:00 2017 -0400
2878
2879    Remove color and bgcolor on footer.about
2880
2881 xslt/common/html.xsl | 6 +-----
2882 1 file changed, 1 insertion(+), 5 deletions(-)
2883
2884commit ca3e1b17bebee8cc2af86607bbc234f4958b75f6
2885Author: Shaun McCance <shaunm@redhat.com>
2886Date:   Thu Oct 5 19:35:20 2017 -0400
2887
2888    Group UI overlays with JS instead of XSLT
2889
2890    UI overlays don't have a grouping element, but we want to group them
2891    in the HTML so we can use flexbox for row wrap. We were doing the
2892    grouping in XSLT, but this only worked if overlays were exactly next
2893    to each other in document order. If you put them in conditionals,
2894    you lost grouping. Instead, just output them as-is, then use JS to
2895    group them after the fact.
2896
2897 xslt/mallard/html/mal2html-page.xsl | 30 +++++++++++++++++++++++++++++-
2898 xslt/mallard/html/mal2html-ui.xsl   | 14 --------------
2899 2 files changed, 29 insertions(+), 15 deletions(-)
2900
2901commit 3f0b44722ab028efcec2aa6ca6f943d51c18d8d9
2902Author: Xavi Ivars <xavi.ivars@gmail.com>
2903Date:   Thu Oct 5 13:15:04 2017 +0200
2904
2905    [l10n] Updated Catalan (Valencian) translation
2906
2907 po/ca@valencia.po | 9 +++++----
2908 1 file changed, 5 insertions(+), 4 deletions(-)
2909
2910commit b9c422562c22f23177e2bd5f5a5d524f8c50b020
2911Author: Shaun McCance <shaunm@redhat.com>
2912Date:   Sat Sep 30 16:09:01 2017 -0400
2913
2914    Give note icons a min-width
2915
2916 xslt/common/html.xsl | 2 +-
2917 1 file changed, 1 insertion(+), 1 deletion(-)
2918
2919commit 245ca45a4bc6ea0ef551087b790921e918baf2dd
2920Author: Shaun McCance <shaunm@redhat.com>
2921Date:   Wed Sep 20 13:39:06 2017 -0400
2922
2923    Remove jquery.js, which we no longer use
2924
2925 js/Makefile.am |    1 -
2926 js/jquery.js   | 7179 --------------------------------------------------------
2927 2 files changed, 7180 deletions(-)
2928
2929commit 804d9e9467eb9106a4ec6a73aa4528e75b4d2f2c
2930Author: Shaun McCance <shaunm@redhat.com>
2931Date:   Fri Sep 15 13:04:38 2017 -0400
2932
2933    mal-if.xsl: Fix lang:C test token
2934
2935 xslt/mallard/common/mal-if.xsl | 2 +-
2936 1 file changed, 1 insertion(+), 1 deletion(-)
2937
2938commit 3f2a19c4366257ff5846720b28f7db1b103f541c
2939Author: Shaun McCance <shaunm@redhat.com>
2940Date:   Wed Sep 13 17:24:30 2017 -0400
2941
2942    Rework editor mode banners for new layout
2943
2944 xslt/mallard/html/mal2html-page.xsl | 20 +++++++-------------
2945 1 file changed, 7 insertions(+), 13 deletions(-)
2946
2947commit b8ceabebc487cd9810be458ffc14fc194751942d
2948Author: hanniedu <hannie@ubuntu-nl.org>
2949Date:   Tue Sep 12 12:03:56 2017 +0200
2950
2951    Updated Dutch translation Master 3.26
2952
2953 po/nl.po | 228 ++++++++++++++++++++++++++++++++++++++-------------------------
2954 1 file changed, 139 insertions(+), 89 deletions(-)
2955
2956commit 32868995c54f50b003e64124af6633f663347e5f
2957Author: Ask Hjorth Larsen <asklarsen@gmail.com>
2958Date:   Mon Aug 28 19:47:09 2017 +0200
2959
2960    Updated Danish translation
2961
2962 po/da.po | 110 ++++++++++++++++++++++++++++++---------------------------------
2963 1 file changed, 53 insertions(+), 57 deletions(-)
2964
2965commit 9ef130bd5e6a15b5868add9956cb5cc5218e83e9
2966Author: Shaun McCance <shaunm@gnome.org>
2967Date:   Thu Aug 24 11:32:38 2017 -0400
2968
2969    html.xsl: Small cleanup on some note CSS
2970
2971 xslt/common/html.xsl | 16 ++--------------
2972 1 file changed, 2 insertions(+), 14 deletions(-)
2973
2974commit 6fa54e3e624cb421fe593c2e92aacf0e3c1c5fb4
2975Author: gogo <trebelnik2@gmail.com>
2976Date:   Wed Aug 23 15:24:32 2017 +0000
2977
2978    Update Croatian translation
2979
2980 po/hr.po | 8 ++++----
2981 1 file changed, 4 insertions(+), 4 deletions(-)
2982
2983commit 6de59915fc2d256b8e64a23e55ce43e6af5e6373
2984Author: Shaun McCance <shaunm@redhat.com>
2985Date:   Fri Aug 18 12:36:46 2017 -0400
2986
2987    html.xsl: Change article to flex-basis: auto for webkit bug
2988
2989 xslt/common/html.xsl | 2 +-
2990 1 file changed, 1 insertion(+), 1 deletion(-)
2991
2992commit b8fed7a698e13bce1735f872aa533177c29794fc
2993Author: Pawan Chitrakar <chautari@gmail.com>
2994Date:   Thu Aug 17 09:15:19 2017 +0000
2995
2996    Update Nepali translation
2997
2998 po/ne.po | 2727 +++++++++++++++++---------------------------------------------
2999 1 file changed, 735 insertions(+), 1992 deletions(-)
3000
3001commit d74c26b59f3b969907eec54c5b3985d82831ef6d
3002Author: Shaun McCance <shaunm@redhat.com>
3003Date:   Mon Aug 14 20:54:40 2017 -0400
3004
3005    mal-link: Match any element with an id in cache for mal.cache.key
3006
3007    This removes a pile of unnecessary customization in Pintail, and
3008    it will also be necessary to make general block element addressable
3009    in the future.
3010
3011 xslt/mallard/common/mal-link.xsl | 2 +-
3012 1 file changed, 1 insertion(+), 1 deletion(-)
3013
3014commit 35b4d2cb0048a07fb4eca7d626de28f2ff4b8863
3015Author: Shaun McCance <shaunm@redhat.com>
3016Date:   Fri Aug 11 17:25:10 2017 -0400
3017
3018    mal2html-ui.xsl: Add template mal2html.ui.links.img.src
3019
3020    Pintail needs to be able to override the src attribute output to
3021    support images referenced by pages in other directories.
3022
3023 xslt/mallard/html/mal2html-ui.xsl | 65 +++++++++++++++++++++++++++------------
3024 1 file changed, 46 insertions(+), 19 deletions(-)
3025
3026commit c9d8cfbf7164117814d82b28cb7fe33faf085c20
3027Author: Shaun McCance <shaunm@redhat.com>
3028Date:   Fri Aug 11 15:36:14 2017 -0400
3029
3030    mal-link.xsl: Add mal.link.target.extended template
3031
3032    This allows tools like Pintail to provide behavior for extended
3033    xref attributes without overriding mal.link.target itself, because
3034    down that path leads madness.
3035
3036 xslt/mallard/common/mal-link.xsl | 62 ++++++++++++++++++++++++++++++++++++++--
3037 1 file changed, 60 insertions(+), 2 deletions(-)
3038
3039commit 2130a932b910aaf6f5bdd496070d6b8c6d5d7515
3040Author: Shaun McCance <shaunm@redhat.com>
3041Date:   Fri Aug 4 11:48:54 2017 -0400
3042
3043    Always pass the links element as $node thru linking templates
3044
3045 xslt/mallard/html/mal2html-api.xsl   |  4 +--
3046 xslt/mallard/html/mal2html-links.xsl | 62 ++++++++++++++++++++++++------------
3047 2 files changed, 43 insertions(+), 23 deletions(-)
3048
3049commit dd0b02d6c69cfa2d5b8cf06d036139776fee36c5
3050Author: Shaun McCance <shaunm@redhat.com>
3051Date:   Fri Aug 4 11:06:37 2017 -0400
3052
3053    Add html.head.top.custom stub template
3054
3055    Sometimes you want to link to a set of common CSS that gets used
3056    across multiple sites, but you want the Yelp stylesheet to take
3057    precedence. Linking in html.head.custom is wrong, becaause that
3058    will override Yelp's rules. This allows you to put stuff at the
3059    to of the head element.
3060
3061 xslt/common/html.xsl | 34 ++++++++++++++++++++++++++++------
3062 1 file changed, 28 insertions(+), 6 deletions(-)
3063
3064commit bdfd2e8c5bc0eb0593a63d699c251c890916ac68
3065Author: Piotr Drąg <piotrdrag@gmail.com>
3066Date:   Tue Jul 25 20:20:58 2017 +0200
3067
3068    Update Polish translation
3069
3070 po/pl.po | 31 ++++++++++++++++---------------
3071 1 file changed, 16 insertions(+), 15 deletions(-)
3072
3073commit 1bfec0ea743990183cd332e73ab3e7e28382cd58
3074Author: gogo <trebelnik2@gmail.com>
3075Date:   Tue Jul 25 17:46:20 2017 +0000
3076
3077    Update Croatian translation
3078
3079 po/hr.po | 376 +++++++++++++++++++++++++++++++++++++--------------------------
3080 1 file changed, 219 insertions(+), 157 deletions(-)
3081
3082commit b011ca7f0d1b697eb9758b3537272a0fec4252e2
3083Author: Shaun McCance <shaunm@redhat.com>
3084Date:   Fri Jul 7 12:04:37 2017 -0400
3085
3086    html.xsl: Typo fix in doc comment
3087
3088 xslt/common/html.xsl | 2 +-
3089 1 file changed, 1 insertion(+), 1 deletion(-)
3090
3091commit a837f0e95354470b31b3c6d8ea563ccdf8325b9d
3092Author: Shaun McCance <shaunm@redhat.com>
3093Date:   Wed Jul 5 18:53:55 2017 -0400
3094
3095    Dropping leftover jquery templates
3096
3097 xslt/common/html.xsl | 40 ++++++----------------------------------
3098 1 file changed, 6 insertions(+), 34 deletions(-)
3099
3100commit 641c2b0445b6c96e05fe8b4b5355a49e0c620c3a
3101Author: Shaun McCance <shaunm@redhat.com>
3102Date:   Wed May 24 12:40:38 2017 -0400
3103
3104    Adding some untracked doc files
3105
3106 doc/yelp-xsl/C/color.a.page                   | 12 ++++++++++++
3107 doc/yelp-xsl/C/color.b.page                   | 12 ++++++++++++
3108 doc/yelp-xsl/C/color.bg.blue.page             |  6 ++++++
3109 doc/yelp-xsl/C/color.bg.dark.page             |  6 ++++++
3110 doc/yelp-xsl/C/color.bg.gray.page             |  6 ++++++
3111 doc/yelp-xsl/C/color.bg.green.page            |  6 ++++++
3112 doc/yelp-xsl/C/color.bg.orange.page           |  6 ++++++
3113 doc/yelp-xsl/C/color.bg.page                  |  6 ++++++
3114 doc/yelp-xsl/C/color.bg.purple.page           |  6 ++++++
3115 doc/yelp-xsl/C/color.bg.red.page              |  6 ++++++
3116 doc/yelp-xsl/C/color.bg.yellow.page           |  6 ++++++
3117 doc/yelp-xsl/C/color.blend.page               | 23 +++++++++++++++++++++++
3118 doc/yelp-xsl/C/color.blue.page                |  6 ++++++
3119 doc/yelp-xsl/C/color.contrast.page            | 19 +++++++++++++++++++
3120 doc/yelp-xsl/C/color.fg.blue.page             |  6 ++++++
3121 doc/yelp-xsl/C/color.fg.dark.page             |  6 ++++++
3122 doc/yelp-xsl/C/color.fg.gray.page             |  6 ++++++
3123 doc/yelp-xsl/C/color.fg.green.page            |  6 ++++++
3124 doc/yelp-xsl/C/color.fg.orange.page           |  6 ++++++
3125 doc/yelp-xsl/C/color.fg.page                  |  6 ++++++
3126 doc/yelp-xsl/C/color.fg.purple.page           |  6 ++++++
3127 doc/yelp-xsl/C/color.fg.red.page              |  6 ++++++
3128 doc/yelp-xsl/C/color.fg.yellow.page           |  6 ++++++
3129 doc/yelp-xsl/C/color.g.page                   | 12 ++++++++++++
3130 doc/yelp-xsl/C/color.gray.page                |  6 ++++++
3131 doc/yelp-xsl/C/color.green.page               |  6 ++++++
3132 doc/yelp-xsl/C/color.hex2dec.page             | 12 ++++++++++++
3133 doc/yelp-xsl/C/color.orange.page              |  6 ++++++
3134 doc/yelp-xsl/C/color.purple.page              |  6 ++++++
3135 doc/yelp-xsl/C/color.r.page                   | 12 ++++++++++++
3136 doc/yelp-xsl/C/color.red.page                 |  6 ++++++
3137 doc/yelp-xsl/C/color.rl.page                  | 14 ++++++++++++++
3138 doc/yelp-xsl/C/color.yellow.page              |  6 ++++++
3139 doc/yelp-xsl/C/html.content.post.custom.page  | 17 +++++++++++++++++
3140 doc/yelp-xsl/C/html.content.post.mode.page    | 12 ++++++++++++
3141 doc/yelp-xsl/C/html.content.post.page         | 16 ++++++++++++++++
3142 doc/yelp-xsl/C/html.content.pre.custom.page   | 17 +++++++++++++++++
3143 doc/yelp-xsl/C/html.content.pre.mode.page     | 12 ++++++++++++
3144 doc/yelp-xsl/C/html.content.pre.page          | 16 ++++++++++++++++
3145 doc/yelp-xsl/C/html.js.script.page            | 12 ++++++++++++
3146 doc/yelp-xsl/C/html.media.controls.page       |  6 ++++++
3147 doc/yelp-xsl/C/html.output.prefix.page        |  6 ++++++
3148 doc/yelp-xsl/C/html.sidebar.custom.page       | 13 +++++++++++++
3149 doc/yelp-xsl/C/html.syntax.class.mode.page    |  6 ++++++
3150 doc/yelp-xsl/C/icons.svg.figure.zoom.in.page  |  7 +++++++
3151 doc/yelp-xsl/C/icons.svg.figure.zoom.out.page |  7 +++++++
3152 doc/yelp-xsl/C/icons.svg.media.pause.page     |  7 +++++++
3153 doc/yelp-xsl/C/icons.svg.media.play.page      |  7 +++++++
3154 doc/yelp-xsl/C/icons.svg.mode.page            |  6 ++++++
3155 doc/yelp-xsl/C/icons.svg.note.advanced.page   |  7 +++++++
3156 doc/yelp-xsl/C/icons.svg.note.bug.page        |  7 +++++++
3157 doc/yelp-xsl/C/icons.svg.note.caution.page    |  7 +++++++
3158 doc/yelp-xsl/C/icons.svg.note.danger.page     |  7 +++++++
3159 doc/yelp-xsl/C/icons.svg.note.important.page  |  7 +++++++
3160 doc/yelp-xsl/C/icons.svg.note.note.page       |  7 +++++++
3161 doc/yelp-xsl/C/icons.svg.note.package.page    |  7 +++++++
3162 doc/yelp-xsl/C/icons.svg.note.page            | 13 +++++++++++++
3163 doc/yelp-xsl/C/icons.svg.note.tip.page        |  7 +++++++
3164 doc/yelp-xsl/C/icons.svg.note.warning.page    |  7 +++++++
3165 59 files changed, 509 insertions(+)
3166
3167commit 8c9aa72dd61dcb913f79edfc27ff345e84a120e4
3168Author: Shaun McCance <shaunm@redhat.com>
3169Date:   Wed May 24 12:38:39 2017 -0400
3170
3171    color.xsl: xsldoc comment fixup
3172
3173 xslt/common/color.xsl | 2 +-
3174 1 file changed, 1 insertion(+), 1 deletion(-)
3175
3176commit fec00bb7f2d99d4a42e8b29b19dc1e2706774343
3177Author: Shaun McCance <shaunm@redhat.com>
3178Date:   Wed May 24 11:07:02 2017 -0400
3179
3180    Removing some leftover facet templates
3181
3182 doc/yelp-xsl/C/mal-link.page            |   2 +-
3183 doc/yelp-xsl/C/mal.facet.all.key.page   |   6 --
3184 doc/yelp-xsl/C/mal.link.facetlinks.page |  15 -----
3185 xslt/mallard/common/mal-link.xsl        | 103 +-------------------------------
3186 4 files changed, 2 insertions(+), 124 deletions(-)
3187
3188commit cb13ea3a873244c5e17dcf9276ee2c07c1850ddc
3189Author: Shaun McCance <shaunm@redhat.com>
3190Date:   Wed May 24 11:05:04 2017 -0400
3191
3192    API doc updates
3193
3194 doc/yelp-xsl/C/color.background.page         |  6 --
3195 doc/yelp-xsl/C/color.blue_background.page    |  6 --
3196 doc/yelp-xsl/C/color.blue_border.page        |  6 --
3197 doc/yelp-xsl/C/color.dark_background.page    |  6 --
3198 doc/yelp-xsl/C/color.gray_background.page    |  6 --
3199 doc/yelp-xsl/C/color.gray_border.page        |  6 --
3200 doc/yelp-xsl/C/color.link.page               |  6 --
3201 doc/yelp-xsl/C/color.link_visited.page       |  6 --
3202 doc/yelp-xsl/C/color.page                    | 36 +---------
3203 doc/yelp-xsl/C/color.red_background.page     |  6 --
3204 doc/yelp-xsl/C/color.red_border.page         |  6 --
3205 doc/yelp-xsl/C/color.text.page               |  6 --
3206 doc/yelp-xsl/C/color.text_error.page         |  6 --
3207 doc/yelp-xsl/C/color.text_light.page         |  6 --
3208 doc/yelp-xsl/C/color.yellow_background.page  |  6 --
3209 doc/yelp-xsl/C/color.yellow_border.page      |  6 --
3210 doc/yelp-xsl/C/db-chunk.page                 | 20 +-----
3211 doc/yelp-xsl/C/db-common.page                | 26 +-------
3212 doc/yelp-xsl/C/db-profile.page               | 31 +--------
3213 doc/yelp-xsl/C/db-title.page                 | 12 +---
3214 doc/yelp-xsl/C/db-xref.page                  | 16 +----
3215 doc/yelp-xsl/C/db.title.page                 |  3 +-
3216 doc/yelp-xsl/C/db2html-bibliography.page     | 13 +---
3217 doc/yelp-xsl/C/db2html-block.page            | 18 +----
3218 doc/yelp-xsl/C/db2html-callout.page          |  8 +--
3219 doc/yelp-xsl/C/db2html-classsynopsis.page    | 13 +---
3220 doc/yelp-xsl/C/db2html-cmdsynopsis.page      |  8 +--
3221 doc/yelp-xsl/C/db2html-css.page              |  6 +-
3222 doc/yelp-xsl/C/db2html-division.page         | 15 +----
3223 doc/yelp-xsl/C/db2html-ebnf.page             |  6 +-
3224 doc/yelp-xsl/C/db2html-footnote.page         | 12 +---
3225 doc/yelp-xsl/C/db2html-funcsynopsis.page     |  9 +--
3226 doc/yelp-xsl/C/db2html-index.page            |  7 +-
3227 doc/yelp-xsl/C/db2html-inline.page           | 13 +---
3228 doc/yelp-xsl/C/db2html-links.page            | 12 +---
3229 doc/yelp-xsl/C/db2html-list.page             |  7 +-
3230 doc/yelp-xsl/C/db2html-math.page             | 12 +---
3231 doc/yelp-xsl/C/db2html-media.page            | 16 +----
3232 doc/yelp-xsl/C/db2html-refentry.page         |  7 +-
3233 doc/yelp-xsl/C/db2html-table.page            | 23 +------
3234 doc/yelp-xsl/C/db2html-xref.page             | 16 +----
3235 doc/yelp-xsl/C/db2html.audiodata.page        |  2 +-
3236 doc/yelp-xsl/C/db2html.block.formal.page     |  6 +-
3237 doc/yelp-xsl/C/db2html.page                  |  6 +-
3238 doc/yelp-xsl/C/db2html.videodata.page        |  2 +-
3239 doc/yelp-xsl/C/db2xhtml.page                 |  7 +-
3240 doc/yelp-xsl/C/html.bottom.custom.page       |  4 +-
3241 doc/yelp-xsl/C/html.css.core.page            |  2 +-
3242 doc/yelp-xsl/C/html.css.elements.page        |  2 +-
3243 doc/yelp-xsl/C/html.css.syntax.page          |  2 +-
3244 doc/yelp-xsl/C/html.footer.custom.page       |  4 +-
3245 doc/yelp-xsl/C/html.footer.mode.page         |  4 +-
3246 doc/yelp-xsl/C/html.header.custom.page       |  4 +-
3247 doc/yelp-xsl/C/html.header.mode.page         |  4 +-
3248 doc/yelp-xsl/C/html.js.content.page          |  4 +-
3249 doc/yelp-xsl/C/html.js.core.page             |  2 +-
3250 doc/yelp-xsl/C/html.js.jquery.page           |  2 +-
3251 doc/yelp-xsl/C/html.js.media.page            |  2 +-
3252 doc/yelp-xsl/C/html.js.page                  |  6 +-
3253 doc/yelp-xsl/C/html.js.syntax.page           |  6 +-
3254 doc/yelp-xsl/C/html.linktrails.empty.page    |  2 +-
3255 doc/yelp-xsl/C/html.linktrails.prefix.page   |  2 +-
3256 doc/yelp-xsl/C/html.output.page              |  1 +
3257 doc/yelp-xsl/C/html.page                     | 99 +---------------------------
3258 doc/yelp-xsl/C/html.page.page                |  9 ++-
3259 doc/yelp-xsl/C/html.syntax.class.page        | 15 ++---
3260 doc/yelp-xsl/C/html.top.custom.page          |  4 +-
3261 doc/yelp-xsl/C/icons.base_url.page           |  6 --
3262 doc/yelp-xsl/C/icons.note.bug.page           |  6 --
3263 doc/yelp-xsl/C/icons.note.important.page     |  6 --
3264 doc/yelp-xsl/C/icons.note.page               |  6 --
3265 doc/yelp-xsl/C/icons.note.tip.page           |  6 --
3266 doc/yelp-xsl/C/icons.note.warning.page       |  6 --
3267 doc/yelp-xsl/C/icons.page                    | 22 +------
3268 doc/yelp-xsl/C/icons.size.note.page          |  6 --
3269 doc/yelp-xsl/C/l10n-numbers.page             | 17 +----
3270 doc/yelp-xsl/C/l10n.page                     | 25 +------
3271 doc/yelp-xsl/C/mal-cache.page                | 12 +---
3272 doc/yelp-xsl/C/mal-gloss.page                | 12 +---
3273 doc/yelp-xsl/C/mal-if.page                   | 20 +-----
3274 doc/yelp-xsl/C/mal-link.page                 | 56 +---------------
3275 doc/yelp-xsl/C/mal-sort.page                 | 10 +--
3276 doc/yelp-xsl/C/mal.cache.info.page           |  2 +-
3277 doc/yelp-xsl/C/mal.cache.xref.page           |  5 --
3278 doc/yelp-xsl/C/mal2html-api.page             | 10 +--
3279 doc/yelp-xsl/C/mal2html-block.page           | 11 +---
3280 doc/yelp-xsl/C/mal2html-facets.page          | 12 ----
3281 doc/yelp-xsl/C/mal2html-gloss.page           | 10 +--
3282 doc/yelp-xsl/C/mal2html-inline.page          | 12 +---
3283 doc/yelp-xsl/C/mal2html-links.page           | 36 +---------
3284 doc/yelp-xsl/C/mal2html-list.page            |  8 +--
3285 doc/yelp-xsl/C/mal2html-math.page            |  8 +--
3286 doc/yelp-xsl/C/mal2html-media.page           | 14 +---
3287 doc/yelp-xsl/C/mal2html-page.page            | 28 +-------
3288 doc/yelp-xsl/C/mal2html-svg.page             |  8 +--
3289 doc/yelp-xsl/C/mal2html-table.page           |  7 +-
3290 doc/yelp-xsl/C/mal2html-ui.page              | 16 +----
3291 doc/yelp-xsl/C/mal2html.facets.controls.page | 12 ----
3292 doc/yelp-xsl/C/mal2html.facets.js.page       |  6 --
3293 doc/yelp-xsl/C/mal2html.facets.links.page    | 12 ----
3294 doc/yelp-xsl/C/mal2html.gloss.js.page        |  6 --
3295 doc/yelp-xsl/C/mal2html.media.audio.page     |  2 +-
3296 doc/yelp-xsl/C/mal2html.media.video.page     |  2 +-
3297 doc/yelp-xsl/C/mal2html.page                 |  6 +-
3298 doc/yelp-xsl/C/mal2html.page.about.page      |  2 +-
3299 doc/yelp-xsl/C/mal2html.ui.links.hover.page  | 22 -------
3300 doc/yelp-xsl/C/mal2html.ui.links.tiles.page  |  6 +-
3301 doc/yelp-xsl/C/mal2xhtml.page                |  6 +-
3302 doc/yelp-xsl/C/ttml.page                     | 16 +----
3303 doc/yelp-xsl/C/utils.page                    | 14 +---
3304 doc/yelp-xsl/xsldoc-scan.xsl                 |  4 +-
3305 111 files changed, 109 insertions(+), 1068 deletions(-)
3306
3307commit f2edd6e1a4e38810ae65e400a8565db6ed3e0df3
3308Author: Shaun McCance <shaunm@redhat.com>
3309Date:   Wed May 24 10:22:40 2017 -0400
3310
3311    Post-merge revision version bump in xsldoc comments
3312
3313 xslt/common/color.xsl              | 68 +++++++++++++++++++-------------------
3314 xslt/common/html.xsl               | 48 +++++++++++++--------------
3315 xslt/common/icons.xsl              | 32 +++++++++---------
3316 xslt/docbook/common/db-title.xsl   |  2 +-
3317 xslt/docbook/html/db2html-list.xsl |  2 +-
3318 xslt/mallard/html/mal2html-ui.xsl  |  2 +-
3319 6 files changed, 77 insertions(+), 77 deletions(-)
3320
3321commit d7cc35f2faa9420e51220866eebeb58dc2d0b7fc
3322Merge: 9571f9f0 999918bf
3323Author: Shaun McCance <shaunm@redhat.com>
3324Date:   Tue May 23 11:03:53 2017 -0400
3325
3326    Merge branch 'wip/html5'
3327
3328commit 999918bf1dac553fb91c72920fea9682efad6f81
3329Author: Shaun McCance <shaunm@gnome.org>
3330Date:   Mon May 22 13:10:02 2017 -0400
3331
3332    Removing old faceted navigation experiment
3333
3334 doc/yelp-xsl/Makefile.am              |   2 +-
3335 xslt/mallard/html/Makefile.am         |   1 -
3336 xslt/mallard/html/mal2html-facets.xsl | 172 ----------------------------------
3337 xslt/mallard/html/mal2html-page.xsl   |  33 -------
3338 xslt/mallard/html/mal2xhtml.xsl       |   1 -
3339 5 files changed, 1 insertion(+), 208 deletions(-)
3340
3341commit 545807e5c0016b463a700ceccfc612f050aeb569
3342Author: Shaun McCance <shaunm@gnome.org>
3343Date:   Mon May 1 13:18:54 2017 -0400
3344
3345    Use $html.js.root for highlight.pack.js
3346
3347 xslt/common/html.xsl | 2 +-
3348 1 file changed, 1 insertion(+), 1 deletion(-)
3349
3350commit 3241c50bbabd16da7cae5002a46d3fadc722809f
3351Author: Shaun McCance <shaunm@gnome.org>
3352Date:   Sat Apr 8 09:18:08 2017 -0400
3353
3354    Implement uix:overlay with pure JS, plus fixes and cleanups
3355
3356 xslt/common/html.xsl                |   4 ++
3357 xslt/mallard/html/mal2html-page.xsl | 120 ++++++++++++++++++++----------------
3358 xslt/mallard/html/mal2html-ui.xsl   |  48 +++++++--------
3359 3 files changed, 96 insertions(+), 76 deletions(-)
3360
3361commit 2f14ee0eff9f0978a8b9ac0a5b3b10fde941a8dc
3362Author: Shaun McCance <shaunm@gnome.org>
3363Date:   Wed Mar 29 12:28:28 2017 -0400
3364
3365    mal2html-gloss: Do gloss terms without js
3366
3367 xslt/mallard/html/mal2html-gloss.xsl | 38 ------------------------------------
3368 xslt/mallard/html/mal2html-page.xsl  | 23 ++++++++++++++++++----
3369 2 files changed, 19 insertions(+), 42 deletions(-)
3370
3371commit 897a2c25aba382d1563be8ed0c7b4b22b1aa0cfe
3372Author: Shaun McCance <shaunm@gnome.org>
3373Date:   Tue Mar 28 08:34:28 2017 -0400
3374
3375    Deprecate mouseovers/hover links and dejquery the implementation
3376
3377 xslt/mallard/html/mal2html-links.xsl |  20 ++++--
3378 xslt/mallard/html/mal2html-page.xsl  | 132 ++++++++---------------------------
3379 xslt/mallard/html/mal2html-ui.xsl    |  19 +++--
3380 3 files changed, 55 insertions(+), 116 deletions(-)
3381
3382commit c06447fb244cc803db9320f6950b5a411c5e2cef
3383Author: Shaun McCance <shaunm@gnome.org>
3384Date:   Mon Mar 20 11:18:32 2017 -0400
3385
3386    Cleaning up some old and busted CSS syntax
3387
3388 xslt/common/html.xsl                | 12 +++++-------
3389 xslt/mallard/html/mal2html-page.xsl |  5 +----
3390 2 files changed, 6 insertions(+), 11 deletions(-)
3391
3392commit f0fe845d8c36fda5b7eaf3d9641ead0ec8cdb5f0
3393Author: Shaun McCance <shaunm@gnome.org>
3394Date:   Sat Mar 18 09:04:06 2017 -0400
3395
3396    Support for automatic indexes in DocBook
3397
3398 xslt/docbook/common/db-title.xsl    |  43 +++----
3399 xslt/docbook/html/db2html-css.xsl   |  30 +++++
3400 xslt/docbook/html/db2html-index.xsl | 225 ++++++++++++++++++++++++++++++++++--
3401 3 files changed, 264 insertions(+), 34 deletions(-)
3402
3403commit a5df3334c77d202639d5f37ea1c61391fefbdb1c
3404Author: Shaun McCance <shaunm@gnome.org>
3405Date:   Fri Mar 17 10:02:18 2017 -0400
3406
3407    Get consistent font sizing for monospace text
3408
3409 xslt/common/html.xsl              | 12 ++++++------
3410 xslt/docbook/html/db2html-css.xsl |  4 ++--
3411 2 files changed, 8 insertions(+), 8 deletions(-)
3412
3413commit 9571f9f04df74b60281068fded8b92b856f51244
3414Author: GNOME Translation Robot <gnome-sysadmin@gnome.org>
3415Date:   Tue Mar 7 13:31:35 2017 +0000
3416
3417    Add Scottish Gaelic translation
3418
3419 po/LINGUAS |   1 +
3420 po/gd.po   | 598 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
3421 2 files changed, 599 insertions(+)
3422
3423commit 2b00c226b2d923cb6cc1a7491ad6eea907ae94b4
3424Author: Shaun McCance <shaunm@gnome.org>
3425Date:   Thu Oct 27 10:40:48 2016 -0400
3426
3427    db2html-list: Handle stepalternatives and result elements
3428
3429 xslt/docbook/html/db2html-list.xsl | 43 +++++++++++++++++++++++++++++++++++---
3430 1 file changed, 40 insertions(+), 3 deletions(-)
3431
3432commit 6ea158354083a0f2dbbd5d769b88ae48712fbb6e
3433Author: Shaun McCance <shaunm@gnome.org>
3434Date:   Sat Oct 22 12:27:15 2016 -0400
3435
3436    Fixing up some CSS issues around DocBook list elements
3437
3438    The recent box model and style overhaul requires div.contents for
3439    vertical spacing between blocks, but it wasn't being consistently
3440    used in DocBook list elements.
3441
3442 xslt/common/html.xsl               |  1 -
3443 xslt/docbook/html/db2html-css.xsl  |  8 ++---
3444 xslt/docbook/html/db2html-list.xsl | 73 ++++++++++++++++++++++++++------------
3445 3 files changed, 54 insertions(+), 28 deletions(-)
3446
3447commit 1b81facdea915e4027649e49b819269c859ee3ad
3448Author: Piotr Drąg <piotrdrag@gmail.com>
3449Date:   Sun Oct 16 19:45:38 2016 +0200
3450
3451    Revert "Update Croatian translation"
3452
3453    This reverts commit 43ae1e51285e683a00751888bb6e94bd04e60350.
3454
3455    yelp-xsl is NOT yelp!
3456
3457 po/hr.po | 1079 +++++++++++++++++++++++++++++++-------------------------------
3458 1 file changed, 532 insertions(+), 547 deletions(-)
3459
3460commit 43ae1e51285e683a00751888bb6e94bd04e60350
3461Author: gogo <trebelnik2@gmail.com>
3462Date:   Sun Oct 16 16:46:32 2016 +0000
3463
3464    Update Croatian translation
3465
3466 po/hr.po | 1079 +++++++++++++++++++++++++++++++-------------------------------
3467 1 file changed, 547 insertions(+), 532 deletions(-)
3468
3469commit 8fcd09d88ab1bbd9215733683cee0ce831592757
3470Author: Shaun McCance <shaunm@gnome.org>
3471Date:   Mon Oct 3 13:47:05 2016 -0400
3472
3473    Add html.output.prefix param
3474
3475    Sometimes it's not feasible to control the output directory externally
3476    to the stylesheets, so we now allow you to control it here.
3477
3478 xslt/common/html.xsl | 21 +++++++++++++++++++--
3479 1 file changed, 19 insertions(+), 2 deletions(-)
3480
3481commit b510273856b5c8e10e565edcbc420410b5505983
3482Author: Piotr Drąg <piotrdrag@gmail.com>
3483Date:   Sat Sep 24 00:52:34 2016 +0200
3484
3485    Revert "Updated Croatian translation"
3486
3487    This reverts commit 57a4b10eeaa00d37c801ad2aa8e4beb3428280dd.
3488
3489    Translation for yelp-xsl (XSLT stylesheets) added in the previous commit
3490    has been replaced with translation for yelp (the program) in this one.
3491
3492 po/hr.po | 977 +++++++++++++++++++++++++++++++++------------------------------
3493 1 file changed, 518 insertions(+), 459 deletions(-)
3494
3495commit 57a4b10eeaa00d37c801ad2aa8e4beb3428280dd
3496Author: gogo <trebelnik2@gmail.com>
3497Date:   Fri Sep 23 22:19:55 2016 +0000
3498
3499    Updated Croatian translation
3500
3501 po/hr.po | 977 ++++++++++++++++++++++++++++++---------------------------------
3502 1 file changed, 459 insertions(+), 518 deletions(-)
3503
3504commit 8dfb7a8083b2f4dcb3e1076426f32499ff003468
3505Author: gogo <trebelnik2@gmail.com>
3506Date:   Fri Sep 23 22:18:47 2016 +0000
3507
3508    Added Croatian translation
3509
3510 po/LINGUAS |   1 +
3511 po/hr.po   | 538 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
3512 2 files changed, 539 insertions(+)
3513
3514commit 1993f9a2dec7fac104fc09bc84b1ce5dbb0b76e9
3515Author: Shaun McCance <shaunm@gnome.org>
3516Date:   Fri Sep 16 12:29:54 2016 -0400
3517
3518    Switch to SVG icons for admonition elements
3519
3520 Makefile.am                                        |    2 +-
3521 configure.ac                                       |    9 +-
3522 icons/Makefile.am                                  |    1 -
3523 icons/hicolor/24x24/Makefile.am                    |    1 -
3524 icons/hicolor/24x24/status/Makefile.am             |    9 -
3525 icons/hicolor/24x24/status/yelp-note-bug.png       |  Bin 1214 -> 0 bytes
3526 icons/hicolor/24x24/status/yelp-note-important.png |  Bin 1053 -> 0 bytes
3527 icons/hicolor/24x24/status/yelp-note-tip.png       |  Bin 1193 -> 0 bytes
3528 icons/hicolor/24x24/status/yelp-note-warning.png   |  Bin 1245 -> 0 bytes
3529 icons/hicolor/24x24/status/yelp-note.png           |  Bin 838 -> 0 bytes
3530 icons/hicolor/48x48/Makefile.am                    |    1 -
3531 icons/hicolor/48x48/status/Makefile.am             |    9 -
3532 icons/hicolor/48x48/status/yelp-note-bug.png       |  Bin 2952 -> 0 bytes
3533 icons/hicolor/48x48/status/yelp-note-important.png |  Bin 2454 -> 0 bytes
3534 icons/hicolor/48x48/status/yelp-note-tip.png       |  Bin 2491 -> 0 bytes
3535 icons/hicolor/48x48/status/yelp-note-warning.png   |  Bin 2959 -> 0 bytes
3536 icons/hicolor/48x48/status/yelp-note.png           |  Bin 1733 -> 0 bytes
3537 icons/hicolor/Makefile.am                          |    1 -
3538 icons/hicolor/scalable/Makefile.am                 |    1 -
3539 icons/hicolor/scalable/status/Makefile.am          |    9 -
3540 icons/hicolor/scalable/status/yelp-note-bug.svg    |  285 -----
3541 .../scalable/status/yelp-note-important.svg        | 1223 -------------------
3542 icons/hicolor/scalable/status/yelp-note-tip.svg    |  255 ----
3543 .../hicolor/scalable/status/yelp-note-warning.svg  |  290 -----
3544 icons/hicolor/scalable/status/yelp-note.svg        | 1233 --------------------
3545 xslt/common/Makefile.am                            |    2 +-
3546 xslt/common/domains/yelp-xsl.xml.in                |   15 +
3547 xslt/common/html.xsl                               |   49 +-
3548 xslt/common/icons.xsl                              |  278 ++++-
3549 xslt/common/icons/Makefile.am                      |   12 +
3550 xslt/common/icons/yelp-note-advanced.svg           |   15 +
3551 xslt/common/icons/yelp-note-bug.svg                |   13 +
3552 xslt/common/icons/yelp-note-important.svg          |    4 +
3553 xslt/common/icons/yelp-note-note.svg               |    7 +
3554 xslt/common/icons/yelp-note-package.svg            |    7 +
3555 xslt/common/icons/yelp-note-tip.svg                |    7 +
3556 xslt/common/icons/yelp-note-warning.svg            |    4 +
3557 xslt/dita/html/dita2html-block.xsl                 |   33 +-
3558 xslt/docbook/html/db2html-block.xsl                |   80 +-
3559 xslt/mallard/html/mal2html-block.xsl               |   27 +-
3560 40 files changed, 458 insertions(+), 3424 deletions(-)
3561
3562commit fb4146abfc864b85e89863b0a942a328562895af
3563Author: Shaun McCance <shaunm@gnome.org>
3564Date:   Tue Sep 13 09:23:54 2016 -0400
3565
3566    Use pagewide class to set max content width
3567
3568    By default, we max the content at 960px and center horizontally. To
3569    allow various types of styling, we set this on certain nested divs
3570    and other blocks, instead of on the main article element. With this
3571    change, we no longer use intricate CSS selectors that are tricky to
3572    override. Instead, we output add a pagewide class to those elements.
3573
3574    Don't like a max width?
3575
3576    .pagewide { max-width: 100%; }
3577
3578    Don't like horizontal centering?
3579
3580    .pagewide { margin-left: 0; margin-right: 0; }
3581
3582 xslt/common/html.xsl                   | 36 +++++++++++-----------------------
3583 xslt/dita/html/dita2html-topic.xsl     | 10 +++++-----
3584 xslt/docbook/html/db2html-division.xsl |  4 ++--
3585 xslt/docbook/html/db2html-links.xsl    |  2 +-
3586 xslt/mallard/html/mal2html-links.xsl   |  2 +-
3587 xslt/mallard/html/mal2html-page.xsl    |  8 ++++----
3588 6 files changed, 24 insertions(+), 38 deletions(-)
3589
3590commit 4905f74468ed3fb16950f3e3fe057660593dc260
3591Author: Shaun McCance <shaunm@gnome.org>
3592Date:   Mon Sep 12 13:45:11 2016 -0400
3593
3594    html.xsl: Add stub for sidebars, involves extra top-level wrappers
3595
3596 xslt/common/html.xsl | 153 ++++++++++++++++++++++++++++++++++-----------------
3597 1 file changed, 102 insertions(+), 51 deletions(-)
3598
3599commit 9f1801698d9f4b6ccd8a20ed0e3d053f5e2f60ac
3600Author: Baurzhan Muftakhidinov <baurthefirst@gmail.com>
3601Date:   Sun Sep 11 10:39:10 2016 +0000
3602
3603    Added Kazakh translation
3604
3605 po/LINGUAS |   1 +
3606 po/kk.po   | 596 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
3607 2 files changed, 597 insertions(+)
3608
3609commit 7bed64c7b76353ea09f4266817b3d2a798448983
3610Author: Piotr Drąg <piotrdrag@gmail.com>
3611Date:   Sat Aug 20 11:07:07 2016 +0200
3612
3613    Updated Polish translation
3614
3615 po/pl.po | 40 ++++++++++++++++++----------------------
3616 1 file changed, 18 insertions(+), 22 deletions(-)
3617
3618commit d38377fc342744e53b19257522ba9f2dd42897d1
3619Author: GNOME Translation Robot <gnome-sysadmin@gnome.org>
3620Date:   Wed Aug 17 12:06:23 2016 +0000
3621
3622    Updated British English translation
3623
3624 po/en_GB.po | 228 ++++++++++++++++++++++++++++++++++++------------------------
3625 1 file changed, 139 insertions(+), 89 deletions(-)
3626
3627commit 4191fad945954c97d981b9800085d5fb39d27760
3628Author: Piotr Drąg <piotrdrag@gmail.com>
3629Date:   Tue Jul 26 00:06:26 2016 +0200
3630
3631    Add Language headers to po files
3632
3633    Future versions of gettext will fail if this header is missing.
3634
3635 po/ast.po         | 1 +
3636 po/be@latin.po    | 1 +
3637 po/bn.po          | 1 +
3638 po/bn_IN.po       | 1 +
3639 po/ca@valencia.po | 2 +-
3640 po/cy.po          | 1 +
3641 po/de.po          | 2 +-
3642 po/dz.po          | 1 +
3643 po/en@shaw.po     | 1 +
3644 po/en_CA.po       | 1 +
3645 po/es.po          | 2 +-
3646 po/fa.po          | 2 +-
3647 po/fr.po          | 2 +-
3648 po/ga.po          | 1 +
3649 po/gu.po          | 1 +
3650 po/hu.po          | 2 +-
3651 po/ka.po          | 1 +
3652 po/km.po          | 2 +-
3653 po/ko.po          | 2 +-
3654 po/mai.po         | 1 +
3655 po/mg.po          | 1 +
3656 po/mk.po          | 1 +
3657 po/mn.po          | 1 +
3658 po/mr.po          | 1 +
3659 po/ne.po          | 1 +
3660 po/nn.po          | 1 +
3661 po/or.po          | 1 +
3662 po/rw.po          | 2 +-
3663 po/si.po          | 1 +
3664 po/sq.po          | 1 +
3665 po/sr@latin.po    | 2 +-
3666 po/tg.po          | 2 +-
3667 po/ug.po          | 2 +-
3668 po/uz.po          | 1 +
3669 po/uz@cyrillic.po | 1 +
3670 po/wa.po          | 1 +
3671 po/zh_CN.po       | 2 +-
3672 po/zh_HK.po       | 1 +
3673 po/zh_TW.po       | 2 +-
3674 39 files changed, 39 insertions(+), 14 deletions(-)
3675
3676commit d44e94b25389962785dd164d85bccfe2ed73336e
3677Author: Piotr Drąg <piotrdrag@gmail.com>
3678Date:   Sat Jul 9 00:22:39 2016 +0200
3679
3680    Updated POTFILES.skip
3681
3682 po/POTFILES.skip | 3 +++
3683 1 file changed, 3 insertions(+)
3684
3685commit 1679e84f735a08f7b0caaf070b20c8b27e8d38f9
3686Author: Shaun McCance <shaunm@gnome.org>
3687Date:   Wed Jun 22 10:44:42 2016 -0400
3688
3689    Adding html.content.pre and html.content.post templates
3690
3691 xslt/common/html.xsl                   | 130 +++++++++++++++++++++++++++++++++
3692 xslt/dita/html/dita2html-topic.xsl     |   6 ++
3693 xslt/docbook/html/db2html-division.xsl |   6 ++
3694 xslt/mallard/html/mal2html-page.xsl    |   6 ++
3695 4 files changed, 148 insertions(+)
3696
3697commit 8ec2fdc3d5b461c82aafbb046806cfb6fe7af0a1
3698Author: Shaun McCance <shaunm@gnome.org>
3699Date:   Tue Jun 21 09:00:13 2016 -0400
3700
3701    Fixing a few oddities in the number formatters
3702
3703 xslt/common/l10n-numbers.xsl | 5 +----
3704 1 file changed, 1 insertion(+), 4 deletions(-)
3705
3706commit 86e76dfc573781d19b43ccd3bb8be1480c5b4d7e
3707Author: Shaun McCance <shaunm@gnome.org>
3708Date:   Tue Jun 21 08:55:50 2016 -0400
3709
3710    Drop redundant media label attributes
3711
3712    These are now added on the common media controls in the html stylesheet.
3713    No need to add them in the format-specific stylesheets.
3714
3715 xslt/docbook/html/db2html-media.xsl  | 20 --------------------
3716 xslt/mallard/html/mal2html-media.xsl | 14 ++------------
3717 2 files changed, 2 insertions(+), 32 deletions(-)
3718
3719commit 1cf5693f8a48004c7a86b06c73114353a8ab99dc
3720Author: Shaun McCance <shaunm@gnome.org>
3721Date:   Tue Jun 21 08:54:39 2016 -0400
3722
3723    Typo fixes
3724
3725 xslt/docbook/html/db2html-classsynopsis.xsl | 2 +-
3726 xslt/mallard/common/mal-if.xsl              | 2 +-
3727 2 files changed, 2 insertions(+), 2 deletions(-)
3728
3729commit bbeac7d3ccc1f5969d85ab0990ea832442d6203f
3730Author: Sam Spilsbury <smspillaz@gmail.com>
3731Date:   Tue Jul 21 13:12:19 2015 +0800
3732
3733    Makefile: Move to AM_DISTCHECK_CONFIGURE_FLAGS
3734
3735    Since automake 1.11.2 it is recommended that packages
3736    use AM_DISTCHECK_CONFIGURE_FLAGS instead of
3737    DISTCHECK_CONFIGURE_FLAGS as the latter is intended
3738    to be a user variable.
3739
3740    [endlessm/eos-sdk#3303]
3741
3742 Makefile.am  | 2 +-
3743 configure.ac | 2 +-
3744 2 files changed, 2 insertions(+), 2 deletions(-)
3745
3746commit 8b447cb3031a626c2ff4f3bed99d3f2bcecae17b
3747Author: Cédric Valmary <cvalmary@yahoo.fr>
3748Date:   Mon May 30 17:02:17 2016 +0000
3749
3750    Updated Occitan translation
3751
3752 po/oc.po | 2 +-
3753 1 file changed, 1 insertion(+), 1 deletion(-)
3754
3755commit 23374709c97e6bc6efef12cdd68459129b4d1957
3756Author: Cédric Valmary <cvalmary@yahoo.fr>
3757Date:   Tue May 10 16:57:19 2016 +0000
3758
3759    Updated Occitan translation
3760
3761 po/oc.po | 34 +++++++++++++++++-----------------
3762 1 file changed, 17 insertions(+), 17 deletions(-)
3763
3764commit 5443ba5acfb98b7a6f5455a9986e7575a4d486df
3765Author: Shaun McCance <shaunm@gnome.org>
3766Date:   Thu Apr 14 15:38:27 2016 -0400
3767
3768    Adding simple localbuild.sh script
3769
3770 configure.ac  |  1 +
3771 localbuild.sh | 21 +++++++++++++++++++++
3772 2 files changed, 22 insertions(+)
3773
3774commit 95eef791ffe41a42e1a8de2733ace772a3c08a03
3775Author: Matej Urbančič <mateju@svn.gnome.org>
3776Date:   Mon May 2 22:20:02 2016 +0200
3777
3778    Updated Slovenian translation
3779
3780 po/sl.po | 4 ++--
3781 1 file changed, 2 insertions(+), 2 deletions(-)
3782
3783commit 5cdd674bf1bb59a5eb7eb8dfbf17028ee1818302
3784Author: Shaun McCance <shaunm@gnome.org>
3785Date:   Thu Apr 14 15:38:27 2016 -0400
3786
3787    Adding simple localbuild.sh script
3788
3789 configure.ac  |  1 +
3790 localbuild.sh | 21 +++++++++++++++++++++
3791 2 files changed, 22 insertions(+)
3792
3793commit d61c1d4a7a5e8f6c9dba9dd14d3172801ff0caba
3794Author: Shaun McCance <shaunm@gnome.org>
3795Date:   Sat Apr 2 09:31:54 2016 -0400
3796
3797    doc/yelp-xsl/C/index: Change link title for better embedding in yelp.io
3798
3799 doc/yelp-xsl/C/index.page | 2 +-
3800 1 file changed, 1 insertion(+), 1 deletion(-)
3801
3802commit 34e39805fc7a603b9286fa31544bca0a534897d5
3803Author: Shaun McCance <shaunm@gnome.org>
3804Date:   Sat Apr 2 08:24:05 2016 -0400
3805
3806    Adding generated docs to git
3807
3808    Not my favorite thing to do, but this lets me merge them into the
3809    yelp.io site and publish them automatically.
3810
3811 .gitignore                                         | 21 -----
3812 doc/yelp-xsl/C/color.background.page               |  6 ++
3813 doc/yelp-xsl/C/color.blue_background.page          |  6 ++
3814 doc/yelp-xsl/C/color.blue_border.page              |  6 ++
3815 doc/yelp-xsl/C/color.dark_background.page          |  6 ++
3816 doc/yelp-xsl/C/color.gray_background.page          |  6 ++
3817 doc/yelp-xsl/C/color.gray_border.page              |  6 ++
3818 doc/yelp-xsl/C/color.link.page                     |  6 ++
3819 doc/yelp-xsl/C/color.link_visited.page             |  6 ++
3820 doc/yelp-xsl/C/color.page                          | 36 ++++++++
3821 doc/yelp-xsl/C/color.red_background.page           |  6 ++
3822 doc/yelp-xsl/C/color.red_border.page               |  6 ++
3823 doc/yelp-xsl/C/color.text.page                     |  6 ++
3824 doc/yelp-xsl/C/color.text_error.page               |  6 ++
3825 doc/yelp-xsl/C/color.text_light.page               |  6 ++
3826 doc/yelp-xsl/C/color.yellow_background.page        |  6 ++
3827 doc/yelp-xsl/C/color.yellow_border.page            |  6 ++
3828 doc/yelp-xsl/C/db-chunk.page                       | 20 +++++
3829 doc/yelp-xsl/C/db-common.page                      | 26 ++++++
3830 doc/yelp-xsl/C/db-profile.page                     | 31 +++++++
3831 doc/yelp-xsl/C/db-title.page                       | 12 +++
3832 doc/yelp-xsl/C/db-xref.page                        | 16 ++++
3833 doc/yelp-xsl/C/db.biblio.abbrev.key.page           |  6 ++
3834 doc/yelp-xsl/C/db.biblio.id.key.page               |  6 ++
3835 doc/yelp-xsl/C/db.biblio.label.key.page            |  6 ++
3836 doc/yelp-xsl/C/db.chunk.basename.page              |  6 ++
3837 doc/yelp-xsl/C/db.chunk.chunk-id.axis.page         | 24 ++++++
3838 doc/yelp-xsl/C/db.chunk.chunk-id.page              | 20 +++++
3839 doc/yelp-xsl/C/db.chunk.depth-in-chunk.page        | 12 +++
3840 doc/yelp-xsl/C/db.chunk.depth-of-chunk.page        | 12 +++
3841 doc/yelp-xsl/C/db.chunk.extension.page             |  6 ++
3842 doc/yelp-xsl/C/db.chunk.max_depth.page             |  6 ++
3843 doc/yelp-xsl/C/db.copyright.page                   | 12 +++
3844 doc/yelp-xsl/C/db.glossentry.key.page              |  6 ++
3845 doc/yelp-xsl/C/db.id.key.page                      |  6 ++
3846 doc/yelp-xsl/C/db.linenumbering.start.page         | 12 +++
3847 doc/yelp-xsl/C/db.orderedlist.start.page           | 18 ++++
3848 doc/yelp-xsl/C/db.personname.list.page             | 12 +++
3849 doc/yelp-xsl/C/db.personname.page                  | 12 +++
3850 doc/yelp-xsl/C/db.profile.arch.page                |  6 ++
3851 doc/yelp-xsl/C/db.profile.audience.page            |  6 ++
3852 doc/yelp-xsl/C/db.profile.condition.page           |  6 ++
3853 doc/yelp-xsl/C/db.profile.conformance.page         |  6 ++
3854 doc/yelp-xsl/C/db.profile.os.page                  |  6 ++
3855 doc/yelp-xsl/C/db.profile.outputformat.page        |  6 ++
3856 doc/yelp-xsl/C/db.profile.revision.page            |  6 ++
3857 doc/yelp-xsl/C/db.profile.security.page            |  6 ++
3858 doc/yelp-xsl/C/db.profile.test.page                | 12 +++
3859 doc/yelp-xsl/C/db.profile.userlevel.page           |  6 ++
3860 doc/yelp-xsl/C/db.profile.vendor.page              |  6 ++
3861 doc/yelp-xsl/C/db.profile.wordsize.page            |  6 ++
3862 doc/yelp-xsl/C/db.subtitle.page                    | 16 ++++
3863 doc/yelp-xsl/C/db.title.page                       | 16 ++++
3864 doc/yelp-xsl/C/db.titleabbrev.page                 | 16 ++++
3865 doc/yelp-xsl/C/db.ulink.tooltip.page               | 15 ++++
3866 doc/yelp-xsl/C/db.xref.content.page                | 20 +++++
3867 doc/yelp-xsl/C/db.xref.target.page                 | 20 +++++
3868 doc/yelp-xsl/C/db.xref.tooltip.mode.page           |  6 ++
3869 doc/yelp-xsl/C/db.xref.tooltip.page                | 16 ++++
3870 doc/yelp-xsl/C/db2html-bibliography.page           | 13 +++
3871 doc/yelp-xsl/C/db2html-block.page                  | 18 ++++
3872 doc/yelp-xsl/C/db2html-callout.page                |  8 ++
3873 doc/yelp-xsl/C/db2html-classsynopsis.page          | 13 +++
3874 doc/yelp-xsl/C/db2html-cmdsynopsis.page            |  8 ++
3875 doc/yelp-xsl/C/db2html-css.page                    |  6 ++
3876 doc/yelp-xsl/C/db2html-division.page               | 15 ++++
3877 doc/yelp-xsl/C/db2html-ebnf.page                   |  6 ++
3878 doc/yelp-xsl/C/db2html-footnote.page               | 12 +++
3879 doc/yelp-xsl/C/db2html-funcsynopsis.page           |  9 ++
3880 doc/yelp-xsl/C/db2html-index.page                  |  7 ++
3881 doc/yelp-xsl/C/db2html-inline.page                 | 13 +++
3882 doc/yelp-xsl/C/db2html-links.page                  | 12 +++
3883 doc/yelp-xsl/C/db2html-list.page                   |  7 ++
3884 doc/yelp-xsl/C/db2html-math.page                   | 12 +++
3885 doc/yelp-xsl/C/db2html-media.page                  | 16 ++++
3886 doc/yelp-xsl/C/db2html-refentry.page               |  7 ++
3887 doc/yelp-xsl/C/db2html-table.page                  | 23 +++++
3888 doc/yelp-xsl/C/db2html-xref.page                   | 16 ++++
3889 doc/yelp-xsl/C/db2html.anchor.page                 | 16 ++++
3890 doc/yelp-xsl/C/db2html.audiodata.page              | 12 +++
3891 doc/yelp-xsl/C/db2html.biblioentry.data.page       | 12 +++
3892 doc/yelp-xsl/C/db2html.biblioentry.label.page      | 12 +++
3893 doc/yelp-xsl/C/db2html.biblioentry.mode.page       |  6 ++
3894 doc/yelp-xsl/C/db2html.block.formal.page           | 29 +++++++
3895 doc/yelp-xsl/C/db2html.block.page                  | 17 ++++
3896 doc/yelp-xsl/C/db2html.block.title.page            | 16 ++++
3897 doc/yelp-xsl/C/db2html.blockquote.page             | 13 +++
3898 doc/yelp-xsl/C/db2html.callout.label.page          | 12 +++
3899 doc/yelp-xsl/C/db2html.class.cpp.mode.page         |  6 ++
3900 doc/yelp-xsl/C/db2html.class.python.mode.page      |  6 ++
3901 doc/yelp-xsl/C/db2html.classsynopsis.language.page |  6 ++
3902 .../C/db2html.cmdsynopsis.sbr.padding.mode.page    | 17 ++++
3903 doc/yelp-xsl/C/db2html.colspec.colnum.page         | 20 +++++
3904 doc/yelp-xsl/C/db2html.division.about.page         | 16 ++++
3905 .../C/db2html.division.div.content.mode.page       | 16 ++++
3906 doc/yelp-xsl/C/db2html.division.div.page           | 36 ++++++++
3907 doc/yelp-xsl/C/db2html.entry.colnum.page           | 24 ++++++
3908 doc/yelp-xsl/C/db2html.entry.colspan.page          | 20 +++++
3909 doc/yelp-xsl/C/db2html.entry.implicit.page         | 46 ++++++++++
3910 doc/yelp-xsl/C/db2html.entry.page                  | 45 ++++++++++
3911 doc/yelp-xsl/C/db2html.footnote.footer.page        | 16 ++++
3912 doc/yelp-xsl/C/db2html.footnote.link.page          | 12 +++
3913 doc/yelp-xsl/C/db2html.footnote.note.page          | 12 +++
3914 doc/yelp-xsl/C/db2html.funcsynopsis.style.page     |  6 ++
3915 doc/yelp-xsl/C/db2html.hgroup.page                 | 20 +++++
3916 doc/yelp-xsl/C/db2html.imagedata.page              | 13 +++
3917 doc/yelp-xsl/C/db2html.inline.children.page        | 16 ++++
3918 doc/yelp-xsl/C/db2html.inline.content.mode.page    |  6 ++
3919 doc/yelp-xsl/C/db2html.inline.page                 | 29 +++++++
3920 doc/yelp-xsl/C/db2html.link.page                   | 16 ++++
3921 doc/yelp-xsl/C/db2html.links.linktrail.page        | 12 +++
3922 doc/yelp-xsl/C/db2html.links.next.page             | 16 ++++
3923 doc/yelp-xsl/C/db2html.links.section.page          | 16 ++++
3924 doc/yelp-xsl/C/db2html.math.div.page               | 12 +++
3925 doc/yelp-xsl/C/db2html.math.mode.page              |  6 ++
3926 doc/yelp-xsl/C/db2html.math.span.page              | 12 +++
3927 doc/yelp-xsl/C/db2html.mediaobject.fallback.page   | 12 +++
3928 doc/yelp-xsl/C/db2html.mediaobject.page            | 13 +++
3929 doc/yelp-xsl/C/db2html.page                        |  6 ++
3930 doc/yelp-xsl/C/db2html.para.page                   | 17 ++++
3931 doc/yelp-xsl/C/db2html.pre.page                    | 24 ++++++
3932 doc/yelp-xsl/C/db2html.row.page                    | 32 +++++++
3933 doc/yelp-xsl/C/db2html.spanstr.page                | 20 +++++
3934 doc/yelp-xsl/C/db2html.spanstr.pop.page            | 24 ++++++
3935 doc/yelp-xsl/C/db2html.ulink.page                  | 16 ++++
3936 doc/yelp-xsl/C/db2html.videodata.page              | 12 +++
3937 doc/yelp-xsl/C/db2html.xlink.page                  | 24 ++++++
3938 doc/yelp-xsl/C/db2html.xref.page                   | 28 ++++++
3939 doc/yelp-xsl/C/db2xhtml.page                       |  7 ++
3940 doc/yelp-xsl/C/html.basename.page                  |  6 ++
3941 doc/yelp-xsl/C/html.body.attr.mode.page            |  6 ++
3942 doc/yelp-xsl/C/html.body.mode.page                 |  6 ++
3943 doc/yelp-xsl/C/html.bottom.custom.page             | 13 +++
3944 doc/yelp-xsl/C/html.class.attr.mode.page           |  7 ++
3945 doc/yelp-xsl/C/html.class.attr.page                | 16 ++++
3946 doc/yelp-xsl/C/html.css.content.page               | 24 ++++++
3947 doc/yelp-xsl/C/html.css.core.page                  | 25 ++++++
3948 doc/yelp-xsl/C/html.css.custom.page                | 25 ++++++
3949 doc/yelp-xsl/C/html.css.elements.page              | 25 ++++++
3950 doc/yelp-xsl/C/html.css.mode.page                  | 20 +++++
3951 doc/yelp-xsl/C/html.css.page                       | 25 ++++++
3952 doc/yelp-xsl/C/html.css.root.page                  |  6 ++
3953 doc/yelp-xsl/C/html.css.syntax.page                | 25 ++++++
3954 doc/yelp-xsl/C/html.extension.page                 |  6 ++
3955 doc/yelp-xsl/C/html.footer.custom.page             | 13 +++
3956 doc/yelp-xsl/C/html.footer.mode.page               |  6 ++
3957 doc/yelp-xsl/C/html.head.custom.page               | 13 +++
3958 doc/yelp-xsl/C/html.header.custom.page             | 13 +++
3959 doc/yelp-xsl/C/html.header.mode.page               |  6 ++
3960 doc/yelp-xsl/C/html.js.content.custom.page         | 13 +++
3961 doc/yelp-xsl/C/html.js.content.page                | 12 +++
3962 doc/yelp-xsl/C/html.js.core.page                   | 12 +++
3963 doc/yelp-xsl/C/html.js.custom.page                 | 13 +++
3964 doc/yelp-xsl/C/html.js.jquery.page                 | 12 +++
3965 doc/yelp-xsl/C/html.js.mathjax.page                | 12 +++
3966 doc/yelp-xsl/C/html.js.media.page                  | 12 +++
3967 doc/yelp-xsl/C/html.js.mode.page                   |  6 ++
3968 doc/yelp-xsl/C/html.js.page                        | 12 +++
3969 doc/yelp-xsl/C/html.js.root.page                   |  6 ++
3970 doc/yelp-xsl/C/html.js.syntax.page                 | 12 +++
3971 doc/yelp-xsl/C/html.js.ui.page                     | 12 +++
3972 doc/yelp-xsl/C/html.lang.attrs.page                | 26 ++++++
3973 doc/yelp-xsl/C/html.linktrails.empty.page          | 13 +++
3974 doc/yelp-xsl/C/html.linktrails.prefix.page         | 13 +++
3975 doc/yelp-xsl/C/html.mathml.namespace.page          |  6 ++
3976 doc/yelp-xsl/C/html.namespace.page                 |  6 ++
3977 doc/yelp-xsl/C/html.output.after.mode.page         |  6 ++
3978 doc/yelp-xsl/C/html.output.page                    | 18 ++++
3979 doc/yelp-xsl/C/html.page                           | 99 ++++++++++++++++++++++
3980 doc/yelp-xsl/C/html.page.page                      | 12 +++
3981 doc/yelp-xsl/C/html.svg.namespace.page             |  6 ++
3982 doc/yelp-xsl/C/html.syntax.class.page              | 20 +++++
3983 doc/yelp-xsl/C/html.syntax.highlight.page          |  6 ++
3984 doc/yelp-xsl/C/html.title.mode.page                |  6 ++
3985 doc/yelp-xsl/C/html.top.custom.page                | 13 +++
3986 doc/yelp-xsl/C/html.xhtml.page                     |  6 ++
3987 doc/yelp-xsl/C/icons.base_url.page                 |  6 ++
3988 doc/yelp-xsl/C/icons.note.bug.page                 |  6 ++
3989 doc/yelp-xsl/C/icons.note.important.page           |  6 ++
3990 doc/yelp-xsl/C/icons.note.page                     |  6 ++
3991 doc/yelp-xsl/C/icons.note.tip.page                 |  6 ++
3992 doc/yelp-xsl/C/icons.note.warning.page             |  6 ++
3993 doc/yelp-xsl/C/icons.page                          | 22 +++++
3994 doc/yelp-xsl/C/icons.size.note.page                |  6 ++
3995 doc/yelp-xsl/C/icons.size.quote.page               |  7 ++
3996 doc/yelp-xsl/C/l10n-numbers.page                   | 17 ++++
3997 doc/yelp-xsl/C/l10n.align.end.page                 | 12 +++
3998 doc/yelp-xsl/C/l10n.align.start.page               | 12 +++
3999 doc/yelp-xsl/C/l10n.direction.page                 | 13 +++
4000 doc/yelp-xsl/C/l10n.format.mode.page               | 18 ++++
4001 doc/yelp-xsl/C/l10n.gettext.page                   | 51 +++++++++++
4002 doc/yelp-xsl/C/l10n.locale.page                    |  6 ++
4003 doc/yelp-xsl/C/l10n.msgstr.key.page                |  6 ++
4004 doc/yelp-xsl/C/l10n.number.alphabetic.page         | 16 ++++
4005 doc/yelp-xsl/C/l10n.number.cjk-ideographic.page    | 16 ++++
4006 doc/yelp-xsl/C/l10n.number.ionic.page              | 16 ++++
4007 doc/yelp-xsl/C/l10n.number.numeric.page            | 16 ++++
4008 doc/yelp-xsl/C/l10n.number.page                    | 16 ++++
4009 doc/yelp-xsl/C/l10n.page                           | 25 ++++++
4010 doc/yelp-xsl/C/l10n.plural.form.page               | 17 ++++
4011 doc/yelp-xsl/C/mal-cache.page                      | 12 +++
4012 doc/yelp-xsl/C/mal-gloss.page                      | 12 +++
4013 doc/yelp-xsl/C/mal-if.page                         | 20 +++++
4014 doc/yelp-xsl/C/mal-link.page                       | 56 ++++++++++++
4015 doc/yelp-xsl/C/mal-sort.page                       | 10 +++
4016 doc/yelp-xsl/C/mal.cache.file.page                 |  6 ++
4017 doc/yelp-xsl/C/mal.cache.id.page                   |  5 ++
4018 doc/yelp-xsl/C/mal.cache.info.page                 |  5 ++
4019 doc/yelp-xsl/C/mal.cache.key.page                  |  7 ++
4020 doc/yelp-xsl/C/mal.cache.link.key.page             |  7 ++
4021 doc/yelp-xsl/C/mal.cache.page                      |  7 ++
4022 doc/yelp-xsl/C/mal.cache.xref.page                 |  5 ++
4023 doc/yelp-xsl/C/mal.facet.all.key.page              |  6 ++
4024 doc/yelp-xsl/C/mal.gloss.key.page                  |  6 ++
4025 doc/yelp-xsl/C/mal.gloss.match.page                | 17 ++++
4026 doc/yelp-xsl/C/mal.gloss.terms.page                | 15 ++++
4027 doc/yelp-xsl/C/mal.if.custom.page                  |  6 ++
4028 doc/yelp-xsl/C/mal.if.features.page                |  6 ++
4029 doc/yelp-xsl/C/mal.if.maybe.page                   |  6 ++
4030 doc/yelp-xsl/C/mal.if.platform.page                |  6 ++
4031 doc/yelp-xsl/C/mal.if.target.page                  |  6 ++
4032 doc/yelp-xsl/C/mal.if.test.page                    | 19 +++++
4033 doc/yelp-xsl/C/mal.link.content.custom.page        | 33 ++++++++
4034 doc/yelp-xsl/C/mal.link.content.mode.page          |  6 ++
4035 doc/yelp-xsl/C/mal.link.content.page               | 36 ++++++++
4036 doc/yelp-xsl/C/mal.link.default_root.page          |  6 ++
4037 doc/yelp-xsl/C/mal.link.desc.custom.page           | 33 ++++++++
4038 doc/yelp-xsl/C/mal.link.desc.page                  | 35 ++++++++
4039 doc/yelp-xsl/C/mal.link.extension.page             |  6 ++
4040 doc/yelp-xsl/C/mal.link.facetlinks.page            | 15 ++++
4041 doc/yelp-xsl/C/mal.link.guidelinks.page            | 19 +++++
4042 doc/yelp-xsl/C/mal.link.linkid.page                | 13 +++
4043 doc/yelp-xsl/C/mal.link.linktrails.page            | 25 ++++++
4044 doc/yelp-xsl/C/mal.link.prefix.page                |  6 ++
4045 doc/yelp-xsl/C/mal.link.seealsolinks.page          | 19 +++++
4046 doc/yelp-xsl/C/mal.link.sorttitle.page             | 16 ++++
4047 doc/yelp-xsl/C/mal.link.target.custom.page         | 25 ++++++
4048 doc/yelp-xsl/C/mal.link.target.page                | 26 ++++++
4049 doc/yelp-xsl/C/mal.link.tooltip.custom.page        | 33 ++++++++
4050 doc/yelp-xsl/C/mal.link.tooltip.page               | 36 ++++++++
4051 doc/yelp-xsl/C/mal.link.topiclinks.page            | 25 ++++++
4052 doc/yelp-xsl/C/mal.link.xref.linkid.page           | 17 ++++
4053 doc/yelp-xsl/C/mal.sort.tsort.page                 | 15 ++++
4054 doc/yelp-xsl/C/mal2html-api.page                   | 10 +++
4055 doc/yelp-xsl/C/mal2html-block.page                 | 11 +++
4056 doc/yelp-xsl/C/mal2html-facets.page                | 12 +++
4057 doc/yelp-xsl/C/mal2html-gloss.page                 | 10 +++
4058 doc/yelp-xsl/C/mal2html-inline.page                | 12 +++
4059 doc/yelp-xsl/C/mal2html-links.page                 | 36 ++++++++
4060 doc/yelp-xsl/C/mal2html-list.page                  |  8 ++
4061 doc/yelp-xsl/C/mal2html-math.page                  |  8 ++
4062 doc/yelp-xsl/C/mal2html-media.page                 | 14 +++
4063 doc/yelp-xsl/C/mal2html-page.page                  | 28 ++++++
4064 doc/yelp-xsl/C/mal2html-svg.page                   |  8 ++
4065 doc/yelp-xsl/C/mal2html-table.page                 |  7 ++
4066 doc/yelp-xsl/C/mal2html-ui.page                    | 16 ++++
4067 doc/yelp-xsl/C/mal2html.api.links.function.c.page  | 16 ++++
4068 doc/yelp-xsl/C/mal2html.api.links.function.page    | 17 ++++
4069 doc/yelp-xsl/C/mal2html.block.mode.page            | 14 +++
4070 doc/yelp-xsl/C/mal2html.editor.badge.page          | 12 +++
4071 doc/yelp-xsl/C/mal2html.editor.banner.page         | 12 +++
4072 doc/yelp-xsl/C/mal2html.editor_mode.page           |  6 ++
4073 doc/yelp-xsl/C/mal2html.facets.controls.page       | 12 +++
4074 doc/yelp-xsl/C/mal2html.facets.js.page             |  6 ++
4075 doc/yelp-xsl/C/mal2html.facets.links.page          | 12 +++
4076 doc/yelp-xsl/C/mal2html.gloss.js.page              |  6 ++
4077 doc/yelp-xsl/C/mal2html.gloss.terms.page           | 12 +++
4078 doc/yelp-xsl/C/mal2html.inline.content.mode.page   |  6 ++
4079 doc/yelp-xsl/C/mal2html.inline.mode.page           |  7 ++
4080 doc/yelp-xsl/C/mal2html.links.guide.page           | 20 +++++
4081 doc/yelp-xsl/C/mal2html.links.links.page           | 34 ++++++++
4082 doc/yelp-xsl/C/mal2html.links.prevnext.page        | 13 +++
4083 doc/yelp-xsl/C/mal2html.links.section.page         | 16 ++++
4084 doc/yelp-xsl/C/mal2html.links.seealso.page         | 20 +++++
4085 doc/yelp-xsl/C/mal2html.links.series.next.page     | 16 ++++
4086 doc/yelp-xsl/C/mal2html.links.series.page          | 13 +++
4087 doc/yelp-xsl/C/mal2html.links.series.prev.page     | 16 ++++
4088 doc/yelp-xsl/C/mal2html.links.topic.page           | 28 ++++++
4089 doc/yelp-xsl/C/mal2html.links.ul.li.page           | 28 ++++++
4090 doc/yelp-xsl/C/mal2html.links.ul.page              | 25 ++++++
4091 doc/yelp-xsl/C/mal2html.math.mode.page             |  6 ++
4092 doc/yelp-xsl/C/mal2html.media.audio.page           | 16 ++++
4093 doc/yelp-xsl/C/mal2html.media.image.page           | 16 ++++
4094 doc/yelp-xsl/C/mal2html.media.video.page           | 17 ++++
4095 doc/yelp-xsl/C/mal2html.page                       |  6 ++
4096 doc/yelp-xsl/C/mal2html.page.about.page            | 12 +++
4097 doc/yelp-xsl/C/mal2html.page.linktrails.empty.page | 14 +++
4098 doc/yelp-xsl/C/mal2html.page.linktrails.link.page  | 17 ++++
4099 doc/yelp-xsl/C/mal2html.page.linktrails.page       | 12 +++
4100 doc/yelp-xsl/C/mal2html.page.linktrails.trail.page | 12 +++
4101 .../C/mal2html.page.linktrails.trail.prefix.page   | 14 +++
4102 doc/yelp-xsl/C/mal2html.pre.page                   | 13 +++
4103 doc/yelp-xsl/C/mal2html.section.page               | 12 +++
4104 doc/yelp-xsl/C/mal2html.span.page                  | 17 ++++
4105 doc/yelp-xsl/C/mal2html.svg.mode.page              |  6 ++
4106 doc/yelp-xsl/C/mal2html.title.mode.page            |  6 ++
4107 doc/yelp-xsl/C/mal2html.tree.mode.page             | 16 ++++
4108 doc/yelp-xsl/C/mal2html.ttml.mode.page             |  6 ++
4109 doc/yelp-xsl/C/mal2html.ui.expander.data.page      | 17 ++++
4110 doc/yelp-xsl/C/mal2html.ui.links.hover.page        | 22 +++++
4111 doc/yelp-xsl/C/mal2html.ui.links.img.attrs.page    | 24 ++++++
4112 doc/yelp-xsl/C/mal2html.ui.links.img.page          | 31 +++++++
4113 doc/yelp-xsl/C/mal2html.ui.links.tiles.page        | 21 +++++
4114 doc/yelp-xsl/C/mal2xhtml.page                      |  6 ++
4115 doc/yelp-xsl/C/ttml.features.page                  |  7 ++
4116 doc/yelp-xsl/C/ttml.page                           | 16 ++++
4117 doc/yelp-xsl/C/ttml.profile.attr.page              | 17 ++++
4118 doc/yelp-xsl/C/ttml.profile.page                   | 12 +++
4119 doc/yelp-xsl/C/ttml.time.range.page                | 30 +++++++
4120 doc/yelp-xsl/C/ttml.time.seconds.page              | 13 +++
4121 doc/yelp-xsl/C/utils.email_address.page            | 12 +++
4122 doc/yelp-xsl/C/utils.linenumbering.page            | 16 ++++
4123 doc/yelp-xsl/C/utils.page                          | 14 +++
4124 doc/yelp-xsl/C/utils.repeat_string.page            | 16 ++++
4125 doc/yelp-xsl/C/utils.strip_newlines.page           | 20 +++++
4126 315 files changed, 4448 insertions(+), 21 deletions(-)
4127
4128commit cdfb5255416e3f62df099748cd893a6bf9fd8396
4129Author: Fabio Tomat <f.t.public@gmail.com>
4130Date:   Fri Mar 25 09:01:10 2016 +0000
4131
4132    Added Friulian translation
4133    (cherry picked from commit 9339ccd12a0bb38cdd1b2f794cf1ab0e79157f13)
4134
4135 po/LINGUAS |   1 +
4136 po/fur.po  | 596 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
4137 2 files changed, 597 insertions(+)
4138
4139commit e834d060c7390df32917dfc29472c6eac2d28c93
4140Author: Ask Hjorth Larsen <asklarsen@gmail.com>
4141Date:   Sun Mar 20 23:21:15 2016 +0100
4142
4143    Updated Danish translation
4144
4145 po/da.po | 10 +++++-----
4146 1 file changed, 5 insertions(+), 5 deletions(-)
4147
4148commit feea0fda5e430968027520e15840f4bb57fc7a80
4149Author: Shaun McCance <shaunm@gnome.org>
4150Date:   Mon Feb 29 18:59:31 2016 -0500
4151
4152    mal2html-block: Handle unknown blocks like divs, per MEP-0005
4153
4154 xslt/common/html.xsl                 |  1 +
4155 xslt/mallard/html/mal2html-block.xsl | 35 ++++++++++++++++++++++++++++++++---
4156 2 files changed, 33 insertions(+), 3 deletions(-)
4157
4158commit 89b52e2101cbe8c6c85211e005cc14dbbab5803f
4159Merge: 021e8d9d 62eb60da
4160Author: Shaun McCance <shaunm@gnome.org>
4161Date:   Sat Feb 27 10:36:22 2016 -0500
4162
4163    Merge branch 'master' into wip/html5
4164
4165commit 62eb60da8de10f41a819d9f075feef5701a5a6d8
4166Author: Shaun McCance <shaunm@gnome.org>
4167Date:   Sat Feb 27 10:35:12 2016 -0500
4168
4169    mal2html-block: Add support for generic div element, MEP-0005
4170
4171 xslt/mallard/html/mal2html-block.xsl | 33 +++++++++++++++++++++++++++++++++
4172 1 file changed, 33 insertions(+)
4173
4174commit 021e8d9d3844a8fc1f3e06313e7464a4b182b86e
4175Author: Shaun McCance <shaunm@gnome.org>
4176Date:   Sat Feb 27 10:27:39 2016 -0500
4177
4178    Updating revision versions on templates to 3.22
4179
4180    This branch isn't making it into 3.20, so stuff that's new in this
4181    branch needs to be marked 3.22 instead.
4182
4183 xslt/common/color.xsl | 68 +++++++++++++++++++++++++--------------------------
4184 xslt/common/html.xsl  |  8 +++---
4185 xslt/common/icons.xsl |  8 +++---
4186 3 files changed, 42 insertions(+), 42 deletions(-)
4187
4188commit d8598cd77077d8d71b5f04d5d1c10030728bc3c4
4189Author: Shaun McCance <shaunm@gnome.org>
4190Date:   Fri Feb 12 16:48:05 2016 -0500
4191
4192    Use inline SVG icons for media controls
4193
4194 xslt/common/html.xsl                 | 193 ++++++++++++++++++-----------------
4195 xslt/common/icons.xsl                |  35 +++++++
4196 xslt/docbook/html/db2html-media.xsl  |  10 +-
4197 xslt/mallard/html/mal2html-media.xsl |  20 ++--
4198 4 files changed, 149 insertions(+), 109 deletions(-)
4199
4200commit d88f2be9c5532ff7949f7673ace3cbbd535f3091
4201Author: Shaun McCance <shaunm@gnome.org>
4202Date:   Fri Feb 12 07:50:08 2016 -0500
4203
4204    Use SVG icons for figure resizing and fix figure margins
4205
4206    This is the first step towards moving all the iconography to inline SVG.
4207
4208 xslt/common/html.xsl                 | 46 ++++++++++++++++-----------------
4209 xslt/common/icons.xsl                | 49 +++++++++++++++++++++++++++++++++++-
4210 xslt/dita/html/dita2html-block.xsl   |  2 ++
4211 xslt/dita/html/dita2html.xsl         |  6 ++++-
4212 xslt/docbook/html/db2html-block.xsl  |  2 ++
4213 xslt/docbook/html/db2html.xsl        |  4 ++-
4214 xslt/mallard/html/mal2html-block.xsl |  2 ++
4215 7 files changed, 83 insertions(+), 28 deletions(-)
4216
4217commit 47fdba50ee641f828a95c4a8e44d48001303c563
4218Author: Shaun McCance <shaunm@gnome.org>
4219Date:   Tue Feb 9 14:21:30 2016 -0500
4220
4221    html.xsl: Do figure resizing on load instead of DOMContentLoaded
4222
4223    This code queries the size of images, which might not be set yet on
4224    DOMContentLoaded. Using load ensures the images are loaded.
4225
4226 xslt/common/html.xsl | 2 +-
4227 1 file changed, 1 insertion(+), 1 deletion(-)
4228
4229commit feb0cdaec412a8be2151b4899d248b155eed4532
4230Author: Shaun McCance <shaunm@gnome.org>
4231Date:   Tue Feb 9 11:01:57 2016 -0500
4232
4233    mal-cache.xsl: Don't force xref attribute on info links
4234
4235 xslt/mallard/cache/mal-cache.xsl | 28 +---------------------------
4236 1 file changed, 1 insertion(+), 27 deletions(-)
4237
4238commit 3e5f1d0e8c543eadae86a2a816967d205d526913
4239Author: Shaun McCance <shaunm@gnome.org>
4240Date:   Sun Feb 7 10:39:55 2016 -0500
4241
4242    Clean up figure autosizing code, now without jquery
4243
4244 xslt/common/html.xsl                 | 218 +++++++++++++++++------------------
4245 xslt/dita/html/dita2html-block.xsl   |  14 +++
4246 xslt/docbook/html/db2html-block.xsl  |   2 +-
4247 xslt/docbook/html/db2html-media.xsl  |   9 +-
4248 xslt/mallard/html/mal2html-block.xsl |   2 +-
4249 5 files changed, 132 insertions(+), 113 deletions(-)
4250
4251commit 151fbbb8d0e354bcfbf352814e20bd6dd3dd25a9
4252Author: Shaun McCance <shaunm@gnome.org>
4253Date:   Sat Feb 6 06:21:35 2016 -0500
4254
4255    html.xsl: Styling on media seeker range
4256
4257 xslt/common/html.xsl | 33 +++++++++++++++++++++++++++++----
4258 1 file changed, 29 insertions(+), 4 deletions(-)
4259
4260commit ab55b7bd401df4a395afa0a464b60a2e2d7a2c5c
4261Author: Shaun McCance <shaunm@gnome.org>
4262Date:   Fri Feb 5 11:27:41 2016 -0500
4263
4264    html.xsl: Modernize JS for media controls, TTML; use range input
4265
4266 xslt/common/html.xsl | 221 +++++++++++++++++++++++++++++----------------------
4267 1 file changed, 128 insertions(+), 93 deletions(-)
4268
4269commit 36eccc0cf0a1abd2260899e7cc759f222839d697
4270Author: Shaun McCance <shaunm@gnome.org>
4271Date:   Wed Feb 3 12:23:51 2016 -0500
4272
4273    html.xsl: Changing the glyph used for expanders
4274
4275 xslt/common/html.xsl | 24 +++++++++++++++++-------
4276 1 file changed, 17 insertions(+), 7 deletions(-)
4277
4278commit e2f4adaf9f9fc89f08024fe3426fa8084db8e06e
4279Author: Shaun McCance <shaunm@gnome.org>
4280Date:   Wed Feb 3 12:14:35 2016 -0500
4281
4282    Keep previous links in a stable location
4283
4284 xslt/common/html.xsl                 | 14 ++++++++------
4285 xslt/dita/html/dita2html-topic.xsl   | 13 +++++++++++--
4286 xslt/docbook/html/db2html-links.xsl  | 13 +++++++++++--
4287 xslt/mallard/html/mal2html-links.xsl | 16 +++++++++++++---
4288 4 files changed, 43 insertions(+), 13 deletions(-)
4289
4290commit b413dd70ebd8dea0add08d7bd5d571e52acdc09e
4291Author: Shaun McCance <shaunm@gnome.org>
4292Date:   Tue Feb 2 11:55:57 2016 -0500
4293
4294    Do max-width and margin:auto with finer granularity
4295
4296    Previously, the entire article had max-width set with auto left/right
4297    margins. If you wanted to make a section have a wide decorative background
4298    that went all the way to the page edges, you had to override this in your
4299    customization, then set max-width and margin yourself on various divs that
4300    aren't immediately obvious.
4301
4302    This change sets those properties on the not-immediately-obvious divs by
4303    default. It's easier to get it right when we maintain that list upstream.
4304    Wide section backgrounds are popular. With this change, it is literally
4305    as easy as this:
4306
4307    section#mycoolstuff {
4308      background: url(mycoolstuffbg.png);
4309    }
4310
4311 xslt/common/html.xsl                 | 98 ++++++++++++++----------------------
4312 xslt/dita/html/dita2html-block.xsl   |  4 +-
4313 xslt/dita/html/dita2html-topic.xsl   | 38 +++++++-------
4314 xslt/docbook/html/db2html-links.xsl  |  8 +--
4315 xslt/mallard/html/mal2html-links.xsl |  8 +--
4316 xslt/mallard/html/mal2html-page.xsl  |  2 +
4317 6 files changed, 73 insertions(+), 85 deletions(-)
4318
4319commit bcec9383c3a3bb1d2d589e45d410f1eeace91f36
4320Author: Shaun McCance <shaunm@gnome.org>
4321Date:   Sun Jan 24 12:42:23 2016 -0500
4322
4323    html.xsl: Remove jQuery dep from html.js.ui
4324
4325 xslt/common/html.xsl | 228 +++++++++++++++++++++++++++++++--------------------
4326 1 file changed, 140 insertions(+), 88 deletions(-)
4327
4328commit e5845c058f191c8b25e74c06ad170038c8292902
4329Author: Shaun McCance <shaunm@gnome.org>
4330Date:   Thu Jan 21 19:33:56 2016 -0500
4331
4332    Switching more CSS over to new color params
4333
4334 xslt/common/html.xsl                |  10 +--
4335 xslt/docbook/html/db2html-css.xsl   |  28 +++-----
4336 xslt/mallard/html/mal2html-page.xsl | 132 ++++++++++++++++++------------------
4337 3 files changed, 81 insertions(+), 89 deletions(-)
4338
4339commit 836282c5923d94c060f905ce3e75e6f62da4b518
4340Author: Shaun McCance <shaunm@gnome.org>
4341Date:   Tue Jan 19 19:24:33 2016 -0500
4342
4343    html.xsl: Adding template html.js.script for easier overrides
4344
4345    If you want to move yelp's js to an external file, currently you have
4346    to override html.js. This is fragile, because you'll miss whatever
4347    new things we might add. This new template is only responsible for
4348    wrapping html.js.content with <script>, so is safer to override.
4349
4350 xslt/common/html.xsl | 54 +++++++++++++++++++++++++++++++++++-----------------
4351 1 file changed, 37 insertions(+), 17 deletions(-)
4352
4353commit 999f06dfb1c5cdd541adb24bff82a73d076969f1
4354Author: Shaun McCance <shaunm@gnome.org>
4355Date:   Mon Jan 11 18:56:54 2016 -0500
4356
4357    common/html.xsl: New location.hash highlighting code
4358
4359    Changing the effect to a slight bounce instead of a color fade.
4360    More importantly, it no longer uses jQuery, as I'm slowly fasing
4361    it out.
4362
4363 xslt/common/html.xsl | 55 ++++++++++++++++++++++++++++++----------------------
4364 1 file changed, 32 insertions(+), 23 deletions(-)
4365
4366commit 1c456b64f4d4219c041b2854c3ce4f23e67ac63c
4367Author: Shaun McCance <shaunm@redhat.com>
4368Date:   Sun Jan 3 13:30:12 2016 -0500
4369
4370    Adding SQL to the default list of syntax highlighted languages
4371
4372 js/README.duck                       |  3 ++-
4373 js/highlight.pack.js                 |  5 +++--
4374 test/syntax/code/sql                 | 19 +++++++++++++++++++
4375 test/syntax/dita.dita                | 22 ++++++++++++++++++++++
4376 test/syntax/docbook.docbook          | 20 ++++++++++++++++++++
4377 test/syntax/mallard.page             | 12 ++++++++++++
4378 xslt/dita/html/dita2html-block.xsl   |  5 +++++
4379 xslt/docbook/html/db2html-block.xsl  |  5 +++++
4380 xslt/mallard/html/mal2html-block.xsl |  4 ++++
4381 9 files changed, 92 insertions(+), 3 deletions(-)
4382
4383commit b12e144f0304115d8ffa116387ea944050b6a8a7
4384Author: Shaun McCance <shaunm@redhat.com>
4385Date:   Sun Jan 3 13:12:47 2016 -0500
4386
4387    js/README.duck: Adding README on how to build highlight.pack.js
4388
4389 js/README.duck | 41 +++++++++++++++++++++++++++++++++++++++++
4390 1 file changed, 41 insertions(+)
4391
4392commit 99135e4548d916dc7660e32e4a99c2dcde620691
4393Author: Shaun McCance <shaunm@redhat.com>
4394Date:   Sun Jan 3 12:40:47 2016 -0500
4395
4396    Adding code to generate color test page
4397
4398 .gitignore                 |   2 +
4399 test/colors/Makefile       |   5 ++
4400 test/colors/testcolors.xsl | 200 +++++++++++++++++++++++++++++++++++++++++++++
4401 3 files changed, 207 insertions(+)
4402
4403commit ff740f6c5e64a7ac213b7b3b9f7f47cb0c080e23
4404Author: Shaun McCance <shaunm@redhat.com>
4405Date:   Sun Jan 3 12:33:26 2016 -0500
4406
4407    Switch to highlight.js and revamp color stylesheet
4408
4409    Switching from the dead jQuery.syntax to the actively maintained highlight.js
4410    for syntax highlighting. highlight.js doesn't require jQuery, doesn't break
4411    inline markup, and has nicely namespaced class names that avoid clashes with
4412    classes used elsewhere in these stylesheets.
4413
4414    Previously, we included the JavaScript for syntax highlighting, but didn't
4415    provide any CSS to specify colors, leaving a large chunk of work to users
4416    to get syntax highlighting visible. This is because the colors defined in
4417    color.xsl weren't useful as text colors. This commit introduces a new color
4418    system which includes background, foreground, and accent shades for six
4419    colors, as well as multiple shades of gray. Many of these colors can now
4420    be automatically computed, thanks to color algorithms built into the XSLT.
4421
4422 .gitignore                               |    1 +
4423 js/Makefile.am                           |   43 +-
4424 js/highlight.pack.js                     |    3 +
4425 js/jquery.syntax.brush.apache.js         |   41 --
4426 js/jquery.syntax.brush.applescript.js    |   57 --
4427 js/jquery.syntax.brush.assembly.js       |   37 -
4428 js/jquery.syntax.brush.bash-script.js    |   67 --
4429 js/jquery.syntax.brush.bash.js           |   33 -
4430 js/jquery.syntax.brush.basic.js          |   51 --
4431 js/jquery.syntax.brush.clang.js          |   89 ---
4432 js/jquery.syntax.brush.csharp.js         |   47 --
4433 js/jquery.syntax.brush.css.js            |   80 --
4434 js/jquery.syntax.brush.diff.js           |   24 -
4435 js/jquery.syntax.brush.go.js             |   47 --
4436 js/jquery.syntax.brush.haskell.js        |   45 --
4437 js/jquery.syntax.brush.html.js           |   66 --
4438 js/jquery.syntax.brush.io.js             |   45 --
4439 js/jquery.syntax.brush.java.js           |   45 --
4440 js/jquery.syntax.brush.javascript.js     |   40 -
4441 js/jquery.syntax.brush.kai.js            |   29 -
4442 js/jquery.syntax.brush.lisp.js           |   34 -
4443 js/jquery.syntax.brush.lua.js            |   44 --
4444 js/jquery.syntax.brush.ocaml.js          |   73 --
4445 js/jquery.syntax.brush.ooc.js            |   46 --
4446 js/jquery.syntax.brush.pascal.js         |   51 --
4447 js/jquery.syntax.brush.perl5.js          |   52 --
4448 js/jquery.syntax.brush.php-script.js     |   48 --
4449 js/jquery.syntax.brush.php.js            |   15 -
4450 js/jquery.syntax.brush.plain.js          |   10 -
4451 js/jquery.syntax.brush.protobuf.js       |   43 --
4452 js/jquery.syntax.brush.python.js         |   44 --
4453 js/jquery.syntax.brush.ruby.js           |   77 --
4454 js/jquery.syntax.brush.scala.js          |   44 --
4455 js/jquery.syntax.brush.smalltalk.js      |   29 -
4456 js/jquery.syntax.brush.sql.js            |   31 -
4457 js/jquery.syntax.brush.super-collider.js |   57 --
4458 js/jquery.syntax.brush.xml.js            |   50 --
4459 js/jquery.syntax.brush.yaml.js           |   29 -
4460 js/jquery.syntax.core.js                 | 1177 ------------------------------
4461 js/jquery.syntax.js                      |  317 --------
4462 js/jquery.syntax.layout.editor.js        |  291 --------
4463 js/jquery.syntax.layout.fixed.js         |   70 --
4464 js/jquery.syntax.layout.inline.js        |   13 -
4465 js/jquery.syntax.layout.list.js          |   54 --
4466 js/jquery.syntax.layout.plain.js         |   15 -
4467 js/jquery.syntax.layout.table.js         |   58 --
4468 js/jquery.syntax.layout.yelp.js          |    4 -
4469 js/syntax.html                           |  194 -----
4470 test/syntax/Makefile                     |   11 +
4471 test/syntax/code/actionscript            |   24 +
4472 test/syntax/code/apache                  |   19 +
4473 test/syntax/code/asciidoc                |   65 ++
4474 test/syntax/code/bash                    |   30 +
4475 test/syntax/code/clojure                 |   18 +
4476 test/syntax/code/cmake                   |   19 +
4477 test/syntax/code/cpp                     |   15 +
4478 test/syntax/code/cs                      |   38 +
4479 test/syntax/code/css                     |   25 +
4480 test/syntax/code/d                       |   44 ++
4481 test/syntax/code/diff                    |   30 +
4482 test/syntax/code/django                  |   16 +
4483 test/syntax/code/dockerfile              |   48 ++
4484 test/syntax/code/dos                     |   24 +
4485 test/syntax/code/erb                     |   10 +
4486 test/syntax/code/fsharp                  |   48 ++
4487 test/syntax/code/go                      |   34 +
4488 test/syntax/code/haml                    |   14 +
4489 test/syntax/code/haskell                 |   38 +
4490 test/syntax/code/http                    |    6 +
4491 test/syntax/code/ini                     |   12 +
4492 test/syntax/code/java                    |   35 +
4493 test/syntax/code/javascript              |   37 +
4494 test/syntax/code/json                    |   12 +
4495 test/syntax/code/lisp                    |   22 +
4496 test/syntax/code/lua                     |   32 +
4497 test/syntax/code/makefile                |   13 +
4498 test/syntax/code/markdown                |   22 +
4499 test/syntax/code/matlab                  |   45 ++
4500 test/syntax/code/nginx                   |   47 ++
4501 test/syntax/code/objectivec              |   43 ++
4502 test/syntax/code/perl                    |   41 ++
4503 test/syntax/code/php                     |   52 ++
4504 test/syntax/code/python                  |   12 +
4505 test/syntax/code/r                       |   68 ++
4506 test/syntax/code/ruby                    |   28 +
4507 test/syntax/code/rust                    |   55 ++
4508 test/syntax/code/scala                   |   44 ++
4509 test/syntax/code/scheme                  |   28 +
4510 test/syntax/code/smalltalk               |   39 +
4511 test/syntax/code/tcl                     |   26 +
4512 test/syntax/code/tex                     |   17 +
4513 test/syntax/code/vala                    |   46 ++
4514 test/syntax/code/xml                     |   24 +
4515 test/syntax/code/xquery                  |   20 +
4516 test/syntax/code/yaml                    |   39 +
4517 test/syntax/dita.dita                    |  614 ++++++++++++++++
4518 test/syntax/docbook.docbook              |  517 +++++++++++++
4519 test/syntax/mallard.page                 |  713 ++++++++++++++++++
4520 xslt/common/color.xsl                    |  955 +++++++++++++++++++++---
4521 xslt/common/html.xsl                     |  368 +++++-----
4522 xslt/dita/html/dita2html-block.xsl       |  216 +++++-
4523 xslt/dita/html/dita2html-topic.xsl       |   36 +-
4524 xslt/dita/html/dita2html.xsl             |    2 +-
4525 xslt/docbook/html/db2html-block.xsl      |  218 +++++-
4526 xslt/docbook/html/db2html-division.xsl   |   14 +-
4527 xslt/mallard/html/mal2html-block.xsl     |  245 ++++++-
4528 106 files changed, 5028 insertions(+), 4165 deletions(-)
4529
4530commit b28bc251ba9d0f223673dacec2b5fa993fc73693
4531Author: Shaun McCance <shaunm@redhat.com>
4532Date:   Tue Nov 3 19:59:46 2015 -0500
4533
4534    html.xsl: Update some element styles for new HTML5 goodness
4535
4536 xslt/common/html.xsl | 51 ++++++++++++++++++++++++++++++++++++---------------
4537 1 file changed, 36 insertions(+), 15 deletions(-)
4538
4539commit 5c1c7f1ef8fe845490f77e3a2f6c376e34ba4b02
4540Author: Sveinn í Felli <sv1@fellsnet.is>
4541Date:   Thu Oct 29 09:20:25 2015 +0000
4542
4543    Added Icelandic translation
4544
4545 po/LINGUAS |   1 +
4546 po/is.po   | 597 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
4547 2 files changed, 598 insertions(+)
4548
4549commit 72db787c852c913e95d4e4a2302b885794c0b602
4550Author: Shaun McCance <shaunm@redhat.com>
4551Date:   Tue Oct 27 13:01:58 2015 -0400
4552
4553    Use semantic HTML5 sections and footers
4554
4555 xslt/common/html.xsl                   | 50 +++++++++++++++++-----------------
4556 xslt/dita/html/dita2html-topic.xsl     | 16 +++++------
4557 xslt/docbook/common/db-selectors.mod   |  2 +-
4558 xslt/docbook/html/db2html-division.xsl | 31 +++++++++++----------
4559 xslt/mallard/html/mal2html-page.xsl    | 15 +++++-----
4560 5 files changed, 58 insertions(+), 56 deletions(-)
4561
4562commit c62d3c3891a67d499556d5b00c62845d1cfcd07a
4563Author: Shaun McCance <shaunm@redhat.com>
4564Date:   Mon Oct 26 16:39:12 2015 -0400
4565
4566    Flexboxing commong 'About' footer
4567
4568    Cleaned up some metadata handling across Mallard DocBook, and DITA
4569    in the process
4570
4571 xslt/common/html.xsl                   |  36 +++----
4572 xslt/dita/html/dita2html-topic.xsl     | 118 +++++++++------------
4573 xslt/docbook/common/db-selectors.mod   |  21 ++++
4574 xslt/docbook/html/db2html-division.xsl | 154 ++++++++++-----------------
4575 xslt/mallard/html/mal2html-page.xsl    | 188 +++++++++++++--------------------
4576 5 files changed, 217 insertions(+), 300 deletions(-)
4577
4578commit 561aff3b945acd140c3250fc8efeabd5f75c5079
4579Author: Shaun McCance <shaunm@redhat.com>
4580Date:   Fri Oct 23 16:43:29 2015 -0400
4581
4582    Remove media queries from links flexbox for grid and twocolumn
4583
4584    Media queries are fragile and aren't a good way to control when and
4585    how to reflow. Instead use a single flex declaration with blank flex
4586    divs to ensure homogenous sizing across wraps.
4587
4588 xslt/mallard/html/mal2html-links.xsl |  3 +++
4589 xslt/mallard/html/mal2html-page.xsl  | 26 +++++++-------------------
4590 2 files changed, 10 insertions(+), 19 deletions(-)
4591
4592commit 88f54cdafd352262bde1b537bcba5d3cf4d48487
4593Author: Shaun McCance <shaunm@redhat.com>
4594Date:   Fri Oct 23 10:26:11 2015 -0400
4595
4596    mal2html-ui: Flexboxing thumbnail tails
4597
4598    This removes some ability to specify thumb sizes, but gives nicer
4599    and more responsive results.
4600
4601 xslt/mallard/html/mal2html-page.xsl |  79 ++++----
4602 xslt/mallard/html/mal2html-ui.xsl   | 385 +++++++++++++++---------------------
4603 2 files changed, 203 insertions(+), 261 deletions(-)
4604
4605commit 36a41b61afa9ddaddd20cd61a8f854ff5a12166d
4606Author: Shaun McCance <shaunm@redhat.com>
4607Date:   Sun Oct 18 13:26:31 2015 -0400
4608
4609    Initial work on new HTML5 layout
4610
4611    New semantic elements, 960 base width, flexbox, even more responsive
4612
4613 xslt/common/html.xsl                 | 181 +++++++++++++++++------------------
4614 xslt/mallard/html/mal2html-links.xsl |   6 +-
4615 xslt/mallard/html/mal2html-page.xsl  | 119 +++++++++++++----------
4616 3 files changed, 160 insertions(+), 146 deletions(-)
4617
4618commit dd2ffed648f3375974f85c3bad480f6ce8f080d2
4619Author: Shaun McCance <shaunm@gnome.org>
4620Date:   Mon Oct 5 09:07:08 2015 -0400
4621
4622    Fix error in db-chunk from recent change to use selector entities
4623
4624 xslt/docbook/common/db-chunk.xsl | 2 +-
4625 1 file changed, 1 insertion(+), 1 deletion(-)
4626
4627commit 792ce9dd6511758e43f98427d0212bd35f654c7a
4628Author: Shaun McCance <shaunm@gnome.org>
4629Date:   Fri Oct 2 17:00:43 2015 -0400
4630
4631    Move linktrails stubs to common for all source formats to use
4632
4633 xslt/common/html.xsl                | 33 +++++++++++++++++++++++++++++++++
4634 xslt/dita/html/dita2html-topic.xsl  | 12 +++++++++++-
4635 xslt/docbook/html/db2html-links.xsl | 21 +++++++++++++++++----
4636 xslt/mallard/html/mal2html-page.xsl | 36 ++++++++++++++++++++++++------------
4637 4 files changed, 85 insertions(+), 17 deletions(-)
4638
4639commit b42cf3ee7eec7e4c29ec2a517975256c24aa2253
4640Author: Piotr Drąg <piotrdrag@gmail.com>
4641Date:   Sat Sep 26 17:41:13 2015 +0200
4642
4643    Fix Slovenian translation of default:LTR
4644
4645 po/sl.po | 2 +-
4646 1 file changed, 1 insertion(+), 1 deletion(-)
4647
4648commit 47446dc3c767c303f98071c6f94d6b3b50724d1f
4649Author: Piotr Drąg <piotrdrag@gmail.com>
4650Date:   Sat Sep 26 17:40:55 2015 +0200
4651
4652    Fix Sinhalese translation of default:LTR
4653
4654 po/si.po | 2 +-
4655 1 file changed, 1 insertion(+), 1 deletion(-)
4656
4657commit 367538bf716287443b19f164ca3ee9e67e498dc1
4658Author: Piotr Drąg <piotrdrag@gmail.com>
4659Date:   Sat Sep 26 17:40:25 2015 +0200
4660
4661    Fix Portuguese translation
4662
4663 po/pt.po | 2 +-
4664 1 file changed, 1 insertion(+), 1 deletion(-)
4665
4666commit 43a2209311a590d3898ef0a5935974bbcd615e50
4667Author: Piotr Drąg <piotrdrag@gmail.com>
4668Date:   Sat Sep 26 17:38:26 2015 +0200
4669
4670    Fix Khmer translation of default:LTR
4671
4672 po/km.po | 2 +-
4673 1 file changed, 1 insertion(+), 1 deletion(-)
4674
4675commit 70658dd45075470e1ac979d98f6081d22cc187ad
4676Author: Piotr Drąg <piotrdrag@gmail.com>
4677Date:   Sat Sep 26 17:37:59 2015 +0200
4678
4679    Fix Hindi translation of default:LTR
4680
4681 po/hi.po | 2 +-
4682 1 file changed, 1 insertion(+), 1 deletion(-)
4683
4684commit b940a039c5f623cbaa8de6082b5b3062f4f93e88
4685Author: Piotr Drąg <piotrdrag@gmail.com>
4686Date:   Sat Sep 26 17:36:58 2015 +0200
4687
4688    Fix Estonian translation of default:LTR
4689
4690 po/et.po | 2 +-
4691 1 file changed, 1 insertion(+), 1 deletion(-)
4692
4693commit 2dcf168dde754d18152b008473269a803d6e650b
4694Author: Shaun McCance <shaunm@gnome.org>
4695Date:   Sat Sep 12 11:20:39 2015 -0400
4696
4697    Make example a formal element
4698
4699    https://github.com/projectmallard/projectmallard.org/issues/4
4700
4701 xslt/common/html.xsl                 |  1 +
4702 xslt/mallard/html/mal2html-block.xsl | 18 ++++++++++++++++--
4703 2 files changed, 17 insertions(+), 2 deletions(-)
4704
4705commit b203f52216b7ce2eba4b7130b9373a12951b01d1
4706Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
4707Date:   Wed Aug 26 13:03:21 2015 +0000
4708
4709    Updated Chinese (Taiwan) translation
4710
4711 po/zh_TW.po | 21 +++++++++++----------
4712 1 file changed, 11 insertions(+), 10 deletions(-)
4713
4714commit 3aad0c4efe5458fdd88b5faabf0aa3cd31d76e87
4715Author: Piotr Drąg <piotrdrag@gmail.com>
4716Date:   Tue Aug 25 19:18:53 2015 +0200
4717
4718    Updated Polish translation
4719
4720 po/pl.po | 14 +++++++-------
4721 1 file changed, 7 insertions(+), 7 deletions(-)
4722
4723commit 0d0f61e2fd43aec27606c71baf04cd797513f205
4724Author: Shaun McCance <shaunm@gnome.org>
4725Date:   Sun Aug 16 19:43:13 2015 -0400
4726
4727    Version 3.17.90
4728
4729 NEWS         | 6 ++++++
4730 configure.ac | 2 +-
4731 2 files changed, 7 insertions(+), 1 deletion(-)
4732
4733commit fcac11ccb383c3ae13aa1605aaced6279e8054a9
4734Author: Shaun McCance <shaunm@gnome.org>
4735Date:   Fri Aug 14 17:14:47 2015 -0400
4736
4737    Updating localization templates
4738
4739    There was a lot of unused code sitting in there. And the used code
4740    was poorly documented, if at all.
4741
4742 xslt/common/l10n-numbers.xsl       |   4 +-
4743 xslt/common/l10n.xsl               | 416 +++++++++++++++++--------------------
4744 xslt/docbook/html/Makefile.am      |   1 -
4745 xslt/docbook/html/db2html-l10n.xsl | 161 --------------
4746 xslt/docbook/html/db2xhtml.xsl     |   1 -
4747 5 files changed, 189 insertions(+), 394 deletions(-)
4748
4749commit 5224b5dc737914cb6f816bf6d9d296cf823f74f9
4750Author: Shaun McCance <shaunm@gnome.org>
4751Date:   Fri Jul 24 18:23:37 2015 -0400
4752
4753    yelp-xsl.pc.in: Remove db2omf. Haven't shipped that in a while.
4754
4755 yelp-xsl.pc.in | 1 -
4756 1 file changed, 1 deletion(-)
4757
4758commit 7c5416fa3c3f94ff48884ed7661adb8ba75546fc
4759Author: Shaun McCance <shaunm@gnome.org>
4760Date:   Fri Jul 24 17:33:51 2015 -0400
4761
4762    Remove old build file
4763
4764 xslt/common/domains/msgs.xsl | 43 -------------------------------------------
4765 1 file changed, 43 deletions(-)
4766
4767commit f0d675747bb2b171ab012564ddef58181f290de4
4768Author: Shaun McCance <shaunm@gnome.org>
4769Date:   Fri Jul 24 00:55:25 2015 -0400
4770
4771    Dropping db.chunk.chunks param in favor of selector entity
4772
4773    Exposing a parameter with a list of elements to chunk was never a
4774    good idea. It gave the impression that you could change the param
4775    and things would actually work. They wouldn't.
4776
4777    But it's nice to have the list of chunkable elements in one place,
4778    so I went with a selector XML entity like I did for DITA.
4779
4780 xslt/docbook/common/Makefile.am        |  3 +-
4781 xslt/docbook/common/db-chunk.xsl       | 93 ++++------------------------------
4782 xslt/docbook/common/db-selectors.mod   | 53 +++++++++++++++++++
4783 xslt/docbook/html/db2html-division.xsl |  6 ++-
4784 4 files changed, 70 insertions(+), 85 deletions(-)
4785
4786commit d0f4e44815a24fae5fb3f2d40320ba4160313217
4787Author: Shaun McCance <shaunm@gnome.org>
4788Date:   Thu Jul 23 19:56:26 2015 -0400
4789
4790    Added some missing API docs and shifted a few things around
4791
4792 test/testbook/testbook.xml             |  6 +++
4793 xslt/docbook/common/db-chunk.xsl       | 17 ++++-----
4794 xslt/docbook/common/db-common.xsl      | 67 ++++++++++++++++++++++++++++++++++
4795 xslt/docbook/html/db2html-division.xsl |  2 +-
4796 xslt/docbook/html/db2html-inline.xsl   | 40 ++++----------------
4797 xslt/mallard/common/mal-gloss.xsl      |  8 ++++
4798 xslt/mallard/common/mal-link.xsl       |  7 +++-
4799 7 files changed, 103 insertions(+), 44 deletions(-)
4800
4801commit 82db427e416eeabd412c412b9b731939f2bbb283
4802Author: Shaun McCance <shaunm@gnome.org>
4803Date:   Wed Jul 22 10:22:12 2015 -0400
4804
4805    yelp-xsl.doap: Update homepage
4806
4807 yelp-xsl.doap | 4 +++-
4808 1 file changed, 3 insertions(+), 1 deletion(-)
4809
4810commit fabc98d52ac74711189d7896c5e54f7ae9145c00
4811Author: Shaun McCance <shaunm@gnome.org>
4812Date:   Wed Jul 22 00:19:54 2015 -0400
4813
4814    Improvements to API docs
4815
4816 doc/yelp-xsl/xsldoc-scan.xsl         | 55 ++++++++++++++++++++++++++++++++++--
4817 xslt/mallard/common/mal-if.xsl       |  2 +-
4818 xslt/mallard/html/mal2html-block.xsl |  1 +
4819 3 files changed, 55 insertions(+), 3 deletions(-)
4820
4821commit 206a217d21e0b169294afce9ace7ca661fd1642c
4822Author: Shaun McCance <shaunm@gnome.org>
4823Date:   Mon Jul 20 18:01:01 2015 -0400
4824
4825    Version 3.17.4
4826
4827 NEWS         | 5 +++++
4828 configure.ac | 2 +-
4829 2 files changed, 6 insertions(+), 1 deletion(-)
4830
4831commit 1227d5ade4096e20136e96fc3d1e8afb8c3683a4
4832Author: Pedro Albuquerque <palbuquerque73@gmail.com>
4833Date:   Mon Jun 29 22:46:52 2015 +0000
4834
4835    Updated Portuguese translation
4836
4837 po/pt.po | 43 +++++++++++++++++++++++--------------------
4838 1 file changed, 23 insertions(+), 20 deletions(-)
4839
4840commit f6e96215b28a9fdce3071fb7f4a3723d13b40c43
4841Author: Shaun McCance <shaunm@gnome.org>
4842Date:   Mon Jun 29 10:39:29 2015 -0400
4843
4844    Version 3.17.3
4845
4846 NEWS         | 6 ++++++
4847 configure.ac | 2 +-
4848 2 files changed, 7 insertions(+), 1 deletion(-)
4849
4850commit 065a2a929d0b73d137ea36d4a8a7f6de34731745
4851Author: Shaun McCance <shaunm@gnome.org>
4852Date:   Wed Jun 17 23:52:08 2015 -0400
4853
4854    mal-cache.xsl: Pass through Sites attributes
4855
4856 xslt/mallard/cache/mal-cache.xsl | 6 +++---
4857 1 file changed, 3 insertions(+), 3 deletions(-)
4858
4859commit 4a5ec65adb9205722897c49ee170187f35389351
4860Author: Shaun McCance <shaunm@gnome.org>
4861Date:   Tue Jun 9 17:29:14 2015 -0400
4862
4863    doc: Remove P. prefix for parameters
4864
4865    We don't currently have name clashes. I'd prefer to avoid name
4866    clashes down the road.
4867
4868 doc/yelp-xsl/xsldoc-scan.awk | 2 +-
4869 doc/yelp-xsl/xsldoc-scan.xsl | 7 ++-----
4870 2 files changed, 3 insertions(+), 6 deletions(-)
4871
4872commit c1ba035473f4b21bb2bd8f3fa6d1707160b76825
4873Author: Shaun McCance <shaunm@gnome.org>
4874Date:   Tue Jun 9 17:27:52 2015 -0400
4875
4876    configure.ac: gawk ironically broke compatibility with -W compat
4877
4878 configure.ac | 2 +-
4879 1 file changed, 1 insertion(+), 1 deletion(-)
4880
4881commit 0a3b822b6e76909fdf3a058a831c87f8a9557b32
4882Author: Shaun McCance <shaunm@gnome.org>
4883Date:   Sun Jun 7 11:22:19 2015 -0400
4884
4885    Support external info links for guide and seealso as well
4886
4887 xslt/mallard/common/mal-link.xsl | 119 +++++++++++++++++++++++++++++----------
4888 1 file changed, 89 insertions(+), 30 deletions(-)
4889
4890commit 3987e47123a1c07668a9c33bfe755498373c15f6
4891Author: Shaun McCance <shaunm@gnome.org>
4892Date:   Sat Jun 6 15:12:35 2015 -0400
4893
4894    Allow external info links for topic links
4895
4896    This is the first step in allowing external info links:
4897
4898    https://github.com/projectmallard/projectmallard.org/issues/30
4899
4900    This commit only adds them for topic links, but it adds all the
4901    machinery necessary for other link types to use external links.
4902    The various templates for outputting link content can now all
4903    take an additional info parameter, which is provided by the
4904    templates that list info links.
4905
4906    This commit also adds templates for outputting the desc, which
4907    was previously done ad-hoc in each place desc is used for links.
4908    This not only helps this use, but it will be necessary if we add
4909    multiple descs with roles in a future version of Mallard.
4910
4911 xslt/mallard/common/mal-link.xsl     | 240 +++++++++++++++++++++++++++++++----
4912 xslt/mallard/html/mal2html-links.xsl | 168 ++++++++++++++++++------
4913 xslt/mallard/html/mal2html-ui.xsl    |  32 ++++-
4914 3 files changed, 369 insertions(+), 71 deletions(-)
4915
4916commit d238fca11c10b2159eab36f24f4331303184c205
4917Author: Shaun McCance <shaunm@gnome.org>
4918Date:   Wed May 27 15:59:55 2015 -0400
4919
4920    Version 3.17.2
4921
4922 NEWS         | 11 +++++++++++
4923 configure.ac |  2 +-
4924 2 files changed, 12 insertions(+), 1 deletion(-)
4925
4926commit 947c014717490476beda1d6f1e0685123af3f2d5
4927Author: Cédric Valmary <cvalmary@yahoo.fr>
4928Date:   Mon May 18 15:22:36 2015 +0000
4929
4930    Updated Occitan translation
4931
4932 po/oc.po | 1142 +++++++++++++++++++++++++++++++++-----------------------------
4933 1 file changed, 603 insertions(+), 539 deletions(-)
4934
4935commit 6b4a3b118fbedfe540573104f50d1bcd851e686f
4936Author: Shaun McCance <shaunm@gnome.org>
4937Date:   Mon May 4 19:03:23 2015 -0400
4938
4939    mal2html-svg: Inline SVG into non-XML HTML5, instead of <object>
4940
4941 xslt/common/html.xsl               | 26 +++++++++++++++++++--
4942 xslt/mallard/html/mal2html-svg.xsl | 46 +++++++++++++++-----------------------
4943 xslt/mallard/html/mal2html.xsl     |  4 +++-
4944 3 files changed, 45 insertions(+), 31 deletions(-)
4945
4946commit 0ed7617b50c9ca15ed5c51a76cb0d1b28b102678
4947Merge: 3a588d18 17451074
4948Author: Shaun McCance <shaunm@gnome.org>
4949Date:   Mon May 4 15:49:55 2015 -0400
4950
4951    Merge branch 'gnome-3-16'
4952
4953commit 3a588d18ebc67953935278e16560079ffdbd911b
4954Author: Cédric Valmary <cvalmary@yahoo.fr>
4955Date:   Tue Apr 28 13:35:06 2015 +0000
4956
4957    Updated Occitan translation
4958
4959 po/oc.po | 2678 +++++++++++++-------------------------------------------------
4960 1 file changed, 539 insertions(+), 2139 deletions(-)
4961
4962commit 17451074a86e1d7519b2116e1fe17a4ca789c0f1
4963Author: Shaun McCance <shaunm@gnome.org>
4964Date:   Mon Apr 27 23:25:47 2015 -0400
4965
4966    Adding a top-level dita2html driver
4967
4968 xslt/dita/html/dita2html.xsl | 34 ++++++++++++++++++++++++++++++++++
4969 1 file changed, 34 insertions(+)
4970
4971commit 181c366614aa920fbb4e7d693cbdc7b691b70832
4972Author: Shaun McCance <shaunm@gnome.org>
4973Date:   Mon Apr 27 23:25:13 2015 -0400
4974
4975    Fixing up some XSLT validity issues
4976
4977    libxslt didn't seem to care, but saxon does
4978
4979 xslt/docbook/html/db2html.xsl        | 4 ++--
4980 xslt/mallard/html/mal2html-links.xsl | 4 ++--
4981 xslt/mallard/html/mal2html.xsl       | 4 ++--
4982 3 files changed, 6 insertions(+), 6 deletions(-)
4983
4984commit 48f6119e313cfab457fda8b1004b07e8afe91523
4985Author: Shaun McCance <shaunm@gnome.org>
4986Date:   Sat Apr 4 01:16:34 2015 -0400
4987
4988    mal2html-inline: Fix link content when it's only an image
4989
4990 xslt/mallard/html/mal2html-inline.xsl | 2 +-
4991 1 file changed, 1 insertion(+), 1 deletion(-)
4992
4993commit 7084d3a38559cf4cad512093adf4bf409d1551f8
4994Author: Shaun McCance <shaunm@gnome.org>
4995Date:   Sat Apr 4 01:16:34 2015 -0400
4996
4997    mal2html-inline: Fix link content when it's only an image
4998
4999 xslt/mallard/html/mal2html-inline.xsl | 2 +-
5000 1 file changed, 1 insertion(+), 1 deletion(-)
5001
5002commit e821975a42cafefef5d36953c6aa2ba40837c226
5003Author: Shaun McCance <shaunm@gnome.org>
5004Date:   Fri Apr 3 10:41:29 2015 -0400
5005
5006    html.xsl: Set HTML5 DOCTYPE for non-XHTML output
5007
5008 xslt/common/html.xsl | 22 +++++++++++++++++-----
5009 1 file changed, 17 insertions(+), 5 deletions(-)
5010
5011commit d05795d79b8ab3de873623e5c130fc0ee95e6d82
5012Author: Shaun McCance <shaunm@gnome.org>
5013Date:   Fri Mar 20 17:46:11 2015 -0400
5014
5015    html.xsl: Make sure TTML spans are displayed inline, #746550
5016
5017 xslt/common/html.xsl | 2 +-
5018 1 file changed, 1 insertion(+), 1 deletion(-)
5019
5020commit d31f70e2f9a29bd2abc1d02955545e38d93ec4fd
5021Author: Shaun McCance <shaunm@gnome.org>
5022Date:   Tue Mar 24 04:22:44 2015 -0400
5023
5024    Version 3.16.0
5025
5026 NEWS         | 4 ++++
5027 configure.ac | 2 +-
5028 2 files changed, 5 insertions(+), 1 deletion(-)
5029
5030commit b0f554438b88d1fbc31395239bdf9d1d3ace51c4
5031Author: Shaun McCance <shaunm@gnome.org>
5032Date:   Mon Mar 16 21:59:53 2015 -0400
5033
5034    Version 3.15.92
5035
5036 NEWS         | 9 +++++++++
5037 configure.ac | 2 +-
5038 2 files changed, 10 insertions(+), 1 deletion(-)
5039
5040commit f0bb2d9d79dc6ffaa5d29afbb767808ab462e296
5041Author: Samir Ribic <samir.ribic@etf.unsa.ba>
5042Date:   Fri Mar 13 20:48:30 2015 +0000
5043
5044    Added Bosnian translation
5045
5046 po/LINGUAS |   1 +
5047 po/bs.po   | 592 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
5048 2 files changed, 593 insertions(+)
5049
5050commit 5cfa268eb4e4f2721b10550e261bada2cedd6f78
5051Author: Shaun McCance <shaunm@gnome.org>
5052Date:   Tue Jan 27 10:04:45 2015 +0000
5053
5054    html.xsl: Remove indenting of subsections
5055
5056 xslt/common/html.xsl | 1 -
5057 1 file changed, 1 deletion(-)
5058
5059commit 14e38e0b3e0ccbb0185595e43d62753299b2cc77
5060Author: Shaun McCance <shaunm@gnome.org>
5061Date:   Wed Dec 17 12:11:08 2014 -0500
5062
5063    mal2html: Add support for th element (non-standard, possibly 1.1)
5064
5065 xslt/mallard/html/mal2html-table.xsl | 20 ++++++++++----------
5066 1 file changed, 10 insertions(+), 10 deletions(-)
5067
5068commit 787cb6c83af9859f54da683dee7d24be356ebd4e
5069Author: Muhammet Kara <muhammetk@gmail.com>
5070Date:   Mon Dec 8 19:59:02 2014 +0000
5071
5072    Updated Turkish translation
5073
5074 po/tr.po | 231 ++++++++++++++++++++++++++++++++++++++-------------------------
5075 1 file changed, 140 insertions(+), 91 deletions(-)
5076
5077commit e3e5968a8f2eae49c8026511771d34f38eb2f592
5078Author: Trần Ngọc Quân <vnwildman@gmail.com>
5079Date:   Wed Dec 3 15:28:46 2014 +0700
5080
5081    Updated Vietnamese translation
5082
5083    Signed-off-by: Trần Ngọc Quân <vnwildman@gmail.com>
5084
5085 po/vi.po | 542 +++++++++++++++++----------------------------------------------
5086 1 file changed, 144 insertions(+), 398 deletions(-)
5087
5088commit 536ef0406c97a4830442f0bd7d11b840b0a9df70
5089Author: Shaun McCance <shaunm@gnome.org>
5090Date:   Mon Sep 22 22:34:53 2014 -0400
5091
5092    Version 3.14.0
5093
5094 NEWS         | 5 +++++
5095 configure.ac | 2 +-
5096 2 files changed, 6 insertions(+), 1 deletion(-)
5097
5098commit 7437a64d39c4adbb5d5fc45aaf5c058422afd961
5099Author: Anders Jonsson <anders.jonsson@norsjovallen.se>
5100Date:   Fri Sep 19 19:19:23 2014 +0000
5101
5102    Updated Swedish translation
5103
5104 po/sv.po | 394 +++++++++++++++++++++++----------------------------------------
5105 1 file changed, 142 insertions(+), 252 deletions(-)
5106
5107commit 4cac69660f247b809bc2fa9c6e4a107add028b81
5108Author: Shaun McCance <shaunm@gnome.org>
5109Date:   Mon Sep 15 22:20:02 2014 -0400
5110
5111    Version 3.13.92
5112
5113 NEWS         | 5 +++++
5114 configure.ac | 2 +-
5115 2 files changed, 6 insertions(+), 1 deletion(-)
5116
5117commit 339227b3916d401630cc13218ee68e62818c8914
5118Author: Daniel Șerbănescu <daniel [at] serbanescu [dot] dk>
5119Date:   Tue Aug 5 21:58:52 2014 +0200
5120
5121    Updated Romanian Translation
5122
5123 po/ro.po | 2572 ++++++++++++--------------------------------------------------
5124 1 file changed, 465 insertions(+), 2107 deletions(-)
5125
5126commit 55e16d42d628e5377426b6f15ad9900e80ab88d1
5127Author: Olav Vitters <olav@vitters.nl>
5128Date:   Wed Jul 30 20:45:34 2014 +0200
5129
5130    doap category core
5131
5132 yelp-xsl.doap | 2 +-
5133 1 file changed, 1 insertion(+), 1 deletion(-)
5134
5135commit e1af160464afb86d7d0ccb336c06656d7ad13839
5136Author: Piotr Drąg <piotrdrag@gmail.com>
5137Date:   Sun Apr 6 20:53:10 2014 +0200
5138
5139    doap: update URLs
5140
5141 yelp-xsl.doap | 3 ++-
5142 1 file changed, 2 insertions(+), 1 deletion(-)
5143
5144commit 00ccf4b6a3b3fb4252561d8719d0545048dafe9b
5145Author: Piotr Drąg <piotrdrag@gmail.com>
5146Date:   Sun Apr 6 20:51:20 2014 +0200
5147
5148    Remove gnome-doc-utils.doap
5149
5150    There is yelp-xsl.doap instead.
5151
5152 gnome-doc-utils.doap | 30 ------------------------------
5153 1 file changed, 30 deletions(-)
5154
5155commit 3e527bf7777a5d4c69bb9cb39d2c7b08b6f98380
5156Author: Shaun McCance <shaunm@gnome.org>
5157Date:   Mon Mar 24 22:33:06 2014 -0400
5158
5159    Version 3.12.0
5160
5161 NEWS         | 5 +++++
5162 configure.ac | 2 +-
5163 2 files changed, 6 insertions(+), 1 deletion(-)
5164
5165commit 1f9fa39be1134c7eda19d47e652803794c914441
5166Author: Luc Pionchon <pionchon.luc@gmail.com>
5167Date:   Fri Mar 21 09:51:36 2014 +0000
5168
5169    Updated French translation
5170
5171 po/fr.po | 6 +++---
5172 1 file changed, 3 insertions(+), 3 deletions(-)
5173
5174commit 84bbf33e859e1117656a9f8ab80e529702b28d07
5175Author: Shaun McCance <shaunm@gnome.org>
5176Date:   Mon Feb 17 23:40:12 2014 -0500
5177
5178    Version 3.11.90
5179
5180 NEWS         | 5 +++++
5181 configure.ac | 2 +-
5182 2 files changed, 6 insertions(+), 1 deletion(-)
5183
5184commit d1c53ad780d9ac4e3eb7532fd1877d8a13540eec
5185Author: Shaun McCance <shaunm@gnome.org>
5186Date:   Thu Jan 30 16:42:24 2014 +0000
5187
5188    mal2html-page: Support "hidden" style hint on page/section titles
5189
5190 xslt/mallard/html/mal2html-page.xsl | 2 ++
5191 1 file changed, 2 insertions(+)
5192
5193commit d15b4eb1a3ec25f1d0316c345c4b6d64748b92b5
5194Author: Shaun McCance <shaunm@gnome.org>
5195Date:   Thu Jan 30 16:15:01 2014 +0000
5196
5197    mal2html-links: Added "norwich" links style for new index splash design
5198
5199 xslt/mallard/html/mal2html-links.xsl | 114 +++++++++++++++++++++++++++++++++++
5200 xslt/mallard/html/mal2html-page.xsl  |  95 +++++++++++++++++++++++++++++
5201 2 files changed, 209 insertions(+)
5202
5203commit 9824f0ebc305bf8d18798ff877a0b867add29d26
5204Author: Shaun McCance <shaunm@gnome.org>
5205Date:   Mon Feb 3 13:29:46 2014 -0500
5206
5207    Version 3.11.5
5208
5209 NEWS         | 8 ++++++++
5210 configure.ac | 2 +-
5211 2 files changed, 9 insertions(+), 1 deletion(-)
5212
5213commit 7bbe6624fd58a1a4e90fe70555deac2e8e02bcf1
5214Author: Shaun McCance <shaunm@gnome.org>
5215Date:   Sun Feb 2 16:36:57 2014 -0500
5216
5217    db2html-inline: Use kdb to fix DocBook keycap styling
5218
5219    I broke this by accident a while ago when I changed Mallard
5220    to use the kdb element for key elements.
5221
5222    https://bugzilla.gnome.org/show_bug.cgi?id=709943
5223
5224 xslt/docbook/html/db2html-inline.xsl  | 12 ++++++++++++
5225 xslt/mallard/html/mal2html-inline.xsl |  2 +-
5226 2 files changed, 13 insertions(+), 1 deletion(-)
5227
5228commit 9e0be420c2b70572e635ad131b9e6a70bb97fb49
5229Author: Shaun McCance <shaunm@gnome.org>
5230Date:   Sun Feb 2 14:18:20 2014 -0500
5231
5232    Remove the code watermark image
5233
5234    It wasn't being used by yelp or yelp-tools anyway.
5235
5236 configure.ac                                  |   1 -
5237 icons/hicolor/Makefile.am                     |   2 +-
5238 icons/hicolor/watermarks/Makefile.am          |   8 ---
5239 icons/hicolor/watermarks/yelp-code-python.png | Bin 12188 -> 0 bytes
5240 icons/hicolor/watermarks/yelp-code-python.svg | 100 --------------------------
5241 icons/hicolor/watermarks/yelp-code.png        | Bin 19526 -> 0 bytes
5242 xslt/common/html.xsl                          |   3 -
5243 xslt/common/icons.xsl                         |  25 -------
5244 8 files changed, 1 insertion(+), 138 deletions(-)
5245
5246commit 01899300c81b9805c9483ea429a1b37af5dbf221
5247Author: Shaun McCance <shaunm@gnome.org>
5248Date:   Sat Feb 1 09:41:03 2014 -0500
5249
5250    mallard/html: Be robust against multiple desc elements
5251
5252    Future Mallard versions may allow multiple descs with role
5253    attributes, just like info titles.
5254
5255 xslt/mallard/html/mal2html-block.xsl | 12 ++++++------
5256 xslt/mallard/html/mal2html-links.xsl |  6 +++---
5257 xslt/mallard/html/mal2html-table.xsl |  4 ++--
5258 xslt/mallard/html/mal2html-ui.xsl    |  2 +-
5259 4 files changed, 12 insertions(+), 12 deletions(-)
5260
5261commit f7fdd1bdca026ba17699273533aa695ff8cf0490
5262Author: Daniel Mustieles <daniel.mustieles@gmail.com>
5263Date:   Thu Jan 23 12:50:51 2014 +0100
5264
5265    Updated FSF's address
5266
5267 doc/yelp-xsl/xsldoc-check.xsl               | 3 +--
5268 doc/yelp-xsl/xsldoc-docbook.xsl             | 3 +--
5269 doc/yelp-xsl/xsldoc-scan.awk                | 3 +--
5270 doc/yelp-xsl/xsldoc-scan.xsl                | 3 +--
5271 xslt/common/color.xsl                       | 4 +---
5272 xslt/common/domains/check.xsl               | 4 +---
5273 xslt/common/html.xsl                        | 4 +---
5274 xslt/common/icons.xsl                       | 4 +---
5275 xslt/common/l10n-numbers.xsl                | 4 +---
5276 xslt/common/l10n.xsl                        | 4 +---
5277 xslt/common/ttml.xsl                        | 4 +---
5278 xslt/common/utils.xsl                       | 4 +---
5279 xslt/dita/common/dita-map.xsl               | 4 +---
5280 xslt/dita/common/dita-ref.xsl               | 4 +---
5281 xslt/dita/common/dita-selectors.mod         | 4 +---
5282 xslt/dita/html/dita2html-block.xsl          | 4 +---
5283 xslt/dita/html/dita2html-inline.xsl         | 4 +---
5284 xslt/dita/html/dita2html-list.xsl           | 4 +---
5285 xslt/dita/html/dita2html-media.xsl          | 4 +---
5286 xslt/dita/html/dita2html-table.xsl          | 4 +---
5287 xslt/dita/html/dita2html-topic.xsl          | 4 +---
5288 xslt/dita/html/dita2xhtml.xsl               | 4 +---
5289 xslt/docbook/common/db-chunk.xsl            | 4 +---
5290 xslt/docbook/common/db-common.xsl           | 4 +---
5291 xslt/docbook/common/db-profile.xsl          | 4 +---
5292 xslt/docbook/common/db-title.xsl            | 4 +---
5293 xslt/docbook/common/db-xref.xsl             | 4 +---
5294 xslt/docbook/html/db2html-bibliography.xsl  | 4 +---
5295 xslt/docbook/html/db2html-block.xsl         | 4 +---
5296 xslt/docbook/html/db2html-callout.xsl       | 4 +---
5297 xslt/docbook/html/db2html-classsynopsis.xsl | 4 +---
5298 xslt/docbook/html/db2html-cmdsynopsis.xsl   | 4 +---
5299 xslt/docbook/html/db2html-css.xsl           | 4 +---
5300 xslt/docbook/html/db2html-division.xsl      | 4 +---
5301 xslt/docbook/html/db2html-ebnf.xsl          | 4 +---
5302 xslt/docbook/html/db2html-footnote.xsl      | 4 +---
5303 xslt/docbook/html/db2html-funcsynopsis.xsl  | 4 +---
5304 xslt/docbook/html/db2html-index.xsl         | 4 +---
5305 xslt/docbook/html/db2html-inline.xsl        | 4 +---
5306 xslt/docbook/html/db2html-l10n.xsl          | 4 +---
5307 xslt/docbook/html/db2html-links.xsl         | 4 +---
5308 xslt/docbook/html/db2html-list.xsl          | 4 +---
5309 xslt/docbook/html/db2html-math.xsl          | 4 +---
5310 xslt/docbook/html/db2html-media.xsl         | 4 +---
5311 xslt/docbook/html/db2html-refentry.xsl      | 4 +---
5312 xslt/docbook/html/db2html-suppressed.xsl    | 4 +---
5313 xslt/docbook/html/db2html-table.xsl         | 4 +---
5314 xslt/docbook/html/db2html-xref.xsl          | 4 +---
5315 xslt/docbook/html/db2html.xsl               | 4 +---
5316 xslt/docbook/html/db2xhtml.xsl              | 4 +---
5317 xslt/mallard/cache/mal-cache.xsl            | 4 +---
5318 xslt/mallard/common/mal-gloss.xsl           | 4 +---
5319 xslt/mallard/common/mal-if.xsl              | 4 +---
5320 xslt/mallard/common/mal-link.xsl            | 4 +---
5321 xslt/mallard/common/mal-sort.xsl            | 4 +---
5322 xslt/mallard/html/mal2html-api.xsl          | 4 +---
5323 xslt/mallard/html/mal2html-block.xsl        | 4 +---
5324 xslt/mallard/html/mal2html-facets.xsl       | 4 +---
5325 xslt/mallard/html/mal2html-gloss.xsl        | 4 +---
5326 xslt/mallard/html/mal2html-inline.xsl       | 4 +---
5327 xslt/mallard/html/mal2html-links.xsl        | 4 +---
5328 xslt/mallard/html/mal2html-list.xsl         | 4 +---
5329 xslt/mallard/html/mal2html-math.xsl         | 4 +---
5330 xslt/mallard/html/mal2html-media.xsl        | 4 +---
5331 xslt/mallard/html/mal2html-page.xsl         | 4 +---
5332 xslt/mallard/html/mal2html-svg.xsl          | 4 +---
5333 xslt/mallard/html/mal2html-table.xsl        | 4 +---
5334 xslt/mallard/html/mal2html-ui.xsl           | 4 +---
5335 xslt/mallard/html/mal2html.xsl              | 4 +---
5336 xslt/mallard/html/mal2xhtml.xsl             | 4 +---
5337 70 files changed, 70 insertions(+), 206 deletions(-)
5338
5339commit 537d47881f3ef5bf0ab63fb6195b4241ee96e940
5340Author: Wylmer Wang <wantinghard@gmail.com>
5341Date:   Fri Jan 24 20:50:17 2014 +0800
5342
5343    Update Chinese simplified translation
5344
5345 po/zh_CN.po | 222 ++++++++++++++++++++++++++++++++++++------------------------
5346 1 file changed, 135 insertions(+), 87 deletions(-)
5347
5348commit 9d6fa2ebdec58af68558e256f2fcdfd0c22e2529
5349Author: Shaun McCance <shaunm@gnome.org>
5350Date:   Mon Jan 13 09:11:06 2014 -0500
5351
5352    Version 3.11.4
5353
5354 NEWS         | 4 ++++
5355 configure.ac | 2 +-
5356 2 files changed, 5 insertions(+), 1 deletion(-)
5357
5358commit d86536dbf2fdfb53278258c0d4b70ef372be4df3
5359Author: Shaun McCance <shaunm@gnome.org>
5360Date:   Mon Dec 2 08:58:23 2013 -0500
5361
5362    Don't assign ARIA role "button" for expander headers
5363
5364    https://bugzilla.gnome.org/show_bug.cgi?id=719571
5365
5366 xslt/common/html.xsl | 2 +-
5367 1 file changed, 1 insertion(+), 1 deletion(-)
5368
5369commit c719c34014ca7061972ea36e0334d2dc095f26fa
5370Author: Shaun McCance <shaunm@gnome.org>
5371Date:   Mon Nov 18 10:09:58 2013 -0500
5372
5373    Version 3.11.1
5374
5375 NEWS         | 5 +++++
5376 configure.ac | 2 +-
5377 2 files changed, 6 insertions(+), 1 deletion(-)
5378
5379commit 167f4ce3cee68b1c504b2dbc14c6b53bcf002a28
5380Author: Shaun McCance <shaunm@gnome.org>
5381Date:   Sun Nov 3 12:59:05 2013 -0500
5382
5383    configure.ac: Only check for xmllint/xsltproc when needed
5384
5385    Fixes https://bugzilla.gnome.org/show_bug.cgi?id=700670
5386
5387    Also dropped AC_ARG_VAR on itstool, because we weren't using
5388    it anyway.
5389
5390 configure.ac | 19 +++++++++++--------
5391 1 file changed, 11 insertions(+), 8 deletions(-)
5392
5393commit 812ec501a6391e8179e263a4283903c525462c29
5394Author: Shaun McCance <shaunm@gnome.org>
5395Date:   Sat Nov 2 11:03:16 2013 -0400
5396
5397    html.xsl: Added common html.syntax.class for syntax brush
5398
5399    Switched both db2html and mal2html to use this common template
5400    to determine the syntax highlighter. This makes it easier for
5401    outside tools to determine the brush, such as the file-copying
5402    code in yelp-build.
5403
5404 xslt/common/html.xsl                 | 79 ++++++++++++++++++++++++++++++++++++
5405 xslt/docbook/html/db2html-block.xsl  | 61 +++-------------------------
5406 xslt/mallard/html/mal2html-block.xsl | 64 +++--------------------------
5407 3 files changed, 91 insertions(+), 113 deletions(-)
5408
5409commit 76803b4c3441f4c99bdd1b077fb72bd66cfb248e
5410Author: Shaun McCance <shaunm@gnome.org>
5411Date:   Tue Oct 15 07:35:16 2013 -0400
5412
5413    Version 3.10.1
5414
5415 NEWS         | 4 ++++
5416 configure.ac | 2 +-
5417 2 files changed, 5 insertions(+), 1 deletion(-)
5418
5419commit cf8c0fb6c674b1b17db581ca0b52b90992653edd
5420Author: Shaun McCance <shaunm@gnome.org>
5421Date:   Mon Oct 7 10:42:33 2013 -0400
5422
5423    mal2html-links: Fixed links styles on page/section style attr
5424
5425    Broken by overloading the role param to allow multiple roles
5426
5427    https://bugzilla.gnome.org/show_bug.cgi?id=709498
5428
5429 xslt/mallard/html/mal2html-links.xsl | 7 ++++---
5430 1 file changed, 4 insertions(+), 3 deletions(-)
5431
5432commit e433cdeb899a278b7d9cc14fef2803c314ef5672
5433Author: Shaun McCance <shaunm@gnome.org>
5434Date:   Mon Sep 23 14:06:56 2013 -0400
5435
5436    Version 3.10.0
5437
5438 NEWS         | 5 +++++
5439 configure.ac | 2 +-
5440 2 files changed, 6 insertions(+), 1 deletion(-)
5441
5442commit 932d607265770347bbc1e7a430dfaa3bfb54b9b6
5443Author: Victor Ibragimov <victor.ibragimov@gmail.com>
5444Date:   Mon Sep 16 17:46:43 2013 +0500
5445
5446    Tajik translation updated
5447
5448 po/tg.po | 100 +++++++++++++++++++++++++++++++--------------------------------
5449 1 file changed, 50 insertions(+), 50 deletions(-)
5450
5451commit 2f94b54facebd862db828e9c84bafe2d13a2602a
5452Author: Shaun McCance <shaunm@gnome.org>
5453Date:   Mon Aug 19 17:16:27 2013 -0400
5454
5455    Version 3.9.90
5456
5457 NEWS         | 9 +++++++++
5458 configure.ac | 2 +-
5459 2 files changed, 10 insertions(+), 1 deletion(-)
5460
5461commit 148b084c95a81dcd95eff256f75d2bcb41ca7df6
5462Author: Shaun McCance <shaunm@gnome.org>
5463Date:   Mon Aug 19 11:38:47 2013 -0400
5464
5465    Applied link trail RTL fixed to docbook and dita too
5466
5467 xslt/dita/html/dita2html-topic.xsl  |  2 +-
5468 xslt/docbook/html/db2html-links.xsl | 12 +++++++++++-
5469 2 files changed, 12 insertions(+), 2 deletions(-)
5470
5471commit 943629f3ca2f34c4c97e1680c368ab923b77ba66
5472Author: Shaun McCance <shaunm@gnome.org>
5473Date:   Mon Aug 19 11:16:38 2013 -0400
5474
5475    mal2html-page: Fix RTL issues in link trails
5476
5477    We needed some RLMs to get the flow right in the very common
5478    case of bidi link trails. Also, guillemets mirror, so we needed
5479    to stop mirroring them so they didn't mirror the mirror back to
5480    the wrong thing.
5481
5482 xslt/mallard/html/mal2html-page.xsl | 26 +++++++++-----------------
5483 1 file changed, 9 insertions(+), 17 deletions(-)
5484
5485commit c53f8fd9c4890d6ec47093189daecca8f60c9335
5486Author: Jiro Matsuzawa <jmatsuzawa@gnome.org>
5487Date:   Thu Aug 15 23:29:46 2013 +0900
5488
5489    l10n: Update Japanese translation
5490
5491 po/ja.po | 226 ++++++++++++++++++++++++++++++++++++++-------------------------
5492 1 file changed, 137 insertions(+), 89 deletions(-)
5493
5494commit 3f70ae2af728999c7bb1639e800b9cce9b5bb1ae
5495Author: Shaun McCance <shaunm@gnome.org>
5496Date:   Tue Aug 13 00:07:27 2013 -0400
5497
5498    mal-if.xsl: Namespace cleanup
5499
5500 xslt/mallard/common/mal-if.xsl | 5 +----
5501 1 file changed, 1 insertion(+), 4 deletions(-)
5502
5503commit 55e2072fc866a6c45b77557700eeffbd78f7f13b
5504Author: Shaun McCance <shaunm@gnome.org>
5505Date:   Tue Aug 13 00:06:48 2013 -0400
5506
5507    Added "lead" style hint for paragraphs in db and mal
5508
5509 xslt/common/html.xsl                 |  1 +
5510 xslt/docbook/html/db2html-block.xsl  |  7 ++++++-
5511 xslt/mallard/html/mal2html-block.xsl | 10 +++++++++-
5512 3 files changed, 16 insertions(+), 2 deletions(-)
5513
5514commit 81cc4bf5257cda1c3e43d4339d96147029e33259
5515Author: Shaun McCance <shaunm@gnome.org>
5516Date:   Mon Aug 12 23:56:59 2013 -0400
5517
5518    docbook: Added support for conditional processing
5519
5520 xslt/docbook/common/Makefile.am             |   1 +
5521 xslt/docbook/common/db-common.xsl           |  56 +++--
5522 xslt/docbook/common/db-profile.xsl          | 323 ++++++++++++++++++++++++++++
5523 xslt/docbook/html/db2html-bibliography.xsl  |  11 +-
5524 xslt/docbook/html/db2html-block.xsl         |  58 ++++-
5525 xslt/docbook/html/db2html-callout.xsl       |   8 +-
5526 xslt/docbook/html/db2html-classsynopsis.xsl |   3 +
5527 xslt/docbook/html/db2html-cmdsynopsis.xsl   |   3 +
5528 xslt/docbook/html/db2html-index.xsl         |   3 +
5529 xslt/docbook/html/db2html-inline.xsl        |  16 +-
5530 xslt/docbook/html/db2html-list.xsl          | 145 +++++++++----
5531 xslt/docbook/html/db2html-media.xsl         |  84 ++++++--
5532 xslt/docbook/html/db2html-refentry.xsl      |   3 +
5533 xslt/docbook/html/db2html-table.xsl         |   3 +
5534 xslt/docbook/html/db2html.xsl               |   6 +-
5535 xslt/docbook/html/db2xhtml.xsl              |   2 +
5536 16 files changed, 637 insertions(+), 88 deletions(-)
5537
5538commit 854768f73aa2e1fbc84f30e25766ee5d49fd4ffb
5539Author: Shaun McCance <shaunm@gnome.org>
5540Date:   Thu Aug 1 09:59:31 2013 -0400
5541
5542    mal2html: Allow the role attribute on the links element
5543
5544    To accomplish this, the role parameter for mal.link.content
5545    now accepts a space-separated list of roles to try.
5546
5547 xslt/mallard/common/mal-link.xsl      | 50 ++++++++++++++++++-------------
5548 xslt/mallard/html/mal2html-api.xsl    |  1 +
5549 xslt/mallard/html/mal2html-gloss.xsl  |  1 +
5550 xslt/mallard/html/mal2html-inline.xsl |  1 +
5551 xslt/mallard/html/mal2html-links.xsl  | 55 +++++++++++++++++++++++++----------
5552 xslt/mallard/html/mal2html-page.xsl   |  3 +-
5553 xslt/mallard/html/mal2html-ui.xsl     |  1 +
5554 7 files changed, 75 insertions(+), 37 deletions(-)
5555
5556commit 4c745725b690ea7580c941c6968a6f613c6acc6d
5557Author: Shaun McCance <shaunm@gnome.org>
5558Date:   Tue Jul 30 00:02:44 2013 -0400
5559
5560    Version 3.9.1
5561
5562 NEWS         | 11 +++++++++++
5563 configure.ac |  2 +-
5564 2 files changed, 12 insertions(+), 1 deletion(-)
5565
5566commit 333a53ba3830fbd5d6714443e359a6c00824fa7a
5567Author: Marek Černocký <marek@manet.cz>
5568Date:   Wed Jul 24 00:00:52 2013 +0200
5569
5570    Updated Czech translation
5571
5572 po/cs.po | 2 +-
5573 1 file changed, 1 insertion(+), 1 deletion(-)
5574
5575commit 77c42cd89b6ba007a0532ea4f76352ed101f9dc4
5576Author: Shaun McCance <shaunm@gnome.org>
5577Date:   Sat Jul 20 10:58:30 2013 -0400
5578
5579    Style work on previous/next links
5580
5581 xslt/common/html.xsl                 | 53 +++++++++++++++++++++++++++---------
5582 xslt/dita/html/dita2html-topic.xsl   |  3 --
5583 xslt/docbook/html/db2html-links.xsl  |  3 --
5584 xslt/mallard/html/mal2html-links.xsl |  3 --
5585 xslt/mallard/html/mal2html-page.xsl  |  3 ++
5586 5 files changed, 43 insertions(+), 22 deletions(-)
5587
5588commit eb746532b648a5ce492a5d919037b94e1b12bcfd
5589Author: Shaun McCance <shaunm@gnome.org>
5590Date:   Sat Jul 13 12:01:19 2013 -0400
5591
5592    mal2html-page: Use fixed positioning for ui overlays
5593
5594 xslt/mallard/html/mal2html-page.xsl | 4 ++--
5595 1 file changed, 2 insertions(+), 2 deletions(-)
5596
5597commit 4c099a6d2a2698e7cee9caa2cee92755bc82b721
5598Author: Jakub Steiner <jimmac@gmail.com>
5599Date:   Fri Mar 15 18:15:38 2013 +0100
5600
5601    use system styled close button using named colors
5602
5603    https://bugzilla.gnome.org/show_bug.cgi?id=690559
5604
5605 xslt/mallard/html/mal2html-page.xsl | 19 ++++++++++++-------
5606 1 file changed, 12 insertions(+), 7 deletions(-)
5607
5608commit 4d5a215c30a3e4355fad4e383f0f2f73ff0f120d
5609Author: Shaun McCance <shaunm@gnome.org>
5610Date:   Sat Jul 13 11:35:49 2013 -0400
5611
5612    Updated .gitignore
5613
5614 .gitignore | 71 +++++++++++++-------------------------------------------------
5615 1 file changed, 14 insertions(+), 57 deletions(-)
5616
5617commit 6e44d4ea2ba0b8233106584497de279698bb1afa
5618Author: Shaun McCance <shaunm@gnome.org>
5619Date:   Sat Jul 13 11:20:40 2013 -0400
5620
5621    Added html.class.attr and html.class.attr.mode
5622
5623    This is now used throughout all the stylesheets to output the
5624    class attribute for HTML elements that correspond directly to
5625    some source element. This makes it much easier for extensions
5626    to add extra classes for styling based on various conditions.
5627
5628 xslt/common/html.xsl                        |  46 ++++++
5629 xslt/dita/html/dita2html-block.xsl          |  58 ++++---
5630 xslt/dita/html/dita2html-inline.xsl         |   8 +-
5631 xslt/dita/html/dita2html-list.xsl           |  90 ++++++++---
5632 xslt/dita/html/dita2html-media.xsl          |  39 +++--
5633 xslt/dita/html/dita2html-table.xsl          |   8 +-
5634 xslt/dita/html/dita2html-topic.xsl          |  31 +++-
5635 xslt/docbook/html/db2html-bibliography.xsl  |  15 +-
5636 xslt/docbook/html/db2html-block.xsl         |  62 ++++++--
5637 xslt/docbook/html/db2html-callout.xsl       |   5 +-
5638 xslt/docbook/html/db2html-classsynopsis.xsl |  20 ++-
5639 xslt/docbook/html/db2html-cmdsynopsis.xsl   |  21 ++-
5640 xslt/docbook/html/db2html-division.xsl      |  11 +-
5641 xslt/docbook/html/db2html-ebnf.xsl          |   5 +-
5642 xslt/docbook/html/db2html-footnote.xsl      |   6 +-
5643 xslt/docbook/html/db2html-inline.xsl        |   6 +-
5644 xslt/docbook/html/db2html-list.xsl          | 112 ++++++++++---
5645 xslt/docbook/html/db2html-math.xsl          |   6 +-
5646 xslt/docbook/html/db2html-media.xsl         |  40 ++++-
5647 xslt/docbook/html/db2html-refentry.xsl      |   5 +-
5648 xslt/docbook/html/db2html-table.xsl         |  46 +++---
5649 xslt/docbook/html/db2html-xref.xsl          |  15 +-
5650 xslt/mallard/html/mal2html-block.xsl        | 233 ++++++++++++++++------------
5651 xslt/mallard/html/mal2html-gloss.xsl        |   5 +-
5652 xslt/mallard/html/mal2html-inline.xsl       |  14 +-
5653 xslt/mallard/html/mal2html-links.xsl        |  27 ++--
5654 xslt/mallard/html/mal2html-list.xsl         | 174 +++++++++++----------
5655 xslt/mallard/html/mal2html-math.xsl         |   5 +-
5656 xslt/mallard/html/mal2html-media.xsl        | 187 +++++++++++-----------
5657 xslt/mallard/html/mal2html-page.xsl         |  52 ++-----
5658 xslt/mallard/html/mal2html-svg.xsl          |  47 +++---
5659 xslt/mallard/html/mal2html-table.xsl        |  58 ++++---
5660 32 files changed, 920 insertions(+), 537 deletions(-)
5661
5662commit 39114b93e6d691be8defec0c8d4e8ecb12e9df62
5663Author: Shaun McCance <shaunm@gnome.org>
5664Date:   Fri Jul 5 13:42:23 2013 -0400
5665
5666    db2html-table: Fixed some issues with HTML tables
5667
5668 xslt/docbook/html/db2html-css.xsl   |   8 +-
5669 xslt/docbook/html/db2html-table.xsl | 176 +++++++++++++++++++++++++++---------
5670 2 files changed, 140 insertions(+), 44 deletions(-)
5671
5672commit a5e052acd6d46228538b1145a86e60367843b651
5673Author: Shaun McCance <shaunm@gnome.org>
5674Date:   Wed Jun 19 14:24:47 2013 -0400
5675
5676    Added "center" and "button" style hints to links
5677
5678 xslt/common/html.xsl                 |  1 +
5679 xslt/mallard/html/mal2html-links.xsl | 74 ++++++++++++++++++++++++++++++++++++
5680 xslt/mallard/html/mal2html-page.xsl  | 19 +++++++--
5681 3 files changed, 91 insertions(+), 3 deletions(-)
5682
5683commit 4d67a259601bceb820c8d075e2fc6697e6df6fdf
5684Author: Shaun McCance <shaunm@gnome.org>
5685Date:   Mon May 13 20:43:29 2013 -0400
5686
5687    Version 3.8.1
5688
5689 NEWS         | 7 +++++++
5690 configure.ac | 2 +-
5691 2 files changed, 8 insertions(+), 1 deletion(-)
5692
5693commit c663e359c1df20593d4878ecf90655b9685512e3
5694Author: Yuri Myasoedov <omerta13@yandex.ru>
5695Date:   Wed Apr 3 17:16:37 2013 +0400
5696
5697    Updated Russian translation
5698
5699 po/ru.po | 246 ++++++++++++++++++++++++++++++++++++++-------------------------
5700 1 file changed, 149 insertions(+), 97 deletions(-)
5701
5702commit b83279f6dfeed45f3891fe2049dc89f8687c7ffe
5703Author: Andika Triwidada <andika@gmail.com>
5704Date:   Sat Mar 30 11:18:18 2013 +0700
5705
5706    Updated Indonesian translation
5707
5708 po/id.po | 230 +++++++++++++++++++++++++++++++++++++--------------------------
5709 1 file changed, 135 insertions(+), 95 deletions(-)
5710
5711commit c9264393b339d0770e289b7184ae7b5756a26e6a
5712Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
5713Date:   Tue Mar 26 11:38:02 2013 +0100
5714
5715    Updated Basque language
5716
5717 po/eu.po | 233 ++++++++++++++++++++++++++++++++++++++-------------------------
5718 1 file changed, 141 insertions(+), 92 deletions(-)
5719
5720commit 405ae614375556e99d38b54d7310f8251c4e071a
5721Author: Shaun McCance <shaunm@gnome.org>
5722Date:   Mon Mar 25 20:40:35 2013 -0400
5723
5724    Version 3.8.0
5725
5726 NEWS         | 19 +++++++++++++++++++
5727 configure.ac |  2 +-
5728 2 files changed, 20 insertions(+), 1 deletion(-)
5729
5730commit 215f762b97151e9fddb70dac2916e8d13a5857ea
5731Author: Rajesh Ranjan <rranjan@redhat.com>
5732Date:   Mon Mar 25 15:17:22 2013 +0530
5733
5734    hindi translation by chandan kumar
5735
5736 po/hi.po | 220 ++++++++++++++++++++++++++++++++++++++-------------------------
5737 1 file changed, 134 insertions(+), 86 deletions(-)
5738
5739commit 95bf9cf48252a9bdc8700676cd486b7f4495bf2d
5740Author: Dr.T.Vasudevan <drtvasudevan@gmail.com>
5741Date:   Sat Mar 23 14:11:53 2013 +0530
5742
5743    Updated Tamil translation
5744
5745 po/ta.po | 228 ++++++++++++++++++++++++++++++++++++++-------------------------
5746 1 file changed, 138 insertions(+), 90 deletions(-)
5747
5748commit d697e9982ee97a03d0d8adfbbd825673192def94
5749Author: Arash Mousavi <mousavi.arash@gmail.com>
5750Date:   Fri Mar 22 17:49:01 2013 +0430
5751
5752    L10N: Updated Persian Translation
5753
5754 po/fa.po | 231 ++++++++++++++++++++++++++++++++++++++-------------------------
5755 1 file changed, 140 insertions(+), 91 deletions(-)
5756
5757commit 191722b7e8035b44c4e64d440c8ccd654259158e
5758Author: Victor Ibragimov <victor.ibragimov@gmail.com>
5759Date:   Tue Mar 19 22:19:42 2013 +0100
5760
5761    [l10n] Added Tadjik translation
5762
5763 po/LINGUAS |   1 +
5764 po/tg.po   | 596 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
5765 2 files changed, 597 insertions(+)
5766
5767commit 3a6ee1b8d0a987af1dfd022d7547a80aab00f9b6
5768Author: Rūdolfs Mazurs <rudolfsm@src.gnome.org>
5769Date:   Sun Mar 17 20:03:07 2013 +0200
5770
5771    Updated Latvian translation
5772
5773 po/lv.po | 219 ++++++++++++++++++++++++++++++++++++++-------------------------
5774 1 file changed, 134 insertions(+), 85 deletions(-)
5775
5776commit 12a67694c3f659fcab2dea4ae0d31628f8df99d6
5777Author: Ask H. Larsen <asklarsen@gmail.com>
5778Date:   Sun Mar 17 14:51:25 2013 +0100
5779
5780    Updated Danish translation
5781
5782 po/da.po | 230 ++++++++++++++++++++++++++++++++++++++-------------------------
5783 1 file changed, 140 insertions(+), 90 deletions(-)
5784
5785commit df11837694d9ca56e81b016f6bbdb2907b911d13
5786Author: Shaun McCance <shaunm@gnome.org>
5787Date:   Sat Mar 16 15:08:20 2013 -0400
5788
5789    mal2html: "center" style hint for block title and desc
5790
5791    https://bugzilla.gnome.org/show_bug.cgi?id=695865
5792
5793 xslt/common/html.xsl                 |  1 +
5794 xslt/mallard/html/mal2html-block.xsl | 14 ++++++++++++--
5795 xslt/mallard/html/mal2html-ui.xsl    | 28 ++++++++++++++++++++--------
5796 3 files changed, 33 insertions(+), 10 deletions(-)
5797
5798commit ccc77dcbf3d3e43ff6c3f7fea4d9f99023958295
5799Author: Balázs Úr <urbalazs@src.gnome.org>
5800Date:   Fri Mar 15 11:48:45 2013 +0100
5801
5802    Updated Hungarian translation
5803
5804 po/hu.po | 233 ++++++++++++++++++++++++++++++++++++++-------------------------
5805 1 file changed, 141 insertions(+), 92 deletions(-)
5806
5807commit 47072981c3ebabc0f2988a4ed3d5c05234d7a9f1
5808Author: Duarte Loreto <happyguy_pt@hotmail.com>
5809Date:   Fri Mar 15 00:57:53 2013 +0000
5810
5811    Updated Portuguese translation and converted to New Spelling (Novo AO)
5812
5813 po/pt.po | 235 +++++++++++++++++++++++++++++++++++++--------------------------
5814 1 file changed, 140 insertions(+), 95 deletions(-)
5815
5816commit 7118fb86ff6d84af4c284c0b19837c03ba66891f
5817Author: Marek Černocký <marek@manet.cz>
5818Date:   Thu Mar 14 12:49:43 2013 +0100
5819
5820    Updated Czech translation
5821
5822 po/cs.po | 218 ++++++++++++++++++++++++++++++++++++++-------------------------
5823 1 file changed, 131 insertions(+), 87 deletions(-)
5824
5825commit 59d92ae4d3f1278a7a50ad05f4573498d2d9fca0
5826Author: Changwoo Ryu <cwryu@debian.org>
5827Date:   Wed Mar 13 05:00:09 2013 +0900
5828
5829    Updated Korean translation
5830
5831 po/ko.po | 402 ++++++++++++++++++++++-----------------------------------------
5832 1 file changed, 137 insertions(+), 265 deletions(-)
5833
5834commit bc41c90a2a0dc9f6ef73ce65f4b68c7d88fb0e13
5835Author: Ville-Pekka Vainio <vpvainio@iki.fi>
5836Date:   Thu Mar 7 20:50:44 2013 +0200
5837
5838    Finnish translation update by Jiri Grönroos
5839
5840 po/fi.po | 306 ++++++++++++++++++++++++++++++++++++++++++++-------------------
5841 1 file changed, 214 insertions(+), 92 deletions(-)
5842
5843commit ccb87c56a5176e150c3cd92d40fc51737c10d7bc
5844Author: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
5845Date:   Thu Mar 7 17:41:42 2013 +0300
5846
5847    Updated Belarusian translation.
5848
5849 po/be.po | 219 ++++++++++++++++++++++++++++++++++++++-------------------------
5850 1 file changed, 133 insertions(+), 86 deletions(-)
5851
5852commit e30332caa49b48e34199fa0d25a37f0b9fc2acca
5853Author: Nilamdyuti Goswami <ngoswami@redhat.com>
5854Date:   Thu Mar 7 19:37:57 2013 +0530
5855
5856    Assamese translation updated for gnome 3.8
5857
5858 po/as.po | 236 ++++++++++++++++++++++++++++++++++++++-------------------------
5859 1 file changed, 142 insertions(+), 94 deletions(-)
5860
5861commit cd11644b9ad7d0b7c8fa37964ec6860c27ba6eca
5862Author: Rafael Ferreira <rafael.f.f1@gmail.com>
5863Date:   Thu Mar 7 02:19:16 2013 -0300
5864
5865    Updated Brazilian Portuguese translation
5866
5867 po/pt_BR.po | 808 +++++++++++-------------------------------------------------
5868 1 file changed, 148 insertions(+), 660 deletions(-)
5869
5870commit 09e739783869cffe0643af672deaca937168e3e5
5871Author: Shaun McCance <shaunm@gnome.org>
5872Date:   Mon Mar 4 09:58:37 2013 -0500
5873
5874    Version 3.7.91
5875
5876 NEWS         | 9 +++++++++
5877 configure.ac | 2 +-
5878 2 files changed, 10 insertions(+), 1 deletion(-)
5879
5880commit 7348879eaf31b3a3b501bd1fd32d73b93d532136
5881Author: Shaun McCance <shaunm@gnome.org>
5882Date:   Sun Mar 3 23:37:19 2013 -0500
5883
5884    mal2html-block: 'plain' note style for getting-started designs
5885
5886 xslt/common/html.xsl                 |  5 +++++
5887 xslt/mallard/html/mal2html-block.xsl | 15 ++++++++++-----
5888 2 files changed, 15 insertions(+), 5 deletions(-)
5889
5890commit cc346d5ab6e848207744dad88361d17c4ae8dcae
5891Author: Shaun McCance <shaunm@gnome.org>
5892Date:   Sun Mar 3 23:31:51 2013 -0500
5893
5894    mal2html: 'heading' style hint on links and title
5895
5896    For the designs for the new index and getting-started
5897
5898 xslt/mallard/html/mal2html-block.xsl |  9 ++++-
5899 xslt/mallard/html/mal2html-links.xsl | 70 ++++++++++++++++++++++++++++++++++++
5900 xslt/mallard/html/mal2html-page.xsl  |  9 +++++
5901 3 files changed, 87 insertions(+), 1 deletion(-)
5902
5903commit 8a48d69c8b4ac406b15fd036c07f3a010b7800af
5904Author: Shaun McCance <shaunm@gnome.org>
5905Date:   Sun Mar 3 15:22:57 2013 -0500
5906
5907    mal2html-links: Use 'guide' link role for guide links
5908
5909    We were using 'seealso'. Stupid copy+paste.
5910
5911 xslt/mallard/html/mal2html-links.xsl | 2 +-
5912 1 file changed, 1 insertion(+), 1 deletion(-)
5913
5914commit be85db9d57a84e039a0675b88c1257a35934920e
5915Author: Mario Blättermann <mario.blaettermann@gmail.com>
5916Date:   Wed Feb 27 21:07:26 2013 +0100
5917
5918    [l10n]Updated German translation
5919
5920 po/de.po | 220 ++++++++++++++++++++++++++++++++++++++-------------------------
5921 1 file changed, 134 insertions(+), 86 deletions(-)
5922
5923commit 426465d66ff33fb9ac05899c6ab1a3332711820a
5924Author: Alexandre Franke <alexandre.franke@gmail.com>
5925Date:   Tue Feb 26 15:57:48 2013 +0100
5926
5927    Update French translation
5928
5929 po/fr.po | 221 ++++++++++++++++++++++++++++++++++++++-------------------------
5930 1 file changed, 135 insertions(+), 86 deletions(-)
5931
5932commit 211d4ff075fb6cefd75ea37d3908712d8b2dfade
5933Author: A S Alam <aalam@users.sf.net>
5934Date:   Tue Feb 26 07:31:33 2013 +0530
5935
5936    Punjabi: Translation updated (aalam)
5937
5938 po/pa.po | 227 ++++++++++++++++++++++++++++++++++++++-------------------------
5939 1 file changed, 137 insertions(+), 90 deletions(-)
5940
5941commit 7c86118105af245a916f3072864ecd7470810fdc
5942Author: Shaun McCance <shaunm@gnome.org>
5943Date:   Mon Feb 18 14:51:32 2013 -0500
5944
5945    Version 3.7.90
5946
5947 NEWS         | 14 ++++++++++++++
5948 configure.ac |  2 +-
5949 2 files changed, 15 insertions(+), 1 deletion(-)
5950
5951commit 4b85e19a81fa72a83e7ffc16135d8e198747f50e
5952Author: Anish A <aneesh.nl@gmail.com>
5953Date:   Mon Feb 11 10:52:42 2013 +0400
5954
5955    Updated Malayalam Localization
5956
5957 po/ml.po | 219 ++++++++++++++++++++++++++++++++++++++-------------------------
5958 1 file changed, 134 insertions(+), 85 deletions(-)
5959
5960commit 43ce5bd6e2f397946686bc82f1d61f0602343f8e
5961Author: Carles Ferrando <carles.ferrando@gmail.com>
5962Date:   Sun Feb 10 18:30:24 2013 +0100
5963
5964    [l10n] Updated Catalan (Valencian) translation
5965
5966 po/ca@valencia.po | 222 +++++++++++++++++++++++++++++++++---------------------
5967 1 file changed, 135 insertions(+), 87 deletions(-)
5968
5969commit acab9c0376a494b4f7e1ba9ef262473b59abd1d2
5970Author: Gil Forcada <gforcada@gnome.org>
5971Date:   Sun Feb 10 18:30:22 2013 +0100
5972
5973    [l10n] Updated Catalan translation
5974
5975 po/ca.po | 224 ++++++++++++++++++++++++++++++++++++++-------------------------
5976 1 file changed, 136 insertions(+), 88 deletions(-)
5977
5978commit ab3104b15087c55794b96df63a86268c6afeebfc
5979Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
5980Date:   Mon Feb 4 21:05:07 2013 +0800
5981
5982    Updated Traditional Chinese translation(Hong Kong and Taiwan)
5983
5984 po/zh_HK.po | 237 ++++++++++++++++++++++++++++++++++++------------------------
5985 po/zh_TW.po | 237 ++++++++++++++++++++++++++++++++++++------------------------
5986 2 files changed, 286 insertions(+), 188 deletions(-)
5987
5988commit 3ebc9b3082c639f3ab6906fa4b3041e73314d2ce
5989Author: Aurimas Černius <aurisc4@gmail.com>
5990Date:   Sun Jan 27 17:45:45 2013 +0200
5991
5992    Updated Lithuanian translation
5993
5994 po/lt.po | 581 ++++++++++++++++-----------------------------------------------
5995 1 file changed, 146 insertions(+), 435 deletions(-)
5996
5997commit f6741fff2d9335a4134ebb09c0bfb06559b2cc82
5998Author: Gheyret Kenji <gheyret@gmail.com>
5999Date:   Sun Jan 27 13:25:17 2013 +0900
6000
6001    Updated Uyghur translation
6002
6003    Signed-off-by: Gheyret Kenji <gheyret@gmail.com>
6004
6005 po/ug.po | 244 ++++++++++++++++++++++++++++++++++++++-------------------------
6006 1 file changed, 146 insertions(+), 98 deletions(-)
6007
6008commit b435e199a2a8a8de3de614719c055a020110cf08
6009Author: Milo Casagrande <milo@ubuntu.com>
6010Date:   Thu Jan 24 22:43:08 2013 +0100
6011
6012    [l10n] Updated Italian translation.
6013
6014 po/it.po | 245 +++++++++++++++++++++++++++++++++++----------------------------
6015 1 file changed, 137 insertions(+), 108 deletions(-)
6016
6017commit e93ccde25f44d09974ef734f6dfa7ebd75b7faad
6018Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
6019Date:   Sat Jan 19 12:10:28 2013 +0100
6020
6021    Updated Serbian translation
6022
6023 po/sr.po       | 703 +++++++++++----------------------------------------------
6024 po/sr@latin.po | 703 +++++++++++----------------------------------------------
6025 2 files changed, 264 insertions(+), 1142 deletions(-)
6026
6027commit 1b2403a05361e1992c4105e5c7ccf34b3f9fa218
6028Author: Shaun McCance <shaunm@gnome.org>
6029Date:   Mon Jan 14 11:29:50 2013 -0500
6030
6031    Version 3.7.4
6032
6033 NEWS         | 12 ++++++++++++
6034 autogen.sh   |  4 ++--
6035 configure.ac |  2 +-
6036 3 files changed, 15 insertions(+), 3 deletions(-)
6037
6038commit 9be5234f18d293855280d0baa2b934e77121db02
6039Author: Alexander Shopov <ash@kambanaria.org>
6040Date:   Fri Jan 11 08:47:24 2013 +0200
6041
6042    Updated Bulgarian translation
6043
6044 po/bg.po | 224 ++++++++++++++++++++++++++++++++++++++-------------------------
6045 1 file changed, 135 insertions(+), 89 deletions(-)
6046
6047commit f45bb234f40bfeacc1f97bee9c516d7623f7a98d
6048Author: Shaun McCance <shaunm@gnome.org>
6049Date:   Thu Jan 10 23:48:05 2013 -0500
6050
6051    mal-if: Support lang: test tokens
6052
6053 xslt/mallard/common/mal-if.xsl | 25 +++++++++++++++++++++++++
6054 1 file changed, 25 insertions(+)
6055
6056commit a9319ea4d5edfa109ea28097b9c6a543bac60207
6057Author: Shankar Prasad <svenkate@redhat.com>
6058Date:   Thu Jan 10 21:08:10 2013 +0530
6059
6060    Updated Kannada Translations
6061
6062 po/kn.po | 2786 ++++++++++++++++----------------------------------------------
6063 1 file changed, 719 insertions(+), 2067 deletions(-)
6064
6065commit e9188474dc2f8987a61db274f1ae9981a8f77f20
6066Author: Javier <jjardon@gnome.org>
6067Date:   Tue Jan 8 16:01:33 2013 +0000
6068
6069    autogen.sh: Use autoreconf instead gnome-common
6070
6071 autogen.sh | 35 +++++++++++++++++++----------------
6072 1 file changed, 19 insertions(+), 16 deletions(-)
6073
6074commit e4052164cf43e0d3c5047a5dedace3746154c3f1
6075Author: Dimitris Spingos <dmtrs32@gmail.com>
6076Date:   Sat Dec 29 20:02:32 2012 +0200
6077
6078    Updated Greek translation
6079
6080 po/el.po | 240 ++++++++++++++++++++++++++++++++++++++-------------------------
6081 1 file changed, 145 insertions(+), 95 deletions(-)
6082
6083commit b3b64c18f11c79f64c801b274ea7887376219b4c
6084Author: Fran Diéguez <fran.dieguez@mabishu.com>
6085Date:   Mon Dec 24 23:16:58 2012 +0100
6086
6087    Updated Galician translations
6088
6089 po/gl.po | 225 ++++++++++++++++++++++++++++++++++++++-------------------------
6090 1 file changed, 136 insertions(+), 89 deletions(-)
6091
6092commit 643c87983bb7dc2e8ce6c91874baf9dac6263cf3
6093Author: Yaron Shahrabani <sh.yaron@gmail.com>
6094Date:   Thu Dec 20 14:40:09 2012 +0200
6095
6096    Updated Hebrew translation.
6097
6098 po/he.po | 218 ++++++++++++++++++++++++++++++++++++++-------------------------
6099 1 file changed, 133 insertions(+), 85 deletions(-)
6100
6101commit 946003eea83e40d587e2ddd1482c0c3aa49d9228
6102Author: Mattias Põldaru <mahfiaz@gmail.com>
6103Date:   Wed Dec 19 19:07:50 2012 +0200
6104
6105    [l10n] Updated Estonian translation
6106
6107 po/et.po | 119 ++++++++++++++++++++++++++++++++++++++++++++-------------------
6108 1 file changed, 83 insertions(+), 36 deletions(-)
6109
6110commit 7d1b28484f897cb19d5b047b753b4a331dbe1caf
6111Author: Matej Urbančič <mateju@svn.gnome.org>
6112Date:   Tue Dec 18 08:42:07 2012 +0100
6113
6114    Updated Slovenian translation
6115
6116 po/sl.po | 135 +++++++++++++++++++++++++++++++++------------------------------
6117 1 file changed, 71 insertions(+), 64 deletions(-)
6118
6119commit d073cbfbcbf08b3d8181c52828411cba532475a0
6120Author: Shaun McCance <shaunm@gnome.org>
6121Date:   Mon Dec 17 17:08:12 2012 -0500
6122
6123    Version 3.7.3
6124
6125 NEWS         | 10 ++++++++++
6126 configure.ac |  2 +-
6127 2 files changed, 11 insertions(+), 1 deletion(-)
6128
6129commit 1da10fc6741d674f70d7f2b27e2ba007dfee942a
6130Author: Daniel Mustieles <daniel.mustieles@gmail.com>
6131Date:   Sun Dec 16 21:04:36 2012 +0100
6132
6133    Updated Spanish translation
6134
6135 po/es.po | 221 ++++++++++++++++++++++++++++++++++++++-------------------------
6136 1 file changed, 135 insertions(+), 86 deletions(-)
6137
6138commit a542c57cc7edd522ec6f301780cbcd502c113c63
6139Author: Shaun McCance <shaunm@gnome.org>
6140Date:   Fri Dec 14 10:16:44 2012 -0500
6141
6142    mal2html-lit: Implement style="continues" for list and steps
6143
6144 xslt/mallard/html/mal2html-list.xsl | 36 ++++++++++++++++++++++++++++++++++++
6145 1 file changed, 36 insertions(+)
6146
6147commit 4e10e6ff9a4632fe6fc73d39db75bf92424bab62
6148Author: Kjartan Maraas <kmaraas@gnome.org>
6149Date:   Wed Dec 5 20:00:29 2012 +0100
6150
6151    Updated Norwegian bokmål translation
6152
6153 po/nb.po | 128 +++++++++++++++++++++++++++++++++------------------------------
6154 1 file changed, 67 insertions(+), 61 deletions(-)
6155
6156commit 36a4d428914bd77373bed37e9c0cf7dd98618a71
6157Author: Marian Scerbak <marian.scerbak@gmail.com>
6158Date:   Fri Nov 30 16:06:28 2012 +0000
6159
6160    Updated Slovak translation
6161
6162 po/sk.po | 350 +++++++++++++++++++++++++++++----------------------------------
6163 1 file changed, 162 insertions(+), 188 deletions(-)
6164
6165commit 47034fd002184bd04c3f1341615d6e896fc8afcb
6166Author: Shaun McCance <shaunm@gnome.org>
6167Date:   Tue Nov 27 16:27:07 2012 -0500
6168
6169    dita2html: Implement shortcut and screen
6170
6171    Added an initial-newline-stripper to dita2html.pre,
6172    just like we have for DocBook and Mallard. Although
6173    neither DITA nor DocBook specify this behavior like
6174    Mallard does, it matches user expectation in every
6175    case I've ever seen.
6176
6177 xslt/dita/common/dita-selectors.mod |  7 ++++++-
6178 xslt/dita/html/dita2html-block.xsl  | 22 +++++++++++++++++++++-
6179 xslt/dita/html/dita2html-inline.xsl |  7 +++++++
6180 xslt/dita/html/dita2html-topic.xsl  |  1 +
6181 4 files changed, 35 insertions(+), 2 deletions(-)
6182
6183commit a2f5557e263636294543e43d8732bb8f62c7a179
6184Author: Shaun McCance <shaunm@gnome.org>
6185Date:   Tue Nov 27 10:24:01 2012 -0500
6186
6187    mal-link: Be more robust with non-functioning links
6188
6189 xslt/mallard/common/mal-link.xsl      |  7 +++++--
6190 xslt/mallard/html/mal2html-inline.xsl | 13 +++++++++----
6191 2 files changed, 14 insertions(+), 6 deletions(-)
6192
6193commit 3482a80228baba97226f83d62dd7ef1177762f86
6194Author: Piotr Drąg <piotrdrag@gmail.com>
6195Date:   Tue Nov 27 17:19:36 2012 +0100
6196
6197    Updated Polish translation
6198
6199 po/pl.po | 211 ++++++++++++++++++++++++++++++++++++++-------------------------
6200 1 file changed, 128 insertions(+), 83 deletions(-)
6201
6202commit 0bef7f590927f53b3e6b55141bbf6a6f582d1043
6203Author: Shaun McCance <shaunm@gnome.org>
6204Date:   Tue Nov 27 08:42:52 2012 -0500
6205
6206    dita2html: Implement imagemap, common dita.ref.href.content
6207
6208 xslt/dita/common/dita-ref.xsl       | 89 +++++++++++++++++++++++++++++++++++--
6209 xslt/dita/common/dita-selectors.mod | 23 +++++++++-
6210 xslt/dita/html/dita2html-inline.xsl | 66 ++++-----------------------
6211 xslt/dita/html/dita2html-media.xsl  | 53 +++++++++++++++++++++-
6212 4 files changed, 168 insertions(+), 63 deletions(-)
6213
6214commit 111e0b1caaf711a0c66b2e5f48a13bcb79324a37
6215Author: Shaun McCance <shaunm@gnome.org>
6216Date:   Mon Nov 26 13:24:37 2012 -0500
6217
6218    dita-selectors: Don't use initial char in class attr
6219
6220    Whether the initial character is - or + depends entirely on
6221    the domain the specialization comes from. Just using contains,
6222    as the domain/localname things ought to be unique enough.
6223
6224 xslt/dita/common/dita-selectors.mod | 224 ++++++++++++++++++------------------
6225 1 file changed, 112 insertions(+), 112 deletions(-)
6226
6227commit 3fd44c1370b5771b77cd5d0d37927b1d821991b9
6228Author: Shaun McCance <shaunm@gnome.org>
6229Date:   Sun Nov 25 01:02:50 2012 -0500
6230
6231    dita2html-media: Implement object and param
6232
6233    This is a straight copy of the same crappy elements from
6234    HTML 4. Maybe some day DITA will do video right.
6235
6236 xslt/dita/common/dita-selectors.mod |  5 ++++
6237 xslt/dita/html/dita2html-media.xsl  | 52 +++++++++++++++++++++++++++++++++++++
6238 xslt/dita/html/dita2html-topic.xsl  |  5 ++++
6239 3 files changed, 62 insertions(+)
6240
6241commit adff6b16174ca4badf95c183e55033873e8a26d2
6242Author: Shaun McCance <shaunm@gnome.org>
6243Date:   Wed Nov 21 23:17:18 2012 -0500
6244
6245    yelp-xsl.pot: Don't put in CLEANFILES either
6246
6247 xslt/common/domains/Makefile.am | 2 +-
6248 1 file changed, 1 insertion(+), 1 deletion(-)
6249
6250commit f8443ccc82c071b4f5e2a0de023b5774056686d3
6251Author: Shaun McCance <shaunm@gnome.org>
6252Date:   Wed Nov 21 23:09:28 2012 -0500
6253
6254    yelp-xsl.pot: Don't regenerate on "make all"
6255
6256 xslt/common/domains/Makefile.am     |   2 -
6257 xslt/common/domains/yelp-xsl.pot    | 120 ++++++++++++++++++------------------
6258 xslt/common/domains/yelp-xsl.xml.in |   5 ++
6259 3 files changed, 65 insertions(+), 62 deletions(-)
6260
6261commit bceaa4a3f3c16b38171159f4e9011797f3b4f347
6262Author: Shaun McCance <shaunm@gnome.org>
6263Date:   Wed Nov 21 22:02:01 2012 -0500
6264
6265    dita2html-topic: Don't chunk for topicref buried in reltable etc
6266
6267 xslt/dita/html/dita2html-topic.xsl | 28 ++++++++++++++++++----------
6268 1 file changed, 18 insertions(+), 10 deletions(-)
6269
6270commit d0d9ab82db93e554c9ec63e2b8f8d962d09b8187
6271Author: Shaun McCance <shaunm@gnome.org>
6272Date:   Tue Nov 20 16:01:55 2012 -0500
6273
6274    mal2html-ui: No deprecation warning when using old and new expanded
6275
6276 xslt/mallard/html/mal2html-ui.xsl | 2 +-
6277 1 file changed, 1 insertion(+), 1 deletion(-)
6278
6279commit 3ae501162e9ea778e89dd349f112c0a474bf4246
6280Author: Shaun McCance <shaunm@gnome.org>
6281Date:   Mon Nov 19 13:02:47 2012 -0500
6282
6283    Version 3.7.2
6284
6285 NEWS         | 21 +++++++++++++++++++++
6286 configure.ac |  2 +-
6287 2 files changed, 22 insertions(+), 1 deletion(-)
6288
6289commit c0b7e023eaa4fe5c1091bfc3f56cf07f19fe78f7
6290Author: Shaun McCance <shaunm@gnome.org>
6291Date:   Tue Nov 13 23:35:23 2012 -0500
6292
6293    db2html: Add MathML support here too
6294
6295 xslt/docbook/html/Makefile.am       |   1 +
6296 xslt/docbook/html/db2html-math.xsl  | 158 ++++++++++++++++++++++++++++++++++++
6297 xslt/docbook/html/db2html-media.xsl |  17 +++-
6298 xslt/docbook/html/db2html.xsl       |   3 +
6299 xslt/docbook/html/db2xhtml.xsl      |   1 +
6300 5 files changed, 178 insertions(+), 2 deletions(-)
6301
6302commit 1a4157e363f02541866d40ef8ddcb76c04d05393
6303Author: Shaun McCance <shaunm@gnome.org>
6304Date:   Tue Nov 13 22:23:42 2012 -0500
6305
6306    Consolidate some MathML stuff
6307
6308 xslt/common/html.xsl                | 35 ++++++++++++++++++++++++-----
6309 xslt/mallard/html/mal2html-math.xsl | 45 +++++++++++++++----------------------
6310 xslt/mallard/html/mal2html.xsl      |  6 ++---
6311 3 files changed, 51 insertions(+), 35 deletions(-)
6312
6313commit 0f8705324f0f56e0f4acb3f3c167e6cf2a2a5a39
6314Author: Shaun McCance <shaunm@gnome.org>
6315Date:   Tue Nov 13 16:59:44 2012 -0500
6316
6317    yelp-xsl.pot: String from earlier commit (Published By)
6318
6319 xslt/common/domains/yelp-xsl.pot | 58 ++++++++++++++++++++++------------------
6320 1 file changed, 32 insertions(+), 26 deletions(-)
6321
6322commit 563a3d6cebf1bc644e5e4fbff3b2d9458d61b7a4
6323Author: Shaun McCance <shaunm@gnome.org>
6324Date:   Tue Nov 13 16:59:25 2012 -0500
6325
6326    mal2html: Added MathML support
6327
6328 xslt/common/html.xsl                  |  26 ++++++-
6329 xslt/mallard/html/Makefile.am         |   1 +
6330 xslt/mallard/html/mal2html-inline.xsl |   8 +-
6331 xslt/mallard/html/mal2html-math.xsl   | 135 ++++++++++++++++++++++++++++++++++
6332 xslt/mallard/html/mal2html.xsl        |   4 +-
6333 xslt/mallard/html/mal2xhtml.xsl       |  13 ++--
6334 6 files changed, 175 insertions(+), 12 deletions(-)
6335
6336commit d1ca108cb84307e6481a776ea5939045fee7b7c8
6337Author: Shaun McCance <shaunm@gnome.org>
6338Date:   Tue Nov 13 10:11:46 2012 -0500
6339
6340    Set play and pause labels on all audio and video elements
6341
6342 xslt/docbook/html/db2html-media.xsl  | 20 ++++++++++++++++++++
6343 xslt/mallard/html/mal2html-media.xsl | 10 ++++++++++
6344 2 files changed, 30 insertions(+)
6345
6346commit c3e3bcf967c3023c3da39ebf5c9ee0d4efe036d5
6347Author: Shaun McCance <shaunm@gnome.org>
6348Date:   Tue Nov 13 10:09:52 2012 -0500
6349
6350    mal2html-media: poster attribute for HTML video
6351
6352    Use the first child image media element with style="poster"
6353
6354 xslt/mallard/html/mal2html-media.xsl | 11 +++++++++++
6355 1 file changed, 11 insertions(+)
6356
6357commit a514cb6a9cbc9da954a97263d80dc27d0bcd89de
6358Author: Shaun McCance <shaunm@gnome.org>
6359Date:   Tue Nov 13 09:59:46 2012 -0500
6360
6361    db2html-media: Add audio/video, some cleanup
6362
6363 xslt/docbook/html/db2html-media.xsl | 316 +++++++++++++++++++++++++-----------
6364 1 file changed, 222 insertions(+), 94 deletions(-)
6365
6366commit 531174868c643890933a3fd602bab4384dccfc71
6367Author: Shaun McCance <shaunm@gnome.org>
6368Date:   Mon Nov 12 12:31:01 2012 -0500
6369
6370    Added translators and publishers to About
6371
6372 xslt/common/domains/yelp-xsl.xml.in    |  5 ++++
6373 xslt/dita/common/dita-selectors.mod    |  5 ++++
6374 xslt/dita/html/dita2html-topic.xsl     | 42 ++++++++++++++++++++++++++++++++--
6375 xslt/docbook/html/db2html-division.xsl | 22 ++++++++++++++++--
6376 xslt/mallard/html/mal2html-page.xsl    | 32 +++++++++++++++++++++-----
6377 5 files changed, 96 insertions(+), 10 deletions(-)
6378
6379commit 2e5cd5c05898a27a69528e481839466b33120ab2
6380Author: Shaun McCance <shaunm@gnome.org>
6381Date:   Mon Nov 12 09:53:00 2012 -0500
6382
6383    dita2html: Add About footer and ARIA landmarks
6384
6385 xslt/dita/common/dita-selectors.mod |  20 +++++++
6386 xslt/dita/html/dita2html-topic.xsl  | 111 +++++++++++++++++++++++++++++++++---
6387 2 files changed, 123 insertions(+), 8 deletions(-)
6388
6389commit e77be340c026e24def1a434bef03a90a5feb4a38
6390Author: Shaun McCance <shaunm@gnome.org>
6391Date:   Sun Nov 11 22:09:18 2012 -0500
6392
6393    dita: Support example and parml
6394
6395 xslt/dita/common/dita-selectors.mod | 25 ++++++++++++++++++-------
6396 xslt/dita/html/dita2html-block.xsl  |  7 +++++++
6397 2 files changed, 25 insertions(+), 7 deletions(-)
6398
6399commit 7e39abc8b1a925e9a0ca662020ab23ffceaa8857
6400Author: Shaun McCance <shaunm@gnome.org>
6401Date:   Sun Nov 11 18:32:08 2012 -0500
6402
6403    dita: Implement some reference elements
6404
6405 xslt/common/html.xsl                |  3 ++-
6406 xslt/dita/common/dita-selectors.mod | 42 ++++++++++++++++++++++++++++---------
6407 xslt/dita/html/dita2html-block.xsl  | 25 ++++++++++++++++++++--
6408 3 files changed, 57 insertions(+), 13 deletions(-)
6409
6410commit aae6889a55f8c7171bb0781d60291a9681fe5ac9
6411Author: Shaun McCance <shaunm@gnome.org>
6412Date:   Sat Nov 10 23:38:27 2012 -0500
6413
6414    dita: Common templates for navtitle/shortdesc, more cases
6415
6416 xslt/dita/common/dita-ref.xsl       |  59 ++++++++++++++++
6417 xslt/dita/common/dita-selectors.mod |  17 ++++-
6418 xslt/dita/html/dita2html-inline.xsl |   6 ++
6419 xslt/dita/html/dita2html-topic.xsl  | 137 ++++++++++++++----------------------
6420 4 files changed, 133 insertions(+), 86 deletions(-)
6421
6422commit ce989cf3f3f336226e1cc06205f4081522a4bcd5
6423Author: Shaun McCance <shaunm@gnome.org>
6424Date:   Fri Nov 9 20:47:34 2012 -0500
6425
6426    mal2html-inline: Small xsldoc addition
6427
6428 xslt/mallard/html/mal2html-inline.xsl | 3 ++-
6429 1 file changed, 2 insertions(+), 1 deletion(-)
6430
6431commit 7a38400874c68f1678e6477861b1c570a6219836
6432Author: Shaun McCance <shaunm@gnome.org>
6433Date:   Fri Nov 9 16:52:39 2012 -0500
6434
6435    dita: Handle topicrefs with no href
6436
6437 xslt/dita/common/dita-map.xsl      |  30 +++---
6438 xslt/dita/html/dita2html-topic.xsl | 196 ++++++++++++++++++++-----------------
6439 2 files changed, 126 insertions(+), 100 deletions(-)
6440
6441commit 4404e1eb486a0d29ded9d1f73dd55f8dc9814bed
6442Author: Shaun McCance <shaunm@gnome.org>
6443Date:   Fri Nov 9 13:35:35 2012 -0500
6444
6445    dita2html-topic: Pass topicref instead of cooked up subtopics
6446
6447 xslt/dita/html/dita2html-topic.xsl | 50 ++++++++++++++++++--------------------
6448 1 file changed, 24 insertions(+), 26 deletions(-)
6449
6450commit 497abcd4b451b08a43e0d8b3a0587412aac3bf49
6451Author: Shaun McCance <shaunm@gnome.org>
6452Date:   Fri Nov 9 10:00:41 2012 -0500
6453
6454    html.xsl: Fix positioning issue with images
6455
6456    If span.media-image is inline-block, but img is inline, odd
6457    things can happen.
6458
6459 xslt/common/html.xsl | 2 +-
6460 1 file changed, 1 insertion(+), 1 deletion(-)
6461
6462commit d57fd854e5908805f66f4120ab6c6e2950a6cdde
6463Author: Shaun McCance <shaunm@gnome.org>
6464Date:   Thu Nov 8 22:28:14 2012 -0500
6465
6466    dita2html-topic: Add prev/next links
6467
6468 xslt/dita/common/dita-map.xsl      |  3 +-
6469 xslt/dita/common/dita-ref.xsl      |  3 ++
6470 xslt/dita/html/dita2html-topic.xsl | 96 +++++++++++++++++++++++++++++++++++++-
6471 3 files changed, 99 insertions(+), 3 deletions(-)
6472
6473commit 26e159eb2d16fdf6be017c3d9310ef9c9d699f9b
6474Author: Shaun McCance <shaunm@gnome.org>
6475Date:   Thu Nov 8 13:53:07 2012 -0500
6476
6477    dita2html-media: Basic image support
6478
6479 xslt/dita/common/dita-selectors.mod |   5 ++
6480 xslt/dita/html/dita2html-media.xsl  | 126 ++++++++++++++++++++++++++++++++++++
6481 xslt/dita/html/dita2xhtml.xsl       |   1 +
6482 3 files changed, 132 insertions(+)
6483
6484commit e9e77fbfd64e7b048a3a46b2c3e854e6b7176f0a
6485Author: Shaun McCance <shaunm@gnome.org>
6486Date:   Thu Nov 8 11:48:12 2012 -0500
6487
6488    dita2html-topic: Support shortdesc as intro para and link desc
6489
6490 xslt/dita/html/dita2html-topic.xsl | 8 ++++++++
6491 1 file changed, 8 insertions(+)
6492
6493commit 8069fc1497eaa2d22d7a384f133224cf183cbe8a
6494Author: Shaun McCance <shaunm@gnome.org>
6495Date:   Thu Nov 8 11:22:01 2012 -0500
6496
6497    dita: Process from map files, get some linking right
6498
6499 xslt/dita/common/dita-map.xsl       |  95 ++++++++++++++
6500 xslt/dita/common/dita-selectors.mod |  14 ++-
6501 xslt/dita/html/dita2html-block.xsl  |  10 +-
6502 xslt/dita/html/dita2html-inline.xsl |   2 +-
6503 xslt/dita/html/dita2html-topic.xsl  | 238 +++++++++++++++++++++++++++++++-----
6504 xslt/dita/html/dita2xhtml.xsl       |   1 +
6505 6 files changed, 325 insertions(+), 35 deletions(-)
6506
6507commit ce366b36c3dd5d9d36323842780e0ed863267b01
6508Author: Shaun McCance <shaunm@gnome.org>
6509Date:   Wed Nov 7 10:46:28 2012 -0500
6510
6511    doc/yelp-xsl: Remove unused stuff from old xslt doc
6512
6513 doc/yelp-xsl/Makefile.am               | 17 -----------------
6514 doc/yelp-xsl/gnome-doc-xslt.desktop.in |  2 --
6515 doc/yelp-xsl/gnome-doc-xslt.omf.in     | 10 ----------
6516 3 files changed, 29 deletions(-)
6517
6518commit 1c4643dd3ca023856ad60144df2f185313212c04
6519Author: Shaun McCance <shaunm@gnome.org>
6520Date:   Mon Nov 5 23:24:31 2012 -0500
6521
6522    mal2html-ui: Default overlay thumbs to caption-under
6523
6524 xslt/mallard/html/mal2html-ui.xsl | 21 +++++++++++++++++++--
6525 1 file changed, 19 insertions(+), 2 deletions(-)
6526
6527commit 8e7bf8e33b09749eaf8b976b3d15fef2c65292e3
6528Author: Shaun McCance <shaunm@gnome.org>
6529Date:   Mon Nov 5 22:41:30 2012 -0500
6530
6531    configure.ac: Fix message for itstool dependency
6532
6533    When I say 1.2.0, I mean 1.2.0!
6534
6535 configure.ac | 2 +-
6536 1 file changed, 1 insertion(+), 1 deletion(-)
6537
6538commit 467f81d2c9099f84e6dd182abc6efa794f3f1d8f
6539Author: Shaun McCance <shaunm@gnome.org>
6540Date:   Mon Nov 5 15:52:11 2012 -0500
6541
6542    Fix configure.ac and Makefile.am for dropped stuff
6543
6544 configure.ac             | 2 --
6545 xslt/docbook/Makefile.am | 2 +-
6546 2 files changed, 1 insertion(+), 3 deletions(-)
6547
6548commit 86c3065ec6dfa68b9b0d4f8af0352a37ddd39c2c
6549Author: Shaun McCance <shaunm@gnome.org>
6550Date:   Mon Nov 5 15:43:52 2012 -0500
6551
6552    xslt/docbook: Dropping old omf and utils
6553
6554    These utility stylesheets were used by the gnome-doc-utils
6555    build utilities. yelp-tools gets by fine without them.
6556
6557 xslt/docbook/omf/Makefile.am    |   5 -
6558 xslt/docbook/omf/db2omf.xsl     | 672 ----------------------------------------
6559 xslt/docbook/utils/Makefile.am  |   6 -
6560 xslt/docbook/utils/chunks.xsl   |  57 ----
6561 xslt/docbook/utils/credits.xsl  |  49 ---
6562 xslt/docbook/utils/figures.xsl  |  45 ---
6563 xslt/docbook/utils/graphics.xsl |  53 ----
6564 xslt/docbook/utils/ids.xsl      |  33 --
6565 8 files changed, 920 deletions(-)
6566
6567commit 8cfce4d7f39171e1b4cc1e5ce6f845c4c67435a4
6568Author: Shaun McCance <shaunm@gnome.org>
6569Date:   Mon Nov 5 15:36:24 2012 -0500
6570
6571    xslt: Added a bunch more xsldoc
6572
6573 xslt/docbook/html/db2html-division.xsl | 10 +++++---
6574 xslt/docbook/html/db2html.xsl          |  7 ++++++
6575 xslt/docbook/html/db2xhtml.xsl         |  6 +++++
6576 xslt/mallard/common/mal-if.xsl         | 18 +++++++-------
6577 xslt/mallard/html/mal2html-media.xsl   | 44 ++++++++++++++++++++++++++++------
6578 xslt/mallard/html/mal2html-page.xsl    | 38 +++++++++++++++++++++++++----
6579 xslt/mallard/html/mal2html.xsl         |  7 +++++-
6580 xslt/mallard/html/mal2xhtml.xsl        |  7 +++++-
6581 8 files changed, 112 insertions(+), 25 deletions(-)
6582
6583commit 9f66b4835939c6b08e80e1f6186abd17f7382fb7
6584Author: Shaun McCance <shaunm@gnome.org>
6585Date:   Mon Nov 5 10:53:19 2012 -0500
6586
6587    Use ui:expander code for 'About', Mallard and DocBook
6588
6589 xslt/common/html.xsl                   | 31 ++++++++++---------------------
6590 xslt/docbook/html/db2html-division.xsl | 13 +++++++++----
6591 xslt/mallard/html/mal2html-page.xsl    | 13 +++++++++----
6592 3 files changed, 28 insertions(+), 29 deletions(-)
6593
6594commit 1d6fddc39c940e34e14a6ddb05f8464e770516c2
6595Author: Shaun McCance <shaunm@gnome.org>
6596Date:   Mon Nov 5 10:29:17 2012 -0500
6597
6598    mal2html-ui: Captions for overlays and thumbs
6599
6600 xslt/mallard/html/mal2html-page.xsl |  8 +++++++-
6601 xslt/mallard/html/mal2html-ui.xsl   | 18 ++++++++++++++++++
6602 2 files changed, 25 insertions(+), 1 deletion(-)
6603
6604commit 04f5ca09a277920fd4eb007e2fbc29ed6eaa6402
6605Author: Shaun McCance <shaunm@gnome.org>
6606Date:   Sun Nov 4 17:28:58 2012 -0500
6607
6608    mal2html-page: Fix margins on ui-tile again
6609
6610    I didn't quite get it right last time. If a non-links ui-tile
6611    is the first child (i.e. no blocks before it), a sequence of
6612    ui-tiles doesn't get aligned right. I think I got it this time.
6613
6614 xslt/mallard/html/mal2html-page.xsl | 2 +-
6615 1 file changed, 1 insertion(+), 1 deletion(-)
6616
6617commit 975280655427c1f9dd2208d675ac60bd8a4ab789
6618Author: Kjartan Maraas <kmaraas@gnome.org>
6619Date:   Mon Nov 5 14:14:20 2012 +0100
6620
6621    Updated Norwegian bokmål translation
6622
6623 po/nb.po | 213 +++++++++++++++++++++++++++++++++++++--------------------------
6624 1 file changed, 126 insertions(+), 87 deletions(-)
6625
6626commit 576baf687f3ddc5a9a32ce45e8099a40f6b87e44
6627Author: Shaun McCance <shaunm@gnome.org>
6628Date:   Sun Nov 4 15:55:30 2012 -0500
6629
6630    mal2html-media: TTML on audio, fix media-controls bugs
6631
6632 xslt/common/html.xsl                 | 8 +++-----
6633 xslt/mallard/html/mal2html-media.xsl | 3 +++
6634 2 files changed, 6 insertions(+), 5 deletions(-)
6635
6636commit 8426e594b2ce0c82ebc62599cf8d77035fafab92
6637Author: Shaun McCance <shaunm@gnome.org>
6638Date:   Sun Nov 4 15:46:16 2012 -0500
6639
6640    html.xsl: Make media controls work for inline media
6641
6642 xslt/common/html.xsl | 8 ++++++--
6643 1 file changed, 6 insertions(+), 2 deletions(-)
6644
6645commit 2014471f9b333fb63a02d44cc42ff7bac9967ee8
6646Author: Shaun McCance <shaunm@gnome.org>
6647Date:   Sun Nov 4 15:33:58 2012 -0500
6648
6649    html.xsl: Use media controls for audio as well
6650
6651 xslt/common/html.xsl | 10 ++++++++--
6652 1 file changed, 8 insertions(+), 2 deletions(-)
6653
6654commit bbe8b1f1bb69c095183d7302c89b253ebebe1ce0
6655Author: Shaun McCance <shaunm@gnome.org>
6656Date:   Sun Nov 4 14:21:52 2012 -0500
6657
6658    html.xsl: Some work on the media control bar
6659
6660 xslt/common/html.xsl                 | 76 ++++++++++++++++++++++--------------
6661 xslt/mallard/html/mal2html-media.xsl |  4 +-
6662 2 files changed, 48 insertions(+), 32 deletions(-)
6663
6664commit 537970b9b9e30e745d3267c20efa5d957430dcaa
6665Author: Shaun McCance <shaunm@gnome.org>
6666Date:   Sat Nov 3 22:23:26 2012 -0400
6667
6668    Fix placement of stuff in xhtml & strict mode
6669
6670    Note to self: in strict mode, anything inline-like has space
6671    reserved underneath it for descenders. That includes anything
6672    that's inline-block. It also includes img and video, which
6673    are considered inline by default.
6674
6675 xslt/common/html.xsl                 |  1 +
6676 xslt/mallard/html/mal2html-media.xsl | 22 ++++++++++++++++++++++
6677 xslt/mallard/html/mal2html-page.xsl  | 15 +++++----------
6678 3 files changed, 28 insertions(+), 10 deletions(-)
6679
6680commit eaa020bd846ae4b085974c5f60dac07ec9f6c7a1
6681Author: Shaun McCance <shaunm@gnome.org>
6682Date:   Sat Nov 3 21:52:22 2012 -0400
6683
6684    mal2html-page: Line up tiles right for both links and overlays
6685
6686 xslt/mallard/html/mal2html-page.xsl | 7 +++++--
6687 1 file changed, 5 insertions(+), 2 deletions(-)
6688
6689commit 64f53e26d6d117ff5706f3d103aa805e1bb78ae8
6690Author: Shaun McCance <shaunm@gnome.org>
6691Date:   Sat Nov 3 15:39:16 2012 -0400
6692
6693    html.xsl: Fix #hash auto-expanding and colorizing
6694
6695    The mechanism worked in Yelp because it has a page load
6696    even for #hash requests. But it failed in a normal web
6697    browser. This is more robust.
6698
6699 xslt/common/html.xsl | 70 +++++++++++++++++++++++++++-------------------------
6700 1 file changed, 37 insertions(+), 33 deletions(-)
6701
6702commit 15d1fc310798df78199c9488ec1a166be7bbbc3a
6703Author: Shaun McCance <shaunm@gnome.org>
6704Date:   Fri Nov 2 23:34:48 2012 -0400
6705
6706    Adding some ARIA landmark roles
6707
6708 xslt/common/html.xsl                   | 2 +-
6709 xslt/docbook/html/db2html-division.xsl | 2 +-
6710 xslt/docbook/html/db2html-links.xsl    | 4 ++--
6711 xslt/mallard/html/mal2html-links.xsl   | 2 +-
6712 xslt/mallard/html/mal2html-page.xsl    | 6 +++---
6713 5 files changed, 8 insertions(+), 8 deletions(-)
6714
6715commit f098d663eeeb08d92382060e5a45eaa7d786fd71
6716Author: Shaun McCance <shaunm@gnome.org>
6717Date:   Fri Nov 2 23:03:38 2012 -0400
6718
6719    mal2html-page: Autoplay ui:overlay screwed up for image overlays
6720
6721 xslt/mallard/html/mal2html-page.xsl | 6 ++++--
6722 1 file changed, 4 insertions(+), 2 deletions(-)
6723
6724commit 52d4fd51c64d82835052b2efa171e56342f910f6
6725Author: Shaun McCance <shaunm@gnome.org>
6726Date:   Fri Nov 2 18:24:23 2012 -0400
6727
6728    mal2html-ui: Suppress ui:thumb in mal2html.block.mode
6729
6730 xslt/mallard/html/mal2html-ui.xsl | 3 +++
6731 1 file changed, 3 insertions(+)
6732
6733commit 3eb52fb29ad2553c0a226916c0a08d52c707094d
6734Author: Shaun McCance <shaunm@gnome.org>
6735Date:   Fri Nov 2 18:21:37 2012 -0400
6736
6737    mal2html-page: Auto-play/pause media in ui:overlay
6738
6739 xslt/mallard/html/mal2html-page.xsl | 6 +++++-
6740 1 file changed, 5 insertions(+), 1 deletion(-)
6741
6742commit 71594c5fc9c83273ceb7633108ce6789f257e8be
6743Author: Shaun McCance <shaunm@gnome.org>
6744Date:   Fri Nov 2 16:42:48 2012 -0400
6745
6746    xslt/common/domains: Fix rule to generate pot file
6747
6748 xslt/common/domains/Makefile.am | 2 +-
6749 1 file changed, 1 insertion(+), 1 deletion(-)
6750
6751commit 1285c93f328d7722e462a74675416e34ea3e4cd8
6752Author: Matej Urbančič <mateju@svn.gnome.org>
6753Date:   Fri Nov 2 21:26:17 2012 +0100
6754
6755    Updated Slovenian translation
6756
6757 po/sl.po | 214 ++++++++++++++++++++++++++++++++++++++-------------------------
6758 1 file changed, 128 insertions(+), 86 deletions(-)
6759
6760commit 3b099c74bebc437f2013f570018d128bfe6a6e7d
6761Author: Shaun McCance <shaunm@gnome.org>
6762Date:   Fri Nov 2 16:21:38 2012 -0400
6763
6764    xslt/common/domains: Use itstool -j to create domain
6765
6766    Also required updating l10n.xsl to fall back to a msgstr
6767    without an xml:lang
6768
6769 configure.ac                        |   4 +
6770 xslt/common/domains/Makefile.am     |  15 +--
6771 xslt/common/domains/yelp-xsl.pot    | 176 ++++++++++++++++++++++++------------
6772 xslt/common/domains/yelp-xsl.xml.in |   2 +
6773 xslt/common/l10n.xsl                |  19 +++-
6774 5 files changed, 144 insertions(+), 72 deletions(-)
6775
6776commit f0cfe2782364680d9cb8a01f82a71caca3a45c03
6777Author: Shaun McCance <shaunm@gnome.org>
6778Date:   Fri Nov 2 11:45:05 2012 -0400
6779
6780    mal2html-ui: Close button on ui:overlay & Esc to close
6781
6782 xslt/common/domains/yelp-xsl.pot    | 99 +++++++++++++++++++------------------
6783 xslt/common/domains/yelp-xsl.xml.in |  5 ++
6784 xslt/mallard/html/mal2html-page.xsl | 45 +++++++++++++++--
6785 xslt/mallard/html/mal2html-ui.xsl   | 14 +++++-
6786 4 files changed, 109 insertions(+), 54 deletions(-)
6787
6788commit a41b79ff374eb69ec0095a6c901b7b7e374d91a3
6789Author: Shaun McCance <shaunm@gnome.org>
6790Date:   Thu Nov 1 22:58:39 2012 -0400
6791
6792    html.xsl: Add a top margin on the page hgroup
6793
6794    This has been bugging me for a while.
6795
6796 xslt/common/html.xsl | 3 ++-
6797 1 file changed, 2 insertions(+), 1 deletion(-)
6798
6799commit 87a12d2d0d6c2f26c75a00502601d057846764f9
6800Author: Shaun McCance <shaunm@gnome.org>
6801Date:   Thu Nov 1 22:58:17 2012 -0400
6802
6803    mal2html-ui: First pass at media overlays
6804
6805 xslt/mallard/html/mal2html-page.xsl | 72 ++++++++++++++++++++++++++++++++-
6806 xslt/mallard/html/mal2html-ui.xsl   | 79 ++++++++++++++++++++++++++++++++++++-
6807 2 files changed, 148 insertions(+), 3 deletions(-)
6808
6809commit 11b1d9fe95203b5e17e8a21f6867790b220562bb
6810Author: Shaun McCance <shaunm@gnome.org>
6811Date:   Wed Oct 31 22:40:12 2012 -0400
6812
6813    mal2html-ui: Added deprecation warning
6814
6815 xslt/mallard/html/mal2html-ui.xsl | 7 ++++++-
6816 1 file changed, 6 insertions(+), 1 deletion(-)
6817
6818commit c6dacbf4316bc46edfb1be2dbcb2efb0e3942b39
6819Author: Shaun McCance <shaunm@gnome.org>
6820Date:   Wed Oct 31 21:41:20 2012 -0400
6821
6822    mal2html: Move ui:expanded out of experimental
6823
6824    Dropped support for the never-tested ui:expander element.
6825    It could come back in the future, but I want to focus on
6826    stabilizing stuff people actually use.
6827
6828 xslt/common/html.xsl                 |  2 +-
6829 xslt/mallard/html/mal2html-block.xsl | 19 ++++-----
6830 xslt/mallard/html/mal2html-links.xsl | 17 +++++---
6831 xslt/mallard/html/mal2html-list.xsl  | 13 +++---
6832 xslt/mallard/html/mal2html-page.xsl  |  7 ++--
6833 xslt/mallard/html/mal2html-table.xsl |  7 ++--
6834 xslt/mallard/html/mal2html-ui.xsl    | 78 ++++++++++++++++++------------------
6835 7 files changed, 77 insertions(+), 66 deletions(-)
6836
6837commit 46ec34f61f2a1fbda989f784f1d1c05abc9a4de5
6838Author: Shaun McCance <shaunm@gnome.org>
6839Date:   Sat Oct 27 16:38:20 2012 -0400
6840
6841    html.xsl: Changed the marker for expander sections again
6842
6843 xslt/common/html.xsl               | 10 +++++++---
6844 xslt/mallard/html/mal2html-api.xsl |  1 -
6845 2 files changed, 7 insertions(+), 4 deletions(-)
6846
6847commit 4a72c1714655c797388dcad5a3727737f6407277
6848Author: Shaun McCance <shaunm@gnome.org>
6849Date:   Sat Oct 27 15:32:30 2012 -0400
6850
6851    mal2html-ui: Implemented side-by-side link tiles
6852
6853    Also changed the CSS classes in anticipation of using
6854    this style for other things
6855
6856 xslt/mallard/html/mal2html-page.xsl | 25 ++++++++++++-------
6857 xslt/mallard/html/mal2html-ui.xsl   | 49 +++++++++++++++++++++++++------------
6858 2 files changed, 50 insertions(+), 24 deletions(-)
6859
6860commit bbde0ee38e62ffbfe93b91f4d351ca22b3aa208a
6861Author: Shaun McCance <shaunm@gnome.org>
6862Date:   Sat Oct 27 14:17:55 2012 -0400
6863
6864    mal2html-ui: Add some xsldoc for recent changes
6865
6866 xslt/mallard/html/mal2html-ui.xsl | 20 +++++++++++++++-----
6867 1 file changed, 15 insertions(+), 5 deletions(-)
6868
6869commit ce70a94404ae7de56ab7af16f3626b3a95057b41
6870Author: Shaun McCance <shaunm@gnome.org>
6871Date:   Sat Oct 27 14:11:23 2012 -0400
6872
6873    dita-selectors: Add selectors for map and topicref
6874
6875 xslt/dita/common/dita-ref.xsl       |  1 -
6876 xslt/dita/common/dita-selectors.mod | 14 ++++++++++++++
6877 2 files changed, 14 insertions(+), 1 deletion(-)
6878
6879commit 25b9265db99361d5c314bb2cf7eb309788e3a062
6880Author: Shaun McCance <shaunm@gnome.org>
6881Date:   Sat Oct 27 14:10:56 2012 -0400
6882
6883    mal2html-ui: Change ui:thumbs="grid" to "tiles"
6884
6885    It really wasn't a grid.
6886
6887 xslt/mallard/html/mal2html-links.xsl |  6 +++---
6888 xslt/mallard/html/mal2html-page.xsl  | 14 +++++++-------
6889 xslt/mallard/html/mal2html-ui.xsl    | 14 +++++++-------
6890 3 files changed, 17 insertions(+), 17 deletions(-)
6891
6892commit 51f7c93a2b0ff72cefabdeb6fc5078f44b2ec477
6893Author: Shaun McCance <shaunm@gnome.org>
6894Date:   Sat Oct 27 13:52:20 2012 -0400
6895
6896    mal2html-ui: Support @type and @role on ui:thumb...
6897
6898    Also Removed support for ui:overflow and changed some styling
6899    on ui:thumbs="grid"
6900
6901 xslt/mallard/html/mal2html-page.xsl |  4 ++--
6902 xslt/mallard/html/mal2html-ui.xsl   | 37 +++++++++++++++++++++++++++++++------
6903 2 files changed, 33 insertions(+), 8 deletions(-)
6904
6905commit c5ccadd7488876921bd5ccd42c6ce0b51bd52b90
6906Author: Shaun McCance <shaunm@gnome.org>
6907Date:   Mon Oct 8 10:19:45 2012 -0400
6908
6909    html: Small style tweaks
6910
6911 xslt/common/html.xsl               | 7 +++++++
6912 xslt/dita/html/dita2html-topic.xsl | 3 ---
6913 2 files changed, 7 insertions(+), 3 deletions(-)
6914
6915commit bc710666ba5b471d48511e38c1fd1048772f1843
6916Author: Shaun McCance <shaunm@gnome.org>
6917Date:   Mon Oct 8 10:19:22 2012 -0400
6918
6919    dita-ref: Handle local URLs, sort of
6920
6921 xslt/dita/common/dita-ref.xsl | 23 ++++++++++++++++++++++-
6922 xslt/dita/html/dita2xhtml.xsl | 22 ++--------------------
6923 2 files changed, 24 insertions(+), 21 deletions(-)
6924
6925commit 68d8199bcdde395656c7f8b53c9e606e7a2aed2f
6926Author: Shaun McCance <shaunm@gnome.org>
6927Date:   Sun Oct 7 22:11:47 2012 -0400
6928
6929    dita2html: First pass at xref/href, and fix id attributes
6930
6931 xslt/dita/common/dita-ref.xsl       | 93 +++++++++++++++++++++++++++++++++++--
6932 xslt/dita/common/dita-selectors.mod |  6 +++
6933 xslt/dita/html/dita2html-block.xsl  | 20 +++++---
6934 xslt/dita/html/dita2html-inline.xsl | 71 +++++++++++++++++++++++++++-
6935 xslt/dita/html/dita2html-list.xsl   | 36 +++++++-------
6936 xslt/dita/html/dita2html-table.xsl  | 10 ++--
6937 xslt/dita/html/dita2html-topic.xsl  | 12 ++---
6938 7 files changed, 207 insertions(+), 41 deletions(-)
6939
6940commit d26c26e7ce3c91d9d650889b27d5bab516fcfe4e
6941Author: Shaun McCance <shaunm@gnome.org>
6942Date:   Sat Oct 6 22:22:47 2012 -0400
6943
6944    dita-selectors: Implement choicetable by passing to simpletable
6945
6946 xslt/dita/common/dita-selectors.mod | 21 +++++++++++++++++----
6947 1 file changed, 17 insertions(+), 4 deletions(-)
6948
6949commit 141956239d2beebb0d01850cb0ea5d8fe916450f
6950Author: Shaun McCance <shaunm@gnome.org>
6951Date:   Sat Oct 6 22:02:18 2012 -0400
6952
6953    dita2html-list: Implemented choices and dl
6954
6955 xslt/dita/common/dita-selectors.mod |  55 ++++++++++++++++++--
6956 xslt/dita/html/dita2html-list.xsl   | 101 ++++++++++++++++++++++++++++++++++++
6957 xslt/dita/html/dita2html-topic.xsl  |   5 +-
6958 3 files changed, 157 insertions(+), 4 deletions(-)
6959
6960commit 2312de371e2605f86200349553d1020db3ce8858
6961Author: Shaun McCance <shaunm@gnome.org>
6962Date:   Fri Oct 5 22:55:48 2012 -0400
6963
6964    dita2html-list: Support sli, @compact
6965
6966 xslt/dita/common/dita-selectors.mod | 10 +++++
6967 xslt/dita/html/dita2html-list.xsl   | 73 ++++++++++++++++++++++++++++++++++++-
6968 xslt/dita/html/dita2html-topic.xsl  |  2 +
6969 3 files changed, 83 insertions(+), 2 deletions(-)
6970
6971commit 575872bc54ea42e9bd99f80d1456f27114a2d1a2
6972Author: Shaun McCance <shaunm@gnome.org>
6973Date:   Fri Oct 5 22:12:13 2012 -0400
6974
6975    dita2html-table: Implemented simpletable
6976
6977 xslt/dita/common/dita-selectors.mod | 20 ++++++++
6978 xslt/dita/html/dita2html-table.xsl  | 94 +++++++++++++++++++++++++++++++++++++
6979 xslt/dita/html/dita2html-topic.xsl  |  4 ++
6980 xslt/dita/html/dita2xhtml.xsl       |  1 +
6981 4 files changed, 119 insertions(+)
6982
6983commit eb4944df12c14b236c69e38fc8a7bd74b885d9a9
6984Author: Shaun McCance <shaunm@gnome.org>
6985Date:   Fri Oct 5 18:07:30 2012 -0400
6986
6987    dita2html-block: Support fig, pre, steps-informal
6988
6989 xslt/dita/common/dita-selectors.mod | 29 ++++++++++++-
6990 xslt/dita/html/dita2html-block.xsl  | 83 +++++++++++++++++++++++++++++++++----
6991 2 files changed, 103 insertions(+), 9 deletions(-)
6992
6993commit d7208222aaf52b9cbd9a6a28b02036d18e4cec8e
6994Author: Shaun McCance <shaunm@gnome.org>
6995Date:   Fri Oct 5 17:36:30 2012 -0400
6996
6997    dita2html-topic: Support conref on topic and body
6998
6999 xslt/dita/html/dita2html-topic.xsl | 38 ++++++++++++++++++++++++++++----------
7000 1 file changed, 28 insertions(+), 10 deletions(-)
7001
7002commit b5002aae9973cfa9b761fcb7c5a2a36af51dc731
7003Author: Shaun McCance <shaunm@gnome.org>
7004Date:   Fri Oct 5 16:27:53 2012 -0400
7005
7006    dita2html-block: Common templates, conref, section titles
7007
7008    Funny story: A section in DITA may optionally have a title.
7009    But you can put that title anywhere in the child list. And
7010    you can have multiple titles. But only the first title gets
7011    used, because there's only supposed to be one, even though
7012    the DTD allows many, anywhere. Just crazy.
7013
7014    Also, it would be nice if the spec would spell this oddity
7015    out very clearly. It doesn't. The only way to be sure is
7016    to assume the DITA-OT is correct.
7017
7018 xslt/dita/html/dita2html-block.xsl  | 157 +++++++++++++++++++++---------------
7019 xslt/dita/html/dita2html-inline.xsl |   2 +-
7020 2 files changed, 95 insertions(+), 64 deletions(-)
7021
7022commit b3bb3ccd9a3fd2fb9146ce238ca9e65240bc15a5
7023Author: Shaun McCance <shaunm@gnome.org>
7024Date:   Thu Oct 4 14:14:52 2012 -0400
7025
7026    dita2html-list: Added conref support to list elements
7027
7028 xslt/dita/html/dita2html-list.xsl | 31 +++++++++++++++++++++----------
7029 1 file changed, 21 insertions(+), 10 deletions(-)
7030
7031commit 9408b75fa8db775465ab584371ba0c96db88d534
7032Author: Shaun McCance <shaunm@gnome.org>
7033Date:   Thu Oct 4 12:03:37 2012 -0400
7034
7035    dita2html-inline: Support conref, add a few elements
7036
7037 xslt/dita/common/dita-selectors.mod |  9 +++++++
7038 xslt/dita/html/dita2html-inline.xsl | 50 ++++++++++++++++++++++++++++++++++++-
7039 2 files changed, 58 insertions(+), 1 deletion(-)
7040
7041commit d72a8d05569515a36a8b0d568774358143ffba21
7042Author: Shaun McCance <shaunm@gnome.org>
7043Date:   Thu Oct 4 11:27:40 2012 -0400
7044
7045    dita: Starting to support conref
7046
7047 xslt/dita/common/dita-ref.xsl                      | 100 +++++++++++++++++++++
7048 .../selectors.mod => common/dita-selectors.mod}    |   0
7049 xslt/dita/html/dita2html-block.xsl                 |  27 ++++--
7050 xslt/dita/html/dita2html-inline.xsl                |   2 +-
7051 xslt/dita/html/dita2html-list.xsl                  |   2 +-
7052 xslt/dita/html/dita2html-topic.xsl                 |   2 +-
7053 xslt/dita/html/dita2xhtml.xsl                      |  21 +----
7054 7 files changed, 123 insertions(+), 31 deletions(-)
7055
7056commit a25fc2119e5098a9efac3cffb1a28f926ee9d9c3
7057Author: Shaun McCance <shaunm@gnome.org>
7058Date:   Wed Oct 3 08:53:41 2012 -0400
7059
7060    dita2html: Pass id attribute through to HTML
7061
7062 xslt/dita/html/dita2html-block.xsl  | 16 ++++++++++++++++
7063 xslt/dita/html/dita2html-inline.xsl |  1 +
7064 xslt/dita/html/dita2html-list.xsl   |  9 +++++++++
7065 xslt/dita/html/dita2html-topic.xsl  |  6 ++++++
7066 4 files changed, 32 insertions(+)
7067
7068commit 50e756962ef2c81a0e10a6d64414e86297ca92b9
7069Author: Shaun McCance <shaunm@gnome.org>
7070Date:   Tue Oct 2 19:01:27 2012 -0400
7071
7072    dita2html-block: Implement section
7073
7074    DITA sections are weird. They're more like DocBook's formalpara
7075    than they are like a section, except they might not have a title,
7076    or maybe they'll have a bunch of titles, interspersed anywhere
7077    throughout the rest of the child elements.
7078
7079 xslt/dita/html/dita2html-block.xsl | 8 ++++++++
7080 1 file changed, 8 insertions(+)
7081
7082commit 9409400bbd1008929d9a5d9f0f5db657971c6953
7083Author: Khoem Sokhem <khoemsokhem@khmeros.info>
7084Date:   Wed Oct 3 17:17:52 2012 +0200
7085
7086    [l10n] Added Khmer translation
7087
7088 po/LINGUAS |   1 +
7089 po/km.po   | 533 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
7090 2 files changed, 534 insertions(+)
7091
7092commit ad4702890639234b6ec93b4c270f83676ffc00bb
7093Author: Shaun McCance <shaunm@gnome.org>
7094Date:   Tue Oct 2 15:23:03 2012 -0400
7095
7096    dita2html-inline: Added dita2html.span
7097
7098 xslt/dita/html/dita2html-inline.xsl | 95 ++++++++++++++++++++++++++-----------
7099 xslt/dita/html/dita2html-topic.xsl  |  6 +++
7100 xslt/dita/html/selectors.mod        |  8 ++++
7101 3 files changed, 81 insertions(+), 28 deletions(-)
7102
7103commit 49453bda89b856a618ca2e45853908d1995d1f0f
7104Author: Shaun McCance <shaunm@gnome.org>
7105Date:   Tue Oct 2 14:26:11 2012 -0400
7106
7107    Starting to experiment with DITA support
7108
7109 xslt/dita/html/dita2html-block.xsl  | 199 ++++++++++++++++++++++++++++++
7110 xslt/dita/html/dita2html-inline.xsl |  92 ++++++++++++++
7111 xslt/dita/html/dita2html-list.xsl   | 131 ++++++++++++++++++++
7112 xslt/dita/html/dita2html-topic.xsl  | 235 ++++++++++++++++++++++++++++++++++++
7113 xslt/dita/html/dita2xhtml.xsl       |  83 +++++++++++++
7114 xslt/dita/html/selectors.mod        | 226 ++++++++++++++++++++++++++++++++++
7115 6 files changed, 966 insertions(+)
7116
7117commit 7aa3d153ae193528868883a3242bcb6b63b80f01
7118Author: Shaun McCance <shaunm@gnome.org>
7119Date:   Sat Sep 29 10:44:23 2012 -0400
7120
7121    Replace blockquote icons with :before quote char
7122
7123 icons/hicolor/48x48/status/Makefile.am         |   7 +--
7124 icons/hicolor/48x48/status/yelp-quote-00AB.png | Bin 740 -> 0 bytes
7125 icons/hicolor/48x48/status/yelp-quote-00BB.png | Bin 786 -> 0 bytes
7126 icons/hicolor/48x48/status/yelp-quote-201C.png | Bin 767 -> 0 bytes
7127 icons/hicolor/48x48/status/yelp-quote-201D.png | Bin 756 -> 0 bytes
7128 icons/hicolor/48x48/status/yelp-quote-201E.png | Bin 756 -> 0 bytes
7129 icons/hicolor/Makefile.am                      |   2 -
7130 icons/hicolor/watermark-blockquote.xcf         | Bin 8697 -> 0 bytes
7131 xslt/common/domains/check.xsl                  |  16 -------
7132 xslt/common/domains/yelp-xsl.pot               |  54 ++++++---------------
7133 xslt/common/domains/yelp-xsl.xml.in            |  27 -----------
7134 xslt/common/html.xsl                           |  63 ++++++++++++++++++++++---
7135 xslt/common/icons.xsl                          |  32 ++++---------
7136 xslt/docbook/utils/graphics.xsl                |   6 ---
7137 14 files changed, 80 insertions(+), 127 deletions(-)
7138
7139commit 2b1325935738903260d67a57b04826c5401ac193
7140Author: Shaun McCance <shaunm@gnome.org>
7141Date:   Mon Sep 24 16:36:05 2012 -0400
7142
7143    Version 3.6.0
7144
7145 NEWS         | 11 +++++++++++
7146 configure.ac |  2 +-
7147 2 files changed, 12 insertions(+), 1 deletion(-)
7148
7149commit 8a1df59f1d53c7fca4812b6d5793cd0430d23344
7150Author: Rūdolfs Mazurs <rudolfsm@src.gnome.org>
7151Date:   Mon Sep 24 22:38:06 2012 +0300
7152
7153    Updated Latvian translation
7154
7155 po/lv.po | 120 ++++++++++++++++++++++++++++++++++-----------------------------
7156 1 file changed, 64 insertions(+), 56 deletions(-)
7157
7158commit 3a529809d03c16b644d429526517c164289cc522
7159Author: Timur Zhamakeev <ztimur@gmail.com>
7160Date:   Mon Sep 24 19:27:42 2012 +0600
7161
7162    Added ky to LINGUAS
7163
7164 po/LINGUAS | 1 +
7165 1 file changed, 1 insertion(+)
7166
7167commit 9f73c796f50338f7e92818be3f93d12fa96ebaab
7168Author: Timur Zhamakeev <ztimur@gmail.com>
7169Date:   Mon Sep 24 19:26:58 2012 +0600
7170
7171    Added Kyrgyz translation
7172
7173 po/ky.po | 555 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
7174 1 file changed, 555 insertions(+)
7175
7176commit 1b4a40441a3842aaa4277a5ee252053af2799ddb
7177Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
7178Date:   Fri Sep 21 19:39:38 2012 +0700
7179
7180    Updated Thai translation
7181
7182 po/th.po | 74 ++++++++++++++++++++++++++++++++--------------------------------
7183 1 file changed, 37 insertions(+), 37 deletions(-)
7184
7185commit 08aa4a343620e05982db1782d561831aebec43e9
7186Author: Rajesh Ranjan <rranjan@redhat.com>
7187Date:   Fri Sep 21 12:00:46 2012 +0530
7188
7189    hindi update by Chandan Kumar
7190
7191 po/hi.po | 23 +++++++++--------------
7192 1 file changed, 9 insertions(+), 14 deletions(-)
7193
7194commit 08d6c4057b638ffd5f0823d23994dfb850eeff46
7195Author: Ani Peter <apeter@redhat.com>
7196Date:   Fri Sep 21 09:02:33 2012 +0530
7197
7198    Updated Malayalam file
7199
7200 po/ml.po | 2798 ++++++++++++++++----------------------------------------------
7201 1 file changed, 723 insertions(+), 2075 deletions(-)
7202
7203commit e865049186c1ff8143b30fa6693cf4f3ca3a1c93
7204Author: Tom Tryfonidis <tomtryf@gmail.com>
7205Date:   Thu Sep 20 11:12:00 2012 +0300
7206
7207    Updated Greek translation
7208
7209 po/el.po | 9 +++++----
7210 1 file changed, 5 insertions(+), 4 deletions(-)
7211
7212commit cce7fd7a2f002856c384543ac4b111c0f6ef8775
7213Author: Khaled Hosny <khaledhosny@eglug.org>
7214Date:   Thu Sep 20 07:16:49 2012 +0200
7215
7216    Typos
7217
7218 po/ar.po | 6 +++---
7219 1 file changed, 3 insertions(+), 3 deletions(-)
7220
7221commit 634bcca0faeb5b1280447aa56e64608d6a385c39
7222Author: Khaled Hosny <khaledhosny@eglug.org>
7223Date:   Thu Sep 20 07:15:55 2012 +0200
7224
7225    Updated Arabic translation
7226
7227 po/ar.po | 53 +++++++++++++++++++++++++----------------------------
7228 1 file changed, 25 insertions(+), 28 deletions(-)
7229
7230commit 3d045b85035d2c41d0efbed25144fdcbbc42ee7f
7231Author: Abu Osaid <ambamb1402@gmail.com>
7232Date:   Thu Sep 20 07:06:54 2012 +0200
7233
7234    Updated Arabic translation
7235
7236 po/ar.po | 2812 ++++++++++++++++----------------------------------------------
7237 1 file changed, 725 insertions(+), 2087 deletions(-)
7238
7239commit ee927fdbaca1f68644c6e43444cf18158fc5b335
7240Author: Shaun McCance <shaunm@gnome.org>
7241Date:   Mon Sep 17 13:34:45 2012 -0400
7242
7243    Version 3.5.92
7244
7245 NEWS         | 5 +++++
7246 configure.ac | 2 +-
7247 2 files changed, 6 insertions(+), 1 deletion(-)
7248
7249commit b05f874d8778905be8294b9a7f4c8bcadd1cd886
7250Author: Piotr Drąg <piotrdrag@gmail.com>
7251Date:   Tue Sep 4 21:35:46 2012 +0200
7252
7253    Updated Polish translation
7254
7255 po/pl.po | 14 +++++++++-----
7256 1 file changed, 9 insertions(+), 5 deletions(-)
7257
7258commit fbd1e36250975da1a1f41701027409aa2bc2fb95
7259Author: Shaun McCance <shaunm@gnome.org>
7260Date:   Tue Sep 4 10:29:48 2012 -0400
7261
7262    Version 3.5.91
7263
7264 NEWS         | 6 ++++++
7265 configure.ac | 2 +-
7266 2 files changed, 7 insertions(+), 1 deletion(-)
7267
7268commit 546bffbf2ac3214e23665b2394947e1915aa3bc1
7269Author: cjl <cjl@laptop.org>
7270Date:   Mon Sep 3 09:57:54 2012 +0700
7271
7272    Updated Thai translation.
7273
7274 po/th.po | 2498 ++++++++++----------------------------------------------------
7275 1 file changed, 401 insertions(+), 2097 deletions(-)
7276
7277commit f0b4ef6b7cd2f06871d70ca40a05d33353ce9b48
7278Author: Danishka Navin <danishka@gmail.com>
7279Date:   Sat Sep 1 18:43:51 2012 +0530
7280
7281    Added Sinhala translation
7282
7283 po/ChangeLog |   3 +
7284 po/LINGUAS   |   1 +
7285 po/si.po     | 538 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
7286 3 files changed, 542 insertions(+)
7287
7288commit c5822eb3ccad94d65a40aae0bd499ce2d01bbbb2
7289Author: Shaun McCance <shaunm@gnome.org>
7290Date:   Mon Aug 20 12:58:21 2012 -0400
7291
7292    Version 3.5.90
7293
7294 NEWS         | 10 ++++++++++
7295 configure.ac |  2 +-
7296 2 files changed, 11 insertions(+), 1 deletion(-)
7297
7298commit 23bc5c4bb2fdeb8ebe30e44fc8fc4dd93a11ad04
7299Author: Shaun McCance <shaunm@gnome.org>
7300Date:   Mon Aug 20 12:44:17 2012 -0400
7301
7302    mal2html-links: Add support for links/@depth attribute
7303
7304 xslt/common/html.xsl                 |  3 +++
7305 xslt/mallard/html/mal2html-links.xsl | 46 +++++++++++++++++++++++++++++-------
7306 2 files changed, 41 insertions(+), 8 deletions(-)
7307
7308commit 948eaeb9057a11c9b8a420fde59c802a98236158
7309Author: Fran Diéguez <fran.dieguez@mabishu.com>
7310Date:   Fri Aug 17 00:18:40 2012 +0200
7311
7312    Updated Galician translations
7313
7314 po/gl.po | 21 +++++++++++----------
7315 1 file changed, 11 insertions(+), 10 deletions(-)
7316
7317commit e0558580c7a9bbf21f9115331ee8ec8474e259cd
7318Author: Colin Walters <walters@verbum.org>
7319Date:   Mon Aug 6 15:40:59 2012 -0400
7320
7321    domains: Fix previous commit
7322
7323 xslt/common/domains/Makefile.am | 2 +-
7324 1 file changed, 1 insertion(+), 1 deletion(-)
7325
7326commit f37c1afc45d9dff13891dcfe19b927546453a9b5
7327Author: Colin Walters <walters@verbum.org>
7328Date:   Mon Aug 6 14:59:03 2012 -0400
7329
7330    domains: Fix srcdir != builddir
7331
7332    Also pass --nonet to xsltproc; we shouldn't be hitting the Intertubes
7333    up for this one.
7334
7335 xslt/common/domains/Makefile.am | 6 +++---
7336 1 file changed, 3 insertions(+), 3 deletions(-)
7337
7338commit 23890a898523d52b7e293ccee020a3a6e10a5aa2
7339Author: Colin Walters <walters@verbum.org>
7340Date:   Mon Aug 6 14:38:24 2012 -0400
7341
7342    Use $(AM_V_GEN), don't reimplement it
7343
7344    This allows builders to use --disable-silent-rules and get useful
7345    logs.
7346
7347 xslt/common/domains/Makefile.am | 4 ++--
7348 1 file changed, 2 insertions(+), 2 deletions(-)
7349
7350commit e07a0d9dd537433b60b05f7e264b65157e78f922
7351Author: Tom Tryfonidis <tomtryf@gmail.com>
7352Date:   Wed Jul 18 22:39:51 2012 +0300
7353
7354    Fixed Greek translation error
7355
7356 po/el.po | 14 +++++++-------
7357 1 file changed, 7 insertions(+), 7 deletions(-)
7358
7359commit 4828b5ed5f7c247fdacf70ad4b2e818c6574cf6c
7360Author: Shaun McCance <shaunm@gnome.org>
7361Date:   Wed Jul 18 14:50:51 2012 -0400
7362
7363    el.po: Removing incorrect translation
7364
7365 po/el.po | 4 ----
7366 1 file changed, 4 deletions(-)
7367
7368commit 899b649cafd0de86816d2cc28c565320e537aa17
7369Author: Steve Magoun <steve.magoun@canonical.com>
7370Date:   Mon Jun 25 09:53:25 2012 -0400
7371
7372    Update jQuery.Syntax license in COPYING.
7373
7374    The version of jQuery.Syntax used here is licensed under
7375    the MIT License, not the AGPL. Remove COPYING.AGPL, it is
7376    no longer referenced.
7377
7378    https://bugzilla.gnome.org/show_bug.cgi?id=678792
7379
7380 COPYING      |  12 +-
7381 COPYING.AGPL | 661 -----------------------------------------------------------
7382 2 files changed, 2 insertions(+), 671 deletions(-)
7383
7384commit e51bcd972bd3202c8a141b26d8ba8341130f4407
7385Author: Tom Tryfonidis <tomtryf@gmail.com>
7386Date:   Fri Jun 15 13:19:53 2012 +0300
7387
7388    Updated Greek translation
7389
7390 po/el.po | 28 ++++++++++++++++------------
7391 1 file changed, 16 insertions(+), 12 deletions(-)
7392
7393commit 0a4678da60561e7cee774e7e1ba185a8881295a6
7394Author: Aurimas Černius <aurisc4@gmail.com>
7395Date:   Tue May 15 22:39:26 2012 +0300
7396
7397    Fixed typo in Lithuanian translation
7398
7399 po/lt.po | 4 ++--
7400 1 file changed, 2 insertions(+), 2 deletions(-)
7401
7402commit 9310b05f72fd40bc8b2c7f676e453a1d59451267
7403Author: Shaun McCance <shaunm@gnome.org>
7404Date:   Tue May 15 09:34:39 2012 -0400
7405
7406    Version 3.4.2
7407
7408 NEWS         | 10 ++++++++++
7409 configure.ac |  2 +-
7410 2 files changed, 11 insertions(+), 1 deletion(-)
7411
7412commit 3dcc76c54c2b489e69b376b4df1d453709d76f28
7413Author: Shaun McCance <shaunm@gnome.org>
7414Date:   Tue May 15 09:27:41 2012 -0400
7415
7416    po/he: Corrections for quoting
7417
7418    Approved by Yaron Shahrabani <sh.yaron@gmail.com>
7419
7420 po/he.po | 4 ++--
7421 1 file changed, 2 insertions(+), 2 deletions(-)
7422
7423commit e685d731dcf8b4cd842ed149ce907b5118fb647e
7424Author: Shaun McCance <shaunm@gnome.org>
7425Date:   Mon May 14 13:06:00 2012 -0400
7426
7427    domain/check.xsl: Added XSLT to check translations
7428
7429 xslt/common/domains/check.xsl | 96 +++++++++++++++++++++++++++++++++++++++++++
7430 1 file changed, 96 insertions(+)
7431
7432commit 56345b37bcc754c0b7fbf2c097e86010403e8211
7433Author: Shaun McCance <shaunm@gnome.org>
7434Date:   Mon May 14 13:05:34 2012 -0400
7435
7436    domains/msgs.xsl: Fixed copying of markup in messages
7437
7438 xslt/common/domains/msgs.xsl | 4 ++--
7439 1 file changed, 2 insertions(+), 2 deletions(-)
7440
7441commit 80e1172ecc1312d10448d05f5cb68030716ac260
7442Author: Shaun McCance <shaunm@gnome.org>
7443Date:   Mon May 14 13:00:35 2012 -0400
7444
7445    po/lt.po: Fix translation errors
7446
7447 po/lt.po | 24 ++++++++++++------------
7448 1 file changed, 12 insertions(+), 12 deletions(-)
7449
7450commit 770fe4a70874c6882ee47f88f2bcee23aa115691
7451Author: Shaun McCance <shaunm@gnome.org>
7452Date:   Mon May 14 12:17:19 2012 -0400
7453
7454    po/sr.po: Fixed another translation error
7455
7456 po/sr.po | 2 +-
7457 1 file changed, 1 insertion(+), 1 deletion(-)
7458
7459commit db71b4a463286a19e17efd0ac44af99ab25710bd
7460Author: Shaun McCance <shaunm@gnome.org>
7461Date:   Mon May 14 12:13:09 2012 -0400
7462
7463    po/zh_CN: Fix translation error
7464
7465 po/zh_CN.po | 2 +-
7466 1 file changed, 1 insertion(+), 1 deletion(-)
7467
7468commit 411edcfebb25c8f610251383d2c14ebfaaae2289
7469Author: Shaun McCance <shaunm@gnome.org>
7470Date:   Mon May 14 12:08:46 2012 -0400
7471
7472    po/te: Fix translation errors
7473
7474 po/te.po | 6 +++---
7475 1 file changed, 3 insertions(+), 3 deletions(-)
7476
7477commit 31a47f325925db495dbac8d1681d2b8f4f17cdc0
7478Author: Shaun McCance <shaunm@gnome.org>
7479Date:   Mon May 14 09:31:16 2012 -0400
7480
7481    po/sr: Fix translation errors
7482
7483 po/sr.po       | 2 +-
7484 po/sr@latin.po | 2 +-
7485 2 files changed, 2 insertions(+), 2 deletions(-)
7486
7487commit 235efd178eb5535bfc620a1d067d17f23ba5cccb
7488Author: Shaun McCance <shaunm@gnome.org>
7489Date:   Mon May 14 09:28:57 2012 -0400
7490
7491    po/sl: Fix translation errors
7492
7493 po/sl.po | 2 +-
7494 1 file changed, 1 insertion(+), 1 deletion(-)
7495
7496commit e800e22d8ca2ee07e7f27d0ccc56ffa55178dee5
7497Author: Shaun McCance <shaunm@gnome.org>
7498Date:   Mon May 14 09:20:38 2012 -0400
7499
7500    po/pt_BR: Fix translation error
7501
7502 po/pt_BR.po | 2 +-
7503 1 file changed, 1 insertion(+), 1 deletion(-)
7504
7505commit b4901abc5ddc2af1402d446a77d08f7df6f82bf3
7506Author: Shaun McCance <shaunm@gnome.org>
7507Date:   Mon May 14 09:18:43 2012 -0400
7508
7509    po/nl: Fix translation error
7510
7511 po/nl.po | 2 +-
7512 1 file changed, 1 insertion(+), 1 deletion(-)
7513
7514commit 56360064b3b118d891891916cbcebe18cae7e193
7515Author: Shaun McCance <shaunm@gnome.org>
7516Date:   Mon May 14 09:14:48 2012 -0400
7517
7518    po/ne: Fix translation errors
7519
7520 po/ne.po | 2 +-
7521 1 file changed, 1 insertion(+), 1 deletion(-)
7522
7523commit ab63120c3b9a032f4061f03947d31a5045348b4c
7524Author: Shaun McCance <shaunm@gnome.org>
7525Date:   Mon May 14 09:11:55 2012 -0400
7526
7527    po/mn: Fix translation error
7528
7529 po/mn.po | 2 +-
7530 1 file changed, 1 insertion(+), 1 deletion(-)
7531
7532commit a7e4846920de385c7c37f1a36efd24d4660f43d5
7533Author: Shaun McCance <shaunm@gnome.org>
7534Date:   Mon May 14 08:47:19 2012 -0400
7535
7536    po/hi: Fixed translation errors
7537
7538 po/hi.po | 4 ++--
7539 1 file changed, 2 insertions(+), 2 deletions(-)
7540
7541commit 3aaad763eca2768a4698b6db498297dc7a688b12
7542Author: Shaun McCance <shaunm@gnome.org>
7543Date:   Mon May 14 08:34:26 2012 -0400
7544
7545    po/mk: Fix translation error
7546
7547 po/mk.po | 2 +-
7548 1 file changed, 1 insertion(+), 1 deletion(-)
7549
7550commit 117d12052ec88ec619bfced7d07476c7c14f388d
7551Author: Shaun McCance <shaunm@gnome.org>
7552Date:   Mon May 14 08:30:36 2012 -0400
7553
7554    po/he: Fix translation errors
7555
7556 po/he.po | 2 +-
7557 1 file changed, 1 insertion(+), 1 deletion(-)
7558
7559commit 53a3f9ca8b443c28fc36105ad11515df7fb67aa7
7560Author: Shaun McCance <shaunm@gnome.org>
7561Date:   Mon May 14 08:22:53 2012 -0400
7562
7563    domains/yelp-xsl.pot: yelp-xsl.xml.in update, comment fixes
7564
7565 xslt/common/domains/yelp-xsl.pot | 8 ++++----
7566 1 file changed, 4 insertions(+), 4 deletions(-)
7567
7568commit f6a1f086a52dfdd5cc3a06ba6f39e344fdabc47e
7569Author: Shaun McCance <shaunm@gnome.org>
7570Date:   Mon May 14 08:22:26 2012 -0400
7571
7572    po/et: Fix translation error
7573
7574 po/et.po | 2 +-
7575 1 file changed, 1 insertion(+), 1 deletion(-)
7576
7577commit 1c785484151b98d86199ddaf8d2b00dc21e93237
7578Author: Shaun McCance <shaunm@gnome.org>
7579Date:   Mon May 14 08:21:25 2012 -0400
7580
7581    po/es: Fix translation error
7582
7583 po/es.po | 6 +++---
7584 1 file changed, 3 insertions(+), 3 deletions(-)
7585
7586commit 0ffa17aa5351d4502178b6e4ef2065559705f8a8
7587Author: Shaun McCance <shaunm@gnome.org>
7588Date:   Mon May 14 08:17:58 2012 -0400
7589
7590    po/el: Fixed translation errors
7591
7592 po/el.po | 6 +-----
7593 1 file changed, 1 insertion(+), 5 deletions(-)
7594
7595commit 9ee801a0683dca838bc52cd0be209dcb67cce805
7596Author: Shaun McCance <shaunm@gnome.org>
7597Date:   Mon May 14 08:10:50 2012 -0400
7598
7599    po/dz: Fix translation error in default:LTR
7600
7601    I used the value from the dz translation in gtk+
7602
7603 po/dz.po | 2 +-
7604 1 file changed, 1 insertion(+), 1 deletion(-)
7605
7606commit fed0ace0ee41ce160628fff135d3255a2666e050
7607Author: Shaun McCance <shaunm@gnome.org>
7608Date:   Sun May 13 21:38:54 2012 -0400
7609
7610    po/ca*: Fixed translation errors
7611
7612 po/ca.po          | 4 ++--
7613 po/ca@valencia.po | 4 ++--
7614 2 files changed, 4 insertions(+), 4 deletions(-)
7615
7616commit df85c1341116ebbc39d5e08c5eb16fd5f95867a5
7617Author: Shaun McCance <shaunm@gnome.org>
7618Date:   Sun May 13 21:31:27 2012 -0400
7619
7620    po/ast.po: Fix translation errors
7621
7622 po/ast.po | 10 +++++-----
7623 1 file changed, 5 insertions(+), 5 deletions(-)
7624
7625commit da40e51f5d6f7e57ac469045612ccdccaafb35be
7626Author: Shaun McCance <shaunm@gnome.org>
7627Date:   Sun May 13 21:21:39 2012 -0400
7628
7629    domain/yelp-xsl.xml.in: Fixed localization notes
7630
7631 xslt/common/domains/yelp-xsl.xml.in | 90 ++++++++++++++++++-------------------
7632 1 file changed, 45 insertions(+), 45 deletions(-)
7633
7634commit 4579cb2d51a0c330ef06afd5ed3c789ba66969e3
7635Author: Tom Tryfonidis <tomtryf@gmail.com>
7636Date:   Thu May 3 11:51:24 2012 +0300
7637
7638    Updated Greek translation
7639
7640 po/el.po | 2762 +++++++++++++++++---------------------------------------------
7641 1 file changed, 727 insertions(+), 2035 deletions(-)
7642
7643commit 26056147bb22a8d7c705deb939adc256a70353e9
7644Author: Shaun McCance <shaunm@gnome.org>
7645Date:   Mon Apr 23 09:33:08 2012 -0400
7646
7647    mal2html-block: Fix if:if for maybe values
7648
7649 xslt/mallard/html/mal2html-block.xsl | 13 +++++++++++--
7650 1 file changed, 11 insertions(+), 2 deletions(-)
7651
7652commit 7aef423f7282dff38368384d463078cc44f28c6d
7653Author: Shaun McCance <shaunm@gnome.org>
7654Date:   Sat Apr 21 09:44:15 2012 -0400
7655
7656    l10n.xsl: Fix calls to no-longer-there $lang_language
7657
7658    It's like I just stopped porting this template halfway through
7659
7660 xslt/common/l10n.xsl | 23 +++++++++--------------
7661 1 file changed, 9 insertions(+), 14 deletions(-)
7662
7663commit e7834e566aa8dbb90f1e7302e3083d37edc4d112
7664Author: Shaun McCance <shaunm@gnome.org>
7665Date:   Sat Apr 21 09:02:09 2012 -0400
7666
7667    db2html-links: Fixed xsldoc comment
7668
7669 xslt/docbook/html/db2html-links.xsl | 2 +-
7670 1 file changed, 1 insertion(+), 1 deletion(-)
7671
7672commit 39be6074ee7a87a099fdb1ac3c15c749c73f855a
7673Author: Shaun McCance <shaunm@gnome.org>
7674Date:   Sat Apr 21 08:55:47 2012 -0400
7675
7676    db2html-cmdsynopsis: Use db.id.key instead of custom for synopfragment
7677
7678 xslt/docbook/html/db2html-cmdsynopsis.xsl | 25 +++++++++++--------------
7679 1 file changed, 11 insertions(+), 14 deletions(-)
7680
7681commit e9388c31d3dbb261d264c4d0c35c117e14442524
7682Author: Shaun McCance <shaunm@gnome.org>
7683Date:   Fri Apr 20 20:38:17 2012 -0400
7684
7685    db2html-callout: Just use db.id.key instead of custom key
7686
7687 xslt/docbook/html/db2html-callout.xsl | 7 ++-----
7688 1 file changed, 2 insertions(+), 5 deletions(-)
7689
7690commit cf2106a575e46a52d91995c96d751c99c2c8989d
7691Author: Shaun McCance <shaunm@gnome.org>
7692Date:   Fri Apr 20 14:18:23 2012 -0400
7693
7694    db2html-links: Fix status markers in api docs
7695
7696 xslt/docbook/html/db2html-links.xsl | 8 ++++----
7697 1 file changed, 4 insertions(+), 4 deletions(-)
7698
7699commit 617ae54ab10e01cc185eb7f5fbf184cb35884b81
7700Author: Shaun McCance <shaunm@gnome.org>
7701Date:   Mon Apr 16 14:25:58 2012 -0400
7702
7703    Version 3.4.1
7704
7705 NEWS         | 11 +++++++++++
7706 configure.ac |  2 +-
7707 2 files changed, 12 insertions(+), 1 deletion(-)
7708
7709commit 4b24d8d52895bbca0ffdb8d96cf0d27358c08633
7710Author: Marian Scerbak <Marian.Scerbak@gmail.com>
7711Date:   Mon Apr 16 10:46:17 2012 +0200
7712
7713    Updated Slovak translation
7714
7715 po/sk.po | 2043 ++++++++++++++------------------------------------------------
7716 1 file changed, 454 insertions(+), 1589 deletions(-)
7717
7718commit a53b256f3b53d092195eedffffc7f1b8667d6e69
7719Author: Jiro Matsuzawa <jmatsuzawa@gnome.org>
7720Date:   Sun Apr 15 20:00:36 2012 +0900
7721
7722    [l10n] Update Japanese translation
7723
7724 po/ja.po | 14 +++++++-------
7725 1 file changed, 7 insertions(+), 7 deletions(-)
7726
7727commit a51020bd2334033b6bcf9a038caa20912f3d101c
7728Author: Carles Ferrando <carles.ferrando@gmail.com>
7729Date:   Tue Apr 10 20:59:36 2012 +0200
7730
7731    [l10n]Updated Catalan (Valencian) translation
7732
7733 po/ca@valencia.po | 5 +++--
7734 1 file changed, 3 insertions(+), 2 deletions(-)
7735
7736commit d06c65404dd4088a669724562f70300469d6365c
7737Author: Jordi Serratosa <jordis@softcatala.cat>
7738Date:   Tue Apr 10 20:59:34 2012 +0200
7739
7740    [l10n] Fixes on Catalan translation
7741
7742 po/ca.po | 10 ++++++----
7743 1 file changed, 6 insertions(+), 4 deletions(-)
7744
7745commit 9275e7a1b6c3c4727d9cf2d63ecdea169f40c084
7746Author: Chandan Kumar <chandankumar.093047@gmail.com>
7747Date:   Sun Apr 8 18:00:03 2012 +0530
7748
7749    Updated HINDI translation
7750
7751 po/hi.po | 2787 ++++++++++++++++----------------------------------------------
7752 1 file changed, 720 insertions(+), 2067 deletions(-)
7753
7754commit 10823adda1fb16d742292ecfaaaf9276b838a4aa
7755Author: Andika Triwidada <andika@gmail.com>
7756Date:   Thu Mar 29 20:47:30 2012 +0700
7757
7758    [l10n] Updated Indonesian translation
7759
7760 po/id.po | 1604 +++++++++++++++-----------------------------------------------
7761 1 file changed, 392 insertions(+), 1212 deletions(-)
7762
7763commit c8baf701602d6c1af5d7197a4bd5db9452ed261c
7764Author: Aurimas Černius <aurisc4@gmail.com>
7765Date:   Wed Mar 28 00:20:26 2012 +0300
7766
7767    Updated Lithuanian translation
7768
7769 po/lt.po | 35 +++++++++++++++++++++++------------
7770 1 file changed, 23 insertions(+), 12 deletions(-)
7771
7772commit 3d914b37cf61436c289a2792f6c877c5030ec54c
7773Author: Shaun McCance <shaunm@gnome.org>
7774Date:   Mon Mar 26 14:00:30 2012 -0400
7775
7776    Version 3.4.0
7777
7778 NEWS         | 7 +++++++
7779 configure.ac | 2 +-
7780 2 files changed, 8 insertions(+), 1 deletion(-)
7781
7782commit 85a6290d75b6ba22207b95b232dc6713f10d06c6
7783Author: Marek Černocký <marek@manet.cz>
7784Date:   Sun Mar 25 12:43:56 2012 +0200
7785
7786    Updated Czech translation
7787
7788 po/cs.po | 515 ++++++++++++++-------------------------------------------------
7789 1 file changed, 114 insertions(+), 401 deletions(-)
7790
7791commit 5af684d8e449cd3eb6a674c2416a7d1b62cf2bd1
7792Author: Krishnababu Krothapalli <email>
7793Date:   Tue Mar 20 21:31:36 2012 +0530
7794
7795    Translations Updated with FUEL
7796
7797 po/te.po | 4 ++--
7798 1 file changed, 2 insertions(+), 2 deletions(-)
7799
7800commit b7c0a10dad869b5b32d20938fb8637f53b86372b
7801Author: YunQiang Su <yqsu@src.gnome.org>
7802Date:   Tue Mar 20 22:59:47 2012 +0800
7803
7804    update Simplified Chinese (zh_CN) translation
7805
7806 po/zh_CN.po | 40 +++++++++++++++++++++++++++-------------
7807 1 file changed, 27 insertions(+), 13 deletions(-)
7808
7809commit b1b94f4bf67db6cc6008f2a9183dea9beba73a4f
7810Author: Shaun McCance <shaunm@gnome.org>
7811Date:   Sun Mar 18 18:02:15 2012 -0400
7812
7813    Version 3.3.92
7814
7815 NEWS         | 40 ++++++++++++++++++++++++++++++++++++++++
7816 configure.ac |  2 +-
7817 2 files changed, 41 insertions(+), 1 deletion(-)
7818
7819commit e3a67feca7bba432df2a27605ea53213f3da2bc8
7820Author: Daniel Korostil <ted.korostiled@gmail.com>
7821Date:   Sun Mar 18 15:13:56 2012 +0200
7822
7823    Uploaded Ukranian
7824
7825 po/uk.po | 191 ++++++++++++++++++++++++++++++++++++++++-----------------------
7826 1 file changed, 122 insertions(+), 69 deletions(-)
7827
7828commit 788bb437fd8f7b02432e0ca8722b8678f3bae99e
7829Author: Carles Ferrando <carles.ferrando@gmail.com>
7830Date:   Thu Mar 15 23:12:48 2012 +0100
7831
7832    [l10n]Updated Catalan (Valencian) translation
7833
7834 po/ca@valencia.po | 191 ++++++++++++++++++++++++++++++++++--------------------
7835 1 file changed, 122 insertions(+), 69 deletions(-)
7836
7837commit 669802277c585c0811cba04dbc151a4670958dc7
7838Author: Gil Forcada <gforcada@gnome.org>
7839Date:   Thu Mar 15 23:12:45 2012 +0100
7840
7841    [l10n]Updated Catalan translation
7842
7843 po/ca.po | 191 ++++++++++++++++++++++++++++++++++++++++-----------------------
7844 1 file changed, 122 insertions(+), 69 deletions(-)
7845
7846commit 752ab34eab14979c6cdaa13d77dc017ab4d4a019
7847Author: Bruno Brouard <annoa.b@gmail.com>
7848Date:   Thu Mar 15 21:57:05 2012 +0100
7849
7850    Updated French translation
7851
7852 po/fr.po | 178 ++++++++++++++++++++++++++++++++++++++-------------------------
7853 1 file changed, 109 insertions(+), 69 deletions(-)
7854
7855commit 24b9c9a18c028be976e272181d9a5e8774ce9a31
7856Author: A S Alam <aalam@users.sf.net>
7857Date:   Thu Mar 15 20:03:38 2012 +0530
7858
7859    update Punjabi Translation
7860
7861 po/pa.po | 195 +++++++++++++++++++++++++++++++++++++++------------------------
7862 1 file changed, 122 insertions(+), 73 deletions(-)
7863
7864commit c61578a3e6c571a56a2d4ff5f1b17cb5eefbfd21
7865Author: Krishnababu Krothapalli <email>
7866Date:   Thu Mar 15 13:14:23 2012 +0530
7867
7868    Updated Telugu Translations
7869
7870 po/te.po | 65 ++++++++++++++++++++++++++++++++++++++--------------------------
7871 1 file changed, 39 insertions(+), 26 deletions(-)
7872
7873commit 0f2aed08e8a3d94e470bc6798b9ad8ff38072bc9
7874Author: Anita Reitere <nitalynx@gmail.com>
7875Date:   Thu Mar 15 00:03:16 2012 +0200
7876
7877    Updated Latvian translation.
7878
7879 po/lv.po | 292 ++++++++++++++++++++++++++++++++++++---------------------------
7880 1 file changed, 166 insertions(+), 126 deletions(-)
7881
7882commit 282100ae6c3a0304b8962ce51d41638771e566f5
7883Author: Duarte Loreto <happyguy_pt@hotmail.com>
7884Date:   Wed Mar 14 00:44:44 2012 +0000
7885
7886    Updated Portuguese translation
7887
7888 po/pt.po | 198 +++++++++++++++++++++++++++++++++++++++------------------------
7889 1 file changed, 122 insertions(+), 76 deletions(-)
7890
7891commit b53604cdab8ceb07d02cb6edfe6f5c856247328b
7892Author: Bruce Cowan <bruce@bcowan.me.uk>
7893Date:   Tue Mar 13 17:38:30 2012 +0000
7894
7895    Updated British English translation
7896
7897 po/en_GB.po | 197 +++++++++++++++++++++++++++++++++++++-----------------------
7898 1 file changed, 123 insertions(+), 74 deletions(-)
7899
7900commit 52dbd8899962cf7e1d572647dbb4197dce5c2c3b
7901Author: Shaun McCance <shaunm@gnome.org>
7902Date:   Tue Mar 13 09:00:39 2012 -0400
7903
7904    mal2html-links: Use apply page styles to links for topics
7905
7906 xslt/mallard/html/mal2html-links.xsl | 4 +++-
7907 1 file changed, 3 insertions(+), 1 deletion(-)
7908
7909commit babdaccd16d5e8997d65facfc28cb713be72c7b9
7910Author: Timo Jyrinki <timo@debian.org>
7911Date:   Mon Mar 12 11:12:47 2012 +0200
7912
7913    Finnish translation update from http://l10n.laxstrom.name/wiki/Gnome_3.4 translation sprint
7914
7915 po/fi.po | 156 ++++++++++++---------------------------------------------------
7916 1 file changed, 28 insertions(+), 128 deletions(-)
7917
7918commit 3e3853a3c1c2d73c20096b1a6297204e646d317e
7919Author: Arash Mousavi <amousavi@src.gnome.org>
7920Date:   Sat Mar 10 20:02:50 2012 +0330
7921
7922    Updated Persian Translation
7923
7924 po/fa.po | 35 +++++++++++++++++++++++------------
7925 1 file changed, 23 insertions(+), 12 deletions(-)
7926
7927commit 91151f637903a30c2fc5c83d36e0699c377139fb
7928Author: Seong-ho Cho <darkcircle.0426@gmail.com>
7929Date:   Sat Mar 10 16:30:08 2012 +0900
7930
7931    Updated Korean translation
7932
7933 po/ko.po | 191 ++++++++++++++++++++++++++++++++++++++++-----------------------
7934 1 file changed, 122 insertions(+), 69 deletions(-)
7935
7936commit f35d946e109f233fd337e579b7fde2abcc0731a2
7937Author: Shaun McCance <shaunm@gnome.org>
7938Date:   Wed Mar 7 13:52:04 2012 -0500
7939
7940    mal2html-page: Be more flexible with revisions for editor banner
7941
7942 xslt/mallard/html/mal2html-page.xsl | 21 ++++++++++++++-------
7943 1 file changed, 14 insertions(+), 7 deletions(-)
7944
7945commit ed5214312502a2bc55de77e445bf4f0abb81e75b
7946Author: Shaun McCance <shaunm@gnome.org>
7947Date:   Fri Mar 2 19:11:09 2012 -0500
7948
7949    xsldoc-scan.xsl: Fixed pruning of private templates
7950
7951 doc/yelp-xsl/xsldoc-scan.xsl | 25 +++++++++++++++----------
7952 1 file changed, 15 insertions(+), 10 deletions(-)
7953
7954commit 77c0f9ecef1932a7d2e1e098abe93d5fe335959d
7955Author: Gabriel Speckhahn <gabspeck@gmail.com>
7956Date:   Wed Mar 7 13:18:10 2012 -0300
7957
7958    Updated Brazilian Portuguese translation
7959
7960 po/pt_BR.po | 220 ++++++++++++++++++++++++++++++++++++------------------------
7961 1 file changed, 132 insertions(+), 88 deletions(-)
7962
7963commit de751d1ac58c40ddf485a3cba7c4ab08a2bf704d
7964Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
7965Date:   Wed Mar 7 12:29:06 2012 +0100
7966
7967    Updated Basque language
7968
7969 po/eu.po | 192 ++++++++++++++++++++++++++++++++++++++++-----------------------
7970 1 file changed, 122 insertions(+), 70 deletions(-)
7971
7972commit be774cabc86a12bb6fc045bf2def4f8126ad8bdb
7973Author: Tiffany Antopolski <tiffany.antopolski@gmail.com>
7974Date:   Tue Mar 6 17:20:27 2012 -0500
7975
7976    po: Updated Esperanto translation.
7977
7978 po/eo.po | 47 +++++++++++++++++++++++++++++------------------
7979 1 file changed, 29 insertions(+), 18 deletions(-)
7980
7981commit debf5b596f1e6a6f396b5b49955bd4df85c8b43c
7982Author: Mario Blättermann <mario.blaettermann@gmail.com>
7983Date:   Mon Mar 5 23:39:17 2012 +0100
7984
7985    [l10n] Updated German translation
7986
7987 po/de.po | 38 ++++++++++++++++++++++++++------------
7988 1 file changed, 26 insertions(+), 12 deletions(-)
7989
7990commit fbdc318afb895295d5967118a5009bc6f1b10509
7991Author: Nilamdyuti Goswami <nilamdyuti@gmail.com>
7992Date:   Mon Mar 5 23:04:43 2012 +0530
7993
7994    Assamese translation completed
7995
7996 po/as.po | 203 +++++++++++++++++++++++++++++++++++++++------------------------
7997 1 file changed, 126 insertions(+), 77 deletions(-)
7998
7999commit 87fb34652d9cedb94febf151d03b699a4b06a592
8000Author: Hannie Dumoleyn <hannie@ubuntu-nl.org>
8001Date:   Sun Mar 4 21:23:49 2012 +0100
8002
8003    Updated Dutch translation
8004
8005 po/nl.po | 198 ++++++++++++++++++++++++++++++++++++++++-----------------------
8006 1 file changed, 126 insertions(+), 72 deletions(-)
8007
8008commit a213a007dd62a3a6ee98ca402d4573ac036a830b
8009Author: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
8010Date:   Sun Mar 4 11:52:27 2012 +0700
8011
8012    Updated Vietnamese translation
8013
8014 po/vi.po | 27 +++++++++++++--------------
8015 1 file changed, 13 insertions(+), 14 deletions(-)
8016
8017commit 158ea59a2e5e8c3508b15b37ccac0c3805c6431b
8018Author: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
8019Date:   Sun Mar 4 11:50:54 2012 +0700
8020
8021    po/vi: import from Damned Lies
8022
8023 po/vi.po | 193 ++++++++++++++++++++++++++++++++++++++++-----------------------
8024 1 file changed, 122 insertions(+), 71 deletions(-)
8025
8026commit 5e7a2a0f7fa32fbcb6e74e81db4e19fe8d468077
8027Author: Piotr Drąg <piotrdrag@gmail.com>
8028Date:   Sun Mar 4 01:14:45 2012 +0100
8029
8030    Updated Polish translation
8031
8032 po/pl.po | 174 +++++++++++++++++++++++++++++++++++++++------------------------
8033 1 file changed, 107 insertions(+), 67 deletions(-)
8034
8035commit bcaa19134afbbf3b9fc6b7ab0fe82a74829ed9a9
8036Author: Milo Casagrande <milo@ubuntu.com>
8037Date:   Sat Mar 3 15:00:38 2012 +0100
8038
8039    [l10n] Updated Italian translation
8040
8041 po/it.po | 209 +++++++++++++++++++++++++++++++++++++++------------------------
8042 1 file changed, 131 insertions(+), 78 deletions(-)
8043
8044commit 062c0e4e7856e8171d830abf26655e1b496eb02b
8045Author: Shaun McCance <shaunm@gnome.org>
8046Date:   Fri Mar 2 15:59:08 2012 -0500
8047
8048    Updating jquery.syntax to 3.1 git tag for non-linking param
8049
8050 js/Makefile.am                           |   9 +-
8051 js/jquery.syntax.brush.bash.js           |   5 +
8052 js/jquery.syntax.brush.clang.js          |  13 +-
8053 js/jquery.syntax.brush.css.js            |  15 +-
8054 js/jquery.syntax.brush.go.js             |  47 +++
8055 js/jquery.syntax.brush.javascript.js     |   2 +-
8056 js/jquery.syntax.brush.ocaml.js          |  73 +++++
8057 js/jquery.syntax.brush.ooc.js            |   1 +
8058 js/jquery.syntax.brush.perl5.js          |   2 +-
8059 js/jquery.syntax.brush.php-script.js     |   6 +
8060 js/jquery.syntax.brush.protobuf.js       |  43 +++
8061 js/jquery.syntax.brush.ruby.js           |  15 +-
8062 js/jquery.syntax.brush.scala.js          |  44 +++
8063 js/jquery.syntax.brush.super-collider.js |  57 ++++
8064 js/jquery.syntax.brush.xml.js            |  52 ++--
8065 js/jquery.syntax.core.js                 | 487 ++++++++++++++++++++++---------
8066 js/jquery.syntax.js                      |  19 +-
8067 js/jquery.syntax.layout.editor.js        | 291 ++++++++++++++++++
8068 js/jquery.syntax.layout.inline.js        |   6 +-
8069 xslt/common/html.xsl                     |   3 +-
8070 20 files changed, 996 insertions(+), 194 deletions(-)
8071
8072commit f8897aab06fbbea218e1bd7a8b1c666806962a82
8073Author: Shaun McCance <shaunm@gnome.org>
8074Date:   Fri Mar 2 14:12:01 2012 -0500
8075
8076    db-chunk.xsl: Drop unused chunking parameters
8077
8078 xslt/docbook/common/db-chunk.xsl | 34 ++++++++--------------------------
8079 1 file changed, 8 insertions(+), 26 deletions(-)
8080
8081commit 9f47d275ce9526b60046e401656ff2e2e6780b34
8082Author: Shaun McCance <shaunm@gnome.org>
8083Date:   Fri Mar 2 13:13:18 2012 -0500
8084
8085    xsldoc-scan.xsl: More correct handling of stylesheet variables
8086
8087 doc/yelp-xsl/xsldoc-scan.xsl | 2 ++
8088 1 file changed, 2 insertions(+)
8089
8090commit ff250e7813af4982bb99abfb1700a02d4b155041
8091Author: Shaun McCance <shaunm@gnome.org>
8092Date:   Fri Mar 2 11:14:51 2012 -0500
8093
8094    ttml: Implement TTML profiles, move stuff to common ttml.xsl
8095
8096 doc/yelp-xsl/C/modes.page            |   6 +
8097 doc/yelp-xsl/C/parameters.page       |   6 +
8098 doc/yelp-xsl/C/stubs.page            |   6 +
8099 doc/yelp-xsl/C/stylesheets.page      |   2 +-
8100 doc/yelp-xsl/C/templates.page        |   6 +
8101 xslt/common/Makefile.am              |   1 +
8102 xslt/common/html.xsl                 |   1 +
8103 xslt/common/ttml.xsl                 | 507 +++++++++++++++++++++++++++++++++++
8104 xslt/mallard/html/mal2html-media.xsl | 170 +++---------
8105 xslt/mallard/html/mal2xhtml.xsl      |  12 +
8106 10 files changed, 583 insertions(+), 134 deletions(-)
8107
8108commit 0303f3a802f1cdd01d53dc5ddf14774466940714
8109Author: Mattias Põldaru <mahfiaz@gmail.com>
8110Date:   Thu Mar 1 18:10:28 2012 +0200
8111
8112    [l10n] Updated Estonian translation
8113
8114 po/et.po | 2361 ++++++++++----------------------------------------------------
8115 1 file changed, 353 insertions(+), 2008 deletions(-)
8116
8117commit ba764543cd6e44e6a8fa2778814b0993a9a2993b
8118Author: Shaun McCance <shaunm@gnome.org>
8119Date:   Wed Feb 29 18:25:14 2012 -0500
8120
8121    mal2html-media: Support xml:space on TTML
8122
8123 xslt/common/html.xsl                 |  2 ++
8124 xslt/mallard/html/mal2html-media.xsl | 57 +++++++++++++++++++++++++++++++++---
8125 2 files changed, 55 insertions(+), 4 deletions(-)
8126
8127commit 0f59420821a618e005eeb292601d48639e4c611b
8128Author: Shaun McCance <shaunm@gnome.org>
8129Date:   Wed Feb 29 16:58:35 2012 -0500
8130
8131    mal2html-media: Support xml:lang on TTML and unbreak tt:span
8132
8133 xslt/mallard/html/mal2html-media.xsl | 15 ++++++++++++---
8134 1 file changed, 12 insertions(+), 3 deletions(-)
8135
8136commit adc070c82160de45f8a186fd0082b7ff5223b0e6
8137Author: Shaun McCance <shaunm@gnome.org>
8138Date:   Wed Feb 29 13:11:45 2012 -0500
8139
8140    db2html-block: Handle literallayout with class="monospaced"
8141
8142 xslt/docbook/html/db2html-block.xsl | 9 ++++++++-
8143 1 file changed, 8 insertions(+), 1 deletion(-)
8144
8145commit 92ec42c8469c1e8a6775b716f5be12482e580b81
8146Author: Shaun McCance <shaunm@gnome.org>
8147Date:   Wed Feb 29 12:31:34 2012 -0500
8148
8149    mal2html-media: Allow block content in tt:div
8150
8151 xslt/common/html.xsl                 |  4 ++++
8152 xslt/mallard/html/mal2html-media.xsl | 39 +++++++++++++++++++++++++++++-------
8153 2 files changed, 36 insertions(+), 7 deletions(-)
8154
8155commit 1c76e921be02059d8423e200cda65d8960d1e258
8156Author: Shaun McCance <shaunm@gnome.org>
8157Date:   Wed Feb 29 12:22:44 2012 -0500
8158
8159    mal2html-media: Support h and m time units for TTML
8160
8161 xslt/mallard/html/mal2html-media.xsl | 15 +++++++++++----
8162 1 file changed, 11 insertions(+), 4 deletions(-)
8163
8164commit 4ff602d695cef3d4b07b6db2dd4b238e907b7033
8165Author: Gabor Kelemen <kelemeng@gnome.hu>
8166Date:   Wed Feb 29 01:51:38 2012 +0100
8167
8168    Updated Hungarian translation
8169
8170 po/hu.po | 194 +++++++++++++++++++++++++++++++++++++++------------------------
8171 1 file changed, 122 insertions(+), 72 deletions(-)
8172
8173commit 3301efb80d16680859e2b80a538d274ab3d9be64
8174Author: Shaun McCance <shaunm@gnome.org>
8175Date:   Tue Feb 28 13:02:31 2012 -0500
8176
8177    mal2html-media: TTML br doesn't take timing attributes
8178
8179 xslt/mallard/html/mal2html-media.xsl | 15 +--------------
8180 1 file changed, 1 insertion(+), 14 deletions(-)
8181
8182commit 0e5f60eccd0c364bf1884c56a21ab311e77125e7
8183Author: Shaun McCance <shaunm@gnome.org>
8184Date:   Tue Feb 28 12:34:44 2012 -0500
8185
8186    mal2html-media: Support for the TTML br element
8187
8188 xslt/mallard/html/mal2html-media.xsl | 17 +++++++++++++++++
8189 1 file changed, 17 insertions(+)
8190
8191commit fed3253af45e204d00075abf68282600aeb4f8f8
8192Author: Shaun McCance <shaunm@gnome.org>
8193Date:   Tue Feb 28 10:50:33 2012 -0500
8194
8195    mal2html-media: Implemented the TTML dur attribute
8196
8197 xslt/common/html.xsl                 |  6 +--
8198 xslt/mallard/html/mal2html-media.xsl | 78 +++++++++++++++++++++++++-----------
8199 2 files changed, 58 insertions(+), 26 deletions(-)
8200
8201commit 89a900ab682ee138ea279c78c0b8ab2f8ebe876d
8202Author: Dr.T.Vasudevan <agnihot3@gmail.com>
8203Date:   Tue Feb 28 15:47:23 2012 +0530
8204
8205    updated Tamil translation
8206
8207 po/ta.po | 188 ++++++++++++++++++++++++++++++++++++++++-----------------------
8208 1 file changed, 120 insertions(+), 68 deletions(-)
8209
8210commit b6a15c3faaa798a3a01a391e0a230490abdb98e4
8211Author: Shaun McCance <shaunm@gnome.org>
8212Date:   Sun Feb 26 13:29:18 2012 -0500
8213
8214    html.xsl: Put 1em padding at the bottom of div.body
8215
8216 xslt/common/html.xsl | 1 +
8217 1 file changed, 1 insertion(+)
8218
8219commit 36c884c594d467573aa52029fc94694299e73b34
8220Author: Shaun McCance <shaunm@gnome.org>
8221Date:   Sun Feb 26 13:24:30 2012 -0500
8222
8223    mal2html-page: Style tweak for ui:thumbs=grid
8224
8225 xslt/mallard/html/mal2html-page.xsl | 1 +
8226 1 file changed, 1 insertion(+)
8227
8228commit 6166521f37355866ba70f6cd35d42171a2580a16
8229Author: Shaun McCance <shaunm@gnome.org>
8230Date:   Sun Feb 26 13:17:40 2012 -0500
8231
8232    mal2html-ui: Take first recognized from list in @ui:thumbs
8233
8234 xslt/mallard/html/mal2html-links.xsl | 18 +++++++++++++++---
8235 1 file changed, 15 insertions(+), 3 deletions(-)
8236
8237commit ae2708c4e8d38dff45461488fe3356bfc0403055
8238Author: Shaun McCance <shaunm@gnome.org>
8239Date:   Sun Feb 26 13:01:30 2012 -0500
8240
8241    Moved ui:thumb stuff to mal2html-ui
8242
8243 xslt/mallard/html/mal2html-api.xsl   |   2 +-
8244 xslt/mallard/html/mal2html-links.xsl | 261 +---------------------------
8245 xslt/mallard/html/mal2html-page.xsl  |  23 +--
8246 xslt/mallard/html/mal2html-ui.xsl    | 324 ++++++++++++++++++++++++++++++++++-
8247 4 files changed, 340 insertions(+), 270 deletions(-)
8248
8249commit f915d25097ffa7a8fc9f15170c64bbe58aab506d
8250Author: Shaun McCance <shaunm@gnome.org>
8251Date:   Fri Feb 24 11:38:57 2012 -0500
8252
8253    mal2html-facets: Use common links template for facets
8254
8255 xslt/mallard/html/mal2html-api.xsl    |  19 +++--
8256 xslt/mallard/html/mal2html-facets.xsl |  55 +++++++------
8257 xslt/mallard/html/mal2html-links.xsl  | 145 +++++++++++++++++++---------------
8258 3 files changed, 122 insertions(+), 97 deletions(-)
8259
8260commit dc0a2155414f318ad8cba05581900a727ed296ef
8261Author: Shaun McCance <shaunm@gnome.org>
8262Date:   Thu Feb 23 22:15:15 2012 -0500
8263
8264    mal2html-links: Use common links template for guide & seealso
8265
8266 xslt/mallard/html/mal2html-links.xsl | 152 +++++++++++++----------------------
8267 1 file changed, 58 insertions(+), 94 deletions(-)
8268
8269commit 272363be6f1a3ca106b9b960628f529488c83b9b
8270Author: Shaun McCance <shaunm@gnome.org>
8271Date:   Thu Feb 23 22:01:30 2012 -0500
8272
8273    * Added mal2html.links.links, used by mal2html.links.topic
8274
8275 xslt/mallard/html/mal2html-links.xsl | 250 +++++++++++++++++++++--------------
8276 1 file changed, 152 insertions(+), 98 deletions(-)
8277
8278commit db83485f94be4775644abbc74b1aebb702bdbaca
8279Author: Shaun McCance <shaunm@gnome.org>
8280Date:   Thu Feb 23 09:28:55 2012 -0500
8281
8282    Version 3.3.3
8283
8284 NEWS         | 42 ++++++++++++++++++++++++++++++++++++++++++
8285 configure.ac |  2 +-
8286 2 files changed, 43 insertions(+), 1 deletion(-)
8287
8288commit d982256b6a8f2331423375e2e228f042698c042e
8289Author: Alexander Shopov <ash@kambanaria.org>
8290Date:   Wed Feb 22 19:31:35 2012 +0200
8291
8292    Updated Bulgarian translation
8293
8294 po/bg.po | 34 +++++++++++++++++++++++-----------
8295 1 file changed, 23 insertions(+), 11 deletions(-)
8296
8297commit e6d7b7564b1e561c1ff4c37a9e946c2e19fdb5a1
8298Author: Shaun McCance <shaunm@gnome.org>
8299Date:   Tue Feb 21 18:15:58 2012 -0500
8300
8301    mal2html-links: Use ui:thumb extension for mouseover links
8302
8303 xslt/mallard/html/mal2html-links.xsl | 252 ++++++++++++++++++++++++++---------
8304 xslt/mallard/html/mal2html-page.xsl  |  54 ++++++++
8305 2 files changed, 240 insertions(+), 66 deletions(-)
8306
8307commit 2fe44cce7fa95a449f9630eb3f296f96493aa549
8308Author: Shaun McCance <shaunm@gnome.org>
8309Date:   Mon Feb 20 18:29:11 2012 -0500
8310
8311    mal2html-links: More intelligent size handling in ui thumbs
8312
8313 xslt/mallard/html/mal2html-links.xsl | 68 +++++++++++++++++++++++++++++++-----
8314 1 file changed, 60 insertions(+), 8 deletions(-)
8315
8316commit b21586cff25152abd97d2be7172d782ba4e31cbd
8317Author: Ask H. Larsen <asklarsen@gmail.com>
8318Date:   Mon Feb 20 22:40:52 2012 +0100
8319
8320    Updated Danish translation
8321
8322 po/da.po | 188 ++++++++++++++++++++++++++++++++++++++++-----------------------
8323 1 file changed, 120 insertions(+), 68 deletions(-)
8324
8325commit b58b8c473938f12e13ce2e33351252575265391b
8326Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
8327Date:   Mon Feb 20 22:35:13 2012 +0100
8328
8329    Updated Serbian translation
8330
8331 po/sr.po       | 208 +++++++++++++++++++++++++++++++++++----------------------
8332 po/sr@latin.po | 208 +++++++++++++++++++++++++++++++++++----------------------
8333 2 files changed, 256 insertions(+), 160 deletions(-)
8334
8335commit fdda9d8909977ec63ccec8b6fde228c625d0a2f8
8336Author: Shaun McCance <shaunm@gnome.org>
8337Date:   Mon Feb 20 09:36:40 2012 -0500
8338
8339    mal2html-links: Experimental thumbnail grid links
8340
8341 xslt/mallard/html/mal2html-links.xsl | 83 ++++++++++++++++++++++++++++++++++++
8342 xslt/mallard/html/mal2html-page.xsl  | 27 ++++++++++++
8343 2 files changed, 110 insertions(+)
8344
8345commit b4d232778e69878f5aebb55000901288b0d34a28
8346Author: Shaun McCance <shaunm@gnome.org>
8347Date:   Mon Feb 20 05:43:01 2012 -0500
8348
8349    mal2html-links: Use series link titles for series
8350
8351 xslt/mallard/html/mal2html-links.xsl | 5 +++++
8352 1 file changed, 5 insertions(+)
8353
8354commit 3a350d3d39b925ea3a1ff1e713f9efad5a99d88c
8355Author: Shaun McCance <shaunm@gnome.org>
8356Date:   Sun Feb 19 11:30:48 2012 -0500
8357
8358    mal2html-facets: Fix facet-handling, broken by HTML changes
8359
8360 xslt/mallard/html/mal2html-facets.xsl | 2 +-
8361 1 file changed, 1 insertion(+), 1 deletion(-)
8362
8363commit 9b278e516015696ce8e619e7deb55a3aea0d5740
8364Author: Shaun McCance <shaunm@gnome.org>
8365Date:   Sun Feb 19 07:57:10 2012 -0500
8366
8367    Moved Conditionals out of the experimental namespace
8368
8369 xslt/mallard/common/mal-if.xsl       | 2 +-
8370 xslt/mallard/html/mal2html-block.xsl | 2 +-
8371 2 files changed, 2 insertions(+), 2 deletions(-)
8372
8373commit f035aae6eac151fb146f301ba8adc08564b88a00
8374Author: Gheyret Kenji <gheyret@gmail.com>
8375Date:   Sun Feb 19 19:52:31 2012 +0900
8376
8377    Uyghur translation updated
8378
8379 po/ug.po | 191 ++++++++++++++++++++++++++++++++++++++++-----------------------
8380 1 file changed, 121 insertions(+), 70 deletions(-)
8381
8382commit 68bd267a05d5adefd66c3f67fffe77eab11a0bf6
8383Author: Daniel Nylander <po@danielnylander.se>
8384Date:   Sun Feb 19 00:43:03 2012 +0100
8385
8386    Updated Swedish translation
8387
8388 po/sv.po | 38 +++++++++++++++++++++++++-------------
8389 1 file changed, 25 insertions(+), 13 deletions(-)
8390
8391commit a3ab49775029f0dd12727a36b9eb6d29854b9007
8392Author: Jiro Matsuzawa <jmatsuzawa@src.gnome.org>
8393Date:   Sun Feb 19 06:39:13 2012 +0900
8394
8395    [l10n] Update Japanese translation
8396
8397 po/ja.po | 54 +++++++++++++++++++++++++++++++++---------------------
8398 1 file changed, 33 insertions(+), 21 deletions(-)
8399
8400commit 5c258a3f8bc319c97be458b9a9c36e49b31170e0
8401Merge: 2c435eff 69eff980
8402Author: Shaun McCance <shaunm@gnome.org>
8403Date:   Fri Feb 17 17:53:08 2012 -0500
8404
8405    Merging new Mallard Conditional from wip/if-1-0
8406
8407commit 69eff98038a4dd92c02b77b6ffcfff5fc36add4f
8408Author: Shaun McCance <shaunm@gnome.org>
8409Date:   Fri Feb 17 11:32:53 2012 -0500
8410
8411    html: Changed mobile padding from 6px to 12px
8412
8413 xslt/common/html.xsl                | 18 +++++++++---------
8414 xslt/mallard/html/mal2html-page.xsl | 14 +++++++-------
8415 2 files changed, 16 insertions(+), 16 deletions(-)
8416
8417commit 2c435eff92f8cde265b84bee3fb857aa04a2a140
8418Author: Muhammet Kara <muhammet.k@gmail.com>
8419Date:   Wed Feb 15 14:53:52 2012 +0200
8420
8421    [l10n]Updated Turkish translation
8422
8423 po/tr.po | 139 ++++++++++++++++++++++++++++++++-------------------------------
8424 1 file changed, 71 insertions(+), 68 deletions(-)
8425
8426commit dd48c12fa9f67c9a4eb9b0dabe2d3299b915e1db
8427Author: Shaun McCance <shaunm@gnome.org>
8428Date:   Mon Feb 13 18:48:14 2012 -0500
8429
8430    db2html: Added support for bridgehead element
8431
8432 xslt/docbook/html/db2html-block.xsl      | 33 ++++++++++++++++++++++++++++++++
8433 xslt/docbook/html/db2html-css.xsl        |  2 ++
8434 xslt/docbook/html/db2html-suppressed.xsl |  1 -
8435 3 files changed, 35 insertions(+), 1 deletion(-)
8436
8437commit 6e3707bc5f0364b9662852f2982269988ffd73e2
8438Author: Yuri Myasoedov <omerta13@yandex.ru>
8439Date:   Wed Feb 8 11:50:12 2012 +0400
8440
8441    Updated Russian translation
8442
8443 po/ru.po | 190 ++++++++++++++++++++++++++++++++++++++++-----------------------
8444 1 file changed, 120 insertions(+), 70 deletions(-)
8445
8446commit 9f39f0751ecb852b157e55c78d0fa24b1dd6df94
8447Author: Fran Diéguez <fran.dieguez@mabishu.com>
8448Date:   Mon Feb 6 12:21:10 2012 +0100
8449
8450    Updated Galician translations
8451
8452 po/gl.po | 138 ++++++++++++++++++++++++++++++++-------------------------------
8453 1 file changed, 71 insertions(+), 67 deletions(-)
8454
8455commit 9000410e27cf6bf60d2fefedd19ba8c96c857640
8456Author: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
8457Date:   Mon Jan 30 19:27:15 2012 +0300
8458
8459    Updated Belarusian translation.
8460
8461 po/be.po | 44 +++++++++++++++++++++++++++-----------------
8462 1 file changed, 27 insertions(+), 17 deletions(-)
8463
8464commit 8612dc70b427fa4531e528fe2eb336b39e967a4f
8465Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
8466Date:   Mon Jan 30 19:48:52 2012 +0800
8467
8468    Updated Traditional Chinese translation(Hong Kong and Taiwan)
8469
8470 po/zh_HK.po | 48 ++++++++++++++++++++++++------------------------
8471 po/zh_TW.po | 48 ++++++++++++++++++++++++------------------------
8472 2 files changed, 48 insertions(+), 48 deletions(-)
8473
8474commit d80bd990ca03402018a20a781451fc766ada4ad2
8475Author: Matej Urbančič <mateju@svn.gnome.org>
8476Date:   Sat Jan 28 19:52:58 2012 +0100
8477
8478    Updated Slovenian translation
8479
8480 po/sl.po | 34 +++++++++++++++++++++++-----------
8481 1 file changed, 23 insertions(+), 11 deletions(-)
8482
8483commit 3b10c8a4263088e93df34af10faa9067e32098c3
8484Author: Kjartan Maraas <kmaraas@gnome.org>
8485Date:   Sat Jan 28 16:03:46 2012 +0100
8486
8487    Updated Norwegian bokmål translation
8488
8489 po/nb.po | 40 ++++++++++++++++++++++++++--------------
8490 1 file changed, 26 insertions(+), 14 deletions(-)
8491
8492commit 4b083c4ed96a3b0b4adf3c511398b3cd485917d6
8493Author: Yaron Shahrabani <sh.yaron@gmail.com>
8494Date:   Fri Jan 27 15:14:17 2012 +0200
8495
8496    Updated Hebrew translation.
8497
8498 po/he.po | 34 +++++++++++++++++++++++-----------
8499 1 file changed, 23 insertions(+), 11 deletions(-)
8500
8501commit 6c36025a921a1e8700bc3aa07a5b0a61e00fd516
8502Author: Daniel Mustieles <daniel.mustieles@gmail.com>
8503Date:   Fri Jan 27 11:10:48 2012 +0100
8504
8505    Updated Spanish translation
8506
8507 po/es.po | 138 ++++++++++++++++++++++++++++++++-------------------------------
8508 1 file changed, 71 insertions(+), 67 deletions(-)
8509
8510commit c554032fabf0d909b7c77c57b7528205995a4f97
8511Author: Shaun McCance <shaunm@gnome.org>
8512Date:   Thu Jan 26 18:34:16 2012 -0500
8513
8514    l10n: Moved msg to l10n.msgstr.key and added docs
8515
8516 xslt/common/l10n.xsl | 14 ++++++++++++--
8517 1 file changed, 12 insertions(+), 2 deletions(-)
8518
8519commit 33703235a51b79c8427d0555c6df5983431fd057
8520Author: Shaun McCance <shaunm@gnome.org>
8521Date:   Thu Jan 26 17:56:13 2012 -0500
8522
8523    docbook: Change idkey to db.id.key and document
8524
8525 xslt/docbook/common/db-chunk.xsl    |  2 +-
8526 xslt/docbook/common/db-common.xsl   | 11 ++++++++++-
8527 xslt/docbook/common/db-title.xsl    |  2 +-
8528 xslt/docbook/common/db-xref.xsl     |  6 +++---
8529 xslt/docbook/html/db2html-links.xsl |  4 ++--
8530 xslt/docbook/html/db2html-xref.xsl  |  8 ++++----
8531 6 files changed, 21 insertions(+), 12 deletions(-)
8532
8533commit 1531d46a2399c11662304b8e72a97355ff59cb4c
8534Author: Shaun McCance <shaunm@gnome.org>
8535Date:   Thu Jan 26 10:29:41 2012 -0500
8536
8537    Made copyright notices localizable (DocBook and Mallard)
8538
8539 xslt/common/domains/yelp-xsl.pot    | 32 ++++++++++++++++++++++----------
8540 xslt/common/domains/yelp-xsl.xml.in | 15 ++++++++++++++-
8541 xslt/docbook/common/db-common.xsl   | 36 +++++++++++++++++++++++-------------
8542 xslt/mallard/html/mal2html-page.xsl | 22 +++++++++++++++++++---
8543 4 files changed, 78 insertions(+), 27 deletions(-)
8544
8545commit 316402bc61f97ff6aa4eb15c8f5700cc9ce8de94
8546Author: Shaun McCance <shaunm@gnome.org>
8547Date:   Thu Jan 26 10:06:54 2012 -0500
8548
8549    mal2html-page: Don't output empty About footer
8550
8551 xslt/mallard/html/mal2html-page.xsl | 2 ++
8552 1 file changed, 2 insertions(+)
8553
8554commit 646b578349531422d4cac8838340bd1cee0c2cef
8555Author: Shaun McCance <shaunm@gnome.org>
8556Date:   Thu Jan 26 09:56:57 2012 -0500
8557
8558    mal2html-page: Changed mal2html.section.mode to named template
8559
8560 xslt/mallard/html/mal2html-page.xsl | 27 +++++++++++++++++++++------
8561 1 file changed, 21 insertions(+), 6 deletions(-)
8562
8563commit 4ed5e73d2e3dee4b671665add38afce99b7596b0
8564Author: Shaun McCance <shaunm@gnome.org>
8565Date:   Wed Jan 25 19:33:28 2012 -0500
8566
8567    mal-link: Get rid of unnecessary keys
8568
8569    I already had mal.cache.link.key to get any sort of link
8570    element from the cache. There was no need to introduce
8571    special keys for topic, guide, and seealso links.
8572
8573 xslt/mallard/common/mal-link.xsl | 33 +++------------------------------
8574 1 file changed, 3 insertions(+), 30 deletions(-)
8575
8576commit f6d64038791ad54420233846b190d80da6c5a4b2
8577Author: Shaun McCance <shaunm@gnome.org>
8578Date:   Wed Jan 25 10:51:32 2012 -0500
8579
8580    doc: Show used params for stylesheets and templates
8581
8582 doc/yelp-xsl/xsldoc-scan.xsl | 144 +++++++++++++++++++++----------------------
8583 1 file changed, 69 insertions(+), 75 deletions(-)
8584
8585commit 647465751d4ce199b9177e004f45ec1479fc4bac
8586Author: Shaun McCance <shaunm@gnome.org>
8587Date:   Wed Jan 25 10:16:07 2012 -0500
8588
8589    doc: Extract docs for xslt keys
8590
8591 doc/yelp-xsl/C/keys.page         | 40 +++++++++++++++++++++++++++++++
8592 doc/yelp-xsl/xsldoc-scan.awk     | 12 +++++++++-
8593 doc/yelp-xsl/xsldoc-scan.xsl     | 51 ++++++++++++++++++++++++++++++++++++++++
8594 xslt/mallard/common/mal-link.xsl | 27 +++++++++++++++++++--
8595 4 files changed, 127 insertions(+), 3 deletions(-)
8596
8597commit f1eb19d67fdce7b5950d47972e8f5f9ed9397d0e
8598Author: Shaun McCance <shaunm@gnome.org>
8599Date:   Tue Jan 24 14:49:29 2012 -0500
8600
8601    doc/yelp-xsl: A bunch of org changes to the xsldoc
8602
8603 doc/yelp-xsl/C/gnome-doc-xslt.xml      | 241 ---------------------------------
8604 doc/yelp-xsl/C/index__M.page           |  14 --
8605 doc/yelp-xsl/C/index__P.page           |  14 --
8606 doc/yelp-xsl/C/index__S.page           |  14 --
8607 doc/yelp-xsl/C/index__T.page           |  14 --
8608 doc/yelp-xsl/C/modes.page              |  40 ++++++
8609 doc/yelp-xsl/C/parameters.page         |  40 ++++++
8610 doc/yelp-xsl/C/stubs.page              |  40 ++++++
8611 doc/yelp-xsl/C/stylesheets.page        |  31 +++++
8612 doc/yelp-xsl/C/templates.page          |  40 ++++++
8613 doc/yelp-xsl/Makefile.am               |   2 +-
8614 doc/yelp-xsl/xsldoc-scan.awk           |   7 +-
8615 doc/yelp-xsl/xsldoc-scan.xsl           |  58 ++++----
8616 xslt/docbook/html/db2html-division.xsl |   1 +
8617 xslt/mallard/common/mal-gloss.xsl      |   2 +-
8618 15 files changed, 224 insertions(+), 334 deletions(-)
8619
8620commit 547bc02da4bd7d5acf9ffb2d6e2370db931a0cb6
8621Author: Shaun McCance <shaunm@gnome.org>
8622Date:   Tue Jan 24 13:44:08 2012 -0500
8623
8624    xsldoc: Guide page for template stubs
8625
8626 doc/yelp-xsl/xsldoc-scan.xsl | 3 +++
8627 1 file changed, 3 insertions(+)
8628
8629commit 2dccb685ecfbbf2b04d5ee0b4b69f45bc357fd6a
8630Author: Shaun McCance <shaunm@gnome.org>
8631Date:   Tue Jan 24 13:40:01 2012 -0500
8632
8633    db2html-bibliography: Fixed typo in template name
8634
8635 xslt/docbook/html/db2html-bibliography.xsl | 2 +-
8636 1 file changed, 1 insertion(+), 1 deletion(-)
8637
8638commit 88af09d873802818671628d0cc76ff9790f9ea6f
8639Author: Shaun McCance <shaunm@gnome.org>
8640Date:   Tue Jan 24 10:39:06 2012 -0500
8641
8642    db2html-cmdsynopsis: Alignment improvements for synopfragment
8643
8644 xslt/docbook/html/db2html-cmdsynopsis.xsl | 68 +++++++++++++++----------------
8645 xslt/docbook/html/db2html-css.xsl         | 12 +++---
8646 2 files changed, 37 insertions(+), 43 deletions(-)
8647
8648commit 32bdff8bca0f28b612b1a24eb5286623cc429033
8649Author: Shaun McCance <shaunm@gnome.org>
8650Date:   Tue Jan 24 08:52:21 2012 -0500
8651
8652    Fixed some errors in the documentation
8653
8654 doc/yelp-xsl/xsldoc-scan.awk           |  5 +++++
8655 doc/yelp-xsl/xsldoc-scan.xsl           | 27 ++++++++++++++++++---------
8656 xslt/common/html.xsl                   |  4 ++--
8657 xslt/common/icons.xsl                  |  2 +-
8658 xslt/docbook/common/db-common.xsl      |  2 +-
8659 xslt/docbook/common/db-xref.xsl        |  2 +-
8660 xslt/docbook/html/db2html-css.xsl      |  4 +---
8661 xslt/docbook/html/db2html-division.xsl |  2 +-
8662 xslt/docbook/html/db2html-index.xsl    |  2 +-
8663 xslt/docbook/html/db2html-inline.xsl   |  2 +-
8664 xslt/docbook/html/db2html-list.xsl     |  2 +-
8665 xslt/docbook/html/db2html-refentry.xsl |  2 +-
8666 xslt/docbook/html/db2html-table.xsl    |  2 +-
8667 xslt/docbook/html/db2xhtml.xsl         |  2 ++
8668 xslt/mallard/common/mal-if.xsl         |  1 +
8669 xslt/mallard/common/mal-sort.xsl       | 10 ++++++----
8670 xslt/mallard/html/mal2html-links.xsl   |  1 +
8671 17 files changed, 45 insertions(+), 27 deletions(-)
8672
8673commit 38fcaf1f2a6692213da9ad42c49cccdccfc2447b
8674Author: Shaun McCance <shaunm@gnome.org>
8675Date:   Mon Jan 23 15:11:11 2012 -0500
8676
8677    html.xsl: More mobile style tweaks
8678
8679 xslt/common/html.xsl | 8 +++++++-
8680 1 file changed, 7 insertions(+), 1 deletion(-)
8681
8682commit 0cc32ea8b1f221aa540b04311e75516e15e3cea6
8683Author: Shaun McCance <shaunm@gnome.org>
8684Date:   Sun Jan 22 12:07:11 2012 -0500
8685
8686    db2html-index: Unbreak indexdiv
8687
8688 xslt/docbook/html/db2html-division.xsl | 14 ++++++++------
8689 xslt/docbook/html/db2html-index.xsl    | 17 ++++++++++++++++-
8690 2 files changed, 24 insertions(+), 7 deletions(-)
8691
8692commit 71c2a0f74bed63939fecb75884d56ab145a10260
8693Author: Hideki Yamane <henrich@debian.org>
8694Date:   Sat Jan 21 22:34:54 2012 +0900
8695
8696    [l10n] Update Japanese translation
8697
8698 po/ja.po | 2500 ++++++++++----------------------------------------------------
8699 1 file changed, 402 insertions(+), 2098 deletions(-)
8700
8701commit 5f06118be7d6e40ae5727a3285e8428f4f236006
8702Author: Shaun McCance <shaunm@gnome.org>
8703Date:   Thu Jan 19 10:57:53 2012 -0500
8704
8705    db2html-block: Basic support for task element
8706
8707    https://bugzilla.gnome.org/show_bug.cgi?id=162366
8708
8709 xslt/docbook/html/db2html-block.xsl | 20 ++++++++++++++++++++
8710 1 file changed, 20 insertions(+)
8711
8712commit 047a6e6d9498d2cbefb974df08ba92773408d2c6
8713Author: Shaun McCance <shaunm@gnome.org>
8714Date:   Thu Jan 19 10:46:49 2012 -0500
8715
8716    db2html-inline: Support DocBook package element
8717
8718    https://bugzilla.gnome.org/show_bug.cgi?id=524207
8719
8720 xslt/docbook/html/db2html-inline.xsl | 8 ++++++++
8721 1 file changed, 8 insertions(+)
8722
8723commit 68808b72bf8836b4dac8411b04de1f9d9ae60646
8724Author: Shaun McCance <shaunm@gnome.org>
8725Date:   Thu Jan 19 10:24:31 2012 -0500
8726
8727    db2html-division: Some div adjustments to match mobile CSS
8728
8729 xslt/common/html.xsl                   |  4 +-
8730 xslt/docbook/html/db2html-division.xsl | 83 +++++++++++++++++++++++-----------
8731 2 files changed, 58 insertions(+), 29 deletions(-)
8732
8733commit 7217e19c442af97b11dc5d65c3c9b53d6abbe2db
8734Author: Shaun McCance <shaunm@gnome.org>
8735Date:   Thu Jan 19 09:03:29 2012 -0500
8736
8737    html.xsl: Call html.lang.attrs on body
8738
8739 xslt/common/html.xsl | 3 +++
8740 1 file changed, 3 insertions(+)
8741
8742commit e8cc83b5ef3eca6b710a5d601660f886e71466e1
8743Author: Shaun McCance <shaunm@gnome.org>
8744Date:   Wed Jan 18 20:09:32 2012 -0500
8745
8746    db2html: Common formatting for example, procedure
8747
8748 xslt/common/html.xsl                | 5 +++++
8749 xslt/docbook/html/db2html-block.xsl | 4 +++-
8750 xslt/docbook/html/db2html-list.xsl  | 2 ++
8751 xslt/mallard/html/mal2html-page.xsl | 6 ------
8752 4 files changed, 10 insertions(+), 7 deletions(-)
8753
8754commit 91ab1538f2aace9e79a385a20313645314009436
8755Author: Shaun McCance <shaunm@gnome.org>
8756Date:   Wed Jan 18 18:50:57 2012 -0500
8757
8758    db2html-block: Support the DocBook sidebar element
8759
8760    https://bugzilla.gnome.org/show_bug.cgi?id=470575
8761
8762 xslt/docbook/html/db2html-block.xsl | 12 ++++++++++++
8763 1 file changed, 12 insertions(+)
8764
8765commit f489e3c8b801e97672a8c81dd2a9047b8fafc921
8766Author: Shaun McCance <shaunm@gnome.org>
8767Date:   Wed Jan 18 18:39:47 2012 -0500
8768
8769    Strip query string from email address in tooltip
8770
8771    https://bugzilla.gnome.org/show_bug.cgi?id=663185
8772
8773 xslt/common/utils.xsl            | 25 +++++++++++++++++++++++++
8774 xslt/docbook/common/db-xref.xsl  |  7 +++++--
8775 xslt/mallard/common/mal-link.xsl |  7 +++++--
8776 3 files changed, 35 insertions(+), 4 deletions(-)
8777
8778commit e5905a4eac5eb784a03f3b42fc008d54c33db143
8779Author: Piotr Drąg <piotrdrag@gmail.com>
8780Date:   Wed Jan 18 20:14:29 2012 +0100
8781
8782    Updated POTFILES.in
8783
8784 po/POTFILES.in | 2 +-
8785 1 file changed, 1 insertion(+), 1 deletion(-)
8786
8787commit b6edeb3482d148e545d3065e7b52733147fc4215
8788Author: Shaun McCance <shaunm@gnome.org>
8789Date:   Wed Jan 18 11:50:53 2012 -0500
8790
8791    mal2html-page.xsl: Changing mobile from 480px to 400px
8792
8793 xslt/mallard/html/mal2html-page.xsl | 2 +-
8794 1 file changed, 1 insertion(+), 1 deletion(-)
8795
8796commit 80736df23ffa1158d34583787eb895acbad20252
8797Merge: 3592925b b35cdbd1
8798Author: Shaun McCance <shaunm@gnome.org>
8799Date:   Wed Jan 18 11:50:15 2012 -0500
8800
8801    Merge branch 'master' into wip/if-1-0
8802
8803commit b35cdbd1391bb3072edb46cfac95b8209b13e82c
8804Author: Shaun McCance <shaunm@gnome.org>
8805Date:   Wed Jan 18 11:49:11 2012 -0500
8806
8807    html.xsl: Changing mobile from 480px to 400px
8808
8809 xslt/common/html.xsl                | 4 ++--
8810 xslt/mallard/html/mal2html-page.xsl | 8 ++++----
8811 2 files changed, 6 insertions(+), 6 deletions(-)
8812
8813commit 34c23189a525d445d91901d318664acddbcb92fd
8814Author: Shaun McCance <shaunm@gnome.org>
8815Date:   Wed Jan 18 10:20:55 2012 -0500
8816
8817    common/l10n.xsl: Finally moving gettext to common
8818
8819 .gitignore                                       |  3 +--
8820 configure.ac                                     |  3 +--
8821 doc/yelp-xsl/Makefile.am                         |  1 -
8822 xslt/Makefile.am                                 |  3 +--
8823 xslt/common/Makefile.am                          | 13 ++++++++-----
8824 xslt/{gettext => common}/domains/Makefile.am     |  2 +-
8825 xslt/{gettext => common}/domains/msgs.xsl        |  0
8826 xslt/{gettext => common}/domains/yelp-xsl.pot    |  0
8827 xslt/{gettext => common}/domains/yelp-xsl.xml.in |  0
8828 xslt/{gettext => common}/l10n-numbers.xsl        |  3 ---
8829 xslt/{gettext/gettext.xsl => common/l10n.xsl}    |  0
8830 xslt/docbook/html/db2xhtml.xsl                   |  2 +-
8831 xslt/gettext/.gitignore                          |  1 -
8832 xslt/gettext/Makefile.am                         |  9 ---------
8833 xslt/mallard/html/mal2xhtml.xsl                  |  2 +-
8834 yelp-xsl.pc.in                                   |  3 ++-
8835 16 files changed, 16 insertions(+), 29 deletions(-)
8836
8837commit 46ca871c89231a46ce46bff457737d8ca0de51f5
8838Author: Shaun McCance <shaunm@gnome.org>
8839Date:   Wed Jan 18 09:39:39 2012 -0500
8840
8841    mal-link: Making linking behavior more customizable
8842
8843 xslt/mallard/common/mal-link.xsl | 292 +++++++++++++++++++++++++++++----------
8844 1 file changed, 218 insertions(+), 74 deletions(-)
8845
8846commit 3592925b5a2fb357e2db2b338cc01714d3ccd6d0
8847Author: Shaun McCance <shaunm@gnome.org>
8848Date:   Tue Jan 17 15:21:09 2012 -0500
8849
8850    Refactoring Mallard conditional processing
8851
8852 xslt/mallard/common/mal-if.xsl       | 287 ++++++++++++++++++++++-------------
8853 xslt/mallard/html/mal2html-block.xsl | 121 ++++++++++-----
8854 xslt/mallard/html/mal2html-list.xsl  |  77 ++++++++--
8855 xslt/mallard/html/mal2html-media.xsl |  27 +++-
8856 xslt/mallard/html/mal2html-page.xsl  |  16 ++
8857 xslt/mallard/html/mal2html-svg.xsl   |  20 ++-
8858 xslt/mallard/html/mal2html-table.xsl |   6 +-
8859 xslt/mallard/html/mal2html.xsl       |   7 +-
8860 xslt/mallard/html/mal2xhtml.xsl      |   6 +-
8861 9 files changed, 400 insertions(+), 167 deletions(-)
8862
8863commit f9927fa95c106ea70c093a0270b81beca34c18d1
8864Author: Shaun McCance <shaunm@gnome.org>
8865Date:   Tue Jan 17 08:14:23 2012 -0500
8866
8867    Version 3.3.2
8868
8869 NEWS         | 21 +++++++++++++++++++++
8870 configure.ac |  2 +-
8871 2 files changed, 22 insertions(+), 1 deletion(-)
8872
8873commit d3d46be375bf41bdab7ade81f7712a77bb55b15e
8874Author: Shaun McCance <shaunm@gnome.org>
8875Date:   Thu Jan 12 14:27:00 2012 -0500
8876
8877    More improvements for mobile rendering
8878
8879 xslt/common/html.xsl                | 64 ++++++++++++++++++++++++++++++++++++-
8880 xslt/mallard/html/mal2html-page.xsl | 41 ++++++++++++++++--------
8881 2 files changed, 91 insertions(+), 14 deletions(-)
8882
8883commit a343ba1476ebf67dce7f34d21d89c38e105a882e
8884Author: Aurimas Černius <aurisc4@gmail.com>
8885Date:   Sat Jan 14 00:24:40 2012 +0200
8886
8887    Updated Lithuanian translation
8888
8889 po/lt.po | 177 ++++++++++++++++++++++++++++++++++++++-------------------------
8890 1 file changed, 108 insertions(+), 69 deletions(-)
8891
8892commit 934670c12b009394bc964f68556b94f4843fca3a
8893Author: Timo Jyrinki <timo.jyrinki@iki.fi>
8894Date:   Thu Jan 12 08:38:49 2012 +0100
8895
8896    Updated Finnish translation by Jiri Grönroos
8897
8898 po/fi.po | 181 +++++++++++++++++++++++++++++++++++++++------------------------
8899 1 file changed, 112 insertions(+), 69 deletions(-)
8900
8901commit c814f18ac84eb4b64e58e96118eb9d9cb7427d51
8902Author: Shaun McCance <shaunm@gnome.org>
8903Date:   Wed Jan 11 09:43:56 2012 -0500
8904
8905    html.xsl: Fix sizing of aboutblurb
8906
8907 xslt/common/html.xsl | 2 +-
8908 1 file changed, 1 insertion(+), 1 deletion(-)
8909
8910commit a49cdf19c7ed1d429b7a5f3b6d7dab987db5e227
8911Author: Shaun McCance <shaunm@gnome.org>
8912Date:   Wed Jan 11 09:25:30 2012 -0500
8913
8914    Change div.all to div.page
8915
8916 xslt/common/html.xsl | 8 ++++----
8917 1 file changed, 4 insertions(+), 4 deletions(-)
8918
8919commit aaae4009c35065d09a0a3d8723b6c4e07694d048
8920Author: Shaun McCance <shaunm@gnome.org>
8921Date:   Wed Jan 11 09:18:28 2012 -0500
8922
8923    mal2html: Reflow grid and 2column links on small screens
8924
8925 xslt/mallard/html/mal2html-links.xsl | 118 ++++++++++++++++-------------------
8926 xslt/mallard/html/mal2html-page.xsl  |  49 ++++++++++-----
8927 2 files changed, 85 insertions(+), 82 deletions(-)
8928
8929commit f5508d9ee6b408111bf9e133a1844cab51355e3b
8930Author: Shaun McCance <shaunm@gnome.org>
8931Date:   Tue Jan 10 14:03:54 2012 -0500
8932
8933    html.xsl: Style changes, especially for About footer
8934
8935 xslt/common/html.xsl                | 10 ++--------
8936 xslt/mallard/html/mal2html-page.xsl |  2 --
8937 2 files changed, 2 insertions(+), 10 deletions(-)
8938
8939commit 4f134cbcf976292c9746e9cba46891648b0b694c
8940Author: Shaun McCance <shaunm@gnome.org>
8941Date:   Tue Jan 10 13:18:57 2012 -0500
8942
8943    html.xsl: Change how :first-child margin-top is set
8944
8945    The way we were doing it was over-zealous and made site
8946    styling difficult
8947
8948 xslt/common/html.xsl | 10 ++++++----
8949 1 file changed, 6 insertions(+), 4 deletions(-)
8950
8951commit cfb4ee52435c94a820b49f2ebd6346676cc4a3ef
8952Author: Arash Mousavi <amousavi@src.gnome.org>
8953Date:   Tue Jan 10 01:37:08 2012 +0330
8954
8955    Updated Persian translations
8956
8957 po/fa.po | 183 ++++++++++++++++++++++++++++++++++++++-------------------------
8958 1 file changed, 110 insertions(+), 73 deletions(-)
8959
8960commit c3849f57b627b21bcdcfef73266276f886e28a04
8961Author: Alexander Shopov <ash@kambanaria.org>
8962Date:   Sun Jan 8 15:25:27 2012 +0200
8963
8964    Updated Bulgarian translation
8965
8966 po/bg.po | 164 +++++++++++++++++++++++++++++++++++++--------------------------
8967 1 file changed, 96 insertions(+), 68 deletions(-)
8968
8969commit b0f05459875c7c29fcc367fa78a65164f96895b0
8970Author: Kasia Bondarava <kasia.bondarava@gmail.com>
8971Date:   Fri Dec 23 21:09:33 2011 +0300
8972
8973    Added Belarusian translation.
8974
8975 po/LINGUAS |   1 +
8976 po/be.po   | 540 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
8977 2 files changed, 541 insertions(+)
8978
8979commit da93417c889fe3e2ae6ba6652fb2dc1ae3360056
8980Author: Kristjan SCHMIDT <kristjan.schmidt@googlemail.com>
8981Date:   Wed Dec 21 19:33:07 2011 +0100
8982
8983    Updated Esperanto translation
8984
8985 po/eo.po | 181 +++++++++++++++++++++++++++++++++++++++------------------------
8986 1 file changed, 112 insertions(+), 69 deletions(-)
8987
8988commit 1303fc97ddb01436228b06ab64434f8ab1950ef2
8989Author: Pin-hsien Li <pspeter9931@gmail.com>
8990Date:   Wed Dec 21 12:19:49 2011 +0800
8991
8992    Updated Traditional Chinese translation(Hong Kong and Taiwan)
8993
8994 po/zh_HK.po | 196 ++++++++++++++++++++++++++++++++++++------------------------
8995 po/zh_TW.po | 196 ++++++++++++++++++++++++++++++++++++------------------------
8996 2 files changed, 236 insertions(+), 156 deletions(-)
8997
8998commit 0369bc3ba55ed8e9a07f9b55dd81330f05fd75b6
8999Author: Yaron Shahrabani <sh.yaron@gmail.com>
9000Date:   Sat Dec 10 11:38:57 2011 +0200
9001
9002    Updated Hebrew translation.
9003
9004 po/he.po | 172 +++++++++++++++++++++++++++++++++++++++------------------------
9005 1 file changed, 106 insertions(+), 66 deletions(-)
9006
9007commit 21c97425ae3ecaab515953b11036e908bfbe0091
9008Author: Praveen Illa <mail2ipn@gmail.com>
9009Date:   Sat Nov 26 21:22:20 2011 +0530
9010
9011    Updated Telugu Translation
9012
9013 po/te.po | 245 +++++++++++++++++++++++++++++++++++++--------------------------
9014 1 file changed, 143 insertions(+), 102 deletions(-)
9015
9016commit b7dc7918da8fda2db8e66b7d98454b3115c38987
9017Author: Yinghua Wang <wantinghard@gmail.com>
9018Date:   Sat Nov 26 09:03:28 2011 +0000
9019
9020    Update Simplified Chinese translation.
9021
9022 po/zh_CN.po | 187 ++++++++++++++++++++++++++++++++++++------------------------
9023 1 file changed, 114 insertions(+), 73 deletions(-)
9024
9025commit 887fa932f2bd7efba33860e0ad531ec90dfabaad
9026Author: Daniel Nylander <po@danielnylander.se>
9027Date:   Fri Nov 25 09:49:29 2011 +0100
9028
9029    Updated Swedish translation
9030
9031 po/sv.po | 172 +++++++++++++++++++++++++++++++++++++++------------------------
9032 1 file changed, 106 insertions(+), 66 deletions(-)
9033
9034commit 65e3bb89a2a3722b71187da3ba683f2950bf4726
9035Author: Matej Urbančič <mateju@svn.gnome.org>
9036Date:   Thu Nov 24 20:32:17 2011 +0100
9037
9038    Updated Slovenian translation
9039
9040 po/sl.po | 176 +++++++++++++++++++++++++++++++++++++++------------------------
9041 1 file changed, 108 insertions(+), 68 deletions(-)
9042
9043commit 526c65ac5fa865f47d73068abe7f536a135d423c
9044Author: Shaun McCance <shaunm@gnome.org>
9045Date:   Mon Nov 21 16:07:56 2011 -0500
9046
9047    mal-cache.xsl: Fix copying of page/section attributes
9048
9049 xslt/mallard/cache/mal-cache.xsl     | 17 ++++++-----------
9050 xslt/mallard/html/mal2html-links.xsl |  2 ++
9051 xslt/mallard/html/mal2html-page.xsl  |  1 +
9052 3 files changed, 9 insertions(+), 11 deletions(-)
9053
9054commit b285b7ad452a40ad76d8be6518ed0abe844fcb56
9055Author: Shaun McCance <shaunm@gnome.org>
9056Date:   Mon Nov 21 14:04:17 2011 -0500
9057
9058    mal-cache.xsl: Copy page/section attributes to cache
9059
9060 xslt/mallard/cache/mal-cache.xsl | 15 ++++++++++-----
9061 1 file changed, 10 insertions(+), 5 deletions(-)
9062
9063commit 6e25c35fb10b376f511492408194f8da25a5cfe9
9064Author: Shaun McCance <shaunm@gnome.org>
9065Date:   Mon Nov 21 09:52:16 2011 -0500
9066
9067    Version 3.3.1
9068
9069 NEWS         | 29 +++++++++++++++++++++++++++++
9070 configure.ac |  2 +-
9071 2 files changed, 30 insertions(+), 1 deletion(-)
9072
9073commit 34573b114265351f696f4e28a5c6b68a31a62f2b
9074Author: Shaun McCance <shaunm@gnome.org>
9075Date:   Mon Nov 21 09:30:59 2011 -0500
9076
9077    mal2html-page: Made linktrails more extensible
9078
9079 xslt/common/html.xsl                |  16 ++---
9080 xslt/mallard/html/mal2html-page.xsl | 113 +++++++++++++++++++++++++++++-------
9081 2 files changed, 97 insertions(+), 32 deletions(-)
9082
9083commit 15c9558ad80f64fa19d8b2550197370bd3769a58
9084Author: Mario Blättermann <mariobl@gnome.org>
9085Date:   Fri Nov 18 14:32:53 2011 +0100
9086
9087    [l10n] Updated German translation
9088
9089 po/de.po | 178 ++++++++++++++++++++++++++++++++++++++-------------------------
9090 1 file changed, 109 insertions(+), 69 deletions(-)
9091
9092commit da0ccb51c98bf74d510ee3a07578a67706a067d4
9093Author: Shaun McCance <shaunm@gnome.org>
9094Date:   Wed Nov 16 10:18:16 2011 -0500
9095
9096    mal2html-links: The link type is "prevnext", not "next"
9097
9098 xslt/mallard/html/mal2html-links.xsl |  4 ++--
9099 xslt/mallard/html/mal2html-page.xsl  | 10 +++++-----
9100 2 files changed, 7 insertions(+), 7 deletions(-)
9101
9102commit 02369620f7f263ee8e758353311ed9f629889f42
9103Author: Shaun McCance <shaunm@gnome.org>
9104Date:   Mon Nov 14 11:26:43 2011 -0500
9105
9106    db2html-bibliography: Simplification to bibliography handling
9107
9108 xslt/docbook/common/db-common.xsl          |  13 +
9109 xslt/docbook/html/db2html-bibliography.xsl | 568 +++++++----------------------
9110 xslt/docbook/html/db2html-css.xsl          |   7 +-
9111 xslt/docbook/html/db2html-refentry.xsl     |   8 +
9112 4 files changed, 167 insertions(+), 429 deletions(-)
9113
9114commit 16e41737ad81ea86561e3ef6972d49dfe327cc26
9115Author: Kjartan Maraas <kmaraas@gnome.org>
9116Date:   Sun Nov 13 11:24:29 2011 +0100
9117
9118    Updated Norwegian bokmål translation
9119
9120 po/nb.po | 162 +++++++++++++++++++++++++++++++++++++--------------------------
9121 1 file changed, 95 insertions(+), 67 deletions(-)
9122
9123commit 8961c1cd6d07b33baceb3049d56f332db17ca3ba
9124Author: Shaun McCance <shaunm@gnome.org>
9125Date:   Sat Nov 12 19:59:57 2011 -0500
9126
9127    db2html-block: Cleaning up block output routines
9128
9129 xslt/docbook/html/db2html-bibliography.xsl |   3 +-
9130 xslt/docbook/html/db2html-block.xsl        | 317 ++++++++++-------------------
9131 xslt/docbook/html/db2html-callout.xsl      |   4 +-
9132 xslt/docbook/html/db2html-css.xsl          |   3 +-
9133 xslt/docbook/html/db2html-list.xsl         |  85 +++++++-
9134 xslt/docbook/html/db2html-media.xsl        |   5 -
9135 xslt/docbook/html/db2html-table.xsl        |  26 ---
9136 7 files changed, 198 insertions(+), 245 deletions(-)
9137
9138commit b31dbcb7ffb2422c2be15799ffafa9d8b28fb8fc
9139Author: Shaun McCance <shaunm@gnome.org>
9140Date:   Fri Nov 11 13:46:22 2011 -0500
9141
9142    db2html: Removed unused db2html-title.xsl
9143
9144 xslt/docbook/html/Makefile.am            |   1 -
9145 xslt/docbook/html/db2html-suppressed.xsl |   1 +
9146 xslt/docbook/html/db2html-title.xsl      | 102 -------------------------------
9147 xslt/docbook/html/db2xhtml.xsl           |   1 -
9148 4 files changed, 1 insertion(+), 104 deletions(-)
9149
9150commit cd14dbd22a45857cdfdfd10b6dedbf3f6bfbf684
9151Author: Shaun McCance <shaunm@gnome.org>
9152Date:   Fri Nov 11 13:38:56 2011 -0500
9153
9154    db2html: Use html.lang.attrs everywhere
9155
9156 xslt/docbook/html/db2html-division.xsl | 24 +++-------------
9157 xslt/docbook/html/db2html-inline.xsl   | 26 ++---------------
9158 xslt/docbook/html/db2html-refentry.xsl |  2 +-
9159 xslt/docbook/html/db2html-table.xsl    | 51 +++++-----------------------------
9160 xslt/docbook/html/db2html-title.xsl    | 21 +++-----------
9161 5 files changed, 19 insertions(+), 105 deletions(-)
9162
9163commit 47b2a72b4cb2853becae8ffc2a8f2aa32c1b9e97
9164Author: Shaun McCance <shaunm@gnome.org>
9165Date:   Fri Nov 11 12:40:01 2011 -0500
9166
9167    mal2html-block: Fixed calls to html.lang.attrs
9168
9169    I wasn't passing $node on a named template, which is wrong if
9170    $node isn't the context node (rare).
9171
9172 xslt/mallard/html/mal2html-block.xsl  | 4 +++-
9173 xslt/mallard/html/mal2html-inline.xsl | 4 +++-
9174 2 files changed, 6 insertions(+), 2 deletions(-)
9175
9176commit 5f1e2bf3f3dba6149b5571beb42c30d042cf5f4a
9177Author: Shaun McCance <shaunm@gnome.org>
9178Date:   Fri Nov 11 10:23:17 2011 -0500
9179
9180    db2html: Cleaning up title handling
9181
9182 xslt/docbook/html/db2html-division.xsl | 111 +++++++++++++++++----------------
9183 xslt/docbook/html/db2html-refentry.xsl |   1 -
9184 2 files changed, 57 insertions(+), 55 deletions(-)
9185
9186commit 95611995144b96513b3088a4472763ff5a85adae
9187Author: Shaun McCance <shaunm@gnome.org>
9188Date:   Fri Nov 11 07:54:09 2011 -0500
9189
9190    yelp-xsl.xml.in: Remove unused string "Name"
9191
9192 xslt/gettext/domains/yelp-xsl.pot    | 73 ++++++++++++++++--------------------
9193 xslt/gettext/domains/yelp-xsl.xml.in |  9 -----
9194 2 files changed, 33 insertions(+), 49 deletions(-)
9195
9196commit d10785f83382e6c9f0156957bf84cca81fda6abf
9197Author: Shaun McCance <shaunm@gnome.org>
9198Date:   Thu Nov 10 15:05:50 2011 -0500
9199
9200    db2html-footnote: Fixed footnote formatting
9201
9202 xslt/docbook/html/db2html-css.xsl      |  31 ++++++-
9203 xslt/docbook/html/db2html-footnote.xsl | 160 +++++++++++----------------------
9204 xslt/gettext/gettext.xsl               |   5 --
9205 3 files changed, 80 insertions(+), 116 deletions(-)
9206
9207commit b20123e53772498e5e405f1e189b6598276356bb
9208Author: Shaun McCance <shaunm@gnome.org>
9209Date:   Thu Nov 10 11:30:37 2011 -0500
9210
9211    yelp-xsl.xml.in: Updating some translatable headers
9212
9213 xslt/gettext/domains/yelp-xsl.pot    | 106 ++++++++++++++++-------------------
9214 xslt/gettext/domains/yelp-xsl.xml.in |  13 -----
9215 2 files changed, 48 insertions(+), 71 deletions(-)
9216
9217commit c0867669935950165efee47d51ed14181b4d4a6b
9218Author: Shaun McCance <shaunm@gnome.org>
9219Date:   Thu Nov 10 11:29:24 2011 -0500
9220
9221    db2html-division: Starting to simplify titles in divisions
9222
9223 xslt/docbook/html/db2html-bibliography.xsl |  30 ++------
9224 xslt/docbook/html/db2html-division.xsl     | 111 ++++++++++-------------------
9225 xslt/docbook/html/db2html-index.xsl        |  66 ++++-------------
9226 xslt/docbook/html/db2html-refentry.xsl     |  28 ++------
9227 4 files changed, 60 insertions(+), 175 deletions(-)
9228
9229commit e2c312ad3202c579cedfe048c70aefd51b7cdf26
9230Author: Shaun McCance <shaunm@gnome.org>
9231Date:   Thu Nov 10 10:27:04 2011 -0500
9232
9233    db-title: Simplified title templates
9234
9235 xslt/docbook/common/db-title.xsl | 1972 +++-----------------------------------
9236 1 file changed, 131 insertions(+), 1841 deletions(-)
9237
9238commit a394fbe57be87ffcdf022c55b81cbbc7a322455a
9239Author: Shaun McCance <shaunm@gnome.org>
9240Date:   Wed Nov 9 11:16:25 2011 -0500
9241
9242    html.xsl: Indent wrapped lines in credits
9243
9244 xslt/common/html.xsl | 4 ++++
9245 1 file changed, 4 insertions(+)
9246
9247commit f51bbaae6bf298da4242fc97393a4c965bbb47b6
9248Author: Shaun McCance <shaunm@gnome.org>
9249Date:   Wed Nov 9 11:15:55 2011 -0500
9250
9251    db-common: Cleaned up db.personname
9252
9253 xslt/docbook/common/db-common.xsl | 49 ++++++++++++++++++---------------------
9254 1 file changed, 22 insertions(+), 27 deletions(-)
9255
9256commit 45efd7d5fc07075a57386fa1574721938df66283
9257Author: Shaun McCance <shaunm@gnome.org>
9258Date:   Wed Nov 9 11:15:38 2011 -0500
9259
9260    db2html: Moved links templates to db2html-links
9261
9262 xslt/docbook/html/Makefile.am          |   1 +
9263 xslt/docbook/html/db2html-division.xsl | 166 +---------------------------
9264 xslt/docbook/html/db2html-links.xsl    | 194 +++++++++++++++++++++++++++++++++
9265 xslt/docbook/html/db2xhtml.xsl         |   1 +
9266 4 files changed, 197 insertions(+), 165 deletions(-)
9267
9268commit ec715d009b4634a2971b3ed18945ab3825ea41a7
9269Author: Shaun McCance <shaunm@gnome.org>
9270Date:   Tue Nov 8 11:30:27 2011 -0500
9271
9272    Replaced db2html-autotoc with simpler db2html.links.section
9273
9274 xslt/docbook/html/Makefile.am          |   1 -
9275 xslt/docbook/html/db2html-autotoc.xsl  | 188 ---------------------------------
9276 xslt/docbook/html/db2html-division.xsl |  40 +++++--
9277 xslt/docbook/html/db2xhtml.xsl         |   1 -
9278 4 files changed, 32 insertions(+), 198 deletions(-)
9279
9280commit b41898774a1fb670e3a3c993a5c7bf93a1114fce
9281Author: Muhammet Kara <muhammet.k@gmail.com>
9282Date:   Fri Nov 11 09:02:09 2011 +0200
9283
9284    [l10n]Updated Turkish translation
9285
9286 po/tr.po | 150 +++++++++++++++++++++++++++++++++++++++++----------------------
9287 1 file changed, 98 insertions(+), 52 deletions(-)
9288
9289commit 88cc4e0cc3a1e7d5669e3d96d02e32a0f3040165
9290Author: Fran Diéguez <fran.dieguez@mabishu.com>
9291Date:   Thu Nov 10 00:07:21 2011 +0100
9292
9293    Updated Galician translations
9294
9295 po/gl.po | 161 +++++++++++++++++++++++++++++++++++++++++----------------------
9296 1 file changed, 105 insertions(+), 56 deletions(-)
9297
9298commit 7c6b7a7824bde421240427f39e13d267d4b4548c
9299Author: Daniel Mustieles <daniel.mustieles@gmail.com>
9300Date:   Tue Nov 8 11:36:09 2011 +0100
9301
9302    Updated Spanish translation
9303
9304 po/es.po | 84 +++++++++++++++++++++++++++++++++-------------------------------
9305 1 file changed, 44 insertions(+), 40 deletions(-)
9306
9307commit 89a606e8051e7971b500cba47127f6371ccda752
9308Author: Shaun McCance <shaunm@gnome.org>
9309Date:   Mon Nov 7 10:32:59 2011 -0500
9310
9311    db2html-division: Use db.copyright in About
9312
9313 xslt/docbook/html/db2html-division.xsl | 19 +------------------
9314 1 file changed, 1 insertion(+), 18 deletions(-)
9315
9316commit 83a2ae8d9892db9dada59860f9a9a29265428218
9317Author: Shaun McCance <shaunm@gnome.org>
9318Date:   Mon Nov 7 10:13:48 2011 -0500
9319
9320    db2html: Removing titlepage-creation stuff
9321
9322 xslt/docbook/common/db-chunk.xsl         |  25 --
9323 xslt/docbook/common/db-xref.xsl          |   4 -
9324 xslt/docbook/html/Makefile.am            |   1 -
9325 xslt/docbook/html/db2html-autotoc.xsl    |  46 +-
9326 xslt/docbook/html/db2html-division.xsl   |  71 +--
9327 xslt/docbook/html/db2html-info.xsl       | 736 -------------------------------
9328 xslt/docbook/html/db2html-suppressed.xsl |  13 -
9329 xslt/docbook/html/db2xhtml.xsl           |   1 -
9330 8 files changed, 15 insertions(+), 882 deletions(-)
9331
9332commit 81de932ff0e46b2831bf6672721380d55e7d6d69
9333Author: Shaun McCance <shaunm@gnome.org>
9334Date:   Mon Nov 7 09:52:28 2011 -0500
9335
9336    db2html: Implement the About footer for DocBook
9337
9338 xslt/docbook/common/db-common.xsl        |  29 +----
9339 xslt/docbook/html/db2html-division.xsl   | 184 +++++++++++++++++++++++++++++++
9340 xslt/docbook/html/db2html-inline.xsl     |  61 ++++++++++
9341 xslt/docbook/html/db2html-suppressed.xsl |  10 --
9342 xslt/gettext/domains/yelp-xsl.pot        |  81 +++++++-------
9343 xslt/gettext/domains/yelp-xsl.xml.in     |   5 +
9344 6 files changed, 299 insertions(+), 71 deletions(-)
9345
9346commit f64d892d234800c07ade1a74cb37bcafa1be3d39
9347Author: Daniel Mustieles <daniel.mustieles@gmail.com>
9348Date:   Mon Nov 7 16:18:46 2011 +0100
9349
9350    Updated Spanish translation
9351
9352 po/es.po | 145 +++++++++++++++++++++++++++++++++++++++++----------------------
9353 1 file changed, 94 insertions(+), 51 deletions(-)
9354
9355commit 492b9597306160e9ca17c4bffa1e2d5de8999e24
9356Author: Shaun McCance <shaunm@gnome.org>
9357Date:   Sun Nov 6 18:33:57 2011 -0500
9358
9359    db2html-division: Removing old, unused code
9360
9361 xslt/docbook/html/db2html-css.xsl      |  19 ---
9362 xslt/docbook/html/db2html-division.xsl | 241 +--------------------------------
9363 2 files changed, 4 insertions(+), 256 deletions(-)
9364
9365commit 2ea0b5056536ef67b9032edeb696b5416622f6dd
9366Author: Shaun McCance <shaunm@gnome.org>
9367Date:   Sun Nov 6 18:26:26 2011 -0500
9368
9369    mal2html: Move About stuff to common/html, will use for DB
9370
9371 xslt/common/html.xsl                | 54 +++++++++++++++++++++++++++++++++++++
9372 xslt/mallard/html/mal2html-page.xsl | 54 -------------------------------------
9373 2 files changed, 54 insertions(+), 54 deletions(-)
9374
9375commit 51c2d5acb74f8d124054dcd2782d25f634915f74
9376Author: Shaun McCance <shaunm@gnome.org>
9377Date:   Sun Nov 6 13:57:50 2011 -0500
9378
9379    mal2html-page: Wrap license info in div.contents
9380
9381 xslt/mallard/html/mal2html-page.xsl | 4 +++-
9382 1 file changed, 3 insertions(+), 1 deletion(-)
9383
9384commit 70c88054b0dbdc50458c52d6e5bfa7435202572c
9385Author: Shaun McCance <shaunm@gnome.org>
9386Date:   Sun Nov 6 13:56:49 2011 -0500
9387
9388    mal2html: Mark strings in About section for translation
9389
9390 xslt/gettext/domains/yelp-xsl.pot    | 137 +++++++++++++++++++++++------------
9391 xslt/gettext/domains/yelp-xsl.xml.in |  48 ++++++++++++
9392 xslt/mallard/html/mal2html-page.xsl  |  65 +++++++++++------
9393 3 files changed, 183 insertions(+), 67 deletions(-)
9394
9395commit e081d0205cab1a9795e4ae7bda973f7f2bfa653a
9396Author: Shaun McCance <shaunm@gnome.org>
9397Date:   Sun Nov 6 12:37:00 2011 -0500
9398
9399    mal2html-page: Set aria-controls for the About footer
9400
9401 xslt/mallard/html/mal2html-page.xsl | 3 +++
9402 1 file changed, 3 insertions(+)
9403
9404commit e5777b0db90f61f237ba7f8c62a7a60ba9033fe4
9405Author: Shaun McCance <shaunm@gnome.org>
9406Date:   Sun Nov 6 12:31:00 2011 -0500
9407
9408    html: Generate IDs for div.region used by aria-controls
9409
9410 xslt/common/html.xsl | 10 ++++++++++
9411 1 file changed, 10 insertions(+)
9412
9413commit b2ec793d97a501b1eb6dbce5fe4aa04dd8299eeb
9414Author: Shaun McCance <shaunm@gnome.org>
9415Date:   Sun Nov 6 12:25:47 2011 -0500
9416
9417    mal2html-page: Initial work on new about footer
9418
9419 xslt/mallard/html/mal2html-page.xsl | 185 +++++++++++++++++++++++++++++++++---
9420 1 file changed, 172 insertions(+), 13 deletions(-)
9421
9422commit 2c149f2a45a53cd6e93c4235836484cf2e078d27
9423Author: Shaun McCance <shaunm@gnome.org>
9424Date:   Fri Nov 4 17:53:25 2011 -0400
9425
9426    html: Special formatting for thead and tfoot
9427
9428 xslt/common/html.xsl | 4 +++-
9429 1 file changed, 3 insertions(+), 1 deletion(-)
9430
9431commit 43e1cb535e9c0e8b68b3dd395c1585a27476f615
9432Author: Shaun McCance <shaunm@gnome.org>
9433Date:   Fri Nov 4 16:16:34 2011 -0400
9434
9435    html: Section highlighting for location.hash, from Yelp
9436
9437 xslt/common/html.xsl | 46 ++++++++++++++++++++++++++++++++++++++++++++--
9438 1 file changed, 44 insertions(+), 2 deletions(-)
9439
9440commit c613c13394c65bd22283de93fbf084a331109487
9441Author: Shaun McCance <shaunm@gnome.org>
9442Date:   Fri Nov 4 11:44:30 2011 -0400
9443
9444    mal2html-links: Strip links from descs in linkdivs
9445
9446 xslt/mallard/html/mal2html-links.xsl | 19 +++++++++++++++++--
9447 1 file changed, 17 insertions(+), 2 deletions(-)
9448
9449commit 3a1196fea9cf3340541efa5370e02d717c3eb1f2
9450Author: Shaun McCance <shaunm@gnome.org>
9451Date:   Fri Nov 4 11:17:20 2011 -0400
9452
9453    html: Style updates for links
9454
9455 xslt/common/html.xsl                | 22 ++++++++++++++++++----
9456 xslt/mallard/html/mal2html-page.xsl | 11 +++++++----
9457 2 files changed, 25 insertions(+), 8 deletions(-)
9458
9459commit 342d87f93d186b9e4135289fd26bf64ef9c3fa9b
9460Author: Shaun McCance <shaunm@gnome.org>
9461Date:   Thu Nov 3 14:59:25 2011 -0400
9462
9463    html.xsl: Change expanders to use +/- instead of arrows
9464
9465    Especially the post-content arrows we used on non-section titles
9466    were easy to miss. The rotation we did had alignment issues. And
9467    we had to deal with RTL issues. This is simpler.
9468
9469 xslt/common/html.xsl | 42 +++++++++++++-----------------------------
9470 1 file changed, 13 insertions(+), 29 deletions(-)
9471
9472commit 93d9b7e4b9990b01497d47f9fa006ca524a0a1d7
9473Author: Daniel Mustieles <daniel.mustieles@gmail.com>
9474Date:   Wed Nov 2 13:55:56 2011 +0100
9475
9476    Updated Spanish translation
9477
9478 po/es.po | 105 +++++++++++++++++++++++++++++++--------------------------------
9479 1 file changed, 52 insertions(+), 53 deletions(-)
9480
9481commit a66f9205df48fdf75971f07f5cf37af00726ef5e
9482Author: Muhammet Kara <muhammet.k@gmail.com>
9483Date:   Wed Nov 2 11:08:14 2011 +0200
9484
9485    Updated Turkish translation
9486
9487 po/tr.po | 99 ++++++++++++++++++++++++++++++++--------------------------------
9488 1 file changed, 50 insertions(+), 49 deletions(-)
9489
9490commit 3ca91a4604913c1c338738d2eec32f60af3402c4
9491Author: Shaun McCance <shaunm@gnome.org>
9492Date:   Tue Nov 1 20:47:53 2011 -0400
9493
9494    mal-cache: Removed old code to set groups attribute in cache
9495
9496 xslt/mallard/cache/mal-cache.xsl | 21 ---------------------
9497 1 file changed, 21 deletions(-)
9498
9499commit 093df70184deafb0352cbcb3c713893f059a7b46
9500Author: Shaun McCance <shaunm@gnome.org>
9501Date:   Tue Nov 1 20:42:14 2011 -0400
9502
9503    mal-cache.xsl: Remove no-longer-needed info massaging
9504
9505 xslt/mallard/cache/mal-cache.xsl | 22 ----------------------
9506 1 file changed, 22 deletions(-)
9507
9508commit 8b18cef092549033a5f9138ce8cf0e7975df8857
9509Author: Shaun McCance <shaunm@gnome.org>
9510Date:   Tue Nov 1 20:33:03 2011 -0400
9511
9512    mal-link: Change how sort titles are found in link getters
9513
9514    Sort titles are no longer required to be in the cache. That's
9515    good, because having them in the cache meant that we couldn't
9516    determine if the page actually defined a sort title, and thus
9517    we couldn't do smarter fallback for different link types. It
9518    was also needless complexity for cache generators.
9519
9520    With this change, we can now use the correct link title to
9521    sort when a sort title is not explicitly defined.
9522
9523    https://bugzilla.gnome.org/show_bug.cgi?id=652126
9524
9525 xslt/mallard/common/mal-link.xsl | 108 +++++++++++++++++++++++++++++++--------
9526 1 file changed, 87 insertions(+), 21 deletions(-)
9527
9528commit e4e160b2e4ab311e9c7a0a186adeb1b39da2de49
9529Author: Shaun McCance <shaunm@gnome.org>
9530Date:   Tue Nov 1 11:53:39 2011 -0400
9531
9532    Better styling for key element, use HTML kdb element
9533
9534    https://bugzilla.gnome.org/show_bug.cgi?id=651250
9535
9536 xslt/common/html.xsl                  | 25 ++++++++++++++++++++++---
9537 xslt/mallard/html/mal2html-inline.xsl | 12 ++++++++++++
9538 2 files changed, 34 insertions(+), 3 deletions(-)
9539
9540commit 35accd02856f03c7c0150bcf1dbac1029cdfe926
9541Author: Shaun McCance <shaunm@gnome.org>
9542Date:   Tue Nov 1 11:07:42 2011 -0400
9543
9544    mallard: Changed "More About" to "More Information"
9545
9546    More About worked decently for guides that use noun phrases, and
9547    kind of read as "more about wireless networking", but it doesn't
9548    read so well with other types of titles, and it doesn't translate
9549    very well.
9550
9551    https://bugzilla.gnome.org/show_bug.cgi?id=651250
9552
9553 xslt/gettext/domains/yelp-xsl.pot    | 4 ++--
9554 xslt/gettext/domains/yelp-xsl.xml.in | 4 ++--
9555 xslt/mallard/html/mal2html-links.xsl | 2 +-
9556 3 files changed, 5 insertions(+), 5 deletions(-)
9557
9558commit 45a4f928694999d8377097d0ff0adc49cc65552e
9559Author: Shaun McCance <shaunm@gnome.org>
9560Date:   Tue Nov 1 10:24:15 2011 -0400
9561
9562    Style work on post-content links, no more "Further Reading"
9563
9564 xslt/common/html.xsl                 | 10 +++++
9565 xslt/gettext/domains/yelp-xsl.pot    | 79 +++++++++++++++++-------------------
9566 xslt/gettext/domains/yelp-xsl.xml.in |  5 ---
9567 xslt/mallard/html/mal2html-page.xsl  | 59 +++++++--------------------
9568 4 files changed, 62 insertions(+), 91 deletions(-)
9569
9570commit c9a839750c1d4b8fc1a335010a377260e62dca7a
9571Author: Shaun McCance <shaunm@gnome.org>
9572Date:   Tue Nov 1 09:48:53 2011 -0400
9573
9574    html.xsl: Added html.{top|bottom}.custom
9575
9576 xslt/common/html.xsl | 42 ++++++++++++++++++++++++++++++++++++++++--
9577 1 file changed, 40 insertions(+), 2 deletions(-)
9578
9579commit c9166a8cfbf947fe5e32ac4348d9fb5a85197d42
9580Author: Shaun McCance <shaunm@gnome.org>
9581Date:   Tue Nov 1 09:29:57 2011 -0400
9582
9583    html.xsl: Added html.{header|footer}.custom & div.all wrapper
9584
9585 xslt/common/html.xsl | 70 +++++++++++++++++++++++++---------------------------
9586 1 file changed, 34 insertions(+), 36 deletions(-)
9587
9588commit c62754a1fb1808e6cdae3ce1b51bcd63ef2d25ad
9589Author: Shaun McCance <shaunm@gnome.org>
9590Date:   Thu Oct 27 22:27:33 2011 -0400
9591
9592    html.xsl: Added html.header.custom and html.footer.custom
9593
9594 xslt/common/html.xsl | 45 +++++++++++++++++++++++++++++++++++++++++++--
9595 1 file changed, 43 insertions(+), 2 deletions(-)
9596
9597commit 0a7ecc52c9b6e4e2899337b47f72d72050a2106e
9598Author: Gil Forcada <gforcada@gnome.org>
9599Date:   Sun Oct 30 11:49:24 2011 +0100
9600
9601    [l10n]Fixes ca and ca@valencia translation bug #663025
9602
9603 po/ca.po          | 6 +++---
9604 po/ca@valencia.po | 4 ++--
9605 2 files changed, 5 insertions(+), 5 deletions(-)
9606
9607commit f7d6f80868213cff3a553a0bbc0c0d1e94f671d5
9608Author: Shaun McCance <shaunm@gnome.org>
9609Date:   Mon Oct 17 11:55:17 2011 -0400
9610
9611    Version 3.2.1
9612
9613 NEWS         | 11 +++++++++++
9614 configure.ac |  2 +-
9615 2 files changed, 12 insertions(+), 1 deletion(-)
9616
9617commit 2b53ce6b35160994999e9ee424afc4f912e67b12
9618Author: Wouter Bolsterlee <wbolster@gnome.org>
9619Date:   Sat Oct 8 01:18:32 2011 +0200
9620
9621    Updated Dutch translation by Wouter Bolsterlee
9622
9623 po/nl.po | 49 ++++++++++++++++++++++---------------------------
9624 1 file changed, 22 insertions(+), 27 deletions(-)
9625
9626commit 385b89bb3e0db46d69aded46e3531655ce3bcd91
9627Author: Wouter Bolsterlee <wbolster@gnome.org>
9628Date:   Sat Oct 8 01:09:51 2011 +0200
9629
9630    Updated Dutch translation from Launchpad
9631
9632 po/nl.po | 2674 ++++++++++++--------------------------------------------------
9633 1 file changed, 512 insertions(+), 2162 deletions(-)
9634
9635commit ce2d32565294574cc83fc0de4ae3c057610ff438
9636Author: krishnababu k <kkrothap@redhat.ocm>
9637Date:   Fri Oct 7 20:46:19 2011 +0530
9638
9639    Updated Telugu Translations done by Hari Krishna
9640
9641 po/te.po | 2748 ++++++++++++++++----------------------------------------------
9642 1 file changed, 676 insertions(+), 2072 deletions(-)
9643
9644commit 7edaf65089cafa009e7da19470b3463515254dda
9645Author: Shaun McCance <shaunm@gnome.org>
9646Date:   Mon Oct 3 14:34:15 2011 -0400
9647
9648    mal2html-page: Fix editor-mode badges for Final and pkgversion
9649
9650 xslt/mallard/html/mal2html-page.xsl | 14 ++++++++++++--
9651 1 file changed, 12 insertions(+), 2 deletions(-)
9652
9653commit f252d9dafb71c1131e5728e909b1ca1364eb28e6
9654Author: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
9655Date:   Sat Oct 1 20:37:25 2011 +1000
9656
9657    Updated Vietnamese translation
9658
9659 po/vi.po | 49 +++++++++++++++++++++++--------------------------
9660 1 file changed, 23 insertions(+), 26 deletions(-)
9661
9662commit 280b0724d44341e14e2452059f36b0cac702b984
9663Author: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
9664Date:   Sat Oct 1 20:31:43 2011 +1000
9665
9666    po/vi: import from Damned Lies
9667
9668 po/vi.po | 1448 +++++++++++++++++++++-----------------------------------------
9669 1 file changed, 485 insertions(+), 963 deletions(-)
9670
9671commit e7589661609d7fd4c7c0dd55f4749e7445c3b834
9672Author: Tiffany Antopolski <tiffany.antopolski@gmail.com>
9673Date:   Fri Sep 30 17:49:03 2011 +0200
9674
9675    Updated Esperanto translation
9676
9677 po/eo.po | 1348 ++++++++++++++++----------------------------------------------
9678 1 file changed, 349 insertions(+), 999 deletions(-)
9679
9680commit 58f116449b7b7d5e465c154e38f67e93060fa0e8
9681Author: Tommi Vainikainen <thv@iki.fi>
9682Date:   Wed Sep 28 15:07:02 2011 +0300
9683
9684    Updated Finnish translation
9685
9686 po/fi.po | 174 +++++++++------------------------------------------------------
9687 1 file changed, 23 insertions(+), 151 deletions(-)
9688
9689commit 50f438ed5a31e4d924f07682a0c87c32b473a34d
9690Author: Daniel Korostil <ted.korostiled@gmail.com>
9691Date:   Wed Sep 28 12:53:44 2011 +0300
9692
9693    Uploaded Ukranian
9694
9695 po/uk.po | 2812 ++++++++++++++++----------------------------------------------
9696 1 file changed, 697 insertions(+), 2115 deletions(-)
9697
9698commit 8410c32415248caff678a76b6a3e6ff2a4b02499
9699Author: Shaun McCance <shaunm@gnome.org>
9700Date:   Mon Sep 26 17:56:30 2011 -0400
9701
9702    Version 3.2.0
9703
9704 NEWS         | 13 +++++++++++++
9705 configure.ac |  2 +-
9706 2 files changed, 14 insertions(+), 1 deletion(-)
9707
9708commit 4816b43af87c9284b0a97ff47346bc4bdae2ba8c
9709Author: Carles Ferrando <carles.ferrando@gmail.com>
9710Date:   Mon Sep 26 14:11:01 2011 +0200
9711
9712    [l10n]Updated Catalan (Valencian) translation
9713
9714 po/ca@valencia.po | 1425 ++++++++++++++++++-----------------------------------
9715 1 file changed, 470 insertions(+), 955 deletions(-)
9716
9717commit 294ca69e34cc9f554974f130d2944c8a31b42a0c
9718Author: Petr Kovar <pknbe@volny.cz>
9719Date:   Mon Sep 26 00:57:18 2011 +0200
9720
9721    Update Czech translation
9722
9723 po/cs.po | 1509 +++++++++++++++++++++-----------------------------------------
9724 1 file changed, 511 insertions(+), 998 deletions(-)
9725
9726commit 75cea3a0603d59d5c48c0213c506f548e03747ca
9727Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
9728Date:   Sun Sep 25 18:53:15 2011 +0200
9729
9730    Updated Basque language
9731
9732 po/eu.po | 2775 ++++++++++++++++----------------------------------------------
9733 1 file changed, 685 insertions(+), 2090 deletions(-)
9734
9735commit 0e405b32f59fa975c3d0d755c28296abf7a23383
9736Author: Nilamdyuti Goswami <ngoswami@redhat.com>
9737Date:   Sat Sep 24 15:52:59 2011 +0530
9738
9739    Updated Assamese Translations:bugzilla#659595
9740
9741 po/as.po | 2709 +++++++++++++++-----------------------------------------------
9742 1 file changed, 651 insertions(+), 2058 deletions(-)
9743
9744commit d6613f703400ac92eccd6fd3fc06b5493793d801
9745Author: Changwoo Ryu <cwryu@debian.org>
9746Date:   Fri Sep 23 02:43:17 2011 +0900
9747
9748    Updated Korean translation
9749
9750 po/ko.po | 1508 +++++++++++++++++++++-----------------------------------------
9751 1 file changed, 513 insertions(+), 995 deletions(-)
9752
9753commit a4958676a4eb52daa8addc629a387e99c0da427a
9754Author: Gabor Kelemen <kelemeng@gnome.hu>
9755Date:   Wed Sep 21 01:36:06 2011 +0200
9756
9757    Updated Hungarian translation
9758
9759 po/hu.po | 1510 +++++++++++++++++++++-----------------------------------------
9760 1 file changed, 519 insertions(+), 991 deletions(-)
9761
9762commit a266f75484233e4c75e32ad98935f01198c4c538
9763Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
9764Date:   Tue Sep 20 22:12:07 2011 +0200
9765
9766    Updated Serbian translation
9767
9768 po/sr.po       | 278 +++++++++++++++++++++++++++++++++++++++++----------------
9769 po/sr@latin.po | 278 +++++++++++++++++++++++++++++++++++++++++----------------
9770 2 files changed, 398 insertions(+), 158 deletions(-)
9771
9772commit 34dad67ef977bb1eb64dd66c0b0b744bcd415391
9773Author: Aputsiaq Janussen <aj@isit.gl>
9774Date:   Mon Sep 19 23:02:55 2011 +0200
9775
9776    Updated Danish translation
9777
9778 po/da.po | 340 ++++++++++++++++++++++++++++++---------------------------------
9779 1 file changed, 161 insertions(+), 179 deletions(-)
9780
9781commit 0f5a8f43c7d6aca1d3e47802d7b33ef5825edfc6
9782Author: Shaun McCance <shaunm@gnome.org>
9783Date:   Mon Sep 19 09:01:43 2011 -0400
9784
9785    Version 3.1.6
9786
9787 NEWS         | 14 ++++++++++++++
9788 configure.ac |  2 +-
9789 2 files changed, 15 insertions(+), 1 deletion(-)
9790
9791commit 3630a789d0fd27117a809f162063d9e864c6b8c3
9792Author: Aputsiaq Janussen <aj@isit.gl>
9793Date:   Sun Sep 18 16:34:10 2011 +0200
9794
9795    Updated Danish translation
9796
9797 po/da.po | 2700 +++++++++++++++-----------------------------------------------
9798 1 file changed, 647 insertions(+), 2053 deletions(-)
9799
9800commit 3de31569997a9d555749605cbc6d32cd152b9a42
9801Author: Yinghua Wang <wantinghard@gmail.com>
9802Date:   Sat Sep 17 17:30:35 2011 +0800
9803
9804    update Simplified Chinese (zh_CN) translation
9805
9806 po/zh_CN.po | 141 ++++++++++++++++++++++++++++++++++++------------------------
9807 1 file changed, 85 insertions(+), 56 deletions(-)
9808
9809commit 5c33d1cb104e39801c9a0110e283240ea194665c
9810Author: Milo Casagrande <milo@ubuntu.com>
9811Date:   Wed Sep 14 19:34:29 2011 +0200
9812
9813    [l10n] Updated Italian translation
9814
9815 po/it.po | 6 +++---
9816 1 file changed, 3 insertions(+), 3 deletions(-)
9817
9818commit 2dfafec3e0dc691fae445d5c03f701ffe0612f8c
9819Author: Timo Jyrinki <timo@debian.org>
9820Date:   Mon Sep 12 16:29:11 2011 +0300
9821
9822    Updated Finnish translation.
9823
9824 po/fi.po | 2734 +++++++++++---------------------------------------------------
9825 1 file changed, 492 insertions(+), 2242 deletions(-)
9826
9827commit 55f01e4d1efba644290b511f3f67cf55ef8637df
9828Author: Duarte Loreto <happyguy_pt@hotmail.com>
9829Date:   Sat Sep 10 12:18:51 2011 +0100
9830
9831    Updated Portuguese translation
9832
9833 po/pt.po | 2746 +++++++++++++++-----------------------------------------------
9834 1 file changed, 661 insertions(+), 2085 deletions(-)
9835
9836commit 46afe27eeb1b8d88f338073126c7336dd859d260
9837Author: Xandru Armesto <xandru@softastur.org>
9838Date:   Sat Sep 10 09:23:19 2011 +0200
9839
9840    Added asturian language
9841
9842 po/LINGUAS | 1 +
9843 1 file changed, 1 insertion(+)
9844
9845commit 3d789a09476bacb8444de8c32b1f3a487acbe582
9846Author: Xandru Armesto <xandru@softastur.org>
9847Date:   Sat Sep 10 09:23:04 2011 +0200
9848
9849    Updated asturian translation
9850
9851 po/ast.po | 644 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
9852 1 file changed, 644 insertions(+)
9853
9854commit 8eb0d8443059e90fe2a7c2c07661a0f712a14f1b
9855Author: Milo Casagrande <milo@ubuntu.com>
9856Date:   Thu Sep 8 22:11:38 2011 +0200
9857
9858    [l10n] Updated Italian translation
9859
9860 po/it.po | 2477 ++++++++++----------------------------------------------------
9861 1 file changed, 380 insertions(+), 2097 deletions(-)
9862
9863commit 532bd45a1b2ea345599baaad3de320004de3b14c
9864Author: Piotr Drąg <piotrdrag@gmail.com>
9865Date:   Thu Sep 8 21:34:40 2011 +0200
9866
9867    Updated Polish translation
9868
9869 po/pl.po | 1361 ++++++++++++++++----------------------------------------------
9870 1 file changed, 355 insertions(+), 1006 deletions(-)
9871
9872commit 7c085b0c864203bbdb772d05fae189ae57ff9388
9873Author: Bruce Cowan <bruce@bcowan.me.uk>
9874Date:   Thu Sep 8 17:24:26 2011 +0100
9875
9876    Updated British English translation
9877
9878 po/en_GB.po | 1420 ++++++++++++++++++++---------------------------------------
9879 1 file changed, 466 insertions(+), 954 deletions(-)
9880
9881commit 7cb4afccc2fcefacf6d2de86d96397568adc1531
9882Author: Arash Mousavi <amousavi@src.gnome.org>
9883Date:   Wed Sep 7 00:12:08 2011 +0430
9884
9885    Updated Persian translation
9886
9887 po/fa.po | 254 +++++++++++++++++++++++++++++++++++++++++++++++----------------
9888 1 file changed, 191 insertions(+), 63 deletions(-)
9889
9890commit 7cff8135db5fa0979fb02afd5370510bde509e3b
9891Author: Bruno Brouard <annoa.b@gmail.com>
9892Date:   Tue Sep 6 11:01:27 2011 +0200
9893
9894    Updated French translation
9895
9896 po/fr.po | 1350 +++++++++++++++++---------------------------------------------
9897 1 file changed, 357 insertions(+), 993 deletions(-)
9898
9899commit b4808de8b00b30424d2cc494184e134fb170684d
9900Author: Piotr Drąg <piotrdrag@gmail.com>
9901Date:   Mon Sep 5 23:41:41 2011 +0200
9902
9903    Updated LINGUAS
9904
9905 po/LINGUAS | 2 ++
9906 1 file changed, 2 insertions(+)
9907
9908commit 20d3aeaf83655ea89a4ae9183099c62272d6a173
9909Author: Shaun McCance <shaunm@gnome.org>
9910Date:   Mon Sep 5 17:12:07 2011 -0400
9911
9912    Version 3.1.5
9913
9914 NEWS         | 10 ++++++++++
9915 configure.ac |  2 +-
9916 2 files changed, 11 insertions(+), 1 deletion(-)
9917
9918commit 1d3218d6f4e2246a17cd75174fad50a8a669d942
9919Author: Dr.T.Vasudevan <agnihot3@gmail.com>
9920Date:   Mon Sep 5 20:06:12 2011 +0530
9921
9922    updated Tamil translation
9923
9924 po/ta.po | 2772 ++++++++++++++++----------------------------------------------
9925 1 file changed, 684 insertions(+), 2088 deletions(-)
9926
9927commit d3384486c03b051976bfd6d3846c119f5cd574b9
9928Author: Og B. Maciel <ogmaciel@gnome.org>
9929Date:   Wed Aug 31 23:12:04 2011 -0400
9930
9931    Updated Brazilian Portuguese translation.
9932
9933 po/pt_BR.po | 2769 +++++++++++++++--------------------------------------------
9934 1 file changed, 672 insertions(+), 2097 deletions(-)
9935
9936commit 5c3593478a0bfa8796d79d14ae5d952c46780f9a
9937Author: Mario Blättermann <mariobl@gnome.org>
9938Date:   Sun Aug 28 14:27:45 2011 +0200
9939
9940    [l10n] Updated German translation
9941
9942 po/de.po | 41 ++++++++++++++++++-----------------------
9943 1 file changed, 18 insertions(+), 23 deletions(-)
9944
9945commit 8c1a2db8517566248c82963f36387d8804aae913
9946Author: Shaun McCance <shaunm@gnome.org>
9947Date:   Wed Aug 24 11:30:24 2011 -0400
9948
9949    yelp-xsl.doap: Adding DOAP file
9950
9951 yelp-xsl.doap | 22 ++++++++++++++++++++++
9952 1 file changed, 22 insertions(+)
9953
9954commit 6700c07039f36641b40f2696a31434bb107a1093
9955Author: Shaun McCance <shaunm@gnome.org>
9956Date:   Wed Aug 24 11:27:48 2011 -0400
9957
9958    mal2html-api: Experimental extension for API references
9959
9960    This is the third time I've needed a function to repeat a string,
9961    so I put one in utils.xsl.
9962
9963 xslt/common/utils.xsl                |  23 ++++
9964 xslt/docbook/html/db2html-table.xsl  |  19 +---
9965 xslt/mallard/html/Makefile.am        |   1 +
9966 xslt/mallard/html/mal2html-api.xsl   | 198 +++++++++++++++++++++++++++++++++++
9967 xslt/mallard/html/mal2html-links.xsl |  11 +-
9968 xslt/mallard/html/mal2html-table.xsl |  31 ++----
9969 xslt/mallard/html/mal2xhtml.xsl      |   1 +
9970 7 files changed, 244 insertions(+), 40 deletions(-)
9971
9972commit 0d10bee1c1ede6be85d91172237addbb0e4bcf39
9973Author: Gil Forcada <gforcada@gnome.org>
9974Date:   Mon Aug 22 17:58:32 2011 +0200
9975
9976    [l10n]Updated Catalan translation
9977
9978 po/ca.po | 1426 +++++++++++++++++++++-----------------------------------------
9979 1 file changed, 470 insertions(+), 956 deletions(-)
9980
9981commit 503b2ea6a2cfd0c90307d5d6095a2b1c37d2bc30
9982Author: Abduxukur Abdurixit <abdurixit@gmail.com>
9983Date:   Fri Aug 19 20:09:19 2011 +0200
9984
9985    Added UG translation
9986
9987 po/ug.po | 569 ++++++++++++++++++++++-----------------------------------------
9988 1 file changed, 196 insertions(+), 373 deletions(-)
9989
9990commit 4aa845f1a6ea9f2950527b265d477f523cdb2340
9991Author: Shaun McCance <shaunm@gnome.org>
9992Date:   Mon Aug 15 10:26:36 2011 -0400
9993
9994    Version 3.1.4
9995
9996 NEWS         | 12 ++++++++++++
9997 configure.ac |  2 +-
9998 2 files changed, 13 insertions(+), 1 deletion(-)
9999
10000commit 56c3b0fd929291c34cc3c0dda5500d24efe93133
10001Author: Shaun McCance <shaunm@gnome.org>
10002Date:   Sat Aug 13 08:48:32 2011 -0400
10003
10004    docbook: Removed manvolnum.format; nobody changed format anyway
10005
10006 xslt/docbook/common/db-title.xsl       | 10 ++++------
10007 xslt/docbook/html/db2html-refentry.xsl |  8 +++-----
10008 2 files changed, 7 insertions(+), 11 deletions(-)
10009
10010commit a3226493baefc3566bd43da3d63ec00918b9bf00
10011Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
10012Date:   Sat Aug 13 20:31:37 2011 +0800
10013
10014    Updated Traditional Chinese translation(Hong Kong and Taiwan)
10015
10016 po/zh_HK.po | 2421 +++++++++-------------------------------------------------
10017 po/zh_TW.po | 2463 +++++++++--------------------------------------------------
10018 2 files changed, 733 insertions(+), 4151 deletions(-)
10019
10020commit 514fe4527c27429d541e02c58792b5b4e5f70b0d
10021Author: Alexander Shopov <ash@kambanaria.org>
10022Date:   Sat Aug 13 06:34:03 2011 +0300
10023
10024    Updated Bulgarian translation
10025
10026 po/bg.po | 1346 ++++++++++++++++----------------------------------------------
10027 1 file changed, 351 insertions(+), 995 deletions(-)
10028
10029commit 076977ac5d459c72fc27f4aa050c31d5786773b2
10030Author: Kjartan Maraas <kmaraas@gnome.org>
10031Date:   Thu Aug 11 20:52:39 2011 +0200
10032
10033    Updated Norwegian bokmål translation
10034
10035 po/nb.po | 386 +++++++++++++++++++++++++++++++++++++++------------------------
10036 1 file changed, 242 insertions(+), 144 deletions(-)
10037
10038commit eb8be863aa8e2c5c194cce4cee89fed36ac01808
10039Author: Kjartan Maraas <kmaraas@gnome.org>
10040Date:   Thu Aug 11 20:51:04 2011 +0200
10041
10042    Updated Norwegian bokmål translation
10043
10044 po/nb.po | 383 +++++++++++++++++++++++----------------------------------------
10045 1 file changed, 142 insertions(+), 241 deletions(-)
10046
10047commit 1cd03252f2f03e3671fddff223e963e7ab034795
10048Author: Shaun McCance <shaunm@gnome.org>
10049Date:   Tue Aug 2 10:20:44 2011 -0400
10050
10051    mal-link.xsl: Use xsl:key for links, big speed gain
10052
10053 xslt/mallard/common/mal-link.xsl | 149 ++++++++++++++++++++++++---------------
10054 1 file changed, 91 insertions(+), 58 deletions(-)
10055
10056commit e18ccaf49541d7beb56d418f7cecaf28840146eb
10057Author: Shaun McCance <shaunm@gnome.org>
10058Date:   Sun Jul 31 13:59:40 2011 -0400
10059
10060    mal-if: Added if:supports function
10061
10062 xslt/mallard/common/mal-if.xsl | 45 ++++++++++++++++++++++++++++++++++++++++++
10063 1 file changed, 45 insertions(+)
10064
10065commit a507c29a542ccd0cd6e89d7fc1b5a9650376b98b
10066Author: Shaun McCance <shaunm@gnome.org>
10067Date:   Sun Jul 31 13:59:10 2011 -0400
10068
10069    mal2html-svg: Use either @xml:id or @id for SVG filename
10070
10071 xslt/mallard/html/mal2html-svg.xsl | 3 +++
10072 1 file changed, 3 insertions(+)
10073
10074commit 443fc67fe8ecda74050508e6715ad3ec32d687e5
10075Author: Shaun McCance <shaunm@gnome.org>
10076Date:   Sun Jul 31 13:58:47 2011 -0400
10077
10078    mal2html: Support "button" style on link
10079
10080 xslt/mallard/html/mal2html-inline.xsl |  8 +++++++-
10081 xslt/mallard/html/mal2html-page.xsl   | 24 ++++++++++++++++++++++++
10082 2 files changed, 31 insertions(+), 1 deletion(-)
10083
10084commit c7438b5e46ad08141a23201d28a26bcbf41c8983
10085Author: Yuri Myasoedov <omerta13@yandex.ru>
10086Date:   Thu Jul 28 21:32:40 2011 +0400
10087
10088    Updated Russian translation
10089
10090 po/ru.po | 156 +++++++++++++++++++++++++++++++++++++--------------------------
10091 1 file changed, 92 insertions(+), 64 deletions(-)
10092
10093commit 9ae287620f0351a8ad49a346b76814e2421c48d7
10094Author: Shaun McCance <shaunm@gnome.org>
10095Date:   Mon Jul 25 11:19:35 2011 -0400
10096
10097    Version 3.1.3
10098
10099 NEWS         | 27 +++++++++++++++++++++++++++
10100 configure.ac |  2 +-
10101 2 files changed, 28 insertions(+), 1 deletion(-)
10102
10103commit 95b846ab2bafca62483cf27e84d88842950b1269
10104Author: A S Alam <aalam@users.sf.net>
10105Date:   Mon Jul 18 08:20:56 2011 +0530
10106
10107    Punjabi Translation is updated
10108
10109 po/pa.po | 2734 +++++++++++++++-----------------------------------------------
10110 1 file changed, 663 insertions(+), 2071 deletions(-)
10111
10112commit 85f70501cdbd0769f9b759ef1284103292fbbe72
10113Author: Rudolfs Mazurs <rudolfs.mazurs@gmail.com>
10114Date:   Wed Jul 13 00:23:18 2011 +0300
10115
10116    Updated Latvian translation.
10117
10118 po/lv.po | 2708 ++++++++++++++++----------------------------------------------
10119 1 file changed, 689 insertions(+), 2019 deletions(-)
10120
10121commit 0aaca67823ecbe8c0234da8108f5cb64bc52eb56
10122Author: Aurimas Černius <aurisc4@gmail.com>
10123Date:   Tue Jul 12 13:25:29 2011 +0300
10124
10125    Updated Lithuanian translation.
10126
10127 po/lt.po | 156 +++++++++++++++++++++++++++++++++++++++++----------------------
10128 1 file changed, 102 insertions(+), 54 deletions(-)
10129
10130commit 836f815a88e37d7f7ca9eb0a2247df85c5ea1799
10131Author: Shaun McCance <shaunm@gnome.org>
10132Date:   Mon Jul 11 16:59:41 2011 -0400
10133
10134    mal2html-gloss: Don't add title attr to gloss-term links
10135
10136    It just covers up the popup gloss-desc
10137
10138 xslt/mallard/html/mal2html-gloss.xsl | 3 ---
10139 1 file changed, 3 deletions(-)
10140
10141commit 18bb503850c4e1f4c0c7ed996b961028bf1a5723
10142Author: Shaun McCance <shaunm@gnome.org>
10143Date:   Mon Jul 11 16:57:48 2011 -0400
10144
10145    mal2html-gloss: Use <a> for inline gloss terms, for focus
10146
10147 xslt/mallard/html/mal2html-gloss.xsl | 48 +++++++++++++++++++++++++++++-------
10148 xslt/mallard/html/mal2html-page.xsl  |  8 +++++-
10149 2 files changed, 46 insertions(+), 10 deletions(-)
10150
10151commit 1bdece7491a48c577f4a96dad4da13f1fb49adc1
10152Author: Shaun McCance <shaunm@gnome.org>
10153Date:   Mon Jul 11 15:34:30 2011 -0400
10154
10155    mal2html-gloss: Added basic inline gloss:term refs
10156
10157 xslt/mallard/html/mal2html-gloss.xsl | 44 ++++++++++++++++++++++++++++++++++++
10158 xslt/mallard/html/mal2html-page.xsl  | 22 ++++++++++++++++++
10159 2 files changed, 66 insertions(+)
10160
10161commit aeac15f1d977aecab468dc9914229f8ea7c9557b
10162Author: Shaun McCance <shaunm@gnome.org>
10163Date:   Mon Jul 11 09:50:08 2011 -0400
10164
10165    mal2html-gloss: Merge gloss:term based on id attribute
10166
10167 xslt/mallard/common/mal-gloss.xsl    | 124 ++++++++++++++++++++++++-----------
10168 xslt/mallard/html/mal2html-gloss.xsl |  82 ++++++++++-------------
10169 xslt/mallard/html/mal2html-page.xsl  |   8 +--
10170 3 files changed, 125 insertions(+), 89 deletions(-)
10171
10172commit 3199d114e5a6fc66ff2535f9361cd7f23a987188
10173Author: Shaun McCance <shaunm@gnome.org>
10174Date:   Thu Jul 7 22:20:40 2011 -0400
10175
10176    mal2html-media: The type attribute should default to 'image'
10177
10178 xslt/mallard/html/mal2html-media.xsl | 4 ++--
10179 1 file changed, 2 insertions(+), 2 deletions(-)
10180
10181commit 0667cd9e0951dbc28a454a504a4132a74415fce6
10182Author: Shaun McCance <shaunm@gnome.org>
10183Date:   Thu Jul 7 22:04:43 2011 -0400
10184
10185    Preliminary support for the experimental gloss extension
10186
10187 xslt/mallard/common/Makefile.am      |   2 +-
10188 xslt/mallard/common/mal-gloss.xsl    | 115 +++++++++++++++++++++++++++++++++++
10189 xslt/mallard/html/Makefile.am        |   1 +
10190 xslt/mallard/html/mal2html-gloss.xsl | 112 ++++++++++++++++++++++++++++++++++
10191 xslt/mallard/html/mal2html-page.xsl  |  22 +++++++
10192 xslt/mallard/html/mal2xhtml.xsl      |   2 +
10193 6 files changed, 253 insertions(+), 1 deletion(-)
10194
10195commit 874fe94b567155dec25804784d573935cabd3d50
10196Author: Fran Dieguez <fran@openhost.es>
10197Date:   Mon Jul 4 22:15:32 2011 +0200
10198
10199    Updated Galician translations
10200
10201 po/gl.po | 132 ++++++++++++++++++++++++++++++++++++++-------------------------
10202 1 file changed, 80 insertions(+), 52 deletions(-)
10203
10204commit 03d9b81619a918ceb51e82b670760f68982b445a
10205Author: Christian Kirbach <Christian.Kirbach@googlemail.com>
10206Date:   Mon Jul 4 21:14:55 2011 +0200
10207
10208    [l10n] Updated German translation
10209
10210 po/de.po | 1517 +++++++++++++++++++++-----------------------------------------
10211 1 file changed, 520 insertions(+), 997 deletions(-)
10212
10213commit 025c66c0866f758addf5c69f29bd4c4d4e41cb4d
10214Author: Muhammet Kara <muhammet.k@gmail.com>
10215Date:   Mon Jul 4 01:58:46 2011 +0300
10216
10217    Updated Turkish translation
10218
10219 po/tr.po | 134 ++++++++++++++++++++++++++++++++++++++-------------------------
10220 1 file changed, 82 insertions(+), 52 deletions(-)
10221
10222commit 37499205d1300270339bad9c5bfb97a7e20741a3
10223Author: Kjartan Maraas <kmaraas@gnome.org>
10224Date:   Sun Jul 3 10:45:36 2011 +0200
10225
10226    Updated Norwegian bokmål translation
10227
10228 po/nb.po | 504 ++++++++++++++++++++++++++++++++++++++++++++-------------------
10229 1 file changed, 352 insertions(+), 152 deletions(-)
10230
10231commit b6b93fdad960e3ac543f50663a645d9cab2676df
10232Author: Matej Urbančič <mateju@svn.gnome.org>
10233Date:   Sat Jul 2 20:20:22 2011 +0200
10234
10235    Updated Slovenian translation
10236
10237 po/sl.po | 134 ++++++++++++++++++++++++++++++++++++++-------------------------
10238 1 file changed, 81 insertions(+), 53 deletions(-)
10239
10240commit a499265071f8ad7d00699631d29cec5c27d314aa
10241Author: Yaron Shahrabani <sh.yaron@gmail.com>
10242Date:   Sat Jul 2 17:15:15 2011 +0300
10243
10244    Updated Hebrew translation.
10245
10246 po/he.po | 183 ++++++++++++++++++++++++++++++++++++++++++++-------------------
10247 1 file changed, 128 insertions(+), 55 deletions(-)
10248
10249commit 08df0136dc23496538ca47a014cccb9a6ca8d287
10250Author: Daniel Nylander <po@danielnylander.se>
10251Date:   Sat Jul 2 14:22:00 2011 +0200
10252
10253    Updated Swedish translation
10254
10255 po/sv.po | 132 ++++++++++++++++++++++++++++++++++++++-------------------------
10256 1 file changed, 80 insertions(+), 52 deletions(-)
10257
10258commit e6cc849f86222580f4066b67042897255beb4be1
10259Author: Jorge González <jorgegonz@svn.gnome.org>
10260Date:   Sat Jul 2 07:06:28 2011 +0200
10261
10262    Updated Spanish translation
10263
10264 po/es.po | 134 ++++++++++++++++++++++++++++++++++++++-------------------------
10265 1 file changed, 82 insertions(+), 52 deletions(-)
10266
10267commit beb0b7e841ce35d1375488075bb117dbf24a09c2
10268Author: Shaun McCance <shaunm@gnome.org>
10269Date:   Fri Jul 1 10:20:06 2011 -0400
10270
10271    Fixed seeie/seealsoie formatters in DocBook, bug in gettext
10272
10273 test/testdocs/index.x001.xml         |  65 ++++++++++++++++++
10274 xslt/docbook/html/db2html-index.xsl  |   2 +-
10275 xslt/gettext/domains/yelp-xsl.pot    | 130 +++++++++++++++++++++--------------
10276 xslt/gettext/domains/yelp-xsl.xml.in | 101 ++++++++-------------------
10277 xslt/gettext/gettext.xsl             |   4 +-
10278 5 files changed, 177 insertions(+), 125 deletions(-)
10279
10280commit 333be9ebeb9c1a4e50b8dc5618547eac0283eb4e
10281Author: Aurimas Černius <aurisc4@gmail.com>
10282Date:   Wed Jun 29 13:35:58 2011 +0300
10283
10284    Updated Lithuanian translation.
10285
10286 po/lt.po | 2792 +++++++++++++++-----------------------------------------------
10287 1 file changed, 662 insertions(+), 2130 deletions(-)
10288
10289commit 8c8cb7163eae50a055b7db12d2d5986b33f63f05
10290Author: Aron Xu <aronxu@gmail.com>
10291Date:   Sun Jun 26 16:58:10 2011 +0800
10292
10293    Update Simplified Chinese translation.
10294
10295 po/zh_CN.po | 7 ++++---
10296 1 file changed, 4 insertions(+), 3 deletions(-)
10297
10298commit 6926ec6a16bad222e94928dbca0b95f93841fef3
10299Author: Aron Xu <aronxu@gmail.com>
10300Date:   Sun Jun 26 16:56:57 2011 +0800
10301
10302    Update Simplified Chinese translation.
10303
10304 po/zh_CN.po | 2463 +++++++++--------------------------------------------------
10305 1 file changed, 354 insertions(+), 2109 deletions(-)
10306
10307commit 2097bb087252681d7e74d0e1a489bac7d2ccda41
10308Author: Muhammet Kara <muhammet.k@gmail.com>
10309Date:   Sun Jun 26 04:01:08 2011 +0300
10310
10311    Updated Turkish translation file header
10312
10313 po/tr.po | 2 +-
10314 1 file changed, 1 insertion(+), 1 deletion(-)
10315
10316commit 1558d186af20fedf85d6da977b68f61db865cf38
10317Author: Muhammet Kara <muhammet.k@gmail.com>
10318Date:   Sun Jun 26 00:02:24 2011 +0300
10319
10320    Updated Turkish translation
10321
10322 po/tr.po | 2486 ++++++++++----------------------------------------------------
10323 1 file changed, 373 insertions(+), 2113 deletions(-)
10324
10325commit 6e9c6ce679db58d6cc5f8abac023b2093b6b73b0
10326Author: Yuri Kozlov <yuray@komyakino.ru>
10327Date:   Wed Jun 22 20:43:38 2011 +0400
10328
10329    Updated Russian translation
10330
10331 po/ru.po | 1265 ++++++++++++++++----------------------------------------------
10332 1 file changed, 321 insertions(+), 944 deletions(-)
10333
10334commit f9f73b5927c16c6ba85babf75fb1f68ecb651cdf
10335Author: Fran Diéguez <fran.dieguez@mabishu.com>
10336Date:   Tue Jun 21 13:40:08 2011 +0200
10337
10338    Updated Galician translations
10339
10340 po/gl.po | 206 +++++++++++++++++++++++++++++++++++++++++++++++----------------
10341 1 file changed, 153 insertions(+), 53 deletions(-)
10342
10343commit 370ddac50e46629c3d9c546d8dd1d4542d37666d
10344Author: Daniel Nylander <po@danielnylander.se>
10345Date:   Mon Jun 20 09:11:41 2011 +0200
10346
10347    Updated Swedish translation
10348
10349 po/sv.po | 194 +++++++++++++++++++++++++++++++++++++++++++++++++--------------
10350 1 file changed, 153 insertions(+), 41 deletions(-)
10351
10352commit df5080e215dc567d4d4bf9a90270c04aca1cb4f0
10353Author: Shaun McCance <shaunm@gnome.org>
10354Date:   Sun Jun 19 20:05:12 2011 -0400
10355
10356    docbook: Get link text right for glossentry
10357
10358 xslt/docbook/common/db-title.xsl | 5 +++++
10359 xslt/docbook/common/db-xref.xsl  | 2 +-
10360 2 files changed, 6 insertions(+), 1 deletion(-)
10361
10362commit e9b8a6194354c9a61771c780a93f172e2c79a26f
10363Author: Shaun McCance <shaunm@gnome.org>
10364Date:   Sun Jun 19 17:54:46 2011 -0400
10365
10366    db2html-division: Add PI to suppress sectionlinks, #346397
10367
10368 xslt/docbook/html/db2html-division.xsl | 3 ++-
10369 1 file changed, 2 insertions(+), 1 deletion(-)
10370
10371commit 70cfe92518a15cc77df416846b8ec4807a29a468
10372Author: Matej Urbančič <mateju@svn.gnome.org>
10373Date:   Sun Jun 19 21:42:07 2011 +0200
10374
10375    Updated Slovenian translation
10376
10377 po/sl.po | 133 +++++++++++++++++++++++++++++++++++++++++++++------------------
10378 1 file changed, 95 insertions(+), 38 deletions(-)
10379
10380commit df90d7819ad456a618a228ddf25113a1829698e3
10381Author: Jorge González <jorgegonz@svn.gnome.org>
10382Date:   Sun Jun 19 17:18:41 2011 +0200
10383
10384    Updated Spanish translation
10385
10386 po/es.po | 56 +++++++++++++++++++++++++++++++++++++++-----------------
10387 1 file changed, 39 insertions(+), 17 deletions(-)
10388
10389commit d1bb54a319bf6a4feade1652277d6fb4185a3f61
10390Author: Daniel Mustieles <daniel.mustieles@gmail.com>
10391Date:   Sun Jun 19 12:10:31 2011 +0200
10392
10393    Updated Spanish translation
10394
10395 po/es.po | 133 ++++++++++++++++++++++++++++++++++++---------------------------
10396 1 file changed, 77 insertions(+), 56 deletions(-)
10397
10398commit 168883ac2438ab6fad61a0e957f7aad9bcae80be
10399Author: Shaun McCance <shaunm@gnome.org>
10400Date:   Sat Jun 18 12:24:07 2011 -0400
10401
10402    Fixed inline quote formatter for new l10n system
10403
10404 xslt/docbook/html/db2html-inline.xsl |  7 ++--
10405 xslt/gettext/domains/yelp-xsl.pot    | 42 ++++++++++++++++++------
10406 xslt/gettext/domains/yelp-xsl.xml.in | 62 ++++++++++++------------------------
10407 3 files changed, 55 insertions(+), 56 deletions(-)
10408
10409commit 539f54cd79c50dd409417d9bb0942684e879abf5
10410Author: Shaun McCance <shaunm@gnome.org>
10411Date:   Sat Jun 18 12:16:19 2011 -0400
10412
10413    html.xsl: No box-shadow around substeps
10414
10415 xslt/common/html.xsl | 3 +++
10416 1 file changed, 3 insertions(+)
10417
10418commit e7f8d0446d4fd25a6fa16606c659ca6375b0da75
10419Author: Shaun McCance <shaunm@gnome.org>
10420Date:   Fri Jun 17 11:30:19 2011 -0400
10421
10422    Accessible titles on notes in DocBook and Mallard, #613267
10423
10424 xslt/docbook/html/db2html-block.xsl  |  43 +++++++++++++-
10425 xslt/gettext/domains/yelp-xsl.pot    | 107 +++++++++++++++++++++++------------
10426 xslt/gettext/domains/yelp-xsl.xml.in |  35 ++++++++++++
10427 xslt/mallard/html/mal2html-block.xsl |  24 +++++---
10428 4 files changed, 164 insertions(+), 45 deletions(-)
10429
10430commit 6717569d08367493c9a55a65f417d2fc390acdca
10431Author: Shaun McCance <shaunm@gnome.org>
10432Date:   Fri Jun 17 09:53:20 2011 -0400
10433
10434    db2html: Update HTML to match new CSS from html.xsl
10435
10436    I added more wrapper divs to support ui expanders in Mallard
10437
10438 xslt/docbook/html/db2html-block.xsl    | 18 +++++++++++-------
10439 xslt/docbook/html/db2html-division.xsl |  4 ++++
10440 2 files changed, 15 insertions(+), 7 deletions(-)
10441
10442commit 5c92c10c38d31b6aa923581590e2aede13c4dff6
10443Author: Shaun McCance <shaunm@gnome.org>
10444Date:   Fri Jun 17 09:33:20 2011 -0400
10445
10446    html.xsl: Auto-expand collapsable sections on #target click
10447
10448 xslt/common/html.xsl | 165 +++++++++++++++++++++++++++++++--------------------
10449 1 file changed, 102 insertions(+), 63 deletions(-)
10450
10451commit 39818e335ed9048c84f6b6709e2c5baba82f25d5
10452Author: Shaun McCance <shaunm@gnome.org>
10453Date:   Thu Jun 16 13:52:35 2011 -0400
10454
10455    mal2html-page: Support for ui:expanded on sections
10456
10457 xslt/common/html.xsl                | 28 +++++++++++++++++++++++-----
10458 xslt/mallard/html/mal2html-page.xsl | 32 ++++++++++++++++++++++++--------
10459 2 files changed, 47 insertions(+), 13 deletions(-)
10460
10461commit 7c53a7ebe4896064cecdf103d9efe79ed0f74e41
10462Author: Shaun McCance <shaunm@gnome.org>
10463Date:   Thu Jun 16 11:31:31 2011 -0400
10464
10465    Small fixes to vendor CSS properties
10466
10467 xslt/common/html.xsl              | 12 +++++++-----
10468 xslt/docbook/html/db2html-css.xsl |  2 +-
10469 2 files changed, 8 insertions(+), 6 deletions(-)
10470
10471commit 8886be2ce6e1f0a996c5a5ead1a949aae1970509
10472Author: Shaun McCance <shaunm@gnome.org>
10473Date:   Thu Jun 16 11:27:08 2011 -0400
10474
10475    html.xsl: Changed steps visuals, tired of so much yellow
10476
10477 xslt/common/html.xsl | 14 ++++++++------
10478 1 file changed, 8 insertions(+), 6 deletions(-)
10479
10480commit 6aef306f77bd87831165e5fde3775fe33374a21d
10481Author: Shaun McCance <shaunm@gnome.org>
10482Date:   Thu Jun 16 11:11:41 2011 -0400
10483
10484    mal2html-links: Moved topic links, support ui:expanded
10485
10486 xslt/mallard/common/mal-link.xsl      |   5 +-
10487 xslt/mallard/html/mal2html-facets.xsl |   2 +-
10488 xslt/mallard/html/mal2html-links.xsl  | 300 ++++++++++++++++++++++++++++++++++
10489 xslt/mallard/html/mal2html-page.xsl   | 262 -----------------------------
10490 4 files changed, 305 insertions(+), 264 deletions(-)
10491
10492commit bc632a6762f2c1a6e0e995bdbeb5e3c4f9899958
10493Author: Shaun McCance <shaunm@gnome.org>
10494Date:   Wed Jun 15 17:46:05 2011 -0400
10495
10496    mal2html-links: Move links handling to own module, cleanup
10497
10498 xslt/common/html.xsl                 |   2 +-
10499 xslt/mallard/html/Makefile.am        |   1 +
10500 xslt/mallard/html/mal2html-links.xsl | 570 +++++++++++++++++++++++++++++++++++
10501 xslt/mallard/html/mal2html-page.xsl  | 352 +--------------------
10502 xslt/mallard/html/mal2html-ui.xsl    |   9 +-
10503 xslt/mallard/html/mal2xhtml.xsl      |   1 +
10504 6 files changed, 589 insertions(+), 346 deletions(-)
10505
10506commit e56ce92298e3fb40a5f591a24a64139fadbe69a6
10507Author: Shaun McCance <shaunm@gnome.org>
10508Date:   Tue Jun 14 23:30:23 2011 -0400
10509
10510    mallard/html: Experimental ui:expanded support for all titled blocks
10511
10512 xslt/common/html.xsl                 |   7 ++-
10513 xslt/mallard/html/Makefile.am        |   1 +
10514 xslt/mallard/html/mal2html-block.xsl |  80 ++++++++++--------------
10515 xslt/mallard/html/mal2html-list.xsl  | 117 ++++++++++++++++++++++++-----------
10516 xslt/mallard/html/mal2html-page.xsl  |   1 +
10517 xslt/mallard/html/mal2html-table.xsl |  70 ++++++++++++---------
10518 xslt/mallard/html/mal2html-ui.xsl    |  83 +++++++++++++++++++++++++
10519 xslt/mallard/html/mal2xhtml.xsl      |   1 +
10520 8 files changed, 241 insertions(+), 119 deletions(-)
10521
10522commit 86bcbf3fe57cc288055ebac44a19f22c1a6d434b
10523Author: Shaun McCance <shaunm@gnome.org>
10524Date:   Tue Jun 14 15:41:21 2011 -0400
10525
10526    Updated README
10527
10528 README | 97 +++++++-----------------------------------------------------------
10529 1 file changed, 10 insertions(+), 87 deletions(-)
10530
10531commit 4d45bcc2371c7c6562a6bb0afde0e73d7492e8d2
10532Author: Shaun McCance <shaunm@gnome.org>
10533Date:   Tue Jun 14 15:08:25 2011 -0400
10534
10535    Added ui:expanded for listing, synopsis, figure
10536
10537    Figure support required retooling the auto-zoom code
10538
10539 xslt/common/html.xsl                 | 61 +++++++++++++++++++---------
10540 xslt/mallard/html/mal2html-block.xsl | 79 ++++++++++++++++++++++++------------
10541 2 files changed, 95 insertions(+), 45 deletions(-)
10542
10543commit 8bb57f8bf56cd8e08d149ce9b6eadb62bb9a620f
10544Author: Shaun McCance <shaunm@gnome.org>
10545Date:   Tue Jun 14 11:07:39 2011 -0400
10546
10547    Allow alt titles for ui:expander
10548
10549 xslt/common/html.xsl                 | 27 ++++++++++++++++---
10550 xslt/mallard/html/mal2html-block.xsl | 52 ++++++++++++++++++++++++++----------
10551 2 files changed, 62 insertions(+), 17 deletions(-)
10552
10553commit df2bce1ddebcdcc9b546d16ebcc9e078dc482c24
10554Author: Shaun McCance <shaunm@gnome.org>
10555Date:   Mon Jun 13 14:09:43 2011 -0400
10556
10557    Version 3.1.2
10558
10559 NEWS         | 17 +++++++++++++++++
10560 configure.ac |  2 +-
10561 2 files changed, 18 insertions(+), 1 deletion(-)
10562
10563commit 2724dcfdbe75988d9118d9acebfeef0599d68641
10564Author: Shaun McCance <shaunm@gnome.org>
10565Date:   Mon Jun 13 14:04:28 2011 -0400
10566
10567    html.xsl: Gray background/border for notes
10568
10569 xslt/common/html.xsl | 12 +++---------
10570 1 file changed, 3 insertions(+), 9 deletions(-)
10571
10572commit 7791ffbf1674fa13063b270fa20cae2db1beef8e
10573Author: Shaun McCance <shaunm@gnome.org>
10574Date:   Mon Jun 13 11:47:59 2011 -0400
10575
10576    Added experimental ui:expanded support
10577
10578 xslt/common/html.xsl                 | 45 ++++++++++++++++++++++++++++++++++++
10579 xslt/mallard/html/mal2html-block.xsl | 24 ++++++++++++++++++-
10580 2 files changed, 68 insertions(+), 1 deletion(-)
10581
10582commit a5394ea197f6b03845bbe8822a1978525211ceac
10583Author: Matej Urbančič <mateju@svn.gnome.org>
10584Date:   Sat Jun 11 17:41:52 2011 +0200
10585
10586    Updated Slovenian translation
10587
10588 po/sl.po | 1412 +++++++++++++-------------------------------------------------
10589 1 file changed, 291 insertions(+), 1121 deletions(-)
10590
10591commit 10f066965e25e0616d7e747a47d8176f1c3a322a
10592Author: Jorge González <jorgegonz@svn.gnome.org>
10593Date:   Sat Jun 11 11:34:06 2011 +0200
10594
10595    Updated Spanish translation
10596
10597 po/es.po | 148 +++++++++++++++++++++++++++++++++++++++++++--------------------
10598 1 file changed, 101 insertions(+), 47 deletions(-)
10599
10600commit e623fac9c3d18f716377b2e7adb639a0cd4720e7
10601Author: Yaron Shahrabani <sh.yaron@gmail.com>
10602Date:   Sat Jun 11 11:59:30 2011 +0300
10603
10604    Updated Hebrew translation.
10605
10606 po/he.po | 83 +++++++++++++++++++++++++++++++++++++++++++++++++++++-----------
10607 1 file changed, 69 insertions(+), 14 deletions(-)
10608
10609commit d49b82bf408b787727879c5f1bad3b3a64217cab
10610Author: Shaun McCance <shaunm@gnome.org>
10611Date:   Fri Jun 10 15:45:46 2011 -0400
10612
10613    gettext: Fixed for l10n of biblioentry, citations, comments
10614
10615 xslt/docbook/html/db2html-bibliography.xsl |   2 +-
10616 xslt/docbook/html/db2html-inline.xsl       |   4 +-
10617 xslt/gettext/domains/yelp-xsl.pot          |  77 +++++++++++--
10618 xslt/gettext/domains/yelp-xsl.xml.in       | 166 +++++++++++------------------
10619 xslt/mallard/html/mal2html-block.xsl       |   4 +-
10620 5 files changed, 134 insertions(+), 119 deletions(-)
10621
10622commit 9c8108b48b70ea6be62bc669ff908ee8cb6ff477
10623Author: Shaun McCance <shaunm@gnome.org>
10624Date:   Fri Jun 10 15:13:53 2011 -0400
10625
10626    mal-link: Only output shortest link trails
10627
10628 xslt/mallard/common/mal-link.xsl | 6 ++++++
10629 1 file changed, 6 insertions(+)
10630
10631commit e597986bf16003a621fd09dc7fbf9334003ca934
10632Author: Abduxukur Abdurixit <abdurixit@gmail.com>
10633Date:   Fri Jun 10 10:28:21 2011 +0200
10634
10635    Added UG translation
10636
10637 po/ug.po | 1436 ++++++++++++++++++--------------------------------------------
10638 1 file changed, 413 insertions(+), 1023 deletions(-)
10639
10640commit 8c2bfdf61f257535cede7890daae97701a92a6f9
10641Author: Kjartan Maraas <kmaraas@gnome.org>
10642Date:   Thu Jun 9 12:40:30 2011 +0200
10643
10644    Updated Norwegian bokmål translation
10645
10646 po/nb.po | 1272 +++++++++++---------------------------------------------------
10647 1 file changed, 215 insertions(+), 1057 deletions(-)
10648
10649commit 6843f0bbfea31ba74163570341ce4af30a531989
10650Author: Fran Diéguez <fran.dieguez@mabishu.com>
10651Date:   Sun Jun 5 22:45:50 2011 +0200
10652
10653    Updated Galician translations
10654
10655 po/gl.po | 1423 ++++++++++++++++++--------------------------------------------
10656 1 file changed, 405 insertions(+), 1018 deletions(-)
10657
10658commit 637eb855de106a05f8517fe8a0e2a1f74a2690b3
10659Author: Yaron Shahrabani <sh.yaron@gmail.com>
10660Date:   Sat Jun 4 14:41:55 2011 +0300
10661
10662    Updated Hebrew translation.
10663
10664 po/he.po | 1412 ++++++++++++++++++--------------------------------------------
10665 1 file changed, 399 insertions(+), 1013 deletions(-)
10666
10667commit 3a4b6fa3382f0a06de43b19b87e325747083b704
10668Author: Shaun McCance <shaunm@gnome.org>
10669Date:   Mon May 30 17:08:29 2011 -0400
10670
10671    mal2html-page: Status badges for outdated and candidate
10672
10673 xslt/gettext/domains/yelp-xsl.pot    | 66 ++++++++++++++++++------------------
10674 xslt/gettext/domains/yelp-xsl.xml.in |  3 --
10675 xslt/mallard/html/mal2html-page.xsl  | 38 ++++++++++++++-------
10676 3 files changed, 59 insertions(+), 48 deletions(-)
10677
10678commit b9c5bb0b150afc5b83ac251c8ab44fcbad18f5be
10679Author: Shaun McCance <shaunm@gnome.org>
10680Date:   Sun May 29 20:01:32 2011 -0400
10681
10682    html.xsl: Style tweaks to linkdivs and link trails
10683
10684 xslt/common/html.xsl                | 1 +
10685 xslt/mallard/html/mal2html-page.xsl | 6 +++---
10686 2 files changed, 4 insertions(+), 3 deletions(-)
10687
10688commit a5482c678aa840fb694c2ff05ed3e2a6c12d3106
10689Author: Carles Ferrando <carles.ferrando@gmail.com>
10690Date:   Sun May 29 13:32:36 2011 +0200
10691
10692    [l10n]Updated Catalan (Valencian) translation
10693
10694 po/ca@valencia.po | 1948 +++++++++++++++--------------------------------------
10695 1 file changed, 534 insertions(+), 1414 deletions(-)
10696
10697commit ca080c6919bac67854af660e158eec2e134bb725
10698Author: Arash Mousavi <amousavi@src.gnome.org>
10699Date:   Wed May 25 04:37:34 2011 +0430
10700
10701    Updated Persian translation
10702
10703 po/fa.po | 2632 ++++++++++++++------------------------------------------------
10704 1 file changed, 576 insertions(+), 2056 deletions(-)
10705
10706commit 654e9635f28ffe86c7c97e67a5eb8e74bbb2bce3
10707Author: Shaun McCance <shaunm@gnome.org>
10708Date:   Mon May 23 20:54:28 2011 -0400
10709
10710    Version 3.1.1
10711
10712 NEWS                              | 17 +++++++++++++++++
10713 configure.ac                      |  2 +-
10714 xslt/gettext/domains/yelp-xsl.pot |  2 +-
10715 3 files changed, 19 insertions(+), 2 deletions(-)
10716
10717commit e3b6e2a37967bb73eddeb04981bd0cf0bbc4da82
10718Merge: 3c4b7a62 24c23b3e
10719Author: Shaun McCance <shaunm@gnome.org>
10720Date:   Mon May 23 20:44:16 2011 -0400
10721
10722    Merge branch 'gnome-3-0'
10723
10724    Conflicts:
10725            doc/yelp-xsl/de/de.po
10726            po/bg.po
10727            po/cs.po
10728            po/es.po
10729            po/sv.po
10730
10731commit 24c23b3e23326ca2380919490fa536a4b74ba056
10732Author: Shaun McCance <shaunm@gnome.org>
10733Date:   Mon May 23 20:27:12 2011 -0400
10734
10735    Version 3.0.2
10736
10737 NEWS         | 19 +++++++++++++++++++
10738 configure.ac |  2 +-
10739 2 files changed, 20 insertions(+), 1 deletion(-)
10740
10741commit 3c4b7a623b29d7b741a248dd310b5778e82e080b
10742Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
10743Date:   Sun May 22 23:01:54 2011 +0200
10744
10745    Updated Serbian translation
10746
10747 po/sr.po       | 2595 ++++++++++++--------------------------------------------
10748 po/sr@latin.po | 2595 ++++++++++++--------------------------------------------
10749 2 files changed, 1068 insertions(+), 4122 deletions(-)
10750
10751commit fee1b6cb3aa593d08e523d2088705285a4cec7dc
10752Author: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
10753Date:   Sun May 22 12:42:21 2011 +0700
10754
10755    Updated Vietnamese translation
10756
10757 po/vi.po | 46 ++++++++++++++++++++++------------------------
10758 1 file changed, 22 insertions(+), 24 deletions(-)
10759
10760commit 70762e9135ad9537a9320e447fcc19d5114fe7a3
10761Author: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
10762Date:   Sun May 22 12:35:52 2011 +0700
10763
10764    po/vi.po: import from Damned Lies
10765
10766 po/vi.po | 1984 ++++++++++++++++++--------------------------------------------
10767 1 file changed, 563 insertions(+), 1421 deletions(-)
10768
10769commit 04c5151a2c6ad00b303435bacb482b0f15cc9ff9
10770Author: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
10771Date:   Sun May 22 12:42:21 2011 +0700
10772
10773    Updated Vietnamese translation
10774
10775 po/vi.po | 46 ++++++++++++++++++++++------------------------
10776 1 file changed, 22 insertions(+), 24 deletions(-)
10777
10778commit 469cac9b4d26fb9a3aa463aa7eaaa0b980447981
10779Author: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
10780Date:   Sun May 22 12:35:52 2011 +0700
10781
10782    po/vi.po: import from Damned Lies
10783
10784 po/vi.po | 1984 ++++++++++++++++++--------------------------------------------
10785 1 file changed, 563 insertions(+), 1421 deletions(-)
10786
10787commit e45412ef9d5cd7218226a20643deed3a6d7904e9
10788Author: Daniel Nylander <po@danielnylander.se>
10789Date:   Sat May 21 02:50:26 2011 +0200
10790
10791    Updated Swedish translation
10792
10793 po/sv.po | 1607 ++++++++++++--------------------------------------------------
10794 1 file changed, 306 insertions(+), 1301 deletions(-)
10795
10796commit 81c516c47c4d2c1f7f3b6587e8bfc1b6f825c42b
10797Author: Bruce Cowan <bruce@bcowan.me.uk>
10798Date:   Fri May 20 20:17:00 2011 +0100
10799
10800    Update British English translation
10801
10802 po/en_GB.po | 1901 ++++++++++++++++-------------------------------------------
10803 1 file changed, 492 insertions(+), 1409 deletions(-)
10804
10805commit a261e24798c4fda9d4b896f5960f1066856e8507
10806Author: Bruce Cowan <bruce@bcowan.me.uk>
10807Date:   Fri May 20 20:17:00 2011 +0100
10808
10809    Update British English translation
10810
10811 po/en_GB.po | 1901 ++++++++++++++++-------------------------------------------
10812 1 file changed, 492 insertions(+), 1409 deletions(-)
10813
10814commit 50c1120ae0cbe0b4ac948788b6035e5d9d20b3f6
10815Author: Shaun McCance <shaunm@gnome.org>
10816Date:   Thu May 19 19:34:23 2011 -0400
10817
10818    html.xsl: Work on the video JS/CSS
10819
10820    Gave the play bar a dark theme. Replaced the range input with
10821    a canvas+JS because range input isn't widely supported. Made
10822    the HTML output include controls, and the JS disables controls
10823    and creates its own custom, for non-JS interoperability.
10824
10825 xslt/common/html.xsl                 | 259 +++++++++++++++++------------------
10826 xslt/mallard/html/mal2html-media.xsl |  48 +++----
10827 2 files changed, 149 insertions(+), 158 deletions(-)
10828
10829commit f67bcb6a3833681016d0c6f67855c9dc0470548d
10830Author: Shaun McCance <shaunm@gnome.org>
10831Date:   Wed May 18 15:06:16 2011 -0400
10832
10833    gettext.xsl: Remove debug message I left in
10834
10835 xslt/gettext/gettext.xsl | 9 ---------
10836 1 file changed, 9 deletions(-)
10837
10838commit f9efc8243f8dba33207aa7608c3a6b064442f42a
10839Author: Jorge González <jorgegonz@svn.gnome.org>
10840Date:   Wed May 18 20:16:43 2011 +0200
10841
10842    Updated Spanish translation
10843
10844 po/es.po | 1413 ++++++++++++++++++--------------------------------------------
10845 1 file changed, 402 insertions(+), 1011 deletions(-)
10846
10847commit 5df27b50a54302a741f6fc08b76d8d34c13e3c3b
10848Author: Shaun McCance <shaunm@gnome.org>
10849Date:   Wed May 18 12:04:51 2011 -0400
10850
10851    gettext: New translation infrastructure
10852
10853 .gitignore                           |    1 +
10854 Makefile.am                          |    3 +-
10855 configure.ac                         |   10 +
10856 gnome-autogen.sh                     |  427 ------------
10857 po/POTFILES.in                       |    2 +-
10858 xslt/common/icons.xsl                |    8 +-
10859 xslt/docbook/html/db2html-inline.xsl |    6 +-
10860 xslt/gettext/Makefile.am             |   14 +-
10861 xslt/gettext/domains/Makefile.am     |   31 +
10862 xslt/gettext/domains/msgs.xsl        |   43 ++
10863 xslt/gettext/domains/yelp-xsl.pot    |  366 ++++++++++
10864 xslt/gettext/domains/yelp-xsl.xml.in |  628 +++++++++++++++++
10865 xslt/gettext/gettext.xsl             |  542 +++------------
10866 xslt/gettext/l10n.xml.in             | 1235 ----------------------------------
10867 14 files changed, 1190 insertions(+), 2126 deletions(-)
10868
10869commit 262494fcb93b83db462063dc6a85cd6c8716718d
10870Author: Shaun McCance <shaunm@gnome.org>
10871Date:   Wed May 18 10:48:38 2011 -0400
10872
10873    docbook/html/Makefile.am: Remove db2html-qanda.xsl
10874
10875 xslt/docbook/html/Makefile.am | 1 -
10876 1 file changed, 1 deletion(-)
10877
10878commit 196d12e979db564d32ca2c769ec1daab210c5cc7
10879Author: Shaun McCance <shaunm@gnome.org>
10880Date:   Tue May 17 10:01:57 2011 -0400
10881
10882    db2html: Fix cross-reference stuff for glossentry
10883
10884 xslt/docbook/common/db-xref.xsl     | 9 ++++++++-
10885 xslt/docbook/html/db2html-block.xsl | 2 ++
10886 2 files changed, 10 insertions(+), 1 deletion(-)
10887
10888commit 869f4aba75e2e79f2fb8c003d83157ce5aba35ea
10889Author: Shaun McCance <shaunm@gnome.org>
10890Date:   Tue May 17 09:58:16 2011 -0400
10891
10892    testdocs: Remove broken old chunk params from DocBook tests
10893
10894 test/testdocs/Makefile | 3 ---
10895 1 file changed, 3 deletions(-)
10896
10897commit 69b01d5f65ad0f228903ca6c7295f4d498be9213
10898Author: Shaun McCance <shaunm@gnome.org>
10899Date:   Tue May 17 09:44:53 2011 -0400
10900
10901    db-chunk: Default db.chunk.basename to 'index' without @id
10902
10903 xslt/docbook/common/db-chunk.xsl | 14 +++++++++++++-
10904 1 file changed, 13 insertions(+), 1 deletion(-)
10905
10906commit 70a876a3bb6de230aafc5b686d2f1fe193916109
10907Author: Shaun McCance <shaunm@gnome.org>
10908Date:   Mon May 16 20:39:47 2011 -0400
10909
10910    db2html: Cleanup of some *synopsis handling code
10911
10912 doc/yelp-xsl/xsldoc-scan.xsl                |  2 +-
10913 xslt/docbook/html/db2html-callout.xsl       |  6 +-
10914 xslt/docbook/html/db2html-classsynopsis.xsl | 66 ++++++++++----------
10915 xslt/docbook/html/db2html-cmdsynopsis.xsl   | 97 ++++++++++++-----------------
10916 4 files changed, 76 insertions(+), 95 deletions(-)
10917
10918commit 6ab9622f40323819aaf60fe9e58f54756ac3edba
10919Author: Shaun McCance <shaunm@gnome.org>
10920Date:   Mon May 16 20:38:20 2011 -0400
10921
10922    testdocs: Fix Makefile for new HTML output
10923
10924 test/testdocs/Makefile | 13 +++++++------
10925 1 file changed, 7 insertions(+), 6 deletions(-)
10926
10927commit 8f8837904953b5fc4a386eeef099b22abcf1b2db
10928Author: Shaun McCance <shaunm@gnome.org>
10929Date:   Mon May 16 11:24:21 2011 -0400
10930
10931    db2html-callout: Implement calloutlist, cleanup
10932
10933 xslt/docbook/html/db2html-callout.xsl | 154 +++++++++++-----------------------
10934 xslt/docbook/html/db2html-css.xsl     |  21 ++++-
10935 2 files changed, 70 insertions(+), 105 deletions(-)
10936
10937commit 419aa1d4cdb4b90f9abd40495334a1972357afbb
10938Author: Shaun McCance <shaunm@gnome.org>
10939Date:   Mon May 16 10:20:12 2011 -0400
10940
10941    db2html: Cleaned up xmlns and exclude-result-prefixes
10942
10943 xslt/docbook/common/db-chunk.xsl            | 4 ++--
10944 xslt/docbook/common/db-common.xsl           | 2 +-
10945 xslt/docbook/common/db-xref.xsl             | 4 ++--
10946 xslt/docbook/html/db2html-autotoc.xsl       | 2 +-
10947 xslt/docbook/html/db2html-bibliography.xsl  | 4 ++--
10948 xslt/docbook/html/db2html-block.xsl         | 4 ++--
10949 xslt/docbook/html/db2html-classsynopsis.xsl | 1 +
10950 xslt/docbook/html/db2html-cmdsynopsis.xsl   | 2 +-
10951 xslt/docbook/html/db2html-css.xsl           | 1 +
10952 xslt/docbook/html/db2html-division.xsl      | 2 +-
10953 xslt/docbook/html/db2html-ebnf.xsl          | 1 +
10954 xslt/docbook/html/db2html-footnote.xsl      | 1 +
10955 xslt/docbook/html/db2html-funcsynopsis.xsl  | 3 ++-
10956 xslt/docbook/html/db2html-index.xsl         | 2 +-
10957 xslt/docbook/html/db2html-info.xsl          | 1 +
10958 xslt/docbook/html/db2html-inline.xsl        | 4 ++--
10959 xslt/docbook/html/db2html-list.xsl          | 1 +
10960 xslt/docbook/html/db2html-media.xsl         | 1 +
10961 xslt/docbook/html/db2html-refentry.xsl      | 2 +-
10962 xslt/docbook/html/db2html-suppressed.xsl    | 1 +
10963 xslt/docbook/html/db2html-table.xsl         | 1 +
10964 xslt/docbook/html/db2html-title.xsl         | 1 +
10965 xslt/docbook/html/db2html-xref.xsl          | 2 +-
10966 23 files changed, 29 insertions(+), 18 deletions(-)
10967
10968commit daf5be7ed44c1334f8c240f5467484570367d0ad
10969Author: Shaun McCance <shaunm@gnome.org>
10970Date:   Fri May 13 11:54:43 2011 -0400
10971
10972    doc: Use links element, better formatting
10973
10974 doc/yelp-xsl/C/index__M.page |  2 ++
10975 doc/yelp-xsl/C/index__P.page |  2 ++
10976 doc/yelp-xsl/C/index__S.page |  2 ++
10977 doc/yelp-xsl/C/index__T.page |  2 ++
10978 doc/yelp-xsl/xsldoc-scan.xsl | 51 +++++++++++++-------------------------------
10979 5 files changed, 23 insertions(+), 36 deletions(-)
10980
10981commit 42ac52ce6ce9ea0d24b42173abe18eee6c328bae
10982Author: Shaun McCance <shaunm@gnome.org>
10983Date:   Fri May 13 11:53:46 2011 -0400
10984
10985    db2html-bibliography: Clean up and doc fixes
10986
10987 xslt/docbook/html/db2html-bibliography.xsl | 70 ++++++++++++------------------
10988 xslt/docbook/html/db2html-css.xsl          |  3 ++
10989 xslt/docbook/html/db2html-inline.xsl       | 10 -----
10990 3 files changed, 31 insertions(+), 52 deletions(-)
10991
10992commit f15d80df11167f8bcc74ef415fced3150d1e4dc7
10993Author: Shaun McCance <shaunm@gnome.org>
10994Date:   Thu May 12 20:33:31 2011 -0400
10995
10996    db2html-block: Clean up and doc fixes
10997
10998 xslt/docbook/html/db2html-bibliography.xsl |   1 -
10999 xslt/docbook/html/db2html-block.xsl        | 218 ++++++++---------------------
11000 xslt/mallard/html/mal2html-block.xsl       |   3 +
11001 3 files changed, 63 insertions(+), 159 deletions(-)
11002
11003commit 045d6749297be2260e29aab1e4ca076ea2751724
11004Author: Shaun McCance <shaunm@gnome.org>
11005Date:   Tue May 10 16:29:56 2011 -0400
11006
11007    db2html: Fix DocBook CSS, QandA fixes
11008
11009 xslt/docbook/common/db-title.xsl       |  13 ++
11010 xslt/docbook/html/db2html-css.xsl      | 120 ++++++------------
11011 xslt/docbook/html/db2html-division.xsl |  40 ++++++
11012 xslt/docbook/html/db2html-list.xsl     | 217 +++++++++++----------------------
11013 xslt/docbook/html/db2html-qanda.xsl    | 147 ----------------------
11014 xslt/docbook/html/db2xhtml.xsl         |   1 -
11015 6 files changed, 158 insertions(+), 380 deletions(-)
11016
11017commit 6d7a85388dabe422815c3a44d6c98077cef57bcb
11018Author: Shaun McCance <shaunm@gnome.org>
11019Date:   Mon May 2 10:19:20 2011 -0400
11020
11021    mal-if: Use if:if instead of if:when in block context
11022
11023    Allowing if:when to be a block and have special handling
11024    inside if:choose presents problems when allowing block
11025    content in if:choose as a fallback.
11026
11027 xslt/mallard/common/mal-if.xsl       |  6 ++++--
11028 xslt/mallard/html/mal2html-block.xsl | 12 ++++++++++--
11029 2 files changed, 14 insertions(+), 4 deletions(-)
11030
11031commit 4d195f52064371dff2a6ee18bb41eb9d2dc2bba9
11032Author: Shaun McCance <shaunm@gnome.org>
11033Date:   Mon May 2 08:35:26 2011 -0400
11034
11035    mal2html-block: Allow if:when as a standalone block
11036
11037 xslt/mallard/html/mal2html-block.xsl | 10 ++++++++++
11038 1 file changed, 10 insertions(+)
11039
11040commit a3e505c7712736d04c69d1df8045f7eaf007dd1b
11041Author: Shaun McCance <shaunm@gnome.org>
11042Date:   Mon May 2 08:32:27 2011 -0400
11043
11044    mal2html-block: Allow raw block to function as if:else
11045
11046 xslt/mallard/html/mal2html-block.xsl | 11 ++++++++++-
11047 1 file changed, 10 insertions(+), 1 deletion(-)
11048
11049commit ffc63d6630190ea132069fcefab1cfaa3fbdb431
11050Author: Shaun McCance <shaunm@gnome.org>
11051Date:   Mon May 2 08:30:14 2011 -0400
11052
11053    mal-if: Change if:if to if:when
11054
11055 xslt/mallard/common/mal-if.xsl       | 18 +++++++++---------
11056 xslt/mallard/html/mal2html-block.xsl |  2 +-
11057 2 files changed, 10 insertions(+), 10 deletions(-)
11058
11059commit 8a8d8068df517b4e988ed1a0bfd4b0f1861399cd
11060Author: Shaun McCance <shaunm@gnome.org>
11061Date:   Mon May 16 19:00:57 2011 -0400
11062
11063    Custom jQuery.syntax layout, fix some bits for jQuery.syntax 3.0
11064
11065 js/Makefile.am                  | 6 +-----
11066 js/jquery.syntax.layout.yelp.js | 4 ++++
11067 xslt/common/html.xsl            | 6 +-----
11068 3 files changed, 6 insertions(+), 10 deletions(-)
11069
11070commit 80e58d62f9b33c4b57edd8ed486910407293cc77
11071Author: Frederic Crozat <fcrozat@novell.com>
11072Date:   Mon May 16 14:32:12 2011 +0200
11073
11074    Update jquery.syntax to 3.0.0 (which is MIT licenced).
11075
11076 js/Makefile.am                                     |  10 +-
11077 js/jquery.syntax.brush.apache.js                   |  18 +-
11078 js/jquery.syntax.brush.applescript.js              |   4 +-
11079 ...rush.asm.js => jquery.syntax.brush.assembly.js} |  19 +-
11080 js/jquery.syntax.brush.bash-script.js              |  62 ++-
11081 js/jquery.syntax.brush.bash.js                     |  14 +-
11082 js/jquery.syntax.brush.basic.js                    |   8 +-
11083 js/jquery.syntax.brush.clang.js                    |  33 +-
11084 js/jquery.syntax.brush.csharp.js                   |  17 +-
11085 js/jquery.syntax.brush.css.js                      |  21 +-
11086 js/jquery.syntax.brush.diff.js                     |  12 +-
11087 js/jquery.syntax.brush.haskell.js                  |   4 +-
11088 js/jquery.syntax.brush.html.js                     |  54 +--
11089 js/jquery.syntax.brush.io.js                       |  45 ++
11090 js/jquery.syntax.brush.java.js                     |   6 +-
11091 js/jquery.syntax.brush.javascript.js               |  13 +-
11092 js/jquery.syntax.brush.kai.js                      |  29 ++
11093 js/jquery.syntax.brush.lisp.js                     |  20 +-
11094 js/jquery.syntax.brush.lua.js                      |   4 +-
11095 js/jquery.syntax.brush.ooc.js                      |   4 +-
11096 js/jquery.syntax.brush.pascal.js                   |   4 +-
11097 js/jquery.syntax.brush.perl5.js                    |  15 +-
11098 js/jquery.syntax.brush.php-script.js               |   4 +-
11099 js/jquery.syntax.brush.php.js                      |   6 +-
11100 js/jquery.syntax.brush.plain.js                    |   4 +-
11101 js/jquery.syntax.brush.python.js                   |   4 +-
11102 js/jquery.syntax.brush.ruby.js                     |  27 +-
11103 js/jquery.syntax.brush.smalltalk.js                |   4 +-
11104 js/jquery.syntax.brush.sql.js                      |  15 +-
11105 js/jquery.syntax.brush.xml.js                      |  52 +++
11106 js/jquery.syntax.brush.yaml.js                     |  12 +-
11107 js/jquery.syntax.core.js                           | 496 +++++++++++++++++----
11108 js/jquery.syntax.js                                | 119 +++--
11109 js/jquery.syntax.layout.fixed.js                   |  70 +++
11110 js/jquery.syntax.layout.inline.js                  |  11 +
11111 js/jquery.syntax.layout.list.js                    |  54 +++
11112 js/jquery.syntax.layout.plain.js                   |  15 +
11113 js/jquery.syntax.layout.table.js                   |  58 +++
11114 js/syntax.html                                     |   2 +-
11115 39 files changed, 1108 insertions(+), 261 deletions(-)
11116
11117commit 00dc56d803d71dcb1ca23378a4d47bcd166fa754
11118Author: Shaun McCance <shaunm@gnome.org>
11119Date:   Sun May 15 20:06:00 2011 -0400
11120
11121    mal2xhtml: Add xhtml to mal.if.env when xhtml
11122
11123 xslt/mallard/html/mal2html.xsl  | 1 +
11124 xslt/mallard/html/mal2xhtml.xsl | 2 +-
11125 2 files changed, 2 insertions(+), 1 deletion(-)
11126
11127commit 01ab4dfb82b2ff56f8b0f1d77f8eabf350431da0
11128Author: Shaun McCance <shaunm@gnome.org>
11129Date:   Sun May 15 15:00:37 2011 -0400
11130
11131    mal2html-page: Don't output linkdiv dash with no desc
11132
11133 xslt/mallard/html/mal2html-page.xsl | 6 +++---
11134 1 file changed, 3 insertions(+), 3 deletions(-)
11135
11136commit 5b2ce94768477b2f31f21900169a41d1cefc0ec2
11137Author: Shaun McCance <shaunm@gnome.org>
11138Date:   Sun May 15 14:58:58 2011 -0400
11139
11140    mal2html-page: Some to margin on desc in linkdiv
11141
11142 xslt/mallard/html/mal2html-page.xsl | 2 +-
11143 1 file changed, 1 insertion(+), 1 deletion(-)
11144
11145commit a478445d6abb3c26a2cae854f0669865fd5895e9
11146Author: Shaun McCance <shaunm@gnome.org>
11147Date:   Sun May 15 14:25:58 2011 -0400
11148
11149    mal-sort: Don't include sections in list of pages
11150
11151 xslt/mallard/common/mal-sort.xsl | 4 ++--
11152 1 file changed, 2 insertions(+), 2 deletions(-)
11153
11154commit 35d23a0ad2c2b8f7b1015a8f30c5aee7b55c4ffb
11155Author: Andika Triwidada <andika@gmail.com>
11156Date:   Sun May 15 08:43:47 2011 +0700
11157
11158    Updated Indonesian translation
11159
11160 po/id.po | 1970 +++++++++++++++++++++-----------------------------------------
11161 1 file changed, 670 insertions(+), 1300 deletions(-)
11162
11163commit 41cb96a853cf0dda2fad70736ae1420fd15d3de8
11164Author: Shaun McCance <shaunm@gnome.org>
11165Date:   Sat May 14 17:55:40 2011 -0400
11166
11167    mal2html-page: Cleaner HTML for linkdivs
11168
11169 xslt/mallard/html/mal2html-page.xsl | 72 +++++++++++++++++++------------------
11170 1 file changed, 37 insertions(+), 35 deletions(-)
11171
11172commit 9a94436a1f73f8a64de08bfe8402787ada7235cc
11173Author: Shaun McCance <shaunm@gnome.org>
11174Date:   Sat May 14 17:47:06 2011 -0400
11175
11176    Added title attribute to HTML output for all links
11177
11178 xslt/mallard/common/mal-link.xsl    | 89 +++++++++++++++++++++++--------------
11179 xslt/mallard/html/mal2html-page.xsl | 46 ++++++++++++++++---
11180 2 files changed, 95 insertions(+), 40 deletions(-)
11181
11182commit 7f5e869dd45269cdf202d399e97c623200fd6d9d
11183Author: Shaun McCance <shaunm@gnome.org>
11184Date:   Sat May 14 17:13:28 2011 -0400
11185
11186    html.xsl: Drop language attribute from script tag
11187
11188 xslt/common/html.xsl | 6 +++---
11189 1 file changed, 3 insertions(+), 3 deletions(-)
11190
11191commit 062b4ffbb106398ce78236cc076f2c1ef91ff41b
11192Author: Kristjan SCHMIDT <kristjan.schmidt@googlemail.com>
11193Date:   Sat May 14 18:58:03 2011 +0200
11194
11195    Add Esperanto translation
11196
11197 po/LINGUAS |    1 +
11198 po/eo.po   | 1162 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
11199 2 files changed, 1163 insertions(+)
11200
11201commit cce248d408164287ef72cf6503c92c2ac1687521
11202Author: Gil Forcada <gforcada@gnome.org>
11203Date:   Sat May 14 18:51:39 2011 +0200
11204
11205    [l10n]Updated Catalan translation
11206
11207 po/ca.po | 1898 ++++++++++++++++----------------------------------------------
11208 1 file changed, 489 insertions(+), 1409 deletions(-)
11209
11210commit 5cf4d137b5aae80168acf9e79a893f4b3763ed1e
11211Author: Gil Forcada <gforcada@gnome.org>
11212Date:   Sat May 14 18:51:39 2011 +0200
11213
11214    [l10n]Updated Catalan translation
11215
11216 po/ca.po | 1898 ++++++++++++++++----------------------------------------------
11217 1 file changed, 489 insertions(+), 1409 deletions(-)
11218
11219commit f52e6361e52afabd3bcdf65efa2a44662049fc8e
11220Author: Bruno Brouard <annoa.b@gmail.com>
11221Date:   Sat May 14 12:35:09 2011 +0200
11222
11223    Updated French translation
11224
11225 po/fr.po | 1716 ++++++++++++--------------------------------------------------
11226 1 file changed, 317 insertions(+), 1399 deletions(-)
11227
11228commit 26c869106fb9e026e913d021f681eefce3e4d970
11229Author: Bruno Brouard <annoa.b@gmail.com>
11230Date:   Sat May 14 12:35:09 2011 +0200
11231
11232    Updated French translation
11233
11234 po/fr.po | 1716 ++++++++++++--------------------------------------------------
11235 1 file changed, 317 insertions(+), 1399 deletions(-)
11236
11237commit 0c2af063a0962872888bcc716114b09183548040
11238Author: Yaron Shahrabani <sh.yaron@gmail.com>
11239Date:   Fri May 13 09:02:12 2011 +0300
11240
11241    Update Hebrew translation.
11242
11243 po/he.po | 92 +++++++++++++++++++++++++++++++++++++---------------------------
11244 1 file changed, 54 insertions(+), 38 deletions(-)
11245
11246commit 5ef2cba4859df715642627995e3bd3f4bed28b11
11247Author: Alexander Shopov <ash@kambanaria.org>
11248Date:   Tue May 10 06:46:31 2011 +0300
11249
11250    Updated Bulgarian translation
11251
11252 po/bg.po | 1735 ++++++++++++--------------------------------------------------
11253 1 file changed, 341 insertions(+), 1394 deletions(-)
11254
11255commit fa0ff0cde6aa10f5232fbfc191995d0a89b058a9
11256Author: Alexander Shopov <ash@kambanaria.org>
11257Date:   Tue May 10 06:46:31 2011 +0300
11258
11259    Updated Bulgarian translation
11260
11261 po/bg.po | 1735 ++++++++++++--------------------------------------------------
11262 1 file changed, 341 insertions(+), 1394 deletions(-)
11263
11264commit 46d09dd7fc7ed66a39240477cd51a05eada2d890
11265Author: Yuri Myasoedov <omerta13@yandex.ru>
11266Date:   Mon May 9 12:31:55 2011 +0400
11267
11268    Updated Russian translation
11269
11270 po/ru.po | 1876 +++++++++++++-------------------------------------------------
11271 1 file changed, 393 insertions(+), 1483 deletions(-)
11272
11273commit 2f718004c4272718e1c76093dcbab077edfbe136
11274Author: Yuri Myasoedov <omerta13@yandex.ru>
11275Date:   Mon May 9 12:31:55 2011 +0400
11276
11277    Updated Russian translation
11278
11279 po/ru.po | 1876 +++++++++++++-------------------------------------------------
11280 1 file changed, 393 insertions(+), 1483 deletions(-)
11281
11282commit 8de092e7373abceb9d1782ba3e2fdf8e93988304
11283Author: Yaron Shahrabani <sh.yaron@gmail.com>
11284Date:   Mon May 9 09:30:34 2011 +0300
11285
11286    Updated Hebrew translation.
11287
11288 po/he.po | 1887 ++++++++++++++++----------------------------------------------
11289 1 file changed, 472 insertions(+), 1415 deletions(-)
11290
11291commit 71a4fbfc406098d877bbb73dfcc091675ee74be4
11292Author: Mario Blättermann <mariobl@gnome.org>
11293Date:   Thu May 5 20:17:05 2011 +0200
11294
11295    [l10n] Updated German doc translation
11296
11297 doc/yelp-xsl/de/de.po | 6 +++---
11298 1 file changed, 3 insertions(+), 3 deletions(-)
11299
11300commit 50caa7d1be26117ac55ec230360507056882dc59
11301Author: Mario Blättermann <mariobl@gnome.org>
11302Date:   Thu May 5 20:16:10 2011 +0200
11303
11304    [l10n] Updated German doc translation
11305
11306 doc/yelp-xsl/de/de.po | 6 +++---
11307 1 file changed, 3 insertions(+), 3 deletions(-)
11308
11309commit 5673d9a809e028a214bbba518de8e9b3366b1f36
11310Author: Mario Blättermann <mariobl@gnome.org>
11311Date:   Thu May 5 20:14:34 2011 +0200
11312
11313    [l10n] Updated German translation
11314
11315 po/de.po | 1738 ++++++++++++--------------------------------------------------
11316 1 file changed, 322 insertions(+), 1416 deletions(-)
11317
11318commit a35e412644deb5f116e7a4ce464e70e5a4a603d9
11319Author: Mario Blättermann <mariobl@gnome.org>
11320Date:   Thu May 5 20:13:59 2011 +0200
11321
11322    [l10n] Updated German translation
11323
11324 po/de.po | 1738 ++++++++++++--------------------------------------------------
11325 1 file changed, 322 insertions(+), 1416 deletions(-)
11326
11327commit 458a9f35b6c24d951bc64c8a3bb7ed1c9f334200
11328Author: Matej Urbančič <mateju@svn.gnome.org>
11329Date:   Thu May 5 18:56:37 2011 +0200
11330
11331    Updated Slovenian translation
11332
11333 po/sl.po | 1824 ++++++++++++++++----------------------------------------------
11334 1 file changed, 477 insertions(+), 1347 deletions(-)
11335
11336commit c42566a789714b5c28552bd5551a9bb7f56ed56a
11337Author: Matej Urbančič <mateju@svn.gnome.org>
11338Date:   Thu May 5 18:55:00 2011 +0200
11339
11340    Added Slovenian translation
11341
11342 po/sl.po | 1824 ++++++++++++++++----------------------------------------------
11343 1 file changed, 477 insertions(+), 1347 deletions(-)
11344
11345commit 33db9e65b85c83117a7a436e8df2f474b76c7261
11346Author: Daniel Mustieles <daniel.mustieles@gmail.com>
11347Date:   Tue May 3 23:18:12 2011 +0200
11348
11349    Updated Spanish translation
11350
11351 po/es.po | 1920 ++++++++++++++++----------------------------------------------
11352 1 file changed, 501 insertions(+), 1419 deletions(-)
11353
11354commit 2942cc2f0610f4d26180e19fb57e121498d33a14
11355Author: Daniel Mustieles <daniel.mustieles@gmail.com>
11356Date:   Tue May 3 23:15:41 2011 +0200
11357
11358    Updated Spanish translation
11359
11360 po/es.po | 1917 ++++++++++++++++----------------------------------------------
11361 1 file changed, 498 insertions(+), 1419 deletions(-)
11362
11363commit a9b22ab019c941cf093ded66a139e6a6c405453c
11364Author: Abduxukur Abdurixit <abdurixit@gmail.com>
11365Date:   Mon May 2 18:51:18 2011 +0200
11366
11367    Added UG translation
11368
11369 po/ug.po | 3088 +++++++++++++++++++++++++++-----------------------------------
11370 1 file changed, 1330 insertions(+), 1758 deletions(-)
11371
11372commit e350926477c6989e0e95595ac57e31323bce3f01
11373Author: Abduxukur Abdurixit <abdurixit@gmail.com>
11374Date:   Mon May 2 18:50:53 2011 +0200
11375
11376    Added UG translation
11377
11378 po/ug.po | 3088 +++++++++++++++++++++++++++-----------------------------------
11379 1 file changed, 1330 insertions(+), 1758 deletions(-)
11380
11381commit 6d6015a65fed315ec45369b10e4f18219a1d709a
11382Author: Daniel Nylander <po@danielnylander.se>
11383Date:   Sun May 1 09:52:56 2011 +0200
11384
11385    Updated Swedish translation
11386
11387 po/sv.po | 1987 +++++++++++++++++++-------------------------------------------
11388 1 file changed, 612 insertions(+), 1375 deletions(-)
11389
11390commit 6f8a461f84ec59cbb1ea5316b88ea0f79f10480f
11391Author: Daniel Nylander <po@danielnylander.se>
11392Date:   Sun May 1 09:52:31 2011 +0200
11393
11394    Updated Swedish translation
11395
11396 po/sv.po | 1877 ++++++++++++++++++--------------------------------------------
11397 1 file changed, 531 insertions(+), 1346 deletions(-)
11398
11399commit abfe8613ca414b8bce0f778509d0ee9f568cdc45
11400Author: Mario Blättermann <mariobl@gnome.org>
11401Date:   Sat Apr 30 18:27:43 2011 +0200
11402
11403    [l10n] Updated German doc translation
11404
11405 doc/yelp-xsl/de/de.po | 1135 ++-----------------------------------------------
11406 1 file changed, 45 insertions(+), 1090 deletions(-)
11407
11408commit 9d761736e075ff121fc991e6c9cd9eb119fc7bcf
11409Author: Mario Blättermann <mariobl@gnome.org>
11410Date:   Sat Apr 30 18:22:20 2011 +0200
11411
11412    [l10n] Updated German doc translation
11413
11414 doc/yelp-xsl/de/de.po | 1135 ++-----------------------------------------------
11415 1 file changed, 45 insertions(+), 1090 deletions(-)
11416
11417commit aeb8dcaa6d7fd3a10e2b37ab8170dd98f80b73f4
11418Author: Marek Černocký <marek@manet.cz>
11419Date:   Sat Apr 30 12:18:35 2011 +0200
11420
11421    Updated Czech translation
11422
11423 po/cs.po | 1901 ++++++++++++++++----------------------------------------------
11424 1 file changed, 498 insertions(+), 1403 deletions(-)
11425
11426commit 87f3ad4816fc8e4a50f05dbca7e87d34acee10a6
11427Author: Marek Černocký <marek@manet.cz>
11428Date:   Sat Apr 30 12:17:04 2011 +0200
11429
11430    Updated Czech translation
11431
11432 po/cs.po | 1899 ++++++++++++++++----------------------------------------------
11433 1 file changed, 497 insertions(+), 1402 deletions(-)
11434
11435commit d61d0b0092a829ddb5b0719f75081a032282f4fe
11436Author: Changwoo Ryu <cwryu@debian.org>
11437Date:   Sat Apr 30 00:58:16 2011 +0900
11438
11439    Updated Korean translation
11440
11441 po/ko.po | 1729 ++++++++++++--------------------------------------------------
11442 1 file changed, 318 insertions(+), 1411 deletions(-)
11443
11444commit 469d4567cd70adf8fdf0d91a95204a4289038750
11445Author: Shaun McCance <shaunm@gnome.org>
11446Date:   Fri Apr 29 12:00:09 2011 -0400
11447
11448    Massive cleanup of old, unused files
11449
11450 .gitignore                                   |     5 -
11451 data/Makefile.am                             |     1 -
11452 data/templates/Makefile.am                   |     7 -
11453 data/templates/gnome-app-template.xml        |   861 ---
11454 data/templates/gnome-applet-template.xml     |   525 --
11455 data/templates/legal.xml                     |    73 -
11456 doc/gnome-doc-make/.gitignore                |     2 -
11457 doc/gnome-doc-make/C/gnome-doc-make.xml      |   597 --
11458 doc/gnome-doc-make/C/legal.xml               |    63 -
11459 doc/gnome-doc-make/Makefile.am               |    13 -
11460 doc/gnome-doc-make/de/de.po                  |  1052 ---
11461 doc/gnome-doc-make/gnome-doc-make.awk        |    83 -
11462 doc/gnome-doc-make/gnome-doc-make.omf.in     |    10 -
11463 doc/mallard/C/Makefile.am                    |    72 -
11464 doc/mallard/C/TODO                           |    21 -
11465 doc/mallard/C/details.page                   |    34 -
11466 doc/mallard/C/docbook.page                   |  1291 ----
11467 doc/mallard/C/explore.page                   |    27 -
11468 doc/mallard/C/figures/Makefile.am            |     1 -
11469 doc/mallard/C/figures/mallard.png            |   Bin 725 -> 0 bytes
11470 doc/mallard/C/i18n.page                      |    19 -
11471 doc/mallard/C/index.page                     |    30 -
11472 doc/mallard/C/its.page                       |   356 -
11473 doc/mallard/C/l10n.page                      |    19 -
11474 doc/mallard/C/legal.xml                      |     9 -
11475 doc/mallard/C/links.page                     |    40 -
11476 doc/mallard/C/mal_TODO.page                  |    13 -
11477 doc/mallard/C/mal_attr_link.page             |    36 -
11478 doc/mallard/C/mal_block.page                 |   182 -
11479 doc/mallard/C/mal_block_cite.page            |    66 -
11480 doc/mallard/C/mal_block_code.page            |   139 -
11481 doc/mallard/C/mal_block_comment.page         |   176 -
11482 doc/mallard/C/mal_block_desc.page            |   132 -
11483 doc/mallard/C/mal_block_example.page         |   131 -
11484 doc/mallard/C/mal_block_figure.page          |   112 -
11485 doc/mallard/C/mal_block_list.page            |   205 -
11486 doc/mallard/C/mal_block_listing.page         |   124 -
11487 doc/mallard/C/mal_block_media.page           |   154 -
11488 doc/mallard/C/mal_block_note.page            |   230 -
11489 doc/mallard/C/mal_block_p.page               |   103 -
11490 doc/mallard/C/mal_block_quote.page           |   153 -
11491 doc/mallard/C/mal_block_screen.page          |   182 -
11492 doc/mallard/C/mal_block_steps.page           |   192 -
11493 doc/mallard/C/mal_block_subtitle.page        |    17 -
11494 doc/mallard/C/mal_block_synopsis.page        |   133 -
11495 doc/mallard/C/mal_block_terms.page           |   184 -
11496 doc/mallard/C/mal_block_title.page           |    17 -
11497 doc/mallard/C/mal_block_tree.page            |   187 -
11498 doc/mallard/C/mal_external.page              |    83 -
11499 doc/mallard/C/mal_info.page                  |    58 -
11500 doc/mallard/C/mal_info_credit.page           |   147 -
11501 doc/mallard/C/mal_info_desc.page             |    70 -
11502 doc/mallard/C/mal_info_email.page            |    75 -
11503 doc/mallard/C/mal_info_license.page          |    90 -
11504 doc/mallard/C/mal_info_link.page             |    21 -
11505 doc/mallard/C/mal_info_name.page             |    79 -
11506 doc/mallard/C/mal_info_revision.page         |   152 -
11507 doc/mallard/C/mal_info_title.page            |   137 -
11508 doc/mallard/C/mal_info_years.page            |    74 -
11509 doc/mallard/C/mal_inline.page                |    97 -
11510 doc/mallard/C/mal_inline_app.page            |   129 -
11511 doc/mallard/C/mal_inline_cmd.page            |   176 -
11512 doc/mallard/C/mal_inline_code.page           |   168 -
11513 doc/mallard/C/mal_inline_em.page             |   121 -
11514 doc/mallard/C/mal_inline_file.page           |    86 -
11515 doc/mallard/C/mal_inline_gui.page            |   174 -
11516 doc/mallard/C/mal_inline_guiseq.page         |   114 -
11517 doc/mallard/C/mal_inline_input.page          |   123 -
11518 doc/mallard/C/mal_inline_key.page            |   143 -
11519 doc/mallard/C/mal_inline_keyseq.page         |   169 -
11520 doc/mallard/C/mal_inline_link.page           |   203 -
11521 doc/mallard/C/mal_inline_media.page          |   152 -
11522 doc/mallard/C/mal_inline_output.page         |   170 -
11523 doc/mallard/C/mal_inline_span.page           |   107 -
11524 doc/mallard/C/mal_inline_sys.page            |   107 -
11525 doc/mallard/C/mal_inline_var.page            |    95 -
11526 doc/mallard/C/mal_page.page                  |   156 -
11527 doc/mallard/C/mal_section.page               |    89 -
11528 doc/mallard/C/mal_table.page                 |   471 --
11529 doc/mallard/C/mal_table_col.page             |    24 -
11530 doc/mallard/C/mal_table_td.page              |    22 -
11531 doc/mallard/C/mal_table_tr.page              |    38 -
11532 doc/mallard/C/principle-guide.page           |    15 -
11533 doc/mallard/C/principle-justenough.page      |    14 -
11534 doc/mallard/C/principle-redundancy.page      |    13 -
11535 doc/mallard/C/principles.page                |    58 -
11536 doc/mallard/C/spec.page                      |    27 -
11537 doc/mallard/C/tenminutes.page                |   117 -
11538 doc/mallard/Makefile.am                      |    85 -
11539 doc/mallard/de/de.po                         | 10235 -------------------------
11540 doc/mallard/es/es.po                         |  8535 ---------------------
11541 rng/Makefile.am                              |     1 -
11542 rng/mallard/.gitignore                       |     2 -
11543 rng/mallard/Makefile.am                      |    36 -
11544 rng/mallard/mal2rnc.xsl                      |    31 -
11545 rng/mallard/rnc2rng.awk                      |   425 -
11546 sandbox/mallard/AUTHORS                      |     1 -
11547 sandbox/mallard/COPYING                      |   504 --
11548 sandbox/mallard/ChangeLog                    |   321 -
11549 sandbox/mallard/INSTALL                      |   231 -
11550 sandbox/mallard/Makefile.am                  |     1 -
11551 sandbox/mallard/NEWS                         |     0
11552 sandbox/mallard/NO-AUTO-GEN                  |     0
11553 sandbox/mallard/README                       |     0
11554 sandbox/mallard/autogen.sh                   |    22 -
11555 sandbox/mallard/configure.in                 |     8 -
11556 sandbox/mallard/html/Makefile                |    51 -
11557 sandbox/mallard/html/mallard-icon-code.png   |   Bin 19526 -> 0 bytes
11558 template-document.xml                        |    41 -
11559 template.make                                |     8 -
11560 template.omf.in                              |     9 -
11561 tools/.gitignore                             |     3 -
11562 tools/Makefile.am                            |    21 -
11563 tools/gnome-doc-prepare.in                   |   350 -
11564 tools/gnome-doc-tool.in                      |   609 --
11565 tools/gnome-doc-utils.m4                     |    56 -
11566 tools/gnome-doc-utils.make                   |   655 --
11567 xml2po/.gitignore                            |     6 -
11568 xml2po/AUTHORS                               |     1 -
11569 xml2po/COPYING                               |   340 -
11570 xml2po/ChangeLog                             |   800 --
11571 xml2po/Makefile.am                           |    24 -
11572 xml2po/NEWS                                  |   105 -
11573 xml2po/NO-AUTO-GEN                           |     0
11574 xml2po/README.in                             |   154 -
11575 xml2po/TODO                                  |   109 -
11576 xml2po/examples/Makefile.am                  |     2 -
11577 xml2po/examples/one.po                       |   303 -
11578 xml2po/examples/one.xml                      |   279 -
11579 xml2po/examples/two.po                       |   143 -
11580 xml2po/examples/two.xml                      |   102 -
11581 xml2po/tests/ChangeLog                       |    67 -
11582 xml2po/tests/README                          |    30 -
11583 xml2po/tests/adjacent-ents.po                |    28 -
11584 xml2po/tests/adjacent-ents.pot               |    28 -
11585 xml2po/tests/adjacent-ents.xml               |    11 -
11586 xml2po/tests/adjacent-ents.xml.out           |    11 -
11587 xml2po/tests/attribute-entities.po           |    23 -
11588 xml2po/tests/attribute-entities.pot          |    24 -
11589 xml2po/tests/attribute-entities.xml          |     3 -
11590 xml2po/tests/attribute-entities.xml.out      |     4 -
11591 xml2po/tests/deep-finals.po                  |    24 -
11592 xml2po/tests/deep-finals.pot                 |    24 -
11593 xml2po/tests/deep-finals.xml                 |     3 -
11594 xml2po/tests/deep-finals.xml.out             |     4 -
11595 xml2po/tests/deep-nonfinals.po               |    69 -
11596 xml2po/tests/deep-nonfinals.pot              |    60 -
11597 xml2po/tests/deep-nonfinals.xml              |    47 -
11598 xml2po/tests/deep-nonfinals.xml.out          |    40 -
11599 xml2po/tests/docbook.po                      |   152 -
11600 xml2po/tests/docbook.pot                     |    74 -
11601 xml2po/tests/docbook.xml                     |   111 -
11602 xml2po/tests/docbook.xml.out                 |    51 -
11603 xml2po/tests/footnotes.po                    |    36 -
11604 xml2po/tests/footnotes.pot                   |    36 -
11605 xml2po/tests/footnotes.xml                   |    23 -
11606 xml2po/tests/footnotes.xml.out               |    14 -
11607 xml2po/tests/keepents.po                     |    20 -
11608 xml2po/tests/keepents.pot                    |    20 -
11609 xml2po/tests/keepents.xml                    |     7 -
11610 xml2po/tests/keepents.xml.out                |     7 -
11611 xml2po/tests/mallard.po                      |   270 -
11612 xml2po/tests/mallard.pot                     |   270 -
11613 xml2po/tests/mallard.xml                     |   142 -
11614 xml2po/tests/mallard.xml.out                 |   137 -
11615 xml2po/tests/relnotes/XMLFILES               |    15 -
11616 xml2po/tests/relnotes/el.po                  |  1702 ----
11617 xml2po/tests/relnotes/el/release-notes.xml   |   108 -
11618 xml2po/tests/relnotes/el/rnapplets.xml       |   142 -
11619 xml2po/tests/relnotes/el/rnapplications.xml  |   124 -
11620 xml2po/tests/relnotes/el/rncontrolcenter.xml |    27 -
11621 xml2po/tests/relnotes/el/rndesktop.xml       |    53 -
11622 xml2po/tests/relnotes/el/rndocs.xml          |    14 -
11623 xml2po/tests/relnotes/el/rngames.xml         |    47 -
11624 xml2po/tests/relnotes/el/rni18n.xml          |    57 -
11625 xml2po/tests/relnotes/el/rninstallation.xml  |    15 -
11626 xml2po/tests/relnotes/el/rnplatform.xml      |    14 -
11627 xml2po/tests/relnotes/el/rnstandards.xml     |    11 -
11628 xml2po/tests/relnotes/el/rnsysadmin.xml      |    62 -
11629 xml2po/tests/relnotes/el/rnthemes.xml        |     2 -
11630 xml2po/tests/relnotes/el/rntoc.xml           |    37 -
11631 xml2po/tests/relnotes/el/rnutilities.xml     |    83 -
11632 xml2po/tests/relnotes/release-notes.pot      |  1031 ---
11633 xml2po/tests/relnotes/release-notes.xml      |   183 -
11634 xml2po/tests/relnotes/rnapplets.xml          |   190 -
11635 xml2po/tests/relnotes/rnapplications.xml     |   144 -
11636 xml2po/tests/relnotes/rncontrolcenter.xml    |    30 -
11637 xml2po/tests/relnotes/rndesktop.xml          |    62 -
11638 xml2po/tests/relnotes/rndocs.xml             |    29 -
11639 xml2po/tests/relnotes/rngames.xml            |    48 -
11640 xml2po/tests/relnotes/rni18n.xml             |    87 -
11641 xml2po/tests/relnotes/rninstallation.xml     |    17 -
11642 xml2po/tests/relnotes/rnplatform.xml         |    20 -
11643 xml2po/tests/relnotes/rnstandards.xml        |    35 -
11644 xml2po/tests/relnotes/rnsysadmin.xml         |    73 -
11645 xml2po/tests/relnotes/rnthanks.xml           |   102 -
11646 xml2po/tests/relnotes/rnthemes.xml           |    15 -
11647 xml2po/tests/relnotes/rntoc.xml              |    39 -
11648 xml2po/tests/relnotes/rnutilities.xml        |    88 -
11649 xml2po/tests/relnotes/rnwhy.xml              |   137 -
11650 xml2po/tests/relnotes/test.sh                |     7 -
11651 xml2po/tests/reuse/reuse.po                  |   149 -
11652 xml2po/tests/reuse/reuse.pot                 |    74 -
11653 xml2po/tests/reuse/reuse.xml                 |   111 -
11654 xml2po/tests/reuse/reuse.xml.out             |    51 -
11655 xml2po/tests/test.py                         |    50 -
11656 xml2po/tests/ubuntu-mode.po                  |    85 -
11657 xml2po/tests/ubuntu-mode.pot                 |    60 -
11658 xml2po/tests/ubuntu-mode.xml                 |    38 -
11659 xml2po/tests/ubuntu-mode.xml.out             |    35 -
11660 xml2po/tests/utf8-original.po                |    25 -
11661 xml2po/tests/utf8-original.pot               |    24 -
11662 xml2po/tests/utf8-original.xml               |     7 -
11663 xml2po/tests/utf8-original.xml.out           |     7 -
11664 xml2po/tests/xhtml.po                        |    32 -
11665 xml2po/tests/xhtml.pot                       |    32 -
11666 xml2po/tests/xhtml.xml                       |    14 -
11667 xml2po/tests/xhtml.xml.out                   |    14 -
11668 xml2po/xml2po.1.xml                          |   311 -
11669 xml2po/xml2po.pc.in                          |     9 -
11670 xml2po/xml2po/Makefile.am                    |    18 -
11671 xml2po/xml2po/__init__.py                    |   686 --
11672 xml2po/xml2po/modes/Makefile.am              |     3 -
11673 xml2po/xml2po/modes/__init__.py              |     0
11674 xml2po/xml2po/modes/basic.py                 |    80 -
11675 xml2po/xml2po/modes/docbook.py               |   207 -
11676 xml2po/xml2po/modes/gs.py                    |    73 -
11677 xml2po/xml2po/modes/mallard.py               |   134 -
11678 xml2po/xml2po/modes/ubuntu.py                |    22 -
11679 xml2po/xml2po/modes/xhtml.py                 |    38 -
11680 xml2po/xml2po/xml2po.py.in                   |   193 -
11681 231 files changed, 46354 deletions(-)
11682
11683commit 9d6f1347b9dbcfb46e278558cb40704c831bfcc6
11684Author: Changwoo Ryu <cwryu@debian.org>
11685Date:   Sat Apr 30 00:58:16 2011 +0900
11686
11687    Updated Korean translation
11688
11689 po/ko.po | 1729 ++++++++++++--------------------------------------------------
11690 1 file changed, 318 insertions(+), 1411 deletions(-)
11691
11692commit aaf7d953bb26ec104be50897bc7cf110df3ecd7b
11693Author: Shaun McCance <shaunm@gnome.org>
11694Date:   Thu Apr 28 22:53:59 2011 -0400
11695
11696    mal-if: Added support for if:choose/if:if/if:else
11697
11698 xslt/mallard/common/mal-if.xsl       | 45 ++++++++++++++++++++++++++++++++++++
11699 xslt/mallard/html/mal2html-block.xsl | 18 ++++++++++++++-
11700 2 files changed, 62 insertions(+), 1 deletion(-)
11701
11702commit b00739ea7778747a513968537987ddf95af94a61
11703Author: Shaun McCance <shaunm@gnome.org>
11704Date:   Thu Apr 28 22:39:32 2011 -0400
11705
11706    mal2html: Conditional if:test attribute on blocks & items
11707
11708 xslt/mallard/html/mal2html-block.xsl | 31 ++++++++++++++------
11709 xslt/mallard/html/mal2html-list.xsl  | 56 ++++++++++++++++++++++++++++++++----
11710 xslt/mallard/html/mal2html-media.xsl | 19 ++++++------
11711 xslt/mallard/html/mal2html-page.xsl  |  2 +-
11712 xslt/mallard/html/mal2html-svg.xsl   |  2 ++
11713 xslt/mallard/html/mal2html-table.xsl |  2 ++
11714 6 files changed, 88 insertions(+), 24 deletions(-)
11715
11716commit 584d116420b31a9017bd2121506da21821d8c180
11717Author: Shaun McCance <shaunm@gnome.org>
11718Date:   Thu Apr 28 17:07:41 2011 -0400
11719
11720    mal-if.xsl: Initial work on conditional processing
11721
11722 xslt/mallard/common/Makefile.am      |  2 +-
11723 xslt/mallard/common/mal-if.xsl       | 93 ++++++++++++++++++++++++++++++++++++
11724 xslt/mallard/common/mal-link.xsl     |  2 +-
11725 xslt/mallard/html/mal2html-block.xsl | 13 +++--
11726 xslt/mallard/html/mal2xhtml.xsl      |  2 +
11727 5 files changed, 106 insertions(+), 6 deletions(-)
11728
11729commit 0014d6fa88c3b6da238bc24f268e9be308ad22cb
11730Author: Gabor Kelemen <kelemeng@gnome.hu>
11731Date:   Thu Apr 28 16:30:52 2011 +0200
11732
11733    Fix a Hungarian translation error
11734
11735 po/hu.po | 2 +-
11736 1 file changed, 1 insertion(+), 1 deletion(-)
11737
11738commit 935d31f14c66247304796582c9c8ad217063e152
11739Author: Shaun McCance <shaunm@gnome.org>
11740Date:   Thu Apr 28 09:32:59 2011 -0400
11741
11742    mal2html-page: Fix Previous/Next translation, #640318
11743
11744    I was calling gettext inside a for-each on $mal.cache, so
11745    the language lookup happened according to the language of
11746    the cache file, which is nothing.
11747
11748 xslt/mallard/html/mal2html-page.xsl | 16 ++++++++++------
11749 1 file changed, 10 insertions(+), 6 deletions(-)
11750
11751commit f8635ecb3b00c478cbc3342031fca8235938fbb9
11752Author: Shaun McCance <shaunm@gnome.org>
11753Date:   Sun Apr 24 20:22:33 2011 -0400
11754
11755    Version 3.0.1
11756
11757 NEWS         | 8 ++++++++
11758 configure.ac | 2 +-
11759 2 files changed, 9 insertions(+), 1 deletion(-)
11760
11761commit 4280cbf744f12753feed0d487d73e72cf8043796
11762Author: Shaun McCance <shaunm@gnome.org>
11763Date:   Sun Apr 24 20:01:50 2011 -0400
11764
11765    mal-sort.xsl: Fix sorting for groups on mal:links
11766
11767 xslt/mallard/common/mal-link.xsl | 14 +++++------
11768 xslt/mallard/common/mal-sort.xsl | 51 +++++++++++++++++++++++++++++++++++++++-
11769 2 files changed, 57 insertions(+), 8 deletions(-)
11770
11771commit 131c6be2d4eef2e64426de4f5874bf3014a9fac6
11772Author: Shaun McCance <shaunm@gnome.org>
11773Date:   Sat Apr 23 19:01:41 2011 -0400
11774
11775    Removed and fixed some browser-specific CSS
11776
11777 xslt/common/html.xsl                  | 28 ++--------------------------
11778 xslt/docbook/html/db2html-callout.xsl |  2 ++
11779 xslt/docbook/html/db2html-css.xsl     |  8 +-------
11780 xslt/mallard/html/mal2html-page.xsl   |  9 ---------
11781 4 files changed, 5 insertions(+), 42 deletions(-)
11782
11783commit 01e9ef63e1cd4e2045c0a11c3998e9153e2671d6
11784Author: Shaun McCance <shaunm@gnome.org>
11785Date:   Sat Apr 16 15:29:24 2011 -0400
11786
11787    mal2html-page: Drop padding-left on grid links tables
11788
11789 xslt/mallard/html/mal2html-page.xsl | 1 +
11790 1 file changed, 1 insertion(+)
11791
11792commit 6b5fcc4105f35878ed615d123e7633b55c75fe2e
11793Author: Shaun McCance <shaunm@gnome.org>
11794Date:   Sat Apr 16 13:53:12 2011 -0400
11795
11796    Really fix how JavaScript is output with script tags
11797
11798 xslt/common/html.xsl                  | 70 ++++++++++++++++++++++++++++-------
11799 xslt/mallard/html/mal2html-facets.xsl |  4 +-
11800 xslt/mallard/html/mal2html-page.xsl   |  4 +-
11801 3 files changed, 60 insertions(+), 18 deletions(-)
11802
11803commit 25000a8808bbe80f64a25dfb93a5ae9e18195e93
11804Author: Shaun McCance <shaunm@gnome.org>
11805Date:   Fri Apr 15 15:11:13 2011 -0400
11806
11807    mal-cache: Don't erroneously match link titles with roles
11808
11809 xslt/mallard/cache/mal-cache.xsl | 2 +-
11810 1 file changed, 1 insertion(+), 1 deletion(-)
11811
11812commit 4a3333106f31b3f95a933a14c8ce81ce4150d1a7
11813Author: Frédéric Péters <fpeters@0d.be>
11814Date:   Wed Apr 6 11:06:36 2011 +0530
11815
11816    Put javacript for mousehovers in a <script> element
11817
11818 xslt/mallard/html/mal2html-page.xsl | 4 ++--
11819 1 file changed, 2 insertions(+), 2 deletions(-)
11820
11821commit 134770554701befbff0f6f6a2476ca5c7345d25a
11822Author: Shaun McCance <shaunm@gnome.org>
11823Date:   Tue Apr 12 13:51:25 2011 -0400
11824
11825    Fixed body positioning weirdness
11826
11827 xslt/common/html.xsl                | 5 +----
11828 xslt/mallard/html/mal2html-page.xsl | 3 +--
11829 2 files changed, 2 insertions(+), 6 deletions(-)
11830
11831commit ed965333e753c97ebb11ede1c27457a8f3f3b0ba
11832Author: Shaun McCance <shaunm@gnome.org>
11833Date:   Wed Apr 6 14:30:59 2011 -0400
11834
11835    mal2html-(media,page): Added floatstart and floatend, bug #645947
11836
11837 xslt/mallard/html/mal2html-media.xsl | 6 ++++++
11838 xslt/mallard/html/mal2html-page.xsl  | 8 ++++++++
11839 2 files changed, 14 insertions(+)
11840
11841commit 8bd1ae1249269dbbcdd32bd5ac42816a97162bcf
11842Author: Shaun McCance <shaunm@gnome.org>
11843Date:   Wed Apr 6 14:25:57 2011 -0400
11844
11845    mal2html-page.xsl: Don't drop margin-top on floats
11846
11847 xslt/mallard/html/mal2html-page.xsl | 2 --
11848 1 file changed, 2 deletions(-)
11849
11850commit 98d0a42100f640f980efd5c3eee0ef01b5dca50a
11851Author: Shaun McCance <shaunm@gnome.org>
11852Date:   Mon Apr 4 17:11:26 2011 -0400
11853
11854    Version 3.0.0
11855
11856 NEWS         | 4 ++++
11857 configure.ac | 2 +-
11858 2 files changed, 5 insertions(+), 1 deletion(-)
11859
11860commit 1b1c3b925e8019ec8b7df9f985b55f6c780ce3ba
11861Author: Shaun McCance <shaunm@gnome.org>
11862Date:   Tue Mar 22 00:52:49 2011 -0400
11863
11864    Version 2.91.92
11865
11866 NEWS         | 11 +++++++++++
11867 configure.ac |  2 +-
11868 2 files changed, 12 insertions(+), 1 deletion(-)
11869
11870commit 3d8acf8f95d09f2eb183336dcf7c1196c37a11cc
11871Author: Shaun McCance <shaunm@gnome.org>
11872Date:   Sun Mar 20 18:09:54 2011 -0400
11873
11874    mal2html-page.xsl: Use 'trail' title for link trails
11875
11876 xslt/mallard/html/mal2html-page.xsl | 2 +-
11877 1 file changed, 1 insertion(+), 1 deletion(-)
11878
11879commit 2a2a2e60ff3331939cce863a3e1c998d80d517d4
11880Author: Shaun McCance <shaunm@gnome.org>
11881Date:   Sun Mar 20 12:26:53 2011 -0400
11882
11883    common/html.xsl: Fix note icon craziness with nested inner divs
11884
11885 xslt/common/html.xsl | 10 +++++-----
11886 1 file changed, 5 insertions(+), 5 deletions(-)
11887
11888commit 39f50a61bd89853adca97f1c3d51c78588e9a49f
11889Author: Shaun McCance <shaunm@gnome.org>
11890Date:   Sat Mar 19 13:01:32 2011 -0400
11891
11892    mal2html-page.xsl: Make mouseovers faster
11893
11894 xslt/mallard/html/mal2html-page.xsl | 4 ++--
11895 1 file changed, 2 insertions(+), 2 deletions(-)
11896
11897commit b84493ba9a6f5643bc7925024eced7f0eca784bb
11898Author: Shaun McCance <shaunm@gnome.org>
11899Date:   Fri Mar 18 19:40:51 2011 -0400
11900
11901    mal2html-page.xsl: Mouseover images are part of link, keep hover
11902
11903 xslt/mallard/html/mal2html-page.xsl | 60 +++++++++++++++++++++++--------------
11904 1 file changed, 37 insertions(+), 23 deletions(-)
11905
11906commit 773abbd3f13721cc3951f8c6e8e94ed2c051db20
11907Author: Shaun McCance <shaunm@gnome.org>
11908Date:   Fri Mar 18 19:09:45 2011 -0400
11909
11910    mal2html-page.xsl: Remove dead space between mouseover links
11911
11912 xslt/mallard/html/mal2html-page.xsl | 12 +++++++++++-
11913 1 file changed, 11 insertions(+), 1 deletion(-)
11914
11915commit 4bb7a6279ba485c67e1ac792a5b8da326c756b4d
11916Author: Shaun McCance <shaunm@gnome.org>
11917Date:   Fri Mar 18 18:03:17 2011 -0400
11918
11919    mal2html-page.xsl: Style tweaks for links and such
11920
11921 xslt/mallard/html/mal2html-page.xsl | 10 +++++++++-
11922 1 file changed, 9 insertions(+), 1 deletion(-)
11923
11924commit 0222f9cfae0ec2517057261075d198aac31aebab
11925Author: Shaun McCance <shaunm@gnome.org>
11926Date:   Fri Mar 18 17:31:50 2011 -0400
11927
11928    mal2html-page.xsl: Mouseovers for topic links, per philbull
11929
11930 xslt/mallard/html/mal2html-page.xsl | 73 ++++++++++++++++++++++++++++++++++++-
11931 1 file changed, 72 insertions(+), 1 deletion(-)
11932
11933commit f9bd98423a229fa1de5a73e4dc9d307d459ee512
11934Author: Shaun McCance <shaunm@gnome.org>
11935Date:   Fri Mar 18 15:10:43 2011 -0400
11936
11937    mal2html-page.xsl: Added the bold and nodesc links styles
11938
11939 xslt/mallard/html/mal2html-page.xsl | 32 +++++++++++++++++++++++++-------
11940 1 file changed, 25 insertions(+), 7 deletions(-)
11941
11942commit ece04af3f64f2b2c4062af87576184193539570c
11943Author: Shaun McCance <shaunm@gnome.org>
11944Date:   Fri Mar 18 13:53:04 2011 -0400
11945
11946    mal2html-page.xsl: Added "toronto" topic links style for g-h index
11947
11948 xslt/mallard/html/mal2html-page.xsl | 65 +++++++++++++++++++++++++++++++++++--
11949 1 file changed, 63 insertions(+), 2 deletions(-)
11950
11951commit a5e1ac2ad278008139d4f43b8d9a101223f57247
11952Author: Shaun McCance <shaunm@gnome.org>
11953Date:   Fri Mar 18 12:51:03 2011 -0400
11954
11955    mal2html-media.xsl: style attribute is space-separated
11956
11957 xslt/mallard/html/mal2html-media.xsl | 4 ++--
11958 1 file changed, 2 insertions(+), 2 deletions(-)
11959
11960commit e6669b156fc3080d3dfda14cad954b4e1cb6e1fa
11961Author: Shaun McCance <shaunm@gnome.org>
11962Date:   Sun Mar 13 13:11:22 2011 -0400
11963
11964    xslt/mallard: Put links element in 1.0 ns, no longer experimental
11965
11966 xslt/mallard/common/mal-link.xsl    |  7 ++--
11967 xslt/mallard/html/mal2html-page.xsl | 75 ++++++++++++++++++-------------------
11968 2 files changed, 40 insertions(+), 42 deletions(-)
11969
11970commit 5d3e763fe93fa875c9cbad2830ce5a77c6f46012
11971Author: Piotr Drąg <piotrdrag@gmail.com>
11972Date:   Sun Mar 13 17:12:41 2011 +0100
11973
11974    Updated Polish translation
11975
11976 po/pl.po | 1762 ++++++++++++--------------------------------------------------
11977 1 file changed, 332 insertions(+), 1430 deletions(-)
11978
11979commit 199041d089ec24359a3bf4868c448364d6d3928f
11980Author: Shaun McCance <shaunm@gnome.org>
11981Date:   Mon Mar 7 17:07:46 2011 -0500
11982
11983    Version 2.91.91
11984
11985 NEWS         | 6 ++++++
11986 configure.ac | 2 +-
11987 2 files changed, 7 insertions(+), 1 deletion(-)
11988
11989commit 7efb3bbf0d3fc4e010cd71a572a6d0d9dec345d9
11990Author: Shaun McCance <shaunm@gnome.org>
11991Date:   Mon Mar 7 17:04:52 2011 -0500
11992
11993    mal2html-media.xsl: Support ubiquitous linking on media
11994
11995 xslt/mallard/html/mal2html-media.xsl | 19 +++++++++++++++++++
11996 1 file changed, 19 insertions(+)
11997
11998commit 950c3dbaefd8de2f42abb5408fdb99f11fc11d43
11999Author: Shaun McCance <shaunm@gnome.org>
12000Date:   Mon Mar 7 17:04:36 2011 -0500
12001
12002    mal2html-inline.xsl: Allow action attribute
12003
12004 xslt/mallard/html/mal2html-inline.xsl | 2 +-
12005 1 file changed, 1 insertion(+), 1 deletion(-)
12006
12007commit 365da14bbfbe7bbff0b0cf1b21462c9662f10aa0
12008Author: Shaun McCance <shaunm@gnome.org>
12009Date:   Mon Mar 7 17:04:11 2011 -0500
12010
12011    Dropping file "changes"; don't know how that got added
12012
12013 changes | 10 ----------
12014 1 file changed, 10 deletions(-)
12015
12016commit f111586aae34798ac117faec6e6e0b6e3998c11a
12017Author: Kjartan Maraas <kmaraas@gnome.org>
12018Date:   Wed Feb 23 14:19:15 2011 +0100
12019
12020    Updated Norwegian bokmål translation.
12021
12022 po/nb.po | 1742 ++++++++++++--------------------------------------------------
12023 1 file changed, 324 insertions(+), 1418 deletions(-)
12024
12025commit 08c5a7112c9fe33cb99d7db3f5d49547040dfed9
12026Author: Shaun McCance <shaunm@gnome.org>
12027Date:   Mon Feb 21 16:43:29 2011 -0500
12028
12029    Version 2.91.90
12030
12031 NEWS         | 11 +++++++++++
12032 configure.ac |  2 +-
12033 2 files changed, 12 insertions(+), 1 deletion(-)
12034
12035commit c12e23e4947a4ebbf5a118bc9f6e04237660cd0a
12036Author: Shaun McCance <shaunm@gnome.org>
12037Date:   Thu Feb 17 09:57:06 2011 -0500
12038
12039    mal2html-table.xsl: Extra HTML class based on @style
12040
12041    I should do this for lots of elements. But I need this one
12042    right now.
12043
12044 xslt/mallard/html/mal2html-table.xsl | 6 +++---
12045 1 file changed, 3 insertions(+), 3 deletions(-)
12046
12047commit c789baec4325e1aed44e2bb2c23987342fd62cd0
12048Author: Shaun McCance <shaunm@gnome.org>
12049Date:   Thu Feb 17 09:54:00 2011 -0500
12050
12051    mal2html-page.xsl: Get link roles right for topic links
12052
12053 xslt/mallard/html/mal2html-page.xsl | 8 ++++++--
12054 1 file changed, 6 insertions(+), 2 deletions(-)
12055
12056commit 1fc3300de843a67c89f840370f3390118580b08a
12057Author: Shaun McCance <shaunm@gnome.org>
12058Date:   Wed Feb 16 13:52:19 2011 -0500
12059
12060    mal2html-page: Full support for the links element
12061
12062 xslt/common/html.xsl                 |   5 -
12063 xslt/mallard/html/mal2html-block.xsl |   2 +-
12064 xslt/mallard/html/mal2html-page.xsl  | 330 +++++++++++++++++++++++++----------
12065 3 files changed, 240 insertions(+), 97 deletions(-)
12066
12067commit 7f2b2eabb5ac60ccad9947ff2a687d1080bfb777
12068Author: Shaun McCance <shaunm@gnome.org>
12069Date:   Tue Feb 15 11:44:34 2011 -0500
12070
12071    mal2html-page.xsl: RTL link trail arrows
12072
12073 xslt/mallard/html/mal2html-page.xsl | 23 ++++++++++++++++++++---
12074 1 file changed, 20 insertions(+), 3 deletions(-)
12075
12076commit 6d6b8eab9cc464172aebed3034bf5c985080c392
12077Author: Fran Diéguez <fran.dieguez@mabishu.com>
12078Date:   Wed Feb 2 15:47:30 2011 +0100
12079
12080    Updated Galician translations
12081
12082 po/gl.po | 1920 ++++++++++++++++----------------------------------------------
12083 1 file changed, 500 insertions(+), 1420 deletions(-)
12084
12085commit a728f6773d6d5aafc16ad7fc9e1afcc9c8fe8f5c
12086Author: Shaun McCance <shaunm@gnome.org>
12087Date:   Thu Jan 20 17:56:03 2011 -0500
12088
12089    xslt/common/html.xsl: Make magic image scaling less evil
12090
12091    It had a tendency to bog everything down as it recomputed
12092    everything over and over and over for every pixel's worth
12093    of resizing. Put that stuff in an idle function, and don't
12094    add it if it's already added.
12095
12096 xslt/common/html.xsl | 8 +++++++-
12097 1 file changed, 7 insertions(+), 1 deletion(-)
12098
12099commit 60042f1fbea136d24109fee5d310a0335a4db7d9
12100Author: Shaun McCance <shaunm@gnome.org>
12101Date:   Thu Jan 20 12:38:31 2011 -0500
12102
12103    Use HTML <h*> elements for block titles
12104
12105    Joanie asked for this so that titles of formal elements like
12106    steps list can be jumped to with header navigation in screen
12107    readers. We still keep them in div.title elements, and add
12108    some CSS so that the h elements don't affect styling.
12109
12110 xslt/common/html.xsl                 |  6 ++++++
12111 xslt/docbook/html/db2html-block.xsl  | 23 ++++++++++++++++++++---
12112 xslt/mallard/html/mal2html-block.xsl | 19 ++++++++++++++++---
12113 3 files changed, 42 insertions(+), 6 deletions(-)
12114
12115commit 75c3bf01d1ec0e10307bb28fdb5dada5d96fe385
12116Author: Gabor Kelemen <kelemeng@gnome.hu>
12117Date:   Mon Jan 17 15:08:07 2011 +0100
12118
12119    Updated Hungarian translation
12120
12121 po/hu.po | 1752 ++++++++++++--------------------------------------------------
12122 1 file changed, 324 insertions(+), 1428 deletions(-)
12123
12124commit a71fb970ea19aa07f088c3c4e9828b4e1e3cce65
12125Author: Shaun McCance <shaunm@gnome.org>
12126Date:   Mon Jan 10 12:48:43 2011 -0500
12127
12128    Version 2.91.9
12129
12130 NEWS         | 11 +++++++++++
12131 changes      | 15 +++++++++------
12132 configure.ac |  2 +-
12133 3 files changed, 21 insertions(+), 7 deletions(-)
12134
12135commit 17ca87bc80a9d24928c69ff457563234b126a9a1
12136Author: Shaun McCance <shaunm@gnome.org>
12137Date:   Mon Jan 10 11:02:48 2011 -0500
12138
12139    mal2html-table.xsl: Move title/desc outside <table>
12140
12141 xslt/mallard/html/mal2html-table.xsl | 2 +-
12142 1 file changed, 1 insertion(+), 1 deletion(-)
12143
12144commit 1274f541e26aeda000eb4643d7c4cd78c734b07f
12145Author: Shaun McCance <shaunm@gnome.org>
12146Date:   Fri Jan 7 16:58:36 2011 -0500
12147
12148    mal2html-page.xsl: Added e:links type 'series'
12149
12150 xslt/common/html.xsl                | 15 +++++++
12151 xslt/mallard/html/mal2html-page.xsl | 86 ++++++++++++++++++++++++++++++++++++-
12152 2 files changed, 99 insertions(+), 2 deletions(-)
12153
12154commit 9e90b007e7dcba15297750f55ba4edbc839fe7ef
12155Author: Shaun McCance <shaunm@gnome.org>
12156Date:   Fri Jan 7 14:39:08 2011 -0500
12157
12158    Fixing up previous and next links for DocBook and Mallard
12159
12160 changes                                |   7 ++
12161 xslt/common/html.xsl                   |  25 ++++++
12162 xslt/docbook/common/db-chunk.xsl       |   4 +-
12163 xslt/docbook/html/db2html-css.xsl      |  32 --------
12164 xslt/docbook/html/db2html-division.xsl | 146 +++++++++++++++------------------
12165 xslt/mallard/html/mal2html-page.xsl    |  57 +++++++------
12166 6 files changed, 131 insertions(+), 140 deletions(-)
12167
12168commit 6998affc7fa2c9d6382a3c1bd02da77a3c3e1c86
12169Author: Shaun McCance <shaunm@gnome.org>
12170Date:   Fri Jan 7 09:29:52 2011 -0500
12171
12172    xslt/docbook: Removing some unused chunking templates
12173
12174 xslt/docbook/common/db-chunk.xsl       | 160 +--------------
12175 xslt/docbook/html/db2html-division.xsl | 351 +--------------------------------
12176 xslt/docbook/html/db2html-info.xsl     | 123 ------------
12177 3 files changed, 11 insertions(+), 623 deletions(-)
12178
12179commit 4b55b853e919a1c13b7c86721ce4984a966183eb
12180Author: Shaun McCance <shaunm@gnome.org>
12181Date:   Mon Jan 3 19:20:35 2011 -0500
12182
12183    [xslt/gettext] Allow localization of some tooltips
12184
12185 xslt/docbook/html/db2html-block.xsl  |  8 ++++++--
12186 xslt/gettext/l10n.xml.in             | 31 +++++++++++++++++++++++++++++++
12187 xslt/mallard/html/mal2html-block.xsl |  8 ++++++--
12188 xslt/mallard/html/mal2html-media.xsl | 12 +++++++++---
12189 4 files changed, 52 insertions(+), 7 deletions(-)
12190
12191commit 0b1add162d96ade57955b72bc7d75c33b55a049b
12192Author: Shaun McCance <shaunm@gnome.org>
12193Date:   Mon Jan 3 19:06:10 2011 -0500
12194
12195    [xslt/common/html.xsl] Magic image scaling for figures
12196
12197 xslt/common/html.xsl                 | 96 ++++++++++++++++++++++++++++++++++++
12198 xslt/docbook/html/db2html-block.xsl  | 10 ++++
12199 xslt/mallard/html/mal2html-block.xsl |  8 +++
12200 3 files changed, 114 insertions(+)
12201
12202commit c768b902b9cadd226ae105e763177ea1c25f39ec
12203Author: Shaun McCance <shaunm@gnome.org>
12204Date:   Sun Jan 2 17:11:27 2011 -0500
12205
12206    Updated .gitignore
12207
12208 .gitignore              | 3 +++
12209 doc/yelp-xsl/.gitignore | 8 --------
12210 2 files changed, 3 insertions(+), 8 deletions(-)
12211
12212commit d3054e8730b2a63097b7d07830762cb5902cc9e5
12213Author: Shaun McCance <shaunm@gnome.org>
12214Date:   Sun Jan 2 17:03:05 2011 -0500
12215
12216    Enable syntax highlighting on DocBook, more languages
12217
12218 js/syntax.html                       | 194 +++++++++++++++++++++++++++++++++++
12219 xslt/common/html.xsl                 |   2 +-
12220 xslt/docbook/html/db2html-block.xsl  |  60 ++++++++++-
12221 xslt/mallard/html/mal2html-block.xsl |  49 ++++++++-
12222 4 files changed, 302 insertions(+), 3 deletions(-)
12223
12224commit a3ad03f8bcbf181a1467f40347da7a25471ee078
12225Author: Shaun McCance <shaunm@gnome.org>
12226Date:   Sun Jan 2 12:11:24 2011 -0500
12227
12228    [xslt/common/html.xsl] Make html.js easier to override
12229
12230 xslt/common/html.xsl | 142 +++++++++++++++++++++++++++------------------------
12231 1 file changed, 76 insertions(+), 66 deletions(-)
12232
12233commit b5fa0e177e4d50721b1ae4255cd27b8aad9ee7ea
12234Author: Shaun McCance <shaunm@gnome.org>
12235Date:   Thu Dec 23 21:30:34 2010 -0500
12236
12237    [xslt/common/html.xsl] Added html.css.content template
12238
12239 xslt/common/html.xsl | 97 ++++++++++++++++++++++++++++++++++++----------------
12240 1 file changed, 67 insertions(+), 30 deletions(-)
12241
12242commit 1cef5f7ed3bfd44453bca44b3219a887aa644bc4
12243Author: Shaun McCance <shaunm@gnome.org>
12244Date:   Wed Dec 22 14:59:09 2010 -0500
12245
12246    [mal2html-facets] Don't filter non-facet links
12247
12248 xslt/mallard/html/mal2html-facets.xsl | 3 ++-
12249 xslt/mallard/html/mal2html-page.xsl   | 4 +++-
12250 2 files changed, 5 insertions(+), 2 deletions(-)
12251
12252commit 1b906be84319c18b07538c78dae7a5e639996c01
12253Author: Shaun McCance <shaunm@gnome.org>
12254Date:   Fri Dec 17 14:59:34 2010 -0500
12255
12256    [mal2html-page.xsl] Add editor_mode status badges to linklist
12257
12258 xslt/mallard/html/mal2html-page.xsl | 163 +++++++++++++++++++-----------------
12259 1 file changed, 85 insertions(+), 78 deletions(-)
12260
12261commit 6d3851e85ef027c907fb96e04d0e5ff947db725c
12262Author: Shaun McCance <shaunm@gnome.org>
12263Date:   Fri Dec 17 13:55:28 2010 -0500
12264
12265    [xslt/common/html.xsl] Use nowrap on key and keyseq
12266
12267 xslt/common/html.xsl | 2 ++
12268 1 file changed, 2 insertions(+)
12269
12270commit fadf481c11ab762fbbd449ae2a9fa0662177288e
12271Author: Shaun McCance <shaunm@gnome.org>
12272Date:   Fri Dec 17 11:25:31 2010 -0500
12273
12274    [xslt/mallard/html] Animate facet link hiding
12275
12276    This requires explicitly marking linkdiv a elements as display:block
12277    in the CSS. Otherwise, the width is reported as 0 and jQuery can't
12278    animate it.
12279
12280 xslt/mallard/html/mal2html-facets.xsl | 4 ++--
12281 xslt/mallard/html/mal2html-page.xsl   | 3 ++-
12282 2 files changed, 4 insertions(+), 3 deletions(-)
12283
12284commit 49f378fc219154c734cbf5ef7ead60ed36a1f67a
12285Author: Shaun McCance <shaunm@gnome.org>
12286Date:   Fri Dec 17 09:15:04 2010 -0500
12287
12288    Version 2.91.8
12289
12290 NEWS         | 4 ++++
12291 configure.ac | 2 +-
12292 2 files changed, 5 insertions(+), 1 deletion(-)
12293
12294commit 93165a2908783d6ca51dc76f8f891a268e67ed8c
12295Author: Shaun McCance <shaunm@gnome.org>
12296Date:   Fri Dec 17 09:01:30 2010 -0500
12297
12298    [mal2html-facets] Fixed stupid non-well-formed XML
12299
12300 xslt/mallard/html/mal2html-facets.xsl | 1 +
12301 1 file changed, 1 insertion(+)
12302
12303commit 92ab4f0616b4f002e8b58869489fa62bf72d3aff
12304Author: Shaun McCance <shaunm@gnome.org>
12305Date:   Thu Dec 16 19:01:11 2010 -0500
12306
12307    Version 2.91.7
12308
12309 NEWS         | 8 ++++++++
12310 configure.ac | 2 +-
12311 2 files changed, 9 insertions(+), 1 deletion(-)
12312
12313commit 8ae6cd6b99c5b25387097176ea2bcb19daf0817d
12314Author: Shaun McCance <shaunm@gnome.org>
12315Date:   Thu Dec 16 16:53:06 2010 -0500
12316
12317    [xslt/mallard] Support for Mallard Facets extension
12318
12319 xslt/mallard/common/mal-link.xsl      | 122 +++++++++++++++++++++---
12320 xslt/mallard/html/Makefile.am         |   1 +
12321 xslt/mallard/html/mal2html-facets.xsl | 173 ++++++++++++++++++++++++++++++++++
12322 xslt/mallard/html/mal2html-page.xsl   |  97 ++++++++++++++-----
12323 xslt/mallard/html/mal2xhtml.xsl       |   1 +
12324 5 files changed, 355 insertions(+), 39 deletions(-)
12325
12326commit 6d6a334451e2855d71a4d40b1974acae51c91df3
12327Author: Shaun McCance <shaunm@gnome.org>
12328Date:   Tue Dec 14 15:46:53 2010 -0500
12329
12330    [xslt/html/mal2html-page.xsl] Groups are space-separated
12331
12332    I stupidly did contains($groups, @group), which results in substring
12333    matches that shouldn't happen. Have to space-pad both arguments.
12334
12335 xslt/mallard/html/mal2html-page.xsl | 4 +++-
12336 1 file changed, 3 insertions(+), 1 deletion(-)
12337
12338commit 2f808a4da403f1b93d2d06e0fcf8b955108abfe9
12339Author: Shaun McCance <shaunm@gnome.org>
12340Date:   Wed Dec 8 21:51:59 2010 -0500
12341
12342    Adding all the JavaScript for syntax highlighting
12343
12344 COPYING                               |   42 +-
12345 COPYING.AGPL                          |  661 +++
12346 COPYING.MIT                           |   18 +
12347 Makefile.am                           |    2 +-
12348 configure.ac                          |    1 +
12349 js/Makefile.am                        |   35 +
12350 js/jquery.js                          | 7179 +++++++++++++++++++++++++++++++++
12351 js/jquery.syntax.brush.apache.js      |   37 +
12352 js/jquery.syntax.brush.applescript.js |   57 +
12353 js/jquery.syntax.brush.asm.js         |   38 +
12354 js/jquery.syntax.brush.bash-script.js |   39 +
12355 js/jquery.syntax.brush.bash.js        |   22 +
12356 js/jquery.syntax.brush.basic.js       |   51 +
12357 js/jquery.syntax.brush.clang.js       |   61 +
12358 js/jquery.syntax.brush.csharp.js      |   42 +
12359 js/jquery.syntax.brush.css.js         |   62 +
12360 js/jquery.syntax.brush.diff.js        |   16 +
12361 js/jquery.syntax.brush.haskell.js     |   45 +
12362 js/jquery.syntax.brush.html.js        |   72 +
12363 js/jquery.syntax.brush.java.js        |   45 +
12364 js/jquery.syntax.brush.javascript.js  |   37 +
12365 js/jquery.syntax.brush.lisp.js        |   44 +
12366 js/jquery.syntax.brush.lua.js         |   44 +
12367 js/jquery.syntax.brush.ooc.js         |   45 +
12368 js/jquery.syntax.brush.pascal.js      |   51 +
12369 js/jquery.syntax.brush.perl5.js       |   43 +
12370 js/jquery.syntax.brush.php-script.js  |   42 +
12371 js/jquery.syntax.brush.php.js         |   15 +
12372 js/jquery.syntax.brush.plain.js       |   10 +
12373 js/jquery.syntax.brush.python.js      |   44 +
12374 js/jquery.syntax.brush.ruby.js        |   49 +
12375 js/jquery.syntax.brush.smalltalk.js   |   29 +
12376 js/jquery.syntax.brush.sql.js         |   22 +
12377 js/jquery.syntax.brush.yaml.js        |   31 +
12378 js/jquery.syntax.core.js              |  638 +++
12379 js/jquery.syntax.js                   |  249 ++
12380 yelp-xsl.pc.in                        |    1 +
12381 37 files changed, 9909 insertions(+), 10 deletions(-)
12382
12383commit 6447ab4b782797993ba340739ce7b4647a9ad63f
12384Author: Shaun McCance <shaunm@gnome.org>
12385Date:   Wed Dec 8 19:27:40 2010 -0500
12386
12387    [xslt/html] Basic structure for syntax highlighting in place
12388
12389 xslt/common/html.xsl                 | 245 +++++++++++++++++++++++++++++++++--
12390 xslt/mallard/html/mal2html-block.xsl |  16 ++-
12391 xslt/mallard/html/mal2html-media.xsl |   2 +-
12392 3 files changed, 247 insertions(+), 16 deletions(-)
12393
12394commit 173d7225beeeca286827eb74a70296cb5df9010d
12395Author: Shaun McCance <shaunm@gnome.org>
12396Date:   Mon Dec 6 19:20:57 2010 -0500
12397
12398    [xslt/mallard] Implement sidebar style for notes
12399
12400 xslt/common/html.xsl                 | 15 +++++++++++++++
12401 xslt/mallard/html/mal2html-block.xsl |  3 +++
12402 2 files changed, 18 insertions(+)
12403
12404commit 0da30ce50a6b5019cbec481dc570656193345cde
12405Author: Shaun McCance <shaunm@gnome.org>
12406Date:   Fri Dec 3 11:56:25 2010 -0500
12407
12408    Added support for line numbering in Mallard code blocks
12409
12410 xslt/common/html.xsl                 |  2 +-
12411 xslt/common/utils.xsl                | 42 ++++++++++++++++++++++++++++++++++++
12412 xslt/docbook/common/db-common.xsl    | 42 ------------------------------------
12413 xslt/docbook/html/db2html-block.xsl  |  4 ++--
12414 xslt/mallard/html/mal2html-block.xsl |  6 ++++++
12415 5 files changed, 51 insertions(+), 45 deletions(-)
12416
12417commit c9381bcc0f98e924796513c7306da91bd7730d70
12418Author: Shaun McCance <shaunm@gnome.org>
12419Date:   Mon Nov 8 18:26:45 2010 -0500
12420
12421    Version 2.31.6
12422
12423 NEWS         | 10 ++++++++++
12424 configure.ac |  2 +-
12425 2 files changed, 11 insertions(+), 1 deletion(-)
12426
12427commit 5d9076be549780aaaeb1d24fc9bbd0ca9e34290b
12428Author: Shaun McCance <shaunm@gnome.org>
12429Date:   Mon Nov 8 18:20:13 2010 -0500
12430
12431    [mal2html-media.xsl] Added support for TTML captions for <media>
12432
12433 xslt/common/html.xsl                 | 191 +++++++++++++++++++++++++++++++++++
12434 xslt/mallard/html/mal2html-media.xsl | 184 ++++++++++++++++++++++++++++++++-
12435 2 files changed, 371 insertions(+), 4 deletions(-)
12436
12437commit 735540d74b66b97eefe74841a327c4a73f96e57b
12438Author: Shaun McCance <shaunm@gnome.org>
12439Date:   Tue Nov 2 16:22:47 2010 -0400
12440
12441    Common "sectionlinks" styling for DocBook and Mallard
12442
12443 xslt/common/html.xsl                  | 40 +++++++++++++++++++++++++++++++++++
12444 xslt/docbook/html/db2html-autotoc.xsl | 16 ++++++++------
12445 xslt/docbook/html/db2html-css.xsl     | 34 +++++------------------------
12446 xslt/mallard/html/mal2html-page.xsl   | 24 ---------------------
12447 4 files changed, 54 insertions(+), 60 deletions(-)
12448
12449commit b65b7883719168163818e5eab1048cb7b1e1e20c
12450Author: Shaun McCance <shaunm@gnome.org>
12451Date:   Tue Nov 2 10:37:17 2010 -0400
12452
12453    [mal2html-page.xsl] Implement e:links for sections
12454
12455 xslt/mallard/html/mal2html-page.xsl | 53 ++++++++++++++++++++++++++++++-------
12456 1 file changed, 44 insertions(+), 9 deletions(-)
12457
12458commit c0feffea6fee279d01204b61ddef9a13b86cb5ba
12459Author: Shaun McCance <shaunm@gnome.org>
12460Date:   Tue Nov 2 09:56:36 2010 -0400
12461
12462    Implement @style='linklist' for guide links
12463
12464 xslt/mallard/html/mal2html-page.xsl | 14 +++++++++++++-
12465 1 file changed, 13 insertions(+), 1 deletion(-)
12466
12467commit e65c444f817a8aff60ed1046b574de0817948472
12468Author: Shaun McCance <shaunm@gnome.org>
12469Date:   Tue Nov 2 08:46:23 2010 -0400
12470
12471    First pass implementation of e:links element for topic links
12472
12473 xslt/mallard/common/mal-link.xsl     |  25 +++-
12474 xslt/mallard/html/mal2html-block.xsl |   4 +-
12475 xslt/mallard/html/mal2html-page.xsl  | 252 +++++++++++++++++++++--------------
12476 3 files changed, 177 insertions(+), 104 deletions(-)
12477
12478commit 80f69c2292386066d9b4a5dd090e987eee5bfa0b
12479Author: Shaun McCance <shaunm@gnome.org>
12480Date:   Mon Nov 1 10:40:57 2010 -0400
12481
12482    [mal-link.xsl] Normalize space for title sort keys
12483
12484 xslt/mallard/common/mal-link.xsl | 12 ++++++------
12485 1 file changed, 6 insertions(+), 6 deletions(-)
12486
12487commit 9e745d9bc1ee1e8adedcc4a879695f55b60da64a
12488Author: Shaun McCance <shaunm@gnome.org>
12489Date:   Fri Jul 16 10:48:09 2010 -0400
12490
12491    [mal-link.xsl] Load cache file relative to page file
12492
12493 xslt/mallard/common/mal-link.xsl | 2 +-
12494 1 file changed, 1 insertion(+), 1 deletion(-)
12495
12496commit 35add0c24345d9a62292e1160dd3a95cbda93d68
12497Author: Shaun McCance <shaunm@gnome.org>
12498Date:   Mon Jul 12 12:29:35 2010 -0400
12499
12500    Version 2.31.5
12501
12502 NEWS         | 6 ++++++
12503 configure.ac | 2 +-
12504 2 files changed, 7 insertions(+), 1 deletion(-)
12505
12506commit e57bdeb28d98b94be5fb38082c210503f1c43a7d
12507Author: Shaun McCance <shaunm@gnome.org>
12508Date:   Fri Jul 9 09:43:03 2010 -0400
12509
12510    [mal2html-inline.xsl] Handle bare text content in guiseq
12511
12512 xslt/mallard/html/mal2html-inline.xsl | 2 +-
12513 1 file changed, 1 insertion(+), 1 deletion(-)
12514
12515commit 569a398cb7c84c29d7e220712a98005b6e035dd3
12516Author: Shaun McCance <shaunm@gnome.org>
12517Date:   Thu Jul 8 11:09:53 2010 -0400
12518
12519    [mallard/common/mal-sort] Adding a (roughly) topological page sort
12520
12521 xslt/mallard/common/Makefile.am  |   2 +-
12522 xslt/mallard/common/mal-sort.xsl | 157 +++++++++++++++++++++++++++++++++++++++
12523 2 files changed, 158 insertions(+), 1 deletion(-)
12524
12525commit 7beb9e6ddda466edd05a38093c587e948f86776d
12526Author: Shaun McCance <shaunm@gnome.org>
12527Date:   Thu Jul 1 12:15:55 2010 -0400
12528
12529    [mal2html-page.xsl] Include comment CSS when not in editor mode
12530
12531    Comments can be explicitly enabled with a processing instruction,
12532    so we should always have the style info available.
12533
12534 xslt/mallard/html/mal2html-page.xsl | 31 +++++++++++++------------------
12535 1 file changed, 13 insertions(+), 18 deletions(-)
12536
12537commit 6a81d56db160fa0876a2dc2fd6835cb61938f362
12538Author: Shaun McCance <shaunm@gnome.org>
12539Date:   Tue Jun 29 10:00:03 2010 -0400
12540
12541    Version 2.31.4
12542
12543 NEWS         | 6 ++++++
12544 configure.ac | 2 +-
12545 2 files changed, 7 insertions(+), 1 deletion(-)
12546
12547commit 06fb49c5d9f97a0420b8509fc2f77f1e3e82765f
12548Author: Shaun McCance <shaunm@gnome.org>
12549Date:   Wed Jun 16 10:08:24 2010 -0500
12550
12551    Updated COPYING file for yelp-xsl
12552
12553 COPYING | 74 ++++++-----------------------------------------------------------
12554 1 file changed, 6 insertions(+), 68 deletions(-)
12555
12556commit cf9a4b5ed38f6c34aece45f656639b881fa6e626
12557Author: Shaun McCance <shaunm@gnome.org>
12558Date:   Wed Jun 9 11:58:45 2010 -0500
12559
12560    [mal-link.xsl] Implement #first and #last implicit topic link groups
12561
12562 xslt/mallard/common/mal-link.xsl | 13 ++++++++++---
12563 1 file changed, 10 insertions(+), 3 deletions(-)
12564
12565commit ab3ab3fc2816f9c249a79311bd17093515f42c8f
12566Author: Shaun McCance <shaunm@gnome.org>
12567Date:   Wed Jun 9 09:21:09 2010 -0500
12568
12569    [mal2html-table] Support title and desc on table
12570
12571 xslt/common/html.xsl                 | 2 +-
12572 xslt/mallard/html/mal2html-table.xsl | 1 +
12573 2 files changed, 2 insertions(+), 1 deletion(-)
12574
12575commit 942ead7831463bbaeb22cdc2bbf165052a5b9716
12576Author: Shaun McCance <shaunm@gnome.org>
12577Date:   Tue Jun 8 10:17:10 2010 -0500
12578
12579    [mallard/html] A few missed updates for the common HTML output
12580
12581 xslt/mallard/html/mal2html-svg.xsl | 12 ++++++------
12582 xslt/mallard/html/mal2xhtml.xsl    |  1 -
12583 2 files changed, 6 insertions(+), 7 deletions(-)
12584
12585commit d48d7fb5f03ed5a482d86d50c942d77e67f2189e
12586Author: Shaun McCance <shaunm@gnome.org>
12587Date:   Tue Jun 8 10:16:52 2010 -0500
12588
12589    [html.xsl] Added html.body.attr.mode
12590
12591 xslt/common/html.xsl | 13 +++++++++++++
12592 1 file changed, 13 insertions(+)
12593
12594commit 9c99bd0c5ec7c2aaf0ada7e660472cc9681d42ba
12595Author: Shaun McCance <shaunm@gnome.org>
12596Date:   Mon Jun 7 17:20:45 2010 -0500
12597
12598    Version 2.31.3
12599
12600 NEWS         | 8 +++++++-
12601 configure.ac | 2 +-
12602 2 files changed, 8 insertions(+), 2 deletions(-)
12603
12604commit ec3d998cf6882eba90074c49f82f60db94741cc3
12605Author: Shaun McCance <shaunm@gnome.org>
12606Date:   Fri Jun 4 17:18:33 2010 -0500
12607
12608    [mal2html-svg] Doc updates, and use text title for link tooltip
12609
12610 xslt/mallard/html/mal2html-svg.xsl | 17 +++++++++++++++--
12611 1 file changed, 15 insertions(+), 2 deletions(-)
12612
12613commit aa7e09f4bd813e5618bb32036e37a7d6fb583850
12614Author: Shaun McCance <shaunm@gnome.org>
12615Date:   Fri Jun 4 17:09:49 2010 -0500
12616
12617    [mallard/html] Doc updates and moved CSS to mal2html-page.xsl
12618
12619 xslt/mallard/html/Makefile.am       |   1 -
12620 xslt/mallard/html/mal2html-css.xsl  | 212 ------------------------------------
12621 xslt/mallard/html/mal2html-list.xsl |  22 +++-
12622 xslt/mallard/html/mal2html-page.xsl | 182 +++++++++++++++++++++++++++++++
12623 4 files changed, 201 insertions(+), 216 deletions(-)
12624
12625commit 038252aa72589c6d63a5418f358d7505d091591a
12626Author: Shaun McCance <shaunm@gnome.org>
12627Date:   Fri Jun 4 12:16:18 2010 -0500
12628
12629    [html] Better support for mixed-directionality documents
12630
12631 xslt/common/html.xsl                  | 31 +++++++++++++++++++++++++++----
12632 xslt/docbook/html/db2html-css.xsl     | 14 +++++++++++++-
12633 xslt/mallard/html/mal2html-css.xsl    | 13 +++++++++++--
12634 xslt/mallard/html/mal2html-inline.xsl |  2 +-
12635 4 files changed, 52 insertions(+), 8 deletions(-)
12636
12637commit 63ed3109e87fc250f544b4e1cb5dc6b852f63fc7
12638Author: Shaun McCance <shaunm@gnome.org>
12639Date:   Fri Jun 4 10:18:44 2010 -0500
12640
12641    [mal2html-list] Simplify list modes and apply dir attrs
12642
12643 xslt/common/html.xsl                | 22 +++++++++
12644 xslt/mallard/html/mal2html-list.xsl | 89 ++++++++++++++++++++-----------------
12645 2 files changed, 70 insertions(+), 41 deletions(-)
12646
12647commit 1b0bb306c074c6c6e9ed80dac0c2415989dfd5b3
12648Author: Shaun McCance <shaunm@gnome.org>
12649Date:   Thu Jun 3 19:06:54 2010 -0500
12650
12651    Updates to Mallard inline processing, including text dir handling
12652
12653 xslt/mallard/html/mal2html-block.xsl  |  1 +
12654 xslt/mallard/html/mal2html-inline.xsl | 91 +++++++++++++++++++++++------------
12655 2 files changed, 60 insertions(+), 32 deletions(-)
12656
12657commit 34689918125afd3799d43baddf31eec482b4023f
12658Author: Shaun McCance <shaunm@gnome.org>
12659Date:   Thu Jun 3 18:34:35 2010 -0500
12660
12661    Updates to Mallard block processing and HTML lang and dir attributes
12662
12663 xslt/common/html.xsl                       |  66 ++++++++++++++-
12664 xslt/docbook/common/db-title.xsl           |   3 +-
12665 xslt/docbook/html/db2html-bibliography.xsl |   2 +-
12666 xslt/docbook/html/db2html-block.xsl        |   2 +-
12667 xslt/docbook/html/db2html-index.xsl        |   4 +-
12668 xslt/docbook/html/db2html-inline.xsl       |   2 +-
12669 xslt/docbook/html/db2html-l10n.xsl         |   2 +-
12670 xslt/gettext/gettext.xsl                   |   2 +-
12671 xslt/gettext/l10n-numbers.xsl              |   3 +-
12672 xslt/gettext/l10n.xml.in                   |  97 +++++++++++++++++++++-
12673 xslt/mallard/html/mal2html-block.xsl       | 124 ++++++++++++++++++++---------
12674 xslt/mallard/html/mal2html-page.xsl        |   4 +-
12675 12 files changed, 262 insertions(+), 49 deletions(-)
12676
12677commit 22fd7b2be2a5495408ce9cf3f093aee6c04a3fd3
12678Author: Shaun McCance <shaunm@gnome.org>
12679Date:   Thu Jun 3 12:34:44 2010 -0500
12680
12681    [mal2html-css] Tweaks to linkdivs
12682
12683 xslt/mallard/html/mal2html-css.xsl | 14 +++++---------
12684 1 file changed, 5 insertions(+), 9 deletions(-)
12685
12686commit aa025a3187b780dbea779fb9c4c5776d3e63f0e7
12687Author: Shaun McCance <shaunm@gnome.org>
12688Date:   Thu May 27 00:07:12 2010 -0500
12689
12690    Version 2.31.2
12691
12692 NEWS         | 6 ++++++
12693 configure.ac | 2 +-
12694 2 files changed, 7 insertions(+), 1 deletion(-)
12695
12696commit 5ac356d57244ed697544db4797ec8aaf47733925
12697Author: Shaun McCance <shaunm@gnome.org>
12698Date:   Wed May 26 23:59:48 2010 -0500
12699
12700    Adding missing files: icons.xsl and color.xsl
12701
12702 xslt/common/color.xsl | 205 ++++++++++++++++++++++++++++++++++++++++++++++++++
12703 xslt/common/icons.xsl | 169 +++++++++++++++++++++++++++++++++++++++++
12704 2 files changed, 374 insertions(+)
12705
12706commit 15214091df20d775f9db243f9d5878f1f35215dd
12707Author: Shaun McCance <shaunm@gnome.org>
12708Date:   Wed May 26 18:45:15 2010 -0500
12709
12710    Beginning to remove labels and numbers from DocBook output
12711
12712 xslt/docbook/common/Makefile.am            |    1 -
12713 xslt/docbook/common/db-format.xml.in       |   10 -
12714 xslt/docbook/common/db-label.xsl           |  891 ---------------
12715 xslt/docbook/common/db-xref.xsl            |  297 +----
12716 xslt/docbook/html/db2html-autotoc.xsl      |   26 +-
12717 xslt/docbook/html/db2html-bibliography.xsl |    2 +-
12718 xslt/docbook/html/db2html-block.xsl        |    8 +-
12719 xslt/docbook/html/db2html-cmdsynopsis.xsl  |    4 +-
12720 xslt/docbook/html/db2html-division.xsl     |    3 +-
12721 xslt/docbook/html/db2html-footnote.xsl     |    2 +-
12722 xslt/docbook/html/db2html-qanda.xsl        |   12 +-
12723 xslt/docbook/html/db2html-title.xsl        |    9 +-
12724 xslt/docbook/html/db2xhtml.xsl             |    1 -
12725 xslt/gettext/l10n.xml.in                   | 1642 +++-------------------------
12726 14 files changed, 180 insertions(+), 2728 deletions(-)
12727
12728commit 31e2f976d125aa45461e781e76fb4b584f830cd0
12729Author: Shaun McCance <shaunm@gnome.org>
12730Date:   Wed May 26 16:09:33 2010 -0500
12731
12732    First attempts at using the common HTML output module for DocBook
12733
12734 xslt/common/html.xsl                   |  27 ++++-
12735 xslt/docbook/common/db-chunk.xsl       |  55 +---------
12736 xslt/docbook/html/db2html-division.xsl | 191 ++++++++++++++++++---------------
12737 xslt/docbook/html/db2html-table.xsl    |   8 +-
12738 xslt/docbook/html/db2html.xsl          |  62 +----------
12739 xslt/docbook/html/db2xhtml.xsl         |  44 ++------
12740 xslt/mallard/html/mal2xhtml.xsl        |   2 +-
12741 7 files changed, 152 insertions(+), 237 deletions(-)
12742
12743commit 8e05c656895c87aeae128d108b995149c8815ee7
12744Author: Shaun McCance <shaunm@gnome.org>
12745Date:   Wed May 26 12:23:51 2010 -0500
12746
12747    Finishing up the xsldoc for html.xsl
12748
12749 xslt/common/html.xsl | 79 ++++++++++++++++++++++++++++++++++++++++++++++++++++
12750 1 file changed, 79 insertions(+)
12751
12752commit 307190b08a554ff05e845b8a07fb5670e0153cb5
12753Author: Shaun McCance <shaunm@gnome.org>
12754Date:   Wed May 26 10:24:40 2010 -0500
12755
12756    Add 'Calls Modes' to xsldoc output
12757
12758 doc/yelp-xsl/xsldoc-scan.xsl | 54 +++++++++++++++++++++++++++++++++++---------
12759 1 file changed, 43 insertions(+), 11 deletions(-)
12760
12761commit 2cbc2b85f46da7edcfff89200bd4167df998e13d
12762Author: Shaun McCance <shaunm@gnome.org>
12763Date:   Wed May 26 10:24:07 2010 -0500
12764
12765    Updates to common HTML output, colors, and icons
12766
12767 .gitignore                          |  61 +++++
12768 configure.ac                        |   1 -
12769 doc/yelp-xsl/Makefile.am            |   3 +-
12770 xslt/Makefile.am                    |   2 +-
12771 xslt/common/Makefile.am             |   2 +
12772 xslt/common/html.xsl                | 273 ++++++++++++++-----
12773 xslt/common/utils.xsl               |  16 +-
12774 xslt/mallard/html/mal2html-css.xsl  |  48 ++--
12775 xslt/mallard/html/mal2html-page.xsl |   6 -
12776 xslt/mallard/html/mal2xhtml.xsl     |   9 +-
12777 xslt/theme/Makefile.am              |   9 -
12778 xslt/theme/test-theme.xslt          | 193 -------------
12779 xslt/theme/theme-colors.xsl         | 189 -------------
12780 xslt/theme/theme-html.xsl           | 521 ------------------------------------
12781 xslt/theme/theme-icons.xsl          | 167 ------------
12782 15 files changed, 311 insertions(+), 1189 deletions(-)
12783
12784commit fa7d3869f784ab2e130d67adf37fd9490a2d380b
12785Author: Shaun McCance <shaunm@gnome.org>
12786Date:   Tue May 25 17:27:05 2010 -0500
12787
12788    Updates to the xsldoc
12789
12790 doc/yelp-xsl/C/index.page    |  1 +
12791 doc/yelp-xsl/C/index__M.page |  2 +
12792 doc/yelp-xsl/C/index__P.page |  2 +
12793 doc/yelp-xsl/C/index__S.page |  2 +
12794 doc/yelp-xsl/C/index__T.page |  2 +
12795 doc/yelp-xsl/xsldoc-scan.awk |  4 ++
12796 doc/yelp-xsl/xsldoc-scan.xsl | 87 ++++++++++++++++++++++++++++++++++++++------
12797 7 files changed, 89 insertions(+), 11 deletions(-)
12798
12799commit ed62198626068c5bb8de867216539ea274f9a193
12800Author: Shaun McCance <shaunm@gnome.org>
12801Date:   Tue May 25 09:51:04 2010 -0500
12802
12803    Dropping the dual-output for HTML5. Too much maintenance work.
12804
12805 xslt/common/html.xsl                | 174 ++++--------------------------------
12806 xslt/mallard/html/mal2html-page.xsl |  42 +++++----
12807 2 files changed, 42 insertions(+), 174 deletions(-)
12808
12809commit c39af87bc93cd0218003256f909add79c8fe056a
12810Author: Shaun McCance <shaunm@gnome.org>
12811Date:   Tue May 25 09:36:49 2010 -0500
12812
12813    Improve xsl-doc output
12814
12815 doc/yelp-xsl/xsldoc-scan.xsl        |  17 +
12816 xslt/common/Makefile.am             |   4 +-
12817 xslt/common/html.xsl                | 721 ++++++++++++++++++++++++++++++++++++
12818 xslt/mallard/common/Makefile.am     |   2 +-
12819 xslt/mallard/common/mal-chunk.xsl   |  92 -----
12820 xslt/mallard/common/mal-link.xsl    |  15 +-
12821 xslt/mallard/html/mal2html-css.xsl  | 131 +------
12822 xslt/mallard/html/mal2html-list.xsl |   2 +-
12823 xslt/mallard/html/mal2html-page.xsl | 339 +++++++----------
12824 xslt/mallard/html/mal2html.xsl      |  49 +--
12825 xslt/mallard/html/mal2xhtml.xsl     |  44 +--
12826 11 files changed, 926 insertions(+), 490 deletions(-)
12827
12828commit 51c949dff5bc94c978f0802feb710cdaa9d78ca4
12829Author: brian m. carlson <sandals@crustytoothpaste.ath.cx>
12830Date:   Sat Apr 10 22:11:15 2010 +0000
12831
12832    [gettext] Accept @xml:lang as well as @lang
12833
12834    Signed-off-by: brian m. carlson <sandals@crustytoothpaste.ath.cx>
12835
12836 xslt/gettext/gettext.xsl | 15 ++++++++++-----
12837 1 file changed, 10 insertions(+), 5 deletions(-)
12838
12839commit ebf3a1306b22d4616dea1b6e6dcdf05590db4bcd
12840Author: brian m. carlson <sandals@crustytoothpaste.ath.cx>
12841Date:   Sat Apr 10 22:06:23 2010 +0000
12842
12843    [db-common] Ignore personname wrapper for DocBook 5
12844
12845    DocBook 5 doesn't allow unadorned name components (e.g. surname) anymore.  These
12846    are present in a personname element, so when we see that when we're generating a
12847    personal name, don't actually emit the personname element, only its contents.
12848
12849    Signed-off-by: brian m. carlson <sandals@crustytoothpaste.ath.cx>
12850
12851 xslt/docbook/common/db-common.xsl | 6 ++++++
12852 1 file changed, 6 insertions(+)
12853
12854commit 8225eddc295dbebd6510d2d1f9facaf3bfeaf933
12855Author: brian m. carlson <sandals@crustytoothpaste.ath.cx>
12856Date:   Sat Apr 10 21:55:36 2010 +0000
12857
12858    [db2html-inline] Generate sgmlcomment delimiters for DocBook 5
12859
12860    Signed-off-by: brian m. carlson <sandals@crustytoothpaste.ath.cx>
12861
12862 xslt/docbook/html/db2html-inline.xsl | 2 +-
12863 1 file changed, 1 insertion(+), 1 deletion(-)
12864
12865commit c65a3d27f061aa2fd486c6b6a9f56b0da58b2bc6
12866Author: brian m. carlson <sandals@crustytoothpaste.ath.cx>
12867Date:   Sat Apr 10 20:53:36 2010 +0000
12868
12869    [db-title] Generate titleabbrevs for DocBook 5 refentry
12870
12871    Signed-off-by: brian m. carlson <sandals@crustytoothpaste.ath.cx>
12872
12873 xslt/docbook/common/db-title.xsl | 2 +-
12874 1 file changed, 1 insertion(+), 1 deletion(-)
12875
12876commit 982a9104d1b163d8644aaba04d4b2cc87a395e74
12877Author: brian m. carlson <sandals@crustytoothpaste.ath.cx>
12878Date:   Sat Apr 10 18:30:46 2010 +0000
12879
12880    [db-xref] Handle qandaentry xrefs for DocBook 5
12881
12882    Signed-off-by: brian m. carlson <sandals@crustytoothpaste.ath.cx>
12883
12884 xslt/docbook/common/db-xref.xsl | 3 ++-
12885 1 file changed, 2 insertions(+), 1 deletion(-)
12886
12887commit 776ec39a402f47751d5da12c912cec029559896b
12888Author: brian m. carlson <sandals@crustytoothpaste.ath.cx>
12889Date:   Wed Apr 7 20:15:56 2010 +0000
12890
12891    Emit titles for procedure and productionset
12892
12893    Signed-off-by: brian m. carlson <sandals@crustytoothpaste.ath.cx>
12894
12895 xslt/docbook/html/db2html-ebnf.xsl | 2 +-
12896 xslt/docbook/html/db2html-list.xsl | 1 +
12897 2 files changed, 2 insertions(+), 1 deletion(-)
12898
12899commit ed06033768290b2479e8533d438f84b10db871ee
12900Author: brian m. carlson <sandals@crustytoothpaste.ath.cx>
12901Date:   Wed Apr 7 19:55:04 2010 +0000
12902
12903    [db2html-inline] Handle interface and shortcut for DocBook 5
12904
12905    Signed-off-by: brian m. carlson <sandals@crustytoothpaste.ath.cx>
12906
12907 xslt/docbook/html/db2html-inline.xsl | 6 +++---
12908 1 file changed, 3 insertions(+), 3 deletions(-)
12909
12910commit 6cc401a730c848b303e56954ec7bf67dae8cbb09
12911Author: brian m. carlson <sandals@crustytoothpaste.ath.cx>
12912Date:   Wed Apr 7 19:24:33 2010 +0000
12913
12914    [db2html-table] Add DocBook 5 support for colspec and spanspec
12915
12916    Signed-off-by: brian m. carlson <sandals@crustytoothpaste.ath.cx>
12917
12918 xslt/docbook/html/db2html-table.xsl | 24 ++++++++++++------------
12919 1 file changed, 12 insertions(+), 12 deletions(-)
12920
12921commit a7697d4b3ae8e255fd04ad35440464d101ac267c
12922Author: brian m. carlson <sandals@crustytoothpaste.ath.cx>
12923Date:   Tue Apr 6 23:05:09 2010 +0000
12924
12925    [db-label] Handle DocBook 5 glossterms
12926
12927    Signed-off-by: brian m. carlson <sandals@crustytoothpaste.ath.cx>
12928
12929 xslt/docbook/common/db-label.xsl | 2 +-
12930 1 file changed, 1 insertion(+), 1 deletion(-)
12931
12932commit 1a4eab952dde01b8e22f11c4cb747709273b0092
12933Author: brian m. carlson <sandals@crustytoothpaste.ath.cx>
12934Date:   Mon Apr 5 22:12:40 2010 +0000
12935
12936    [db2html-block] Treat formalpara as a formal block
12937
12938    Signed-off-by: brian m. carlson <sandals@crustytoothpaste.ath.cx>
12939
12940 xslt/docbook/html/db2html-block.xsl | 4 +++-
12941 1 file changed, 3 insertions(+), 1 deletion(-)
12942
12943commit b85f120115e0281df51490aafdf949721de1f99c
12944Author: brian m. carlson <sandals@crustytoothpaste.ath.cx>
12945Date:   Mon Apr 5 21:57:48 2010 +0000
12946
12947    [db2html-table] Generate summaries and titles correctly for DocBook 5
12948
12949    Signed-off-by: brian m. carlson <sandals@crustytoothpaste.ath.cx>
12950
12951 xslt/docbook/html/db2html-table.xsl | 12 ++++++++++--
12952 1 file changed, 10 insertions(+), 2 deletions(-)
12953
12954commit e2f7c7888b88d8040d9f0049ea20065e4baf4748
12955Author: brian m. carlson <sandals@crustytoothpaste.ath.cx>
12956Date:   Mon Apr 5 21:36:52 2010 +0000
12957
12958    Treat equations as formal blocks
12959
12960    Signed-off-by: brian m. carlson <sandals@crustytoothpaste.ath.cx>
12961
12962 xslt/docbook/html/db2html-block.xsl | 4 +++-
12963 xslt/docbook/html/db2html-title.xsl | 7 -------
12964 2 files changed, 3 insertions(+), 8 deletions(-)
12965
12966commit 01781b2a2541c4da1fb9f88d55167e399252f5ce
12967Author: brian m. carlson <sandals@crustytoothpaste.ath.cx>
12968Date:   Mon Apr 5 21:35:18 2010 +0000
12969
12970    Handle titles within info elements for DocBook 5
12971
12972    Signed-off-by: brian m. carlson <sandals@crustytoothpaste.ath.cx>
12973
12974 xslt/docbook/html/db2html-bibliography.xsl | 1 +
12975 xslt/docbook/html/db2html-block.xsl        | 3 ++-
12976 xslt/docbook/html/db2html-division.xsl     | 2 ++
12977 xslt/docbook/html/db2html-list.xsl         | 8 ++++++--
12978 xslt/docbook/html/db2html-table.xsl        | 2 +-
12979 5 files changed, 12 insertions(+), 4 deletions(-)
12980
12981commit 6ce5fe1050625fc10975d0061a721e6e25358888
12982Author: brian m. carlson <sandals@crustytoothpaste.ath.cx>
12983Date:   Mon Apr 5 20:52:20 2010 +0000
12984
12985    [db2html-callout] Handle DocBook 5 callouts
12986
12987    Signed-off-by: brian m. carlson <sandals@crustytoothpaste.ath.cx>
12988
12989 xslt/docbook/html/db2html-callout.xsl | 2 +-
12990 1 file changed, 1 insertion(+), 1 deletion(-)
12991
12992commit cd11c909604d1f13fced22f170c1a16c3d03bf44
12993Author: brian m. carlson <sandals@crustytoothpaste.ath.cx>
12994Date:   Mon Apr 5 20:12:13 2010 +0000
12995
12996    [db2html-inline] Fix typo for symbol element
12997
12998    Signed-off-by: brian m. carlson <sandals@crustytoothpaste.ath.cx>
12999
13000 xslt/docbook/html/db2html-inline.xsl | 2 +-
13001 1 file changed, 1 insertion(+), 1 deletion(-)
13002
13003commit 9d5a033718fd8720b9a4c5e8eb243c0ac37f5fc6
13004Author: brian m. carlson <sandals@crustytoothpaste.ath.cx>
13005Date:   Mon Apr 5 19:28:31 2010 +0000
13006
13007    [db2html-inline] Make db:tag produce output identical to sgmltag
13008
13009    Signed-off-by: brian m. carlson <sandals@crustytoothpaste.ath.cx>
13010
13011 xslt/docbook/html/db2html-inline.xsl | 11 ++++++++---
13012 1 file changed, 8 insertions(+), 3 deletions(-)
13013
13014commit 34c99c9c0fa958ed866a8835510c89f40f63548c
13015Author: brian m. carlson <sandals@crustytoothpaste.ath.cx>
13016Date:   Sat Apr 3 23:11:31 2010 +0000
13017
13018    Add missing DocBook 5 alternatives
13019
13020    Signed-off-by: brian m. carlson <sandals@crustytoothpaste.ath.cx>
13021
13022 xslt/docbook/common/db-label.xsl           | 2 +-
13023 xslt/docbook/html/db2html-bibliography.xsl | 3 ++-
13024 xslt/docbook/html/db2html-block.xsl        | 2 +-
13025 xslt/docbook/html/db2html-funcsynopsis.xsl | 4 ++--
13026 xslt/docbook/html/db2html-inline.xsl       | 2 +-
13027 5 files changed, 7 insertions(+), 6 deletions(-)
13028
13029commit de77744efd1df78767e1e7ec68e91b89f41b9f03
13030Author: brian m. carlson <sandals@crustytoothpaste.ath.cx>
13031Date:   Sat Apr 3 23:09:23 2010 +0000
13032
13033    [db2html-inline] Handle isbn and issn.
13034
13035    Signed-off-by: brian m. carlson <sandals@crustytoothpaste.ath.cx>
13036
13037 xslt/docbook/html/db2html-inline.xsl | 12 ++++++++----
13038 1 file changed, 8 insertions(+), 4 deletions(-)
13039
13040commit 7d3e148ec0bfeb46c2d5fc28ff6385cff86ad795
13041Author: brian m. carlson <sandals@crustytoothpaste.ath.cx>
13042Date:   Sat Apr 3 23:00:43 2010 +0000
13043
13044    [db2html-bibliography] Handle isbn, issn, and pubsnumber
13045
13046    In DocBook 4, these were all independent elements.  Now they are part of
13047    biblioid and distinguished by the class attribute.
13048
13049    Signed-off-by: brian m. carlson <sandals@crustytoothpaste.ath.cx>
13050
13051 xslt/docbook/html/db2html-bibliography.xsl | 21 +++++++++++++++------
13052 1 file changed, 15 insertions(+), 6 deletions(-)
13053
13054commit 6d6c1c44fcb6e60b0fb1d843c2feb17e27538268
13055Author: brian m. carlson <sandals@crustytoothpaste.ath.cx>
13056Date:   Fri Apr 2 19:14:22 2010 +0000
13057
13058    [db2html-footnote] Properly handle DocBook 5 footnotes
13059
13060    Signed-off-by: brian m. carlson <sandals@crustytoothpaste.ath.cx>
13061
13062 xslt/docbook/html/db2html-footnote.xsl | 2 +-
13063 xslt/docbook/html/db2html-title.xsl    | 3 ++-
13064 2 files changed, 3 insertions(+), 2 deletions(-)
13065
13066commit 4bee5f4be2029e9b574bee837a7dca63371374b5
13067Author: brian m. carlson <sandals@crustytoothpaste.ath.cx>
13068Date:   Tue Mar 30 18:12:17 2010 +0000
13069
13070    Add omitted DocBook 5 alternatives.
13071
13072    Signed-off-by: brian m. carlson <sandals@crustytoothpaste.ath.cx>
13073
13074 xslt/docbook/html/db2html-autotoc.xsl     | 2 +-
13075 xslt/docbook/html/db2html-block.xsl       | 5 +++--
13076 xslt/docbook/html/db2html-cmdsynopsis.xsl | 4 ++--
13077 xslt/docbook/html/db2html-list.xsl        | 4 ++--
13078 4 files changed, 8 insertions(+), 7 deletions(-)
13079
13080commit 4ab39c13565c6a3a8c694e2d754549ae117e9d6f
13081Author: brian m. carlson <sandals@crustytoothpaste.ath.cx>
13082Date:   Mon Mar 29 20:36:51 2010 +0000
13083
13084    [db2html-division] Correct typo in element name
13085
13086    Signed-off-by: brian m. carlson <sandals@crustytoothpaste.ath.cx>
13087
13088 xslt/docbook/html/db2html-division.xsl | 2 +-
13089 1 file changed, 1 insertion(+), 1 deletion(-)
13090
13091commit 3f9b7643b3063a1dcb8fafef0b009840b4acba80
13092Author: brian m. carlson <sandals@crustytoothpaste.ath.cx>
13093Date:   Mon Mar 29 19:02:34 2010 +0000
13094
13095    [db2html-bibliography] Fix minor differences in output
13096
13097    In modifying db2html-bibliography.xsl, a bug was introduced that caused a change
13098    in white space and some missing periods.  This commit restores the output to the
13099    way it was before.
13100
13101    Signed-off-by: brian m. carlson <sandals@crustytoothpaste.ath.cx>
13102
13103 xslt/docbook/html/db2html-bibliography.xsl | 6 ++----
13104 1 file changed, 2 insertions(+), 4 deletions(-)
13105
13106commit 7cd30164c0783bc0275c6d652db8bcd0d9275834
13107Author: brian m. carlson <sandals@crustytoothpaste.ath.cx>
13108Date:   Mon Mar 29 16:38:00 2010 +0000
13109
13110    [db2html-table] Adding DocBook 5 support
13111
13112    Signed-off-by: brian m. carlson <sandals@crustytoothpaste.ath.cx>
13113
13114 xslt/docbook/html/db2html-table.xsl | 106 +++++++++++++++++++++++-------------
13115 1 file changed, 67 insertions(+), 39 deletions(-)
13116
13117commit caabb6c90e77f55461a7285ac63c89f4964fa6d3
13118Author: brian m. carlson <sandals@crustytoothpaste.ath.cx>
13119Date:   Sat Mar 27 21:34:20 2010 +0000
13120
13121    [db2html-refentry] Adding DocBook 5 support
13122
13123    Signed-off-by: brian m. carlson <sandals@crustytoothpaste.ath.cx>
13124
13125 xslt/docbook/html/db2html-refentry.xsl | 57 +++++++++++++++++++---------------
13126 1 file changed, 32 insertions(+), 25 deletions(-)
13127
13128commit 3791019a429e1935ead7101075f3418172b63135
13129Author: brian m. carlson <sandals@crustytoothpaste.ath.cx>
13130Date:   Fri Mar 26 17:09:04 2010 +0000
13131
13132    Unify some DocBook 4/5 differences
13133
13134    In some cases, the output from a DocBook 4 file and the corresponding output for
13135    the equivalent DocBook 5 file would be different.  Fix this.
13136
13137    Signed-off-by: brian m. carlson <sandals@crustytoothpaste.ath.cx>
13138
13139 xslt/docbook/html/db2html-block.xsl  | 10 +++++++---
13140 xslt/docbook/html/db2html-inline.xsl |  5 ++++-
13141 2 files changed, 11 insertions(+), 4 deletions(-)
13142
13143commit 114b663f5d661a284a529aaf2a2485af4ac3f66b
13144Author: brian m. carlson <sandals@crustytoothpaste.ath.cx>
13145Date:   Thu Mar 25 16:26:43 2010 +0000
13146
13147    [db2html-suppressed] Adding DocBook 5 elements
13148
13149    Signed-off-by: brian m. carlson <sandals@crustytoothpaste.ath.cx>
13150
13151 xslt/docbook/html/db2html-suppressed.xsl | 112 ++++++++++++++++---------------
13152 1 file changed, 57 insertions(+), 55 deletions(-)
13153
13154commit f681b4fff9ba9e4c82df819d1823e25aa73d2740
13155Author: brian m. carlson <sandals@crustytoothpaste.ath.cx>
13156Date:   Sat Mar 20 20:51:08 2010 +0000
13157
13158    [db2html-qanda] Adding DocBook 5 support
13159
13160    Signed-off-by: brian m. carlson <sandals@crustytoothpaste.ath.cx>
13161
13162 xslt/docbook/html/db2html-qanda.xsl | 39 +++++++++++++++++++------------------
13163 1 file changed, 20 insertions(+), 19 deletions(-)
13164
13165commit 3809fcec04bba2429096f84015c4f7c7b6fdeeb1
13166Author: brian m. carlson <sandals@crustytoothpaste.ath.cx>
13167Date:   Sat Mar 20 20:50:37 2010 +0000
13168
13169    [db2html-media] Adding DocBook 5 support
13170
13171    Signed-off-by: brian m. carlson <sandals@crustytoothpaste.ath.cx>
13172
13173 xslt/docbook/html/db2html-media.xsl | 40 +++++++++++++++++++++++++++----------
13174 1 file changed, 29 insertions(+), 11 deletions(-)
13175
13176commit 8d3bdf23a7b5be6fa44391b8e68432f85e1228ba
13177Author: brian m. carlson <sandals@crustytoothpaste.ath.cx>
13178Date:   Sat Mar 20 19:30:29 2010 +0000
13179
13180    [db2html-list] Adding DocBook 5 support
13181
13182    Signed-off-by: brian m. carlson <sandals@crustytoothpaste.ath.cx>
13183
13184 xslt/docbook/html/db2html-list.xsl | 183 ++++++++++++++++++++-----------------
13185 1 file changed, 98 insertions(+), 85 deletions(-)
13186
13187commit 23cc9b5323b5f5d637ae6f81c3b4ce9e1c1f1ac9
13188Author: brian m. carlson <sandals@crustytoothpaste.ath.cx>
13189Date:   Sat Mar 20 19:04:37 2010 +0000
13190
13191    [db2html-index] Adding DocBook 5 support
13192
13193    Signed-off-by: brian m. carlson <sandals@crustytoothpaste.ath.cx>
13194
13195 xslt/docbook/html/db2html-index.xsl | 67 +++++++++++++++++++++----------------
13196 1 file changed, 39 insertions(+), 28 deletions(-)
13197
13198commit 457efdd430afafee2dd6f619fcef304302a933ad
13199Author: brian m. carlson <sandals@crustytoothpaste.ath.cx>
13200Date:   Sat Mar 20 17:57:00 2010 +0000
13201
13202    [db2html-funcsynopsis] Adding DocBook 5 support
13203
13204    Signed-off-by: brian m. carlson <sandals@crustytoothpaste.ath.cx>
13205
13206 xslt/docbook/html/db2html-funcsynopsis.xsl | 48 ++++++++++++++++++------------
13207 1 file changed, 29 insertions(+), 19 deletions(-)
13208
13209commit e9d900e109aebebcb7ae462956915aaedc0b8c65
13210Author: brian m. carlson <sandals@crustytoothpaste.ath.cx>
13211Date:   Sat Mar 20 17:45:45 2010 +0000
13212
13213    [db2html-footnote] Adding DocBook 5 support
13214
13215    Signed-off-by: brian m. carlson <sandals@crustytoothpaste.ath.cx>
13216
13217 xslt/docbook/html/db2html-footnote.xsl | 15 ++++++++++++++-
13218 1 file changed, 14 insertions(+), 1 deletion(-)
13219
13220commit 059c937d8b516c9b0cd11c8bc21f69edc888fa71
13221Author: brian m. carlson <sandals@crustytoothpaste.ath.cx>
13222Date:   Thu Mar 18 16:53:42 2010 +0000
13223
13224    [db2html-ebnf] Adding DocBook 5 support
13225
13226    Signed-off-by: brian m. carlson <sandals@crustytoothpaste.ath.cx>
13227
13228 xslt/docbook/html/db2html-ebnf.xsl | 6 ++++--
13229 1 file changed, 4 insertions(+), 2 deletions(-)
13230
13231commit e19ce25aa40fe2743bec037fe7484e369ae86624
13232Author: brian m. carlson <sandals@crustytoothpaste.ath.cx>
13233Date:   Thu Mar 18 16:53:22 2010 +0000
13234
13235    [db2html-cmdsynopsis] Adding DocBook 5 support
13236
13237    Signed-off-by: brian m. carlson <sandals@crustytoothpaste.ath.cx>
13238
13239 xslt/docbook/html/db2html-cmdsynopsis.xsl | 102 ++++++++++++++++++++----------
13240 1 file changed, 69 insertions(+), 33 deletions(-)
13241
13242commit aee1b90cc8c038164e0f6b3aff375e88dd066157
13243Author: brian m. carlson <sandals@crustytoothpaste.ath.cx>
13244Date:   Wed Mar 17 22:21:46 2010 +0000
13245
13246    [db2html-classsynopsis] Adding DocBook 5 support
13247
13248    Signed-off-by: brian m. carlson <sandals@crustytoothpaste.ath.cx>
13249
13250 xslt/docbook/html/db2html-classsynopsis.xsl | 227 ++++++++++++++++++----------
13251 1 file changed, 146 insertions(+), 81 deletions(-)
13252
13253commit 67b93257935d47aacbf66ec5718b6e9e1f5e761e
13254Author: brian m. carlson <sandals@crustytoothpaste.ath.cx>
13255Date:   Tue Mar 16 22:57:12 2010 +0000
13256
13257    [db2html-callout] Adding DocBook 5 support
13258
13259    Signed-off-by: brian m. carlson <sandals@crustytoothpaste.ath.cx>
13260
13261 xslt/docbook/html/db2html-callout.xsl | 3 ++-
13262 1 file changed, 2 insertions(+), 1 deletion(-)
13263
13264commit f1343d1a4e8e4347f3ce1f4dea69bba25c8ec392
13265Author: brian m. carlson <sandals@crustytoothpaste.ath.cx>
13266Date:   Sat Mar 13 20:11:05 2010 +0000
13267
13268    [db-label] Fix typo in template expression
13269
13270    Signed-off-by: brian m. carlson <sandals@crustytoothpaste.ath.cx>
13271
13272 xslt/docbook/common/db-label.xsl | 2 +-
13273 1 file changed, 1 insertion(+), 1 deletion(-)
13274
13275commit a36603b292abdf00acbd08c83b566b11470936ae
13276Author: brian m. carlson <sandals@crustytoothpaste.ath.cx>
13277Date:   Sat Mar 13 19:24:27 2010 +0000
13278
13279    [db2html-division] Properly handle DocBook 5 titles
13280
13281    Signed-off-by: brian m. carlson <sandals@crustytoothpaste.ath.cx>
13282
13283 xslt/docbook/html/db2html-division.xsl | 6 ++++--
13284 1 file changed, 4 insertions(+), 2 deletions(-)
13285
13286commit 879659f3aa41ec117cfde640cef2731f44ae4619
13287Author: brian m. carlson <sandals@crustytoothpaste.ath.cx>
13288Date:   Sat Mar 13 05:06:08 2010 +0000
13289
13290    [db2html-bibliography] Adding DocBook 5 support
13291
13292    Signed-off-by: brian m. carlson <sandals@crustytoothpaste.ath.cx>
13293
13294 xslt/docbook/html/db2html-bibliography.xsl | 194 +++++++++++++++++------------
13295 1 file changed, 115 insertions(+), 79 deletions(-)
13296
13297commit 1474d7f20bcc018b58ca349e4fe1e402706953d0
13298Author: brian m. carlson <sandals@crustytoothpaste.ath.cx>
13299Date:   Sat Mar 13 00:28:54 2010 +0000
13300
13301    [db-label] Only label info elements without titles
13302
13303    In DocBook 5, it is possible to have an info element almost anywhere, and
13304    in the vast majority of cases titles can appear inside the info element instead
13305    of outside.  DocBook 4 always required the title to appear outside the *info
13306    element.  If a DocBook 5 source file has the title inside the info element, it
13307    will be handled correctly by other code.  Therefore, only do automatic labelling
13308    of info elements that do not have a title inside.
13309
13310    Signed-off-by: brian m. carlson <sandals@crustytoothpaste.ath.cx>
13311
13312 xslt/docbook/common/db-label.xsl | 3 ++-
13313 1 file changed, 2 insertions(+), 1 deletion(-)
13314
13315commit 215c718ab9bc353d6cf0c6679a141a6d4b974d4f
13316Author: brian m. carlson <sandals@crustytoothpaste.ath.cx>
13317Date:   Sat Mar 13 00:23:16 2010 +0000
13318
13319    Revert overzealous title handling.
13320
13321    Signed-off-by: brian m. carlson <sandals@crustytoothpaste.ath.cx>
13322
13323 xslt/docbook/html/db2html-block.xsl | 6 +++---
13324 xslt/docbook/html/db2html-info.xsl  | 2 +-
13325 2 files changed, 4 insertions(+), 4 deletions(-)
13326
13327commit 73306e9b72a171a74cdb2fec736df35e3c6777c5
13328Author: brian m. carlson <sandals@crustytoothpaste.ath.cx>
13329Date:   Fri Mar 12 23:18:09 2010 +0000
13330
13331    [db2html-title] Adding DocBook 5 support
13332
13333    Signed-off-by: brian m. carlson <sandals@crustytoothpaste.ath.cx>
13334
13335 xslt/docbook/html/db2html-title.xsl | 15 ++++++++-------
13336 1 file changed, 8 insertions(+), 7 deletions(-)
13337
13338commit 852c7326234db7e6f9a3efcc6bb6143ed0726f6d
13339Author: brian m. carlson <sandals@crustytoothpaste.ath.cx>
13340Date:   Fri Mar 12 22:51:19 2010 +0000
13341
13342    [db-xref] Adding DocBook 5 support.
13343
13344    Signed-off-by: brian m. carlson <sandals@crustytoothpaste.ath.cx>
13345
13346 xslt/docbook/common/db-xref.xsl | 58 +++++++++++++++++++++++------------------
13347 1 file changed, 33 insertions(+), 25 deletions(-)
13348
13349commit f24a65eecf9747d055cc35a0462a23d17ce69ee1
13350Author: brian m. carlson <sandals@crustytoothpaste.ath.cx>
13351Date:   Fri Mar 12 22:39:23 2010 +0000
13352
13353    [db-title] Adding DocBook 5 support.
13354
13355    Signed-off-by: brian m. carlson <sandals@crustytoothpaste.ath.cx>
13356
13357 xslt/docbook/common/db-title.xsl | 796 ++++++++++++++++++++++++++++++++++-----
13358 1 file changed, 708 insertions(+), 88 deletions(-)
13359
13360commit f7254840afbfc8ba071da51b0122c29144ed7778
13361Author: brian m. carlson <sandals@crustytoothpaste.ath.cx>
13362Date:   Thu Mar 11 18:15:20 2010 +0000
13363
13364    [db-label] Adding DocBook 5 support.
13365
13366    Signed-off-by: brian m. carlson <sandals@crustytoothpaste.ath.cx>
13367
13368 xslt/docbook/common/db-label.xsl | 229 +++++++++++++++++++++++++--------------
13369 1 file changed, 145 insertions(+), 84 deletions(-)
13370
13371commit d482b9f182418bc5c6737bb4fa205306b2d0142e
13372Author: brian m. carlson <sandals@crustytoothpaste.ath.cx>
13373Date:   Thu Mar 11 01:32:54 2010 +0000
13374
13375    [db-common] Adding DocBook 5 support.
13376
13377    Signed-off-by: brian m. carlson <sandals@crustytoothpaste.ath.cx>
13378
13379 xslt/docbook/common/db-common.xsl | 71 +++++++++++++++++++++++----------------
13380 1 file changed, 42 insertions(+), 29 deletions(-)
13381
13382commit ad510bcc50f83e2cb1fb5505a0287b4466ba9150
13383Author: brian m. carlson <sandals@crustytoothpaste.ath.cx>
13384Date:   Thu Mar 11 00:16:08 2010 +0000
13385
13386    [db-chunk] Adding DocBook 5 support.
13387
13388    Signed-off-by: brian m. carlson <sandals@crustytoothpaste.ath.cx>
13389
13390 xslt/docbook/common/db-chunk.xsl | 98 ++++++++++++++++++++++++++++------------
13391 1 file changed, 68 insertions(+), 30 deletions(-)
13392
13393commit 514125f860e497148e989d2eba45f38e7e476181
13394Author: brian m. carlson <sandals@crustytoothpaste.ath.cx>
13395Date:   Wed Mar 10 23:54:31 2010 +0000
13396
13397    [db2html-autotoc] Adding DocBook 5 support.
13398
13399    Signed-off-by: brian m. carlson <sandals@crustytoothpaste.ath.cx>
13400
13401 xslt/docbook/html/db2html-autotoc.xsl | 23 +++++++++++++++--------
13402 1 file changed, 15 insertions(+), 8 deletions(-)
13403
13404commit aab048ff3a346061d890d95aa72cadbd5cf2b056
13405Author: brian m. carlson <sandals@crustytoothpaste.ath.cx>
13406Date:   Wed Mar 10 20:33:49 2010 +0000
13407
13408    Add DocBook 5 ubiquitous linking support.
13409
13410    Signed-off-by: brian m. carlson <sandals@crustytoothpaste.ath.cx>
13411
13412 xslt/docbook/html/db2html-inline.xsl | 43 +++++++++++++++++++++++++++++++++---
13413 xslt/docbook/html/db2html-xref.xsl   |  9 +++++++-
13414 2 files changed, 48 insertions(+), 4 deletions(-)
13415
13416commit 0c6e5195dbb8a0eab19747718ac599a075b74085
13417Author: brian m. carlson <sandals@crustytoothpaste.ath.cx>
13418Date:   Mon Mar 8 20:17:12 2010 +0000
13419
13420    [db2html-xref] Adding DocBook 5 support.
13421
13422    This includes part of the code for ubiquitous linking.
13423
13424    Signed-off-by: brian m. carlson <sandals@crustytoothpaste.ath.cx>
13425
13426 xslt/docbook/html/db2html-xref.xsl | 39 +++++++++++++++++++++++++++++++++++---
13427 1 file changed, 36 insertions(+), 3 deletions(-)
13428
13429commit d47904b6ebbb2d21c92e493cf4db6583619e4c30
13430Author: brian m. carlson <sandals@crustytoothpaste.ath.cx>
13431Date:   Sat Mar 6 22:26:17 2010 +0000
13432
13433    [db2html-info] Adding DocBook 5 support.
13434
13435    Signed-off-by: brian m. carlson <sandals@crustytoothpaste.ath.cx>
13436
13437 xslt/docbook/html/db2html-info.xsl | 245 ++++++++++++++++++++++++-------------
13438 1 file changed, 157 insertions(+), 88 deletions(-)
13439
13440commit 14560cb4a6c832c17ec3e7f03f127edc1c5aee5e
13441Author: brian m. carlson <sandals@crustytoothpaste.ath.cx>
13442Date:   Sat Mar 6 18:12:45 2010 +0000
13443
13444    [db2html-division] Adding DocBook 5 support.
13445
13446    Signed-off-by: brian m. carlson <sandals@crustytoothpaste.ath.cx>
13447
13448 xslt/docbook/html/db2html-division.xsl | 219 +++++++++++++++++++--------------
13449 1 file changed, 127 insertions(+), 92 deletions(-)
13450
13451commit 9fc79e25c5e1d3fc58dadb04ad0437268f1901b9
13452Author: brian m. carlson <sandals@crustytoothpaste.ath.cx>
13453Date:   Sat Mar 6 00:32:58 2010 +0000
13454
13455    Print full QName for unmatched elements.
13456
13457    Since the stylesheets now need to handle namespaced elements, print the full
13458    QName so we can tell to what namespace unmatched elements belong.
13459
13460    Signed-off-by: brian m. carlson <sandals@crustytoothpaste.ath.cx>
13461
13462 xslt/docbook/html/db2html.xsl  | 2 +-
13463 xslt/docbook/html/db2xhtml.xsl | 2 +-
13464 2 files changed, 2 insertions(+), 2 deletions(-)
13465
13466commit d83d26b07e72fed3b8e690a9a62ad4f972376a4c
13467Author: brian m. carlson <sandals@crustytoothpaste.ath.cx>
13468Date:   Sat Mar 6 00:26:28 2010 +0000
13469
13470    [dbhtml-inline] Fix broken indentation.
13471
13472    Signed-off-by: brian m. carlson <sandals@crustytoothpaste.ath.cx>
13473
13474 xslt/docbook/html/db2html-inline.xsl | 2 +-
13475 1 file changed, 1 insertion(+), 1 deletion(-)
13476
13477commit 699e9e1d8598f24200f09d3019db4794cbd36a61
13478Author: brian m. carlson <sandals@crustytoothpaste.ath.cx>
13479Date:   Sat Mar 6 00:25:48 2010 +0000
13480
13481    Adding inline and block support for DocBook 5.
13482
13483    Signed-off-by: brian m. carlson <sandals@crustytoothpaste.ath.cx>
13484
13485 xslt/docbook/html/db2html-block.xsl  |  99 ++++++-------
13486 xslt/docbook/html/db2html-inline.xsl | 265 ++++++++++++++++++-----------------
13487 2 files changed, 191 insertions(+), 173 deletions(-)
13488
13489commit b107d5b59b048e69772b077ad044fc27a1ae24d3
13490Author: Shaun McCance <shaunm@gnome.org>
13491Date:   Mon May 10 18:37:42 2010 -0500
13492
13493    [mal-link.xsl] Better behavior for links to invalid targets
13494
13495 xslt/mallard/common/mal-link.xsl | 69 +++++++++++++++++++++++-----------------
13496 1 file changed, 39 insertions(+), 30 deletions(-)
13497
13498commit 9bf8faebf6019d7b3796b3b04043807089b8327c
13499Author: Shaun McCance <shaunm@gnome.org>
13500Date:   Sat Apr 24 15:49:05 2010 -0500
13501
13502    Version 2.31.1
13503
13504 NEWS         | 816 -----------------------------------------------------------
13505 configure.ac |   2 +-
13506 2 files changed, 1 insertion(+), 817 deletions(-)
13507
13508commit 7565e1c28515923ab31117625bb33ff5895c926f
13509Author: Shaun McCance <shaunm@gnome.org>
13510Date:   Thu Apr 1 16:21:22 2010 -0500
13511
13512    Changes to allow Yelp to highlight a section on #anchor click
13513
13514 xslt/docbook/html/db2html-division.xsl |  8 +++++---
13515 xslt/mallard/html/mal2html-page.xsl    | 11 +++++++++++
13516 2 files changed, 16 insertions(+), 3 deletions(-)
13517
13518commit e4337019ebf4d1166a91d9f6efd8f00230aaa9e0
13519Author: Javier Jardón <jjardon@gnome.org>
13520Date:   Thu Apr 1 02:19:21 2010 +0200
13521
13522    Modernize autotools configuration
13523
13524    Use the configure.ac instead configure.in
13525    New requirements:
13526    automake >= 1.10
13527    intltool >= 0.40
13528
13529 Makefile.am                  |  2 +-
13530 autogen.sh                   |  4 ++--
13531 configure.in => configure.ac | 10 ++++++----
13532 3 files changed, 9 insertions(+), 7 deletions(-)
13533
13534commit 5d37afe296b287a73c9f4004ab00fec1437eefb9
13535Author: Shaun McCance <shaunm@gnome.org>
13536Date:   Wed Mar 31 12:33:49 2010 -0500
13537
13538    [theme-html] Indent wrapped lines of trails
13539
13540    This makes it more clear where one trail ends and the next begings
13541    when trails are wide enough to linewrap.
13542
13543 xslt/theme/theme-html.xsl | 8 ++++++--
13544 1 file changed, 6 insertions(+), 2 deletions(-)
13545
13546commit 33941fb4265ec9b2276fe1a09676456dd4c34c87
13547Author: Shaun McCance <shaunm@gnome.org>
13548Date:   Fri Mar 19 14:20:30 2010 -0500
13549
13550    [mal-link.xsl] Move see-also to mal-link, fix duplicate/dropped links
13551
13552    I moved the guide and topic links to mal-link before, using linkid to allow
13553    extensions like Sites to do the right thing.  I've done the same for see-also
13554    links now, and fixed duplicate and dropped links in all types of links when
13555    using Sites.
13556
13557 xslt/mallard/common/mal-link.xsl    | 169 +++++++++++++++++++++++++-----------
13558 xslt/mallard/html/mal2html-page.xsl |  32 +++----
13559 2 files changed, 130 insertions(+), 71 deletions(-)
13560
13561commit 33d3d25e75fe51e31b25f237c92d55209e538432
13562Author: Shaun McCance <shaunm@gnome.org>
13563Date:   Mon Mar 15 19:09:45 2010 -0500
13564
13565    [theme-html] Increase top/bottom padding on td, except in thead/tfoot
13566
13567 xslt/theme/theme-html.xsl | 5 ++++-
13568 1 file changed, 4 insertions(+), 1 deletion(-)
13569
13570commit 29c047c79605f48a35f1a4bb1a0af3cb48d30ae0
13571Author: Shaun McCance <shaunm@gnome.org>
13572Date:   Mon Mar 15 18:26:55 2010 -0500
13573
13574    [theme-html.xsl] Set the text color
13575
13576 xslt/theme/theme-html.xsl | 2 ++
13577 1 file changed, 2 insertions(+)
13578
13579commit 66548cbc78cfeb7f5995ee56274e555fc1fb8648
13580Author: Shaun McCance <shaunm@gnome.org>
13581Date:   Mon Mar 15 17:14:22 2010 -0500
13582
13583    [theme-colors.xsl] Saturating the yellow background a bit
13584
13585 xslt/theme/theme-colors.xsl | 2 +-
13586 1 file changed, 1 insertion(+), 1 deletion(-)
13587
13588commit 0c003361d1cb6d82f99567c26c486dde5ea71d81
13589Author: Shaun McCance <shaunm@gnome.org>
13590Date:   Mon Mar 15 10:04:04 2010 -0500
13591
13592    [theme-html.css] Moving link trails to common CSS
13593
13594 xslt/docbook/html/db2html-css.xsl      | 15 -------------
13595 xslt/docbook/html/db2html-division.xsl | 41 ++++++++++++----------------------
13596 xslt/mallard/html/mal2html-css.xsl     | 11 ---------
13597 xslt/mallard/html/mal2html-page.xsl    | 10 ++++-----
13598 xslt/theme/theme-html.xsl              |  8 +++++++
13599 5 files changed, 27 insertions(+), 58 deletions(-)
13600
13601commit f778c3f729e8e22756c7869de2bf037bac090a8b
13602Author: brian m. carlson <sandals@crustytoothpaste.ath.cx>
13603Date:   Thu Mar 11 00:55:18 2010 +0000
13604
13605    Handle white space in verbatim elements.
13606
13607    Signed-off-by: brian m. carlson <sandals@crustytoothpaste.ath.cx>
13608
13609 xslt/docbook/html/db2html-block.xsl | 3 +++
13610 xslt/docbook/html/db2html-css.xsl   | 1 +
13611 2 files changed, 4 insertions(+)
13612
13613commit 82b9ecd6a00eb4b097c05e3ed6361bf9639264ab
13614Author: brian m. carlson <sandals@crustytoothpaste.ath.cx>
13615Date:   Thu Mar 11 00:54:45 2010 +0000
13616
13617    [db2html-info] Fix typo in element name.
13618
13619    Signed-off-by: brian m. carlson <sandals@crustytoothpaste.ath.cx>
13620
13621 xslt/docbook/html/db2html-info.xsl | 2 +-
13622 1 file changed, 1 insertion(+), 1 deletion(-)
13623
13624commit 288dfdf74763232569bcaed27668851f91efd0c9
13625Author: Shaun McCance <shaunm@gnome.org>
13626Date:   Wed Mar 10 09:38:01 2010 -0600
13627
13628    [theme-html] Added theme.html.css.custom and added some docs
13629
13630 xslt/docbook/html/db2html-css.xsl  |  6 ++-
13631 xslt/mallard/html/mal2html-css.xsl |  6 ++-
13632 xslt/theme/theme-colors.xsl        |  1 +
13633 xslt/theme/theme-html.xsl          | 98 +++++++++++++++++++++++++++++++++++---
13634 4 files changed, 102 insertions(+), 9 deletions(-)
13635
13636commit 6b4f9b48f978ed8c78662e697829224a65890a6e
13637Author: Shaun McCance <shaunm@gnome.org>
13638Date:   Tue Mar 9 17:22:08 2010 -0600
13639
13640    [mal2html-svg] Use wrapper div for SVG even when embedding in XHTML
13641
13642 xslt/mallard/html/mal2html-svg.xsl | 6 ++++--
13643 1 file changed, 4 insertions(+), 2 deletions(-)
13644
13645commit eaa5523ad2957cde886e77a6dfbec655757e98a6
13646Author: Shaun McCance <shaunm@gnome.org>
13647Date:   Mon Mar 8 23:17:54 2010 -0600
13648
13649    Fixing some build issues
13650
13651 autogen.sh   |  2 +-
13652 configure.in | 11 +++++------
13653 2 files changed, 6 insertions(+), 7 deletions(-)
13654
13655commit 6893934cae0e2d4f2d1af950212e322f7d341033
13656Author: Shaun McCance <shaunm@gnome.org>
13657Date:   Mon Mar 8 22:47:41 2010 -0600
13658
13659    [mal2html-svg] Use xml:id for SVG output and include @title on links
13660
13661 xslt/mallard/html/mal2html-svg.xsl | 41 ++++++++++++++++++++++++++++++--------
13662 1 file changed, 33 insertions(+), 8 deletions(-)
13663
13664commit 898787b78ff06b284c60c400ed127260a60edb6a
13665Author: Shaun McCance <shaunm@gnome.org>
13666Date:   Sun Mar 7 16:20:55 2010 -0600
13667
13668    [xslt/theme/theme-colors.xsl] Lightening colored backgrounds a bit
13669
13670 xslt/theme/theme-colors.xsl | 6 +++---
13671 1 file changed, 3 insertions(+), 3 deletions(-)
13672
13673commit 3357cfeee78ac8e2f6a671ac17694fd7cd2be942
13674Author: Shaun McCance <shaunm@gnome.org>
13675Date:   Sat Mar 6 10:58:27 2010 -0600
13676
13677    [icons] Renaming the code block watermarks
13678
13679 icons/hicolor/watermarks/Makefile.am | 6 +++---
13680 1 file changed, 3 insertions(+), 3 deletions(-)
13681
13682commit f57e895dda68f8e7f7548123afa9f986db2ca684
13683Author: Shaun McCance <shaunm@gnome.org>
13684Date:   Fri Mar 5 12:14:46 2010 -0600
13685
13686    Renaming and generally overhauling how various icons are referenced
13687
13688 icons/hicolor/24x24/status/Makefile.am             |   13 +-
13689 icons/hicolor/24x24/status/admon-warning.png       |  Bin 1245 -> 0 bytes
13690 .../status/{admon-bug.png => yelp-note-bug.png}    |  Bin
13691 ...admon-important.png => yelp-note-important.png} |  Bin
13692 .../status/{admon-tip.png => yelp-note-tip.png}    |  Bin
13693 .../{admon-caution.png => yelp-note-warning.png}   |  Bin
13694 .../24x24/status/{admon-note.png => yelp-note.png} |  Bin
13695 icons/hicolor/48x48/status/Makefile.am             |   18 +-
13696 icons/hicolor/48x48/status/admon-warning.png       |  Bin 2959 -> 0 bytes
13697 .../status/{admon-bug.png => yelp-note-bug.png}    |  Bin
13698 ...admon-important.png => yelp-note-important.png} |  Bin
13699 .../status/{admon-tip.png => yelp-note-tip.png}    |  Bin
13700 .../{admon-caution.png => yelp-note-warning.png}   |  Bin
13701 .../48x48/status/{admon-note.png => yelp-note.png} |  Bin
13702 icons/hicolor/48x48/status/yelp-quote-00AB.png     |  Bin 0 -> 740 bytes
13703 icons/hicolor/48x48/status/yelp-quote-00BB.png     |  Bin 0 -> 786 bytes
13704 icons/hicolor/48x48/status/yelp-quote-201C.png     |  Bin 0 -> 767 bytes
13705 icons/hicolor/48x48/status/yelp-quote-201D.png     |  Bin 0 -> 756 bytes
13706 icons/hicolor/48x48/status/yelp-quote-201E.png     |  Bin 0 -> 756 bytes
13707 icons/hicolor/Makefile.am                          |    2 +
13708 icons/hicolor/scalable/status/Makefile.am          |   13 +-
13709 icons/hicolor/scalable/status/admon-bug-shadow.svg |  297 -----
13710 .../scalable/status/admon-caution-shadow.svg       |  197 ----
13711 icons/hicolor/scalable/status/admon-caution.svg    |  187 ----
13712 .../scalable/status/admon-important-shadow.svg     | 1172 --------------------
13713 .../hicolor/scalable/status/admon-note-shadow.svg  |  927 ----------------
13714 icons/hicolor/scalable/status/admon-tip-shadow.svg |  188 ----
13715 .../scalable/status/admon-warning-shadow.svg       |  197 ----
13716 .../status/{admon-bug.svg => yelp-note-bug.svg}    |    0
13717 ...admon-important.svg => yelp-note-important.svg} |    0
13718 .../status/{admon-tip.svg => yelp-note-tip.svg}    |    0
13719 .../{admon-warning.svg => yelp-note-warning.svg}   |    0
13720 .../status/{admon-note.svg => yelp-note.svg}       |    0
13721 icons/hicolor/watermark-blockquote.xcf             |  Bin 0 -> 8697 bytes
13722 icons/hicolor/watermarks/Makefile.am               |    6 -
13723 .../watermarks/watermark-blockquote-00AB.png       |  Bin 992 -> 0 bytes
13724 .../watermarks/watermark-blockquote-00BB.png       |  Bin 1027 -> 0 bytes
13725 .../watermarks/watermark-blockquote-201C.png       |  Bin 1102 -> 0 bytes
13726 .../watermarks/watermark-blockquote-201D.png       |  Bin 1093 -> 0 bytes
13727 .../watermarks/watermark-blockquote-201E.png       |  Bin 1106 -> 0 bytes
13728 icons/hicolor/watermarks/watermark-blockquote.xcf  |  Bin 13622 -> 0 bytes
13729 ...ermark-code-python.png => yelp-code-python.png} |  Bin
13730 ...ermark-code-python.svg => yelp-code-python.svg} |    0
13731 .../{watermark-code.png => yelp-code.png}          |  Bin
13732 xslt/docbook/html/db2html-css.xsl                  |    2 +-
13733 xslt/gettext/l10n.xml.in                           |   15 +-
13734 xslt/mallard/html/mal2html-css.xsl                 |    2 +-
13735 xslt/theme/theme-html.xsl                          |   32 +-
13736 xslt/theme/theme-icons.xsl                         |  124 ++-
13737 49 files changed, 117 insertions(+), 3275 deletions(-)
13738
13739commit 233503ebbdaf77377af059ec7f6ffbc8611a3072
13740Author: Shaun McCance <shaunm@gnome.org>
13741Date:   Wed Mar 3 13:27:56 2010 -0600
13742
13743    [theme-html] Synopsis framing should not be around title/desc
13744
13745    This happened because the output models for synopses is different in
13746    the Mallard and DocBook transforms.  So I put the framing on the outer
13747    synopsis div, but that's wrong for Mallard.  The CSS selectors just
13748    have to match Mallard and DocBook differently.
13749
13750 xslt/mallard/html/mal2html-block.xsl | 62 +++++++++++++++++++++---------------
13751 xslt/theme/theme-html.xsl            |  3 +-
13752 2 files changed, 38 insertions(+), 27 deletions(-)
13753
13754commit a8761c4afe257938f6c5a6a71843658abe99f1d3
13755Author: Shaun McCance <shaunm@gnome.org>
13756Date:   Tue Mar 2 17:46:59 2010 -0600
13757
13758    [theme-html.xsl] Merging common inline styles
13759
13760 test/testdocs/inline.x001.xml         |  6 ++++-
13761 xslt/docbook/html/db2html-block.xsl   |  3 ---
13762 xslt/docbook/html/db2html-css.xsl     | 43 +++--------------------------
13763 xslt/docbook/html/db2html-inline.xsl  | 39 +++++++++++++++++++++------
13764 xslt/docbook/html/db2html-table.xsl   |  2 +-
13765 xslt/mallard/html/mal2html-css.xsl    | 14 ----------
13766 xslt/mallard/html/mal2html-inline.xsl | 28 +++++++------------
13767 xslt/theme/theme-html.xsl             | 51 +++++++++++++++++++++--------------
13768 8 files changed, 80 insertions(+), 106 deletions(-)
13769
13770commit 137fbdf0d6f9c65b0fb5da921a34ca5c9f24d6f5
13771Author: Shaun McCance <shaunm@gnome.org>
13772Date:   Mon Mar 1 23:14:01 2010 -0600
13773
13774    [mal2html-svg.xsl] First pass at embedding SVG into Mallard pages
13775
13776 xslt/mallard/html/Makefile.am      |  1 +
13777 xslt/mallard/html/mal2html-svg.xsl | 78 ++++++++++++++++++++++++++++++++++++++
13778 xslt/mallard/html/mal2html.xsl     |  1 +
13779 xslt/mallard/html/mal2xhtml.xsl    |  1 +
13780 4 files changed, 81 insertions(+)
13781
13782commit cc6d3b51457c9d335033dff6a57bda52121606cd
13783Author: Shaun McCance <shaunm@gnome.org>
13784Date:   Mon Mar 1 23:13:04 2010 -0600
13785
13786    Exclude various xmlns declarations from output
13787
13788 xslt/mallard/common/mal-link.xsl      | 1 +
13789 xslt/mallard/html/mal2html-block.xsl  | 1 +
13790 xslt/mallard/html/mal2html-inline.xsl | 1 +
13791 xslt/mallard/html/mal2html-list.xsl   | 1 +
13792 xslt/mallard/html/mal2html-media.xsl  | 1 +
13793 xslt/mallard/html/mal2html-page.xsl   | 3 ++-
13794 xslt/mallard/html/mal2html-table.xsl  | 2 +-
13795 7 files changed, 8 insertions(+), 2 deletions(-)
13796
13797commit 85242a78b7b8d5e713fa9627f1a153e9b5eac174
13798Author: Shaun McCance <shaunm@gnome.org>
13799Date:   Mon Mar 1 19:17:11 2010 -0600
13800
13801    [theme-html] Adding some inline styling to common CSS
13802
13803 test/testdocs/inline.x001.xml               |  11 ++-
13804 xslt/docbook/html/db2html-classsynopsis.xsl |   8 ---
13805 xslt/docbook/html/db2html-css.xsl           |  35 +---------
13806 xslt/docbook/html/db2html-inline.xsl        | 105 ++++++++++++++++------------
13807 xslt/mallard/html/mal2html-css.xsl          |  14 ----
13808 xslt/theme/theme-html.xsl                   |  22 ++++++
13809 6 files changed, 90 insertions(+), 105 deletions(-)
13810
13811commit 2c09598de6dd4b396dce0e6818abe61d6d49161f
13812Author: Shaun McCance <shaunm@gnome.org>
13813Date:   Mon Mar 1 14:23:03 2010 -0600
13814
13815    [test/testdocs] Adding extra DocBook inline tests
13816
13817 test/testdocs/README          |  1 +
13818 test/testdocs/inline.x001.xml | 85 +++++++++++++++++++++++++++++++++++++++++++
13819 2 files changed, 86 insertions(+)
13820
13821commit 214fed694981a189671c8d5e16a0defe90d8a99b
13822Author: Shaun McCance <shaunm@gnome.org>
13823Date:   Mon Mar 1 13:17:35 2010 -0600
13824
13825    [test/testdocs] Updating the DocBook testdocs
13826
13827 .gitignore                                 |   1 +
13828 test/testdocs/README                       |  17 +-
13829 test/testdocs/admonitions.001.xml          |  30 +-
13830 test/testdocs/article.001.xml              |   6 +-
13831 test/testdocs/article.002.xml              |   8 +-
13832 test/testdocs/article.003.xml              |  76 +++
13833 test/testdocs/article.004.xml              |  47 ++
13834 test/testdocs/article.005.xml              |  64 +++
13835 test/testdocs/article.006.xml              |  68 +++
13836 test/testdocs/author.001.xml               |  40 ++
13837 test/testdocs/author.002.xml               |  48 ++
13838 test/testdocs/bibliography.001.xml         |   7 +-
13839 test/testdocs/bibliography.002.xml         |  10 +-
13840 test/testdocs/bibliography.003.xml         |  49 ++
13841 test/testdocs/bibliography.004.xml         |  51 ++
13842 test/testdocs/bibliography.005.xml         |  89 ++++
13843 test/testdocs/bibliolist.001.xml           |  58 +++
13844 test/testdocs/blockinfo.001.xml            |  26 +
13845 test/testdocs/blockinfo.002.xml            |  49 ++
13846 test/testdocs/blockquote.001.xml           |  17 +-
13847 test/testdocs/book.001.xml                 |  11 +-
13848 test/testdocs/book.002.xml                 |   6 +-
13849 test/testdocs/book.003.xml                 |  19 +-
13850 test/testdocs/book.004.xml                 |  24 +
13851 test/testdocs/book.005.xml                 |  48 ++
13852 test/testdocs/book.006.xml                 |  30 ++
13853 test/testdocs/book.007.xml                 |  33 ++
13854 test/testdocs/book.008.xml                 |  34 ++
13855 test/testdocs/bookinfo.001.xml             |   6 +-
13856 test/testdocs/bridgehead.001.xml           |  10 +-
13857 test/testdocs/calloutlist.001.xml          |   6 +-
13858 test/testdocs/calloutlist.002.xml          | 144 +++++
13859 test/testdocs/calloutlist.003.xml          | 156 ++++++
13860 test/testdocs/changebars.001.xml           |  24 +
13861 test/testdocs/chapter.001.xml              |   6 +-
13862 test/testdocs/chapter.002.xml              |  17 +
13863 test/testdocs/classsynopsis.001.xml        |   6 +-
13864 test/testdocs/cmdsynopsis.001.xml          | 156 ++++++
13865 test/testdocs/cmdsynopsis.002.xml          |  39 ++
13866 test/testdocs/cmdsynopsis.003.xml          |  48 ++
13867 test/testdocs/co.001.xml                   |  30 ++
13868 test/testdocs/dir.001.xml                  |  20 +
13869 test/testdocs/docbook-43.001.xml           | 114 ++++
13870 test/testdocs/draft.001.xml                |   6 +-
13871 test/testdocs/emphasis.001.xml             |   6 +-
13872 test/testdocs/epigraph.001.xml             |   8 +-
13873 test/testdocs/equation.001.xml             |   6 +-
13874 test/testdocs/equation.002.xml             |   6 +-
13875 test/testdocs/equation.003.xml             |   6 +-
13876 test/testdocs/equation.004.xml             |  68 +++
13877 test/testdocs/example.001.xml              |   6 +-
13878 test/testdocs/extensions.001.xml           |   6 +-
13879 test/testdocs/extensions.002.xml           |   6 +-
13880 test/testdocs/extensions.003.xml           |   6 +-
13881 test/testdocs/extensions.004.xml           |   6 +-
13882 test/testdocs/figure.001.xml               |  18 +-
13883 test/testdocs/figure.002.xml               |  49 ++
13884 test/testdocs/figure.003.xml               |  41 ++
13885 test/testdocs/figure.004.xml               |  47 ++
13886 test/testdocs/figure.005.xml               |  30 ++
13887 test/testdocs/firstterm.001.xml            |  17 +
13888 test/testdocs/footnote.001.xml             |   6 +-
13889 test/testdocs/footnote.002.xml             |  17 +-
13890 test/testdocs/footnote.003.xml             |   6 +-
13891 test/testdocs/formalpara.001.xml           |   6 +-
13892 test/testdocs/formalpara.002.xml           |   6 +-
13893 test/testdocs/formalpara.003.xml           | 115 ++++
13894 test/testdocs/funcsynopsis.001.xml         | 185 +++++++
13895 test/testdocs/glossary.001.xml             |  27 +-
13896 test/testdocs/glossary.002.data.xml        |  28 +
13897 test/testdocs/glossary.002.xml             |  23 +
13898 test/testdocs/glossary.003.xml             |  35 ++
13899 test/testdocs/imagelib.001.xml             |   6 +-
13900 test/testdocs/imageobjectco.001.xml        |  56 ++
13901 test/testdocs/index.001.xml                |  47 ++
13902 test/testdocs/index.002.xml                |  46 ++
13903 test/testdocs/index.003.xml                |  24 +
13904 test/testdocs/indexterm.001.xml            | 188 ++++++-
13905 test/testdocs/indexterm.002.xml            |  11 +-
13906 test/testdocs/indexterm.003.xml            |  31 ++
13907 test/testdocs/indexterm.004.xml            |  51 ++
13908 test/testdocs/indexterm.005.xml            |  32 ++
13909 test/testdocs/informalequation-mml.001.xml |  12 +-
13910 test/testdocs/informaltable.001.xml        |  18 +-
13911 test/testdocs/informaltable.002.xml        |   6 +-
13912 test/testdocs/informaltable.003.xml        |   6 +-
13913 test/testdocs/informaltable.004.xml        |   6 +-
13914 test/testdocs/informaltable.005.xml        |   6 +-
13915 test/testdocs/informaltable.006.xml        |   6 +-
13916 test/testdocs/informaltable.007.xml        |   6 +-
13917 test/testdocs/informaltable.008.xml        |   6 +-
13918 test/testdocs/informaltable.009.xml        |   6 +-
13919 test/testdocs/informaltable.010.xml        |   6 +-
13920 test/testdocs/informaltable.011.xml        |   6 +-
13921 test/testdocs/informaltable.012.xml        |   6 +-
13922 test/testdocs/informaltable.013.xml        |   6 +-
13923 test/testdocs/informaltable.014.xml        |   6 +-
13924 test/testdocs/informaltable.015.xml        |  39 ++
13925 test/testdocs/informaltable.016.xml        |  48 ++
13926 test/testdocs/informaltable.017.xml        |  72 +++
13927 test/testdocs/informaltable.018.xml        |  36 ++
13928 test/testdocs/inline.001.xml               |   6 +-
13929 test/testdocs/inline.002.xml               |  29 ++
13930 test/testdocs/itemizedlist.001.xml         |  36 +-
13931 test/testdocs/itemizedlist.002.xml         |   6 +-
13932 test/testdocs/itemizedlist.003.xml         |  29 +-
13933 test/testdocs/itemizedlist.004.xml         |  21 +
13934 test/testdocs/itemizedlist.005.xml         |  27 +
13935 test/testdocs/itemizedlist.006.xml         |  39 ++
13936 test/testdocs/legalnotice.001.xml          |  30 ++
13937 test/testdocs/lineannotation.001.xml       |  21 +
13938 test/testdocs/link.001.xml                 |   6 +-
13939 test/testdocs/literallayout.001.xml        |   6 +-
13940 test/testdocs/literallayout.002.xml        |   8 +-
13941 test/testdocs/literallayout.003.xml        |  12 +-
13942 test/testdocs/lot.001.xml                  |   6 +-
13943 test/testdocs/mathml.001.xml               |  17 +-
13944 test/testdocs/mediaobject.001.xml          |  17 +-
13945 test/testdocs/mediaobject.002.xml          |  46 ++
13946 test/testdocs/mediaobjectco.001.xml        |  33 ++
13947 test/testdocs/mediaobjectco.002.xml        | 212 ++++++++
13948 test/testdocs/methodsynopsis.001.xml       |   6 +-
13949 test/testdocs/note.001.xml                 |   6 +-
13950 test/testdocs/olink.001.xml                |   6 +-
13951 test/testdocs/orderedlist.001.xml          |   6 +-
13952 test/testdocs/orderedlist.002.xml          |   6 +-
13953 test/testdocs/orderedlist.003.xml          |  33 ++
13954 test/testdocs/part.001.xml                 |  62 +++
13955 test/testdocs/personname.001.xml           |  16 +
13956 test/testdocs/procedure.001.xml            |   6 +-
13957 test/testdocs/procedure.002.xml            |  20 +-
13958 test/testdocs/procedure.003.xml            |   6 +-
13959 test/testdocs/productionset.001.xml        |   6 +-
13960 test/testdocs/productionset.002.xml        |   6 +-
13961 test/testdocs/productionset.003.xml        |   6 +-
13962 test/testdocs/productionset.004.xml        |   6 +-
13963 test/testdocs/productionset.005.xml        |   6 +-
13964 test/testdocs/productionset.006.xml        | 809 +++++++++++++++++++++++++++++
13965 test/testdocs/profile.001.xml              |  24 +
13966 test/testdocs/programlisting.001.xml       |  10 +-
13967 test/testdocs/programlisting.002.xml       |   8 +-
13968 test/testdocs/programlisting.003.xml       |   6 +-
13969 test/testdocs/programlisting.004.xml       |  28 +
13970 test/testdocs/programlisting.005.xml       |  29 ++
13971 test/testdocs/programlisting.006.xml       |  18 +
13972 test/testdocs/programlistingco.001.xml     |  20 +-
13973 test/testdocs/programlistingco.002.xml     | 163 ++++--
13974 test/testdocs/protocol.001.xml             |  20 +
13975 test/testdocs/pubsnumber.xml               |  16 +
13976 test/testdocs/qandaset.001.xml             |   6 +-
13977 test/testdocs/qandaset.002.xml             |   6 +-
13978 test/testdocs/qandaset.003.xml             |   6 +-
13979 test/testdocs/qandaset.004.xml             |  27 +
13980 test/testdocs/qandaset.005.xml             |  33 ++
13981 test/testdocs/refentry.001.xml             |   6 +-
13982 test/testdocs/refentry.002.xml             |  79 ++-
13983 test/testdocs/refentry.003.xml             |   6 +-
13984 test/testdocs/refentry.004.xml             |   6 +-
13985 test/testdocs/refentry.005.xml             |  47 ++
13986 test/testdocs/refentry.006.xml             | 507 ++++++++++++++++++
13987 test/testdocs/refentry.007.xml             | 340 ++++++++++++
13988 test/testdocs/refentry.008.xml             |  34 ++
13989 test/testdocs/refentry.009.xml             | 147 ++++++
13990 test/testdocs/refentry.010.xml             |  29 ++
13991 test/testdocs/reference.001.xml            |   9 +-
13992 test/testdocs/reference.002.xml            |  94 ++++
13993 test/testdocs/remark.001.xml               |  22 +
13994 test/testdocs/remark.002.xml               |  20 +
13995 test/testdocs/revhistory.001.xml           |  55 +-
13996 test/testdocs/screen.001.xml               |   6 +-
13997 test/testdocs/sect1.001.xml                |   6 +-
13998 test/testdocs/sect1.002.xml                |   6 +-
13999 test/testdocs/section.001.xml              |   8 +-
14000 test/testdocs/section.002.xml              |   6 +-
14001 test/testdocs/section.003.xml              |   6 +-
14002 test/testdocs/section.004.xml              |  58 +++
14003 test/testdocs/section.005.xml              |  92 ++++
14004 test/testdocs/segmentedlist.001.xml        |   6 +-
14005 test/testdocs/segmentedlist.002.xml        |   6 +-
14006 test/testdocs/segmentedlist.003.xml        |  23 +
14007 test/testdocs/set.001.xml                  |   6 +-
14008 test/testdocs/sgmltag.xml                  |  30 ++
14009 test/testdocs/sidebar.001.xml              |  48 ++
14010 test/testdocs/simplelist.001.xml           |  53 ++
14011 test/testdocs/simplemsgentry.xml           |  25 +
14012 test/testdocs/simplesect.001.xml           |  41 ++
14013 test/testdocs/stamp.001.xml                |   6 +-
14014 test/testdocs/stamp.002.xml                |   6 +-
14015 test/testdocs/stamp.003.xml                |   6 +-
14016 test/testdocs/stamp.004.xml                |   6 +-
14017 test/testdocs/stamp.005.xml                |   6 +-
14018 test/testdocs/stamp.006.xml                |   6 +-
14019 test/testdocs/stamp.007.xml                |   6 +-
14020 test/testdocs/stamp.008.xml                |   6 +-
14021 test/testdocs/stamp.009.xml                |   6 +-
14022 test/testdocs/stamp.010.xml                |   6 +-
14023 test/testdocs/stamp.011.xml                |   6 +-
14024 test/testdocs/stamp.012.xml                |   6 +-
14025 test/testdocs/stamp.013.xml                |  88 ++++
14026 test/testdocs/stepalternatives.001.xml     |  46 ++
14027 test/testdocs/subtitle.001.xml             |  32 ++
14028 test/testdocs/superscript.001.xml          |  17 +
14029 test/testdocs/svg-001.xml                  |  11 +
14030 test/testdocs/svg.001.xml                  |   9 +-
14031 test/testdocs/svg.002.xml                  |   6 +-
14032 test/testdocs/table.001.xml                |   6 +-
14033 test/testdocs/table.002.xml                |   6 +-
14034 test/testdocs/table.003.xml                |   6 +-
14035 test/testdocs/table.004.xml                |   6 +-
14036 test/testdocs/table.005.xml                |   6 +-
14037 test/testdocs/table.006.xml                |  38 +-
14038 test/testdocs/table.007.xml                |  38 ++
14039 test/testdocs/table.008.xml                |  65 +++
14040 test/testdocs/table.009.xml                |  97 ++++
14041 test/testdocs/table.010.xml                |  30 ++
14042 test/testdocs/table.011.xml                |  32 ++
14043 test/testdocs/table.012.xml                |  50 ++
14044 test/testdocs/table.013.xml                |  33 ++
14045 test/testdocs/table.014.xml                |  50 ++
14046 test/testdocs/table.015.xml                | 127 +++++
14047 test/testdocs/table.016.xml                |  68 +++
14048 test/testdocs/table.017.xml                |  56 ++
14049 test/testdocs/table.018.xml                |  62 +++
14050 test/testdocs/textobject.001.xml           |  19 +
14051 test/testdocs/textobject.002.xml           |  19 +
14052 test/testdocs/title.001.xml                |  32 ++
14053 test/testdocs/toc.001.xml                  |   7 +-
14054 test/testdocs/ulink.001.xml                |   6 +-
14055 test/testdocs/ulink.002.xml                |  21 +
14056 test/testdocs/variablelist.001.xml         |  25 +-
14057 test/testdocs/variablelist.002.xml         |   6 +-
14058 test/testdocs/variablelist.003.xml         |   6 +-
14059 test/testdocs/variablelist.004.xml         |   6 +-
14060 test/testdocs/wordsize.001.xml             |  20 +
14061 test/testdocs/xmlspace.001.xml             |  23 +
14062 test/testdocs/xref.001.xml                 |  28 +-
14063 test/testdocs/xref.002.xml                 |  40 ++
14064 test/testdocs/xref.003.xml                 |  77 +++
14065 test/testdocs/xref.004.xml                 | 330 ++++++++++++
14066 test/testdocs/xrefstyle.001.xml            |   6 +-
14067 240 files changed, 8445 insertions(+), 484 deletions(-)
14068
14069commit 1051e0dd8a419ce49ff90eff8673fc835ab7a9f2
14070Author: Shaun McCance <shaunm@gnome.org>
14071Date:   Mon Mar 1 13:02:52 2010 -0600
14072
14073    [db2html-table] Adding support for entrytbl
14074
14075 xslt/docbook/html/db2html-table.xsl | 58 ++++++++++++++++++++++++++++++++++---
14076 1 file changed, 54 insertions(+), 4 deletions(-)
14077
14078commit b678631fa9f5c0bc4c64d629b9957d0176cb78d2
14079Author: Shaun McCance <shaunm@gnome.org>
14080Date:   Mon Mar 1 10:37:03 2010 -0600
14081
14082    [theme-html] Moving list styling to common CSS
14083
14084 xslt/docbook/html/db2html-css.xsl   |  3 --
14085 xslt/docbook/html/db2html-list.xsl  | 56 +++++++++++--------------------------
14086 xslt/mallard/html/mal2html-css.xsl  | 24 ----------------
14087 xslt/mallard/html/mal2html-list.xsl | 56 +++++++++++++++++--------------------
14088 xslt/theme/theme-html.xsl           | 20 ++++++++++++-
14089 5 files changed, 60 insertions(+), 99 deletions(-)
14090
14091commit c75ff89d62e6bc9352766a8bcda4708b0ae50266
14092Author: Shaun McCance <shaunm@gnome.org>
14093Date:   Sun Feb 28 23:44:26 2010 -0600
14094
14095    [theme-html] Adding more block elements to common HTML CSS
14096
14097 xslt/docbook/html/db2html-classsynopsis.xsl |  5 +-
14098 xslt/docbook/html/db2html-cmdsynopsis.xsl   |  4 +-
14099 xslt/docbook/html/db2html-css.xsl           | 32 +------------
14100 xslt/docbook/html/db2html-table.xsl         |  2 +-
14101 xslt/mallard/html/mal2html-css.xsl          | 41 ----------------
14102 xslt/mallard/html/mal2html-table.xsl        | 72 ++++++++++++++---------------
14103 xslt/theme/theme-colors.xsl                 |  2 +-
14104 xslt/theme/theme-html.xsl                   | 72 ++++++++++++++++++++++++++---
14105 8 files changed, 109 insertions(+), 121 deletions(-)
14106
14107commit 68ce43cee037b211a26f98e3a7d35b25e55175b0
14108Author: Shaun McCance <shaunm@gnome.org>
14109Date:   Sun Feb 28 18:31:13 2010 -0600
14110
14111    [theme-html.xsl] Starting to factor out common DocBook/Mallard CSS for HTML
14112
14113 test/testdocs/Makefile                      |  27 ++-
14114 test/testdocs/db2html.xsl                   |  10 +-
14115 xslt/docbook/html/db2html-bibliography.xsl  |   6 -
14116 xslt/docbook/html/db2html-block.xsl         | 162 +++++----------
14117 xslt/docbook/html/db2html-classsynopsis.xsl |   8 -
14118 xslt/docbook/html/db2html-cmdsynopsis.xsl   |   5 -
14119 xslt/docbook/html/db2html-css.xsl           | 148 ++-----------
14120 xslt/docbook/html/db2html-division.xsl      |  86 ++++----
14121 xslt/docbook/html/db2html-info.xsl          |  28 +--
14122 xslt/docbook/html/db2html-list.xsl          |  80 +++----
14123 xslt/docbook/html/db2html-title.xsl         |   2 +-
14124 xslt/docbook/html/db2html.xsl               |   1 +
14125 xslt/docbook/html/db2xhtml.xsl              |   1 +
14126 xslt/mallard/html/mal2html-block.xsl        | 198 +++++-------------
14127 xslt/mallard/html/mal2html-css.xsl          | 196 ++----------------
14128 xslt/mallard/html/mal2html-list.xsl         | 114 +++-------
14129 xslt/mallard/html/mal2html-page.xsl         |  28 +--
14130 xslt/mallard/html/mal2html.xsl              |   2 +-
14131 xslt/mallard/html/mal2xhtml.xsl             |   2 +-
14132 xslt/theme/Makefile.am                      |   1 +
14133 xslt/theme/theme-html.xsl                   | 310 ++++++++++++++++++++++++++++
14134 21 files changed, 600 insertions(+), 815 deletions(-)
14135
14136commit 9440d555acc287750b436afc2d1a339ad725de09
14137Author: Shaun McCance <shaunm@gnome.org>
14138Date:   Sat Feb 27 20:26:24 2010 -0600
14139
14140    Updated .gitignore
14141
14142 .gitignore | 15 ++++++++++-----
14143 1 file changed, 10 insertions(+), 5 deletions(-)
14144
14145commit 486c31977f1e95f3dad6b159298ef187ab5cd61d
14146Author: Shaun McCance <shaunm@gnome.org>
14147Date:   Sat Feb 27 20:22:30 2010 -0600
14148
14149    Refactored common theme XSLT, redid color scheme
14150
14151 xslt/docbook/html/db2html.xsl        |  3 ++-
14152 xslt/docbook/html/db2xhtml.xsl       |  3 ++-
14153 xslt/gettext/l10n.xml.in             | 11 +++------
14154 xslt/mallard/html/mal2html-table.xsl |  8 +++++--
14155 xslt/mallard/html/mal2html.xsl       |  4 +++-
14156 xslt/mallard/html/mal2xhtml.xsl      |  4 +++-
14157 xslt/theme/Makefile.am               |  1 -
14158 xslt/theme/test-theme.xslt           | 44 ++++++++++++++++++++++++------------
14159 xslt/theme/theme-colors.xsl          | 31 +++++++++++++++++--------
14160 9 files changed, 70 insertions(+), 39 deletions(-)
14161
14162commit cfdbbf33262a9f5dbe06e8afb5ac22d93c568c66
14163Author: Shaun McCance <shaunm@gnome.org>
14164Date:   Sun Jan 31 20:21:59 2010 -0600
14165
14166    [db2html-css.xsl] Bold userinput inside programlisting
14167
14168    Ubuntu wants userinput bolded, which we already do inside
14169    screen.  But they use programlisting instead of screen.
14170    I don't know why, but it's a safe change.
14171
14172 xslt/docbook/html/db2html-css.xsl | 4 ++++
14173 1 file changed, 4 insertions(+)
14174
14175commit 27dc67c00cde4c59c9489b902f9def28a275896a
14176Author: Shaun McCance <shaunm@gnome.org>
14177Date:   Wed Jan 27 09:48:04 2010 -0600
14178
14179    [xslt] Some build fixes
14180
14181 xslt/docbook/html/db2html-division.xsl | 11 +++++++++++
14182 xslt/docbook/html/db2html-l10n.xsl     |  2 +-
14183 xslt/mallard/html/mal2html-table.xsl   |  2 ++
14184 3 files changed, 14 insertions(+), 1 deletion(-)
14185
14186commit e3a14b17fb04237362d50ce746837dfa8b3a6528
14187Author: Shaun McCance <shaunm@gnome.org>
14188Date:   Wed Jan 27 09:47:15 2010 -0600
14189
14190    [xslt/theme] Moving and restructuring theme stuff
14191
14192 configure.in                       |   1 +
14193 doc/yelp-xsl/Makefile.am           |   3 +-
14194 xslt/Makefile.am                   |   3 +-
14195 xslt/common/Makefile.am            |   2 +-
14196 xslt/common/theme.xsl              | 269 -------------------------------------
14197 xslt/docbook/html/db2html-css.xsl  |  20 +--
14198 xslt/mallard/html/mal2html-css.xsl |  20 +--
14199 xslt/theme/Makefile.am             |   9 ++
14200 xslt/theme/test-theme.xslt         | 177 ++++++++++++++++++++++++
14201 xslt/theme/theme-colors.xsl        | 177 ++++++++++++++++++++++++
14202 xslt/theme/theme-icons.xsl         | 157 ++++++++++++++++++++++
14203 11 files changed, 546 insertions(+), 292 deletions(-)
14204
14205commit 4dc1b296a3cc72bc6e46af88bd04fddf1ecb70c8
14206Author: Shaun McCance <shaunm@gnome.org>
14207Date:   Tue Jan 26 21:12:16 2010 -0600
14208
14209    [xsldoc] Checking used parameters, and updating cache namespace
14210
14211 doc/yelp-xsl/xsldoc-check.xsl |  3 +-
14212 doc/yelp-xsl/xsldoc-scan.xsl  | 82 ++++++++++++++++++++++++++++++++++++++-----
14213 2 files changed, 76 insertions(+), 9 deletions(-)
14214
14215commit d95e1c0e25a41f2d55764514f62bb0e8628283b1
14216Author: Shaun McCance <shaunm@gnome.org>
14217Date:   Mon Jan 25 10:09:15 2010 -0600
14218
14219    [mal2html-page.xsl] Adding text titles
14220
14221 xslt/mallard/html/mal2html-page.xsl | 10 +++++++++-
14222 1 file changed, 9 insertions(+), 1 deletion(-)
14223
14224commit 09d5758ffad05f812c26d3813dd723cd0565322d
14225Author: Shaun McCance <shaunm@gnome.org>
14226Date:   Sat Jan 16 19:03:14 2010 -0600
14227
14228    [icons/hicolor/24x24] Adding slightly better 24x24 icons, installing
14229
14230 configure.in                                      |   2 +
14231 icons/hicolor/24x24/Makefile.am                   |   1 +
14232 icons/hicolor/24x24/admon-bug.png                 | Bin 1317 -> 0 bytes
14233 icons/hicolor/24x24/admon-caution.png             | Bin 1149 -> 0 bytes
14234 icons/hicolor/24x24/admon-important.png           | Bin 1017 -> 0 bytes
14235 icons/hicolor/24x24/admon-note.png                | Bin 779 -> 0 bytes
14236 icons/hicolor/24x24/admon-tip.png                 | Bin 1128 -> 0 bytes
14237 icons/hicolor/24x24/admon-warning.png             | Bin 1149 -> 0 bytes
14238 icons/hicolor/24x24/status/Makefile.am            |  10 +
14239 icons/hicolor/24x24/status/admon-bug.png          | Bin 0 -> 1214 bytes
14240 icons/hicolor/24x24/status/admon-caution.png      | Bin 0 -> 1245 bytes
14241 icons/hicolor/24x24/status/admon-important.png    | Bin 0 -> 1053 bytes
14242 icons/hicolor/24x24/status/admon-note.png         | Bin 0 -> 838 bytes
14243 icons/hicolor/24x24/status/admon-tip.png          | Bin 0 -> 1193 bytes
14244 icons/hicolor/24x24/status/admon-warning.png      | Bin 0 -> 1245 bytes
14245 icons/hicolor/Makefile.am                         |   2 +-
14246 icons/hicolor/scalable/status/admon-important.svg |  90 ++++++-
14247 icons/hicolor/scalable/status/admon-note.svg      | 299 +++++++++++++++++++++-
14248 icons/hicolor/scalable/status/admon-tip.svg       |  95 ++++++-
14249 icons/hicolor/scalable/status/admon-warning.svg   | 147 +++++++++--
14250 20 files changed, 590 insertions(+), 56 deletions(-)
14251
14252commit 1081d88d262a242e931dce27b53ed43c10e2bc37
14253Author: Shaun McCance <shaunm@gnome.org>
14254Date:   Thu Jan 14 20:48:03 2010 -0600
14255
14256    [mal2html-table.xsl] Fixed shading with rowspans, bug #606986
14257
14258 xslt/mallard/html/mal2html-table.xsl | 122 +++++++++++++++++++++++++++++++++--
14259 1 file changed, 117 insertions(+), 5 deletions(-)
14260
14261commit 14d002509ce384adadbc28ce6fc0933d77b4411e
14262Author: Shaun McCance <shaunm@gnome.org>
14263Date:   Tue Jan 12 15:46:10 2010 -0600
14264
14265    [mal2html] Adding floatleft and floatright style for block media
14266
14267 xslt/mallard/html/mal2html-css.xsl   | 10 ++++++++++
14268 xslt/mallard/html/mal2html-media.xsl | 26 +++++++++++++++++---------
14269 2 files changed, 27 insertions(+), 9 deletions(-)
14270
14271commit 76f2def71b42727b8036db98d95db72ee16b2b8b
14272Author: Shaun McCance <shaunm@gnome.org>
14273Date:   Fri Jan 8 19:22:26 2010 -0600
14274
14275    [theme.xsl] Fixed theme.color.text default, was white-on-white
14276
14277 xslt/common/theme.xsl | 2 +-
14278 1 file changed, 1 insertion(+), 1 deletion(-)
14279
14280commit 1df82d21b8ce9982e1ba7050cf0bcf6fdaf58ae8
14281Author: Shaun McCance <shaunm@gnome.org>
14282Date:   Wed Jan 6 15:16:07 2010 -0600
14283
14284    [mal2html] Implement previous and next links for Mallard documents
14285
14286 xslt/gettext/l10n.xml.in            | 10 +++++++++
14287 xslt/mallard/common/mal-link.xsl    |  3 +++
14288 xslt/mallard/html/mal2html-css.xsl  | 18 ++++++++++++++++
14289 xslt/mallard/html/mal2html-page.xsl | 43 ++++++++++++++++++++++++++++++++++++-
14290 4 files changed, 73 insertions(+), 1 deletion(-)
14291
14292commit 9c0a00ef1c268f0ee2ceeabad7eeb94ed6961292
14293Author: Shaun McCance <shaunm@gnome.org>
14294Date:   Tue Jan 5 16:41:22 2010 -0600
14295
14296    [mal-link.xsl] Fixed variable name clash for $linkid
14297
14298 xslt/mallard/common/mal-link.xsl | 12 ++++++------
14299 1 file changed, 6 insertions(+), 6 deletions(-)
14300
14301commit 770f6c89f7db323b3da17b119e8c5fe4e9c789c9
14302Author: Shaun McCance <shaunm@gnome.org>
14303Date:   Tue Jan 5 15:31:32 2010 -0600
14304
14305    Automatically generating ChangeLog from git log
14306
14307 ChangeLog   | 4209 -----------------------------------------------------------
14308 Makefile.am |    9 +
14309 2 files changed, 9 insertions(+), 4209 deletions(-)
14310
14311commit 07e609541b0276c266f93738f9bb0640b53cc337
14312Author: Shaun McCance <shaunm@gnome.org>
14313Date:   Mon Jan 4 20:09:38 2010 -0600
14314
14315    [mal2html-page.xsl] Copy mal:page/@style to html:body/@class
14316
14317 xslt/mallard/html/mal2html-page.xsl | 2 +-
14318 1 file changed, 1 insertion(+), 1 deletion(-)
14319
14320commit 072961626d063ed261aebe50005e6307fce21f6d
14321Author: Shaun McCance <shaunm@gnome.org>
14322Date:   Sun Jan 3 12:43:20 2010 -0600
14323
14324    [mal-link] Use link IDs correctly in mal.link.guidelinks
14325
14326 xslt/mallard/common/mal-link.xsl | 16 ++++++++++------
14327 1 file changed, 10 insertions(+), 6 deletions(-)
14328
14329commit 60d27050e610d651f1b8fb1d261e216aa3136628
14330Author: Shaun McCance <shaunm@gnome.org>
14331Date:   Sat Jan 2 16:13:21 2010 -0600
14332
14333    Fixing cache and link issues
14334
14335 xslt/mallard/cache/mal-cache.xsl |  4 +--
14336 xslt/mallard/common/mal-link.xsl | 55 ++++++++++++++++++----------------------
14337 2 files changed, 27 insertions(+), 32 deletions(-)
14338
14339commit 94df5224406edf92545096c5a5f7d2361e517ae9
14340Author: Shaun McCance <shaunm@gnome.org>
14341Date:   Sat Jan 2 16:04:36 2010 -0600
14342
14343    Fixed a missed a parameter rename in mal.link.tooltip
14344
14345 xslt/mallard/common/mal-link.xsl | 2 +-
14346 1 file changed, 1 insertion(+), 1 deletion(-)
14347
14348commit 7e0802525696704edccf70112d072e4f4bb2724a
14349Author: Shaun McCance <shaunm@gnome.org>
14350Date:   Sat Jan 2 15:35:34 2010 -0600
14351
14352    Moving icons to yelp-xsl installation directory
14353
14354 Makefile.am                                             |   2 +-
14355 configure.in                                            |  16 +++++++---------
14356 data/icons/hicolor/Makefile.am                          |   1 -
14357 {data/icons => icons}/Makefile.am                       |   0
14358 {data/icons => icons}/hicolor/24x24/admon-bug.png       | Bin
14359 {data/icons => icons}/hicolor/24x24/admon-caution.png   | Bin
14360 {data/icons => icons}/hicolor/24x24/admon-important.png | Bin
14361 {data/icons => icons}/hicolor/24x24/admon-note.png      | Bin
14362 {data/icons => icons}/hicolor/24x24/admon-tip.png       | Bin
14363 {data/icons => icons}/hicolor/24x24/admon-warning.png   | Bin
14364 {data/icons => icons}/hicolor/48x48/Makefile.am         |   0
14365 {data/icons => icons}/hicolor/48x48/status/Makefile.am  |   2 +-
14366 .../icons => icons}/hicolor/48x48/status/admon-bug.png  | Bin
14367 .../hicolor/48x48/status/admon-caution.png              | Bin
14368 .../hicolor/48x48/status/admon-important.png            | Bin
14369 .../icons => icons}/hicolor/48x48/status/admon-note.png | Bin
14370 .../icons => icons}/hicolor/48x48/status/admon-tip.png  | Bin
14371 .../hicolor/48x48/status/admon-warning.png              | Bin
14372 icons/hicolor/Makefile.am                               |   1 +
14373 {data/icons => icons}/hicolor/scalable/Makefile.am      |   0
14374 .../icons => icons}/hicolor/scalable/status/Makefile.am |   2 +-
14375 .../hicolor/scalable/status/admon-bug-shadow.svg        |   0
14376 .../hicolor/scalable/status/admon-bug.svg               |   0
14377 .../hicolor/scalable/status/admon-caution-shadow.svg    |   0
14378 .../hicolor/scalable/status/admon-caution.svg           |   0
14379 .../hicolor/scalable/status/admon-important-shadow.svg  |   0
14380 .../hicolor/scalable/status/admon-important.svg         |   0
14381 .../hicolor/scalable/status/admon-note-shadow.svg       |   0
14382 .../hicolor/scalable/status/admon-note.svg              |   0
14383 .../hicolor/scalable/status/admon-tip-shadow.svg        |   0
14384 .../hicolor/scalable/status/admon-tip.svg               |   0
14385 .../hicolor/scalable/status/admon-warning-shadow.svg    |   0
14386 .../hicolor/scalable/status/admon-warning.svg           |   0
14387 {data => icons/hicolor}/watermarks/Makefile.am          |   2 +-
14388 .../hicolor}/watermarks/watermark-blockquote-00AB.png   | Bin
14389 .../hicolor}/watermarks/watermark-blockquote-00BB.png   | Bin
14390 .../hicolor}/watermarks/watermark-blockquote-201C.png   | Bin
14391 .../hicolor}/watermarks/watermark-blockquote-201D.png   | Bin
14392 .../hicolor}/watermarks/watermark-blockquote-201E.png   | Bin
14393 .../hicolor}/watermarks/watermark-blockquote.xcf        | Bin
14394 .../hicolor}/watermarks/watermark-code-python.png       | Bin
14395 .../hicolor}/watermarks/watermark-code-python.svg       |   0
14396 {data => icons/hicolor}/watermarks/watermark-code.png   | Bin
14397 yelp-xsl.pc.in                                          |   2 +-
14398 44 files changed, 13 insertions(+), 15 deletions(-)
14399
14400commit 26ae8cc874e46e265ded319315a3e7a9e1ab213e
14401Author: Shaun McCance <shaunm@gnome.org>
14402Date:   Sat Jan 2 15:04:23 2010 -0600
14403
14404    Cleaning up xsldoc Makefile
14405
14406 doc/yelp-xsl/Makefile.am | 16 ++++++++--------
14407 1 file changed, 8 insertions(+), 8 deletions(-)
14408
14409commit ff58bc451389c53d34f4511a7fc78254bd11e51a
14410Author: Shaun McCance <shaunm@gnome.org>
14411Date:   Sat Jan 2 14:53:56 2010 -0600
14412
14413    Add documentation for editor_mode and copyrights div
14414
14415 xslt/mallard/html/mal2html-page.xsl | 20 +++++++++++++++++---
14416 1 file changed, 17 insertions(+), 3 deletions(-)
14417
14418commit 00e220cf2851499fda53dbba4c6de31f05902b06
14419Author: Shaun McCance <shaunm@gnome.org>
14420Date:   Sat Jan 2 14:33:33 2010 -0600
14421
14422    Documentation updates
14423
14424 doc/yelp-xsl/xsldoc-scan.awk     |  12 ++-
14425 doc/yelp-xsl/xsldoc-scan.xsl     |  20 ++++-
14426 xslt/mallard/common/mal-link.xsl | 165 +++++++++++++++++++++++++++++++--------
14427 3 files changed, 159 insertions(+), 38 deletions(-)
14428
14429commit 2ca010f3ad1aa485a297d618b7a549cee0331c10
14430Author: Shaun McCance <shaunm@gnome.org>
14431Date:   Thu Dec 31 18:52:09 2009 -0600
14432
14433    Adding po directory to build and fixing dist issues
14434
14435 Makefile.am              | 2 +-
14436 autogen.sh               | 5 +----
14437 configure.in             | 2 +-
14438 doc/yelp-xsl/Makefile.am | 7 ++++++-
14439 4 files changed, 9 insertions(+), 7 deletions(-)
14440
14441commit 18232bcae746e0d9b4cc3c017d9343548353c12e
14442Author: Shaun McCance <shaunm@gnome.org>
14443Date:   Thu Dec 31 17:41:58 2009 -0600
14444
14445    Switching to new Mallard cache namespace
14446
14447 configure.in                                       |   2 +-
14448 doc/yelp-xsl/Makefile.am                           |   3 +-
14449 doc/yelp-xsl/mal2cache                             |   6 +-
14450 xslt/mallard/Makefile.am                           |   2 +-
14451 xslt/mallard/cache/Makefile.am                     |   5 +
14452 .../{utils/mal2cache.xsl => cache/mal-cache.xsl}   | 176 +++++++++++----------
14453 xslt/mallard/common/mal-link.xsl                   |   3 +-
14454 xslt/mallard/utils/Makefile.am                     |   5 -
14455 8 files changed, 110 insertions(+), 92 deletions(-)
14456
14457commit 0c1528f6082bed9f1a1bbfccdab1ac86fccb2df6
14458Author: Shaun McCance <shaunm@gnome.org>
14459Date:   Thu Dec 31 17:04:33 2009 -0600
14460
14461    Documentation updates
14462
14463 doc/yelp-xsl/xsldoc-check.xsl         |   2 +-
14464 doc/yelp-xsl/xsldoc-scan.awk          |  12 +-
14465 doc/yelp-xsl/xsldoc-scan.xsl          |  30 ++++-
14466 xslt/mallard/common/mal-link.xsl      | 226 ++++++++++++++++++++--------------
14467 xslt/mallard/html/mal2html-inline.xsl |   4 +-
14468 xslt/mallard/html/mal2html-page.xsl   |   5 +-
14469 6 files changed, 169 insertions(+), 110 deletions(-)
14470
14471commit b47b505d821529e45d404f4afc409504e033a31c
14472Author: Shaun McCance <shaunm@gnome.org>
14473Date:   Thu Dec 31 15:15:35 2009 -0600
14474
14475    Getting the yelp-xsl document basically building and doing link checks
14476
14477 Makefile.am                                      |  7 ++-
14478 configure.in                                     | 28 ++++++---
14479 doc/Makefile.am                                  |  2 +-
14480 doc/xslt/Makefile.am                             | 78 ------------------------
14481 doc/{xslt => yelp-xsl}/.gitignore                |  0
14482 doc/{xslt => yelp-xsl}/C/gnome-doc-xslt.xml      |  0
14483 doc/yelp-xsl/C/index.page                        |  9 +++
14484 doc/yelp-xsl/C/index__M.page                     | 10 +++
14485 doc/yelp-xsl/C/index__P.page                     | 10 +++
14486 doc/yelp-xsl/C/index__S.page                     | 10 +++
14487 doc/yelp-xsl/C/index__T.page                     | 10 +++
14488 doc/{xslt => yelp-xsl}/C/legal.xml               |  0
14489 doc/{xslt => yelp-xsl}/C/translating.xml         |  0
14490 doc/yelp-xsl/Makefile.am                         | 63 +++++++++++++++++++
14491 doc/{xslt => yelp-xsl}/de/de.po                  |  0
14492 doc/{xslt => yelp-xsl}/gnome-doc-xslt.desktop.in |  0
14493 doc/{xslt => yelp-xsl}/gnome-doc-xslt.omf.in     |  0
14494 doc/yelp-xsl/mal2cache                           | 46 ++++++++++++++
14495 doc/{xslt => yelp-xsl}/xsldoc-check.xsl          | 37 +++++++++++
14496 doc/{xslt => yelp-xsl}/xsldoc-docbook.xsl        |  0
14497 doc/{xslt => yelp-xsl}/xsldoc-scan               |  0
14498 doc/{xslt => yelp-xsl}/xsldoc-scan.awk           |  1 -
14499 doc/{xslt => yelp-xsl}/xsldoc-scan.xsl           | 26 ++++++--
14500 xslt/mallard/common/mal-chunk.xsl                |  7 +++
14501 xslt/mallard/common/mal-link.xsl                 | 17 ++++++
14502 xslt/mallard/html/mal2html-block.xsl             |  7 +++
14503 xslt/mallard/html/mal2html-list.xsl              | 25 ++++++++
14504 xslt/mallard/html/mal2html-media.xsl             | 22 ++++++-
14505 xslt/mallard/html/mal2html-page.xsl              | 21 ++++++-
14506 29 files changed, 337 insertions(+), 99 deletions(-)
14507
14508commit a96dacf8c438469cb610305bba1319eaa97f66cf
14509Author: Shaun McCance <shaunm@gnome.org>
14510Date:   Thu Dec 31 10:13:23 2009 -0600
14511
14512    [mal2html-media] Adding support for audio and video
14513
14514 xslt/mallard/html/mal2html-media.xsl | 129 ++++++++++++++++++++++++++++-------
14515 1 file changed, 103 insertions(+), 26 deletions(-)
14516
14517commit fbf55b8ab5d9200942daf82b1dc0140f9f380699
14518Author: Shaun McCance <shaunm@gnome.org>
14519Date:   Sun Dec 20 17:11:34 2009 -0600
14520
14521    [gnome-doc-tool] Adding --custom-xslt option
14522
14523 tools/gnome-doc-tool.in | 18 +++++++++++++++---
14524 1 file changed, 15 insertions(+), 3 deletions(-)
14525
14526commit 45be610b0dbc33caa83589d3fcb6122f4525feb1
14527Author: Shaun McCance <shaunm@gnome.org>
14528Date:   Sat Dec 26 16:34:33 2009 -0600
14529
14530    Implementing link groups
14531
14532 xslt/mallard/common/mal-link.xsl    | 112 +++++++++++++++++++++++++++++++-----
14533 xslt/mallard/html/mal2html-page.xsl |   3 +
14534 xslt/mallard/utils/mal2cache.xsl    |  12 ++++
14535 3 files changed, 114 insertions(+), 13 deletions(-)
14536
14537commit bd51ed17ef649f14e3259eabc03e51b983c5610c
14538Author: Shaun McCance <shaunm@gnome.org>
14539Date:   Sat Dec 26 10:19:26 2009 -0600
14540
14541    All-new Mallard-based xsldoc
14542
14543 doc/xslt/xsldoc-fill.xsl | 109 -------------
14544 doc/xslt/xsldoc-scan     |  19 +++
14545 doc/xslt/xsldoc-scan.awk | 392 +++++++++++++++++++++++++++++++++++++++++++++++
14546 doc/xslt/xsldoc-scan.xsl | 151 ++++++++++++++++++
14547 doc/xslt/xsldoc.awk      | 240 -----------------------------
14548 5 files changed, 562 insertions(+), 349 deletions(-)
14549
14550commit 3c72359401041826a2ed4b7f9f0cff646548836d
14551Author: Shaun McCance <shaunm@gnome.org>
14552Date:   Thu Dec 24 14:32:42 2009 -0600
14553
14554    Adding support for mal:span
14555
14556 xslt/mallard/html/mal2html-inline.xsl | 5 +++++
14557 1 file changed, 5 insertions(+)
14558
14559commit dfb2197601596ec74195ea1077b8fd8c493ab0a5
14560Author: Shaun McCance <shaunm@gnome.org>
14561Date:   Wed Dec 23 14:20:35 2009 -0600
14562
14563    Adding "condensed" list style
14564
14565 xslt/mallard/html/mal2html-css.xsl  | 1 +
14566 xslt/mallard/html/mal2html-list.xsl | 3 +++
14567 2 files changed, 4 insertions(+)
14568
14569commit 544e199944e39b1d144c36b1a3429d0786d2b4e5
14570Author: Shaun McCance <shaunm@gnome.org>
14571Date:   Wed Dec 23 09:28:12 2009 -0600
14572
14573    Adding linktrail sorting
14574
14575 xslt/mallard/common/mal-link.xsl    | 3 +++
14576 xslt/mallard/html/mal2html-page.xsl | 5 +++++
14577 2 files changed, 8 insertions(+)
14578
14579commit 412afe442803e2d1acdda5d8ced79a5b54ab3b52
14580Author: Shaun McCance <shaunm@gnome.org>
14581Date:   Tue Dec 22 20:02:08 2009 -0600
14582
14583    Making linktrail functionality more extensible
14584
14585 xslt/mallard/common/mal-link.xsl    |  61 ++++++++++++++++
14586 xslt/mallard/html/mal2html-css.xsl  |   3 +
14587 xslt/mallard/html/mal2html-page.xsl | 139 ++++++++++++------------------------
14588 3 files changed, 111 insertions(+), 92 deletions(-)
14589
14590commit e205bfe9515ee6d06d0da640d865951fc05f6a63
14591Author: Shaun McCance <shaunm@gnome.org>
14592Date:   Sun Dec 20 21:13:08 2009 -0600
14593
14594    Making guide links extensible
14595
14596 xslt/mallard/common/mal-link.xsl    | 41 +++++++++++++++++++++++++++++++++++++
14597 xslt/mallard/html/mal2html-page.xsl | 23 ++++++++-------------
14598 2 files changed, 50 insertions(+), 14 deletions(-)
14599
14600commit cc0d2997a6c494fc5c4edc41cec3ed3717310e35
14601Author: Shaun McCance <shaunm@gnome.org>
14602Date:   Sun Dec 20 17:39:02 2009 -0600
14603
14604    Making the Mallard XSLT more extensible
14605
14606 xslt/mallard/common/mal-link.xsl    |  41 +++++++++
14607 xslt/mallard/html/mal2html-css.xsl  |  30 ++++---
14608 xslt/mallard/html/mal2html-page.xsl | 173 +++++++++++++++++-------------------
14609 xslt/mallard/utils/mal2cache.xsl    |  77 ++++++++++++----
14610 4 files changed, 200 insertions(+), 121 deletions(-)
14611
14612commit d8c02520def4333dbda641cecff6f6be2ba9b5b0
14613Author: Shaun McCance <shaunm@gnome.org>
14614Date:   Sun Dec 20 17:09:49 2009 -0600
14615
14616    Initial split of yelp-xsl from gnome-doc-utils
14617
14618 Makefile.am                                   | 29 ++++++-----------------
14619 configure.in                                  | 33 ++++-----------------------
14620 xslt/common/Makefile.am                       |  2 +-
14621 xslt/docbook/common/Makefile.am               |  2 +-
14622 xslt/docbook/html/Makefile.am                 |  2 +-
14623 xslt/docbook/omf/Makefile.am                  |  2 +-
14624 xslt/docbook/utils/Makefile.am                |  2 +-
14625 xslt/gettext/Makefile.am                      |  2 +-
14626 xslt/mallard/common/Makefile.am               |  2 +-
14627 xslt/mallard/html/Makefile.am                 |  2 +-
14628 xslt/mallard/utils/Makefile.am                |  2 +-
14629 tools/gnome-doc-utils.pc.in => yelp-xsl.pc.in |  9 +++-----
14630 12 files changed, 23 insertions(+), 66 deletions(-)
14631
14632commit 37e3f473f2c687987c85dd9ef5a348ea2557a5ad
14633Author: Shaun McCance <shaunm@gnome.org>
14634Date:   Sat Dec 5 22:49:53 2009 -0600
14635
14636    [gnome-doc-tool] Adding urlencode/urldecode functions
14637
14638 tools/gnome-doc-tool.in | 41 ++++++++++++++++++++++++++++++++++++++---
14639 1 file changed, 38 insertions(+), 3 deletions(-)
14640
14641commit 1b3536e1a1b1fd91a312b2f6a1b8cda7dbaf6265
14642Author: Aron Xu <aronxu@gnome.org>
14643Date:   Wed Dec 9 15:31:04 2009 +0800
14644
14645    Update Simplified Chinese translation.
14646
14647 po/zh_CN.po | 114 ++++++++++++++++++++++++++++++++++++++++++++++--------------
14648 1 file changed, 88 insertions(+), 26 deletions(-)
14649
14650commit 4116022339ae0d2dfe453cf2388a0939f576ed33
14651Author: Shaun McCance <shaunm@gnome.org>
14652Date:   Fri Dec 4 18:20:29 2009 -0600
14653
14654    [gnome-doc-tool] Adding (X)HTML output for Mallard
14655
14656    Also added the list-icons and list-media commands
14657
14658 tools/gnome-doc-tool.in | 492 ++++++++++++++++++++++++++++++++++++++----------
14659 1 file changed, 394 insertions(+), 98 deletions(-)
14660
14661commit ce05d9fdadfc227cad82450623a0616a2a3db84b
14662Author: Shaun McCance <shaunm@gnome.org>
14663Date:   Mon Nov 16 14:21:45 2009 -0600
14664
14665    [gnome-doc-utils.make] Fixed error for missing directory for mo files
14666
14667 tools/gnome-doc-utils.make | 4 ++++
14668 1 file changed, 4 insertions(+)
14669
14670commit ac83902f1da7796945bd42c0392203b3d81eeca0
14671Author: Thomas Thurman <tthurman@Dorothy.plexq.com>
14672Date:   Mon Nov 9 16:09:32 2009 +0000
14673
14674    Shavian translation
14675
14676 po/LINGUAS    |   1 +
14677 po/en@shaw.po | 298 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
14678 2 files changed, 299 insertions(+)
14679
14680commit cd13a278631c8695e714a4ca679777c7d60e1703
14681Author: Lucian Grijincu <lucian.grijincu@gmail.com>
14682Date:   Sun Nov 8 21:40:29 2009 +0200
14683
14684    Updated Romanian translation
14685
14686 po/ro.po | 22 +++++++++++-----------
14687 1 file changed, 11 insertions(+), 11 deletions(-)
14688
14689commit 7dc92ae8234f43c74c11745f76b9f33d3b9da4b9
14690Author: Jorge González <jorgegonz@svn.gnome.org>
14691Date:   Wed Nov 4 20:45:02 2009 +0100
14692
14693    Added initial Spanish translation
14694
14695 doc/mallard/es/es.po | 8535 ++++++++++++++++++++++++++++++++++++++++++++++++++
14696 1 file changed, 8535 insertions(+)
14697
14698commit 984063e7a4189b31cff99e61736d01eb5d3906f6
14699Author: Claude Paroz <claude@2xlibre.net>
14700Date:   Mon Oct 26 16:13:30 2009 +0100
14701
14702    Properly clean mo files (finally fixes #570342)
14703
14704 tools/gnome-doc-utils.make | 2 ++
14705 1 file changed, 2 insertions(+)
14706
14707commit 29075db3e4881ec5bfb77e6290da47a5b9121f81
14708Author: Claude Paroz <claude@2xlibre.net>
14709Date:   Sat Oct 17 23:13:20 2009 +0200
14710
14711    [xml2po] Set pkgconfig dir to datadir (Fixes #410833)
14712
14713 xml2po/Makefile.am | 2 +-
14714 1 file changed, 1 insertion(+), 1 deletion(-)
14715
14716commit dae309f25a4d5e66fdab275f660dbbda92fa206f
14717Author: Martin von Gagern <Martin.vGagern@gmx.net>
14718Date:   Thu Oct 15 22:14:34 2009 +0200
14719
14720    Compile mo files before running xml2po (fixes #570342)
14721
14722 tools/gnome-doc-utils.make | 18 ++++++++++++++----
14723 1 file changed, 14 insertions(+), 4 deletions(-)
14724
14725commit 4b1e70b5bb46685c5bd623ce2a0e5bd1dcc6b3fe
14726Author: Claude Paroz <claude@2xlibre.net>
14727Date:   Mon Sep 14 22:21:21 2009 +0200
14728
14729    [xml2po] Replace .xml2po.mo temp file by a system temp file - bug #593175
14730
14731 xml2po/README.in           |  3 +--
14732 xml2po/xml2po.1.xml        |  2 --
14733 xml2po/xml2po/xml2po.py.in | 14 ++++++++++----
14734 3 files changed, 11 insertions(+), 8 deletions(-)
14735
14736commit d740254d9dc31e935e3bc34fa1ae660f10901a62
14737Author: Jorge González <jorgegonz@svn.gnome.org>
14738Date:   Thu Oct 8 07:59:46 2009 +0200
14739
14740    Added es to DOC_LINGUAS
14741
14742 doc/mallard/Makefile.am | 2 +-
14743 1 file changed, 1 insertion(+), 1 deletion(-)
14744
14745commit 6979f4e68f64f6fefe27615d0fd4b0b78ffec56b
14746Author: Gil Forcada <gforcada@gnome.org>
14747Date:   Tue Oct 6 17:35:07 2009 +0200
14748
14749    Updated Catalan translation
14750
14751 po/ca.po | 131 +++++++++++++++++++++++++++++++++++++++++----------------------
14752 1 file changed, 86 insertions(+), 45 deletions(-)
14753
14754commit 65163faab947a35c89e1eb7694d7afb7f3000ba4
14755Author: Mario Blättermann <mariobl@gnome.org>
14756Date:   Sun Oct 4 15:11:48 2009 +0200
14757
14758    Updated German translation
14759
14760 doc/mallard/de/de.po | 10773 +++++++++++++++++++++++++++++--------------------
14761 1 file changed, 6337 insertions(+), 4436 deletions(-)
14762
14763commit b79452065cf1421dba2570578564c2656dacdbc3
14764Author: Claude Paroz <claude@2xlibre.net>
14765Date:   Sat Oct 3 18:10:08 2009 +0200
14766
14767    [xml2po] Print time taken to run the regression tests
14768
14769 xml2po/tests/README  | 5 +++--
14770 xml2po/tests/test.py | 5 ++++-
14771 2 files changed, 7 insertions(+), 3 deletions(-)
14772
14773commit cef4b8b36a015e88e8df2b9890b06f2d42af2fe1
14774Author: Daniel Macks <dmacks@netspace.org>
14775Date:   Thu Oct 1 15:13:00 2009 +0200
14776
14777    [xml2po] Fix Makefile.am to byte-compile Python files (Fixes #596702)
14778
14779 xml2po/xml2po/Makefile.am       | 3 +--
14780 xml2po/xml2po/modes/Makefile.am | 3 +--
14781 2 files changed, 2 insertions(+), 4 deletions(-)
14782
14783commit 586b182e486594e1b4b7b071b40dd61eb178fa5e
14784Author: Shaun McCance <shaunm@gnome.org>
14785Date:   Mon Sep 28 21:47:24 2009 -0500
14786
14787    Moving icons into "status" subdirectory, for correct icon theme usage
14788
14789 configure.in                                                |   2 ++
14790 data/icons/hicolor/48x48/Makefile.am                        |  11 +----------
14791 data/icons/hicolor/48x48/status/Makefile.am                 |  10 ++++++++++
14792 data/icons/hicolor/48x48/{ => status}/admon-bug.png         | Bin
14793 data/icons/hicolor/48x48/{ => status}/admon-caution.png     | Bin
14794 data/icons/hicolor/48x48/{ => status}/admon-important.png   | Bin
14795 data/icons/hicolor/48x48/{ => status}/admon-note.png        | Bin
14796 data/icons/hicolor/48x48/{ => status}/admon-tip.png         | Bin
14797 data/icons/hicolor/48x48/{ => status}/admon-warning.png     | Bin
14798 data/icons/hicolor/scalable/Makefile.am                     |  11 +----------
14799 data/icons/hicolor/scalable/status/Makefile.am              |  10 ++++++++++
14800 .../hicolor/scalable/{ => status}/admon-bug-shadow.svg      |   0
14801 data/icons/hicolor/scalable/{ => status}/admon-bug.svg      |   0
14802 .../hicolor/scalable/{ => status}/admon-caution-shadow.svg  |   0
14803 data/icons/hicolor/scalable/{ => status}/admon-caution.svg  |   0
14804 .../scalable/{ => status}/admon-important-shadow.svg        |   0
14805 .../icons/hicolor/scalable/{ => status}/admon-important.svg |   0
14806 .../hicolor/scalable/{ => status}/admon-note-shadow.svg     |   0
14807 data/icons/hicolor/scalable/{ => status}/admon-note.svg     |   0
14808 .../hicolor/scalable/{ => status}/admon-tip-shadow.svg      |   0
14809 data/icons/hicolor/scalable/{ => status}/admon-tip.svg      |   0
14810 .../hicolor/scalable/{ => status}/admon-warning-shadow.svg  |   0
14811 data/icons/hicolor/scalable/{ => status}/admon-warning.svg  |   0
14812 tools/gnome-doc-tool.in                                     |   2 +-
14813 24 files changed, 25 insertions(+), 21 deletions(-)
14814
14815commit d6d2feb785cd5c64198bbaa98a925a8eec79f998
14816Author: Khaled Hosny <khaledhosny@eglug.org>
14817Date:   Fri Sep 25 17:13:27 2009 +0200
14818
14819    Updated Arabic translation
14820
14821 po/ar.po | 51 ++++++++++++++++++++++++++-------------------------
14822 1 file changed, 26 insertions(+), 25 deletions(-)
14823
14824commit 4f98b4a7959481e30f7e8912ab0857a1bf7a621e
14825Author: Ani <peter.ani@gmail.com>
14826Date:   Wed Sep 23 12:57:57 2009 +0530
14827
14828    Updated Malayalam Translations
14829
14830 po/ml.po | 35 ++++++++++++++++++-----------------
14831 1 file changed, 18 insertions(+), 17 deletions(-)
14832
14833commit 40a1c14307cea4edc62609502b7ee841abfcf2d0
14834Author: Shaun McCance <shaunm@gnome.org>
14835Date:   Mon Sep 21 09:44:02 2009 -0500
14836
14837    Version 0.18.0
14838
14839 NEWS         | 25 +++++++++++++++++++++++++
14840 configure.in |  2 +-
14841 2 files changed, 26 insertions(+), 1 deletion(-)
14842
14843commit c61ae3512ba4ca7d1b358773409ab667206335da
14844Author: Amitakhya Phukan <aphukan@fedoraproject.org>
14845Date:   Mon Sep 21 11:46:53 2009 +0530
14846
14847    Updating Assamese translations
14848
14849 po/as.po | 334 ++++++++++++++++++++++++++++++++++++---------------------------
14850 1 file changed, 190 insertions(+), 144 deletions(-)
14851
14852commit 03bccb7aef0616d79e555bf23633f43b8c8909c8
14853Author: Mario Blättermann <mariobl@gnome.org>
14854Date:   Sun Sep 20 21:10:55 2009 +0200
14855
14856    Added German doc translation
14857
14858 doc/mallard/de/de.po | 8334 ++++++++++++++++++++++++++++++++++++++++++++++++++
14859 1 file changed, 8334 insertions(+)
14860
14861commit a8e86d410b9c68a451a4eaa9b9dc74159ac0637b
14862Author: Takayuki KUSANO <AE5T-KSN@asahi-net.or.jp>
14863Date:   Mon Sep 21 00:53:48 2009 +0900
14864
14865    Updated Japanese translation
14866
14867 po/ja.po | 119 ++++++++++++++++++++++++++++++++++++++++++++++++---------------
14868 1 file changed, 91 insertions(+), 28 deletions(-)
14869
14870commit f0c2b70611821c2056cc74a98efa97110129def9
14871Author: A S Alam <aalam@users.sf.net>
14872Date:   Sun Sep 20 06:06:32 2009 +0530
14873
14874    Updating Translation for Punjabi by A S Alam
14875
14876 po/pa.po | 151 ++++++++++++++++++++++++++++++++++++++++++---------------------
14877 1 file changed, 102 insertions(+), 49 deletions(-)
14878
14879commit 6b63cf8935716d5bd643857706839a72634e6abf
14880Author: Matej Urbančič <mateju@svn.gnome.org>
14881Date:   Sat Sep 19 22:46:51 2009 +0200
14882
14883    Updated Slovenian translation
14884
14885 po/sl.po | 111 +++++++++++++++++++++++++++++++++++++++++++++++++--------------
14886 1 file changed, 86 insertions(+), 25 deletions(-)
14887
14888commit 7b3b111ae2298e607565ef6922ac4b474a04fcfa
14889Author: Rajesh Ranjan <rranjan@rranjan.csb>
14890Date:   Fri Sep 18 17:45:55 2009 +0530
14891
14892    maithili update
14893
14894 po/LINGUAS |    1 +
14895 po/mai.po  | 2233 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
14896 2 files changed, 2234 insertions(+)
14897
14898commit f69c922574b152948f9bd0420ef3af97f0899645
14899Author: Shankar Prasad <svenkate@redhat.com>
14900Date:   Fri Sep 18 14:24:27 2009 +0530
14901
14902    Updated Kannada(kn) translation
14903
14904 po/kn.po | 161 ++++++++++++++++++++++++++++++++++++++++++++-------------------
14905 1 file changed, 113 insertions(+), 48 deletions(-)
14906
14907commit 74ea30a3253c660d7d1dbabe564288065f200747
14908Author: Manoj Kumar Giri <mgiri@mgiri.csb>
14909Date:   Thu Sep 17 22:43:14 2009 +0530
14910
14911    Upadated Oriya Translation
14912
14913 po/or.po | 171 ++++++++++++++++++++++++++++++++++++++++-----------------------
14914 1 file changed, 109 insertions(+), 62 deletions(-)
14915
14916commit 93e384c8eeddee1baaa4d0526fa2b68fc4ab59c5
14917Author: krishnababu k <kkrothap@redhat.ocm>
14918Date:   Thu Sep 17 21:17:50 2009 +0530
14919
14920    Updated Telugu Translation
14921
14922 po/te.po | 170 ++++++++++++++++++++++++++++++++++++++++-----------------------
14923 1 file changed, 108 insertions(+), 62 deletions(-)
14924
14925commit fd558602b1e9a1bd3f01c6f91bbe3051a3c53adb
14926Author: Maxim V. Dziumanenko <dziumanenko@gmail.com>
14927Date:   Thu Sep 17 11:40:34 2009 +0300
14928
14929    Added Ukrainian translation
14930
14931 po/uk.po | 111 ++++++++++++++++++++++++++++++++++++++++++++++++---------------
14932 1 file changed, 85 insertions(+), 26 deletions(-)
14933
14934commit 1089ec92533563f8f147b9eda3b987ac633c2b00
14935Author: Gintautas Miliauskas <gintautas@miliauskas.lt>
14936Date:   Wed Sep 16 21:03:36 2009 +0300
14937
14938    Updated Lithuanian translation.
14939
14940 po/lt.po | 113 ++++++++++++++++++++++++++++++++++++++++++++++++---------------
14941 1 file changed, 87 insertions(+), 26 deletions(-)
14942
14943commit bc858d1cc1a4a387c6fe6461827514688416efff
14944Author: Daniel Elstner <danielk@openismus.com>
14945Date:   Mon Sep 14 18:00:32 2009 +0200
14946
14947    Fix gnome-doc-utils.make parallel build failure (bgo #595197)
14948
14949    * tools/gnome-doc-utils.make (clean-doc-dir): Make rule dependent on
14950    clean-doc-lc to ensure that all files in the subdirectories have been
14951    deleted before attempting to remove the directory itself.
14952
14953 tools/gnome-doc-utils.make | 2 +-
14954 1 file changed, 1 insertion(+), 1 deletion(-)
14955
14956commit f9cb0c539ba91de1a185fadd3291b344f4122eb3
14957Author: Adi Roiban <adi@roiban.ro>
14958Date:   Wed Sep 16 15:47:36 2009 +0300
14959
14960    Updated Romanian translation
14961
14962 po/ro.po | 298 ++++++++++++++++++++++++++++++++++++++++++++++++---------------
14963 1 file changed, 226 insertions(+), 72 deletions(-)
14964
14965commit a2f556cea08092ff08ac93c3088aab95a27d4569
14966Author: Rajesh Ranjan <rranjan@rranjan.csb>
14967Date:   Wed Sep 16 13:53:23 2009 +0530
14968
14969    hindi update by Rajesh Ranjan
14970
14971 po/hi.po | 72 ++++++++++++++++++++++++++--------------------------------------
14972 1 file changed, 29 insertions(+), 43 deletions(-)
14973
14974commit c72f89af5ffeb9f9617990613ad8cf553832d83b
14975Author: Changwoo Ryu <cwryu@debian.org>
14976Date:   Mon Sep 14 00:47:42 2009 +0900
14977
14978    Korean translation update
14979
14980 po/ko.po | 126 ++++++++++++++++++++++++++++++++++++++++++++++++---------------
14981 1 file changed, 97 insertions(+), 29 deletions(-)
14982
14983commit 9c71ad97d1c48268bfb794a11b6c6217ecd35c9e
14984Author: Ask H. Larsen <asklarsen@gmail.com>
14985Date:   Sun Sep 13 03:22:54 2009 +0200
14986
14987    Updated Danish translation
14988
14989 po/da.po | 109 +++++++++++++++++++++++++++++++++++++++++++++++++--------------
14990 1 file changed, 85 insertions(+), 24 deletions(-)
14991
14992commit e35361b0da2e9cba0642230cfb92863ddc0a4970
14993Author: Philip Withnall <philip@tecnocode.co.uk>
14994Date:   Sat Sep 12 23:40:40 2009 +0100
14995
14996    Updated British English translation
14997
14998 po/en_GB.po | 348 ++++++++++++++++++++++++++++++++++++++++++++++--------------
14999 1 file changed, 268 insertions(+), 80 deletions(-)
15000
15001commit b83af33ccaab3c30f57f992f75b4f58c779ae7ff
15002Author: Ani <peter.ani@gmail.com>
15003Date:   Sat Sep 12 18:14:32 2009 +0530
15004
15005    Updaeted Malayalam Translations
15006
15007 po/ml.po | 197 ++++++++++++++++++++++++++++++++++++++-------------------------
15008 1 file changed, 118 insertions(+), 79 deletions(-)
15009
15010commit 7b74e5acd9b4cdda74b10b49575d604066582de9
15011Author: Sandeep Shedmake <sshedmak@redhat.com>
15012Date:   Fri Sep 11 12:37:31 2009 +0530
15013
15014    Updated Marathi Translations
15015
15016 po/mr.po | 123 +++++++++++++++++++++++++++++++++++++++++++++++----------------
15017 1 file changed, 93 insertions(+), 30 deletions(-)
15018
15019commit 4cfa55e4fcb36ded134f1c5be0d539585c7d03de
15020Author: Shaun McCance <shaunm@gnome.org>
15021Date:   Tue Sep 8 13:49:57 2009 -0500
15022
15023    [mallard] Removing the copyright element and moving copyrights to credit
15024
15025 doc/mallard/C/details.page            |  5 +-
15026 doc/mallard/C/docbook.page            |  8 +--
15027 doc/mallard/C/explore.page            |  5 +-
15028 doc/mallard/C/i18n.page               |  5 +-
15029 doc/mallard/C/index.page              |  5 +-
15030 doc/mallard/C/its.page                |  5 +-
15031 doc/mallard/C/l10n.page               |  5 +-
15032 doc/mallard/C/links.page              |  5 +-
15033 doc/mallard/C/mal_attr_link.page      |  5 +-
15034 doc/mallard/C/mal_block.page          |  5 +-
15035 doc/mallard/C/mal_block_cite.page     |  5 +-
15036 doc/mallard/C/mal_block_code.page     |  5 +-
15037 doc/mallard/C/mal_block_comment.page  |  5 +-
15038 doc/mallard/C/mal_block_desc.page     |  5 +-
15039 doc/mallard/C/mal_block_example.page  |  5 +-
15040 doc/mallard/C/mal_block_figure.page   |  5 +-
15041 doc/mallard/C/mal_block_list.page     |  5 +-
15042 doc/mallard/C/mal_block_listing.page  |  5 +-
15043 doc/mallard/C/mal_block_media.page    |  5 +-
15044 doc/mallard/C/mal_block_note.page     |  5 +-
15045 doc/mallard/C/mal_block_p.page        |  5 +-
15046 doc/mallard/C/mal_block_quote.page    |  5 +-
15047 doc/mallard/C/mal_block_screen.page   |  5 +-
15048 doc/mallard/C/mal_block_steps.page    |  5 +-
15049 doc/mallard/C/mal_block_synopsis.page |  5 +-
15050 doc/mallard/C/mal_block_terms.page    |  5 +-
15051 doc/mallard/C/mal_block_tree.page     |  5 +-
15052 doc/mallard/C/mal_external.page       |  5 +-
15053 doc/mallard/C/mal_info.page           |  5 --
15054 doc/mallard/C/mal_info_copyright.page | 97 -----------------------------------
15055 doc/mallard/C/mal_info_credit.page    | 47 +++++++++--------
15056 doc/mallard/C/mal_info_desc.page      |  5 +-
15057 doc/mallard/C/mal_info_email.page     | 18 +++----
15058 doc/mallard/C/mal_info_license.page   |  5 +-
15059 doc/mallard/C/mal_info_name.page      | 23 +++------
15060 doc/mallard/C/mal_info_revision.page  |  5 +-
15061 doc/mallard/C/mal_info_title.page     |  5 +-
15062 doc/mallard/C/mal_info_years.page     | 74 ++++++++++++++++++++++++++
15063 doc/mallard/C/mal_inline.page         |  5 +-
15064 doc/mallard/C/mal_inline_app.page     |  5 +-
15065 doc/mallard/C/mal_inline_cmd.page     |  5 +-
15066 doc/mallard/C/mal_inline_code.page    |  5 +-
15067 doc/mallard/C/mal_inline_em.page      |  5 +-
15068 doc/mallard/C/mal_inline_file.page    |  5 +-
15069 doc/mallard/C/mal_inline_gui.page     |  5 +-
15070 doc/mallard/C/mal_inline_guiseq.page  |  5 +-
15071 doc/mallard/C/mal_inline_input.page   |  5 +-
15072 doc/mallard/C/mal_inline_key.page     |  5 +-
15073 doc/mallard/C/mal_inline_keyseq.page  |  5 +-
15074 doc/mallard/C/mal_inline_link.page    |  5 +-
15075 doc/mallard/C/mal_inline_media.page   |  5 +-
15076 doc/mallard/C/mal_inline_output.page  |  5 +-
15077 doc/mallard/C/mal_inline_span.page    |  5 +-
15078 doc/mallard/C/mal_inline_sys.page     |  5 +-
15079 doc/mallard/C/mal_inline_var.page     |  5 +-
15080 doc/mallard/C/mal_page.page           |  5 +-
15081 doc/mallard/C/mal_section.page        |  5 +-
15082 doc/mallard/C/principles.page         |  5 +-
15083 doc/mallard/C/spec.page               |  5 +-
15084 doc/mallard/C/tenminutes.page         |  5 +-
15085 doc/mallard/Makefile.am               |  2 +-
15086 xslt/mallard/html/mal2html-page.xsl   |  8 +--
15087 62 files changed, 176 insertions(+), 371 deletions(-)
15088
15089commit 7e09dcbd2086e03bb784a2d6d21219c12abfa94d
15090Author: Shaun McCance <shaunm@gnome.org>
15091Date:   Tue Sep 8 12:48:32 2009 -0500
15092
15093    Fixing external-namespace elements in info context
15094
15095 doc/mallard/C/mal_external.page       | 11 +++++++++++
15096 doc/mallard/C/mal_info.page           | 17 +++++++++--------
15097 doc/mallard/C/mal_info_copyright.page |  2 +-
15098 doc/mallard/C/mal_info_credit.page    |  2 +-
15099 doc/mallard/C/mal_info_revision.page  |  2 +-
15100 5 files changed, 23 insertions(+), 11 deletions(-)
15101
15102commit 8657db33169567bdee569fc0171596b68e0ea887
15103Author: Shaun McCance <shaunm@gnome.org>
15104Date:   Mon Sep 7 19:20:00 2009 -0500
15105
15106    Version 0.17.5
15107
15108 NEWS         | 17 +++++++++++++++++
15109 configure.in |  2 +-
15110 2 files changed, 18 insertions(+), 1 deletion(-)
15111
15112commit ccb3c48460acb93161246a6a986aa6c38496334a
15113Merge: 435431ff 6574fa29
15114Author: Shaun McCance <shaunm@gnome.org>
15115Date:   Mon Sep 7 19:12:23 2009 -0500
15116
15117    Merge branch 'master' of ssh://git.gnome.org/git/gnome-doc-utils
15118
15119commit 6574fa29cfc1eddc3ea0a0fd292a0859bd9c4636
15120Author: Piotr Drąg <piotrdrag@gmail.com>
15121Date:   Tue Sep 8 01:08:31 2009 +0200
15122
15123    Updated Polish translation
15124
15125 po/pl.po | 161 +++++++++++++++++++++++++++++++++++++++++++++------------------
15126 1 file changed, 116 insertions(+), 45 deletions(-)
15127
15128commit e4323bfd6516dff1f889cef1ab7e9e6215eabc0a
15129Author: Gabor Kelemen <kelemeng@gnome.hu>
15130Date:   Mon Sep 7 02:15:25 2009 +0200
15131
15132    Hungarian translation updated
15133
15134 po/hu.po | 171 +++++++++++++++++++++++++++++++++++++++++++++------------------
15135 1 file changed, 124 insertions(+), 47 deletions(-)
15136
15137commit 435431ff12e503dd3a280c119f5fb46747967b70
15138Merge: 138c6d3a 3e0e1c3b
15139Author: Shaun McCance <shaunm@gnome.org>
15140Date:   Fri Sep 4 16:18:23 2009 -0500
15141
15142    Merge branch 'master' of ssh://git.gnome.org/git/gnome-doc-utils
15143
15144commit 3e0e1c3be22b75a7bf622b45374b1d65b0621a91
15145Author: Baris Cicek <baris@teamforce.name.tr>
15146Date:   Sun Aug 30 19:00:28 2009 +0300
15147
15148    Updated Turkish translation.
15149
15150 po/tr.po | 115 +++++++++++++++++++++++++++++++++++++++++++++++----------------
15151 1 file changed, 87 insertions(+), 28 deletions(-)
15152
15153commit 138c6d3accae23fce314771af4f22f82af7d59ec
15154Merge: 82e172f2 41e86290
15155Author: Shaun McCance <shaunm@gnome.org>
15156Date:   Sat Aug 29 20:09:39 2009 -0500
15157
15158    Merge branch 'master' of ssh://git.gnome.org/git/gnome-doc-utils
15159
15160commit 41e862907e5146acc51ad65f74ea127d6318408b
15161Author: Petr Kovar <pknbe@volny.cz>
15162Date:   Sat Aug 29 21:44:18 2009 +0200
15163
15164    Updated Czech translation
15165
15166 po/cs.po | 116 ++++++++++++++++++++++++++++++++++++++++++++++++---------------
15167 1 file changed, 89 insertions(+), 27 deletions(-)
15168
15169commit 9b6f1326835a3ffe62558798370373d62bc4ba67
15170Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
15171Date:   Sat Aug 29 21:21:03 2009 +0800
15172
15173    Updated Traditional Chinese translation(Hong Kong and Taiwan)
15174
15175 po/zh_HK.po | 117 +++++++++++++++++++++++++++++++++++++++++++++---------------
15176 po/zh_TW.po | 117 +++++++++++++++++++++++++++++++++++++++++++++---------------
15177 2 files changed, 178 insertions(+), 56 deletions(-)
15178
15179commit 381b5ef6f3b546d8bfde71bb989c5976a2995253
15180Author: Miloš Popović <mpopovic@src.gnome.org>
15181Date:   Sat Aug 29 14:41:13 2009 +0200
15182
15183    Updated Serbian translation
15184
15185 po/sr.po       | 122 +++++++++++++++++++++++++++++++++++++++++++--------------
15186 po/sr@latin.po | 122 +++++++++++++++++++++++++++++++++++++++++++--------------
15187 2 files changed, 184 insertions(+), 60 deletions(-)
15188
15189commit a9ba4b0a2028d6c8b6ef8fc4417c530919b2a92a
15190Author: Shaun McCance <shaunm@gnome.org>
15191Date:   Fri Aug 28 12:14:05 2009 -0500
15192
15193    [mal2html] Handle link roles on inline links
15194
15195    Also had to fix a hard-coded "guide" link role in mal-link.xsl, left
15196    over from a debugging session when trying to get link roles to work
15197    for automatic links.
15198
15199 xslt/mallard/common/mal-link.xsl      | 2 +-
15200 xslt/mallard/html/mal2html-inline.xsl | 4 +++-
15201 2 files changed, 4 insertions(+), 2 deletions(-)
15202
15203commit ad336cfa886d57ceade60bef3a40c4bd86477264
15204Author: Runa Bhattacharjee <runab@redhat.com>
15205Date:   Fri Aug 28 17:58:55 2009 +0530
15206
15207    Updated Bengali India Translations
15208
15209 po/bn_IN.po | 116 ++++++++++++++++++++++++++++++++++++++++++++++--------------
15210 1 file changed, 89 insertions(+), 27 deletions(-)
15211
15212commit 40cf497544fd7c1f59f58638fc6f0c3ee2a721ba
15213Author: Shaun McCance <shaunm@gnome.org>
15214Date:   Thu Aug 27 13:18:21 2009 -0500
15215
15216    Handle link roles for automatic links
15217
15218 xslt/mallard/common/mal-link.xsl    | 17 ++++++++++++++---
15219 xslt/mallard/html/mal2html-page.xsl | 12 ++++++++++--
15220 2 files changed, 24 insertions(+), 5 deletions(-)
15221
15222commit 9759ebe3e4fa62c3d0095c869aaad96f65bb7010
15223Author: Duarte Loreto <happyguy_pt@hotmail.com>
15224Date:   Thu Aug 27 09:02:17 2009 +0100
15225
15226    Updated Portuguese translation
15227
15228 po/pt.po | 118 +++++++++++++++++++++++++++++++++++++++++++++++----------------
15229 1 file changed, 88 insertions(+), 30 deletions(-)
15230
15231commit 22a47c0c45e2e660081ab6cfd68308fec72ca036
15232Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
15233Date:   Wed Aug 26 15:34:03 2009 +0200
15234
15235    Updated Basque language
15236
15237 po/eu.po | 164 ++++++++++++++++++++++++++++++++++++++++-----------------------
15238 1 file changed, 105 insertions(+), 59 deletions(-)
15239
15240commit 8bb4650ce5da0e2a1237b884e779dfeeaa56414a
15241Author: Sweta Kothari <swkothar@redhat.com>
15242Date:   Tue Aug 25 14:18:37 2009 +0530
15243
15244    Updated Gujarati Translations
15245
15246 po/gu.po | 123 +++++++++++++++++++++++++++++++++++++++++++++++----------------
15247 1 file changed, 93 insertions(+), 30 deletions(-)
15248
15249commit 82e172f248fff3bbe8f81bb055862d5ff7a414d5
15250Author: Shaun McCance <shaunm@gnome.org>
15251Date:   Mon Aug 24 12:26:27 2009 -0500
15252
15253    Version 0.17.4
15254
15255 NEWS         | 23 +++++++++++++++++++++++
15256 configure.in |  2 +-
15257 2 files changed, 24 insertions(+), 1 deletion(-)
15258
15259commit 7670ca2a058d40c9a3cf4ae4cdc35799f8bc9167
15260Author: Shaun McCance <shaunm@gnome.org>
15261Date:   Mon Aug 24 11:47:10 2009 -0500
15262
15263    [mallard] Fixed typo
15264
15265 doc/mallard/C/mal_block.page | 2 +-
15266 1 file changed, 1 insertion(+), 1 deletion(-)
15267
15268commit f966974c6345b1d2127acc2eee4c80210d8a0a99
15269Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
15270Date:   Mon Aug 24 11:22:34 2009 +0700
15271
15272    Updated Thai translation.
15273
15274 po/th.po | 115 ++++++++++++++++++++++++++++++++++++++++++++++++---------------
15275 1 file changed, 88 insertions(+), 27 deletions(-)
15276
15277commit 44e5486a1709eb66de1f52b859a6f11b5344401f
15278Author: Mario Blättermann <mariobl@gnome.org>
15279Date:   Sun Aug 23 21:31:11 2009 +0200
15280
15281    Updated German doc translation
15282
15283 doc/gnome-doc-make/de/de.po | 48 +++++++++++++++++++++++++++++++++++++++++++--
15284 1 file changed, 46 insertions(+), 2 deletions(-)
15285
15286commit e11151ba25bdb6bd8789adf3411fda0dcc30121c
15287Author: Mario Blättermann <mariobl@gnome.org>
15288Date:   Thu Aug 20 15:37:18 2009 +0200
15289
15290    Updated German translation
15291
15292 po/de.po | 120 ++++++++++++++++++++++++++++++++++++++++++++++++---------------
15293 1 file changed, 91 insertions(+), 29 deletions(-)
15294
15295commit 213d5310f71d32db146b4f967b334d1bb2655f6c
15296Author: Ivar Smolin <okul@linux.ee>
15297Date:   Mon Aug 17 09:37:46 2009 +0300
15298
15299    Updating Estonian translation
15300
15301 po/et.po | 10 +++++-----
15302 1 file changed, 5 insertions(+), 5 deletions(-)
15303
15304commit 77a38abbaf321406ca40e7bd41ffe46bd99b45d9
15305Author: Claude Paroz <claude@2xlibre.net>
15306Date:   Sat Aug 15 15:36:02 2009 +0200
15307
15308    Updated French translation
15309
15310 po/fr.po | 119 ++++++++++++++++++++++++++++++++++++++++++++++++---------------
15311 1 file changed, 91 insertions(+), 28 deletions(-)
15312
15313commit 7810d6679a6192f23f327c1de2c24e720eb0b8a1
15314Author: Tommi Vainikainen <thv@iki.fi>
15315Date:   Sat Aug 15 15:41:40 2009 +0300
15316
15317    Updated Finnish translation
15318
15319 po/fi.po | 116 +++++++++++++++++++++++++++++++++++++++++++++++----------------
15320 1 file changed, 87 insertions(+), 29 deletions(-)
15321
15322commit d0f65883b72bd8f4983e3a3e5b4c02eebc0db35c
15323Author: Tommi Vainikainen <thv@iki.fi>
15324Date:   Sat Aug 15 15:41:24 2009 +0300
15325
15326    Fix misspelling of 'description'
15327
15328 xslt/gettext/l10n.xml.in | 10 +++++-----
15329 1 file changed, 5 insertions(+), 5 deletions(-)
15330
15331commit 5c59248672c12ddba50cd2d00ac3e0187472bcff
15332Author: Milo Casagrande <milo@ubuntu.com>
15333Date:   Sat Aug 15 10:52:19 2009 +0200
15334
15335    Updated Italian translation
15336
15337 po/it.po | 6 +++---
15338 1 file changed, 3 insertions(+), 3 deletions(-)
15339
15340commit c084db7aa3577f81d3e2c6a3e11952a73f5a5deb
15341Author: Rajesh Ranjan <rranjan@rranjan.csb>
15342Date:   Fri Aug 14 17:50:09 2009 +0530
15343
15344    hindi update
15345
15346 po/hi.po | 578 +++++++++++++++++++++++++++++++++++++++++++++++++++------------
15347 1 file changed, 469 insertions(+), 109 deletions(-)
15348
15349commit 2a05d86afbcd149f1b730bf8489d7fc55ba6ddb1
15350Author: Alexander Shopov <ash@contact.bg>
15351Date:   Fri Aug 14 07:51:59 2009 +0300
15352
15353    Updated Bulgarian translation
15354
15355 po/bg.po | 4 ++--
15356 1 file changed, 2 insertions(+), 2 deletions(-)
15357
15358commit 1dccab6de20243b23d85dee101a1a6223230fc6b
15359Author: Alexander Shopov <ash@contact.bg>
15360Date:   Fri Aug 14 07:44:07 2009 +0300
15361
15362    Updated Bulgarian translation
15363
15364 po/bg.po | 113 ++++++++++++++++++++++++++++++++++++++++++++++++---------------
15365 1 file changed, 87 insertions(+), 26 deletions(-)
15366
15367commit 3fe39aedbc2f499a161865665a35728f000a1510
15368Author: Milo Casagrande <milo@ubuntu.com>
15369Date:   Wed Aug 12 14:16:05 2009 +0200
15370
15371    Updated Italian translation
15372
15373 po/it.po | 118 +++++++++++++++++++++++++++++++++++++++++++++++++--------------
15374 1 file changed, 93 insertions(+), 25 deletions(-)
15375
15376commit 0fe3abc6ff83b984769fc1c594ea4870c61a10ae
15377Author: Antón Méixome <meixome@mancomun.org>
15378Date:   Mon Aug 10 16:52:41 2009 +0200
15379
15380    Updated Galician translation
15381
15382 po/gl.po | 124 +++++++++++++++++++++++++++++++++++++++++++++++----------------
15383 1 file changed, 94 insertions(+), 30 deletions(-)
15384
15385commit c0e49f459b9733a4aa9dd0ecea00e457aec34a84
15386Author: Claude Paroz <claude@2xlibre.net>
15387Date:   Sun Aug 9 22:51:06 2009 +0200
15388
15389    Level parameter of __import__ was also a Python2.5 addition
15390
15391 xml2po/xml2po/__init__.py | 2 +-
15392 1 file changed, 1 insertion(+), 1 deletion(-)
15393
15394commit a1dd3fb3b579e8bc5d61e369d8666466b42f76f0
15395Author: Claude Paroz <claude@2xlibre.net>
15396Date:   Sun Aug 9 22:45:03 2009 +0200
15397
15398    Use the non-keyword __import__ call to be Python2.4-compliant
15399
15400 xml2po/xml2po/__init__.py | 2 +-
15401 1 file changed, 1 insertion(+), 1 deletion(-)
15402
15403commit 81337211f27e5b93c4a1101d6e79e4ff5e974a74
15404Author: Shaun McCance <shaunm@gnome.org>
15405Date:   Sat Aug 8 11:03:16 2009 -0500
15406
15407    Working around buggy OpenSolaris awk
15408
15409    http://bugzilla.gnome.org/show_bug.cgi?id=590694#c13
15410    http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=1236105
15411
15412 rng/mallard/Makefile.am | 7 ++++++-
15413 1 file changed, 6 insertions(+), 1 deletion(-)
15414
15415commit 99082978ff5149ccdd89ec5e21e64f34aa13887f
15416Author: Shaun McCance <shaunm@gnome.org>
15417Date:   Fri Aug 7 17:57:49 2009 -0500
15418
15419    [rnc2rng.awk] Fixing more awk --lint warnings
15420
15421 rng/mallard/rnc2rng.awk | 17 ++++++++++++-----
15422 1 file changed, 12 insertions(+), 5 deletions(-)
15423
15424commit c21cb6c5324625918cc2b0f4797b418537462776
15425Author: Shaun McCance <shaunm@gnome.org>
15426Date:   Thu Aug 6 10:57:06 2009 -0500
15427
15428    Fixing awk --lint errors on rnc2rng.awk
15429
15430 rng/mallard/rnc2rng.awk | 80 +++++++++++++++++++++++++++++--------------------
15431 1 file changed, 47 insertions(+), 33 deletions(-)
15432
15433commit a369fba61f9c58808ed5040a68a34ebf65cdefaa
15434Author: Shaun McCance <shaunm@gnome.org>
15435Date:   Thu Aug 6 09:35:01 2009 -0500
15436
15437    Adding files to .gitignore
15438
15439 .gitignore | 6 ++++++
15440 1 file changed, 6 insertions(+)
15441
15442commit 86483bfbde4d8e4c8d1665cdab2590934ffe120b
15443Author: Seán de Búrca <leftmostcat@gmail.com>
15444Date:   Thu Aug 6 01:26:42 2009 -0600
15445
15446    Added Irish translation
15447
15448 po/LINGUAS |    1 +
15449 po/ga.po   | 2267 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
15450 2 files changed, 2268 insertions(+)
15451
15452commit b16a3eb3b238a2cf307d3873c948ae14e7c82671
15453Author: Shaun McCance <shaunm@gnome.org>
15454Date:   Wed Aug 5 09:39:36 2009 -0500
15455
15456    [mal2html] Don't let "twocolumn" tables collapse
15457
15458 xslt/mallard/html/mal2html-css.xsl | 1 +
15459 1 file changed, 1 insertion(+)
15460
15461commit 8475909b1e74a6fc91a436dbcac2e0e0cbda5ddb
15462Author: Jorge González <jorgegonz@svn.gnome.org>
15463Date:   Wed Aug 5 05:27:38 2009 +0200
15464
15465    Updated Spanish translation
15466
15467 po/es.po | 181 +++++++++++++++++++++++++++++++++++++++++++++------------------
15468 1 file changed, 131 insertions(+), 50 deletions(-)
15469
15470commit a86f0d7669ce23cf5181f31f491d51e788e87350
15471Author: Shaun McCance <shaunm@gnome.org>
15472Date:   Tue Aug 4 13:35:11 2009 -0500
15473
15474    Fixing distcheck issues from recent xml2po work
15475
15476 bootstrap.make            | 2 +-
15477 po/POTFILES.skip          | 1 +
15478 xml2po/xml2po/Makefile.am | 1 +
15479 3 files changed, 3 insertions(+), 1 deletion(-)
15480
15481commit 6e83f2abc33849e910655c395917b0eda62ae13c
15482Author: William Immendorf <will.immendorf@gmail.com>
15483Date:   Tue Aug 4 13:33:32 2009 -0500
15484
15485    Use AC_MSG_* when checking for gnome-doc-utils, bug #571300
15486
15487 tools/gnome-doc-utils.m4 | 3 +++
15488 1 file changed, 3 insertions(+)
15489
15490commit b745f80a52545aa11b4137919a2240f753fa4e56
15491Author: Kjartan Maraas <kmaraas@gnome.org>
15492Date:   Tue Aug 4 12:09:21 2009 +0200
15493
15494    Updated Norwegian bokmål translation.
15495
15496 po/nb.po | 115 ++++++++++++++++++++++++++++++++++++++++++++++++---------------
15497 1 file changed, 88 insertions(+), 27 deletions(-)
15498
15499commit e12931827809ea3c9a865d58a5d2dd01595043ee
15500Author: Shaun McCance <shaunm@gnome.org>
15501Date:   Mon Aug 3 22:38:02 2009 -0500
15502
15503    Use $(GDU_AWK) instaed of awk, bug #590694
15504
15505 rng/mallard/Makefile.am | 4 +++-
15506 1 file changed, 3 insertions(+), 1 deletion(-)
15507
15508commit f1a301ffcfd6a57d49dd8fafb8d710f07e4a51b1
15509Author: Claude Paroz <claude@2xlibre.net>
15510Date:   Sun Aug 2 23:12:02 2009 +0200
15511
15512    [xml2po] Don't output ending spaces in pot files
15513
15514 xml2po/tests/adjacent-ents.pot          |   8 +-
15515 xml2po/tests/attribute-entities.pot     |   6 +-
15516 xml2po/tests/deep-finals.pot            |   6 +-
15517 xml2po/tests/deep-nonfinals.pot         |  22 +-
15518 xml2po/tests/docbook.pot                |  30 +-
15519 xml2po/tests/footnotes.pot              |  12 +-
15520 xml2po/tests/keepents.pot               |   4 +-
15521 xml2po/tests/mallard.pot                | 126 ++++-----
15522 xml2po/tests/relnotes/release-notes.pot | 484 ++++++++++++++++----------------
15523 xml2po/tests/reuse/reuse.pot            |  30 +-
15524 xml2po/tests/ubuntu-mode.pot            |  24 +-
15525 xml2po/tests/utf8-original.pot          |   6 +-
15526 xml2po/tests/xhtml.pot                  |  10 +-
15527 xml2po/xml2po/__init__.py               |   2 +-
15528 14 files changed, 385 insertions(+), 385 deletions(-)
15529
15530commit d299dff1fa447e48150e10bcd28a9fc0b0403bb2
15531Author: Claude Paroz <claude@2xlibre.net>
15532Date:   Sun Aug 2 22:46:52 2009 +0200
15533
15534    [xml2po] Missing self reference
15535
15536 xml2po/xml2po/__init__.py | 2 +-
15537 1 file changed, 1 insertion(+), 1 deletion(-)
15538
15539commit 2e29deb613b88d4c9a22937a5893f65048032ab5
15540Author: Claude Paroz <claude@2xlibre.net>
15541Date:   Sun Aug 2 22:44:44 2009 +0200
15542
15543    [xml2po] Add missing files for mallard mode tests
15544
15545 xml2po/tests/mallard.po      | 270 +++++++++++++++++++++++++++++++++++++++++++
15546 xml2po/tests/mallard.pot     | 270 +++++++++++++++++++++++++++++++++++++++++++
15547 xml2po/tests/mallard.xml.out | 137 ++++++++++++++++++++++
15548 3 files changed, 677 insertions(+)
15549
15550commit 2e0cbb22aabfe8baee95f3e5a120a5280ee6ea25
15551Author: Shaun McCance <shaunm@gnome.org>
15552Date:   Sun Aug 2 11:49:49 2009 -0500
15553
15554    [mallard] Give info_name and info_email their own pages, allow ext attrs
15555
15556 doc/mallard/C/mal_info.page           | 11 ++++-
15557 doc/mallard/C/mal_info_copyright.page |  9 ++--
15558 doc/mallard/C/mal_info_credit.page    |  7 +--
15559 doc/mallard/C/mal_info_email.page     | 81 +++++++++++++++++++++++++++++++
15560 doc/mallard/C/mal_info_name.page      | 90 +++++++++++++++++++++++++++++++++++
15561 doc/mallard/Makefile.am               |  4 ++
15562 6 files changed, 194 insertions(+), 8 deletions(-)
15563
15564commit ba9f86d68bdb2105f9dd2c2cff24a4830e809d5f
15565Author: Claude Paroz <claude@2xlibre.net>
15566Date:   Sun Aug 2 16:04:12 2009 +0200
15567
15568    [xml2po] Don't use start parameter of enumerate (introduced in Python 2.6)
15569
15570 xml2po/xml2po/__init__.py | 4 ++--
15571 1 file changed, 2 insertions(+), 2 deletions(-)
15572
15573commit dc090f1e80ae44c6bcd5384d13815bdae9e64742
15574Author: Claude Paroz <claude@2xlibre.net>
15575Date:   Sun Aug 2 00:27:05 2009 +0200
15576
15577    [xml2po] isFinalNode is now a method of the mode
15578
15579 xml2po/xml2po/__init__.py    | 16 +---------------
15580 xml2po/xml2po/modes/basic.py | 15 +++++++++++++++
15581 2 files changed, 16 insertions(+), 15 deletions(-)
15582
15583commit 7032edced3b913b417b3ae0132a4fc58ba68298a
15584Author: Claude Paroz <claude@2xlibre.net>
15585Date:   Sun Aug 2 00:22:57 2009 +0200
15586
15587    [xml2po] Missing files to properly build xml2po
15588
15589 xml2po/xml2po/Makefile.am       | 18 ++++++++++++++++++
15590 xml2po/xml2po/modes/__init__.py |  0
15591 2 files changed, 18 insertions(+)
15592
15593commit 72b4feeda4bceab3ab1cd82758cfff024df721b0
15594Author: Claude Paroz <claude@2xlibre.net>
15595Date:   Sat Aug 1 23:42:42 2009 +0200
15596
15597    [xml2po] Partial rewrite of xml2po as a Python module
15598
15599    Basically, the XML processing has been left untouched, with very small
15600    tweakings (boolean instead of 1/0, python syntax, etc.). The main idea was to
15601    separate the command line processing (xml2po.py.in -> xml2po) and the main
15602    processing (moved as a module in /usr/lib/python??/site-packages/xml2po, with
15603    /modes as a subdirectory). It should now be possible to call xml2po from any
15604    python code with an "import xml2po" command, without resorting to command line.
15605
15606 bootstrap.make                       |   2 +-
15607 configure.in                         |   5 +-
15608 xml2po/.gitignore                    |   1 -
15609 xml2po/Makefile.am                   |  17 +-
15610 xml2po/modes/Makefile.am             |   4 -
15611 xml2po/tests/relnotes/test.sh        |   4 +-
15612 xml2po/tests/test.py                 |  12 +-
15613 xml2po/xml2po.py                     | 889 -----------------------------------
15614 xml2po/xml2po/__init__.py            | 700 +++++++++++++++++++++++++++
15615 xml2po/xml2po/modes/Makefile.am      |   4 +
15616 xml2po/{ => xml2po}/modes/basic.py   |  10 +-
15617 xml2po/{ => xml2po}/modes/docbook.py |   8 +-
15618 xml2po/{ => xml2po}/modes/gs.py      |   2 +-
15619 xml2po/{ => xml2po}/modes/mallard.py |   0
15620 xml2po/{ => xml2po}/modes/ubuntu.py  |   3 -
15621 xml2po/{ => xml2po}/modes/xhtml.py   |   0
15622 xml2po/xml2po/xml2po.py.in           | 187 ++++++++
15623 17 files changed, 915 insertions(+), 933 deletions(-)
15624
15625commit 1b230c3e7b1950a73870c19d6970163e472d58bf
15626Author: drtvasudevan <agnihot3@gmail.com>
15627Date:   Wed Jul 29 08:30:00 2009 +0530
15628
15629    Updated Tamil translation
15630
15631 po/ta.po | 127 +++++++++++++++++++++++++++++++++++++++++++++++----------------
15632 1 file changed, 96 insertions(+), 31 deletions(-)
15633
15634commit 7d49e858d3446f6ce75c4120e59c1e339259951f
15635Author: Shaun McCance <shaunm@gnome.org>
15636Date:   Mon Jul 27 21:03:59 2009 -0500
15637
15638    Version 0.17.3
15639
15640 NEWS         | 14 ++++++++++++++
15641 configure.in |  2 +-
15642 2 files changed, 15 insertions(+), 1 deletion(-)
15643
15644commit bd021e35cec1db931a24afc53f61ab74d7e3d4c5
15645Author: Shaun McCance <shaunm@gnome.org>
15646Date:   Mon Jul 27 20:50:07 2009 -0500
15647
15648    Adding xml2po mode for Mallard documents
15649
15650    This isn't entirely complete, but it's better than the default
15651    behavior.  I had to modify xml2po some for this mode, because
15652    you can't determine whether a node is "final" based on its name
15653    alone; you need context.
15654
15655 tools/gnome-doc-utils.make |  13 +++--
15656 xml2po/modes/Makefile.am   |   2 +-
15657 xml2po/modes/mallard.py    | 134 ++++++++++++++++++++++++++++++++++++++++++
15658 xml2po/tests/mallard.xml   | 142 +++++++++++++++++++++++++++++++++++++++++++++
15659 xml2po/tests/test.py       |   1 +
15660 xml2po/xml2po.py           |   2 +
15661 6 files changed, 287 insertions(+), 7 deletions(-)
15662
15663commit 6591d7abf8d3f765686c69c1960e464a9ef4b45d
15664Author: Daniel Nylander <po@danielnylander.se>
15665Date:   Tue Jul 28 02:02:37 2009 +0200
15666
15667    Updated Swedish translation
15668
15669 po/sv.po | 115 +++++++++++++++++++++++++++++++++++++++++++++++----------------
15670 1 file changed, 87 insertions(+), 28 deletions(-)
15671
15672commit e12ea9dac1aafcd91a43711ee7d418158de3a768
15673Author: Leonardo Ferreira Fontenelle <leonardof@gnome.org>
15674Date:   Sun Jul 26 16:14:19 2009 -0300
15675
15676    Updated the Brazilian Portuguese translation.
15677
15678    * Fixed the credits
15679    * Fixed the capitalization
15680    * Revamped the style
15681
15682 po/pt_BR.po | 449 +++++++++++++++++++++++++++++++++++++++++++++++-------------
15683 1 file changed, 354 insertions(+), 95 deletions(-)
15684
15685commit 655c096a9de7763b72906114ee8e953dfa000c0f
15686Author: Ivar Smolin <okul@linux.ee>
15687Date:   Sun Jul 26 13:12:24 2009 +0300
15688
15689    Updating Estonian translation
15690
15691 po/et.po | 163 ++++++++++++++++++++++++---------------------------------------
15692 1 file changed, 63 insertions(+), 100 deletions(-)
15693
15694commit c89663777379638e21c23e190eebde2115fa4186
15695Author: Khaled Hosny <khaledhosny@eglug.org>
15696Date:   Sun Jul 26 09:53:04 2009 +0300
15697
15698    Updated Arabic translation.
15699
15700 po/ar.po | 167 ++++++++++++++++++++++++++++++++++++++++++---------------------
15701 1 file changed, 113 insertions(+), 54 deletions(-)
15702
15703commit 28eb3045816b0e2696c0ff3ee08a7e8930d8f365
15704Author: Shaun McCance <shaunm@gnome.org>
15705Date:   Sat Jul 25 21:59:00 2009 -0500
15706
15707    [mal2html] Initial i18n work on Mallard stylesheets, much help from Milo
15708
15709 xslt/gettext/l10n.xml.in            | 72 +++++++++++++++++++++++++++++++++++++
15710 xslt/mallard/html/mal2html-page.xsl | 53 ++++++++++++++++++++-------
15711 xslt/mallard/html/mal2html.xsl      |  9 -----
15712 xslt/mallard/html/mal2xhtml.xsl     |  9 -----
15713 4 files changed, 112 insertions(+), 31 deletions(-)
15714
15715commit 05468431689aa96da595ac6457c549624359433b
15716Author: Baptiste Mille-Mathias <baptiste.millemathias@gmail.com>
15717Date:   Mon Jul 20 21:23:06 2009 +0200
15718
15719    Fix example in tenminutes demo
15720
15721 doc/mallard/C/tenminutes.page | 2 +-
15722 1 file changed, 1 insertion(+), 1 deletion(-)
15723
15724commit 31d04b927a94de9eb9e01582753c0202b6a25cf9
15725Author: Mario Blättermann <mariobl@gnome.org>
15726Date:   Sat Jul 18 14:46:49 2009 +0200
15727
15728    Missing change in Makefile.am
15729
15730 doc/gnome-doc-make/Makefile.am | 2 ++
15731 1 file changed, 2 insertions(+)
15732
15733commit bf32e73394794f1ab31d2cc86351e7c95a036795
15734Author: Mario Blättermann <mariobl@gnome.org>
15735Date:   Sat Jul 18 14:44:23 2009 +0200
15736
15737    Added German doc translation
15738
15739 doc/gnome-doc-make/de/de.po | 1008 +++++++++++++++++++++++++++++++++++++++++++
15740 1 file changed, 1008 insertions(+)
15741
15742commit 1a503894ffb9eee7cc56fe592a3b53a1c63b754f
15743Author: Claude Paroz <claude@2xlibre.net>
15744Date:   Sat Jul 4 16:56:20 2009 +0200
15745
15746    Some more gitignore tweaking
15747
15748 .gitignore                    | 1 +
15749 doc/gnome-doc-make/.gitignore | 2 ++
15750 doc/xslt/.gitignore           | 8 ++++++++
15751 3 files changed, 11 insertions(+)
15752
15753commit 93e04be7ae09c2a0beab1a8024e69649792b9d1c
15754Author: Claude Paroz <claude@2xlibre.net>
15755Date:   Sat Jul 4 15:39:15 2009 +0200
15756
15757    Migrate from cvsignore to gitignore
15758
15759 .cvsignore => .gitignore               | 11 +++++------
15760 doc/.cvsignore                         |  2 --
15761 doc/gnome-doc-make/.cvsignore          |  3 ---
15762 doc/gnome-doc-make/C/.cvsignore        |  1 -
15763 doc/xslt/.cvsignore                    |  4 ----
15764 doc/xslt/C/.cvsignore                  | 30 ------------------------------
15765 doc/xslt/sr/.cvsignore                 | 32 --------------------------------
15766 m4/.gitignore                          |  1 +
15767 po/{.cvsignore => .gitignore}          |  7 ++-----
15768 rng/mallard/.gitignore                 |  2 ++
15769 sandbox/mallard/.cvsignore             |  9 ---------
15770 test/.cvsignore                        |  2 --
15771 test/testdoc1/.cvsignore               |  8 --------
15772 test/testdoc1/help/.cvsignore          |  2 --
15773 test/testdoc1/help/testdoc1/.cvsignore |  5 -----
15774 test/testdocs/.cvsignore               |  2 --
15775 tools/.gitignore                       |  3 +++
15776 xml2po/.cvsignore                      | 17 -----------------
15777 xml2po/.gitignore                      |  7 +++++++
15778 xml2po/examples/.cvsignore             |  4 ----
15779 xml2po/modes/.cvsignore                |  3 ---
15780 xslt/.cvsignore                        |  2 --
15781 xslt/docbook/.cvsignore                |  2 --
15782 xslt/docbook/common/.cvsignore         |  4 ----
15783 xslt/docbook/html/.cvsignore           |  4 ----
15784 xslt/docbook/omf/.cvsignore            |  2 --
15785 xslt/docbook/utils/.cvsignore          |  2 --
15786 xslt/gettext/.cvsignore                |  3 ---
15787 xslt/gettext/.gitignore                |  1 +
15788 xslt/rngdoc/.cvsignore                 |  2 --
15789 xslt/xsldoc/.cvsignore                 |  2 --
15790 31 files changed, 21 insertions(+), 158 deletions(-)
15791
15792commit e67602972ca5ac603108cc8d0ee625de7ae7d4b1
15793Author: Shaun McCance <shaunm@gnome.org>
15794Date:   Sun Jun 28 19:02:09 2009 -0500
15795
15796    [bootstrap.make] Preserve existing PYTHONPATH, bug #586912 (David Adam)
15797
15798 bootstrap.make | 2 +-
15799 1 file changed, 1 insertion(+), 1 deletion(-)
15800
15801commit 29d9f95caf1b50a869e0f2e877f73f3d7a8e971b
15802Author: Shaun McCance <shaunm@gnome.org>
15803Date:   Sun Jun 28 10:54:36 2009 -0500
15804
15805    [mal2html] Addressed RTL issues
15806
15807 xslt/docbook/html/db2html-css.xsl     |   5 +-
15808 xslt/mallard/html/mal2html-block.xsl  | 135 -----------------
15809 xslt/mallard/html/mal2html-css.xsl    | 269 ++++++++++++++++++++++++++++++++--
15810 xslt/mallard/html/mal2html-inline.xsl |  55 -------
15811 xslt/mallard/html/mal2html-list.xsl   |  52 -------
15812 xslt/mallard/html/mal2html-table.xsl  |  23 ---
15813 6 files changed, 261 insertions(+), 278 deletions(-)
15814
15815commit adf3056b15b5e88f6a30e834e0655ab2c72cc8bd
15816Author: Shaun McCance <shaunm@gnome.org>
15817Date:   Sat Jun 27 22:08:40 2009 -0500
15818
15819    Version 0.17.2
15820
15821 NEWS         | 15 +++++++++++++++
15822 configure.in |  2 +-
15823 2 files changed, 16 insertions(+), 1 deletion(-)
15824
15825commit 43a81c75f47baf7e4cb53047c289c4f5a25cd327
15826Author: Shaun McCance <shaunm@gnome.org>
15827Date:   Sat Jun 27 19:55:26 2009 -0500
15828
15829    Adding Mallard build magic to gnome-doc-utils.make and elsewhere
15830
15831 bootstrap.make              |   2 +
15832 configure.in                |   2 -
15833 doc/mallard/Makefile.am     |  81 ++++++++++++++++++++++++++++-
15834 rng/mallard/Makefile.am     |  17 +++---
15835 tools/gnome-doc-utils.make  | 124 ++++++++++++++++++++++++++++++++------------
15836 tools/gnome-doc-utils.pc.in |   2 +
15837 6 files changed, 187 insertions(+), 41 deletions(-)
15838
15839commit 4d400ee5cc50f0c55bd699e234c8beafa7a465b2
15840Author: Shaun McCance <shaunm@gnome.org>
15841Date:   Sat Jun 27 18:51:11 2009 -0500
15842
15843    [mallard] Fixing various validity issues
15844
15845 doc/mallard/C/explore.page            |  2 +-
15846 doc/mallard/C/index.page              |  2 +-
15847 doc/mallard/C/legal.xml               |  2 +-
15848 doc/mallard/C/mal_attr_link.page      |  2 +-
15849 doc/mallard/C/mal_block_cite.page     |  6 +++---
15850 doc/mallard/C/mal_block_media.page    |  4 ++--
15851 doc/mallard/C/mal_block_screen.page   |  4 ++--
15852 doc/mallard/C/mal_block_synopsis.page |  2 +-
15853 doc/mallard/C/mal_external.page       |  2 +-
15854 doc/mallard/C/mal_inline.page         | 37 ++++++++++++++++++-----------------
15855 doc/mallard/C/mal_inline_app.page     |  8 ++++----
15856 doc/mallard/C/mal_inline_cmd.page     |  4 ++--
15857 doc/mallard/C/mal_inline_media.page   |  4 ++--
15858 doc/mallard/C/mal_inline_span.page    |  6 +++---
15859 doc/mallard/C/mal_table.page          |  4 ++--
15860 doc/mallard/C/mal_table_td.page       |  2 ++
15861 doc/mallard/C/principles.page         |  4 ++--
15862 doc/mallard/C/spec.page               |  2 +-
15863 18 files changed, 50 insertions(+), 47 deletions(-)
15864
15865commit aa3da5f175da38ce288736f47fedf66432419809
15866Author: Shaun McCance <shaunm@gnome.org>
15867Date:   Sat Jun 27 14:28:28 2009 -0500
15868
15869    [mallard] Adding more elements to the DocBook element reference
15870
15871 doc/mallard/C/docbook.page | 127 +++++++++++++++++++++++++++++++++++++++++++++
15872 1 file changed, 127 insertions(+)
15873
15874commit 836cb330c6fe331fab674b898f0ec723e2d7fde1
15875Author: Shaun McCance <shaunm@gnome.org>
15876Date:   Sat Jun 27 14:27:43 2009 -0500
15877
15878    [mallard] Fixing problems with the RNG schema
15879
15880 doc/mallard/C/mal_block.page        | 4 ++--
15881 doc/mallard/C/mal_block_list.page   | 2 +-
15882 doc/mallard/C/mal_inline_media.page | 2 +-
15883 rng/mallard/mal2rnc.xsl             | 2 +-
15884 4 files changed, 5 insertions(+), 5 deletions(-)
15885
15886commit 46f8008446aa7efb7ae3bd2facc85cab0ca7d354
15887Author: Claude Paroz <claude@2xlibre.net>
15888Date:   Sat Jun 27 14:57:36 2009 +0200
15889
15890    [xml2po] Don't return 0 when command line contains errors (Bug #413999)
15891
15892 xml2po/xml2po.py | 18 +++++++++++-------
15893 1 file changed, 11 insertions(+), 7 deletions(-)
15894
15895commit af6c6108760a9fc0b5d8102fe0d7363c081c13de
15896Author: Arun Raghavan <ford_prefect@gentoo.org>
15897Date:   Fri Jun 26 23:10:26 2009 +0200
15898
15899    [xml2po] Install modes in /usr/lib/python2.x/ to respect FHS (Bug #528099)
15900
15901 xml2po/Makefile.am       | 4 +---
15902 xml2po/modes/Makefile.am | 2 +-
15903 xml2po/xml2po.pc.in      | 2 +-
15904 3 files changed, 3 insertions(+), 5 deletions(-)
15905
15906commit 84009dd11ae9446c81c208fb9eef59191c37d5ce
15907Author: Claude Paroz <claude@2xlibre.net>
15908Date:   Fri Jun 26 22:36:51 2009 +0200
15909
15910    [xml2po] Remove ending dot in translator-credits comment (Bug #398541)
15911
15912 xml2po/examples/two.po                  | 2 +-
15913 xml2po/modes/docbook.py                 | 2 +-
15914 xml2po/tests/adjacent-ents.po           | 2 +-
15915 xml2po/tests/adjacent-ents.pot          | 2 +-
15916 xml2po/tests/attribute-entities.po      | 2 +-
15917 xml2po/tests/attribute-entities.pot     | 2 +-
15918 xml2po/tests/deep-finals.po             | 2 +-
15919 xml2po/tests/deep-finals.pot            | 2 +-
15920 xml2po/tests/deep-nonfinals.po          | 2 +-
15921 xml2po/tests/deep-nonfinals.pot         | 2 +-
15922 xml2po/tests/docbook.po                 | 2 +-
15923 xml2po/tests/docbook.pot                | 2 +-
15924 xml2po/tests/footnotes.po               | 2 +-
15925 xml2po/tests/footnotes.pot              | 2 +-
15926 xml2po/tests/keepents.po                | 2 +-
15927 xml2po/tests/keepents.pot               | 2 +-
15928 xml2po/tests/relnotes/el.po             | 2 +-
15929 xml2po/tests/relnotes/release-notes.pot | 2 +-
15930 xml2po/tests/reuse/reuse.po             | 2 +-
15931 xml2po/tests/reuse/reuse.pot            | 2 +-
15932 xml2po/tests/ubuntu-mode.po             | 2 +-
15933 xml2po/tests/ubuntu-mode.pot            | 2 +-
15934 xml2po/tests/utf8-original.po           | 2 +-
15935 xml2po/tests/utf8-original.pot          | 2 +-
15936 24 files changed, 24 insertions(+), 24 deletions(-)
15937
15938commit b97421fba01984d2c583c54c4c032ae4b2f134f2
15939Author: Claude Paroz <claude@2xlibre.net>
15940Date:   Wed Jun 24 23:26:52 2009 +0200
15941
15942    [xml2po] Re-add basic.py replacing empty.py
15943
15944 xml2po/modes/basic.py | 63 +++++++++++++++++++++++++++++++++++++++++++++++++++
15945 1 file changed, 63 insertions(+)
15946
15947commit ea7f21d0423c800dc063aaa27542c116f2b7a8c1
15948Author: Claude Paroz <claude@2xlibre.net>
15949Date:   Wed Jun 24 23:14:30 2009 +0200
15950
15951    [xml2po] Make all modes inherit from basic mode
15952
15953 xml2po/modes/Makefile.am |  2 +-
15954 xml2po/modes/docbook.py  |  8 +++---
15955 xml2po/modes/empty.py    | 63 ------------------------------------------------
15956 xml2po/modes/gs.py       | 16 +++---------
15957 xml2po/modes/xhtml.py    | 34 +++-----------------------
15958 5 files changed, 11 insertions(+), 112 deletions(-)
15959
15960commit 67ec83bf5335818e06fc7d26c101b0685c3bee4b
15961Author: Mario Blättermann <mariobl@gnome.org>
15962Date:   Sun Jun 21 15:32:49 2009 +0200
15963
15964    Added German doc translation
15965
15966 doc/xslt/Makefile.am |    2 +-
15967 doc/xslt/de/de.po    | 1108 ++++++++++++++++++++++++++++++++++++++++++++++++++
15968 2 files changed, 1109 insertions(+), 1 deletion(-)
15969
15970commit 88e1520545d3f61b6b58067ea760e14619b40168
15971Author: Shaun McCance <shaunm@gnome.org>
15972Date:   Thu Jun 18 16:42:42 2009 -0500
15973
15974    [mallard] Adding more to the DocBook element reference
15975
15976 doc/mallard/C/docbook.page | 50 ++++++++++++++++++++++++++++++++++++++++++++++
15977 1 file changed, 50 insertions(+)
15978
15979commit ce857a823fe2002252b8b3f5133e080ac8415afd
15980Author: Shaun McCance <shaunm@gnome.org>
15981Date:   Thu Jun 18 16:28:33 2009 -0500
15982
15983    [mallard] Adding more to the DocBook element reference
15984
15985 doc/mallard/C/docbook.page | 738 +++++++++++++++++++++++++++++++++++++++++++--
15986 1 file changed, 717 insertions(+), 21 deletions(-)
15987
15988commit 38d3a3f6b9c4292d580481acd3e554e7e3b0e2c7
15989Author: Shaun McCance <shaunm@gnome.org>
15990Date:   Thu Jun 18 08:34:04 2009 -0500
15991
15992    [mallard] More additions to DocBook element reference
15993
15994 doc/mallard/C/docbook.page | 255 ++++++++++++++++++++++++++++++++++++---------
15995 1 file changed, 206 insertions(+), 49 deletions(-)
15996
15997commit 137c827c39c08ae66acfa55282a2664a636bbd2f
15998Author: Shaun McCance <shaunm@gnome.org>
15999Date:   Wed Jun 17 16:42:12 2009 -0500
16000
16001    [mallard] Added elements to DocBook element reference
16002
16003 doc/mallard/C/docbook.page | 45 +++++++++++++++++++++++++++++++++++++++++++++
16004 1 file changed, 45 insertions(+)
16005
16006commit 95b7a377acd24929bcb62f4843ffacc2a5438399
16007Author: Shaun McCance <shaunm@gnome.org>
16008Date:   Wed Jun 17 16:26:27 2009 -0500
16009
16010    [mallard] Adding DocBook element reference
16011
16012 doc/mallard/C/details.page |   4 +
16013 doc/mallard/C/docbook.page | 214 +++++++++++++++++++++++++++++++++++++++++++++
16014 2 files changed, 218 insertions(+)
16015
16016commit 07f54a821b2196f6f3fe80874d9fb782defb9033
16017Author: Claude Paroz <claude@2xlibre.net>
16018Date:   Wed Jun 17 10:11:38 2009 +0200
16019
16020    [xml2po] Typos in man page (Bug #586089)
16021
16022 xml2po/xml2po.1.xml | 6 +++---
16023 1 file changed, 3 insertions(+), 3 deletions(-)
16024
16025commit 58e329fe9c336c7644b4c850c2aeae0fb446c57d
16026Author: Shaun McCance <shaunm@gnome.org>
16027Date:   Tue Jun 16 16:09:15 2009 -0500
16028
16029    [mal2html] Added hi element from Mallard experimental
16030
16031 xslt/mallard/html/mal2html-inline.xsl | 10 ++++++++++
16032 1 file changed, 10 insertions(+)
16033
16034commit c59fa6f0f373b81a61a38aee0630fb7249523a8b
16035Author: Shaun McCance <shaunm@gnome.org>
16036Date:   Tue Jun 16 16:08:42 2009 -0500
16037
16038    [mallard] Added content to Ten Minute Tour
16039
16040 doc/mallard/C/tenminutes.page | 99 +++++++++++++++++++++++++++++++++++++++++--
16041 doc/mallard/C/woscon.page     | 31 --------------
16042 sandbox/mallard/html/Makefile |  2 +-
16043 3 files changed, 96 insertions(+), 36 deletions(-)
16044
16045commit 7eb3fe12d0ce4cffe70bf93ba074ae401c387640
16046Merge: e76a1ed3 979b6dd1
16047Author: Shaun McCance <shaunm@shaunmlxlap.localdomain>
16048Date:   Tue Jun 16 14:42:28 2009 -0500
16049
16050    Merge commit 'origin/master'
16051
16052commit e76a1ed348a840f44065386648ff0b1b185eb551
16053Author: Shaun McCance <shaunm@shaunmlxlap.localdomain>
16054Date:   Sun Jun 14 22:29:05 2009 -0500
16055
16056    Version 0.17.1, now with more ducks
16057
16058 NEWS         | 5 +++++
16059 configure.in | 2 +-
16060 2 files changed, 6 insertions(+), 1 deletion(-)
16061
16062commit c5cce0b987f5e463619608a3c46cd61a70d4ccaf
16063Author: Shaun McCance <shaunm@shaunmlxlap.localdomain>
16064Date:   Sun Jun 14 22:05:57 2009 -0500
16065
16066    Getting relevant Mallard files into the build
16067
16068 configure.in                      |  3 ++
16069 doc/Makefile.am                   |  2 +-
16070 doc/mallard/C/Makefile            | 57 -------------------------------
16071 doc/mallard/C/Makefile.am         | 72 +++++++++++++++++++++++++++++++++++++++
16072 doc/mallard/C/figures/Makefile.am |  1 +
16073 doc/mallard/Makefile.am           |  8 +----
16074 rng/mallard/Makefile.am           |  4 ++-
16075 7 files changed, 81 insertions(+), 66 deletions(-)
16076
16077commit f86619e624e06a1fd20bcfd5fe2d1f18bdf8192b
16078Author: Shaun McCance <shaunm@shaunmlxlap.localdomain>
16079Date:   Sun Jun 14 21:50:53 2009 -0500
16080
16081    Switching the mallard namespace to projectmallard.org
16082
16083 doc/mallard/C/details.page              |  2 +-
16084 doc/mallard/C/explore.page              |  2 +-
16085 doc/mallard/C/i18n.page                 |  2 +-
16086 doc/mallard/C/index.page                |  2 +-
16087 doc/mallard/C/its.page                  |  2 +-
16088 doc/mallard/C/l10n.page                 |  2 +-
16089 doc/mallard/C/links.page                |  2 +-
16090 doc/mallard/C/mal_TODO.page             |  2 +-
16091 doc/mallard/C/mal_attr_link.page        |  2 +-
16092 doc/mallard/C/mal_block.page            |  2 +-
16093 doc/mallard/C/mal_block_cite.page       |  2 +-
16094 doc/mallard/C/mal_block_code.page       |  2 +-
16095 doc/mallard/C/mal_block_comment.page    |  2 +-
16096 doc/mallard/C/mal_block_desc.page       |  6 +++---
16097 doc/mallard/C/mal_block_example.page    |  2 +-
16098 doc/mallard/C/mal_block_figure.page     |  2 +-
16099 doc/mallard/C/mal_block_list.page       |  2 +-
16100 doc/mallard/C/mal_block_listing.page    |  6 +++---
16101 doc/mallard/C/mal_block_media.page      |  2 +-
16102 doc/mallard/C/mal_block_note.page       |  2 +-
16103 doc/mallard/C/mal_block_p.page          |  2 +-
16104 doc/mallard/C/mal_block_quote.page      |  2 +-
16105 doc/mallard/C/mal_block_screen.page     |  2 +-
16106 doc/mallard/C/mal_block_steps.page      |  2 +-
16107 doc/mallard/C/mal_block_subtitle.page   |  2 +-
16108 doc/mallard/C/mal_block_synopsis.page   |  2 +-
16109 doc/mallard/C/mal_block_terms.page      |  2 +-
16110 doc/mallard/C/mal_block_title.page      |  2 +-
16111 doc/mallard/C/mal_block_tree.page       |  2 +-
16112 doc/mallard/C/mal_external.page         |  2 +-
16113 doc/mallard/C/mal_info.page             |  2 +-
16114 doc/mallard/C/mal_info_copyright.page   |  2 +-
16115 doc/mallard/C/mal_info_credit.page      |  2 +-
16116 doc/mallard/C/mal_info_desc.page        |  2 +-
16117 doc/mallard/C/mal_info_license.page     |  2 +-
16118 doc/mallard/C/mal_info_link.page        |  2 +-
16119 doc/mallard/C/mal_info_revision.page    |  2 +-
16120 doc/mallard/C/mal_info_title.page       |  2 +-
16121 doc/mallard/C/mal_inline.page           |  2 +-
16122 doc/mallard/C/mal_inline_app.page       |  2 +-
16123 doc/mallard/C/mal_inline_cmd.page       |  2 +-
16124 doc/mallard/C/mal_inline_code.page      |  2 +-
16125 doc/mallard/C/mal_inline_em.page        |  2 +-
16126 doc/mallard/C/mal_inline_file.page      |  2 +-
16127 doc/mallard/C/mal_inline_gui.page       |  2 +-
16128 doc/mallard/C/mal_inline_guiseq.page    |  2 +-
16129 doc/mallard/C/mal_inline_input.page     |  2 +-
16130 doc/mallard/C/mal_inline_key.page       |  2 +-
16131 doc/mallard/C/mal_inline_keyseq.page    |  2 +-
16132 doc/mallard/C/mal_inline_link.page      |  2 +-
16133 doc/mallard/C/mal_inline_media.page     |  2 +-
16134 doc/mallard/C/mal_inline_output.page    |  2 +-
16135 doc/mallard/C/mal_inline_span.page      |  2 +-
16136 doc/mallard/C/mal_inline_sys.page       |  2 +-
16137 doc/mallard/C/mal_inline_var.page       |  2 +-
16138 doc/mallard/C/mal_page.page             |  4 ++--
16139 doc/mallard/C/mal_section.page          |  2 +-
16140 doc/mallard/C/mal_table.page            |  2 +-
16141 doc/mallard/C/mal_table_col.page        |  2 +-
16142 doc/mallard/C/mal_table_td.page         |  2 +-
16143 doc/mallard/C/mal_table_tr.page         |  2 +-
16144 doc/mallard/C/principle-guide.page      |  2 +-
16145 doc/mallard/C/principle-justenough.page |  2 +-
16146 doc/mallard/C/principle-redundancy.page |  2 +-
16147 doc/mallard/C/principles.page           |  2 +-
16148 doc/mallard/C/spec.page                 |  2 +-
16149 doc/mallard/C/tenminutes.page           |  2 +-
16150 doc/mallard/C/woscon.page               | 31 +++++++++++++++++++++++++++++++
16151 xslt/mallard/common/mal-link.xsl        |  2 +-
16152 xslt/mallard/html/mal2html-block.xsl    |  2 +-
16153 xslt/mallard/html/mal2html-inline.xsl   |  2 +-
16154 xslt/mallard/html/mal2html-list.xsl     |  2 +-
16155 xslt/mallard/html/mal2html-media.xsl    |  2 +-
16156 xslt/mallard/html/mal2html-page.xsl     |  2 +-
16157 xslt/mallard/html/mal2html-table.xsl    |  2 +-
16158 xslt/mallard/html/mal2html.xsl          |  2 +-
16159 xslt/mallard/html/mal2xhtml.xsl         |  2 +-
16160 xslt/mallard/utils/mal2cache.xsl        |  4 ++--
16161 78 files changed, 114 insertions(+), 83 deletions(-)
16162
16163commit 5a815acf0b065d80cd968cc2584e66940d89d388
16164Merge: e0bc7746 9f55fd78
16165Author: Shaun McCance <shaunm@shaunmlxlap.localdomain>
16166Date:   Sun Jun 14 21:44:14 2009 -0500
16167
16168    Merge branch 'mallard'
16169
16170commit 9f55fd78a1ef29ec283b4021e85aefbb6d36a36e
16171Author: Shaun McCance <shaunm@shaunmlxlap.localdomain>
16172Date:   Sun Jun 14 21:38:49 2009 -0500
16173
16174    Read the .page files instead of .xml for schema generation
16175
16176 rng/mallard/Makefile.am | 10 +++++-----
16177 1 file changed, 5 insertions(+), 5 deletions(-)
16178
16179commit dcf827553bd95dd1eced5ba9d13dfabf894caa77
16180Author: Shaun McCance <shaunm@gnome.org>
16181Date:   Tue Jun 9 23:27:48 2009 -0500
16182
16183    [mal2html] Adding a 'head' div for linktrails
16184
16185 xslt/mallard/html/mal2html-css.xsl  | 1 +
16186 xslt/mallard/html/mal2html-page.xsl | 8 +++++---
16187 2 files changed, 6 insertions(+), 3 deletions(-)
16188
16189commit 2bff5ef537f4f4fac732a0666dbef2f7d5e10440
16190Author: Shaun McCance <shaunm@gnome.org>
16191Date:   Tue Jun 9 19:36:10 2009 -0500
16192
16193    [gnome-doc-xslt.xml] Adding utils to documentation
16194
16195 doc/xslt/C/gnome-doc-xslt.xml | 1 +
16196 1 file changed, 1 insertion(+)
16197
16198commit 7eb5fe740cc2d22bba2d1aa9efbb2a115a8c74a2
16199Author: Shaun McCance <shaunm@shaunmlxlap.localdomain>
16200Date:   Tue Jun 9 19:32:58 2009 -0500
16201
16202    [mal-link.xsl] Make mal.cache an xsl:param
16203
16204 xslt/mallard/common/mal-link.xsl | 2 +-
16205 1 file changed, 1 insertion(+), 1 deletion(-)
16206
16207commit d0e0103028d9d3d32b44e7f0f2b2997da828496a
16208Author: Shaun McCance <shaunm@shaunmlxlap.localdomain>
16209Date:   Mon Jun 8 15:19:16 2009 -0500
16210
16211    [mallard] Rename pages to .page, XSLT fixed for Yelp
16212
16213 doc/mallard/C/{details.xml => details.page}        |  0
16214 doc/mallard/C/{explore.xml => explore.page}        |  0
16215 doc/mallard/C/{i18n.xml => i18n.page}              |  0
16216 doc/mallard/C/{index.xml => index.page}            |  0
16217 doc/mallard/C/{its.xml => its.page}                |  0
16218 doc/mallard/C/{l10n.xml => l10n.page}              |  0
16219 doc/mallard/C/{links.xml => links.page}            |  0
16220 doc/mallard/C/{mal_TODO.xml => mal_TODO.page}      |  0
16221 .../C/{mal_attr_link.xml => mal_attr_link.page}    |  0
16222 doc/mallard/C/{mal_block.xml => mal_block.page}    |  0
16223 .../C/{mal_block_cite.xml => mal_block_cite.page}  |  0
16224 .../C/{mal_block_code.xml => mal_block_code.page}  |  0
16225 ...al_block_comment.xml => mal_block_comment.page} |  0
16226 .../C/{mal_block_desc.xml => mal_block_desc.page}  |  0
16227 ...al_block_example.xml => mal_block_example.page} |  0
16228 ...{mal_block_figure.xml => mal_block_figure.page} |  0
16229 .../C/{mal_block_list.xml => mal_block_list.page}  |  0
16230 ...al_block_listing.xml => mal_block_listing.page} |  0
16231 .../{mal_block_media.xml => mal_block_media.page}  |  0
16232 .../C/{mal_block_note.xml => mal_block_note.page}  |  0
16233 .../C/{mal_block_p.xml => mal_block_p.page}        |  0
16234 .../{mal_block_quote.xml => mal_block_quote.page}  |  0
16235 ...{mal_block_screen.xml => mal_block_screen.page} |  0
16236 .../{mal_block_steps.xml => mal_block_steps.page}  |  0
16237 ..._block_subtitle.xml => mal_block_subtitle.page} |  0
16238 ..._block_synopsis.xml => mal_block_synopsis.page} |  0
16239 .../{mal_block_terms.xml => mal_block_terms.page}  |  0
16240 .../{mal_block_title.xml => mal_block_title.page}  |  0
16241 .../C/{mal_block_tree.xml => mal_block_tree.page}  |  0
16242 .../C/{mal_external.xml => mal_external.page}      |  0
16243 doc/mallard/C/{mal_info.xml => mal_info.page}      |  0
16244 ..._info_copyright.xml => mal_info_copyright.page} |  0
16245 .../{mal_info_credit.xml => mal_info_credit.page}  |  0
16246 .../C/{mal_info_desc.xml => mal_info_desc.page}    |  0
16247 ...{mal_info_license.xml => mal_info_license.page} |  0
16248 .../C/{mal_info_link.xml => mal_info_link.page}    |  0
16249 ...al_info_revision.xml => mal_info_revision.page} |  0
16250 .../C/{mal_info_title.xml => mal_info_title.page}  |  0
16251 doc/mallard/C/{mal_inline.xml => mal_inline.page}  |  0
16252 .../C/{mal_inline_app.xml => mal_inline_app.page}  |  0
16253 .../C/{mal_inline_cmd.xml => mal_inline_cmd.page}  |  0
16254 .../{mal_inline_code.xml => mal_inline_code.page}  |  0
16255 .../C/{mal_inline_em.xml => mal_inline_em.page}    |  0
16256 .../{mal_inline_file.xml => mal_inline_file.page}  |  0
16257 .../C/{mal_inline_gui.xml => mal_inline_gui.page}  |  0
16258 ...al_inline_guiseq.xml => mal_inline_guiseq.page} |  0
16259 ...{mal_inline_input.xml => mal_inline_input.page} |  0
16260 .../C/{mal_inline_key.xml => mal_inline_key.page}  |  0
16261 ...al_inline_keyseq.xml => mal_inline_keyseq.page} |  0
16262 .../{mal_inline_link.xml => mal_inline_link.page}  |  0
16263 ...{mal_inline_media.xml => mal_inline_media.page} |  0
16264 ...al_inline_output.xml => mal_inline_output.page} |  0
16265 .../{mal_inline_span.xml => mal_inline_span.page}  |  0
16266 .../C/{mal_inline_sys.xml => mal_inline_sys.page}  |  0
16267 .../C/{mal_inline_var.xml => mal_inline_var.page}  |  0
16268 doc/mallard/C/{mal_page.xml => mal_page.page}      |  0
16269 .../C/{mal_section.xml => mal_section.page}        |  0
16270 doc/mallard/C/{mal_table.xml => mal_table.page}    |  0
16271 .../C/{mal_table_col.xml => mal_table_col.page}    |  0
16272 .../C/{mal_table_td.xml => mal_table_td.page}      |  0
16273 .../C/{mal_table_tr.xml => mal_table_tr.page}      |  0
16274 .../{principle-guide.xml => principle-guide.page}  |  0
16275 ...le-justenough.xml => principle-justenough.page} |  0
16276 ...le-redundancy.xml => principle-redundancy.page} |  0
16277 doc/mallard/C/{principles.xml => principles.page}  |  0
16278 doc/mallard/C/{spec.xml => spec.page}              |  0
16279 doc/mallard/C/{tenminutes.xml => tenminutes.page}  |  0
16280 sandbox/mallard/html/Makefile                      | 10 +--
16281 tools/Makefile.am                                  |  2 +-
16282 xslt/Makefile.am                                   |  2 +-
16283 xslt/common/Makefile.am                            |  2 +-
16284 xslt/{mallard/html/util.xsl => common/utils.xsl}   |  6 +-
16285 xslt/mallard/html/Makefile.am                      |  3 +-
16286 xslt/mallard/html/mal2html-block.xsl               |  4 +-
16287 xslt/mallard/html/mal2html.xsl                     |  2 +-
16288 xslt/mallard/html/mal2xhtml.xsl                    |  2 +-
16289 xslt/mallard/html/theme.xml                        | 43 ------------
16290 xslt/mallard/html/theme.xsl                        | 78 ----------------------
16291 78 files changed, 17 insertions(+), 137 deletions(-)
16292
16293commit 979b6dd10423ef6bc3d42de3d0120f1751fa6a22
16294Author: Shaun McCance <shaunm@gnome.org>
16295Date:   Tue Jun 2 22:26:42 2009 -0500
16296
16297    Fixed menuchoice separator in RLT locales, bug #579278
16298
16299 xslt/docbook/html/db2html-inline.xsl | 17 ++++++++++++++++-
16300 xslt/gettext/l10n.xml.in             |  2 +-
16301 2 files changed, 17 insertions(+), 2 deletions(-)
16302
16303commit b6eb32f41becc5550c1f512ea7635de786d7ac3b
16304Author: Shaun McCance <shaunm@gnome.org>
16305Date:   Mon Jun 1 02:58:51 2009 -0500
16306
16307    Build and stylesheet changes prepping for Yelp work
16308
16309 configure.in                        |  1 -
16310 doc/Makefile.am                     |  2 +-
16311 doc/mallard/C/mal_info.xml          | 17 ++++----
16312 sandbox/mallard/html/Makefile       | 14 +++++-
16313 tools/gnome-doc-utils.pc.in         |  2 +
16314 xslt/docbook/html/db2xhtml.xsl      |  2 +-
16315 xslt/mallard/common/Makefile.am     |  2 +-
16316 xslt/mallard/common/mal-chunk.xsl   | 85 +++++++++++++++++++++++++++++++++++++
16317 xslt/mallard/common/mal-link.xsl    |  4 +-
16318 xslt/mallard/html/mal2html-page.xsl | 26 +++++++++---
16319 xslt/mallard/html/mal2html.xsl      | 11 ++++-
16320 xslt/mallard/html/mal2xhtml.xsl     | 16 ++++++-
16321 12 files changed, 159 insertions(+), 23 deletions(-)
16322
16323commit be7d9e4a7349bc10bd9c162b5a4b306872b17b43
16324Author: Shaun McCance <shaunm@gnome.org>
16325Date:   Thu May 28 20:23:28 2009 -0500
16326
16327    [mallard] Finishing info_credit and info_copyright
16328
16329 doc/mallard/C/mal_info_copyright.xml |  72 ++++++++++++++++++--
16330 doc/mallard/C/mal_info_credit.xml    | 127 ++++++++++++++++++++++++++++++++---
16331 2 files changed, 186 insertions(+), 13 deletions(-)
16332
16333commit 752a0526ad47b8524952756edb20c10f45449504
16334Author: Shaun McCance <shaunm@gnome.org>
16335Date:   Fri May 29 16:34:16 2009 -0500
16336
16337    [mallard] Finished info_title
16338
16339 doc/mallard/C/mal_info_title.xml | 97 +++++++++++++++++++++++++++++++++++++++-
16340 1 file changed, 95 insertions(+), 2 deletions(-)
16341
16342commit 66ae687e3209ab2e194c609bec38d300b33aa934
16343Author: Shaun McCance <shaunm@gnome.org>
16344Date:   Fri May 29 15:51:32 2009 -0500
16345
16346    [mallard] Finished info_revision
16347
16348 doc/mallard/C/mal_info_revision.xml | 136 ++++++++++++++++++++++++++++++++++--
16349 1 file changed, 132 insertions(+), 4 deletions(-)
16350
16351commit dbda8648928a6ed9b18d0b00982e20266380ad46
16352Author: Shaun McCance <shaunm@gnome.org>
16353Date:   Fri May 29 14:41:48 2009 -0500
16354
16355    [mal2html] Changed mal:version to mal:revision
16356
16357 xslt/mallard/html/mal2html-page.xsl | 44 ++++++++++++++++++-------------------
16358 1 file changed, 22 insertions(+), 22 deletions(-)
16359
16360commit 4a3328e88a042b02589633fb08109aebfa7edcd8
16361Author: Shaun McCance <shaunm@gnome.org>
16362Date:   Fri May 29 14:39:26 2009 -0500
16363
16364    [mallard] Changing version element to revision
16365
16366 doc/mallard/C/details.xml                                     |  2 +-
16367 doc/mallard/C/explore.xml                                     |  2 +-
16368 doc/mallard/C/i18n.xml                                        |  2 +-
16369 doc/mallard/C/index.xml                                       |  2 +-
16370 doc/mallard/C/its.xml                                         |  2 +-
16371 doc/mallard/C/l10n.xml                                        |  2 +-
16372 doc/mallard/C/links.xml                                       |  2 +-
16373 doc/mallard/C/mal_attr_link.xml                               |  2 +-
16374 doc/mallard/C/mal_block.xml                                   |  2 +-
16375 doc/mallard/C/mal_block_cite.xml                              |  2 +-
16376 doc/mallard/C/mal_block_code.xml                              |  2 +-
16377 doc/mallard/C/mal_block_comment.xml                           |  2 +-
16378 doc/mallard/C/mal_block_desc.xml                              |  2 +-
16379 doc/mallard/C/mal_block_example.xml                           |  2 +-
16380 doc/mallard/C/mal_block_figure.xml                            |  2 +-
16381 doc/mallard/C/mal_block_list.xml                              |  2 +-
16382 doc/mallard/C/mal_block_listing.xml                           |  2 +-
16383 doc/mallard/C/mal_block_media.xml                             |  2 +-
16384 doc/mallard/C/mal_block_note.xml                              |  2 +-
16385 doc/mallard/C/mal_block_p.xml                                 |  2 +-
16386 doc/mallard/C/mal_block_quote.xml                             |  2 +-
16387 doc/mallard/C/mal_block_screen.xml                            |  2 +-
16388 doc/mallard/C/mal_block_steps.xml                             |  2 +-
16389 doc/mallard/C/mal_block_subtitle.xml                          |  2 +-
16390 doc/mallard/C/mal_block_synopsis.xml                          |  2 +-
16391 doc/mallard/C/mal_block_terms.xml                             |  2 +-
16392 doc/mallard/C/mal_block_title.xml                             |  2 +-
16393 doc/mallard/C/mal_block_tree.xml                              |  2 +-
16394 doc/mallard/C/mal_external.xml                                |  2 +-
16395 doc/mallard/C/mal_info.xml                                    |  4 ++--
16396 doc/mallard/C/mal_info_copyright.xml                          |  2 +-
16397 doc/mallard/C/mal_info_credit.xml                             |  2 +-
16398 doc/mallard/C/mal_info_desc.xml                               |  2 +-
16399 doc/mallard/C/mal_info_license.xml                            |  2 +-
16400 doc/mallard/C/mal_info_link.xml                               |  2 +-
16401 doc/mallard/C/{mal_info_version.xml => mal_info_revision.xml} | 10 +++++++---
16402 doc/mallard/C/mal_info_title.xml                              |  2 +-
16403 doc/mallard/C/mal_inline.xml                                  |  2 +-
16404 doc/mallard/C/mal_inline_app.xml                              |  2 +-
16405 doc/mallard/C/mal_inline_cmd.xml                              |  2 +-
16406 doc/mallard/C/mal_inline_code.xml                             |  2 +-
16407 doc/mallard/C/mal_inline_em.xml                               |  2 +-
16408 doc/mallard/C/mal_inline_file.xml                             |  2 +-
16409 doc/mallard/C/mal_inline_gui.xml                              |  2 +-
16410 doc/mallard/C/mal_inline_guiseq.xml                           |  2 +-
16411 doc/mallard/C/mal_inline_input.xml                            |  2 +-
16412 doc/mallard/C/mal_inline_key.xml                              |  2 +-
16413 doc/mallard/C/mal_inline_keyseq.xml                           |  2 +-
16414 doc/mallard/C/mal_inline_link.xml                             |  2 +-
16415 doc/mallard/C/mal_inline_media.xml                            |  2 +-
16416 doc/mallard/C/mal_inline_output.xml                           |  2 +-
16417 doc/mallard/C/mal_inline_span.xml                             |  2 +-
16418 doc/mallard/C/mal_inline_sys.xml                              |  2 +-
16419 doc/mallard/C/mal_inline_var.xml                              |  2 +-
16420 doc/mallard/C/mal_page.xml                                    |  2 +-
16421 doc/mallard/C/mal_section.xml                                 |  2 +-
16422 doc/mallard/C/mal_table.xml                                   | 10 +++++-----
16423 doc/mallard/C/principle-guide.xml                             |  2 +-
16424 doc/mallard/C/principle-justenough.xml                        |  2 +-
16425 doc/mallard/C/principle-redundancy.xml                        |  2 +-
16426 doc/mallard/C/principles.xml                                  |  2 +-
16427 doc/mallard/C/spec.xml                                        |  2 +-
16428 doc/mallard/C/tenminutes.xml                                  |  2 +-
16429 63 files changed, 74 insertions(+), 70 deletions(-)
16430
16431commit 144c37101691232fda15eb24150e31e0d149d0e3
16432Author: Shaun McCance <shaunm@gnome.org>
16433Date:   Fri May 29 14:34:49 2009 -0500
16434
16435    [mallard] Finished info_license
16436
16437 doc/mallard/C/mal_info_license.xml | 75 +++++++++++++++++++++++++++++++++++++-
16438 1 file changed, 74 insertions(+), 1 deletion(-)
16439
16440commit 910bab41cf70ebc39890dc4522646a933e49fe88
16441Author: Shaun McCance <shaunm@gnome.org>
16442Date:   Fri May 29 13:23:28 2009 -0500
16443
16444    [mallard] Adding rules to all notes tables
16445
16446 doc/mallard/C/mal_block_screen.xml  | 2 +-
16447 doc/mallard/C/mal_inline_cmd.xml    | 2 +-
16448 doc/mallard/C/mal_inline_gui.xml    | 2 +-
16449 doc/mallard/C/mal_inline_output.xml | 2 +-
16450 4 files changed, 4 insertions(+), 4 deletions(-)
16451
16452commit dee39e62b93e87eb5e25a15e846930a77a6c3d6b
16453Author: Shaun McCance <shaunm@gnome.org>
16454Date:   Fri May 29 13:19:53 2009 -0500
16455
16456    [mal2html] Stylistic changes to status marker & link trails
16457
16458 xslt/mallard/html/mal2html-css.xsl  | 18 ++++-----
16459 xslt/mallard/html/mal2html-page.xsl | 73 ++++++++++++++++++-------------------
16460 2 files changed, 43 insertions(+), 48 deletions(-)
16461
16462commit c426c2bf99144c869b3dc99b58d8b729c4ad63fe
16463Author: Shaun McCance <shaunm@gnome.org>
16464Date:   Fri May 29 12:22:45 2009 -0500
16465
16466    [mal2html] Added link trails, moved mallard.xml to index.xml
16467
16468 doc/mallard/C/{mallard.xml => index.xml} |   2 +-
16469 xslt/mallard/html/mal2html-css.xsl       |   6 ++
16470 xslt/mallard/html/mal2html-page.xsl      | 107 +++++++++++++++++++++++++++++++
16471 3 files changed, 114 insertions(+), 1 deletion(-)
16472
16473commit 7dd6ea9960c783cc641fa62fbb189e297821c44d
16474Author: Shaun McCance <shaunm@gnome.org>
16475Date:   Fri May 29 09:44:18 2009 -0500
16476
16477    [mallard] Finishing info_desc
16478
16479 doc/mallard/C/mal_info_desc.xml | 56 +++++++++++++++++++++++++++++++++++++++--
16480 1 file changed, 54 insertions(+), 2 deletions(-)
16481
16482commit 1593aaba51463299ad8dfbc3196c3af8edcbf582
16483Author: Shaun McCance <shaunm@gnome.org>
16484Date:   Thu May 28 15:51:07 2009 -0500
16485
16486    [mallard] Finished block_terms
16487
16488 doc/mallard/C/mal_block_terms.xml | 24 ++++++++++++++++--------
16489 1 file changed, 16 insertions(+), 8 deletions(-)
16490
16491commit da8856983fc2d574d9d20e1bd31d11c4ee7c876d
16492Author: Shaun McCance <shaunm@gnome.org>
16493Date:   Thu May 28 15:42:54 2009 -0500
16494
16495    [mallard] Finishing block_p
16496
16497 doc/mallard/C/mal_block_p.xml | 49 ++++++++++++++++++++++++++++---------------
16498 1 file changed, 32 insertions(+), 17 deletions(-)
16499
16500commit 3b64145dcbdc669c401a19b55440beb32b19fa17
16501Author: Shaun McCance <shaunm@gnome.org>
16502Date:   Thu May 28 15:06:31 2009 -0500
16503
16504    [mallard] Marking mal_block as ready for review
16505
16506 doc/mallard/C/mal_block.xml | 2 +-
16507 1 file changed, 1 insertion(+), 1 deletion(-)
16508
16509commit cad073043dd9e084b1bf40db86a51f256b16c446
16510Author: Shaun McCance <shaunm@gnome.org>
16511Date:   Thu May 28 15:04:48 2009 -0500
16512
16513    [mallard] Consolidating info elements to use mal_info as guide
16514
16515 doc/mallard/C/mal_info.xml           | 22 +++++++++++------
16516 doc/mallard/C/mal_info_copyright.xml |  2 +-
16517 doc/mallard/C/mal_info_credit.xml    |  3 ++-
16518 doc/mallard/C/mal_info_desc.xml      |  4 ++-
16519 doc/mallard/C/mal_info_license.xml   |  3 ++-
16520 doc/mallard/C/mal_info_link.xml      |  3 ++-
16521 doc/mallard/C/mal_info_title.xml     | 47 ++++++++++++++++++++++++++++++++++++
16522 doc/mallard/C/mal_info_version.xml   |  3 ++-
16523 doc/mallard/C/spec_info.xml          | 27 ---------------------
16524 9 files changed, 74 insertions(+), 40 deletions(-)
16525
16526commit 162ffe21817f19f680d06f122322856435ae79c8
16527Author: Shaun McCance <shaunm@gnome.org>
16528Date:   Thu May 28 14:12:34 2009 -0500
16529
16530    [mallard] Various metadata and navigational changes
16531
16532 doc/mallard/C/details.xml    | 33 +++++++++++++++++++++++++++++++++
16533 doc/mallard/C/explore.xml    | 11 +++++------
16534 doc/mallard/C/i18n.xml       |  2 +-
16535 doc/mallard/C/its.xml        |  2 +-
16536 doc/mallard/C/l10n.xml       |  2 +-
16537 doc/mallard/C/links.xml      | 10 ++++++++++
16538 doc/mallard/C/mallard.xml    |  6 +++++-
16539 doc/mallard/C/principles.xml |  8 +++++---
16540 doc/mallard/C/spec.xml       | 15 ++++++++++++++-
16541 doc/mallard/C/tenminutes.xml |  6 ++++--
16542 10 files changed, 79 insertions(+), 16 deletions(-)
16543
16544commit eb22f60befcc96fcc9d544ed2f7e428a8214bf69
16545Author: Shaun McCance <shaunm@gnome.org>
16546Date:   Thu May 28 14:04:33 2009 -0500
16547
16548    [mallard] Finishing mal_page and mal_section
16549
16550 doc/mallard/C/mal_page.xml    | 33 +++++++++++++++++++-
16551 doc/mallard/C/mal_section.xml | 72 +++++++++++++++++++++++++++++++++++++++++--
16552 2 files changed, 102 insertions(+), 3 deletions(-)
16553
16554commit cf1f309a9c9159e150308e2bcbd24795265dfc63
16555Author: Shaun McCance <shaunm@gnome.org>
16556Date:   Wed May 27 16:30:34 2009 -0500
16557
16558    [mallard] Work on mal_page and mal_section pages
16559
16560 doc/mallard/C/links.xml       | 33 ++++++++++++++++
16561 doc/mallard/C/mal_page.xml    | 89 ++++++++++++++++++++++++++++++++++---------
16562 doc/mallard/C/mal_section.xml |  1 +
16563 3 files changed, 106 insertions(+), 17 deletions(-)
16564
16565commit bd339387466d657f3404d0cf547a61cdb68ce80a
16566Author: Shaun McCance <shaunm@gnome.org>
16567Date:   Wed May 27 11:28:32 2009 -0500
16568
16569    [mallard] Edits to ITS in response to comments from Liam Quin
16570
16571 doc/mallard/C/its.xml | 28 +++++++++++++++++++---------
16572 1 file changed, 19 insertions(+), 9 deletions(-)
16573
16574commit b31531151eb59d46d2d4515cea6c42c09c449bf9
16575Author: Shaun McCance <shaunm@gnome.org>
16576Date:   Wed May 27 09:24:49 2009 -0500
16577
16578    [mallard] Change explore.xml to guide
16579
16580 doc/mallard/C/explore.xml           | 2 +-
16581 xslt/mallard/html/mal2html-page.xsl | 3 ++-
16582 2 files changed, 3 insertions(+), 2 deletions(-)
16583
16584commit f79dfb32b99f7d95e79903d07938b148ec5deaf0
16585Author: Shaun McCance <shaunm@gnome.org>
16586Date:   Wed May 27 09:07:59 2009 -0500
16587
16588    [mallard] Finished off ITS conformance doc for now
16589
16590 doc/mallard/C/its.xml | 41 +++++++++++++++++++++++++----------------
16591 1 file changed, 25 insertions(+), 16 deletions(-)
16592
16593commit 41010dacf37a282516be1dfeeeaf98c5581c42d7
16594Author: Shaun McCance <shaunm@gnome.org>
16595Date:   Tue May 26 17:23:14 2009 -0500
16596
16597    [mallard] Added R015 and R022 to ITS Conformance
16598
16599 doc/mallard/C/its.xml | 41 +++++++++++++++++++++++++++++++++++++++++
16600 1 file changed, 41 insertions(+)
16601
16602commit 9ab63198fc95877ab66e416549c3937f29b72518
16603Author: Shaun McCance <shaunm@gnome.org>
16604Date:   Tue May 26 17:06:32 2009 -0500
16605
16606    Added ITS conformance page and stubs for i18n and l10n pages
16607
16608 doc/mallard/C/explore.xml |   4 +
16609 doc/mallard/C/i18n.xml    |  22 ++++
16610 doc/mallard/C/its.xml     | 299 ++++++++++++++++++++++++++++++++++++++++++++++
16611 doc/mallard/C/l10n.xml    |  22 ++++
16612 4 files changed, 347 insertions(+)
16613
16614commit ee6312e96290c9d8c790aba2fedf5adced894843
16615Author: Shaun McCance <shaunm@gnome.org>
16616Date:   Mon May 25 20:58:58 2009 -0500
16617
16618    [mallard] Finished block_tree, plus other misc fixes
16619
16620 doc/mallard/C/mal_block_list.xml    |   5 +-
16621 doc/mallard/C/mal_block_note.xml    |  10 ++--
16622 doc/mallard/C/mal_block_quote.xml   |   4 +-
16623 doc/mallard/C/mal_block_steps.xml   |   5 +-
16624 doc/mallard/C/mal_block_terms.xml   |   7 ++-
16625 doc/mallard/C/mal_block_tree.xml    | 116 ++++++++++++++++++++++++++++++++++--
16626 xslt/mallard/html/mal2html-list.xsl |  44 ++++++++------
16627 7 files changed, 153 insertions(+), 38 deletions(-)
16628
16629commit e0bc7746c950487e92e811388d55da4ce0384b85
16630Author: Miquel Esplà <miquelespla@gmail.com>
16631Date:   Mon May 25 14:07:34 2009 +0200
16632
16633    Added Valencian-Catalan translation
16634
16635 po/LINGUAS        |    1 +
16636 po/ca@valencia.po | 2209 +++++++++++++++++++++++++++++++++++++++++++++++++++++
16637 2 files changed, 2210 insertions(+)
16638
16639commit b077d566a813b0ab58b9b00af4dd201e3feaa7c8
16640Author: Shaun McCance <shaunm@gnome.org>
16641Date:   Sun May 24 21:46:43 2009 -0500
16642
16643    [mallard] Work on terms and tree lists
16644
16645 doc/mallard/C/mal_block_terms.xml   |  86 +++++++++++++++++++++++++++++
16646 doc/mallard/C/mal_block_tree.xml    |  58 +++++++++++++++++++
16647 xslt/mallard/html/mal2html-css.xsl  |   4 +-
16648 xslt/mallard/html/mal2html-list.xsl | 107 ++++++++++++++++++++++++++++--------
16649 4 files changed, 229 insertions(+), 26 deletions(-)
16650
16651commit b24a1092e4537d9cd705063fd8627bb84f3fb483
16652Author: Shaun McCance <shaunm@gnome.org>
16653Date:   Sat May 23 16:04:06 2009 -0500
16654
16655    [mallard] Finished off block_steps and xslt implementation of mal:steps
16656
16657 doc/mallard/C/mal_block_steps.xml   | 120 +++++++++++++++++++++++++++++++++---
16658 xslt/mallard/html/mal2html-list.xsl |  57 +++++++++++++++++
16659 2 files changed, 169 insertions(+), 8 deletions(-)
16660
16661commit d2a7927e961d2649e806538237cc06d62fed7aa3
16662Author: Shaun McCance <shaunm@gnome.org>
16663Date:   Fri May 22 19:18:52 2009 -0500
16664
16665    [mallard] Changed license to CC-BY-SA 3.0 plus exception
16666
16667 doc/mallard/C/legal.xml | 14 +++++++-------
16668 1 file changed, 7 insertions(+), 7 deletions(-)
16669
16670commit d22c730ed4c964f5eb8e5970245bbc89a9ec5657
16671Author: Shaun McCance <shaunm@gnome.org>
16672Date:   Fri May 22 19:05:21 2009 -0500
16673
16674    [mallard] Finishing block_list and xslt implementation
16675
16676 doc/mallard/C/mal_block_list.xml    | 99 +++++++++++++++++++++++++++++++++++--
16677 xslt/mallard/html/mal2html-list.xsl | 26 ++++++++--
16678 2 files changed, 119 insertions(+), 6 deletions(-)
16679
16680commit 9ca4bc9a03bf900ed855e3e815b1a06df0df1ae8
16681Author: Shaun McCance <shaunm@gnome.org>
16682Date:   Thu May 21 12:23:46 2009 -0500
16683
16684    [mallard] Changing ulist and olist to list, more...
16685
16686    I've decided to re-merge ordered and unordered lists into a single
16687    list element, as it was before.  But this time, other types of lists
16688    have their own elements.  Ordered and unodered lists have the same
16689    content model anyway.  Besides the basic list element, we now have
16690    the steps, terms, and tree elements.
16691
16692 doc/mallard/C/mal_block.xml                        | 16 ++---
16693 doc/mallard/C/mal_block_cite.xml                   |  4 +-
16694 doc/mallard/C/mal_block_code.xml                   |  4 +-
16695 doc/mallard/C/mal_block_comment.xml                |  4 +-
16696 doc/mallard/C/mal_block_desc.xml                   |  4 +-
16697 doc/mallard/C/mal_block_example.xml                |  4 +-
16698 doc/mallard/C/mal_block_figure.xml                 |  4 +-
16699 .../C/{mal_block_ulist.xml => mal_block_list.xml}  | 48 +++++++++++----
16700 doc/mallard/C/mal_block_listing.xml                |  4 +-
16701 doc/mallard/C/mal_block_media.xml                  |  4 +-
16702 doc/mallard/C/mal_block_note.xml                   |  4 +-
16703 doc/mallard/C/mal_block_p.xml                      |  4 +-
16704 doc/mallard/C/mal_block_quote.xml                  |  4 +-
16705 doc/mallard/C/mal_block_screen.xml                 |  4 +-
16706 .../C/{mal_block_olist.xml => mal_block_steps.xml} | 10 +--
16707 doc/mallard/C/mal_block_synopsis.xml               |  4 +-
16708 .../C/{mal_block_dlist.xml => mal_block_terms.xml} |  8 +--
16709 doc/mallard/C/mal_inline_app.xml                   |  4 +-
16710 doc/mallard/C/mal_inline_cmd.xml                   |  4 +-
16711 doc/mallard/C/mal_inline_code.xml                  |  4 +-
16712 doc/mallard/C/mal_inline_em.xml                    |  4 +-
16713 doc/mallard/C/mal_inline_file.xml                  |  4 +-
16714 doc/mallard/C/mal_inline_gui.xml                   |  4 +-
16715 doc/mallard/C/mal_inline_guiseq.xml                |  4 +-
16716 doc/mallard/C/mal_inline_input.xml                 |  4 +-
16717 doc/mallard/C/mal_inline_key.xml                   |  4 +-
16718 doc/mallard/C/mal_inline_keyseq.xml                |  4 +-
16719 doc/mallard/C/mal_inline_link.xml                  | 12 ++--
16720 doc/mallard/C/mal_inline_media.xml                 |  4 +-
16721 doc/mallard/C/mal_inline_output.xml                |  4 +-
16722 doc/mallard/C/mal_inline_span.xml                  |  4 +-
16723 doc/mallard/C/mal_inline_sys.xml                   |  4 +-
16724 doc/mallard/C/mal_inline_var.xml                   |  4 +-
16725 doc/mallard/C/mal_page.xml                         |  4 +-
16726 xslt/mallard/html/mal2html-list.xsl                | 71 +++++++++++-----------
16727 35 files changed, 154 insertions(+), 127 deletions(-)
16728
16729commit 0f291e8144450329c7e50b3d3e739715e17d34b6
16730Author: Shaun McCance <shaunm@gnome.org>
16731Date:   Thu May 21 08:22:58 2009 -0500
16732
16733    [mallard] Fixing content models for list types
16734
16735 doc/mallard/C/mal_block.xml       |  1 +
16736 doc/mallard/C/mal_block_dlist.xml | 68 ++++++++++++++++++++++++++++++++++++---
16737 doc/mallard/C/mal_block_olist.xml | 68 +++++++++++++++++++++++++++++++++++----
16738 doc/mallard/C/mal_block_tree.xml  | 20 +++++++-----
16739 doc/mallard/C/mal_block_ulist.xml | 54 ++++++++++++++++++++++++++++++-
16740 5 files changed, 191 insertions(+), 20 deletions(-)
16741
16742commit 2fe5b5553890c1490e9fc781bac3f6ea5fa38f9b
16743Author: Shaun McCance <shaunm@gnome.org>
16744Date:   Wed May 20 13:55:02 2009 -0500
16745
16746    [mallard] Changing list.bullet to ulist
16747
16748 doc/mallard/C/mal_block_cite.xml     |  4 ++--
16749 doc/mallard/C/mal_block_code.xml     |  4 ++--
16750 doc/mallard/C/mal_block_comment.xml  |  4 ++--
16751 doc/mallard/C/mal_block_desc.xml     |  4 ++--
16752 doc/mallard/C/mal_block_example.xml  |  4 ++--
16753 doc/mallard/C/mal_block_figure.xml   |  4 ++--
16754 doc/mallard/C/mal_block_listing.xml  |  4 ++--
16755 doc/mallard/C/mal_block_media.xml    |  4 ++--
16756 doc/mallard/C/mal_block_note.xml     |  4 ++--
16757 doc/mallard/C/mal_block_p.xml        |  4 ++--
16758 doc/mallard/C/mal_block_quote.xml    |  4 ++--
16759 doc/mallard/C/mal_block_screen.xml   |  4 ++--
16760 doc/mallard/C/mal_block_synopsis.xml |  4 ++--
16761 doc/mallard/C/mal_block_ulist.xml    | 14 +++++++++-----
16762 doc/mallard/C/mal_inline_app.xml     |  4 ++--
16763 doc/mallard/C/mal_inline_cmd.xml     |  4 ++--
16764 doc/mallard/C/mal_inline_code.xml    |  4 ++--
16765 doc/mallard/C/mal_inline_em.xml      |  4 ++--
16766 doc/mallard/C/mal_inline_file.xml    |  4 ++--
16767 doc/mallard/C/mal_inline_gui.xml     |  4 ++--
16768 doc/mallard/C/mal_inline_guiseq.xml  |  4 ++--
16769 doc/mallard/C/mal_inline_input.xml   |  4 ++--
16770 doc/mallard/C/mal_inline_key.xml     |  4 ++--
16771 doc/mallard/C/mal_inline_keyseq.xml  |  4 ++--
16772 doc/mallard/C/mal_inline_link.xml    | 12 ++++++------
16773 doc/mallard/C/mal_inline_media.xml   |  4 ++--
16774 doc/mallard/C/mal_inline_output.xml  |  4 ++--
16775 doc/mallard/C/mal_inline_span.xml    |  4 ++--
16776 doc/mallard/C/mal_inline_sys.xml     |  4 ++--
16777 doc/mallard/C/mal_inline_var.xml     |  4 ++--
16778 doc/mallard/C/mal_page.xml           |  4 ++--
16779 xslt/mallard/html/mal2html-list.xsl  | 30 +++++++++++++++---------------
16780 32 files changed, 88 insertions(+), 84 deletions(-)
16781
16782commit a61c4844982da69d81a83262144c14e6babe2fcd
16783Author: Shaun McCance <shaunm@gnome.org>
16784Date:   Wed May 20 11:20:23 2009 -0500
16785
16786    [mallard] Finished inline_link and removed inline_quote.
16787
16788    I'm not wholly convinced that an inline quote element serves any
16789    useful purpose.  It never generates any styling effects.  It only
16790    adds punctuation.  Punctuation are just characters that, as far
16791    as I'm concerned, are properly part of the text content.
16792
16793    Granted, it's useful for making fancy quotation marks, but I don't
16794    think it's worth the processing baggage.  It seems simple at first,
16795    but it turns out that the punctuation rules in different languages
16796    are tricky.  I think it's best that people just type the punctuation
16797    they intend to have.
16798
16799 doc/mallard/C/mal_block_quote.xml  |  5 ---
16800 doc/mallard/C/mal_inline.xml       |  4 ++-
16801 doc/mallard/C/mal_inline_link.xml  | 49 ++++++++++++++++++++++++-
16802 doc/mallard/C/mal_inline_quote.xml | 73 --------------------------------------
16803 4 files changed, 51 insertions(+), 80 deletions(-)
16804
16805commit 1ea63ac6ea9cdc48fd44cc5ae20b21b18f83ece9
16806Author: Shaun McCance <shaunm@gnome.org>
16807Date:   Tue May 19 16:26:06 2009 -0500
16808
16809    [mallard] Work on block_quote and block_synopsis
16810
16811 doc/mallard/C/mal_block_quote.xml    | 128 ++++++++++++++++++++++++++++++++---
16812 doc/mallard/C/mal_block_synopsis.xml |  25 +++++--
16813 sandbox/mallard/html/Makefile        |   5 +-
16814 xslt/common/theme.xsl                |  11 +++
16815 xslt/mallard/html/mal2html-block.xsl |  82 +++++++++++++++++++++-
16816 5 files changed, 233 insertions(+), 18 deletions(-)
16817
16818commit c624f6f5172e014ffb7f42b9d237f92df379faa2
16819Author: Shaun McCance <shaunm@gnome.org>
16820Date:   Tue May 19 13:54:28 2009 -0500
16821
16822    [mallard] Moving mal_title to mal_block_title and mal_subtitle to mal_block_subtitle
16823
16824 doc/mallard/C/mal_block.xml                                | 6 +++---
16825 doc/mallard/C/mal_block_comment.xml                        | 6 +++---
16826 doc/mallard/C/mal_block_dlist.xml                          | 2 +-
16827 doc/mallard/C/mal_block_example.xml                        | 2 +-
16828 doc/mallard/C/mal_block_figure.xml                         | 4 ++--
16829 doc/mallard/C/mal_block_listing.xml                        | 4 ++--
16830 doc/mallard/C/mal_block_note.xml                           | 4 ++--
16831 doc/mallard/C/mal_block_olist.xml                          | 2 +-
16832 doc/mallard/C/mal_block_quote.xml                          | 4 ++--
16833 doc/mallard/C/{mal_subtitle.xml => mal_block_subtitle.xml} | 4 ++--
16834 doc/mallard/C/mal_block_synopsis.xml                       | 6 +++---
16835 doc/mallard/C/{mal_title.xml => mal_block_title.xml}       | 4 ++--
16836 doc/mallard/C/mal_block_ulist.xml                          | 2 +-
16837 doc/mallard/C/mal_info_version.xml                         | 4 ++--
16838 doc/mallard/C/mal_page.xml                                 | 4 ++--
16839 doc/mallard/C/mal_section.xml                              | 2 +-
16840 doc/mallard/C/mal_table.xml                                | 2 +-
16841 17 files changed, 31 insertions(+), 31 deletions(-)
16842
16843commit 5e1f23d4285564258ab8c9c43ec2c7b33853d528
16844Author: Shaun McCance <shaunm@gnome.org>
16845Date:   Tue May 19 13:47:26 2009 -0500
16846
16847    [mallard] Finishing block_figure and block_desc
16848
16849 doc/mallard/C/mal_block.xml        |  1 -
16850 doc/mallard/C/mal_block_desc.xml   | 78 ++++++++++++++++++++++++++++++++------
16851 doc/mallard/C/mal_block_figure.xml | 74 +++++++++++++++++++++++++++++++++---
16852 3 files changed, 135 insertions(+), 18 deletions(-)
16853
16854commit 54992541088095fc221f29a5c9943156134a55c6
16855Author: Shaun McCance <shaunm@gnome.org>
16856Date:   Tue May 19 10:23:42 2009 -0500
16857
16858    Added note about license for images
16859
16860 COPYING | 12 ++++++++++++
16861 1 file changed, 12 insertions(+)
16862
16863commit 427b323be712413cd8eb9e182e59cc6620083368
16864Author: Shaun McCance <shaunm@gnome.org>
16865Date:   Fri May 15 13:53:02 2009 -0500
16866
16867    [db2omf] Fixed error message about OMF date: refer to pubdate
16868
16869 xslt/docbook/omf/db2omf.xsl | 2 +-
16870 1 file changed, 1 insertion(+), 1 deletion(-)
16871
16872commit f2c9bbffe57e290b538c8a3237b4f663dd8c08f7
16873Author: Shaun McCance <shaunm@gnome.org>
16874Date:   Tue May 19 00:30:49 2009 -0500
16875
16876    [mallard] Finishing block_listing
16877
16878 doc/mallard/C/mal_block_listing.xml | 76 +++++++++++++++++++++++++++++++++----
16879 1 file changed, 68 insertions(+), 8 deletions(-)
16880
16881commit 6d2c8e6ffca9f947165aae1389e38d999d519bf9
16882Author: Shaun McCance <shaunm@gnome.org>
16883Date:   Mon May 18 16:30:28 2009 -0500
16884
16885    [mallard] Trying out 24x24 admonition icons
16886
16887 data/icons/hicolor/24x24/admon-bug.png       | Bin 0 -> 1317 bytes
16888 data/icons/hicolor/24x24/admon-caution.png   | Bin 0 -> 1149 bytes
16889 data/icons/hicolor/24x24/admon-important.png | Bin 0 -> 1017 bytes
16890 data/icons/hicolor/24x24/admon-note.png      | Bin 0 -> 779 bytes
16891 data/icons/hicolor/24x24/admon-tip.png       | Bin 0 -> 1128 bytes
16892 data/icons/hicolor/24x24/admon-warning.png   | Bin 0 -> 1149 bytes
16893 sandbox/mallard/html/Makefile                |   9 ++++++++-
16894 7 files changed, 8 insertions(+), 1 deletion(-)
16895
16896commit 31d0d5157a0f2a3328a9c9f061a95830124efc0f
16897Author: Shaun McCance <shaunm@gnome.org>
16898Date:   Mon May 18 15:56:34 2009 -0500
16899
16900    [mallard] Finished off block_note
16901
16902 doc/mallard/C/mal_block_note.xml     | 157 +++++++++++++++++++++++++++++++++--
16903 xslt/mallard/html/mal2html-block.xsl |  13 ++-
16904 2 files changed, 161 insertions(+), 9 deletions(-)
16905
16906commit 4ec5cfebd8094092be3daa7db7dc87e9e911ee3e
16907Author: Shaun McCance <shaunm@gnome.org>
16908Date:   Mon May 18 11:17:46 2009 -0500
16909
16910    [mal2html] Using old theme system, work on notes
16911
16912    When I started the mallard stylesheets, I did a different theme.xsl.
16913    I'm not wholly convinced of its benefits anymore, and I don't feel
16914    like dealing with the pain of completing it and moving the DocBook
16915    stylesheets over right now.
16916
16917 xslt/mallard/html/mal2html-block.xsl  | 137 ++++++++++++++++++++-------------
16918 xslt/mallard/html/mal2html-css.xsl    | 140 +++++++---------------------------
16919 xslt/mallard/html/mal2html-inline.xsl |  31 ++------
16920 xslt/mallard/html/mal2html.xsl        |   2 +-
16921 xslt/mallard/html/mal2xhtml.xsl       |   2 +-
16922 5 files changed, 120 insertions(+), 192 deletions(-)
16923
16924commit 629be407dd45170e2556902a0e182c500e57696e
16925Author: Shaun McCance <shaunm@gnome.org>
16926Date:   Thu May 14 11:12:22 2009 -0500
16927
16928    [mallard] Adding notes about content model to block elements
16929
16930 doc/mallard/C/mal_block_code.xml     | 11 ++++++++++-
16931 doc/mallard/C/mal_block_comment.xml  | 10 ++++++++++
16932 doc/mallard/C/mal_block_example.xml  | 14 +++++++++-----
16933 doc/mallard/C/mal_block_figure.xml   | 25 +++++++++++++++++++++++++
16934 doc/mallard/C/mal_block_listing.xml  | 26 ++++++++++++++++++++++++++
16935 doc/mallard/C/mal_block_media.xml    | 11 ++++++++++-
16936 doc/mallard/C/mal_block_note.xml     | 35 ++++++++++++++++++++++-------------
16937 doc/mallard/C/mal_block_p.xml        | 24 ++++++++++++++++++++++++
16938 doc/mallard/C/mal_block_quote.xml    | 30 +++++++++++++++++++++++++++++-
16939 doc/mallard/C/mal_block_screen.xml   |  9 +++++++++
16940 doc/mallard/C/mal_block_synopsis.xml | 12 +++++++++++-
16941 doc/mallard/C/mal_inline_quote.xml   |  3 +++
16942 12 files changed, 188 insertions(+), 22 deletions(-)
16943
16944commit 6a59b323cf8f6cc829985edcdef44e69ec176e29
16945Author: Shaun McCance <shaunm@gnome.org>
16946Date:   Wed May 13 19:03:45 2009 -0500
16947
16948    [mallard] Adding info to mal_block, marking review
16949
16950 doc/mallard/C/mal_block.xml                        | 81 ++++++++++++++++++----
16951 .../C/{mal_list_tree.xml => mal_block_tree.xml}    |  2 +-
16952 2 files changed, 68 insertions(+), 15 deletions(-)
16953
16954commit 3b4995aff52910b4bef8052a362f5ae046806008
16955Author: Shaun McCance <shaunm@gnome.org>
16956Date:   Wed May 13 16:23:17 2009 -0500
16957
16958    [mallard] Fixing all header information for inline element pages
16959
16960 doc/mallard/C/mal_inline_app.xml    |  2 +-
16961 doc/mallard/C/mal_inline_cmd.xml    |  2 +-
16962 doc/mallard/C/mal_inline_code.xml   |  4 +++-
16963 doc/mallard/C/mal_inline_em.xml     |  6 ++++--
16964 doc/mallard/C/mal_inline_file.xml   |  6 ++++--
16965 doc/mallard/C/mal_inline_gui.xml    |  6 ++++--
16966 doc/mallard/C/mal_inline_guiseq.xml |  6 ++++--
16967 doc/mallard/C/mal_inline_input.xml  |  4 +++-
16968 doc/mallard/C/mal_inline_key.xml    | 11 +++++++++++
16969 doc/mallard/C/mal_inline_keyseq.xml |  6 ++++--
16970 doc/mallard/C/mal_inline_link.xml   |  2 +-
16971 doc/mallard/C/mal_inline_media.xml  | 11 +++++++++++
16972 doc/mallard/C/mal_inline_output.xml |  6 ++++--
16973 doc/mallard/C/mal_inline_quote.xml  |  2 +-
16974 doc/mallard/C/mal_inline_sys.xml    |  4 +++-
16975 doc/mallard/C/mal_inline_var.xml    | 11 +++++++++++
16976 16 files changed, 70 insertions(+), 19 deletions(-)
16977
16978commit d1ca9f057261dc155e628b4af86a397b7cea0c17
16979Author: Shaun McCance <shaunm@gnome.org>
16980Date:   Wed May 13 16:17:09 2009 -0500
16981
16982    [mallard] Finishing up some inline elements: input, sys, span
16983
16984 doc/mallard/C/mal_inline_input.xml | 28 ++++++++++++++++---
16985 doc/mallard/C/mal_inline_span.xml  | 57 +++++++++++++++++++++++++++++++++++++-
16986 doc/mallard/C/mal_inline_sys.xml   | 31 +++++++++++++++++++--
16987 3 files changed, 108 insertions(+), 8 deletions(-)
16988
16989commit beaf4e734984f63339eacc69280810823439c5a2
16990Author: Christian Persch <chpe@gnome.org>
16991Date:   Wed May 13 17:08:57 2009 +0200
16992
16993    Fix file-not-found warnings from config.status
16994
16995    Put tools/gnome-doc-tool and tools/gnome-doc-prepare into separate
16996    AC_CONFIG_FILES statements, so the extra chmod isn't execute for other
16997    config files and give a warning message. Bug #557732 comment 4.
16998
16999 configure.in | 8 +++-----
17000 1 file changed, 3 insertions(+), 5 deletions(-)
17001
17002commit 094b53780f5de03aeaaaac107de3a9dd2b9d0e1c
17003Author: Shaun McCance <shaunm@gnome.org>
17004Date:   Tue May 12 19:47:33 2009 -0500
17005
17006    [mallard] Adding info to mal_inline_link
17007
17008 doc/mallard/C/mal_inline_link.xml | 74 +++++++++++++++++++++++++++++++++++++--
17009 1 file changed, 71 insertions(+), 3 deletions(-)
17010
17011commit 565fc95e66f78943cc6bdd52472de1ebd435c69a
17012Author: Shaun McCance <shaunm@gnome.org>
17013Date:   Tue May 12 17:39:18 2009 -0500
17014
17015    [mallard] Adding info about external namespaces
17016
17017    Moved mal_attr_external to mal_external.  It will have content about
17018    both external namespace attributes and external namespace elements.
17019
17020 doc/mallard/C/mal_attr_external.xml  | 25 ------------
17021 doc/mallard/C/mal_attr_link.xml      |  2 +-
17022 doc/mallard/C/mal_block_cite.xml     |  2 +-
17023 doc/mallard/C/mal_block_code.xml     |  2 +-
17024 doc/mallard/C/mal_block_comment.xml  |  2 +-
17025 doc/mallard/C/mal_block_example.xml  |  2 +-
17026 doc/mallard/C/mal_block_media.xml    |  2 +-
17027 doc/mallard/C/mal_block_screen.xml   |  2 +-
17028 doc/mallard/C/mal_block_synopsis.xml |  2 +-
17029 doc/mallard/C/mal_external.xml       | 75 ++++++++++++++++++++++++++++++++++++
17030 doc/mallard/C/mal_inline.xml         | 10 ++---
17031 doc/mallard/C/mal_inline_app.xml     |  2 +-
17032 doc/mallard/C/mal_inline_cmd.xml     |  2 +-
17033 doc/mallard/C/mal_inline_code.xml    |  2 +-
17034 doc/mallard/C/mal_inline_em.xml      |  2 +-
17035 doc/mallard/C/mal_inline_file.xml    |  2 +-
17036 doc/mallard/C/mal_inline_gui.xml     |  2 +-
17037 doc/mallard/C/mal_inline_guiseq.xml  |  2 +-
17038 doc/mallard/C/mal_inline_input.xml   |  2 +-
17039 doc/mallard/C/mal_inline_key.xml     |  2 +-
17040 doc/mallard/C/mal_inline_keyseq.xml  |  2 +-
17041 doc/mallard/C/mal_inline_link.xml    |  2 +-
17042 doc/mallard/C/mal_inline_media.xml   |  2 +-
17043 doc/mallard/C/mal_inline_output.xml  |  2 +-
17044 doc/mallard/C/mal_inline_quote.xml   |  2 +-
17045 doc/mallard/C/mal_inline_span.xml    |  2 +-
17046 doc/mallard/C/mal_inline_sys.xml     |  2 +-
17047 doc/mallard/C/mal_inline_var.xml     |  2 +-
17048 28 files changed, 105 insertions(+), 55 deletions(-)
17049
17050commit eeda2b911020c4968d7b443e52eaea5b2230c360
17051Author: Shaun McCance <shaunm@gnome.org>
17052Date:   Tue May 12 15:00:17 2009 -0500
17053
17054    Adding notes about content model and parents to inline elements.
17055
17056    Based on input from Paul Cutler.  Hopefully makes things more clear
17057    for those who can't read RELAX-NG.  Also rearranged some notes,
17058    cleaned up some language, and changed all comparison sections to
17059    Comparison to Other Formats.
17060
17061 doc/mallard/C/mal_inline_app.xml    | 25 ++++++++++-----
17062 doc/mallard/C/mal_inline_cmd.xml    | 31 +++++++++++-------
17063 doc/mallard/C/mal_inline_code.xml   | 27 ++++++++++------
17064 doc/mallard/C/mal_inline_em.xml     | 28 +++++++++++------
17065 doc/mallard/C/mal_inline_file.xml   | 25 ++++++++++-----
17066 doc/mallard/C/mal_inline_gui.xml    | 47 ++++++++++++++++-----------
17067 doc/mallard/C/mal_inline_guiseq.xml | 31 ++++++++++++------
17068 doc/mallard/C/mal_inline_input.xml  | 37 +++++++++++++---------
17069 doc/mallard/C/mal_inline_key.xml    | 33 +++++++++++++------
17070 doc/mallard/C/mal_inline_keyseq.xml | 56 +++++++++++++++++++--------------
17071 doc/mallard/C/mal_inline_link.xml   | 63 ++++++++++++++++++++++++-------------
17072 doc/mallard/C/mal_inline_media.xml  | 29 +++++++++++------
17073 doc/mallard/C/mal_inline_output.xml | 39 ++++++++++++++---------
17074 doc/mallard/C/mal_inline_quote.xml  | 28 +++++++++++++++++
17075 doc/mallard/C/mal_inline_span.xml   | 28 +++++++++++++++++
17076 doc/mallard/C/mal_inline_sys.xml    | 25 ++++++++++-----
17077 doc/mallard/C/mal_inline_var.xml    | 38 +++++++++++++++++-----
17078 17 files changed, 405 insertions(+), 185 deletions(-)
17079
17080commit 29c9e29879525c7c1b937c0396d8875927d2fa11
17081Merge: a7c323b3 32fd28ce
17082Author: Shaun McCance <shaunm@gnome.org>
17083Date:   Mon May 11 21:32:24 2009 -0500
17084
17085    Merge commit 'origin/mallard' into mallard
17086
17087commit a7c323b32a3848b5471769e8f1b130b94fe5b921
17088Merge: 89ec0e58 d7e9e06b
17089Author: Shaun McCance <shaunm@gnome.org>
17090Date:   Mon May 11 21:32:13 2009 -0500
17091
17092    Merge commit 'origin/master' into mallard
17093
17094commit 32fd28ce711b2f653c55a8745f911119a1d6f330
17095Author: Shaun McCance <shaunm@gnome.org>
17096Date:   Mon May 11 15:07:33 2009 -0500
17097
17098    [mallard] Splitting out table elements into subpages
17099
17100 doc/mallard/C/mal_block.xml     |  1 -
17101 doc/mallard/C/mal_table.xml     | 15 ++++-----------
17102 doc/mallard/C/mal_table_col.xml | 24 ++++++++++++++++++++++++
17103 doc/mallard/C/mal_table_td.xml  | 20 ++++++++++++++++++++
17104 doc/mallard/C/mal_table_tr.xml  | 38 ++++++++++++++++++++++++++++++++++++++
17105 5 files changed, 86 insertions(+), 12 deletions(-)
17106
17107commit fc0cdea95ef540bccce4135eca88129f2b0c3938
17108Author: Shaun McCance <shaunm@gnome.org>
17109Date:   Mon May 11 12:54:25 2009 -0500
17110
17111    [mal2html] Using the dual-(x)html output method from db2html
17112
17113 sandbox/mallard/html/Makefile       |  7 ++--
17114 xslt/mallard/html/mal2html-page.xsl |  4 +--
17115 xslt/mallard/html/mal2html.xsl      | 16 +++++++--
17116 xslt/mallard/html/mal2xhtml.xsl     | 67 +++++++++++++++++++++++++++++++++++++
17117 4 files changed, 86 insertions(+), 8 deletions(-)
17118
17119commit b41f0f89066d822c6af3fe3fc6e8856e7c43a3ec
17120Author: Shaun McCance <shaunm@gnome.org>
17121Date:   Thu May 7 15:12:22 2009 -0500
17122
17123    [mallard] Added content for block_comment, fixed some first-child issues
17124
17125 doc/mallard/C/mal_block_cite.xml     |  30 ++++++-
17126 doc/mallard/C/mal_block_comment.xml  | 149 +++++++++++++++++++++++++++++------
17127 xslt/mallard/html/mal2html-block.xsl |  35 +++++---
17128 xslt/mallard/html/mal2html-page.xsl  |   6 +-
17129 4 files changed, 180 insertions(+), 40 deletions(-)
17130
17131commit 8d437dbb13f2af02b16cd0dcf6121ab6f75d2eeb
17132Author: Shaun McCance <shaunm@gnome.org>
17133Date:   Wed May 6 18:49:42 2009 -0500
17134
17135    [mallard] Added content to block_example, plus typo fixes
17136
17137 doc/mallard/C/mal_block_code.xml     |  2 +-
17138 doc/mallard/C/mal_block_example.xml  | 99 +++++++++++++++++++++++++++++++++++-
17139 doc/mallard/C/mal_block_media.xml    |  2 +-
17140 doc/mallard/C/mal_block_screen.xml   |  2 +-
17141 doc/mallard/C/mal_block_synopsis.xml |  2 +-
17142 5 files changed, 102 insertions(+), 5 deletions(-)
17143
17144commit d10d4884d99009b31a4e29d3a779a611c9450eb8
17145Author: Shaun McCance <shaunm@gnome.org>
17146Date:   Wed May 6 15:06:45 2009 -0500
17147
17148    [mallard] Simplifying table examples
17149
17150 doc/mallard/C/mal_table.xml | 659 ++++++++++++--------------------------------
17151 1 file changed, 169 insertions(+), 490 deletions(-)
17152
17153commit 8a750ccccb0ebfe3a2fe832e1285925c6bfffe71
17154Author: Shaun McCance <shaunm@gnome.org>
17155Date:   Wed May 6 15:06:06 2009 -0500
17156
17157    [mal2html] Making subsection headers more prominent
17158
17159 xslt/mallard/html/mal2html-css.xsl | 17 ++++++++---------
17160 1 file changed, 8 insertions(+), 9 deletions(-)
17161
17162commit c85366f7e4f5a1703daa099df32f605684745b2f
17163Author: Shaun McCance <shaunm@gnome.org>
17164Date:   Wed May 6 11:07:50 2009 -0500
17165
17166    [mal2html] Improved block mode processing and fixed guide link issue
17167
17168 xslt/mallard/html/mal2html-block.xsl | 45 +++++++++++++++++++++---------------
17169 xslt/mallard/html/mal2html-css.xsl   |  2 +-
17170 xslt/mallard/html/mal2html-page.xsl  | 41 ++++++++++++++++----------------
17171 3 files changed, 47 insertions(+), 41 deletions(-)
17172
17173commit 4b6650888efbaccc4fb7724baf8737c3fac8131b
17174Author: Shaun McCance <shaunm@gnome.org>
17175Date:   Wed May 6 11:05:54 2009 -0500
17176
17177    [mallard] Restructuring of block elements spec
17178
17179 doc/mallard/C/mal_block.xml                        | 110 ++++++++++++++++-----
17180 doc/mallard/C/mal_block_cite.xml                   |   2 -
17181 doc/mallard/C/mal_block_code.xml                   |   1 -
17182 doc/mallard/C/mal_block_comment.xml                |   1 -
17183 doc/mallard/C/mal_block_desc.xml                   |   2 -
17184 ...mal_list_definition.xml => mal_block_dlist.xml} |  14 ++-
17185 doc/mallard/C/mal_block_example.xml                |   1 -
17186 doc/mallard/C/mal_block_figure.xml                 |   1 -
17187 doc/mallard/C/mal_block_listing.xml                |   1 -
17188 doc/mallard/C/mal_block_media.xml                  |   1 -
17189 doc/mallard/C/mal_block_note.xml                   |   1 -
17190 .../{mal_list_numbered.xml => mal_block_olist.xml} |  14 ++-
17191 doc/mallard/C/mal_block_p.xml                      |   1 -
17192 doc/mallard/C/mal_block_quote.xml                  |   1 -
17193 doc/mallard/C/mal_block_screen.xml                 |   1 -
17194 doc/mallard/C/mal_block_synopsis.xml               |   2 -
17195 .../C/{mal_list_bullet.xml => mal_block_ulist.xml} |  14 ++-
17196 doc/mallard/C/mal_list.xml                         |  29 ------
17197 doc/mallard/C/mal_subtitle.xml                     |   1 -
17198 doc/mallard/C/mal_table.xml                        |   1 -
17199 doc/mallard/C/mal_title.xml                        |   1 -
17200 21 files changed, 122 insertions(+), 78 deletions(-)
17201
17202commit 89ec0e581538735fcaf44a7dd4893500c90e8ece
17203Author: Shaun McCance <shaunm@gnome.org>
17204Date:   Sun May 3 19:13:16 2009 -0500
17205
17206    [mallard] Simpler auto links
17207
17208 xslt/mallard/html/mal2html-css.xsl  |  12 ++++
17209 xslt/mallard/html/mal2html-page.xsl | 109 +++++++++++++++++++-----------------
17210 2 files changed, 71 insertions(+), 50 deletions(-)
17211
17212commit bca325a88952f22bd8d7c4b15cd13fd3b91f5490
17213Author: Shaun McCance <shaunm@gnome.org>
17214Date:   Sun May 3 15:21:45 2009 -0500
17215
17216    [mallard] Added information and xslt for synopsis and listing
17217
17218 doc/mallard/C/mal_block_synopsis.xml | 71 ++++++++++++++++++++++++++++++++++--
17219 xslt/mallard/html/mal2html-block.xsl | 33 +++++++++--------
17220 xslt/mallard/html/mal2html-page.xsl  |  2 +-
17221 3 files changed, 85 insertions(+), 21 deletions(-)
17222
17223commit 55475c9a21567ae22b5c87de850b20796b6256a4
17224Author: Shaun McCance <shaunm@gnome.org>
17225Date:   Sun May 3 12:27:16 2009 -0500
17226
17227    [mallard] Flushing out media elements spec and implementation
17228
17229 doc/mallard/C/mal_block_media.xml    |  48 +++++++++-
17230 doc/mallard/C/mal_inline_media.xml   | 164 ++++++++++++++++++++++++-----------
17231 xslt/mallard/html/mal2html-media.xsl |  22 ++++-
17232 3 files changed, 183 insertions(+), 51 deletions(-)
17233
17234commit fbb0711182c22a665d92e1842472fc341cfe4bda
17235Author: Shaun McCance <shaunm@gnome.org>
17236Date:   Sun May 3 00:19:40 2009 -0500
17237
17238    [mallard] Updates to media processing
17239
17240    I'm going back to my original idea of nested chaining, instead of
17241    using a container element to list fallbacks.  I thought there were
17242    logistical problems with using nested elements both for alternate
17243    media and for text fallback, until I realized there aren't.
17244
17245 doc/mallard/C/mal_block_media.xml    | 45 ++++++++++++++++++++++++++++++++++--
17246 xslt/mallard/html/mal2html-media.xsl | 45 ++++++++++++++++++++++++++++++++----
17247 2 files changed, 83 insertions(+), 7 deletions(-)
17248
17249commit 728fa89d25e907c6431223b04095f859f4f82ecb
17250Author: Shaun McCance <shaunm@gnome.org>
17251Date:   Sat May 2 21:51:10 2009 -0500
17252
17253    [mallard] Some work on block_media
17254
17255 doc/mallard/C/mal_block_desc.xml     |  4 ++--
17256 doc/mallard/C/mal_block_media.xml    | 44 +++++++++++++++++++++++++++++++++---
17257 xslt/mallard/html/mal2html-media.xsl |  2 +-
17258 3 files changed, 44 insertions(+), 6 deletions(-)
17259
17260commit 7efe93c679ec6a0c86ea255e21571478b6126270
17261Author: Shaun McCance <shaunm@gnome.org>
17262Date:   Sat May 2 21:47:23 2009 -0500
17263
17264    [mallard] Fixed automatic link text for internal links
17265
17266 xslt/mallard/common/mal-link.xsl | 17 ++++++++++++++++-
17267 1 file changed, 16 insertions(+), 1 deletion(-)
17268
17269commit 3e51d08b7294093f710e384db89ffc19a404e5e9
17270Author: Shaun McCance <shaunm@gnome.org>
17271Date:   Sat May 2 18:27:26 2009 -0500
17272
17273    [mallard] Added note to code about using inside listing
17274
17275 doc/mallard/C/mal_block_code.xml | 5 +++++
17276 1 file changed, 5 insertions(+)
17277
17278commit 6b43e99cfbe6c0e1cb419f8b46a45c146a3d364a
17279Author: Shaun McCance <shaunm@gnome.org>
17280Date:   Sat May 2 17:58:27 2009 -0500
17281
17282    Adding listing & fixing first-child issues for mal2html.block.mode
17283
17284 doc/mallard/C/mal_block.xml          |  3 +-
17285 doc/mallard/C/mal_block_comment.xml  |  1 +
17286 doc/mallard/C/mal_block_figure.xml   |  2 +-
17287 doc/mallard/C/mal_block_listing.xml  | 42 ++++++++++++++++
17288 xslt/mallard/html/mal2html-block.xsl | 96 ++++++++++++++++++++++++++----------
17289 xslt/mallard/html/mal2html-css.xsl   |  5 +-
17290 xslt/mallard/html/mal2html-page.xsl  |  9 +++-
17291 7 files changed, 126 insertions(+), 32 deletions(-)
17292
17293commit d7e9e06b83b50cb2aa41cbe89057e7516850e2ab
17294Author: Shaun McCance <shaunm@gnome.org>
17295Date:   Sun Apr 26 13:28:52 2009 -0500
17296
17297    Adding mailto: to foaf:mbox
17298
17299 gnome-doc-utils.doap | 4 ++--
17300 1 file changed, 2 insertions(+), 2 deletions(-)
17301
17302commit d40482de65df45b3a681e06ddf597bbcb13b435a
17303Author: Shaun McCance <shaunm@gnome.org>
17304Date:   Sun Apr 26 13:27:51 2009 -0500
17305
17306    [mal_inline] Fixed typo
17307
17308 doc/mallard/C/mal_inline.xml | 2 +-
17309 1 file changed, 1 insertion(+), 1 deletion(-)
17310
17311commit 4f89e4d4173ee812b865a0316e5f5691e649aa9d
17312Author: Shaun McCance <shaunm@gnome.org>
17313Date:   Sun Apr 19 15:36:51 2009 -0500
17314
17315    Adding DOAP file
17316
17317 gnome-doc-utils.doap | 30 ++++++++++++++++++++++++++++++
17318 1 file changed, 30 insertions(+)
17319
17320commit 5198d2741090fe227ea297f2ca44b73c846573dc
17321Author: Shaun McCance <shaunm@gnome.org>
17322Date:   Sun Apr 19 15:34:38 2009 -0500
17323
17324    Using example element in examples for mal_block_desc
17325
17326 doc/mallard/C/mal_block_desc.xml | 23 +++++++++++------------
17327 1 file changed, 11 insertions(+), 12 deletions(-)
17328
17329commit 6ee9acd36f1cc056a82197638bfb7f265f05ec58
17330Author: Shaun McCance <shaunm@gnome.org>
17331Date:   Sun Apr 19 11:55:58 2009 -0500
17332
17333    Renaming the caption element to desc, which we already have as an info element
17334
17335 doc/mallard/C/mal_block_caption.xml  | 91 ------------------------------------
17336 doc/mallard/C/mal_block_desc.xml     | 82 ++++++++++++++++++++++++++++++++
17337 doc/mallard/C/mal_block_figure.xml   |  4 +-
17338 doc/mallard/C/mal_block_quote.xml    |  4 +-
17339 doc/mallard/C/mal_table.xml          |  5 +-
17340 xslt/mallard/html/mal2html-block.xsl | 12 ++---
17341 6 files changed, 94 insertions(+), 104 deletions(-)
17342
17343commit af5d420242a4bda73db11f00c21c5253a9c341e2
17344Author: Shaun McCance <shaunm@gnome.org>
17345Date:   Sun Apr 19 11:44:30 2009 -0500
17346
17347    Finishing off code blocks and adding info to screen and inline code
17348
17349 doc/mallard/C/mal_block_code.xml   | 94 ++++++++++++++++++++++++++++----------
17350 doc/mallard/C/mal_block_screen.xml |  8 +++-
17351 doc/mallard/C/mal_inline_code.xml  |  9 ++--
17352 3 files changed, 81 insertions(+), 30 deletions(-)
17353
17354commit bef18eb8ca59e696fac07e6dc79bf384f2cd8d42
17355Author: Shaun McCance <shaunm@gnome.org>
17356Date:   Sun Apr 19 10:34:46 2009 -0500
17357
17358    Additions to mal_inline and mal_page
17359
17360 doc/mallard/C/mal_inline.xml | 59 +++++++++++++++++++++++++++++++++++++-------
17361 doc/mallard/C/mal_page.xml   | 35 ++++++++++++++++++++++++++
17362 2 files changed, 85 insertions(+), 9 deletions(-)
17363
17364commit 9e7f635cf2b4abc138235cc3bdd47b66055b1cde
17365Author: Shaun McCance <shaunm@gnome.org>
17366Date:   Sun Apr 19 01:04:01 2009 -0500
17367
17368    More content for the Mallard screen element
17369
17370 doc/mallard/C/mal_block_screen.xml | 51 ++++++++++++++++++++++++++++++--------
17371 1 file changed, 41 insertions(+), 10 deletions(-)
17372
17373commit 154d3b1d8e9e63b161f62d3031c62c12ae2d2507
17374Author: Shaun McCance <shaunm@recto.localdomain>
17375Date:   Thu Apr 16 23:01:11 2009 -0500
17376
17377    Flushed out screen documentation, some categorization work on blocks
17378
17379 doc/mallard/C/mal_block.xml         |   9 +++
17380 doc/mallard/C/mal_block_caption.xml |   2 +-
17381 doc/mallard/C/mal_block_cite.xml    |   2 +-
17382 doc/mallard/C/mal_block_code.xml    |  34 +++-------
17383 doc/mallard/C/mal_block_media.xml   |   2 +-
17384 doc/mallard/C/mal_block_quote.xml   |   2 +-
17385 doc/mallard/C/mal_block_screen.xml  | 126 ++++++++++++++++++++++++++++++++++--
17386 7 files changed, 141 insertions(+), 36 deletions(-)
17387
17388commit c44be21cee1bbaaba386c5865be6e77de7c88012
17389Author: Shaun McCance <shaunm@recto.localdomain>
17390Date:   Mon Apr 13 00:39:57 2009 -0500
17391
17392    Various small corrections
17393
17394 doc/mallard/C/mal_inline_input.xml  |  5 +++--
17395 doc/mallard/C/mal_inline_keyseq.xml |  2 +-
17396 doc/mallard/C/mal_inline_sys.xml    | 16 +++++++++++++++-
17397 doc/mallard/C/mal_inline_var.xml    |  5 ++++-
17398 4 files changed, 23 insertions(+), 5 deletions(-)
17399
17400commit a2289259185c4a5ad0e72bc7eac9d9c7f79cdf21
17401Author: Shaun McCance <shaunm@gnome.org>
17402Date:   Wed Dec 17 17:17:10 2008 -0600
17403
17404    Finishing up keyseq documentation
17405
17406 doc/mallard/C/mal_inline_key.xml      |  2 +-
17407 doc/mallard/C/mal_inline_keyseq.xml   | 99 ++++++++++++++++++++++++++++++++---
17408 xslt/mallard/html/mal2html-inline.xsl | 12 ++++-
17409 3 files changed, 104 insertions(+), 9 deletions(-)
17410
17411commit 59ce42d294efade942e67b7b4ce25e7ba2955a5a
17412Author: Shaun McCance <shaunm@gnome.org>
17413Date:   Wed Dec 17 11:42:57 2008 -0600
17414
17415    Mark output as 'review' since I implemented basic screen support
17416
17417 doc/mallard/C/mal_inline_output.xml | 6 +-----
17418 1 file changed, 1 insertion(+), 5 deletions(-)
17419
17420commit 3df34838dfa2a925c0ecb927f61454bd250a6eb9
17421Author: Shaun McCance <shaunm@gnome.org>
17422Date:   Wed Dec 17 11:41:44 2008 -0600
17423
17424    Special processing for output in screen
17425
17426 xslt/mallard/html/mal2html-inline.xsl | 32 ++++++++++++++++++++++++++++++--
17427 1 file changed, 30 insertions(+), 2 deletions(-)
17428
17429commit e3716798ef4ba50626965aed1c8b520d78b6fe57
17430Author: Shaun McCance <shaunm@gnome.org>
17431Date:   Wed Dec 17 11:20:06 2008 -0600
17432
17433    Adding screen support with new mal2html.pre, some CSS tweaks
17434
17435 xslt/mallard/html/mal2html-block.xsl  | 81 +++++++++++++++++++----------------
17436 xslt/mallard/html/mal2html-css.xsl    | 32 ++++++++------
17437 xslt/mallard/html/mal2html-inline.xsl |  9 ++--
17438 3 files changed, 69 insertions(+), 53 deletions(-)
17439
17440commit 3c4ce292b10f91bc65fbfb18e2b155a7e67c8e02
17441Author: Shaun McCance <shaunm@gnome.org>
17442Date:   Tue Dec 16 18:45:52 2008 -0600
17443
17444    Changed language to refer to "display tools" where appropriate
17445
17446 doc/mallard/C/mal_block_code.xml     | 8 ++++----
17447 doc/mallard/C/mal_block_note.xml     | 2 +-
17448 doc/mallard/C/mal_block_synopsis.xml | 2 +-
17449 doc/mallard/C/mal_inline_app.xml     | 2 +-
17450 doc/mallard/C/mal_inline_cmd.xml     | 6 +++---
17451 doc/mallard/C/mal_inline_code.xml    | 6 +++---
17452 doc/mallard/C/mal_inline_em.xml      | 8 ++++----
17453 doc/mallard/C/mal_inline_file.xml    | 2 +-
17454 doc/mallard/C/mal_inline_gui.xml     | 6 +++---
17455 doc/mallard/C/mal_inline_guiseq.xml  | 2 +-
17456 doc/mallard/C/mal_inline_input.xml   | 8 ++++----
17457 doc/mallard/C/mal_inline_key.xml     | 4 ++--
17458 doc/mallard/C/mal_inline_keyseq.xml  | 2 +-
17459 doc/mallard/C/mal_inline_link.xml    | 2 +-
17460 doc/mallard/C/mal_inline_output.xml  | 6 +++---
17461 doc/mallard/C/mal_inline_sys.xml     | 2 +-
17462 doc/mallard/C/mal_inline_var.xml     | 2 +-
17463 17 files changed, 35 insertions(+), 35 deletions(-)
17464
17465commit cc377e18607365f3edbf045af57b99786181238d
17466Author: Shaun McCance <shaunm@gnome.org>
17467Date:   Tue Dec 16 18:35:22 2008 -0600
17468
17469    Adding more content for inline elements
17470
17471 doc/mallard/C/mal_inline_em.xml       | 24 ++++++++---
17472 doc/mallard/C/mal_inline_gui.xml      | 79 ++++++++++++++++++++++++++++++++---
17473 doc/mallard/C/mal_inline_guiseq.xml   | 34 ++++++++++++++-
17474 doc/mallard/C/mal_inline_input.xml    | 28 +++++++++++--
17475 doc/mallard/C/mal_inline_key.xml      | 65 +++++++++++++++++++++++++++-
17476 doc/mallard/C/mal_inline_output.xml   | 12 +++++-
17477 xslt/mallard/html/mal2html-inline.xsl | 45 ++++++++++++++++++--
17478 7 files changed, 267 insertions(+), 20 deletions(-)
17479
17480commit 71d44d934a03ddcff9084e4a6f63557baf9c43b9
17481Author: Shaun McCance <shaunm@gnome.org>
17482Date:   Mon Dec 15 19:09:56 2008 -0600
17483
17484    Adding content for output
17485
17486 doc/mallard/C/mal_inline_output.xml   | 69 ++++++++++++++++++++++++++++++++++-
17487 xslt/mallard/html/mal2html-inline.xsl |  4 +-
17488 2 files changed, 69 insertions(+), 4 deletions(-)
17489
17490commit f15e54414c075e230c71f3f1e4da937774d0674a
17491Author: Shaun McCance <shaunm@gnome.org>
17492Date:   Fri Dec 12 14:06:35 2008 -0600
17493
17494    Fix content model for media containers
17495
17496 doc/mallard/C/mal_inline_media.xml | 2 +-
17497 1 file changed, 1 insertion(+), 1 deletion(-)
17498
17499commit e4e8cdc0fa43207e7e85c9106df1257f9d7d2c76
17500Author: Shaun McCance <shaunm@gnome.org>
17501Date:   Fri Dec 12 13:46:13 2008 -0600
17502
17503    Adding intro text for var
17504
17505 doc/mallard/C/mal_inline_var.xml | 8 ++++++++
17506 1 file changed, 8 insertions(+)
17507
17508commit 9d8cae1199153f808407946182083ee80d7fb73a
17509Author: Shaun McCance <shaunm@gnome.org>
17510Date:   Fri Dec 12 13:46:02 2008 -0600
17511
17512    Use more direct language in the intro text
17513
17514 doc/mallard/C/mal_inline_app.xml    | 22 +++++++++++++++++-----
17515 doc/mallard/C/mal_inline_cmd.xml    | 15 ++++++++-------
17516 doc/mallard/C/mal_inline_code.xml   | 23 ++++++++++++-----------
17517 doc/mallard/C/mal_inline_em.xml     |  8 ++++----
17518 doc/mallard/C/mal_inline_file.xml   |  6 +++---
17519 doc/mallard/C/mal_inline_guiseq.xml |  5 +++--
17520 6 files changed, 47 insertions(+), 32 deletions(-)
17521
17522commit c6384fa7e14422e377fc6966d5a7e20d58d96556
17523Author: Shaun McCance <shaunm@gnome.org>
17524Date:   Fri Dec 12 12:52:06 2008 -0600
17525
17526    Fixed type and added seealso link to gui in guiseq
17527
17528 doc/mallard/C/mal_inline_guiseq.xml | 3 ++-
17529 1 file changed, 2 insertions(+), 1 deletion(-)
17530
17531commit eae4fd2e8e09cc1ca8057dc4dad8e57dbd93d0ef
17532Author: Shaun McCance <shaunm@gnome.org>
17533Date:   Fri Dec 12 12:49:36 2008 -0600
17534
17535    Adding content for some inline elements
17536
17537 doc/mallard/C/mal_inline_app.xml    | 16 ++++++++++
17538 doc/mallard/C/mal_inline_cmd.xml    | 12 ++++----
17539 doc/mallard/C/mal_inline_code.xml   | 59 ++++++++++++++++++++++++++++++-------
17540 doc/mallard/C/mal_inline_file.xml   |  6 ++--
17541 doc/mallard/C/mal_inline_input.xml  |  8 +++--
17542 doc/mallard/C/mal_inline_output.xml | 20 ++++++++-----
17543 6 files changed, 92 insertions(+), 29 deletions(-)
17544
17545commit 432254d073f38a15367a5ed9f1c683ed88e6f025
17546Author: Shaun McCance <shaunm@gnome.org>
17547Date:   Thu Dec 11 12:55:48 2008 -0600
17548
17549    Fixed problem with ubiquitous linking with an href attribute
17550
17551 xslt/mallard/html/mal2html-inline.xsl | 2 +-
17552 1 file changed, 1 insertion(+), 1 deletion(-)
17553
17554commit d43f919bd2237269e84d07de70f8314cc40b23a5
17555Author: Shaun McCance <shaunm@gnome.org>
17556Date:   Thu Dec 11 12:54:52 2008 -0600
17557
17558    Adding "example" block element, because I think it's useful
17559
17560 doc/mallard/C/mal_block.xml           |  1 +
17561 doc/mallard/C/mal_block_example.xml   | 34 ++++++++++++++++++++++++++++++++++
17562 doc/mallard/C/mal_inline_cmd.xml      | 26 +++++++++++++++-----------
17563 xslt/mallard/html/mal2html-block.xsl  | 22 ++++++++++++++++++++++
17564 xslt/mallard/html/mal2html-inline.xsl |  2 +-
17565 5 files changed, 73 insertions(+), 12 deletions(-)
17566
17567commit 5da38afa653b1410b96dbefccaabe14e32917304
17568Author: Shaun McCance <shaunm@gnome.org>
17569Date:   Thu Dec 11 12:35:06 2008 -0600
17570
17571    Adding minor content to keyseq
17572
17573 doc/mallard/C/mal_inline_keyseq.xml | 8 ++++++++
17574 1 file changed, 8 insertions(+)
17575
17576commit 6c64233783af900ae760eee1c31d60aa15761cf3
17577Author: Shaun McCance <shaunm@gnome.org>
17578Date:   Thu Dec 11 12:34:39 2008 -0600
17579
17580    Fix some issues with the change in the cache file
17581
17582 sandbox/mallard/html/Makefile         |  2 +-
17583 xslt/mallard/html/mal2html-inline.xsl | 30 +++++++++++++++++++++++++++---
17584 xslt/mallard/html/mal2html-page.xsl   | 11 +++++++----
17585 3 files changed, 35 insertions(+), 8 deletions(-)
17586
17587commit 47685079e3619b7a733ab7fd2f33ce5b4db264d7
17588Author: Shaun McCance <shaunm@gnome.org>
17589Date:   Wed Dec 10 15:59:35 2008 -0600
17590
17591    Changing how IDs are handled in the cache
17592
17593    We now set section IDs to pageid#sectionid in the cache.  This is easy
17594    and fast to do in the cache creation, and considerably simplifies all
17595    the linking code by removing boilerplate linkid constructions for the
17596    cache key.
17597
17598 xslt/mallard/common/mal-link.xsl    |  31 ++++-----
17599 xslt/mallard/html/mal2html-page.xsl | 122 +++++++-----------------------------
17600 xslt/mallard/html/mal2html.xsl      |   4 --
17601 xslt/mallard/utils/mal2cache.xsl    |   2 +
17602 4 files changed, 42 insertions(+), 117 deletions(-)
17603
17604commit 79acdec047d7569f98214433f901a4c530af76b8
17605Author: Shaun McCance <shaunm@gnome.org>
17606Date:   Wed Dec 10 14:11:41 2008 -0600
17607
17608    Adding rowspan and colspan
17609
17610 xslt/mallard/html/mal2html-table.xsl | 15 +++++++++++++--
17611 1 file changed, 13 insertions(+), 2 deletions(-)
17612
17613commit 8b6bdf2ff2eafec2fb5eaee50b32044b1fd41562
17614Author: Shaun McCance <shaunm@gnome.org>
17615Date:   Wed Dec 10 14:11:20 2008 -0600
17616
17617    Cleaned up some linking code
17618
17619 doc/mallard/C/mal_inline_link.xml     |   2 +-
17620 xslt/mallard/common/mal-link.xsl      | 123 +++++++++++++++++---------
17621 xslt/mallard/html/mal2html-inline.xsl | 106 ++++++++++-------------
17622 xslt/mallard/html/mal2html-page.xsl   | 159 +++++++++++++++++-----------------
17623 4 files changed, 209 insertions(+), 181 deletions(-)
17624
17625commit 023074893fbd9f54f217d812241282c2e94976f7
17626Author: Shaun McCance <shaunm@gnome.org>
17627Date:   Wed Dec 3 10:48:23 2008 -0600
17628
17629    Some work on tree lists
17630
17631 xslt/mallard/html/mal2html-list.xsl | 70 +++++++++++++++++++++++++------------
17632 1 file changed, 48 insertions(+), 22 deletions(-)
17633
17634commit 1c94066a56dc1953be260f3e9c95a480d63c6553
17635Author: Shaun McCance <shaunm@gnome.org>
17636Date:   Wed Dec 3 10:27:56 2008 -0600
17637
17638    Fixing first-child issues
17639
17640 xslt/mallard/html/mal2html-block.xsl |  63 ++++++-----
17641 xslt/mallard/html/mal2html-css.xsl   | 200 ++++++++++++++++++-----------------
17642 xslt/mallard/html/mal2html-table.xsl |   8 +-
17643 3 files changed, 146 insertions(+), 125 deletions(-)
17644
17645commit fce77a111d01ae03839b3d74ca49322d19b5001f
17646Author: Shaun McCance <shaunm@gnome.org>
17647Date:   Tue Dec 2 11:15:31 2008 -0600
17648
17649    Status markers on page links
17650
17651    This uncovered some problems and quirks with the page link code.
17652    I need to iron them out and clean that code up.
17653
17654 xslt/mallard/html/mal2html-css.xsl  | 36 ++++++++++++++++++++++++++++++++++
17655 xslt/mallard/html/mal2html-page.xsl | 39 +++++++++++++++++++++++++++++++++++--
17656 2 files changed, 73 insertions(+), 2 deletions(-)
17657
17658commit f68a513f4f62f73015638439ad00755b97d3f153
17659Author: Shaun McCance <shaunm@gnome.org>
17660Date:   Tue Dec 2 09:45:00 2008 -0600
17661
17662    mal_inline does not require +
17663
17664 doc/mallard/C/mal_block_cite.xml     | 4 ++--
17665 doc/mallard/C/mal_info_copyright.xml | 4 ++--
17666 doc/mallard/C/mal_info_credit.xml    | 4 ++--
17667 doc/mallard/C/mal_info_desc.xml      | 2 +-
17668 doc/mallard/C/mal_inline_app.xml     | 2 +-
17669 doc/mallard/C/mal_inline_cmd.xml     | 2 +-
17670 doc/mallard/C/mal_inline_code.xml    | 2 +-
17671 doc/mallard/C/mal_inline_em.xml      | 2 +-
17672 doc/mallard/C/mal_inline_file.xml    | 2 +-
17673 doc/mallard/C/mal_inline_gui.xml     | 2 +-
17674 doc/mallard/C/mal_inline_input.xml   | 2 +-
17675 doc/mallard/C/mal_inline_key.xml     | 2 +-
17676 doc/mallard/C/mal_inline_output.xml  | 2 +-
17677 doc/mallard/C/mal_inline_quote.xml   | 2 +-
17678 doc/mallard/C/mal_inline_span.xml    | 2 +-
17679 doc/mallard/C/mal_inline_sys.xml     | 2 +-
17680 doc/mallard/C/mal_inline_var.xml     | 2 +-
17681 doc/mallard/C/mal_list_tree.xml      | 2 +-
17682 18 files changed, 21 insertions(+), 21 deletions(-)
17683
17684commit 5fbd1ffe415442a03f784c44bb7cb9dabf98ad31
17685Author: Shaun McCance <shaunm@gnome.org>
17686Date:   Tue Dec 2 09:17:52 2008 -0600
17687
17688    Adding some processing expectations for code blocks
17689
17690 doc/mallard/C/mal_block_code.xml | 24 +++++++++++++++++++++++-
17691 1 file changed, 23 insertions(+), 1 deletion(-)
17692
17693commit c32da3bed14f8fe6c9dfc3131e8b53990c17d17e
17694Author: Shaun McCance <shaunm@gnome.org>
17695Date:   Tue Dec 2 09:16:39 2008 -0600
17696
17697    Fixing newline stripping
17698
17699 xslt/mallard/html/mal2html-block.xsl |  6 +++---
17700 xslt/mallard/html/util.xsl           | 38 +++++-------------------------------
17701 2 files changed, 8 insertions(+), 36 deletions(-)
17702
17703commit 1559f2ca6745fed4afbe5fb007ad6fc8dde4dcbf
17704Author: Shaun McCance <shaunm@gnome.org>
17705Date:   Mon Dec 1 18:32:21 2008 -0600
17706
17707    Adding Just Enough Markup link
17708
17709 doc/mallard/C/mal_inline_cmd.xml  | 4 ++++
17710 doc/mallard/C/mal_inline_code.xml | 2 ++
17711 doc/mallard/C/mal_inline_gui.xml  | 6 ++----
17712 doc/mallard/C/mal_inline_sys.xml  | 2 ++
17713 4 files changed, 10 insertions(+), 4 deletions(-)
17714
17715commit 9e881af61afd97c0e9b486a632241ca3ec4e7d60
17716Author: Shaun McCance <shaunm@gnome.org>
17717Date:   Mon Dec 1 18:27:16 2008 -0600
17718
17719    Setting the revision date for the status change
17720
17721 doc/mallard/C/mal_inline_cmd.xml | 2 +-
17722 1 file changed, 1 insertion(+), 1 deletion(-)
17723
17724commit 00377c60013376ee314a2ca3b47d1c4fe503183d
17725Author: Shaun McCance <shaunm@gnome.org>
17726Date:   Mon Dec 1 18:27:02 2008 -0600
17727
17728    Finishing mal_inline_file
17729
17730 doc/mallard/C/mal_inline_file.xml | 18 +++++++++++++-----
17731 1 file changed, 13 insertions(+), 5 deletions(-)
17732
17733commit 8a0f0336f8e4335475e35b9416ba44ca50eb663d
17734Author: Shaun McCance <shaunm@gnome.org>
17735Date:   Mon Dec 1 17:23:42 2008 -0600
17736
17737    Adding processing expectations to cmd
17738
17739 doc/mallard/C/mal_inline_cmd.xml | 19 ++++++++++++++-----
17740 1 file changed, 14 insertions(+), 5 deletions(-)
17741
17742commit 65a27dac91c7f83d0f72dd018305d137b1d12e5c
17743Author: Shaun McCance <shaunm@gnome.org>
17744Date:   Mon Dec 1 15:28:21 2008 -0600
17745
17746    s/seperated/separated/
17747
17748 doc/mallard/C/mal_block_note.xml    | 2 +-
17749 doc/mallard/C/mal_inline_app.xml    | 2 +-
17750 doc/mallard/C/mal_inline_cmd.xml    | 2 +-
17751 doc/mallard/C/mal_inline_code.xml   | 2 +-
17752 doc/mallard/C/mal_inline_em.xml     | 2 +-
17753 doc/mallard/C/mal_inline_file.xml   | 2 +-
17754 doc/mallard/C/mal_inline_gui.xml    | 2 +-
17755 doc/mallard/C/mal_inline_guiseq.xml | 2 +-
17756 doc/mallard/C/mal_inline_input.xml  | 2 +-
17757 doc/mallard/C/mal_inline_key.xml    | 2 +-
17758 doc/mallard/C/mal_inline_keyseq.xml | 2 +-
17759 doc/mallard/C/mal_inline_link.xml   | 2 +-
17760 doc/mallard/C/mal_inline_output.xml | 2 +-
17761 doc/mallard/C/mal_inline_sys.xml    | 2 +-
17762 doc/mallard/C/mal_inline_var.xml    | 2 +-
17763 15 files changed, 15 insertions(+), 15 deletions(-)
17764
17765commit 3748e35cdef1176b95b0f6031df819123a32e94f
17766Author: Shaun McCance <shaunm@gnome.org>
17767Date:   Mon Dec 1 15:25:28 2008 -0600
17768
17769    Adding DocBook comparisons
17770
17771 doc/mallard/C/mal_block_code.xml    | 10 ++++++++++
17772 doc/mallard/C/mal_inline_app.xml    |  4 ++--
17773 doc/mallard/C/mal_inline_cmd.xml    |  4 ++--
17774 doc/mallard/C/mal_inline_code.xml   | 39 +++++++++++++++++++++++++++++--------
17775 doc/mallard/C/mal_inline_em.xml     |  2 +-
17776 doc/mallard/C/mal_inline_file.xml   | 17 ++++++++++++----
17777 doc/mallard/C/mal_inline_gui.xml    |  6 +++---
17778 doc/mallard/C/mal_inline_guiseq.xml | 16 +++++++++++++++
17779 doc/mallard/C/mal_inline_input.xml  | 10 ++++++++++
17780 doc/mallard/C/mal_inline_key.xml    | 15 ++++++++++++++
17781 doc/mallard/C/mal_inline_keyseq.xml | 22 ++++++++++++++++++++-
17782 doc/mallard/C/mal_inline_output.xml | 17 ++++++++++++++++
17783 doc/mallard/C/mal_inline_sys.xml    | 14 +++++++++++++
17784 doc/mallard/C/mal_inline_var.xml    | 10 ++++++++++
17785 14 files changed, 165 insertions(+), 21 deletions(-)
17786
17787commit a84a999541118965143a37e0996c3598c0356ad3
17788Author: Shaun McCance <shaunm@gnome.org>
17789Date:   Mon Dec 1 12:13:52 2008 -0600
17790
17791    Fixing paths in Makefile
17792
17793 doc/mallard/C/Makefile | 4 ++--
17794 1 file changed, 2 insertions(+), 2 deletions(-)
17795
17796commit 67d545b4fcef2aa594f6f1ffe3e5c59f15cc7bb6
17797Author: Shaun McCance <shaunm@gnome.org>
17798Date:   Mon Dec 1 12:13:21 2008 -0600
17799
17800    Stylistic tweak to rnc
17801
17802 doc/mallard/C/mal_inline_app.xml    | 2 +-
17803 doc/mallard/C/mal_inline_cmd.xml    | 2 +-
17804 doc/mallard/C/mal_inline_code.xml   | 2 +-
17805 doc/mallard/C/mal_inline_em.xml     | 2 +-
17806 doc/mallard/C/mal_inline_file.xml   | 2 +-
17807 doc/mallard/C/mal_inline_gui.xml    | 2 +-
17808 doc/mallard/C/mal_inline_input.xml  | 2 +-
17809 doc/mallard/C/mal_inline_key.xml    | 2 +-
17810 doc/mallard/C/mal_inline_output.xml | 2 +-
17811 doc/mallard/C/mal_inline_quote.xml  | 2 +-
17812 doc/mallard/C/mal_inline_span.xml   | 2 +-
17813 doc/mallard/C/mal_inline_sys.xml    | 2 +-
17814 doc/mallard/C/mal_inline_var.xml    | 2 +-
17815 13 files changed, 13 insertions(+), 13 deletions(-)
17816
17817commit 7e610c940cd29484dff0da0f8e38cab5c9f863ed
17818Author: Shaun McCance <shaunm@gnome.org>
17819Date:   Mon Dec 1 12:12:02 2008 -0600
17820
17821    Fleshing out content model for inline_media and inline_link
17822
17823 doc/mallard/C/mal_inline_link.xml  | 55 ++++++++++++++++++++++++++++++--------
17824 doc/mallard/C/mal_inline_media.xml | 50 +++++++++++++++++++++++++++++++---
17825 2 files changed, 90 insertions(+), 15 deletions(-)
17826
17827commit 526a8dc899540860771187266a27919130d64a88
17828Author: Shaun McCance <shaunm@gnome.org>
17829Date:   Mon Dec 1 10:25:55 2008 -0600
17830
17831    Adding notes to inline elements
17832
17833 doc/mallard/C/mal_attr_external.xml | 25 ++++++++++++++++++++++++
17834 doc/mallard/C/mal_inline_app.xml    |  6 ++++--
17835 doc/mallard/C/mal_inline_cmd.xml    | 34 +++++++++++++++++++++++++++++++-
17836 doc/mallard/C/mal_inline_code.xml   | 28 +++++++++++++++++---------
17837 doc/mallard/C/mal_inline_em.xml     | 20 ++++++++++++++++++-
17838 doc/mallard/C/mal_inline_file.xml   | 21 +++++++++++++++++++-
17839 doc/mallard/C/mal_inline_gui.xml    | 29 ++++++++++++++++++++++++++-
17840 doc/mallard/C/mal_inline_guiseq.xml | 16 +++++++++++++++
17841 doc/mallard/C/mal_inline_input.xml  | 24 ++++++++++++++++++++++-
17842 doc/mallard/C/mal_inline_key.xml    | 20 ++++++++++++++++++-
17843 doc/mallard/C/mal_inline_keyseq.xml | 15 ++++++++++++++
17844 doc/mallard/C/mal_inline_output.xml | 39 ++++++++++++++++++++++++++++++++++++-
17845 doc/mallard/C/mal_inline_sys.xml    | 20 ++++++++++++++++++-
17846 doc/mallard/C/mal_inline_var.xml    | 20 ++++++++++++++++++-
17847 14 files changed, 297 insertions(+), 20 deletions(-)
17848
17849commit 8d71b0a977163c9d158a688a1514f29cfc9359e6
17850Author: Shaun McCance <shaunm@gnome.org>
17851Date:   Fri Nov 14 18:40:53 2008 -0600
17852
17853    Adding a desc to span
17854
17855 doc/mallard/C/mal_inline_span.xml | 3 +++
17856 1 file changed, 3 insertions(+)
17857
17858commit 10a74a4ebf0e52f7e24855cb45e56bb96e11cf62
17859Author: Shaun McCance <shaunm@gnome.org>
17860Date:   Fri Nov 14 15:14:34 2008 -0600
17861
17862    Adding desc elements to pages
17863
17864 doc/mallard/C/mal_attr_link.xml     | 2 ++
17865 doc/mallard/C/mal_inline_app.xml    | 5 ++---
17866 doc/mallard/C/mal_inline_cmd.xml    | 2 ++
17867 doc/mallard/C/mal_inline_code.xml   | 2 ++
17868 doc/mallard/C/mal_inline_em.xml     | 2 ++
17869 doc/mallard/C/mal_inline_file.xml   | 2 ++
17870 doc/mallard/C/mal_inline_gui.xml    | 2 ++
17871 doc/mallard/C/mal_inline_guiseq.xml | 2 ++
17872 doc/mallard/C/mal_inline_input.xml  | 2 ++
17873 doc/mallard/C/mal_inline_key.xml    | 2 ++
17874 doc/mallard/C/mal_inline_keyseq.xml | 2 ++
17875 doc/mallard/C/mal_inline_media.xml  | 2 ++
17876 doc/mallard/C/mal_inline_output.xml | 2 ++
17877 doc/mallard/C/mal_inline_sys.xml    | 2 ++
17878 doc/mallard/C/mal_inline_var.xml    | 2 ++
17879 15 files changed, 30 insertions(+), 3 deletions(-)
17880
17881commit 5805afc90e1c885441f43e23d73bffccdfc9d9d9
17882Author: Shaun McCance <shaunm@gnome.org>
17883Date:   Fri Nov 14 14:53:33 2008 -0600
17884
17885    Rounding some corners
17886
17887 xslt/mallard/html/mal2html-css.xsl | 3 +++
17888 1 file changed, 3 insertions(+)
17889
17890commit a7a655c2716c4b3165f529272ff8e133e3951124
17891Author: Shaun McCance <shaunm@gnome.org>
17892Date:   Fri Nov 14 12:34:53 2008 -0600
17893
17894    Adding optional two-column layout for page links
17895
17896 doc/mallard/C/mal_inline.xml        |   2 +-
17897 xslt/mallard/html/mal2html-css.xsl  |  14 ++++
17898 xslt/mallard/html/mal2html-page.xsl | 133 ++++++++++++++++++++++++++++--------
17899 3 files changed, 119 insertions(+), 30 deletions(-)
17900
17901commit 1a15b44173bafd0cbd3f3fd72932d3a317530462
17902Author: Shaun McCance <shaunm@gnome.org>
17903Date:   Fri Nov 14 12:05:39 2008 -0600
17904
17905    Exclude direct topic links from inverse guide links
17906
17907 xslt/mallard/html/mal2html-page.xsl | 4 ++--
17908 1 file changed, 2 insertions(+), 2 deletions(-)
17909
17910commit dc07965a113cd70d0be253b6d7ade21d5069fbd3
17911Author: Shaun McCance <shaunm@gnome.org>
17912Date:   Thu Nov 13 16:27:30 2008 -0600
17913
17914    Use status as header for version div
17915
17916 xslt/mallard/html/mal2html-page.xsl | 15 +++++++--------
17917 1 file changed, 7 insertions(+), 8 deletions(-)
17918
17919commit cefe594f1a12c775935e08082768058e21e13b05
17920Author: Shaun McCance <shaunm@gnome.org>
17921Date:   Thu Nov 13 16:25:54 2008 -0600
17922
17923    Adjusting styling for page links and lists
17924
17925 xslt/mallard/html/mal2html-css.xsl  | 20 +++-----
17926 xslt/mallard/html/mal2html-list.xsl | 10 ++++
17927 xslt/mallard/html/mal2html-page.xsl | 94 ++++++++++++++++++-------------------
17928 3 files changed, 63 insertions(+), 61 deletions(-)
17929
17930commit 6f6556434c6ebaf85643a83161e695d28102a401
17931Author: Shaun McCance <shaunm@gnome.org>
17932Date:   Thu Nov 13 16:19:33 2008 -0600
17933
17934    Adding notes about attributes to mal_inline_app
17935
17936 doc/mallard/C/mal_inline_app.xml | 18 +++++++++++++++++-
17937 1 file changed, 17 insertions(+), 1 deletion(-)
17938
17939commit 9bfccf001cb9423849681bdfd2873f5fed230cd3
17940Author: Shaun McCance <shaunm@gnome.org>
17941Date:   Thu Nov 13 16:06:31 2008 -0600
17942
17943    See also from mal_block_code to mal_inline_code
17944
17945 doc/mallard/C/mal_block_code.xml | 1 +
17946 1 file changed, 1 insertion(+)
17947
17948commit e956fbe7ceed2a87e8c2ab78da8352c6795fd134
17949Author: Shaun McCance <shaunm@gnome.org>
17950Date:   Thu Nov 13 14:26:17 2008 -0600
17951
17952    Removing position attribute from seealso and page links
17953
17954 xslt/mallard/html/mal2html-css.xsl  |  17 ------
17955 xslt/mallard/html/mal2html-page.xsl | 116 +-----------------------------------
17956 2 files changed, 1 insertion(+), 132 deletions(-)
17957
17958commit 915916a7f6d39dfe83c27f8466ff0a6b1e69f42c
17959Author: Shaun McCance <shaunm@gnome.org>
17960Date:   Thu Nov 13 14:21:57 2008 -0600
17961
17962    Add back in some guide links I'd missed
17963
17964 xslt/mallard/html/mal2html-page.xsl | 20 ++++++++++++++++++++
17965 1 file changed, 20 insertions(+)
17966
17967commit 507e78173843ba4a5edf646079f779a4758ff60e
17968Author: Shaun McCance <shaunm@gnome.org>
17969Date:   Thu Nov 13 10:28:23 2008 -0600
17970
17971    Consolidate seealso and guide links in a 'See Also' section
17972
17973 xslt/mallard/html/mal2html-css.xsl  |  24 +--
17974 xslt/mallard/html/mal2html-page.xsl | 330 +++++++++++++-----------------------
17975 2 files changed, 133 insertions(+), 221 deletions(-)
17976
17977commit 90758576842fe4d9acf23792087d38d3715a6358
17978Author: Shaun McCance <shaunm@gnome.org>
17979Date:   Wed Nov 12 11:42:45 2008 -0600
17980
17981    Removing mal_block__simple pattern
17982
17983 doc/mallard/C/mal_block.xml           | 18 ++++++------------
17984 doc/mallard/C/mal_block_comment.xml   |  2 +-
17985 doc/mallard/C/mal_block_figure.xml    |  3 +--
17986 doc/mallard/C/mal_block_note.xml      |  2 +-
17987 doc/mallard/C/mal_block_quote.xml     |  2 +-
17988 doc/mallard/C/mal_block_synopsis.xml  |  2 +-
17989 doc/mallard/C/mal_info_license.xml    |  2 +-
17990 doc/mallard/C/mal_list_bullet.xml     |  2 +-
17991 doc/mallard/C/mal_list_definition.xml |  2 +-
17992 doc/mallard/C/mal_list_numbered.xml   |  2 +-
17993 doc/mallard/C/mal_table.xml           |  2 +-
17994 11 files changed, 16 insertions(+), 23 deletions(-)
17995
17996commit d258eca649c77dac612e2ced5f093aca66290413
17997Author: Shaun McCance <shaunm@gnome.org>
17998Date:   Tue Nov 11 18:05:10 2008 -0600
17999
18000    Adding content to mal_block_note
18001
18002 doc/mallard/C/mal_block_note.xml | 56 ++++++++++++++++++++++++++++++++++++++++
18003 1 file changed, 56 insertions(+)
18004
18005commit bd8bebb4b2528a366d77a38fd866240f9d40dee3
18006Author: Shaun McCance <shaunm@gnome.org>
18007Date:   Tue Nov 11 18:04:54 2008 -0600
18008
18009    Basic bullet list support
18010
18011 xslt/mallard/html/mal2html-list.xsl | 21 +++++++++++++++++++++
18012 1 file changed, 21 insertions(+)
18013
18014commit 828b4a85cedab3c73138b8cdf24cdfb4a3cae402
18015Author: Shaun McCance <shaunm@gnome.org>
18016Date:   Tue Nov 11 09:11:33 2008 -0600
18017
18018    Fixing validity errors
18019
18020 doc/mallard/C/explore.xml                          | 4 +++-
18021 doc/mallard/C/{mal_cite.xml => mal_block_cite.xml} | 6 ++++--
18022 doc/mallard/C/mal_block_comment.xml                | 4 ++--
18023 doc/mallard/C/mal_inline_code.xml                  | 2 +-
18024 doc/mallard/C/mallard.xml                          | 2 +-
18025 doc/mallard/C/{10minutes.xml => tenminutes.xml}    | 3 ++-
18026 6 files changed, 13 insertions(+), 8 deletions(-)
18027
18028commit 94fc66ee11ee6e574be6ec63d493433dc0dc4d71
18029Author: Shaun McCance <shaunm@gnome.org>
18030Date:   Tue Nov 11 09:06:06 2008 -0600
18031
18032    Fixing caption references in rnc
18033
18034 doc/mallard/C/mal_block_caption.xml | 2 +-
18035 doc/mallard/C/mal_block_quote.xml   | 2 +-
18036 doc/mallard/C/mal_table.xml         | 2 +-
18037 3 files changed, 3 insertions(+), 3 deletions(-)
18038
18039commit 712518736e3eb3ede454e7f04ae0cbb6c738afe6
18040Author: Shaun McCance <shaunm@gnome.org>
18041Date:   Tue Nov 11 09:04:05 2008 -0600
18042
18043    Adding attributes and fixing content model
18044
18045 doc/mallard/C/mal_block_caption.xml | 2 +-
18046 doc/mallard/C/mal_block_code.xml    | 3 +++
18047 doc/mallard/C/mal_block_p.xml       | 3 +++
18048 doc/mallard/C/mal_block_screen.xml  | 6 +++++-
18049 4 files changed, 12 insertions(+), 2 deletions(-)
18050
18051commit 8964e86c6d353e625a4a28594d13c3f01f007ebe
18052Author: Shaun McCance <shaunm@gnome.org>
18053Date:   Tue Nov 11 08:56:48 2008 -0600
18054
18055    Adding style and external-namespace attributes to tables
18056
18057 doc/mallard/C/mal_table.xml | 10 ++++++----
18058 1 file changed, 6 insertions(+), 4 deletions(-)
18059
18060commit df7a9ecd7bf020a5c7b37baf5e76c178dd6c72c0
18061Author: Shaun McCance <shaunm@gnome.org>
18062Date:   Tue Nov 11 08:52:22 2008 -0600
18063
18064    Adding style and external-namespace attributes to block elements
18065
18066 doc/mallard/C/mal_block_caption.xml  | 7 ++++++-
18067 doc/mallard/C/mal_block_comment.xml  | 3 +++
18068 doc/mallard/C/mal_block_figure.xml   | 5 ++++-
18069 doc/mallard/C/mal_block_note.xml     | 3 +++
18070 doc/mallard/C/mal_block_synopsis.xml | 3 +++
18071 5 files changed, 19 insertions(+), 2 deletions(-)
18072
18073commit 5db306ba8a6752cf7dd031bcb9057a8d42603745
18074Author: Shaun McCance <shaunm@gnome.org>
18075Date:   Tue Nov 11 08:50:35 2008 -0600
18076
18077    Updating attributes of media and allowing media children
18078
18079 doc/mallard/C/{mal_caption.xml => mal_block_caption.xml} | 0
18080 doc/mallard/C/mal_block_media.xml                        | 8 ++++++--
18081 doc/mallard/C/mal_inline_media.xml                       | 8 ++++++--
18082 3 files changed, 12 insertions(+), 4 deletions(-)
18083
18084commit 1f303478813a698aec80b717768cd8681424ec15
18085Author: Shaun McCance <shaunm@gnome.org>
18086Date:   Mon Nov 10 17:07:10 2008 -0600
18087
18088    Minor additions
18089
18090 doc/mallard/C/mal_caption.xml     |  2 +-
18091 doc/mallard/C/mal_inline_code.xml | 11 +++++++++++
18092 doc/mallard/C/principles.xml      |  4 ++--
18093 3 files changed, 14 insertions(+), 3 deletions(-)
18094
18095commit 0bd11ca2f7360c130d02517cbdba34d8d7963760
18096Author: Shaun McCance <shaunm@gnome.org>
18097Date:   Mon Nov 10 17:06:30 2008 -0600
18098
18099    Removing the stale ubiquitous linking stuff from mal_info_link
18100
18101 doc/mallard/C/mal_info_link.xml | 13 -------------
18102 1 file changed, 13 deletions(-)
18103
18104commit 9fe4779be1efda5b637ba0daded10487bbae481e
18105Author: Shaun McCance <shaunm@gnome.org>
18106Date:   Mon Nov 10 17:06:02 2008 -0600
18107
18108    Moving the rnc definitions around a bit
18109
18110 doc/mallard/C/mal_block.xml | 30 +++++++++++++++---------------
18111 1 file changed, 15 insertions(+), 15 deletions(-)
18112
18113commit 6f8ac010088a39f0372ce7da22dafd88b515472f
18114Author: Shaun McCance <shaunm@gnome.org>
18115Date:   Mon Nov 10 12:23:41 2008 -0600
18116
18117    Removing mal_inline__simple and mal_inline__text
18118
18119    It seemed nice at first to have restrictive inline models to prevent
18120    nesting of complex inline elements.  In practice, however, it becomes
18121    prohibitively difficult to enforce this while still allowing arbitrary
18122    nesting of span and external-namespace elements, which is a necessity
18123    for internationalization.
18124
18125 doc/mallard/C/mal_cite.xml           |  4 ++--
18126 doc/mallard/C/mal_info_copyright.xml |  4 ++--
18127 doc/mallard/C/mal_info_credit.xml    |  4 ++--
18128 doc/mallard/C/mal_inline.xml         |  8 --------
18129 doc/mallard/C/mal_inline_app.xml     |  3 ++-
18130 doc/mallard/C/mal_inline_cmd.xml     |  8 ++++++--
18131 doc/mallard/C/mal_inline_code.xml    |  6 +++++-
18132 doc/mallard/C/mal_inline_em.xml      |  5 ++++-
18133 doc/mallard/C/mal_inline_file.xml    |  5 ++++-
18134 doc/mallard/C/mal_inline_gui.xml     | 11 +++++++----
18135 doc/mallard/C/mal_inline_guiseq.xml  |  3 +++
18136 doc/mallard/C/mal_inline_input.xml   | 11 +++++++----
18137 doc/mallard/C/mal_inline_key.xml     |  5 ++++-
18138 doc/mallard/C/mal_inline_keyseq.xml  |  3 +++
18139 doc/mallard/C/mal_inline_link.xml    |  6 +++---
18140 doc/mallard/C/mal_inline_output.xml  |  5 ++++-
18141 doc/mallard/C/mal_inline_quote.xml   |  5 ++++-
18142 doc/mallard/C/mal_inline_span.xml    |  5 ++++-
18143 doc/mallard/C/mal_inline_sys.xml     |  5 ++++-
18144 doc/mallard/C/mal_inline_var.xml     |  5 ++++-
18145 20 files changed, 74 insertions(+), 37 deletions(-)
18146
18147commit f804278406b0a5db88df0f54c57681231b30d013
18148Author: Shaun McCance <shaunm@gnome.org>
18149Date:   Mon Nov 10 11:51:35 2008 -0600
18150
18151    Update attributes in app definition, add docbook comparison
18152
18153 doc/mallard/C/mal_inline_app.xml | 21 +++++++++++++++++----
18154 1 file changed, 17 insertions(+), 4 deletions(-)
18155
18156commit 31b23f4cfbdd2e1d6fa0a1d5b9c379520539d5fa
18157Author: Shaun McCance <shaunm@gnome.org>
18158Date:   Mon Nov 10 11:51:15 2008 -0600
18159
18160    Center copyrights with page contents
18161
18162 xslt/mallard/html/mal2html-css.xsl | 1 +
18163 1 file changed, 1 insertion(+)
18164
18165commit 34969cc6d43cbf08a594d1327b863d95041d12d9
18166Author: Shaun McCance <shaunm@gnome.org>
18167Date:   Mon Nov 10 11:15:23 2008 -0600
18168
18169    Adjusting and fixing links on inline pages
18170
18171 doc/mallard/C/mal_inline.xml        | 20 +++++++++++++++++++-
18172 doc/mallard/C/mal_inline_app.xml    |  2 +-
18173 doc/mallard/C/mal_inline_cmd.xml    |  2 +-
18174 doc/mallard/C/mal_inline_code.xml   |  2 +-
18175 doc/mallard/C/mal_inline_em.xml     |  2 +-
18176 doc/mallard/C/mal_inline_file.xml   |  2 +-
18177 doc/mallard/C/mal_inline_gui.xml    |  2 +-
18178 doc/mallard/C/mal_inline_guiseq.xml |  2 +-
18179 doc/mallard/C/mal_inline_input.xml  |  2 +-
18180 doc/mallard/C/mal_inline_key.xml    |  5 +++--
18181 doc/mallard/C/mal_inline_keyseq.xml |  2 +-
18182 doc/mallard/C/mal_inline_link.xml   |  2 +-
18183 doc/mallard/C/mal_inline_media.xml  |  3 ++-
18184 doc/mallard/C/mal_inline_output.xml |  2 +-
18185 doc/mallard/C/mal_inline_quote.xml  |  2 +-
18186 doc/mallard/C/mal_inline_span.xml   |  7 ++++---
18187 doc/mallard/C/mal_inline_sys.xml    |  5 +++--
18188 doc/mallard/C/mal_inline_var.xml    |  5 +++--
18189 18 files changed, 46 insertions(+), 23 deletions(-)
18190
18191commit ad9c027700c58bd424a185123b9e7de62968201f
18192Author: Shaun McCance <shaunm@gnome.org>
18193Date:   Mon Nov 10 10:48:30 2008 -0600
18194
18195    Updates and restrictions on page and section attributes
18196
18197 doc/mallard/C/mal_page.xml    | 11 ++++++++---
18198 doc/mallard/C/mal_section.xml |  4 +++-
18199 2 files changed, 11 insertions(+), 4 deletions(-)
18200
18201commit 05c8163a81f7a0c4288688993635789774a042df
18202Author: Shaun McCance <shaunm@gnome.org>
18203Date:   Mon Nov 10 09:12:28 2008 -0600
18204
18205    Adding page attributes for validation
18206
18207 doc/mallard/C/mal_attr_link.xml      | 1 +
18208 doc/mallard/C/mal_block_code.xml     | 3 ++-
18209 doc/mallard/C/mal_block_comment.xml  | 3 ++-
18210 doc/mallard/C/mal_block_figure.xml   | 4 +++-
18211 doc/mallard/C/mal_block_media.xml    | 4 +++-
18212 doc/mallard/C/mal_block_note.xml     | 4 +++-
18213 doc/mallard/C/mal_block_p.xml        | 4 +++-
18214 doc/mallard/C/mal_block_screen.xml   | 3 ++-
18215 doc/mallard/C/mal_block_synopsis.xml | 5 +++--
18216 doc/mallard/C/mal_info.xml           | 1 +
18217 doc/mallard/C/mal_info_copyright.xml | 3 ++-
18218 doc/mallard/C/mal_info_credit.xml    | 4 +++-
18219 doc/mallard/C/mal_info_desc.xml      | 4 +++-
18220 doc/mallard/C/mal_info_license.xml   | 4 +++-
18221 doc/mallard/C/mal_info_link.xml      | 4 +++-
18222 doc/mallard/C/mal_info_version.xml   | 2 ++
18223 doc/mallard/C/mal_section.xml        | 4 +++-
18224 doc/mallard/C/mal_subtitle.xml       | 1 +
18225 18 files changed, 43 insertions(+), 15 deletions(-)
18226
18227commit 8fa3b45d7e00f4ce0c735348a5e2e7ffaca10cd7
18228Author: Shaun McCance <shaunm@gnome.org>
18229Date:   Mon Nov 10 09:05:51 2008 -0600
18230
18231    Adding section IDs
18232
18233 doc/mallard/C/mal_table.xml | 16 ++++++++--------
18234 1 file changed, 8 insertions(+), 8 deletions(-)
18235
18236commit 81fc2404c86a486b492ea350cbe6571dc4887e01
18237Author: Shaun McCance <shaunm@gnome.org>
18238Date:   Sun Nov 9 18:02:47 2008 -0600
18239
18240    Adding page attributes for validation
18241
18242 doc/mallard/C/mal_list_bullet.xml     | 4 +++-
18243 doc/mallard/C/mal_list_definition.xml | 4 +++-
18244 doc/mallard/C/mal_list_numbered.xml   | 4 +++-
18245 doc/mallard/C/mal_list_tree.xml       | 4 +++-
18246 4 files changed, 12 insertions(+), 4 deletions(-)
18247
18248commit 8d8a355bf79de4cb7a7d1df3e1da418069bb568a
18249Author: Shaun McCance <shaunm@gnome.org>
18250Date:   Sun Nov 9 18:01:36 2008 -0600
18251
18252    Adding section ids for validation
18253
18254 doc/mallard/C/mal_inline_cmd.xml | 6 +++---
18255 1 file changed, 3 insertions(+), 3 deletions(-)
18256
18257commit 191576f7afeb20bed6513c641a1c5cd3beb64b22
18258Author: Shaun McCance <shaunm@gnome.org>
18259Date:   Sun Nov 9 18:00:09 2008 -0600
18260
18261    Adding correct page attributes for validation
18262
18263 doc/mallard/C/mal_TODO.xml             | 4 +++-
18264 doc/mallard/C/mal_table.xml            | 2 ++
18265 doc/mallard/C/mal_title.xml            | 1 +
18266 doc/mallard/C/principle-guide.xml      | 3 ++-
18267 doc/mallard/C/principle-justenough.xml | 4 +++-
18268 doc/mallard/C/principle-redundancy.xml | 4 +++-
18269 6 files changed, 14 insertions(+), 4 deletions(-)
18270
18271commit 625141369d8bcc1ad1b8d802af0a62432842be05
18272Author: Shaun McCance <shaunm@gnome.org>
18273Date:   Sun Nov 9 17:57:55 2008 -0600
18274
18275    Fixed the RNC for mal_page_*
18276
18277 doc/mallard/C/mal_page.xml | 4 ++--
18278 1 file changed, 2 insertions(+), 2 deletions(-)
18279
18280commit 718df378a634b095eb63e253396247a3780ba7bc
18281Author: Shaun McCance <shaunm@gnome.org>
18282Date:   Sun Nov 9 17:31:31 2008 -0600
18283
18284    Require id attribute on sections
18285
18286 doc/mallard/C/mal_section.xml | 2 +-
18287 1 file changed, 1 insertion(+), 1 deletion(-)
18288
18289commit b426292b94b368e4a4363f0b8cf0d4e581ecdf89
18290Author: Shaun McCance <shaunm@gnome.org>
18291Date:   Sun Nov 9 17:23:07 2008 -0600
18292
18293    Fixing some page attributes
18294
18295 doc/mallard/C/mal_inline_em.xml     | 4 +++-
18296 doc/mallard/C/mal_inline_file.xml   | 3 ++-
18297 doc/mallard/C/mal_inline_gui.xml    | 1 +
18298 doc/mallard/C/mal_inline_guiseq.xml | 1 +
18299 doc/mallard/C/mal_inline_input.xml  | 4 +++-
18300 doc/mallard/C/mal_inline_key.xml    | 4 +++-
18301 doc/mallard/C/mal_inline_keyseq.xml | 1 +
18302 doc/mallard/C/mal_inline_link.xml   | 3 ++-
18303 doc/mallard/C/mal_inline_media.xml  | 4 +++-
18304 doc/mallard/C/mal_inline_quote.xml  | 3 ++-
18305 doc/mallard/C/mal_inline_span.xml   | 3 ++-
18306 doc/mallard/C/mal_inline_sys.xml    | 4 +++-
18307 doc/mallard/C/mal_inline_var.xml    | 4 +++-
18308 13 files changed, 29 insertions(+), 10 deletions(-)
18309
18310commit 42db928a465c709c72388971b5c6be11d9897268
18311Author: Shaun McCance <shaunm@gnome.org>
18312Date:   Sun Nov 9 17:18:01 2008 -0600
18313
18314    Adding a desc to mal_inline_app
18315
18316 doc/mallard/C/mal_inline_app.xml | 3 +++
18317 1 file changed, 3 insertions(+)
18318
18319commit 57928dcc06d3593b5ac282fafdc11878f3c8d977
18320Author: Shaun McCance <shaunm@gnome.org>
18321Date:   Sun Nov 9 17:15:40 2008 -0600
18322
18323    Fixing some titles and links
18324
18325 doc/mallard/C/mal_info_link.xml     |  2 +-
18326 doc/mallard/C/mal_inline_guiseq.xml |  2 +-
18327 doc/mallard/C/mal_inline_keyseq.xml |  2 +-
18328 doc/mallard/C/mal_inline_span.xml   |  2 +-
18329 doc/mallard/C/mal_output.xml        | 11 -----------
18330 5 files changed, 4 insertions(+), 15 deletions(-)
18331
18332commit c897f118eafbf18c0d74fe3954313d0d4349b94e
18333Author: Shaun McCance <shaunm@gnome.org>
18334Date:   Sun Nov 9 16:45:51 2008 -0600
18335
18336    Adding comparison of the gui element to DocBook
18337
18338 doc/mallard/C/mal_inline_gui.xml | 34 ++++++++++++++++++++++++++++++++++
18339 1 file changed, 34 insertions(+)
18340
18341commit db754735492b8f86e390f1f0739c2305be8bb293
18342Author: Shaun McCance <shaunm@gnome.org>
18343Date:   Sun Nov 9 16:45:02 2008 -0600
18344
18345    Dont split see-also lists onto two lines. Needs design love
18346
18347 xslt/mallard/html/mal2html-css.xsl  | 2 +-
18348 xslt/mallard/html/mal2html-page.xsl | 2 +-
18349 2 files changed, 2 insertions(+), 2 deletions(-)
18350
18351commit eb8ac36b69c5daf0730368f424f4d38662d0ae1a
18352Author: Shaun McCance <shaunm@gnome.org>
18353Date:   Thu Nov 6 08:44:10 2008 -0600
18354
18355    Dropping spec_pages
18356
18357 rng/mallard/Makefile.am | 3 +--
18358 1 file changed, 1 insertion(+), 2 deletions(-)
18359
18360commit 39c4b5bdd28d70a14ae19cbc4ac63aa4e6cb8b6e
18361Author: Shaun McCance <shaunm@gnome.org>
18362Date:   Thu Nov 6 08:43:24 2008 -0600
18363
18364    Fixing up links and markup, getting things working again
18365
18366 doc/mallard/C/10minutes.xml         |  2 --
18367 doc/mallard/C/explore.xml           |  2 --
18368 doc/mallard/C/mal_block_quote.xml   |  4 +++-
18369 doc/mallard/C/mal_info.xml          |  1 -
18370 doc/mallard/C/mal_inline_app.xml    |  3 ++-
18371 doc/mallard/C/mal_inline_cmd.xml    |  3 ++-
18372 doc/mallard/C/mal_inline_code.xml   |  3 ++-
18373 doc/mallard/C/mal_inline_output.xml |  3 ++-
18374 doc/mallard/C/mal_page.xml          | 19 +++++++++++++++----
18375 9 files changed, 26 insertions(+), 14 deletions(-)
18376
18377commit d4566c3361cffae8dd2eb57f52241349420b92a6
18378Author: Shaun McCance <shaunm@gnome.org>
18379Date:   Thu Nov 6 08:42:53 2008 -0600
18380
18381    Tweaks to styling, getting things working again
18382
18383 doc/mallard/C/spec_pages.xml         |  28 ------
18384 xslt/mallard/html/mal2html-block.xsl |   8 +-
18385 xslt/mallard/html/mal2html-css.xsl   | 170 ++++++++++++++++++++++++++++++++++-
18386 xslt/mallard/html/mal2html-page.xsl  | 166 +---------------------------------
18387 4 files changed, 174 insertions(+), 198 deletions(-)
18388
18389commit 7dbab42cc78bdb8b3f1f9160eb34dafdd2b0d00d
18390Author: Shaun McCance <shaunm@gnome.org>
18391Date:   Tue Nov 4 17:39:34 2008 -0600
18392
18393    Getting html builds to work for the mallard spec
18394
18395 sandbox/mallard/html/Makefile  | 14 +++++++-------
18396 xslt/mallard/html/mal2html.xsl |  2 +-
18397 2 files changed, 8 insertions(+), 8 deletions(-)
18398
18399commit ad7fbc421294ad543c07f9856095ae6b81b0d423
18400Author: Shaun McCance <shaunm@gnome.org>
18401Date:   Tue Nov 4 17:38:44 2008 -0600
18402
18403    Getting html builds to work for the mallard spec
18404
18405 {sandbox/mallard/xslt => xslt/mallard/html}/theme.xml | 0
18406 {sandbox/mallard/xslt => xslt/mallard/html}/theme.xsl | 0
18407 {sandbox/mallard/xslt => xslt/mallard/html}/util.xsl  | 0
18408 3 files changed, 0 insertions(+), 0 deletions(-)
18409
18410commit 4ef56c68032cf0685ee9688eb700442ce3d1c234
18411Author: Shaun McCance <shaunm@gnome.org>
18412Date:   Tue Nov 4 10:55:58 2008 -0600
18413
18414    More work on incorporating mallard into the main layout
18415
18416 Makefile.am                                        |  2 +-
18417 configure.in                                       |  7 +++++++
18418 doc/Makefile.am                                    |  2 +-
18419 doc/mallard/Makefile.am                            |  8 ++++++++
18420 rng/Makefile.am                                    |  1 +
18421 rng/mallard/Makefile.am                            | 23 ++++++++++++++++++++++
18422 {sandbox/mallard/xslt => rng/mallard}/mal2rnc.xsl  |  0
18423 {sandbox/mallard/rng => rng/mallard}/rnc2rng.awk   |  0
18424 sandbox/mallard/rng/Makefile                       | 23 ----------------------
18425 xslt/mallard/Makefile.am                           |  1 +
18426 xslt/mallard/common/Makefile.am                    |  5 +++++
18427 .../xslt => xslt/mallard/common}/mal-link.xsl      |  0
18428 xslt/mallard/html/Makefile.am                      | 13 ++++++++++++
18429 xslt/mallard/utils/Makefile.am                     |  5 +++++
18430 .../xslt => xslt/mallard/utils}/mal2cache.xsl      |  0
18431 15 files changed, 65 insertions(+), 25 deletions(-)
18432
18433commit 838d94e15f7b7f185c191abbd88ae1611ec5e7e0
18434Author: Shaun McCance <shaunm@gnome.org>
18435Date:   Mon Nov 3 21:17:17 2008 -0600
18436
18437    Moved some mallard files into the main layout
18438
18439 {sandbox/mallard/spec => doc/mallard/C}/10minutes.xml       |   0
18440 {sandbox/mallard/spec => doc/mallard/C}/Makefile            |   0
18441 {sandbox/mallard/spec => doc/mallard/C}/TODO                |   0
18442 {sandbox/mallard/spec => doc/mallard/C}/explore.xml         |   0
18443 {sandbox/mallard/spec => doc/mallard/C}/figures/mallard.png | Bin
18444 {sandbox/mallard/spec => doc/mallard/C}/legal.xml           |   0
18445 {sandbox/mallard/spec => doc/mallard/C}/mal_TODO.xml        |   0
18446 {sandbox/mallard/spec => doc/mallard/C}/mal_attr_link.xml   |   0
18447 {sandbox/mallard/spec => doc/mallard/C}/mal_block.xml       |   0
18448 {sandbox/mallard/spec => doc/mallard/C}/mal_block_code.xml  |   0
18449 .../mallard/spec => doc/mallard/C}/mal_block_comment.xml    |   0
18450 .../mallard/spec => doc/mallard/C}/mal_block_figure.xml     |   0
18451 {sandbox/mallard/spec => doc/mallard/C}/mal_block_media.xml |   0
18452 {sandbox/mallard/spec => doc/mallard/C}/mal_block_note.xml  |   0
18453 {sandbox/mallard/spec => doc/mallard/C}/mal_block_p.xml     |   0
18454 {sandbox/mallard/spec => doc/mallard/C}/mal_block_quote.xml |   0
18455 .../mallard/spec => doc/mallard/C}/mal_block_screen.xml     |   0
18456 .../mallard/spec => doc/mallard/C}/mal_block_synopsis.xml   |   0
18457 {sandbox/mallard/spec => doc/mallard/C}/mal_caption.xml     |   0
18458 {sandbox/mallard/spec => doc/mallard/C}/mal_cite.xml        |   0
18459 {sandbox/mallard/spec => doc/mallard/C}/mal_info.xml        |   0
18460 .../mallard/spec => doc/mallard/C}/mal_info_copyright.xml   |   0
18461 {sandbox/mallard/spec => doc/mallard/C}/mal_info_credit.xml |   0
18462 {sandbox/mallard/spec => doc/mallard/C}/mal_info_desc.xml   |   0
18463 .../mallard/spec => doc/mallard/C}/mal_info_license.xml     |   0
18464 {sandbox/mallard/spec => doc/mallard/C}/mal_info_link.xml   |   0
18465 .../mallard/spec => doc/mallard/C}/mal_info_version.xml     |   0
18466 {sandbox/mallard/spec => doc/mallard/C}/mal_inline.xml      |   0
18467 {sandbox/mallard/spec => doc/mallard/C}/mal_inline_app.xml  |   0
18468 {sandbox/mallard/spec => doc/mallard/C}/mal_inline_cmd.xml  |   0
18469 {sandbox/mallard/spec => doc/mallard/C}/mal_inline_code.xml |   0
18470 {sandbox/mallard/spec => doc/mallard/C}/mal_inline_em.xml   |   0
18471 {sandbox/mallard/spec => doc/mallard/C}/mal_inline_file.xml |   0
18472 {sandbox/mallard/spec => doc/mallard/C}/mal_inline_gui.xml  |   0
18473 .../mallard/spec => doc/mallard/C}/mal_inline_guiseq.xml    |   0
18474 .../mallard/spec => doc/mallard/C}/mal_inline_input.xml     |   0
18475 {sandbox/mallard/spec => doc/mallard/C}/mal_inline_key.xml  |   0
18476 .../mallard/spec => doc/mallard/C}/mal_inline_keyseq.xml    |   0
18477 {sandbox/mallard/spec => doc/mallard/C}/mal_inline_link.xml |   0
18478 .../mallard/spec => doc/mallard/C}/mal_inline_media.xml     |   0
18479 .../mallard/spec => doc/mallard/C}/mal_inline_output.xml    |   0
18480 .../mallard/spec => doc/mallard/C}/mal_inline_quote.xml     |   0
18481 {sandbox/mallard/spec => doc/mallard/C}/mal_inline_span.xml |   0
18482 {sandbox/mallard/spec => doc/mallard/C}/mal_inline_sys.xml  |   0
18483 {sandbox/mallard/spec => doc/mallard/C}/mal_inline_var.xml  |   0
18484 {sandbox/mallard/spec => doc/mallard/C}/mal_list.xml        |   0
18485 {sandbox/mallard/spec => doc/mallard/C}/mal_list_bullet.xml |   0
18486 .../mallard/spec => doc/mallard/C}/mal_list_definition.xml  |   0
18487 .../mallard/spec => doc/mallard/C}/mal_list_numbered.xml    |   0
18488 {sandbox/mallard/spec => doc/mallard/C}/mal_list_tree.xml   |   0
18489 {sandbox/mallard/spec => doc/mallard/C}/mal_output.xml      |   0
18490 {sandbox/mallard/spec => doc/mallard/C}/mal_page.xml        |   0
18491 {sandbox/mallard/spec => doc/mallard/C}/mal_section.xml     |   0
18492 {sandbox/mallard/spec => doc/mallard/C}/mal_subtitle.xml    |   0
18493 {sandbox/mallard/spec => doc/mallard/C}/mal_table.xml       |   0
18494 {sandbox/mallard/spec => doc/mallard/C}/mal_title.xml       |   0
18495 {sandbox/mallard/spec => doc/mallard/C}/mallard.xml         |   0
18496 {sandbox/mallard/spec => doc/mallard/C}/principle-guide.xml |   0
18497 .../mallard/spec => doc/mallard/C}/principle-justenough.xml |   0
18498 .../mallard/spec => doc/mallard/C}/principle-redundancy.xml |   0
18499 {sandbox/mallard/spec => doc/mallard/C}/principles.xml      |   0
18500 {sandbox/mallard/spec => doc/mallard/C}/spec.xml            |   0
18501 {sandbox/mallard/spec => doc/mallard/C}/spec_info.xml       |   0
18502 {sandbox/mallard/spec => doc/mallard/C}/spec_pages.xml      |   0
18503 .../mallard/xslt => xslt/mallard/html}/mal2html-block.xsl   |   0
18504 .../mallard/xslt => xslt/mallard/html}/mal2html-css.xsl     |   0
18505 .../mallard/xslt => xslt/mallard/html}/mal2html-inline.xsl  |   0
18506 .../mallard/xslt => xslt/mallard/html}/mal2html-list.xsl    |   0
18507 .../mallard/xslt => xslt/mallard/html}/mal2html-media.xsl   |   0
18508 .../mallard/xslt => xslt/mallard/html}/mal2html-page.xsl    |   0
18509 .../mallard/xslt => xslt/mallard/html}/mal2html-table.xsl   |   0
18510 {sandbox/mallard/xslt => xslt/mallard/html}/mal2html.xsl    |   0
18511 72 files changed, 0 insertions(+), 0 deletions(-)
18512
18513commit e913321def8b19ca8f09c34d4a9093919210eb00
18514Author: Shaun McCance <shaunm@src.gnome.org>
18515Date:   Tue Apr 14 19:03:16 2009 +0000
18516
18517    - Version 0.16.1
18518
18519    * configure.in:
18520    * NEWS:
18521    - Version 0.16.1
18522
18523    svn path=/trunk/; revision=1162
18524
18525 ChangeLog    | 6 ++++++
18526 NEWS         | 8 ++++++++
18527 configure.in | 2 +-
18528 3 files changed, 15 insertions(+), 1 deletion(-)
18529
18530commit 8abd810f1561ce0ac75cc8234201ab8bcb7f1a02
18531Author: Takeshi AIHANA <takeshi.aihana@gmail.com>
18532Date:   Sun Apr 5 02:05:39 2009 +0000
18533
18534    Fixed wrong translation.
18535
18536    2009-04-05  Takeshi AIHANA <takeshi.aihana@gmail.com>
18537
18538            * ja.po: Fixed wrong translation.
18539
18540    svn path=/trunk/; revision=1161
18541
18542 po/ChangeLog | 4 ++++
18543 po/ja.po     | 9 ++++-----
18544 2 files changed, 8 insertions(+), 5 deletions(-)
18545
18546commit c3f0a6ae52568fa8c3b98b3b7c0be01353546c3c
18547Author: Claude Paroz <claude@2xlibre.net>
18548Date:   Thu Apr 2 08:05:42 2009 +0000
18549
18550    Use new hashlib module rather than deprecated md5 module, when available.
18551
18552    2009-04-02  Claude Paroz  <claude@2xlibre.net>
18553
18554            * modes/docbook.py: Use new hashlib module rather than deprecated md5
18555            module, when available.
18556            Fixes bug #576161.
18557
18558    svn path=/trunk/; revision=1160
18559
18560 xml2po/ChangeLog        | 6 ++++++
18561 xml2po/modes/docbook.py | 8 ++++++--
18562 2 files changed, 12 insertions(+), 2 deletions(-)
18563
18564commit 78ffb15df57761134d044bf1ce17a71d7b96b247
18565Author: Djihed Afifi <djihed@src.gnome.org>
18566Date:   Wed Mar 18 09:21:14 2009 +0000
18567
18568    Updated Arabic translation
18569
18570    svn path=/trunk/; revision=1159
18571
18572 po/ChangeLog |  4 ++++
18573 po/ar.po     | 66 +++++++++++++++++++++++++++++++++++++++---------------------
18574 2 files changed, 47 insertions(+), 23 deletions(-)
18575
18576commit 3795fee02002d20ebf36ee954fe0377bd08d7664
18577Author: Amanpreet Singh Alam <aman@src.gnome.org>
18578Date:   Tue Mar 17 01:12:33 2009 +0000
18579
18580    updating for GNOME Punjabi Translation by A S Alam
18581
18582    svn path=/trunk/; revision=1158
18583
18584 po/pa.po | 531 +++++++++++++++++++++++++++++++++++++++++++++++++--------------
18585 1 file changed, 413 insertions(+), 118 deletions(-)
18586
18587commit 46536bb0496cd853b112e9d4948e2f9e019f0934
18588Author: Shaun McCance <shaunm@src.gnome.org>
18589Date:   Mon Mar 16 17:57:16 2009 +0000
18590
18591    - Version 0.16.0
18592
18593    * configure.in:
18594    * NEWS:
18595    - Version 0.16.0
18596
18597    svn path=/trunk/; revision=1156
18598
18599 ChangeLog    | 6 ++++++
18600 NEWS         | 7 +++++++
18601 configure.in | 2 +-
18602 3 files changed, 14 insertions(+), 1 deletion(-)
18603
18604commit 724f3ea673184ce68f9c875a8824ef4df09e2a38
18605Author: Amitakhya Phukan <amitakhya@src.gnome.org>
18606Date:   Mon Mar 16 09:25:09 2009 +0000
18607
18608    Updated assamese translations
18609
18610    svn path=/trunk/; revision=1155
18611
18612 po/ChangeLog |    5 +
18613 po/LINGUAS   |    1 +
18614 po/as.po     | 2278 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
18615 3 files changed, 2284 insertions(+)
18616
18617commit 77783469575fae52ba30a3feeaa6fd4c1be2fe3f
18618Author: Ignacio Casal Quinteiro <icq@src.gnome.org>
18619Date:   Sun Mar 15 14:23:17 2009 +0000
18620
18621    Updated Galician translation by Suso Baleato
18622
18623    svn path=/trunk/; revision=1154
18624
18625 po/ChangeLog | 4 ++++
18626 po/gl.po     | 2 +-
18627 2 files changed, 5 insertions(+), 1 deletion(-)
18628
18629commit 09c0f0483e2e7d617f3513457c24fc10d0619d3a
18630Author: Ignacio Casal Quinteiro <icq@src.gnome.org>
18631Date:   Sun Mar 15 13:50:33 2009 +0000
18632
18633    Updated Galician translation by Suso Baleato.
18634
18635    svn path=/trunk/; revision=1153
18636
18637 po/ChangeLog |  4 ++++
18638 po/gl.po     | 66 ++++++++++++++++++++++++++++++++++++------------------------
18639 2 files changed, 44 insertions(+), 26 deletions(-)
18640
18641commit ca52ed04fc7d9c64b43fe0e84fbf980ed1a3ba1c
18642Author: Yair Hershkovitz <yairhr@src.gnome.org>
18643Date:   Mon Mar 9 22:13:41 2009 +0000
18644
18645    updated hebrew translation
18646
18647    svn path=/trunk/; revision=1152
18648
18649 po/ChangeLog |   4 +
18650 po/he.po     | 501 ++++++++++++++++++++++++++++++++++++++++++++++-------------
18651 2 files changed, 399 insertions(+), 106 deletions(-)
18652
18653commit 4697c86dd06634931f32ca0d89ccc048c685d5a9
18654Author: Shaun McCance <shaunm@src.gnome.org>
18655Date:   Mon Mar 2 01:45:27 2009 +0000
18656
18657    - Version 0.15.2
18658
18659    * configure.in:
18660    * NEWS:
18661    - Version 0.15.2
18662
18663    svn path=/trunk/; revision=1150
18664
18665 ChangeLog    | 6 ++++++
18666 NEWS         | 7 +++++++
18667 configure.in | 2 +-
18668 3 files changed, 14 insertions(+), 1 deletion(-)
18669
18670commit e9f81c94812752a522ba1bdcb995dd963c2130f9
18671Author: Shaun McCance <shaunm@src.gnome.org>
18672Date:   Sun Mar 1 22:28:38 2009 +0000
18673
18674    - More RTL fixes for bug #563559
18675
18676    * xslt/docbook/html/db2html-css.xsl:
18677    * xslt/gettext/gettext.xsl:
18678    - More RTL fixes for bug #563559
18679
18680    svn path=/trunk/; revision=1149
18681
18682 ChangeLog                         |  5 +++++
18683 xslt/docbook/html/db2html-css.xsl | 23 +++++++++++++----------
18684 xslt/gettext/gettext.xsl          |  4 ++--
18685 3 files changed, 20 insertions(+), 12 deletions(-)
18686
18687commit e76a118f732deb4577dd604a2a86c15419d6cf4b
18688Author: Praveen Arimbrathodiyil <apravi@src.gnome.org>
18689Date:   Mon Feb 23 04:25:06 2009 +0000
18690
18691    Hari Vishnu updated Malayalam translation
18692
18693    svn path=/trunk/; revision=1148
18694
18695 po/ChangeLog |   4 +
18696 po/ml.po     | 536 ++++++++++++++++++++++++++++++++++++++++++++++-------------
18697 2 files changed, 425 insertions(+), 115 deletions(-)
18698
18699commit 49ccb2be0eb2ffc1eb564c641c5b42f9fd6fb919
18700Author: Jani Monoses <janimo@src.gnome.org>
18701Date:   Tue Feb 17 20:42:52 2009 +0000
18702
18703    Updated Romanian translation from Adi Roiban.
18704
18705    svn path=/trunk/; revision=1147
18706
18707 po/ChangeLog | 5 +++++
18708 po/ro.po     | 8 ++++----
18709 2 files changed, 9 insertions(+), 4 deletions(-)
18710
18711commit 6b9afc6c9f7b31a85e1fe97ab85d940c82b7369c
18712Author: Jani Monoses <janimo@src.gnome.org>
18713Date:   Fri Feb 13 19:15:38 2009 +0000
18714
18715    Updated Romanian translations from Adi Roiban
18716
18717    svn path=/trunk/; revision=1146
18718
18719 po/ChangeLog |   5 +
18720 po/ro.po     | 684 ++++++++++++++++++++++++++++++++++++++---------------------
18721 2 files changed, 452 insertions(+), 237 deletions(-)
18722
18723commit 13480e0ac4863942e16256dcea6eb87ca82e4af0
18724Author: Shaun McCance <shaunm@src.gnome.org>
18725Date:   Mon Feb 2 01:51:44 2009 +0000
18726
18727    - Version 0.15.1
18728
18729    * configure.in:
18730    * NEWS:
18731    - Version 0.15.1
18732
18733    svn path=/trunk/; revision=1144
18734
18735 ChangeLog    | 6 ++++++
18736 NEWS         | 6 ++++++
18737 configure.in | 2 +-
18738 3 files changed, 13 insertions(+), 1 deletion(-)
18739
18740commit 0c0f53ca24c3ace121b0b0b34d8c4e2d04dfd59d
18741Author: Shaun McCance <shaunm@src.gnome.org>
18742Date:   Mon Feb 2 00:44:24 2009 +0000
18743
18744    - Fixing some RTL issues, thanks to muayyad alsadi, bug #563559
18745
18746    * xslt/docbook/html/db2html-css.xsl:
18747    * xslt/gettext/gettext.xsl:
18748    - Fixing some RTL issues, thanks to muayyad alsadi, bug #563559
18749
18750    svn path=/trunk/; revision=1143
18751
18752 ChangeLog                         |  6 +++
18753 xslt/docbook/html/db2html-css.xsl | 83 +++++++++++++++++-------------------
18754 xslt/gettext/gettext.xsl          | 88 +++++++++++++++++++++++++++++++++++++++
18755 3 files changed, 132 insertions(+), 45 deletions(-)
18756
18757commit c3380dbce62a2fc827afacd028e4b2917ea5988f
18758Author: Raivis Dejus <orvils@gmail.com>
18759Date:   Sun Jan 25 11:20:32 2009 +0000
18760
18761    Updated Latvian translation.
18762
18763    2009-01-25  Raivis Dejus  <orvils@gmail.com>
18764
18765            * lv.po: Updated Latvian translation.
18766
18767
18768    svn path=/trunk/; revision=1142
18769
18770 po/ChangeLog |   4 +
18771 po/lv.po     | 517 ++++++++++++++++++++++++++++++++++++++++++++---------------
18772 2 files changed, 394 insertions(+), 127 deletions(-)
18773
18774commit 1370abae7cbec1a6a5a46a2df0a46bc457aa32fa
18775Author: Shaun McCance <shaunm@src.gnome.org>
18776Date:   Mon Dec 15 19:40:54 2008 +0000
18777
18778    - Version 0.14.1
18779
18780    * configure.in:
18781    * NEWS:
18782    - Version 0.14.1
18783
18784    svn path=/trunk/; revision=1136
18785
18786 ChangeLog    | 6 ++++++
18787 NEWS         | 9 +++++++++
18788 configure.in | 2 +-
18789 3 files changed, 16 insertions(+), 1 deletion(-)
18790
18791commit 6e8b3ca65ceecf049613a398a3922a970a578deb
18792Author: Shaun McCance <shaunm@src.gnome.org>
18793Date:   Mon Dec 15 19:38:15 2008 +0000
18794
18795    - Fix Requirements introduced with l10n work
18796
18797    * xslt/docbook/html/db2html-title.xsl:
18798    * xslt/docbook/html/db2html-cmdsynopsis.xsl:
18799    * xslt/docbook/html/db2html-qanda.xsl:
18800    * xslt/docbook/html/db2html-table.xsl:
18801    * xslt/docbook/html/db2html-classsynopsis.xsl:
18802    - Fix Requirements introduced with l10n work
18803
18804    svn path=/trunk/; revision=1135
18805
18806 ChangeLog                                   | 9 +++++++++
18807 xslt/docbook/html/db2html-classsynopsis.xsl | 2 +-
18808 xslt/docbook/html/db2html-cmdsynopsis.xsl   | 2 +-
18809 xslt/docbook/html/db2html-qanda.xsl         | 2 +-
18810 xslt/docbook/html/db2html-table.xsl         | 2 +-
18811 xslt/docbook/html/db2html-title.xsl         | 2 +-
18812 6 files changed, 14 insertions(+), 5 deletions(-)
18813
18814commit 305e23ea11d0bf29aedbb5d67e44128e66b225f3
18815Author: Shaun McCance <shaunm@src.gnome.org>
18816Date:   Mon Dec 15 19:29:02 2008 +0000
18817
18818    - More dir attributes
18819
18820    * xslt/docbook/html/db2html-title.xsl:
18821    * xslt/docbook/html/db2html-list.xsl:
18822    * xslt/docbook/html/db2html-cmdsynopsis.xsl:
18823    * xslt/docbook/html/db2html-division.xsl:
18824    * xslt/docbook/html/db2html-qanda.xsl:
18825    * xslt/docbook/html/db2html-table.xsl:
18826    * xslt/docbook/html/db2html-css.xsl:
18827    * xslt/docbook/html/db2html-block.xsl:
18828    * xslt/docbook/html/db2html-classsynopsis.xsl:
18829    - More dir attributes
18830
18831    svn path=/trunk/; revision=1134
18832
18833 ChangeLog                                   |  13 +++
18834 xslt/docbook/html/db2html-block.xsl         |   6 +-
18835 xslt/docbook/html/db2html-classsynopsis.xsl |  14 +++
18836 xslt/docbook/html/db2html-cmdsynopsis.xsl   |  27 +++---
18837 xslt/docbook/html/db2html-css.xsl           |   5 +-
18838 xslt/docbook/html/db2html-division.xsl      |  18 ++++
18839 xslt/docbook/html/db2html-list.xsl          | 144 ++++++++++++++++++++++++++++
18840 xslt/docbook/html/db2html-qanda.xsl         |  34 ++++++-
18841 xslt/docbook/html/db2html-table.xsl         |  37 +++++++
18842 xslt/docbook/html/db2html-title.xsl         |  18 ++++
18843 10 files changed, 296 insertions(+), 20 deletions(-)
18844
18845commit f5f2e85c3989d1ea34fe972869da98d5c91639ae
18846Author: Shaun McCance <shaunm@src.gnome.org>
18847Date:   Mon Dec 8 21:12:18 2008 +0000
18848
18849    - s/language/lang/
18850
18851    * xslt/docbook/html/db2html-inline.xsl:
18852    * xslt/docbook/html/db2html-block.xsl:
18853    - s/language/lang/
18854
18855    svn path=/trunk/; revision=1133
18856
18857 ChangeLog                            |  6 ++++++
18858 xslt/docbook/html/db2html-block.xsl  | 10 +++++-----
18859 xslt/docbook/html/db2html-inline.xsl |  2 +-
18860 3 files changed, 12 insertions(+), 6 deletions(-)
18861
18862commit 391cbb7f093e3f2cb237352c3aac483e45001e6b
18863Author: Shaun McCance <shaunm@src.gnome.org>
18864Date:   Mon Dec 8 20:04:03 2008 +0000
18865
18866    - Set text direction on block elements
18867
18868    * xslt/docbook/html/db2html-block.xsl:
18869    - Set text direction on block elements
18870
18871    svn path=/trunk/; revision=1132
18872
18873 ChangeLog                           |   5 ++
18874 xslt/docbook/html/db2html-block.xsl | 130 ++++++++++++++++++++++++++++++++++++
18875 2 files changed, 135 insertions(+)
18876
18877commit 8fef64dd86912631de818ed094f34e63fee9d9e5
18878Author: Shaun McCance <shaunm@src.gnome.org>
18879Date:   Mon Dec 8 19:46:32 2008 +0000
18880
18881    - Fix ltr on accel
18882
18883    * xslt/docbook/html/db2html-inline.xsl:
18884    - Fix ltr on accel
18885
18886    svn path=/trunk/; revision=1131
18887
18888 ChangeLog                            | 5 +++++
18889 xslt/docbook/html/db2html-inline.xsl | 4 +---
18890 2 files changed, 6 insertions(+), 3 deletions(-)
18891
18892commit 2cac2fde6e2aaeb5784212e0a531f53a74acfb33
18893Author: Shaun McCance <shaunm@src.gnome.org>
18894Date:   Mon Dec 8 19:43:35 2008 +0000
18895
18896    - Setting dir on inline elements for mixed-language documents
18897
18898    * xslt/docbook/html/db2html-inline.xsl:
18899    - Setting dir on inline elements for mixed-language documents
18900
18901    svn path=/trunk/; revision=1130
18902
18903 ChangeLog                            |   5 +
18904 xslt/docbook/html/db2html-inline.xsl | 172 +++++++++++++++++++++++++++--------
18905 2 files changed, 140 insertions(+), 37 deletions(-)
18906
18907commit 9e6141c9332ed8a472f850190847d5db8740f439
18908Author: Shaun McCance <shaunm@src.gnome.org>
18909Date:   Mon Dec 8 17:00:53 2008 +0000
18910
18911    - Made admons formal to better accomodate RTL icon placement
18912
18913    * xslt/docbook/html/db2html-block.xsl:
18914    * xslt/docbook/html/db2html-css.xsl:
18915    - Made admons formal to better accomodate RTL icon placement
18916
18917    svn path=/trunk/; revision=1129
18918
18919 ChangeLog                           |  6 ++++++
18920 xslt/docbook/html/db2html-block.xsl | 10 ++++++++++
18921 xslt/docbook/html/db2html-css.xsl   | 40 +++++++++++++++++--------------------
18922 3 files changed, 34 insertions(+), 22 deletions(-)
18923
18924commit 2df15edc42c6cc477c424ae7eec84d610ede0dad
18925Author: Takeshi AIHANA <takeshi.aihana@gmail.com>
18926Date:   Thu Dec 4 13:52:08 2008 +0000
18927
18928    Fixed translation suggested by Mitsuya Shibata.
18929
18930    2008-12-04  Takeshi AIHANA <takeshi.aihana@gmail.com>
18931
18932            * ja.po: Fixed translation suggested by
18933                     Mitsuya Shibata.
18934
18935    svn path=/trunk/; revision=1128
18936
18937 po/ChangeLog | 5 +++++
18938 po/ja.po     | 6 +++---
18939 2 files changed, 8 insertions(+), 3 deletions(-)
18940
18941commit 9f1b29b6b596155e214e89ea7239609152ef3802
18942Author: Christian Persch <chpe@src.gnome.org>
18943Date:   Fri Oct 24 17:46:27 2008 +0000
18944
18945    chmod +x gnome-doc-{tool,prepare} on configure. Bug #557732.
18946
18947            * configure.in: chmod +x gnome-doc-{tool,prepare} on configure. Bug
18948            #557732.
18949
18950    svn path=/trunk/; revision=1127
18951
18952 ChangeLog               | 5 +++++
18953 configure.in            | 7 ++++++-
18954 tools/gnome-doc-tool.in | 0
18955 3 files changed, 11 insertions(+), 1 deletion(-)
18956
18957commit 1708339cce2527ee4678a215087627b9e1ea022f
18958Author: Christian Persch <chpe@src.gnome.org>
18959Date:   Tue Oct 21 22:53:27 2008 +0000
18960
18961    Save disk space by Symlinking the non-localised figures to the C figures
18962
18963            * tools/gnome-doc-utils.make: Save disk space by Symlinking the
18964            non-localised figures to the C figures instead of copying them. Bug
18965            #557227.
18966
18967            * tools/gnome-doc-utils.m4: Require AC_PROG_LN_S.
18968
18969            * configure.ac: Call AC_PROG_LN_S explicitly since g-d-u doesn't use
18970            GNOME_DOC_INIT itself.
18971
18972    svn path=/trunk/; revision=1126
18973
18974 ChangeLog                  | 11 +++++++++++
18975 configure.in               |  2 ++
18976 tools/gnome-doc-utils.m4   |  3 ++-
18977 tools/gnome-doc-utils.make | 14 +++++++++-----
18978 4 files changed, 24 insertions(+), 6 deletions(-)
18979
18980commit 401ad193a084e1bb711ecfc4d50cc9a9b7ec245c
18981Author: Djihed Afifi <djihed@src.gnome.org>
18982Date:   Sun Oct 19 11:41:16 2008 +0000
18983
18984    Updated Arabic Translation by Khaled Hosny.
18985
18986    * Updated Arabic Translation by Khaled Hosny.
18987
18988    svn path=/trunk/; revision=1125
18989
18990 po/ChangeLog | 4 ++++
18991 1 file changed, 4 insertions(+)
18992
18993commit f770598d7fd10c7863bb88d93e5a0aa5e37f5a51
18994Author: Shaun McCance <shaunm@src.gnome.org>
18995Date:   Mon Sep 22 20:18:32 2008 +0000
18996
18997    - Version 0.14.0
18998
18999    * configure.in:
19000    * NEWS:
19001    - Version 0.14.0
19002
19003    svn path=/trunk/; revision=1123
19004
19005 ChangeLog    | 6 ++++++
19006 NEWS         | 8 ++++++++
19007 configure.in | 2 +-
19008 3 files changed, 15 insertions(+), 1 deletion(-)
19009
19010commit 5506b40b0188186b50cf9fcd95cec6c6a0406f34
19011Author: Roozbeh Pournader <roozbeh@gmail.com>
19012Date:   Fri Sep 19 07:39:07 2008 +0000
19013
19014    Added Persian ('fa'). Added Persian translation by Amir Hedayaty and
19015
19016    2008-09-19  Roozbeh Pournader  <roozbeh@gmail.com>
19017
19018            * LINGUAS: Added Persian ('fa').
19019            * fa.po: Added Persian translation by Amir Hedayaty and Roozbeh
19020              Pournader.
19021
19022    svn path=/trunk/; revision=1122
19023
19024 po/ChangeLog |    6 +
19025 po/LINGUAS   |    1 +
19026 po/fa.po     | 2187 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
19027 3 files changed, 2194 insertions(+)
19028
19029commit 06c73d6d4e174f897c398de77bdca8d8a2d4000c
19030Author: Djihed Afifi <djihed@src.gnome.org>
19031Date:   Thu Sep 18 02:03:14 2008 +0000
19032
19033    Updated Arabic Translation by Khaled Hosny.
19034
19035    * Updated Arabic Translation by Khaled Hosny.
19036
19037    svn path=/trunk/; revision=1121
19038
19039 po/ChangeLog | 4 ++++
19040 1 file changed, 4 insertions(+)
19041
19042commit d8cf819f3f31605af7ceadd43229470d51a1a506
19043Author: Djihed Afifi <djihed@src.gnome.org>
19044Date:   Mon Sep 15 09:37:37 2008 +0000
19045
19046    Updated Arabic Translation by Khaled Hosny.
19047
19048    * Updated Arabic Translation by Khaled Hosny.
19049
19050    svn path=/trunk/; revision=1120
19051
19052 po/ChangeLog | 4 ++++
19053 1 file changed, 4 insertions(+)
19054
19055commit 468a4c66da7f4ebf322a3f7e5bff9fba222af4a1
19056Author: Pema Geyleg <pgeyleg@src.gnome.org>
19057Date:   Wed Sep 10 06:16:04 2008 +0000
19058
19059    Updated Dzongkha Translation
19060
19061    svn path=/trunk/; revision=1119
19062
19063 po/ChangeLog |   4 +
19064 po/dz.po     | 386 ++++++++++++++++++++++++++++++++++++++++++++++-------------
19065 2 files changed, 304 insertions(+), 86 deletions(-)
19066
19067commit 2fe5b0c2bc4ad1e3edd89642af3636507ad88393
19068Author: Sunil Mohan Adapa <sunilmohan@fsf.org.in>
19069Date:   Sat Aug 30 11:23:48 2008 +0000
19070
19071    Added Telugu (te). Added Telugu translation done by Krishna Babu K
19072
19073    2008-08-30  Sunil Mohan Adapa  <sunilmohan@fsf.org.in>
19074
19075            * LINGUAS: Added Telugu (te).
19076            * te.po: Added Telugu translation done by
19077            Krishna Babu K <kkrothap@redhat.com>.
19078
19079
19080    svn path=/trunk/; revision=1118
19081
19082 po/ChangeLog |    6 +
19083 po/LINGUAS   |    1 +
19084 po/te.po     | 2184 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
19085 3 files changed, 2191 insertions(+)
19086
19087commit 20cb4f1921f41688330b507bb09093299da485f7
19088Author: Shaun McCance <shaunm@src.gnome.org>
19089Date:   Thu Aug 28 13:25:06 2008 +0000
19090
19091    - Version 0.13.1
19092
19093    * configure.in:
19094    * NEWS:
19095    - Version 0.13.1
19096
19097    svn path=/trunk/; revision=1116
19098
19099 ChangeLog    |  6 ++++++
19100 NEWS         | 17 +++++++++++++++++
19101 configure.in |  2 +-
19102 3 files changed, 24 insertions(+), 1 deletion(-)
19103
19104commit ade8b064b02b1fbab0ed68d606cc75653558a31a
19105Author: Shankar Prasad <sprasad@src.gnome.org>
19106Date:   Thu Aug 28 05:56:51 2008 +0000
19107
19108    added kn translations and updated ChangeLog and LINGUAS
19109
19110    svn path=/trunk/; revision=1115
19111
19112 po/ChangeLog |    4 +
19113 po/LINGUAS   |    1 +
19114 po/kn.po     | 2169 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
19115 3 files changed, 2174 insertions(+)
19116
19117commit 072d4c1e7fed9b7e83b8c6339418fca596eb99d6
19118Author: Goran Rakic <grakic@src.gnome.org>
19119Date:   Mon Aug 25 14:52:34 2008 +0000
19120
19121    Conversion from sr@Latn to sr@latin
19122
19123    svn path=/trunk/; revision=1114
19124
19125 po/ChangeLog                   | 5 +++++
19126 po/LINGUAS                     | 2 +-
19127 po/{sr@Latn.po => sr@latin.po} | 0
19128 3 files changed, 6 insertions(+), 1 deletion(-)
19129
19130commit a640417f44b5c8124538a836c4faf7b5623cbd55
19131Author: Manoj Kumar Giri <mgiri@src.gnome.org>
19132Date:   Wed Aug 20 14:19:47 2008 +0000
19133
19134    Added entry for Oriya translation updation
19135
19136    svn path=/trunk/; revision=1113
19137
19138 po/ChangeLog | 4 ++++
19139 1 file changed, 4 insertions(+)
19140
19141commit 5d44f2184e4c86bd4fd3b3e46c70db685a676a92
19142Author: Manoj Kumar Giri <mgiri@src.gnome.org>
19143Date:   Wed Aug 20 14:19:21 2008 +0000
19144
19145    Updated Translation For Oriya
19146
19147    svn path=/trunk/; revision=1112
19148
19149 po/or.po | 548 +++++++++++++++++++++++++++++++++++++++++++++++++--------------
19150 1 file changed, 425 insertions(+), 123 deletions(-)
19151
19152commit 401eb731ee2f30960822a333776775c3c9eb3105
19153Author: Djihed Afifi <djihed@src.gnome.org>
19154Date:   Wed Aug 6 08:30:51 2008 +0000
19155
19156    Updated Arabic Translation by Khaled Hosny.
19157
19158    svn path=/trunk/; revision=1111
19159
19160 po/ChangeLog |  4 ++++
19161 po/ar.po     | 73 ++++++++++++++++++++++--------------------------------------
19162 2 files changed, 31 insertions(+), 46 deletions(-)
19163
19164commit c632c24fe34689308cc20048514841228d6e1392
19165Author: Djihed Afifi <djihed@src.gnome.org>
19166Date:   Tue Jul 29 01:29:50 2008 +0000
19167
19168    Updated Arabic Translation by Anas Husseini.
19169
19170    svn path=/trunk/; revision=1110
19171
19172 po/ChangeLog | 4 ++++
19173 po/ar.po     | 2 +-
19174 2 files changed, 5 insertions(+), 1 deletion(-)
19175
19176commit a896a2df2e2a6a7ac2413df2403b68f202d54f90
19177Author: Danilo Šegan <danilo@src.gnome.org>
19178Date:   Sun Jul 13 23:14:50 2008 +0000
19179
19180    Apply patch to fix UnicodeDecodeError from Goran.
19181
19182    svn path=/trunk/; revision=1109
19183
19184 xml2po/ChangeLog | 4 ++++
19185 xml2po/xml2po.py | 2 +-
19186 2 files changed, 5 insertions(+), 1 deletion(-)
19187
19188commit 8597652854ea4d37303d226428d389b6ae6743e9
19189Author: Gabor Kelemen <kelemeng@gnome.hu>
19190Date:   Sat Jul 5 10:30:38 2008 +0000
19191
19192    Translation updated.
19193
19194    2008-07-05  Gabor Kelemen  <kelemeng@gnome.hu>
19195
19196            * hu.po: Translation updated.
19197
19198    svn path=/trunk/; revision=1108
19199
19200 po/ChangeLog |  4 ++++
19201 po/hu.po     | 12 ++++++------
19202 2 files changed, 10 insertions(+), 6 deletions(-)
19203
19204commit a8f1bf9be43a47b373892b23a6a988c6c10a9b64
19205Author: Yannig MARCHEGAY <ymarcheg@src.gnome.org>
19206Date:   Wed Jul 2 18:21:25 2008 +0000
19207
19208    Updated Occitan translation
19209
19210    svn path=/trunk/; revision=1107
19211
19212 po/ChangeLog | 4 ++++
19213 po/oc.po     | 2 +-
19214 2 files changed, 5 insertions(+), 1 deletion(-)
19215
19216commit 4ffe4546713d5d55e35a19f6989f6e0b2e7231aa
19217Author: Shaun McCance <shaunm@src.gnome.org>
19218Date:   Fri Jun 27 16:24:06 2008 +0000
19219
19220    - Correctly handle content and tooltips for links to anchor elements
19221
19222    * xslt/docbook/common/db-title.xsl:
19223    * xslt/docbook/common/db-xref.xsl:
19224    - Correctly handle content and tooltips for links to anchor elements
19225
19226    * xslt/docbook/html/db2html-division.xsl:
19227    - Don't reprocess book titles when title and bookinfo/title exist
19228
19229    svn path=/trunk/; revision=1106
19230
19231 ChangeLog                              |  9 +++++++++
19232 xslt/docbook/common/db-title.xsl       | 17 ++++++++++++++++-
19233 xslt/docbook/common/db-xref.xsl        | 35 ++++++++++++++++++++++++++++------
19234 xslt/docbook/html/db2html-division.xsl |  5 +++++
19235 4 files changed, 59 insertions(+), 7 deletions(-)
19236
19237commit 1eeca19131b42aba7609ae30dcfa0920486e4a92
19238Author: Djihed Afifi <djihed@src.gnome.org>
19239Date:   Wed Jun 11 21:37:22 2008 +0000
19240
19241    Updated Arabic Translation by Anas Husseini.
19242
19243    svn path=/trunk/; revision=1105
19244
19245 po/ChangeLog | 4 ++++
19246 1 file changed, 4 insertions(+)
19247
19248commit 6260a3b4df0432a6cd2dae2ab83a3e8825cfe368
19249Author: Priit Laes <plaes at svn dot gnome dot org>
19250Date:   Tue Jun 3 07:26:18 2008 +0000
19251
19252    Translation updated by Ivar Smolin
19253
19254    2008-06-03  Priit Laes  <plaes at svn dot gnome dot org>
19255
19256            * et.po: Translation updated by Ivar Smolin
19257
19258    svn path=/trunk/; revision=1104
19259
19260 po/ChangeLog | 4 ++++
19261 1 file changed, 4 insertions(+)
19262
19263commit 87e4255b338519113508517bdd70f5e1dcd7c5ad
19264Author: Djihed Afifi <djihed@src.gnome.org>
19265Date:   Thu May 22 22:57:06 2008 +0000
19266
19267    Updated Arabic Translation by Anas Husseini.
19268
19269    svn path=/trunk/; revision=1103
19270
19271 po/ChangeLog | 4 ++++
19272 po/ar.po     | 2 +-
19273 2 files changed, 5 insertions(+), 1 deletion(-)
19274
19275commit 7a699cb607b17aea710884f04c5e64cbdaba4f83
19276Author: Djihed Afifi <djihed@src.gnome.org>
19277Date:   Mon May 19 01:09:39 2008 +0000
19278
19279    Updated Arabic Translation by Anas Husseini.
19280
19281    svn path=/trunk/; revision=1102
19282
19283 po/ChangeLog | 4 ++++
19284 po/ar.po     | 2 +-
19285 2 files changed, 5 insertions(+), 1 deletion(-)
19286
19287commit f057615a689c0e19d40caf0462be00fae94a3ad7
19288Author: Eskild Hustvedt <eskildh@src.gnome.org>
19289Date:   Fri Apr 4 11:18:44 2008 +0000
19290
19291    Updated Norwegian Nynorsk translation
19292
19293    svn path=/trunk/; revision=1101
19294
19295 po/ChangeLog |   4 ++
19296 po/nn.po     | 133 ++++++++++++++++++++++++++++++-----------------------------
19297 2 files changed, 71 insertions(+), 66 deletions(-)
19298
19299commit a52ad9b37224da73204551df5185f89da9cff10a
19300Author: Baris Cicek <bcicek@src.gnome.org>
19301Date:   Mon Mar 31 11:12:18 2008 +0000
19302
19303    Updated Turkish Translation
19304
19305    svn path=/trunk/; revision=1100
19306
19307 po/ChangeLog |   4 +
19308 po/tr.po     | 658 ++++++++++++++++++++++++++++++++++++++++++-----------------
19309 2 files changed, 472 insertions(+), 190 deletions(-)
19310
19311commit 49e97cfb767b4175c099778e93a5c5a3f7052043
19312Author: Marc-Andre Lureau <marcandre.lureau@gmail.com>
19313Date:   Fri Mar 21 01:30:41 2008 +0000
19314
19315    Remove GLib build dependency. Include glib-gettext.m4, with AX_ namespace.
19316
19317    2008-03-21  Marc-Andre Lureau <marcandre.lureau@gmail.com>
19318
19319            * Makefile.am, configure.in, m4/glib-gettext.m4:
19320            Remove GLib build dependency.  Include glib-gettext.m4, with AX_
19321            namespace.  (Closes #510915)
19322
19323    svn path=/trunk/; revision=1099
19324
19325 ChangeLog          |   6 +
19326 Makefile.am        |   2 +-
19327 configure.in       |   4 +-
19328 m4/glib-gettext.m4 | 433 +++++++++++++++++++++++++++++++++++++++++++++++++++++
19329 4 files changed, 443 insertions(+), 2 deletions(-)
19330
19331commit 452c1485ea90d5b2fa74c775419c29ac1ba7c6b8
19332Author: Shaun McCance <shaunm@src.gnome.org>
19333Date:   Mon Mar 10 05:05:51 2008 +0000
19334
19335    - Version 0.12.2
19336
19337    * configure.in:
19338    * NEWS:
19339    - Version 0.12.2
19340
19341    svn path=/trunk/; revision=1097
19342
19343 ChangeLog    |  6 ++++++
19344 NEWS         | 19 +++++++++++++++++++
19345 configure.in |  2 +-
19346 3 files changed, 26 insertions(+), 1 deletion(-)
19347
19348commit 3c1ab99412f255519fd9bc81f9b3f52beb534bcf
19349Author: Ihar Hrachyshka <iharh@src.gnome.org>
19350Date:   Sun Mar 9 13:54:24 2008 +0000
19351
19352    Added Belarusian Latin translation.
19353
19354    svn path=/trunk/; revision=1096
19355
19356 po/ChangeLog   |    5 +
19357 po/LINGUAS     |    1 +
19358 po/be@latin.po | 2186 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
19359 3 files changed, 2192 insertions(+)
19360
19361commit 627ae5f2ecde1925943994418da6c56c9614ad50
19362Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
19363Date:   Sun Mar 9 10:02:56 2008 +0000
19364
19365    Updated Traditional Chinese translation(Hong Kong). Updated Traditional
19366
19367    2008-03-09 Chao-Hsiung Liao  <j_h_liau@yahoo.com.tw>
19368
19369            * zh_HK.po: Updated Traditional Chinese translation(Hong Kong).
19370            * zh_TW.po: Updated Traditional Chinese translation(Taiwan).
19371
19372
19373
19374    svn path=/trunk/; revision=1095
19375
19376 po/ChangeLog |   5 +
19377 po/zh_HK.po  | 534 +++++++++++++++++++++++++++++++++++++++++++----------------
19378 po/zh_TW.po  | 450 +++++++++++++++++++++++++++++++++++++++----------
19379 3 files changed, 757 insertions(+), 232 deletions(-)
19380
19381commit 23cfd15bf1bab393ba0925060c006197f911f034
19382Author: Kostas Papadimas <pkst@src.gnome.org>
19383Date:   Sat Mar 8 17:13:11 2008 +0000
19384
19385    Updated Greek translation
19386
19387    svn path=/trunk/; revision=1094
19388
19389 po/ChangeLog |   4 +
19390 po/el.po     | 511 +++++++++++++++++++++++++++++++++++++++++++++++------------
19391 2 files changed, 411 insertions(+), 104 deletions(-)
19392
19393commit 828064ea6718971dd6aee3953766af6bdf2734ff
19394Author: Laurent Dhima <laurenti@src.gnome.org>
19395Date:   Sat Mar 8 11:42:16 2008 +0000
19396
19397    Updated Translation
19398
19399    svn path=/trunk/; revision=1093
19400
19401 po/ChangeLog |   4 +
19402 po/sq.po     | 512 +++++++++++++++++++++++++++++++++++++++++++++--------------
19403 2 files changed, 395 insertions(+), 121 deletions(-)
19404
19405commit ab78cccff5243d4ed7bd0e67361346c07b8bac6d
19406Author: Yannig MARCHEGAY <ymarcheg@src.gnome.org>
19407Date:   Sat Mar 8 11:08:10 2008 +0000
19408
19409    Updated Occitan translation
19410
19411    svn path=/trunk/; revision=1092
19412
19413 po/oc.po | 2 +-
19414 1 file changed, 1 insertion(+), 1 deletion(-)
19415
19416commit ff1a645701497e1a34dc44d21320b554990622d5
19417Author: Gabor Kelemen <kelemeng@gnome.hu>
19418Date:   Sat Mar 8 00:26:52 2008 +0000
19419
19420    Translation updated
19421
19422    2008-03-08  Gabor Kelemen  <kelemeng@gnome.hu>
19423
19424            * hu.po: Translation updated
19425
19426
19427    svn path=/trunk/; revision=1091
19428
19429 po/ChangeLog |  4 ++++
19430 po/hu.po     | 22 +++++++++++-----------
19431 2 files changed, 15 insertions(+), 11 deletions(-)
19432
19433commit 34cfa36ca141e494616cd808d8f4422c0ea8d225
19434Author: Rahul Bhalerao <rahulb@src.gnome.org>
19435Date:   Mon Mar 3 15:33:22 2008 +0000
19436
19437    Updated Marathi Translations
19438
19439    svn path=/trunk/; revision=1090
19440
19441 po/ChangeLog |   4 +
19442 po/mr.po     | 498 ++++++++++++++++++++++++++++++++++++++++++++++-------------
19443 2 files changed, 393 insertions(+), 109 deletions(-)
19444
19445commit 68b7f8de5a61e0e6612f0f090c7a271f1e5c0967
19446Author: Petr Kovář <pmkovar@src.gnome.org>
19447Date:   Sun Mar 2 19:37:50 2008 +0000
19448
19449    cs.po: Updated Czech translation by Lucas Lommer.
19450
19451    svn path=/trunk/; revision=1089
19452
19453 po/ChangeLog |   4 +
19454 po/cs.po     | 559 ++++++++++++++++++++++++++++++++++++++++++++---------------
19455 2 files changed, 425 insertions(+), 138 deletions(-)
19456
19457commit 80738f5406fea6f655e53e9e65ace291cd075c7e
19458Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
19459Date:   Sun Mar 2 14:58:59 2008 +0000
19460
19461    Updated Spanish translation
19462
19463    svn path=/trunk/; revision=1088
19464
19465 po/ChangeLog |  4 ++++
19466 po/es.po     | 25 +++++++++++++------------
19467 2 files changed, 17 insertions(+), 12 deletions(-)
19468
19469commit 903f93324d2b2806f6f5b7cb9d0cc65ce9dd4fff
19470Author: Gintautas Miliauskas <gintas@akl.lt>
19471Date:   Sun Mar 2 00:53:20 2008 +0000
19472
19473    Updated Lithuanian translation.
19474
19475    2008-03-02  Gintautas Miliauskas  <gintas@akl.lt>
19476
19477            * lt.po: Updated Lithuanian translation.
19478
19479
19480
19481    svn path=/trunk/; revision=1087
19482
19483 po/ChangeLog |   4 +
19484 po/lt.po     | 463 ++++++++++++++++++++++++++++++++++++++++++++++++-----------
19485 2 files changed, 380 insertions(+), 87 deletions(-)
19486
19487commit 294bbf2bd01ef37aa4f6566b109801bc22aa1969
19488Author: Shaun McCance <shaunm@src.gnome.org>
19489Date:   Fri Feb 29 16:17:57 2008 +0000
19490
19491    - Add DOCTYPE to all the other pages made with exsl:document
19492
19493    * xslt/docbook/html/db2xhtml.xsl:
19494    * xslt/docbook/html/db2html.xsl:
19495    * xslt/docbook/common/db-chunk.xsl:
19496    - Add DOCTYPE to all the other pages made with exsl:document
19497
19498    svn path=/trunk/; revision=1086
19499
19500 ChangeLog                        |  7 +++++++
19501 xslt/docbook/common/db-chunk.xsl | 22 +++++++++++++++++++++-
19502 xslt/docbook/html/db2html.xsl    |  7 +++++++
19503 xslt/docbook/html/db2xhtml.xsl   |  7 +++++++
19504 4 files changed, 42 insertions(+), 1 deletion(-)
19505
19506commit 95de1fca2af308305da12d37ced947dbb8c8f0ff
19507Author: Changwoo Ryu <cwryu@src.gnome.org>
19508Date:   Tue Feb 26 09:58:04 2008 +0000
19509
19510    Updated Korean translation
19511
19512    svn path=/trunk/; revision=1085
19513
19514 po/ChangeLog |   4 +
19515 po/ko.po     | 464 +++++++++++++++++++++++++++++++++++++++++++++++------------
19516 2 files changed, 377 insertions(+), 91 deletions(-)
19517
19518commit 320a63f5c4324a867cc6e658277a4835c2a32c01
19519Author: Shaun McCance <shaunm@src.gnome.org>
19520Date:   Fri Feb 22 23:11:11 2008 +0000
19521
19522    Removing some old files
19523
19524    svn path=/trunk/; revision=1084
19525
19526 sandbox/mallard/spec/mal_attr.xml      |  2 --
19527 sandbox/mallard/spec/mal_copyright.xml | 13 ----------
19528 sandbox/mallard/spec/mal_credit.xml    | 27 ---------------------
19529 sandbox/mallard/spec/mal_item.xml      |  2 --
19530 sandbox/mallard/spec/mal_license.xml   | 10 --------
19531 sandbox/mallard/spec/mal_link.xml      | 34 ---------------------------
19532 sandbox/mallard/spec/mal_media.xml     | 11 ---------
19533 sandbox/mallard/spec/mal_quote.xml     | 17 --------------
19534 sandbox/mallard/spec/mal_synopsis.xml  | 43 ----------------------------------
19535 sandbox/mallard/spec/mal_version.xml   | 20 ----------------
19536 10 files changed, 179 deletions(-)
19537
19538commit c2a3d6fed752a721a1d3deff6414449ed8930398
19539Author: Shaun McCance <shaunm@src.gnome.org>
19540Date:   Fri Feb 22 23:10:15 2008 +0000
19541
19542    Finally working on the Mallard spec again
19543
19544    svn path=/trunk/; revision=1083
19545
19546 sandbox/mallard/rng/Makefile                 |  17 +-
19547 sandbox/mallard/rng/rnc2rng.awk              | 277 +++++++++++++++++++++------
19548 sandbox/mallard/spec/10minutes.xml           |  17 +-
19549 sandbox/mallard/spec/Makefile                |   2 +-
19550 sandbox/mallard/spec/explore.xml             |  16 +-
19551 sandbox/mallard/spec/legal.xml               |   3 +-
19552 sandbox/mallard/spec/mal_attr_link.xml       |  36 ++++
19553 sandbox/mallard/spec/mal_block.xml           |  45 +++--
19554 sandbox/mallard/spec/mal_block_code.xml      |  34 ++--
19555 sandbox/mallard/spec/mal_block_comment.xml   |  28 ++-
19556 sandbox/mallard/spec/mal_block_figure.xml    |  17 +-
19557 sandbox/mallard/spec/mal_block_media.xml     |  18 ++
19558 sandbox/mallard/spec/mal_block_note.xml      |   9 +-
19559 sandbox/mallard/spec/mal_block_p.xml         |  22 +--
19560 sandbox/mallard/spec/mal_block_quote.xml     |  24 +++
19561 sandbox/mallard/spec/mal_block_screen.xml    |  11 +-
19562 sandbox/mallard/spec/mal_block_synopsis.xml  |  44 +++++
19563 sandbox/mallard/spec/mal_caption.xml         |  23 ++-
19564 sandbox/mallard/spec/mal_cite.xml            |  25 ++-
19565 sandbox/mallard/spec/mal_info.xml            |  26 ++-
19566 sandbox/mallard/spec/mal_info_copyright.xml  |  31 +++
19567 sandbox/mallard/spec/mal_info_credit.xml     |  27 +++
19568 sandbox/mallard/spec/mal_info_desc.xml       |  17 ++
19569 sandbox/mallard/spec/mal_info_license.xml    |  17 ++
19570 sandbox/mallard/spec/mal_info_link.xml       |  31 +++
19571 sandbox/mallard/spec/mal_info_version.xml    |  20 ++
19572 sandbox/mallard/spec/mal_inline.xml          |  47 +++--
19573 sandbox/mallard/spec/mal_inline_app.xml      |  69 ++++---
19574 sandbox/mallard/spec/mal_inline_cmd.xml      |  71 +++++--
19575 sandbox/mallard/spec/mal_inline_code.xml     |  48 ++---
19576 sandbox/mallard/spec/mal_inline_em.xml       |  70 ++++++-
19577 sandbox/mallard/spec/mal_inline_file.xml     |  25 ++-
19578 sandbox/mallard/spec/mal_inline_gui.xml      |  36 ++--
19579 sandbox/mallard/spec/mal_inline_guiseq.xml   |  30 +++
19580 sandbox/mallard/spec/mal_inline_input.xml    |  22 ++-
19581 sandbox/mallard/spec/mal_inline_key.xml      |   7 +
19582 sandbox/mallard/spec/mal_inline_keyseq.xml   |  28 +++
19583 sandbox/mallard/spec/mal_inline_link.xml     |  38 ++++
19584 sandbox/mallard/spec/mal_inline_media.xml    |  18 ++
19585 sandbox/mallard/spec/mal_inline_output.xml   |  29 +++
19586 sandbox/mallard/spec/mal_inline_quote.xml    |  38 ++++
19587 sandbox/mallard/spec/mal_inline_span.xml     |  19 ++
19588 sandbox/mallard/spec/mal_inline_sys.xml      |   7 +
19589 sandbox/mallard/spec/mal_inline_var.xml      |   9 +-
19590 sandbox/mallard/spec/mal_list.xml            |   4 +-
19591 sandbox/mallard/spec/mal_list_bullet.xml     |   7 +-
19592 sandbox/mallard/spec/mal_list_definition.xml |   7 +-
19593 sandbox/mallard/spec/mal_list_numbered.xml   |   7 +-
19594 sandbox/mallard/spec/mal_page.xml            |  22 +++
19595 sandbox/mallard/spec/mal_section.xml         |  10 +
19596 sandbox/mallard/spec/mal_subtitle.xml        |  17 +-
19597 sandbox/mallard/spec/mal_table.xml           |  46 +++--
19598 sandbox/mallard/spec/mal_title.xml           |  17 +-
19599 sandbox/mallard/spec/mallard.xml             |  13 +-
19600 sandbox/mallard/spec/principle-guide.xml     |   7 +-
19601 sandbox/mallard/spec/principles.xml          |  19 +-
19602 sandbox/mallard/spec/spec.xml                |   2 +-
19603 sandbox/mallard/spec/spec_info.xml           |  16 ++
19604 sandbox/mallard/spec/spec_pages.xml          |  16 +-
19605 sandbox/mallard/xslt/mal2html-inline.xsl     |   4 +-
19606 60 files changed, 1363 insertions(+), 299 deletions(-)
19607
19608commit e71438cd3c101fa995d7a4e007aee245f30f2a98
19609Author: Yannig MARCHEGAY <ymarcheg@src.gnome.org>
19610Date:   Tue Feb 19 22:00:31 2008 +0000
19611
19612    Updated Occitan translation
19613
19614    svn path=/trunk/; revision=1082
19615
19616 po/oc.po | 3 +--
19617 1 file changed, 1 insertion(+), 2 deletions(-)
19618
19619commit 59a06faaa962e1e9a9c1397efaf2d7b95ff99e70
19620Author: Pawan Chitrakar <pachimho@src.gnome.org>
19621Date:   Thu Feb 14 08:30:03 2008 +0000
19622
19623    Updated Nepali Translation
19624
19625    svn path=/trunk/; revision=1081
19626
19627 po/ChangeLog |   4 +
19628 po/ne.po     | 843 +++++++++++++++++++++++++++++++++++++++++------------------
19629 2 files changed, 586 insertions(+), 261 deletions(-)
19630
19631commit 28b7c699413f5569819a90ee1842c37c1a79731e
19632Author: Shaun McCance <shaunm@src.gnome.org>
19633Date:   Tue Feb 12 18:13:14 2008 +0000
19634
19635    - Add a DOCTYPE declaration with xsl:output
19636
19637    * xslt/docbook/html/db2html.xsl:
19638    * xslt/docbook/html/db2xhtml.xsl:
19639    - Add a DOCTYPE declaration with xsl:output
19640
19641    * xslt/docbook/common/db-chunk.xsl:
19642    * xslt/docbook/common/db-label.xsl:
19643    * xslt/docbook/common/db-xref.xsl:
19644    * xslt/docbook/html/db2html-autotoc.xsl:
19645    * xslt/docbook/html/db2html-bibliography.xsl:
19646    * xslt/docbook/html/db2html-block.xsl:
19647    * xslt/docbook/html/db2html-cmdsynopsis.xsl:
19648    * xslt/docbook/html/db2html-division.xsl:
19649    * xslt/docbook/html/db2html-index.xsl:
19650    * xslt/docbook/html/db2html-refentry.xsl:
19651    - Add set to exclude-result-prefixes
19652
19653    svn path=/trunk/; revision=1080
19654
19655 ChangeLog                                  | 18 ++++++++++++++++++
19656 xslt/docbook/common/db-chunk.xsl           |  1 +
19657 xslt/docbook/common/db-label.xsl           |  3 ++-
19658 xslt/docbook/common/db-xref.xsl            |  1 +
19659 xslt/docbook/html/db2html-autotoc.xsl      |  1 +
19660 xslt/docbook/html/db2html-bibliography.xsl |  3 ++-
19661 xslt/docbook/html/db2html-block.xsl        |  2 +-
19662 xslt/docbook/html/db2html-cmdsynopsis.xsl  |  1 +
19663 xslt/docbook/html/db2html-division.xsl     |  1 +
19664 xslt/docbook/html/db2html-index.xsl        |  3 ++-
19665 xslt/docbook/html/db2html-refentry.xsl     |  1 +
19666 xslt/docbook/html/db2html.xsl              |  4 +++-
19667 xslt/docbook/html/db2xhtml.xsl             |  3 +++
19668 13 files changed, 37 insertions(+), 5 deletions(-)
19669
19670commit 47217791cc601e81b1cc4064036265b8b3f0fff3
19671Author: Shaun McCance <shaunm@src.gnome.org>
19672Date:   Tue Feb 12 17:21:11 2008 +0000
19673
19674    - Version 0.12.1
19675
19676    * configure.in:
19677    * NEWS:
19678    - Version 0.12.1
19679
19680    svn path=/trunk/; revision=1077
19681
19682 ChangeLog    |  6 ++++++
19683 NEWS         | 18 ++++++++++++++++++
19684 configure.in |  2 +-
19685 3 files changed, 25 insertions(+), 1 deletion(-)
19686
19687commit e6cf56d7f9bd39167d71ab92536c4d7ae83ba25d
19688Author: Shaun McCance <shaunm@src.gnome.org>
19689Date:   Tue Feb 12 17:07:24 2008 +0000
19690
19691    - Made chunks without id attributes work
19692
19693    * xslt/docbook/common/db-chunk.xsl:
19694    * xslt/docbook/common/db-xref.xsl:
19695    - Made chunks without id attributes work
19696
19697    svn path=/trunk/; revision=1076
19698
19699 ChangeLog                        |  6 ++++
19700 xslt/docbook/common/db-chunk.xsl | 64 ++++++++++++++++++++++++++++++++--------
19701 xslt/docbook/common/db-xref.xsl  | 12 ++------
19702 3 files changed, 60 insertions(+), 22 deletions(-)
19703
19704commit be669803e48c0238081d70d98d37e21bb1540e32
19705Author: Wouter Bolsterlee <wbolster@svn.gnome.org>
19706Date:   Mon Feb 4 12:00:09 2008 +0000
19707
19708    Dutch translation updated by Wouter Bolsterlee.
19709
19710    2008-02-04  Wouter Bolsterlee  <wbolster@svn.gnome.org>
19711
19712            * nl.po: Dutch translation updated by Wouter Bolsterlee.
19713
19714    svn path=/trunk/; revision=1075
19715
19716 po/ChangeLog |  44 +++++-----
19717 po/nl.po     | 269 +++++++++++++++++++++++++++++++++++++++++++++--------------
19718 2 files changed, 232 insertions(+), 81 deletions(-)
19719
19720commit 236e663c5cc34cf538f5ce7c4076432155d2fb51
19721Author: Ignacio Casal Quinteiro <icq@src.gnome.org>
19722Date:   Sat Feb 2 19:43:07 2008 +0000
19723
19724    Updated Galician Translation.
19725
19726    svn path=/trunk/; revision=1074
19727
19728 po/ChangeLog |   4 +
19729 po/gl.po     | 714 ++++++++++++++++++++++++++++++++++++++++-------------------
19730 2 files changed, 487 insertions(+), 231 deletions(-)
19731
19732commit 2c05183004a4227597ba1bdc51aae5825ec00585
19733Author: Shaun McCance <shaunm@src.gnome.org>
19734Date:   Fri Feb 1 21:37:04 2008 +0000
19735
19736    Removing deprecated yelp:chunk-depth
19737
19738    svn path=/trunk/; revision=1073
19739
19740 doc/xslt/C/gnome-doc-xslt.xml | 1 -
19741 1 file changed, 1 deletion(-)
19742
19743commit d2796a1b5e564eefe5f2b514b6d7b4373c49b256
19744Author: Djihed Afifi <djihed@src.gnome.org>
19745Date:   Thu Jan 31 08:19:49 2008 +0000
19746
19747    Updated Arabic Translation by Anas Husseini.
19748
19749    svn path=/trunk/; revision=1072
19750
19751 po/ChangeLog | 4 ++++
19752 1 file changed, 4 insertions(+)
19753
19754commit 0b6a556c08599245b3ee6d3129860cc9b90cb6d5
19755Author: Iñaki Larrañaga Murgoitio <dooteo@src.gnome.org>
19756Date:   Mon Jan 7 15:42:30 2008 +0000
19757
19758    svn path=/trunk/; revision=1071
19759
19760
19761
19762    svn path=/trunk/; revision=1071
19763
19764 po/ChangeLog | 13 ++++++---
19765 po/eu.po     | 87 +++++++++++++++++++++++++++++++++++-------------------------
19766 2 files changed, 60 insertions(+), 40 deletions(-)
19767
19768commit 5c0a31233515ca52bf4280d5a53fa37f679f69c1
19769Author: Yannig MARCHEGAY <ymarcheg@src.gnome.org>
19770Date:   Mon Dec 31 21:27:14 2007 +0000
19771
19772    Updated Occitan translation
19773
19774    svn path=/trunk/; revision=1070
19775
19776 po/ChangeLog |  5 ++++-
19777 po/oc.po     | 49 ++++++++++++++++++++++++++++---------------------
19778 2 files changed, 32 insertions(+), 22 deletions(-)
19779
19780commit 6480157f8a9b4ad67a96f08345b2409443840268
19781Author: Sven Herzberg <herzi@gnome-de.org>
19782Date:   Fri Dec 21 18:43:43 2007 +0000
19783
19784    reviewed by: Shaun McCance
19785
19786    2007-12-21  Sven Herzberg  <herzi@gnome-de.org>
19787
19788            reviewed by: Shaun McCance
19789
19790            * tools/gnome-doc-utils.make: pass --xinclude to xmllint in the 'make
19791            check' rule
19792
19793
19794    svn path=/trunk/; revision=1069
19795
19796 ChangeLog                  | 7 +++++++
19797 tools/gnome-doc-utils.make | 4 ++--
19798 2 files changed, 9 insertions(+), 2 deletions(-)
19799
19800commit 4da0c5485bbbe3429ef1f047bd20faa1a283dcc4
19801Author: Sven Herzberg <herzi@gnome-de.org>
19802Date:   Fri Dec 21 17:46:43 2007 +0000
19803
19804    reviewed by: Shaun McCance
19805
19806    2007-12-21  Sven Herzberg  <herzi@gnome-de.org>
19807
19808            reviewed by: Shaun McCance
19809
19810            * tools/gnome-doc-utils.m4: set DISTCHECK_CONFIGURE_FLAGS to
19811            disable scrollkeeper so application developers don't have to do this
19812            anymore
19813
19814
19815    svn path=/trunk/; revision=1068
19816
19817 ChangeLog                | 8 ++++++++
19818 tools/gnome-doc-utils.m4 | 4 ++++
19819 2 files changed, 12 insertions(+)
19820
19821commit a68a9a2bb1418f7c6d6bff17e5468af18855d452
19822Author: Shaun McCance <shaunm@src.gnome.org>
19823Date:   Wed Dec 19 18:52:15 2007 +0000
19824
19825    Don't use the title as a label for qandadiv, et al
19826
19827    * xslt/docbook/common/db-label.xsl:
19828    Don't use the title as a label for qandadiv, et al
19829
19830    svn path=/trunk/; revision=1067
19831
19832 ChangeLog                        | 5 +++++
19833 xslt/docbook/common/db-label.xsl | 1 -
19834 2 files changed, 5 insertions(+), 1 deletion(-)
19835
19836commit ebfeecb88dd3422bfea4762cb7caf2387b310185
19837Author: Kjartan Maraas <kmaraas@src.gnome.org>
19838Date:   Mon Dec 17 12:37:45 2007 +0000
19839
19840    Forgot to add nn to LINGUAS
19841
19842    svn path=/trunk/; revision=1066
19843
19844 po/LINGUAS | 1 +
19845 1 file changed, 1 insertion(+)
19846
19847commit d283a4ade5afeee5068fac737fd9c340a10bb7a3
19848Author: Kjartan Maraas <kmaraas@gnome.org>
19849Date:   Thu Dec 13 11:45:14 2007 +0000
19850
19851    Updated Norwegian nynorsk translation from Eskild Hustvedt <eskild at
19852
19853    2007-12-13  Kjartan Maraas  <kmaraas@gnome.org>
19854
19855            * nn.po: Updated Norwegian nynorsk translation from
19856            Eskild Hustvedt <eskild at zerodogg org>
19857
19858    svn path=/trunk/; revision=1065
19859
19860 po/ChangeLog |    5 +
19861 po/nn.po     | 2162 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
19862 2 files changed, 2167 insertions(+)
19863
19864commit 8268ef79a85fe606bb7c852f7e8e91257f563089
19865Author: Takeshi AIHANA <takeshi.aihana@gmail.com>
19866Date:   Sat Nov 24 03:04:24 2007 +0000
19867
19868    Fixed wrong translations.
19869
19870    2007-11-24  Takeshi AIHANA <takeshi.aihana@gmail.com>
19871
19872            * ja.po: Fixed wrong translations.
19873
19874    svn path=/trunk/; revision=1064
19875
19876 po/ja.po | 8 ++++----
19877 1 file changed, 4 insertions(+), 4 deletions(-)
19878
19879commit cb961907d19de333df3cde96259a63534c9eb21b
19880Author: Takeshi AIHANA <takeshi.aihana@gmail.com>
19881Date:   Sat Nov 24 02:54:51 2007 +0000
19882
19883    Fixed wrong translations.
19884
19885    2007-11-24  Takeshi AIHANA <takeshi.aihana@gmail.com>
19886
19887            * ja.po: Fixed wrong translations.
19888
19889    svn path=/trunk/; revision=1063
19890
19891 po/ChangeLog |  4 ++++
19892 po/ja.po     | 15 +++++++--------
19893 2 files changed, 11 insertions(+), 8 deletions(-)
19894
19895commit 56f4298a7890a0561b976656d814e78904d65280
19896Author: Yannig MARCHEGAY <ymarcheg@src.gnome.org>
19897Date:   Tue Nov 20 21:06:03 2007 +0000
19898
19899    Updated Occitan translation
19900
19901    svn path=/trunk/; revision=1062
19902
19903 po/oc.po | 43 ++++++++++++++++++-------------------------
19904 1 file changed, 18 insertions(+), 25 deletions(-)
19905
19906commit d153faf930e1e26d25857cda003cdcc77a763378
19907Author: Matej Urbančič <mateju@src.gnome.org>
19908Date:   Wed Nov 14 13:49:48 2007 +0000
19909
19910    Updated Slovenian translation
19911
19912    svn path=/trunk/; revision=1061
19913
19914 po/ChangeLog |  4 ++++
19915 po/sl.po     | 11 +++++------
19916 2 files changed, 9 insertions(+), 6 deletions(-)
19917
19918commit eee5a8460288d0429fa158b318c6ed863b9c4a43
19919Author: Nurali Abdurahmonov <anurali@src.gnome.org>
19920Date:   Wed Nov 14 04:31:22 2007 +0000
19921
19922    added new uzbek latin translation by Nurali
19923
19924    svn path=/trunk/; revision=1060
19925
19926 po/uz.po | 2129 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
19927 1 file changed, 2129 insertions(+)
19928
19929commit bb5f262b6672316c661aed82a7d09a3258bc70a8
19930Author: Nurali Abdurahmonov <anurali@src.gnome.org>
19931Date:   Wed Nov 14 04:26:52 2007 +0000
19932
19933    added forgotten uz@cyrillic po file by Nurali :)
19934
19935    svn path=/trunk/; revision=1059
19936
19937 po/uz@cyrillic.po | 2129 +++++++++++++++++++++++++++++++++++++++++++++++++++++
19938 1 file changed, 2129 insertions(+)
19939
19940commit 81cdf6341959a29c2ea5b90e1e1064f47f88337c
19941Author: Kjartan Maraas <kmaraas@gnome.org>
19942Date:   Tue Nov 13 14:51:21 2007 +0000
19943
19944    Remove uzbek for now since the translations are missing.
19945
19946    2007-11-13  Kjartan Maraas  <kmaraas@gnome.org>
19947
19948            * LINGUAS: Remove uzbek for now since the translations
19949            are missing.
19950
19951    svn path=/trunk/; revision=1058
19952
19953 po/ChangeLog | 5 +++++
19954 po/LINGUAS   | 2 --
19955 2 files changed, 5 insertions(+), 2 deletions(-)
19956
19957commit c7cb443201d69d31c7ca1c7fa3b77f5acb210c70
19958Author: Nurali Abdurahmonov <anurali@src.gnome.org>
19959Date:   Tue Nov 13 05:47:04 2007 +0000
19960
19961    new uzbek translation file by Nurali
19962
19963    svn path=/trunk/; revision=1057
19964
19965 po/ChangeLog | 6 ++++++
19966 po/LINGUAS   | 2 ++
19967 2 files changed, 8 insertions(+)
19968
19969commit 90e007c0f7a90c61462f86e24c9ba36f69b590d3
19970Author: Djihed Afifi <djihed@src.gnome.org>
19971Date:   Tue Oct 23 20:53:23 2007 +0000
19972
19973    Updated Arabic Translation by Anas Husseini.
19974
19975    svn path=/trunk/; revision=1056
19976
19977 po/ChangeLog | 4 ++++
19978 1 file changed, 4 insertions(+)
19979
19980commit bd57b714b8f7018f8bd60a3f993bef0e6b630540
19981Author: Djihed Afifi <djihed@src.gnome.org>
19982Date:   Sun Oct 21 19:17:57 2007 +0000
19983
19984    Updated Arabic Translation by Anas Husseini.
19985
19986    svn path=/trunk/; revision=1055
19987
19988 po/ChangeLog | 4 ++++
19989 1 file changed, 4 insertions(+)
19990
19991commit b0d2dd5d469696363ac4c26ab583910cd7b24894
19992Author: Djihed Afifi <djihed@src.gnome.org>
19993Date:   Sun Oct 21 16:43:28 2007 +0000
19994
19995    Updated Arabic Translation by Anas Husseini.
19996
19997    svn path=/trunk/; revision=1054
19998
19999 po/ChangeLog | 4 ++++
20000 1 file changed, 4 insertions(+)
20001
20002commit d2efef31fafa61b5cbd231c00d4d442ddfcc0393
20003Author: Matej Urbančič <mateju@src.gnome.org>
20004Date:   Tue Oct 16 14:40:18 2007 +0000
20005
20006    Updated Slovenian translation
20007
20008    svn path=/trunk/; revision=1053
20009
20010 po/ChangeLog |   4 +
20011 po/sl.po     | 454 ++++++++++++++++++++++++++++++++++++++++++++++++-----------
20012 2 files changed, 374 insertions(+), 84 deletions(-)
20013
20014commit 66153a15af8d7faba3ea42abe3dd3080847d99d0
20015Author: Takeshi AIHANA <takeshi.aihana@gmail.com>
20016Date:   Tue Oct 16 14:34:02 2007 +0000
20017
20018    Fixed wrong translation.
20019
20020    2007-10-16  Takeshi AIHANA <takeshi.aihana@gmail.com>
20021
20022            * ja.po: Fixed wrong translation.
20023
20024    svn path=/trunk/; revision=1052
20025
20026 po/ChangeLog | 4 ++++
20027 po/ja.po     | 6 +++---
20028 2 files changed, 7 insertions(+), 3 deletions(-)
20029
20030commit 27c785d3fb29006f413204f0f04e5ee6d42bdb6d
20031Author: Olav Vitters <ovitters@src.gnome.org>
20032Date:   Fri Sep 21 15:40:30 2007 +0000
20033
20034    Correct MAINTAINERS file
20035
20036    svn path=/trunk/; revision=1051
20037
20038 MAINTAINERS | 4 ++--
20039 1 file changed, 2 insertions(+), 2 deletions(-)
20040
20041commit b39e32133f8e0585950c356b41cad48496a5d719
20042Author: Shaun McCance <shaunm@src.gnome.org>
20043Date:   Mon Sep 17 21:03:41 2007 +0000
20044
20045    - Version 0.12.0
20046
20047    * configure.in:
20048    * NEWS:
20049    - Version 0.12.0
20050
20051    svn path=/trunk/; revision=1049
20052
20053 ChangeLog    |  6 ++++++
20054 NEWS         | 29 +++++++++++++++++++++++++++++
20055 configure.in |  2 +-
20056 3 files changed, 36 insertions(+), 1 deletion(-)
20057
20058commit 6c771d58d8c27aaf3e00a3916adc292a56924081
20059Author: Alexander Shopov <ash@contact.bg>
20060Date:   Mon Sep 17 19:15:44 2007 +0000
20061
20062    Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>
20063
20064    2007-09-17  Alexander Shopov  <ash@contact.bg>
20065
20066            * bg.po: Updated Bulgarian translation by
20067            Alexander Shopov <ash@contact.bg>
20068
20069    svn path=/trunk/; revision=1048
20070
20071 po/ChangeLog |   5 +
20072 po/bg.po     | 453 ++++++++++++++++++++++++++++++++++++++++++++++++-----------
20073 2 files changed, 373 insertions(+), 85 deletions(-)
20074
20075commit 2fffa12526c9070a6c113a43949612d86be9d441
20076Author: Stéphane Raimbault <stephaner@src.gnome.org>
20077Date:   Sun Sep 16 20:35:59 2007 +0000
20078
20079    Fixed French translation.
20080
20081    svn path=/trunk/; revision=1047
20082
20083 po/ChangeLog |  4 ++++
20084 po/fr.po     | 16 +++++++++-------
20085 2 files changed, 13 insertions(+), 7 deletions(-)
20086
20087commit ebd2686bc75e360a1d80fbefa657baaefcedbb4a
20088Author: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
20089Date:   Sun Sep 16 15:50:19 2007 +0000
20090
20091    Updated Russian translation.
20092
20093    2007-09-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
20094
20095            * ru.po: Updated Russian translation.
20096
20097
20098    svn path=/trunk/; revision=1046
20099
20100 po/ChangeLog |   4 +
20101 po/ru.po     | 505 +++++++++++++++++++++++++++++++++++++++++++++++------------
20102 2 files changed, 405 insertions(+), 104 deletions(-)
20103
20104commit a6632bd04b978c8fd5ea604a2ac52bb1fced09b1
20105Author: Stéphane Raimbault <stephane.raimbault@gmail.com>
20106Date:   Sat Sep 15 19:52:55 2007 +0000
20107
20108    Updated French translation by Stéphane Raimbault and Vincent Untz.
20109
20110    2007-09-15  Stéphane Raimbault  <stephane.raimbault@gmail.com>
20111
20112            * fr.po: Updated French translation by Stéphane Raimbault and
20113            Vincent Untz.
20114
20115    svn path=/trunk/; revision=1045
20116
20117 po/ChangeLog |   5 +
20118 po/fr.po     | 459 +++++++++++++++++++++++++++++++++++++++++++++++------------
20119 2 files changed, 376 insertions(+), 88 deletions(-)
20120
20121commit 9b38ecb011aead96b8306f461b91f02b86f068d8
20122Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
20123Date:   Sat Sep 15 18:41:11 2007 +0000
20124
20125    Updated Basque translation.
20126
20127    2007-09-15  Inaki Larranaga Murgoitio  <dooteo@zundan.com>
20128
20129            * eu.po: Updated Basque translation.
20130
20131
20132    svn path=/trunk/; revision=1044
20133
20134 po/ChangeLog |   4 +
20135 po/eu.po     | 370 ++++++++++++++++++++++++++++-------------------------------
20136 2 files changed, 180 insertions(+), 194 deletions(-)
20137
20138commit 3cd91ff22d847a854676e571df74f43f81d34585
20139Author: Artur Flinta <aflinta@svn.gnome.org>
20140Date:   Sat Sep 15 17:08:15 2007 +0000
20141
20142    Updated Polish translation by GNOME PL Team.
20143
20144    2007-09-15  Artur Flinta  <aflinta@svn.gnome.org>
20145
20146            * pl.po: Updated Polish translation by GNOME PL Team.
20147
20148
20149    svn path=/trunk/; revision=1043
20150
20151 po/ChangeLog |   4 +
20152 po/pl.po     | 447 ++++++++++++++++++++++++++++++++++++++++++++++++-----------
20153 2 files changed, 369 insertions(+), 82 deletions(-)
20154
20155commit a70b2a0bf0a4081e2c08650242060e4a28170784
20156Author: David Lodge <dlodge@src.gnome.org>
20157Date:   Fri Sep 14 06:16:15 2007 +0000
20158
20159    Update en_GB translation
20160
20161    svn path=/trunk/; revision=1042
20162
20163 po/ChangeLog |   6 +-
20164 po/en_GB.po  | 415 +++++++++++++++++++++++++++++++++++++++++++++++------------
20165 2 files changed, 336 insertions(+), 85 deletions(-)
20166
20167commit 897278b083371dca695e0591aede82b811aa6b52
20168Author: Djihed Afifi <djihed@src.gnome.org>
20169Date:   Thu Sep 13 22:39:06 2007 +0000
20170
20171    Updated Arabic Translation by Anas Husseini.
20172
20173    svn path=/trunk/; revision=1041
20174
20175 po/ChangeLog |   4 +
20176 po/ar.po     | 651 ++++++++++++++++++++++++++++++++++++++++++++++-------------
20177 2 files changed, 520 insertions(+), 135 deletions(-)
20178
20179commit 2ec6f07a3e3150eae2b9d41212c9288c3ab14d69
20180Author: Gabor Kelemen <kelemeng@gnome.hu>
20181Date:   Thu Sep 13 17:46:59 2007 +0000
20182
20183    Translation updated.
20184
20185    2007-09-13 Gabor Kelemen  <kelemeng@gnome.hu>
20186
20187            * hu.po: Translation updated.
20188
20189
20190    svn path=/trunk/; revision=1040
20191
20192 po/ChangeLog |   4 +
20193 po/hu.po     | 324 +++++++++++++++++++++++++++++++++++++++++++----------------
20194 2 files changed, 239 insertions(+), 89 deletions(-)
20195
20196commit ed3b6ee435faf96ca24a15f8e2352004b958781d
20197Author: Danilo Šegan <danilo@src.gnome.org>
20198Date:   Tue Sep 11 23:07:41 2007 +0000
20199
20200    Updated Serbian translation.
20201
20202    svn path=/trunk/; revision=1039
20203
20204 po/ChangeLog  |   4 +
20205 po/sr.po      | 466 +++++++++++++++++++++++++++++++++++++++++++++------------
20206 po/sr@Latn.po | 468 ++++++++++++++++++++++++++++++++++++++++++++++------------
20207 3 files changed, 749 insertions(+), 189 deletions(-)
20208
20209commit 7359e673306d3029133eec4f1f550949a74b6181
20210Author: Maxim Dziumanenko <dziumanenko@gmail.com>
20211Date:   Tue Sep 11 13:21:59 2007 +0000
20212
20213    Update Ukrainian translation.
20214
20215    2007-09-11 Maxim Dziumanenko <dziumanenko@gmail.com>
20216
20217            * Update Ukrainian translation.
20218
20219
20220    svn path=/trunk/; revision=1038
20221
20222 po/ChangeLog |   4 +
20223 po/uk.po     | 453 ++++++++++++++++++++++++++++++++++++++++++++++++-----------
20224 2 files changed, 374 insertions(+), 83 deletions(-)
20225
20226commit 3a3a76d96065034cfd7e68bbabeae17ea5905649
20227Author: Kenneth Nielsen <kennethn@src.gnome.org>
20228Date:   Sun Sep 9 00:19:14 2007 +0000
20229
20230    Updated Danish translation
20231
20232    svn path=/trunk/; revision=1037
20233
20234 po/ChangeLog |   4 +
20235 po/da.po     | 544 +++++++++++++++++++++++++++++++++++++++++++++--------------
20236 2 files changed, 419 insertions(+), 129 deletions(-)
20237
20238commit a22a793ed24793bcc7c9a99e3c474f481db301a7
20239Author: Yang Zhang <zyang@src.gnome.org>
20240Date:   Thu Sep 6 13:17:19 2007 +0000
20241
20242    Updated zh_CN translation
20243
20244    svn path=/trunk/; revision=1036
20245
20246 po/zh_CN.po | 142 +++++++++++++++++++++++++++++++++++++++++++-----------------
20247 1 file changed, 102 insertions(+), 40 deletions(-)
20248
20249commit da87b69cd3eda03e059b58afa3cfe992cf1b8a49
20250Author: Jovan Naumovski <jovanna@src.gnome.org>
20251Date:   Tue Sep 4 12:17:07 2007 +0000
20252
20253    2007-09-04 Jovan Naumovski <jovanna@svn.gnome.org> *mk.po: Updated Macedonian translation.
20254
20255    svn path=/trunk/; revision=1035
20256
20257 po/ChangeLog |   4 +
20258 po/mk.po     | 456 ++++++++++++++++++++++++++++++++++++++++++++++++-----------
20259 2 files changed, 374 insertions(+), 86 deletions(-)
20260
20261commit 83dd66f99ea7a2ff86680a8d14c131dc8183e520
20262Author: Luca Ferretti <elle.uca@libero.it>
20263Date:   Mon Sep 3 09:13:03 2007 +0000
20264
20265    Updated Italian translation.
20266
20267    2007-09-03  Luca Ferretti  <elle.uca@libero.it>
20268
20269            * it.po: Updated Italian translation.
20270
20271
20272    svn path=/trunk/; revision=1034
20273
20274 po/ChangeLog |  10 +-
20275 po/it.po     | 451 ++++++++++++++++++++++++++++++++++++++++++++++++-----------
20276 2 files changed, 378 insertions(+), 83 deletions(-)
20277
20278commit 465f4c41c8cc015a26573d304c4350c9e9b5eca0
20279Author: Kjartan Maraas <kmaraas@src.gnome.org>
20280Date:   Mon Sep 3 07:21:51 2007 +0000
20281
20282    Fix MAINTAINERS
20283
20284    svn path=/trunk/; revision=1033
20285
20286 MAINTAINERS | 9 +++++++--
20287 1 file changed, 7 insertions(+), 2 deletions(-)
20288
20289commit 94e9d1d1d333b3cdb6de3b7b4d56d033c4e00270
20290Author: Clytie Siddall <clyties@src.gnome.org>
20291Date:   Sun Sep 2 14:21:44 2007 +0000
20292
20293    2007-09-02    vi.po    Updated Vietnamese translation
20294
20295    Clytie Siddall <clytie@riverland.net.au>
20296
20297    svn path=/trunk/; revision=1032
20298
20299 po/ChangeLog |   2 +-
20300 po/vi.po     | 510 ++++++++++++++++++++++++++++++++++++++++++++---------------
20301 2 files changed, 383 insertions(+), 129 deletions(-)
20302
20303commit 1b65a88232d0aee9f0f440caa7644f4e1a7476ec
20304Author: Duarte Loreto <happyguy_pt@hotmail.com>
20305Date:   Sun Sep 2 10:27:15 2007 +0000
20306
20307    Updated Portuguese translation.
20308
20309    2007-09-02  Duarte Loreto <happyguy_pt@hotmail.com>
20310
20311            * pt.po: Updated Portuguese translation.
20312
20313    svn path=/trunk/; revision=1031
20314
20315 po/ChangeLog |   4 +
20316 po/pt.po     | 457 +++++++++++++++++++++++++++++++++++++++++++++++------------
20317 2 files changed, 373 insertions(+), 88 deletions(-)
20318
20319commit 9ce4be1363ccf9c9458f2cfce33aecc5cc515625
20320Author: Yannig MARCHEGAY <ymarcheg@src.gnome.org>
20321Date:   Sat Sep 1 20:24:02 2007 +0000
20322
20323    Updated Occitan translation
20324
20325    svn path=/trunk/; revision=1030
20326
20327 po/oc.po | 23 ++++++++++++-----------
20328 1 file changed, 12 insertions(+), 11 deletions(-)
20329
20330commit 53ef57c2e31871c9f900d15e2f7f485bd37de8d4
20331Author: Gil Forcada Codinachs <gforcada@src.gnome.org>
20332Date:   Sat Sep 1 17:55:50 2007 +0000
20333
20334    Updated catalan translation
20335
20336    svn path=/trunk/; revision=1029
20337
20338 po/ChangeLog |   4 +
20339 po/ca.po     | 455 ++++++++++++++++++++++++++++++++++++++++++++++++-----------
20340 2 files changed, 373 insertions(+), 86 deletions(-)
20341
20342commit 32e316ec5ba0b66c4b69b59ef3720318c0b6e22c
20343Author: Felix I <ifelix@src.gnome.org>
20344Date:   Wed Aug 29 06:04:34 2007 +0000
20345
20346    updated ta translation
20347
20348    svn path=/trunk/; revision=1028
20349
20350 po/ChangeLog |   4 +
20351 po/ta.po     | 426 +++++++++++++++++++++++++++++++++++++++++++++--------------
20352 2 files changed, 332 insertions(+), 98 deletions(-)
20353
20354commit 94dd393ed992fa9d86090ce786a4d49473c9e069
20355Author: Adam Weinberger <adamw@gnome.org>
20356Date:   Sun Aug 26 21:22:45 2007 +0000
20357
20358    Updated Canadian English translation.
20359
20360    2007-08-26  Adam Weinberger  <adamw@gnome.org>
20361
20362            * en_CA.po: Updated Canadian English translation.
20363
20364
20365
20366    svn path=/trunk/; revision=1027
20367
20368 po/ChangeLog |   4 +
20369 po/en_CA.po  | 458 +++++++++++++++++++++++++++++++++++++++++++++++------------
20370 2 files changed, 375 insertions(+), 87 deletions(-)
20371
20372commit dddede9ece0b50167fabdbca0b4ff8f0006891d6
20373Author: Raphael Higino <raphaelh@src.gnome.org>
20374Date:   Sun Aug 26 13:40:22 2007 +0000
20375
20376    Updated Brazilian Portuguese translation
20377
20378    svn path=/trunk/; revision=1026
20379
20380 po/ChangeLog |   5 +
20381 po/pt_BR.po  | 441 ++++++++++++++++++++++-------------------------------------
20382 2 files changed, 169 insertions(+), 277 deletions(-)
20383
20384commit a560800eb3c603a2e0593691f853eae5cbc6d4f7
20385Author: Shaun McCance <shaunm@src.gnome.org>
20386Date:   Tue Aug 21 15:26:55 2007 +0000
20387
20388    - Allow DOC_INCLUDES/ENTITIES to be in subdirectories
20389
20390    * tools/gnome-doc-utils.make:
20391    - Allow DOC_INCLUDES/ENTITIES to be in subdirectories
20392
20393    svn path=/trunk/; revision=1025
20394
20395 ChangeLog                  |  5 +++++
20396 tools/gnome-doc-utils.make | 11 +++++++++++
20397 2 files changed, 16 insertions(+)
20398
20399commit ab833108a550e5a9dbf1fc4f73085fcebd22fdfc
20400Author: Yannig MARCHEGAY <ymarcheg@src.gnome.org>
20401Date:   Tue Aug 21 11:01:24 2007 +0000
20402
20403    Updated Occitan translation
20404
20405    svn path=/trunk/; revision=1024
20406
20407 po/oc.po | 447 +++++++++++++++++++++++++++++++++++++++++++++++++++------------
20408 1 file changed, 365 insertions(+), 82 deletions(-)
20409
20410commit d1402e3c798c42515a69f7cb356f61dc7273005f
20411Author: Priit Laes <plaes@svn.gnome.org>
20412Date:   Tue Aug 21 07:49:11 2007 +0000
20413
20414    Estonian translation updates by Ivar Smolin <okul@linux.ee>
20415
20416    2007-08-21  Priit Laes  <plaes@svn.gnome.org>
20417
20418            * et.po: Estonian translation updates by Ivar Smolin <okul@linux.ee>
20419
20420    svn path=/trunk/; revision=1023
20421
20422 po/ChangeLog |   4 ++
20423 po/et.po     | 142 ++++++++++++++++++++++++++++++++++++++++++-----------------
20424 2 files changed, 106 insertions(+), 40 deletions(-)
20425
20426commit 9a771af63f9d9a73ae5aa3a194a76bcab607138f
20427Author: Simos Xenitellis <simos@src.gnome.org>
20428Date:   Sun Aug 19 19:45:38 2007 +0000
20429
20430    Updated Greek translation
20431
20432    svn path=/trunk/; revision=1022
20433
20434 po/ChangeLog |  4 ++++
20435 po/el.po     | 30 +++++++++++++++---------------
20436 2 files changed, 19 insertions(+), 15 deletions(-)
20437
20438commit 9622fb57c024106d8663a1bce9a4b3e0d95c7da5
20439Author: Yannig MARCHEGAY <ymarcheg@src.gnome.org>
20440Date:   Sun Aug 19 18:44:01 2007 +0000
20441
20442    Updated Occitan translation
20443
20444    svn path=/trunk/; revision=1021
20445
20446 po/oc.po | 4 ++--
20447 1 file changed, 2 insertions(+), 2 deletions(-)
20448
20449commit 681b8d3636358c3f71898aeda59916fcb6d4046b
20450Author: Takehsi AIHANA <takehsi.aihana@gmail.com>
20451Date:   Sun Aug 19 14:24:32 2007 +0000
20452
20453    Updated Japanese translation.
20454
20455    2007-08-19  Takehsi AIHANA <takehsi.aihana@gmail.com>
20456
20457            * ja.po: Updated Japanese translation.
20458
20459    svn path=/trunk/; revision=1020
20460
20461 po/ChangeLog |   4 ++
20462 po/ja.po     | 144 ++++++++++++++++++++++++++++++++++++++++++-----------------
20463 2 files changed, 108 insertions(+), 40 deletions(-)
20464
20465commit b58461c9ac26be08dc1254424c7d8dd1f64f3b1c
20466Author: Shaun McCance <shaunm@src.gnome.org>
20467Date:   Sat Aug 18 16:05:13 2007 +0000
20468
20469    - Version 0.11.2
20470
20471    * configure.in:
20472    * NEWS:
20473    - Version 0.11.2
20474
20475    svn path=/trunk/; revision=1018
20476
20477 ChangeLog    |  6 ++++++
20478 NEWS         | 22 ++++++++++++++++++++++
20479 configure.in |  2 +-
20480 3 files changed, 29 insertions(+), 1 deletion(-)
20481
20482commit e84456071055d1c5d022a214e658b9aff332a999
20483Author: Yannig MARCHEGAY <ymarcheg@src.gnome.org>
20484Date:   Fri Aug 17 15:51:11 2007 +0000
20485
20486    Updated Occitan translation
20487
20488    svn path=/trunk/; revision=1017
20489
20490 po/oc.po | 2 +-
20491 1 file changed, 1 insertion(+), 1 deletion(-)
20492
20493commit 18ff9d28b3e22793f2bd0f3f4528b6ef4b99d10a
20494Author: Shaun McCance <shaunm@src.gnome.org>
20495Date:   Thu Aug 16 20:44:59 2007 +0000
20496
20497    - Added missing db2html-index.xsl
20498
20499    * xslt/docbook/html/Makefile.am:
20500    - Added missing db2html-index.xsl
20501
20502    svn path=/trunk/; revision=1016
20503
20504 ChangeLog                     | 5 +++++
20505 xslt/docbook/html/Makefile.am | 1 +
20506 2 files changed, 6 insertions(+)
20507
20508commit 50a55f8e20b7754d09cba8a2d75b44887569502f
20509Author: Hendrik Richter <hendrikr@gnome.org>
20510Date:   Wed Aug 15 10:18:06 2007 +0000
20511
20512    Updated German translation.
20513
20514    2007-08-15  Hendrik Richter  <hendrikr@gnome.org>
20515
20516            * de.po: Updated German translation.
20517
20518    svn path=/trunk/; revision=1015
20519
20520 po/ChangeLog |   4 +
20521 po/de.po     | 269 +++++++++++++++++++++++++++++++++++++++++++++--------------
20522 2 files changed, 212 insertions(+), 61 deletions(-)
20523
20524commit 7ab9933b620be448236a9047619ac8955eca900f
20525Author: Kjartan Maraas <kmaraas@gnome.org>
20526Date:   Tue Aug 14 14:06:44 2007 +0000
20527
20528    Updated Norwegian bokmål translation.
20529
20530    2007-08-14  Kjartan Maraas  <kmaraas@gnome.org>
20531
20532            * nb.po: Updated Norwegian bokmål translation.
20533
20534    svn path=/trunk/; revision=1014
20535
20536 po/ChangeLog |   4 ++
20537 po/nb.po     | 142 ++++++++++++++++++++++++++++++++++++++++++-----------------
20538 2 files changed, 106 insertions(+), 40 deletions(-)
20539
20540commit 9dbe60b595495f7bc3c27d4847ea54c4c076b54f
20541Author: Ilkka Tuohela <ituohela@src.gnome.org>
20542Date:   Mon Aug 13 16:20:06 2007 +0000
20543
20544    Updated Finnish translation
20545
20546    svn path=/trunk/; revision=1013
20547
20548 po/ChangeLog |   4 +
20549 po/fi.po     | 266 ++++++++++++++++++++++++++++++++++++++++++++++-------------
20550 2 files changed, 211 insertions(+), 59 deletions(-)
20551
20552commit 58f6eda94b122b3e5c215cae604b6d3ff455af08
20553Author: Shaun McCance <shaunm@src.gnome.org>
20554Date:   Fri Aug 10 17:15:05 2007 +0000
20555
20556    - Fixed the :Requires: field
20557
20558    * xslt/docbook/html/db2html-refentry.xsl:
20559    - Fixed the :Requires: field
20560
20561    svn path=/trunk/; revision=1012
20562
20563 ChangeLog                              | 5 +++++
20564 xslt/docbook/html/db2html-refentry.xsl | 2 +-
20565 2 files changed, 6 insertions(+), 1 deletion(-)
20566
20567commit 821f774e9dab9dd3bc81aaf8eca28c4281f12550
20568Author: Shaun McCance <shaunm@src.gnome.org>
20569Date:   Fri Aug 10 16:25:45 2007 +0000
20570
20571    - Added missing ending brace to docs
20572
20573    * xslt/docbook/html/db2html-block.xsl:
20574    - Added missing ending brace to docs
20575
20576    * xslt/docbook/html/db2html-division.xsl:
20577    - Added callback parameter to db2html.division.div
20578
20579    * test/testbook/testbook.xml:
20580    * xslt/docbook/common/db-title.xsl:
20581    * xslt/docbook/common/db-xref.xsl:
20582    * xslt/docbook/html/db2html-css.xsl:
20583    * xslt/docbook/html/db2html-refentry.xsl:
20584    - More consistent refentry output
20585
20586    svn path=/trunk/; revision=1011
20587
20588 ChangeLog                              |  15 ++++
20589 test/testbook/testbook.xml             |   4 +-
20590 xslt/docbook/common/db-title.xsl       |  14 ++--
20591 xslt/docbook/common/db-xref.xsl        |   5 ++
20592 xslt/docbook/html/db2html-block.xsl    |   2 +-
20593 xslt/docbook/html/db2html-css.xsl      |   3 +-
20594 xslt/docbook/html/db2html-division.xsl |  53 ++++++++++----
20595 xslt/docbook/html/db2html-refentry.xsl | 127 +++++++++++++--------------------
20596 8 files changed, 123 insertions(+), 100 deletions(-)
20597
20598commit 4ea90adf6ef272bb26ce444e5a2fdea400ad7c19
20599Author: Shaun McCance <shaunm@src.gnome.org>
20600Date:   Fri Aug 10 14:23:05 2007 +0000
20601
20602    - Fixed format/@mime output
20603
20604    * xslt/docbook/omf/db2omf.xsl:
20605    - Fixed format/@mime output
20606
20607    svn path=/trunk/; revision=1010
20608
20609 ChangeLog                   |  5 +++++
20610 xslt/docbook/omf/db2omf.xsl | 15 ++++-----------
20611 2 files changed, 9 insertions(+), 11 deletions(-)
20612
20613commit 6b5fe53bbcd51ee24c68b87f752158f433b25b84
20614Author: Runa Bhattacharjee <runab@src.gnome.org>
20615Date:   Fri Aug 10 10:52:34 2007 +0000
20616
20617    Added Entry for Bengali India Translation Updation
20618
20619    svn path=/trunk/; revision=1009
20620
20621 po/ChangeLog | 4 ++++
20622 1 file changed, 4 insertions(+)
20623
20624commit 593d5ee2aa10ff5dca1c4ac3c68691705091fa09
20625Author: Runa Bhattacharjee <runab@src.gnome.org>
20626Date:   Fri Aug 10 10:52:20 2007 +0000
20627
20628    Updated Bengali India Translation
20629
20630    svn path=/trunk/; revision=1008
20631
20632 po/bn_IN.po | 511 ++++++++++++++++++++++++++++++++++++++++++++++--------------
20633 1 file changed, 393 insertions(+), 118 deletions(-)
20634
20635commit d0124079a5607905ef4a053f76aeb22e3f9bcc7e
20636Author: Ankitkumar Rameshchandra Patel <ankitp@src.gnome.org>
20637Date:   Fri Aug 10 08:46:27 2007 +0000
20638
20639    Updated Translation
20640
20641    svn path=/trunk/; revision=1007
20642
20643 po/ChangeLog |   4 ++
20644 po/gu.po     | 143 ++++++++++++++++++++++++++++++++++++++++++-----------------
20645 2 files changed, 107 insertions(+), 40 deletions(-)
20646
20647commit 53299761c331aa198e9a6306ab44080e03a0fa03
20648Author: Shaun McCance <shaunm@src.gnome.org>
20649Date:   Thu Aug 9 16:51:46 2007 +0000
20650
20651    - Some changes to refentry sectioning
20652
20653    * xslt/docbook/html/db2html-refentry.xsl:
20654    * xslt/docbook/common/db-label.xsl:
20655    - Some changes to refentry sectioning
20656
20657    * doc/xslt/C/gnome-doc-xslt.xml:
20658    - Include db2html-index in the documentation
20659
20660    svn path=/trunk/; revision=1006
20661
20662 ChangeLog                              |  9 +++++
20663 doc/xslt/C/gnome-doc-xslt.xml          |  1 +
20664 xslt/docbook/common/db-label.xsl       | 11 +-----
20665 xslt/docbook/html/db2html-refentry.xsl | 64 ++++++++--------------------------
20666 4 files changed, 26 insertions(+), 59 deletions(-)
20667
20668commit 20a249b7f3f926cc0e3084e9777bd7926f61b490
20669Author: Daniel Nylander <dnylande@src.gnome.org>
20670Date:   Wed Aug 8 23:11:52 2007 +0000
20671
20672    sv.po: Swedish translation updated
20673
20674    svn path=/trunk/; revision=1005
20675
20676 po/ChangeLog |   4 ++
20677 po/sv.po     | 142 ++++++++++++++++++++++++++++++++++++++++++-----------------
20678 2 files changed, 106 insertions(+), 40 deletions(-)
20679
20680commit 876354d2820926eebc45989a98f0dccf4f5f1946
20681Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
20682Date:   Wed Aug 8 12:52:47 2007 +0000
20683
20684    Updated Spanish translation
20685
20686    svn path=/trunk/; revision=1004
20687
20688 po/ChangeLog |   4 ++
20689 po/es.po     | 142 ++++++++++++++++++++++++++++++++++++++++++-----------------
20690 2 files changed, 106 insertions(+), 40 deletions(-)
20691
20692commit 51f4d1f4e218ebdc60aeecc377fdd3b9b744d0bc
20693Author: Theppitak Karoonboonyanan <tkaroonb@src.gnome.org>
20694Date:   Wed Aug 8 01:32:01 2007 +0000
20695
20696    Updated Thai translation.
20697
20698            * th.po: Updated Thai translation.
20699
20700
20701    svn path=/trunk/; revision=1003
20702
20703 po/ChangeLog |   4 ++
20704 po/th.po     | 142 ++++++++++++++++++++++++++++++++++++++++++-----------------
20705 2 files changed, 106 insertions(+), 40 deletions(-)
20706
20707commit 9e59e96717571cd4cfdd36bd41152ebc8a479c55
20708Author: Shaun McCance <shaunm@src.gnome.org>
20709Date:   Tue Aug 7 19:28:35 2007 +0000
20710
20711    - Fixed bad node comparisons - Fixed TOC entry for selected refentry
20712
20713    * xslt/docbook/html/db2html-autotoc.xsl:
20714    - Fixed bad node comparisons
20715    - Fixed TOC entry for selected refentry elements
20716
20717    svn path=/trunk/; revision=1002
20718
20719 ChangeLog                             |  6 ++++++
20720 xslt/docbook/html/db2html-autotoc.xsl | 30 +++++++++++++++++++++---------
20721 2 files changed, 27 insertions(+), 9 deletions(-)
20722
20723commit d9a27c1f84c8b83407ca19b78f2b2111d12e2058
20724Author: Shaun McCance <shaunm@src.gnome.org>
20725Date:   Tue Aug 7 19:05:30 2007 +0000
20726
20727    - Adding some basic index support
20728
20729    * test/testbook/testbook.xml:
20730    * xslt/docbook/html/db2html-css.xsl:
20731    * xslt/docbook/html/db2html-index.xsl:
20732    * xslt/docbook/html/db2html.xsl:
20733    * xslt/docbook/html/db2xhtml.xsl:
20734    * xslt/gettext/l10n.xml.in:
20735    - Adding some basic index support
20736
20737    svn path=/trunk/; revision=1001
20738
20739 ChangeLog                           |  10 ++
20740 test/testbook/testbook.xml          |  27 +++++
20741 xslt/docbook/html/db2html-css.xsl   |   6 +
20742 xslt/docbook/html/db2html-index.xsl | 229 ++++++++++++++++++++++++++++++++++++
20743 xslt/docbook/html/db2html.xsl       |   1 +
20744 xslt/docbook/html/db2xhtml.xsl      |   1 +
20745 xslt/gettext/l10n.xml.in            |  72 ++++++++++++
20746 7 files changed, 346 insertions(+)
20747
20748commit b74ee289d13cd345817600fcac4b3b2e2f5d0440
20749Author: Ankitkumar Rameshchandra Patel <ankitp@src.gnome.org>
20750Date:   Mon Aug 6 12:38:40 2007 +0000
20751
20752    Updated Translation
20753
20754    svn path=/trunk/; revision=1000
20755
20756 po/ChangeLog |   4 ++
20757 po/gu.po     | 205 ++++++++++++++++++++++++++++++++++++++++++-----------------
20758 2 files changed, 149 insertions(+), 60 deletions(-)
20759
20760commit 477cff21eea9593527bc0964870779ed4ac27c30
20761Author: Leonardo Ferreira Fontenelle <leonardof@svn.gnome.org>
20762Date:   Sun Aug 5 22:20:58 2007 +0000
20763
20764    s/Conteúdo/Sumário. See bug #461308.
20765
20766    2007-08-05  Leonardo Ferreira Fontenelle  <leonardof@svn.gnome.org>
20767
20768            * pt_BR.po: s/Conteúdo/Sumário. See bug #461308.
20769
20770    svn path=/trunk/; revision=999
20771
20772 po/ChangeLog |   4 +
20773 po/pt_BR.po  | 422 +++++++++++++++++++++++++++++++++++++++++++++--------------
20774 2 files changed, 326 insertions(+), 100 deletions(-)
20775
20776commit 1bca704d0e1632f04148cd628182ab86008ef413
20777Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
20778Date:   Sat Aug 4 09:02:23 2007 +0000
20779
20780    Updated Basque translation.
20781
20782    2007-08-04  Inaki Larranaga Murgoitio  <dooteo@zundan.com>
20783
20784            * eu.po: Updated Basque translation.
20785
20786
20787    svn path=/trunk/; revision=998
20788
20789 po/ChangeLog |   4 +
20790 po/eu.po     | 631 +++++++++++++++++++++++++++++++++++++++++++----------------
20791 2 files changed, 463 insertions(+), 172 deletions(-)
20792
20793commit 232414a8aba53cdc95235df2e83defb08762fcca
20794Author: Takeshi AIHANA <takeshi.aihana@gmail.com>
20795Date:   Wed Aug 1 14:00:47 2007 +0000
20796
20797    Updated Japanese translation.
20798
20799    2007-08-01  Takeshi AIHANA <takeshi.aihana@gmail.com>
20800
20801            * ja.po: Updated Japanese translation.
20802
20803    svn path=/trunk/; revision=997
20804
20805 po/ChangeLog |   4 +
20806 po/ja.po     | 398 ++++++++++++++++++++++++++++++++++++++++++++++-------------
20807 2 files changed, 314 insertions(+), 88 deletions(-)
20808
20809commit c6336d6c59e17813b400982797e0e3b207a1f479
20810Author: Kjartan Maraas <kmaraas@gnome.org>
20811Date:   Wed Aug 1 13:44:46 2007 +0000
20812
20813    Updated Norwegian bokmål translation.
20814
20815    2007-08-01  Kjartan Maraas  <kmaraas@gnome.org>
20816
20817            * nb.po: Updated Norwegian bokmål translation.
20818
20819    svn path=/trunk/; revision=996
20820
20821 po/ChangeLog |   4 +
20822 po/nb.po     | 322 +++++++++++++++++++++++++++++++++++++++++++----------------
20823 2 files changed, 241 insertions(+), 85 deletions(-)
20824
20825commit 2fa87120998741ad19ba5754de311fc35a82410b
20826Author: Shaun McCance <shaunm@src.gnome.org>
20827Date:   Tue Jul 31 14:50:15 2007 +0000
20828
20829    - Use set:has-same-node
20830
20831    * xslt/docbook/common/db-chunk.xsl:
20832    * xslt/docbook/common/db-label.xsl:
20833    * xslt/docbook/common/db-xref.xsl:
20834    - Use set:has-same-node
20835
20836    svn path=/trunk/; revision=995
20837
20838 ChangeLog                        | 7 +++++++
20839 xslt/docbook/common/db-chunk.xsl | 3 ++-
20840 xslt/docbook/common/db-label.xsl | 4 +++-
20841 xslt/docbook/common/db-xref.xsl  | 3 ++-
20842 4 files changed, 14 insertions(+), 3 deletions(-)
20843
20844commit 86e37e17d9762dcd7e1d1b0e2011841631ef871b
20845Author: Shaun McCance <shaunm@src.gnome.org>
20846Date:   Tue Jul 31 14:46:33 2007 +0000
20847
20848    - Various bits of moving stuff around
20849
20850    * html/Makefile:
20851    * spec/*:
20852    * xslt/mal2html-page.xsl:
20853    - Various bits of moving stuff around
20854
20855    svn path=/trunk/; revision=994
20856
20857 sandbox/mallard/ChangeLog                          |  7 +++
20858 sandbox/mallard/html/Makefile                      |  4 ++
20859 sandbox/mallard/spec/10minutes.xml                 |  2 +-
20860 sandbox/mallard/spec/mal_block.xml                 | 23 +++++----
20861 sandbox/mallard/spec/mal_block_code.xml            | 56 ++++++++++++++++++++++
20862 .../{mal_comment.xml => mal_block_comment.xml}     |  4 +-
20863 .../spec/{mal_figure.xml => mal_block_figure.xml}  |  0
20864 .../spec/{mal_note.xml => mal_block_note.xml}      |  0
20865 .../mallard/spec/{mal_p.xml => mal_block_p.xml}    |  0
20866 .../spec/{mal_screen.xml => mal_block_screen.xml}  |  0
20867 sandbox/mallard/spec/mal_date.xml                  | 20 --------
20868 .../spec/{mal_app.xml => mal_inline_app.xml}       |  0
20869 .../spec/{mal_cmd.xml => mal_inline_cmd.xml}       |  0
20870 .../spec/{mal_code.xml => mal_inline_code.xml}     |  6 +--
20871 .../mallard/spec/{mal_em.xml => mal_inline_em.xml} |  0
20872 .../spec/{mal_file.xml => mal_inline_file.xml}     |  0
20873 .../spec/{mal_gui.xml => mal_inline_gui.xml}       |  0
20874 .../spec/{mal_input.xml => mal_inline_input.xml}   |  0
20875 .../spec/{mal_key.xml => mal_inline_key.xml}       |  0
20876 .../spec/{mal_sys.xml => mal_inline_sys.xml}       |  0
20877 .../spec/{mal_var.xml => mal_inline_var.xml}       |  0
20878 sandbox/mallard/spec/mal_section.xml               |  1 -
20879 sandbox/mallard/spec/mallard.xml                   |  8 ++--
20880 sandbox/mallard/spec/spec.xml                      |  2 +
20881 sandbox/mallard/xslt/mal2html-page.xsl             |  4 +-
20882 25 files changed, 92 insertions(+), 45 deletions(-)
20883
20884commit 806cd77539a1bbfba2a33adc789fb3d09a05c7e6
20885Author: Daniel Nylander <dnylande@src.gnome.org>
20886Date:   Tue Jul 31 10:01:18 2007 +0000
20887
20888    sv.po: Swedish translation updated
20889
20890    svn path=/trunk/; revision=993
20891
20892 po/ChangeLog |   4 +
20893 po/sv.po     | 475 +++++++++++++++++++++++++----------------------------------
20894 2 files changed, 204 insertions(+), 275 deletions(-)
20895
20896commit b785b5d77ea1719291e476a2e0a721cfd7e4df77
20897Author: Priit Laes <plaes@svn.gnome.org>
20898Date:   Mon Jul 30 20:28:17 2007 +0000
20899
20900    Estonian translation update by Ivar Smolin.
20901
20902    2007-07-30  Priit Laes  <plaes@svn.gnome.org>
20903
20904            * et.po: Estonian translation update by Ivar Smolin.
20905
20906    svn path=/trunk/; revision=992
20907
20908 po/ChangeLog |   4 ++
20909 po/et.po     | 204 +++++++++++++++++++++++++++++++++++++++++------------------
20910 2 files changed, 148 insertions(+), 60 deletions(-)
20911
20912commit 60fe90f4665333e8fbbad7b97d8a346787c8f8fd
20913Author: Shaun McCance <shaunm@src.gnome.org>
20914Date:   Mon Jul 30 20:15:58 2007 +0000
20915
20916    - Version 0.11.1
20917
20918    * NEWS:
20919    - Version 0.11.1
20920
20921    svn path=/trunk/; revision=990
20922
20923 ChangeLog |  5 +++++
20924 NEWS      | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
20925 2 files changed, 53 insertions(+)
20926
20927commit db7a29fae0877657e71b406d52b38e6898f4c6a0
20928Author: Shaun McCance <shaunm@src.gnome.org>
20929Date:   Mon Jul 30 19:31:38 2007 +0000
20930
20931    - Use = to test equality, bug #456700 from Joe Marcus Clarke
20932
20933    * tools/gnome-doc-utils.make:
20934    - Use = to test equality, bug #456700 from Joe Marcus Clarke
20935
20936    * tools/gnome-doc-utils.pc.in:
20937    - Add icondir, fix gettext, and remove rngdoc and xsldoc
20938
20939    svn path=/trunk/; revision=989
20940
20941 ChangeLog                   | 8 ++++++++
20942 tools/gnome-doc-utils.make  | 2 +-
20943 tools/gnome-doc-utils.pc.in | 5 ++---
20944 3 files changed, 11 insertions(+), 4 deletions(-)
20945
20946commit 38c95b2ae46695f973f05721cff236e56b3b4e22
20947Author: Funda Wang <fwang@src.gnome.org>
20948Date:   Thu Jul 26 12:21:55 2007 +0000
20949
20950    Updated gnome-doc-utils zh_CN translation
20951
20952    svn path=/trunk/; revision=988
20953
20954 po/ChangeLog |   4 +
20955 po/zh_CN.po  | 385 ++++++++++++++++++++++++++++++++++++++++++++++-------------
20956 2 files changed, 307 insertions(+), 82 deletions(-)
20957
20958commit b2cc3b94102f4fa8aebd8fd2c2811b53c54f2e67
20959Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
20960Date:   Wed Jul 25 10:26:38 2007 +0000
20961
20962    Updated Spanish translation
20963
20964    svn path=/trunk/; revision=987
20965
20966 po/ChangeLog |   4 ++
20967 po/es.po     | 204 +++++++++++++++++++++++++++++++++++++++++------------------
20968 2 files changed, 148 insertions(+), 60 deletions(-)
20969
20970commit 8e0158e90f24e25b79dfd34bdf228c4c63000973
20971Author: Theppitak Karoonboonyanan <tkaroonb@src.gnome.org>
20972Date:   Wed Jul 25 08:07:43 2007 +0000
20973
20974    Updated Thai translation.
20975
20976            * th.po: Updated Thai translation.
20977
20978
20979    svn path=/trunk/; revision=986
20980
20981 po/ChangeLog |   4 ++
20982 po/th.po     | 204 +++++++++++++++++++++++++++++++++++++++++------------------
20983 2 files changed, 148 insertions(+), 60 deletions(-)
20984
20985commit 682c1518c1253bc78ecfadba2b92054c96287f3a
20986Author: Shaun McCance <shaunm@src.gnome.org>
20987Date:   Tue Jul 24 18:49:19 2007 +0000
20988
20989    - Added cmdsynopsis and glossary tests
20990
20991    * test/testbook/testbook.xml:
20992    - Added cmdsynopsis and glossary tests
20993
20994    * xslt/docbook/html/db2html-division.xsl:
20995    - Fixed node comparisons by using set:has-same-node
20996    - Put entry-type division children are in a "block" div for CSS
20997
20998    * xslt/docbook/html/db2html-qanda.xsl:
20999    * xslt/docbook/html/db2html-table.xsl:
21000    - Added FIXME notes
21001
21002    * xslt/docbook/html/db2html-css.xsl:
21003    - Much CSS simplification
21004
21005    * xslt/docbook/html/db2html-block.xsl:
21006    * xslt/docbook/html/db2html-refentry.xsl:
21007    - Fixed node comparisons by using set:has-same-node
21008
21009    * xslt/gettext/l10n.xml.in:
21010    * xslt/docbook/common/db-label.xsl:
21011    * xslt/docbook/common/db-xref.xsl:
21012    * xslt/docbook/html/db2html-cmdsynopsis.xsl:
21013    * xslt/docbook/html/db2html-ebnf.xsl:
21014    * xslt/docbook/html/db2html-suppressed.xsl:
21015    * xslt/docbook/html/db2html-funcsynopsis.xsl:
21016    - Changed sbr handling, suppress by default
21017    - Implemented synopfragments correctly
21018    - Put in automatic alignment padding for sbr elements
21019    - Consolidated CSS for *synopsis elements
21020
21021    * xslt/docbook/html/db2html-bibliography.xsl:
21022    - Fixed node comparisons by using set:has-same-node
21023    - Implemented bibliolist
21024
21025    * xslt/docbook/html/db2html-list.xsl:
21026    * xslt/docbook/html/db2html-classsynopsis.xsl:
21027    - Consolidated properties for CSS styling
21028
21029    * xslt/docbook/html/db2html-autotoc.xsl:
21030    - Documentation edit
21031
21032    svn path=/trunk/; revision=985
21033
21034 ChangeLog                                   |  43 ++++
21035 test/testbook/testbook.xml                  | 151 +++++++++++++-
21036 xslt/docbook/common/db-label.xsl            |  28 ++-
21037 xslt/docbook/common/db-xref.xsl             |  10 +
21038 xslt/docbook/html/db2html-autotoc.xsl       |   3 +-
21039 xslt/docbook/html/db2html-bibliography.xsl  |  54 ++---
21040 xslt/docbook/html/db2html-block.xsl         | 108 +++++-----
21041 xslt/docbook/html/db2html-classsynopsis.xsl |   2 +-
21042 xslt/docbook/html/db2html-cmdsynopsis.xsl   | 308 ++++++++++++++++++++++++----
21043 xslt/docbook/html/db2html-css.xsl           | 204 +++++++++---------
21044 xslt/docbook/html/db2html-division.xsl      |  17 +-
21045 xslt/docbook/html/db2html-ebnf.xsl          |   1 +
21046 xslt/docbook/html/db2html-funcsynopsis.xsl  |   2 +-
21047 xslt/docbook/html/db2html-list.xsl          | 269 ++++++++++++------------
21048 xslt/docbook/html/db2html-qanda.xsl         |   1 +
21049 xslt/docbook/html/db2html-refentry.xsl      |   5 +-
21050 xslt/docbook/html/db2html-suppressed.xsl    |   2 +
21051 xslt/docbook/html/db2html-table.xsl         |   1 +
21052 xslt/gettext/l10n.xml.in                    |  97 +++++++++
21053 19 files changed, 936 insertions(+), 370 deletions(-)
21054
21055commit 2a223a2a69d224ccc87ce1312a20d1be6213b5ba
21056Author: Priit Laes <plaes@svn.gnome.org>
21057Date:   Tue Jul 24 12:13:17 2007 +0000
21058
21059    Estonian translation update by Ivar Smolin.
21060
21061    2007-07-24  Priit Laes  <plaes@svn.gnome.org>
21062
21063            * et.po: Estonian translation update by Ivar Smolin.
21064
21065    svn path=/trunk/; revision=983
21066
21067 po/ChangeLog | 4 ++++
21068 po/et.po     | 2 +-
21069 2 files changed, 5 insertions(+), 1 deletion(-)
21070
21071commit 45052c17f1b7943127deb23d782d2fa792a7102d
21072Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
21073Date:   Mon Jul 23 10:45:51 2007 +0000
21074
21075    Updated Spanish translation
21076
21077    svn path=/trunk/; revision=982
21078
21079 po/ChangeLog |   4 ++
21080 po/es.po     | 185 +++++++++++++++++++++++++++++++----------------------------
21081 2 files changed, 101 insertions(+), 88 deletions(-)
21082
21083commit 5da55e60c75c154fb9e5dca7db8a09146f605bf1
21084Author: Hendrik Richter <hendrikr@gnome.org>
21085Date:   Fri Jul 20 18:05:00 2007 +0000
21086
21087    Updated German translation.
21088
21089    2007-07-20  Hendrik Richter  <hendrikr@gnome.org>
21090
21091            * de.po: Updated German translation.
21092
21093    svn path=/trunk/; revision=981
21094
21095 po/ChangeLog |   4 +
21096 po/de.po     | 307 ++++++++++++++++++++++++++++++++++++++++++-----------------
21097 2 files changed, 226 insertions(+), 85 deletions(-)
21098
21099commit 38694c94c4b9ee2cecba0a435097e8224a9d375d
21100Author: Wouter Bolsterlee <wbolster@svn.gnome.org>
21101Date:   Tue Jul 17 16:11:53 2007 +0000
21102
21103    Dutch translation updated by Wouter Bolsterlee.
21104
21105    2007-07-17  Wouter Bolsterlee  <wbolster@svn.gnome.org>
21106
21107            * nl.po: Dutch translation updated by Wouter Bolsterlee.
21108
21109    svn path=/trunk/; revision=980
21110
21111 po/ChangeLog |   4 +
21112 po/nl.po     | 309 ++++++++++++++++++++++++++++++++++++++++++-----------------
21113 2 files changed, 226 insertions(+), 87 deletions(-)
21114
21115commit 6d5518a7874177a3025fa10b8db25c51811d72b6
21116Author: Daniel Nylander <dnylande@src.gnome.org>
21117Date:   Tue Jul 17 15:51:46 2007 +0000
21118
21119    sv.po: Updated Swedish translation
21120
21121    svn path=/trunk/; revision=979
21122
21123 po/ChangeLog |   4 +
21124 po/sv.po     | 507 ++++++++++++++++++++++++++++++++++++++++++-----------------
21125 2 files changed, 371 insertions(+), 140 deletions(-)
21126
21127commit 9e92ecf81640741d792864b786291b272428a2ec
21128Author: Ilkka Tuohela <ituohela@src.gnome.org>
21129Date:   Mon Jul 16 16:08:29 2007 +0000
21130
21131    Updated Finnish translation
21132
21133    svn path=/trunk/; revision=978
21134
21135 po/ChangeLog |   4 +
21136 po/fi.po     | 302 ++++++++++++++++++++++++++++++++++++++++++-----------------
21137 2 files changed, 222 insertions(+), 84 deletions(-)
21138
21139commit cf67d731f83d7813ace3ccce77e1f86878982d9b
21140Author: Gabor Kelemen <kelemeng@gnome.hu>
21141Date:   Sun Jul 15 23:10:52 2007 +0000
21142
21143    Translation updated.
21144
21145    2007-07-16 Gabor Kelemen  <kelemeng@gnome.hu>
21146
21147            * hu.po: Translation updated.
21148
21149
21150    svn path=/trunk/; revision=977
21151
21152 po/ChangeLog |   4 +
21153 po/hu.po     | 311 ++++++++++++++++++++++++++++++++++++++++++-----------------
21154 2 files changed, 229 insertions(+), 86 deletions(-)
21155
21156commit c0f6b46775be1053ce4a0dedcbba2f33e83f52d4
21157Author: Priit Laes <plaes@svn.gnome.org>
21158Date:   Fri Jul 13 10:31:10 2007 +0000
21159
21160    Estonian translation update by Ivar Smolin.
21161
21162    2007-07-13  Priit Laes  <plaes@svn.gnome.org>
21163
21164            * et.po: Estonian translation update by Ivar Smolin.
21165
21166    svn path=/trunk/; revision=976
21167
21168 po/ChangeLog |   4 +
21169 po/et.po     | 246 ++++++++++++++++++++++++++++++++++++++---------------------
21170 2 files changed, 161 insertions(+), 89 deletions(-)
21171
21172commit 747abea19ce0d817a4876a41ab44b1c00bdde2ad
21173Author: Ankitkumar Rameshchandra Patel <ankitp@src.gnome.org>
21174Date:   Tue Jul 10 13:21:41 2007 +0000
21175
21176    Updated Translation
21177
21178    svn path=/trunk/; revision=975
21179
21180 po/ChangeLog |   4 +
21181 po/gu.po     | 311 ++++++++++++++++++++++++++++++++++++++++++-----------------
21182 2 files changed, 229 insertions(+), 86 deletions(-)
21183
21184commit a2fce24a21b73bcfa490d4052d8c514da469d28e
21185Author: Theppitak Karoonboonyanan <tkaroonb@src.gnome.org>
21186Date:   Mon Jul 9 14:56:51 2007 +0000
21187
21188    Updated Thai translation.
21189
21190            * th.po: Updated Thai translation.
21191
21192
21193    svn path=/trunk/; revision=974
21194
21195 po/ChangeLog |   4 +
21196 po/th.po     | 244 ++++++++++++++++++++++++++++++++++++++---------------------
21197 2 files changed, 160 insertions(+), 88 deletions(-)
21198
21199commit a91158cde0e35b678229522f74b3e0ed955e6053
21200Author: Felix I <ifelix@src.gnome.org>
21201Date:   Mon Jul 9 11:19:30 2007 +0000
21202
21203    updated ta translation
21204
21205    svn path=/trunk/; revision=973
21206
21207 po/ChangeLog |   4 +
21208 po/ta.po     | 451 +++++++++++++++++++++++++++++++++--------------------------
21209 2 files changed, 258 insertions(+), 197 deletions(-)
21210
21211commit 54345c1ecbc4be94d8a618d5a01a8cb4ec6d2988
21212Author: Shaun McCance <shaunm@src.gnome.org>
21213Date:   Sun Jul 8 22:51:35 2007 +0000
21214
21215    - Bumped version to 0.11.1
21216
21217    * configure.in:
21218    - Bumped version to 0.11.1
21219
21220    * tools/gnome-doc-utils.pc.in:
21221    - Added db2xhtml to pkgconfig file
21222
21223    svn path=/trunk/; revision=972
21224
21225 ChangeLog                   | 8 ++++++++
21226 configure.in                | 2 +-
21227 tools/gnome-doc-utils.pc.in | 1 +
21228 3 files changed, 10 insertions(+), 1 deletion(-)
21229
21230commit d1a7c4ffff83f4738ae47c58425a8a91ad4b9b5e
21231Author: Shaun McCance <shaunm@src.gnome.org>
21232Date:   Thu Jul 5 15:00:06 2007 +0000
21233
21234    - Some work on reference and refentry
21235
21236    * test/testbook/testbook.xml:
21237    * xslt/docbook/html/db2html-division.xsl:
21238    * xslt/docbook/html/db2html-refentry.xsl:
21239    - Some work on reference and refentry
21240
21241    * xslt/docbook/html/db2html-bibliography.xsl:
21242    - Made l10n.format.mode a doc-noop, documented elsewhere
21243
21244    * xslt/docbook/html/db2html-autotoc.xsl:
21245    - Added some documentation
21246    - Remove $db.chunk.chunks_ reference
21247
21248    * xslt/docbook/common/db-common.xsl:
21249    - Put gettext in :Requires: for db.personname.list
21250
21251    * xslt/docbook/common/db-label.xsl:
21252    - Made reference label formatter output nothing
21253
21254    * xslt/gettext/l10n.xml.in:
21255    - Added " — " for refpurpose separator
21256
21257    svn path=/trunk/; revision=971
21258
21259 ChangeLog                                  | 23 +++++++++++++
21260 test/testbook/testbook.xml                 | 37 +++++++++++++++++++++
21261 xslt/docbook/common/db-common.xsl          |  1 +
21262 xslt/docbook/common/db-label.xsl           |  5 ++-
21263 xslt/docbook/html/db2html-autotoc.xsl      | 52 ++++++++++++++++++++++++------
21264 xslt/docbook/html/db2html-bibliography.xsl |  7 +---
21265 xslt/docbook/html/db2html-division.xsl     | 27 ++++++++++++++++
21266 xslt/docbook/html/db2html-refentry.xsl     |  4 ++-
21267 xslt/gettext/l10n.xml.in                   |  9 ++++++
21268 9 files changed, 148 insertions(+), 17 deletions(-)
21269
21270commit 265901bd4c3e6510dd7e83771ea2a4e6be585160
21271Author: Don Scorgie <dscorgie@src.gnome.org>
21272Date:   Wed Jul 4 22:08:55 2007 +0000
21273
21274    Fix compilation error (1)
21275
21276    * xslt/docbook/html/db2html-bibliography.xsl:
21277    Fix compilation error (1)
21278
21279    svn path=/trunk/; revision=970
21280
21281 ChangeLog                                  | 5 +++++
21282 xslt/docbook/html/db2html-bibliography.xsl | 7 ++++++-
21283 2 files changed, 11 insertions(+), 1 deletion(-)
21284
21285commit cde5783edc09ffcce9e42d70a6fd1d2a4deaf46a
21286Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
21287Date:   Wed Jul 4 15:00:32 2007 +0000
21288
21289    Updated Spanish translation
21290
21291    svn path=/trunk/; revision=969
21292
21293 po/ChangeLog |   4 ++
21294 po/es.po     | 229 +++++++++++++++++++++++++++++++++++++----------------------
21295 2 files changed, 148 insertions(+), 85 deletions(-)
21296
21297commit 689d61b7bd82ab0a674e2088155557381d744e24
21298Author: Shaun McCance <shaunm@src.gnome.org>
21299Date:   Mon Jul 2 15:01:56 2007 +0000
21300
21301    - Added rules to build with Norm's stylesheets, for comparison
21302
21303    * test/testbook/Makefile:
21304    - Added rules to build with Norm's stylesheets, for comparison
21305
21306    * xslt/docbook/html/db2html-info.xsl:
21307    * xslt/docbook/html/db2html-suppressed.xsl:
21308    - Use new common copyright template, moved holder and year to inline
21309
21310    * test/testbook/testbook.xml:
21311    * xslt/docbook/html/db2html-bibliography.xsl:
21312    - Lots and lots of work on bibliograpies
21313
21314    * xslt/docbook/html/db2html-classsynopsis.xsl:
21315    - A few quick fixes for Python class synopses
21316
21317    * xslt/docbook/html/elements:
21318    - Added bibliolist
21319
21320    * xslt/docbook/html/db2html-inline.xsl:
21321    - Added automatic bibliography linking for citations
21322
21323    * xslt/docbook/common/db-common.xsl:
21324    - New common copyright template
21325    - New personname list template
21326
21327    * xslt/gettext/gettext.xsl:
21328    - Some fixes for blank roles/forms
21329
21330    * xslt/gettext/l10n.xml.in:
21331    - Added ", and ", " and ", and bibliolabel.format
21332
21333    svn path=/trunk/; revision=968
21334
21335 ChangeLog                                   |  32 ++
21336 test/testbook/Makefile                      |  14 +-
21337 test/testbook/testbook.xml                  |  74 +++-
21338 xslt/docbook/common/db-common.xsl           |  79 +++-
21339 xslt/docbook/html/db2html-bibliography.xsl  | 633 ++++++++++++++++++++++++----
21340 xslt/docbook/html/db2html-classsynopsis.xsl |  16 +-
21341 xslt/docbook/html/db2html-info.xsl          |  31 +-
21342 xslt/docbook/html/db2html-inline.xsl        |  95 ++++-
21343 xslt/docbook/html/db2html-suppressed.xsl    |   2 -
21344 xslt/docbook/html/elements                  |   1 +
21345 xslt/gettext/gettext.xsl                    |  52 ++-
21346 xslt/gettext/l10n.xml.in                    |  65 +++
21347 12 files changed, 945 insertions(+), 149 deletions(-)
21348
21349commit 5c8c8abcd072103177feb5c9497e12fb9ebdf262
21350Author: Clytie Siddall <clyties@src.gnome.org>
21351Date:   Tue Jun 26 12:33:34 2007 +0000
21352
21353    Updated Vietnamese translation.
21354
21355    svn path=/trunk/; revision=967
21356
21357 po/ChangeLog |    4 +
21358 po/vi.po     | 2471 ++++++++++++++++++++++++++++++----------------------------
21359 2 files changed, 1264 insertions(+), 1211 deletions(-)
21360
21361commit 1ae558c298549aa70e9297025aa62b773c93512b
21362Author: Kjartan Maraas <kmaraas@gnome.org>
21363Date:   Sat Jun 23 09:35:10 2007 +0000
21364
21365    Updated Norwegian bokmål translation.
21366
21367    2007-06-23  Kjartan Maraas  <kmaraas@gnome.org>
21368
21369            * nb.po: Updated Norwegian bokmål translation.
21370
21371    svn path=/trunk/; revision=966
21372
21373 po/ChangeLog |   4 ++
21374 po/nb.po     | 204 +++++++++++++++++++++++++++++++++++++++--------------------
21375 2 files changed, 138 insertions(+), 70 deletions(-)
21376
21377commit 08698a340934462493e63b1c56135b49ad704fa2
21378Author: Pema Geyleg <pgeyleg@src.gnome.org>
21379Date:   Wed Jun 13 06:38:53 2007 +0000
21380
21381    updated dzongkha translation
21382
21383    svn path=/trunk/; revision=965
21384
21385 po/ChangeLog |   4 ++
21386 po/dz.po     | 211 +++++++++++++++++++++++++++++++++++++++--------------------
21387 2 files changed, 143 insertions(+), 72 deletions(-)
21388
21389commit ff632b578c7f1e7587e005ef860b68ff4750b155
21390Author: Priit Laes <plaes@svn.gnome.org>
21391Date:   Sun Jun 3 19:05:51 2007 +0000
21392
21393    Updated Estonian translation by Ivar Smolin <okul@linux.ee>.
21394
21395    2007-06-03  Priit Laes  <plaes@svn.gnome.org>
21396
21397            * et.po: Updated Estonian translation by Ivar Smolin <okul@linux.ee>.
21398
21399    svn path=/trunk/; revision=964
21400
21401 po/ChangeLog |   4 ++
21402 po/et.po     | 222 +++++++++++++++++++++++++++++++++++++++--------------------
21403 2 files changed, 153 insertions(+), 73 deletions(-)
21404
21405commit 13a80a6cc0a25a92ce2a16a4786e6951651c3d68
21406Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
21407Date:   Mon May 28 19:56:57 2007 +0000
21408
21409    Updated Spanish translation
21410
21411    svn path=/trunk/; revision=962
21412
21413 po/ChangeLog |   4 ++
21414 po/es.po     | 175 +++++++++++++++++++++++++++++++++++------------------------
21415 2 files changed, 108 insertions(+), 71 deletions(-)
21416
21417commit bb24888710a0f3b3239a9acbf2db080cea5997b0
21418Author: Daniel Nylander <dnylande@src.gnome.org>
21419Date:   Sun May 27 10:28:14 2007 +0000
21420
21421    sv.po: Updated Swedish translation
21422
21423    svn path=/trunk/; revision=961
21424
21425 po/ChangeLog |   4 ++
21426 po/sv.po     | 175 +++++++++++++++++++++++++++++++++++------------------------
21427 2 files changed, 108 insertions(+), 71 deletions(-)
21428
21429commit e15dee19b596aff437f6286940e36ef47e6a107f
21430Author: Shaun McCance <shaunm@src.gnome.org>
21431Date:   Wed May 23 22:38:00 2007 +0000
21432
21433    - Added some Pythonic goodies to classsynopsis
21434
21435    * test/testbook/testbook.xml:
21436    * xslt/docbook/html/db2html-classsynopsis.xsl:
21437    - Added some Pythonic goodies to classsynopsis
21438
21439    * xslt/docbook/html/db2html-inline.xsl:
21440    - Fixed xsldoc error on l10n.format.mode
21441
21442    svn path=/trunk/; revision=960
21443
21444 ChangeLog                                   |  9 +++
21445 test/testbook/testbook.xml                  | 44 ++++++++++++++
21446 xslt/docbook/html/db2html-classsynopsis.xsl | 91 ++++++++++++++++++++++++-----
21447 xslt/docbook/html/db2html-inline.xsl        |  1 +
21448 4 files changed, 129 insertions(+), 16 deletions(-)
21449
21450commit d0b75e2c39d1184a37e8a9a014ebf2cb7bdc0735
21451Author: Shaun McCance <shaunm@src.gnome.org>
21452Date:   Wed May 23 14:31:13 2007 +0000
21453
21454    - Made bibliodiv chunkable
21455
21456    * test/testbook/testbook.xml:
21457    * xslt/docbook/common/db-chunk.xsl:
21458    * xslt/docbook/html/db2html-bibliography.xsl:
21459    - Made bibliodiv chunkable
21460
21461    * data/icons/hicolor/scalable/admon-caution-shadow.svg:
21462    * data/icons/hicolor/scalable/admon-caution.svg:
21463    * data/icons/hicolor/scalable/admon-warning-shadow.svg:
21464    * data/icons/hicolor/scalable/admon-warning.svg:
21465    - Adding SVG some files I'd forgotten
21466
21467    svn path=/trunk/; revision=959
21468
21469 ChangeLog                                          |  13 ++
21470 .../hicolor/scalable/admon-caution-shadow.svg      | 197 +++++++++++++++++++++
21471 data/icons/hicolor/scalable/admon-caution.svg      | 187 +++++++++++++++++++
21472 .../hicolor/scalable/admon-warning-shadow.svg      | 197 +++++++++++++++++++++
21473 data/icons/hicolor/scalable/admon-warning.svg      | 187 +++++++++++++++++++
21474 test/testbook/testbook.xml                         |   6 +
21475 xslt/docbook/common/db-chunk.xsl                   |  42 +----
21476 xslt/docbook/html/db2html-bibliography.xsl         |   1 -
21477 8 files changed, 790 insertions(+), 40 deletions(-)
21478
21479commit e537febd23051983942a29c82baf58fc122a1799
21480Author: Theppitak Karoonboonyanan <tkaroonb@src.gnome.org>
21481Date:   Wed May 23 02:13:55 2007 +0000
21482
21483    Updated Thai translation.
21484
21485            * th.po: Updated Thai translation.
21486
21487
21488    svn path=/trunk/; revision=958
21489
21490 po/ChangeLog |   4 ++
21491 po/th.po     | 175 +++++++++++++++++++++++++++++++++++------------------------
21492 2 files changed, 108 insertions(+), 71 deletions(-)
21493
21494commit 8064966d701e3667d6dc006a86ce0d6912243809
21495Author: Shaun McCance <shaunm@src.gnome.org>
21496Date:   Mon May 21 19:59:41 2007 +0000
21497
21498    - Fixed double output (chunked and non-chunked) of glossdiv
21499
21500    * xslt/docbook/html/db2html-division.xsl:
21501    - Fixed double output (chunked and non-chunked) of glossdiv
21502
21503    svn path=/trunk/; revision=957
21504
21505 ChangeLog                              | 5 +++++
21506 xslt/docbook/html/db2html-division.xsl | 2 --
21507 2 files changed, 5 insertions(+), 2 deletions(-)
21508
21509commit 80ffee65bf2a585b93991bd843a42879b12cf7b0
21510Author: Shaun McCance <shaunm@src.gnome.org>
21511Date:   Mon May 21 19:26:40 2007 +0000
21512
21513    - Added lots of inline tests - Added the beginning of a glossary
21514
21515    * test/testbook/testbook.xml:
21516    - Added lots of inline tests
21517    - Added the beginning of a glossary
21518
21519    * xslt/docbook/common/db-title.xsl:
21520    * xslt/docbook/html/db2html-division.xsl:
21521    - Made the empty $info selectors node sets
21522    - Fixed some automatic titles
21523
21524    * xslt/docbook/html/db2html-info.xsl:
21525    - Use the new dl-compact class in credits
21526
21527    * xslt/docbook/html/db2html-cmdsynopsis.xsl:
21528    - Made cmdsynopsis have a pre wrapped in a div for consistency
21529
21530    * xslt/docbook/html/db2html-bibliography.xsl:
21531    - Bibliographies have bibliographyinfo, not glossaryinfo
21532
21533    * xslt/docbook/html/db2html-classsynopsis.xsl:
21534    - Moved ooclass, ooexception, and oointerface to db2html-inline
21535
21536    * xslt/docbook/html/db2html-css.xsl:
21537    * xslt/docbook/html/db2html-inline.xsl:
21538    - Revamped all inline elements
21539    - Added db2html.inline.content.mode
21540
21541    * xslt/docbook/common/db-common.xsl:
21542    - Small db.personname modification
21543
21544    * xslt/gettext/l10n.xml.in:
21545    - Added localizable citation formatting
21546
21547    * data/icons/hicolor/48x48/admon-caution.png:
21548    * data/icons/hicolor/48x48/admon-warning.png:
21549    * data/icons/hicolor/scalable/Makefile.am:
21550    - More icons from cornelius[cz]
21551
21552    svn path=/trunk/; revision=956
21553
21554 ChangeLog                                   |  39 ++
21555 data/icons/hicolor/48x48/admon-caution.png  | Bin 2369 -> 2959 bytes
21556 data/icons/hicolor/48x48/admon-warning.png  | Bin 3249 -> 2959 bytes
21557 data/icons/hicolor/scalable/Makefile.am     |   4 +-
21558 test/testbook/testbook.xml                  | 445 ++++++++++++++++++
21559 xslt/docbook/common/db-common.xsl           |   2 +-
21560 xslt/docbook/common/db-title.xsl            |  30 ++
21561 xslt/docbook/html/db2html-bibliography.xsl  |   2 +-
21562 xslt/docbook/html/db2html-classsynopsis.xsl |  36 --
21563 xslt/docbook/html/db2html-cmdsynopsis.xsl   |  20 +-
21564 xslt/docbook/html/db2html-css.xsl           |  79 +++-
21565 xslt/docbook/html/db2html-division.xsl      |  82 ++--
21566 xslt/docbook/html/db2html-info.xsl          |  19 +-
21567 xslt/docbook/html/db2html-inline.xsl        | 705 ++++++++++++++++------------
21568 xslt/gettext/l10n.xml.in                    |  37 ++
21569 15 files changed, 1105 insertions(+), 395 deletions(-)
21570
21571commit 52bfb8d190fdc4a0e3d2649c4fc353b215c4a537
21572Author: Theppitak Karoonboonyanan <tkaroonb@src.gnome.org>
21573Date:   Fri May 18 06:17:21 2007 +0000
21574
21575    Updated Thai translation.
21576
21577            * th.po: Updated Thai translation.
21578
21579
21580    svn path=/trunk/; revision=955
21581
21582 po/ChangeLog |  4 ++++
21583 po/th.po     | 76 ++++++++++++++++++++++++++++++++++++++++++++----------------
21584 2 files changed, 60 insertions(+), 20 deletions(-)
21585
21586commit 56ab07525f7dda20b89e6258200cdf446162fe5a
21587Author: David Lodge <dlodge@src.gnome.org>
21588Date:   Wed May 16 05:48:32 2007 +0000
21589
21590    Updated en_GB translation
21591
21592    svn path=/trunk/; revision=954
21593
21594 po/ChangeLog |  6 ++++-
21595 po/en_GB.po  | 84 +++++++++++++++++++++++++++++++++++++++++++++---------------
21596 2 files changed, 68 insertions(+), 22 deletions(-)
21597
21598commit ed0d36a37bd1189b48892440955ec464a88adaa2
21599Author: Yannig MARCHEGAY <ymarcheg@src.gnome.org>
21600Date:   Tue May 15 17:03:25 2007 +0000
21601
21602    + Occitan
21603
21604    svn path=/trunk/; revision=953
21605
21606 po/LINGUAS | 1 +
21607 1 file changed, 1 insertion(+)
21608
21609commit 34ada06d0fa81414bf5f7ba97453fc46ccd6c2ae
21610Author: Yannig MARCHEGAY <ymarcheg@src.gnome.org>
21611Date:   Tue May 15 17:03:03 2007 +0000
21612
21613    Occitan first translation
21614
21615    svn path=/trunk/; revision=952
21616
21617 po/oc.po | 1856 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
21618 1 file changed, 1856 insertions(+)
21619
21620commit 18565952be0d4b190da494c93597b09d97a89795
21621Author: Shaun McCance <shaunm@src.gnome.org>
21622Date:   Tue May 15 16:31:12 2007 +0000
21623
21624    - Fixed selector for not-bug note admonition
21625
21626    * xslt/docbook/utils/graphics.xsl:
21627    - Fixed selector for not-bug note admonition
21628
21629    * data/icons/hicolor/48x48/admon-note.png:
21630    * data/icons/hicolor/48x48/admon-tip.png:
21631    * data/icons/hicolor/scalable/Makefile.am:
21632    * data/icons/hicolor/scalable/admon-bug-shadow.svg:
21633    * data/icons/hicolor/scalable/admon-important-shadow.svg:
21634    * data/icons/hicolor/scalable/admon-note-shadow.svg:
21635    * data/icons/hicolor/scalable/admon-note.svg:
21636    * data/icons/hicolor/scalable/admon-tip-shadow.svg:
21637    * data/icons/hicolor/scalable/admon-tip.svg:
21638    - Adding more wonderful images from cornelius[cz]
21639
21640    svn path=/trunk/; revision=951
21641
21642 ChangeLog                                          |   16 +
21643 data/icons/hicolor/48x48/admon-note.png            |  Bin 1767 -> 1733 bytes
21644 data/icons/hicolor/48x48/admon-tip.png             |  Bin 2288 -> 2491 bytes
21645 data/icons/hicolor/scalable/Makefile.am            |    3 +-
21646 data/icons/hicolor/scalable/admon-bug-shadow.svg   |  297 +++++
21647 .../hicolor/scalable/admon-important-shadow.svg    | 1172 ++++++++++++++++++++
21648 data/icons/hicolor/scalable/admon-note-shadow.svg  |  927 ++++++++++++++++
21649 data/icons/hicolor/scalable/admon-note.svg         |   26 +-
21650 data/icons/hicolor/scalable/admon-tip-shadow.svg   |  188 ++++
21651 data/icons/hicolor/scalable/admon-tip.svg          |  178 +++
21652 xslt/docbook/utils/graphics.xsl                    |    2 +-
21653 11 files changed, 2783 insertions(+), 26 deletions(-)
21654
21655commit 083fc46389095a805f54e9cb698de209d314b97c
21656Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
21657Date:   Mon May 14 07:30:48 2007 +0000
21658
21659    Updated Spanish translation
21660
21661    svn path=/trunk/; revision=950
21662
21663 po/ChangeLog |  4 ++++
21664 po/es.po     | 38 +++++++++++++++++++++++++++++++++++---
21665 2 files changed, 39 insertions(+), 3 deletions(-)
21666
21667commit afbae62de51817d9378a27a6b1eb2973115c8ce9
21668Author: Shaun McCance <shaunm@src.gnome.org>
21669Date:   Fri May 11 22:27:12 2007 +0000
21670
21671    - Adding watermark graphics I'd forgotten
21672
21673    * data/watermarks/watermark-code-python.png:
21674    * data/watermarks/watermark-code-python.svg:
21675    * data/watermarks/watermark-code.png:
21676    - Adding watermark graphics I'd forgotten
21677
21678    svn path=/trunk/; revision=949
21679
21680 ChangeLog                                 |   7 +++
21681 data/watermarks/watermark-code-python.png | Bin 0 -> 12188 bytes
21682 data/watermarks/watermark-code-python.svg | 100 ++++++++++++++++++++++++++++++
21683 data/watermarks/watermark-code.png        | Bin 0 -> 19526 bytes
21684 4 files changed, 107 insertions(+)
21685
21686commit 3e2963bec9e3770da0d6d61d6b1fa01e13a2ef0b
21687Author: Shaun McCance <shaunm@src.gnome.org>
21688Date:   Fri May 11 21:08:31 2007 +0000
21689
21690    - Added utility XSLT file to list needed graphics
21691
21692    * xslt/docbook/utils/Makefile.am:
21693    * xslt/docbook/utils/graphics.xsl:
21694    - Added utility XSLT file to list needed graphics
21695
21696    * xslt/common/theme.xsl:
21697    - Removed the navigation icon stuff
21698
21699    * tools/gnome-doc-tool.in:
21700    - Made admonition graphics option work with theme.xsl
21701    - Added ability to copy graphics files to output directory
21702
21703    svn path=/trunk/; revision=948
21704
21705 ChangeLog                       | 13 +++++++++
21706 tools/gnome-doc-tool.in         | 38 +++++++++++++++++---------
21707 xslt/common/theme.xsl           | 30 ---------------------
21708 xslt/docbook/utils/Makefile.am  |  2 +-
21709 xslt/docbook/utils/graphics.xsl | 59 +++++++++++++++++++++++++++++++++++++++++
21710 5 files changed, 98 insertions(+), 44 deletions(-)
21711
21712commit ca8b3275c34913df0b274716eb7fb366f8e6fed2
21713Author: Shaun McCance <shaunm@src.gnome.org>
21714Date:   Fri May 11 17:44:12 2007 +0000
21715
21716    - Adding, building, and installing some data files
21717
21718    * Makefile.am:
21719    * configure.in:
21720    * data/Makefile.am:
21721    * data/icons/Makefile.am:
21722    * data/icons/hicolor/48x48/Makefile.am:
21723    * data/icons/hicolor/48x48/admon-bug.png:
21724    * data/icons/hicolor/48x48/admon-caution.png:
21725    * data/icons/hicolor/48x48/admon-important.png:
21726    * data/icons/hicolor/48x48/admon-note.png:
21727    * data/icons/hicolor/48x48/admon-tip.png:
21728    * data/icons/hicolor/48x48/admon-warning.png:
21729    * data/icons/hicolor/Makefile.am:
21730    * data/icons/hicolor/scalable/Makefile.am:
21731    * data/icons/hicolor/scalable/admon-bug.svg:
21732    * data/icons/hicolor/scalable/admon-important.svg:
21733    * data/icons/hicolor/scalable/admon-note.svg:
21734    * data/templates/Makefile.am:
21735    * data/watermarks/Makefile.am:
21736    * data/watermarks/watermark-blockquote-00AB.png:
21737    * data/watermarks/watermark-blockquote-00BB.png:
21738    * data/watermarks/watermark-blockquote-201C.png:
21739    * data/watermarks/watermark-blockquote-201D.png:
21740    * data/watermarks/watermark-blockquote-201E.png:
21741    * data/watermarks/watermark-blockquote.xcf:
21742    - Adding, building, and installing some data files
21743
21744    * doc/xslt/Makefile.am:
21745    - Fixed some srcdir and g-d-u interaction problems
21746
21747    svn path=/trunk/; revision=947
21748
21749 ChangeLog                                       |   31 +
21750 Makefile.am                                     |    2 +-
21751 configure.in                                    |    7 +
21752 data/Makefile.am                                |    1 +
21753 data/icons/Makefile.am                          |    1 +
21754 data/icons/hicolor/48x48/Makefile.am            |   10 +
21755 data/icons/hicolor/48x48/admon-bug.png          |  Bin 0 -> 2952 bytes
21756 data/icons/hicolor/48x48/admon-caution.png      |  Bin 0 -> 2369 bytes
21757 data/icons/hicolor/48x48/admon-important.png    |  Bin 0 -> 2454 bytes
21758 data/icons/hicolor/48x48/admon-note.png         |  Bin 0 -> 1767 bytes
21759 data/icons/hicolor/48x48/admon-tip.png          |  Bin 0 -> 2288 bytes
21760 data/icons/hicolor/48x48/admon-warning.png      |  Bin 0 -> 3249 bytes
21761 data/icons/hicolor/Makefile.am                  |    1 +
21762 data/icons/hicolor/scalable/Makefile.am         |    7 +
21763 data/icons/hicolor/scalable/admon-bug.svg       |  285 ++++++
21764 data/icons/hicolor/scalable/admon-important.svg | 1157 +++++++++++++++++++++++
21765 data/icons/hicolor/scalable/admon-note.svg      |  980 +++++++++++++++++++
21766 data/templates/Makefile.am                      |    7 +
21767 data/watermarks/Makefile.am                     |   14 +
21768 data/watermarks/watermark-blockquote-00AB.png   |  Bin 0 -> 992 bytes
21769 data/watermarks/watermark-blockquote-00BB.png   |  Bin 0 -> 1027 bytes
21770 data/watermarks/watermark-blockquote-201C.png   |  Bin 0 -> 1102 bytes
21771 data/watermarks/watermark-blockquote-201D.png   |  Bin 0 -> 1093 bytes
21772 data/watermarks/watermark-blockquote-201E.png   |  Bin 0 -> 1106 bytes
21773 data/watermarks/watermark-blockquote.xcf        |  Bin 0 -> 13622 bytes
21774 doc/xslt/Makefile.am                            |   28 +-
21775 26 files changed, 2519 insertions(+), 12 deletions(-)
21776
21777commit fe07541b944effe4b6f94f3d418408215ec4d3c8
21778Author: Daniel Nylander <dnylande@src.gnome.org>
21779Date:   Fri May 11 16:30:08 2007 +0000
21780
21781    sv.po: Updated Swedish translation
21782
21783    svn path=/trunk/; revision=946
21784
21785 po/ChangeLog |  4 ++++
21786 po/sv.po     | 78 +++++++++++++++++++++++++++++++++++++++++++-----------------
21787 2 files changed, 60 insertions(+), 22 deletions(-)
21788
21789commit 82598872f63afbf742f75bb5236df6924ed09224
21790Author: Shaun McCance <shaunm@src.gnome.org>
21791Date:   Thu May 10 23:24:52 2007 +0000
21792
21793    - Fixes for xsldoc checks
21794
21795    * xslt/common/theme.xsl:
21796    * xslt/docbook/html/db2html-division.xsl:
21797    - Fixes for xsldoc checks
21798
21799    svn path=/trunk/; revision=945
21800
21801 ChangeLog                              | 6 ++++++
21802 xslt/common/theme.xsl                  | 1 +
21803 xslt/docbook/html/db2html-division.xsl | 2 +-
21804 3 files changed, 8 insertions(+), 1 deletion(-)
21805
21806commit 237bda5208eb47fc5c712abee8fa9a94b27c683f
21807Author: Shaun McCance <shaunm@src.gnome.org>
21808Date:   Thu May 10 23:10:23 2007 +0000
21809
21810    - Changes to test various icons
21811
21812    * test/testbook/Makefile:
21813    - Changes to test various icons
21814
21815    * xslt/common/theme.xsl:
21816    * xslt/docbook/html/db2html-classsynopsis.xsl:
21817    * xslt/docbook/html/db2html-css.xsl:
21818    * xslt/docbook/html/db2html-division.xsl:
21819    * xslt/gettext/l10n.xml.in:
21820    - Use triangle characters instead of images for the navbar
21821    - Starting to do some watermark work
21822
21823    svn path=/trunk/; revision=944
21824
21825 ChangeLog                                   | 13 ++++++++++++
21826 test/testbook/Makefile                      |  9 +++-----
21827 xslt/common/theme.xsl                       | 29 ++++++++++++++++++++++++++
21828 xslt/docbook/html/db2html-classsynopsis.xsl |  1 +
21829 xslt/docbook/html/db2html-css.xsl           | 16 +++++++++++++++
21830 xslt/docbook/html/db2html-division.xsl      | 32 -----------------------------
21831 xslt/gettext/l10n.xml.in                    | 31 ++++++++++++++++++++++++++++
21832 7 files changed, 93 insertions(+), 38 deletions(-)
21833
21834commit 503fa77fdff933f3a6109c3193b1acf3a86aa01f
21835Author: Shaun McCance <shaunm@src.gnome.org>
21836Date:   Wed May 9 16:43:49 2007 +0000
21837
21838    - Added another line numbering continuation test
21839
21840    * test/testbook/testbook.xml:
21841    - Added another line numbering continuation test
21842
21843    * xslt/docbook/common/db-common.xsl:
21844    * xslt/docbook/html/db2html-block.xsl:
21845    * xslt/docbook/html/db2html-inline.xsl:
21846    * xslt/docbook/html/db2html-list.xsl:
21847    - Implemented line numbering continuations
21848    - Moved orderedlist continuation handling to db-common
21849    - Removed hardly-used db.dingbat template
21850
21851    svn path=/trunk/; revision=943
21852
21853 ChangeLog                            |  13 ++++
21854 test/testbook/testbook.xml           |   8 +++
21855 xslt/docbook/common/db-common.xsl    | 117 +++++++++++++++++++++++++----------
21856 xslt/docbook/html/db2html-block.xsl  |   6 +-
21857 xslt/docbook/html/db2html-inline.xsl |  48 +++++++-------
21858 xslt/docbook/html/db2html-list.xsl   |  36 +----------
21859 6 files changed, 137 insertions(+), 91 deletions(-)
21860
21861commit b5700ea67c0ddf7ec2b88cc2e206f86363737f58
21862Author: Shaun McCance <shaunm@src.gnome.org>
21863Date:   Tue May 8 22:46:09 2007 +0000
21864
21865    - Call db2html.class.python.mode, not db2html.python.mode
21866
21867    * xslt/docbook/html/db2html-classsynopsis.xsl:
21868    - Call db2html.class.python.mode, not db2html.python.mode
21869
21870    svn path=/trunk/; revision=942
21871
21872 ChangeLog                                   | 5 +++++
21873 xslt/docbook/html/db2html-classsynopsis.xsl | 2 +-
21874 2 files changed, 6 insertions(+), 1 deletion(-)
21875
21876commit 5c58a618e2bbf483e2038ce3a10195de6fa88e2a
21877Author: Shaun McCance <shaunm@src.gnome.org>
21878Date:   Tue May 8 22:20:20 2007 +0000
21879
21880    - Added some more linenumbering tests - Added various synopsis tests
21881
21882    * test/testbook/testbook.xml:
21883    - Added some more linenumbering tests
21884    - Added various synopsis tests
21885
21886    * xslt/docbook/common/db-common.xsl:
21887    * xslt/docbook/html/db2html-block.xsl:
21888    * xslt/docbook/html/db2html-css.xsl:
21889    * xslt/docbook/html/db2html-funcsynopsis.xsl:
21890    - Visual updates for synopses and line numbering
21891
21892    * xslt/docbook/html/db2html-classsynopsis.xsl:
21893    - Implemented Python support
21894
21895    svn path=/trunk/; revision=941
21896
21897 ChangeLog                                   |  15 ++
21898 test/testbook/testbook.xml                  | 325 +++++++++++++++++++++++-----
21899 xslt/docbook/common/db-common.xsl           |  49 +----
21900 xslt/docbook/html/db2html-block.xsl         |  29 +--
21901 xslt/docbook/html/db2html-classsynopsis.xsl | 292 +++++++++++--------------
21902 xslt/docbook/html/db2html-css.xsl           |  28 ++-
21903 xslt/docbook/html/db2html-funcsynopsis.xsl  |   1 -
21904 7 files changed, 451 insertions(+), 288 deletions(-)
21905
21906commit 2ed2d3ce87e1cb474dec59efde50911895af04a9
21907Author: Shaun McCance <shaunm@src.gnome.org>
21908Date:   Tue May 8 20:04:52 2007 +0000
21909
21910    - Support for the new HTML/XHTML output methods
21911
21912    * tools/gnome-doc-tool.in:
21913    - Support for the new HTML/XHTML output methods
21914
21915    svn path=/trunk/; revision=940
21916
21917 ChangeLog               |  5 +++++
21918 tools/gnome-doc-tool.in | 27 ++++++++++++++++-----------
21919 2 files changed, 21 insertions(+), 11 deletions(-)
21920
21921commit 9f6fa0bbdbb4d26a10df00323c9007b146cc69ae
21922Author: Shaun McCance <shaunm@src.gnome.org>
21923Date:   Tue May 8 18:55:09 2007 +0000
21924
21925    - Use = instead of == to test equality
21926
21927    * tools/gnome-doc-tool.in:
21928    - Use = instead of == to test equality
21929
21930    svn path=/trunk/; revision=938
21931
21932 ChangeLog               |  5 +++++
21933 tools/gnome-doc-tool.in | 14 +++++++-------
21934 2 files changed, 12 insertions(+), 7 deletions(-)
21935
21936commit be82d5912d1be905c1082b40c3fea91fd131bbe7
21937Author: Shaun McCance <shaunm@src.gnome.org>
21938Date:   Tue May 8 18:52:14 2007 +0000
21939
21940    - Explicitly check for an empty command to avoid shift error
21941
21942    * tools/gnome-doc-tool.in:
21943    - Explicitly check for an empty command to avoid shift error
21944
21945    svn path=/trunk/; revision=937
21946
21947 ChangeLog               | 5 +++++
21948 tools/gnome-doc-tool.in | 4 ++++
21949 2 files changed, 9 insertions(+)
21950
21951commit 63f68aad3065d3fc11081a8e13018fcc0f2fb7c2
21952Author: Shaun McCance <shaunm@src.gnome.org>
21953Date:   Tue May 8 18:33:26 2007 +0000
21954
21955    - Removed bsh-only parameter substitutions and function syntax, #436824 -
21956
21957    * tools/gnome-doc-tool.in:
21958    - Removed  bsh-only parameter substitutions and function syntax, #436824
21959    - Fixed global variable polution that caused directories to be forgotten, #436950
21960
21961    svn path=/trunk/; revision=936
21962
21963 ChangeLog               |  6 ++++++
21964 tools/gnome-doc-tool.in | 43 +++++++++++++++++++------------------------
21965 2 files changed, 25 insertions(+), 24 deletions(-)
21966
21967commit e523ed59a0b6da4a4d8974d1464942f459fab38a
21968Author: Kjartan Maraas <kmaraas@gnome.org>
21969Date:   Tue May 8 11:00:09 2007 +0000
21970
21971    Updated translation from Espen Stefansen
21972
21973    2007-05-08  Kjartan Maraas  <kmaraas@gnome.org>
21974
21975            * nb.po: Updated translation from Espen Stefansen
21976
21977    svn path=/trunk/; revision=935
21978
21979 po/ChangeLog |  4 ++++
21980 po/nb.po     | 48 +++++++++++++++++++++++++++---------------------
21981 2 files changed, 31 insertions(+), 21 deletions(-)
21982
21983commit d18e4769abeb8572e1446331c54df1bf73e3b818
21984Author: Shaun McCance <shaunm@src.gnome.org>
21985Date:   Mon May 7 18:02:48 2007 +0000
21986
21987    - Implemented more xsldoc checks
21988
21989    * doc/xslt/xsldoc-check.xsl:
21990    * doc/xslt/xsldoc-fill.xsl:
21991    - Implemented more xsldoc checks
21992
21993    * xslt/docbook/common/db-chunk.xsl:
21994    * xslt/docbook/html/db2html-block.xsl:
21995    * xslt/docbook/html/db2html-ebnf.xsl:
21996    * xslt/docbook/html/db2html-info.xsl:
21997    * xslt/docbook/html/db2html-title.xsl:
21998    - Made these stylesheets pass the new checks
21999
22000    svn path=/trunk/; revision=934
22001
22002 ChangeLog                           | 13 +++++++
22003 doc/xslt/xsldoc-check.xsl           | 72 +++++++++++++++++++++++++++++++++++--
22004 doc/xslt/xsldoc-fill.xsl            |  9 ++++-
22005 xslt/docbook/common/db-chunk.xsl    | 19 ++++++++--
22006 xslt/docbook/html/db2html-block.xsl |  2 +-
22007 xslt/docbook/html/db2html-ebnf.xsl  |  2 +-
22008 xslt/docbook/html/db2html-info.xsl  |  2 +-
22009 xslt/docbook/html/db2html-title.xsl |  2 +-
22010 8 files changed, 111 insertions(+), 10 deletions(-)
22011
22012commit 1a0623e4c49b5eb88d953ea5945427df9956adcf
22013Author: Shaun McCance <shaunm@src.gnome.org>
22014Date:   Mon May 7 15:50:32 2007 +0000
22015
22016    - Moving xsldoc.xsl to xsldoc-docbook.xsl
22017
22018    * doc/xslt/xsldoc-docbook.xsl:
22019    * doc/xslt/xsldoc.xsl:
22020    - Moving xsldoc.xsl to xsldoc-docbook.xsl
22021
22022    * doc/xslt/Makefile.am:
22023    - Adding xsldoc XSLT files to EXTRA_DIST
22024
22025    svn path=/trunk/; revision=933
22026
22027 ChangeLog                                   | 9 +++++++++
22028 doc/xslt/Makefile.am                        | 6 +++---
22029 doc/xslt/{xsldoc.xsl => xsldoc-docbook.xsl} | 2 +-
22030 3 files changed, 13 insertions(+), 4 deletions(-)
22031
22032commit e3afcaea9125ebeca3ec75aa132725cddeb6118a
22033Author: Shaun McCance <shaunm@src.gnome.org>
22034Date:   Sat May 5 00:46:20 2007 +0000
22035
22036    - Putting more checks and information in xsldoc
22037
22038    * doc/xslt/Makefile.am:
22039    * doc/xslt/xsldoc-check.xsl:
22040    * doc/xslt/xsldoc-fill.xsl:
22041    * doc/xslt/xsldoc.xsl:
22042    - Putting more checks and information in xsldoc
22043
22044    * xslt/docbook/common/db-label.xsl:
22045    * xslt/docbook/common/db-title.xsl:
22046    * xslt/docbook/common/db-xref.xsl:
22047    * xslt/docbook/html/db2html-autotoc.xsl:
22048    * xslt/docbook/html/db2html-bibliography.xsl:
22049    * xslt/docbook/html/db2html-block.xsl:
22050    * xslt/docbook/html/db2html-classsynopsis.xsl:
22051    * xslt/docbook/html/db2html-cmdsynopsis.xsl:
22052    * xslt/docbook/html/db2html-css.xsl:
22053    * xslt/docbook/html/db2html-division.xsl:
22054    * xslt/docbook/html/db2html-ebnf.xsl:
22055    * xslt/docbook/html/db2html-footnote.xsl:
22056    * xslt/docbook/html/db2html-funcsynopsis.xsl:
22057    * xslt/docbook/html/db2html-info.xsl:
22058    * xslt/docbook/html/db2html-inline.xsl:
22059    * xslt/docbook/html/db2html-list.xsl:
22060    * xslt/docbook/html/db2html-media.xsl:
22061    * xslt/docbook/html/db2html-qanda.xsl:
22062    * xslt/docbook/html/db2html-refentry.xsl:
22063    * xslt/docbook/html/db2html-table.xsl:
22064    * xslt/docbook/html/db2html-title.xsl:
22065    * xslt/docbook/html/db2html-xref.xsl:
22066    * xslt/docbook/omf/db2omf.xsl:
22067    - Added :Requires: to satisfy new xsldoc stuff
22068
22069    svn path=/trunk/; revision=932
22070
22071 ChangeLog                                   |  33 +++++++++
22072 doc/xslt/Makefile.am                        |  22 ++++--
22073 doc/xslt/xsldoc-check.xsl                   |  71 +++++++++++++++++++
22074 doc/xslt/xsldoc-fill.xsl                    | 102 ++++++++++++++++++++++++++++
22075 doc/xslt/xsldoc.xsl                         |   3 -
22076 xslt/docbook/common/db-label.xsl            |   1 +
22077 xslt/docbook/common/db-title.xsl            |   1 +
22078 xslt/docbook/common/db-xref.xsl             |   1 +
22079 xslt/docbook/html/db2html-autotoc.xsl       |   2 +-
22080 xslt/docbook/html/db2html-bibliography.xsl  |   1 +
22081 xslt/docbook/html/db2html-block.xsl         |   2 +-
22082 xslt/docbook/html/db2html-classsynopsis.xsl |   1 +
22083 xslt/docbook/html/db2html-cmdsynopsis.xsl   |   1 +
22084 xslt/docbook/html/db2html-css.xsl           |   3 +-
22085 xslt/docbook/html/db2html-division.xsl      |   2 +-
22086 xslt/docbook/html/db2html-ebnf.xsl          |   3 +
22087 xslt/docbook/html/db2html-footnote.xsl      |   1 +
22088 xslt/docbook/html/db2html-funcsynopsis.xsl  |   1 +
22089 xslt/docbook/html/db2html-info.xsl          |   3 +-
22090 xslt/docbook/html/db2html-inline.xsl        |   1 +
22091 xslt/docbook/html/db2html-list.xsl          |   1 +
22092 xslt/docbook/html/db2html-media.xsl         |   1 +
22093 xslt/docbook/html/db2html-qanda.xsl         |   1 +
22094 xslt/docbook/html/db2html-refentry.xsl      |   1 +
22095 xslt/docbook/html/db2html-table.xsl         |   2 +-
22096 xslt/docbook/html/db2html-title.xsl         |  11 ++-
22097 xslt/docbook/html/db2html-xref.xsl          |   1 +
22098 xslt/docbook/omf/db2omf.xsl                 |   1 +
22099 28 files changed, 257 insertions(+), 17 deletions(-)
22100
22101commit f21205703c95f674e24de98532881ccdc14f4f4b
22102Author: Shaun McCance <shaunm@src.gnome.org>
22103Date:   Fri May 4 20:31:54 2007 +0000
22104
22105    - Moved the table CSS to db2html-css.xsl
22106
22107    * xslt/docbook/html/db2html-table.xsl:
22108    - Moved the table CSS to db2html-css.xsl
22109
22110    * test/testbook/testbook.xml:
22111    * xslt/docbook/html/db2html-block.xsl:
22112    * xslt/docbook/html/db2html-css.xsl:
22113    * xslt/docbook/html/db2html-funcsynopsis.xsl:
22114    * xslt/docbook/html/db2html-inline.xsl:
22115    - Improvements to funcsynopsis
22116
22117    svn path=/trunk/; revision=931
22118
22119 ChangeLog                                  |  12 +++
22120 test/testbook/testbook.xml                 | 132 ++++++++++++++++++++++++++++-
22121 xslt/docbook/html/db2html-block.xsl        |   6 +-
22122 xslt/docbook/html/db2html-css.xsl          |  27 +++++-
22123 xslt/docbook/html/db2html-funcsynopsis.xsl | 106 ++++++++++++++---------
22124 xslt/docbook/html/db2html-inline.xsl       |   4 +-
22125 xslt/docbook/html/db2html-table.xsl        |  38 ---------
22126 7 files changed, 241 insertions(+), 84 deletions(-)
22127
22128commit 3f20a9658b7c6b96c3e45327cb3b051ae04d3da3
22129Author: Shaun McCance <shaunm@src.gnome.org>
22130Date:   Fri May 4 18:56:12 2007 +0000
22131
22132    - More table tests
22133
22134    * test/testbook/testbook.xml:
22135    - More table tests
22136
22137    * xslt/docbook/html/db2html-table.xsl:
22138    - Massively improved (and somewhat more documented) CALS tables
22139
22140    * xslt/docbook/html/db2html-autotoc.xsl:
22141    * xslt/docbook/html/db2html-bibliography.xsl:
22142    * xslt/docbook/html/db2html-block.xsl:
22143    * xslt/docbook/html/db2html-callout.xsl:
22144    * xslt/docbook/html/db2html-classsynopsis.xsl:
22145    * xslt/docbook/html/db2html-cmdsynopsis.xsl:
22146    * xslt/docbook/html/db2html-css.xsl:
22147    * xslt/docbook/html/db2html-division.xsl:
22148    * xslt/docbook/html/db2html-ebnf.xsl:
22149    * xslt/docbook/html/db2html-footnote.xsl:
22150    * xslt/docbook/html/db2html-funcsynopsis.xsl:
22151    * xslt/docbook/html/db2html-info.xsl:
22152    * xslt/docbook/html/db2html-inline.xsl:
22153    * xslt/docbook/html/db2html-l10n.xsl:
22154    * xslt/docbook/html/db2html-list.xsl:
22155    * xslt/docbook/html/db2html-media.xsl:
22156    * xslt/docbook/html/db2html-qanda.xsl:
22157    * xslt/docbook/html/db2html-refentry.xsl:
22158    * xslt/docbook/html/db2html-title.xsl:
22159    * xslt/docbook/html/db2html-xref.xsl:
22160    - We don't need the html: prefix to do the namespace alias
22161
22162    * doc/xslt/Makefile.am:
22163    * doc/xslt/C/gnome-doc-xslt.xml:
22164    - Keep xsldoc.awk output around, can do checks later
22165
22166    svn path=/trunk/; revision=930
22167
22168 ChangeLog                                   |   34 +
22169 doc/xslt/C/gnome-doc-xslt.xml               |    1 +
22170 doc/xslt/Makefile.am                        |   28 +-
22171 test/testbook/testbook.xml                  |  314 +++++++-
22172 xslt/docbook/html/db2html-autotoc.xsl       |   35 +-
22173 xslt/docbook/html/db2html-bibliography.xsl  |    7 +-
22174 xslt/docbook/html/db2html-block.xsl         |  101 ++-
22175 xslt/docbook/html/db2html-callout.xsl       |    7 +-
22176 xslt/docbook/html/db2html-classsynopsis.xsl |   59 +-
22177 xslt/docbook/html/db2html-cmdsynopsis.xsl   |   31 +-
22178 xslt/docbook/html/db2html-css.xsl           |   13 +-
22179 xslt/docbook/html/db2html-division.xsl      |  107 ++-
22180 xslt/docbook/html/db2html-ebnf.xsl          |   11 +-
22181 xslt/docbook/html/db2html-footnote.xsl      |   31 +-
22182 xslt/docbook/html/db2html-funcsynopsis.xsl  |    7 +-
22183 xslt/docbook/html/db2html-info.xsl          |  233 +++---
22184 xslt/docbook/html/db2html-inline.xsl        |   67 +-
22185 xslt/docbook/html/db2html-l10n.xsl          |   16 +-
22186 xslt/docbook/html/db2html-list.xsl          |  159 ++--
22187 xslt/docbook/html/db2html-media.xsl         |   23 +-
22188 xslt/docbook/html/db2html-qanda.xsl         |   19 +-
22189 xslt/docbook/html/db2html-refentry.xsl      |   19 +-
22190 xslt/docbook/html/db2html-table.xsl         | 1157 +++++++++++++++++----------
22191 xslt/docbook/html/db2html-title.xsl         |   19 +-
22192 xslt/docbook/html/db2html-xref.xsl          |   17 +-
22193 25 files changed, 1585 insertions(+), 930 deletions(-)
22194
22195commit f0fdca97c120ecd09e09d68ee5e820ccb0e9e818
22196Author: Shaun McCance <shaunm@src.gnome.org>
22197Date:   Wed Apr 25 21:52:16 2007 +0000
22198
22199    - Don't exclude undefined result prefix "msg"
22200
22201    * xslt/docbook/html/db2html-autotoc.xsl:
22202    - Don't exclude undefined result prefix "msg"
22203
22204    svn path=/trunk/; revision=929
22205
22206 ChangeLog                             | 5 +++++
22207 xslt/docbook/html/db2html-autotoc.xsl | 2 +-
22208 2 files changed, 6 insertions(+), 1 deletion(-)
22209
22210commit 06bc164afe8109a706194975e7d1eee5aca6dac8
22211Author: Shaun McCance <shaunm@src.gnome.org>
22212Date:   Wed Apr 25 21:35:51 2007 +0000
22213
22214    - Output to either HTML or XHTML
22215
22216    * doc/xslt/C/gnome-doc-xslt.xml:
22217    * test/testbook/Makefile:
22218    * xslt/docbook/html/Makefile.am:
22219    * xslt/docbook/html/db2html-autotoc.xsl:
22220    * xslt/docbook/html/db2html-bibliography.xsl:
22221    * xslt/docbook/html/db2html-block.xsl:
22222    * xslt/docbook/html/db2html-callout.xsl:
22223    * xslt/docbook/html/db2html-classsynopsis.xsl:
22224    * xslt/docbook/html/db2html-cmdsynopsis.xsl:
22225    * xslt/docbook/html/db2html-css.xsl:
22226    * xslt/docbook/html/db2html-division.xsl:
22227    * xslt/docbook/html/db2html-ebnf.xsl:
22228    * xslt/docbook/html/db2html-footnote.xsl:
22229    * xslt/docbook/html/db2html-funcsynopsis.xsl:
22230    * xslt/docbook/html/db2html-info.xsl:
22231    * xslt/docbook/html/db2html-inline.xsl:
22232    * xslt/docbook/html/db2html-l10n.xsl:
22233    * xslt/docbook/html/db2html-list.xsl:
22234    * xslt/docbook/html/db2html-media.xsl:
22235    * xslt/docbook/html/db2html-qanda.xsl:
22236    * xslt/docbook/html/db2html-refentry.xsl:
22237    * xslt/docbook/html/db2html-table.xsl:
22238    * xslt/docbook/html/db2html-title.xsl:
22239    * xslt/docbook/html/db2html-xref.xsl:
22240    * xslt/docbook/html/db2html.xsl:
22241    * xslt/docbook/html/db2xhtml.xsl:
22242    - Output to either HTML or XHTML
22243
22244    svn path=/trunk/; revision=928
22245
22246 ChangeLog                                   |  30 ++++
22247 doc/xslt/C/gnome-doc-xslt.xml               |   1 +
22248 test/testbook/Makefile                      |  14 +-
22249 xslt/docbook/html/Makefile.am               |   3 +-
22250 xslt/docbook/html/db2html-autotoc.xsl       |  35 +++--
22251 xslt/docbook/html/db2html-bibliography.xsl  |   7 +-
22252 xslt/docbook/html/db2html-block.xsl         |  68 ++++----
22253 xslt/docbook/html/db2html-callout.xsl       |   7 +-
22254 xslt/docbook/html/db2html-classsynopsis.xsl |  59 +++----
22255 xslt/docbook/html/db2html-cmdsynopsis.xsl   |  31 ++--
22256 xslt/docbook/html/db2html-css.xsl           |   9 +-
22257 xslt/docbook/html/db2html-division.xsl      | 113 +++++++------
22258 xslt/docbook/html/db2html-ebnf.xsl          |  11 +-
22259 xslt/docbook/html/db2html-footnote.xsl      |  31 ++--
22260 xslt/docbook/html/db2html-funcsynopsis.xsl  |   7 +-
22261 xslt/docbook/html/db2html-info.xsl          | 235 ++++++++++++++--------------
22262 xslt/docbook/html/db2html-inline.xsl        |  69 ++++----
22263 xslt/docbook/html/db2html-l10n.xsl          |  15 +-
22264 xslt/docbook/html/db2html-list.xsl          | 160 +++++++++----------
22265 xslt/docbook/html/db2html-media.xsl         |  23 +--
22266 xslt/docbook/html/db2html-qanda.xsl         |  19 +--
22267 xslt/docbook/html/db2html-refentry.xsl      |  19 +--
22268 xslt/docbook/html/db2html-table.xsl         |  23 +--
22269 xslt/docbook/html/db2html-title.xsl         |  15 +-
22270 xslt/docbook/html/db2html-xref.xsl          |  17 +-
22271 xslt/docbook/html/db2html.xsl               |   9 +-
22272 xslt/docbook/html/db2xhtml.xsl              |  74 +++++++++
22273 27 files changed, 624 insertions(+), 480 deletions(-)
22274
22275commit da92de710e7197c1a24b8e5e659ff6fa23de8d4a
22276Author: Shaun McCance <shaunm@src.gnome.org>
22277Date:   Wed Apr 25 16:25:56 2007 +0000
22278
22279    - Don't output an empty <ul class="linktrail"/>
22280
22281    * xslt/docbook/html/db2html-division.xsl:
22282    - Don't output an empty <ul class="linktrail"/>
22283
22284    svn path=/trunk/; revision=927
22285
22286 ChangeLog                              |  5 +++
22287 xslt/docbook/html/db2html-division.xsl | 76 +++++++++++++++++-----------------
22288 2 files changed, 44 insertions(+), 37 deletions(-)
22289
22290commit 8a9eaeb1e366c91dc9d72174870e1c4163b729ce
22291Author: Shaun McCance <shaunm@src.gnome.org>
22292Date:   Wed Apr 25 16:15:12 2007 +0000
22293
22294    - More work on lists
22295
22296    * test/testbook/testbook.xml:
22297    * xslt/docbook/html/db2html-block.xsl:
22298    * xslt/docbook/html/db2html-css.xsl:
22299    * xslt/docbook/html/db2html-list.xsl:
22300    - More work on lists
22301
22302    svn path=/trunk/; revision=926
22303
22304 ChangeLog                           |   8 ++
22305 test/testbook/testbook.xml          | 170 ++++++++++++++++++++++--
22306 xslt/docbook/html/db2html-block.xsl |   5 +
22307 xslt/docbook/html/db2html-css.xsl   | 249 +++++++++++++++---------------------
22308 xslt/docbook/html/db2html-list.xsl  |  81 ++++++------
22309 5 files changed, 311 insertions(+), 202 deletions(-)
22310
22311commit 97f9c5bea11b3cfff99582f54290cd740d21a52f
22312Author: Shaun McCance <shaunm@src.gnome.org>
22313Date:   Tue Apr 24 14:45:25 2007 +0000
22314
22315    - Respect db.chunk.basename
22316
22317    * xslt/docbook/common/db-chunk.xsl:
22318    * xslt/docbook/common/db-xref.xsl:
22319    - Respect db.chunk.basename
22320
22321    svn path=/trunk/; revision=925
22322
22323 ChangeLog                        | 6 ++++++
22324 xslt/docbook/common/db-chunk.xsl | 3 +++
22325 xslt/docbook/common/db-xref.xsl  | 3 +++
22326 3 files changed, 12 insertions(+)
22327
22328commit 906dc1599df1aa451dfc09ff7d0ce5e6ea05a96b
22329Author: Shaun McCance <shaunm@src.gnome.org>
22330Date:   Mon Apr 23 23:37:05 2007 +0000
22331
22332    - Added a variablelist example
22333
22334    * test/testbook/testbook.xml:
22335    - Added a variablelist example
22336
22337    * xslt/docbook/html/db2html-css.xsl:
22338    * xslt/docbook/html/db2html-info.xsl:
22339    * xslt/docbook/html/db2html-list.xsl:
22340    - Working on list styling
22341    - Making sure info pages have necessary classes
22342
22343    svn path=/trunk/; revision=924
22344
22345 ChangeLog                          | 11 ++++++
22346 test/testbook/testbook.xml         | 27 ++++++++++++++
22347 xslt/docbook/html/db2html-css.xsl  |  9 ++++-
22348 xslt/docbook/html/db2html-info.xsl | 58 ++++++++++++++++++-----------
22349 xslt/docbook/html/db2html-list.xsl | 75 +++++++++++++++++++-------------------
22350 5 files changed, 119 insertions(+), 61 deletions(-)
22351
22352commit 4627dd1e508b32445989217c5557738934c80134
22353Author: Shaun McCance <shaunm@src.gnome.org>
22354Date:   Mon Apr 23 17:48:29 2007 +0000
22355
22356    - A small table
22357
22358    * test/testbook/testbook.xml:
22359    - A small table
22360
22361    * xslt/docbook/html/db2html-autotoc.xsl:
22362    * xslt/docbook/html/db2html-css.xsl:
22363    * xslt/docbook/html/db2html-division.xsl:
22364    * xslt/docbook/html/db2html-info.xsl:
22365    - Make info pages use the same code as everything else
22366
22367    svn path=/trunk/; revision=923
22368
22369 ChangeLog                              |  11 ++
22370 test/testbook/testbook.xml             |  16 ++
22371 xslt/docbook/html/db2html-autotoc.xsl  |  46 +++++-
22372 xslt/docbook/html/db2html-css.xsl      |   4 +-
22373 xslt/docbook/html/db2html-division.xsl |  45 +++++-
22374 xslt/docbook/html/db2html-info.xsl     | 260 ++++++++++++++-------------------
22375 6 files changed, 216 insertions(+), 166 deletions(-)
22376
22377commit 70d53760f8001964e00adcdb5f001a188b61b6d9
22378Author: Olav Vitters <olav@bkor.dhs.org>
22379Date:   Sun Apr 22 21:51:40 2007 +0000
22380
22381    - Add common/theme.xsl to the tarball.
22382
22383    2007-04-22  Olav Vitters  <olav@bkor.dhs.org>
22384
22385    * configure.in:
22386    * xslt/Makefile.am:
22387    * xslt/common/Makefile.am:
22388    - Add common/theme.xsl to the tarball.
22389
22390    svn path=/trunk/; revision=922
22391
22392 ChangeLog               | 7 +++++++
22393 configure.in            | 1 +
22394 xslt/Makefile.am        | 2 +-
22395 xslt/common/Makefile.am | 6 ++++++
22396 4 files changed, 15 insertions(+), 1 deletion(-)
22397
22398commit ab99c8cac40d30f45aeb4bcabb62fd7715084dae
22399Author: Shaun McCance <shaunm@src.gnome.org>
22400Date:   Sun Apr 22 16:51:49 2007 +0000
22401
22402    - Make everything build without db2html-admon.xsl
22403
22404    * doc/xslt/C/gnome-doc-xslt.xml:
22405    * xslt/docbook/common/db-chunk.xsl:
22406    * xslt/docbook/html/Makefile.am:
22407    - Make everything build without db2html-admon.xsl
22408
22409    svn path=/trunk/; revision=921
22410
22411 ChangeLog                        | 7 +++++++
22412 doc/xslt/C/gnome-doc-xslt.xml    | 1 -
22413 xslt/docbook/common/db-chunk.xsl | 1 +
22414 xslt/docbook/html/Makefile.am    | 1 -
22415 4 files changed, 8 insertions(+), 2 deletions(-)
22416
22417commit 72d22b11cd41866d18a8d4f16ebb66e505fb4cf6
22418Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
22419Date:   Sat Apr 21 14:07:22 2007 +0000
22420
22421    Updated spanish translation.
22422
22423    svn path=/trunk/; revision=920
22424
22425 po/ChangeLog |  4 ++++
22426 po/es.po     | 63 +++++++++++++++++++++++++++++++-----------------------------
22427 2 files changed, 37 insertions(+), 30 deletions(-)
22428
22429commit 9a37b9c06cf1b2b07478f39f9a687c1fdb3b647f
22430Author: Shaun McCance <shaunm@src.gnome.org>
22431Date:   Fri Apr 20 20:51:11 2007 +0000
22432
22433    - Added informalfigure formalpara literallayout programlisting screen
22434
22435    * test/testbook/testbook.xml:
22436    - Added informalfigure formalpara literallayout programlisting screen
22437
22438    * xslt/docbook/html/db2html-autotoc.xsl:
22439    * xslt/docbook/html/db2html-block.xsl:
22440    * xslt/docbook/html/db2html-css.xsl:
22441    * xslt/docbook/html/db2html-division.xsl:
22442    * xslt/docbook/html/db2html-media.xsl:
22443    * xslt/docbook/html/db2html-table.xsl:
22444    * xslt/gettext/l10n.xml.in:
22445    - Some autotoc and figure work
22446
22447    svn path=/trunk/; revision=919
22448
22449 ChangeLog                              |  14 ++++
22450 test/testbook/testbook.xml             | 144 +++++++++++++++++++++++++++++++--
22451 xslt/docbook/html/db2html-autotoc.xsl  |  25 ++++--
22452 xslt/docbook/html/db2html-block.xsl    |   5 ++
22453 xslt/docbook/html/db2html-css.xsl      |  50 +++++++++---
22454 xslt/docbook/html/db2html-division.xsl |  20 ++---
22455 xslt/docbook/html/db2html-media.xsl    |   2 +-
22456 xslt/docbook/html/db2html-table.xsl    |   2 +
22457 xslt/gettext/l10n.xml.in               |   5 ++
22458 9 files changed, 231 insertions(+), 36 deletions(-)
22459
22460commit e9612afde90255d16cce887946a4472342d56826
22461Author: Shaun McCance <shaunm@src.gnome.org>
22462Date:   Fri Apr 20 15:06:02 2007 +0000
22463
22464    - Adding a simple test book
22465
22466    * test/testbook/Makefile:
22467    * test/testbook/testbook.xml:
22468    - Adding a simple test book
22469
22470    * xslt/common/theme.xsl:
22471    * xslt/docbook/common/db-chunk.xsl:
22472    * xslt/docbook/html/db2html-admon.xsl:
22473    * xslt/docbook/html/db2html-autotoc.xsl:
22474    * xslt/docbook/html/db2html-block.xsl:
22475    * xslt/docbook/html/db2html-css.xsl:
22476    * xslt/docbook/html/db2html-division.xsl:
22477    * xslt/docbook/html/db2html-media.xsl:
22478    * xslt/docbook/html/db2html-title.xsl:
22479    * xslt/docbook/html/db2html.xsl:
22480    - Changes to how blocks and titles work
22481    - Changes to CSS interfaces
22482    - Brand new theme.xsl module
22483    - Implemented a TOC sidebar
22484    - Various other things
22485
22486    svn path=/trunk/; revision=918
22487
22488 ChangeLog                              |  22 +
22489 test/testbook/Makefile                 |  13 +
22490 test/testbook/testbook.xml             | 303 ++++++++++++++
22491 xslt/common/theme.xsl                  | 258 ++++++++++++
22492 xslt/docbook/common/db-chunk.xsl       |  10 +
22493 xslt/docbook/html/db2html-admon.xsl    | 197 ---------
22494 xslt/docbook/html/db2html-autotoc.xsl  | 108 +++--
22495 xslt/docbook/html/db2html-block.xsl    | 320 +++++++++------
22496 xslt/docbook/html/db2html-css.xsl      | 312 +++++++++++++--
22497 xslt/docbook/html/db2html-division.xsl | 706 ++++++++++++++++++++++++---------
22498 xslt/docbook/html/db2html-media.xsl    |   7 +-
22499 xslt/docbook/html/db2html-title.xsl    | 350 +---------------
22500 xslt/docbook/html/db2html.xsl          |   3 +-
22501 13 files changed, 1687 insertions(+), 922 deletions(-)
22502
22503commit 4879aee77c51f76289e2624ce00f9a162f4866dd
22504Author: Peter Bach <pbach@src.gnome.org>
22505Date:   Fri Apr 13 00:13:46 2007 +0000
22506
22507    Updated Danish translation
22508
22509    svn path=/trunk/; revision=916
22510
22511 po/ChangeLog |   4 +
22512 po/da.po     | 571 ++++++++++++++++++++++++++++++++---------------------------
22513 2 files changed, 318 insertions(+), 257 deletions(-)
22514
22515commit 135a3fdf3f1574d0243ac9da5236ad1f2179d330
22516Author: Shaun McCance <shaunm@src.gnome.org>
22517Date:   Mon Apr 9 19:28:14 2007 +0000
22518
22519    - Version 0.10.3
22520
22521    * configure.in:
22522    * NEWS:
22523    - Version 0.10.3
22524
22525    svn path=/trunk/; revision=914
22526
22527 ChangeLog    | 6 ++++++
22528 NEWS         | 4 ++++
22529 configure.in | 2 +-
22530 3 files changed, 11 insertions(+), 1 deletion(-)
22531
22532commit 80013f671b96ce1aabb52f85663d3a2c1bf2acd2
22533Author: Shaun McCance <shaunm@src.gnome.org>
22534Date:   Mon Apr 9 18:04:19 2007 +0000
22535
22536    - Fix error on category code check with --disable-scrollkeeper (#427939)
22537
22538    * tools/gnome-doc-utils.make:
22539    - Fix error on category code check with --disable-scrollkeeper (#427939)
22540
22541    svn path=/trunk/; revision=913
22542
22543 ChangeLog                  |  5 +++++
22544 tools/gnome-doc-utils.make | 16 +++++++---------
22545 2 files changed, 12 insertions(+), 9 deletions(-)
22546
22547commit f67b59a20a3d89d32d9a88d00f3b5902e0ef6c89
22548Author: Shaun McCance <shaunm@src.gnome.org>
22549Date:   Mon Apr 9 17:05:25 2007 +0000
22550
22551    - Version 0.10.2
22552
22553    * configure.in:
22554    * NEWS:
22555    - Version 0.10.2
22556
22557    svn path=/trunk/; revision=911
22558
22559 ChangeLog    |  6 ++++++
22560 NEWS         | 13 +++++++++++++
22561 configure.in |  2 +-
22562 3 files changed, 20 insertions(+), 1 deletion(-)
22563
22564commit 15b12264f4a7907ba925b90672f8a76f932eff00
22565Author: Shaun McCance <shaunm@src.gnome.org>
22566Date:   Tue Apr 3 22:02:59 2007 +0000
22567
22568    - Use gawk -W compat whenever $(AWK) is gawk
22569
22570    * configure.in:
22571    * doc/gnome-doc-make/Makefile.am:
22572    * doc/xslt/Makefile.am:
22573    - Use gawk -W compat whenever $(AWK) is gawk
22574
22575    svn path=/trunk/; revision=910
22576
22577 ChangeLog                      |  7 +++++++
22578 configure.in                   | 12 ++++++++++++
22579 doc/gnome-doc-make/Makefile.am |  2 +-
22580 doc/xslt/Makefile.am           |  4 ++--
22581 4 files changed, 22 insertions(+), 3 deletions(-)
22582
22583commit a4cb5f61106c72bdfaf2a072e0ce9ad73c1764d7
22584Author: Shaun McCance <shaunm@src.gnome.org>
22585Date:   Tue Mar 27 20:35:08 2007 +0000
22586
22587    - Some awks don't understand [[:alpha:]]
22588
22589    * rng/rnc2rng.awk:
22590    - Some awks don't understand [[:alpha:]]
22591
22592    svn path=/trunk/; revision=909
22593
22594 sandbox/mallard/ChangeLog       |  5 +++++
22595 sandbox/mallard/rng/rnc2rng.awk | 14 +++++++-------
22596 2 files changed, 12 insertions(+), 7 deletions(-)
22597
22598commit ecae9f7d5226a941d946b9ce41567c0fe201a1f0
22599Author: Shaun McCance <shaunm@src.gnome.org>
22600Date:   Tue Mar 27 18:22:57 2007 +0000
22601
22602    - Handle xsd: data types and list constructions
22603
22604    * rng/rnc2rng.awk:
22605    - Handle xsd: data types and list constructions
22606
22607    svn path=/trunk/; revision=908
22608
22609 sandbox/mallard/ChangeLog       |  5 +++++
22610 sandbox/mallard/rng/rnc2rng.awk | 33 ++++++++++++++++++++++++++++++++-
22611 2 files changed, 37 insertions(+), 1 deletion(-)
22612
22613commit f2f83d3add7382031b951dcc4b7a978d743ba6f1
22614Author: Ignacio Casal Quinteiro <icq@src.gnome.org>
22615Date:   Sun Mar 25 20:45:48 2007 +0000
22616
22617    Updated Galician translation.
22618
22619    svn path=/trunk/; revision=907
22620
22621 po/ChangeLog |   4 +
22622 po/gl.po     | 260 ++++++++++++++++++++++++++++++++++-------------------------
22623 2 files changed, 155 insertions(+), 109 deletions(-)
22624
22625commit ede0f2ae25aa4b08fb6c87efb9177e7b62bc2fe6
22626Author: Laurent Dhima <laurenti@src.gnome.org>
22627Date:   Tue Mar 20 16:19:06 2007 +0000
22628
22629    Updated Albanian translation.
22630
22631    svn path=/trunk/; revision=905
22632
22633 po/ChangeLog |   4 ++
22634 po/sq.po     | 212 ++++++++++++++++++++++++++++++++---------------------------
22635 2 files changed, 118 insertions(+), 98 deletions(-)
22636
22637commit c3e1f2c7509baf7d816cf7cc4d0ad542352f4c91
22638Author: Shaun McCance <shaunm@src.gnome.org>
22639Date:   Mon Mar 19 16:37:56 2007 +0000
22640
22641    - Don't call scrollkeeper when it's not installed, #410715
22642
22643    * tools/gnome-doc-utils.make:
22644    - Don't call scrollkeeper when it's not installed, #410715
22645
22646    svn path=/trunk/; revision=904
22647
22648 ChangeLog                  | 5 +++++
22649 tools/gnome-doc-utils.make | 2 ++
22650 2 files changed, 7 insertions(+)
22651
22652commit eb79cd00187a1001e0a1eb2ca40c686773fad7c8
22653Author: Loïc Minier <lminier@svn.gnome.org>
22654Date:   Fri Mar 16 11:04:26 2007 +0000
22655
22656    Display xsltproc invocation, honor its exit status, and pull the source
22657
22658    2007-03-16  Loïc Minier  <lminier@svn.gnome.org>
22659
22660            * Makefile.am:
22661            Display xsltproc invocation, honor its exit status, and pull the
22662            source from srcdir; this might expose some bugs; bug #169324.
22663
22664    svn path=/trunk/; revision=903
22665
22666 xml2po/ChangeLog   | 6 ++++++
22667 xml2po/Makefile.am | 2 +-
22668 2 files changed, 7 insertions(+), 1 deletion(-)
22669
22670commit 1b38bb5f78c2496cb194305912ef75fdeb4e56c1
22671Author: Shaun McCance <shaunm@src.gnome.org>
22672Date:   Thu Mar 15 19:52:22 2007 +0000
22673
22674    - Removing guide and topic in favor of page
22675
22676    * spec/10minutes.xml:
22677    * spec/explore.xml:
22678    * spec/mal_TODO.xml:
22679    * spec/mal_app.xml:
22680    * spec/mal_attr.xml:
22681    * spec/mal_block.xml:
22682    * spec/mal_caption.xml:
22683    * spec/mal_cite.xml:
22684    * spec/mal_cmd.xml:
22685    * spec/mal_code.xml:
22686    * spec/mal_comment.xml:
22687    * spec/mal_copyright.xml:
22688    * spec/mal_credit.xml:
22689    * spec/mal_date.xml:
22690    * spec/mal_em.xml:
22691    * spec/mal_email.xml:
22692    * spec/mal_figure.xml:
22693    * spec/mal_file.xml:
22694    * spec/mal_gui.xml:
22695    * spec/mal_guide.xml:
22696    * spec/mal_info.xml:
22697    * spec/mal_inline.xml:
22698    * spec/mal_input.xml:
22699    * spec/mal_item.xml:
22700    * spec/mal_key.xml:
22701    * spec/mal_license.xml:
22702    * spec/mal_link.xml:
22703    * spec/mal_list.xml:
22704    * spec/mal_list_bullet.xml:
22705    * spec/mal_list_definition.xml:
22706    * spec/mal_list_numbered.xml:
22707    * spec/mal_list_tree.xml:
22708    * spec/mal_media.xml:
22709    * spec/mal_name.xml:
22710    * spec/mal_note.xml:
22711    * spec/mal_output.xml:
22712    * spec/mal_p.xml:
22713    * spec/mal_quote.xml:
22714    * spec/mal_screen.xml:
22715    * spec/mal_section.xml:
22716    * spec/mal_subtitle.xml:
22717    * spec/mal_synopsis.xml:
22718    * spec/mal_sys.xml:
22719    * spec/mal_table.xml:
22720    * spec/mal_title.xml:
22721    * spec/mal_topic.xml:
22722    * spec/mal_var.xml:
22723    * spec/mal_version.xml:
22724    * spec/mallard.xml:
22725    * spec/principle-guide.xml:
22726    * spec/principle-justenough.xml:
22727    * spec/principle-redundancy.xml:
22728    * spec/principles.xml:
22729    * spec/spec.xml:
22730    * spec/spec_info.xml:
22731    * spec/spec_pages.xml:
22732    * xslt/mal2cache.xsl:
22733    * xslt/mal2html-page.xsl:
22734    * xslt/mal2html.xsl:
22735    - Removing guide and topic in favor of page
22736
22737    svn path=/trunk/; revision=902
22738
22739 sandbox/mallard/ChangeLog                     |  63 ++++++++++++++++
22740 sandbox/mallard/spec/10minutes.xml            |   4 +-
22741 sandbox/mallard/spec/explore.xml              |   4 +-
22742 sandbox/mallard/spec/mal_TODO.xml             |   6 +-
22743 sandbox/mallard/spec/mal_app.xml              |   4 +-
22744 sandbox/mallard/spec/mal_attr.xml             |   4 +-
22745 sandbox/mallard/spec/mal_block.xml            |   7 +-
22746 sandbox/mallard/spec/mal_caption.xml          |   4 +-
22747 sandbox/mallard/spec/mal_cite.xml             |   4 +-
22748 sandbox/mallard/spec/mal_cmd.xml              |   4 +-
22749 sandbox/mallard/spec/mal_code.xml             |   4 +-
22750 sandbox/mallard/spec/mal_comment.xml          |   4 +-
22751 sandbox/mallard/spec/mal_copyright.xml        |   4 +-
22752 sandbox/mallard/spec/mal_credit.xml           |   4 +-
22753 sandbox/mallard/spec/mal_date.xml             |   4 +-
22754 sandbox/mallard/spec/mal_em.xml               |   4 +-
22755 sandbox/mallard/spec/mal_email.xml            |  20 -----
22756 sandbox/mallard/spec/mal_figure.xml           |   4 +-
22757 sandbox/mallard/spec/mal_file.xml             |   4 +-
22758 sandbox/mallard/spec/mal_gui.xml              |   6 +-
22759 sandbox/mallard/spec/mal_guide.xml            |  23 ------
22760 sandbox/mallard/spec/mal_info.xml             |   4 +-
22761 sandbox/mallard/spec/mal_inline.xml           |   7 +-
22762 sandbox/mallard/spec/mal_input.xml            |   4 +-
22763 sandbox/mallard/spec/mal_item.xml             |   4 +-
22764 sandbox/mallard/spec/mal_key.xml              |   4 +-
22765 sandbox/mallard/spec/mal_license.xml          |   4 +-
22766 sandbox/mallard/spec/mal_link.xml             |   4 +-
22767 sandbox/mallard/spec/mal_list.xml             |   7 +-
22768 sandbox/mallard/spec/mal_list_bullet.xml      |   4 +-
22769 sandbox/mallard/spec/mal_list_definition.xml  |   4 +-
22770 sandbox/mallard/spec/mal_list_numbered.xml    |   4 +-
22771 sandbox/mallard/spec/mal_list_tree.xml        |   4 +-
22772 sandbox/mallard/spec/mal_media.xml            |   4 +-
22773 sandbox/mallard/spec/mal_name.xml             |  20 -----
22774 sandbox/mallard/spec/mal_note.xml             |   4 +-
22775 sandbox/mallard/spec/mal_output.xml           |   4 +-
22776 sandbox/mallard/spec/mal_p.xml                |   4 +-
22777 sandbox/mallard/spec/mal_quote.xml            |   4 +-
22778 sandbox/mallard/spec/mal_screen.xml           |   4 +-
22779 sandbox/mallard/spec/mal_section.xml          |   4 +-
22780 sandbox/mallard/spec/mal_subtitle.xml         |   4 +-
22781 sandbox/mallard/spec/mal_synopsis.xml         |   4 +-
22782 sandbox/mallard/spec/mal_sys.xml              |   6 +-
22783 sandbox/mallard/spec/mal_table.xml            |   6 +-
22784 sandbox/mallard/spec/mal_title.xml            |   4 +-
22785 sandbox/mallard/spec/mal_topic.xml            |  31 --------
22786 sandbox/mallard/spec/mal_var.xml              |   4 +-
22787 sandbox/mallard/spec/mal_version.xml          |   6 +-
22788 sandbox/mallard/spec/mallard.xml              |   7 +-
22789 sandbox/mallard/spec/principle-guide.xml      |   4 +-
22790 sandbox/mallard/spec/principle-justenough.xml |   4 +-
22791 sandbox/mallard/spec/principle-redundancy.xml |   4 +-
22792 sandbox/mallard/spec/principles.xml           |   7 +-
22793 sandbox/mallard/spec/spec.xml                 |   7 +-
22794 sandbox/mallard/spec/spec_info.xml            |   7 +-
22795 sandbox/mallard/spec/spec_pages.xml           |   7 +-
22796 sandbox/mallard/xslt/mal2cache.xsl            |  28 ++-----
22797 sandbox/mallard/xslt/mal2html-page.xsl        | 104 ++++++++------------------
22798 sandbox/mallard/xslt/mal2html.xsl             |   4 +-
22799 60 files changed, 227 insertions(+), 308 deletions(-)
22800
22801commit c1808a69bb33de53a55b59be4cbe7d8bb6e8da65
22802Author: Shaun McCance <shaunm@src.gnome.org>
22803Date:   Wed Mar 14 22:21:53 2007 +0000
22804
22805    - Updated guide and seealso links
22806
22807    * xslt/mal2html-page.xsl:
22808    - Updated guide and seealso links
22809
22810    * xslt/mal2html-block.xsl:
22811    * xslt/mal2html-css.xsl:
22812    * xslt/theme.xml:
22813    - Some color and style adjustments
22814
22815    * spec/mal_app.xml:
22816    * spec/mal_cmd.xml:
22817    * spec/mal_code.xml:
22818    * spec/mal_em.xml:
22819    * spec/mal_file.xml:
22820    * spec/mal_gui.xml:
22821    * spec/mal_input.xml:
22822    * spec/mal_key.xml:
22823    * spec/mal_link.xml:
22824    * spec/mal_output.xml:
22825    * spec/mal_quote.xml:
22826    * spec/mal_sys.xml:
22827    * spec/mal_var.xml:
22828    - Ubiquitous linking
22829
22830    * spec/mallard.xml:
22831    * spec/mal_p.xml:
22832    * spec/mal_table.xml:
22833    - Minor corrections
22834
22835    svn path=/trunk/; revision=901
22836
22837 sandbox/mallard/ChangeLog               |  30 +++
22838 sandbox/mallard/spec/mal_app.xml        |   2 +
22839 sandbox/mallard/spec/mal_cmd.xml        |   2 +
22840 sandbox/mallard/spec/mal_code.xml       |   4 +-
22841 sandbox/mallard/spec/mal_em.xml         |   2 +
22842 sandbox/mallard/spec/mal_file.xml       |   2 +
22843 sandbox/mallard/spec/mal_gui.xml        |   2 +
22844 sandbox/mallard/spec/mal_input.xml      |   1 +
22845 sandbox/mallard/spec/mal_key.xml        |   1 +
22846 sandbox/mallard/spec/mal_link.xml       |  24 +++
22847 sandbox/mallard/spec/mal_output.xml     |   1 +
22848 sandbox/mallard/spec/mal_p.xml          |   6 +-
22849 sandbox/mallard/spec/mal_quote.xml      |   1 +
22850 sandbox/mallard/spec/mal_sys.xml        |   1 +
22851 sandbox/mallard/spec/mal_table.xml      |   2 +-
22852 sandbox/mallard/spec/mal_var.xml        |   1 +
22853 sandbox/mallard/spec/mallard.xml        |   1 +
22854 sandbox/mallard/xslt/mal2html-block.xsl |  42 ++--
22855 sandbox/mallard/xslt/mal2html-css.xsl   |  16 +-
22856 sandbox/mallard/xslt/mal2html-page.xsl  | 358 ++++++++++++++++++++++++++------
22857 sandbox/mallard/xslt/theme.xml          |  28 +--
22858 21 files changed, 411 insertions(+), 116 deletions(-)
22859
22860commit 8e8226f100da96a879efbfd5c49d78f86276a0ba
22861Author: Shaun McCance <shaunm@src.gnome.org>
22862Date:   Mon Mar 12 20:56:04 2007 +0000
22863
22864    - Version 0.10.1
22865
22866    * configure.in:
22867    * NEWS:
22868    - Version 0.10.1
22869
22870    svn path=/trunk/; revision=899
22871
22872 ChangeLog    | 6 ++++++
22873 NEWS         | 4 ++++
22874 configure.in | 2 +-
22875 3 files changed, 11 insertions(+), 1 deletion(-)
22876
22877commit 2050ff9892a0ca47fe4fd9ce5e05b1c26850377b
22878Author: Shaun McCance <shaunm@src.gnome.org>
22879Date:   Mon Mar 12 20:53:58 2007 +0000
22880
22881    - Fix bootstrapping issue, #416933 (Elijah Newren)
22882
22883    * autogen.sh:
22884    - Fix bootstrapping issue, #416933 (Elijah Newren)
22885
22886    svn path=/trunk/; revision=898
22887
22888 ChangeLog  | 5 +++++
22889 autogen.sh | 2 +-
22890 2 files changed, 6 insertions(+), 1 deletion(-)
22891
22892commit 89d3d30c04f45fdb4323c214d783761e0b7d6051
22893Author: Shaun McCance <shaunm@src.gnome.org>
22894Date:   Mon Mar 12 16:49:13 2007 +0000
22895
22896    - Version 0.10.0
22897
22898    * configure.in:
22899    * NEWS:
22900    - Version 0.10.0
22901
22902    svn path=/trunk/; revision=896
22903
22904 ChangeLog    |  6 ++++++
22905 Makefile.am  |  1 -
22906 NEWS         | 16 ++++++++++++++++
22907 configure.in |  2 +-
22908 4 files changed, 23 insertions(+), 2 deletions(-)
22909
22910commit 72e2611feef72ba92d73d44ca4309d5f0f45f264
22911Author: Amanpreet Singh Alam <aman@src.gnome.org>
22912Date:   Mon Mar 12 02:30:49 2007 +0000
22913
22914    Adding Punjabi by alam
22915
22916    svn path=/trunk/; revision=895
22917
22918 po/pa.po | 164 +++++++++++++++++++++++++++++++--------------------------------
22919 1 file changed, 81 insertions(+), 83 deletions(-)
22920
22921commit fa56505cb5a83c67776c8250ca5d271e867c53be
22922Author: Leonardo Ferreira Fontenelle <leonardof@svn.gnome.org>
22923Date:   Thu Mar 8 21:12:21 2007 +0000
22924
22925    Fixed Brazilian Portuguese translation. Closes bug #416174. Thanks to
22926
22927    2007-03-08  Leonardo Ferreira Fontenelle  <leonardof@svn.gnome.org>
22928
22929            * pt_BR.po: Fixed Brazilian Portuguese translation. Closes
22930            bug #416174. Thanks to Shaun McCance by noticing it!
22931
22932    svn path=/trunk/; revision=894
22933
22934 po/ChangeLog |   5 ++
22935 po/pt_BR.po  | 276 ++++++++++++++++++++++++++++++++++++++++++++++++-----------
22936 2 files changed, 229 insertions(+), 52 deletions(-)
22937
22938commit d0a2fe589c3a3277c2ce91ec94e2f82f17e7e3cd
22939Author: Shaun McCance <shaunm@src.gnome.org>
22940Date:   Fri Mar 2 16:27:05 2007 +0000
22941
22942    - Adding stubs for design principles and explantory content
22943
22944    * spec/10minutes.xml:
22945    * spec/explore.xml:
22946    * spec/principle-guide.xml:
22947    * spec/principle-justenough.xml:
22948    * spec/principle-redundancy.xml:
22949    * spec/principles.xml:
22950    - Adding stubs for design principles and explantory content
22951
22952    * spec/*.xml:
22953    - Adding version information and stub content to all pages
22954
22955    * spec/mallard.xml:
22956    * spec/spec.xml:
22957    * spec/spec_info.xml:
22958    * spec/spec_pages.xml:
22959    - Adding some guide pages
22960
22961    * spec/figures/mallard.png:
22962    - Adding Drake
22963
22964    * spec/TODO:
22965    - Adding 'Best Practices' to section list
22966
22967    * xslt/mal2html.xsl:
22968    * xslt/mal2html-page.xsl:
22969    - Better page handling, page and guide links added
22970
22971    * xslt/theme.xml:
22972    * xslt/theme.xsl:
22973    - New module for themeable colors and icons
22974
22975    * xslt/mal2cache.xsl:
22976    - Ensure info elements are always created
22977
22978    * xslt/mal-link.xsl:
22979    - Ensure link content is correct for sections
22980
22981    * xslt/mal2html-table.xsl:
22982    - Partial table support
22983
22984    * xslt/mal2html-css.xsl:
22985    - Moved page CSS to mal2html-page.xsl
22986
22987    * xslt/mal2html-block.xsl:
22988    - Using new themeable colors
22989
22990    * xslt/mal2html-list.xsl:
22991    - Partial support for tree lists
22992
22993    * html/Makefile:
22994    - Make targets depend on the XSLT
22995
22996    svn path=/trunk/; revision=893
22997
22998 sandbox/mallard/ChangeLog                     |  54 +++
22999 sandbox/mallard/html/Makefile                 |   6 +-
23000 sandbox/mallard/spec/10minutes.xml            |  15 +
23001 sandbox/mallard/spec/TODO                     |   1 +
23002 sandbox/mallard/spec/explore.xml              |  15 +
23003 sandbox/mallard/spec/figures/mallard.png      | Bin 0 -> 725 bytes
23004 sandbox/mallard/spec/mal_block.xml            |   2 +
23005 sandbox/mallard/spec/mal_caption.xml          |   4 +-
23006 sandbox/mallard/spec/mal_cite.xml             |   4 +-
23007 sandbox/mallard/spec/mal_cmd.xml              |  11 +-
23008 sandbox/mallard/spec/mal_code.xml             |   9 +-
23009 sandbox/mallard/spec/mal_comment.xml          |   1 +
23010 sandbox/mallard/spec/mal_copyright.xml        |  13 +-
23011 sandbox/mallard/spec/mal_credit.xml           |   8 +-
23012 sandbox/mallard/spec/mal_em.xml               |   1 +
23013 sandbox/mallard/spec/mal_figure.xml           |   1 +
23014 sandbox/mallard/spec/mal_file.xml             |   1 +
23015 sandbox/mallard/spec/mal_gui.xml              |   3 +-
23016 sandbox/mallard/spec/mal_guide.xml            |   2 +
23017 sandbox/mallard/spec/mal_inline.xml           |  18 +-
23018 sandbox/mallard/spec/mal_input.xml            |  10 +-
23019 sandbox/mallard/spec/mal_key.xml              |  10 +-
23020 sandbox/mallard/spec/mal_license.xml          |  10 +-
23021 sandbox/mallard/spec/mal_link.xml             |  10 +-
23022 sandbox/mallard/spec/mal_list.xml             |   1 +
23023 sandbox/mallard/spec/mal_list_bullet.xml      |   1 +
23024 sandbox/mallard/spec/mal_list_definition.xml  |   1 +
23025 sandbox/mallard/spec/mal_list_numbered.xml    |   1 +
23026 sandbox/mallard/spec/mal_list_tree.xml        |   1 +
23027 sandbox/mallard/spec/mal_media.xml            |  11 +-
23028 sandbox/mallard/spec/mal_note.xml             |  10 +-
23029 sandbox/mallard/spec/mal_output.xml           |  10 +-
23030 sandbox/mallard/spec/mal_p.xml                |   1 +
23031 sandbox/mallard/spec/mal_quote.xml            |  18 +-
23032 sandbox/mallard/spec/mal_screen.xml           |   3 +-
23033 sandbox/mallard/spec/mal_section.xml          |  10 +-
23034 sandbox/mallard/spec/mal_synopsis.xml         |   1 +
23035 sandbox/mallard/spec/mal_sys.xml              |  10 +-
23036 sandbox/mallard/spec/mal_topic.xml            |   2 +
23037 sandbox/mallard/spec/mal_var.xml              |  10 +-
23038 sandbox/mallard/spec/mal_version.xml          |  20 +
23039 sandbox/mallard/spec/mallard.xml              |  18 +
23040 sandbox/mallard/spec/principle-guide.xml      |  11 +
23041 sandbox/mallard/spec/principle-justenough.xml |  12 +
23042 sandbox/mallard/spec/principle-redundancy.xml |  11 +
23043 sandbox/mallard/spec/principles.xml           |  43 ++
23044 sandbox/mallard/spec/spec.xml                 |  14 +
23045 sandbox/mallard/spec/spec_info.xml            |  10 +
23046 sandbox/mallard/spec/spec_pages.xml           |  15 +
23047 sandbox/mallard/xslt/mal-link.xsl             |  18 +-
23048 sandbox/mallard/xslt/mal2cache.xsl            |  53 ++-
23049 sandbox/mallard/xslt/mal2html-block.xsl       | 108 +++--
23050 sandbox/mallard/xslt/mal2html-css.xsl         |  18 +-
23051 sandbox/mallard/xslt/mal2html-list.xsl        |  90 ++++
23052 sandbox/mallard/xslt/mal2html-page.xsl        | 597 ++++++++++++++++++++++++++
23053 sandbox/mallard/xslt/mal2html-table.xsl       | 407 ++++++++++++++++++
23054 sandbox/mallard/xslt/mal2html.xsl             |  73 +---
23055 sandbox/mallard/xslt/theme.xml                |  49 +++
23056 sandbox/mallard/xslt/theme.xsl                |  78 ++++
23057 59 files changed, 1785 insertions(+), 160 deletions(-)
23058
23059commit d91d0dc0749db748e8968f3e12d59bb1be724ad1
23060Author: Danilo Šegan <danilo@src.gnome.org>
23061Date:   Fri Mar 2 09:41:10 2007 +0000
23062
23063    Fix bug #413602: overwriting of file keyword.
23064
23065    svn path=/trunk/; revision=892
23066
23067 xml2po/ChangeLog | 6 ++++++
23068 xml2po/xml2po.py | 4 ++--
23069 2 files changed, 8 insertions(+), 2 deletions(-)
23070
23071commit 82869fda04d61d24221f00a13e598ed9c7e02571
23072Author: Gintautas Miliauskas <gintas@akl.lt>
23073Date:   Tue Feb 27 14:42:00 2007 +0000
23074
23075    Updated Lithuanian translation.
23076
23077    2007-02-27  Gintautas Miliauskas  <gintas@akl.lt>
23078
23079            * lt.po: Updated Lithuanian translation.
23080
23081
23082    svn path=/trunk/; revision=891
23083
23084 po/ChangeLog | 4 ++++
23085 po/lt.po     | 2 +-
23086 2 files changed, 5 insertions(+), 1 deletion(-)
23087
23088commit b8044afea7124893cc8882c0f23fc45d790a09b3
23089Author: Maxim Dziumanenko <dziumanenko@gmail.com>
23090Date:   Wed Feb 21 10:14:08 2007 +0000
23091
23092    Update Ukrainian translation.
23093
23094    2007-02-21 Maxim Dziumanenko <dziumanenko@gmail.com>
23095
23096
23097            * Update Ukrainian translation.
23098
23099
23100    svn path=/trunk/; revision=890
23101
23102 po/ChangeLog |  4 ++++
23103 po/uk.po     | 28 ++++++++++++++--------------
23104 2 files changed, 18 insertions(+), 14 deletions(-)
23105
23106commit c55f1ce45b39494a39459ee61d3206c03f45afca
23107Author: Artur Flinta <aflinta@cvs.gnome.org>
23108Date:   Tue Feb 20 20:49:53 2007 +0000
23109
23110    Updated Polish translation by GNOME PL Team.
23111
23112    2007-02-20  Artur Flinta  <aflinta@cvs.gnome.org>
23113
23114            * pl.po: Updated Polish translation by GNOME PL Team.
23115
23116
23117    svn path=/trunk/; revision=889
23118
23119 po/ChangeLog | 4 ++++
23120 po/pl.po     | 9 +++++++--
23121 2 files changed, 11 insertions(+), 2 deletions(-)
23122
23123commit 21743457f4196ac83af7380d8d22bc94c901273b
23124Author: Artur Flinta <aflinta@cvs.gnome.org>
23125Date:   Tue Feb 20 20:26:53 2007 +0000
23126
23127    added pl to LINGUAS
23128
23129    2007-02-20  Artur Flinta  <aflinta@cvs.gnome.org>
23130
23131            * added pl to LINGUAS
23132
23133    svn path=/trunk/; revision=888
23134
23135 po/LINGUAS | 1 +
23136 1 file changed, 1 insertion(+)
23137
23138commit 00d86f426f19c7201f09e76815e72f72403d0118
23139Author: Artur Flinta <aflinta@cvs.gnome.org>
23140Date:   Tue Feb 20 20:25:34 2007 +0000
23141
23142    Updated Polish translation by GNOME PL Team.
23143
23144    2007-02-20  Artur Flinta  <aflinta@cvs.gnome.org>
23145
23146            * pl.po: Updated Polish translation by GNOME PL Team.
23147
23148
23149    svn path=/trunk/; revision=887
23150
23151 po/ChangeLog |    4 +
23152 po/pl.po     | 1904 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
23153 2 files changed, 1908 insertions(+)
23154
23155commit 44fcb02698411e7730ccd3ebdb2f5dcc2a335b09
23156Author: Shaun McCance <shaunm@src.gnome.org>
23157Date:   Mon Feb 19 22:17:10 2007 +0000
23158
23159    - Started getting guide links from the cache
23160
23161    * xslt/mal2html.xsl:
23162    - Started getting guide links from the cache
23163
23164    * spec/mal_code.xml:
23165    - The id is mal_code, not mal_block_code
23166
23167    svn path=/trunk/; revision=886
23168
23169 sandbox/mallard/ChangeLog         |  8 ++++++++
23170 sandbox/mallard/spec/mal_code.xml |  2 +-
23171 sandbox/mallard/xslt/mal2html.xsl | 41 ++++++++++++++++++++++++---------------
23172 3 files changed, 34 insertions(+), 17 deletions(-)
23173
23174commit a45bc0f73dd5643487d48953883fdb4d78a2f2f0
23175Author: Shaun McCance <shaunm@src.gnome.org>
23176Date:   Mon Feb 19 20:29:20 2007 +0000
23177
23178    - Make ACLOCAL_FLAGS work when srcdir != builddir [#409292] - Don't copy
23179
23180    * autogen.sh:
23181    - Make ACLOCAL_FLAGS work when srcdir != builddir [#409292]
23182    - Don't copy gnome-doc-utils.m4, since we don't need to
23183
23184    svn path=/trunk/; revision=885
23185
23186 ChangeLog  | 6 ++++++
23187 autogen.sh | 8 +++-----
23188 2 files changed, 9 insertions(+), 5 deletions(-)
23189
23190commit d2500da730cd20968b48124fde90d7eb0ba63950
23191Author: Shaun McCance <shaunm@src.gnome.org>
23192Date:   Mon Feb 19 20:16:00 2007 +0000
23193
23194    - Use abs_srcdir to remove some relative path stupidity [#409341]
23195
23196    * tools/gnome-doc-utils.make:
23197    - Use abs_srcdir to remove some relative path stupidity [#409341]
23198
23199    svn path=/trunk/; revision=884
23200
23201 ChangeLog                  |  5 +++++
23202 tools/gnome-doc-utils.make | 13 +++++--------
23203 2 files changed, 10 insertions(+), 8 deletions(-)
23204
23205commit f99737c797c6d5c3b59983555a7ff0d7f42e25d7
23206Author: Shaun McCance <shaunm@src.gnome.org>
23207Date:   Mon Feb 19 17:54:09 2007 +0000
23208
23209    - Fixed type in error message
23210
23211    * xslt/docbook/omf/db2omf.xsl:
23212    - Fixed type in error message
23213
23214    * tools/gnome-doc-utils.make:\
23215    - Don't unilaterally stick `pwd` onto $(_DOC_OMF_IN) [#169324]
23216
23217    * tools/gnome-doc-tool.in:
23218    - Removed an echo I'd left in from testing
23219
23220    svn path=/trunk/; revision=883
23221
23222 ChangeLog                   | 11 +++++++++++
23223 tools/gnome-doc-tool.in     |  1 -
23224 tools/gnome-doc-utils.make  |  4 ++--
23225 xslt/docbook/omf/db2omf.xsl |  2 +-
23226 4 files changed, 14 insertions(+), 4 deletions(-)
23227
23228commit 57506f220f2604f0db979f8976b5aeeb195b9f00
23229Author: Shaun McCance <shaunm@src.gnome.org>
23230Date:   Mon Feb 19 17:52:12 2007 +0000
23231
23232    - Changed RNG for tree lists
23233
23234    * spec/mal_list_tree.xml:
23235    - Changed RNG for tree lists
23236
23237    * spec/mal_table.xml:
23238    * spec/mal_caption.xml:
23239    - Added tons of table stuff, tons more to go
23240
23241    * spec/TODO:
23242    - More outline sketches about the structure of spec pages
23243
23244    * spec/mal_app.xml:
23245    - Fixed typo
23246
23247    * html/Makefile:
23248    * xslt/mal2cache.xsl:
23249    - Got a basically functional cache
23250
23251    * xslt/mal2html.xsl:
23252    - Reworked top-level templates a bit
23253
23254    * xslt/mal2html-block.xsl:
23255    - Style tweaks
23256    - Use a first-child class on blocks, to avoid CSS :first-child
23257
23258    * xslt/mal2html-css.xsl:
23259    - More style tweaks, include table and list CSS
23260
23261    svn path=/trunk/; revision=882
23262
23263 sandbox/mallard/ChangeLog               |  29 ++
23264 sandbox/mallard/html/Makefile           |  18 +-
23265 sandbox/mallard/spec/TODO               |  27 +-
23266 sandbox/mallard/spec/mal_app.xml        |   2 +-
23267 sandbox/mallard/spec/mal_caption.xml    |   5 +
23268 sandbox/mallard/spec/mal_list_tree.xml  |  14 +-
23269 sandbox/mallard/spec/mal_table.xml      | 779 +++++++++++++++++++++++++++++++-
23270 sandbox/mallard/xslt/mal2cache.xsl      |  69 ++-
23271 sandbox/mallard/xslt/mal2html-block.xsl |  52 ++-
23272 sandbox/mallard/xslt/mal2html-css.xsl   |  19 +-
23273 sandbox/mallard/xslt/mal2html.xsl       |  49 +-
23274 11 files changed, 994 insertions(+), 69 deletions(-)
23275
23276commit 7f702e4ae048346953641aaebb556630e5ea9f06
23277Author: Shaun McCance <shaunm@src.gnome.org>
23278Date:   Fri Feb 9 16:52:25 2007 +0000
23279
23280    html/Makefile - Copy figures over
23281
23282    * html/Makefile
23283    - Copy figures over
23284
23285    * html/mallard-icon-code.png:
23286    - Added block code watermark from the BeanStalk mockups
23287
23288    * rng/Makefile:
23289    - Don't leave an empty mallard.rng around when it can't be built
23290
23291    * spec/mal_list.xml:
23292    * spec/mal_list_bullet.xml:
23293    * spec/mal_list_definition.xml:
23294    * spec/mal_list_numbered.xml:
23295    * spec/mal_list_tree.xml:
23296    - Starting to hash out the list types
23297
23298    * spec/TODO:
23299    * spec/legal.xml:
23300    * spec/mal_app.xml:
23301    * spec/mal_block.xml:
23302    * spec/mal_caption.xml:
23303    * spec/mal_cite.xml:
23304    * spec/mal_cmd.xml:
23305    * spec/mal_comment.xml:
23306    * spec/mal_credit.xml:
23307    * spec/mal_gui.xml:
23308    * spec/mal_info.xml:
23309    * spec/mal_inline.xml:
23310    * spec/mal_license.xml:
23311    * spec/mal_synopsis.xml:
23312    * spec/mal_topic.xml:
23313    - Added content
23314
23315    * spec/Makefile:
23316    - Exclude legal from the pages to check
23317    - Added status-report target
23318
23319    * xslt/mal2html-inline.xsl:
23320    - Some styling work
23321
23322    * xslt/mal2html-media.xsl:
23323    - Partial support for block images
23324
23325    * xslt/util.xsl:
23326    - Utility template to strip leading/trailing newlines
23327
23328    * xslt/mal2html.xsl:
23329    - Include mal2html-media.xsl and util.xsl
23330
23331    * xslt/mal-link.xsl:
23332    - Put in FIXME text for non-yet-complete automatic link content
23333
23334    * xslt/mal2html-block.xsl:
23335    - Some styling work
23336    - Added figure and caption support
23337    - Made the code template use util.strip_newlines
23338    - Implemented new attribute form of of caption
23339
23340    svn path=/trunk/; revision=881
23341
23342 sandbox/mallard/ChangeLog                    |  60 ++++++++++
23343 sandbox/mallard/html/Makefile                |   6 +-
23344 sandbox/mallard/html/mallard-icon-code.png   | Bin 0 -> 19526 bytes
23345 sandbox/mallard/rng/Makefile                 |   3 +-
23346 sandbox/mallard/spec/Makefile                |  47 +++++++-
23347 sandbox/mallard/spec/TODO                    |  16 ++-
23348 sandbox/mallard/spec/legal.xml               |   8 ++
23349 sandbox/mallard/spec/mal_app.xml             |  37 +++++-
23350 sandbox/mallard/spec/mal_block.xml           |   2 +-
23351 sandbox/mallard/spec/mal_caption.xml         |  68 +++++++++++
23352 sandbox/mallard/spec/mal_cite.xml            |  30 +++++
23353 sandbox/mallard/spec/mal_cmd.xml             |  57 +++++++++-
23354 sandbox/mallard/spec/mal_comment.xml         |   4 +-
23355 sandbox/mallard/spec/mal_credit.xml          |   8 +-
23356 sandbox/mallard/spec/mal_gui.xml             |  11 +-
23357 sandbox/mallard/spec/mal_info.xml            |  18 +++
23358 sandbox/mallard/spec/mal_inline.xml          |   5 +-
23359 sandbox/mallard/spec/mal_license.xml         |   2 +
23360 sandbox/mallard/spec/mal_list.xml            |  63 ++--------
23361 sandbox/mallard/spec/mal_list_bullet.xml     |  20 ++++
23362 sandbox/mallard/spec/mal_list_definition.xml |  20 ++++
23363 sandbox/mallard/spec/mal_list_numbered.xml   |  20 ++++
23364 sandbox/mallard/spec/mal_list_tree.xml       |  19 ++++
23365 sandbox/mallard/spec/mal_synopsis.xml        |   4 +-
23366 sandbox/mallard/spec/mal_topic.xml           |  10 +-
23367 sandbox/mallard/xslt/mal-link.xsl            |   2 +-
23368 sandbox/mallard/xslt/mal2html-block.xsl      | 164 +++++++++++++++------------
23369 sandbox/mallard/xslt/mal2html-inline.xsl     |   9 +-
23370 sandbox/mallard/xslt/mal2html-media.xsl      |  41 +++++++
23371 sandbox/mallard/xslt/mal2html.xsl            |   3 +
23372 sandbox/mallard/xslt/util.xsl                | 110 ++++++++++++++++++
23373 31 files changed, 703 insertions(+), 164 deletions(-)
23374
23375commit 441bdeb14810795e5c5b1d94635fb34077d4086b
23376Author: Shaun McCance <shaunm@src.gnome.org>
23377Date:   Fri Feb 2 20:09:21 2007 +0000
23378
23379    - Changed rnc to rng
23380
23381    * spec/Makefile:
23382    - Changed rnc to rng
23383
23384    svn path=/trunk/; revision=880
23385
23386 sandbox/mallard/ChangeLog     | 5 +++++
23387 sandbox/mallard/spec/Makefile | 4 ++--
23388 2 files changed, 7 insertions(+), 2 deletions(-)
23389
23390commit 08b7b6846f65311ac5b93303f558c95b7eb90839
23391Author: Shaun McCance <shaunm@src.gnome.org>
23392Date:   Fri Feb 2 19:14:53 2007 +0000
23393
23394    - Adding Makefile to build html versions
23395
23396    * html/Makefile:
23397    - Adding Makefile to build html versions
23398
23399    svn path=/trunk/; revision=879
23400
23401 sandbox/mallard/ChangeLog     |  5 +++++
23402 sandbox/mallard/html/Makefile | 16 ++++++++++++++++
23403 2 files changed, 21 insertions(+)
23404
23405commit 02d0d9fc2f6d1c3db5c322483b3c8df903c9c79e
23406Author: Shaun McCance <shaunm@src.gnome.org>
23407Date:   Fri Feb 2 19:11:02 2007 +0000
23408
23409    - Brining in the new
23410
23411    * rng/*:
23412    * spec/*:
23413    * xslt/*:
23414    - Brining in the new
23415
23416    svn path=/trunk/; revision=878
23417
23418 sandbox/mallard/ChangeLog                |   7 +
23419 sandbox/mallard/rng/Makefile             |   9 ++
23420 sandbox/mallard/rng/rnc2rng.awk          | 210 ++++++++++++++++++++++++++
23421 sandbox/mallard/spec/Makefile            |  22 +++
23422 sandbox/mallard/spec/TODO                |   3 +
23423 sandbox/mallard/spec/mal_TODO.xml        |  13 ++
23424 sandbox/mallard/spec/mal_app.xml         |  20 +++
23425 sandbox/mallard/spec/mal_attr.xml        |   2 +
23426 sandbox/mallard/spec/mal_block.xml       |  45 ++++++
23427 sandbox/mallard/spec/mal_caption.xml     |   2 +
23428 sandbox/mallard/spec/mal_cite.xml        |   2 +
23429 sandbox/mallard/spec/mal_cmd.xml         |  20 +++
23430 sandbox/mallard/spec/mal_code.xml        |  63 ++++++++
23431 sandbox/mallard/spec/mal_comment.xml     |  49 ++++++
23432 sandbox/mallard/spec/mal_copyright.xml   |   2 +
23433 sandbox/mallard/spec/mal_credit.xml      |  23 +++
23434 sandbox/mallard/spec/mal_date.xml        |  20 +++
23435 sandbox/mallard/spec/mal_em.xml          |  20 +++
23436 sandbox/mallard/spec/mal_email.xml       |  20 +++
23437 sandbox/mallard/spec/mal_figure.xml      |  23 +++
23438 sandbox/mallard/spec/mal_file.xml        |  20 +++
23439 sandbox/mallard/spec/mal_gui.xml         |  20 +++
23440 sandbox/mallard/spec/mal_guide.xml       |  21 +++
23441 sandbox/mallard/spec/mal_info.xml        |   2 +
23442 sandbox/mallard/spec/mal_inline.xml      |  47 ++++++
23443 sandbox/mallard/spec/mal_input.xml       |   2 +
23444 sandbox/mallard/spec/mal_item.xml        |   2 +
23445 sandbox/mallard/spec/mal_key.xml         |   2 +
23446 sandbox/mallard/spec/mal_link.xml        |   2 +
23447 sandbox/mallard/spec/mal_list.xml        |  70 +++++++++
23448 sandbox/mallard/spec/mal_media.xml       |   2 +
23449 sandbox/mallard/spec/mal_name.xml        |  20 +++
23450 sandbox/mallard/spec/mal_note.xml        |   2 +
23451 sandbox/mallard/spec/mal_output.xml      |   2 +
23452 sandbox/mallard/spec/mal_p.xml           |  62 ++++++++
23453 sandbox/mallard/spec/mal_quote.xml       |   4 +
23454 sandbox/mallard/spec/mal_screen.xml      |  21 +++
23455 sandbox/mallard/spec/mal_section.xml     |   2 +
23456 sandbox/mallard/spec/mal_subtitle.xml    |   2 +
23457 sandbox/mallard/spec/mal_synopsis.xml    |  42 ++++++
23458 sandbox/mallard/spec/mal_sys.xml         |   2 +
23459 sandbox/mallard/spec/mal_table.xml       |   2 +
23460 sandbox/mallard/spec/mal_title.xml       |   2 +
23461 sandbox/mallard/spec/mal_topic.xml       |  21 +++
23462 sandbox/mallard/spec/mal_var.xml         |   2 +
23463 sandbox/mallard/xslt/mal-link.xsl        |  95 ++++++++++++
23464 sandbox/mallard/xslt/mal2cache.xsl       |  49 ++++++
23465 sandbox/mallard/xslt/mal2html-block.xsl  | 213 ++++++++++++++++++++++++++
23466 sandbox/mallard/xslt/mal2html-css.xsl    | 121 +++++++++++++++
23467 sandbox/mallard/xslt/mal2html-inline.xsl | 246 +++++++++++++++++++++++++++++++
23468 sandbox/mallard/xslt/mal2html.xsl        |  85 +++++++++++
23469 sandbox/mallard/xslt/mal2rnc.xsl         |  31 ++++
23470 52 files changed, 1791 insertions(+)
23471
23472commit 55f8182565e6c57c7d572b021835930c77c65837
23473Author: Shaun McCance <shaunm@src.gnome.org>
23474Date:   Fri Feb 2 17:43:23 2007 +0000
23475
23476    - Out with the old, prepare for the new
23477
23478    * doc/Makefile.am:
23479    * doc/*:
23480    * rng/*:
23481    * configure.in:
23482    * Makefile.am:
23483    - Out with the old, prepare for the new
23484
23485    svn path=/trunk/; revision=877
23486
23487 sandbox/mallard/ChangeLog                      |   9 +
23488 sandbox/mallard/Makefile.am                    |   5 +-
23489 sandbox/mallard/configure.in                   |   5 -
23490 sandbox/mallard/doc/.cvsignore                 |   2 -
23491 sandbox/mallard/doc/Makefile.am                |   1 -
23492 sandbox/mallard/doc/mallard/.cvsignore         |   2 -
23493 sandbox/mallard/doc/mallard/C/.cvsignore       |  11 -
23494 sandbox/mallard/doc/mallard/C/legal.xml        |  63 --
23495 sandbox/mallard/doc/mallard/C/mallard.xml      |  52 --
23496 sandbox/mallard/doc/mallard/Makefile.am        |   9 -
23497 sandbox/mallard/doc/mallard/mallard.desktop.in |   2 -
23498 sandbox/mallard/doc/mallard/mallard.omf.in     |  12 -
23499 sandbox/mallard/rng/.cvsignore                 |   2 -
23500 sandbox/mallard/rng/Makefile.am                |   0
23501 sandbox/mallard/rng/db-admon.rng               | 131 ----
23502 sandbox/mallard/rng/db-callout.rng             |  95 ---
23503 sandbox/mallard/rng/db-cmdsynopsis.rng         | 223 -------
23504 sandbox/mallard/rng/db-comp.rng                | 845 -------------------------
23505 sandbox/mallard/rng/db-credits.rng             | 616 ------------------
23506 sandbox/mallard/rng/db-list.rng                | 262 --------
23507 sandbox/mallard/rng/db-media.rng               | 271 --------
23508 sandbox/mallard/rng/db-para.rng                | 113 ----
23509 sandbox/mallard/rng/db-section.rng             |  93 ---
23510 sandbox/mallard/rng/db-title.rng               | 118 ----
23511 24 files changed, 10 insertions(+), 2932 deletions(-)
23512
23513commit 1766c98238f7bf4248f272378efb18af68346372
23514Author: Shaun McCance <shaunm@src.gnome.org>
23515Date:   Mon Jan 29 20:04:21 2007 +0000
23516
23517    - Version 0.9.2
23518
23519    * configure.in:
23520    * NEWS:
23521    - Version 0.9.2
23522
23523    svn path=/trunk/; revision=875
23524
23525 ChangeLog    | 6 ++++++
23526 NEWS         | 4 ++++
23527 configure.in | 2 +-
23528 3 files changed, 11 insertions(+), 1 deletion(-)
23529
23530commit 9e96e0d8ae305d0fe53e5ec0bfea352f8d1d8665
23531Author: Shaun McCance <shaunm@src.gnome.org>
23532Date:   Mon Jan 29 19:07:02 2007 +0000
23533
23534    - Do not do SK category code checks if the param is not passed [#402159]
23535
23536    * xslt/docbook/omf/db2omf.xsl:
23537    - Do not do SK category code checks if the param is not passed [#402159]
23538
23539    svn path=/trunk/; revision=874
23540
23541 ChangeLog                   |  5 +++++
23542 xslt/docbook/omf/db2omf.xsl | 30 ++++++++++++++++--------------
23543 2 files changed, 21 insertions(+), 14 deletions(-)
23544
23545commit d9825c07f8b404f8729a0e533bcbae0d00f95770
23546Author: Shaun McCance <shaunm@src.gnome.org>
23547Date:   Fri Jan 26 16:40:10 2007 +0000
23548
23549    - Version 0.9.1
23550
23551    * configure.in:
23552    * NEWS:
23553    - Version 0.9.1
23554
23555    svn path=/trunk/; revision=872
23556
23557 ChangeLog    |  6 ++++++
23558 NEWS         | 42 ++++++++++++++++++++++++++++++++++++++++++
23559 configure.in |  2 +-
23560 3 files changed, 49 insertions(+), 1 deletion(-)
23561
23562commit 2ea6c2ba0f1818b291ab85d2a1190953f7b31f28
23563Author: Shaun McCance <shaunm@src.gnome.org>
23564Date:   Fri Jan 26 16:08:35 2007 +0000
23565
23566    - Fixed help message for html command
23567
23568    * tools/gnome-doc-tool.in:
23569    - Fixed help message for html command
23570
23571    svn path=/trunk/; revision=871
23572
23573 ChangeLog               | 5 +++++
23574 tools/gnome-doc-tool.in | 2 +-
23575 2 files changed, 6 insertions(+), 1 deletion(-)
23576
23577commit 1fdb9a194be594e9d6f28b3cd971148777d0349e
23578Author: Shaun McCance <shaunm@src.gnome.org>
23579Date:   Fri Jan 26 16:06:33 2007 +0000
23580
23581    - Moved gnome-doc-html to gnome-doc-tool, new subcommand syntax
23582
23583    * configure.in:
23584    * tools/gnome-doc-html.in:
23585    * tools/gnome-doc-tool.in:
23586    * tools/Makefile.am:
23587    - Moved gnome-doc-html to gnome-doc-tool, new subcommand syntax
23588
23589    svn path=/trunk/; revision=870
23590
23591 ChangeLog               |   8 ++
23592 configure.in            |   2 +-
23593 tools/Makefile.am       |   4 +-
23594 tools/gnome-doc-html.in | 218 -----------------------------------------
23595 tools/gnome-doc-tool.in | 251 ++++++++++++++++++++++++++++++++++++++++++++++++
23596 5 files changed, 262 insertions(+), 221 deletions(-)
23597
23598commit 87ec967c961fc81e0f844354eba4d941f8a3d280
23599Author: Christian Persch <chpe@svn.gnome.org>
23600Date:   Fri Jan 26 14:33:45 2007 +0000
23601
23602    Fix distcheck.
23603
23604    2007-01-26  Christian Persch  <chpe@svn.gnome.org>
23605
23606            * Makefile.am: Fix distcheck.
23607
23608    svn path=/trunk/; revision=869
23609
23610 ChangeLog   | 4 ++++
23611 Makefile.am | 1 -
23612 2 files changed, 4 insertions(+), 1 deletion(-)
23613
23614commit 464ab5f752fe4d1733e72aa1242476f569464786
23615Author: Christian Persch <chpe@svn.gnome.org>
23616Date:   Fri Jan 26 13:34:38 2007 +0000
23617
23618    Make make dist fail when gdu isn't present. Bug #400705.
23619
23620    2007-01-25  Christian Persch  <chpe@svn.gnome.org>
23621
23622            * configure.in:
23623            * tools/gnome-doc-utils.m4:
23624            * tools/gnome-doc-utils.make: Make make dist fail when gdu isn't
23625            present. Bug #400705.
23626
23627    2007-01-25  Christian Persch  <chpe@svn.gnome.org>
23628
23629    svn path=/trunk/; revision=868
23630
23631 ChangeLog                  | 7 +++++++
23632 autogen.sh                 | 2 +-
23633 configure.in               | 3 ++-
23634 tools/gnome-doc-utils.m4   | 1 +
23635 tools/gnome-doc-utils.make | 8 +++++++-
23636 5 files changed, 18 insertions(+), 3 deletions(-)
23637
23638commit 0295de92ded7fca5f0db7e604745ca8b561f54b1
23639Author: Luca Ferretti <elle.uca@libero.it>
23640Date:   Fri Jan 26 13:01:40 2007 +0000
23641
23642    Update Italian translation.
23643
23644    2007-01-26  Luca Ferretti  <elle.uca@libero.it>
23645
23646            * it.po: Update Italian translation.
23647
23648
23649    svn path=/trunk/; revision=867
23650
23651 po/ChangeLog |   4 ++
23652 po/it.po     | 153 ++++++++++++++++++++++++++++++-----------------------------
23653 2 files changed, 81 insertions(+), 76 deletions(-)
23654
23655commit 9fbd1c8bf66286fa11e3d1cb6001d88e6104ebdc
23656Author: Christian Persch <chpe@src.gnome.org>
23657Date:   Thu Jan 25 18:34:43 2007 +0000
23658
23659    Remove autoinstalled files from svn
23660
23661    svn path=/trunk/; revision=866
23662
23663 INSTALL | 231 ----------------------------------------------------------------
23664 1 file changed, 231 deletions(-)
23665
23666commit 4b646e27910c3927178be8a9c9ae4901d210f394
23667Author: Christian Persch <chpe@svn.gnome.org>
23668Date:   Thu Jan 25 18:23:04 2007 +0000
23669
23670    Actually remove the ALL_LINGUAS line too.
23671
23672    2007-01-25  Christian Persch  <chpe@svn.gnome.org>
23673
23674            * configure.in: Actually remove the ALL_LINGUAS line too.
23675
23676    svn path=/trunk/; revision=865
23677
23678 ChangeLog    | 4 ++++
23679 configure.in | 6 +-----
23680 2 files changed, 5 insertions(+), 5 deletions(-)
23681
23682commit b5fdbd7952b5ad00e4131d388a11ff91002fd12f
23683Author: Brian Pepple <bdpepple@gmail.com>
23684Date:   Thu Jan 25 18:20:29 2007 +0000
23685
23686    New file listing all supported languages.
23687
23688    2006-04-15  Brian Pepple  <bdpepple@gmail.com>
23689
23690            * po/LINGUAS: New file listing all supported languages.
23691
23692            * configure.in: Use po/LINGUAS instead of including all languages
23693            directly in this file. See the wiki for more information:
23694            http://live.gnome.org/GnomeGoals/PoLinguas. Bug #337987.
23695
23696
23697    svn path=/trunk/; revision=864
23698
23699 ChangeLog    |  8 ++++++++
23700 configure.in |  2 +-
23701 po/LINGUAS   | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
23702 3 files changed, 70 insertions(+), 1 deletion(-)
23703
23704commit 650bf338e4a5d0342c823eec281a6c44011c033f
23705Author: Christian Persch <chpe@svn.gnome.org>
23706Date:   Thu Jan 25 18:01:38 2007 +0000
23707
23708    - Provide a 3-argument variant of GNOME_DOC_INIT, to use if you don't want
23709
23710    2007-01-25  Christian Persch  <chpe@svn.gnome.org>
23711
23712            * tools/gnome-doc-utils.m4:
23713            - Provide a 3-argument variant of GNOME_DOC_INIT, to use if you don't
23714            want missing gdu be fatal. Bug #392424, also fixes bug #350441.
23715
23716    svn path=/trunk/; revision=863
23717
23718 ChangeLog                |  6 ++++++
23719 tools/gnome-doc-utils.m4 | 20 ++++++++++++--------
23720 2 files changed, 18 insertions(+), 8 deletions(-)
23721
23722commit 8c4cf4bcd5f378e3c2ef2ab6487cb14f0ca4bbfd
23723Author: Joachim Noreiko <jnoreiko@yahoo.com>
23724Date:   Thu Jan 18 11:41:52 2007 +0000
23725
23726    - Adding <abstract role="description">, #397174
23727
23728    2007-01-18  Joachim Noreiko  <jnoreiko@yahoo.com>
23729
23730            * data/templates/gnome-app-template.xml:
23731            * data/templates/gnome-applet-template.xml:
23732            - Adding <abstract role="description">, #397174
23733
23734    svn path=/trunk/; revision=862
23735
23736 ChangeLog                                | 6 ++++++
23737 data/templates/gnome-app-template.xml    | 5 ++++-
23738 data/templates/gnome-applet-template.xml | 5 ++++-
23739 3 files changed, 14 insertions(+), 2 deletions(-)
23740
23741commit 49a0b1408fa9e49f9fb59e6548589f95ec082388
23742Author: Shaun McCance <shaunm@src.gnome.org>
23743Date:   Fri Jan 12 19:16:53 2007 +0000
23744
23745    - Adding NO-AUTO-GEN, for #376908
23746
23747    * sandbox/mallard/NO-AUTO-GEN:
23748    - Adding NO-AUTO-GEN, for #376908
23749
23750    * doc/gnome-doc-make/Makefile.am:
23751    * doc/xslt/Makefile.am:
23752    * autogen.sh:
23753    - Just use the gnome-doc-utils.make out of tools/
23754
23755    svn path=/trunk/; revision=861
23756
23757 ChangeLog                      | 10 ++++++++++
23758 autogen.sh                     |  2 +-
23759 doc/gnome-doc-make/Makefile.am |  4 ++--
23760 doc/xslt/Makefile.am           |  2 +-
23761 sandbox/mallard/NO-AUTO-GEN    |  0
23762 5 files changed, 14 insertions(+), 4 deletions(-)
23763
23764commit 4faf305e240befce0c9c4a2339154c57f582052f
23765Author: Christian Persch <chpe@src.gnome.org>
23766Date:   Sun Dec 31 19:10:39 2006 +0000
23767
23768    Remove +x from po files
23769
23770    svn path=/trunk/; revision=860
23771
23772 po/vi.po | 0
23773 1 file changed, 0 insertions(+), 0 deletions(-)
23774
23775commit 75f2f12c78557b663a3c0bdddda253f464300878
23776Author: Danilo Šegan <danilo@src.gnome.org>
23777Date:   Tue Dec 26 20:22:23 2006 +0000
23778
23779    Smaller performance improvements.
23780
23781 xml2po/ChangeLog |  5 +++++
23782 xml2po/xml2po.py | 14 +++++++++++++-
23783 2 files changed, 18 insertions(+), 1 deletion(-)
23784
23785commit 3e42bf2151f46d22306902c149e038196c658fc2
23786Author: Danilo Šegan <danilo@src.gnome.org>
23787Date:   Tue Dec 26 19:48:14 2006 +0000
23788
23789    Added XHTML mode and attribute extraction support.
23790
23791 xml2po/ChangeLog           | 20 +++++++++++++++
23792 xml2po/TODO                |  6 ++---
23793 xml2po/modes/Makefile.am   |  2 +-
23794 xml2po/modes/docbook.py    |  8 ++++--
23795 xml2po/modes/empty.py      |  6 ++++-
23796 xml2po/modes/gs.py         |  6 ++++-
23797 xml2po/modes/xhtml.py      | 64 ++++++++++++++++++++++++++++++++++++++++++++++
23798 xml2po/tests/ChangeLog     |  5 ++++
23799 xml2po/tests/test.py       |  1 +
23800 xml2po/tests/xhtml.po      | 32 +++++++++++++++++++++++
23801 xml2po/tests/xhtml.pot     | 32 +++++++++++++++++++++++
23802 xml2po/tests/xhtml.xml     | 14 ++++++++++
23803 xml2po/tests/xhtml.xml.out | 14 ++++++++++
23804 xml2po/xml2po.py           | 51 +++++++++++++++++++++++++++++-------
23805 14 files changed, 244 insertions(+), 17 deletions(-)
23806
23807commit e13963d4b77e3508055a4d1d61207ada5ea879e6
23808Author: Danilo Šegan <danilo@src.gnome.org>
23809Date:   Tue Dec 26 15:41:02 2006 +0000
23810
23811    Ignore ignored tags, fix #378073.
23812
23813 xml2po/ChangeLog | 6 ++++++
23814 xml2po/xml2po.py | 4 +++-
23815 2 files changed, 9 insertions(+), 1 deletion(-)
23816
23817commit ba37e16895eb24c837a42fc49153872a4bed1c24
23818Author: Danilo Šegan <danilo@src.gnome.org>
23819Date:   Tue Dec 26 15:28:18 2006 +0000
23820
23821    Add reuse test.
23822
23823 xml2po/tests/ChangeLog           |   6 ++
23824 xml2po/tests/reuse/reuse.po      | 149 +++++++++++++++++++++++++++++++++++++++
23825 xml2po/tests/reuse/reuse.pot     |  74 +++++++++++++++++++
23826 xml2po/tests/reuse/reuse.xml     | 111 +++++++++++++++++++++++++++++
23827 xml2po/tests/reuse/reuse.xml.out |  51 ++++++++++++++
23828 5 files changed, 391 insertions(+)
23829
23830commit ba6007bad3838c4d37ad08a4e27c6804b5213a80
23831Author: Danilo Šegan <danilo@src.gnome.org>
23832Date:   Tue Dec 26 15:20:46 2006 +0000
23833
23834    Remove remaining bits from standalone xml2po, fix tests, fix bug #381607.
23835
23836 xml2po/ChangeLog                 | 14 ++++++++++
23837 xml2po/Makefile.am               |  2 +-
23838 xml2po/autogen.sh                |  5 ----
23839 xml2po/configure.ac              | 59 ----------------------------------------
23840 xml2po/tests/ChangeLog           |  5 ++++
23841 xml2po/tests/ubuntu-mode.pot     | 12 ++++----
23842 xml2po/tests/ubuntu-mode.xml.out |  2 +-
23843 xml2po/xml2po.py                 |  5 +++-
23844 8 files changed, 31 insertions(+), 73 deletions(-)
23845
23846commit c3ae93b33c2e2a399fe747955c120eecc201c0c1
23847Author: Djihed Afifi <djihed@src.gnome.org>
23848Date:   Mon Dec 18 01:40:35 2006 +0000
23849
23850    Updated Arabic Translation. Sync for gnome-2-18
23851
23852 po/ChangeLog |   4 +
23853 po/ar.po     | 545 +++++++++++++++++++++++++++++++----------------------------
23854 2 files changed, 290 insertions(+), 259 deletions(-)
23855
23856commit ca0099c53c51acec536bbbec0b2c8b0450501ba3
23857Author: Joachim Noreiko <joachimn@src.gnome.org>
23858Date:   Sun Dec 10 17:05:32 2006 +0000
23859
23860            - explicit 'on adding &applet; to a panel' in link to User Guide
23861
23862 ChangeLog                                | 1 +
23863 data/templates/gnome-applet-template.xml | 2 +-
23864 2 files changed, 2 insertions(+), 1 deletion(-)
23865
23866commit 89bc936b4678bda3d16266e0788c245ee4c91564
23867Author: Joachim Noreiko <joachimn@src.gnome.org>
23868Date:   Sun Dec 10 16:57:12 2006 +0000
23869
23870            - made all ids consistenly "myapplet-" (figures were "applet-")
23871            - changed screenshot to informalfigure, as 'Figure 1' is overkill
23872
23873 ChangeLog                                |  2 ++
23874 data/templates/gnome-applet-template.xml | 14 +++++++-------
23875 2 files changed, 9 insertions(+), 7 deletions(-)
23876
23877commit d5b889fa8ecd4f2f4f6995db91232c5111a6dbef
23878Author: Joachim Noreiko <jnoreiko@yahoo.com>
23879Date:   Sun Dec 10 16:04:38 2006 +0000
23880
23881    - First draft of an applet manual template, based on
23882
23883    2006-12-10  Joachim Noreiko  <jnoreiko@yahoo.com>
23884
23885            * data/templates/gnome-applet-template.xml:
23886            - First draft of an applet manual template, based on
23887              http://developer.gnome.org/projects/gdp/templates.html
23888
23889 ChangeLog                                |   8 +-
23890 data/templates/gnome-applet-template.xml | 522 +++++++++++++++++++++++++++++++
23891 2 files changed, 529 insertions(+), 1 deletion(-)
23892
23893commit d6ee2daa1107e66e5f065722d0efade48168dc5b
23894Author: Joachim Noreiko <jnoreiko@yahoo.com>
23895Date:   Sat Dec 9 17:32:31 2006 +0000
23896
23897    Fixed a few old links and quaint verbiage
23898
23899    2006-12-09  Joachim Noreiko  <jnoreiko@yahoo.com>
23900
23901            * data/templates/gnome-app-template.xml:
23902        Fixed a few old links and quaint verbiage
23903
23904 ChangeLog                             |  5 +++
23905 data/templates/gnome-app-template.xml | 70 ++++++++++++++++-------------------
23906 2 files changed, 36 insertions(+), 39 deletions(-)
23907
23908commit 76f0cc73a12e3d6ce1727277e9a5d983888db099
23909Author: Priit Laes <plaes@cvs.gnome.org>
23910Date:   Sat Dec 2 15:32:56 2006 +0000
23911
23912    Translation updated by Ivar Smolin.
23913
23914    2006-12-02  Priit Laes  <plaes@cvs.gnome.org>
23915
23916            * et.po: Translation updated by Ivar Smolin.
23917
23918 po/ChangeLog | 4 ++++
23919 po/et.po     | 4 +++-
23920 2 files changed, 7 insertions(+), 1 deletion(-)
23921
23922commit c5037bef7cc0f597d6fb6239564097ef6cfdb88a
23923Author: Shaun McCance <shaunm@src.gnome.org>
23924Date:   Fri Dec 1 17:10:57 2006 +0000
23925
23926    - Moving files to tools
23927
23928    * Makefile.am:
23929    * configure.in:
23930    * gnome-doc-html.in:
23931    * gnome-doc-prepare.in:
23932    * gnome-doc-utils.pc.in:
23933    * tools/Makefile.am:
23934    * tools/gnome-doc-html.in:
23935    * tools/gnome-doc-prepare.in:
23936    * tools/gnome-doc-utils.pc.in:
23937    - Moving files to tools
23938
23939 Makefile.am                                          | 11 +++--------
23940 configure.in                                         |  6 +++---
23941 tools/Makefile.am                                    | 18 +++++++++++++++---
23942 gnome-doc-html.in => tools/gnome-doc-html.in         |  0
23943 gnome-doc-prepare.in => tools/gnome-doc-prepare.in   |  0
23944 gnome-doc-utils.pc.in => tools/gnome-doc-utils.pc.in |  0
23945 6 files changed, 21 insertions(+), 14 deletions(-)
23946
23947commit 72b4797345262f0dfc5e34f71f0e31527dfb32c6
23948Author: Shaun McCance <shaunm@src.gnome.org>
23949Date:   Sun Nov 26 19:24:32 2006 +0000
23950
23951    - Removed gawk extensions, #378739 - Fixed non-portable sed expression,
23952
23953    * doc/xslt/Makefile.am:
23954    - Removed gawk extensions, #378739
23955    - Fixed non-portable sed expression, #378763
23956    - Added xsldoc-generated files to clean-local
23957
23958 ChangeLog            | 17 ++++++++++++-----
23959 doc/xslt/Makefile.am | 17 ++++++++++++-----
23960 2 files changed, 24 insertions(+), 10 deletions(-)
23961
23962commit 1313ea201ba92eb3817db74f453f26f773e617dc
23963Author: Joachim Noreiko <jnoreiko@yahoo.com>
23964Date:   Tue Nov 21 20:51:02 2006 +0000
23965
23966    - First draft of an application manual template, based on
23967
23968    2006-11-21  Joachim Noreiko  <jnoreiko@yahoo.com>
23969
23970      * data/templates/gnome-app-template.xml:
23971      * data/templates/legal.xml:
23972      - First draft of an application manual template, based on
23973        http://developer.gnome.org/projects/gdp/templates.html
23974        Legal.xml is just the standard legal.xml we already use.
23975
23976 ChangeLog | 8 ++++++++
23977 1 file changed, 8 insertions(+)
23978
23979commit ab110dc60d89a315f8def6f9f9929a45c6a965bb
23980Author: Joachim Noreiko <joachimn@src.gnome.org>
23981Date:   Tue Nov 21 20:49:45 2006 +0000
23982
23983    Standard legal.xml file.
23984
23985 data/templates/legal.xml | 73 ++++++++++++++++++++++++++++++++++++++++++++++++
23986 1 file changed, 73 insertions(+)
23987
23988commit aa853b2c31dd6acd435825840270083ad91c65ff
23989Author: Joachim Noreiko <joachimn@src.gnome.org>
23990Date:   Tue Nov 21 20:47:10 2006 +0000
23991
23992    First draft, based on template here:
23993    http://developer.gnome.org/projects/gdp/templates.html
23994
23995 data/templates/gnome-app-template.xml | 866 ++++++++++++++++++++++++++++++++++
23996 1 file changed, 866 insertions(+)
23997
23998commit 75066fec201565c3fcb80b51b4401d8135847c17
23999Author: Wouter Bolsterlee <wbolster@src.gnome.org>
24000Date:   Sun Nov 19 19:03:51 2006 +0000
24001
24002    file pl.po was initially added on branch gnome-2-16.
24003
24004commit 4a710aa2f55c3812815cd13740602347a131f818
24005Author: Shaun McCance <shaunm@src.gnome.org>
24006Date:   Thu Nov 16 17:10:37 2006 +0000
24007
24008    - Copy gdu.m4 here, not to the non-existant m4 directory
24009
24010    * autogen.sh:
24011    - Copy gdu.m4 here, not to the non-existant m4 directory
24012
24013 ChangeLog  | 5 +++++
24014 autogen.sh | 2 +-
24015 2 files changed, 6 insertions(+), 1 deletion(-)
24016
24017commit d217ada03528845cfc27adc098b4c44606462f72
24018Author: Shaun McCance <shaunm@src.gnome.org>
24019Date:   Thu Nov 16 16:51:01 2006 +0000
24020
24021    gnome-doc-utils.make
24022
24023    * Makefile.am:
24024    * autogen.sh:
24025    * configure.in:
24026    * gnome-doc-utils.m4:
24027    * gnome-doc-utils.make
24028    * tools/Makefile.am:
24029    * tools/gnome-doc-utils.m4:
24030    * tools/gnome-doc-utils.make
24031    - Moving gdu.m4 and gdu.make to tools, should fix #324603
24032    - Added GNOME_DOC_DEFINES to M4 for cleaner bootstrapping, allowing:
24033    - Now using the system-installed gnome-autogen.sh, fixing #340128
24034
24035 ChangeLog                                          | 14 ++++++++++++
24036 Makefile.am                                        | 23 ++++---------------
24037 autogen.sh                                         |  7 +++---
24038 configure.in                                       |  3 ++-
24039 tools/Makefile.am                                  |  9 ++++++++
24040 gnome-doc-utils.m4 => tools/gnome-doc-utils.m4     | 26 +++++++++++++---------
24041 gnome-doc-utils.make => tools/gnome-doc-utils.make |  0
24042 7 files changed, 47 insertions(+), 35 deletions(-)
24043
24044commit 31083934182cf25f80fc36e58813dab1a3aa65cc
24045Author: Shaun McCance <shaunm@src.gnome.org>
24046Date:   Wed Nov 15 19:23:33 2006 +0000
24047
24048    - Allow pubdate and edition to replace revhistory stuff - Provide better
24049
24050    * xslt/docbook/omf/db2omf.xsl:
24051    - Allow pubdate and edition to replace revhistory stuff
24052    - Provide better error messages
24053
24054 ChangeLog                   |   6 +++
24055 xslt/docbook/omf/db2omf.xsl | 125 +++++++++++++++++++++++++++++---------------
24056 2 files changed, 88 insertions(+), 43 deletions(-)
24057
24058commit 2575f920d42ca886be6c6fae1a984904a9b96cef
24059Author: Shaun McCance <shaunm@src.gnome.org>
24060Date:   Wed Nov 15 16:24:35 2006 +0000
24061
24062    - Allow pubdate instead of revision for OMF's date element
24063
24064    * xslt/docbook/omf/db2omf.xsl:
24065    - Allow pubdate instead of revision for OMF's date element
24066
24067 ChangeLog                   |  5 +++++
24068 xslt/docbook/omf/db2omf.xsl | 28 +++++++++++++++++++---------
24069 2 files changed, 24 insertions(+), 9 deletions(-)
24070
24071commit 52f1109ab80100310fcfe8b49828cd374b219cae
24072Author: Shaun McCance <shaunm@src.gnome.org>
24073Date:   Fri Nov 10 17:52:33 2006 +0000
24074
24075    - Added a check for the scrollkeeper_cl.xml file
24076
24077    * gnome-doc-utils.make:
24078    - Added a check for the scrollkeeper_cl.xml file
24079
24080 ChangeLog            |  5 +++++
24081 gnome-doc-utils.make | 12 ++++++++++--
24082 2 files changed, 15 insertions(+), 2 deletions(-)
24083
24084commit d0c3e2c46fecb04b3b22ad31cdecacea50f16122
24085Author: Shaun McCance <shaunm@src.gnome.org>
24086Date:   Thu Nov 9 16:40:48 2006 +0000
24087
24088    - Make db2omf errors actually exit with a non-zero error code
24089
24090    * gnome-doc-utils.make:
24091    - Make db2omf errors actually exit with a non-zero error code
24092
24093 ChangeLog            | 5 +++++
24094 gnome-doc-utils.make | 4 ++--
24095 2 files changed, 7 insertions(+), 2 deletions(-)
24096
24097commit 2f5b935e76fa76146ae140e986425d5af99b0dff
24098Author: Shaun McCance <shaunm@src.gnome.org>
24099Date:   Wed Nov 8 16:22:25 2006 +0000
24100
24101    - Added ACLOCAL_AMFLAGS for autoreconf, per #355521
24102
24103    * Makefile.am:
24104    - Added ACLOCAL_AMFLAGS for autoreconf, per #355521
24105
24106 ChangeLog   | 5 +++++
24107 Makefile.am | 2 ++
24108 2 files changed, 7 insertions(+)
24109
24110commit 8338680f54dd00fc6adb823d5ce0321f3694ac45
24111Author: Shaun McCance <shaunm@src.gnome.org>
24112Date:   Wed Nov 8 16:08:50 2006 +0000
24113
24114    - Use $(AWK) instead of awk, #358161 (James Andrewartha)
24115
24116    * doc/gnome-doc-make/Makefile.am:
24117    - Use $(AWK) instead of awk, #358161 (James Andrewartha)
24118
24119 ChangeLog                      | 5 +++++
24120 doc/gnome-doc-make/Makefile.am | 2 +-
24121 2 files changed, 6 insertions(+), 1 deletion(-)
24122
24123commit 84a69edb2e8238058f4c1b61b71dc5eebed0fae8
24124Author: Shaun McCance <shaunm@src.gnome.org>
24125Date:   Wed Nov 8 16:02:45 2006 +0000
24126
24127    - Don't use non-portable test, bug #362505 (Thomas Klausner)
24128
24129    * gnome-doc-prepare.in:
24130    - Don't use non-portable test, bug #362505 (Thomas Klausner)
24131
24132 ChangeLog            | 5 +++++
24133 gnome-doc-prepare.in | 2 +-
24134 2 files changed, 6 insertions(+), 1 deletion(-)
24135
24136commit 0b440d8b897756041a5be96600320ef3e451e792
24137Author: Shaun McCance <shaunm@src.gnome.org>
24138Date:   Wed Nov 8 15:06:32 2006 +0000
24139
24140    - Remove OMF files if they weren't created correctly
24141
24142    * gnome-doc-utils.make:
24143    - Remove OMF files if they weren't created correctly
24144
24145    * xslt/docbook/omf/db2omf.xsl:
24146    - Don't allow invalid category codes, bug #319705
24147    - Changes warnings to errors; the vacation is over
24148
24149 ChangeLog                   |  9 +++++++++
24150 gnome-doc-utils.make        |  7 +++++--
24151 xslt/docbook/omf/db2omf.xsl | 47 ++++++++++++++++++++++++++++++++-------------
24152 3 files changed, 48 insertions(+), 15 deletions(-)
24153
24154commit 4d686c37e0e6fa0661218516743523abb3087fa4
24155Author: Shaun McCance <shaunm@src.gnome.org>
24156Date:   Fri Nov 3 16:11:23 2006 +0000
24157
24158    - Removed gawk extensions, bug #366203
24159
24160    * doc/xslt/xsldoc.awk:
24161    - Removed gawk extensions, bug #366203
24162
24163 ChangeLog           |  5 +++++
24164 doc/xslt/xsldoc.awk | 28 ++++++++++++++++++----------
24165 2 files changed, 23 insertions(+), 10 deletions(-)
24166
24167commit 318ca837700bcf714b587dc0bff3dfc5b7e6525e
24168Author: Yair Hershkovitz <yairhr@src.gnome.org>
24169Date:   Wed Nov 1 09:26:30 2006 +0000
24170
24171    updated hebrew translation
24172
24173 po/ChangeLog |   4 +
24174 po/he.po     | 289 ++++++++++++++++++++++++++++++++++++++++-------------------
24175 2 files changed, 199 insertions(+), 94 deletions(-)
24176
24177commit f90f5ca7b944b898d6bb1b0d58c20c384364940c
24178Author: Shaun McCance <shaunm@src.gnome.org>
24179Date:   Sun Oct 29 18:04:12 2006 +0000
24180
24181    - Actually removing xsldoc and rngdoc
24182
24183    * configure.in:
24184    * xslt/Makefile.am:
24185    * xslt/rngdoc:
24186    * xslt/xsldoc:
24187    - Actually removing xsldoc and rngdoc
24188
24189 ChangeLog               |  51 ++++
24190 configure.in            |   1 -
24191 xslt/Makefile.am        |   3 +-
24192 xslt/rngdoc/Makefile.am |   5 -
24193 xslt/rngdoc/rngdoc.xsl  | 173 -------------
24194 xslt/xsldoc/Makefile.am |   5 -
24195 xslt/xsldoc/xsldoc.xsl  | 661 ------------------------------------------------
24196 7 files changed, 52 insertions(+), 847 deletions(-)
24197
24198commit fe9dbdd9e46455cbf2a33e0a88303f0eebad7639
24199Author: Ilkka Tuohela <ituohela@src.gnome.org>
24200Date:   Sun Oct 29 13:45:29 2006 +0000
24201
24202    Updated Finnish translation
24203
24204 po/ChangeLog |  4 ++++
24205 po/fi.po     | 10 +++++-----
24206 2 files changed, 9 insertions(+), 5 deletions(-)
24207
24208commit a35351afaccef6506117a46b85161e19306d4a2e
24209Author: Shaun McCance <shaunm@src.gnome.org>
24210Date:   Fri Oct 27 23:13:15 2006 +0000
24211
24212    - Removed xsldoc and rngdoc facilities - Also removed the automatic
24213
24214    * gnome-doc-utils.make:
24215    - Removed xsldoc and rngdoc facilities
24216    - Also removed the automatic .cvsignore stuff
24217
24218    * doc/xslt/Makefile.am:
24219    * doc/xslt/C/gnome-doc-xslt.xml:
24220    - New one shot comment-based XSLT documentation system
24221
24222    * xslt/docbook/common/db-chunk.xsl:
24223    * xslt/docbook/common/db-common.xsl:
24224    * xslt/docbook/common/db-label.xsl:
24225    * xslt/docbook/common/db-title.xsl:
24226    * xslt/docbook/common/db-xref.xsl:
24227    * xslt/docbook/html/db2html.xsl:
24228    * xslt/docbook/html/db2html-admon.xsl:
24229    * xslt/docbook/html/db2html-autotoc.xsl:
24230    * xslt/docbook/html/db2html-bibliography.xsl:
24231    * xslt/docbook/html/db2html-block.xsl:
24232    * xslt/docbook/html/db2html-callout.xsl:
24233    * xslt/docbook/html/db2html-classsynopsis.xsl:
24234    * xslt/docbook/html/db2html-cmdsynopsis.xsl:
24235    * xslt/docbook/html/db2html-css.xsl:
24236    * xslt/docbook/html/db2html-division.xsl:
24237    * xslt/docbook/html/db2html-ebnf.xsl:
24238    * xslt/docbook/html/db2html-footnote.xsl:
24239    * xslt/docbook/html/db2html-funcsynopsis.xsl:
24240    * xslt/docbook/html/db2html-info.xsl:
24241    * xslt/docbook/html/db2html-inline.xsl:
24242    * xslt/docbook/html/db2html-l10n.xsl:
24243    * xslt/docbook/html/db2html-list.xsl:
24244    * xslt/docbook/html/db2html-media.xsl:
24245    * xslt/docbook/html/db2html-qanda.xsl:
24246    * xslt/docbook/html/db2html-refentry.xsl:
24247    * xslt/docbook/html/db2html-table.xsl:
24248    * xslt/docbook/html/db2html-title.xsl:
24249    * xslt/docbook/html/db2html-xref.xsl:
24250    * xslt/docbook/omf/db2omf.xsl:
24251    * xslt/gettext/gettext.xsl:
24252    * xslt/gettext/l10n-numbers.xsl:
24253    - Converted documentation to comment-based system
24254
24255 doc/xslt/C/gnome-doc-xslt.xml               |   54 +-
24256 doc/xslt/Makefile.am                        |   45 +-
24257 doc/xslt/xsldoc.awk                         |  232 ++++++
24258 doc/xslt/xsldoc.xsl                         |  330 +++++++++
24259 gnome-doc-utils.make                        |  155 +---
24260 xslt/docbook/common/db-chunk.xsl            |  398 ++++-------
24261 xslt/docbook/common/db-common.xsl           |   86 +--
24262 xslt/docbook/common/db-label.xsl            |  270 ++++---
24263 xslt/docbook/common/db-title.xsl            |  223 +++---
24264 xslt/docbook/common/db-xref.xsl             |  159 ++---
24265 xslt/docbook/html/db2html-admon.xsl         |  192 +++--
24266 xslt/docbook/html/db2html-autotoc.xsl       |  100 +--
24267 xslt/docbook/html/db2html-bibliography.xsl  |  140 +---
24268 xslt/docbook/html/db2html-block.xsl         |  275 +++----
24269 xslt/docbook/html/db2html-callout.xsl       |  196 +++--
24270 xslt/docbook/html/db2html-classsynopsis.xsl |  165 ++---
24271 xslt/docbook/html/db2html-cmdsynopsis.xsl   |  115 ++-
24272 xslt/docbook/html/db2html-css.xsl           |  131 ++--
24273 xslt/docbook/html/db2html-division.xsl      |  186 ++---
24274 xslt/docbook/html/db2html-ebnf.xsl          |    8 +-
24275 xslt/docbook/html/db2html-footnote.xsl      |  130 ++--
24276 xslt/docbook/html/db2html-funcsynopsis.xsl  |   27 +-
24277 xslt/docbook/html/db2html-info.xsl          |  403 ++++-------
24278 xslt/docbook/html/db2html-inline.xsl        |   73 +-
24279 xslt/docbook/html/db2html-l10n.xsl          |   52 +-
24280 xslt/docbook/html/db2html-list.xsl          |  305 ++++----
24281 xslt/docbook/html/db2html-media.xsl         |   94 +--
24282 xslt/docbook/html/db2html-qanda.xsl         |   48 +-
24283 xslt/docbook/html/db2html-refentry.xsl      |   43 +-
24284 xslt/docbook/html/db2html-table.xsl         | 1031 ++++++++++++---------------
24285 xslt/docbook/html/db2html-title.xsl         |  245 ++-----
24286 xslt/docbook/html/db2html-xref.xsl          |   68 +-
24287 xslt/docbook/html/db2html.xsl               |  113 +--
24288 xslt/docbook/omf/db2omf.xsl                 |  411 ++++-------
24289 xslt/gettext/gettext.xsl                    |  350 +++------
24290 xslt/gettext/l10n-numbers.xsl               |  150 ++--
24291 36 files changed, 3137 insertions(+), 3866 deletions(-)
24292
24293commit e5b32297f8c8f6bc68aaac221d4bb1e1fe8d9baf
24294Author: Priit Laes <plaes@cvs.gnome.org>
24295Date:   Fri Oct 27 18:03:08 2006 +0000
24296
24297    Translation updated by Ivar Smolin.
24298
24299    2006-10-27  Priit Laes  <plaes@cvs.gnome.org>
24300
24301            * et.po: Translation updated by Ivar Smolin.
24302
24303 po/ChangeLog |   4 ++
24304 po/et.po     | 174 +++++++++++++++++++++++++++++------------------------------
24305 2 files changed, 91 insertions(+), 87 deletions(-)
24306
24307commit 85b58394443ba07673b0669daf6178a82d75bc1a
24308Author: Danilo Šegan <danilo@src.gnome.org>
24309Date:   Fri Oct 20 17:30:46 2006 +0000
24310
24311    Improve speed.
24312
24313 xml2po/ChangeLog |  5 +++++
24314 xml2po/xml2po.py | 22 ++++++++++++++--------
24315 2 files changed, 19 insertions(+), 8 deletions(-)
24316
24317commit 9ffaf26f22e1175300e160b3d6c79fbb7f4967b8
24318Author: Danilo Šegan <danilo@src.gnome.org>
24319Date:   Fri Oct 20 17:21:24 2006 +0000
24320
24321    Added PYTHONPATH to commands in testsuites.
24322
24323 xml2po/tests/ChangeLog | 4 ++++
24324 xml2po/tests/test.py   | 6 +++---
24325 2 files changed, 7 insertions(+), 3 deletions(-)
24326
24327commit 75eee743a6465207f55b89d45dabe5ec94855d5a
24328Author: Mariano Suárez-Alvarez <msuarezalvarez@arnet.com.ar>
24329Date:   Wed Oct 11 06:07:32 2006 +0000
24330
24331    install the .pc file even if the build utils are not enabled. Bug #355553.
24332
24333    2006-10-11  Mariano Suárez-Alvarez  <msuarezalvarez@arnet.com.ar>
24334
24335            * Makefile.am: install the .pc file even if the build utils are not
24336            enabled. Bug #355553.
24337            * xslt/xsldoc/xsldoc.xsl: add xi and fxi to exclude-result-prefixes,
24338            so that we don't get spurious xmlns attributes all over the place.
24339
24340 ChangeLog              | 7 +++++++
24341 Makefile.am            | 6 +++---
24342 xslt/xsldoc/xsldoc.xsl | 2 +-
24343 3 files changed, 11 insertions(+), 4 deletions(-)
24344
24345commit 2ee456960349da4aef4cfbdbf69fb3bb251a1327
24346Author: Shaun McCance <shaunm@src.gnome.org>
24347Date:   Wed Oct 11 02:15:16 2006 +0000
24348
24349    - Added option to output CSS to an external file
24350
24351    * gnome-doc-html.in:
24352    * xslt/docbook/html/db2html-css.xsl:
24353    * xslt/docbook/html/db2html-division.xsl:
24354    * xslt/docbook/html/db2html-info.xsl:
24355    - Added option to output CSS to an external file
24356
24357 gnome-doc-html.in                      |  16 ++--
24358 xslt/docbook/html/db2html-css.xsl      | 149 ++++++++++++++++++++-------------
24359 xslt/docbook/html/db2html-division.xsl |   4 +-
24360 xslt/docbook/html/db2html-info.xsl     |   4 +-
24361 4 files changed, 107 insertions(+), 66 deletions(-)
24362
24363commit 31417a0b671ad781dcc916ea02c4079ddbeaae78
24364Author: Shaun McCance <shaunm@src.gnome.org>
24365Date:   Tue Oct 10 04:42:09 2006 +0000
24366
24367    - Added gnome-doc-html, no-fuss script to convert DocBook to HTML
24368
24369    * Makefile.am:
24370    * configure.in:
24371    * gnome-doc-html:
24372    - Added gnome-doc-html, no-fuss script to convert DocBook to HTML
24373
24374    * xslt/docbook/html/db2html-classsynopsis.xsl:
24375    - Fixed type: python mode was calling cpp mode
24376
24377    * xslt/docbook/html/db2html-cmdsynopsis.xsl:
24378    - Fixed documentation typos: s/paramter/parameter/
24379
24380    * xslt/docbook/html/db2html-funcsynopsis.xsl:
24381    - Whitespace
24382
24383    * xslt/docbook/html/db2html-media.xsl:
24384    * xslt/docbook/utils/Makefile.am:
24385    * xslt/docbook/utils/figures.xsl:
24386    - Split out db2html.imagedata.src to give figures.xsl
24387    - Added figures.xsl util to list the actual media files used
24388
24389 ChangeLog                                   |  22 +++
24390 Makefile.am                                 |   2 +-
24391 configure.in                                |   1 +
24392 gnome-doc-html.in                           | 212 ++++++++++++++++++++++++++++
24393 xslt/docbook/html/db2html-classsynopsis.xsl |   2 +-
24394 xslt/docbook/html/db2html-cmdsynopsis.xsl   |  10 +-
24395 xslt/docbook/html/db2html-funcsynopsis.xsl  |  35 +++--
24396 xslt/docbook/html/db2html-media.xsl         |  81 ++++++-----
24397 xslt/docbook/utils/Makefile.am              |   2 +-
24398 xslt/docbook/utils/figures.xsl              |  45 ++++++
24399 10 files changed, 351 insertions(+), 61 deletions(-)
24400
24401commit b8f9cedfb1bc3142f7ed1affebe61a9e924afd78
24402Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
24403Date:   Mon Sep 11 16:46:03 2006 +0000
24404
24405    - Removed excessive alpha-thai elements. (part of bug #323249)
24406
24407    2006-09-11  Theppitak Karoonboonyanan  <thep@linux.thai.net>
24408
24409            * xslt/gettext/l10n-numbers.xsl:
24410            - Removed excessive alpha-thai elements. (part of bug #323249)
24411
24412 ChangeLog                     | 5 +++++
24413 xslt/gettext/l10n-numbers.xsl | 2 +-
24414 2 files changed, 6 insertions(+), 1 deletion(-)
24415
24416commit 85d2ae3bd11300dd98c045bf61e5169b93a4b526
24417Author: David Lodge <dave@cirt.net>
24418Date:   Sun Sep 10 09:12:23 2006 +0000
24419
24420    Updated English (British) translation.
24421
24422    2006-09-10  David Lodge <dave@cirt.net>
24423
24424            * en_GB.po: Updated English (British) translation.
24425
24426 po/ChangeLog |   4 +
24427 po/en_GB.po  | 535 +++++++++++++++++++++++++++++++----------------------------
24428 2 files changed, 282 insertions(+), 257 deletions(-)
24429
24430commit 9502efe23f6545eaa9eeebc5be3dfd6dafb0b925
24431Author: Shaun McCance <shaunm@src.gnome.org>
24432Date:   Mon Sep 4 23:34:51 2006 +0000
24433
24434    - Version 0.8.0
24435
24436    * NEWS:
24437    * configure.in:
24438    - Version 0.8.0
24439
24440 ChangeLog    |  6 ++++++
24441 NEWS         | 27 +++++++++++++++++++++++++++
24442 configure.in |  2 +-
24443 3 files changed, 34 insertions(+), 1 deletion(-)
24444
24445commit c5c3275407301ddb50860c868221f92518905f58
24446Author: Lucas Rocha <lucasr@gnome.org>
24447Date:   Mon Sep 4 05:11:43 2006 +0000
24448
24449    Updated Brazilian Portuguese translation by Leonardo Ferreira Fontenelle
24450
24451    2006-09-04  Lucas Rocha  <lucasr@gnome.org>
24452
24453            * pt_BR.po: Updated Brazilian Portuguese translation
24454            by Leonardo Ferreira Fontenelle <leo.fontenelle@gmail.com>
24455
24456 po/ChangeLog |   7 +-
24457 po/pt_BR.po  | 418 ++++++++++++++++++-----------------------------------------
24458 2 files changed, 129 insertions(+), 296 deletions(-)
24459
24460commit 07aad33d37915cd9e943fbc6795c3e1d5c339cee
24461Author: Kostas Papadimas <pkst@src.gnome.org>
24462Date:   Sat Sep 2 08:19:03 2006 +0000
24463
24464    Updated Greek translation
24465
24466 po/ChangeLog |   4 ++
24467 po/el.po     | 202 +++++++++++++++++++++++++++--------------------------------
24468 2 files changed, 96 insertions(+), 110 deletions(-)
24469
24470commit 56f2db7c9e80a54671f80923ca51ca44959c4778
24471Author: Abel Cheung <abel@oaka.org>
24472Date:   Fri Sep 1 11:34:49 2006 +0000
24473
24474    Added 'mk' 'ta' to ALL_LINGUAS.
24475
24476    2006-09-01  Abel Cheung  <abel@oaka.org>
24477
24478            * configure.in: Added 'mk' 'ta' to ALL_LINGUAS.
24479
24480 ChangeLog    | 4 ++++
24481 configure.in | 2 +-
24482 2 files changed, 5 insertions(+), 1 deletion(-)
24483
24484commit 0b375ba696822e50c0ae27516bb8121c884a3b5d
24485Author: Runa Bhattacharjee <runab@src.gnome.org>
24486Date:   Fri Sep 1 07:35:33 2006 +0000
24487
24488    Added Entry for Bengali India Translation Updation
24489
24490 po/ChangeLog | 4 ++++
24491 1 file changed, 4 insertions(+)
24492
24493commit 7b4635d534505f9ea7d5f5f59914516aa32b8dea
24494Author: Runa Bhattacharjee <runab@src.gnome.org>
24495Date:   Fri Sep 1 07:35:19 2006 +0000
24496
24497    Updated Bengali India Translation
24498
24499 po/bn_IN.po | 85 ++++++++++++++++++++++++++++++++++++++-----------------------
24500 1 file changed, 53 insertions(+), 32 deletions(-)
24501
24502commit 2705bb090ca7c20a62fccc441f878abc85bceca9
24503Author: Rajesh Ranjan <rranjan@src.gnome.org>
24504Date:   Thu Aug 31 11:41:26 2006 +0000
24505
24506    Updated Translation
24507
24508 po/ChangeLog |   4 +
24509 po/hi.po     | 256 +++++++++++++++++++++++++++++++++++++++++------------------
24510 2 files changed, 181 insertions(+), 79 deletions(-)
24511
24512commit cd9d6afe50a52a3664f4cb83b26561fac310cd98
24513Author: Gabor Kelemen <kelemeng@gnome.hu>
24514Date:   Thu Aug 31 00:06:40 2006 +0000
24515
24516    Translation updated.
24517
24518    2006-08-31  Gabor Kelemen  <kelemeng@gnome.hu>
24519
24520            * hu.po: Translation updated.
24521
24522 po/ChangeLog |  4 ++++
24523 po/hu.po     | 69 ++++++++++++++++++++++--------------------------------------
24524 2 files changed, 29 insertions(+), 44 deletions(-)
24525
24526commit 74451263919fa607eb2b54f1e473679034b1364a
24527Author: Duarte Loreto <happyguy_pt@hotmail.com>
24528Date:   Wed Aug 30 21:03:52 2006 +0000
24529
24530    Updated Portuguese translation.
24531
24532    2006-08-30  Duarte Loreto <happyguy_pt@hotmail.com>
24533
24534            * pt.po: Updated Portuguese translation.
24535
24536 po/ChangeLog |   4 ++
24537 po/pt.po     | 164 +++++++++++++++++++++++++++++------------------------------
24538 2 files changed, 86 insertions(+), 82 deletions(-)
24539
24540commit 4e38df268955d6817a172597463349b79d71af56
24541Author: Gintautas Miliauskas <gintas@src.gnome.org>
24542Date:   Wed Aug 30 12:35:15 2006 +0000
24543
24544    Updated Lithuanian translation
24545
24546 po/ChangeLog |   4 ++
24547 po/lt.po     | 151 ++++++++++++++++++++++++++++++-----------------------------
24548 2 files changed, 80 insertions(+), 75 deletions(-)
24549
24550commit dd3bf753cab8ee11494805ba2e2c1a430b37ee93
24551Author: Rahul Bhalerao <rahulb@src.gnome.org>
24552Date:   Mon Aug 28 09:53:13 2006 +0000
24553
24554    Updated translations
24555
24556 po/ChangeLog |    4 +
24557 po/mr.po     | 1888 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
24558 2 files changed, 1892 insertions(+)
24559
24560commit 8cc679ac0cebc68c6b6f393f07861a73d5225077
24561Author: Rahul Bhalerao <rahulb@src.gnome.org>
24562Date:   Mon Aug 28 08:43:41 2006 +0000
24563
24564    Added an entry for Marathi(mr)
24565
24566 configure.in | 2 +-
24567 1 file changed, 1 insertion(+), 1 deletion(-)
24568
24569commit 8d4c04164d49f6ddfee32fae8c8c8d902f83e2c0
24570Author: Thierry Randrianiriana <thierryr@src.gnome.org>
24571Date:   Sat Aug 26 10:50:43 2006 +0000
24572
24573    Added Malagasy 'mg' to ALL_LINGUAS. Added Malagasy translation.
24574
24575    * configure.in: Added Malagasy 'mg' to ALL_LINGUAS.
24576    * po/mg.po: Added Malagasy translation.
24577
24578 ChangeLog    |   11 +-
24579 configure.in |    2 +-
24580 po/ChangeLog |   27 +-
24581 po/mg.po     | 1804 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
24582 4 files changed, 1828 insertions(+), 16 deletions(-)
24583
24584commit b6179083adf97fe49f663a6549f3017a1ca44812
24585Author: Matic Zgur <mr.zgur@gmail.com>
24586Date:   Sat Aug 26 01:18:30 2006 +0000
24587
24588    Updated Slovenian translation.
24589
24590    2006-08-26  Matic Zgur  <mr.zgur@gmail.com>
24591
24592            * sl.po: Updated Slovenian translation.
24593
24594 po/ChangeLog |  4 +++
24595 po/sl.po     | 82 +++++++++++++++++++++++++++++++++++++++++++++---------------
24596 2 files changed, 66 insertions(+), 20 deletions(-)
24597
24598commit 702a1cc1941f8359f3b2ec0910c7390c238c18a2
24599Author: Khandakar Mujahidul Islam <mislam@src.gnome.org>
24600Date:   Fri Aug 25 13:04:14 2006 +0000
24601
24602    Updated Bengali translation
24603
24604 po/ChangeLog |   4 +
24605 po/bn.po     | 272 ++++++++++++++++++++++++++++++++++++++++-------------------
24606 2 files changed, 187 insertions(+), 89 deletions(-)
24607
24608commit 617c9fd262ecde5b503d3a7857d02cba9774f6b5
24609Author: Funda Wang <fwang@src.gnome.org>
24610Date:   Fri Aug 25 08:45:36 2006 +0000
24611
24612    Updated gnome-doc-utils zh_CN translation.
24613
24614 po/ChangeLog |   4 ++
24615 po/zh_CN.po  | 146 +++++++++++++++++++++++++++++------------------------------
24616 2 files changed, 77 insertions(+), 73 deletions(-)
24617
24618commit 4f9499e7f856fd76da4729bbcfe93c3679b7b15b
24619Author: Inaki Larranaga <dooteo@euskalgnu.org>
24620Date:   Wed Aug 23 10:32:30 2006 +0000
24621
24622    Added Basque translation.
24623
24624    2006-08-23  Inaki Larranaga  <dooteo@euskalgnu.org>
24625
24626            * eu.po: Added Basque translation.
24627
24628 po/ChangeLog |    4 +
24629 po/eu.po     | 1908 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
24630 2 files changed, 1912 insertions(+)
24631
24632commit 57b0bcd3dffe9e3c0b08c4ddb44d7ff9f5f865fe
24633Author: Inaki Larranaga <dooteo@euskalgnu.org>
24634Date:   Wed Aug 23 10:31:34 2006 +0000
24635
24636    Added "eu" (Basque) to ALL_LINGUAS.
24637
24638    2006-08-22  Inaki Larranaga  <dooteo@euskalgnu.org>
24639
24640            * configure.in: Added "eu" (Basque) to ALL_LINGUAS.
24641
24642 ChangeLog    | 4 ++++
24643 configure.in | 2 +-
24644 2 files changed, 5 insertions(+), 1 deletion(-)
24645
24646commit fa887257c76ddba41beacac94823ee5edb72c916
24647Author: Leonid Kanter <lkanter@src.gnome.org>
24648Date:   Tue Aug 22 15:51:44 2006 +0000
24649
24650    Updated Russian translation
24651
24652 po/ChangeLog |   4 ++
24653 po/ru.po     | 195 ++++++++++++++++++++++++++++-------------------------------
24654 2 files changed, 97 insertions(+), 102 deletions(-)
24655
24656commit 6d8465060186ea5dffeff1d988af96630e470ea9
24657Author: Matic Žgur <mr.zgur@gmail.com>
24658Date:   Tue Aug 22 13:58:12 2006 +0000
24659
24660    Added Slovenian translation. Added Slovenian (sl) to ALL_LINGUAS.
24661
24662    2006-08-22  Matic Žgur  <mr.zgur@gmail.com>
24663
24664            * sl.po: Added Slovenian translation.
24665            * configure.in: Added Slovenian (sl) to ALL_LINGUAS.
24666
24667 ChangeLog    |    4 +
24668 configure.in |    2 +-
24669 po/ChangeLog |    4 +
24670 po/sl.po     | 1765 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
24671 4 files changed, 1774 insertions(+), 1 deletion(-)
24672
24673commit c3fa57a4221afe70556dee8b28f228e2aa338f42
24674Author: Shaun McCance <shaunm@src.gnome.org>
24675Date:   Mon Aug 21 19:03:40 2006 +0000
24676
24677    - Use an XSLT namespace alias for XInclude output
24678
24679    * xslt/xsldoc/xsldoc.xsl:
24680    - Use an XSLT namespace alias for XInclude output
24681
24682 ChangeLog              | 5 +++++
24683 xslt/xsldoc/xsldoc.xsl | 7 +++++--
24684 2 files changed, 10 insertions(+), 2 deletions(-)
24685
24686commit 090156ad11c995035021266926221bc837c8839c
24687Author: Satoru SATOH <ss@gnome.gr.jp>
24688Date:   Thu Aug 17 14:29:55 2006 +0000
24689
24690    Updated Japanese Translation.
24691
24692    2006-08-17  Satoru SATOH <ss@gnome.gr.jp>
24693
24694            * Updated Japanese Translation.
24695
24696 po/ChangeLog |   4 ++
24697 po/ja.po     | 150 +++++++++++++++++++++++++++++------------------------------
24698 2 files changed, 79 insertions(+), 75 deletions(-)
24699
24700commit d460469273c6e2740992aebc3c945d8689f2ee57
24701Author: Gabor Kelemen <kelemeng@gnome.hu>
24702Date:   Wed Aug 16 01:56:58 2006 +0000
24703
24704    Translation updated.
24705
24706    2006-08-16  Gabor Kelemen  <kelemeng@gnome.hu>
24707
24708            * hu.po: Translation updated.
24709
24710 po/ChangeLog |   4 ++
24711 po/hu.po     | 204 +++++++++++++++++++++++++++++++----------------------------
24712 2 files changed, 113 insertions(+), 95 deletions(-)
24713
24714commit ec45854579f04c2df629eebbcd4a3cb271acd987
24715Author: Hendrik Richter <hendrikr@gnome.org>
24716Date:   Tue Aug 15 21:13:41 2006 +0000
24717
24718    Updated German translation.
24719
24720    2006-08-15  Hendrik Richter  <hendrikr@gnome.org>
24721
24722            * de.po: Updated German translation.
24723
24724 po/ChangeLog |   4 ++
24725 po/de.po     | 152 +++++++++++++++++++++++++++++------------------------------
24726 2 files changed, 80 insertions(+), 76 deletions(-)
24727
24728commit 1f14902d405b122822248fdc9a4494394fe264e5
24729Author: Maxim Dziumanenko <dziumanenko@gmail.com>
24730Date:   Mon Aug 14 06:57:20 2006 +0000
24731
24732    Update Ukrainian translation.
24733
24734    2006-08-14  Maxim Dziumanenko <dziumanenko@gmail.com>
24735
24736            * Update Ukrainian translation.
24737
24738 po/ChangeLog |   4 ++
24739 po/uk.po     | 177 +++++++++++++++++++++++++++++++----------------------------
24740 2 files changed, 98 insertions(+), 83 deletions(-)
24741
24742commit 9e5528ba49ce3fae54a28494353ca0b6ffcd7f02
24743Author: Subhransu Behera <sbehera@src.gnome.org>
24744Date:   Sun Aug 13 17:02:17 2006 +0000
24745
24746    Updated Oriya Translation
24747
24748 po/or.po | 1888 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
24749 1 file changed, 1888 insertions(+)
24750
24751commit 10290f597d4fb84438c351b35986297bc1f8dffb
24752Author: Subhransu Behera <sbehera@src.gnome.org>
24753Date:   Sun Aug 13 17:01:01 2006 +0000
24754
24755    Added Entry for Updated Oriya Translation
24756
24757 po/ChangeLog | 4 ++++
24758 1 file changed, 4 insertions(+)
24759
24760commit 159bf2efc7bd05fb3ea02278347a0ec2ddd14b2b
24761Author: Subhransu Behera <sbehera@src.gnome.org>
24762Date:   Sun Aug 13 16:52:58 2006 +0000
24763
24764    Added Oriya to ALL_LINGUAS
24765
24766 ChangeLog    | 4 ++++
24767 configure.in | 2 +-
24768 2 files changed, 5 insertions(+), 1 deletion(-)
24769
24770commit 00a1f1048f2db5ab78e15bdea41b78a8ce14d27f
24771Author: Shaun McCance <shaunm@src.gnome.org>
24772Date:   Mon Aug 7 21:03:50 2006 +0000
24773
24774    - Version 0.7.2
24775
24776    * NEWS:
24777    * configure.in:
24778    - Version 0.7.2
24779
24780 ChangeLog    |  6 ++++++
24781 NEWS         | 16 ++++++++++++++++
24782 configure.in |  2 +-
24783 3 files changed, 23 insertions(+), 1 deletion(-)
24784
24785commit f6fd848cf4a78a0514e3877045ad537cfc25a798
24786Author: Ani Peter <anipeter@src.gnome.org>
24787Date:   Sun Aug 6 12:57:07 2006 +0000
24788
24789    Updated Malayalam translation
24790
24791 po/ChangeLog |    4 +
24792 po/ml.po     | 1890 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
24793 2 files changed, 1894 insertions(+)
24794
24795commit 29424f3182dded6a784a023f1b29755a33effb08
24796Author: Ani Peter <anipeter@src.gnome.org>
24797Date:   Sun Aug 6 12:54:47 2006 +0000
24798
24799    Added Malayalam (ml) to the list
24800
24801 ChangeLog    | 4 ++++
24802 configure.in | 2 +-
24803 2 files changed, 5 insertions(+), 1 deletion(-)
24804
24805commit dbc8f0c080c893bbc226f22f7ce1d289c38d9b09
24806Author: Francisco Javier F. Serrador <serrador@openshine.com>
24807Date:   Sat Aug 5 16:41:47 2006 +0000
24808
24809    Updated Spanish translation.
24810
24811    2006-08-05  Francisco Javier F. Serrador  <serrador@openshine.com>
24812
24813            * es.po: Updated Spanish translation.
24814
24815 po/ChangeLog |  4 +++
24816 po/es.po     | 83 ++++++++++++++++++++++++++----------------------------------
24817 2 files changed, 40 insertions(+), 47 deletions(-)
24818
24819commit 6619b620a79f038823af17e805010871a9dbe4fd
24820Author: Runa Bhattacharjee <runab@src.gnome.org>
24821Date:   Wed Aug 2 07:12:55 2006 +0000
24822
24823    Added Entry for Bengali India Translation Updation
24824
24825 po/ChangeLog | 4 ++++
24826 1 file changed, 4 insertions(+)
24827
24828commit 7bc123fcb3440a3aa22a7c7a61b9ce3c0c5fbfe9
24829Author: Runa Bhattacharjee <runab@src.gnome.org>
24830Date:   Wed Aug 2 07:12:15 2006 +0000
24831
24832    Updated Bengali India Translation
24833
24834 po/bn_IN.po | 147 ++++++++++++++++++++++++++----------------------------------
24835 1 file changed, 64 insertions(+), 83 deletions(-)
24836
24837commit 5b23e0d1750ea5b05a9fb8ed6aaf3d91aec3616f
24838Author: Sanlig Badral <badaa@src.gnome.org>
24839Date:   Tue Aug 1 22:18:50 2006 +0000
24840
24841    Updated mongolian translation.
24842
24843 ChangeLog    |    4 +
24844 configure.in |    2 +-
24845 po/ChangeLog |    4 +
24846 po/mn.po     | 1892 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
24847 4 files changed, 1901 insertions(+), 1 deletion(-)
24848
24849commit eaa1102d2829c3ae472a5ebb7e3f9238b15270dc
24850Author: Ahmad Riza H Nst <rizahnst@eriagempita.co.id>
24851Date:   Fri Jul 28 03:51:24 2006 +0000
24852
24853    Updated.
24854
24855    2006-07-27  Ahmad Riza H Nst  <rizahnst@eriagempita.co.id>
24856
24857            * id.po: Updated.
24858
24859 po/ChangeLog |   4 +
24860 po/id.po     | 325 +++++++++++++++++++++++++++++++++++++++--------------------
24861 2 files changed, 221 insertions(+), 108 deletions(-)
24862
24863commit 0d23e7f5c78f573f58c322cfa36e45a596e135a7
24864Author: Changwoo Ryu <cwryu@debian.org>
24865Date:   Sun Jul 9 13:11:06 2006 +0000
24866
24867    Updated Korean translation.
24868
24869    2006-07-09  Changwoo Ryu  <cwryu@debian.org>
24870
24871            * ko.po: Updated Korean translation.
24872
24873 po/ChangeLog |   4 ++
24874 po/ko.po     | 187 ++++++++++++++++++++++++++++++-----------------------------
24875 2 files changed, 98 insertions(+), 93 deletions(-)
24876
24877commit 7ed4797ed43c983ac925a9f25d649cc02d89fd0e
24878Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
24879Date:   Sun Jul 9 12:19:44 2006 +0000
24880
24881    Updated Traditional Chinese translation(Hong Kong). Updated Traditional
24882
24883    2006-07-09 Chao-Hsiung Liao  <j_h_liau@yahoo.com.tw>
24884
24885            * zh_HK.po: Updated Traditional Chinese translation(Hong Kong).
24886            * zh_TW.po: Updated Traditional Chinese translation(Taiwan).
24887
24888 po/ChangeLog |  5 +++++
24889 po/zh_HK.po  | 13 ++++++-------
24890 po/zh_TW.po  | 13 ++++++-------
24891 3 files changed, 17 insertions(+), 14 deletions(-)
24892
24893commit a5c0a09adf42844b095f24816c2e7248f0b2fb76
24894Author: Runa Bhattacharjee <runab@src.gnome.org>
24895Date:   Mon Jul 3 14:43:21 2006 +0000
24896
24897    Added entry for addition of  bengali India (bn_IN) translation
24898
24899 po/ChangeLog | 4 ++++
24900 1 file changed, 4 insertions(+)
24901
24902commit 1cbc7b473a8e72b9d42d3026a6dec10d33f02a6a
24903Author: Runa Bhattacharjee <runab@src.gnome.org>
24904Date:   Mon Jul 3 14:43:03 2006 +0000
24905
24906    Added Entry for Bengali India (bn_IN) addition to ALL_LINGUAS in configure.in
24907
24908 ChangeLog | 4 ++++
24909 1 file changed, 4 insertions(+)
24910
24911commit 3870670f6cc4b5cf0b7aec1906a50107dbdf9181
24912Author: Runa Bhattacharjee <runab@src.gnome.org>
24913Date:   Mon Jul 3 14:42:44 2006 +0000
24914
24915    Added Bengali India (bn_IN) to ALL_LINGUAS
24916
24917 configure.in | 2 +-
24918 1 file changed, 1 insertion(+), 1 deletion(-)
24919
24920commit 4bca1a3b6a968e3fb714ea194be0ab3a0575b07c
24921Author: Runa Bhattacharjee <runab@src.gnome.org>
24922Date:   Mon Jul 3 14:41:32 2006 +0000
24923
24924    Added Bengali India Translation
24925
24926 po/bn_IN.po | 1935 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
24927 1 file changed, 1935 insertions(+)
24928
24929commit 59422f43e77cd2619caaa24010b3466ddd69314d
24930Author: Benoît Dejean <bdejean@src.gnome.org>
24931Date:   Sun Jul 2 21:47:21 2006 +0000
24932
24933    Updated French translation.
24934
24935    * fr.po: Updated French translation.
24936
24937 po/ChangeLog |   4 +
24938 po/fr.po     | 283 ++++++++++++++++++++++++++++++++++++++++-------------------
24939 2 files changed, 195 insertions(+), 92 deletions(-)
24940
24941commit 7908cde3063a960438e24d6fc7b77289456f2fc0
24942Author: Vincent van Adrighem <adrighem@gnome.org>
24943Date:   Tue Jun 27 08:37:48 2006 +0000
24944
24945    Translation updated by Tino Meinen.
24946
24947    2006-06-27  Vincent van Adrighem  <adrighem@gnome.org>
24948
24949            * nl.po: Translation updated by Tino Meinen.
24950
24951 po/ChangeLog |   4 ++
24952 po/nl.po     | 149 +++++++++++++++++++++++++++++------------------------------
24953 2 files changed, 78 insertions(+), 75 deletions(-)
24954
24955commit 1940401e9eac7ebd565bdbea0c6a8f9c7769bedd
24956Author: Felix I <ifelix@src.gnome.org>
24957Date:   Wed Jun 21 11:26:28 2006 +0000
24958
24959    Tamil translation added
24960
24961 po/ChangeLog |    4 +
24962 po/ta.po     | 1888 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
24963 2 files changed, 1892 insertions(+)
24964
24965commit 746f5f3a4469b71c4207760389e6836e9e163215
24966Author: Raivis Dejus <orvils@gmail.com>
24967Date:   Mon Jun 19 14:07:08 2006 +0000
24968
24969    Added Latvian translation.
24970
24971    2006-06-19  Raivis Dejus  <orvils@gmail.com>
24972
24973            * lv.po: Added Latvian translation.
24974
24975 ChangeLog    |    4 +
24976 configure.in |    2 +-
24977 po/ChangeLog |    4 +
24978 po/lv.po     | 1906 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
24979 4 files changed, 1915 insertions(+), 1 deletion(-)
24980
24981commit 51d5113dc9b2dbb573ae1f5e29a41293e77351d3
24982Author: Shaun McCance <shaunm@src.gnome.org>
24983Date:   Sun Jun 11 22:09:01 2006 +0000
24984
24985    - Version 0.7.1
24986
24987    * NEWS:
24988    * configure.in:
24989    - Version 0.7.1
24990
24991 ChangeLog    |  6 ++++++
24992 NEWS         | 41 +++++++++++++++++++++++++++++++++++++++++
24993 configure.in |  2 +-
24994 3 files changed, 48 insertions(+), 1 deletion(-)
24995
24996commit fa6604771b61adb444aa4261fd9c2a9b43adcd0d
24997Author: Shaun McCance <shaunm@src.gnome.org>
24998Date:   Mon May 29 18:43:04 2006 +0000
24999
25000    - Added support for the LINGUAS environment variable
25001
25002    * gnome-doc-utils.make:
25003    - Added support for the LINGUAS environment variable
25004
25005 ChangeLog            |  5 +++++
25006 gnome-doc-utils.make | 61 +++++++++++++++++++++++++++-------------------------
25007 2 files changed, 37 insertions(+), 29 deletions(-)
25008
25009commit 5fc95d04e0a52784ae5ab171966269b89a7af2f3
25010Author: Shaun McCance <shaunm@src.gnome.org>
25011Date:   Mon May 29 17:18:40 2006 +0000
25012
25013    - Removed the code to copy gnome-doc-utils.make in; use gnome-doc-prepare
25014
25015    * gnome-doc-utils.m4:
25016    - Removed the code to copy gnome-doc-utils.make in; use gnome-doc-prepare
25017
25018 ChangeLog          |  5 +++++
25019 gnome-doc-utils.m4 | 15 ---------------
25020 2 files changed, 5 insertions(+), 15 deletions(-)
25021
25022commit 3b6719c8d5f1198499a90b0d3014381e011d125e
25023Author: Kjartan Maraas <kmaraas@gnome.org>
25024Date:   Mon May 29 01:23:03 2006 +0000
25025
25026    Updated Norwegian bokmål translation.
25027
25028    2006-05-29  Kjartan Maraas  <kmaraas@gnome.org>
25029
25030            * nb.po: Updated Norwegian bokmål translation.
25031
25032 po/ChangeLog |   4 ++
25033 po/nb.po     | 149 +++++++++++++++++++++++++++++------------------------------
25034 2 files changed, 78 insertions(+), 75 deletions(-)
25035
25036commit 72c4efd53257bb7fc2f0920f84f64e61489cab58
25037Author: Pema Geyleg <pgeyleg@src.gnome.org>
25038Date:   Sun May 28 11:56:24 2006 +0000
25039
25040    *** empty log message ***
25041
25042 po/ChangeLog |   4 ++
25043 po/dz.po     | 145 +++++++++++++++++++++++++++++------------------------------
25044 2 files changed, 76 insertions(+), 73 deletions(-)
25045
25046commit a9d7be6609773b9e09ccccba7c4d6f99befae848
25047Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
25048Date:   Wed May 24 16:48:47 2006 +0000
25049
25050    Updated Thai translation.
25051
25052    2006-05-24  Theppitak Karoonboonyanan  <thep@linux.thai.net>
25053
25054            * th.po: Updated Thai translation.
25055
25056 po/ChangeLog |   4 +
25057 po/th.po     | 245 ++++++++++++++++++++++++++++-------------------------------
25058 2 files changed, 120 insertions(+), 129 deletions(-)
25059
25060commit 35e617ca9a125fb87e1bc710eefc72d44f796177
25061Author: Danilo Šegan <danilo@src.gnome.org>
25062Date:   Sun May 14 07:47:57 2006 +0000
25063
25064    Fix year as UTF-8 handling for DocBook.
25065
25066 xml2po/ChangeLog        | 5 +++++
25067 xml2po/modes/docbook.py | 2 +-
25068 2 files changed, 6 insertions(+), 1 deletion(-)
25069
25070commit b14e67e12c62403b5ff11cbfab5f8bf969b16f3f
25071Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
25072Date:   Sat May 13 22:15:39 2006 +0000
25073
25074    Updated Traditional Chinese translation(Hong Kong). Updated Traditional
25075
25076    2006-05-14  Chao-Hsiung Liao  <j_h_liau@yahoo.com.tw>
25077
25078            * zh_HK.po: Updated Traditional Chinese translation(Hong Kong).
25079            * zh_TW.po: Updated Traditional Chinese translation(Taiwan).
25080
25081 po/ChangeLog |   5 ++
25082 po/zh_HK.po  | 149 ++++++++++++++++++++++++++++++-----------------------------
25083 po/zh_TW.po  | 149 ++++++++++++++++++++++++++++++-----------------------------
25084 3 files changed, 155 insertions(+), 148 deletions(-)
25085
25086commit 87a6ab9a16f3a4c8392e318b9052c0d13169a4d2
25087Author: Francisco Javier F. Serrador <serrador@cvs.gnome.org>
25088Date:   Fri Apr 28 19:38:19 2006 +0000
25089
25090    Updated Spanish translation.
25091
25092    2006-04-28  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
25093
25094            * es.po: Updated Spanish translation.
25095
25096 po/ChangeLog |   4 ++
25097 po/es.po     | 230 ++++++++++++++++++++++++++++++++---------------------------
25098 2 files changed, 128 insertions(+), 106 deletions(-)
25099
25100commit 70d97c85c6a83c5014e085c565c0045e3ffea246
25101Author: Sven Herzberg <herzi@gnome-de.org>
25102Date:   Sun Apr 23 22:44:38 2006 +0000
25103
25104    install new files template-document.xml, template.make, added template
25105
25106    2006-04-24  Sven Herzberg  <herzi@gnome-de.org>
25107
25108            * Makefile.am: install new files
25109            * template-document.xml,
25110            * template.make,
25111            * template.omf.in: added template files (fixes bug 170483)
25112
25113 ChangeLog             |  7 +++++++
25114 Makefile.am           |  6 ++++++
25115 template-document.xml | 41 +++++++++++++++++++++++++++++++++++++++++
25116 template.make         |  8 ++++++++
25117 template.omf.in       |  9 +++++++++
25118 5 files changed, 71 insertions(+)
25119
25120commit 3c324f1bff2b42d4d716578fba9e481583bb069d
25121Author: Lukas Novotny <lukasnov@src.gnome.org>
25122Date:   Fri Apr 21 20:51:36 2006 +0000
25123
25124    2006-04-21  Lukas Novotny  <lukasnov@cvs.gnome.org> * cs.po: Updated Czech translation.
25125
25126 po/ChangeLog |   4 ++
25127 po/cs.po     | 118 ++++++++++++++++++++++++++---------------------------------
25128 2 files changed, 55 insertions(+), 67 deletions(-)
25129
25130commit a4b4c01d5ce77dc5a5e4c3741700e2e1971f91ac
25131Author: Ankitkumar Rameshchandra Patel <ankitp@src.gnome.org>
25132Date:   Tue Apr 18 05:33:55 2006 +0000
25133
25134    Updated Translation
25135
25136 po/ChangeLog |   4 ++
25137 po/gu.po     | 148 +++++++++++++++++++++++++++++------------------------------
25138 2 files changed, 78 insertions(+), 74 deletions(-)
25139
25140commit 8dacacb2b57c2bc165f355c5b0ba6b09ae9d1ba9
25141Author: Vladimer Sichinava <vsichi@src.gnome.org>
25142Date:   Tue Apr 18 02:52:47 2006 +0000
25143
25144    Added Georgian translation 18/04/06
25145
25146 ChangeLog    | 4 ++++
25147 configure.in | 2 +-
25148 po/ChangeLog | 4 ++++
25149 po/ka.po     | 6 ++----
25150 4 files changed, 11 insertions(+), 5 deletions(-)
25151
25152commit 1140cd9f0b212b5b28fb07b62b5f887f921bbe9f
25153Author: Vladimer Sichinava <vsichi@src.gnome.org>
25154Date:   Tue Apr 18 02:49:51 2006 +0000
25155
25156    Added Georgian translation 18/04/06
25157
25158 po/ka.po | 1812 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
25159 1 file changed, 1812 insertions(+)
25160
25161commit 36afa808a90c6bfee841c82999e471494d21808a
25162Author: Kjartan Maraas <kmaraas@gnome.org>
25163Date:   Mon Apr 17 13:31:10 2006 +0000
25164
25165    Remove obsolete entry for no_NO And the translation.
25166
25167    2006-04-17  Kjartan Maraas  <kmaraas@gnome.org>
25168
25169            * configure.in: Remove obsolete entry for no_NO
25170            * po/no.po: And the translation.
25171
25172 ChangeLog    |    5 +
25173 configure.in |    2 +-
25174 po/no.po     | 1902 ----------------------------------------------------------
25175 3 files changed, 6 insertions(+), 1903 deletions(-)
25176
25177commit fc6bd278b1a1404a3c59962af3753385e00475e2
25178Author: Alexander Shopov <ash@contact.bg>
25179Date:   Mon Apr 17 08:40:36 2006 +0000
25180
25181    Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>
25182
25183    2006-04-17  Alexander Shopov  <ash@contact.bg>
25184
25185            * bg.po: Updated Bulgarian translation by
25186            Alexander Shopov <ash@contact.bg>
25187
25188 po/ChangeLog |   5 ++
25189 po/bg.po     | 148 +++++++++++++++++++++++++++++------------------------------
25190 2 files changed, 79 insertions(+), 74 deletions(-)
25191
25192commit 98529a94e331c013887fa998ae551250ed61d747
25193Author: Clytie Siddall <clyties@src.gnome.org>
25194Date:   Mon Apr 17 04:45:20 2006 +0000
25195
25196    vi.po: Updated Vietnamese translation.
25197
25198 po/ChangeLog |   4 ++
25199 po/vi.po     | 158 +++++++++++++++++++++++++++++------------------------------
25200 2 files changed, 83 insertions(+), 79 deletions(-)
25201
25202commit e17a57da389f076dde2217fe66f75d7f1b50572b
25203Author: Josep Puigdemont i Casamajó <joseppc@src.gnome.org>
25204Date:   Sun Apr 16 23:25:59 2006 +0000
25205
25206    Updated Catalan translation.
25207
25208 po/ChangeLog |   4 ++
25209 po/ca.po     | 223 +++++++++++++++++++++++++++++++++++------------------------
25210 2 files changed, 135 insertions(+), 92 deletions(-)
25211
25212commit 1ddedae4535af1a49da618ad0fffa629d0165518
25213Author: Ignacio Casal Quinteiro <icq@src.gnome.org>
25214Date:   Sun Apr 16 21:39:47 2006 +0000
25215
25216    *** empty log message ***
25217
25218 po/ChangeLog |   4 ++
25219 po/gl.po     | 151 +++++++++++++++++++++++++++++------------------------------
25220 2 files changed, 79 insertions(+), 76 deletions(-)
25221
25222commit 13756494209ccb0648d22bb100a4ae6849137a9a
25223Author: Arangel Angov <arangela@src.gnome.org>
25224Date:   Sun Apr 16 19:19:07 2006 +0000
25225
25226    Updated Macedonian translation <arangela@cvs.gnome.org>
25227
25228 po/mk.po | 157 +++++++++++++++++++++++++++++++--------------------------------
25229 1 file changed, 78 insertions(+), 79 deletions(-)
25230
25231commit ff66d114da560411dc501e1a5b4870fe072b0f5d
25232Author: Daniel Nylander <po@danielnylander.se>
25233Date:   Sun Apr 16 09:37:06 2006 +0000
25234
25235    Updated Swedish translation.
25236
25237    2006-04-16  Daniel Nylander  <po@danielnylander.se>
25238
25239            * sv.po: Updated Swedish translation.
25240
25241 po/ChangeLog |   4 +
25242 po/sv.po     | 456 ++++++++++++++++++++++++++---------------------------------
25243 2 files changed, 201 insertions(+), 259 deletions(-)
25244
25245commit 059916179f17280689dadbc6f0dad5c5f74047ce
25246Author: Ilkka Tuohela <ituohela@src.gnome.org>
25247Date:   Sun Apr 16 07:36:30 2006 +0000
25248
25249    Updated Finnish translation
25250
25251 po/ChangeLog |   4 ++
25252 po/fi.po     | 150 +++++++++++++++++++++++++++++------------------------------
25253 2 files changed, 79 insertions(+), 75 deletions(-)
25254
25255commit 4871d0a6a1c2c1fc757135bbca460b030aff417b
25256Author: Shaun McCance <shaunm@src.gnome.org>
25257Date:   Sat Apr 15 21:05:01 2006 +0000
25258
25259    - Fixed plurals for fr, wa, nso (bug #338641)
25260
25261    * xslt/gettext/gettext.xsl:
25262    - Fixed plurals for fr, wa, nso (bug #338641)
25263
25264 ChangeLog                | 5 +++++
25265 xslt/gettext/gettext.xsl | 4 ++--
25266 2 files changed, 7 insertions(+), 2 deletions(-)
25267
25268commit bdfda93666bcab79e29c0ffca6195a0562330011
25269Author: Shaun McCance <shaunm@src.gnome.org>
25270Date:   Sat Apr 15 18:48:12 2006 +0000
25271
25272    - Some fixes for HTML generation
25273
25274    * gnome-doc-utils.make:
25275    - Some fixes for HTML generation
25276
25277    * xslt/docbook/common/db-xref.xsl:
25278    * xslt/gettext/gettext.xsl:
25279    * xslt/gettext/l10n.xml.in:
25280    - Fixed the email tooltip formatter
25281
25282    * xslt/docbook/html/db2html-inline.xsl:
25283    - Don't put content before attributes, dummy
25284
25285 ChangeLog                            | 13 +++++++
25286 gnome-doc-utils.make                 | 59 ++++++-----------------------
25287 xslt/docbook/common/db-xref.xsl      | 16 ++------
25288 xslt/docbook/html/db2html-inline.xsl | 55 ++++++++++++---------------
25289 xslt/gettext/gettext.xsl             | 73 ++++++++++++++++++++++++++++++------
25290 xslt/gettext/l10n.xml.in             |  9 ++---
25291 6 files changed, 119 insertions(+), 106 deletions(-)
25292
25293commit 62af4df1e600b68dcf9ae4dc81960b1c70eb391b
25294Author: Pema Geyleg <pgeyleg@src.gnome.org>
25295Date:   Thu Apr 13 12:03:38 2006 +0000
25296
25297    *** empty log message ***
25298
25299 po/ChangeLog |   4 +
25300 po/dz.po     | 238 ++++++++++++++++++++++++++++++++++++++++-------------------
25301 2 files changed, 165 insertions(+), 77 deletions(-)
25302
25303commit 518efc1fe8a5598e8fc5f2c3da75fbe018f745b0
25304Author: Danilo Šegan <danilo@gnome.org>
25305Date:   Tue Apr 11 16:19:37 2006 +0000
25306
25307    Check if "translators-credits" is translated.
25308
25309    2006-04-11  Danilo Šegan  <danilo@gnome.org>
25310
25311            * modes/docbook.py: Check if "translators-credits" is translated.
25312
25313 xml2po/ChangeLog        | 4 ++++
25314 xml2po/modes/docbook.py | 2 +-
25315 2 files changed, 5 insertions(+), 1 deletion(-)
25316
25317commit cad55b4bef0e1ec9f17da2e88815dd81c6fc7fd1
25318Author: Danilo Šegan <danilo@src.gnome.org>
25319Date:   Sat Apr 1 19:03:04 2006 +0000
25320
25321    Added ubuntu-mode test.
25322
25323 xml2po/tests/ChangeLog           |  6 +++
25324 xml2po/tests/ubuntu-mode.po      | 85 ++++++++++++++++++++++++++++++++++++++++
25325 xml2po/tests/ubuntu-mode.pot     | 60 ++++++++++++++++++++++++++++
25326 xml2po/tests/ubuntu-mode.xml     | 38 ++++++++++++++++++
25327 xml2po/tests/ubuntu-mode.xml.out | 35 +++++++++++++++++
25328 5 files changed, 224 insertions(+)
25329
25330commit e5ef76add289d0007b1868bfa7aa381c2d8f831e
25331Author: Danilo Šegan <danilo@src.gnome.org>
25332Date:   Sat Apr 1 19:01:30 2006 +0000
25333
25334    Test system changes.
25335
25336 xml2po/tests/test.py | 9 +++++++--
25337 1 file changed, 7 insertions(+), 2 deletions(-)
25338
25339commit df6bf9a32cfb57c3b5ee144affbb30b9d12bee2a
25340Author: Danilo Šegan <danilo@src.gnome.org>
25341Date:   Sat Apr 1 18:47:47 2006 +0000
25342
25343    Many bug-fixes and addition of Ubuntu mode.
25344
25345 xml2po/ChangeLog                            | 26 +++++++++++
25346 xml2po/modes/Makefile.am                    |  2 +-
25347 xml2po/modes/ubuntu.py                      | 25 +++++++++++
25348 xml2po/tests/docbook.xml.out                | 29 +++++++++++-
25349 xml2po/tests/footnotes.xml.out              |  5 ++-
25350 xml2po/tests/relnotes/el/rnapplications.xml | 19 ++++++--
25351 xml2po/tests/relnotes/el/rndesktop.xml      |  6 ++-
25352 xml2po/tests/relnotes/el/rni18n.xml         | 37 ++++++++++++++-
25353 xml2po/tests/relnotes/el/rnplatform.xml     |  6 ++-
25354 xml2po/tests/relnotes/el/rnsysadmin.xml     | 12 ++++-
25355 xml2po/xml2po.py                            | 70 ++++++++++++++++++++++++++---
25356 11 files changed, 219 insertions(+), 18 deletions(-)
25357
25358commit d5539eee56326e6db664c119a356d45856ba89a7
25359Author: Danilo Šegan <danilo@src.gnome.org>
25360Date:   Fri Mar 31 23:54:34 2006 +0000
25361
25362    Fix attribute handling.
25363
25364 xml2po/ChangeLog |  7 +++++++
25365 xml2po/xml2po.py | 14 ++++++++++----
25366 2 files changed, 17 insertions(+), 4 deletions(-)
25367
25368commit 8f95f231130ca01862a60c96d558cc534c805379
25369Author: Danilo Šegan <danilo@src.gnome.org>
25370Date:   Fri Mar 31 23:12:05 2006 +0000
25371
25372    Improve keep-entities stuff even further, add another test case.
25373
25374 xml2po/ChangeLog                   |  4 ++++
25375 xml2po/tests/ChangeLog             | 11 +++++++++++
25376 xml2po/tests/adjacent-ents.po      | 28 ++++++++++++++++++++++++++++
25377 xml2po/tests/adjacent-ents.pot     | 28 ++++++++++++++++++++++++++++
25378 xml2po/tests/adjacent-ents.xml     | 11 +++++++++++
25379 xml2po/tests/adjacent-ents.xml.out | 11 +++++++++++
25380 xml2po/tests/test.py               | 23 +++++++++++++++++++----
25381 xml2po/xml2po.py                   | 38 +++++++++++++++++++++++---------------
25382 8 files changed, 135 insertions(+), 19 deletions(-)
25383
25384commit 32fd906da9a14bf3bb155642f3da73f7beba6cee
25385Author: Danilo Šegan <danilo@src.gnome.org>
25386Date:   Fri Mar 31 21:20:46 2006 +0000
25387
25388    Fix handling of adjacent entities in --keep-entities mode.
25389
25390 xml2po/ChangeLog | 7 +++++++
25391 xml2po/xml2po.py | 2 +-
25392 2 files changed, 8 insertions(+), 1 deletion(-)
25393
25394commit 0cea51c4199783c4221f43e3cc537638579e664f
25395Author: Danilo Šegan <danilo@src.gnome.org>
25396Date:   Fri Mar 31 20:07:17 2006 +0000
25397
25398    Fix keep-entities option handling when merging.
25399
25400 xml2po/ChangeLog              |  8 ++++++++
25401 xml2po/TODO                   |  7 +++----
25402 xml2po/tests/ChangeLog        | 11 +++++++++--
25403 xml2po/tests/keepents.po      | 20 ++++++++++++++++++++
25404 xml2po/tests/keepents.pot     | 20 ++++++++++++++++++++
25405 xml2po/tests/keepents.xml     |  7 +++++++
25406 xml2po/tests/keepents.xml.out |  7 +++++++
25407 xml2po/tests/test.py          |  2 +-
25408 xml2po/xml2po.py              |  8 ++++++--
25409 9 files changed, 81 insertions(+), 9 deletions(-)
25410
25411commit cbf62f0301aff684755efbf5818f573dc9219dd1
25412Author: Danilo Šegan <danilo@src.gnome.org>
25413Date:   Fri Mar 31 19:33:20 2006 +0000
25414
25415    Added testcase.
25416
25417 xml2po/tests/ChangeLog         |  7 +++++++
25418 xml2po/tests/footnotes.po      | 36 ++++++++++++++++++++++++++++++++++++
25419 xml2po/tests/footnotes.pot     | 36 ++++++++++++++++++++++++++++++++++++
25420 xml2po/tests/footnotes.xml     | 23 +++++++++++++++++++++++
25421 xml2po/tests/footnotes.xml.out | 11 +++++++++++
25422 xml2po/tests/test.py           |  2 +-
25423 6 files changed, 114 insertions(+), 1 deletion(-)
25424
25425commit 6f1c2b711320702e7e1a9f14b3b1639a168e4871
25426Author: Danilo Šegan <danilo@src.gnome.org>
25427Date:   Fri Mar 31 19:15:15 2006 +0000
25428
25429    Ignore blank child nodes in isFinalNode.
25430
25431 xml2po/ChangeLog | 6 ++++++
25432 xml2po/xml2po.py | 2 +-
25433 2 files changed, 7 insertions(+), 1 deletion(-)
25434
25435commit ba303bbdaf52b0e29bc141c1d07a7d44f2df4e82
25436Author: Danilo Šegan <danilo@src.gnome.org>
25437Date:   Fri Mar 31 19:01:29 2006 +0000
25438
25439    Ignore blank child nodes in isFinalNode.
25440
25441 xml2po/xml2po.py | 2 +-
25442 1 file changed, 1 insertion(+), 1 deletion(-)
25443
25444commit 0e702e2e6d856436c7689c1fe7040f78700a213f
25445Author: Rhys Jones <rhys@sucs.org>
25446Date:   Wed Mar 29 12:59:52 2006 +0000
25447
25448    Added Welsh (cy) to ALL_LINGUAS. Added Welsh translation.
25449
25450    2006-03-29  Rhys Jones  <rhys@sucs.org>
25451
25452            * configure.in: Added Welsh (cy) to ALL_LINGUAS.
25453            * po/cy.po: Added Welsh translation.
25454
25455 ChangeLog    |    4 +
25456 configure.in |    2 +-
25457 po/ChangeLog |    4 +
25458 po/cy.po     | 1897 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
25459 4 files changed, 1906 insertions(+), 1 deletion(-)
25460
25461commit d8ae0058485297c4fcac468efe614d0521338399
25462Author: Priit Laes <amd@store20.com>
25463Date:   Mon Mar 27 06:13:40 2006 +0000
25464
25465    Translation updated by Ivar Smolin.
25466
25467    2006-03-27  Priit Laes  <amd@store20.com>
25468
25469            * et.po: Translation updated by Ivar Smolin.
25470
25471 po/ChangeLog |   4 +
25472 po/et.po     | 258 ++++++++++++++++++-----------------------------------------
25473 2 files changed, 84 insertions(+), 178 deletions(-)
25474
25475commit c8b5ea9a0720a2e2bd530f0c719c8115d91a20ee
25476Author: Tommi Vainikainen <thv@iki.fi>
25477Date:   Wed Mar 22 11:10:53 2006 +0000
25478
25479    Added Dzongkha translation from Pema Geyleg. 2006-03-22 Tommi Vainikainen
25480
25481    2006-03-22  Tommi Vainikainen  <thv@iki.fi>
25482            * dz.po: Added Dzongkha translation from Pema Geyleg.
25483    2006-03-22  Tommi Vainikainen  <thv@iki.fi>
25484            * configure.in (ALL_LINGUAS): Added Dzongkha (dz).
25485
25486 ChangeLog    |    4 +
25487 configure.in |    2 +-
25488 po/ChangeLog |    4 +
25489 po/dz.po     | 1797 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
25490 4 files changed, 1806 insertions(+), 1 deletion(-)
25491
25492commit cb8106671f2d43672e703e3983ec4d9d2d1b3d54
25493Author: Dan Damian <dand@src.gnome.org>
25494Date:   Tue Mar 14 09:14:43 2006 +0000
25495
25496    Updated Romanian translation.
25497
25498 po/ChangeLog |   4 +
25499 po/ro.po     | 238 ++++++++++++++++++++++++++++++++++++++++-------------------
25500 2 files changed, 165 insertions(+), 77 deletions(-)
25501
25502commit cd6bece1fb3c0e576d171f2b5c0e4567f5ffa791
25503Author: Amanpreet Singh Alam <aman@src.gnome.org>
25504Date:   Sun Mar 12 16:01:36 2006 +0000
25505
25506    update translation for Punjabi (Gurmukhi) by apbrar gmail com
25507
25508 po/pa.po | 279 ++++++++++++++++++++++++++++++++++++++++++---------------------
25509 1 file changed, 186 insertions(+), 93 deletions(-)
25510
25511commit 4d1ed7e3065dc78e05d99007e166cd62d0a284b5
25512Author: Guilherme de S. Pastore <gpastore@src.gnome.org>
25513Date:   Sat Mar 11 11:14:49 2006 +0000
25514
25515    0.6.0
25516
25517 ChangeLog    | 10 ++++++++++
25518 NEWS         | 17 ++++++++++++++++-
25519 configure.in |  2 +-
25520 3 files changed, 27 insertions(+), 2 deletions(-)
25521
25522commit 75892616c0d9ea0600874490caa63b8bf9bc53e4
25523Author: Guilherme de S. Pastore <gpastore@src.gnome.org>
25524Date:   Sat Mar 11 02:31:25 2006 +0000
25525
25526    Updated Brazilian Portuguese translation from Leandro A. F. Pereira
25527
25528    * pt_BR.po: Updated Brazilian Portuguese translation from Leandro
25529      A. F. Pereira <leandro@linuxmag.com.br>.
25530
25531 po/ChangeLog |   5 +
25532 po/pt_BR.po  | 318 +++++++++++++++++++++++++++++++++++++++--------------------
25533 2 files changed, 216 insertions(+), 107 deletions(-)
25534
25535commit 703c54b4491dd464f86009ad173d024fb2e9fe04
25536Author: Duarte Loreto <happyguy_pt@hotmail.com>
25537Date:   Sat Mar 11 00:36:58 2006 +0000
25538
25539    Updated Portuguese translation.
25540
25541    2006-03-11  Duarte Loreto <happyguy_pt@hotmail.com>
25542
25543            * pt.po: Updated Portuguese translation.
25544
25545 po/ChangeLog |   4 ++
25546 po/pt.po     | 151 ++++++++++++++++++++++++++++++++++-------------------------
25547 2 files changed, 91 insertions(+), 64 deletions(-)
25548
25549commit 299f3500bed653a21c816c9f29ccad938e805d7d
25550Author: Laurent Dhima <laurenti@alblinux.net>
25551Date:   Thu Mar 9 10:37:05 2006 +0000
25552
25553    Updated Albanian translation.
25554
25555    2006-03-09  Laurent Dhima  <laurenti@alblinux.net>
25556
25557            * sq.po: Updated Albanian translation.
25558
25559 po/ChangeLog |   4 ++
25560 po/sq.po     | 150 ++++++++++++++++++++++++++++++++++-------------------------
25561 2 files changed, 90 insertions(+), 64 deletions(-)
25562
25563commit c4db07ce36a81e96cabca6666fc4d6c3381b75dd
25564Author: Daniel Nylander <po@danielnylander.se>
25565Date:   Wed Mar 8 10:51:29 2006 +0000
25566
25567    Swedish translation updated.
25568
25569    2006-03-08  Daniel Nylander  <po@danielnylander.se>
25570
25571            * sv.po: Swedish translation updated.
25572
25573 po/ChangeLog |    4 +
25574 po/sv.po     | 1222 +++++++++++++++++++---------------------------------------
25575 2 files changed, 399 insertions(+), 827 deletions(-)
25576
25577commit 161138c15c2b96e68d55b0a0550318c0eb8cfafc
25578Author: Gabor Kelemen <kelemeng@gnome.hu>
25579Date:   Wed Mar 8 00:31:47 2006 +0000
25580
25581    Hungarian translation updated.
25582
25583    2006-03-08  Gabor Kelemen  <kelemeng@gnome.hu>
25584
25585            * hu.po: Hungarian translation updated.
25586
25587 po/ChangeLog |   4 +
25588 po/hu.po     | 277 ++++++++++++++++++++++++++++++++++++++++-------------------
25589 2 files changed, 195 insertions(+), 86 deletions(-)
25590
25591commit 2e52344df096f7d00b718184f08a487573aeed82
25592Author: Priit Laes <amd@store20.com>
25593Date:   Tue Mar 7 13:04:34 2006 +0000
25594
25595    Translation updated.
25596
25597    2006-03-07  Priit Laes  <amd@store20.com>
25598
25599            * et.po: Translation updated.
25600
25601 po/ChangeLog |   4 ++
25602 po/et.po     | 152 +++++++++++++++++++++++++++++++++++++++++++++++------------
25603 2 files changed, 125 insertions(+), 31 deletions(-)
25604
25605commit 63b044b307bfa575b2e639f9277e02d049d02092
25606Author: Alexander Shopov <ash@contact.bg>
25607Date:   Sun Mar 5 10:59:38 2006 +0000
25608
25609    Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>
25610
25611    2006-03-05  Alexander Shopov  <ash@contact.bg>
25612
25613            * bg.po: Updated Bulgarian translation by
25614            Alexander Shopov <ash@contact.bg>
25615
25616 po/ChangeLog |  5 +++++
25617 po/bg.po     | 17 +++++++++--------
25618 2 files changed, 14 insertions(+), 8 deletions(-)
25619
25620commit b24409f0896fd100e21c2306b89b9c0959a82ee3
25621Author: Maxim Dziumanenko <mvd@mylinux.ua>
25622Date:   Fri Mar 3 11:01:43 2006 +0000
25623
25624    Updated Ukrainian translation.
25625
25626    2006-03-03  Maxim Dziumanenko <mvd@mylinux.ua>
25627
25628            * Updated Ukrainian translation.
25629
25630 po/ChangeLog |   4 +
25631 po/uk.po     | 283 +++++++++++++++++++++++++++++++++++++++--------------------
25632 2 files changed, 193 insertions(+), 94 deletions(-)
25633
25634commit 530f030244d1ac50ce8d219828a62934a3eb3a09
25635Author: Arangel Angov <arangela@src.gnome.org>
25636Date:   Thu Mar 2 19:58:17 2006 +0000
25637
25638    Updated Macedonian Translation <arangela@cvs.gnome.org>
25639
25640 po/mk.po | 249 +++++++++++++++++++++++++++++++++++++++++++--------------------
25641 1 file changed, 172 insertions(+), 77 deletions(-)
25642
25643commit 1d3276fc7f50c2a05808d521170eaa1b3ad6ea63
25644Author: Nickolay V. Shmyrev <nshmyrev@src.gnome.org>
25645Date:   Tue Feb 28 17:15:54 2006 +0000
25646
25647    Updated Russian translation.
25648
25649
25650            * ru.po: Updated Russian translation.
25651
25652 po/ChangeLog |   4 +
25653 po/ru.po     | 262 ++++++++++++++++++++++++++++++++++++++++-------------------
25654 2 files changed, 184 insertions(+), 82 deletions(-)
25655
25656commit 2064030c6af9a23ac789328fa39bd024b71b9766
25657Author: Francisco Javier F. Serrador <serrador@cvs.gnome.org>
25658Date:   Mon Feb 27 19:31:00 2006 +0000
25659
25660    Updated Spanish translation.
25661
25662    2006-02-27  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
25663
25664            * es.po: Updated Spanish translation.
25665
25666 po/ChangeLog |   4 ++
25667 po/es.po     | 210 +++++++++++++++++++++++++++++++++--------------------------
25668 2 files changed, 122 insertions(+), 92 deletions(-)
25669
25670commit 26796f3a6f8614586ec370e99e217647149e851a
25671Author: Shaun McCance <shaunm@src.gnome.org>
25672Date:   Mon Feb 27 06:03:46 2006 +0000
25673
25674    - Version 0.5.7
25675
25676    * NEWS:
25677    * configure.in:
25678    - Version 0.5.7
25679
25680 ChangeLog    |  6 ++++++
25681 NEWS         | 12 ++++++++++++
25682 configure.in |  2 +-
25683 3 files changed, 19 insertions(+), 1 deletion(-)
25684
25685commit 4e48371bd23a297dc93b40d7cfe41ba4c38a5857
25686Author: Priit Laes <amd@store20.com>
25687Date:   Fri Feb 24 22:47:31 2006 +0000
25688
25689    Translation updated.
25690
25691    2006-02-25  Priit Laes  <amd@store20.com>
25692
25693            * et.po: Translation updated.
25694
25695 po/ChangeLog |   4 +
25696 po/et.po     | 385 ++++++++++++++++++++++++++++++-----------------------------
25697 2 files changed, 200 insertions(+), 189 deletions(-)
25698
25699commit 49f6791de37c045518bce3d16cc313faa11a6257
25700Author: Laurent Dhima <laurenti@alblinux.net>
25701Date:   Thu Feb 23 09:52:18 2006 +0000
25702
25703    Updated Albanian translation.
25704
25705    2006-02-23  Laurent Dhima  <laurenti@alblinux.net>
25706
25707            * sq.po: Updated Albanian translation.
25708
25709 po/ChangeLog |   4 +
25710 po/sq.po     | 396 +++++++++++++++++++++++++++++++++++------------------------
25711 2 files changed, 240 insertions(+), 160 deletions(-)
25712
25713commit 9c8e7e8111805b28683a9e0f5357552dc90f80da
25714Author: Jordi Mallach <jordim@src.gnome.org>
25715Date:   Wed Feb 22 20:30:52 2006 +0000
25716
25717    Updated Catalan translation by Gil Forcada <gilforcada@guifi.net>.
25718
25719 po/ChangeLog |   5 +++
25720 po/ca.po     | 111 ++++++++++++++++++++++-------------------------------------
25721 2 files changed, 46 insertions(+), 70 deletions(-)
25722
25723commit eb25ffd2e3ab742c0962b1555dcd58686218f254
25724Author: Clytie Siddall <clyties@src.gnome.org>
25725Date:   Tue Feb 21 07:51:36 2006 +0000
25726
25727    vi.po: Updated Vietnamese translation.
25728
25729 po/ChangeLog |   4 ++
25730 po/vi.po     | 137 ++++++++++++++++++++++++++++++++++-------------------------
25731 2 files changed, 83 insertions(+), 58 deletions(-)
25732
25733commit 4fd4519c591803857f0a664186d247b275696a64
25734Author: Vincent van Adrighem <adrighem@gnome.org>
25735Date:   Mon Feb 20 22:05:17 2006 +0000
25736
25737    Translation updated by Tino Meinen.
25738
25739    2006-02-20  Vincent van Adrighem  <adrighem@gnome.org>
25740
25741            * nl.po: Translation updated by Tino Meinen.
25742
25743 po/ChangeLog |   4 ++
25744 po/nl.po     | 159 ++++++++++++++++++++++++++++++++++++++---------------------
25745 2 files changed, 108 insertions(+), 55 deletions(-)
25746
25747commit ff690f7fffcfeb425b074a6c42a89032fa49bb8b
25748Author: Kostas Papadimas <pkst@src.gnome.org>
25749Date:   Mon Feb 20 08:16:34 2006 +0000
25750
25751    Updated Greek translation
25752
25753 po/ChangeLog |   4 +
25754 po/el.po     | 360 +++++++++++++++++++++++++++++------------------------------
25755 2 files changed, 181 insertions(+), 183 deletions(-)
25756
25757commit 37bbc12148cd51081c0cf3092446db7eb994de5d
25758Author: Shaun McCance <shaunm@src.gnome.org>
25759Date:   Sun Feb 19 20:13:17 2006 +0000
25760
25761    - Fixed simplelist without columns attribute
25762
25763    * xslt/docbook/html/db2html-list.xsl:
25764    - Fixed simplelist without columns attribute
25765
25766 ChangeLog                          |  5 +++++
25767 xslt/docbook/html/db2html-list.xsl | 17 ++++++++++++++---
25768 2 files changed, 19 insertions(+), 3 deletions(-)
25769
25770commit 4fd71191d5e7ec7d2c928e7d3cfa9521dd4d6730
25771Author: Shaun McCance <shaunm@src.gnome.org>
25772Date:   Sat Feb 18 22:57:48 2006 +0000
25773
25774    - Version 0.5.6
25775
25776    * NEWS:
25777    * configure.in:
25778    - Version 0.5.6
25779
25780 ChangeLog    |  6 ++++++
25781 NEWS         | 14 ++++++++++++++
25782 configure.in |  2 +-
25783 3 files changed, 21 insertions(+), 1 deletion(-)
25784
25785commit fe06e57cd4a1c59877a6ceb74f1ccff78d2c44e6
25786Author: Shaun McCance <shaunm@src.gnome.org>
25787Date:   Sat Feb 18 22:47:21 2006 +0000
25788
25789    - Fixed issue with uninstalling implicitly declared figures
25790
25791    * gnome-doc-utils.make:
25792    - Fixed issue with uninstalling implicitly declared figures
25793
25794 ChangeLog            | 5 +++++
25795 gnome-doc-utils.make | 2 +-
25796 2 files changed, 6 insertions(+), 1 deletion(-)
25797
25798commit f90ce1f3aaac8ae6dd43e462ddd99c89245c7d6b
25799Author: Brent Smith <gnome@nextreality.net>
25800Date:   Sat Feb 18 21:59:08 2006 +0000
25801
25802    Created some documentation for the xslt stylesheets
25803
25804
25805    2006-02-18  Brent Smith  <gnome@nextreality.net>
25806            * doc/xslt/C/gnome-doc-xslt.xml:
25807            Created some documentation for the xslt stylesheets
25808
25809 ChangeLog                     |   5 ++
25810 doc/xslt/C/gnome-doc-xslt.xml | 172 +++++++++++++++++++++++++++++++++++++++---
25811 2 files changed, 168 insertions(+), 9 deletions(-)
25812
25813commit ee27e6a070125746208d6631b0e0da75f4bda0c1
25814Author: Brent Smith <gnome@nextreality.net>
25815Date:   Sat Feb 18 21:03:13 2006 +0000
25816
25817    - fix an expression in db.chunk.info_chunk param that didn't make sense
25818
25819
25820    2006-02-18  Brent Smith  <gnome@nextreality.net>
25821            * xslt/docbook/common/db-chunk.xsl:
25822            - fix an expression in db.chunk.info_chunk param that didn't make
25823            sense anymore.
25824
25825 ChangeLog                        | 6 ++++++
25826 xslt/docbook/common/db-chunk.xsl | 2 +-
25827 2 files changed, 7 insertions(+), 1 deletion(-)
25828
25829commit bc1ad9a540c7e21f7ae8dddb8979fd5dde3a0ff2
25830Author: Shaun McCance <shaunm@src.gnome.org>
25831Date:   Sat Feb 18 20:42:42 2006 +0000
25832
25833    - Added id attributes to the sections
25834
25835    * doc/gnome-doc-make/C/gnome-doc-make.xml:
25836    - Added id attributes to the sections
25837
25838 ChangeLog                               | 5 +++++
25839 doc/gnome-doc-make/C/gnome-doc-make.xml | 4 ++--
25840 2 files changed, 7 insertions(+), 2 deletions(-)
25841
25842commit 059e923a5d677e0a894458bcf72fcba35096bace
25843Author: Vincent van Adrighem <adrighem@gnome.org>
25844Date:   Fri Feb 17 15:02:05 2006 +0000
25845
25846    Translation updated by Tino Meinen.
25847
25848    2006-02-17  Vincent van Adrighem  <adrighem@gnome.org>
25849
25850            * nl.po: Translation updated by Tino Meinen.
25851
25852 po/ChangeLog |   4 ++
25853 po/nl.po     | 159 +++++++++++++++++++++--------------------------------------
25854 2 files changed, 59 insertions(+), 104 deletions(-)
25855
25856commit 532851eed96d0b90ad1250cb2a6e776f75384bf0
25857Author: Duarte Loreto <happyguy_pt@hotmail.com>
25858Date:   Thu Feb 16 23:22:43 2006 +0000
25859
25860    2nd update of Portuguese translation.
25861
25862    2006-02-16  Duarte Loreto <happyguy_pt@hotmail.com>
25863
25864            * pt.po: 2nd update of Portuguese translation.
25865
25866 po/ChangeLog |   4 ++
25867 po/pt.po     | 156 +++++++++++++++++++++++++----------------------------------
25868 2 files changed, 71 insertions(+), 89 deletions(-)
25869
25870commit f700fee12ec90c76ef26cff56715b2b526965119
25871Author: Duarte Loreto <happyguy_pt@hotmail.com>
25872Date:   Thu Feb 16 01:31:22 2006 +0000
25873
25874    Updated Portuguese translation.
25875
25876    2006-02-16  Duarte Loreto <happyguy_pt@hotmail.com>
25877
25878            * pt.po: Updated Portuguese translation.
25879
25880 po/ChangeLog |   4 +
25881 po/pt.po     | 266 +++++++++++++++++++++++++++++++++++++++--------------------
25882 2 files changed, 181 insertions(+), 89 deletions(-)
25883
25884commit aec04841b7e333f095268f26611ac958fc01908b
25885Author: Žygimantas Beručka <zygis@gnome.org>
25886Date:   Wed Feb 15 14:56:19 2006 +0000
25887
25888    Updated Lithuanian translation.
25889
25890    2006-02-15  Žygimantas Beručka  <zygis@gnome.org>
25891
25892            * lt.po: Updated Lithuanian translation.
25893
25894 po/ChangeLog |   4 +
25895 po/lt.po     | 243 +++++++++++++++++++++++++++++++++++++++++------------------
25896 2 files changed, 172 insertions(+), 75 deletions(-)
25897
25898commit 6b89613a273ba0005d74daa561154103516dd4bb
25899Author: Luca Ferretti <elle.uca@libero.it>
25900Date:   Mon Feb 13 11:43:57 2006 +0000
25901
25902    Updated Italian translation.
25903
25904    2006-02-13  Luca Ferretti  <elle.uca@libero.it>
25905
25906            * it.po: Updated Italian translation.
25907
25908 po/ChangeLog |   4 ++
25909 po/it.po     | 231 ++++++++++++++++++++++++++++++++++++++++-------------------
25910 2 files changed, 163 insertions(+), 72 deletions(-)
25911
25912commit bc1821a39eaa682c5461a3b3da5299b27d0adb71
25913Author: Miloslav Trmac <mitr@volny.cz>
25914Date:   Mon Feb 13 04:59:37 2006 +0000
25915
25916    Updated Czech translation.
25917
25918    2006-02-13  Miloslav Trmac  <mitr@volny.cz>
25919
25920            * cs.po: Updated Czech translation.
25921
25922 po/ChangeLog |  4 ++++
25923 po/cs.po     | 24 +++++++++++++++++-------
25924 2 files changed, 21 insertions(+), 7 deletions(-)
25925
25926commit edbccfa2b6002307fe4679483643a1efc0f0e4b1
25927Author: Shaun McCance <shaunm@src.gnome.org>
25928Date:   Sun Feb 12 23:33:13 2006 +0000
25929
25930    - Version 0.5.5
25931
25932    * NEWS:
25933    * configure.in:
25934    - Version 0.5.5
25935
25936 ChangeLog    |  6 ++++++
25937 NEWS         | 13 +++++++++++++
25938 configure.in |  2 +-
25939 3 files changed, 20 insertions(+), 1 deletion(-)
25940
25941commit 101e80597ac2f90df7e0dff81768f92ed8239479
25942Author: Hendrik Richter <hendi@gnome-de.org>
25943Date:   Sun Feb 12 14:27:06 2006 +0000
25944
25945    Updated German translation.
25946
25947    2006-02-12  Hendrik Richter  <hendi@gnome-de.org>
25948
25949            * de.po: Updated German translation.
25950
25951 po/ChangeLog |   4 +
25952 po/de.po     | 240 ++++++++++++++++++++++++++++++++++++++++-------------------
25953 2 files changed, 169 insertions(+), 75 deletions(-)
25954
25955commit ed35fb92f31eb92ab6cf6d57dc76a65077eee16b
25956Author: Brent Smith <gnome@nextreality.net>
25957Date:   Sat Feb 11 23:02:08 2006 +0000
25958
25959    Provided reasonable defaults for the db.chunk.basename and
25960
25961
25962    2006-02-11  Brent Smith  <gnome@nextreality.net>
25963            * xslt/docbook/common/db-chunk.xsl:
25964            Provided reasonable defaults for the db.chunk.basename and
25965            db.chunk.info_basename stylesheet parameters.
25966
25967 ChangeLog                        |  6 ++++++
25968 xslt/docbook/common/db-chunk.xsl | 13 +++++++++----
25969 2 files changed, 15 insertions(+), 4 deletions(-)
25970
25971commit 10f78aa1435ff0cd154fe59996b280ed6b8da4b4
25972Author: Kang Jeong-Hee <kz@src.gnome.org>
25973Date:   Sat Feb 11 12:38:52 2006 +0000
25974
25975    ko.po updated
25976
25977 po/ko.po | 399 ++++++++++++++++++++++++++++++++++++++++-----------------------
25978 1 file changed, 255 insertions(+), 144 deletions(-)
25979
25980commit c59e4fe03fe757e1f73006326f78cab8657cac41
25981Author: Francisco Javier F. Serrador <serrador@cvs.gnome.org>
25982Date:   Sat Feb 11 12:38:08 2006 +0000
25983
25984    Updated Spanish translation.
25985
25986    2006-02-11  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
25987
25988            * es.po: Updated Spanish translation.
25989
25990 po/ChangeLog |   4 ++
25991 po/es.po     | 177 ++++++++++++++++++++++-------------------------------------
25992 2 files changed, 70 insertions(+), 111 deletions(-)
25993
25994commit ba8e9356c5bf910ba3cc35356013a70889f07a66
25995Author: Clytie Siddall <clyties@src.gnome.org>
25996Date:   Sat Feb 11 06:56:10 2006 +0000
25997
25998    vi.po: Updated Vietnamese translation.
25999
26000 po/ChangeLog |   4 ++
26001 po/vi.po     | 141 +++++++++++++++++++++++++----------------------------------
26002 2 files changed, 64 insertions(+), 81 deletions(-)
26003
26004commit c9bbafa92602d901e5ccf85f0e9b8c7880c707ed
26005Author: Francisco Javier F. Serrador <serrador@cvs.gnome.org>
26006Date:   Thu Feb 9 19:06:22 2006 +0000
26007
26008    Updated Spanish translation.
26009
26010    2006-02-09  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
26011
26012            * es.po: Updated Spanish translation.
26013
26014 po/ChangeLog |  4 ++++
26015 po/es.po     | 22 +++++++---------------
26016 2 files changed, 11 insertions(+), 15 deletions(-)
26017
26018commit 59d964ce7752d9f40479d7afe3e87aa88a3663a6
26019Author: Brent Smith <gnome@nextreality.net>
26020Date:   Mon Feb 6 05:37:45 2006 +0000
26021
26022    Created some documentation for the build utilities; based the documents
26023
26024
26025    2006-02-05  Brent Smith  <gnome@nextreality.net>
26026            * doc/gnome-doc-make/C/gnome-doc-make.xml:
26027            Created some documentation for the build utilities; based the
26028            documents off the GnomeDocUtilsMigrationHowTo page on the wiki
26029
26030 ChangeLog                               |   6 +
26031 doc/gnome-doc-make/C/gnome-doc-make.xml | 578 +++++++++++++++++++++++++++++++-
26032 2 files changed, 572 insertions(+), 12 deletions(-)
26033
26034commit ad688b69ca3733d89de5d6d07fafba083506ca2b
26035Author: Shaun McCance <shaunm@src.gnome.org>
26036Date:   Wed Feb 1 03:48:51 2006 +0000
26037
26038    - Implemented informalfigure
26039
26040    * xslt/docbook/html/db2html-block.xsl:
26041    - Implemented informalfigure
26042
26043 ChangeLog                           | 5 +++++
26044 xslt/docbook/html/db2html-block.xsl | 7 +++++++
26045 2 files changed, 12 insertions(+)
26046
26047commit 9750d9ca2be6e3699cd46e84e8e05c6b25310efd
26048Author: Slobodan D. Sredojevic <slobo@akrep.be>
26049Date:   Mon Jan 30 22:18:07 2006 +0000
26050
26051    Updated Serbian translation
26052
26053    2006-01-30  Slobodan D. Sredojevic  <slobo@akrep.be>
26054
26055            * sr.po, sr@Latn.po: Updated Serbian translation
26056
26057 po/ChangeLog  |   4 +
26058 po/sr.po      | 317 ++++++++++++++++++++++++++++++++++++++++-----------------
26059 po/sr@Latn.po | 319 +++++++++++++++++++++++++++++++++++++++++-----------------
26060 3 files changed, 451 insertions(+), 189 deletions(-)
26061
26062commit 4f66739b6937dfb077c36f7795a4e0a627cb6b44
26063Author: Shaun McCance <shaunm@src.gnome.org>
26064Date:   Mon Jan 30 17:29:58 2006 +0000
26065
26066    - Version 0.5.4
26067
26068    * NEWS:
26069    * configure.in:
26070    - Version 0.5.4
26071
26072 ChangeLog    |  6 ++++++
26073 NEWS         | 21 +++++++++++++++++++++
26074 configure.in |  2 +-
26075 3 files changed, 28 insertions(+), 1 deletion(-)
26076
26077commit a528a1d6f04af5e05403a60ec684c8b8e81cc0d8
26078Author: Shaun McCance <shaunm@src.gnome.org>
26079Date:   Mon Jan 30 00:42:21 2006 +0000
26080
26081    - Do not automatically update po files
26082
26083    * gnome-doc-utils.make:
26084    - Do not automatically update po files
26085
26086 ChangeLog            | 5 +++++
26087 gnome-doc-utils.make | 2 +-
26088 2 files changed, 6 insertions(+), 1 deletion(-)
26089
26090commit 10c88857055207e30a60425398a5df876ff6c7c8
26091Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
26092Date:   Sun Jan 29 00:48:25 2006 +0000
26093
26094    Updated Traditional Chinese translation(Taiwan). Updated Traditional
26095
26096
26097    2006-01-29  Chao-Hsiung Liao  <j_h_liau@yahoo.com.tw>
26098
26099            * zh_TW.po: Updated Traditional Chinese translation(Taiwan).
26100            * zh_HK.po: Updated Traditional Chinese translation(Hong Kong).
26101
26102 po/ChangeLog |  5 +++++
26103 po/zh_HK.po  | 25 ++++++++++++++-----------
26104 po/zh_TW.po  | 25 ++++++++++++++-----------
26105 3 files changed, 33 insertions(+), 22 deletions(-)
26106
26107commit 4a313406794c3b16d35057fceca3eb68dff426ab
26108Author: Vincent van Adrighem <adrighem@gnome.org>
26109Date:   Tue Jan 24 16:52:31 2006 +0000
26110
26111    Translation updated by Tino Meinen.
26112
26113    2006-01-24  Vincent van Adrighem  <adrighem@gnome.org>
26114
26115            * nl.po: Translation updated by Tino Meinen.
26116
26117 po/ChangeLog |  4 ++++
26118 po/nl.po     | 17 +++++++++--------
26119 2 files changed, 13 insertions(+), 8 deletions(-)
26120
26121commit 9f5f9bde1896e51b98697ce25d631dabe856eca1
26122Author: Francisco Javier F. Serrador <serrador@cvs.gnome.org>
26123Date:   Mon Jan 23 21:50:58 2006 +0000
26124
26125    Updated Spanish translation.
26126
26127    2006-01-23  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
26128
26129            * es.po: Updated Spanish translation.
26130
26131 po/ChangeLog | 4 ++++
26132 po/es.po     | 6 +++---
26133 2 files changed, 7 insertions(+), 3 deletions(-)
26134
26135commit 7d1e735d64f21fccee749b271ba8f88fac9bcd72
26136Author: Kjartan Maraas <kmaraas@gnome.org>
26137Date:   Mon Jan 23 10:08:00 2006 +0000
26138
26139    Updated Norwegian bokmål translation. Same.
26140
26141    2006-01-23  Kjartan Maraas  <kmaraas@gnome.org>
26142
26143            * nb.po: Updated Norwegian bokmål translation.
26144            * no.po: Same.
26145
26146 po/ChangeLog |  5 +++++
26147 po/nb.po     | 17 +++++++++--------
26148 po/no.po     | 17 +++++++++--------
26149 3 files changed, 23 insertions(+), 16 deletions(-)
26150
26151commit 769164bc6b668080342cd16176152e36d155f514
26152Author: Francisco Javier F. Serrador <serrador@cvs.gnome.org>
26153Date:   Sun Jan 22 21:50:58 2006 +0000
26154
26155    Updated Spanish translation.
26156
26157    2006-01-22  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
26158
26159            * es.po: Updated Spanish translation.
26160
26161 po/ChangeLog |  4 ++++
26162 po/es.po     | 24 +++++++++++++++---------
26163 2 files changed, 19 insertions(+), 9 deletions(-)
26164
26165commit 67e537879f4daa359076b69944a9858ce3e582e7
26166Author: Shaun McCance <shaunm@src.gnome.org>
26167Date:   Sun Jan 22 19:22:46 2006 +0000
26168
26169    - Fixed incorrectness in db.chunk.depth_of_chunk
26170
26171    * xslt/docbook/common/db-chunk.xsl:
26172    - Fixed incorrectness in db.chunk.depth_of_chunk
26173
26174    * xslt/docbook/common/db-label.xsl:
26175    - Added footnote numbering here, with the other numberers
26176
26177    * xslt/docbook/html/db2html-division.xsl:
26178    - Using a $node parameter throughout db2html.division.html
26179    - Changed how the footnote footer is called
26180
26181    * xslt/docbook/html/db2html-footnote.xsl:
26182    - Changes and improvements to the footnotes stuff
26183
26184    * xslt/gettext/l10n.xml.in:
26185    - Using the msgid default:LTR for the string default:LTR
26186
26187 ChangeLog                              |  18 +++
26188 xslt/docbook/common/db-chunk.xsl       |  10 +-
26189 xslt/docbook/common/db-label.xsl       |  51 +++++++
26190 xslt/docbook/html/db2html-division.xsl |  68 +++++-----
26191 xslt/docbook/html/db2html-footnote.xsl | 237 ++++++++++++++++++++++++---------
26192 xslt/gettext/l10n.xml.in               |   2 +-
26193 6 files changed, 284 insertions(+), 102 deletions(-)
26194
26195commit c728eabaa01dfa3aef9bd47bed4a14db1f6ec94e
26196Author: Funda Wang <fwang@src.gnome.org>
26197Date:   Sun Jan 22 02:39:00 2006 +0000
26198
26199    Revert wrong committion.
26200
26201 po/zh_CN.po | 4249 +++++++++++++++++++++++++----------------------------------
26202 1 file changed, 1764 insertions(+), 2485 deletions(-)
26203
26204commit ee1069a4263fb5ca595b70570fd938192ccfaddf
26205Author: Funda Wang <fwang@src.gnome.org>
26206Date:   Sat Jan 21 10:41:56 2006 +0000
26207
26208    Updated gnome-doc-utils translation
26209
26210 po/ChangeLog |    4 +
26211 po/zh_CN.po  | 4241 ++++++++++++++++++++++++++++++++++------------------------
26212 2 files changed, 2490 insertions(+), 1755 deletions(-)
26213
26214commit 2ecfe4520f0797604399bf54fe09912615d51a2b
26215Author: Takeshi AIHANA <aihana@gnome.gr.jp>
26216Date:   Thu Jan 19 14:13:03 2006 +0000
26217
26218    Updated Japanese translation for v0.5.3.
26219
26220    2006-01-19  Takeshi AIHANA <aihana@gnome.gr.jp>
26221
26222            * ja.po: Updated Japanese translation for v0.5.3.
26223
26224 po/ChangeLog |  4 ++++
26225 po/ja.po     | 24 +++++++++++++++++-------
26226 2 files changed, 21 insertions(+), 7 deletions(-)
26227
26228commit 97ce7ef7dca1e8bd052b3442bdacd2811955f24a
26229Author: Clytie Siddall <clyties@src.gnome.org>
26230Date:   Thu Jan 19 11:37:34 2006 +0000
26231
26232    vi.po: Updated Vietnamese translation.
26233
26234 po/ChangeLog |  4 ++++
26235 po/vi.po     | 19 ++++++++++---------
26236 2 files changed, 14 insertions(+), 9 deletions(-)
26237
26238commit f8bdf2faa5a8de2c17f347065ae99895231be333
26239Author: Ankitkumar Rameshchandra Patel <ankitp@src.gnome.org>
26240Date:   Wed Jan 18 07:55:25 2006 +0000
26241
26242    Updated Translation
26243
26244 po/ChangeLog |  4 ++++
26245 po/gu.po     | 18 ++++++++++--------
26246 2 files changed, 14 insertions(+), 8 deletions(-)
26247
26248commit fdb663192e83e702135fd165575afbdfe5cb39e6
26249Author: Ilkka Tuohela <ituohela@src.gnome.org>
26250Date:   Wed Jan 18 05:09:11 2006 +0000
26251
26252    Updated Finnish translation
26253
26254 po/ChangeLog |  4 ++++
26255 po/fi.po     | 24 ++++++++++++++----------
26256 2 files changed, 18 insertions(+), 10 deletions(-)
26257
26258commit ef7f41874bb6211e5fe436be4030c053b2564be4
26259Author: Ignacio Casal Quinteiro <icq@src.gnome.org>
26260Date:   Tue Jan 17 19:53:19 2006 +0000
26261
26262    *** empty log message ***
26263
26264 po/ChangeLog |  4 ++++
26265 po/gl.po     | 22 +++++++++++-----------
26266 2 files changed, 15 insertions(+), 11 deletions(-)
26267
26268commit 9e98a0c1c6aae0820a1354b0c59324e6052dd443
26269Author: Adam Weinberger <adamw@gnome.org>
26270Date:   Tue Jan 17 19:41:53 2006 +0000
26271
26272    Updated Canadian English translation.
26273
26274
26275    2006-01-17  Adam Weinberger  <adamw@gnome.org>
26276
26277            * en_CA.po: Updated Canadian English translation.
26278
26279 po/ChangeLog |  4 ++++
26280 po/en_CA.po  | 19 ++++++++++---------
26281 2 files changed, 14 insertions(+), 9 deletions(-)
26282
26283commit d5ffaab71810141fdadecf84244a14fd3d3fda59
26284Author: Shaun McCance <shaunm@src.gnome.org>
26285Date:   Tue Jan 17 15:24:02 2006 +0000
26286
26287    - Version 0.5.3
26288
26289    * NEWS:
26290    * configure.in:
26291    - Version 0.5.3
26292
26293 ChangeLog    |  6 ++++++
26294 NEWS         | 23 +++++++++++++++++++++++
26295 configure.in |  2 +-
26296 3 files changed, 30 insertions(+), 1 deletion(-)
26297
26298commit 2686a58d8f5a04198bb2eda56a27ed48487ce988
26299Author: Shaun McCance <shaunm@src.gnome.org>
26300Date:   Tue Jan 17 15:21:04 2006 +0000
26301
26302    xslt/docbook/html/db2html-footnote.xsl - Added missing footnote XSLT file
26303
26304    * xslt/docbook/html/db2html-footnote.xsl
26305    - Added missing footnote XSLT file
26306
26307 ChangeLog                              |   5 ++
26308 xslt/docbook/html/db2html-footnote.xsl | 154 +++++++++++++++++++++++++++++++++
26309 2 files changed, 159 insertions(+)
26310
26311commit e8f65115897be292711331ba176dd1df60978329
26312Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
26313Date:   Tue Jan 17 03:17:38 2006 +0000
26314
26315    Updated Thai translation.
26316
26317    2006-01-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
26318
26319            * th.po: Updated Thai translation.
26320
26321 po/ChangeLog |  4 ++++
26322 po/th.po     | 20 ++++++++++++--------
26323 2 files changed, 16 insertions(+), 8 deletions(-)
26324
26325commit 0f5d90d0c1d67316065d34266620b90c3114b09c
26326Author: Shaun McCance <shaunm@src.gnome.org>
26327Date:   Tue Jan 17 02:26:42 2006 +0000
26328
26329    - Changed the string 'ltr' to 'default:LTR'
26330
26331    * xslt/gettext/gettext.xsl:
26332    * xslt/gettext/l10n.xml.in:
26333    - Changed the string 'ltr' to 'default:LTR'
26334
26335 ChangeLog                | 6 ++++++
26336 xslt/gettext/gettext.xsl | 4 ++--
26337 xslt/gettext/l10n.xml.in | 9 +++++----
26338 3 files changed, 13 insertions(+), 6 deletions(-)
26339
26340commit 633edd8db9e0f912e70575a42e88ec7a31a7c829
26341Author: Brent Smith <bmsmith@src.gnome.org>
26342Date:   Tue Jan 17 02:05:04 2006 +0000
26343
26344    Brent Smith <gnome@nextreality.net>
26345
26346
26347    Brent Smith  <gnome@nextreality.net>
26348            * xslt/docbook/html/Makefile.am:
26349            * xslt/docbook/html/db2html-css.xsl:
26350            * xslt/docbook/html/db2html-division.xsl:
26351            * xslt/docbook/html/db2html.xsl:
26352            Add footnote support into the stylesheets.
26353            Fixes #317203
26354
26355 ChangeLog                              |  9 +++++++++
26356 xslt/docbook/html/Makefile.am          |  1 +
26357 xslt/docbook/html/db2html-css.xsl      |  1 +
26358 xslt/docbook/html/db2html-division.xsl | 27 +++++++++++++++++++++------
26359 xslt/docbook/html/db2html.xsl          |  3 +++
26360 5 files changed, 35 insertions(+), 6 deletions(-)
26361
26362commit 1f5d4c196325149b59e2cfe6e95dd9d982e46e0e
26363Author: Francisco Javier F. Serrador <serrador@cvs.gnome.org>
26364Date:   Mon Jan 16 18:01:15 2006 +0000
26365
26366    Updated Spanish translation.
26367
26368    2006-01-16  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
26369
26370            * es.po: Updated Spanish translation.
26371
26372 po/ChangeLog |  4 ++++
26373 po/es.po     | 40 +++++++++++++++++++++++++++++-----------
26374 2 files changed, 33 insertions(+), 11 deletions(-)
26375
26376commit 61ef5778627df265b2bbaf5fc833e586861a8635
26377Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
26378Date:   Sat Jan 14 01:26:05 2006 +0000
26379
26380    Updated Traditional Chinese translation(Taiwan). Added Traditional Chinese
26381
26382
26383    2006-01-14  Chao-Hsiung Liao  <j_h_liau@yahoo.com.tw>
26384
26385            * zh_TW.po: Updated Traditional Chinese translation(Taiwan).
26386            * zh_HK.po: Added Traditional Chinese translation(Hong Kong).
26387
26388 ChangeLog    |    4 +
26389 configure.in |    2 +-
26390 po/ChangeLog |    5 +
26391 po/zh_HK.po  | 1894 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
26392 po/zh_TW.po  |  237 +++++---
26393 5 files changed, 2066 insertions(+), 76 deletions(-)
26394
26395commit d92fef2c3563db00892eb933870ad65c7c9ec7ce
26396Author: Adam Weinberger <adamw@gnome.org>
26397Date:   Tue Jan 10 02:54:24 2006 +0000
26398
26399    Updated Canadian English translation.
26400
26401
26402    2006-01-09  Adam Weinberger  <adamw@gnome.org>
26403
26404            * en_CA.po: Updated Canadian English translation.
26405
26406 po/ChangeLog |   4 ++
26407 po/en_CA.po  | 185 ++++++++++++++++++++++++++++++++---------------------------
26408 2 files changed, 105 insertions(+), 84 deletions(-)
26409
26410commit 58264d296ab5d7ac4722b10916f690618da44ad1
26411Author: Alexander Shopov <ash@contact.bg>
26412Date:   Mon Jan 9 16:40:48 2006 +0000
26413
26414    Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>
26415
26416    2006-01-09  Alexander Shopov  <ash@contact.bg>
26417
26418            * bg.po: Updated Bulgarian translation by
26419            Alexander Shopov <ash@contact.bg>
26420
26421 po/ChangeLog |   5 ++
26422 po/bg.po     | 235 ++++++++++++++++++++++++++++++++++++++++-------------------
26423 2 files changed, 166 insertions(+), 74 deletions(-)
26424
26425commit 8c7d1d941132a230d8e1479b65baa85940ed553a
26426Author: Ignacio Casal Quinteiro <icq@src.gnome.org>
26427Date:   Mon Jan 9 09:06:02 2006 +0000
26428
26429    *** empty log message ***
26430
26431 po/ChangeLog |  4 ++++
26432 po/gl.po     | 23 ++++++++++++++++-------
26433 2 files changed, 20 insertions(+), 7 deletions(-)
26434
26435commit 47aa760215ccf31d178f16708b5abffc250d4a1e
26436Author: Clytie Siddall <clyties@src.gnome.org>
26437Date:   Mon Jan 9 05:23:58 2006 +0000
26438
26439    vi.po: Updated Vietnamese translation.
26440
26441 po/ChangeLog |  4 ++++
26442 po/vi.po     | 31 ++++++++++++++++++++-----------
26443 2 files changed, 24 insertions(+), 11 deletions(-)
26444
26445commit 2103c930825b91f7debebfd8e28ba288acfcf3a2
26446Author: Ankitkumar Rameshchandra Patel <ankitp@src.gnome.org>
26447Date:   Mon Jan 9 05:20:20 2006 +0000
26448
26449    Updated Translation
26450
26451 po/ChangeLog |  4 ++++
26452 po/gu.po     | 22 ++++++++++++++++------
26453 2 files changed, 20 insertions(+), 6 deletions(-)
26454
26455commit 3afc9203ae45614681b429c4d689552b31ab0e24
26456Author: Vincent van Adrighem <adrighem@gnome.org>
26457Date:   Sun Jan 8 14:03:41 2006 +0000
26458
26459    Translation updated by Tino Meinen.
26460
26461    2006-01-08  Vincent van Adrighem  <adrighem@gnome.org>
26462
26463            * nl.po: Translation updated by Tino Meinen.
26464
26465 po/ChangeLog |   4 ++
26466 po/nl.po     | 119 ++++++++---------------------------------------------------
26467 2 files changed, 19 insertions(+), 104 deletions(-)
26468
26469commit 7a55ad65f2c0d732113842d00a73dfcd23f3c457
26470Author: Kjartan Maraas <kmaraas@gnome.org>
26471Date:   Sun Jan 8 14:01:12 2006 +0000
26472
26473    Updated Norwegian bokmål translation. Same
26474
26475    2006-01-08  Kjartan Maraas <kmaraas@gnome.org>
26476
26477            * nb.po: Updated Norwegian bokmål translation.
26478            * no.po: Same
26479
26480 po/ChangeLog |  5 +++++
26481 po/nb.po     | 24 ++++++++++++++++++------
26482 po/no.po     | 24 ++++++++++++++++++------
26483 3 files changed, 41 insertions(+), 12 deletions(-)
26484
26485commit 822f87a9a134e170fd8691d627a5256d22088993
26486Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
26487Date:   Sun Jan 8 07:22:20 2006 +0000
26488
26489    Updated Thai translation.
26490
26491    2006-01-08  Theppitak Karoonboonyanan  <thep@linux.thai.net>
26492
26493            * th.po: Updated Thai translation.
26494
26495 po/ChangeLog |  4 ++++
26496 po/th.po     | 18 ++++++++++++------
26497 2 files changed, 16 insertions(+), 6 deletions(-)
26498
26499commit cec17c9568b45eb26dc9af58223a7bb18377c465
26500Author: Ilkka Tuohela <ituohela@src.gnome.org>
26501Date:   Sat Jan 7 22:44:09 2006 +0000
26502
26503    Updated Finnish translation
26504
26505 po/ChangeLog |  4 ++++
26506 po/fi.po     | 20 ++++++++++++++------
26507 2 files changed, 18 insertions(+), 6 deletions(-)
26508
26509commit 8890bb43e6e246b62fcd798eda6736c118f1c1e3
26510Author: Shaun McCance <shaunm@src.gnome.org>
26511Date:   Sat Jan 7 19:16:52 2006 +0000
26512
26513    - Fixed misspelled biblioraphy, #325205
26514
26515    * xslt/gettext/l10n.xml.in:
26516    - Fixed misspelled biblioraphy, #325205
26517
26518 ChangeLog                | 5 +++++
26519 xslt/gettext/l10n.xml.in | 2 +-
26520 2 files changed, 6 insertions(+), 1 deletion(-)
26521
26522commit 4524367af4b719cde95c76dfcfb2e94fddc3452f
26523Author: Shaun McCance <shaunm@src.gnome.org>
26524Date:   Sat Jan 7 18:09:39 2006 +0000
26525
26526    - Added support for RTL setting in the CSS
26527
26528    * xslt/docbook/html/db2html-css.xsl:
26529    * xslt/gettext/gettext.xsl:
26530    * xslt/gettext/l10n.xml.in:
26531    - Added support for RTL setting in the CSS
26532
26533 ChangeLog                         |  7 ++++
26534 xslt/docbook/html/db2html-css.xsl |  4 ++
26535 xslt/gettext/gettext.xsl          | 82 +++++++++++++++++++++++++++++++++++++++
26536 xslt/gettext/l10n.xml.in          |  9 +++++
26537 4 files changed, 102 insertions(+)
26538
26539commit 60b12199621fd481d81e855926c6269fd3a6fff2
26540Author: Vincent van Adrighem <adrighem@gnome.org>
26541Date:   Fri Jan 6 23:10:32 2006 +0000
26542
26543    Translation updated by Tino Meinen.
26544
26545    2006-01-07  Vincent van Adrighem  <adrighem@gnome.org>
26546
26547            * nl.po: Translation updated by Tino Meinen.
26548
26549 po/ChangeLog |   4 +
26550 po/nl.po     | 270 +++++++++++++++++++++++++++++++++++++++--------------------
26551 2 files changed, 182 insertions(+), 92 deletions(-)
26552
26553commit ae54a72686e207e5d214a7b43232434c2059aa60
26554Author: Josep Puigdemont i Casamajó <joseppc@src.gnome.org>
26555Date:   Thu Jan 5 09:16:00 2006 +0000
26556
26557    Updated Catalan translation.
26558
26559 po/ChangeLog |   6 +-
26560 po/ca.po     | 233 ++++++++++++++++++++++++++++++++++++++++-------------------
26561 2 files changed, 162 insertions(+), 77 deletions(-)
26562
26563commit 87ecb8bc0b471999b8456a5b6dea2342606f2fd5
26564Author: Ilkka Tuohela <ituohela@src.gnome.org>
26565Date:   Fri Dec 30 16:58:20 2005 +0000
26566
26567    Updated Finnish translation
26568
26569 po/ChangeLog |   4 ++
26570 po/fi.po     | 228 +++++++++++++++++++++++++++++++++++++++--------------------
26571 2 files changed, 157 insertions(+), 75 deletions(-)
26572
26573commit 7675c9313582238c2d5e8b988df833b35779f7c2
26574Author: Clytie Siddall <clyties@src.gnome.org>
26575Date:   Thu Dec 29 08:10:55 2005 +0000
26576
26577    vi.po: Updated Vietnamese translation.
26578
26579 po/ChangeLog |    4 +
26580 po/vi.po     | 2378 ++++++++++++++++++++++++++++++----------------------------
26581 2 files changed, 1227 insertions(+), 1155 deletions(-)
26582
26583commit 23f2b29461089ad192c6295db67ad8b831d0dc68
26584Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
26585Date:   Tue Dec 27 14:22:01 2005 +0000
26586
26587    Adjusted Thai translation.
26588
26589    2005-12-27  Theppitak Karoonboonyanan  <thep@linux.thai.net>
26590
26591            * th.po: Adjusted Thai translation.
26592
26593 po/ChangeLog |  4 ++++
26594 po/th.po     | 36 ++++++++++++++++++------------------
26595 2 files changed, 22 insertions(+), 18 deletions(-)
26596
26597commit 42582d1d03473ebe569fbba8dbbde440aa14495f
26598Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
26599Date:   Mon Dec 26 11:08:10 2005 +0000
26600
26601    Added 'th' (Thai) to ALL_LINGUAS. Added Thai translation.
26602
26603    2005-12-26  Theppitak Karoonboonyanan  <thep@linux.thai.net>
26604
26605            * configure.in: Added 'th' (Thai) to ALL_LINGUAS.
26606            * po/th.po: Added Thai translation.
26607
26608 ChangeLog    |    4 +
26609 configure.in |    2 +-
26610 po/ChangeLog |    4 +
26611 po/th.po     | 1907 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
26612 4 files changed, 1916 insertions(+), 1 deletion(-)
26613
26614commit a2186830de43fdd595bde8ae6aee198788c99e91
26615Author: Peter Williams <peter@newton.cx>
26616Date:   Wed Dec 21 21:41:14 2005 +0000
26617
26618    Fix generation of copyright information.
26619
26620    2005-12-21  Peter Williams  <peter@newton.cx>
26621
26622            * xslt/docbook/html/db2html-info.xsl: Fix generation of
26623            copyright information.
26624
26625 ChangeLog                          | 5 +++++
26626 xslt/docbook/html/db2html-info.xsl | 4 ++--
26627 2 files changed, 7 insertions(+), 2 deletions(-)
26628
26629commit 056e9fbb86aa2bdb93378ff81aac1d7bc8a67c58
26630Author: Shaun McCance <shaunm@src.gnome.org>
26631Date:   Sun Dec 18 20:39:56 2005 +0000
26632
26633    - Version 0.5.2
26634
26635    * NEWS:
26636    * configure.in:
26637    - Version 0.5.2
26638
26639 ChangeLog    |  6 ++++++
26640 NEWS         | 25 +++++++++++++++++++++++++
26641 configure.in |  2 +-
26642 3 files changed, 32 insertions(+), 1 deletion(-)
26643
26644commit 8a801d9620213185cd6541e5dd6b57548eebb2b9
26645Author: Shaun McCance <shaunm@src.gnome.org>
26646Date:   Sun Dec 18 20:09:09 2005 +0000
26647
26648    - Remove the gettext import for better performance, from Don Scorgie
26649
26650    * xslt/docbook/common/db-label.xsl:
26651    * xslt/docbook/common/db-title.xsl:
26652    * xslt/docbook/common/db-xref.xsl:
26653    - Remove the gettext import for better performance, from Don Scorgie
26654
26655 ChangeLog                        | 7 +++++++
26656 xslt/docbook/common/db-label.xsl | 1 -
26657 xslt/docbook/common/db-title.xsl | 1 -
26658 xslt/docbook/common/db-xref.xsl  | 1 -
26659 4 files changed, 7 insertions(+), 3 deletions(-)
26660
26661commit 6a5b5f629f7fbc3c5576204540f0cfae0ecf0bcc
26662Author: Shaun McCance <shaunm@src.gnome.org>
26663Date:   Tue Dec 13 03:40:44 2005 +0000
26664
26665    - Fixed bad syntax in a srcdir directory thing
26666
26667    * gnome-doc-utils.make:
26668    - Fixed bad syntax in a srcdir directory thing
26669
26670 ChangeLog            | 5 +++++
26671 gnome-doc-utils.make | 2 +-
26672 2 files changed, 6 insertions(+), 1 deletion(-)
26673
26674commit 994e001acc26b8034916ca71c9c047f43cf2f705
26675Author: Miloslav Trmac <mitr@volny.cz>
26676Date:   Sun Dec 11 21:55:32 2005 +0000
26677
26678    Updated Czech translation.
26679
26680    2005-12-11  Miloslav Trmac  <mitr@volny.cz>
26681
26682            * cs.po: Updated Czech translation.
26683
26684 po/ChangeLog |   4 +
26685 po/cs.po     | 262 +++++++++++++++++++++++++++++++++++++++++++----------------
26686 2 files changed, 195 insertions(+), 71 deletions(-)
26687
26688commit 56764432cd65fde934ee4e37fc635f41041a5e0c
26689Author: Shaun McCance <shaunm@src.gnome.org>
26690Date:   Sun Dec 11 19:36:05 2005 +0000
26691
26692    - Added some notes for Greek, Persian, and Thai
26693
26694    * i18n/notes/el.txt:
26695    * i18n/notes/fa.txt:
26696    * i18n/notes/th.txt:
26697    - Added some notes for Greek, Persian, and Thai
26698
26699 i18n/notes/el.txt | 27 +++++++++++++++++++++++++++
26700 i18n/notes/fa.txt | 29 +++++++++++++++++++++++++++++
26701 i18n/notes/th.txt | 40 ++++++++++++++++++++++++++++++++++++++++
26702 3 files changed, 96 insertions(+)
26703
26704commit 7f00940e144a6301512bdca3bf1efc853ddc73b8
26705Author: Ankitkumar Rameshchandra Patel <ankitp@src.gnome.org>
26706Date:   Sun Dec 11 13:27:19 2005 +0000
26707
26708    Updated Gujarati Translation
26709
26710 po/ChangeLog |   4 ++
26711 po/gu.po     | 229 ++++++++++++++++++++++++++++++++++++++++-------------------
26712 2 files changed, 161 insertions(+), 72 deletions(-)
26713
26714commit 797bd565e3414051297ce6e9c300803cfeb48e54
26715Author: Funda Wang <fwang@src.gnome.org>
26716Date:   Sun Dec 11 11:28:42 2005 +0000
26717
26718    Use cjk-chinese-simp to numbering chapters in gnome-doc-utils.
26719
26720 po/ChangeLog |   4 +
26721 po/zh_CN.po  | 242 ++++++++++++++++++++++++++++++++++++++++-------------------
26722 2 files changed, 168 insertions(+), 78 deletions(-)
26723
26724commit 76332c3e290afdf92787d20033f504804c9c3312
26725Author: Shaun McCance <shaunm@src.gnome.org>
26726Date:   Sun Dec 11 00:18:47 2005 +0000
26727
26728    - Implemented Chinese numbering
26729
26730    * xslt/gettext/l10n-numbers.xsl:
26731    - Implemented Chinese numbering
26732
26733 ChangeLog                     |  5 ++++
26734 xslt/gettext/l10n-numbers.xsl | 60 ++++++++++++++++++++++++++-----------------
26735 2 files changed, 42 insertions(+), 23 deletions(-)
26736
26737commit 6cdb9c0ecc11ffaa1aa0a16d011874474e320991
26738Author: Shaun McCance <shaunm@src.gnome.org>
26739Date:   Sat Dec 10 19:40:19 2005 +0000
26740
26741    - Added Arabic decimal numbers
26742
26743    * xslt/gettext/l10n-numbers.xsl:
26744    - Added Arabic decimal numbers
26745
26746 ChangeLog                     |  5 +++++
26747 xslt/gettext/l10n-numbers.xsl | 11 ++++++-----
26748 2 files changed, 11 insertions(+), 5 deletions(-)
26749
26750commit eaf0831fea68de07f3b66cf1d74f45ac3e72c68f
26751Author: Shaun McCance <shaunm@src.gnome.org>
26752Date:   Sat Dec 10 01:35:56 2005 +0000
26753
26754    - Adding a script to test l10n-numbers.xsl
26755
26756    * i18n/test-numgers:
26757    - Adding a script to test l10n-numbers.xsl
26758
26759    * xslt/gettext/l10n-numbers.xsl:
26760    - Japanese ideographic numbers
26761
26762 ChangeLog                     |   8 +++
26763 i18n/test-numbers             |  59 ++++++++++++++++++++
26764 xslt/gettext/l10n-numbers.xsl | 124 +++++++++++++++++++++++++++++++++++++++---
26765 3 files changed, 182 insertions(+), 9 deletions(-)
26766
26767commit ff43124cfdf70b21dedb66583d7e55761fa08c51
26768Author: Kjartan Maraas <kmaraas@gnome.org>
26769Date:   Thu Dec 8 04:11:06 2005 +0000
26770
26771    Updated Norwegian bokmål translation. Same
26772
26773    2005-12-08  Kjartan Maraas  <kmaraas@gnome.org>
26774
26775            * nb.po: Updated Norwegian bokmål translation.
26776            * no.po: Same
26777
26778 po/ChangeLog |   5 ++
26779 po/nb.po     | 243 +++++++++++++++++++++++++++++++++++++++++------------------
26780 po/no.po     | 243 +++++++++++++++++++++++++++++++++++++++++------------------
26781 3 files changed, 341 insertions(+), 150 deletions(-)
26782
26783commit 36ed80052642a989862c4d7811016c698cffd3a6
26784Author: Shaun McCance <shaunm@src.gnome.org>
26785Date:   Thu Dec 8 03:13:56 2005 +0000
26786
26787    - Adding l10n-numbers.xsl for internationalized number formatters
26788
26789    * xslt/gettext/Makefile.am:
26790    * xslt/gettext/l10n-numbers.xsl:
26791    - Adding l10n-numbers.xsl for internationalized number formatters
26792
26793 xslt/gettext/Makefile.am      |   5 +-
26794 xslt/gettext/l10n-numbers.xsl | 331 ++++++++++++++++++++++++++++++++++++++++++
26795 2 files changed, 334 insertions(+), 2 deletions(-)
26796
26797commit 67cb770b6d0a5c17922e18a36594cc0ba39f671d
26798Author: Adam Weinberger <adamw@gnome.org>
26799Date:   Sat Dec 3 20:05:43 2005 +0000
26800
26801    Updated Canadian English translation.
26802
26803
26804    2005-12-03  Adam Weinberger  <adamw@gnome.org>
26805
26806            * en_CA.po: Updated Canadian English translation.
26807
26808 po/ChangeLog |   4 ++
26809 po/en_CA.po  | 222 ++++++++++++++++++++++++++++++++++++++++-------------------
26810 2 files changed, 155 insertions(+), 71 deletions(-)
26811
26812commit 03c7a453c0f1e8a5612886ab68bb8f9b987a09cf
26813Author: Peter Williams <peter@newton.cx>
26814Date:   Tue Nov 29 19:17:03 2005 +0000
26815
26816    Add the new db2html-bibliography.xsl to xsl_DATA.
26817
26818    2005-11-28  Peter Williams  <peter@newton.cx>
26819
26820            * xslt/docbook/html/Makefile.am (xsl_DATA): Add the new
26821            db2html-bibliography.xsl to xsl_DATA.
26822
26823 ChangeLog                     | 5 +++++
26824 xslt/docbook/html/Makefile.am | 1 +
26825 2 files changed, 6 insertions(+)
26826
26827commit 4923cdabb2428bc6d180bfe970685c7b05e6462a
26828Author: Ignacio Casal Quinteiro <icq@src.gnome.org>
26829Date:   Mon Nov 28 13:00:03 2005 +0000
26830
26831    *** empty log message ***
26832
26833 po/ChangeLog |   4 +
26834 po/gl.po     | 237 +++++++++++++++++++++++++++++++++++++++--------------------
26835 2 files changed, 163 insertions(+), 78 deletions(-)
26836
26837commit e91ee7886d9b1b37ee6fee12ff0f6818c3c3d700
26838Author: Shaun McCance <shaunm@src.gnome.org>
26839Date:   Sun Nov 27 21:10:11 2005 +0000
26840
26841    - Added missing license files
26842
26843    * Makefile.am:
26844    * COPYING.GPL:
26845    * COPYING.LGPL:
26846    - Added missing license files
26847
26848 COPYING.GPL  | 340 ++++++++++++++++++++++++++++++++++++++++
26849 COPYING.LGPL | 504 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
26850 ChangeLog    |   7 +
26851 Makefile.am  |   2 +
26852 4 files changed, 853 insertions(+)
26853
26854commit cc794e63e8b9b097474e9bb0f30a20f39c03393a
26855Author: Takeshi AIHANA <aihana@gnome.gr.jp>
26856Date:   Sun Nov 27 07:45:57 2005 +0000
26857
26858    Updated Japanese translation for v0.5.1.
26859
26860    2005-11-27  Takeshi AIHANA <aihana@gnome.gr.jp>
26861
26862            * ja.po: Updated Japanese translation for v0.5.1.
26863
26864 po/ChangeLog |   4 ++
26865 po/ja.po     | 223 ++++++++++++++++++++++++++++++++++++++++-------------------
26866 2 files changed, 155 insertions(+), 72 deletions(-)
26867
26868commit a7efe51de89e6ceb9d3f0427f4cf29fd4fef9ecf
26869Author: Shaun McCance <shaunm@src.gnome.org>
26870Date:   Sun Nov 27 05:20:30 2005 +0000
26871
26872    - Version 0.5.1
26873
26874    * NEWS:
26875    - Version 0.5.1
26876
26877 ChangeLog |  5 +++++
26878 NEWS      | 34 ++++++++++++++++++++++++++++++++++
26879 2 files changed, 39 insertions(+)
26880
26881commit 2ffb69642769e7faac90c57e4fdc213eb4a80d1f
26882Author: Shaun McCance <shaunm@src.gnome.org>
26883Date:   Sun Nov 27 05:07:50 2005 +0000
26884
26885    i18n/PLURALS.txt i18n/STYLESHEETS.xhtml - Updated files
26886
26887    * i18n/PLURALS.txt
26888    * i18n/STYLESHEETS.xhtml
26889    - Updated files
26890
26891 ChangeLog              |  6 ++++++
26892 i18n/PLURALS.txt       |  2 +-
26893 i18n/STYLESHEETS.xhtml | 40 ++++++++++++++++++++++------------------
26894 3 files changed, 29 insertions(+), 19 deletions(-)
26895
26896commit 9a818d51c3429095f89d282d4632bd5c729c25e7
26897Author: Francisco Javier F. Serrador <serrador@cvs.gnome.org>
26898Date:   Sat Nov 26 18:25:48 2005 +0000
26899
26900    Updated Spanish translation.
26901
26902    2005-11-26  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
26903
26904            * es.po: Updated Spanish translation.
26905
26906 po/ChangeLog |   4 +
26907 po/es.po     | 279 ++++++++++++++++++++++++++++++++++++++---------------------
26908 2 files changed, 186 insertions(+), 97 deletions(-)
26909
26910commit 4334b9c7f2681f143fdb9b046ed4dc11e28f286d
26911Author: Shaun McCance <shaunm@src.gnome.org>
26912Date:   Fri Nov 25 20:20:16 2005 +0000
26913
26914    - Do XInclude when timing
26915
26916    * test/timing/timeall:
26917    - Do XInclude when timing
26918
26919    * xslt/docbook/common/db-label.xsl:
26920    * xslt/docbook/common/db-title.xsl:
26921    * xslt/docbook/common/db-xref.xsl:-
26922    * xslt/docbook/html/db2html-css.xsl:
26923    * xslt/docbook/html/db2html-bibliography.xsl:
26924    * xslt/docbook/html/db2html-division.xsl:
26925    * xslt/docbook/html/db2html.xsl:
26926    * xslt/gettext/l10n.xml.in:
26927    - Added support for "cooked" bibliographies
26928
26929    * xslt/docbook/html/db2html-block.xsl:
26930    * xslt/docbook/html/db2html-inline.xsl:
26931    * xslt/docbook/html/db2html-suppressed.xsl:
26932    - Added artpagenums, edition, isbn, pubdate, publishername
26933
26934    * xslt/gettext/l10n.xml.in:
26935    - Added the 'Translator(s)' string
26936
26937 ChangeLog                                  |  23 +++
26938 test/timing/timeall                        |   2 +-
26939 xslt/docbook/common/db-label.xsl           |  80 +++++---
26940 xslt/docbook/common/db-title.xsl           |  10 +
26941 xslt/docbook/common/db-xref.xsl            |  34 ++++
26942 xslt/docbook/html/db2html-bibliography.xsl | 283 +++++++++++++++++++++++++++++
26943 xslt/docbook/html/db2html-block.xsl        |   5 -
26944 xslt/docbook/html/db2html-css.xsl          |   1 +
26945 xslt/docbook/html/db2html-division.xsl     |  14 +-
26946 xslt/docbook/html/db2html-inline.xsl       |  25 +++
26947 xslt/docbook/html/db2html-suppressed.xsl   |   1 -
26948 xslt/docbook/html/db2html.xsl              |   3 +
26949 xslt/gettext/l10n.xml.in                   |  87 +++++++++
26950 13 files changed, 539 insertions(+), 29 deletions(-)
26951
26952commit 0304704cbef1142c6fff8d483f0c6062fc4a32ae
26953Author: Shaun McCance <shaunm@src.gnome.org>
26954Date:   Tue Nov 15 05:46:46 2005 +0000
26955
26956    - New script to time the DocBook XSLT across all installed docs
26957
26958    * test/timing/timeall:
26959    - New script to time the DocBook XSLT across all installed docs
26960
26961 test/timing/timeall | 42 ++++++++++++++++++++++++++++++++++++++++++
26962 1 file changed, 42 insertions(+)
26963
26964commit 9ac3ba47e66ac3e0f4679d64771e5eb5a0284228
26965Author: Priit Laes <plaes@cvs.gnome.org>
26966Date:   Thu Oct 27 21:49:27 2005 +0000
26967
26968    Translation updated by Ivar Smolin.
26969
26970    2005-10-28  Priit Laes  <plaes@cvs.gnome.org>
26971
26972            * et.po: Translation updated by Ivar Smolin.
26973
26974 po/ChangeLog | 4 ++++
26975 po/et.po     | 2 +-
26976 2 files changed, 5 insertions(+), 1 deletion(-)
26977
26978commit a3d9675b44b48f7e09e003af1ae14429e345db7e
26979Author: Runa Bhattacharjee <runab@src.gnome.org>
26980Date:   Mon Oct 17 12:57:22 2005 +0000
26981
26982    Added Entry for addition of Bengali (bn) in ALL_LINGUAS in configure.in
26983
26984 ChangeLog | 3 +++
26985 1 file changed, 3 insertions(+)
26986
26987commit da47c4f76aa9550961b0d65bc1cdf5c949ae98a7
26988Author: Runa Bhattacharjee <runab@src.gnome.org>
26989Date:   Mon Oct 17 12:57:01 2005 +0000
26990
26991    Added Bengali (bn) to ALL_LINGUAS:10/17
26992
26993 configure.in | 2 +-
26994 1 file changed, 1 insertion(+), 1 deletion(-)
26995
26996commit d18d2aba1503fb78b552db7e43b3d8db49664070
26997Author: Runa Bhattacharjee <runab@src.gnome.org>
26998Date:   Mon Oct 17 12:56:18 2005 +0000
26999
27000    Added entry for Bengali (bn) Translation addition:10/17
27001
27002 po/ChangeLog | 5 +++++
27003 1 file changed, 5 insertions(+)
27004
27005commit 7733a5f769b3b0df9277faed422853c529767ebe
27006Author: Runa Bhattacharjee <runab@src.gnome.org>
27007Date:   Mon Oct 17 12:55:35 2005 +0000
27008
27009    Added Bengali (bn) Translation:10/17
27010
27011 po/bn.po | 1839 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
27012 1 file changed, 1839 insertions(+)
27013
27014commit 3c7fff13a332781dd8e3d7bcf57aeca5988ecd56
27015Author: Brent Smith <gnome@nextreality.net>
27016Date:   Wed Oct 12 21:03:02 2005 +0000
27017
27018    - add another fix for line numbering, #317270
27019
27020    2005-10-12  Brent Smith  <gnome@nextreality.net>
27021
27022            * xslt/docbook/common/db-common.xsl:
27023            - add another fix for line numbering, #317270
27024
27025 ChangeLog                         |  5 +++++
27026 xslt/docbook/common/db-common.xsl | 31 ++++++++++++++++++++++++++++++-
27027 2 files changed, 35 insertions(+), 1 deletion(-)
27028
27029commit de904d92510c172fc3d3cad10bcdf455a2da0b42
27030Author: Shaun McCance <shaunm@src.gnome.org>
27031Date:   Fri Oct 7 16:16:12 2005 +0000
27032
27033    - Fix for loops on old bourne shells, #317308
27034
27035    * gnome-doc-utils.make:
27036    - Fix for loops on old bourne shells, #317308
27037
27038 ChangeLog            |  5 +++++
27039 gnome-doc-utils.make | 35 +++++++++++++++++++----------------
27040 2 files changed, 24 insertions(+), 16 deletions(-)
27041
27042commit da8ec1dca1d5989b8dbe5c642b08c732c09738f4
27043Author: Frédéric Crozat <fcrozat@src.gnome.org>
27044Date:   Wed Oct 5 15:59:27 2005 +0000
27045
27046    - Fix DESTDIR support #318007
27047
27048
27049            * gnome-doc-utils.make:
27050            - Fix DESTDIR support #318007
27051
27052 ChangeLog            | 5 +++++
27053 gnome-doc-utils.make | 4 ++--
27054 2 files changed, 7 insertions(+), 2 deletions(-)
27055
27056commit 3bf55d6ee64a98d824fd6fac286ca057f2fcbb69
27057Author: Shaun McCance <shaunm@src.gnome.org>
27058Date:   Wed Oct 5 07:38:26 2005 +0000
27059
27060    - Fix paths when $(srcdir) is absolute
27061
27062    * gnome-doc-utils.make:
27063    - Fix paths when $(srcdir) is absolute
27064
27065 ChangeLog            | 5 +++++
27066 gnome-doc-utils.make | 7 ++++---
27067 2 files changed, 9 insertions(+), 3 deletions(-)
27068
27069commit 489088e80bdbbdacc37728fad295a5532fb145fb
27070Author: Crispin Flowerday <gnome@flowerday.cx>
27071Date:   Sat Oct 1 20:19:25 2005 +0000
27072
27073    Up version number to 0.5.1 (requested by shaunm)
27074
27075    2005-10-01  Crispin Flowerday  <gnome@flowerday.cx>
27076
27077            * configure.in: Up version number to 0.5.1
27078            (requested by shaunm)
27079
27080 ChangeLog    | 5 +++++
27081 configure.in | 2 +-
27082 2 files changed, 6 insertions(+), 1 deletion(-)
27083
27084commit e34ff87c731f7198b30f5f98e4790b5045be1ee9
27085Author: Shaun McCance <shaunm@src.gnome.org>
27086Date:   Thu Sep 29 05:08:31 2005 +0000
27087
27088    - Line numbering fixes from Brent Smith, #317270 #317204
27089
27090    * xslt/docbook/common/db-common.xsl:
27091    * xslt/docbook/html/db2html-block.xsl:
27092    - Line numbering fixes from Brent Smith, #317270 #317204
27093
27094 ChangeLog                           |  6 ++++++
27095 xslt/docbook/common/db-common.xsl   | 27 ++++++++++++++++-----------
27096 xslt/docbook/html/db2html-block.xsl |  4 ++++
27097 3 files changed, 26 insertions(+), 11 deletions(-)
27098
27099commit 63263e03b4df15ef44f4bac50948829a6fe8add8
27100Author: Shaun McCance <shaunm@src.gnome.org>
27101Date:   Thu Sep 29 04:54:14 2005 +0000
27102
27103    Today is the 28th, not the 21st
27104
27105 ChangeLog | 2 +-
27106 1 file changed, 1 insertion(+), 1 deletion(-)
27107
27108commit 4e26b07460f2c54f8a8477af3b174992ccf309b2
27109Author: Shaun McCance <shaunm@src.gnome.org>
27110Date:   Thu Sep 29 04:51:33 2005 +0000
27111
27112    - Put figures in the tarball, once and for all
27113
27114    * gnome-doc-utils.make:
27115    - Put figures in the tarball, once and for all
27116
27117    * xslt/docbook/html/db2html-block.xsl:
27118    * xslt/docbook/html/db2html-l10n.xsl:
27119    * xslt/docbook/html/db2html-list.xsl:
27120    * xslt/docbook/html/db2html-table.xsl:
27121    - Sizing adjustments
27122
27123 ChangeLog                           | 11 +++++++++++
27124 gnome-doc-utils.make                |  2 +-
27125 xslt/docbook/html/db2html-block.xsl |  4 ++--
27126 xslt/docbook/html/db2html-l10n.xsl  |  2 +-
27127 xslt/docbook/html/db2html-list.xsl  | 10 +++++-----
27128 xslt/docbook/html/db2html-table.xsl |  6 +++---
27129 6 files changed, 23 insertions(+), 12 deletions(-)
27130
27131commit bb785e0796007e759f8e532c6a0b8dd361e3fe73
27132Author: Alessio Frusciante <algol@src.gnome.org>
27133Date:   Thu Sep 22 20:15:56 2005 +0000
27134
27135    Updated Italian translation.
27136
27137 po/ChangeLog | 4 ++++
27138 po/it.po     | 5 ++---
27139 2 files changed, 6 insertions(+), 3 deletions(-)
27140
27141commit 16055b60da9bbcbdd07b5a8f3af537bfbb023451
27142Author: Shaun McCance <shaunm@src.gnome.org>
27143Date:   Mon Sep 19 01:07:26 2005 +0000
27144
27145    - Fixed bug which causes quote to be formatted as citetitle
27146
27147    * xslt/docbook/html/db2html-inline.xsl:
27148    - Fixed bug which causes quote to be formatted as citetitle
27149
27150    * xslt/docbook/html/db2html-l10n.xsl:
27151    - Fixed problem that caused new l10n markup not to work
27152
27153 ChangeLog                            | 8 ++++++++
27154 xslt/docbook/html/db2html-inline.xsl | 2 +-
27155 xslt/docbook/html/db2html-l10n.xsl   | 3 +++
27156 3 files changed, 12 insertions(+), 1 deletion(-)
27157
27158commit 218255e148a451cee10b6aca79535cedac48678a
27159Author: Shaun McCance <shaunm@src.gnome.org>
27160Date:   Mon Sep 19 00:36:04 2005 +0000
27161
27162    - Adjusted some sizes, added space after admon title, #154239
27163
27164    * xslt/docbook/html/db2html-title.xsl:
27165    - Adjusted some sizes, added space after admon title, #154239
27166
27167 ChangeLog                           |  5 +++++
27168 xslt/docbook/html/db2html-title.xsl | 13 +++++--------
27169 2 files changed, 10 insertions(+), 8 deletions(-)
27170
27171commit 0f4e08b4b52f77d9761b5978a25423d269e2327f
27172Author: Shaun McCance <shaunm@src.gnome.org>
27173Date:   Mon Sep 19 00:22:13 2005 +0000
27174
27175    - Style interface like guimenu et al, per #154237
27176
27177    * xslt/docbook/html/db2html-inline.xsl:
27178    - Style interface like guimenu et al, per #154237
27179
27180 ChangeLog                            | 5 +++++
27181 xslt/docbook/html/db2html-inline.xsl | 4 +++-
27182 2 files changed, 8 insertions(+), 1 deletion(-)
27183
27184commit db243e2d7cdae65599a5cec5812769d4f45dccc0
27185Author: Alessio Frusciante <algol@src.gnome.org>
27186Date:   Sun Sep 18 15:55:07 2005 +0000
27187
27188    Updated Italian translation.
27189
27190 po/ChangeLog |   5 +++
27191 po/it.po     | 108 +++++++++++++++++++++++++----------------------------------
27192 2 files changed, 50 insertions(+), 63 deletions(-)
27193
27194commit 1892128b566bf4728ba68644374e75210218c2df
27195Author: Shaun McCance <shaunm@src.gnome.org>
27196Date:   Sun Sep 18 08:30:54 2005 +0000
27197
27198    - Expanded the markup allowed in l10n format strings
27199
27200    * doc/xslt/C/translating.xml:
27201    * i18n/STYLESHEETS.xhtml:
27202    * xslt/docbook/html/Makefile.am:
27203    * xslt/docbook/html/db2html.xsl:
27204    * xslt/docbook/html/db2html-l10n.xsl:
27205    - Expanded the markup allowed in l10n format strings
27206
27207 ChangeLog                          |   9 +++
27208 doc/xslt/C/translating.xml         | 123 +++++++++++++++++++++++++++++++---
27209 i18n/STYLESHEETS.xhtml             |  54 ++++++++++++---
27210 xslt/docbook/html/Makefile.am      |   1 +
27211 xslt/docbook/html/db2html-l10n.xsl | 131 +++++++++++++++++++++++++++++++++++++
27212 xslt/docbook/html/db2html.xsl      |  33 +---------
27213 6 files changed, 301 insertions(+), 50 deletions(-)
27214
27215commit eea734aaab57d87d095043fd830317715a6642db
27216Author: Stepan Kasal <skasal@src.gnome.org>
27217Date:   Tue Sep 13 13:41:00 2005 +0000
27218
27219    Add datarootdir variable, for compatibility with future Autoconf.
27220
27221 ChangeLog             | 5 +++++
27222 gnome-doc-prepare.in  | 1 +
27223 gnome-doc-utils.pc.in | 1 +
27224 xml2po/ChangeLog      | 5 +++++
27225 xml2po/xml2po.pc.in   | 1 +
27226 5 files changed, 13 insertions(+)
27227
27228commit 359debad99a5c83093b4cfef578d8f7ed7f95989
27229Author: Ignacio Casal Quinteiro <icq@src.gnome.org>
27230Date:   Wed Sep 7 13:42:02 2005 +0000
27231
27232    *** empty log message ***
27233
27234 po/ChangeLog |   4 ++
27235 po/gl.po     | 217 ++++++++++++++++++++++++++++++-----------------------------
27236 2 files changed, 114 insertions(+), 107 deletions(-)
27237
27238commit 5169f88027d653bfd9a8e1540f44fb6505811fdc
27239Author: Shaun McCance <shaunm@src.gnome.org>
27240Date:   Wed Sep 7 05:45:44 2005 +0000
27241
27242    NEWS
27243
27244    * NEWS
27245    * configure.in:
27246    - Version 0.4.1
27247
27248    * gnome-doc-utils.m4:
27249    - Fix Solaris portability issue, #315412
27250
27251 ChangeLog          | 9 +++++++++
27252 NEWS               | 6 ++++++
27253 configure.in       | 2 +-
27254 gnome-doc-utils.m4 | 2 +-
27255 4 files changed, 17 insertions(+), 2 deletions(-)
27256
27257commit 5723f4f238410466597498d7fa5c5de97d42d321
27258Author: Frank Arnold <farnold@cvs.gnome.org>
27259Date:   Tue Sep 6 07:15:06 2005 +0000
27260
27261    Fixed two messages with untranslated content. See Bug #315328. Spotted by
27262
27263    2005-09-06  Frank Arnold  <farnold@cvs.gnome.org>
27264
27265            * de.po: Fixed two messages with untranslated content.
27266            See Bug #315328. Spotted by Danilo.
27267
27268 po/ChangeLog |  5 +++++
27269 po/de.po     | 28 ++++++++++++++--------------
27270 2 files changed, 19 insertions(+), 14 deletions(-)
27271
27272commit 063074fc8cf32292aa4542f1e41990e258b6bb9d
27273Author: Shaun McCance <shaunm@src.gnome.org>
27274Date:   Tue Sep 6 05:40:32 2005 +0000
27275
27276    - Version 0.4.0
27277
27278    * NEWS:
27279    * configure.in:
27280    - Version 0.4.0
27281
27282 ChangeLog    |  6 ++++++
27283 NEWS         | 16 ++++++++++++++++
27284 configure.in |  2 +-
27285 3 files changed, 23 insertions(+), 1 deletion(-)
27286
27287commit 2fe1eb30344862c6ca1bae933a134c308a8af101
27288Author: Danilo Šegan <danilo@src.gnome.org>
27289Date:   Tue Sep 6 05:13:16 2005 +0000
27290
27291    Updated Serbian translation.
27292
27293 po/ChangeLog  |   4 +
27294 po/sr.po      | 264 +++++++++++++++++++++++++++++++---------------------------
27295 po/sr@Latn.po | 264 +++++++++++++++++++++++++++++++---------------------------
27296 3 files changed, 290 insertions(+), 242 deletions(-)
27297
27298commit 0347a2c8f49743e771dc5645a8ab744ceb1a9b66
27299Author: Shaun McCance <shaunm@src.gnome.org>
27300Date:   Mon Sep 5 19:34:55 2005 +0000
27301
27302    i18n/notes/sr.txt - Adding Serbian translation notes
27303
27304    * i18n/notes/sr.txt
27305    - Adding Serbian translation notes
27306
27307 i18n/notes/sr.txt | 102 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
27308 1 file changed, 102 insertions(+)
27309
27310commit e620a69e1c80222240370e3332606055b01e0773
27311Author: Žygimantas Beručka <zygis@gnome.org>
27312Date:   Mon Sep 5 18:22:13 2005 +0000
27313
27314    Updated Lithuanian translation.
27315
27316    2005-09-05  Žygimantas Beručka  <zygis@gnome.org>
27317
27318            * lt.po: Updated Lithuanian translation.
27319
27320 po/ChangeLog |   4 ++
27321 po/lt.po     | 164 +++++++++++++++++++++++++++++++++++++----------------------
27322 2 files changed, 106 insertions(+), 62 deletions(-)
27323
27324commit 3d781e29de521163a0aa82715587beeff37ec5e5
27325Author: Mugurel Tudor <mugurelu@gnome.ro>
27326Date:   Mon Sep 5 11:35:51 2005 +0000
27327
27328    Updated Romanian translation
27329
27330    2005-09-05  Mugurel Tudor  <mugurelu@gnome.ro>
27331
27332            * ro.po: Updated Romanian translation
27333
27334 po/ChangeLog | 4 ++++
27335 po/ro.po     | 1 +
27336 2 files changed, 5 insertions(+)
27337
27338commit 4a983d17a5905a772a10c17f634d42a0bf09176e
27339Author: Mugurel Tudor <mugurelu@gnome.ro>
27340Date:   Mon Sep 5 11:29:30 2005 +0000
27341
27342    Updated Romanian translation
27343
27344    2005-09-05  Mugurel Tudor  <mugurelu@gnome.ro>
27345
27346            * ro.po: Updated Romanian translation
27347
27348 po/ChangeLog |   4 +
27349 po/ro.po     | 378 ++++++++++++++++++++++++-----------------------------------
27350 2 files changed, 156 insertions(+), 226 deletions(-)
27351
27352commit 8f7c36b72d295f886ce0a396c9327845131da948
27353Author: Žygimantas Beručka <zygis@gnome.org>
27354Date:   Mon Sep 5 09:29:53 2005 +0000
27355
27356    Updated Lithuanian translation.
27357
27358    2005-09-05  Žygimantas Beručka  <zygis@gnome.org>
27359
27360            * lt.po: Updated Lithuanian translation.
27361
27362 po/ChangeLog |   4 +
27363 po/lt.po     | 271 +++++++++++++++++++----------------------------------------
27364 2 files changed, 90 insertions(+), 185 deletions(-)
27365
27366commit 9bb5c56eaec7cf0521fdf1cc98addfaafe1cfcac
27367Author: Shaun McCance <shaunm@src.gnome.org>
27368Date:   Mon Sep 5 08:38:20 2005 +0000
27369
27370    - Reverting to revision 1.2, massive breakage
27371
27372    * po/ro.po:
27373    - Reverting to revision 1.2, massive breakage
27374
27375 ChangeLog |    5 +
27376 po/ro.po  | 1284 +++++++++----------------------------------------------------
27377 2 files changed, 183 insertions(+), 1106 deletions(-)
27378
27379commit a7829630f3d0c3a3ff0550721ea35ec7c412fc29
27380Author: Behdad Esfahbod <behdad@gnome.org>
27381Date:   Mon Sep 5 08:31:21 2005 +0000
27382
27383    Build break fix. Damn.
27384
27385    2005-09-05  Behdad Esfahbod  <behdad@gnome.org>
27386
27387            * tr.po: Build break fix.  Damn.
27388
27389 po/ChangeLog | 4 ++++
27390 po/tr.po     | 2 +-
27391 2 files changed, 5 insertions(+), 1 deletion(-)
27392
27393commit 57eb373cc5f32df3c9b79b263a118e398bec7c50
27394Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
27395Date:   Sat Sep 3 05:58:13 2005 +0000
27396
27397    Updated Traditional Chinese translation.
27398
27399
27400    2005-09-03  Chao-Hsiung Liao  <j_h_liau@yahoo.com.tw>
27401
27402            * zh_TW.po: Updated Traditional Chinese translation.
27403
27404 po/ChangeLog |   4 +
27405 po/zh_TW.po  | 370 ++++++++++++++++++++++++++---------------------------------
27406 2 files changed, 168 insertions(+), 206 deletions(-)
27407
27408commit fd17639a2910efd6bd54dc436aae67f6e623ff5c
27409Author: Christophe Merlet <redfox@src.gnome.org>
27410Date:   Fri Sep 2 11:24:34 2005 +0000
27411
27412    Updated French translation.
27413
27414 po/ChangeLog |   5 +
27415 po/fr.po     | 432 +++++++++++++++++++++++++----------------------------------
27416 2 files changed, 190 insertions(+), 247 deletions(-)
27417
27418commit b661a1cfdb23b3bfe4e325d1266898f55d306f1c
27419Author: Choe Hwanjin <choe.hwanjin@gmail.com>
27420Date:   Fri Sep 2 07:27:59 2005 +0000
27421
27422    Updated Korean translation by Young-Ho Cha.
27423
27424    2005-09-02  Choe Hwanjin <choe.hwanjin@gmail.com>
27425
27426        * ko.po: Updated Korean translation by Young-Ho Cha.
27427
27428 po/ChangeLog |   4 +
27429 po/ko.po     | 426 ++++++++++++++++++++++++++---------------------------------
27430 2 files changed, 189 insertions(+), 241 deletions(-)
27431
27432commit da4156ec7a36777a1550b49d48495b356e8b9e60
27433Author: Nickolay V. Shmyrev <nshmyrev@src.gnome.org>
27434Date:   Thu Sep 1 17:41:15 2005 +0000
27435
27436    Added Russian translation
27437
27438 ChangeLog    |    4 +
27439 configure.in |    2 +-
27440 po/ChangeLog |    4 +
27441 po/ru.po     | 1814 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
27442 4 files changed, 1823 insertions(+), 1 deletion(-)
27443
27444commit b0e6a5929aa2649040a3d70990e195776692820d
27445Author: Baris Cicek <bcicek@src.gnome.org>
27446Date:   Thu Sep 1 16:41:41 2005 +0000
27447
27448    Updated Turkish Translation
27449
27450 po/ChangeLog |   4 +
27451 po/tr.po     | 271 ++++++++++++++++++++++++++++++++++++-----------------------
27452 2 files changed, 169 insertions(+), 106 deletions(-)
27453
27454commit 77f9704d4922e51578fb0be73390d1eab702e2f8
27455Author: Shaun McCance <shaunm@src.gnome.org>
27456Date:   Tue Aug 30 20:19:44 2005 +0000
27457
27458    - Added French translation notes from Vincent Untz
27459
27460    * i18n/notes/fr.txt:
27461    - Added French translation notes from Vincent Untz
27462
27463 i18n/notes/fr.txt | 37 +++++++++++++++++++++++++++++++++++++
27464 1 file changed, 37 insertions(+)
27465
27466commit befec2ba0f4f99fc525198c6d09058de79b02947
27467Author: Yair Hershkovitz <yairhr@gmail.com>
27468Date:   Tue Aug 30 08:57:52 2005 +0000
27469
27470    he.po: Added Hebrew translation.
27471
27472    2005-08-30  Yair Hershkovitz  <yairhr@gmail.com>
27473
27474            he.po: Added Hebrew translation.
27475
27476 ChangeLog    |    6 +-
27477 configure.in |    2 +-
27478 po/ChangeLog |    4 +
27479 po/he.po     | 1765 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
27480 4 files changed, 1774 insertions(+), 3 deletions(-)
27481
27482commit 6b3bf4afe86b10175e3fe52bd0e3cc18bf046f46
27483Author: Dan Damian <dand@src.gnome.org>
27484Date:   Tue Aug 30 08:05:48 2005 +0000
27485
27486    Updated Romanian translation by Iulian Benea.
27487
27488 po/ChangeLog |    4 +
27489 po/ro.po     | 1284 ++++++++++++++++++++++++++++++++++++++++++++++++++--------
27490 2 files changed, 1110 insertions(+), 178 deletions(-)
27491
27492commit 6040983bb570490c23c2f21bc2f22254e510e076
27493Author: Shaun McCance <shaunm@src.gnome.org>
27494Date:   Tue Aug 30 00:54:15 2005 +0000
27495
27496    changed the example.xref translation, as it was missin' a huge part that
27497
27498    * po/it.po: changed the example.xref translation, as it
27499    was missin' a huge part that prevented compilation
27500    on italian systems.
27501    * po/it.po: corrected a similar mistake in glossentry.tooltip,
27502    and a minor italian imprecision.
27503
27504 ChangeLog | 8 ++++++++
27505 po/it.po  | 5 +++--
27506 2 files changed, 11 insertions(+), 2 deletions(-)
27507
27508commit cd091527cdd7e40fc8d1202f2c3ab63281370fec
27509Author: Alessio Frusciante <algol@src.gnome.org>
27510Date:   Mon Aug 29 20:18:27 2005 +0000
27511
27512    Updated Italian translation.
27513
27514 po/ChangeLog |   5 +
27515 po/it.po     | 433 +++++++++++++++++++++--------------------------------------
27516 2 files changed, 156 insertions(+), 282 deletions(-)
27517
27518commit 30505a4954a73de251db86fd7ed18aad3c3a0d9f
27519Author: Francisco Javier F. Serrador <serrador@cvs.gnome.org>
27520Date:   Mon Aug 29 18:16:59 2005 +0000
27521
27522    Updated Spanish translation.
27523
27524    2005-08-29  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
27525
27526            * es.po: Updated Spanish translation.
27527
27528 po/ChangeLog |   4 +
27529 po/es.po     | 356 +++++++++--------------------------------------------------
27530 2 files changed, 55 insertions(+), 305 deletions(-)
27531
27532commit b412d15828c35aa0b98781cbc318a68d4b23980c
27533Author: Shaun McCance <shaunm@src.gnome.org>
27534Date:   Mon Aug 29 16:28:55 2005 +0000
27535
27536    - Version 0.3.3
27537
27538    * NEWS:
27539    * configure.in:
27540    - Version 0.3.3
27541
27542    * i18n/PLURALS.txt:
27543    * i18n/STYLESHEETS.xhtml:
27544    - Automatic updates
27545
27546 ChangeLog              |  12 ++++
27547 NEWS                   |  37 ++++++++++++
27548 configure.in           |   2 +-
27549 i18n/PLURALS.txt       |   2 +-
27550 i18n/STYLESHEETS.xhtml | 155 +++++++++++++++++++++++++------------------------
27551 5 files changed, 129 insertions(+), 79 deletions(-)
27552
27553commit 66e00175b4f76f020fe55093dd353a005b24fffa
27554Author: Duarte Loreto <happyguy_pt@hotmail.com>
27555Date:   Sun Aug 28 16:41:07 2005 +0000
27556
27557    Updated Portuguese translation.
27558
27559    2005-08-28  Duarte Loreto <happyguy_pt@hotmail.com>
27560
27561            * pt.po: Updated Portuguese translation.
27562
27563 po/ChangeLog |   4 +
27564 po/pt.po     | 253 +++++++++++++++++++++++++++++++++++++----------------------
27565 2 files changed, 164 insertions(+), 93 deletions(-)
27566
27567commit 500abdbd3a4bc0680e0d3dbc26ebf2d22cdbc127
27568Author: Shaun McCance <shaunm@src.gnome.org>
27569Date:   Fri Aug 26 20:26:55 2005 +0000
27570
27571    - Only take one input file for xsldoc
27572
27573    * gnome-doc-utils.make:
27574    - Only take one input file for xsldoc
27575
27576 ChangeLog            | 5 +++++
27577 gnome-doc-utils.make | 6 +++++-
27578 2 files changed, 10 insertions(+), 1 deletion(-)
27579
27580commit daee712ad6c748b9dfb217a1de714ea20bfef767
27581Author: Shaun McCance <shaunm@src.gnome.org>
27582Date:   Fri Aug 26 19:41:56 2005 +0000
27583
27584    - Fixed broken XML
27585
27586    * po/pt_BR.po:
27587    - Fixed broken XML
27588
27589 ChangeLog   | 5 +++++
27590 po/pt_BR.po | 4 ++--
27591 2 files changed, 7 insertions(+), 2 deletions(-)
27592
27593commit 2ad1750689f6a38002ab8ec9f72671cb66c90508
27594Author: Shaun McCance <shaunm@src.gnome.org>
27595Date:   Fri Aug 26 17:19:32 2005 +0000
27596
27597    - Fixed broken XML in translations
27598
27599    * po/bg.po:
27600    * po/nb.po:
27601    * po/no.po:
27602    - Fixed broken XML in translations
27603
27604    * xslt/gettext/Makefile.am:
27605    - Added well-formedness check to l10n.xml Makefile rule
27606
27607 ChangeLog                | 10 ++++++++++
27608 po/bg.po                 |  6 +++---
27609 po/nb.po                 | 16 ++++------------
27610 po/no.po                 | 16 ++++------------
27611 xslt/gettext/Makefile.am |  1 +
27612 5 files changed, 22 insertions(+), 27 deletions(-)
27613
27614commit 0b812b6d9f6ba56536930e0ac6c6c1803f656707
27615Author: Amanpreet Singh Alam <aman@src.gnome.org>
27616Date:   Tue Aug 23 10:33:37 2005 +0000
27617
27618    add Punjabi (pa) by amanpreet Singh Brar Alamwalia
27619
27620 po/pa.po | 402 +++++++++++++++++++++++++++------------------------------------
27621 1 file changed, 174 insertions(+), 228 deletions(-)
27622
27623commit 3d56ce16459cfbf0de4741775af5c1ace4c4af1a
27624Author: Evandro Fernandes Giovanini <evandrofg@ig.com.br>
27625Date:   Tue Aug 23 02:18:46 2005 +0000
27626
27627    Updated Brazilian Portuguese translation from Pedro de Medeiros
27628
27629    2005-08-22  Evandro Fernandes Giovanini <evandrofg@ig.com.br>
27630
27631            * pt_BR.po: Updated Brazilian Portuguese translation
27632            from Pedro de Medeiros <pedro.medeiros@gmail.com>.
27633
27634 po/ChangeLog |   5 ++
27635 po/pt_BR.po  | 271 +++++++++++++++++++++++++++++++++++------------------------
27636 2 files changed, 166 insertions(+), 110 deletions(-)
27637
27638commit b1412a4e337cc199366c6a9aa17254018fe48718
27639Author: Shaun McCance <shaunm@src.gnome.org>
27640Date:   Sat Aug 20 21:14:05 2005 +0000
27641
27642    - Fix up some sed expressions, from Joe Markus Clarke, #312969
27643
27644    * gnome-doc-utils.make:
27645    - Fix up some sed expressions, from Joe Markus Clarke, #312969
27646
27647 ChangeLog            | 5 +++++
27648 gnome-doc-utils.make | 8 ++++----
27649 2 files changed, 9 insertions(+), 4 deletions(-)
27650
27651commit 21fe3f57b7b4953f4007ad7eebd76c65a21b1c64
27652Author: Josep Puigdemont i Casamajó <joseppc@src.gnome.org>
27653Date:   Sat Aug 20 15:40:19 2005 +0000
27654
27655    Updated Catalan translation.
27656
27657 po/ChangeLog |   5 +
27658 po/ca.po     | 563 +++++++++++++++++------------------------------------------
27659 2 files changed, 170 insertions(+), 398 deletions(-)
27660
27661commit 315457312f70c04e119f3686a7fc1100992b7f75
27662Author: Priit Laes <plaes@cvs.gnome.org>
27663Date:   Fri Aug 19 05:50:38 2005 +0000
27664
27665    Translation updated by Ivar Smolin.
27666
27667    2005-08-19  Priit Laes  <plaes@cvs.gnome.org>
27668
27669            * et.po: Translation updated by Ivar Smolin.
27670
27671 po/ChangeLog |   4 ++
27672 po/et.po     | 150 ++++++++++++++++++++++++++++++++++-------------------------
27673 2 files changed, 90 insertions(+), 64 deletions(-)
27674
27675commit 2cca39b0946247f3e6ee04c6a028afc25642ca3d
27676Author: Vincent van Adrighem <adrighem@gnome.org>
27677Date:   Thu Aug 18 18:29:25 2005 +0000
27678
27679    Translation updated by Taco Witte.
27680
27681    2005-08-18  Vincent van Adrighem  <adrighem@gnome.org>
27682
27683            * nl.po: Translation updated by Taco Witte.
27684
27685 po/ChangeLog |   4 +
27686 po/nl.po     | 263 ++++++++++++++++++++++++++++++++++++-----------------------
27687 2 files changed, 164 insertions(+), 103 deletions(-)
27688
27689commit 9adf2aca05bbe68b3eadb1fdf7797ea42fc00936
27690Author: Maxim Dziumanenko <mvd@mylinux.ua>
27691Date:   Tue Aug 16 17:21:42 2005 +0000
27692
27693    Updated Ukrainian translation.
27694
27695    2005-08-16  Maxim Dziumanenko <mvd@mylinux.ua>
27696
27697            * Updated Ukrainian translation.
27698
27699 po/ChangeLog |   4 +
27700 po/uk.po     | 365 ++++++++++++++++++++++++++---------------------------------
27701 2 files changed, 164 insertions(+), 205 deletions(-)
27702
27703commit dcd52060810a543e4dbfc68a6432be02700ee774
27704Author: Gabor Kelemen <kelemeng@gnome.hu>
27705Date:   Sun Aug 14 22:03:33 2005 +0000
27706
27707    Hungarian translation updated.
27708
27709    2005-08-15  Gabor Kelemen  <kelemeng@gnome.hu>
27710
27711            * hu.po: Hungarian translation updated.
27712
27713 po/ChangeLog |   4 +
27714 po/hu.po     | 432 ++++++++++++++++++++++-------------------------------------
27715 2 files changed, 165 insertions(+), 271 deletions(-)
27716
27717commit 62e3211d0c1aff82e89376e54e8ef9624b72be9d
27718Author: Alexander Shopov <ash@contact.bg>
27719Date:   Fri Aug 12 07:05:48 2005 +0000
27720
27721    Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>
27722
27723    2005-08-12  Alexander Shopov  <ash@contact.bg>
27724
27725            * bg.po: Updated Bulgarian translation by
27726            Alexander Shopov <ash@contact.bg>
27727
27728 po/ChangeLog |   5 +++
27729 po/bg.po     | 129 ++++++++++++++++++++++++++++++++++++++---------------------
27730 2 files changed, 88 insertions(+), 46 deletions(-)
27731
27732commit 45127746b1a2089f0e2bef2e29aefbd661487d89
27733Author: Ivan Stojmirov <stojmir@src.gnome.org>
27734Date:   Thu Aug 11 01:47:11 2005 +0000
27735
27736    done
27737
27738 po/mk.po | 206 +++++++++++++++++++++++++++++++--------------------------------
27739 1 file changed, 103 insertions(+), 103 deletions(-)
27740
27741commit ed320d158122d5c0e7ba1f5d63c113edfc64cd8b
27742Author: Kostas Papadimas <pkst@src.gnome.org>
27743Date:   Wed Aug 10 09:09:35 2005 +0000
27744
27745    Updated Greek Translation
27746
27747 po/ChangeLog |   4 +
27748 po/el.po     | 263 ++++++++++++++++++++++++++++++++++++-----------------------
27749 2 files changed, 165 insertions(+), 102 deletions(-)
27750
27751commit 530f221d0f3a753f59db981f71637b02071aa9c8
27752Author: Hendrik Brandt <heb@gnome-de.org>
27753Date:   Tue Aug 9 22:56:11 2005 +0000
27754
27755    Updated German translation.
27756
27757    2005-08-09  Hendrik Brandt  <heb@gnome-de.org>
27758
27759            * de.po: Updated German translation.
27760
27761 po/ChangeLog |   4 ++
27762 po/de.po     | 179 ++++++++++++++++++++++++++++++++---------------------------
27763 2 files changed, 102 insertions(+), 81 deletions(-)
27764
27765commit 349113823c18fdc4460c2fd32d7ae5c3f9c591d6
27766Author: Laurent Dhima <laurenti@alblinux.net>
27767Date:   Tue Aug 9 09:24:02 2005 +0000
27768
27769    Updated Albanian translation.
27770
27771    2005-08-09  Laurent Dhima  <laurenti@alblinux.net>
27772
27773            * sq.po: Updated Albanian translation.
27774
27775 po/ChangeLog |   4 +
27776 po/sq.po     | 395 +++++++++++++++++++++++++----------------------------------
27777 2 files changed, 173 insertions(+), 226 deletions(-)
27778
27779commit ad6a301b54fbaf6f1f1148ca41ecb5d060afd4d8
27780Author: Takeshi AIHANA <aihana@gnome.gr.jp>
27781Date:   Sun Aug 7 06:16:07 2005 +0000
27782
27783    Updated Japanese translation for HEAD.
27784
27785    2005-08-07  Takeshi AIHANA <aihana@gnome.gr.jp>
27786
27787            * ja.po: Updated Japanese translation for HEAD.
27788
27789 po/ChangeLog |   4 ++
27790 po/ja.po     | 166 +++++++++++++++++++++++++++++++++--------------------------
27791 2 files changed, 98 insertions(+), 72 deletions(-)
27792
27793commit 07a1ca5ee589dbcbea00a208c2e33c56665963f3
27794Author: Terance Sola <terance@lyse.net>
27795Date:   Sat Aug 6 02:57:07 2005 +0000
27796
27797    Updated Norwegian Bbokmål translation. Same.
27798
27799    2005-08-06  Terance Sola  <terance@lyse.net>
27800
27801            * nb.po: Updated Norwegian Bbokmål translation.
27802            * no.po: Same.
27803
27804 po/ChangeLog |   5 ++
27805 po/nb.po     | 226 +++++++++++++++++++++++++++++++++++++++--------------------
27806 po/no.po     | 226 +++++++++++++++++++++++++++++++++++++++--------------------
27807 3 files changed, 305 insertions(+), 152 deletions(-)
27808
27809commit 9a4a6caf4c62b263a578e434677e05585dc92132
27810Author: Marcel Telka <marcel@telka.sk>
27811Date:   Fri Aug 5 20:14:57 2005 +0000
27812
27813    Updated Slovak translation.
27814
27815    2005-08-05  Marcel Telka  <marcel@telka.sk>
27816
27817            * sk.po: Updated Slovak translation.
27818
27819 po/ChangeLog |   4 ++
27820 po/sk.po     | 168 +++++++++++++++++++++++++++++++++++------------------------
27821 2 files changed, 103 insertions(+), 69 deletions(-)
27822
27823commit f6a8ccd4489339d434c36e4bab5f78d84f02551b
27824Author: Kjartan Maraas <kmaraas@gnome.org>
27825Date:   Fri Aug 5 09:38:28 2005 +0000
27826
27827    Updated Norwegian bokmål translation. Same
27828
27829    2005-08-05  Kjartan Maraas  <kmaraas@gnome.org>
27830
27831            * nb.po: Updated Norwegian bokmål translation.
27832            * no.po: Same
27833
27834 po/ChangeLog |   5 ++
27835 po/nb.po     | 251 +++++++++++++++--------------------------------------------
27836 po/no.po     | 251 +++++++++++++++--------------------------------------------
27837 3 files changed, 131 insertions(+), 376 deletions(-)
27838
27839commit 566e5cdc1ebf79fa0237ca1902909247b7b63a37
27840Author: Francisco Javier F. Serrador <serrador@cvs.gnome.org>
27841Date:   Thu Aug 4 14:38:32 2005 +0000
27842
27843    Updated Spanish translation.
27844
27845    2005-08-04  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
27846
27847            * es.po: Updated Spanish translation.
27848
27849 po/ChangeLog |   4 ++
27850 po/es.po     | 177 +++++++++++++++++++++++++++++------------------------------
27851 2 files changed, 92 insertions(+), 89 deletions(-)
27852
27853commit b371f8ddfddcbb4e609d64d7fb3dbb2be26b9f19
27854Author: Clytie Siddall <clyties@src.gnome.org>
27855Date:   Thu Aug 4 11:55:30 2005 +0000
27856
27857    vi.po: Updated Vietnamese translation.
27858
27859 po/ChangeLog |   4 ++
27860 po/vi.po     | 167 +++++++++++++++++++++++++++++++----------------------------
27861 2 files changed, 93 insertions(+), 78 deletions(-)
27862
27863commit 71aee569432eda6c0bfd2b34e8839142d86a2a66
27864Author: Adam Weinberger <adamw@gnome.org>
27865Date:   Tue Aug 2 17:13:17 2005 +0000
27866
27867    Updated Canadian English translation.
27868
27869
27870    2005-08-02  Adam Weinberger  <adamw@gnome.org>
27871
27872            * en_CA.po: Updated Canadian English translation.
27873
27874 po/ChangeLog |   4 ++
27875 po/en_CA.po  | 215 +++++++++++++++++++++++++++++++----------------------------
27876 2 files changed, 117 insertions(+), 102 deletions(-)
27877
27878commit 8430276200b4d73df84ca076beba0293d9b7a003
27879Author: Funda Wang <fwang@src.gnome.org>
27880Date:   Tue Aug 2 14:45:59 2005 +0000
27881
27882    Updated Simplified Chinese translation
27883
27884 po/ChangeLog |   4 ++
27885 po/zh_CN.po  | 165 +++++++++++++++++++++++++++++++----------------------------
27886 2 files changed, 92 insertions(+), 77 deletions(-)
27887
27888commit 0745ed7fe75321636dc6865a5f1d5a6416bf72a0
27889Author: Ankitkumar Rameshchandra Patel <ankitp@src.gnome.org>
27890Date:   Tue Aug 2 09:52:51 2005 +0000
27891
27892    Updated Gujarati Translations
27893
27894 po/ChangeLog |   4 ++
27895 po/gu.po     | 154 +++++++++++++++++++++++++++++++++++++----------------------
27896 2 files changed, 100 insertions(+), 58 deletions(-)
27897
27898commit 693263550c2f0cafc44f3a615640336285c309bc
27899Author: Tommi Vainikainen <thv@iki.fi>
27900Date:   Tue Aug 2 08:41:16 2005 +0000
27901
27902    Updated Finnish translation.
27903
27904    2005-08-02  Tommi Vainikainen  <thv@iki.fi>
27905            * fi.po: Updated Finnish translation.
27906
27907 po/ChangeLog |   4 ++
27908 po/fi.po     | 129 ++++++++++++++++++++++++++++++++++++++---------------------
27909 2 files changed, 87 insertions(+), 46 deletions(-)
27910
27911commit b36397407a981324def0929f9703cc36af13c82e
27912Author: Rajesh Ranjan <rranjan@src.gnome.org>
27913Date:   Tue Aug 2 08:01:13 2005 +0000
27914
27915    updtd by rranjan@redhat.com
27916
27917 po/hi.po | 205 +++++++++++++++++++++++++++++++--------------------------------
27918 1 file changed, 101 insertions(+), 104 deletions(-)
27919
27920commit 71dccc957566379bc29a73a37701722939e8d023
27921Author: Abduxukur Abdurixit <aabdurix@src.gnome.org>
27922Date:   Tue Aug 2 06:53:25 2005 +0000
27923
27924    *** empty log message ***
27925
27926 ChangeLog    |    4 +
27927 configure.in |    2 +-
27928 po/ChangeLog |    5 +
27929 po/ug.po     | 1762 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
27930 4 files changed, 1772 insertions(+), 1 deletion(-)
27931
27932commit 4aa9cca0bac9445f696dcf19c394425056b4ab2a
27933Author: Ankitkumar Rameshchandra Patel <ankitp@src.gnome.org>
27934Date:   Tue Aug 2 04:50:22 2005 +0000
27935
27936    Updated Gujarati Translations
27937
27938 po/ChangeLog |   4 +++
27939 po/gu.po     | 103 +++++++++++++++++++----------------------------------------
27940 2 files changed, 37 insertions(+), 70 deletions(-)
27941
27942commit 22c518b0544c85444520d77bd3c4421bf76ed3fa
27943Author: Shaun McCance <shaunm@src.gnome.org>
27944Date:   Mon Aug 1 23:07:33 2005 +0000
27945
27946    - Changes to make block indents not nest
27947
27948    * xslt/docbook/html/db2html-admon.xsl:
27949    * xslt/docbook/html/db2html-block.xsl:
27950    * xslt/docbook/html/db2html-css.xsl:
27951    * xslt/docbook/html/db2html-table.xsl:
27952    - Changes to make block indents not nest
27953
27954 ChangeLog                           |  8 ++++
27955 xslt/docbook/html/db2html-admon.xsl |  4 +-
27956 xslt/docbook/html/db2html-block.xsl | 89 ++++++++++++++++++++++++-------------
27957 xslt/docbook/html/db2html-css.xsl   |  3 +-
27958 xslt/docbook/html/db2html-table.xsl |  3 +-
27959 5 files changed, 70 insertions(+), 37 deletions(-)
27960
27961commit 85e225785ad64afe555203941352367877bb0833
27962Author: Shaun McCance <shaunm@src.gnome.org>
27963Date:   Mon Aug 1 22:40:43 2005 +0000
27964
27965    - Fixed up the preface formatters
27966
27967    * xslt/docbook/common/db-label.xsl:
27968    * xslt/docbook/common/db-xref.xsl:
27969    * xslt/gettext/l10n.xml.in:
27970    - Fixed up the preface formatters
27971
27972 ChangeLog                        |  7 +++++++
27973 xslt/docbook/common/db-label.xsl | 13 +++++++++++--
27974 xslt/docbook/common/db-xref.xsl  | 12 ++++++++++++
27975 xslt/gettext/l10n.xml.in         | 42 ++++++++++++++++++++++++++++++++++++++++
27976 4 files changed, 72 insertions(+), 2 deletions(-)
27977
27978commit 4869a952b83e5ba9f7a95695c8917361a8bca21a
27979Author: Shaun McCance <shaunm@src.gnome.org>
27980Date:   Mon Aug 1 21:45:03 2005 +0000
27981
27982    - Use newer versions of AC_INIT and AM_INIT_AUTOMAKE
27983
27984    * configure.in:
27985    - Use newer versions of AC_INIT and AM_INIT_AUTOMAKE
27986
27987    * gnome-doc-utils.make:
27988    - Pass the PO file to xml2po, not just the language code
27989
27990 ChangeLog            | 8 ++++++++
27991 configure.in         | 5 +++--
27992 gnome-doc-utils.make | 4 ++--
27993 3 files changed, 13 insertions(+), 4 deletions(-)
27994
27995commit 554576d5ad0b81daea0af75a309a6afc760181b5
27996Author: Shaun McCance <shaunm@src.gnome.org>
27997Date:   Mon Aug 1 20:04:01 2005 +0000
27998
27999    - Added formalpara
28000
28001    * xslt/docbook/html/db2html-block.xsl:
28002    - Added formalpara
28003
28004 ChangeLog                           | 5 +++++
28005 xslt/docbook/html/db2html-block.xsl | 5 +++++
28006 2 files changed, 10 insertions(+)
28007
28008commit 5b1471cea3ad0b5d4c254970c813e028b067a7b6
28009Author: Shaun McCance <shaunm@src.gnome.org>
28010Date:   Mon Aug 1 19:45:49 2005 +0000
28011
28012    - Adding a MAINTAINERS file
28013
28014    * MAINTAINERS:
28015    - Adding a MAINTAINERS file
28016
28017 ChangeLog     |    5 +
28018 MAINTAINERS   |    9 +
28019 po/ar.po      | 1812 ++++++++++++++++++++++++++++++++++++++++++++-----
28020 po/bg.po      |    2 +-
28021 po/ca.po      | 2000 +++++++++++++++++++++++++++++++++++++++++++++++-------
28022 po/cs.po      |  103 ++-
28023 po/da.po      | 1966 +++++++++++++++++++++++++++++++++++++++++++----------
28024 po/de.po      |   58 +-
28025 po/el.po      | 1963 +++++++++++++++++++++++++++++++++++++++++++++++------
28026 po/en_CA.po   |  176 ++---
28027 po/en_GB.po   | 1964 +++++++++++++++++++++++++++++++++++++++++++++++------
28028 po/es.po      |  130 +++-
28029 po/et.po      |  249 +++----
28030 po/fi.po      |    2 +-
28031 po/fr.po      | 1960 +++++++++++++++++++++++++++++++++++++++++++++++------
28032 po/gl.po      |   38 +-
28033 po/gu.po      |  108 ++-
28034 po/hi.po      |  176 +++--
28035 po/hu.po      | 2028 +++++++++++++++++++++++++++++++++++++++++++++----------
28036 po/id.po      |  176 ++---
28037 po/it.po      | 2090 ++++++++++++++++++++++++++++++++++++++++++++++-----------
28038 po/ja.po      |  110 +--
28039 po/ko.po      | 1949 +++++++++++++++++++++++++++++++++++++++++++++++------
28040 po/lt.po      | 1996 ++++++++++++++++++++++++++++++++++++++++++++----------
28041 po/mk.po      |   81 ++-
28042 po/nb.po      | 1966 +++++++++++++++++++++++++++++++++++++++++++----------
28043 po/ne.po      | 1967 ++++++++++++++++++++++++++++++++++++++++++++---------
28044 po/nl.po      | 1969 +++++++++++++++++++++++++++++++++++++++++++----------
28045 po/no.po      | 1966 +++++++++++++++++++++++++++++++++++++++++++----------
28046 po/pa.po      | 1963 ++++++++++++++++++++++++++++++++++++++++++++---------
28047 po/pt.po      | 1957 +++++++++++++++++++++++++++++++++++++++++++++++------
28048 po/pt_BR.po   | 1957 ++++++++++++++++++++++++++++++++++++++++++++---------
28049 po/ro.po      | 2002 ++++++++++++++++++++++++++++++++++++++++++++----------
28050 po/rw.po      | 2043 ++++++++++++++++++++++++++++++++++++++++++++-----------
28051 po/sk.po      |   20 +-
28052 po/sq.po      | 1960 +++++++++++++++++++++++++++++++++++++++++++++++------
28053 po/sr.po      | 2029 +++++++++++++++++++++++++++++++++++++++++++++----------
28054 po/sr@Latn.po | 2029 +++++++++++++++++++++++++++++++++++++++++++++----------
28055 po/sv.po      | 1953 +++++++++++++++++++++++++++++++++++++++++++++++------
28056 po/tr.po      | 1968 +++++++++++++++++++++++++++++++++++++++++++++++------
28057 po/uk.po      | 1959 +++++++++++++++++++++++++++++++++++++++++++++++------
28058 po/vi.po      |   40 +-
28059 po/wa.po      | 2025 +++++++++++++++++++++++++++++++++++++++++++++++++------
28060 po/zh_CN.po   |   86 ++-
28061 po/zh_TW.po   | 1967 +++++++++++++++++++++++++++++++++++++++++++----------
28062 45 files changed, 46649 insertions(+), 8328 deletions(-)
28063
28064commit bd6ea48c333f657863000126da2b405a3be2cfdb
28065Author: Alexander Shopov <ash@contact.bg>
28066Date:   Mon Aug 1 14:19:01 2005 +0000
28067
28068    Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>
28069
28070    2005-08-01  Alexander Shopov  <ash@contact.bg>
28071
28072            * bg.po: Updated Bulgarian translation by
28073            Alexander Shopov <ash@contact.bg>
28074
28075 po/ChangeLog |  5 ++++
28076 po/bg.po     | 77 +++++++++++++++++++++++++++++++++++-------------------------
28077 2 files changed, 50 insertions(+), 32 deletions(-)
28078
28079commit 6da77474b55882420be0e3a360d71fbb04c22019
28080Author: Tommi Vainikainen <thv@iki.fi>
28081Date:   Mon Aug 1 13:43:46 2005 +0000
28082
28083    Updated Finnish translation.
28084
28085    2005-08-01  Tommi Vainikainen  <thv@iki.fi>
28086            * fi.po: Updated Finnish translation.
28087
28088 po/ChangeLog |  4 ++++
28089 po/fi.po     | 77 +++++++++++++++++++++++++++++++++++-------------------------
28090 2 files changed, 49 insertions(+), 32 deletions(-)
28091
28092commit 1f2900c999927ecf2599d4d8200942493ce4cbf3
28093Author: Marcel Telka <marcel@telka.sk>
28094Date:   Fri Jul 29 19:58:49 2005 +0000
28095
28096    Updated Slovak translation.
28097
28098    2005-07-29  Marcel Telka  <marcel@telka.sk>
28099
28100            * sk.po: Updated Slovak translation.
28101
28102 po/ChangeLog |    4 +
28103 po/sk.po     | 1857 +++++++++++++++++++++++++++++++++++++++++++++++-----------
28104 2 files changed, 1511 insertions(+), 350 deletions(-)
28105
28106commit fc49ed6a72df0994aacf8626b86644a4a9138d64
28107Author: Ahmad Riza H Nst <rizahnst@eriagempita.co.id>
28108Date:   Fri Jul 29 04:38:42 2005 +0000
28109
28110    Updated Indonesian Translation done by Imam Musthaqim
28111
28112
28113    2005-07-29  Ahmad Riza H Nst  <rizahnst@eriagempita.co.id>
28114
28115            * id.po: Updated Indonesian Translation
28116                     done by Imam Musthaqim <imam@infoflow.co.id>
28117
28118 po/ChangeLog |    5 +
28119 po/id.po     | 1996 +++++++++++++++++++++++++++++++++++++++++++++++++++-------
28120 2 files changed, 1787 insertions(+), 214 deletions(-)
28121
28122commit 2abe63df7a407c2392cdd19690d4a8002cc370cd
28123Author: Ignacio Casal Quinteiro <icq@src.gnome.org>
28124Date:   Thu Jul 28 15:47:53 2005 +0000
28125
28126    *** empty log message ***
28127
28128 ChangeLog    |    4 +
28129 configure.in |    2 +-
28130 po/ChangeLog |    4 +
28131 po/gl.po     | 1770 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
28132 4 files changed, 1779 insertions(+), 1 deletion(-)
28133
28134commit b3b6aa4a35bdafc110cfdce7eda59c7afcd7bf78
28135Author: Christian Persch <chpe@cvs.gnome.org>
28136Date:   Thu Jul 28 15:29:25 2005 +0000
28137
28138    - Use $PACKAGE instead of $AC_PACKAGE_TARNAME which seems to not work with
28139
28140    2005-07-28  Christian Persch  <chpe@cvs.gnome.org>
28141
28142            * gnome-doc-utils.m4:
28143            - Use $PACKAGE instead of $AC_PACKAGE_TARNAME which seems to not
28144            work with packages using older auto*.
28145
28146 ChangeLog          | 6 ++++++
28147 gnome-doc-utils.m4 | 2 +-
28148 2 files changed, 7 insertions(+), 1 deletion(-)
28149
28150commit d55ddaf46514d47a4b6a30a6ef656597f2ed6c56
28151Author: Alexander Shopov <ash@contact.bg>
28152Date:   Thu Jul 28 10:41:44 2005 +0000
28153
28154    Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>
28155
28156    2005-07-28  Alexander Shopov  <ash@contact.bg>
28157
28158            * bg.po: Updated Bulgarian translation by
28159            Alexander Shopov <ash@contact.bg>
28160
28161 po/ChangeLog |   20 +-
28162 po/bg.po     | 1878 ++++++++++++++++++++++++++++++++++++++++++++++------------
28163 2 files changed, 1519 insertions(+), 379 deletions(-)
28164
28165commit a46057bae600c5c75949db33637a72ed84ae8f2d
28166Author: Christian Persch <chpe@cvs.gnome.org>
28167Date:   Wed Jul 27 18:55:31 2005 +0000
28168
28169    - Only apply the version check when we're not configuring g-d-u
28170
28171    2005-07-27  Christian Persch  <chpe@cvs.gnome.org>
28172
28173            * gnome-doc-utils.m4:
28174            - Only apply the version check when we're not configuring g-d-u
28175
28176 ChangeLog          |  6 ++++++
28177 gnome-doc-utils.m4 | 12 +++++++-----
28178 2 files changed, 13 insertions(+), 5 deletions(-)
28179
28180commit 37914293e01da5c690c5e146971163495d185064
28181Author: Christian Persch <chpe@cvs.gnome.org>
28182Date:   Wed Jul 27 17:41:00 2005 +0000
28183
28184    - Add minimum-version argument to GNOME_DOC_INIT, and check for the
28185
28186    2005-07-27  Christian Persch  <chpe@cvs.gnome.org>
28187
28188            * gnome-doc-utils.m4:
28189            - Add minimum-version argument to GNOME_DOC_INIT, and check
28190            for the required gdu version. Minimum is 0.3.2 if not specified.
28191            Fixes bug #311661.
28192
28193 ChangeLog          |  7 +++++++
28194 gnome-doc-utils.m4 | 10 +++++++++-
28195 2 files changed, 16 insertions(+), 1 deletion(-)
28196
28197commit 85c965ca892ab22fb24a89e20ac101aa4455efe7
28198Author: Ankitkumar Rameshchandra Patel <ankitp@src.gnome.org>
28199Date:   Wed Jul 27 10:34:05 2005 +0000
28200
28201    Updated Translation
28202
28203 po/ChangeLog |    4 +
28204 po/gu.po     | 1891 +++++++++++++++++++++++++++++++++++++++++++++++++++-------
28205 2 files changed, 1674 insertions(+), 221 deletions(-)
28206
28207commit ca22022a622a4858d12dc4e4447645e822fb6e45
28208Author: Shaun McCance <shaunm@src.gnome.org>
28209Date:   Tue Jul 26 19:38:38 2005 +0000
28210
28211    - Version 0.3.2
28212
28213    * NEWS:
28214    - Version 0.3.2
28215
28216 ChangeLog | 33 +++++++++++++++++++--------------
28217 NEWS      | 21 +++++++++++++++++++++
28218 2 files changed, 40 insertions(+), 14 deletions(-)
28219
28220commit 1961806ef704aa45c511d8d6a50ee07e806cc7c3
28221Author: Shaun McCance <shaunm@src.gnome.org>
28222Date:   Mon Jul 25 22:07:31 2005 +0000
28223
28224    - Remove the other reference to format.manvolnum
28225
28226    * xslt/docbook/common/db-title.xsl:
28227    - Remove the other reference to format.manvolnum
28228
28229 ChangeLog                        | 5 +++++
28230 xslt/docbook/common/db-title.xsl | 7 ++++---
28231 2 files changed, 9 insertions(+), 3 deletions(-)
28232
28233commit b87019e5e0c138bd43f857172136bf39e1b46210
28234Author: Shaun McCance <shaunm@src.gnome.org>
28235Date:   Mon Jul 25 20:09:56 2005 +0000
28236
28237    - Use deeper autotocs for books with references
28238
28239    * xslt/docbook/html/db2html-division.xsl:
28240    - Use deeper autotocs for books with references
28241
28242 ChangeLog                              | 5 +++++
28243 xslt/docbook/html/db2html-division.xsl | 2 +-
28244 2 files changed, 6 insertions(+), 1 deletion(-)
28245
28246commit 85b179d7acb9e4f4deebbd14fcc15a50e8286ad6
28247Author: Shaun McCance <shaunm@src.gnome.org>
28248Date:   Mon Jul 25 20:04:17 2005 +0000
28249
28250    - Remove reference to format.manvolnum
28251
28252    * xslt/docbook/common/db-title.xsl:
28253    - Remove reference to format.manvolnum
28254
28255 ChangeLog                        | 5 +++++
28256 xslt/docbook/common/db-title.xsl | 7 ++++---
28257 2 files changed, 9 insertions(+), 3 deletions(-)
28258
28259commit 626080a850443b62d7872a7ee99b94f4fe656863
28260Author: Shaun McCance <shaunm@src.gnome.org>
28261Date:   Mon Jul 25 19:35:31 2005 +0000
28262
28263    - Added imports for l10n.gettext
28264
28265    * xslt/docbook/common/db-label.xsl:
28266    * xslt/docbook/common/db-title.xsl:
28267    * xslt/docbook/common/db-xref.xsl:
28268    * xslt/docbook/html/db2html.xsl:
28269    - Added imports for l10n.gettext
28270
28271 ChangeLog                        | 8 ++++++++
28272 xslt/docbook/common/db-label.xsl | 1 +
28273 xslt/docbook/common/db-title.xsl | 1 +
28274 xslt/docbook/common/db-xref.xsl  | 1 +
28275 xslt/docbook/html/db2html.xsl    | 3 +--
28276 5 files changed, 12 insertions(+), 2 deletions(-)
28277
28278commit 96c39393d03bca749aef675f56786a8563564b85
28279Author: Shaun McCance <shaunm@src.gnome.org>
28280Date:   Mon Jul 25 19:16:20 2005 +0000
28281
28282    - Fixed title/titleabbrev type, from Ross Burton, #311516
28283
28284    * xslt/docbook/common/db-title.xsl:
28285    - Fixed title/titleabbrev type, from Ross Burton, #311516
28286
28287 ChangeLog                        | 5 +++++
28288 xslt/docbook/common/db-title.xsl | 2 +-
28289 2 files changed, 6 insertions(+), 1 deletion(-)
28290
28291commit 8e2e99358057968698aabe59ed4d850974c382df
28292Author: Shaun McCance <shaunm@src.gnome.org>
28293Date:   Mon Jul 25 19:13:23 2005 +0000
28294
28295    - Support informalexample and simpara
28296
28297    * xslt/docbook/html/db2html-block.xsl:
28298    - Support informalexample and simpara
28299
28300 ChangeLog                           |  5 +++++
28301 xslt/docbook/html/db2html-block.xsl | 10 ++++++++++
28302 2 files changed, 15 insertions(+)
28303
28304commit 911021b5e642e2855a453c7369eea7969a9bb451
28305Author: Tommi Vainikainen <thv@iki.fi>
28306Date:   Mon Jul 25 10:56:27 2005 +0000
28307
28308    Updated Finnish translation.
28309
28310    2005-07-25  Tommi Vainikainen  <thv@iki.fi>
28311
28312            * fi.po: Updated Finnish translation.
28313
28314 po/ChangeLog |    4 +
28315 po/fi.po     | 2062 +++++++++++++++++++++++++++++++++++++++++++++++++++-------
28316 2 files changed, 1821 insertions(+), 245 deletions(-)
28317
28318commit 85eec0c9b37725aa168378db94dd38acecd6993d
28319Author: Miloslav Trmac <mitr@volny.cz>
28320Date:   Sat Jul 23 16:40:13 2005 +0000
28321
28322    Updated Czech translation.
28323
28324    2005-07-23  Miloslav Trmac  <mitr@volny.cz>
28325
28326            * cs.po: Updated Czech translation.
28327
28328 po/ChangeLog |    4 +
28329 po/cs.po     | 1905 ++++++++++++++++++++++++++++++++++++++++++++++------------
28330 2 files changed, 1510 insertions(+), 399 deletions(-)
28331
28332commit 935a0870ce11ff0a6b5ea59651f0bd08d93f1122
28333Author: Hendrik Brandt <heb@gnome-de.org>
28334Date:   Sat Jul 23 16:16:38 2005 +0000
28335
28336    Updated German translation.
28337
28338    2005-07-23  Hendrik Brandt  <heb@gnome-de.org>
28339
28340            * de.po: Updated German translation.
28341
28342 po/ChangeLog |    6 +-
28343 po/de.po     | 1960 ++++++++++++++++++++++++++++++++++++++++++++++------------
28344 2 files changed, 1554 insertions(+), 412 deletions(-)
28345
28346commit cf272030ec6263473504a68088750cbf23f9cfa5
28347Author: Danilo Šegan <danilo@src.gnome.org>
28348Date:   Sat Jul 23 12:23:18 2005 +0000
28349
28350    Add support for --language option.
28351
28352 xml2po/ChangeLog    | 11 +++++++++++
28353 xml2po/xml2po.1.xml | 33 ++++++++++++++++++++++++++-------
28354 xml2po/xml2po.py    | 19 +++++++++++++------
28355 3 files changed, 50 insertions(+), 13 deletions(-)
28356
28357commit 17b66bbba284c6ae8ddec6ef658d0e0d5b3e9d34
28358Author: Christian Persch <chpe@cvs.gnome.org>
28359Date:   Fri Jul 22 20:58:10 2005 +0000
28360
28361    Copy gnome-doc-utils.m4 to the AC_CONFIG_MACRO_DIR if present. Should fix
28362
28363    2005-07-22 Christian Persch  <chpe@cvs.gnome.org>
28364
28365            * gnome-doc-prepare.in:
28366            Copy gnome-doc-utils.m4 to the AC_CONFIG_MACRO_DIR if
28367            present. Should fix "make configure" after changing
28368            configure.
28369
28370 ChangeLog            |  7 +++++++
28371 gnome-doc-prepare.in | 39 +++++++++++++++++++++++++++++++++++++++
28372 2 files changed, 46 insertions(+)
28373
28374commit 8dd5972bdd58889a9230d13e17f19b6af9b2eca4
28375Author: Danilo Šegan <danilo@src.gnome.org>
28376Date:   Fri Jul 22 19:38:12 2005 +0000
28377
28378    Fix mofile handling.
28379
28380 xml2po/ChangeLog | 5 +++++
28381 xml2po/xml2po.py | 2 +-
28382 2 files changed, 6 insertions(+), 1 deletion(-)
28383
28384commit 8e8029d2f33e6d10d4cd46f16ab7a07d37747224
28385Author: Clytie Siddall <clyties@src.gnome.org>
28386Date:   Fri Jul 22 08:57:23 2005 +0000
28387
28388    vi.po: Updated Vietnamese translation.
28389
28390 po/ChangeLog |   4 ++
28391 po/vi.po     | 141 ++++++-----------------------------------------------------
28392 2 files changed, 17 insertions(+), 128 deletions(-)
28393
28394commit c7f5da3ff4c8af483fa47f9f1f4bbabdd707c900
28395Author: Pawan Chitrakar <pachimho@src.gnome.org>
28396Date:   Fri Jul 22 02:04:41 2005 +0000
28397
28398    Updated Nepali Translation
28399
28400 po/ChangeLog | 4 ++++
28401 1 file changed, 4 insertions(+)
28402
28403commit 89ff9a23d79886d09a9b2905621e9ce4aed1683f
28404Author: Nguyen Thai Ngoc Duy <pclouds@src.gnome.org>
28405Date:   Thu Jul 21 11:39:05 2005 +0000
28406
28407    Merged from gnome-2.10
28408
28409 po/vi.po | 154 +++++++++++++++++++++++++++++++++++++++++++++++++++++----------
28410 1 file changed, 131 insertions(+), 23 deletions(-)
28411
28412commit b94ba1f42ee34278f864a9bca5fe54c319d01461
28413Author: Clytie Siddall <clyties@src.gnome.org>
28414Date:   Thu Jul 21 07:52:25 2005 +0000
28415
28416    vi.po: Updated Vietnamese translation.
28417
28418 po/ChangeLog |    4 +
28419 po/vi.po     | 2215 ++++++++++++++++++++++++++++++----------------------------
28420 2 files changed, 1135 insertions(+), 1084 deletions(-)
28421
28422commit 21ae200ccaaeb1e70eeb533fa9cd39e150a22f12
28423Author: Shaun McCance <shaunm@src.gnome.org>
28424Date:   Thu Jul 21 01:29:25 2005 +0000
28425
28426    - Call install-doc-figs if figures exist, not just if DOC_FIGURES is set
28427
28428    * gnome-doc-utils.make:
28429    - Call install-doc-figs if figures exist, not just if DOC_FIGURES is set
28430
28431 ChangeLog            | 5 +++++
28432 gnome-doc-utils.make | 2 +-
28433 2 files changed, 6 insertions(+), 1 deletion(-)
28434
28435commit d14184e00fcf005936bd69b2ab31995060ae58b9
28436Author: Shaun McCance <shaunm@src.gnome.org>
28437Date:   Thu Jul 21 00:10:45 2005 +0000
28438
28439    - Added --disable-scrollkeeper to DISTCHECK_CONFIGURE_FLAGS
28440
28441    * Makefile.am:
28442    - Added --disable-scrollkeeper to DISTCHECK_CONFIGURE_FLAGS
28443
28444    * gnome-doc-utils.make:
28445    - Fixed up some *_FIGURE stuff
28446    - Prefixed all the targets with -doc-
28447    - Fixed builddir issue for dist-doc-header
28448
28449    * po/vi.po:
28450    - Removed offending extra question.xref
28451
28452 ChangeLog            | 13 ++++++++
28453 Makefile.am          |  2 ++
28454 gnome-doc-utils.make | 90 +++++++++++++++++++++++++---------------------------
28455 po/vi.po             | 36 +--------------------
28456 4 files changed, 60 insertions(+), 81 deletions(-)
28457
28458commit a8c3d23c61f7d1ee98c6b0ed81ce81475d0d33d5
28459Author: Ivan Stojmirov <stojmir@src.gnome.org>
28460Date:   Wed Jul 20 21:22:44 2005 +0000
28461
28462    done
28463
28464 po/mk.po | 398 ++++++++++++++++++++++-----------------------------------------
28465 1 file changed, 140 insertions(+), 258 deletions(-)
28466
28467commit 309b3a45dd606ff08b47f7ddba9ecf4dbdc77545
28468Author: Danilo Šegan <danilo@src.gnome.org>
28469Date:   Wed Jul 20 21:13:46 2005 +0000
28470
28471    Remove path from language name.
28472
28473 xml2po/ChangeLog | 4 ++++
28474 xml2po/xml2po.py | 4 ++--
28475 2 files changed, 6 insertions(+), 2 deletions(-)
28476
28477commit dbe5f1481e03286888faf9cb68af40eb5cbb8a19
28478Author: Clytie Siddall <clyties@src.gnome.org>
28479Date:   Wed Jul 20 08:45:26 2005 +0000
28480
28481    vi.po: Updated Vietnamese translation.CVS: ----------------------------------------------------------------------
28482
28483 po/ChangeLog | 4 ++++
28484 po/vi.po     | 4 ++--
28485 2 files changed, 6 insertions(+), 2 deletions(-)
28486
28487commit 0b69e639968d8b9c2514a2456dc97e42454f5e90
28488Author: Shaun McCance <shaunm@src.gnome.org>
28489Date:   Tue Jul 19 21:02:28 2005 +0000
28490
28491    - Get the last revision, not the first
28492
28493    * xslt/docbook/omf/db2omf.xsl:
28494    - Get the last revision, not the first
28495
28496 ChangeLog                   | 5 +++++
28497 xslt/docbook/omf/db2omf.xsl | 6 +++---
28498 2 files changed, 8 insertions(+), 3 deletions(-)
28499
28500commit 0b748df583ffc55352620cc1f51847b55fa77b54
28501Author: Shaun McCance <shaunm@src.gnome.org>
28502Date:   Tue Jul 19 20:43:31 2005 +0000
28503
28504    - Bumped version number to 0.3.2
28505
28506    * configure.in:
28507    - Bumped version number to 0.3.2
28508
28509    * gnome-doc-utils.make:
28510    - Patch from Christian Persch to fix distclean issues
28511
28512 ChangeLog            |  8 ++++++++
28513 configure.in         |  2 +-
28514 gnome-doc-utils.make | 44 ++++++++++++++++++++++----------------------
28515 3 files changed, 31 insertions(+), 23 deletions(-)
28516
28517commit 7768c6065785b9461a87fa7b913bd3dcd0c72434
28518Author: Pawan Chitrakar <pachimho@src.gnome.org>
28519Date:   Tue Jul 19 11:31:20 2005 +0000
28520
28521    updated nepali translation
28522
28523 po/ChangeLog |   4 +
28524 po/ne.po     | 867 ++++++++++++++++++++++++++++++++++++++---------------------
28525 2 files changed, 562 insertions(+), 309 deletions(-)
28526
28527commit fd2142e3a21b0021fdd7ea77d0c3eead0084e324
28528Author: Clytie Siddall <clyties@src.gnome.org>
28529Date:   Tue Jul 19 06:10:15 2005 +0000
28530
28531    vi.po: Updated Vietnamese translation.CVS: ----------------------------------------------------------------------
28532
28533 po/ChangeLog | 4 ++++
28534 po/vi.po     | 4 ++--
28535 2 files changed, 6 insertions(+), 2 deletions(-)
28536
28537commit 7346ccf9c2b5361d57f5a9bd9e9f36f47380705f
28538Author: Clytie Siddall <clyties@src.gnome.org>
28539Date:   Mon Jul 18 14:25:02 2005 +0000
28540
28541    vi.po: Updated Vietnamese translation.CVS: ----------------------------------------------------------------------
28542
28543 po/ChangeLog | 4 ++++
28544 1 file changed, 4 insertions(+)
28545
28546commit 6dfef51c1551bec03ce89d9daa3b097e00054768
28547Author: Danilo Šegan <danilo@src.gnome.org>
28548Date:   Mon Jul 18 13:15:36 2005 +0000
28549
28550    Change encoding of translator-credits to UTF-8 as required by libxml2.
28551
28552 xml2po/ChangeLog        | 7 +++++++
28553 xml2po/modes/docbook.py | 2 +-
28554 2 files changed, 8 insertions(+), 1 deletion(-)
28555
28556commit e7860b0bc74e1deaec815964834fef0b8698678d
28557Author: Adam Weinberger <adamw@gnome.org>
28558Date:   Mon Jul 18 08:42:58 2005 +0000
28559
28560    Updated Canadian English translation.
28561
28562
28563    2005-07-18  Adam Weinberger  <adamw@gnome.org>
28564
28565            * en_CA.po: Updated Canadian English translation.
28566
28567 po/ChangeLog |    4 +
28568 po/en_CA.po  | 1895 +++++++++++++++++++++++++++++++++++++++++++++++-----------
28569 2 files changed, 1547 insertions(+), 352 deletions(-)
28570
28571commit 7e1134dbb8558978636817c33c44614f3f76d1ea
28572Author: Funda Wang <fwang@src.gnome.org>
28573Date:   Mon Jul 18 04:58:52 2005 +0000
28574
28575    Updated Simplified Chinese translation
28576
28577 po/ChangeLog |    4 +
28578 po/zh_CN.po  | 1883 +++++++++++++++++++++++++++++++++++++++++++++++++++-------
28579 2 files changed, 1676 insertions(+), 211 deletions(-)
28580
28581commit 9ea2c1f603da226891be162f3e9b03138643e849
28582Author: Francisco Javier F. Serrador <serrador@cvs.gnome.org>
28583Date:   Sun Jul 17 10:32:40 2005 +0000
28584
28585    Updated Spanish translation.
28586
28587    2005-07-17  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
28588
28589            * es.po: Updated Spanish translation.
28590
28591 po/ChangeLog |    4 +
28592 po/es.po     | 2022 +++++++++++++++++++++++++++++++++++++++++++++++-----------
28593 2 files changed, 1642 insertions(+), 384 deletions(-)
28594
28595commit dff42f0e5429d1a11d5e34a7e8280a7f92e87207
28596Author: Clytie Siddall <clyties@src.gnome.org>
28597Date:   Sun Jul 17 07:56:07 2005 +0000
28598
28599    vi.po: Updated Vietnamese translation.CVS: ----------------------------------------------------------------------
28600
28601 po/ChangeLog |    4 +
28602 po/vi.po     | 1850 ++++++++++++++++++++++++++++++++++++++++++++++++++++------
28603 2 files changed, 1660 insertions(+), 194 deletions(-)
28604
28605commit a46adae2ccad437aebf85a4b0f1cdc498b69d18d
28606Author: Shaun McCance <shaunm@src.gnome.org>
28607Date:   Sun Jul 17 07:48:16 2005 +0000
28608
28609    - Moved stylesheets translator docs to i18n/STYLESHEETS.xhtml - Generated
28610
28611    * Makefile.am:
28612    * i18n/Makefile:
28613    * i18n/PLURALS.txt:
28614    * i18n/STYLESHEETS.xhtml:
28615    * i18n/plurals.sh:
28616    * xslt/gettext/l10n.xml.in:
28617    - Moved stylesheets translator docs to i18n/STYLESHEETS.xhtml
28618    - Generated PLURALS.txt of supported plural forms
28619
28620    * i18n/notes/vi.txt
28621    - Added Vietnamese formatting notes from Clytie Siddall
28622
28623    * po/POTFILES.in:
28624    - Removed db2format.xml.in
28625
28626    * xslt/gettext/gettext.xsl:
28627    - Added more plural forms
28628
28629 ChangeLog                                   |  20 +++++
28630 Makefile.am                                 |   6 --
28631 i18n/Makefile                               |  10 +++
28632 i18n/PLURALS.txt                            | 127 ++++++++++++++++++++++++++++
28633 TRANSLATORS.xhtml => i18n/STYLESHEETS.xhtml |   0
28634 i18n/notes/vi.txt                           |  35 ++++++++
28635 i18n/plurals.sh                             |  74 ++++++++++++++++
28636 po/POTFILES.in                              |   1 -
28637 xslt/gettext/gettext.xsl                    | 121 ++++++++++++++++++++++++--
28638 xslt/gettext/l10n.xml.in                    |  72 ++++++++--------
28639 10 files changed, 415 insertions(+), 51 deletions(-)
28640
28641commit fc16361be7681111719cc3a26af9b37a992784e0
28642Author: Shaun McCance <shaunm@src.gnome.org>
28643Date:   Sat Jul 16 21:40:33 2005 +0000
28644
28645    - Typo and other fixes from Clytie Siddall
28646
28647    * TRANSLATORS.xhtml:
28648    * doc/xslt/C/translating.xml:
28649    - Typo and other fixes from Clytie Siddall
28650
28651 ChangeLog                  |  6 ++++++
28652 TRANSLATORS.xhtml          | 42 ++++++++++++++++++++++--------------------
28653 doc/xslt/C/translating.xml | 18 ++++++++++--------
28654 3 files changed, 38 insertions(+), 28 deletions(-)
28655
28656commit 3bb2fb738027d91aa0e2a3017367a447d14c4db6
28657Author: Takeshi AIHANA <aihana@gnome.gr.jp>
28658Date:   Sat Jul 16 16:01:11 2005 +0000
28659
28660    Updated Japanese translation for v0.3.1.
28661
28662    2005-07-17  Takeshi AIHANA <aihana@gnome.gr.jp>
28663
28664            * ja.po: Updated Japanese translation for v0.3.1.
28665
28666 po/ChangeLog |    4 +
28667 po/ja.po     | 1888 +++++++++++++++++++++++++++++++++++++++++++++++-----------
28668 2 files changed, 1555 insertions(+), 337 deletions(-)
28669
28670commit efb460fd60106a1bbc3ef6a674f46e0d5e5de963
28671Author: Shaun McCance <shaunm@src.gnome.org>
28672Date:   Fri Jul 15 21:56:09 2005 +0000
28673
28674    - Switched to DocBook 4.4, for xml:base validity
28675
28676    * doc/xslt/C/gnome-doc-xslt.xml:
28677    - Switched to DocBook 4.4, for xml:base validity
28678
28679    * xslt/xsldoc/xsldoc.xsl:
28680    - Prefixed IDs to avoid clashes
28681
28682 ChangeLog                     |  8 ++++++++
28683 doc/xslt/C/gnome-doc-xslt.xml |  4 ++--
28684 xslt/xsldoc/xsldoc.xsl        | 12 ++++++------
28685 3 files changed, 16 insertions(+), 8 deletions(-)
28686
28687commit 6420f7e4e4518631ab95864564aed8b92db3d7ea
28688Author: Rajesh Ranjan <rranjan@src.gnome.org>
28689Date:   Thu Jul 14 12:42:34 2005 +0000
28690
28691    updated by rranjan@redhat.com
28692
28693 po/hi.po | 1880 +++++++++++++++++++++++++++++++++++++++++++++++++++-----------
28694 1 file changed, 1542 insertions(+), 338 deletions(-)
28695
28696commit b8718f748dc72b692c8c4d6c9c132dad9d44915e
28697Author: Shaun McCance <shaunm@src.gnome.org>
28698Date:   Tue Jul 12 19:51:11 2005 +0000
28699
28700    - Use xml:space instead of a wrapper msgstr on ", "
28701
28702    * xslt/gettext/l10n.xml.in:
28703    - Use xml:space instead of a wrapper msgstr on ", "
28704
28705 ChangeLog                | 5 +++++
28706 xslt/gettext/l10n.xml.in | 8 +-------
28707 2 files changed, 6 insertions(+), 7 deletions(-)
28708
28709commit 0f708f6f56844afcf075a546226e7f225891673f
28710Author: Ivan Stojmirov <stojmir@src.gnome.org>
28711Date:   Tue Jul 12 10:26:12 2005 +0000
28712
28713    100%
28714
28715 po/mk.po | 1998 +++++++++++++++++++++++++++++++++++++++++++++++++++-----------
28716 1 file changed, 1646 insertions(+), 352 deletions(-)
28717
28718commit 5b73b010a31dc23ea1ea9cb10ff9d67680e4d778
28719Author: Shaun McCance <shaunm@src.gnome.org>
28720Date:   Tue Jul 12 07:52:38 2005 +0000
28721
28722    - Version 0.3.1
28723
28724    * NEWS:
28725    - Version 0.3.1
28726
28727 ChangeLog |  5 +++++
28728 NEWS      | 16 ++++++++++++++++
28729 2 files changed, 21 insertions(+)
28730
28731commit 13e880a7d964d0e707ac382c5c37f37881e0b959
28732Author: Shaun McCance <shaunm@src.gnome.org>
28733Date:   Tue Jul 12 07:34:09 2005 +0000
28734
28735    - Wrap ", " string in msgstr to prevent whitespace mangling
28736
28737    * xslt/gettext/l10n.xml.in:
28738    - Wrap ", " string in msgstr to prevent whitespace mangling
28739
28740 ChangeLog                |  5 +++++
28741 xslt/gettext/l10n.xml.in | 15 +++++++++++++--
28742 2 files changed, 18 insertions(+), 2 deletions(-)
28743
28744commit d8d20cdb30acc7ba43033693e1f7b7fe3be0f538
28745Author: Priit Laes <plaes@cvs.gnome.org>
28746Date:   Mon Jul 11 21:29:51 2005 +0000
28747
28748    Translation updated by Ivar Smolin.
28749
28750    2005-07-12  Priit Laes  <plaes@cvs.gnome.org>
28751
28752            * et.po: Translation updated by Ivar Smolin.
28753
28754 po/ChangeLog |    4 +
28755 po/et.po     | 2017 +++++++++++++++++++++++++++++++++++++++++++++++-----------
28756 2 files changed, 1649 insertions(+), 372 deletions(-)
28757
28758commit 42945c7b5522eb899228f62ba984b2533bcde144
28759Author: Shaun McCance <shaunm@src.gnome.org>
28760Date:   Mon Jul 11 00:39:09 2005 +0000
28761
28762    - Changed i18n considerably, no more format2xsl - Updated translator
28763
28764    * Makefile.am:
28765    * doc/xslt/C/gnome-doc-xslt.xml:
28766    * doc/xslt/C/translating.xml:
28767    * xslt/docbook/common/Makefile.am:
28768    * xslt/docbook/common/db-format.xml.in:
28769    * xslt/docbook/common/db-label.xsl:
28770    * xslt/docbook/common/db-title.xsl:
28771    * xslt/docbook/common/db-xref.xsl:
28772    * xslt/docbook/html/db2html-autotoc.xsl:
28773    * xslt/docbook/html/db2html-block.xsl:
28774    * xslt/docbook/html/db2html-css.xsl:
28775    * xslt/docbook/html/db2html-division.xsl:
28776    * xslt/docbook/html/db2html-info.xsl:
28777    * xslt/docbook/html/db2html-inline.xsl:
28778    * xslt/docbook/html/db2html-list.xsl:
28779    * xslt/docbook/html/db2html-qanda.xsl:
28780    * xslt/docbook/html/db2html-refentry.xsl:
28781    * xslt/docbook/html/db2html-suppressed.xsl:
28782    * xslt/docbook/html/db2html.xsl:
28783    * xslt/gettext/Makefile.am:
28784    * xslt/gettext/gettext.xsl:
28785    * xslt/gettext/l10n.xml.in:
28786    - Changed i18n considerably, no more format2xsl
28787    - Updated translator documentation
28788
28789    * xslt/docbook/common/db-chunk.xsl:
28790    - Allow titlepage to be suppressed
28791
28792 ChangeLog                                |   30 +
28793 Makefile.am                              |    6 +
28794 TRANSLATORS.xhtml                        |  558 ++++++++
28795 doc/xslt/C/gnome-doc-xslt.xml            |    1 -
28796 doc/xslt/C/translating.xml               |  787 ++++++++----
28797 xslt/docbook/common/Makefile.am          |   10 +-
28798 xslt/docbook/common/db-chunk.xsl         |   15 +-
28799 xslt/docbook/common/db-format.xml.in     | 1364 --------------------
28800 xslt/docbook/common/db-label.xsl         |  600 +++++++--
28801 xslt/docbook/common/db-title.xsl         |   22 +
28802 xslt/docbook/common/db-xref.xsl          |  222 +++-
28803 xslt/docbook/html/db2html-autotoc.xsl    |   83 +-
28804 xslt/docbook/html/db2html-block.xsl      |   87 +-
28805 xslt/docbook/html/db2html-css.xsl        |    1 +
28806 xslt/docbook/html/db2html-division.xsl   |   12 +-
28807 xslt/docbook/html/db2html-info.xsl       |   24 +-
28808 xslt/docbook/html/db2html-inline.xsl     |   35 +-
28809 xslt/docbook/html/db2html-list.xsl       |    6 +-
28810 xslt/docbook/html/db2html-qanda.xsl      |   25 +-
28811 xslt/docbook/html/db2html-refentry.xsl   |    8 +-
28812 xslt/docbook/html/db2html-suppressed.xsl |    2 +-
28813 xslt/docbook/html/db2html.xsl            |   37 +-
28814 xslt/gettext/Makefile.am                 |    1 -
28815 xslt/gettext/format2xsl.xsl              |  469 -------
28816 xslt/gettext/gettext.xsl                 |  452 +++++--
28817 xslt/gettext/l10n.xml.in                 | 2047 +++++++++++++++++++++++++++---
28818 26 files changed, 4157 insertions(+), 2747 deletions(-)
28819
28820commit 05c009d75f6e23099893aabbe5aee35339f31866
28821Author: Shaun McCance <shaunm@src.gnome.org>
28822Date:   Sun Jul 10 23:44:23 2005 +0000
28823
28824    - Get the OMF language right when builddir != srcdir
28825
28826    * gnome-doc-utils.make:
28827    - Get the OMF language right when builddir != srcdir
28828
28829    * doc/gnome-doc-make/C/gnome-doc-make.xml:
28830    - Use DocBook 4.4, so XInclude works nicely
28831
28832 ChangeLog                               | 8 ++++++++
28833 doc/gnome-doc-make/C/gnome-doc-make.xml | 4 ++--
28834 gnome-doc-utils.make                    | 2 +-
28835 3 files changed, 11 insertions(+), 3 deletions(-)
28836
28837commit 38c9acb32170c9851e3b916ad3f28e49b07c35f2
28838Author: Ivan Stojmirov <stojmir@src.gnome.org>
28839Date:   Fri Jul 1 08:30:48 2005 +0000
28840
28841    translated 100%
28842
28843 po/mk.po | 578 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
28844 1 file changed, 578 insertions(+)
28845
28846commit b5156504065631607db320cdcc05a4756419a195
28847Author: Danilo Šegan <danilo@src.gnome.org>
28848Date:   Sun Jun 26 21:39:34 2005 +0000
28849
28850    Use xsltproc to generate manpage.
28851
28852 xml2po/ChangeLog    | 7 +++++++
28853 xml2po/Makefile.am  | 2 +-
28854 xml2po/xml2po.1.xml | 2 ++
28855 3 files changed, 10 insertions(+), 1 deletion(-)
28856
28857commit 915e40c9eee6a0976a0ffd050d8b2df32c18f79d
28858Author: Kwok-Koon Cheung <baddog@src.gnome.org>
28859Date:   Fri Jun 24 03:29:46 2005 +0000
28860
28861    fix language team reference
28862
28863 po/ChangeLog |  4 ++++
28864 po/zh_TW.po  | 68 ++++++++++++++++++++++++++++++++++++++++--------------------
28865 2 files changed, 49 insertions(+), 23 deletions(-)
28866
28867commit 82a4f00a860b7b5e950d9a233d49f1708a99051d
28868Author: Marcel Telka <marcel@telka.sk>
28869Date:   Thu Jun 23 22:26:15 2005 +0000
28870
28871    Updated Slovak translation.
28872
28873    2005-06-23  Marcel Telka  <marcel@telka.sk>
28874
28875            * sk.po: Updated Slovak translation.
28876
28877 po/ChangeLog | 4 ++++
28878 po/sk.po     | 7 ++++---
28879 2 files changed, 8 insertions(+), 3 deletions(-)
28880
28881commit 71a8c1ecdf07113edfb59d699addb7fa996d9e57
28882Author: Marcel Telka <marcel@telka.sk>
28883Date:   Wed Jun 22 21:14:53 2005 +0000
28884
28885    Updated Slovak translation.
28886
28887    2005-06-22  Marcel Telka  <marcel@telka.sk>
28888
28889            * sk.po: Updated Slovak translation.
28890
28891 po/ChangeLog |   4 +
28892 po/sk.po     | 445 +++++++++++++++++++++++++++++++++++++++++++++++------------
28893 2 files changed, 363 insertions(+), 86 deletions(-)
28894
28895commit ebe10c4672dc4edd06ada7b0aab1307143b7cbf1
28896Author: Francisco Javier F. Serrador <serrador@cvs.gnome.org>
28897Date:   Mon Jun 20 20:51:02 2005 +0000
28898
28899    Updated Spanish translation.
28900
28901    2005-06-20  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
28902
28903            * es.po: Updated Spanish translation.
28904
28905 po/ChangeLog |   4 +
28906 po/es.po     | 376 +++++++++++++++++++++++++++++++++++++++++++++++++++--------
28907 2 files changed, 330 insertions(+), 50 deletions(-)
28908
28909commit 20386dd7e200f93645f0c607bbb7ffb3f1223b54
28910Author: Francisco Javier F. Serrador <serrador@cvs.gnome.org>
28911Date:   Mon Jun 20 20:41:52 2005 +0000
28912
28913    Updated Spanish translation.
28914
28915    2005-06-20  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
28916
28917            * es.po: Updated Spanish translation.
28918
28919 po/es.po | 24 +++++++++++-------------
28920 1 file changed, 11 insertions(+), 13 deletions(-)
28921
28922commit 01b2018eaa651a1fd5ed6f1c236538be176840f7
28923Author: Shaun McCance <shaunm@src.gnome.org>
28924Date:   Tue Jun 14 21:18:32 2005 +0000
28925
28926    - Use --noent on check-doc validation
28927
28928    * gnome-doc-utils.make:
28929    - Use --noent on check-doc validation
28930
28931 ChangeLog            | 5 +++++
28932 gnome-doc-utils.make | 4 ++--
28933 2 files changed, 7 insertions(+), 2 deletions(-)
28934
28935commit 6337f06679b3e08a97df02e7e62c69cd74b412bb
28936Author: Martin Willemoes Hansen <mwh@src.gnome.org>
28937Date:   Fri Jun 10 08:51:10 2005 +0000
28938
28939    Updated Danish translation.
28940
28941            * da.po: Updated Danish translation.
28942
28943 po/ChangeLog |  4 ++++
28944 po/da.po     | 69 +++++++++++++++++++++++++++++++++++++++---------------------
28945 2 files changed, 49 insertions(+), 24 deletions(-)
28946
28947commit 160a186071c5f31ed7bd4387919fd68dfa726865
28948Author: Alessio Frusciante <algol@src.gnome.org>
28949Date:   Sun Jun 5 17:02:12 2005 +0000
28950
28951    Updated Italian translation.
28952
28953 po/ChangeLog |   5 +
28954 po/it.po     | 330 +++++++++++++++++++++++++++++++++++++++++------------------
28955 2 files changed, 236 insertions(+), 99 deletions(-)
28956
28957commit e8e8033e7306fc89e8de72381a70acfd2b60a806
28958Author: Christian Rose <menthos@menthos.com>
28959Date:   Sat Jun 4 23:51:33 2005 +0000
28960
28961    Changed the translation of stylesheet.
28962
28963    2005-06-05  Christian Rose  <menthos@menthos.com>
28964
28965            * sv.po: Changed the translation of stylesheet.
28966
28967 po/ChangeLog | 4 ++++
28968 po/sv.po     | 6 +++---
28969 2 files changed, 7 insertions(+), 3 deletions(-)
28970
28971commit e06b0370aaa1e7a869ed828f89cb4bcd981ced74
28972Author: Priit Laes <plaes@cvs.gnome.org>
28973Date:   Wed Jun 1 18:17:18 2005 +0000
28974
28975    Translation updated.
28976
28977    2005-06-01  Priit Laes  <plaes@cvs.gnome.org>
28978
28979            * et.po: Translation updated.
28980
28981 po/ChangeLog |  4 ++++
28982 po/et.po     | 42 +++++++++++++++---------------------------
28983 2 files changed, 19 insertions(+), 27 deletions(-)
28984
28985commit 913d7fc2bc0facb7d0687a99cef57ade616c37a1
28986Author: Hendrik Brandt <heb@gnome-de.org>
28987Date:   Wed Jun 1 16:38:20 2005 +0000
28988
28989    Updated German translation.
28990
28991    2005-06-01  Hendrik Brandt  <heb@gnome-de.org>
28992
28993            * de.po: Updated German translation.
28994
28995 po/ChangeLog |   4 +
28996 po/de.po     | 442 +++++++++++++++++++++++++++++++++++++++++++++++------------
28997 2 files changed, 362 insertions(+), 84 deletions(-)
28998
28999commit 15f9602717f54ba2aa8651704c37d8bec6907ead
29000Author: Priit Laes <plaes@cvs.gnome.org>
29001Date:   Mon May 30 13:56:07 2005 +0000
29002
29003    Translation updated by Ivar Smolin.
29004
29005    2005-05-30  Priit Laes  <plaes@cvs.gnome.org>
29006
29007            * et.po: Translation updated by Ivar Smolin.
29008
29009 po/ChangeLog |   4 +
29010 po/et.po     | 509 +++++++++++++++++++++++++++++++++++++++++++++++------------
29011 2 files changed, 412 insertions(+), 101 deletions(-)
29012
29013commit 51fded0eab9e12ce209e44a272296cd99e8e87a5
29014Author: Kjartan Maraas <kmaraas@gnome.org>
29015Date:   Wed May 25 20:47:46 2005 +0000
29016
29017    Update Update
29018
29019    2005-05-25  Kjartan Maraas  <kmaraas@gnome.org>
29020
29021            * nb.po: Update
29022            * no.po: Update
29023
29024 po/ChangeLog |   5 +
29025 po/nb.po     | 374 +++++++++++++++++++++++++++++++++++++++++++++++++++--------
29026 po/no.po     | 374 +++++++++++++++++++++++++++++++++++++++++++++++++++--------
29027 3 files changed, 657 insertions(+), 96 deletions(-)
29028
29029commit c99a394b4fed75553905c58d9ca7510da7f1eedc
29030Author: Shaun McCance <shaunm@src.gnome.org>
29031Date:   Mon May 23 06:32:38 2005 +0000
29032
29033    - Allow bolding of varlistentry terms
29034
29035    * xslt/docbook/html/db2html-list.xsl:
29036    - Allow bolding of varlistentry terms
29037
29038 ChangeLog                          | 5 +++++
29039 xslt/docbook/html/db2html-list.xsl | 4 +++-
29040 2 files changed, 8 insertions(+), 1 deletion(-)
29041
29042commit 2d6f17ed0933351f4389e3ce2f587d27f13481bc
29043Author: Adam Weinberger <adamw@gnome.org>
29044Date:   Thu May 19 18:18:40 2005 +0000
29045
29046    Updated Canadian English translation.
29047
29048    2005-05-19  Adam Weinberger  <adamw@gnome.org>
29049
29050            * en_CA.po: Updated Canadian English translation.
29051
29052 po/ChangeLog |   4 +
29053 po/en_CA.po  | 437 ++++++++++++++++++++++++++++++++++++++++++++++++-----------
29054 2 files changed, 359 insertions(+), 82 deletions(-)
29055
29056commit 04d1b2af3727cf5b2a60196b0add80ef965916ab
29057Author: Vincent van Adrighem <adrighem@gnome.org>
29058Date:   Fri May 13 19:05:16 2005 +0000
29059
29060    Translation updated by Taco Witte.
29061
29062    2005-05-13  Vincent van Adrighem  <adrighem@gnome.org>
29063
29064            * nl.po: Translation updated by Taco Witte.
29065
29066 po/ChangeLog |   4 +
29067 po/nl.po     | 441 +++++++++++++++++++++++++++++++++++++++++++++++------------
29068 2 files changed, 361 insertions(+), 84 deletions(-)
29069
29070commit be305ad8504d7863454120caf97e4974da6571eb
29071Author: Miloslav Trmac <mitr@volny.cz>
29072Date:   Thu May 12 09:47:31 2005 +0000
29073
29074    Updated Czech translation.
29075
29076    2005-05-12  Miloslav Trmac  <mitr@volny.cz>
29077
29078            * cs.po: Updated Czech translation.
29079
29080 po/ChangeLog |   4 +
29081 po/cs.po     | 443 +++++++++++++++++++++++++++++++++++++++++++++++------------
29082 2 files changed, 362 insertions(+), 85 deletions(-)
29083
29084commit 4b14dd5750171cf5bdca57ac44f405f1a21ad780
29085Author: Shaun McCance <shaunm@src.gnome.org>
29086Date:   Mon May 9 23:40:38 2005 +0000
29087
29088    - Use is_chunk whenever possible - Wrap navbar links in a span
29089
29090    * xslt/docbook/html/db2html-division.xsl:
29091    - Use is_chunk whenever possible
29092    - Wrap navbar links in a span
29093
29094 ChangeLog                              |   6 ++
29095 xslt/docbook/html/db2html-division.xsl | 137 ++++++++++++++++++---------------
29096 2 files changed, 81 insertions(+), 62 deletions(-)
29097
29098commit c0298342664608af0b4142f28ff213717afba67b
29099Author: Shaun McCance <shaunm@src.gnome.org>
29100Date:   Fri May 6 17:11:45 2005 +0000
29101
29102    - Bumping the version number for yelp
29103
29104    * configure.in:
29105    - Bumping the version number for yelp
29106
29107 ChangeLog    | 5 +++++
29108 configure.in | 2 +-
29109 2 files changed, 6 insertions(+), 1 deletion(-)
29110
29111commit 8e7e9939d4b613f460014ff1b5ee0588969fbd70
29112Author: Shaun McCance <shaunm@src.gnome.org>
29113Date:   Fri May 6 17:09:57 2005 +0000
29114
29115    - Tried to clean up the chunking, still playing
29116
29117    * xslt/docbook/common/db-chunk.xsl:
29118    - Tried to clean up the chunking, still playing
29119
29120    * xslt/docbook/common/db-format.xml.in:
29121    * xslt/docbook/common/db-label.xsl:
29122    - Added a book label formatter
29123
29124    * xslt/docbook/common/db-xref.xsl:
29125    - Added is_chunk paramter to db.xref.target for known chunks
29126
29127    * xslt/docbook/html/db2html-css.xsl:
29128    * xslt/docbook/html/db2html-division.xsl:
29129    - Made the navbar not look horrible
29130    - Added hooks for top and bottom divs
29131
29132    * xslt/docbook/html/db2html-info.xsl:
29133    - Wrapped in a <div class="body">
29134
29135    * xslt/docbook/html/db2html-xref.xsl:
29136    - For endterm, apply to child nodes, not the node itself
29137
29138    * xslt/gettext/gettext.xsl:
29139    - Used xsl:key for faster lookups
29140
29141 ChangeLog                              |  26 ++++
29142 xslt/docbook/common/db-chunk.xsl       |  83 +++++++++++--
29143 xslt/docbook/common/db-format.xml.in   |  76 ++++++++++++
29144 xslt/docbook/common/db-label.xsl       |  12 +-
29145 xslt/docbook/common/db-xref.xsl        |  11 ++
29146 xslt/docbook/html/db2html-css.xsl      |  27 +++-
29147 xslt/docbook/html/db2html-division.xsl | 218 +++++++++++++++++++++++++--------
29148 xslt/docbook/html/db2html-info.xsl     |  86 ++++++-------
29149 xslt/docbook/html/db2html-xref.xsl     |   2 +-
29150 xslt/gettext/gettext.xsl               |  98 +++++++++------
29151 10 files changed, 494 insertions(+), 145 deletions(-)
29152
29153commit e34c00856ee14dddb3f68a4ad50f908e908f5ca0
29154Author: Shaun McCance <shaunm@src.gnome.org>
29155Date:   Fri Apr 22 18:37:59 2005 +0000
29156
29157    - Fixed the path passed to xmllint --path in check-doc
29158
29159    * gnome-doc-utils.make:
29160    - Fixed the path passed to xmllint --path in check-doc
29161
29162 ChangeLog            | 5 +++++
29163 gnome-doc-utils.make | 2 +-
29164 2 files changed, 6 insertions(+), 1 deletion(-)
29165
29166commit 8c53c7526919f7c693336fa3fbdd7a3e0dfa6b3d
29167Author: Shaun McCance <shaunm@src.gnome.org>
29168Date:   Wed Apr 13 21:45:10 2005 +0000
29169
29170    - Fixed 'make check' for builddir != srcdir
29171
29172    * gnome-doc-utils.make:
29173    - Fixed 'make check' for builddir != srcdir
29174
29175 ChangeLog            |  5 +++++
29176 gnome-doc-utils.make | 12 +++++++++---
29177 2 files changed, 14 insertions(+), 3 deletions(-)
29178
29179commit b30790b85f91944260d43e7a9d44dac5263445fb
29180Author: Christian Persch <chpe@cvs.gnome.org>
29181Date:   Tue Apr 12 18:15:07 2005 +0000
29182
29183    - Fix the rule to copy pofiles from srcdir to builddir.
29184
29185    2005-04-12  Christian Persch  <chpe@cvs.gnome.org>
29186
29187            * gnome-doc-utils.make:
29188            - Fix the rule to copy pofiles from srcdir to builddir.
29189
29190 ChangeLog            | 5 +++++
29191 gnome-doc-utils.make | 2 +-
29192 2 files changed, 6 insertions(+), 1 deletion(-)
29193
29194commit bc1f2dfc9267e4511f95e8195069ca1b9c76bb3e
29195Author: Shaun McCance <shaunm@src.gnome.org>
29196Date:   Mon Apr 11 20:02:46 2005 +0000
29197
29198    - Fixed typo that prevented figures from being disted - Fixed disting of
29199
29200    * gnome-doc-utils.make:
29201    - Fixed typo that prevented figures from being disted
29202    - Fixed disting of the generated .h file
29203
29204 ChangeLog            | 6 ++++++
29205 gnome-doc-utils.make | 4 ++--
29206 2 files changed, 8 insertions(+), 2 deletions(-)
29207
29208commit e5bd12ce9849c67a1a557c7393ad76b88e045546
29209Author: Shaun McCance <shaunm@src.gnome.org>
29210Date:   Mon Apr 11 01:26:48 2005 +0000
29211
29212    - Remove extra directories on 'make clean'
29213
29214    * gnome-doc-utils.make:
29215    - Remove extra directories on 'make clean'
29216
29217 ChangeLog            |  5 +++++
29218 gnome-doc-utils.make | 18 ++++++++++++++----
29219 2 files changed, 19 insertions(+), 4 deletions(-)
29220
29221commit 17e8ac08c7ab15326730274dd35e4d5083c69049
29222Author: Shaun McCance <shaunm@src.gnome.org>
29223Date:   Mon Apr 11 00:39:30 2005 +0000
29224
29225    - Fix problem with disting non-existant localized figures
29226
29227    * gnome-doc-utils.make:
29228    - Fix problem with disting non-existant localized figures
29229
29230    * doc/xslt/Makefile.am:
29231    - Removed es from DOC_LINGUAS, was added by accident
29232
29233 ChangeLog            |  8 ++++++++
29234 doc/xslt/Makefile.am |  2 +-
29235 gnome-doc-utils.make | 17 ++++++++++++-----
29236 3 files changed, 21 insertions(+), 6 deletions(-)
29237
29238commit 6ee74c478e3fba4778fd0d6a27feb12fffcca46c
29239Author: Shaun McCance <shaunm@src.gnome.org>
29240Date:   Sun Apr 10 20:41:14 2005 +0000
29241
29242    - Clean up some po stuff on 'make clean'
29243
29244    * gnome-doc-utils.make:
29245    - Clean up some po stuff on 'make clean'
29246
29247 ChangeLog            |  5 +++++
29248 gnome-doc-utils.make | 15 ++++++++++++++-
29249 2 files changed, 19 insertions(+), 1 deletion(-)
29250
29251commit a1033463380766604c2b7c7b0109643fbc7d7402
29252Author: Shaun McCance <shaunm@src.gnome.org>
29253Date:   Sun Apr 10 19:51:07 2005 +0000
29254
29255    - Fixed installation of DOC_FIGURES
29256
29257    * gnome-doc-utils.make:
29258    - Fixed installation of DOC_FIGURES
29259
29260 ChangeLog            |  5 +++++
29261 gnome-doc-utils.make | 33 ++++++++++++++++++++++-----------
29262 2 files changed, 27 insertions(+), 11 deletions(-)
29263
29264commit 61728619f941f22650767e9cbd845d1f8691fe79
29265Author: Shaun McCance <shaunm@src.gnome.org>
29266Date:   Sat Apr 9 19:19:02 2005 +0000
29267
29268    - Fixed a new problem when buildir == srcdir
29269
29270    * gnome-doc-utils.make:
29271    - Fixed a new problem when buildir == srcdir
29272
29273 ChangeLog            | 5 +++++
29274 gnome-doc-utils.make | 8 ++++----
29275 2 files changed, 9 insertions(+), 4 deletions(-)
29276
29277commit 86510c54d5dd91dc3f8496ff0ffd5ec77fa5749a
29278Author: Shaun McCance <shaunm@src.gnome.org>
29279Date:   Sat Apr 9 18:43:31 2005 +0000
29280
29281    - More builddir != srcdir fixes
29282
29283    * Makefile.am:
29284    * autogen.sh:
29285    * bootstrap.make:
29286    * gnome-doc-utils.m4:
29287    * gnome-doc-utils.make:
29288    * doc/xslt/Makefile.am:
29289    - More builddir != srcdir fixes
29290
29291 ChangeLog            | 10 +++++++
29292 Makefile.am          |  4 ++-
29293 autogen.sh           |  2 +-
29294 bootstrap.make       |  2 +-
29295 doc/xslt/Makefile.am | 16 +++++-----
29296 gnome-doc-utils.m4   | 10 +++++--
29297 gnome-doc-utils.make | 85 +++++++++++++++++++++++++++++++++++-----------------
29298 7 files changed, 87 insertions(+), 42 deletions(-)
29299
29300commit ccf17f7a32a518d220ff30c2812bbbdb5c685239
29301Author: Danilo Šegan <danilo@src.gnome.org>
29302Date:   Wed Apr 6 06:23:59 2005 +0000
29303
29304    Added Serbian translations.
29305
29306 ChangeLog     |   4 +
29307 configure.in  |   2 +-
29308 po/ChangeLog  |   4 +
29309 po/sr.po      | 609 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
29310 po/sr@Latn.po | 609 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
29311 5 files changed, 1227 insertions(+), 1 deletion(-)
29312
29313commit 9b5b3d3691a39d2c968022265398f059e8bc6d8d
29314Author: Shaun McCance <shaunm@src.gnome.org>
29315Date:   Tue Apr 5 01:44:55 2005 +0000
29316
29317    - More builddir != srcdir fixes
29318
29319    * gnome-doc-utils.make:
29320    - More builddir != srcdir fixes
29321
29322 ChangeLog            |  5 +++++
29323 gnome-doc-utils.make | 21 ++++++++++++---------
29324 2 files changed, 17 insertions(+), 9 deletions(-)
29325
29326commit bed8bfe426b95ad94331855a1a8f414bb5930179
29327Author: Shaun McCance <shaunm@src.gnome.org>
29328Date:   Mon Apr 4 22:27:07 2005 +0000
29329
29330    - Added the mythical --disable-scrollkeeper
29331
29332    * gnome-doc-utils.m4:
29333    * gnome-doc-utils.make:
29334    - Added the mythical --disable-scrollkeeper
29335
29336 ChangeLog            |  6 ++++++
29337 gnome-doc-utils.m4   |  6 ++++++
29338 gnome-doc-utils.make | 17 ++++++++++++++---
29339 3 files changed, 26 insertions(+), 3 deletions(-)
29340
29341commit 75f123c79a7a90c0fcb4e0a36d671d3182b7b0ea
29342Author: Shaun McCance <shaunm@src.gnome.org>
29343Date:   Mon Apr 4 08:40:42 2005 +0000
29344
29345    - Include rule for making pot files
29346
29347    * gnome-doc-utils.make:
29348    - Include rule for making pot files
29349
29350 ChangeLog            | 5 +++++
29351 gnome-doc-utils.make | 8 ++++++++
29352 2 files changed, 13 insertions(+)
29353
29354commit 32c87f7527a69e759967f2025c5dadc1c06fec98
29355Author: Shaun McCance <shaunm@src.gnome.org>
29356Date:   Mon Apr 4 05:31:52 2005 +0000
29357
29358    NEWS - Updated NEWS file
29359
29360    * NEWS
29361    - Updated NEWS file
29362
29363 NEWS | 15 +++++++++++++++
29364 1 file changed, 15 insertions(+)
29365
29366commit 684c55b6a70fdef162524d08ec584333b6c2f9aa
29367Author: Shaun McCance <shaunm@src.gnome.org>
29368Date:   Mon Apr 4 05:19:50 2005 +0000
29369
29370    - Version 0.2.0
29371
29372    * configure.in:
29373    - Version 0.2.0
29374
29375 ChangeLog    | 5 +++++
29376 configure.in | 2 +-
29377 2 files changed, 6 insertions(+), 1 deletion(-)
29378
29379commit c921c25f2e74a8e3b937848e948240d4408f7071
29380Author: Shaun McCance <shaunm@src.gnome.org>
29381Date:   Mon Apr 4 03:47:50 2005 +0000
29382
29383    - Use -e on xml2po when generating docs
29384
29385    * gnome-doc-utils.make:
29386    - Use -e on xml2po when generating docs
29387
29388 ChangeLog            | 5 +++++
29389 gnome-doc-utils.make | 2 +-
29390 2 files changed, 6 insertions(+), 1 deletion(-)
29391
29392commit 6a7ac1cda6bdb2fc3c681176fdaad7050cadedc2
29393Author: Shaun McCance <shaunm@src.gnome.org>
29394Date:   Sun Apr 3 22:23:30 2005 +0000
29395
29396    - More builddir fixes, hopefully fixing #169768 this time
29397
29398    * gnome-doc-utils.make:
29399    - More builddir fixes, hopefully fixing #169768 this time
29400
29401 ChangeLog            | 5 +++++
29402 gnome-doc-utils.make | 8 +++++---
29403 2 files changed, 10 insertions(+), 3 deletions(-)
29404
29405commit 1014829110682c42c0d076a018f134d34f99d11c
29406Author: Danilo Šegan <danilo@src.gnome.org>
29407Date:   Sat Apr 2 10:25:08 2005 +0000
29408
29409    Fix handling of UTF-8 input.
29410
29411 xml2po/ChangeLog                   |  6 ++++++
29412 xml2po/tests/ChangeLog             |  5 +++++
29413 xml2po/tests/test.py               |  2 +-
29414 xml2po/tests/utf8-original.po      | 25 +++++++++++++++++++++++++
29415 xml2po/tests/utf8-original.pot     | 24 ++++++++++++++++++++++++
29416 xml2po/tests/utf8-original.xml     |  7 +++++++
29417 xml2po/tests/utf8-original.xml.out |  7 +++++++
29418 xml2po/xml2po.py                   | 16 ++++++++--------
29419 8 files changed, 83 insertions(+), 9 deletions(-)
29420
29421commit 623af4a5d85dc69a7cde660f62fc596e6391925c
29422Author: Danilo Šegan <danilo@src.gnome.org>
29423Date:   Fri Apr 1 21:24:47 2005 +0000
29424
29425    Fix handling of UTF-8 in original strings.
29426
29427 xml2po/ChangeLog |  1 -
29428 xml2po/xml2po.py | 14 +++++++-------
29429 2 files changed, 7 insertions(+), 8 deletions(-)
29430
29431commit 776600a08f9c3ed6aa65bda163d86ec3cbba209c
29432Author: Danilo Šegan <danilo@src.gnome.org>
29433Date:   Fri Apr 1 21:22:37 2005 +0000
29434
29435    Fix handling of UTF-8 in original strings.
29436
29437 xml2po/ChangeLog |  5 +++++
29438 xml2po/xml2po.py | 16 ++++++++--------
29439 2 files changed, 13 insertions(+), 8 deletions(-)
29440
29441commit 551cea635d7c8702aeca2b65c76e1775d1477914
29442Author: Steven Michael Murphy <smurphy@src.gnome.org>
29443Date:   Fri Apr 1 05:56:01 2005 +0000
29444
29445    Added new Language, Kinyarwanda (rw), to this package
29446
29447 ChangeLog    |   4 +
29448 configure.in |   2 +-
29449 po/ChangeLog |   4 +
29450 po/rw.po     | 637 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
29451 4 files changed, 646 insertions(+), 1 deletion(-)
29452
29453commit 23bdaa0a0dd7d91085814fb3a8a8a7d3aa3e8690
29454Author: Shaun McCance <shaunm@src.gnome.org>
29455Date:   Fri Apr 1 00:06:19 2005 +0000
29456
29457    - Use local gnome-autogen.sh to avoid circular dependency, #171894
29458
29459    * autogen.sh:
29460    * gnome-autogen.sh:
29461    - Use local gnome-autogen.sh to avoid circular dependency, #171894
29462
29463 ChangeLog        |   6 +
29464 autogen.sh       |   2 +-
29465 gnome-autogen.sh | 427 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
29466 3 files changed, 434 insertions(+), 1 deletion(-)
29467
29468commit da08623c31876e1d16bbe3076bd203c0777d460c
29469Author: Shaun McCance <shaunm@src.gnome.org>
29470Date:   Thu Mar 31 21:25:51 2005 +0000
29471
29472    - Plural form rules for more languages, from Changwoo Ryu
29473
29474    * xslt/gettext/gettext.xsl:
29475    - Plural form rules for more languages, from Changwoo Ryu
29476
29477 ChangeLog                | 5 +++++
29478 xslt/gettext/gettext.xsl | 7 +++++++
29479 2 files changed, 12 insertions(+)
29480
29481commit f552c2ee4ed4b0fbf0a3004b85d7c52413f076e2
29482Author: Shaun McCance <shaunm@src.gnome.org>
29483Date:   Sun Mar 27 22:55:41 2005 +0000
29484
29485    - Updated licensing terms and stuff
29486
29487    * COPYING:
29488    * gnome-doc-utils.make:
29489    * xslt/docbook/common/db-chunk.xsl:
29490    * xslt/docbook/common/db-common.xsl:
29491    * xslt/docbook/common/db-label.xsl:
29492    * xslt/docbook/common/db-title.xsl:
29493    * xslt/docbook/common/db-xref.xsl:
29494    * xslt/docbook/html/db2html-admon.xsl:
29495    * xslt/docbook/html/db2html-autotoc.xsl:
29496    * xslt/docbook/html/db2html-block.xsl:
29497    * xslt/docbook/html/db2html-callout.xsl:
29498    * xslt/docbook/html/db2html-classsynopsis.xsl:
29499    * xslt/docbook/html/db2html-css.xsl:
29500    * xslt/docbook/html/db2html-division.xsl:
29501    * xslt/docbook/html/db2html-ebnf.xsl:
29502    * xslt/docbook/html/db2html-funcsynopsis.xsl:
29503    * xslt/docbook/html/db2html-info.xsl:
29504    * xslt/docbook/html/db2html-inline.xsl:
29505    * xslt/docbook/html/db2html-list.xsl:
29506    * xslt/docbook/html/db2html-media.xsl:
29507    * xslt/docbook/html/db2html-qanda.xsl:
29508    * xslt/docbook/html/db2html-refentry.xsl:
29509    * xslt/docbook/html/db2html-suppressed.xsl:
29510    * xslt/docbook/html/db2html-table.xsl:
29511    * xslt/docbook/html/db2html-title.xsl:
29512    * xslt/docbook/html/db2html-xref.xsl:
29513    * xslt/docbook/html/db2html.xsl:
29514    * xslt/docbook/omf/db2omf.xsl:
29515    * xslt/docbook/utils/chunks.xsl:
29516    * xslt/docbook/utils/credits.xsl:
29517    * xslt/docbook/utils/ids.xsl:
29518    * xslt/gettext/format2xsl.xsl:
29519    * xslt/gettext/gettext.xsl:
29520    * xslt/gettext/l10n.xml.in:
29521    * xslt/rngdoc/rngdoc.xsl:
29522    * xslt/xsldoc/xsldoc.xsl:
29523    - Updated licensing terms and stuff
29524
29525 COPYING                                     | 598 +++++-----------------------
29526 ChangeLog                                   |  40 ++
29527 gnome-doc-utils.make                        |  22 +
29528 xslt/docbook/common/db-chunk.xsl            |  18 +-
29529 xslt/docbook/common/db-common.xsl           |  18 +-
29530 xslt/docbook/common/db-label.xsl            |  18 +-
29531 xslt/docbook/common/db-title.xsl            |  18 +-
29532 xslt/docbook/common/db-xref.xsl             |  18 +-
29533 xslt/docbook/html/db2html-admon.xsl         |  18 +-
29534 xslt/docbook/html/db2html-autotoc.xsl       |  18 +-
29535 xslt/docbook/html/db2html-block.xsl         |  18 +-
29536 xslt/docbook/html/db2html-callout.xsl       |  18 +-
29537 xslt/docbook/html/db2html-classsynopsis.xsl |  18 +-
29538 xslt/docbook/html/db2html-css.xsl           |  18 +-
29539 xslt/docbook/html/db2html-division.xsl      |  18 +-
29540 xslt/docbook/html/db2html-ebnf.xsl          |  18 +-
29541 xslt/docbook/html/db2html-funcsynopsis.xsl  |  18 +-
29542 xslt/docbook/html/db2html-info.xsl          |  18 +-
29543 xslt/docbook/html/db2html-inline.xsl        |  18 +-
29544 xslt/docbook/html/db2html-list.xsl          |  18 +-
29545 xslt/docbook/html/db2html-media.xsl         |  18 +-
29546 xslt/docbook/html/db2html-qanda.xsl         |  18 +-
29547 xslt/docbook/html/db2html-refentry.xsl      |  18 +-
29548 xslt/docbook/html/db2html-suppressed.xsl    |  18 +-
29549 xslt/docbook/html/db2html-table.xsl         |  18 +-
29550 xslt/docbook/html/db2html-title.xsl         |  18 +-
29551 xslt/docbook/html/db2html-xref.xsl          |  18 +-
29552 xslt/docbook/html/db2html.xsl               |  18 +-
29553 xslt/docbook/omf/db2omf.xsl                 |  18 +-
29554 xslt/docbook/utils/chunks.xsl               |  18 +-
29555 xslt/docbook/utils/credits.xsl              |  18 +-
29556 xslt/docbook/utils/ids.xsl                  |  18 +-
29557 xslt/gettext/format2xsl.xsl                 |  18 +-
29558 xslt/gettext/gettext.xsl                    |  18 +-
29559 xslt/gettext/l10n.xml.in                    |   2 +-
29560 xslt/rngdoc/rngdoc.xsl                      |  18 +-
29561 xslt/xsldoc/xsldoc.xsl                      |  18 +-
29562 37 files changed, 718 insertions(+), 538 deletions(-)
29563
29564commit 8763a596f92fcaa164ca93103266921e15088925
29565Author: Danilo Šegan <danilo@src.gnome.org>
29566Date:   Sun Mar 27 18:31:46 2005 +0000
29567
29568    cvs add test.py too.
29569
29570 xml2po/tests/test.py | 27 +++++++++++++++++++++++++++
29571 1 file changed, 27 insertions(+)
29572
29573commit 02dec0d6402ec10ad5c01b9e98b4f048305f2631
29574Author: Danilo Šegan <danilo@src.gnome.org>
29575Date:   Sun Mar 27 18:08:04 2005 +0000
29576
29577    Updated TODO.
29578
29579 xml2po/ChangeLog | 4 ++++
29580 xml2po/TODO      | 3 ++-
29581 2 files changed, 6 insertions(+), 1 deletion(-)
29582
29583commit e6dcb559a16ac34361c0ffe8adf111397ed224c8
29584Author: Danilo Šegan <danilo@src.gnome.org>
29585Date:   Sun Mar 27 18:06:57 2005 +0000
29586
29587    Fix crash with -k.
29588
29589 xml2po/ChangeLog |  5 +++++
29590 xml2po/TODO      |  5 +++--
29591 xml2po/xml2po.py | 14 +++++++-------
29592 3 files changed, 15 insertions(+), 9 deletions(-)
29593
29594commit dc38ee76052bc06be03c11876018267eabc051f6
29595Author: Danilo Šegan <danilo@src.gnome.org>
29596Date:   Sun Mar 27 17:41:24 2005 +0000
29597
29598    Added regression testing infrastructure.
29599
29600 xml2po/tests/ChangeLog                       |   11 +
29601 xml2po/tests/README                          |   29 +
29602 xml2po/tests/attribute-entities.po           |   23 +
29603 xml2po/tests/attribute-entities.pot          |   24 +
29604 xml2po/tests/attribute-entities.xml          |    3 +
29605 xml2po/tests/attribute-entities.xml.out      |    4 +
29606 xml2po/tests/deep-finals.po                  |   24 +
29607 xml2po/tests/deep-finals.pot                 |   24 +
29608 xml2po/tests/deep-finals.xml                 |    3 +
29609 xml2po/tests/deep-finals.xml.out             |    4 +
29610 xml2po/tests/deep-nonfinals.po               |   69 ++
29611 xml2po/tests/deep-nonfinals.pot              |   60 +
29612 xml2po/tests/deep-nonfinals.xml              |   47 +
29613 xml2po/tests/deep-nonfinals.xml.out          |   40 +
29614 xml2po/tests/docbook.po                      |  152 +++
29615 xml2po/tests/docbook.pot                     |   74 ++
29616 xml2po/tests/docbook.xml                     |  111 ++
29617 xml2po/tests/docbook.xml.out                 |   26 +
29618 xml2po/tests/relnotes/XMLFILES               |   15 +
29619 xml2po/tests/relnotes/el.po                  | 1702 ++++++++++++++++++++++++++
29620 xml2po/tests/relnotes/el/release-notes.xml   |  108 ++
29621 xml2po/tests/relnotes/el/rnapplets.xml       |  142 +++
29622 xml2po/tests/relnotes/el/rnapplications.xml  |  111 ++
29623 xml2po/tests/relnotes/el/rncontrolcenter.xml |   27 +
29624 xml2po/tests/relnotes/el/rndesktop.xml       |   49 +
29625 xml2po/tests/relnotes/el/rndocs.xml          |   14 +
29626 xml2po/tests/relnotes/el/rngames.xml         |   47 +
29627 xml2po/tests/relnotes/el/rni18n.xml          |   22 +
29628 xml2po/tests/relnotes/el/rninstallation.xml  |   15 +
29629 xml2po/tests/relnotes/el/rnplatform.xml      |   10 +
29630 xml2po/tests/relnotes/el/rnstandards.xml     |   11 +
29631 xml2po/tests/relnotes/el/rnsysadmin.xml      |   54 +
29632 xml2po/tests/relnotes/el/rnthemes.xml        |    2 +
29633 xml2po/tests/relnotes/el/rntoc.xml           |   37 +
29634 xml2po/tests/relnotes/el/rnutilities.xml     |   83 ++
29635 xml2po/tests/relnotes/release-notes.pot      | 1031 ++++++++++++++++
29636 xml2po/tests/relnotes/release-notes.xml      |  183 +++
29637 xml2po/tests/relnotes/rnapplets.xml          |  190 +++
29638 xml2po/tests/relnotes/rnapplications.xml     |  144 +++
29639 xml2po/tests/relnotes/rncontrolcenter.xml    |   30 +
29640 xml2po/tests/relnotes/rndesktop.xml          |   62 +
29641 xml2po/tests/relnotes/rndocs.xml             |   29 +
29642 xml2po/tests/relnotes/rngames.xml            |   48 +
29643 xml2po/tests/relnotes/rni18n.xml             |   87 ++
29644 xml2po/tests/relnotes/rninstallation.xml     |   17 +
29645 xml2po/tests/relnotes/rnplatform.xml         |   20 +
29646 xml2po/tests/relnotes/rnstandards.xml        |   35 +
29647 xml2po/tests/relnotes/rnsysadmin.xml         |   73 ++
29648 xml2po/tests/relnotes/rnthanks.xml           |  102 ++
29649 xml2po/tests/relnotes/rnthemes.xml           |   15 +
29650 xml2po/tests/relnotes/rntoc.xml              |   39 +
29651 xml2po/tests/relnotes/rnutilities.xml        |   88 ++
29652 xml2po/tests/relnotes/rnwhy.xml              |  137 +++
29653 xml2po/tests/relnotes/test.sh                |    9 +
29654 54 files changed, 5516 insertions(+)
29655
29656commit 9536019979f08f7dc56e1b01ce5058f226d6f86e
29657Author: Danilo Šegan <danilo@src.gnome.org>
29658Date:   Sun Mar 27 17:17:32 2005 +0000
29659
29660    Complete fix of #162089.
29661
29662 xml2po/ChangeLog | 7 +++++++
29663 xml2po/xml2po.py | 5 +----
29664 2 files changed, 8 insertions(+), 4 deletions(-)
29665
29666commit 38cb0ad8a50651205de7fc3ea80964fc925ead31
29667Author: Danilo Šegan <danilo@src.gnome.org>
29668Date:   Sun Mar 27 17:00:05 2005 +0000
29669
29670    Final tags and docbook mode updates.
29671
29672 xml2po/ChangeLog        | 9 +++++++++
29673 xml2po/modes/docbook.py | 8 ++++----
29674 xml2po/xml2po.py        | 8 +++++---
29675 3 files changed, 18 insertions(+), 7 deletions(-)
29676
29677commit efd9e1f4cb66042454533dce00577eb1a880b3aa
29678Author: Danilo Šegan <danilo@src.gnome.org>
29679Date:   Sun Mar 27 16:37:45 2005 +0000
29680
29681    Fix entity handling, add more tags to docbook mode.
29682
29683 xml2po/ChangeLog        | 9 +++++++++
29684 xml2po/modes/docbook.py | 4 +++-
29685 xml2po/xml2po.py        | 4 ++--
29686 3 files changed, 14 insertions(+), 3 deletions(-)
29687
29688commit c13e73a6a047ac32359c8fecabb5954ffd874d0a
29689Author: Danilo Šegan <danilo@src.gnome.org>
29690Date:   Sun Mar 27 14:45:33 2005 +0000
29691
29692    Several deep-final tags fixes.
29693
29694 xml2po/ChangeLog        | 11 +++++++
29695 xml2po/examples/two.po  | 34 +++++++++++----------
29696 xml2po/modes/docbook.py |  2 +-
29697 xml2po/xml2po.py        | 79 +++++++++++++++++++++++++++++--------------------
29698 4 files changed, 77 insertions(+), 49 deletions(-)
29699
29700commit 41570419899d63e41394acb07116c6fa942bc659
29701Author: Sven Herzberg <herzi@gnome-de.org>
29702Date:   Fri Mar 25 20:56:07 2005 +0000
29703
29704    fix DOC_H_FILE build system (fixes bug 170680)
29705
29706    2005-03-25  Sven Herzberg  <herzi@gnome-de.org>
29707
29708            * gnome-doc-utils.make: fix DOC_H_FILE build system (fixes bug 170680)
29709
29710 ChangeLog            |  4 ++++
29711 gnome-doc-utils.make | 16 ++++++++--------
29712 2 files changed, 12 insertions(+), 8 deletions(-)
29713
29714commit aaae1facbe3bb6de64b32ced17ed74c3333e7ea6
29715Author: Rajesh Ranjan <rranjan@src.gnome.org>
29716Date:   Mon Mar 21 12:22:06 2005 +0000
29717
29718    gn-doc-utils
29719
29720 ChangeLog    |   4 +
29721 configure.in |   2 +-
29722 po/ChangeLog |   4 +
29723 po/hi.po     | 551 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
29724 4 files changed, 560 insertions(+), 1 deletion(-)
29725
29726commit 0f79e8b16eca8902e13bd9edaa4f64e93dcef17d
29727Author: Adam Weinberger <adamw@src.gnome.org>
29728Date:   Wed Mar 16 23:28:58 2005 +0000
29729
29730    Updated Canadian English translation.
29731
29732
29733            * en_CA.po: Updated Canadian English translation.
29734
29735 po/ChangeLog | 4 ++++
29736 po/en_CA.po  | 2 +-
29737 2 files changed, 5 insertions(+), 1 deletion(-)
29738
29739commit 95e6c2cb646b9e4ed9bf0ecd2f1226b6395d9443
29740Author: Christian Persch <chpe@cvs.gnome.org>
29741Date:   Thu Mar 10 19:19:12 2005 +0000
29742
29743    Fix for srcdir != builddir. Part of bug #169768.
29744
29745    2005-03-10  Christian Persch  <chpe@cvs.gnome.org>
29746
29747            * gnome-doc-utils.m4:
29748
29749            Fix for srcdir != builddir. Part of bug #169768.
29750
29751 ChangeLog          | 6 ++++++
29752 gnome-doc-utils.m4 | 2 +-
29753 2 files changed, 7 insertions(+), 1 deletion(-)
29754
29755commit 9abf476e86372412798089cf364fbeb8a1ef8416
29756Author: Christian Persch <chpe@cvs.gnome.org>
29757Date:   Thu Mar 10 19:17:47 2005 +0000
29758
29759    Fix for srcdir != builddir. Add generated files to CLEANFILES. From bug
29760
29761    2005-03-10  Christian Persch  <chpe@cvs.gnome.org>
29762
29763            * xslt/docbook/common/Makefile.am:
29764            * xslt/gettext/Makefile.am:
29765
29766            Fix for srcdir != builddir. Add generated files to CLEANFILES.
29767            From bug #169324.
29768
29769 ChangeLog                       | 8 ++++++++
29770 xslt/docbook/common/Makefile.am | 6 ++++--
29771 xslt/gettext/Makefile.am        | 4 +++-
29772 3 files changed, 15 insertions(+), 3 deletions(-)
29773
29774commit bb151049ab78dc28f32197facf44f492f3e28c3b
29775Author: Martin Willemoes Hansen <mwh@src.gnome.org>
29776Date:   Tue Mar 8 10:18:00 2005 +0000
29777
29778    Updated Danish translation.
29779
29780            * da.po: Updated Danish translation.
29781
29782 po/ChangeLog |   4 +
29783 po/da.po     | 510 ++++++++++++++++++++++++++++++++++++++++++++---------------
29784 2 files changed, 386 insertions(+), 128 deletions(-)
29785
29786commit 5835254c6e72c622ccee398a6553b3d29c5d1e28
29787Author: Funda Wang <fundawang@linux.net.cn>
29788Date:   Tue Mar 8 09:51:28 2005 +0000
29789
29790    Standard POT Header Output.
29791
29792    2005-03-08  Funda Wang  <fundawang@linux.net.cn>
29793
29794            * xml2po.py: Standard POT Header Output.
29795
29796 xml2po/ChangeLog | 6 ++++++
29797 xml2po/xml2po.py | 8 ++++----
29798 2 files changed, 10 insertions(+), 4 deletions(-)
29799
29800commit 4f98363be92f99dc22d24a22914cb7dea71ba40f
29801Author: Danilo Šegan <danilo@src.gnome.org>
29802Date:   Sun Mar 6 23:43:53 2005 +0000
29803
29804    Output POT-Creation-Date as well.
29805
29806 xml2po/ChangeLog | 6 ++++++
29807 xml2po/xml2po.py | 4 +++-
29808 2 files changed, 9 insertions(+), 1 deletion(-)
29809
29810commit 26c822b0723699186396196064836af56cfde254
29811Author: Raphael Higino <raphaelh@src.gnome.org>
29812Date:   Sun Mar 6 23:21:16 2005 +0000
29813
29814    Updated pt_BR translation
29815
29816 po/ChangeLog |   4 +
29817 po/pt_BR.po  | 502 ++++++++++++++++++++++++++++++++++++++++++++---------------
29818 2 files changed, 382 insertions(+), 124 deletions(-)
29819
29820commit 635428a091eb7290e37304583a1cf53e52e272da
29821Author: Danilo Šegan <danilo@src.gnome.org>
29822Date:   Sun Mar 6 21:22:31 2005 +0000
29823
29824    Fix checks in worthOutputting.
29825
29826 xml2po/ChangeLog | 4 ++++
29827 xml2po/xml2po.py | 2 +-
29828 2 files changed, 5 insertions(+), 1 deletion(-)
29829
29830commit 6ca4517432d9cbe7f625ece70f4294652a5b560d
29831Author: Shaun McCance <shaunm@src.gnome.org>
29832Date:   Sat Mar 5 19:54:50 2005 +0000
29833
29834    - Version 0.1.3
29835
29836    * NEWS:
29837    * configure.in:
29838    - Version 0.1.3
29839
29840    * doc/xslt/C/gnome-doc-xslt.xml:
29841    - Bumped to DocBook 4.3
29842
29843 ChangeLog                     |  9 +++++++++
29844 NEWS                          | 41 +++++++++++++++++++++++++++++++++++++++++
29845 configure.in                  |  2 +-
29846 doc/xslt/C/gnome-doc-xslt.xml |  4 ++--
29847 4 files changed, 53 insertions(+), 3 deletions(-)
29848
29849commit 8b15a46142ac7f11af0ead5f2c18c29861af47dd
29850Author: Danilo Šegan <danilo@src.gnome.org>
29851Date:   Fri Mar 4 18:07:33 2005 +0000
29852
29853    Add DTD in replaceNodeContents for entity resolving.
29854
29855 xml2po/ChangeLog |  5 +++++
29856 xml2po/xml2po.py | 21 ++++++++++++++++++---
29857 2 files changed, 23 insertions(+), 3 deletions(-)
29858
29859commit 3bbdd612e7e5afb0552f12ac556354a87c6d72f7
29860Author: Danilo Šegan <danilo@src.gnome.org>
29861Date:   Fri Mar 4 17:24:02 2005 +0000
29862
29863    Removed "title" as final tag.
29864
29865 xml2po/ChangeLog        | 4 ++++
29866 xml2po/modes/docbook.py | 2 +-
29867 2 files changed, 5 insertions(+), 1 deletion(-)
29868
29869commit 39d6b62e960ee4b9e1f708246c15961d5a62f0b6
29870Author: Laszlo Dvornik <dvornik@gnome.hu>
29871Date:   Fri Mar 4 14:39:43 2005 +0000
29872
29873    Hungarian translation updated by Gabor Kelemen.
29874
29875    2005-03-04  Laszlo Dvornik  <dvornik@gnome.hu>
29876
29877            * hu.po: Hungarian translation updated by Gabor Kelemen.
29878
29879 po/ChangeLog |   4 +
29880 po/hu.po     | 684 ++++++++++++++++++++++++++++++++++++++++++-----------------
29881 2 files changed, 491 insertions(+), 197 deletions(-)
29882
29883commit 67b599da3b84f06c557179ebe4a0682ece445679
29884Author: Alessio Frusciante <algol@src.gnome.org>
29885Date:   Fri Mar 4 09:07:11 2005 +0000
29886
29887    Updated Italian translation.
29888
29889 po/ChangeLog |   4 +
29890 po/it.po     | 370 +++++++++++++++++++++++++++++++++++++++++++++++++----------
29891 2 files changed, 315 insertions(+), 59 deletions(-)
29892
29893commit edbd9353e30a7df440d856aaa795fc8ea6ecf191
29894Author: Danilo Šegan <danilo@src.gnome.org>
29895Date:   Thu Mar 3 20:35:08 2005 +0000
29896
29897    Update manpage as well.
29898
29899 xml2po/ChangeLog    | 4 ++++
29900 xml2po/xml2po.1.xml | 3 +--
29901 2 files changed, 5 insertions(+), 2 deletions(-)
29902
29903commit e9a946c28df27e9300a49ffe87f245b92d1ae3ec
29904Author: Abel Cheung <maddog@linuxhall.org>
29905Date:   Thu Mar 3 20:05:06 2005 +0000
29906
29907    Added "vi" "zh_TW" to ALL_LINGUAS.
29908
29909    2005-03-03  Abel Cheung  <maddog@linuxhall.org>
29910
29911            * configure.in: Added "vi" "zh_TW" to ALL_LINGUAS.
29912
29913 ChangeLog    | 4 ++++
29914 configure.in | 2 +-
29915 2 files changed, 5 insertions(+), 1 deletion(-)
29916
29917commit c0037936af14166021dc842657c83b6a3aba47d4
29918Author: Kwok-Koon Cheung <baddog@src.gnome.org>
29919Date:   Thu Mar 3 20:04:47 2005 +0000
29920
29921    New traditional Chinese translation by GNOME HK Team.
29922
29923            * zh_TW.po: New traditional Chinese translation by GNOME HK Team.
29924
29925 po/ChangeLog |   4 +
29926 po/zh_TW.po  | 552 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
29927 2 files changed, 556 insertions(+)
29928
29929commit e4f32c34490ab319dc1ad0d3dd4323965eb6e15d
29930Author: Alexander Shopov <ash@contact.bg>
29931Date:   Thu Mar 3 16:18:59 2005 +0000
29932
29933    Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>
29934
29935    2005-03-03  Alexander Shopov  <ash@contact.bg>
29936
29937            * bg.po: Updated Bulgarian translation by
29938            Alexander Shopov <ash@contact.bg>
29939
29940 po/ChangeLog |   5 +
29941 po/bg.po     | 461 +++++++++++++++++++++++++++++++++++++++++++----------------
29942 2 files changed, 345 insertions(+), 121 deletions(-)
29943
29944commit a7be229d182aa4515ac0446c9ac121a76f538c12
29945Author: Dan Damian <dand@src.gnome.org>
29946Date:   Thu Mar 3 13:20:33 2005 +0000
29947
29948    Added Romanian translation.
29949
29950            * Added Romanian translation.
29951
29952 ChangeLog    |   4 +
29953 configure.in |   2 +-
29954 po/ChangeLog |   4 +
29955 po/ro.po     | 579 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
29956 4 files changed, 588 insertions(+), 1 deletion(-)
29957
29958commit 66a0b05a4c8df53041a7a074deef096e512c5e90
29959Author: Takeshi AIHANA <aihana@jcom.home.ne.jp>
29960Date:   Thu Mar 3 01:35:12 2005 +0000
29961
29962    Updated Japanese translation.
29963
29964    2005-03-03  Takeshi AIHANA <aihana@jcom.home.ne.jp>
29965            * ja.po: Updated Japanese translation.
29966
29967 po/ChangeLog |   4 +
29968 po/ja.po     | 544 +++++++++++++++++++++++++++++++++++++++++------------------
29969 2 files changed, 386 insertions(+), 162 deletions(-)
29970
29971commit e46973e53367e6229b43cda4438c0de96c97da07
29972Author: Danilo Šegan <danilo@src.gnome.org>
29973Date:   Wed Mar 2 09:10:24 2005 +0000
29974
29975    Fix help message for -a.
29976
29977 xml2po/ChangeLog | 2 ++
29978 xml2po/xml2po.py | 2 +-
29979 2 files changed, 3 insertions(+), 1 deletion(-)
29980
29981commit 14978a7814b7756926ed6dca768f43881980fb0c
29982Author: Danilo Šegan <danilo@src.gnome.org>
29983Date:   Wed Mar 2 09:04:20 2005 +0000
29984
29985    Added a man page by Daniel Leidert.
29986
29987 xml2po/.cvsignore   |   1 +
29988 xml2po/ChangeLog    |   6 ++
29989 xml2po/Makefile.am  |   9 +-
29990 xml2po/xml2po.1.xml | 293 ++++++++++++++++++++++++++++++++++++++++++++++++++++
29991 4 files changed, 308 insertions(+), 1 deletion(-)
29992
29993commit ac3ce2510320bf5c42454e81de669ac204a894f7
29994Author: Amanpreet Singh Alam <aman@src.gnome.org>
29995Date:   Wed Mar 2 00:05:47 2005 +0000
29996
29997    update by amanpreetalam@yahoo.com
29998
29999 po/pa.po | 20 +++++++-------------
30000 1 file changed, 7 insertions(+), 13 deletions(-)
30001
30002commit 7df7f38ebfe0a2ba10334c996b94f4d81999bf11
30003Author: Danilo Šegan <dsegan@gmx.net>
30004Date:   Tue Mar 1 16:06:16 2005 +0000
30005
30006    add tags in source references and output PO header.
30007
30008    2005-03-01  Danilo Šegan  <dsegan@gmx.net>
30009
30010            * TODO (DONE): add tags in source references and output PO header.
30011
30012            * xml2po.py (MessageOutput.outputMessage): Add "tag" in source
30013            references.
30014            (processElementTag): Pass node.name as tag to outputMessage.
30015            (MessageOutput.outputHeader): output PO file header.
30016            (MessageOutput.outputAll): call outputHeader.
30017
30018    2005-03-01  Danilo Šegan  <dsegan@gmx.net>
30019
30020            Fix #168571.
30021
30022            * examples/two.po: Updated example.
30023
30024            * xml2po.py (processElementTag): Rewritten.
30025            (processFinalTag): Removed.
30026            (worthOutputting): Final tags are worth if non-empty.
30027            (doSerialize): Respect new processElementTag semantics.
30028            (isFinalNode): Also 1 if all node.children are final.
30029            (getTranslation): Updated doc string.
30030
30031 xml2po/ChangeLog       |  23 ++++++++++
30032 xml2po/TODO            |   6 ++-
30033 xml2po/examples/two.po |  28 +++++++-----
30034 xml2po/xml2po.py       | 122 +++++++++++++++++++++++++++----------------------
30035 4 files changed, 111 insertions(+), 68 deletions(-)
30036
30037commit 778abfd4f5df288cfa45d3544b6bc0ec96a50cdb
30038Author: Amanpreet Singh Alam <aman@src.gnome.org>
30039Date:   Tue Mar 1 12:56:06 2005 +0000
30040
30041    update by amanpreetalam@yahoo.com
30042
30043 po/pa.po | 483 +++++++++++++++++++++++++++++++++++++++++++++++----------------
30044 1 file changed, 363 insertions(+), 120 deletions(-)
30045
30046commit 5728d74470433bbc07ed584dc36463c1aebc4c6a
30047Author: Ahmad Riza H Nst <ari@160c.afraid.org>
30048Date:   Tue Mar 1 03:21:56 2005 +0000
30049
30050    Added id (Indonesian) in ALL_LINGUAS line. Added Indonesian Translation.
30051
30052    2005-03-01  Ahmad Riza H Nst  <ari@160c.afraid.org>
30053
30054            * configure.in: Added id (Indonesian) in ALL_LINGUAS line.
30055            * po/id.po: Added Indonesian Translation.
30056
30057 ChangeLog    |   4 +
30058 configure.in |   2 +-
30059 po/ChangeLog |   4 +
30060 po/id.po     | 306 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
30061 4 files changed, 315 insertions(+), 1 deletion(-)
30062
30063commit 8f0531087b59e250c7a6d9b58ed130b03d89fd99
30064Author: Žygimantas Beručka <uid0@akl.lt>
30065Date:   Mon Feb 28 23:47:20 2005 +0000
30066
30067    Updated Lithuanian translation.
30068
30069    2005-03-01  Žygimantas Beručka  <uid0@akl.lt>
30070
30071            * lt.po: Updated Lithuanian translation.
30072
30073 po/ChangeLog |   4 +
30074 po/lt.po     | 482 +++++++++++++++++++++++++++++++++++++++++++++--------------
30075 2 files changed, 371 insertions(+), 115 deletions(-)
30076
30077commit a2817130f21cd63098656d16997915a26c1a8e25
30078Author: Shaun McCance <shaunm@src.gnome.org>
30079Date:   Mon Feb 28 22:02:53 2005 +0000
30080
30081    - Lots and lots of translator comments and documentation
30082
30083    * xslt/docbook/common/db-format.xml.in:
30084    - Lots and lots of translator comments and documentation
30085
30086    * xslt/gettext/format2xsl.xsl:
30087    - Fixed attribute-clobbering issue
30088
30089    * xslt/xsldoc/xsldoc.xsl:
30090    - Extra sections get copied in
30091
30092 ChangeLog                            |  11 +
30093 xslt/docbook/common/db-format.xml.in | 485 +++++++++++++++++++++++++++++++++--
30094 xslt/gettext/format2xsl.xsl          |   7 +-
30095 xslt/xsldoc/xsldoc.xsl               |  15 ++
30096 4 files changed, 489 insertions(+), 29 deletions(-)
30097
30098commit 1448f6df5f284810b7fa0d26b90e6ac356294bea
30099Author: Priit Laes <plaes@cvs.gnome.org>
30100Date:   Mon Feb 28 11:40:59 2005 +0000
30101
30102    Translation updated.
30103
30104    2005-02-28  Priit Laes  <plaes@cvs.gnome.org>
30105
30106            * et.po: Translation updated.
30107
30108 po/ChangeLog |  4 +++
30109 po/et.po     | 79 +++++++++++++++++++++++++++++++-----------------------------
30110 2 files changed, 45 insertions(+), 38 deletions(-)
30111
30112commit e2d4115475cc38d7c6f2c489aea56050f64474f2
30113Author: Shaun McCance <shaunm@src.gnome.org>
30114Date:   Mon Feb 28 02:54:10 2005 +0000
30115
30116    - Added documentation on using roles
30117
30118    * doc/xslt/C/translating.xml:
30119    - Added documentation on using roles
30120
30121    * po/bg.po:
30122    - Bad argument reference, clobbered translations for:
30123      format.manvolnum, format.part.number, format.refentry.label
30124    - Fixed bad argument reference for format.tooltip.mailto
30125
30126    * po/es.po:
30127    - Fixed small wrongnesses in format.date
30128
30129    * po/nb.po:
30130    * po/no.po:
30131    - Fixed missing = between attribute and value
30132
30133    * po/pt.po:
30134    - Fixed argument reference in format.tooltip.mailto
30135
30136    * po/tr.po:
30137    - Changed weird · characters to spaces in markup
30138
30139    * xslt/docbook/html/db2html-inline.xsl:
30140    - Added support for sgmltag/@namespace, and a fallback
30141
30142    * xslt/gettext/format2xsl.xsl:
30143    - Fixed a nasty bug with automatic role insertion
30144
30145 ChangeLog                            |  29 +++++++++
30146 doc/xslt/C/translating.xml           | 116 +++++++++++++++++++++++++++++++++++
30147 po/bg.po                             |  10 +--
30148 po/es.po                             |   8 +--
30149 po/nb.po                             |   4 +-
30150 po/no.po                             |   4 +-
30151 po/pt.po                             |   4 +-
30152 po/tr.po                             |  22 +++----
30153 xslt/docbook/html/db2html-inline.xsl |   6 ++
30154 xslt/gettext/format2xsl.xsl          |  15 ++---
30155 10 files changed, 181 insertions(+), 37 deletions(-)
30156
30157commit a00f5b9b3e89e785a8b693f43c66985f6a514c7e
30158Author: Frank Arnold <farnold@cvs.gnome.org>
30159Date:   Fri Feb 25 08:05:54 2005 +0000
30160
30161    Updated German translation.
30162
30163    2005-02-25  Frank Arnold  <farnold@cvs.gnome.org>
30164
30165            * de.po: Updated German translation.
30166
30167 po/ChangeLog | 4 ++++
30168 po/de.po     | 6 +++---
30169 2 files changed, 7 insertions(+), 3 deletions(-)
30170
30171commit 91c25cb5fde91190dde848b8a8aa91fbdd0bbaae
30172Author: Francisco Javier F. Serrador <serrador@cvs.gnome.org>
30173Date:   Thu Feb 24 22:47:21 2005 +0000
30174
30175    Updated Spanish translation.
30176
30177    2005-02-24  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
30178
30179            * es.po: Updated Spanish translation.
30180
30181 po/ChangeLog |  4 ++++
30182 po/es.po     | 22 ++++++++++++++++++++--
30183 2 files changed, 24 insertions(+), 2 deletions(-)
30184
30185commit 3cbb03f4919557f42953ca56e3e1af0a67330dc2
30186Author: Arafat Medini <kinryu@silverpen.de>
30187Date:   Thu Feb 24 19:27:22 2005 +0000
30188
30189    Updated Arabic translation. 2005-02-24 Arafat Medini <kinryu@silverpen.de>
30190
30191
30192    2005-02-24  Arafat Medini  <kinryu@silverpen.de>
30193
30194            * ar.po: Updated Arabic translation.
30195    2005-02-24  Arafat Medini  <kinryu@silverpen.de>
30196
30197            * ar.po: Updated Arabic translation.
30198
30199 po/ChangeLog |   4 ++
30200 po/ar.po     | 138 +++++++++++++++++++----------------------------------------
30201 2 files changed, 47 insertions(+), 95 deletions(-)
30202
30203commit 5cbd831c4583a111f5d24241b0f14c2a6608bf9c
30204Author: Jordi Mallach <jordim@src.gnome.org>
30205Date:   Thu Feb 24 10:46:35 2005 +0000
30206
30207    Updated Catalan translation by Gil Forcada <gilforcada@guifi.net>.
30208
30209 po/ChangeLog |   5 +
30210 po/ca.po     | 638 +++++++++++++++++++++++++++++++++++------------------------
30211 2 files changed, 383 insertions(+), 260 deletions(-)
30212
30213commit 4941022cb7a76eedb78e84ebc15888a61d35f244
30214Author: Danilo Šegan <danilo@src.gnome.org>
30215Date:   Wed Feb 23 10:40:46 2005 +0000
30216
30217    Use xmlDocParserCtxt instead in replaceNodeContentsWithText.
30218
30219 xml2po/ChangeLog |  4 ++++
30220 xml2po/xml2po.py | 14 +++++---------
30221 2 files changed, 9 insertions(+), 9 deletions(-)
30222
30223commit fb002707782509475f8b2aaebd060b7a9114de3c
30224Author: Danilo Šegan <danilo@src.gnome.org>
30225Date:   Wed Feb 23 10:29:01 2005 +0000
30226
30227    Add DTD in replaceNodeContentsWithText.
30228
30229 xml2po/ChangeLog | 4 ++++
30230 xml2po/xml2po.py | 9 ++++++++-
30231 2 files changed, 12 insertions(+), 1 deletion(-)
30232
30233commit 212e37e1d031f485daf1fd5f6fc7293bf1367965
30234Author: Ankitkumar Rameshchandra Patel <ankitp@src.gnome.org>
30235Date:   Wed Feb 23 04:10:53 2005 +0000
30236
30237    Added Gujarati Translation
30238
30239 ChangeLog    |   4 +
30240 configure.in |   2 +-
30241 po/ChangeLog |   4 +
30242 po/gu.po     | 298 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
30243 4 files changed, 307 insertions(+), 1 deletion(-)
30244
30245commit 34944b8f35d73114959861cdb2454aadbb214cc1
30246Author: Sebastien Bacher <sbacher@src.gnome.org>
30247Date:   Tue Feb 22 23:58:12 2005 +0000
30248
30249    fixed a commit conflict
30250
30251 ChangeLog    | 1 -
30252 configure.in | 7 ++-----
30253 2 files changed, 2 insertions(+), 6 deletions(-)
30254
30255commit c62d1637502ea07627987704f899a928aee90698
30256Author: Francisco Javier F. Serrador <serrador@cvs.gnome.org>
30257Date:   Tue Feb 22 23:49:47 2005 +0000
30258
30259    Updated Spanish translation.
30260
30261    2005-02-23  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
30262
30263            * es.po: Updated Spanish translation.
30264
30265 po/ChangeLog |   4 ++
30266 po/es.po     | 182 ++++++++++++++++++++++++++++++-----------------------------
30267 2 files changed, 97 insertions(+), 89 deletions(-)
30268
30269commit 6e23b74787b8de55c9bab5976429c929eb3c2802
30270Author: Arafat Medini <kinryu@silverpen.de>
30271Date:   Tue Feb 22 08:17:32 2005 +0000
30272
30273    Added Arabic translation.
30274
30275
30276    2005-02-22  Arafat Medini  <kinryu@silverpen.de>
30277
30278            * ar.po: Added Arabic translation.
30279
30280 ChangeLog    |   5 +
30281 configure.in |   4 +
30282 po/ChangeLog |   5 +
30283 po/ar.po     | 350 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
30284 4 files changed, 364 insertions(+)
30285
30286commit d1745fce9ad56a433c92d9ddd89df5296ad8bae6
30287Author: Frank Arnold <farnold@cvs.gnome.org>
30288Date:   Fri Feb 18 09:43:55 2005 +0000
30289
30290    German translation bugfix.
30291
30292    2005-02-18  Frank Arnold  <farnold@cvs.gnome.org>
30293
30294            * de.po: German translation bugfix.
30295
30296 po/ChangeLog |   4 +
30297 po/de.po     | 298 ++++++++++++++++++++++++++++++++---------------------------
30298 2 files changed, 165 insertions(+), 137 deletions(-)
30299
30300commit 4adfda82301a0874ded7434adcb20b3a8ec499da
30301Author: Duarte Loreto <happyguy_pt@hotmail.com>
30302Date:   Fri Feb 18 01:22:45 2005 +0000
30303
30304    Updated Portuguese translation.
30305
30306    2005-02-18  Duarte Loreto <happyguy_pt@hotmail.com>
30307
30308            * pt.po: Updated Portuguese translation.
30309
30310 po/ChangeLog |   4 ++
30311 po/pt.po     | 194 ++++++++++++++++++++++++++++++++---------------------------
30312 2 files changed, 109 insertions(+), 89 deletions(-)
30313
30314commit 2d2de7d34dc27d9de2fa8fbfa9c530bf1c9b12f1
30315Author: Alexander Shopov <ash@contact.bg>
30316Date:   Wed Feb 16 16:59:15 2005 +0000
30317
30318    Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>
30319
30320    2005-02-16  Alexander Shopov  <ash@contact.bg>
30321
30322            * bg.po: Updated Bulgarian translation by
30323            Alexander Shopov <ash@contact.bg>
30324
30325 po/ChangeLog |  11 +++-
30326 po/bg.po     | 187 ++++++++++++++++++++++++++++++++---------------------------
30327 2 files changed, 109 insertions(+), 89 deletions(-)
30328
30329commit 413d7ec68ac0aa45c0bb1797f77b5b20153e2ee4
30330Author: Christophe Merlet <redfox@src.gnome.org>
30331Date:   Tue Feb 15 23:10:01 2005 +0000
30332
30333    Added French translation.
30334
30335 ChangeLog    |   4 +
30336 configure.in |   2 +-
30337 po/ChangeLog |   5 +
30338 po/fr.po     | 303 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
30339 4 files changed, 313 insertions(+), 1 deletion(-)
30340
30341commit b2a347ac41ffef72c61986b18aac8f23b7da49db
30342Author: Changwoo Ryu <cwryu@debian.org>
30343Date:   Tue Feb 15 13:11:17 2005 +0000
30344
30345    Added "ko" to ALL_LINGUAS.
30346
30347    2005-02-15  Changwoo Ryu  <cwryu@debian.org>
30348
30349            * configure.in: Added "ko" to ALL_LINGUAS.
30350
30351 ChangeLog    | 4 ++++
30352 configure.in | 2 +-
30353 2 files changed, 5 insertions(+), 1 deletion(-)
30354
30355commit 696e1971d1febe15861ca43be06109951c8f8d1c
30356Author: Changwoo Ryu <cwryu@debian.org>
30357Date:   Tue Feb 15 13:10:22 2005 +0000
30358
30359    Added Korean translation.
30360
30361    2005-02-15  Changwoo Ryu  <cwryu@debian.org>
30362
30363            * ko.po: Added Korean translation.
30364
30365 po/ChangeLog |   4 +
30366 po/ko.po     | 295 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
30367 2 files changed, 299 insertions(+)
30368
30369commit 170a5baabffadfa543aca61acaa57ef9a4df43af
30370Author: Pawan Chitrakar <pawan@nplinux.org>
30371Date:   Mon Feb 14 12:11:49 2005 +0000
30372
30373    Added Nepali Translation
30374
30375    2005-02-14  Pawan Chitrakar  <pawan@nplinux.org>
30376
30377            * ne.po: Added Nepali Translation
30378
30379            * configure.in: Added ne "Nepali" in ALL_LINGUAS
30380
30381 ChangeLog    |   4 +
30382 configure.in |   2 +-
30383 po/ChangeLog |   4 +
30384 po/ne.po     | 309 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
30385 4 files changed, 318 insertions(+), 1 deletion(-)
30386
30387commit 415b5c79ca99ea0e1d351aeeb13165b269a61323
30388Author: David Lodge <dave@cirt.net>
30389Date:   Sun Feb 13 21:52:51 2005 +0000
30390
30391    Updated British translation.
30392
30393    2005-02-13  David Lodge <dave@cirt.net>
30394
30395            * en_GB.po: Updated British translation.
30396
30397 po/ChangeLog |   4 ++
30398 po/en_GB.po  | 155 +++++++++++++++++++++++++++--------------------------------
30399 2 files changed, 75 insertions(+), 84 deletions(-)
30400
30401commit 65958976d520e66c8228c192bc02b7010508d03d
30402Author: Baris Cicek <bcicek@src.gnome.org>
30403Date:   Sun Feb 13 18:36:50 2005 +0000
30404
30405    configure.in: Added tr to all_linguas
30406
30407 ChangeLog    | 4 ++++
30408 configure.in | 2 +-
30409 2 files changed, 5 insertions(+), 1 deletion(-)
30410
30411commit e2d8ed1d42d2e06569a41373b923efef63c8bd60
30412Author: Baris Cicek <bcicek@src.gnome.org>
30413Date:   Sun Feb 13 18:35:46 2005 +0000
30414
30415    Added Turkish Translation by Emre Kadioglu
30416
30417 po/ChangeLog |   4 +
30418 po/tr.po     | 307 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
30419 2 files changed, 311 insertions(+)
30420
30421commit f08a364f1827b59da158ed8ae8ace1ba08c23ace
30422Author: Kjartan Maraas <kmaraas@src.gnome.org>
30423Date:   Thu Feb 10 12:42:53 2005 +0000
30424
30425    Add no
30426
30427 configure.in | 2 +-
30428 1 file changed, 1 insertion(+), 1 deletion(-)
30429
30430commit fa000ee277d09c884988b0e7f7fbced6ea7b9f93
30431Author: Kjartan Maraas <kmaraas@gnome.org>
30432Date:   Thu Feb 10 12:42:27 2005 +0000
30433
30434    Update
30435
30436    2005-02-10  Kjartan Maraas  <kmaraas@gnome.org>
30437
30438            * nb.po: Update
30439
30440 po/ChangeLog |   4 +
30441 po/nb.po     | 220 ++++++++++++++++++++-----------------------
30442 po/no.po     | 301 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
30443 3 files changed, 405 insertions(+), 120 deletions(-)
30444
30445commit e0c7f01875238028af8dae60794d9041cdd4ebbd
30446Author: Nguyen Thai Ngoc Duy <pclouds@src.gnome.org>
30447Date:   Wed Feb 9 16:34:06 2005 +0000
30448
30449    Added vi.po
30450
30451 po/vi.po | 297 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
30452 1 file changed, 297 insertions(+)
30453
30454commit 30c46336c1f14061f860071e631441b13c254e22
30455Author: Nikos Charonitakis <frolix68@src.gnome.org>
30456Date:   Tue Feb 8 23:34:55 2005 +0000
30457
30458    Updated Greek translation
30459
30460 po/ChangeLog |   4 ++
30461 po/el.po     | 194 ++++++++++++++++++++++++++++-------------------------------
30462 2 files changed, 97 insertions(+), 101 deletions(-)
30463
30464commit f2cce491f56d8c4d2390ad9fbb812f99e14f5882
30465Author: Funda Wang <fwang@src.gnome.org>
30466Date:   Tue Feb 8 00:22:09 2005 +0000
30467
30468    Updated Simplified Chinese translation
30469
30470 po/zh_CN.po | 161 ++++++++++++++++++++++++++++--------------------------------
30471 1 file changed, 75 insertions(+), 86 deletions(-)
30472
30473commit 611cce59546d12ae234ec8bb8b9b0656d452ffdd
30474Author: Laurent Dhima <laurenti@alblinux.net>
30475Date:   Tue Feb 1 08:57:25 2005 +0000
30476
30477    Updated Albanian translation.
30478
30479    2005-02-01  Laurent Dhima  <laurenti@alblinux.net>
30480
30481            * sq.po: Updated Albanian translation.
30482
30483 po/ChangeLog |   4 +
30484 po/sq.po     | 381 ++++++++++++++++++++++++++++-------------------------------
30485 2 files changed, 186 insertions(+), 199 deletions(-)
30486
30487commit b12e3d41a2ca9056716ab32e7c5efe2c200484da
30488Author: Vincent van Adrighem <adrighem@gnome.org>
30489Date:   Tue Feb 1 00:48:28 2005 +0000
30490
30491    Translation updated by Taco Witte.
30492
30493    2005-02-01  Vincent van Adrighem  <adrighem@gnome.org>
30494
30495            * nl.po: Translation updated by Taco Witte.
30496
30497 po/ChangeLog |   4 ++
30498 po/nl.po     | 197 +++++++++++++++++++++++++++++++++--------------------------
30499 2 files changed, 114 insertions(+), 87 deletions(-)
30500
30501commit cfb57e63b2332232763d56faeb1fa0d4fa57e835
30502Author: Matthias Clasen <mclasen@redhat.com>
30503Date:   Fri Jan 28 20:51:35 2005 +0000
30504
30505    Use $(destdir), not @destdir@, which is resolved too early.
30506
30507    2005-01-28  Matthias Clasen  <mclasen@redhat.com>
30508
30509            * modes/Makefile.am (commondir):
30510            * Makefile.am (commondir): Use $(destdir), not
30511            @destdir@, which is resolved too early.
30512
30513 xml2po/Makefile.am       | 2 +-
30514 xml2po/modes/Makefile.am | 2 +-
30515 2 files changed, 2 insertions(+), 2 deletions(-)
30516
30517commit 30e15214220ee533a669931982966a156e6cf43e
30518Author: Shaun McCance <shaunm@src.gnome.org>
30519Date:   Thu Jan 27 07:30:20 2005 +0000
30520
30521    - Suppress titleabbrev and remark
30522
30523    * xslt/docbook/html/db2html-suppressed.xsl:
30524    - Suppress titleabbrev and remark
30525
30526    * xslt/docbook/omf/db2omf.xsl:
30527    - Fixed problem with contributor
30528
30529 ChangeLog                                | 8 ++++++++
30530 xslt/docbook/html/db2html-suppressed.xsl | 6 ++++++
30531 xslt/docbook/omf/db2omf.xsl              | 2 +-
30532 3 files changed, 15 insertions(+), 1 deletion(-)
30533
30534commit f521196fd5f33a44b4e2e9465a7878802b00960a
30535Author: Shaun McCance <shaunm@src.gnome.org>
30536Date:   Tue Jan 25 01:14:53 2005 +0000
30537
30538    - Give proper credit.
30539
30540    * ChangeLog:
30541    - Give proper credit.
30542
30543 ChangeLog | 3 ++-
30544 1 file changed, 2 insertions(+), 1 deletion(-)
30545
30546commit a16c0de5675ff83580c957b927d02d8cc0ffea42
30547Author: Shaun McCance <shaunm@src.gnome.org>
30548Date:   Tue Jan 25 01:13:28 2005 +0000
30549
30550    - Dont put gnome-doc-utils.make in DISTCLEANFILES (#160292) (kmarass)
30551
30552    * Makefile.am:
30553    - Dont put gnome-doc-utils.make in DISTCLEANFILES (#160292) (kmarass)
30554
30555 ChangeLog   | 5 +++++
30556 Makefile.am | 3 +--
30557 2 files changed, 6 insertions(+), 2 deletions(-)
30558
30559commit 6156c6779bef60733d6b59241e92de1c862b4df2
30560Author: Alessio Frusciante <algol@src.gnome.org>
30561Date:   Sun Jan 23 21:32:51 2005 +0000
30562
30563    Added Italian translation.
30564
30565 ChangeLog    |   4 +
30566 configure.in |   2 +-
30567 po/ChangeLog |   4 +
30568 po/it.po     | 298 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
30569 4 files changed, 307 insertions(+), 1 deletion(-)
30570
30571commit 994d57ac9905d2a0f7e63ede08f815a34bc54028
30572Author: Shaun McCance <shaunm@src.gnome.org>
30573Date:   Sun Jan 23 07:35:24 2005 +0000
30574
30575    - Changed 'Other Credits' to 'Other Contributors'
30576
30577    * xslt/docbook/html/db2html-info.xsl:
30578    - Changed 'Other Credits' to 'Other Contributors'
30579
30580 ChangeLog                          | 5 +++++
30581 xslt/docbook/html/db2html-info.xsl | 3 ++-
30582 2 files changed, 7 insertions(+), 1 deletion(-)
30583
30584commit 0b5c1c34d1ced1e21f5b9d3f3c5e0e37c16d0eb0
30585Author: Frank Arnold <farnold@cvs.gnome.org>
30586Date:   Thu Jan 20 15:21:17 2005 +0000
30587
30588    Updated German translation.
30589
30590    2005-01-20  Frank Arnold  <farnold@cvs.gnome.org>
30591
30592            * de.po: Updated German translation.
30593
30594 po/ChangeLog |   4 ++
30595 po/de.po     | 193 +++++++++++++++++++++++++++++++----------------------------
30596 2 files changed, 107 insertions(+), 90 deletions(-)
30597
30598commit 62e1406a5ce30a1f381de4b8d8d685d16da1e79e
30599Author: Shaun McCance <shaunm@src.gnome.org>
30600Date:   Thu Jan 20 05:43:57 2005 +0000
30601
30602    - Safely reference db.chunk.info_basename on db.xref.target
30603
30604    * xslt/docbook/common/db-xref.xsl:
30605    - Safely reference db.chunk.info_basename on db.xref.target
30606
30607    * xslt/docbook/html/db2html-division.xsl:
30608    - Put link tags in the head
30609
30610 ChangeLog                              |  8 ++++++
30611 xslt/docbook/common/db-xref.xsl        | 31 ++++++++++++++---------
30612 xslt/docbook/html/db2html-division.xsl | 45 ++++++++++++++++++++++++++++++++++
30613 3 files changed, 72 insertions(+), 12 deletions(-)
30614
30615commit 2c1dc18189d9c7bec7942083f31878c3ea0fc50c
30616Author: Priit Laes <plaes@cvs.gnome.org>
30617Date:   Wed Jan 19 18:52:03 2005 +0000
30618
30619    Added et to ALL_LINGUAS.
30620
30621    2005-01-19  Priit Laes  <plaes@cvs.gnome.org>
30622
30623            * configure.in: Added et to ALL_LINGUAS.
30624
30625 configure.in | 2 +-
30626 1 file changed, 1 insertion(+), 1 deletion(-)
30627
30628commit a0ae3342089d0edb340da6e3659e2e622f6cf316
30629Author: Priit Laes <plaes@cvs.gnome.org>
30630Date:   Wed Jan 19 18:52:00 2005 +0000
30631
30632    Translation added.
30633
30634    2005-01-19  Priit Laes  <plaes@cvs.gnome.org>
30635
30636            * et.po: Translation added.
30637
30638 po/ChangeLog |   4 +
30639 po/et.po     | 289 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
30640 2 files changed, 293 insertions(+)
30641
30642commit d6ecfd4fecdae2ac745b691461b08f9f3cc55eec
30643Author: Shaun McCance <shaunm@src.gnome.org>
30644Date:   Tue Jan 18 06:16:06 2005 +0000
30645
30646    - Don't auto-generate role-based templates when there's no @role
30647
30648    * xslt/gettext/format2xsl.xsl:
30649    - Don't auto-generate role-based templates when there's no @role
30650
30651 ChangeLog                   |  5 ++++
30652 xslt/gettext/format2xsl.xsl | 65 ++++++++++++++++++++++++---------------------
30653 2 files changed, 39 insertions(+), 31 deletions(-)
30654
30655commit 5cee111d7789ca05a62834c8eec7f7a24febd646
30656Author: Shaun McCance <shaunm@src.gnome.org>
30657Date:   Tue Jan 18 02:03:56 2005 +0000
30658
30659    - Added xsltdir variable
30660
30661    * gnome-doc-utils.pc.in:
30662    - Added xsltdir variable
30663
30664    * xslt/docbook/common/db-title.xsl:
30665    - Fixed title templates to apply to $node, not .
30666
30667 ChangeLog                        |  8 ++++++++
30668 gnome-doc-utils.pc.in            | 11 ++++++-----
30669 xslt/docbook/common/db-title.xsl |  6 +++---
30670 3 files changed, 17 insertions(+), 8 deletions(-)
30671
30672commit 5ddc74172b399dce468660675e3bcdad6f164867
30673Author: Shaun McCance <shaunm@src.gnome.org>
30674Date:   Sun Jan 16 23:42:57 2005 +0000
30675
30676    - Adding utility XSLT to extract all chunk IDs
30677
30678    * xslt/docbook/utils/Makefile.am:
30679    * xslt/gettext/format2xsl.xsl:
30680    - Adding utility XSLT to extract all chunk IDs
30681
30682 ChangeLog                      |  6 ++++++
30683 xslt/docbook/utils/Makefile.am |  2 +-
30684 xslt/docbook/utils/chunks.xsl  | 41 ++++++++++++++++++++++++++++++++++++
30685 xslt/gettext/format2xsl.xsl    | 47 ++++++++++++++++++++++++++++++------------
30686 4 files changed, 82 insertions(+), 14 deletions(-)
30687
30688commit 7c716e9a2c4ba4268549224f1d2070aa7e382cb6
30689Author: Raphael Higino <raphaelh@src.gnome.org>
30690Date:   Sun Jan 16 01:19:07 2005 +0000
30691
30692    Updated pt_BR translation
30693
30694 po/ChangeLog |   4 ++
30695 po/pt_BR.po  | 167 +++++++++++++++++++++++++++++------------------------------
30696 2 files changed, 86 insertions(+), 85 deletions(-)
30697
30698commit 72cfe3b9090288f46c442c6b737b74a649bee423
30699Author: Shaun McCance <shaunm@src.gnome.org>
30700Date:   Sun Jan 16 00:25:57 2005 +0000
30701
30702    - Finished implementing titleabbrev and subtitle
30703
30704    * xslt/docbook/common/db-title.xsl:
30705    - Finished implementing titleabbrev and subtitle
30706
30707 ChangeLog                        |   5 +
30708 xslt/docbook/common/db-title.xsl | 785 ++++++++++++++++++++++++++++++++++++++-
30709 2 files changed, 774 insertions(+), 16 deletions(-)
30710
30711commit 6d178687b08a4444d97aa4117712f54ce495ce3b
30712Author: Kjartan Maraas <kmaraas@gnome.org>
30713Date:   Sat Jan 15 22:08:15 2005 +0000
30714
30715    Update
30716
30717    2005-01-15  Kjartan Maraas  <kmaraas@gnome.org>
30718
30719            * nb.po: Update
30720
30721 po/ChangeLog |   4 ++
30722 po/nb.po     | 199 ++++++++++++++++++++++++++++++++---------------------------
30723 2 files changed, 113 insertions(+), 90 deletions(-)
30724
30725commit a17c1653ee3ec08d6e2b9ae3f440756aee4515e2
30726Author: Shaun McCance <shaunm@src.gnome.org>
30727Date:   Fri Jan 14 00:04:47 2005 +0000
30728
30729    - Version 1.1.2
30730
30731    * NEWS:
30732    * configure.in:
30733    - Version 1.1.2
30734
30735 ChangeLog    |  6 ++++++
30736 NEWS         | 13 +++++++++++++
30737 configure.in |  2 +-
30738 3 files changed, 20 insertions(+), 1 deletion(-)
30739
30740commit ca6d1cec6ff179b81098dc129d22fe10003a523c
30741Author: Shaun McCance <shaunm@src.gnome.org>
30742Date:   Thu Jan 13 23:55:30 2005 +0000
30743
30744    - Require libxml2 2.6.12, because we do
30745
30746    * configure.in:
30747    - Require libxml2 2.6.12, because we do
30748
30749    * gnome-doc-utils.make:
30750    - Fixed the elusive distcheck error, more serious than I thought
30751
30752 ChangeLog            | 8 ++++++++
30753 configure.in         | 2 +-
30754 gnome-doc-utils.make | 8 ++++++--
30755 3 files changed, 15 insertions(+), 3 deletions(-)
30756
30757commit fb63bc84351cf2d33ba541ef025a7d49bc121eae
30758Author: Maxim Dziumanenko <mvd@mylinux.com.ua>
30759Date:   Wed Jan 12 13:56:20 2005 +0000
30760
30761    Update Ukrainian translation
30762
30763    2005-01-05  Maxim Dziumanenko <mvd@mylinux.com.ua>
30764
30765            * Update Ukrainian translation
30766
30767 po/ChangeLog |   4 +
30768 po/uk.po     | 380 +++++++++++++++++++++++++++++------------------------------
30769 2 files changed, 188 insertions(+), 196 deletions(-)
30770
30771commit 8717d5e46dec390606374135f0f5bf98b0073d89
30772Author: Tommi Vainikainen <tvainika@src.gnome.org>
30773Date:   Wed Jan 12 11:09:35 2005 +0000
30774
30775    Updated Finnish translation
30776
30777 po/ChangeLog |   4 ++
30778 po/fi.po     | 148 ++++++++++++++++++++++++++++-------------------------------
30779 2 files changed, 73 insertions(+), 79 deletions(-)
30780
30781commit 57b845822558c03f8ab53cdaeba23b0b226855cd
30782Author: Satoru Satoh <ssato@src.gnome.org>
30783Date:   Tue Jan 11 18:00:32 2005 +0000
30784
30785    Updated Japanese translation
30786
30787 po/ja.po | 188 +++++++++++++++++++++++++++++++++++----------------------------
30788 1 file changed, 104 insertions(+), 84 deletions(-)
30789
30790commit e3650ca42117a54f2c75a7289b947ded55168f28
30791Author: Shaun McCance <shaunm@src.gnome.org>
30792Date:   Tue Jan 11 11:16:51 2005 +0000
30793
30794    - Better distuninstallcheck_listfiles
30795
30796    * Makefile.am:
30797    - Better distuninstallcheck_listfiles
30798
30799    * gnome-doc-utils.make:
30800    - Added distclean
30801
30802    * xslt/docbook/omf/db2omf.xsl:
30803    - Allow publishers to be maintainers
30804
30805    * xslt/xsldoc/xsldoc.xsl:
30806    - Fixed validity problems
30807
30808 ChangeLog                   | 14 ++++++++++++++
30809 Makefile.am                 |  3 ++-
30810 gnome-doc-utils.make        |  4 ++++
30811 xslt/docbook/omf/db2omf.xsl | 18 ++++++++++++++----
30812 xslt/xsldoc/xsldoc.xsl      | 13 ++++++++++++-
30813 5 files changed, 46 insertions(+), 6 deletions(-)
30814
30815commit 3806fdb685b06398d81f50b43b1ec8ae0589bbef
30816Author: Shaun McCance <shaunm@src.gnome.org>
30817Date:   Tue Jan 11 07:35:10 2005 +0000
30818
30819    xslt/Makefile.am; - Disabling rngdoc
30820
30821    * configure.in:
30822    * doc/xslt/C/gnome-doc-xslt.xml:
30823    * xslt/Makefile.am;
30824    - Disabling rngdoc
30825
30826    * doc/xslt/C/translating.xml:
30827    - Language improvements
30828
30829    * xslt/docbook/html/db2html-division.xsl:
30830    - Put in stubs for overriding the navbar
30831
30832    * xslt/docbook/html/db2html-refentry.xsl:
30833    - Removed a debugging message I'd left in
30834
30835    * xslt/xsldoc/xsldoc.xsl:
30836    - Various xsldoc output improvements
30837
30838 ChangeLog                              |  19 ++++
30839 configure.in                           |   1 -
30840 doc/xslt/C/gnome-doc-xslt.xml          |   2 -
30841 doc/xslt/C/translating.xml             |   8 +-
30842 xslt/Makefile.am                       |   2 +-
30843 xslt/docbook/html/db2html-division.xsl | 158 +++++++++++++++++++++------------
30844 xslt/docbook/html/db2html-refentry.xsl |   1 -
30845 xslt/xsldoc/xsldoc.xsl                 |  66 ++++++++++----
30846 8 files changed, 178 insertions(+), 79 deletions(-)
30847
30848commit ea60c1293b64f2dfdd99d8d4b0ed5be98713074e
30849Author: Adam Weinberger <adamw@src.gnome.org>
30850Date:   Mon Jan 3 23:39:19 2005 +0000
30851
30852    Updated Canadian English translation.
30853
30854
30855            * en_CA.po: Updated Canadian English translation.
30856
30857 po/ChangeLog |   4 +++
30858 po/en_CA.po  | 113 ++++++++++++++++++-----------------------------------------
30859 2 files changed, 39 insertions(+), 78 deletions(-)
30860
30861commit 718e7c00a282f2401546953e26c2bae39a2aaaf4
30862Author: Christian Rose <menthos@menthos.com>
30863Date:   Mon Jan 3 16:43:34 2005 +0000
30864
30865    Updated Swedish translation.
30866
30867    2005-01-03  Christian Rose  <menthos@menthos.com>
30868
30869            * sv.po: Updated Swedish translation.
30870
30871 po/ChangeLog |   4 +
30872 po/sv.po     | 521 ++++++++++++++++++++++++++++++++++++-----------------------
30873 2 files changed, 326 insertions(+), 199 deletions(-)
30874
30875commit 67358c12d9d9e8feea2cd601fb1e1f77fed2e65e
30876Author: Martin Willemoes Hansen <mwh@src.gnome.org>
30877Date:   Mon Jan 3 15:55:49 2005 +0000
30878
30879    Added Danish (da) to ALL_LINGUAS.
30880
30881            * configure.in: Added Danish (da) to ALL_LINGUAS.
30882
30883 ChangeLog    | 4 ++++
30884 configure.in | 2 +-
30885 2 files changed, 5 insertions(+), 1 deletion(-)
30886
30887commit 3e59d074e728d0a236947b9a2bfed7ca315ee00d
30888Author: Martin Willemoes Hansen <mwh@src.gnome.org>
30889Date:   Mon Jan 3 15:54:57 2005 +0000
30890
30891    Added Danish translation.
30892
30893            * da.po: Added Danish translation.
30894
30895 po/ChangeLog |   4 +
30896 po/da.po     | 303 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
30897 2 files changed, 307 insertions(+)
30898
30899commit 9e0d24c56b99c7e430934a9f9d1c4873c3cee67a
30900Author: Shaun McCance <shaunm@src.gnome.org>
30901Date:   Mon Jan 3 02:10:48 2005 +0000
30902
30903    - Version 0.1.1
30904
30905    * NEWS:
30906    * configure.in:
30907    - Version 0.1.1
30908
30909 ChangeLog    |  6 ++++++
30910 NEWS         | 30 ++++++++++++++++++++++++++++++
30911 configure.in |  2 +-
30912 3 files changed, 37 insertions(+), 1 deletion(-)
30913
30914commit 4ad8d0ac3b0f6882076c8114020ce5b3ecdce0ed
30915Author: Shaun McCance <shaunm@src.gnome.org>
30916Date:   Mon Jan 3 01:57:21 2005 +0000
30917
30918    - Insert dummy paragraphs in refsection to validate
30919
30920    * xslt/xsldoc/xsldoc.xsl:
30921    - Insert dummy paragraphs in refsection to validate
30922
30923 ChangeLog              | 5 +++++
30924 xslt/xsldoc/xsldoc.xsl | 9 +++++++++
30925 2 files changed, 14 insertions(+)
30926
30927commit 0599a95f5e2a0d2a28e18a0872ffa94e2ef79c7c
30928Author: Shaun McCance <shaunm@src.gnome.org>
30929Date:   Mon Jan 3 01:26:35 2005 +0000
30930
30931    - Get the refsections right
30932
30933    * xslt/xsldoc/xsldoc.xsl:
30934    - Get the refsections right
30935
30936 ChangeLog              |  5 +++++
30937 xslt/xsldoc/xsldoc.xsl | 31 ++++++++++++-------------------
30938 2 files changed, 17 insertions(+), 19 deletions(-)
30939
30940commit dac8969ffd6b9b5ce5e4b6d97db0b4274d28b1c2
30941Author: Raphael Higino <raphaelh@src.gnome.org>
30942Date:   Mon Jan 3 01:17:58 2005 +0000
30943
30944    Updated pt_BR translation
30945
30946 po/ChangeLog |   4 +
30947 po/pt_BR.po  | 456 ++++++++++++++++++++++++++++++++++++++---------------------
30948 2 files changed, 296 insertions(+), 164 deletions(-)
30949
30950commit 1f686fb3a6f35a48388c93d48db4d7dbe60fd52e
30951Author: Shaun McCance <shaunm@src.gnome.org>
30952Date:   Mon Jan 3 01:03:01 2005 +0000
30953
30954    - Adding to cvs, because I forgot
30955
30956    * xslt/docbook/common/db-title.xsl:
30957    - Adding to cvs, because I forgot
30958
30959 ChangeLog                        |   5 +
30960 xslt/docbook/common/db-title.xsl | 375 +++++++++++++++++++++++++++++++++++++++
30961 2 files changed, 380 insertions(+)
30962
30963commit beefb38316215cc8979722d6046aeaac80be816e
30964Author: Shaun McCance <shaunm@src.gnome.org>
30965Date:   Mon Jan 3 00:58:46 2005 +0000
30966
30967    - Always output at least one refsection
30968
30969    * xslt/xsldoc/xsldoc.xsl:
30970    - Always output at least one refsection
30971
30972 ChangeLog              |  5 +++++
30973 xslt/xsldoc/xsldoc.xsl | 14 ++++++--------
30974 2 files changed, 11 insertions(+), 8 deletions(-)
30975
30976commit a3590408ad1858d3337fd5218dbbefcc0dd2fa02
30977Author: Miloslav Trmac <mitr@volny.cz>
30978Date:   Sun Jan 2 14:16:38 2005 +0000
30979
30980    Updated Czech translation.
30981
30982    2005-01-02  Miloslav Trmac  <mitr@volny.cz>
30983
30984            * cs.po: Updated Czech translation.
30985
30986 po/ChangeLog |   4 ++
30987 po/cs.po     | 148 ++++++++++++++++++++++++++++-------------------------------
30988 2 files changed, 73 insertions(+), 79 deletions(-)
30989
30990commit e8c58142f44da43019230e2643c5d174e6384722
30991Author: Shaun McCance <shaunm@src.gnome.org>
30992Date:   Sun Jan 2 12:53:28 2005 +0000
30993
30994    - Added db-title.xsl to ease title getting - Automatically output title,
30995
30996    * doc/xslt/C/gnome-doc-xslt.xml:
30997    * xslt/docbook/common/Makefile.am:
30998    * xslt/docbook/common/db-format.xml.in:
30999    * xslt/docbook/common/db-xref.xsl:
31000    * xslt/docbook/html/db2html-division.xsl:
31001    * xslt/docbook/html/db2html.xsl:
31002    * xslt/gettext/format2xsl.xsl:
31003    - Added db-title.xsl to ease title getting
31004    - Automatically output title, titleabbrev, and subtitle roles
31005
31006    * doc/xslt/C/translating.xml:
31007    - Fixed typo
31008
31009 ChangeLog                              |  15 +++++
31010 doc/xslt/C/gnome-doc-xslt.xml          |   1 +
31011 doc/xslt/C/translating.xml             |   2 +-
31012 xslt/docbook/common/Makefile.am        |   1 +
31013 xslt/docbook/common/db-format.xml.in   | 114 +++++++++------------------------
31014 xslt/docbook/common/db-xref.xsl        |  25 ++------
31015 xslt/docbook/html/db2html-division.xsl |   8 +++
31016 xslt/docbook/html/db2html.xsl          |   1 +
31017 xslt/gettext/format2xsl.xsl            |  35 ++++++++--
31018 9 files changed, 89 insertions(+), 113 deletions(-)
31019
31020commit 9cbf28b3b12b5aff56a653e4a16579d31293f848
31021Author: Shaun McCance <shaunm@src.gnome.org>
31022Date:   Sun Jan 2 00:32:56 2005 +0000
31023
31024    - Added very basic HTML generation
31025
31026    * bootstrap.make:
31027    * gnome-doc-utils.make:
31028    - Added very basic HTML generation
31029
31030    * doc/xslt/C/translating.xml:
31031    - Some translator documentation improvements
31032
31033    * xslt/xsldoc/xsldoc.xsl:
31034    - Fix namespace problem
31035
31036 ChangeLog                  | 12 +++++++
31037 bootstrap.make             |  8 +++--
31038 doc/xslt/C/translating.xml | 86 ++++++++++++++++++++++++++++++++++++++++++----
31039 gnome-doc-utils.make       | 22 ++++++++----
31040 xslt/xsldoc/xsldoc.xsl     |  2 +-
31041 5 files changed, 112 insertions(+), 18 deletions(-)
31042
31043commit 524bea7d7578c9279b91241916333ed5a0c2fb2e
31044Author: Francisco Javier F. Serrador <serrador@cvs.gnome.org>
31045Date:   Sat Jan 1 13:43:17 2005 +0000
31046
31047    Updated Spanish translation.
31048
31049    2005-01-01  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
31050
31051            * es.po: Updated Spanish translation.
31052
31053 po/ChangeLog |   4 ++
31054 po/es.po     | 192 +++++++++++++++++++++++++++++++++--------------------------
31055 2 files changed, 110 insertions(+), 86 deletions(-)
31056
31057commit f7b7d1b6c70fa0a78d364b65b1551333f04ab359
31058Author: Žygimantas Beručka <uid0@akl.lt>
31059Date:   Fri Dec 31 16:53:10 2004 +0000
31060
31061    Added Lithuanian translation. Added lt.
31062
31063    2004-12-31  Žygimantas Beručka  <uid0@akl.lt>
31064
31065            * po/lt.po: Added Lithuanian translation.
31066            * configure.in (ALL_LINGUAS): Added lt.
31067
31068 ChangeLog    |   4 +
31069 configure.in |   2 +-
31070 po/ChangeLog |   4 +
31071 po/lt.po     | 326 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
31072 4 files changed, 335 insertions(+), 1 deletion(-)
31073
31074commit a41fe073c1d97c8fa2ec5ae852847bad225d1eb0
31075Author: Marcel Telka <marcel@telka.sk>
31076Date:   Wed Dec 29 21:36:20 2004 +0000
31077
31078    Added sk.
31079
31080    2004-12-29  Marcel Telka  <marcel@telka.sk>
31081
31082            * configure.in (ALL_LINGUAS): Added sk.
31083
31084 ChangeLog    | 4 ++++
31085 configure.in | 2 +-
31086 2 files changed, 5 insertions(+), 1 deletion(-)
31087
31088commit 9d020d55e5005652d26d3559e9c6878ae8598539
31089Author: Marcel Telka <marcel@telka.sk>
31090Date:   Wed Dec 29 21:34:23 2004 +0000
31091
31092    Added Slovak translation.
31093
31094    2004-12-29  Marcel Telka  <marcel@telka.sk>
31095
31096            * sk.po: Added Slovak translation.
31097
31098 po/ChangeLog |   4 +
31099 po/sk.po     | 299 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
31100 2 files changed, 303 insertions(+)
31101
31102commit 3e61255b9db4b0dc7b75e8579d21f49d165df649
31103Author: Shaun McCance <shaunm@src.gnome.org>
31104Date:   Wed Dec 29 06:05:41 2004 +0000
31105
31106    - Removed toc, index, and cover until I actually use them - Changed much
31107
31108    * xslt/docbook/common/db-chunk.xsl:
31109    * xslt/docbook/html/db2html-division.xsl:
31110    * xslt/docbook/html/db2html-info.xsl:
31111    * xslt/docbook/html/db2html-qanda.xsl:
31112    * xslt/docbook/html/db2html-refentry.xsl:
31113    * xslt/docbook/html/db2html.xsl:
31114    - Removed toc, index, and cover until I actually use them
31115    - Changed much of the processing order for chunking
31116    - Changed how the info document is called
31117
31118    * xslt/docbook/common/db-label.xsl:
31119    * xslt/gettext/l10n.xml.in:
31120    - Added 'About This Document' for *info elements
31121
31122 ChangeLog                              |  16 ++
31123 xslt/docbook/common/db-chunk.xsl       | 166 ++++++---------
31124 xslt/docbook/common/db-label.xsl       |   3 +
31125 xslt/docbook/html/db2html-division.xsl | 372 +++++++++++++++++++++++----------
31126 xslt/docbook/html/db2html-info.xsl     | 154 +++++++++++++-
31127 xslt/docbook/html/db2html-qanda.xsl    |   4 +-
31128 xslt/docbook/html/db2html-refentry.xsl |   8 +-
31129 xslt/docbook/html/db2html.xsl          |  14 --
31130 xslt/gettext/l10n.xml.in               |  61 +-----
31131 9 files changed, 503 insertions(+), 295 deletions(-)
31132
31133commit fbd36205e50a3366632c8b69b959c97bb0e8b951
31134Author: Tommi Vainikainen <tvainika@src.gnome.org>
31135Date:   Tue Dec 28 11:15:23 2004 +0000
31136
31137    Updated Finnish translation
31138
31139 po/ChangeLog |  4 ++++
31140 po/fi.po     | 69 ++++++++++++++++++++++++++++++++++++++++++++----------------
31141 2 files changed, 55 insertions(+), 18 deletions(-)
31142
31143commit 2a2f18c270517834a20e458b277710bcee804d11
31144Author: Shaun McCance <shaunm@src.gnome.org>
31145Date:   Tue Dec 28 02:43:45 2004 +0000
31146
31147    - Corrected the use of db.chunk.chunks_
31148
31149    * xslt/docbook/common/db-chunk.xsl:
31150    * xslt/docbook/html/db2html-autotoc.xsl:
31151    - Corrected the use of db.chunk.chunks_
31152
31153    * xslt/docbook/common/db-label.xsl:
31154    - Removed a spurious >
31155
31156 ChangeLog                             |  9 +++++++++
31157 xslt/docbook/common/db-chunk.xsl      | 27 ++++++++++++++++++++-------
31158 xslt/docbook/common/db-label.xsl      |  2 +-
31159 xslt/docbook/html/db2html-autotoc.xsl |  3 ++-
31160 4 files changed, 32 insertions(+), 9 deletions(-)
31161
31162commit b5721c56e89715831f1c4c074587f49e30b5de47
31163Author: Shaun McCance <shaunm@src.gnome.org>
31164Date:   Tue Dec 28 01:12:00 2004 +0000
31165
31166    - Use titleabbrev when available for xrefs
31167
31168    * xslt/docbook/common/db-format.xml.in:
31169    - Use titleabbrev when available for xrefs
31170
31171    * xslt/docbook/common/db-xref.xsl:
31172    - Tooltips for refentry links
31173
31174    * xslt/docbook/html/db2html-autotoc.xsl:
31175    * xslt/docbook/html/db2html-xref.xsl:
31176    - Do tooltips correctly
31177
31178    * xslt/docbook/html/db2html-block.xsl:
31179    - Strip leading newlines from verbatim elements
31180
31181    * xslt/docbook/html/db2html-css.xsl:
31182    - More inclusive sibling matcher
31183
31184    * xslt/docbook/html/db2html.xsl:
31185    - Use the .xhtml extension
31186
31187    * xslt/gettext/format2xsl.xsl:
31188    - Be nicer to %t arguments
31189
31190 ChangeLog                             | 24 +++++++++++
31191 xslt/docbook/common/db-format.xml.in  | 78 ++++++++++++++++++++++++++++-------
31192 xslt/docbook/common/db-xref.xsl       | 21 ++++++++++
31193 xslt/docbook/html/db2html-autotoc.xsl | 19 +++++----
31194 xslt/docbook/html/db2html-block.xsl   | 26 +++++++++++-
31195 xslt/docbook/html/db2html-css.xsl     |  6 +--
31196 xslt/docbook/html/db2html-xref.xsl    | 13 +++---
31197 xslt/docbook/html/db2html.xsl         |  2 +-
31198 xslt/gettext/format2xsl.xsl           |  3 +-
31199 9 files changed, 157 insertions(+), 35 deletions(-)
31200
31201commit d3b9ec2f65a1f61171214e281ce101d53d070353
31202Author: Shaun McCance <shaunm@src.gnome.org>
31203Date:   Mon Dec 27 19:07:48 2004 +0000
31204
31205    - Added scrollkeeper stuff to distuninstallcheck_listfiles
31206
31207    * Makefile.am:
31208    - Added scrollkeeper stuff to distuninstallcheck_listfiles
31209
31210    * doc/xslt/C/translating.xml:
31211    - Type fixes
31212
31213    * po/cs.po:
31214    - Fixed incorrect format string, caused by a bad comment from me
31215
31216    * xslt/docbook/common/db-format.xml.in:
31217    - Changed semantics of 'header' role
31218
31219    * xslt/gettext/format2xsl.xsl:
31220    - Added support for transforming tags in msgstrs
31221
31222    * xslt/docbook/html/db2html-admon.xsl:
31223    * xslt/docbook/html/db2html-autotoc.xsl:
31224    * xslt/docbook/html/db2html-block.xsl:
31225    * xslt/docbook/html/db2html-callout.xsl:
31226    * xslt/docbook/html/db2html-classsynopsis.xsl:
31227    * xslt/docbook/html/db2html-cmdsynopsis.xsl:
31228    * xslt/docbook/html/db2html-css.xsl:
31229    * xslt/docbook/html/db2html-division.xsl:
31230    * xslt/docbook/html/db2html-ebnf.xsl:
31231    * xslt/docbook/html/db2html-funcsynopsis.xsl:
31232    * xslt/docbook/html/db2html-info.xsl:
31233    * xslt/docbook/html/db2html-inline.xsl:
31234    * xslt/docbook/html/db2html-list.xsl:
31235    * xslt/docbook/html/db2html-media.xsl:
31236    * xslt/docbook/html/db2html-qanda.xsl:
31237    * xslt/docbook/html/db2html-refentry.xsl:
31238    * xslt/docbook/html/db2html-table.xsl:
31239    * xslt/docbook/html/db2html-title.xsl:
31240    * xslt/docbook/html/db2html-xref.xsl:
31241    * xslt/docbook/html/db2html.xsl:
31242    - Switched to XHTML
31243    - Worked on the refentry title
31244    - Various visual enhancements
31245
31246 ChangeLog                                   | 41 ++++++++++++++++++
31247 Makefile.am                                 |  2 +
31248 doc/xslt/C/translating.xml                  |  7 +--
31249 po/cs.po                                    |  4 +-
31250 xslt/docbook/common/db-format.xml.in        | 13 +++---
31251 xslt/docbook/html/db2html-admon.xsl         |  2 +
31252 xslt/docbook/html/db2html-autotoc.xsl       |  1 +
31253 xslt/docbook/html/db2html-block.xsl         | 67 ++++++++++++++++++++---------
31254 xslt/docbook/html/db2html-callout.xsl       |  1 +
31255 xslt/docbook/html/db2html-classsynopsis.xsl |  1 +
31256 xslt/docbook/html/db2html-cmdsynopsis.xsl   |  1 +
31257 xslt/docbook/html/db2html-css.xsl           |  3 +-
31258 xslt/docbook/html/db2html-division.xsl      |  1 +
31259 xslt/docbook/html/db2html-ebnf.xsl          |  1 +
31260 xslt/docbook/html/db2html-funcsynopsis.xsl  |  1 +
31261 xslt/docbook/html/db2html-info.xsl          |  1 +
31262 xslt/docbook/html/db2html-inline.xsl        |  1 +
31263 xslt/docbook/html/db2html-list.xsl          |  1 +
31264 xslt/docbook/html/db2html-media.xsl         |  1 +
31265 xslt/docbook/html/db2html-qanda.xsl         |  1 +
31266 xslt/docbook/html/db2html-refentry.xsl      | 42 ++++++++++++++----
31267 xslt/docbook/html/db2html-table.xsl         |  5 ++-
31268 xslt/docbook/html/db2html-title.xsl         | 19 +++-----
31269 xslt/docbook/html/db2html-xref.xsl          |  1 +
31270 xslt/docbook/html/db2html.xsl               | 14 +++++-
31271 xslt/gettext/format2xsl.xsl                 | 24 +++++++++--
31272 26 files changed, 193 insertions(+), 63 deletions(-)
31273
31274commit 7eafc2a4f87b7cdedb9f250dc5404939ea1e6eb8
31275Author: Satoru Satoh <ssato@src.gnome.org>
31276Date:   Mon Dec 27 02:56:12 2004 +0000
31277
31278    Fixed typo (my name ;-)) in ChangeLog
31279
31280 xml2po/ChangeLog | 2 +-
31281 1 file changed, 1 insertion(+), 1 deletion(-)
31282
31283commit 9ee68991a0f0b5c3eaff08e6c78fbf5aadbabe61
31284Author: Miloslav Trmac <mitr@volny.cz>
31285Date:   Sat Dec 25 15:02:16 2004 +0000
31286
31287    Updated Czech translation.
31288
31289    2004-12-25  Miloslav Trmac  <mitr@volny.cz>
31290
31291            * cs.po: Updated Czech translation.
31292
31293 po/ChangeLog |  4 ++++
31294 po/cs.po     | 45 +++++++++++++++++++++++++++++++++++----------
31295 2 files changed, 39 insertions(+), 10 deletions(-)
31296
31297commit 145f8e5fcf07a1dfbbcbc43ae313d342362a2ba8
31298Author: Adam Weinberger <adamw@src.gnome.org>
31299Date:   Thu Dec 23 15:40:22 2004 +0000
31300
31301    Updated Canadian English translation.
31302
31303
31304            * en_CA.po: Updated Canadian English translation.
31305
31306 po/ChangeLog |  4 ++++
31307 po/en_CA.po  | 45 +++++++++++++++++++++++++++++++++++----------
31308 2 files changed, 39 insertions(+), 10 deletions(-)
31309
31310commit b04f37eb8d74a1db72795c1197a0615ee155d380
31311Author: Danilo Šegan <danilo@src.gnome.org>
31312Date:   Thu Dec 23 12:57:31 2004 +0000
31313
31314    Updated TODO list.
31315
31316 xml2po/ChangeLog | 4 ++++
31317 xml2po/TODO      | 5 +++++
31318 2 files changed, 9 insertions(+)
31319
31320commit 1a7676c3cc01fb7f59ba9ae8cd935633cafd1fbe
31321Author: Shaun McCance <shaunm@src.gnome.org>
31322Date:   Thu Dec 23 00:59:43 2004 +0000
31323
31324    - Added formatters for manvolnum, refentry labels, and mailto URIs
31325
31326    * xslt/docbook/common/db-format.xml.in:
31327    * xslt/docbook/common/db-label.xsl:
31328    * xslt/docbook/html/db2html-refentry.xsl:
31329    - Added formatters for manvolnum, refentry labels, and mailto URIs
31330
31331    * xslt/docbook/common/db-xref.xsl:
31332    * xslt/docbook/html/db2html-inline.xsl:
31333    * xslt/docbook/html/db2html-xref.xsl:
31334    - Added tooltips to email and ulink
31335
31336    * xslt/docbook/html/db2html-autotoc.xsl:
31337    - Better refentry handling
31338    - Formatting work
31339
31340    * xslt/docbook/html/db2html-block.xsl:
31341    - Suppress bgcolor for synopsis for now
31342
31343    * xslt/docbook/html/db2html-suppressed.xsl:
31344    - Some refentry-related stuff
31345
31346 ChangeLog                                |  22 ++++++
31347 xslt/docbook/common/db-format.xml.in     | 131 +++++++++++++++++++++++++++++--
31348 xslt/docbook/common/db-label.xsl         |  11 ++-
31349 xslt/docbook/common/db-xref.xsl          |  38 ++++++++-
31350 xslt/docbook/html/db2html-autotoc.xsl    |  56 +++++--------
31351 xslt/docbook/html/db2html-block.xsl      |   2 +-
31352 xslt/docbook/html/db2html-inline.xsl     |   8 +-
31353 xslt/docbook/html/db2html-refentry.xsl   |   8 ++
31354 xslt/docbook/html/db2html-suppressed.xsl |   4 +
31355 xslt/docbook/html/db2html-xref.xsl       |   4 +-
31356 10 files changed, 235 insertions(+), 49 deletions(-)
31357
31358commit de8cfd5df4d4a28ede1f1b60943d2a8c725d7152
31359Author: Shaun McCance <shaunm@src.gnome.org>
31360Date:   Wed Dec 22 22:38:20 2004 +0000
31361
31362    - Fixed broken format string
31363
31364    * po/bg.po:
31365    - Fixed broken format string
31366
31367    * xslt/docbook/common/db-format.xml.in:
31368    * xslt/docbook/common/db-label.xsl
31369    - Added formatters for part labels
31370
31371    * xslt/docbook/html/db2html-admon.xsl:
31372    * xslt/docbook/html/db2html-block.xsl:
31373    * xslt/docbook/html/db2html-css.xsl:
31374    * xslt/docbook/html/db2html-list.xsl:
31375    * xslt/docbook/html/db2html-table.xsl:
31376    * xslt/docbook/html/db2html-title.xsl:
31377    - Formatting improvements, using proportional units
31378
31379    * xslt/gettext/format2xsl.xsl:
31380    - Print the language for errors
31381
31382 ChangeLog                            | 20 +++++++++
31383 po/bg.po                             |  4 +-
31384 xslt/docbook/common/db-format.xml.in | 74 ++++++++++++++++++++++++++++++++
31385 xslt/docbook/common/db-label.xsl     | 26 ++++++++---
31386 xslt/docbook/html/db2html-admon.xsl  |  8 +---
31387 xslt/docbook/html/db2html-block.xsl  | 83 ++++++++++++++++++++++++++++--------
31388 xslt/docbook/html/db2html-css.xsl    | 13 +++++-
31389 xslt/docbook/html/db2html-list.xsl   | 20 +++++----
31390 xslt/docbook/html/db2html-table.xsl  |  7 +--
31391 xslt/docbook/html/db2html-title.xsl  | 24 ++++++++---
31392 xslt/gettext/format2xsl.xsl          |  1 +
31393 11 files changed, 225 insertions(+), 55 deletions(-)
31394
31395commit 9e3727204744780346a42d7ee8fea6fb1e1ab664
31396Author: Shaun McCance <shaunm@src.gnome.org>
31397Date:   Wed Dec 22 04:12:15 2004 +0000
31398
31399    - Basic navbar linking implemented - Added base 'xref' role for label
31400
31401    * xslt/docbook/common/db-chunk.xsl:
31402    * xslt/docbook/common/db-format.xml.in:
31403    * xslt/docbook/common/db-label.xsl:
31404    * xslt/docbook/common/db-xref.xsl:
31405    * xslt/docbook/html/db2html-admon.xsl:
31406    * xslt/docbook/html/db2html-autotoc.xsl:
31407    * xslt/docbook/html/db2html-block.xsl:
31408    * xslt/docbook/html/db2html-division.xsl:
31409    * xslt/docbook/html/db2html-list.xsl:
31410    * xslt/docbook/html/db2html-table.xsl:
31411    * xslt/docbook/html/db2html-title.xsl:
31412    - Basic navbar linking implemented
31413    - Added base 'xref' role for label formatters
31414    - Changed admonition formatting
31415    - Fixed some other formatting
31416
31417 ChangeLog                              |  18 +++
31418 xslt/docbook/common/db-chunk.xsl       | 203 ++++++++++++++++++++++++++++-----
31419 xslt/docbook/common/db-format.xml.in   |  24 +++-
31420 xslt/docbook/common/db-label.xsl       |   2 +-
31421 xslt/docbook/common/db-xref.xsl        |   3 +-
31422 xslt/docbook/html/db2html-admon.xsl    | 178 +++++++++++------------------
31423 xslt/docbook/html/db2html-autotoc.xsl  |   7 ++
31424 xslt/docbook/html/db2html-block.xsl    |   4 -
31425 xslt/docbook/html/db2html-division.xsl |  54 +++++++++
31426 xslt/docbook/html/db2html-list.xsl     |   2 +-
31427 xslt/docbook/html/db2html-table.xsl    |  20 +++-
31428 xslt/docbook/html/db2html-title.xsl    |   4 +
31429 12 files changed, 362 insertions(+), 157 deletions(-)
31430
31431commit 3f4dca68c9b3674f6b2c5047abc63d78cf5c2fac
31432Author: Alexander Shopov <ash@contact.bg>
31433Date:   Sun Dec 19 17:13:08 2004 +0000
31434
31435    Added Bulgarian translation
31436
31437    2004-12-19  Alexander Shopov  <ash@contact.bg>
31438
31439            * Added Bulgarian translation
31440
31441 ChangeLog    |   4 +
31442 configure.in |   2 +-
31443 po/ChangeLog |   5 +
31444 po/bg.po     | 355 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
31445 4 files changed, 365 insertions(+), 1 deletion(-)
31446
31447commit 752eecea34684102fcd553fdf084bfc7cbeab879
31448Author: Kostas Papadimas <pkst@src.gnome.org>
31449Date:   Wed Dec 15 11:02:23 2004 +0000
31450
31451    Updated Greek Translation.
31452
31453 po/ChangeLog |  4 ++++
31454 po/el.po     | 14 +++++++++-----
31455 2 files changed, 13 insertions(+), 5 deletions(-)
31456
31457commit ad987e7553b93bb8f0292b469f1de52dd6a9d374
31458Author: Kostas Papadimas <pkst@src.gnome.org>
31459Date:   Wed Dec 15 09:51:56 2004 +0000
31460
31461    Added Greek Translation.
31462
31463 ChangeLog    |   4 +
31464 configure.in |   2 +-
31465 po/ChangeLog |   4 +
31466 po/el.po     | 312 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
31467 4 files changed, 321 insertions(+), 1 deletion(-)
31468
31469commit 3fc6d11fa9a469cf5733fbc7f57ce0f3a79b0867
31470Author: Tommi Vainikainen <tvainika@src.gnome.org>
31471Date:   Tue Dec 14 06:57:32 2004 +0000
31472
31473    Fixes to Finnish translation for correct xsl usage
31474
31475 po/fi.po | 30 +++++++++++-------------------
31476 1 file changed, 11 insertions(+), 19 deletions(-)
31477
31478commit b76ac8dbd25392fd3869a44e596622b1624d0692
31479Author: Tommi Vainikainen <tvainika@src.gnome.org>
31480Date:   Mon Dec 13 23:19:55 2004 +0000
31481
31482    Added Finnish translation
31483
31484 ChangeLog    |   4 +
31485 configure.in |   2 +-
31486 po/ChangeLog |   4 +
31487 po/fi.po     | 351 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
31488 4 files changed, 360 insertions(+), 1 deletion(-)
31489
31490commit 42e2341be43cd2e0e5a84c0e279f595875a25558
31491Author: Miloslav Trmac <mitr@volny.cz>
31492Date:   Sat Dec 11 21:40:38 2004 +0000
31493
31494    Updated Czech translation.
31495
31496    2004-12-11  Miloslav Trmac  <mitr@volny.cz>
31497
31498            * cs.po: Updated Czech translation.
31499
31500 po/ChangeLog | 4 ++++
31501 po/cs.po     | 9 +++++++--
31502 2 files changed, 11 insertions(+), 2 deletions(-)
31503
31504commit 010744d08307006891c247a2c5d57fd6a3eb7a23
31505Author: Duarte Loreto <happyguy_pt@hotmail.com>
31506Date:   Sat Dec 11 13:17:45 2004 +0000
31507
31508    Updated Portuguese translation.
31509
31510    2004-12-11  Duarte Loreto <happyguy_pt@hotmail.com>
31511
31512            * pt.po: Updated Portuguese translation.
31513
31514 po/ChangeLog |   4 +
31515 po/pt.po     | 433 +++++++++++++++++++++++++++++++++++++----------------------
31516 2 files changed, 276 insertions(+), 161 deletions(-)
31517
31518commit 63d3277d06e780ed6d63ddbbf13b4058a6eb7c28
31519Author: Hendrik Brandt <heb@gnome-de.org>
31520Date:   Fri Dec 10 13:46:13 2004 +0000
31521
31522    Updated German translation.
31523
31524    2004-12-10  Hendrik Brandt  <heb@gnome-de.org>
31525
31526            * de.po: Updated German translation.
31527
31528 po/ChangeLog | 4 ++++
31529 po/de.po     | 9 +++++++--
31530 2 files changed, 11 insertions(+), 2 deletions(-)
31531
31532commit 8ce98fdce1a149db2f65f4970facf4eb610fa17b
31533Author: Adam Weinberger <adamw@src.gnome.org>
31534Date:   Fri Dec 10 05:57:32 2004 +0000
31535
31536    Updated Canadian English translation.
31537
31538
31539            * en_CA.po: Updated Canadian English translation.
31540
31541 po/ChangeLog |  4 ++++
31542 po/en_CA.po  | 11 ++++++++---
31543 2 files changed, 12 insertions(+), 3 deletions(-)
31544
31545commit 08a31a13811cba40af4efd375c339e2e1914e519
31546Author: Shaun McCance <shaunm@src.gnome.org>
31547Date:   Fri Dec 10 00:47:40 2004 +0000
31548
31549    - glossary work, particularly on glosssee
31550
31551    * xslt/docbook/common/db-format.xml.in:
31552    * xslt/docbook/common/db-label.xsl:
31553    * xslt/docbook/common/db-xref.xsl:
31554    * xslt/docbook/html/db2html-block.xsl:
31555    * xslt/docbook/html/db2html-division.xsl:
31556    * xslt/docbook/html/db2html-title.xsl:
31557    * xslt/docbook/html/db2html-xref.xsl:
31558    - glossary work, particularly on glosssee
31559
31560 ChangeLog                              | 11 +++++++++++
31561 xslt/docbook/common/db-format.xml.in   | 28 ++++++++++++++++++++++++++++
31562 xslt/docbook/common/db-label.xsl       |  9 ++++++---
31563 xslt/docbook/common/db-xref.xsl        | 29 +++++++++++++++++++++++++++++
31564 xslt/docbook/html/db2html-block.xsl    | 27 ++++++++++++++++++++++++++-
31565 xslt/docbook/html/db2html-division.xsl |  7 +++++++
31566 xslt/docbook/html/db2html-title.xsl    |  8 +++++++-
31567 xslt/docbook/html/db2html-xref.xsl     | 11 ++++++-----
31568 8 files changed, 120 insertions(+), 10 deletions(-)
31569
31570commit 9bcc33ed4cf1add4fd8233bb62f8a1ba944411b0
31571Author: Shaun McCance <shaunm@src.gnome.org>
31572Date:   Thu Dec 9 00:34:24 2004 +0000
31573
31574    - Added gnome-doc-prepare.in, renamed from danilo's shaunize
31575
31576    * Makefile.am:
31577    * configure.in:
31578    * gnome-doc-prepare.in:
31579    - Added gnome-doc-prepare.in, renamed from danilo's shaunize
31580
31581 ChangeLog            |   7 ++
31582 Makefile.am          |   3 +
31583 configure.in         |   1 +
31584 gnome-doc-prepare.in | 310 +++++++++++++++++++++++++++++++++++++++++++++++++++
31585 4 files changed, 321 insertions(+)
31586
31587commit f3f3151aa9d5e925c90075ba0bc0af8b339c42e9
31588Author: Shaun McCance <shaunm@src.gnome.org>
31589Date:   Wed Dec 8 22:59:48 2004 +0000
31590
31591    - Put file:// in the URL
31592
31593    * xslt/docbook/omf/db2omf.xsl:
31594    - Put file:// in the URL
31595
31596 ChangeLog                   | 5 +++++
31597 xslt/docbook/omf/db2omf.xsl | 1 +
31598 2 files changed, 6 insertions(+)
31599
31600commit 6883ed378587aa4cd5e400d9c41a42f6c09df33b
31601Author: Miloslav Trmac <mitr@volny.cz>
31602Date:   Tue Dec 7 17:23:03 2004 +0000
31603
31604    Updated Czech translation.
31605
31606    2004-12-07  Miloslav Trmac  <mitr@volny.cz>
31607
31608            * cs.po: Updated Czech translation.
31609
31610 po/ChangeLog | 4 ++++
31611 po/cs.po     | 8 ++++----
31612 2 files changed, 8 insertions(+), 4 deletions(-)
31613
31614commit 27b50806170b0aaeaba7776c2351380f93e34b83
31615Author: Hendrik Brandt <heb@gnome-de.org>
31616Date:   Tue Dec 7 12:35:50 2004 +0000
31617
31618    Updated German translation.
31619
31620    2004-12-07  Hendrik Brandt  <heb@gnome-de.org>
31621
31622            * de.po: Updated German translation.
31623
31624 po/ChangeLog |  4 +++
31625 po/de.po     | 86 +++++++++++++++++++++++++++++++++++-------------------------
31626 2 files changed, 55 insertions(+), 35 deletions(-)
31627
31628commit a5e4db1560f770e452abd14c6ecca868ca01659c
31629Author: Danilo Šegan <danilo@src.gnome.org>
31630Date:   Tue Dec 7 10:26:39 2004 +0000
31631
31632    Not usable as a module.
31633
31634 xml2po/ChangeLog | 4 ++++
31635 xml2po/xml2po.py | 1 +
31636 2 files changed, 5 insertions(+)
31637
31638commit e276120fcac6008aea0fb30dfae4143d59f7d8a2
31639Author: Danilo Šegan <danilo@src.gnome.org>
31640Date:   Tue Dec 7 10:24:07 2004 +0000
31641
31642    Apply Satoru's patch for bug #160354.
31643
31644 xml2po/ChangeLog |  7 ++++++
31645 xml2po/xml2po.py | 68 +++++++++++++++++++++++++++++++-------------------------
31646 2 files changed, 45 insertions(+), 30 deletions(-)
31647
31648commit 4715ae350de841781fcce462f7db8eb217b9e99d
31649Author: Funda Wang <fwang@src.gnome.org>
31650Date:   Mon Dec 6 04:03:52 2004 +0000
31651
31652    Added Simplified Chinese translation
31653
31654 configure.in | 2 +-
31655 1 file changed, 1 insertion(+), 1 deletion(-)
31656
31657commit 542d8ec16847001b788e16f94834384523bffe6e
31658Author: Francisco Javier F. Serrador <serrador@cvs.gnome.org>
31659Date:   Sun Dec 5 00:17:11 2004 +0000
31660
31661    Updated Spanish translation.
31662
31663    2004-12-05  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
31664
31665            * es.po: Updated Spanish translation.
31666
31667 po/ChangeLog |   4 +
31668 po/es.po     | 431 ++++++++++++++++++++++++++++++++++++-----------------------
31669 2 files changed, 270 insertions(+), 165 deletions(-)
31670
31671commit 6a0128cb292ff1338f0f739b980601555a927c9e
31672Author: Shaun McCance <shaunm@src.gnome.org>
31673Date:   Wed Dec 1 22:54:51 2004 +0000
31674
31675    - More robust refentry title stuff
31676
31677    * xslt/docbook/html/db2html-autotoc.xsl:
31678    * xslt/docbook/html/db2html-refentry.xsl:
31679    - More robust refentry title stuff
31680
31681 ChangeLog                              |  6 ++++++
31682 xslt/docbook/html/db2html-autotoc.xsl  | 24 ++++++++++++++++++++++--
31683 xslt/docbook/html/db2html-refentry.xsl |  2 +-
31684 3 files changed, 29 insertions(+), 3 deletions(-)
31685
31686commit d94aa98b36c3d3aa795d7ce950bcb16a4500115f
31687Author: Shaun McCance <shaunm@src.gnome.org>
31688Date:   Wed Dec 1 22:48:28 2004 +0000
31689
31690    - Autotoc li for refentry
31691
31692    * xslt/docbook/html/db2html-autotoc.xsl:
31693    - Autotoc li for refentry
31694
31695 ChangeLog                             |  5 +++++
31696 xslt/docbook/html/db2html-autotoc.xsl | 22 +++++++++++++++++++++-
31697 2 files changed, 26 insertions(+), 1 deletion(-)
31698
31699commit c045dd7adcad0d2d9fc46a3f5724d001bd68c19e
31700Author: Shaun McCance <shaunm@src.gnome.org>
31701Date:   Wed Dec 1 22:21:01 2004 +0000
31702
31703    - Removed the broken format.example.label translation
31704
31705    * po/cs.po:
31706    - Removed the broken format.example.label translation
31707
31708    * xslt/docbook/common/db-format.xml.in:
31709    - Fixed my broken comment to translators
31710
31711    * xslt/docbook/html/db2html-css.xsl:
31712    * xslt/docbook/html/db2html-refentry.xsl:
31713    * xslt/docbook/html/db2html-title.xsl:
31714    - Some refentry work
31715
31716 ChangeLog                              | 13 +++++++
31717 po/cs.po                               | 10 +++---
31718 xslt/docbook/common/db-format.xml.in   |  2 +-
31719 xslt/docbook/html/db2html-css.xsl      |  1 +
31720 xslt/docbook/html/db2html-refentry.xsl | 66 +++++++++++++++++++++++++---------
31721 xslt/docbook/html/db2html-title.xsl    | 17 ++++-----
31722 6 files changed, 78 insertions(+), 31 deletions(-)
31723
31724commit 692411ad85e6f7d4ed088cdc52605b196a891ef9
31725Author: Funda Wang <fwang@src.gnome.org>
31726Date:   Mon Nov 29 12:29:07 2004 +0000
31727
31728    Added Simplified Chinese translation
31729
31730 po/ChangeLog |   4 +
31731 po/zh_CN.po  | 312 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
31732 2 files changed, 316 insertions(+)
31733
31734commit b92cd2ce8a61e0a718f288a9947eac651feea38b
31735Author: Satoru Satoh <ssato@src.gnome.org>
31736Date:   Thu Nov 25 07:27:02 2004 +0000
31737
31738    update po/ja.po
31739
31740 po/ChangeLog | 26 +++++++++++++++-----------
31741 po/ja.po     | 50 +++++++++++++++++++++++---------------------------
31742 2 files changed, 38 insertions(+), 38 deletions(-)
31743
31744commit 2c6411ed7ab4da7af6cc84fe6730d93bb9884a97
31745Author: Shaun McCance <shaunm@src.gnome.org>
31746Date:   Thu Nov 25 06:05:45 2004 +0000
31747
31748    - Fixed my own stupidity
31749
31750    * gnome-doc-utils.make:
31751    - Fixed my own stupidity
31752
31753 ChangeLog            | 5 +++++
31754 gnome-doc-utils.make | 4 ----
31755 2 files changed, 5 insertions(+), 4 deletions(-)
31756
31757commit dfc44cf6df677fe6d3f3482089ef562a7da366ac
31758Author: Shaun McCance <shaunm@src.gnome.org>
31759Date:   Thu Nov 25 04:11:20 2004 +0000
31760
31761    - Adding a missing \
31762
31763    * gnome-doc-utils.make:
31764    - Adding a missing \
31765
31766    * xslt/docbook/html/db2html-css.xsl:
31767    - Added padding-top
31768
31769 ChangeLog                         | 8 ++++++++
31770 gnome-doc-utils.make              | 6 +++++-
31771 xslt/docbook/html/db2html-css.xsl | 1 +
31772 3 files changed, 14 insertions(+), 1 deletion(-)
31773
31774commit c6a0ce67e8555e01d0806b47dc8b4d1a15cfbe37
31775Author: Vincent van Adrighem <adrighem@gnome.org>
31776Date:   Wed Nov 24 22:11:05 2004 +0000
31777
31778    Translation updated by Taco Witte.
31779
31780    2004-11-24  Vincent van Adrighem  <adrighem@gnome.org>
31781
31782            * nl.po: Translation updated by Taco Witte.
31783
31784 po/ChangeLog |   4 +
31785 po/nl.po     | 291 ++++++++++++++++++++++++++++++++++++-----------------------
31786 2 files changed, 180 insertions(+), 115 deletions(-)
31787
31788commit 3c10117c7d320aa1f53098fbc4c97667f87990f6
31789Author: Shaun McCance <shaunm@src.gnome.org>
31790Date:   Wed Nov 24 21:52:25 2004 +0000
31791
31792    - More robust DOCTYPE extractor - Made -fig targets for dist, install, and
31793
31794    * gnome-doc-utils.make:
31795    - More robust DOCTYPE extractor
31796    - Made -fig targets for dist, install, and uninstall, to avoid sh problems
31797
31798 ChangeLog            |  6 ++++
31799 gnome-doc-utils.make | 96 +++++++++++++++++++++++++++++++---------------------
31800 2 files changed, 63 insertions(+), 39 deletions(-)
31801
31802commit a3ceeb79879c3bc415f02b539358aa9c7e100118
31803Author: Amanpreet Singh Alam <aman@src.gnome.org>
31804Date:   Wed Nov 24 10:41:14 2004 +0000
31805
31806    add Punjabi pa.po
31807
31808 po/ChangeLog |   4 +
31809 po/pa.po     | 315 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
31810 2 files changed, 319 insertions(+)
31811
31812commit 4fc1ccda6c3f346a5fae51e9a5ddd36133b039d7
31813Author: Amanpreet Singh Alam <aman@src.gnome.org>
31814Date:   Wed Nov 24 10:32:27 2004 +0000
31815
31816    Add Punjabi (pa)
31817
31818 ChangeLog    | 4 ++++
31819 configure.in | 2 +-
31820 2 files changed, 5 insertions(+), 1 deletion(-)
31821
31822commit 6ca0290ae10f936ed86f06eca9fdf28ad1184d7f
31823Author: Shaun McCance <shaunm@src.gnome.org>
31824Date:   Tue Nov 23 22:57:28 2004 +0000
31825
31826    - Made install and uninstall rules for figures - Fixed the
31827
31828    * gnome-doc-utils.make:
31829    - Made install and uninstall rules for figures
31830    - Fixed the scrollkeeper-uninstall call
31831
31832 ChangeLog            |  6 ++++++
31833 gnome-doc-utils.make | 27 ++++++++++++++++++++++-----
31834 2 files changed, 28 insertions(+), 5 deletions(-)
31835
31836commit d6189ff8f08af80fe4f2d2ca751ae26d7d641144
31837Author: Satoru Satoh <ssato@src.gnome.org>
31838Date:   Tue Nov 23 16:31:28 2004 +0000
31839
31840    Added Japanese translation
31841
31842 ChangeLog               |   5 +
31843 INSTALL                 | 159 +++++++++++++++---------
31844 configure.in            |   2 +-
31845 po/ChangeLog            |  10 +-
31846 po/ja.po                | 314 ++++++++++++++++++++++++++++++++++++++++++++++++
31847 sandbox/mallard/INSTALL | 159 +++++++++++++++---------
31848 6 files changed, 535 insertions(+), 114 deletions(-)
31849
31850commit 630d2eea9329263cac7f416aba6197bbad87ada0
31851Author: Shaun McCance <shaunm@src.gnome.org>
31852Date:   Mon Nov 22 23:28:58 2004 +0000
31853
31854    - Setting and disting figures, still need to install and uninstall
31855
31856    * gnome-doc-utils.make:
31857    - Setting and disting figures, still need to install and uninstall
31858
31859 ChangeLog            |  5 +++++
31860 gnome-doc-utils.make | 30 ++++++++++++++++++++++++++++++
31861 2 files changed, 35 insertions(+)
31862
31863commit 51634fabdb63e7ec3b1fdeab2e93355ae244419e
31864Author: Shaun McCance <shaunm@src.gnome.org>
31865Date:   Mon Nov 22 01:58:49 2004 +0000
31866
31867    - Added plural form for sr
31868
31869    * xslt/gettext/gettext.xsl:
31870    - Added plural form for sr
31871
31872 ChangeLog                | 5 +++++
31873 xslt/gettext/gettext.xsl | 4 ++--
31874 2 files changed, 7 insertions(+), 2 deletions(-)
31875
31876commit db9bc308095869c291362bf4ffa3b64422ee6d09
31877Author: Shaun McCance <shaunm@src.gnome.org>
31878Date:   Mon Nov 22 01:50:06 2004 +0000
31879
31880    - Blurb on fallbacks for plural form translations
31881
31882    * doc/xslt/C/translating.xml:
31883    - Blurb on fallbacks for plural form translations
31884
31885 ChangeLog                  |  5 +++++
31886 doc/xslt/C/translating.xml | 11 +++++++++++
31887 2 files changed, 16 insertions(+)
31888
31889commit 12f81ab72e3f79461639ae86a9cf0854926feba8
31890Author: David Lodge <dave@cirt.net>
31891Date:   Sun Nov 21 23:08:12 2004 +0000
31892
31893    Updated British English translation.
31894
31895    2004-11-21  David Lodge <dave@cirt.net>
31896
31897            * en_GB.po: Updated British English translation.
31898
31899 po/ChangeLog |   4 +
31900 po/en_GB.po  | 276 ++++++++++++++++++++++++-----------------------------------
31901 2 files changed, 114 insertions(+), 166 deletions(-)
31902
31903commit da9e1f34d64a07f84310d541add12f3345af5318
31904Author: Shaun McCance <shaunm@src.gnome.org>
31905Date:   Sun Nov 21 22:25:04 2004 +0000
31906
31907    - OMF has description, not purpose. Bad search and replace.
31908
31909    * xslt/docbook/omf/db2omf.xsl:
31910    - OMF has description, not purpose.  Bad search and replace.
31911
31912 ChangeLog                   | 5 +++++
31913 xslt/docbook/omf/db2omf.xsl | 4 ++--
31914 2 files changed, 7 insertions(+), 2 deletions(-)
31915
31916commit 45918e73876c2b774a328a2b123a97007091dff9
31917Author: Danilo Šegan <danilo@src.gnome.org>
31918Date:   Sun Nov 21 19:59:42 2004 +0000
31919
31920    Use scrollkeeper-config for finding localstatedir.
31921
31922 ChangeLog            | 5 +++++
31923 gnome-doc-utils.make | 8 +++++---
31924 2 files changed, 10 insertions(+), 3 deletions(-)
31925
31926commit 2df9969fd9532c52c6392fbaa283de54afb654ea
31927Author: Miloslav Trmac <mitr@volny.cz>
31928Date:   Sat Nov 20 15:25:56 2004 +0000
31929
31930    Updated Czech translation.
31931
31932    2004-11-20  Miloslav Trmac  <mitr@volny.cz>
31933
31934            * cs.po: Updated Czech translation.
31935
31936 po/ChangeLog |  4 ++++
31937 po/cs.po     | 36 ++++++++++++++++++++++--------------
31938 2 files changed, 26 insertions(+), 14 deletions(-)
31939
31940commit e4d1acfcc431f899fb1f50dcfe97e0aa74aac9a6
31941Author: Shaun McCance <shaunm@src.gnome.org>
31942Date:   Sat Nov 20 01:07:54 2004 +0000
31943
31944    - Lots more refentry work
31945
31946    * xslt/docbook/html/db2html-refentry.xsl:
31947    * xslt/docbook/html/db2html-suppressed.xsl:
31948    * xslt/docbook/html/db2html-title.xsl:
31949    - Lots more refentry work
31950
31951 ChangeLog                                |   7 ++
31952 xslt/docbook/html/db2html-refentry.xsl   | 117 +++++++++++++++++++++++++++++++
31953 xslt/docbook/html/db2html-suppressed.xsl |   4 ++
31954 xslt/docbook/html/db2html-title.xsl      |  10 ++-
31955 4 files changed, 137 insertions(+), 1 deletion(-)
31956
31957commit 4568bc71ed411ab48d178bd6b4a6560ddb9304aa
31958Author: Adam Weinberger <adamw@src.gnome.org>
31959Date:   Fri Nov 19 16:53:44 2004 +0000
31960
31961    Updated Canadian English translation.
31962
31963
31964            * en_CA.po: Updated Canadian English translation.
31965
31966 po/ChangeLog |  4 ++++
31967 po/en_CA.po  | 36 ++++++++++++++++++++++--------------
31968 2 files changed, 26 insertions(+), 14 deletions(-)
31969
31970commit 2ce73666a30dc6ee985c0d6e777537b803838681
31971Author: Shaun McCance <shaunm@src.gnome.org>
31972Date:   Fri Nov 19 02:28:04 2004 +0000
31973
31974    - Initial refentry work
31975
31976    * xslt/docbook/html/Makefile.am:
31977    * xslt/docbook/html/db2html.xsl:
31978    * xslt/docbook/html/db2html-refentry.xsl:
31979    * xslt/gettext/l10n.xml.in:
31980    - Initial refentry work
31981
31982    * xslt/docbook/html/db2html-cmdsynopsis.xsl:
31983    * xslt/docbook/html/db2html-css.xsl:
31984    - Fixed some cmdsynopsis bugs, added CSS
31985
31986    * xslt/docbook/html/db2html-division.xsl:
31987    - Added db2html.anchor to db2html.division.content
31988
31989    * xslt/docbook/html/db2html-suppressed.xsl:
31990    - Added partinfo, prefaceinfo, refsynopsisdivinfo
31991
31992    * xslt/docbook/html/db2html-title.xsl:
31993    - Hard-coded title/subtitle class on spans
31994
31995 ChangeLog                                 | 21 ++++++++
31996 xslt/docbook/html/Makefile.am             |  1 +
31997 xslt/docbook/html/db2html-cmdsynopsis.xsl | 20 +++++++-
31998 xslt/docbook/html/db2html-css.xsl         |  1 +
31999 xslt/docbook/html/db2html-division.xsl    |  1 +
32000 xslt/docbook/html/db2html-refentry.xsl    | 83 +++++++++++++++++++++++++++++++
32001 xslt/docbook/html/db2html-suppressed.xsl  |  3 ++
32002 xslt/docbook/html/db2html-title.xsl       |  9 +---
32003 xslt/docbook/html/db2html.xsl             |  3 ++
32004 xslt/gettext/l10n.xml.in                  | 12 +++++
32005 10 files changed, 145 insertions(+), 9 deletions(-)
32006
32007commit 6ca3ae93e0f4fea7abad26669dfb9923072f7fe8
32008Author: Shaun McCance <shaunm@src.gnome.org>
32009Date:   Thu Nov 18 23:45:31 2004 +0000
32010
32011    - Stringify result of db.chunk.chunk-id
32012
32013    * xslt/docbook/common/db-chunk.xsl:
32014    - Stringify result of db.chunk.chunk-id
32015
32016    * xslt/docbook/common/db-xref.xsl:
32017    - Fix top-level links when not($db.chunk.chunk_top)
32018
32019 ChangeLog                        |  8 ++++++++
32020 xslt/docbook/common/db-chunk.xsl |  3 ++-
32021 xslt/docbook/common/db-xref.xsl  | 12 ++++++++++--
32022 3 files changed, 20 insertions(+), 3 deletions(-)
32023
32024commit c0480252efe33cb0d07756de574cb07d26aafe51
32025Author: Adam Weinberger <adamw@src.gnome.org>
32026Date:   Thu Nov 18 23:36:18 2004 +0000
32027
32028    Updated Canadian English translation.
32029
32030
32031            * en_CA.po: Updated Canadian English translation.
32032
32033 po/ChangeLog |  4 ++++
32034 po/en_CA.po  | 39 ++++++++++++++++++++++-----------------
32035 2 files changed, 26 insertions(+), 17 deletions(-)
32036
32037commit 7b8e509ca43edba5e6e6e0ac5860bc6c38926935
32038Author: Shaun McCance <shaunm@src.gnome.org>
32039Date:   Thu Nov 18 20:24:47 2004 +0000
32040
32041    - Documentation changes
32042
32043    * xslt/docbook/common/db-chunk.xsl:
32044    - Documentation changes
32045
32046    * xslt/docbook/html/db2html-division.xsl:
32047    * xslt/docbook/html/db2html-title.xsl
32048    - Fixed bug where titlepages weren't being generated
32049    - Added parameter for sans-title divisions to pass a title
32050    - Implemented dedication and simplesect
32051
32052    * xslt/docbook/html/db2html-inline.xsl:
32053    - Implemented uri element
32054
32055    * xslt/docbook/html/db2html-suppressed.xsl:
32056    - Suppress glossaryinfo
32057
32058    * xslt/docbook/html/db2html-info.xsl:
32059    - Wrap titlepages in <html> and all that
32060    - Some work on revhistory
32061
32062 ChangeLog                                |  21 ++++
32063 xslt/docbook/common/db-chunk.xsl         |  10 +-
32064 xslt/docbook/html/db2html-division.xsl   | 105 ++++++++++++++++----
32065 xslt/docbook/html/db2html-info.xsl       | 112 +++++++++++++---------
32066 xslt/docbook/html/db2html-inline.xsl     |   7 ++
32067 xslt/docbook/html/db2html-suppressed.xsl |   1 +
32068 xslt/docbook/html/db2html-title.xsl      | 160 +++++++++++++++++++++----------
32069 7 files changed, 297 insertions(+), 119 deletions(-)
32070
32071commit f1ad4c28409d8aab870cb96f24c389ee8bf7f7dd
32072Author: Kjartan Maraas <kmaraas@gnome.org>
32073Date:   Tue Nov 16 16:54:53 2004 +0000
32074
32075    Add «nb» to ALL_LINGUAS.
32076
32077    2004-11-16  Kjartan Maraas  <kmaraas@gnome.org>
32078
32079            * configure.in: Add «nb» to ALL_LINGUAS.
32080
32081 ChangeLog    | 4 ++++
32082 configure.in | 2 +-
32083 2 files changed, 5 insertions(+), 1 deletion(-)
32084
32085commit 950f830eedd17b4093dfb2f42ce0eebf6cde496c
32086Author: Kjartan Maraas <kmaraas@gnome.org>
32087Date:   Tue Nov 16 16:53:40 2004 +0000
32088
32089    Add this.
32090
32091    2004-11-16  Kjartan Maraas  <kmaraas@gnome.org>
32092
32093            * nb.po: Add this.
32094
32095 po/ChangeLog |   4 +
32096 po/nb.po     | 302 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
32097 2 files changed, 306 insertions(+)
32098
32099commit fe320bd4446a63d3c9f9495e4723c852e921cd94
32100Author: Shaun McCance <shaunm@src.gnome.org>
32101Date:   Tue Nov 16 02:33:22 2004 +0000
32102
32103    - Fixed wrong chunk depth code
32104
32105    * xslt/docbook/common/db-chunk.xsl:
32106    - Fixed wrong chunk depth code
32107
32108    * xslt/docbook/common/db-xref.xsl:
32109    - Removed spurious # links to tops of pages
32110
32111    * xslt/docbook/html/db2html-autotoc.xsl:
32112    * xslt/docbook/html/db2html-css.xsl:
32113    - Some CSS and label work
32114
32115    * xslt/docbook/html/db2html-division.xsl:
32116    - Allow $autotoc_depth to be specified
32117
32118    * xslt/docbook/html/db2html-list.xsl:
32119    - Some CSS work
32120
32121    * xslt/docbook/html/db2html-title.xsl:
32122    - Removed label span on top page
32123
32124    * xslt/docbook/html/db2html-xref.xsl:
32125    - Added title attribute to a tags, for tooltips
32126
32127 ChangeLog                              | 24 +++++++++++++++++++++
32128 xslt/docbook/common/db-chunk.xsl       |  6 +++---
32129 xslt/docbook/common/db-xref.xsl        |  8 +++----
32130 xslt/docbook/html/db2html-autotoc.xsl  | 38 +++++++++++++++++++++++++++++-----
32131 xslt/docbook/html/db2html-css.xsl      |  1 +
32132 xslt/docbook/html/db2html-division.xsl | 11 +++++-----
32133 xslt/docbook/html/db2html-list.xsl     | 26 +++++++----------------
32134 xslt/docbook/html/db2html-title.xsl    | 25 ++++++++++++++++++----
32135 xslt/docbook/html/db2html-xref.xsl     | 21 +++++++++++++++----
32136 9 files changed, 116 insertions(+), 44 deletions(-)
32137
32138commit 111868508d4b5df2e475af84acd9f0752cdc90a9
32139Author: Miloslav Trmac <mitr@volny.cz>
32140Date:   Sat Nov 13 11:16:50 2004 +0000
32141
32142    Updated Czech translation.
32143
32144    2004-11-13  Miloslav Trmac  <mitr@volny.cz>
32145
32146            * cs.po: Updated Czech translation.
32147
32148 po/ChangeLog |  4 ++++
32149 po/cs.po     | 39 ++++++++++++++++++++++-----------------
32150 2 files changed, 26 insertions(+), 17 deletions(-)
32151
32152commit b082aa573829ad46b5acdad93382a70cefd75f22
32153Author: Shaun McCance <shaunm@src.gnome.org>
32154Date:   Fri Nov 12 07:05:39 2004 +0000
32155
32156    - Label formatters for chapters and appendixes
32157
32158    * docbook/common/db-format.xml.in:
32159    * docbook/common/db-label.xsl:
32160    - Label formatters for chapters and appendixes
32161
32162    * docbook/html/db2html-table.xsl:
32163    - Removed the table title border thing
32164
32165    * docbook/html/db2html-title.xsl:
32166    - Put labels on all titles >= h2, no float: right
32167
32168 ChangeLog                            |  12 ++
32169 xslt/docbook/common/db-format.xml.in | 113 +++++------
32170 xslt/docbook/common/db-label.xsl     | 363 ++---------------------------------
32171 xslt/docbook/html/db2html-table.xsl  |  11 +-
32172 xslt/docbook/html/db2html-title.xsl  |  39 ++--
32173 5 files changed, 90 insertions(+), 448 deletions(-)
32174
32175commit 7e68382c390e5ad1b1ea9b2f1a5b46b29a9c50f1
32176Author: Shaun McCance <shaunm@src.gnome.org>
32177Date:   Thu Nov 11 22:11:53 2004 +0000
32178
32179    - Some big speed improvements
32180
32181    * xslt/docbook/common/db-chunk.xsl:
32182    - Some big speed improvements
32183
32184 ChangeLog                        |  5 ++++
32185 xslt/docbook/common/db-chunk.xsl | 57 ++++++++++++++++++++++------------------
32186 2 files changed, 37 insertions(+), 25 deletions(-)
32187
32188commit 39d615036e2b9991bf0cb1b13ee28190efaf9ef9
32189Author: Shaun McCance <shaunm@src.gnome.org>
32190Date:   Thu Nov 11 00:33:52 2004 +0000
32191
32192    - Implemented preface and screeninfo
32193
32194    * xslt/docbook/html/db2html-division.xsl:
32195    * xslt/docbook/html/db2html-suppressed.xsl:
32196    - Implemented preface and screeninfo
32197
32198    * xslt/docbook/html/db2html.xsl:
32199    - Nicer errors on unmatched elements
32200
32201 ChangeLog                                |  9 +++++++++
32202 xslt/docbook/html/db2html-division.xsl   | 18 ++++++++++++++++++
32203 xslt/docbook/html/db2html-suppressed.xsl |  3 +++
32204 xslt/docbook/html/db2html.xsl            | 13 +++++--------
32205 4 files changed, 35 insertions(+), 8 deletions(-)
32206
32207commit 9eabc764a800b8171a556c3beed170f08a2deeba
32208Author: Shaun McCance <shaunm@src.gnome.org>
32209Date:   Wed Nov 10 22:39:42 2004 +0000
32210
32211    - xsldoc changes to ease sibling processing problems
32212
32213    * xslt/docbook/common/db-chunk.xsl:
32214    * xslt/docbook/common/db-common.xsl:
32215    * xslt/docbook/common/db-format.xml.in:
32216    * xslt/docbook/common/db-label.xsl:
32217    * xslt/docbook/common/db-xref.xsl:
32218    * xslt/docbook/html/db2html-admon.xsl:
32219    * xslt/docbook/html/db2html-autotoc.xsl:
32220    * xslt/docbook/html/db2html-block.xsl:
32221    * xslt/docbook/html/db2html-callout.xsl:
32222    * xslt/docbook/html/db2html-classsynopsis.xsl:
32223    * xslt/docbook/html/db2html-cmdsynopsis.xsl:
32224    * xslt/docbook/html/db2html-division.xsl:
32225    * xslt/docbook/html/db2html-funcsynopsis.xsl:
32226    * xslt/docbook/html/db2html-info.xsl:
32227    * xslt/docbook/html/db2html-inline.xsl:
32228    * xslt/docbook/html/db2html-list.xsl:
32229    * xslt/docbook/html/db2html-qanda.xsl:
32230    * xslt/docbook/html/db2html-table.xsl:
32231    * xslt/docbook/html/db2html-title.xsl:
32232    * xslt/docbook/html/db2html-xref.xsl:
32233    * xslt/docbook/omf/db2omf.xsl:
32234    * xslt/gettext/format2xsl.xsl:
32235    * xslt/gettext/gettext.xsl:
32236    * xslt/rngdoc/rngdoc.xsl:
32237    * xslt/xsldoc/xsldoc.xsl:
32238    - xsldoc changes to ease sibling processing problems
32239
32240 ChangeLog                                   |  29 +++
32241 xslt/docbook/common/db-chunk.xsl            | 104 +++++------
32242 xslt/docbook/common/db-common.xsl           |  32 ++--
32243 xslt/docbook/common/db-format.xml.in        | 273 ++++++++++++++--------------
32244 xslt/docbook/common/db-label.xsl            |  28 +--
32245 xslt/docbook/common/db-xref.xsl             |  16 +-
32246 xslt/docbook/html/db2html-admon.xsl         |  48 ++---
32247 xslt/docbook/html/db2html-autotoc.xsl       |  32 ++--
32248 xslt/docbook/html/db2html-block.xsl         |  24 +--
32249 xslt/docbook/html/db2html-callout.xsl       |  44 ++---
32250 xslt/docbook/html/db2html-classsynopsis.xsl |   4 +-
32251 xslt/docbook/html/db2html-cmdsynopsis.xsl   |  20 +-
32252 xslt/docbook/html/db2html-division.xsl      |  44 ++---
32253 xslt/docbook/html/db2html-funcsynopsis.xsl  |   4 +-
32254 xslt/docbook/html/db2html-info.xsl          | 120 ++++++------
32255 xslt/docbook/html/db2html-inline.xsl        |  24 +--
32256 xslt/docbook/html/db2html-list.xsl          |  16 +-
32257 xslt/docbook/html/db2html-qanda.xsl         |   4 +-
32258 xslt/docbook/html/db2html-table.xsl         |  92 +++++-----
32259 xslt/docbook/html/db2html-title.xsl         |  72 ++++----
32260 xslt/docbook/html/db2html-xref.xsl          |   4 +-
32261 xslt/docbook/omf/db2omf.xsl                 | 156 ++++++++--------
32262 xslt/gettext/format2xsl.xsl                 |  14 +-
32263 xslt/gettext/gettext.xsl                    | 171 ++++++++---------
32264 xslt/rngdoc/rngdoc.xsl                      |   8 +-
32265 xslt/xsldoc/xsldoc.xsl                      | 176 ++++++++----------
32266 26 files changed, 788 insertions(+), 771 deletions(-)
32267
32268commit c7b09bc2090d83889945997b2eb6190b7c879c63
32269Author: Adam Weinberger <adamw@src.gnome.org>
32270Date:   Tue Nov 9 22:37:31 2004 +0000
32271
32272    Updated Canadian English translation.
32273
32274
32275            * en_CA.po: Updated Canadian English translation.
32276
32277 po/ChangeLog |   4 ++
32278 po/en_CA.po  | 221 ++++++++++++++++++++++++++++++-----------------------------
32279 2 files changed, 117 insertions(+), 108 deletions(-)
32280
32281commit 541ec76e57d8b59e6a1cbfc9b4cbd674997a639a
32282Author: Hendrik Brandt <hebra@cvs.gnome.org>
32283Date:   Tue Nov 9 20:00:15 2004 +0000
32284
32285    Updated German translation
32286
32287    2004-11-09  Hendrik Brandt  <hebra@cvs.gnome.org>
32288
32289            * de.po: Updated German translation
32290
32291 po/ChangeLog |   4 +
32292 po/de.po     | 326 ++++++++++++++++++++++++++++-------------------------------
32293 2 files changed, 160 insertions(+), 170 deletions(-)
32294
32295commit 3363a16e909f115f71b9708eb86dda605d308c1f
32296Author: Miloslav Trmac <mitr@volny.cz>
32297Date:   Tue Nov 9 14:22:35 2004 +0000
32298
32299    Updated Czech translation.
32300
32301    2004-11-09  Miloslav Trmac  <mitr@volny.cz>
32302
32303            * cs.po: Updated Czech translation.
32304
32305 po/ChangeLog |  4 ++++
32306 po/cs.po     | 21 ++++++++++++++-------
32307 2 files changed, 18 insertions(+), 7 deletions(-)
32308
32309commit 0ac1a5bdc217825b14d4012ee37c10550235805c
32310Author: Shaun McCance <shaunm@src.gnome.org>
32311Date:   Tue Nov 9 03:08:01 2004 +0000
32312
32313    - Fixed copy & paste error in format.quote.inner
32314
32315    * xslt/docbook/common/db-format.xml.in:
32316    - Fixed copy & paste error in format.quote.inner
32317
32318 ChangeLog                            | 5 +++++
32319 xslt/docbook/common/db-format.xml.in | 2 +-
32320 2 files changed, 6 insertions(+), 1 deletion(-)
32321
32322commit 13799a1bd88f3e426616ae7032ff1bf37203c14b
32323Author: Shaun McCance <shaunm@src.gnome.org>
32324Date:   Tue Nov 9 02:50:10 2004 +0000
32325
32326    - Getting some xsldoc stuff into db-format - Watching intltool screw my
32327
32328    * xslt/Makefile.am:
32329    * xslt/docbook/common/db-format.xml.in:
32330    * xslt/xsldoc/xsldoc.xsl:
32331    - Getting some xsldoc stuff into db-format
32332    - Watching intltool screw my XML
32333
32334 ChangeLog                            |  8 ++++++
32335 xslt/Makefile.am                     |  2 +-
32336 xslt/docbook/common/db-format.xml.in | 36 ++++++++++++++++---------
32337 xslt/xsldoc/xsldoc.xsl               | 52 ++++++++++++++++++++++++++++++++++--
32338 4 files changed, 82 insertions(+), 16 deletions(-)
32339
32340commit 1beab226b8fc6d01b3f7cf144b27fe13b308c586
32341Author: Shaun McCance <shaunm@src.gnome.org>
32342Date:   Tue Nov 9 00:41:08 2004 +0000
32343
32344    - Finished the documentation for translating with gettext
32345
32346    * doc/xslt/C/translating.xml:
32347    - Finished the documentation for translating with gettext
32348
32349 ChangeLog                  |  5 ++++
32350 doc/xslt/C/translating.xml | 75 +++++++++++++++++++++++++++++++++++++++++-----
32351 2 files changed, 72 insertions(+), 8 deletions(-)
32352
32353commit 74478e3ac036fcff29934b2deaf385184d649441
32354Author: Miloslav Trmac <mitr@src.gnome.org>
32355Date:   Mon Nov 8 22:59:40 2004 +0000
32356
32357    YAUoCT
32358
32359 po/cs.po | 33 ++++++++++++++++-----------------
32360 1 file changed, 16 insertions(+), 17 deletions(-)
32361
32362commit 54c0eeada883bc507578e86b9fba8a052caae447
32363Author: Shaun McCance <shaunm@src.gnome.org>
32364Date:   Mon Nov 8 22:54:24 2004 +0000
32365
32366    - Big ol' comment for format.citetitle
32367
32368    * xslt/docbook/common/db-format.xml.in:
32369    - Big ol' comment for format.citetitle
32370
32371 ChangeLog                            |  5 +++++
32372 xslt/docbook/common/db-format.xml.in | 14 +++++++++++++-
32373 2 files changed, 18 insertions(+), 1 deletion(-)
32374
32375commit 63bb8864cf70a8fec57892112235666353cc8364
32376Author: Miloslav Trmac <mitr@src.gnome.org>
32377Date:   Mon Nov 8 22:36:42 2004 +0000
32378
32379    Update Czech translation yet again
32380
32381 po/cs.po | 141 ++++++++++++++++++++++++++++++++++++---------------------------
32382 1 file changed, 80 insertions(+), 61 deletions(-)
32383
32384commit 3a784b73c39fe530ff09f6e80bd99243192f5be4
32385Author: Shaun McCance <shaunm@src.gnome.org>
32386Date:   Mon Nov 8 22:23:04 2004 +0000
32387
32388    - Make the comments recognizable by intltool
32389
32390    * xslt/gettext/l10n.xml.in:
32391    - Make the comments recognizable by intltool
32392
32393 ChangeLog                |  5 +++
32394 xslt/gettext/l10n.xml.in | 92 ++++++++++++++++++++++++------------------------
32395 2 files changed, 51 insertions(+), 46 deletions(-)
32396
32397commit 87ec677393ff5d35e927fc6910502aeb3f15cba5
32398Author: Miloslav Trmac <mitr@src.gnome.org>
32399Date:   Mon Nov 8 22:14:30 2004 +0000
32400
32401    Update Czech translation again...
32402
32403 po/cs.po | 22 +++++++++++++++-------
32404 1 file changed, 15 insertions(+), 7 deletions(-)
32405
32406commit 5c6950bd5fef974947053cf4ea7e6d8ed3c30f4c
32407Author: Shaun McCance <shaunm@src.gnome.org>
32408Date:   Mon Nov 8 22:12:46 2004 +0000
32409
32410    - The plural of Publisher is Publishers
32411
32412    * xslt/gettext/l10n.xml.in:
32413    - The plural of Publisher is Publishers
32414
32415 ChangeLog                | 5 +++++
32416 xslt/gettext/l10n.xml.in | 2 +-
32417 2 files changed, 6 insertions(+), 1 deletion(-)
32418
32419commit b4457a7540465ff9b341f3eb0c11908a2713ec8b
32420Author: Miloslav Trmac <mitr@volny.cz>
32421Date:   Mon Nov 8 22:12:37 2004 +0000
32422
32423    Updated Czech translation.
32424
32425    2004-11-08  Miloslav Trmac  <mitr@volny.cz>
32426
32427            * cs.po: Updated Czech translation.
32428
32429 po/ChangeLog |   4 ++
32430 po/cs.po     | 158 +++++++++++++++++++++++++----------------------------------
32431 2 files changed, 72 insertions(+), 90 deletions(-)
32432
32433commit 97f230086c88aeb3a09f6ad89f0b4f9565a14a0b
32434Author: Shaun McCance <shaunm@src.gnome.org>
32435Date:   Mon Nov 8 21:59:30 2004 +0000
32436
32437    - Just using numbers for forms - Added plural form for cs
32438
32439    * xslt/gettext/gettext.xsl:
32440    * xslt/gettext/l10n.xml.in:
32441    - Just using numbers for forms
32442    - Added plural form for cs
32443
32444 ChangeLog                |  7 +++++++
32445 xslt/gettext/gettext.xsl | 26 +++++++++++++++++++++++---
32446 xslt/gettext/l10n.xml.in | 24 ++++++++++++------------
32447 3 files changed, 42 insertions(+), 15 deletions(-)
32448
32449commit 4297af06794281d880781ad9f165eb0bb921b693
32450Author: Shaun McCance <shaunm@src.gnome.org>
32451Date:   Mon Nov 8 21:11:27 2004 +0000
32452
32453    - More translation instructions
32454
32455    * doc/xslt/C/translating.xml:
32456    - More translation instructions
32457
32458    * xslt/docbook/html/db2html-info.xsl:
32459    * xslt/gettext/l10n.xml.in:
32460    - Using the new pluralization stuff
32461
32462 ChangeLog                          |   9 +
32463 doc/xslt/C/translating.xml         |  91 +++++++---
32464 xslt/docbook/html/db2html-info.xsl |  30 ++--
32465 xslt/gettext/l10n.xml.in           | 360 ++++++++++++++++++-------------------
32466 4 files changed, 261 insertions(+), 229 deletions(-)
32467
32468commit 71b4b6973fe8a9b16b66b78a25debd83bc36b36b
32469Author: Shaun McCance <shaunm@src.gnome.org>
32470Date:   Mon Nov 8 03:52:26 2004 +0000
32471
32472    - srcdir fixes
32473
32474    * gnome-doc-utils.make:
32475    * xslt/docbook/omf/db2omf.xsl:
32476    * xslt/gettext/Makefile.am:
32477    - srcdir fixes
32478
32479 ChangeLog                   |   7 +++
32480 gnome-doc-utils.make        |  12 ++---
32481 xslt/docbook/omf/db2omf.xsl | 128 ++++++++++++++++++++++++--------------------
32482 xslt/gettext/Makefile.am    |   2 +-
32483 4 files changed, 84 insertions(+), 65 deletions(-)
32484
32485commit 5d67f885be83cd2e6bd23a3e8e1b1faaa7515e77
32486Author: Shaun McCance <shaunm@src.gnome.org>
32487Date:   Sun Oct 31 21:05:31 2004 +0000
32488
32489    - Changes to pass distcheck
32490
32491    * Makefile.am:
32492    * gnome-doc-utils.make:
32493    * doc/gnome-doc-make/Makefile.am:
32494    * xml2po/Makefile.am:
32495    - Changes to pass distcheck
32496
32497 ChangeLog                      |  8 +++++
32498 Makefile.am                    |  6 ++++
32499 doc/gnome-doc-make/Makefile.am |  3 +-
32500 gnome-doc-utils.make           | 70 +++++++++++++++++++++++++++++-------------
32501 xml2po/Makefile.am             |  3 +-
32502 5 files changed, 65 insertions(+), 25 deletions(-)
32503
32504commit 572092d64d5ba329457fe1d761efb018095a902e
32505Author: Vincent van Adrighem <adrighem@gnome.org>
32506Date:   Sun Oct 31 13:48:15 2004 +0000
32507
32508    Translation updated by Taco Witte.
32509
32510    2004-10-31  Vincent van Adrighem  <adrighem@gnome.org>
32511
32512            * nl.po: Translation updated by Taco Witte.
32513
32514 po/ChangeLog |   4 +
32515 po/nl.po     | 301 +++++++++++++++++++++++++++++++++--------------------------
32516 2 files changed, 173 insertions(+), 132 deletions(-)
32517
32518commit d3beac1c2c04febde6522971a0899769b6996fc5
32519Author: Shaun McCance <shaunm@src.gnome.org>
32520Date:   Sat Oct 30 19:15:39 2004 +0000
32521
32522    - Hooked more xml2po up, though it doesn't work - Rearranged some stuff
32523
32524    * gnome-doc-utils.make:
32525    * doc/xslt/Makefile.am:
32526    - Hooked more xml2po up, though it doesn't work
32527    - Rearranged some stuff for nicer documentation
32528
32529    * doc/gnome-doc-make/Makefile.am:
32530    * xml2po/Makefile.am:
32531    - Build root fixes
32532
32533    * doc/gnome-doc-make/gnome-doc-make.awk:
32534    - Put an id on the section
32535
32536    * doc/xslt/C/gnome-doc-xslt.xml:
32537    - Include db-format.xml
32538
32539    * xslt/docbook/common/db-format.xml.in:
32540    - Put a title in the section
32541
32542    * xslt/docbook/html/db2html-admon.xsl:
32543    - Float fixes on admonition graphics
32544
32545    * xslt/docbook/omf/db2omf.xsl:
32546    - Get the identifier right
32547
32548    * xslt/gettext/gettext.xsl:
32549    - Documentation fix
32550
32551 ChangeLog                             |  29 ++++++++++
32552 doc/gnome-doc-make/Makefile.am        |   3 +-
32553 doc/gnome-doc-make/gnome-doc-make.awk |   2 +-
32554 doc/xslt/C/gnome-doc-xslt.xml         |   1 +
32555 doc/xslt/Makefile.am                  |   2 +-
32556 gnome-doc-utils.make                  | 104 ++++++++++++++++++----------------
32557 xml2po/Makefile.am                    |   2 +-
32558 xslt/docbook/common/db-format.xml.in  |   3 +
32559 xslt/docbook/html/db2html-admon.xsl   |   4 +-
32560 xslt/docbook/omf/db2omf.xsl           |   2 +
32561 xslt/gettext/gettext.xsl              |   2 +-
32562 11 files changed, 100 insertions(+), 54 deletions(-)
32563
32564commit dace1a459b55d211b9f470e3d06307daa5dd6a16
32565Author: Miloslav Trmac <mitr@volny.cz>
32566Date:   Fri Oct 29 08:50:31 2004 +0000
32567
32568    Updated Czech translation.
32569
32570    2004-10-29  Miloslav Trmac  <mitr@volny.cz>
32571
32572            * cs.po: Updated Czech translation.
32573
32574 po/ChangeLog |  4 ++++
32575 po/cs.po     | 29 +++++++++++++++++------------
32576 2 files changed, 21 insertions(+), 12 deletions(-)
32577
32578commit 139a8f70962aeb8e0c9a0fe097ed7f27caae16d7
32579Author: Adam Weinberger <adamw@src.gnome.org>
32580Date:   Thu Oct 28 19:41:49 2004 +0000
32581
32582    Updated Canadian English translation.
32583
32584
32585            * en_CA.po: Updated Canadian English translation.
32586
32587 po/ChangeLog |  4 ++++
32588 po/en_CA.po  | 29 +++++++++++++++++------------
32589 2 files changed, 21 insertions(+), 12 deletions(-)
32590
32591commit 1ef5acb6309ecd07866b3380f66b476926f3590d
32592Author: Shaun McCance <shaunm@src.gnome.org>
32593Date:   Thu Oct 28 15:07:34 2004 +0000
32594
32595    - Example label formatter - Stylistic improvements
32596
32597    * test/testdocs/db2html.xsl:
32598    * xslt/docbook/common/db-format.xml.in:
32599    * xslt/docbook/common/db-label.xsl:
32600    * xslt/docbook/html/db2html-admon.xsl:
32601    * xslt/docbook/html/db2html-block.xsl:
32602    * xslt/docbook/html/db2html-css.xsl:
32603    * xslt/docbook/html/db2html-qanda.xsl:
32604    * xslt/docbook/html/db2html-table.xsl:
32605    * xslt/docbook/html/db2html-title.xsl:
32606    - Example label formatter
32607    - Stylistic improvements
32608
32609    * xslt/gettext/gettext.xsl:
32610    - Fixed typo
32611
32612 ChangeLog                            | 17 ++++++++++++
32613 test/testdocs/db2html.xsl            | 18 +------------
32614 xslt/docbook/common/db-format.xml.in | 52 ++++++++++++++++++++++++++++++++++++
32615 xslt/docbook/common/db-label.xsl     | 25 +++++++++++++++--
32616 xslt/docbook/html/db2html-admon.xsl  |  4 +--
32617 xslt/docbook/html/db2html-block.xsl  | 22 +++++++++++----
32618 xslt/docbook/html/db2html-css.xsl    |  1 +
32619 xslt/docbook/html/db2html-qanda.xsl  | 34 ++++++++++++++++++++++-
32620 xslt/docbook/html/db2html-table.xsl  |  2 +-
32621 xslt/docbook/html/db2html-title.xsl  | 10 +++----
32622 xslt/gettext/gettext.xsl             |  3 ++-
32623 11 files changed, 154 insertions(+), 34 deletions(-)
32624
32625commit f72be0cf6aaf6024661a68420bb40862be31eede
32626Author: Adam Weinberger <adamw@src.gnome.org>
32627Date:   Thu Oct 21 19:40:38 2004 +0000
32628
32629    Updated Canadian English translation.
32630
32631
32632            * en_CA.po: Updated Canadian English translation.
32633
32634 po/ChangeLog |   4 ++
32635 po/en_CA.po  | 201 ++++++++++++++++++++---------------------------------------
32636 2 files changed, 73 insertions(+), 132 deletions(-)
32637
32638commit 82743b21ba0b2442211ceab2ee214e15ac2959d7
32639Author: Miloslav Trmac <mitr@volny.cz>
32640Date:   Thu Oct 21 14:51:59 2004 +0000
32641
32642    Updated Czech translation.
32643
32644    2004-10-21  Miloslav Trmac  <mitr@volny.cz>
32645
32646            * cs.po: Updated Czech translation.
32647
32648 po/ChangeLog |   4 ++
32649 po/cs.po     | 201 ++++++++++++++++++++---------------------------------------
32650 2 files changed, 73 insertions(+), 132 deletions(-)
32651
32652commit 523c518bf7ca77b29c76ebc82ac8877005799265
32653Author: Shaun McCance <shaunm@src.gnome.org>
32654Date:   Thu Oct 21 06:25:27 2004 +0000
32655
32656    - Stub for documentation for translators
32657
32658    * doc/xslt/Makefile.am:
32659    * doc/xslt/C/gnome-doc-xslt.xml:
32660    * doc/xslt/C/translating.xml:
32661    - Stub for documentation for translators
32662
32663    * xslt/docbook/common/db-format.xml.in:
32664    * xslt/gettext/format2xsl.xsl:
32665    * xslt/gettext/gettext.xsl:
32666    * xslt/gettext/l10n.xml.in:
32667    - Massively improved translation mechanisms, almost finished
32668
32669 ChangeLog                            |  13 +
32670 doc/xslt/C/gnome-doc-xslt.xml        |   3 +-
32671 doc/xslt/C/translating.xml           |  36 ++
32672 doc/xslt/Makefile.am                 |   2 +-
32673 xslt/docbook/common/db-format.xml.in |  68 ++++
32674 xslt/gettext/format2xsl.xsl          | 214 +++---------
32675 xslt/gettext/gettext.xsl             | 614 +++++++++++++++++++++++++++++------
32676 xslt/gettext/l10n.xml.in             |  94 +-----
32677 8 files changed, 667 insertions(+), 377 deletions(-)
32678
32679commit ae3d9105e97e081d0dc3842f6e9276d17d760ebf
32680Author: Shaun McCance <shaunm@src.gnome.org>
32681Date:   Wed Oct 20 10:38:20 2004 +0000
32682
32683    - Stylistic improvements
32684
32685    * xslt/docbook/html/db2html-admon.xsl:
32686    * xslt/docbook/html/db2html-block.xsl:
32687    * xslt/docbook/html/db2html-callout.xsl:
32688    * xslt/docbook/html/db2html-css.xsl:
32689    * xslt/docbook/html/db2html-list.xsl:
32690    * xslt/docbook/html/db2html-table.xsl:
32691    * xslt/docbook/html/db2html-title.xsl:
32692    - Stylistic improvements
32693
32694 ChangeLog                             | 11 ++++++++++
32695 xslt/docbook/html/db2html-admon.xsl   |  2 +-
32696 xslt/docbook/html/db2html-block.xsl   | 38 +++++++++++++++++++++++------------
32697 xslt/docbook/html/db2html-callout.xsl |  8 ++++----
32698 xslt/docbook/html/db2html-css.xsl     |  3 +++
32699 xslt/docbook/html/db2html-list.xsl    | 14 ++++++-------
32700 xslt/docbook/html/db2html-table.xsl   |  8 ++++----
32701 xslt/docbook/html/db2html-title.xsl   |  2 +-
32702 8 files changed, 56 insertions(+), 30 deletions(-)
32703
32704commit d5aaadaab0e328d33b551664b37f63e41a6d824a
32705Author: David Lodge <dave@cirt.net>
32706Date:   Tue Oct 19 19:04:42 2004 +0000
32707
32708    Updated British English translation.
32709
32710    2004-10-19  David Lodge <dave@cirt.net>
32711
32712            * en_GB.po: Updated British English translation.
32713
32714 po/ChangeLog |  4 ++++
32715 po/en_GB.po  | 47 +++++++++++++++++++++++++++++++++++++++++------
32716 2 files changed, 45 insertions(+), 6 deletions(-)
32717
32718commit 572a0896ced93e090c34bf3f521d46f85fff823b
32719Author: Adam Weinberger <adamw@src.gnome.org>
32720Date:   Tue Oct 19 14:57:20 2004 +0000
32721
32722    Updated Canadian English translation.
32723
32724
32725            * en_CA.po: Updated Canadian English translation.
32726
32727 po/ChangeLog |  4 ++++
32728 po/en_CA.po  | 47 +++++++++++++++++++++++++++++++++++++++++------
32729 2 files changed, 45 insertions(+), 6 deletions(-)
32730
32731commit 228271ab10668793fdf3ce1f8015384e108a4338
32732Author: Miloslav Trmac <mitr@volny.cz>
32733Date:   Tue Oct 19 13:26:28 2004 +0000
32734
32735    Updated Czech translation.
32736
32737    2004-10-19  Miloslav Trmac  <mitr@volny.cz>
32738
32739            * cs.po: Updated Czech translation.
32740
32741 po/ChangeLog |  4 ++++
32742 po/cs.po     | 47 +++++++++++++++++++++++++++++++++++++++++------
32743 2 files changed, 45 insertions(+), 6 deletions(-)
32744
32745commit 82739df72e203bc26dd07c67172c5fc603c6b960
32746Author: Shaun McCance <shaunm@src.gnome.org>
32747Date:   Tue Oct 19 03:42:00 2004 +0000
32748
32749    - Implemented some number formatters - Implemented citetitle as a format
32750
32751    * xslt/docbook/common/db-format.xml.in:
32752    * xslt/docbook/common/db-label.xsl:
32753    * xslt/docbook/common/db-xref.xsl:
32754    * xslt/docbook/html/db2html-inline.xsl:
32755    * xslt/docbook/html/db2html-title.xsl:
32756    - Implemented some number formatters
32757    - Implemented citetitle as a format template
32758
32759    * xslt/docbook/html/db2html-admon.xsl:
32760    * xslt/docbook/html/db2html-css.xsl:
32761    - Some CSS stuff
32762
32763    * xslt/docbook/html/db2html-block.xsl:
32764    - Implemented literallayout
32765
32766    * xslt/docbook/html/db2html-table.xsl:
32767    - Default to vertical-align: top
32768
32769    * xslt/gettext/format2xsl.xsl:
32770    - Got the role stuff working right
32771
32772 ChangeLog                            |  23 +++
32773 xslt/docbook/common/db-format.xml.in | 351 ++++++++++++++++++++++++++++++++++-
32774 xslt/docbook/common/db-label.xsl     | 125 +++++--------
32775 xslt/docbook/common/db-xref.xsl      |  54 +-----
32776 xslt/docbook/html/db2html-admon.xsl  |  21 ++-
32777 xslt/docbook/html/db2html-block.xsl  |   7 +
32778 xslt/docbook/html/db2html-css.xsl    |   2 +
32779 xslt/docbook/html/db2html-inline.xsl |   7 +
32780 xslt/docbook/html/db2html-table.xsl  |   3 +
32781 xslt/docbook/html/db2html-title.xsl  |   1 +
32782 xslt/gettext/format2xsl.xsl          |  92 +++++----
32783 11 files changed, 523 insertions(+), 163 deletions(-)
32784
32785commit 0702b8bbf6b808a5fe5a9352fe33d616972459a2
32786Author: Miloslav Trmac <mitr@volny.cz>
32787Date:   Mon Oct 18 09:51:51 2004 +0000
32788
32789    Updated Czech translation.
32790
32791    2004-10-18  Miloslav Trmac  <mitr@volny.cz>
32792
32793            * cs.po: Updated Czech translation.
32794
32795 po/ChangeLog |  4 ++++
32796 po/cs.po     | 33 +++++++++++++++++++--------------
32797 2 files changed, 23 insertions(+), 14 deletions(-)
32798
32799commit 5f822b3c1f5f322fd77cab23c86c54b40a817fb0
32800Author: Adam Weinberger <adamw@src.gnome.org>
32801Date:   Sun Oct 17 19:01:19 2004 +0000
32802
32803    Updated Canadian English translation.
32804
32805
32806            * en_CA.po: Updated Canadian English translation.
32807
32808 po/ChangeLog |  4 ++++
32809 po/en_CA.po  | 36 +++++++++++++++++++++---------------
32810 2 files changed, 25 insertions(+), 15 deletions(-)
32811
32812commit 791feca87d859c6daac6e4be8b00d2f47f8a8631
32813Author: David Lodge <dave@cirt.net>
32814Date:   Sun Oct 17 13:54:21 2004 +0000
32815
32816    Updated British English translation.
32817
32818    2004-10-17  David Lodge <dave@cirt.net>
32819
32820            * en_GB.po: Updated British English translation.
32821
32822 po/ChangeLog |  4 ++++
32823 po/en_GB.po  | 36 ++++++++++++++++++++++--------------
32824 2 files changed, 26 insertions(+), 14 deletions(-)
32825
32826commit 0a0d6d0604557887a1e48704de590555a89ed42c
32827Author: Shaun McCance <shaunm@src.gnome.org>
32828Date:   Fri Oct 15 21:18:28 2004 +0000
32829
32830    - More flexible role system in format2xsl - Added some more labels
32831
32832    * xslt/docbook/common/db-format.xml.in:
32833    * xslt/docbook/common/db-label.xsl:
32834    * xslt/gettext/format2xsl.xsl:
32835    - More flexible role system in format2xsl
32836    - Added some more labels
32837
32838    * xslt/docbook/html/db2html-block.xsl:
32839    * xslt/docbook/html/db2html-css.xsl:
32840    * xslt/docbook/html/db2html-division.xsl:
32841    * xslt/docbook/html/db2html-inline.xsl:
32842    - Added figure and glossary & friends
32843
32844    * xslt/docbook/html/db2html-list.xsl:
32845    - Fixed up variablelist a bit
32846
32847    * xslt/docbook/html/db2html-table.xsl:
32848    - Added some table CSS
32849
32850    * xslt/docbook/html/db2html-title.xsl:
32851    - Some title work
32852
32853 ChangeLog                              |  23 +++++
32854 xslt/docbook/common/db-format.xml.in   | 121 +++++++++++++++++++++--
32855 xslt/docbook/common/db-label.xsl       |  54 +++++++++-
32856 xslt/docbook/html/db2html-block.xsl    |  51 ++++++++++
32857 xslt/docbook/html/db2html-css.xsl      |  27 ++---
32858 xslt/docbook/html/db2html-division.xsl |  33 +++++++
32859 xslt/docbook/html/db2html-inline.xsl   |   5 +
32860 xslt/docbook/html/db2html-list.xsl     |  24 ++---
32861 xslt/docbook/html/db2html-table.xsl    |  66 +++++++++++++
32862 xslt/docbook/html/db2html-title.xsl    | 173 +++++++++++++++++----------------
32863 xslt/gettext/format2xsl.xsl            | 147 +++++++++++++++++++++-------
32864 11 files changed, 557 insertions(+), 167 deletions(-)
32865
32866commit 213bb7a761578d72270ac991a54803a45332b918
32867Author: Danilo Šegan <dsegan@gmx.net>
32868Date:   Sat Oct 9 16:00:26 2004 +0000
32869
32870    Add 'classsynopsisinfo', 'funcsynopsisinfo', 'synopsis', as per DocBook
32871
32872    2004-10-09  Danilo Šegan  <dsegan@gmx.net>
32873
32874            * modes/docbook.py (docbookXmlMode.getSpacePreserveTags): Add
32875            'classsynopsisinfo', 'funcsynopsisinfo', 'synopsis', as per
32876            DocBook Definitive Guide.
32877
32878 xml2po/ChangeLog        |  6 ++++++
32879 xml2po/modes/docbook.py | 11 ++++++++++-
32880 2 files changed, 16 insertions(+), 1 deletion(-)
32881
32882commit 777c9745c145fa4314b0a1f6e008024234680945
32883Author: Vincent van Adrighem <adrighem@gnome.org>
32884Date:   Fri Oct 8 23:22:31 2004 +0000
32885
32886    Translation updated by Taco Witte.
32887
32888    2004-10-09  Vincent van Adrighem  <adrighem@gnome.org>
32889
32890            * nl.po: Translation updated by Taco Witte.
32891
32892 po/ChangeLog |  4 ++++
32893 po/nl.po     | 25 ++++++++++++++++---------
32894 2 files changed, 20 insertions(+), 9 deletions(-)
32895
32896commit 99ea0e13097bdecb1584b713782391d4d90cde3b
32897Author: Hendrik Brandt <hebra@cvs.gnome.org>
32898Date:   Fri Oct 8 12:21:22 2004 +0000
32899
32900    Added "de" (German) to ALL_LINGUAS. Added German (de) translation.
32901
32902    2004-10-08  Hendrik Brandt  <hebra@cvs.gnome.org>
32903
32904            * configure.in: Added "de" (German) to ALL_LINGUAS.
32905            * po/de.po: Added German (de) translation.
32906
32907 ChangeLog    |   4 +
32908 configure.in |   2 +-
32909 po/ChangeLog |   4 +
32910 po/de.po     | 319 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
32911 4 files changed, 328 insertions(+), 1 deletion(-)
32912
32913commit 7f116d495876e6a51eee96398d0d9e7aa51a9f53
32914Author: Shaun McCance <shaunm@src.gnome.org>
32915Date:   Tue Oct 5 22:45:54 2004 +0000
32916
32917    - Changes required to pass 'make check'
32918
32919    * doc/gnome-doc-make/C/gnome-doc-make.xml:
32920    * doc/xslt/C/gnome-doc-xslt.xml:
32921    * xslt/docbook/omf/db2omf.xsl:
32922    * xslt/xsldoc/xsldoc.xsl:
32923    - Changes required to pass 'make check'
32924
32925 ChangeLog                               |  8 +++
32926 doc/gnome-doc-make/C/gnome-doc-make.xml |  8 +--
32927 doc/xslt/C/gnome-doc-xslt.xml           |  6 ++-
32928 xslt/docbook/omf/db2omf.xsl             | 16 +++---
32929 xslt/xsldoc/xsldoc.xsl                  | 91 ++++++++++++++++++++++++++++++++-
32930 5 files changed, 114 insertions(+), 15 deletions(-)
32931
32932commit 940a1fabe5049419069954f8578023a818bc2cd5
32933Author: Shaun McCance <shaunm@src.gnome.org>
32934Date:   Tue Oct 5 21:51:52 2004 +0000
32935
32936    - Some automatic .cvsignore file updating
32937
32938    * gnome-doc-utils.make:
32939    * doc/xslt/.cvsignore:
32940    * doc/xslt/C/.cvsignore:
32941    * doc/xslt/sr/.cvsignore:
32942    - Some automatic .cvsignore file updating
32943
32944 ChangeLog              |  8 ++++++
32945 doc/xslt/.cvsignore    |  4 +--
32946 doc/xslt/C/.cvsignore  | 14 +++++-----
32947 doc/xslt/sr/.cvsignore | 32 +++++++++++++++++++++++
32948 gnome-doc-utils.make   | 69 ++++++++++++++++++++++++++++++++++++++++++++++----
32949 5 files changed, 112 insertions(+), 15 deletions(-)
32950
32951commit 2b7bbc13d582ae7590620a378550cf49b67e600b
32952Author: Shaun McCance <shaunm@src.gnome.org>
32953Date:   Tue Oct 5 20:16:52 2004 +0000
32954
32955    - Set PYTHONPATH for the bootstrapped xml2po
32956
32957    * bootstrap.make:
32958    - Set PYTHONPATH for the bootstrapped xml2po
32959
32960    * gnome-doc-utils.make:
32961    - Change the name of po files to $(lc)/$(lc).po
32962
32963 ChangeLog            | 8 ++++++++
32964 bootstrap.make       | 2 +-
32965 gnome-doc-utils.make | 2 +-
32966 3 files changed, 10 insertions(+), 2 deletions(-)
32967
32968commit 37953cab8839283ceb654d72e0eee7368d75c15a
32969Author: Shaun McCance <shaunm@src.gnome.org>
32970Date:   Tue Oct 5 02:37:36 2004 +0000
32971
32972    - 'grep -m' is a GNUism. Pipe through head instead.
32973
32974    * gnome-doc-utils.make:
32975    - 'grep -m' is a GNUism.  Pipe through head instead.
32976
32977 ChangeLog            | 5 +++++
32978 gnome-doc-utils.make | 2 +-
32979 2 files changed, 6 insertions(+), 1 deletion(-)
32980
32981commit 4507069c9ea0c83983539881265884a209c025fd
32982Author: Shaun McCance <shaunm@src.gnome.org>
32983Date:   Tue Oct 5 02:33:39 2004 +0000
32984
32985    - More work on db2omf, 'make check-omf' now passes
32986
32987    * gnome-doc-utils.make:
32988    * xslt/docbook/omf/db2omf.xsl:
32989    - More work on db2omf, 'make check-omf' now passes
32990
32991 ChangeLog                   |   6 ++
32992 gnome-doc-utils.make        |  10 +-
32993 xslt/docbook/omf/db2omf.xsl | 222 +++++++++++++++++++++++++++++++-------------
32994 3 files changed, 173 insertions(+), 65 deletions(-)
32995
32996commit 99761a7ba02aa1ae263876845d843fd1edbd2f84
32997Author: Shaun McCance <shaunm@src.gnome.org>
32998Date:   Tue Oct 5 01:20:43 2004 +0000
32999
33000    - Prevent the need to rebuild translated docs in the tarball
33001
33002    * configure.in:
33003    * xslt/docbook/common/Makefile.am:
33004    * xslt/gettext/Makefile.am:
33005    - Prevent the need to rebuild translated docs in the tarball
33006
33007 ChangeLog                       | 7 +++++++
33008 configure.in                    | 5 +++++
33009 xslt/docbook/common/Makefile.am | 7 ++++++-
33010 xslt/gettext/Makefile.am        | 8 ++++++--
33011 4 files changed, 24 insertions(+), 3 deletions(-)
33012
33013commit 82ad7ea79bf2d39727fd6a0fa501db0f1ce5275f
33014Author: Shaun McCance <shaunm@src.gnome.org>
33015Date:   Mon Oct 4 22:43:20 2004 +0000
33016
33017    - Build xml2po with gnome-doc-utils
33018
33019    * Makefile.am:
33020    * bootstrap.make:
33021    * configure.in:
33022    * gnome-doc-utils.make:
33023    * xml2po/Makefile.am:
33024    - Build xml2po with gnome-doc-utils
33025
33026 ChangeLog            |  9 +++++++++
33027 Makefile.am          |  7 +++++--
33028 bootstrap.make       |  2 ++
33029 configure.in         | 11 +++++++----
33030 gnome-doc-utils.make |  6 +++---
33031 xml2po/Makefile.am   |  2 +-
33032 6 files changed, 27 insertions(+), 10 deletions(-)
33033
33034commit 8f8dd747a27559a50ef8bc14940caf90ee1f6abd
33035Author: Danilo Šegan <danilo@src.gnome.org>
33036Date:   Tue Sep 28 16:51:27 2004 +0000
33037
33038    Fixed misc bugs reported by Shaun.
33039
33040 xml2po/ChangeLog | 6 ++++++
33041 xml2po/xml2po.py | 4 ++--
33042 2 files changed, 8 insertions(+), 2 deletions(-)
33043
33044commit e343ac86a2f3f7274d96b59a3502d879f8f504c0
33045Author: Shaun McCance <shaunm@src.gnome.org>
33046Date:   Mon Sep 27 05:41:34 2004 +0000
33047
33048    - Fix problem when creating language directories
33049
33050    * gnome-doc-utils.make:
33051    - Fix problem when creating language directories
33052
33053 ChangeLog            | 5 +++++
33054 gnome-doc-utils.make | 2 +-
33055 2 files changed, 6 insertions(+), 1 deletion(-)
33056
33057commit fc35c9686d37397c2783f5a148ac995b9fb8ceb4
33058Author: Shaun McCance <shaunm@src.gnome.org>
33059Date:   Sun Sep 26 21:11:22 2004 +0000
33060
33061    - Don't xml2po DOC_ENTITIES - Hooked up check-omf
33062
33063    * gnome-doc-utils.make:
33064    - Don't xml2po DOC_ENTITIES
33065    - Hooked up check-omf
33066
33067    * doc/gnome-doc-make/C/gnome-doc-make.xml:
33068    * doc/xslt/C/gnome-doc-xslt.xml:
33069    * xslt/xsldoc/xsldoc.xsl:
33070    - Put xmlns on include elements, so --postvalid passes
33071
33072    * xslt/docbook/omf/db2omf.xsl:
33073    - Implemented more db2omf stuff
33074
33075 ChangeLog                               |  14 +++
33076 doc/gnome-doc-make/C/gnome-doc-make.xml |   9 +-
33077 doc/xslt/C/gnome-doc-xslt.xml           |  23 +++--
33078 gnome-doc-utils.make                    |  43 +++++-----
33079 xslt/docbook/omf/db2omf.xsl             | 146 +++++++++++++++++++++++---------
33080 xslt/xsldoc/xsldoc.xsl                  |   8 +-
33081 6 files changed, 162 insertions(+), 81 deletions(-)
33082
33083commit b7ef4c6aaa89aa3a69f030b204636bd75ecf3d42
33084Author: Shaun McCance <shaunm@src.gnome.org>
33085Date:   Sun Sep 26 16:47:53 2004 +0000
33086
33087    - Fix the xml2po syncing
33088
33089    * gnome-doc-utils.make:
33090    - Fix the xml2po syncing
33091
33092 ChangeLog            | 5 +++++
33093 gnome-doc-utils.make | 6 ++----
33094 2 files changed, 7 insertions(+), 4 deletions(-)
33095
33096commit 10e3fb4af1959c1740cf89a3c94a100e519ee293
33097Author: Shaun McCance <shaunm@src.gnome.org>
33098Date:   Sat Sep 25 21:30:33 2004 +0000
33099
33100    - Honor DESTDIR (#153728) and call scrollkeeper-update in install-omf
33101
33102    * gnome-doc-utils.make:
33103    - Honor DESTDIR (#153728) and call scrollkeeper-update in install-omf
33104
33105 ChangeLog            |  5 +++++
33106 gnome-doc-utils.make | 18 +++++++++---------
33107 2 files changed, 14 insertions(+), 9 deletions(-)
33108
33109commit 9c4fe05f2c339fe824093be1eb77fbec5a8f6400
33110Author: Shaun McCance <shaunm@src.gnome.org>
33111Date:   Sat Sep 25 14:36:00 2004 +0000
33112
33113    - Added -f to clean-doc-header's rm
33114
33115    * gnome-doc-utils.make:
33116    - Added -f to clean-doc-header's rm
33117
33118    * doc/gnome-doc-make/C/gnome-doc-make.xml:
33119    - Fixed typo
33120
33121 ChangeLog                               | 8 ++++++++
33122 doc/gnome-doc-make/C/gnome-doc-make.xml | 2 +-
33123 gnome-doc-utils.make                    | 2 +-
33124 3 files changed, 10 insertions(+), 2 deletions(-)
33125
33126commit 6a825f9918bc4955fd320bd09a5900aaa2a785e4
33127Author: Danilo Šegan <danilo@src.gnome.org>
33128Date:   Fri Sep 24 23:52:31 2004 +0000
33129
33130    Add "-e" option to do .replaceEntities(1).
33131
33132 xml2po/ChangeLog |  4 ++++
33133 xml2po/xml2po.py | 16 ++++++++++++----
33134 2 files changed, 16 insertions(+), 4 deletions(-)
33135
33136commit bfdccc3ce446a0a28fb9da734e0f216cf3a5ba7c
33137Author: Shaun McCance <shaunm@src.gnome.org>
33138Date:   Wed Sep 22 20:12:52 2004 +0000
33139
33140    - Dist targets are working now
33141
33142    * gnome-doc-utils.make:
33143    - Dist targets are working now
33144
33145    * xslt/docbook/common/db-common.xsl:
33146    - Removed db.xref.target; duplicate in db-xref.xsl
33147
33148 ChangeLog                         |  8 ++++++++
33149 gnome-doc-utils.make              | 31 +++++++++++++------------------
33150 xslt/docbook/common/db-common.xsl | 37 -------------------------------------
33151 3 files changed, 21 insertions(+), 55 deletions(-)
33152
33153commit 14f8d7dd98a2c63dfdbc84c9966e6d05d8eeb0db
33154Author: Shaun McCance <shaunm@src.gnome.org>
33155Date:   Tue Sep 21 17:17:08 2004 +0000
33156
33157    - Require Makefile.am to do 'dist-hook: doc-dist-hook' - Removed
33158
33159    * Makefile.am:
33160    * gnome-doc-utils.m4:
33161    * gnome-doc-utils.make:
33162    * doc/gnome-doc-make/Makefile.am:
33163    * doc/xslt/Makefile.am:
33164    - Require Makefile.am to do 'dist-hook: doc-dist-hook'
33165    - Removed GNOME_DOC_RULE, wasn't really very useful
33166
33167 ChangeLog                      | 10 ++++++++++
33168 Makefile.am                    |  3 ++-
33169 doc/gnome-doc-make/Makefile.am |  4 ++--
33170 doc/xslt/Makefile.am           |  4 ++--
33171 gnome-doc-utils.m4             |  3 ---
33172 gnome-doc-utils.make           | 12 +++++-------
33173 6 files changed, 21 insertions(+), 15 deletions(-)
33174
33175commit 1addf669d45db8f52a4f1fa94414a2a647bc5192
33176Author: Shaun McCance <shaunm@src.gnome.org>
33177Date:   Tue Sep 21 05:50:22 2004 +0000
33178
33179    - Do the dist checks in the target reqs, also s/disc/dist/
33180
33181    * gnome-doc-utils.make:
33182    - Do the dist checks in the target reqs, also s/disc/dist/
33183
33184 ChangeLog            |  5 +++++
33185 gnome-doc-utils.make | 13 +++++--------
33186 2 files changed, 10 insertions(+), 8 deletions(-)
33187
33188commit ae98894c63df3da73a5f8dd8e8470c758dcc53f4
33189Author: Shaun McCance <shaunm@src.gnome.org>
33190Date:   Tue Sep 21 03:29:09 2004 +0000
33191
33192    - Hooked up --enable-build-utils
33193
33194    * Makefile.am:
33195    * configure.in:
33196    * gnome-doc-utils.m4:
33197    - Hooked up --enable-build-utils
33198
33199 ChangeLog          |  7 +++++++
33200 Makefile.am        |  6 ++++--
33201 configure.in       | 12 ++++++++++++
33202 gnome-doc-utils.m4 | 24 ++++++++++++------------
33203 4 files changed, 35 insertions(+), 14 deletions(-)
33204
33205commit 213670b80814bd5c68b6c1070b19920dd758db17
33206Author: Shaun McCance <shaunm@src.gnome.org>
33207Date:   Mon Sep 20 07:54:30 2004 +0000
33208
33209    - Initial hooks for xml2po magic - Set up a (non-working) dist-hook, since
33210
33211    * gnome-doc-utils.make:
33212    - Initial hooks for xml2po magic
33213    - Set up a (non-working) dist-hook, since EXTRA_DIST can't do subdirs
33214
33215 ChangeLog            |  6 ++++++
33216 gnome-doc-utils.make | 61 +++++++++++++++++++++++++++++++++++++++++-----------
33217 2 files changed, 54 insertions(+), 13 deletions(-)
33218
33219commit 80c469d8ba4f1b9d3e23cf30928b26b2c68d8927
33220Author: Shaun McCance <shaunm@src.gnome.org>
33221Date:   Mon Sep 20 03:24:01 2004 +0000
33222
33223    - Added gnome-doc-utils.h
33224
33225    * .cvsignore:
33226    - Added gnome-doc-utils.h
33227
33228    * gnome-doc-utils.make:
33229    - Gorgeous bit of awk from jpetersen to remove sans-email credit entries
33230      for which a with-email credit entry exists with the same name
33231
33232 .cvsignore                              | 1 +
33233 ChangeLog                               | 9 +++++++++
33234 doc/gnome-doc-make/C/gnome-doc-make.xml | 1 +
33235 doc/xslt/C/gnome-doc-xslt.xml           | 1 +
33236 gnome-doc-utils.make                    | 1 +
33237 5 files changed, 13 insertions(+)
33238
33239commit 62117ef5e588ec00305f26f74adc6abd7594fcc6
33240Author: Shaun McCance <shaunm@src.gnome.org>
33241Date:   Sun Sep 19 22:48:17 2004 +0000
33242
33243    - Robustified changes to clean and install
33244
33245    * gnome-doc-utils.make:
33246    - Robustified changes to clean and install
33247
33248 ChangeLog            |  5 ++++
33249 gnome-doc-utils.make | 70 ++++++++++++++++++++++++++++++++++++++--------------
33250 2 files changed, 57 insertions(+), 18 deletions(-)
33251
33252commit 7287ab78764927acc0be09eb2cb5ef64346914ab
33253Author: Shaun McCance <shaunm@src.gnome.org>
33254Date:   Sun Sep 19 20:30:40 2004 +0000
33255
33256    - Require the doc files, instead of the directories. I just couldn't make
33257
33258    * Makefile.am:
33259    * gnome-doc-utils.make:
33260    - Require the doc files, instead of the directories.
33261      I just couldn't make that bit of magic work.
33262
33263 ChangeLog            |  7 ++++++
33264 Makefile.am          |  2 +-
33265 gnome-doc-utils.make | 69 +++++++++++++++++++++++-----------------------------
33266 3 files changed, 38 insertions(+), 40 deletions(-)
33267
33268commit b2c8fde1cf96ea419dd66c9b88001baeeef51f53
33269Author: Shaun McCance <shaunm@src.gnome.org>
33270Date:   Sun Sep 19 20:10:42 2004 +0000
33271
33272    - Put in some definition checks - Disabled the header file rule until I
33273
33274    * gnome-doc-utils.make:
33275    - Put in some definition checks
33276    - Disabled the header file rule until I can make it work
33277
33278    * xslt/docbook/utils/credits.xsl:
33279    - Removed the test text I put into names
33280
33281 ChangeLog                      |   9 +++
33282 gnome-doc-utils.make           | 124 +++++++++++++++++------------------------
33283 xslt/docbook/utils/credits.xsl |   1 -
33284 3 files changed, 59 insertions(+), 75 deletions(-)
33285
33286commit dcde4bdfa7fb5f1efaa7848c7a5f0feaf033e904
33287Author: Shaun McCance <shaunm@src.gnome.org>
33288Date:   Sat Sep 18 20:02:44 2004 +0000
33289
33290    *//.cvsignore - Updating some .cvsignore files
33291
33292    * *//.cvsignore
33293    - Updating some .cvsignore files
33294
33295    * test/testdocs/classsynopsis.x001.xml:
33296    - Small adjustment to the classsynopsis test
33297
33298    * xslt/docbook/html/db2html-classsynopsis.xsl:
33299    - Adjusted methodparam code
33300
33301    * xslt/docbook/html/db2html-table.xsl:
33302    - Adjusted table handling
33303
33304 ChangeLog                                   | 14 ++++++++++++
33305 doc/gnome-doc-make/.cvsignore               |  3 +++
33306 doc/gnome-doc-make/C/.cvsignore             |  1 +
33307 doc/xslt/.cvsignore                         |  2 ++
33308 doc/xslt/C/.cvsignore                       |  5 +++++
33309 test/testdocs/classsynopsis.x001.xml        |  5 -----
33310 xslt/docbook/common/.cvsignore              |  2 ++
33311 xslt/docbook/html/db2html-classsynopsis.xsl | 34 +++++++++++++++++++----------
33312 xslt/docbook/html/db2html-table.xsl         | 14 ++++++++++--
33313 xslt/docbook/utils/.cvsignore               |  2 ++
33314 10 files changed, 64 insertions(+), 18 deletions(-)
33315
33316commit 0ff7fa77140f6eb3f19f640945cb42386c16143b
33317Author: Shaun McCance <shaunm@src.gnome.org>
33318Date:   Sat Sep 18 18:27:47 2004 +0000
33319
33320    - Fixed build problem
33321
33322    * configure.in:
33323    - Fixed build problem
33324
33325 ChangeLog    | 5 +++++
33326 configure.in | 3 +--
33327 2 files changed, 6 insertions(+), 2 deletions(-)
33328
33329commit d879cd3f7b58f4a61829cb8773033ef79ffd6e2b
33330Author: Shaun McCance <shaunm@src.gnome.org>
33331Date:   Fri Sep 17 23:00:16 2004 +0000
33332
33333    xslt/docbook/utils/credits.xsl
33334
33335    * Makefile.am:
33336    * bootstrap.make:
33337    * configure.in:
33338    * gnome-doc-utils.make:
33339    * xslt/docbook/Makefile.am:
33340    * xslt/docbook/utils/Makefile.am:
33341    * xslt/docbook/utils/credits.xsl
33342    * xslt/docbook/utils/ids.xsl:
33343    - Implemented the documentation header file thing
33344
33345    * autogen.sh:
33346    - Requiring automake 1.6
33347
33348    * gnome-doc-utils.pc.in:
33349    - Somewhat nicer variables
33350
33351    * doc/gnome-doc-make/Makefile.am:
33352    - Added gnome-dco-make.awk to EXTRA_DIST
33353
33354    * doc/xslt/gnome-doc-xslt.desktop.in:
33355    - Changed the ID
33356
33357    * test/testdoc1/Makefile.am:
33358    - Newline
33359
33360    * xslt/docbook/common/Makefile.am:
33361    * xslt/docbook/html/Makefile.am:
33362    * xslt/docbook/omf/Makefile.am:
33363    * xslt/gettext/Makefile.am:
33364    * xslt/rngdoc/Makefile.am:
33365    * xslt/xsldoc/Makefile.am:
33366    - Changed the installation directory
33367
33368    * xslt/gettext/format2xsl.xsl:
33369    - Quick fixes to how sans-@xml:lang stuff is handled
33370
33371 ChangeLog                          |  38 +++++++++++++
33372 Makefile.am                        |   8 ++-
33373 autogen.sh                         |   2 +-
33374 bootstrap.make                     |   3 ++
33375 configure.in                       |   2 +
33376 doc/gnome-doc-make/Makefile.am     |   2 +
33377 doc/xslt/gnome-doc-xslt.desktop.in |   2 +-
33378 gnome-doc-utils.make               | 107 ++++++++++++++++++++++++++++++-------
33379 gnome-doc-utils.pc.in              |  14 ++---
33380 test/testdoc1/Makefile.am          |   2 +-
33381 xslt/docbook/Makefile.am           |   2 +-
33382 xslt/docbook/common/Makefile.am    |   2 +-
33383 xslt/docbook/html/Makefile.am      |   2 +-
33384 xslt/docbook/omf/Makefile.am       |   2 +-
33385 xslt/docbook/utils/Makefile.am     |   6 +++
33386 xslt/docbook/utils/credits.xsl     |  34 ++++++++++++
33387 xslt/docbook/utils/ids.xsl         |  17 ++++++
33388 xslt/gettext/Makefile.am           |   2 +-
33389 xslt/gettext/format2xsl.xsl        |   4 +-
33390 xslt/rngdoc/Makefile.am            |   2 +-
33391 xslt/xsldoc/Makefile.am            |   2 +-
33392 21 files changed, 215 insertions(+), 40 deletions(-)
33393
33394commit 81a43dc2375f52d669f7aa6f77f6d2e656ec67fa
33395Author: Danilo Šegan <dsegan@gmx.net>
33396Date:   Thu Sep 16 11:58:16 2004 +0000
33397
33398    Add 'screen' and 'literallayout'.
33399
33400    2004-09-16  Danilo Šegan  <dsegan@gmx.net>
33401
33402            * modes/docbook.py (docbookXmlMode.getSpacePreserveTags): Add
33403            'screen' and 'literallayout'.
33404
33405            * xml2po.py (MessageOutput.outputAll): Output "no-wrap" if needed.
33406            (MessageOutput.__init__): Add nowrap hash.
33407            (MessageOutput.outputMessage): Set nowrap for space-preserving messages.
33408
33409            * TODO (TODO): More suggestions from Karl.
33410
33411 xml2po/ChangeLog        | 11 +++++++++++
33412 xml2po/TODO             |  3 +++
33413 xml2po/modes/docbook.py |  2 +-
33414 xml2po/xml2po.py        |  5 +++++
33415 4 files changed, 20 insertions(+), 1 deletion(-)
33416
33417commit d2bd3aaf668f61ead52865d64fd903cf1e861916
33418Author: Danilo Šegan <dsegan@gmx.net>
33419Date:   Wed Sep 15 17:35:02 2004 +0000
33420
33421    No, never ends: remove more debuging output.
33422
33423    2004-09-15  Danilo Šegan  <dsegan@gmx.net>
33424
33425            * xml2po.py (normalizeString): No, never ends: remove more
33426            debuging output.
33427
33428 xml2po/ChangeLog | 5 +++++
33429 xml2po/xml2po.py | 3 ++-
33430 2 files changed, 7 insertions(+), 1 deletion(-)
33431
33432commit 49f8cb93f45043a596ef0cee4c4a680ed1120abf
33433Author: Danilo Šegan <dsegan@gmx.net>
33434Date:   Wed Sep 15 09:53:43 2004 +0000
33435
33436    Uhm, it was Karl Eichwalder who proposed these, not Keld (embarrasment
33437
33438    2004-09-15  Danilo Šegan  <dsegan@gmx.net>
33439
33440            * TODO (TODO): Uhm, it was Karl Eichwalder who proposed these, not
33441            Keld (embarrasment never ends!).
33442
33443            * xml2po.py: Remove embarrasing debugging printouts.
33444
33445 xml2po/ChangeLog | 7 +++++++
33446 xml2po/TODO      | 4 ++--
33447 xml2po/xml2po.py | 3 +--
33448 3 files changed, 10 insertions(+), 4 deletions(-)
33449
33450commit 4c8e227653914a730c16712d7e9b837cb91d2b61
33451Author: Jordi Mallach <jordim@src.gnome.org>
33452Date:   Wed Sep 15 08:53:29 2004 +0000
33453
33454    Added "ca" (Catalan) to ALL_LINGUAS.
33455
33456 ChangeLog    | 4 ++++
33457 configure.in | 2 +-
33458 2 files changed, 5 insertions(+), 1 deletion(-)
33459
33460commit 6b6ecf309d776d775bdceecc2c7c35cc8ff3a302
33461Author: Jordi Mallach <jordim@src.gnome.org>
33462Date:   Wed Sep 15 08:51:22 2004 +0000
33463
33464    Added Catalan translation by Xavier Conde Rueda <xaviconde@eresmas.com>.
33465
33466 po/ChangeLog |   5 +
33467 po/ca.po     | 410 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
33468 2 files changed, 415 insertions(+)
33469
33470commit 31083f52c83b44c025cdb8241a0b3621c6a746a6
33471Author: Danilo Šegan <dsegan@gmx.net>
33472Date:   Tue Sep 14 18:35:30 2004 +0000
33473
33474    Fix the crash below: this now reports some errors when messages contain
33475
33476    2004-09-14  Danilo Šegan  <dsegan@gmx.net>
33477
33478            * xml2po.py (normalizeString): Fix the crash below: this now
33479            reports some errors when messages contain entities, and they're
33480            not correctly normalized, but at least it doesn't crash (only
33481            when used with -k option).
33482
33483    2004-09-14  Danilo Šegan  <dsegan@gmx.net>
33484
33485            * TODO (TODO): Add some items suggested by Keld.
33486
33487            * configure.ac: Version up to 1.0.11.
33488
33489            * xml2po.py (stringForEntity): Use expand_entities variable.
33490            Add expand_entities variable and "-k", "--keep-entities" options
33491            (this currently crashes with the "Segmentation fault" — need to
33492            look into it).
33493
33494 xml2po/ChangeLog    | 18 ++++++++++++++++++
33495 xml2po/TODO         |  4 ++++
33496 xml2po/configure.ac |  2 +-
33497 xml2po/xml2po.py    | 26 +++++++++++++++++++-------
33498 4 files changed, 42 insertions(+), 8 deletions(-)
33499
33500commit 83e040130645880945c4a24529e404457baa076f
33501Author: Maxim Dziumanenko <mvd@mylinux.com.ua>
33502Date:   Fri Sep 10 14:33:01 2004 +0000
33503
33504    Added Ukrainian translation.
33505
33506    2004-09-10  Maxim Dziumanenko <mvd@mylinux.com.ua>
33507
33508            * Added Ukrainian translation.
33509
33510 ChangeLog    |   4 +
33511 configure.in |   2 +-
33512 po/ChangeLog |   4 +
33513 po/uk.po     | 314 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
33514 4 files changed, 323 insertions(+), 1 deletion(-)
33515
33516commit 826d06844920bcf5219360f3362dfe3e21065dce
33517Author: Pablo Saratxaga <pablo@src.gnome.org>
33518Date:   Thu Sep 9 08:02:24 2004 +0000
33519
33520    Added Walloon file
33521
33522 ChangeLog    |   4 +
33523 configure.in |   2 +-
33524 po/ChangeLog |   6 +-
33525 po/wa.po     | 319 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
33526 4 files changed, 329 insertions(+), 2 deletions(-)
33527
33528commit c6b64b0096c207509e02d61bccce95bd437db4c2
33529Author: David Lodge <dave@cirt.net>
33530Date:   Wed Sep 8 19:54:48 2004 +0000
33531
33532    Updated British translation.
33533
33534    2004-09-08  David Lodge <dave@cirt.net>
33535
33536            * en_GB.po: Updated British translation.
33537
33538 po/ChangeLog |  4 ++++
33539 po/en_GB.po  | 16 +++++++++-------
33540 2 files changed, 13 insertions(+), 7 deletions(-)
33541
33542commit 01b552deb0dd846390bd5305773c2a215f248576
33543Author: Laurent Dhima <laurenti@alblinux.net>
33544Date:   Fri Sep 3 16:56:42 2004 +0000
33545
33546    Updated Albanian translation.
33547
33548    2004-09-03  Laurent Dhima  <laurenti@alblinux.net>
33549
33550            * sq.po: Updated Albanian translation.
33551
33552 po/ChangeLog |  4 ++++
33553 po/sq.po     | 24 +++++++++++++-----------
33554 2 files changed, 17 insertions(+), 11 deletions(-)
33555
33556commit d52f81b78acb6d0b55004766697ad0e6f23855ed
33557Author: Miloslav Trmac <mitr@volny.cz>
33558Date:   Fri Sep 3 12:23:14 2004 +0000
33559
33560    Updated Czech translation.
33561
33562    2004-09-03  Miloslav Trmac  <mitr@volny.cz>
33563
33564            * cs.po: Updated Czech translation.
33565
33566 po/ChangeLog |  4 ++++
33567 po/cs.po     | 17 +++++++++++------
33568 2 files changed, 15 insertions(+), 6 deletions(-)
33569
33570commit 7fdfff7ff98ea7e75ccdde14ec52e24f4fc2c712
33571Author: Adam Weinberger <adamw@src.gnome.org>
33572Date:   Thu Sep 2 03:21:18 2004 +0000
33573
33574    Updated Canadian English translation.
33575
33576
33577            * en_CA.po: Updated Canadian English translation.
33578
33579 po/ChangeLog |  4 ++++
33580 po/en_CA.po  | 17 +++++++++++------
33581 2 files changed, 15 insertions(+), 6 deletions(-)
33582
33583commit 57a2459b00df899bdd6d5cabcd4a22e9acd65a1d
33584Author: Shaun McCance <shaunm@src.gnome.org>
33585Date:   Thu Sep 2 00:06:40 2004 +0000
33586
33587    - Unbroke some PO files
33588
33589    * po/nl.po:
33590    * po/pt.po:
33591    * po/pt_BR.po:
33592    * po/sq.po:
33593    * po/sv.po:
33594    - Unbroke some PO files
33595
33596    * xslt/docbook/common/Makefile.am:
33597    - Rebuild db-format.xsl when format2xsl.xsl changes
33598
33599    * xslt/docbook/common/db-format.xml.in:
33600    - Changes according to the new format2xsl work
33601
33602    * xslt/docbook/common/db-label.xsl:
33603    * xslt/docbook/html/db2html-title.xsl:
33604    - Make use of the new formatting code for labels
33605
33606    * xslt/docbook/html/report.xslt:
33607    - Sans the serifs in report.html
33608
33609    * xslt/gettext/format2xsl.xsl:
33610    - Changes to the file format to support better argument handling
33611    - Implemented roles for templates
33612    - Actually got the language code hooked up right
33613
33614 ChangeLog                            |  27 +++
33615 po/nl.po                             |   8 +-
33616 po/pt.po                             |   8 +-
33617 po/pt_BR.po                          |   8 +-
33618 po/sq.po                             |   4 +-
33619 po/sv.po                             |   8 +-
33620 xslt/docbook/common/Makefile.am      |   2 +-
33621 xslt/docbook/common/db-format.xml.in |  88 ++++----
33622 xslt/docbook/common/db-label.xsl     |  51 ++++-
33623 xslt/docbook/html/db2html-title.xsl  |  29 +--
33624 xslt/docbook/html/report.xslt        |   1 +
33625 xslt/gettext/format2xsl.xsl          | 379 +++++++++++++++++++++++++++++------
33626 12 files changed, 459 insertions(+), 154 deletions(-)
33627
33628commit 96334cc3bd4d4ca54cf71a0ef093dc4fd0ab4429
33629Author: Vincent van Adrighem <adrighem@gnome.org>
33630Date:   Fri Aug 27 23:12:05 2004 +0000
33631
33632    Translation updated by Elros Cyriatan.
33633
33634    2004-08-28  Vincent van Adrighem  <adrighem@gnome.org>
33635
33636            * nl.po: Translation updated by Elros Cyriatan.
33637
33638 po/ChangeLog |  4 ++++
33639 po/nl.po     | 20 ++++++++++----------
33640 2 files changed, 14 insertions(+), 10 deletions(-)
33641
33642commit c05d9d69062175ef184328ca5cd48b4fef4110f7
33643Author: Francisco Javier F. Serrador <serrador@cvs.gnome.org>
33644Date:   Sat Aug 21 16:11:23 2004 +0000
33645
33646    Updated Spanish translation.
33647
33648    2004-08-21  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
33649
33650            * es.po: Updated Spanish translation.
33651
33652 po/ChangeLog |  4 ++++
33653 po/es.po     | 19 +++++++++----------
33654 2 files changed, 13 insertions(+), 10 deletions(-)
33655
33656commit 18198206e97f736db52844522c6a0b3f44218b4d
33657Author: Laurent Dhima <laurenti@alblinux.net>
33658Date:   Fri Aug 20 16:49:14 2004 +0000
33659
33660    Updated Albanian translation.
33661
33662    2004-08-20  Laurent Dhima  <laurenti@alblinux.net>
33663
33664            * sq.po: Updated Albanian translation.
33665
33666 po/ChangeLog | 4 ++++
33667 po/sq.po     | 6 ++++--
33668 2 files changed, 8 insertions(+), 2 deletions(-)
33669
33670commit 8fc15b212b821b4a6bdf2f52efab9785c0d56a8a
33671Author: Laurent Dhima <laurenti@alblinux.net>
33672Date:   Wed Aug 18 10:56:17 2004 +0000
33673
33674    Updated Albanian translation.
33675
33676    2004-08-18  Laurent Dhima  <laurenti@alblinux.net>
33677
33678            * sq.po: Updated Albanian translation.
33679
33680 po/ChangeLog |  4 ++++
33681 po/sq.po     | 73 ++----------------------------------------------------------
33682 2 files changed, 6 insertions(+), 71 deletions(-)
33683
33684commit 3b3d4ba97cd901a9ad324f46974bc5aec1cbed52
33685Author: Laszlo Dvornik <dvornik@gnome.hu>
33686Date:   Tue Aug 17 19:25:41 2004 +0000
33687
33688    Added hu to ALL_LINGUAS.
33689
33690    2004-08-17  Laszlo Dvornik  <dvornik@gnome.hu>
33691
33692            * configure.in: Added hu to ALL_LINGUAS.
33693
33694 configure.in | 2 +-
33695 1 file changed, 1 insertion(+), 1 deletion(-)
33696
33697commit f39fb7c90828cd7bbbde67ec006be6a07556b321
33698Author: Laszlo Dvornik <dvornik@gnome.hu>
33699Date:   Tue Aug 17 19:25:38 2004 +0000
33700
33701    Added Hungarian translation by Gabor Kelemen.
33702
33703    2004-08-17  Laszlo Dvornik  <dvornik@gnome.hu>
33704
33705            * hu.po: Added Hungarian translation by Gabor Kelemen.
33706
33707 po/ChangeLog |   4 +
33708 po/hu.po     | 311 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
33709 2 files changed, 315 insertions(+)
33710
33711commit fac0c84803fef9e7388a10629effacebbd84ca70
33712Author: Vincent van Adrighem <adrighem@gnome.org>
33713Date:   Tue Aug 17 12:32:11 2004 +0000
33714
33715    Added nl to ALL_LINGUAS.
33716
33717    2004-08-17  Vincent van Adrighem  <adrighem@gnome.org>
33718
33719            * configure.in: Added nl to ALL_LINGUAS.
33720
33721 configure.in | 2 +-
33722 1 file changed, 1 insertion(+), 1 deletion(-)
33723
33724commit fbb70501571756273e9ba0588869fbb9785deebb
33725Author: Vincent van Adrighem <adrighem@gnome.org>
33726Date:   Tue Aug 17 12:32:09 2004 +0000
33727
33728    Translation added by Elros Cyriatan.
33729
33730    2004-08-17  Vincent van Adrighem  <adrighem@gnome.org>
33731
33732            * nl.po: Translation added by Elros Cyriatan.
33733
33734 po/ChangeLog |   4 +
33735 po/nl.po     | 313 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
33736 2 files changed, 317 insertions(+)
33737
33738commit c0d608651a7f64fb4165e0d38825dbe47fb7dfa7
33739Author: Duarte Loreto <happyguy_pt@hotmail.com>
33740Date:   Sun Aug 8 01:38:14 2004 +0000
33741
33742    Added Portuguese (pt) to ALL_LINGUAS.
33743
33744    2004-08-08  Duarte Loreto <happyguy_pt@hotmail.com>
33745
33746            * configure.in: Added Portuguese (pt) to ALL_LINGUAS.
33747
33748 ChangeLog    | 4 ++++
33749 configure.in | 2 +-
33750 2 files changed, 5 insertions(+), 1 deletion(-)
33751
33752commit d6d10d409f5745b07e7b292ecd36013bd7679fa9
33753Author: Duarte Loreto <happyguy_pt@hotmail.com>
33754Date:   Sun Aug 8 01:36:55 2004 +0000
33755
33756    Added Portuguese translation.
33757
33758    2004-08-08  Duarte Loreto <happyguy_pt@hotmail.com>
33759
33760            * pt.po: Added Portuguese translation.
33761
33762 po/ChangeLog |   4 +
33763 po/pt.po     | 311 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
33764 2 files changed, 315 insertions(+)
33765
33766commit 62e715d033339971f79e643ea700e368c25ca340
33767Author: Adam Weinberger <adamw@src.gnome.org>
33768Date:   Wed Aug 4 00:49:52 2004 +0000
33769
33770    Added en_CA and en_GB to ALL_LINGUAS. Added Canadian English translation.
33771
33772
33773            * configure.in: Added en_CA and en_GB to ALL_LINGUAS.
33774            * po/en_CA.po: Added Canadian English translation.
33775
33776 ChangeLog    |   4 +
33777 configure.in |   2 +-
33778 po/ChangeLog |   4 +
33779 po/en_CA.po  | 311 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
33780 4 files changed, 320 insertions(+), 1 deletion(-)
33781
33782commit 911f28cecde23e05c1b78e55fc2af70162b3dcfc
33783Author: Laurent Dhima <laurenti@alblinux.net>
33784Date:   Wed Jul 28 17:57:47 2004 +0000
33785
33786    Added sq to ALL_LINGUAS.
33787
33788    2004-07-28  Laurent Dhima  <laurenti@alblinux.net>
33789
33790            * configure.in: Added sq to ALL_LINGUAS.
33791
33792 configure.in | 2 +-
33793 1 file changed, 1 insertion(+), 1 deletion(-)
33794
33795commit a49d3c3b5957d3d87ddc7137c0f274bdf513a9c6
33796Author: Laurent Dhima <laurenti@alblinux.net>
33797Date:   Wed Jul 28 17:57:45 2004 +0000
33798
33799    Added Albanian translation.
33800
33801    2004-07-28  Laurent Dhima  <laurenti@alblinux.net>
33802
33803            * sq.po: Added Albanian translation.
33804
33805 po/ChangeLog |   4 +
33806 po/sq.po     | 382 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
33807 2 files changed, 386 insertions(+)
33808
33809commit a87c4f30de75799367d42527e70ce0771c811b46
33810Author: David Lodge <dave@cirt.net>
33811Date:   Mon Jul 26 22:19:40 2004 +0000
33812
33813    Updated British translation.
33814
33815    2004-07-26  David Lodge <dave@cirt.net>
33816
33817            * en_GB.po: Updated British translation.
33818
33819 po/ChangeLog | 4 ++++
33820 po/en_GB.po  | 6 +++---
33821 2 files changed, 7 insertions(+), 3 deletions(-)
33822
33823commit 5ecbce484a14286f7ccfb2035dc11bf0c4983766
33824Author: Estêvão Samuel Procópio <tevaum@src.gnome.org>
33825Date:   Mon Jul 26 19:59:32 2004 +0000
33826
33827    Added Brazilian Portuguese translation.
33828
33829 ChangeLog    |   4 +
33830 configure.in |   2 +-
33831 po/ChangeLog |   4 +
33832 po/pt_BR.po  | 311 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
33833 4 files changed, 320 insertions(+), 1 deletion(-)
33834
33835commit e68f2f11491a88820b72c3db0e93f9fddac0570a
33836Author: Miloslav Trmac <mitr@volny.cz>
33837Date:   Sun Jul 25 15:32:29 2004 +0000
33838
33839    Added cs to ALL_LINGUAS.
33840
33841    2004-07-25  Miloslav Trmac  <mitr@volny.cz>
33842
33843            * configure.in: Added cs to ALL_LINGUAS.
33844
33845 configure.in | 2 +-
33846 1 file changed, 1 insertion(+), 1 deletion(-)
33847
33848commit 3f99db11c4cb31bce477b491b4af7104913f07d6
33849Author: Miloslav Trmac <mitr@volny.cz>
33850Date:   Sun Jul 25 15:32:21 2004 +0000
33851
33852    Added Czech translation.
33853
33854    2004-07-25  Miloslav Trmac  <mitr@volny.cz>
33855
33856            * cs.po: Added Czech translation.
33857
33858 po/ChangeLog |   4 +
33859 po/cs.po     | 312 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
33860 2 files changed, 316 insertions(+)
33861
33862commit 8ec3a7da991bcc8aa5e1c3d0df415e7746bd49e6
33863Author: Francisco Javier F. Serrador <serrador@cvs.gnome.org>
33864Date:   Sun Jul 25 10:48:45 2004 +0000
33865
33866    Added Spanish translation.
33867
33868    2004-07-25  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
33869
33870            * es.po: Added Spanish translation.
33871
33872 ChangeLog    |   4 +
33873 configure.in |   2 +-
33874 po/ChangeLog |   4 +
33875 po/es.po     | 314 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
33876 4 files changed, 323 insertions(+), 1 deletion(-)
33877
33878commit 413c33b124db5ba7ab3bf8b4e3444b9eaecab6fb
33879Author: David Lodge <dave@cirt.net>
33880Date:   Sun Jul 25 10:26:58 2004 +0000
33881
33882    Added British translation.
33883
33884    2004-07-25  David Lodge  <dave@cirt.net>
33885
33886            * en_GB.po: Added British translation.
33887
33888 po/ChangeLog |   4 +
33889 po/en_GB.po  | 314 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
33890 2 files changed, 318 insertions(+)
33891
33892commit 0160a74fe7d9a625baa3439bfe75c37ee815e6d9
33893Author: Christian Rose <menthos@menthos.com>
33894Date:   Sat Jul 24 18:02:17 2004 +0000
33895
33896    Added "sv" to ALL_LINGUAS. Added Swedish translation.
33897
33898    2004-07-24  Christian Rose  <menthos@menthos.com>
33899
33900            * configure.in: Added "sv" to ALL_LINGUAS.
33901            * po/sv.po: Added Swedish translation.
33902
33903 ChangeLog    |   4 +
33904 configure.in |   2 +-
33905 po/ChangeLog |   4 +
33906 po/sv.po     | 762 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
33907 4 files changed, 771 insertions(+), 1 deletion(-)
33908
33909commit af199e7108d3550148a45c8f368e0df0e790923b
33910Author: Christian Rose <menthos@menthos.com>
33911Date:   Sat Jul 24 17:47:28 2004 +0000
33912
33913    More entries. Added more files and comment.
33914
33915    2004-07-24  Christian Rose  <menthos@menthos.com>
33916
33917            * .cvsignore: More entries.
33918            * POTFILES.in: Added more files and comment.
33919
33920 po/.cvsignore  | 10 ++++++++++
33921 po/ChangeLog   |  5 +++++
33922 po/POTFILES.in |  4 ++++
33923 3 files changed, 19 insertions(+)
33924
33925commit 473826682ffe0a1f9ba73cc44918321637ebe954
33926Author: Shaun McCance <shaunm@src.gnome.org>
33927Date:   Thu Jul 22 22:05:41 2004 +0000
33928
33929    - _DOC_LINGUAS is not DOC_LINGUAS - ($patsubst is not $(patsubst - Sigh
33930
33931    * gnome-doc-utils.make:
33932    - _DOC_LINGUAS is not DOC_LINGUAS
33933    - ($patsubst is not $(patsubst
33934    - Sigh
33935
33936 ChangeLog            | 7 +++++++
33937 gnome-doc-utils.make | 6 +++---
33938 2 files changed, 10 insertions(+), 3 deletions(-)
33939
33940commit b68d652e69bb6b5cc5bd0648a515e02fe93d030f
33941Author: Shaun McCance <shaunm@src.gnome.org>
33942Date:   Thu Jul 22 21:58:26 2004 +0000
33943
33944    - echo is not mkdir
33945
33946    * gnome-doc-utils.make:
33947    - echo is not mkdir
33948
33949    * xslt/docbook/html/db2html-callout.xsl:
33950    - Some stylistic stuff
33951
33952 ChangeLog                             |  8 ++++++++
33953 gnome-doc-utils.make                  |  2 +-
33954 xslt/docbook/html/db2html-callout.xsl | 38 +++++++++++++++++++++++++++++------
33955 3 files changed, 41 insertions(+), 7 deletions(-)
33956
33957commit fe425efa1edebd85e2c1c322bd2479578e29b27f
33958Author: Shaun McCance <shaunm@src.gnome.org>
33959Date:   Thu Jul 22 19:50:35 2004 +0000
33960
33961    - s/GNOME-DOC-UTILS/GNOME_DOC_UTILS/
33962
33963    * configure.in:
33964    - s/GNOME-DOC-UTILS/GNOME_DOC_UTILS/
33965
33966    * gnome-doc-utils.make:
33967    - Create locale directories if they don't exist
33968
33969 ChangeLog            | 8 ++++++++
33970 configure.in         | 2 +-
33971 gnome-doc-utils.make | 3 +++
33972 3 files changed, 12 insertions(+), 1 deletion(-)
33973
33974commit bde11ce30561a2e0818b05169b9e8ca97710caaf
33975Author: Shaun McCance <shaunm@src.gnome.org>
33976Date:   Mon Jul 19 07:17:24 2004 +0000
33977
33978    - Added libxslt 1.1.8 dependancy for bug #141532
33979
33980    * configure.in:
33981    - Added libxslt 1.1.8 dependancy for bug #141532
33982
33983    * xslt/docbook/common/db-chunk.xsl:
33984    - Fixed incorrectness in db.chunk.depth-in-chunk
33985
33986    * xslt/docbook/common/db-xref.xsl:
33987    - Fixed incorrectness in db.xref.target
33988
33989    * xslt/docbook/html/Makefile.am:
33990    * xslt/docbook/html/db2html-callout.xsl:
33991    * xslt/docbook/html/db2html.xsl:
33992    - Added db2html-callout.xsl
33993
33994    * xslt/docbook/html/db2html-autotoc.xsl:
33995    - Made autotoc actually link
33996
33997    * xslt/docbook/html/db2html-css.xsl:
33998    * xslt/docbook/html/db2html-list.xsl:
33999    * xslt/docbook/html/db2html-table.xsl:
34000    - Lots more style information
34001    - Moved CSS bits to seperate files
34002    - Nice de-<p>-ifyer for singleton <para>s in <listitem>s and <entry>s
34003
34004    * xslt/docbook/html/db2html-suppressed.xsl:
34005    - Added listitem and indexterm & friends
34006
34007    * xslt/docbook/html/db2html-title.xsl:
34008    - Style information, see above
34009    - Removed #141532 work-around
34010
34011 ChangeLog                                |  33 ++++
34012 configure.in                             |   5 +
34013 xslt/docbook/common/db-chunk.xsl         |  30 ++--
34014 xslt/docbook/common/db-xref.xsl          |  13 +-
34015 xslt/docbook/html/Makefile.am            |   1 +
34016 xslt/docbook/html/db2html-autotoc.xsl    |  12 +-
34017 xslt/docbook/html/db2html-callout.xsl    | 128 ++++++++++++++
34018 xslt/docbook/html/db2html-css.xsl        |  65 +++----
34019 xslt/docbook/html/db2html-list.xsl       | 285 ++++++++++++++++++++-----------
34020 xslt/docbook/html/db2html-suppressed.xsl |  16 ++
34021 xslt/docbook/html/db2html-table.xsl      |   8 +
34022 xslt/docbook/html/db2html-title.xsl      | 142 +++++++--------
34023 xslt/docbook/html/db2html.xsl            |   3 +
34024 13 files changed, 497 insertions(+), 244 deletions(-)
34025
34026commit b9f1f39d902ed6b506bb004a65a46ec8caa3e8df
34027Author: Shaun McCance <shaunm@src.gnome.org>
34028Date:   Wed Jul 14 23:58:43 2004 +0000
34029
34030    Adding NO-AUTO-GEN files
34031
34032 test/testdoc1/NO-AUTO-GEN | 0
34033 xml2po/NO-AUTO-GEN        | 0
34034 2 files changed, 0 insertions(+), 0 deletions(-)
34035
34036commit fd73e190462490fc42c66d3a307eb079b3db0b83
34037Author: Shaun McCance <shaunm@src.gnome.org>
34038Date:   Wed Jul 14 23:58:01 2004 +0000
34039
34040    - Completed table support, sans a few attributes
34041
34042    * test/testdocs/table.x001.xml:
34043    * xslt/docbook/html/db2html-table.xsl:
34044    - Completed table support, sans a few attributes
34045
34046 ChangeLog                           |   6 +
34047 test/testdocs/table.x001.xml        |  23 +-
34048 xslt/docbook/html/db2html-table.xsl | 557 ++++++++++++++++++++----------------
34049 3 files changed, 334 insertions(+), 252 deletions(-)
34050
34051commit 2af5cad6bd481aa518dee2bc3f9e8ba3a1f06ea1
34052Author: Shaun McCance <shaunm@src.gnome.org>
34053Date:   Tue Jul 13 04:46:56 2004 +0000
34054
34055    - Added table test for spanning stuff
34056
34057    * test/testdocs/README:
34058    * test/testdocs/table.x001.xml:
34059    - Added table test for spanning stuff
34060
34061    * xslt/docbook/html/db2html-table.xsl:
34062    - Lots of table jolliness, back to half-working
34063
34064 ChangeLog                           |    9 +
34065 test/testdocs/README                |    1 +
34066 test/testdocs/table.x001.xml        |   51 ++
34067 xslt/docbook/html/db2html-table.xsl | 1288 +++++++++++++++++++----------------
34068 4 files changed, 769 insertions(+), 580 deletions(-)
34069
34070commit e8baedb3ba882fedd42eccd393f640668b2578af
34071Author: Shaun McCance <shaunm@src.gnome.org>
34072Date:   Sat Jul 10 01:49:26 2004 +0000
34073
34074    - Hooking up db-format.xsl
34075
34076    * xslt/docbook/html/db2html.xsl:
34077    - Hooking up db-format.xsl
34078
34079    * xslt/gettext/format2xsl.xsl:
34080    - Small fix for xsl:when and passing @lang through
34081
34082 ChangeLog                     | 8 ++++++++
34083 xslt/docbook/html/db2html.xsl | 1 +
34084 xslt/gettext/format2xsl.xsl   | 3 ++-
34085 3 files changed, 11 insertions(+), 1 deletion(-)
34086
34087commit 2c19c00436f54a477dff8ada613b1b50331cb620
34088Author: Shaun McCance <shaunm@src.gnome.org>
34089Date:   Fri Jul 9 20:58:35 2004 +0000
34090
34091    - s/Bigliography/Bibliography/
34092
34093    * xslt/docbook/common/db-label.xsl:
34094    - s/Bigliography/Bibliography/
34095
34096 ChangeLog                        | 5 +++++
34097 xslt/docbook/common/db-label.xsl | 2 +-
34098 2 files changed, 6 insertions(+), 1 deletion(-)
34099
34100commit 5f2461411ae58eefa0f5d54e1130da98d20b5975
34101Author: Shaun McCance <shaunm@src.gnome.org>
34102Date:   Fri Jul 9 04:19:41 2004 +0000
34103
34104    - Added gnome-doc-utils.make to EXTRA_DIST
34105
34106    * Makefile.am:
34107    - Added gnome-doc-utils.make to EXTRA_DIST
34108
34109    * gnome-doc-utils.m4:
34110    - Made ${datadir}/gnome/help the default helpdir for now
34111
34112    * xslt/docbook/common/Makefile.am:
34113    * xslt/docbook/common/db-format.xml.in:
34114    * xslt/gettext/Makefile.am:
34115    * xslt/gettext/format2xsl.xsl:
34116    - Added format2xsl and db-format
34117
34118    * xslt/docbook/html/db2html-inline.xsl:
34119    - Using db-format routines for quote
34120
34121    * xslt/gettext/gettext.xsl:
34122    - Added a big ol' FIXME comment
34123
34124 ChangeLog                            |  20 +++++
34125 Makefile.am                          |   3 +-
34126 gnome-doc-utils.m4                   |   2 +-
34127 xslt/docbook/common/Makefile.am      |   7 +-
34128 xslt/docbook/common/db-format.xml.in |  46 ++++++++++
34129 xslt/docbook/html/db2html-inline.xsl |  16 +---
34130 xslt/gettext/Makefile.am             |   1 +
34131 xslt/gettext/format2xsl.xsl          | 161 +++++++++++++++++++++++++++++++++++
34132 xslt/gettext/gettext.xsl             |   7 ++
34133 9 files changed, 246 insertions(+), 17 deletions(-)
34134
34135commit 2078517472def92f97c0472154836ae556f468c3
34136Author: Shaun McCance <shaunm@src.gnome.org>
34137Date:   Fri Jul 9 04:14:00 2004 +0000
34138
34139    - Adding to CVS
34140
34141    * doc/gnome-doc-make/gnome-doc-make.omf.in:
34142    - Adding to CVS
34143
34144 ChangeLog                                |  5 +++++
34145 doc/gnome-doc-make/gnome-doc-make.omf.in | 10 ++++++++++
34146 2 files changed, 15 insertions(+)
34147
34148commit 3e9dc0e56e160a3b2cfbed00eb77682dc4757da2
34149Author: Shaun McCance <shaunm@src.gnome.org>
34150Date:   Fri Jul 9 00:58:33 2004 +0000
34151
34152    - Use --with-helpformat so it will actually work
34153
34154    * gnome-doc-utils.m4:
34155    - Use --with-helpformat so it will actually work
34156
34157    * gnome-doc-utils.make:
34158    * xslt/docbook/omf/db2omf.xsl:
34159    - Hook formats up, some more OMF handling
34160
34161 ChangeLog                   |  9 +++++++++
34162 gnome-doc-utils.m4          | 10 +++++-----
34163 gnome-doc-utils.make        | 36 +++++++++++++++++++++++++-----------
34164 xslt/docbook/omf/db2omf.xsl | 24 ++++++++++++++++++++++++
34165 4 files changed, 63 insertions(+), 16 deletions(-)
34166
34167commit f9cadc213c203f8eb921ba0e956d123479a87ae2
34168Author: Shaun McCance <shaunm@src.gnome.org>
34169Date:   Thu Jul 8 21:19:21 2004 +0000
34170
34171    - Hooked up the gnome-doc-make document
34172
34173    * configure.in:
34174    * doc/Makefile.am:
34175    * doc/gnome-doc-make/Makefile.am:
34176    * doc/gnome-doc-make/gnome-doc-make.awk:
34177    * doc/gnome-doc-make/C/gnome-doc-make.xml:
34178    * doc/gnome-doc-make/C/legal.xml:
34179    - Hooked up the gnome-doc-make document
34180
34181    * gnome-doc-utils.m4:
34182    - Fixed up the documentation formats argument
34183
34184    * gnome-doc-utils.make:
34185    - Lots and lots of adjustments, more targets working
34186
34187    * xslt/docbook/common/db-chunk.xsl:
34188    - Hooked up some of the chunk utility templates
34189
34190    * xslt/docbook/common/db-xref.xsl:
34191    * xslt/docbook/html/db2html-xref.xsl:
34192    - Hooked up some xref stuff
34193
34194    * xslt/docbook/html/db2html-admon.xsl:
34195    - Detableified admonitions, for now
34196
34197 ChangeLog                               |  26 ++++
34198 configure.in                            |   1 +
34199 doc/Makefile.am                         |   2 +-
34200 doc/gnome-doc-make/C/gnome-doc-make.xml |  43 ++++++
34201 doc/gnome-doc-make/C/legal.xml          |  63 +++++++++
34202 doc/gnome-doc-make/Makefile.am          |   9 ++
34203 doc/gnome-doc-make/gnome-doc-make.awk   |   4 +-
34204 gnome-doc-utils.m4                      |  14 +-
34205 gnome-doc-utils.make                    | 225 +++++++++++++++++++-------------
34206 xslt/docbook/common/db-chunk.xsl        |  54 +++++++-
34207 xslt/docbook/common/db-xref.xsl         |  52 +++++++-
34208 xslt/docbook/html/db2html-admon.xsl     |  28 ++--
34209 xslt/docbook/html/db2html-xref.xsl      |  88 +++----------
34210 13 files changed, 412 insertions(+), 197 deletions(-)
34211
34212commit 065b77ff7acf516ec5fbe548a4009585dfdae252
34213Author: Danilo Šegan <dsegan@gmx.net>
34214Date:   Sun Jun 20 14:23:09 2004 +0000
34215
34216    Documented changes in 1.0.8, 1.0.9 and 1.0.10.
34217
34218    2004-06-19  Danilo Šegan  <dsegan@gmx.net>
34219
34220            * NEWS: Documented changes in 1.0.8, 1.0.9 and 1.0.10.
34221
34222            * configure.ac: Move version up to 1.0.10.
34223
34224            * README.in (Updating a translation): Changed recommendations for
34225            "-u" option.
34226            * xml2po.py: Suggest full filename for "-u" option.
34227
34228            * xml2po.py (MessageOutput): Add support for translations.
34229            Add "-r" parameter for reusing translations.
34230
34231            * TODO (TODO, DONE): Updated with new goals and achievements.
34232
34233 xml2po/ChangeLog    | 15 +++++++++++++++
34234 xml2po/NEWS         | 26 ++++++++++++++++++++++++++
34235 xml2po/README.in    | 10 ++++++----
34236 xml2po/TODO         | 13 +++++++++----
34237 xml2po/configure.ac |  2 +-
34238 xml2po/xml2po.py    | 47 ++++++++++++++++++++++++++++++++++++-----------
34239 6 files changed, 93 insertions(+), 20 deletions(-)
34240
34241commit 4560b4700df0832a27e7b71d1ab31a96ac0ca240
34242Author: Shaun McCance <shaunm@src.gnome.org>
34243Date:   Sun Jun 13 23:30:30 2004 +0000
34244
34245    - Put stuff in the README. Sri is my bitch.
34246
34247    * README:
34248    - Put stuff in the README.  Sri is my bitch.
34249
34250 ChangeLog |  5 ++++
34251 README    | 89 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
34252 2 files changed, 94 insertions(+)
34253
34254commit 3210ccab2b5c26ba66ce34b42965cc6df4d9da11
34255Author: Shaun McCance <shaunm@src.gnome.org>
34256Date:   Wed Jun 9 11:43:12 2004 +0000
34257
34258    - Moved html/db2html-label.xsl to common/db-label.xsl - Added
34259
34260    * xslt/docbook/common/Makefile.am:
34261    * xslt/docbook/common/db-label.xsl:
34262    * xslt/docbook/common/db-xref.xsl:
34263    * xslt/docbook/html/Makefile.am:
34264    * xslt/docbook/html/db2html-autotoc.xsl:
34265    * xslt/docbook/html/db2html-cmdsynopsis.xsl:
34266    * xslt/docbook/html/db2html-qanda.xsl:
34267    * xslt/docbook/html/db2html-suppressed.xsl:
34268    * xslt/docbook/html/db2html-title.xsl:
34269    * xslt/docbook/html/db2html-xref.xsl:
34270    * xslt/docbook/html/db2html.xsl:
34271    - Moved html/db2html-label.xsl to common/db-label.xsl
34272    - Added common/db-xref.xsl to handle the common parts of xrefs
34273
34274    * xslt/docbook/common/db-common.xsl:
34275    - Added the 'idkey' here
34276
34277    * xslt/docbook/html/db2html-css.xsl:
34278    - Nothing important
34279
34280 ChangeLog                                          |  22 +++
34281 xslt/docbook/common/Makefile.am                    |   4 +-
34282 xslt/docbook/common/db-common.xsl                  |   2 +
34283 .../db2html-label.xsl => common/db-label.xsl}      | 208 ++++++++++-----------
34284 xslt/docbook/common/db-xref.xsl                    |  72 +++++++
34285 xslt/docbook/html/Makefile.am                      |   1 -
34286 xslt/docbook/html/db2html-autotoc.xsl              |  14 +-
34287 xslt/docbook/html/db2html-cmdsynopsis.xsl          |   2 +-
34288 xslt/docbook/html/db2html-css.xsl                  |  11 +-
34289 xslt/docbook/html/db2html-qanda.xsl                |   2 +-
34290 xslt/docbook/html/db2html-suppressed.xsl           |   2 +-
34291 xslt/docbook/html/db2html-title.xsl                |   4 +-
34292 xslt/docbook/html/db2html-xref.xsl                 |  58 +++---
34293 xslt/docbook/html/db2html.xsl                      |   5 +-
34294 14 files changed, 258 insertions(+), 149 deletions(-)
34295
34296commit 5f369abb014a992821bcd376d15a4b99edf487a3
34297Author: Shaun McCance <shaunm@src.gnome.org>
34298Date:   Tue Jun 8 01:35:46 2004 +0000
34299
34300    - Added db2html-css.xml
34301
34302    * doc/xslt/C/.cvsignore:
34303    * xslt/docbook/html/Makefile.am:
34304    * xslt/docbook/html/db2html-css.xsl:
34305    * xslt/docbook/html/db2html.xsl:
34306    - Added db2html-css.xml
34307
34308    * xslt/docbook/html/db2html-autotoc.xsl:
34309    * xslt/docbook/html/db2html-division.xsl:
34310    * xslt/docbook/html/db2html-title.xsl:
34311    - Hooked up some autotoc stuff
34312
34313 ChangeLog                              |  13 ++++
34314 doc/xslt/C/.cvsignore                  |   1 +
34315 xslt/docbook/html/Makefile.am          |   1 +
34316 xslt/docbook/html/db2html-autotoc.xsl  | 106 ++++++++++++++++++++++++++++++++-
34317 xslt/docbook/html/db2html-css.xsl      |  53 +++++++++++++++++
34318 xslt/docbook/html/db2html-division.xsl |  34 +++++++----
34319 xslt/docbook/html/db2html-title.xsl    |   2 +
34320 xslt/docbook/html/db2html.xsl          |   3 +
34321 8 files changed, 201 insertions(+), 12 deletions(-)
34322
34323commit ae26115ed0195cdf8ea670f959425d67759fd0af
34324Author: Shaun McCance <shaunm@src.gnome.org>
34325Date:   Wed Jun 2 05:21:19 2004 +0000
34326
34327    - Updated .cvsignore files
34328
34329 doc/xslt/C/.cvsignore          | 13 +++++++++++++
34330 test/.cvsignore                |  2 ++
34331 test/testdocs/.cvsignore       |  2 ++
34332 xslt/docbook/common/.cvsignore |  2 ++
34333 4 files changed, 19 insertions(+)
34334
34335commit f83c1813a530d950f6dd4a42ca07fce917e6a7df
34336Author: Shaun McCance <shaunm@src.gnome.org>
34337Date:   Wed Jun 2 05:18:00 2004 +0000
34338
34339    - Made test the default target
34340
34341    * test/testdocs/Makefile:
34342    - Made test the default target
34343
34344    * xslt/docbook/common/db-common.xsl:
34345    * xslt/docbook/html/db2html-block.xsl:
34346    * xslt/docbook/html/db2html-inline.xsl:
34347    - Implemented some of linenumbering
34348    - Added preliminary equation support
34349
34350    * xslt/docbook/html/db2html-funcsynopsis.xsl:
34351    - Changed newline character
34352
34353    * xslt/docbook/html/db2html-suppressed.xsl:
34354    - Added alt
34355
34356 ChangeLog                                  | 17 +++++++++++
34357 test/testdocs/Makefile                     |  4 +--
34358 xslt/docbook/common/db-common.xsl          | 45 +++++++++++++++++++++++++++++
34359 xslt/docbook/html/db2html-block.xsl        | 46 ++++++++++++++++++++++++++++--
34360 xslt/docbook/html/db2html-funcsynopsis.xsl |  4 +--
34361 xslt/docbook/html/db2html-inline.xsl       |  5 ++++
34362 xslt/docbook/html/db2html-suppressed.xsl   |  1 +
34363 7 files changed, 115 insertions(+), 7 deletions(-)
34364
34365commit 777fbad15d08c82ed8ff401234b4823ad1c53e43
34366Author: Shaun McCance <shaunm@src.gnome.org>
34367Date:   Wed Jun 2 03:56:38 2004 +0000
34368
34369    gnome-doc-utils.make - Some format stuff that doesn't work
34370
34371    * gnome-doc-utils.m4:
34372    * gnome-doc-utils.make
34373    - Some format stuff that doesn't work
34374
34375    * test/testdocs/Makefile:
34376    - Make test the default target
34377
34378    * xslt/docbook/common/db-chunk.xsl:
34379    - s/filename/basename/
34380
34381    * xslt/docbook/html/db2html-inline.xsl:
34382    * xslt/docbook/html/db2html-media.xsl:
34383    - s/anchor/db2html.anchor/
34384
34385    * xslt/docbook/html/db2html-title.xsl:
34386    - Just use db2html.label.number for sect* labels
34387
34388 ChangeLog                            | 19 ++++++++++++++++
34389 gnome-doc-utils.m4                   |  8 ++++++-
34390 gnome-doc-utils.make                 | 21 ++++++------------
34391 test/testdocs/Makefile               |  3 +++
34392 xslt/docbook/common/db-chunk.xsl     | 43 ++++++++++++++++++------------------
34393 xslt/docbook/html/db2html-inline.xsl |  4 ++--
34394 xslt/docbook/html/db2html-media.xsl  |  6 ++---
34395 xslt/docbook/html/db2html-title.xsl  |  8 +++++++
34396 8 files changed, 71 insertions(+), 41 deletions(-)
34397
34398commit 1744c52b354fcdbe41ba656a42071f3a6856caa6
34399Author: Shaun McCance <shaunm@src.gnome.org>
34400Date:   Thu May 27 23:42:26 2004 +0000
34401
34402    - Fixed xslt/docbook/commom/Makefile.am and added to configure.in
34403
34404    * configure.in:
34405    * xslt/docbook/common/Makefile.am:
34406    - Fixed xslt/docbook/commom/Makefile.am and added to configure.in
34407
34408    * gnome-doc-utils.make:
34409    - Moved some rules around and made things build
34410
34411    * doc/gnome-doc-make/gnome-doc-make.awk:
34412    - Fixed some boundary cases and handled intro paras on sections
34413
34414 ChangeLog                             |  12 ++
34415 configure.in                          |   1 +
34416 doc/gnome-doc-make/gnome-doc-make.awk |  66 ++++++++--
34417 gnome-doc-utils.make                  | 228 ++++++++++++++++++++--------------
34418 xslt/docbook/common/Makefile.am       |   6 +-
34419 5 files changed, 203 insertions(+), 110 deletions(-)
34420
34421commit 043f69e5500feb58d447f4f75fd0a552e88cde4c
34422Author: Shaun McCance <shaunm@src.gnome.org>
34423Date:   Thu May 27 04:45:50 2004 +0000
34424
34425    - Lorem ipsum dolor sit amet
34426
34427    * test/testdoc1/help/testdoc1/C/testdoc1.xml:
34428    - Lorem ipsum dolor sit amet
34429
34430 ChangeLog                                  |   5 +
34431 test/testdoc1/help/testdoc1/C/testdoc1.xml | 564 +++++++++++++++++++++++++++--
34432 2 files changed, 535 insertions(+), 34 deletions(-)
34433
34434commit 40ce2954b93f6d54cdde4062fa4aef25608b3f68
34435Author: Shaun McCance <shaunm@src.gnome.org>
34436Date:   Thu May 27 00:26:54 2004 +0000
34437
34438    - Getting some documentation on the variable in gnome-doc-utils.make
34439
34440    * gnome-doc-utils.make:
34441    * doc/gnome-doc-make/gnome-doc-make.awk:
34442    - Getting some documentation on the variable in gnome-doc-utils.make
34443
34444 ChangeLog                             |   6 ++
34445 doc/gnome-doc-make/gnome-doc-make.awk |  43 +++++++++++
34446 gnome-doc-utils.make                  | 130 +++++++++++++++++++++++++++-------
34447 3 files changed, 154 insertions(+), 25 deletions(-)
34448
34449commit 6604e8677cba7853ee859dd6f72c167e7654536d
34450Author: Shaun McCance <shaunm@src.gnome.org>
34451Date:   Wed May 26 00:32:26 2004 +0000
34452
34453    - Added RNC in comments of what's actually supported - Removed the
34454
34455    * xslt/docbook/html/db2html-classsynopsis.xsl:
34456    - Added RNC in comments of what's actually supported
34457    - Removed the commented IDL stuff
34458
34459 ChangeLog                                   |   6 +
34460 xslt/docbook/html/db2html-classsynopsis.xsl | 261 ++++++----------------------
34461 2 files changed, 57 insertions(+), 210 deletions(-)
34462
34463commit 74a5fbc255b884524f3eb7a8ccb1db2b94205dc7
34464Author: Shaun McCance <shaunm@src.gnome.org>
34465Date:   Tue May 25 06:52:15 2004 +0000
34466
34467    - Made the source view go block-by-block
34468
34469    * test/testdocs/db2html.xsl:
34470    - Made the source view go block-by-block
34471
34472    * xslt/docbook/html/db2html-classsynopsis.xsl:
34473    - Fixed possible problem with trailing modifier in methodsynopsis for C++
34474    - Put stubs in for Python mode
34475
34476    * xslt/docbook/html/db2html-classsynopsis.xsl:
34477    * xslt/docbook/html/db2html-funcsynopsis.xsl
34478    * xslt/docbook/html/db2html-inline.xsl:
34479    - Context-sensitive parameter rendering
34480
34481 ChangeLog                                   |  14 ++
34482 test/testdocs/db2html.xsl                   |  11 +-
34483 xslt/docbook/html/db2html-classsynopsis.xsl | 284 +++++++++++++++++++---------
34484 xslt/docbook/html/db2html-funcsynopsis.xsl  |   5 +-
34485 xslt/docbook/html/db2html-inline.xsl        |   1 -
34486 5 files changed, 227 insertions(+), 88 deletions(-)
34487
34488commit eadf8ed98fe39cb1450200dd277c69988a60c7a1
34489Author: Shaun McCance <shaunm@src.gnome.org>
34490Date:   Tue May 25 00:39:10 2004 +0000
34491
34492    - Removed the xmllint of the source
34493
34494    * test/testdocs/Makefile:
34495    - Removed the xmllint of the source
34496
34497    * test/testdocs/README:
34498    * test/testdocs/classsynopsis.x001.xml:
34499    * test/testdocs/epigraph.001.xml:
34500    - Added classsynopsis.x001.xml
34501    - Corrected the title of epigraph.001.xml
34502
34503    * test/testdocs/db2html.xsl:
34504    - Got the title override for the source block better
34505
34506    * xslt/docbook/html/db2html-classsynopsis.xsl:
34507    - Implemented classsynopsis for C++
34508
34509    * xslt/docbook/html/db2html-funcsynopsis.xsl:
34510    - Match initializer
34511
34512 ChangeLog                                   |  20 ++
34513 test/testdocs/Makefile                      |   1 -
34514 test/testdocs/README                        |   3 +
34515 test/testdocs/classsynopsis.x001.xml        |  69 ++++++
34516 test/testdocs/db2html.xsl                   |   2 +-
34517 test/testdocs/epigraph.001.xml              |   4 +-
34518 xslt/docbook/html/db2html-classsynopsis.xsl | 362 +++++++++++++++++++---------
34519 xslt/docbook/html/db2html-funcsynopsis.xsl  |   7 +-
34520 8 files changed, 352 insertions(+), 116 deletions(-)
34521
34522commit 1c5750cec37824d2ae393e138c73ba0bbbb38180
34523Author: Shaun McCance <shaunm@src.gnome.org>
34524Date:   Mon May 24 16:00:48 2004 +0000
34525
34526    - Made a custom db2html to show the source
34527
34528    * test/testdocs/Makefile:
34529    * test/testdocs/db2html:
34530    - Made a custom db2html to show the source
34531
34532    * xslt/docbook/html/Makefile.am:
34533    * xslt/docbook/html/db2html-table.xsl:
34534    * xslt/docbook/html/db2html.xsl:
34535    - Added db2html-table.xsl, mostly commented out
34536
34537    * xslt/docbook/html/db2html-block.xsl:
34538    - Added para
34539
34540    * xslt/docbook/html/db2html-inline.xsl:
34541    - Fixed trademark to process children
34542
34543    * xslt/docbook/html/db2html-list.xsl:
34544    - Re-added variablelist support
34545
34546    * xslt/docbook/html/db2html-media.xsl:
34547    - Commented out some problematic parts, needs to be fixed
34548
34549 ChangeLog                            |  23 ++
34550 test/testdocs/Makefile               |   2 +-
34551 test/testdocs/db2html.xsl            |  39 +++
34552 xslt/docbook/html/Makefile.am        |   1 +
34553 xslt/docbook/html/db2html-block.xsl  |   5 +
34554 xslt/docbook/html/db2html-inline.xsl |   1 +
34555 xslt/docbook/html/db2html-list.xsl   |  47 ++-
34556 xslt/docbook/html/db2html-media.xsl  |   4 +
34557 xslt/docbook/html/db2html-table.xsl  | 632 +++++++++++++++++++++++++++++++++++
34558 xslt/docbook/html/db2html.xsl        |   3 +
34559 10 files changed, 732 insertions(+), 25 deletions(-)
34560
34561commit c89cef7d08e8bee73ffe5b565e59e67a2479b2cb
34562Author: Shaun McCance <shaunm@src.gnome.org>
34563Date:   Sun May 23 01:24:24 2004 +0000
34564
34565    - Added test for simplelist
34566
34567    * test/testdocs/README:
34568    * test/testdocs/simplelist.x001.xml:
34569    - Added test for simplelist
34570
34571    * xslt/docbook/html/Makefile.am:
34572    * xslt/docbook/html/db2html-classsynopsis.xsl:
34573    * xslt/docbook/html/db2html.xsl:
34574    - Added db2html-classsynopsis, mostly commented out
34575
34576    * xslt/docbook/html/db2html-list.xsl:
34577    - Implemented simplelist
34578
34579    * xslt/docbook/html/db2html-suppressed.xsl:
34580    - Added bibliocoverage
34581
34582 ChangeLog                                   |  17 ++
34583 test/testdocs/README                        |   1 +
34584 test/testdocs/simplelist.x001.xml           |  59 ++++
34585 xslt/docbook/html/Makefile.am               |   1 +
34586 xslt/docbook/html/db2html-classsynopsis.xsl | 458 ++++++++++++++++++++++++++++
34587 xslt/docbook/html/db2html-cmdsynopsis.xsl   |   1 +
34588 xslt/docbook/html/db2html-list.xsl          |  61 +++-
34589 xslt/docbook/html/db2html-suppressed.xsl    |   1 +
34590 xslt/docbook/html/db2html.xsl               |  67 +++-
34591 9 files changed, 646 insertions(+), 20 deletions(-)
34592
34593commit d224185e7c91a718b7718ada343086482705379f
34594Author: Shaun McCance <shaunm@src.gnome.org>
34595Date:   Sat May 22 01:24:45 2004 +0000
34596
34597    - Just having a Makefile for testdocs, and not using autostuff
34598
34599    * configure.in:
34600    * test/Makefile.am:
34601    * test/testdocs/Makefile:
34602    * test/testdocs/Makefile.am:
34603    - Just having a Makefile for testdocs, and not using autostuff
34604
34605    * xslt/docbook/html/db2html-list.xsl:
34606    - Implemented orderedlist and procedure
34607
34608    * xslt/docbook/html/db2html-media.xsl:
34609    - Changed mediadata to imagedata, only using with imagedata and *graphic
34610    - Implemented some elements
34611
34612 ChangeLog                               |  15 ++
34613 configure.in                            |   2 -
34614 test/Makefile.am                        |   2 +-
34615 test/testdocs/{Makefile.am => Makefile} |   2 +-
34616 xslt/docbook/html/db2html-list.xsl      | 234 ++++++++++++++++++--------------
34617 xslt/docbook/html/db2html-media.xsl     | 138 +++++++++----------
34618 6 files changed, 217 insertions(+), 176 deletions(-)
34619
34620commit 95324b289251f0422a0ec3b5dac1529c2b75d7e6
34621Author: Shaun McCance <shaunm@src.gnome.org>
34622Date:   Thu May 20 00:53:50 2004 +0000
34623
34624    - Added db2html-media, mostly commented out right now
34625
34626    * xslt/docbook/html/Makefile.am:
34627    * xslt/docbook/html/db2html-media.xsl:
34628    * xslt/docbook/html/db2html.xsl:
34629    - Added db2html-media, mostly commented out right now
34630
34631    * xslt/docbook/html/db2html-admon.xsl:
34632    - Indentation changes, because I'm a bitch
34633
34634 ChangeLog                           |  10 +
34635 xslt/docbook/html/Makefile.am       |   1 +
34636 xslt/docbook/html/db2html-admon.xsl | 388 ++++++++++++++++++------------------
34637 xslt/docbook/html/db2html-media.xsl | 201 +++++++++++++++++++
34638 xslt/docbook/html/db2html.xsl       |   1 +
34639 5 files changed, 407 insertions(+), 194 deletions(-)
34640
34641commit 5115b9d16b95ec28c022ffc15a216bec72706571
34642Author: Shaun McCance <shaunm@src.gnome.org>
34643Date:   Wed May 19 01:25:48 2004 +0000
34644
34645    - Implement doc:include and doc:summary - Do more synopsis stuff
34646
34647    * doc/xslt/C/gnome-doc-xslt.xml:
34648    * xslt/docbook/html/db2html.xsl:
34649    * xslt/xsldoc/xsldoc.xsl:
34650    - Implement doc:include and doc:summary
34651    - Do more synopsis stuff
34652
34653 ChangeLog                     |   8 ++
34654 doc/xslt/C/gnome-doc-xslt.xml |  20 +----
34655 xslt/docbook/html/db2html.xsl |  36 ++++----
34656 xslt/xsldoc/xsldoc.xsl        | 195 +++++++++++++++++++++++++++++++++++++++---
34657 4 files changed, 208 insertions(+), 51 deletions(-)
34658
34659commit 5710daa6865a1385dd43e3ef4bef1eeed2c1ea5d
34660Author: Shaun McCance <shaunm@src.gnome.org>
34661Date:   Fri May 14 19:41:09 2004 +0000
34662
34663    doc/xslt/C/gnome-doc-xslt.xml xslt/docbook/html/Makefile.am
34664
34665    * doc/xslt/C/gnome-doc-xslt.xml
34666    * xslt/docbook/html/Makefile.am
34667    * xslt/docbook/html/db2html-list.xml:
34668    - Added db2html-list, only segmentedlist and itemizedlist enabled right now
34669
34670    * xslt/docbook/html/db2html-division.xsl:
34671    - Quick CSS rule for alternating-color rules
34672
34673    * xslt/docbook/html/db2html.xsl:
34674    - Added a FIXME template matching *
34675
34676 ChangeLog                              |  13 ++
34677 doc/xslt/C/gnome-doc-xslt.xml          |   1 +
34678 xslt/docbook/html/Makefile.am          |   1 +
34679 xslt/docbook/html/db2html-division.xsl |   5 +
34680 xslt/docbook/html/db2html-list.xsl     | 285 +++++++++++++++++++++++++++++++++
34681 xslt/docbook/html/db2html.xsl          |  13 ++
34682 6 files changed, 318 insertions(+)
34683
34684commit 36e34fa2695e3e4b8bd1dc082570962c22e5b433
34685Author: Shaun McCance <shaunm@src.gnome.org>
34686Date:   Fri May 14 00:56:57 2004 +0000
34687
34688    - s/chunk_id/chunk-id/
34689
34690    * xslt/docbook/common/db-chunk.xsl:
34691    - s/chunk_id/chunk-id/
34692
34693    * xslt/docbook/html/TODO:
34694    * xslt/docbook/html/db2html-label.xsl:
34695    * xslt/docbook/html/db2html-title.xsl:
34696    - Implemented some titles and title labels and stuff
34697    - Avoid xsl:element for subtitle too
34698
34699    * xslt/docbook/html/db2html-block.xsl:
34700    - Added attribution
34701
34702    * xslt/docbook/html/db2html-division.xsl:
34703    - Added the entries param to db2html.division.content
34704
34705    * xslt/docbook/html/db2html-qanda.xsl:
34706    - More qanda work
34707
34708    * xslt/docbook/html/db2html-suppressed.xsl:
34709    - blockinfo
34710
34711    * xslt/xsldoc/xsldoc.xsl:
34712    - Some checks for modes
34713
34714 ChangeLog                                |  26 +++
34715 xslt/docbook/common/db-chunk.xsl         |   4 +-
34716 xslt/docbook/html/TODO                   |  32 +---
34717 xslt/docbook/html/db2html-block.xsl      |  15 +-
34718 xslt/docbook/html/db2html-division.xsl   |  57 ++++--
34719 xslt/docbook/html/db2html-label.xsl      |  15 +-
34720 xslt/docbook/html/db2html-qanda.xsl      |  23 ++-
34721 xslt/docbook/html/db2html-suppressed.xsl |   3 +-
34722 xslt/docbook/html/db2html-title.xsl      | 299 +++++++++++++++++++++++++------
34723 xslt/xsldoc/xsldoc.xsl                   |  27 +++
34724 10 files changed, 380 insertions(+), 121 deletions(-)
34725
34726commit 62fd0b255faa7bc114a6c9c074a8febb3ea4dc72
34727Author: Shaun McCance <shaunm@src.gnome.org>
34728Date:   Wed May 12 23:59:05 2004 +0000
34729
34730    - Added db2html-autotoc and db2html-qanda
34731
34732    * doc/xslt/C/gnome-doc-xslt.xml:
34733    * xslt/docbook/html/Makefile.am:
34734    * xslt/docbook/html/db2html-autotoc.xsl:
34735    * xslt/docbook/html/db2html-qanda.xsl:
34736    * xslt/docbook/html/db2html.xsl:
34737    - Added db2html-autotoc and db2html-qanda
34738
34739    * test/testdocs/Makefile.am:
34740    - xmllinting the original into the output dir, for easier visual checks
34741
34742    * xslt/docbook/html/db2html-division.xsl:
34743    - Added more params to db2html.division.content for flexibility
34744
34745    * xslt/docbook/html/db2html-info.xsl:
34746    * xslt/docbook/html/db2html-suppressed.xsl:
34747    - Implemented revhistory and friends
34748
34749    * xslt/docbook/html/db2html-label.xsl:
34750    - Labels for question and answer
34751
34752    * xslt/docbook/html/db2html-title.xsl:
34753    - Passing depth_in_chunk to title match
34754
34755 ChangeLog                                | 25 ++++++++++++
34756 doc/xslt/C/gnome-doc-xslt.xml            |  2 +
34757 test/testdocs/Makefile.am                |  1 +
34758 xslt/docbook/html/Makefile.am            |  2 +
34759 xslt/docbook/html/db2html-autotoc.xsl    | 13 ++++++
34760 xslt/docbook/html/db2html-division.xsl   | 31 ++++++++++++--
34761 xslt/docbook/html/db2html-info.xsl       | 69 ++++++++++++++++++++++++++++++++
34762 xslt/docbook/html/db2html-label.xsl      | 36 +++++++++++++++++
34763 xslt/docbook/html/db2html-qanda.xsl      | 49 +++++++++++++++++++++++
34764 xslt/docbook/html/db2html-suppressed.xsl |  8 ++++
34765 xslt/docbook/html/db2html-title.xsl      |  7 +++-
34766 xslt/docbook/html/db2html.xsl            |  2 +
34767 12 files changed, 241 insertions(+), 4 deletions(-)
34768
34769commit e7b899c46c23d72ea5f92187952c42f1da89f422
34770Author: Shaun McCance <shaunm@src.gnome.org>
34771Date:   Wed May 12 01:09:07 2004 +0000
34772
34773    - Added funcsynopsis.x001.xml
34774
34775    * test/testdocs/README:
34776    * test/testdocs/funcsynopsis.x001.xml:
34777    - Added funcsynopsis.x001.xml
34778
34779    * xslt/docbook/common/db-chunk.xsl:
34780    - Added db.chunk.chunk-id template stub
34781
34782    * xslt/docbook/common/db-common.xsl:
34783    - Added db.xref.target template
34784
34785    * xslt/docbook/html/db2html-block.xsl:
34786    - Added db2html.blockquote template, matches blockquote and epigraph
34787    - Added db2html.pre template
34788    - Matched caption
34789
34790    * xslt/docbook/html/db2html-cmdsynopsis.xsl:
34791    - Removed all the mode stuff, because it's not needed
34792
34793    * xslt/docbook/html/db2html-funcsynopsis.xsl:
34794    - Implemented most of the funcsynopsis stuff
34795
34796    * xslt/docbook/html/db2html-info.xsl:
34797    - Added legalnotice support
34798
34799    * xslt/docbook/html/db2html-suppressed.xsl:
34800    - Removed suppression of funcsynopsis and cmdsynopsis stuff
34801    - Added bridgehead and legalnotice
34802
34803    * xslt/docbook/html/db2html-title.xsl:
34804    - Removed xsl:element, because of #141532
34805
34806    * xslt/docbook/html/db2html-xref.xsl:
34807    - Implemented link
34808
34809    * xslt/docbook/html/report.xslt:
34810    - Linkified the element names to the DocBook documentation
34811
34812 ChangeLog                                  |  39 ++
34813 test/testdocs/README                       |   3 +
34814 test/testdocs/funcsynopsis.x001.xml        |  51 +++
34815 xslt/docbook/common/db-chunk.xsl           |  64 ++--
34816 xslt/docbook/common/db-common.xsl          |  37 ++
34817 xslt/docbook/html/db2html-block.xsl        |  54 ++-
34818 xslt/docbook/html/db2html-cmdsynopsis.xsl  | 552 +++++++++++++----------------
34819 xslt/docbook/html/db2html-funcsynopsis.xsl | 118 ++++--
34820 xslt/docbook/html/db2html-info.xsl         |  23 ++
34821 xslt/docbook/html/db2html-suppressed.xsl   |  12 +-
34822 xslt/docbook/html/db2html-title.xsl        | 103 ++++--
34823 xslt/docbook/html/db2html-xref.xsl         |  59 ++-
34824 xslt/docbook/html/report.xslt              |  11 +-
34825 13 files changed, 702 insertions(+), 424 deletions(-)
34826
34827commit f962388e294c54f0335e27e45310378454a49895
34828Author: Shaun McCance <shaunm@src.gnome.org>
34829Date:   Tue May 11 00:16:13 2004 +0000
34830
34831    - Hooking up the testdocs right
34832
34833    * test/testdocs/Makefile.am:
34834    - Hooking up the testdocs right
34835
34836    * xslt/docbook/Makefile.am:
34837    - Added common to SUBDIRS
34838
34839    * xslt/docbook/common/db-chunk.xsl:
34840    - Added db.chunk.chunk_top and filename params for special files
34841
34842    * xslt/docbook/common/db-common.xsl:
34843    * xslt/gettext/gettext.xsl:
34844    - Moved db.dingbat from gettext to db-common
34845
34846    * xslt/docbook/html/db2html-block.xsl:
34847    - Changed para to db2html.para, as it should be
34848
34849    * xslt/docbook/html/db2html-info.xsl:
34850    - Added support for corpcredit
34851    - Made db.personname calling work
34852
34853    * xslt/docbook/html/db2html-inline.xsl:
34854    - Added code and corpcredit support
34855    - Calling db.dingbat, now in db-common
34856
34857    * xslt/docbook/html/db2html-label.xsl:
34858    - Fixed erroneous $sect reference
34859
34860    * xslt/docbook/html/db2html-suppressed.xsl:
34861    - Added beginpage
34862
34863    * xslt/docbook/html/db2html.xsl:
34864    - Moved stuff around, putting more work on db-chunk
34865
34866 ChangeLog                                |  35 ++++++++++
34867 test/testdocs/Makefile.am                |  18 +++--
34868 xslt/docbook/Makefile.am                 |   2 +-
34869 xslt/docbook/common/db-chunk.xsl         | 116 ++++++++++++++++++++++++++++++-
34870 xslt/docbook/common/db-common.xsl        |  38 ++++++++++
34871 xslt/docbook/html/db2html-block.xsl      |   2 +-
34872 xslt/docbook/html/db2html-info.xsl       |  34 +++++++--
34873 xslt/docbook/html/db2html-inline.xsl     |  17 ++++-
34874 xslt/docbook/html/db2html-label.xsl      |   2 +-
34875 xslt/docbook/html/db2html-suppressed.xsl |   3 +
34876 xslt/docbook/html/db2html.xsl            |  74 ++++++++++----------
34877 xslt/gettext/gettext.xsl                 |  17 -----
34878 12 files changed, 286 insertions(+), 72 deletions(-)
34879
34880commit 6d9a07086dd39f56a4e4c8747fe95023d35ff31e
34881Author: Shaun McCance <shaunm@src.gnome.org>
34882Date:   Mon May 10 17:10:45 2004 +0000
34883
34884    - Added these files
34885
34886    * xslt/docbook/common/Makefile.am:
34887    * xslt/docbook/common/db-common.am:
34888    - Added these files
34889
34890    * doc/xslt/C/gnome-doc-xslt.xml:
34891    - Added new files
34892
34893    * xslt/docbook/common/db-chunk.xsl:
34894    - Changed db.chunk.chunk to db.chunk
34895    - Passing info parameter through for info template
34896
34897    * xslt/docbook/html/Makefile.am:
34898    * xslt/docbook/html/report.sh:
34899    * xslt/docbook/html/report.xslt:
34900    - Better report generation for | matches
34901
34902    * xslt/docbook/html/TODO:
34903    - Un-TODO'd stuff that's been TODONE
34904
34905    * xslt/docbook/html/db2html-block.xsl:
34906    - Added match for example
34907
34908    * xslt/docbook/html/db2html-division.xsl:
34909    - Added some matches and made the info template get called
34910
34911    * xslt/docbook/html/db2html-info.xsl:
34912    - Indentation, ugh.
34913
34914    * xslt/docbook/html/db2html-inline.xsl:
34915    - Added matches for personname and friends
34916
34917    * xslt/docbook/html/db2html-suppressed.xsl:
34918    - Suppressing info elements
34919
34920    * xslt/docbook/html/db2html.xsl:
34921    - Implemented the stub for the info template needed by db-chunk
34922
34923    * xslt/gettext/gettext.xsl:
34924    - Fixed lang on ngettext
34925
34926 ChangeLog                                |   42 +
34927 doc/xslt/C/gnome-doc-xslt.xml            |   12 +-
34928 xslt/docbook/common/Makefile.am          |    8 +
34929 xslt/docbook/common/db-chunk.xsl         |   25 +-
34930 xslt/docbook/common/db-common.xsl        |   90 +++
34931 xslt/docbook/html/Makefile.am            |    4 +-
34932 xslt/docbook/html/TODO                   |   32 -
34933 xslt/docbook/html/db2html-block.xsl      |   10 +
34934 xslt/docbook/html/db2html-division.xsl   |  105 ++-
34935 xslt/docbook/html/db2html-info.xsl       | 1248 +++++++++++++++---------------
34936 xslt/docbook/html/db2html-inline.xsl     |   32 +
34937 xslt/docbook/html/db2html-suppressed.xsl |   12 +
34938 xslt/docbook/html/db2html.xsl            |   17 +-
34939 xslt/docbook/html/report.sh              |   14 +-
34940 xslt/docbook/html/report.xslt            |  101 +++
34941 xslt/gettext/gettext.xsl                 |    2 +-
34942 16 files changed, 1055 insertions(+), 699 deletions(-)
34943
34944commit aab82cac87379fa1a1a318dee635e74efc002217
34945Author: Shaun McCance <shaunm@src.gnome.org>
34946Date:   Sat May 8 19:09:57 2004 +0000
34947
34948    - Forget to add Makefile.am to CVS
34949
34950    * test/testdocs/Makefile.am:
34951    - Forget to add Makefile.am to CVS
34952
34953 ChangeLog                 | 5 +++++
34954 test/testdocs/Makefile.am | 9 +++++++++
34955 2 files changed, 14 insertions(+)
34956
34957commit 3f34da62c0d7ad8696e3cc00d2d63fde6edacb23
34958Author: Shaun McCance <shaunm@src.gnome.org>
34959Date:   Sat May 8 00:14:45 2004 +0000
34960
34961    - Added db2html-division and got basic chunking going
34962
34963    * xslt/docbook/common/db-chunk.xsl:
34964    * xslt/docbook/html/Makefile.am:
34965    * xslt/docbook/html/db2html-division.xsl:
34966    * xslt/docbook/html/db2html.xsl:
34967    - Added db2html-division and got basic chunking going
34968
34969    * xslt/docbook/html/db2html-inline.xsl:
34970    - Changed $true to true()
34971
34972    * xslt/docbook/html/db2html-label.xsl:
34973    - Fixed invalid XPath
34974
34975    * xslt/docbook/html/elements:
34976    - Numbered *sect* elements weren't listed for some reason
34977
34978 ChangeLog                              |  17 +++
34979 xslt/docbook/common/db-chunk.xsl       | 184 +++++++++++++++++++++-
34980 xslt/docbook/html/Makefile.am          |   1 +
34981 xslt/docbook/html/db2html-division.xsl | 272 +++++++++++++++++++++++++++++++++
34982 xslt/docbook/html/db2html-inline.xsl   |  22 +--
34983 xslt/docbook/html/db2html-label.xsl    |   4 +-
34984 xslt/docbook/html/db2html.xsl          |   8 +
34985 xslt/docbook/html/elements             |  18 ++-
34986 8 files changed, 506 insertions(+), 20 deletions(-)
34987
34988commit e6c743ccdefcfc980ded9ddb7d784691cb061267
34989Author: Shaun McCance <shaunm@src.gnome.org>
34990Date:   Fri May 7 01:09:15 2004 +0000
34991
34992    - Adding db2html-block and db2html-xref
34993
34994    * xslt/docbook/html/Makefile.am:
34995    * xslt/docbook/html/TODO:
34996    * xslt/docbook/html/db2html-block.xsl:
34997    * xslt/docbook/html/db2html-xref.xsl:
34998    * xslt/docbook/html/db2html.xsl:
34999    - Adding db2html-block and db2html-xref
35000
35001    * xslt/docbook/html/db2html-admon.xsl:
35002    * xslt/docbook/html/db2html-inline.xsl:
35003    * xslt/docbook/html/db2html-label.xsl:
35004    * xslt/docbook/html/db2html-title.xsl:
35005    - Fixed templates names and formatting changes
35006
35007    * xslt/gettext/gettext.xsl:
35008    - Fixed $lang attribute default value
35009
35010 ChangeLog                            |  17 ++
35011 xslt/docbook/html/Makefile.am        |   2 +
35012 xslt/docbook/html/TODO               |   1 -
35013 xslt/docbook/html/db2html-admon.xsl  | 392 +++++++++++++++++------------------
35014 xslt/docbook/html/db2html-block.xsl  |  93 +++++++++
35015 xslt/docbook/html/db2html-inline.xsl | 176 ++++++++--------
35016 xslt/docbook/html/db2html-label.xsl  | 172 +++++++--------
35017 xslt/docbook/html/db2html-title.xsl  |  14 +-
35018 xslt/docbook/html/db2html-xref.xsl   | 175 ++++++++++++++++
35019 xslt/docbook/html/db2html.xsl        |   4 +
35020 xslt/gettext/gettext.xsl             |   7 +-
35021 11 files changed, 672 insertions(+), 381 deletions(-)
35022
35023commit 7196ed1130c782370608adf8878326e283503f8b
35024Author: Shaun McCance <shaunm@src.gnome.org>
35025Date:   Wed May 5 23:05:36 2004 +0000
35026
35027    - Added docbook-testdocs
35028
35029    * configure.in:
35030    * tests/Makefile.am:
35031    * tests/testdocs/*:
35032    - Added docbook-testdocs
35033
35034    * xslt/docbook/html/Makefile.am:
35035    - Added db2html.xsl
35036
35037    * xslt/docbook/html/db2html-cmdsynopsis.xsl:
35038    * xslt/docbook/html/db2html-info.xsl:
35039    * xslt/rngdoc/rngdoc.xsl:
35040    - Minor fixes and tab removal
35041
35042    * xslt/xsldoc/xsldoc.xsl:
35043    - Avoiding use of default namespace, for #141532
35044
35045 ChangeLog                                  |   18 +
35046 configure.in                               |    2 +
35047 test/Makefile.am                           |    1 +
35048 test/testdocs/README                       |    5 +
35049 test/testdocs/admonitions.001.xml          |   40 +
35050 test/testdocs/article.001.xml              |   25 +
35051 test/testdocs/article.002.xml              |   25 +
35052 test/testdocs/bibliography.001.xml         |  193 +++++
35053 test/testdocs/bibliography.002.xml         |  182 ++++
35054 test/testdocs/blockquote.001.xml           |   35 +
35055 test/testdocs/book.001.xml                 |  248 ++++++
35056 test/testdocs/book.002.xml                 |   56 ++
35057 test/testdocs/book.003.xml                 |  127 +++
35058 test/testdocs/bookinfo.001.xml             |   84 ++
35059 test/testdocs/bridgehead.001.xml           |   41 +
35060 test/testdocs/calloutlist.001.xml          |   50 ++
35061 test/testdocs/chapter.001.xml              |   41 +
35062 test/testdocs/classsynopsis.001.xml        |   42 +
35063 test/testdocs/draft.001.xml                |   56 ++
35064 test/testdocs/emphasis.001.xml             |   26 +
35065 test/testdocs/epigraph.001.xml             |   24 +
35066 test/testdocs/equation.001.xml             |   24 +
35067 test/testdocs/equation.002.xml             |   24 +
35068 test/testdocs/equation.003.xml             |   24 +
35069 test/testdocs/example.001.xml              |   19 +
35070 test/testdocs/extensions.001.xml           |   81 ++
35071 test/testdocs/extensions.002.xml           |   23 +
35072 test/testdocs/extensions.003.xml           |   47 ++
35073 test/testdocs/extensions.004.xml           |   35 +
35074 test/testdocs/figure.001.xml               |   48 ++
35075 test/testdocs/footnote.001.xml             |   36 +
35076 test/testdocs/footnote.002.xml             |   42 +
35077 test/testdocs/footnote.003.xml             |   68 ++
35078 test/testdocs/formalpara.001.xml           |   17 +
35079 test/testdocs/formalpara.002.xml           |   17 +
35080 test/testdocs/glossary.001.xml             |  274 ++++++
35081 test/testdocs/imagelib.001.xml             |   61 ++
35082 test/testdocs/indexterm.001.xml            |  110 +++
35083 test/testdocs/indexterm.002.xml            |  700 ++++++++++++++++
35084 test/testdocs/informalequation-mml.001.xml |   19 +
35085 test/testdocs/informaltable.001.xml        |   38 +
35086 test/testdocs/informaltable.002.xml        |   50 ++
35087 test/testdocs/informaltable.003.xml        |   52 ++
35088 test/testdocs/informaltable.004.xml        |   49 ++
35089 test/testdocs/informaltable.005.xml        |   38 +
35090 test/testdocs/informaltable.006.xml        |   48 ++
35091 test/testdocs/informaltable.007.xml        |   61 ++
35092 test/testdocs/informaltable.008.xml        |   52 ++
35093 test/testdocs/informaltable.009.xml        |   46 +
35094 test/testdocs/informaltable.010.xml        |   45 +
35095 test/testdocs/informaltable.011.xml        |   44 +
35096 test/testdocs/informaltable.012.xml        |   36 +
35097 test/testdocs/informaltable.013.xml        |   29 +
35098 test/testdocs/informaltable.014.xml        |   54 ++
35099 test/testdocs/inline.001.xml               |   27 +
35100 test/testdocs/itemizedlist.001.xml         |   27 +
35101 test/testdocs/itemizedlist.002.xml         |   38 +
35102 test/testdocs/itemizedlist.003.xml         |   53 ++
35103 test/testdocs/link.001.xml                 |   36 +
35104 test/testdocs/literallayout.001.xml        |   19 +
35105 test/testdocs/literallayout.002.xml        |   21 +
35106 test/testdocs/literallayout.003.xml        |   19 +
35107 test/testdocs/lot.001.xml                  |   56 ++
35108 test/testdocs/mathml.001.xml               |   19 +
35109 test/testdocs/mediaobject.001.xml          |   56 ++
35110 test/testdocs/methodsynopsis.001.xml       |   55 ++
35111 test/testdocs/note.001.xml                 |   18 +
35112 test/testdocs/olink.001.xml                |   22 +
35113 test/testdocs/orderedlist.001.xml          |   38 +
35114 test/testdocs/orderedlist.002.xml          |   38 +
35115 test/testdocs/procedure.001.xml            |   44 +
35116 test/testdocs/procedure.002.xml            |   45 +
35117 test/testdocs/procedure.003.xml            |   19 +
35118 test/testdocs/productionset.001.xml        |   66 ++
35119 test/testdocs/productionset.002.xml        |   27 +
35120 test/testdocs/productionset.003.xml        |   30 +
35121 test/testdocs/productionset.004.xml        |   53 ++
35122 test/testdocs/productionset.005.xml        |   89 ++
35123 test/testdocs/programlisting.001.xml       |   19 +
35124 test/testdocs/programlisting.002.xml       |   19 +
35125 test/testdocs/programlisting.003.xml       |   45 +
35126 test/testdocs/programlistingco.001.xml     |   78 ++
35127 test/testdocs/programlistingco.002.xml     |   34 +
35128 test/testdocs/qandaset.001.xml             |   45 +
35129 test/testdocs/qandaset.002.xml             |   35 +
35130 test/testdocs/qandaset.003.xml             |   92 ++
35131 test/testdocs/refentry.001.xml             |   25 +
35132 test/testdocs/refentry.002.xml             |   29 +
35133 test/testdocs/refentry.003.xml             |   65 ++
35134 test/testdocs/refentry.004.xml             |   68 ++
35135 test/testdocs/reference.001.xml            |   59 ++
35136 test/testdocs/revhistory.001.xml           |   41 +
35137 test/testdocs/screen.001.xml               |   19 +
35138 test/testdocs/sect1.001.xml                |   53 ++
35139 test/testdocs/sect1.002.xml                |   56 ++
35140 test/testdocs/section.001.xml              |   53 ++
35141 test/testdocs/section.002.xml              |   56 ++
35142 test/testdocs/section.003.xml              |   20 +
35143 test/testdocs/segmentedlist.001.xml        |   21 +
35144 test/testdocs/segmentedlist.002.xml        |   23 +
35145 test/testdocs/set.001.xml                  |   31 +
35146 test/testdocs/stamp.001.xml                |   26 +
35147 test/testdocs/stamp.002.xml                |   31 +
35148 test/testdocs/stamp.003.xml                |   30 +
35149 test/testdocs/stamp.004.xml                |   30 +
35150 test/testdocs/stamp.005.xml                |   28 +
35151 test/testdocs/stamp.006.xml                |   29 +
35152 test/testdocs/stamp.007.xml                |   29 +
35153 test/testdocs/stamp.008.xml                |   27 +
35154 test/testdocs/stamp.009.xml                |   28 +
35155 test/testdocs/stamp.010.xml                |   28 +
35156 test/testdocs/stamp.011.xml                |   31 +
35157 test/testdocs/stamp.012.xml                |   41 +
35158 test/testdocs/svg.001.xml                  |   38 +
35159 test/testdocs/svg.002.xml                  |   31 +
35160 test/testdocs/table.001.xml                |   31 +
35161 test/testdocs/table.002.xml                |   37 +
35162 test/testdocs/table.003.xml                |   38 +
35163 test/testdocs/table.004.xml                |   30 +
35164 test/testdocs/table.005.xml                |   35 +
35165 test/testdocs/table.006.xml                |  207 +++++
35166 test/testdocs/template.xml                 |   17 +
35167 test/testdocs/toc.001.xml                  |   63 ++
35168 test/testdocs/ulink.001.xml                |   23 +
35169 test/testdocs/variablelist.001.xml         |   64 ++
35170 test/testdocs/variablelist.002.xml         |   35 +
35171 test/testdocs/variablelist.003.xml         |   26 +
35172 test/testdocs/variablelist.004.xml         |   26 +
35173 test/testdocs/xref.001.xml                 |   98 +++
35174 test/testdocs/xrefstyle.001.xml            |   19 +
35175 xslt/docbook/html/Makefile.am              |    3 +-
35176 xslt/docbook/html/db2html-cmdsynopsis.xsl  |  546 ++++++------
35177 xslt/docbook/html/db2html-info.xsl         | 1258 ++++++++++++++--------------
35178 xslt/docbook/html/db2html.xsl              |   20 +
35179 xslt/rngdoc/rngdoc.xsl                     |   56 +-
35180 xslt/xsldoc/xsldoc.xsl                     |   87 +-
35181 136 files changed, 7709 insertions(+), 970 deletions(-)
35182
35183commit c3522264602737de6d3d772aec50b96a146fc473
35184Author: Shaun McCance <shaunm@src.gnome.org>
35185Date:   Wed Apr 28 02:32:36 2004 +0000
35186
35187    - More xsldoc changes
35188
35189    * xslt/docbook/common/db-chunk.xsl:
35190    * xslt/docbook/html/db2html-admon.xsl:
35191    * xslt/docbook/html/db2html-funcsynopsis.xsl:
35192    * xslt/docbook/html/db2html-info.xsl:
35193    * xslt/docbook/omf/db2omf.xsl:
35194    * xslt/gettext/gettext.xsl:
35195    * xslt/xsldoc/xsldoc.xsl:
35196    - More xsldoc changes
35197
35198 ChangeLog                                  | 11 +++++
35199 xslt/docbook/common/db-chunk.xsl           |  2 +-
35200 xslt/docbook/html/db2html-admon.xsl        |  5 +-
35201 xslt/docbook/html/db2html-funcsynopsis.xsl |  4 +-
35202 xslt/docbook/html/db2html-info.xsl         |  6 +--
35203 xslt/docbook/omf/db2omf.xsl                |  4 +-
35204 xslt/gettext/gettext.xsl                   | 10 ++--
35205 xslt/xsldoc/xsldoc.xsl                     | 74 +++++++++++++++++++++++-------
35206 8 files changed, 85 insertions(+), 31 deletions(-)
35207
35208commit 98ce8ad3fa7d3a76404069c5b695d0f90f65ec27
35209Author: Shaun McCance <shaunm@src.gnome.org>
35210Date:   Tue Apr 27 01:58:18 2004 +0000
35211
35212    - Started switching xsldoc over to the new format
35213
35214    * xslt/xsldoc/xsldoc.xsl:
35215    - Started switching xsldoc over to the new format
35216
35217 ChangeLog              |   5 ++
35218 xslt/xsldoc/xsldoc.xsl | 223 +++++++++++++++++++++++++++++++------------------
35219 2 files changed, 147 insertions(+), 81 deletions(-)
35220
35221commit 6349aa888d823c3dc887608d5555f8ab39e13e92
35222Author: Shaun McCance <shaunm@src.gnome.org>
35223Date:   Mon Apr 26 17:40:23 2004 +0000
35224
35225    - Changes to the xsldoc
35226
35227    * xslt/docbook/omf/db2omf.xsl:
35228    - Changes to the xsldoc
35229
35230 ChangeLog                   |   5 +
35231 xslt/docbook/omf/db2omf.xsl | 376 ++++++++++++++++++++++++++++++--------------
35232 2 files changed, 263 insertions(+), 118 deletions(-)
35233
35234commit 24c4b652770b2d34387a8d22bfd8a0d234c64311
35235Author: Shaun McCance <shaunm@src.gnome.org>
35236Date:   Mon Apr 26 17:15:15 2004 +0000
35237
35238    - Changes to the xsldoc
35239
35240    * xslt/docbook/common/db-chunk.xsl:
35241    * xslt/docbook/html/db2html-admon.xsl:
35242    * xslt/docbook/html/db2html-cmdsynopsis.xsl:
35243    * xslt/docbook/html/db2html-ebnf.xsl:
35244    * xslt/docbook/html/db2html-funcsynopsis.xsl:
35245    * xslt/docbook/html/db2html-info.xsl:
35246    * xslt/docbook/html/db2html-inline.xsl:
35247    * xslt/docbook/html/db2html-label.xsl:
35248    * xslt/docbook/html/db2html-title.xsl:
35249    * xslt/gettext/gettext.xsl:
35250    - Changes to the xsldoc
35251
35252 ChangeLog                                  | 14 ++++++++
35253 xslt/docbook/common/db-chunk.xsl           | 54 ++++++++++++++++++++----------
35254 xslt/docbook/html/db2html-admon.xsl        |  2 +-
35255 xslt/docbook/html/db2html-cmdsynopsis.xsl  |  2 +-
35256 xslt/docbook/html/db2html-ebnf.xsl         |  6 ++--
35257 xslt/docbook/html/db2html-funcsynopsis.xsl |  2 +-
35258 xslt/docbook/html/db2html-info.xsl         |  2 +-
35259 xslt/docbook/html/db2html-inline.xsl       |  2 +-
35260 xslt/docbook/html/db2html-label.xsl        |  2 +-
35261 xslt/docbook/html/db2html-title.xsl        |  2 +-
35262 xslt/gettext/gettext.xsl                   | 20 ++++++++---
35263 11 files changed, 76 insertions(+), 32 deletions(-)
35264
35265commit c51b9722ef2951f7ce541f42feb458d9b5c6a1ea
35266Author: Shaun McCance <shaunm@src.gnome.org>
35267Date:   Wed Apr 21 00:57:48 2004 +0000
35268
35269    - Switching xsldoc comments to something more pleasant
35270
35271    * xslt/docbook/html/db2html-cmdsynopsis.xsl:
35272    * xslt/docbook/html/db2html-info.xsl:
35273    * xslt/docbook/html/db2html-inline.xsl:
35274    - Switching xsldoc comments to something more pleasant
35275
35276 ChangeLog                                 |   7 +
35277 xslt/docbook/html/db2html-cmdsynopsis.xsl | 124 ++++++++------
35278 xslt/docbook/html/db2html-info.xsl        | 274 +++++++++++++++++++++++-------
35279 xslt/docbook/html/db2html-inline.xsl      |  44 ++++-
35280 4 files changed, 328 insertions(+), 121 deletions(-)
35281
35282commit c1d0a5d01895c451ee1afa24a0935e9c0d57a3db
35283Author: Shaun McCance <shaunm@src.gnome.org>
35284Date:   Wed Apr 21 00:34:46 2004 +0000
35285
35286    - Switching xsldoc comments to something more pleasant
35287
35288    * xslt/docbook/html/db2html-funcsynopsis.xsl:
35289    * xslt/docbook/html/db2html-title.xsl:
35290    - Switching xsldoc comments to something more pleasant
35291
35292 ChangeLog                                  |   6 ++
35293 xslt/docbook/html/db2html-funcsynopsis.xsl |  38 +++++++----
35294 xslt/docbook/html/db2html-title.xsl        | 104 ++++++++++++++++++++++-------
35295 3 files changed, 111 insertions(+), 37 deletions(-)
35296
35297commit 2cbed3eb549be132872235e41d06c9ef1392c895
35298Author: Danilo Šegan <danilo@src.gnome.org>
35299Date:   Sat Apr 17 12:55:44 2004 +0000
35300
35301    Handle whitespace content when merging.
35302
35303 xml2po/ChangeLog |  5 +++++
35304 xml2po/xml2po.py | 16 ++++++++++------
35305 2 files changed, 15 insertions(+), 6 deletions(-)
35306
35307commit 801a8a558900fede7c2898d8a2413db4a2de5bc8
35308Author: Shaun McCance <shaunm@src.gnome.org>
35309Date:   Sat Apr 17 00:36:44 2004 +0000
35310
35311    - Switching xsldoc comments to something more pleasant
35312
35313    * xslt/docbook/html/db2html-admon.xsl:
35314    * xslt/docbook/html/db2html-label.xsl:
35315    - Switching xsldoc comments to something more pleasant
35316
35317 ChangeLog                           |   6 ++
35318 xslt/docbook/html/db2html-admon.xsl | 120 ++++++++++++++++--------
35319 xslt/docbook/html/db2html-label.xsl | 179 +++++++++++++++++++++++-------------
35320 3 files changed, 205 insertions(+), 100 deletions(-)
35321
35322commit 8f1d1c3836b99f801652d2624c3cd92799dd5850
35323Author: Shaun McCance <shaunm@src.gnome.org>
35324Date:   Thu Apr 15 21:44:56 2004 +0000
35325
35326    - Added db2html-ebnf.xsl
35327
35328    * doc/xslt/C/gnome-doc-xslt.xml:
35329    * xslt/docbook/html/Makefile.am:
35330    * xslt/docbook/html/TODO:
35331    * xslt/docbook/html/db2html-ebnf.xsl:
35332    * xslt/docbook/html/elements:
35333    - Added db2html-ebnf.xsl
35334
35335 ChangeLog                          |  9 ++++++++
35336 doc/xslt/C/gnome-doc-xslt.xml      |  1 +
35337 xslt/docbook/html/Makefile.am      |  2 ++
35338 xslt/docbook/html/TODO             |  1 -
35339 xslt/docbook/html/db2html-ebnf.xsl | 43 ++++++++++++++++++++++++++++++++++++++
35340 xslt/docbook/html/elements         |  8 +++++++
35341 6 files changed, 63 insertions(+), 1 deletion(-)
35342
35343commit 40ed3dca66e8c484f354f831975af1b4b74ecfb2
35344Author: Danilo Šegan <danilo@src.gnome.org>
35345Date:   Mon Apr 12 17:41:42 2004 +0000
35346
35347    Cleanup error handling and reporting from the libxml2 parser.
35348
35349 xml2po/ChangeLog |  6 ++++++
35350 xml2po/xml2po.py | 24 +++++++++++++++++++-----
35351 2 files changed, 25 insertions(+), 5 deletions(-)
35352
35353commit 83349f6b1151a269d1c6b695689650bc61fdf3c3
35354Author: Danilo Šegan <danilo@src.gnome.org>
35355Date:   Mon Apr 12 16:17:15 2004 +0000
35356
35357    Add "coding: utf-8" comment.
35358
35359 xml2po/ChangeLog        | 4 ++++
35360 xml2po/modes/docbook.py | 1 +
35361 2 files changed, 5 insertions(+)
35362
35363commit 85bcd7cdc8e03cb1cc81fe3d2b33555a683d8721
35364Author: Shaun McCance <shaunm@src.gnome.org>
35365Date:   Thu Apr 8 01:14:20 2004 +0000
35366
35367    - Implemented copyright, holder, year, collab, and collabname
35368
35369    * xslt/docbook/html/db2html-info.xsl:
35370    * xslt/docbook/html/db2html-suppressed.xsl:
35371    - Implemented copyright, holder, year, collab, and collabname
35372
35373    * xslt/docbook/html/db2html-inline.xsl:
35374    - Using hex char references
35375
35376    * xslt/docbook/html/report.xslt:
35377    - Some useful numbers at the top
35378
35379 ChangeLog                                | 12 +++++
35380 xslt/docbook/html/db2html-info.xsl       | 90 +++++++++++++++++++++++++++++++-
35381 xslt/docbook/html/db2html-inline.xsl     |  2 +-
35382 xslt/docbook/html/db2html-suppressed.xsl |  5 ++
35383 xslt/docbook/html/report.xslt            | 20 +++++--
35384 5 files changed, 122 insertions(+), 7 deletions(-)
35385
35386commit 8d56be788603657f164e562bad10eb939f819f2e
35387Author: Shaun McCance <shaunm@src.gnome.org>
35388Date:   Thu Apr 8 00:31:33 2004 +0000
35389
35390    - Added new files
35391
35392    * doc/xslt/C/.cvsignore:
35393    - Added new files
35394
35395    * xslt/docbook/html/report.sh:
35396    * xslt/docbook/html/report.xslt:
35397    - Doing this way less stupidly
35398
35399 ChangeLog                     |  9 +++++++++
35400 doc/xslt/C/.cvsignore         |  3 +++
35401 xslt/docbook/html/report.sh   | 33 ++++++++++++++-------------------
35402 xslt/docbook/html/report.xslt | 15 ++++++++++-----
35403 4 files changed, 36 insertions(+), 24 deletions(-)
35404
35405commit 327cea86676321b79ea9d8eec17e57a1e727563e
35406Author: Danilo Šegan <danilo@src.gnome.org>
35407Date:   Wed Apr 7 12:19:39 2004 +0000
35408
35409    Push version number to 1.0.9.
35410
35411 xml2po/ChangeLog    | 2 ++
35412 xml2po/configure.ac | 2 +-
35413 2 files changed, 3 insertions(+), 1 deletion(-)
35414
35415commit 41af90b2aa5d089e5b2711fe61d2e0f13a651695
35416Author: Danilo Šegan <danilo@src.gnome.org>
35417Date:   Wed Apr 7 12:16:44 2004 +0000
35418
35419    Add support for book/bookinfo in DocBook as well.
35420
35421 xml2po/ChangeLog        | 5 +++++
35422 xml2po/modes/docbook.py | 6 +++---
35423 2 files changed, 8 insertions(+), 3 deletions(-)
35424
35425commit f11df3fbe36165679dd29965526015bd24b808d3
35426Author: Shaun McCance <shaunm@src.gnome.org>
35427Date:   Wed Apr 7 00:34:23 2004 +0000
35428
35429    - Added two new stylesheets
35430
35431    * doc/xslt/C/gnome-doc-xslt.xml:
35432    * xslt/docbook/common/db-chunk.xsl:
35433    * xslt/docbook/html/db2html-info.xsl:
35434    - Added two new stylesheets
35435
35436    * xslt/docbook/html/TODO:
35437    - Updated TODO
35438
35439    * xslt/docbook/html/db2html-suppressed.xsl:
35440    - Stuff we handle in db2html.info.mode
35441
35442    * xslt/docbook/html/db2html-title.xsl:
35443    - Change db2html-depth.depth-in-chunk to db.chunk.depth-in-chunk
35444
35445 ChangeLog                                |  16 ++
35446 doc/xslt/C/gnome-doc-xslt.xml            |   7 +-
35447 xslt/docbook/common/db-chunk.xsl         |  59 +++++
35448 xslt/docbook/html/TODO                   |  14 +-
35449 xslt/docbook/html/db2html-info.xsl       | 435 +++++++++++++++++++++++++++++++
35450 xslt/docbook/html/db2html-suppressed.xsl |  11 +
35451 xslt/docbook/html/db2html-title.xsl      |   5 +-
35452 7 files changed, 534 insertions(+), 13 deletions(-)
35453
35454commit 7fc845b22a284c1a9698558ea1bbb01b5c77ef67
35455Author: Shaun McCance <shaunm@src.gnome.org>
35456Date:   Tue Apr 6 06:10:23 2004 +0000
35457
35458    - Added arg, group, sbr, synopfragment, and synopfragmentref
35459
35460    * xslt/docbook/html/db2html-suppressed.xsl:
35461    - Added arg, group, sbr, synopfragment, and synopfragmentref
35462
35463    * xslt/docbook/html/elements:
35464    - cat elements | uniq > elements
35465
35466    * xslt/docbook/html/report.xslt:
35467    - Added quick count of unmatched elements
35468
35469 ChangeLog                                | 11 +++++++++++
35470 xslt/docbook/html/db2html-suppressed.xsl |  9 ++++++++-
35471 xslt/docbook/html/elements               | 24 ------------------------
35472 xslt/docbook/html/report.xslt            |  4 ++++
35473 4 files changed, 23 insertions(+), 25 deletions(-)
35474
35475commit a2ce6e7f1c93c19903cab90b30e80ed02ec5ff40
35476Author: Shaun McCance <shaunm@src.gnome.org>
35477Date:   Tue Apr 6 05:24:26 2004 +0000
35478
35479    - Adding new XSLT files
35480
35481    * xslt/docbook/html/Makefile.am:
35482    * xslt/docbook/html/db2html-funcsynopsis.xsl:
35483    * xslt/docbook/html/db2html-suppressed.xsl:
35484    - Adding new XSLT files
35485
35486    * */.cvsignore:
35487    - Some .cvsignore updates
35488
35489 ChangeLog                                  | 10 ++++
35490 sandbox/mallard/.cvsignore                 |  1 +
35491 sandbox/mallard/doc/mallard/.cvsignore     |  2 +
35492 sandbox/mallard/doc/mallard/C/.cvsignore   | 11 +++++
35493 test/testdoc1/.cvsignore                   |  2 +-
35494 xslt/docbook/html/.cvsignore               |  2 +
35495 xslt/docbook/html/Makefile.am              | 12 +++--
35496 xslt/docbook/html/db2html-funcsynopsis.xsl | 75 ++++++++++++++++++++++++++++++
35497 xslt/docbook/html/db2html-suppressed.xsl   | 16 +++++++
35498 xslt/docbook/omf/.cvsignore                |  2 +
35499 10 files changed, 127 insertions(+), 6 deletions(-)
35500
35501commit 996c43b1997ee57c2002f94c9762f7c37a6d2506
35502Author: Shaun McCance <shaunm@src.gnome.org>
35503Date:   Tue Apr 6 04:13:30 2004 +0000
35504
35505    - Updating .cvsignore files
35506
35507 xslt/xsldoc/.cvsignore | 2 ++
35508 1 file changed, 2 insertions(+)
35509
35510commit d18e8ff0d6111c55f4e2198a553f9ea8317388d7
35511Author: Shaun McCance <shaunm@src.gnome.org>
35512Date:   Tue Apr 6 04:09:27 2004 +0000
35513
35514    doc/xslt/gnome-doc-xslt.desktop.in - Adding gnome-doc-xslt.desktop.in
35515
35516    * doc/xslt/gnome-doc-xslt.desktop.in
35517    - Adding gnome-doc-xslt.desktop.in
35518
35519 ChangeLog                          |  5 +++++
35520 doc/xslt/C/.cvsignore              | 10 ++++++++++
35521 doc/xslt/gnome-doc-xslt.desktop.in |  2 ++
35522 3 files changed, 17 insertions(+)
35523
35524commit 14650797cff6568e0c4563e0884c93e2f727caf6
35525Author: Shaun McCance <shaunm@src.gnome.org>
35526Date:   Tue Apr 6 04:03:32 2004 +0000
35527
35528    - Fix for silly problem with rngdoc building
35529
35530    * gnome-doc-utils.make:
35531    - Fix for silly problem with rngdoc building
35532
35533    * xslt/docbook/html/Makefile.am:
35534    * xslt/docbook/html/elements:
35535    * xslt/docbook/html/report.sh:
35536    * xslt/docbook/html/report.xslt:
35537    - Added quick-and-dirty status reporting thing
35538
35539    * xslt/docbook/html/db2html-admon.xsl:
35540    - Some changes to work better with xsldoc and the report
35541
35542 ChangeLog                           |  14 ++
35543 gnome-doc-utils.make                |   2 +-
35544 xslt/docbook/html/Makefile.am       |   5 +
35545 xslt/docbook/html/db2html-admon.xsl |  66 ++++--
35546 xslt/docbook/html/elements          | 407 ++++++++++++++++++++++++++++++++++++
35547 xslt/docbook/html/report.sh         |  24 +++
35548 xslt/docbook/html/report.xslt       |  68 ++++++
35549 7 files changed, 572 insertions(+), 14 deletions(-)
35550
35551commit 2ccdef8680610fce037ebb5b01182c14e45b00e5
35552Author: Shaun McCance <shaunm@src.gnome.org>
35553Date:   Tue Apr 6 01:54:24 2004 +0000
35554
35555    - Added gnome-doc-utils.make to EXTRA_DIST
35556
35557    * Makefile.am:
35558    - Added gnome-doc-utils.make to EXTRA_DIST
35559
35560    * configure.in:
35561    * doc/Makefile.am:
35562    * doc/mallard/Makefile.am:
35563    * doc/mallard/mallard.desktop.in:
35564    * doc/mallard/mallard.omf.in:
35565    * doc/mallard/C/legal.xml:
35566    * doc/mallard/C/mallard.xml:
35567    - Added documentation stuff
35568
35569 sandbox/mallard/ChangeLog                      | 14 ++++++
35570 sandbox/mallard/Makefile.am                    |  3 ++
35571 sandbox/mallard/configure.in                   |  1 +
35572 sandbox/mallard/doc/Makefile.am                |  1 +
35573 sandbox/mallard/doc/mallard/C/legal.xml        | 63 ++++++++++++++++++++++++++
35574 sandbox/mallard/doc/mallard/C/mallard.xml      | 52 +++++++++++++++++++++
35575 sandbox/mallard/doc/mallard/Makefile.am        |  9 ++++
35576 sandbox/mallard/doc/mallard/mallard.desktop.in |  2 +
35577 sandbox/mallard/doc/mallard/mallard.omf.in     | 12 +++++
35578 9 files changed, 157 insertions(+)
35579
35580commit 51be92ca084974a2fc60c6c4e1c6048b90cd5df7
35581Author: Shaun McCance <shaunm@src.gnome.org>
35582Date:   Sat Apr 3 23:29:45 2004 +0000
35583
35584    - Got the xsldoc and rngdoc builds working
35585
35586    * gnome-doc-utils.make:
35587    - Got the xsldoc and rngdoc builds working
35588
35589    * doc/xslt/C/gnome-doc-xslt.xml:
35590    - Sectioned off db2html
35591
35592    * xslt/docbook/html/db2html-admon.xsl:
35593    * xslt/docbook/html/db2html-cmdsynopsis.xsl:
35594    * xslt/docbook/html/db2html-inline.xsl:
35595    * xslt/docbook/html/db2html-label.xsl:
35596    * xslt/docbook/html/db2html-title.xsl:
35597    * xslt/docbook/omf/db2omf.xsl:
35598    * xslt/gettext/gettext.xsl:
35599    - s/refentry/reference/
35600
35601    * xslt/xsldoc/xsldoc.xsl:
35602    - Split out xsldoc.params
35603    - Put in xsldoc.named
35604
35605 ChangeLog                                 |  21 ++++++
35606 doc/xslt/C/gnome-doc-xslt.xml             |  15 +++--
35607 gnome-doc-utils.make                      |  60 ++++++++++-------
35608 xslt/docbook/html/db2html-admon.xsl       |   2 +-
35609 xslt/docbook/html/db2html-cmdsynopsis.xsl |   2 +-
35610 xslt/docbook/html/db2html-inline.xsl      |   2 +-
35611 xslt/docbook/html/db2html-label.xsl       |   2 +-
35612 xslt/docbook/html/db2html-title.xsl       |   2 +-
35613 xslt/docbook/omf/db2omf.xsl               |   2 +-
35614 xslt/gettext/gettext.xsl                  |   7 +-
35615 xslt/xsldoc/xsldoc.xsl                    | 103 +++++++++++++++++++++---------
35616 11 files changed, 152 insertions(+), 66 deletions(-)
35617
35618commit e537d538058323919f68532508511ab34d7985e6
35619Author: Shaun McCance <shaunm@src.gnome.org>
35620Date:   Sat Apr 3 01:12:35 2004 +0000
35621
35622    - More targets, more rngdoc and xsldoc stuff
35623
35624    * gnome-doc-utils.make:
35625    - More targets, more rngdoc and xsldoc stuff
35626
35627    * doc/xslt/Makefile.am:
35628    - Added more XSLDIRS
35629
35630    * doc/xslt/C/gnome-doc-xslt.xml:
35631    - Including xsldoc-generated docs
35632
35633    * xslt/docbook/omf/db2omf.xsl:
35634    - Formatting
35635
35636    * xslt/rngdoc/rngdoc.xsl:
35637    - Added rngdoc.id
35638
35639    * xslt/xsldoc/xsldoc.xsl:
35640    - Added xsldoc.id
35641    - Stuff to pull param documentation
35642
35643 ChangeLog                     | 21 ++++++++++++
35644 doc/xslt/C/gnome-doc-xslt.xml | 17 ++++++++--
35645 doc/xslt/Makefile.am          |  7 ++--
35646 gnome-doc-utils.make          | 74 +++++++++++++++++++++++++++++++++++--------
35647 xslt/docbook/omf/db2omf.xsl   |  4 +--
35648 xslt/rngdoc/rngdoc.xsl        |  8 +++++
35649 xslt/xsldoc/xsldoc.xsl        | 64 ++++++++++++++++++++++++++-----------
35650 7 files changed, 154 insertions(+), 41 deletions(-)
35651
35652commit 88d4c5b80187c428807dfb336b8ad9db643b6cf1
35653Author: Shaun McCance <shaunm@src.gnome.org>
35654Date:   Fri Apr 2 20:30:55 2004 +0000
35655
35656    - Adding bookstrap.make to bootstrap the docs builds
35657
35658    * Makefile.am:
35659    * bootstrap.make:
35660    * doc/xslt/Makefile.am:
35661    - Adding bookstrap.make to bootstrap the docs builds
35662
35663    * configure.in:
35664    * xslt/Makefile.am:
35665    * xslt/xsldoc/Makefile.am:
35666    - Actually build xsldoc
35667
35668    * gnome-doc-utils.make:
35669    - Put in some variables to help bootstrapping
35670
35671    * xslt/docbook/html/Makefile.am:
35672    - Added new XSLT files to Makefile.am
35673
35674    * xslt/rngdoc/Makefile.am:
35675    - Hum
35676
35677 ChangeLog                     | 21 +++++++++++++++++++++
35678 Makefile.am                   |  1 +
35679 bootstrap.make                |  3 +++
35680 configure.in                  |  1 +
35681 doc/xslt/Makefile.am          |  2 ++
35682 gnome-doc-utils.make          | 17 ++++++++++++++++-
35683 xslt/Makefile.am              |  3 ++-
35684 xslt/docbook/html/Makefile.am |  3 +++
35685 xslt/rngdoc/Makefile.am       |  3 +--
35686 xslt/xsldoc/Makefile.am       |  3 +--
35687 10 files changed, 51 insertions(+), 6 deletions(-)
35688
35689commit e347e83ca57b927dc629b2d93475d5c8c1008b4d
35690Author: Shaun McCance <shaunm@src.gnome.org>
35691Date:   Fri Apr 2 07:41:42 2004 +0000
35692
35693    - Adding xsldoc.xsl
35694
35695    * xslt/xsldoc/Makefile.am:
35696    * xslt/xsldoc/xsldoc.xsl:
35697    - Adding xsldoc.xsl
35698
35699    * xslt/rngdoc/rngdoc.xsl:
35700    - Removed sectioning stuff
35701
35702 ChangeLog               |  9 +++++
35703 xslt/rngdoc/rngdoc.xsl  | 45 ++++++++++-------------
35704 xslt/xsldoc/Makefile.am |  6 ++++
35705 xslt/xsldoc/xsldoc.xsl  | 94 +++++++++++++++++++++++++++++++++++++++++++++++++
35706 4 files changed, 128 insertions(+), 26 deletions(-)
35707
35708commit 9157dbb69c5756cb2666d1aac91aa2cac7eac59e
35709Author: Shaun McCance <shaunm@src.gnome.org>
35710Date:   Fri Apr 2 02:26:48 2004 +0000
35711
35712    - Added db2html-inline.xsl
35713
35714    * xslt/docbook/html/db2html-inline.xsl:
35715    - Added db2html-inline.xsl
35716
35717    * xslt/docbook/html/db2html-cmdsynopsis.xsl:
35718    - Added -punc spans around things with automatic punctuation
35719
35720 ChangeLog                                 |   8 +
35721 xslt/docbook/html/db2html-cmdsynopsis.xsl |  30 +-
35722 xslt/docbook/html/db2html-inline.xsl      | 721 ++++++++++++++++++++++++++++++
35723 3 files changed, 746 insertions(+), 13 deletions(-)
35724
35725commit 75044ddc3bdbc5d48ce4f6e84f7a025916353458
35726Author: Shaun McCance <shaunm@src.gnome.org>
35727Date:   Thu Apr 1 22:33:01 2004 +0000
35728
35729    - Adding db2html-cmdsynopsis.xsl
35730
35731    * xslt/docbook/html/db2html-cmdsynopsis.xsl:
35732    - Adding db2html-cmdsynopsis.xsl
35733
35734    * xslt/docbook/html/db2html-admon.xsl:
35735    * xslt/docbook/html/db2html-label.xsl:
35736    * xslt/docbook/html/db2html-title.xsl:
35737    - Making names not as obscenely long
35738
35739 ChangeLog                                 |  10 ++
35740 xslt/docbook/html/db2html-admon.xsl       |  62 +++----
35741 xslt/docbook/html/db2html-cmdsynopsis.xsl | 286 ++++++++++++++++++++++++++++++
35742 xslt/docbook/html/db2html-label.xsl       | 198 +++++++++++----------
35743 xslt/docbook/html/db2html-title.xsl       |  40 ++---
35744 5 files changed, 447 insertions(+), 149 deletions(-)
35745
35746commit 8553682108779c810bc4d1c83798b7f7c13675f4
35747Author: Shaun McCance <shaunm@src.gnome.org>
35748Date:   Thu Apr 1 00:21:13 2004 +0000
35749
35750    - Requiring automake 1.5 for xml2po
35751
35752    * autogen.sh:
35753    - Requiring automake 1.5 for xml2po
35754
35755    * gnome-doc-utils.make:
35756    - Building OMF files
35757
35758    * doc/xslt/Makefile.am:
35759    * doc/xslt/C/gnome-doc-xslt.xml:
35760    * doc/xslt/C/legal.xml:
35761    - Added content files
35762
35763    * xslt/docbook/omf/Makefile.am:
35764    - s/db2html/db2omf/
35765
35766    * xslt/docbook/omf/db2omf.xsl:
35767    - Fixed XPath selections and implemented more keys
35768
35769 ChangeLog                     | 19 ++++++++++
35770 autogen.sh                    |  3 ++
35771 doc/xslt/C/gnome-doc-xslt.xml | 40 ++++++++++++++++++++
35772 doc/xslt/C/legal.xml          | 63 +++++++++++++++++++++++++++++++
35773 doc/xslt/Makefile.am          |  1 +
35774 gnome-doc-utils.make          | 14 +++++--
35775 xslt/docbook/omf/Makefile.am  |  2 +-
35776 xslt/docbook/omf/db2omf.xsl   | 86 +++++++++++++++++++++++++------------------
35777 8 files changed, 189 insertions(+), 39 deletions(-)
35778
35779commit 45c1450019c78f8c63c237dc1b09ce2751f33215
35780Author: Shaun McCance <shaunm@src.gnome.org>
35781Date:   Wed Mar 31 04:44:59 2004 +0000
35782
35783    - Added db2omf and gettext variables. - Changes docbook2html to db2html.
35784
35785    * gnome-doc-utils.pc.in:
35786    - Added db2omf and gettext variables.
35787    - Changes docbook2html to db2html.
35788
35789    * doc/xslt/gnome-doc-xslt.omf.in:
35790    - Added .omf.in file for gnome-doc-xslt.
35791
35792    * xslt/docbook/omf/db2omf.xsl:
35793    - Partial implementation.
35794
35795 ChangeLog                      |  12 +++++
35796 doc/.cvsignore                 |   2 +
35797 doc/xslt/.cvsignore            |   2 +
35798 doc/xslt/gnome-doc-xslt.omf.in |  10 +++++
35799 gnome-doc-utils.pc.in          |   4 +-
35800 xslt/docbook/omf/db2omf.xsl    | 100 ++++++++++++++++++++++++++++-------------
35801 6 files changed, 97 insertions(+), 33 deletions(-)
35802
35803commit a53f661592fc480ccdd92e5e0edb001307a6c9e8
35804Author: Shaun McCance <shaunm@src.gnome.org>
35805Date:   Wed Mar 31 00:38:32 2004 +0000
35806
35807    - Adding db2omf.xsl
35808
35809    * configure.in:
35810    * gnome-doc-utils.make:
35811    * xslt/docbook/Makefile.am:
35812    * xslt/docbook/omf/Makefile.am:
35813    * xslt/docbook/omf/db2omf.xsl:
35814    - Adding db2omf.xsl
35815
35816 ChangeLog                    |   9 ++
35817 configure.in                 |   1 +
35818 gnome-doc-utils.make         |  17 ++-
35819 xslt/docbook/Makefile.am     |   2 +-
35820 xslt/docbook/omf/Makefile.am |   5 +
35821 xslt/docbook/omf/db2omf.xsl  | 330 +++++++++++++++++++++++++++++++++++++++++++
35822 6 files changed, 361 insertions(+), 3 deletions(-)
35823
35824commit 6e394490f151edd9a83a6469e7f728d6a9b56e8c
35825Author: Shaun McCance <shaunm@src.gnome.org>
35826Date:   Sat Mar 27 02:40:50 2004 +0000
35827
35828    - Starting fresh with gnome-doc-utils.make
35829
35830    * gnome-doc-utils.m4:
35831    * gnome-doc-utils.make:
35832    * doc/xslt/Makefile.am:
35833    - Starting fresh with gnome-doc-utils.make
35834
35835 ChangeLog            |  7 +++++
35836 doc/xslt/Makefile.am | 11 ++++----
35837 gnome-doc-utils.m4   |  2 +-
35838 gnome-doc-utils.make | 73 +++++++++++++++++++++++++++++++++++++---------------
35839 4 files changed, 66 insertions(+), 27 deletions(-)
35840
35841commit 76537def1ff16cffc347d16fc3afb69a34ec9931
35842Author: Danilo Šegan <danilo@src.gnome.org>
35843Date:   Wed Mar 24 23:54:12 2004 +0000
35844
35845    Imported entire xml2po tree.
35846
35847 ChangeLog                   |   6 +
35848 xml2po/.cvsignore           |  16 ++
35849 xml2po/AUTHORS              |   1 +
35850 xml2po/COPYING              | 340 ++++++++++++++++++++++++
35851 xml2po/ChangeLog            | 390 ++++++++++++++++++++++++++++
35852 xml2po/Makefile.am          |  29 +++
35853 xml2po/NEWS                 |  79 ++++++
35854 xml2po/README.in            | 153 +++++++++++
35855 xml2po/TODO                 |  89 +++++++
35856 xml2po/autogen.sh           |   5 +
35857 xml2po/configure.ac         |  59 +++++
35858 xml2po/examples/.cvsignore  |   4 +
35859 xml2po/examples/Makefile.am |   2 +
35860 xml2po/examples/one.po      | 303 ++++++++++++++++++++++
35861 xml2po/examples/one.xml     | 279 ++++++++++++++++++++
35862 xml2po/examples/two.po      | 137 ++++++++++
35863 xml2po/examples/two.xml     | 102 ++++++++
35864 xml2po/modes/.cvsignore     |   3 +
35865 xml2po/modes/Makefile.am    |   4 +
35866 xml2po/modes/docbook.py     | 189 ++++++++++++++
35867 xml2po/modes/empty.py       |  59 +++++
35868 xml2po/modes/gs.py          |  79 ++++++
35869 xml2po/xml2po.pc.in         |   8 +
35870 xml2po/xml2po.py            | 619 ++++++++++++++++++++++++++++++++++++++++++++
35871 24 files changed, 2955 insertions(+)
35872
35873commit 5e1e745f6a131640c6adca751da26261223662c7
35874Author: Shaun McCance <shaunm@src.gnome.org>
35875Date:   Wed Mar 24 02:00:25 2004 +0000
35876
35877    - Somewhat more intelligent use of gnome-doc-utils.make
35878
35879    * Makefile.am:
35880    * gnome-doc-utils.m4:
35881    * test/testdoc1/Makefile.am:
35882    - Somewhat more intelligent use of gnome-doc-utils.make
35883
35884 ChangeLog                 |  7 +++++++
35885 Makefile.am               |  8 ++++++--
35886 gnome-doc-utils.m4        | 17 +++++++++++------
35887 test/testdoc1/Makefile.am |  3 +++
35888 4 files changed, 27 insertions(+), 8 deletions(-)
35889
35890commit 895d1fbb9b07c001716bbba99ede38ae935f4607
35891Author: Shaun McCance <shaunm@src.gnome.org>
35892Date:   Fri Mar 19 23:26:17 2004 +0000
35893
35894    Makefile.am
35895
35896    * Makefile.am
35897    * configure.in:
35898    * gnome-doc-utils.m4:
35899    * doc/Makefile.am:
35900    * doc/xslt/Makefile.am:
35901    - Adding new files
35902
35903    * gnome-doc-utils.m4:
35904    - Minor stuff
35905
35906    * gnome-doc-utils.pc.in:
35907    - Added variables sgmldir and xsldoc
35908
35909    * test/testdoc1/autogen.sh:
35910    * test/testdoc1/help/testdoc1/Makefile.am:
35911    - Testing gnome-doc-utils.make without going through autoconf
35912
35913    * xslt/docbook/html/db2html-title.xsl:
35914    - Removed some xsl:text
35915
35916 ChangeLog                               | 22 ++++++++++++++++++++++
35917 Makefile.am                             |  6 +++---
35918 configure.in                            |  2 ++
35919 doc/Makefile.am                         |  1 +
35920 doc/xslt/Makefile.am                    |  9 +++++++++
35921 gnome-doc-utils.m4                      | 14 ++++++++++++--
35922 gnome-doc-utils.make                    | 33 +++++++++++++++++++++++++++++++++
35923 gnome-doc-utils.pc.in                   |  3 ++-
35924 test/testdoc1/autogen.sh                |  5 -----
35925 test/testdoc1/help/testdoc1/Makefile.am |  4 ++--
35926 xslt/docbook/html/db2html-title.xsl     |  4 +---
35927 11 files changed, 87 insertions(+), 16 deletions(-)
35928
35929commit 7ae8b581b8b978604843196454b038cdabb3ec9d
35930Author: Shaun McCance <shaunm@src.gnome.org>
35931Date:   Fri Mar 19 00:43:19 2004 +0000
35932
35933    - Added db-section.rng
35934
35935    * rng/db-section.rng:
35936    - Added db-section.rng
35937
35938    * rng/db-title.rng:
35939    - Annotation changes
35940
35941 sandbox/mallard/ChangeLog          |   8 ++
35942 sandbox/mallard/rng/db-section.rng |  93 ++++++++++++++++++
35943 sandbox/mallard/rng/db-title.rng   | 195 +++++++++++++++++++------------------
35944 3 files changed, 203 insertions(+), 93 deletions(-)
35945
35946commit 760d63a52cd3c2d3e0a5c3dd7af7da7b02f2114f
35947Author: Shaun McCance <shaunm@src.gnome.org>
35948Date:   Thu Mar 18 00:11:39 2004 +0000
35949
35950    - Added db2html-admon.xsl
35951
35952    * xslt/docbook/html/Makefile.am:
35953    * xslt/docbook/html/TODO:
35954    * xslt/docbook/html/db2html-admon.xsl:
35955    - Added db2html-admon.xsl
35956
35957 ChangeLog                           |   7 ++
35958 xslt/docbook/html/Makefile.am       |   1 +
35959 xslt/docbook/html/TODO              |   5 --
35960 xslt/docbook/html/db2html-admon.xsl | 147 ++++++++++++++++++++++++++++++++++++
35961 4 files changed, 155 insertions(+), 5 deletions(-)
35962
35963commit 671d3d5834e9ff6e8026a84a97d642c6d40512be
35964Author: Shaun McCance <shaunm@src.gnome.org>
35965Date:   Wed Mar 17 02:11:13 2004 +0000
35966
35967    - Added rngdoc variable.
35968
35969    * gnome-doc-utils.pc.in:
35970    - Added rngdoc variable.
35971
35972    * xslt/rngdoc/rngdoc.xsl:
35973    - Fixed incorrect XPath expression.
35974
35975 ChangeLog              |  8 ++++++++
35976 gnome-doc-utils.pc.in  |  4 +++-
35977 xslt/rngdoc/rngdoc.xsl | 15 +++++++++++++--
35978 3 files changed, 24 insertions(+), 3 deletions(-)
35979
35980commit 2f7f72b18d1089c792d4a3c512be74160342e940
35981Author: Shaun McCance <shaunm@src.gnome.org>
35982Date:   Tue Mar 16 23:57:55 2004 +0000
35983
35984    - Adding some build files.
35985
35986    * configure.in:
35987    * xslt/Makefile.am:
35988    * xslt/docbook/Makefile.am:
35989    * xslt/rngdoc/Makefile.am:
35990    - Adding some build files.
35991
35992 ChangeLog                    | 8 ++++++++
35993 configure.in                 | 3 +++
35994 xslt/Makefile.am             | 2 +-
35995 xslt/docbook/.cvsignore      | 2 ++
35996 xslt/docbook/Makefile.am     | 1 +
35997 xslt/docbook/html/.cvsignore | 2 ++
35998 xslt/rngdoc/.cvsignore       | 2 ++
35999 xslt/rngdoc/Makefile.am      | 6 ++++++
36000 8 files changed, 25 insertions(+), 1 deletion(-)
36001
36002commit 96af970eeda26571a078475e6a9252dbf6f7c245
36003Author: Shaun McCance <shaunm@src.gnome.org>
36004Date:   Tue Mar 16 22:31:22 2004 +0000
36005
36006    - Adding .cvsignore files.
36007
36008 sandbox/mallard/.cvsignore     | 8 ++++++++
36009 sandbox/mallard/doc/.cvsignore | 2 ++
36010 sandbox/mallard/rng/.cvsignore | 2 ++
36011 3 files changed, 12 insertions(+)
36012
36013commit b39f0d571ad0ab51da9cff4f2a8bdcd03d84ac74
36014Author: Shaun McCance <shaunm@src.gnome.org>
36015Date:   Tue Mar 16 22:29:51 2004 +0000
36016
36017    - Adding initial work on RNG documentation builder.
36018
36019    * xslt/rngdoc/rngdoc.xsl:
36020    - Adding initial work on RNG documentation builder.
36021
36022 ChangeLog              |   5 ++
36023 xslt/rngdoc/rngdoc.xsl | 141 +++++++++++++++++++++++++++++++++++++++++++++++++
36024 2 files changed, 146 insertions(+)
36025
36026commit 3ace856b0656248e443920f64b87bdc01c04db61
36027Author: Shaun McCance <shaunm@src.gnome.org>
36028Date:   Tue Mar 16 01:01:40 2004 +0000
36029
36030    - Use LGPL, not GPL
36031
36032    * COPYING:
36033    - Use LGPL, not GPL
36034
36035    * xslt/docbook/html/Makefile.am:
36036    * xslt/docbook/html/db2html-title.xsl:
36037    - Added db2html-title.xsl
36038
36039    * xslt/docbook/html/db2html-label.xsl:
36040    - Annotation improvements and other minor tweaks.
36041
36042    * xslt/docbook/html/TODO:
36043    - Added a TODO file.
36044
36045 COPYING                             | 662 ++++++++++++++++++++++--------------
36046 ChangeLog                           |  15 +
36047 xslt/docbook/html/Makefile.am       |   3 +-
36048 xslt/docbook/html/TODO              |  83 +++++
36049 xslt/docbook/html/db2html-label.xsl | 205 +++++------
36050 xslt/docbook/html/db2html-title.xsl | 157 +++++++++
36051 6 files changed, 774 insertions(+), 351 deletions(-)
36052
36053commit f9680e0dff708e8ced21c66cd0c1806c2cfae025
36054Author: Shaun McCance <shaunm@src.gnome.org>
36055Date:   Mon Mar 15 19:57:09 2004 +0000
36056
36057    Makefile.am - Adding Makefile.am
36058
36059    * Makefile.am
36060    - Adding Makefile.am
36061
36062 sandbox/mallard/Makefile.am | 1 +
36063 1 file changed, 1 insertion(+)
36064
36065commit 704f89545fc3d73d6d35dbc67b07db88c68287ac
36066Author: Shaun McCance <shaunm@src.gnome.org>
36067Date:   Mon Mar 15 19:56:06 2004 +0000
36068
36069    - Minor annotation changes
36070
36071    * rng/db-admon.rng:
36072    * rng/db-callout.rng:
36073    * rng/db-cmdsynopsis.rng:
36074    * rng/db-comp.rng:
36075    * rng/db-credits.rng:
36076    * rng/db-list.rng:
36077    * rng/db-media.rng:
36078    * rng/db-para.rng:
36079    * rng/db-title.rng:
36080    - Minor annotation changes
36081
36082 sandbox/mallard/AUTHORS                |   1 +
36083 sandbox/mallard/COPYING                | 504 +++++++++++++++++++++++++++++++++
36084 sandbox/mallard/ChangeLog              |  12 +
36085 sandbox/mallard/INSTALL                | 182 ++++++++++++
36086 sandbox/mallard/NEWS                   |   0
36087 sandbox/mallard/README                 |   0
36088 sandbox/mallard/autogen.sh             |  22 ++
36089 sandbox/mallard/configure.in           |  12 +
36090 sandbox/mallard/doc/Makefile.am        |   0
36091 sandbox/mallard/rng/Makefile.am        |   0
36092 sandbox/mallard/rng/db-admon.rng       |   2 +-
36093 sandbox/mallard/rng/db-callout.rng     |   2 +-
36094 sandbox/mallard/rng/db-cmdsynopsis.rng |   2 +-
36095 sandbox/mallard/rng/db-comp.rng        |  20 +-
36096 sandbox/mallard/rng/db-credits.rng     |   2 +-
36097 sandbox/mallard/rng/db-list.rng        |   2 +-
36098 sandbox/mallard/rng/db-media.rng       |   2 +-
36099 sandbox/mallard/rng/db-para.rng        |   2 +-
36100 sandbox/mallard/rng/db-title.rng       |   2 +-
36101 19 files changed, 751 insertions(+), 18 deletions(-)
36102
36103commit d83c3d1811329adafb1c020a77671b53c8a5d42f
36104Author: Shaun McCance <shaunm@src.gnome.org>
36105Date:   Mon Mar 15 03:36:48 2004 +0000
36106
36107    - Importing Mallard stuff.
36108
36109    * sandbox/mallard:
36110    - Importing Mallard stuff.
36111
36112 ChangeLog                              |   5 +
36113 po/.cvsignore                          |   4 +
36114 sandbox/mallard/rng/db-admon.rng       | 131 +++++
36115 sandbox/mallard/rng/db-callout.rng     |  95 ++++
36116 sandbox/mallard/rng/db-cmdsynopsis.rng | 223 +++++++++
36117 sandbox/mallard/rng/db-comp.rng        | 845 +++++++++++++++++++++++++++++++++
36118 sandbox/mallard/rng/db-credits.rng     | 616 ++++++++++++++++++++++++
36119 sandbox/mallard/rng/db-list.rng        | 262 ++++++++++
36120 sandbox/mallard/rng/db-media.rng       | 271 +++++++++++
36121 sandbox/mallard/rng/db-para.rng        | 113 +++++
36122 sandbox/mallard/rng/db-title.rng       | 109 +++++
36123 test/testdoc1/.cvsignore               |   8 +
36124 test/testdoc1/help/.cvsignore          |   2 +
36125 test/testdoc1/help/testdoc1/.cvsignore |   5 +
36126 xslt/.cvsignore                        |   2 +
36127 xslt/gettext/.cvsignore                |   3 +
36128 16 files changed, 2694 insertions(+)
36129
36130commit d634dbaef743dd4318aec4c13a587262ec710992
36131Author: Shaun McCance <shaunm@src.gnome.org>
36132Date:   Sun Mar 14 23:44:56 2004 +0000
36133
36134    - Trying stuff out, rather unsuccessfully.
36135
36136    * gnome-doc-utils.m4:
36137    * test/testdoc1/Makefile.am:
36138    * test/testdoc1/autogen.sh:
36139    * test/testdoc1/help/testdoc1/Makefile.am:
36140    - Trying stuff out, rather unsuccessfully.
36141
36142    * xslt/docbook/html/Makefile.am:
36143    * xslt/docbook/html/db2html-label.xsl:
36144    - Added db2html-label.xsl, equivalent to Yelp's db2html-header.xsl.
36145
36146    * xslt/gettext/Makefile.am:
36147    - Change the install directory.
36148
36149    * xslt/gettext/gettext.xsl:
36150    - Removed stuff, getting ready to annotate.
36151
36152 ChangeLog                               |  18 ++
36153 gnome-doc-utils.m4                      |   3 -
36154 test/testdoc1/Makefile.am               |   1 -
36155 test/testdoc1/autogen.sh                |   5 +
36156 test/testdoc1/help/testdoc1/Makefile.am |   6 +-
36157 xslt/docbook/html/Makefile.am           |   6 +
36158 xslt/docbook/html/db2html-label.xsl     | 524 ++++++++++++++++++++++++++++++++
36159 xslt/gettext/Makefile.am                |   2 +-
36160 xslt/gettext/gettext.xsl                | 318 ++++++++-----------
36161 9 files changed, 685 insertions(+), 198 deletions(-)
36162
36163commit d13188a9c62901e76ed6b78af30b1b017802f701
36164Author: Shaun McCance <shaunm@src.gnome.org>
36165Date:   Tue Mar 9 10:12:11 2004 +0000
36166
36167    - Minor changes
36168
36169    * gnome-doc-utils.m4:
36170    - Minor changes
36171
36172    * test
36173    - Adding a test document
36174
36175 ChangeLog                                      |   8 +
36176 gnome-doc-utils.m4                             |   8 +-
36177 test/testdoc1/AUTHORS                          |   1 +
36178 test/testdoc1/COPYING                          | 504 +++++++++++++++++++
36179 test/testdoc1/COPYING-DOCS                     | 355 +++++++++++++
36180 test/testdoc1/ChangeLog                        |   0
36181 test/testdoc1/INSTALL                          | 182 +++++++
36182 test/testdoc1/Makefile.am                      |   2 +
36183 test/testdoc1/NEWS                             |   0
36184 test/testdoc1/README                           |   0
36185 test/testdoc1/autogen.sh                       |  22 +
36186 test/testdoc1/configure.in                     |  10 +
36187 test/testdoc1/help/Makefile.am                 |   2 +
36188 test/testdoc1/help/testdoc1/C/fdl-appendix.xml | 667 +++++++++++++++++++++++++
36189 test/testdoc1/help/testdoc1/C/legal.xml        |  76 +++
36190 test/testdoc1/help/testdoc1/C/testdoc1.xml     |  48 ++
36191 test/testdoc1/help/testdoc1/Makefile.am        |   5 +
36192 test/testdoc1/help/testdoc1/testdoc1.omf.in    |  17 +
36193 18 files changed, 1901 insertions(+), 6 deletions(-)
36194
36195commit e2ca728da77560367f04a3c70e46aa54bb607229
36196Author: Shaun McCance <shaunm@src.gnome.org>
36197Date:   Tue Mar 9 03:48:37 2004 +0000
36198
36199    - Added xslt to SUBDIRS - Added gnome-doc-utils.m4 - Added ACLOCAL_FLAGS
36200
36201    * Makefile.am:
36202    * autogen.sh:
36203    * configure.in:
36204    * gnome-doc-utils.m4:
36205    - Added xslt to SUBDIRS
36206    - Added gnome-doc-utils.m4
36207    - Added ACLOCAL_FLAGS to bootstrap off of local gnome-doc-utils.m4
36208
36209 ChangeLog          | 10 ++++++++++
36210 Makefile.am        | 11 +++++++----
36211 autogen.sh         |  5 +++++
36212 configure.in       |  3 +++
36213 gnome-doc-utils.m4 | 23 +++++++++++++++++++++++
36214 5 files changed, 48 insertions(+), 4 deletions(-)
36215
36216commit ec71e6e44ac2f0407c8018ebe010dbd6a50ccacd
36217Author: Shaun McCance <shaunm@src.gnome.org>
36218Date:   Fri Mar 5 05:21:40 2004 +0000
36219
36220    - Added AM_GLIB_GNU_GETTEXT. - Added cong-doc-utils.pc to AC_OUTPUT.
36221
36222    * configure.in:
36223    - Added AM_GLIB_GNU_GETTEXT.
36224    - Added cong-doc-utils.pc to AC_OUTPUT.
36225
36226 .cvsignore   | 1 +
36227 ChangeLog    | 6 ++++++
36228 configure.in | 2 ++
36229 3 files changed, 9 insertions(+)
36230
36231commit 8c6397c68155eec601fd4a6ceff7d39e9a86462e
36232Author: Shaun McCance <shaunm@src.gnome.org>
36233Date:   Fri Mar 5 03:36:44 2004 +0000
36234
36235    - Adding gettext.xsl and related stuff.
36236
36237    * po/POTFILES.in:
36238    * xslt/Makefile.am:
36239    * xslt/gettext/Makefile.am:
36240    * xslt/gettext/gettext.xsl:
36241    * xslt/gettext/l10n.xml.in:
36242    - Adding gettext.xsl and related stuff.
36243
36244 po/POTFILES.in           |   1 +
36245 xslt/Makefile.am         |   1 +
36246 xslt/gettext/Makefile.am |   9 ++
36247 xslt/gettext/gettext.xsl | 226 ++++++++++++++++++++++++++++
36248 xslt/gettext/l10n.xml.in | 376 +++++++++++++++++++++++++++++++++++++++++++++++
36249 5 files changed, 613 insertions(+)
36250
36251commit a5c57bbae56e1cdd9f16f7ce85b6bb81b86143cc
36252Author: Shaun McCance <shaunm@src.gnome.org>
36253Date:   Fri Mar 5 03:31:00 2004 +0000
36254
36255    - Stole autogen from nautilus.
36256
36257    * autogen.sh:
36258    - Stole autogen from nautilus.
36259
36260    * configure.in:
36261    - Added po/ChangeLog
36262    - Added xslt/Makefile
36263
36264 ChangeLog        |   8 +++
36265 autogen.sh       | 153 +++++--------------------------------------------------
36266 configure.in     |   1 +
36267 po/ChangeLog     |   0
36268 xslt/Makefile.am |   0
36269 5 files changed, 21 insertions(+), 141 deletions(-)
36270
36271commit 6d686e81416d72c3feca5c9cb88c5919b2fcc25f
36272Author: Shaun McCance <shaunm@src.gnome.org>
36273Date:   Fri Mar 5 02:45:03 2004 +0000
36274
36275    - Added po
36276
36277    * Makefile.am:
36278    * configure.in:
36279    - Added po
36280
36281    * NEWS:
36282    * .cvsignore:
36283    - Added
36284
36285 .cvsignore   | 14 ++++++++++++++
36286 Makefile.am  |  2 +-
36287 NEWS         |  0
36288 configure.in |  1 +
36289 4 files changed, 16 insertions(+), 1 deletion(-)
36290
36291commit 0bdf126eec45c7d42d5e81e76628801477936c11
36292Author: Shaun McCance <shaunm@src.gnome.org>
36293Date:   Fri Mar 5 02:27:20 2004 +0000
36294
36295    Adding po directory
36296
36297 po/POTFILES.in | 0
36298 1 file changed, 0 insertions(+), 0 deletions(-)
36299
36300commit c31f7d1ecdd0137ffe59b26153f6bfc2af9184eb
36301Author: Shaun McCance <shaunm@src.gnome.org>
36302Date:   Fri Mar 5 02:17:37 2004 +0000
36303
36304    Import of gnome-doc-utils
36305
36306commit 77e973fae87d9b826db1b4c6ed2d1a2355a84888
36307Author: Shaun McCance <shaunm@src.gnome.org>
36308Date:   Fri Mar 5 02:17:37 2004 +0000
36309
36310    Initial revision
36311
36312 AUTHORS               |   1 +
36313 COPYING               | 340 ++++++++++++++++++++++++++++++++++++++++++++++++++
36314 ChangeLog             |   0
36315 INSTALL               | 182 +++++++++++++++++++++++++++
36316 Makefile.am           |  11 ++
36317 README                |   0
36318 autogen.sh            | 150 ++++++++++++++++++++++
36319 configure.in          |  10 ++
36320 gnome-doc-utils.pc.in |   7 ++
36321 9 files changed, 701 insertions(+)
36322