2010-03-07 Daniel Elstner Update news for release * NEWS: Change release date of librsvgmm 2.26.1 to today. 2009-10-18 Daniel Elstner Customize the reference documentation main page * doc/reference/mainpage.h: New pseudo source input file for Doxygen, consisting solely of documentation directives and text to customize the main page of the reference documentation. * doc/Makefile.am (doc_input), (dist_noinst_DATA): List mainpage.h. 2009-10-09 Daniel Elstner Override documentation of remaining Handle methods * librsvg/src/rsvg.hg (Handle): Override the inherited documentation of the remaining methods to improve upon the Doxygen output, and to suppress the confusing "Since x.y" references to non-existing version numbers of librsvgmm. 2009-10-08 Daniel Elstner Bump version to 2.26.1 and update news * configure.ac (AC_INIT): Increment version to 2.26.1. Change the bug report address to GNOME Bugzilla, now that there is a librsvgmm product. (MM_PREREQ): Require mm-common 0.8. * NEWS: Begin news entry for the upcoming 2.26.1 release. 2009-10-06 Krzesimir Nowak Fix links to documentation in .pc files * librsvg/librsvgmm{,-uninstalled}.pc.in (htmlrefpub): Add missing devel/ directory in link. 2009-09-21 Daniel Elstner Override documentation of most Handle methods * librsvg/src/rsvg.hg (Rsvg::Handle): Override the inherited librsvg documentation of those methods where the description did not match the C++ API. In particular, document the exceptions a method may throw. 2009-09-20 Daniel Elstner Support Automake silent rules * configure.ac: Call the AM_SILENT_RULES macro if it is defined. * autogen.sh: Pass --verbose option to autoreconf. 2009-09-16 Daniel Elstner Move documentation overrides into source file * librsvg/src/rsvg.hg: Use plain Doxygen documentation comments to override the inherited method documentation, as gmmproc is now able to recognize a Doxygen comment preceding a method declaration. * librsvg/src/librsvg_docs_override.xml: Delete obsolete file. * librsvg/src/filelist.am: Remove librsvg_docs_override.xml. 2009-09-07 Daniel Elstner Override documentation of close() and write() * librsvg/src/librsvg_docs_override.xml (rsvg_handle_{close,write}): Override the gtk-doc documentation to accommodate the different error handling using exceptions. On a side note, we really need a simpler documentation override mechanism. 2009-09-07 Daniel Elstner Document all classes and structs * librsvg/src/rsvg.hg: Add missing documentation blocks with at least a brief description to all classes and structs. 2009-09-07 Daniel Elstner Update Doxygen configuration for Doxygen 1.6.1 * doc/reference/Doxyfile.in: Update file using Doxygen 1.6.1. (SORT_MEMBERS_CTORS_1ST): Set option to YES. 2009-09-07 Daniel Elstner Delete obsolete MAINTAINERS file