aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-06-30 05:49:54 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-06-30 05:49:54 +0000
commitf3fb1172b4b6ecf8254e52d03bb326f78cd58e57 (patch)
tree3d3da8c64e6ad1a1f1025fdf89d12bc43538a484 /ChangeLog
parent59e5f5b6f481f379846734755603bae75eb98460 (diff)
when sending messages, check for line length limit and display warning if exceeds.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@386 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 39374aa3..c28c4ffd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-06-30
+
+ * src/compose.c: compose_write_to_file(): check for line length limit
+ and display warning if exceeds.
+ * src/utils.[ch]: check_line_length(): new.
+
2005-06-29
* src/main.c: main(): check for filename encoding on the first run.