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