diff options
author | Dan Winship <danw@src.gnome.org> | 2002-03-22 23:46:20 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2002-03-22 23:46:20 +0800 |
commit | 3e6b83577e82d3d1795ba0fce874abebba44ea22 (patch) | |
tree | f29b719a744296fb8dacc450d363b12ec1fde2eb /e-util/ChangeLog | |
parent | 209b7548bc44dc587b37e64bc412d68bc400bdda (diff) | |
download | gsoc2013-evolution-3e6b83577e82d3d1795ba0fce874abebba44ea22.tar.gz gsoc2013-evolution-3e6b83577e82d3d1795ba0fce874abebba44ea22.tar.zst gsoc2013-evolution-3e6b83577e82d3d1795ba0fce874abebba44ea22.zip |
Document the fact that this takes two locale charset strings and one UTF8
* e-request.c (e_request_string): Document the fact that this
takes two locale charset strings and one UTF8 string and returns a
UTF8 string. (Huh.)
svn path=/trunk/; revision=16226
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r-- | e-util/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index b50d12c6dd..4a8f529318 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,9 @@ +2002-03-22 Dan Winship <danw@ximian.com> + + * e-request.c (e_request_string): Document the fact that this + takes two locale charset strings and one UTF8 string and returns a + UTF8 string. (Huh.) + 2002-03-04 Jeffrey Stedfast <fejj@ximian.com> * e-mktemp.c: #include <string.h> for strcmp. |