Mon Mar 07 14:35:00 2005 Brian Cameron * Release 2.6.0.8 * configure.in: Updated version. * NEWS, ChangeLog, README, README.install, HACKING, TODO, daemon/auth.c daemon/errorgui.c, daemon/gdm.c daemon/slave.c, daemon/verify-pam.c, daemon/xdmcp.c, gui/gdmcomm.c, gui/gdmlogin.c, gui/gdmsetup.c, gui/greeter/greeter_action_language.c: Corrected spelling and use better english. Mon Mar 07 12:20:00 2005 Brian Cameron * gdmlanguages.c: Removed zh_HK since it is not appropriate to make this change in the string freeze. Fri Mar 04 12:50:00 2005 Brian Cameron * gui/greeter/greeter.c: Set default font size to Sans 12. Can make the default configurable if people want. (Patch by Erwann Chenede) * gui/greeter/greeter_greeter_canvas_item: Set name of password entry for more friendly a11y. (Patch by Erwann Chenede) * gui/gdmsetup.c: Mark "Remove Theme" for translation. (Patch by Balamurali Viswanathan). * gui/gdmlanguages.c: Add zh_HK and remove tags in language display since they were causing formatting problems for some users. (Patch by Glynn Foster) * daemon/gdm.in: Ensure LC_MESSAGES is set so the user's default language can be displayed. (Patch by Hidetoshi Tajima). * daemon/misc.c, daemon/xdmcp.c: Fix XDMCP for IPv6. Now properly handle IPv4 requests when received when the code is built with --enable-ipv6=true and fix IPv6 identification on Solaris. (Patch by Leena Gunda and Brian Cameron). * configure.in: Fix --enable-ipv6 help line when you run "configure --help". (Patch by Brian Cameron) Fri Feb 25 14:44:00 2005 Brian Cameron * configure.in: Corrected setting of Xnest command so it works on Linux. Broken by my Feb 02 patch. Wed Feb 16 11:00:00 2005 Brian Cameron * gui/greeter/themes/circles/circles.xml, gui/greeter/themes/happygnome/happygnome.xml, gui/greeter/themes/happygnome-list/happygnome.xml: Specify font for username/password entry field for the gdm2 supplied themes. Fixes bug #164822. Patch provided by Alexander Kirillov. Tue Feb 15 14:42:00 2005 Brian Cameron * gui/greeter/greeter_item_ulist.c (gdm_greeter_users_init): Make the default face obey the MaxIconWidth and MaxIconHeight configuration settings. Fixes bug #151784. Patch provided by Diego Gonzalez. Mon Feb 14 18:15:00 2005 Brian Cameron * daemon/gdm.c: Restart the slave process if XDMCP chooser is selected from flexi server. Patch to fix bug #156420. Patch provided by Leena Gunda. Mon Feb 14 17:37:00 2005 Brian Cameron * gui/gdmlanguages.c: Fix for bug 165880. Adds Armenian to the language selection menu. Patch provided by petrosyan@gmail.com. Mon Feb 14 17:35:00 2005 Brian Cameron * gui/greeter/greeter_geometry.c: Fix for bug 136856. Fixed width of "user name entry" to shrink to fit its parent widget so the text doesn't run out of bounds. Patch provided by Chookij Vanatham. Mon Feb 14 17:10:00 2005 Brian Cameron * daemon/display.c, daemon/gdm.h, daemon/server.c, daemon/slave.c: Fix for bug #160068. Removes some redundant/unused code. Patch provided by Mark McLoughlin. Mon Feb 14 17:00:00 2005 Brian Cameron * config/locale.alias, gui/gdmlanguages.c: Fix for bug #155778. Add Kinyarwanda to language list for gdm2. Patch provided by Steve Murphy. Mon Feb 14 16:52:00 2005 Brian Cameron * daemon/server.c, gui/gdmXnestchooser.c, gui/gdmlogin.c, gui/modules/dwellmouselistener.c, gui/modules/keymouselistener.c: Cleanup patch by Kjartan Marass, bug #151668. Mon Feb 14 16:42:00 2005 Brian Cameron * config/gdm.conf.in, daemon/gdm.h, docs/C/gdm.xml, gui/gdmlogin.c, gui/greeter/greeter.c, gui/greeter/greeter_canvas_item.c, gui/greeter/greeter_configuration.h: Fixes bug #151018. Adds configuration option to disallow visible feedback in password entry. Patch provided by John Martinsson. Mon Feb 14 16:25:00 2005 Brian Cameron * gui/gdmwm.c: (add_deco): Add PropertyChangeMask to notify mask. (gdm_wm_update_struts): New, listen for strut changes. (constrain_window): New, make sure a window doesn't overlap struts that it doesn't own. (event_process): Handle PropertyNotify events, and call gdm_wm_update_struts and constrain_all_windows if _NET_WM_STRUT property changes. (constrain_all_windows): New, constrain all windows in the gdmwm list. Fixes bug #143634. Adds STRUTS support to GDM2's light window manager for better a11y support. Makes gdm2 work better with gok. Patch provided by Bill Haneman. Mon Feb 14 16:20:00 2005 Brian Cameron * acconfig.h, gui/modules/Makefile.am, gui/modules/dwellmouselistener.c, gui/modules/keymouselistener.c: Updated files to also integrate patch for bug #142834. A second patch to support XInput devices with the gesture listeners. Patch provided by Bill Haneman. Mon Feb 14 15:10:00 2005 Brian Cameron * configure.in, gui/modules/AccessKeyMouseEvents.in, gui/modules/Makefile.am, gui/modules/dwellmouselistener.c, gui/modules/keymouselistener.c: Update gesture listeners so that they listen for XInput events. Also adds better default gestures for gok and gnopernicus. Fixes bug #142833. Patch provided by Bill Haneman. Mon Feb 07 21:10:00 2005 Brian Cameron * daemon/verify-pam.c: Support devperm for automatic login. Thu Feb 02 16:40:00 2005 Brian Cameron * config/Default.in, config/PostSession., config/XKeepsCrashing config/Xsession.in: Fixed bug #155154, the Alt and Meta keys are swapped on Solaris. Also fixes the usage of IFS so it works on Solaris. Patch by Leena Gunda. * gui/gdmsetup.desktop.in: Fixed bug 161346. Thu Feb 02 15:35:00 2005 Brian Cameron * daemon/slave.c: Fixed bug 135401. Now support /etc/environment. (Patch by Vincent Berger, vincent.berger@ext.bull.net) Thu Feb 02 14:20:00 2005 Brian Cameron * configure.in, config/gdm.conf.in, daemon/gdm.h: Cleaned up the way the user's default PATH is set and allow it to be configurable. Also allow default Halt, Reboot, and Suspend commands to be different on Solaris. * acconfig.h: Cleanup, added new configure options. * gui/greeter/greeter_parser.c, vicious-extensions/glade-helper.c: Use ngettext for translation. Fixes bug 106696. Patch by Christian Rose.