commit be572624625d12e3ca46ccb545aab6044f14e4c4
Author: Victor Kareh <vkareh@redhat.com>
Date:   Tue Jun 2 17:33:57 2026 -0400

    release 1.28.6

 .github/FUNDING.yml                                |    9 +
 .github/dependabot.yml                             |    8 +
 .github/issue_template.md                          |   19 +
 .github/workflows/archlinux.sh                     |   45 +
 .github/workflows/builds.sh                        |   75 +
 .github/workflows/builds.yml                       |  108 +
 .github/workflows/debian.sh                        |   56 +
 .github/workflows/fedora.sh                        |   51 +
 .github/workflows/mate-desktop.sh                  |   97 +
 .github/workflows/release.yml                      |   34 +
 .github/workflows/ubuntu.sh                        |   56 +
 .gitignore                                         |  129 +
 .gitmodules                                        |    5 +
 AUTHORS                                            |   14 +
 COPYING                                            |  340 +
 ChangeLog                                          |    2 +
 Makefile.am                                        |  131 +
 NEWS                                               |  831 ++
 README.md                                          |   36 +
 atril-document.h                                   |   63 +
 atril-document.pc.in                               |   12 +
 atril-view.h                                       |   35 +
 atril-view.pc.in                                   |   11 +
 atril.pot                                          | 2259 ++++++
 autogen.sh                                         |   29 +
 backend/Makefile.am                                |   44 +
 backend/backend.symbols                            |    1 +
 backend/comics/Makefile.am                         |   39 +
 backend/comics/comics-document.c                   |  693 ++
 backend/comics/comics-document.h                   |   37 +
 .../comics/comicsdocument.atril-backend.desktop.in |    4 +
 backend/comics/ev-archive.c                        |  323 +
 backend/comics/ev-archive.h                        |   56 +
 backend/comics/meson.build                         |   49 +
 backend/comics/test-ev-archive.c                   |  116 +
 backend/djvu/Makefile.am                           |   41 +
 backend/djvu/djvu-document-private.h               |   48 +
 backend/djvu/djvu-document.c                       |  701 ++
 backend/djvu/djvu-document.h                       |   38 +
 backend/djvu/djvu-links.c                          |  454 ++
 backend/djvu/djvu-links.h                          |   37 +
 backend/djvu/djvu-text-page.c                      |  453 ++
 backend/djvu/djvu-text-page.h                      |   59 +
 backend/djvu/djvudocument.atril-backend.desktop.in |    4 +
 backend/djvu/meson.build                           |   36 +
 backend/dvi/Makefile.am                            |   49 +
 backend/dvi/cairo-device.c                         |  372 +
 backend/dvi/cairo-device.h                         |   41 +
 backend/dvi/dvi-document.c                         |  599 ++
 backend/dvi/dvi-document.h                         |   38 +
 backend/dvi/dvidocument.atril-backend.desktop.in   |    4 +
 backend/dvi/fonts.c                                |   56 +
 backend/dvi/fonts.h                                |    6 +
 backend/dvi/mdvi-lib/Makefile.am                   |   45 +
 backend/dvi/mdvi-lib/afmparse.c                    | 1285 +++
 backend/dvi/mdvi-lib/afmparse.h                    |  307 +
 backend/dvi/mdvi-lib/bitmap.c                      | 1033 +++
 backend/dvi/mdvi-lib/bitmap.h                      |  145 +
 backend/dvi/mdvi-lib/color.c                       |  135 +
 backend/dvi/mdvi-lib/color.h                       |   33 +
 backend/dvi/mdvi-lib/common.c                      |  168 +
 backend/dvi/mdvi-lib/common.h                      |  285 +
 backend/dvi/mdvi-lib/defaults.h                    |   71 +
 backend/dvi/mdvi-lib/dviopcodes.h                  |   72 +
 backend/dvi/mdvi-lib/dviread.c                     | 1552 ++++
 backend/dvi/mdvi-lib/files.c                       |   80 +
 backend/dvi/mdvi-lib/font.c                        |  519 ++
 backend/dvi/mdvi-lib/fontmap.c                     | 1178 +++
 backend/dvi/mdvi-lib/fontmap.h                     |   82 +
 backend/dvi/mdvi-lib/fontsrch.c                    |  370 +
 backend/dvi/mdvi-lib/gf.c                          |  393 +
 backend/dvi/mdvi-lib/hash.c                        |  223 +
 backend/dvi/mdvi-lib/hash.h                        |   47 +
 backend/dvi/mdvi-lib/list.c                        |  120 +
 backend/dvi/mdvi-lib/mdvi.h                        |  623 ++
 backend/dvi/mdvi-lib/meson.build                   |   68 +
 backend/dvi/mdvi-lib/pagesel.c                     |  491 ++
 backend/dvi/mdvi-lib/paper.c                       |  171 +
 backend/dvi/mdvi-lib/paper.h                       |   31 +
 backend/dvi/mdvi-lib/pk.c                          |  579 ++
 backend/dvi/mdvi-lib/private.h                     |   60 +
 backend/dvi/mdvi-lib/setup.c                       |   48 +
 backend/dvi/mdvi-lib/sp-epsf.c                     |  308 +
 backend/dvi/mdvi-lib/special.c                     |  246 +
 backend/dvi/mdvi-lib/sysdeps.h                     |  116 +
 backend/dvi/mdvi-lib/t1.c                          |  630 ++
 backend/dvi/mdvi-lib/tfm.c                         |  211 +
 backend/dvi/mdvi-lib/tfmfile.c                     |  746 ++
 backend/dvi/mdvi-lib/tt.c                          |  495 ++
 backend/dvi/mdvi-lib/util.c                        |  552 ++
 backend/dvi/mdvi-lib/vf.c                          |  247 +
 backend/dvi/meson.build                            |   41 +
 backend/epub/Makefile.am                           |   42 +
 backend/epub/epub-document.c                       | 1864 +++++
 backend/epub/epub-document.h                       |   21 +
 backend/epub/epubdocument.atril-backend.desktop.in |    4 +
 backend/epub/meson.build                           |   35 +
 backend/epub/minizip/Makefile.am                   |   16 +
 backend/epub/minizip/ioapi.c                       |  241 +
 backend/epub/minizip/ioapi.h                       |  203 +
 backend/epub/minizip/meson.build                   |   21 +
 backend/epub/minizip/unzip.c                       | 2072 +++++
 backend/epub/minizip/unzip.h                       |  426 +
 backend/meson.build                                |    5 +
 backend/pdf/Makefile.am                            |   39 +
 backend/pdf/ev-poppler.cc                          | 3348 ++++++++
 backend/pdf/ev-poppler.h                           |   39 +
 backend/pdf/meson.build                            |   30 +
 backend/pdf/pdfdocument.atril-backend.desktop.in   |    5 +
 backend/pixbuf/Makefile.am                         |   34 +
 backend/pixbuf/meson.build                         |   30 +
 backend/pixbuf/pixbuf-document.c                   |  207 +
 backend/pixbuf/pixbuf-document.h                   |   38 +
 .../pixbuf/pixbufdocument.atril-backend.desktop.in |    4 +
 backend/ps/Makefile.am                             |   37 +
 backend/ps/ev-spectre.c                            |  487 ++
 backend/ps/ev-spectre.h                            |   46 +
 backend/ps/meson.build                             |   31 +
 backend/ps/psdocument.atril-backend.desktop.in     |    5 +
 backend/tiff/Makefile.am                           |   37 +
 backend/tiff/meson.build                           |   34 +
 backend/tiff/tiff-document.c                       |  551 ++
 backend/tiff/tiff-document.h                       |   38 +
 backend/tiff/tiff2ps.c                             | 1869 +++++
 backend/tiff/tiff2ps.h                             |   30 +
 backend/tiff/tiffdocument.atril-backend.desktop.in |    4 +
 backend/xps/Makefile.am                            |   35 +
 backend/xps/meson.build                            |   31 +
 backend/xps/xps-document.c                         |  557 ++
 backend/xps/xps-document.h                         |   43 +
 backend/xps/xpsdocument.atril-backend.desktop.in   |    5 +
 configure.ac                                       |  825 ++
 cut-n-paste/Makefile.am                            |    3 +
 cut-n-paste/smclient                               |    1 +
 cut-n-paste/toolbar-editor/Makefile.am             |  108 +
 cut-n-paste/toolbar-editor/egg-editable-toolbar.c  | 1916 +++++
 cut-n-paste/toolbar-editor/egg-editable-toolbar.h  |   94 +
 cut-n-paste/toolbar-editor/egg-toolbar-editor.c    |  671 ++
 cut-n-paste/toolbar-editor/egg-toolbar-editor.h    |   61 +
 cut-n-paste/toolbar-editor/egg-toolbars-model.c    | 1075 +++
 cut-n-paste/toolbar-editor/egg-toolbars-model.h    |  194 +
 cut-n-paste/toolbar-editor/eggmarshalers.list      |    1 +
 cut-n-paste/toolbar-editor/meson.build             |   98 +
 cut-n-paste/zoom-control/Makefile.am               |   16 +
 cut-n-paste/zoom-control/ephy-zoom-action.c        |  335 +
 cut-n-paste/zoom-control/ephy-zoom-action.h        |   68 +
 cut-n-paste/zoom-control/ephy-zoom-control.c       |  339 +
 cut-n-paste/zoom-control/ephy-zoom-control.h       |   63 +
 cut-n-paste/zoom-control/ephy-zoom.c               |   69 +
 cut-n-paste/zoom-control/ephy-zoom.h               |   83 +
 cut-n-paste/zoom-control/meson.build               |   28 +
 data/Makefile.am                                   |  119 +
 data/atril.1                                       |   69 +
 data/atril.appdata.xml.in.in                       |   44 +
 data/atril.desktop.in.in                           |   20 +
 data/hand-open.png                                 |  Bin 0 -> 1088 bytes
 data/icons/128x128/apps/atril.png                  |  Bin 0 -> 5590 bytes
 data/icons/16x16/actions/object-rotate-left.png    |  Bin 0 -> 607 bytes
 data/icons/16x16/actions/object-rotate-right.png   |  Bin 0 -> 632 bytes
 data/icons/16x16/actions/view-page-continuous.png  |  Bin 0 -> 446 bytes
 data/icons/16x16/actions/view-page-continuous.xcf  |  Bin 0 -> 2190 bytes
 data/icons/16x16/actions/view-page-facing.png      |  Bin 0 -> 471 bytes
 data/icons/16x16/actions/view-page-facing.xcf      |  Bin 0 -> 2158 bytes
 data/icons/16x16/actions/zoom-fit-height.png       |  Bin 0 -> 811 bytes
 data/icons/16x16/actions/zoom-fit-page.svg         |  282 +
 data/icons/16x16/actions/zoom-fit-width.png        |  Bin 0 -> 771 bytes
 data/icons/16x16/actions/zoom-fit-width.svg        |  278 +
 data/icons/16x16/actions/zoom.png                  |  Bin 0 -> 876 bytes
 data/icons/16x16/actions/zoom.svg                  |  247 +
 data/icons/16x16/apps/atril.png                    |  Bin 0 -> 907 bytes
 .../16x16/mimetypes/x-office-presentation.png      |  Bin 0 -> 668 bytes
 data/icons/22x22/actions/eye.png                   |  Bin 0 -> 617 bytes
 data/icons/22x22/actions/object-rotate-left.png    |  Bin 0 -> 911 bytes
 data/icons/22x22/actions/object-rotate-right.png   |  Bin 0 -> 939 bytes
 data/icons/22x22/actions/view-page-continuous.png  |  Bin 0 -> 722 bytes
 data/icons/22x22/actions/view-page-continuous.xcf  |  Bin 0 -> 4004 bytes
 data/icons/22x22/actions/view-page-facing.png      |  Bin 0 -> 483 bytes
 data/icons/22x22/actions/view-page-facing.xcf      |  Bin 0 -> 1871 bytes
 data/icons/22x22/actions/zoom-fit-page.png         |  Bin 0 -> 1377 bytes
 data/icons/22x22/actions/zoom-fit-page.svg         |  254 +
 data/icons/22x22/actions/zoom-fit-width.png        |  Bin 0 -> 1405 bytes
 data/icons/22x22/actions/zoom-fit-width.svg        |  252 +
 data/icons/22x22/actions/zoom.png                  |  Bin 0 -> 1294 bytes
 data/icons/22x22/actions/zoom.svg                  |  215 +
 data/icons/22x22/apps/atril.png                    |  Bin 0 -> 1345 bytes
 .../22x22/mimetypes/x-office-presentation.png      |  Bin 0 -> 1024 bytes
 data/icons/24x24/actions/object-rotate-left.png    |  Bin 0 -> 924 bytes
 data/icons/24x24/actions/object-rotate-right.png   |  Bin 0 -> 943 bytes
 data/icons/24x24/actions/stock_filters-invert.png  |  Bin 0 -> 402 bytes
 data/icons/24x24/actions/view-page-continuous.png  |  Bin 0 -> 724 bytes
 data/icons/24x24/actions/view-page-facing.png      |  Bin 0 -> 471 bytes
 data/icons/24x24/actions/zoom-fit-height.png       |  Bin 0 -> 1146 bytes
 data/icons/24x24/actions/zoom-fit-width.png        |  Bin 0 -> 1170 bytes
 data/icons/24x24/actions/zoom.png                  |  Bin 0 -> 1344 bytes
 data/icons/24x24/apps/atril.png                    |  Bin 0 -> 1620 bytes
 .../24x24/mimetypes/x-office-presentation.png      |  Bin 0 -> 1643 bytes
 data/icons/32x32/actions/object-rotate-left.png    |  Bin 0 -> 1319 bytes
 data/icons/32x32/actions/object-rotate-right.png   |  Bin 0 -> 1353 bytes
 data/icons/32x32/actions/view-page-continuous.png  |  Bin 0 -> 849 bytes
 data/icons/32x32/actions/view-page-facing.png      |  Bin 0 -> 943 bytes
 .../32x32/mimetypes/x-office-presentation.png      |  Bin 0 -> 1618 bytes
 data/icons/48x48/actions/close.png                 |  Bin 0 -> 363 bytes
 data/icons/48x48/actions/resize-se.png             |  Bin 0 -> 312 bytes
 data/icons/48x48/actions/resize-sw.png             |  Bin 0 -> 295 bytes
 data/icons/48x48/actions/view-page-continuous.png  |  Bin 0 -> 1494 bytes
 data/icons/48x48/actions/view-page-facing.png      |  Bin 0 -> 1485 bytes
 data/icons/48x48/apps/atril.png                    |  Bin 0 -> 3267 bytes
 data/icons/64x64/apps/atril.png                    |  Bin 0 -> 2853 bytes
 data/icons/Makefile.am                             |   66 +
 data/icons/meson.build                             |   73 +
 data/icons/scalable/actions/object-rotate-left.svg |  208 +
 .../icons/scalable/actions/object-rotate-right.svg |  210 +
 data/icons/scalable/apps/atril.svg                 |  483 ++
 .../scalable/mimetypes/x-office-presentation.svg   |  686 ++
 data/meson.build                                   |   57 +
 data/org.mate.Atril.gschema.xml                    |   79 +
 data/org.mate.atril.Daemon.service.in              |    3 +
 git.mk                                             |  400 +
 help/C/annotation-properties.page                  |   51 +
 help/C/annotations-delete.page                     |   40 +
 help/C/annotations-disabled.page                   |   21 +
 help/C/annotations-navigate.page                   |   23 +
 help/C/annotations-save.page                       |   45 +
 help/C/annotations.page                            |   76 +
 help/C/bookmarks.page                              |   89 +
 help/C/bug-filing.page                             |   37 +
 help/C/commandline.page                            |   61 +
 help/C/convertPostScript.page                      |   59 +
 help/C/convertSVG.page                             |   55 +
 help/C/convertpdf.page                             |   68 +
 help/C/default-settings.page                       |   33 +
 help/C/develop.page                                |   27 +
 help/C/documentation.page                          |   30 +
 help/C/duplex-npages.page                          |   86 +
 help/C/editing.page                                |   34 +
 help/C/figures/atril-trail.png                     |  Bin 0 -> 907 bytes
 help/C/figures/atril.png                           |  Bin 0 -> 3267 bytes
 help/C/finding.page                                |   64 +
 help/C/formats.page                                |   50 +
 help/C/forms-saving.page                           |   86 +
 help/C/forms.page                                  |   34 +
 help/C/index.page                                  |   72 +
 help/C/introduction.page                           |   24 +
 help/C/invert-colors.page                          |   36 +
 help/C/legal-unported.xml                          |    8 +
 help/C/legal.xml                                   |    9 +
 help/C/license.page                                |   59 +
 help/C/movingaround.page                           |  184 +
 help/C/noprint.page                                |   76 +
 help/C/openerror.page                              |   25 +
 help/C/opening.page                                |   73 +
 help/C/password.page                               |   52 +
 help/C/presentations.page                          |   82 +
 help/C/print-2sided.page                           |   44 +
 help/C/print-booklet.page                          |   36 +
 help/C/print-differentsize.page                    |   65 +
 help/C/print-pagescaling.page                      |   57 +
 help/C/printing.page                               |   56 +
 help/C/reload.page                                 |   32 +
 help/C/shortcuts.page                              |  265 +
 help/C/singlesided-npages.page                     |  113 +
 help/C/synctex-beamer.page                         |   45 +
 help/C/synctex-compile.page                        |   34 +
 help/C/synctex-editors.page                        |   57 +
 help/C/synctex-search.page                         |   69 +
 help/C/synctex-support.page                        |   55 +
 help/C/synctex.page                                |   23 +
 help/C/textselection.page                          |   39 +
 help/C/translate.page                              |   34 +
 help/ChangeLog                                     |  362 +
 help/Makefile.am                                   |   74 +
 help/af/af.po                                      | 1351 ++++
 help/am/am.po                                      | 1348 ++++
 help/ar/ar.po                                      | 1353 ++++
 help/as/as.po                                      | 1347 ++++
 help/ast/ast.po                                    | 1349 ++++
 help/atril.omf.in                                  |   11 +
 help/atril.pot                                     | 2776 +++++++
 help/az/az.po                                      | 1352 ++++
 help/be/be.po                                      | 1350 ++++
 help/bg/bg.po                                      | 1359 ++++
 help/bg/figures/atril_start_window.png             |  Bin 0 -> 22691 bytes
 help/bn/bn.po                                      | 1352 ++++
 help/bn_IN/bn_IN.po                                | 1351 ++++
 help/br/br.po                                      | 1348 ++++
 help/bs/bs.po                                      | 1348 ++++
 help/ca/ca.po                                      | 3651 +++++++++
 help/ca/figures/atril_start_window.png             |  Bin 0 -> 16145 bytes
 help/ca@valencia/ca@valencia.po                    | 1442 ++++
 help/cmn/cmn.po                                    | 1350 ++++
 help/crh/crh.po                                    | 1349 ++++
 help/cs/cs.po                                      | 3142 ++++++++
 help/cs/figures/atril_start_window.png             |  Bin 0 -> 16696 bytes
 help/cy/cy.po                                      | 1350 ++++
 help/da/da.po                                      | 3609 +++++++++
 help/de/de.po                                      | 3186 ++++++++
 help/de/figures/atril_start_window.png             |  Bin 0 -> 12327 bytes
 help/dz/dz.po                                      | 1350 ++++
 help/el/el.po                                      | 3141 ++++++++
 help/el/figures/atril_start_window.png             |  Bin 0 -> 21766 bytes
 help/en_AU/en_AU.po                                | 1347 ++++
 help/en_CA/en_CA.po                                | 1347 ++++
 help/en_GB/en_GB.po                                | 3605 +++++++++
 help/eo/eo.po                                      | 1380 ++++
 help/es/es.po                                      | 3684 +++++++++
 help/es/figures/atril_start_window.png             |  Bin 0 -> 16965 bytes
 help/es_AR/es_AR.po                                | 1353 ++++
 help/es_CL/es_CL.po                                | 1349 ++++
 help/es_CO/es_CO.po                                | 1350 ++++
 help/et/et.po                                      | 1354 ++++
 help/eu/eu.po                                      | 1393 ++++
 help/eu/figures/atril_start_window.png             |  Bin 0 -> 18535 bytes
 help/fa/fa.po                                      | 1349 ++++
 help/fi/fi.po                                      | 1358 ++++
 help/fi/figures/atril_start_window.png             |  Bin 0 -> 16351 bytes
 help/fr/figures/atril_start_window.png             |  Bin 0 -> 15794 bytes
 help/fr/fr.po                                      | 3149 ++++++++
 help/fur/fur.po                                    | 1346 ++++
 help/fy/fy.po                                      | 1351 ++++
 help/ga/ga.po                                      | 1350 ++++
 help/gl/gl.po                                      | 3130 ++++++++
 help/gu/gu.po                                      | 1348 ++++
 help/ha/ha.po                                      | 1346 ++++
 help/he/he.po                                      | 3130 ++++++++
 help/hi/hi.po                                      | 1353 ++++
 help/hr/hr.po                                      | 1413 ++++
 help/hu/hu.po                                      | 1410 ++++
 help/hy/hy.po                                      | 1349 ++++
 help/ia/ia.po                                      | 1348 ++++
 help/id/id.po                                      | 3654 +++++++++
 help/ie/ie.po                                      | 1347 ++++
 help/ig/ig.po                                      | 1346 ++++
 help/is/is.po                                      | 1351 ++++
 help/it/figures/atril_start_window.png             |  Bin 0 -> 13779 bytes
 help/it/it.po                                      | 3682 +++++++++
 help/ja/figures/atril_start_window.png             |  Bin 0 -> 16465 bytes
 help/ja/ja.po                                      | 3320 ++++++++
 help/ka/ka.po                                      | 1347 ++++
 help/kab/kab.po                                    | 1351 ++++
 help/kk/kk.po                                      | 1348 ++++
 help/kn/kn.po                                      | 1350 ++++
 help/ko/ko.po                                      | 3158 ++++++++
 help/ks/ks.po                                      | 1347 ++++
 help/ku/ku.po                                      | 1347 ++++
 help/ku_IQ/ku_IQ.po                                | 1347 ++++
 help/ky/ky.po                                      | 1347 ++++
 help/lt/lt.po                                      | 1402 ++++
 help/lv/lv.po                                      | 1350 ++++
 help/mai/mai.po                                    | 1347 ++++
 help/meson.build                                   |   83 +
 help/mg/mg.po                                      | 1347 ++++
 help/mk/mk.po                                      | 1348 ++++
 help/ml/ml.po                                      | 1349 ++++
 help/mn/mn.po                                      | 1349 ++++
 help/mr/mr.po                                      | 1348 ++++
 help/ms/ms.po                                      | 3130 ++++++++
 help/nb/nb.po                                      | 3140 ++++++++
 help/nds/nds.po                                    | 1350 ++++
 help/ne/ne.po                                      | 1351 ++++
 help/nl/figures/atril_start_window.png             |  Bin 0 -> 10973 bytes
 help/nl/nl.po                                      | 3143 ++++++++
 help/nn/nn.po                                      | 1351 ++++
 help/nso/nso.po                                    | 1349 ++++
 help/oc/oc.po                                      | 3130 ++++++++
 help/or/or.po                                      | 1347 ++++
 help/pa/pa.po                                      | 1387 ++++
 help/pl/pl.po                                      | 3353 ++++++++
 help/ps/ps.po                                      | 1349 ++++
 help/pt/pt.po                                      | 1416 ++++
 help/pt_BR/pt_BR.po                                | 3269 ++++++++
 help/reference/Makefile.am                         |    2 +
 help/reference/libdocument/Makefile.am             |  134 +
 .../libdocument/libatrildocument-docs.xml          |  191 +
 .../libdocument/libatrildocument-overrides.txt     |    0
 .../libdocument/libatrildocument-sections.txt      |  803 ++
 help/reference/libdocument/libatrildocument.types  |   55 +
 help/reference/libdocument/meson.build             |   30 +
 help/reference/libdocument/version.xml.in          |    1 +
 help/reference/libview/Makefile.am                 |  144 +
 help/reference/libview/libatrilview-docs.xml       |  145 +
 help/reference/libview/libatrilview-overrides.txt  |    0
 help/reference/libview/libatrilview-sections.txt   |  345 +
 help/reference/libview/libatrilview.types          |   28 +
 help/reference/libview/meson.build                 |   31 +
 help/reference/libview/version.xml.in              |    1 +
 help/reference/shell/Makefile.am                   |  148 +
 help/reference/shell/atril-docs.xml                |  162 +
 help/reference/shell/atril-overrides.txt           |    0
 help/reference/shell/atril-sections.txt            |  465 ++
 help/reference/shell/atril.types                   |   24 +
 help/reference/shell/meson.build                   |   31 +
 help/reference/shell/version.xml.in                |    1 +
 help/ro/ro.po                                      | 1348 ++++
 help/ru/ru.po                                      | 3662 +++++++++
 help/rw/rw.po                                      | 1346 ++++
 help/si/si.po                                      | 1347 ++++
 help/sk/sk.po                                      | 1445 ++++
 help/sl/sl.po                                      | 1352 ++++
 help/sq/sq.po                                      | 1364 ++++
 help/sr/sr.po                                      | 3614 +++++++++
 help/sr@latin/sr@latin.po                          | 1351 ++++
 help/sv/figures/atril_start_window.png             |  Bin 0 -> 17118 bytes
 help/sv/sv.po                                      | 3632 +++++++++
 help/ta/ta.po                                      | 1351 ++++
 help/te/te.po                                      | 1348 ++++
 help/th/th.po                                      | 1389 ++++
 help/tr/tr.po                                      | 3166 ++++++++
 help/ug/ug.po                                      | 1356 ++++
 help/uk/figures/atril_start_window.png             |  Bin 0 -> 14049 bytes
 help/uk/uk.po                                      | 3617 +++++++++
 help/ur/ur.po                                      | 1353 ++++
 help/uz/uz.po                                      | 1348 ++++
 help/vi/vi.po                                      | 1349 ++++
 help/wa/wa.po                                      | 1347 ++++
 help/xh/xh.po                                      | 1347 ++++
 help/yo/yo.po                                      | 1346 ++++
 help/zh_CN/zh_CN.po                                | 3153 ++++++++
 help/zh_HK/zh_HK.po                                | 1351 ++++
 help/zh_TW/zh_TW.po                                | 1359 ++++
 help/zu/zu.po                                      | 1349 ++++
 install-scripts/meson.build                        |   21 +
 install-scripts/meson_install_schemas.py           |   10 +
 install-scripts/meson_update_icon_cache.py         |   10 +
 install-scripts/meson_update_mime_database.py      |   10 +
 libdocument/Makefile.am                            |  201 +
 libdocument/ev-annotation.c                        | 1361 ++++
 libdocument/ev-annotation.h                        |  196 +
 libdocument/ev-async-renderer.c                    |   65 +
 libdocument/ev-async-renderer.h                    |   65 +
 libdocument/ev-attachment.c                        |  438 +
 libdocument/ev-attachment.h                        |   79 +
 libdocument/ev-backends-manager.c                  |  330 +
 libdocument/ev-backends-manager.h                  |   54 +
 libdocument/ev-debug.c                             |  179 +
 libdocument/ev-debug.h                             |  108 +
 libdocument/ev-document-annotations.c              |   93 +
 libdocument/ev-document-annotations.h              |  105 +
 libdocument/ev-document-attachments.c              |   54 +
 libdocument/ev-document-attachments.h              |   59 +
 libdocument/ev-document-factory.c                  |  395 +
 libdocument/ev-document-factory.h                  |   39 +
 libdocument/ev-document-find.c                     |   60 +
 libdocument/ev-document-find.h                     |   74 +
 libdocument/ev-document-fonts.c                    |   59 +
 libdocument/ev-document-fonts.h                    |   77 +
 libdocument/ev-document-forms.c                    |  161 +
 libdocument/ev-document-forms.h                    |  128 +
 libdocument/ev-document-images.c                   |   54 +
 libdocument/ev-document-images.h                   |   65 +
 libdocument/ev-document-info.h                     |  154 +
 libdocument/ev-document-layers.c                   |   80 +
 libdocument/ev-document-layers.h                   |   85 +
 libdocument/ev-document-links.c                    |  188 +
 libdocument/ev-document-links.h                    |   95 +
 libdocument/ev-document-misc.c                     |  406 +
 libdocument/ev-document-misc.h                     |   74 +
 libdocument/ev-document-print.c                    |   41 +
 libdocument/ev-document-print.h                    |   59 +
 libdocument/ev-document-security.c                 |   48 +
 libdocument/ev-document-security.h                 |   65 +
 libdocument/ev-document-text.c                     |   81 +
 libdocument/ev-document-text.h                     |   78 +
 libdocument/ev-document-thumbnails.c               |   62 +
 libdocument/ev-document-thumbnails.h               |   68 +
 libdocument/ev-document-transition.c               |   64 +
 libdocument/ev-document-transition.h               |   64 +
 libdocument/ev-document-type-builtins.c.template   |   44 +
 libdocument/ev-document-type-builtins.h.template   |   29 +
 libdocument/ev-document.c                          |  957 +++
 libdocument/ev-document.h                          |  302 +
 libdocument/ev-file-exporter.c                     |   84 +
 libdocument/ev-file-exporter.h                     |  101 +
 libdocument/ev-file-helpers.c                      |  597 ++
 libdocument/ev-file-helpers.h                      |   71 +
 libdocument/ev-form-field.c                        |  200 +
 libdocument/ev-form-field.h                        |  215 +
 libdocument/ev-image.c                             |  176 +
 libdocument/ev-image.h                             |   67 +
 libdocument/ev-init.c                              |   90 +
 libdocument/ev-init.h                              |   41 +
 libdocument/ev-layer.c                             |   69 +
 libdocument/ev-layer.h                             |   60 +
 libdocument/ev-link-action.c                       |  436 +
 libdocument/ev-link-action.h                       |   80 +
 libdocument/ev-link-dest.c                         |  516 ++
 libdocument/ev-link-dest.h                         |   97 +
 libdocument/ev-link.c                              |  176 +
 libdocument/ev-link.h                              |   54 +
 libdocument/ev-macros.h                            |   32 +
 libdocument/ev-mapping-list.c                      |  249 +
 libdocument/ev-mapping-list.h                      |   64 +
 libdocument/ev-module.c                            |  193 +
 libdocument/ev-module.h                            |   74 +
 libdocument/ev-page.c                              |   62 +
 libdocument/ev-page.h                              |   63 +
 libdocument/ev-render-context.c                    |   97 +
 libdocument/ev-render-context.h                    |   68 +
 libdocument/ev-selection.c                         |   77 +
 libdocument/ev-selection.h                         |   93 +
 libdocument/ev-transition-effect.c                 |  220 +
 libdocument/ev-transition-effect.h                 |   85 +
 libdocument/ev-version.h.in                        |   69 +
 libdocument/meson.build                            |  172 +
 libmisc/Makefile.am                                |   22 +
 libmisc/ev-page-action-widget.c                    |  505 ++
 libmisc/ev-page-action-widget.h                    |   46 +
 libmisc/ev-page-action.c                           |  239 +
 libmisc/ev-page-action.h                           |   68 +
 libmisc/meson.build                                |   28 +
 libview/Makefile.am                                |  174 +
 libview/ev-annotation-window.c                     |  685 ++
 libview/ev-annotation-window.h                     |   57 +
 libview/ev-document-model.c                        |  672 ++
 libview/ev-document-model.h                        |  108 +
 libview/ev-form-field-accessible.c                 |  240 +
 libview/ev-form-field-accessible.h                 |   55 +
 libview/ev-image-accessible.c                      |  207 +
 libview/ev-image-accessible.h                      |   55 +
 libview/ev-job-scheduler.c                         |  319 +
 libview/ev-job-scheduler.h                         |   49 +
 libview/ev-jobs.c                                  | 1677 ++++
 libview/ev-jobs.h                                  |  516 ++
 libview/ev-link-accessible.c                       |  437 +
 libview/ev-link-accessible.h                       |   56 +
 libview/ev-page-accessible.c                       | 1225 +++
 libview/ev-page-accessible.h                       |   56 +
 libview/ev-page-cache.c                            |  680 ++
 libview/ev-page-cache.h                            |   81 +
 libview/ev-pixbuf-cache.c                          | 1356 ++++
 libview/ev-pixbuf-cache.h                          |   89 +
 libview/ev-print-operation.c                       | 2065 +++++
 libview/ev-print-operation.h                       |   71 +
 libview/ev-stock-icons.c                           |  126 +
 libview/ev-stock-icons.h                           |   57 +
 libview/ev-timeline.c                              |  440 +
 libview/ev-timeline.h                              |   88 +
 libview/ev-transition-animation.c                  |  671 ++
 libview/ev-transition-animation.h                  |   71 +
 libview/ev-view-accessible.c                       |  592 ++
 libview/ev-view-accessible.h                       |   70 +
 libview/ev-view-cursor.c                           |   55 +
 libview/ev-view-cursor.h                           |   47 +
 libview/ev-view-marshal.list                       |    3 +
 libview/ev-view-presentation.c                     | 1659 ++++
 libview/ev-view-presentation.h                     |   56 +
 libview/ev-view-private.h                          |  306 +
 libview/ev-view-type-builtins.c.template           |   44 +
 libview/ev-view-type-builtins.h.template           |   29 +
 libview/ev-view.c                                  | 8287 +++++++++++++++++++
 libview/ev-view.h                                  |  133 +
 libview/ev-web-view.c                              |  717 ++
 libview/ev-web-view.h                              |   92 +
 libview/meson.build                                |  122 +
 makepot                                            |   11 +
 meson.build                                        |  357 +
 meson_options.txt                                  |  107 +
 po/ChangeLog                                       | 4424 ++++++++++
 po/LINGUAS                                         |  147 +
 po/Makevars                                        |   79 +
 po/POTFILES.in                                     |   80 +
 po/POTFILES.skip                                   |   16 +
 po/af.po                                           | 2286 ++++++
 po/am.po                                           | 2287 ++++++
 po/an.po                                           | 2282 ++++++
 po/ar.po                                           | 2316 ++++++
 po/as.po                                           | 2287 ++++++
 po/ast.po                                          | 2329 ++++++
 po/az.po                                           | 2283 ++++++
 po/be.po                                           | 2301 ++++++
 po/bg.po                                           | 2336 ++++++
 po/bn.po                                           | 2302 ++++++
 po/bn_IN.po                                        | 2294 ++++++
 po/br.po                                           | 2293 ++++++
 po/bs.po                                           | 2288 ++++++
 po/ca.po                                           | 2367 ++++++
 po/ca@valencia.po                                  | 2331 ++++++
 po/crh.po                                          | 2280 ++++++
 po/cs.po                                           | 2374 ++++++
 po/csb.po                                          | 2284 ++++++
 po/cy.po                                           | 2291 ++++++
 po/da.po                                           | 2350 ++++++
 po/de.po                                           | 2377 ++++++
 po/de_CH.po                                        | 2288 ++++++
 po/dz.po                                           | 2285 ++++++
 po/el.po                                           | 2359 ++++++
 po/en_AU.po                                        | 2304 ++++++
 po/en_CA.po                                        | 2282 ++++++
 po/en_GB.po                                        | 2343 ++++++
 po/eo.po                                           | 2299 ++++++
 po/es.po                                           | 2392 ++++++
 po/es_AR.po                                        | 2291 ++++++
 po/es_CL.po                                        | 2291 ++++++
 po/es_CO.po                                        | 2293 ++++++
 po/es_CR.po                                        | 2284 ++++++
 po/es_DO.po                                        | 2285 ++++++
 po/es_EC.po                                        | 2284 ++++++
 po/es_MX.po                                        | 2297 ++++++
 po/es_NI.po                                        | 2284 ++++++
 po/es_PA.po                                        | 2284 ++++++
 po/es_PE.po                                        | 2284 ++++++
 po/es_PR.po                                        | 2287 ++++++
 po/es_SV.po                                        | 2284 ++++++
 po/es_UY.po                                        | 2284 ++++++
 po/es_VE.po                                        | 2284 ++++++
 po/et.po                                           | 2310 ++++++
 po/eu.po                                           | 2344 ++++++
 po/fa.po                                           | 2290 ++++++
 po/fi.po                                           | 2345 ++++++
 po/fil.po                                          | 2279 ++++++
 po/fr.po                                           | 2403 ++++++
 po/fr_CA.po                                        | 2283 ++++++
 po/frp.po                                          | 2280 ++++++
 po/fur.po                                          | 2351 ++++++
 po/fy.po                                           | 2282 ++++++
 po/ga.po                                           | 2290 ++++++
 po/gd.po                                           | 2285 ++++++
 po/gl.po                                           | 2370 ++++++
 po/gnome-copyrights.txt                            | 1061 +++
 po/gu.po                                           | 2302 ++++++
 po/ha.po                                           | 2278 ++++++
 po/he.po                                           | 2306 ++++++
 po/hi.po                                           | 2285 ++++++
 po/hr.po                                           | 2336 ++++++
 po/hu.po                                           | 2356 ++++++
 po/hy.po                                           | 2311 ++++++
 po/ia.po                                           | 2280 ++++++
 po/id.po                                           | 2357 ++++++
 po/ie.po                                           | 2324 ++++++
 po/ig.po                                           | 2275 ++++++
 po/is.po                                           | 2282 ++++++
 po/it.po                                           | 2374 ++++++
 po/ja.po                                           | 2335 ++++++
 po/jv.po                                           | 2276 ++++++
 po/ka.po                                           | 2286 ++++++
 po/kab.po                                          | 2284 ++++++
 po/kk.po                                           | 2302 ++++++
 po/km.po                                           | 2276 ++++++
 po/kn.po                                           | 2301 ++++++
 po/ko.po                                           | 2316 ++++++
 po/ks.po                                           | 2278 ++++++
 po/ku.po                                           | 2280 ++++++
 po/ku_IQ.po                                        | 2278 ++++++
 po/ky.po                                           | 2276 ++++++
 po/la.po                                           | 2281 ++++++
 po/lb.po                                           | 2281 ++++++
 po/li.po                                           | 2278 ++++++
 po/lo.po                                           | 2276 ++++++
 po/lt.po                                           | 2371 ++++++
 po/lv.po                                           | 2307 ++++++
 po/mai.po                                          | 2279 ++++++
 po/meson.build                                     |    3 +
 po/mg.po                                           | 2284 ++++++
 po/mi.po                                           | 2278 ++++++
 po/mk.po                                           | 2286 ++++++
 po/ml.po                                           | 2304 ++++++
 po/mn.po                                           | 2300 ++++++
 po/mr.po                                           | 2301 ++++++
 po/ms.po                                           | 2335 ++++++
 po/my.po                                           | 2276 ++++++
 po/nah.po                                          | 2279 ++++++
 po/nan.po                                          | 2275 ++++++
 po/nb.po                                           | 2362 ++++++
 po/nds.po                                          | 2285 ++++++
 po/ne.po                                           | 2293 ++++++
 po/nl.po                                           | 2375 ++++++
 po/nn.po                                           | 2303 ++++++
 po/nqo.po                                          | 2276 ++++++
 po/nso.po                                          | 2280 ++++++
 po/oc.po                                           | 2365 ++++++
 po/or.po                                           | 2286 ++++++
 po/pa.po                                           | 2300 ++++++
 po/pl.po                                           | 2384 ++++++
 po/pms.po                                          | 2278 ++++++
 po/ps.po                                           | 2280 ++++++
 po/pt.po                                           | 2373 ++++++
 po/pt_BR.po                                        | 2407 ++++++
 po/ro.po                                           | 2323 ++++++
 po/ru.po                                           | 2409 ++++++
 po/rw.po                                           | 2278 ++++++
 po/sc.po                                           | 2290 ++++++
 po/si.po                                           | 2279 ++++++
 po/sk.po                                           | 2337 ++++++
 po/sl.po                                           | 2362 ++++++
 po/sq.po                                           | 2296 ++++++
 po/sr.po                                           | 2351 ++++++
 po/sr@latin.po                                     | 2308 ++++++
 po/sv.po                                           | 2359 ++++++
 po/sw.po                                           | 2281 ++++++
 po/ta.po                                           | 2306 ++++++
 po/te.po                                           | 2292 ++++++
 po/th.po                                           | 2295 ++++++
 po/tk.po                                           | 2278 ++++++
 po/tr.po                                           | 2367 ++++++
 po/tt.po                                           | 2275 ++++++
 po/tzm.po                                          | 2278 ++++++
 po/ug.po                                           | 2287 ++++++
 po/uk.po                                           | 2366 ++++++
 po/ur.po                                           | 2284 ++++++
 po/ur_PK.po                                        | 2283 ++++++
 po/uz.po                                           | 2282 ++++++
 po/vi.po                                           | 2283 ++++++
 po/wa.po                                           | 2280 ++++++
 po/xh.po                                           | 2278 ++++++
 po/yi.po                                           | 2278 ++++++
 po/yo.po                                           | 2275 ++++++
 po/zh-Hans.po                                      | 2276 ++++++
 po/zh_CN.po                                        | 2323 ++++++
 po/zh_HK.po                                        | 2287 ++++++
 po/zh_TW.po                                        | 2312 ++++++
 po/zu.po                                           | 2280 ++++++
 previewer/Makefile.am                              |   50 +
 previewer/atril-previewer.1                        |   16 +
 previewer/ev-previewer-window.c                    |  713 ++
 previewer/ev-previewer-window.h                    |   51 +
 previewer/ev-previewer.c                           |  169 +
 previewer/meson.build                              |   34 +
 previewer/previewer-ui.xml                         |   30 +
 previewer/previewer.gresource.xml                  |   23 +
 properties/Makefile.am                             |   51 +
 properties/ev-properties-main.c                    |  159 +
 properties/ev-properties-view.c                    |  403 +
 properties/ev-properties-view.h                    |   50 +
 ...il-properties-page.caja-extension.desktop.in.in |    9 +
 properties/meson.build                             |   52 +
 shell/Makefile.am                                  |  186 +
 shell/atril-toolbar.xml                            |   41 +
 shell/atril-ui.xml                                 |  149 +
 shell/atril.about                                  |    2 +
 shell/atril.css                                    |   43 +
 shell/atril.gresource.xml                          |   26 +
 shell/eggfindbar.c                                 |  611 ++
 shell/eggfindbar.h                                 |   79 +
 shell/ev-annotation-properties-dialog.c            |  314 +
 shell/ev-annotation-properties-dialog.h            |   54 +
 shell/ev-application.c                             | 1078 +++
 shell/ev-application.h                             |   77 +
 shell/ev-bookmark-action.c                         |  109 +
 shell/ev-bookmark-action.h                         |   45 +
 shell/ev-bookmarks.c                               |  285 +
 shell/ev-bookmarks.h                               |   55 +
 shell/ev-daemon-gdbus.xml                          |   19 +
 shell/ev-daemon.c                                  |  477 ++
 shell/ev-file-monitor.c                            |  163 +
 shell/ev-file-monitor.h                            |   57 +
 shell/ev-find-sidebar.c                            |  681 ++
 shell/ev-find-sidebar.h                            |   63 +
 shell/ev-gdbus.xml                                 |   33 +
 shell/ev-history.c                                 |  136 +
 shell/ev-history.h                                 |   65 +
 shell/ev-keyring.c                                 |  100 +
 shell/ev-keyring.h                                 |   37 +
 shell/ev-loading-message.c                         |  176 +
 shell/ev-loading-message.h                         |   45 +
 shell/ev-media-player-keys.c                       |  233 +
 shell/ev-media-player-keys.h                       |   48 +
 shell/ev-message-area.c                            |  347 +
 shell/ev-message-area.h                            |   74 +
 shell/ev-metadata.c                                |  325 +
 shell/ev-metadata.h                                |   72 +
 shell/ev-navigation-action-widget.c                |  161 +
 shell/ev-navigation-action-widget.h                |   46 +
 shell/ev-navigation-action.c                       |  251 +
 shell/ev-navigation-action.h                       |   64 +
 shell/ev-open-recent-action.c                      |  103 +
 shell/ev-open-recent-action.h                      |   52 +
 shell/ev-password-view.c                           |  417 +
 shell/ev-password-view.h                           |   59 +
 shell/ev-progress-message-area.c                   |  193 +
 shell/ev-progress-message-area.h                   |   64 +
 shell/ev-properties-dialog.c                       |  201 +
 shell/ev-properties-dialog.h                       |   47 +
 shell/ev-properties-fonts.c                        |  225 +
 shell/ev-properties-fonts.h                        |   48 +
 shell/ev-properties-license.c                      |  167 +
 shell/ev-properties-license.h                      |   50 +
 shell/ev-sidebar-annotations.c                     |  581 ++
 shell/ev-sidebar-annotations.h                     |   63 +
 shell/ev-sidebar-attachments.c                     |  702 ++
 shell/ev-sidebar-attachments.h                     |   62 +
 shell/ev-sidebar-bookmarks.c                       |  614 ++
 shell/ev-sidebar-bookmarks.h                       |   60 +
 shell/ev-sidebar-layers.c                          |  450 ++
 shell/ev-sidebar-layers.h                          |   59 +
 shell/ev-sidebar-links.c                           |  745 ++
 shell/ev-sidebar-links.h                           |   65 +
 shell/ev-sidebar-page.c                            |   91 +
 shell/ev-sidebar-page.h                            |   63 +
 shell/ev-sidebar-thumbnails.c                      | 1040 +++
 shell/ev-sidebar-thumbnails.h                      |   58 +
 shell/ev-sidebar.c                                 |  519 ++
 shell/ev-sidebar.h                                 |   66 +
 shell/ev-utils.c                                   |  109 +
 shell/ev-utils.h                                   |   34 +
 shell/ev-window-title.c                            |  211 +
 shell/ev-window-title.h                            |   47 +
 shell/ev-window.c                                  | 8432 ++++++++++++++++++++
 shell/ev-window.h                                  |   91 +
 shell/main.c                                       |  287 +
 shell/meson.build                                  |  168 +
 subprojects/mate-submodules.wrap                   |   12 +
 test/Makefile.am                                   |   29 +
 test/meson.build                                   |   25 +
 test/test-encrypt.pdf                              |  Bin 0 -> 26501 bytes
 test/test-links.pdf                                |  Bin 0 -> 15151 bytes
 test/test-mime.bin                                 |  Bin 0 -> 15151 bytes
 test/test-page-labels.pdf                          |  Bin 0 -> 10150 bytes
 test/test1.py                                      |   34 +
 test/test2.py                                      |   30 +
 test/test3.py                                      |   16 +
 test/test4.py                                      |   22 +
 test/test5.py                                      |   27 +
 test/test6.py                                      |   43 +
 test/test7.py                                      |   32 +
 test/testBookmarksMenu.py                          |   24 +
 test/testCommon.py                                 |   36 +
 test/testEditMenu.py                               |   45 +
 test/testEncryptedFile.py                          |   33 +
 test/testFileMenu.py                               |   45 +
 test/testFileReloading.py                          |   27 +
 test/testGoMenu.py                                 |   30 +
 test/testHelpMenu.py                               |   28 +
 test/testWrongFileExtension.py                     |   18 +
 test/testZoom.py                                   |   26 +
 thumbnailer/Makefile.am                            |   43 +
 thumbnailer/atril-thumbnailer.1                    |   18 +
 thumbnailer/atril-thumbnailer.c                    |  320 +
 thumbnailer/atril.thumbnailer.in                   |    6 +
 thumbnailer/meson.build                            |   33 +
 update-authors.pl                                  |   77 +
 829 files changed, 664400 insertions(+)
