commit 9383b9740f86a322cb18b55e8bbcfd9459454e55
Author: David King <davidk@gnome.org>
Date:   Mon Mar 2 23:27:57 2015 +0000

    Update NEWS for 3.15.91 release

M	NEWS
M	configure.ac

commit a19a545e85483bb36cdbc53522bd76f51233adcf
Author: Aurimas Černius <aurisc4@gmail.com>
Date:	Sat Feb 28 16:34:20 2015 +0200

    Updated Lithuanian translation

M	po/lt.po

commit 82f3ddb3ca61cf50aa44c601f9914a2bf5efd729
Author: Tom Tryfonidis <tomtryf@gmail.com>
Date:	Thu Feb 26 08:11:53 2015 +0000

    Updated Greek translation

M	po/el.po

commit 280748fe9a89a7e995b1d5d1a7641d7848fae7f5
Author: Daniel Korostil <ted.korostiled@gmail.com>
Date:	Thu Feb 26 01:30:15 2015 +0200

    Updated Ukrainian translation

M	po/uk.po

commit 47b6513029fb0b3ad294f24dcba981acbb0bd25f
Author: Baurzhan Muftakhidinov <baurthefirst@gmail.com>
Date:	Tue Feb 24 16:18:32 2015 +0000

    Updated Kazakh translation

M	po/kk.po

commit 5fa29a4718996c67ad50c6d1879ef13e7d4ed503
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:	Sat Feb 21 10:28:27 2015 +0000

    Updated Chinese (Taiwan) translation

M	po/zh_TW.po

commit 666d20774aa1c5b91ddf766bb2fe387a36bd8b59
Author: Lars Uebernickel <lars@uebernic.de>
Date:	Thu Feb 19 11:15:17 2015 +0100

    journalmodel: load entries in batches

    A major use case of gnome-logs is to open it to quickly see the most
    recent log entries. It doesn't make sense to read all available
    entries
    from disk and create row widgets for each of them.

    Thus, make GlJournalModel only load the first 50 entries and
    trigger it
    to load more once the user scrolls the listbox to the bottom.

    We still have to load all entries once a search is started.

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

M	src/gl-eventviewlist.c
M	src/gl-journal-model.c
M	src/gl-journal-model.h

commit 9a2dc043ae688c38f09c8dd23ddb32472e190fdf
Author: Lars Uebernickel <lars@uebernic.de>
Date:	Thu Feb 19 11:14:59 2015 +0100

    journalmodel: only load one entry per idle

    Creating and layouting row widgets is too slow to do it five at
    a time.

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

M	src/gl-journal-model.c