Commit graph

5607 commits

Author SHA1 Message Date
wiz
2088ac1424 + pdfmod. 2014-05-26 09:34:31 +00:00
wiz
81b5c9068a Import pdfmod-0.9.1nb1 as print/pdfmod, packaged for wip by jihbed
and myself.

PDF Mod is a simple application for modifying PDF documents.

You can reorder, rotate, and remove pages, export images from a
document, edit the title, subject, author, and keywords, and combine
documents via drag and drop.
2014-05-26 09:34:15 +00:00
obache
b97364ef42 Revbump after updating graphics/giflib 2014-05-25 09:19:37 +00:00
obache
8467d8270c From souce codes, 3-clause and 4-clause BSD license. 2014-05-25 07:53:34 +00:00
obache
cf89b1aecb Add comment to patches. 2014-05-25 07:51:06 +00:00
obache
7b84f3992a Adapt to giflib-5.1 API change, and fixes error handling introduced in
giflib-5.0 patch.
2014-05-25 07:49:13 +00:00
joerg
b8c067706e + latexmk 2014-05-21 01:34:53 +00:00
joerg
ba58011d8f Add latexmk-435:
LatexMk completely automates the process of generating a LaTeX document.
Essentially, it is a highly specialized relative of the general make
utility.  Given the source files for a document, latexmk issues the
appropriate sequence of commands to generate a .dvi, .ps, .pdf or hardcopy
version of the document.  It will run LaTeX the correct number of times to
resolve cross references, and run auxiliary programs (bibtex, makeindex) if
necessary. It can also be set to run continuously with a previewer, in which
case the needed commands are re-run whenever one of the source files is
modified.
2014-05-21 01:33:59 +00:00
wiz
2edd27884f Fix build with openjpeg-2.1.
Bump PKGREVISION.
2014-05-18 08:12:22 +00:00
wiz
3faf991a33 Bump applications PKGREVISIONs for python users that might be using
python3, since the default changed from python33 to python34.

I probably bumped too many. I hope I got them all.
2014-05-17 16:10:41 +00:00
richard
5a968e859e forced revert re joerg 2014-05-16 12:27:48 +00:00
adam
28bb94d01f Revbump after updating graphics/giflib 2014-05-15 14:41:45 +00:00
wiz
2a95e5c60a Fix CVE-2014-2856 using upstream patch.
Bump PKGREVISION.
2014-05-15 12:51:58 +00:00
richard
2942499674 revbump cups after update 2014-05-10 13:45:20 +00:00
richard
44cb706727 Use libtool -fstack-protector support in cups 2014-05-10 13:42:08 +00:00
wiz
c1b44346cd Mark packages that are not ready for python-3.3 also not ready for 3.4,
until proven otherwise.
2014-05-09 07:36:53 +00:00
ryoon
60806aa001 Recursive revbump from x11/pixman
Fix PR pkg/48777
2014-05-05 00:47:34 +00:00
alnsn
fb7c78e46e Adapt to Lua multiversion support. 2014-05-03 13:01:24 +00:00
richard
a662a47261 reapply lost patch:
'cups' option needs to ensure BUILD_TARGET 'cups' is added.
configure adjusted to correctly accept CUPSVERSION and, while we're at it,
add missing space between '!' and parens in test for contrib directory.
2014-05-01 04:11:01 +00:00
obache
d298f10135 Note upstream Bug#. 2014-04-30 05:45:03 +00:00
obache
71204fcd5f Remove typedef of PopplerTextSpan here.
It is already defined in poppler.h and rise build error in poppler-glib.
2014-04-30 05:32:18 +00:00
degroote
c0813e5389 Fix dependencies registered by mupdf buildlink3.mk
Patch has been provided by Leonardo Taccari on #netbsd @ freenode.
Nothing seems to use it at the moment so don't bump revision.
2014-04-29 22:02:21 +00:00
wiz
2a24c5289e Add comments to patches. 2014-04-29 20:07:28 +00:00
wiz
b68dd87c2c Fix build with poppler-0.26.0.
Addresses PR 48771 by David Shao.
2014-04-29 20:05:29 +00:00
wiz
c90d06c832 Fix pkglint warning about sun preprocessor symbol. 2014-04-29 20:05:11 +00:00
wiz
fff877e13b + poppler-qt5 2014-04-29 08:05:30 +00:00
wiz
de42d5b033 Import poppler-qt5-0.26.0 as print/poppler-qt5, based on wip package
by nros.

