aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog.ja
AgeCommit message (Expand)Author
2005-08-07defs.h: modification for Win32.hiro
2005-08-07some fixes for Win32.hiro
2005-08-07close queue file before removing it.hiro
2005-08-05MinGW fix.hiro
2005-08-05check for regex.h and regcomp().hiro
2005-08-05added rename_force().hiro
2005-08-05enabled compilation with MinGW.hiro
2005-08-04braced some Unix-specific code with ifdef.hiro
2005-08-04configure.in: add -mms-bitfields to CFLAGS if the target is MinGW.hiro
2005-08-04removed locale-dependent tolower().hiro
2005-08-04replaced random() with g_random_*().hiro
2005-08-04modified version display.hiro
2005-08-04improved portability.hiro
2005-08-04git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@460 ee746299-78ed-0310-b7...hiro
2005-08-03utils.c: replaced fork() + exec() with GSpawn.hiro
2005-08-02fixed gcc-4.0 warnings.hiro
2005-07-28updated documents, and made 2.0.0 release.hiro
2005-07-22made 2.0.0rc release.hiro
2005-07-21added spacing for vbox of header view.hiro
2005-07-21fixed cache discrepancy on Draft folder.hiro
2005-07-21fixed modified-UTF7 to UTF-8 conversion.hiro
2005-07-21display path in folder property with GtkLabel.hiro
2005-07-20rfc2015.c: unified indent and minor fixes.hiro
2005-07-20remove temporary files on startup.hiro
2005-07-19added a hack to prevent duplicated insertion to compose.hiro
2005-07-19don't break line after '/' on compose.hiro
2005-07-19modification for DnD.hiro
2005-07-15select correct row after execution on summary when sorting is enabled.hiro
2005-07-14made 2.0.0beta6 release.hiro
2005-07-14made textview_cursor_visible a hidden option.hiro
2005-07-14always don't uncanonicalize files which is not text/* .hiro
2005-07-14modify filter rules after moving folders.hiro
2005-07-13made the file size of attachments more accurate, and human-readable.hiro
2005-07-13display folder names of folder selection dialog with new/unread representation.hiro
2005-07-12don't break line after '-'.hiro
2005-07-12added a new app icon.hiro
2005-07-12clear summary cache to prevent cache discrepancy after sending from queue.hiro
2005-07-12updated po files.hiro
2005-07-12modified several alerts, and added accelerators for the buttons.hiro
2005-07-11added margin for visibility when scrolling summary.hiro
2005-07-11use Content-Type's charset as a fallback encoding of broken header strings wh...hiro
2005-07-11compose.c: don't convert encoding if inserted file is UTF-8.hiro
2005-07-11fixed duplicate signature problem in re-edit or after editing with external e...hiro
2005-07-11don't include some chars in URI.hiro
2005-07-11compose.[ch]: replaced gdk_input_*() with GIOChannel.hiro
2005-07-08made 2.0.0beta5 release.hiro
2005-07-08fixed a crash when cancelling file selection dialog of vCard/JPilot by Escape...hiro
2005-07-08put existing window in front when trying to reedit draft/queued messages whic...hiro
2005-07-08modified alert dialogs.hiro
2005-07-08added G_ALERTCANCEL to AlertValue, and return it if cancelled.hiro