X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=ChangeLog;h=8ea65e02fee9c6978c23696e8a0a6ba06fad0501;hb=b7616057500ca0186274364befbdb72b06dfe7fb;hp=ec08c50c16a08686d9947d353e0bfbf580d7c80e;hpb=20bac8406dacba5512f116c91ab21b0ad20fabf5;p=evince.git diff --git a/ChangeLog b/ChangeLog index ec08c50c..8ea65e02 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,126 @@ +2005-02-07 Jordi Mallach + + * configure.ac (ALL_LINGUAS): Added "ca" (Catalan). + +2005-02-04 Marco Pesenti Gritti + + * NEWS: + * configure.ac: + * shell/ev-view.c: + + Add another check for find interface + + Release 0.1.3 + +2005-02-04 Marco Pesenti Gritti + + * shell/ev-application.c: (ev_application_open): + * shell/ev-window.c: (ev_window_open): + + Open gzipped ps documents + +2005-02-04 Marco Pesenti Gritti + + * TODO: + * shell/ev-view.c: (set_document_page): + + Clamp page number, dont try to move to + not existant pages. + +2005-02-04 Marco Pesenti Gritti + + * backend/ev-document-find.c: (ev_document_find_changed): + * backend/ev-document-find.h: + * pdf/xpdf/pdf-document.cc: + * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document): + * shell/ev-window.c: (find_bar_search_changed_cb): + + Fix several bugs with find + +2005-02-04 Martin Kretzschmar + + * shell/ev-sidebar-thumbnails.c + (ev_sidebar_thumbnails_select_page): do nothing unless we have a + document. Prevents warning from scroll_to_cell. + +2005-02-02 Kjartan Maraas + + * configure.ac: Add «nb» to ALL_LINGUAS too. + +Wed Feb 2 21:13:11 2005 Jonathan Blandford + + * NOTES: New file with some random thoughts. + + * TODO: Update. + + * backend/ev-document-misc.c: + (ev_document_misc_get_page_border_size): New function to + canonicalize shadow drawing sizes. Possibly goofy. + + * shell/ev-view.c: (ev_view_size_request), (set_document_page), + (ev_view_best_fit), (ev_view_fit_width): + * pdf/xpdf/pdf-document.cc: + * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size): + * ps/ps-document.c: (ps_document_get_page_size): + * backend/ev-document-misc.h: + * backend/ev-document.c: (ev_document_get_page_size): + * backend/ev-document.h: get_page_size now takes a page number + parameter. Made all the backends/frontends honor it. + + * data/evince-ui.xml: Added a multiple-page mode. Uncomment to + see. Doesn't work yet. + + * shell/Makefile.am: + * shell/ev-page-view.[ch]: New multi-page view. Really rough. + Doesn't do anything yet. + + * shell/ev-sidebar-thumbnails.c: + (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of + [0..n_pages-1] + + * shell/ev-window.c: (update_action_sensitivity), + (ev_window_setup_document), (ev_window_set_page_mode), + (ev_window_page_mode_cb), (ev_window_init): Clean up the + view-swapping code a bit so we can have multiple views on a + document. Add the multi-page view, though it can't be turned on + yet. + +2005-02-01 Marco Pesenti Gritti + + * shell/ev-application.c: (ev_application_open): + * shell/ev-view.c: (expose_bin_window): + * shell/ev-window.c: (ev_window_open): + + Support eps and check document supports find + before drawing highlightings in expose. + +2005-01-13 Jeff Muizelaar + + * pixbuf/pixbuf-document.c: + (pixbuf_document_thumbnails_get_dimensions), + (pixbuf_document_document_thumbnails_iface_init): + + implement get_dimensions + +2005-02-01 Marco Pesenti Gritti + + * NEWS: + * configure.ac: + + Release 0.1.2 + +2005-01-30 Marco Pesenti Gritti + + * shell/ev-view.c: (set_document_page): + + Scroll at the top of the page when changing page + +2005-01-30 Marco Pesenti Gritti + + * shell/ev-view.c: (ev_view_motion_notify_event): + + Do not redraw unnecessarily + 2005-01-30 Marco Pesenti Gritti * pdf/xpdf/pdf-document.cc: