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 <marco@gnome.org>2005-01-03 18:18:57 (GMT)
committer Marco Pesenti Gritti <marco@src.gnome.org>2005-01-03 18:18:57 (GMT)
commit81ab197b294eaaba8b6b99bf2c259c5adb1e2251 (patch)
treea46eb3b64bd16e26c890e8990cb3fe9c1d18b0f2 /ChangeLog
parentf53f3523ebc7a082eb8a1c046cee836b67696912 (diff)
Fix document title bugs and fallback to filename when not available.
2005-01-03 Marco Pesenti Gritti <marco@gnome.org> * backend/ev-document.c: (ev_document_class_init): * pdf/xpdf/pdf-document.cc: * shell/ev-window.c: (ev_window_open): Fix document title bugs and fallback to filename when not available.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1ce27d4..cb92d36 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2005-01-03 Marco Pesenti Gritti <marco@gnome.org>
+ * backend/ev-document.c: (ev_document_class_init):
+ * pdf/xpdf/pdf-document.cc:
+ * shell/ev-window.c: (ev_window_open):
+
+ Fix document title bugs and fallback to
+ filename when not available.
+
+2005-01-03 Marco Pesenti Gritti <marco@gnome.org>
+
* backend/ev-document.c: (ev_document_get_type),
(ev_document_class_init), (ev_document_load),
(ev_document_get_title):