X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=inline;f=ChangeLog;h=e88543af8180d739661ad42e20659117b3cd9db3;hb=4d1973b41cac86b367ddc7b03b6c3b42a957d411;hp=8aace3186c830d4955d528bdec2337fe740fd9a3;hpb=b97df17e5b2d540896e14398a6291a79440e7e2a;p=evince.git diff --git a/ChangeLog b/ChangeLog index 8aace318..e88543af 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,49 @@ +2007-05-08 Christian Persch + + * configure.ac: + * properties/ev-properties-view.c: + + No need for a configure check; just use the GTK_CHECK_VERSION macro. + Bug #382438. + +2007-05-08 Carlos Garcia Campos + + * configure.ac: + * properties/ev-properties-view.c: (ev_regular_paper_size): + + Use gtk+ builtin paper list to identify the document's paper size. + Fixes bug #382438. + +2007-05-04 Carlos Garcia Campos + + * configure.ac: + + Fix build when compiling with thumbnailer and libgnome support. + +2007-05-04 Ross Burton + + * configure.ac: + Add --without-libgnome, check for libgnome and libgnomeui + separately, and add them to the symbols as required. + + * libdocument/ev-file-helpers.c: + When building without libgnome, use g_get_user_config_dir instead + of gnome_user_dir_get. + + * shell/ev-application.c: + When building without libgnome, don't use session management. + + * shell/main.c: + When building without libgnome, don't use GnomeProgram or + initialise the authentication manager. + + This fixes #328842. + +2007-05-04 Ross Burton + + * shell/ev-window.c: + Don't use libgnome to open help, instead call Yelp directly. + 2007-05-04 Ross Burton * shell/ev-sidebar-attachments.c: