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