History | View | Annotate | Download (74 kB)
reimplemented external editor with GSpawn and GChildWatch.
moved fallback encoding setting to Advanced tab.
fixed focus problem in win32.
added fallback encoding setting.
win32: added program icon.
execute_sync(): win32: get exit status of child process by not using helper program.
fixed scroll jumping on focus of textview in mimeview.
made 2.1.5 release.
libsylph/socket.c: fd_accept(): enabled on win32.
win32: implemented remote command using TCP socket.
fixed initially wrong widget size of option menu in compose window.
win32: read mime.types in startup directory.
added a setting to delete filtered junk mails from server.
modification for ML post with Reply-To.
use GLib functions to extract URIs if available.
win32: convert locale string to UTF-8 when setting rc dir.
display confirmation dialog instead of input dialog when printing.
fixed a typo.
changed zh_TW.Big5 to zh_TW.
win32: use ShellExecute() on print.
match the output header for printing to the message view.
make input dialog in front on focus out.
create/destroy input dialog each time it is displayed.
set the title of separated message window to '(Subject) - Sylpheed.
fixed the problem that DnD didn't work on GTK+ 2.8
src/main.c: replaced gdk_input_add() with GIOChannel.
textview.c: optimized a bit.
textview.c: don't move cursor if selection exists.
fixed execution failure on filtering if a file path includes space.
textview.c: fixed a problem that the view was scrolled to top when it got focus.
added '--configdir' option which specifies config directory.
win32: modified the default commands.
made 2.1.4 release.
prefs_filter_open(): correct focus when msginfo is specified.
win32: made the default editor command 'notepad'.
adjusted the minimum input dialog size.
win32: fixed compilation failure.
added the default browser to the option of URI command.
handle destroy event properly.
made some warnings just debug messages.
changed the locale charset of Japanese Windows from Shift_JIS to CP932.
enhanced the support of environment-dependent Japanese characters.
modified the text of mailbox setup dialog.
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.
output g_log() messages to the log window and log file. Disabled console window on win32.
updated ChangeLog.ja.
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.
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.
make the message catalog location absolute path if LOCALEDIR is relative.
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.
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.
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.