This is the QT5 wrapper for poppler, a PDF rendering library. It
is a fork of the xpdf 3.0 PDF viewer developed by Derek Noonburg
of Glyph and Cog, LLC.

Poppler provides PDF rendering functionality as a shared library,
to centralize the maintenence effort and to reduce duplicated
effort. And the poppler developers would like to move libpoppler
forward in a number of areas that doesn't fit within the goals of
xpdf.
2014-04-29 08:05:13 +00:00
wiz
69c6ebee98 Prepare for poppler-qt5 package. 2014-04-29 08:03:53 +00:00
wiz
93f5049478 recursive PKGREVISION bump for poppler shlib major change 2014-04-29 07:57:13 +00:00
wiz
ed201c8915 Update poppler to 0.26.0.
Release 0.26.0
        qt4:
         * Fix mismatched boolean logic in TextAnnotation::setInplaceIntent

        qt5:
         * Fix mismatched boolean logic in TextAnnotation::setInplaceIntent

        core:
         * Very small code cleanup

        cpp:
         * Very small code cleanup

Release 0.25.3
        core:
         * Fix crashes on broken files
         * Avoid MinGW/Cygwin warnings due to redefinition of NOMINMAX
         * Fix some small memory leaks

        qt5:
         * Fix some kinds of OCG models
         * Cleanup some deprecated methods

        glib:
         * Fix the first coord of the quadrilateral in create_poppler_quads_from_annot_quads(). Bug #76504

        utils:
         * pdftohtml: Fix typo in manpage

        qt4:
         * Fix some kinds of OCG models

Release 0.25.2
        core:
         * Tagged-PDF support
         * Open some broken files. Bug #75232
         * Fix crashes on broken files
         * Fix regression parsing some broken files. KDE Bug #329600
         * Improve compilation under Win 8 with Visual Studio 2012. Bug #73111
         * PSOutputDev: Ensure paper size takes into account rotation. Bug #72312
         * PSOutputDev: Fix DocumentMedia/Page/Media/PageBBox DSC comments
         * PSOutputDev: Use crop box as page size
         * PSOutputDev: Remove origpagesizes mode and make -origpagesizes an alias for -paper match
         * PSOutputDev: Only change paper size when different to previous size
         * PSOutputDev: Ensure there is always a page size in the output
         * PSOutputDev: Fix regression when creating level1 PS. Bug #75241
         * CairoOutputDev: Clip to crop box. Gnome Bug #649886
         * Splash: Blend usage in PDF with spot colors casue random output. Bug #74883
         * Splash: Fix off by one that caused crash in a file. Bug #76387
         * Make sure number of least objects in hints table is valid. Bug #74741
         * Limit numeric parsing of character names. Bug #38456

        glib:
         * Tagged-PDF support
         * Annotation improvements
         * Install error callback. Bug #73269
         * Fix gobject-introspection warnings
         * demo: Fix performance in text markup annotations
         * Increase gtk3 dependency

        qt4:
         * Improve naming of internal export/import macros
         * Add GCC visibility export attributes
         * Expose document-supplied text direction

        qt5:
         * Improve naming of internal export/import macros
         * Add GCC visibility export attributes
         * Expose document-supplied text direction

        utils:
         * pdftocairo: Ensure page size and crop box works the same as pdftops
         * Fix TIFF writting in Windows. Bug #75969

        buildsystem:
         * Learn about automake 1.14
         * Do not define -ansi. Bug #72499
         * cmake: Install JpegWriter.h depending on libjpeg
         * cmake: Use c99 for the c compiler

