2007-06-17 Brian Cameron * Release 2.19.3: * configure.ac: Updated to new release version * NEWS: Updated. * README.install: Some updates for Solaris and to make things a bit more clear. 2007-06-17 Brian Cameron * acconfig.h, configure.ac, daemon/gdm.c, daemon/getvt.[ch], utils/gdmopen.c: Now support VT on Solaris (at the moment only available in Nevada development builds). I cleaned up the code to better use #defines so we set whether we support VT in daemon/getvt.h rather than using complicated #ifdefs in many places. Also now detect if sys/vt.h is available in configure.ac and only enable VT if it is present. This ensures GDM builds okay on older versions of Solaris without this interface. 2007-06-17 Brian Cameron * daemon/gdm-xdmcp-manager.c: Change string to say XDMCP instead of XMCP or XMDCP. Fixes bugs #448547 and #448548. 2007-06-11 Brian Cameron * daemon/verify-pam.c: Do not call logindevperm logic when logging into XNEST sessions since we don't want to change device permissions for xnest sessions, only for the real console session. 2007-06-08 Frederic Crozat + gui/greeter/greeter_parser.c: (parse_label): Ensure a non null size is set by default for pango font description. 2007-06-05 Brian Cameron * daemon/display.[ch], daemon/gdm-xdmcp-manager.c, daemon/slave.c: Now GDM sets WINDOWPATH so that AT programs such as braille displays can work better with Xnest and sessions started via VT. Fixes enhancement request #443557. Patch by Samuel Thibault 2007-06-04 Brian Cameron * docs/C/gdm.xml: While reviewing bug #440498, I updated the docs that explain the new background property so it makes more sense.