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