Release 0.25.1
        core:
         * GooString format: Added some tests + improved documentation
         * GooString format: fixed bug with printing LLONG_MIN
         * regression test improvements

        qt4:
         * Arthur backend font rendering improvements
         * test program to save to file

        qt5:
         * Arthur backend font rendering improvements
         * Improve detection of Qt5 moc. Bug #72744
         * test program to save to file

        utils:
         * pdfunite: Work even if there's a single file given
         * pdfunite: do not lose fonts when merging some files

Release 0.25.0
        core:
         * Annotation improvements
         * Tagged PDF work
         * Improve speed on some files using ICC color space
         * Use ICC profile in OutputIntents. Bug #34053
         * Limit use of ZapfDingbats character names. Bug #60243
         * Splash: correction for knockout transparency groups
         * regression test improvements

        utils:
         * pdftoppm: Added thinlinemode option setting
         * pdfinfo: Indicate if pdf contains javascript
         * pdfinfo: Add option to print out javascript
         * pdfimages: Print size, ratio, and ppi
         * pdfimages: More image output format support
         * pdfseparate: allow zero-padded pagespecs

        glib:
         * Annotation improvements
         * Add API to get text, text layout and text attributes for a given area
         * demo improvements
2014-04-29 07:56:48 +00:00
wiz
6a78281d23 Add MESSAGE 2014-04-26 13:52:00 +00:00
wiz
542b12061c Update to 9.06 from mef via pkgsrc-wip.
(Upstream) Version 9.06 (2012-08-08)

This is the sixth full release in the stable 9.x series.

Highlights in this release include:

  * PDF/A-2 - pdfwrite now supports the creation of PDF/A-2 files. The 'PDFA'
    command line switch can now take a numeric parameter:
      + 0 = not PDF/A compliant
      + 1 = PDF/A-1b compliant
      + 2 = PDF/A-2b compliant

    Simply specifying "-dPDFA" continues to have the old behaviour of creating
    PDF/A-1b files. For PDF/A-2 the command line should include "-dPDFA=2".
  * pdfwrite "Server mode" - pdfwrite can now be run in "server mode" which
    allows the device to be closed without closing the interpreter. This means
    it is no longer necessary to terminate GS before starting a new PDF
    conversion. This leads on to:
  * pdfwrite now supports the "%d" format in the OutputFile switch. If this is
    set then pdfwrite will output each page of input to an individual file.
  * ps2write - recent exposure to a range of PostScript devices has thrown up
    some interesting deficiencies in those devices. ps2write now emits
    PostScript in slightly different ways in order to produce output on a wider
    variety of devices. In some cases this also results in improved print times
    but it is still important to set the resolution appropriately for the
    output device, especially if the input contains transparency.
  * Ghostscript can now use output intents defined in PDFs by using the
    "-dUsePDFX3Profile" command line option. See ICC Color Parameters for
    details.
  * tiffsep/tiffsep1: support for large numbers of separations improved. The
    previous implementation of those devices utilised a "compressed color
    encoding" to represent the tints for all the plates in one 64 bit value. As
    the number of plates increased, fewer bits were available for the tint for
    each plate, ultimately resulting in an "unencodable pixels" error. These
    revisions remove the reliance on the compressed color encoding, thus
    ensuring that we have a consistent color bit depth, regardless of the
    number of plates, and ensuring the "unencodable pixels" error will never
    occur.

    Also as a result of these changes, there are substantial performance
    improvements in jobs with separations and transparency.
  * tiffsep, psdcmyk and psdrgb now support the "downscaler" functionality.
    This brings the "tiffscaled" style functionality to the DeviceN output
    devices, so jobs can be rendered internally in contone and at a high
    resolution, and the output optionally downsampled by a level specified by
    "-dDownScaleFactor=n", and also optionally error diffused to 1bpp output.
  * Third party libraries: libtiff, libpng, libjpeg , Freetype and zlib have
    all be updated.
  * clist storage, for rendering pages in bands, is now a run-time option:
    -sBandListStorage={file|memory}.
  * Plus the usual round of bug fixes, compatibility changes, and incremental
    improvements.
