2003-04-30 Kjartan Maraas <kmaraas@gnome.org>
* configure.in: Require 2.2.0 or newer of libgnomeui
and gnome-desktop for the icon theme stuff. Fix from Spider and
aes. Fixes bug #104907.
2003-01-22 Christian Rose <menthos@menthos.com>
* configure.in: Added "mn" to ALL_LINGUAS.
* po/mn.po: Added Mongolian translation by
Sanlig Badral <badral@chinggis.com>.
2002-10-08 Jody Goldberg <jody@gnome.org>
http://bugzilla.gnome.org/show_bug.cgi?id=95179
* gnome-settings-accessibility-keyboard.c
(gnome_settings_accessibility_keyboard_init) : do nothing here.
(gnome_settings_accessibility_keyboard_load) : install the filter
here, _after_ loading the gconf settings.
(set_gconf_from_server) : check to see if anything has actually
changed before sending off the changeset.
2002-08-08 Seth Nickell <snickell@stanford.edu>
Try my best to throw a monkey wrench in things. Checkin
Windows capplet, and add window related settings to
the font capplet and theme capplet.
Also fix button alignments on all capplets.
2002-07-27 Mark McLoughlin <mark@skynet.ie>
* configure.in: add check for gtk+ with multihead
support and define HAVE_GTK_MULTIHEAD if found.
2002-07-27 Mark McLoughlin <mark@skynet.ie>
Add multiscreen support for background rendering.
* gnome-settings-background.c:
(background_callback): apply prefs to all screens.
(gnome_settings_background_init): create a BGApplier for
each screen.
(gnome_settings_background_load): apply prefs to all
screens.
* acconfig.h configure.in: Check for Xft2.
* capplets/font/main.c capplets/font/Makefile.am
capplets/font/font-properties.glade: If XFt2 is present,
allow the user to control various font rendering attributes.
* gnome-settings-daemon/gnome-settings-xsettings.c:
Mirror the Xft rendering attributes from the font
capplet to XSETTINGS and Xrdb.
* schemas/Makefile.am schemas/desktop_gnome_font_rendering.schemas:
Add schemas for the new GConf settings.
2002-05-16 jacob berkman <jacob@ximian.com>
* schemas/apps_gnome_settings_daemon_default_editor.schemas: add a
key to turn off some behaviour
* capplets/Makefile.am (always_built_SUBDIRS):
* configure.in: re-add default-applications
fixes#78037
2002-05-14 Seth Nickell <snickell@stanford.edu>
* Makefile.am:
* configure.in:
Move the window setting code into a seperate directory, libwindow-settings
so it can be shared between the capplet and the settings daemon, and
potentially, external window managers.
2002-05-11 Seth Nickell <snickell@stanford.edu>
* configure.in:
Create the windows preference page makefile, and add gnome-desktop
to the generic module flags.