X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=ChangeLog;h=8cd1d17c93624bd078207b5ee7e186468476e3c8;hb=f51872613abaaa42c716e2fe6a2e4695c529dc4b;hp=41c94bb6216d79b303b6bd01a3b18d634dab197a;hpb=d1b42341039d4e26cf299c2fc50d36cd18760011;p=evince.git diff --git a/ChangeLog b/ChangeLog index 41c94bb6..8cd1d17c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +2008-02-29 Carlos Garnacho + + * shell/ev-transition-animation.[ch] (ev_transition_animation_ready): + Added. Returns whether the animation has everything necessary to run. + * shell/ev-view.c (ev_view_expose_event): Do not assume the animation + is ready just because it's been created. Fixes #519106. + (draw_one_page): Do not show the "Loading..." text in presentation + mode, there was a slim probability that this could happen. + +2008-02-27 Carlos Garcia Campos + + * libdocument/ev-document-factory.c: (get_mime_type_from_uri): + + Duplicate mime_type string before freeing it so that it doesn't + always fail when getting mime type from uri. Fixes bug #518874. + 2008-02-27 Carlos Garcia Campos * shell/ev-view.c: (ev_view_form_field_choice_changed):