summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBrian Cameron <bcameron@src.gnome.org>2005-02-15 19:43:29 +0000
committerBrian Cameron <bcameron@src.gnome.org>2005-02-15 19:43:29 +0000
commit6ad60eef8371bf5f44e1287207ca438da604a87d (patch)
tree2c037dd7ebbf1b703b477149028a4c3a720fed72 /ChangeLog
parent79319dffff09fedcba4b3379bb3aa6aeec7f0c54 (diff)
downloadgdm-6ad60eef8371bf5f44e1287207ca438da604a87d.tar.gz
Updated ChangeLog to explain more clearly the patches I put in yesterday
and to fix an incorrect attribution.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog53
1 files changed, 30 insertions, 23 deletions
diff --git a/ChangeLog b/ChangeLog
index 3724be4f..40aacb7a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,31 +6,36 @@ Thu Feb 14 18:15:00 2005 Brian Cameron <Brian.Cameron@Sun.Com>
Thu Feb 14 17:37:00 2005 Brian Cameron <Brian.Cameron@Sun.Com>
- * gui/gdmlanguages.c: Fix for bug 165880. Patch
- provided by petrosyan@gmail.com.
+ * gui/gdmlanguages.c: Fix for bug 165880. Adds Armenian
+ to the language selection menu. Patch provided by
+ petrosyan@gmail.com.
Thu Feb 14 17:35:00 2005 Brian Cameron <Brian.Cameron@Sun.Com>
* 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.
Thu Feb 14 17:10:00 2005 Brian Cameron <Brian.Cameron@Sun.Com>
* daemon/display.c, daemon/gdm.h, daemon/server.c,
- daemon/slave.c: Fix for bug #160068. Patch
- provided by Mark McLoughlin.
+ daemon/slave.c: Fix for bug #160068. Removes some
+ redundant/unused code. Patch provided by Mark
+ McLoughlin.
Thu Feb 14 17:00:00 2005 Brian Cameron <Brian.Cameron@Sun.Com>
* config/locale.alias, gui/gdmlanguages.c: Fix for
- bug #155778. Patch provided by Steve Murphy.
+ bug #155778. Add Kinyarwanda to language list for
+ gdm2. Patch provided by Steve Murphy.
Thu Feb 14 16:52:00 2005 Brian Cameron <Brian.Cameron@Sun.Com>
* daemon/server.c, gui/gdmXnestchooser.c, gui/gdmlogin.c,
gui/modules/dwellmouselistener.c,
gui/modules/keymouselistener.c: Cleanup patch by
- Mark McLoughlin, bug #151668.
+ Kjartan Marass, bug #151668.
Thu Feb 14 16:42:00 2005 Brian Cameron <Brian.Cameron@Sun.Com>
@@ -38,41 +43,43 @@ Thu Feb 14 16:42:00 2005 Brian Cameron <Brian.Cameron@Sun.Com>
gui/gdmlogin.c, gui/greeter/greeter.c,
gui/greeter/greeter_canvas_item.c,
gui/greeter/greeter_configuration.h:
- Fixes bug #151018. Patch provided by John
- Martinsson.
+ Fixes bug #151018. Adds configuration option to
+ disallow visible feedback in password entry. Patch
+ provided by John Martinsson.
Thu Feb 14 16:25:00 2005 Brian Cameron <Brian.Cameron@Sun.Com>
- Patch provided by Bill Haneman.
* 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.
+ (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 STRUST support to GDM2's light
+ window manager for better a11y support. Makes gdm2 work
+ better with gok. Patch provided by Bill Haneman.
Thu Feb 14 16:20:00 2005 Brian Cameron <Brian.Cameron@Sun.Com>
- Patch provided by Bill Haneman.
* acconfig.h, gui/modules/Makefile.am,
gui/modules/dwellmouselistener.c,
gui/modules/keymouselistener.c: Updated files to
- also integrate patch for bug #142834.
+ also integrate patch for bug #142834. A second patch to
+ support XInput devices with the gesture listeners. Patch
+ provided by Bill Haneman.
Thu Feb 14 15:10:00 2005 Brian Cameron <Brian.Cameron@Sun.Com>
- Patch provided by Bill Haneman.
* 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.
+ Fixes bug #142833. Patch provided by Bill Haneman.
Thu Feb 07 21:10:00 2005 Brian Cameron <Brian.Cameron@Sun.Com>