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