History | View | Annotate | Download (62.4 kB)
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.
replaced md5.[ch] with public domain code in GNet.
use ${datadir} instead of ${prefix}/${DATADIRNAME}.
moved mbox.[ch] into libsylph.
imap.c: limit number of messages to be copied at a time with COPY command to prevent network timeout.
adjusted the freqency of UI update on IMAP4.
support UTF-8 in guessing Japanese encoding.
added UI hints for IMAP4 operation.
save GPG settings even if GPGME is disabled.
imap.c: show progress when executing operations which takes long time.
moved more modules to libsylph.
moved procmsg.c::procmsg_get_filter_keyword() to filter.c::filter_get_keyword_from_msg().
made query-password function UI independent.
moved procmsg.c::procmsg_send_queue() to send_message.c::send_message_queue_all().
fixed signedness warnings.
moved two functions from prefs_filter.c to filter.c.
moved prefs_filter_read_config() to filter.c.
moved recv.[ch] to libsylph.
moved html.[ch] to libsylph.
removed unused headers.
separated UI code from account.c.
separated some enums to reduce dependency.
more code cleanups.
separated UI code from prefs_common.c and prefs_account.c.
enable compilation on MinGW.
use hash table in prefs.c.
made some core modules library (libsylph).
separated UI code from prefs.c.
code cleanup.
separate UI codes from utils.c.
separate LogWindow from utils.c.
made debug_mode static variable in utils.c.
fixed broken message/* attachments on pgp-sign.
the line space setting now applies to the compose window.
fixed socket resource leak on Win32.
expand/collapse tree row on double click.
fixed refresh of addressbook folder contents.
separated trayicon into another module, and notify new messages with trayicon on receive.
use GtkFontButton for font setting.
removed stock_pixmap_widget().
modified the 'Empty trash' messages.
initial implementation of the tray icon.
modified fonts for mime parts.
made 2.1.1 release.
fixed a bug of addressbook that multiple selection with Ctrl key didn't work with GTK+ 2.6.9.
fall back to date comparison on sorting.
path_cmp(): allow both '/' and G_DIR_SEPARATOR as separator.
directory separator fix.
made error check of IMAP4 fetch more strict.
fixed IMAP4 on win32.
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.