gnome-screensaver r1492 - in trunk: . src



Author: mccann
Date: Thu Aug 28 18:49:56 2008
New Revision: 1492
URL: http://svn.gnome.org/viewvc/gnome-screensaver?rev=1492&view=rev

Log:
2008-08-28  William Jon McCann  <jmccann redhat com>

	* NEWS: Update for release
	* src/copy-theme-dialog.c: Build fix



Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/configure.ac
   trunk/src/copy-theme-dialog.c

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Thu Aug 28 18:49:56 2008
@@ -1,4 +1,31 @@
 ===============
+Version 2.23.90
+===============
+
+- use standard icon names (Matthias Clasen)
+- Paint widget background color as face background color.
+- Add/remove windows as necessary in response to RANDR 1.2 events
+- Honor the disable_user_switching lockdown key.
+- Fixed #547013, The dialog incorrectly tell that the numlock is on (William Jon McCann)
+
+Translations:
+- Updated LINGUAS, sr latin po, sr Latn: Goran Rakic
+- Updated ar: Khaled Hosny
+- Updated cs: Petr Kovar
+- Updated eu: Inaki Larranaga Murgoitio, IÃaki LarraÃaga Murgoitio
+- Updated fi: Ilkka Tuohela, Timo Jyrinki
+- Updated gu: Daniel Nylander, Sweta Kothari
+- Updated he: Yair Hershkovitz  <yairhr gmail com>, Yaniv Abir <yanivabir at gmail dot com>
+- Updated ja: Takeshi AIHANA
+- Updated lt: Gintautas Miliauskas
+- Updated pt: Duarte Loreto
+- Updated pt_BR: Vladimir Melo
+- Updated sv: Daniel Nylander
+
+Help Manual Translations:
+None
+
+===============
 Version 2.23.3
 ===============
 

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Thu Aug 28 18:49:56 2008
@@ -2,7 +2,7 @@
 
 AC_PREREQ(2.60)
 AC_INIT([gnome-screensaver],
-        [2.23.4],
+        [2.23.90],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-screensaver])
 
 AC_CONFIG_SRCDIR(src/gnome-screensaver.c)

Modified: trunk/src/copy-theme-dialog.c
==============================================================================
--- trunk/src/copy-theme-dialog.c	(original)
+++ trunk/src/copy-theme-dialog.c	Thu Aug 28 18:49:56 2008
@@ -17,12 +17,11 @@
  * 02111-1307, USA.
 **/
 
-#ifdef HAVE_CONFIG_H
-# include "config.h"
-#endif
+#include "config.h"
 
 #include <limits.h>
 #include <string.h>
+#include <sys/stat.h>
 
 #include <glib.h>
 #include <glib/gstdio.h>
@@ -75,7 +74,7 @@
 	GtkWidget *current;
 	GtkWidget *from;
 	GtkWidget *to;
-	
+
 	GFile *theme_dir;
 	GSList *all_files, *file;
 	GSList *all_basenames, *basename;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]