]> www.fi.muni.cz Git - evince.git/blobdiff - ChangeLog
Hungarian translation updated.
[evince.git] / ChangeLog
index ac98d2b13d18b8e8f41e8c3858649642683250c8..98b5dc52cf5cebb70d915f910ad6368350caa2d1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,249 @@
+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:
+       * shell/ev-window.c:
+       
+       Allow to add sidebar checkbutton on toolbar. Fix
+       for the bug #144577.
+
+2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
+       
+       Add checks that have sense for empty ps document.
+
+2006-02-15  Luca Ferretti <elle.uca@libero.it>
+
+       * configure.ac: Include PS in mime types list. 
+
+2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * configure.ac:
+       * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
+       * ps/gsdefaults.h:
+       * ps/ps-document.c: (start_interpreter), (ps_document_load):
+       
+       Runtime check for gs interpreter. Fix for the bug #320868.
+       Thanks to Antoine Dopffer antoine.dopffer@free.fr
+
+2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * shell/ev-application.c: 
+
+       Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
+       dbus>=0.60, so that the request is not queued. 
+
+2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * configure.ac:
+       * shell/Makefile.am:
+       * shell/ev-sidebar-links.c: (print_section_cb):
+       * shell/ev-utils.c:
+       * shell/ev-utils.h:
+       * shell/ev-window.c: (update_action_sensitivity),
+       (ev_window_close_dialogs), (ev_window_print):
+       * shell/ev-window.h:
+       
+       Make printing support optional. Patch from Eduardo de Barros Lima
+       <eduardo.lima@indt.org.br> for the bug #330546.
+
+2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * shell/ev-view-private.h:
+       * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
+       (ev_view_set_document):
+       * shell/ev-view.h:
+       * shell/ev-window.c: (ev_window_load_job_cb),
+       (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
+       (ev_window_init):
+
+       Draw Loading message during xfer job. Fix for the bug #329495.
+
+2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * comics/comics-document.c: (comics_regex_quote),
+       (comics_document_load), (extract_argv):
+       
+       Correcly quote regexp before passing it to unzip.
+
+2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * shell/ev-page-cache.c: (build_height_to_page),
+       (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
+       (ev_page_cache_get_dual_even_left):
+       * shell/ev-page-cache.h:
+       * shell/ev-view.c: (view_update_range_and_current_page),
+       (get_page_y_offset), (get_page_extents):
+       
+       Place even pages to the left if document has less then
+       two pages. Fix for the bug #328856.
+
+2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * thumbnailer/evince-thumbnailer-comics.schemas.in:
+       
+       Correct comics scheme. This make evince create thumbnails
+       for comic books. Fix for the bug 329088.
+
+2006-01-31  Christopher Aillon  <caillon@redhat.com>
+
+       * data/evince-password.glade: Don't explicitly set
+       invisible_char to the current default value in case
+       the default changes; let GTK+ do its magic.
+
+2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
+       real filename to tmp filename since often document
+       type is determined by extension.
+
+2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
+
+       * shell/ev-view.c: (add_scroll_binding_keypad),
+       (ev_view_binding_activated), (ev_view_class_init):
+       
+       Add keybindings for percision-scrolling of display area. 
+       Fix for the bug #314072.
+
+2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * data/evince.desktop.in.in:
+       
+       Add GTK to the list of categories. Fix for the bug #328034.
+
+2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * shell/ev-application.c: (ev_application_shutdown),
+       (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
+       * shell/ev-application.h:
+       * shell/ev-window.c: (file_open_dialog_response_cb),
+       (ev_window_cmd_file_open):
+       
+       Save last uri in file chooser dialog. Fix for the bug #327950.
+
 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
 
        * NEWS: