From: Paul Mangan Date: Tue, 20 May 2003 10:10:05 +0000 (+0000) Subject: sync with 0.9.0cvs3 X-Git-Tag: rel_0_9_0~16 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=bf2b1c5868615e03adcbd6af6bbadc28c6776cf4 sync with 0.9.0cvs3 --- diff --git a/ChangeLog b/ChangeLog index bb29b1218..188ff771b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,23 @@ +2003-05-20 + + * src/compose.c: + compose_insert_sig() + compose_get_signature_str(): include separator in signature string. + Don't insert separator if signature file is not found. + Disabled use of implicit default signature path (~/.signature) when + sig_path is NULL. + + +2003-05-20 + + * src/codeconv.c + src/gtkshruler.c + src/news.c + src/procmsg.c + src/quote_fmt_parse.y + src/smtp.c: suppress warnings that gcc-3.3 issues. + src/stringtable.c: use string_entry_free(). + 2003-05-19 * src/compose.c: compose_insert_sig(): fixed the bug that always diff --git a/ChangeLog.claws b/ChangeLog.claws index f14051157..149f3a3c7 100644 --- a/ChangeLog.claws +++ b/ChangeLog.claws @@ -1,3 +1,11 @@ +2003-05-20 [paul] 0.8.11claws168 + + * sync with 0.9.0cvs3 + see ChangeLog 2003-05-20 + + * src/tools/convert_mbox.pl + minor change in the comments, submitted by Fred Marton + 2003-05-19 [paul] 0.8.11claws167 * src/plugins/clamav/Makefile.am diff --git a/ChangeLog.jp b/ChangeLog.jp index 2c7e71a90..2634c6236 100644 --- a/ChangeLog.jp +++ b/ChangeLog.jp @@ -1,3 +1,22 @@ +2003-05-20 + + * src/compose.c: + compose_insert_sig() + compose_get_signature_str(): ½ð̾ʸ»úÎó¤Ë¶èÀÚ¤ê¤â´Þ¤à¤è¤¦¤Ë¤·¤¿¡£ + ½ð̾¥Õ¥¡¥¤¥ë¤¬¸«¤Ä¤«¤é¤Ê¤¤¾ì¹ç¤Ï¶èÀÚ¤ê¤òÁÞÆþ¤·¤Ê¤¤¤è¤¦¤Ë¤·¤¿¡£ + sig_path ¤¬ NULL ¤Î¤È¤­°ÅÌۤΥǥե©¥ë¥È¤Î½ð̾¥Ñ¥¹(~/.signature) + ¤ò»ÈÍѤ·¤Ê¤¤¤è¤¦¤Ë¤·¤¿¡£ + +2003-05-20 + + * src/codeconv.c + src/gtkshruler.c + src/news.c + src/procmsg.c + src/quote_fmt_parse.y + src/smtp.c: gcc-3.3 ¤¬½ÐÎϤ¹¤ë·Ù¹ð¤òÍÞÀ©¡£ + src/stringtable.c: string_entry_free() ¤ò»ÈÍÑ¡£ + 2003-05-19 * src/compose.c: compose_insert_sig(): ½ð̾¥Õ¥¡¥¤¥ë¤¬¸«¤Ä¤«¤é¤Ê¤¤