X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=ChangeLog;h=34716111226429190615334d737561b757c4f045;hb=53495c18d3367b6ddc4cb9bcb398278d711eea6a;hp=c5faf62283175abaef15a73d5667caf6f2d68366;hpb=85c366bda9f25b1249ba8333604eb3e757bc6edf;p=evince.git diff --git a/ChangeLog b/ChangeLog index c5faf622..34716111 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,145 @@ +2005-10-27 Erdal Ronahi + + * configure.ac: Added ku (Kurdish) to ALL_LINGUAS + +2005-10-26 Hubert Figuiere + + * shell/ev-print-job.c: (idle_print_handler): + + Fix for bug Bug 318916: Printing multiple pages. + +2005-10-20 Runa Bhattacharjee + + * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS. + +2005-10-18 Nickolay V. Shmyrev + + * pdf/ev-poppler.cc: + + Thumnail dimensions unified with other backends. + + * shell/ev-window-title.c: (ev_window_title_update): + + Fix warning. + +2005-10-17 Nickolay V. Shmyrev + + * data/ev-stock-zoom-fit-width.png: + + Remove unused file. + +2005-10-17 Nickolay V. Shmyrev + + * configure.ac: + * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save), + (djvu_document_finalize): + * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save), + (dvi_document_finalize): + * pixbuf/pixbuf-document.c: (pixbuf_document_load), + (pixbuf_document_save), (pixbuf_document_finalize): + * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save), + (tiff_document_finalize): + + Save a copy implemented for various backends. + +2005-10-17 Daniel Gryniewicz + + * configure.ac: + + Don't link with ltiff if tiff is disabled. + +2005-10-14 Nickolay V. Shmyrev + + * pdf/GDKSplashOutputDev.cc: + * pdf/GDKSplashOutputDev.h: + * pdf/Thumb.cc: + * pdf/Thumb.h: + * pdf/pdf-document.cc: + * pdf/pdf-document.h: + * pdf/test-gdk-output-dev.cc: + + Remove old unused files. + +2005-10-12 Nickolay V. Shmyrev + + * shell/ev-window.c: (ev_window_setup_document): + + Fixed warnings on reload and probably crash reason. + +2005-10-12 Nickolay V. Shmyrev + + * properties/ev-properties-view.c: + (ev_properties_view_format_date): + + Check if date is invalid. Fix for bug 318134. + +2005-10-02 Wouter Bolsterlee + + * shell/ev-window-title.c: + + Add .indd files (Adobe Indesign) to the list of "bad + extensions". + +2005-10-02 Nickolay V. Shmyrev + + * data/evince-ui.xml: + * shell/ev-window.c: (ev_window_set_view_accels_sensitivity): + + Add KP_Add and KP_Substract bindings. + +2005-09-27 Christian Persch + + * shell/ev-window.c: (launch_link), (launch_external_uri), + (view_external_link_cb): + + URL-escape link before passing it to gnome_vfs_url_show. + +2005-09-27 Carlos Garcia Campos + + * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when + there isn't text selected. + +2005-09-27 Marco Pesenti Gritti + + * shell/ev-view.c: (handle_link_over_xy): + + Check tooltip is valid utf8 before showing it + +2005-09-27 Carlos Garcia Campos + + * shell/ev-view.c: Allow drag and drop of text. Fixes #316772 + +2005-09-27 Christian Persch + + * shell/ev-window-title.c: (ev_window_title_update): + + Guard against using g_strstrip on NULL. Fixes bug #317291. + +2005-09-26 Marco Pesenti Gritti + + * pdf/ev-poppler.cc: + + Show title even for unknown links + +2005-09-26 Marco Pesenti Gritti + + * shell/ev-window-title.c: (ev_window_title_update): + + Strip the title string + +2005-09-26 Marco Pesenti Gritti + + * shell/ev-window-title.c: + + Add .rtf to the bad extensions list + +2005-09-26 Marco Pesenti Gritti + + * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link), + (goto_fitv_link), (goto_fith_link), (goto_xyz_link): + + Ignore link coordinates if they are outside page bounds + 2005-09-26 Marco Pesenti Gritti * backend/ev-link.c: (ev_link_type_get_type),