summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-01-04 13:48:25 +0100
committerraveit65 <[email protected]>2018-01-04 13:48:25 +0100
commitc4191c00fe6cd98c8f80bc0ecc6c4229806696dc (patch)
tree94764f18ce727ba8faba7f17cbc15fbd03a56839
parentafa049a1d5adb37cef6f68496d67f5dbe8dbc5f0 (diff)
downloadatril-c4191c00fe6cd98c8f80bc0ecc6c4229806696dc.tar.bz2
atril-c4191c00fe6cd98c8f80bc0ecc6c4229806696dc.tar.xz
release 1.19.6v1.19.6
-rw-r--r--NEWS79
-rw-r--r--configure.ac2
2 files changed, 44 insertions, 37 deletions
diff --git a/NEWS b/NEWS
index c15b3aba..a988db17 100644
--- a/NEWS
+++ b/NEWS
@@ -1,41 +1,48 @@
+### atril 1.19.6
+
+ * Translations update
+ * Revert "libview: Update the current page also when pending scroll is to find a location"
+ * previewer: add style class atril-previewer-window
+ * WidthOfScreen and HeightOfScreen implementation
+
### atril 1.19.5
- sync with transifex
- shell: show caret navigation in menu
- ev-link-accessible: Improve efficiency of methods to get start and end indices
- Expose form fields as AtkObject children of the page
- Expose images as AtkObject children of the page
- Expose links as AtkObject children of the page
- ev-view-accessible: Add a method to determine if a given doc rect is showing
- ev-page-cache: Add method to check if a given page has been cached
- libview: Update the caret cursor when jumping to a find result
- libview: Update ATK_STATE_SHOWING when the visible page range changes
- libview: Implement AtkComponent for pages
- libview: Fix shift+click text selection
- a11y: ensure text cached when you request an EvPageAccessible
- a11y: managing atk states on EvPageAccessible
- a11y: add if applies ATK_RELATION_FLOWS_TO/FROM on EvPageAccessible
- a11y: move AtkHyperText implementation from EvViewAccessible to EvPageAccessible
- a11y: move AtkText implementation from EvViewAccessible to EvPageAccessible
- a11y: expose EvPageAccessible as children of EvViewAccessible
- a11y: new EvPageAccessible
- libview: Fix some broken aspects EvViewAccessible text support
- libview: Take caret navigation into account when getting AtkHyperlink indices
- a11y: cleaning implementation for atk_text_get_caret_offset
- a11y: fixing implementation for atk_text_set_caret_offset
- view: set_caret_cursor_position should emit "cursor-moved" if applies
- Remove support for deprecated atk_text_get_text_{before,after}_offset()
- a11y: implement AtkDocument on EvViewAccessible
- a11y: with caret navigation enabled, accessibility current page is cursor page
- ev-view-accessible: call document_changed_cb when setting the model
- Some text fixes for caret message area
- ev-view-accessible: Fix a crash in ev_view_accessible_get_link
- ev-view-accessible: Clear the cached data when the current page
- shell: remove view_actions_focus_out_cb
- shell: Remove ev_window_set_view_accels_sensitivity
- shell: forward accels to the focused widget
- Use a global array for view accel action
- fix crash when selecting text in djvu documents
+ * Translations update
+ * shell: show caret navigation in menu
+ * ev-link-accessible: Improve efficiency of methods to get start and end indices
+ * Expose form fields as AtkObject children of the page
+ * Expose images as AtkObject children of the page
+ * Expose links as AtkObject children of the page
+ * ev-view-accessible: Add a method to determine if a given doc rect is showing
+ * ev-page-cache: Add method to check if a given page has been cached
+ * libview: Update the caret cursor when jumping to a find result
+ * libview: Update ATK_STATE_SHOWING when the visible page range changes
+ * libview: Implement AtkComponent for pages
+ * libview: Fix shift+click text selection
+ * a11y: ensure text cached when you request an EvPageAccessible
+ * a11y: managing atk states on EvPageAccessible
+ * a11y: add if applies ATK_RELATION_FLOWS_TO/FROM on EvPageAccessible
+ * a11y: move AtkHyperText implementation from EvViewAccessible to EvPageAccessible
+ * a11y: move AtkText implementation from EvViewAccessible to EvPageAccessible
+ * a11y: expose EvPageAccessible as children of EvViewAccessible
+ * a11y: new EvPageAccessible
+ * libview: Fix some broken aspects EvViewAccessible text support
+ * libview: Take caret navigation into account when getting AtkHyperlink indices
+ * a11y: cleaning implementation for atk_text_get_caret_offset
+ * a11y: fixing implementation for atk_text_set_caret_offset
+ * view: set_caret_cursor_position should emit "cursor-moved" if applies
+ * Remove support for deprecated atk_text_get_text_{before,after}_offset()
+ * a11y: implement AtkDocument on EvViewAccessible
+ * a11y: with caret navigation enabled, accessibility current page is cursor page
+ * ev-view-accessible: call document_changed_cb when setting the model
+ * Some text fixes for caret message area
+ * ev-view-accessible: Fix a crash in ev_view_accessible_get_link
+ * ev-view-accessible: Clear the cached data when the current page
+ * shell: remove view_actions_focus_out_cb
+ * shell: Remove ev_window_set_view_accels_sensitivity
+ * shell: forward accels to the focused widget
+ * Use a global array for view accel action
+ * fix crash when selecting text in djvu documents
### atril 1.19.4
diff --git a/configure.ac b/configure.ac
index 50cafbc1..e0ec91eb 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], [5])
+m4_define([ev_micro_version], [6])
m4_define([ev_extra_version], [])
m4_define([ev_version], [ev_major_version.ev_minor_version.ev_micro_version()ev_extra_version])