aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog.ja
AgeCommit message (Expand)Author
2007-01-26fixed a bug that the toolbar state was reset to GTK_TOOLBAR_BOTH after the cu...hiro
2007-01-26set toolbar customization dialog title and label.hiro
2007-01-26implemented the toolbar customization of the composition window.hiro
2007-01-25implemented the toolbar customization dialog.hiro
2007-01-24win32: inhibit the warning of setsockopt().hiro
2007-01-22prevented WSAEWOULDBLOCK on sending/receiving in Win32.hiro
2007-01-19win32: increased SO_SNDBUF and SO_RCVBUF (fixes low performance on sending da...hiro
2007-01-19prevent incorporation on sending.hiro
2007-01-18implemented the framework of toolbar customization.hiro
2007-01-18added the option 'Filter new messages in INBOX on receiving'.hiro
2007-01-18added separator between junk and next (or execute).hiro
2007-01-18textview_clear(): made a workaround for the assertion failure in gtk_text_vie...hiro
2007-01-17fixed virtual class structure.hiro
2007-01-17implemented the automatic filtering of IMAP4 INBOX folder.hiro
2007-01-17modified the copyright year.hiro
2007-01-17conv_encode_header(): force output of UTF-8 if code conversion failed.hiro
2007-01-16procmsg_open_data_file(): fixed a bug that the version of a data file was not...hiro
2007-01-15vi Chhiro
2007-01-15get_domain_name(): win32: return correct domain name (if possible).hiro
2007-01-12place edit account window at the center of parent window.hiro
2007-01-12fixed stray quote character appearing after encoding mail headers.hiro
2007-01-11allow spaces around equals between name and value of MIME parameters.hiro
2007-01-11added the option to toggle window on trayicon click.hiro
2007-01-11also look for ca-root.crt.hiro
2006-12-28filter junk mails on incorporation from local spool when filter_junk_on_recv ...hiro
2006-12-28configure.in: check additional libraries.hiro
2006-12-28fixed out of sync response on FETCH.hiro
2006-12-28win32: fixed compose window couldn't be maximized.hiro
2006-12-28compose_exec_ext_editor(): display verbose error message. Fixed a memory leak.hiro
2006-12-25change_file_mode_rw(): win32: use widechar API.hiro
2006-12-25fixed crash when .sylpheed_mark is not writable.hiro
2006-12-25fixed compilation failure with GLib 2.4.hiro
2006-12-22updated japanese manual, and made 2.3.0 release.hiro
2006-12-20updated Japanese manual.hiro
2006-12-19fixes blank message view is always appears on window popup.hiro
2006-12-18call SSL_CTX_load_verify_locations() also when only certs_file exists.hiro
2006-12-18modified SSL CA certificates.hiro
2006-12-14src/version.h.in: modified PROG_VERSION string.hiro
2006-12-14use X509_cmp() to compare certificates.hiro
2006-12-14added Bcc: and Reply-To: to the template.hiro
2006-12-13made 2.3.0beta7 release.hiro
2006-12-13adjusted the print margin for page number.hiro
2006-12-13implemented page setup.hiro
2006-12-13ssl_manager_verify_cert(): follow comply_gnome_hig setting.hiro
2006-12-13Unix: reload /etc/resolv.conf if it has been modified.hiro
2006-12-13read /etc/ssl/certs if exist.hiro
2006-12-13In reedit mode, place cursor at the top of the text. Set the default focus to...hiro
2006-12-12implemented SSL certificate dialog.hiro
2006-12-12fixed crash on the request of a page which is out of range.hiro
2006-12-12Implemented printing of MIME part using GtkPrintOperation.hiro