aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2011-05-13 05:33:48 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2011-05-13 05:33:48 +0000
commiteb5d5e51e95f8caeee7231b445b0006f3cbe8351 (patch)
tree7a3e8f63b8af026ae3a6df65e70c5f3b4f5cd206 /ChangeLog
parent6a7a4a09d9217dbe071475c1d7edbd282339eb27 (diff)
textview_make_clickable_parts(): removed alloca() and use GSList.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2876 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 434efce9..78874107 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-05-13
+
+ * src/textview.c: textview_make_clickable_parts(): removed alloca()
+ and use GSList.
+
2011-05-12
* src/prefs_ui.c: removed alloca() calls.