]> www.fi.muni.cz Git - evince.git/blobdiff - ChangeLog
Rework factory functions so they are placed now in a single file
[evince.git] / ChangeLog
index dbc914b3a5ff630f1deab88df9511112467a059e..68b1554a21fc64351f00148b735172abcb8cb084 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,137 @@
+2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * backend/ev-document-factory.c:
+       (ev_document_factory_get_from_mime),
+       (ev_document_factory_get_all_mime_types), (get_document_from_uri),
+       (ev_document_factory_get_document),
+       (file_filter_add_mime_list_and_free),
+       (ev_document_factory_add_filters):
+       * backend/ev-document-factory.h:
+       * properties/ev-properties-main.c: (ev_properties_get_pages):
+       * shell/Makefile.am:
+       * shell/ev-application.c:
+       * shell/ev-job-xfer.c: (ev_job_xfer_run):
+       * shell/ev-window.c: (ev_window_cmd_file_open),
+       (ev_window_cmd_save_as):
+       * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
+       
+       Rework factory functions so they are placed now in a single 
+       file ev-document-factory.c
+
+2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * shell/ev-window.c: (update_chrome_visibility):
+       
+       Fix for the bug 166566 - don't show menubar in fullscreen
+       mode.
+
+2006-03-22  Tommi Vainikainen  <thv@iki.fi>
+
+       * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
+
+2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * shell/ev-view.c: (ev_view_expose_event):
+       
+       More correctly draw loading text when document
+       is empty.
+
+2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * shell/ev-view.c: (ev_view_scroll):
+       
+       Fix for the bug #334854, page down and page up switch
+       pages in presentation mode.
+
+2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * shell/ev-window.c: (ev_window_set_action_sensitive),
+       (ev_window_setup_action_sensitivity), (ev_window_update_actions),
+       (ev_window_set_view_accels_sensitivity),
+       (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
+       (ev_window_cmd_continuous), (ev_window_cmd_dual),
+       (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
+       (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
+       (ev_window_cmd_edit_find), (ev_window_set_page_mode),
+       (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
+       (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
+       (view_actions_focus_in_cb), (ev_window_init):
+       
+       Fix for the bug #333902, now it's possible to search
+       words with slash.
+
+2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
+
+       * configure.ac: Added Breton translation.
+       * po/br.po: Added Breton translation.
+
+2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * shell/ev-window-title (ev_window_title_update):
+
+       Fix memory leak in window title. Fixes bug #333944
+
+2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * shell/ev-metadata-manager.c (parseItem):
+
+       Fix memory leaks. Fixes bug #333945
+
+2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
+       
+       * NEWS, configure.ac, TODO:
+       
+       Update for release 0.5.2.
+
+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):
        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: