X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=ChangeLog;h=7ee759cb1377aa9c3b2e2e148101551a79bcfaa0;hb=5bde54f8810020217366ec3e9a64b44b4f6ee3c6;hp=c50966d8f52eecd70fc47eecf24b9a06f8603682;hpb=e88fdc41fa5cec99684fdef7d7063c67a8eb917f;p=evince.git diff --git a/ChangeLog b/ChangeLog index c50966d8..7ee759cb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,41 @@ +2005-01-26 Marco Pesenti Gritti + + * configure.ac: + * pdf/splash/SplashFTFontEngine.cc: + + Fix CID fonts with freetype 2.1.9 + +2005-01-26 Bryan Clark + + * TODO: added item for desktop icon thumbnailer + +Tue Jan 25 00:59:34 2005 Jonathan Blandford + + * 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 + + * NEWS: + * configure.ac: + * data/Makefile.am: + + Release 0.1.1 + 2005-01-23 Stephane LOEUILLET + * 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