History | View | Annotate | Download (51.8 kB)
renamed src/pixmaps to src/icons.
made localedir, manualdir, and faqdir user-configurable.
disabled GtkHandleBox.
moved NEWS to NEWS-2.0.
fix for config dir.
modified directories for Windows convention.
use GDir instead of directly using opendir().
added wrappers for C library function that take pathname arguments.
modification for Win32.
check filename encoding only on Unix on startup.
defs.h: modification for Win32.
some fixes for Win32.
close queue file before removing it.
MinGW fix.
check for regex.h and regcomp().
added rename_force().
enabled compilation with MinGW.
braced some Unix-specific code with ifdef.
configure.in: add -mms-bitfields to CFLAGS if the target is MinGW.
removed locale-dependent tolower().
replaced random() with g_random_*().
modified version display.
improved portability.
utils.c: replaced fork() + exec() with GSpawn.
fixed gcc-4.0 warnings.
updated documents, and made 2.0.0 release.
made 2.0.0rc release.
added spacing for vbox of header view.
fixed cache discrepancy on Draft folder.
fixed modified-UTF7 to UTF-8 conversion.
display path in folder property with GtkLabel.
rfc2015.c: unified indent and minor fixes.
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.