Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 17 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4b20650..d7fdf66 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,27 @@
2005-06-14 Marco Pesenti Gritti <mpg@redhat.com>
+ * ps/gstypes.h:
+ * ps/ps-document.c: (ps_document_init), (get_page_orientation),
+ (ps_document_set_orientation), (ps_document_document_iface_init):
+ * ps/ps-document.h:
+
+ Implement orientation here too
+
+ * shell/ev-properties.c: (ev_properties_new):
+ * data/evince-properties.glade:
+
+ Hide the fonts page for backends that doesnt
+ support it.
+
+2005-06-14 Marco Pesenti Gritti <mpg@redhat.com>
+
* backend/ev-document.c: (ev_document_set_orientation):
* backend/ev-document.h:
* pdf/ev-poppler.cc:
Add orientation api. Currently poppler api is not optimal,
- we need to set orientation every time we _get a page
+ we need to set orientation every time we _get a page.
+ I will try to fix that at some point.
* data/evince-ui.xml:
* shell/ev-window.c: (ev_window_cmd_edit_landscape),