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