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