aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2005-11-02src/compose.c: unlink compose->exteditor_file if exist.hiro
2005-11-02compose.c: stop watching of child process in case something weird happened.hiro
2005-11-02src/compose.c: fixed for win32.hiro
2005-11-02reimplemented external editor with GSpawn and GChildWatch.hiro
2005-11-02moved fallback encoding setting to Advanced tab.hiro
2005-11-01fixed focus problem in win32.hiro
2005-11-01added fallback encoding setting.hiro
2005-11-01win32: added program icon.hiro
2005-10-31execute_sync(): win32: get exit status of child process by not using helper p...hiro
2005-10-31fixed scroll jumping on focus of textview in mimeview.hiro
2005-10-28made 2.1.5 release.hiro
2005-10-27libsylph/socket.c: fd_accept(): enabled on win32.hiro
2005-10-27win32: implemented remote command using TCP socket.hiro
2005-10-27fixed initially wrong widget size of option menu in compose window.hiro
2005-10-27win32: read mime.types in startup directory.hiro
2005-10-26added a setting to delete filtered junk mails from server.hiro
2005-10-26modification for ML post with Reply-To.hiro
2005-10-26use GLib functions to extract URIs if available.hiro
2005-10-26win32: convert locale string to UTF-8 when setting rc dir.hiro
2005-10-25display confirmation dialog instead of input dialog when printing.hiro
2005-10-25fixed a typo.hiro
2005-10-25changed zh_TW.Big5 to zh_TW.hiro
2005-10-25win32: use ShellExecute() on print.hiro
2005-10-25match the output header for printing to the message view.hiro
2005-10-24make input dialog in front on focus out.hiro
2005-10-24create/destroy input dialog each time it is displayed.hiro
2005-10-24set the title of separated message window to '(Subject) - Sylpheed.hiro
2005-10-24fixed the problem that DnD didn't work on GTK+ 2.8hiro
2005-10-21src/main.c: replaced gdk_input_add() with GIOChannel.hiro
2005-10-20textview.c: optimized a bit.hiro
2005-10-20textview.c: don't move cursor if selection exists.hiro
2005-10-20fixed execution failure on filtering if a file path includes space.hiro
2005-10-20textview.c: fixed a problem that the view was scrolled to top when it got focus.hiro
2005-10-20added '--configdir' option which specifies config directory.hiro
2005-10-18win32: modified the default commands.hiro
2005-10-18made 2.1.4 release.hiro
2005-10-18updated NEWS.hiro
2005-10-18prefs_filter_open(): correct focus when msginfo is specified.hiro
2005-10-17win32: made the default editor command 'notepad'.hiro
2005-10-17adjusted the minimum input dialog size.hiro
2005-10-17win32: fixed compilation failure.hiro
2005-10-17added the default browser to the option of URI command.hiro
2005-10-17handle destroy event properly.hiro
2005-10-16win32: use ShellExecute() to open URI.Hiro
2005-10-16win32: restrict launching of executable files.Hiro
2005-10-14makewin32.sh: modified the optimization flags.hiro
2005-10-14win32: prohibit duplicate exec using CreateMutex().hiro
2005-10-14made some warnings just debug messages.hiro
2005-10-14changed the locale charset of Japanese Windows from Shift_JIS to CP932.hiro
2005-10-13enhanced the support of environment-dependent Japanese characters.hiro