diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2003-02-15 04:42:51 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-02-15 04:42:51 +0800 |
commit | e63ba441e610e2b137b4bf986cc839d140eb9c52 (patch) | |
tree | 934787591622ca728294db4db49c92d1221eb661 /camel/ChangeLog | |
parent | 6545e80191916bea8705e0d4feb0e00192b36905 (diff) | |
download | gsoc2013-evolution-e63ba441e610e2b137b4bf986cc839d140eb9c52.tar gsoc2013-evolution-e63ba441e610e2b137b4bf986cc839d140eb9c52.tar.gz gsoc2013-evolution-e63ba441e610e2b137b4bf986cc839d140eb9c52.tar.bz2 gsoc2013-evolution-e63ba441e610e2b137b4bf986cc839d140eb9c52.tar.lz gsoc2013-evolution-e63ba441e610e2b137b4bf986cc839d140eb9c52.tar.xz gsoc2013-evolution-e63ba441e610e2b137b4bf986cc839d140eb9c52.tar.zst gsoc2013-evolution-e63ba441e610e2b137b4bf986cc839d140eb9c52.zip |
Mark chars with the high-bit set as CTRL chars. (camel_url_web_end): If
2003-02-14 Jeffrey Stedfast <fejj@ximian.com>
* camel-url-scanner.c (url_scanner_table_init): Mark chars with
the high-bit set as CTRL chars.
(camel_url_web_end): If the char before the start of the url is an
open-brace, watch out for the matching close-brace.
(camel_url_file_end): Same.
svn path=/trunk/; revision=19913
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index fb47bd7a1d..e95b59616e 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,13 @@ 2003-02-14 Jeffrey Stedfast <fejj@ximian.com> + * camel-url-scanner.c (url_scanner_table_init): Mark chars with + the high-bit set as CTRL chars. + (camel_url_web_end): If the char before the start of the url is an + open-brace, watch out for the matching close-brace. + (camel_url_file_end): Same. + +2003-02-14 Jeffrey Stedfast <fejj@ximian.com> + * camel-smime-context.c (smime_get_password): Same as the gpg and pkcs7 contexts. |