* src/Makefile.am
* src/about.c
* src/account.c
* src/crash.c
* src/esmtp.h
* src/imap.[ch]
* src/inc.c
* src/main.c
* src/mainwindow.c
* src/news.c
* src/pop.[ch]
* src/prefs_account.[ch]
* src/prefs_common.[ch]
* src/send.[ch]
* src/smtp.[ch]
* src/ssl_certificate.[ch]
* src/ssl_manager.[ch]
* src/common/Makefile.am
* src/common/log.c
* src/common/nntp.[ch]
* src/common/socket.[ch]
* src/common/ssl.[ch]
* src/gtk/sslcertwindow.c
* ac/openssl.m4
use new autoconf script to detect OpenSSL with extra parameters
to specify the location of libs and includes, also remove USE_SSL
to USE_OPENSSL
* src/common/sylpheed.[ch]
* src/common/version.h.in
start seperation of common code initialization seperated from gui
last commit did not work without this, so here is the rest
added quote_fmt.c
* src/prefs_common.[ch]
* src/prefs_template.c
* src/quote_fmt.c *** NEW FILE ***
* src/quote_fmt.h
move quote format symbol description code
to it's own file because it is used from
differnent code parts
Rewrote symbol description GUI
+ use table
+ add separators
+ get data from array (no more long constant strings)
* src/quote_fmt_lex.l
* src/quote_fmt_parse.y
Symbol for Literal % changed to \% instead of %%
(More logical as \ is used for quoting for other symbols)
Add |f and |p to include files and program output
Examples:
|f{/home/.../.signature}
|p{date}
* po/de.po
Correct wrong spelling for "Referenzen"
Subject simplification's summaryview bug
Spell checker and undo/redo interaction
Improvements:
CTL-ENTER possible for message sending
Subject simplification does not update cache anymore
Added option for default suggestion mode in general preferences