From 80ffee65bf2a585b93991bd843a42879b12cf7b0 Mon Sep 17 00:00:00 2001 From: Shaun McCance Date: Mon, 21 May 2007 19:26:40 +0000 Subject: - Added lots of inline tests - Added the beginning of a glossary * test/testbook/testbook.xml: - Added lots of inline tests - Added the beginning of a glossary * xslt/docbook/common/db-title.xsl: * xslt/docbook/html/db2html-division.xsl: - Made the empty $info selectors node sets - Fixed some automatic titles * xslt/docbook/html/db2html-info.xsl: - Use the new dl-compact class in credits * xslt/docbook/html/db2html-cmdsynopsis.xsl: - Made cmdsynopsis have a pre wrapped in a div for consistency * xslt/docbook/html/db2html-bibliography.xsl: - Bibliographies have bibliographyinfo, not glossaryinfo * xslt/docbook/html/db2html-classsynopsis.xsl: - Moved ooclass, ooexception, and oointerface to db2html-inline * xslt/docbook/html/db2html-css.xsl: * xslt/docbook/html/db2html-inline.xsl: - Revamped all inline elements - Added db2html.inline.content.mode * xslt/docbook/common/db-common.xsl: - Small db.personname modification * xslt/gettext/l10n.xml.in: - Added localizable citation formatting * data/icons/hicolor/48x48/admon-caution.png: * data/icons/hicolor/48x48/admon-warning.png: * data/icons/hicolor/scalable/Makefile.am: - More icons from cornelius[cz] svn path=/trunk/; revision=956 --- data/icons/hicolor/48x48/admon-caution.png | Bin 2369 -> 2959 bytes data/icons/hicolor/48x48/admon-warning.png | Bin 3249 -> 2959 bytes data/icons/hicolor/scalable/Makefile.am | 4 +++- 3 files changed, 3 insertions(+), 1 deletion(-) (limited to 'data') diff --git a/data/icons/hicolor/48x48/admon-caution.png b/data/icons/hicolor/48x48/admon-caution.png index e3897db..ecdc0f9 100644 Binary files a/data/icons/hicolor/48x48/admon-caution.png and b/data/icons/hicolor/48x48/admon-caution.png differ diff --git a/data/icons/hicolor/48x48/admon-warning.png b/data/icons/hicolor/48x48/admon-warning.png index 3c8a37d..ecdc0f9 100644 Binary files a/data/icons/hicolor/48x48/admon-warning.png and b/data/icons/hicolor/48x48/admon-warning.png differ diff --git a/data/icons/hicolor/scalable/Makefile.am b/data/icons/hicolor/scalable/Makefile.am index 0275bce..fac94a5 100644 --- a/data/icons/hicolor/scalable/Makefile.am +++ b/data/icons/hicolor/scalable/Makefile.am @@ -1,8 +1,10 @@ icondir = $(datadir)/gnome-doc-utils/icons/hicolor/scalable icon_DATA = \ + admon-caution.svg \ admon-bug.svg \ admon-important.svg \ admon-note.svg \ - admon-tip.svg + admon-tip.svg \ + admon-warning.svg EXTRA_DIST = $(icon_DATA) -- cgit v1.2.1