X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=ChangeLog;h=55b163bd782bca12688f5e778293c90ed00225a3;hb=83fb195a6bc9e15c5002d73291b9f3c42b6b150a;hp=b3b43de9f09cc07bcbfcfe91e195caa0b595221b;hpb=3df5c48510b62c962b38b0ae663ae437b018d67e;p=evince.git diff --git a/ChangeLog b/ChangeLog index b3b43de9..55b163bd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,181 @@ +2005-10-30 Nickolay V. Shmyrev + + * shell/ev-window.c: (ev_window_finalize): + + Fix double free that cause crash. + +2005-10-29 Bastien Nocera + + * tiff/tiff-document.c: (tiff_document_load): + + Fix memory leak. + +2005-10-29 Nickolay V. Shmyrev + + * po/POTFILES.in: + * shell/Makefile.am: + * shell/ev-view-accessible.c: (ev_view_accessible_get_priv), + (ev_view_accessible_free_priv), (ev_view_accessible_class_init), + (ev_view_accessible_get_text), + (ev_view_accessible_get_character_at_offset), + (ev_view_accessible_get_text_before_offset), + (ev_view_accessible_get_text_at_offset), + (ev_view_accessible_get_text_after_offset), + (ev_view_accessible_get_character_count), + (ev_view_accessible_get_caret_offset), + (ev_view_accessible_set_caret_offset), + (ev_view_accessible_get_run_attributes), + (ev_view_accessible_get_default_attributes), + (ev_view_accessible_get_character_extents), + (ev_view_accessible_get_offset_at_point), + (ev_view_accessible_get_n_selections), + (ev_view_accessible_get_selection), + (ev_view_accessible_add_selection), + (ev_view_accessible_remove_selection), + (ev_view_accessible_set_selection), + (ev_view_accessible_text_iface_init), + (ev_view_accessible_idle_do_action), + (ev_view_accessible_action_do_action), + (ev_view_accessible_action_get_n_actions), + (ev_view_accessible_action_get_description), + (ev_view_accessible_action_get_name), + (ev_view_accessible_action_set_description), + (ev_view_accessible_action_iface_init), + (ev_view_accessible_get_type), (ev_view_accessible_new), + (ev_view_accessible_factory_get_accessible_type), + (ev_view_accessible_factory_create_accessible), + (ev_view_accessible_factory_class_init), + (ev_view_accessible_factory_get_type): + * shell/ev-view-accessible.h: + * shell/ev-view-private.h: + * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init): + * shell/ev-view.h: + + Initial accessibility support. + +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):