Request diff between arbitrary revisions - Display revisions graphically
Keyword substitution: kv
Default branch: MAIN
2006-03-14 Daniel Leidert <daniel.leidert.spam@gmx.net> * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Fixed 'make distcheck' target by changing the path to the XSL stylesheets to an online resource. * acinclude.m4 (MP_PATH_DOCBOOK_XSL): Only return the basic directory of N. Walsh's stylesheets. * fglrx_html_stylesheet.xsl.in: Ditto. (admon.graphics.path): Ditto. * fglrx_man_stylesheet.xsl.in: Ditto. * fglrx_html.xsl: Fixed comments (apply to docbook-xsl doc). (admon.style, html.stylesheet): Adding fglrx_man.css stylesheet info. (variablelist.term.break.after, variablelist.term.separator): Fixed output of variablelist elements. Value depends on processed document. * fglrx_man.xsl: Ditto. (variablelist.term.break.after, variablelist.term.separator): Ditto. * aticonfig.1x.xml (OPTIONS): Markup fixes. * fgl_glxgears.1x.xml (DIAGNOSTICS): Ditto. * fglrx.4x.xml (refnamediv, DESCRIPTION, SUPPORTED HARDWARE) (CONFIGURATION DETAILS, DIAGNOSTICS): Ditto. * fglrx_xgamma.1x.xml (OPTIONS): Ditto. * fglrx_man.css: Initially added.
2006-03-12 Daniel Leidert <daniel.leidert.spam@gmx.net> * ChangeLog: Fixed summary. * README: Fixed typo. * fglrx_html_stylesheet.xsl.in: Ditto. * TODO: Ditto. Added URL for the manpage improvements suggested by docbook-xsl upstream.
2006-03-12 Daniel Leidert <daniel.leidert.spam@gmx.net> * AUTHORS: Fixed a typo. * README: Added info about XSL snapshots. * acinclude.m4 (MP_PATH_DOCBOOK_XSL): The macro changed to search for the basic directory of the XSL stylesheets, which can be specified by the user using the --with-docbook-xsl-dir option. It now outputs the basic directory, the HTML and manpage stylesheets. Also fixed the macro description. (MP_PATH_DOCBOOK_DTD, MP_PROG_XSERVER): Changed test(1) syntax. * INSTALL (--with-docbook-xsl-dir): Fixed description of the changed --with-docbook-xsl-dir option. * NEWS: Added info about new release 8.23.7 of ATI's linux drivers. * fglrx_man_history.xml (revision_8_23_7): Ditto. * fglrx_html.xsl: Added HTML stylesheet. * fglrx_html_stylesheet.xsl.in: Ditto. * configure.ac: Added check for datadir. (AC_PACKAGE_VERSION): Update to latest 8.23.7 release. (AC_CONFIG_FILES): Added HTML stylesheet. * Makefile.am (EXTRA_DIST, DISTCLEANFILES): Added files necessary to produce HTML output. (fglrxhtmldir, fglrxhtml_DATA): Produce manpages in HTML format. (fglrxman1*, fglrxman1x*, fglrxman4x, CLEANFILES, check-local): Minor rename for a cleaner naming scheme. (DISTCHECK_CONFIGURE_FLAGS): Added default XSL stylesheet dir for 'make distcheck'. * aticonfig.1x.xml: Added 'lang' and 'id' attributes to root element. (DESCRIPTION): Added missing citerefentry element to refer to the related manpages. * fgl_glxgears.1x.xml: Ditto. (DESCRIPTION): Minor order change. * fglrx.4x.xml: Ditto. (refnamediv, DESCRIPTION, SUPPORTED HARDWARE, CONFIGURATION DETAILS) (DIAGNOSTICS): Markup fixes (hardware -> productname) where necessary. (CONFIGURATION DETAILS, DIAGNOSTICS): Commented out all title elements of segmentedlist. Moving the ID's of varnames back to option to create the link at the beginning of an option. To avoid re-raising issues with 'xref to option', we now use the link element, where option is a valid children. * fglrx_pplay.1x.xml: Ditto. * fglrx_xgamma.1x.xml: Ditto. (DESCRIPTION): Added missing citerefentry element to refer to the related manpages. * fglrxconfig.1x.xml: Ditto. * fglrxinfo.1x.xml: Ditto. * fireglcontrol.1.xml: Ditto. * fglrx_man.xsl: Changed for better reading. Removed stuff now handled by the latest snapshots XSL stylesheets. (man.charmap.enabled, man.hyphenate.urls, man.hyphenate.filenames) (man.hyphenate.computer.inlines, man.segtitle.suppress) (variablelist.term.break.after, variablelist.term.separator): Added parameters available via the latest XSL snapshots. (refentryinfo, author, editor, othercreadit, personblurb, authorblurb) (contrib): Fixed my custom template to fit the latest snapshot stylesheets. * fglrx_man_stylesheet.xsl.in: Ditto.