summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Cameron <brian.cameron@sun.com>2005-12-12 23:51:16 +0000
committerBrian Cameron <bcameron@src.gnome.org>2005-12-12 23:51:16 +0000
commitd66a4e2040d67dde1d7ff401ac29117aa2531ae0 (patch)
treebcc8efa621ae0f7e7865120232f4006ea517f7b5
parentf7418bcb03ef3ceca84e85c9d5b7a781786031c1 (diff)
downloadgdm-GDM2_2_13_0_3.tar.gz
Comment out new protocol commands I am adding to get rid of the need toGDM2_2_13_0_3
2005-12-12 Brian Cameron <brian.cameron@sun.com> * daemon/gdm.[ch]: Comment out new protocol commands I am adding to get rid of the need to use gnome config. This will be in the next release.
-rw-r--r--ChangeLog3
-rw-r--r--daemon/gdm.c2
-rw-r--r--daemon/gdm.h2
-rw-r--r--docs/es/es.po6
-rw-r--r--docs/es/gdm.xml15
5 files changed, 18 insertions, 10 deletions
diff --git a/ChangeLog b/ChangeLog
index fedbc103..2933f147 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,9 @@
* Release 2.13.0.3:
* NEWS, configure.ac: Updated
* docs/C/gdm.xml: Updated version/date.
+ * daemon/gdm.[ch]: Comment out new protocol commands
+ I am adding to get rid of the need to use gnome
+ config. This will be in the next release.
2005-12-12 Brian Cameron <brian.cameron@sun.com>
diff --git a/daemon/gdm.c b/daemon/gdm.c
index 3637f5fe..189af25d 100644
--- a/daemon/gdm.c
+++ b/daemon/gdm.c
@@ -3005,6 +3005,7 @@ gdm_handle_user_message (GdmConnection *conn, const char *msg, gpointer data)
g_string_append (msg, "\n");
gdm_connection_write (conn, msg->str);
g_string_free (msg, TRUE);
+/*
} else if (strcmp (msg, GDM_SUP_GET_SERVER_LIST) == 0) {
gchar *retval = gdm_get_x_servers ();
@@ -3026,6 +3027,7 @@ gdm_handle_user_message (GdmConnection *conn, const char *msg, gpointer data)
gdm_connection_printf (conn, "ERROR 1 Server not found\n");
}
+*/
} else if (strcmp (msg, GDM_SUP_GREETERPIDS) == 0) {
GString *msg;
GSList *li;
diff --git a/daemon/gdm.h b/daemon/gdm.h
index 31f1f6fb..5db79714 100644
--- a/daemon/gdm.h
+++ b/daemon/gdm.h
@@ -857,8 +857,6 @@ void gdm_final_cleanup (void);
* 200 = Too many messages
* 999 = Unknown error
*/
-#define GDM_SUP_GET_SERVER_LIST "GET_SERVER_LIST" /* None */
-#define GDM_SUP_GET_SERVER_DETAILS "GET_SERVER_DETAILS" /* <server> */
#define GDM_SUP_GET_CONFIG "GET_CONFIG" /* <key> */
/* GET_CONFIG: Get configuration value for key. Useful so
* that other programs can request configuration information
diff --git a/docs/es/es.po b/docs/es/es.po
index cd250530..420cbbfe 100644
--- a/docs/es/es.po
+++ b/docs/es/es.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: es\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-11-28 14:54-0600\n"
+"POT-Creation-Date: 2005-12-12 17:48-0800\n"
"PO-Revision-Date: 2005-10-30 18:01+0100\n"
"Last-Translator: \n"
"Language-Team: <en@li.org>\n"
@@ -220,8 +220,8 @@ msgstr ""
#: ../C/gdm.xml:62 (releaseinfo) ../C/gdm.xml:72 (para)
#, fuzzy
msgid ""
-"This manual describes version 2.13.0.2 of the GNOME Display Manager. It was "
-"last updated on 11/28/2005."
+"This manual describes version 2.13.0.3 of the GNOME Display Manager. It was "
+"last updated on 12/12/2005."
msgstr ""
"Este manual describe la versión 2.13.0.0 del Gestor de Pantallas de Gnome. "
"Se actualizó por última vez en 26/10/2005."
diff --git a/docs/es/gdm.xml b/docs/es/gdm.xml
index af0770ab..77be2c5b 100644
--- a/docs/es/gdm.xml
+++ b/docs/es/gdm.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
<!ENTITY legal SYSTEM "legal.xml">
-<!ENTITY version "2.13.0.1">
-<!ENTITY date "11/14/2005">
+<!ENTITY version "2.13.0.3">
+<!ENTITY date "12/12/2005">
]>
<article id="index" lang="es">
<articleinfo>
@@ -64,14 +64,14 @@
- <releaseinfo>This manual describes version 2.13.0.1 of the GNOME Display Manager. It was last updated on 11/14/2005.</releaseinfo>
+ <releaseinfo>This manual describes version 2.13.0.3 of the GNOME Display Manager. It was last updated on 12/12/2005.</releaseinfo>
</articleinfo>
<sect1 id="preface">
<title>Términos y convenciones usados en este manual</title>
- <para>This manual describes version 2.13.0.1 of the GNOME Display Manager. It was last updated on 11/14/2005.</para>
+ <para>This manual describes version 2.13.0.3 of the GNOME Display Manager. It was last updated on 12/12/2005.</para>
<para>GDM - Gestor de pantallas de Gnome. Se usa para describir el paquete de software como un todo. algunas veces también se refiere a él como GDM2.</para>
@@ -2000,7 +2000,12 @@ Answers:
GET_CONFIG: Get configuration value for key. Useful so
that other applications can request configuration
information from GDM. Any key defined as GDM_KEY_*
- in gdm.h is supported.
+ in gdm.h is supported. Starting with version 2.13.0.2
+ translated keys (such as "greeter/GdmWelcome[cs]" are
+ supported via GET_CONFIG. Also starting with version
+ 2.13.0.2 it is no longer necessary to include the
+ default value (i.e. you can use key "greeter/IncludeAll"
+ instead of having to use "greeter/IncludeAll=false".
Supported since: 2.6.0.9
Arguments: &lt;key&gt;
Answers: