aboutsummaryrefslogtreecommitdiff
path: root/src/compose.c
AgeCommit message (Collapse)Author
2005-02-28generate References: from In-Reply-To: even if the parent message doesn't ↵hiro
have Message-Id:. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@133 ee746299-78ed-0310-b773-934348b2243d
2005-02-25output printing text with locale encoding, and removed broken locale ↵hiro
specific HTML entity reference conversion. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@129 ee746299-78ed-0310-b773-934348b2243d
2005-02-25replaced GtkFileSelection with GtkFileChooserDialog.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@128 ee746299-78ed-0310-b773-934348b2243d
2005-02-24force transfer encoding of attachments for PGP.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@124 ee746299-78ed-0310-b773-934348b2243d
2005-02-21compose.c: improved auto-wrapping.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@118 ee746299-78ed-0310-b773-934348b2243d
2005-02-18compose.c: removed extra spaces between the next line when joining.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@115 ee746299-78ed-0310-b773-934348b2243d
2005-02-18comply with 'Wrap quotation' setting.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@114 ee746299-78ed-0310-b773-934348b2243d
2005-02-18don't use gtk-2.6 only API.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@111 ee746299-78ed-0310-b773-934348b2243d
2005-02-17implemented new line-wrapping routine.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@110 ee746299-78ed-0310-b773-934348b2243d
2005-02-10fixed incompatibility of PGP sign with trailing spaces.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@107 ee746299-78ed-0310-b773-934348b2243d
2005-02-10automatically show horizontal scroll bar in text view.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@106 ee746299-78ed-0310-b773-934348b2243d
2005-02-08fixed non-utf8 filename handlings.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@99 ee746299-78ed-0310-b773-934348b2243d
2005-02-07replaced intl.h with glib/gi18n.h.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@92 ee746299-78ed-0310-b773-934348b2243d
2005-02-03compose.c: use normal API for setting font.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@83 ee746299-78ed-0310-b773-934348b2243d
2005-02-03undef WRAP_DEBUG.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@80 ee746299-78ed-0310-b773-934348b2243d
2005-02-02compose.[ch]: removed unrequired member.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@73 ee746299-78ed-0310-b773-934348b2243d
2005-02-02compose.c::get_indent_length() use GtkTextIter for the loop.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@72 ee746299-78ed-0310-b773-934348b2243d
2005-02-02compose.c: speed up wrap line a bit.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@71 ee746299-78ed-0310-b773-934348b2243d
2005-02-02fixed text truncation bugs in compose window.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@70 ee746299-78ed-0310-b773-934348b2243d
2005-01-28compose.c: removed redundant code for Ctrl-Enter handling.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@52 ee746299-78ed-0310-b773-934348b2243d
2005-01-26added constant C_INTERNAL and CS_INTERNAL.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@41 ee746299-78ed-0310-b773-934348b2243d
2005-01-24use GTK stock button for button set.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@36 ee746299-78ed-0310-b773-934348b2243d
2005-01-23use GTK stock button for dialog button set.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@30 ee746299-78ed-0310-b773-934348b2243d
2005-01-21several code conversion fix.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@27 ee746299-78ed-0310-b773-934348b2243d
2005-01-19compose.c: fixed broken signature replacement.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@21 ee746299-78ed-0310-b773-934348b2243d
2005-01-19compose.c, undo.c: fixed wrong signal connection, modified ruler and toolbar ↵hiro
sizing. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@16 ee746299-78ed-0310-b773-934348b2243d
2005-01-14fix code conversions, add conv_iconv_strdup_with_cd(), and use EUC-JP-MS for ↵hiro
JIS to UTF-8 conversion if available. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@7 ee746299-78ed-0310-b773-934348b2243d
2005-01-13set shadow type of GtkTextView, and don't set border_width of toolbars.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@4 ee746299-78ed-0310-b773-934348b2243d
2005-01-12Initial import of Sylpheed (GTK2 version).hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1 ee746299-78ed-0310-b773-934348b2243d