From 44faa44bffd7fae58fa58e9eebda4b3244d025f8 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Mon, 22 Oct 2001 18:46:46 +0000 Subject: Pass a CORBA_Environment to bonobo_config_get_string so it doesn't g_warn * 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. svn path=/trunk/; revision=13887 --- e-util/ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'e-util/ChangeLog') 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 + + * 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 * e-dbhash.c (e_dbhash_foreach_key): null out DBT memory prior to -- cgit