History | View | Annotate | Download (47.1 kB)
added plug-in API for notification window.
changed safe mode option to '--safe-mode'.
added safe mode (don't load plug-ins).
enabled viewing of external rfc822 message files. Recognize mailto: or file: URL argument without command-line option.
open compose window before receiving on startup.
OS X: changed the location of settings to ~/Library/Application Support/Sylpheed .
implement fix_font_setting() for Mac OS X.
win32: always check if text font is loadable on startup.
Automatically select appropriate Junk folder on filtering.
merged missing wab import code.
fixes restart of process on Win32 when installed on non-ascii path.
merged plug-in update check and automatic update patch.
added new plug-in functions for sending messages.
fixed open_inbox_on_startup setting.
modified ldif parser. Fixed OE import on startup.
enabled cancellation of eml/dbx import.
win32: implemented automatic import of Outlook Express mail stores on first run.
added summary_get_current_folder().
added plug-in APIs.
use default Junk folder when prefs_common.junk_folder is not set.
Fixes accepted SSL certs not loaded when using alternative config dir.
added syl_plugin_summary_show_queued_msgs() and cleanup the code.
added plug-in APIs to get selected messages on summary.
added new plug-in APIs for manipulating the summary view popup menu.
added write lock mode on summary view.
made user-agent string configurable from plug-ins.
added plug-in APIs for folder view.
added some functions for FolderView.
added functions to modify URLs for update check.
allow multiple instances using --instance-id option.
also load plug-ins from user plug-in directory.
update account and folder config files after creating new accounts.
added a new filter match type: is (not) in addressbook.
implemented new account setup wizard.
show more verbose debug messages when checking gpg.
added new plug-in APIs for compose window.
added missing lock on I/O callback (fixes freeze on remote commands).
added configure option '--disable-updatecheck' which disables the update check feature.
made color label text customizable (~/.sylpheed-2.0/colorlabelrc).
added plugin APIs.
added <IMAPFolder> and <NewsFolder> to parent factory.
fixed a bug that prohibited query search on IMAP folders. Don't call gtk_main_iteration() from non-main threads.
added new plug-in APIs.
display status on loading plug-ins.
made GDK locks reentrant, and made LogWindow thread-safe.
fixed the handling of GDK thread lock.
introduced multi-threading.
added plugin API.
merged plugin-test branch into trunk.
added #include <conio.h> for _getch().
check for HAVE_LOCALE_H and ENABLE_NLS.
win32: handle window messages even if console is initialized.
only enable init_console_done on Win32.
win32: handle console ctrl events.
block signals on handler call.
handle SIGHUP/SIGINT/SIGTERM/SIGQUIT signals on Unix.
win32: fixed absolute path was not handled correctly with --attach option.
win32: call app_will_exit() when WM_ENDSESSION is received.
removed all warnings output with -Wall.
disabled the passphrase dialog on query search.
made 2.4.2 release.
added --open to the help message.
also supported '--open' in initial startup.
implemented '--open' command line option which open messages specified with command-line in new window.
win32: read sylpheed.ini file on startup. Added --ipcport option.
win32: disable autocheck timer while suspending to prevent network error on resume.
win32: check for the loadability of the default font.
fixes unable to exit sylpheed in some case.
disable --compose, --receive, --send remote commands when a modal dialog exists.
win32: disabled LANGUAGE (fixes incorrect language selection).
disable 'Send' button when no queued messages exist.
read /etc/ssl/certs if exist.
implemented SSL certificate dialog.
added the option 'Open inbox on startup'.
added 32x32 icon.
win32: use small icon for application icon.
cleanup trayicon on exit.
fixed execution failure when using accessibility module, and character corruption and buffer overflow on sending when using half-width kana.
win32: do console initialization only once.
win32: output debug and help messages to newly created console.
win32: fixed popup with remote command.
implemented clearing of IMAP4 message caches on exit.
fixed compilation bug on win32.
allow non-ascii mailto string and filename on --compose option.
win32: disable digit locale variable such as 'LANG=1041'.
hide PGP checkboxes if PGP is not available.
check if OpenPGP protocol is available on startup.
added '--exit' command line option.
win32: implemented remote command using TCP socket.
win32: convert locale string to UTF-8 when setting rc dir.
src/main.c: replaced gdk_input_add() with GIOChannel.
added '--configdir' option which specifies config directory.
win32: prohibit duplicate exec using CreateMutex().
fixed prefix on G_LOG_LEVEL_WARNING.
output g_log() messages to the log window and log file. Disabled console window on win32.
win32: include startup directory into PATH for GSpawn.
win32: fixed not-working translation on non-ascii directory.
make the message catalog location absolute path if LOCALEDIR is relative.
verify PKCS#7 (S/MIME) signature.
update progress bar when executing long IMAP4 operations.