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