summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2017-08-29 22:57:26 +0200
committerraveit65 <[email protected]>2017-08-29 22:57:26 +0200
commitf537b005df49234fbc7149b41bc74b149c263482 (patch)
tree70eb52b501a8b823f865de5d56229f1e0a9ac403
parent07c8938c45a73bbcb0790844be13672fb99c57e4 (diff)
downloadatril-f537b005df49234fbc7149b41bc74b149c263482.tar.bz2
atril-f537b005df49234fbc7149b41bc74b149c263482.tar.xz
release 1.19.2v1.19.2
-rw-r--r--NEWS43
-rw-r--r--configure.ac2
2 files changed, 44 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 3956f335..94fffe08 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,46 @@
+### atril 1.19.2
+
+ * Translations update
+ * shell: Check if doc implements Annotations interface before cast
+ * Refreshing annotations' sidebar upon deletion
+ * libdocument: Make ev_mapping_list_remove void
+ * page-cache: Add flags parameter to ev_page_cache_mark_dirty()
+ * pdf: Reset the annotation mapping when there are no more annotations
+ * Add an option to remove annotations to the view popup menu
+ * libview: add ev_view_remove_annotation
+ * pdf: Implement remove_annotation virtual func
+ * libdocument: add ev_mapping_list_remove
+ * libdocument: Add remove_annotation to DocumentAnnotations.
+ * pdf: Make annotation names unique
+ * pdf: Add support for adding other types of annotations
+ * libview: Rename ev_view_set_focused_element and make it public internally
+ * Change the opacity of the annotation window
+ * Change color of annotation window
+ * libview: Grab focus for form fields and links on mouse press
+ * libdocument: Added ev_mapping_list_get
+ * pdf: Add activation link for Fields that have it.
+ * libview: Handle activation link of a Form Field if present
+ * libdocument: Add activation_link to EvFormField struct
+ * ev-properties-licence: don't use deprecated GtkAlignment
+ * libview: : avoid deprecated gtk_adjustment_changed
+ * ev-job-find: mark two methods as skip
+ * ev-jobs: have ev_job_failed_from_error shadow ev_job_failed
+ * libview: add missing transfer and element-type annotations
+ * ev-mapping-list: make a boxed type
+ * libdocument: add missing transfer and element-type annotations
+ * gtk 3.22: avoid deprecated gdk_screen_get_monitor... functions:
+ * avoid gdk_screen_get_primary_monitor/gdk_screen_get_monitor_scale_factor
+ * ev-document-misc.c: avoid deprecated gdk_screen_get_width/height_mm
+ * dvi: Mitigate command injection attacks by quoting filename
+ * mdvi-lib: Fix compilation warning (const-correctness)
+ * libmisc: set width chars for page label
+ * libview: Scroll small pages in non-continuous mode
+ * libview: Enable GDK_SMOOTH_SCROLL events for view
+ * libview: Ctrl+mouse wheel zoom should be pointer-centered, not window-centered
+ * ev-view: Add pan gesture to switch page
+ * ev-view: explicitly require a GtkScrolledWindow as the parent widget
+ * ev-view: Add pinch/zoom gesture to handle document zooming
+
### atril 1.19.1
* sidebar-thumbnails: fix unwanted move to start after fullscreen
diff --git a/configure.ac b/configure.ac
index 6c7a2bea..c4f98234 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@
m4_define([ev_major_version], [1])
m4_define([ev_minor_version], [19])
-m4_define([ev_micro_version], [1])
+m4_define([ev_micro_version], [2])
m4_define([ev_extra_version], [])
m4_define([ev_version], [ev_major_version.ev_minor_version.ev_micro_version()ev_extra_version])