sync with 0.9.0cvs3

This commit is contained in:
Paul Mangan 2003-05-20 10:10:05 +00:00
parent f686eda24b
commit bf2b1c5868
3 changed files with 47 additions and 0 deletions

View file

@ -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

View file

@ -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

View file

@ -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(): 署名ファイルが見つからない