2004-12-16 Bastien Nocera <hadess@hadess.net>
* actions/acme-volume-alsa.c: (acme_volume_alsa_set_mute): mute
properly when the system has hardware mute, patch from Pierre Ossman
<drzeus-bugzilla@drzeus.cx> (Closes: #144489)
2004-12-11 Rodney Dawes <dobey@novell.com>
* gnome-wp-item.c (gnome_wp_item_update_description):
Fix the ngettext calling bit to actually work, and move the %d into
the format string for g_strdup_print, so we don't say "%d pixels"
2004-12-10 Rodney Dawes <dobey@novell.com>
* gnome-wp-item.c (gnome_wp_item_update_description):
Change the description to use "W pixels x H pixels" and ngettext for
each individual part, instead of just "W x H pixels" (#151425)
* gnome-wp-xml.c (gnome_wp_xml_load_xml): Don't duplicate check to
make sure that the root element is not NULL
2004-12-10 James Henstridge <james@jamesh.id.au>
* Makefile.am: update the desktop file database on install, since
we add a new mime action.
* themus-theme-applier.desktop.in.in (Exec): use %u rather than
%U, since it only handles a single file.
2004-12-10 James Henstridge <james@jamesh.id.au>
* Makefile.am (install-desktop-database): update the desktop file
database on install, since we install a new mime action.
* font-view.c (get_font): don't free the pattern when creating the
font object, since XftFontOpenPattern takes ownership of the
pattern.
* gnome-font-viewer.desktop.in.in (Exec): use %u instead of %U,
since we only support openning one file.
2004-12-03 Sebastien Bacher <seb128@debian.org>
* gnome-network-preferences.glade: use "Preferences" for the window
title (like the other capplets) instead of "Configuration",
bug noticed by Lars Weber <me@lars.in-berlin.de> (Closes: #132391).
2004-11-30 Bastien Nocera <hadess@hadess.net>
* gnome-settings-multimedia-keys.c: (do_exit_action): hack
to get the logout action working (Closes: #141472)
2004-11-30 Sebastien Bacher <seb128@debian.org>
* gnome-default-applications-properties-structs.c: use the right name
for each browser instead of listing different names for some entry
(#155246).
2004-11-28 James Henstridge <james@jamesh.id.au>
* thumbnailer.c (main): use gnome_vfs_make_uri_from_shell_arg() to
parse the first argument.
(main): if the glyphs for 'A' and 'a' aren't found, pick some
other ones so we display something possibly relevant.
(draw_char): pass in a glyph index rather than a character.
2004-11-28 James Henstridge <james@jamesh.id.au>
* font-view.c: apply Federic Zhang <federic.zhang@sun.com>'s patch
to speed up loading of large (eg. CJK) fonts, plus a few small bug
fixes. Fixes bug #142878.
(set_icon): use gtk_window_set_icon_name() to set the icon. Also,
get the correct icon theme object for the window's screen.
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.