]> www.fi.muni.cz Git - evince.git/blobdiff - ChangeLog
Do not trust file extensions when getting the command needed to uncompress
[evince.git] / ChangeLog
index 9b3ab874c3f9f9c6904c030fd451d55ad19fee88..5e38e6043d31adcd18ba78170adbeab6c5a87daf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,50 @@
+2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * backend/comics/comics-document.c: (comics_document_load):
+
+       Do not trust file extensions when getting the command needed to
+       uncompress comic documents. Fixes bug #562143.
+       
+2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * libdocument/ev-document-factory.c: (get_document_from_uri),
+       (ev_document_factory_get_document):
+       * libdocument/ev-file-helpers.[ch]: (get_mime_type_from_uri),
+       (get_mime_type_from_data), (ev_file_get_mime_type):
+
+       Move mime-type functions from document-facrory to file-helpers so
+       that it can be reused.
+       
+2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * shell/ev-window.c: (ev_window_load_job_cb), (set_uri_mtime),
+       (window_open_file_copy_ready_cb), (ev_window_reload_local),
+       (reload_remote_copy_ready_cb), (query_remote_uri_mtime_cb),
+       (ev_window_reload_remote), (ev_window_reload_document):
+
+       Add support for reloading remote documents. Fixes bug #555399.
+       
+2008-11-23  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * shell/ev-view.c: (ev_view_find_previous):
+
+       Make sure find_result is never < 0 which causes a crash while
+       searching. Fixes bug #558377.
+       
+2008-11-19  Marek Kašík <mkasik@redhat.com>
+
+       * shell/ev-pixbuf-cache.c (new_selection_surface_needed),
+       (ev_pixbuf_cache_get_selection_surface):
+       
+       Fixes crash on fast scrolling with simultaneous text selection.
+
+2008-11-19  Marek Kašík <mkasik@redhat.com>
+
+       * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_add_jobs_if_needed):
+       * shell/ev-window.c (launch_external_uri):
+       
+       Fixes assertion fail on selecting text. See bug #561393.
+
 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
 
        * shell/Makefile.am: