diff options
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r-- | e-util/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index 4f5ef92e7c..a32a858c40 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,16 @@ +2001-10-22 Dan Winship <danw@ximian.com> + + * e-passwords.c (e_passwords_get_password): Pass a + CORBA_Environment to bonobo_config_get_string so it doesn't g_warn + on error. (Since the "error" is most likely just that the password + isn't cached.) + (e_passwords_remember_password, e_passwords_get_password, + e_passwords_add_password): Change "if (foo) { entire function; }" + to "if (!foo) return;" + + * e-html-utils.c (special_chars): Don't allow single quote or + backtick in email addresses, or pipes following URLs. + 2001-10-22 JP Rosevear <jpr@ximian.com> * e-dbhash.c (e_dbhash_foreach_key): null out DBT memory prior to |