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