* src/summaryview.c
[claws.git] / ChangeLog.claws
index f7decf0c603a9d4cd50982478a41ffdfadcdda59..2796685c5323016858dcdf055ed155482a771d1e 100644 (file)
@@ -1,3 +1,100 @@
+2002-11-13 [christoph] 0.8.5claws140
+
+       * src/summaryview.c
+               moved setting of important score to
+               summary_set_prefs_from_folderitem
+
+2002-11-13 [colin]     0.8.5claws139
+
+       * src/matcher_parser_parse.y
+               Fix a segfault in the parser (happening when
+               a good expression had been tested and a bad 
+               one arrives)
+
+2002-11-13 [paul]      0.8.5claws138
+
+       * sync with 0.8.5cvs24
+               see ChangeLog 2002-11-13
+               
+       * po/pt_BR.po
+               updated by Fabio Jr. Beneditto
+
+2002-11-13 [colin]     0.8.5claws137
+       
+       * src/msgcache.c
+         src/defs.h
+         src/procmsg.[ch]
+               Revert last commit, problem
+
+2002-11-13 [colin]     0.8.5claws136
+
+       * src/msgcache.c
+               Remove duplicated code
+       * src/defs.h
+               Bumped CACHE_VERSION and MARK_VERSION
+       * src/procmsg.[ch]
+               Network endian for cache and mark files
+
+2002-11-12 [colin]     0.8.5claws135
+
+       * src/inc.c
+               Fix the "socket error" dialog which disappeared
+
+2002-11-12 [colin]     0.8.5claws134
+
+       * src/msgcache.c
+               Reverse last commit which had performance 
+               problems, but still reverse the list
+
+2002-11-12 [colin]     0.8.5claws133
+
+       * src/msgcache.c
+               Reverse list order
+
+2002-11-12 [melvin]    0.8.5claws132
+
+       * src/compose.c
+               Added a check for a NULL prefs_common.dictionary
+
+2002-11-12 [colin]     0.8.5claws131
+
+       * src/ssl_certificate.[ch]
+               Use FQDN hostname
+
+2002-11-12 [colin]     0.8.5claws130
+
+       * src/ssl_certificate.[ch]
+               Take connection port into account for 
+               checking certificates (a single hostname
+               could have multiple servers with multiple
+               certificates)
+       * src/ssl.c
+               Pass the port to ssl_certificate_check
+
+2002-11-12 [paul]      0.8.5claws129
+
+       * src/folder.c
+               fix a typo in last commit
+
+2002-11-12 [paul]      0.8.5claws128
+
+       * sync with 0.8.5cvs23
+               see ChangeLog entry 2002-11-12
+
+2002-11-11 [colin]     0.8.5claws127
+
+       * src/ssl_certificate.c
+               Cleaner messages
+               Don't popup, instead log error, if the 
+               corresponding pref is checked
+       * src/ssl_certificate.h
+               include <openssl/objects/h>
+
+2002-11-11 [colin]     0.8.5claws126
+
+       * src/ssl_certificate.h
+               _Really_ clean it
+
 2002-11-11 [colin]     0.8.5claws125
        
        * src/ssl_certificate.c