commit c718196909c67d4c0b74168514ba03affa6c8972 Author: Felipe Borges Date: 2016-10-05 comics: Sort pages in natural order Use g_utf8_collate_key_for_filename to convert the page filenames into collation keys in order to compare using strcmp(). This prevents pages named such as page1, page2, page10, to be sorted as page1, page10, page2... https://bugzilla.gnome.org/show_bug.cgi?id=770695 M backend/comics/comics-document.c commit 66bd0fcd16495bf490b4791ae21b9c30d79ea01c Author: Felipe Borges Date: 2016-10-01 shell: Sort bookmarks by page number instead of title Bookmarks shouldn't be sorted by their titles but their page numbers. Often titles don't have any sorting text, causing strcmp to wrongly sort them alphanumerically, just like in the bug referenced below. https://bugzilla.gnome.org/show_bug.cgi?id=772277 M shell/ev-window.c commit 7dfc922c81da48b99de40355012048f32e5f09d2 Author: Tobias Mueller Date: 2016-10-07 libview: only access the relevant page cache for the height request In ev_view_get_height_to_page, the "height" or "dual_height" pointer can be set. If dual_height is set, the dual_height buffer is used. Using the "normal" height cache in dual view causes an out of bounds read. So we restrict the cache accesses to their relevant buffers. https://bugzilla.gnome.org/show_bug.cgi?id=771612 M libview/ev-view.c commit ff1aa85d276e629dce99ec7afa73d6282788f489 Author: Sveinn í Felli Date: 2016-10-11 Update Icelandic translation M po/is.po commit b801fc965ad7aac95601b325ac471930b295f001 Author: Theppitak Karoonboonyanan Date: 2016-10-09 Updated Thai translation M po/th.po commit f1823e583f37c9e842a7b6270cff29cac7999581 Author: gogo Date: 2016-09-22 Added Croatian translation M po/LINGUAS A po/hr.po commit 93504c918f45f329d43509dc8940863084a4b9da Author: Claudio Arseni Date: 2016-09-22 Updated Italian translation M po/it.po commit c1dd9eb697a58044e9d04846590fdfe1e65dda0f Author: Anders Jonsson Date: 2016-09-20 Updated Swedish translation M help/sv/sv.po commit f1c91c50c873fe3147b22579e19ec456f5c81af4 Author: Carlos Garcia Campos Date: 2016-09-20 release: 3.22.0 M NEWS M configure.ac