]> www.fi.muni.cz Git - evince.git/blobdiff - ChangeLog
Hungarian translation updated.
[evince.git] / ChangeLog
index 038d7156fdab49d22d450d7fb62ebda1395fcaa0..98b5dc52cf5cebb70d915f910ad6368350caa2d1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,126 @@
+2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * shell/ev-view.c: (view_update_range_and_current_page),
+       (page_changed_cb):
+       
+       Don't jump on scrolling, fix for the bug #333127.
+
+2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
+       
+       Scroll by one page in presentation mode. Fix for the bug
+       #332993.
+
+2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
+
+        * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
+
+2006-02-28  Clytie Siddall <clytie@riverland.net.au>
+
+       * configure.ac  Added lv in ALL_LINGUAS line.
+       
+2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
+       
+       * NEWS, configure.ac:
+       
+       Update for release 0.5.1
+
+2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
+
+       * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
+       * backend/ev-document-misc.h:
+       * shell/ev-view.c: (draw_one_page):
+       
+        Clairfy what page the toolbar page number applies to. Fix
+        for the bug #328102.
+
+2006-02-24  Stanislav Slusny <slusnys@gmail.com>
+
+       * shell/ev-view-private.h:
+       * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
+       (ev_view_init), (find_changed_cb), (ev_view_find_previous),
+       (ev_view_search_changed):
+       * shell/ev-view.h:
+       * shell/ev-window.c: (find_bar_search_changed_cb):
+       
+       Dont't jump to find result if window was scrolled during search.
+       Fix for the bug #313266.
+
+2006-02-21  Stanislav Slusny <slusnys@gmail.com>
+
+       * shell/eggfindbar.c: (egg_find_bar_class_init):
+       * shell/eggfindbar.h:
+       * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
+       * shell/ev-view-private.h:
+       * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
+       (ev_view_class_init), (ev_sizing_mode_get_type),
+       (ev_scroll_type_get_type):
+       * shell/ev-view.h:
+       * shell/ev-window.c: (ev_window_cmd_scroll_forward),
+       (ev_window_cmd_scroll_backward), (find_bar_scroll),
+       (ev_window_init):
+       
+       Fix for the bug 319133 - Find entry should allow text scroll.
+
+2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
+
+       * shell/ev-view-private.h:
+       * shell/ev-view.c: (view_update_range_and_current_page),
+       (highlight_find_results), (find_changed_cb), (page_changed_cb),
+       (ev_view_set_document), (update_find_status_message),
+       (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
+       (ev_view_find_previous):
+       
+       Fix for the bug #319137. Search now takes account for scrolling.
+
+2006-02-19  Michael Hofmann <mh21@piware.de>
+
+       * configure.ac:
+       * djvu/Makefile.am:
+       * djvu/djvu-document-private.h:
+       * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
+       (djvu_handle_events), (djvu_document_load), (djvu_document_save),
+       (djvu_document_get_page_size), (djvu_document_render_pixbuf),
+       (djvu_document_can_get_text), (djvu_document_get_text),
+       (djvu_document_document_iface_init),
+       (djvu_document_thumbnails_get_thumbnail),
+       (djvu_document_find_begin), (djvu_document_find_get_n_results),
+       (djvu_document_find_get_result),
+       (djvu_document_find_page_has_results),
+       (djvu_document_find_get_progress), (djvu_document_find_cancel),
+       (djvu_document_find_iface_init):
+       * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
+       (djvu_text_page_selection), (djvu_text_page_limits_process),
+       (djvu_text_page_limits), (djvu_text_page_copy),
+       (djvu_text_page_position), (djvu_text_page_union),
+       (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
+       (djvu_text_page_box), (djvu_text_page_append_text),
+       (djvu_text_page_search), (djvu_text_page_prepare_search),
+       (djvu_text_page_new), (djvu_text_page_free):
+       * djvu/djvu-text-page.h:
+       * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
+       (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
+       (djvu_text_n_results), (djvu_text_has_results),
+       (djvu_text_get_result), (djvu_text_get_progress):
+       * djvu/djvu-text.h:
+       
+       Text search in djvu. Fix for the bug #303415.
+
+2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * configure.ac:
+       * shell/ev-window.c: (ev_window_cmd_save_as):
+       
+       Ask filechooser to confirm overwrite. Fix for the bug #328266.
+       Thanks to Gary Coady <gary@lyranthe.org>
+
+2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * shell/ev-print-job.c: (idle_print_handler):
+       
+       Inverse order printing, bug #320919.
+
 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
 
        * data/evince-toolbar.xml:
        Add keybindings for percision-scrolling of display area. 
        Fix for the bug #314072.
 
-2006-01-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
-
-       * shell/ev-view.c: (add_scroll_binding_keypad),
-       (ev_view_binding_activated), (ev_view_class_init):
-
 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
 
        * data/evince.desktop.in.in: