summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBrian Cameron <brian.cameron@sun.com>2007-03-05 06:44:38 +0000
committerBrian Cameron <bcameron@src.gnome.org>2007-03-05 06:44:38 +0000
commit6b4ee903846ad76aab48420918f71413498ca2da (patch)
tree5ee70e15d5be976d82b2af7f078718f7ad98a0c6 /ChangeLog
parentccd2d9bcffa5ca550471d5e1751e061cf5e37135 (diff)
downloadgdm-6b4ee903846ad76aab48420918f71413498ca2da.tar.gz
Now expand the GDM configuration files so that they point to the correct
2006-03-05 Brian Cameron <brian.cameron@sun.com> * config/Makefile.am, config/gdm.conf-custom.in, config/gdm.conf.in: Now expand the GDM configuration files so that they point to the correct location of the file (if a non-default location is used). This required renaming gdm.conf-custom to gdm-conf-custom.in. I also reworded the comment secction so that the filenames are only mentioned once and further references are to "GDM System Defaults" and "GDM Custom Configuration" file since the filenames are configurable. Also fix the fact that @gdmlocaledir@ is not being expanded. Fixes bugs #414155 and #414175. Patches provided by Andreas Hanke <hanke@gmx-topmail.de>. I also made the comments a bit more clear. Note these configuration files are not translated so modifying the comments in it does not break the freeze. * config/gdm.conf-custom: Removed. svn path=/trunk/; revision=4639
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 55808a9c..4109d1f7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+2006-03-05 Brian Cameron <brian.cameron@sun.com>
+
+ * config/Makefile.am, config/gdm.conf-custom.in, config/gdm.conf.in:
+ Now expand the GDM configuration files so that they point to the
+ correct location of the file (if a non-default location is used).
+ This required renaming gdm.conf-custom to gdm-conf-custom.in. I
+ also reworded the comment secction so that the filenames are only
+ mentioned once and further references are to "GDM System Defaults"
+ and "GDM Custom Configuration" file since the filenames are
+ configurable. Also fix the fact that @gdmlocaledir@ is not being
+ expanded. Fixes bugs #414155 and #414175. Patches provided by
+ Andreas Hanke <hanke@gmx-topmail.de>. I also made the comments
+ a bit more clear. Note these configuration files are not
+ translated so modifying the comments in it does not break the
+ freeze.
+ * config/gdm.conf-custom: Removed.
+
2006-02-27 Brian Cameron <brian.cameron@sun.com>
* gui/modules/keymouselisttener.c, gui/modules/dwellmouselistener.c: