commit a44431678d11d29b397cf170c552437ea4668ba6
Author: astian <astian@eclipso.at>
Date:   2017-07-12

    libview: Make class EvDocumentModel final

    This patch makes use of standard GObject macros to declare class
    EvDocumentModel.  GObject macros take care of defining a few useful
    functions/variables, so the corresponding (so far hand-coded) macros
    were removed.  Since the class is not derived from, it is marked
    "final"
    (this restriction can always be lifted at a later date, if needed).
    For
    that reason GObject will also take care of defining the class
    structure,
    therefore the hand-coded definition was also removed.

    That last point also means that an unused class-scoped function
    pointer
    meant to serve as a signal handler (a so-called "class closure") for
    signal "page-changed" was removed.  Notice that the signal itself
    still
    exists.

    https://bugzilla.gnome.org/show_bug.cgi?id=784914

M	libview/ev-document-model.c
M	libview/ev-document-model.h

commit 4dbac319bcb9308722fe977f7db1e900ba3c8571
Author: astian <astian@eclipso.at>
Date:	2017-07-17

    previewer: Disambiguate option description

    https://bugzilla.gnome.org/show_bug.cgi?id=642190

    Patch-by: F Wolff <friedel@translate.org.za>

M	previewer/ev-previewer.c

commit a972f6369aab1d83426094295d2c494f81fad1ae
Author: Mario Blättermann <mario.blaettermann@gmail.com>
Date:	2017-07-21

    Update German translation

M	help/de/de.po

commit 790108ec709a36f35219053846f6374f99ec8bc6