2012-11-14 [paul] 3.8.1cvs123
[claws.git] / ChangeLog
index 3e3f90c2960ae00a66440f1d9799b5b7cf943fac..30dd19d5a2fdecc7ab40c5b45bce6322afbc0ed4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,451 @@
+2012-11-14 [paul]      3.8.1cvs123
+
+       * po/de.po
+       * po/es.po
+       * po/fi.po
+       * po/fr.po
+       * po/hu.po
+       * po/pt_BR.po
+       * po/sv.po
+       * po/uk.po
+       * po/zh_TW.po
+               updated by Thomas Bellmann, Ricardo Mones, Flammie Pirinen,
+               wwp, Páder Rezső, Frederico Goncalves Guimaraes, Andreas Rönnquist,
+               YUP, Wei-Lun Chao
+
+2012-11-14 [paul]      3.8.1cvs122
+
+       * tools/README
+       * tools/fix_date.sh
+               improvements by wwp
+
+2012-11-14 [colin]     3.8.1cvs121
+
+       * src/action.c
+               And fix warning with breaking functionality
+
+2012-11-14 [paul]      3.8.1cvs120
+
+       * src/action.c
+               revert this change from 3.8.1cvs60, it breaks
+               actions with a pipe
+
+2012-11-14 [colin]     3.8.1cvs119
+
+       * src/common/plugin.c
+               If plugin fails to load from absolute path, try from
+               default plugin path. 
+               Fixes bug #1137, 'loading plugins with same profile on different archs'
+               Fixes bug #2777, 'Installing latest cvs116 package 14 Windows version
+               results in wrong paths in clawsrc'
+
+2012-11-12 [colin]     3.8.1cvs118
+
+       * src/messageview.c
+               Fix initial focus on textview. Fixes bug #2776,
+               "Make all menu shortcuts work properly in the message window"
+
+2012-11-09 [colin]     3.8.1cvs117
+
+       * src/etpan/imap-thread.c
+               Specify search charset. Thanks to Aleksei Miheev
+
+2012-11-08 [colin]     3.8.1cvs116
+
+       * src/common/socket.c
+       * src/gtk/gtkutils.c
+               Fix socket communication
+
+2012-11-08 [colin]     3.8.1cvs115
+
+       * src/plugins/pgpcore/sgpgme.c
+               Fix Windows runtime crash
+
+2012-11-08 [colin]     3.8.1cvs114
+
+       * src/gtk/quicksearch.c
+               Fix going active with NULL matchstring (for example
+               when changing type before typing anything)
+
+2012-11-07 [colin]     3.8.1cvs113
+
+       * src/mbox.c
+               Fix Windows build
+
+2012-11-06 [mones]     3.8.1cvs112
+
+       * doc/man/claws-mail.1
+               Sync with AUTHORS file
+       * src/gtk/quicksearch.c
+               Add number units where appropriate
+
+2012-10-31 [paul]      3.8.1cvs111
+
+       * src/prefs_folder_item.c
+               add missing closing bracket. thanks to Andreas Rönnquist.
+
+2012-10-31 [colin]     3.8.1cvs110
+
+       * src/prefs_folder_item.c
+               Fix prefs text and extra semi-colon. Thanks to Paul!
+
+2012-10-31 [colin]     3.8.1cvs109
+
+       * src/folder_item_prefs.c
+       * src/folder_item_prefs.h
+       * src/messageview.c
+       * src/prefs_folder_item.c
+               Implement feature from bug #2569, 
+               "select html part on folder specific properties"
+               Patch based on Andrej's patch.
+
+2012-10-29 [wwp]       3.8.1cvs108
+
+       * src/textview.c
+       Revert cvs107, cvs106 and parts of cvs105 (all in textview.c), fixing
+       broken URL parsing.
+
+2012-10-25 [colin]     3.8.1cvs107
+
+       * src/textview.c
+               Verify the previous URI wasn't the same...
+               fixes http://www. URIs.
+
+2012-10-25 [colin]     3.8.1cvs106
+
+       * src/common/utils.c
+       * src/common/utils.h
+       * src/textview.c
+               Avoid strlen() on inner loop in textview_make_clickable_parts*()
+               reduces cost of strcasestr() in textview_make_clickable_parts*()
+               from 30% to 15%. Patch by Igor Mammedov
+
+2012-10-25 [colin]     3.8.1cvs105
+
+       * src/textview.c
+               Do not allow search cost to explode in case of bad message
+               parsing in textview_make_clickable_parts_later(); reduces
+               cost of textview_make_clickable_parts_later() from 99% to
+               17% for big bad-case message. Patch by Igor Mammedov
+
+2012-10-25 [colin]     3.8.1cvs104
+
+       * src/textview.c
+       * src/textview.h
+               Avoid strlen() on big buffers, use precomputed length instead
+               it reduces cost of textview_write_line() from 32% to 3% for
+               big messages. Patch by Igor Mammedov
+       * AUTHORS
+       * src/gtk/authors.h
+               Add Igor
+
+2012-10-24 [mones]     3.8.1cvs103
+
+       * src/advsearch.c
+               Trust on IMAP core on-line/off-line management
+               Patch by Sean Buckheister
+
+2012-10-19 [paul]      3.8.1cvs102
+
+       * AUTHORS
+       * src/crash.c
+       * src/gtk/authors.h
+               fix bug 2760, 'display correct libc version in crash dialog 
+               when uclibc is used'.
+               fixes build with uclibc. patch by Natanael Copa.
+
+2012-10-18 [mones]     3.8.1cvs101
+
+       * claws-mail.desktop
+               Fix bug #2761 and remove invalid GTK main category
+
+2012-10-17 [colin]     3.8.1cvs100
+
+       * src/common/ssl_certificate.c
+               Fix bug #2759, "Error messages regarding bad
+               client certificates are less than helpful"
+               Based on patch by bug reporter.
+
+2012-10-13 [paul]      3.8.1cvs99
+
+       * src/common/ssl_certificate.c
+               fix build with gnutls 3.1.3
+               Patch by Sean Buckheister.
+
+2012-10-12 [mones]     3.8.1cvs98
+
+       * src/compose.c
+       * src/grouplistdialog.c
+       * src/imap.c
+       * src/news_gtk.c
+       * src/procmime.c
+       * src/procmsg.c
+       * src/common/utils.c
+       * src/common/utils.h
+       * src/etpan/imap-thread.c
+               New slist_free_strings_full wrapper for g_slist_free_full
+               and simplify calls where it was being used
+
+2012-10-12 [colin]     3.8.1cvs97
+
+       * src/common/defs.h
+               Drop include of internal glib header
+               Patch by Werner Koch
+
+2012-10-12 [colin]     3.8.1cvs96
+
+       * src/gtk/gtkcmctree.c
+       * src/gtk/gtksctree.c
+               Fix bug #2581, "expander arrows are too tiny to hit with the 
+               mouse". Patch mostly by Tom Horsley
+
+2012-10-12 [iwkse]     3.8.1cvs95
+
+       * src/common/utils.c
+                       g_free *mutex
+
+2012-10-12 [mones]     3.8.1cvs94
+
+       * src/common/utils.c
+               Remove undeclared mutex symbol
+
+2012-10-12 [colin]     3.8.1cvs93
+
+       * src/compose.c
+       * src/prefs_account.c
+       * src/common/utils.c
+       * src/common/utils.h
+               Fix bug #2751 'g_mutex_new/g_mutex_free removed from GLib 2.32'
+               Thanks to Salvatore de Paolis
+
+2012-10-10 [colin]     3.8.1cvs92
+
+       * src/folder.c
+               Fix bug #2744, "Quick search throws bad command 
+               argument error on Microsoft Exchange". Fall back
+               to local search if folder-specific search fails.
+       * src/gtk/quicksearch.c
+               Typo fix.
+
+2012-10-10 [colin]     3.8.1cvs91
+
+       * src/procmsg.h
+               Make what the tags list contain more clear
+
+2012-10-10 [colin]     3.8.1cvs90
+
+       * src/inc.c
+       * src/mbox.c
+       * src/common/smtp.c
+       * src/common/smtp.h
+               Fix bug #2639, "The MSGBUFSIZE definition collides with a definition of OpenBSD"
+               Patch by "madroach"
+
+2012-10-10 [colin]     3.8.1cvs89
+
+       * autogen.sh
+               Fix bug #2638, "Respect $LEX environment variable in autogen.sh"
+
+2012-10-10 [colin]     3.8.1cvs88
+
+       * src/compose.c
+               Leak fix (thanks Ricardo!)
+
+2012-10-10 [colin]     3.8.1cvs87
+
+       * src/common/utils.c
+               Fix O(n^2) algorithm in remove_numbered_files_not_in_list
+               Initial patch by Igor Mammedov <imammedo@redhat.com> with
+               fixes by Michael Rasmussen and myself.
+               Also revert part of 3.8.1cvs86, g_slist_free_full() 
+               semantics are different from slist_free_strings() in that
+               slist_free_strings does not free the list itself.
+
+2012-10-09 [mones]     3.8.1cvs86
+
+       * doc/man/claws-mail.1
+       * src/compose.c
+       * src/common/utils.c
+               New extra headers feature for adding user-defined
+               extra headers to the combobox in the compose window
+               Headers are stablished in 'extraheaderrc', one per
+               line with a final colon
+
+2012-10-06 [mones]     3.8.1cvs85
+
+       * po/POTFILES.in
+               Added src/gtk/menu.c
+       * src/common/defs.h
+       * src/gtk/menu.c
+       * src/gtk/menu.h
+               New function cm_menu_item_new_label_from_url to
+               avoid crashing on huge URL strings and warn user
+               about the possible causes
+       * src/mainwindow.c
+               Use it to create List menu items safely
+
+2012-10-04 [colin]     3.8.1cvs84
+
+       * src/imap.c
+               Fix keywords with spaces
+
+2012-10-04 [colin]     3.8.1cvs83
+
+       * src/advsearch.c
+               Fix double-tag search. Maybe fixes bug #2744,
+               'Quick search throws bad command argument 
+               error since recent change'. Patch by Sean.
+
+2012-10-03 [mones]     3.8.1cvs82
+
+       * src/procmime.c
+               Fix bug #2743 'null pointer crash in procmime strchr'
+               Patch by Michael Schwendt (from RedHat bug 862578) 
+
+2012-09-28 [colin]     3.8.1cvs81
+
+       * src/advsearch.c
+               Never search on server if we're offline
+               (Asking the user would and will be better)
+       * src/imap.c
+               Fix uninitialized variable (bogus) warning
+               Fix SELECT of the folder before searching
+
+2012-09-27 [colin]     3.8.1cvs80
+
+       * src/advsearch.c
+       * src/imap.c
+       * src/etpan/imap-thread.c
+       * src/etpan/imap-thread.h
+               Implement IMAP server search. Patch by
+               Sean Buckheister again.
+
+2012-09-26 [colin]     3.8.1cvs79
+
+       * src/main.c
+       * src/matcher.c
+       * src/matcher.h
+               Prepare the context strings, their translation take
+               CPU time. Shaves 6 seconds out of 17 on my reference
+               folder body search.
+       * src/summary_search.c
+               Fix a warning
+
+2012-09-26 [colin]     3.8.1cvs78
+
+       * src/matcher.c
+       * src/procmime.c
+       * src/procmime.h
+               Unlock I/O in procmime, give a way
+               for matcher to avoid having to
+               read/write tmp/rewind/read tmp for
+               body matches.
+
+2012-09-26 [colin]     3.8.1cvs77
+
+       * src/summary_search.c
+               Fix unresponsive stop button
+       * src/gtk/quicksearch.c
+               Fix busy cursor
+
+2012-09-26 [colin]     3.8.1cvs76
+
+       * src/summary_search.c
+       * src/summaryview.c
+       * src/summaryview.h
+       * src/gtk/quicksearch.c
+               Factorize search code in summary_search and
+               add a progress indicator as that slows down
+               the first result in case of body search.
+
+2012-09-26 [colin]     3.8.1cvs75
+
+       * src/folder.c
+               Fix body search triggering GUI updates
+               for every message when it gets MSG_SCANNED
+               set.
+
+2012-09-26 [colin]     3.8.1cvs74
+
+       * src/folder.c
+       * src/folder.h
+       * src/imap.c
+       * src/procmsg.c
+       * src/procmsg.h
+       * src/summaryview.c
+               Factorize msg list to num list code;
+               Make search faster using cache instead
+               of network I/O
+
+2012-09-25 [mones]     3.8.1cvs73
+
+       * src/gtk/quicksearch.c
+               Fix new expressions not being added to quicksearch
+               history in extended mode; patch by Sean Buckheister
+
+2012-09-22 [mir]       3.8.1cvs72
+
+       * src/advsearch.c
+               Fix for not searching in folders marked 'no_select'
+               patch provided by Colin.
+
+2012-09-22 [mones]     3.8.1cvs71
+
+       * src/advsearch.c
+               Add missing copyright header
+
+2012-09-21 [colin]     3.8.1cvs70
+
+       * src/folder.c
+               Fix warning where msgcount was used
+               uninitialized in case the search was
+               to be performed on a message list subset.
+
+2012-09-21 [colin]     3.8.1cvs69
+
+       * src/gtk/quicksearch.c
+               Fix error background not appearing
+
+2012-09-21 [colin]     3.8.1cvs68
+
+       * src/Makefile.am
+       * src/advsearch.c ** ADDED **
+       * src/advsearch.h ** ADDED **
+       * src/folder.c
+       * src/folder.h
+       * src/folderview.c
+       * src/imap.c
+       * src/main.c
+       * src/matcher.c
+       * src/matcher.h
+       * src/matchertypes.h ** ADDED **
+       * src/mh.c
+       * src/mimeview.c
+       * src/news.c
+       * src/proctypes.h
+       * src/summary_search.c
+       * src/summaryview.c
+       * src/summaryview.h
+       * src/gtk/quicksearch.c
+       * src/gtk/quicksearch.h
+               Separated GUI and logic for search
+               Use same logic for quicksearch and folder search
+               Patch by Sean Buckheister <s_buckhe@cs.uni-kl.de>
+
+2012-09-19 [mones]     3.8.1cvs67
+
+       * src/mainwindow.c
+               Remove spurious parameter from get_url_part and
+               fix potential buffer overflow
+
+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
 
 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
+       * 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
 
 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)
+               Fix bug #1975 'preference mutt key bindings do not take
+               effect' (and the other invalid paths too)
 
 2012-09-12 [colin]     3.8.1cvs53