afcffb7e0e454c556de22e4584eec10e238059ac
[claws.git] / ChangeLog
1 2012-11-16 [ticho]      3.9.0cvs11
2
3         * src/account.c
4         * src/addrcustomattr.c
5         * src/edittags.c
6         * src/prefs_filtering.c
7         * src/prefs_matcher.c
8         * src/prefs_msg_colors.c
9         * src/toolbar.c
10         * src/uri_opener.c
11         * src/wizard.c
12         * src/common/utils.c
13         * src/gtk/about.c
14                 Use pgettext() and friends for i18n context strings, instead of
15                 having a pipe character in msgid for context separation. This uses
16                 glib's C_ macro, instead of Q_.
17
18 2012-11-16 [colin]      3.9.0cvs10
19
20         * src/foldersel.c
21         * src/prefs_actions.c
22         * src/prefs_filtering_action.c
23         * src/prefs_matcher.c
24         * src/quote_fmt.c
25         * src/gtk/description_window.c
26         * src/gtk/description_window.h
27         * src/gtk/inputdialog.c
28         * src/gtk/manage_window.c
29         * src/gtk/quicksearch.c
30                 Try to better fix focus problems. Should address:
31                 Bug #2774
32                 Bug #2624
33                 Bug #1963
34                 Please check using your favorite WM that the following works:
35                 Information button (Quicksearch, Templates, 'Test' filtering 
36                 condition)
37                 Folder selection (Move/Copy contextual menu,
38                 various preferences, including 'New folder').
39                 Tested with XFCE, Gnome Shell and Windows.
40                 
41
42 2012-11-16 [colin]      3.9.0cvs9
43
44         * src/advsearch.c
45                 Init is_fast too
46
47 2012-11-16 [colin]      3.9.0cvs8
48
49         * src/advsearch.c
50                 Fix missing initialisation of bool_and which could
51                 lead to From/To/Subject/Tag searches searching with
52                 binary and.
53                 Also clean up tag expansion. No need to create a
54                 matcher string and re-parse it.
55
56 2012-11-16 [paul]       3.9.0cvs7
57
58         * po/de.po
59                 fix by Thomas Bellmann
60
61 2012-11-15 [colin]      3.9.0cvs6
62
63         * src/summaryview.c
64                 Fix bug #2785, "Marking mails for deletion reopens internal 
65                 message view"
66
67 2012-11-15 [colin]      3.9.0cvs5
68
69         * src/main.c
70         * src/statusbar.c
71         * src/gtk/gtkcmclist.c
72         * src/gtk/gtkcmclist.h
73                 a few more GTK+3 fixes. Segfaults on me, though.
74
75 2012-11-15 [colin]      3.9.0cvs4
76
77         * src/Makefile.am
78         * src/action.c
79         * src/addr_compl.c
80         * src/addressbook.c
81         * src/addrgather.c
82         * src/compose.c
83         * src/editaddress.c
84         * src/editgroup.c
85         * src/main.c
86         * src/mainwindow.c
87         * src/message_search.c
88         * src/prefs_display_header.c
89         * src/prefs_filtering_action.c
90         * src/prefs_matcher.c
91         * src/prefs_other.c
92         * src/prefs_toolbar.c
93         * src/printing.c
94         * src/stock_pixmap.c
95         * src/summary_search.c
96         * src/summaryview.c
97         * src/textview.c
98         * src/gtk/Makefile.am
99         * src/gtk/colorlabel.c
100         * src/gtk/combobox.c
101         * src/gtk/combobox.h
102         * src/gtk/gtkcmclist.c
103         * src/gtk/gtkcmclist.h
104         * src/gtk/gtkcmctree.c
105         * src/gtk/gtksctree.c
106         * src/gtk/gtkshruler.c
107         * src/gtk/gtkutils.c
108         * src/gtk/gtkutils.h
109         * src/gtk/inputdialog.c
110         * src/gtk/quicksearch.c
111         * src/plugins/pgpcore/Makefile.am
112         * src/plugins/pgpinline/Makefile.am
113         * src/plugins/pgpmime/Makefile.am
114         * src/plugins/smime/Makefile.am
115                 Big GTK+3 patch from Hanno Meyer-Thurow
116
117 2012-11-15 [wwp]        3.9.0cvs3
118
119         * doc/man/claws-mail.1
120         * src/main.c
121                 Add --cancel-receiving command-line switch.
122
123 2012-11-15 [wwp]        3.9.0cvs2
124
125         * src/ssl_manager.c
126         * src/gtk/sslcertwindow.c
127                 Fix Capitalization.
128
129 2012-11-15 [paul]       3.9.0cvs1
130
131         * po/cs.po
132         * po/fi.po
133         * po/sk.po
134                 updates from David Vachulka, Flammie Pirinen, and
135                 Slavko
136
137 2012-11-14 [paul]       3.9.0
138         * NEWS
139         * README
140         * RELEASE_NOTES 
141                 3.9.0 unleashed!
142
143 2012-11-14 [paul]       3.8.1cvs123
144
145         * po/de.po
146         * po/es.po
147         * po/fi.po
148         * po/fr.po
149         * po/hu.po
150         * po/pt_BR.po
151         * po/sv.po
152         * po/uk.po
153         * po/zh_TW.po
154                 updated by Thomas Bellmann, Ricardo Mones, Flammie Pirinen,
155                 wwp, Pader Rezso, Frederico Goncalves Guimaraes, Andreas Ronnquist,
156                 YUP, Wei-Lun Chao
157
158 2012-11-14 [paul]       3.8.1cvs122
159
160         * tools/README
161         * tools/fix_date.sh
162                 improvements by wwp
163
164 2012-11-14 [colin]      3.8.1cvs121
165
166         * src/action.c
167                 And fix warning with breaking functionality
168
169 2012-11-14 [paul]       3.8.1cvs120
170
171         * src/action.c
172                 revert this change from 3.8.1cvs60, it breaks
173                 actions with a pipe
174
175 2012-11-14 [colin]      3.8.1cvs119
176
177         * src/common/plugin.c
178                 If plugin fails to load from absolute path, try from
179                 default plugin path. 
180                 Fixes bug #1137, 'loading plugins with same profile on different archs'
181                 Fixes bug #2777, 'Installing latest cvs116 package 14 Windows version
182                 results in wrong paths in clawsrc'
183
184 2012-11-12 [colin]      3.8.1cvs118
185
186         * src/messageview.c
187                 Fix initial focus on textview. Fixes bug #2776,
188                 "Make all menu shortcuts work properly in the message window"
189
190 2012-11-09 [colin]      3.8.1cvs117
191
192         * src/etpan/imap-thread.c
193                 Specify search charset. Thanks to Aleksei Miheev
194
195 2012-11-08 [colin]      3.8.1cvs116
196
197         * src/common/socket.c
198         * src/gtk/gtkutils.c
199                 Fix socket communication
200
201 2012-11-08 [colin]      3.8.1cvs115
202
203         * src/plugins/pgpcore/sgpgme.c
204                 Fix Windows runtime crash
205
206 2012-11-08 [colin]      3.8.1cvs114
207
208         * src/gtk/quicksearch.c
209                 Fix going active with NULL matchstring (for example
210                 when changing type before typing anything)
211
212 2012-11-07 [colin]      3.8.1cvs113
213
214         * src/mbox.c
215                 Fix Windows build
216
217 2012-11-06 [mones]      3.8.1cvs112
218
219         * doc/man/claws-mail.1
220                 Sync with AUTHORS file
221         * src/gtk/quicksearch.c
222                 Add number units where appropriate
223
224 2012-10-31 [paul]       3.8.1cvs111
225
226         * src/prefs_folder_item.c
227                 add missing closing bracket. thanks to Andreas Rönnquist.
228
229 2012-10-31 [colin]      3.8.1cvs110
230
231         * src/prefs_folder_item.c
232                 Fix prefs text and extra semi-colon. Thanks to Paul!
233
234 2012-10-31 [colin]      3.8.1cvs109
235
236         * src/folder_item_prefs.c
237         * src/folder_item_prefs.h
238         * src/messageview.c
239         * src/prefs_folder_item.c
240                 Implement feature from bug #2569, 
241                 "select html part on folder specific properties"
242                 Patch based on Andrej's patch.
243
244 2012-10-29 [wwp]        3.8.1cvs108
245
246         * src/textview.c
247         Revert cvs107, cvs106 and parts of cvs105 (all in textview.c), fixing
248         broken URL parsing.
249
250 2012-10-25 [colin]      3.8.1cvs107
251
252         * src/textview.c
253                 Verify the previous URI wasn't the same...
254                 fixes http://www. URIs.
255
256 2012-10-25 [colin]      3.8.1cvs106
257
258         * src/common/utils.c
259         * src/common/utils.h
260         * src/textview.c
261                 Avoid strlen() on inner loop in textview_make_clickable_parts*()
262                 reduces cost of strcasestr() in textview_make_clickable_parts*()
263                 from 30% to 15%. Patch by Igor Mammedov
264
265 2012-10-25 [colin]      3.8.1cvs105
266
267         * src/textview.c
268                 Do not allow search cost to explode in case of bad message
269                 parsing in textview_make_clickable_parts_later(); reduces
270                 cost of textview_make_clickable_parts_later() from 99% to
271                 17% for big bad-case message. Patch by Igor Mammedov
272
273 2012-10-25 [colin]      3.8.1cvs104
274
275         * src/textview.c
276         * src/textview.h
277                 Avoid strlen() on big buffers, use precomputed length instead
278                 it reduces cost of textview_write_line() from 32% to 3% for
279                 big messages. Patch by Igor Mammedov
280         * AUTHORS
281         * src/gtk/authors.h
282                 Add Igor
283
284 2012-10-24 [mones]      3.8.1cvs103
285
286         * src/advsearch.c
287                 Trust on IMAP core on-line/off-line management
288                 Patch by Sean Buckheister
289
290 2012-10-19 [paul]       3.8.1cvs102
291
292         * AUTHORS
293         * src/crash.c
294         * src/gtk/authors.h
295                 fix bug 2760, 'display correct libc version in crash dialog 
296                 when uclibc is used'.
297                 fixes build with uclibc. patch by Natanael Copa.
298
299 2012-10-18 [mones]      3.8.1cvs101
300
301         * claws-mail.desktop
302                 Fix bug #2761 and remove invalid GTK main category
303
304 2012-10-17 [colin]      3.8.1cvs100
305
306         * src/common/ssl_certificate.c
307                 Fix bug #2759, "Error messages regarding bad
308                 client certificates are less than helpful"
309                 Based on patch by bug reporter.
310
311 2012-10-13 [paul]       3.8.1cvs99
312
313         * src/common/ssl_certificate.c
314                 fix build with gnutls 3.1.3
315                 Patch by Sean Buckheister.
316
317 2012-10-12 [mones]      3.8.1cvs98
318
319         * src/compose.c
320         * src/grouplistdialog.c
321         * src/imap.c
322         * src/news_gtk.c
323         * src/procmime.c
324         * src/procmsg.c
325         * src/common/utils.c
326         * src/common/utils.h
327         * src/etpan/imap-thread.c
328                 New slist_free_strings_full wrapper for g_slist_free_full
329                 and simplify calls where it was being used
330
331 2012-10-12 [colin]      3.8.1cvs97
332
333         * src/common/defs.h
334                 Drop include of internal glib header
335                 Patch by Werner Koch
336
337 2012-10-12 [colin]      3.8.1cvs96
338
339         * src/gtk/gtkcmctree.c
340         * src/gtk/gtksctree.c
341                 Fix bug #2581, "expander arrows are too tiny to hit with the 
342                 mouse". Patch mostly by Tom Horsley
343
344 2012-10-12 [iwkse]      3.8.1cvs95
345
346         * src/common/utils.c
347                         g_free *mutex
348
349 2012-10-12 [mones]      3.8.1cvs94
350
351         * src/common/utils.c
352                 Remove undeclared mutex symbol
353
354 2012-10-12 [colin]      3.8.1cvs93
355
356         * src/compose.c
357         * src/prefs_account.c
358         * src/common/utils.c
359         * src/common/utils.h
360                 Fix bug #2751 'g_mutex_new/g_mutex_free removed from GLib 2.32'
361                 Thanks to Salvatore de Paolis
362
363 2012-10-10 [colin]      3.8.1cvs92
364
365         * src/folder.c
366                 Fix bug #2744, "Quick search throws bad command 
367                 argument error on Microsoft Exchange". Fall back
368                 to local search if folder-specific search fails.
369         * src/gtk/quicksearch.c
370                 Typo fix.
371
372 2012-10-10 [colin]      3.8.1cvs91
373
374         * src/procmsg.h
375                 Make what the tags list contain more clear
376
377 2012-10-10 [colin]      3.8.1cvs90
378
379         * src/inc.c
380         * src/mbox.c
381         * src/common/smtp.c
382         * src/common/smtp.h
383                 Fix bug #2639, "The MSGBUFSIZE definition collides with a definition of OpenBSD"
384                 Patch by "madroach"
385
386 2012-10-10 [colin]      3.8.1cvs89
387
388         * autogen.sh
389                 Fix bug #2638, "Respect $LEX environment variable in autogen.sh"
390
391 2012-10-10 [colin]      3.8.1cvs88
392
393         * src/compose.c
394                 Leak fix (thanks Ricardo!)
395
396 2012-10-10 [colin]      3.8.1cvs87
397
398         * src/common/utils.c
399                 Fix O(n^2) algorithm in remove_numbered_files_not_in_list
400                 Initial patch by Igor Mammedov <imammedo@redhat.com> with
401                 fixes by Michael Rasmussen and myself.
402                 Also revert part of 3.8.1cvs86, g_slist_free_full() 
403                 semantics are different from slist_free_strings() in that
404                 slist_free_strings does not free the list itself.
405
406 2012-10-09 [mones]      3.8.1cvs86
407
408         * doc/man/claws-mail.1
409         * src/compose.c
410         * src/common/utils.c
411                 New extra headers feature for adding user-defined
412                 extra headers to the combobox in the compose window
413                 Headers are stablished in 'extraheaderrc', one per
414                 line with a final colon
415
416 2012-10-06 [mones]      3.8.1cvs85
417
418         * po/POTFILES.in
419                 Added src/gtk/menu.c
420         * src/common/defs.h
421         * src/gtk/menu.c
422         * src/gtk/menu.h
423                 New function cm_menu_item_new_label_from_url to
424                 avoid crashing on huge URL strings and warn user
425                 about the possible causes
426         * src/mainwindow.c
427                 Use it to create List menu items safely
428
429 2012-10-04 [colin]      3.8.1cvs84
430
431         * src/imap.c
432                 Fix keywords with spaces
433
434 2012-10-04 [colin]      3.8.1cvs83
435
436         * src/advsearch.c
437                 Fix double-tag search. Maybe fixes bug #2744,
438                 'Quick search throws bad command argument 
439                 error since recent change'. Patch by Sean.
440
441 2012-10-03 [mones]      3.8.1cvs82
442
443         * src/procmime.c
444                 Fix bug #2743 'null pointer crash in procmime strchr'
445                 Patch by Michael Schwendt (from RedHat bug 862578) 
446
447 2012-09-28 [colin]      3.8.1cvs81
448
449         * src/advsearch.c
450                 Never search on server if we're offline
451                 (Asking the user would and will be better)
452         * src/imap.c
453                 Fix uninitialized variable (bogus) warning
454                 Fix SELECT of the folder before searching
455
456 2012-09-27 [colin]      3.8.1cvs80
457
458         * src/advsearch.c
459         * src/imap.c
460         * src/etpan/imap-thread.c
461         * src/etpan/imap-thread.h
462                 Implement IMAP server search. Patch by
463                 Sean Buckheister again.
464
465 2012-09-26 [colin]      3.8.1cvs79
466
467         * src/main.c
468         * src/matcher.c
469         * src/matcher.h
470                 Prepare the context strings, their translation take
471                 CPU time. Shaves 6 seconds out of 17 on my reference
472                 folder body search.
473         * src/summary_search.c
474                 Fix a warning
475
476 2012-09-26 [colin]      3.8.1cvs78
477
478         * src/matcher.c
479         * src/procmime.c
480         * src/procmime.h
481                 Unlock I/O in procmime, give a way
482                 for matcher to avoid having to
483                 read/write tmp/rewind/read tmp for
484                 body matches.
485
486 2012-09-26 [colin]      3.8.1cvs77
487
488         * src/summary_search.c
489                 Fix unresponsive stop button
490         * src/gtk/quicksearch.c
491                 Fix busy cursor
492
493 2012-09-26 [colin]      3.8.1cvs76
494
495         * src/summary_search.c
496         * src/summaryview.c
497         * src/summaryview.h
498         * src/gtk/quicksearch.c
499                 Factorize search code in summary_search and
500                 add a progress indicator as that slows down
501                 the first result in case of body search.
502
503 2012-09-26 [colin]      3.8.1cvs75
504
505         * src/folder.c
506                 Fix body search triggering GUI updates
507                 for every message when it gets MSG_SCANNED
508                 set.
509
510 2012-09-26 [colin]      3.8.1cvs74
511
512         * src/folder.c
513         * src/folder.h
514         * src/imap.c
515         * src/procmsg.c
516         * src/procmsg.h
517         * src/summaryview.c
518                 Factorize msg list to num list code;
519                 Make search faster using cache instead
520                 of network I/O
521
522 2012-09-25 [mones]      3.8.1cvs73
523
524         * src/gtk/quicksearch.c
525                 Fix new expressions not being added to quicksearch
526                 history in extended mode; patch by Sean Buckheister
527
528 2012-09-22 [mir]        3.8.1cvs72
529
530         * src/advsearch.c
531                 Fix for not searching in folders marked 'no_select'
532                 patch provided by Colin.
533
534 2012-09-22 [mones]      3.8.1cvs71
535
536         * src/advsearch.c
537                 Add missing copyright header
538
539 2012-09-21 [colin]      3.8.1cvs70
540
541         * src/folder.c
542                 Fix warning where msgcount was used
543                 uninitialized in case the search was
544                 to be performed on a message list subset.
545
546 2012-09-21 [colin]      3.8.1cvs69
547
548         * src/gtk/quicksearch.c
549                 Fix error background not appearing
550
551 2012-09-21 [colin]      3.8.1cvs68
552
553         * src/Makefile.am
554         * src/advsearch.c ** ADDED **
555         * src/advsearch.h ** ADDED **
556         * src/folder.c
557         * src/folder.h
558         * src/folderview.c
559         * src/imap.c
560         * src/main.c
561         * src/matcher.c
562         * src/matcher.h
563         * src/matchertypes.h ** ADDED **
564         * src/mh.c
565         * src/mimeview.c
566         * src/news.c
567         * src/proctypes.h
568         * src/summary_search.c
569         * src/summaryview.c
570         * src/summaryview.h
571         * src/gtk/quicksearch.c
572         * src/gtk/quicksearch.h
573                 Separated GUI and logic for search
574                 Use same logic for quicksearch and folder search
575                 Patch by Sean Buckheister <s_buckhe@cs.uni-kl.de>
576
577 2012-09-19 [mones]      3.8.1cvs67
578
579         * src/mainwindow.c
580                 Remove spurious parameter from get_url_part and
581                 fix potential buffer overflow
582
583 2012-09-19 [colin]      3.8.1cvs66
584
585         * src/addressbook.c
586         * src/addrselect.c
587                 Un-mix mixed enum comparison which happened
588                 to work because multiple enums define the same
589                 values.
590
591 2012-09-19 [colin]      3.8.1cvs65
592
593         * src/addrindex.c
594         * src/editaddress.c
595         * src/editldap.c
596         * src/exporthtml.c
597         * src/jpilot.c
598         * src/procmime.c
599         * src/plugins/bogofilter/bogofilter_gtk.c
600         * src/plugins/pgpcore/prefs_gpg.c
601         * src/plugins/smime/smime.c
602         * src/plugins/spamassassin/spamassassin_gtk.c
603                 More warning fixes, casts, useless variables and
604                 unchecked return values
605
606 2012-09-19 [colin]      3.8.1cvs64
607
608         * src/mainwindow.c
609                 Check possible overflow
610         * src/prefs_account.c
611         * src/prefs_compose_writing.c
612         * src/prefs_logging.c
613         * src/prefs_message.c
614         * src/prefs_msg_colors.c
615         * src/prefs_other.c
616         * src/prefs_receive.c
617         * src/prefs_summaries.c
618         * src/prefs_wrapping.c
619                 fix GtkAdjustment casts
620         * src/common/ssl.c
621                 fix warnings
622         * src/gtk/gtkaspell.c
623                 fix warnings
624
625 2012-09-19 [mones]      3.8.1cvs63
626
627         * src/addritem.c
628                 Fix leak and follow function specification
629
630 2012-09-19 [mones]      3.8.1cvs62
631
632         * src/action.c
633                 Use unused var c to check result and emit messages on error
634         * src/addrbook.c
635                 Remove unused vars: attr (several functions), element
636         * src/addrclip.c
637                 Use unused var newGroup to check result
638         * src/addrcustomattr.c
639                 Remove unused var summaryview and related code
640         * src/addressbook.c
641                 Use unused vars nn, newNode, idleID to check result
642                 Remove unused var aoType and refactor logic around it
643                 Comment var enabled and related debug code
644         * src/msgcache.c
645                 Use unused var error to check result and emit debug messages
646         * src/textview.c
647                 Remove unused var link_color
648         * src/toolbar.c
649                 Remove unused vars: attr, retVal
650
651 2012-09-19 [colin]      3.8.1cvs61
652
653         * src/imap.c
654         * src/inc.c
655         * src/news.c
656         * src/send_message.c
657         * src/common/socket.c
658                 More precise error logging
659
660 2012-09-16 [mones]      3.8.1cvs60
661
662         * src/action.c                                                          
663                 Removed dup calls with ignored result
664         * src/addr_compl.c                                                    
665                 Removed unused var is_group and simplified logic around it      
666         * src/addrharvest.c                                                  
667         * src/matcher.c
668         * src/procmsg.c                                                  
669         * src/etpan/etpan-thread-manager.c                                    
670                 Use unused var r to verify result and emit messages on error
671         * src/compose.c                                                  
672                 Move color variable into conditional usage blocks
673                 Remove assigned but not used vars: lock, titles, count    
674         * src/edittags.c
675                 Remove assigned but not used var actions                        
676         * src/folderview.c
677                 Remove assigned but not used vars: from_parent, src_node        
678         * src/imap_gtk.c
679         * src/mh_gtk.c                                                    
680                 Remove malloc-ed but not used var: old_path                  
681         * src/news.c
682                 Comment unused vars from commented block: tofetch, fetched      
683         * src/prefs_account.c
684                 Remove assigned but not used var: privacy_enabled
685         * src/prefs_actions.c
686         * src/prefs_customheader.c
687                 Remove assigned but not used var: store
688         * src/prefs_filtering.c
689                 Remove assigned but not used var: n_rows
690         * src/prefs_template.c
691                 Remove assigned but not used vars: model, list_store
692         * src/prefs_toolbar.c
693                 Remove assigned but not used var: win_titles
694         * src/printing.c
695                 Remove assigned but not used vars: orientation, line, baseline,
696                 off_chars 
697         * src/etpan/imap-thread.c
698                 Remove assigned but not used var: value, r
699                 Refactor to check correct memory allocation
700         * src/etpan/nntp-thread.c
701                 Remove assigned but not used var: value
702         * src/gtk/gtkaspell.c
703                 Remove assigned but not used vars: textbuf, exist
704                 Remove unused function: find_gtkaspeller
705         * src/gtk/gtkcmctree.c
706                 Remove unused function: gtk_cmctree_get_offset
707         * src/gtk/gtkshruler.c
708                 Remove assigned but not used vars: ruler, priv
709
710 2012-09-14 [mones]      3.8.1cvs59
711
712         * src/common/log.c
713                 Check file operation results (and remove and
714                 unused var warning)
715
716 2012-09-14 [colin]      3.8.1cvs58
717
718         * src/gtk/inputdialog.c
719                 Remove unused var, thanks Ticho
720
721 2012-09-13 [colin]      3.8.1cvs57
722
723         * src/stock_pixmap.c
724                 Fix missing \n in debug line
725
726 2012-09-13 [colin]      3.8.1cvs56
727
728         * src/main.c
729                 Don't listen on the Unix socket before we're
730                 ready. The 'popup' order from another instance
731                 may provoke a race and trash configuration files.
732
733 2012-09-13 [colin]      3.8.1cvs55
734
735         * src/imap.c
736                 Maybe fix bug #2096, "MEMORY-ERROR w/ 
737                 Claws-Mail/IMAP and Lotus Domino". Use
738                 correct types for start/end and test if
739                 start is indeed before end.
740
741 2012-09-12 [mones]      3.8.1cvs54
742
743         * src/prefs_other.c
744                 Fix bug #1975 'preference mutt key bindings do not take
745                 effect' (and the other invalid paths too)
746
747 2012-09-12 [colin]      3.8.1cvs53
748
749         * src/procmsg.c
750                 Revert that hunk, logic is unclear.
751
752 2012-09-12 [colin]      3.8.1cvs52
753
754         * src/addressbook.c
755         * src/addrharvest.c
756         * src/addrindex.c
757         * src/addritem.c
758         * src/compose.c
759         * src/edittags.c
760         * src/folder.c
761         * src/imap.c
762         * src/inc.c
763         * src/ldif.c
764         * src/mainwindow.c
765         * src/mbox.c
766         * src/mimeview.c
767         * src/mutt.c
768         * src/partial_download.c
769         * src/prefs_filtering_action.c
770         * src/prefs_toolbar.c
771         * src/printing.c
772         * src/procheader.c
773         * src/procmime.c
774         * src/procmsg.c
775         * src/summaryview.c
776         * src/textview.c
777         * src/common/utils.c
778         * src/etpan/imap-thread.c
779         * src/gtk/gtkaspell.c
780         * src/plugins/pgpcore/sgpgme.c
781                 More fixes from bug #1961:
782                 - Write-only variables
783                 - Null pointer dereferences
784                 - A couple other fixes for which the reporter
785                   was unsure, but which showed problems.
786                 More details in bug #1961 comments.
787
788 2012-09-12 [colin]      3.8.1cvs51
789
790         * src/compose.c
791         * src/mh.c
792         * src/common/ssl.c
793         * src/plugins/pgpcore/passphrase.c
794                 Apply patches from bug #1961, "patches for
795                 a couple of clang warnings":
796                 - Check return codes
797                 - Remove dead code
798
799 2012-09-12 [colin]      3.8.1cvs50
800
801         * claws-mail.pc.in
802                 Put Claws-Mail CFLAGS first; fixes build on Fink/OS X
803                 where the included menu.h could come from Ncurses.
804                 Thanks to 'Stainless Steel Rat' <ratinox@gweep.net>
805
806 2012-09-11 [colin]      3.8.1cvs49
807
808         * src/main.c
809                 Fix race condition at start.
810
811 2012-09-10 [colin]      3.8.1cvs48
812
813         * src/main.c
814                 Create lock socket as soon as possible, not after
815                 a few things like caching all prefs.
816
817 2012-09-09 [mones]      3.8.1cvs47
818
819         * src/plugins/bogofilter/bogofilter.c
820                 Add missing include
821
822 2012-09-08 [colin]      3.8.1cvs46
823
824         * AUTHORS
825         * src/Makefile.am
826         * src/action.c
827         * src/addr_compl.c
828         * src/addrbook.c
829         * src/compose.c
830         * src/compose.h
831         * src/editaddress.c
832         * src/filtering.c
833         * src/folder.c
834         * src/folder.h
835         * src/folderview.h
836         * src/headerview.h
837         * src/imap_gtk.c
838         * src/localfolder.c
839         * src/main.c
840         * src/mainwindow.c
841         * src/mainwindow.h
842         * src/matcher.c
843         * src/matcher_parser_parse.y
844         * src/messageview.c
845         * src/messageview.h
846         * src/mh.c
847         * src/mh_gtk.c
848         * src/mimeview.c
849         * src/mimeview.h
850         * src/noticeview.h
851         * src/prefs_account.c
852         * src/prefs_account.h
853         * src/prefs_filtering.c
854         * src/prefs_filtering_action.c
855         * src/prefs_gtk.h
856         * src/prefs_matcher.c
857         * src/prefs_template.c
858         * src/prefs_toolbar.c
859         * src/privacy.c
860         * src/procheader.h
861         * src/procmime.c
862         * src/procmime.h
863         * src/procmsg.c
864         * src/procmsg.h
865         * src/proctypes.h
866         * src/remotefolder.c
867         * src/summaryview.c
868         * src/summaryview.h
869         * src/textview.c
870         * src/textview.h
871         * src/toolbar.c
872         * src/uri_opener.c
873         * src/viewtypes.h
874         * src/common/defs.h
875         * src/gtk/authors.h
876         * src/gtk/description_window.c
877         * src/plugins/trayicon/trayicon.c
878                 Break circular dependencies in Claws' headers,
879                 Patch by Sean Buckheister <s_buckhe@cs.uni-kl.de>
880
881 2012-09-08 [colin]      3.8.1cvs45
882
883         * src/textview.c
884                 Fix shortcut getting
885
886 2012-09-05 [colin]      3.8.1cvs44
887
888         * src/matcher.c
889         * src/matcher.h
890         * src/prefs_matcher.c
891                 Drop matcherprop_new_create, which is just a copy of
892                 matcherprop_new, and staticalize what can be
893
894 2012-09-05 [colin]      3.8.1cvs43
895
896         * src/plugins/pgpcore/select-keys.c
897                 Fix bug #2390, "Non-fully-trusted-key-warning appears
898                 based on primary UID rather than recipient e-mail"
899
900 2012-08-29 [colin]      3.8.1cvs42
901
902         * src/gtk/gtkaspell.c
903                 Fix bug #2596, "Spell checker does not work properly"
904
905 2012-08-29 [colin]      3.8.1cvs41
906
907         * src/plugins/pgpcore/sgpgme.c
908                 Set gpgme's locale to UTF-8. Fixes bug #2650,
909                 "segfault in pgp when gpgme_strerror() returns a non utf-8 string"
910
911 2012-08-29 [colin]      3.8.1cvs40
912
913         * src/mainwindow.c
914         * src/messageview.c
915         * src/mimeview.c
916         * src/mimeview.h
917         * src/summaryview.c
918         * src/textview.c
919         * src/gtk/menu.c
920         * src/gtk/menu.h
921                 Move the hardcoded mimeview shortcuts to standard menus.
922
923 2012-08-27 [colin]      3.8.1cvs39
924
925         * src/main.c
926                 Fix double mainwindow presentation that confuses GNOME3
927                 when some plugins fail to load (subsequent Claws windows
928                 got no focus in that case)
929
930 2012-08-27 [colin]      3.8.1cvs38
931
932         * src/summaryview.c
933                 Make Mark all read confirmation button more clear
934
935 2012-08-27 [colin]      3.8.1cvs37
936
937         * src/mainwindow.c
938         * src/summaryview.c
939                 Separate "Mark all read" from "Mark as read"
940                 and "Ignore thread"
941
942 2012-08-27 [wwp]        3.8.1cvs36
943
944         * src/inc.c
945         * src/procmsg.c
946                 Remove session statistics debug statements (irrelevant in repo,
947                 that's dev stuff).
948
949 2012-08-24 [mones]      3.8.1cvs35
950
951         * manual/advanced.xml
952                 Keep alphabetic order of hidden options lost
953                 and update Clawsker URL.
954         * manual/de/advanced.xml
955         * manual/fr/advanced.xml
956                 Update Clawsker URL.
957         * manual/es/advanced.xml
958                 Sync with English version and update Clawsker URL.
959         * manual/de/dist/html/Makefile.am
960         * manual/es/dist/html/Makefile.am
961         * manual/fr/dist/html/Makefile.am
962         * manual/pl/dist/html/Makefile.am
963         * manual/dist/html/Makefile.am
964                 Fix bug 2723 'Missing encoding in generated html manual'
965
966 2012-08-23 [colin]      3.8.1cvs34
967
968         * src/mainwindow.c
969                 Fix --offline asking if one wants to sync,
970                 due to re-entering. Thanks <ebik@ucw.cz>.
971
972 2012-08-16 [colin]      3.8.1cvs33
973
974         * src/imap.c
975                 Always clear the tags list when fetching a folder, or
976                 Claws will never untag an untagged email. Patch by
977                 Igor Mammedov <imammedo@redhat.com>
978
979 2012-08-12 [colin]      3.8.1cvs32
980
981         * src/compose.c
982                 Exclude text/plain from the attachment thing
983
984 2012-08-12 [colin]      3.8.1cvs31
985
986         * src/messageview.c
987                 Fix comparison, thanks to Michael Gmelin
988
989 2012-08-12 [colin]      3.8.1cvs30
990
991         * src/messageview.c
992                 Only show HTML parts by default (if the pref
993                 is set so) if the part disposition-type is
994                 inline or unknown, but not attachment.
995         * src/common/ssl.c
996                 Remove useless hook that won't ever be used
997                 on windows
998
999 2012-08-12 [colin]      3.8.1cvs29
1000
1001         * src/compose.c
1002                 Make sure text/* attachments are not made
1003                 inline, regardless of the compose mode.
1004                 Finishes fixing bug #2203 after auto-save
1005                 switches mode to COMPOSE_REEDIT. Thanks to
1006                 Michael Gmelin for finding this.
1007
1008 2012-08-09 [colin]      3.8.1cvs28
1009
1010         * src/prefs_filtering.c
1011                 Make treeView type-ahead case insensitive
1012                 Patch by Andreas Ronnquist
1013
1014 2012-08-09 [colin]      3.8.1cvs27
1015
1016         * src/gtk/sslcertwindow.c
1017                 Fix leak
1018
1019 2012-08-09 [colin]      3.8.1cvs26
1020
1021         * src/common/ssl.c
1022         * src/common/ssl_certificate.c
1023         * src/common/ssl_certificate.h
1024         * src/gtk/sslcertwindow.c
1025                 Fix bug 2718, "Failure to check peer hostname
1026                 when checking certificate"
1027
1028 2012-08-05 [ticho]      3.8.1cvs25
1029
1030         * src/compose.c
1031                 Avoid header combo box to get focus twice (first text within,
1032                 then combobox widget itself) when switching focus with TAB.
1033
1034 2012-07-28 [ticho]      3.8.1cvs24
1035
1036         * src/compose.c
1037                 Properly fix setting "transient for" for attachment properties
1038                 dialog when called via popup menu (since we're stealing focus
1039                 few lines before, we need to do it directly, not via
1040                 manage_window_*).
1041
1042 2012-07-28 [ticho]      3.8.1cvs23
1043
1044         * src/gtk/pluginwindow.c
1045         * src/gtk/prefswindow.c
1046                 Fixed setting "transient for" property for plugin load/unload
1047                 file dialog. Connected manage_window signals to prefswindow events.
1048
1049 2012-07-27 [ticho]      3.8.1cvs22
1050
1051         * src/summaryview.c
1052         * src/textview.c
1053                 Fixed setting "transient for" property for summaryview file
1054                 dialog and messageview's image save dialog.
1055
1056 2012-07-27 [ticho]      3.8.1cvs21
1057
1058         * src/crash.c
1059         * src/mimeview.c
1060                 Fix setting "transient for" property for file select dialogs
1061                 in crash report and mimeview.
1062
1063 2012-07-27 [ticho]      3.8.1cvs20
1064
1065         * src/compose.c
1066                 Fixed "transient for" property for file attach dialog when
1067                 called from Attachments list popup menu. Simplified menu item
1068                 sensitivities setting code logic for this menu.
1069
1070 2012-07-25 [ticho]      3.8.1cvs19
1071
1072         * manual/advanced.xml
1073                 Add the three hidden preferences related to colored display
1074                 of unified diffs to manual.
1075
1076 2012-07-25 [ticho]      3.8.1cvs18
1077
1078         * src/gtk/gtkaspell.c
1079                 Create "Change directory" submenu in a separate function, change
1080                 wording a bit, and make the submenu always available in a context
1081                 menu of body edit box in compose window.
1082
1083 2012-07-25 [ticho]      3.8.1cvs17
1084
1085         * src/gtk/prefswindow.c
1086                 Correctly set transient_for property for preferences window,
1087                 as well as for color picker dialogs. Fixes bug #2710.
1088
1089 2012-07-25 [ticho]      3.8.1cvs16
1090
1091         * src/gtk/quicksearch.c
1092                 Allow quicksearch syntax description window to be correctly
1093                 set transient for main window.
1094
1095 2012-07-15 [wwp]        3.8.1cvs15
1096
1097         * src/procmime.c
1098                 Fix bug 2697, thanks to Mikhail Efremov (wrong list ptr used).
1099
1100 2012-07-10 [paul]       3.8.1cvs14
1101
1102         * src/procmime.c
1103                 forgot this in last commit
1104
1105 2012-07-10 [paul]       3.8.1cvs13
1106
1107         * src/messageview.c
1108         * src/common/defs.h
1109         * src/common/quoted-printable.c
1110         * src/common/quoted-printable.h
1111                 revert 3.8.1cvs2,3,4,5  because they (somewhere!) cause
1112                 the bug: partial message text loss
1113
1114 2012-07-10 [mones]      3.8.1cvs12
1115
1116         * src/plugins/pgpcore/sgpgme.c
1117                 Fix bug 2689, 'segfault when trying to view info
1118                 about pgp/smime sign'
1119
1120 2012-07-08 [ticho]      3.8.1cvs11
1121
1122         * src/plugins/pgpcore/sgpgme.c
1123                 Consider marginal signature validity as untrusted. Suggested by
1124                 Jean-Benoist Leger (leger at crans.org).
1125
1126 2012-07-08 [paul]       3.8.1cvs10
1127
1128         * src/gtk/icon_legend.c
1129                 fix (reveal) hidden icon in gui and build warning
1130
1131 2012-07-07 [paul]       3.8.1cvs9
1132
1133         * src/plugins/pgpcore/prefs_gpg.c
1134                 fix build
1135
1136 2012-07-07 [colin]      3.8.1cvs8
1137
1138         * claws-features.h.in
1139         * src/codeconv.h
1140         * src/imap_gtk.h
1141         * src/inc.h
1142         * src/jpilot.h
1143         * src/messageview.h
1144         * src/msgcache.h
1145         * src/news_gtk.h
1146         * src/partial_download.h
1147         * src/pop.h
1148         * src/prefs_account.h
1149         * src/prefs_common.h
1150         * src/printing.h
1151         * src/procmime.h
1152         * src/procmsg.h
1153         * src/stock_pixmap.c
1154         * src/textview.h
1155         * src/common/defs.h
1156         * src/common/log.h
1157         * src/common/session.h
1158         * src/common/smtp.h
1159         * src/common/socket.h
1160         * src/common/ssl.h
1161         * src/common/ssl_certificate.h
1162         * src/common/timing.h
1163         * src/common/utils.h
1164         * src/gtk/gtkaspell.h
1165         * src/gtk/gtkutils.h
1166         * src/gtk/pluginwindow.h
1167         * src/gtk/spell_entry.h
1168         * src/gtk/sslcertwindow.h
1169                 Don't export config.h in public headers
1170
1171 2012-07-07 [colin]      3.8.1cvs7
1172
1173         * claws-features.h.in
1174         * configure.ac
1175         * Makefile.am
1176         * src/account.c
1177         * src/action.c
1178         * src/addr_compl.c
1179         * src/addrcustomattr.c
1180         * src/addrduplicates.c
1181         * src/addressadd.c
1182         * src/addressbook.c
1183         * src/addressbook_foldersel.c
1184         * src/addrgather.c
1185         * src/addrindex.c
1186         * src/alertpanel.c
1187         * src/autofaces.c
1188         * src/browseldap.c
1189         * src/codeconv.c
1190         * src/codeconv.h
1191         * src/compose.c
1192         * src/crash.c
1193         * src/customheader.c
1194         * src/displayheader.c
1195         * src/editaddress.c
1196         * src/editaddress_other_attributes_ldap.c
1197         * src/editbook.c
1198         * src/editgroup.c
1199         * src/editjpilot.c
1200         * src/editldap.c
1201         * src/editldap_basedn.c
1202         * src/edittags.c
1203         * src/editvcard.c
1204         * src/exphtmldlg.c
1205         * src/expldifdlg.c
1206         * src/export.c
1207         * src/exporthtml.c
1208         * src/exportldif.c
1209         * src/folder.c
1210         * src/folder_item_prefs.c
1211         * src/grouplistdialog.c
1212         * src/headerview.c
1213         * src/image_viewer.c
1214         * src/imap.c
1215         * src/imap_gtk.c
1216         * src/imap_gtk.h
1217         * src/import.c
1218         * src/importldif.c
1219         * src/importmutt.c
1220         * src/importpine.c
1221         * src/inc.c
1222         * src/inc.h
1223         * src/jpilot.c
1224         * src/jpilot.h
1225         * src/ldapctrl.c
1226         * src/ldaplocate.c
1227         * src/ldapquery.c
1228         * src/ldapserver.c
1229         * src/ldapupdate.c
1230         * src/ldaputil.c
1231         * src/main.c
1232         * src/manual.c
1233         * src/matcher.c
1234         * src/mbox.c
1235         * src/message_search.c
1236         * src/messageview.h
1237         * src/mh.c
1238         * src/mh_gtk.c
1239         * src/mimeview.c
1240         * src/msgcache.c
1241         * src/msgcache.h
1242         * src/news.c
1243         * src/news_gtk.c
1244         * src/news_gtk.h
1245         * src/noticeview.c
1246         * src/partial_download.c
1247         * src/partial_download.h
1248         * src/pop.c
1249         * src/pop.h
1250         * src/prefs_account.c
1251         * src/prefs_account.h
1252         * src/prefs_actions.c
1253         * src/prefs_common.c
1254         * src/prefs_common.h
1255         * src/prefs_compose_writing.c
1256         * src/prefs_customheader.c
1257         * src/prefs_display_header.c
1258         * src/prefs_ext_prog.c
1259         * src/prefs_filtering.c
1260         * src/prefs_filtering_action.c
1261         * src/prefs_folder_column.c
1262         * src/prefs_folder_item.c
1263         * src/prefs_fonts.c
1264         * src/prefs_gtk.c
1265         * src/prefs_image_viewer.c
1266         * src/prefs_logging.c
1267         * src/prefs_matcher.c
1268         * src/prefs_message.c
1269         * src/prefs_msg_colors.c
1270         * src/prefs_other.c
1271         * src/prefs_quote.c
1272         * src/prefs_receive.c
1273         * src/prefs_send.c
1274         * src/prefs_spelling.c
1275         * src/prefs_summaries.c
1276         * src/prefs_summary_column.c
1277         * src/prefs_summary_open.c
1278         * src/prefs_toolbar.c
1279         * src/prefs_wrapping.c
1280         * src/printing.c
1281         * src/printing.h
1282         * src/procheader.c
1283         * src/procmime.c
1284         * src/procmime.h
1285         * src/procmsg.h
1286         * src/quote_fmt.c
1287         * src/recv.c
1288         * src/send_message.c
1289         * src/setup.c
1290         * src/ssl_manager.c
1291         * src/statusbar.c
1292         * src/summary_search.c
1293         * src/textview.c
1294         * src/textview.h
1295         * src/toolbar.c
1296         * src/undo.c
1297         * src/unmime.c
1298         * src/uri_opener.c
1299         * src/wizard.c
1300         * src/common/claws.c
1301         * src/common/defs.h
1302         * src/common/hooks.c
1303         * src/common/log.c
1304         * src/common/log.h
1305         * src/common/plugin.c
1306         * src/common/prefs.c
1307         * src/common/session.c
1308         * src/common/session.h
1309         * src/common/smtp.c
1310         * src/common/smtp.h
1311         * src/common/socket.c
1312         * src/common/socket.h
1313         * src/common/ssl.c
1314         * src/common/ssl.h
1315         * src/common/ssl_certificate.c
1316         * src/common/ssl_certificate.h
1317         * src/common/string_match.c
1318         * src/common/tags.c
1319         * src/common/timing.h
1320         * src/common/utils.c
1321         * src/common/utils.h
1322         * src/etpan/etpan-thread-manager.c
1323         * src/etpan/imap-thread.c
1324         * src/etpan/nntp-thread.c
1325         * src/gtk/about.c
1326         * src/gtk/combobox.c
1327         * src/gtk/description_window.c
1328         * src/gtk/filesel.c
1329         * src/gtk/gtkaspell.c
1330         * src/gtk/gtkaspell.h
1331         * src/gtk/gtkshruler.c
1332         * src/gtk/gtkunit.c
1333         * src/gtk/gtkutils.c
1334         * src/gtk/gtkutils.h
1335         * src/gtk/gtkvscrollbutton.c
1336         * src/gtk/icon_legend.c
1337         * src/gtk/inputdialog.c
1338         * src/gtk/logwindow.c
1339         * src/gtk/menu.c
1340         * src/gtk/pluginwindow.c
1341         * src/gtk/pluginwindow.h
1342         * src/gtk/prefswindow.c
1343         * src/gtk/progressdialog.c
1344         * src/gtk/quicksearch.c
1345         * src/gtk/spell_entry.c
1346         * src/gtk/spell_entry.h
1347         * src/gtk/sslcertwindow.c
1348         * src/gtk/sslcertwindow.h
1349         * src/plugins/bogofilter/bogofilter.c
1350         * src/plugins/bogofilter/bogofilter_gtk.c
1351         * src/plugins/dillo_viewer/dillo_prefs.c
1352         * src/plugins/dillo_viewer/dillo_viewer.c
1353         * src/plugins/pgpcore/pgp_viewer.c
1354         * src/plugins/pgpcore/plugin.c
1355         * src/plugins/pgpcore/sgpgme.c
1356         * src/plugins/pgpinline/pgpinline.c
1357         * src/plugins/pgpinline/plugin.c
1358         * src/plugins/pgpmime/pgpmime.c
1359         * src/plugins/pgpmime/plugin.c
1360         * src/plugins/smime/plugin.c
1361         * src/plugins/smime/smime.c
1362         * src/plugins/spamassassin/libspamc.c
1363         * src/plugins/spamassassin/spamassassin.c
1364         * src/plugins/spamassassin/spamassassin_gtk.c
1365         * src/plugins/trayicon/trayicon.c
1366         * src/plugins/trayicon/trayicon_prefs.c
1367                 Specify Claws compile-time features in a specific header
1368
1369 2012-07-06 [wwp]        3.8.1cvs6
1370
1371         * src/main.c
1372         * src/gtk/about.c
1373                 Session statistics: format date following global prefs,
1374                 and fix stats output a little bit.
1375
1376 2012-07-03 [mir]        3.8.1cvs5
1377
1378         * src/procmime.c
1379             fix bug 2642, 'improve transfer encoding selection'.
1380             Patch provided by Christopher Zimmermann
1381             (madroach claws at gmerlin dot de)
1382
1383 2012-07-03 [mir]        3.8.1cvs4
1384
1385         * src/procmime.c
1386         * src/common/defs.h
1387             fix bug 2641, '7bit or 8bit encoded attachments can
1388             have lines longer than 998 characters'.
1389             Patch provided by Christopher Zimmermann
1390             (madroach claws at gmerlin dot de)
1391
1392
1393 2012-07-03 [mir]        3.8.1cvs3
1394
1395         * src/procmime.c
1396         * src/common/defs.h
1397             fix bug 2641, '7bit or 8bit encoded attachments can
1398             have lines longer than 998 characters'.
1399             Patch provided by Christopher Zimmermann
1400             (madroach claws at gmerlin dot de)
1401
1402 2012-07-03 [mir]        3.8.1cvs2
1403
1404         * src/messageview.c
1405         * src/procmime.c
1406         * src/common/quoted-printable.c
1407         * src/common/quoted-printable.h
1408             fix bug 2640, 'improve quoted-printable encoding'
1409             Patch provided by madroach claws at gmerlin dot de
1410
1411 2012-06-30 [paul]       3.8.1cvs1
1412
1413         * Makefile.am
1414                 fix bug 2579, 'Installed headers redefine autotools-specific constants'
1415
1416 2012-06-27 [paul]       3.8.1
1417         * NEWS
1418         * README
1419         * RELEASE_NOTES 
1420                 3.8.1 unleashed!
1421                 
1422 2012-06-27 [paul]       3.8.0cvs58
1423
1424         * configure.ac
1425                 fix minimum required GTK+, which got mistakenly bumped
1426                 in 3.8.0cvs36
1427
1428 2012-06-27 [paul]       3.8.0cvs57
1429
1430         * configure.ac
1431         * po/cs.po
1432         * po/de.po
1433         * po/es.po
1434         * po/fr.po
1435         * po/hu.po
1436         * po/id_ID.po
1437         * po/lt.po
1438         * po/pt_BR.po
1439         * po/sk.po
1440         * po/sv.po
1441         * po/zh_CN.po
1442         * po/zh_TW.po
1443                 updated translations
1444         * src/gtk/authors.h
1445         * tools/claws.i18n.status.pl
1446                 updated based on currently active
1447
1448 2012-06-25 [mir]        3.8.0cvs56
1449
1450         * src/folder.c
1451             If a folder class returns <> 0 then the message has not
1452             been removed from the file system and therefore it should
1453             not be removed from the cache either.
1454
1455 2012-06-20 [ticho]      3.8.0cvs55
1456
1457         * src/mh.c
1458                 Fix for bug #1090 - Standard-folders appear again
1459                 after rescanning tree
1460
1461 2012-06-20 [paul]       3.8.0cvs54
1462
1463         * src/prefs_common.c
1464         * src/prefs_common.h
1465         * src/textview.c
1466         * src/textview.h
1467                 colourise attached patches.
1468                 Patch by Ticho
1469
1470 2012-06-02 [wwp]        3.8.0cvs53
1471
1472         * src/gtk/progressdialog.c
1473                 Add a hide button to the retrieve/send progress dialogs. WM's close button
1474                 now hides (as well as pressing Esc) instead of doing nothing.
1475
1476 2012-06-02 [wwp]        3.8.0cvs52
1477
1478         * doc/man/claws-mail.1
1479         * src/main.c
1480         * src/main.h
1481         * src/inc.c
1482         * src/procmsg.c
1483         * src/gtk/about.c
1484                 Introduce a new feature: basic session statistics (from the about dialog
1485                 or the command-line).
1486
1487 2012-06-02 [wwp]        3.8.0cvs51
1488
1489         * src/compose.c
1490                 Fix bug 2620: shift+tab from subject field not working.
1491
1492 2012-06-02 [wwp]        3.8.0cvs50
1493
1494         * src/compose.c
1495         * src/mainwindow.c
1496         * src/messageview.c
1497                 Normalize capitalization of strings in UI.
1498
1499 2012-05-30 [paul]       3.8.0cvs49
1500
1501         * src/common/ssl.c
1502                 don't do TLS if not requested by user. fixes connecting to
1503                 servers which, for example, want SSL 3 only
1504
1505 2012-05-27 [paul]       3.8.0cvs48
1506
1507         * *
1508                 update copyright headers to 2012
1509
1510 2012-05-27 [paul]       3.8.0cvs47
1511
1512         * src/editldap.c
1513         * src/prefs_actions.c
1514         * src/gtk/about.c
1515                 fix some typos in strings, thanks to Thomas Bellmann
1516
1517 2012-05-16 [paul]       3.8.0cvs46
1518
1519         * src/prefs_filtering_action.c
1520                 fix disabled 'select...' button that never goes away
1521                 when using the new addr book
1522                 
1523
1524 2012-05-16 [colin]      3.8.0cvs45
1525
1526         * src/common/utils.c
1527                 And fix leak
1528
1529 2012-05-16 [colin]      3.8.0cvs44
1530
1531         * src/common/utils.c
1532                 Make remove_numbered_files much faster when there's
1533                 just one file to remove.
1534
1535 2012-05-16 [paul]       3.8.0cvs43
1536
1537         * src/matcher.c
1538                 fix bug 2662, '"ag" quicksearch adds "1" to value'
1539
1540 2012-05-16 [paul]       3.8.0cvs42
1541
1542         * src/gtk/description_window.c
1543                 fix bug 2624, 'dialog "Action Configuration" cannot be closed'
1544
1545 2012-05-16 [paul]       3.8.0cvs41
1546
1547         * src/common/ssl_certificate.c
1548                 fix bug 2646, 'Compile fails with gnutls-3.0.18'
1549                 Patch by Christian Hesse
1550
1551 2012-05-11 [colin]      3.8.0cvs40
1552
1553         * src/mimeview.c
1554         * src/common/utils.c
1555                 Fix bug 2659, 'E-mail attachments are handled
1556                 inconsistently'
1557                 Fix problems iterating the mime tree, and determine
1558                 whether a file is an email without To:
1559
1560 2012-04-03 [colin]      3.8.0cvs39
1561
1562         * src/Makefile.am
1563                 Fix build (damn whitespace-sensitive file format)
1564
1565 2012-04-02 [colin]      3.8.0cvs38
1566
1567         * src/Makefile.am
1568                 Fix incomplete make dist
1569
1570 2012-04-02 [colin]      3.8.0cvs37
1571
1572         * src/compose.c
1573                 Fix mistakenly removed function call
1574
1575 2012-04-01 [colin]      3.8.0cvs36
1576
1577         * configure.ac
1578         * src/.cvsignore
1579         * src/Makefile.am
1580         * src/addr_compl.c
1581         * src/addressadd.c
1582         * src/addressadd.h
1583         * src/addressbook-dbus.c
1584         * src/addressbook-dbus.h
1585         * src/addrgather.c
1586         * src/addrgather.h
1587         * src/addrharvest.c
1588         * src/addrharvest.h
1589         * src/claws-contacts.xml
1590         * src/compose.c
1591         * src/compose.h
1592         * src/filtering.c
1593         * src/headerview.c
1594         * src/main.c
1595         * src/mainwindow.c
1596         * src/messageview.c
1597         * src/prefs_common.c
1598         * src/prefs_filtering_action.c
1599         * src/prefs_matcher.c
1600         * src/summaryview.c
1601         * src/textview.c
1602         * src/toolbar.c
1603         * src/plugins/bogofilter/bogofilter_gtk.c
1604         * src/plugins/dillo_viewer/dillo_prefs.c
1605         * src/plugins/spamassassin/spamassassin_gtk.c
1606         * src/plugins/trayicon/trayicon.c
1607                 Import new addressbook code from the new-contacts branch
1608
1609 2012-03-29 [paul]       3.8.0cvs35
1610
1611         * AUTHORS
1612         * src/gtk/authors.h
1613         * src/gtk/quicksearch.c
1614                 add 'ha', short version of 'has_attachment' in quick search
1615                 Patch by Andreas Rönnquist
1616
1617 2012-03-26 [mones]      3.8.0cvs34
1618
1619         * src/common/plugin.c
1620                 Support 2 and 3-clause BSD licensed plugins
1621
1622 2012-03-15 [pawel]      3.8.0cvs33
1623
1624         * src/messageview.c
1625         * src/textview.c
1626                 - Make separate window info more accurate about
1627                 move to trash/deletion.
1628                 - Fix busy cursor
1629
1630 2012-03-14 [pawel]      3.8.0cvs32
1631
1632         * src/folder.c
1633         * src/messageview.c
1634         * src/messageview.h
1635         * src/procmsg.h
1636         * src/summaryview.c
1637         * src/textview.c
1638         * src/textview.h
1639                 Better fix for bug #2501
1640                 Instead of leaving blank window after message move or delete,
1641                 update separate view to next message in message list or
1642                 display info why view is blank. This was discussed
1643                 in bug #2621 comments.
1644
1645 2012-03-11 [colin]      3.8.0cvs31
1646
1647         * src/gtk/gtkcmctree.c
1648         * src/gtk/authors.h
1649         * AUTHORS
1650                 Fix focus rectangle on unfocused rows
1651                 Patch by Michael Shell
1652
1653 2012-02-29 [colin]      3.8.0cvs30
1654
1655         * src/gtk/gtkcmctree.c
1656                 Fix bug #2577, "Focus rectangle on folder list and message 
1657                 list headings doesn't get properly cleared when switching 
1658                 heading and horizontally scrolling list (underlines and 
1659                 vertical lines remain on screen)". Patch by Michael Shell
1660
1661 2012-02-13 [pawel]      3.8.0cvs29
1662
1663         * src/messageview.c
1664                 Fix crasher when double clicking on IMAP message and
1665                 MessageView is not shown introduced in cvs21
1666                 Patch by mones
1667
1668 2012-02-10 [pawel]      3.8.0cvs28
1669
1670         * src/filtering.c
1671                 Fix bug #2598 'Actions can move locked messages'
1672
1673 2012-02-08 [pawel]      3.8.0cvs27
1674
1675         * src/prefs_actions.c
1676         * src/prefs_actions.h
1677         * src/prefs_toolbar.c
1678         * src/prefs_toolbar.h
1679         * src/toolbar.c
1680         * src/toolbar.h
1681                 - Implement automatic removal of toolbar action buttons when
1682                   associated action is removed
1683                 - Don't allow creation of two actions with the same name,
1684                   before all executions/removals were performed on first action
1685                   with duplicated name in linked list which wasn't always
1686                   correct behaviour
1687
1688 2012-02-05 [colin]      3.8.0cvs26
1689
1690         * src/main.c
1691         * src/mainwindow.c
1692         * src/messageview.c
1693         * src/messageview.h
1694         * src/prefs_common.c
1695         * src/prefs_common.h
1696         * src/procmsg.c
1697         * src/procmsg.h
1698         * src/summaryview.c
1699         * src/summaryview.h
1700                 Add an history to navigate in mails
1701
1702 2012-02-05 [colin]      3.8.0cvs25
1703
1704         * src/procmime.c
1705                 Fix inverted comparison in list_find_custom.
1706
1707 2012-02-03 [wwp]        3.8.0cvs24
1708
1709         * src/gtk/progressdialog.c
1710         Make translators life easier: use View log instead of Show log
1711         (thanks, gusnan!).
1712
1713 2012-02-02 [pawel]      3.8.0cvs23
1714
1715         * src/folderview.c
1716                 Fix bug #2590 'Un-capitalize strings'
1717                 Patch by Christian Hesse
1718
1719 2012-02-02 [pawel]      3.8.0cvs22
1720
1721         * src/mainwindow.c
1722                 Fix bug #2595 
1723                 'Change expand behavior for message list / message view'
1724                 Patch by Christian Hesse
1725
1726 2012-02-02 [pawel]      3.8.0cvs21
1727
1728         * src/folder.c
1729         * src/messageview.c
1730         * src/messageview.h
1731         * src/procmsg.h
1732                 Fix bug #2501 'opened message blanks when moved to other folder'
1733                 Detect message move and update message window contents 
1734                 accordingly, if message is moved to trash close window
1735
1736 2012-02-01 [pawel]      3.8.0cvs20
1737
1738         * src/jpilot.c
1739         * src/mutt.c
1740         * src/pine.c
1741         * src/procmsg.c
1742         * src/vcard.c
1743         * src/gtk/sslcertwindow.c
1744                 More strncat boundary checks
1745
1746 2012-01-31 [wwp]        3.8.0cvs19
1747
1748         * src/gtk/gtkutils.c
1749         Fix warnings in gtkutils: wrong function name, missing newline, typo and
1750         long line wrapping.
1751
1752 2012-01-31 [wwp]        3.8.0cvs18
1753
1754         * src/gtk/progressdialog.c
1755         * src/gtk/progressdialog.h
1756         * src/inc.c
1757         * src/send_message.c
1758         Add a button to the retrieve/send dialogs to
1759         open the network log.
1760
1761 2012-01-25 [wwp]        3.8.0cvs17
1762
1763         * src/addr_compl.c
1764         Remove debug statement.
1765
1766 2012-01-20 [pawel]      3.8.0cvs16
1767
1768         * src/addrbook.c
1769         * src/exportldif.c
1770                 Fix bug #2574 'Statement might be overflowing a
1771                 buffer in strncat'
1772
1773 2012-01-20 [pawel]      3.8.0cvs15
1774
1775         * src/mimeview.c
1776                 Fix bug #2582 'Expanded mimeview drag n drop no longer works'
1777
1778 2012-01-14 [colin]      3.8.0cvs14
1779
1780         * commitHelper
1781                 Update tracker trigger url
1782
1783 2012-01-10 [wwp]        3.8.0cvs13
1784
1785         * src/mainwindow.c
1786         * src/mainwindow.h
1787         * src/toolbar.c
1788                 Fix sensitivity of toolbar's get_btn (retrieve mail from current
1789                 account) and of mainwindows's relevant entry when current account
1790                 is not able to retrieve (SMTP-only).
1791
1792 2012-01-09 [colin]      3.8.0cvs12
1793
1794         * src/summaryview.c
1795                 Fix bug 1924, 'Messages marked move to Trash appear 
1796                 identical to messages marked move to $FOLDER'
1797
1798 2012-01-05 [colin]      3.8.0cvs11
1799
1800         * src/main.c
1801                 Fix crasher infinite loop
1802
1803 2012-01-03 [colin]      3.8.0cvs10
1804
1805         * src/gtk/gtkcmctree.c
1806                 Revert previous patch, it's buggy on headers
1807
1808 2012-01-03 [colin]      3.8.0cvs9
1809
1810         * src/gtk/gtkcmctree.c
1811                 Fix bug #2566, 'wrapped Subject not bounded'
1812
1813 2011-12-29 [pawel]      3.8.0cvs8
1814
1815         * src/compose.c
1816         * src/compose.h
1817         * src/main.c
1818         * src/mimeview.c
1819                 Make forwarding selected attachment possible from
1820                 mimeview's context menu
1821                 Fixex bug #2047 'forward attachments'
1822
1823 2011-12-28 [paul]       3.8.0cvs7
1824
1825         * src/prefs_account.c
1826                 show 'Generate X-Mailer header' option on new IMAP account creation dialogue
1827
1828 2011-12-28 [colin]      3.8.0cvs6
1829
1830         * src/mimeview.c
1831                 Fix fix
1832
1833 2011-12-28 [colin]      3.8.0cvs5
1834
1835         * src/mimeview.c
1836                 Fix GTK+2.16 build (w32)
1837
1838 2011-12-18 [mir]        3.8.0cvs4
1839
1840         * src/ldapctrl.c
1841             Fix bug in search criteria when doing a
1842             complete directory search using '*'
1843
1844 2011-12-16 [mir]        3.8.0cvs3
1845
1846         * src/Makefile.am
1847             Added forgotten replied_and_forwarded.xpm to EXTRA_DIST
1848
1849 2011-12-16 [wwp]        3.8.0cvs2
1850
1851         * src/procmsg.c
1852         * src/stock_pixmap.c
1853         * src/stock_pixmap.h
1854         * src/summaryview.c
1855         * src/gtk/icon_legend.c
1856         * src/pixmaps/replied_and_forwarded.xpm
1857           Make replied and forwarded status flags non exclusive.
1858           Introduce a new message state (and relevant icon in message list)
1859           where both the replied and forwarded flags are set.
1860
1861 2011-12-16 [paul]       3.8.0cvs1
1862
1863         * tools/claws.i18n.status.pl
1864                 update id to id_ID
1865
1866 2011-12-16 [paul]       3.8.0
1867         * NEWS
1868         * README
1869         * RELEASE_NOTES 
1870                 3.8.0 unleashed!                
1871
1872 2011-12-16 [paul]       3.7.10cvs113
1873
1874         * configure.ac
1875         * po/cs.po
1876         * po/es.po
1877         * po/fr.po
1878         * po/hu.po
1879         * po/id.po **REMOVED**
1880         * po/id_ID.po **ADDED**
1881         * po/pt_BR.po
1882         * po/ru.po
1883         * po/sk.po
1884         * po/uk.po
1885                 updates
1886
1887 2011-12-09 [pawel]      3.7.10cvs112
1888
1889         * src/summaryview.c
1890         * src/gtk/quicksearch.c
1891         * src/gtk/quicksearch.h
1892                 Invalidate quicksearch root folder when removed
1893                 Fixes bug #2560 'crash when unsubscribing newsgroup and
1894                 having active search field'
1895
1896 2011-12-08 [pawel]      3.7.10cvs111
1897
1898         * src/mimeview.c
1899                 Better fix for cvs94
1900
1901 2011-12-08 [wwp]        3.7.10cvs110
1902
1903         * src/compose.c
1904         Make "From" widget set independant from recipient lists below,
1905         so that it doesn't scroll when several recipients headers
1906         are added and eventually are scrolling the view.
1907         Path by Christian Hesse <mail@earthworm.de>.
1908         Fixes bug #2481 'do not scroll "from" dropdown list and sender
1909         address'.
1910
1911 2011-12-02 [paul]       3.7.10cvs109
1912
1913         * src/mainwindow.c
1914         * src/messageview.c
1915                 consistent label style
1916
1917 2011-11-29 [wwp]        3.7.10cvs108
1918
1919         * src/plugins/trayicon/libeggtrayicon/.cvsignore
1920         More generated stuff to ignore.
1921
1922 2011-11-29 [wwp]        3.7.10cvs107
1923
1924         * src/prefs_folder_item.c
1925         Fix CLAWS_TIP_DECL (undefined).
1926
1927 2011-11-28 [pawel]      3.7.10cvs106
1928
1929         * src/addrbook.c
1930         * src/addrbook.h
1931         * src/addressbook.c
1932                 Fix bug #2177 'addrbook/addrbook-00000?.xml is not deleted
1933                 after removing the address book in the GUI'
1934
1935 2011-11-26 [pawel]      3.7.10cvs105
1936
1937         * src/folder.c
1938                 Fix bug #2505 'tagsdb becomes polluted with old folder entries'
1939
1940 2011-11-25 [colin]      3.7.10cvs104
1941
1942         * src/imap_gtk.c
1943         * src/mh_gtk.c
1944                 Warning fixes
1945
1946 2011-11-24 [pawel]      3.7.10cvs103
1947
1948         * src/prefs_filtering.c
1949                 Complete cvs102, forgot to commit this
1950
1951 2011-11-24 [pawel]      3.7.10cvs102
1952
1953         * src/account.c
1954         * src/filtering.c
1955         * src/filtering.h
1956         * src/imap_gtk.c
1957         * src/mh_gtk.c
1958         * src/prefs_actions.c
1959         * src/prefs_actions.h
1960                 Implement actions updating on folder/account rename
1961                 This fixes bug #2543 'filter actions in actionsrc not
1962                 updated upon account renaming'
1963
1964 2011-11-24 [wwp]        3.7.10cvs101
1965
1966         * src/gtk/gtkcmctree.c
1967                 Remove irrelevant cairo directive (thanks to Hanno).
1968
1969 2011-11-23 [wwp]        3.7.10cvs100
1970
1971         * src/gtk/gtkcmctree.c
1972                 Make arrows in gtkcmctree's less big (get rid of the outlining),
1973                 patch by Hanno Meyer-Thurow (h.mth@web.de), with few adaptations in offsets/sizes
1974                 calculation.
1975
1976 2011-11-22 [colin]      3.7.10cvs99
1977
1978         * src/account.c
1979         * src/prefs_filtering.c
1980         * src/prefs_filtering.h
1981                 Partly revert 3.7.10cvs97 (bug #2404, bug #2406):
1982                 The existing functions should do the job as well
1983                 if not better, as they take into account the
1984                 separator.
1985
1986 2011-11-21 [pawel]      3.7.10cvs98
1987
1988         * src/prefs_account.c
1989                 Fix bug #2116 'Rip spaces off server names in account
1990                 configuration'
1991                 g_strstrip() domain names to be sure they are valid
1992
1993 2011-11-21 [pawel]      3.7.10cvs97
1994
1995         * src/account.c
1996         * src/prefs_filtering.c
1997         * src/prefs_filtering.h
1998                 Fix bug #2404 'matcherrc updates upon account renaming'
1999                 Fix bug #2406 'some part of accountrc not updated upon
2000                 account rename'
2001                 Renaming account cause changing of it's root folder prefix
2002                 from #<type>/<old_name> to #<type>/<new_name> so every
2003                 path directing to it must be altered. Fix paths in account
2004                 preferences, global processing and filtering rules, folder
2005                 processing rules upon rename
2006
2007 2011-11-20 [pawel]      3.7.10cvs96
2008
2009         * src/filtering.c
2010         * src/filtering.h
2011         * src/prefs_actions.c
2012                 Fix bug #1489 'Filter action mark_as_read inoperative
2013                 following move action'
2014                 Sort actions lists to have proper order of execution
2015
2016 2011-11-20 [pawel]      3.7.10cvs95
2017
2018         * src/prefs_actions.c
2019         * src/prefs_filtering.c
2020         * src/prefs_template.c
2021                 Fix bug #1870 'arrow scrolling in filters'
2022                 Allow arrow scrolling in dialogs with list view widgets
2023                 plus couple fixes of issues I found along the way
2024
2025 2011-11-19 [pawel]      3.7.10cvs94
2026
2027         * src/mimeview.c
2028                 Don't highlight icons on right-click, they are not
2029                 selected and other part is shown which is confusing
2030
2031 2011-11-19 [mones]      3.7.10cvs93
2032
2033         * manual/advanced.xml
2034                 Fix manual build
2035
2036 2011-11-19 [mones]      3.7.10cvs92
2037
2038         * manual/advanced.xml
2039         * manual/es/advanced.xml
2040                 Document undocumented hidden option 'zero_replacement_char'
2041                 Synchronize Spanish manual with English version
2042
2043 2011-11-19 [pawel]      3.7.10cvs91
2044
2045         * src/mainwindow.c
2046         * src/messageview.c
2047         * src/prefs_common.c
2048         * src/prefs_common.h
2049         * src/summaryview.c
2050         * src/textview.c
2051         * src/textview.h
2052                 Fix bug #2377 'Show All Headers - make change persistent
2053                 between sessions'
2054
2055 2011-11-19 [pawel]      3.7.10cvs90
2056
2057         * src/folder.c
2058         * src/folder.h
2059         * src/folder_item_prefs.c
2060         * src/folderview.c
2061         * src/mainwindow.c
2062         * src/mainwindow.h
2063         * src/summaryview.c
2064         * src/summaryview.h
2065         * src/gtk/authors.h
2066                 Fix bug #1563 'Folder view: show complete threads if they
2067                 contain unread messages'
2068                 Add option to show only threads with unread messages
2069                 initial patch by Paul Ollis, my small additions:
2070                 - when checking thread for unread finish on first unread
2071                 - make thread options unavailable when threading is off
2072                 - hide_unread_msgs and hide_unread_threads are mutually
2073                   exclusive options, set menus sensitivity accordingly
2074                 - set folder item icon type similiar to hide_unread_msgs
2075
2076 2011-11-19 [colin]      3.7.10cvs89
2077
2078         * src/procheader.c
2079                 Constness fix
2080
2081 2011-11-18 [pawel]      3.7.10cvs88
2082
2083         * src/compose.c
2084         * src/mainwindow.c
2085         * src/mimeview.c
2086         * src/mimeview.h
2087         * src/prefs_common.c
2088         * src/prefs_common.h
2089                 Fix bug #2408 'Some UI elements are not persistent
2090                 between sessions'
2091                 Remember size of main window, compose notebook, mimeview
2092                 tree widgets between claws-mail runs. Compose window
2093                 size saving was already done in cvs74
2094
2095 2011-11-18 [mones]      3.7.10cvs87
2096
2097         * src/compose.c
2098         * src/procheader.c
2099         * src/procheader.h
2100                 Fixes bug #2509, "manually added headers are lost unless
2101                 mail is sent inmediately"
2102
2103 2011-11-17 [pawel]      3.7.10cvs86
2104
2105         * src/mimeview.c
2106                 Fix crasher reported in bug #2543
2107
2108 2011-11-13 [colin]      3.7.10cvs85
2109
2110         * src/compose.c
2111                 Make compose windows printable
2112
2113 2011-11-11 [colin]      3.7.10cvs84
2114
2115         * configure.ac
2116                 Fix build on Fedora 16. -lm was probably pulled by something
2117                 else previously.
2118
2119 2011-11-11 [pawel]      3.7.10cvs83
2120
2121         * src/mainwindow.c
2122         * src/mimeview.c
2123         * src/mimeview.h
2124         * src/summaryview.c
2125                 Port MimeView to GtkTreeView
2126
2127 2011-11-11 [colin]      3.7.10cvs82
2128
2129         * src/prefs_common.c
2130                 Use %x (The preferred date representation for the current locale
2131                 without the time)
2132
2133 2011-11-10 [paul]       3.7.10cvs81
2134
2135         * src/prefs_common.c
2136                 use european date format as default
2137
2138 2011-11-08 [pawel]      3.7.10cvs80
2139
2140         * src/summaryview.c
2141                 Fix bug #2422 'Toggle Message View w/ V crashes Claws'
2142                 Fix race condition - don't try to hide messageview while
2143                 being in the middle of message displaying routine.
2144
2145 2011-11-08 [colin]      3.7.10cvs79
2146
2147         * src/codeconv.c
2148                 Make sure we break line when we need to. Very probably
2149                 fixes bug #2310 "Crash when hitting Ctrl+R to reply to a 
2150                 particular mail"
2151
2152 2011-11-07 [pawel]      3.7.10cvs78
2153
2154         * src/imap_gtk.c
2155                 Fix bug #2493 'Subscription pull down should be alphabetized'
2156
2157 2011-11-07 [pawel]      3.7.10cvs77
2158
2159         * src/mimeview.c
2160         * src/textview.c
2161         * src/textview.h
2162                 Make Home & End keys work in textview
2163
2164 2011-11-06 [colin]      3.7.10cvs76
2165
2166         * src/mainwindow.c
2167                 Oops, some unwanted undo got commited.
2168
2169 2011-11-06 [colin]      3.7.10cvs75
2170
2171         * src/mainwindow.c
2172                 Don't iconify/deiconify. Instead, just show nothing
2173                 before asked to.
2174
2175 2011-11-06 [pawel]      3.7.10cvs74
2176
2177         * src/compose.c
2178                 Fix compose window size saving / restoring
2179
2180 2011-11-06 [pawel]      3.7.10cvs73
2181
2182         * src/mimeview.c
2183         * src/messageview.c
2184                 Optimize message displaying, in some conditions parts were
2185                 displayed twice causing flickering. For example first html
2186                 source and then rendering output from html plugin of the
2187                 same part.
2188
2189 2011-11-05 [wwp]        3.7.10cvs72
2190
2191         * src/gtk/gtkaspell.c
2192                 Fix compilation where 'null' is undefined (use NULL instead).
2193
2194 2011-11-05 [colin]      3.7.10cvs71
2195
2196         * src/gtk/gtkaspell.c
2197                 No need to show a backtrace if gtkaspell is null
2198
2199 2011-11-05 [pawel]      3.7.10cvs70
2200
2201         * src/gtk/gtkaspell.c
2202                 Fix crasher when spellchecking is not enabled
2203
2204 2011-11-02 [mones]      3.7.10cvs69
2205
2206         * doc/man/claws-mail.1
2207                 fixed hyphens (patch from Debian packaging)
2208                 fixed header to follow man style closely 
2209                 documented new option --compose-from-file
2210                 removed INSTALLATION section, doesn't belong to manpage
2211                 added ENVIRONMENT, COPYRIGHT and BUGS sections
2212                 expanded FILES section to include certs and autofaces dirs
2213                 expanded SEE ALSO section to include manual and plugins
2214
2215 2011-11-01 [colin]      3.7.10cvs68
2216
2217         * src/common/utils.c
2218                 Fix wrong debug stuff commited.
2219
2220 2011-11-01 [colin]      3.7.10cvs67
2221
2222         * src/compose.c
2223         * src/main.c
2224         * src/common/utils.c
2225         * src/gtk/gtkaspell.c
2226         * src/gtk/gtkaspell.h
2227                 Fix huge slowness induced by spellcheck "while typing"
2228                 during initial quote rewraps.
2229
2230 2011-10-31 [pawel]      3.7.10cvs66
2231
2232         * src/messageview.c
2233         * src/mimeview.c
2234         * src/mimeview.h
2235         * src/summaryview.c
2236                 Fix bug #2526 'When reading message in separate window,
2237                 n and p keys do not work'
2238                 - fix key event handling in messageview
2239                 - remove bindings for 'n' and 'p' keys in mimeview (next-part
2240                   and prev-part actions)
2241                 - instead add 'z' key for prev-part, we have 'a' key 
2242                   for next-part already
2243
2244 2011-10-31 [colin]      3.7.10cvs65
2245
2246         * src/common/defs.h
2247                 Fix build with GLib 2.31. Thanks to Charles A. Edwards
2248
2249 2011-10-31 [pawel]      3.7.10cvs64
2250
2251         * src/summaryview.c
2252         * src/gtk/gtkutils.c
2253                 Fix bug #2303 'Next unread message enables message view'
2254                 Don't show previously hidden message view in main window
2255                 when user reads messages in external window
2256
2257 2011-10-31 [paul]       3.7.10cvs63
2258
2259         * src/prefs_template.c
2260                 revert part of 3.7.10cvs60 - it was a subjective change, all widgets
2261                 fit at 540 here, for those where they don't the dialogue can be made
2262                 larger by the user
2263
2264 2011-10-31 [paul]       3.7.10cvs62
2265
2266         * src/compose.c
2267                 revert 3.7.10cvs61, these entries _should_ be editable
2268
2269 2011-10-30 [pawel]      3.7.10cvs61
2270
2271         * src/compose.c
2272                 Those entries should not be editable
2273
2274 2011-10-30 [pawel]      3.7.10cvs60
2275
2276         * src/prefs_template.c
2277                 - Dialog needs more height to fit all widgets
2278                 - Clear template contents on delete
2279
2280 2011-10-30 [pawel]      3.7.10cvs59
2281
2282         * src/prefs_folder_item.c
2283                 Update summaryview after changing folder prefs when needed
2284
2285 2011-10-30 [pawel]      3.7.10cvs58
2286
2287         * src/mimeview.c
2288                 Remove key-press-event blocking, it only
2289                 emits GLib-GObject warnings
2290
2291 2011-10-29 [colin]      3.7.10cvs57
2292
2293         * src/addr_compl.c
2294                 Fix focus of completion window with gnome shell
2295                 Fixes bug #2525, "Address completion window does not get
2296                 keyboard focus"
2297
2298 2011-10-29 [colin]      3.7.10cvs56
2299
2300         * src/folderview.c
2301                 Fix flicker on recursive quicksearch
2302
2303 2011-10-28 [colin]      3.7.10cvs55
2304
2305         * src/alertpanel.c
2306         * src/mainwindow.c
2307                 Fix a bit the focus problem on Gnome shell
2308
2309 2011-10-26 [mones]      3.7.10cvs54
2310
2311         * src/compose.c
2312                 Add missing accelerator
2313
2314 2011-10-25 [colin]      3.7.10cvs53
2315
2316         * src/gtk/gtkcmclist.c
2317         * src/gtk/gtkcmctree.c
2318                 Fix colors, fix warnings
2319
2320 2011-10-25 [colin]      3.7.10cvs52
2321
2322         * src/gtk/gtkcmclist.c
2323         * src/gtk/gtkcmctree.c
2324                 Fix focus things.
2325
2326 2011-10-25 [colin]      3.7.10cvs51
2327
2328         * src/stock_pixmap.c
2329                 Fix build with gtk + 2.20
2330
2331 2011-10-25 [colin]      3.7.10cvs50
2332
2333         * src/compose.c
2334         * src/messageview.c
2335         * src/procmsg.c
2336         * src/procmsg.h
2337                 Fix locking when sending a single message
2338
2339 2011-10-25 [colin]      3.7.10cvs49
2340
2341         * src/gtk/colorlabel.c
2342                 GDK_ => GDK_KEY
2343         * src/gtk/gtkcmclist.c
2344                 Make row height closer to what it was
2345
2346 2011-10-25 [colin]      3.7.10cvs48
2347
2348         * src/stock_pixmap.c
2349                 Always use cairo to draw
2350
2351 2011-10-25 [colin]      3.7.10cvs47
2352
2353         * src/mimeview.c
2354                 Fix bug #2529, 'crash in mimeview_start_drag after
2355                 deleting message'. Patch by Ricardo
2356
2357 2011-10-23 [colin]      3.7.10cvs46
2358
2359         * src/gtk/gtkcmclist.c
2360         * src/gtk/gtkcmclist.h
2361         * src/gtk/gtkcmctree.c
2362                 Draw CMClist with cairo too.
2363
2364 2011-10-23 [colin]      3.7.10cvs45
2365
2366         * src/gtk/gtkcmclist.h
2367                 Fix build (this was not meant to be commited)
2368
2369 2011-10-23 [colin]      3.7.10cvs44
2370
2371         * src/addressadd.c
2372         * src/addressbook.c
2373         * src/addressbook_foldersel.c
2374         * src/editgroup.c
2375         * src/foldersel.c
2376         * src/folderview.c
2377         * src/grouplistdialog.c
2378         * src/prefs_common.c
2379         * src/prefs_common.h
2380         * src/summaryview.c
2381         * src/gtk/gtkcmclist.c
2382         * src/gtk/gtkcmclist.h
2383         * src/gtk/gtkcmctree.c
2384         * src/gtk/gtkcmctree.h
2385         * src/gtk/gtksctree.c
2386                 Refactor some tree stuff (lots of code duplication there)
2387                 and switch to cairo for tree rendering.
2388
2389 2011-10-23 [holger]     3.7.10cvs43
2390
2391         * src/filtering.c
2392                 Don't issue a warning for designed behaviour of the stop rule.
2393                 Fixes bug #2520, 'Please remove verbose "No further processing after rule %s" message.'
2394
2395 2011-10-22 [colin]      3.7.10cvs42
2396
2397         * src/printing.c
2398         * src/gtk/gtkshruler.c
2399         * src/gtk/gtkutils.h
2400                 Fix GTK+2.16 build
2401
2402 2011-10-22 [colin]      3.7.10cvs41
2403
2404         * src/account.c
2405         * src/addr_compl.c
2406         * src/addrgather.c
2407         * src/compose.c
2408         * src/editldap.c
2409         * src/expldifdlg.c
2410         * src/folderview.c
2411         * src/grouplistdialog.c
2412         * src/headerview.c
2413         * src/importldif.c
2414         * src/main.c
2415         * src/mainwindow.c
2416         * src/mimeview.c
2417         * src/noticeview.c
2418         * src/prefs_account.c
2419         * src/prefs_actions.c
2420         * src/prefs_ext_prog.c
2421         * src/prefs_filtering.c
2422         * src/prefs_folder_item.c
2423         * src/prefs_image_viewer.c
2424         * src/prefs_logging.c
2425         * src/prefs_msg_colors.c
2426         * src/prefs_other.c
2427         * src/prefs_send.c
2428         * src/prefs_spelling.c
2429         * src/prefs_summaries.c
2430         * src/prefs_template.c
2431         * src/printing.c
2432         * src/quote_fmt.c
2433         * src/send_message.c
2434         * src/statusbar.c
2435         * src/summary_search.c
2436         * src/summaryview.c
2437         * src/wizard.c
2438         * src/gtk/gtkcmclist.c
2439         * src/gtk/gtkcmctree.c
2440         * src/gtk/gtkcmoptionmenu.c
2441         * src/gtk/gtksctree.c
2442         * src/gtk/gtkutils.c
2443         * src/gtk/gtkutils.h
2444         * src/gtk/gtkvscrollbutton.c
2445         * src/gtk/inputdialog.c
2446         * src/gtk/pluginwindow.c
2447         * src/gtk/quicksearch.c
2448         * src/gtk/spell_entry.c
2449         * src/plugins/bogofilter/bogofilter_gtk.c
2450         * src/plugins/dillo_viewer/dillo_prefs.c
2451         * src/plugins/pgpcore/prefs_gpg.c
2452         * src/plugins/spamassassin/spamassassin_gtk.c
2453         * src/plugins/trayicon/trayicon.c
2454         * src/plugins/trayicon/trayicon_prefs.c
2455                 Remove all possible #if GTK_CHECK_VERSION() checks,
2456                 and make Claws build with GTK+2.16 (untested right
2457                 now), as the Gpg4Win project uses GTK+2.16 currently.
2458
2459 2011-10-22 [colin]      3.7.10cvs40
2460
2461         * src/gtk/gtkutils.h
2462         * configure.ac
2463                 Fix (hopefully) build with GTK+ 2.18.
2464
2465 2011-10-20 [paul]       3.7.10cvs39
2466
2467         * AUTHORS
2468         * src/ldif.c
2469         * src/gtk/authors.h
2470                 fix bug 2479, 'LDIF address book import matches tags case sensitive'
2471                 Patch by Bodo Graumann <mail@bodograumann.de>
2472
2473 2011-10-20 [mones]      3.7.10cvs38
2474
2475         * po/fr.po
2476         * src/common/defs.h
2477                 Fix references to old dotsrc mailing lists
2478
2479 2011-10-19 [mones]      3.7.10cvs37
2480
2481         * src/prefs_msg_colors.c
2482                 Fix Ok/Cancel buttons in color selector of preferences
2483
2484 2011-10-17 [colin]      3.7.10cvs36
2485
2486         * src/gtk/gtkshruler.c
2487                 (Probably) fix GTK+ <= 2.22
2488
2489 2011-10-17 [colin]      3.7.10cvs35
2490
2491         * src/gtk/gtkshruler.c
2492                 Fix GTK+2.22 build
2493
2494 2011-10-17 [mones]      3.7.10cvs34
2495
2496         * src/addrbook.c
2497         * src/exportldif.c
2498         * src/jpilot.c
2499         * src/mutt.c
2500         * src/pine.c
2501         * src/procmsg.c
2502         * src/vcard.c
2503                 Fix potential out-of-buffer writes
2504
2505 2011-10-17 [mones]      3.7.10cvs33
2506
2507         * src/main.c
2508                 Use just one g_print call per option; correct indentation
2509
2510 2011-10-17 [colin]      3.7.10cvs32
2511
2512         * src/compose.c
2513         * src/compose.h
2514         * src/gtk/Makefile.am
2515         * src/gtk/gtkshruler.c
2516         * src/gtk/gtkshruler.h
2517         * src/gtk/gtkunit.c
2518         * src/gtk/gtkunit.h
2519                 Reimplement ruler using the GTK widgets. Thanks
2520                 to Hanno for the initial patch.
2521
2522 2011-10-17 [colin]      3.7.10cvs31
2523
2524         * src/action.c
2525         * src/main.c
2526         * src/gtk/gtkutils.c
2527         * src/gtk/gtkutils.h
2528                 Undeprecate GIO/GdkCondition
2529
2530 2011-10-16 [mones]      3.7.10cvs30
2531
2532         * src/main.c
2533                 Add --compose-from-file option to open composition
2534                 window with the headers and body from a file; based
2535                 on Debian patch to fix http://bugs.debian.org/544868
2536
2537 2011-10-15 [mones]      3.7.10cvs29
2538
2539         * manual/advanced.xml
2540                 Document new summary_from_show hidden preference
2541
2542 2011-10-15 [paul]       3.7.10cvs28
2543
2544         * src/compose.c
2545                 compose_create_tags() - fix misplaced 'int i'
2546                 compose_entry_mark_default_to() - fix To field highlighting
2547
2548 2011-10-09 [colin]      3.7.10cvs27
2549
2550         * src/addr_compl.c
2551                 Fix address completion
2552
2553 2011-10-07 [colin]      3.7.10cvs26
2554
2555         * src/prefs_filtering_action.c
2556         * src/gtk/gtkutils.h
2557                 Fix build with GTK+2.20
2558
2559 2011-10-07 [colin]      3.7.10cvs25
2560
2561         * src/gtk/Makefile.am
2562         * src/gtk/gdkkeysyms-new.h
2563         * src/gtk/gtkutils.h
2564                 Copy the new GDK_KEY_* definitions for older GTKs
2565
2566 2011-10-07 [colin]      3.7.10cvs24
2567
2568         * configure.ac
2569                 Fix typos (thanks to Hanno)
2570
2571 2011-10-07 [colin]      3.7.10cvs23
2572
2573         * src/compose.c
2574         * src/gtk/gtkshruler.c
2575         * src/gtk/gtkshruler.h
2576                 Disable ruler starting from 2.24.
2577
2578 2011-10-07 [colin]      3.7.10cvs22
2579
2580         * configure.ac
2581         * src/messageview.c
2582         * src/gtk/Makefile.am
2583                 GTK2 build fix
2584
2585 2011-10-07 [colin]      3.7.10cvs21
2586
2587         * configure.ac
2588         * src/action.c
2589         * src/addr_compl.c
2590         * src/addrgather.c
2591         * src/compose.c
2592         * src/compose.h
2593         * src/editldap.c
2594         * src/mainwindow.c
2595         * src/message_search.c
2596         * src/mimeview.c
2597         * src/mimeview.h
2598         * src/prefs_account.c
2599         * src/prefs_compose_writing.c
2600         * src/prefs_filtering_action.c
2601         * src/prefs_folder_item.c
2602         * src/prefs_logging.c
2603         * src/prefs_matcher.c
2604         * src/prefs_message.c
2605         * src/prefs_other.c
2606         * src/prefs_receive.c
2607         * src/prefs_summaries.c
2608         * src/prefs_wrapping.c
2609         * src/printing.c
2610         * src/ssl_manager.c
2611         * src/statusbar.c
2612         * src/stock_pixmap.c
2613         * src/summary_search.c
2614         * src/textview.c
2615         * src/gtk/Makefile.am
2616         * src/gtk/colorlabel.c
2617         * src/gtk/gtkutils.c
2618         * src/gtk/gtkutils.h
2619         * src/gtk/logwindow.c
2620         * src/gtk/menu.c
2621         * src/gtk/menu.h
2622         * src/gtk/quicksearch.c
2623         * src/gtk/spell_entry.c
2624         * src/plugins/bogofilter/bogofilter_gtk.c
2625         * src/plugins/dillo_viewer/dillo_viewer.c
2626         * src/plugins/pgpcore/prefs_gpg.c
2627         * src/plugins/spamassassin/spamassassin_gtk.c
2628                 Bug #2371, "Port to GTK+ 3.0". Third patch from Hanno, starting
2629                 the real job. GtkCMOptionMenu and GTKHSRuler disabled, should be
2630                 ported (especially GtkCMOptionMenu)
2631
2632 2011-10-07 [colin]      3.7.10cvs20
2633
2634         * src/account.c
2635         * src/action.c
2636         * src/addr_compl.c
2637         * src/addrcustomattr.c
2638         * src/addrduplicates.c
2639         * src/addressadd.c
2640         * src/addressbook.c
2641         * src/addressbook_foldersel.c
2642         * src/addrgather.c
2643         * src/alertpanel.c
2644         * src/browseldap.c
2645         * src/compose.c
2646         * src/editaddress.c
2647         * src/editaddress_other_attributes_ldap.c
2648         * src/editbook.c
2649         * src/editgroup.c
2650         * src/editjpilot.c
2651         * src/editldap.c
2652         * src/editldap_basedn.c
2653         * src/edittags.c
2654         * src/editvcard.c
2655         * src/exphtmldlg.c
2656         * src/expldifdlg.c
2657         * src/export.c
2658         * src/foldersel.c
2659         * src/folderview.c
2660         * src/grouplistdialog.c
2661         * src/import.c
2662         * src/importldif.c
2663         * src/importmutt.c
2664         * src/importpine.c
2665         * src/mainwindow.c
2666         * src/message_search.c
2667         * src/messageview.c
2668         * src/mimeview.c
2669         * src/prefs_actions.c
2670         * src/prefs_customheader.c
2671         * src/prefs_display_header.c
2672         * src/prefs_filtering.c
2673         * src/prefs_filtering_action.c
2674         * src/prefs_folder_column.c
2675         * src/prefs_matcher.c
2676         * src/prefs_msg_colors.c
2677         * src/prefs_other.c
2678         * src/prefs_summaries.c
2679         * src/prefs_summary_column.c
2680         * src/prefs_summary_open.c
2681         * src/prefs_template.c
2682         * src/prefs_toolbar.c
2683         * src/printing.c
2684         * src/sourcewindow.c
2685         * src/ssl_manager.c
2686         * src/summary_search.c
2687         * src/summaryview.c
2688         * src/textview.c
2689         * src/uri_opener.c
2690         * src/gtk/about.c
2691         * src/gtk/colorsel.c
2692         * src/gtk/combobox.c
2693         * src/gtk/description_window.c
2694         * src/gtk/foldersort.c
2695         * src/gtk/gtkaspell.c
2696         * src/gtk/gtkcmclist.c
2697         * src/gtk/gtkcmctree.c
2698         * src/gtk/gtkcmoptionmenu.c
2699         * src/gtk/gtkutils.c
2700         * src/gtk/icon_legend.c
2701         * src/gtk/inputdialog.c
2702         * src/gtk/logwindow.c
2703         * src/gtk/pluginwindow.c
2704         * src/gtk/prefswindow.c
2705         * src/gtk/quicksearch.c
2706         * src/plugins/pgpcore/passphrase.c
2707         * src/plugins/pgpcore/select-keys.c
2708                 Bug #2371, "Port to GTK+ 3.0". Monster-patch by Hanno Meyer-Thurow
2709                 to replace GDK_* by GDK_KEY_*.
2710
2711 2011-10-07 [colin]      3.7.10cvs19
2712
2713         * AUTHORS
2714         * src/account.c
2715         * src/action.c
2716         * src/addr_compl.c
2717         * src/addressbook.c
2718         * src/alertpanel.c
2719         * src/compose.c
2720         * src/edittags.c
2721         * src/folderview.c
2722         * src/grouplistdialog.c
2723         * src/image_viewer.c
2724         * src/mainwindow.c
2725         * src/mimeview.c
2726         * src/noticeview.c
2727         * src/prefs_filtering_action.c
2728         * src/prefs_folder_column.c
2729         * src/prefs_msg_colors.c
2730         * src/prefs_summary_column.c
2731         * src/prefs_toolbar.c
2732         * src/printing.c
2733         * src/stock_pixmap.c
2734         * src/summaryview.c
2735         * src/textview.c
2736         * src/undo.c
2737         * src/wizard.c
2738         * src/gtk/about.c
2739         * src/gtk/authors.h
2740         * src/gtk/colorlabel.c
2741         * src/gtk/colorsel.c
2742         * src/gtk/gtkcmclist.c
2743         * src/gtk/gtkcmctree.c
2744         * src/gtk/gtkcmoptionmenu.c
2745         * src/gtk/gtksctree.c
2746         * src/gtk/gtkutils.c
2747         * src/gtk/gtkvscrollbutton.c
2748         * src/gtk/inputdialog.c
2749         * src/gtk/logwindow.c
2750         * src/gtk/menu.c
2751         * src/gtk/prefswindow.c
2752         * src/gtk/progressdialog.c
2753         * src/plugins/pgpcore/passphrase.c
2754         * src/plugins/trayicon/trayicon.c
2755                 Bug #2371, "Port to GTK+ 3.0": Use accessor functions.
2756                 Patch by Hanno Thurow-Meyer, many thanks to him !
2757
2758 2011-09-20 [colin]      3.7.10cvs18
2759
2760         * src/common/ssl.c
2761                 Fix bug #2502, 'gnutls_transport_set_lowat removed in
2762                 gnutls 3.0.3'
2763
2764 2011-09-18 [colin]      3.7.10cvs17
2765
2766         * src/news.c
2767                 Fix segfault when connection fails
2768
2769 2011-09-03 [colin]      3.7.10cvs16
2770
2771         * src/common/ssl.c
2772                 Use NORMAL instead of EXPORT priorities.
2773
2774 2011-09-02 [colin]      3.7.10cvs15
2775
2776         * configure.ac
2777         * src/common/ssl.c
2778                 Linking against gcrypt explicitely in order to call
2779                 gcry_control() for mutex setup isn't necessary anymore
2780                 starting from gnuTLS 2.11.
2781
2782 2011-08-31 [colin]      3.7.10cvs14
2783
2784         * src/plugins/pgpinline/pgpinline.c
2785         * src/plugins/pgpmime/pgpmime.c
2786                 Fix bug #2431, "Major memory leak in PGP message handling".
2787
2788 2011-08-31 [colin]      3.7.10cvs13
2789
2790         * AUTHORS
2791         * src/gtk/authors.h
2792         * src/mainwindow.c
2793         * src/messageview.c
2794         * src/gtk/authors.h
2795                 Apply Steve Rader's patch from bug #2388, "Add 
2796                 message view scrolling menu items"
2797
2798 2011-08-30 [colin]      3.7.10cvs12
2799
2800         * src/gtk/prefswindow.c
2801                 Fix layout issues (i.e. on SSL page if changing account
2802                 type prior to visiting it).
2803
2804 2011-08-30 [colin]      3.7.10cvs11
2805
2806         * configure.ac
2807         * src/common/ssl.c
2808                 Don't use deprecated functions for GnuTLS priorities.
2809                 Require GnuTLS 2.2 that is the first version with the
2810                 new function.
2811
2812 2011-08-30 [colin]      3.7.10cvs10
2813
2814         * src/common/socket.c
2815         * src/common/ssl.c
2816                 Long-term fix for bug #2402, "GnuTLS change breaks socket
2817                 communication", as per http://savannah.gnu.org/support/?107660
2818
2819 2011-08-30 [colin]      3.7.10cvs9
2820
2821         * src/etpan/imap-thread.c
2822         * src/etpan/nntp-thread.c
2823                 Remove dead openSSL code
2824
2825 2011-08-30 [colin]      3.7.10cvs8
2826
2827         * src/ssl_manager.c
2828         * src/common/ssl.c
2829         * src/common/ssl_certificate.c
2830         * src/common/ssl_certificate.h
2831         * src/etpan/imap-thread.c
2832         * src/etpan/nntp-thread.c
2833                 Fix bug #2127, "SSL cert check uses canonical name instead of
2834                 specified name"
2835
2836 2011-08-29 [colin]      3.7.10cvs7
2837
2838         * src/prefs_account.c
2839                 Fix X-Mailer option not appearing on IMAP
2840
2841 2011-08-29 [colin]      3.7.10cvs6
2842
2843         * src/plugins/pgpcore/Makefile.am
2844         * src/plugins/pgpinline/Makefile.am
2845         * src/plugins/pgpmime/Makefile.am
2846         * src/plugins/smime/Makefile.am
2847                 Windows build fix:
2848                 libtool: link: require no space between `-L' and `.'
2849
2850 2011-08-29 [colin]      3.7.10cvs5
2851
2852         * src/account.c
2853         * src/compose.c
2854         * src/prefs_account.c
2855         * src/prefs_account.h
2856                 Revert cvs4 which is rather illogical and instead
2857                 use Fabian's patch from bug #2471
2858
2859 2011-08-29 [colin]      3.7.10cvs4
2860
2861         * src/compose.c
2862                 Don't insert custom headers that have empty values.
2863                 Allows not inserting X-Mailer if it's set to nothing.
2864                 Fixes bug #2471, "Make setting an X-Mailer header optional".
2865
2866 2011-08-29 [colin]      3.7.10cvs3
2867
2868         * src/image_viewer.c
2869         * src/textview.c
2870         * src/gtk/gtkutils.c
2871         * src/gtk/gtkutils.h
2872                 Handle EXIF orientation in images (both in textview's
2873                 preview and image viewer)
2874
2875 2011-08-28 [paul]       3.7.10cvs2
2876
2877         * src/prefs_common.c
2878         * src/prefs_common.h
2879         * src/summaryview.c
2880                 add new hidden option to control the display in the From
2881                 column in the Message List: 0 (default): show name,
2882                 1: show address, 2: show name + address
2883
2884 2011-08-27 [paul]       3.7.10cvs1
2885
2886         * po/POTFILES.in
2887         * src/common/ssl_certificate.c
2888         * src/etpan/imap-thread.c
2889         * src/etpan/nntp-thread.c
2890                 offer up some missing log_error() strings to translators
2891
2892 2011-08-27 [paul]       3.7.10
2893         * NEWS
2894         * README
2895         * RELEASE_NOTES 
2896                 3.7.10 unleashed!               
2897
2898 2011-08-27 [paul]       3.7.9cvs52
2899
2900         * po/cs.po
2901         * po/fr.po
2902         * po/hu.po
2903         * po/lt.po
2904         * po/pt_BR.po
2905         * po/sk.po
2906                 updated by David Vachulka, wwp, Pader Rezso, Mindaugas
2907                 Baranauskas, Frederico Goncalves Guimaraes, and Slavko
2908
2909 2011-08-27 [mones]      3.7.9cvs51
2910
2911         * claws-mail.desktop
2912                 Include generic name and comment translations
2913                 Thanks to all the people on the translators ML!
2914
2915 2011-08-23 [paul]       3.7.9cvs50
2916
2917         * src/common/ssl.c
2918                 probable/possible fix/workaround for bug 2402,
2919                 'can't download message from pop3 server'
2920
2921 2011-08-18 [paul]       3.7.9cvs49
2922
2923         * manual/handling.xml
2924                 fix typos. thanks to vilpan
2925
2926 2011-08-17 [paul]       3.7.9cvs48
2927
2928         * tools/claws.i18n.status.pl
2929                 add Mindaugas Baranauskas (Lithuanian)
2930
2931 2011-08-14 [mir]        3.7.9cvs47
2932
2933         * src/news.c
2934         * src/etpan/nntp-thread.c
2935                 Fix bug 2418. Patch provided by Sébastien Bigaret with
2936                 some minor contribution by me.
2937
2938 2011-08-13 [mir]        3.7.9cvs46
2939
2940         * src/etpan/nntp-thread.c
2941                 Fix bug when NNTP server sends authentication warning
2942                 as part of the connection session. Privously etpan would
2943                 bail out for any return code other than NEWSNNTP_NO_ERROR
2944                 but as early as the connection session a return code like
2945                 NEWSNNTP_WARNING_REQUEST_AUTHORIZATION_USERNAME and
2946                 NEWSNNTP_WARNING_REQUEST_AUTHORIZATION_PASSWORD should not
2947                 be considered as an error.
2948
2949 2011-08-12 [paul]       3.7.9cvs45
2950
2951         * src/mimeview.c
2952                 3.7.9cvs43 mistakenly dropped off the info
2953                 about the mime part from the tooltip
2954
2955 2011-08-12 [wwp]        3.7.9cvs44
2956
2957         * src/gtk/quicksearch.c
2958          Fix duplicate key accel (thanks to Ra-Mones-Mones II).
2959
2960 2011-08-09 [paul]       3.7.9cvs43
2961
2962         * src/mimeview.c
2963                 fix bug 2420, 'Invalid markup in icon tooltip text after signature check'
2964
2965 2011-08-06 [paul]       3.7.9cvs42
2966
2967         * src/compose.c
2968                 fix cursor placement in Forward template
2969
2970 2011-08-06 [paul]       3.7.9cvs41
2971
2972         * src/gtk/description_window.c
2973                 fix bug 1963, 'Preferences Templates Information Window Focus loss'
2974
2975 2011-08-05 [holger]     3.7.9cvs40
2976
2977         * claws-mail.desktop
2978                 Revert 3.7.9cvs35 for now, it may be problematic
2979                 (see bug #2450)
2980
2981 2011-08-05 [paul]       3.7.9cvs39
2982
2983         * src/mainwindow.c
2984         * src/messageview.c
2985                 use 'Collapse quotes' rather than 'Fold quotes' on
2986                 labels, for consistency
2987         * src/toolbar.c
2988                 use 'Receive mail from account' rather than 'on account'
2989
2990 2011-07-30 [mir]        3.7.9cvs38
2991
2992         * src/etpan/Makefile.am
2993         * src/plugins/pgpcore/Makefile.am
2994         * src/plugins/pgpmime/Makefile.am
2995         * src/plugins/smime/Makefile.am
2996                 Fix broken build on Debian Sid. enchant.h cannot be
2997                 found unless $(ENCHANT_CFLAGS) and $(ENCHANT_LIBS) are
2998                 present in Makefile.am. Apparently enchant.h in older
2999                 versions were placed in /usr/include which is always
3000                 scanned be default.
3001
3002 2011-07-21 [mones]      3.7.9cvs37
3003
3004         * src/common/plugin.c
3005         * src/common/plugin.h
3006                 Make licences allowed for plugins more explicit and also
3007                 accept dual (or more) licences when properly formatted.
3008                 Doesn't require any change on current plugins.
3009
3010 2011-07-18 [mones]      3.7.9cvs36
3011
3012         * manual/advanced.xml
3013                 Document briefly tags feature.
3014         * manual/glossary.xml
3015                 Fix definition to avoid confussion with tags.
3016         * manual/es/advanced.xml
3017         * manual/es/glossary.xml
3018                 Synchronize Spanish translation with the above.
3019
3020 2011-07-07 [holger]     3.7.9cvs35
3021
3022         * claws-mail.desktop
3023                 Add indicator stuff to the desktop file
3024                 Taken from bug #2450
3025
3026 2011-07-06 [paul]       3.7.9cvs34
3027
3028         * src/edittags.c
3029                 fix English usage
3030
3031 2011-07-06 [mones]      3.7.9cvs33
3032
3033         * src/edittags.c
3034                 Do not create an empty tag name row in panel and
3035                 warn user about using a non-reserved tag instead
3036
3037 2011-07-05 [mones]      3.7.9cvs32
3038
3039         * src/imap.c
3040         * src/common/tags.c
3041         * src/common/tags.h
3042         * src/etpan/imap-thread.c
3043                 Make constants for reserved tags and use them
3044                 Removed also duplicate comparison while at it
3045
3046 2011-07-05 [paul]       3.7.9cvs31
3047
3048         * src/compose.c
3049                 when using a Compose template, only place the cursor
3050                 in the body when the cursor symbol, %cursor (%X), is used
3051
3052 2011-07-03 [paul]       3.7.9cvs30
3053
3054         * src/main.c
3055                 do main_window_popup(mainwin); on plugin load error, or
3056                 else the warning dialogue and mainwindow stays minimised
3057                 and hidden
3058
3059 2011-07-03 [paul]       3.7.9cvs29
3060
3061         * src/wizard.c
3062                 fix bug 2462, 'Building without GnuTLS support leads to a
3063                 failure in wizard.c'
3064
3065 2011-07-03 [paul]       3.7.9cvs28
3066
3067         * src/mainwindow.c
3068         * src/mainwindow.h
3069         * src/summaryview.c
3070                 fix bug #2461, 'popup menu in message list displays
3071                 'move to trash' and 'delete''.
3072                 Add a new sensitivity condition 'M_NOT_TRASH' and
3073                 remove the broken workaround for right-click in summaryview.c.
3074                 Fix broken main menu sensitivity for "Menu/Message/Move" in
3075                 News folder.
3076
3077 2011-06-21 [paul]       3.7.9cvs27
3078
3079         * src/mainwindow.c
3080                 revert 3.7.9cvs2, it does no good
3081
3082 2011-06-18 [mir]        3.7.9cvs26
3083
3084         * configure.ac
3085                 Fix autoconf warnings introduced in autoconf >= 2.64
3086
3087 2011-06-05 [paul]       3.7.9cvs25
3088
3089         * po/ca.po
3090         * po/cs.po
3091         * po/de.po
3092         * po/it.po
3093         * po/ja.po
3094         * po/pt_PT.po
3095         * po/sk.po
3096         * po/uk.po
3097                 fix strings where an informational message has been
3098                 wrongly entered into the translated string
3099         * src/toolbar.c
3100                 enable 'Trash' and 'Sender' to be translated based on
3101                 the context, e.g. as button text and as mail header
3102         * src/gtk/about.c
3103                 fix english in Info tab
3104
3105 2011-05-25 [colin]      3.7.9cvs24
3106
3107         * src/action.c
3108                 Fix bug #2439, "use bitwise operator for bitmask instead of
3109                 logical operator". Thanks to Nicolas Kaiser for the patch.
3110
3111 2011-05-18 [colin]      3.7.9cvs23
3112
3113         * src/news.c
3114                 Fix missing group selection before xover if the
3115                 connection was reset before.
3116
3117 2011-05-12 [colin]      3.7.9cvs22
3118
3119         * src/common/utils.c
3120                 Fix bug #2412, "Send account mail address in Message-ID
3121                 wrongly implemented". Patch by Fabian Keil.
3122
3123 2011-05-12 [mones]      3.7.9cvs21
3124
3125         * src/etpan/nntp-thread.c
3126                 Fix bug #2418 "NNTP authentication is broken"
3127
3128 2011-05-09 [pawel]      3.7.9cvs20
3129
3130         * src/mainwindow.c
3131         * src/prefs_folder_item.c
3132                 Small UI fixes
3133
3134 2011-05-05 [colin]      3.7.9cvs19
3135
3136         * src/imap.c
3137         * src/inc.c
3138         * src/news.c
3139         * src/send_message.c
3140                 Fix bug #2184, "Add account name information inside network log".
3141                 Initial patch by MSulchan Darmawan, expanded to other protocols.
3142                 This stuff is too much copy-pasted.
3143
3144
3145 2011-04-30 [colin]      3.7.9cvs18
3146
3147         * src/main.c
3148                 Fix bug #2414, 'Claws segfaults on startup with
3149                 notification plugin enabled". Thanks Christian
3150                 Faulhammer for the patch.
3151
3152 2011-04-27 [colin]      3.7.9cvs17
3153
3154         * src/codeconv.c
3155                 Make Windows' encoding CP1251 for ru_RU locale
3156                 Part of bug #2397, "Gtkhtml2 viewer ignores message encoding"
3157
3158 2011-04-24 [paul]       3.7.9cvs16
3159
3160         * manual/claws-mail-manual.xml
3161         * manual/de/claws-mail-manual.xml
3162         * manual/es/claws-mail-manual.xml
3163         * manual/fr/claws-mail-manual.xml
3164         * manual/it/claws-mail-manual.xml
3165                 update copyright year
3166
3167 2011-04-24 [paul]       3.7.9cvs15
3168
3169         * src/summaryview.c
3170                 fix bug #2353, 'Right-clicking on spam in order to delete
3171                 it causes it to show in message window'
3172
3173 2011-04-24 [paul]       3.7.9cvs14
3174
3175         * src/mainwindow.c
3176         * src/gtk/foldersort.c
3177         * src/gtk/foldersort.h
3178                 fix labelling, 'change folder order' to 'change mailbox order'
3179
3180 2011-04-23 [paul]       3.7.9cvs13
3181
3182         * configure.ac
3183                 fix bug #2409, 'Failed to compile under GCC 3.x : option
3184                  -Wno-pointer-sign badly set in configure.ac'. mistakenly
3185                 committed in 3.7.8cvs19 
3186
3187 2011-04-11 [paul]       3.7.9cvs12
3188
3189         * src/plugins/trayicon/trayicon.c
3190                 fix build bug: gtk_status_icon_set_title() is available
3191                 since gtk 2.18.x not 2.14.x
3192
3193 2011-04-11 [paul]       3.7.9cvs11
3194
3195         * po/hu.po
3196                 updated by Páder RezsÅ‘
3197
3198 2011-04-10 [colin]      3.7.9cvs10
3199
3200         * src/addr_compl.c
3201         * src/addressbook.c
3202         * src/compose.c
3203         * src/editaddress.c
3204         * src/editaddress_other_attributes_ldap.c
3205         * src/main.c
3206         * src/message_search.c
3207         * src/prefs_display_header.c
3208         * src/prefs_filtering_action.c
3209         * src/prefs_matcher.c
3210         * src/prefs_other.c
3211         * src/prefs_toolbar.c
3212         * src/summary_search.c
3213         * src/gtk/colorlabel.c
3214         * src/gtk/combobox.c
3215         * src/gtk/gtkcmoptionmenu.c
3216         * src/gtk/gtkshruler.c
3217         * src/gtk/gtkshruler.h
3218         * src/gtk/gtkutils.h
3219         * src/gtk/inputdialog.c
3220         * src/gtk/quicksearch.c
3221                 Revert the whole pile of crap introduced in
3222                 cvs9,8,7,4.
3223
3224 2011-04-10 [colin]      3.7.9cvs9
3225
3226         * src/compose.c
3227         * src/editaddress.c
3228         * src/editaddress_other_attributes_ldap.c
3229         * src/main.c
3230         * src/message_search.c
3231         * src/prefs_display_header.c
3232         * src/prefs_matcher.c
3233         * src/prefs_toolbar.c
3234         * src/summary_search.c
3235         * src/gtk/combobox.c
3236         * src/gtk/gtkutils.h
3237         * src/gtk/inputdialog.c
3238         * src/gtk/quicksearch.c
3239                 Finish fun with combo boxes. (hopefully)
3240
3241 2011-04-10 [colin]      3.7.9cvs8
3242
3243         * src/compose.c
3244         * src/prefs_filtering_action.c
3245         * src/gtk/combobox.c
3246         * src/gtk/gtkshruler.c
3247         * src/gtk/gtkshruler.h
3248                 More undeprecation. GTKSHRuler is #if'ed out. We can
3249                 still decide to maintain the old GtkRuler widget in-tree
3250                 if the lack of ruler in Compose window is too
3251                 annoying.
3252
3253 2011-04-10 [colin]      3.7.9cvs7
3254
3255         * src/addr_compl.c
3256         * src/addressbook.c
3257         * src/compose.c
3258         * src/editaddress_other_attributes_ldap.c
3259         * src/message_search.c
3260         * src/prefs_display_header.c
3261         * src/prefs_filtering_action.c
3262         * src/prefs_other.c
3263         * src/prefs_toolbar.c
3264         * src/summary_search.c
3265         * src/gtk/colorlabel.c
3266         * src/gtk/combobox.c
3267         * src/gtk/gtkcmoptionmenu.c
3268         * src/gtk/gtkutils.h
3269                 More comboboxtext undeprecation
3270
3271 2011-04-10 [colin]      3.7.9cvs6
3272
3273         * src/messageview.c
3274                 Fix it better.
3275
3276 2011-04-10 [colin]      3.7.9cvs5
3277
3278         * src/messageview.c
3279                 Fix age-old typo.
3280
3281 2011-04-10 [colin]      3.7.9cvs4
3282
3283         * src/compose.c
3284         * src/editaddress_other_attributes_ldap.c
3285         * src/message_search.c
3286         * src/prefs_display_header.c
3287         * src/prefs_filtering_action.c
3288         * src/prefs_other.c
3289         * src/prefs_toolbar.c
3290         * src/summary_search.c
3291         * src/gtk/combobox.c
3292         * src/gtk/gtkutils.h
3293                 gtk_combo_box_*_text() is deprecated, and
3294                 gtk_combo_box_text_*() is the new hotness.
3295
3296 2011-04-10 [colin]      3.7.9cvs3
3297
3298         * src/addr_compl.c
3299         * src/addressbook.c
3300         * src/browseldap.c
3301         * src/compose.c
3302         * src/folder.c
3303         * src/folderview.c
3304         * src/gtk/gtkvscrollbutton.c
3305         * src/gtk/gtkvscrollbutton.h
3306                 s/GtkFunction/GSourceFunc
3307
3308 2011-04-10 [colin]      3.7.9cvs2
3309
3310         * src/mainwindow.c
3311                 Use gtkut_window_popup() to work around a bug in Gnome Shell.
3312                 This is the patch from bug #2396, it should be innocuous even
3313                 if that's useless to do deiconify + present window...
3314
3315 2011-04-09 [paul]       3.7.9cvs1
3316
3317         * src/prefs_summaries.c
3318                 fix typo in string. (thanks, Brad!)
3319
3320 2011-04-09 [paul]       3.7.9
3321         * NEWS
3322         * README
3323         * RELEASE_NOTES 
3324                 3.7.9 unleashed!        
3325
3326 2011-04-09 [paul]       3.7.8cvs78
3327
3328         * po/cs.po
3329         * po/es.po
3330         * po/fi.po
3331         * po/fr.po
3332         * po/lt.po
3333         * po/pt_BR.po
3334         * po/sk.po
3335         * po/uk.po
3336                 updated by David Vachulka, Ricardo Mones, Flammie Pirinen,
3337                 wwp, Mindaugas Baranauskas, Frederico Goncalves Guimaraes,
3338                 Slavko, and Yarema
3339
3340 2011-04-09 [colin]      3.7.8cvs77
3341
3342         * src/gtk/filesel.c
3343                 Revert part of yesterday's patch. While gtk_file_chooser_set_current_name()
3344                 wants an UTF-8 string, gtk_file_chooser_set_current_folder() wants a glib-
3345                 encoding filename. Hooray for stupid.
3346
3347 2011-04-08 [colin]      3.7.8cvs76
3348
3349         * src/action.c
3350                 Fix action Stop: if child does not react to SIGTERM, it'll
3351                 probably start behaving when it'll get a SIGKILL on the user's
3352                 second press on Stop.
3353                 Fixes bug #2237, "User action makes Claws unresponsive".
3354
3355 2011-04-08 [colin]      3.7.8cvs75
3356
3357         * src/account.c
3358         * src/folder.c
3359         * src/folder.h
3360         * src/folder_item_prefs.c
3361         * src/folder_item_prefs.h
3362         * src/prefs_account.c
3363                 Fix bug #2382, "folderitemrc not updated when account
3364                 name is changed". Indeed, this wasn't done.
3365
3366 2011-04-08 [wwp]        3.7.8cvs74
3367
3368         * src/procmime.c
3369         Add support for quoted values (*="value").
3370         This commonly fixes a trailing quote appearing to filenames
3371         sent by iphone Mail (not sure if it's culprit at all, though).
3372
3373 2011-04-08 [colin]      3.7.8cvs73
3374
3375         * src/gtk/filesel.c
3376                 Fix bug #2393, "Crashes and rendering problems in the "Save as" menu 
3377                 caused by attachments with extended chars in the file name". Patch
3378                 derived from a patch bt Fabien Keil
3379
3380 2011-04-05 [wwp]        3.7.8cvs72
3381
3382         * src/compose.c
3383                 A debug string not to translate.
3384
3385 2011-04-03 [colin]      3.7.8cvs71
3386
3387         * src/common/utils.h
3388                 Fix bug #2394, "backtrace() crashes on FreeBSD"
3389                 That's not the first bug-report where internal
3390                 debug-only backtrace() crashes on FreeBSD.
3391
3392 2011-04-03 [colin]      3.7.8cvs70
3393
3394         * src/compose.c
3395                 Fix bug #2365 again, "Crash when auto-scrolling headers in
3396                 compose window".
3397                 Batch-mode compose windows (from filtering actions) shouldn't
3398                 try to access stuff after flushing events...
3399
3400 2011-03-31 [paul]       3.7.8cvs69
3401
3402         * INSTALL
3403                 update as gtk >= 2.10 now required
3404                 (because I'll never remember to do this later)
3405
3406 2011-03-26 [paul]       3.7.8cvs68
3407
3408         * src/messageview.c
3409                 fix separators in Go To menu
3410
3411 2011-03-20 [colin]      3.7.8cvs67
3412
3413         * configure.ac
3414                 Drop the *_DISABLE_DEPRECATED. We'll put them back
3415                 when we'll have time to handle them
3416
3417 2011-03-18 [paul]       3.7.8cvs66
3418
3419         * src/textview.c
3420                 make user-facing message more accurate -
3421                 'Network Log' not 'View Log'
3422
3423 2011-03-17 [wwp]        3.7.8cvs65
3424
3425         * po/fr.po
3426                 Fix a typo around plural form, as reported by
3427                 Yannick Palanque.
3428
3429 2011-03-15 [colin]      3.7.8cvs64
3430
3431         * AUTHORS
3432         * src/gtk/authors.h
3433         * src/main.c
3434                 Fix bug #2381, "Support for NetworkManager 0.9".
3435                 Patch by Mikhail Efremov
3436
3437 2011-03-04 [colin]      3.7.8cvs63
3438
3439         * src/mimeview.c
3440         * src/mimeview.h
3441                 Fix segfault on Windows
3442         * src/exporthtml.c
3443         * src/common/utils.c
3444         * src/common/w32_unistd.c
3445         * src/common/w32lib.h
3446                 Rationalize use of time_r() funcs (pthread do define them)
3447
3448 2011-03-02 [pawel]      3.7.8cvs62
3449
3450         * src/wizard.c
3451                 Re-implement widgets aligning, switch from GtkSizeGroup
3452                 to GtkTable - this should fix disappearing labels
3453
3454 2011-03-01 [pawel]      3.7.8cvs61
3455
3456         * src/wizard.c
3457                 Wizard GUI cleanups. Make it look and behave more
3458                 like account preferences.
3459
3460 2011-02-23 [colin]      3.7.8cvs60
3461
3462         * src/common/Makefile.am
3463                 Fix make dist
3464
3465 2011-02-23 [colin]      3.7.8cvs59
3466
3467         * src/Makefile.am
3468         * src/main.c
3469         * src/common/Makefile.am
3470         * src/common/plugin.c
3471         * src/common/valgrind.h
3472                 Fix bug #2369, "valgrind.h should NOT be part of claws-mail"
3473                 Use valgrind's own header.
3474
3475 2011-02-22 [colin]      3.7.8cvs58
3476
3477         * src/prefs_account.c
3478                 Fix bug #2367 (Win32): Disable "Always sign messages when replying to a
3479                 signed message" upon new installation. This is disturbing when PGP
3480                 plugins are loaded by default.
3481
3482 2011-02-16 [paul]       3.7.8cvs57
3483
3484         * src/*
3485                 update copyright headers throughout
3486
3487 2011-02-16 [paul]       3.7.8cvs56
3488
3489         * src/summaryview.c
3490                 use gettext plural form for "item selected"/"items selected"
3491
3492 2011-02-13 [colin]      3.7.8cvs55
3493
3494         * src/mimeview.c
3495         * src/mimeview.h
3496                 Fix bug #2361, "Claws crashes after PGP Check in separate
3497                 msg view". Don't let the cancel thread lie around after
3498                 the verification ended.
3499
3500 2011-02-13 [paul]       3.7.8cvs54
3501
3502         * po/lt.po
3503                 updated by Mindaugas Baranauskas
3504
3505 2011-02-11 [mones]      3.7.8cvs53
3506
3507         * manual/es/advanced.xml
3508                 Sync with English manual
3509         * src/imap.c
3510                 Fix remaining mismatched alloc/free from cppcheck
3511
3512 2011-02-10 [pawel]      3.7.8cvs52
3513
3514         * src/ldapupdate.c
3515                 Fix memleaks
3516
3517 2011-02-10 [pawel]      3.7.8cvs51
3518
3519         * src/prefs_toolbar.c
3520                 - set menus sensitivity in item type combo depending on
3521                   availability of actions / plugin hooks
3522                 - style fixes, spaces instead of tabs mostly
3523
3524 2011-02-10 [paul]       3.7.8cvs50
3525
3526         * src/prefs_account.c
3527                 move the 'send acc mail addr in msg-id" option to
3528                 the send page
3529
3530 2011-02-10 [paul]       3.7.8cvs49
3531
3532         * src/prefs_account.c
3533                 move the 'expunge immediately' option to a more
3534                 suitable page
3535
3536 2011-02-05 [pawel]      3.7.8cvs48
3537
3538         * manual/advanced.xml
3539                 Document new hidden pref
3540         * src/folder.c
3541                 Dont treat mimeparts referenced by others as
3542                 real attachments
3543         * src/mimeview.c
3544         * src/prefs_common.c
3545         * src/prefs_common.h
3546                 Add ability to hide inline attachments referenced
3547                 by other mimeparts in MimeView. To enable this
3548                 feature set show_inline_attachments=0 in your clawsrc
3549
3550 2011-01-25 [colin]      3.7.8cvs47
3551
3552         * src/matcher.c
3553                 Fix matcher body parsing: decode mails with our
3554                 MIME parser. This speeds up body search a bit as
3555                 binary attachments are not searched anymore, slows
3556                 down a bit full message searches, but not awfully.
3557         * src/summary_search.c
3558                 Use matcher API to search, in all cases (advanced search or
3559                 not). Also, fix little logic bugs related to combos history
3560         * src/common/utils.c
3561         * src/common/utils.h
3562         * src/procmime.c
3563         * src/procmime.h
3564                 Remove dead code, export functions needed by matcher.c
3565
3566 2011-01-25 [colin]      3.7.8cvs46
3567
3568         * src/compose.c
3569         * src/prefs_common.c
3570         * src/common/md5.c
3571         * src/common/ssl_certificate.c
3572                 Fix mismatched alloc/free (thanks to cppcheck)
3573
3574 2011-01-25 [colin]      3.7.8cvs45
3575
3576         * src/pop.c
3577                 Fix leak on error path
3578
3579 2011-01-23 [mones]      3.7.8cvs44
3580
3581         * manual/es/advanced.xml
3582                 Sync with English manual
3583
3584 2011-01-23 [paul]       3.7.8cvs43
3585
3586         * src/gtk/about.c
3587                 it's 2011, update copyright line
3588
3589 2011-01-23 [paul]       3.7.8cvs42
3590
3591         * manual/advanced.xml
3592         * src/prefs_common.c
3593         * src/prefs_common.h
3594         * src/textview.c
3595                 fix bug #2350, 'Make displaying localized date/time in
3596                 message view optional'.
3597                 This introduces a new hidden option (why do more?),
3598                 'msgview_date_format', which defaults to OFF, maintaining
3599                 the current and expected behaviour.
3600
3601 2011-01-21 [colin]      3.7.8cvs41
3602
3603         * src/procmime.c
3604                 Fix bug #2050, Clawsmail sends return receipt every seconds
3605                 We forgot to close the file when parsing 
3606                 disposition-notification fields, which made unlinking of the
3607                 corresponding emails in tempfolder/processing impossible in
3608                 Windows. Causing them to be re-fetched every time.
3609
3610 2011-01-21 [colin]      3.7.8cvs40
3611
3612         * claws-mail.desktop
3613                 Fix again bug #2346: We should have a %u parameter.
3614
3615 2011-01-21 [colin]      3.7.8cvs39
3616
3617         * src/plugins/spamassassin/spamassassin.c
3618                 Fix sa-learn when offline (its command line parsing is
3619                 space-dependant). Patch by Wolfgang Lorenz
3620
3621 2011-01-19 [pawel]      3.7.8cvs38
3622
3623         * claws-mail.desktop
3624                 Fix Bug 2346 'Please register x-handler-scheme
3625                  in .desktop file' patch by Laurent Bigonville
3626                 While I'm here update things to current
3627                 standards, fix desktop-file-validate warnings/errors
3628
3629 2011-01-18 [colin]      3.7.8cvs37
3630
3631         * src/common/smtp.c
3632                 Fix logic on SMTP AUTH: If the selected method isn't
3633                 available, say so instead of supposing it'll work.
3634                 Fixes bug #2039, 'SMTP AUTHENTICATION'
3635
3636 2011-01-15 [pawel]      3.7.8cvs36
3637
3638         * src/prefs_folder_item.c
3639                 Rework subject regexp simplify gui a bit, this give us better
3640                 options page layout (window with min width was too short to 
3641                 show all contents and thigs were unwieldy) and better preview
3642                 of regexp working/not working
3643
3644 2011-01-14 [pawel]      3.7.8cvs35
3645
3646         * src/textview.c
3647                 strncpy2() NULLify strings just fine, no need to be
3648                 extra "clever"
3649
3650 2011-01-14 [pawel]      3.7.8cvs34
3651
3652         * src/textview.c
3653                 Fix Bug #2165 'The date not localized in the message view'
3654                 Display Date header in messageview in the same way as in
3655                 summaryview by respecting date format set in preferences.
3656
3657 2011-01-06 [pawel]      3.7.8cvs33
3658
3659         * src/prefs_account.c
3660         * src/prefs_folder_item.c
3661         * src/prefs_quote.c
3662         * src/quote_fmt.c
3663                 Make quote templates widgets more compact
3664
3665 2011-01-06 [pawel]      3.7.8cvs32
3666
3667         * src/plugins/trayicon/trayicon.c
3668                 - fix logic bug which caused icon to be
3669                   always set no-mail status on plugin load
3670                 - force icon hide on plugin_done(), without
3671                   it empty space(?!) is left in tray under KDE3 and KDE4
3672
3673 2011-01-06 [colin]      3.7.8cvs31
3674
3675         * src/addrharvest.c
3676         * src/codeconv.c
3677         * src/codeconv.h
3678         * src/compose.c
3679         * src/news.c
3680         * src/procheader.c
3681         * src/procmime.c
3682         * src/unmime.c
3683         * src/unmime.h
3684                 Unmime headers differently whether they're addresses or not:
3685                 It's useless to quote things containing commas if it's in
3686                 subject, for example. (introduced in 3.7.8cvs26)
3687
3688 2011-01-06 [colin]      3.7.8cvs30
3689
3690         * src/gtk/gtkaspell.c
3691                 Complete previous patch
3692         * src/messageview.c
3693         * src/plugins/pgpinline/pgpinline.c
3694                 Coding style
3695
3696 2011-01-06 [paul]       3.7.8cvs29
3697
3698         * AUTHORS
3699         * configure.ac
3700         * po/lt.po
3701         * src/gtk/authors.h
3702                 add Lithuanian translation (approx. 65% complete)
3703                 submitted by Mindaugas Baranauskas
3704
3705 2011-01-06 [pawel]      3.7.8cvs28
3706
3707         * src/export.c
3708         * src/import.c
3709         * src/messageview.c
3710         * src/prefs_actions.c
3711         * src/procmime.c
3712         * src/gtk/gtkaspell.c
3713         * src/plugins/pgpinline/pgpinline.c
3714         * src/plugins/pgpmime/pgpmime.c
3715         * src/plugins/smime/smime.c
3716                 Fix memory/file descriptors leaks
3717
3718 2011-01-06 [paul]       3.7.8cvs27
3719
3720         * src/plugins/pgpcore/sgpgme.c
3721                 fix bug #2322, 'GPG Full info: showing subkey
3722                 ID instead of primary key fingerprint'
3723                 Patch by Sébastien Bigaret.
3724
3725 2011-01-03 [colin]      3.7.8cvs26
3726
3727         * src/unmime.c
3728                 Better quote-checking when unmim-ing headers
3729                 that may have comas.
3730
3731 2011-01-03 [colin]      3.7.8cvs25
3732
3733         * src/unmime.c
3734                 Fix bug #2299, "Incorrect handling of quoted printable coma
3735                 in headers". As this is really painful to fix by switching
3736                 the whole stuff to a list of headers tokens, we workaround
3737                 the problem by adding quotes around the encoded-word (making
3738                 it a quoted-string which continuity is already handled).
3739
3740 2011-01-03 [colin]      3.7.8cvs24
3741
3742         * src/procheader.c
3743                 Remove dead code
3744
3745 2010-12-23 [colin]      3.7.8cvs23
3746
3747         * src/compose.c
3748                 Finish fixing bug #2203: When forwarding (inline) and there
3749                 are some text/* parts with no name, set them a name and
3750                 set their disposition to attachment, so that recipients with
3751                 MUAs preferring HTML parts don't show them by default.
3752
3753 2010-12-22 [paul]       3.7.8cvs22
3754
3755         * src/compose.h
3756                 fix missing file in 3.7.8cvs20
3757
3758 2010-12-22 [colin]      3.7.8cvs21
3759
3760         * src/folderview.c
3761         * src/folderview.h
3762                 Implement a nicer scroll when drag and dropping
3763
3764 2010-12-22 [colin]      3.7.8cvs20
3765
3766         * src/compose.c
3767                 Store charset if available when attaching text/* parts
3768                 Fixes bug #2203, 'Problems in forwarding multipart/
3769                 alternative messages with HTML part'
3770
3771 2010-12-22 [colin]      3.7.8cvs19
3772
3773         * src/textview.c
3774                 Fix wrong free
3775
3776 2010-12-21 [colin]      3.7.8cvs18
3777
3778         * src/inc.c
3779         * src/send_message.c
3780         * src/common/session.c
3781         * src/common/session.h
3782                 Differentiate between running sessions and connected
3783                 sessions. Fixes bug #2332, "Crash when hitting cancel
3784                 on the SMTP status window"
3785
3786 2010-12-21 [colin]      3.7.8cvs17
3787
3788         * src/etpan/etpan-thread-manager.c
3789                 Dead code removal
3790
3791 2010-12-21 [colin]      3.7.8cvs16
3792
3793         * src/textview.c
3794                 Check whether we should continue loading the
3795                 current textview after inserting a possibly
3796                 big image.
3797
3798 2010-12-20 [colin]      3.7.8cvs15
3799
3800         * src/addrcindex.c
3801         * src/addrcindex.h
3802                 Removed. Dead code since ages!
3803         * src/addr_compl.c
3804         * src/gtk/gtkcmclist.c
3805         * src/gtk/gtkcmctree.c
3806         * src/gtk/gtksctree.c
3807                 undefine *_DISABLE_DEPRECATED in the files that
3808                 use deprecated interfaces. Implicit declarations
3809                 can lead to crashes as prototypes are unknown, as
3810                 evidenced by bug #2315.
3811
3812 2010-12-20 [colin]      3.7.8cvs14
3813
3814         * src/compose.c
3815                 Don't flush events when adding an header entry. This
3816                 can mess up the keypresses in the previous header.
3817                 Instead, make the scroll happen later (doing it on the
3818                 spot without flushing events doesn't work as the new
3819                 requisitions aren't set yet).
3820
3821 2010-12-20 [colin]      3.7.8cvs13
3822
3823         * src/mainwindow.c
3824                 Don't iconify at start on w32. This un-iconifies in the
3825                 background.
3826
3827 2010-12-20 [colin]      3.7.8cvs12
3828
3829         * src/common/base64.c
3830                 Fix bug #2331, "Base64 is broken in 3.7.7 and 3.7.8"
3831                 Patch by pochini at shiny.it
3832
3833 2010-12-19 [colin]      3.7.8cvs11
3834
3835         * src/ldapserver.c
3836                 Better debug.
3837
3838 2010-12-18 [colin]      3.7.8cvs10
3839
3840         * src/compose.c
3841                 Fix bug #2148, "Attachment content-transfer-encoding 
3842                 incorrectly set when signing emails". The RFC 2045
3843                 states that message/* and multipart/* encoding must
3844                 be either 7-bit, 8-bit or binary.
3845
3846 2010-12-18 [mones]      3.7.8cvs9
3847
3848         * src/ldaputil.c
3849                 Fix crash when searching or adding a LDAP server
3850
3851 2010-12-17 [colin]      3.7.8cvs8
3852
3853         * configure.ac
3854         * src/editldap.c
3855         * src/ldapquery.c
3856         * src/ldapserver.c
3857         * src/ldapupdate.c
3858         * src/ldaputil.c
3859         * src/ldaputil.h
3860                 Better error logging. Disable LDAP SSL/TLS on
3861                 Windows, it's crashy/non-worky.
3862
3863 2010-12-17 [colin]      3.7.8cvs7
3864
3865         * src/folder.c
3866                 Fix bug #2325, "messages remains in folder cache after moving
3867                 from MH to IMAP boxes". Bug introduced in 3.7.6cvs53.
3868
3869 2010-12-17 [colin]      3.7.8cvs6
3870
3871         * src/addressadd.c
3872         * src/addressbook.c
3873         * src/addrindex.c
3874         * src/ldapquery.c
3875         * src/ldapquery.h
3876         * src/ldapserver.c
3877         * src/ldapserver.h
3878         * src/ldapupdate.c
3879         * src/ldaputil.c
3880         * src/ldaputil.h
3881                 Windows build fixes (w32 LDAP completely untested!)
3882
3883 2010-12-16 [colin]      3.7.8cvs5
3884
3885         * src/addrindex.c
3886         * src/editldap.c
3887         * src/ldapctrl.c
3888         * src/ldapquery.c
3889         * src/ldapserver.c
3890         * src/ldapserver.h
3891         * src/ldapupdate.c
3892         * src/ldaputil.c
3893                 Try to rationalize a bit LDAP connections
3894
3895 2010-12-16 [colin]      3.7.8cvs4
3896
3897         * src/prefs_spelling.c
3898         * src/common/defs.h
3899                 Add a button to get dictionaries (win32)
3900
3901 2010-12-16 [colin]      3.7.8cvs3
3902
3903         * src/prefs_matcher.c
3904                 Fix bug #2279, "crash when clicking 'define' in filter
3905                 configuring". Thanks to Theodor Ciobanu for the hint at
3906                 the problem.
3907
3908 2010-12-14 [colin]      3.7.8cvs2
3909
3910         * src/gtk/gtkaspell.c
3911                 Add missing guard for sys/wait.h
3912
3913 2010-12-05 [colin]      3.7.8cvs1
3914
3915         * tools/make.themes.project
3916                 Seems wget has changed naming of targets downloaded.
3917                 Fix it by always providing our own name.
3918                 [Pushing mones' patch again after messing with CVSROOT]
3919
3920 2010-12-04 [paul]       3.7.8
3921         * NEWS
3922         * README
3923         * RELEASE_NOTES 
3924                 3.7.8 unleashed!
3925
3926 2010-12-03 [paul]       3.7.7cvs11
3927
3928         * configure.ac
3929         * manual/xml2pdf ** REMOVED **
3930         * manual/dist/pdf/Makefile.am
3931         * manual/es/dist/pdf/Makefile.am
3932         * manual/fr/dist/pdf/Makefile.am
3933         * manual/pl/dist/pdf/Makefile.am
3934                 simplify check for tools needed for manual building,
3935                 remove xml2pdf and use docbook2pdf instead
3936
3937 2010-12-03 [mir]        3.7.7cvs10
3938
3939         * configure.ac
3940                 Fix bug so that configure option --disable-manual
3941                 actually disable building the manuals
3942
3943 2010-12-01 [pawel]      3.7.7cvs9
3944
3945         * src/crash.c
3946                 One more GTK+ 2.22 build fix
3947
3948 2010-11-30 [colin]      3.7.7cvs8
3949
3950         * src/action.c
3951                 Fix bug #2317, 'Action results in "Bad file descriptor"'
3952                 Introduced in 3.7.6cvs57. In fact the error has been there
3953                 since ages, and only new thing is the verification of the
3954                 various functions return code. Let the stuff work as it
3955                 does, as it seems to do the right thing since ages.
3956
3957 2010-11-28 [colin]      3.7.7cvs7
3958
3959         * src/gtk/quicksearch.c
3960                 Fix bug #2313, 'CLI quicksearch sometimes returns 
3961                 the same messages twice'. Patch by Sebastien Bigaret
3962
3963 2010-11-25 [paul]       3.7.7cvs6
3964
3965         * src/prefs_common.c
3966                 make "gtk_can_change_accels" FALSE by default.
3967                 fixes bug #2309, 'Shortcuts should not be modifiable
3968                 by default' (RFE)
3969
3970 2010-11-24 [mones]      3.7.7cvs5
3971
3972         * src/mainwindow.c
3973                 Add missing shortcuts for marking as spam and ham
3974                 Fixes Debian bug #599547
3975
3976 2010-11-22 [colin]      3.7.7cvs4
3977
3978         * src/compose.c
3979                 Revert 3.7.6cvs{39,38,37,35,34}. The fact that
3980                 five patches were needed to fix a corner case
3981                 is a good indicator that is was bound to break
3982                 something.
3983
3984 2010-11-21 [colin]      3.7.7cvs3
3985
3986         * src/plugins/pgpcore/claws.def
3987                 Win32 build fix
3988
3989 2010-11-20 [wwp]        3.7.7cvs2
3990
3991         * src/main.c
3992           Fix either a typo or an irrelevant iff word there.
3993           IMO type and recursive possible values should be changed to
3994           smth simple and neat here, and help strings be really
3995           translatable.
3996
3997 2010-11-20 [colin]      3.7.7cvs1
3998
3999         * AUTHORS
4000                 Damn, forgot to commit this file twice.
4001
4002 2010-11-19 [paul]       3.7.7
4003         * NEWS
4004         * README
4005         * RELEASE_NOTES 
4006                 3.7.7 unleashed!
4007
4008 2010-11-19 [paul]       3.7.6cvs66
4009
4010         * po/ca.po
4011         * po/cs.po
4012         * po/de.po
4013         * po/es.po
4014         * po/fi.po
4015         * po/fr.po
4016         * po/hu.po
4017         * po/id.po
4018         * po/pt_BR.po
4019         * po/sk.po
4020         * po/uk.po
4021                 updated by Miquel Oliete, David Vachulka, Stephan Sachse,
4022                 Ricardo Mones, Flammie Pirinen, wwp, Pader Rezso, MSulchan
4023                 Darmawan, Frederico Goncalves Guimaraes, Slavko, Yarema
4024
4025 2010-11-17 [colin]      3.7.6cvs65
4026
4027         * src/common/utils.c
4028                 Separate email address from timestamp with a dot.
4029                 Fix coding style.
4030
4031 2010-11-17 [colin]      3.7.6cvs64
4032
4033         * src/common/utils.c
4034                 Fix multiple @ in generated message-ids.
4035                 That's not allowed in RFC 2822.
4036
4037 2010-11-16 [mones]      3.7.6cvs63
4038
4039         * manual/es/advanced.xml
4040                 Synchronise with English version
4041
4042 2010-11-04 [wwp]        3.7.6cvs62
4043
4044         * src/filtering.c
4045                 Fix bug 2293, "filtering: simplify expression", as simplifying
4046                 this expression doesn't make it less easy to understand and we
4047                 gain few cycles by making the logical expression more simple
4048                 by applying. Patch by Nicolas Kaiser.
4049
4050 2010-11-03 [colin]      3.7.6cvs61
4051
4052         * src/addrindex.c
4053                 Fix bug 2294, "addrindex.c: address index conversion always
4054                 fails". Clearly a copy-paste-bug. Patch by Nicolas Kaiser.
4055
4056 2010-11-02 [wwp]        3.7.6cvs60
4057
4058         * src/action.c
4059         * src/statusbar.c
4060         * src/toolbar.c
4061                 Enlarge the progress bar (main window) a bit when compiling
4062                 for UMPCs like maemo: this solves truncated text that might
4063                 appear in the progress bar while processing messages.
4064                 Also use a more compact string format when displaying
4065                 progress like 'number/total', still for UMPCs, this fixes
4066                 a previous inconsistency with these format strings where
4067                 no space around the / were used sometimes.
4068
4069 2010-10-26 [ticho]      3.7.6cvs59
4070
4071         * src/news.c
4072                 Recreate NNTP session if server port setting has changed. Fixes
4073                 bug #2092.
4074
4075 2010-10-26 [colin]      3.7.6cvs58
4076
4077         * src/imap_gtk.c
4078         * src/mh_gtk.c
4079                 Fix copy-paste error, thanks to David Relson
4080                 for spotting it.
4081
4082 2010-10-18 [colin]      3.7.6cvs57
4083
4084         * src/action.c
4085         * src/addrharvest.c
4086         * src/alertpanel.c
4087         * src/filtering.c
4088         * src/jpilot.c
4089         * src/prefs_themes.c
4090         * src/procmime.c
4091         * src/textview.c
4092         * src/gtk/gtkutils.c
4093         * src/gtk/quicksearch.c
4094         * src/gtk/quicksearch.h
4095         * src/plugins/pgpcore/passphrase.c
4096         * src/plugins/spamassassin/libspamc.c
4097                 Fix warnings
4098
4099 2010-10-17 [colin]      3.7.6cvs56
4100
4101         * src/prefs_themes.c
4102         * src/gtk/gtkaspell.c
4103         * src/gtk/gtkutils.c
4104         * src/gtk/gtkutils.h
4105         * src/gtk/inputdialog.c
4106         * src/gtk/progressdialog.c
4107                 Undeprecate a few things
4108
4109 2010-10-17 [colin]      3.7.6cvs55
4110
4111         * src/main.c
4112         * src/gtk/authors.h
4113         * src/gtk/quicksearch.c
4114         * src/gtk/quicksearch.h
4115                 Add ability to search from the command-line.
4116                 Closes bug 2249, ' Making QuickSearch independent from the GUI'
4117                 Patch by Sebastien Bigarret.
4118
4119 2010-10-04 [mones]      3.7.6cvs54
4120
4121         * manual/dist/pdf/Makefile.am
4122                 Fix build of English PDF manual
4123                 (sh: Can't open ../../../xml2pdf)
4124
4125 2010-10-03 [colin]      3.7.6cvs53
4126
4127         * src/folder.c
4128         * src/folder.h
4129         * src/imap.c
4130         * src/mh.c
4131         * src/procmsg.c
4132                 Get rid of GRelation which were, mostly, used as
4133                 GHashTables. Probably fixes bug #2277, 'Segfault when
4134                 loading inbox for the first time'
4135
4136 2010-10-03 [mir]        3.7.6cvs52
4137
4138         * manual/de/dist/html/Makefile.am
4139         * manual/de/dist/pdf/Makefile.am
4140         * manual/de/dist/ps/Makefile.am
4141         * manual/de/dist/txt/Makefile.am
4142         * manual/dist/html/Makefile.am
4143         * manual/dist/pdf/Makefile.am
4144         * manual/dist/ps/Makefile.am
4145         * manual/dist/txt/Makefile.am
4146         * manual/es/dist/html/Makefile.am
4147         * manual/es/dist/pdf/Makefile.am
4148         * manual/es/dist/ps/Makefile.am
4149         * manual/es/dist/txt/Makefile.am
4150         * manual/fr/dist/html/Makefile.am
4151         * manual/fr/dist/pdf/Makefile.am
4152         * manual/fr/dist/ps/Makefile.am
4153         * manual/fr/dist/txt/Makefile.am
4154         * manual/pl/dist/html/Makefile.am
4155         * manual/pl/dist/pdf/Makefile.am
4156         * manual/pl/dist/ps/Makefile.am
4157         * manual/pl/dist/txt/Makefile.am
4158             Missing Makefile.am's for 3.7.6cvs49
4159
4160
4161 2010-10-03 [colin]      3.7.6cvs51
4162
4163         * po/POTFILES.in
4164                 Fix build
4165
4166 2010-10-02 [mir]        3.7.6cvs50
4167
4168         * manual/de/dist/html/Makefile.am
4169         * manual/de/dist/pdf/Makefile.am
4170         * manual/de/dist/ps/Makefile.am
4171         * manual/de/dist/txt/Makefile.am
4172         * manual/dist/html/Makefile.am
4173         * manual/dist/pdf/Makefile.am
4174         * manual/dist/ps/Makefile.am
4175         * manual/dist/txt/Makefile.am
4176         * manual/es/dist/html/Makefile.am
4177         * manual/es/dist/pdf/Makefile.am
4178         * manual/es/dist/ps/Makefile.am
4179         * manual/es/dist/txt/Makefile.am
4180         * manual/fr/dist/html/Makefile.am
4181         * manual/fr/dist/pdf/Makefile.am
4182         * manual/fr/dist/ps/Makefile.am
4183         * manual/fr/dist/txt/Makefile.am
4184         * manual/pl/dist/html/Makefile.am
4185         * manual/pl/dist/pdf/Makefile.am
4186         * manual/pl/dist/ps/Makefile.am
4187         * manual/pl/dist/txt/Makefile.am
4188             Part 2 of last commit which broke due to a permission error
4189             Avoid claws trying to build manuals if the required
4190             tools are not present.
4191
4192 2010-10-02 [mir]        3.7.6cvs49
4193
4194         * configure.ac
4195         * manual/de/dist/html/Makefile.am
4196         * manual/de/dist/pdf/Makefile.am
4197         * manual/de/dist/ps/Makefile.am
4198         * manual/de/dist/txt/Makefile.am
4199         * manual/dist/html/Makefile.am
4200         * manual/dist/pdf/Makefile.am
4201         * manual/dist/ps/Makefile.am
4202         * manual/dist/txt/Makefile.am
4203         * manual/es/dist/html/Makefile.am
4204         * manual/es/dist/pdf/Makefile.am
4205         * manual/es/dist/ps/Makefile.am
4206         * manual/es/dist/txt/Makefile.am
4207         * manual/fr/dist/html/Makefile.am
4208         * manual/fr/dist/pdf/Makefile.am
4209         * manual/fr/dist/ps/Makefile.am
4210         * manual/fr/dist/txt/Makefile.am
4211         * manual/pl/dist/html/Makefile.am
4212         * manual/pl/dist/pdf/Makefile.am
4213         * manual/pl/dist/ps/Makefile.am
4214         * manual/pl/dist/txt/Makefile.am
4215             1) Downgrade autoconf requirements to 2.59 to allow
4216             building on oldest supported Linux distributions.
4217             2) Only try to build manuals if the needed software
4218             is present.
4219
4220 2010-10-02 [colin]      3.7.6cvs48
4221
4222         * src/plugins/trayicon/trayicon.c
4223                 And fix theme updating.
4224
4225 2010-10-02 [colin]      3.7.6cvs47
4226
4227         * src/plugins/trayicon/trayicon.c
4228                 Got burnt by wrong indentation!
4229
4230 2010-10-02 [colin]      3.7.6cvs46
4231
4232         * configure.ac
4233                 Forgot to remove the directory from top-level
4234
4235 2010-10-02 [colin]      3.7.6cvs45
4236
4237         * src/plugins/trayicon/Makefile.am
4238         * src/plugins/trayicon/trayicon.c
4239         * src/plugins/trayicon/libeggtrayicon/.cvsignore
4240         * src/plugins/trayicon/libeggtrayicon/Makefile.am
4241         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
4242         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
4243         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.c
4244         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
4245         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
4246         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
4247         * src/plugins/trayicon/libeggtrayicon/xembed.h
4248                 Finally get rid of Eggtrayicon, use GtkStatusIcon
4249                 instead (which can be done safely now that we 
4250                 require GTK+ 2.10).
4251
4252 2010-10-02 [colin]      3.7.6cvs44
4253
4254         * src/action.c
4255         * src/addr_compl.c
4256         * src/addressbook.c
4257         * src/addrgather.c
4258         * src/alertpanel.c
4259         * src/editaddress.c
4260         * src/editaddress_other_attributes_ldap.c
4261         * src/editgroup.c
4262         * src/folderview.c
4263         * src/grouplistdialog.c
4264         * src/headerview.c
4265         * src/image_viewer.c
4266         * src/importldif.c
4267         * src/main.c
4268         * src/mainwindow.c
4269         * src/message_search.c
4270         * src/mimeview.c
4271         * src/prefs_themes.c
4272         * src/summary_search.c
4273         * src/summaryview.c
4274         * src/toolbar.c
4275         * src/etpan/imap-thread.c
4276         * src/gtk/authors.h
4277         * src/gtk/gtkcmclist.c
4278         * src/gtk/gtkcmoptionmenu.c
4279         * src/gtk/gtkutils.c
4280         * src/gtk/gtkutils.h
4281         * src/gtk/gtkvscrollbutton.c
4282         * src/plugins/pgpcore/select-keys.c
4283         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
4284                 Undeprecate for GTK+2.22. Patch by Reed Loden.
4285                 Fixes bug #2276, 'Compile in maintainer mode
4286                 fails on GTK+ 2.22'.
4287
4288 2010-10-02 [colin]      3.7.6cvs43
4289
4290         * configure.ac
4291                 It's now time to remove the temporary enable-openssl
4292                 option that was used when we removed OpenSSL. See 
4293                 bug #2276 comment #14.
4294
4295 2010-09-30 [wwp]        3.7.6cvs42
4296
4297         * src/prefs_account.c
4298         * src/prefs_filtering_action.c
4299         * src/prefs_matcher.c
4300                         Fix bug #2274, wrong color label index range
4301                         used w/ gtk_cmoption_menu (behaviour change
4302                         has been introduced w/ 3.5.0cvs49 apparently),
4303                         now it must be 1..N so let's use colorlabel value
4304                         (0..N) + 1.
4305                         
4306
4307 2010-09-20 [pawel]      3.7.6cvs41
4308
4309         * src/compose.c
4310         * src/mainwindow.c
4311         * src/summaryview.c
4312                 revert last patch
4313
4314 2010-09-19 [pawel]      3.7.6cvs40
4315
4316         * src/compose.c
4317         * src/mainwindow.c
4318         * src/summaryview.c
4319                 Set ML menus sensitivity accordingly to
4320                 possibility of reply to ML
4321
4322 2010-09-19 [colin]      3.7.6cvs39
4323
4324         * src/compose.c
4325                 Fix cvs34 and cvs35. NNTP accounts are mandatory to post
4326                 to newsgroups, and NNTP accounts *can* send email. We 
4327                 should not force an email account when replying to_ml or
4328                 anything...
4329
4330 2010-09-19 [colin]      3.7.6cvs38
4331
4332         * src/compose.c
4333                 Revert previous commit (which breaks Reply to newsgroups)
4334
4335 2010-09-17 [pawel]      3.7.6cvs37
4336
4337         * src/compose.c
4338                 Respect reply_account_autosel when changing compose
4339                 account to email one while replying to NNTP post
4340
4341 2010-09-17 [wwp]        3.7.6cvs36
4342
4343         * doc/man/claws-mail.1
4344         Update --compose documentation in `man claws-mail`.
4345
4346 2010-09-12 [pawel]      3.7.6cvs35
4347
4348         * src/compose.c
4349                 Add forgotten bit to previous commit,
4350                 select email account when replying to ML
4351
4352 2010-09-12 [pawel]      3.7.6cvs34
4353
4354         * src/compose.c
4355                 Fix bug #2247 "nntp reply-to-all broken?"
4356                 Make reply-to-all and reply-to-ml work as expected in
4357                 mailing list through NNTP case
4358
4359 2010-09-11 [pawel]      3.7.6cvs33
4360
4361         * src/mainwindow.c
4362         * src/summaryview.c
4363         * src/toolbar.c
4364                 gtk_widget_set_can_focus() -> GTK_WIDGET_UNSET_FLAGS()
4365                 fixes build with GTK+ < 2.18
4366
4367 2010-09-10 [pawel]      3.7.6cvs32
4368
4369         * src/mainwindow.c
4370         * src/summaryview.c
4371         * src/toolbar.c
4372                 Make Tab key switch between FolderView, MsgView and
4373                 SummaryView only, other widgets have/can have their own
4374                 keybindings anyway
4375
4376 2010-08-25 [colin]      3.7.6cvs31
4377
4378         * src/procmime.c
4379         * AUTHORS
4380         * src/gtk/authors.h
4381         * src/common/base64.c
4382         * src/common/base64.h
4383                 Fix bug #2245, "base64 decoding fails with line breaks"
4384                 Patch by Yotam Medini
4385
4386 2010-08-25 [colin]      3.7.6cvs30
4387
4388         * src/main.c
4389                 Fix bug #2241, "Empty trash on exit fails on scripted exit"
4390
4391 2010-08-23 [pawel]      3.7.6cvs29
4392
4393         * src/inc.c
4394         * src/send_message.c
4395         * src/statusbar.c
4396         * src/toolbar.c
4397                 Hide progressbar on statusbar when not needed
4398
4399 2010-08-17 [colin]      3.7.6cvs28
4400
4401         * src/main.c
4402                 Fix previous patch (our own tmp dir is inside
4403                 our rc dir)
4404
4405 2010-08-16 [colin]      3.7.6cvs27
4406
4407         * src/main.c
4408                 Use temp dir to store logs in Windows. Avoids doing
4409                 get_rc_dir() early, which prevents set_rc_dir()
4410                 working correctly.
4411
4412 2010-07-31 [holger]     3.7.6cvs26
4413
4414         * src/gtk/gtkshruler.c
4415                 Yet more GdkGC to Cairo porting
4416
4417 2010-07-30 [holger]     3.7.6cvs25
4418
4419         * src/stock_pixmap.c
4420                 More GdkGC to Cairo porting
4421
4422 2010-07-30 [holger]     3.7.6cvs24
4423
4424         * src/gtk/colorlabel.c
4425                 One GdkGC usage less
4426
4427 2010-07-29 [holger]     3.7.6cvs23
4428
4429         * src/printing.c
4430                 Replace some gdk drawing with cairo, as the former
4431                 is going towards deprecation.
4432
4433 2010-07-25 [colin]      3.7.6cvs22
4434
4435         * src/common/utils.c
4436                 And now for a real fix. g_list_remove() doesn't, of
4437                 course, free the data. But we have to have a solid
4438                 pointer to it in order to free it ourselves instead
4439                 of relying on the old freed list pointer.
4440                 Maybe that's the last patch on the subject now ? :)
4441
4442 2010-07-25 [colin]      3.7.6cvs21
4443
4444         * src/common/utils.c
4445                 Remove stupid and extraneous g_free() of elements
4446                 which have just been freed by g_list_remove(). (see
4447                 GList documentation). I don't know how it worked before
4448
4449 2010-07-25 [colin]      3.7.6cvs20
4450
4451         * src/common/utils.c
4452                 Reverse free/use with more logical and safe
4453                 use/free. Thanks to Michael Rasmussen !
4454
4455 2010-07-24 [colin]      3.7.6cvs19
4456
4457         * src/gtk/quicksearch.c
4458                 Finish 3.7.5cvs42 patch. Probably fixes bug 2232,
4459                 'freeze when using quick search'
4460
4461 2010-07-11 [iwkse]      3.7.6cvs18
4462
4463         * src/gtk/quicksearch.c
4464                 Add SMALL_LAYOUT to quicksearch_relayout
4465
4466 2010-07-10 [iwkse]      3.7.6cvs17
4467
4468         * src/mainwindow.h
4469                         Remove forgotten variable from
4470                         the last bugfix #2224
4471
4472 2010-07-10 [colin]      3.7.6cvs16
4473
4474         * src/mainwindow.c
4475         * src/gtk/quicksearch.c
4476                 Clean fix for bug #2224: don't mess with GTK settings when
4477                 handling the layout ourselves is enough
4478
4479 2010-07-09 [iwkse]      3.7.6cvs15
4480
4481         * src/mainwindow.h
4482         * src/mainwindow.c
4483                         Better fix for Bug #2224
4484
4485 2010-07-09 [iwkse]      3.7.6cvs14
4486
4487         * src/mainwindow.c
4488                         Bug #2224
4489                         Always use stock icons on buttons
4490
4491 2010-07-08 [colin]      3.7.6cvs13
4492
4493         * src/gtk/filesel.c
4494                 Fix bug 2223, 'Compilation fails with GTK+
4495                 2.21.3'. Thanks to Jan Psota !
4496
4497 2010-06-29 [pawel]      3.7.6cvs12
4498
4499         * src/compose.c
4500                 Revert 3.7.5cvs41, it breaks templates that use %X
4501
4502 2010-06-23 [wwp]        3.7.6cvs11
4503
4504         * src/gtk/colorlabel.c
4505                 Silent up a warning by avoiding possible confusion
4506                 in logical expression evaluation, thanks to TuxCM.
4507
4508 2010-06-21 [iwkse]      3.7.6cvs10
4509
4510         * src/gtk/quicksearch.c
4511                 Do not add into quicksearch history
4512                 matching rules with bad syntax
4513
4514 2010-05-26 [holger]     3.7.6cvs9
4515
4516         * src/summaryview.c
4517         * src/summaryview.h
4518                 Add function to select rows given a list of messages,
4519                 complementary to summary_get_selected_msg_list()
4520
4521 2010-05-22 [mir]        3.7.6cvs8
4522
4523         * src/ldapctrl.c
4524                 Fix bug 2208. Encode encrypted password to qouted
4525                 printable to avoid making invalid XML. Encoding
4526                 will be activated the first time the password is
4527                 changed.
4528
4529 2010-05-22 [paul]       3.7.6cvs7
4530
4531         * manual/advanced.xml
4532         * src/compose.c
4533         * src/prefs_common.c
4534         * src/prefs_common.h
4535                 after using the compose margin for several days
4536                 I wanted the old style back - add a new hidden
4537                 pref 'show_compose_margin' to restore the old
4538                 behaviour (defaults to FALSE)
4539
4540 2010-05-14 [paul]       3.7.6cvs6
4541
4542         * src/compose.c
4543                 add a margin to the compose window text that matches
4544                 the margin in textview
4545
4546 2010-05-14 [colin]      3.7.6cvs5
4547
4548         * src/gtk/sslcertwindow.c
4549                 Fix dangling pointer. Thanks to Michael R!
4550
4551 2010-05-14 [colin]      3.7.6cvs4
4552
4553         * src/gtk/sslcertwindow.c
4554                 Fix bug 1993, 'Cannot send mail when SSL certificate is 
4555                 expired but certificate check is skipped' and maybe
4556                 bug 2200, 'SSL is not working with POP3'
4557
4558 2010-05-14 [colin]      3.7.6cvs3
4559
4560         * src/plugins/pgpinline/pgpinline.c
4561                 Fix bug 2205, 'PGPInline: segfault on malformed mails'
4562
4563 2010-05-04 [iwkse]      3.7.6cvs2
4564
4565         * src/prefs_message.c
4566                         Get a generic name as 'Quotation' for
4567                         the frame
4568
4569 2010-05-04 [iwkse]      3.7.6cvs1
4570
4571         * src/prefs_message.c
4572         * src/prefs_common.h
4573         * src/prefs_common.c
4574         * src/textview.c
4575                         Fix #2188
4576                         Option for collapsing via double-click
4577
4578 2010-05-01 [paul]       3.7.6
4579         * NEWS
4580         * README
4581         * RELEASE_NOTES 
4582                 3.7.6 unleashed!
4583
4584 2010-05-01 [paul]       3.7.5cvs55
4585
4586         * tools/claws.i18n.status.pl
4587                 add Ukrainian stat
4588
4589 2010-05-01 [paul]       3.7.5cvs54
4590
4591         * src/gtk/authors.h
4592                 add YUP, new Ukrainian translator
4593
4594 2010-04-30 [paul]       3.7.5cvs53
4595
4596         * configure.ac
4597         * po/uk.po
4598                 add Ukrainian translation, submitted by YUP
4599         * po/cs.po
4600         * po/de.po
4601         * po/fi.po
4602         * po/hu.po
4603         * po/nl.po
4604         * po/pt_BR.po
4605         * po/pt_PT.po
4606         * po/sk.po
4607                 updated by David Vachulka, Stephan Sachse, Flammie Pirinen,
4608                 Páder RezsÅ‘, Marcel Pol, Frederico Goncalves Guimaraes,
4609                 Tiago Faria, and Slavko
4610
4611 2010-04-26 [wwp]        3.7.5cvs52
4612
4613         * po/fr.po
4614                 Fix capitalization.
4615
4616 2010-04-26 [mones]      3.7.5cvs51
4617
4618         * po/es.po
4619                 Updated for release
4620
4621 2010-04-22 [pawel]      3.7.5cvs50
4622
4623         * src/addressbook.c
4624                 fix compile warning
4625         * src/vcard.c
4626                 first NULL check pointer, then use it
4627
4628 2010-04-22 [colin]      3.7.5cvs49
4629
4630         * src/imap.c
4631                 Fix error message when session isn't established
4632         * po/fr.po
4633                 Update translation and fix a typo in it
4634
4635 2010-04-15 [pawel]      3.7.5cvs48
4636
4637         * src/prefs_account.c
4638                 Fix Bug 2144 'When creating an account with IMAP4+SSL,
4639                                 the port isn't configured properly'
4640                 When using SSL/TLS tunneling automatically use default
4641                 ports for encrypted connections: smtps, pop3s, imaps, nntps
4642
4643 2010-04-15 [pawel]      3.7.5cvs47
4644
4645         * src/action.c
4646                 Fix crasher in actions using '%f' argument
4647                 on multiple files with external scripts which
4648                 don't return any output.
4649
4650 2010-04-14 [colin]      3.7.5cvs46
4651
4652         * src/mainwindow.c
4653                 Fix hand cursor after error symbol appears
4654
4655 2010-04-12 [colin]      3.7.5cvs45
4656
4657         * configure.ac
4658                 Fix bug 2162, 'configure check for libetpan 
4659                 fails with libetpan 1.0'
4660
4661
4662 2010-04-09 [mones]      3.7.5cvs44
4663
4664         * manual/de/glossary.xml
4665                 Fix encoding to match main document's
4666                 Also fixes make dist with Debian's openjade
4667
4668 2010-03-29 [pawel]      3.7.5cvs43
4669
4670         * src/matcher_parser.h
4671         * src/matcher_parser_parse.y
4672         * src/gtk/quicksearch.c
4673                 Disable matcher warnings when populating quicksearch
4674                 completion lists on startup
4675
4676 2010-03-27 [colin]      3.7.5cvs42
4677
4678         * src/gtk/quicksearch.c
4679                 Fix double-free later in code. Optimize
4680                 list creation
4681
4682 2010-03-27 [pawel]      3.7.5cvs41
4683
4684         * src/compose.c
4685                 Make sure that quote ends with new line char
4686
4687 2010-03-26 [pawel]      3.7.5cvs40
4688
4689         * src/compose.c
4690         * src/compose.h
4691         * src/textview.c
4692                 Fix Bug 1928 Add "reply to this address" pop menu 
4693                              on Message View
4694                 - Set composing account to email one when creating/replying
4695                   from NNTP folder by clicking link or choosing option
4696                   from popup menu
4697                 - Factorize code
4698
4699 2010-03-25 [paul]       3.7.5cvs39
4700
4701         * src/gtk/gtkcmclist.c
4702                 Fix build with GTK+ 2.20
4703
4704 2010-03-24 [pawel]      3.7.5cvs38
4705
4706         * src/addr_compl.c
4707         * src/compose.c
4708         * src/folderview.c
4709         * src/grouplistdialog.c
4710         * src/headerview.c
4711         * src/mainwindow.c
4712         * src/mimeview.c
4713         * src/prefs_account.c
4714         * src/gtk/gtkcmclist.c
4715         * src/gtk/gtkcmctree.c
4716         * src/gtk/gtkcmoptionmenu.c
4717         * src/gtk/gtksctree.c
4718         * src/gtk/gtkshruler.c
4719         * src/gtk/gtkutils.c
4720         * src/gtk/gtkutils.h
4721         * src/gtk/gtkvscrollbutton.c
4722         * src/gtk/inputdialog.c
4723         * src/gtk/spell_entry.c
4724         * src/plugins/trayicon/trayicon.c
4725         * src/plugins/trayicon/libeggtrayicon/Makefile.am
4726         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
4727         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
4728                 Fix build with GTK+ 2.19
4729
4730 2010-03-23 [pawel]      3.7.5cvs37
4731
4732         * src/mainwindow.c
4733         * src/mimeview.c
4734                 Respect view->show_col_headers option
4735         * src/gtk/gtkcmctree.c
4736                 Fix GtkCmcTree column width calculation when it has
4737                 auto_resize set and new node is added
4738
4739 2010-03-22 [pawel]      3.7.5cvs36
4740
4741         * src/grouplistdialog.c
4742         * src/prefs_common.c
4743         * src/prefs_common.h
4744                 - remember newsgroups list dialog size
4745                 - respect use_dotted_lines hidden pref
4746                 - respect use_stripes_everywhere hidden pref
4747
4748 2010-03-21 [pawel]      3.7.5cvs35
4749
4750         * src/addrgather.c
4751                 Remove superfluous gtk_widget_show_all()
4752         * src/mimeview.c
4753                 Add forgotten colon
4754         * src/common/utils.c
4755                 Return correct type
4756
4757 2010-03-21 [pawel]      3.7.5cvs34
4758
4759         * src/main.c
4760         * src/gtk/quicksearch.c
4761         * src/gtk/quicksearch.h
4762                 Implement separate search phrase completion for
4763                 normal/extended quicksearch
4764
4765 2010-03-11 [paul]       3.7.5cvs33
4766
4767         * po/zh_CN.po
4768                 fix bug 2110, 'Patch to use GB18030 for GB2312 and GBK X-GBK'
4769                 submitted by Yuwei Yu
4770
4771 2010-03-09 [colin]      3.7.5cvs32
4772
4773         * manual/de/glossary.xml
4774                 Fix build
4775
4776 2010-03-02 [colin]      3.7.5cvs31
4777
4778         * manual/de/glossary.xml
4779                 Sort alphabetically. Done by Volker Ribbert.
4780
4781 2010-03-02 [mones]      3.7.5cvs30
4782
4783         * README
4784                 Fix mailing list archives location
4785                 Remove currently unavailable CVS webview
4786
4787 2010-03-01 [iwkse]      3.7.5cvs29
4788
4789         * src/common/plugin.c
4790                         Other indentation issues
4791
4792 2010-03-01 [iwkse]      3.7.5cvs28
4793
4794         * src/common/plugin.c
4795                         Fix indentation of the previous commit
4796
4797 2010-03-01 [iwkse]      3.7.5cvs27
4798
4799         * src/common/plugin.h
4800         * src/common/plugin.c
4801                         Add API for getting a loaded Plugin from the
4802                         plugin's name, plugin_get_loaded_by_name (const gchar *name)
4803                         Thanks to Colin, Michael
4804
4805 2010-02-27 [colin]      3.7.5cvs26
4806
4807         * configure.ac
4808         * AUTHORS
4809         * src/gtk/authors.h
4810         * manual/Makefile.am
4811         * manual/de/Makefile.am
4812         * manual/de/account.xml
4813         * manual/de/ack.xml
4814         * manual/de/addrbook.xml
4815         * manual/de/advanced.xml
4816         * manual/de/claws-mail-manual.xml
4817         * manual/de/faq.xml
4818         * manual/de/glossary.xml
4819         * manual/de/gpl.xml
4820         * manual/de/handling.xml
4821         * manual/de/intro.xml
4822         * manual/de/keyboard.xml
4823         * manual/de/plugins.xml
4824         * manual/de/starting.xml
4825         * manual/de/dist/.cvsignore
4826         * manual/de/dist/Makefile.am
4827         * manual/de/dist/html/.cvsignore
4828         * manual/de/dist/html/Makefile.am
4829         * manual/de/dist/pdf/.cvsignore
4830         * manual/de/dist/pdf/Makefile.am
4831         * manual/de/dist/ps/.cvsignore
4832         * manual/de/dist/ps/Makefile.am
4833         * manual/de/dist/txt/.cvsignore
4834         * manual/de/dist/txt/Makefile.am
4835                 Add the german translation of the manual, done by
4836                 Volker Ribbert <thoraki@arcor.de>.
4837
4838 2010-02-27 [holger]     3.7.5cvs25
4839
4840         * src/prefs_toolbar.c
4841                 Don't make toolbar item description for
4842                 plugin registered items editable
4843
4844 2010-02-26 [colin]      3.7.5cvs24
4845
4846         * src/toolbar.c
4847                 Don't translate empty description
4848
4849 2010-02-22 [colin]      3.7.5cvs23
4850
4851         * src/compose.c
4852                 Don't make In-Reply-To visible when reediting
4853                 a draft or sent mail.
4854
4855 2010-02-20 [colin]      3.7.5cvs22
4856
4857         * src/imap.c
4858         * src/imap.h
4859         * src/main.c
4860         * src/mainwindow.c
4861         * src/etpan/imap-thread.c
4862         * src/etpan/imap-thread.h
4863         * src/etpan/nntp-thread.c
4864         * src/etpan/nntp-thread.h
4865                 When going offline from NetworkManager, just
4866                 delete IMAP connections. That'll avoid timeouts
4867                 when coming back online in certain cases when
4868                 the TCP socket will have timed out.
4869
4870 2010-02-20 [holger]     3.7.5cvs21
4871
4872         * .cvsignore
4873                 More files to ignore
4874
4875 2010-02-17 [ticho]      3.7.5cvs20
4876
4877         * src/summaryview.c
4878         * src/summaryview.h
4879         * src/toolbar.c
4880                 Revert 3.7.5cvs19.
4881
4882 2010-02-16 [ticho]      3.7.5cvs19
4883
4884         * src/summaryview.c
4885         * src/summaryview.h
4886         * src/toolbar.c
4887                 Removed unused argument from summary_open_row().
4888
4889 2010-02-10 [pawel]      3.7.5cvs18
4890
4891         * src/compose.c
4892                 - fix headers filtering when prefs_common.trans_hdr is on
4893                 - fix headers setting when changing composing account 
4894                 - plug memleak
4895         * src/prefs_template.c
4896                 Re-add template's name for translation
4897
4898 2010-02-10 [colin]      3.7.5cvs17
4899
4900         * src/prefs_matcher.c
4901                 Fix bug 2099, 'add List-Id in Configuration>Filtering>
4902                 Condition>Define>Header>Name combo box'. Patch by
4903                 Francois Cami
4904
4905 2010-02-10 [colin]      3.7.5cvs16
4906
4907         * src/codeconv.c
4908         * src/codeconv.h
4909         * src/compose.c
4910         * src/mainwindow.c
4911         * src/messageview.c
4912         * src/prefs_send.c
4913         * src/procmime.c
4914         * src/textview.c
4915                 Add the GB18030 Chinese charset, which is a superset
4916                 of GB2312 and (X-)GBK. Patch mostly by Yuwei Yu.
4917
4918 2010-02-09 [holger]     3.7.5cvs15
4919
4920         * configure.ac
4921                 GTK+ 2.10 related cleanup
4922
4923 2010-02-09 [pawel]      3.7.5cvs14
4924
4925         * src/prefs_account.c
4926         * src/prefs_folder_item.c
4927         * src/prefs_template.c
4928         * src/quote_fmt.c
4929                 Respect prefs_common.trans_hdr in couple more places to avoid
4930                 confusion with translated/non-translated header names
4931
4932 2010-02-09 [colin]      3.7.5cvs13
4933
4934         * po/POTFILES.in
4935                 Fix make dist
4936
4937 2010-02-09 [colin]      3.7.5cvs12
4938
4939         * src/mimeview.c
4940                 And fix 2.10 build :)
4941
4942 2010-02-09 [colin]      3.7.5cvs11
4943
4944         * configure.ac
4945                 Bump up GTK+ requirement to 2.10
4946         * src/Makefile.am
4947         * src/compose.c
4948         * src/crash.c
4949         * src/foldersel.c
4950         * src/main.c
4951         * src/mainwindow.c
4952         * src/messageview.c
4953         * src/messageview.h
4954         * src/prefs_actions.c
4955         * src/prefs_common.c
4956         * src/prefs_common.h
4957         * src/prefs_ext_prog.c
4958         * src/prefs_filtering_action.c
4959         * src/prefs_fonts.c
4960         * src/prefs_image_viewer.c
4961         * src/prefs_matcher.c
4962         * src/prefs_msg_colors.c
4963         * src/prefs_summaries.c
4964         * src/prefs_template.c
4965         * src/printing.c
4966         * src/printing.h
4967         * src/quote_fmt.c
4968         * src/summaryview.c
4969         * src/textview.c
4970         * src/gtk/Makefile.am
4971         * src/gtk/about.c
4972         * src/gtk/gtkcmclist.c
4973         * src/gtk/gtkcmctree.c
4974         * src/gtk/gtkutils.c
4975         * src/gtk/quicksearch.c
4976                 Remove all compile-time conditionals depending on
4977                 GTK+ < 2.10
4978         * src/gedit-print.c
4979         * src/gedit-print.h
4980         * src/gtk/gtksourceprintjob.c
4981         * src/gtk/gtksourceprintjob.h
4982                 Remove libgnomeprint-based printing system (and
4983                 command-line-based printing system) as GTK+ 2.10
4984                 ships with print support.
4985
4986 2010-02-08 [mir]        3.7.5cvs10
4987
4988         * src/compose.c
4989             Avoid displaying Bcc headers in message sent
4990             to NNTP servers. Thanks to Henning Mersch.
4991
4992
4993 2010-02-08 [pawel]      3.7.5cvs9
4994
4995         * src/mimeview.c
4996                 Make tooltips less cryptic
4997         * src/gtk/description_window.c
4998                 Improve window size calculation
4999
5000 2010-02-08 [pawel]      3.7.5cvs8
5001
5002         * src/compose.c
5003         * src/compose.h
5004         * src/common/utils.c
5005         * src/common/utils.h
5006         * src/gtk/authors.h
5007                 Fix Bug 2058 "use in-reply-to info passed in mailto: links"
5008                 Patch by Laurent Bigonville with slight modifications
5009
5010 2010-02-03 [pawel]      3.7.5cvs7
5011
5012         * m4/.cvsignore
5013                 Add some libtool files to ignore
5014
5015 2010-02-03 [pawel]      3.7.5cvs6
5016
5017         * src/plugins/trayicon/trayicon.c
5018                 Save and then restore focus when closing/minimizing to tray
5019
5020 2010-02-03 [mir]        3.7.5cvs5
5021
5022         * src/addrindex.c
5023         * src/editldap.c
5024         * src/ldapctrl.c
5025         * src/ldapctrl.h
5026         * src/ldapquery.c
5027         * src/ldapupdate.c
5028             Save LDAP password encrypted. See bug 2113.
5029
5030
5031 2010-02-03 [colin]      3.7.5cvs4
5032
5033         * src/privacy.c
5034                 Fix again decoding of encrypted parts. The
5035                 reverting of the patch was wrong, as the
5036                 double-decoding was fixed in smime itself.
5037                 Thanks to Matthias Drochner again...
5038
5039 2010-02-02 [colin]      3.7.5cvs3
5040
5041         * src/plugins/smime/smime.c
5042         * src/privacy.c
5043                 Revert 3.7.4cvs2 and make a better patch for bug
5044                 2059 and 2076. Patch by Matthias Drochner
5045
5046 2010-01-31 [pawel]      3.7.5cvs2
5047
5048         * src/gtk/authors.h
5049                 Fix hungarian translator's name
5050
5051 2010-01-31 [pawel]      3.7.5cvs1
5052
5053         * src/messageview.c
5054         * src/mimeview.c
5055                 Fix Bug 2107 - Arrow keys don't work in message view window
5056
5057 2010-01-31 [paul]       3.7.5
5058
5059         * NEWS
5060         * README
5061         * RELEASE_NOTES 
5062                 3.7.5 released!
5063
5064 2010-01-23 [pawel]      3.7.4cvs10
5065
5066         * src/addressbook.c
5067                 Fix button sensitivity in compose mode
5068
5069 2010-01-23 [pawel]      3.7.4cvs9
5070
5071         * commitHelper
5072         * tools/kdeservicemenu/install.sh
5073         * tools/make.themes.project
5074         * tools/nautilus2claws-mail.sh
5075         * tools/popfile-link.sh
5076         * tools/textviewer.sh
5077                 Not all systems have bash installed in /bin, use env(1) to find
5078                 it`s location
5079
5080 2010-01-22 [pawel]      3.7.4cvs8
5081
5082         * src/prefs_account.c
5083         * src/prefs_filtering.c
5084         * src/prefs_send.c
5085         * src/gtk/colorlabel.c
5086                 Add some separators in combos
5087
5088 2010-01-22 [pawel]      3.7.4cvs7
5089
5090         * autogen.sh
5091                 --disable-aspell -> --disable-enchant
5092         * configure.ac
5093                 Fix options spacing in configure --help
5094         * src/wizard.c
5095                 Make wizard's window centered on the screen
5096
5097 2010-01-19 [holger]     3.7.4cvs6
5098
5099         * src/folder.c
5100         * src/folder.h
5101                 Introduce folder_get_item_from_identifier().
5102                 In contrast to folder_find_item_from_identifier(), this
5103                 function recursively creates the FolderItems in the id path.
5104                 Useful for programmatically creating folders (e.g. by plugins)
5105
5106 2010-01-17 [pawel]      3.7.4cvs5
5107
5108         * src/gtk/authors.h
5109                 Fix my lastname
5110
5111 2010-01-16 [colin]      3.7.4cvs4
5112
5113         * src/plugins/pgpcore/sgpgme.c
5114                 Probably fix bug 2098, 'claws-mails crashes frequently 
5115                 with pgpcore'. Fix double-free.
5116
5117 2010-01-16 [holger]     3.7.4cvs3
5118
5119         * src/prefs_toolbar.h
5120                 Forgotten header
5121
5122 2010-01-15 [colin]      3.7.4cvs2
5123
5124         * src/privacy.c
5125                 Decode mimeinfo before decrypting it. Probably
5126                 fixes bug 2059 'gpgme >=1.1.8 not compatible 
5127                 with S/MIME encryption' and bug 2076 'having 
5128                 worked 2 times properly CLAWS ceased to 
5129                 decrypt incoming PGP mails -displays base64 
5130                 instead - sucks completely'
5131                 Let's hope complete suckage ends here!
5132                 Thanks to Matthias Drochner.
5133
5134 2010-01-08 [paul]       3.7.4cvs1
5135
5136         * tools/claws.i18n.status.pl
5137                 fix typos
5138
5139 2010-01-08 [paul]       3.7.4
5140
5141         * NEWS
5142         * README
5143         * RELEASE_NOTES 
5144                 3.7.4 released!
5145
5146 2010-01-08 [paul]       3.7.3cvs57
5147
5148         * po/ca.po
5149         * po/cs.po
5150         * po/de.po
5151         * po/fi.po
5152         * po/hu.po
5153         * po/id.po
5154         * po/ja.po
5155         * po/nl.po
5156         * po/pt_BR.po
5157         * po/pt_PT.po
5158         * po/ru.po
5159         * po/sk.po
5160                 updated translations by Miquel Oliete, David Vachulka, Stephan Sachse,
5161                 Tommi Pirinen, Pader Rezso, MSulchan Darmawan, kazken3, Marcel Pol,
5162                 Frederico Goncalves Guimaraes, Tiago Faria, Aleksei Miheev, and
5163                 Slavko
5164
5165 2010-01-08 [paul]       3.7.3cvs56
5166
5167         * src/common/utils.c
5168                 fix bug 2089, 'URLs ending with an underscore ('_')
5169                 are not correctly parsed'. thanks to Johan
5170
5171 2010-01-05 [colin]      3.7.3cvs55
5172
5173         * po/fr.po
5174                 Update french translation
5175
5176 2010-01-04 [mones]      3.7.3cvs54
5177
5178         * po/es.po
5179                 Update Spanish translation
5180
5181 2010-01-04 [mones]      3.7.3cvs53
5182
5183         * manual/plugins.xml
5184                 Some format
5185         * manual/es/claws-mail-manual.xml
5186         * manual/es/intro.xml
5187         * manual/es/plugins.xml
5188                 Synchronise with English version
5189
5190 2010-01-03 [paul]       3.7.3cvs52
5191
5192         * ChangeLog
5193                 fix format
5194         * src/gtk/authors.h
5195                 update TEAM_LIST, fix encoding
5196
5197 2010-01-03 [mir]        3.7.3cvs51
5198
5199         * src/compose.c
5200                 When composing to a NNTP list TO: will always be preset
5201                 to the NNTP list unless user has chosen some other default
5202                 in which case we will handle this the normal way. Therefore
5203                 mfield will be set to TO_FIELD_PRESENT if mailto is NULL.
5204
5205 2010-01-01 [paul]       3.7.3cvs50
5206
5207         * src/gtk/about.c
5208                 bump copyright year whilst it's in mind
5209
5210 2009-12-31 [paul]       3.7.3cvs49
5211
5212         * manual/claws-mail-manual.xml
5213         * manual/intro.xml
5214         * manual/plugins.xml
5215                 fix links so that they make sense in the context of the
5216                 text version of the manual
5217
5218 2009-12-31 [paul]       3.7.3cvs48
5219
5220         * manual/intro.xml
5221         * manual/plugins.xml
5222                 updates, improvements, corrections, additions
5223
5224 2009-12-29 [pawel]      3.7.3cvs47
5225
5226         * src/prefs_filtering_action.c
5227                 Fix Bug 2082 'Wrong color rectangle position when replacing
5228                 "color" processing rule'
5229
5230 2009-12-29 [colin]      3.7.3cvs46
5231
5232         * src/compose.c
5233                 Fix bug 2074, 'Remember sending account 
5234                 for sent messages'
5235
5236 2009-12-20 [holger]     3.7.3cvs45
5237
5238         * src/compose.c
5239                 Delay CREATED_HOOKLIST invokation until
5240                 after the modifications to the compose window
5241                 are done, to allow hooks to further modify the
5242                 window without getting overridden again
5243
5244 2009-12-20 [holger]     3.7.3cvs44
5245
5246         * src/prefs_toolbar.h
5247                 Fix last commit
5248
5249 2009-12-20 [holger]     3.7.3cvs43
5250
5251         * src/prefs_toolbar.c
5252         * src/prefs_toolbar.h
5253         * src/toolbar.c
5254                 Pass window struct to caller
5255
5256 2009-12-20 [holger]     3.7.3cvs42
5257
5258         * src/compose.c
5259         * src/compose.h
5260                 Add hooklist after creation of a compose window
5261
5262 2009-12-19 [holger]     3.7.3cvs41
5263
5264         * src/prefs_toolbar.c
5265         * src/prefs_toolbar.h
5266         * src/toolbar.c
5267                 Allow plugins to choose to which toolbar they want
5268                 to add actions (main window, compose window, or message view)
5269
5270 2009-12-19 [paul]       3.7.3cvs40
5271
5272         * src/statusbar.c
5273                 fix statusbar in GTK+ 2.19.1
5274
5275 2009-12-10 [pawel]      3.7.3cvs39
5276
5277         * src/compose.c
5278                 Better fix for cvs28 regression
5279
5280 2009-12-10 [iwkse]      3.7.3cvs38
5281
5282         * src/compose.c
5283             Fix some indentation
5284
5285 2009-12-10 [iwkse]      3.7.3cvs37
5286
5287         * src/compose.c
5288             Add missing checks for gtkaspell: avoid
5289             crashing in some cases when Enchant is 
5290             enabled but the spell checker is disabled 
5291             in preferences.
5292
5293 2009-12-09 [colin]      3.7.3cvs36
5294
5295         * src/compose.c
5296                 Fix leak and unchecked accesses.
5297
5298 2009-12-09 [mir]        3.7.3cvs35
5299
5300         * src/compose.c
5301         Fix Bug 2072 "template at folder properties is not working"
5302         introduced in cvs24.
5303
5304 2009-12-08 [pawel]      3.7.3cvs34
5305
5306         * src/compose.c
5307                 When 'Reply All' remove current compose address from
5308                 Cc/Bcc list - fix for regression introduced in cvs28
5309
5310 2009-12-05 [pawel]      3.7.3cvs33
5311
5312         * src/messageview.c
5313                 Fix memory management, duh!
5314
5315 2009-12-04 [pawel]      3.7.3cvs32
5316
5317         * src/messageview.c
5318                 Use case insensitive comparison in search for
5319                 duplicate urls
5320         * src/uri_opener.c
5321                 Refresh scrollbars on every window open
5322
5323 2009-12-04 [pawel]      3.7.3cvs31
5324
5325         * src/compose.c
5326                 Highlight misspelled words when applying template and
5327                 check_while_typing option is on
5328
5329 2009-12-03 [pawel]      3.7.3cvs30
5330
5331         * src/compose.c
5332                 Highlight misspelled words in text inserted from file(s)
5333                 or pasted to message body when check_while_typing
5334                 options is on
5335
5336 2009-12-02 [pawel]      3.7.3cvs29
5337
5338         * src/compose.c
5339                 Revert first part of previous commit
5340
5341 2009-12-02 [pawel]      3.7.3cvs28
5342
5343         * src/compose.c
5344                 Fix Bug 2055 "duplicate mailing list reply if
5345                 List-Post + Reply-To present"
5346                 - Ignore Reply-To if answering to ML
5347                 - Improve parsing of List-Post header
5348
5349 2009-12-02 [pawel]      3.7.3cvs27
5350
5351         * src/compose.c
5352         * src/compose.h
5353                 Fix Bug 1850 "Reply All" duplicates "To" user in "CC" if original
5354                 email had user in "From" and "CC"
5355                 Don't allow duplicate addresses in compose window headers
5356
5357 2009-12-02 [mones]      3.7.3cvs26
5358
5359         * manual/intro.xml
5360         * manual/es/intro.xml
5361         * manual/fr/intro.xml
5362         * manual/it/intro.xml
5363         * manual/pl/intro.xml
5364                 Make URL to point current site
5365
5366 2009-12-01 [holger]     3.7.3cvs25
5367
5368         * src/summaryview.c
5369         * src/summaryview.h
5370                 Introduce new drag type "claws-mail/msg-path-list" for
5371                 drag'n'drop of a message selection from the summaryview
5372                 into other applications. The drag data gets set to the
5373                 folder-item-id followed by message ids, separated by newlines.
5374                 This enables other applications to back-link to Claws Mail
5375                 via a "claws-mail --select" call after they received a drop.
5376
5377 2009-11-30 [mir]        3.7.3cvs24
5378
5379         * src/compose.c
5380            Place cursor in compose window according to provided input
5381            If to: is present place cursor in subject field and if both
5382            to: and subject: is present place cursor in body. If body: is
5383            present insert a new line after text and place cursor there.
5384
5385 2009-11-27 [mones]      3.7.3cvs23
5386
5387         * src/gtk/quicksearch.c
5388                 Allow viewing longer expressions if there's space
5389
5390 2009-11-25 [holger]     3.7.3cvs22
5391
5392         * Makefile.am
5393         * src/common/Makefile.am
5394         * src/common/utils.c
5395         * src/common/utils.h
5396                 Add a function to query the
5397                 filepath of the .desktop file
5398
5399 2009-11-25 [colin]      3.7.3cvs21
5400
5401         * src/imap.c
5402                 Fix bug 2063, 'glib assertion in GRelation use in 
5403                 imap.c'
5404
5405 2009-11-24 [pawel]      3.7.3cvs20
5406
5407         * src/common/utils.c
5408                 Fix Bug 2053 'Inconsistent application of Coloration 
5409                 of Message text'
5410                 Don't allow '<' character between quotation marks
5411
5412 2009-11-21 [holger]     3.7.3cvs19
5413
5414         * src/printing.c
5415                 Modify cairo clip handling in preview windows,
5416                 to prevent print preview windows from being blank
5417                 with GTK+ 2.18. Follow recommendation of the GTK+
5418                 documentation (section "Migrating to client side windows")
5419                 and create a new cairo context for each expose event.
5420
5421 2009-11-19 [pawel]      3.7.3cvs18
5422
5423         * Makefile.am
5424                 complete 3.7.3cvs15 so install is DESTDIR safe
5425                 remove icons with changed names on uninstall
5426
5427 2009-11-18 [pawel]      3.7.3cvs17
5428
5429         * src/news_gtk.c
5430                 remove unneeded and code-duplicating function
5431
5432 2009-11-18 [pawel]      3.7.3cvs16
5433
5434         * src/news_gtk.c
5435                 Fix Bug 2057 'Claws mail does not keep renamed names
5436                 of nntp-subscribed groups'
5437                 Check for already subscribed group using item->path for group
5438                 comparision as folders item->path != item->name may be truth 
5439                 since we allowed renaming of newsgroups folders -> 3.5.0cvs11
5440
5441 2009-11-17 [pawel]      3.7.3cvs15
5442
5443         * Makefile.am
5444                 Fix Bug 2049 'some icons not copied?'
5445                 Install additional 64x64 and 128x128 icons
5446
5447 2009-11-17 [holger]     3.7.3cvs14
5448
5449         * src/prefs_toolbar.c
5450         * src/prefs_toolbar.h
5451         * src/toolbar.c
5452         * src/toolbar.h
5453                 Allow plugins to register toolbar items
5454
5455 2009-11-11 [pawel]      3.7.3cvs13
5456
5457         * src/addressbook.c
5458         * src/compose.c
5459         * src/compose.h
5460         * src/filtering.c
5461                 Fix Bug 1867 Changing account does not change BCC address
5462                 Set account specific headers when changing account
5463                 in compose window.
5464
5465 2009-11-07 [colin]      3.7.3cvs12
5466
5467         * src/gtk/prefswindow.c
5468                 Fix bug 2041, "add autonomical scrolled windows to prefs pages"
5469                 Patch by Pawel
5470
5471 2009-11-07 [colin]      3.7.3cvs11
5472
5473         * src/gtk/spell_entry.c
5474                 Fix bug 2040, 'numbers in subject entry marked as misspelled'
5475                 Patch by Pawel Pekala
5476
5477 2009-10-27 [colin]      3.7.3cvs10
5478
5479         * src/folder.c
5480                 Fix bug 2028, 'Attempts to connect to all accounts on exit'
5481                 Don't try to check whether the folder is up-to-date if
5482                 the folder class doesn't implement set_mtime, as we don't
5483                 care in this case. This code exists since a long time, but
5484                 the bug was triggered by more scanning of queue folders 
5485                 since recently (when we added \Deleted handling).
5486
5487 2009-10-27 [colin]      3.7.3cvs9
5488
5489         * src/mainwindow.c
5490                 Try to fix registering as default client
5491                 on windows 7
5492
5493 2009-10-21 [wwp]        3.7.3cvs8
5494
5495         * src/common/utils.c
5496                 Fix 3.7.3cvs7 (accidentally committed a CVS conflict mark, say bravo).
5497
5498 2009-10-21 [wwp]        3.7.3cvs7
5499
5500         * src/common/utils.c
5501                 Don't core dump when attempting to insert a non-existing
5502                 file using a mailto: uri (g_error does core dump).
5503
5504 2009-10-20 [colin]      3.7.3cvs6
5505
5506         * src/common/utils.c
5507                 Don't g_error on normal warnings...
5508
5509 2009-10-20 [colin]      3.7.3cvs5
5510
5511         * src/plugins/pgpcore/sgpgme.c
5512                 Fix bug 1996, 'S/MIME key not selected'
5513                 Check for S/MIME certs too
5514
5515 2009-10-20 [colin]      3.7.3cvs4
5516
5517         * src/common/w32lib.h
5518                 Fix win32 build on latest mingw32
5519
5520 2009-10-20 [colin]      3.7.3cvs3
5521
5522         * src/exportldif.c
5523         * src/ldif.c
5524         * src/ldif.h
5525                 Fix LDIF export. Patch by Michael Rasmussen
5526
5527 2009-10-18 [paul]       3.7.3cvs2
5528
5529         * tools/claws.i18n.status.pl
5530                 increase the value of $transolddays since we're relasing less
5531                 often now.
5532                 rework the en_GB.po hack so that en_GB is always 100% translated
5533                 and recently updated
5534
5535 2009-10-17 [paul]       3.7.3cvs1
5536
5537         * src/prefs_account.c
5538         * src/prefs_compose_writing.c
5539         * src/prefs_receive.c
5540         * src/prefs_summaries.c
5541         * src/prefs_wrapping.c
5542                 reword a few labels. (this incorporates everything
5543                 that seemed worthwhile from bug 2020)
5544         * src/prefs_customheader.c
5545                 use a 'Browse' button instead of button with
5546                 label 'From file...'
5547
5548 2009-10-12 [colin]
5549
5550         * CVS repository change
5551
5552 2009-10-09 [paul[       3.7.3
5553
5554         version 3.7.3 unleashed!!
5555
5556 2009-10-07 [paul]       3.7.2cvs49
5557
5558         * src/folderview.c
5559         * src/folderview.h
5560         * src/mainwindow.c
5561                 fix  Bug 1994 -  Changing colors required restart.
5562                 in the process rename folderview_reflect_prefs_pixmap_theme() to the
5563                 more accurate folderview_reinit_fonts()
5564
5565 2009-10-07 [paul]       3.7.2cvs48
5566
5567         * src/addrgather.c
5568         * src/prefs_common.c
5569         * src/prefs_common.h
5570                 fix  Bug 2003 -  Address gathering dialog minor bugs/annoyances,
5571                 patch by Pawel Pekala
5572
5573 2009-10-07 [paul]       3.7.2cvs47
5574
5575         * po/cs.po
5576         * po/de.po
5577         * po/hu.po
5578         * po/id.po
5579         * po/ja.po
5580         * po/pt_BR.po
5581                 updated by David Vachulka, Stephan Sachse and Marc Arens,
5582                 Pader Rezso, MSulchan Darmawan, kazken3, and Frederico
5583                 Goncalves Guimaraes
5584
5585 2009-10-06 [colin]      3.7.2cvs46
5586
5587         * po/fr.po
5588                 French translation update
5589
5590 2009-10-05 [paul]       3.7.2cvs45
5591
5592         * src/printing.c
5593                 enable Page Size and Orientation in the print dialog,
5594                 GTK+ >= 2.18.x only. Patch by Mark__T
5595
5596 2009-10-05 [paul]       3.7.2cvs44
5597
5598         * src/prefs_summaries.c
5599                 fix label, startup --> start-up, to match other uses of the
5600                 term
5601
5602 2009-10-05 [paul]       3.7.2cvs43
5603
5604         * po/pl.po
5605                 updated by Emilian Nowak
5606
5607 2009-10-03 [colin]      3.7.2cvs42
5608
5609         * src/mimeview.c
5610         * src/noticeview.c
5611         * src/gtk/gtkcmclist.c
5612         * src/gtk/gtkvscrollbutton.c
5613         * src/gtk/logwindow.c
5614                 GTK+ 2.18 fixes:
5615                 Fix bug 2008, 'Claws-Mail doesn't refresh after deletion'
5616                 Fix bug 2009, 'Incorrect pointer representation with GTK+2.18'
5617                 Fix warning at start
5618
5619 2009-09-28 [colin]      3.7.2cvs41
5620
5621         * src/matcher.c
5622         * src/mimeview.c
5623         * src/prefs_folder_item.c
5624                 Fix bug 2007, 'Small memory leaks'. Patch by Pawel
5625
5626 2009-09-28 [colin]      3.7.2cvs40
5627
5628         * src/prefs_summaries.c
5629         * src/gtk/sslcertwindow.c
5630                 Fix bug 2006, 'Non-utf8 strftime(3) date strings 
5631                 shows up garbled in GUI'. Patch by Pawel Pekala
5632
5633 2009-09-24 [iwkse]      3.7.2cvs39
5634
5635         * configure.ac
5636             That's only for statistics, of course :)
5637
5638 2009-09-24 [iwkse]      3.7.2cvs38
5639
5640         * configure.ac
5641             ...
5642
5643 2009-09-24 [iwkse]      3.7.2cvs37
5644
5645         * configure.ac
5646             Revert unwanted change
5647
5648 2009-09-24 [iwkse]      3.7.2cvs36
5649
5650         * src/action.c
5651             Fix issue with filtering actions and 
5652             parsed parameters
5653
5654 2009-09-20 [mones]      3.7.2cvs35
5655
5656         * tools/convert_mbox.pl
5657                 Add -R flag to support recursive conversions
5658                 of arbitrary Evolution mail folders, based on
5659                 bash script by Daniel Dickinson (fixes debian 
5660                 bug #461435) 
5661         * tools/popfile-link.sh
5662                 Set required shell for script (fixes debian 
5663                 bug #530057)
5664
5665 2009-09-16 [colin]      3.7.2cvs34
5666
5667         * src/main.c
5668                 Go grab files in /etc/skel if they exist
5669                 at first startup 
5670
5671 2009-09-15 [colin]      3.7.2cvs33
5672
5673         * src/procmime.c
5674                 Complete 3.7.1cvs42: only output directly to
5675                 final file if we get NULL byes at the start.
5676                 Still fixes saving UTF16 files, but also
5677                 fixes displaying Base64 parts with decoding
5678                 errors (parts without errors get displayed)
5679
5680 2009-09-14 [colin]      3.7.2cvs32
5681
5682         * src/matcher.c
5683         * src/matcher.h
5684         * src/matcher_parser_parse.y
5685         * src/prefs_matcher.c
5686                 Add 'has_attachment' and 'signed' matcher
5687                 expressions. Patch by Aleksei Miheev, fixes
5688                 bug 1997. 
5689
5690 2009-09-14 [colin]      3.7.2cvs31
5691
5692         * src/common/utils.c
5693                 Add "Re :" prefix from french Yahoo mail.
5694                 Patch by Didier Barvaux, fixes bug 1999
5695
5696 2009-09-10 [mones]      3.7.2cvs30
5697
5698         * manual/plugins.xml
5699                 Fix sites supported by SpamReport
5700         * manual/es/plugins.xml
5701                 Synchronise Spanish manual
5702
5703 2009-09-07 [holger]     3.7.2cvs29
5704
5705         * Makefile.am
5706                 Also update the icon cache on uninstall.
5707                 This prevents possible problems when Claws Mail was
5708                 uninstalled and installed again into a different location,
5709                 see http://bugzilla.gnome.org/show_bug.cgi?id=362604
5710                 and the blog post linked therein
5711
5712 2009-09-07 [paul]       3.7.2cvs28
5713
5714         * src/prefs_toolbar.c
5715                 when updating the main toolbar icons just update
5716                 the main toolbar (and consequently fix a bug where
5717                 folderview icons would disappear)
5718
5719 2009-08-30 [holger]     3.7.2cvs27
5720
5721         * src/compose.c
5722                 Do case-insensitive comparison against
5723                 header names when extracting recipients
5724                 from composed mails
5725
5726 2009-08-23 [colin]      3.7.2cvs26
5727
5728         * src/mbox.c
5729                 Probably fix RH bug 512024, " folder.c:3543 
5730                 Condition msglist != NULL failed"
5731
5732 2009-08-23 [colin]      3.7.2cvs25
5733
5734         * src/prefs_compose_writing.c
5735                 Make the maximum size warning bigger. Patch
5736                 by Didier Barvaux on bug 1986.
5737
5738 2009-08-21 [colin]      3.7.2cvs24
5739
5740         * src/compose.c
5741                 Previous commit: move the function into compose_insert_file
5742                 so that it's also used on drag-n-drop
5743
5744 2009-08-21 [colin]      3.7.2cvs23
5745
5746         * src/compose.c
5747                 Fix scrolling when adding an header
5748
5749 2009-08-21 [colin]      3.7.2cvs22
5750
5751         * src/compose.c
5752         * src/prefs_common.c
5753         * src/prefs_common.h
5754         * src/prefs_compose_writing.c
5755         * src/common/utils.c
5756                 Fix bug 1986, "New feature: warn user when inserting 
5757                 a large file in the message body". Patch by Didier
5758                 Barvaux
5759
5760 2009-08-21 [colin]      3.7.2cvs21
5761
5762         * AUTHORS
5763         * src/gtk/authors.h
5764         * src/common/utils.c
5765                 Fix bug 1984: Add R�f. : reply prefix (french 
5766                 Lotus Notes); patch by Didier Barvaux
5767
5768 2009-08-21 [colin]      3.7.2cvs20
5769
5770         * src/codeconv.c
5771         * src/codeconv.h
5772                 Fix bug 1969, 'Bad guess for outgoing encoding'
5773                 Make sure the specific converters (japanese in
5774                 this case) can return success/error in strict
5775                 mode, instead of silently failing back to 
5776                 strncpy
5777
5778 2009-08-20 [holger]     3.7.2cvs19
5779
5780         * src/compose.c
5781         * src/compose.h
5782                 Make it possible for code outside
5783                 compose (e.g. plugins) to attach files
5784
5785 2009-08-20 [colin]      3.7.2cvs18
5786
5787         * src/main.c
5788                 Fix crash when accessing IMAP soon
5789
5790 2009-08-18 [colin]      3.7.2cvs17
5791
5792         * src/ldapquery.c
5793                 Maybe fix crash on non-existent LDAP server
5794
5795 2009-08-04 [colin]      3.7.2cvs16
5796
5797         * src/toolbar.c
5798                 Fix toolbar's spacing that breaks dark
5799                 themes (patch from http://blogs.igalia.com/aperez/
5800                 2009/07/making-claws-mail-look-better/)
5801
5802 2009-07-28 [colin]      3.7.2cvs15
5803
5804         * src/account.c
5805         * src/addrcustomattr.c
5806         * src/addressadd.c
5807         * src/addressbook_foldersel.c
5808         * src/addrgather.c
5809         * src/browseldap.c
5810         * src/compose.c
5811         * src/editbook.c
5812         * src/editgroup.c
5813         * src/editjpilot.c
5814         * src/editldap.c
5815         * src/editldap_basedn.c
5816         * src/edittags.c
5817         * src/editvcard.c
5818         * src/exphtmldlg.c
5819         * src/expldifdlg.c
5820         * src/export.c
5821         * src/foldersel.c
5822         * src/import.c
5823         * src/importldif.c
5824         * src/importmutt.c
5825         * src/importpine.c
5826         * src/prefs_actions.c
5827         * src/prefs_customheader.c
5828         * src/prefs_display_header.c
5829         * src/prefs_filtering.c
5830         * src/prefs_folder_column.c
5831         * src/prefs_matcher.c
5832         * src/prefs_summary_column.c
5833         * src/prefs_summary_open.c
5834         * src/prefs_template.c
5835         * src/textview.c
5836         * src/uri_opener.c
5837                 Fix bug 1950, 'Program freeze up during folder selection'
5838                 Don't leave hidden windows modal
5839
5840 2009-07-28 [colin]      3.7.2cvs14
5841
5842         * src/ldapquery.c
5843                 Fix bug 1957, 'LDAP errs out after searching too 
5844                 many search bases'
5845
5846 2009-07-28 [colin]      3.7.2cvs13
5847
5848         * src/summaryview.c
5849                 Fix bug 1966, '"Collapse all threads" slower than 
5850                 "Expand all threads"'
5851
5852 2009-07-28 [colin]      3.7.2cvs12
5853
5854         * src/common/session.c
5855                 Fix bug 1967, 'Claws gets stuck after accepting 
5856                 a certificate warning dialog'
5857
5858 2009-07-19 [paul]       3.7.2cvs11
5859
5860         * manual/plugins.xml
5861                 a few small changes to the English
5862
5863 2009-07-18 [mones]      3.7.2cvs10
5864
5865         * manual/plugins.xml
5866                 Add new bsfilter and fancy plugins to the docs
5867                 and a note about dealing with plugins of the same class
5868         * src/prefs_account.c
5869                 Fix extra space at the end typo
5870
5871 2009-07-16 [colin]      3.7.2cvs9
5872
5873         * src/summaryview.c
5874                 Fix wrong return without unlocking; thanks
5875                 to mupuf_
5876
5877 2009-07-14 [colin]      3.7.2cvs8
5878
5879         * src/imap.c
5880                 Fix bug 1954, 'Segfault on reading wrong STATUS'
5881
5882 2009-07-10 [colin]      3.7.2cvs7
5883
5884         * src/plugins/pgpcore/plugin.def
5885         * src/common/utils.h
5886                 Fix windows port
5887
5888 2009-07-10 [colin]      3.7.2cvs6
5889
5890         * src/prefs_display_header.c
5891                 Fix bug 1951, 'C-Mail dumps core when editing 
5892                 displayed headers'. Patch by Alexey Rusakov
5893
5894 2009-07-10 [colin]      3.7.2cvs5
5895
5896         * src/folderview.c
5897                 Fix bug 1952, 'Deleted mails in Queue folder 
5898                 highlight it'.
5899
5900 2009-07-09 [colin]      3.7.2cvs4
5901
5902         * src/gtk/spell_entry.c
5903                 Fix bug 1949, 'Spell checker doesn't recognise 
5904                 certain word in Subject header, but does in 
5905                 message body'. Patch by Pawel Pekala.
5906
5907 2009-07-09 [paul]       3.7.2cvs3
5908
5909         * configure.ac
5910                 use pkgconfig to check for the minimum required
5911                 version of GnuTLS
5912
5913 2009-07-06 [colin]      3.7.2cvs2
5914
5915         * src/prefs_customheader.c
5916                 Fix build failure
5917
5918 2009-07-04 [paul]       3.7.2cvs1
5919
5920         * tools/claws.i18n.status.pl
5921                 updated
5922
5923 2009-07-03 [paul]       3.7.2
5924
5925         * NEWS
5926         * README
5927         * RELEASE_NOTES 
5928                 3.7.2 released!
5929
5930 2009-07-03 [paul]       3.7.1cvs85
5931
5932         * AUTHORS
5933         * configure.ac
5934         * po/pt_PT.po
5935         * po/sk.po
5936         * src/gtk/authors.h
5937                 added new translations by Tiago Faria and Slavko
5938         * po/bg.po
5939         * po/cs.po
5940         * po/de.po
5941         * po/es.po
5942         * po/fi.po
5943         * po/fr.po
5944         * po/hu.po
5945         * po/id.po
5946         * po/it.po
5947         * po/ja.po
5948         * po/pt_BR.po
5949         * po/ru.po
5950                 updated by Yasen Pramatarov, David Vachulka, Stephan Sachse,
5951                 Ricardo Mones, Tommi Pirinen, Colin Leroy, Pader Rezso,
5952                 MSulchan Darmawan, Andrea Spadaccini, kazken3, Frederico
5953                 Goncalves Guimaraes, Aleksei Miheev
5954
5955 2009-07-01 [colin]      3.7.1cvs84
5956
5957         * src/prefs_common.c
5958                 Fix bug 1940, 'Doesn't open links in 
5959                 user's default browser'. Turn the preference
5960                 to TRUE by default; that will only change the
5961                 behaviour for new users.
5962
5963 2009-06-29 [colin]      3.7.1cvs83
5964
5965         * src/filtering.c
5966         * src/filtering.h
5967         * src/prefs_filtering_action.c
5968                 Fix bug 1935, 'problems with very long filtering actions':
5969                 Use a dynamic buffer in action to string, and a bigger
5970                 buffer in string to action
5971
5972 2009-06-29 [colin]      3.7.1cvs82
5973
5974         * src/matcher_parser_lex.l
5975                 Fix bug 1878, 'Processing rules for folders with brackets aren't saved'
5976
5977 2009-06-29 [colin]      3.7.1cvs81
5978
5979         * src/addressbook.c
5980                 Fix warnings
5981         * src/editgroup.c
5982                 Fix crash (out-of-bounds tree column)
5983         * src/gtk/gtkcmctree.c
5984         * src/gtk/gtksctree.c
5985                 Prevent using an out-of-bounds tree column
5986
5987 2009-06-29 [colin]      3.7.1cvs80
5988
5989         * src/ldapupdate.c
5990         * src/ldif.c
5991                 Leak fixes; patch by Pawel Pekala.
5992
5993 2009-06-26 [colin]      3.7.1cvs79
5994
5995         * src/summaryview.c
5996                 Sort by msgnum if dates are equal
5997
5998 2009-06-24 [paul]       3.7.1cvs78
5999
6000         * src/summaryview.c
6001                 make some (forgotten) strings translatable
6002
6003 2009-06-19 [colin]      3.7.1cvs77
6004
6005         * src/summaryview.c
6006                 Fix menu sensitiveness
6007
6008 2009-06-18 [colin]      3.7.1cvs76
6009
6010         * configure.ac
6011         * src/plugins/pgpcore/sgpgme.c
6012         * src/plugins/pgpcore/sgpgme.h
6013         * src/plugins/pgpmime/mypgpcore.def
6014         * src/plugins/pgpmime/pgpmime.c
6015         * src/plugins/smime/mypgpcore.def
6016         * src/plugins/smime/smime.c
6017                 Use largefile support (and stop using our old GPGME
6018                 hack on gpgme_data_seek/rewind)
6019                 (See 1.9.12cvs44 to 46 - if this breaks things we 
6020                 should soon know :)
6021
6022 2009-06-13 [colin]      3.7.1cvs75
6023
6024         * src/gtk/spell_entry.c
6025                 Fix assertion. We can put a NULL gtkaspell to
6026                 an entry; it just means it won't be spell-checked.
6027
6028 2009-06-12 [mones]      3.7.1cvs74
6029
6030         * src/compose.c
6031         * src/messageview.c
6032         * src/prefs_account.c
6033         * src/prefs_account.h
6034         * src/common/utils.c
6035         * src/common/utils.h
6036                 Added preference to use account address in generated
6037                 Message-Id. Fixes Debian bug #531052
6038
6039 2009-06-12 [colin]      3.7.1cvs73
6040
6041         * src/common/ssl.c
6042                 Better fix, API-compatible with libgnutls13
6043
6044 2009-06-12 [colin]      3.7.1cvs72
6045
6046         * src/common/ssl.c
6047                 Use compatibility mode in GnuTLS, and avoid problems with 
6048                 servers that don't comply 100% with the spec, but still
6049                 exist.
6050
6051 2009-06-06 [iwkse]      3.7.1cvs71
6052
6053         * src/compose.c
6054                 Ops..revert a mix with another patch
6055
6056 2009-06-06 [iwkse]      3.7.1cvs70
6057
6058         * src/compose.c
6059                 A better fix for the previous commit's issue
6060
6061 2009-06-06 [iwkse]      3.7.1cvs69
6062
6063         * src/compose.c
6064                 Fix shutting down of Claws Mail while a GTK_Return keypress 
6065                 event is sent to the Attach property window
6066
6067 2009-06-05 [colin]      3.7.1cvs68
6068
6069         * src/compose.c
6070                 Fix build on GTK+ 2.6
6071
6072 2009-06-03 [mones]      3.7.1cvs67
6073
6074         * tools/make.themes.project
6075                 Oops! fix header, sorry Paul ;-)
6076
6077 2009-06-03 [mones]      3.7.1cvs66
6078
6079         * tools/make.themes.project
6080                 Add support for PNG themes and other
6081                 fixes i don't remember now... :)
6082
6083 2009-06-02 [colin]      3.7.1cvs65
6084
6085         * src/compose.c
6086         * src/prefs_template.c
6087         * src/quote_fmt.c
6088                 Fix error messages in templates, and fix their
6089                 checking
6090
6091 2009-05-22 [colin]      3.7.1cvs64
6092
6093         * src/compose.c
6094                 And remove hbox too
6095
6096 2009-05-22 [colin]      3.7.1cvs63
6097
6098         * src/compose.c
6099                 Fix phantom button behind entry when
6100                 changing fields via Tools/Reply mode.
6101
6102 2009-05-22 [colin]      3.7.1cvs62
6103
6104         * src/compose.c
6105                 Fix icon size
6106
6107 2009-05-21 [mones]      3.7.1cvs61
6108
6109         * src/compose.c
6110         * src/compose.h
6111                 Add button to empty header lines with one click
6112
6113 2009-05-21 [paul]       3.7.1cvs60
6114
6115         * src/mainwindow.c
6116         * src/mainwindow.h
6117         * src/plugins/trayicon/trayicon.c
6118                 when quitting from the trayicon, honour
6119                 prefs_common.clean_on_exit
6120
6121 2009-05-21 [paul]       3.7.1cvs59
6122
6123         * src/gtk/Makefile.am
6124                 remove duplicate entry
6125                 thanks to Charles A Edwards
6126
6127 2009-05-19 [paul]       3.7.1cvs58
6128
6129         * src/send_message.c
6130                 clear progressbar in the statusbar on 'Cancel'
6131
6132 2009-05-16 [colin]      3.7.1cvs57
6133
6134         * AUTHORS
6135         * src/gtk/authors.h
6136                 Add Fabian
6137
6138 2009-05-16 [colin]      3.7.1cvs56
6139
6140         * src/msgcache.c
6141                 Remove msgnum>0 condition for removing messages
6142                 from caches. There's no such condition on add.
6143                 Fixes bug 1913, 'Allow to remove phantom 
6144                 messages from the cache'; patch by Fabian
6145                 Keil <fk at fabiankeil.de>
6146
6147 2009-05-12 [holger]     3.7.1cvs55
6148
6149         * src/messageview.c
6150         * src/messageview.h
6151                 Introduce hook after showing of the message view
6152
6153 2009-05-11 [colin]      3.7.1cvs54
6154
6155         * src/compose.c
6156                 Fix bug 1872, 'A: Cc: CCi: selector should 
6157                 default on same as preceding contact'
6158
6159 2009-05-10 [holger]     3.7.1cvs53
6160
6161         * src/addr_compl.c
6162         * src/addr_compl.h
6163                 Add a hook to make it possible for plugins to
6164                 modify the address completion list
6165
6166 2009-05-06 [paul]       3.7.1cvs52
6167
6168         * src/folder.c
6169         * src/mimeview.c
6170                 fix bug 1915, 'Mails signed with smime.p7s
6171                 display both signed and attachment icon.'
6172
6173 2009-05-05 [colin]      3.7.1cvs51
6174
6175         * src/common/utils.c
6176                 Fix patch :)
6177
6178 2009-05-05 [colin]      3.7.1cvs50
6179
6180         * src/common/utils.c
6181                 Fix bug 1895, '(imap) cache issues when cache dir is on a 
6182                 different mountpoint than tempdir'
6183
6184 2009-05-04 [colin]      3.7.1cvs49
6185
6186         * src/msgcache.c
6187                 Probably fix bug 1914, 'Crash reading
6188                 corrupted tags file'
6189
6190 2009-04-26 [paul]       3.7.1cvs48
6191
6192         * configure.ac
6193         * src/gtk/gtkaspell.h
6194                 fix bug 1904, 'build mechanism looks for
6195                 'enchant.h' in a wrong place'
6196
6197 2009-04-25 [paul]       3.7.1cvs47
6198
6199         * src/printing.c
6200                 gah! fix coding style!
6201
6202 2009-04-25 [paul]       3.7.1cvs46
6203
6204         * src/printing.c
6205         * src/toolbar.c
6206                 if building with GTK+ >= 2.16 use
6207                 gtk_orientable_set_orientation() instead of now
6208                 deprecated gtk_toolbar_set_orientation()
6209
6210 2009-04-24 [colin]      3.7.1cvs45
6211
6212         * src/compose.c
6213                 Ask before sending if an attached file has
6214                 disappeared.
6215
6216 2009-04-19 [paul]       3.7.1cvs44
6217
6218         * src/prefs_common.c
6219         * src/prefs_common.h
6220         * src/gtk/about.c
6221                 save About window size.
6222                 patch by Pawel Pekala
6223
6224 2009-04-12 [paul]       3.7.1cvs43
6225
6226         * tools/csv2addressbook.pl
6227                 add extra CSV fields that are now appended
6228                 by thunderbird (version 2.0.0.21)
6229
6230 2009-04-08 [colin]      3.7.1cvs42
6231
6232         * src/procmime.c
6233                 fix saving (but not displaying) of UTF-16
6234                 files
6235
6236 2009-04-08 [colin]      3.7.1cvs41
6237
6238         * src/gtk/manage_window.c
6239                 Disable transient windows on win32 - seems to
6240                 fix most focusing issues
6241
6242 2009-04-05 [colin]      3.7.1cvs40
6243
6244         * src/procmsg.c
6245                 Don't ask whether we want to send deleted mails in queue
6246                 folders; also, don't send deleted mails when flushing
6247                 queues
6248
6249 2009-04-04 [paul]       3.7.1cvs39
6250
6251         * AUTHORS
6252         * configure.ac
6253         * po/id.po
6254         * src/gtk/authors.h
6255         * tools/claws.i18n.status.pl
6256                 add new Indonesian translation, by
6257                 MSulchan Darmawan
6258
6259 2009-04-03 [paul]       3.7.1cvs38
6260
6261         * AUTHORS
6262         * src/gtk/authors.h
6263                 credit due
6264
6265 2009-04-03 [colin]      3.7.1cvs37
6266
6267         * src/compose.c
6268         * src/textview.c
6269                 Fix bug 1891, 'Add support for gopher:// links'
6270                 Patch by Jacob Head <clawsmail at jacob-head.com>
6271                 Let's go back to the roots! 
6272
6273 2009-04-03 [paul]       3.7.1cvs36
6274
6275         * m4/Makefile.am
6276                 complete cvs35
6277
6278 2009-04-03 [paul]       3.7.1cvs35
6279
6280         * configure.ac
6281                 add AC_CONFIG_MACRO_DIR([m4])
6282                 remove CLAWS_ACLOCAL_INCLUDE(m4)
6283         * m4/aclocal-include.m4
6284                 removed this now unneeded file
6285
6286 2009-04-02 [colin]      3.7.1cvs34
6287
6288         * src/common/utils.h
6289                 Fix previous (thanks to Marcus :)
6290
6291 2009-04-02 [colin]      3.7.1cvs33
6292
6293         * src/common/utils.h
6294         * src/etpan/etpan-thread-manager.c
6295                 pipe() was a macro from GLib on win32 until
6296                 glib 2.13.2. It's undefined after that.
6297                 Thanks to Marcus Brinkmann for the heads-up!
6298
6299 2009-03-31 [colin]      3.7.1cvs32
6300
6301         * src/folder_item_prefs.c
6302                 Copy folder settings with prefs
6303
6304 2009-03-31 [colin]      3.7.1cvs31
6305
6306         * src/prefs_account.c
6307                 Don't use un-sensitive checkboxes in Privacy tab
6308                 when privacy system in None (makes unchecking 
6309                 painful when no privacy plugin is loaded)
6310
6311 2009-03-30 [colin]      3.7.1cvs30
6312
6313         * src/folder.c
6314         * src/folder.h
6315         * src/imap.c
6316         * src/mainwindow.c
6317         * src/mainwindow.h
6318         * src/prefs_account.c
6319         * src/prefs_account.h
6320         * src/summaryview.c
6321         * src/summaryview.h
6322                 Fix bug 1866, 'Claws should make use of the IMAP 'deleted' flag'
6323                 Add an option on the Receive page of IMAP account preferences:
6324                 "Move deleted mails to trash and expunge immediately". This
6325                 option defaults to TRUE to avoid changing the existing behaviour.
6326                 Setting it to FALSE prevents automatic expunging. 
6327                 Also, add Tools/Expunge and View/Hide deleted messages menu items
6328                 (View/Hide deleted message being a per-folder setting, and behaving,
6329                 like View/Hide read messages).
6330
6331 2009-03-30 [colin]      3.7.1cvs29
6332
6333         * src/imap.c
6334                 Fix Redhat bug 486422, Ubuntu bug 486422: Don't
6335                 ask for IMAP password when using GSSAPI auth
6336
6337 2009-03-27 [colin]      3.7.1cvs28
6338
6339         * src/folder.c
6340                 Fix cvs14, make sure we mark non-existent caches dirty
6341                 (or they never get written)
6342
6343 2009-03-27 [colin]      3.7.1cvs27
6344
6345         * src/imap.c
6346                 Fix tag update when all tags are removed 
6347                 from another client
6348
6349 2009-03-25 [colin]      3.7.1cvs26
6350
6351         * configure.ac
6352                 Fix configure.ac, thanks to Pawel
6353
6354 2009-03-25 [colin]      3.7.1cvs25
6355
6356         * src/news.c
6357         * src/etpan/nntp-thread.c
6358                 Fix header fetching (NG/To/Cc). Fixes 
6359                 bug 1883, 'Message processing fails to 
6360                 act on Newsgroups: field'
6361
6362 2009-03-23 [colin]      3.7.1cvs24
6363
6364         * src/textview.c
6365                 Fix internal headers visible in queue/sent
6366
6367 2009-03-23 [colin]      3.7.1cvs23
6368
6369         * configure.ac
6370                 Fix check for RC (resource compiler) used
6371                 on win32 (AC_LIBTOOL_RC used to call it 
6372                 implicitely but stopped)
6373
6374 2009-03-19 [colin]      3.7.1cvs22
6375
6376         * src/toolbar.c
6377                 Put spam button in default toolbar even if
6378                 bogofilter and spamassassin are not built.
6379                 Other anti-spam plugin could exist! :)
6380         * src/common/utils.c
6381                 Fix exit status fetch on win32
6382
6383 2009-03-18 [paul]       3.7.1cvs21
6384
6385         * src/gtk/spell_entry.c
6386                 fix "[BUG] Wrong word replaced in 'Subject:'
6387                 when spell-checking correction used"
6388                 Patch by Pawel Pekala
6389
6390 2009-03-17 [colin]      3.7.1cvs20
6391
6392         * src/common/utils.c
6393                 Fix win32 build (from cvs12)
6394
6395 2009-03-17 [colin]      3.7.1cvs19
6396
6397         * src/compose.c
6398                 Fix bug 1735, 'Change To: and Newsgroups: 
6399                 recipient field according account type'
6400                 Patch by Pawel
6401
6402 2009-03-17 [colin]      3.7.1cvs18
6403
6404         * src/msgcache.c
6405         * src/prefs_common.c
6406         * src/prefs_common.h
6407         * src/prefs_other.c
6408         * src/common/prefs.c
6409                 Add preference for fsyncing metadata
6410
6411 2009-03-16 [paul]       3.7.1cvs17
6412
6413         * src/prefs_customheader.c
6414                 add forgotten #if HAVE_LIBCOMPFACE
6415
6416 2009-03-16 [paul]       3.7.1cvs16
6417
6418         * src/prefs_customheader.c
6419                 put the (X-)Face preview image below the up/down
6420                 buttons so they don't jump around.
6421                 make the list reorderable by drag'n'drop
6422
6423 2009-03-16 [colin]      3.7.1cvs15
6424
6425         * src/prefs_customheader.c
6426                 Add a (X-)Face preview. Patch by iwkse.
6427
6428 2009-03-16 [colin]      3.7.1cvs14
6429
6430         * src/compose.c
6431         * src/folder.c
6432         * src/folder.h
6433         * src/msgcache.c
6434         * src/common/prefs.c
6435                 Add fsync calls to make sure we don't
6436                 lose data on system crashes. (to do:
6437                 add a pref to allow people choosing raw
6438                 speed)
6439
6440 2009-03-15 [colin]      3.7.1cvs13
6441
6442         * src/gtk/gtkaspell.c
6443                 Fix empty menu when there are no
6444                 suggestions (using the Spelling menu)
6445
6446 2009-03-14 [colin]      3.7.1cvs12
6447
6448         * src/common/utils.c
6449                 Win32: fix subject prefix length
6450
6451 2009-03-11 [mones]      3.7.1cvs11
6452
6453         * po/es.po
6454                 fix encoding declared in header
6455                 update translation now we're at it
6456
6457 2009-03-10 [colin]      3.7.1cvs10
6458
6459         * src/messageview.c
6460                 Fix "wrong mime" message printed out multiple
6461                 times
6462
6463 2009-03-10 [colin]      3.7.1cvs9
6464
6465         * src/prefs_folder_item.c
6466                 Fix build
6467
6468 2009-03-09 [paul]       3.7.1cvs8
6469
6470         * src/prefs_folder_item.c
6471         * src/send_message.c
6472                 fixes to english text
6473
6474 2009-03-08 [paul]       3.7.1cvs7
6475
6476         * po/ja.po
6477                 correct errors in header
6478
6479 2009-03-08 [paul]       3.7.1cvs6
6480
6481         * AUTHORS
6482         * configure.ac
6483         * po/ja.po
6484         * src/gtk/authors.h
6485         * tools/claws.i18n.status.pl
6486                 add Japanese translation, submitted by kazken3
6487
6488 2009-03-07 [colin]      3.7.1cvs5
6489
6490         * src/messageview.c
6491                 Don't let the invalid MIME warning hide
6492                 other noticeview (Partial receive or 
6493                 return receipt).
6494
6495 2009-03-07 [colin]      3.7.1cvs4
6496
6497         * src/procmime.c
6498                 Fix build
6499
6500 2009-03-07 [colin]      3.7.1cvs3
6501
6502         * src/messageview.c
6503         * src/procmime.c
6504         * src/procmime.h
6505                 Handle mimeparts that lack an end boundary.
6506                 They're invalid but it's too annoying for
6507                 normal users to fix.
6508
6509 2009-03-06 [wwp]        3.7.1cvs2
6510
6511         * src/compose.c
6512         * src/folder_item_prefs.c
6513         * src/folder_item_prefs.h
6514         * src/prefs_folder_item.c
6515                 Add per-folder default cc, bcc and reply-to.
6516
6517 2009-03-06 [colin]      3.7.1cvs1
6518
6519         * src/gedit-print.c
6520         * src/gtk/gtksourceprintjob.c
6521                 Fix build with old print interface
6522
6523 2009-03-06 [paul]       3.7.1
6524
6525         * NEWS
6526         * README
6527         * RELEASE_NOTES 
6528                 3.7.1 released!
6529
6530 2009-03-06 [paul]       3.7.0cvs78
6531
6532         * po/cs.po
6533         * po/de.po
6534         * po/fi.po
6535         * po/fr.po
6536         * po/hu.po
6537         * po/nl.po
6538         * po/pt_BR.po
6539         * po/sv.po
6540         * po/zh_CN.po
6541                 updated by David Vachulka, Stephan Sachse, Flammie
6542                 Pirinen, Colin Leroy, Pader Rezso, Marcel Pol,
6543                 Frederico Goncalves Guimaraes, Lars Persson Fink,
6544                 and Ralph Young
6545
6546 2009-03-03 [colin]      3.7.0cvs77
6547
6548         * src/prefs_filtering.c
6549                 Win32: Fix bug 1865, 'IMAP account name changes 
6550                 are not followed at filter actions'
6551
6552 2009-03-02 [colin]      3.7.0cvs76
6553
6554         * src/imap.c
6555                 Fix Launchpad bug 335571: 'claws-mail crashed 
6556                 with SIGSEGV in strlen() while deleting 
6557                 large amount of e-mails on IMAP account
6558
6559 2009-02-27 [mones]      3.7.0cvs75
6560
6561         * manual/es/account.xml
6562         * manual/es/ack.xml
6563         * manual/es/addrbook.xml
6564         * manual/es/advanced.xml
6565         * manual/es/claws-mail-manual.xml
6566         * manual/es/faq.xml
6567         * manual/es/glossary.xml
6568         * manual/es/gpl.xml
6569         * manual/es/handling.xml
6570         * manual/es/intro.xml
6571         * manual/es/keyboard.xml
6572         * manual/es/plugins.xml
6573         * manual/es/starting.xml
6574                 Sync with English version, fix some typos
6575                 Changed encoding to UTF-8
6576         * po/es.po
6577                 Update for release, changed encoding to UTF-8
6578
6579 2009-02-24 [colin]      3.7.0cvs74
6580
6581         * src/printing.c
6582                 Don't print separation line if there
6583                 are no headers
6584
6585 2009-02-23 [cleroy]     3.7.0cvs73
6586
6587         * src/account.c
6588         * src/action.c
6589         * src/addr_compl.c
6590         * src/addrbook.c
6591         * src/addrcache.c
6592         * src/addrcindex.c
6593         * src/addrclip.c
6594         * src/addrduplicates.c
6595         * src/addressadd.c
6596         * src/addressbook.c
6597         * src/addressbook_foldersel.c
6598         * src/addrharvest.c
6599         * src/addrindex.c
6600         * src/addritem.c
6601         * src/addrquery.c
6602         * src/addrselect.c
6603         * src/codeconv.c
6604         * src/compose.c
6605         * src/customheader.c
6606         * src/editaddress.c
6607         * src/editaddress_other_attributes_ldap.c
6608         * src/editgroup.c
6609         * src/editldap.c
6610         * src/enriched.c
6611         * src/exporthtml.c
6612         * src/exportldif.c
6613         * src/filtering.c
6614         * src/folder.c
6615         * src/foldersel.c
6616         * src/folderutils.c
6617         * src/folderview.c
6618         * src/gedit-print.c
6619         * src/html.c
6620         * src/imap.c
6621         * src/imap_gtk.c
6622         * src/inc.c
6623         * src/jpilot.c
6624         * src/ldapctrl.c
6625         * src/ldapquery.c
6626         * src/ldapserver.c
6627         * src/ldapupdate.c
6628         * src/ldif.c
6629         * src/localfolder.c
6630         * src/main.c
6631         * src/mainwindow.c
6632         * src/matcher.c
6633         * src/mbox.c
6634         * src/messageview.c
6635         * src/mh.c
6636         * src/mh_gtk.c
6637         * src/mimeview.c
6638         * src/msgcache.c
6639         * src/mutt.c
6640         * src/news.c
6641         * src/news_gtk.c
6642         * src/noticeview.c
6643         * src/pine.c
6644         * src/pop.c
6645         * src/prefs_account.c
6646         * src/prefs_actions.c
6647         * src/prefs_common.c
6648         * src/prefs_filtering.c
6649         * src/prefs_filtering_action.c
6650         * src/prefs_folder_column.c
6651         * src/prefs_folder_item.c
6652         * src/prefs_gtk.c
6653         * src/prefs_matcher.c
6654         * src/prefs_quote.c
6655         * src/prefs_send.c
6656         * src/prefs_summaries.c
6657         * src/prefs_summary_column.c
6658         * src/prefs_template.c
6659         * src/prefs_themes.c
6660         * src/prefs_toolbar.c
6661         * src/printing.c
6662         * src/privacy.c
6663         * src/procheader.c
6664         * src/procmime.c
6665         * src/procmsg.c
6666         * src/quote_fmt.c
6667         * src/remotefolder.c
6668         * src/send_message.c
6669         * src/sourcewindow.c
6670         * src/statusbar.c
6671         * src/stock_pixmap.c
6672         * src/summary_search.c
6673         * src/summaryview.c
6674         * src/textview.c
6675         * src/toolbar.c
6676         * src/undo.c
6677         * src/uri_opener.c
6678         * src/vcard.c
6679         * src/common/base64.c
6680         * src/common/claws.c
6681         * src/common/hooks.c
6682         * src/common/plugin.c
6683         * src/common/prefs.c
6684         * src/common/session.c
6685         * src/common/smtp.c
6686         * src/common/socket.c
6687         * src/common/string_match.c
6688         * src/common/stringtable.c
6689         * src/common/utils.c
6690         * src/common/utils.h
6691         * src/common/xml.c
6692         * src/common/xmlprops.c
6693         * src/gtk/colorlabel.c
6694         * src/gtk/combobox.c
6695         * src/gtk/foldersort.c
6696         * src/gtk/gtkaspell.c
6697         * src/gtk/gtkcmclist.c
6698         * src/gtk/gtkcmctree.c
6699         * src/gtk/gtkcmoptionmenu.c
6700         * src/gtk/gtksctree.c
6701         * src/gtk/gtkshruler.c
6702         * src/gtk/gtksourceprintjob.c
6703         * src/gtk/gtkutils.c
6704         * src/gtk/gtkvscrollbutton.c
6705         * src/gtk/logwindow.c
6706         * src/gtk/menu.c
6707         * src/gtk/pluginwindow.c
6708         * src/gtk/prefswindow.c
6709         * src/gtk/quicksearch.c
6710         * src/gtk/spell_entry.c
6711         * src/plugins/pgpcore/select-keys.c
6712         * src/plugins/pgpinline/pgpinline.c
6713         * src/plugins/pgpmime/pgpmime.c
6714         * src/plugins/smime/smime.c
6715         * src/plugins/spamassassin/spamassassin_gtk.c
6716                 Mass commit changing g_return_* to cm_return_*
6717                 and making these more interesting
6718
6719 2009-02-23 [colin]      3.7.0cvs72
6720
6721         * src/imap.c
6722                 Always initialise error code to no error
6723
6724 2009-02-23 [colin]      3.7.0cvs71
6725
6726         * src/imap.c
6727                 Fix separator substitution
6728
6729 2009-02-23 [colin]      3.7.0cvs70
6730
6731         * src/stock_pixmap.c
6732         * src/gtk/colorlabel.c
6733                 don't use g_return on normal checks
6734
6735 2009-02-22 [colin]      3.7.0cvs69
6736
6737         * src/addressbook.c
6738         * src/procmime.c
6739                 More fixes
6740
6741 2009-02-22 [colin]      3.7.0cvs68
6742
6743         * src/addrduplicates.c
6744         * src/addressbook.c
6745         * src/addrharvest.c
6746         * src/codeconv.c
6747         * src/compose.c
6748         * src/filtering.c
6749         * src/folder.c
6750         * src/imap.c
6751         * src/imap_gtk.c
6752         * src/importldif.c
6753         * src/jpilot.c
6754         * src/mainwindow.c
6755         * src/matcher.c
6756         * src/mbox.c
6757         * src/messageview.c
6758         * src/mh_gtk.c
6759         * src/prefs_common.c
6760         * src/prefs_filtering.c
6761         * src/prefs_gtk.c
6762         * src/printing.c
6763         * src/privacy.c
6764         * src/procmime.c
6765         * src/procmsg.c
6766         * src/summaryview.c
6767         * src/textview.c
6768         * src/undo.c
6769         * src/wizard.c
6770         * src/common/md5.c
6771         * src/common/socket.c
6772         * src/common/template.c
6773         * src/etpan/imap-thread.c
6774         * src/gtk/gtkaspell.c
6775         * src/gtk/gtkcmctree.c
6776         * src/gtk/gtksctree.c
6777         * src/gtk/inputdialog.c
6778         * src/plugins/pgpcore/sgpgme.c
6779         * src/plugins/pgpmime/pgpmime.c
6780         * src/plugins/smime/smime.c
6781         * src/plugins/spamassassin/spamassassin.c
6782                 Fix errors caught by Coverity: NULL checks, leaks, overruns,
6783                 uninitialised accesses
6784
6785 2009-02-17 [colin]      3.7.0cvs67
6786
6787         * src/compose.c
6788                 Disable controls during queuing
6789
6790 2009-02-15 [colin]      3.7.0cvs66
6791
6792         * src/privacy.c
6793         * src/plugins/pgpcore/select-keys.c
6794         * src/plugins/pgpcore/sgpgme.c
6795                 Disable use of disabled keys
6796
6797 2009-02-15 [colin]      3.7.0cvs65
6798
6799         * src/folderview.c
6800         * src/summaryview.c
6801                 Fix font updating after changing 
6802                 prefs_common.derive_from_normal_font
6803
6804 2009-02-12 [paul]       3.7.0cvs64
6805
6806         * src/addressitem.h
6807         * src/export.h
6808         * src/headerview.c
6809         * src/headerview.h
6810         * src/common/version.h.in
6811         * src/gtk/about.h
6812         * src/gtk/menu.c
6813         * src/gtk/menu.h
6814                 more copyright header fixes
6815
6816 2009-02-12 [paul]       3.7.0cvs63
6817
6818         * src/gtk/progressdialog.c
6819         * src/gtk/progressdialog.h
6820                 fix copyright header
6821
6822 2009-02-12 [paul]       3.7.0cvs62
6823
6824         * src/gtk/spell_entry.c
6825         * src/gtk/spell_entry.h
6826                 better, more standard copyright header
6827
6828 2009-02-12 [paul]       3.7.0cvs61
6829
6830         * src/gtk/spell_entry.c
6831         * src/gtk/spell_entry.h
6832                 changes to copyright header
6833
6834 2009-02-12 [paul]       3.7.0cvs60
6835
6836         * src/gtk/spell_entry.c
6837         * src/gtk/spell_entry.h
6838                 fix broken build
6839
6840 2009-02-11 [colin]      3.7.0cvs59
6841
6842         * src/gtk/spell_entry.c
6843         * src/gtk/spell_entry.h
6844                 Forgot to add files
6845
6846 2009-02-11 [colin]      3.7.0cvs58
6847
6848         * src/compose.c
6849         * src/gtk/Makefile.am
6850         * src/gtk/gtkaspell.c
6851         * src/gtk/gtkaspell.h
6852                 Add spellcheck to subject. Patch by
6853                 Pawel.
6854
6855 2009-02-10 [holger]     3.7.0cvs57
6856
6857         * src/printing.c
6858         * src/common/defs.h
6859                 Move filename define for printing page setup cache to defs.h
6860
6861 2009-02-08 [mones]      3.7.0cvs56
6862
6863         * src/matcher.h
6864                 Fix build for bison 2.4.1
6865
6866 2009-02-06 [holger]     3.7.0cvs55
6867
6868         * src/prefs_common.c
6869         * src/prefs_common.h
6870         * src/printing.c
6871                 Fix restoring of custom page setups for printing by
6872                 temporarily caching the settings.
6873                 This is a workaround for Gnome Bug #39018, and fixes
6874                 Claws Mail Bug #1840.
6875
6876 2009-02-06 [colin]      3.7.0cvs54
6877
6878         * src/mainwindow.c
6879                 Fix hardcoded Shift-Q quits. Fixes
6880                 bug 1838, 'Claws-Mail sometimes quits 
6881                 when attempting to type a capital Q'
6882
6883 2009-01-31 [paul]       3.7.0cvs53
6884
6885         * src/compose.c
6886                 revert 3.7.0cvs49, until there is time to find out
6887                 why it causes a nasty crash!
6888
6889 2009-01-31 [paul]       3.7.0cvs52
6890
6891         * src/mainwindow.c
6892                 1 string that was forgotten for translation
6893
6894 2009-01-31 [paul]       3.7.0cvs51
6895
6896         * src/messageview.c
6897                 2 strings that were forgotten for translation
6898
6899 2009-01-31 [paul]       3.7.0cvs50
6900
6901         * src/gtk/prefswindow.c
6902                 build prefs tree in a slightly smarter way -
6903                 fix bug where if path[0] had same name as
6904                 path[1], (like in the de translation), path[1]
6905                 was lost and not shown in the window
6906
6907 2009-01-31 [paul]       3.7.0cvs49
6908
6909         * src/compose.c
6910                 fix bug 1836, 'Quoted text still blue after
6911                 removal of quote-character'
6912                 comment out some debug_print's that needlessly
6913                 slow things down
6914         * src/undo.c
6915                 comment out a debug_print that needlessly slows
6916                 things down
6917
6918 2009-01-31 [paul]       3.7.0cvs48
6919
6920         * src/summaryview.c
6921                 fix bug 1834, '"semi"-selection when collapsing thread'
6922
6923 2009-01-31 [paul]       3.7.0cvs47
6924
6925         * src/prefs_compose_writing.c
6926         * src/prefs_message.c
6927                 move 'quote_chars' pref to where it should be
6928
6929 2009-01-30 [paul]       3.7.0cvs46
6930
6931         * src/summaryview.c
6932                 fix updating of popup menu sensitivity
6933
6934 2009-01-28 [paul]       3.7.0cvs45
6935
6936         * tools/filter_conv_new.pl
6937                 move 'move' and 'delete' to end of @actions
6938                 so that they are always final actions in the
6939                 generated filtering rule
6940
6941 2009-01-27 [paul]       3.7.0cvs44
6942
6943         * src/messageview.c
6944                 always select text/calendar mimepart if suitable
6945                 plugin (i.e. vCalendar) is available
6946
6947 2009-01-27 [paul]       3.7.0cvs43
6948
6949         * src/folder.c
6950                 fix crash when right-clicking in summaryview when
6951                 processing is active
6952
6953 2009-01-22 [colin]      3.7.0cvs42
6954
6955         * src/compose.c
6956         * src/privacy.c
6957         * src/privacy.h
6958                 When replying to signed/encrypted mail and the
6959                 preference to sign/encrypt in this case is set,
6960                 choose the original mail's privacy system (if
6961                 available).
6962
6963 2009-01-21 [colin]      3.7.0cvs41
6964
6965         * src/addressbook.h
6966                 Fix warning (on-the-fly theming of
6967                 addressbook isn't complete yet)
6968
6969 2009-01-21 [colin]      3.7.0cvs40
6970
6971         * src/account.c
6972         * src/addressbook.c
6973                 Win32: Fix window placement
6974
6975 2009-01-21 [paul]       3.7.0cvs39
6976
6977         * src/inc.c
6978                 update timeout log msg
6979
6980 2009-01-17 [colin]      3.7.0cvs38
6981
6982         * src/main.c
6983         * src/mbox.c
6984         * src/common/md5.c
6985         * src/common/utils.c
6986         * src/etpan/imap-thread.c
6987                 Fix g_open calls (which don't ignore mode)
6988
6989 2009-01-17 [colin]      3.7.0cvs37
6990
6991         * src/addressbook.c
6992         * src/compose.c
6993         * src/foldersel.c
6994         * src/main.c
6995         * src/mainwindow.c
6996         * src/mbox.c
6997         * src/common/md5.c
6998         * src/common/ssl_certificate.c
6999         * src/common/tags.c
7000         * src/common/utils.c
7001         * src/etpan/imap-thread.c
7002         * src/plugins/bogofilter/bogofilter.c
7003         * src/plugins/pgpinline/pgpinline.c
7004         * src/plugins/smime/smime.c
7005                 Probably fix bug 1825, 'Unable to fetch messages from 
7006                 IMAP folders named with non-ASCII string'
7007                 Change remaining occurences of fopen and open with
7008                 g_fopen and g_open
7009
7010 2009-01-17 [paul]       3.7.0cvs36
7011
7012         * manual/faq.xml
7013                 update an old, outdated piece of info
7014
7015 2009-01-17 [paul]       3.7.0cvs35
7016
7017         * src/prefs_folder_item.c
7018                 fix bug where saving Folder Properties of a
7019                 sub-folder of outbox, queue, draft or trash
7020                 would change its parent's folder type to normal
7021
7022 2009-01-12 [mones]      3.7.0cvs34
7023
7024         * po/es.po
7025                 Updated translation
7026
7027 2009-01-12 [wwp]        3.7.0cvs33
7028
7029         * tools/fix_date.sh
7030         * tools/popfile-link.sh
7031         * tools/textviewer.sh
7032                 Fix bashisms and other portability glitches (thanks to
7033                 Steven M. Bellovin).
7034
7035 2009-01-11 [paul]       3.7.0cvs32
7036
7037         * src/addrindex.c
7038                 clean up some build warnings
7039
7040 2009-01-11 [colin]      3.7.0cvs31
7041
7042         * src/addrindex.c
7043                 Revert part of patch 3.7.0cvs29 
7044                 This function is used when jpilot
7045                 support is disabled
7046
7047 2009-01-11 [colin]      3.7.0cvs30
7048
7049         * src/folder.c
7050                 folder_find_child_item_by_name():
7051                 actually use name, not path's basename
7052
7053 2009-01-11 [paul]       3.7.0cvs29
7054
7055         * src/addrclip.c
7056         * src/addrindex.c
7057         * src/addritem.c
7058         * src/foldersel.h
7059         * src/folderview.c
7060         * src/prefs_folder_item.c
7061                 clean up some build warnings
7062
7063 2009-01-11 [paul]       3.7.0cvs28
7064
7065         * src/gtk/about.c
7066                 don't even mention printing support, assume its
7067                 presence, unless building with GTK+ < 2.10.0
7068
7069 2009-01-10 [colin]      3.7.0cvs27
7070
7071         * src/codeconv.c
7072                 Fix bug 1811, '[mime] Crash when there's no 
7073                 room for filename's start on the same line'
7074                 When the mimetype of the attachment is very 
7075                 long, there's no room at all to start the 
7076                 name=... parameter on the same line. This
7077                 caused an infinite loop as 0 characters of
7078                 the filename could be appended.
7079                 In such cases, insert linebreak before the
7080                 name parameter.
7081
7082 2009-01-09 [colin]      3.7.0cvs26
7083
7084         * src/compose.c
7085         * src/mainwindow.c
7086         * src/common/utils.c
7087                 Win32: Fix bug 1815, 'Drag-n-Drop of files on 
7088                 Compose Window does not attach'
7089
7090 2009-01-09 [colin]      3.7.0cvs25
7091
7092         * src/foldersel.c
7093                 Fix bug 1817, 'Changing Themes does not 
7094                 update the pixmaps in "Select folder" 
7095                 dialog box'
7096
7097 2009-01-09 [colin]      3.7.0cvs24
7098
7099         * src/main.c
7100                 Win32: Fix bug 1816, 'Attaching files with 
7101                 command-line generates error after attaching'
7102
7103 2009-01-09 [paul]       3.7.0cvs23
7104
7105         * src/gtk/about.c
7106                 forgot this '2009' in last commit
7107
7108 2009-01-09 [paul]       3.7.0cvs22
7109
7110         * src/*/*.[c,h]
7111                 it's 2009!
7112                 update copyright headers
7113
7114 2009-01-09 [paul]       3.7.0cvs21
7115
7116         * doc/man/claws-mail.1
7117                 update Team list
7118
7119 2009-01-09 [colin]      3.7.0cvs20
7120
7121         * src/messageview.c
7122                 Fix bug 1814, 'Windows' WM badly places 
7123                 message view'
7124
7125 2009-01-09 [colin]      3.7.0cvs19
7126
7127         * src/prefs_themes.c
7128         * src/stock_pixmap.c
7129         * src/stock_pixmap.h
7130         * src/common/utils.c
7131         * src/common/utils.h
7132                 Win32: Fix bug 1813, 'Installing Theme Creates Error'
7133
7134 2009-01-08 [colin]      3.7.0cvs18
7135
7136         * src/mimeview.c
7137                 Win32: Fix bug 1810, 'Pressing 'o' key 
7138                 crashes CM'
7139
7140 2009-01-07 [colin]      3.7.0cvs17
7141
7142         * src/html.c
7143                 Fix bug 1432, '&amp; not escaped in links (HTML 
7144                 rendered as text)'
7145
7146 2009-01-06 [colin]      3.7.0cvs16
7147
7148         * src/plugins/pgpcore/select-keys.c
7149                 Warn translators the usual way about
7150                 accels
7151
7152 2009-01-06 [colin]      3.7.0cvs15
7153
7154         * src/mainwindow.c
7155                 Fix synchronisation dialog that shouldn't
7156                 appear when network goes down (Network
7157                 Manager)
7158         * src/mimeview.c
7159         * src/textview.c
7160                 Fix save as when attach_save_dir isn't set
7161                 fixes bug 1804, 'attach_save_directory does 
7162                 not default to $HOME'
7163         * src/plugins/pgpcore/select-keys.c
7164                 Add mnemonics to buttons - warn translators!
7165
7166 2009-01-06 [wwp]        3.7.0cvs14
7167
7168         * src/common/utils.c
7169                 Fix cvs13, thanks to Colin.
7170
7171 2009-01-06 [wwp]        3.7.0cvs13
7172
7173         * src/common/utils.c
7174                 Better support for Spanish Outlook replies (RES).
7175
7176 2009-01-02 [colin]      3.7.0cvs12
7177
7178         * src/folderview.c
7179                 Fix (+) sign after collapsed folder names that 
7180                 have quicksearch-matching children.
7181                 Fixes bug 1506, 'Recursive search in collapsed 
7182                 folders'
7183
7184 2009-01-02 [colin]      3.7.0cvs11
7185
7186         * src/stock_pixmap.c
7187         * src/stock_pixmap.h
7188                 Remove now-unused stock_pixmap_gdk
7189
7190 2009-01-02 [colin]      3.7.0cvs10
7191
7192         * src/gtk/gtkutils.c
7193         * src/pixmaps/claws-mail_icon.xpm
7194                 Use pixbuf for app icon, and make the app icon
7195                 a bit nicer
7196
7197 2009-01-02 [colin]      3.7.0cvs9
7198
7199         * src/uri_opener.c
7200                 Show both link title and URI if possible
7201
7202 2009-01-02 [colin]      3.7.0cvs8
7203
7204         * src/addressadd.c
7205         * src/addressbook.c
7206         * src/addressbook_foldersel.c
7207         * src/addressitem.h
7208         * src/folderview.c
7209         * src/grouplistdialog.c
7210         * src/importldif.c
7211         * src/mimeview.c
7212         * src/summaryview.c
7213         * src/gtk/gtkcmclist.c
7214         * src/gtk/gtkcmclist.h
7215         * src/gtk/gtkcmctree.c
7216         * src/gtk/gtkcmctree.h
7217         * src/gtk/gtksctree.c
7218         * src/gtk/gtksctree.h
7219                 Implement pixbuf rendering in tree widgets
7220                 instead of pixmaps
7221         * src/plugins/trayicon/trayicon.c
7222         * src/noticeview.c
7223         * src/prefs_themes.c
7224                 Use pixbuf rendering here too
7225
7226 2008-12-30 [paul]       3.7.0cvs7
7227
7228         * src/textview.c
7229                 no need to prematurely trim the uri in the statusbar
7230
7231 2008-12-29 [paul]       3.7.0cvs6
7232
7233         * src/procmsg.c
7234                 prefer List-Id header to X-* headers when creating
7235                 filter rule automatically
7236
7237 2008-12-28 [colin]      3.7.0cvs5
7238
7239         * src/compose.c
7240                 Set minimum height to 440 instead of 480
7241
7242 2008-12-22 [colin]      3.7.0cvs4
7243
7244         * src/compose.c
7245                 Fix bug 1799, '"Discard message" deletes manually 
7246                 saved draft'. Switch rmode to REEDIT after 
7247                 manually saving.
7248
7249 2008-12-21 [paul]       3.7.0cvs3
7250
7251         * tools/claws.i18n.status.pl
7252                 updates
7253
7254 2008-12-21 [paul]       3.7.0cvs2
7255
7256         * AUTHORS
7257         * src/gtk/authors.h
7258                 (more) updates
7259
7260 2008-12-21 [paul]       3.7.0cvs1
7261
7262         * AUTHORS
7263         * src/gtk/authors.h
7264                 updates
7265
7266 2008-12-19 [paul]       3.7.0
7267
7268         * NEWS
7269         * README
7270         * RELEASE_NOTES 
7271                 3.7.0 released!
7272
7273 2008-12-19 [paul]       3.6.1cvs80
7274
7275         * configure.ac
7276                 remove unmaintained sk and sr from ALL_LINGUAS
7277                 add newly maintained cs to ALL_LINGUAS
7278         * po/bg.po
7279         * po/ca.po
7280         * po/cs.po
7281         * po/de.po
7282         * po/fi.po
7283         * po/hu.po
7284         * po/nl.po
7285         * po/pt_BR.po
7286         * po/ru.po
7287         * po/sv.po
7288                 updated by Yasen Pramatarov, Miquel Oliete, David Vachulka,
7289                 Stephan Sachse, Flammie Pirinen, P�der Rezso, Marcel Pol,
7290                 Frederico Goncalves Guimaraes, Aleksei Miheev, and Lars
7291                 Persson Fink
7292
7293 2008-12-16 [colin]      3.6.1cvs79
7294
7295         * src/plugins/pgpcore/sgpgme.c
7296                 Fix warning
7297
7298 2008-12-15 [colin]      3.6.1cvs78
7299
7300         * src/compose.c
7301         * src/privacy.c
7302         * src/privacy.h
7303         * src/plugins/pgpcore/sgpgme.c
7304         * src/plugins/pgpcore/sgpgme.h
7305         * src/plugins/pgpinline/pgpinline.c
7306         * src/plugins/pgpmime/pgpmime.c
7307         * src/plugins/smime/smime.c
7308                 Fix bug 1796, 'PGP/MIME setting: "select key by your 
7309                 email address" doesn't work'. Use custom from address
7310                 if set
7311
7312 2008-12-15 [colin]      3.6.1cvs77
7313
7314         * src/common/utils.c
7315                 Fix bug 1746, 'Makes a mailto link from several 
7316                 paragraphs'
7317
7318 2008-12-15 [paul]       3.6.1cvs76
7319
7320         * m4/spamassassin.m4
7321                 fix warnings thrown up by autoconf-2.63
7322
7323 2008-12-13 [colin]      3.6.1cvs75
7324
7325         * Makefile.am
7326         * src/Makefile.am
7327         * src/common/ssl.c
7328         * src/common/utils.c
7329         * src/common/utils.h
7330         * tools/Makefile.am
7331                 Finish previous patch
7332
7333 2008-12-13 [colin]      3.6.1cvs74
7334
7335         * tools/Makefile.am
7336                 Only install certs on windows
7337
7338 2008-12-13 [colin]      3.6.1cvs73
7339
7340         * tools/Makefile.am
7341         * tools/ca-certificates.crt
7342         * src/common/Makefile.am
7343         * src/common/ssl.c
7344                 First try to ship SSL certificates in Windows
7345                 build
7346
7347 2008-12-12 [colin]      3.6.1cvs72
7348
7349         * configure.ac
7350         * src/plugins/pgpinline/claws.def
7351                 Windows build fixes
7352
7353 2008-12-12 [paul]       3.6.1cvs71
7354
7355         * src/imap.c
7356         * src/mh.c
7357         * src/partial_download.c
7358         * src/textview.c
7359         * src/common/claws.c
7360         * src/common/prefs.c
7361         * src/common/utils.c
7362                 win32: fix unlinking, renaming and bug with
7363                 non-ascii username
7364                 Patch by Colin
7365
7366 2008-12-11 [colin]      3.6.1cvs70
7367
7368         * po/fr.po
7369         * manual/fr/advanced.xml
7370                 Update french translations
7371
7372 2008-12-10 [colin]      3.6.1cvs69
7373
7374         * manual/faq.xml
7375                 Correct bug submission guidelines
7376
7377 2008-12-10 [colin]      3.6.1cvs68
7378
7379         * src/plugins/pgpcore/pgp_viewer.c
7380                 Fix bug 1736, 'Key import does not work'
7381                 Kill the correct pid (and not the parent
7382                 shell), and increase the timeout a bit.
7383
7384 2008-12-09 [paul]       3.6.1cvs67
7385
7386         * src/messageview.c
7387                 ensure that any stray noticeview buttons are hidden,
7388                 as clicking them causes segfaults!
7389
7390 2008-12-09 [colin]      3.6.1cvs66
7391
7392         * src/compose.c
7393         * src/compose.h
7394         * src/folder_item_prefs.h
7395         * src/prefs_common.c
7396         * src/prefs_common.h
7397         * src/common/defs.h
7398                 Fix bug 1792, '"Save Message to" should 
7399                 retain list of recently selected folders'
7400                 Also, make Enchant-related prefs stick
7401                 even if the build doesn't enable enchant
7402
7403 2008-12-09 [paul]       3.6.1cvs65
7404
7405         * src/messageview.c
7406                 fix bug 1787, 'Prevent automatic PGP inline
7407                 decryption attempts' use the noticeview to display
7408                 decryption failure messages instead of the irritating
7409                 popup dialog
7410
7411 2008-12-09 [colin]      3.6.1cvs64
7412
7413         * src/prefs_filtering.c
7414                 Fix bug 1789, 'filtering account selection 
7415                 (regression)'. Filtering on sending-only
7416                 accounts can be a little useful when using
7417                 filtering via Tools menu.
7418
7419 2008-12-07 [paul]       3.6.1cvs63
7420
7421         * src/prefs_actions.c
7422                 don't auto-select first entry (same as other
7423                 similar dialogs)
7424         * src/gtk/pluginwindow.c
7425                 these parents don't have children so don't look
7426                 for them
7427
7428 2008-12-07 [paul]       3.6.1cvs62
7429
7430         * src/prefs_account.c
7431         * src/gtk/pluginwindow.c
7432         * src/gtk/prefswindow.c
7433         * src/gtk/prefswindow.h
7434                 auto-select first page
7435
7436 2008-12-05 [colin]      3.6.1cvs61
7437
7438         * src/codeconv.c
7439         * src/procmime.c
7440                 Fix bug 1788, 'CM crashes re-encoding 
7441                 encoded parameters' (introduced in cvs40)
7442
7443 2008-12-05 [paul]       3.6.1cvs60
7444
7445         * src/prefs_common.h
7446                 remove gpg prefs that are no longer needed here
7447
7448 2008-12-03 [colin]      3.6.1cvs59
7449
7450         * src/msgcache.c
7451                 Speed up cache reading (about 10% gain)
7452         * src/summaryview.c
7453         * src/gtk/gtksctree.c
7454                 Speed up expand/collapse all threads
7455                 (about 95% gain)
7456
7457 2008-12-03 [paul]       3.6.1cvs58
7458
7459         * configure.ac
7460                 eradicate gcc4's signedness warnings
7461                 fix building with gnuTLS on (Open)Solaris
7462
7463 2008-12-01 [colin]      3.6.1cvs57
7464
7465         * src/gtk/gtkcmclist.c
7466                 Fix column headers
7467
7468 2008-12-01 [colin]      3.6.1cvs56
7469
7470         * src/plugins/pgpinline/pgpinline.c
7471                 Fix bug 1779, 'PGP Inline badly handles 
7472                 multipart'. Properly dump the current part
7473                 instead of running around with scissors
7474
7475 2008-11-30 [paul]       3.6.1cvs55
7476
7477         * manual/advanced.xml
7478         * manual/plugins.xml
7479         * src/prefs_toolbar.c
7480                 remove the verb from the page title and
7481                 update references in the manual
7482
7483 2008-11-30 [paul]       3.6.1cvs54
7484
7485         * src/prefs_other.c
7486                 move Other/ page to Other/Miscellaneous
7487         * src/gtk/prefswindow.c
7488                 make parent page unselectable
7489
7490 2008-11-29 [paul]       3.6.1cvs53
7491
7492         * README
7493                 add the new 'primary_paste_unselects' hidden
7494                 option, add missing 'log_[...]_color' options,
7495                 and reformat the text
7496         * manual/advanced.xml
7497                 add the new 'primary_paste_unselects' hidden
7498                 option, add missing 'log_[...]_color' options
7499
7500 2008-11-28 [colin]      3.6.1cvs52
7501
7502         * src/mimeview.c
7503                 Fix leak
7504
7505 2008-11-28 [colin]      3.6.1cvs51
7506
7507         * po/fr.po
7508                 Update translation
7509
7510 2008-11-28 [colin]      3.6.1cvs50
7511
7512         * src/mainwindow.c
7513                 Fix account selection in Mailing list
7514                 menu
7515
7516 2008-11-28 [paul]       3.6.1cvs49
7517
7518         * po/Makefile.in.in
7519                 automatically remove obsolete strings
7520
7521 2008-11-28 [colin]      3.6.1cvs48
7522
7523         * src/plugins/pgpcore/sgpgme.c
7524                 Fix error message when key isn't available.
7525
7526 2008-11-27 [colin]      3.6.1cvs47
7527
7528         * src/filtering.c
7529         * src/matcher.c
7530                 Fix a little leak
7531
7532 2008-11-26 [colin]      3.6.1cvs46
7533
7534         * src/common/ssl.c
7535                 Fix new warning
7536
7537 2008-11-26 [colin]      3.6.1cvs45
7538
7539         * src/plugins/pgpcore/select-keys.c
7540         * src/plugins/pgpcore/sgpgme.c
7541                 Fix bug 1591, 'S/MIME: better key 
7542                 handling/selection dialog'
7543                 Really ignore revoked/expired keys
7544
7545 2008-11-26 [colin]      3.6.1cvs44
7546
7547         * src/main.c
7548         * src/common/claws.c
7549         * src/common/ssl.c
7550                 Make sure libgcrypt's threading is initialised
7551                 before gnutls. See also old bug 1539.
7552
7553 2008-11-26 [colin]      3.6.1cvs43
7554
7555         * src/imap.c
7556         * src/news.c
7557         * src/etpan/imap-thread.c
7558                 Fix possible crashes due to clist_begin()
7559                 not checking for NULLs (it should!)
7560
7561 2008-11-25 [colin]      3.6.1cvs42
7562
7563         * src/procmime.c
7564                 Fix line length in MIME parameters
7565
7566 2008-11-22 [paul]       3.6.1cvs41
7567
7568         * src/compose.c
7569                 grab Return key press in attachments Properties
7570                 dialog
7571
7572 2008-11-21 [colin]      3.6.1cvs40
7573
7574         * src/compose.c
7575         * src/procmime.c
7576                 Fix bug 1776, 'use encoded name parameters 
7577                 for attachments instead of ascii'.
7578                 Break the RFC 2047 by using B-encoded 
7579                 filename parameter, like everyone does,
7580                 following advice from the RFC author.
7581
7582 2008-11-21 [colin]      3.6.1cvs39
7583
7584         * src/common/socket.c
7585                 Rehandshake if server asks to
7586
7587 2008-11-21 [colin]      3.6.1cvs38
7588
7589         * src/mimeview.h
7590         * src/toolbar.h
7591         * src/common/session.h
7592         * src/common/smtp.h
7593                 Move conditional-compilation members to
7594                 end of structs
7595
7596 2008-11-19 [wwp]        3.6.1cvs37
7597
7598         * src/prefs_actions.c
7599                 Fixed wrong behaviour when pressing Escape (was not cancelling
7600                 the action).
7601
7602 2008-11-19 [wwp]        3.6.1cvs36
7603
7604         * src/compose.c
7605         * src/matcher.c
7606         * src/messageview.c
7607         * src/mimeview.c
7608         * src/prefs_actions.c
7609         * src/prefs_filtering_action.c
7610         * src/procmsg.c
7611         * src/summaryview.c
7612         * src/textview.c
7613         * src/common/utils.c
7614                 Replace occurrences of "command line" with "command-line" everywhere.
7615                 Enforce code style (mostly indentation) in prefs_actions.c.
7616
7617 2008-11-19 [colin]      3.6.1cvs35
7618
7619         * src/compose.c
7620         * src/prefs_common.c
7621         * src/prefs_common.h
7622                 Add primary_paste_unselects hidden preference
7623                 to change how middle-click pasting changes
7624                 the selection and insert point; defaults to
7625                 pre-3.6.1cvs31
7626
7627 2008-11-19 [colin]      3.6.1cvs34
7628
7629         * src/folderview.c
7630                 Always give focus to summaryview, even if
7631                 the folder is empty, in small screen layout.
7632                 Allows to go back to folderlist using the
7633                 keyboard.
7634
7635 2008-11-18 [colin]      3.6.1cvs33
7636
7637         * src/mainwindow.h
7638                 Put back conditional at the end of struct
7639
7640 2008-11-18 [colin]      3.6.1cvs32
7641
7642         * src/procmime.c
7643         * src/common/w32_reg.c
7644                 Fix crash on win32 when browsing to a
7645                 directory
7646
7647 2008-11-15 [colin]      3.6.1cvs31
7648
7649         * src/compose.c
7650                 After a mid-click paste, deselect selection
7651                 and go to end of paste.
7652
7653 2008-11-15 [colin]      3.6.1cvs30
7654
7655         * src/compose.c
7656                 Auto-save draft after external editor quits
7657
7658 2008-11-15 [colin]      3.6.1cvs29
7659
7660         * src/plugins/pgpcore/sgpgme.c
7661                 Fix wrong error display, thanks to
7662                 Charles A. Edwards
7663
7664 2008-11-14 [colin]      3.6.1cvs28
7665
7666         * src/prefs_actions.c
7667                 Comment out bogus (IMO) warning
7668
7669 2008-11-14 [colin]      3.6.1cvs27
7670
7671         * src/mainwindow.c
7672         * src/summaryview.c
7673         * src/summaryview.h
7674         * src/gtk/menu.c
7675         * src/gtk/menu.h
7676                 Share summaryview's context menu actions with
7677                 the equivalent menu items of the main menu;
7678                 this allows to share accelerators and de-
7679                 duplicate code.
7680
7681 2008-11-14 [colin]      3.6.1cvs26
7682
7683         * src/plugins/pgpcore/sgpgme.c
7684                 Fix bug 1768, 'claws-mail crashes while 
7685                 checking smime bad signature'
7686
7687 2008-11-13 [colin]      3.6.1cvs25
7688
7689         * src/account.c
7690         * src/filtering.c
7691                 Fix redefinition of PREFSBUFSIZE
7692
7693 2008-11-13 [wwp]        3.6.1cvs24
7694
7695         * tools/popfile-link.sh
7696                 Add support for reusing existing POPFile session ID.
7697
7698 2008-11-12 [colin]      3.6.1cvs23
7699
7700         * src/prefs_gtk.h
7701                 Fix bug 1771, 'Folder template gets 
7702                 truncated when exiting the application'
7703                 Use a 32k buffer for string preferences
7704
7705 2008-11-11 [colin]      3.6.1cvs22
7706
7707         * src/summaryview.c
7708                 Fix "display sender using addressbook" when
7709                 prefs_common.swap_from is in use. Patch by
7710                 H. Merijn Brand
7711
7712 2008-11-11 [colin]      3.6.1cvs21
7713
7714         * src/autofaces.c
7715         * src/common/md5.c
7716         * src/common/md5.h
7717                 Make a few functions static
7718
7719 2008-11-07 [colin]      3.6.1cvs20
7720
7721         * src/mainwindow.c
7722         * src/summaryview.c
7723                 Fix crash when rebuilding colorlabel
7724                 menu
7725         * src/addrgather.c
7726         * src/editldap.c
7727         * src/prefs_account.c
7728         * src/prefs_compose_writing.c
7729         * src/prefs_logging.c
7730         * src/prefs_message.c
7731         * src/prefs_other.c
7732         * src/prefs_receive.c
7733         * src/prefs_summaries.c
7734         * src/prefs_wrapping.c
7735         * src/plugins/bogofilter/bogofilter_gtk.c
7736         * src/plugins/pgpcore/prefs_gpg.c
7737         * src/plugins/spamassassin/spamassassin_gtk.c
7738                 Fix deprecated use of page_size in 
7739                 gtkspinbutton adjustments
7740
7741 2008-11-06 [mones]      3.6.1cvs19
7742
7743         * src/mainwindow.c
7744                 Fix missing "About" in Help menu
7745         * tools/claws.i18n.status.pl
7746                 Fix header
7747
7748 2008-11-05 [colin]      3.6.1cvs18
7749
7750         * src/action.c
7751         * src/main.c
7752         * src/mainwindow.c
7753         * src/common/socket.c
7754         * src/common/socket.h
7755         * src/gtk/gtkutils.c
7756         * src/gtk/gtkutils.h
7757                 w32: Implement single launch (lock
7758                 socket); always put debug log to
7759                 the rc_dir; fix Start menu update
7760                 after registering as default Mail 
7761                 app
7762
7763 2008-11-05 [colin]      3.6.1cvs17
7764
7765         * src/mainwindow.c
7766                 Setting the Mail start menu item in HKCU 
7767                 confuses the Internet Options dialog. Do 
7768                 it in HKLM as this dialog does.
7769
7770 2008-11-04 [colin]      3.6.1cvs16
7771
7772         * src/common/w32_reg.c
7773                 Fix off-by-one
7774
7775 2008-11-04 [colin]      3.6.1cvs15
7776
7777         * src/procmime.c
7778                 w32: Fix getting content-type 
7779         * src/mimeview.c
7780         * src/prefs_common.c
7781         * src/prefs_common.h
7782         * src/prefs_ext_prog.c
7783         * src/textview.c
7784                 w32: better integration (use the
7785                 standard file associations instead
7786                 of our platform-unadapted open
7787                 dialog)
7788         * src/mainwindow.c
7789         * src/common/utils.c
7790         * src/common/w32_reg.c
7791         * src/common/w32lib.h
7792                 w32: better integration (allow 
7793                 setting Claws as default MUA)
7794
7795 2008-11-01 [colin]      3.6.1cvs14
7796
7797         * src/codeconv.c
7798                 Fix wrongly converted non-ascii characters
7799                 when locale's charset is US-ASCII (strict-mode
7800                 was failing in this case)
7801
7802 2008-10-30 [colin]      3.6.1cvs13
7803
7804         * src/mimeview.c
7805         * src/mimeview.h
7806         * src/textview.c
7807         * src/textview.h
7808                 Use one UI Manager per mimeview, instead of
7809                 the global one -- else user_data pointer gets
7810                 broken if opening and closing another message-
7811                 view, then using right-click on a mimeview's 
7812                 mimepart. Probably fixes bug 1711, 'Save-as
7813                 attachment crashes'
7814
7815 2008-10-24 [paul]       3.6.1cvs12
7816
7817         * tools/Makefile.am
7818         * tools/kdeservicemenu/claws-mail-attach-files.desktop.kde4template
7819         * tools/kdeservicemenu/install.sh
7820                 another, possibly the final?, attempt on getting this
7821                 sorted for kde4
7822
7823 2008-10-24 [paul]       3.6.1cvs11
7824
7825         * tools/kdeservicemenu/install.sh
7826                 fix servicemenu installation directory on kde4
7827
7828 2008-10-24 [paul]       3.6.1cvs10
7829
7830         * tools/kdeservicemenu/README
7831         * tools/kdeservicemenu/install.sh
7832                 add support for kde4 in addition to kde3.
7833                 a rework involving checking for kde4-config, then
7834                 kde-config, finally prompting the user for the
7835                 location of either if they cannot be found
7836                 
7837
7838 2008-10-18 [paul]       3.6.1cvs9
7839
7840         * tools/claws.i18n.status.pl
7841                 updated with latest translator info.
7842                 only print for languages defined in %langname
7843
7844 2008-10-17 [paul]       3.6.1cvs8
7845
7846         * src/plugins/pgpcore/sgpgme.c
7847                 when listing the uid's, show the uid validity
7848
7849 2008-10-16 [paul]       3.6.1cvs7
7850
7851         * INSTALL
7852                 updated
7853
7854 2008-10-13 [wwp]        3.6.1cvs6
7855
7856         * po/fr.po
7857                 Updated French translation.
7858
7859 2008-10-11 [colin]      3.6.1cvs5
7860
7861         * src/gtk/authors.h
7862                 Fix bug 1756, "Outdated translators list in About 
7863                 dialogue". Patch by Aleksei Miheev.
7864
7865 2008-10-11 [colin]      3.6.1cvs4
7866
7867         * src/account.c
7868         * src/imap.c
7869         * src/inc.c
7870         * src/main.c
7871         * src/mainwindow.c
7872         * src/news.c
7873         * src/pop.c
7874         * src/pop.h
7875         * src/prefs_account.c
7876         * src/send_message.c
7877         * src/send_message.h
7878         * src/ssl_manager.c
7879         * src/ssl_manager.h
7880         * src/wizard.c
7881         * src/common/claws.c
7882         * src/common/defs.h
7883         * src/common/session.c
7884         * src/common/session.h
7885         * src/common/smtp.c
7886         * src/common/smtp.h
7887         * src/common/socket.c
7888         * src/common/socket.h
7889         * src/common/ssl.c
7890         * src/common/ssl.h
7891         * src/common/ssl_certificate.c
7892         * src/common/ssl_certificate.h
7893         * src/gtk/about.c
7894         * src/gtk/sslcertwindow.c
7895         * src/gtk/sslcertwindow.h
7896                 Remove OpenSSL code
7897
7898 2008-10-11 [colin]      3.6.1cvs3
7899
7900         * src/common/ssl_certificate.c
7901                 Make local function static
7902
7903 2008-10-10 [colin]      3.6.1cvs2
7904
7905         * src/common/ssl.h
7906         * src/common/ssl_certificate.c
7907         * src/gtk/sslcertwindow.c
7908                 Add offline certificate verification,
7909                 thanks to Nikos Mavrogiannopoulos for the
7910                 hints
7911
7912 2008-10-10 [colin]      3.6.1cvs1
7913
7914         * src/common/ssl_certificate.c
7915         * src/gtk/sslcertwindow.c
7916                 Fix warnings
7917
7918 2008-10-10 [paul]       3.6.1
7919
7920         * m4/spamassassin.m4
7921                 remove openssl dross
7922
7923         * NEWS
7924         * README
7925         * RELEASE_NOTES 
7926                 3.6.1 released!
7927
7928 2008-10-10 [colin]      3.6.0cvs25
7929
7930         * src/common/ssl.c
7931                 Tell libetpan it doesn't need to init
7932                 GnuTLS
7933
7934 2008-10-10 [colin]      3.6.0cvs24
7935
7936         * claws-mail.pc.in
7937                 Remove references to openssl
7938
7939 2008-10-09 [colin]      3.6.0cvs23
7940
7941         * configure.ac
7942                 Fix message
7943
7944 2008-10-09 [colin]      3.6.0cvs22
7945
7946         * configure.ac
7947                 Error out when building against openssl
7948
7949 2008-10-09 [colin]      3.6.0cvs21
7950
7951         * configure.ac
7952         * COPYING
7953         * src/crash.c
7954         * src/main.c
7955         * src/gtk/about.c
7956                 Disable OpenSSL due to requirement of
7957                 OpenSSL exception. Code not removed yet,
7958                 just in case, but disabled.
7959
7960 2008-10-09 [colin]      3.6.0cvs20
7961
7962         * configure.ac
7963         * src/Makefile.am
7964         * src/crash.c
7965         * src/gedit-print.c
7966         * src/gedit-print.h
7967         * src/main.c
7968         * src/mainwindow.c
7969         * src/messageview.c
7970         * src/prefs_ext_prog.c
7971         * src/prefs_fonts.c
7972         * src/prefs_image_viewer.c
7973         * src/printing.c
7974         * src/printing.h
7975         * src/summaryview.c
7976         * src/gtk/Makefile.am
7977         * src/gtk/about.c
7978         * src/gtk/gtksourceprintjob.c
7979         * src/gtk/gtksourceprintjob.h
7980                 Revert previous patch. It'd be better to remove
7981                 OpenSSL instead, as GnuTLS works as well.
7982
7983 2008-10-09 [colin]      3.6.0cvs19
7984
7985         * configure.ac
7986         * src/Makefile.am
7987         * src/crash.c
7988         * src/gedit-print.c
7989         * src/gedit-print.h
7990         * src/main.c
7991         * src/mainwindow.c
7992         * src/messageview.c
7993         * src/prefs_ext_prog.c
7994         * src/prefs_fonts.c
7995         * src/prefs_image_viewer.c
7996         * src/printing.c
7997         * src/printing.h
7998         * src/summaryview.c
7999         * src/gtk/Makefile.am
8000         * src/gtk/about.c
8001         * src/gtk/gtksourceprintjob.c
8002         * src/gtk/gtksourceprintjob.h
8003                 Remove the libgnomeprint interface (deprecated,
8004                 and fixes Debian's #501570, 'Copyright confusion')
8005
8006 2008-10-09 [colin]      3.6.0cvs18
8007
8008         * configure.ac
8009                 Require libetpan 0.57 (important fixes)
8010
8011 2008-10-08 [paul]       3.6.0cvs17
8012
8013         * src/prefs_filtering_action.c
8014         * src/prefs_matcher.c
8015                 enable re-ordering of the filtering/processing
8016                 condition and actions lists by drag'n'drop
8017
8018 2008-10-08 [colin]      3.6.0cvs16
8019
8020         * src/addressbook.c
8021                 Fix wrong menu title
8022
8023 2008-10-07 [colin]      3.6.0cvs15
8024
8025         * src/imap.c
8026                 After thinking, revert this. It's only a minor
8027                 annoyance to GSSAPI users, and I can't test this
8028                 right now. Postponed until after next good release.
8029
8030 2008-10-07 [colin]      3.6.0cvs14
8031
8032         * src/imap.c
8033                 Don't ask for a password when using GSSAPI
8034
8035 2008-10-07 [colin]      3.6.0cvs13
8036
8037         * src/mainwindow.c
8038                 Fix build with GTK+ < 2.14
8039
8040 2008-10-07 [colin]      3.6.0cvs12
8041
8042         * src/mainwindow.c
8043         * src/mainwindow.h
8044         * src/prefs_common.c
8045         * src/prefs_common.h
8046         * src/summaryview.c
8047         * src/gtk/colorlabel.c
8048                 Fix bug 1749, 'Shortcut keys for color labels 
8049                 not changeable'
8050                 Make fullscreen a setting remembered between
8051                 sessions
8052
8053 2008-10-07 [colin]      3.6.0cvs11
8054
8055         * src/prefs_other.c
8056                 Fix bug 1747, 'Wanderlust keybindings no longer 
8057                 working (regression)'
8058
8059 2008-10-07 [colin]      3.6.0cvs10
8060
8061         * src/mainwindow.c
8062                 Make fullscreen a real menu item
8063
8064 2008-10-07 [colin]      3.6.0cvs9
8065
8066         * src/mainwindow.c
8067                 Make sure we won't save size when
8068                 fullscreening
8069
8070 2008-10-06 [colin]      3.6.0cvs8
8071
8072         * src/mainwindow.c
8073         * src/mainwindow.h
8074                 Handle fullscreen via F11. Patch by
8075                 Michael Rasmussen
8076
8077 2008-10-06 [colin]      3.6.0cvs7
8078
8079         * src/common/ssl.c
8080                 Fix return value when setting client cert
8081
8082 2008-10-04 [colin]      3.6.0cvs6
8083
8084         * src/mimeview.c
8085                 Fix bug 1742, 'Attachment list contents not 
8086                 visible/scrollable'
8087
8088 2008-10-04 [paul]       3.6.0cvs5
8089
8090         * src/mainwindow.c
8091                 fix failure of Hide toolbar option on restart
8092
8093 2008-10-04 [colin]      3.6.0cvs4
8094
8095         * src/addressbook.c
8096         * src/compose.c
8097         * src/mainwindow.c
8098         * src/messageview.c
8099         * src/summaryview.c
8100                 Maemo: Fix bug 1737, Crashes upon opening
8101
8102 2008-10-04 [paul]       3.6.0cvs3
8103
8104         * po/pt_BR.po
8105                 submitted (just a little late) by Frederico
8106                 Goncalves Guimaraes
8107
8108 2008-10-03 [wwp]        3.6.0cvs2
8109
8110         * po/fr.po
8111                 Many fixes, mostly in menus and accelerators.
8112
8113 2008-10-03 [colin]      3.6.0cvs1
8114
8115         * src/gtk/filesel.c
8116                 Allow network mounts with new GTKs: they're
8117                 available via FUSE mounts and we don't need
8118                 GVFS.
8119
8120 2008-10-03 [paul]       3.6.0
8121
8122         * NEWS
8123         * README
8124         * RELEASE_NOTES 
8125                 3.6.0 released!
8126
8127 2008-10-03 [paul]       3.5.0cvs145
8128
8129         * configure.ac
8130         * po/bg.po
8131         * po/nl.po
8132         * po/ru.po
8133         * po/sv.po
8134                 new translations. added by Yasen Pramatarov,
8135                 Marcel Pol, Aleksei Miheev, and Lars Persson Fink
8136         * po/ca.po
8137         * po/de.po
8138         * po/fi.po
8139         * po/fr.po
8140         * po/hu.po
8141         * po/it.po
8142         * po/pl.po
8143         * po/zh_CN.po
8144                 updated translations. submitted by Miquel Oliete,
8145                 Stephan Sachse, Flammie Pirinen, wwp, Pader Rezo,
8146                 Andrea Spadaccini, Emilian Nowak, and Ralph Young
8147
8148 2008-10-02 [colin]      3.5.0cvs144
8149
8150         * src/common/session.c
8151                 Fix crash when connection fails on windows
8152
8153 2008-10-01 [colin]      3.5.0cvs143
8154
8155         * src/imap.c
8156                 Real fix for FS-unsafe chars on win32
8157
8158 2008-10-01 [colin]      3.5.0cvs142
8159
8160         * src/imap.c
8161                 Encode prohibited filenames on win32
8162
8163 2008-09-30 [mones]      3.5.0cvs141
8164
8165         * src/ldapctrl.c
8166         * src/main.c
8167         * src/prefs_themes.c
8168         * src/printing.c
8169                 Fix output of some debug messages
8170
8171 2008-09-30 [colin]      3.5.0cvs140
8172
8173         * src/addrbook.c
8174         * src/addrharvest.c
8175         * src/compose.c
8176         * src/jpilot.c
8177         * src/mh.c
8178         * src/prefs_themes.c
8179         * src/procheader.c
8180         * src/procmime.c
8181         * src/summaryview.c
8182         * src/common/utils.c
8183         * src/gtk/sslcertwindow.c
8184                 Win32: Fix time usage; use g_stat
8185
8186 2008-09-29 [colin]      3.5.0cvs139
8187
8188         * src/common/utils.c
8189                 Fix case-sensitive match of subject
8190                 prefixes on win32
8191
8192 2008-09-29 [colin]      3.5.0cvs138
8193
8194         * src/folder_item_prefs.c
8195         * src/folder_item_prefs.h
8196         * src/matcher.c
8197         * src/prefs_folder_item.c
8198         * src/prefs_matcher.c
8199         * src/summaryview.c
8200         * src/common/string_match.c
8201         * src/common/utils.c
8202                 Fix a huge leak (dozens of megs per folder
8203                 change) on Windows: disable regexps 
8204
8205 2008-09-28 [paul]       3.5.0cvs137
8206
8207         * po/en_GB.po
8208                 updated
8209
8210 2008-09-27 [colin]      3.5.0cvs136
8211
8212         * src/account.c
8213         * src/account.h
8214                 Add accessor for cur_account
8215
8216 2008-09-27 [colin]      3.5.0cvs135
8217
8218         * src/imap.c
8219                 Fix crash when error happen on session establishment
8220
8221 2008-09-26 [mones]      3.5.0cvs134
8222
8223         * po/es.po
8224                 Updated for release
8225
8226 2008-09-26 [colin]      3.5.0cvs133
8227
8228         * src/plugins/pgpcore/claws.def
8229                 Fix symbol
8230
8231 2008-09-26 [colin]      3.5.0cvs132
8232
8233         * src/prefs_common.c
8234         * src/prefs_common.h
8235         * src/plugins/pgpcore/pgp_viewer.c
8236                 Add an accessor to prefs_common for plugins
8237                 (Win32 fix)
8238
8239 2008-09-25 [colin]      3.5.0cvs131
8240
8241         * src/main.c
8242                 Fix bug 1725, 'useless lines in clawsrc'
8243         * src/plugins/smime/mypgpcore.def
8244                 Add a missing symbol
8245
8246 2008-09-25 [paul]       3.5.0cvs130
8247
8248         * src/plugins/smime/mypgpcore.def
8249         * src/plugins/smime/plugin.def
8250         * src/plugins/smime/version.rc
8251                 add these windows-specific files
8252                 (Thanks to Colin)
8253
8254 2008-09-25 [colin]      3.5.0cvs129
8255
8256         * src/main.c
8257                 Load standard plugins only on first run
8258
8259 2008-09-25 [colin]      3.5.0cvs128
8260
8261         * src/codeconv.c
8262                 Fix build...
8263
8264 2008-09-24 [colin]      3.5.0cvs127
8265
8266         * src/codeconv.c
8267                 Add nb_NO's charset (iso-8859-1)
8268
8269 2008-09-24 [colin]      3.5.0cvs126
8270
8271         * src/common/utils.c
8272                 Fix get_mail_base_dir() on windows
8273                 (was synced from main ages ago)
8274
8275 2008-09-24 [colin]      3.5.0cvs125
8276
8277         * src/main.c
8278         * src/wizard.c
8279                 Integrate better with Windows' style
8280
8281 2008-09-23 [paul]       3.5.0cvs124
8282
8283         * src/compose.c
8284         * src/mainwindow.c
8285         * src/messageview.c
8286                 offer these strings to translators too 
8287
8288 2008-09-23 [colin]      3.5.0cvs123
8289
8290         * configure.ac
8291                 Add a --disable-dbus flag in case we want
8292                 no DBUS even if headers are available (like
8293                 for building gpg4win)
8294         * src/filtering.c
8295         * src/mainwindow.c
8296         * src/prefs_logging.c
8297         * src/common/utils.c
8298         * src/plugins/pgpcore/sgpgme.c
8299         * src/plugins/smime/claws.def
8300                 Windows fixes:
8301                 - disable filtering log (it's crashy for
8302                   some reason)
8303                 - fix gmtime_r when time is -1 (before 01/01/70)
8304                 - add symbols for smime
8305
8306 2008-09-22 [colin]      3.5.0cvs122
8307
8308         * src/common/utils.c
8309         * src/account.c
8310                 Remove raw printf
8311         * src/compose.c
8312                 Fix cursor position after changing account
8313         * src/imap.c
8314         * src/mimeview.c
8315         * src/news.c
8316                 Fix absolute path detection 
8317
8318 2008-09-21 [colin]      3.5.0cvs121
8319
8320         * src/gtk/gtkaspell.c
8321                 Don't try to use empty dictionaries
8322
8323 2008-09-20 [colin]      3.5.0cvs120
8324
8325         * po/POTFILES.in
8326                 Add the new files to the translations
8327
8328 2008-09-20 [colin]      3.5.0cvs119
8329
8330         * configure.ac
8331         * src/plugins/Makefile.am
8332         * src/plugins/smime/Makefile.am
8333         * src/plugins/smime/plugin.c
8334         * src/plugins/smime/smime.c
8335         * src/plugins/smime/smime.deps
8336         * src/plugins/smime/smime.h
8337                 Include S/Mime plugin in the main plugins
8338                 Will ease the Gpg4win team's work
8339
8340 2008-09-20 [colin]      3.5.0cvs118
8341
8342         * src/autofaces.c
8343         * src/compose.c
8344         * src/ldapquery.c
8345         * src/main.c
8346         * src/news.c
8347         * src/common/socket.c
8348         * src/gtk/gtkutils.c
8349         * src/plugins/pgpcore/claws.def
8350                 Windows: more fixes, thanks to wwp and
8351                 Marcus Brinkmann
8352
8353 2008-09-20 [colin]      3.5.0cvs117
8354
8355         * src/imap.c
8356                 Tell on which server errors happened
8357
8358 2008-09-20 [colin]      3.5.0cvs116
8359
8360         * src/etpan/etpan-thread-manager.c
8361         * src/etpan/imap-thread.c
8362         * src/etpan/nntp-thread.c
8363                 Windows: Fix hang on IMAP/NNTP
8364
8365 2008-09-20 [colin]      3.5.0cvs115
8366
8367         * src/common/utils.c
8368                 Fix bug 1723, "Buffer overflow crash caused by 
8369                 preview in 'Date format help' dialog box"
8370                 Also, optimise fast_strftime a bit :)
8371
8372 2008-09-18 [colin]      3.5.0cvs114
8373
8374         * src/procmime.c
8375         * src/textview.c
8376                 Check for NULLs before str* functions
8377
8378 2008-09-18 [colin]      3.5.0cvs113
8379
8380         * src/messageview.c
8381         * src/procmime.c
8382         * src/textview.c
8383                 Handle html parts in multipart/related
8384                 Decode ISO-8859-1 as Windows-1252 (the former
8385                 is a subset of the latter) in order to 
8386                 workaround Outlook mails misencoding
8387         * src/gtk/logwindow.c
8388         * src/gtk/logwindow.h
8389                 Clear mainwindow's error pixmap when the
8390                 error scrolls out of the log
8391
8392 2008-09-17 [colin]      3.5.0cvs112
8393
8394         * src/image_viewer.c
8395                 Fix image loading (multiple childs added to 
8396                 scrolledwindow, break of the resize functionality)
8397         * src/account.c
8398         * src/prefs_folder_item.c
8399         * src/prefs_spelling.c
8400         * src/gtk/gtkaspell.c
8401                 Better fix problems with dictionaries updates
8402
8403 2008-09-17 [colin]      3.5.0cvs111
8404
8405         * src/common/utils.c
8406                 Fix double-opening (fixes multiple signatures when
8407                 using signify)
8408
8409 2008-09-16 [colin]      3.5.0cvs110
8410
8411         * src/prefs_account.c
8412         * src/prefs_folder_item.c
8413         * src/prefs_spelling.c
8414         * src/gtk/gtkaspell.c
8415                 Better stripping of aspell dictionaries names
8416
8417 2008-09-16 [colin]
8418
8419         * 3.6.0-rc1 released
8420
8421 2008-09-16 [colin]      3.5.0cvs109
8422
8423         * src/account.c
8424         * src/inc.c
8425         * src/mainwindow.c
8426         * src/prefs_account.h
8427         * src/prefs_other.c
8428         * src/send_message.c
8429         * src/gtk/inputdialog.c
8430                 Don't add a pref to allow remembering passwords
8431                 (Just not checking the checkbox is enough)
8432
8433 2008-09-16 [colin]      3.5.0cvs108
8434
8435         * configure.ac
8436                 Require libetpan 0.56 as 0.55 is crashy
8437         * src/messageview.c
8438                 Fix english
8439         * src/gtk/inputdialog.c
8440         * src/gtk/inputdialog.h
8441                 Fix warnings
8442
8443 2008-09-16 [wwp]        3.5.0cvs107
8444
8445         * src/compose.c
8446                 Complete 3.5.0cvs106 by removing a function that got
8447                 moved to account.[ch].
8448
8449 2008-09-16 [wwp]        3.5.0cvs106
8450
8451         * src/account.c
8452         * src/account.h
8453         * src/compose.c
8454         * src/quote_fmt.c
8455         * src/quote_fmt_lex.l
8456         * src/quote_fmt_parse.y
8457                 Add account signature (path and value string) manipulation
8458                 keywords to the template processor. It's now possible in
8459                 all templates to insert the account signature to an
8460                 arbitrary location or to pass it to a external script for
8461                 further editing.
8462
8463
8464 2008-09-16 [mones]      3.5.0cvs105
8465
8466         * src/imap.c
8467         * src/inc.c
8468         * src/mainwindow.c
8469         * src/mainwindow.h
8470         * src/news.c
8471         * src/prefs_account.h
8472         * src/prefs_common.c
8473         * src/prefs_common.h
8474         * src/prefs_other.c
8475         * src/send_message.c
8476         * src/gtk/inputdialog.c
8477         * src/gtk/inputdialog.h
8478                 Implement session passwords: unsaved passwords for receiving
8479                 or sending of accounts can be remembered while running to 
8480                 avoid repetitive typing.
8481                 As keeping passwords in memory is unsafe a new preference 
8482                 in Other page is added to activate or not such capability.
8483
8484 2008-09-14 [colin]      3.5.0cvs104
8485
8486         * src/codeconv.c
8487         * src/codeconv.h
8488                 Make conv_iconv_strdup static
8489
8490 2008-09-12 [colin]      3.5.0cvs103
8491
8492         * claws-mail.pc.in
8493         * src/Makefile.am
8494         * src/compose.c
8495         * src/compose.h
8496         * src/crash.c
8497         * src/folder_item_prefs.c
8498         * src/folder_item_prefs.h
8499         * src/main.c
8500         * src/prefs_account.c
8501         * src/prefs_common.c
8502         * src/prefs_common.h
8503         * src/prefs_folder_item.c
8504         * src/prefs_spelling.c
8505         * src/prefs_template.c
8506         * src/quote_fmt.h
8507         * src/quote_fmt_parse.y
8508         * src/toolbar.c
8509         * src/toolbar.h
8510         * src/gtk/Makefile.am
8511         * src/gtk/about.c
8512         * src/gtk/filesel.c
8513         * src/gtk/gtkaspell.c
8514         * src/gtk/gtkaspell.h
8515         * src/plugins/bogofilter/Makefile.am
8516         * src/plugins/dillo_viewer/Makefile.am
8517         * src/plugins/spamassassin/Makefile.am
8518         * src/plugins/trayicon/Makefile.am
8519                 Switch spellchecker to Enchant
8520
8521 2008-09-12 [paul]       3.5.0cvs102
8522
8523         * tools/README
8524         * tools/csv2addressbook.pl
8525                 add support for Fox Mail
8526
8527 2008-09-12 [paul]       3.5.0cvs101
8528
8529         * src/compose.c
8530         * src/prefs_wrapping.c
8531                 changes to English
8532
8533 2008-09-12 [paul]       3.5.0cvs100
8534
8535         * configure.ac
8536                 revert cvs99's libenchant commit error
8537
8538 2008-09-12 [colin]      3.5.0cvs99
8539
8540         * src/inc.c
8541                 Only go to inbox if there are new mails
8542                 (and fetch was manual)
8543
8544 2008-09-10 [colin]      3.5.0cvs98
8545
8546         * src/inc.c
8547         * src/summaryview.c
8548         * src/common/session.c
8549                 Use g_timeout_add_seconds instead of g_timeout_add
8550                 on glib >= 2.14 when we don't need precision on the 
8551                 delay. This helps reducing power consumption:
8552                 http://mjg59.livejournal.com/74651.html
8553
8554 2008-09-10 [colin]      3.5.0cvs97
8555
8556         * src/compose.c
8557                 Don't save window size and position when
8558                 compose is hidden (filtering action)
8559
8560 2008-09-09 [colin]      3.5.0cvs96
8561
8562         * src/action.h
8563         * src/addr_compl.c
8564         * src/addressadd.c
8565         * src/addressbook.h
8566         * src/addressbook_foldersel.c
8567         * src/addressitem.h
8568         * src/addrgather.c
8569         * src/alertpanel.c
8570         * src/browseldap.c
8571         * src/editaddress.c
8572         * src/editaddress_other_attributes_ldap.h
8573         * src/editbook.c
8574         * src/editjpilot.c
8575         * src/editldap.c
8576         * src/editldap_basedn.c
8577         * src/editvcard.c
8578         * src/exphtmldlg.c
8579         * src/expldifdlg.c
8580         * src/export.c
8581         * src/foldersel.c
8582         * src/foldersel.h
8583         * src/gedit-print.c
8584         * src/gedit-print.h
8585         * src/grouplistdialog.c
8586         * src/headerview.c
8587         * src/headerview.h
8588         * src/image_viewer.c
8589         * src/import.c
8590         * src/importldif.c
8591         * src/importmutt.c
8592         * src/importpine.c
8593         * src/inc.c
8594         * src/main.c
8595         * src/main.h
8596         * src/messageview.c
8597         * src/messageview.h
8598         * src/noticeview.c
8599         * src/prefs_actions.c
8600         * src/prefs_filtering.c
8601         * src/prefs_folder_column.c
8602         * src/prefs_gtk.h
8603         * src/prefs_summary_column.c
8604         * src/prefs_toolbar.c
8605         * src/send_message.c
8606         * src/setup.c
8607         * src/sourcewindow.c
8608         * src/sourcewindow.h
8609         * src/ssl_manager.c
8610         * src/statusbar.c
8611         * src/statusbar.h
8612         * src/stock_pixmap.c
8613         * src/stock_pixmap.h
8614         * src/summaryview.c
8615         * src/textview.c
8616         * src/textview.h
8617         * src/undo.h
8618         * src/uri_opener.c
8619         * src/wizard.c
8620         * src/wizard.h
8621         * src/common/ssl.h
8622         * src/common/utils.c
8623         * src/gtk/about.c
8624         * src/gtk/colorlabel.c
8625         * src/gtk/colorlabel.h
8626         * src/gtk/combobox.h
8627         * src/gtk/description_window.c
8628         * src/gtk/filesel.c
8629         * src/gtk/gtkaspell.c
8630         * src/gtk/gtkaspell.h
8631         * src/gtk/gtkcmclist.c
8632         * src/gtk/gtkcmclist.h
8633         * src/gtk/gtkcmctree.c
8634         * src/gtk/gtkcmctree.h
8635         * src/gtk/gtkcmoptionmenu.h
8636         * src/gtk/gtksctree.c
8637         * src/gtk/gtksctree.h
8638         * src/gtk/gtkshruler.c
8639         * src/gtk/gtkshruler.h
8640         * src/gtk/gtksourceprintjob.c
8641         * src/gtk/gtksourceprintjob.h
8642         * src/gtk/gtkutils.c
8643         * src/gtk/gtkutils.h
8644         * src/gtk/gtkvscrollbutton.c
8645         * src/gtk/gtkvscrollbutton.h
8646         * src/gtk/icon_legend.c
8647         * src/gtk/inputdialog.c
8648         * src/gtk/logwindow.c
8649         * src/gtk/logwindow.h
8650         * src/gtk/manage_window.c
8651         * src/gtk/manage_window.h
8652         * src/gtk/menu.c
8653         * src/gtk/prefswindow.c
8654         * src/gtk/progressdialog.c
8655         * src/gtk/progressdialog.h
8656         * src/plugins/bogofilter/bogofilter_gtk.c
8657         * src/plugins/pgpcore/passphrase.c
8658         * src/plugins/spamassassin/spamassassin_gtk.c
8659         * src/plugins/trayicon/trayicon.c
8660         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
8661         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
8662         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.c
8663         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
8664         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
8665                 Complete GTK+ 2.14 undeprecation
8666                 (thanks to "J.A. Magallon" <jamagallon@ono.com>)
8667
8668 2008-09-09 [colin]      3.5.0cvs95
8669
8670         * src/gtk/gtkcmclist.h
8671                 Fix build on GTK+ 2.14
8672
8673 2008-09-08 [colin]      3.5.0cvs94
8674
8675         * src/noticeview.c
8676         * src/noticeview.h
8677                 Remove GtkSignalFunc
8678
8679 2008-09-07 [colin]      3.5.0cvs93
8680
8681         * src/addressadd.c
8682         * src/addressbook_foldersel.c
8683         * src/gtk/gtkcmclist.c
8684         * src/gtk/gtkcmclist.h
8685         * src/gtk/gtkcmctree.c
8686         * src/gtk/gtkcmctree.h
8687         * src/gtk/gtksctree.c
8688         * src/gtk/prefswindow.c
8689         * src/gtk/prefswindow.h
8690                 Use GDestroyNotify instead of GtkDestroyNotify
8691                 (deprecated in GTK+ 2.14)
8692
8693 2008-09-07 [colin]      3.5.0cvs92
8694
8695         * src/textview.c
8696                 Fix bug 1712, 'invalid "Phishing attempt warning" 
8697                 when linked text ends with spaces'
8698
8699 2008-09-05 [colin]      3.5.0cvs91
8700
8701         * src/procmime.c
8702                 Maybe fix bug 1711, 'Save-as attachment crashes'
8703                 Possibly wrong free() due to pointer shifting
8704
8705 2008-09-05 [colin]      3.5.0cvs90
8706
8707         * src/compose.c
8708                 Fix bug 1710, 'User misreads "Discard Message" 
8709                 as "Discard Changes"'. Propose to save or discard
8710                 only the latest changes when closing an existing
8711                 draft. Autosave may still have saved parts of the
8712                 edit session.
8713
8714 2008-09-04 [colin]      3.5.0cvs89
8715
8716         * src/summaryview.c
8717                 Fix bug 1707, 'Segfault when sorting on non-visible column'
8718
8719 2008-09-01 [colin]      3.5.0cvs88
8720
8721         * src/imap.c
8722         * src/summaryview.c
8723         * src/common/tags.c
8724         * src/etpan/imap-thread.c
8725         * src/etpan/imap-thread.h
8726                 Store spam flag on IMAP (Junk/NonJunk, as 
8727                 ThunderBird does - this is nonstandard)
8728
8729 2008-08-31 [wwp]        3.5.0cvs87
8730
8731         * ChangeLog
8732                 Fix globish edition^Wediting.
8733
8734 2008-08-31 [wwp]        3.5.0cvs86
8735
8736         * src/addressbook.c
8737                 Don't break nickname editing for non-LDAP books (nickname
8738                 value was overwritten when editing existing contact, this
8739                 came from 3.0.2cvs109).
8740
8741 2008-08-30 [colin]      3.5.0cvs85
8742
8743         * src/mainwindow.c
8744         * src/summaryview.c
8745                 Fix "Apply tags..." key shortcut
8746
8747 2008-08-29 [iwkse]      3.5.0cvs84
8748
8749         * src/summaryview.c
8750                         Bit of clean:)
8751
8752 2008-08-29 [iwkse]      3.5.0cvs83
8753
8754         * src/summaryview.c
8755                         Disable "Move to trash" action if
8756                         we are in a trash-like folder.
8757                         Thanks to colinl
8758
8759 2008-08-29 [paul]       3.5.0cvs82
8760
8761         * configure.ac
8762                 bump up libetpan version requirement since
8763                 0.55 is released now
8764
8765 2008-08-28 [wwp]        3.5.0cvs81
8766
8767         * src/account.c
8768         * src/pop.c
8769         * src/prefs_account.c
8770         * src/prefs_account.h
8771                 Add finer granularity to the POP3's remove-after delay (now in
8772                 hours in addition to in days), patch by Paul Rolland.
8773
8774 2008-08-28 [wwp]        3.5.0cvs80
8775
8776         * src/gtk/combobox.c
8777                 Fix a typo in a comment.
8778
8779 2008-08-28 [iwkse]      3.5.0cvs79
8780
8781         * src/account.c
8782         * src/prefs_actions.c
8783         * src/prefs_filtering.c
8784         * src/prefs_template.c
8785                         Add search feature to the account, 
8786                         template and action dialog.
8787                         It's turned on selecting one row
8788                         of the list and typing some random
8789                         letter. Thanks to wwp, colinl
8790
8791 2008-08-28 [colin]      3.5.0cvs78
8792
8793         * src/Makefile.am
8794         * src/account.c
8795         * src/compose.c
8796         * src/prefs_account.c
8797         * src/prefs_account.h
8798         * src/privacy.c
8799         * src/privacy.h
8800         * src/procmime.c
8801         * src/stock_pixmap.c
8802         * src/stock_pixmap.h
8803         * src/summaryview.c
8804         * src/pixmaps/key_gpg_signed.xpm
8805                 Fix bug 1412, "Sign reply, if mail was signed"
8806                 Add an account preference to sign replies to signed mails
8807
8808 2008-08-28 [iwkse]      3.5.0cvs77
8809
8810         * src/prefs_filtering.c
8811                 Making the search more useful,
8812                 jumping directly to the relative rule.
8813
8814 2008-08-27 [colin]      3.5.0cvs76
8815
8816         * src/main.c
8817                 Add a bit of info
8818
8819 2008-08-27 [colin]      3.5.0cvs75
8820
8821         * src/gtk/gtkcmctree.c
8822                 Fix a few ifdefs
8823
8824 2008-08-26 [colin]      3.5.0cvs74
8825
8826         * src/gtk/gtkcmctree.c
8827                 Fix missing inits on old glib
8828
8829 2008-08-26 [wwp]        3.5.0cvs73
8830
8831         * src/common/utils.c
8832                 Added 'Fwd' to the list of known common subject prefixes.
8833
8834 2008-08-25 [iwkse]      3.5.0cvs72
8835
8836         * src/image_viewer.c
8837                 Add animated gif support to the
8838                 message preview.
8839
8840 2008-08-25 [colin]      3.5.0cvs71
8841
8842         * src/gtk/gtkcmctree.c
8843                 Make sure work isn't null
8844
8845 2008-08-24 [colin]      3.5.0cvs70
8846
8847         * src/common/ssl.c
8848                 Fix typo on SSL_CERT_DIR
8849
8850 2008-08-23 [holger]     3.5.0cvs69
8851
8852         * src/printing.c
8853                 Fix bug 1699 'Separator line mis-placed when
8854                 printing some e-mails'. The number of header lines
8855                 was not correctly calculated when Pango inserts
8856                 linebreaks
8857
8858 2008-08-23 [colin]      3.5.0cvs68
8859
8860         * src/mainwindow.c
8861                 Fix the account selector button; thanks
8862                 to wwp
8863
8864 2008-08-21 [colin]      3.5.0cvs67
8865
8866         * src/compose.c
8867         * src/compose.h
8868                 Add a compose preference for auto-indent
8869         * src/mainwindow.c
8870         * src/summaryview.c
8871                 Make colorlabel accels a bit less hacky
8872
8873 2008-08-21 [colin]      3.5.0cvs66
8874
8875         * src/compose.c
8876         * src/prefs_common.c
8877         * src/prefs_common.h
8878         * src/prefs_wrapping.c
8879                 Add a preference for autoindent; fix no_join tag
8880                 being applied to whole lines instead of just \n when
8881                 creating a line 
8882
8883 2008-08-21 [colin]      3.5.0cvs65
8884
8885         * src/compose.c
8886                 Add support for auto-indentation
8887
8888 2008-08-19 [colin]      3.5.0cvs64
8889
8890         * src/compose.c
8891                 Save Autowrap status in drafts/queued mails
8892
8893 2008-08-19 [colin]      3.5.0cvs63
8894
8895         * src/mainwindow.c
8896                 Fix a comment (in reality, test commit on
8897                 the new CVS server)
8898
8899 2008-08-17 [colin]      3.5.0cvs62
8900
8901         * src/prefs_actions.c
8902         * src/procmime.c
8903         * src/wizard.c
8904         * src/common/socket.h
8905         * src/gtk/gtkcmctree.c
8906                 Fix warnings
8907
8908 2008-08-16 [colin]      3.5.0cvs61
8909
8910         * src/editaddress_other_attributes_ldap.h
8911                 Add 'l' field (localityName)
8912
8913 2008-08-16 [colin]      3.5.0cvs60
8914
8915         * src/mainwindow.c
8916         * src/gtk/gtkcmclist.c
8917         * src/gtk/gtkcmclist.h
8918         * src/gtk/gtkcmctree.c
8919         * src/gtk/gtksctree.c
8920         * src/gtk/gtkutils.c
8921         * src/gtk/gtkvscrollbutton.c
8922                 Fix Maemo build (OS2007)
8923
8924 2008-08-14 [colin]      3.5.0cvs59
8925
8926         * src/folder.c
8927                 Don't crash if parent is null when creating
8928                 a folder
8929         * src/gtk/pluginwindow.c
8930                 Don't crash on race when closing window while
8931                 a plugin is loading and does gtk_iterations
8932
8933 2008-08-13 [colin]      3.5.0cvs58
8934
8935         * src/messageview.c
8936         * src/messageview.h
8937         * src/mimeview.c
8938                 Fix bug 1696, 'Viewing binary attachements 
8939                 as text over 1 MB' (various buglets)
8940
8941 2008-08-10 [colin]      3.5.0cvs57
8942
8943         * src/summaryview.c
8944         * src/gtk/gtkcmclist.c
8945                 Continue fixing GTK < 2.12 build, thanks to
8946                 Michael Hugues
8947
8948 2008-08-10 [colin]      3.5.0cvs56
8949
8950         * src/gtk/gtksctree.c
8951                 Fix build on GTK < 2.12
8952
8953 2008-08-09 [colin]      3.5.0cvs55
8954
8955         * src/mainwindow.c
8956                 Fix untranslatable strings, thanks to
8957                 Stephan Sachse
8958
8959 2008-08-07 [colin]      3.5.0cvs54
8960
8961         * src/compose.c
8962         * src/editaddress.c
8963         * src/folderview.c
8964         * src/mainwindow.c
8965         * src/message_search.c
8966         * src/mimeview.c
8967         * src/noticeview.c
8968         * src/prefs_account.c
8969         * src/prefs_common.c
8970         * src/prefs_customheader.c
8971         * src/prefs_ext_prog.c
8972         * src/prefs_filtering_action.c
8973         * src/prefs_gtk.c
8974         * src/prefs_logging.c
8975         * src/prefs_matcher.c
8976         * src/prefs_msg_colors.c
8977         * src/procmime.c
8978         * src/summary_search.c
8979         * src/summaryview.c
8980         * src/toolbar.c
8981         * src/gtk/colorsel.c
8982         * src/gtk/gtkaspell.c
8983         * src/gtk/gtkutils.c
8984         * src/gtk/gtkutils.h
8985         * src/gtk/inputdialog.c
8986         * src/gtk/pluginwindow.c
8987         * src/gtk/quicksearch.c
8988         * src/plugins/bogofilter/bogofilter_gtk.c
8989         * src/plugins/dillo_viewer/dillo_prefs.c
8990         * src/plugins/spamassassin/spamassassin_gtk.c
8991                 - Fix Ctrl-Space shortcut
8992                 - Fix mime-parsing bug in procmime (cvs52)
8993                 - Fix double-free in procmime (cvs52)
8994                 - Use gtk_bin_get_child instead of GTK_BIN()->child
8995                 - Fix Goto menu in mainwindow
8996
8997 2008-08-07 [mones]      3.5.0cvs53
8998
8999         * po/es.po
9000                 Updated translation (lots of changes!)
9001         * src/compose.c
9002                 Add missing accelerator key
9003         * src/mainwindow.c
9004                 Restored 'v' key function (thanks Colin!)
9005
9006 2008-08-06 [colin]      3.5.0cvs52
9007
9008         * src/addrbook.c
9009         * src/addrcindex.c
9010         * src/addrduplicates.c
9011         * src/addrharvest.c
9012         * src/enriched.c
9013         * src/html.c
9014         * src/ldif.c
9015         * src/mimeview.c
9016         * src/mutt.c
9017         * src/pine.c
9018         * src/procmime.c
9019         * src/vcard.c
9020         * src/wizard.c
9021                 Fix my use of g_utf8_strdown (it returns
9022                 a newly allocated string and doesn't
9023                 change the parameter)
9024
9025 2008-08-06 [colin]      3.5.0cvs51
9026
9027         * src/compose.c
9028                 Fix bug 1690, 'Copy/Paste in edit window may 
9029                 break Undo'; middle-click pastes aren't 
9030                 REPLACE_INSERT but just INSERT. 
9031                 Also, fix privacy menu selection
9032
9033 2008-08-05 [colin]      3.5.0cvs50
9034
9035         * src/action.c
9036         * src/addr_compl.c
9037         * src/addrbook.c
9038         * src/addrcindex.c
9039         * src/addrduplicates.c
9040         * src/addrharvest.c
9041         * src/enriched.c
9042         * src/html.c
9043         * src/ldif.c
9044         * src/main.c
9045         * src/mimeview.c
9046         * src/mutt.c
9047         * src/pine.c
9048         * src/procmime.c
9049         * src/vcard.c
9050         * src/wizard.c
9051         * src/common/socket.c
9052         * src/gtk/gtkutils.c
9053         * src/gtk/gtkutils.h
9054         * src/gtk/menu.c
9055         * src/plugins/spamassassin/spamassassin.c
9056                 More undeprecation (Glib)
9057
9058 2008-08-05 [colin]      3.5.0cvs49
9059
9060         * src/prefs_account.c
9061         * src/prefs_filtering_action.c
9062         * src/prefs_matcher.c
9063         * src/gtk/Makefile.am
9064         * src/gtk/claws-marshal.list
9065         * src/gtk/colorlabel.c
9066         * src/gtk/colorsel.c
9067         * src/gtk/foldersort.c
9068         * src/gtk/gtkaspell.c
9069         * src/gtk/gtkcmclist.c
9070         * src/gtk/gtkcmclist.h
9071         * src/gtk/gtkcmctree.c
9072         * src/gtk/gtkcmctree.h
9073         * src/gtk/gtkcmoptionmenu.c
9074         * src/gtk/gtkcmoptionmenu.h
9075         * src/gtk/gtksctree.c
9076         * src/gtk/gtksctree.h
9077         * src/gtk/gtkutils.c
9078         * src/gtk/gtkutils.h
9079         * src/gtk/gtkvscrollbutton.c
9080         * src/gtk/menu.c
9081         * src/gtk/menu.h
9082         * src/gtk/quicksearch.c
9083         * src/plugins/dillo_viewer/dillo_viewer.c
9084         * src/plugins/pgpcore/select-keys.c
9085                 Try to finish yesterday's commit
9086
9087 2008-08-04 [colin]      3.5.0cvs48
9088
9089         * src/addressadd.c
9090         * src/addressbook.c
9091         * src/addressbook_foldersel.c
9092         * src/addressitem.h
9093         * src/addrgather.c
9094         * src/browseldap.c
9095         * src/compose.c
9096         * src/compose.h
9097         * src/editaddress.c
9098         * src/editaddress_other_attributes_ldap.c
9099         * src/editgroup.c
9100         * src/editldap_basedn.c
9101         * src/folderview.c
9102         * src/folderview.h
9103         * src/grouplistdialog.c
9104         * src/image_viewer.c
9105         * src/imap_gtk.c
9106         * src/importldif.c
9107         * src/main.c
9108         * src/mainwindow.c
9109         * src/message_search.c
9110         * src/mh_gtk.c
9111         * src/mimeview.c
9112         * src/mimeview.h
9113         * src/news_gtk.c
9114         * src/noticeview.h
9115         * src/prefs_account.c
9116         * src/prefs_filtering_action.c
9117         * src/prefs_matcher.c
9118         * src/prefs_msg_colors.c
9119         * src/prefs_summaries.c
9120         * src/statusbar.c
9121         * src/stock_pixmap.c
9122         * src/summary_search.c
9123         * src/summaryview.c
9124         * src/summaryview.h
9125         * src/textview.c
9126         * src/toolbar.h
9127         * src/gtk/Makefile.am
9128         * src/gtk/claws-marshal.list
9129         * src/gtk/colorsel.c
9130         * src/gtk/foldersort.c
9131         * src/gtk/gtkaspell.c
9132         * src/gtk/gtkcmclist.c
9133         * src/gtk/gtkcmclist.h
9134         * src/gtk/gtkcmctree.c
9135         * src/gtk/gtkcmctree.h
9136         * src/gtk/gtksctree.c
9137         * src/gtk/gtksctree.h
9138         * src/gtk/gtkutils.c
9139         * src/gtk/gtkutils.h
9140         * src/gtk/gtkvscrollbutton.c
9141         * src/gtk/menu.c
9142         * src/gtk/menu.h
9143         * src/gtk/quicksearch.c
9144         * src/plugins/dillo_viewer/dillo_viewer.c
9145         * src/plugins/pgpcore/select-keys.c
9146                 Include GtkCList/GtkCTree locally (renamed GTKCMCList/CTree)
9147                 Undeprecate their implementation (GtkArg, GtkType, ...)
9148                 Undeprecate a few other things here and there
9149                 Add -DGTK_DISABLE_DEPRECATED to CFLAGS in maintainer mode
9150                 Add #undef GTK_DISABLE_DEPRECATED in the files where we
9151                 still have work to do
9152
9153 2008-08-04 [colin]      3.5.0cvs47
9154
9155         * src/compose.c
9156         * src/compose.h
9157         * src/toolbar.h
9158         * src/textview.c
9159         * src/stock_pixmap.c
9160         * src/statusbar.c
9161         * src/noticeview.h
9162         * src/mimeview.h
9163         * src/mainwindow.c
9164         * src/image_viewer.c
9165         * src/gtk/gtkaspell.c
9166         * src/gtk/gtkvscrollbutton.c
9167         * src/plugins/dillo_viewer/dillo_viewer.c
9168                 Undeprecate more things
9169
9170 2008-08-02 [colin]      3.5.0cvs46
9171
9172         * src/mainwindow.c
9173                 Fix toggle menu activation state
9174                 (thanks to cvs45 ;)
9175
9176 2008-08-02 [paul]       3.5.0cvs45
9177
9178         * src/mainwindow.c
9179                 fix sensitivity of
9180                 /View/Show or hide/Message View
9181
9182 2008-08-01 [paul]       3.5.0cvs44
9183
9184         * src/common/utils.c
9185         * src/plugins/pgpcore/claws.def
9186         * src/plugins/pgpinline/claws.def
9187                 fix compilation problems on mingw32,
9188                 (bug 1688) Patch by Marcus Brinkmann
9189
9190 2008-08-01 [colin]      3.5.0cvs43
9191
9192         * src/gtk/gtkutils.c
9193         * src/gtk/gtkvscrollbutton.c
9194                 Oups, fix build
9195
9196 2008-08-01 [colin]      3.5.0cvs42
9197
9198         * src/compose.c
9199         * src/foldersel.c
9200         * src/mainwindow.c
9201         * src/prefs_account.c
9202         * src/prefs_folder_item.c
9203         * src/prefs_quote.c
9204         * src/summaryview.c
9205         * src/gtk/gtkaspell.c
9206         * src/gtk/gtkutils.c
9207         * src/gtk/gtkvscrollbutton.c
9208                 Replace a few deprecated function calls
9209
9210 2008-08-01 [paul]       3.5.0cvs41
9211
9212         * src/action.c
9213                 fix crash that occurs because of recent GtkUIManager
9214                 changes. Thanks to Colin
9215
9216 2008-07-31 [colin]      3.5.0cvs40
9217
9218         * src/addressbook.c
9219         * src/compose.c
9220         * src/mainwindow.c
9221         * src/messageview.c
9222                 Some Maemo fixes
9223         * src/gtk/menu.c
9224         * src/gtk/menu.h
9225                 Remove deprecated helper funcs
9226
9227 2008-07-30 [colin]      3.5.0cvs39
9228
9229         * src/folderview.c
9230         * src/folderview.h
9231         * src/imap_gtk.c
9232         * src/mh_gtk.c
9233         * src/news_gtk.c
9234                 Move the folderview popup menu to GtkUIManager
9235
9236 2008-07-29 [colin]      3.5.0cvs38
9237
9238         * src/account.c
9239         * src/account.h
9240         * src/action.c
9241         * src/action.h
9242         * src/addressitem.h
9243         * src/compose.c
9244         * src/edittags.c
9245         * src/mainwindow.c
9246         * src/mainwindow.h
9247         * src/mimeview.c
9248         * src/summaryview.c
9249         * src/gtk/menu.c
9250         * src/gtk/menu.h
9251                 Switch the main menu to GtkUIManager
9252                 Warning fixes
9253
9254 2008-07-29 [colin]      3.5.0cvs37
9255
9256         * src/news.c
9257                 Fix bug 1684, 'view news messages with large 
9258                 attachements segfaults'
9259
9260 2008-07-29 [colin]      3.5.0cvs36
9261
9262         * src/action.c
9263         * src/action.h
9264         * src/addressbook.c
9265         * src/addressitem.h
9266         * src/compose.c
9267         * src/compose.h
9268         * src/messageview.c
9269         * src/messageview.h
9270         * src/summaryview.c
9271         * src/gtk/menu.c
9272         * src/gtk/menu.h
9273                 More switches to GtkUIManager
9274
9275 2008-07-26 [colin]      3.5.0cvs35
9276
9277         * src/gtk/menu.c
9278         * src/gtk/menu.h
9279                 Fix prototype
9280
9281 2008-07-25 [colin]      3.5.0cvs34
9282
9283         * src/addrcustomattr.c
9284         * src/addressbook.c
9285         * src/compose.c
9286         * src/editaddress.c
9287         * src/editaddress_other_attributes_ldap.h
9288         * src/edittags.c
9289         * src/mainwindow.c
9290         * src/mimeview.c
9291         * src/prefs_actions.c
9292         * src/prefs_filtering.c
9293         * src/prefs_template.c
9294         * src/summaryview.c
9295         * src/textview.c
9296         * src/textview.h
9297         * src/toolbar.c
9298         * src/gtk/about.c
9299         * src/gtk/menu.c
9300         * src/gtk/menu.h
9301         * src/plugins/trayicon/trayicon.c
9302                 More changes from GtkItemFactory to GtkUIManager
9303
9304 2008-07-25 [colin]      3.5.0cvs33
9305
9306         * src/gtk/menu.h
9307                 Add a macro to remove menu items
9308                 Make the gui_manager variable useless
9309
9310 2008-07-24 [colin]      3.5.0cvs32
9311
9312         * src/mimeview.c
9313                 Fix a gtk warning on clear
9314         * src/mainwindow.c
9315         * src/summaryview.c
9316         * src/summaryview.h
9317                 Switch the message list popup menu to
9318                 GtkUIManager
9319
9320 2008-07-23 [colin]      3.5.0cvs31
9321
9322         * src/plugins/pgpcore/pgp_viewer.c
9323         * src/plugins/pgpcore/sgpgme.c
9324                 Fix bug 1681, 'GnuPG Plugin does not compile on solaris'
9325                 Patch by Thomas Wiegner <wiegner@gmx.de>
9326
9327 2008-07-20 [paul]       3.5.0cvs30
9328
9329         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
9330                 remove redundant GTK version check
9331
9332 2008-07-20 [ticho]      3.5.0cvs29
9333
9334         * src/folderview.c
9335         * src/imap_gtk.c
9336         * src/news_gtk.c
9337                 Moved sensitivity setting for "Download messages" for IMAP and
9338                 news folders from folderview.c to imap_gtk.c and news_gtk.c
9339                 respectively for better code readability.
9340                 Fixed indentation in news' set_sensitivity().
9341
9342 2008-07-20 [paul]       3.5.0cvs28
9343
9344         * src/addrgather.c
9345                 remove more redundant code following cvs27
9346
9347 2008-07-20 [paul]       3.5.0cvs27
9348
9349         * src/addrgather.c
9350                 remove now redundant code
9351         * src/mainwindow.c
9352         * src/mainwindow.h
9353                 fix bug 1673, 'Tools/Harvest adresses is
9354                 grayed out if folder is empty'
9355
9356 2008-07-19 [ticho]      3.5.0cvs26
9357
9358         * src/edittags.c
9359         * src/main.c
9360         * src/mimeview.c
9361         * src/mimeview.h
9362         * src/gtk/gtkutils.c
9363         * src/gtk/gtkutils.h
9364         * src/gtk/menu.c
9365         * src/gtk/menu.h
9366                 Use GtkUIManager for mimeview and tag edit dialog popup menus,
9367                 instead of deprecated GtkItemFactory.
9368
9369 2008-07-19 [colin]      3.5.0cvs25
9370
9371         * src/account.c
9372         * src/addrgather.c
9373         * src/compose.c
9374         * src/editldap.c
9375         * src/expldifdlg.c
9376         * src/importldif.c
9377         * src/main.c
9378         * src/mainwindow.c
9379         * src/mimeview.c
9380         * src/noticeview.c
9381         * src/prefs_account.c
9382         * src/prefs_actions.c
9383         * src/prefs_ext_prog.c
9384         * src/prefs_filtering.c
9385         * src/prefs_folder_item.c
9386         * src/prefs_image_viewer.c
9387         * src/prefs_logging.c
9388         * src/prefs_msg_colors.c
9389         * src/prefs_other.c
9390         * src/prefs_send.c
9391         * src/prefs_spelling.c
9392         * src/prefs_summaries.c
9393         * src/prefs_template.c
9394         * src/printing.c
9395         * src/quote_fmt.c
9396         * src/summary_search.c
9397         * src/summaryview.c
9398         * src/toolbar.c
9399         * src/wizard.c
9400         * src/common/Makefile.am
9401         * src/gtk/gtksctree.c
9402         * src/gtk/gtkutils.h
9403         * src/gtk/pluginwindow.c
9404         * src/gtk/quicksearch.c
9405         * src/plugins/bogofilter/bogofilter_gtk.c
9406         * src/plugins/dillo_viewer/dillo_prefs.c
9407         * src/plugins/pgpcore/prefs_gpg.c
9408         * src/plugins/spamassassin/spamassassin_gtk.c
9409         * src/plugins/trayicon/trayicon.c
9410         * src/plugins/trayicon/trayicon_prefs.c
9411                 Use the shiny new GTK tooltips API when possible (GTK+ 2.12 
9412                 or greater). Use the old deprecated one on GTK+ < 2.12.
9413                 Easy! Straightforward! I'm not annoyed at all! It's not a loss
9414                 of time!
9415
9416 2008-07-16 [colin]      3.5.0cvs24
9417
9418         * src/mainwindow.c
9419                 Fix folderview's scrolbar when starting minimised
9420                 to tray, and popping up the mainwindow by calling
9421                 claws-mail from the command line
9422
9423 2008-07-08 [colin]      3.5.0cvs23
9424
9425         * src/compose.c
9426                 Possibly fix po-headers appearing on empty
9427                 templates
9428
9429 2008-07-08 [colin]      3.5.0cvs22
9430
9431         * src/folderview.c
9432         * src/summaryview.c
9433                 Finish the always_open tristate patch, by Jonathan
9434                 Corbet.
9435
9436 2008-07-07 [paul]       3.5.0cvs21
9437
9438         * src/mainwindow.c
9439                 fix typo (missing ")
9440
9441 2008-07-07 [paul]       3.5.0cvs20
9442
9443         * src/mainwindow.c
9444                 fit the menu style a bit better
9445
9446 2008-07-07 [colin]      3.5.0cvs19
9447
9448         * src/prefs_themes.c
9449                 Make upgrading themes easier
9450
9451 2008-07-07 [colin]      3.5.0cvs18
9452
9453         * src/mainwindow.c
9454         * src/prefs_toolbar.c
9455         * src/stock_pixmap.c
9456                 Finish fixing bug 1609, 'Icon issues'
9457
9458 2008-07-07 [colin]      3.5.0cvs17
9459
9460         * src/prefs_common.c
9461                 Fix the default value
9462
9463 2008-07-07 [colin]      3.5.0cvs16
9464
9465         * src/prefs_summaries.c
9466                 Revert my fix to the string, the correct term
9467                 is indeed Message View
9468
9469 2008-07-07 [colin]      3.5.0cvs15
9470
9471         * AUTHORS
9472         * src/gtk/authors.h
9473         * src/prefs_common.c
9474         * src/prefs_common.h
9475         * src/prefs_summaries.c
9476         * src/summaryview.c
9477         * src/gtk/authors.h
9478                 Change "Always open message when selected" to
9479                 a tristate (Never/Always/When preview is visible)
9480                 Patch by Jonathan Corbet <corbet@lwn.net>.
9481
9482 2008-07-06 [paul]       3.5.0cvs14
9483
9484         * src/addrgather.c
9485                 improve the layout of the dialogue
9486                 improve the English
9487                 add tooltips
9488                 fix some of the nasty coding style
9489         * src/mainwindow.c
9490                 improve the English
9491                 add some missing mnemonics
9492
9493 2008-07-05 [paul]       3.5.0cvs13
9494
9495         * src/mainwindow.c
9496         * src/mainwindow.h
9497                 fix bug 1398, '"Change current account" is
9498                 available even when there's only one account'
9499         * src/plugins/pgpcore/prefs_gpg.c
9500                 put back a needed include, removed in error
9501
9502 2008-07-05 [colin]      3.5.0cvs12
9503
9504         * src/mainwindow.c
9505                 MAEMO: Fix bug 1620, 'Can't use hardware zoom buttons'
9506
9507 2008-07-05 [colin]      3.5.0cvs11
9508
9509         * src/news.c
9510         * src/news_gtk.c
9511                 Provide ability to rename newsgroups. Closes
9512                 bug 1444, 'Add GUI option for renaming 
9513                 newsgroups'. Patch by Pawel Pekala
9514
9515 2008-07-05 [colin]      3.5.0cvs10
9516
9517         * src/plugins/pgpcore/passphrase.c
9518         * src/plugins/pgpcore/prefs_gpg.c
9519         * src/plugins/pgpcore/select-keys.c
9520                 Simplify GTK includes (with the advantage
9521                 of compiling against GTK+2.13); patch by
9522                 Charles A Edwards
9523
9524 2008-07-05 [colin]      3.5.0cvs9
9525
9526         * src/wizard.c
9527                 Add SSL client certificates
9528
9529 2008-07-05 [colin]      3.5.0cvs8
9530
9531         * src/prefs_account.c
9532         * src/common/session.h
9533                 Fix warnings
9534         * src/common/ssl.c
9535                 Add one path for certs
9536
9537 2008-07-05 [colin]      3.5.0cvs7
9538
9539         * src/prefs_account.c
9540                 Fix no-ssl build
9541
9542 2008-07-04 [colin]      3.5.0cvs6
9543
9544         * src/common/ssl.c
9545         * src/common/ssl.h
9546         * src/common/ssl_certificate.c
9547                 Workaround distro bugs and fix certificate checking
9548                 with OpenSSL
9549
9550 2008-07-04 [colin]      3.5.0cvs5
9551
9552         * src/filtering.c
9553         * src/common/ssl_certificate.c
9554         * src/common/ssl_certificate.h
9555         * src/etpan/imap-thread.c
9556         * src/etpan/nntp-thread.c
9557                 Fix some leaks, thanks to Martin Zwickel
9558                 Rename gnutls functions that do the same
9559                 as OpenSSL ones, to avoid symbol clashing
9560                 when Claws is built against GnuTLS and
9561                 libetpan against OpenSSL
9562
9563 2008-07-04 [paul]       3.5.0cvs4
9564
9565         * src/prefs_account.c
9566                 remove 1 forgotten '.'
9567
9568 2008-07-04 [paul]       3.5.0cvs3
9569
9570         * src/prefs_account.c
9571                 layout/engrish fixes to the 'Client
9572                 certificates' frame
9573
9574 2008-07-03 [colin]      3.5.0cvs2
9575
9576         * src/imap.c
9577         * src/news.c
9578         * src/pop.c
9579         * src/prefs_account.c
9580         * src/prefs_account.h
9581         * src/prefs_common.c
9582         * src/send_message.c
9583         * src/common/session.c
9584         * src/common/session.h
9585         * src/common/smtp.c
9586         * src/common/smtp.h
9587         * src/common/socket.h
9588         * src/common/ssl.c
9589         * src/common/ssl.h
9590         * src/common/ssl_certificate.c
9591         * src/common/ssl_certificate.h
9592         * src/etpan/imap-thread.c
9593         * src/etpan/nntp-thread.c
9594         * src/gtk/inputdialog.c
9595                 Add support for SSL client certificates (either PEM files
9596                 with certificate and private key, either PKCS12 files)
9597
9598 2008-06-28 [colin]      3.5.0cvs1
9599
9600         * src/foldersel.c
9601                 Fix compilation with older GTKs
9602
9603 2008-06-27 [paul]       3.5.0
9604
9605         * NEWS
9606         * README
9607         * RELEASE_NOTES 
9608                 3.5.0 released
9609
9610 2008-06-27 [paul]       3.4.0cvs116
9611
9612         * src/gtk/authors.h
9613                 complete cvs115
9614
9615 2008-06-27 [paul]       3.4.0cvs115
9616
9617         * configure.ac
9618         * src/gtk/authors.h
9619                 no longer build unmaintained translations
9620
9621 2008-06-27 [paul]       3.4.0cvs114
9622
9623         * po/de.po
9624         * po/fi.po
9625         * po/pt_BR.po
9626                 updated by Stephan Sachse, Flammie Pirinen, and
9627                 Frederico Goncalves Guimaraes
9628
9629 2008-06-26 [wwp]        3.4.0cvs113
9630
9631         * manual/fr/advanced.xml
9632                 Update French version of the manual (AutoFaces documentation).
9633
9634 2008-06-26 [wwp]        3.4.0cvs112
9635
9636         * manual/fr/advanced.xml
9637         * manual/fr/plugins.xml
9638                 Updated French version of the manual (completed
9639                 hidden options list, added note about Clawsker
9640                 and new mail archiver plugin).
9641
9642 2008-06-25 [colin]      3.4.0cvs111
9643
9644         * src/gtk/gtkaspell.c
9645                 Fix non-UTF8 in the replace with dialog
9646         * src/prefs_actions.c
9647                 Fix possible crasher
9648                 Patches by Pawel
9649
9650 2008-06-24 [mones]      3.4.0cvs110
9651
9652         * src/autofaces.c
9653                 Fix non-warning message, downgraded to debug info
9654
9655 2008-06-24 [colin]      3.4.0cvs109
9656
9657         * src/summaryview.c
9658                 Fix bug 1650, Message line too small after 
9659                 changing columns in "three columns" layout
9660
9661 2008-06-24 [colin]      3.4.0cvs108
9662
9663         * src/messageview.c
9664                 Fix Spam button sensitivity in newsgroups
9665
9666 2008-06-23 [wwp]        3.4.0cvs107
9667
9668         * po/fr.po
9669                 Updated French translation.
9670
9671 2008-06-23 [mones]      3.4.0cvs106
9672
9673         * po/es.po
9674                 Updated translation for release
9675
9676 2008-06-22 [mones]      3.4.0cvs105
9677
9678         * manual/es/plugins.xml
9679                 Synced new entry for Mail Archiver plugin
9680
9681 2008-06-22 [colin]      3.4.0cvs104
9682
9683         * src/compose.c
9684                 Fix initial cursor position
9685
9686 2008-06-21 [paul]       3.4.0cvs103
9687
9688         * manual/plugins.xml
9689                 add an entry for the new Mail Archiver plugin
9690
9691 2008-06-21 [paul]       3.4.0cvs102
9692
9693         * src/gtk/about.c
9694                 we're in 'string freeze', put back the
9695                 < > symbols for now
9696
9697 2008-06-21 [paul]       3.4.0cvs101
9698
9699         * manual/advanced.xml
9700         * manual/es/advanced.xml
9701                 fix build warning: <emphasis> cannot be contained
9702                 within <filename>
9703         * src/gtk/about.c
9704                 fix non-clickable link on License page and drop
9705                 the containing < > symbols to match other links
9706
9707 2008-06-20 [mones]      3.4.0cvs100
9708
9709         * manual/advanced.xml
9710                 Added autofaces documentation, note about clawsker in hidden
9711                 preferences, minor markup fix. Thanks Paul for proofreading
9712         * manual/es/advanced.xml
9713                 Synchronised Spanish manual
9714
9715 2008-06-16 [colin]      3.4.0cvs99
9716
9717         * src/compose.c
9718                 Fix cursor placing on signature change
9719
9720 2008-06-16 [paul]       3.4.0cvs98
9721
9722         * src/imap_gtk.c
9723         * src/mh_gtk.c
9724         * src/gtk/inputdialog.c
9725                 really fussy coding style fixes
9726
9727 2008-06-16 [paul]       3.4.0cvs97
9728
9729         * src/Makefile.am
9730                 keep the alphabetical order
9731
9732 2008-06-13 [mones]      3.4.0cvs96
9733
9734         * src/autofaces.c
9735                 Fix crasher ;-)
9736         * src/prefs_filtering_action.c
9737                 Fixed cosmetic bug, processing also displays "Filtering"
9738
9739 2008-06-13 [mones]      3.4.0cvs95
9740
9741         * src/Makefile.am
9742         * src/autofaces.c       ** NEW FILE **  
9743         * src/autofaces.h       ** NEW FILE **
9744         * src/compose.c
9745                 Allow setting Faces and X-Faces globally and per-account
9746                 from configuration files under ~/.claws-mail/autofaces
9747
9748 2008-06-13 [holger]     3.4.0cvs94
9749
9750         * .cvsignore
9751                 More files to ignore
9752         * src/gtk/inputdialog.c
9753         * src/gtk/inputdialog.h
9754                 Make input dialog more generic so that a checkbox
9755                 with custom text can be used in addition to the
9756                 "remember this" checkbox
9757         * src/imap_gtk.c
9758         * src/mh_gtk.c
9759         * src/prefs_common.c
9760         * src/prefs_common.h
9761                 Allow new folders to inherit the properties of the
9762                 parent folder during folder creation
9763
9764 2008-06-13 [wwp]        3.4.0cvs93
9765
9766         * src/addressbook.c
9767                 a better fix for this string, won't break up translations,
9768                 and is conform to other similar ones.
9769
9770 2008-06-13 [wwp]        3.4.0cvs92
9771
9772         * src/addrduplicates.c
9773         * src/addressadd.c
9774         * src/addressbook.c
9775         * src/addressbook_foldersel.c
9776         * src/editgroup.c
9777                 use tree decorations everywhere AB folders are used (AB tree pane,
9778                     add address to AB, select AB folder, edit group, custom attr, find dup
9779                     results), in order to match global style
9780                 make double-clicks in AB's tree pane behave like in MW's folder tree pane:
9781                     double clicking on groups in tree pane does open the group edit dialog
9782                     double clicking on other items in tree pane does expand/collapse
9783                 fix a missing space in AB's delete-folder dialog
9784                 fix again edit button sensitivity (thanks to iwkse, this reworks cvs79)
9785
9786         * src/foldersel.c
9787                 make foldersel dialog show dotted lines according to global (hidden) prefs
9788
9789 2008-06-12 [colin]      3.4.0cvs91
9790
9791         * src/compose.c
9792         * src/compose.h
9793                 Fix bug 1635, 'Last character of message is truncated 
9794                 when changing accounts w/ sigs'
9795         * src/folderview.c
9796                 Fix bug 1636, 'Can't select "properties" on "folders 
9797                 only" folders'
9798
9799 2008-06-11 [colin]      3.4.0cvs90
9800
9801         * src/folder.c
9802                 Maybe fix bug 1623, 'exits with segfault when 
9803                 logging in to certain imap-servers'
9804
9805 2008-06-10 [mones]      3.4.0cvs89
9806
9807         * AUTHORS
9808         * tools/Makefile.am
9809         * tools/README
9810         * tools/convert_mbox.sh
9811                 Undo cvs86 and cvs87, it really should be a patch to 
9812                 convert_mbox.pl
9813
9814 2008-06-10 [wwp]        3.4.0cvs88
9815
9816         * po/fr.po
9817                 Updated French translation.
9818
9819 2008-06-10 [mones]      3.4.0cvs87
9820
9821         * tools/Makefile.am
9822                 Oops, forgot to add previous script for distribution
9823
9824 2008-06-10 [mones]      3.4.0cvs86
9825
9826         * AUTHORS
9827         * tools/README
9828         * tools/convert_mbox.sh
9829                 Added script to convert Evolution mail folders contributed
9830                 by Daniel Dickinson <cshore@fionavar.ca>
9831                 Fixes debian bug 461435
9832
9833 2008-06-09 [colin]      3.4.0cvs85
9834
9835         * src/main.c
9836                 Integrate AWN information bubble if dbus is
9837                 available
9838         * src/folder.c
9839                 Fix crash when calling scan_required() on 
9840                 folder classes that don't implement them
9841         * src/common/session.c
9842                 Fix a little typo
9843
9844 2008-06-09 [colin]      3.4.0cvs84
9845
9846         * src/main.c
9847                 Fix bug 1447, 'If user tries to close while starting 
9848                 up, it will not close ever.'
9849
9850 2008-06-09 [colin]      3.4.0cvs83
9851
9852         * src/filtering.c
9853                 Fix bug 1628, 'Claws Mail crashes when 
9854                 filtering selected messages'
9855
9856 2008-06-04 [colin]      3.4.0cvs82
9857
9858         * src/messageview.c
9859                 Complete handling of html parts in multipart/alternative
9860                 mails
9861
9862 2008-06-03 [paul]       3.4.0cvs81
9863
9864         * src/prefs_message.c
9865                 make always the english good
9866
9867 2008-06-03 [colin]      3.4.0cvs80
9868
9869         * src/mainwindow.c
9870         * src/mainwindow.h
9871                 Fix bug 1624, '[PATCH] Quick search should be 
9872                 disabled for folder view'; based on a patch by
9873                 Michael Terry
9874
9875 2008-06-03 [iwkse]      3.4.0cvs79
9876
9877         * src/addressbook.c
9878                 Fix little gui bug on button sensitivity
9879         * src/messageview.c
9880         * src/prefs_common.c
9881         * src/prefs_common.h
9882         * src/prefs_message.c
9883                 Allow by default to show html in multipart/alternative
9884
9885 2008-06-02 [colin]      3.4.0cvs78
9886
9887         * src/prefs_actions.c
9888                 GUI rework, patch by Pawel 
9889
9890 2008-06-02 [colin]      3.4.0cvs77
9891
9892         * src/quote_fmt.c
9893                 Fix sensitivity/alignment, patch from
9894                 Pawel
9895
9896 2008-05-31 [colin]      3.4.0cvs76
9897
9898         * src/imap.c
9899                 Fix login issue introduced in cvs75.
9900
9901 2008-05-31 [colin]      3.4.0cvs75
9902
9903         * src/imap.c
9904                 Fix more possible double-frees. Also, fix the root cause
9905                 of these double-frees by just noting the Session is to
9906                 be destroyed instead of destroying it in flight
9907
9908 2008-05-29 [paul]       3.4.0cvs74
9909
9910         * manual/keyboard.xml
9911                 'Makes' these entries like the others
9912
9913 2008-05-29 [colin]      3.4.0cvs73
9914
9915         * src/procmsg.h
9916                 Include utils.h in case we
9917                 need to pull goffset definition
9918
9919 2008-05-29 [colin]      3.4.0cvs72
9920
9921         * src/common/utils.h
9922                 Workaround a stupid Glib issue, where
9923                 goffset happens to be undefined. 
9924
9925 2008-05-28 [colin]      3.4.0cvs71
9926
9927         * src/compose.c
9928         * src/compose.h
9929         * src/grouplistdialog.c
9930         * src/image_viewer.c
9931         * src/imap.c
9932         * src/inc.c
9933         * src/main.c
9934         * src/matcher.c
9935         * src/messageview.c
9936         * src/mimeview.c
9937         * src/prefs_themes.c
9938         * src/procmsg.h
9939         * src/summaryview.c
9940         * src/summaryview.h
9941         * src/textview.c
9942         * src/common/smtp.c
9943         * src/common/utils.c
9944         * src/common/utils.h
9945                 Use goffset instead of off_t for MsgInfo's size
9946                 Allows using MsgInfo structure from plugins
9947                 compiled with largefile support
9948
9949 2008-05-26 [colin]      3.4.0cvs70
9950
9951         * src/mainwindow.c
9952         * src/mainwindow.h
9953                 Define THEME_CHANGED_HOOKLIST and invoke
9954                 it on theme change
9955         * src/plugins/trayicon/trayicon.c
9956                 Listen to THEME_CHANGED_HOOKLIST and
9957                 update accordingly
9958
9959 2008-05-26 [paul]       3.4.0cvs69
9960
9961         * src/mimeview.c
9962                 plug a leak in mimeview_save_all()
9963
9964 2008-05-24 [colin]      3.4.0cvs68
9965
9966         * src/common/utils.h
9967                 Fix wrong define on old glibs
9968
9969 2008-05-24 [paul]       3.4.0cvs67
9970
9971         * src/Makefile.am
9972         * src/stock_pixmap.c
9973         * src/stock_pixmap.h
9974         * src/toolbar.c
9975         * src/pixmaps/cancel.xpm
9976         * src/pixmaps/close.xpm
9977                 add a specific icon for A_CANCEL_INC (addresses
9978                 point 1 of bug 1609 'Icon issues')
9979                 replace close.xpm with an icon of the standard
9980                 24x24 size
9981
9982 2008-05-24 [paul]       3.4.0cvs66
9983
9984         * src/pixmaps/insert_file.xpm
9985                 replaced
9986
9987 2008-05-23 [paul]       3.4.0cvs65
9988
9989         * src/common/md5.c
9990         * src/common/md5.h
9991                 add the possibility to check md5 on binary files,
9992                 thanks to Colin
9993
9994 2008-05-23 [colin]      3.4.0cvs64
9995
9996         * src/mainwindow.c
9997         * src/summaryview.c
9998                 Fix bug 1610, 'claws crash after opening/closing 
9999                 preferences and window update'
10000
10001 2008-05-22 [colin]      3.4.0cvs63
10002
10003         * src/prefs_filtering_action.c
10004         * src/gtk/combobox.c
10005         * src/gtk/combobox.h
10006                 Fix reselecting of Tags actions in
10007                 filtering actions dialog
10008
10009 2008-05-22 [colin]      3.4.0cvs62
10010
10011         * src/Makefile.am
10012         * src/prefs_toolbar.c
10013         * src/stock_pixmap.c
10014         * src/stock_pixmap.h
10015         * src/toolbar.c
10016         * src/pixmaps/delete_btn.xpm
10017         * src/pixmaps/insert_file.xpm
10018         * src/pixmaps/mail_reply_to_list.xpm
10019                 Fix more of bug 1609:
10020                 - Add a Delete button icon
10021                 - Add a Reply to list button icon
10022                 - Fix Insert file button icon
10023                 Artwork by Ciprian Popovici.
10024
10025 2008-05-21 [colin]      3.4.0cvs61
10026
10027         * src/common/utils.c
10028                 Fix a little leak
10029
10030 2008-05-21 [wwp]        3.4.0cvs60
10031
10032         * src/prefs_filtering.c
10033                 Don't show SMTP-only accounts in accounts list, as they are
10034                 irrelevant for filtering incoming messages.
10035
10036 2008-05-21 [colin]      3.4.0cvs59
10037
10038         * src/mainwindow.c
10039                 Don't put SMTP-only accounts in receive menus
10040
10041 2008-05-21 [colin]      3.4.0cvs58
10042
10043         * src/imap.c
10044                 Fix cvs56 (brain fart)
10045
10046 2008-05-21 [colin]      3.4.0cvs57
10047
10048         * src/common/utils.c
10049                 Fix bug 1615, 'hang on FIFO when the other end's not 
10050                 opened'
10051
10052 2008-05-21 [colin]      3.4.0cvs56
10053
10054         * src/imap.c
10055                 Fix a warning
10056
10057 2008-05-19 [colin]      3.4.0cvs55
10058
10059         * src/plugins/pgpcore/sgpgme.c
10060                 Maybe fix debian bug 481856, 'Segmentation fault 
10061                 when verifying a GPG signature'. Although it 
10062                 looks like a race condition...
10063
10064 2008-05-19 [colin]      3.4.0cvs54
10065
10066         * src/prefs_filtering_action.c
10067         * src/prefs_matcher.c
10068         * src/common/tags.c
10069         * src/common/tags.h
10070         * src/gtk/combobox.c
10071         * src/gtk/combobox.h
10072                 Patch by Pawel: disabled Tags menus in filtering dialogs
10073
10074 2008-05-19 [colin]      3.4.0cvs53
10075
10076         * src/prefs_account.c
10077                 GUI patch by Pawel: align ports entries
10078
10079 2008-05-19 [colin]      3.4.0cvs52
10080
10081         * src/mainwindow.c
10082                 Fix bug 1616, 'strange question while emptying trash'
10083
10084 2008-05-18 [colin]      3.4.0cvs51
10085
10086         * src/common/plugin.c
10087         * src/etpan/imap-thread.c
10088         * src/etpan/nntp-thread.c
10089         * src/gtk/gtksctree.c
10090                 Fix bug 1613, 'Various memory leaks'; 
10091                 based on a patch by Didier Barvaux.
10092
10093 2008-05-18 [colin]      3.4.0cvs50
10094
10095         * src/mimeview.c
10096         * src/privacy.h
10097         * src/toolbar.c
10098         * src/toolbar.h
10099         * src/plugins/pgpcore/sgpgme.c
10100                 Fix more parts of bug 1609:
10101                 - Make use of specific Expired privacy icon
10102                 - Use CLOSE instead of NOTICE_ERROR for cancel
10103                   receiving
10104                 - Allow a Preferences button in the main toolbar
10105
10106 2008-05-18 [colin]      3.4.0cvs49
10107
10108         * src/stock_pixmap.c
10109                 Fix bug with non-updating icons after theme change:
10110                 If fetching pixbuf for a given icon after a theme
10111                 change, the next pixmap fetch would return the old
10112                 cached one, as the theme change was forgotten at 
10113                 this time. (and vice-versa). This was mostly 
10114                 visible on open folder icons
10115
10116 2008-05-17 [colin]      3.4.0cvs48
10117
10118         * src/prefs_summaries.c
10119         * src/summaryview.c
10120                 Fix bug 1608, 'Inconsistent behaviour of mark as read 
10121                 options'. Patch by Pawel
10122
10123 2008-05-16 [colin]      3.4.0cvs47
10124
10125         * src/imap.c
10126                 Fix another possible crash (on fatal errors
10127                 at login, like stream error).
10128
10129 2008-05-16 [paul]       3.4.0cvs46
10130
10131         * tools/thunderbird-filters-convertor.pl
10132                 fix a typo
10133                 fix reading a tb rule that contains something
10134                 like that: \"Sender\"
10135
10136 2008-05-16 [paul]       3.4.0cvs45
10137
10138         * tools/README
10139         * tools/csv2addressbook.pl
10140                 add support for gmail exported csv address book
10141
10142 2008-05-16 [colin]      3.4.0cvs44
10143
10144         * configure.ac
10145         * src/ldapupdate.c
10146                 Fix ldap deprecated calls. Patch by
10147                 Michael Rasmussen
10148
10149 2008-05-16 [paul]       3.4.0cvs43
10150
10151         * manual/de/account.xml
10152         * manual/it/account.xml
10153         * manual/it/ack.xml
10154         * manual/it/addrbook.xml
10155         * manual/it/claws-mail-manual.xml
10156         * manual/it/gpl.xml
10157         * manual/it/intro.xml
10158         * manual/it/starting.xml
10159                 add pages towards German and Italian manuals.
10160                 (just for storage, they are not built yet, due
10161                 to being incomplete.) submitted by Speckmade
10162                 <Speckmade@gmx.net> and Salvatore De Paolis
10163                 <iwkse@claws-mail.org>
10164
10165 2008-05-16 [colin]      3.4.0cvs42
10166
10167         * src/gtk/sslcertwindow.c
10168                 Fix SHA1 fingerprint with GnuTLS
10169
10170 2008-05-15 [colin]      3.4.0cvs41
10171
10172         * src/gtk/sslcertwindow.c
10173                 Print SHA1 fingerprint too
10174
10175 2008-05-15 [colin]      3.4.0cvs40
10176
10177         * src/imap.c
10178                 Fix certificate port on TLS. It was 
10179                 previously always 0.
10180                 **IMPORTANT INFORMATION**: this will trigger 
10181                 one wrong "New certificate" warning at the 
10182                 first connection with this fix, if using STARTTLS
10183                 on IMAP.
10184         * src/gtk/sslcertwindow.c
10185                 Make labels selectable
10186
10187 2008-05-15 [colin]      3.4.0cvs39
10188
10189         * src/imap.c
10190                 Fix double free when STARTTLS fails (for
10191                 example due to refusing the certificate)
10192
10193 2008-05-15 [paul]       3.4.0cvs38
10194
10195         * manual/advanced.xml
10196                 fix typo
10197
10198 2008-05-15 [paul]       3.4.0cvs37
10199
10200         * manual/advanced.xml
10201         * src/prefs_send.c
10202                 make outgoing_fallback_to_ascii a hidden pref
10203
10204 2008-05-14 [colin]      3.4.0cvs36
10205
10206         * src/main.c
10207         * src/mainwindow.c
10208         * src/mainwindow.h
10209                 Make it possible to cancel quit when Claws
10210                 ask whether to empty trash.
10211
10212 2008-05-14 [colin]      3.4.0cvs35
10213
10214         * src/compose.c
10215         * src/prefs_common.c
10216         * src/prefs_common.h
10217         * src/prefs_send.c
10218                 Add a preference to be able to specify an
10219                 outgoing charset/encoding but still fallback
10220                 to 7bit US-ASCII when possible (default TRUE,
10221                 same behavior as pre-cvs34)
10222
10223 2008-05-14 [colin]      3.4.0cvs34
10224
10225         * src/compose.c
10226                 Always use the specified encoding and charset if it is
10227                 specified, even if the mail is ASCII.
10228
10229 2008-05-13 [paul]       3.4.0cvs33
10230
10231         * src/ldapupdate.c
10232                 fix the build warnings the easy way for now
10233
10234 2008-05-13 [colin]      3.4.0cvs32
10235
10236         * src/prefs_themes.c
10237                 Count .png files as icons too (fixes part
10238                 of bug 1609, 'Icon issues')
10239
10240 2008-05-13 [wwp]        3.4.0cvs31
10241
10242         * src/addressbook_foldersel.c
10243                 Fix wrong check (completes 3.4.0.cvs30).
10244
10245 2008-05-12 [wwp]        3.4.0cvs30
10246
10247         * src/addressbook.c
10248         * src/addressbook_foldersel.c
10249         * src/filtering.c
10250         * src/matcher.c
10251         * src/prefs_matcher.c
10252         * src/plugins/bogofilter/bogofilter.c
10253         * src/plugins/bogofilter/bogofilter_gtk.c
10254         * src/plugins/dillo_viewer/dillo_prefs.c
10255         * src/plugins/spamassassin/spamassassin.c
10256         * src/plugins/spamassassin/spamassassin_gtk.c
10257                 Fix for bug 1604 "found_in_addressbook in Any in non English local",
10258                 based on a patch submitted by Paul CtrlAltBs. Also fix storing of
10259                 translated string "Any" in plugins (whitelisting) and
10260                 UTF8 comparisons.
10261
10262 2008-05-07 [colin]      3.4.0cvs29
10263
10264         * configure.ac
10265                 Fix --enable-maemo (assume --enable-generic-umpc)
10266
10267 2008-05-07 [colin]      3.4.0cvs28
10268
10269         * configure.ac
10270         * src/account.c
10271         * src/addr_compl.c
10272         * src/compose.c
10273         * src/editaddress.c
10274         * src/folderview.c
10275         * src/mainwindow.c
10276         * src/messageview.c
10277         * src/mimeview.c
10278         * src/prefs_account.c
10279         * src/prefs_common.c
10280         * src/prefs_display_header.c
10281         * src/prefs_filtering.c
10282         * src/prefs_summaries.c
10283         * src/prefs_template.c
10284         * src/prefs_toolbar.c
10285         * src/stock_pixmap.c
10286         * src/summaryview.c
10287         * src/summaryview.h
10288         * src/textview.c
10289         * src/toolbar.c
10290         * src/gtk/about.c
10291         * src/gtk/gtksctree.c
10292         * src/gtk/menu.c
10293         * src/gtk/prefswindow.c
10294         * src/gtk/sslcertwindow.c
10295                 Separate generic UMPC code (layouts, ...) from 
10296                 MAEMO code (Hildon, ...)
10297
10298 2008-05-06 [paul]       3.4.0cvs27
10299
10300         * tools/claws.i18n.status.pl
10301                 add he.po
10302
10303 2008-05-06 [colin]      3.4.0cvs26
10304
10305         * src/common/utils.c
10306                 Maybe fix crash on FreeBSD
10307
10308 2008-05-05 [colin]      3.4.0cvs25
10309
10310         * src/messageview.c
10311                 Fix bug 1602, 'Crash when sending return receipt for
10312                 messages with no subject'
10313
10314 2008-05-05 [colin]      3.4.0cvs24
10315
10316         * src/mimeview.c
10317                 Don't overwrite temporary files with same
10318                 name when drag and dropping. Fixes bug 1599,
10319                 'attach multiple files with the same name from 
10320                 one mail to another'
10321
10322 2008-05-04 [paul]       3.4.0cvs23
10323
10324         * src/compose.c
10325         * src/prefs_common.c
10326                 fix bug 1587 'can not replay with quote'
10327
10328 2008-05-03 [colin]      3.4.0cvs22
10329
10330         * po/de.po
10331                 Fix bug 1598, 'Leading slash while translating "Unsubscribe"'
10332
10333 2008-05-03 [colin]      3.4.0cvs21
10334
10335         * src/toolbar.c
10336                 Fix bug 1597, 'In news folders, "Move Message to Wastebin" 
10337                 icon isn't grayed although ineffective'
10338
10339 2008-05-02 [wwp]        3.4.0cvs20
10340
10341         * po/fr.po
10342                 Fix translation.
10343
10344         * src/prefs_folder_item.c
10345                 Add missing notice in folder properties (templates) when
10346                 folder is a root node.
10347
10348 2008-04-30 [colin]      3.4.0cvs19
10349
10350         * src/prefs_toolbar.c
10351                 Add Trash and Delete icons to the icon chooser
10352
10353 2008-04-30 [colin]      3.4.0cvs18
10354
10355         * src/compose.c
10356                 Remove "Delete entire line" which was a noop
10357                 and should be the same as "Delete line" :)
10358
10359 2008-04-30 [colin]      3.4.0cvs17
10360
10361         * src/compose.c
10362                 Fix 'Delete line' and 'Delete to end of line'
10363                 on the last line. Patch by <seelenhirt@gmx.net>
10364
10365 2008-04-28 [colin]      3.4.0cvs16
10366
10367         * src/folder.c
10368                 Fix bug 1589, 'tagsdb file not removed when
10369                 folder deleted'.
10370         * src/common/utils.c
10371                 Make sure claws_unlink accepts NULL arg.
10372
10373 2008-04-25 [colin]      3.4.0cvs15
10374
10375         * src/common/ssl.c
10376                 Fix/simplify previous commit
10377
10378 2008-04-25 [colin]      3.4.0cvs14
10379
10380         * src/addrindex.h
10381         * src/common/ssl_certificate.c
10382                 Patch by Marcus: Fix Win32 build
10383         * src/common/ssl.c
10384                 Fix build with GnuTLS/no pthread, thanks
10385                 to Marcus
10386
10387 2008-04-25 [colin]      3.4.0cvs13
10388
10389         * src/summaryview.c
10390                 Fix bug 1586, '3-pane vertical layout now and then 
10391                 still shows sender column'
10392
10393 2008-04-25 [colin]      3.4.0cvs12
10394
10395         * src/Makefile.am
10396         * src/w32-logo.ico
10397         * src/w32-resource.rc
10398                 Patch from Marcus Brinkmann to set an icon on w32.
10399
10400 2008-04-24 [colin]      3.4.0cvs11
10401
10402         * src/inc.c
10403         * src/inc.h
10404                 Trace inc locks
10405         * src/ldif.c
10406         * src/ldif.h
10407                 Fix bug 1581, 'Bad File Format during Import LDIF':
10408                 Use dynamically allocated buffers; also, allow 
10409                 importing contacts with no email address
10410
10411 2008-04-24 [colin]      3.4.0cvs10
10412
10413         * src/prefs_common.c
10414                 Increment the timeout a bit on OpenBSD, 75 isn't enough
10415
10416 2008-04-23 [colin]      3.4.0cvs9
10417
10418         * src/compose.c
10419         * src/prefs_folder_item.c
10420         * src/prefs_template.c
10421         * src/quote_fmt.c
10422                 Fix bug 1576: Fix unescaping of templates when testing them
10423                 I think it breaks nothing. (wwp, you're welcome to double-check)
10424
10425 2008-04-23 [paul]       3.4.0cvs8
10426
10427         * manual/advanced.xml
10428                 add info about the "two_line_vertical" hidden
10429                 pref
10430
10431 2008-04-22 [paul]       3.4.0cvs7
10432
10433         * src/prefs_common.c
10434         * src/prefs_common.h
10435         * src/summaryview.c
10436                 make the 2-line view in summaryview when in three
10437                 columns mode configurable. hidden pref: "two_line_vertical"
10438
10439 2008-04-22 [colin]      3.4.0cvs6
10440
10441         * src/inc.c
10442                 Fix missing inc_unlock()
10443         * src/prefs_matcher.c
10444         * src/send_message.c
10445                 Fix my last commit
10446
10447 2008-04-22 [colin]      3.4.0cvs5
10448
10449         * src/etpan/imap-thread.c
10450                 Use g_(un)setenv instead of (un)setenv which
10451                 doesn't exist on IRIX 6.5
10452
10453 2008-04-22 [colin]      3.4.0cvs4
10454
10455         * src/inc.c
10456         * src/prefs_common.c
10457         * src/send_message.c
10458                 Fix bug 1566, 'too short I/O timeout on OpenBSD'
10459                 Set the default timeout to 75 seconds
10460
10461 2008-04-20 [colin]      3.4.0cvs3
10462
10463         * src/pixmaps/tray_newmail.offline.xpm
10464         * src/pixmaps/tray_newmail.xpm
10465         * src/pixmaps/tray_newmarkedmail.offline.xpm
10466         * src/pixmaps/tray_newmarkedmail.xpm
10467         * src/pixmaps/tray_nomail.offline.xpm
10468         * src/pixmaps/tray_nomail.xpm
10469         * src/pixmaps/tray_unreadmail.offline.xpm
10470         * src/pixmaps/tray_unreadmail.xpm
10471         * src/pixmaps/tray_unreadmarkedmail.offline.xpm
10472         * src/pixmaps/tray_unreadmarkedmail.xpm
10473                 Make the tray icons a bit nicer. Would be
10474                 nice to get really nice icons from someone
10475                 who's good at Gimp :)
10476
10477 2008-04-18 [colin]      3.4.0cvs2
10478
10479         * src/common/log.c
10480                 Forgot one g_unlink
10481
10482 lease complete the changelog entry below
10483 2008-04-18 [colin]      3.4.0cvs1
10484
10485         * src/addrduplicates.c
10486         * src/addressbook.c
10487         * src/compose.c
10488         * src/crash.c
10489         * src/editaddress.c
10490         * src/folder.c
10491         * src/image_viewer.c
10492         * src/imap.c
10493         * src/inc.c
10494         * src/main.c
10495         * src/mbox.c
10496         * src/messageview.c
10497         * src/mh.c
10498         * src/msgcache.c
10499         * src/news.c
10500         * src/partial_download.c
10501         * src/pop.c
10502         * src/prefs_common.c
10503         * src/prefs_common.h
10504         * src/prefs_other.c
10505         * src/prefs_themes.c
10506         * src/procheader.c
10507         * src/procmime.c
10508         * src/procmsg.c
10509         * src/textview.c
10510         * src/wizard.c
10511         * src/common/prefs.c
10512         * src/common/ssl_certificate.c
10513         * src/common/template.c
10514         * src/common/utils.c
10515         * src/common/utils.h
10516         * src/etpan/imap-thread.c
10517         * src/plugins/dillo_viewer/dillo_viewer.c
10518         * src/plugins/pgpcore/sgpgme.c
10519         * src/plugins/pgpinline/pgpinline.c
10520                 Add an option to shred temporary files and messages
10521                 instead of just removing them. Slows deletions down!
10522
10523 2008-04-18 [paul]       3.4.0
10524
10525         * NEWS
10526         * README
10527         * RELEASE_NOTES 
10528                 3.4.0 released
10529
10530
10531 2008-04-18 [paul]       3.3.1cvs61
10532
10533         * po/de.po
10534         * po/fi.po
10535         * po/it.po
10536         * po/pt_BR.po
10537                 updated by Stephan Sachse, Flammie Pirinen, Andrea Spadaccini,
10538                 and Frederico Goncalves Guimaraes
10539         * po/es.po
10540                 updated on the last minute by a lazy Ricardo Mones
10541
10542 2008-04-18 [colin]      3.3.1cvs60
10543
10544         * po/fr.po
10545                 Update translation (Fabien Vantard)
10546
10547 2008-04-17 [colin]      3.3.1cvs59
10548
10549         * src/imap.c
10550                 Fix debian bug 474712, 'claws seg faults when IMAP 
10551                 connection breaks after an IMAP protocol error 
10552                 (BAD UID SEARCH Invalid parameter: $Forwarded)]'
10553         * src/summaryview.c
10554                 Fix a little leak
10555
10556 2008-04-17 [colin]      3.3.1cvs58
10557
10558         * src/common/log.c
10559                 Fix log size getting out of control (claws-mail
10560                 getting SIGXFSZ): rotate if every 10MB
10561
10562 2008-04-10 [paul]       3.3.1cvs57
10563
10564         * src/prefs_other.c
10565                 improvements to english usage
10566
10567 2008-04-10 [paul]       3.3.1cvs56
10568
10569         * src/prefs_receive.c
10570                 add an accurate description
10571
10572 2008-04-08 [colin]      3.3.1cvs55
10573
10574         * src/undo.c
10575                 Probably fix corruption, introduced in cvs53
10576
10577 2008-04-04 [iwkse]      3.3.1cvs54
10578
10579         * src/undo.c
10580                 undo should works properly again
10581
10582 2008-04-04 [iwkse]      3.3.1cvs53
10583
10584         * src/undo.c
10585                 Fix a segfault but breaks undo
10586                 on a specific case (eg. double paste with
10587                 middle-mouse button)
10588
10589 2008-04-04 [iwkse]      3.3.1cvs52
10590
10591         * src/prefs_filtering.c
10592                 Fix previous Tab mess
10593
10594 2008-04-03 [iwkse]      3.3.1cvs51
10595
10596         * src/prefs_filtering.c
10597                 Add search in filtering rules list
10598
10599 2008-04-02 [colin]      3.3.1cvs50
10600
10601         * src/main.c
10602                 Revert part of the previous patch: we do
10603                 want to parse ~/.claws-mail/gtkrc-2.0 if it
10604                 exists
10605
10606 2008-04-02 [colin]      3.3.1cvs49
10607
10608         * src/main.c
10609                 Fix bug 1562, 'Claws-Mail does not completely 
10610                 respect settings in GTK2_RC_FILES environment'
10611                 Remove manual parsing of .gtkrc-2.0 and 
10612                 .gtk/gtkrc-2.0. GTK does it itself these days.
10613
10614 2008-04-01 [colin]      3.3.1cvs48
10615
10616         * src/imap_gtk.c
10617                 Fix bug 1561, 'Crashes leaving unsubscribed folder after 
10618                 ticking "Show only subscribed"'
10619
10620 2008-03-31 [colin]      3.3.1cvs47
10621
10622         * src/folder.c
10623                 Fix bug 1553, 'File lock not respected'
10624                 Regression due to the implementation of
10625                 deletion batching
10626
10627 2008-03-31 [colin]      3.3.1cvs46
10628
10629         * src/mainwindow.c
10630                 Fix tags menu update, thanks to Paul
10631
10632 2008-03-29 [wwp]        3.3.1cvs45
10633
10634         * src/prefs_account.c
10635         * src/prefs_common.c
10636         * src/prefs_folder_item.c
10637         * src/prefs_quote.c
10638         * src/quote_fmt.c
10639         * src/quote_fmt.h
10640                 Fix compose template formats (in global preferences)
10641                 being translated under specific conditions.
10642                 Add a button to restore factory defaults for current
10643                 language.
10644
10645 2008-03-27 [colin]      3.3.1cvs44
10646
10647         * src/common/prefs.c
10648         * src/common/xmlprops.c
10649                 Fix RedHat bug 431735, 'segfault if /home is full' 
10650                 (when starting): Fix double fclose() in prefs.c
10651                 and potentially xmlprops.c
10652
10653 2008-03-27 [colin]      3.3.1cvs43
10654
10655         * src/addressbook.c
10656                 Fix bug 1559, 'Claws Mail crashed deleting all 
10657                 common contacts'
10658
10659 2008-03-27 [wwp]        3.3.1cvs42
10660
10661         * src/addressbook.c
10662                 Fix 3.3.0cvs41.
10663
10664 2008-03-27 [wwp]        3.3.1cvs41
10665
10666         * src/addressbook.c
10667                 Prevent list flickering when deleting addresses.
10668
10669 2008-03-26 [colin]      3.3.1cvs40
10670
10671         * src/imap.c
10672                 Clean up session disconnection. Possibly
10673                 fix Ubuntu bug #204290
10674
10675 2008-03-26 [colin]      3.3.1cvs39
10676
10677         * src/textview.c
10678                 Fix bug 1555: current folder wasn't used when
10679                 right-clicking on an email address
10680
10681 2008-03-25 [colin]      3.3.1cvs38
10682
10683         * src/plugins/bogofilter/bogofilter.c
10684         * src/plugins/bogofilter/bogofilter.h
10685         * src/plugins/bogofilter/bogofilter_gtk.c
10686                 Add a "learn from whitelist" preference
10687                 Whitelist Unsure mails too.
10688
10689 2008-03-24 [paul]       3.3.1cvs37
10690
10691         * src/prefs_account.c
10692                 If no MH mailbox and no account exists, when
10693                 creating a POP/Local account, just create and
10694                 use the default one instead of bailing with a
10695                 "Mailbox doesn't exist" error
10696
10697 2008-03-21 [colin]      3.3.1cvs36
10698
10699         * src/procmime.c
10700                 strstrip mime subtype
10701
10702 2008-03-21 [paul]       3.3.1cvs35
10703
10704         * manual/advanced.xml
10705                 correct and update the info about Actions
10706
10707 2008-03-20 [colin]      3.3.1cvs34
10708
10709         * src/messageview.c
10710         * src/messageview.h
10711         * src/textview.c
10712                 Show at max 1MB of text, add a noticeview to
10713                 show everything optionally.
10714
10715 2008-03-20 [colin]      3.3.1cvs33
10716
10717         * src/stock_pixmap.c
10718                 Add support for png themes
10719
10720 2008-03-19 [wwp]        3.3.1cvs32
10721
10722         * src/procheader.c
10723                 Sanity check.
10724
10725 2008-03-18 [colin]      3.3.1cvs31
10726
10727         * src/common/utils.c
10728         * src/common/utils.h
10729                 Handle size_t instead of off_t in to_human_readable
10730
10731 2008-03-18 [colin]      3.3.1cvs30
10732
10733         * src/imap.c
10734                 Remove raw printf
10735
10736 2008-03-16 [colin]      3.3.1cvs29
10737
10738         * src/summaryview.c
10739                 Fix build on GTK < 2.12
10740
10741 2008-03-16 [colin]      3.3.1cvs28
10742
10743         * src/mainwindow.c
10744                 Refresh non-list widget when switching
10745                 messageview
10746
10747 2008-03-16 [colin]      3.3.1cvs27
10748
10749         * manual/faq.xml
10750                 Revert cvs25: This wasn't a typo :) :
10751                 jade:.../faq.xml:49:16:E: there is no attribute "linkend"
10752
10753
10754 2008-03-16 [colin]      3.3.1cvs26
10755
10756         * src/summaryview.c
10757         * src/gtk/gtksctree.c
10758         * src/gtk/gtksctree.h
10759                 Implement 2-lines items in Summaryview when in 
10760                 three columns mode
10761
10762 2008-03-16 [paul]       3.3.1cvs25
10763
10764         * manual/faq.xml
10765                 fix typo
10766
10767 2008-03-14 [colin]      3.3.1cvs24
10768
10769         * src/prefs_filtering_action.c
10770                 Fix buglet on setting recipient when
10771                 reediting forward rules.
10772
10773 2008-03-12 [colin]      3.3.1cvs23
10774
10775         * src/summaryview.c
10776                 Fix a new unused variable warning
10777         * src/plugins/trayicon/trayicon.c
10778                 Fix folderview's scrollbar at startup
10779                 if starting hidden
10780
10781 2008-03-12 [colin]      3.3.1cvs22
10782
10783         * src/folderview.c
10784         * src/summaryview.c
10785                 Use item_opened at the beginning of showing
10786                 a folder instead of the end. Fixes flicker.
10787
10788 2008-03-12 [paul]       3.3.1cvs21
10789
10790         * src/folder.c
10791         * src/folder.h
10792         * src/mainwindow.c
10793         * src/procmsg.c
10794         * src/summaryview.c
10795         * src/plugins/trayicon/trayicon.c
10796                 add tooltip with extended folder stats
10797
10798 2008-03-10 [colin]      3.3.1cvs20
10799
10800         * src/common/xml.c
10801                 Handle comments
10802
10803 2008-03-07 [colin]      3.3.1cvs19
10804
10805         * src/mainwindow.c
10806                 Fix blinking of the taskbar entry
10807
10808 2008-03-07 [colin]      3.3.1cvs18
10809
10810         * src/mainwindow.c
10811                 MAEMO: Fix bug 1494, 'Trayicon 
10812                 plugin breaks UI...'
10813
10814 2008-03-07 [paul]       3.3.1cvs17
10815
10816         * src/gtk/authors.h
10817                 reflect reality a bit more closely
10818
10819 2008-03-06 [colin]      3.3.1cvs16
10820
10821         * src/mainwindow.c
10822         * src/mainwindow.h
10823         * src/summaryview.c
10824         * src/summaryview.h
10825         * src/toolbar.c
10826                 Integrate things better wrt the new
10827                 summaryview extensibility.
10828
10829 2008-03-06 [wwp]        3.3.1cvs15
10830
10831         * src/quote_fmt.c
10832                 Fix some gcc warnings.
10833
10834 2008-03-06 [wwp]        3.3.1cvs14
10835
10836         * src/prefs_account.c
10837         * src/prefs_folder_item.c
10838         * src/prefs_gtk.c
10839         * src/prefs_template.c
10840         * src/gtk/prefswindow.c
10841         * src/gtk/prefswindow.h
10842                 prefs_templates: fix missing unregistering of addr_completion widgets
10843                 and and ending of addr_completion service.
10844                 prefs_folder_item: fix missing registering/unregistering of widgets,
10845                 and rework the way add_completion service is started and stopped.
10846                 Plus few prefswindow API changes (opening).
10847
10848 2008-03-06 [wwp]        3.3.1cvs13
10849
10850         * src/folder_item_prefs.c
10851         * src/prefs_template.c
10852         * src/prefs_template.h
10853         * src/quote_fmt.c
10854         * src/common/template.c
10855                 Complete 3.3.1cvs12, thanks to Colin.
10856
10857 2008-03-06 [wwp]        3.3.1cvs12
10858
10859         * src/compose.c
10860         * src/folder_item_prefs.c
10861         * src/folder_item_prefs.h
10862         * src/prefs_account.c
10863         * src/prefs_folder_item.c
10864         * src/prefs_quote.c
10865         * src/prefs_template.c
10866         * src/quote_fmt.c
10867         * src/quote_fmt.h
10868         * src/common/template.c
10869         * src/common/template.h
10870                 Global and per-folder templates can now override the from name (this
10871                 doesn't change the account being used).
10872                 Examples:
10873                  "My other name" <%account_email> (just changes the name)
10874                  my.faked.email@address.org (overrides the address too)
10875
10876 2008-03-05 [colin]      3.3.1cvs11
10877
10878         * src/summaryview.c
10879         * src/summaryview.h
10880                 Replace that hbox with a notebook
10881
10882 2008-03-05 [colin]      3.3.1cvs10
10883
10884         * src/folder.h
10885         * src/folderview.c
10886                 Add klass functions for notification of folder
10887                 opening/closing via the GUI
10888         * src/summaryview.c
10889         * src/summaryview.h
10890                 Add a specific container for the scrolledwin
10891
10892 2008-03-05 [colin]      3.3.1cvs9
10893
10894         * src/folder.h
10895         * src/folderview.c
10896                 Add klass functions for notification of folder 
10897                 opening/closing via the GUI
10898         * src/summaryview.c
10899         * src/summaryview.h
10900                 Add a specific container for the scrolledwin
10901
10902 2008-03-02 [colin]      3.3.1cvs8
10903
10904         * src/messageview.c
10905                 MAEMO: Fix bug 1541, 'Deleting message from within 
10906                 read window displays next message then closes.'
10907
10908 2008-03-02 [colin]      3.3.1cvs7
10909
10910         * src/main.c
10911                 Probably fix bug 1539, 'Program crashes':
10912                 Setup Gcrypt's thread functions when built
10913                 with GnuTLS
10914
10915 2008-03-01 [colin]      3.3.1cvs6
10916
10917         * src/folder.c
10918         * src/imap_gtk.c
10919                 Get rid of stale folders with no account
10920
10921 2008-02-28 [colin]      3.3.1cvs5
10922
10923         * src/compose.c
10924                 Fix bug 1534, 'Segmentation fault when doing 
10925                 some draft saving and then throwing away'
10926         * src/imap.c
10927                 Fix bug 1533, 'Claws is unable to mark messages 
10928                 as "read" in IMAP shared folders'
10929         * src/etpan/imap-thread.c
10930                 Fix bug 1515, 'large messages crash claws when 
10931                 syncing for offline mode'. This is rather a
10932                 workaround, and mails > 64MB will still be
10933                 problematic if there's less than 64MB available
10934                 on the dataroot volume.
10935         * src/messageview.c
10936                 MAEMO: Add information when fetching big messages
10937
10938 2008-02-26 [colin]      3.3.1cvs4
10939
10940         * src/imap.c
10941                 fix bug 1532, '"login refused" message insufficiently 
10942                 detailed'
10943
10944 2008-02-26 [paul]       3.3.1cvs3
10945
10946         * INSTALL
10947         * README
10948                 remove mentions of ClamAV and a few other
10949                 old bits of information
10950
10951 2008-02-23 [colin]      3.3.1cvs2
10952
10953         * src/main.c
10954                 Fix log output (missing \n)
10955
10956 2008-02-23 [colin]      3.3.1cvs1
10957
10958         * configure.ac
10959                 Bump version number for stable release
10960
10961 2008-02-23 [paul]       3.3.0cvs21
10962
10963         * po/he.po
10964                 updated by Ofer
10965
10966 2008-02-21 [colin]      3.3.0cvs20
10967
10968         * src/matcher.c
10969                 Fix bug 1527, 'filtering is case sensitive when it 
10970                 shouldn't be'
10971
10972 2008-02-20 [colin]      3.3.0cvs19
10973
10974         * src/main.c
10975                 Fix file attachments from older Thunar
10976
10977 2008-02-19 [colin]      3.3.0cvs18
10978
10979         * manual/plugins.xml
10980         * manual/es/plugins.xml
10981         * manual/fr/plugins.xml
10982         * manual/pl/plugins.xml
10983                 Remove Clamav
10984
10985 2008-02-19 [paul]       3.3.0cvs17
10986
10987         * tools/README
10988         * tools/csv2addressbook.pl
10989                 add support for Kmail/Kaddressbook
10990
10991 2008-02-18 [colin]      3.3.0cvs16
10992
10993         * src/imap.c
10994                 Unset folder's session before creating a
10995                 new one
10996         * src/main.c
10997         * src/prefs_common.c
10998         * src/prefs_common.h
10999         * manual/advanced.xml
11000                 Add an hidden use_networkmanager pref, to
11001                 disable NetworkManager handling. Also,
11002                 consider UNKNOWN state to be CONNECTED.
11003
11004 2008-02-18 [wwp]        3.3.0cvs15
11005
11006         * src/matcher.c
11007                 Fix Engrish and make 'not' more visible in filtering debug logs.
11008
11009 2008-02-15 [colin]      3.3.0cvs14
11010
11011         * src/matcher.c
11012                 Revert cvs10 for now, it breaks the feature
11013
11014 2008-02-15 [colin]      3.3.0cvs13
11015
11016         * src/main.c
11017                 Always focus folder tree at startup
11018         * src/compose.c
11019                 Fix bug 1521, 'Cannot close compose window after 
11020                 replying to a non-existent news message'
11021
11022 2008-02-13 [colin]      3.3.0cvs12
11023
11024         * src/folderview.c
11025                 Fix important warnings
11026
11027 2008-02-12 [colin]      3.3.0cvs11
11028
11029         * src/imap.c
11030         * src/etpan/imap-thread.c
11031         * src/etpan/imap-thread.h
11032                 Fix handling of $Forwarded flag on Exchange:
11033                 check for the existence or creatability of a
11034                 flag before using it.
11035
11036 2008-02-12 [colin]      3.3.0cvs10
11037
11038         * src/matcher.c
11039                 Optimise matching on Found in addressbook if
11040                 the matched header is in cache (From, etc)
11041
11042 2008-02-12 [colin]      3.3.0cvs9
11043
11044         * src/folderview.c
11045                 Fix crashy stuff when changing displayed
11046                 columns
11047
11048 2008-02-12 [wwp]        3.3.0cvs8
11049
11050         * src/folder.h
11051                 Remove duplicate func declaration and restore the one
11052                 a missing one.
11053
11054 2008-02-12 [wwp]        3.3.0cvs7
11055
11056         * src/compose.c
11057         * src/export.c
11058         * src/folder.c
11059         * src/folder.h
11060         * src/foldersel.c
11061         * src/foldersel.h
11062         * src/imap_gtk.c
11063         * src/import.c
11064         * src/mainwindow.c
11065         * src/messageview.c
11066         * src/mh_gtk.c
11067         * src/prefs_account.c
11068         * src/prefs_filtering_action.c
11069         * src/summaryview.c
11070         * src/plugins/bogofilter/bogofilter_gtk.c
11071         * src/plugins/spamassassin/spamassassin_gtk.c
11072                 Allow moving/copying folders to root folders when using
11073                 the folder selection dialog (it was not possible to
11074                 maemo users to reparent a subfolder to a root folder
11075                 at all).
11076
11077 2008-02-12 [fabien]     3.3.0cvs6
11078
11079         * po/fr.po
11080                 a few days late for i18n fr update. Sorry.
11081
11082 2008-02-11 [colin]      3.3.0cvs5
11083
11084         * src/main.c
11085                 Implement support for future /dev/mem_notify.
11086                 This Linux kernel feature will allow applications
11087                 to be notified that memory has to be freed
11088                 before getting OOM-killed. For more information:
11089                 http://lwn.net/Articles/267013/
11090
11091 2008-02-10 [paul]       3.3.0cvs4
11092
11093         * src/Makefile.am
11094         * src/mimeview.c
11095         * src/prefs_toolbar.c
11096         * src/stock_pixmap.c
11097         * src/stock_pixmap.h
11098         * src/pixmaps/mime_text_patch.xpm
11099                 add an icon for attached patches
11100
11101 2008-02-09 [paul]       3.3.0cvs3
11102
11103         * src/gtk/about.c
11104                 bump the (c) year
11105
11106 2008-02-09 [wwp]        3.3.0cvs2
11107
11108         * src/main.c
11109                 Fix compiling issue w/ non-gcc/C99 compilers (suncc).
11110
11111 2008-02-08 [colin]      3.3.0cvs1
11112
11113         * src/common/utils.c
11114                 Forbid attaching anything containing "../" or ".ssh/"
11115                 from mailto: URI
11116
11117 2008-02-08 [paul]       3.3.0
11118
11119         * NEWS
11120         * README
11121         * RELEASE_NOTES 
11122                 3.3.0 released
11123
11124 2008-02-08 [paul]       3.2.0cvs77
11125
11126         * AUTHORS
11127                 updated with new translators
11128         * configure.ac
11129                 added he to ALL_LINGUAS
11130         * po/cs.po
11131         * po/de.po
11132         * po/es.po
11133         * po/fi.po
11134         * po/hu.po
11135         * po/it.po
11136         * po/pt_BR.po
11137         * po/zh_CN.po
11138                 updated by Tim Brain and Petr Vanek, Stephan Sachse,
11139                 Ricardo Mones Lastra, Flammie Pirinen, Pader Rezso,
11140                 Andrea Spadaccini, Frederico Goncalves Guimaraes,
11141                 and Ralph Young
11142         * po/he.po
11143                 new Hebrew translation by Ofer <oc666@netvision.net.il>
11144         * src/gtk/about.c
11145                 updated with new translators and bumped (c) year
11146         * src/gtk/authors.h
11147                 updated with new translators
11148
11149 2008-02-05 [colin]      3.2.0cvs76
11150
11151         * src/messageview.c
11152         * src/mimeview.c
11153         * src/mimeview.h
11154                 Special case text/calendar parts: if there's one in
11155                 the mail, and a plugin handling text/calendar is
11156                 loaded, show that part. That'll avoid rendering 
11157                 meetings as plain text, which just looks broken to
11158                 many users.
11159
11160 2008-02-04 [colin]      3.2.0cvs75
11161
11162         * src/mainwindow.c
11163                 Maemo: Fix LED handling on OS 2008
11164
11165 2008-02-01 [colin]      3.2.0cvs74
11166
11167         * src/compose.c
11168                 Possibly fix the annoying and hard-to reproduce bug
11169                 where lines 
11170                 are
11171                 rewrapped
11172                 like
11173                 that.
11174
11175 2008-02-01 [paul]       3.2.0cvs73
11176
11177         * src/common/utils.c
11178                 fix bug 1502, 'Plus signs are stripped from
11179                 email addresses when calling from command line'
11180                 Thanks to Colin
11181
11182 2008-01-31 [colin]      3.2.0cvs72
11183
11184         * src/exphtmldlg.c
11185         * src/mimeview.c
11186         * src/summaryview.c
11187                 Fix building of URIs from filenames
11188
11189 2008-01-31 [wwp]        3.2.0cvs71
11190
11191         * src/main.c
11192                 Fixes debug output of compiled-in features list
11193                 (completes 3.2.0cvs60).
11194
11195 2008-01-31 [colin]      3.2.0cvs70
11196
11197         * configure.ac
11198         * po/POTFILES.in
11199         * src/compose.c
11200         * src/plugins/Makefile.am
11201         * src/plugins/clamav/.cvsignore
11202         * src/plugins/clamav/Makefile.am
11203         * src/plugins/clamav/README
11204         * src/plugins/clamav/clamav_plugin.c
11205         * src/plugins/clamav/clamav_plugin.h
11206         * src/plugins/clamav/clamav_plugin_gtk.c
11207         * src/plugins/clamav/clamav_plugin_gtk.deps
11208                 Remove the Clamav plugin from the core
11209
11210 2008-01-28 [wwp]        3.2.0cvs69
11211
11212         * src/compose.c
11213         * src/prefs_template.c
11214         * src/prefs_template.h
11215         * src/quote_fmt.c
11216         * src/quote_fmt.h
11217         * src/quote_fmt_lex.l
11218         * src/quote_fmt_parse.y
11219                 Fix for bug #1493: count lines (\n chars) according to the way
11220                 format body is passed (i.e. \-escaped or not).
11221
11222 2008-01-27 [paul]       3.2.0cvs68
11223
11224         * po/en_GB.po
11225                 updated
11226         * src/prefs_actions.c
11227         * src/prefs_filtering.c
11228         * src/prefs_folder_item.c
11229         * src/prefs_template.c
11230         * src/gtk/about.c
11231                 some minor changes to the English
11232
11233 2008-01-24 [colin]      3.2.0cvs67
11234
11235         * src/etpan/imap-thread.c
11236         * src/etpan/nntp-thread.c
11237                 Fix bug 1348, 'Hang ups at exit time with 
11238                 pgp plugin since 3.0.2'
11239
11240 2008-01-23 [colin]      3.2.0cvs66
11241
11242         * src/toolbar.c
11243                 Fix translation of something that shouldn't be
11244
11245 2008-01-23 [colin]      3.2.0cvs65
11246
11247         * src/procmime.c
11248                 Fix bug 1486, 'Re: Incorrect content when replying'
11249                 Revert to full scan if short scan found only 0-length
11250                 text parts
11251
11252 2008-01-23 [paul]       3.2.0cvs64
11253
11254         * src/prefs_folder_item.c
11255                 fix bug 1485, 'selecting a folder's default
11256                 account if name contains '&''
11257
11258 2008-01-23 [colin]      3.2.0cvs63
11259
11260         * src/folder.c
11261         * src/folder.h
11262         * src/main.c
11263         * src/mainwindow.c
11264                 Fix bug 1480, 'should be able to display mail file
11265                 from command line'. Let 'claws-mail --select' accept
11266                 absolute paths in addition to folder identifiers.
11267
11268 2008-01-22 [wwp]        3.2.0cvs62
11269
11270         * src/account.c
11271         * src/account.h
11272         * src/compose.c
11273         * src/messageview.c
11274         * src/summaryview.c
11275         * src/common/utils.c
11276         * src/common/utils.h
11277                 Allow from=address in mailto sequence:
11278                   --compose 'recipient@foo.bar?from=i-sent-spam@foo.bar&subject=enlarge-your-ahum&body=body-body'
11279                   The 'from' will try to select the first account matching in accounts list,
11280                   otherwise will use the usual account selection mechanism but override with
11281                   this 'from' address.
11282                 Allow mailto with NNTP accounts
11283                   mailto is now possible w/ NNTP account - if mailto is used when a NNTP account
11284                   is the default one or if a NNTP account address is used with 'from'.
11285                   This is more or less a bugfix as it was possible to use mailto with a NNTP
11286                   default account but the complete mailto sequence was put in To.
11287
11288 2008-01-22 [wwp]        3.2.0cvs61
11289
11290         * doc/man/claws-mail.1
11291                 Updated the man page: status of few features, command-line
11292                 usage (--version-full) and completed list of config files
11293                 and dirs.
11294
11295 2008-01-22 [wwp]        3.2.0cvs60
11296
11297         * src/main.c
11298                 Added --version-full to display version and compiled-in
11299                 features list (for later use by Clawsker for instance).
11300
11301 2008-01-22 [holger]     3.2.0cvs59
11302
11303         * src/addrduplicates.c
11304                 Fix scrolling in addressbook duplicate
11305                 finder result dialog
11306
11307 2008-01-21 [colin]      3.2.0cvs58
11308
11309         * src/summaryview.c
11310                 Fix bug 1457, 'sorting messages on, say, from, 
11311                 should subsort on previous sort choice'. Subsort
11312                 by date when sort is Subject, From, To, Tags.
11313
11314 2008-01-21 [colin]      3.2.0cvs57
11315
11316         * AUTHORS
11317         * src/matcher.c
11318         * src/mimeview.c
11319         * src/common/ssl.c
11320         * src/gtk/authors.h
11321                 Fix bug 1478, 'Wrong pthread_create calls all 
11322                 over the place'. Patch by Christian Cornelssen
11323
11324 2008-01-20 [colin]      3.2.0cvs56
11325
11326         * src/imap.c
11327         * src/etpan/imap-thread.c
11328         * src/etpan/imap-thread.h
11329                 Fix bug 1468, 'Use IMAP keyword to 
11330                 store "forwarded" flag'
11331
11332 2008-01-20 [colin]      3.2.0cvs55
11333
11334         * src/folderutils.c
11335                 Make list operations faster
11336
11337 2008-01-20 [colin]      3.2.0cvs54
11338
11339         * src/mainwindow.c
11340                 Fix bug 1353, 'on startup with small screen 
11341                 layout, keyboard input gets lost'
11342
11343 2008-01-20 [colin]      3.2.0cvs53
11344
11345         * src/textview.c
11346                 Complete 3.2.0cvs49, and fixes bug 1477, 
11347                 'Claws Mail crashes when view PGP-encrypted 
11348                 message'
11349
11350 2008-01-20 [colin]      3.2.0cvs52
11351
11352         * src/compose.c
11353                 Fix privacy menu update when replying to
11354                 encrypted mail and no default privacy 
11355                 system is set
11356
11357 2008-01-19 [colin]      3.2.0cvs51
11358
11359         * src/filtering.c
11360         * src/procmsg.h
11361         * src/plugins/bogofilter/bogofilter.c
11362         * src/plugins/clamav/clamav_plugin.c
11363         * src/plugins/spamassassin/spamassassin.c
11364                 Batch filtering deletions too (and save 4 bytes
11365                 per MsgInfo in the process :)
11366
11367 2008-01-19 [colin]      3.2.0cvs50
11368
11369         * src/folder.c
11370                 Make cache update after copies much faster
11371                 on IMAP
11372
11373 2008-01-19 [colin]      3.2.0cvs49
11374
11375         * src/textview.c
11376                 Check g_fopen() success
11377
11378 2008-01-17 [wwp]        3.2.0cvs48
11379
11380         * manual/faq.xml
11381         * manual/es/faq.xml
11382         * manual/fr/faq.xml
11383         * manual/pl/faq.xml
11384                 Sylpheed? No idea what this means.
11385
11386 2008-01-17 [colin]      3.2.0cvs47
11387
11388         * src/gtk/gtksctree.c
11389                 Make dnd threshold higher on Maemo
11390
11391 2008-01-16 [colin]      3.2.0cvs46
11392
11393         * src/common/passcrypt.c
11394                 Fix build on FreeBSD, thanks to Pawel
11395
11396 2008-01-15 [colin]      3.2.0cvs45
11397
11398         * src/compose.c
11399                 Fix bug 1472, 'Keyboard "Menu" key doesn't call 
11400                 spell check of actuall word'
11401         * src/summaryview.c
11402                 Temporarily disable immediate execution when learning
11403                 spam *only* if the summaryview isn't locked
11404
11405 2008-01-15 [wwp]        3.2.0cvs44
11406
11407         * src/prefs_filtering.c
11408                 Fix filtering prefs layout (Maemo port), moving page up/down
11409                 from buttons to context menu.
11410
11411 2008-01-15 [colin]      3.2.0cvs43
11412
11413         * src/compose.c
11414                 Fix bug 1465, 'First line in new message does not mark URLs'
11415
11416 2008-01-15 [colin]      3.2.0cvs42
11417
11418         * src/common/passcrypt.c
11419                 Fix bug 1461, 'several components #define 
11420                 _XOPEN_SOURCE improperly'
11421
11422 2008-01-15 [colin]      3.2.0cvs41
11423
11424         * src/summaryview.c
11425                 Fix bug 1469, 'Column width adjustments on message 
11426                 lists do not save'
11427
11428 2008-01-14 [holger]     3.2.0cvs40
11429
11430         * configure.ac
11431                 Add tests for dbus, dbus glib bindings,
11432                 and NetworkManager. All is optional. Add new
11433                 --(en|dis)able-networkmanager-support switch.
11434         * src/Makefile.am
11435         * src/imap.c
11436         * src/inc.c
11437         * src/main.c
11438         * src/main.h
11439         * src/mainwindow.c
11440         * src/gtk/about.c
11441                 Add optional NetworkManager support, so Claws Mail
11442                 can try to do the right thing when the network connection
11443                 status changes. NetworkManager support is active by
11444                 default if above requirements were met.
11445
11446 2008-01-12 [colin]      3.2.0cvs39
11447
11448         * src/summaryview.c
11449                 Advertise the click-on-reply feature in the tooltip
11450
11451 2008-01-12 [colin]      3.2.0cvs38
11452
11453         * src/Makefile.am
11454         * src/stock_pixmap.c
11455         * src/stock_pixmap.h
11456         * src/pixmaps/tray_newmail.offline.xpm
11457         * src/pixmaps/tray_newmail.xpm
11458         * src/pixmaps/tray_newmarkedmail.offline.xpm
11459         * src/pixmaps/tray_newmarkedmail.xpm
11460         * src/pixmaps/tray_nomail.offline.xpm
11461         * src/pixmaps/tray_nomail.xpm
11462         * src/pixmaps/tray_unreadmail.offline.xpm
11463         * src/pixmaps/tray_unreadmail.xpm
11464         * src/pixmaps/tray_unreadmarkedmail.offline.xpm
11465         * src/pixmaps/tray_unreadmarkedmail.xpm
11466         * src/plugins/trayicon/Makefile.am
11467         * src/plugins/trayicon/newmail.offline.xpm
11468         * src/plugins/trayicon/newmail.xpm
11469         * src/plugins/trayicon/newmarkedmail.offline.xpm
11470         * src/plugins/trayicon/newmarkedmail.xpm
11471         * src/plugins/trayicon/nomail.offline.xpm
11472         * src/plugins/trayicon/nomail.xpm
11473         * src/plugins/trayicon/trayicon.c
11474         * src/plugins/trayicon/unreadmail.offline.xpm
11475         * src/plugins/trayicon/unreadmail.xpm
11476         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
11477         * src/plugins/trayicon/unreadmarkedmail.xpm
11478                 Make the Trayicon plugin icons themable
11479
11480 2008-01-12 [wwp]        3.2.0cvs37
11481
11482         * src/prefs_display_header.c
11483                 Fix extra leading hyphen visible in the display
11484                 header configuration combo list (maemo).
11485
11486 2008-01-11 [colin]      3.2.0cvs36
11487
11488         * src/imap.c
11489                 Set timeout to 1 before disconnecting all -
11490                 for when one switches to offline and has 
11491                 no network anymore
11492         * src/messageview.c
11493                 Fix bug 1454, 'error message shows parts and 
11494                 signature of previous messages'
11495         * src/prefs_common.c
11496                 Maemo: Hide Send dialog by default
11497
11498 2008-01-10 [colin]      3.2.0cvs35
11499
11500         * src/action.c
11501         * src/editldap.c
11502         * src/prefs_account.c
11503         * src/wizard.c
11504         * src/gtk/inputdialog.c
11505         * src/plugins/pgpcore/passphrase.c
11506                 Maemo: Fix bug 1455, 'Password enters leading letter 
11507                 incorrectly as uppercase'
11508
11509 2008-01-09 [colin]      3.2.0cvs34
11510
11511         * po/pl.po
11512                 Fix bug 1446, 'SC crashes frequently when staying 
11513                 in background'. Format string error in Polish 
11514                 translation
11515         * src/gtk/description_window.c
11516         * src/prefs_template.c
11517                 Complete 3.2.0cvs9 (fix bug with gtk_main loop);
11518                 patch by Pawel
11519         * src/wizard.c
11520                 Maemo: Fix build
11521
11522 2008-01-08 [colin]      3.2.0cvs33
11523
11524         * src/main.c
11525                 Maemo: connect HW status change signal for shutdown
11526         * src/mainwindow.c
11527                 Maemo: Fix hardware space key
11528         * src/wizard.c
11529                 Maemo: name mmc1 and 2 a better name
11530
11531 2008-01-08 [wwp]        3.2.0cvs32
11532
11533         * src/folder.c
11534         * src/folder_item_prefs.c
11535         * src/folder_item_prefs.h
11536         * src/prefs_folder_item.c
11537                 It's now possible to disable processing rules when
11538                 entering a folder (this adds a new option to the
11539                 folder properties dialog).
11540
11541 2008-01-08 [wwp]        3.2.0cvs31
11542
11543         * src/common/utils.c
11544                 Mailto: now supports 'insert' (stands for 'insert file'), this
11545                 adds the ability to create a new message from the command-line,
11546                 with body set from an existing file contents.
11547
11548 2008-01-08 [colin]      3.2.0cvs30
11549
11550         * src/summaryview.c
11551                 Maybe fix bug 1452, 'crash while drag'n'droping 
11552                 emails to an IMAP folder'
11553
11554 2008-01-07 [wwp]        3.2.0cvs29
11555
11556         * src/prefs_filtering.c
11557                 Static-alize a function, thanks to Colin.
11558
11559 2008-01-07 [colin]      3.2.0cvs28
11560
11561         * src/folderview.c
11562                 Fix scrolling to bottom when drag and dropping
11563         * src/summaryview.c
11564                 Fix bug 1445, 'Display sender using addressbook: fails 
11565                 when From: isn't an email address'
11566
11567 2008-01-07 [wwp]        3.2.0cvs27
11568
11569         * src/prefs_actions.c
11570         * src/prefs_filtering.c
11571         * src/prefs_template.c
11572                 Add tooltips to most buttons in the templates, actions and
11573                 filtering/processing dialogs.
11574
11575 2008-01-07 [wwp]        3.2.0cvs26
11576
11577         * src/prefs_filtering.c
11578                  - add a clear button to clear dialog input fields
11579                  - add page up and page down buttons to move selected rule up and down
11580                  - in rules list popup-menu: added Delete, Delete all and Duplicate
11581                  - popup-menu items are greyed out either if the list is empty (not counting the
11582                    (New) row or if there is no selected item
11583                  - clear store when closing dialog
11584
11585         * src/prefs_actions.c
11586                  - reflect some changes to filtering prefs (+ rewritten a bit some funcs):
11587                    clear button, popup-menu
11588                  - clear store when closing dialog
11589
11590         * src/prefs_template.c
11591                  - reflect some changes to filtering prefs (+ rewritten a bit some funcs):
11592                    clear button, popup-menu 
11593
11594         * src/addrcustomattr.c
11595                  - renamed popup-menu item Clear list to Delete all
11596                  - grey out popup-menu items is there is no selected item or if list is empty
11597                  - clear store when closing dialog
11598
11599         * src/edittags.c
11600                  - added popup-menu item Delete all
11601                  - grey out popup-menu items is there is no selected item or if list is empty
11602                  - clear store when closing dialog
11603
11604 2008-01-06 [wwp]        3.2.0cvs25
11605
11606         * src/addressadd.c
11607                 One more layout fix by Pawel (completes 3.2.0cvs24).
11608
11609 2008-01-05 [colin]      3.2.0cvs24
11610
11611         * src/addressadd.c
11612                 Little GUI fixes, patch by Pawel
11613
11614 2007-12-29 [wwp]        3.2.0cvs23
11615
11616         * src/compose.c
11617                 Fix for bug #1443, and strip possible whitespaces around
11618                 custom header names.
11619
11620 2007-12-29 [mones]      3.2.0cvs22
11621
11622         * po/es.po
11623                 Updated translation, corrected a term based 
11624                 on suggestion from Israel Saeta P�rez,
11625                 reverted awful X-Mailer translation
11626         * src/procmime.c
11627                 Complete cvs20 for FreeBSD, patch by Pawel
11628
11629 2007-12-29 [colin]      3.2.0cvs21
11630
11631         * src/textview.c
11632                 Fix bug 1442, 'Tags are repeated in 
11633                 encapsulated messages'
11634
11635 2007-12-28 [colin]      3.2.0cvs20
11636
11637         * src/procmime.c
11638                 Fix path to mime/globs. Patch by Marten King.
11639
11640 2007-12-27 [colin]      3.2.0cvs19
11641
11642         * src/plugins/pgpcore/Makefile.am
11643         * src/plugins/pgpinline/Makefile.am
11644         * src/plugins/pgpmime/Makefile.am
11645                 Add missing flags to build pgp plugins on maemo
11646
11647 2007-12-27 [colin]      3.2.0cvs18
11648
11649         * src/mainwindow.c
11650                 Maximise before showing to avoid probable flickering
11651                 on slow computers.
11652
11653 2007-12-27 [colin]      3.2.0cvs17
11654
11655         * src/main.c
11656         * src/mainwindow.c
11657         * src/prefs_common.c
11658         * src/prefs_common.h
11659                 Fix bug 1439, 'Claws Mail does not remember window size 
11660                 state when restarted'. Save maximised state and force
11661                 maximisation at startup if applicable.
11662
11663 2007-12-23 [paul]       3.2.0cvs16
11664
11665         * src/prefs_matcher.c
11666                 fix bug 1436, 'Filter condition dialog doesn't
11667                 load header name from current rules'
11668
11669 2007-12-22 [paul]       3.2.0cvs15
11670
11671         * src/compose.c
11672                 fix bug 1435, 'Reply doesn't take into account
11673                 reply-to field'
11674
11675 2007-12-21 [paul]       3.2.0cvs14
11676
11677         * src/common/ssl_certificate.c
11678                 fix FreeBSD build with IPV6 support 
11679
11680 2007-12-20 [colin]      3.2.0cvs13
11681
11682         * src/imap.c
11683                 Fix error handling
11684
11685 2007-12-20 [colin]      3.2.0cvs12
11686
11687         * src/imap.c
11688         * src/imap.h
11689         * src/prefs_account.c
11690                 Add DIGEST-MD5 support for IMAP authentication
11691
11692 2007-12-19 [mones]      3.2.0cvs11
11693
11694         * doc/man/claws-mail.1
11695                 Better ordering of sections, updated options
11696         * po/es.po
11697                 Updated strings
11698
11699 2007-12-19 [paul]       3.2.0cvs10
11700
11701         * src/prefs_account.c
11702                 use a spinbutton instead of an entry for
11703                 "POP authentication timeout" also
11704
11705 2007-12-19 [colin]      3.2.0cvs9
11706
11707         * src/prefs_filtering_action.c
11708         * src/prefs_matcher.c
11709         * src/gtk/description_window.c
11710                 Destroy info windows with their parents
11711                 Patch by Pawel
11712
11713 2007-12-19 [colin]      3.2.0cvs8
11714
11715         * src/prefs_account.c
11716                 Use spinbuttons instead of entries where needed
11717                 Patch by Pawel
11718
11719 2007-12-18 [paul]       3.2.0cvs7
11720
11721         * src/prefs_matcher.c
11722                 add missing i18n for a few strings
11723                 Patch by Stephan Sachse
11724
11725 2007-12-18 [paul]       3.2.0cvs6
11726
11727         * src/prefs_logging.c
11728                 use 'disk' instead of 'disc'
11729
11730 2007-12-18 [paul]       3.2.0cvs5
11731
11732         * po/en_GB.po
11733                 updated
11734         * src/addrcustomattr.c
11735         * src/editaddress.c
11736                 fixes to the ingleesh
11737         * src/prefs_filtering_action.c
11738                 fix copyright header
11739                 fix untranslated strings
11740         * src/prefs_filtering_action.h
11741                 fix copyright header
11742
11743 2007-12-18 [wwp]        3.2.0cvs4
11744
11745         * src/folderview.c
11746         * src/headerview.c
11747         * src/prefs_common.c
11748         * src/prefs_common.h
11749         * src/prefs_fonts.c
11750         * src/summaryview.c
11751         * src/textview.c
11752         * src/wizard.c
11753         * src/common/defs.h
11754         * src/gtk/gtkutils.c
11755                 Added prefs to set custom small and bold fonts
11756                 (might matter on some desktops, according to
11757                 DPI and font settings).
11758
11759 2007-12-18 [colin]      3.2.0cvs3
11760
11761         * src/prefs_logging.c
11762                 Rework GUI, patch by Pawel
11763
11764 2007-12-18 [colin]      3.2.0cvs2
11765
11766         * src/prefs_filtering_action.c
11767                 Rework GUI, patch by Pawel
11768
11769 2007-12-18 [colin]      3.2.0cvs1
11770
11771         * src/editaddress.c
11772                 Fix build on old GCC
11773                 Fix inverted buttons
11774
11775 2007-12-17 [paul]       3.2.0
11776
11777         * NEWS
11778         * README
11779         * RELEASE_NOTES 
11780                 3.2.0 released
11781
11782 2007-12-17 [paul]       3.1.0cvs79
11783
11784         * po/de.po
11785         * po/fr.po
11786         * po/hu.po
11787         * po/it.po
11788         * po/pt_BR.po
11789                 updated by Stephan Sachse, Fabien Vantard, Pader Rezso,
11790                 Andrea Spadaccini, and Frederico Goncalves Guimaraes
11791
11792 2007-12-17 [mones]      3.1.0cvs78
11793
11794         * po/es.po
11795                 Updated Spanish translation for 3.2.0 release
11796
11797 2007-12-16 [colin]      3.1.0cvs77
11798
11799         * src/addrcustomattr.c
11800                 Fix translations, patch by Fabien
11801
11802 2007-12-15 [paul]       3.1.0cvs76
11803
11804         * src/folderview.c
11805                 fix compiler warning
11806
11807 2007-12-14 [colin]      3.1.0cvs75
11808
11809         * src/folderview.c
11810                 Simplify logic
11811
11812 2007-12-12 [wwp]        3.1.0cvs74
11813
11814         * AUTHORS
11815         * src/gtk/authors.h
11816                 Added Marius Glauser to the hall of fame.
11817
11818 2007-12-12 [wwp]        3.1.0cvs73
11819
11820         * src/gtk/gtkutils.c
11821                 Improve the way we show results of searches
11822                 in message bodies: selected text now get centered
11823                 vertically in the message window.
11824                 Patch by Marius Glauser <seelenhirt@gmx.net>.
11825
11826 2007-12-10 [colin]      3.1.0cvs72
11827
11828         * src/folder.c
11829                 Don't crash when setting batch mode on no folder
11830
11831 2007-12-10 [colin]      3.1.0cvs71
11832
11833         * src/common/utils.c
11834                 Fix potential buffer overrun (thanks to
11835                 Hiroyuki)
11836
11837 2007-12-08 [paul]       3.1.0cvs70
11838
11839         * src/prefs_receive.c
11840                 small change to the English
11841
11842 2007-12-08 [colin]      3.1.0cvs69
11843
11844         * src/vcard.c
11845                 Fix warnings
11846
11847 2007-12-07 [colin]      3.1.0cvs68
11848
11849         * src/mainwindow.c
11850         * src/summaryview.c
11851         * src/summaryview.h
11852                 Free simplify_subject_preg at exit
11853
11854 2007-12-07 [colin]      3.1.0cvs67
11855
11856         * src/main.c
11857         * src/summaryview.c
11858         * src/common/utils.c
11859         * src/common/utils.h
11860                 We have to free reused regexps from time to
11861                 time, or they get huge
11862
11863 2007-12-07 [colin]      3.1.0cvs66
11864
11865         * src/vcard.c
11866                 Fix QP decoding (and UTF8)
11867
11868 2007-12-07 [colin]      3.1.0cvs65
11869
11870         * src/addrcustomattr.c
11871                 Update list of default custom attributes
11872                 now (will be needed for a feature patch
11873                 post 3.2.0)
11874
11875 2007-12-07 [colin]      3.1.0cvs64
11876
11877         * src/folder.c
11878                 Batch on destination folder when copying - fixes
11879                 slowness when moving unread mails to trash on IMAP
11880
11881 2007-12-06 [colin]      3.1.0cvs63
11882
11883         * src/common/w32_time.c
11884         * src/common/w32lib.h
11885         * src/etpan/etpan-thread-manager.c
11886         * src/etpan/imap-thread.c
11887         * src/etpan/nntp-thread.c
11888         * src/gtk/Makefile.am
11889                 Fix win32 build with libetpan. Thanks to
11890                 Marcus Brinkmann.
11891
11892 2007-12-06 [colin]      3.1.0cvs62
11893
11894         * src/account.c
11895         * src/imap.c
11896         * src/prefs_account.c
11897         * src/prefs_account.h
11898         * src/etpan/imap-thread.c
11899         * src/etpan/imap-thread.h
11900                 Disable connection via command line on WIN32
11901                 Disable mmap use on WIN32 - use normal strings
11902         * src/addressbook.c
11903         * src/addressbook.h
11904         * src/addressbook_foldersel.c
11905         * src/addressbook_foldersel.h
11906         * src/prefs_filtering_action.c
11907         * src/prefs_matcher.c
11908         * src/plugins/bogofilter/bogofilter_gtk.c
11909         * src/plugins/dillo_viewer/dillo_prefs.c
11910         * src/plugins/spamassassin/spamassassin_gtk.c
11911                 Fix leak, rework function logics to be more
11912                 natural - thanks to Holger
11913         * src/common/utils.c
11914                 Fix warnings
11915
11916 2007-12-06 [colin]      3.1.0cvs61
11917
11918         * src/news.c
11919         * src/common/utils.c
11920         * src/common/utils.h
11921                 Fix posting, and fix UTF-8 being sent when encoding
11922                 is 8bit
11923
11924 2007-12-05 [colin]      3.1.0cvs60
11925
11926         * src/news.c
11927                 Fix debian bug #453157, 'Fails to post usenet
11928                 articles after NNTP connection has been 
11929                 interrupted". Fix return value to prevent deletion
11930                 on failure, and issue MODE READER in case posting
11931                 fails at first.
11932
11933 2007-12-05 [colin]      3.1.0cvs59
11934
11935         * src/messageview.c
11936         * src/uri_opener.c
11937                 Improvements to the List URIs dialog
11938                 Patch by Pawel
11939
11940 2007-12-05 [colin]      3.1.0cvs58
11941
11942         * src/prefs_other.c
11943         * src/gtk/gtksctree.h
11944                 Fix warnings
11945
11946 2007-12-04 [colin]      3.1.0cvs57
11947
11948         * src/etpan/imap-thread.c
11949                 Fix bug 1378, 'Claws exits on IMAP alert message'
11950                 Don't do GTK calls directly from Etpan thread
11951
11952 2007-12-04 [colin]      3.1.0cvs56
11953
11954         * src/folderview.c
11955         * src/gtk/gtksctree.c
11956                 MAEMO: Fix bug 1325, 'Folder Navigation Problems'
11957                 Make all the left of column zero an hotspot for
11958                 expanding.
11959
11960 2007-12-04 [colin]      3.1.0cvs55
11961
11962         * src/mainwindow.c
11963         * src/mainwindow.h
11964         * src/prefs_common.c
11965         * src/prefs_common.h
11966         * src/prefs_receive.c
11967                 MAEMO: Fix bug 1199, 'Tie into LED for new mail alert'
11968
11969 2007-12-04 [wwp]        3.1.0cvs54
11970
11971         * src/prefs_other.c
11972                 Fix for bug #1419.
11973
11974 2007-12-04 [holger]     3.1.0cvs53
11975
11976         * src/addrduplicates.c
11977         * src/addrduplicates.h
11978                 Export addressbook entry deletion
11979
11980 2007-12-04 [colin]      3.1.0cvs52
11981
11982         * tools/Makefile.am
11983         * tools/README.sylprint
11984         * tools/sylprint.pl
11985         * tools/sylprint.rc
11986                 Fix debian bug #454089 (symlink attack in TMP directory)
11987                 http://secwatch.org/advisories/1019661/ :
11988                 Remove the buggy script, which was unmaintained anyway
11989         * src/news.c
11990         * src/procmsg.c
11991                 Store things in our private tmp directory.
11992
11993 2007-12-03 [colin]      3.1.0cvs51
11994
11995         * src/folder.c
11996         * src/folder.h
11997         * src/folderview.c
11998         * src/imap.c
11999         * src/mainwindow.c
12000                 Fix update problem when getting remote tags
12001         * src/prefs_matcher.c
12002                 Rework GUI to make it better. Patch by Pawel
12003                 Pekala
12004
12005 2007-12-03 [colin]      3.1.0cvs50
12006
12007         * src/etpan/imap-thread.c
12008         * src/etpan/nntp-thread.c
12009                 Fix bug 1417, 'Network log doesn't reveal 
12010                 enough NNTP errors'
12011
12012 2007-12-02 [iwkse]      3.1.0cvs49
12013
12014         * src/plugins/dillo_viewer/dillo_prefs.c
12015                         Insert dillo under the Plugins menu
12016
12017 2007-12-01 [paul]       3.1.0cvs48
12018
12019         * src/html.c
12020                 add these variant forms
12021                 Thanks to Colin
12022
12023 2007-12-01 [paul]       3.1.0cvs47
12024
12025         * src/matcher.c
12026                 fix a typo
12027
12028 2007-12-01 [paul]       3.1.0cvs46
12029
12030         * po/POTFILES.in
12031                 add the new addrcustomattr.c file
12032
12033 2007-11-29 [colin]      3.1.0cvs45
12034
12035         * src/common/ssl_certificate.c
12036                 Use the more modern getaddrinfo instead of 
12037                 gethostbyname when possible
12038
12039 2007-11-28 [colin]      3.1.0cvs44
12040
12041         * src/summaryview.c
12042                 Maybe fix bug 1410 and other crash reports
12043                 in summaryview since cvs38.
12044
12045 2007-11-28 [wwp]        3.1.0cvs43
12046
12047         * src/prefs_summary_open.c
12048                 Guard against an empty list of actions to perform
12049                 when opening a folder (or migration defaults could
12050                 be introduced, confusing).
12051
12052 2007-11-28 [colin]      3.1.0cvs42
12053
12054         * src/folderview.c
12055                 Fix mark all read from folder's contextual menu
12056
12057 2007-11-27 [colin]      3.1.0cvs41
12058
12059         * src/imap.c
12060         * src/imap.h
12061         * src/imap_gtk.c
12062         * src/prefs_account.c
12063         * src/etpan/imap-thread.c
12064                 A few fixes to the IMAP flags handling: Optimisations,
12065                 two crashers, mention that Bandwitdh-efficient mode
12066                 prevents tag fetching.
12067                 Fix M-UTF7 in subscription dialog.
12068
12069 2007-11-27 [colin]      3.1.0cvs40
12070
12071         * src/folder.c
12072         * src/mbox.c
12073         * src/summaryview.c
12074                 Make filtering faster on flags change: Batch original 
12075                 folderitem, where we'll do flags/tags changes.
12076
12077 2007-11-27 [colin]      3.1.0cvs39
12078
12079         * src/filtering.c
12080                 Fix bug 1407, 'After a copy action, further rules apply 
12081                 to both original and copy'
12082
12083 2007-11-27 [colin]      3.1.0cvs38
12084
12085         * src/edittags.c
12086         * src/summaryview.c
12087                 Fixes races when doing a long operation and user
12088                 asks for another one (Mark all read/unread on a 
12089                 big folder on IMAP for example)
12090
12091 2007-11-27 [wwp]        3.1.0cvs37
12092
12093         * src/addressbook.c
12094         * src/prefs_common.c
12095                 Fix warning introduced by 3.1.0cvs33 (prefs_common.c)
12096                 and 3.1.0cvs35 (addressbook.c).
12097
12098 2007-11-27 [holger]     3.1.0cvs36
12099
12100         * src/printing.c
12101                 Add a line separating header and body
12102                 in the printout
12103
12104 2007-11-27 [wwp]        3.1.0cvs35
12105
12106         * src/addressbook.c
12107                 Fix a drag-and-drop issue introduced with 3.1.0cvs33
12108                 (thanks to Colin) and revert disabling of cut/copy
12109                 context menu entries upon selected groups.
12110
12111 2007-11-27 [holger]     3.1.0cvs34
12112
12113         * src/printing.c
12114                 Add weights to the list of supported text attributes
12115                 for printing
12116
12117 2007-11-27 [wwp]        3.1.0cvs33
12118
12119         * src/Makefile.am
12120         * src/addrcustomattr.c
12121         * src/addrcustomattr.h
12122         * src/addressbook.c
12123         * src/editaddress.c
12124         * src/editaddress.h
12125         * src/prefs_common.c
12126         * src/prefs_common.h
12127         * src/common/defs.h
12128                 Provide a (customizable) list of preset attribute names
12129                 for editing contacts (closes bug #1391).
12130
12131 2007-11-27 [wwp]        3.1.0cvs32
12132
12133         * src/addrclip.c
12134         * src/addressbook.c
12135         * src/addritem.c
12136                 Various fixes in the address book:
12137                         - made copy/move of a folder to itself or its subtree
12138                           impossible (-> error)
12139                         - errors messages don't show in the status bar anymore,
12140                           use alertpanels instead
12141                         - simple click on group doesn't open group edit dialog
12142                           anymore when in contact edit embedded mode (was too itchy)
12143                         - fixed disabling of edit button and and menu entry when
12144                           in contact edit embedded mode (was done in a bad and
12145                           ineffective way)
12146                         - fix menu cut/paste sensitivity in treelist context
12147                           menu (conflicting enabling was done by different functions)
12148                         - fix some menu item sensitivity in address list context menu
12149                         - don't allow cut/copy of groups, it's useless as they won't
12150                           be copied w/ their contents
12151                         - fix missing copy of the picture file when copying (bug #1402),
12152                           fix picture attribute (internal) value when moving or copying
12153
12154
12155 2007-11-27 [colin]      3.1.0cvs31
12156
12157         * src/folder.c
12158         * src/imap.c
12159                 Fix tags loss on move, fix space encoding
12160
12161 2007-11-26 [colin]      3.1.0cvs30
12162
12163         * src/edittags.c
12164         * src/folder.c
12165         * src/folder.h
12166         * src/imap.c
12167         * src/messageview.c
12168         * src/procmsg.c
12169         * src/procmsg.h
12170         * src/summaryview.c
12171         * src/common/utils.c
12172         * src/common/utils.h
12173         * src/etpan/imap-thread.c
12174         * src/etpan/imap-thread.h
12175                 Add IMAP tags support
12176
12177 2007-11-26 [colin]      3.1.0cvs29
12178
12179         * src/imap.c
12180                 Fix bug 1405, 'imap auto auth method doesn't 
12181                 work since 3.1.0'
12182
12183 2007-11-26 [colin]      3.1.0cvs28
12184
12185         * src/messageview.c
12186         * src/procmime.c
12187                 Handle broken disposition-notifications from Evolution
12188                 (http://bugzilla.gnome.org/show_bug.cgi?id=499145)
12189
12190 2007-11-25 [paul]       3.1.0cvs27
12191
12192         * src/folder_item_prefs.c
12193         * src/folder_item_prefs.h
12194                 remove dead code
12195
12196 2007-11-23 [wwp]        3.1.0cvs26
12197
12198         * src/matcher.c
12199         * src/matcher.h
12200         * src/matcher_parser_parse.y
12201         * src/prefs_matcher.c
12202                 Fix irrelevant case folding when adding matcher condition 'test',
12203                 thanks to Colin.
12204
12205 2007-11-23 [wwp]        3.1.0cvs25
12206
12207         * src/prefs_common.c
12208         * src/prefs_common.h
12209         * src/prefs_summary_open.c
12210         * src/prefs_summary_open.h
12211         * src/summaryview.c
12212                 Add "select first email in list" to the list of possible selections
12213                 when opening a folder.
12214
12215 2007-11-23 [paul]       3.1.0cvs24
12216
12217         * po/de.po
12218                 a fix by Stephan Sachse, plus remove all
12219                 old strings from the end of the file
12220
12221 2007-11-23 [wwp]        3.1.0cvs23
12222
12223         * src/prefs_msg_colors.c
12224                 Move colour prefs into tabs. Patch by Pawel Pekala <c0rn@o2.pl>,
12225                 with little changes.
12226
12227 2007-11-23 [paul]       3.1.0cvs22
12228
12229         * src/prefs_logging.c
12230                 eliminate wasted horizontal space
12231
12232 2007-11-23 [paul]       3.1.0cvs21
12233
12234         * src/prefs_summaries.c
12235                 don't wrap the label or put linebreaks
12236
12237 2007-11-22 [colin]      3.1.0cvs20
12238
12239         * src/plugins/pgpinline/pgpinline.c
12240                 Fix decryption
12241
12242 2007-11-22 [wwp]        3.1.0cvs19
12243
12244         * src/prefs_themes.c
12245                 Yet another misuse of get_rc_dir(), still related
12246                 to user themes. Completes 3.1.0cvs18.
12247
12248 2007-11-22 [wwp]        3.1.0cvs18
12249
12250         * src/stock_pixmap.c
12251                 Fix a misuse of get_rc_dir(), user themes dir was
12252                 not set properly and some themes might have disappeared
12253                 from themes list in prefs.
12254
12255 2007-11-22 [wwp]        3.1.0cvs17
12256
12257         * src/edittags.c
12258         * src/edittags.h
12259         * src/common/tags.c
12260         * src/common/tags.h
12261                 Correct copyright for these claws-mail-only brand new
12262                 files.
12263
12264 2007-11-22 [paul]       3.1.0cvs16
12265
12266         * src/compose.c
12267                 fix bug 1400, 'Drag and drop of URLs does not work'
12268                 Thanks to Colin
12269
12270 2007-11-22 [paul]       3.1.0cvs15
12271
12272         * src/prefs_common.c
12273                 make "cmds_use_system_default" default to FALSE
12274                 so as not to disrupt current settings
12275         * src/summaryview.c
12276                 increase the size of the GdkRectangle, tooltips
12277                 didn't show for me otherwise
12278
12279 2007-11-21 [colin]      3.1.0cvs14
12280
12281         * src/compose.c
12282         * src/crash.c
12283         * src/exphtmldlg.c
12284         * src/mainwindow.c
12285         * src/manual.c
12286         * src/mimeview.c
12287         * src/prefs_account.c
12288         * src/prefs_common.c
12289         * src/prefs_common.h
12290         * src/prefs_ext_prog.c
12291         * src/textview.c
12292         * src/uri_opener.c
12293         * src/gtk/about.c
12294         * src/gtk/gtkutils.c
12295                 Use xdg-open as a way to find default browser,
12296                 when available
12297
12298 2007-11-21 [colin]      3.1.0cvs13
12299
12300         * src/messageview.c
12301         * src/procmime.c
12302         * src/procmsg.h
12303                 Send better return receipts (useful ones)
12304                 Handle incoming return receipts
12305
12306 2007-11-20 [colin]      3.1.0cvs12
12307
12308         * src/printing.c
12309         * src/printing.h
12310                 Add getter/setter for settings, and getter
12311                 for page setup
12312
12313 2007-11-20 [colin]      3.1.0cvs11
12314
12315         * src/folderview.c
12316         * src/main.c
12317         * src/mainwindow.c
12318                 Fix bug 1396, 'Crash on disabling a filter 
12319                 while it is processing'
12320
12321 2007-11-20 [paul]       3.1.0cvs10
12322
12323         * src/folder.c
12324                 fix bug 1395, 'Crash on checking for new mails
12325                 while filter is running'
12326                 Thanks to Colin
12327
12328 2007-11-20 [paul]       3.1.0cvs9
12329
12330         * src/compose.c
12331                 make this string easier for translators
12332
12333 2007-11-19 [colin]      3.1.0cvs8
12334
12335         * src/prefs_summaries.c
12336         * src/summaryview.c
12337                 Don't enable more tooltips on Maemo
12338
12339 2007-11-19 [colin]      3.1.0cvs7
12340
12341         * src/prefs_common.c
12342         * src/prefs_common.h
12343         * src/prefs_summaries.c
12344         * src/summaryview.c
12345                 Fix bug 1388, 'message list tool tips'
12346                 Add (optional) tooltips in summaryview.
12347                 This only works with GTK+ >= 2.12
12348
12349 2007-11-19 [colin]      3.1.0cvs6
12350
12351         * src/compose.c
12352                 Make strings a bit better when attaching
12353                 from mailto: URIs
12354
12355 2007-11-19 [colin]      3.1.0cvs5
12356
12357         * src/common/utils.c
12358                 Fix bug 1392, 'Top level domain .EU is 
12359                 not recognised as valid'
12360
12361 2007-11-19 [wwp]        3.1.0cvs4
12362
12363         * src/compose.c
12364         * src/compose.h
12365                 Revert changes to compose.c made in 3.1.0cvs2.
12366
12367 2007-11-19 [wwp]        3.1.0cvs3
12368
12369         * src/addressbook.c
12370         * src/addressbook.h
12371         * src/editaddress.c
12372         * src/editgroup.c
12373         * src/addrduplicates.c
12374                 Minor improvements in the address book:
12375                 always accept new contacts provided that some
12376                 detail is set (instead of rejecting silently).
12377                 Better guessing of contact name from incomplete
12378                 name information. Better display of contacts with
12379                 no name, in contact lists, group contents, find
12380                 duplicate results.
12381                 
12382
12383 2007-11-19 [wwp]        3.1.0cvs2
12384
12385         * src/compose.c
12386         * src/compose.h
12387         * src/prefs_logging.c
12388         * src/prefs_summaries.c
12389                 GUI improvements, thanks to Pawel Pekala <c0rn@o2.pl>:
12390                 wrap some long label in prefs/summaries, layout checkboxes
12391                 in a more compact form in prefs/loggin, make account and
12392                 header's combos have the same size/spacing in compose
12393                 window.
12394
12395 2007-11-19 [wwp]        3.1.0cvs1
12396
12397         * src/edittags.c
12398                 Fix a tiny leak and duplicate variable.
12399
12400 2007-11-19 [paul]       3.1.0
12401
12402         * NEWS
12403         * README
12404         * RELEASE_NOTES 
12405                 3.1.0 released
12406
12407 2007-11-19 [paul]       3.0.2cvs145
12408
12409         * po/de.po
12410         * po/fi.po
12411         * po/fr.po
12412         * po/hu.po
12413         * po/it.po
12414         * po/pl.po
12415         * po/pt_BR.po
12416         * po/sk.po
12417         * po/zh_CN.po
12418                 updated by Stephan Sachse, Flammie Pirinen,
12419                 Fabien Vantard, Pader Rezso, Andrea Spadaccini,
12420                 Emil Nowak, Frederico Goncalves Guimaraes,
12421                 Andrej Kacian, and Ralph Young
12422
12423 2007-11-18 [mones]      3.0.2cvs144
12424
12425         * po/es.po
12426                 Updated Spanish translation
12427
12428 2007-11-18 [colin]      3.0.2cvs143
12429
12430         * src/edittags.c
12431                 Prevent empty tag after edit, thanks to wwp
12432
12433 2007-11-18 [colin]      3.0.2cvs142
12434
12435         * src/editaddress.c
12436                 Fix possible "(null)" %s - thanks to wwp
12437
12438 2007-11-16 [wwp]        3.0.2cvs141
12439
12440         * src/common/utils.c
12441                 Fix for 3.0.2cvs140, prevents from crashing when opening
12442                 a compose window.
12443
12444 2007-11-16 [colin]      3.0.2cvs140
12445
12446         * src/main.c
12447         * src/common/claws.c
12448                 Output a bit more useful info at startup
12449                 in --debug mode
12450
12451 2007-11-16 [colin]      3.0.2cvs139
12452
12453         * src/compose.c
12454         * src/common/utils.c
12455         * src/common/utils.h
12456                 Fix bug 1387, 'Request for --compose to 
12457                 support multiple attachments'
12458
12459 2007-11-16 [colin]      3.0.2cvs138
12460
12461         * src/news.c
12462                 Fix bug 1390, 'NNTP fails after server 
12463                 closed connection'
12464
12465 2007-11-16 [colin]      3.0.2cvs137
12466
12467         * src/prefs_display_header.c
12468                 Fix bug 1389, 'Changing 'Display headers 
12469                 in message view' breaks dispheaderrc'
12470
12471 2007-11-14 [colin]      3.0.2cvs136
12472
12473         * src/summaryview.c
12474         * src/gtk/quicksearch.c
12475         * src/gtk/quicksearch.h
12476                 Fix resetting the quicksearch when in non-sticky
12477                 mode, but Recursive is set: reset only when going
12478                 out of the root search folder.
12479
12480 2007-11-14 [colin]      3.0.2cvs135
12481
12482         * src/filtering.c
12483                 Don't set new flag back when doing "Mark as unread"
12484                 from filtering
12485
12486 2007-11-12 [paul]       3.0.2cvs134
12487
12488         * src/plugins/dillo_viewer/dillo_viewer.c
12489                 don't offer the mime type for translation
12490
12491 2007-11-12 [paul]
12492
12493         3.1.0-rc2 released
12494
12495 2007-11-11 [colin]      3.0.2cvs133
12496
12497         * src/imap_gtk.c
12498         * src/mh_gtk.c
12499                 Use markup-escaped strings in dialogs
12500
12501 2007-11-11 [colin]      3.0.2cvs132
12502
12503         * src/imap.c
12504                 Better IMAP-UTF7/UTF8 conversion
12505
12506 2007-11-10 [colin]      3.0.2cvs131
12507
12508         * src/news.c
12509                 Fix debian bug 450698, 'nntp auth behavior changed 
12510                 without notice'
12511
12512 2007-11-10 [colin]      3.0.2cvs130
12513
12514         * configure.ac
12515         * src/inc.c
12516         * src/main.c
12517         * src/main.h
12518         * src/mimeview.c
12519         * src/statusbar.c
12520         * src/common/utils.c
12521         * src/etpan/Makefile.am
12522         * src/gtk/filesel.c
12523         * src/gtk/gtkutils.h
12524         * src/gtk/menu.c
12525         * src/plugins/bogofilter/Makefile.am
12526         * src/plugins/clamav/Makefile.am
12527         * src/plugins/dillo_viewer/Makefile.am
12528         * src/plugins/pgpcore/Makefile.am
12529         * src/plugins/spamassassin/Makefile.am
12530         * src/plugins/trayicon/Makefile.am
12531                 Fixes (mainly preprocessor foo) for Maemo 4.0 (Chinook)
12532
12533 2007-11-09 [colin]      3.0.2cvs129
12534
12535         * src/addressbook.c
12536         * src/ldapupdate.c
12537                 fix bug 1375, 'Impossible to modify e-mail
12538                 in LDAP addressbook twice'; Try two. update
12539                 externalID, don't make display lag, and
12540                 fix the cases where dn is not mail.
12541
12542 2007-11-08 [paul]       3.0.2cvs128
12543
12544         * src/account.c
12545         * src/compose.c
12546         * src/messageview.c
12547         * src/prefs_account.c
12548         * src/prefs_account.h
12549                 reinstate 'Generate Message-ID' option as an
12550                 account preference. (hidden on IMAP)
12551                 Thanks to Colin
12552
12553 2007-11-08 [paul]       3.0.2cvs127
12554
12555         * src/textview.c
12556                 MAEMO: fix failure of loading images inline
12557                 MAEMO: fix bug 1349, 'Emails still skip to end
12558                 when opened (in certain circumstances)...'
12559
12560 2007-11-07 [colin]      3.0.2cvs126
12561
12562         * src/toolbar.c
12563                 Migrate from A_SYL_ACTIONS to A_CLAWS_ACTIONS
12564
12565 2007-11-07 [colin]      3.0.2cvs125
12566
12567         * src/toolbar.c
12568                 Re-change the string occurence of A_CLAWS_ACTIONS
12569                 to A_SYL_ACTIONS, to prevent parse errors of the
12570                 toolbar_*.xml files
12571
12572 2007-11-07 [colin]      3.0.2cvs124
12573
12574         * src/mimeview.c
12575         * src/prefs_common.c
12576         * src/prefs_common.h
12577         * manual/advanced.xml
12578                 Add an hidden pref, 'save_parts_readwrite';
12579                 completes 3.0.2cvs35
12580
12581 2007-11-07 [paul]       3.0.2cvs123
12582
12583         * src/prefs_toolbar.c
12584         * src/toolbar.c
12585         * src/toolbar.h
12586                 rename ToolbarSylpheedActions to ToolbarClawsActions
12587                 rename A_SYL_ACTIONS to A_CLAWS_ACTIONS
12588
12589 2007-11-07 [paul]       3.0.2cvs122
12590
12591         * src/toolbar.c
12592                 MAEMO: remove tooltips
12593
12594 2007-11-07 [colin]      3.0.2cvs121
12595
12596         * src/plugins/pgpinline/pgpinline.c
12597                 Fix bug 1377, 'unspecific errors on 
12598                 signature checking'. Fix trimming of
12599                 UTF8 data.
12600
12601 2007-11-06 [iwkse]      3.0.2cvs120
12602
12603         * src/prefs_summary_open.c
12604                 yet a string change
12605
12606 2007-11-06 [paul]       3.0.2cvs119
12607
12608         * tools/Makefile.am
12609         * tools/README
12610         * tools/csv2addressbook.pl
12611                 add a new script that imports a CSV formatted
12612                 address book. Becky and Thunderbird address
12613                 book are currently supported.
12614
12615 2007-11-05 [colin]      3.0.2cvs118
12616
12617         * src/imap.c
12618                 Fix deletion 
12619
12620 2007-11-05 [iwkse]      3.0.2cvs117
12621
12622         * src/prefs_summary_open.c
12623                 String changes
12624
12625 2007-11-04 [paul]       3.0.2cvs116
12626
12627         * src/addressbook_foldersel.c
12628                 fix gtk critical warning
12629                 Patch by Pawel Pekala
12630
12631 2007-11-04 [paul]       3.0.2cvs115
12632
12633         * tools/README
12634         * tools/claws-mail-compose-insert-files.pl
12635                 add --bcc and uri_escape() everything
12636
12637 2007-11-04 [paul]       3.0.2cvs114
12638
12639         * src/gtk/gtkutils.c
12640                 gtkut_stock_with_text_button_set_create(): set
12641                 GTK_CAN_DEFAULT on buttons 2 and 3
12642
12643 2007-11-03 [paul]       3.0.2cvs113
12644
12645         * src/common/utils.c
12646                 fix debian bug #448814, 'mailto: URI decoding
12647                 desn't decode the destination address field'
12648                 Patch by Federico Heinz <fheinz@vialibre.org.ar>
12649
12650 2007-11-03 [paul]       3.0.2cvs112
12651
12652         * AUTHORS
12653         * src/compose.c
12654         * src/gtk/authors.h
12655                 allow Bcc in commandline URIs
12656                 (based on) Patch by Federico Heinz <fheinz@vialibre.org.ar>
12657
12658 2007-11-02 [colin]      3.0.2cvs111
12659
12660         * src/addressbook.c
12661                 Maybe fix bug 1376, 'crash on 
12662                 addressbook manipulation'
12663
12664 2007-10-31 [paul]       3.0.2cvs110
12665
12666         * src/ldapupdate.c
12667                 fix bug 1375, 'Impossible to modify e-mail
12668                 in LDAP addressbook twice'
12669                 Patch by Michael Rasmussen
12670
12671 2007-10-30 [paul]       3.0.2cvs109
12672
12673         * configure.ac
12674                 enable GnuTLS support with --enable-gnutls which
12675                 will disable openssl support. if the user has
12676                 gtk >= 2.10.x don't allow gnomeprint even if the
12677                 user asks for it
12678
12679 2007-10-30 [paul]
12680
12681         3.1.0-rc1 released
12682
12683 2007-10-30 [paul]       3.0.2cvs108
12684
12685         * Makefile.am
12686                 add ChangeLog.2.0.0-3.0.0 to EXTRA_DIST
12687
12688 2007-10-30 [paul]       3.0.2cvs107
12689
12690         * src/expldifdlg.c
12691         * src/prefs_account.c
12692         * src/prefs_folder_item.c
12693         * src/prefs_spelling.c
12694         * src/prefs_themes.c
12695         * src/wizard.c
12696         * src/gtk/gtkaspell.c
12697         * src/gtk/gtkaspell.h
12698         * src/plugins/spamassassin/spamassassin_gtk.c
12699                 replace deprecated gtk_option_menu...
12700                 patch by Pawel Pekala
12701
12702 2007-10-29 [colin]      3.0.2cvs106
12703
12704         * src/plugins/dillo_viewer/dillo_prefs.c
12705                 Fix forgotten signal connect
12706
12707 2007-10-28 [colin]      3.0.2cvs105
12708
12709         * src/plugins/dillo_viewer/dillo_prefs.c
12710         * src/plugins/dillo_viewer/dillo_prefs.h
12711         * src/plugins/dillo_viewer/dillo_viewer.c
12712                 Implement addressbook-based whitelisting for loading
12713                 remote images. Fixed missing destroy of the embedded
12714                 browser that made a Dillo window pop up on exit, if
12715                 an HTML part was displayed.
12716
12717 2007-10-26 [colin]      3.0.2cvs104
12718
12719         * src/edittags.c
12720                 Add missing static
12721
12722 2007-10-25 [colin]      3.0.2cvs103
12723
12724         * src/editaddress.c
12725                 Add tap-and-hold on the picture, for Maemo
12726         * src/edittags.c
12727         * src/edittags.h
12728         * src/mainwindow.c
12729         * src/procmsg.c
12730         * src/summaryview.c
12731         * src/textview.c
12732                 Unify tag interfaces.
12733
12734 2007-10-25 [colin]      3.0.2cvs102
12735
12736         * src/imap.c
12737         * src/etpan/imap-thread.h
12738                 Much better error handling. We'll need to be really
12739                 clear to users about where errors come from, with 
12740                 the apparition of Gmail's IMAP server.
12741
12742 2007-10-24 [colin]      3.0.2cvs101
12743
12744         * src/edittags.c
12745         * src/mainwindow.c
12746         * src/summaryview.c
12747         * src/textview.c
12748                 Add tags sorting (alphabetical); allow deletion of
12749                 tags from the Apply Tags window
12750
12751 2007-10-24 [colin]      3.0.2cvs100
12752
12753         * src/editaddress.c
12754         * src/editaddress_other_attributes_ldap.c
12755         * src/editaddress_other_attributes_ldap.h
12756         * src/ldapctrl.c
12757         * src/ldapquery.c
12758         * src/ldapupdate.c
12759                 Fix LDAP writing (got broken in cvs39)
12760                 Add read-only support for jpegPhoto LDAP field
12761
12762 2007-10-23 [colin]      3.0.2cvs99
12763
12764         * src/news.c
12765                 Fix crash in some cases
12766
12767 2007-10-22 [colin]      3.0.2cvs98
12768
12769         * src/common/socket.h
12770         * src/common/ssl.c
12771                 Fix big leak in GnuTLS code
12772
12773 2007-10-22 [colin]      3.0.2cvs97
12774
12775         * src/news.c
12776                 Fix bug 1368, 'SIGSEGV in NNTP code'
12777
12778 2007-10-22 [colin]      3.0.2cvs96
12779
12780         * src/prefs_customheader.c
12781                 Catch compface warnings when generating X-Faces
12782
12783 2007-10-22 [wwp]        3.0.2cvs95
12784
12785         * src/quote_fmt_parse.y
12786                 Remove accidentally committed debug traces.
12787                 Fix a warning.
12788
12789 2007-10-22 [colin]      3.0.2cvs94
12790
12791         * src/etpan/nntp-thread.c
12792                 Fix authentication
12793
12794 2007-10-19 [wwp]        3.0.2cvs93
12795
12796         * src/common/ssl_certificate.c
12797                 Add missing include (Windows).
12798
12799 2007-10-19 [colin]      3.0.2cvs92
12800
12801         * src/imap_gtk.c
12802         * src/mimeview.c
12803         * src/textview.c
12804         * src/gtk/inputdialog.c
12805         * src/gtk/inputdialog.h
12806                 Remove the last old combo; patch by
12807                 Pawel
12808
12809 2007-10-19 [colin]      3.0.2cvs91
12810
12811         * src/common/ssl.c
12812                 Fix interop problem with GnuTLS and some crappy
12813                 servers that have very little keys.
12814
12815 2007-10-19 [colin]      3.0.2cvs90
12816
12817         * src/common/ssl.c
12818                 Fix return value check on GnuTLS, and
12819                 display the error
12820
12821 2007-10-18 [colin]      3.0.2cvs89
12822
12823         * src/common/ssl_certificate.c
12824                 Fix missing initialisations
12825
12826 2007-10-18 [wwp]        3.0.2cvs88
12827
12828         * src/Makefile.am
12829                 Fix linking against GNUTLS (matters if --enable-gnutls only).
12830
12831 2007-10-18 [colin]      3.0.2cvs87
12832
12833         * po/POTFILES.in
12834                 Fix build
12835
12836 2007-10-18 [mones]      3.0.2cvs86
12837
12838         * src/editbook.c
12839         * src/import.c
12840         * src/prefs_account.c
12841         * src/prefs_receive.c
12842         * src/gtk/about.c
12843         * src/plugins/bogofilter/bogofilter_gtk.c
12844         * src/plugins/spamassassin/spamassassin_gtk.c
12845                 More capitalisation micro-fixes
12846
12847 2007-10-18 [paul]       3.0.2cvs85
12848
12849         * configure.ac
12850                 add info about NNTP support via libetpan
12851                 change the configure output ending msg a little
12852         * src/gtk/about.c
12853                 similar changes to above
12854
12855 2007-10-18 [colin]      3.0.2cvs84
12856
12857         * src/procmime.c
12858         * src/procmime.h
12859                 Fix missing symbol for S/MIME
12860
12861 2007-10-18 [colin]      3.0.2cvs83
12862
12863         * src/prefs_filtering_action.c
12864                 Fix crash in tags (introduced in cvs78)
12865
12866 2007-10-18 [colin]      3.0.2cvs82
12867
12868         * src/common/Makefile.am
12869         * src/common/nntp.c
12870         * src/common/nntp.h
12871         * src/etpan/Makefile.am
12872         * src/etpan/etpan-thread-manager-types.h
12873         * src/etpan/etpan-thread-manager.c
12874         * src/etpan/imap-thread.c
12875         * src/etpan/nntp-thread.c
12876         * src/etpan/nntp-thread.h
12877         * src/news.c
12878         * src/news.h
12879                 Rewrite the nntp implementation
12880                 to use libetpan. Non-blocking NNTP!
12881         * src/account.c
12882         * src/crash.c
12883         * src/imap.c
12884         * src/inc.c
12885         * src/main.c
12886         * src/mainwindow.c
12887         * src/pop.c
12888         * src/pop.h
12889         * src/prefs_account.c
12890         * src/recv.c
12891         * src/recv.h
12892         * src/send_message.c
12893         * src/send_message.h
12894         * src/ssl_manager.c
12895         * src/ssl_manager.h
12896         * src/wizard.c
12897         * src/common/claws.c
12898         * src/common/session.c
12899         * src/common/session.h
12900         * src/common/smtp.c
12901         * src/common/smtp.h
12902         * src/common/socket.c
12903         * src/common/socket.h
12904         * src/common/ssl.c
12905         * src/common/ssl.h
12906         * src/common/ssl_certificate.c
12907         * src/common/ssl_certificate.h
12908         * src/gtk/about.c
12909         * src/gtk/sslcertwindow.c
12910         * src/gtk/sslcertwindow.h
12911                 Implement GnuTLS support. GnuTLS support
12912                 will be used if OpenSSL isn't available, or
12913                 specified explicitely. (the reason is that
12914                 GnuTLS cerficate checking is a bit less 
12915                 practical than OpenSSL's)
12916
12917 2007-10-18 [paul]       3.0.2cvs81
12918
12919         * src/gtk/inputdialog.c
12920         * src/gtk/inputdialog.h
12921                 fix copyright header
12922
12923 2007-10-17 [colin]      3.0.2cvs80
12924
12925         * src/plugins/pgpcore/select-keys.c
12926                 Fix bug which prevented encryption key
12927                 auto-selection when two or more matched the
12928                 email address, but only one isn't revoked
12929                 or expired.
12930
12931 2007-10-17 [wwp]        3.0.2cvs79
12932
12933         * src/compose.c
12934         * src/quote_fmt.c
12935         * src/quote_fmt.h
12936         * src/quote_fmt_lex.l
12937         * src/quote_fmt_parse.y
12938                 Templates can now attach files using |attach{filename}.
12939
12940 2007-10-17 [wwp]        3.0.2cvs78
12941
12942         * src/prefs_customheader.c
12943         * src/prefs_ext_prog.c
12944         * src/prefs_filtering_action.c
12945         * src/prefs_matcher.c
12946         * src/prefs_other.c
12947         * src/prefs_toolbar.c
12948         * src/gtk/combobox.c
12949         * src/gtk/combobox.h
12950         * src/gtk/gtkutils.c
12951         * src/gtk/gtkutils.h
12952         * src/plugins/bogofilter/bogofilter_gtk.c
12953         * src/plugins/spamassassin/spamassassin_gtk.c
12954                 Removed almost all remaining instances of GtkCombo
12955                 old API, patch by Pawel Pekala <c0rn@o2.pl>, with
12956                 few visual and code cleanup from Colin.
12957
12958 2007-10-16 [wwp]        3.0.2cvs77
12959         * src/gtk/pluginwindow.c
12960                 Reworked the plugin window layouts, patch by Pawel Pekala <c0rn@o2.pl>.
12961
12962 2007-10-15 [colin]      3.0.2cvs76
12963
12964         * src/edittags.c
12965         * src/edittags.h
12966         * src/filtering.c
12967         * src/filtering.h
12968         * src/importmutt.c
12969         * src/importpine.c
12970         * src/main.c
12971         * src/messageview.c
12972         * src/messageview.h
12973         * src/mimeview.c
12974         * src/mimeview.h
12975         * src/pop.c
12976         * src/pop.h
12977         * src/prefs_common.c
12978         * src/prefs_common.h
12979         * src/prefs_customheader.c
12980         * src/prefs_customheader.h
12981         * src/prefs_display_header.c
12982         * src/prefs_display_header.h
12983         * src/prefs_filtering_action.c
12984         * src/prefs_filtering_action.h
12985         * src/prefs_folder_column.c
12986         * src/prefs_folder_column.h
12987         * src/prefs_folder_item.c
12988         * src/prefs_folder_item.h
12989         * src/prefs_gtk.c
12990         * src/prefs_gtk.h
12991         * src/prefs_logging.h
12992         * src/prefs_matcher.c
12993         * src/prefs_matcher.h
12994         * src/prefs_summary_column.c
12995         * src/prefs_summary_column.h
12996         * src/prefs_summary_open.c
12997         * src/procheader.c
12998         * src/procheader.h
12999         * src/procmime.c
13000         * src/procmime.h
13001         * src/recv.c
13002         * src/recv.h
13003         * src/sourcewindow.c
13004         * src/sourcewindow.h
13005         * src/summaryview.c
13006         * src/summaryview.h
13007         * src/textview.c
13008         * src/textview.h
13009         * src/toolbar.c
13010         * src/toolbar.h
13011         * src/common/mgutils.c
13012         * src/common/mgutils.h
13013         * src/common/nntp.c
13014         * src/common/nntp.h
13015         * src/common/prefs.c
13016         * src/common/prefs.h
13017         * src/common/socket.c
13018         * src/common/socket.h
13019         * src/common/stringtable.c
13020         * src/common/stringtable.h
13021         * src/common/template.c
13022         * src/common/template.h
13023         * src/common/uuencode.c
13024         * src/common/uuencode.h
13025         * src/gtk/gtkshruler.c
13026         * src/gtk/gtkshruler.h
13027         * src/gtk/menu.c
13028         * src/gtk/menu.h
13029         * src/gtk/progressdialog.c
13030         * src/gtk/progressdialog.h
13031                 Remove/staticalize, the return of the revenge
13032
13033 2007-10-15 [colin]      3.0.2cvs75
13034
13035         * src/matcher.c
13036                 Fix redirections in filtering's tests
13037
13038 2007-10-15 [colin]      3.0.2cvs74
13039
13040         * src/imap.c
13041                 Don't build imap_synchronise at all when 
13042                 building without libetpan
13043
13044 2007-10-14 [colin]      3.0.2cvs73
13045
13046         * src/imap.c
13047         * src/common/md5.c
13048         * src/common/md5.h
13049         * src/gtk/manage_window.c
13050         * src/gtk/manage_window.h
13051                 Remove more unused code
13052
13053 2007-10-14 [colin]      3.0.2cvs72
13054
13055         * src/addrquery.c
13056         * src/addrquery.h
13057         * src/recv.c
13058         * src/recv.h
13059         * src/vcard.c
13060         * src/vcard.h
13061         * src/common/xml.c
13062         * src/common/xml.h
13063         * src/common/xmlprops.c
13064         * src/common/xmlprops.h
13065                 Remove more unused code
13066
13067 2007-10-14 [colin]      3.0.2cvs71
13068
13069         * src/common/utils.c
13070                 Remove unused function
13071
13072 2007-10-13 [colin]      3.0.2cvs70
13073
13074         * src/imap.c
13075         * src/imap.h
13076         * src/mainwindow.c
13077         * src/mainwindow.h
13078         * src/gtk/gtkutils.c
13079         * src/gtk/gtkutils.h
13080                 Staticalise/Remove more code
13081
13082 2007-10-13 [colin]      3.0.2cvs69
13083
13084         * src/common/utils.c
13085         * src/common/utils.h
13086                 Remove dead code, unused for ages
13087
13088 2007-10-13 [colin]      3.0.2cvs68
13089
13090         * src/main.c
13091         * src/main.h
13092                 Maemo: define hildon_program in main.c,
13093                 make it accessible in the .h with extern
13094
13095 2007-10-13 [paul]       3.0.2cvs67
13096
13097         * src/gtk/menu.c
13098                 fix a bunch of runtime warnings on maemo
13099
13100 2007-10-13 [paul]       3.0.2cvs66
13101
13102         * src/main.c
13103         * src/main.h
13104         * src/gtk/gtkutils.c
13105         * src/gtk/gtkutils.h
13106                 fix a bunch of compiler warnings on maemo
13107
13108 2007-10-12 [colin]      3.0.2cvs65
13109
13110         * src/account.c
13111         * src/addritem.c
13112         * src/addritem.h
13113         * src/filtering.c
13114         * src/filtering.h
13115         * src/folder.c
13116         * src/folder.h
13117         * src/common/utils.c
13118         * src/common/utils.h
13119                 Remove unused code, staticalise some functions
13120
13121 2007-10-12 [paul]       3.0.2cvs64
13122
13123         * src/account.c
13124         * src/folderview.c
13125         * src/main.c
13126         * src/mainwindow.c
13127         * src/messageview.c
13128         * src/summary_search.c
13129         * src/summaryview.c
13130         * src/toolbar.c
13131         * src/wizard.c
13132         * src/common/utils.c
13133         * src/gtk/prefswindow.c
13134                 fix a bunch of compiler warnings on maemo
13135
13136 2007-10-11 [colin]      3.0.2cvs63
13137
13138         * src/editaddress.c
13139                 Make static function static
13140
13141 2007-10-11 [mones]      3.0.2cvs62
13142
13143         * src/addrduplicates.c
13144         * src/addressbook.c
13145         * src/compose.c
13146         * src/expldifdlg.c
13147         * src/mainwindow.c
13148         * src/messageview.c
13149         * src/pop.c
13150         * src/prefs_customheader.c
13151         * src/prefs_send.c
13152         * src/prefs_themes.c
13153         * src/common/plugin.c
13154         * src/gtk/pluginwindow.c
13155         * src/gtk/quicksearch.c
13156                 Fix several typos and capitalisation issues
13157
13158 2007-10-11 [wwp]        3.0.2cvs61
13159
13160         * src/editaddress.c
13161                 Fix a warning about possible use of uninitialized
13162                 filename var.
13163
13164 2007-10-11 [wwp]        3.0.2cvs60
13165
13166         * src/editaddress.c
13167                 Disable "Unset picture" menu item when there's
13168                 no picture to clear. Fix an extraneous g_unref_object,
13169                 add missing initializers.
13170
13171 2007-10-11 [wwp]        3.0.2cvs59
13172
13173         * src/pixmaps/anonymous.xpm
13174         * src/editaddress.c
13175         * src/Makefile.am
13176         * src/stock_pixmap.c
13177         * src/stock_pixmap.h
13178                 Fix a leak, gettext-ize the photo label.
13179                 Don't clear the existing picture if loading
13180                 a new one fails. Use a default 'anonymous'
13181                 picture (this new xpm has been added to the
13182                 internal stock_pixmap API). Add a
13183                 "Set picture" context menu entry.
13184
13185 2007-10-11 [colin]      3.0.2cvs58
13186
13187         * src/messageview.c
13188                 Make shift-shortcuts work
13189         * src/prefs_actions.c
13190                 Don't ask if we really want to close when
13191                 choosing OK and only the list is changed
13192         * src/prefs_template.c
13193                 Don't ask if we really want to close when
13194                 choosing OK and only the list is changed
13195         * src/common/plugin.c
13196                 Fix writing of second [Plugins_*] block
13197         * src/common/template.c
13198                 Remove unused files (fixes deletion)
13199
13200 2007-10-10 [paul]       3.0.2cvs57
13201
13202         * src/prefs_template.c
13203                 put the whole thing in a scrolled window
13204                 so that half the page is no longer inaccessible
13205                 on maemo
13206                 make the gtk_text_view smaller on maemo
13207
13208 2007-10-10 [colin]      3.0.2cvs56
13209
13210         * src/compose.c
13211                 Fix updating of Attachments number in some
13212                 cases (reedit, attach from command-line, ...)
13213
13214 2007-10-10 [colin]      3.0.2cvs55
13215
13216         * src/editaddress.c
13217                 Initialise error correctly
13218
13219 2007-10-10 [paul]       3.0.2cvs54
13220
13221         * src/prefs_filtering_action.c
13222         * src/gtk/description_window.c
13223         * src/gtk/foldersort.c
13224         * src/gtk/quicksearch.c
13225                 get rid of some pointless new lines and
13226                 make the descripton labels wrap better
13227
13228 2007-10-10 [colin]      3.0.2cvs53
13229
13230         * src/addressadd.c
13231         * src/editaddress.c
13232         * src/headerview.c
13233         * src/textview.c
13234                 More error handling on saving pictures
13235
13236 2007-10-10 [colin]      3.0.2cvs52
13237
13238         * src/printing.c
13239         * src/printing.h
13240                 Generalize a bit printing, so we can factorize
13241                 most of the code. 
13242
13243 2007-10-10 [paul]       3.0.2cvs51
13244
13245         * src/addrduplicates.c
13246                 fix engrish
13247                 use GTK_STOCK... buttons
13248
13249 2007-10-10 [paul]       3.0.2cvs50
13250
13251         * src/addressadd.c
13252         * src/addrindex.c
13253         * src/editaddress.c
13254                 Fix previous patch
13255                 Thanks to Colin
13256
13257 2007-10-10 [paul]       3.0.2cvs49
13258
13259         * src/summaryview.c
13260         * src/messageview.c
13261                 Fix crash on Add sender to addressbook when
13262                 From is null
13263         * src/addressadd.c
13264         * src/addrindex.c
13265         * src/editaddress.c
13266         * src/editaddress_other_attributes_ldap.h
13267                 Fix leaks 
13268                 Rename images to .png in addrbook/
13269         * src/headerview.c
13270         * src/textview.c
13271                 Fix Face/X-Face being used if adding another
13272                 address than sender to addressbook
13273                 Thanks to Colin
13274
13275 2007-10-10 [holger]     3.0.2cvs48
13276
13277         * src/addrduplicates.c
13278         * src/editaddress.c
13279                 Improvements to the addressbook duplicate finder
13280                 feature:
13281                  - add an edit button to the button bar
13282                  - display the whole bookname (with iface) and
13283                    use this for same-book checking
13284                  - after editing, try to keep selections if the
13285                    entries are still present
13286                  - sort the email column alphabetically
13287                  - put results in a scrolled window
13288                  - support embedded editing
13289                  - make columns in detail view resizable
13290                  - add keyboard shortcuts
13291
13292 2007-10-10 [wwp]        3.0.2cvs47
13293
13294         * src/addrindex.c
13295                 Fix a crash when there's no From: in email, thanks to Colin.
13296
13297 2007-10-09 [paul]       3.0.2cvs46
13298
13299         * src/messageview.c
13300         * src/summaryview.c
13301         * src/textview.c
13302                 fix building without compface support
13303
13304 2007-10-09 [colin]      3.0.2cvs45
13305
13306         * src/editaddress.c
13307         * src/headerview.c
13308         * src/textview.c
13309                 Add error handling
13310
13311 2007-10-09 [colin]      3.0.2cvs44
13312
13313         * src/addrduplicates.c
13314         * src/addressadd.c
13315         * src/addressadd.h
13316         * src/addressbook.c
13317         * src/addressbook.h
13318         * src/addrindex.c
13319         * src/addrindex.h
13320         * src/addritem.c
13321         * src/addritem.h
13322         * src/compose.c
13323         * src/editaddress.c
13324         * src/editaddress_other_attributes_ldap.h
13325         * src/headerview.c
13326         * src/messageview.c
13327         * src/mimeview.c
13328         * src/summaryview.c
13329         * src/textview.c
13330         * src/gtk/gtkutils.c
13331                 Automatically set contacts' pictures from Face 
13332                 or X-Face if they have no picture
13333                 Display the contact picture in textview or
13334                 headerview for mails sent by people in the 
13335                 addressbook, that have no Face or X-Face
13336                 Fix a few details in the Person edition dialog
13337                 (ability to unset picture)
13338                 Remove picture file when deleting contacts
13339
13340 2007-10-09 [iwkse]      3.0.2cvs43
13341
13342         * src/gtk/about.c
13343                 center the about window
13344
13345 2007-10-09 [paul]       3.0.2cvs42
13346
13347         * src/prefs_toolbar.c
13348                 fix icon selector window on maemo
13349
13350 2007-10-09 [paul]       3.0.2cvs41
13351
13352         * src/messageview.c
13353                 add 'go to' menu to separate msgview
13354
13355 2007-10-09 [colin]      3.0.2cvs40
13356
13357         * src/common/defs.h
13358                 Add forgotten file
13359
13360 2007-10-09 [iwkse]      3.0.2cvs39
13361
13362         * Makefile.am
13363         * src/addressbook.c
13364         * src/addritem.c
13365         * src/addritem.h
13366         * src/editaddress.c
13367         * src/editaddress_other_attributes_ldap.h
13368         * src/addrbook.c
13369         * src/Makefile.am
13370                 set a photo in the Addressbook
13371
13372 2007-10-08 [colin]      3.0.2cvs38
13373
13374         * src/prefs_toolbar.c
13375                 Make height 320 to remove the scrollbar 
13376                 (with current number of icons)
13377
13378 2007-10-08 [colin]      3.0.2cvs37
13379
13380         * src/prefs_toolbar.c
13381                 Transform the treeview to a GtkIconView.
13382                 Patch by Pawel
13383                 In addition, transform the window so that 
13384                 it looks like a popup menu. Patch by me
13385
13386 2007-10-08 [colin]      3.0.2cvs36
13387
13388         * src/compose.c
13389         * src/compose.h
13390                 Beautify the GUI a bit; in particular, show the
13391                 number of attachments in the tab's title.
13392                 Patch by Pawel
13393
13394 2007-10-08 [paul]       3.0.2cvs35
13395
13396         * src/mimeview.c
13397                 Save users from themselves: save temporary
13398                 files used for Open/Open with as read-only.
13399                 Thanks to Colin
13400
13401 2007-10-08 [paul]       3.0.2cvs34
13402
13403         * tools/Makefile.am
13404                 forgot this in cvs33
13405
13406 2007-10-08 [paul]       3.0.2cvs33
13407
13408         * tools/kdeservicemenu/README
13409         * tools/kdeservicemenu/claws-mail-attach-files.desktop.template
13410         * tools/kdeservicemenu/install.sh
13411         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
13412                 renamed template* to *template so as not to confuse
13413                 lintian
13414
13415 2007-10-08 [paul]       3.0.2cvs32
13416
13417         * src/prefs_themes.c
13418         * src/stock_pixmap.c
13419                 replace 2 direct uses of RC_DIR
13420
13421 2007-10-07 [colin]      3.0.2cvs31
13422
13423         * src/addrduplicates.c
13424         * src/addrduplicates.h
13425         * src/addressbook.c
13426         * src/addressbook.h
13427         * src/addrindex.c
13428         * src/addrindex.h
13429                 Implement deletion in duplicate finder. 
13430                 Patch by Holger 
13431
13432 2007-10-07 [colin]      3.0.2cvs30
13433
13434         * src/exporthtml.c
13435         * src/mbox.c
13436         * src/common/utils.c
13437                 Better fix for Solaris, thanks to Nicolas Doualot
13438
13439 2007-10-07 [colin]      3.0.2cvs29
13440
13441         * AUTHORS
13442         * src/gtk/authors.h
13443                 Add Frank Dietrich
13444
13445 2007-10-07 [colin]      3.0.2cvs28
13446
13447         * src/exporthtml.c
13448                 Fix HTML export to make it more compliant
13449                 Patch by Frank Dietrich <bits_n_bytes@gmx.de>
13450
13451 2007-10-07 [colin]      3.0.2cvs27
13452
13453         * src/prefs_toolbar.c
13454                 Only use icons that wouldn't look stupid in the toolbar
13455                 Patch by Pawel
13456
13457 2007-10-07 [colin]      3.0.2cvs26
13458
13459         * src/prefs_toolbar.c
13460                 Fix old icon being used when none is selected
13461
13462 2007-10-07 [colin]      3.0.2cvs25
13463
13464         * src/toolbar.c
13465                 Fix copy/paste error
13466
13467 2007-10-07 [colin]      3.0.2cvs24
13468
13469         * src/prefs_toolbar.c
13470         * src/toolbar.c
13471         * src/toolbar.h
13472                 Update icon to default one when changing event
13473                 Make the icon chooser nicer (handle Esc, Enter,
13474                 double-click)
13475
13476 2007-10-06 [colin]      3.0.2cvs23
13477
13478         * src/prefs_toolbar.c
13479                 Fix text reset; patch by Pawel
13480
13481 2007-10-06 [colin]      3.0.2cvs22
13482
13483         * src/toolbar.h
13484                 Complete previous commit
13485
13486 2007-10-06 [colin]      3.0.2cvs21
13487
13488         * src/prefs_toolbar.c
13489         * src/toolbar.c
13490                 Set toolbar text automatically to the default
13491                 when changing Event executed on click
13492
13493 2007-10-06 [colin]      3.0.2cvs20
13494
13495         * src/prefs_toolbar.c
13496                 Invert Text and Event fields
13497
13498 2007-10-06 [colin]      3.0.2cvs19
13499
13500         * src/prefs_toolbar.c
13501         * src/toolbar.c
13502                 Make toolbar prefs look much better
13503                 Patch by Pawel Pekala
13504
13505 2007-10-06 [paul]       3.0.2cvs18
13506
13507         * src/account.c
13508         * src/prefs_filtering.c
13509                 fix checkbuttons in gtktreeview on maemo by
13510                 setting maemo's "allow-checkbox-mode" to FALSE
13511
13512 2007-10-06 [colin]      3.0.2cvs17
13513
13514         * configure.ac
13515                 Export -DSOLARIS in CFLAGS for all
13516                 Solaris (not just 2.8) and OpenSolaris
13517
13518 2007-10-06 [paul]       3.0.2cvs16
13519
13520         * AUTHORS
13521         * src/exporthtml.c
13522         * src/mbox.c
13523         * src/gtk/authors.h
13524                 fix build on solaris where ctime_r takes
13525                 3 arguments rather than 2.
13526                 Patch by Nicolas Doualot <slubman.lists@slubman.info>
13527
13528 2007-10-05 [colin]      3.0.2cvs15
13529
13530         * src/etpan/imap-thread.c
13531                 Fix wrong error codepath
13532
13533 2007-10-05 [wwp]        3.0.2cvs14
13534
13535         * src/filtering.c
13536                 Fix unexpected logging of quicksearches:
13537                 debug_filtering_session flag was never reset to FALSE, causing
13538                 matcher functions to log when called from a quicksearch
13539                 (if a filtering session happened before).
13540
13541 2007-10-05 [paul]       3.0.2cvs13
13542
13543         * src/prefs_actions.c
13544         * src/prefs_filtering.c
13545         * src/prefs_template.c
13546                 fix bug 1343, 'Filtering..'s close button
13547                 silently discards new filter'
13548                 Thanks to Colin
13549
13550 2007-10-05 [paul]       3.0.2cvs12
13551
13552         * configure.ac
13553         * src/Makefile.am
13554                 fix bug 1347, '-Wno-unused-function, optional'
13555
13556 2007-10-05 [colin]      3.0.2cvs11
13557
13558         * src/procmime.c
13559         * src/common/mgutils.c
13560                 Fix warnings
13561
13562 2007-10-05 [mones]      3.0.2cvs10
13563
13564         * manual/advanced.xml
13565                 Use full menu name
13566         * manual/es/advanced.xml
13567                 Synchronise translation
13568
13569 2007-10-04 [colin]      3.0.2cvs9
13570
13571         * src/action.c
13572         * src/addrbook.c
13573         * src/addrindex.c
13574         * src/compose.c
13575         * src/exporthtml.c
13576         * src/exportldif.c
13577         * src/folder.c
13578         * src/main.c
13579         * src/matcher.c
13580         * src/mbox.c
13581         * src/messageview.c
13582         * src/mh.c
13583         * src/news.c
13584         * src/partial_download.c
13585         * src/pop.c
13586         * src/procmime.c
13587         * src/procmsg.c
13588         * src/toolbar.c
13589         * src/common/log.c
13590         * src/common/mgutils.c
13591         * src/common/plugin.c
13592         * src/common/utils.c
13593         * src/common/xml.c
13594         * src/common/xml.h
13595         * src/common/xmlprops.c
13596         * src/common/xmlprops.h
13597         * src/plugins/bogofilter/bogofilter.c
13598         * src/plugins/clamav/clamav_plugin.c
13599         * src/plugins/dillo_viewer/dillo_prefs.c
13600         * src/plugins/pgpcore/prefs_gpg.c
13601         * src/plugins/pgpinline/pgpinline.c
13602         * src/plugins/pgpmime/pgpmime.c
13603         * src/plugins/spamassassin/spamassassin.c
13604         * src/plugins/trayicon/trayicon_prefs.c
13605                 Verify success on writes. Will fix possible strange
13606                 failure on disk full.
13607
13608 2007-10-04 [paul]       3.0.2cvs8
13609
13610         * manual/advanced.xml
13611                 add further info about Actions
13612                 Patch by Emmanuel Briot <briot@adacore.com>
13613
13614 2007-10-04 [paul]       3.0.2cvs7
13615
13616         * src/account.c
13617                 remove the D column, instead indicate the
13618                 default account by use of bold text
13619
13620 2007-10-03 [colin]      3.0.2cvs6
13621
13622         * src/common/template.c
13623                 Fix templates writing (was prone to disk full problems)
13624
13625 2007-10-03 [colin]      3.0.2cvs5
13626
13627         * src/Makefile.am
13628         * src/addrduplicates.c
13629         * src/addrduplicates.h
13630         * src/addressbook.c
13631                 Add duplicate deletion. Patch by Holger
13632
13633 2007-10-03 [colin]      3.0.2cvs4
13634
13635         * src/matcher.c
13636         * src/gtk/quicksearch.c
13637                 Fix bug 1340, 'Case insensitive searches with 
13638                 non-ascii alphabets fail'.
13639
13640 2007-10-03 [colin]      3.0.2cvs3
13641
13642         * src/main.c
13643         * src/common/utils.c
13644         * src/common/utils.h
13645                 Implement run-time alternative config directories
13646
13647 2007-10-03 [colin]      3.0.2cvs2
13648
13649         * src/folderview.c
13650                 Prevent opening folder item while folder
13651                 is scanned in a better way
13652
13653 2007-10-02 [paul]       3.0.2cvs1
13654
13655         * NEWS
13656         * README
13657         * RELEASE_NOTES
13658         * configure.ac
13659                 bump up version number following stable release
13660
13661 2007-09-30 [colin]      3.0.1cvs49
13662
13663         * src/imap.c
13664                 Refresh session if needed
13665
13666 2007-09-30 [colin]      3.0.1cvs48
13667
13668         * src/imap.c
13669                 Reset folder's session to NULL
13670                 before destroying it
13671
13672 2007-09-30 [mones]      3.0.1cvs47
13673
13674         * manual/handling.xml
13675                 Use markup quotes instead hardcoded quotes
13676         * manual/es/handling.xml
13677                 Added new synced section (IMAP subscriptions)
13678
13679 2007-09-29 [colin]      3.0.1cvs46
13680
13681         * src/imap.c
13682                 Notice disconnections faster
13683
13684 2007-09-28 [colin]      3.0.1cvs45
13685
13686         * src/addressbook.c
13687         * src/addrindex.c
13688                 Fix warnings
13689
13690 2007-09-28 [paul]       3.0.1cvs44
13691
13692         * src/mimeview.c
13693                 fix maemo build
13694
13695 2007-09-28 [paul]       3.0.1cvs43
13696
13697         * src/account.c
13698                 use gtk_widget_set_size_request() on the label
13699                 so that wrapping works better. get rid of the
13700                 (partially deprecated) hbutton_box.
13701                 these changes should prevent buttons overlapping
13702                 on maemo
13703
13704 2007-09-28 [colin]      3.0.1cvs42
13705
13706         * src/pop.c
13707                 Fix typo :)
13708
13709 2007-09-28 [colin]      3.0.1cvs41
13710
13711         * src/compose.c
13712         * src/msgcache.c
13713         * src/pop.c
13714         * src/procmime.c
13715         * src/etpan/imap-thread.c
13716                 64bits-related warning fixes
13717
13718 2007-09-28 [colin]      3.0.1cvs40
13719
13720         * src/folder_item_prefs.c
13721         * src/ldaputil.c
13722         * src/mainwindow.c
13723         * src/mimeview.c
13724         * src/common/tags.c
13725                 Fix warnings
13726
13727 2007-09-28 [colin]      3.0.1cvs39
13728
13729         * src/plugins/spamassassin/spamassassin.c
13730         * src/plugins/spamassassin/spamassassin.h
13731         * src/plugins/spamassassin/spamassassin_gtk.c
13732                 Add addressbook-based whitelisting
13733
13734 2007-09-28 [colin]      3.0.1cvs38
13735
13736         * src/folder.c
13737                 Fix bug 1337, 'crash on pressing Send button'
13738
13739 2007-09-28 [paul]       3.0.1cvs37
13740
13741         * src/prefs_folder_item.c
13742                 give the orphans a parent. makes all prefs
13743                 pages visible on maemo
13744
13745 2007-09-28 [colin]      3.0.1cvs36
13746
13747         * src/prefs_folder_column.c
13748         * src/prefs_summary_column.c
13749                 Fix two leaks
13750
13751 2007-09-27 [colin]      3.0.1cvs35
13752
13753         * src/gtk/quicksearch.c
13754                 Fix bug 1336, 'Segfault if empty space before search-string'
13755
13756 2007-09-26 [mones]      3.0.1cvs34
13757
13758         * manual/account.xml
13759         * manual/plugins.xml
13760                 Fixed irc channel name, added some docbook markup.
13761                 Changed text markup to docbook markup. 
13762                 Added spamcop as supported in SpamReport description.
13763         * manual/fr/plugins.xml
13764                 Fixed irc channel name.
13765         * manual/es/account.xml
13766         * manual/es/advanced.xml
13767         * manual/es/claws-mail-manual.xml
13768         * manual/es/glossary.xml
13769         * manual/es/gpl.xml
13770         * manual/es/keyboard.xml
13771         * manual/es/plugins.xml
13772                 Synced with English version, fixed a couple of typos.
13773
13774 2007-09-26 [colin]      3.0.1cvs33
13775
13776         * configure.ac
13777                 Explain why "Libgnomeprint: no" on GTK+ 2.10
13778
13779 2007-09-26 [colin]      3.0.1cvs32
13780
13781         * src/messageview.c
13782         * src/procmsg.c
13783         * src/procmsg.h
13784                 Optimisation: avoid fetching mail 3 times locally
13785                 for displaying
13786
13787 2007-09-26 [colin]      3.0.1cvs31
13788
13789         * src/mh.c
13790                 Fix missing static
13791
13792 2007-09-26 [colin]      3.0.1cvs30
13793
13794         * src/folder.c
13795         * src/folder.h
13796         * src/mh.c
13797         * src/mh.h
13798                 Fix MH mtime hack - make it a folder class function
13799
13800 2007-09-26 [colin]      3.0.1cvs29
13801
13802         * src/inc.c
13803                 Fix bug 1334, 'user defined mail incorporation 
13804                 script not run'
13805
13806 2007-09-25 [colin]      3.0.1cvs28
13807
13808         * src/codeconv.c
13809                 Optimisation: shortcut conv_codeset_strdup
13810                 when src_code and dest_code are the same
13811         * src/common/xml.c
13812         * src/common/xml.h
13813                 Optimisation: shortcut code conversions when
13814                 files are in UTF-8; faster list walking by
13815                 using prepend/reverse.
13816
13817 2007-09-25 [holger]     3.0.1cvs27
13818
13819         * src/printing.c
13820                 Replace button bar of the preview window
13821                 with a real toolbar (patch by Colin)
13822                 Add zooming to the preview window
13823
13824 2007-09-24 [paul]       3.0.1cvs26
13825
13826         * src/compose.c
13827                 compact the character set menu, adding some
13828                 missing encodings. Patch by Pawel Pekala
13829
13830 2007-09-23 [paul]       3.0.1cvs25
13831
13832         * src/prefs_account.c
13833         * src/prefs_folder_item.c
13834         * src/prefs_quote.c
13835         * src/quote_fmt.c
13836         * src/quote_fmt.h
13837                 remove unnecessary frame from Templates options
13838                 and improve the English of the check button label
13839
13840 2007-09-22 [colin]      3.0.1cvs24
13841
13842         * src/gtk/quicksearch.c
13843                 Fix bug 1329, 'error in quicksearch.c'
13844                 Fix return with value in function returning void
13845
13846 2007-09-22 [colin]      3.0.1cvs23
13847
13848         * src/imap.c
13849         * src/procmsg.h
13850         * src/common/utils.c
13851         * src/common/utils.h
13852         * src/etpan/imap-thread.c
13853                 Optimise fetching IMAP cached emails *a lot*
13854                 (remember whether mail is fully cached and \r's
13855                  are already stripped)
13856
13857 2007-09-22 [colin]      3.0.1cvs22
13858
13859         * src/folder.c
13860         * src/folder.h
13861         * src/prefs_folder_item.c
13862                 Add a button to allow users to drop local caches.
13863
13864 2007-09-21 [colin]      3.0.1cvs21
13865
13866         * src/summaryview.c
13867                 Remove unnecessary error when cancelling export to mbox.
13868                 Patch by Pawel
13869
13870 2007-09-21 [paul]       3.0.1cvs20
13871
13872         * src/gtk/prefswindow.c
13873                 remove unnecessary frames from the prefs
13874                 pages. Patch by Pawel Pekala
13875
13876 2007-09-21 [paul]       3.0.1cvs19
13877
13878         * src/prefs_account.c
13879         * src/prefs_folder_item.c
13880         * src/prefs_quote.c
13881         * src/quote_fmt.c
13882                 put the Templates options into a tabbed
13883                 layout. Patch by Pawel Pekala
13884
13885 2007-09-21 [paul]       3.0.1cvs18
13886
13887         * src/mainwindow.c
13888                 group together the character set menu items
13889                 move the /View/Show or hide/Message view below
13890                 .../Toolbar menu item
13891                 Patch by Pawel Pekala
13892
13893 2007-09-21 [mones]      3.0.1cvs17
13894
13895         * src/compose.c
13896                 Fix for bug 1327, 'segfault when replying to a non-existent
13897                 news message', thanks to Colin.
13898
13899 2007-09-21 [colin]      3.0.1cvs16
13900
13901         * src/folderview.c
13902                 Complete 3.0.1cvs15
13903
13904 2007-09-20 [colin]      3.0.1cvs15
13905
13906         * src/folderview.c
13907         * src/folderview.h
13908                 Maybe fix bug 1324, 'Corrupted IMAP cache'
13909
13910 2007-09-20 [colin]      3.0.1cvs14
13911
13912         * src/printing.c
13913                 Fix a little leak
13914
13915 2007-09-20 [holger]     3.0.1cvs13
13916
13917         * src/printing.c
13918                 Add page layout to print preview.
13919                 Make the close-button in the toolbar
13920                 right-aligned.
13921
13922 2007-09-20 [paul]       3.0.1cvs12
13923
13924         * po/ru.po
13925                 updated by Pavlo Bohmat
13926
13927 2007-09-19 [colin]      3.0.1cvs11
13928
13929         * src/common/utils.c
13930                 Prevent unquoted mime boundaries, by always
13931                 using a /
13932
13933 2007-09-19 [colin]      3.0.1cvs10
13934
13935         * src/printing.c
13936                 Fix drawing area size, fix DPI change that
13937                 can cause total number of lines to decrease
13938
13939 2007-09-19 [colin]      3.0.1cvs9
13940
13941         * po/POTFILES.in
13942         * src/printing.c
13943                 Make print preview more efficient and nicer.
13944                 Patch mostly by Holger Berndt <hb@claws-mail.org>
13945
13946 2007-09-19 [colin]      3.0.1cvs8
13947
13948         * src/prefs_common.c
13949         * src/prefs_common.h
13950         * src/printing.c
13951                 Add scrolledwindow, default allocation and
13952                 size saving to the print preview window.
13953
13954 2007-09-18 [colin]      3.0.1cvs7
13955
13956         * src/prefs_common.c
13957         * src/prefs_common.h
13958         * src/prefs_image_viewer.c
13959         * src/printing.c
13960                 GtkPrintOperation:
13961                 - add image printing support
13962                 - add option to print images
13963                 - add preview widget
13964                 - add saving of a few Page Setup parameters
13965
13966 2007-09-18 [colin]      3.0.1cvs6
13967
13968         * AUTHORS
13969         * src/gtk/authors.h
13970                 Add Guillaume Chazarain
13971
13972 2007-09-18 [colin]      3.0.1cvs5
13973
13974         * src/common/utils.c
13975                 Fix bug 1321, 'access before allocation 
13976                 when scanning for uris'. Patch by 
13977                 Guillaume Chazarain <guichaz@yahoo.fr>
13978
13979 2007-09-18 [colin]      3.0.1cvs4
13980
13981         * src/toolbar.c
13982                 Fix bug 1320, 'Memory leak caused by 
13983                 gtk_container_get_children'. Patch by
13984                 Guillaume Chazarain <guichaz@yahoo.fr>
13985
13986 2007-09-18 [colin]      3.0.1cvs3
13987
13988         * src/printing.c
13989         * src/printing.h
13990                 Fix HAVE_GNOMEPRINT (USE_GNOMEPRINT)
13991
13992 2007-09-18 [colin]      3.0.1cvs2
13993
13994         * src/Makefile.am
13995         * src/mainwindow.c
13996         * src/messageview.c
13997         * src/messageview.h
13998         * src/prefs_ext_prog.c
13999         * src/prefs_fonts.c
14000         * src/printing.c
14001         * src/printing.h
14002         * src/summaryview.c
14003                 Use GtkPrintOperation by default on GTK+ >= 2.10
14004                 Patch by Holger Berndt <hb@claws-mail.org>
14005
14006 2007-09-18 [paul]       3.0.1cvs1
14007
14008         * NEWS
14009         * README
14010         * RELEASE_NOTES
14011         * configure.ac
14012                 bump up version number following stable release
14013
14014 2007-09-16 [colin]      3.0.0cvs18
14015
14016         * src/folder.c
14017                 Fix possible memleak
14018
14019 2007-09-16 [colin]      3.0.0cvs17
14020
14021         * src/folderview.c
14022                 Fix bug 1311, 'Wrong arrow position 
14023                 while moving message into folder when 
14024                 column headers hidden'
14025         * src/image_viewer.c
14026                 Show error in the GUI if image can't
14027                 be loaded
14028         * src/matcher.c
14029                 Fix spurious output
14030         * src/messageview.c
14031                 Allow setting domain in msgid
14032         * src/common/plugin.c
14033                 Add timing information
14034
14035 2007-09-16 [colin]      3.0.0cvs16
14036
14037         * src/account.c
14038         * src/compose.c
14039         * src/prefs_account.c
14040         * src/prefs_account.h
14041         * src/common/utils.c
14042                 Remove Generate Message-ID option. We need
14043                 this on some IMAP servers.
14044         * src/prefs_template.c
14045                 Fix double-free
14046
14047 2007-09-16 [colin]      3.0.0cvs15
14048
14049         * src/prefs_filtering.c
14050         * src/prefs_filtering.h
14051         * src/prefs_filtering_action.c
14052         * src/common/tags.c
14053                 Fix tags issues: tags with spaces, renaming
14054                 tags.
14055
14056 2007-09-16 [colin]      3.0.0cvs14
14057
14058         * src/folderview.c
14059         * src/main.c
14060         * src/mainwindow.c
14061                 Fix bug 1308, 'Claws deletes folderlist.xml after
14062                 fetching mail short after start-up'
14063
14064 2007-09-16 [colin]      3.0.0cvs13
14065
14066         * src/compose.c
14067                 Fix scrolling to cursor
14068
14069 2007-09-16 [paul]       3.0.0cvs12
14070
14071         * po/sr.po
14072                 updated by Aleksandar Urosevic
14073
14074 2007-09-16 [paul]       3.0.0cvs11
14075
14076         * src/folder.c
14077                 do not allow locked msgs to be deleted,
14078                 even by filtering/processing
14079
14080 2007-09-07 [paul]       3.0.0cvs10
14081
14082         * src/prefs_folder_column.c
14083         * src/prefs_summary_column.c
14084                 implement button sensitivity
14085                 patch by Pawel Pekala
14086
14087 2007-09-06 [wwp]        3.0.0cvs9
14088
14089         * src/prefs_gtk.c
14090                 Add a missing linefeed to a debug message.
14091
14092 2007-09-05 [colin]      3.0.0cvs8
14093
14094         * src/inc.c
14095                 Fix statusbar/window mismatch on Maemo
14096
14097 2007-09-05 [colin]      3.0.0cvs7
14098
14099         * src/ldaputil.c
14100                 Fix build without USE_LDAP_TLS
14101
14102 2007-09-05 [colin]      3.0.0cvs6
14103
14104         * src/folder.c
14105         * src/imap.c
14106         * src/inc.c
14107         * src/mbox.c
14108         * src/send_message.c
14109         * src/statusbar.c
14110         * src/statusbar.h
14111                 Maemo: distinguish various statusbar messages,
14112                 in order to display only the most important.
14113
14114 2007-09-04 [wwp]        3.0.0cvs5
14115
14116         * src/account.c
14117                 Accounts list: fix "Local" protocol not shown when USE_OPENSSL is set.
14118                 Show protocol "SMTP" and the appropriate server for send-only
14119                 accounts, show "-" instead of "" when no value is relevant.
14120
14121 2007-09-03 [ticho]      3.0.0cvs4
14122
14123         * src/summaryview.c
14124                 Handle plural form better in delete confirmation dialog.
14125
14126 2007-09-03 [wwp]        3.0.0cvs3
14127
14128         * src/compose.c
14129                 Warn differently when sending or sending later (queueing).
14130
14131 2007-09-03 [colin]      3.0.0cvs2
14132
14133         * src/procmime.c
14134         * src/procmime.h
14135         * src/common/plugin.c
14136         * src/common/plugin.h
14137                 Add a new plugin API, MimeParser. It allows
14138                 plugins to scan email MIME parts and optionally,
14139                 transform them.
14140
14141 2007-09-03 [mones]      3.0.0cvs1
14142
14143         * po/es.po
14144                 Updated translation
14145         * src/common/defs.h
14146                 While a better solution is made double history sizes
14147
14148 2007-09-03 [paul]       3.0.0
14149
14150         * NEWS
14151         * README
14152         * RELEASE_NOTES
14153                 3.0.0 released
14154
14155 [For previous entries, see ChangeLog.2.0.0-3.0.0]