diff options
author | Brian Cameron <brian.cameron@sun.com> | 2006-05-12 06:24:50 +0000 |
---|---|---|
committer | Brian Cameron <bcameron@src.gnome.org> | 2006-05-12 06:24:50 +0000 |
commit | 2ec8c687933efbd282ed702eef5c1ee8c81e3e85 (patch) | |
tree | 18c2aeb0a9c79888761221fae6e2be025a3f9f0e /docs/C | |
parent | 852c4950cd9cf5e057d10c2ef20b9f6eadb83150 (diff) | |
download | gdm-2ec8c687933efbd282ed702eef5c1ee8c81e3e85.tar.gz |
Updated. Updated to reflect which interfaces are supported starting withGDM2_2_15_1
2006-05-12 Brian Cameron <brian.cameron@sun.com>
* Release 2.15.1:
* NEWS: Updated.
* docs/C/gdm.xml: Updated to reflect which interfaces are
supported starting with 2.14.6.
Diffstat (limited to 'docs/C')
-rw-r--r-- | docs/C/gdm.xml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/docs/C/gdm.xml b/docs/C/gdm.xml index e40169f6..d82d0fde 100644 --- a/docs/C/gdm.xml +++ b/docs/C/gdm.xml @@ -2,8 +2,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.15.0"> - <!ENTITY date "03/20/2006"> + <!ENTITY version "2.15.1"> + <!ENTITY date "05/12/2006"> ]> <article id="index" lang="en"> @@ -1276,6 +1276,7 @@ gdm: .your.domain <filename><etc>/gdm/custom.conf<display num></filename>. For example, configuration overrides for display ":103" would be stored in the file <filename><etc>/gdm/custom.conf:0</filename>. + Per-display configuration is supported in GDM 2.14.6 and later. </para> <para> @@ -5696,7 +5697,7 @@ homogeneous="bool"> its button element to true. However it is better to use GTK+ buttons in GDM themes since these are accessible to users with disabilities. Also, GTK+ buttons can be - themed. + themed. This feature is supported in GDM 2.14.6 and later. </para> </listitem> </varlistentry> @@ -5852,7 +5853,8 @@ homogeneous="bool"> <para> An image that will be displayed only when a pam-error message is being displayed. This is useful for displaying an - "Attention" icon, for example. + "Attention" icon, for example. This feature is + supported in GDM 2.14.6 and later. </para> </listitem> </varlistentry> |