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