added NEWS, and made 2.1.0 release.
moved NEWS to NEWS-2.0.
fix for config dir.
fixed ifdef.
modified directories for Windows convention.
updated po.
use GDir instead of directly using opendir().
added wrappers for C library function that take pathname arguments.
modification for Win32.
check filename encoding only on Unix on startup.
defs.h: modification for Win32.
some fixes for Win32.
close queue file before removing it.
MinGW fix.
check for regex.h and regcomp().
added rename_force().
enabled compilation with MinGW.
braced some Unix-specific code with ifdef.
configure.in: add -mms-bitfields to CFLAGS if the target is MinGW.
removed locale-dependent tolower().
replaced random() with g_random_*().
modified version display.
undef MEASURE_TIME in mh.c.
improved portability.
utils.c: replaced fork() + exec() with GSpawn.
updated it.po.
fixed gcc-4.0 warnings.
updated hu.po.
updated documents, and made 2.0.0 release.
updated de.po and pt_BR.po.
made 2.0.0rc release.
added spacing for vbox of header view.
updated NEWS.
fixed cache discrepancy on Draft folder.
fixed modified-UTF7 to UTF-8 conversion.
display path in folder property with GtkLabel.
updated po files.
rfc2015.c: unified indent and minor fixes.
remove temporary files on startup.
added a hack to prevent duplicated insertion to compose.
don't break line after '/' on compose.
modification for DnD.
select correct row after execution on summary when sorting is enabled.
made 2.0.0beta6 release.
made textview_cursor_visible a hidden option.
always don't uncanonicalize files which is not text/* .
modify filter rules after moving folders.
mimeview.c: included missing modification.
made the file size of attachments more accurate, and human-readable.
display folder names of folder selection dialog with new/unread representation.
don't break line after '-'.
added a new app icon.
clear summary cache to prevent cache discrepancy after sending from queue.
modified several alerts, and added accelerators for the buttons.
added margin for visibility when scrolling summary.
use Content-Type's charset as a fallback encoding of broken header strings when replying.
compose.c: don't convert encoding if inserted file is UTF-8.
fixed duplicate signature problem in re-edit or after editing with external editor.
don't include some chars in URI.
compose.[ch]: replaced gdk_input_*() with GIOChannel.
made 2.0.0beta5 release.
fixed a crash when cancelling file selection dialog of vCard/JPilot by Escape key.
put existing window in front when trying to reedit draft/queued messages which are already open.
modified alert dialogs.
added G_ALERTCANCEL to AlertValue, and return it if cancelled.
modified the order of search buttons.
made the order of buttons comply with GNOME HIG.
replaced sylpheed logo with new one.
removed unused images.
added 'insert signature' icon.
fixed 'make distcheck'.
added svn:ignore to src/pixmaps.
removed unused xpm files.
replaced pixmaps icons with png images.
mark cache as dirty if open failed.
made 2.0.0beta4 release.
updated lt.po.
fixed selection becoming wrong when another folder was clicked quickly.
unified mh_move_folder and mh_rename_folder.
implemented IMAP4 folder move.
implemented folder move.
fixed a bug in syncing folder path.
reflect flag changes of manual filtering to IMAP server.
when sending messages, check for line length limit and display warning if exceeds.
updated README.
check for filename encoding on the first run.
reverted the previous change of Date: header.
overwrite Date: header with current time when sending from queue.
put a warning if invalid filenames appear on the scan of MH folder.
fixed a possible crash on the view change from imageview to textview.
show SSL verify result as string.