+
+ * Merge randr-12 to trunk
+
+Tue Jun 17 18:29:46 2008 S�ren Sandmann <sandmann@redhat.com>
+
+ * Port to changes in gnome-desktop
+
+2008-06-04 Federico Mena Quintero <federico@novell.com>
+
+ * xrandr-capplet.c (driver_is_randr_10): New function, currently
+ unused, to detect whether the graphics driver used in the X server
+ only supports the RANDR 1.0 API. We may find this information
+ useful to tell the user that not all the features in the capplet
+ will work as intended, or to actually disable features that won't work.
+
+2008-05-29 Federico Mena Quintero <federico@novell.com>
+
+ * xrandr-capplet.c (apply): Before applying the settings, check if
+ the X server supports the Virtual size we need.
+ (check_required_virtual_size): New function; does the checking
+ against what the X server supports.
+ This still needs to present a friendly dialog box.
+ (compute_virtual_size_for_configuration): New function.
+
+Wed May 14 18:16:10 2008 S�ren Sandmann <sandmann@redhat.com>
+
+ * xrandr-capplet.c: Add GNOME_DESKTOP_USE_UNSTABLE_API define
+
+ * scrollarea.[ch]: Add copyright statement
+
+2008-05-14 Soren Sandmann Pedersen <sandmann@redhat.com>
+
+ * *: Check in new RandR 1.2 enabled capplet
+
svn path=/trunk/; revision=8762
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.