X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=ChangeLog;h=7bf9da2f5a05c618ddf0daaadfeee35f5ac74c68;hb=4b77c0328f6ae40dbb7b56cc678e89e60ff27240;hp=47a6dcc9ead9232bc22cc82aed3b06dd1304e445;hpb=9ab501f7ddc9df9a2904f88602146261d6f7dcae;p=evince.git diff --git a/ChangeLog b/ChangeLog index 47a6dcc9..7bf9da2f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,48 @@ +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