summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2003-08-09 17:35:50 +0000
committerJeffrey Stedfast <fejj@src.gnome.org>2003-08-09 17:35:50 +0000
commit55cbebce684306ef0fc8deacc7ae88b69aa46ff7 (patch)
tree12e4772cf08cef9807585829a9d8e85bd1674034 /TODO
parent0876ae7a9068a83ac7e3e9567aae6f6b85a7e53c (diff)
downloadgmime-55cbebce684306ef0fc8deacc7ae88b69aa46ff7.tar.gz
Added back this symbol in order to avoid breaking ABI.GMIME_2_1_02.1.0
2003-08-09 Jeffrey Stedfast <fejj@ximian.com> * gmime/gmime-charset.c (g_mime_charset_name): Added back this symbol in order to avoid breaking ABI. (g_mime_charset_locale_name): Same.
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/TODO b/TODO
index 5034d93a..3af4aa27 100644
--- a/TODO
+++ b/TODO
@@ -18,8 +18,8 @@ and so *may* be folded differently from the original Content-*
headers.
- make thread-safe? some stuff already is, like the gmime-iconv code
-and some of the other charset stuff. Streams, however, are not. How
-can I do this...?
+and some of the other charset stuff. Streams and other objects,
+however, are not. How can I do this...?
- Possibly make the GMime parser incremental.