Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2005-05-08 18:26:01 (GMT)
committer Marco Pesenti Gritti <marco@src.gnome.org>2005-05-08 18:26:01 (GMT)
commita5e3f1314e7e27fb0e765b3b9b8e1deb92c7c536 (patch)
tree877ee4110e50389f75507166a092d0a9c0049d51 /ChangeLog
parentb9898930ba07edc66523a753de8dd5a4f69703dd (diff)
Change api to lookup from uri. Do fast lookup first, if the type is
2005-05-08 Marco Pesenti Gritti <mpg@redhat.com> * shell/ev-document-types.c: (get_slow_mime_type), (get_document_type_from_mime), (ev_document_type_lookup): * shell/ev-document-types.h: Change api to lookup from uri. Do fast lookup first, if the type is unknown try with data sniffing. * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list): * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get): Adapt to api change
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6458ceb..c5d4f22 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2005-05-08 Marco Pesenti Gritti <mpg@redhat.com>
+
+ * shell/ev-document-types.c: (get_slow_mime_type),
+ (get_document_type_from_mime), (ev_document_type_lookup):
+ * shell/ev-document-types.h:
+
+ Change api to lookup from uri. Do fast lookup first, if the
+ type is unknown try with data sniffing.
+
+ * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
+ * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
+
+ Adapt to api change
+
2005-05-07 Marco Pesenti Gritti <mpg@redhat.com>
* thumbnailer/Makefile.am: