From 64153d3fe6c59d09f13131db5f376df550f966ac Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 04 May 2007 15:17:37 +0000 Subject: Add --without-libgnome, check for libgnome and libgnomeui separately, and 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. svn path=/trunk/; revision=2436 --- (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 99c8bb1..4e9a614 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,24 @@ 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. -- cgit v0.9.1