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