Skip to content

Commit

Permalink
release: 3.17.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Garcia Campos committed Jun 22, 2015
1 parent 3439819 commit 877a0d6
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 1 deletion.
35 changes: 35 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,38 @@
================
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
================
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

m4_define([ev_major_version],[3])
m4_define([ev_minor_version],[17])
m4_define([ev_micro_version],[2])
m4_define([ev_micro_version],[3])
m4_define([ev_extra_version],[])
m4_define([ev_version],[ev_major_version.ev_minor_version.ev_micro_version()ev_extra_version])

Expand Down

0 comments on commit 877a0d6

Please sign in to comment.