2012-09-19 [colin] 3.8.1cvs66
[claws.git] / ChangeLog
index 1e2b37080cc61e7c44e778baabed2dfaeb2afacc..b2e977097a9c0114b1ffd811349de1878010d299 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,136 @@
+2012-09-19 [colin]     3.8.1cvs66
+
+       * src/addressbook.c
+       * src/addrselect.c
+               Un-mix mixed enum comparison which happened
+               to work because multiple enums define the same
+               values.
+
+2012-09-19 [colin]     3.8.1cvs65
+
+       * src/addrindex.c
+       * src/editaddress.c
+       * src/editldap.c
+       * src/exporthtml.c
+       * src/jpilot.c
+       * src/procmime.c
+       * src/plugins/bogofilter/bogofilter_gtk.c
+       * src/plugins/pgpcore/prefs_gpg.c
+       * src/plugins/smime/smime.c
+       * src/plugins/spamassassin/spamassassin_gtk.c
+               More warning fixes, casts, useless variables and
+               unchecked return values
+
+2012-09-19 [colin]     3.8.1cvs64
+
+       * src/mainwindow.c
+               Check possible overflow
+       * src/prefs_account.c
+       * src/prefs_compose_writing.c
+       * src/prefs_logging.c
+       * src/prefs_message.c
+       * src/prefs_msg_colors.c
+       * src/prefs_other.c
+       * src/prefs_receive.c
+       * src/prefs_summaries.c
+       * src/prefs_wrapping.c
+               fix GtkAdjustment casts
+       * src/common/ssl.c
+               fix warnings
+       * src/gtk/gtkaspell.c
+               fix warnings
+
+2012-09-19 [mones]     3.8.1cvs63
+
+       * src/addritem.c
+               Fix leak and follow function specification
+
+2012-09-19 [mones]     3.8.1cvs62
+
+       * src/action.c
+               Use unused var c to check result and emit messages on error
+       * src/addrbook.c
+               Remove unused vars: attr (several functions), element
+       * src/addrclip.c
+               Use unused var newGroup to check result
+       * src/addrcustomattr.c
+               Remove unused var summaryview and related code
+       * src/addressbook.c
+               Use unused vars nn, newNode, idleID to check result
+               Remove unused var aoType and refactor logic around it
+               Comment var enabled and related debug code
+       * src/msgcache.c
+               Use unused var error to check result and emit debug messages
+       * src/textview.c
+               Remove unused var link_color
+       * src/toolbar.c
+               Remove unused vars: attr, retVal
+
+2012-09-19 [colin]     3.8.1cvs61
+
+       * src/imap.c
+       * src/inc.c
+       * src/news.c
+       * src/send_message.c
+       * src/common/socket.c
+               More precise error logging
+
+2012-09-16 [mones]     3.8.1cvs60
+
+        * src/action.c                                                          
+                Removed dup calls with ignored result
+        * src/addr_compl.c                                                      
+                Removed unused var is_group and simplified logic around it      
+        * src/addrharvest.c                                                     
+        * src/matcher.c
+        * src/procmsg.c                                                         
+        * src/etpan/etpan-thread-manager.c                                      
+                Use unused var r to verify result and emit messages on error
+        * src/compose.c                                                         
+                Move color variable into conditional usage blocks
+                Remove assigned but not used vars: lock, titles, count          
+        * src/edittags.c
+                Remove assigned but not used var actions                        
+        * src/folderview.c
+                Remove assigned but not used vars: from_parent, src_node        
+        * src/imap_gtk.c
+        * src/mh_gtk.c                                                          
+                Remove malloc-ed but not used var: old_path                     
+        * src/news.c
+                Comment unused vars from commented block: tofetch, fetched      
+        * src/prefs_account.c
+                Remove assigned but not used var: privacy_enabled
+        * src/prefs_actions.c
+        * src/prefs_customheader.c
+                Remove assigned but not used var: store
+        * src/prefs_filtering.c
+                Remove assigned but not used var: n_rows
+        * src/prefs_template.c
+                Remove assigned but not used vars: model, list_store
+        * src/prefs_toolbar.c
+                Remove assigned but not used var: win_titles
+        * src/printing.c
+                Remove assigned but not used vars: orientation, line, baseline,
+                off_chars 
+        * src/etpan/imap-thread.c
+                Remove assigned but not used var: value, r
+                Refactor to check correct memory allocation
+        * src/etpan/nntp-thread.c
+                Remove assigned but not used var: value
+        * src/gtk/gtkaspell.c
+                Remove assigned but not used vars: textbuf, exist
+                Remove unused function: find_gtkaspeller
+        * src/gtk/gtkcmctree.c
+                Remove unused function: gtk_cmctree_get_offset
+        * src/gtk/gtkshruler.c
+                Remove assigned but not used vars: ruler, priv
+
+2012-09-14 [mones]     3.8.1cvs59
+
+       * src/common/log.c
+               Check file operation results (and remove and
+               unused var warning)
+
 2012-09-14 [colin]     3.8.1cvs58
 
        * src/gtk/inputdialog.c