2014-04-26 13:51:40 +00:00
schnoebe
02d231f25f Update to 3.14.4:
HPLIP 3.14.4 - This release has the following changes:
Added Support for the Following New Printers:
- HP Color LaserJet Enterprise M651dn Printer
- HP Color LaserJet Enterprise M651n Printer
- HP Color LaserJet Enterprise M651xh Printer
- HP Color LaserJet Enterprise Multifunction M680dn Printer
- HP Color LaserJet Enterprise Multifunction M680f Printer
- HP Color LaserJet Enterprise Flow Multifunction M680z Printer
- HP Color Laserjet Pro MFP M476dw
- HP Color Laserjet Pro MFP M476nw
- HP Color Laserjet Pro MFP M476dn
- HP Designjet T795 44-in ePrinter
- HP DeskJet 1511 All-in-One Printer
- HP DeskJet 1011 Printer
- HP LaserJet Pro MFP M128fn
- HP LaserJet Pro MFP M128fp
- HP LaserJet Pro MFP M128fw
- HP LaserJet Pro M701a Printer
- HP LaserJet Pro M701n Printer
- HP LaserJet Pro M706n Printer
- HP Officejet Enterprise Color X555dn Printer
- HP Officejet Enterprise Color X555xh Printer
- HP Officejet Enterprise Color X585dn Multifunction Printer
- HP Officejet Enterprise Color X585f Multifunction Printer
- HP Officejet Enterprise Color Flow X585z Multifunction Printer
- HP OfficeJet Pro 8610 e-All-in-One Printer
- HP OfficeJet Pro 8615 e-All-in-One Printer
- HP OfficeJet Pro 8620 e-All-in-One Printer
- HP OfficeJet Pro 8625 e-All-in-One Printer
- HP OfficeJet Pro 8630 e-All-in-One Printer
- HP OfficeJet 4631 e-All-in-One Printer
- HP OfficeJet 4634 e-All-in-One printer
- HP OfficeJet 4636 e-All-in-One Printer

Added support for the following new Distro's:
- Ubuntu 14.04 Beta

Launchpad fixes:
1299955  - hp-logcapture captures personal information
2014-04-22 00:09:30 +00:00
wiz
b804fe57bd Update to 1.4, provided by Leonardo Taccari in PR 48759.
List of changes on master since MuPDF 1.3

* Headline changes:
	* CMYK rendering (mudraw PWG and PAM formats)
	* TIFF viewer (with multi-page support).
	* Added MuJS Javascript interpreter.
		* MuJS is the default, V8 and JavaScriptCore are compile time options.
		* Javascript support has to be explicitly enabled with pdf_enable_js.
		* All viewers now have JavaScript enabled in the default builds.
* Viewers:
	* X11: Horizontal scroll wheel support.
	* X11: Status bar display with warnings.
	* Android: Digital signatures.
	* iOS: Links, form filling, annotation editing, and javascript.
	* iOS: Reflow mode.
	* WinRT: Printing.
	* WinRT: Improved zooming behaviour.
* Tools:
	* mudraw: Banded rendering with -B /band-height/.
	* mudraw: Select output format with -F /format/.
	* mudraw: Write to stdout if you use '-' as the output file name.
	* mudraw: Add TGA output format.
	* mudraw: Improved SVG output.
	* mutool show: Write output to file instead of stdout with -o /filename/.
	* mutool clean: Clean content streams with -s option.
* Annotations:
	* Improved font handling.
	* Form fields.
	* Free text.
	* Sticky notes.
