increased SYL_PLUGIN_INTERFACE_VERSION.
added 'account-updated' signal to SylApp.
svn s
added <IMAPFolder> and <NewsFolder> to parent factory.
configure.in: increased LT_CURRENT because the interface is not completely compatible.
add a new flag: RemoteFolder::remove_cache_on_destroy.
show waiting dialog on creating folder tree after creating new IMAP account.
fix for connection failure.
sock_connect_with_timeout(): use non-blocking socket and select() for connection timeout.
fixed a bug that prohibited query search on IMAP folders. Don't call gtk_main_iteration() from non-main threads.
fixed unintended drag start on IMAP.
more fix for UID more than INT_MAX.
don't allow parallel multiple command on IMAP.
src/update_check.c: fixed freeze bug on showing dialog.
made 3.0.0beta1 release.
updated def files.
added Windows 7 as supported platform.
fixed a typo.
src/addressbook.c: modifled the design.
src/addressbook.c: change selection if a non-selected row is right-clicked.
sock_connect_async_thread(): fixed a crash when connection failed.
removed debug print.
updated NEWS.
updated INSTALL and TODO.
made release version have priority over development version on update check.
src/addressbook.c: expand tree row when double-clicked.
src/addressbook.c: automatically sort the tree and list.
src/addressbook.c: don't change selection when the list is right-clicked.
addressbook_move_nodes_up(): init variables.
reimplemented addressbook_move_nodes_up().
reimplemented the list view of address book UI with GtkTreeView.
reimplemented the folder tree of address bookb UI with GtkTreeView.
made threads enabled by default.
fixed a bug that could not fetch UID more than INT_MAX.
updated Sylpheed FAQ and README.
updated hu.po.
updated uk.po.
made tzoffset related functions thread-safe.
libsylph: use itos_buf() because itos() is not thread-safe.
properly check plug-in version.
made codeconv module thread-safe. update search window using timer.
added new plug-in APIs.
use g_atomic_int_{get,set} for thread terminate flags.
made send dialog non-modal.
fixed compilation without thread support.
destroy async queue when finished.
makewin32.sh: added --enable-threads.
execute query search in another thread.
fixed a bug that MIME flag was not properly set on receiving.
mh.c: mh_get_mtime(): fixed memory leak. Added global locks to each functions.
src/rpop3.c: added missing GDK locks.
removed some debug prints. uncommented code block for unix.
imap_session_destroy(): free thread pool.
display status on loading plug-ins.
logwindow.c: reduced debug print.
execute imap_get_uncached_messages() in another thread.
added missing locks on idle callbacks.
logwindow.c: modified debug print.
libsylph/imap.c: reimplemented using GThreadPool.
libsylph/imap.c: refactored.
execute imap_cmd_fetch() in another thread.
execute imap_cmd_ok() in another thread.
imap.c: connect in another thread.
made writing to log file thread-safe.
made GDK locks reentrant, and made LogWindow thread-safe.
fixed the handling of GDK thread lock.
disable threading if USE_THREADS is not set.
configure.in: re-enabled --enable-threads option.
introduced multi-threading.
folderview_new_folder_cb(): win32: fixed prohibited character check.
generate cache on adding messages.
minor optimization: use g_slist_prepend() for mark/cache queue.
use MsgFlagInfo struct for mark queue to reduce its memory usage.
update summary cache on eml import.
update summary cache on move/copy.
update summary cache when importing from mbox.
update summary caches on receiving.
updated po files.
show progress when scanning folders.
set_log_file(): open log file as text mode.
updated manual. made 2.7.1 release.
added -version-info to libtool.
don't overwrite existing file.
import.c: modified label.
implemented export to .eml or MH files.
emit remove-msg signal after add-msg for speedup.
removed 'eml (file)'. Update description label.
updated configure.in.
show progress bar on export. modified menu label and function names.
implemented eml file import (with folder)
added eml file import (one file).
added format selection menu, and refactored the code.