X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=ChangeLog;h=8ad2d0125045deea5b8f741fca3db65c4326fdde;hb=fe21f04fe7b9eee2aa5cd960a7cc70c79481265e;hp=e6ee0d1335a1ede5fa4995a557d56272d49d3758;hpb=a4a3a2301361cb6a71e1b127e8e43589f2749105;p=evince.git diff --git a/ChangeLog b/ChangeLog index e6ee0d13..8ad2d012 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,51 @@ +2006-04-09 Wouter Bolsterlee + + * configure.ac: Award myself the "useless use of cat" award. + +2006-04-09 Wouter Bolsterlee + + * po/LINGUAS: New file listing all supported languages. + + * configure.in: Use po/LINGUAS instead of including all languages + directly in this file. See the wiki for more information: + http://live.gnome.org/GnomeGoals/PoLinguas + +2006-04-06 Carlos Garcia Campos + + * backend/ev-document-factory.c: + + Do not load the document twice when there isn't errors + +2006-04-03 Carlos Garcia Campos + + * backend/ev-attachment.c: + + Fix a crash when there isn't a default application to open an + attachment + +2006-04-03 Carlos Garcia Campos + + * backend/ev-attachment.[ch]: + * shell/ev-attachment-bar.[ch]: + + Added missing files. + +2006-04-03 Carlos Garcia Campos + + * backend/Makefile.am: + * data/evince-ui.xml: + * backend/ev-attachment.[ch]: + * backend/ev-document.[ch]: (ev_document_has_attachments), + (ev_document_get_attachments): + * pdf/ev-poppler.cc: (pdf_document_has_attachments), + (attachment_save_to_buffer), (pdf_document_get_attachments), + (pdf_document_document_iface_init): + * shell/Makefile.am: + * shell/ev-attachment-bar.[ch]: + * shell/ev-window.c: + + Add support for PDF attachments. Fixes bug #325143 + 2006-04-03 Nickolay V. Shmyrev * backend/ev-document-factory.c: (get_document_from_uri),