X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=ChangeLog;h=182e3828622e1fd516c137a330c75757bafab505;hb=1d8612cf9fa4348ad27e06b38d9c21d38d31c94a;hp=6882d41333a923bacf51d41f53fc56edaa1d20dd;hpb=496dac3760529669c8d4fa2e32e1797b092e7632;p=evince.git diff --git a/ChangeLog b/ChangeLog index 6882d413..182e3828 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,68 @@ +Tue Dec 21 20:28:11 2004 Jonathan Blandford + + * Makefile.am (SUBDIRS): move shell. + +Tue Dec 21 19:28:55 2004 Owen Taylor + + * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from + .a to libtool convenience libraries. + + * shell/ev-window.c (ev_window_open): Hard code loading + a PDF document. + + * backend/ev-document.h: Add a boolean return to load(), + fix GError * to GError **. + + * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub + object for a PDF backend EvDocument. + +Tue Dec 21 18:55:06 2004 Søren Sandmann + + * dvi/*: New directory with the beginning of a .dvi backend. + +2004-12-21 Havoc Pennington + + * shell/eggfindbar.c (egg_find_bar_init): change buttons to + previous/next instead of back/forward + +Tue Dec 21 18:26:24 2004 Owen Taylor + + * backend/ev-document.[ch]: Fix a couple of problems so + it compile. + +Tue Dec 21 18:20:40 2004 Owen Taylor + + * viewer/* backend/* configure.ac Makefile.am: Move viewer directory + to backend/ directory, rename EvViewer to EvDocument. + +2004-12-21 Havoc Pennington + + * shell/ev-window.c: hook up the find bar widget; now we just need + a document to find things in + + * shell/eggfindbar.c: a find bar widget + +Tue Dec 21 17:20:16 2004 Jonathan Blandford + + * shell/ev-sidebar.[ch]: initial sidebar boilerplate. + +Tue Dec 21 16:30:58 2004 Owen Taylor + + * pdf/**: Import of xpdf code from gpdf. + + * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h + + * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h + pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: + Fix FreeType includes. + + * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\ + pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc + pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h + Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc + pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}: + Include xpdfconfig.h + Tue Dec 21 16:08:17 2004 Jonathan Blandford * shell/ev-window.c (ev_window_dispose): dispose can be called