2009-07-10  Thomas Schraitle  <thomas.schraitle@suse.de>
	* xslt/misc/rootid.xsl (42932):
	- First file which implements the "rootid" feature.
	  The idea is to outsource this feature and import
	  it where it is needed.

2009-07-08  Thomas Schraitle  <thomas.schraitle@suse.de>
	* xslt/epub (42760):
	- Added directory to support EPUB format

2009-06-30  Thomas Schraitle  <thomas.schraitle@suse.de>
	* xslt/flyer/component.xsl (42614):
	- Added checks for FOP to replace fo:block-container with
	  fo:block and a combination of padding-* and margin-* attributes.
	  Looks now almost the same than the titlepage generated by XEP.

2009-06-08  Thomas Schraitle  <thomas.schraitle@suse.de>
	* xslt/pocket/* (42146):
	- First draft of pocket format

2009-04-28  Thomas Schraitle  <thomas.schraitle@suse.de>
	* xslt/desktop/docbook.xsl (41557):
	- Fix bnc#498731: 

2009-04-22  Thomas Schraitle  <thomas.schraitle@suse.de>
	* xslt/yelp/docbook.xsl (41356):
	- Missing set/title template inserted

2009-04-20  Thomas Schraitle  <thomas.schraitle@suse.de>
	* xslt/desktop/docbook.xsl (41044):
	- Fix bnc#391185

2009-04-09  Thomas Schraitle  <thomas.schraitle@suse.de>
	* xslt/common/l10n/{es,fr,hu,it,ja,pt_br,zh_cn,zh_tw}.xml (40888):
	- Corrections from Patrick

2009-04-07  Thomas Schraitle  <thomas.schraitle@suse.de>
	* xslt/profiling/process-xrefs.xsl (r40875):
	- Stylesheet to "resolve" xrefs pointing to a different book into
	ulinks

2009-01-27  Thomas Schraitle  <thomas.schraitle@suse.de>
	* xslt/ocf2refentry/ocfs2refentry.xsl (r38892):
	- Copied a comment from ha_agentlist_details.xml to make sure it is not
	  lost

2009-01-15  Thomas Schraitle  <thomas.schraitle@suse.de>
	* xslt/fo/inline.xsl (r38406):
	- Added another template in mode "title.markup" to solve ???TITLE???
	  output in PDF.


2009-01-13  Thomas Schraitle  <thomas.schraitle@suse.de>
	* fo/attributesets.xsl r38339():
	- Set the color for filename.properties to inherit
	*  xslt/flyer/param.xsl (r38342):
	- Overwrite body.font.family with $sans.font.family (only for
	  flyer/quick start documents)
	* xslt/fo/titlepages.xsl (r38344):
	- Removed division.title as it is obsolete now
	- Template chapappendix.title: Removed processing-instruction('suse')
	* xslt/fo/toc.xsl (r38345):
	- Removed all of the "|title/processing-instruction('suse')"
	  instructions in select attribute
	* xslt/fo/pi.xsl (r38346):
	- Removed xsl:message instructions
	- Added FIXME note for part/title/processing-instruction('suse')
	- Disabled PIs for mode toc, object.title.markup


2009-01-09  Thomas Schraitle  <thomas.schraitle@suse.de>
	* xslt/desktop/docbook.xsl (r38307):
	- Prepare to resolve processing-instruction for suse target


2009-01-07  Thomas Schraitle  <thomas.schraitle@suse.de>
	* xslt/fo/sections.xsl, xslt/fo/inline.xsl (r38275, r38277):
	- Replaced '.|processing-instruction()' in select with 'node()' to
	  avoid wrong order in title
	- Added command, filename, guimenu, keycombo, and keycap in
	title.markup.


2008-12-18  Thomas Schraitle  <thomas.schraitle@suse.de>
	* xslt/flyer/docbook.xsl, xslt/flyer/fonts.xsl ():
	- Integrated ../fo/fonts.xsl and removed fonts.xsl from the flyer
	directory


2008-12-18  Thomas Schraitle  <thomas.schraitle@suse.de>
	* xslt/common/l10n/ko.xml (r38104):
	- Added missing, but untranslated keywords FlyerQuickstart and
	  FlyerMadeby


2008-12-17 Thomas Schraitle  <thomas.schraitle@suse.de>
	* xslt/fo/xref.xsl (r38084):
	Corrected xref problems with target->article (reported by Tanja)
	- Added additional check to distinguish between article and book
	- Added additional templates for article, book, and PI(suse) in
	  mode "xref-to"
	- Addded additional template for PI(suse) in mode object.xref.markup
	* xslt/fo/verbatim.xsl (r38086):
	- Added new template PI(suse) in mode "screen" to make Berthold happy ;)


2008-12-01  Thomas Schraitle  <thomas.schraitle@suse.de>
	* xslt/misc/svg.color2grayscale.xsl (r37282):
	- Added algorithm to deal with rgb(...) values in @fill
	* xslt/fo/titlepages.xsl (r37271):
	- Extended chapappendix.title with processing-instruction('suse')


2008-11-28  Thomas Schraitle  <thomas.schraitle@suse.de>
	* xslt/fo/toc.xsl (r37239):
	* xslt/fo/xep.xsl (r37236):
	* xslt/fo/pi.xsl (r37235):
	- Added processing-instruction('suse') in some places to support a
	  kind of "placeholder"


2008-10-24  Thomas Schraitle  <thomas.schraitle@suse.de>
	* xslt/fo/booktitlepage.xsl (r36290):
	- In svg:text id="titleabbrev.text":
	  Removed self::book axis
	- Added mode="titlepage.mode" for xsl:apply-templates and
	  bookinfo/title
	- Added new template bookinfo/title in mode
	  "book.titlepage.recto.auto.mode". Inserted warning when
	  title is empty
	- Removed old and useless templates for
	  bookinfo/productnumber and bookinfo/productname


2008-10-21  Thomas Schraitle  <thomas.schraitle@suse.de>
	* xslt/misc/reduce-from-set.xsl (r35894):
	- Corrected some indendation, used xsl:text
	- Corrected * -> node()
	* xslt/profiling/suse-pi.xsl (r35797):
	- Added xsl:choose to test, if the PI has to be resolved:
	  . yes: resolve it, otherwise print a warning message
	  . no: just copy the PI, but don't try to resolve it


2008-10-13  Thomas Schraitle  <thomas.schraitle@suse.de>
	* xslt/fo/hyphenate-url.xsl (r35475):
	- Added additional check ($normalurl != '/') for variables
	  A and B to avoid double slashes when the filename is only 
	  "/".


2008-10-07  Thomas Schraitle  <thomas.schraitle@suse.de>
	* xslt/profiling/param.xsl (r35069):
	- Moved parameters projectfile, projectfilenodes, productname,
	productnamereg, productnumber, booktitle to suse-pi.xsl


2008-10-06  Thomas Schraitle  <thomas.schraitle@suse.de>
	* xslt/flyer/docbook.xsl (r35052):
	- Integrate ../fo/xref.xsl to use xref mechanism when pointing to an
	  ID outside of $ROOTID
	* xslt/flyer/param.xsl (r35051):
	- Added new parameter warn.xrefs.into.diff.lang for ../fo/xref.xsl


2008-08-19  Thomas Schraitle  <thomas.schraitle@suse.de>
	* xslt/common/l10n/en.xml, xslt/fo/xep.xsl (r33972):
	- Changed bookmarks for PDF: Only number and title is displayed
	- Introduced in common/l10n/en.xml a new context (xep-bookmark-title)
	  which is used in xep.xsl
	- Added new templates in mode object.xep.title.{markup,template} and
	  call the xep-bookmark-title context


2008-07-25  Thomas Schraitle  <thomas.schraitle@suse.de>
	* bin/tar-up.sh (r33513):
	- Uses now getopt to parse the command line
	- Added -h,--help and -t,--tag as possible options
	- The option -t,--tag can be used to check out a susedoc version from
	  the tags directory


2008-07-23  Thomas Schraitle  <thomas.schraitle@suse.de>
	* xslt/profiling/suse-pi.xsl (r33417):
	- New file: handling of suse processing instructions (PI).
	  The <?suse ...?> PI detects productnumber, productname and title
	  from the PROJECTFILE
	* xslt/profiling/novdoc-profile.xsl (r33418):
	- Moved template processing-instruction('suse') in mode="profile" into
	  suse-pi.xsl and xsl:included in this file


2008-07-22  Thomas Schraitle  <thomas.schraitle@suse.de>
	* xslt/misc/provodebug.xsl (r33381,r33380,r33379):
	- Added missing template rule xref[@xrefstyle='HeadingOnPage']
	- Added new template rules:
	 -- step[@performance='required']
	 -- itemizedlist[@*] (for attributes mark and spacing)
	 -- figure[@pgwide='0']
	 -- table[@*] (for attributes frame, pgwide)
	 -- row[@rowsep='1']
	 -- entry[@colname='1'] (unsure: should that be checked?)
	- Added template rule for itemizedlist, camouflaged as minitoc
	- Added template rule for last itemizedlist before sect1
	* xslt/common/l10n/pl.xml (r33386,r33455):
	- Included translated file from Frank Griga (Vistatec)


2008-07-21  Karl Eichwalder <ke@suse.de>
	* bin/suse-xep (r33354):
	- added XEP_HEAP variable as discussed with bg
	* xslt/profiling/param.xsl (r33357):
	- Loading nodes from projectfiles with document() function


2008-07-21  Thomas Schraitle  <thomas.schraitle@suse.de>
	* xslt/profiling/{novdoc,docbook{41,42,43,44,45}}-profile.xsl (r33347):
	- Moved xsl:param elements into param.xsl
	- xsl:included param.xsl from novdoc-profile.xsl and
	  docbook-4?-profile.xsl


2008-07-21  Thomas Schraitle  <thomas.schraitle@suse.de>
	* xslt/misc/search4includedfiles.xsl (r33317):
	- Redesign stylesheet: Now it uses xml:base attribute to detect XML
	  filenames instead of recursively determine xi:include elements


2008-07-18  Thomas Schraitle  <thomas.schraitle@suse.de>, Berthold Gunreben <bg@suse.de
	* make/common.mk (r33290):
	- adding PROJECTFILE to profiled directory
	- add dependencies to correct sequence of building PROJECTFILE
	- change projectfiles target to use new search4includedfiles (use
	  --xinclude, and rely on xml:base)
	- change projectfiles target to not search through the files twice


2008-07-16  Thomas Schraitle  <thomas.schraitle@suse.de>
	* schema/novdocx.dtd (r33162):
	- Added phrase in application, citetitle, firstname, primary,
	  productnumber, secondary, see, seealso, surname


2008-07-11  Thomas Schraitle  <thomas.schraitle@suse.de>
	* xslt/profiling/check.profiling.xsl (r33101):
	- Modularized handling of processing instructions (both general and
	  'provo')


2008-07-07  Thomas Schraitle  <thomas.schraitle@suse.de>
	* etc/patterns/hyph*.tex (r32681):
	- Make a copy of all hyphenation patterns found in CTAN.
	  These hyphenation patterns are UTF-8 encoded, so seem to
	  work in XEP and FOP too.
	* xslt/profiling/check.profiling.xsl (r32746):
	- New feature: Introduced profiling on processing instructions!
	  At the moment, only the "pseudo-attribute" os is supported.
	  Use it like this: <?dbfoo dir="blabla/fooo" os="SLES" ?>
	  It works like every other element with os attribute.
	* xslt/profiling/check.profiling.xsl (r32752):
	- Added template rule for processing-instruction('provo'):
	  Extended "pseudo-attribute" dirname with parameter provo.root


2008-06-25  Thomas Schraitle  <thomas.schraitle@suse.de>
	* etc/fonts/NimbusMonL-{Bold,BoldOblique,ReguOblique,Regular}.sfd
	(r32430):
	- Saved from FontForge. It seems, there is a bug in XEP as it is
	  unable to display a "composed" glyph (for example, the font contains
	  for the glyph "Ä" a reference to "A" and a reference to a diaresis
	  U+0308). This has been occured in PostScript Type1 fonts only.
	- Try to insert glyphs that can be automatically generated through
	  FontForge (mainly from the Latin Extended-B block)
	- Missing glyphs from U+021A - U+0233 created
	- Exported SFD file to TTF


2008-06-24  Thomas Schraitle  <thomas.schraitle@suse.de>
	* etc/docbook-xmlformat.conf (r32388):
	- Added rule for title and added normalize, entry-break and exit-break
	  options to get an uninterrupted text flow


2008-06-18  Thomas Schraitle  <thomas.schraitle@suse.de>
	* bin/tar-up.sh (r32322):
	- Added fontforge, python, lib, checks and testbed directories to the
	  list of ignorable items
	* xslt/profiling/docbook45-profile.xsl (r32323):
	- New file, output DOCTYPE for DocBook v4.5


2008-06-16  Thomas Schraitle  <thomas.schraitle@suse.de>
	* xslt/fo/param.xsl (r32251):
	- Corrected draft.watermark.image and take into account dtdroot
	  parameter
	* xslt/fo/draft.png (r32250):
	- Original from http://docbook.sourceforge.net/release/images/draft.png
	  and optipng'ed (reduced size to 50%)


2008-05-16  Thomas Schraitle  <thomas.schraitle@suse.de>
	* xslt/html/suse-titlepage.xsl (r31402):
	- Added title and bookinfo/title in the xsl:choose/xsl:when switch


2008-05-15  Thomas Schraitle  <thomas.schraitle@suse.de>
	* xslt/html/navig.header.footer.xsl (r31342):
	- Correct header with double titles


2008-04-10  Thomas Schraitle  <thomas.schraitle@suse.de>
	* xslt/misc/get-graphics.xsl (r30261):
	- Added comment for preferred.mediaobject.role
	- Changed handling of template imageobject[@role] a bit: It is now
	  allowed to have an empty string in preferred.mediaobject.role.
	  => This returns *all* graphic files in a XML file and was needed
	     for DocManager.


2008-04-07  Thomas Schraitle  <thomas.schraitle@suse.de>
	* xslt/html/susebooks.css (r30103):
	- Added tip from Robert: if text inside an admonition box overflows
	  its border, it will displayed with sliders.
	  Maybe it's only a workaround, but it seems to work for all browsers.


2008-04-02  Thomas Schraitle  <thomas.schraitle@suse.de>
	* xslt/common/l10n/{ja,es,fr}.xml (r29967,r29999):
	- Fixed broken encoding in FlyerQuickstart
	* bin/xepchangefontpath.py (r29966):
	- Added a comment to warn users about editing the
	  autogenerated file
	* etc/XEP/xep-suse.xml (r29963):
	- Fixed font handling for Japanese and Korean too


2008-04-01  Thomas Schraitle  <thomas.schraitle@suse.de>
	* xslt/fo/fonts.xsl: (r29928)
	- Fixed font handling for Chinese documents
	* etc/XEP/xep-suse.xml: (r29931)
	- Corrected xml:base for Chinese fonts in xep-suse.xml
	* xslt/fo/param.xsl: (r29925)
	- Added parameter debug.fonts to output debugging
	  information about fonts (turned on as default)


2008-03-03  Thomas Schraitle  <thomas.schraitle@suse.de>
	* xslt/html/pi.xsl: (r28064)
	- Added new stylesheet:
	  Copied from the 10.3 as the named template 
	  "pi.dbhtml_filename" is not available in the
	  10.2 DocBook stylesheets


2008-02-29  Thomas Schraitle  <thomas.schraitle@suse.de>
	* xslt/fo/hyphenate-url.xsl: (r27924)
	- Renamed parameters remove{start,end}character ->
	  remove{start,end}slash; the same for insertendcharacter ->
	  insertendslash
	- Comment the templates


2008-01-31  Thomas Schraitle  <thomas.schraitle@suse.de>
	* xslt/html/titlepage.xsl: (r27287)
	Copied from DocBook SVN (-r7441)
	Mainly due to bug #1790495 (Sourceforge Bugzilla), fixed in r7439.


2007-12-06  Thomas Schraitle  <thomas.schraitle@suse.de>
	* xslt/html/inline.xsl: (r26419)
	- remark: Added @id + number to identify remarks
	* xslt/html/susebooks.css: (r26421)
	- Added CSS rule for identifiers in remarks
	* schema/novdocx.dtd: (r26614)
	- Added attribute id with type ID by courtesy of Curtis. ;)


2007-11-27  Thomas Schraitle  <thomas.schraitle@suse.de>
	* etc/system-profile: (r26300)
	- Added corrections from Berthold:
	  . Removed while loop
	  . Removed DOCMANAGER env variable
	  . Corrected COMMON


2007-11-20  Thomas Schraitle  <thomas.schraitle@suse.de>
	* xslt/fo/hyphenate-url.xsl: (r26196)
	- Fixed problem, when a URL ends with '/' and the URL itself
	  touches the right text margin. Same applies for start
	  string and '/'. Uses now a slightly modified version that
	  takes care of start and end '/'.


2007-11-05  Thomas Schraitle  <thomas.schraitle@suse.de>
	* xslt/fo/xep.xsl: (r25789)
	Dealing with bug #175048 "Meta info about the XEP generated PDFs":
	- Added "SUSE" as author when no author, editor or authorgroup is
	found
	- Corrected XPath /book/bookinfo/titleabbrev ->
	  /book/bookinfo/productnumber for "title" field
	- Inserted missing "creator" field


2007-10-08  Thomas Schraitle  <thomas.schraitle@suse.de>
	* xslt/common/l10n/zh_cn.xml: (r25294)
	* xslt/common/l10n/zh_tw.xml: (r25297)
	- Fixed broken keys: ListofAuthors, Authors, FlyerQuickstart, and
	  FlyerMadeby


2007-09-28  Thomas Schraitle  <thomas.schraitle@suse.de>
	* xslt/desktop/docbook.xsl: (r25182)
	- Introduced create.directory variable (true|false) if creating a
	  .directory file is necessary
	- Some X-DOC-* keywords are not needed in .desktop (applied
	  $create.directory variable)
	* make/help.mk: (r25188)
	- Expose target desktop-files 


2007-09-07  Thomas Schraitle  <thomas.schraitle@suse.de>
	* xslt/misc/listbook-xrefs.xsl: (r24427)
	New stylesheet that lists xref that point into another book


2007-09-07  Thomas Schraitle  <thomas.schraitle@suse.de>
	* xslt/misc/svg.color2grayscale.xsl: (r24392)
	Template @fill|@stroke: Added xsl:choose to test, if
	$color.nodes[@name=current()]/@grayvalue is empty.
	Content can be an "rgb(...)" function.
	Problem: It seems, XEP can not handle rgb() functions
	TODO: Convert rgb() into something useful that XEP can handle


2007-09-06  Thomas Schraitle  <thomas.schraitle@suse.de>
	* xslt/fo/verbatim.xsl: (r24314)
	- example/screen: Taking care of processing-instruction inside example.
	  You can insert the PI after the <example> tag or inside the <screen>
	  tag


2007-08-29  Thomas Schraitle  <thomas.schraitle@suse.de>
	* xslt/fo/index.xsl: (r24187)
	 index.titlepage.recto: Added test for $indexfile != '' 
	 and used normal title generation in case of the test fails


2007-08-22  Thomas Schraitle  <thomas.schraitle@suse.de>
	* xslt/desktop/docbook.xsl: (r24095, r24098)
	- Added xsl:preserve-space for titles
	- create.directory: Fixed bug for title (mainly in Quick Starts, see
	  #299605
	- Fixed:  Empty language code in Name[...] and Comment[...] fixed
	  with XPath expression:
	   (@lang|
	    ancestor-or-self::article/@lang |
	    ancestor-or-self::book/@lang |
	    ancestor-or-self::set/@lang)[1]
	- Removed suse:lang parameter as it is calculated in
	  suse:keyvalue for each node


2007-07-17  Thomas Schraitle  <thomas.schraitle@suse.de>
	* xslt/common/l10n/: (r23744)
	Added gentext templates for using font settings in language files


2007-07-17  Thomas Schraitle  <thomas.schraitle@suse.de>
	* xslt/flyer/fonts.xsl, xslt/fo/fonts.xsl: (r23710, r23723)
	Added gentext template for using font settings in language files


2007-07-20  Thomas Schraitle  <thomas.schraitle@suse.de>
	* xslt/fo/fonts.xsl: (r23710),
	* /trunk/novdoc/xslt/common/l10n/*.xml: (r23744)
	Added gentext template for using font settings in language files


2007-07-20  Thomas Schraitle  <thomas.schraitle@suse.de>
	* xslt/desktop/docbook.xsl: (r22372)
	  - Corrected article generation; implemented article/sect1 desktop
	  files
	  - Generate .directory for element set
	  - Content of .directory for set corrected
	  - Handling of filenames with extension .html or .desktop
	    consolidated


2007-07-19  Thomas Schraitle  <thomas.schraitle@suse.de>
	* xslt/desktop/docbook.xsl, xslt/desktop/filename.xsl,
	xslt/desktop/write.text.chunk.xsl: (r22318)
	Splitted original docbook.xsl into several files;
	Rewrote parts of the stylesheet, improved modularisation


2007-07-09  Thomas Schraitle  <thomas.schraitle@suse.de>
	* xslt/common/l10n/*: (r21740)
	Added language corrections from Patrick T.

	* xslt/fo/sections.xsl: (r21763)
	Added special template screen for ancestor::sect1[@role='legal'],
	similar to xslt/flyer/sections.xsl


2007-07-08  Thomas Schraitle  <thomas.schraitle@suse.de>
	* xslt/flyer/sections.xsl: (r21704)
	Special templates for legal text to render it in a smaller font size


2007-06-08  Thomas Schraitle  <thomas.schraitle@suse.de>
	* xslt/fo/index.xsl, xslt/index/xml2idx.xsl: (r21226 , r21214)
	Preparing index


2007-06-04  Thomas Schraitle  <thomas.schraitle@suse.de>
	* xslt/common/l10n.xsl: (r21076)
	Inserted additional templates for guimenus, calling Igentext.guimenu.startquote and
	gentext.guimenu.endquote to fullfill request for zh_* languages
	(request by Patrick T.)


2007-04-11  Thomas Schraitle  <thomas.schraitle@suse.de>
	* xslt/fo/xref.xsl: (r19154)
	Limited xref checking for chapters and appendices with @lang that is
	different from ancestor::book/@lang


2007-03-26  Thomas Schraitle  <thomas.schraitle@suse.de>
	* xslt/misc/svg2svg.xsl: (r18858)
	New stylesheet: Remove @style and convert the content to useful
	attributes. Makes it easier to check for attributes
	
	* xslt/misc/svg.color2grayscale.xsl: (r18870)
	Reworked stylesheet as a two pass process with EXSLT node-set
	function.
	The output of svg2svg.xsl is temporarily saved in a variable. The
	variable is processed with the exsl:node-set function


2007-03-19  Jana Jaeger <jjaeger@suse.de>
	* xslt/manpages/docbook.xsl: (r18664)
	Use custom (empty) refentry.source.name.profile and refentry.version.profile parameters. 


2007-03-14  Thomas Schraitle  <thomas.schraitle@suse.de>
	* xslt/desktop/docbook.xsl: (r18453)
	New attempt to creating part directories
	
	* xslt/ocf2refentry/: (r18419)
	New stylesheet to convert output from OCF to refentry


2007-02-20  Thomas Schraitle  <thomas.schraitle@suse.de>
	* xslt/flyer/component.xsl, xslt/flyer/param.xsl: (r17521)
	Flyer: File not found of novell-logo.svg and suse-logo.svg fixed
	Use now the AVT $dtdroot given by the makefiles
	(Thanks to Nikolay Derkach, reported on opensuse-doc)

	* common/l10n/ru.xml, common/l10n/l10n.xml: (r17489)
	Added russian translation
	(Thanks to Nikolay Derkach)


2007-02-08  Thomas Schraitle  <thomas.schraitle@suse.de>
	* xslt/flyer/component.xsl, xslt/flyer/attributesets.xsl: (r17137)
	Corrected font size of article/subtitle (it's 1.2**2 times smaller
	than the title)


2007-02-06  Thomas Schraitle  <thomas.schraitle@suse.de>
	* xslt/html/navig.header.footer.xsl: (r17072) Corrected header link to
	appear on certain conditions only


2007-02-01  Thomas Schraitle  <thomas.schraitle@suse.de>
	* xslt/html/navig.header.footer.xsl: (r16949) Moved functionality of
	retrieving metadata to metadata.xsl


2007-01-30  Thomas Schraitle  <thomas.schraitle@suse.de>
	* xslt/html/docbook.xsl xslt/html/toc.xsl: (r16861) Fixed #173441 -
	KHelpCenter searchs not only in the page content, but also in the
	margens

	* xslt/fo/lists.xsl: (r16834)  Fixed numbering layout of substeps to
	match Provo layout

	 
2006-12-12  Thomas Schraitle  <thomas.schraitle@suse.de>
	* xslt/desktop/docbook.xsl: (r15901) Workaround for openSUSE 10.2:
	DocBook XSL stylesheets v1.71.1-5 does not contain parameter
	stylesheet.result.typ


2006-11-14  Thomas Schraitle  <thomas.schraitle@suse.de>
	* xslt/misc/svg.color2grayscale.xsl: (r15213) First draft version
	(work in progress).
	This files converts color to grayscale.


2006-10-05  Thomas Schraitle  <thomas.schraitle@suse.de>
	* xslt/fo/attributesets.xsl: (r12632) Support link colors: red for
	xref and blue for ulinks (only in color-pdf mode) as agreed in our
	Provo meeting


2006-02-27  Thomas Schraitle  <thomas.schraitle@suse.de>
	* xslt/fo/titlepage.xsl: (r6602) Typographical corrections for
	chapter titles on the right margin
	* xsl/fo/sections.xsl: (r6597) Fixed section header handling: Now
	a third line gets ccorrectly indented
	

2006-02-13  Thomas Schraitle  <thomas.schraitle@suse.de>
	* xslt/common/vset.ops.xsl: (r5945) Taken from "XSLT Cookbook"
	* xslt/profiling/check.profiling.xsl,
	  xslt/profiling/set.operations4profiling.xsl: (r5949) Prepare
	  profiling boxes with set operations.


2006-02-01  Thomas Schraitle  <thomas.schraitle@suse.de>
	* xslt/fo/booktitlepage.xsl: (r5443) Corrected book titlepage
	* xslt/fo/footer.xsl: (r5508) Added warning in case no title for
	footer found
	* xslt/fo/param.xsl: Added appendix.autolabel parameter to fix
	appendices numbering


2005-12-08  Thomas Schraitle  <thomas.schraitle@suse.de>
	* xslt/common/l10n/de.xml:
	* xslt/common/l10n/en.xml:
	* xslt/common/l10n/es.xml:
	* xslt/common/l10n/fr.xml:
	* xslt/common/l10n/it.xml: (r2624) Added "Authors" key
	

2005-12-05  Thomas Schraitle  <thomas.schraitle@suse.de>

	* fo/inlines.xsl: (r2542) Set remarks in red
	* xslt/misc/svn.getrevision.xsl: (r2543) Get the revision number
	of a logentry (with svn log --xml FILENAME)


2005-11-30  Thomas Schraitle  <thomas.schraitle@suse.de>

	* html/chunk.xsl: (r2462) Introduced entity www to simplify coding

	
2005-11-29  Thomas Schraitle  <thomas.schraitle@suse.de>

	* html/chunk.xsl: (r2441) Reduced it to a minimalistic stylesheet
	that contains imports and includes only (which is recommended by
	the DocBook Stylesheets)

	* html/docbook.xsl: (r2446) Enabled inline.xsl

	* html/param.xsl: (r2444) Lets point from local.l10n.xml to the
	correct file (it occured twice)
	

2005-11-21  Thomas Schraitle  <thomas.schraitle@suse.de>

	* fo/fonts.xsl: (r2362) Names of fonts changed to artificial
	names "suse.{serif,sans,mono}. The mapping is done in xep-suse.xml
	file of XEP

	* fo/sections.xsl: (r2360) Better linebreaks and space between
	label and section title

	
2005-08-19  Thomas Schraitle  <thomas.schraitle@suse.de>

	* html/xref.xsl: (r1692) xrefs create a link between books. This
	works only, if all the respective books are contained in a set.


2005-07-22  Thomas Schraitle  <thomas.schraitle@suse.de>

	* fo/docbook.xsl: (r1010) Corrected cropmarks according to the
	xep-support mailinglist from Jirka Kosek. Very valueable!


2005-06-29  Thomas Schraitle  <thomas.schraitle@suse.de>

	* html/susebooks.css: (r549) Support for note and guimenu


2005-05-19  Thomas Schraitle  <thomas.schraitle@suse.de>

	* html/param.xsl: (r128) Set callout.graphics.path to "callouts/"


2005-05-17  Thomas Schraitle  <thomas.schraitle@suse.de>

	* html/param.xsl: (r82) Set img.src.path to "images/"

	* html/susebooks.css: (r79) Changed alignment in paragraphs from
	justify to left





