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