aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog480
1 files changed, 475 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 0723cb1..4b8d128 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,475 @@
# Generated by Makefile. Do not edit.
+commit 1c8b99d5acc234896017d32087ff0204bf56d5ea
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Mon Feb 14 08:35:35 2011 +0100
+
+ Bump version to 2.91.6 to follow the GNOME versioning
+
+ and update NEWS file
+
+ NEWS | 23 +++++++++++++++++++++++
+ configure.ac | 2 +-
+ 2 files changed, 24 insertions(+), 1 deletions(-)
+
+commit 1374a17d8a5b6e65514a6eda9c86fed74ffa62cd
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Mon Feb 14 18:54:58 2011 +0100
+
+ Use KA_NAME instead of PACKAGENAME
+
+ for a translatable application name in the notification area
+
+ src/ka-applet.c | 2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+commit d13c9fdb2723d32b9d2cef3c2b0ab58020050511
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Mon Feb 14 09:28:25 2011 +0100
+
+ No need for the tray_icon listener
+
+ cc-panel/cc-ka-panel.c | 2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+commit 2f6eaf384d526ed39c3ae2ae819f45aeb4389cb1
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Mon Feb 14 08:32:11 2011 +0100
+
+ Switch build default to GTK+ 3.0
+
+ configure.ac | 4 ++--
+ 1 files changed, 2 insertions(+), 2 deletions(-)
+
+commit bf3647e817c249fa21ec89dd6698a0dd139565af
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Sun Feb 13 20:03:52 2011 +0100
+
+ Rename "Network Authentication" to "Kerberos Authentication"
+
+ since that's what it is.
+
+ Debian Bug #593543
+
+ src/ka-applet-priv.h | 4 ++--
+ src/krb5-auth-dialog.desktop.in | 2 +-
+ src/krb5-auth-dialog.xml | 2 +-
+ 3 files changed, 4 insertions(+), 4 deletions(-)
+
+commit b9981fa9471800191714453bc5b5d3dbeb02efdd
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Sun Feb 13 20:02:49 2011 +0100
+
+ Install desktop file in $(datadir)/applications
+
+ so the shell can find it to display the correct icon.
+
+ src/Makefile.am | 4 ++++
+ 1 files changed, 4 insertions(+), 0 deletions(-)
+
+commit 8adc15960af67e293f5b4cda332ac6d94eb07a98
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Sun Feb 13 19:52:22 2011 +0100
+
+ Add Icon to desktop file
+
+ src/krb5-auth-dialog.desktop.in | 2 ++
+ 1 files changed, 2 insertions(+), 0 deletions(-)
+
+commit a71381d6e26bb93cfe6edad284567b0bf5d68584
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Sun Feb 13 19:41:53 2011 +0100
+
+ Open gnome control center panel for preferences
+
+ src/ka-applet.c | 2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+commit dc5a7e55dc5e6dd7ac17a00c430bc7fa9dd26ae5
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Sun Feb 13 17:53:20 2011 +0100
+
+ Add "list tickets" action to notifications
+
+ and add the 'remove ccache' action to the "credentials refreshed"
+ notification.
+
+ This is a temporary measure until we moved this over into the cc-panel.
+
+ src/ka-applet.c | 60 ++++++++++++++++++++++++++++++++++++++++--------------
+ 1 files changed, 44 insertions(+), 16 deletions(-)
+
+commit 5e30a6d5bc6b2b35aefe8f3f98ee2b5ec6b881b4
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Sat Feb 12 16:56:04 2011 +0100
+
+ Remove "show trayicon" property altogether
+
+ The tray icon is now always enabled if the notification server doesn't
+ support persistence.
+
+ cc-panel/cc-ka-panel.c | 59 ------------------------
+ cc-panel/ka-panel.ui | 96 ---------------------------------------
+ src/ka-applet.c | 42 +-----------------
+ src/ka-gconf.c | 16 -------
+ src/krb5-auth-dialog.schemas.in | 13 -----
+ 5 files changed, 1 insertions(+), 225 deletions(-)
+
+commit b7aaa4b6f869fa2dfd1b78b25ab9448773c46333
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Sat Feb 12 16:39:50 2011 +0100
+
+ Disable tray icon if the notification server supports persistent notifications
+
+ BZ: #633420
+
+ configure.ac | 3 +-
+ src/ka-applet.c | 195 +++++++++++++++++++++++++++++++++++++++----------------
+ 2 files changed, 140 insertions(+), 58 deletions(-)
+
+commit 61e967ec63309dc3a1629f140c4f63c5186e3b8c
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Sat Feb 12 15:40:16 2011 +0100
+
+ Remove has_separator property.
+
+ It doesn't exist in GTK+ 3
+
+ src/krb5-auth-dialog.xml | 2 --
+ 1 files changed, 0 insertions(+), 2 deletions(-)
+
+commit 1b921c629cb7a5a104afb577d3fd6f56d20b5932
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Fri Feb 11 17:06:52 2011 +0100
+
+ Require libnotify and drop old no tray-icon mode
+
+ that simply pops up a dialog. Libnotify supports persistent
+ notifications for this now.
+
+ configure.ac | 45 ++++++++++-----------------------------------
+ src/ka-applet.c | 16 ----------------
+ src/ka-dialog.c | 32 +++++---------------------------
+ 3 files changed, 15 insertions(+), 78 deletions(-)
+
+commit 68f52116adfe4b014cb8c4e2e146b377e71a5f3f
+Author: Matej Urbančič <mateju@svn.gnome.org>
+Date: Thu Jan 27 20:50:52 2011 +0100
+
+ Updated Slovenian translation
+
+ po/sl.po | 175 +++++++++++++++++++++++++++++++------------------------------
+ 1 files changed, 89 insertions(+), 86 deletions(-)
+
+commit 605184d1595ec6c2e6d2cb292850a896de6557ac
+Author: Bruno Brouard <annoa.b@gmail.com>
+Date: Wed Jan 26 22:02:33 2011 +0100
+
+ Updated French translation
+
+ po/fr.po | 152 ++++++++++++++++++++++++++++++--------------------------------
+ 1 files changed, 74 insertions(+), 78 deletions(-)
+
+commit f558698ee9ac819a9a7ce9c7fcb76cd48e97f0bf
+Author: Daniel Mustieles <daniel.mustieles@gmail.com>
+Date: Wed Jan 26 20:44:25 2011 +0100
+
+ Updated Spanish translation
+
+ po/es.po | 159 +++++++++++++++++++++++++++++++------------------------------
+ 1 files changed, 81 insertions(+), 78 deletions(-)
+
+commit 65571eaf1adb79151c9a6ecc1bd7caef42d9e3bf
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Tue Jan 25 14:18:52 2011 +0100
+
+ Drop old preferences applet
+
+ Makefile.am | 2 +-
+ configure.ac | 2 -
+ po/POTFILES.in | 3 -
+ preferences/.gitignore | 3 -
+ preferences/Makefile.am | 55 --
+ preferences/ka-preferences.c | 843 --------------------
+ preferences/krb5-auth-dialog-preferences.1.in | 22 -
+ .../krb5-auth-dialog-preferences.desktop.in | 13 -
+ preferences/krb5-auth-dialog-preferences.xml | 721 -----------------
+ 9 files changed, 1 insertions(+), 1663 deletions(-)
+
+commit 0d489eac9ce9b7d7d4ef401e88afc5370c16fe39
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Tue Jan 25 14:25:01 2011 +0100
+
+ Add gnome-control-center panel
+
+ .gitignore | 2 +
+ Makefile.am | 2 +-
+ cc-panel/.gitignore | 2 +
+ cc-panel/Makefile.am | 55 +++
+ cc-panel/cc-ka-panel.c | 843 ++++++++++++++++++++++++++++++++++++
+ cc-panel/cc-ka-panel.h | 45 ++
+ cc-panel/gnome-ka-panel.desktop.in | 17 +
+ cc-panel/ka-module.c | 20 +
+ cc-panel/ka-panel.ui | 675 +++++++++++++++++++++++++++++
+ configure.ac | 9 +
+ po/POTFILES.in | 3 +
+ 11 files changed, 1672 insertions(+), 1 deletions(-)
+
+commit d8680960e21a5aaa3b32b2b9a56223cc0f742d0c
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Sat Dec 25 23:38:04 2010 +0100
+
+ Only update the expiry time if we succesfully renewed the ticket
+
+ src/ka-dialog.c | 3 ++-
+ 1 files changed, 2 insertions(+), 1 deletions(-)
+
+commit 0e7067cf6ad3f02f17f8246e800f6e596d09f6ec
+Author: Djavan Fagundes <djavan@comum.org>
+Date: Mon Dec 20 11:59:22 2010 -0200
+
+ Added Brazilian Portuguese translation
+
+ po/pt_BR.po | 1712 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 1 files changed, 1712 insertions(+), 0 deletions(-)
+
+commit 7a0849edfc20b4c18e5e12945e0781e22a585c90
+Author: Djavan Fagundes <djavan@comum.org>
+Date: Mon Dec 20 11:56:28 2010 -0200
+
+ Added pt_BR to LINGUAS
+
+ po/LINGUAS | 1 +
+ 1 files changed, 1 insertions(+), 0 deletions(-)
+
+commit 019cdc6b54a5ab420927495676acb694c6055891
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Mon Dec 13 21:11:44 2010 +0100
+
+ Add missing prototype
+
+ src/ka-applet-priv.h | 1 +
+ 1 files changed, 1 insertions(+), 0 deletions(-)
+
+commit c6406d4b0441e02f861a1d919529c760305a5c0c
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Mon Dec 13 21:04:07 2010 +0100
+
+ Reindent
+
+ src/ka-applet-priv.h | 35 ++++++++++++++++-------------------
+ 1 files changed, 16 insertions(+), 19 deletions(-)
+
+commit 75d4a8c6d7265835702931e5f645198db2e16b7e
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Mon Dec 13 20:53:37 2010 +0100
+
+ Print the banner returned by Kerberos
+
+ instead of our static message when acquiring a ticket. This makes
+ passwort expiration prompts visible.
+
+ src/ka-applet.c | 19 ++++++++++++++++++-
+ src/ka-dialog.c | 3 +++
+ 2 files changed, 21 insertions(+), 1 deletions(-)
+
+commit 266f97ec422bd743b2d2c56074c0e9f98be278b7
+Author: Andre Klapper <a9016009@gmx.de>
+Date: Tue Nov 9 21:06:08 2010 +0100
+
+ Remove non-existing file to make intltool-update/gettext work
+
+ po/POTFILES.in | 1 -
+ 1 files changed, 0 insertions(+), 1 deletions(-)
+
+commit 3dabce3c1cd248bfb8799c6a60cb3bda0bf97e06
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Mon Nov 1 17:35:31 2010 +0100
+
+ Check for notify_notification_new_with_status_icon
+
+ to fix build with recent libnotify (>= 0.7). We keep the old code for
+ the GTK+2 build.
+
+ configure.ac | 9 +++++++++
+ src/ka-applet.c | 4 ++++
+ 2 files changed, 13 insertions(+), 0 deletions(-)
+
+commit e81c6d7a0468a116f30ff6e5e3020aa401da2313
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Mon Nov 1 17:41:43 2010 +0100
+
+ Add typenames
+
+ CodingStyle | 12 ++++++++++--
+ 1 files changed, 10 insertions(+), 2 deletions(-)
+
+commit 34b14dc1d2e17051d0626a012d867f878cd7d8b1
+Author: Bruno Brouard <annoa.b@gmail.com>
+Date: Thu Oct 28 21:24:41 2010 +0200
+
+ Updated French translation
+
+ po/fr.po | 34 ++++++++++++++++++----------------
+ 1 files changed, 18 insertions(+), 16 deletions(-)
+
+commit a59cc19e4c9a9d65bde7050f2c2d13430f97f922
+Author: Matej Urbančič <mateju@svn.gnome.org>
+Date: Fri Oct 22 14:46:52 2010 +0200
+
+ Added sl for Slovenian translation
+
+ help/Makefile.am | 2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+commit a3a493a93bf84ae8c39a325a70f5128c6ec1fa8c
+Author: Matej Urbančič <mateju@svn.gnome.org>
+Date: Fri Oct 22 14:46:38 2010 +0200
+
+ Added Slovenian translation
+
+ help/sl/sl.po | 350 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 1 files changed, 350 insertions(+), 0 deletions(-)
+
+commit f89596d6f3fc1061a8732643f59a0bf01284beb9
+Author: Maxim V. Dziumanenko <dziumanenko@gmail.com>
+Date: Wed Oct 13 15:21:55 2010 +0300
+
+ Updated Ukrainian translation
+
+ po/uk.po | 161 ++++++++++++++++++++++++++++++++++---------------------------
+ 1 files changed, 90 insertions(+), 71 deletions(-)
+
+commit 93f214594009fef14339c8e97e1b2e2c7d5ca9df
+Author: Andrej Žnidaršič <andrej.znidarsic@gmail.com>
+Date: Sat Oct 9 19:51:46 2010 +0200
+
+ Updated Slovenian translation
+
+ po/sl.po | 57 ++++++++++++++++++++++++++++++---------------------------
+ 1 files changed, 30 insertions(+), 27 deletions(-)
+
+commit 6cb6617fd0c765835b9665739025a63f15eb2a57
+Author: Jorge González <jorgegonz@svn.gnome.org>
+Date: Thu Oct 7 14:31:28 2010 +0200
+
+ Updated Spanish translation
+
+ po/es.po | 38 ++++++++++++++++++++------------------
+ 1 files changed, 20 insertions(+), 18 deletions(-)
+
+commit 58737bd969b6bff566bc8995f41796b15bb62227
+Author: Mario Blättermann <mariobl@gnome.org>
+Date: Wed Oct 6 21:13:44 2010 +0200
+
+ [i18n] Updated German translation
+
+ po/de.po | 36 +++++++++++++++++++-----------------
+ 1 files changed, 19 insertions(+), 17 deletions(-)
+
+commit 0da797ca572f411cab3b29bafdf4d4636e5adc32
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Tue Oct 5 17:03:06 2010 +0200
+
+ Drop URL hook
+
+ not needed with GTK+ >= 2.18
+
+ src/ka-applet.c | 30 ------------------------------
+ 1 files changed, 0 insertions(+), 30 deletions(-)
+
+commit cda21c8444b0f4e7096a0a5415faef9e19b43ee9
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Tue Oct 5 16:28:09 2010 +0200
+
+ Drop gtksecentry
+
+ Use our own entry buffer using the secmem functions but derived from
+ GtkEntryBuffer instead. This fixes the build with GTK+ 3 and gets us the
+ unicode and input method handling for free.
+
+ Makefile.am | 2 +-
+ configure.ac | 3 +-
+ gtksecentry/Makefile.am | 12 -
+ gtksecentry/gseal-gtk-compat.h | 61 -
+ gtksecentry/gtksecentry.c | 3364 ----------------------------------------
+ gtksecentry/gtksecentry.h | 190 ---
+ src/Makefile.am | 5 +-
+ src/ka-dialog.c | 1 -
+ src/ka-entry-buffer.c | 229 +++
+ src/ka-entry-buffer.h | 58 +
+ src/ka-pwdialog.c | 18 +-
+ src/ka-pwdialog.h | 2 +-
+ 12 files changed, 300 insertions(+), 3645 deletions(-)
+
+commit 78e3cbe853b988e6d3fb002a6d9102f39bb19d7f
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Tue Oct 5 14:30:09 2010 +0200
+
+ Add "Get Ticket" button to pop notifications
+
+ this makes us less dependant on the tray icon.
+
+ src/ka-applet.c | 37 ++++++++++++++++++++++++++++++++-----
+ 1 files changed, 32 insertions(+), 5 deletions(-)
+
+commit 19427a839f90f2e30c0184c4ee90d1fe26c7017c
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Tue Oct 5 13:11:57 2010 +0200
+
+ Fix translated strings
+
+ src/ka-applet.c | 12 ++++--------
+ 1 files changed, 4 insertions(+), 8 deletions(-)
+
+commit 459ef5f45d99d8b2a27a7618942920dbc29918b6
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Tue Oct 5 12:56:52 2010 +0200
+
+ Add indent expression
+
+ CodingStyle | 16 ++++++++++++++--
+ 1 files changed, 14 insertions(+), 2 deletions(-)
+
+commit 6da93e8ccce3ad5a020027854317115d89cb46ab
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Tue Oct 5 12:52:35 2010 +0200
+
+ Reindent
+
+ src/ka-applet.c | 1313 +++++++++++++++++++++++++++----------------------------
+ 1 files changed, 654 insertions(+), 659 deletions(-)
+
+commit b780009127e58ced43eb49e6f8f6e00a114c59c3
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Thu Sep 30 10:01:49 2010 +0200
+
+ Add CodingStyle for new code
+
+ CodingStyle | 13 +++++++++++++
+ Makefile.am | 1 +
+ 2 files changed, 14 insertions(+), 0 deletions(-)
+
+commit 1807b5c43f84a2fde21c27353688dbb6cc235e0f
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Thu Sep 30 09:30:23 2010 +0200
+
+ Use NMClient GObject
+
+ instead of the deprecated libnm_glib_* functions
+
+ src/ka-dialog.c | 82 +++++++++++++++++++++++++++----------------------------
+ 1 files changed, 40 insertions(+), 42 deletions(-)
+
+commit 174d4d3582a6b36b94b7b282a805440b76a017e3
+Author: Mario Blättermann <mariobl@gnome.org>
+Date: Wed Sep 22 21:48:14 2010 +0200
+
+ [i18n] Updated German doc translation
+
+ help/de/de.po | 232 +++++++++++++++++++++++++++++++++++---------------------
+ 1 files changed, 145 insertions(+), 87 deletions(-)
+
commit 7c9386dbac2fee761a09044158c8cdccd742310a
Author: Guido Günther <agx@sigxcpu.org>
Date: Sun Sep 12 13:59:10 2010 +0200
@@ -2052,11 +2522,11 @@ Date: Fri May 15 18:33:07 2009 +0200
update translatable strings
ChangeLog | 7 +
- po/de.po | 2786 ++++++++++-------------------------------------
- po/krb5-auth-dialog.pot | 2729 ++++++++++------------------------------------
- po/nb.po | 2657 +++++++++++----------------------------------
- po/sv.po | 2769 ++++++++++------------------------------------
- 5 files changed, 2376 insertions(+), 8572 deletions(-)
+ po/de.po | 3344 ++++++++++++-----------------------------------
+ po/krb5-auth-dialog.pot | 3243 ++++++++++++----------------------------------
+ po/nb.po | 3219 +++++++++++++--------------------------------
+ po/sv.po | 3283 ++++++++++++----------------------------------
+ 5 files changed, 3450 insertions(+), 9646 deletions(-)
commit 0ed20a2f652ab45c57c9369b8dad08ae2edb3605
Author: Guido Günther <agx@sigxcpu.org>
bgstack15