aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-03-27 08:19:53 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-03-27 08:19:53 +0000
commit1ad1a3e1721e99e8b2c055328e98297dc06dd907 (patch)
treee7646b8e4a458715d7e0b1a5a105ae9b532d0d09 /ChangeLog
parent505ab32fedc5de7984c2a4d1095d60dd292e0fd5 (diff)
fixed a bug that bold face was disabled with GLib 2.10 and Pango 1.12.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1058 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 432b7290..4471cd61 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2006-03-27
+
+ * libsylph/utils.[ch]: subst_control(): new.
+ * libsylph/procheader.c: procheader_parse_stream(): remove control
+ characters from headers.
+ * src/folderview.c
+ src/summaryview.c: fixed a bug that bold face was disabled with
+ GLib 2.10 and Pango 1.12.
+
2006-03-24
* src/summaryview.[ch]: added the clear button for quick search entry.