2005-07-07 Sebastien Bacher <seb128@debian.org>
* schemas/Makefile.am: fix a typo with a .schemas name,
Jan Schmidt <thaytan@mad.scientist.com> (Closes: 307388).
2005-06-22 Diego Gonzalez <diego@pemas.net>
* configure.in: add code to conditionally enable the compilation of the about-me capplet
* capplets/Makefile.am: ditto
2005-05-08 Rodney Dawes <dobey@novell.com>
* configure.in (gtk_minver): Require GTK+ >= 2.6.0 now, we should have
been requiring at least 2.4 here anyway, needed for new gdk-pixbuf
method that we use in libbackground for bug #169757
2005-03-27 Sebastien Bacher <seb128@debian.org>
* control-center-categories.c: (populate_category),
(read_categories_from_menu_directory),
(control_center_get_information): update to the new libgnome-menu API,
patch from Mark McLoughlin <markmc@redhat.com>.
2005-02-28 Jody Goldberg <jody@gnome.org>
* gnome-settings-daemon/gnome-settings-keyboard-xkb.c
(activation_error) : don't bother VNC users with warnings of XKB
breakage, we already know it is not going to work.
2005-02-09 Sebastien Bacher <seb128@debian.org>
* configure.in:
* capplets/Makefile.am:
include the "about-me" capplet files to the tarball to fix the tarball
build.
2005-02-03 Leena Gunda <leena.gunda@wipro.com>
* configure.in: Check for screensaver functionality in libXext.so
also when deciding to build typing-break. Fixes bug #155461.
2005-01-04 Shakti Sen <shprasad@novell.com>
* configure.in: Defined PREFIX to <prefix>
bug #153203
2005-01-04 Shakti Sen <shprasad@novell.com>
* theme-thumbnailer.c (main): Added the full path of the theme
so that it will create the thumbnail.
Fixes bug #153203
2005-01-03 Dan Winship <danw@novell.com>
* configure.in: Remove redundant check for ngettext, since
AM_GLIB_GNU_GETTEXT already checks for it (in both libc and
libintl)._
2005-01-03 Dan Winship <danw@novell.com>
* gswitchit_util.c (GSwitchItLogAppender): Cast time_t to long to
match the printf format.
2005-01-03 Sebastien Bacher <seb128@debian.org>
* libkbdraw/Makefile.am:
patch from Marco Pesenti Gritti <marco@gnome.org>
to fix the build out of the source dir (Closes: #158333).
2004-11-28 James Henstridge <james@jamesh.id.au>
* vfs-methods/themus/themus-properties-main.c: use GNOMELOCALEDIR.
* vfs-methods/themus/Makefile.am: similar changes to the fontilus
ones.
* vfs-methods/fontilus/fontilus-context-menu.c: same here.
* vfs-methods/fontilus/font-view.c: use GNOMELOCALEDIR rather than
FONTILUS_LOCALEDIR in the bindtextdomain() call, to match the rest
of gnome-control-center.
* vfs-methods/fontilus/Makefile.am: similar schema and desktop
file fixes. Don't include the old mime files in the dist.
* schemas/Makefile.am: remove .schemas files on clean, when
installing schemas, look for them in builddir rather than srcdir.
* gnome-settings-daemon/actions/Makefile.am: fix up build rules so
that ALSA_CFLAGS isn't defined multiple times (use the newer
automake += syntax).
* control-center/Makefile.am: distribute $(icon_DATA).
* capplets/*/Makefile.am: put the .desktop and .desktop.in files
in CLEANFILES. The .desktop.in.in file gets included because it
is listed in the configure script.
* configure.in: update configure script, and remove macro calls
that are not needed by modern versions of Automake.
* Makefile.am: remove intltool files on distclean.
* autogen.sh: request Automake >= 1.7.
2004-11-28 James Henstridge <james@jamesh.id.au>
* configure.in (FONT_THUMBNAILER_LIBS): fix up typo that I
introduced in the configure script. Should fix the build properly
now.
2004-11-27 James Henstridge <james@jamesh.id.au>
* configure.in (THEMUS_COMPONENT): use libnautilus-extension.
2004-11-27 James Henstridge <james@jamesh.id.au>
* themus-theme-applier.c: get rid of the bonobo includes.
* Makefile.am: update to install Nautilus extension.
* themus-properties-main.c: convert from a Bonobo component to a
Nautilus extension.
* themus-properties-view.[ch]: convert to a simple widget. Also
fix a bunch of leaks.
2004-11-27 James Henstridge <james@jamesh.id.au>
* configure.in (FONT_CONTEXT_MENU): use libnautilus-extension for
the context menu instead of Bonobo.
2004-11-27 James Henstridge <james@jamesh.id.au>
* Makefile.am: fix build rules for Nautilus stuff.
* fontilus-context-menu.c: convert to a Nautilus extension.
2004-11-10 Mark McLoughlin <mark@skynet.ie>
* configure.in: require libgnome-menu for the shell, fixup
other shell requirements and don't look for libnautilus
anymore.
* Makefile.am: don't install control-center2.png anymore.
* control-center2.png: remove.
2004-11-01 Jeff Waugh <jdub@perkypants.org>
* po/POTFILES.in, vfs-methods/fontilus/Makefile.am,
vfs-methods/fontilus/gnome-font-viewer.desktop.in,
vfs-methods/fontilus/.cvsignore: Add a .desktop file for the
font viewer, need it for the MIME loving. D'oh!