diff options
author | Zbigniew Chyla <cyba@gnome.pl> | 2001-08-25 02:22:56 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-08-25 02:22:56 +0800 |
commit | 5461762966047b5f482d623a68bc600f8aa44751 (patch) | |
tree | 3dd1ea687cc3da9eea3c7ff178f0fbb72a80dcab /e-util/ChangeLog | |
parent | 921aa25a351f605e54d0d8085eea031fafc1cab2 (diff) | |
download | gsoc2013-evolution-5461762966047b5f482d623a68bc600f8aa44751.tar.gz gsoc2013-evolution-5461762966047b5f482d623a68bc600f8aa44751.tar.zst gsoc2013-evolution-5461762966047b5f482d623a68bc600f8aa44751.zip |
Modified to accept and return UTF-8 string.
2001-08-23 Zbigniew Chyla <cyba@gnome.pl>
* e-request.c (e_request_string): Modified to accept and return UTF-8
string.
svn path=/trunk/; revision=12442
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r-- | e-util/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index b4ddbccce0..fe054a5cde 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,10 @@ +2001-08-23 Zbigniew Chyla <cyba@gnome.pl> + + * e-request.c (e_request_string): Modified to accept and return UTF-8 + string. + It's currently used only in shell/e-shortcuts-view.c and we need UTF-8 + there. + 2001-08-20 Damon Chaplin <damon@ximian.com> * e-time-utils.c (e_time_parse_date): added comments to help |