diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | NEWS | 17 | ||||
-rw-r--r-- | config/gettextfoo.h | 2 | ||||
-rw-r--r-- | configure.in | 2 |
4 files changed, 23 insertions, 2 deletions
@@ -1,3 +1,7 @@ +Thu Aug 08 09:04:05 2002 George Lebl <jirka@5z.com> + + * Release 2.4.0.7 + Wed Aug 07 21:01:41 2002 George Lebl <jirka@5z.com> * daemon/gdm.h, config/gdm.conf.in, gui/gdmlogin.c: Add a new key @@ -1,5 +1,22 @@ Ahh news... +2.4.0.7 stuff: + +- The graphical greeter has mnemonics so that you can use the keyboard to + log in! + +- Don't run BackgroundProgram unless BackgroundType=0. You can get the + original behaviour with RunBackgroundProgramAlways=true. This is to + fix the redhat setup to be 'saner' + +- The Xterm failsafe session runs the xterm in the lower right hand corner. + I just hope that redhat uses this session as it does cooler things then + the Xsession failsafe which sucks ass. + +- A bunch of scattered minor fixes + +- Add redhat-config-xfree86 to the XKeepsCrashing script (Havoc) + 2.4.0.6 stuff: - Stop using stdio in the slave to communicate with the greeter (greeters diff --git a/config/gettextfoo.h b/config/gettextfoo.h index ba6af769..6c67a5d6 100644 --- a/config/gettextfoo.h +++ b/config/gettextfoo.h @@ -1,6 +1,6 @@ const char *foo = N_("I cannot start the X server (your graphical interface). It is likely that it is not set up correctly. You will need to log in on a console and rerun the X configuration program. Then restart GDM."); const char *foo = N_("Would you like me to try to run the X configuration program? Note that you will need the root password for this."); -const char *foo = N_("Please type in the root (privileged user) password."); +const char *foo = N_("Please type in the root (privilaged user) password."); const char *foo = N_("I will now try to restart the X server again."); const char *foo = N_("I will disable this X server for now. Restart GDM when it is configured correctly."); const char *foo = N_("I cannot start the X server (your graphical interface). It is likely that it is not set up correctly. Would you like to view the X server output to diagnose the problem?"); diff --git a/configure.in b/configure.in index 22660b54..84c6c566 100644 --- a/configure.in +++ b/configure.in @@ -8,7 +8,7 @@ dnl AC_PROG_INTLTOOL AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(gdm,2.4.0.6) +AM_INIT_AUTOMAKE(gdm,2.4.0.7) AM_MAINTAINER_MODE GDK_PIXBUF_REQUIRED=1.3.1 |