]> www.fi.muni.cz Git - evince.git/blobdiff - ChangeLog
Updated German translation.
[evince.git] / ChangeLog
index ca4c08d2e35ae2e3135d570bc0bbd3318eac0fe5..33f83253e3cae90249ae8ba13b4f2f94015c8351 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,94 @@
+2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
+
+       * TODO: added item for desktop icon thumbnailer
+
+Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
+
+       * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
+       unloaded docs when the title is accessed.
+
+       * shell/ev-password-view.[hc]: New widget for displaying password
+       state.
+
+       * shell/ev-window.[ch]: Refactor password handling code to handle
+       the new view.
+
+2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
+
+       * NEWS:
+       * configure.ac:
+       * data/Makefile.am:
+
+       Release 0.1.1
+
+2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
+
+       * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
+       ignore page offset here, to make search results independent of it,
+
+       * shell/ev-view.c (expose_bin_window): but take offsets into
+       account here. Bug #164932
+
+       * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
+       scale at the right time. Bug #164996
+
+2005-01-22  Martin Kretzschmar  <martink@gnome.org>
+
+       * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
+       fix the problem. Now I just removed the Adobe font names and hope
+       that the URW fonts are always in outline format. Bug #164934
+
+       * shell/ev-window.c (update_window_title): empty titles are
+       useless, use filename in that case too.
+
+       * NEWS: Add some content.
+
+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: