History | View | Annotate | Download (49.5 kB)
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.
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.
updated po files.
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'.
replaced pixmaps icons with png images.
mark cache as dirty if open failed.
made 2.0.0beta4 release.
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.
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.
use g_file_test() instead of stat() in some functions.
verify SSL certificate when connecting.
removed some warnings.
removed unused option 'enable_hscrollbar'.
removed unrequired function.
made 2.0.0beta3 release.
expand parent folder when new one is created.
added 'Compose new message' and 'Open with Web browser' to the context menu of the text view.
modified the way to revert selection after menu popup.
made LDAP bind password entry invisible.
fixed bugs of quote colors setting.
made summary columns reorderable by DnD.
updated ChangeLog.
disabled strict checking of caches by stat() and improved the performance.
modified the alert message on deleting folders.
moved the option of max news articles to account prefs.
added an option to encrypt when replying to encrypted message.
use currently visible textview for selection reply.
enabled GPGME and OpenSSL support by default. Use pkg-config to detect OpenSSL.
imap.c: fixed parse errors when embedded null characters appeared in headers.
added 'Add to address book' to the context menu of textview.
added an option to execute command when new messages arrived.
made 2.0.0beta2 release.
check exit status to detect errors when send messages using commands.
fixed wrong unread count of trash folders.
added 'Tools/Filter junk mails in folder' menu.
made 'File/Insert signature' replace current signature, or add it to the bottom.
fixed slightly wrong scroll position of the text view when the displayed message changed.
scroll the view to the cursor position after paste.
compose scroll fix.
scroll the compose view to the cursor position after inserting signatures or files.
fixed wrong unread number display after moving local unread message to IMAP4 folder.
fixed a bug that the change of color labels was not saved.
integrated junk filter setting into common prefs.
include currently selected row on flag search if message view is visible but the row is not displayed.
reacquire CAPABILITY after STARTTLS since it can be changed.
fixed Turkish locale problem.
unified some frames and checkboxes in common prefs.
really fixed the crash bug.
flush events before scrolling to selected.
fixed possible crash (take 2).
fixed possible crash when sorted by From/To/Subject.
fixed scroll positon problem after some operations.
reimplemented progress dialog with GtkTreeView.
modified sylpheed.spec.in.
made some buttons stock button.
disabled typeahead search.
added an option to apply filter rules to sent messages.
don't use 'destroy' signal to destroy objects.
don't use 'destroy' signal to destroy Compose object.