X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=ChangeLog;h=035149370b31111124e1dec6215a27afb8af1a16;hb=d8f0b1595b755a8bcd1b11fb8b1c64c9f4b7caba;hp=56d3a40a5c8aab4cbed7993afaf85f3cadaafc95;hpb=7119bcd8d46f21d20e55deeba2e0f9b7fa4737ef;p=evince.git diff --git a/ChangeLog b/ChangeLog index 56d3a40a..03514937 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,35 @@ +2008-07-20 Carlos Garcia Campos + + * shell/ev-window.c: (find_bar_visibility_changed_cb): + + Restart the job search when the find bar is opened for the second + time. Fixes bug #531956. + +2008-07-20 Carlos Garcia Campos + + * libdocument/ev-document-factory.c: (get_mime_type_from_data), + (get_document_from_uri): + + Make sure we always return a valid error struct when + get_document_from_uri fails. Fixes nautilus crash, see bug + #542548. + +2008-07-15 Darren Kenny + + * libdocument/ev-transition-effect.c + (ev_transition_effect_type_get_type), + (ev_transition_effect_alignment_get_type), + (ev_transition_effect_direction_get_type): + + Fixes bug #542924. Makes enums static to fix Solaris build. + +2008-07-13 Carlos Garcia Campos + + * shell/ev-view.c: (ev_view_key_press_event): + + Add '.' keybinding for blanking the screen in presentation + mode. Fixes bug #542001. + 2008-07-13 Carlos Garcia Campos * libdocument/ev-document-misc.c: