]> www.fi.muni.cz Git - evince.git/blobdiff - ChangeLog
Updated Danish translation
[evince.git] / ChangeLog
index a0fa0fc552f374f984a95c40ce502356fd98b986..8cd1d17c93624bd078207b5ee7e186468476e3c8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,35 @@
+2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
+
+       * 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  <carlosgc@gnome.org>
+
+       * 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  <carlosgc@gnome.org>
+
+       * shell/ev-view.c: (ev_view_form_field_choice_changed):
+
+       Fix a crash when a choice form field doesn't have any item
+       selected. Fixes bug #518831
+       
+2008-02-25  Alexander Larsson  <alexl@redhat.com>
+
+       * shell/ev-window.c (ev_window_clear_temp_file):
+       Use g_file_has_prefix instead of renamed
+       g_file_contains_file.
+
+       * configure.ac:
+       Require new glib for above change.
+       
 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
 
        * libdocument/ev-image.c: (ev_image_finalize),