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