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