aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
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
2013-11-28more null-checking.hiro
2013-11-28src/rpop3.c: rpop3_retr_recv(): check error of procheader_parse_file().hiro
2013-11-28libsylph/procmime.c: procmime_scan_multipart_message(): fixed MIME nest level...hiro
2013-11-28added more null checks.hiro
2013-11-28libsylph/ssl.c: ssl_done(): check if fp != NULL.hiro
2013-11-28src/colorlabel.c: colorlabel_recreate_label(): added missing parentheses.hiro
2013-11-27src/main.c: check the return value of fd_gets().hiro
2013-11-27libsylph/html.c: html_unescape_str(): strictly check for utf8 length.hiro
2013-11-27src/jpilot.c: jpilot_read_db_files(): fixed uninitialized variables.hiro
2013-11-27fixed fp and memory leaks.hiro
2013-11-26fixed resource/memory leaks.hiro
2013-11-26src/headerview.c: headerview_show_xface(): make sure xface is nul terminated.hiro
2013-11-25src/main.c: win32: check for the TaskbarCreated message and reshow icon when ...hiro