X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=ChangeLog;h=dbda4371b39d934cbd7e0c23dedb01a998902aea;hb=b59f53187ed898327f3f6a159d523c5fffaa2395;hp=681534ba7597d8f5f0727dc482fc331735a31402;hpb=506235edd54f05ecacf7e9980ac4ee99ad26e307;p=evince.git diff --git a/ChangeLog b/ChangeLog index 681534ba..dbda4371 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,32 @@ +2009-03-19 Christian Persch + + Bug 575085 – titles not translated in the nautilus tab + + * properties/ev-properties-view.c: (set_property): Translate the + categories. + +2009-03-16 Carlos Garcia Campos + + * NEWS: + * configure.ac: + + Updated for release 2.26.0 + +2009-03-05 Tobias Mueller + + * properties/ev-properties-view.c: + (ev_properties_view_format_date): Make the fixed sized string a + semantically correct const char[] instead of a const char* to fix + a compiler warning if built with -Wformat. + ** Fixes bug 574168 + +2009-03-03 Christian Persch + + * libdocument/ev-document-factory.c: + (ev_document_factory_get_document): If the document is encrypted, + the ev_document_factory_get_document() is supposed to return the + document *and* fill in the error. So let's propagate the local error. + 2009-03-02 Carlos Garcia Campos * NEWS: