gnome-session r4662 - in trunk: . data po



Author: lucasr
Date: Mon Apr 21 22:59:13 2008
New Revision: 4662
URL: http://svn.gnome.org/viewvc/gnome-session?rev=4662&view=rev

Log:
2008-04-21  Lucas Rocha  <lucasr gnome org>

	* NEWS:
	* README: Version 2.23.1.


Modified:
   trunk/ChangeLog
   trunk/Makefile.am
   trunk/NEWS
   trunk/configure.in
   trunk/data/Makefile.am
   trunk/po/ChangeLog

Modified: trunk/Makefile.am
==============================================================================
--- trunk/Makefile.am	(original)
+++ trunk/Makefile.am	Mon Apr 21 22:59:13 2008
@@ -4,7 +4,8 @@
 	compat			\
 	splash			\
 	po			\
-	data
+	data			\
+	man
 
 EXTRA_DIST =			\
 	intltool-extract.in	\

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Mon Apr 21 22:59:13 2008
@@ -1,4 +1,28 @@
 ==============
+Version 2.23.1
+==============
+
+General
+
+	* First development version with the brand-new code base. It completes 
+          the first milestone which is to have a default session running. To know 
+          more about the new architecture: 
+
+            http://live.gnome.org/SessionManagement/NewGnomeSession.
+
+          For now, the new code base still has quite a lot of regressions which
+          we plan to fix during the 2.23/2.24 development cycle.
+
+Translators
+
+	* Daniel Nylander (sv)
+	* Jorge Gonzalez (es)
+	* Kjartan Maraas (nb)
+	* Marcel Telka ()
+	* Eskild Hustvedt (nn)
+	* Nguyán ThÃi Ngác Duy (vi)
+
+==============
 Version 2.22.0
 ==============
 

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Mon Apr 21 22:59:13 2008
@@ -248,7 +248,10 @@
 egg/Makefile
 splash/Makefile
 man/Makefile
+man/gnome-session.1
+man/default.session.5
 data/Makefile
+data/session-properties.desktop.in
 data/icons/Makefile
 data/icons/16x16/Makefile
 data/icons/22x22/Makefile

Modified: trunk/data/Makefile.am
==============================================================================
--- trunk/data/Makefile.am	(original)
+++ trunk/data/Makefile.am	Mon Apr 21 22:59:13 2008
@@ -17,6 +17,10 @@
 
 bin_SCRIPTS = gnome-wm
 
+settingsdir = $(datadir)/applications
+settings_in_files = session-properties.desktop.in
+settings_DATA = $(settings_in_files:.desktop.in=.desktop)
+
 install-data-local:
 if GCONF_SCHEMAS_INSTALL
 	if test -z "$(DESTDIR)" ; then \
@@ -27,11 +31,13 @@
 endif
 
 EXTRA_DIST =					\
-	README					\
 	gnome-wm				\
+	session-properties.desktop.in		\
 	$(xsession_in_files)			\
-	$(schemas_in_files)
+	$(schemas_in_files)			\
+	$(pixmap_DATA)
 
 DISTCLEANFILES =				\
 	$(schemas_DATA)				\
-	$(xsession_DATA)
+	$(xsession_DATA)			\
+	$(settings_DATA)



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