2017-03-13 Rico Tzschichholz Release 0.35.90 manual: xsltproc is required for all targets 2017-03-12 Rico Tzschichholz codegen: Property equality check can't be applied to non-automatic-bodies This is check was introduced with 64b9bfc1bc0abfed45ad07a8ebaef8a5f167f848 https://bugzilla.gnome.org/show_bug.cgi?id=779955 poppler-glib: Update to 0.52.0 2017-03-12 Alistair Thomas manual: Add language="vala" attribute to Devhelp version manual: Add a README about editing the manual manual: Add pdf target that uses WeasyPrint manual: Add print target for single page HTML and CSS paged media styling manual: Add navigation links to top bar manual: Generate section and sub-section numbers manual: Add version information and copyright to manual The documentation is downloaded from the GNOME wiki. So the same copyright notice is used. The wiki states (c) The GNOME Project at the bottom of each page. The license for all new documentation is CC-BY-SA 4.0. See https://wiki.gnome.org/DocumentationProject/Guide/Licensing manual: Update from wiki.gnome.org 2017-03-11 Rico Tzschichholz vapi: Update GIR-based bindings codegen: Accessor of interface-property might be absent Avoid criticals while unconditionaly trying to chain-up to non-existing property-accessors without checking for null. 2017-03-10 Rico Tzschichholz class: Perform more thorough compatibility check of inherited properties https://bugzilla.gnome.org/show_bug.cgi?id=779038 2017-03-09 Simon Werbeck vala: Disallow private accessors in overridable properties https://bugzilla.gnome.org/show_bug.cgi?id=603491 2017-03-09 Rico Tzschichholz Mark chained relational expressions as stable https://bugzilla.gnome.org/show_bug.cgi?id=677022 2017-03-08 Rico Tzschichholz codegen: Fix base-access from within overriding struct-property-accessor Based on patch by gandalfn https://bugzilla.gnome.org/show_bug.cgi?id=764481 2017-03-08 Alistair Thomas enchant: Minor fixes Remove superfluous cname_prefix namespace-attribute. Add get_version() and fix array-length-type of Dict.suggest(). https://bugzilla.gnome.org/show_bug.cgi?id=767522 2017-03-08 Rico Tzschichholz gstreamer-1.0: Mark *.make_writable with "ReturnsModifiedPointer" https://bugzilla.gnome.org/show_bug.cgi?id=759255 girparser: Add metadata-support for "returns_modified_pointer" https://bugzilla.gnome.org/show_bug.cgi?id=759255 gstreamer-1.0: Fix Gst.Base.Adapter.map/take bindings There is no explicit array-length returned while it is implicitly related to the in-parameter those methods are taking. https://bugzilla.gnome.org/show_bug.cgi?id=705987