diff options
author | Jeffrey Stedfast <fejj@novell.com> | 2004-08-06 01:38:05 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-08-06 01:38:05 +0800 |
commit | 796231864882de932677fb1adb5296143d9a3f38 (patch) | |
tree | c2734d0c915b1fab27f0da3e5fc099c669c8a0c9 /camel/ChangeLog | |
parent | 132c7a5a27f26c2a6f0dcb569cbf05d13fc9b1e2 (diff) | |
download | gsoc2013-evolution-796231864882de932677fb1adb5296143d9a3f38.tar gsoc2013-evolution-796231864882de932677fb1adb5296143d9a3f38.tar.gz gsoc2013-evolution-796231864882de932677fb1adb5296143d9a3f38.tar.bz2 gsoc2013-evolution-796231864882de932677fb1adb5296143d9a3f38.tar.lz gsoc2013-evolution-796231864882de932677fb1adb5296143d9a3f38.tar.xz gsoc2013-evolution-796231864882de932677fb1adb5296143d9a3f38.tar.zst gsoc2013-evolution-796231864882de932677fb1adb5296143d9a3f38.zip |
In the case of start() or end() failing, loop starting with the first
2004-08-03 Jeffrey Stedfast <fejj@novell.com>
* camel-url-scanner.c (camel_url_scanner_scan): In the case of
start() or end() failing, loop starting with the first character
immediately following the failed match position. Fixes bug #62136.
svn path=/trunk/; revision=26831
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index f0df9b17c1..4a9c83f055 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -4,6 +4,12 @@ 2004-08-03 Jeffrey Stedfast <fejj@novell.com> + * camel-url-scanner.c (camel_url_scanner_scan): In the case of + start() or end() failing, loop starting with the first character + immediately following the failed match position. Fixes bug #62136. + +2004-08-03 Jeffrey Stedfast <fejj@novell.com> + * providers/imap4/camel-imap4-store.c (imap4_construct): Pass a reconnect func. |