]> www.fi.muni.cz Git - evince.git/blobdiff - ChangeLog
Updated German translation.
[evince.git] / ChangeLog
index b190b63f8c11dbe266249f0c85ec0e639c9c3a01..6de5f7421b94fcb0d38cfeb8cf8f812d2a4d195b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,73 @@
+2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
+
+       * TODO: added one more TODO item and a TODONE section :)
+
+2005-01-21  Martin Kretzschmar  <martink@gnome.org>
+
+       * ps/ps-document.h: add page_[xy]_offset fields.
+
+       * ps/ps-document.c (ps_document_set_page_offset)
+       (ps_document_render): Keep offset in consideration in a few
+       places. Bug #164752 "postscript documents are not centered in
+       window"
+
+       * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
+       s/gpdf/evince/. Spotted by Stephane Loeuillet.
+
+       * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
+       (pixbuf_document_get_text, pixbuf_document_document_iface_init):
+       stub out missing methods for complete EvDocument implementation.
+       Fixes segfaults with Save A Copy and Copy actions.
+
+       * ps/ps-document.c (ps_document_save, ps_document_get_text) 
+       (ps_document_document_iface_init): ditto.
+       
+2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
+
+       * data/.cvsignore:
+       * data/Makefile.am:
+       * data/evince.desktop.in:
+
+       Add desktop file
+
+2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
+
+       * shell/ev-view.c: (ev_view_button_press_event),
+       (ev_view_motion_notify_event):
+
+       Make selection work in any direction
+
+2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
+
+       * TODO:
+       * shell/ev-window.c: (set_short_labels), (ev_window_init):
+
+       Use shorter labels for some of the toolbars items
+
+2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
+
+       * pdf/xpdf/pdf-document.cc:
+
+       Check the links info is initialized before
+       using it. Should fix a crash on startup.
+
+2005-01-21  Martin Kretzschmar  <martink@gnome.org>
+
+       * pixbuf/pixbuf-document.c
+       (pixbuf_document_thumbnails_get_dimensions): force floating point
+       division to calculate page_ratio. Fixes crash with landscape
+       format pixbufs.
+
+Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
+
+       * shell/ev-view.c (ev_view_realize): make the bg color darker.
+
 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
 
        * shell/ev-view.c (set_document_page): unset has_selection when
        the page changes.
+       (set_document_page): handle paper size changes when the page
+       changes (test with Free Culture, page 2).
 
 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>