correction for release
[claws.git] / ChangeLog
1 2008-12-19 [paul]       3.7.0
2
3         * NEWS
4         * README
5         * RELEASE_NOTES 
6                 3.7.0 released!
7
8 2008-12-19 [paul]       3.6.1cvs80
9
10         * configure.ac
11                 remove unmaintained sk and sr from ALL_LINGUAS
12                 add newly maintained cs to ALL_LINGUAS
13         * po/bg.po
14         * po/ca.po
15         * po/cs.po
16         * po/de.po
17         * po/fi.po
18         * po/hu.po
19         * po/pt_BR.po
20         * po/sv.po
21                 updated by Yasen Pramatarov, Miquel Oliete, David Vachulka,
22                 Stephan Sachse, Flammie Pirinen, Páder Rezso, Frederico
23                 Goncalves Guimaraes, and Lars Persson Fink
24
25 2008-12-16 [colin]      3.6.1cvs79
26
27         * src/plugins/pgpcore/sgpgme.c
28                 Fix warning
29
30 2008-12-15 [colin]      3.6.1cvs78
31
32         * src/compose.c
33         * src/privacy.c
34         * src/privacy.h
35         * src/plugins/pgpcore/sgpgme.c
36         * src/plugins/pgpcore/sgpgme.h
37         * src/plugins/pgpinline/pgpinline.c
38         * src/plugins/pgpmime/pgpmime.c
39         * src/plugins/smime/smime.c
40                 Fix bug 1796, 'PGP/MIME setting: "select key by your 
41                 email address" doesn't work'. Use custom from address
42                 if set
43
44 2008-12-15 [colin]      3.6.1cvs77
45
46         * src/common/utils.c
47                 Fix bug 1746, 'Makes a mailto link from several 
48                 paragraphs'
49
50 2008-12-15 [paul]       3.6.1cvs76
51
52         * m4/spamassassin.m4
53                 fix warnings thrown up by autoconf-2.63
54
55 2008-12-13 [colin]      3.6.1cvs75
56
57         * Makefile.am
58         * src/Makefile.am
59         * src/common/ssl.c
60         * src/common/utils.c
61         * src/common/utils.h
62         * tools/Makefile.am
63                 Finish previous patch
64
65 2008-12-13 [colin]      3.6.1cvs74
66
67         * tools/Makefile.am
68                 Only install certs on windows
69
70 2008-12-13 [colin]      3.6.1cvs73
71
72         * tools/Makefile.am
73         * tools/ca-certificates.crt
74         * src/common/Makefile.am
75         * src/common/ssl.c
76                 First try to ship SSL certificates in Windows
77                 build
78
79 2008-12-12 [colin]      3.6.1cvs72
80
81         * configure.ac
82         * src/plugins/pgpinline/claws.def
83                 Windows build fixes
84
85 2008-12-12 [paul]       3.6.1cvs71
86
87         * src/imap.c
88         * src/mh.c
89         * src/partial_download.c
90         * src/textview.c
91         * src/common/claws.c
92         * src/common/prefs.c
93         * src/common/utils.c
94                 win32: fix unlinking, renaming and bug with
95                 non-ascii username
96                 Patch by Colin
97
98 2008-12-11 [colin]      3.6.1cvs70
99
100         * po/fr.po
101         * manual/fr/advanced.xml
102                 Update french translations
103
104 2008-12-10 [colin]      3.6.1cvs69
105
106         * manual/faq.xml
107                 Correct bug submission guidelines
108
109 2008-12-10 [colin]      3.6.1cvs68
110
111         * src/plugins/pgpcore/pgp_viewer.c
112                 Fix bug 1736, 'Key import does not work'
113                 Kill the correct pid (and not the parent
114                 shell), and increase the timeout a bit.
115
116 2008-12-09 [paul]       3.6.1cvs67
117
118         * src/messageview.c
119                 ensure that any stray noticeview buttons are hidden,
120                 as clicking them causes segfaults!
121
122 2008-12-09 [colin]      3.6.1cvs66
123
124         * src/compose.c
125         * src/compose.h
126         * src/folder_item_prefs.h
127         * src/prefs_common.c
128         * src/prefs_common.h
129         * src/common/defs.h
130                 Fix bug 1792, '"Save Message to" should 
131                 retain list of recently selected folders'
132                 Also, make Enchant-related prefs stick
133                 even if the build doesn't enable enchant
134
135 2008-12-09 [paul]       3.6.1cvs65
136
137         * src/messageview.c
138                 fix bug 1787, 'Prevent automatic PGP inline
139                 decryption attempts' use the noticeview to display
140                 decryption failure messages instead of the irritating
141                 popup dialog
142
143 2008-12-09 [colin]      3.6.1cvs64
144
145         * src/prefs_filtering.c
146                 Fix bug 1789, 'filtering account selection 
147                 (regression)'. Filtering on sending-only
148                 accounts can be a little useful when using
149                 filtering via Tools menu.
150
151 2008-12-07 [paul]       3.6.1cvs63
152
153         * src/prefs_actions.c
154                 don't auto-select first entry (same as other
155                 similar dialogs)
156         * src/gtk/pluginwindow.c
157                 these parents don't have children so don't look
158                 for them
159
160 2008-12-07 [paul]       3.6.1cvs62
161
162         * src/prefs_account.c
163         * src/gtk/pluginwindow.c
164         * src/gtk/prefswindow.c
165         * src/gtk/prefswindow.h
166                 auto-select first page
167
168 2008-12-05 [colin]      3.6.1cvs61
169
170         * src/codeconv.c
171         * src/procmime.c
172                 Fix bug 1788, 'CM crashes re-encoding 
173                 encoded parameters' (introduced in cvs40)
174
175 2008-12-05 [paul]       3.6.1cvs60
176
177         * src/prefs_common.h
178                 remove gpg prefs that are no longer needed here
179
180 2008-12-03 [colin]      3.6.1cvs59
181
182         * src/msgcache.c
183                 Speed up cache reading (about 10% gain)
184         * src/summaryview.c
185         * src/gtk/gtksctree.c
186                 Speed up expand/collapse all threads
187                 (about 95% gain)
188
189 2008-12-03 [paul]       3.6.1cvs58
190
191         * configure.ac
192                 eradicate gcc4's signedness warnings
193                 fix building with gnuTLS on (Open)Solaris
194
195 2008-12-01 [colin]      3.6.1cvs57
196
197         * src/gtk/gtkcmclist.c
198                 Fix column headers
199
200 2008-12-01 [colin]      3.6.1cvs56
201
202         * src/plugins/pgpinline/pgpinline.c
203                 Fix bug 1779, 'PGP Inline badly handles 
204                 multipart'. Properly dump the current part
205                 instead of running around with scissors
206
207 2008-11-30 [paul]       3.6.1cvs55
208
209         * manual/advanced.xml
210         * manual/plugins.xml
211         * src/prefs_toolbar.c
212                 remove the verb from the page title and
213                 update references in the manual
214
215 2008-11-30 [paul]       3.6.1cvs54
216
217         * src/prefs_other.c
218                 move Other/ page to Other/Miscellaneous
219         * src/gtk/prefswindow.c
220                 make parent page unselectable
221
222 2008-11-29 [paul]       3.6.1cvs53
223
224         * README
225                 add the new 'primary_paste_unselects' hidden
226                 option, add missing 'log_[...]_color' options,
227                 and reformat the text
228         * manual/advanced.xml
229                 add the new 'primary_paste_unselects' hidden
230                 option, add missing 'log_[...]_color' options
231
232 2008-11-28 [colin]      3.6.1cvs52
233
234         * src/mimeview.c
235                 Fix leak
236
237 2008-11-28 [colin]      3.6.1cvs51
238
239         * po/fr.po
240                 Update translation
241
242 2008-11-28 [colin]      3.6.1cvs50
243
244         * src/mainwindow.c
245                 Fix account selection in Mailing list
246                 menu
247
248 2008-11-28 [paul]       3.6.1cvs49
249
250         * po/Makefile.in.in
251                 automatically remove obsolete strings
252
253 2008-11-28 [colin]      3.6.1cvs48
254
255         * src/plugins/pgpcore/sgpgme.c
256                 Fix error message when key isn't available.
257
258 2008-11-27 [colin]      3.6.1cvs47
259
260         * src/filtering.c
261         * src/matcher.c
262                 Fix a little leak
263
264 2008-11-26 [colin]      3.6.1cvs46
265
266         * src/common/ssl.c
267                 Fix new warning
268
269 2008-11-26 [colin]      3.6.1cvs45
270
271         * src/plugins/pgpcore/select-keys.c
272         * src/plugins/pgpcore/sgpgme.c
273                 Fix bug 1591, 'S/MIME: better key 
274                 handling/selection dialog'
275                 Really ignore revoked/expired keys
276
277 2008-11-26 [colin]      3.6.1cvs44
278
279         * src/main.c
280         * src/common/claws.c
281         * src/common/ssl.c
282                 Make sure libgcrypt's threading is initialised
283                 before gnutls. See also old bug 1539.
284
285 2008-11-26 [colin]      3.6.1cvs43
286
287         * src/imap.c
288         * src/news.c
289         * src/etpan/imap-thread.c
290                 Fix possible crashes due to clist_begin()
291                 not checking for NULLs (it should!)
292
293 2008-11-25 [colin]      3.6.1cvs42
294
295         * src/procmime.c
296                 Fix line length in MIME parameters
297
298 2008-11-22 [paul]       3.6.1cvs41
299
300         * src/compose.c
301                 grab Return key press in attachments Properties
302                 dialog
303
304 2008-11-21 [colin]      3.6.1cvs40
305
306         * src/compose.c
307         * src/procmime.c
308                 Fix bug 1776, 'use encoded name parameters 
309                 for attachments instead of ascii'.
310                 Break the RFC 2047 by using B-encoded 
311                 filename parameter, like everyone does,
312                 following advice from the RFC author.
313
314 2008-11-21 [colin]      3.6.1cvs39
315
316         * src/common/socket.c
317                 Rehandshake if server asks to
318
319 2008-11-21 [colin]      3.6.1cvs38
320
321         * src/mimeview.h
322         * src/toolbar.h
323         * src/common/session.h
324         * src/common/smtp.h
325                 Move conditional-compilation members to
326                 end of structs
327
328 2008-11-19 [wwp]        3.6.1cvs37
329
330         * src/prefs_actions.c
331                 Fixed wrong behaviour when pressing Escape (was not cancelling
332                 the action).
333
334 2008-11-19 [wwp]        3.6.1cvs36
335
336         * src/compose.c
337         * src/matcher.c
338         * src/messageview.c
339         * src/mimeview.c
340         * src/prefs_actions.c
341         * src/prefs_filtering_action.c
342         * src/procmsg.c
343         * src/summaryview.c
344         * src/textview.c
345         * src/common/utils.c
346                 Replace occurrences of "command line" with "command-line" everywhere.
347                 Enforce code style (mostly indentation) in prefs_actions.c.
348
349 2008-11-19 [colin]      3.6.1cvs35
350
351         * src/compose.c
352         * src/prefs_common.c
353         * src/prefs_common.h
354                 Add primary_paste_unselects hidden preference
355                 to change how middle-click pasting changes
356                 the selection and insert point; defaults to
357                 pre-3.6.1cvs31
358
359 2008-11-19 [colin]      3.6.1cvs34
360
361         * src/folderview.c
362                 Always give focus to summaryview, even if
363                 the folder is empty, in small screen layout.
364                 Allows to go back to folderlist using the
365                 keyboard.
366
367 2008-11-18 [colin]      3.6.1cvs33
368
369         * src/mainwindow.h
370                 Put back conditional at the end of struct
371
372 2008-11-18 [colin]      3.6.1cvs32
373
374         * src/procmime.c
375         * src/common/w32_reg.c
376                 Fix crash on win32 when browsing to a
377                 directory
378
379 2008-11-15 [colin]      3.6.1cvs31
380
381         * src/compose.c
382                 After a mid-click paste, deselect selection
383                 and go to end of paste.
384
385 2008-11-15 [colin]      3.6.1cvs30
386
387         * src/compose.c
388                 Auto-save draft after external editor quits
389
390 2008-11-15 [colin]      3.6.1cvs29
391
392         * src/plugins/pgpcore/sgpgme.c
393                 Fix wrong error display, thanks to
394                 Charles A. Edwards
395
396 2008-11-14 [colin]      3.6.1cvs28
397
398         * src/prefs_actions.c
399                 Comment out bogus (IMO) warning
400
401 2008-11-14 [colin]      3.6.1cvs27
402
403         * src/mainwindow.c
404         * src/summaryview.c
405         * src/summaryview.h
406         * src/gtk/menu.c
407         * src/gtk/menu.h
408                 Share summaryview's context menu actions with
409                 the equivalent menu items of the main menu;
410                 this allows to share accelerators and de-
411                 duplicate code.
412
413 2008-11-14 [colin]      3.6.1cvs26
414
415         * src/plugins/pgpcore/sgpgme.c
416                 Fix bug 1768, 'claws-mail crashes while 
417                 checking smime bad signature'
418
419 2008-11-13 [colin]      3.6.1cvs25
420
421         * src/account.c
422         * src/filtering.c
423                 Fix redefinition of PREFSBUFSIZE
424
425 2008-11-13 [wwp]        3.6.1cvs24
426
427         * tools/popfile-link.sh
428                 Add support for reusing existing POPFile session ID.
429
430 2008-11-12 [colin]      3.6.1cvs23
431
432         * src/prefs_gtk.h
433                 Fix bug 1771, 'Folder template gets 
434                 truncated when exiting the application'
435                 Use a 32k buffer for string preferences
436
437 2008-11-11 [colin]      3.6.1cvs22
438
439         * src/summaryview.c
440                 Fix "display sender using addressbook" when
441                 prefs_common.swap_from is in use. Patch by
442                 H. Merijn Brand
443
444 2008-11-11 [colin]      3.6.1cvs21
445
446         * src/autofaces.c
447         * src/common/md5.c
448         * src/common/md5.h
449                 Make a few functions static
450
451 2008-11-07 [colin]      3.6.1cvs20
452
453         * src/mainwindow.c
454         * src/summaryview.c
455                 Fix crash when rebuilding colorlabel
456                 menu
457         * src/addrgather.c
458         * src/editldap.c
459         * src/prefs_account.c
460         * src/prefs_compose_writing.c
461         * src/prefs_logging.c
462         * src/prefs_message.c
463         * src/prefs_other.c
464         * src/prefs_receive.c
465         * src/prefs_summaries.c
466         * src/prefs_wrapping.c
467         * src/plugins/bogofilter/bogofilter_gtk.c
468         * src/plugins/pgpcore/prefs_gpg.c
469         * src/plugins/spamassassin/spamassassin_gtk.c
470                 Fix deprecated use of page_size in 
471                 gtkspinbutton adjustments
472
473 2008-11-06 [mones]      3.6.1cvs19
474
475         * src/mainwindow.c
476                 Fix missing "About" in Help menu
477         * tools/claws.i18n.status.pl
478                 Fix header
479
480 2008-11-05 [colin]      3.6.1cvs18
481
482         * src/action.c
483         * src/main.c
484         * src/mainwindow.c
485         * src/common/socket.c
486         * src/common/socket.h
487         * src/gtk/gtkutils.c
488         * src/gtk/gtkutils.h
489                 w32: Implement single launch (lock
490                 socket); always put debug log to
491                 the rc_dir; fix Start menu update
492                 after registering as default Mail 
493                 app
494
495 2008-11-05 [colin]      3.6.1cvs17
496
497         * src/mainwindow.c
498                 Setting the Mail start menu item in HKCU 
499                 confuses the Internet Options dialog. Do 
500                 it in HKLM as this dialog does.
501
502 2008-11-04 [colin]      3.6.1cvs16
503
504         * src/common/w32_reg.c
505                 Fix off-by-one
506
507 2008-11-04 [colin]      3.6.1cvs15
508
509         * src/procmime.c
510                 w32: Fix getting content-type 
511         * src/mimeview.c
512         * src/prefs_common.c
513         * src/prefs_common.h
514         * src/prefs_ext_prog.c
515         * src/textview.c
516                 w32: better integration (use the
517                 standard file associations instead
518                 of our platform-unadapted open
519                 dialog)
520         * src/mainwindow.c
521         * src/common/utils.c
522         * src/common/w32_reg.c
523         * src/common/w32lib.h
524                 w32: better integration (allow 
525                 setting Claws as default MUA)
526
527 2008-11-01 [colin]      3.6.1cvs14
528
529         * src/codeconv.c
530                 Fix wrongly converted non-ascii characters
531                 when locale's charset is US-ASCII (strict-mode
532                 was failing in this case)
533
534 2008-10-30 [colin]      3.6.1cvs13
535
536         * src/mimeview.c
537         * src/mimeview.h
538         * src/textview.c
539         * src/textview.h
540                 Use one UI Manager per mimeview, instead of
541                 the global one -- else user_data pointer gets
542                 broken if opening and closing another message-
543                 view, then using right-click on a mimeview's 
544                 mimepart. Probably fixes bug 1711, 'Save-as
545                 attachment crashes'
546
547 2008-10-24 [paul]       3.6.1cvs12
548
549         * tools/Makefile.am
550         * tools/kdeservicemenu/claws-mail-attach-files.desktop.kde4template
551         * tools/kdeservicemenu/install.sh
552                 another, possibly the final?, attempt on getting this
553                 sorted for kde4
554
555 2008-10-24 [paul]       3.6.1cvs11
556
557         * tools/kdeservicemenu/install.sh
558                 fix servicemenu installation directory on kde4
559
560 2008-10-24 [paul]       3.6.1cvs10
561
562         * tools/kdeservicemenu/README
563         * tools/kdeservicemenu/install.sh
564                 add support for kde4 in addition to kde3.
565                 a rework involving checking for kde4-config, then
566                 kde-config, finally prompting the user for the
567                 location of either if they cannot be found
568                 
569
570 2008-10-18 [paul]       3.6.1cvs9
571
572         * tools/claws.i18n.status.pl
573                 updated with latest translator info.
574                 only print for languages defined in %langname
575
576 2008-10-17 [paul]       3.6.1cvs8
577
578         * src/plugins/pgpcore/sgpgme.c
579                 when listing the uid's, show the uid validity
580
581 2008-10-16 [paul]       3.6.1cvs7
582
583         * INSTALL
584                 updated
585
586 2008-10-13 [wwp]        3.6.1cvs6
587
588         * po/fr.po
589                 Updated French translation.
590
591 2008-10-11 [colin]      3.6.1cvs5
592
593         * src/gtk/authors.h
594                 Fix bug 1756, "Outdated translators list in About 
595                 dialogue". Patch by Aleksei Miheev.
596
597 2008-10-11 [colin]      3.6.1cvs4
598
599         * src/account.c
600         * src/imap.c
601         * src/inc.c
602         * src/main.c
603         * src/mainwindow.c
604         * src/news.c
605         * src/pop.c
606         * src/pop.h
607         * src/prefs_account.c
608         * src/send_message.c
609         * src/send_message.h
610         * src/ssl_manager.c
611         * src/ssl_manager.h
612         * src/wizard.c
613         * src/common/claws.c
614         * src/common/defs.h
615         * src/common/session.c
616         * src/common/session.h
617         * src/common/smtp.c
618         * src/common/smtp.h
619         * src/common/socket.c
620         * src/common/socket.h
621         * src/common/ssl.c
622         * src/common/ssl.h
623         * src/common/ssl_certificate.c
624         * src/common/ssl_certificate.h
625         * src/gtk/about.c
626         * src/gtk/sslcertwindow.c
627         * src/gtk/sslcertwindow.h
628                 Remove OpenSSL code
629
630 2008-10-11 [colin]      3.6.1cvs3
631
632         * src/common/ssl_certificate.c
633                 Make local function static
634
635 2008-10-10 [colin]      3.6.1cvs2
636
637         * src/common/ssl.h
638         * src/common/ssl_certificate.c
639         * src/gtk/sslcertwindow.c
640                 Add offline certificate verification,
641                 thanks to Nikos Mavrogiannopoulos for the
642                 hints
643
644 2008-10-10 [colin]      3.6.1cvs1
645
646         * src/common/ssl_certificate.c
647         * src/gtk/sslcertwindow.c
648                 Fix warnings
649
650 2008-10-10 [paul]       3.6.1
651
652         * m4/spamassassin.m4
653                 remove openssl dross
654
655         * NEWS
656         * README
657         * RELEASE_NOTES 
658                 3.6.1 released!
659
660 2008-10-10 [colin]      3.6.0cvs25
661
662         * src/common/ssl.c
663                 Tell libetpan it doesn't need to init
664                 GnuTLS
665
666 2008-10-10 [colin]      3.6.0cvs24
667
668         * claws-mail.pc.in
669                 Remove references to openssl
670
671 2008-10-09 [colin]      3.6.0cvs23
672
673         * configure.ac
674                 Fix message
675
676 2008-10-09 [colin]      3.6.0cvs22
677
678         * configure.ac
679                 Error out when building against openssl
680
681 2008-10-09 [colin]      3.6.0cvs21
682
683         * configure.ac
684         * COPYING
685         * src/crash.c
686         * src/main.c
687         * src/gtk/about.c
688                 Disable OpenSSL due to requirement of
689                 OpenSSL exception. Code not removed yet,
690                 just in case, but disabled.
691
692 2008-10-09 [colin]      3.6.0cvs20
693
694         * configure.ac
695         * src/Makefile.am
696         * src/crash.c
697         * src/gedit-print.c
698         * src/gedit-print.h
699         * src/main.c
700         * src/mainwindow.c
701         * src/messageview.c
702         * src/prefs_ext_prog.c
703         * src/prefs_fonts.c
704         * src/prefs_image_viewer.c
705         * src/printing.c
706         * src/printing.h
707         * src/summaryview.c
708         * src/gtk/Makefile.am
709         * src/gtk/about.c
710         * src/gtk/gtksourceprintjob.c
711         * src/gtk/gtksourceprintjob.h
712                 Revert previous patch. It'd be better to remove
713                 OpenSSL instead, as GnuTLS works as well.
714
715 2008-10-09 [colin]      3.6.0cvs19
716
717         * configure.ac
718         * src/Makefile.am
719         * src/crash.c
720         * src/gedit-print.c
721         * src/gedit-print.h
722         * src/main.c
723         * src/mainwindow.c
724         * src/messageview.c
725         * src/prefs_ext_prog.c
726         * src/prefs_fonts.c
727         * src/prefs_image_viewer.c
728         * src/printing.c
729         * src/printing.h
730         * src/summaryview.c
731         * src/gtk/Makefile.am
732         * src/gtk/about.c
733         * src/gtk/gtksourceprintjob.c
734         * src/gtk/gtksourceprintjob.h
735                 Remove the libgnomeprint interface (deprecated,
736                 and fixes Debian's #501570, 'Copyright confusion')
737
738 2008-10-09 [colin]      3.6.0cvs18
739
740         * configure.ac
741                 Require libetpan 0.57 (important fixes)
742
743 2008-10-08 [paul]       3.6.0cvs17
744
745         * src/prefs_filtering_action.c
746         * src/prefs_matcher.c
747                 enable re-ordering of the filtering/processing
748                 condition and actions lists by drag'n'drop
749
750 2008-10-08 [colin]      3.6.0cvs16
751
752         * src/addressbook.c
753                 Fix wrong menu title
754
755 2008-10-07 [colin]      3.6.0cvs15
756
757         * src/imap.c
758                 After thinking, revert this. It's only a minor
759                 annoyance to GSSAPI users, and I can't test this
760                 right now. Postponed until after next good release.
761
762 2008-10-07 [colin]      3.6.0cvs14
763
764         * src/imap.c
765                 Don't ask for a password when using GSSAPI
766
767 2008-10-07 [colin]      3.6.0cvs13
768
769         * src/mainwindow.c
770                 Fix build with GTK+ < 2.14
771
772 2008-10-07 [colin]      3.6.0cvs12
773
774         * src/mainwindow.c
775         * src/mainwindow.h
776         * src/prefs_common.c
777         * src/prefs_common.h
778         * src/summaryview.c
779         * src/gtk/colorlabel.c
780                 Fix bug 1749, 'Shortcut keys for color labels 
781                 not changeable'
782                 Make fullscreen a setting remembered between
783                 sessions
784
785 2008-10-07 [colin]      3.6.0cvs11
786
787         * src/prefs_other.c
788                 Fix bug 1747, 'Wanderlust keybindings no longer 
789                 working (regression)'
790
791 2008-10-07 [colin]      3.6.0cvs10
792
793         * src/mainwindow.c
794                 Make fullscreen a real menu item
795
796 2008-10-07 [colin]      3.6.0cvs9
797
798         * src/mainwindow.c
799                 Make sure we won't save size when
800                 fullscreening
801
802 2008-10-06 [colin]      3.6.0cvs8
803
804         * src/mainwindow.c
805         * src/mainwindow.h
806                 Handle fullscreen via F11. Patch by
807                 Michael Rasmussen
808
809 2008-10-06 [colin]      3.6.0cvs7
810
811         * src/common/ssl.c
812                 Fix return value when setting client cert
813
814 2008-10-04 [colin]      3.6.0cvs6
815
816         * src/mimeview.c
817                 Fix bug 1742, 'Attachment list contents not 
818                 visible/scrollable'
819
820 2008-10-04 [paul]       3.6.0cvs5
821
822         * src/mainwindow.c
823                 fix failure of Hide toolbar option on restart
824
825 2008-10-04 [colin]      3.6.0cvs4
826
827         * src/addressbook.c
828         * src/compose.c
829         * src/mainwindow.c
830         * src/messageview.c
831         * src/summaryview.c
832                 Maemo: Fix bug 1737, Crashes upon opening
833
834 2008-10-04 [paul]       3.6.0cvs3
835
836         * po/pt_BR.po
837                 submitted (just a little late) by Frederico
838                 Goncalves Guimaraes
839
840 2008-10-03 [wwp]        3.6.0cvs2
841
842         * po/fr.po
843                 Many fixes, mostly in menus and accelerators.
844
845 2008-10-03 [colin]      3.6.0cvs1
846
847         * src/gtk/filesel.c
848                 Allow network mounts with new GTKs: they're
849                 available via FUSE mounts and we don't need
850                 GVFS.
851
852 2008-10-03 [paul]       3.6.0
853
854         * NEWS
855         * README
856         * RELEASE_NOTES 
857                 3.6.0 released!
858
859 2008-10-03 [paul]       3.5.0cvs145
860
861         * configure.ac
862         * po/bg.po
863         * po/nl.po
864         * po/ru.po
865         * po/sv.po
866                 new translations. added by Yasen Pramatarov,
867                 Marcel Pol, Aleksei Miheev, and Lars Persson Fink
868         * po/ca.po
869         * po/de.po
870         * po/fi.po
871         * po/fr.po
872         * po/hu.po
873         * po/it.po
874         * po/pl.po
875         * po/zh_CN.po
876                 updated translations. submitted by Miquel Oliete,
877                 Stephan Sachse, Flammie Pirinen, wwp, Pader Rezo,
878                 Andrea Spadaccini, Emilian Nowak, and Ralph Young
879
880 2008-10-02 [colin]      3.5.0cvs144
881
882         * src/common/session.c
883                 Fix crash when connection fails on windows
884
885 2008-10-01 [colin]      3.5.0cvs143
886
887         * src/imap.c
888                 Real fix for FS-unsafe chars on win32
889
890 2008-10-01 [colin]      3.5.0cvs142
891
892         * src/imap.c
893                 Encode prohibited filenames on win32
894
895 2008-09-30 [mones]      3.5.0cvs141
896
897         * src/ldapctrl.c
898         * src/main.c
899         * src/prefs_themes.c
900         * src/printing.c
901                 Fix output of some debug messages
902
903 2008-09-30 [colin]      3.5.0cvs140
904
905         * src/addrbook.c
906         * src/addrharvest.c
907         * src/compose.c
908         * src/jpilot.c
909         * src/mh.c
910         * src/prefs_themes.c
911         * src/procheader.c
912         * src/procmime.c
913         * src/summaryview.c
914         * src/common/utils.c
915         * src/gtk/sslcertwindow.c
916                 Win32: Fix time usage; use g_stat
917
918 2008-09-29 [colin]      3.5.0cvs139
919
920         * src/common/utils.c
921                 Fix case-sensitive match of subject
922                 prefixes on win32
923
924 2008-09-29 [colin]      3.5.0cvs138
925
926         * src/folder_item_prefs.c
927         * src/folder_item_prefs.h
928         * src/matcher.c
929         * src/prefs_folder_item.c
930         * src/prefs_matcher.c
931         * src/summaryview.c
932         * src/common/string_match.c
933         * src/common/utils.c
934                 Fix a huge leak (dozens of megs per folder
935                 change) on Windows: disable regexps 
936
937 2008-09-28 [paul]       3.5.0cvs137
938
939         * po/en_GB.po
940                 updated
941
942 2008-09-27 [colin]      3.5.0cvs136
943
944         * src/account.c
945         * src/account.h
946                 Add accessor for cur_account
947
948 2008-09-27 [colin]      3.5.0cvs135
949
950         * src/imap.c
951                 Fix crash when error happen on session establishment
952
953 2008-09-26 [mones]      3.5.0cvs134
954
955         * po/es.po
956                 Updated for release
957
958 2008-09-26 [colin]      3.5.0cvs133
959
960         * src/plugins/pgpcore/claws.def
961                 Fix symbol
962
963 2008-09-26 [colin]      3.5.0cvs132
964
965         * src/prefs_common.c
966         * src/prefs_common.h
967         * src/plugins/pgpcore/pgp_viewer.c
968                 Add an accessor to prefs_common for plugins
969                 (Win32 fix)
970
971 2008-09-25 [colin]      3.5.0cvs131
972
973         * src/main.c
974                 Fix bug 1725, 'useless lines in clawsrc'
975         * src/plugins/smime/mypgpcore.def
976                 Add a missing symbol
977
978 2008-09-25 [paul]       3.5.0cvs130
979
980         * src/plugins/smime/mypgpcore.def
981         * src/plugins/smime/plugin.def
982         * src/plugins/smime/version.rc
983                 add these windows-specific files
984                 (Thanks to Colin)
985
986 2008-09-25 [colin]      3.5.0cvs129
987
988         * src/main.c
989                 Load standard plugins only on first run
990
991 2008-09-25 [colin]      3.5.0cvs128
992
993         * src/codeconv.c
994                 Fix build...
995
996 2008-09-24 [colin]      3.5.0cvs127
997
998         * src/codeconv.c
999                 Add nb_NO's charset (iso-8859-1)
1000
1001 2008-09-24 [colin]      3.5.0cvs126
1002
1003         * src/common/utils.c
1004                 Fix get_mail_base_dir() on windows
1005                 (was synced from main ages ago)
1006
1007 2008-09-24 [colin]      3.5.0cvs125
1008
1009         * src/main.c
1010         * src/wizard.c
1011                 Integrate better with Windows' style
1012
1013 2008-09-23 [paul]       3.5.0cvs124
1014
1015         * src/compose.c
1016         * src/mainwindow.c
1017         * src/messageview.c
1018                 offer these strings to translators too 
1019
1020 2008-09-23 [colin]      3.5.0cvs123
1021
1022         * configure.ac
1023                 Add a --disable-dbus flag in case we want
1024                 no DBUS even if headers are available (like
1025                 for building gpg4win)
1026         * src/filtering.c
1027         * src/mainwindow.c
1028         * src/prefs_logging.c
1029         * src/common/utils.c
1030         * src/plugins/pgpcore/sgpgme.c
1031         * src/plugins/smime/claws.def
1032                 Windows fixes:
1033                 - disable filtering log (it's crashy for
1034                   some reason)
1035                 - fix gmtime_r when time is -1 (before 01/01/70)
1036                 - add symbols for smime
1037
1038 2008-09-22 [colin]      3.5.0cvs122
1039
1040         * src/common/utils.c
1041         * src/account.c
1042                 Remove raw printf
1043         * src/compose.c
1044                 Fix cursor position after changing account
1045         * src/imap.c
1046         * src/mimeview.c
1047         * src/news.c
1048                 Fix absolute path detection 
1049
1050 2008-09-21 [colin]      3.5.0cvs121
1051
1052         * src/gtk/gtkaspell.c
1053                 Don't try to use empty dictionaries
1054
1055 2008-09-20 [colin]      3.5.0cvs120
1056
1057         * po/POTFILES.in
1058                 Add the new files to the translations
1059
1060 2008-09-20 [colin]      3.5.0cvs119
1061
1062         * configure.ac
1063         * src/plugins/Makefile.am
1064         * src/plugins/smime/Makefile.am
1065         * src/plugins/smime/plugin.c
1066         * src/plugins/smime/smime.c
1067         * src/plugins/smime/smime.deps
1068         * src/plugins/smime/smime.h
1069                 Include S/Mime plugin in the main plugins
1070                 Will ease the Gpg4win team's work
1071
1072 2008-09-20 [colin]      3.5.0cvs118
1073
1074         * src/autofaces.c
1075         * src/compose.c
1076         * src/ldapquery.c
1077         * src/main.c
1078         * src/news.c
1079         * src/common/socket.c
1080         * src/gtk/gtkutils.c
1081         * src/plugins/pgpcore/claws.def
1082                 Windows: more fixes, thanks to wwp and
1083                 Marcus Brinkmann
1084
1085 2008-09-20 [colin]      3.5.0cvs117
1086
1087         * src/imap.c
1088                 Tell on which server errors happened
1089
1090 2008-09-20 [colin]      3.5.0cvs116
1091
1092         * src/etpan/etpan-thread-manager.c
1093         * src/etpan/imap-thread.c
1094         * src/etpan/nntp-thread.c
1095                 Windows: Fix hang on IMAP/NNTP
1096
1097 2008-09-20 [colin]      3.5.0cvs115
1098
1099         * src/common/utils.c
1100                 Fix bug 1723, "Buffer overflow crash caused by 
1101                 preview in 'Date format help' dialog box"
1102                 Also, optimise fast_strftime a bit :)
1103
1104 2008-09-18 [colin]      3.5.0cvs114
1105
1106         * src/procmime.c
1107         * src/textview.c
1108                 Check for NULLs before str* functions
1109
1110 2008-09-18 [colin]      3.5.0cvs113
1111
1112         * src/messageview.c
1113         * src/procmime.c
1114         * src/textview.c
1115                 Handle html parts in multipart/related
1116                 Decode ISO-8859-1 as Windows-1252 (the former
1117                 is a subset of the latter) in order to 
1118                 workaround Outlook mails misencoding
1119         * src/gtk/logwindow.c
1120         * src/gtk/logwindow.h
1121                 Clear mainwindow's error pixmap when the
1122                 error scrolls out of the log
1123
1124 2008-09-17 [colin]      3.5.0cvs112
1125
1126         * src/image_viewer.c
1127                 Fix image loading (multiple childs added to 
1128                 scrolledwindow, break of the resize functionality)
1129         * src/account.c
1130         * src/prefs_folder_item.c
1131         * src/prefs_spelling.c
1132         * src/gtk/gtkaspell.c
1133                 Better fix problems with dictionaries updates
1134
1135 2008-09-17 [colin]      3.5.0cvs111
1136
1137         * src/common/utils.c
1138                 Fix double-opening (fixes multiple signatures when
1139                 using signify)
1140
1141 2008-09-16 [colin]      3.5.0cvs110
1142
1143         * src/prefs_account.c
1144         * src/prefs_folder_item.c
1145         * src/prefs_spelling.c
1146         * src/gtk/gtkaspell.c
1147                 Better stripping of aspell dictionaries names
1148
1149 2008-09-16 [colin]
1150
1151         * 3.6.0-rc1 released
1152
1153 2008-09-16 [colin]      3.5.0cvs109
1154
1155         * src/account.c
1156         * src/inc.c
1157         * src/mainwindow.c
1158         * src/prefs_account.h
1159         * src/prefs_other.c
1160         * src/send_message.c
1161         * src/gtk/inputdialog.c
1162                 Don't add a pref to allow remembering passwords
1163                 (Just not checking the checkbox is enough)
1164
1165 2008-09-16 [colin]      3.5.0cvs108
1166
1167         * configure.ac
1168                 Require libetpan 0.56 as 0.55 is crashy
1169         * src/messageview.c
1170                 Fix english
1171         * src/gtk/inputdialog.c
1172         * src/gtk/inputdialog.h
1173                 Fix warnings
1174
1175 2008-09-16 [wwp]        3.5.0cvs107
1176
1177         * src/compose.c
1178                 Complete 3.5.0cvs106 by removing a function that got
1179                 moved to account.[ch].
1180
1181 2008-09-16 [wwp]        3.5.0cvs106
1182
1183         * src/account.c
1184         * src/account.h
1185         * src/compose.c
1186         * src/quote_fmt.c
1187         * src/quote_fmt_lex.l
1188         * src/quote_fmt_parse.y
1189                 Add account signature (path and value string) manipulation
1190                 keywords to the template processor. It's now possible in
1191                 all templates to insert the account signature to an
1192                 arbitrary location or to pass it to a external script for
1193                 further editing.
1194
1195
1196 2008-09-16 [mones]      3.5.0cvs105
1197
1198         * src/imap.c
1199         * src/inc.c
1200         * src/mainwindow.c
1201         * src/mainwindow.h
1202         * src/news.c
1203         * src/prefs_account.h
1204         * src/prefs_common.c
1205         * src/prefs_common.h
1206         * src/prefs_other.c
1207         * src/send_message.c
1208         * src/gtk/inputdialog.c
1209         * src/gtk/inputdialog.h
1210                 Implement session passwords: unsaved passwords for receiving
1211                 or sending of accounts can be remembered while running to 
1212                 avoid repetitive typing.
1213                 As keeping passwords in memory is unsafe a new preference 
1214                 in Other page is added to activate or not such capability.
1215
1216 2008-09-14 [colin]      3.5.0cvs104
1217
1218         * src/codeconv.c
1219         * src/codeconv.h
1220                 Make conv_iconv_strdup static
1221
1222 2008-09-12 [colin]      3.5.0cvs103
1223
1224         * claws-mail.pc.in
1225         * src/Makefile.am
1226         * src/compose.c
1227         * src/compose.h
1228         * src/crash.c
1229         * src/folder_item_prefs.c
1230         * src/folder_item_prefs.h
1231         * src/main.c
1232         * src/prefs_account.c
1233         * src/prefs_common.c
1234         * src/prefs_common.h
1235         * src/prefs_folder_item.c
1236         * src/prefs_spelling.c
1237         * src/prefs_template.c
1238         * src/quote_fmt.h
1239         * src/quote_fmt_parse.y
1240         * src/toolbar.c
1241         * src/toolbar.h
1242         * src/gtk/Makefile.am
1243         * src/gtk/about.c
1244         * src/gtk/filesel.c
1245         * src/gtk/gtkaspell.c
1246         * src/gtk/gtkaspell.h
1247         * src/plugins/bogofilter/Makefile.am
1248         * src/plugins/dillo_viewer/Makefile.am
1249         * src/plugins/spamassassin/Makefile.am
1250         * src/plugins/trayicon/Makefile.am
1251                 Switch spellchecker to Enchant
1252
1253 2008-09-12 [paul]       3.5.0cvs102
1254
1255         * tools/README
1256         * tools/csv2addressbook.pl
1257                 add support for Fox Mail
1258
1259 2008-09-12 [paul]       3.5.0cvs101
1260
1261         * src/compose.c
1262         * src/prefs_wrapping.c
1263                 changes to English
1264
1265 2008-09-12 [paul]       3.5.0cvs100
1266
1267         * configure.ac
1268                 revert cvs99's libenchant commit error
1269
1270 2008-09-12 [colin]      3.5.0cvs99
1271
1272         * src/inc.c
1273                 Only go to inbox if there are new mails
1274                 (and fetch was manual)
1275
1276 2008-09-10 [colin]      3.5.0cvs98
1277
1278         * src/inc.c
1279         * src/summaryview.c
1280         * src/common/session.c
1281                 Use g_timeout_add_seconds instead of g_timeout_add
1282                 on glib >= 2.14 when we don't need precision on the 
1283                 delay. This helps reducing power consumption:
1284                 http://mjg59.livejournal.com/74651.html
1285
1286 2008-09-10 [colin]      3.5.0cvs97
1287
1288         * src/compose.c
1289                 Don't save window size and position when
1290                 compose is hidden (filtering action)
1291
1292 2008-09-09 [colin]      3.5.0cvs96
1293
1294         * src/action.h
1295         * src/addr_compl.c
1296         * src/addressadd.c
1297         * src/addressbook.h
1298         * src/addressbook_foldersel.c
1299         * src/addressitem.h
1300         * src/addrgather.c
1301         * src/alertpanel.c
1302         * src/browseldap.c
1303         * src/editaddress.c
1304         * src/editaddress_other_attributes_ldap.h
1305         * src/editbook.c
1306         * src/editjpilot.c
1307         * src/editldap.c
1308         * src/editldap_basedn.c
1309         * src/editvcard.c
1310         * src/exphtmldlg.c
1311         * src/expldifdlg.c
1312         * src/export.c
1313         * src/foldersel.c
1314         * src/foldersel.h
1315         * src/gedit-print.c
1316         * src/gedit-print.h
1317         * src/grouplistdialog.c
1318         * src/headerview.c
1319         * src/headerview.h
1320         * src/image_viewer.c
1321         * src/import.c
1322         * src/importldif.c
1323         * src/importmutt.c
1324         * src/importpine.c
1325         * src/inc.c
1326         * src/main.c
1327         * src/main.h
1328         * src/messageview.c
1329         * src/messageview.h
1330         * src/noticeview.c
1331         * src/prefs_actions.c
1332         * src/prefs_filtering.c
1333         * src/prefs_folder_column.c
1334         * src/prefs_gtk.h
1335         * src/prefs_summary_column.c
1336         * src/prefs_toolbar.c
1337         * src/send_message.c
1338         * src/setup.c
1339         * src/sourcewindow.c
1340         * src/sourcewindow.h
1341         * src/ssl_manager.c
1342         * src/statusbar.c
1343         * src/statusbar.h
1344         * src/stock_pixmap.c
1345         * src/stock_pixmap.h
1346         * src/summaryview.c
1347         * src/textview.c
1348         * src/textview.h
1349         * src/undo.h
1350         * src/uri_opener.c
1351         * src/wizard.c
1352         * src/wizard.h
1353         * src/common/ssl.h
1354         * src/common/utils.c
1355         * src/gtk/about.c
1356         * src/gtk/colorlabel.c
1357         * src/gtk/colorlabel.h
1358         * src/gtk/combobox.h
1359         * src/gtk/description_window.c
1360         * src/gtk/filesel.c
1361         * src/gtk/gtkaspell.c
1362         * src/gtk/gtkaspell.h
1363         * src/gtk/gtkcmclist.c
1364         * src/gtk/gtkcmclist.h
1365         * src/gtk/gtkcmctree.c
1366         * src/gtk/gtkcmctree.h
1367         * src/gtk/gtkcmoptionmenu.h
1368         * src/gtk/gtksctree.c
1369         * src/gtk/gtksctree.h
1370         * src/gtk/gtkshruler.c
1371         * src/gtk/gtkshruler.h
1372         * src/gtk/gtksourceprintjob.c
1373         * src/gtk/gtksourceprintjob.h
1374         * src/gtk/gtkutils.c
1375         * src/gtk/gtkutils.h
1376         * src/gtk/gtkvscrollbutton.c
1377         * src/gtk/gtkvscrollbutton.h
1378         * src/gtk/icon_legend.c
1379         * src/gtk/inputdialog.c
1380         * src/gtk/logwindow.c
1381         * src/gtk/logwindow.h
1382         * src/gtk/manage_window.c
1383         * src/gtk/manage_window.h
1384         * src/gtk/menu.c
1385         * src/gtk/prefswindow.c
1386         * src/gtk/progressdialog.c
1387         * src/gtk/progressdialog.h
1388         * src/plugins/bogofilter/bogofilter_gtk.c
1389         * src/plugins/pgpcore/passphrase.c
1390         * src/plugins/spamassassin/spamassassin_gtk.c
1391         * src/plugins/trayicon/trayicon.c
1392         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1393         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
1394         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.c
1395         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1396         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
1397                 Complete GTK+ 2.14 undeprecation
1398                 (thanks to "J.A. Magallon" <jamagallon@ono.com>)
1399
1400 2008-09-09 [colin]      3.5.0cvs95
1401
1402         * src/gtk/gtkcmclist.h
1403                 Fix build on GTK+ 2.14
1404
1405 2008-09-08 [colin]      3.5.0cvs94
1406
1407         * src/noticeview.c
1408         * src/noticeview.h
1409                 Remove GtkSignalFunc
1410
1411 2008-09-07 [colin]      3.5.0cvs93
1412
1413         * src/addressadd.c
1414         * src/addressbook_foldersel.c
1415         * src/gtk/gtkcmclist.c
1416         * src/gtk/gtkcmclist.h
1417         * src/gtk/gtkcmctree.c
1418         * src/gtk/gtkcmctree.h
1419         * src/gtk/gtksctree.c
1420         * src/gtk/prefswindow.c
1421         * src/gtk/prefswindow.h
1422                 Use GDestroyNotify instead of GtkDestroyNotify
1423                 (deprecated in GTK+ 2.14)
1424
1425 2008-09-07 [colin]      3.5.0cvs92
1426
1427         * src/textview.c
1428                 Fix bug 1712, 'invalid "Phishing attempt warning" 
1429                 when linked text ends with spaces'
1430
1431 2008-09-05 [colin]      3.5.0cvs91
1432
1433         * src/procmime.c
1434                 Maybe fix bug 1711, 'Save-as attachment crashes'
1435                 Possibly wrong free() due to pointer shifting
1436
1437 2008-09-05 [colin]      3.5.0cvs90
1438
1439         * src/compose.c
1440                 Fix bug 1710, 'User misreads "Discard Message" 
1441                 as "Discard Changes"'. Propose to save or discard
1442                 only the latest changes when closing an existing
1443                 draft. Autosave may still have saved parts of the
1444                 edit session.
1445
1446 2008-09-04 [colin]      3.5.0cvs89
1447
1448         * src/summaryview.c
1449                 Fix bug 1707, 'Segfault when sorting on non-visible column'
1450
1451 2008-09-01 [colin]      3.5.0cvs88
1452
1453         * src/imap.c
1454         * src/summaryview.c
1455         * src/common/tags.c
1456         * src/etpan/imap-thread.c
1457         * src/etpan/imap-thread.h
1458                 Store spam flag on IMAP (Junk/NonJunk, as 
1459                 ThunderBird does - this is nonstandard)
1460
1461 2008-08-31 [wwp]        3.5.0cvs87
1462
1463         * ChangeLog
1464                 Fix globish edition^Wediting.
1465
1466 2008-08-31 [wwp]        3.5.0cvs86
1467
1468         * src/addressbook.c
1469                 Don't break nickname editing for non-LDAP books (nickname
1470                 value was overwritten when editing existing contact, this
1471                 came from 3.0.2cvs109).
1472
1473 2008-08-30 [colin]      3.5.0cvs85
1474
1475         * src/mainwindow.c
1476         * src/summaryview.c
1477                 Fix "Apply tags..." key shortcut
1478
1479 2008-08-29 [iwkse]      3.5.0cvs84
1480
1481         * src/summaryview.c
1482                         Bit of clean:)
1483
1484 2008-08-29 [iwkse]      3.5.0cvs83
1485
1486         * src/summaryview.c
1487                         Disable "Move to trash" action if
1488                         we are in a trash-like folder.
1489                         Thanks to colinl
1490
1491 2008-08-29 [paul]       3.5.0cvs82
1492
1493         * configure.ac
1494                 bump up libetpan version requirement since
1495                 0.55 is released now
1496
1497 2008-08-28 [wwp]        3.5.0cvs81
1498
1499         * src/account.c
1500         * src/pop.c
1501         * src/prefs_account.c
1502         * src/prefs_account.h
1503                 Add finer granularity to the POP3's remove-after delay (now in
1504                 hours in addition to in days), patch by Paul Rolland.
1505
1506 2008-08-28 [wwp]        3.5.0cvs80
1507
1508         * src/gtk/combobox.c
1509                 Fix a typo in a comment.
1510
1511 2008-08-28 [iwkse]      3.5.0cvs79
1512
1513         * src/account.c
1514         * src/prefs_actions.c
1515         * src/prefs_filtering.c
1516         * src/prefs_template.c
1517                         Add search feature to the account, 
1518                         template and action dialog.
1519                         It's turned on selecting one row
1520                         of the list and typing some random
1521                         letter. Thanks to wwp, colinl
1522
1523 2008-08-28 [colin]      3.5.0cvs78
1524
1525         * src/Makefile.am
1526         * src/account.c
1527         * src/compose.c
1528         * src/prefs_account.c
1529         * src/prefs_account.h
1530         * src/privacy.c
1531         * src/privacy.h
1532         * src/procmime.c
1533         * src/stock_pixmap.c
1534         * src/stock_pixmap.h
1535         * src/summaryview.c
1536         * src/pixmaps/key_gpg_signed.xpm
1537                 Fix bug 1412, "Sign reply, if mail was signed"
1538                 Add an account preference to sign replies to signed mails
1539
1540 2008-08-28 [iwkse]      3.5.0cvs77
1541
1542         * src/prefs_filtering.c
1543                 Making the search more useful,
1544                 jumping directly to the relative rule.
1545
1546 2008-08-27 [colin]      3.5.0cvs76
1547
1548         * src/main.c
1549                 Add a bit of info
1550
1551 2008-08-27 [colin]      3.5.0cvs75
1552
1553         * src/gtk/gtkcmctree.c
1554                 Fix a few ifdefs
1555
1556 2008-08-26 [colin]      3.5.0cvs74
1557
1558         * src/gtk/gtkcmctree.c
1559                 Fix missing inits on old glib
1560
1561 2008-08-26 [wwp]        3.5.0cvs73
1562
1563         * src/common/utils.c
1564                 Added 'Fwd' to the list of known common subject prefixes.
1565
1566 2008-08-25 [iwkse]      3.5.0cvs72
1567
1568         * src/image_viewer.c
1569                 Add animated gif support to the
1570                 message preview.
1571
1572 2008-08-25 [colin]      3.5.0cvs71
1573
1574         * src/gtk/gtkcmctree.c
1575                 Make sure work isn't null
1576
1577 2008-08-24 [colin]      3.5.0cvs70
1578
1579         * src/common/ssl.c
1580                 Fix typo on SSL_CERT_DIR
1581
1582 2008-08-23 [holger]     3.5.0cvs69
1583
1584         * src/printing.c
1585                 Fix bug 1699 'Separator line mis-placed when
1586                 printing some e-mails'. The number of header lines
1587                 was not correctly calculated when Pango inserts
1588                 linebreaks
1589
1590 2008-08-23 [colin]      3.5.0cvs68
1591
1592         * src/mainwindow.c
1593                 Fix the account selector button; thanks
1594                 to wwp
1595
1596 2008-08-21 [colin]      3.5.0cvs67
1597
1598         * src/compose.c
1599         * src/compose.h
1600                 Add a compose preference for auto-indent
1601         * src/mainwindow.c
1602         * src/summaryview.c
1603                 Make colorlabel accels a bit less hacky
1604
1605 2008-08-21 [colin]      3.5.0cvs66
1606
1607         * src/compose.c
1608         * src/prefs_common.c
1609         * src/prefs_common.h
1610         * src/prefs_wrapping.c
1611                 Add a preference for autoindent; fix no_join tag
1612                 being applied to whole lines instead of just \n when
1613                 creating a line 
1614
1615 2008-08-21 [colin]      3.5.0cvs65
1616
1617         * src/compose.c
1618                 Add support for auto-indentation
1619
1620 2008-08-19 [colin]      3.5.0cvs64
1621
1622         * src/compose.c
1623                 Save Autowrap status in drafts/queued mails
1624
1625 2008-08-19 [colin]      3.5.0cvs63
1626
1627         * src/mainwindow.c
1628                 Fix a comment (in reality, test commit on
1629                 the new CVS server)
1630
1631 2008-08-17 [colin]      3.5.0cvs62
1632
1633         * src/prefs_actions.c
1634         * src/procmime.c
1635         * src/wizard.c
1636         * src/common/socket.h
1637         * src/gtk/gtkcmctree.c
1638                 Fix warnings
1639
1640 2008-08-16 [colin]      3.5.0cvs61
1641
1642         * src/editaddress_other_attributes_ldap.h
1643                 Add 'l' field (localityName)
1644
1645 2008-08-16 [colin]      3.5.0cvs60
1646
1647         * src/mainwindow.c
1648         * src/gtk/gtkcmclist.c
1649         * src/gtk/gtkcmclist.h
1650         * src/gtk/gtkcmctree.c
1651         * src/gtk/gtksctree.c
1652         * src/gtk/gtkutils.c
1653         * src/gtk/gtkvscrollbutton.c
1654                 Fix Maemo build (OS2007)
1655
1656 2008-08-14 [colin]      3.5.0cvs59
1657
1658         * src/folder.c
1659                 Don't crash if parent is null when creating
1660                 a folder
1661         * src/gtk/pluginwindow.c
1662                 Don't crash on race when closing window while
1663                 a plugin is loading and does gtk_iterations
1664
1665 2008-08-13 [colin]      3.5.0cvs58
1666
1667         * src/messageview.c
1668         * src/messageview.h
1669         * src/mimeview.c
1670                 Fix bug 1696, 'Viewing binary attachements 
1671                 as text over 1 MB' (various buglets)
1672
1673 2008-08-10 [colin]      3.5.0cvs57
1674
1675         * src/summaryview.c
1676         * src/gtk/gtkcmclist.c
1677                 Continue fixing GTK < 2.12 build, thanks to
1678                 Michael Hugues
1679
1680 2008-08-10 [colin]      3.5.0cvs56
1681
1682         * src/gtk/gtksctree.c
1683                 Fix build on GTK < 2.12
1684
1685 2008-08-09 [colin]      3.5.0cvs55
1686
1687         * src/mainwindow.c
1688                 Fix untranslatable strings, thanks to
1689                 Stephan Sachse
1690
1691 2008-08-07 [colin]      3.5.0cvs54
1692
1693         * src/compose.c
1694         * src/editaddress.c
1695         * src/folderview.c
1696         * src/mainwindow.c
1697         * src/message_search.c
1698         * src/mimeview.c
1699         * src/noticeview.c
1700         * src/prefs_account.c
1701         * src/prefs_common.c
1702         * src/prefs_customheader.c
1703         * src/prefs_ext_prog.c
1704         * src/prefs_filtering_action.c
1705         * src/prefs_gtk.c
1706         * src/prefs_logging.c
1707         * src/prefs_matcher.c
1708         * src/prefs_msg_colors.c
1709         * src/procmime.c
1710         * src/summary_search.c
1711         * src/summaryview.c
1712         * src/toolbar.c
1713         * src/gtk/colorsel.c
1714         * src/gtk/gtkaspell.c
1715         * src/gtk/gtkutils.c
1716         * src/gtk/gtkutils.h
1717         * src/gtk/inputdialog.c
1718         * src/gtk/pluginwindow.c
1719         * src/gtk/quicksearch.c
1720         * src/plugins/bogofilter/bogofilter_gtk.c
1721         * src/plugins/dillo_viewer/dillo_prefs.c
1722         * src/plugins/spamassassin/spamassassin_gtk.c
1723                 - Fix Ctrl-Space shortcut
1724                 - Fix mime-parsing bug in procmime (cvs52)
1725                 - Fix double-free in procmime (cvs52)
1726                 - Use gtk_bin_get_child instead of GTK_BIN()->child
1727                 - Fix Goto menu in mainwindow
1728
1729 2008-08-07 [mones]      3.5.0cvs53
1730
1731         * po/es.po
1732                 Updated translation (lots of changes!)
1733         * src/compose.c
1734                 Add missing accelerator key
1735         * src/mainwindow.c
1736                 Restored 'v' key function (thanks Colin!)
1737
1738 2008-08-06 [colin]      3.5.0cvs52
1739
1740         * src/addrbook.c
1741         * src/addrcindex.c
1742         * src/addrduplicates.c
1743         * src/addrharvest.c
1744         * src/enriched.c
1745         * src/html.c
1746         * src/ldif.c
1747         * src/mimeview.c
1748         * src/mutt.c
1749         * src/pine.c
1750         * src/procmime.c
1751         * src/vcard.c
1752         * src/wizard.c
1753                 Fix my use of g_utf8_strdown (it returns
1754                 a newly allocated string and doesn't
1755                 change the parameter)
1756
1757 2008-08-06 [colin]      3.5.0cvs51
1758
1759         * src/compose.c
1760                 Fix bug 1690, 'Copy/Paste in edit window may 
1761                 break Undo'; middle-click pastes aren't 
1762                 REPLACE_INSERT but just INSERT. 
1763                 Also, fix privacy menu selection
1764
1765 2008-08-05 [colin]      3.5.0cvs50
1766
1767         * src/action.c
1768         * src/addr_compl.c
1769         * src/addrbook.c
1770         * src/addrcindex.c
1771         * src/addrduplicates.c
1772         * src/addrharvest.c
1773         * src/enriched.c
1774         * src/html.c
1775         * src/ldif.c
1776         * src/main.c
1777         * src/mimeview.c
1778         * src/mutt.c
1779         * src/pine.c
1780         * src/procmime.c
1781         * src/vcard.c
1782         * src/wizard.c
1783         * src/common/socket.c
1784         * src/gtk/gtkutils.c
1785         * src/gtk/gtkutils.h
1786         * src/gtk/menu.c
1787         * src/plugins/spamassassin/spamassassin.c
1788                 More undeprecation (Glib)
1789
1790 2008-08-05 [colin]      3.5.0cvs49
1791
1792         * src/prefs_account.c
1793         * src/prefs_filtering_action.c
1794         * src/prefs_matcher.c
1795         * src/gtk/Makefile.am
1796         * src/gtk/claws-marshal.list
1797         * src/gtk/colorlabel.c
1798         * src/gtk/colorsel.c
1799         * src/gtk/foldersort.c
1800         * src/gtk/gtkaspell.c
1801         * src/gtk/gtkcmclist.c
1802         * src/gtk/gtkcmclist.h
1803         * src/gtk/gtkcmctree.c
1804         * src/gtk/gtkcmctree.h
1805         * src/gtk/gtkcmoptionmenu.c
1806         * src/gtk/gtkcmoptionmenu.h
1807         * src/gtk/gtksctree.c
1808         * src/gtk/gtksctree.h
1809         * src/gtk/gtkutils.c
1810         * src/gtk/gtkutils.h
1811         * src/gtk/gtkvscrollbutton.c
1812         * src/gtk/menu.c
1813         * src/gtk/menu.h
1814         * src/gtk/quicksearch.c
1815         * src/plugins/dillo_viewer/dillo_viewer.c
1816         * src/plugins/pgpcore/select-keys.c
1817                 Try to finish yesterday's commit
1818
1819 2008-08-04 [colin]      3.5.0cvs48
1820
1821         * src/addressadd.c
1822         * src/addressbook.c
1823         * src/addressbook_foldersel.c
1824         * src/addressitem.h
1825         * src/addrgather.c
1826         * src/browseldap.c
1827         * src/compose.c
1828         * src/compose.h
1829         * src/editaddress.c
1830         * src/editaddress_other_attributes_ldap.c
1831         * src/editgroup.c
1832         * src/editldap_basedn.c
1833         * src/folderview.c
1834         * src/folderview.h
1835         * src/grouplistdialog.c
1836         * src/image_viewer.c
1837         * src/imap_gtk.c
1838         * src/importldif.c
1839         * src/main.c
1840         * src/mainwindow.c
1841         * src/message_search.c
1842         * src/mh_gtk.c
1843         * src/mimeview.c
1844         * src/mimeview.h
1845         * src/news_gtk.c
1846         * src/noticeview.h
1847         * src/prefs_account.c
1848         * src/prefs_filtering_action.c
1849         * src/prefs_matcher.c
1850         * src/prefs_msg_colors.c
1851         * src/prefs_summaries.c
1852         * src/statusbar.c
1853         * src/stock_pixmap.c
1854         * src/summary_search.c
1855         * src/summaryview.c
1856         * src/summaryview.h
1857         * src/textview.c
1858         * src/toolbar.h
1859         * src/gtk/Makefile.am
1860         * src/gtk/claws-marshal.list
1861         * src/gtk/colorsel.c
1862         * src/gtk/foldersort.c
1863         * src/gtk/gtkaspell.c
1864         * src/gtk/gtkcmclist.c
1865         * src/gtk/gtkcmclist.h
1866         * src/gtk/gtkcmctree.c
1867         * src/gtk/gtkcmctree.h
1868         * src/gtk/gtksctree.c
1869         * src/gtk/gtksctree.h
1870         * src/gtk/gtkutils.c
1871         * src/gtk/gtkutils.h
1872         * src/gtk/gtkvscrollbutton.c
1873         * src/gtk/menu.c
1874         * src/gtk/menu.h
1875         * src/gtk/quicksearch.c
1876         * src/plugins/dillo_viewer/dillo_viewer.c
1877         * src/plugins/pgpcore/select-keys.c
1878                 Include GtkCList/GtkCTree locally (renamed GTKCMCList/CTree)
1879                 Undeprecate their implementation (GtkArg, GtkType, ...)
1880                 Undeprecate a few other things here and there
1881                 Add -DGTK_DISABLE_DEPRECATED to CFLAGS in maintainer mode
1882                 Add #undef GTK_DISABLE_DEPRECATED in the files where we
1883                 still have work to do
1884
1885 2008-08-04 [colin]      3.5.0cvs47
1886
1887         * src/compose.c
1888         * src/compose.h
1889         * src/toolbar.h
1890         * src/textview.c
1891         * src/stock_pixmap.c
1892         * src/statusbar.c
1893         * src/noticeview.h
1894         * src/mimeview.h
1895         * src/mainwindow.c
1896         * src/image_viewer.c
1897         * src/gtk/gtkaspell.c
1898         * src/gtk/gtkvscrollbutton.c
1899         * src/plugins/dillo_viewer/dillo_viewer.c
1900                 Undeprecate more things
1901
1902 2008-08-02 [colin]      3.5.0cvs46
1903
1904         * src/mainwindow.c
1905                 Fix toggle menu activation state
1906                 (thanks to cvs45 ;)
1907
1908 2008-08-02 [paul]       3.5.0cvs45
1909
1910         * src/mainwindow.c
1911                 fix sensitivity of
1912                 /View/Show or hide/Message View
1913
1914 2008-08-01 [paul]       3.5.0cvs44
1915
1916         * src/common/utils.c
1917         * src/plugins/pgpcore/claws.def
1918         * src/plugins/pgpinline/claws.def
1919                 fix compilation problems on mingw32,
1920                 (bug 1688) Patch by Marcus Brinkmann
1921
1922 2008-08-01 [colin]      3.5.0cvs43
1923
1924         * src/gtk/gtkutils.c
1925         * src/gtk/gtkvscrollbutton.c
1926                 Oups, fix build
1927
1928 2008-08-01 [colin]      3.5.0cvs42
1929
1930         * src/compose.c
1931         * src/foldersel.c
1932         * src/mainwindow.c
1933         * src/prefs_account.c
1934         * src/prefs_folder_item.c
1935         * src/prefs_quote.c
1936         * src/summaryview.c
1937         * src/gtk/gtkaspell.c
1938         * src/gtk/gtkutils.c
1939         * src/gtk/gtkvscrollbutton.c
1940                 Replace a few deprecated function calls
1941
1942 2008-08-01 [paul]       3.5.0cvs41
1943
1944         * src/action.c
1945                 fix crash that occurs because of recent GtkUIManager
1946                 changes. Thanks to Colin
1947
1948 2008-07-31 [colin]      3.5.0cvs40
1949
1950         * src/addressbook.c
1951         * src/compose.c
1952         * src/mainwindow.c
1953         * src/messageview.c
1954                 Some Maemo fixes
1955         * src/gtk/menu.c
1956         * src/gtk/menu.h
1957                 Remove deprecated helper funcs
1958
1959 2008-07-30 [colin]      3.5.0cvs39
1960
1961         * src/folderview.c
1962         * src/folderview.h
1963         * src/imap_gtk.c
1964         * src/mh_gtk.c
1965         * src/news_gtk.c
1966                 Move the folderview popup menu to GtkUIManager
1967
1968 2008-07-29 [colin]      3.5.0cvs38
1969
1970         * src/account.c
1971         * src/account.h
1972         * src/action.c
1973         * src/action.h
1974         * src/addressitem.h
1975         * src/compose.c
1976         * src/edittags.c
1977         * src/mainwindow.c
1978         * src/mainwindow.h
1979         * src/mimeview.c
1980         * src/summaryview.c
1981         * src/gtk/menu.c
1982         * src/gtk/menu.h
1983                 Switch the main menu to GtkUIManager
1984                 Warning fixes
1985
1986 2008-07-29 [colin]      3.5.0cvs37
1987
1988         * src/news.c
1989                 Fix bug 1684, 'view news messages with large 
1990                 attachements segfaults'
1991
1992 2008-07-29 [colin]      3.5.0cvs36
1993
1994         * src/action.c
1995         * src/action.h
1996         * src/addressbook.c
1997         * src/addressitem.h
1998         * src/compose.c
1999         * src/compose.h
2000         * src/messageview.c
2001         * src/messageview.h
2002         * src/summaryview.c
2003         * src/gtk/menu.c
2004         * src/gtk/menu.h
2005                 More switches to GtkUIManager
2006
2007 2008-07-26 [colin]      3.5.0cvs35
2008
2009         * src/gtk/menu.c
2010         * src/gtk/menu.h
2011                 Fix prototype
2012
2013 2008-07-25 [colin]      3.5.0cvs34
2014
2015         * src/addrcustomattr.c
2016         * src/addressbook.c
2017         * src/compose.c
2018         * src/editaddress.c
2019         * src/editaddress_other_attributes_ldap.h
2020         * src/edittags.c
2021         * src/mainwindow.c
2022         * src/mimeview.c
2023         * src/prefs_actions.c
2024         * src/prefs_filtering.c
2025         * src/prefs_template.c
2026         * src/summaryview.c
2027         * src/textview.c
2028         * src/textview.h
2029         * src/toolbar.c
2030         * src/gtk/about.c
2031         * src/gtk/menu.c
2032         * src/gtk/menu.h
2033         * src/plugins/trayicon/trayicon.c
2034                 More changes from GtkItemFactory to GtkUIManager
2035
2036 2008-07-25 [colin]      3.5.0cvs33
2037
2038         * src/gtk/menu.h
2039                 Add a macro to remove menu items
2040                 Make the gui_manager variable useless
2041
2042 2008-07-24 [colin]      3.5.0cvs32
2043
2044         * src/mimeview.c
2045                 Fix a gtk warning on clear
2046         * src/mainwindow.c
2047         * src/summaryview.c
2048         * src/summaryview.h
2049                 Switch the message list popup menu to
2050                 GtkUIManager
2051
2052 2008-07-23 [colin]      3.5.0cvs31
2053
2054         * src/plugins/pgpcore/pgp_viewer.c
2055         * src/plugins/pgpcore/sgpgme.c
2056                 Fix bug 1681, 'GnuPG Plugin does not compile on solaris'
2057                 Patch by Thomas Wiegner <wiegner@gmx.de>
2058
2059 2008-07-20 [paul]       3.5.0cvs30
2060
2061         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
2062                 remove redundant GTK version check
2063
2064 2008-07-20 [ticho]      3.5.0cvs29
2065
2066         * src/folderview.c
2067         * src/imap_gtk.c
2068         * src/news_gtk.c
2069                 Moved sensitivity setting for "Download messages" for IMAP and
2070                 news folders from folderview.c to imap_gtk.c and news_gtk.c
2071                 respectively for better code readability.
2072                 Fixed indentation in news' set_sensitivity().
2073
2074 2008-07-20 [paul]       3.5.0cvs28
2075
2076         * src/addrgather.c
2077                 remove more redundant code following cvs27
2078
2079 2008-07-20 [paul]       3.5.0cvs27
2080
2081         * src/addrgather.c
2082                 remove now redundant code
2083         * src/mainwindow.c
2084         * src/mainwindow.h
2085                 fix bug 1673, 'Tools/Harvest adresses is
2086                 grayed out if folder is empty'
2087
2088 2008-07-19 [ticho]      3.5.0cvs26
2089
2090         * src/edittags.c
2091         * src/main.c
2092         * src/mimeview.c
2093         * src/mimeview.h
2094         * src/gtk/gtkutils.c
2095         * src/gtk/gtkutils.h
2096         * src/gtk/menu.c
2097         * src/gtk/menu.h
2098                 Use GtkUIManager for mimeview and tag edit dialog popup menus,
2099                 instead of deprecated GtkItemFactory.
2100
2101 2008-07-19 [colin]      3.5.0cvs25
2102
2103         * src/account.c
2104         * src/addrgather.c
2105         * src/compose.c
2106         * src/editldap.c
2107         * src/expldifdlg.c
2108         * src/importldif.c
2109         * src/main.c
2110         * src/mainwindow.c
2111         * src/mimeview.c
2112         * src/noticeview.c
2113         * src/prefs_account.c
2114         * src/prefs_actions.c
2115         * src/prefs_ext_prog.c
2116         * src/prefs_filtering.c
2117         * src/prefs_folder_item.c
2118         * src/prefs_image_viewer.c
2119         * src/prefs_logging.c
2120         * src/prefs_msg_colors.c
2121         * src/prefs_other.c
2122         * src/prefs_send.c
2123         * src/prefs_spelling.c
2124         * src/prefs_summaries.c
2125         * src/prefs_template.c
2126         * src/printing.c
2127         * src/quote_fmt.c
2128         * src/summary_search.c
2129         * src/summaryview.c
2130         * src/toolbar.c
2131         * src/wizard.c
2132         * src/common/Makefile.am
2133         * src/gtk/gtksctree.c
2134         * src/gtk/gtkutils.h
2135         * src/gtk/pluginwindow.c
2136         * src/gtk/quicksearch.c
2137         * src/plugins/bogofilter/bogofilter_gtk.c
2138         * src/plugins/dillo_viewer/dillo_prefs.c
2139         * src/plugins/pgpcore/prefs_gpg.c
2140         * src/plugins/spamassassin/spamassassin_gtk.c
2141         * src/plugins/trayicon/trayicon.c
2142         * src/plugins/trayicon/trayicon_prefs.c
2143                 Use the shiny new GTK tooltips API when possible (GTK+ 2.12 
2144                 or greater). Use the old deprecated one on GTK+ < 2.12.
2145                 Easy! Straightforward! I'm not annoyed at all! It's not a loss
2146                 of time!
2147
2148 2008-07-16 [colin]      3.5.0cvs24
2149
2150         * src/mainwindow.c
2151                 Fix folderview's scrolbar when starting minimised
2152                 to tray, and popping up the mainwindow by calling
2153                 claws-mail from the command line
2154
2155 2008-07-08 [colin]      3.5.0cvs23
2156
2157         * src/compose.c
2158                 Possibly fix po-headers appearing on empty
2159                 templates
2160
2161 2008-07-08 [colin]      3.5.0cvs22
2162
2163         * src/folderview.c
2164         * src/summaryview.c
2165                 Finish the always_open tristate patch, by Jonathan
2166                 Corbet.
2167
2168 2008-07-07 [paul]       3.5.0cvs21
2169
2170         * src/mainwindow.c
2171                 fix typo (missing ")
2172
2173 2008-07-07 [paul]       3.5.0cvs20
2174
2175         * src/mainwindow.c
2176                 fit the menu style a bit better
2177
2178 2008-07-07 [colin]      3.5.0cvs19
2179
2180         * src/prefs_themes.c
2181                 Make upgrading themes easier
2182
2183 2008-07-07 [colin]      3.5.0cvs18
2184
2185         * src/mainwindow.c
2186         * src/prefs_toolbar.c
2187         * src/stock_pixmap.c
2188                 Finish fixing bug 1609, 'Icon issues'
2189
2190 2008-07-07 [colin]      3.5.0cvs17
2191
2192         * src/prefs_common.c
2193                 Fix the default value
2194
2195 2008-07-07 [colin]      3.5.0cvs16
2196
2197         * src/prefs_summaries.c
2198                 Revert my fix to the string, the correct term
2199                 is indeed Message View
2200
2201 2008-07-07 [colin]      3.5.0cvs15
2202
2203         * AUTHORS
2204         * src/gtk/authors.h
2205         * src/prefs_common.c
2206         * src/prefs_common.h
2207         * src/prefs_summaries.c
2208         * src/summaryview.c
2209         * src/gtk/authors.h
2210                 Change "Always open message when selected" to
2211                 a tristate (Never/Always/When preview is visible)
2212                 Patch by Jonathan Corbet <corbet@lwn.net>.
2213
2214 2008-07-06 [paul]       3.5.0cvs14
2215
2216         * src/addrgather.c
2217                 improve the layout of the dialogue
2218                 improve the English
2219                 add tooltips
2220                 fix some of the nasty coding style
2221         * src/mainwindow.c
2222                 improve the English
2223                 add some missing mnemonics
2224
2225 2008-07-05 [paul]       3.5.0cvs13
2226
2227         * src/mainwindow.c
2228         * src/mainwindow.h
2229                 fix bug 1398, '"Change current account" is
2230                 available even when there's only one account'
2231         * src/plugins/pgpcore/prefs_gpg.c
2232                 put back a needed include, removed in error
2233
2234 2008-07-05 [colin]      3.5.0cvs12
2235
2236         * src/mainwindow.c
2237                 MAEMO: Fix bug 1620, 'Can't use hardware zoom buttons'
2238
2239 2008-07-05 [colin]      3.5.0cvs11
2240
2241         * src/news.c
2242         * src/news_gtk.c
2243                 Provide ability to rename newsgroups. Closes
2244                 bug 1444, 'Add GUI option for renaming 
2245                 newsgroups'. Patch by Pawel Pekala
2246
2247 2008-07-05 [colin]      3.5.0cvs10
2248
2249         * src/plugins/pgpcore/passphrase.c
2250         * src/plugins/pgpcore/prefs_gpg.c
2251         * src/plugins/pgpcore/select-keys.c
2252                 Simplify GTK includes (with the advantage
2253                 of compiling against GTK+2.13); patch by
2254                 Charles A Edwards
2255
2256 2008-07-05 [colin]      3.5.0cvs9
2257
2258         * src/wizard.c
2259                 Add SSL client certificates
2260
2261 2008-07-05 [colin]      3.5.0cvs8
2262
2263         * src/prefs_account.c
2264         * src/common/session.h
2265                 Fix warnings
2266         * src/common/ssl.c
2267                 Add one path for certs
2268
2269 2008-07-05 [colin]      3.5.0cvs7
2270
2271         * src/prefs_account.c
2272                 Fix no-ssl build
2273
2274 2008-07-04 [colin]      3.5.0cvs6
2275
2276         * src/common/ssl.c
2277         * src/common/ssl.h
2278         * src/common/ssl_certificate.c
2279                 Workaround distro bugs and fix certificate checking
2280                 with OpenSSL
2281
2282 2008-07-04 [colin]      3.5.0cvs5
2283
2284         * src/filtering.c
2285         * src/common/ssl_certificate.c
2286         * src/common/ssl_certificate.h
2287         * src/etpan/imap-thread.c
2288         * src/etpan/nntp-thread.c
2289                 Fix some leaks, thanks to Martin Zwickel
2290                 Rename gnutls functions that do the same
2291                 as OpenSSL ones, to avoid symbol clashing
2292                 when Claws is built against GnuTLS and
2293                 libetpan against OpenSSL
2294
2295 2008-07-04 [paul]       3.5.0cvs4
2296
2297         * src/prefs_account.c
2298                 remove 1 forgotten '.'
2299
2300 2008-07-04 [paul]       3.5.0cvs3
2301
2302         * src/prefs_account.c
2303                 layout/engrish fixes to the 'Client
2304                 certificates' frame
2305
2306 2008-07-03 [colin]      3.5.0cvs2
2307
2308         * src/imap.c
2309         * src/news.c
2310         * src/pop.c
2311         * src/prefs_account.c
2312         * src/prefs_account.h
2313         * src/prefs_common.c
2314         * src/send_message.c
2315         * src/common/session.c
2316         * src/common/session.h
2317         * src/common/smtp.c
2318         * src/common/smtp.h
2319         * src/common/socket.h
2320         * src/common/ssl.c
2321         * src/common/ssl.h
2322         * src/common/ssl_certificate.c
2323         * src/common/ssl_certificate.h
2324         * src/etpan/imap-thread.c
2325         * src/etpan/nntp-thread.c
2326         * src/gtk/inputdialog.c
2327                 Add support for SSL client certificates (either PEM files
2328                 with certificate and private key, either PKCS12 files)
2329
2330 2008-06-28 [colin]      3.5.0cvs1
2331
2332         * src/foldersel.c
2333                 Fix compilation with older GTKs
2334
2335 2008-06-27 [paul]       3.5.0
2336
2337         * NEWS
2338         * README
2339         * RELEASE_NOTES 
2340                 3.5.0 released
2341
2342 2008-06-27 [paul]       3.4.0cvs116
2343
2344         * src/gtk/authors.h
2345                 complete cvs115
2346
2347 2008-06-27 [paul]       3.4.0cvs115
2348
2349         * configure.ac
2350         * src/gtk/authors.h
2351                 no longer build unmaintained translations
2352
2353 2008-06-27 [paul]       3.4.0cvs114
2354
2355         * po/de.po
2356         * po/fi.po
2357         * po/pt_BR.po
2358                 updated by Stephan Sachse, Flammie Pirinen, and
2359                 Frederico Goncalves Guimaraes
2360
2361 2008-06-26 [wwp]        3.4.0cvs113
2362
2363         * manual/fr/advanced.xml
2364                 Update French version of the manual (AutoFaces documentation).
2365
2366 2008-06-26 [wwp]        3.4.0cvs112
2367
2368         * manual/fr/advanced.xml
2369         * manual/fr/plugins.xml
2370                 Updated French version of the manual (completed
2371                 hidden options list, added note about Clawsker
2372                 and new mail archiver plugin).
2373
2374 2008-06-25 [colin]      3.4.0cvs111
2375
2376         * src/gtk/gtkaspell.c
2377                 Fix non-UTF8 in the replace with dialog
2378         * src/prefs_actions.c
2379                 Fix possible crasher
2380                 Patches by Pawel
2381
2382 2008-06-24 [mones]      3.4.0cvs110
2383
2384         * src/autofaces.c
2385                 Fix non-warning message, downgraded to debug info
2386
2387 2008-06-24 [colin]      3.4.0cvs109
2388
2389         * src/summaryview.c
2390                 Fix bug 1650, Message line too small after 
2391                 changing columns in "three columns" layout
2392
2393 2008-06-24 [colin]      3.4.0cvs108
2394
2395         * src/messageview.c
2396                 Fix Spam button sensitivity in newsgroups
2397
2398 2008-06-23 [wwp]        3.4.0cvs107
2399
2400         * po/fr.po
2401                 Updated French translation.
2402
2403 2008-06-23 [mones]      3.4.0cvs106
2404
2405         * po/es.po
2406                 Updated translation for release
2407
2408 2008-06-22 [mones]      3.4.0cvs105
2409
2410         * manual/es/plugins.xml
2411                 Synced new entry for Mail Archiver plugin
2412
2413 2008-06-22 [colin]      3.4.0cvs104
2414
2415         * src/compose.c
2416                 Fix initial cursor position
2417
2418 2008-06-21 [paul]       3.4.0cvs103
2419
2420         * manual/plugins.xml
2421                 add an entry for the new Mail Archiver plugin
2422
2423 2008-06-21 [paul]       3.4.0cvs102
2424
2425         * src/gtk/about.c
2426                 we're in 'string freeze', put back the
2427                 < > symbols for now
2428
2429 2008-06-21 [paul]       3.4.0cvs101
2430
2431         * manual/advanced.xml
2432         * manual/es/advanced.xml
2433                 fix build warning: <emphasis> cannot be contained
2434                 within <filename>
2435         * src/gtk/about.c
2436                 fix non-clickable link on License page and drop
2437                 the containing < > symbols to match other links
2438
2439 2008-06-20 [mones]      3.4.0cvs100
2440
2441         * manual/advanced.xml
2442                 Added autofaces documentation, note about clawsker in hidden
2443                 preferences, minor markup fix. Thanks Paul for proofreading
2444         * manual/es/advanced.xml
2445                 Synchronised Spanish manual
2446
2447 2008-06-16 [colin]      3.4.0cvs99
2448
2449         * src/compose.c
2450                 Fix cursor placing on signature change
2451
2452 2008-06-16 [paul]       3.4.0cvs98
2453
2454         * src/imap_gtk.c
2455         * src/mh_gtk.c
2456         * src/gtk/inputdialog.c
2457                 really fussy coding style fixes
2458
2459 2008-06-16 [paul]       3.4.0cvs97
2460
2461         * src/Makefile.am
2462                 keep the alphabetical order
2463
2464 2008-06-13 [mones]      3.4.0cvs96
2465
2466         * src/autofaces.c
2467                 Fix crasher ;-)
2468         * src/prefs_filtering_action.c
2469                 Fixed cosmetic bug, processing also displays "Filtering"
2470
2471 2008-06-13 [mones]      3.4.0cvs95
2472
2473         * src/Makefile.am
2474         * src/autofaces.c       ** NEW FILE **  
2475         * src/autofaces.h       ** NEW FILE **
2476         * src/compose.c
2477                 Allow setting Faces and X-Faces globally and per-account
2478                 from configuration files under ~/.claws-mail/autofaces
2479
2480 2008-06-13 [holger]     3.4.0cvs94
2481
2482         * .cvsignore
2483                 More files to ignore
2484         * src/gtk/inputdialog.c
2485         * src/gtk/inputdialog.h
2486                 Make input dialog more generic so that a checkbox
2487                 with custom text can be used in addition to the
2488                 "remember this" checkbox
2489         * src/imap_gtk.c
2490         * src/mh_gtk.c
2491         * src/prefs_common.c
2492         * src/prefs_common.h
2493                 Allow new folders to inherit the properties of the
2494                 parent folder during folder creation
2495
2496 2008-06-13 [wwp]        3.4.0cvs93
2497
2498         * src/addressbook.c
2499                 a better fix for this string, won't break up translations,
2500                 and is conform to other similar ones.
2501
2502 2008-06-13 [wwp]        3.4.0cvs92
2503
2504         * src/addrduplicates.c
2505         * src/addressadd.c
2506         * src/addressbook.c
2507         * src/addressbook_foldersel.c
2508         * src/editgroup.c
2509                 use tree decorations everywhere AB folders are used (AB tree pane,
2510                     add address to AB, select AB folder, edit group, custom attr, find dup
2511                     results), in order to match global style
2512                 make double-clicks in AB's tree pane behave like in MW's folder tree pane:
2513                     double clicking on groups in tree pane does open the group edit dialog
2514                     double clicking on other items in tree pane does expand/collapse
2515                 fix a missing space in AB's delete-folder dialog
2516                 fix again edit button sensitivity (thanks to iwkse, this reworks cvs79)
2517
2518         * src/foldersel.c
2519                 make foldersel dialog show dotted lines according to global (hidden) prefs
2520
2521 2008-06-12 [colin]      3.4.0cvs91
2522
2523         * src/compose.c
2524         * src/compose.h
2525                 Fix bug 1635, 'Last character of message is truncated 
2526                 when changing accounts w/ sigs'
2527         * src/folderview.c
2528                 Fix bug 1636, 'Can't select "properties" on "folders 
2529                 only" folders'
2530
2531 2008-06-11 [colin]      3.4.0cvs90
2532
2533         * src/folder.c
2534                 Maybe fix bug 1623, 'exits with segfault when 
2535                 logging in to certain imap-servers'
2536
2537 2008-06-10 [mones]      3.4.0cvs89
2538
2539         * AUTHORS
2540         * tools/Makefile.am
2541         * tools/README
2542         * tools/convert_mbox.sh
2543                 Undo cvs86 and cvs87, it really should be a patch to 
2544                 convert_mbox.pl
2545
2546 2008-06-10 [wwp]        3.4.0cvs88
2547
2548         * po/fr.po
2549                 Updated French translation.
2550
2551 2008-06-10 [mones]      3.4.0cvs87
2552
2553         * tools/Makefile.am
2554                 Oops, forgot to add previous script for distribution
2555
2556 2008-06-10 [mones]      3.4.0cvs86
2557
2558         * AUTHORS
2559         * tools/README
2560         * tools/convert_mbox.sh
2561                 Added script to convert Evolution mail folders contributed
2562                 by Daniel Dickinson <cshore@fionavar.ca>
2563                 Fixes debian bug 461435
2564
2565 2008-06-09 [colin]      3.4.0cvs85
2566
2567         * src/main.c
2568                 Integrate AWN information bubble if dbus is
2569                 available
2570         * src/folder.c
2571                 Fix crash when calling scan_required() on 
2572                 folder classes that don't implement them
2573         * src/common/session.c
2574                 Fix a little typo
2575
2576 2008-06-09 [colin]      3.4.0cvs84
2577
2578         * src/main.c
2579                 Fix bug 1447, 'If user tries to close while starting 
2580                 up, it will not close ever.'
2581
2582 2008-06-09 [colin]      3.4.0cvs83
2583
2584         * src/filtering.c
2585                 Fix bug 1628, 'Claws Mail crashes when 
2586                 filtering selected messages'
2587
2588 2008-06-04 [colin]      3.4.0cvs82
2589
2590         * src/messageview.c
2591                 Complete handling of html parts in multipart/alternative
2592                 mails
2593
2594 2008-06-03 [paul]       3.4.0cvs81
2595
2596         * src/prefs_message.c
2597                 make always the english good
2598
2599 2008-06-03 [colin]      3.4.0cvs80
2600
2601         * src/mainwindow.c
2602         * src/mainwindow.h
2603                 Fix bug 1624, '[PATCH] Quick search should be 
2604                 disabled for folder view'; based on a patch by
2605                 Michael Terry
2606
2607 2008-06-03 [iwkse]      3.4.0cvs79
2608
2609         * src/addressbook.c
2610                 Fix little gui bug on button sensitivity
2611         * src/messageview.c
2612         * src/prefs_common.c
2613         * src/prefs_common.h
2614         * src/prefs_message.c
2615                 Allow by default to show html in multipart/alternative
2616
2617 2008-06-02 [colin]      3.4.0cvs78
2618
2619         * src/prefs_actions.c
2620                 GUI rework, patch by Pawel 
2621
2622 2008-06-02 [colin]      3.4.0cvs77
2623
2624         * src/quote_fmt.c
2625                 Fix sensitivity/alignment, patch from
2626                 Pawel
2627
2628 2008-05-31 [colin]      3.4.0cvs76
2629
2630         * src/imap.c
2631                 Fix login issue introduced in cvs75.
2632
2633 2008-05-31 [colin]      3.4.0cvs75
2634
2635         * src/imap.c
2636                 Fix more possible double-frees. Also, fix the root cause
2637                 of these double-frees by just noting the Session is to
2638                 be destroyed instead of destroying it in flight
2639
2640 2008-05-29 [paul]       3.4.0cvs74
2641
2642         * manual/keyboard.xml
2643                 'Makes' these entries like the others
2644
2645 2008-05-29 [colin]      3.4.0cvs73
2646
2647         * src/procmsg.h
2648                 Include utils.h in case we
2649                 need to pull goffset definition
2650
2651 2008-05-29 [colin]      3.4.0cvs72
2652
2653         * src/common/utils.h
2654                 Workaround a stupid Glib issue, where
2655                 goffset happens to be undefined. 
2656
2657 2008-05-28 [colin]      3.4.0cvs71
2658
2659         * src/compose.c
2660         * src/compose.h
2661         * src/grouplistdialog.c
2662         * src/image_viewer.c
2663         * src/imap.c
2664         * src/inc.c
2665         * src/main.c
2666         * src/matcher.c
2667         * src/messageview.c
2668         * src/mimeview.c
2669         * src/prefs_themes.c
2670         * src/procmsg.h
2671         * src/summaryview.c
2672         * src/summaryview.h
2673         * src/textview.c
2674         * src/common/smtp.c
2675         * src/common/utils.c
2676         * src/common/utils.h
2677                 Use goffset instead of off_t for MsgInfo's size
2678                 Allows using MsgInfo structure from plugins
2679                 compiled with largefile support
2680
2681 2008-05-26 [colin]      3.4.0cvs70
2682
2683         * src/mainwindow.c
2684         * src/mainwindow.h
2685                 Define THEME_CHANGED_HOOKLIST and invoke
2686                 it on theme change
2687         * src/plugins/trayicon/trayicon.c
2688                 Listen to THEME_CHANGED_HOOKLIST and
2689                 update accordingly
2690
2691 2008-05-26 [paul]       3.4.0cvs69
2692
2693         * src/mimeview.c
2694                 plug a leak in mimeview_save_all()
2695
2696 2008-05-24 [colin]      3.4.0cvs68
2697
2698         * src/common/utils.h
2699                 Fix wrong define on old glibs
2700
2701 2008-05-24 [paul]       3.4.0cvs67
2702
2703         * src/Makefile.am
2704         * src/stock_pixmap.c
2705         * src/stock_pixmap.h
2706         * src/toolbar.c
2707         * src/pixmaps/cancel.xpm
2708         * src/pixmaps/close.xpm
2709                 add a specific icon for A_CANCEL_INC (addresses
2710                 point 1 of bug 1609 'Icon issues')
2711                 replace close.xpm with an icon of the standard
2712                 24x24 size
2713
2714 2008-05-24 [paul]       3.4.0cvs66
2715
2716         * src/pixmaps/insert_file.xpm
2717                 replaced
2718
2719 2008-05-23 [paul]       3.4.0cvs65
2720
2721         * src/common/md5.c
2722         * src/common/md5.h
2723                 add the possibility to check md5 on binary files,
2724                 thanks to Colin
2725
2726 2008-05-23 [colin]      3.4.0cvs64
2727
2728         * src/mainwindow.c
2729         * src/summaryview.c
2730                 Fix bug 1610, 'claws crash after opening/closing 
2731                 preferences and window update'
2732
2733 2008-05-22 [colin]      3.4.0cvs63
2734
2735         * src/prefs_filtering_action.c
2736         * src/gtk/combobox.c
2737         * src/gtk/combobox.h
2738                 Fix reselecting of Tags actions in
2739                 filtering actions dialog
2740
2741 2008-05-22 [colin]      3.4.0cvs62
2742
2743         * src/Makefile.am
2744         * src/prefs_toolbar.c
2745         * src/stock_pixmap.c
2746         * src/stock_pixmap.h
2747         * src/toolbar.c
2748         * src/pixmaps/delete_btn.xpm
2749         * src/pixmaps/insert_file.xpm
2750         * src/pixmaps/mail_reply_to_list.xpm
2751                 Fix more of bug 1609:
2752                 - Add a Delete button icon
2753                 - Add a Reply to list button icon
2754                 - Fix Insert file button icon
2755                 Artwork by Ciprian Popovici.
2756
2757 2008-05-21 [colin]      3.4.0cvs61
2758
2759         * src/common/utils.c
2760                 Fix a little leak
2761
2762 2008-05-21 [wwp]        3.4.0cvs60
2763
2764         * src/prefs_filtering.c
2765                 Don't show SMTP-only accounts in accounts list, as they are
2766                 irrelevant for filtering incoming messages.
2767
2768 2008-05-21 [colin]      3.4.0cvs59
2769
2770         * src/mainwindow.c
2771                 Don't put SMTP-only accounts in receive menus
2772
2773 2008-05-21 [colin]      3.4.0cvs58
2774
2775         * src/imap.c
2776                 Fix cvs56 (brain fart)
2777
2778 2008-05-21 [colin]      3.4.0cvs57
2779
2780         * src/common/utils.c
2781                 Fix bug 1615, 'hang on FIFO when the other end's not 
2782                 opened'
2783
2784 2008-05-21 [colin]      3.4.0cvs56
2785
2786         * src/imap.c
2787                 Fix a warning
2788
2789 2008-05-19 [colin]      3.4.0cvs55
2790
2791         * src/plugins/pgpcore/sgpgme.c
2792                 Maybe fix debian bug 481856, 'Segmentation fault 
2793                 when verifying a GPG signature'. Although it 
2794                 looks like a race condition...
2795
2796 2008-05-19 [colin]      3.4.0cvs54
2797
2798         * src/prefs_filtering_action.c
2799         * src/prefs_matcher.c
2800         * src/common/tags.c
2801         * src/common/tags.h
2802         * src/gtk/combobox.c
2803         * src/gtk/combobox.h
2804                 Patch by Pawel: disabled Tags menus in filtering dialogs
2805
2806 2008-05-19 [colin]      3.4.0cvs53
2807
2808         * src/prefs_account.c
2809                 GUI patch by Pawel: align ports entries
2810
2811 2008-05-19 [colin]      3.4.0cvs52
2812
2813         * src/mainwindow.c
2814                 Fix bug 1616, 'strange question while emptying trash'
2815
2816 2008-05-18 [colin]      3.4.0cvs51
2817
2818         * src/common/plugin.c
2819         * src/etpan/imap-thread.c
2820         * src/etpan/nntp-thread.c
2821         * src/gtk/gtksctree.c
2822                 Fix bug 1613, 'Various memory leaks'; 
2823                 based on a patch by Didier Barvaux.
2824
2825 2008-05-18 [colin]      3.4.0cvs50
2826
2827         * src/mimeview.c
2828         * src/privacy.h
2829         * src/toolbar.c
2830         * src/toolbar.h
2831         * src/plugins/pgpcore/sgpgme.c
2832                 Fix more parts of bug 1609:
2833                 - Make use of specific Expired privacy icon
2834                 - Use CLOSE instead of NOTICE_ERROR for cancel
2835                   receiving
2836                 - Allow a Preferences button in the main toolbar
2837
2838 2008-05-18 [colin]      3.4.0cvs49
2839
2840         * src/stock_pixmap.c
2841                 Fix bug with non-updating icons after theme change:
2842                 If fetching pixbuf for a given icon after a theme
2843                 change, the next pixmap fetch would return the old
2844                 cached one, as the theme change was forgotten at 
2845                 this time. (and vice-versa). This was mostly 
2846                 visible on open folder icons
2847
2848 2008-05-17 [colin]      3.4.0cvs48
2849
2850         * src/prefs_summaries.c
2851         * src/summaryview.c
2852                 Fix bug 1608, 'Inconsistent behaviour of mark as read 
2853                 options'. Patch by Pawel
2854
2855 2008-05-16 [colin]      3.4.0cvs47
2856
2857         * src/imap.c
2858                 Fix another possible crash (on fatal errors
2859                 at login, like stream error).
2860
2861 2008-05-16 [paul]       3.4.0cvs46
2862
2863         * tools/thunderbird-filters-convertor.pl
2864                 fix a typo
2865                 fix reading a tb rule that contains something
2866                 like that: \"Sender\"
2867
2868 2008-05-16 [paul]       3.4.0cvs45
2869
2870         * tools/README
2871         * tools/csv2addressbook.pl
2872                 add support for gmail exported csv address book
2873
2874 2008-05-16 [colin]      3.4.0cvs44
2875
2876         * configure.ac
2877         * src/ldapupdate.c
2878                 Fix ldap deprecated calls. Patch by
2879                 Michael Rasmussen
2880
2881 2008-05-16 [paul]       3.4.0cvs43
2882
2883         * manual/de/account.xml
2884         * manual/it/account.xml
2885         * manual/it/ack.xml
2886         * manual/it/addrbook.xml
2887         * manual/it/claws-mail-manual.xml
2888         * manual/it/gpl.xml
2889         * manual/it/intro.xml
2890         * manual/it/starting.xml
2891                 add pages towards German and Italian manuals.
2892                 (just for storage, they are not built yet, due
2893                 to being incomplete.) submitted by Speckmade
2894                 <Speckmade@gmx.net> and Salvatore De Paolis
2895                 <iwkse@claws-mail.org>
2896
2897 2008-05-16 [colin]      3.4.0cvs42
2898
2899         * src/gtk/sslcertwindow.c
2900                 Fix SHA1 fingerprint with GnuTLS
2901
2902 2008-05-15 [colin]      3.4.0cvs41
2903
2904         * src/gtk/sslcertwindow.c
2905                 Print SHA1 fingerprint too
2906
2907 2008-05-15 [colin]      3.4.0cvs40
2908
2909         * src/imap.c
2910                 Fix certificate port on TLS. It was 
2911                 previously always 0.
2912                 **IMPORTANT INFORMATION**: this will trigger 
2913                 one wrong "New certificate" warning at the 
2914                 first connection with this fix, if using STARTTLS
2915                 on IMAP.
2916         * src/gtk/sslcertwindow.c
2917                 Make labels selectable
2918
2919 2008-05-15 [colin]      3.4.0cvs39
2920
2921         * src/imap.c
2922                 Fix double free when STARTTLS fails (for
2923                 example due to refusing the certificate)
2924
2925 2008-05-15 [paul]       3.4.0cvs38
2926
2927         * manual/advanced.xml
2928                 fix typo
2929
2930 2008-05-15 [paul]       3.4.0cvs37
2931
2932         * manual/advanced.xml
2933         * src/prefs_send.c
2934                 make outgoing_fallback_to_ascii a hidden pref
2935
2936 2008-05-14 [colin]      3.4.0cvs36
2937
2938         * src/main.c
2939         * src/mainwindow.c
2940         * src/mainwindow.h
2941                 Make it possible to cancel quit when Claws
2942                 ask whether to empty trash.
2943
2944 2008-05-14 [colin]      3.4.0cvs35
2945
2946         * src/compose.c
2947         * src/prefs_common.c
2948         * src/prefs_common.h
2949         * src/prefs_send.c
2950                 Add a preference to be able to specify an
2951                 outgoing charset/encoding but still fallback
2952                 to 7bit US-ASCII when possible (default TRUE,
2953                 same behavior as pre-cvs34)
2954
2955 2008-05-14 [colin]      3.4.0cvs34
2956
2957         * src/compose.c
2958                 Always use the specified encoding and charset if it is
2959                 specified, even if the mail is ASCII.
2960
2961 2008-05-13 [paul]       3.4.0cvs33
2962
2963         * src/ldapupdate.c
2964                 fix the build warnings the easy way for now
2965
2966 2008-05-13 [colin]      3.4.0cvs32
2967
2968         * src/prefs_themes.c
2969                 Count .png files as icons too (fixes part
2970                 of bug 1609, 'Icon issues')
2971
2972 2008-05-13 [wwp]        3.4.0cvs31
2973
2974         * src/addressbook_foldersel.c
2975                 Fix wrong check (completes 3.4.0.cvs30).
2976
2977 2008-05-12 [wwp]        3.4.0cvs30
2978
2979         * src/addressbook.c
2980         * src/addressbook_foldersel.c
2981         * src/filtering.c
2982         * src/matcher.c
2983         * src/prefs_matcher.c
2984         * src/plugins/bogofilter/bogofilter.c
2985         * src/plugins/bogofilter/bogofilter_gtk.c
2986         * src/plugins/dillo_viewer/dillo_prefs.c
2987         * src/plugins/spamassassin/spamassassin.c
2988         * src/plugins/spamassassin/spamassassin_gtk.c
2989                 Fix for bug 1604 "found_in_addressbook in Any in non English local",
2990                 based on a patch submitted by Paul CtrlAltBs. Also fix storing of
2991                 translated string "Any" in plugins (whitelisting) and
2992                 UTF8 comparisons.
2993
2994 2008-05-07 [colin]      3.4.0cvs29
2995
2996         * configure.ac
2997                 Fix --enable-maemo (assume --enable-generic-umpc)
2998
2999 2008-05-07 [colin]      3.4.0cvs28
3000
3001         * configure.ac
3002         * src/account.c
3003         * src/addr_compl.c
3004         * src/compose.c
3005         * src/editaddress.c
3006         * src/folderview.c
3007         * src/mainwindow.c
3008         * src/messageview.c
3009         * src/mimeview.c
3010         * src/prefs_account.c
3011         * src/prefs_common.c
3012         * src/prefs_display_header.c
3013         * src/prefs_filtering.c
3014         * src/prefs_summaries.c
3015         * src/prefs_template.c
3016         * src/prefs_toolbar.c
3017         * src/stock_pixmap.c
3018         * src/summaryview.c
3019         * src/summaryview.h
3020         * src/textview.c
3021         * src/toolbar.c
3022         * src/gtk/about.c
3023         * src/gtk/gtksctree.c
3024         * src/gtk/menu.c
3025         * src/gtk/prefswindow.c
3026         * src/gtk/sslcertwindow.c
3027                 Separate generic UMPC code (layouts, ...) from 
3028                 MAEMO code (Hildon, ...)
3029
3030 2008-05-06 [paul]       3.4.0cvs27
3031
3032         * tools/claws.i18n.status.pl
3033                 add he.po
3034
3035 2008-05-06 [colin]      3.4.0cvs26
3036
3037         * src/common/utils.c
3038                 Maybe fix crash on FreeBSD
3039
3040 2008-05-05 [colin]      3.4.0cvs25
3041
3042         * src/messageview.c
3043                 Fix bug 1602, 'Crash when sending return receipt for
3044                 messages with no subject'
3045
3046 2008-05-05 [colin]      3.4.0cvs24
3047
3048         * src/mimeview.c
3049                 Don't overwrite temporary files with same
3050                 name when drag and dropping. Fixes bug 1599,
3051                 'attach multiple files with the same name from 
3052                 one mail to another'
3053
3054 2008-05-04 [paul]       3.4.0cvs23
3055
3056         * src/compose.c
3057         * src/prefs_common.c
3058                 fix bug 1587 'can not replay with quote'
3059
3060 2008-05-03 [colin]      3.4.0cvs22
3061
3062         * po/de.po
3063                 Fix bug 1598, 'Leading slash while translating "Unsubscribe"'
3064
3065 2008-05-03 [colin]      3.4.0cvs21
3066
3067         * src/toolbar.c
3068                 Fix bug 1597, 'In news folders, "Move Message to Wastebin" 
3069                 icon isn't grayed although ineffective'
3070
3071 2008-05-02 [wwp]        3.4.0cvs20
3072
3073         * po/fr.po
3074                 Fix translation.
3075
3076         * src/prefs_folder_item.c
3077                 Add missing notice in folder properties (templates) when
3078                 folder is a root node.
3079
3080 2008-04-30 [colin]      3.4.0cvs19
3081
3082         * src/prefs_toolbar.c
3083                 Add Trash and Delete icons to the icon chooser
3084
3085 2008-04-30 [colin]      3.4.0cvs18
3086
3087         * src/compose.c
3088                 Remove "Delete entire line" which was a noop
3089                 and should be the same as "Delete line" :)
3090
3091 2008-04-30 [colin]      3.4.0cvs17
3092
3093         * src/compose.c
3094                 Fix 'Delete line' and 'Delete to end of line'
3095                 on the last line. Patch by <seelenhirt@gmx.net>
3096
3097 2008-04-28 [colin]      3.4.0cvs16
3098
3099         * src/folder.c
3100                 Fix bug 1589, 'tagsdb file not removed when
3101                 folder deleted'.
3102         * src/common/utils.c
3103                 Make sure claws_unlink accepts NULL arg.
3104
3105 2008-04-25 [colin]      3.4.0cvs15
3106
3107         * src/common/ssl.c
3108                 Fix/simplify previous commit
3109
3110 2008-04-25 [colin]      3.4.0cvs14
3111
3112         * src/addrindex.h
3113         * src/common/ssl_certificate.c
3114                 Patch by Marcus: Fix Win32 build
3115         * src/common/ssl.c
3116                 Fix build with GnuTLS/no pthread, thanks
3117                 to Marcus
3118
3119 2008-04-25 [colin]      3.4.0cvs13
3120
3121         * src/summaryview.c
3122                 Fix bug 1586, '3-pane vertical layout now and then 
3123                 still shows sender column'
3124
3125 2008-04-25 [colin]      3.4.0cvs12
3126
3127         * src/Makefile.am
3128         * src/w32-logo.ico
3129         * src/w32-resource.rc
3130                 Patch from Marcus Brinkmann to set an icon on w32.
3131
3132 2008-04-24 [colin]      3.4.0cvs11
3133
3134         * src/inc.c
3135         * src/inc.h
3136                 Trace inc locks
3137         * src/ldif.c
3138         * src/ldif.h
3139                 Fix bug 1581, 'Bad File Format during Import LDIF':
3140                 Use dynamically allocated buffers; also, allow 
3141                 importing contacts with no email address
3142
3143 2008-04-24 [colin]      3.4.0cvs10
3144
3145         * src/prefs_common.c
3146                 Increment the timeout a bit on OpenBSD, 75 isn't enough
3147
3148 2008-04-23 [colin]      3.4.0cvs9
3149
3150         * src/compose.c
3151         * src/prefs_folder_item.c
3152         * src/prefs_template.c
3153         * src/quote_fmt.c
3154                 Fix bug 1576: Fix unescaping of templates when testing them
3155                 I think it breaks nothing. (wwp, you're welcome to double-check)
3156
3157 2008-04-23 [paul]       3.4.0cvs8
3158
3159         * manual/advanced.xml
3160                 add info about the "two_line_vertical" hidden
3161                 pref
3162
3163 2008-04-22 [paul]       3.4.0cvs7
3164
3165         * src/prefs_common.c
3166         * src/prefs_common.h
3167         * src/summaryview.c
3168                 make the 2-line view in summaryview when in three
3169                 columns mode configurable. hidden pref: "two_line_vertical"
3170
3171 2008-04-22 [colin]      3.4.0cvs6
3172
3173         * src/inc.c
3174                 Fix missing inc_unlock()
3175         * src/prefs_matcher.c
3176         * src/send_message.c
3177                 Fix my last commit
3178
3179 2008-04-22 [colin]      3.4.0cvs5
3180
3181         * src/etpan/imap-thread.c
3182                 Use g_(un)setenv instead of (un)setenv which
3183                 doesn't exist on IRIX 6.5
3184
3185 2008-04-22 [colin]      3.4.0cvs4
3186
3187         * src/inc.c
3188         * src/prefs_common.c
3189         * src/send_message.c
3190                 Fix bug 1566, 'too short I/O timeout on OpenBSD'
3191                 Set the default timeout to 75 seconds
3192
3193 2008-04-20 [colin]      3.4.0cvs3
3194
3195         * src/pixmaps/tray_newmail.offline.xpm
3196         * src/pixmaps/tray_newmail.xpm
3197         * src/pixmaps/tray_newmarkedmail.offline.xpm
3198         * src/pixmaps/tray_newmarkedmail.xpm
3199         * src/pixmaps/tray_nomail.offline.xpm
3200         * src/pixmaps/tray_nomail.xpm
3201         * src/pixmaps/tray_unreadmail.offline.xpm
3202         * src/pixmaps/tray_unreadmail.xpm
3203         * src/pixmaps/tray_unreadmarkedmail.offline.xpm
3204         * src/pixmaps/tray_unreadmarkedmail.xpm
3205                 Make the tray icons a bit nicer. Would be
3206                 nice to get really nice icons from someone
3207                 who's good at Gimp :)
3208
3209 2008-04-18 [colin]      3.4.0cvs2
3210
3211         * src/common/log.c
3212                 Forgot one g_unlink
3213
3214 lease complete the changelog entry below
3215 2008-04-18 [colin]      3.4.0cvs1
3216
3217         * src/addrduplicates.c
3218         * src/addressbook.c
3219         * src/compose.c
3220         * src/crash.c
3221         * src/editaddress.c
3222         * src/folder.c
3223         * src/image_viewer.c
3224         * src/imap.c
3225         * src/inc.c
3226         * src/main.c
3227         * src/mbox.c
3228         * src/messageview.c
3229         * src/mh.c
3230         * src/msgcache.c
3231         * src/news.c
3232         * src/partial_download.c
3233         * src/pop.c
3234         * src/prefs_common.c
3235         * src/prefs_common.h
3236         * src/prefs_other.c
3237         * src/prefs_themes.c
3238         * src/procheader.c
3239         * src/procmime.c
3240         * src/procmsg.c
3241         * src/textview.c
3242         * src/wizard.c
3243         * src/common/prefs.c
3244         * src/common/ssl_certificate.c
3245         * src/common/template.c
3246         * src/common/utils.c
3247         * src/common/utils.h
3248         * src/etpan/imap-thread.c
3249         * src/plugins/dillo_viewer/dillo_viewer.c
3250         * src/plugins/pgpcore/sgpgme.c
3251         * src/plugins/pgpinline/pgpinline.c
3252                 Add an option to shred temporary files and messages
3253                 instead of just removing them. Slows deletions down!
3254
3255 2008-04-18 [paul]       3.4.0
3256
3257         * NEWS
3258         * README
3259         * RELEASE_NOTES 
3260                 3.4.0 released
3261
3262
3263 2008-04-18 [paul]       3.3.1cvs61
3264
3265         * po/de.po
3266         * po/fi.po
3267         * po/it.po
3268         * po/pt_BR.po
3269                 updated by Stephan Sachse, Flammie Pirinen, Andrea Spadaccini,
3270                 and Frederico Goncalves Guimaraes
3271         * po/es.po
3272                 updated on the last minute by a lazy Ricardo Mones
3273
3274 2008-04-18 [colin]      3.3.1cvs60
3275
3276         * po/fr.po
3277                 Update translation (Fabien Vantard)
3278
3279 2008-04-17 [colin]      3.3.1cvs59
3280
3281         * src/imap.c
3282                 Fix debian bug 474712, 'claws seg faults when IMAP 
3283                 connection breaks after an IMAP protocol error 
3284                 (BAD UID SEARCH Invalid parameter: $Forwarded)]'
3285         * src/summaryview.c
3286                 Fix a little leak
3287
3288 2008-04-17 [colin]      3.3.1cvs58
3289
3290         * src/common/log.c
3291                 Fix log size getting out of control (claws-mail
3292                 getting SIGXFSZ): rotate if every 10MB
3293
3294 2008-04-10 [paul]       3.3.1cvs57
3295
3296         * src/prefs_other.c
3297                 improvements to english usage
3298
3299 2008-04-10 [paul]       3.3.1cvs56
3300
3301         * src/prefs_receive.c
3302                 add an accurate description
3303
3304 2008-04-08 [colin]      3.3.1cvs55
3305
3306         * src/undo.c
3307                 Probably fix corruption, introduced in cvs53
3308
3309 2008-04-04 [iwkse]      3.3.1cvs54
3310
3311         * src/undo.c
3312                 undo should works properly again
3313
3314 2008-04-04 [iwkse]      3.3.1cvs53
3315
3316         * src/undo.c
3317                 Fix a segfault but breaks undo
3318                 on a specific case (eg. double paste with
3319                 middle-mouse button)
3320
3321 2008-04-04 [iwkse]      3.3.1cvs52
3322
3323         * src/prefs_filtering.c
3324                 Fix previous Tab mess
3325
3326 2008-04-03 [iwkse]      3.3.1cvs51
3327
3328         * src/prefs_filtering.c
3329                 Add search in filtering rules list
3330
3331 2008-04-02 [colin]      3.3.1cvs50
3332
3333         * src/main.c
3334                 Revert part of the previous patch: we do
3335                 want to parse ~/.claws-mail/gtkrc-2.0 if it
3336                 exists
3337
3338 2008-04-02 [colin]      3.3.1cvs49
3339
3340         * src/main.c
3341                 Fix bug 1562, 'Claws-Mail does not completely 
3342                 respect settings in GTK2_RC_FILES environment'
3343                 Remove manual parsing of .gtkrc-2.0 and 
3344                 .gtk/gtkrc-2.0. GTK does it itself these days.
3345
3346 2008-04-01 [colin]      3.3.1cvs48
3347
3348         * src/imap_gtk.c
3349                 Fix bug 1561, 'Crashes leaving unsubscribed folder after 
3350                 ticking "Show only subscribed"'
3351
3352 2008-03-31 [colin]      3.3.1cvs47
3353
3354         * src/folder.c
3355                 Fix bug 1553, 'File lock not respected'
3356                 Regression due to the implementation of
3357                 deletion batching
3358
3359 2008-03-31 [colin]      3.3.1cvs46
3360
3361         * src/mainwindow.c
3362                 Fix tags menu update, thanks to Paul
3363
3364 2008-03-29 [wwp]        3.3.1cvs45
3365
3366         * src/prefs_account.c
3367         * src/prefs_common.c
3368         * src/prefs_folder_item.c
3369         * src/prefs_quote.c
3370         * src/quote_fmt.c
3371         * src/quote_fmt.h
3372                 Fix compose template formats (in global preferences)
3373                 being translated under specific conditions.
3374                 Add a button to restore factory defaults for current
3375                 language.
3376
3377 2008-03-27 [colin]      3.3.1cvs44
3378
3379         * src/common/prefs.c
3380         * src/common/xmlprops.c
3381                 Fix RedHat bug 431735, 'segfault if /home is full' 
3382                 (when starting): Fix double fclose() in prefs.c
3383                 and potentially xmlprops.c
3384
3385 2008-03-27 [colin]      3.3.1cvs43
3386
3387         * src/addressbook.c
3388                 Fix bug 1559, 'Claws Mail crashed deleting all 
3389                 common contacts'
3390
3391 2008-03-27 [wwp]        3.3.1cvs42
3392
3393         * src/addressbook.c
3394                 Fix 3.3.0cvs41.
3395
3396 2008-03-27 [wwp]        3.3.1cvs41
3397
3398         * src/addressbook.c
3399                 Prevent list flickering when deleting addresses.
3400
3401 2008-03-26 [colin]      3.3.1cvs40
3402
3403         * src/imap.c
3404                 Clean up session disconnection. Possibly
3405                 fix Ubuntu bug #204290
3406
3407 2008-03-26 [colin]      3.3.1cvs39
3408
3409         * src/textview.c
3410                 Fix bug 1555: current folder wasn't used when
3411                 right-clicking on an email address
3412
3413 2008-03-25 [colin]      3.3.1cvs38
3414
3415         * src/plugins/bogofilter/bogofilter.c
3416         * src/plugins/bogofilter/bogofilter.h
3417         * src/plugins/bogofilter/bogofilter_gtk.c
3418                 Add a "learn from whitelist" preference
3419                 Whitelist Unsure mails too.
3420
3421 2008-03-24 [paul]       3.3.1cvs37
3422
3423         * src/prefs_account.c
3424                 If no MH mailbox and no account exists, when
3425                 creating a POP/Local account, just create and
3426                 use the default one instead of bailing with a
3427                 "Mailbox doesn't exist" error
3428
3429 2008-03-21 [colin]      3.3.1cvs36
3430
3431         * src/procmime.c
3432                 strstrip mime subtype
3433
3434 2008-03-21 [paul]       3.3.1cvs35
3435
3436         * manual/advanced.xml
3437                 correct and update the info about Actions
3438
3439 2008-03-20 [colin]      3.3.1cvs34
3440
3441         * src/messageview.c
3442         * src/messageview.h
3443         * src/textview.c
3444                 Show at max 1MB of text, add a noticeview to
3445                 show everything optionally.
3446
3447 2008-03-20 [colin]      3.3.1cvs33
3448
3449         * src/stock_pixmap.c
3450                 Add support for png themes
3451
3452 2008-03-19 [wwp]        3.3.1cvs32
3453
3454         * src/procheader.c
3455                 Sanity check.
3456
3457 2008-03-18 [colin]      3.3.1cvs31
3458
3459         * src/common/utils.c
3460         * src/common/utils.h
3461                 Handle size_t instead of off_t in to_human_readable
3462
3463 2008-03-18 [colin]      3.3.1cvs30
3464
3465         * src/imap.c
3466                 Remove raw printf
3467
3468 2008-03-16 [colin]      3.3.1cvs29
3469
3470         * src/summaryview.c
3471                 Fix build on GTK < 2.12
3472
3473 2008-03-16 [colin]      3.3.1cvs28
3474
3475         * src/mainwindow.c
3476                 Refresh non-list widget when switching
3477                 messageview
3478
3479 2008-03-16 [colin]      3.3.1cvs27
3480
3481         * manual/faq.xml
3482                 Revert cvs25: This wasn't a typo :) :
3483                 jade:.../faq.xml:49:16:E: there is no attribute "linkend"
3484
3485
3486 2008-03-16 [colin]      3.3.1cvs26
3487
3488         * src/summaryview.c
3489         * src/gtk/gtksctree.c
3490         * src/gtk/gtksctree.h
3491                 Implement 2-lines items in Summaryview when in 
3492                 three columns mode
3493
3494 2008-03-16 [paul]       3.3.1cvs25
3495
3496         * manual/faq.xml
3497                 fix typo
3498
3499 2008-03-14 [colin]      3.3.1cvs24
3500
3501         * src/prefs_filtering_action.c
3502                 Fix buglet on setting recipient when
3503                 reediting forward rules.
3504
3505 2008-03-12 [colin]      3.3.1cvs23
3506
3507         * src/summaryview.c
3508                 Fix a new unused variable warning
3509         * src/plugins/trayicon/trayicon.c
3510                 Fix folderview's scrollbar at startup
3511                 if starting hidden
3512
3513 2008-03-12 [colin]      3.3.1cvs22
3514
3515         * src/folderview.c
3516         * src/summaryview.c
3517                 Use item_opened at the beginning of showing
3518                 a folder instead of the end. Fixes flicker.
3519
3520 2008-03-12 [paul]       3.3.1cvs21
3521
3522         * src/folder.c
3523         * src/folder.h
3524         * src/mainwindow.c
3525         * src/procmsg.c
3526         * src/summaryview.c
3527         * src/plugins/trayicon/trayicon.c
3528                 add tooltip with extended folder stats
3529
3530 2008-03-10 [colin]      3.3.1cvs20
3531
3532         * src/common/xml.c
3533                 Handle comments
3534
3535 2008-03-07 [colin]      3.3.1cvs19
3536
3537         * src/mainwindow.c
3538                 Fix blinking of the taskbar entry
3539
3540 2008-03-07 [colin]      3.3.1cvs18
3541
3542         * src/mainwindow.c
3543                 MAEMO: Fix bug 1494, 'Trayicon 
3544                 plugin breaks UI...'
3545
3546 2008-03-07 [paul]       3.3.1cvs17
3547
3548         * src/gtk/authors.h
3549                 reflect reality a bit more closely
3550
3551 2008-03-06 [colin]      3.3.1cvs16
3552
3553         * src/mainwindow.c
3554         * src/mainwindow.h
3555         * src/summaryview.c
3556         * src/summaryview.h
3557         * src/toolbar.c
3558                 Integrate things better wrt the new
3559                 summaryview extensibility.
3560
3561 2008-03-06 [wwp]        3.3.1cvs15
3562
3563         * src/quote_fmt.c
3564                 Fix some gcc warnings.
3565
3566 2008-03-06 [wwp]        3.3.1cvs14
3567
3568         * src/prefs_account.c
3569         * src/prefs_folder_item.c
3570         * src/prefs_gtk.c
3571         * src/prefs_template.c
3572         * src/gtk/prefswindow.c
3573         * src/gtk/prefswindow.h
3574                 prefs_templates: fix missing unregistering of addr_completion widgets
3575                 and and ending of addr_completion service.
3576                 prefs_folder_item: fix missing registering/unregistering of widgets,
3577                 and rework the way add_completion service is started and stopped.
3578                 Plus few prefswindow API changes (opening).
3579
3580 2008-03-06 [wwp]        3.3.1cvs13
3581
3582         * src/folder_item_prefs.c
3583         * src/prefs_template.c
3584         * src/prefs_template.h
3585         * src/quote_fmt.c
3586         * src/common/template.c
3587                 Complete 3.3.1cvs12, thanks to Colin.
3588
3589 2008-03-06 [wwp]        3.3.1cvs12
3590
3591         * src/compose.c
3592         * src/folder_item_prefs.c
3593         * src/folder_item_prefs.h
3594         * src/prefs_account.c
3595         * src/prefs_folder_item.c
3596         * src/prefs_quote.c
3597         * src/prefs_template.c
3598         * src/quote_fmt.c
3599         * src/quote_fmt.h
3600         * src/common/template.c
3601         * src/common/template.h
3602                 Global and per-folder templates can now override the from name (this
3603                 doesn't change the account being used).
3604                 Examples:
3605                  "My other name" <%account_email> (just changes the name)
3606                  my.faked.email@address.org (overrides the address too)
3607
3608 2008-03-05 [colin]      3.3.1cvs11
3609
3610         * src/summaryview.c
3611         * src/summaryview.h
3612                 Replace that hbox with a notebook
3613
3614 2008-03-05 [colin]      3.3.1cvs10
3615
3616         * src/folder.h
3617         * src/folderview.c
3618                 Add klass functions for notification of folder
3619                 opening/closing via the GUI
3620         * src/summaryview.c
3621         * src/summaryview.h
3622                 Add a specific container for the scrolledwin
3623
3624 2008-03-05 [colin]      3.3.1cvs9
3625
3626         * src/folder.h
3627         * src/folderview.c
3628                 Add klass functions for notification of folder 
3629                 opening/closing via the GUI
3630         * src/summaryview.c
3631         * src/summaryview.h
3632                 Add a specific container for the scrolledwin
3633
3634 2008-03-02 [colin]      3.3.1cvs8
3635
3636         * src/messageview.c
3637                 MAEMO: Fix bug 1541, 'Deleting message from within 
3638                 read window displays next message then closes.'
3639
3640 2008-03-02 [colin]      3.3.1cvs7
3641
3642         * src/main.c
3643                 Probably fix bug 1539, 'Program crashes':
3644                 Setup Gcrypt's thread functions when built
3645                 with GnuTLS
3646
3647 2008-03-01 [colin]      3.3.1cvs6
3648
3649         * src/folder.c
3650         * src/imap_gtk.c
3651                 Get rid of stale folders with no account
3652
3653 2008-02-28 [colin]      3.3.1cvs5
3654
3655         * src/compose.c
3656                 Fix bug 1534, 'Segmentation fault when doing 
3657                 some draft saving and then throwing away'
3658         * src/imap.c
3659                 Fix bug 1533, 'Claws is unable to mark messages 
3660                 as "read" in IMAP shared folders'
3661         * src/etpan/imap-thread.c
3662                 Fix bug 1515, 'large messages crash claws when 
3663                 syncing for offline mode'. This is rather a
3664                 workaround, and mails > 64MB will still be
3665                 problematic if there's less than 64MB available
3666                 on the dataroot volume.
3667         * src/messageview.c
3668                 MAEMO: Add information when fetching big messages
3669
3670 2008-02-26 [colin]      3.3.1cvs4
3671
3672         * src/imap.c
3673                 fix bug 1532, '"login refused" message insufficiently 
3674                 detailed'
3675
3676 2008-02-26 [paul]       3.3.1cvs3
3677
3678         * INSTALL
3679         * README
3680                 remove mentions of ClamAV and a few other
3681                 old bits of information
3682
3683 2008-02-23 [colin]      3.3.1cvs2
3684
3685         * src/main.c
3686                 Fix log output (missing \n)
3687
3688 2008-02-23 [colin]      3.3.1cvs1
3689
3690         * configure.ac
3691                 Bump version number for stable release
3692
3693 2008-02-23 [paul]       3.3.0cvs21
3694
3695         * po/he.po
3696                 updated by Ofer
3697
3698 2008-02-21 [colin]      3.3.0cvs20
3699
3700         * src/matcher.c
3701                 Fix bug 1527, 'filtering is case sensitive when it 
3702                 shouldn't be'
3703
3704 2008-02-20 [colin]      3.3.0cvs19
3705
3706         * src/main.c
3707                 Fix file attachments from older Thunar
3708
3709 2008-02-19 [colin]      3.3.0cvs18
3710
3711         * manual/plugins.xml
3712         * manual/es/plugins.xml
3713         * manual/fr/plugins.xml
3714         * manual/pl/plugins.xml
3715                 Remove Clamav
3716
3717 2008-02-19 [paul]       3.3.0cvs17
3718
3719         * tools/README
3720         * tools/csv2addressbook.pl
3721                 add support for Kmail/Kaddressbook
3722
3723 2008-02-18 [colin]      3.3.0cvs16
3724
3725         * src/imap.c
3726                 Unset folder's session before creating a
3727                 new one
3728         * src/main.c
3729         * src/prefs_common.c
3730         * src/prefs_common.h
3731         * manual/advanced.xml
3732                 Add an hidden use_networkmanager pref, to
3733                 disable NetworkManager handling. Also,
3734                 consider UNKNOWN state to be CONNECTED.
3735
3736 2008-02-18 [wwp]        3.3.0cvs15
3737
3738         * src/matcher.c
3739                 Fix Engrish and make 'not' more visible in filtering debug logs.
3740
3741 2008-02-15 [colin]      3.3.0cvs14
3742
3743         * src/matcher.c
3744                 Revert cvs10 for now, it breaks the feature
3745
3746 2008-02-15 [colin]      3.3.0cvs13
3747
3748         * src/main.c
3749                 Always focus folder tree at startup
3750         * src/compose.c
3751                 Fix bug 1521, 'Cannot close compose window after 
3752                 replying to a non-existent news message'
3753
3754 2008-02-13 [colin]      3.3.0cvs12
3755
3756         * src/folderview.c
3757                 Fix important warnings
3758
3759 2008-02-12 [colin]      3.3.0cvs11
3760
3761         * src/imap.c
3762         * src/etpan/imap-thread.c
3763         * src/etpan/imap-thread.h
3764                 Fix handling of $Forwarded flag on Exchange:
3765                 check for the existence or creatability of a
3766                 flag before using it.
3767
3768 2008-02-12 [colin]      3.3.0cvs10
3769
3770         * src/matcher.c
3771                 Optimise matching on Found in addressbook if
3772                 the matched header is in cache (From, etc)
3773
3774 2008-02-12 [colin]      3.3.0cvs9
3775
3776         * src/folderview.c
3777                 Fix crashy stuff when changing displayed
3778                 columns
3779
3780 2008-02-12 [wwp]        3.3.0cvs8
3781
3782         * src/folder.h
3783                 Remove duplicate func declaration and restore the one
3784                 a missing one.
3785
3786 2008-02-12 [wwp]        3.3.0cvs7
3787
3788         * src/compose.c
3789         * src/export.c
3790         * src/folder.c
3791         * src/folder.h
3792         * src/foldersel.c
3793         * src/foldersel.h
3794         * src/imap_gtk.c
3795         * src/import.c
3796         * src/mainwindow.c
3797         * src/messageview.c
3798         * src/mh_gtk.c
3799         * src/prefs_account.c
3800         * src/prefs_filtering_action.c
3801         * src/summaryview.c
3802         * src/plugins/bogofilter/bogofilter_gtk.c
3803         * src/plugins/spamassassin/spamassassin_gtk.c
3804                 Allow moving/copying folders to root folders when using
3805                 the folder selection dialog (it was not possible to
3806                 maemo users to reparent a subfolder to a root folder
3807                 at all).
3808
3809 2008-02-12 [fabien]     3.3.0cvs6
3810
3811         * po/fr.po
3812                 a few days late for i18n fr update. Sorry.
3813
3814 2008-02-11 [colin]      3.3.0cvs5
3815
3816         * src/main.c
3817                 Implement support for future /dev/mem_notify.
3818                 This Linux kernel feature will allow applications
3819                 to be notified that memory has to be freed
3820                 before getting OOM-killed. For more information:
3821                 http://lwn.net/Articles/267013/
3822
3823 2008-02-10 [paul]       3.3.0cvs4
3824
3825         * src/Makefile.am
3826         * src/mimeview.c
3827         * src/prefs_toolbar.c
3828         * src/stock_pixmap.c
3829         * src/stock_pixmap.h
3830         * src/pixmaps/mime_text_patch.xpm
3831                 add an icon for attached patches
3832
3833 2008-02-09 [paul]       3.3.0cvs3
3834
3835         * src/gtk/about.c
3836                 bump the (c) year
3837
3838 2008-02-09 [wwp]        3.3.0cvs2
3839
3840         * src/main.c
3841                 Fix compiling issue w/ non-gcc/C99 compilers (suncc).
3842
3843 2008-02-08 [colin]      3.3.0cvs1
3844
3845         * src/common/utils.c
3846                 Forbid attaching anything containing "../" or ".ssh/"
3847                 from mailto: URI
3848
3849 2008-02-08 [paul]       3.3.0
3850
3851         * NEWS
3852         * README
3853         * RELEASE_NOTES 
3854                 3.3.0 released
3855
3856 2008-02-08 [paul]       3.2.0cvs77
3857
3858         * AUTHORS
3859                 updated with new translators
3860         * configure.ac
3861                 added he to ALL_LINGUAS
3862         * po/cs.po
3863         * po/de.po
3864         * po/es.po
3865         * po/fi.po
3866         * po/hu.po
3867         * po/it.po
3868         * po/pt_BR.po
3869         * po/zh_CN.po
3870                 updated by Tim Brain and Petr Vanek, Stephan Sachse,
3871                 Ricardo Mones Lastra, Flammie Pirinen, Pader Rezso,
3872                 Andrea Spadaccini, Frederico Goncalves Guimaraes,
3873                 and Ralph Young
3874         * po/he.po
3875                 new Hebrew translation by Ofer <oc666@netvision.net.il>
3876         * src/gtk/about.c
3877                 updated with new translators and bumped (c) year
3878         * src/gtk/authors.h
3879                 updated with new translators
3880
3881 2008-02-05 [colin]      3.2.0cvs76
3882
3883         * src/messageview.c
3884         * src/mimeview.c
3885         * src/mimeview.h
3886                 Special case text/calendar parts: if there's one in
3887                 the mail, and a plugin handling text/calendar is
3888                 loaded, show that part. That'll avoid rendering 
3889                 meetings as plain text, which just looks broken to
3890                 many users.
3891
3892 2008-02-04 [colin]      3.2.0cvs75
3893
3894         * src/mainwindow.c
3895                 Maemo: Fix LED handling on OS 2008
3896
3897 2008-02-01 [colin]      3.2.0cvs74
3898
3899         * src/compose.c
3900                 Possibly fix the annoying and hard-to reproduce bug
3901                 where lines 
3902                 are
3903                 rewrapped
3904                 like
3905                 that.
3906
3907 2008-02-01 [paul]       3.2.0cvs73
3908
3909         * src/common/utils.c
3910                 fix bug 1502, 'Plus signs are stripped from
3911                 email addresses when calling from command line'
3912                 Thanks to Colin
3913
3914 2008-01-31 [colin]      3.2.0cvs72
3915
3916         * src/exphtmldlg.c
3917         * src/mimeview.c
3918         * src/summaryview.c
3919                 Fix building of URIs from filenames
3920
3921 2008-01-31 [wwp]        3.2.0cvs71
3922
3923         * src/main.c
3924                 Fixes debug output of compiled-in features list
3925                 (completes 3.2.0cvs60).
3926
3927 2008-01-31 [colin]      3.2.0cvs70
3928
3929         * configure.ac
3930         * po/POTFILES.in
3931         * src/compose.c
3932         * src/plugins/Makefile.am
3933         * src/plugins/clamav/.cvsignore
3934         * src/plugins/clamav/Makefile.am
3935         * src/plugins/clamav/README
3936         * src/plugins/clamav/clamav_plugin.c
3937         * src/plugins/clamav/clamav_plugin.h
3938         * src/plugins/clamav/clamav_plugin_gtk.c
3939         * src/plugins/clamav/clamav_plugin_gtk.deps
3940                 Remove the Clamav plugin from the core
3941
3942 2008-01-28 [wwp]        3.2.0cvs69
3943
3944         * src/compose.c
3945         * src/prefs_template.c
3946         * src/prefs_template.h
3947         * src/quote_fmt.c
3948         * src/quote_fmt.h
3949         * src/quote_fmt_lex.l
3950         * src/quote_fmt_parse.y
3951                 Fix for bug #1493: count lines (\n chars) according to the way
3952                 format body is passed (i.e. \-escaped or not).
3953
3954 2008-01-27 [paul]       3.2.0cvs68
3955
3956         * po/en_GB.po
3957                 updated
3958         * src/prefs_actions.c
3959         * src/prefs_filtering.c
3960         * src/prefs_folder_item.c
3961         * src/prefs_template.c
3962         * src/gtk/about.c
3963                 some minor changes to the English
3964
3965 2008-01-24 [colin]      3.2.0cvs67
3966
3967         * src/etpan/imap-thread.c
3968         * src/etpan/nntp-thread.c
3969                 Fix bug 1348, 'Hang ups at exit time with 
3970                 pgp plugin since 3.0.2'
3971
3972 2008-01-23 [colin]      3.2.0cvs66
3973
3974         * src/toolbar.c
3975                 Fix translation of something that shouldn't be
3976
3977 2008-01-23 [colin]      3.2.0cvs65
3978
3979         * src/procmime.c
3980                 Fix bug 1486, 'Re: Incorrect content when replying'
3981                 Revert to full scan if short scan found only 0-length
3982                 text parts
3983
3984 2008-01-23 [paul]       3.2.0cvs64
3985
3986         * src/prefs_folder_item.c
3987                 fix bug 1485, 'selecting a folder's default
3988                 account if name contains '&''
3989
3990 2008-01-23 [colin]      3.2.0cvs63
3991
3992         * src/folder.c
3993         * src/folder.h
3994         * src/main.c
3995         * src/mainwindow.c
3996                 Fix bug 1480, 'should be able to display mail file
3997                 from command line'. Let 'claws-mail --select' accept
3998                 absolute paths in addition to folder identifiers.
3999
4000 2008-01-22 [wwp]        3.2.0cvs62
4001
4002         * src/account.c
4003         * src/account.h
4004         * src/compose.c
4005         * src/messageview.c
4006         * src/summaryview.c
4007         * src/common/utils.c
4008         * src/common/utils.h
4009                 Allow from=address in mailto sequence:
4010                   --compose 'recipient@foo.bar?from=i-sent-spam@foo.bar&subject=enlarge-your-ahum&body=body-body'
4011                   The 'from' will try to select the first account matching in accounts list,
4012                   otherwise will use the usual account selection mechanism but override with
4013                   this 'from' address.
4014                 Allow mailto with NNTP accounts
4015                   mailto is now possible w/ NNTP account - if mailto is used when a NNTP account
4016                   is the default one or if a NNTP account address is used with 'from'.
4017                   This is more or less a bugfix as it was possible to use mailto with a NNTP
4018                   default account but the complete mailto sequence was put in To.
4019
4020 2008-01-22 [wwp]        3.2.0cvs61
4021
4022         * doc/man/claws-mail.1
4023                 Updated the man page: status of few features, command-line
4024                 usage (--version-full) and completed list of config files
4025                 and dirs.
4026
4027 2008-01-22 [wwp]        3.2.0cvs60
4028
4029         * src/main.c
4030                 Added --version-full to display version and compiled-in
4031                 features list (for later use by Clawsker for instance).
4032
4033 2008-01-22 [holger]     3.2.0cvs59
4034
4035         * src/addrduplicates.c
4036                 Fix scrolling in addressbook duplicate
4037                 finder result dialog
4038
4039 2008-01-21 [colin]      3.2.0cvs58
4040
4041         * src/summaryview.c
4042                 Fix bug 1457, 'sorting messages on, say, from, 
4043                 should subsort on previous sort choice'. Subsort
4044                 by date when sort is Subject, From, To, Tags.
4045
4046 2008-01-21 [colin]      3.2.0cvs57
4047
4048         * AUTHORS
4049         * src/matcher.c
4050         * src/mimeview.c
4051         * src/common/ssl.c
4052         * src/gtk/authors.h
4053                 Fix bug 1478, 'Wrong pthread_create calls all 
4054                 over the place'. Patch by Christian Cornelssen
4055
4056 2008-01-20 [colin]      3.2.0cvs56
4057
4058         * src/imap.c
4059         * src/etpan/imap-thread.c
4060         * src/etpan/imap-thread.h
4061                 Fix bug 1468, 'Use IMAP keyword to 
4062                 store "forwarded" flag'
4063
4064 2008-01-20 [colin]      3.2.0cvs55
4065
4066         * src/folderutils.c
4067                 Make list operations faster
4068
4069 2008-01-20 [colin]      3.2.0cvs54
4070
4071         * src/mainwindow.c
4072                 Fix bug 1353, 'on startup with small screen 
4073                 layout, keyboard input gets lost'
4074
4075 2008-01-20 [colin]      3.2.0cvs53
4076
4077         * src/textview.c
4078                 Complete 3.2.0cvs49, and fixes bug 1477, 
4079                 'Claws Mail crashes when view PGP-encrypted 
4080                 message'
4081
4082 2008-01-20 [colin]      3.2.0cvs52
4083
4084         * src/compose.c
4085                 Fix privacy menu update when replying to
4086                 encrypted mail and no default privacy 
4087                 system is set
4088
4089 2008-01-19 [colin]      3.2.0cvs51
4090
4091         * src/filtering.c
4092         * src/procmsg.h
4093         * src/plugins/bogofilter/bogofilter.c
4094         * src/plugins/clamav/clamav_plugin.c
4095         * src/plugins/spamassassin/spamassassin.c
4096                 Batch filtering deletions too (and save 4 bytes
4097                 per MsgInfo in the process :)
4098
4099 2008-01-19 [colin]      3.2.0cvs50
4100
4101         * src/folder.c
4102                 Make cache update after copies much faster
4103                 on IMAP
4104
4105 2008-01-19 [colin]      3.2.0cvs49
4106
4107         * src/textview.c
4108                 Check g_fopen() success
4109
4110 2008-01-17 [wwp]        3.2.0cvs48
4111
4112         * manual/faq.xml
4113         * manual/es/faq.xml
4114         * manual/fr/faq.xml
4115         * manual/pl/faq.xml
4116                 Sylpheed? No idea what this means.
4117
4118 2008-01-17 [colin]      3.2.0cvs47
4119
4120         * src/gtk/gtksctree.c
4121                 Make dnd threshold higher on Maemo
4122
4123 2008-01-16 [colin]      3.2.0cvs46
4124
4125         * src/common/passcrypt.c
4126                 Fix build on FreeBSD, thanks to Pawel
4127
4128 2008-01-15 [colin]      3.2.0cvs45
4129
4130         * src/compose.c
4131                 Fix bug 1472, 'Keyboard "Menu" key doesn't call 
4132                 spell check of actuall word'
4133         * src/summaryview.c
4134                 Temporarily disable immediate execution when learning
4135                 spam *only* if the summaryview isn't locked
4136
4137 2008-01-15 [wwp]        3.2.0cvs44
4138
4139         * src/prefs_filtering.c
4140                 Fix filtering prefs layout (Maemo port), moving page up/down
4141                 from buttons to context menu.
4142
4143 2008-01-15 [colin]      3.2.0cvs43
4144
4145         * src/compose.c
4146                 Fix bug 1465, 'First line in new message does not mark URLs'
4147
4148 2008-01-15 [colin]      3.2.0cvs42
4149
4150         * src/common/passcrypt.c
4151                 Fix bug 1461, 'several components #define 
4152                 _XOPEN_SOURCE improperly'
4153
4154 2008-01-15 [colin]      3.2.0cvs41
4155
4156         * src/summaryview.c
4157                 Fix bug 1469, 'Column width adjustments on message 
4158                 lists do not save'
4159
4160 2008-01-14 [holger]     3.2.0cvs40
4161
4162         * configure.ac
4163                 Add tests for dbus, dbus glib bindings,
4164                 and NetworkManager. All is optional. Add new
4165                 --(en|dis)able-networkmanager-support switch.
4166         * src/Makefile.am
4167         * src/imap.c
4168         * src/inc.c
4169         * src/main.c
4170         * src/main.h
4171         * src/mainwindow.c
4172         * src/gtk/about.c
4173                 Add optional NetworkManager support, so Claws Mail
4174                 can try to do the right thing when the network connection
4175                 status changes. NetworkManager support is active by
4176                 default if above requirements were met.
4177
4178 2008-01-12 [colin]      3.2.0cvs39
4179
4180         * src/summaryview.c
4181                 Advertise the click-on-reply feature in the tooltip
4182
4183 2008-01-12 [colin]      3.2.0cvs38
4184
4185         * src/Makefile.am
4186         * src/stock_pixmap.c
4187         * src/stock_pixmap.h
4188         * src/pixmaps/tray_newmail.offline.xpm
4189         * src/pixmaps/tray_newmail.xpm
4190         * src/pixmaps/tray_newmarkedmail.offline.xpm
4191         * src/pixmaps/tray_newmarkedmail.xpm
4192         * src/pixmaps/tray_nomail.offline.xpm
4193         * src/pixmaps/tray_nomail.xpm
4194         * src/pixmaps/tray_unreadmail.offline.xpm
4195         * src/pixmaps/tray_unreadmail.xpm
4196         * src/pixmaps/tray_unreadmarkedmail.offline.xpm
4197         * src/pixmaps/tray_unreadmarkedmail.xpm
4198         * src/plugins/trayicon/Makefile.am
4199         * src/plugins/trayicon/newmail.offline.xpm
4200         * src/plugins/trayicon/newmail.xpm
4201         * src/plugins/trayicon/newmarkedmail.offline.xpm
4202         * src/plugins/trayicon/newmarkedmail.xpm
4203         * src/plugins/trayicon/nomail.offline.xpm
4204         * src/plugins/trayicon/nomail.xpm
4205         * src/plugins/trayicon/trayicon.c
4206         * src/plugins/trayicon/unreadmail.offline.xpm
4207         * src/plugins/trayicon/unreadmail.xpm
4208         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
4209         * src/plugins/trayicon/unreadmarkedmail.xpm
4210                 Make the Trayicon plugin icons themable
4211
4212 2008-01-12 [wwp]        3.2.0cvs37
4213
4214         * src/prefs_display_header.c
4215                 Fix extra leading hyphen visible in the display
4216                 header configuration combo list (maemo).
4217
4218 2008-01-11 [colin]      3.2.0cvs36
4219
4220         * src/imap.c
4221                 Set timeout to 1 before disconnecting all -
4222                 for when one switches to offline and has 
4223                 no network anymore
4224         * src/messageview.c
4225                 Fix bug 1454, 'error message shows parts and 
4226                 signature of previous messages'
4227         * src/prefs_common.c
4228                 Maemo: Hide Send dialog by default
4229
4230 2008-01-10 [colin]      3.2.0cvs35
4231
4232         * src/action.c
4233         * src/editldap.c
4234         * src/prefs_account.c
4235         * src/wizard.c
4236         * src/gtk/inputdialog.c
4237         * src/plugins/pgpcore/passphrase.c
4238                 Maemo: Fix bug 1455, 'Password enters leading letter 
4239                 incorrectly as uppercase'
4240
4241 2008-01-09 [colin]      3.2.0cvs34
4242
4243         * po/pl.po
4244                 Fix bug 1446, 'SC crashes frequently when staying 
4245                 in background'. Format string error in Polish 
4246                 translation
4247         * src/gtk/description_window.c
4248         * src/prefs_template.c
4249                 Complete 3.2.0cvs9 (fix bug with gtk_main loop);
4250                 patch by Pawel
4251         * src/wizard.c
4252                 Maemo: Fix build
4253
4254 2008-01-08 [colin]      3.2.0cvs33
4255
4256         * src/main.c
4257                 Maemo: connect HW status change signal for shutdown
4258         * src/mainwindow.c
4259                 Maemo: Fix hardware space key
4260         * src/wizard.c
4261                 Maemo: name mmc1 and 2 a better name
4262
4263 2008-01-08 [wwp]        3.2.0cvs32
4264
4265         * src/folder.c
4266         * src/folder_item_prefs.c
4267         * src/folder_item_prefs.h
4268         * src/prefs_folder_item.c
4269                 It's now possible to disable processing rules when
4270                 entering a folder (this adds a new option to the
4271                 folder properties dialog).
4272
4273 2008-01-08 [wwp]        3.2.0cvs31
4274
4275         * src/common/utils.c
4276                 Mailto: now supports 'insert' (stands for 'insert file'), this
4277                 adds the ability to create a new message from the command-line,
4278                 with body set from an existing file contents.
4279
4280 2008-01-08 [colin]      3.2.0cvs30
4281
4282         * src/summaryview.c
4283                 Maybe fix bug 1452, 'crash while drag'n'droping 
4284                 emails to an IMAP folder'
4285
4286 2008-01-07 [wwp]        3.2.0cvs29
4287
4288         * src/prefs_filtering.c
4289                 Static-alize a function, thanks to Colin.
4290
4291 2008-01-07 [colin]      3.2.0cvs28
4292
4293         * src/folderview.c
4294                 Fix scrolling to bottom when drag and dropping
4295         * src/summaryview.c
4296                 Fix bug 1445, 'Display sender using addressbook: fails 
4297                 when From: isn't an email address'
4298
4299 2008-01-07 [wwp]        3.2.0cvs27
4300
4301         * src/prefs_actions.c
4302         * src/prefs_filtering.c
4303         * src/prefs_template.c
4304                 Add tooltips to most buttons in the templates, actions and
4305                 filtering/processing dialogs.
4306
4307 2008-01-07 [wwp]        3.2.0cvs26
4308
4309         * src/prefs_filtering.c
4310                  - add a clear button to clear dialog input fields
4311                  - add page up and page down buttons to move selected rule up and down
4312                  - in rules list popup-menu: added Delete, Delete all and Duplicate
4313                  - popup-menu items are greyed out either if the list is empty (not counting the
4314                    (New) row or if there is no selected item
4315                  - clear store when closing dialog
4316
4317         * src/prefs_actions.c
4318                  - reflect some changes to filtering prefs (+ rewritten a bit some funcs):
4319                    clear button, popup-menu
4320                  - clear store when closing dialog
4321
4322         * src/prefs_template.c
4323                  - reflect some changes to filtering prefs (+ rewritten a bit some funcs):
4324                    clear button, popup-menu 
4325
4326         * src/addrcustomattr.c
4327                  - renamed popup-menu item Clear list to Delete all
4328                  - grey out popup-menu items is there is no selected item or if list is empty
4329                  - clear store when closing dialog
4330
4331         * src/edittags.c
4332                  - added popup-menu item Delete all
4333                  - grey out popup-menu items is there is no selected item or if list is empty
4334                  - clear store when closing dialog
4335
4336 2008-01-06 [wwp]        3.2.0cvs25
4337
4338         * src/addressadd.c
4339                 One more layout fix by Pawel (completes 3.2.0cvs24).
4340
4341 2008-01-05 [colin]      3.2.0cvs24
4342
4343         * src/addressadd.c
4344                 Little GUI fixes, patch by Pawel
4345
4346 2007-12-29 [wwp]        3.2.0cvs23
4347
4348         * src/compose.c
4349                 Fix for bug #1443, and strip possible whitespaces around
4350                 custom header names.
4351
4352 2007-12-29 [mones]      3.2.0cvs22
4353
4354         * po/es.po
4355                 Updated translation, corrected a term based 
4356                 on suggestion from Israel Saeta PĂ©rez,
4357                 reverted awful X-Mailer translation
4358         * src/procmime.c
4359                 Complete cvs20 for FreeBSD, patch by Pawel
4360
4361 2007-12-29 [colin]      3.2.0cvs21
4362
4363         * src/textview.c
4364                 Fix bug 1442, 'Tags are repeated in 
4365                 encapsulated messages'
4366
4367 2007-12-28 [colin]      3.2.0cvs20
4368
4369         * src/procmime.c
4370                 Fix path to mime/globs. Patch by Marten King.
4371
4372 2007-12-27 [colin]      3.2.0cvs19
4373
4374         * src/plugins/pgpcore/Makefile.am
4375         * src/plugins/pgpinline/Makefile.am
4376         * src/plugins/pgpmime/Makefile.am
4377                 Add missing flags to build pgp plugins on maemo
4378
4379 2007-12-27 [colin]      3.2.0cvs18
4380
4381         * src/mainwindow.c
4382                 Maximise before showing to avoid probable flickering
4383                 on slow computers.
4384
4385 2007-12-27 [colin]      3.2.0cvs17
4386
4387         * src/main.c
4388         * src/mainwindow.c
4389         * src/prefs_common.c
4390         * src/prefs_common.h
4391                 Fix bug 1439, 'Claws Mail does not remember window size 
4392                 state when restarted'. Save maximised state and force
4393                 maximisation at startup if applicable.
4394
4395 2007-12-23 [paul]       3.2.0cvs16
4396
4397         * src/prefs_matcher.c
4398                 fix bug 1436, 'Filter condition dialog doesn't
4399                 load header name from current rules'
4400
4401 2007-12-22 [paul]       3.2.0cvs15
4402
4403         * src/compose.c
4404                 fix bug 1435, 'Reply doesn't take into account
4405                 reply-to field'
4406
4407 2007-12-21 [paul]       3.2.0cvs14
4408
4409         * src/common/ssl_certificate.c
4410                 fix FreeBSD build with IPV6 support 
4411
4412 2007-12-20 [colin]      3.2.0cvs13
4413
4414         * src/imap.c
4415                 Fix error handling
4416
4417 2007-12-20 [colin]      3.2.0cvs12
4418
4419         * src/imap.c
4420         * src/imap.h
4421         * src/prefs_account.c
4422                 Add DIGEST-MD5 support for IMAP authentication
4423
4424 2007-12-19 [mones]      3.2.0cvs11
4425
4426         * doc/man/claws-mail.1
4427                 Better ordering of sections, updated options
4428         * po/es.po
4429                 Updated strings
4430
4431 2007-12-19 [paul]       3.2.0cvs10
4432
4433         * src/prefs_account.c
4434                 use a spinbutton instead of an entry for
4435                 "POP authentication timeout" also
4436
4437 2007-12-19 [colin]      3.2.0cvs9
4438
4439         * src/prefs_filtering_action.c
4440         * src/prefs_matcher.c
4441         * src/gtk/description_window.c
4442                 Destroy info windows with their parents
4443                 Patch by Pawel
4444
4445 2007-12-19 [colin]      3.2.0cvs8
4446
4447         * src/prefs_account.c
4448                 Use spinbuttons instead of entries where needed
4449                 Patch by Pawel
4450
4451 2007-12-18 [paul]       3.2.0cvs7
4452
4453         * src/prefs_matcher.c
4454                 add missing i18n for a few strings
4455                 Patch by Stephan Sachse
4456
4457 2007-12-18 [paul]       3.2.0cvs6
4458
4459         * src/prefs_logging.c
4460                 use 'disk' instead of 'disc'
4461
4462 2007-12-18 [paul]       3.2.0cvs5
4463
4464         * po/en_GB.po
4465                 updated
4466         * src/addrcustomattr.c
4467         * src/editaddress.c
4468                 fixes to the ingleesh
4469         * src/prefs_filtering_action.c
4470                 fix copyright header
4471                 fix untranslated strings
4472         * src/prefs_filtering_action.h
4473                 fix copyright header
4474
4475 2007-12-18 [wwp]        3.2.0cvs4
4476
4477         * src/folderview.c
4478         * src/headerview.c
4479         * src/prefs_common.c
4480         * src/prefs_common.h
4481         * src/prefs_fonts.c
4482         * src/summaryview.c
4483         * src/textview.c
4484         * src/wizard.c
4485         * src/common/defs.h
4486         * src/gtk/gtkutils.c
4487                 Added prefs to set custom small and bold fonts
4488                 (might matter on some desktops, according to
4489                 DPI and font settings).
4490
4491 2007-12-18 [colin]      3.2.0cvs3
4492
4493         * src/prefs_logging.c
4494                 Rework GUI, patch by Pawel
4495
4496 2007-12-18 [colin]      3.2.0cvs2
4497
4498         * src/prefs_filtering_action.c
4499                 Rework GUI, patch by Pawel
4500
4501 2007-12-18 [colin]      3.2.0cvs1
4502
4503         * src/editaddress.c
4504                 Fix build on old GCC
4505                 Fix inverted buttons
4506
4507 2007-12-17 [paul]       3.2.0
4508
4509         * NEWS
4510         * README
4511         * RELEASE_NOTES 
4512                 3.2.0 released
4513
4514 2007-12-17 [paul]       3.1.0cvs79
4515
4516         * po/de.po
4517         * po/fr.po
4518         * po/hu.po
4519         * po/it.po
4520         * po/pt_BR.po
4521                 updated by Stephan Sachse, Fabien Vantard, Pader Rezso,
4522                 Andrea Spadaccini, and Frederico Goncalves Guimaraes
4523
4524 2007-12-17 [mones]      3.1.0cvs78
4525
4526         * po/es.po
4527                 Updated Spanish translation for 3.2.0 release
4528
4529 2007-12-16 [colin]      3.1.0cvs77
4530
4531         * src/addrcustomattr.c
4532                 Fix translations, patch by Fabien
4533
4534 2007-12-15 [paul]       3.1.0cvs76
4535
4536         * src/folderview.c
4537                 fix compiler warning
4538
4539 2007-12-14 [colin]      3.1.0cvs75
4540
4541         * src/folderview.c
4542                 Simplify logic
4543
4544 2007-12-12 [wwp]        3.1.0cvs74
4545
4546         * AUTHORS
4547         * src/gtk/authors.h
4548                 Added Marius Glauser to the hall of fame.
4549
4550 2007-12-12 [wwp]        3.1.0cvs73
4551
4552         * src/gtk/gtkutils.c
4553                 Improve the way we show results of searches
4554                 in message bodies: selected text now get centered
4555                 vertically in the message window.
4556                 Patch by Marius Glauser <seelenhirt@gmx.net>.
4557
4558 2007-12-10 [colin]      3.1.0cvs72
4559
4560         * src/folder.c
4561                 Don't crash when setting batch mode on no folder
4562
4563 2007-12-10 [colin]      3.1.0cvs71
4564
4565         * src/common/utils.c
4566                 Fix potential buffer overrun (thanks to
4567                 Hiroyuki)
4568
4569 2007-12-08 [paul]       3.1.0cvs70
4570
4571         * src/prefs_receive.c
4572                 small change to the English
4573
4574 2007-12-08 [colin]      3.1.0cvs69
4575
4576         * src/vcard.c
4577                 Fix warnings
4578
4579 2007-12-07 [colin]      3.1.0cvs68
4580
4581         * src/mainwindow.c
4582         * src/summaryview.c
4583         * src/summaryview.h
4584                 Free simplify_subject_preg at exit
4585
4586 2007-12-07 [colin]      3.1.0cvs67
4587
4588         * src/main.c
4589         * src/summaryview.c
4590         * src/common/utils.c
4591         * src/common/utils.h
4592                 We have to free reused regexps from time to
4593                 time, or they get huge
4594
4595 2007-12-07 [colin]      3.1.0cvs66
4596
4597         * src/vcard.c
4598                 Fix QP decoding (and UTF8)
4599
4600 2007-12-07 [colin]      3.1.0cvs65
4601
4602         * src/addrcustomattr.c
4603                 Update list of default custom attributes
4604                 now (will be needed for a feature patch
4605                 post 3.2.0)
4606
4607 2007-12-07 [colin]      3.1.0cvs64
4608
4609         * src/folder.c
4610                 Batch on destination folder when copying - fixes
4611                 slowness when moving unread mails to trash on IMAP
4612
4613 2007-12-06 [colin]      3.1.0cvs63
4614
4615         * src/common/w32_time.c
4616         * src/common/w32lib.h
4617         * src/etpan/etpan-thread-manager.c
4618         * src/etpan/imap-thread.c
4619         * src/etpan/nntp-thread.c
4620         * src/gtk/Makefile.am
4621                 Fix win32 build with libetpan. Thanks to
4622                 Marcus Brinkmann.
4623
4624 2007-12-06 [colin]      3.1.0cvs62
4625
4626         * src/account.c
4627         * src/imap.c
4628         * src/prefs_account.c
4629         * src/prefs_account.h
4630         * src/etpan/imap-thread.c
4631         * src/etpan/imap-thread.h
4632                 Disable connection via command line on WIN32
4633                 Disable mmap use on WIN32 - use normal strings
4634         * src/addressbook.c
4635         * src/addressbook.h
4636         * src/addressbook_foldersel.c
4637         * src/addressbook_foldersel.h
4638         * src/prefs_filtering_action.c
4639         * src/prefs_matcher.c
4640         * src/plugins/bogofilter/bogofilter_gtk.c
4641         * src/plugins/dillo_viewer/dillo_prefs.c
4642         * src/plugins/spamassassin/spamassassin_gtk.c
4643                 Fix leak, rework function logics to be more
4644                 natural - thanks to Holger
4645         * src/common/utils.c
4646                 Fix warnings
4647
4648 2007-12-06 [colin]      3.1.0cvs61
4649
4650         * src/news.c
4651         * src/common/utils.c
4652         * src/common/utils.h
4653                 Fix posting, and fix UTF-8 being sent when encoding
4654                 is 8bit
4655
4656 2007-12-05 [colin]      3.1.0cvs60
4657
4658         * src/news.c
4659                 Fix debian bug #453157, 'Fails to post usenet
4660                 articles after NNTP connection has been 
4661                 interrupted". Fix return value to prevent deletion
4662                 on failure, and issue MODE READER in case posting
4663                 fails at first.
4664
4665 2007-12-05 [colin]      3.1.0cvs59
4666
4667         * src/messageview.c
4668         * src/uri_opener.c
4669                 Improvements to the List URIs dialog
4670                 Patch by Pawel
4671
4672 2007-12-05 [colin]      3.1.0cvs58
4673
4674         * src/prefs_other.c
4675         * src/gtk/gtksctree.h
4676                 Fix warnings
4677
4678 2007-12-04 [colin]      3.1.0cvs57
4679
4680         * src/etpan/imap-thread.c
4681                 Fix bug 1378, 'Claws exits on IMAP alert message'
4682                 Don't do GTK calls directly from Etpan thread
4683
4684 2007-12-04 [colin]      3.1.0cvs56
4685
4686         * src/folderview.c
4687         * src/gtk/gtksctree.c
4688                 MAEMO: Fix bug 1325, 'Folder Navigation Problems'
4689                 Make all the left of column zero an hotspot for
4690                 expanding.
4691
4692 2007-12-04 [colin]      3.1.0cvs55
4693
4694         * src/mainwindow.c
4695         * src/mainwindow.h
4696         * src/prefs_common.c
4697         * src/prefs_common.h
4698         * src/prefs_receive.c
4699                 MAEMO: Fix bug 1199, 'Tie into LED for new mail alert'
4700
4701 2007-12-04 [wwp]        3.1.0cvs54
4702
4703         * src/prefs_other.c
4704                 Fix for bug #1419.
4705
4706 2007-12-04 [holger]     3.1.0cvs53
4707
4708         * src/addrduplicates.c
4709         * src/addrduplicates.h
4710                 Export addressbook entry deletion
4711
4712 2007-12-04 [colin]      3.1.0cvs52
4713
4714         * tools/Makefile.am
4715         * tools/README.sylprint
4716         * tools/sylprint.pl
4717         * tools/sylprint.rc
4718                 Fix debian bug #454089 (symlink attack in TMP directory)
4719                 http://secwatch.org/advisories/1019661/ :
4720                 Remove the buggy script, which was unmaintained anyway
4721         * src/news.c
4722         * src/procmsg.c
4723                 Store things in our private tmp directory.
4724
4725 2007-12-03 [colin]      3.1.0cvs51
4726
4727         * src/folder.c
4728         * src/folder.h
4729         * src/folderview.c
4730         * src/imap.c
4731         * src/mainwindow.c
4732                 Fix update problem when getting remote tags
4733         * src/prefs_matcher.c
4734                 Rework GUI to make it better. Patch by Pawel
4735                 Pekala
4736
4737 2007-12-03 [colin]      3.1.0cvs50
4738
4739         * src/etpan/imap-thread.c
4740         * src/etpan/nntp-thread.c
4741                 Fix bug 1417, 'Network log doesn't reveal 
4742                 enough NNTP errors'
4743
4744 2007-12-02 [iwkse]      3.1.0cvs49
4745
4746         * src/plugins/dillo_viewer/dillo_prefs.c
4747                         Insert dillo under the Plugins menu
4748
4749 2007-12-01 [paul]       3.1.0cvs48
4750
4751         * src/html.c
4752                 add these variant forms
4753                 Thanks to Colin
4754
4755 2007-12-01 [paul]       3.1.0cvs47
4756
4757         * src/matcher.c
4758                 fix a typo
4759
4760 2007-12-01 [paul]       3.1.0cvs46
4761
4762         * po/POTFILES.in
4763                 add the new addrcustomattr.c file
4764
4765 2007-11-29 [colin]      3.1.0cvs45
4766
4767         * src/common/ssl_certificate.c
4768                 Use the more modern getaddrinfo instead of 
4769                 gethostbyname when possible
4770
4771 2007-11-28 [colin]      3.1.0cvs44
4772
4773         * src/summaryview.c
4774                 Maybe fix bug 1410 and other crash reports
4775                 in summaryview since cvs38.
4776
4777 2007-11-28 [wwp]        3.1.0cvs43
4778
4779         * src/prefs_summary_open.c
4780                 Guard against an empty list of actions to perform
4781                 when opening a folder (or migration defaults could
4782                 be introduced, confusing).
4783
4784 2007-11-28 [colin]      3.1.0cvs42
4785
4786         * src/folderview.c
4787                 Fix mark all read from folder's contextual menu
4788
4789 2007-11-27 [colin]      3.1.0cvs41
4790
4791         * src/imap.c
4792         * src/imap.h
4793         * src/imap_gtk.c
4794         * src/prefs_account.c
4795         * src/etpan/imap-thread.c
4796                 A few fixes to the IMAP flags handling: Optimisations,
4797                 two crashers, mention that Bandwitdh-efficient mode
4798                 prevents tag fetching.
4799                 Fix M-UTF7 in subscription dialog.
4800
4801 2007-11-27 [colin]      3.1.0cvs40
4802
4803         * src/folder.c
4804         * src/mbox.c
4805         * src/summaryview.c
4806                 Make filtering faster on flags change: Batch original 
4807                 folderitem, where we'll do flags/tags changes.
4808
4809 2007-11-27 [colin]      3.1.0cvs39
4810
4811         * src/filtering.c
4812                 Fix bug 1407, 'After a copy action, further rules apply 
4813                 to both original and copy'
4814
4815 2007-11-27 [colin]      3.1.0cvs38
4816
4817         * src/edittags.c
4818         * src/summaryview.c
4819                 Fixes races when doing a long operation and user
4820                 asks for another one (Mark all read/unread on a 
4821                 big folder on IMAP for example)
4822
4823 2007-11-27 [wwp]        3.1.0cvs37
4824
4825         * src/addressbook.c
4826         * src/prefs_common.c
4827                 Fix warning introduced by 3.1.0cvs33 (prefs_common.c)
4828                 and 3.1.0cvs35 (addressbook.c).
4829
4830 2007-11-27 [holger]     3.1.0cvs36
4831
4832         * src/printing.c
4833                 Add a line separating header and body
4834                 in the printout
4835
4836 2007-11-27 [wwp]        3.1.0cvs35
4837
4838         * src/addressbook.c
4839                 Fix a drag-and-drop issue introduced with 3.1.0cvs33
4840                 (thanks to Colin) and revert disabling of cut/copy
4841                 context menu entries upon selected groups.
4842
4843 2007-11-27 [holger]     3.1.0cvs34
4844
4845         * src/printing.c
4846                 Add weights to the list of supported text attributes
4847                 for printing
4848
4849 2007-11-27 [wwp]        3.1.0cvs33
4850
4851         * src/Makefile.am
4852         * src/addrcustomattr.c
4853         * src/addrcustomattr.h
4854         * src/addressbook.c
4855         * src/editaddress.c
4856         * src/editaddress.h
4857         * src/prefs_common.c
4858         * src/prefs_common.h
4859         * src/common/defs.h
4860                 Provide a (customizable) list of preset attribute names
4861                 for editing contacts (closes bug #1391).
4862
4863 2007-11-27 [wwp]        3.1.0cvs32
4864
4865         * src/addrclip.c
4866         * src/addressbook.c
4867         * src/addritem.c
4868                 Various fixes in the address book:
4869                         - made copy/move of a folder to itself or its subtree
4870                           impossible (-> error)
4871                         - errors messages don't show in the status bar anymore,
4872                           use alertpanels instead
4873                         - simple click on group doesn't open group edit dialog
4874                           anymore when in contact edit embedded mode (was too itchy)
4875                         - fixed disabling of edit button and and menu entry when
4876                           in contact edit embedded mode (was done in a bad and
4877                           ineffective way)
4878                         - fix menu cut/paste sensitivity in treelist context
4879                           menu (conflicting enabling was done by different functions)
4880                         - fix some menu item sensitivity in address list context menu
4881                         - don't allow cut/copy of groups, it's useless as they won't
4882                           be copied w/ their contents
4883                         - fix missing copy of the picture file when copying (bug #1402),
4884                           fix picture attribute (internal) value when moving or copying
4885
4886
4887 2007-11-27 [colin]      3.1.0cvs31
4888
4889         * src/folder.c
4890         * src/imap.c
4891                 Fix tags loss on move, fix space encoding
4892
4893 2007-11-26 [colin]      3.1.0cvs30
4894
4895         * src/edittags.c
4896         * src/folder.c
4897         * src/folder.h
4898         * src/imap.c
4899         * src/messageview.c
4900         * src/procmsg.c
4901         * src/procmsg.h
4902         * src/summaryview.c
4903         * src/common/utils.c
4904         * src/common/utils.h
4905         * src/etpan/imap-thread.c
4906         * src/etpan/imap-thread.h
4907                 Add IMAP tags support
4908
4909 2007-11-26 [colin]      3.1.0cvs29
4910
4911         * src/imap.c
4912                 Fix bug 1405, 'imap auto auth method doesn't 
4913                 work since 3.1.0'
4914
4915 2007-11-26 [colin]      3.1.0cvs28
4916
4917         * src/messageview.c
4918         * src/procmime.c
4919                 Handle broken disposition-notifications from Evolution
4920                 (http://bugzilla.gnome.org/show_bug.cgi?id=499145)
4921
4922 2007-11-25 [paul]       3.1.0cvs27
4923
4924         * src/folder_item_prefs.c
4925         * src/folder_item_prefs.h
4926                 remove dead code
4927
4928 2007-11-23 [wwp]        3.1.0cvs26
4929
4930         * src/matcher.c
4931         * src/matcher.h
4932         * src/matcher_parser_parse.y
4933         * src/prefs_matcher.c
4934                 Fix irrelevant case folding when adding matcher condition 'test',
4935                 thanks to Colin.
4936
4937 2007-11-23 [wwp]        3.1.0cvs25
4938
4939         * src/prefs_common.c
4940         * src/prefs_common.h
4941         * src/prefs_summary_open.c
4942         * src/prefs_summary_open.h
4943         * src/summaryview.c
4944                 Add "select first email in list" to the list of possible selections
4945                 when opening a folder.
4946
4947 2007-11-23 [paul]       3.1.0cvs24
4948
4949         * po/de.po
4950                 a fix by Stephan Sachse, plus remove all
4951                 old strings from the end of the file
4952
4953 2007-11-23 [wwp]        3.1.0cvs23
4954
4955         * src/prefs_msg_colors.c
4956                 Move colour prefs into tabs. Patch by Pawel Pekala <c0rn@o2.pl>,
4957                 with little changes.
4958
4959 2007-11-23 [paul]       3.1.0cvs22
4960
4961         * src/prefs_logging.c
4962                 eliminate wasted horizontal space
4963
4964 2007-11-23 [paul]       3.1.0cvs21
4965
4966         * src/prefs_summaries.c
4967                 don't wrap the label or put linebreaks
4968
4969 2007-11-22 [colin]      3.1.0cvs20
4970
4971         * src/plugins/pgpinline/pgpinline.c
4972                 Fix decryption
4973
4974 2007-11-22 [wwp]        3.1.0cvs19
4975
4976         * src/prefs_themes.c
4977                 Yet another misuse of get_rc_dir(), still related
4978                 to user themes. Completes 3.1.0cvs18.
4979
4980 2007-11-22 [wwp]        3.1.0cvs18
4981
4982         * src/stock_pixmap.c
4983                 Fix a misuse of get_rc_dir(), user themes dir was
4984                 not set properly and some themes might have disappeared
4985                 from themes list in prefs.
4986
4987 2007-11-22 [wwp]        3.1.0cvs17
4988
4989         * src/edittags.c
4990         * src/edittags.h
4991         * src/common/tags.c
4992         * src/common/tags.h
4993                 Correct copyright for these claws-mail-only brand new
4994                 files.
4995
4996 2007-11-22 [paul]       3.1.0cvs16
4997
4998         * src/compose.c
4999                 fix bug 1400, 'Drag and drop of URLs does not work'
5000                 Thanks to Colin
5001
5002 2007-11-22 [paul]       3.1.0cvs15
5003
5004         * src/prefs_common.c
5005                 make "cmds_use_system_default" default to FALSE
5006                 so as not to disrupt current settings
5007         * src/summaryview.c
5008                 increase the size of the GdkRectangle, tooltips
5009                 didn't show for me otherwise
5010
5011 2007-11-21 [colin]      3.1.0cvs14
5012
5013         * src/compose.c
5014         * src/crash.c
5015         * src/exphtmldlg.c
5016         * src/mainwindow.c
5017         * src/manual.c
5018         * src/mimeview.c
5019         * src/prefs_account.c
5020         * src/prefs_common.c
5021         * src/prefs_common.h
5022         * src/prefs_ext_prog.c
5023         * src/textview.c
5024         * src/uri_opener.c
5025         * src/gtk/about.c
5026         * src/gtk/gtkutils.c
5027                 Use xdg-open as a way to find default browser,
5028                 when available
5029
5030 2007-11-21 [colin]      3.1.0cvs13
5031
5032         * src/messageview.c
5033         * src/procmime.c
5034         * src/procmsg.h
5035                 Send better return receipts (useful ones)
5036                 Handle incoming return receipts
5037
5038 2007-11-20 [colin]      3.1.0cvs12
5039
5040         * src/printing.c
5041         * src/printing.h
5042                 Add getter/setter for settings, and getter
5043                 for page setup
5044
5045 2007-11-20 [colin]      3.1.0cvs11
5046
5047         * src/folderview.c
5048         * src/main.c
5049         * src/mainwindow.c
5050                 Fix bug 1396, 'Crash on disabling a filter 
5051                 while it is processing'
5052
5053 2007-11-20 [paul]       3.1.0cvs10
5054
5055         * src/folder.c
5056                 fix bug 1395, 'Crash on checking for new mails
5057                 while filter is running'
5058                 Thanks to Colin
5059
5060 2007-11-20 [paul]       3.1.0cvs9
5061
5062         * src/compose.c
5063                 make this string easier for translators
5064
5065 2007-11-19 [colin]      3.1.0cvs8
5066
5067         * src/prefs_summaries.c
5068         * src/summaryview.c
5069                 Don't enable more tooltips on Maemo
5070
5071 2007-11-19 [colin]      3.1.0cvs7
5072
5073         * src/prefs_common.c
5074         * src/prefs_common.h
5075         * src/prefs_summaries.c
5076         * src/summaryview.c
5077                 Fix bug 1388, 'message list tool tips'
5078                 Add (optional) tooltips in summaryview.
5079                 This only works with GTK+ >= 2.12
5080
5081 2007-11-19 [colin]      3.1.0cvs6
5082
5083         * src/compose.c
5084                 Make strings a bit better when attaching
5085                 from mailto: URIs
5086
5087 2007-11-19 [colin]      3.1.0cvs5
5088
5089         * src/common/utils.c
5090                 Fix bug 1392, 'Top level domain .EU is 
5091                 not recognised as valid'
5092
5093 2007-11-19 [wwp]        3.1.0cvs4
5094
5095         * src/compose.c
5096         * src/compose.h
5097                 Revert changes to compose.c made in 3.1.0cvs2.
5098
5099 2007-11-19 [wwp]        3.1.0cvs3
5100
5101         * src/addressbook.c
5102         * src/addressbook.h
5103         * src/editaddress.c
5104         * src/editgroup.c
5105         * src/addrduplicates.c
5106                 Minor improvements in the address book:
5107                 always accept new contacts provided that some
5108                 detail is set (instead of rejecting silently).
5109                 Better guessing of contact name from incomplete
5110                 name information. Better display of contacts with
5111                 no name, in contact lists, group contents, find
5112                 duplicate results.
5113                 
5114
5115 2007-11-19 [wwp]        3.1.0cvs2
5116
5117         * src/compose.c
5118         * src/compose.h
5119         * src/prefs_logging.c
5120         * src/prefs_summaries.c
5121                 GUI improvements, thanks to Pawel Pekala <c0rn@o2.pl>:
5122                 wrap some long label in prefs/summaries, layout checkboxes
5123                 in a more compact form in prefs/loggin, make account and
5124                 header's combos have the same size/spacing in compose
5125                 window.
5126
5127 2007-11-19 [wwp]        3.1.0cvs1
5128
5129         * src/edittags.c
5130                 Fix a tiny leak and duplicate variable.
5131
5132 2007-11-19 [paul]       3.1.0
5133
5134         * NEWS
5135         * README
5136         * RELEASE_NOTES 
5137                 3.1.0 released
5138
5139 2007-11-19 [paul]       3.0.2cvs145
5140
5141         * po/de.po
5142         * po/fi.po
5143         * po/fr.po
5144         * po/hu.po
5145         * po/it.po
5146         * po/pl.po
5147         * po/pt_BR.po
5148         * po/sk.po
5149         * po/zh_CN.po
5150                 updated by Stephan Sachse, Flammie Pirinen,
5151                 Fabien Vantard, Pader Rezso, Andrea Spadaccini,
5152                 Emil Nowak, Frederico Goncalves Guimaraes,
5153                 Andrej Kacian, and Ralph Young
5154
5155 2007-11-18 [mones]      3.0.2cvs144
5156
5157         * po/es.po
5158                 Updated Spanish translation
5159
5160 2007-11-18 [colin]      3.0.2cvs143
5161
5162         * src/edittags.c
5163                 Prevent empty tag after edit, thanks to wwp
5164
5165 2007-11-18 [colin]      3.0.2cvs142
5166
5167         * src/editaddress.c
5168                 Fix possible "(null)" %s - thanks to wwp
5169
5170 2007-11-16 [wwp]        3.0.2cvs141
5171
5172         * src/common/utils.c
5173                 Fix for 3.0.2cvs140, prevents from crashing when opening
5174                 a compose window.
5175
5176 2007-11-16 [colin]      3.0.2cvs140
5177
5178         * src/main.c
5179         * src/common/claws.c
5180                 Output a bit more useful info at startup
5181                 in --debug mode
5182
5183 2007-11-16 [colin]      3.0.2cvs139
5184
5185         * src/compose.c
5186         * src/common/utils.c
5187         * src/common/utils.h
5188                 Fix bug 1387, 'Request for --compose to 
5189                 support multiple attachments'
5190
5191 2007-11-16 [colin]      3.0.2cvs138
5192
5193         * src/news.c
5194                 Fix bug 1390, 'NNTP fails after server 
5195                 closed connection'
5196
5197 2007-11-16 [colin]      3.0.2cvs137
5198
5199         * src/prefs_display_header.c
5200                 Fix bug 1389, 'Changing 'Display headers 
5201                 in message view' breaks dispheaderrc'
5202
5203 2007-11-14 [colin]      3.0.2cvs136
5204
5205         * src/summaryview.c
5206         * src/gtk/quicksearch.c
5207         * src/gtk/quicksearch.h
5208                 Fix resetting the quicksearch when in non-sticky
5209                 mode, but Recursive is set: reset only when going
5210                 out of the root search folder.
5211
5212 2007-11-14 [colin]      3.0.2cvs135
5213
5214         * src/filtering.c
5215                 Don't set new flag back when doing "Mark as unread"
5216                 from filtering
5217
5218 2007-11-12 [paul]       3.0.2cvs134
5219
5220         * src/plugins/dillo_viewer/dillo_viewer.c
5221                 don't offer the mime type for translation
5222
5223 2007-11-12 [paul]
5224
5225         3.1.0-rc2 released
5226
5227 2007-11-11 [colin]      3.0.2cvs133
5228
5229         * src/imap_gtk.c
5230         * src/mh_gtk.c
5231                 Use markup-escaped strings in dialogs
5232
5233 2007-11-11 [colin]      3.0.2cvs132
5234
5235         * src/imap.c
5236                 Better IMAP-UTF7/UTF8 conversion
5237
5238 2007-11-10 [colin]      3.0.2cvs131
5239
5240         * src/news.c
5241                 Fix debian bug 450698, 'nntp auth behavior changed 
5242                 without notice'
5243
5244 2007-11-10 [colin]      3.0.2cvs130
5245
5246         * configure.ac
5247         * src/inc.c
5248         * src/main.c
5249         * src/main.h
5250         * src/mimeview.c
5251         * src/statusbar.c
5252         * src/common/utils.c
5253         * src/etpan/Makefile.am
5254         * src/gtk/filesel.c
5255         * src/gtk/gtkutils.h
5256         * src/gtk/menu.c
5257         * src/plugins/bogofilter/Makefile.am
5258         * src/plugins/clamav/Makefile.am
5259         * src/plugins/dillo_viewer/Makefile.am
5260         * src/plugins/pgpcore/Makefile.am
5261         * src/plugins/spamassassin/Makefile.am
5262         * src/plugins/trayicon/Makefile.am
5263                 Fixes (mainly preprocessor foo) for Maemo 4.0 (Chinook)
5264
5265 2007-11-09 [colin]      3.0.2cvs129
5266
5267         * src/addressbook.c
5268         * src/ldapupdate.c
5269                 fix bug 1375, 'Impossible to modify e-mail
5270                 in LDAP addressbook twice'; Try two. update
5271                 externalID, don't make display lag, and
5272                 fix the cases where dn is not mail.
5273
5274 2007-11-08 [paul]       3.0.2cvs128
5275
5276         * src/account.c
5277         * src/compose.c
5278         * src/messageview.c
5279         * src/prefs_account.c
5280         * src/prefs_account.h
5281                 reinstate 'Generate Message-ID' option as an
5282                 account preference. (hidden on IMAP)
5283                 Thanks to Colin
5284
5285 2007-11-08 [paul]       3.0.2cvs127
5286
5287         * src/textview.c
5288                 MAEMO: fix failure of loading images inline
5289                 MAEMO: fix bug 1349, 'Emails still skip to end
5290                 when opened (in certain circumstances)...'
5291
5292 2007-11-07 [colin]      3.0.2cvs126
5293
5294         * src/toolbar.c
5295                 Migrate from A_SYL_ACTIONS to A_CLAWS_ACTIONS
5296
5297 2007-11-07 [colin]      3.0.2cvs125
5298
5299         * src/toolbar.c
5300                 Re-change the string occurence of A_CLAWS_ACTIONS
5301                 to A_SYL_ACTIONS, to prevent parse errors of the
5302                 toolbar_*.xml files
5303
5304 2007-11-07 [colin]      3.0.2cvs124
5305
5306         * src/mimeview.c
5307         * src/prefs_common.c
5308         * src/prefs_common.h
5309         * manual/advanced.xml
5310                 Add an hidden pref, 'save_parts_readwrite';
5311                 completes 3.0.2cvs35
5312
5313 2007-11-07 [paul]       3.0.2cvs123
5314
5315         * src/prefs_toolbar.c
5316         * src/toolbar.c
5317         * src/toolbar.h
5318                 rename ToolbarSylpheedActions to ToolbarClawsActions
5319                 rename A_SYL_ACTIONS to A_CLAWS_ACTIONS
5320
5321 2007-11-07 [paul]       3.0.2cvs122
5322
5323         * src/toolbar.c
5324                 MAEMO: remove tooltips
5325
5326 2007-11-07 [colin]      3.0.2cvs121
5327
5328         * src/plugins/pgpinline/pgpinline.c
5329                 Fix bug 1377, 'unspecific errors on 
5330                 signature checking'. Fix trimming of
5331                 UTF8 data.
5332
5333 2007-11-06 [iwkse]      3.0.2cvs120
5334
5335         * src/prefs_summary_open.c
5336                 yet a string change
5337
5338 2007-11-06 [paul]       3.0.2cvs119
5339
5340         * tools/Makefile.am
5341         * tools/README
5342         * tools/csv2addressbook.pl
5343                 add a new script that imports a CSV formatted
5344                 address book. Becky and Thunderbird address
5345                 book are currently supported.
5346
5347 2007-11-05 [colin]      3.0.2cvs118
5348
5349         * src/imap.c
5350                 Fix deletion 
5351
5352 2007-11-05 [iwkse]      3.0.2cvs117
5353
5354         * src/prefs_summary_open.c
5355                 String changes
5356
5357 2007-11-04 [paul]       3.0.2cvs116
5358
5359         * src/addressbook_foldersel.c
5360                 fix gtk critical warning
5361                 Patch by Pawel Pekala
5362
5363 2007-11-04 [paul]       3.0.2cvs115
5364
5365         * tools/README
5366         * tools/claws-mail-compose-insert-files.pl
5367                 add --bcc and uri_escape() everything
5368
5369 2007-11-04 [paul]       3.0.2cvs114
5370
5371         * src/gtk/gtkutils.c
5372                 gtkut_stock_with_text_button_set_create(): set
5373                 GTK_CAN_DEFAULT on buttons 2 and 3
5374
5375 2007-11-03 [paul]       3.0.2cvs113
5376
5377         * src/common/utils.c
5378                 fix debian bug #448814, 'mailto: URI decoding
5379                 desn't decode the destination address field'
5380                 Patch by Federico Heinz <fheinz@vialibre.org.ar>
5381
5382 2007-11-03 [paul]       3.0.2cvs112
5383
5384         * AUTHORS
5385         * src/compose.c
5386         * src/gtk/authors.h
5387                 allow Bcc in commandline URIs
5388                 (based on) Patch by Federico Heinz <fheinz@vialibre.org.ar>
5389
5390 2007-11-02 [colin]      3.0.2cvs111
5391
5392         * src/addressbook.c
5393                 Maybe fix bug 1376, 'crash on 
5394                 addressbook manipulation'
5395
5396 2007-10-31 [paul]       3.0.2cvs110
5397
5398         * src/ldapupdate.c
5399                 fix bug 1375, 'Impossible to modify e-mail
5400                 in LDAP addressbook twice'
5401                 Patch by Michael Rasmussen
5402
5403 2007-10-30 [paul]       3.0.2cvs109
5404
5405         * configure.ac
5406                 enable GnuTLS support with --enable-gnutls which
5407                 will disable openssl support. if the user has
5408                 gtk >= 2.10.x don't allow gnomeprint even if the
5409                 user asks for it
5410
5411 2007-10-30 [paul]
5412
5413         3.1.0-rc1 released
5414
5415 2007-10-30 [paul]       3.0.2cvs108
5416
5417         * Makefile.am
5418                 add ChangeLog.2.0.0-3.0.0 to EXTRA_DIST
5419
5420 2007-10-30 [paul]       3.0.2cvs107
5421
5422         * src/expldifdlg.c
5423         * src/prefs_account.c
5424         * src/prefs_folder_item.c
5425         * src/prefs_spelling.c
5426         * src/prefs_themes.c
5427         * src/wizard.c
5428         * src/gtk/gtkaspell.c
5429         * src/gtk/gtkaspell.h
5430         * src/plugins/spamassassin/spamassassin_gtk.c
5431                 replace deprecated gtk_option_menu...
5432                 patch by Pawel Pekala
5433
5434 2007-10-29 [colin]      3.0.2cvs106
5435
5436         * src/plugins/dillo_viewer/dillo_prefs.c
5437                 Fix forgotten signal connect
5438
5439 2007-10-28 [colin]      3.0.2cvs105
5440
5441         * src/plugins/dillo_viewer/dillo_prefs.c
5442         * src/plugins/dillo_viewer/dillo_prefs.h
5443         * src/plugins/dillo_viewer/dillo_viewer.c
5444                 Implement addressbook-based whitelisting for loading
5445                 remote images. Fixed missing destroy of the embedded
5446                 browser that made a Dillo window pop up on exit, if
5447                 an HTML part was displayed.
5448
5449 2007-10-26 [colin]      3.0.2cvs104
5450
5451         * src/edittags.c
5452                 Add missing static
5453
5454 2007-10-25 [colin]      3.0.2cvs103
5455
5456         * src/editaddress.c
5457                 Add tap-and-hold on the picture, for Maemo
5458         * src/edittags.c
5459         * src/edittags.h
5460         * src/mainwindow.c
5461         * src/procmsg.c
5462         * src/summaryview.c
5463         * src/textview.c
5464                 Unify tag interfaces.
5465
5466 2007-10-25 [colin]      3.0.2cvs102
5467
5468         * src/imap.c
5469         * src/etpan/imap-thread.h
5470                 Much better error handling. We'll need to be really
5471                 clear to users about where errors come from, with 
5472                 the apparition of Gmail's IMAP server.
5473
5474 2007-10-24 [colin]      3.0.2cvs101
5475
5476         * src/edittags.c
5477         * src/mainwindow.c
5478         * src/summaryview.c
5479         * src/textview.c
5480                 Add tags sorting (alphabetical); allow deletion of
5481                 tags from the Apply Tags window
5482
5483 2007-10-24 [colin]      3.0.2cvs100
5484
5485         * src/editaddress.c
5486         * src/editaddress_other_attributes_ldap.c
5487         * src/editaddress_other_attributes_ldap.h
5488         * src/ldapctrl.c
5489         * src/ldapquery.c
5490         * src/ldapupdate.c
5491                 Fix LDAP writing (got broken in cvs39)
5492                 Add read-only support for jpegPhoto LDAP field
5493
5494 2007-10-23 [colin]      3.0.2cvs99
5495
5496         * src/news.c
5497                 Fix crash in some cases
5498
5499 2007-10-22 [colin]      3.0.2cvs98
5500
5501         * src/common/socket.h
5502         * src/common/ssl.c
5503                 Fix big leak in GnuTLS code
5504
5505 2007-10-22 [colin]      3.0.2cvs97
5506
5507         * src/news.c
5508                 Fix bug 1368, 'SIGSEGV in NNTP code'
5509
5510 2007-10-22 [colin]      3.0.2cvs96
5511
5512         * src/prefs_customheader.c
5513                 Catch compface warnings when generating X-Faces
5514
5515 2007-10-22 [wwp]        3.0.2cvs95
5516
5517         * src/quote_fmt_parse.y
5518                 Remove accidentally committed debug traces.
5519                 Fix a warning.
5520
5521 2007-10-22 [colin]      3.0.2cvs94
5522
5523         * src/etpan/nntp-thread.c
5524                 Fix authentication
5525
5526 2007-10-19 [wwp]        3.0.2cvs93
5527
5528         * src/common/ssl_certificate.c
5529                 Add missing include (Windows).
5530
5531 2007-10-19 [colin]      3.0.2cvs92
5532
5533         * src/imap_gtk.c
5534         * src/mimeview.c
5535         * src/textview.c
5536         * src/gtk/inputdialog.c
5537         * src/gtk/inputdialog.h
5538                 Remove the last old combo; patch by
5539                 Pawel
5540
5541 2007-10-19 [colin]      3.0.2cvs91
5542
5543         * src/common/ssl.c
5544                 Fix interop problem with GnuTLS and some crappy
5545                 servers that have very little keys.
5546
5547 2007-10-19 [colin]      3.0.2cvs90
5548
5549         * src/common/ssl.c
5550                 Fix return value check on GnuTLS, and
5551                 display the error
5552
5553 2007-10-18 [colin]      3.0.2cvs89
5554
5555         * src/common/ssl_certificate.c
5556                 Fix missing initialisations
5557
5558 2007-10-18 [wwp]        3.0.2cvs88
5559
5560         * src/Makefile.am
5561                 Fix linking against GNUTLS (matters if --enable-gnutls only).
5562
5563 2007-10-18 [colin]      3.0.2cvs87
5564
5565         * po/POTFILES.in
5566                 Fix build
5567
5568 2007-10-18 [mones]      3.0.2cvs86
5569
5570         * src/editbook.c
5571         * src/import.c
5572         * src/prefs_account.c
5573         * src/prefs_receive.c
5574         * src/gtk/about.c
5575         * src/plugins/bogofilter/bogofilter_gtk.c
5576         * src/plugins/spamassassin/spamassassin_gtk.c
5577                 More capitalisation micro-fixes
5578
5579 2007-10-18 [paul]       3.0.2cvs85
5580
5581         * configure.ac
5582                 add info about NNTP support via libetpan
5583                 change the configure output ending msg a little
5584         * src/gtk/about.c
5585                 similar changes to above
5586
5587 2007-10-18 [colin]      3.0.2cvs84
5588
5589         * src/procmime.c
5590         * src/procmime.h
5591                 Fix missing symbol for S/MIME
5592
5593 2007-10-18 [colin]      3.0.2cvs83
5594
5595         * src/prefs_filtering_action.c
5596                 Fix crash in tags (introduced in cvs78)
5597
5598 2007-10-18 [colin]      3.0.2cvs82
5599
5600         * src/common/Makefile.am
5601         * src/common/nntp.c
5602         * src/common/nntp.h
5603         * src/etpan/Makefile.am
5604         * src/etpan/etpan-thread-manager-types.h
5605         * src/etpan/etpan-thread-manager.c
5606         * src/etpan/imap-thread.c
5607         * src/etpan/nntp-thread.c
5608         * src/etpan/nntp-thread.h
5609         * src/news.c
5610         * src/news.h
5611                 Rewrite the nntp implementation
5612                 to use libetpan. Non-blocking NNTP!
5613         * src/account.c
5614         * src/crash.c
5615         * src/imap.c
5616         * src/inc.c
5617         * src/main.c
5618         * src/mainwindow.c
5619         * src/pop.c
5620         * src/pop.h
5621         * src/prefs_account.c
5622         * src/recv.c
5623         * src/recv.h
5624         * src/send_message.c
5625         * src/send_message.h
5626         * src/ssl_manager.c
5627         * src/ssl_manager.h
5628         * src/wizard.c
5629         * src/common/claws.c
5630         * src/common/session.c
5631         * src/common/session.h
5632         * src/common/smtp.c
5633         * src/common/smtp.h
5634         * src/common/socket.c
5635         * src/common/socket.h
5636         * src/common/ssl.c
5637         * src/common/ssl.h
5638         * src/common/ssl_certificate.c
5639         * src/common/ssl_certificate.h
5640         * src/gtk/about.c
5641         * src/gtk/sslcertwindow.c
5642         * src/gtk/sslcertwindow.h
5643                 Implement GnuTLS support. GnuTLS support
5644                 will be used if OpenSSL isn't available, or
5645                 specified explicitely. (the reason is that
5646                 GnuTLS cerficate checking is a bit less 
5647                 practical than OpenSSL's)
5648
5649 2007-10-18 [paul]       3.0.2cvs81
5650
5651         * src/gtk/inputdialog.c
5652         * src/gtk/inputdialog.h
5653                 fix copyright header
5654
5655 2007-10-17 [colin]      3.0.2cvs80
5656
5657         * src/plugins/pgpcore/select-keys.c
5658                 Fix bug which prevented encryption key
5659                 auto-selection when two or more matched the
5660                 email address, but only one isn't revoked
5661                 or expired.
5662
5663 2007-10-17 [wwp]        3.0.2cvs79
5664
5665         * src/compose.c
5666         * src/quote_fmt.c
5667         * src/quote_fmt.h
5668         * src/quote_fmt_lex.l
5669         * src/quote_fmt_parse.y
5670                 Templates can now attach files using |attach{filename}.
5671
5672 2007-10-17 [wwp]        3.0.2cvs78
5673
5674         * src/prefs_customheader.c
5675         * src/prefs_ext_prog.c
5676         * src/prefs_filtering_action.c
5677         * src/prefs_matcher.c
5678         * src/prefs_other.c
5679         * src/prefs_toolbar.c
5680         * src/gtk/combobox.c
5681         * src/gtk/combobox.h
5682         * src/gtk/gtkutils.c
5683         * src/gtk/gtkutils.h
5684         * src/plugins/bogofilter/bogofilter_gtk.c
5685         * src/plugins/spamassassin/spamassassin_gtk.c
5686                 Removed almost all remaining instances of GtkCombo
5687                 old API, patch by Pawel Pekala <c0rn@o2.pl>, with
5688                 few visual and code cleanup from Colin.
5689
5690 2007-10-16 [wwp]        3.0.2cvs77
5691         * src/gtk/pluginwindow.c
5692                 Reworked the plugin window layouts, patch by Pawel Pekala <c0rn@o2.pl>.
5693
5694 2007-10-15 [colin]      3.0.2cvs76
5695
5696         * src/edittags.c
5697         * src/edittags.h
5698         * src/filtering.c
5699         * src/filtering.h
5700         * src/importmutt.c
5701         * src/importpine.c
5702         * src/main.c
5703         * src/messageview.c
5704         * src/messageview.h
5705         * src/mimeview.c
5706         * src/mimeview.h
5707         * src/pop.c
5708         * src/pop.h
5709         * src/prefs_common.c
5710         * src/prefs_common.h
5711         * src/prefs_customheader.c
5712         * src/prefs_customheader.h
5713         * src/prefs_display_header.c
5714         * src/prefs_display_header.h
5715         * src/prefs_filtering_action.c
5716         * src/prefs_filtering_action.h
5717         * src/prefs_folder_column.c
5718         * src/prefs_folder_column.h
5719         * src/prefs_folder_item.c
5720         * src/prefs_folder_item.h
5721         * src/prefs_gtk.c
5722         * src/prefs_gtk.h
5723         * src/prefs_logging.h
5724         * src/prefs_matcher.c
5725         * src/prefs_matcher.h
5726         * src/prefs_summary_column.c
5727         * src/prefs_summary_column.h
5728         * src/prefs_summary_open.c
5729         * src/procheader.c
5730         * src/procheader.h
5731         * src/procmime.c
5732         * src/procmime.h
5733         * src/recv.c
5734         * src/recv.h
5735         * src/sourcewindow.c
5736         * src/sourcewindow.h
5737         * src/summaryview.c
5738         * src/summaryview.h
5739         * src/textview.c
5740         * src/textview.h
5741         * src/toolbar.c
5742         * src/toolbar.h
5743         * src/common/mgutils.c
5744         * src/common/mgutils.h
5745         * src/common/nntp.c
5746         * src/common/nntp.h
5747         * src/common/prefs.c
5748         * src/common/prefs.h
5749         * src/common/socket.c
5750         * src/common/socket.h
5751         * src/common/stringtable.c
5752         * src/common/stringtable.h
5753         * src/common/template.c
5754         * src/common/template.h
5755         * src/common/uuencode.c
5756         * src/common/uuencode.h
5757         * src/gtk/gtkshruler.c
5758         * src/gtk/gtkshruler.h
5759         * src/gtk/menu.c
5760         * src/gtk/menu.h
5761         * src/gtk/progressdialog.c
5762         * src/gtk/progressdialog.h
5763                 Remove/staticalize, the return of the revenge
5764
5765 2007-10-15 [colin]      3.0.2cvs75
5766
5767         * src/matcher.c
5768                 Fix redirections in filtering's tests
5769
5770 2007-10-15 [colin]      3.0.2cvs74
5771
5772         * src/imap.c
5773                 Don't build imap_synchronise at all when 
5774                 building without libetpan
5775
5776 2007-10-14 [colin]      3.0.2cvs73
5777
5778         * src/imap.c
5779         * src/common/md5.c
5780         * src/common/md5.h
5781         * src/gtk/manage_window.c
5782         * src/gtk/manage_window.h
5783                 Remove more unused code
5784
5785 2007-10-14 [colin]      3.0.2cvs72
5786
5787         * src/addrquery.c
5788         * src/addrquery.h
5789         * src/recv.c
5790         * src/recv.h
5791         * src/vcard.c
5792         * src/vcard.h
5793         * src/common/xml.c
5794         * src/common/xml.h
5795         * src/common/xmlprops.c
5796         * src/common/xmlprops.h
5797                 Remove more unused code
5798
5799 2007-10-14 [colin]      3.0.2cvs71
5800
5801         * src/common/utils.c
5802                 Remove unused function
5803
5804 2007-10-13 [colin]      3.0.2cvs70
5805
5806         * src/imap.c
5807         * src/imap.h
5808         * src/mainwindow.c
5809         * src/mainwindow.h
5810         * src/gtk/gtkutils.c
5811         * src/gtk/gtkutils.h
5812                 Staticalise/Remove more code
5813
5814 2007-10-13 [colin]      3.0.2cvs69
5815
5816         * src/common/utils.c
5817         * src/common/utils.h
5818                 Remove dead code, unused for ages
5819
5820 2007-10-13 [colin]      3.0.2cvs68
5821
5822         * src/main.c
5823         * src/main.h
5824                 Maemo: define hildon_program in main.c,
5825                 make it accessible in the .h with extern
5826
5827 2007-10-13 [paul]       3.0.2cvs67
5828
5829         * src/gtk/menu.c
5830                 fix a bunch of runtime warnings on maemo
5831
5832 2007-10-13 [paul]       3.0.2cvs66
5833
5834         * src/main.c
5835         * src/main.h
5836         * src/gtk/gtkutils.c
5837         * src/gtk/gtkutils.h
5838                 fix a bunch of compiler warnings on maemo
5839
5840 2007-10-12 [colin]      3.0.2cvs65
5841
5842         * src/account.c
5843         * src/addritem.c
5844         * src/addritem.h
5845         * src/filtering.c
5846         * src/filtering.h
5847         * src/folder.c
5848         * src/folder.h
5849         * src/common/utils.c
5850         * src/common/utils.h
5851                 Remove unused code, staticalise some functions
5852
5853 2007-10-12 [paul]       3.0.2cvs64
5854
5855         * src/account.c
5856         * src/folderview.c
5857         * src/main.c
5858         * src/mainwindow.c
5859         * src/messageview.c
5860         * src/summary_search.c
5861         * src/summaryview.c
5862         * src/toolbar.c
5863         * src/wizard.c
5864         * src/common/utils.c
5865         * src/gtk/prefswindow.c
5866                 fix a bunch of compiler warnings on maemo
5867
5868 2007-10-11 [colin]      3.0.2cvs63
5869
5870         * src/editaddress.c
5871                 Make static function static
5872
5873 2007-10-11 [mones]      3.0.2cvs62
5874
5875         * src/addrduplicates.c
5876         * src/addressbook.c
5877         * src/compose.c
5878         * src/expldifdlg.c
5879         * src/mainwindow.c
5880         * src/messageview.c
5881         * src/pop.c
5882         * src/prefs_customheader.c
5883         * src/prefs_send.c
5884         * src/prefs_themes.c
5885         * src/common/plugin.c
5886         * src/gtk/pluginwindow.c
5887         * src/gtk/quicksearch.c
5888                 Fix several typos and capitalisation issues
5889
5890 2007-10-11 [wwp]        3.0.2cvs61
5891
5892         * src/editaddress.c
5893                 Fix a warning about possible use of uninitialized
5894                 filename var.
5895
5896 2007-10-11 [wwp]        3.0.2cvs60
5897
5898         * src/editaddress.c
5899                 Disable "Unset picture" menu item when there's
5900                 no picture to clear. Fix an extraneous g_unref_object,
5901                 add missing initializers.
5902
5903 2007-10-11 [wwp]        3.0.2cvs59
5904
5905         * src/pixmaps/anonymous.xpm
5906         * src/editaddress.c
5907         * src/Makefile.am
5908         * src/stock_pixmap.c
5909         * src/stock_pixmap.h
5910                 Fix a leak, gettext-ize the photo label.
5911                 Don't clear the existing picture if loading
5912                 a new one fails. Use a default 'anonymous'
5913                 picture (this new xpm has been added to the
5914                 internal stock_pixmap API). Add a
5915                 "Set picture" context menu entry.
5916
5917 2007-10-11 [colin]      3.0.2cvs58
5918
5919         * src/messageview.c
5920                 Make shift-shortcuts work
5921         * src/prefs_actions.c
5922                 Don't ask if we really want to close when
5923                 choosing OK and only the list is changed
5924         * src/prefs_template.c
5925                 Don't ask if we really want to close when
5926                 choosing OK and only the list is changed
5927         * src/common/plugin.c
5928                 Fix writing of second [Plugins_*] block
5929         * src/common/template.c
5930                 Remove unused files (fixes deletion)
5931
5932 2007-10-10 [paul]       3.0.2cvs57
5933
5934         * src/prefs_template.c
5935                 put the whole thing in a scrolled window
5936                 so that half the page is no longer inaccessible
5937                 on maemo
5938                 make the gtk_text_view smaller on maemo
5939
5940 2007-10-10 [colin]      3.0.2cvs56
5941
5942         * src/compose.c
5943                 Fix updating of Attachments number in some
5944                 cases (reedit, attach from command-line, ...)
5945
5946 2007-10-10 [colin]      3.0.2cvs55
5947
5948         * src/editaddress.c
5949                 Initialise error correctly
5950
5951 2007-10-10 [paul]       3.0.2cvs54
5952
5953         * src/prefs_filtering_action.c
5954         * src/gtk/description_window.c
5955         * src/gtk/foldersort.c
5956         * src/gtk/quicksearch.c
5957                 get rid of some pointless new lines and
5958                 make the descripton labels wrap better
5959
5960 2007-10-10 [colin]      3.0.2cvs53
5961
5962         * src/addressadd.c
5963         * src/editaddress.c
5964         * src/headerview.c
5965         * src/textview.c
5966                 More error handling on saving pictures
5967
5968 2007-10-10 [colin]      3.0.2cvs52
5969
5970         * src/printing.c
5971         * src/printing.h
5972                 Generalize a bit printing, so we can factorize
5973                 most of the code. 
5974
5975 2007-10-10 [paul]       3.0.2cvs51
5976
5977         * src/addrduplicates.c
5978                 fix engrish
5979                 use GTK_STOCK... buttons
5980
5981 2007-10-10 [paul]       3.0.2cvs50
5982
5983         * src/addressadd.c
5984         * src/addrindex.c
5985         * src/editaddress.c
5986                 Fix previous patch
5987                 Thanks to Colin
5988
5989 2007-10-10 [paul]       3.0.2cvs49
5990
5991         * src/summaryview.c
5992         * src/messageview.c
5993                 Fix crash on Add sender to addressbook when
5994                 From is null
5995         * src/addressadd.c
5996         * src/addrindex.c
5997         * src/editaddress.c
5998         * src/editaddress_other_attributes_ldap.h
5999                 Fix leaks 
6000                 Rename images to .png in addrbook/
6001         * src/headerview.c
6002         * src/textview.c
6003                 Fix Face/X-Face being used if adding another
6004                 address than sender to addressbook
6005                 Thanks to Colin
6006
6007 2007-10-10 [holger]     3.0.2cvs48
6008
6009         * src/addrduplicates.c
6010         * src/editaddress.c
6011                 Improvements to the addressbook duplicate finder
6012                 feature:
6013                  - add an edit button to the button bar
6014                  - display the whole bookname (with iface) and
6015                    use this for same-book checking
6016                  - after editing, try to keep selections if the
6017                    entries are still present
6018                  - sort the email column alphabetically
6019                  - put results in a scrolled window
6020                  - support embedded editing
6021                  - make columns in detail view resizable
6022                  - add keyboard shortcuts
6023
6024 2007-10-10 [wwp]        3.0.2cvs47
6025
6026         * src/addrindex.c
6027                 Fix a crash when there's no From: in email, thanks to Colin.
6028
6029 2007-10-09 [paul]       3.0.2cvs46
6030
6031         * src/messageview.c
6032         * src/summaryview.c
6033         * src/textview.c
6034                 fix building without compface support
6035
6036 2007-10-09 [colin]      3.0.2cvs45
6037
6038         * src/editaddress.c
6039         * src/headerview.c
6040         * src/textview.c
6041                 Add error handling
6042
6043 2007-10-09 [colin]      3.0.2cvs44
6044
6045         * src/addrduplicates.c
6046         * src/addressadd.c
6047         * src/addressadd.h
6048         * src/addressbook.c
6049         * src/addressbook.h
6050         * src/addrindex.c
6051         * src/addrindex.h
6052         * src/addritem.c
6053         * src/addritem.h
6054         * src/compose.c
6055         * src/editaddress.c
6056         * src/editaddress_other_attributes_ldap.h
6057         * src/headerview.c
6058         * src/messageview.c
6059         * src/mimeview.c
6060         * src/summaryview.c
6061         * src/textview.c
6062         * src/gtk/gtkutils.c
6063                 Automatically set contacts' pictures from Face 
6064                 or X-Face if they have no picture
6065                 Display the contact picture in textview or
6066                 headerview for mails sent by people in the 
6067                 addressbook, that have no Face or X-Face
6068                 Fix a few details in the Person edition dialog
6069                 (ability to unset picture)
6070                 Remove picture file when deleting contacts
6071
6072 2007-10-09 [iwkse]      3.0.2cvs43
6073
6074         * src/gtk/about.c
6075                 center the about window
6076
6077 2007-10-09 [paul]       3.0.2cvs42
6078
6079         * src/prefs_toolbar.c
6080                 fix icon selector window on maemo
6081
6082 2007-10-09 [paul]       3.0.2cvs41
6083
6084         * src/messageview.c
6085                 add 'go to' menu to separate msgview
6086
6087 2007-10-09 [colin]      3.0.2cvs40
6088
6089         * src/common/defs.h
6090                 Add forgotten file
6091
6092 2007-10-09 [iwkse]      3.0.2cvs39
6093
6094         * Makefile.am
6095         * src/addressbook.c
6096         * src/addritem.c
6097         * src/addritem.h
6098         * src/editaddress.c
6099         * src/editaddress_other_attributes_ldap.h
6100         * src/addrbook.c
6101         * src/Makefile.am
6102                 set a photo in the Addressbook
6103
6104 2007-10-08 [colin]      3.0.2cvs38
6105
6106         * src/prefs_toolbar.c
6107                 Make height 320 to remove the scrollbar 
6108                 (with current number of icons)
6109
6110 2007-10-08 [colin]      3.0.2cvs37
6111
6112         * src/prefs_toolbar.c
6113                 Transform the treeview to a GtkIconView.
6114                 Patch by Pawel
6115                 In addition, transform the window so that 
6116                 it looks like a popup menu. Patch by me
6117
6118 2007-10-08 [colin]      3.0.2cvs36
6119
6120         * src/compose.c
6121         * src/compose.h
6122                 Beautify the GUI a bit; in particular, show the
6123                 number of attachments in the tab's title.
6124                 Patch by Pawel
6125
6126 2007-10-08 [paul]       3.0.2cvs35
6127
6128         * src/mimeview.c
6129                 Save users from themselves: save temporary
6130                 files used for Open/Open with as read-only.
6131                 Thanks to Colin
6132
6133 2007-10-08 [paul]       3.0.2cvs34
6134
6135         * tools/Makefile.am
6136                 forgot this in cvs33
6137
6138 2007-10-08 [paul]       3.0.2cvs33
6139
6140         * tools/kdeservicemenu/README
6141         * tools/kdeservicemenu/claws-mail-attach-files.desktop.template
6142         * tools/kdeservicemenu/install.sh
6143         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
6144                 renamed template* to *template so as not to confuse
6145                 lintian
6146
6147 2007-10-08 [paul]       3.0.2cvs32
6148
6149         * src/prefs_themes.c
6150         * src/stock_pixmap.c
6151                 replace 2 direct uses of RC_DIR
6152
6153 2007-10-07 [colin]      3.0.2cvs31
6154
6155         * src/addrduplicates.c
6156         * src/addrduplicates.h
6157         * src/addressbook.c
6158         * src/addressbook.h
6159         * src/addrindex.c
6160         * src/addrindex.h
6161                 Implement deletion in duplicate finder. 
6162                 Patch by Holger 
6163
6164 2007-10-07 [colin]      3.0.2cvs30
6165
6166         * src/exporthtml.c
6167         * src/mbox.c
6168         * src/common/utils.c
6169                 Better fix for Solaris, thanks to Nicolas Doualot
6170
6171 2007-10-07 [colin]      3.0.2cvs29
6172
6173         * AUTHORS
6174         * src/gtk/authors.h
6175                 Add Frank Dietrich
6176
6177 2007-10-07 [colin]      3.0.2cvs28
6178
6179         * src/exporthtml.c
6180                 Fix HTML export to make it more compliant
6181                 Patch by Frank Dietrich <bits_n_bytes@gmx.de>
6182
6183 2007-10-07 [colin]      3.0.2cvs27
6184
6185         * src/prefs_toolbar.c
6186                 Only use icons that wouldn't look stupid in the toolbar
6187                 Patch by Pawel
6188
6189 2007-10-07 [colin]      3.0.2cvs26
6190
6191         * src/prefs_toolbar.c
6192                 Fix old icon being used when none is selected
6193
6194 2007-10-07 [colin]      3.0.2cvs25
6195
6196         * src/toolbar.c
6197                 Fix copy/paste error
6198
6199 2007-10-07 [colin]      3.0.2cvs24
6200
6201         * src/prefs_toolbar.c
6202         * src/toolbar.c
6203         * src/toolbar.h
6204                 Update icon to default one when changing event
6205                 Make the icon chooser nicer (handle Esc, Enter,
6206                 double-click)
6207
6208 2007-10-06 [colin]      3.0.2cvs23
6209
6210         * src/prefs_toolbar.c
6211                 Fix text reset; patch by Pawel
6212
6213 2007-10-06 [colin]      3.0.2cvs22
6214
6215         * src/toolbar.h
6216                 Complete previous commit
6217
6218 2007-10-06 [colin]      3.0.2cvs21
6219
6220         * src/prefs_toolbar.c
6221         * src/toolbar.c
6222                 Set toolbar text automatically to the default
6223                 when changing Event executed on click
6224
6225 2007-10-06 [colin]      3.0.2cvs20
6226
6227         * src/prefs_toolbar.c
6228                 Invert Text and Event fields
6229
6230 2007-10-06 [colin]      3.0.2cvs19
6231
6232         * src/prefs_toolbar.c
6233         * src/toolbar.c
6234                 Make toolbar prefs look much better
6235                 Patch by Pawel Pekala
6236
6237 2007-10-06 [paul]       3.0.2cvs18
6238
6239         * src/account.c
6240         * src/prefs_filtering.c
6241                 fix checkbuttons in gtktreeview on maemo by
6242                 setting maemo's "allow-checkbox-mode" to FALSE
6243
6244 2007-10-06 [colin]      3.0.2cvs17
6245
6246         * configure.ac
6247                 Export -DSOLARIS in CFLAGS for all
6248                 Solaris (not just 2.8) and OpenSolaris
6249
6250 2007-10-06 [paul]       3.0.2cvs16
6251
6252         * AUTHORS
6253         * src/exporthtml.c
6254         * src/mbox.c
6255         * src/gtk/authors.h
6256                 fix build on solaris where ctime_r takes
6257                 3 arguments rather than 2.
6258                 Patch by Nicolas Doualot <slubman.lists@slubman.info>
6259
6260 2007-10-05 [colin]      3.0.2cvs15
6261
6262         * src/etpan/imap-thread.c
6263                 Fix wrong error codepath
6264
6265 2007-10-05 [wwp]        3.0.2cvs14
6266
6267         * src/filtering.c
6268                 Fix unexpected logging of quicksearches:
6269                 debug_filtering_session flag was never reset to FALSE, causing
6270                 matcher functions to log when called from a quicksearch
6271                 (if a filtering session happened before).
6272
6273 2007-10-05 [paul]       3.0.2cvs13
6274
6275         * src/prefs_actions.c
6276         * src/prefs_filtering.c
6277         * src/prefs_template.c
6278                 fix bug 1343, 'Filtering..'s close button
6279                 silently discards new filter'
6280                 Thanks to Colin
6281
6282 2007-10-05 [paul]       3.0.2cvs12
6283
6284         * configure.ac
6285         * src/Makefile.am
6286                 fix bug 1347, '-Wno-unused-function, optional'
6287
6288 2007-10-05 [colin]      3.0.2cvs11
6289
6290         * src/procmime.c
6291         * src/common/mgutils.c
6292                 Fix warnings
6293
6294 2007-10-05 [mones]      3.0.2cvs10
6295
6296         * manual/advanced.xml
6297                 Use full menu name
6298         * manual/es/advanced.xml
6299                 Synchronise translation
6300
6301 2007-10-04 [colin]      3.0.2cvs9
6302
6303         * src/action.c
6304         * src/addrbook.c
6305         * src/addrindex.c
6306         * src/compose.c
6307         * src/exporthtml.c
6308         * src/exportldif.c
6309         * src/folder.c
6310         * src/main.c
6311         * src/matcher.c
6312         * src/mbox.c
6313         * src/messageview.c
6314         * src/mh.c
6315         * src/news.c
6316         * src/partial_download.c
6317         * src/pop.c
6318         * src/procmime.c
6319         * src/procmsg.c
6320         * src/toolbar.c
6321         * src/common/log.c
6322         * src/common/mgutils.c
6323         * src/common/plugin.c
6324         * src/common/utils.c
6325         * src/common/xml.c
6326         * src/common/xml.h
6327         * src/common/xmlprops.c
6328         * src/common/xmlprops.h
6329         * src/plugins/bogofilter/bogofilter.c
6330         * src/plugins/clamav/clamav_plugin.c
6331         * src/plugins/dillo_viewer/dillo_prefs.c
6332         * src/plugins/pgpcore/prefs_gpg.c
6333         * src/plugins/pgpinline/pgpinline.c
6334         * src/plugins/pgpmime/pgpmime.c
6335         * src/plugins/spamassassin/spamassassin.c
6336         * src/plugins/trayicon/trayicon_prefs.c
6337                 Verify success on writes. Will fix possible strange
6338                 failure on disk full.
6339
6340 2007-10-04 [paul]       3.0.2cvs8
6341
6342         * manual/advanced.xml
6343                 add further info about Actions
6344                 Patch by Emmanuel Briot <briot@adacore.com>
6345
6346 2007-10-04 [paul]       3.0.2cvs7
6347
6348         * src/account.c
6349                 remove the D column, instead indicate the
6350                 default account by use of bold text
6351
6352 2007-10-03 [colin]      3.0.2cvs6
6353
6354         * src/common/template.c
6355                 Fix templates writing (was prone to disk full problems)
6356
6357 2007-10-03 [colin]      3.0.2cvs5
6358
6359         * src/Makefile.am
6360         * src/addrduplicates.c
6361         * src/addrduplicates.h
6362         * src/addressbook.c
6363                 Add duplicate deletion. Patch by Holger
6364
6365 2007-10-03 [colin]      3.0.2cvs4
6366
6367         * src/matcher.c
6368         * src/gtk/quicksearch.c
6369                 Fix bug 1340, 'Case insensitive searches with 
6370                 non-ascii alphabets fail'.
6371
6372 2007-10-03 [colin]      3.0.2cvs3
6373
6374         * src/main.c
6375         * src/common/utils.c
6376         * src/common/utils.h
6377                 Implement run-time alternative config directories
6378
6379 2007-10-03 [colin]      3.0.2cvs2
6380
6381         * src/folderview.c
6382                 Prevent opening folder item while folder
6383                 is scanned in a better way
6384
6385 2007-10-02 [paul]       3.0.2cvs1
6386
6387         * NEWS
6388         * README
6389         * RELEASE_NOTES
6390         * configure.ac
6391                 bump up version number following stable release
6392
6393 2007-09-30 [colin]      3.0.1cvs49
6394
6395         * src/imap.c
6396                 Refresh session if needed
6397
6398 2007-09-30 [colin]      3.0.1cvs48
6399
6400         * src/imap.c
6401                 Reset folder's session to NULL
6402                 before destroying it
6403
6404 2007-09-30 [mones]      3.0.1cvs47
6405
6406         * manual/handling.xml
6407                 Use markup quotes instead hardcoded quotes
6408         * manual/es/handling.xml
6409                 Added new synced section (IMAP subscriptions)
6410
6411 2007-09-29 [colin]      3.0.1cvs46
6412
6413         * src/imap.c
6414                 Notice disconnections faster
6415
6416 2007-09-28 [colin]      3.0.1cvs45
6417
6418         * src/addressbook.c
6419         * src/addrindex.c
6420                 Fix warnings
6421
6422 2007-09-28 [paul]       3.0.1cvs44
6423
6424         * src/mimeview.c
6425                 fix maemo build
6426
6427 2007-09-28 [paul]       3.0.1cvs43
6428
6429         * src/account.c
6430                 use gtk_widget_set_size_request() on the label
6431                 so that wrapping works better. get rid of the
6432                 (partially deprecated) hbutton_box.
6433                 these changes should prevent buttons overlapping
6434                 on maemo
6435
6436 2007-09-28 [colin]      3.0.1cvs42
6437
6438         * src/pop.c
6439                 Fix typo :)
6440
6441 2007-09-28 [colin]      3.0.1cvs41
6442
6443         * src/compose.c
6444         * src/msgcache.c
6445         * src/pop.c
6446         * src/procmime.c
6447         * src/etpan/imap-thread.c
6448                 64bits-related warning fixes
6449
6450 2007-09-28 [colin]      3.0.1cvs40
6451
6452         * src/folder_item_prefs.c
6453         * src/ldaputil.c
6454         * src/mainwindow.c
6455         * src/mimeview.c
6456         * src/common/tags.c
6457                 Fix warnings
6458
6459 2007-09-28 [colin]      3.0.1cvs39
6460
6461         * src/plugins/spamassassin/spamassassin.c
6462         * src/plugins/spamassassin/spamassassin.h
6463         * src/plugins/spamassassin/spamassassin_gtk.c
6464                 Add addressbook-based whitelisting
6465
6466 2007-09-28 [colin]      3.0.1cvs38
6467
6468         * src/folder.c
6469                 Fix bug 1337, 'crash on pressing Send button'
6470
6471 2007-09-28 [paul]       3.0.1cvs37
6472
6473         * src/prefs_folder_item.c
6474                 give the orphans a parent. makes all prefs
6475                 pages visible on maemo
6476
6477 2007-09-28 [colin]      3.0.1cvs36
6478
6479         * src/prefs_folder_column.c
6480         * src/prefs_summary_column.c
6481                 Fix two leaks
6482
6483 2007-09-27 [colin]      3.0.1cvs35
6484
6485         * src/gtk/quicksearch.c
6486                 Fix bug 1336, 'Segfault if empty space before search-string'
6487
6488 2007-09-26 [mones]      3.0.1cvs34
6489
6490         * manual/account.xml
6491         * manual/plugins.xml
6492                 Fixed irc channel name, added some docbook markup.
6493                 Changed text markup to docbook markup. 
6494                 Added spamcop as supported in SpamReport description.
6495         * manual/fr/plugins.xml
6496                 Fixed irc channel name.
6497         * manual/es/account.xml
6498         * manual/es/advanced.xml
6499         * manual/es/claws-mail-manual.xml
6500         * manual/es/glossary.xml
6501         * manual/es/gpl.xml
6502         * manual/es/keyboard.xml
6503         * manual/es/plugins.xml
6504                 Synced with English version, fixed a couple of typos.
6505
6506 2007-09-26 [colin]      3.0.1cvs33
6507
6508         * configure.ac
6509                 Explain why "Libgnomeprint: no" on GTK+ 2.10
6510
6511 2007-09-26 [colin]      3.0.1cvs32
6512
6513         * src/messageview.c
6514         * src/procmsg.c
6515         * src/procmsg.h
6516                 Optimisation: avoid fetching mail 3 times locally
6517                 for displaying
6518
6519 2007-09-26 [colin]      3.0.1cvs31
6520
6521         * src/mh.c
6522                 Fix missing static
6523
6524 2007-09-26 [colin]      3.0.1cvs30
6525
6526         * src/folder.c
6527         * src/folder.h
6528         * src/mh.c
6529         * src/mh.h
6530                 Fix MH mtime hack - make it a folder class function
6531
6532 2007-09-26 [colin]      3.0.1cvs29
6533
6534         * src/inc.c
6535                 Fix bug 1334, 'user defined mail incorporation 
6536                 script not run'
6537
6538 2007-09-25 [colin]      3.0.1cvs28
6539
6540         * src/codeconv.c
6541                 Optimisation: shortcut conv_codeset_strdup
6542                 when src_code and dest_code are the same
6543         * src/common/xml.c
6544         * src/common/xml.h
6545                 Optimisation: shortcut code conversions when
6546                 files are in UTF-8; faster list walking by
6547                 using prepend/reverse.
6548
6549 2007-09-25 [holger]     3.0.1cvs27
6550
6551         * src/printing.c
6552                 Replace button bar of the preview window
6553                 with a real toolbar (patch by Colin)
6554                 Add zooming to the preview window
6555
6556 2007-09-24 [paul]       3.0.1cvs26
6557
6558         * src/compose.c
6559                 compact the character set menu, adding some
6560                 missing encodings. Patch by Pawel Pekala
6561
6562 2007-09-23 [paul]       3.0.1cvs25
6563
6564         * src/prefs_account.c
6565         * src/prefs_folder_item.c
6566         * src/prefs_quote.c
6567         * src/quote_fmt.c
6568         * src/quote_fmt.h
6569                 remove unnecessary frame from Templates options
6570                 and improve the English of the check button label
6571
6572 2007-09-22 [colin]      3.0.1cvs24
6573
6574         * src/gtk/quicksearch.c
6575                 Fix bug 1329, 'error in quicksearch.c'
6576                 Fix return with value in function returning void
6577
6578 2007-09-22 [colin]      3.0.1cvs23
6579
6580         * src/imap.c
6581         * src/procmsg.h
6582         * src/common/utils.c
6583         * src/common/utils.h
6584         * src/etpan/imap-thread.c
6585                 Optimise fetching IMAP cached emails *a lot*
6586                 (remember whether mail is fully cached and \r's
6587                  are already stripped)
6588
6589 2007-09-22 [colin]      3.0.1cvs22
6590
6591         * src/folder.c
6592         * src/folder.h
6593         * src/prefs_folder_item.c
6594                 Add a button to allow users to drop local caches.
6595
6596 2007-09-21 [colin]      3.0.1cvs21
6597
6598         * src/summaryview.c
6599                 Remove unnecessary error when cancelling export to mbox.
6600                 Patch by Pawel
6601
6602 2007-09-21 [paul]       3.0.1cvs20
6603
6604         * src/gtk/prefswindow.c
6605                 remove unnecessary frames from the prefs
6606                 pages. Patch by Pawel Pekala
6607
6608 2007-09-21 [paul]       3.0.1cvs19
6609
6610         * src/prefs_account.c
6611         * src/prefs_folder_item.c
6612         * src/prefs_quote.c
6613         * src/quote_fmt.c
6614                 put the Templates options into a tabbed
6615                 layout. Patch by Pawel Pekala
6616
6617 2007-09-21 [paul]       3.0.1cvs18
6618
6619         * src/mainwindow.c
6620                 group together the character set menu items
6621                 move the /View/Show or hide/Message view below
6622                 .../Toolbar menu item
6623                 Patch by Pawel Pekala
6624
6625 2007-09-21 [mones]      3.0.1cvs17
6626
6627         * src/compose.c
6628                 Fix for bug 1327, 'segfault when replying to a non-existent
6629                 news message', thanks to Colin.
6630
6631 2007-09-21 [colin]      3.0.1cvs16
6632
6633         * src/folderview.c
6634                 Complete 3.0.1cvs15
6635
6636 2007-09-20 [colin]      3.0.1cvs15
6637
6638         * src/folderview.c
6639         * src/folderview.h
6640                 Maybe fix bug 1324, 'Corrupted IMAP cache'
6641
6642 2007-09-20 [colin]      3.0.1cvs14
6643
6644         * src/printing.c
6645                 Fix a little leak
6646
6647 2007-09-20 [holger]     3.0.1cvs13
6648
6649         * src/printing.c
6650                 Add page layout to print preview.
6651                 Make the close-button in the toolbar
6652                 right-aligned.
6653
6654 2007-09-20 [paul]       3.0.1cvs12
6655
6656         * po/ru.po
6657                 updated by Pavlo Bohmat
6658
6659 2007-09-19 [colin]      3.0.1cvs11
6660
6661         * src/common/utils.c
6662                 Prevent unquoted mime boundaries, by always
6663                 using a /
6664
6665 2007-09-19 [colin]      3.0.1cvs10
6666
6667         * src/printing.c
6668                 Fix drawing area size, fix DPI change that
6669                 can cause total number of lines to decrease
6670
6671 2007-09-19 [colin]      3.0.1cvs9
6672
6673         * po/POTFILES.in
6674         * src/printing.c
6675                 Make print preview more efficient and nicer.
6676                 Patch mostly by Holger Berndt <hb@claws-mail.org>
6677
6678 2007-09-19 [colin]      3.0.1cvs8
6679
6680         * src/prefs_common.c
6681         * src/prefs_common.h
6682         * src/printing.c
6683                 Add scrolledwindow, default allocation and
6684                 size saving to the print preview window.
6685
6686 2007-09-18 [colin]      3.0.1cvs7
6687
6688         * src/prefs_common.c
6689         * src/prefs_common.h
6690         * src/prefs_image_viewer.c
6691         * src/printing.c
6692                 GtkPrintOperation:
6693                 - add image printing support
6694                 - add option to print images
6695                 - add preview widget
6696                 - add saving of a few Page Setup parameters
6697
6698 2007-09-18 [colin]      3.0.1cvs6
6699
6700         * AUTHORS
6701         * src/gtk/authors.h
6702                 Add Guillaume Chazarain
6703
6704 2007-09-18 [colin]      3.0.1cvs5
6705
6706         * src/common/utils.c
6707                 Fix bug 1321, 'access before allocation 
6708                 when scanning for uris'. Patch by 
6709                 Guillaume Chazarain <guichaz@yahoo.fr>
6710
6711 2007-09-18 [colin]      3.0.1cvs4
6712
6713         * src/toolbar.c
6714                 Fix bug 1320, 'Memory leak caused by 
6715                 gtk_container_get_children'. Patch by
6716                 Guillaume Chazarain <guichaz@yahoo.fr>
6717
6718 2007-09-18 [colin]      3.0.1cvs3
6719
6720         * src/printing.c
6721         * src/printing.h
6722                 Fix HAVE_GNOMEPRINT (USE_GNOMEPRINT)
6723
6724 2007-09-18 [colin]      3.0.1cvs2
6725
6726         * src/Makefile.am
6727         * src/mainwindow.c
6728         * src/messageview.c
6729         * src/messageview.h
6730         * src/prefs_ext_prog.c
6731         * src/prefs_fonts.c
6732         * src/printing.c
6733         * src/printing.h
6734         * src/summaryview.c
6735                 Use GtkPrintOperation by default on GTK+ >= 2.10
6736                 Patch by Holger Berndt <hb@claws-mail.org>
6737
6738 2007-09-18 [paul]       3.0.1cvs1
6739
6740         * NEWS
6741         * README
6742         * RELEASE_NOTES
6743         * configure.ac
6744                 bump up version number following stable release
6745
6746 2007-09-16 [colin]      3.0.0cvs18
6747
6748         * src/folder.c
6749                 Fix possible memleak
6750
6751 2007-09-16 [colin]      3.0.0cvs17
6752
6753         * src/folderview.c
6754                 Fix bug 1311, 'Wrong arrow position 
6755                 while moving message into folder when 
6756                 column headers hidden'
6757         * src/image_viewer.c
6758                 Show error in the GUI if image can't
6759                 be loaded
6760         * src/matcher.c
6761                 Fix spurious output
6762         * src/messageview.c
6763                 Allow setting domain in msgid
6764         * src/common/plugin.c
6765                 Add timing information
6766
6767 2007-09-16 [colin]      3.0.0cvs16
6768
6769         * src/account.c
6770         * src/compose.c
6771         * src/prefs_account.c
6772         * src/prefs_account.h
6773         * src/common/utils.c
6774                 Remove Generate Message-ID option. We need
6775                 this on some IMAP servers.
6776         * src/prefs_template.c
6777                 Fix double-free
6778
6779 2007-09-16 [colin]      3.0.0cvs15
6780
6781         * src/prefs_filtering.c
6782         * src/prefs_filtering.h
6783         * src/prefs_filtering_action.c
6784         * src/common/tags.c
6785                 Fix tags issues: tags with spaces, renaming
6786                 tags.
6787
6788 2007-09-16 [colin]      3.0.0cvs14
6789
6790         * src/folderview.c
6791         * src/main.c
6792         * src/mainwindow.c
6793                 Fix bug 1308, 'Claws deletes folderlist.xml after
6794                 fetching mail short after start-up'
6795
6796 2007-09-16 [colin]      3.0.0cvs13
6797
6798         * src/compose.c
6799                 Fix scrolling to cursor
6800
6801 2007-09-16 [paul]       3.0.0cvs12
6802
6803         * po/sr.po
6804                 updated by Aleksandar Urosevic
6805
6806 2007-09-16 [paul]       3.0.0cvs11
6807
6808         * src/folder.c
6809                 do not allow locked msgs to be deleted,
6810                 even by filtering/processing
6811
6812 2007-09-07 [paul]       3.0.0cvs10
6813
6814         * src/prefs_folder_column.c
6815         * src/prefs_summary_column.c
6816                 implement button sensitivity
6817                 patch by Pawel Pekala
6818
6819 2007-09-06 [wwp]        3.0.0cvs9
6820
6821         * src/prefs_gtk.c
6822                 Add a missing linefeed to a debug message.
6823
6824 2007-09-05 [colin]      3.0.0cvs8
6825
6826         * src/inc.c
6827                 Fix statusbar/window mismatch on Maemo
6828
6829 2007-09-05 [colin]      3.0.0cvs7
6830
6831         * src/ldaputil.c
6832                 Fix build without USE_LDAP_TLS
6833
6834 2007-09-05 [colin]      3.0.0cvs6
6835
6836         * src/folder.c
6837         * src/imap.c
6838         * src/inc.c
6839         * src/mbox.c
6840         * src/send_message.c
6841         * src/statusbar.c
6842         * src/statusbar.h
6843                 Maemo: distinguish various statusbar messages,
6844                 in order to display only the most important.
6845
6846 2007-09-04 [wwp]        3.0.0cvs5
6847
6848         * src/account.c
6849                 Accounts list: fix "Local" protocol not shown when USE_OPENSSL is set.
6850                 Show protocol "SMTP" and the appropriate server for send-only
6851                 accounts, show "-" instead of "" when no value is relevant.
6852
6853 2007-09-03 [ticho]      3.0.0cvs4
6854
6855         * src/summaryview.c
6856                 Handle plural form better in delete confirmation dialog.
6857
6858 2007-09-03 [wwp]        3.0.0cvs3
6859
6860         * src/compose.c
6861                 Warn differently when sending or sending later (queueing).
6862
6863 2007-09-03 [colin]      3.0.0cvs2
6864
6865         * src/procmime.c
6866         * src/procmime.h
6867         * src/common/plugin.c
6868         * src/common/plugin.h
6869                 Add a new plugin API, MimeParser. It allows
6870                 plugins to scan email MIME parts and optionally,
6871                 transform them.
6872
6873 2007-09-03 [mones]      3.0.0cvs1
6874
6875         * po/es.po
6876                 Updated translation
6877         * src/common/defs.h
6878                 While a better solution is made double history sizes
6879
6880 2007-09-03 [paul]       3.0.0
6881
6882         * NEWS
6883         * README
6884         * RELEASE_NOTES
6885                 3.0.0 released
6886
6887 [For previous entries, see ChangeLog.2.0.0-3.0.0]