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