aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-01-21 04:41:10 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-01-21 04:41:10 +0000
commit9e5073da15a5359189724b670e5ed19cb6c4b0cb (patch)
tree129fa1e38f484d4d38179df9fac7ba03cd2b68a0 /ChangeLog
parentb103e4cf960dd4c9e601d63206388f35b657f19a (diff)
several code conversion fix.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@27 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 82b44a92..be80727a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,13 @@
2005-01-21
* src/colorlabel.c: removed include of gdk/gdkx.h.
+ * src/compose.c: compose_connect_changed_callbacks(): fixed a typo.
+ * src/codeconv.[ch]: added conv_utf8todisp().
+ * src/sourcewindow.c: source_window_append()
+ src/textview.c: textview_write_line(), textview_write_link()
+ src/unmime.c: unmime_header()
+ src/html.c: html_read_line(): assume the encoding of source
+ string is UTF-8 instead of locale encoding.
2005-01-20