aboutsummaryrefslogtreecommitdiff
path: root/src/compose.c
AgeCommit message (Expand)Author
2005-11-22remember the last compose window position.hiro
2005-11-21win32: fixed compose window appeared always top-left.hiro
2005-11-21compose.c: give priority to locale to UTF-8 conversion.hiro
2005-11-17compose.c: made edit mark less intrusive.hiro
2005-11-17implemented spell checking.hiro
2005-11-16don't reply to list for subscribe confirmation request etc.hiro
2005-11-16fixed compilation error if GPGME is not enabled.hiro
2005-11-14fixes occasional summary update failure on win32 and some filesystems.hiro
2005-11-11fixed separator of newsgroups.hiro
2005-11-10hide PGP checkboxes if PGP is not available.hiro
2005-11-09allow drop of files in the whole compose window. Disabled insertion of text b...hiro
2005-11-07implemented auto-save.hiro
2005-11-04fixed a crash when the external editor was terminated while opening confirmat...hiro
2005-11-02src/compose.c: unlink compose->exteditor_file if exist.hiro
2005-11-02compose.c: stop watching of child process in case something weird happened.hiro
2005-11-02src/compose.c: fixed for win32.hiro
2005-11-02reimplemented external editor with GSpawn and GChildWatch.hiro
2005-10-27fixed initially wrong widget size of option menu in compose window.hiro
2005-10-26modification for ML post with Reply-To.hiro
2005-10-14made some warnings just debug messages.hiro
2005-09-28only show subject on the compose titlebar.hiro
2005-09-27display the subject line in the window title bar.hiro
2005-09-21removed mbs/wcs functions which are no longer required.hiro
2005-09-16don't display code conversion error and line limit warning on draft mode.hiro
2005-09-14normalize address fields before encoding them.hiro
2005-08-30separated UI code from prefs.c.hiro
2005-08-29fixed broken message/* attachments on pgp-sign.hiro
2005-08-26the line space setting now applies to the compose window.hiro
2005-08-18disabled GtkHandleBox.hiro
2005-08-08added wrappers for C library function that take pathname arguments.hiro
2005-08-05enabled compilation with MinGW.hiro
2005-08-04braced some Unix-specific code with ifdef.hiro
2005-08-04replaced random() with g_random_*().hiro
2005-08-02fixed gcc-4.0 warnings.hiro
2005-07-19added a hack to prevent duplicated insertion to compose.hiro
2005-07-19don't break line after '/' on compose.hiro
2005-07-19modification for DnD.hiro
2005-07-12don't break line after '-'.hiro
2005-07-12modified several alerts, and added accelerators for the buttons.hiro
2005-07-11use Content-Type's charset as a fallback encoding of broken header strings wh...hiro
2005-07-11compose.c: don't convert encoding if inserted file is UTF-8.hiro
2005-07-11fixed duplicate signature problem in re-edit or after editing with external e...hiro
2005-07-11compose.[ch]: replaced gdk_input_*() with GIOChannel.hiro
2005-07-08put existing window in front when trying to reedit draft/queued messages whic...hiro
2005-07-08modified alert dialogs.hiro
2005-07-06replaced sylpheed logo with new one.hiro
2005-07-06added 'insert signature' icon.hiro
2005-07-05replaced pixmaps icons with png images.hiro
2005-06-30when sending messages, check for line length limit and display warning if exc...hiro
2005-06-21added an option to encrypt when replying to encrypted message.hiro