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