summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBrian Cameron <brian.cameron@sun.com>2007-03-13 08:48:44 +0000
committerBrian Cameron <bcameron@src.gnome.org>2007-03-13 08:48:44 +0000
commiteb8b4011449cec2ec5827c976a15b9262c74174e (patch)
tree0a8d81b1cdc4947ef0ff4ff7f348f2078ffcdc5c /ChangeLog
parentc50ede474421b7dde46e27dceb63605d2a582e76 (diff)
downloadgdm-eb8b4011449cec2ec5827c976a15b9262c74174e.tar.gz
config/Makefile.am: Add Xephyr support and fix problem with
2006-03-13 Brian Cameron <brian.cameron@sun.com> * configure.ac, acconfig.h, daemon/Makefile.am, daemon/gdm.h daemon/server.c, daemon/gdmconfig.c, config/gdm.conf.in, config/Makefile.am: Add Xephyr support and fix problem with using Xsun Xnest with Xorg 7.2. Xsun doesn't like font path values that have the ":unscaled" suffix. This required adding two new configuration options XnestDisplayArg and XnestUnscaledFontPath so that the user can configure whether the Xnest command uses the -display argument or the DISPLAY environment variable, and to specify whether to strip the ":unscaled" bits from the fontpath. Modified configure so that if Xephyr is on the system, it is used as the Xnest program since it works better than Xnest. * daemon/gdmconfig.h: No longer set default values for the configuration choices here since default are set in daemon/gdm.h. * config/gdm.conf.in: Comment now says "true" for ConfigAvailable since this value has been defaulting to true for some time in daemon/gdm.h. So the comment was wrong. * acconfig.h, configure.ac, daemon/gdm.h, daemon/gdmconfig.c: Rework how ALWAYS_RESTART_SERVER is set to avoid using #ifdef. Also use AC_DEFINE for GDM_USER_PATH rather than passing it in as a -D argument to the compiler, so it works like the other config choices. svn path=/trunk/; revision=4672
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog26
1 files changed, 26 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ca0f4ae9..deb6e7a9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,29 @@
+2006-03-13 Brian Cameron <brian.cameron@sun.com>
+
+ * configure.ac, acconfig.h, daemon/Makefile.am, daemon/gdm.h
+ daemon/server.c, daemon/gdmconfig.c, config/gdm.conf.in,
+ config/Makefile.am: Add Xephyr support and fix problem with
+ using Xsun Xnest with Xorg 7.2. Xsun doesn't like font path
+ values that have the ":unscaled" suffix. This required adding
+ two new configuration options XnestDisplayArg and
+ XnestUnscaledFontPath so that the user can configure whether
+ the Xnest command uses the -display argument or the DISPLAY
+ environment variable, and to specify whether to strip the
+ ":unscaled" bits from the fontpath. Modified configure so
+ that if Xephyr is on the system, it is used as the Xnest
+ program since it works better than Xnest.
+ * daemon/gdmconfig.h: No longer set default values for the
+ configuration choices here since default are set in
+ daemon/gdm.h.
+ * config/gdm.conf.in: Comment now says "true" for ConfigAvailable
+ since this value has been defaulting to true for some time in
+ daemon/gdm.h. So the comment was wrong.
+ * acconfig.h, configure.ac, daemon/gdm.h, daemon/gdmconfig.c: Rework
+ how ALWAYS_RESTART_SERVER is set to avoid using #ifdef. Also use
+ AC_DEFINE for GDM_USER_PATH rather than passing it in as a -D
+ argument to the compiler, so it works like the other config
+ choices.
+
2006-03-12 Brian Cameron <brian.cameron@sun.com>
* Release 2.18.0: