aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/ChangeLog
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2003-02-24 10:51:01 +0800
committerMichael Zucci <zucchi@src.gnome.org>2003-02-24 10:51:01 +0800
commit9491a06552c8c095132750aa505573d1315ca73f (patch)
tree966873787945d7ed4040b0df5afe57a9698102d5 /e-util/ChangeLog
parent87f2abd1f0327a8fbd459ae90fbc6b50ab83a625 (diff)
downloadgsoc2013-evolution-9491a06552c8c095132750aa505573d1315ca73f.tar
gsoc2013-evolution-9491a06552c8c095132750aa505573d1315ca73f.tar.gz
gsoc2013-evolution-9491a06552c8c095132750aa505573d1315ca73f.tar.bz2
gsoc2013-evolution-9491a06552c8c095132750aa505573d1315ca73f.tar.lz
gsoc2013-evolution-9491a06552c8c095132750aa505573d1315ca73f.tar.xz
gsoc2013-evolution-9491a06552c8c095132750aa505573d1315ca73f.tar.zst
gsoc2013-evolution-9491a06552c8c095132750aa505573d1315ca73f.zip
helper to get the dfault account. (e_account_list_set_default): helper to
2003-02-20 Not Zed <NotZed@Ximian.com> * e-account-list.c (e_account_list_get_default): helper to get the dfault account. (e_account_list_set_default): helper to set the default account. (e_account_list_find): Helper to find accounts based on differnet key types. (e_account_list_add): helper to add account + emit added event. (e_account_list_change): helper to emit changed event. (e_account_list_remove): herlper to remove account + emit changed event. svn path=/trunk/; revision=20015
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r--e-util/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog
index 1601851dde..9c1e4b9296 100644
--- a/e-util/ChangeLog
+++ b/e-util/ChangeLog
@@ -1,3 +1,14 @@
+2003-02-20 Not Zed <NotZed@Ximian.com>
+
+ * e-account-list.c (e_account_list_get_default): helper to get the
+ dfault account.
+ (e_account_list_set_default): helper to set the default account.
+ (e_account_list_find): Helper to find accounts based on differnet
+ key types.
+ (e_account_list_add): helper to add account + emit added event.
+ (e_account_list_change): helper to emit changed event.
+ (e_account_list_remove): herlper to remove account + emit changed event.
+
2003-02-22 Hans Petter Jansson <hpj@ximian.com>
* e-categories-config.c (e_categories_config_open_dialog_for_entry):