2012-09-16 [mones] 3.8.1cvs60
[claws.git] / ChangeLog
index 69492618a73eb8e8276aa1d91d1df8b4d197becb..d7a2085df1412d9330cf6d2d2f8173fb1f99bcf4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,224 @@
+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
+               Remove unused var, thanks Ticho
+
+2012-09-13 [colin]     3.8.1cvs57
+
+       * src/stock_pixmap.c
+               Fix missing \n in debug line
+
+2012-09-13 [colin]     3.8.1cvs56
+
+       * src/main.c
+               Don't listen on the Unix socket before we're
+               ready. The 'popup' order from another instance
+               may provoke a race and trash configuration files.
+
+2012-09-13 [colin]     3.8.1cvs55
+
+       * src/imap.c
+               Maybe fix bug #2096, "MEMORY-ERROR w/ 
+               Claws-Mail/IMAP and Lotus Domino". Use
+               correct types for start/end and test if
+               start is indeed before end.
+
+2012-09-12 [mones]     3.8.1cvs54
+
+       * src/prefs_other.c
+               Fix 1975 'preference mutt key bindings do not take effect'
+               (and the other invalid paths too)
+
+2012-09-12 [colin]     3.8.1cvs53
+
+       * src/procmsg.c
+               Revert that hunk, logic is unclear.
+
+2012-09-12 [colin]     3.8.1cvs52
+
+       * src/addressbook.c
+       * src/addrharvest.c
+       * src/addrindex.c
+       * src/addritem.c
+       * src/compose.c
+       * src/edittags.c
+       * src/folder.c
+       * src/imap.c
+       * src/inc.c
+       * src/ldif.c
+       * src/mainwindow.c
+       * src/mbox.c
+       * src/mimeview.c
+       * src/mutt.c
+       * src/partial_download.c
+       * src/prefs_filtering_action.c
+       * src/prefs_toolbar.c
+       * src/printing.c
+       * src/procheader.c
+       * src/procmime.c
+       * src/procmsg.c
+       * src/summaryview.c
+       * src/textview.c
+       * src/common/utils.c
+       * src/etpan/imap-thread.c
+       * src/gtk/gtkaspell.c
+       * src/plugins/pgpcore/sgpgme.c
+               More fixes from bug #1961:
+               - Write-only variables
+               - Null pointer dereferences
+               - A couple other fixes for which the reporter
+                 was unsure, but which showed problems.
+               More details in bug #1961 comments.
+
+2012-09-12 [colin]     3.8.1cvs51
+
+       * src/compose.c
+       * src/mh.c
+       * src/common/ssl.c
+       * src/plugins/pgpcore/passphrase.c
+               Apply patches from bug #1961, "patches for
+               a couple of clang warnings":
+               - Check return codes
+               - Remove dead code
+
+2012-09-12 [colin]     3.8.1cvs50
+
+       * claws-mail.pc.in
+               Put Claws-Mail CFLAGS first; fixes build on Fink/OS X
+               where the included menu.h could come from Ncurses.
+               Thanks to 'Stainless Steel Rat' <ratinox@gweep.net>
+
+2012-09-11 [colin]     3.8.1cvs49
+
+       * src/main.c
+               Fix race condition at start.
+
+2012-09-10 [colin]     3.8.1cvs48
+
+       * src/main.c
+               Create lock socket as soon as possible, not after
+               a few things like caching all prefs.
+
+2012-09-09 [mones]     3.8.1cvs47
+
+       * src/plugins/bogofilter/bogofilter.c
+               Add missing include
+
+2012-09-08 [colin]     3.8.1cvs46
+
+       * AUTHORS
+       * src/Makefile.am
+       * src/action.c
+       * src/addr_compl.c
+       * src/addrbook.c
+       * src/compose.c
+       * src/compose.h
+       * src/editaddress.c
+       * src/filtering.c
+       * src/folder.c
+       * src/folder.h
+       * src/folderview.h
+       * src/headerview.h
+       * src/imap_gtk.c
+       * src/localfolder.c
+       * src/main.c
+       * src/mainwindow.c
+       * src/mainwindow.h
+       * src/matcher.c
+       * src/matcher_parser_parse.y
+       * src/messageview.c
+       * src/messageview.h
+       * src/mh.c
+       * src/mh_gtk.c
+       * src/mimeview.c
+       * src/mimeview.h
+       * src/noticeview.h
+       * src/prefs_account.c
+       * src/prefs_account.h
+       * src/prefs_filtering.c
+       * src/prefs_filtering_action.c
+       * src/prefs_gtk.h
+       * src/prefs_matcher.c
+       * src/prefs_template.c
+       * src/prefs_toolbar.c
+       * src/privacy.c
+       * src/procheader.h
+       * src/procmime.c
+       * src/procmime.h
+       * src/procmsg.c
+       * src/procmsg.h
+       * src/proctypes.h
+       * src/remotefolder.c
+       * src/summaryview.c
+       * src/summaryview.h
+       * src/textview.c
+       * src/textview.h
+       * src/toolbar.c
+       * src/uri_opener.c
+       * src/viewtypes.h
+       * src/common/defs.h
+       * src/gtk/authors.h
+       * src/gtk/description_window.c
+       * src/plugins/trayicon/trayicon.c
+               Break circular dependencies in Claws' headers,
+               Patch by Sean Buckheister <s_buckhe@cs.uni-kl.de>
+
 2012-09-08 [colin]     3.8.1cvs45
 
        * src/textview.c