aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2014-06-11win32: fixed crash on network failure.hiro
2014-06-10made mbox locking NFS-safe (#202).hiro
2014-06-05fixed crash on 32-bit OS with 64-bit time_t.hiro
2014-04-25makewin32.sh: added -static-libgcc option to prevent the dependency to libgcc...hiro
2014-04-25src/notificationwindow.c: set opacity on mouse over.hiro
2014-04-24sylpheed.desktop: applied Debian patch: 09_desktop_file_fixes.diff (#194).hiro
2014-04-24src/notificationwindow.c: added fade effect (requires GTK+ >= 2.12).hiro
2014-04-23src/main.c: fix_font_setting(): modified OS X font name.hiro
2014-04-23src/rpop3.c: additional fix for Bug #193.hiro
2014-04-22improved font name fixing.hiro
2014-04-22makewin32.sh: save build log.hiro
2014-04-21renamed configure.in to configure.ac.hiro
2014-04-21use gpgme_io_writen() if available (fixes freeze when entering passphrase on ...hiro
2014-04-18made workaround for 64-bit time_t on win32.hiro
2014-04-18added -mthreads gcc option.hiro
2014-04-18replaced 'struct stat' with GStatBuf.hiro
2014-04-18applied OS X fixes.hiro
2014-04-18configure.in: added -lgtkmacintegration check.hiro
2014-04-18wrapped time_t as stime_t. stime_t will be 32-bit on win32 for backward compa...hiro
2014-04-11fixed a bug that new/unread/total numbers in folderlist.xml was corrupted if ...hiro
2014-04-10modified for newer MinGW environment. Fixed linking.hiro
2014-04-09updated macosx/bundle/Info-sylpheed.plist version.hiro
2014-04-09updated Mac OS X bundle files.hiro
2014-04-04fixed Bug #193: Lose mails when mailbox is inaccessible.hiro
2014-03-26updated copyright year. configure.in: increased library version.hiro
2014-03-24libsylph/ssl_hostname_validation.h: Added debug print.hiro
2014-03-24libsylph/ssl_hostname_validation.h: added include guard.hiro
2014-03-20src/icons/html.png: modified the size of HTML icon.hiro
2014-03-20implemented SSL wildcard certificate validation (based on libcurl).hiro
2014-03-19made 3.4beta8 release.hiro
2014-03-19made the display period of notification window configurable.hiro
2014-03-19updated Japanese manual.hiro
2014-03-18added PGP encrypt-to-self feature.hiro
2014-03-17src/setup.c: allow resize of setup dialog (workaround for #166).hiro
2014-03-17src/addressbook.c: auto-expand columns with GTK+ >= 2.14.0.hiro
2014-03-17disabled auto-expand for GTK+ < 2.14.0 because of GTK+ Bug #316087.hiro
2014-03-17auto-expand Subject / Folder name column on resize of the tree view.hiro
2014-03-13added an empty column to the right-end of the folder view, and modified the w...hiro
2014-03-10src/summaryview.c: added an empty column to the right-end of the summary view...hiro
2014-03-07added meta tag to Japanese manual to prevent encoding auto-detection failure ...hiro
2014-03-07updated copyright year.hiro
2014-03-07updated copyright year.hiro
2014-03-07updated README/INSTALL/LICENSE.hiro
2014-02-28validate SSL certificate hostname (#167).hiro
2014-02-28validate SSL certificate hostname (#167).hiro
2013-12-20fixes wrong completion list on OS X.hiro
2013-12-19added files and modified file paths for OS X.hiro
2013-12-13set_startup_dir(): OS X: set application bundle directory rather than /.hiro
2013-11-29updated to 3.4.0beta7.hiro
2013-11-28libsylph/md5.c: MD5Final(): zero-clear the whole MD5Context struct as intended.hiro