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