* Optimizations:
	* glyph cache: Partial eviction.
	* glyph cache: Run-length compressed glyphs.
	* Smarter handling of subpixel metrics in text rendering.
	* Optimized blitting functions.
	* Optimized gradient mesh drawing.
* API changes and additions:
	* fz_stream API reworked: replace "read" function with "next".
	* "Rebind" functions to associate context bound objects with another context:
		fz_output, fz_stream, fz_device and fz_document.
	* Introduce "document handlers" to detect and open different file types.
		* Must now call fz_register_document_handlers() to register the defaults.
		* May register your own handlers as well to work with fz_open_document.
	* Hook to load system fonts: fz_install_load_system_font_funcs.
	* PDF xref cache flushing functions (mark/clear/clear-to-mark).
	* Add our own "printf" set of functions to format strings and write to fz_output:
		* Format %f as short as possible while preserving precision.
		* Has %C for formatting a unicode character as UTF-8.
		* Has %M to format fz_matrix.
		* Has %R to format fz_rect.
		* Has %q and %( to format strings with escaped characters.
	* PDF process interface: allow PDF interpreter to do more than just draw!
		* Content stream state cleaning filter.
		* Content stream rewriting filter.
	* PDF digital signatures.
	* Stroke states may now be stored on the stack.
	* Improved fz_path internals.
	* Gradient mesh drawing interface has been improved.
	* Save files with incremental updates.
2014-04-21 16:14:40 +00:00
asau
989b14982d Define "ulong" for FreeBSD to fix the build. 2014-04-17 21:41:38 +00:00
asau
0c2a600a9d FreeBSD 10 is not FreeBSD 1. 2014-04-17 21:40:04 +00:00
asau
042e32590a Pull time.h to define time_t on FreeBSD.
Bump package revision since the affected header file is installed.
2014-04-17 21:37:55 +00:00
asau
c055e39653 Stop using malloc.h, it is intentionally broken on FreeBSD. 2014-04-17 21:34:16 +00:00
asau
4d33429176 Use correct preprocessor symbol for FreeBSD. 2014-04-17 21:32:25 +00:00
joerg
7bf48c24b8 Dependency requires Ruby 1.9.3. 2014-04-17 20:26:07 +00:00
joerg
a10913fab6 Requires Ruby 1.9.3. 2014-04-17 20:25:48 +00:00
asau
43ede498ec Downgrade optimization flags to "-O0" to work around clang crash on FreeBSD 10.0. 2014-04-11 19:50:02 +00:00
obache
1335204923 recursive bump from ilmbase shlib version change. 2014-04-10 06:21:18 +00:00
obache
d8fc20e0b0 recursive bump from icu shlib major bump. 2014-04-09 07:26:56 +00:00
tez
aba0303532 Add fix for CVE-2014-0466 from
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=742902
2014-04-08 19:32:11 +00:00
obache
3d0c304437 Update dependencies:
* compat module is not required.
* curl is bundled and it require libidn.
* allow suse-10.0 again.
2014-04-08 10:12:10 +00:00
wiz
cc48ce8008 Fix freetype2 detection with 2.5.1. 2014-04-07 11:15:52 +00:00
richard
4285b90588 'cups' option needs to ensure BUILD_TARGET 'cups' is added.
configure adjusted to correctly accept CUPSVERSION and, while we're at it,
add missing space between '!' and parens in test for contrib directory.
2014-04-07 07:36:20 +00:00
ryoon
a97db07cb1 Update 3.12.0
Changelog:
================
Evince    3.12.0
================

Documentation:

    * Update help for UI changes in 3.12 (#700442, Anna Philips)
    * Update reading documents help for 3.12 (Ekaterina Gerasimova)

Translation updates:

    * Daniel Martinez (an)
    * Marek Černocký (cs)
    * Kenneth Nielsen (da)
    * Kristjan SCHMIDT (eo)
    * Daniel Mustieles (es)
    * Iñaki Larrañaga Murgoitio (eu)
    * Michael Scherer (fr)
    * GunChleoc (gd)
    * Gabor Kelemen (hu)
    * Claudio Arseni (it)
    * Rūdolfs Mazurs (lv)
    * Kjartan Maraas (nb)
    * Yuri Myasoedov (ru)
    * Peter Mráz (sk)
    * Matej Urbančič (sl)
    * Chao-Hsiung Liao (zh_HK)
    * Chao-Hsiung Liao (zh_TW)

================
Evince   3.11.92
================

Bug fixes:

    * Keep current page thumbnail in visible area when the sidebar is
      resized (#631050, Carlos Garcia Campos)
    * Close the window when CTRL+w shortcut is used in presentation
      mode, instead of turning the screen white (#604834, Carlos
      Garcia Campos)
    * Fix some broken aspects EvViewAccessible text support (#725003,
      Joanmarie Diggs)
    * Take caret navigation into account when getting AtkHyperlink
      indices (#726310, Joanmarie Diggs)
    * Keep the scroll position when switching between continuous and
      non continuous mode (#554843, Carlos Garcia Campos)
    * Stop autoscrolling when view looses focus (#541699, Robert Roth,
      Anuj Khare, Carlos Garcia Campos)
    * Fix implementation of atk_text_set_caret_offset in
      EvViewAccessible (#701746, Alejandro Piñeiro)
    * Emit EvView::cursor-moved signal when caret cursor position is
      set by accessibility (#701746, Alejandro Piñeiro)
    * Remove support for deprecated atk_text_get_text_{before,after}_offset
      (#725162, Joanmarie Diggs)

Translation updates:

    * Khaled Hosny (ar)
    * Pau Iranzo (ca)
    * Marek Černocký (cs)
    * Wolfgang Stoeggl (de)
    * Dimitris Spingos (Δημήτρης Σπίγγος) (el)
    * Daniel Mustieles (es)
    * Jiri Grönroos (fi)
    * Claude Paroz (fr)
    * Michael Scherer (fr)
    * GunChleoc (gd)
    * Fran Dieguez (gl)
    * Yaron Shahrabani (he)
    * Attila Hammer (hu)
    * Andika Triwidada (id)
    * Baurzhan Muftakhidinov (kk)
    * Changwoo Ryu (ko)
    * Aurimas Černius (lt)
    * Rūdolfs Mazurs (lv)
    * Kjartan Maraas (nb)
    * A S Alam (pa)
    * Paweł Żołnowski (pl)
    * Antonio Fernandes C. Neto (pt_BR)
    * Tiago S. (pt)
    * Yuri Myasoedov (ru)
    * Matej Urbančič (sl)
    * Miroslav Nikolić (sr@latin)
    * Мирослав Николић (sr)
    * Victor Ibragimov (tg)
    * Theppitak Karoonboonyanan (th)
    * Daniel Korostil (uk)
    * YunQiang Su (zh_CN)
    * Chao-Hsiung Liao (zh_HK)
    * Chao-Hsiung Liao (zh_TW)

================
Evince   3.11.90
================

New features and improvements:

    * Set the window title for empty windows to make sure it's exposed
      to accessibility (#653748, Robert Roth, Carlos Garcia Campos)
    * Make history buttons insensitive when searching (#724549, Anuj Khare)
    * Rename Open a Copy action as View in New Window (#688762, Bogdan Petcu)
    * Add close button to the search bar (#723789, Carlos Garcia Campos)
    * Move the find toolbar button to the left of the toolbar,
      together with the navigation actions (#723789, Carlos Garcia Campos)
    * Add tooltips to toolbar menus (#700697, Ekaterina Gerasimova)
    * Remove SMClient support (#677981, Christian Persch)

Bug fixes:

    * Scroll to the search result when it's clicked in the find
      sidebar even if the selection hasn't changed (#703570, Saurav Agarwalla)
    * Correctly restart the search operation when the document is
      reloaded (#703595, Saurav Agarwalla)
    * Make print shortcut work when the sidebar is focused (#705846,
      Anuj Khare)
    * Fix potential read-after-free in gsettings use (#723737,
      Christian Persch)
    * Fix the margin of toolbar elements in RTL locales (#723110,
      Yosef Or Boczko)
    * Use g_debug instead of g_printerr for debug warnings in EvDaemon
      (#723972, Giovanni Campagna)

Documentation:

    * Remove the SyncTeX video that uses the old UI and the wrong
      theme (#676496, Ekaterina Gerasimova)

Translation updates:

    * Jorge Pérez Pérez (an)
    * Khaled Hosny (ar)
    * Nilamdyuti Goswami (as)
    * Marek Černocký (cs)
    * Daniel Mustieles (es)
    * Timo Jyrinki (fi)
    * GunChleoc (gd)
    * Fran Dieguez (gl)
    * Yosef Or Boczko (he)
    * Baurzhan Muftakhidinov (kk)
    * Shankar (kn)
    * Aurimas Černius (lt)
    * Kjartan Maraas (nb)
    * Manoj Kumar Giri (or)
    * Rafael Ferreira (pt_BR)
    * Victor Ibragimov (tg)
    * Theppitak Karoonboonyanan (th)
    * Daniel Korostil (uk)
    * Chao-Hsiung Liao (zh_HK)
    * Chao-Hsiung Liao (zh_TW)

================
Evince    3.11.3
================

New features and improvements:

    * Hide window titlebar when maximized (#696254, Robert Roth)
    * Add AtkDocument implementation to EvViewAccessible (#719507,
      Alejandro Piñeiro)
    * Remove the margin of the toolbar buttons and center them
      vertically (#709005, Yosef Or Boczko, Carlos Garcia Campos)

Bug fixes:

    * Disable "Send To" action when there is no mail client
      available (#701654, Plamena Manolova, Marek Kasik)
    * Always consider the cursor page as the current page for
      accessibility when caret navigation is enabled.
    * Fix the page size reported in the properties dialog for some
      document backends (#711093, Carlos Garcia Campos)

Documentation:

    * Update toolbar page (#705211, Tiffany Ann Antopolski)
    * Update information on working with bookmarks (#710107, Tiffany
      Ann Antopolski)

Translation updates:

    * Dimitris Spingos (Δημήτρης Σπίγγος) (el)
    * Daniel Mustieles (es)
    * Andika Triwidada (id)
    * Rafael Ferreira (pt_BR)
    * Shantha kumar (ta)
    * Krishnababu Krothapalli (te)
    * YunQiang Su (zh_CN)

================
Evince    3.11.1
================

New features and improvements:

    * Do not open single page pdfs in dual mode by default (#547098,
      raama)
    * Activate current focused element on space/return key press
      (#706244, Antia Puentes, Carlos Garcia Campos)
    * Draw focus of links and form fields on mouse press (#706244,
      Antia Puentes)

Bug fixes:

    * Fix a crash in djvu backend due to a double free (#710977, José
      Aliste)
    * Fix annotation window focus change after creation (#668446,
      Nelson Benitez Leon)
    * Fix loop when iterating search results (#710778, Carlos Garcia
      Campos)
    * Fix content exposed to assistive technologies when document
      changes in EvView (#709375, Joanmarie Diggs)
    * Simplify debug code to parse env variables using
      g_parse_debug_string() (Christian Persch)

Translation updates:

    * Gil Forcada (ca)
    * Gil Forcada (ca@valencia)
    * Dimitris Spingos (Δημήτρης Σπίγγος) (el)
    * Arash Mousavi (fa)
    * Rūdolfs Mazurs (lv)
    * Kjartan Maraas (nb)
    * Hannie Dumoleyn (nl)
    * Theppitak Karoonboonyanan (th)
    * Gökhan Gurbetoğlu (tr)
2014-04-04 22:20:59 +00:00
drochner
d5de3af36c +pdfshuffler 2014-04-04 12:35:52 +00:00