aboutsummaryrefslogtreecommitdiff
path: root/src/compose.c
AgeCommit message (Collapse)Author
2005-08-18disabled GtkHandleBox.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@489 ee746299-78ed-0310-b773-934348b2243d
2005-08-08added wrappers for C library function that take pathname arguments.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@478 ee746299-78ed-0310-b773-934348b2243d
2005-08-05enabled compilation with MinGW.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@469 ee746299-78ed-0310-b773-934348b2243d
2005-08-04braced some Unix-specific code with ifdef.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@467 ee746299-78ed-0310-b773-934348b2243d
2005-08-04replaced random() with g_random_*().hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@464 ee746299-78ed-0310-b773-934348b2243d
2005-08-02fixed gcc-4.0 warnings.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@457 ee746299-78ed-0310-b773-934348b2243d
2005-07-19added a hack to prevent duplicated insertion to compose.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@437 ee746299-78ed-0310-b773-934348b2243d
2005-07-19don't break line after '/' on compose.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@436 ee746299-78ed-0310-b773-934348b2243d
2005-07-19modification for DnD.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@435 ee746299-78ed-0310-b773-934348b2243d
2005-07-12don't break line after '-'.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@425 ee746299-78ed-0310-b773-934348b2243d
2005-07-12modified several alerts, and added accelerators for the buttons.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@421 ee746299-78ed-0310-b773-934348b2243d
2005-07-11use Content-Type's charset as a fallback encoding of broken header strings ↵hiro
when replying. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@419 ee746299-78ed-0310-b773-934348b2243d
2005-07-11compose.c: don't convert encoding if inserted file is UTF-8.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@418 ee746299-78ed-0310-b773-934348b2243d
2005-07-11fixed duplicate signature problem in re-edit or after editing with external ↵hiro
editor. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@417 ee746299-78ed-0310-b773-934348b2243d
2005-07-11compose.[ch]: replaced gdk_input_*() with GIOChannel.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@415 ee746299-78ed-0310-b773-934348b2243d
2005-07-08put existing window in front when trying to reedit draft/queued messages ↵hiro
which are already open. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@409 ee746299-78ed-0310-b773-934348b2243d
2005-07-08modified alert dialogs.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@408 ee746299-78ed-0310-b773-934348b2243d
2005-07-06replaced sylpheed logo with new one.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@404 ee746299-78ed-0310-b773-934348b2243d
2005-07-06added 'insert signature' icon.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@402 ee746299-78ed-0310-b773-934348b2243d
2005-07-05replaced pixmaps icons with png images.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@398 ee746299-78ed-0310-b773-934348b2243d
2005-06-30when sending messages, check for line length limit and display warning if ↵hiro
exceeds. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@386 ee746299-78ed-0310-b773-934348b2243d
2005-06-21added an option to encrypt when replying to encrypted message.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@357 ee746299-78ed-0310-b773-934348b2243d
2005-06-15made 'File/Insert signature' replace current signature, or add it to the bottom.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@343 ee746299-78ed-0310-b773-934348b2243d
2005-06-14scroll the view to the cursor position after paste.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@341 ee746299-78ed-0310-b773-934348b2243d
2005-06-14compose scroll fix.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@340 ee746299-78ed-0310-b773-934348b2243d
2005-06-14scroll the compose view to the cursor position after inserting signatures or ↵hiro
files. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@339 ee746299-78ed-0310-b773-934348b2243d
2005-06-10fixed Turkish locale problem.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@333 ee746299-78ed-0310-b773-934348b2243d
2005-06-07added an option to apply filter rules to sent messages.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@317 ee746299-78ed-0310-b773-934348b2243d
2005-06-06don't use 'destroy' signal to destroy Compose object.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@315 ee746299-78ed-0310-b773-934348b2243d
2005-06-06added Hebrew encoding.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@312 ee746299-78ed-0310-b773-934348b2243d
2005-06-03improved the DnD.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@310 ee746299-78ed-0310-b773-934348b2243d
2005-05-27don't interpret Bcc header field of mailto URL.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@294 ee746299-78ed-0310-b773-934348b2243d
2005-05-27optimized the writing of mark file.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@293 ee746299-78ed-0310-b773-934348b2243d
2005-05-24disable attach toggle button for now.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@284 ee746299-78ed-0310-b773-934348b2243d
2005-05-24added a toggle button for the attachment pane.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@283 ee746299-78ed-0310-b773-934348b2243d
2005-05-24reimplemented the attachment list with GtkTreeView. Fixed attaching of ↵hiro
locale filename. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@282 ee746299-78ed-0310-b773-934348b2243d
2005-05-23added PGP Sign/Encrypt check button on the compose window.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@279 ee746299-78ed-0310-b773-934348b2243d
2005-05-09reimplemented summary view with GtkTreeView.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@237 ee746299-78ed-0310-b773-934348b2243d
2005-04-19removed '/Edit/Advanced' menu.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@220 ee746299-78ed-0310-b773-934348b2243d
2005-04-12support GBK (and X-GBK) encoding.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@211 ee746299-78ed-0310-b773-934348b2243d
2005-04-12don't encode clearsigned text.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@210 ee746299-78ed-0310-b773-934348b2243d
2005-03-29don't join (presumably) itemized lines on line-wrapping.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@194 ee746299-78ed-0310-b773-934348b2243d
2005-03-25ignore empty Reply-To: and Followup-To: header when replying.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@188 ee746299-78ed-0310-b773-934348b2243d
2005-03-23Fixed the issue that ISO-8859-1 was forced for headers when body is US-ASCII ↵hiro
only. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@187 ee746299-78ed-0310-b773-934348b2243d
2005-03-16added a menu to temporally change the outgoing encoding to the composition ↵hiro
window. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@175 ee746299-78ed-0310-b773-934348b2243d
2005-03-14fixed a memory leak.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@168 ee746299-78ed-0310-b773-934348b2243d
2005-03-14do a strict check for code conversion when sending.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@167 ee746299-78ed-0310-b773-934348b2243d
2005-03-11stabilized signature replacement of composition window.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@163 ee746299-78ed-0310-b773-934348b2243d
2005-03-09fixed wrapping of quote when auto-wrapping is enabled.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@158 ee746299-78ed-0310-b773-934348b2243d
2005-03-09enabled multiple file selection when attaching files.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@156 ee746299-78ed-0310-b773-934348b2243d