History | View | Annotate | Download (81.9 kB)
moved outgoing encoding option into Display - Encoding tab.
also normalize text files on win32 when saving parts.
reverted linebreak conversion.
also canonicalize on redirect/queue.
always canonicalize composed message.
uncanonicalize unencoded text when saving.
removed CR+LF to LF conversion on receiving.
fixed warning of imageview.
session_read_data_as_file_cb(): don't write to file until buffer is filled more than the half.
fixed a bug that lost first part of message data on receiving.
win32: don't uncanonicalize text files when decoding.
reduced memory usage on POP3 session.
modified 'filter sent messages'.
reduced memory usage on SMTP session.
imap.c: quote additional chars.
remember the last compose window position.
win32: fixed compose window appeared always top-left.
compose.c: give priority to locale to UTF-8 conversion.
modified the order of common prefs options.
reorganized the common prefs.
made 2.1.7 release.
moved the position of Spell tab.
compose.c: made edit mark less intrusive.
win32: fixed startup directory. add sylpheed-mailto-protocol.reg to EXTRA_DIST.
Fixed window focus after closing quote colors dialog.
fixed crash when quote colors dialog was closed by the window close button.
show GtkSpell in compiled-in features.
configure.in: fixed wrong status report of GtkSpell.
implemented spell checking.
don't reply to list for subscribe confirmation request etc.
don't show '+' (unread) mark even if unread messages are in Trash.
fixed a bug that the selection was broken (and sometimes crashed) when mark, unread, and colorlabel flags were changed while the summary was sorted by the flags.
fixed compilation error if GPGME is not enabled.
fixed date in ChangeLog.
popup main window if edit account dialog is not present.
win32: the method of detecting executables was modified.
fixes occasional summary update failure on win32 and some filesystems.
prevent integer overflow on summary status.
added separator between the summary status and the header pane.
fixed separator of newsgroups.
win32: disable digit locale variable such as 'LANG=1041'.
removed the outer border of mainwindow.
don't show gpg warning on win32 by default.
hide PGP checkboxes if PGP is not available.
check if OpenPGP protocol is available on startup.
win32: fixed window focus problem on account dialog and filter dialog.
allow drop of files in the whole compose window. Disabled insertion of text by DnD.
made 2.1.6 release.
src/ldif.c: ldif_get_line(): fixed buffer overflow.
added '--exit' command line option.
implemented auto-save.
hide options which is useless on win32.
moved the location of fallback_encoding.
fixed a crash when the external editor was terminated while opening confirmation dialog.
added preset menu for junk learning commands.
follow the 'mark_junk_as_read' setting when marking as junk.
popup main window when account edit dialog is closed.
added an option to mark filtered junk mails as read.
src/compose.c: unlink compose->exteditor_file if exist.
compose.c: stop watching of child process in case something weird happened.
src/compose.c: fixed for win32.
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.