aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorguidog <guidog@517b70f8-ed25-0410-8bf6-f5db08f7b76e>2009-02-28 13:42:48 +0000
committerguidog <guidog@517b70f8-ed25-0410-8bf6-f5db08f7b76e>2009-02-28 13:42:48 +0000
commit7e9d756652e9e787b4380c9a39012ad2e751e885 (patch)
treeefaa16f6b6e44a7b38e6200a7ec07d1252851f11 /ChangeLog
parentf36adf1599e3072c450c00fb996f39b34c13ee37 (diff)
Turn Krb5AuthAppliet into a GObjectHEADmaster
called ka_applet. git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@126 517b70f8-ed25-0410-8bf6-f5db08f7b76e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4037480..e453d4e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+Sat Feb 28 14:27:57 CET 2009 Guido Günther <agx@sigxcpu.org>
+
+ Turn Krb5AuthApplet into a GObject named KaApplet
+ * src/krb5-auth-applet.[ch]: declare and define KaApplet,
+ KaAppletPrivate
+ (ka_applet_{set,get}_property): new functions to access properties
+ (ka_applet_{dispose,finalize,{class,}_init}: new functions
+ (ka_applet_get_show_trayicon, ka_applet_set_tgt_renewable,
+ ka_applet_get_tgt_renewable, ka_applet_get_pw_prompt_secs,
+ ka_applet_run_pw_dialog, ka_applet_get_pwdialog_xml,
+ ka_applet_hide_pw_dialog, ka_applet_get_pw_label,
+ ka_applet_set_pw_dialog_persist): new functions
+ * src/krb5-auth-dialog.c: use the above instead of accessing KaApplet
+ private data
+ * src/krb5-auth-gconf.c: likewise
+ * src/krb5-auth-dbus.c: update copyright
+ * src/krb5-auth-notify.[ch] (ka_send_event_notification): moved from
+ to src/krb5-auth-applet.c
+
Sat Feb 28 14:18:35 CET 2009 Guido Günther <agx@sigxcpu.org>
add .gitignore files