src/textview.c: insert space between continuous links to avoid non-responsive links.
src/printing.c: modified debug output.
refactored MessageView/MimeView/
added an option to prefer HTML part in multipart/alternative.
src/printing.c: print all texts in messages, not only the first one.
messageview_save_as(): added the feature to save message as plain text.
added the feature to save message as plain text (locale or UTF-8 encoding).
src/quote_fmt_parse.y: insert current date with %d for a new message.
when marking a message as junk and moving to junk folder, select proper junk folder instead of a default one.
src/quote_fmt_parse.y: prohibit warnings when target message does not exist.
src/compose.c: compose_template_apply(): enabled quotation of messages on forwarding.
src/compose.c: refactored compose_quote_fmt().
updated src/libsylpheed-plugin-0.def.
notification_window_set_message(): check if the window exists.
added an option: 'Do not classify message as junk if sender is in the address book'
adjusted paddings of notification again.
adjusted paddings.
adjusted paddings of notification window.
added plug-in API for notification window.
modified notification window.
added option: 'Show notification window when new messages arrive'
implemented new message notification popup window.
made 3.4.0beta1 release.
updated command line help.
remote mailbox: Changed 'Refresh' button/menu to 'Resume'.
remote mailbox: do not disconnect immediately but send QUIT on normal POP3 errors.
changed safe mode option to '--safe-mode'.
made the button sensitivity and Stop/Refresh label of remote mailbox dialog consistent.
check the existence of destination folder when editing filter rule.
do not disconnect immediately but send QUIT on normal POP3 errors.
added safe mode (don't load plug-ins).
fixed hyperlink when 'Show attached files first on message view' option was set.
removed includedir from include path in Makefiles.
fixed long-standing drag begin bug on IMAP folders (#93).
minor optimization for headerview tooltips.
removed debug output.
Don't show previous tooltips on headerview when cleared.
fixed tooltips on windows.
removed redundant gtk_tooltips_new() and destroy GtkTooltips object on close.
added tooltips of header labels.
added an option to specify the position of attach tool button.
enabled viewing of external rfc822 message files. Recognize mailto: or file: URL argument without command-line option.
src/export.c: pass the opened FolderItem when 'Export only selected messages' is enabled.
made export/import progress dialog cancellable.
added 'Export only selected messages' option to the export dialog.
enable quick launch from the attach tool menu.
moved Images option in Display - Attach tab.
prefs_common_dialog.c: fixed description.
improved the new attachmemts interface.
possible fix for gmodule link error on some environments (#74). Updated copyright year.
adjusted the width of the attach column.
replaced the clip icon with more visible one on selected row.
added 'show_attach_tab' option (no UI) which toggles the Attachment tab and toggle button.
fixed 'Stop' button didn't become inactive after POP3 session finished.
removed 'dereferencing type-punned pointer will break strict-aliasing rules' compiler warnings.
removed label warning on non-win32.
modified the width of tool menu arrow button.
added tooltip for message view toggle arrow.
fixed a memory leak of a GtkItemFactory.
disabled 'Save all...' menu on attach view if attached files with file name do not exist.
added attached filenames to the tool menu.
src/messageview.c: modified menu label.
changed the Text/Attachments tab to a toggle button.
compose_attach_property(): force focus for compsoe window (will fix #70).
included server name in the receive error dialog.
src/filesel.c: win32: handle multiple file selection with shortcuts.
win32: follow Windows shortcut (.lnk) on file selection dialog.
src/inc.c: properly detect DNS lookup error when session_connect_full() failed immediately.
differentiate DNS lookup error from connection errors.
fixed a bug that messages could not be sent with POP before SMTP enabled.
properly set line-space for auto-wrapped lines (fixes Bug #64).
open compose window before receiving on startup.
fixed Bug #54: Focus problem when reediting/forwarding emails after attachment deleted
loosen up queue/draft check on mail check is running.
src/inc.c: use a flag to distinguish the state of activity.
src/compose.c: cancel sending if new mail check is running.
updated copyright year.
win32: added an option to play sound when new messages arrive.
modified copyright year.
removed compiler warnings caused by usage of gboolean as gpointer.
fixed Bug #52: Address autocomplete: Not possible to select drop-down list element with arrow keys (Linux)
removed unrequired debug prints.
fixed Bug #47: Address book: Cancel editing contact results in click-and-drag behaviour
fixed a bug that a MIME part that didn't have a name could not be saved.
preserve the last selected folders between sessions.
show the detail of new messages on the trayicon tooltip.
also use first and last name for address completion.
src/addr_compl.c: also match to the subsequent part of the name of contacts (Bug #51).
don't open in-page link of HTML mail.
adjusted the menu position of account popup and toolbar arrow.
also support Shift+F10 for menu popup.
src/summaryview.c: enabled menu popup with Menu key.
src/folderview.c: enabled menu popup with Menu key.
fixed compilation error with Fink + OS X (Bug #42).
fixed a bug that filter settings are removed if Escape key is pressed quickly on auto filter rule creation.
made 'is shorter than' default for 'Age' condition on filter/search dialog.
added new plug-in signals for preferences dialogs (#30)
also add .eml extension on File - Save as menu of a message view window.
added new plug-in signals to notify start and end of receiving.
extended the blinking period of tray icon to 10 seconds.