2010-02-05 Daniel Elstner Update news for the upcoming release * NEWS: Update entry for the upcoming 0.9.2 release. 2010-02-05 Daniel Elstner Bump year of copyright in template files to 2010 2010-02-05 Daniel Elstner Customize the skeleton documentation main page * skeletonmm/skeleton/skeletonmm.h: Demonstrate the use of Doxygen's @mainpage command to customize the generated documentation main page. * skeletonmm/doc/Makefile.am (doc_input): Include the central header in the list of input files for Doxygen. * skeletonmm/doc/reference/Doxyfile.in (PREDEFINED): Extend the list of predefined macros to hide a few more GLib annotations. 2010-01-07 Daniel Elstner Skip ACLOCAL_FLAGS notice if it is already set * Makefile.am (postinst-acdir-notice): Test whether $ACLOCAL_FLAGS is already set up before showing the informational notice about the need to do so. 2010-01-07 Daniel Elstner Avoid leading special character in expr argument * macros/mm-doc.m4 (_MM_ARG_WITH_TAGFILE_DOC): Be prudent and begin any expression argument to expr with a known non-special character. 2010-01-06 Daniel Elstner Bump version to 0.9.2 and prepare news * configure.ac (AC_INIT): Increment the package version to 0.9.2. * NEWS: Start preliminary news entry for the next release. 2010-01-06 Daniel Elstner Include friend members in Devhelp index * util/tagfile-to-devhelp2.xsl (keyword-list): Treat kind "friend" as a synonym for kind "function", so that friend members are included in the Devhelp keyword list. 2010-01-06 Daniel Elstner Set non-blurry font in skeleton Doxygen config * skeletonmm/doc/reference/Doxyfile.in (DOT_FONTNAME): Change to Sans, as FreeSans appears to be rather badly hinted at least on my system. (TEMPLATE_RELATIONS): Disable to reduce noise.