summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorGeorge Lebl <jirka@5z.com>2002-08-23 18:00:00 +0000
committerGeorge Lebl <jirka@src.gnome.org>2002-08-23 18:00:00 +0000
commit6028ae111b90eb8da0b75b46aed73dfbc37980fd (patch)
tree850534a3bcab03a976a5052b66f7aa3ad09bea26 /NEWS
parent9625066537a642c82a42e9b8c9c15cad759198ae (diff)
downloadgdm-6028ae111b90eb8da0b75b46aed73dfbc37980fd.tar.gz
Whack DefaultLocale as that setting was on crack to begin with. If the
Fri Aug 23 11:04:38 2002 George Lebl <jirka@5z.com> * daemon/gdm.[ch], daemon/slave.c, gui/gdmlogin.c, gui/greeter/greeter.c: Whack DefaultLocale as that setting was on crack to begin with. If the system default is being used just don't set anything. If you want gdm to use some language other then the system default, change the gdm startup script, but that doesn't seem to make much sense. Check for language existance and if it doesn't exist use the system default. Now bsd and non-bsd language setup is not different (And is still bsd-setusercontext-nice). Whack the unaliasing of languages. That was complete nonsense, * daemon/auth.c: when UserAuthDir is ~ make it the home dir, when it starts with ~/, prepend the home dir. This actually makes this setting usable * config/gdm.conf.in: lot more documentation comments. I really REALLY should write docs for gdm at some point. * gui/gdmchooser.c: also accept <host>.png as host images. That's really a lot more sane and nicer.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS19
1 files changed, 19 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 44488fcf..cfad8661 100644
--- a/NEWS
+++ b/NEWS
@@ -16,8 +16,27 @@ Ahh news...
each language. We also don't list locales that don't work. This
way by default we can use the .utf8 locales if they exist.
+- DefaultLocale no longer exists, the system setup is used. This
+ was really broken.
+
+- We no longer setup locale to a language which doesn't exist.
+ We also don't unalias languages as this was broken. Just pick
+ an existing language (I doubt anyone has a setting which requires
+ unaliasing anyway)
+
+- More comments in the default config file as a bad excuse for
+ documentation
+
+- The chooser can also read <host>.png from the host image
+ directory and not just <host>
+
+- UserAuthDir can now use the ~/ prefix so that this setting can
+ now be useful. But better left empty anyway.
+
- A bunch of minor fixes and cleanup.
+- Translation updates (Christian Neumair)
+
2.4.0.8 stuff:
- New script to aid in testing graphical greeter themes, gdmthemetester.