Age | Commit message (Collapse) | Author | Files | Lines |
|
Changes:
0.3.6:
* Parallel build of manpages
* Several fixes and improvements
|
|
Upstream changes:
(from https://github.com/ruby-gnome2/ruby-gnome2/blob/3.0.8/NEWS)
= Ruby-GNOME2 3.0.8: 2016-04-03
It's a release that improves GTK+ 3 support.
=== Changes
==== All
* Droped Ruby 2.0.0 support.
* Travis: use Trusty beta image.
[Patch by Hiroshi Hatake]
* Added AltLinux to supported OSes.
[Patch by Malo Skrylevo]
==== Ruby/GLib2
* Improvements
* Added (({RVAL2CSTR_PTR_ACCEPT_NIL})).
* Added (({RVAL2CSTR_RAW})).
* Added (({RVAL2CSTR_RAW_ACCEPT_NIL})).
* Supported (({GLib::Variant.new(value, type)})).
* Added (({GLib::Regex})) class.
[Patch by cedlemo]
* Supported more variant types in (({rbg_variant_to_ruby})).
[Patch by Aurelien Jacobs]
* Supported array in (({rg_ruby_to_variant})).
[Patch by Aurelien Jacobs]
* Added (({GLib::Regex#split})).
[Patch by cedlemo]
* Added (({GLib::Regex#match})).
[Patch by cedlemo]
* Added (({GLib::MatchInfo})) class.
[Patch by cedlemo]
* Added (({GLib::Regex#max_backref})).
[Patch by cedlemo]
* Added (({GLib::Regex#capture_count})).
[Patch by cedlemo]
* Added (({GLib::Regex#has_cr_or_lf?})).
[Patch by cedlemo]
* Added (({GLib::Regex#max_lookbehind})).
[Patch by cedlemo]
* Added (({GLib::Regex#string_number})).
[Patch by cedlemo]
* Added (({GLib::Regex.escape_string})).
[Patch by cedlemo]
* Added (({GLib::Regex#match?})).
[Patch by cedlemo]
* Added (({GLib::Regex#match_all})).
[Patch by cedlemo]
* Added (({GLib::Regex#split})).
[Patch by cedlemo]
* Added (({GLib::Regex#replace})).
[Patch by cedlemo]
* Added (({GLib::Regex#check_replacement})).
[Patch by cedlemo]
* Added (({GLib::Regex#replace_eval})).
[Patch by cedlemo]
* Added (({GLib::MatchInfo#partial_match})).
[Patch by cedlemo]
* Added (({GLib::MatchInfo#fetch})).
[Patch by cedlemo]
* Added (({GLib::MatchInfo#[]})).
* Added (({GLib::MatchInfo#fetch_pos})).
[Patch by cedlemo]
* Added (({GLib::MatchInfo#fetch_position})).
* Added (({GLib::MatchInfo#fetch_all})).
[Patch by cedlemo]
* Added (({GLib::MatchInfo#next})).
[Patch by cedlemo]
* Fixes
* Fixed a bug that raw string is converted to UTF-8.
* Fixed handling of 64 bits (({FIXNUM})) variant initialization.
==== Ruby/GObjectIntrospection
* Improvements
* Supported allocated output parameter.
* Supported dynamic callback.
* Supported enum as output value.
* Added function type name in error message.
* Added (({RB_ZALLOC})).
* Supported freeing GType-ed union.
[GitHub#700][Reported by cedlemo]
* Added (({GI::Repository#get_version})).
* Fixes
* Fixed a bug that block is always ignored in singleton method.
[ruby-gnome2-devel-ja][Reported by Yuuki Harano]
==== Ruby/GIO2
* Improvements
* Supported (({Gio::Application.new(:arguments => [...]})).
[GitHub#519][Reported by Mamoru TASAKA]
* Started to use dynamic callback.
==== Ruby/GTK3
* Improvements
* Supported (({Gtk::Clipboard#request_text})).
[ruby-gnome2-devel-en][Reported by Detlef Reichl]
* Supported (({Gtk::Clipboard#request_contents})).
* Supported (({Gtk::Clipboard#request_image})).
* Supported (({Gtk::Clipboard#request_targets})).
* Supported (({Gtk::Clipboard#request_rich_text})).
* Supported (({Gtk::Clipboard#request_uris})).
* Updated main demo application.
[Patch by cedlemo]
* Updated and finished sample tutorial.
[Patch by cedlemo]
* Supported (({Gtk::TreeModel#set_sort_func})).
[GitHub#596][Reported by Christopher L. Ramsey]
* Supported (({Gtk::Box#set_child_packing})).
[GitHub#602][Reported by Ibrahim Tencer]
* Updated stack demo.
[Patch by cedlemo]
* Added scale demo.
[Patch by cedlemo]
* Updated theming style classes demo.
[Patch by cedlemo]
* Created entry buffer demo.
[Patch by cedlemo]
* Made (({Gtk::EntryBuffer#new more rubyish})).
[Patch by cedlemo]
* Added markup demo.
[Patch by cedlemo]
* Added headerbar demo.
[Patch by cedlemo]
* Updated css accordion demo.
[Patch by cedlemo]
* Added pickers demo.
[Patch by cedlemo]
* Updated links demo.
[Patch by cedlemo]
* Added overlay demo.
[Patch by cedlemo]
* Added textmask demo.
[Patch by cedlemo]
* Added sidebar demo.
[Patch by cedlemo]
* Updated spinner demo.
[Patch by cedlemo]
* Updated entry completion demo.
[Patch by cedlemo]
* Added revealer demo.
[Patch by cedlemo]
* Updated expander demo.
[Patch by cedlemo]
* Added overlay2 demo.
[Patch by cedlemo]
* Updated colorsel demo.
[Patch by cedlemo]
* (({rbgobj_gc_mark_instance})) has to be called
for the (({Gtk::TreeSelection})).
[Patch by Hiroyuki Ito]
* Updated css basics demo.
[Patch by cedlemo]
* Made (({Gtk::TreeModel#iter_nth_child})) and
(({Gtk::TreeModel#iter_children})) work like
(({#get_value})).
* Added methods to Gtk::TreeIter:
* (({Gtk::TreeIter#previous!}))
* (({Gtk::TreeIter#has_child?}))
* (({Gtk::TreeIter#n_children}))
* (({Gtk::TreeIter#nth_child}))
* (({Gtk::TreeIter#children})).
[Patch by Hiroyuki Ito]
* Added support for (({Gtk::TreeSelection})).
[Patch by dutchhome]
* Updated builder demo.
[Patch by cedlemo]
* Updated css pixbufs demo.
[Patch by cedlemo]
* Updated button box demo.
[Patch by cedlemo]
* Created css shadows demo.
[Patch by cedlemo]
* Updated infobar demo.
[Patch by cedlemo]
* Added support for MenuPositionFunc in
(({Gtk::Menu#popup})).
[GitHub#61][Reported by Abby Archer]
* Made (({Gtk::Widget#translate_coordinates})) more
rubyish.
[Patch by cedlemo]
* Added support for (({EntryCompletionMatchFunc})).
[Patch by Hiroyuki Ito]
* Updated iconview edit demo.
[Patch by cedlemo]
* Updated sizegroup demo.
[Patch by cedlemo]
* Updated cursors demo.
[Patch by cedlemo]
* Made (({Gtk::MenuItem#new})) like
(({Gtk::CheckMenuItem#new})).
[Patch by Hiroyuki Ito]
* Move the (({#set_values})) implementation to
(({Gtk::TreeModel})) instead of (({Gtk::ListStore})).
[GitHub#659][Reported by detlef]
* Updated search entry2 demo.
[Patch by cedlemo]
* Updated menus demo.
[Patch by cedlemo]
* Updated css multiplebgs demo.
[Patch by cedlemo]
* Added auto generated callback for AssistantPageFunc.
* Added auto generated callback for BuilderConnectFunc.
* Updated model button demo.
[Patch by cedlemo]
* Updated dialog demo.
[Patch by cedlemo]
* Added another example sample for (({Gtk::TreeStore})).
[Patch by cedlemo]
* Added the methods:
* (({Gtk::TreePath#next!}))
* (({Gtk::TreePath#prev!}))
* (({Gtk::TreePath#up!}))
* (({Gtk::TreePath#down!})).
[Patch by cedlemo]
* Added (({Gtk::TreeIter#first_child})).
[Patch by cedlemo]
* Updated filtermodel demo.
[Patch by cedlemo]
* Updated popover demo.
[Patch by cedlemo]
* Supported (({Gtk::Builder#connect_signals})).
* Added new sample icons-theme-viewer.rb.
[Patch by cedlemo]
* Added new sample menus_from_resources.rb.
[Patch by cedlemo]
* Updated printing demo.
[Patch by cedlemo]
* Updated assistant demo.
[Patch by cedlemo]
* Updated panes demo.
[Patch by cedlemo]
* Updated font features demo.
[Patch by cedlemo]
* Fixes:
* Fixed a bug that (({Gtk::Widget.set_connect_func})) doesn't work.
[GitHub#703][Reported by cedlemo]
==== Ruby/Poppler
* Improvements:
* Removed needless (({POPPLER_TYPE_ORIENTATION})) binding.
[GiHub#653][Reported by Rob Brackett]
==== Ruby/WebKit2GTK
* Improvements:
* Supported old WebKit2GTK+.
=== Thanks
* Detlef Reichl
* Mamoru TASAKA
* cedlemo
* Christopher L. Ramsey
* Hiroyuki Ito
* dutchhome Jon Raiford
* Rob Brackett
* Abby Archer
* Yuuki Harano
* detlef
* Aurelien Jacobs
* Hiroshi Hatake
* Malo Skrylevo
|
|
|
|
Upstream changelog is too long, please visit:
https://github.com/yihui/knitr/releases
|
|
|
|
Poppler 0.42 Release
core:
* Add the support for version 5 + revision 6 documents. Bug #85368
* Add initial support for Signature handling
* Initialize gamut mapping multipliers in ::copy() functions. Bug #90697
* Implement jpx streams support with depth < 8
* Handle SMaskInData = 0 for JPX encoded images. Bug #93468
* Fix rendering of some broken PDF files. Bug #92508
* PSOutputDev: Support for LZW encoding
* PSOutputDev: Add support for Flate compression in Level 3 output.
* SplashOuputDev: Implement function shading. Bug #94441
* SplashOuputDev: Improve rendering of some non embedded fonts. Bug #94054
* SplashOuputDev: Fall back to Gfx implementation of tiling pattern if repetition rate is small. Bug #90596
* SplashOuputDev: Implementation of Matte entries in softmasks of softmasked images. Bug #22473
* SplashOuputDev: assure line width > 0 in case of text stroke. Bug #94038
* TextOuputDev: Cache result of inner loop in visitDepthFirst. Bug #77087
* Avoid attempting a tiling pattern fill with a singular transform matrix
utils:
* pdfinfo: Add option to show document structure
* pdfsig: New command that gives information about signature
qt4:
* Fix bug in links to remote documents getting the page number wrong sometimes
qt5:
* Fix bug in links to remote documents getting the page number wrong sometimes
Poppler 0.41 Releases
core:
* CairoOutputDev: add missing font types (fontCIDType0COT and fontTrueTypeOT). Bug #93559
* SplashOutputDev: Adjust limit check and check in addition bitmap pointer. Bug #94053
utils:
* pdfseparate: Refine resource detection
* pdfinfo: fix man page
|
|
================
Evince 3.20.0
================
Translation updates:
* scootergrisen (da)
* dooteo (eu)
* Gabor Kelemen (hu)
* Gianvito Cavasoli (it)
* Jiro Matsuzawa (ja)
* Changwoo Ryu (ko)
================
Evince 3.19.92
================
New features and improvements:
* Use a popover for view and action menus (#760527, Felipe Borges)
* Add shortcuts help window (#757828, Felipe Borges)
* Add Shift+Space keybinding to go back in presentation mode
(#758162, Jaakko Hannikainen)
* Rename links sidebar title from Index to Outline (#732547,
Germán Poo-Caamaño)
* Add missing tooltips to the headerbar (#595467, Germán
Poo-Caamaño)
* Show the page label instead of page number in find sidebar
(#756683, Germán Poo-Caamaño)
* Add a systemd user unit corresponding to the D-Bus session
service (#755897, Simon McVittie)
* Recognize multipage DjVu MIME type (#754467, Marek Kasik)
* Add support for utf8 filenames on Mac OS X to comics backend
(#761161, Tom Schoonjans)
Bug fixes:
* Fix text selection on Wayland (#759506, Marek Kasik)
* Manually destroy the search popover on toolbar dispose in
browser plugin to try to fix a crashes on plugin destruction
(#762838, Carlos Garcia Campos)
* Check boundaries of accessible pages to avoid crashes when the
document is reloaded due to changes in the document file
(#735744, Germán Poo-Caamaño)
* Fix translations in thumbnailer help message (#760418, Ting-Wei Lan)
* Fix text selections in annotation popups (#749727, Giselle Reis)
* Fix special characters in path to cbz (#643843, Jürn Brodersen)
* Fix css style of loading message (#758356, Germán Poo-Caamaño)
* Fix warning with no document loaded (#758596, Bastien Nocera)
* Fix unbalanced quote in configure script (Bastien Nocera)
* Fix installation of symbolic app icon (Michael Catanzaro)
* Fix the position of the zoom action GtkPopover in Wayland
(#756976, Germán Poo-Caamaño)
* Make the message area work in recent view mode too (#755064,
Felipe Borges)
* Fix performance regression with recent versions of GTK+ when
getting colors from GtkStyleContext for a different state
(#755442, Sebastian Keller)
* Fix a crash in PDF backend when opening documents containing screen
annotations with no actions (#756572, Germán Poo-Caamaño)
* Ignore right clicks while adding new annotations (#755619, José Aliste)
* Escape bookmark titles to be correctly rendered when they
contain characters like & (#66301, José Aliste)
* Fix handling of multiple files provided as command line
arguments (#755796, Felipe Borges)
* Do not crash when the rendering or thumbnail jobs fail (#744049,
Marek Kasik)
Translation updates:
* Khaled Hosny (ar)
* Alexander Shopov (bg)
* Sadia Afroz (bn)
* Samir Ribić (bs)
* David Medina (ca)
* Marek Černocký (cs)
* Mario Blättermann (de)
* Dawa pemo (dz)
* Efstathios Iosifidis (el)
* Daniel Mustieles (es)
* Inaki Larranaga Murgoitio (eu)
* Jiri Grönroos (fi)
* Claude Paroz (fr)
* GunChleoc (gd)
* Fran Dieguez (gl)
* Yosef Or Boczko (he)
* Meskó Balázs (hu)
* Claudio Arseni (it)
* Jiro Matsuzawa (ja)
* Baurzhan Muftakhidinov (kk)
* Khoem Sokhem (km)
* Rakesh Pandit (ks)
* Erdal Ronahî (ku)
* Aurimas Černius (lt)
* Rūdolfs Mazurs (lv)
* Badral (mn)
* Sandeep Shedmake (mr)
* Umarzuki Bin Mochlis Moktar (ms)
* KYAW MYAT THU (my)
* Åka Sikrom (nb)
* Nils-Christoph Fiedler (nds)
* Narayan Kumar Magar (ne)
* Cédric Valmary (totenoc.eu) (oc)
* Manoj Kumar Giri (or)
* A S Alam (pa)
* Piotr Drąg (pl)
* Fábio Nogueira (pt_BR)
* Pedro Albuquerque (pt)
* Daniel Șerbănescu (ro)
* Stas Solovey (ru)
* Danishka Navin (si)
* Dušan Kazik (sk)
* Miroslav Nikolić (sr@latin)
* Мирослав Николић (sr)
* Sebastian Rasmussen (sv)
* Shantha kumar (ta)
* Krishnababu Krothapalli (te)
* Victor Ibragimov (tg)
* Theppitak Karoonboonyanan (th)
* Gheyret Kenji (ug)
* Daniel Korostil (uk)
* Trần Ngọc Quân (vi)
* YunQiang Su (zh_CN)
* Chao-Hsiung Liao (zh_TW)
|
|
|
|
Changes:
CHANGES IN V1.8.3 (2016-03-23):
- cups-browsed: When creating or modifying a local print queue
set the printer-is-shared bit to false in a separate IPP
request as this operation errors on queues directly pointing
to remote CUPS queues with the IPP backend. This way we can
ignore the error and assure that all other settings are
applied (Ubuntu bug #1560099).
- Fixed pkg-config support so that $PKG_CONFIG gets used and
cross compilation works (Bug #1347).
- gstoraster: Put conversion rules for this filter into a
separate file, so that they do not get installed when we
build without Ghostscript support (Bug #1346).
- Allow disabling dependencies on IJS (Bug #1345).
- pdftops: Switch to Poppler as PDF renderer also for the
Apple LaserWriter 12/640, to work around a bug in the
printer's PostScript interpreter (Bug #1344).
|
|
|
|
this is an improved fix for PR 50582
|
|
* New custom PJL (near) equivalents for pdfmark and setdistillerparams.
* Metadata pdfmark is now implemented.
* An experimental, rudimentary raster trapping implementation implementation has been added to the Ghostscript graphics library.
* The halftone threshold array generation tools (part of toolbin/halftone) have been improved with thresh_remap which allows folding the transfer function (AKA toner response curve (TRC)) into the threshold array so that highlights are improved. Further, gen_stochastic has improved support for minimum dot size and shape.
* Plus the usual round of bug fixes, compatibility changes, and incremental improvements.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This fixes building this package.
|
|
|
|
Some HPLIP utilities (like hp-plugin) want to download files from the
network using wget (or fallback on curl). HPLIP also supports URLLib but
defaults to either wget or curl.
Bump PKGREVISION as this modifies the resulting package.
|
|
Found with an unprivileged bootstrap on NetBSD/amd64 (--prefer-pkgsrc yes)
|
|
Found with an unprivileged bootstrap on NetBSD/amd64 (--prefer-pkgsrc yes)
|
|
PrawnPDF 2.1.0 – 2016-02-29
Added support for PNG images with indexed transparency
Prawn now properly hadles transparency in PNG images with indexed color.
(Maciej Mucha, #783; Alexander Mankuta, #920)
Prawn no longer generates IRB warnings
Fix a few issues with code style that were triggering warnings in
IRB when run in verbose mode (irb -w).
(Jesse Doyle, #914)
Gradients applied inside transformations are now correctly positioned
PDF gradients/patterns take coordinates in the coordinate space of
the document, not the “user space”, so if you performed a
scale/rotate/translate and then painted a gradient inside, it wasn't
correctly positioned.
This change tracks transformations applied to the document, and
multiplies the gradient matrix with this tracked transformation
matrix so that the gradient appears in the correct place in the
document.
Because this changes how the x and y coordinates are interpreted,
you must manually add apply_transformations: true to your
stroke_gradient and fill_gradient calls to use the fixed behaviour
in Prawn 2. It is expected that this will be the default in Prawn 3.
Please refer to the wiki page on this change for more information.
(Roger Nesbitt, #891, #894)
Prawn::Graphics::BlendMode#blend_mode added
Blend modes can be used to change the way two layers are blended
together. The BM key is added to the External Graphics State based
on the v1.4 PDF spec. blend_mode accepts a single blend mode or
array of blend modes. If an array is passed, the PDF viewer blends
layers based on the first valid blend mode.
|
|
v1.4.0 (22nd February 2016)
- raise minimum ruby version to 1.9.3
- print warnings to stderr when deprecated methods are used. These methods have been
deprecated for 4 years, so hopefully few people are depending on them
- Fix exception when a npn-breakng space (character 160) is used with a
built-in fint (helvetica, etc)
- various bug fixes
|
|
Changes are not available.
|
|
Changelog:
pdf2djvu (0.9.4) unstable; urgency=low
[ Jakub Wilk ]
* Standardize on American spelling in the manual page.
* Document that bugs can be reported to the mailing list.
* Fix build failure with GCC 6.
Thanks to Martin Michlmayr for the bug report.
https://bugs.debian.org/812007
* Improve warning message when a link with an unsupported
action type is encountered.
Thanks to Janusz S. Bień for the bug report.
https://groups.io/g/pdf2djvu/message/26
* Improve error handling in out-of-memory situations.
Thanks to Daniel Stender for the bug report.
https://bitbucket.org/jwilk/pdf2djvu/issue/107
* Use HTTPS for sourceforge.net and freedesktop.org URLs.
* Improve the test suite.
* Update the Polish translation.
[ Chris Leick ]
* Update the German translation.
[ Américo Monteiro ]
* Update the Portuguese translation.
[ Kyrill Detinov ]
* Update the Russian translation.
[ Jean-Paul Guillonneau ]
* Update the French translation of the manual page.
-- Jakub Wilk <jwilk@jwilk.net> Wed, 24 Feb 2016 18:34:05 +0100
|
|
* Get rid of dependencies to C compiler, GNU sed, libxslt and pstreams
* Remove workaround for older NetBSD and MirBSD
|
|
Changelog:
2015-11-10 Jay Berkenbilt <ejb@ql.org>
* 6.0.0: release
* No changes from 5.2.0. The 5.2.0 release broke binary
compatibility and was withdrawn.
2015-10-31 Jay Berkenbilt <ejb@ql.org>
* 5.2.0: release
* libqpdf/QPDF.cc (read_xrefTable): Be tolerant of some malformed
xref tables that don't have the required trailing space after each
line.
2015-10-29 Jay Berkenbilt <ejb@ql.org>
* Implement QPDFWriter::setDeterministicID and --deterministic-id
commandline-flag to qpdf to request generation of a deterministic
/ID for non-encrypted files.
|
|
Changelog:
Release 0.4.16:
* Fixed an incompatibility with FDo's shared MIME type database that broke
opening DjVu documents.
* Added function to dynamically fit thumbnails into the viewport.
* Added support to use system SyncTeX parser library.
* Added support to open image formats supported by Qt.
* SyncTeX is now available and discoverable with the main view's context menu.
* Updated Czech translations. Thanks to Pavel Fric.
* Updated Malay translations. Thanks to abuyop.
* Updated Brazilian Portuguese translations. Thanks to Felipe Braga.
* Updated Russian translations. Thanks to ned.
* Updated British English translations. Thanks to Andi Chandler
and Anthony Harrington.
* Updated Ukrainian translations. Thanks to Yuri Chornoivan.
* Updated Portuguese translations. Thanks to Sérgio Marques.
* Updated Lithunian translations. Thanks to Moo.
* Updated Spanish translations. Thanks to Guillermo and Adolfo Jayme.
* Updated French translations. Thanks to Charles Monzat.
Release 0.4.15:
* Fixed compatibility with MuPDF version 1.7. Thanks to Martin Banky.
* Added keeping the page-relative position upon page change.
* Added document properties on PDF version, encryption and linearization.
* Added keyboard navigation to the outline view. Thanks to Bendik R. Opstad.
* Added configurable document and tab context menus.
Thanks to S. Razi Alavizadeh.
* Added composition modes to adjust the background of scanned documents.
* Extended the default movement keyboard shortcuts to include the numpad keys.
* Made the trim-margins setting a per-tab property.
* Added Hungarian translations. Thanks to Páder Rezső.
* Updated Polish translations. Thanks to Piotr Strębski.
* Updated Italian translations. Thanks to Claudio Arseni.
* Updated Czech translations. Thanks to Pavel Fric.
* Updated British English translations.
Thanks to Anthony Harrington and Andy Chandler.
* Updated Malay translations. Thanks to abuyop.
* Updated Ukrainian translations. Thanks to Yuri Chornoivan.
* Updated French translations. Thanks to Jean Marc.
Release 0.4.14:
* Fixed keyboard movement not working in annotations and form fields.
* Fixed display of warning dialog upon restoring tabs.
* Fixed compilation using LLVM Clang. Thanks to Franz Fellner.
* Fixed crash upon middle-clicking into empty part of tab bar.
* Fixed a race condition in text extraction within the extended search dock.
* Fixed losing rendering hints after unlocking encrypted PDF documents.
* Improved user interaction of the extended search dock.
* Improved the speed of text extraction within the extended search dock.
Thanks to S. Razi Alavizadeh.
* Improved performance at very large scale factors by dynamically
adjusting tile size.
* Added restoring of expanded outline items after refresh.
Thanks to Bendik R. Opstad.
* Added various smaller user interface enhancements.
* Added whole-words-only search option
(depending on Poppler version 0.31 or higher).
* Added optionally searchable tabs and bookmarks menus.
* Improved flexibility of searching DjVu documents.
* Added Finnish translation of online help. Thanks to Timo Seppola.
* Updated settings section of the online help.
* Updated Czech translations. Thanks to Pavel Fric.
* Updated Ukrainian translations. Thanks to Yuri Chornoivan.
* Updated Polish translations. Thanks to Piotr Strębski.
* Updated British English translations. Thanks to Anthony Harrington.
* Updated Slovak translations. Thanks to DAG Software.
* Updated Spanish translations. Thanks to Adolfo Jayme.
* Updated Simplified Chinese translations. Thanks to electricface.
* Updated Catalan translations. Thanks to VPablo.
* Updated Russian translations. Thanks to ☠Jay ZDLin☠
and Aleksey Kabanov.
* Updated Galician translations. Thanks to Marcos Lans.
* Updated Malay translations. Thanks to abuyop.
* Updated French translations. Thanks to Jean Marc.
Release 0.4.13:
* Fixed a memory leak when processing meta-data in the DjVu plug-in.
* Fixed a crash when loading corrupted DjVu documents.
* Removed the warning dialog about unknown file type to fix the '--quiet'
option.
* Added optional extended search dock displaying results from all open tabs.
Thanks to S. Razi Alavizadeh.
* Added per-tab setting to convert pages to grayscale after rendering.
* Updated British English translations. Thanks to Anthony Harrington.
* Updated Czech translations. Thanks to Pavel Fric.
* Updated Malay translations. Thanks to abuyop.
* Updated Galician translations. Thanks to Marcos Lans.
* Updated Kazakh translations. Thanks to Baurzhan Muftakhidinov.
* Updated Ukrainian translations. Thanks to Yuri Chornoivan.
* Updated Portuguese translations. Thanks to Sérgio Marques.
* Updated Polish translations. Thanks to Piotr Strębski.
Release 0.4.12:
* Fixed loading document-supplied view mode defaults.
* Fixed installation location of application icon to use hicolor icon theme.
* Fixed an instability of DjVu meta-data extraction.
* Added function to automatically trim empty page margins.
* Added dock to improved access to bookmarks. Thanks to S. Razi Alavizadeh.
* Added support for document-supplied page label.
Thanks to S. Razi Alavizadeh.
* Added context menu to copy link addresses.
* Improved caching, i.e. do not drop pixmaps on scale factor change.
Thanks to Martin Spacek.
* Improved rendering by giving a higher priority to rendering visible pages
compared to prefetching. Thanks to S. Razi Alavizadeh.
* Improved computation of current page for continuous layouts.
Thanks to S. Razi Alavizadeh.
* Improved searching of DjVu documents. Thanks to S. Razi Alavizadeh.
* Extended the D-Bus interface to support more IPC scenarios.
* Updated Italian translations. Thanks to Claudio Arseni.
* Updated British English translations. Thanks to Anthony Harrington.
* Updated Ukrainian translations. Thanks to Yuri Chornoivan.
* Updated Czech translations. Thanks to Pavel Fric.
* Updated Slovak translations. Thanks to DAG Software.
* Updated Thai translations. Thanks to Rockworld.
* Updated Russian translations. Thanks to Oleg Koptev.
* Updated Malay translations. Thanks to abuyop.
* Updated Catalan translations. Thanks to VPablo.
* Updated Galician translations. Thanks to Marcos Lans.
* Updated Polish translations. Thanks to Mateusz Łukasik.
Release 0.4.11.1:
* Fix progress and error icons and obsolete pixmaps not working without
tiling.
* Fix compilation using Microsoft Visual C++. Thanks to S. Razi Alavizadeh.
Release 0.4.11:
* Added tiled rendering currently disabled by default.
* Made zooming logarithmic instead of linear. Thanks to Martin Spacek.
* Added displaying various library versions in the about box.
Thanks to Martin Spacek.
* Added actions to toggle visibility of tool bars and menu bar.
* Fixed questionably low interval for automatically saving persistent state.
Thanks to Martin Spacek.
* Fixed high writing overhead for automatically saving persistent state.
Thanks to Boris Popov.
* Fixed building without SQLite support again. Thanks to Sébastien Szymanski.
* Fixed disabling restoring of tabs and bookmarks. Thanks to Benjamin Eltzner.
* Removed extended print options page set and number-up as Qt version 5.2
supports them internally.
* Updated French translations. Thanks to Tubuntu and Sylvie Gallet.
* Updated British English translations.
Thanks to A. Kohl, Anthony Harrington and fossfreedom.
* Updated Galician translations. Thanks to Marcos Lans.
* Updated Ukrainian translations. Thanks to Yuri Chornoivan.
* Updated Spanish translations. Thanks to Adolfo Jayme.
* Updated Czech translations. Thanks to Pavel Fric.
* Updated Catalan translations. Thanks to VPablo.
* Updated Malay translations. Thanks to abuyop.
* Updated Italian translations. Thanks to Claudio Arseni.
* Updated Polish translations. Thanks to Piotr Strębski.
* Updated Russian translations. Thanks to Alexander Volkov.
* Updated Slovak translations. Thanks to DAG Software.
* Added Belarussian translations. Thanks to Yury Yatsynovich.
* Added Thai translations. Thanks to KL.
Release 0.4.10:
* Fixed race condition when a deleted render task mit tries to emit a signal.
Thanks to Benjamin Eltzner.
* Fixed double deletion in recently closed menu. Thanks to Arnaud Schmittbuhl.
* Fixed inconsistency when invoking a unique instance.
Thanks to Dorian Scholz.
* Fixed confusing auto-refresh if file is deleted.
* Added using the document title from the meta-data as the tab title.
Thanks to Dorian Scholz.
* Added spreading out tabs to fill the whole tab bar. Thanks to Dorian Scholz.
* Added periodically storing persistent state.
* Added opening internal links in a new tab by middle-clicking.
* Added zooming to selection by middle-dragging.
* Updated Ukrainian translations. Thanks to Yuri Chornoivan.
* Updated British English translations. Thanks to Anthony Harrington.
* Updated Vietnamese translations. Thanks to Khang Mạnh Tử.
* Updated Indonesian translation. Thanks to Rizal Muttaqin and Trisno Pamuji.
* Updated Czech translations. Thanks to Pavel Fric.
* Updated Slovak translations. Thanks to DAG Software.
* Updated Polish translations. Thanks to Piotr Strębski.
* Updated Romainian translations. Thanks to Vlad Paul Paval.
* Updated Portuguese translations. Thanks to Sérgio Marques.
* Updated Malay translations. Thanks abuyop.
* Updated Galician translations. Thanks to Marcos Lans.
* Updated Asturian translations. Thanks to Xuacu Saturio.
* Updated Brazilian Portuguese translations. Thanks to Lucas Reis.
Release 0.4.9:
* Added experimental Fitz plug-in.
* Added action to use text as selection instead of copying to clipboard.
* Added color feedback whether search term was found to help dialog.
Thanks to Benjamin Eltzner.
* Added option to switch multiple page layouts into right-to-left mode.
Thanks to Abdellah Chelli.
* Added loading of document-supplied defaults.
* Added setting to choose Poppler backend.
* Updated Czech translations. Thanks to Pavel Fric.
* Updated Slovak translations. Thanks to DAG Software.
* Updated British English translations. Thanks to Anthony Harrington.
* Updated Polish translations. Thanks to Piotr Strębski.
* Updated French translations. Thanks to Pierre Soulat and Arnaud Schmittbuhl.
* Updated Azerbaijani translations. Thanks to Rashid Aliyev.
* Updated Ukrainian translations. Thanks to Yuri Chornoivan.
* Updated Malay translations. Thanks to abuyop.
* Updated German translations. Thanks to Benjamin Eltzner.
* Updated Vietnamese translations. Thanks to Khang Mạnh Tử.
* Updated Kazakh translations. Thanks to Baurzhan Muftakhidinov.
* Updated Asturian translations. Thanks to Xuacu Saturio.
* Updated Catalan translations. Thanks to Marc Coll Carrillo and VPablo.
* Updated Spanish translations. Thanks to Aaron Farias.
* Updated Galician translatios. Thanks to Miguel Anxo Bouzada.
* Updated Hebrew translations. Thanks to Yaron Shahrabani.
* Updated Italian translations. Thanks to Claudio Arseni.
Release 0.4.8:
* Fixed building without SQLite support. Thanks to Franz Fellner.
* Fixed a performance problem when switching to a tab with a fallback
outline takes seconds.
* Added optional functionality to restore closed tabs.
* Added zoom functionality to the presentation view.
* Added Vietnamese translations. Thanks to Khang Mạnh Tử.
* Added Swedish translations. Thanks to Martin Linder.
* Updated Bulgarian translations. Thanks to Atanas Kovachki.
* Updated Malay translations. Thanks to abuyop.
* Updated Ukrainian translations. Thanks to Yuri Chornoivan.
* Updated Slovak translations. Thanks to DAG Software.
* Updated Portuguese translations. Thanks to Sérgio Marques.
* Updated Czech translations. Thanks to Pavel Fric.
* Updated Russian translations. Thanks to HsH and Aleksey Kabanov.
* Updated French translations. Thanks to Arnaud Schmittbuhl.
* Updated British English translations. Thanks to Anthony Harrington.
* Updated Catalan translations. Thanks to Marc Coll Carrillo.
* Updated German translations. Thanks to Dennis Baudys.
* Updated Chinese (Simplified) translations. Thanks to Evo Jimmy.
* Updated Malay translations. Thanks to abuyop.
* Updated Azerbaijani translations. Thanks to Rashid Aliyev.
* Updated Polish translations. Thanks to Mateusz Łukasik.
Release 0.4.7:
* Extended bookmarks storage format to add labelled bookmarks.
* Extended handling of annotations and form fields using overlays.
* Added support for opening execute links and for saving file attachments
from annotations.
* Improved parsing of command-line arguments and Workbench integration
on AmigaOS. Thanks to Chris Young.
* Improved behaviour of movement keys in certain corner cases.
Thanks to Thomas Etter.
* Added keyboard shortcuts to focus current page and scale factor in tool bar.
* Fixed a race condition that could lead to dropping rendered pages.
* Fixed a small issue with adding and removing annotations.
* Added partial Lithunian translation. Thanks to Automatizatorius.
* Added partial Korean translation. Thanks to Litty.
* Updated Czech translations. Thanks to Pavel Fric.
* Updated French translations. Thanks to Arnaud Schmittbuhl, Tubuntu,
Pierre Soulat and Teromene.
* Updated Ukrainian translations. Thanks to Yuri Chornoivan.
* Updated British English translations. Thanks to Andi Chandler and
Anthony Harrington.
* Updated Malay translations. Thanks to abuyop.
* Updated Italian translations. Thanks to Claudio Arseni.
* Updated Polish translations. Thanks to Mateusz Łukasik and
Piotr Strębski.
* Updated Brazilian Portuguese translations. Thanks to Rodrigo Zimmermann.
* Updated German translations. Thanks to Thomas Worofsky,
Tobias B. and Benjamin Eltzner.
* Updated Kazakh translations. Thanks to Baurzhan Muftakhidinov.
* Updated Slovak translations. Thanks to DAG Software.
* Updated Bulgarian translations. Thanks to Atanas Kovachki.
* Updated Galician translations. Thanks to Marcos Lans.
* Updated Catalan translations. Thanks to VPablo.
* Updated Greek translations. Thanks to George Christofis.
* Updated Italian translations. Thanks to Giovanni Grieco.
* Updated Spanish translations. Thanks to Adolfo Jayme Barrientos.
* Updated Azerbaijani translations. Thanks to Rashid Aliyev.
Release 0.4.6:
* Added function that keeps obsolete pixmaps and displays them until
final rendering is available.
* Added command-line option that displays a dialog to choose the name of
the started instance.
* Added confirmation dialog before closing a modified document.
* Added optional support for device pixel ratios that are unequal to one.
* Added setting to change presentation background.
* Added desktop action for non-unique instances and choosing instances to
the desktop entry.
* Fixed loading of translation for Qt dialogs, e.g. the print dialog.
* Added support for translations of online help. Thanks to Yuri Chornoivan.
* Added support for searching of online help. Thanks to Benjamin Eltzner.
* Updated Ukrainian translation and added translation of the online help.
Thanks to Yuri Chornoivan.
* Updated Czech translation. Thanks to Pavel Fric.
* Updated Galician translation and added partial translation of
the online help. Thanks to Marcos Lans.
* Updated Malay translation and added partial translation of the online help.
Thanks to abuyop.
* Updated Polish translation and added partial translation of the online help.
Thanks to Mateusz Łukasik.
* Updated French translation and added partial translation ofthe online help.
Thanks to Arnaud Schmittbuhl, Pierre Soulat and Pierre Slamich.
* Updated Italian translation and added partial translation of
the online help. Thanks to Claudio Arseni.
* Updated Catalan translation. Thanks to Marc Coll Carrillo and VPablo.
* Updated Czech translation and added translation of the online help.
Thanks to Pavel Fric.
* Updated Slovak translation and added partial translation of
the online help. Thanks to DAG Software.
* Updated Portuguese translation. Thanks to Sérgio Marques.
* Updated British English translation and added partial translation of
the online help. Thanks to fossfreedom and Andi Chandler.
* Updated Idonesian translation. Thanks to Trisno Pamuji.
* Updated Azerbaijani translation and added partial translation of
the online help. Thanks to Rashid Aliyev.
* Updated Chinese (Simplified) translation and added partial translation of
the online help. Thanks to Xiaoxing Ye.
* Updated Hebrew translation. Thanks to Yaron Shahrabani.
* Updated German translation and added partial translation of the online
help. Thanks to Tobias B. and Benjamin Eltzner.
* Added partial Bulgarian translation of the online help. Thanks to
Atanas Kovachki.
Release 0.4.5:
* Fixed an error in drawing the search progress.
* Fixed an error preventing the annotation context menu from being displayed.
* Fixed decorating links when using Qt5.
* Improved the layout of the search widgets.
* Added setting to heuristically synchronize the outline view to
the current page.
* Improved thumbnails layout to change between horizontal and
vertical according to dock location.
* Updated Malay translation. Thanks to abuyop.
* Updated Ukrainian translation. Thanks to Yuri Chornoivan.
* Updated Czech translation. Thanks to Pavel Fric.
* Updated Italian translation. Thanks to Claudio Arseni.
* Updated Slovak translation. Thanks to DAG Software.
* Updated German translation. Thanks to A. Kohl.
* Updated Bulgarian translation. Thanks to Blagovest Petrov.
* Updated French translation. Thanks to Arnaud Schmittbuhl.
* Updated Kazakh translation. Thanks to Baurzhan Muftakhidinov.
Release 0.4.4:
* Improved building on Windows and OS/2 and plug-in handling on
all platforms. Thanks to Silvan Scherrer.
* Added button to revert only the settings on the current tab of
the settings dialog to their defaults.
* Added tool tip showing paper size to the thumbnails view.
* Added setting for number of entries in the recently used list.
* Updated Russian translation. Thanks to Kyrill Detinov and Rashid Aliyev.
* Updated Azerbaijani translation. Thanks to Rashid Aliyev.
* Updated Brazilian Portuguese translation. Thanks to Phillipe Smith.
* Updated Spanish translation. Thanks to Adolfo Jayme Barrientos.
* Updated Slovak translation. Thanks to DAG Software.
* Updated Ukrainian translation. Thanks to Yuri Chornoivan.
* Updated Esperanto translation. Thanks to Eliovir.
* Updated Czech translation. Thanks to Pavel Fric.
* Updated Galician translation. Thanks to Marcos Lans.
* Updated Romanian translation. Thanks to Vlad Paul Paval.
* Updated Malay translation. Thanks to abuyop.
* Updated British English translation. Thanks to Andi Chandler.
* Updated Italian translation. Thanks to Claudio Arseni.
* Updated Polish translation. Thanks to Mateusz Łukasik.
* Updated Croatian translation. Thanks to freedomrun.
* Updated French translation. Thanks to Teromene.
* Added Portuguese translation. Thanks to Sérgio Marques.
* Added Kazakh translation. Thanks to Baurzhan Muftakhidinov.
Release 0.4.3:
* Fixed custom movement shortcuts not being activated after program
initialization.
* Fixed default scroll area shortcuts not being shadowed completely.
* Fixed outline view layout on open and refresh and trying to set resize
mode of non-existent outline view columns.
* Increased auto-refresh timeout and made auto-refresh and prefetch
timeouts configurable.
* Improved drawing of search result highlights and added a setting
for the highlight color.
* Added command-line options '--quiet' and '--help'.
* Added support for multiple shortcuts for each action.
* Added option to highlight the current thumbnail.
* Updated Ukrainian translation. Thanks to Yuri Chornoivan.
* Updated Malay translation. Thanks to abuyop.
* Updated Slovak translation. Thanks to DAG Software.
* Updated Croatian translation. Thanks to freedomrun.
* Updated Polish translation. Thanks to Mateusz Łukasik.
* Updated Czech translation. Thanks to Pavel Fric.
* Updated French translation. Thanks to Hélion du Mas des Bourboux
and Dorian.
* Updated Catalan translation. Thanks to VPablo.
* Updated Hebrew translation. Thanks to Yaron Shahrabani.
* Updated Asturian translation. Thanks to Xuacu Saturio.
* Updated British English translation. Thanks to Andi Chandler.
* Updated Brazilian Portuguese translation. Thanks to Phillipe Smith.
* Updated Romanian translation. Thanks to Vlad Paul Paval.
* Added Galician translation. Thanks to Marcos Lans and Miguel Anxo Bouzada.
Release 0.4.2:
* Refactoring to improve code size and quality.
* Added restoring and saving of printer settings.
* Added command-line option to initiate a search in the current tab.
* Added setting to determine the color of annotations added.
* Instead of return to page, there is now jump backward and forward.
* Added setting to limit thumbnails to search results.
* Added setting on where to open new tabs.
* Added setting to display the current page in the window title.
* Updated Czech translation. Thanks Pavel Fric.
* Updated Malay translation. Thanks to abuyop.
* Updated French translation. Thanks to Tubuntu and
Hélion du Mas des Bourboux.
* Updated Ukrainian translation. Thanks to Yuri Chornoivan.
* Updated Polish translation. Thanks to isamu715 and Mateusz Łukasik.
* Updated Azerbaijani translation. Thanks to Rashid Aliyev.
* Updated Romanian translation. Thanks to Vlad Paul Paval.
* Updated Bulgarian translation. Thanks to Blagovest Petrov.
* Updated Slovak translation. Thanks to DAG Software.
* Updated Russian translation. Thanks to Eugene Marshal and Ivlev Denis.
* Updated British English translation. Thanks to fossfreedom.
* Updated Croatian translation. Thanks to freedomrun and Paolo Pelesk.
* Updated Spanish translation. Thanks to Adolfo Jayme Barrientos and
Aaron Farias.
* Updated Italian translation. Thanks to Claudio Arseni.
* Updated Catalan translation. Thanks to VPablo.
* Updated Chinese (Simplified) translation. Thanks to Wang Dianjin.
* Updated Brazilian Portuguese translation. Thanks to Phillipe Smith.
Release 0.4.1:
* Added configurable keyboard shortcuts.
* Added per-plug-in settings for PDF and PS plug-ins.
* Added granular hinting and thin line mode settings for the PDF plug-in.
* Added progress and errors icons for page rendering.
* Added workaround for overwriting a file with itself using a temporary file.
* Added rudimentary text extraction and search support for DjVu documents.
* Changed color inversion to be a per-tab property.
* Improved rotation and color inversion in the presentation view.
* Updated Danish translation. Thanks to Aputsiaq Niels Janussen.
* Updated Czech translation. Thanks to Pavel Fric.
* Updated Polish translation. Thanks to Mateusz Łukasik and isamu715.
* Updated Malay translation. Thanks to abuyop.
* Updated Slovak translation. Thanks to DAG Software.
* Updated Italian translation. Thanks to Claudio Arseni.
* Updated Russian translation. Thanks to Kyrill Detinov.
* Updated Brazilian Portuguese translation. Thanks to Phillipe Smith.
* Updated Danish translation. Thanks to Aputsiaq Niels Janussen.
* Updated French translation. Thanks to Sylvie Gallet and Tubuntu.
* Updated Catalan translation. Thanks to VPablo.
* Updated Spanish translation. Thanks to Adolfo Jayme Barrientos.
* Updated Hebrew translation. Thanks to Yaron Shahrabani.
* Updated Ukrainian translation. Thanks to yurchor.
* Updated British English translation. Thanks to Andi Chandler.
* Added Esperanto translation. Thanks to Donald Rogers.
* Added Bulgarian translation. Thanks to Atanas Kovachki and Blagovest Petrov.
* Added partial Azerbaijani translation. Thanks to Rashid Aliyev.
|
|
|
|
Release Notes:
Significant Changes:
- Queue configuration using 'hp-setup' command is no more supported for
HP ScanJets. Scan frontends like xsane, hp-scan, scanimage, simplescan
will automatically detect usb and network ScanJets.
Added Support for the Following New Printers:
- HP ScanJet Pro 4500 fn1 Network scanner
- HP LaserJet Pro MFP M127fs
- HP DeskJet Ultra Ink Advantage 2029 Printer
- HP DeskJet Ink Advantage Ultra 2529 All-in-One Printer
Added support for the following new Distro's:
- LinuxMint 17.3
- Debian 8.3
Launchpad fixes:
1521687 - /usr/lib/sane/libsane-hpaio.so.1: undefined symbol:
mdns_probe_nw_scanners
1537467 - udev: 56-hpmud.rules should not run usb_id for all USB devices
out there
1517494 - Upgrade to HPLIP-3.15.11 fails
1536762 - HPLIP installation fails with non-english locale
1483820 - hp-plugin hangs on 'su'
1484916 - hp-plugin infinite loop
1510950 - hp-plugin not working - stuck on permission
1502025 - HP plugin installation hangs after accepting license
1534404 - Debian 8's hplip version is 3.14.6, not 3.15.2
1532451 - Laserjet Pro MFP M127fs is not supported
|
|
|
|
pkgsrc changes:
o Add gstreamer option (disabled by default) to enable embedded multimedia in
PDF documents
Changes:
================
Evince 3.18.2
================
Bug fixes:
* Fix the position of the zoom action GtkPopover in Wayland
(#756976, Germán Poo-Caamaño)
Translation updates:
* Daniel Șerbănescu (ro)
================
Evince 3.18.1
================
Bug fixes:
* Fix performance regression with recent versions of GTK+ when
getting colors from GtkStyleContext for a different state
(#755442, Sebastian Keller)
* Fix a crash in PDF backend when opening documents containing screen
annotations with no actions (#756572, Germán Poo-Caamaño)
* Ignore right clicks while adding new annotations (#755619, José Aliste)
* Escape bookmark titles to be correctly rendered when they
contain characters like & (#66301, José Aliste)
* Fix handling of multiple files provided as command line
arguments (#755796, Felipe Borges)
* Show error messages also in recent view mode (#755064, Felipe Borges)
* Do not crash when the rendering or thumbnail jobs fail (#744049,
Marek Kasik)
Translation updates:
* Khaled Hosny (ar)
* Sadia Afroz (bn)
* Samir Ribić (bs)
* František Zatloukal (cs)
* Dawa pemo (dz)
* Inaki Larranaga Murgoitio (eu)
* Jiri Grönroos (fi)
* Claudio Arseni (it)
* Jiro Matsuzawa (ja)
* Khoem Sokhem (km)
* Rakesh Pandit (ks)
* Erdal Ronahî (ku)
* Badral (mn)
* Sandeep Shedmake (mr)
* Umarzuki Bin Mochlis Moktar (ms)
* KYAW MYAT THU (my)
* Nils-Christoph Fiedler (nds)
* Narayan Kumar Magar (ne)
* Manoj Kumar Giri (or)
* Rafael Fontenelle (pt_BR)
* Pedro Albuquerque (pt)
* Danishka Navin (si)
* Dušan Kazik (sk)
* Miloš Popović (sr@latin)
* Милош Поповић (sr)
* Shantha kumar (ta)
* Krishnababu Krothapalli (te)
* Victor Ibragimov (tg)
* Gheyret Kenji (ug)
* Trần Ngọc Quân (vi)
* YunQiang Su (zh_CN)
================
Evince 3.18.0
================
Translation updates:
* František Zatloukal (cs)
* scootergrisen (da)
* Christian Kirbach (de)
* Tom Tryfonidis (el)
* Leonor Palazzo (fr)
* Rūdolfs Mazurs (lv)
* Piotr Drąg (pl)
================
Evince 3.17.92
================
Bug fixes:
* When copying a file, use the default permissions for the new
file instead of copying the ones from the original file
(#753019, Marek Kasik)
Translation updates:
* Daniel (an)
* Marek Černocký (cs)
* Tom Tryfonidis (el)
* Daniel Mustieles (es)
* Arash Mousavi (fa)
* Alexandre Franke (fr)
* Fabio Tomat (fur)
* Fran Dieguez (gl)
* Gabor Kelemen (hu)
* Andika Triwidada (id)
* Sveinn í Felli (is)
* Baurzhan Muftakhidinov (kk)
* Changwoo Ryu (ko)
* Aurimas Černius (lt)
* Åka Sikrom (nb)
* Piotr Drąg (pl)
* Enrico Nicoletto (pt_BR)
* Yuri Myasoedov (ru)
* Dušan Kazik (sk)
* Anders Jonsson (sv)
* Muhammet Kara (tr)
* Chao-Hsiung Liao (zh_TW)
================
Evince 3.17.4
================
New features and improvements:
* The sidebar tab to add new annotations has been removed, and a
new annotations toolbar has been added making it easier to
discover and more convenient to annotate documents (#649045,
Carlos Garcia Campos)
Translation updates:
* Benjamin Steinwender (de)
* Daniel Mustieles (es)
* Yosef Or Boczko (he)
* Balázs Úr (hu)
* Pedro Albuquerque (pt)
* Stas Solovey (ru)
* Dušan Kazik (sk)
* Matej Urbančič (sl)
* Victor Ibragimov (tg)
================
Evince 3.17.3
================
New features and improvements:
* Add initial support for adding highlight annotations (#583377,
Giselle Machado, Carlos Garcia Campos)
* Add support for squiggly hightlight annotations too (#750612,
Philipp Reinkemeier)
* Add support for moving text annotations (#649043, Philipp
Reinkemeier)
* Force text annotations to have a fixed size 24x24 (#685334,
Philipp Reinkemeier)
* Handle GTK_SCROLL_START/GTK_SCROLL_END also in fit-to-page mode
(#737996, Carlos Garcia Campos)
Bug fixes:
* Do not loose annotations properties when changing the subtype of
a highlight annotation (#750548, Philipp Reinkemeier)
* Only try to move the focus to different page when the current
page has a focused element to prevent the view from jumping to
the first/last page when TAB is pressed and there aren't
focusable elements in the document (#741979, Carlos Garcia
Campos)
Translation updates:
* Benjamin Steinwender (de)
* Daniel Mustieles (es)
* Daniel Șerbănescu (ro)
* Muhammet Kara (tr)
* Chao-Hsiung Liao (zh_TW)
================
Evince 3.17.2
================
New features and improvements:
* Add initial support for PDF multimedia using GStreamer (#573748,
Carlos Garcia Campos)
Bug fixes:
* Add accessible relations between the labels in properties dialog
(#749127, Joanmarie Diggs)
Translation updates:
* David (ca)
* Daniel Mustieles (es)
* Åka Sikrom (nb)
* Cédric Valmary (Tot en òc) (oc)
* Antonio Fernandes C. Neto (pt_BR)
* Dušan Kazik (sk)
* Matej Urbančič (sl)
* Victor Ibragimov (tg)
* YunQiang Su (zh_CN)
================
Evince 3.17.1
================
New features and improvements:
* Provide a symbolic variant of the app icon (#746844, Jakub Steiner)
* Add search support to browser plugin (Carlos Garcia Campos)
* Create popup windows for all markup annotation that can have a
popup associated (#733603, Philipp Reinkemeier)
* Add shortcuts for Continuous and Dual modes (#670964, boisjaune)
* Remove custom search bar implementation and use GtkSearchBar
instead (Carlos Garcia Campos)
Bug fixes:
* Never save n-copies in the persistent print-settings file
(#748549, José Aliste)
* Fix the background color of annotation popup windows (#732211,
Giselle Machado)
Translation updates:
* Daniel (an)
* Khaled Hosny (ar)
* David (ca)
* Marek Černocký (cs)
* Tom Tryfonidis (el)
* Daniel Puentes (eo)
* Daniel Mustieles (es)
* Yosef Or Boczko (he)
* Gabor Kelemen (hu)
* Sveinn í Felli (is)
* Stas Solovey (ru)
|
|
|
|
|
|
This release brings:
- manual page for pdfviewer(1)
- French translation
- improvements to the build system
|
|
|
|
Version 0.26
------------
Released on 2016-01-29.
New features:
* Support the `empty-cells` attribute.
* Respect table, column and cell widths.
Bug fixes:
* `#172: <https://github.com/Kozea/WeasyPrint/issues/172>`_:
Unable to set table column width on tables td's.
* `#151: <https://github.com/Kozea/WeasyPrint/issues/151>`_:
Table background colour bleeds beyond table cell boundaries.
* `#260: <https://github.com/Kozea/WeasyPrint/issues/260>`_:
TypeError: unsupported operand type(s) for +: 'float' and 'str'.
* `#288: <https://github.com/Kozea/WeasyPrint/issues/288>`_:
Unwanted line-breaks in bold text.
* `#286: <https://github.com/Kozea/WeasyPrint/issues/286>`_:
AttributeError: 'Namespace' object has no attribute 'attachments'.
|
|
|
|
700. Will hopefully fix build problems on SunOS:
#error "Compiler or options invalid for pre-UNIX 03 X/Open applications"
Thanks jperkin@ (possible mistakes are mine!).
|
|
Changes:
o Build even without SyncTex
o Children should not fork
o Several fixes and improvements
|
|
Changes:
o Use correct color space
|
|
|
|
The zathura-ps plugin adds PostScript support to zathura by using the
libspectre library.
Packaged in pkgsrc-wip by myself.
|
|
The zathura-pdf-poppler plugin adds PDF support to zathura by using the poppler
rendering engine.
Packaged in pkgsrc-wip by degroote@.
|
|
The zathura-pdf-mupdf plugin adds PDF support to zathura by using the
mupdf rendering library.
Packaged in pkgsrc-wip by myself.
|
|
|
|
zathura is a highly customizable and functional PDF viewer based
on the poppler rendering library and the gtk+ toolkit. The idea
behind zathura is an application that provides a minimalistic and
space saving interface as well as an easy usage that mainly focuses
on keyboard interaction.
Initially packaged in pkgsrc-wip by bodie and updated by degroote@ and myself.
Discussed and ok degroote@.
|
|
CHANGES IN V1.8.2
- Allow disabling dependencies on Ghostscript and Foomatic
(Bug #1342).
- cups-browsed: Optionally generate also local queues pointing
to remote raw queues. Usually only queues pointing to remote
queues with PPD/driver are created (Debian bug #814020,
Debian bug #756724).
|