From 45e3112c89c4be974014fe0b7f7341e05894f294 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Sun, 1 Nov 2009 19:51:11 +0100 Subject: Imported Upstream version 0.14 --- ChangeLog | 95 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 95 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5b2f0e1..8d0953e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,100 @@ # Generated by Makefile. Do not edit. +commit 81ece99bdcb17748e3ece5bb48e4902cf1224899 +Author: Guido Günther +Date: Sun Nov 1 19:19:45 2009 +0100 + + release 0.14 + + NEWS | 10 ++++++++++ + configure.ac | 2 +- + 2 files changed, 11 insertions(+), 1 deletions(-) + +commit 4fd24944efbe31f89cbb9384e8dc02f7dcbc82fc +Author: Guido Günther +Date: Wed Oct 28 07:43:42 2009 +0100 + + Change seriesid to something unique + + BZ: #599725 + + help/krb5-auth-dialog.omf.in | 2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) + +commit 2620a7e910dfad2efdaf48c2c61587d42c887ac5 +Author: Mario Blättermann +Date: Mon Oct 19 23:26:42 2009 +0200 + + Updated German translation + + po/de.po | 848 ++++++++++++++++++++++++++++++++++---------------------------- + 1 files changed, 463 insertions(+), 385 deletions(-) + +commit 4b6bf54f2f34e417619e4785af3fe110494f0bec +Author: Claude Paroz +Date: Fri Oct 16 23:53:53 2009 +0200 + + Updated French translation + + po/fr.po | 807 ++++++++++++++++++++++++++++++-------------------------------- + 1 files changed, 390 insertions(+), 417 deletions(-) + +commit f7da4928083f811897e7cd938ea331d18926f7b2 +Author: Guido Günther +Date: Fri Oct 9 19:49:06 2009 +0200 + + make error dialog appear in the window list + + so it can still be closed if another window moves over it. + + src/krb5-auth-pwdialog.c | 49 +++++++++++++++++++++++++++++++-------------- + 1 files changed, 34 insertions(+), 15 deletions(-) + +commit 17f830245d522db0b950de993ff3e3fed5b56846 +Author: Guido Günther +Date: Tue Sep 29 14:08:50 2009 +0200 + + Add manpage for krb5-auth-dialog-preferences + + configure.ac | 1 + + preferences/Makefile.am | 2 ++ + preferences/krb5-auth-dialog-preferences.1.in | 22 ++++++++++++++++++++++ + 3 files changed, 25 insertions(+), 0 deletions(-) + +commit 545556973cfcc5bb033a5f32592e7da958566722 +Author: Guido Günther +Date: Tue Sep 29 13:36:19 2009 +0200 + + Use gtk_window_present instead of gtk_show_widget + + so the dialog is pushed into the foreground when selected from the menu. + + src/krb5-auth-tickets.c | 2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) + +commit beefba604239fbfb9ea4399af1c93139ad5b8bac +Author: Guido Günther +Date: Tue Sep 29 13:33:41 2009 +0200 + + Add some ticket flags to the dialog + + src/krb5-auth-dialog.c | 9 +++++++++ + src/krb5-auth-tickets.c | 41 ++++++++++++++++++++++++++++++++--------- + src/krb5-auth-tickets.h | 3 +++ + 3 files changed, 44 insertions(+), 9 deletions(-) + +commit 66006c1a43fbb831d6c98914f7f0711dd4fcdd21 +Author: Guido Günther +Date: Tue Sep 29 12:34:46 2009 +0200 + + Make ticket dialog non resizable + + This makes sure window managers like maximus don't try to automaxmize + the dialog. + + src/krb5-auth-dialog.xml | 1 + + 1 files changed, 1 insertions(+), 0 deletions(-) + commit 64a5d362a0e5a615512e5a2fe3d2b8123c076e93 Author: Guido Günther Date: Mon Sep 28 18:35:14 2009 +0200 -- cgit