win32: use ShellExecute() to launch attachments.
enabled the property of the top folder.
fixed parsing of literal data (skip quotes)
also log IMAP4 literal strings.
win32: make alert dialog in front on focus out.
fixed prefix on G_LOG_LEVEL_WARNING.
fixed parsing of literal data in IMAP4 response.
brought back 'Crate filter rule' in the context menu.
fixed the label 'Type' not aligned to right at folder property dialog.
updated po files.
output g_log() messages to the log window and log file. Disabled console window on win32.
updated ChangeLog.ja.
fixed DnD on Win32.
fixed crashes on abnormal date.
support literals in IMAP response.
conv_filename_from_utf8(), conv_filename_to_utf8(): put an assertion.
added file system path info to folder prefs.
win32: environmental variable fix.
win32: include startup directory into PATH for GSpawn.
fixed a typo in makewin32.sh.
support SSL on win32.
fixed my_tmpfile() for win32.
win32: fixed not-working translation on non-ascii directory.
fixed rename on win32.
Win32: set the default font to 'MS Gothic 12' on Japanese environment.
made 2.1.3 release.
updated NEWS.
make the message catalog location absolute path if LOCALEDIR is relative.
updated pt_BR.po.
only show subject on the compose titlebar.
fixed S/MIME.
src/rfc2015.c: check_signature(): set transfer encoding for S/MIME.
display the subject line in the window title bar.
verify PKCS#7 (S/MIME) signature.
modified ChangeLog.
libsylph/html.c: improved entity references conversion.
implemented 'Save all'.
summaryview.c: align selected row to center when reached to the edge on key operation.
summaryview.c: keep selecting row after changing thread display.
configure.in: removed mbs/wcs functions check.
removed mbs/wcs functions which are no longer required.
don't display checkbox if 'get all' is unavailable in account edit dialog.
don't display checkbox on non-selectable rows in subscribe dialog.
reimplemented grouplistdialog with GtkTreeView.
updated it.po.
don't display code conversion error and line limit warning on draft mode.
modified the display of folder view.
made 2.1.2 release.
use $DATADIRNAME for $localedir if it is defined.
re-enabled prefs_common.allow_jisx0201_kana.
fixed warnings about signedness difference.
normalize address fields before encoding them.
updated files to be included in tarball.
changed the license of LibSylph from GPL to LGPL.
fixed sorting bug when flags changed.
updated COPYING and added COPYING.LIB.
added 'View/Sort/by thread date'.
imap.c: changed the message number limit on COPY.
updated zh_TW.Big5.po.
added missing translation string.
update progress bar when executing long IMAP4 operations.
fixed the folder tree bug of addressbook.
md5_hmac_get(): minor code cleanup.
added missing files in POTFILES.in.
replaced md5.[ch] with public domain code in GNet.
use ${datadir} instead of ${prefix}/${DATADIRNAME}.
moved mbox.[ch] into libsylph.
imap.c: limit number of messages to be copied at a time with COPY command to prevent network timeout.
adjusted the freqency of UI update on IMAP4.
support UTF-8 in guessing Japanese encoding.
added UI hints for IMAP4 operation.
save GPG settings even if GPGME is disabled.
imap.c: show progress when executing operations which takes long time.
moved more modules to libsylph.
moved procmsg.c::procmsg_get_filter_keyword() to filter.c::filter_get_keyword_from_msg().
made query-password function UI independent.
moved procmsg.c::procmsg_send_queue() to send_message.c::send_message_queue_all().
fixed signedness warnings.
moved two functions from prefs_filter.c to filter.c.
moved prefs_filter_read_config() to filter.c.
moved recv.[ch] to libsylph.
moved html.[ch] to libsylph.
removed unused headers.
removed main.h inclusion from account.c.
separated UI code from account.c.
added src/enums.h.
separated some enums to reduce dependency.
more code cleanups.
separated UI code from prefs_common.c and prefs_account.c.
enable compilation on MinGW.
updated po directory.
use hash table in prefs.c.
added svn:ignore to libsylph.
made some core modules library (libsylph).