diff options
author | Dan Winship <danw@src.gnome.org> | 2003-01-07 23:04:07 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2003-01-07 23:04:07 +0800 |
commit | 186d1089e50636826ba0841063699c8b834d1dc4 (patch) | |
tree | 382082539030acca29710ca97da20b46ecdaca3a /e-util/ChangeLog | |
parent | dd175b7cbdcd1e981e4f01b3d233237eedac9a07 (diff) | |
download | gsoc2013-evolution-186d1089e50636826ba0841063699c8b834d1dc4.tar.gz gsoc2013-evolution-186d1089e50636826ba0841063699c8b834d1dc4.tar.zst gsoc2013-evolution-186d1089e50636826ba0841063699c8b834d1dc4.zip |
New.
* e-config-listener.c (e_config_listener_remove_value): New.
* e-passwords.c (e_passwords_get_password): Don't look at the
passwords hash until calling e_passwords_init().
svn path=/trunk/; revision=19253
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r-- | e-util/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index 2087a74f19..19bce6bd1f 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,10 @@ +2003-01-07 Dan Winship <danw@ximian.com> + + * e-config-listener.c (e_config_listener_remove_value): New. + + * e-passwords.c (e_passwords_get_password): Don't look at the + passwords hash until calling e_passwords_init(). + 2003-01-06 Dan Winship <danw@ximian.com> * e-html-utils.c: Add this back: Connector needs it, and there's |