test existence of cert.pem (problem seems common, Paul and me already
[claws.git] / ChangeLog.claws
index 03548284d71c51fc67207b6ac4932f994ae06831..43c80ac008e5f346ec696eb6cc4a0d38568bdae6 100644 (file)
@@ -1,3 +1,199 @@
+2002-12-09 [colin]     0.8.6claws86
+
+       * src/ssl.c
+               Try to open the cert.pem database and 
+               issue a warning if it isn't there
+
+2002-12-09 [colin]     0.8.6claws85
+
+       * src/common/ssl_certificate.c
+       * src/gtk/sslcertwindow.c
+               Warning fixes
+
+2002-12-09 [colin]     0.8.6claws84
+
+       * src/ssl_certificate.[ch] ** REMOVED **
+       * src/common/ssl_certificate.[ch] ** NEW **
+       * src/Makefile.am
+       * src/common/Makefile.am
+               Moved ssl_certificate.[ch] to common
+       * src/common/ssl.c 
+               Put back needed include
+       * src/gtk/sslcertwindow.[ch]
+               Changed ssl_certificate.h include
+       
+2002-12-09 [colin]     0.8.6claws83
+
+       * src/gtk/sslcertwindow.[ch]
+               Implement hook for certificate acception
+       * src/ssl_certificate.[ch]
+               Implement hook for certificate acception
+       * src/common/ssl.c
+               Reenable certificate acception check
+       * src/mainwindow.c
+               Register sslcertwindow's hook
+       
+2002-12-08 [christoph] 0.8.6claws82
+
+       * src/about.c
+       * src/addr_compl.c
+       * src/codeconv.c
+       * src/manual.c
+       * src/undo.c
+       * src/common/utils.c
+               o add missing includes
+               o fix warnings
+       * src/.cvsignore
+       * src/common/.cvsignore
+       * src/common/version.h          ** REMOVE **
+               remove autogenerated file
+
+2002-12-08 [paul]      0.8.6claws81
+
+       * src/stringtable.c
+               put back needed include
+
+2002-12-08 [colin]     0.8.6claws80
+       
+       * src/gtk/sslcertwindow.c
+               Cleaner popups when asking
+       * src/ssl_certificate.c
+       * src/prefs_common.[ch]
+               remove ssl certificate pref
+               put back needed include
+       * src/undo.c
+               put back needed include
+
+2002-12-08 [christoph] 0.8.6claws79
+
+       * src/folderview.c
+       * src/logwindow.c
+       * src/statusbar.c
+       * src/summaryview.c
+               only abort hook invokation if required data is missing not
+               if our own data pointer is NULL, update hookfunction for
+               log window
+
+2002-12-08 [paul]      0.8.6claws78
+
+       * src/about.c
+       * src/addrcache.c
+       * src/addrclip.c
+       * src/addr_compl.c
+       * src/addrselect.c
+       * src/codeconv.c
+       * src/colorlabel.c
+       * src/enriched.c
+       * src/esmtp.c
+       * src/exporthtml.c
+       * src/headerview.c
+       * src/imageview.c
+       * src/manual.c
+       * src/noticeview.c
+       * src/pgptext.c
+       * src/scoring.c
+       * src/sourcewindow.c
+       * src/stringtable.c
+       * src/undo.c
+               clean up: remove unneccesary includes
+
+2002-12-08 [christoph] 0.8.6claws77
+
+       * src/folderview.c
+       * src/statusbar.c
+       * src/summaryview.c
+       * src/common/hooks.[ch]
+               hook functions now have a gboolean return value, if a hook
+               returns TRUE it will stop executing of any more hooks in
+               the same hooklist for this invokation
+
+2002-12-08 [colin]     0.8.6claws76
+       
+       * src/main.c
+               put back argv0 for CRASH_DIALOG
+
+2002-12-08 [christoph] 0.8.6claws75
+
+       * 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.[ch]
+       * 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
+
+       * src/summaryview.c
+               The function that is called when a color lable changes
+               should not change the color lable again
+
+2002-12-08 [colin]     0.8.6claws74
+
+       * src/gtk/sslcertwindow.c
+               warning fixes
+
+2002-12-08 [colin]     0.8.6claws73
+
+       * src/statusbar.c
+         src/common/log.h
+               Register a hook for statusbar_puts_all
+       * src/common/log.c
+               invoke statusbar_puts_all's hook
+       
+2002-12-08 [colin]     0.8.6claws72
+
+       * src/ssl_certificate.c
+               Put back a badly-removed include
+
+2002-12-08 [colin]     0.8.6claws71
+
+       * src/gtk/sslcertwindow.[ch]    ** NEW **
+               new certificate presentation
+       * src/gtk/Makefile.am
+               add new files
+       * src/ssl_certificate.[ch]
+               gtk cleanup, made utility functions public
+       * src/ssl_manager.c
+               use new cert presentation
+
+2002-12-07 [christoph] 0.8.6claws70
+
+       * src/Makefile.am
+       * src/nntp.[ch]                 ** REMOVE **
+       * src/common/Makefile.am
+       * src/common/nntp.[ch]          ** NEW **
+               move nntp files to common directory
+
+2002-12-07 [christoph] 0.8.6claws69
+
+       * src/procmsg.[ch]
+       * src/summaryview.c
+               implement msginfo update callback using sylpheed's new
+               hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
+
 2002-12-06 [christoph] 0.8.6claws68
 
        * src/editgroup.c