compose.c: made edit mark less intrusive.
win32: fixed startup directory. add sylpheed-mailto-protocol.reg to EXTRA_DIST.
added sylpheed-mailto-protocol.reg.
Fixed window focus after closing quote colors dialog.
fixed crash when quote colors dialog was closed by the window close button.
show GtkSpell in compiled-in features.
configure.in: fixed wrong status report of GtkSpell.
implemented spell checking.
don't reply to list for subscribe confirmation request etc.
don't show '+' (unread) mark even if unread messages are in Trash.
fixed a bug that the selection was broken (and sometimes crashed) when mark, unread, and colorlabel flags were changed while the summary was sorted by the flags.
fixed compilation error if GPGME is not enabled.
updated NEWS.
fixed date in ChangeLog.
popup main window if edit account dialog is not present.
win32: the method of detecting executables was modified.
fixes occasional summary update failure on win32 and some filesystems.
updated it.po.
prevent integer overflow on summary status.
added separator between the summary status and the header pane.
fixed separator of newsgroups.
win32: disable digit locale variable such as 'LANG=1041'.
removed the outer border of mainwindow.
don't show gpg warning on win32 by default.
hide PGP checkboxes if PGP is not available.
check if OpenPGP protocol is available on startup.
updated de.po and pt_BR.po.
win32: fixed window focus problem on account dialog and filter dialog.
allow drop of files in the whole compose window. Disabled insertion of text by DnD.
made 2.1.6 release.
src/ldif.c: ldif_get_line(): fixed buffer overflow.
added '--exit' command line option.
implemented auto-save.
hide options which is useless on win32.
moved the location of fallback_encoding.
fixed a crash when the external editor was terminated while opening confirmation dialog.
updated po files.
added preset menu for junk learning commands.
follow the 'mark_junk_as_read' setting when marking as junk.
popup main window when account edit dialog is closed.
added an option to mark filtered junk mails as read.
updated TODO.
src/compose.c: unlink compose->exteditor_file if exist.
compose.c: stop watching of child process in case something weird happened.
src/compose.c: fixed for win32.
reimplemented external editor with GSpawn and GChildWatch.
moved fallback encoding setting to Advanced tab.
fixed focus problem in win32.
added fallback encoding setting.
win32: added program icon.
execute_sync(): win32: get exit status of child process by not using helper program.
updated sv.po.
fixed scroll jumping on focus of textview in mimeview.
made 2.1.5 release.
modified REMOTE_CMD_PORT.
libsylph/socket.c: fd_accept(): enabled on win32.
win32: implemented remote command using TCP socket.
fixed initially wrong widget size of option menu in compose window.
win32: read mime.types in startup directory.
added a setting to delete filtered junk mails from server.
modification for ML post with Reply-To.
use GLib functions to extract URIs if available.
win32: convert locale string to UTF-8 when setting rc dir.
display confirmation dialog instead of input dialog when printing.
fixed a typo.
changed zh_TW.Big5 to zh_TW.
updated uk.po.
win32: use ShellExecute() on print.
match the output header for printing to the message view.
make input dialog in front on focus out.
create/destroy input dialog each time it is displayed.
set the title of separated message window to '(Subject) - Sylpheed.
fixed the problem that DnD didn't work on GTK+ 2.8
src/main.c: replaced gdk_input_add() with GIOChannel.
textview.c: optimized a bit.
textview.c: don't move cursor if selection exists.
fixed execution failure on filtering if a file path includes space.
textview.c: fixed a problem that the view was scrolled to top when it got focus.
added '--configdir' option which specifies config directory.
win32: modified the default commands.
made 2.1.4 release.
prefs_filter_open(): correct focus when msginfo is specified.
win32: made the default editor command 'notepad'.
adjusted the minimum input dialog size.
win32: fixed compilation failure.
added the default browser to the option of URI command.
handle destroy event properly.
win32: use ShellExecute() to open URI.
win32: restrict launching of executable files.
makewin32.sh: modified the optimization flags.
win32: prohibit duplicate exec using CreateMutex().
made some warnings just debug messages.