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-02-25 11:37:10 (GMT)
committer Marco Pesenti Gritti <marco@src.gnome.org>2005-02-25 11:37:10 (GMT)
commit234d659fb1055987ee227333b07138f78179a7e6 (patch)
tree8b1aefd97a80ddd373c2dff83cad1192382a7890 /ChangeLog
parentd4e3d8364345a6b8ab0ee4fff2bfbf57402aa7e8 (diff)
In get_page_size deal with rotation. Also cleanup the function a bit.
2005-02-25 Marco Pesenti Gritti <marco@gnome.org> * pdf/xpdf/pdf-document.cc: In get_page_size deal with rotation. Also cleanup the function a bit.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3e8a094..fe81762 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,13 @@
* pdf/xpdf/pdf-document.cc:
+ In get_page_size deal with rotation. Also
+ cleanup the function a bit.
+
+2005-02-25 Marco Pesenti Gritti <marco@gnome.org>
+
+ * pdf/xpdf/pdf-document.cc:
+
Fix crash when opening in new window
2005-02-25 Marco Pesenti Gritti <marco@gnome.org>