]> www.fi.muni.cz Git - evince.git/blobdiff - ChangeLog
Fix for Bug 309080: crash on window close.
[evince.git] / ChangeLog
index 689ab7bc7782c971f4203f9ad3c8f8fa29882081..f90335244ae77e7c9f81e7908b4f045fb791117f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,57 @@
+2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * pdf/ev-poppler.cc:
+       
+       Fix for Bug 309080: crash on window close.
+       
+       * shell/ev-page-action.c: (page_changed_cb):
+       
+       Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
+       jensgr@gmx.net (Jens Granseuer).
+
+2005-06-25  Marcel Telka  <marcel@telka.sk>
+
+       * configure.in (ALL_LINGUAS): Added sk.
+
+2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * shell/ev-window.c: Make rotate menu entries unsensitive if there is
+       not a document open
+
+2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
+
+       * NEWS:
+       * configure.ac:
+
+       Release 0.3.2
+
+       * cut-n-paste/recent-files/Makefile.am:
+
+       Fix make distcheck
+
+2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
+
+       * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
+       (pixbuf_document_set_orientation), (rotate_pixbuf),
+       (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
+       (pixbuf_document_document_iface_init), (pixbuf_document_init):
+
+       Implement rotation and cleanup the code a bit.
+
+       * tiff/tiff-document.c: (tiff_document_get_page_size),
+       (tiff_document_get_orientation), (tiff_document_set_orientation),
+       (rotate_pixbuf), (tiff_document_render_pixbuf),
+       (tiff_document_document_iface_init), (tiff_document_init):
+
+       Implement rotation. Was the quicker solution for the release
+       but we really need to share this code in the shell.
+
+2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
+
+       * pdf/ev-poppler.cc:
+
+       Enable rotation, require poppler cvs. Fix a leak.
+
 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
 
        * shell/ev-window.c: (update_action_sensitivity):