diff options
author | Ron Steinke <rsteinke@src.gnome.org> | 2001-08-03 20:42:06 +0000 |
---|---|---|
committer | Ron Steinke <rsteinke@src.gnome.org> | 2001-08-03 20:42:06 +0000 |
commit | 1ff027aa2ddb2fa3c6adf12c5a3fa1717c5ce25a (patch) | |
tree | 4f330b18c552e7657269ccefb8512de39859d5d4 /ChangeLog.pre-2-10 | |
parent | 44e736270213e443777d22f78916e994a9096938 (diff) | |
download | glib-1ff027aa2ddb2fa3c6adf12c5a3fa1717c5ce25a.tar.gz |
Modified Files: glib/ChangeLog glib/glib/giochannel.c
Modified Files:
glib/ChangeLog glib/glib/giochannel.c
glib/tests/iochannel-test.c
* glib/giochannel.c: Fixed g_io_channel_seek_position()
so that G_SEEK_CUR can be used with UTF-8 encoding
* glib/giochannel.c: Changed test to decide whether
use_buf is encoded_read_buf or read_buf from
"if (channel->do_encode)" to "if (channel->encoding)" to
fix bug 58472
* tests/iochannel-test.c: Fixed so it doesn't output
double newlines
* glib/giochannel.c: Fixed g_io_channel_fill_buffer()
so that encoded_read_buf is created for UTF-8 encoding
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r-- | ChangeLog.pre-2-10 | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index d8929d1fd..2d7822c4c 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,19 @@ +2001-08-03 Ron Steinke <rsteinke@w-link.net> + + * glib/giochannel.c: Fixed g_io_channel_seek_position() + so that G_SEEK_CUR can be used with UTF-8 encoding + + * glib/giochannel.c: Changed test to decide whether + use_buf is encoded_read_buf or read_buf from + "if (channel->do_encode)" to "if (channel->encoding)" to + fix bug 58472 + + * tests/iochannel-test.c: Fixed so it doesn't output + double newlines + + * glib/giochannel.c: Fixed g_io_channel_fill_buffer() + so that encoded_read_buf is created for UTF-8 encoding + 2001-08-03 Darin Adler <darin@bentspoon.com> * tests/strfunc-test.c: (strv_check), (main): |