X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=ChangeLog;h=f90335244ae77e7c9f81e7908b4f045fb791117f;hb=a50ca0528a09e8e001c4600371048774e4029057;hp=689ab7bc7782c971f4203f9ad3c8f8fa29882081;hpb=4300adb2c68416fe4302c6ee77f50a2735c7aa8d;p=evince.git diff --git a/ChangeLog b/ChangeLog index 689ab7bc..f9033524 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,57 @@ +2005-06-28 Nickolay V. Shmyrev + + * 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 + + * configure.in (ALL_LINGUAS): Added sk. + +2005-06-24 Carlos Garcia Campos + + * shell/ev-window.c: Make rotate menu entries unsensitive if there is + not a document open + +2005-06-24 Marco Pesenti Gritti + + * NEWS: + * configure.ac: + + Release 0.3.2 + + * cut-n-paste/recent-files/Makefile.am: + + Fix make distcheck + +2005-06-24 Marco Pesenti Gritti + + * 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 + + * pdf/ev-poppler.cc: + + Enable rotation, require poppler cvs. Fix a leak. + 2005-06-24 Nickolay V. Shmyrev * shell/ev-window.c: (update_action_sensitivity):