aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGuido Guenther <agx@sigxcpu.org>2008-07-17 07:40:36 -0230
committerGuido Guenther <agx@sigxcpu.org>2008-07-17 07:40:36 -0230
commiteb7309c8820d2a29f22ff603766d44b8dd28899c (patch)
treee43e69c8dab460db8434ceee7c374d977e134093 /ChangeLog
parentdocument changes and release (diff)
parentImported Upstream version 0.7.git7cc1d84 (diff)
downloadkrb5-auth-dialog-eb7309c8820d2a29f22ff603766d44b8dd28899c.tar.gz
krb5-auth-dialog-eb7309c8820d2a29f22ff603766d44b8dd28899c.tar.bz2
krb5-auth-dialog-eb7309c8820d2a29f22ff603766d44b8dd28899c.zip
Merge commit 'upstream/0.7.git7cc1d84'
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog53
1 files changed, 53 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 79950d5..a205318 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,56 @@
+2008-06-09 Colin Walters <walters@verbum.org>
+
+ Bug 534867: should use g_timeout_add_seconds
+
+ * src/krb5-auth-dialog.c: Save power with
+ g_timeout_add_seconds.
+ Patch from from Guido Günther.
+
+2008-06-09 Colin Walters <walters@verbum.org>
+
+ Bug 534736: make i18n work
+
+ * src/krb5-auth-dialog.c: Set up i18n correctly.
+ * src/Makefile.am: Pass in LOCALEDIR.
+ Patch from from Guido Günther.
+
+2008-06-09 Colin Walters <walters@verbum.org>
+
+ Bug 534620: password field focus
+
+ * src/krb5-auth-dialog.c: Be sure we focus the
+ password field every time.
+ Patch from from Guido Günther.
+
+2008-06-09 Colin Walters <walters@verbum.org>
+
+ Bug 534515: cleanups
+
+ * configure.in: Look for dbus-glib and not libgnome.
+ Patch from from Guido Günther.
+
+2008-06-09 Colin Walters <walters@verbum.org>
+
+ Bug 534515: cleanups
+
+ * src/krb5-auth-dialog.c: Cleaner use of
+ gboolean. Patch from from Guido Günther.
+
+2008-06-09 Colin Walters <walters@verbum.org>
+
+ Bug 534515: cleanups
+
+ * src/krb5-auth-dialog.c: Use GOption instead of
+ libgnome. Patch from Guido Günther.
+
+2008-06-09 Colin Walters <walters@verbum.org>
+
+ Bug 529220: set dialog icon
+
+ * src/krb5-auth-dialog.c: Set an icon so we
+ look nicer in the window list. Patch from
+ Guido Günther.
+
2008-03-22 Colin Walters <walters@verbum.org>
* src/krb5-auth-dialog.c: Grab a name on the
bgstack15