b495805c8d4c6751676584b6bd5e6cf63d7db881
[claws.git] / ChangeLog
1 2007-10-05 [mones]      3.0.2cvs10
2
3         * manual/advanced.xml
4                 Use full menu name
5         * manual/es/advanced.xml
6                 Synchronise translation
7
8 2007-10-04 [colin]      3.0.2cvs9
9
10         * src/action.c
11         * src/addrbook.c
12         * src/addrindex.c
13         * src/compose.c
14         * src/exporthtml.c
15         * src/exportldif.c
16         * src/folder.c
17         * src/main.c
18         * src/matcher.c
19         * src/mbox.c
20         * src/messageview.c
21         * src/mh.c
22         * src/news.c
23         * src/partial_download.c
24         * src/pop.c
25         * src/procmime.c
26         * src/procmsg.c
27         * src/toolbar.c
28         * src/common/log.c
29         * src/common/mgutils.c
30         * src/common/plugin.c
31         * src/common/utils.c
32         * src/common/xml.c
33         * src/common/xml.h
34         * src/common/xmlprops.c
35         * src/common/xmlprops.h
36         * src/plugins/bogofilter/bogofilter.c
37         * src/plugins/clamav/clamav_plugin.c
38         * src/plugins/dillo_viewer/dillo_prefs.c
39         * src/plugins/pgpcore/prefs_gpg.c
40         * src/plugins/pgpinline/pgpinline.c
41         * src/plugins/pgpmime/pgpmime.c
42         * src/plugins/spamassassin/spamassassin.c
43         * src/plugins/trayicon/trayicon_prefs.c
44                 Verify success on writes. Will fix possible strange
45                 failure on disk full.
46
47 2007-10-04 [paul]       3.0.2cvs8
48
49         * manual/advanced.xml
50                 add further info about Actions
51                 Patch by Emmanuel Briot <briot@adacore.com>
52
53 2007-10-04 [paul]       3.0.2cvs7
54
55         * src/account.c
56                 remove the D column, instead indicate the
57                 default account by use of bold text
58
59 2007-10-03 [colin]      3.0.2cvs6
60
61         * src/common/template.c
62                 Fix templates writing (was prone to disk full problems)
63
64 2007-10-03 [colin]      3.0.2cvs5
65
66         * src/Makefile.am
67         * src/addrduplicates.c
68         * src/addrduplicates.h
69         * src/addressbook.c
70                 Add duplicate deletion. Patch by Holger
71
72 2007-10-03 [colin]      3.0.2cvs4
73
74         * src/matcher.c
75         * src/gtk/quicksearch.c
76                 Fix bug 1340, 'Case insensitive searches with 
77                 non-ascii alphabets fail'.
78
79 2007-10-03 [colin]      3.0.2cvs3
80
81         * src/main.c
82         * src/common/utils.c
83         * src/common/utils.h
84                 Implement run-time alternative config directories
85
86 2007-10-03 [colin]      3.0.2cvs2
87
88         * src/folderview.c
89                 Prevent opening folder item while folder
90                 is scanned in a better way
91
92 2007-10-02 [paul]       3.0.2cvs1
93
94         * NEWS
95         * README
96         * RELEASE_NOTES
97         * configure.ac
98                 bump up version number following stable release
99
100 2007-09-30 [colin]      3.0.1cvs49
101
102         * src/imap.c
103                 Refresh session if needed
104
105 2007-09-30 [colin]      3.0.1cvs48
106
107         * src/imap.c
108                 Reset folder's session to NULL
109                 before destroying it
110
111 2007-09-30 [mones]      3.0.1cvs47
112
113         * manual/handling.xml
114                 Use markup quotes instead hardcoded quotes
115         * manual/es/handling.xml
116                 Added new synced section (IMAP subscriptions)
117
118 2007-09-29 [colin]      3.0.1cvs46
119
120         * src/imap.c
121                 Notice disconnections faster
122
123 2007-09-28 [colin]      3.0.1cvs45
124
125         * src/addressbook.c
126         * src/addrindex.c
127                 Fix warnings
128
129 2007-09-28 [paul]       3.0.1cvs44
130
131         * src/mimeview.c
132                 fix maemo build
133
134 2007-09-28 [paul]       3.0.1cvs43
135
136         * src/account.c
137                 use gtk_widget_set_size_request() on the label
138                 so that wrapping works better. get rid of the
139                 (partially deprecated) hbutton_box.
140                 these changes should prevent buttons overlapping
141                 on maemo
142
143 2007-09-28 [colin]      3.0.1cvs42
144
145         * src/pop.c
146                 Fix typo :)
147
148 2007-09-28 [colin]      3.0.1cvs41
149
150         * src/compose.c
151         * src/msgcache.c
152         * src/pop.c
153         * src/procmime.c
154         * src/etpan/imap-thread.c
155                 64bits-related warning fixes
156
157 2007-09-28 [colin]      3.0.1cvs40
158
159         * src/folder_item_prefs.c
160         * src/ldaputil.c
161         * src/mainwindow.c
162         * src/mimeview.c
163         * src/common/tags.c
164                 Fix warnings
165
166 2007-09-28 [colin]      3.0.1cvs39
167
168         * src/plugins/spamassassin/spamassassin.c
169         * src/plugins/spamassassin/spamassassin.h
170         * src/plugins/spamassassin/spamassassin_gtk.c
171                 Add addressbook-based whitelisting
172
173 2007-09-28 [colin]      3.0.1cvs38
174
175         * src/folder.c
176                 Fix bug 1337, 'crash on pressing Send button'
177
178 2007-09-28 [paul]       3.0.1cvs37
179
180         * src/prefs_folder_item.c
181                 give the orphans a parent. makes all prefs
182                 pages visible on maemo
183
184 2007-09-28 [colin]      3.0.1cvs36
185
186         * src/prefs_folder_column.c
187         * src/prefs_summary_column.c
188                 Fix two leaks
189
190 2007-09-27 [colin]      3.0.1cvs35
191
192         * src/gtk/quicksearch.c
193                 Fix bug 1336, 'Segfault if empty space before search-string'
194
195 2007-09-26 [mones]      3.0.1cvs34
196
197         * manual/account.xml
198         * manual/plugins.xml
199                 Fixed irc channel name, added some docbook markup.
200                 Changed text markup to docbook markup. 
201                 Added spamcop as supported in SpamReport description.
202         * manual/fr/plugins.xml
203                 Fixed irc channel name.
204         * manual/es/account.xml
205         * manual/es/advanced.xml
206         * manual/es/claws-mail-manual.xml
207         * manual/es/glossary.xml
208         * manual/es/gpl.xml
209         * manual/es/keyboard.xml
210         * manual/es/plugins.xml
211                 Synced with English version, fixed a couple of typos.
212
213 2007-09-26 [colin]      3.0.1cvs33
214
215         * configure.ac
216                 Explain why "Libgnomeprint: no" on GTK+ 2.10
217
218 2007-09-26 [colin]      3.0.1cvs32
219
220         * src/messageview.c
221         * src/procmsg.c
222         * src/procmsg.h
223                 Optimisation: avoid fetching mail 3 times locally
224                 for displaying
225
226 2007-09-26 [colin]      3.0.1cvs31
227
228         * src/mh.c
229                 Fix missing static
230
231 2007-09-26 [colin]      3.0.1cvs30
232
233         * src/folder.c
234         * src/folder.h
235         * src/mh.c
236         * src/mh.h
237                 Fix MH mtime hack - make it a folder class function
238
239 2007-09-26 [colin]      3.0.1cvs29
240
241         * src/inc.c
242                 Fix bug 1334, 'user defined mail incorporation 
243                 script not run'
244
245 2007-09-25 [colin]      3.0.1cvs28
246
247         * src/codeconv.c
248                 Optimisation: shortcut conv_codeset_strdup
249                 when src_code and dest_code are the same
250         * src/common/xml.c
251         * src/common/xml.h
252                 Optimisation: shortcut code conversions when
253                 files are in UTF-8; faster list walking by
254                 using prepend/reverse.
255
256 2007-09-25 [holger]     3.0.1cvs27
257
258         * src/printing.c
259                 Replace button bar of the preview window
260                 with a real toolbar (patch by Colin)
261                 Add zooming to the preview window
262
263 2007-09-24 [paul]       3.0.1cvs26
264
265         * src/compose.c
266                 compact the character set menu, adding some
267                 missing encodings. Patch by Pawel Pekala
268
269 2007-09-23 [paul]       3.0.1cvs25
270
271         * src/prefs_account.c
272         * src/prefs_folder_item.c
273         * src/prefs_quote.c
274         * src/quote_fmt.c
275         * src/quote_fmt.h
276                 remove unnecessary frame from Templates options
277                 and improve the English of the check button label
278
279 2007-09-22 [colin]      3.0.1cvs24
280
281         * src/gtk/quicksearch.c
282                 Fix bug 1329, 'error in quicksearch.c'
283                 Fix return with value in function returning void
284
285 2007-09-22 [colin]      3.0.1cvs23
286
287         * src/imap.c
288         * src/procmsg.h
289         * src/common/utils.c
290         * src/common/utils.h
291         * src/etpan/imap-thread.c
292                 Optimise fetching IMAP cached emails *a lot*
293                 (remember whether mail is fully cached and \r's
294                  are already stripped)
295
296 2007-09-22 [colin]      3.0.1cvs22
297
298         * src/folder.c
299         * src/folder.h
300         * src/prefs_folder_item.c
301                 Add a button to allow users to drop local caches.
302
303 2007-09-21 [colin]      3.0.1cvs21
304
305         * src/summaryview.c
306                 Remove unnecessary error when cancelling export to mbox.
307                 Patch by Pawel
308
309 2007-09-21 [paul]       3.0.1cvs20
310
311         * src/gtk/prefswindow.c
312                 remove unnecessary frames from the prefs
313                 pages. Patch by Pawel Pekala
314
315 2007-09-21 [paul]       3.0.1cvs19
316
317         * src/prefs_account.c
318         * src/prefs_folder_item.c
319         * src/prefs_quote.c
320         * src/quote_fmt.c
321                 put the Templates options into a tabbed
322                 layout. Patch by Pawel Pekala
323
324 2007-09-21 [paul]       3.0.1cvs18
325
326         * src/mainwindow.c
327                 group together the character set menu items
328                 move the /View/Show or hide/Message view below
329                 .../Toolbar menu item
330                 Patch by Pawel Pekala
331
332 2007-09-21 [mones]      3.0.1cvs17
333
334         * src/compose.c
335                 Fix for bug 1327, 'segfault when replying to a non-existent
336                 news message', thanks to Colin.
337
338 2007-09-21 [colin]      3.0.1cvs16
339
340         * src/folderview.c
341                 Complete 3.0.1cvs15
342
343 2007-09-20 [colin]      3.0.1cvs15
344
345         * src/folderview.c
346         * src/folderview.h
347                 Maybe fix bug 1324, 'Corrupted IMAP cache'
348
349 2007-09-20 [colin]      3.0.1cvs14
350
351         * src/printing.c
352                 Fix a little leak
353
354 2007-09-20 [holger]     3.0.1cvs13
355
356         * src/printing.c
357                 Add page layout to print preview.
358                 Make the close-button in the toolbar
359                 right-aligned.
360
361 2007-09-20 [paul]       3.0.1cvs12
362
363         * po/ru.po
364                 updated by Pavlo Bohmat
365
366 2007-09-19 [colin]      3.0.1cvs11
367
368         * src/common/utils.c
369                 Prevent unquoted mime boundaries, by always
370                 using a /
371
372 2007-09-19 [colin]      3.0.1cvs10
373
374         * src/printing.c
375                 Fix drawing area size, fix DPI change that
376                 can cause total number of lines to decrease
377
378 2007-09-19 [colin]      3.0.1cvs9
379
380         * po/POTFILES.in
381         * src/printing.c
382                 Make print preview more efficient and nicer.
383                 Patch mostly by Holger Berndt <hb@claws-mail.org>
384
385 2007-09-19 [colin]      3.0.1cvs8
386
387         * src/prefs_common.c
388         * src/prefs_common.h
389         * src/printing.c
390                 Add scrolledwindow, default allocation and
391                 size saving to the print preview window.
392
393 2007-09-18 [colin]      3.0.1cvs7
394
395         * src/prefs_common.c
396         * src/prefs_common.h
397         * src/prefs_image_viewer.c
398         * src/printing.c
399                 GtkPrintOperation:
400                 - add image printing support
401                 - add option to print images
402                 - add preview widget
403                 - add saving of a few Page Setup parameters
404
405 2007-09-18 [colin]      3.0.1cvs6
406
407         * AUTHORS
408         * src/gtk/authors.h
409                 Add Guillaume Chazarain
410
411 2007-09-18 [colin]      3.0.1cvs5
412
413         * src/common/utils.c
414                 Fix bug 1321, 'access before allocation 
415                 when scanning for uris'. Patch by 
416                 Guillaume Chazarain <guichaz@yahoo.fr>
417
418 2007-09-18 [colin]      3.0.1cvs4
419
420         * src/toolbar.c
421                 Fix bug 1320, 'Memory leak caused by 
422                 gtk_container_get_children'. Patch by
423                 Guillaume Chazarain <guichaz@yahoo.fr>
424
425 2007-09-18 [colin]      3.0.1cvs3
426
427         * src/printing.c
428         * src/printing.h
429                 Fix HAVE_GNOMEPRINT (USE_GNOMEPRINT)
430
431 2007-09-18 [colin]      3.0.1cvs2
432
433         * src/Makefile.am
434         * src/mainwindow.c
435         * src/messageview.c
436         * src/messageview.h
437         * src/prefs_ext_prog.c
438         * src/prefs_fonts.c
439         * src/printing.c
440         * src/printing.h
441         * src/summaryview.c
442                 Use GtkPrintOperation by default on GTK+ >= 2.10
443                 Patch by Holger Berndt <hb@claws-mail.org>
444
445 2007-09-18 [paul]       3.0.1cvs1
446
447         * NEWS
448         * README
449         * RELEASE_NOTES
450         * configure.ac
451                 bump up version number following stable release
452
453 2007-09-16 [colin]      3.0.0cvs18
454
455         * src/folder.c
456                 Fix possible memleak
457
458 2007-09-16 [colin]      3.0.0cvs17
459
460         * src/folderview.c
461                 Fix bug 1311, 'Wrong arrow position 
462                 while moving message into folder when 
463                 column headers hidden'
464         * src/image_viewer.c
465                 Show error in the GUI if image can't
466                 be loaded
467         * src/matcher.c
468                 Fix spurious output
469         * src/messageview.c
470                 Allow setting domain in msgid
471         * src/common/plugin.c
472                 Add timing information
473
474 2007-09-16 [colin]      3.0.0cvs16
475
476         * src/account.c
477         * src/compose.c
478         * src/prefs_account.c
479         * src/prefs_account.h
480         * src/prefs_template.c
481         * src/common/utils.c
482                 Remove Generate Message-ID option. We need
483                 this on some IMAP servers.
484
485 2007-09-16 [colin]      3.0.0cvs15
486
487         * src/prefs_filtering.c
488         * src/prefs_filtering.h
489         * src/prefs_filtering_action.c
490         * src/common/tags.c
491                 Fix tags issues: tags with spaces, renaming
492                 tags.
493
494 2007-09-16 [colin]      3.0.0cvs14
495
496         * src/folderview.c
497         * src/main.c
498         * src/mainwindow.c
499                 Fix bug 1308, 'Claws deletes folderlist.xml after
500                 fetching mail short after start-up'
501
502 2007-09-16 [colin]      3.0.0cvs13
503
504         * src/compose.c
505                 Fix scrolling to cursor
506
507 2007-09-16 [paul]       3.0.0cvs12
508
509         * po/sr.po
510                 updated by Aleksandar Urosevic
511
512 2007-09-16 [paul]       3.0.0cvs11
513
514         * src/folder.c
515                 do not allow locked msgs to be deleted,
516                 even by filtering/processing
517
518 2007-09-07 [paul]       3.0.0cvs10
519
520         * src/prefs_folder_column.c
521         * src/prefs_summary_column.c
522                 implement button sensitivity
523                 patch by Pawel Pekala
524
525 2007-09-06 [wwp]        3.0.0cvs9
526
527         * src/prefs_gtk.c
528                 Add a missing linefeed to a debug message.
529
530 2007-09-05 [colin]      3.0.0cvs8
531
532         * src/inc.c
533                 Fix statusbar/window mismatch on Maemo
534
535 2007-09-05 [colin]      3.0.0cvs7
536
537         * src/ldaputil.c
538                 Fix build without USE_LDAP_TLS
539
540 2007-09-05 [colin]      3.0.0cvs6
541
542         * src/folder.c
543         * src/imap.c
544         * src/inc.c
545         * src/mbox.c
546         * src/send_message.c
547         * src/statusbar.c
548         * src/statusbar.h
549                 Maemo: distinguish various statusbar messages,
550                 in order to display only the most important.
551
552 2007-09-04 [wwp]        3.0.0cvs5
553
554         * src/account.c
555                 Accounts list: fix "Local" protocol not shown when USE_OPENSSL is set.
556                 Show protocol "SMTP" and the appropriate server for send-only
557                 accounts, show "-" instead of "" when no value is relevant.
558
559 2007-09-03 [ticho]      3.0.0cvs4
560
561         * src/summaryview.c
562                 Handle plural form better in delete confirmation dialog.
563
564 2007-09-03 [wwp]        3.0.0cvs3
565
566         * src/compose.c
567                 Warn differently when sending or sending later (queueing).
568
569 2007-09-03 [colin]      3.0.0cvs2
570
571         * src/procmime.c
572         * src/procmime.h
573         * src/common/plugin.c
574         * src/common/plugin.h
575                 Add a new plugin API, MimeParser. It allows
576                 plugins to scan email MIME parts and optionally,
577                 transform them.
578
579 2007-09-03 [mones]      3.0.0cvs1
580
581         * po/es.po
582                 Updated translation
583         * src/common/defs.h
584                 While a better solution is made double history sizes
585
586 2007-09-03 [paul]       3.0.0
587
588         * NEWS
589         * README
590         * RELEASE_NOTES
591                 3.0.0 released
592
593 2007-09-03 [paul]       2.10.0cvs191
594
595         * po/bg.po
596         * po/ca.po
597         * po/de.po
598         * po/fi.po
599         * po/fr.po
600         * po/hu.po
601         * po/it.po
602         * po/pl.po
603         * po/pt_BR.po
604         * po/ru.po
605         * po/sk.po
606         * po/zh_CN.po
607                 updated by Yasen Pramatarov, Miquel Oliete, Stephan
608                 Sachse, Flammie Pirinen, Fabien Vantard, Pader Rezso,
609                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves
610                 Guimaraes, Pavlo Bohmat, Andrej Kacian, and Ralph Young
611
612 2007-09-02 [colin]      2.10.0cvs190
613
614         * src/edittags.c
615         * src/common/tags.c
616                 Prevent empty or white-space tags
617
618 2007-09-01 [colin]      2.10.0cvs189
619
620         * src/main.c
621                 Fix double-reading of accounts list when
622                 the wizard has been run due to no accounts
623         * src/mainwindow.c
624                 Fix sensitivity of a menu item in case 
625                 there's no account
626
627 2007-09-01 [wwp]        2.10.0cvs188
628
629         * src/wizard.c
630                 Fix wizard crash when Mailbox dir already exists
631                 (thanks to Colin).
632
633 2007-08-31 [colin]      2.10.0cvs187
634
635         * src/etpan/imap-thread.c
636                 Fix unwanted creation of 
637                 libetpan's stream dump file
638         * src/compose.c
639                 Fix coloring of pastes as quotation
640         * src/summaryview.c
641                 Maemo: Fix opening of mails from keypad
642                 in Sent folders
643         * src/addressbook.c
644         * src/folderview.c
645         * src/image_viewer.c
646         * src/mimeview.c
647         * src/gtk/prefswindow.c
648                 Maemo: Fix adjustments changes 
649
650 2007-08-30 [colin]      2.10.0cvs186
651
652         * src/folderview.c
653                 Don't opened selected folder when clicking
654                 on white space
655         * src/mainwindow.c
656                 Maemo: Make Esc close messageviews
657         * src/messageview.c
658                 Maemo: Fix message scrolling to the end on 
659                 opening
660                 Maemo: Fix reopening same message
661         * src/gtk/prefswindow.c
662                 Maemo: try to fix scrollbar. Doesn't work,
663                 it seems as if gtk_adjustment_set_value was
664                 a noop.
665
666 2007-08-30 [colin]      2.10.0cvs185
667
668         * src/compose.c
669         * src/folderview.c
670         * src/main.c
671         * src/prefs_matcher.c
672         * src/prefs_template.c
673         * src/quote_fmt.c
674         * src/send_message.c
675         * src/toolbar.c
676         * src/gtk/gtkaspell.c
677         * src/plugins/bogofilter/bogofilter.c
678         * src/plugins/bogofilter/bogofilter_gtk.c
679         * src/plugins/clamav/clamav_plugin_gtk.c
680         * src/plugins/pgpcore/sgpgme.c
681         * src/plugins/spamassassin/spamassassin.c
682         * src/plugins/spamassassin/spamassassin_gtk.c
683                 Fix all potential misuses of format-string functions
684
685 2007-08-30 [wwp]        2.10.0cvs184
686
687         * src/prefs_template.c
688                 Fix a leak.
689
690 2007-08-29 [colin]      2.10.0cvs183
691
692         * src/plugins/trayicon/trayicon.c
693                 Fix leak of hooks in case of error,
694                 thanks to Holger Berndt
695
696 2007-08-28 [colin]      2.10.0cvs182
697
698         * src/mainwindow.c
699                 Don't use current folder settings when
700                 composing from the compose button's
701                 account selector
702
703 2007-08-28 [colin]      2.10.0cvs181
704
705         * src/quote_fmt_parse.y
706                 Fix cursor offset when quote contains UTF-8
707                 chars
708
709 2007-08-28 [colin]      2.10.0cvs180
710
711         * src/compose.c
712         * src/compose.h
713                 Fix signature replacement when it's been wrapped
714
715 2007-08-27 [colin]      2.10.0cvs179
716
717         * src/summaryview.c
718                 Fix indentation
719
720 2007-08-27 [colin]      2.10.0cvs178
721
722         * src/summaryview.c
723                 Fix Quicksearch's Sticky mode
724
725 2007-08-27 [colin]      2.10.0cvs177
726
727         * src/folder_item_prefs.c
728         * src/folder_item_prefs.h
729         * src/imap_gtk.c
730         * src/mh_gtk.c
731                 Fix loss of subfolders properties when
732                 renaming a folder
733
734 2007-08-26 [wwp]        2.10.0cvs176
735
736         * src/alertpanel.c
737         * src/messageview.c
738         * src/prefs_actions.c
739                 Revert parts of 2.10.0cvs174: g_markup_printf_escaped()
740                 will have to be used when necessary *before* calling
741                 alertpanel functions.
742
743 2007-08-25 [paul]       2.10.0cvs175
744
745         * src/prefs_actions.c
746                 workaround gettext problem marking
747                 string as c-format when it's not
748
749 2007-08-25 [wwp]        2.10.0cvs174
750
751         * src/alertpanel.c
752         * src/messageview.c
753         * src/prefs_actions.c
754                 Call the pango markup escape function right ince in alertpanel_create
755                 instead of everywhere (reverts some parts of 2.10.0cvs123 and
756                 2.10.0cvs158).
757
758         * src/common/log.c
759                 Fix a crash due to a misuse of g_print(), encountered when the string
760                 passed to g_print was containing printf substitution symbols.
761
762 2007-08-25 [paul]       2.10.0cvs173
763
764         * src/common/log.c
765                 fix a segfault when refreshing RSSyl feeds
766
767 2007-08-25 [paul]       2.10.0cvs172
768
769         * src/gtk/icon_legend.c
770                 add watchthread.xpm
771
772 2007-08-25 [paul]       2.10.0cvs171
773
774         * src/Makefile.am
775         * src/stock_pixmap.c
776         * src/pixmaps/insert_file.xpm
777                 add a new pixmap instead of re-using
778                 paste.xpm. (easier for icon theme authors)
779
780 2007-08-24 [holger]     2.10.0cvs170
781
782         * src/plugins/trayicon/trayicon.c
783                 The same fix for another hook id.
784
785 2007-08-24 [holger]     2.10.0cvs169
786
787         * src/plugins/trayicon/trayicon.c
788                 Micro-fix: Do the error checking for
789                 the right hook id.
790
791 2007-08-24 [paul]       2.10.0cvs168
792
793         * src/folder.h
794                 fix typo causing compiler warning
795
796 2007-08-24 [paul]       2.10.0cvs167
797
798         * README
799                 put back the correct version of this file also
800
801 2007-08-24 [colin]      2.10.0cvs166
802
803         * src/send_message.c
804                 Use progress bar when sending messages
805
806 2007-08-24 [paul]       2.10.0cvs165
807
808         * Makefile.am
809                 oops! if i'm quick no-one will notice
810                 (put back the proper file)
811
812 2007-08-24 [paul]       2.10.0cvs164
813
814         * AUTHORS
815         * Makefile.am
816         * README
817         * src/gtk/authors.h
818         * tools/Makefile.am
819         * tools/README
820         * tools/mew2claws-mail.pl
821                 add new script that imports a Mew address book
822                 submitted by Jerome Lelong
823
824 2007-08-24 [paul]       2.10.0cvs163
825
826         * manual/plugins.xml
827                 remove the obsolete plugins, add the
828                 missing plugins, including the forthcoming
829                 SpamReport plugin
830
831 2007-08-24 [paul]       2.10.0cvs162
832
833         * manual/advanced.xml
834                 add info about the hidden emphasis_color option
835         * manual/keyboard.xml
836                 correct the info about hotkeys
837                 wrap the long lines
838
839 2007-08-24 [paul]       2.10.0cvs161
840
841         * src/folderview.c
842                 add mnemonic to 'Run procesing rules'
843
844 2007-08-24 [paul]       2.10.0cvs160
845
846         * src/account.c
847         * src/folder.c
848         * src/folder.h
849                 use suitable defaults for outbox,
850                 queue, drafts and trash folders
851
852 2007-08-24 [wwp]        2.10.0cvs159
853
854         * src/folderview.c
855                 Update menu item sensitivity if necessary (or we get a
856                 gtk critical message).
857
858 2007-08-23 [wwp]        2.10.0cvs158
859
860         * src/action.c
861         * src/prefs_actions.c
862                 Allow literal % chars in action commands (use %%).
863                 Add a missing p++ to the action parser in action_get_type(),
864                 which was missing it, even if it was neutral.
865                 Fix a pango markup warning at runtime.
866
867 2007-08-23 [wwp]        2.10.0cvs157
868
869         * src/addressbook.c
870                 Contacts are now locale-aware sorted in the address book
871                 (LC_COLLATE matters here).
872                 Fix missing table initializers.
873
874 2007-08-23 [colin]      2.10.0cvs156
875
876         * src/imap.c
877                 Check scan_required on dest folder when copying
878
879 2007-08-23 [colin]      2.10.0cvs155
880
881         * src/imap.c
882                 Fix scanning when folder was empty
883
884 2007-08-22 [colin]      2.10.0cvs154
885
886         * src/msgcache.c
887                 Don't g_warning when g_try_malloc fails(), or it makes
888                 things worse as g_log() allocates. Fixes bug 1290,
889                 'Claws Mail crashes if too little memory when 
890                 rebuilding folder tree'
891
892 2007-08-22 [colin]      2.10.0cvs153
893
894         * src/inc.c
895                 Fix format string vulnerability, thanks to
896                 Ulf Harnhammar, Secunia Research
897
898 2007-08-22 [colin]      2.10.0cvs152
899
900         * src/ldapserver.c
901                 Set tv_usec too
902
903 2007-08-22 [wwp]        2.10.0cvs151
904
905         * src/ldapquery.c
906                 Few better null-ptr checks.
907
908 2007-08-22 [colin]      2.10.0cvs150
909
910         * src/editldap.c
911         * src/editldap_basedn.c
912         * src/ldapquery.c
913         * src/ldapserver.c
914         * src/ldapserver.h
915         * src/ldapupdate.c
916         * src/ldaputil.c
917         * src/ldaputil.h
918                 Fix ldap timeouts
919
920 2007-08-22 [colin]      2.10.0cvs149
921
922         * src/ldapquery.c
923                 Finish previous fix
924
925 2007-08-22 [colin]      2.10.0cvs148
926
927         * src/ldapquery.c
928                 Fix wrong assertions
929
930 2007-08-22 [colin]      2.10.0cvs147
931
932         * src/ldaputil.c
933                 Fix test (set ldap v3 if bindDN is set or TLS is set)
934
935 2007-08-22 [colin]      2.10.0cvs146
936
937         * src/editldap.c
938         * src/ldaputil.c
939                 Fix wrong "Connected successfully to server". Connection only succeeds if
940                 we can get the base DN.
941
942 2007-08-21 [wwp]        2.10.0cvs145
943
944         * src/browseldap.c
945         * src/editldap.c
946         * src/ldapctrl.c
947         * src/ldapquery.c
948         * src/ldapserver.c
949         * src/ldapupdate.c
950         * src/ldaputil.c
951                 More sanity checks in ldap functions.
952
953 2007-08-21 [wwp]        2.10.0cvs144
954
955         * src/prefs_account.c
956                 Don't return a value in a void function().
957
958 2007-08-21 [paul]       2.10.0cvs143
959
960         * src/messageview.c
961                 add check for ftp: to messageview_list_urls()
962
963 2007-08-21 [colin]      2.10.0cvs142
964
965         * src/editldap.c
966         * src/ldapctrl.c
967         * src/ldapctrl.h
968         * src/ldapquery.c
969         * src/ldapupdate.c
970                 Fix bug 1293, 'LDAP address book not working'
971                 Search only on specified fields, but fetch 
972                 every field possible. People will have to 
973                 reset the searched Attributes in their LDAP
974                 servers properties.
975
976 2007-08-21 [wwp]        2.10.0cvs141
977
978         * src/addr_compl.c
979         * src/addrbook.c
980         * src/addrcache.c
981         * src/addrcindex.c
982         * src/addressbook.c
983         * src/addrindex.c
984         * src/browseldap.c
985         * src/crash.c
986         * src/editaddress_other_attributes_ldap.c
987         * src/exporthtml.c
988         * src/folder.c
989         * src/folderview.c
990         * src/imap.c
991         * src/jpilot.c
992         * src/ldapserver.c
993         * src/ldapupdate.c
994         * src/ldif.c
995         * src/main.c
996         * src/mainwindow.c
997         * src/matcher.c
998         * src/mh.c
999         * src/msgcache.c
1000         * src/mutt.c
1001         * src/pine.c
1002         * src/pop.c
1003         * src/prefs_customheader.c
1004         * src/prefs_msg_colors.c
1005         * src/procmime.c
1006         * src/textview.c
1007         * src/vcard.c
1008         * src/wizard.c
1009         * src/common/log.c
1010         * src/common/socket.c
1011         * src/common/ssl_certificate.c
1012         * src/common/utils.c
1013         * src/common/utils.h
1014         * src/gtk/description_window.c
1015         * src/plugins/demo/demo.c
1016         * src/plugins/pgpcore/prefs_gpg.c
1017         * src/plugins/spamassassin/libspamc.c
1018                 Make sure we use glib functions to send text messages (information,
1019                 debug, warning, errors) to stdout/stderr - no more direct puts
1020                 fputs printf fprintf to stdout/stderr when it can be done using
1021                 g_log*() and g_print/g_printerr. Doing this, we make sure every
1022                 stdout/stderr message is saved to log in Windows.
1023
1024
1025 2007-08-21 [wwp]        2.10.0cvs140
1026
1027         * src/main.c
1028         * src/common/utils.h
1029                 Route glib's stdout/stderr messages to a log file (Windows only),
1030                 instead of loosing them.
1031
1032 2007-08-21 [paul]       2.10.0cvs139
1033
1034         * src/mainwindow.c
1035                 replace deprecated g_strncasecmp()
1036         * src/messageview.c
1037                 fix 'List URLS'
1038
1039 2007-08-20 [ticho]      2.10.0cvs138
1040
1041         * src/account.c
1042         * src/prefs_account.h
1043                 Copy all account preferences in account_clone() - some
1044                 were missing.
1045         * src/prefs_account.c
1046                 Handle empty privacy system combobox gracefully (warning
1047                 instead of a crash).
1048
1049 2007-08-20 [colin]      2.10.0cvs137
1050
1051         * src/ldapctrl.c
1052                 Fix a leak
1053
1054 2007-08-20 [paul]       2.10.0cvs136
1055
1056         * src/browseldap.c
1057         * src/editldap.c
1058         * src/ldapctrl.c
1059         * src/ldapquery.c
1060         * src/ldapquery.h
1061         * src/ldapserver.c
1062         * src/ldaputil.c
1063                 add debug_prints
1064                 patch by Michael Rasmussen
1065
1066 2007-08-19 [colin]      2.10.0cvs135
1067
1068         * src/imap.c
1069                 Fix previous commit. Sensitivity update is needed
1070                 for "Cancel receiving". However when batching we
1071                 don't need to do it for every message flag change,
1072                 just once at the start and once at the end.
1073
1074 2007-08-19 [colin]      2.10.0cvs134
1075
1076         * src/imap.c
1077                 Remove useless menu updates on session lock/unlock
1078
1079 2007-08-19 [colin]      2.10.0cvs133
1080
1081         * src/etpan/imap-thread.c
1082                 Make all fetch logs less verbose
1083
1084 2007-08-19 [paul]       2.10.0cvs132
1085
1086         * src/foldersel.c
1087         * src/folderview.c
1088         * src/summaryview.c
1089                 fix bug 1286, 'Can't move a folder into a "Folders
1090                 Only" folder'
1091
1092 2007-08-18 [ticho]      2.10.0cvs131
1093
1094         * src/editaddress_other_attributes_ldap.c
1095                 Converted option menu for other ldap attributes to GtkComboBox.
1096
1097 2007-08-18 [colin]      2.10.0cvs130
1098
1099         * src/compose.c
1100         * src/prefs_common.c
1101         * src/prefs_common.h
1102         * src/prefs_send.c
1103         * src/send_message.c
1104                 Revert 'send_dialog_mode' meaning to 
1105                 'send_dialog_invisible', so that the 
1106                 new checkbox doesn't change the 
1107                 existing behaviour.
1108
1109 2007-08-18 [paul]       2.10.0cvs129
1110
1111         * src/summaryview.c
1112                 add missing menu update
1113
1114 2007-08-17 [colin]      2.10.0cvs128
1115
1116         * src/folder.c
1117                 Set batching after getting flags - maybe fixes
1118                 bug 1292, 'CM crashes on writing mail'
1119
1120 2007-08-16 [ticho]      2.10.0cvs127
1121
1122         * src/prefs_send.c
1123                 Convert two GtkOptionMenu widgets to new GtkComboBox.
1124         * src/gtk/combobox.h
1125         * src/gtk/gtkutils.c
1126                 Allow NULL for GtkComboBox menuitem label, rendering such
1127                 items as row separators.
1128
1129 2007-08-16 [paul]       2.10.0cvs126
1130
1131         * src/plugins/trayicon/trayicon.c
1132                 remove wrongly used gettextisation
1133
1134 2007-08-15 [ticho]      2.10.0cvs125
1135
1136         * src/importldif.c
1137                 Fixed a runtime warning where an attempt to pack an
1138                 already packed GtkLabel was made.
1139
1140 2007-08-15 [ticho]      2.10.0cvs124
1141
1142         * src/prefs_compose_writing.c
1143                 Convert the insert-or-attach-dragged-files GtkOptionMenu
1144                 into GtkComboBox.
1145
1146 2007-08-14 [ticho]      2.10.0cvs123
1147
1148         * src/messageview.c
1149         * src/gtk/gtkutils.c
1150                 Changed return receipt account selector to GtkComboBox.
1151                 Fixed a runtime warning where GTK tried to parse
1152                 "name <email@address" as a Pango markup in an alertpanel label.
1153
1154 2007-08-14 [ticho]      2.10.0cvs122
1155
1156         * src/prefs_logging.c
1157                 Changed GtkOptionMenu in logging preferences to GtkComboBox.
1158
1159 2007-08-14 [wwp]        2.10.0cvs121
1160
1161         * tools/Makefile.am
1162         * tools/README
1163         * tools/popfile-link.sh
1164                 Added a new tool: POPFile helper, to open
1165                 selected messages in POPFile control center,
1166                 in order to change the messages' status.
1167
1168 2007-08-14 [ticho]      2.10.0cvs120
1169
1170         * src/compose.c
1171         * src/prefs_common.c
1172         * src/prefs_common.h
1173         * src/prefs_send.c
1174         * src/send_message.c
1175                 Change "Show send dialog" optionmenu to a checkbutton.
1176         * src/prefs_receive.c
1177                 Migrate "Show receive dialog" GtkOptionMenu to GtkComboBox.
1178
1179 2007-08-13 [wwp]        2.10.0cvs119
1180
1181         * src/addr_compl.c
1182         * src/addressbook.c
1183         * src/addrindex.c
1184         * src/compose.c
1185         * src/filtering.c
1186         * src/folderview.c
1187         * src/inc.c
1188         * src/matcher.c
1189         * src/mh.c
1190         * src/partial_download.c
1191         * src/prefs_gtk.c
1192         * src/procmsg.c
1193         * src/stock_pixmap.c
1194         * src/summaryview.c
1195         * src/common/utils.c
1196         * src/gtk/gtkaspell.c
1197         * src/gtk/menu.c
1198                 Make sure we never pass NULL pointers for %s substitutions
1199                 (prevent from crashing in Windows).
1200
1201 2007-08-13 [wwp]        2.10.0cvs118
1202
1203         * src/msgcache.c
1204                 Re-enable mmap_reads in Windows with some missing
1205                 CloseHandle of mapping objects, thanks to
1206                 Marcus Brinkmann.
1207
1208 2007-08-13 [paul]       2.10.0cvs117
1209
1210         * src/common/utils.c
1211                 fix bug 1287, 'Compile time problem on Solaris
1212                 (nexenta gnu/Solaris) utils.c'
1213                 Thanks to Piotr Chrzczonowicz
1214
1215 2007-08-12 [wwp]        2.10.0cvs116
1216
1217         * src/plugins/pgpcore/prefs_gpg.c
1218                 Don't try to unset a GPG_AGENT_INFO that was not
1219                 set (and don't use a NULL string in Windows, it was
1220                 crashing with --debug if GPG_AGENT_INFO was not set).
1221
1222 2007-08-12 [wwp]        2.10.0cvs115
1223
1224         * src/privacy.h
1225                 Make gcc type-check arguments passed to privacy_set_error().
1226
1227 2007-08-12 [ticho]      2.10.0cvs114
1228
1229         * src/prefs_folder_item.c
1230                 Make sure that folder default account combobox always has some
1231                 account preselected.
1232         * src/gtk/combobox.c
1233                 Handle empty combobox gracefully (warning instead of crash).
1234
1235 2007-08-12 [ticho]      2.10.0cvs114
1236
1237         * src/prefs_folder_item.c
1238                 Make sure that folder default account combobox is not empty.
1239         * src/gtk/combobox.c
1240                 Handle empty combobox gracefully (warning instead of crash).
1241
1242 2007-08-11 [paul]       2.10.0cvs113
1243
1244         * src/addrgather.c
1245         * src/folderview.c
1246                 use 'subfolder' instead of 'sub-folder', matching
1247                 everywhere else the term is used
1248         * src/imap_gtk.c
1249                 fix engrish
1250
1251 2007-08-10 [wwp]        2.10.0cvs112
1252
1253         * src/msgcache.c
1254                 Disable mmap reads in Windows only (at least temporarily), they
1255                 prevent from renaming/removing target cache files.
1256
1257 2007-08-10 [paul]
1258
1259         3.0.0-rc2 released
1260
1261 2007-08-10 [wwp]        2.10.0cvs111
1262
1263         * src/msgcache.c
1264                 fix unpredictable crashes in Windows due to broken
1265                 cache/mark/tags files writting (file were opened for
1266                 writing in text mode).
1267
1268         * src/recv.c
1269                 use gettimeofday() from w32lib.h on Windows.
1270
1271 2007-08-10 [colin]      2.10.0cvs110
1272
1273         * src/imap.c
1274         * src/etpan/imap-thread.c
1275         * src/etpan/imap-thread.h
1276                 Better IMAP scanning (NOOP instead of CLOSE/SELECT)
1277
1278 2007-08-09 [colin]      2.10.0cvs109
1279
1280         * src/editldap.c
1281                 Fix port being reset to 636 on SSL
1282         * src/folder.c
1283                 Fix folder_item_get_msg_num_by_file
1284                 on drafts/queue folders
1285
1286 2007-08-09 [wwp]        2.10.0cvs108
1287
1288         * src/folder.c
1289                 Fix tags DB path in Windows (thanks to Colin): '/' is a valid
1290                 path divider in Windows, but Glib uses '\' as G_DIR_SEPARATOR.
1291
1292
1293 2007-08-09 [colin]      2.10.0cvs107
1294
1295         * src/folderview.c
1296         * src/summaryview.c
1297         * src/gtk/prefswindow.c
1298                 A few Maemo layout fixes
1299
1300 2007-08-09 [paul]       2.10.0cvs106
1301
1302         * src/prefs_account.c
1303                 remove the hyphen from plug-ins to
1304                 match everywhere else
1305
1306 2007-08-08 [wwp]        2.10.0cvs105
1307
1308         * src/prefs_folder_item.c
1309                 Fix an extraneous stealth ^L char.
1310
1311 2007-08-08 [wwp]        2.10.0cvs104
1312
1313         * src/prefs_folder_item.c
1314                 Better fix, group variables declarations (USE_ASPELL).
1315
1316 2007-08-08 [wwp]        2.10.0cvs103
1317
1318         * src/prefs_folder_item.c
1319                 Fix compilation w/ USE_ASPELL set (broken
1320                 by 2.10.0cvs102).
1321
1322 2007-08-08 [ticho]      2.10.0cvs102
1323
1324         * src/prefs_folder_item.c
1325                 Migrate two deprecated GtkOptionMenu widgets to GtkComboBox.
1326
1327 2007-08-08 [colin]      2.10.0cvs101
1328
1329         * src/imap.c
1330         * src/etpan/imap-thread.c
1331         * src/etpan/imap-thread.h
1332                 Close selected mailbox before doing
1333                 status on it.
1334
1335 2007-08-08 [colin]      2.10.0cvs100
1336
1337         * src/html.c
1338                 Complete symbol table, thanks to wwp.
1339                 Fixes bug 1284, 'The html -> text 
1340                 converter ignores entities'
1341         * src/msgcache.c
1342                 Fix possible fd leak
1343
1344 2007-08-08 [colin]      2.10.0cvs99
1345
1346         * src/imap.c
1347                 Better way to fetch UIDs on non-UIDPLUS servers
1348
1349 2007-08-07 [colin]      2.10.0cvs98
1350
1351         * src/imap.c
1352                 fix bug 1275, 'auto-saved draft messages not 
1353                 always being removed'; Also, make multiple
1354                 copy (in the same account) faster by matching
1355                 source/destination message UIDs.
1356         * src/messageview.c
1357                 Don't try to reshow deleted mail
1358         * src/msgcache.c
1359                 Fix leak on error path
1360
1361 2007-08-07 [wwp]        2.10.0cvs97
1362
1363         * manual/account.xml
1364         * manual/advanced.xml
1365         * manual/fr/account.xml
1366         * manual/fr/advanced.xml
1367                 Updated the reference manual and the French translation to
1368                 reflect 2.10.0cvs84: enable running folder Processing
1369                 rules on demand.
1370
1371 2007-08-06 [wwp]        2.10.0cvs96
1372
1373         * src/prefs_common.c
1374         * src/prefs_common.h
1375         * src/textview.c
1376                 Allow changing the emphasis color used to highlight
1377                 the newsreader/x-mailer header value when it matches
1378                 our preferred mail agent (hidden pref 'emphasis_col' added
1379                 to clawsrc).
1380
1381 2007-08-06 [colin]      2.10.0cvs95
1382
1383         * src/compose.c
1384         * src/compose.h
1385                 Re-commit 2.10.0cvs86, with a protection
1386                 against Pango bug. Also, try to fix 
1387                 bug 1275, 'auto-saved draft messages not 
1388                 always being removed'
1389
1390 2007-08-06 [wwp]        2.10.0cvs94
1391
1392         * src/gtk/quicksearch.c
1393                 Replace deprecated GtkCombo with its modern equivalen GtkComboBox.
1394
1395 2007-08-06 [ticho]      2.10.0cvs93
1396
1397         * src/prefs_account.c
1398         * src/gtk/combobox.c
1399                 Use GtkComboBox instead of GtkOptionMenu for privacy system
1400                 selection in account preferences.
1401
1402 2007-08-06 [wwp]        2.10.0cvs92
1403
1404         * src/plugins/pgpcore/plugin.def
1405                 Apply one more chunk from gpg4win's 03-w32-port patch.
1406
1407 2007-08-05 [colin]      2.10.0cvs91
1408
1409         * src/compose.c
1410         * src/compose.h
1411                 reverting buggy patch for now
1412
1413 2007-08-05 [colin]      2.10.0cvs90
1414
1415         * src/folder.c
1416                 Fix slowdown
1417
1418 2007-08-04 [colin]      2.10.0cvs89
1419
1420         * src/prefs_summaries.c
1421         * src/summary_search.c
1422                 Replace deprecated widgets. Patch by
1423                 Andrej.
1424
1425 2007-08-04 [colin]      2.10.0cvs88
1426
1427         * src/mh.c
1428                 Refresh GUI only every 2000 mails on mh_get_last_num
1429                 This is fast (readdir) and done only once per 
1430                 session/folder
1431
1432 2007-08-03 [colin]      2.10.0cvs87
1433
1434         * src/prefs_account.c
1435         * src/gtk/combobox.h
1436         * src/gtk/gtkutils.c
1437                 Fix a deprecated widget. Patch by
1438                 Andrej
1439
1440 2007-08-03 [colin]      2.10.0cvs86
1441
1442         * src/compose.c
1443         * src/compose.h
1444                 Make colorisation and wrapping algorithms
1445                 faster. Fixes bug 1246, 'compose becomes 
1446                 increasingly slow replying to complex emails'
1447
1448 2007-08-03 [paul]       2.10.0cvs85
1449
1450         * src/mh.c
1451                 keep the window painted
1452
1453 2007-08-02 [paul]       2.10.0cvs84
1454
1455         * src/folderview.c
1456         * src/mainwindow.c
1457         * src/mainwindow.h
1458                 enable running folder Processing
1459                 rules on demand
1460
1461 2007-08-02 [paul]       2.10.0cvs83
1462
1463         * src/textview.c
1464                 speed up/clean up rendering of larger
1465                 msgs
1466                 Thanks to Colin
1467
1468 2007-08-01 [paul]       2.10.0cvs82
1469
1470         * src/mainwindow.h
1471                 clean up cruft
1472         * src/toolbar.c
1473                 change default toolbar layout on maemo
1474         * src/pixmaps/close.xpm
1475                 make the red cross a grey cross
1476         * src/pixmaps/jpilot.xpm
1477                 make icon smaller so it fits better
1478
1479 2007-07-31 [paul]       2.10.0cvs81
1480
1481         * src/setup.c
1482         * src/gtk/gtkutils.c
1483                 fix crash on maemo on first launch
1484
1485 2007-07-30 [paul]       2.10.0cvs80
1486
1487         * src/prefs_matcher.c
1488                 specify the units of age and size
1489
1490 2007-07-30 [paul]       2.10.0cvs79
1491
1492         * src/main.c
1493                 Fix IMAP timeout setting
1494
1495 2007-07-30 [colin]      2.10.0cvs78
1496
1497         * src/prefs_account.c
1498                 Fix a deprecated widget. Patch by
1499                 Andrej
1500
1501 2007-07-27 [paul]       2.10.0cvs77
1502
1503         * src/matcher_parser_parse.y
1504         * src/prefs_filtering_action.c
1505         * src/prefs_matcher.c
1506                 these changes forgotten in cvs74's
1507                 'watch thread' feature
1508
1509 2007-07-27 [paul]       2.10.0cvs76
1510
1511         * src/compose.c
1512                 fix potential crasher
1513                 thanks to Colin
1514
1515 2007-07-27 [paul]       2.10.0cvs75
1516
1517         * src/mainwindow.c
1518         * src/manual.c
1519         * src/manual.h
1520         * src/gtk/gtkutils.c
1521                 make mainwindow's /Help/Manual point to the
1522                 remote copy if the local copy doesn't exist
1523
1524 2007-07-27 [paul]       2.10.0cvs74
1525
1526         * src/Makefile.am
1527         * src/filtering.c
1528         * src/folder.c
1529         * src/mainwindow.c
1530         * src/matcher.c
1531         * src/matcher.h
1532         * src/matcher_parser_parse.y
1533         * src/procmsg.c
1534         * src/procmsg.h
1535         * src/stock_pixmap.c
1536         * src/stock_pixmap.h
1537         * src/summaryview.c
1538         * src/summaryview.h
1539         * src/toolbar.c
1540         * src/toolbar.h
1541         * src/pixmaps/watchthread.xpm
1542                 add 'watch thread' feature
1543
1544 2007-07-27 [paul]       2.10.0cvs73
1545
1546         * src/prefs_folder_item.c
1547                 adjust labels, add tooltips
1548
1549 2007-07-27 [colin]      2.10.0cvs72
1550
1551         * src/summaryview.c
1552                 Maemo: Remove less used menu items
1553
1554 2007-07-26 [colin]      2.10.0cvs71
1555
1556         * src/messageview.c
1557                 Maemo: destroy messageview after trashing mail.
1558                 Maybe should be done on X11 too
1559
1560 2007-07-26 [colin]      2.10.0cvs70
1561
1562         * src/folderview.c
1563         * src/mainwindow.c
1564         * src/prefs_common.c
1565         * src/prefs_common.h
1566         * src/summaryview.c
1567                 Add View/Show or Hide/Column headers
1568
1569 2007-07-26 [colin]      2.10.0cvs69
1570
1571         * src/procmime.c
1572                 Fix unwanted output
1573
1574 2007-07-26 [colin]      2.10.0cvs68
1575
1576         * src/ldapserver.c
1577                 Fix possible crash on cache invalidation
1578         * src/compose.c
1579         * src/procmime.c
1580         * src/procmime.h
1581         * src/quote_fmt_parse.y
1582                 Make replying to mails with big attachments
1583                 much faster. Fixes bug 1224, 'The process of 
1584                 Replying to emails with large attachments 
1585                 seems unreasonably long...'
1586
1587 2007-07-26 [colin]      2.10.0cvs67
1588
1589         * src/mimeview.c
1590         * src/matcher.c
1591         * src/common/ssl.c
1592                 Fix threads use on BSDs
1593
1594 2007-07-26 [paul]       2.10.0cvs66
1595
1596         * src/gtk/prefswindow.c
1597                 fix account prefs breakage
1598                 thanks to Colin
1599
1600 2007-07-26 [paul]       2.10.0cvs65
1601
1602         * configure.ac
1603                 standardise ./configure --help messages
1604
1605 2007-07-26 [colin]      2.10.0cvs64
1606
1607         * src/addressbook.c
1608         * src/editaddress.c
1609                 Fix two vCard-related crashes
1610
1611 2007-07-25 [colin]      2.10.0cvs63
1612
1613         * src/inc.c
1614         * src/prefs_common.c
1615         * src/prefs_common.h
1616         * src/prefs_receive.c
1617                 Maemo: Add a better way to notify of
1618                 new mails
1619         * src/mainwindow.c
1620         * src/statusbar.h
1621         * src/summaryview.c
1622         * src/toolbar.c
1623                 Maemo: Various layout fixes
1624         * src/gtk/prefswindow.c
1625                 Maemo: Better prefs layout
1626
1627 2007-07-25 [paul]       2.10.0cvs62
1628
1629         * src/textview.c
1630                 fix the layout on maemo
1631                 thanks to Colin
1632
1633 2007-07-25 [iwkse]      2.10.0cvs61
1634
1635         * src/summaryview.c
1636                 add 'o' shortcut on summaryview
1637
1638 2007-07-25 [iwkse]      2.10.0cvs60
1639
1640         * src/textview.c
1641                 fix o shortcut
1642
1643 2007-07-24 [colin]      2.10.0cvs59
1644
1645         * src/mh.c
1646                 Fix missing timestamp update on source
1647                 folder when moving
1648         * src/textview.c
1649         * src/textview.h
1650                 Better text layout on part's choices
1651
1652 2007-07-23 [colin]      2.10.0cvs58
1653
1654         * src/mimeview.c
1655         * src/textview.c
1656                 Maemo: Automatically choose the correct application
1657                 to open parts
1658         * src/gtk/quicksearch.c
1659                 Make search run on GDK_KP_Enter too
1660
1661 2007-07-23 [wwp]        2.10.0cvs57
1662
1663         * src/quote_fmt_lex.l
1664                 Revert accidentaly committed lines (account_sig) in
1665                 2.10.0cvs56.
1666
1667 2007-07-23 [wwp]        2.10.0cvs56
1668
1669         * src/quote_fmt_lex.l
1670                 Fix typos around long form expressions in the quote lexer.
1671
1672 2007-07-23 [paul]
1673
1674         3.0.0-rc1 released
1675
1676 2007-07-23 [colin]      2.10.0cvs55
1677
1678         * src/addr_compl.c
1679                 Fix auto-completion on Maemo
1680
1681 2007-07-23 [colin]      2.10.0cvs54
1682
1683         * src/statusbar.c
1684                 Maemo: Fix sticking statusbars
1685
1686 2007-07-22 [colin]      2.10.0cvs53
1687
1688         * src/main.c
1689                 Maemo: Fix the strange "top_application" info
1690                 at startup. We should do something when 
1691                 receiving such a message.
1692
1693 2007-07-20 [paul]       2.10.0cvs52
1694
1695         * src/news_gtk.c
1696                 add missing #include "statusbar.h"
1697
1698 2007-07-20 [colin]      2.10.0cvs51
1699
1700         * src/folder.c
1701         * src/folder.h
1702         * src/folder_item_prefs.c
1703         * src/folder_item_prefs.h
1704         * src/folderview.c
1705         * src/imap.c
1706         * src/imap_gtk.c
1707         * src/imap_gtk.h
1708         * src/news.c
1709         * src/news_gtk.c
1710         * src/news_gtk.h
1711         * src/prefs_folder_item.c
1712                 Implement age-based caching: allow to
1713                 specify a threshold for the offline synchronisation
1714                 feature, and whether old cached bodies should 
1715                 be removed
1716         * src/toolbar.c
1717         * src/toolbar.h
1718                 Fix label/tooltips
1719         * src/plugins/dillo_viewer/dillo_viewer.c
1720                 Check that Dillo's installed
1721
1722 2007-07-20 [wwp]        2.10.0cvs50
1723
1724         * src/mimeview.c
1725         * src/stock_pixmap.c
1726                 Draw a frame around the selected mimeview part icon (instead of the
1727                 shifted 'dancing' icon).
1728
1729 2007-07-20 [colin]      2.10.0cvs49
1730
1731         * src/main.c
1732                 Unref stuff even on error
1733         * src/wizard.c
1734                 disconnect signals only at the very
1735                 end of the wizard save.
1736
1737 2007-07-20 [colin]      2.10.0cvs48
1738
1739         * src/mainwindow.c
1740         * src/messageview.c
1741         * src/toolbar.c
1742         * src/toolbar.h
1743                 Fix random crashes while navigating
1744                 (GTK_EVENTS_FLUSH)
1745
1746 2007-07-19 [colin]      2.10.0cvs47
1747
1748         * configure.ac
1749         * src/main.c
1750         * src/prefs_common.c
1751         * src/prefs_common.h
1752         * src/wizard.c
1753         * src/common/defs.h
1754         * src/common/utils.c
1755                 Maemo: add an easy way to store data (mails
1756                 and IMAP/NNTP caches) on one of the SD cards,
1757                 and protect against unmounts if needed
1758
1759 2007-07-19 [paul]       2.10.0cvs46
1760
1761         * src/Makefile.am
1762         * src/stock_pixmap.c
1763         * src/gtk/about.c
1764         * src/pixmaps/claws-mail_logo-small.xpm
1765                 implement a (slightly) different About
1766                 dialog for maemo and add a small version
1767                 of the logo for it
1768         * src/wizard.c
1769                 use a scrolled window for wizard page 1
1770                 on maemo
1771
1772 2007-07-19 [paul]       2.10.0cvs45
1773
1774         * src/Makefile.am
1775                 too soon for this line
1776
1777 2007-07-19 [paul]       2.10.0cvs44
1778
1779         * src/Makefile.am
1780                 fix build on n800
1781
1782 2007-07-19 [colin]      2.10.0cvs43
1783
1784         * src/wizard.c
1785                 Solve Mail/Mailbox name when specifying
1786                 full /path/to/Mail.
1787
1788 2007-07-18 [colin]      2.10.0cvs42
1789
1790         * src/inc.c
1791         * configure.ac
1792                 Fix build on n770
1793
1794 2007-07-18 [colin]      2.10.0cvs41
1795
1796         * src/inc.c
1797                 Maemo: plug the online/offline system into
1798                 maemo's interfaces to have Claws automatically
1799                 switch according to the system status
1800         * src/statusbar.c
1801                 Maemo: use HildonBanners to display status
1802                 messages. Renders the main statusbar useless.
1803
1804 2007-07-18 [paul]       2.10.0cvs40
1805
1806         * src/filtering.c
1807                 fix screen blanking on moving/copying many msgs
1808         * src/folder.c
1809                 fix processing progressbar and screen blanking
1810                 during processing
1811
1812 2007-07-18 [paul]       2.10.0cvs39
1813
1814         * src/messageview.c
1815                 revert cvs37, breakage on maemo
1816
1817 2007-07-18 [paul]       2.10.0cvs38
1818
1819         * src/gtk/gtkutils.c
1820                 make sure we can still build with older GTK's
1821
1822 2007-07-18 [colin]      2.10.0cvs37
1823
1824         * src/messageview.c
1825                 Only hide the small layout's messageview, instead
1826                 of destroying it when closing
1827         * src/gtk/gtkutils.c
1828                 Use gtk_window_present_with_time to popup windows,
1829                 it seems to make things better with modern WMs
1830                 (actually focusing)
1831
1832 2007-07-17 [colin]      2.10.0cvs36
1833
1834         * src/editaddress.c
1835                 Simplify layout on Maemo
1836         * src/folder.c
1837                 Fix possible crash
1838         * src/prefs_display_header.c
1839                 Remove some headers by default on Maemo
1840
1841 2007-07-17 [paul]       2.10.0cvs35
1842
1843         * src/prefs_common.c
1844         * src/prefs_common.h
1845         * src/prefs_logging.c
1846         * src/common/log.c
1847                 add options to stop/enable writing logs to disc
1848
1849 2007-07-17 [paul]       2.10.0cvs34
1850
1851         * src/edittags.c
1852                 fix some issues with the Apply tags window:
1853                 - set search column (enables autocompl in the treeview)
1854                 - apply tag from "New tag" if it existed
1855                 - clears New tag entry when adding it with the button
1856                 Thanks to Colin
1857
1858 2007-07-17 [paul]       2.10.0cvs33
1859
1860         * src/edittags.c
1861                 fix 'apply tags' dialogue weirdness
1862
1863 2007-07-16 [colin]      2.10.0cvs32
1864
1865         * src/toolbar.c
1866                 Fix double-loading of mails on Maemo
1867
1868 2007-07-16 [colin]      2.10.0cvs31
1869
1870         * src/messageview.c
1871                 Prevent double-loading of the same part under some
1872                 conditions; hide statusbar on Maemo
1873
1874 2007-07-16 [colin]      2.10.0cvs30
1875
1876         * src/edittags.c
1877         * src/edittags.h
1878         * src/mainwindow.c
1879         * src/summaryview.c
1880                 Improve the tag interface - allow
1881                 to set/unset tags from a special
1882                 window.
1883         * src/gtk/gtkvscrollbutton.c
1884         * src/mimeview.c
1885         * src/mimeview.h
1886         * src/stock_pixmap.c
1887                 Fix Mimeview's ugly hacks in the
1888                 icon list. 
1889
1890 2007-07-16 [paul]       2.10.0cvs29
1891
1892         * src/wizard.c
1893                 rework dialog
1894         * src/gtk/icon_legend.c
1895                 put it all in a scrolled window
1896
1897 2007-07-15 [colin]      2.10.0cvs28
1898
1899         * src/mainwindow.c
1900                 Maemo: force layout to be Small screen; the
1901                 others don't make sense
1902
1903 2007-07-14 [colin]      2.10.0cvs27
1904
1905         * src/mimeview.c
1906         * src/gtk/gtkvscrollbutton.c
1907                 Maemo: Fix mimeview's buttons size
1908
1909 2007-07-14 [colin]      2.10.0cvs26
1910
1911         * src/toolbar.c
1912                 Fix the button workaround fix.
1913                 (Use the correct variable)
1914
1915 2007-07-14 [colin]      2.10.0cvs25
1916
1917         * src/mainwindow.c
1918         * src/toolbar.c
1919                 Maemo: put the progress bar in the
1920                 toolbar
1921
1922 2007-07-14 [colin]      2.10.0cvs24
1923
1924         * src/prefs_common.c
1925                 Maemo: hide statusbar by default
1926         * src/Makefile.am
1927         * src/stock_pixmap.c
1928         * src/stock_pixmap.h
1929         * src/toolbar.c
1930         * src/pixmaps/go_folders.xpm
1931                 Maemo: Add a specific icon to go back to
1932                 folder list
1933
1934 2007-07-14 [colin]      2.10.0cvs23
1935
1936         * src/toolbar.c
1937                 Don't set homogeneous finally
1938
1939 2007-07-14 [colin]      2.10.0cvs22
1940
1941         * src/toolbar.c
1942                 Fix button show/hide issues
1943
1944 2007-07-14 [colin]      2.10.0cvs21
1945
1946         * src/toolbar.c
1947                 Fix huge arrows
1948                 Fix button workaround to be able to click
1949                 if mouse was on button when it went un-
1950                 sensitive.
1951                 Revert previous commit, gtk_tool_item_set_homogeneous
1952                 doesn't mean what it seems to mean ;-)
1953
1954 2007-07-14 [paul]       2.10.0cvs20
1955
1956         * src/toolbar.c
1957                 make homogeneous FALSE always
1958
1959 2007-07-13 [colin]      2.10.0cvs19
1960
1961         * src/toolbar.c
1962         * src/toolbar.h
1963                 Rework to fit the non-deprecated API
1964         * src/compose.c
1965         * src/folderview.c
1966         * src/mainwindow.c
1967         * src/messageview.c
1968         * src/summaryview.c
1969                 Maemo layout changes. Better toolbars,
1970                 removal of CTree headers. 
1971
1972 2007-07-13 [paul]       2.10.0cvs18
1973
1974         * src/gtk/colorlabel.c
1975                 fix bug 1261, '[DE] coloring messages in overview 
1976                 keys are not localised'
1977                 the string is now included in claws-mail.pot
1978
1979 2007-07-13 [colin]      2.10.0cvs17
1980
1981         * src/summaryview.c
1982                 Fix bug 1267, 'printing mutliple messages 
1983                 opens one message-dialog after the other'
1984                 Ask for confirmation when printing 10
1985                 messages or more.
1986
1987 2007-07-11 [colin]      2.10.0cvs16
1988
1989         * COPYING
1990         * README
1991         * autogen.sh
1992         * manual/claws-mail-manual.xml
1993         * manual/gpl.xml
1994         * manual/es/claws-mail-manual.xml
1995         * manual/es/gpl.xml
1996         * manual/fr/claws-mail-manual.xml
1997         * manual/fr/gpl.xml
1998         * manual/pl/gpl.xml
1999         * src/account.c
2000         * src/account.h
2001         * src/action.c
2002         * src/action.h
2003         * src/adbookbase.h
2004         * src/addr_compl.c
2005         * src/addr_compl.h
2006         * src/addrbook.c
2007         * src/addrbook.h
2008         * src/addrcache.c
2009         * src/addrcache.h
2010         * src/addrcindex.c
2011         * src/addrcindex.h
2012         * src/addrclip.c
2013         * src/addrclip.h
2014         * src/addrdefs.h
2015         * src/addressadd.c
2016         * src/addressadd.h
2017         * src/addressbook.c
2018         * src/addressbook.h
2019         * src/addressbook_foldersel.c
2020         * src/addressbook_foldersel.h
2021         * src/addressitem.h
2022         * src/addrgather.c
2023         * src/addrgather.h
2024         * src/addrharvest.c
2025         * src/addrharvest.h
2026         * src/addrindex.c
2027         * src/addrindex.h
2028         * src/addritem.c
2029         * src/addritem.h
2030         * src/addrquery.c
2031         * src/addrquery.h
2032         * src/addrselect.c
2033         * src/addrselect.h
2034         * src/alertpanel.c
2035         * src/alertpanel.h
2036         * src/browseldap.c
2037         * src/browseldap.h
2038         * src/codeconv.c
2039         * src/codeconv.h
2040         * src/compose.c
2041         * src/compose.h
2042         * src/crash.c
2043         * src/crash.h
2044         * src/customheader.c
2045         * src/customheader.h
2046         * src/displayheader.c
2047         * src/displayheader.h
2048         * src/editaddress.c
2049         * src/editaddress.h
2050         * src/editaddress_other_attributes_ldap.c
2051         * src/editaddress_other_attributes_ldap.h
2052         * src/editbook.c
2053         * src/editbook.h
2054         * src/editgroup.c
2055         * src/editgroup.h
2056         * src/editjpilot.c
2057         * src/editjpilot.h
2058         * src/editldap.c
2059         * src/editldap.h
2060         * src/editldap_basedn.c
2061         * src/editldap_basedn.h
2062         * src/edittags.c
2063         * src/edittags.h
2064         * src/editvcard.c
2065         * src/editvcard.h
2066         * src/enriched.c
2067         * src/enriched.h
2068         * src/exphtmldlg.c
2069         * src/exphtmldlg.h
2070         * src/expldifdlg.c
2071         * src/expldifdlg.h
2072         * src/export.c
2073         * src/export.h
2074         * src/exporthtml.c
2075         * src/exporthtml.h
2076         * src/exportldif.c
2077         * src/exportldif.h
2078         * src/filtering.c
2079         * src/filtering.h
2080         * src/folder.c
2081         * src/folder.h
2082         * src/folder_item_prefs.c
2083         * src/folder_item_prefs.h
2084         * src/foldersel.c
2085         * src/foldersel.h
2086         * src/folderutils.c
2087         * src/folderutils.h
2088         * src/folderview.c
2089         * src/folderview.h
2090         * src/gedit-print.c
2091         * src/gedit-print.h
2092         * src/grouplistdialog.c
2093         * src/grouplistdialog.h
2094         * src/headerview.c
2095         * src/headerview.h
2096         * src/html.c
2097         * src/html.h
2098         * src/image_viewer.c
2099         * src/image_viewer.h
2100         * src/imap.c
2101         * src/imap.h
2102         * src/imap_gtk.c
2103         * src/imap_gtk.h
2104         * src/import.c
2105         * src/import.h
2106         * src/importldif.c
2107         * src/importldif.h
2108         * src/importmutt.c
2109         * src/importmutt.h
2110         * src/importpine.c
2111         * src/importpine.h
2112         * src/inc.c
2113         * src/inc.h
2114         * src/jpilot.c
2115         * src/jpilot.h
2116         * src/ldapctrl.c
2117         * src/ldapctrl.h
2118         * src/ldaplocate.c
2119         * src/ldaplocate.h
2120         * src/ldapquery.c
2121         * src/ldapquery.h
2122         * src/ldapserver.c
2123         * src/ldapserver.h
2124         * src/ldapupdate.c
2125         * src/ldapupdate.h
2126         * src/ldaputil.c
2127         * src/ldaputil.h
2128         * src/ldif.c
2129         * src/ldif.h
2130         * src/localfolder.c
2131         * src/localfolder.h
2132         * src/main.c
2133         * src/main.h
2134         * src/mainwindow.c
2135         * src/mainwindow.h
2136         * src/manual.c
2137         * src/manual.h
2138         * src/matcher.c
2139         * src/matcher.h
2140         * src/matcher_parser.h
2141         * src/matcher_parser_lex.l
2142         * src/matcher_parser_parse.y
2143         * src/mbox.c
2144         * src/mbox.h
2145         * src/message_search.c
2146         * src/message_search.h
2147         * src/messageview.c
2148         * src/messageview.h
2149         * src/mh.c
2150         * src/mh.h
2151         * src/mh_gtk.c
2152         * src/mh_gtk.h
2153         * src/mimeview.c
2154         * src/mimeview.h
2155         * src/msgcache.c
2156         * src/msgcache.h
2157         * src/mutt.c
2158         * src/mutt.h
2159         * src/news.c
2160         * src/news.h
2161         * src/news_gtk.c
2162         * src/news_gtk.h
2163         * src/noticeview.c
2164         * src/noticeview.h
2165         * src/partial_download.c
2166         * src/partial_download.h
2167         * src/pine.c
2168         * src/pine.h
2169         * src/pop.c
2170         * src/pop.h
2171         * src/prefs_account.c
2172         * src/prefs_account.h
2173         * src/prefs_actions.c
2174         * src/prefs_actions.h
2175         * src/prefs_common.c
2176         * src/prefs_common.h
2177         * src/prefs_compose_writing.c
2178         * src/prefs_compose_writing.h
2179         * src/prefs_customheader.c
2180         * src/prefs_customheader.h
2181         * src/prefs_display_header.c
2182         * src/prefs_display_header.h
2183         * src/prefs_ext_prog.c
2184         * src/prefs_ext_prog.h
2185         * src/prefs_filtering.c
2186         * src/prefs_filtering.h
2187         * src/prefs_filtering_action.c
2188         * src/prefs_filtering_action.h
2189         * src/prefs_folder_column.c
2190         * src/prefs_folder_column.h
2191         * src/prefs_folder_item.c
2192         * src/prefs_folder_item.h
2193         * src/prefs_fonts.c
2194         * src/prefs_fonts.h
2195         * src/prefs_gtk.c
2196         * src/prefs_gtk.h
2197         * src/prefs_image_viewer.c
2198         * src/prefs_image_viewer.h
2199         * src/prefs_logging.c
2200         * src/prefs_logging.h
2201         * src/prefs_matcher.c
2202         * src/prefs_matcher.h
2203         * src/prefs_message.c
2204         * src/prefs_message.h
2205         * src/prefs_msg_colors.c
2206         * src/prefs_msg_colors.h
2207         * src/prefs_other.c
2208         * src/prefs_other.h
2209         * src/prefs_quote.c
2210         * src/prefs_quote.h
2211         * src/prefs_receive.c
2212         * src/prefs_receive.h
2213         * src/prefs_send.c
2214         * src/prefs_send.h
2215         * src/prefs_spelling.c
2216         * src/prefs_spelling.h
2217         * src/prefs_summaries.c
2218         * src/prefs_summaries.h
2219         * src/prefs_summary_column.c
2220         * src/prefs_summary_column.h
2221         * src/prefs_summary_open.c
2222         * src/prefs_summary_open.h
2223         * src/prefs_template.c
2224         * src/prefs_template.h
2225         * src/prefs_themes.c
2226         * src/prefs_themes.h
2227         * src/prefs_toolbar.c
2228         * src/prefs_toolbar.h
2229         * src/prefs_wrapping.c
2230         * src/prefs_wrapping.h
2231         * src/privacy.c
2232         * src/privacy.h
2233         * src/procheader.c
2234         * src/procheader.h
2235         * src/procmime.c
2236         * src/procmime.h
2237         * src/procmsg.c
2238         * src/procmsg.h
2239         * src/quote_fmt.c
2240         * src/quote_fmt_lex.l
2241         * src/quote_fmt_parse.y
2242         * src/recv.c
2243         * src/recv.h
2244         * src/remotefolder.c
2245         * src/remotefolder.h
2246         * src/send_message.c
2247         * src/send_message.h
2248         * src/setup.c
2249         * src/setup.h
2250         * src/simple-gettext.c
2251         * src/sourcewindow.c
2252         * src/sourcewindow.h
2253         * src/ssl_manager.c
2254         * src/ssl_manager.h
2255         * src/statusbar.c
2256         * src/statusbar.h
2257         * src/stock_pixmap.c
2258         * src/stock_pixmap.h
2259         * src/summary_search.c
2260         * src/summary_search.h
2261         * src/summaryview.c
2262         * src/summaryview.h
2263         * src/textview.c
2264         * src/textview.h
2265         * src/toolbar.c
2266         * src/toolbar.h
2267         * src/undo.c
2268         * src/undo.h
2269         * src/unmime.c
2270         * src/unmime.h
2271         * src/uri_opener.c
2272         * src/uri_opener.h
2273         * src/vcard.c
2274         * src/vcard.h
2275         * src/wizard.c
2276         * src/wizard.h
2277         * src/common/base64.c
2278         * src/common/base64.h
2279         * src/common/claws.c
2280         * src/common/claws.h
2281         * src/common/defs.h
2282         * src/common/fnmatch.c
2283         * src/common/fnmatch.h
2284         * src/common/fnmatch_loop.c
2285         * src/common/hooks.c
2286         * src/common/hooks.h
2287         * src/common/log.c
2288         * src/common/log.h
2289         * src/common/md5.c
2290         * src/common/md5.h
2291         * src/common/mgutils.c
2292         * src/common/mgutils.h
2293         * src/common/nntp.c
2294         * src/common/nntp.h
2295         * src/common/passcrypt.c
2296         * src/common/passcrypt.h.in
2297         * src/common/plugin.c
2298         * src/common/plugin.h
2299         * src/common/prefs.c
2300         * src/common/prefs.h
2301         * src/common/progressindicator.c
2302         * src/common/progressindicator.h
2303         * src/common/quoted-printable.c
2304         * src/common/quoted-printable.h
2305         * src/common/session.c
2306         * src/common/session.h
2307         * src/common/smtp.c
2308         * src/common/smtp.h
2309         * src/common/socket.c
2310         * src/common/socket.h
2311         * src/common/ssl.c
2312         * src/common/ssl.h
2313         * src/common/ssl_certificate.c
2314         * src/common/ssl_certificate.h
2315         * src/common/string_match.c
2316         * src/common/string_match.h
2317         * src/common/stringtable.c
2318         * src/common/stringtable.h
2319         * src/common/tags.c
2320         * src/common/tags.h
2321         * src/common/template.c
2322         * src/common/template.h
2323         * src/common/timing.h
2324         * src/common/utils.c
2325         * src/common/utils.h
2326         * src/common/uuencode.c
2327         * src/common/uuencode.h
2328         * src/common/version.h.in
2329         * src/common/w32_dirent.c
2330         * src/common/w32_reg.c
2331         * src/common/w32_signal.c
2332         * src/common/w32_stat.c
2333         * src/common/w32_stdlib.c
2334         * src/common/w32_string.c
2335         * src/common/w32_time.c
2336         * src/common/w32_unistd.c
2337         * src/common/w32_wait.c
2338         * src/common/w32lib.h
2339         * src/common/xml.c
2340         * src/common/xml.h
2341         * src/common/xmlprops.c
2342         * src/common/xmlprops.h
2343         * src/etpan/etpan-errors.h
2344         * src/etpan/etpan-thread-manager-types.h
2345         * src/etpan/etpan-thread-manager.c
2346         * src/etpan/etpan-thread-manager.h
2347         * src/etpan/imap-thread.c
2348         * src/etpan/imap-thread.h
2349         * src/gtk/about.c
2350         * src/gtk/about.h
2351         * src/gtk/colorlabel.c
2352         * src/gtk/colorlabel.h
2353         * src/gtk/colorsel.c
2354         * src/gtk/colorsel.h
2355         * src/gtk/combobox.c
2356         * src/gtk/combobox.h
2357         * src/gtk/description_window.c
2358         * src/gtk/description_window.h
2359         * src/gtk/filesel.c
2360         * src/gtk/filesel.h
2361         * src/gtk/foldersort.c
2362         * src/gtk/foldersort.h
2363         * src/gtk/gtkaspell.c
2364         * src/gtk/gtkaspell.h
2365         * src/gtk/gtksctree.c
2366         * src/gtk/gtkshruler.c
2367         * src/gtk/gtkshruler.h
2368         * src/gtk/gtksourceprintjob.c
2369         * src/gtk/gtksourceprintjob.h
2370         * src/gtk/gtkutils.c
2371         * src/gtk/gtkutils.h
2372         * src/gtk/gtkvscrollbutton.c
2373         * src/gtk/gtkvscrollbutton.h
2374         * src/gtk/icon_legend.c
2375         * src/gtk/icon_legend.h
2376         * src/gtk/inputdialog.c
2377         * src/gtk/inputdialog.h
2378         * src/gtk/logwindow.c
2379         * src/gtk/logwindow.h
2380         * src/gtk/manage_window.c
2381         * src/gtk/manage_window.h
2382         * src/gtk/menu.c
2383         * src/gtk/menu.h
2384         * src/gtk/pluginwindow.c
2385         * src/gtk/pluginwindow.h
2386         * src/gtk/prefswindow.c
2387         * src/gtk/prefswindow.h
2388         * src/gtk/progressdialog.c
2389         * src/gtk/progressdialog.h
2390         * src/gtk/quicksearch.c
2391         * src/gtk/quicksearch.h
2392         * src/gtk/sslcertwindow.c
2393         * src/gtk/sslcertwindow.h
2394         * src/plugins/bogofilter/bogofilter.c
2395         * src/plugins/bogofilter/bogofilter.h
2396         * src/plugins/bogofilter/bogofilter_gtk.c
2397         * src/plugins/clamav/clamav_plugin.c
2398         * src/plugins/clamav/clamav_plugin.h
2399         * src/plugins/clamav/clamav_plugin_gtk.c
2400         * src/plugins/demo/demo.c
2401         * src/plugins/dillo_viewer/dillo_prefs.c
2402         * src/plugins/dillo_viewer/dillo_prefs.h
2403         * src/plugins/dillo_viewer/dillo_viewer.c
2404         * src/plugins/pgpcore/passphrase.c
2405         * src/plugins/pgpcore/passphrase.h
2406         * src/plugins/pgpcore/pgp_viewer.c
2407         * src/plugins/pgpcore/pgp_viewer.h
2408         * src/plugins/pgpcore/plugin.c
2409         * src/plugins/pgpcore/prefs_gpg.c
2410         * src/plugins/pgpcore/prefs_gpg.h
2411         * src/plugins/pgpcore/select-keys.c
2412         * src/plugins/pgpcore/select-keys.h
2413         * src/plugins/pgpcore/sgpgme.c
2414         * src/plugins/pgpcore/sgpgme.h
2415         * src/plugins/pgpinline/pgpinline.c
2416         * src/plugins/pgpinline/pgpinline.h
2417         * src/plugins/pgpinline/plugin.c
2418         * src/plugins/pgpmime/pgpmime.c
2419         * src/plugins/pgpmime/pgpmime.h
2420         * src/plugins/pgpmime/plugin.c
2421         * src/plugins/spamassassin/spamassassin.c
2422         * src/plugins/spamassassin/spamassassin.h
2423         * src/plugins/spamassassin/spamassassin_gtk.c
2424         * src/plugins/trayicon/trayicon.c
2425         * src/plugins/trayicon/trayicon_prefs.c
2426         * src/plugins/trayicon/trayicon_prefs.h
2427         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
2428         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
2429         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
2430         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
2431         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
2432         * tools/OOo2claws-mail.pl
2433         * tools/README.sylprint
2434         * tools/acroread2claws-mail.pl
2435         * tools/claws-mail-compose-insert-files.pl
2436         * tools/convert_mbox.pl
2437         * tools/filter_conv.pl
2438         * tools/filter_conv_new.pl
2439         * tools/fix_date.sh
2440         * tools/freshmeat_search.pl
2441         * tools/google_search.pl
2442         * tools/kmail-mailbox2claws-mail.pl
2443         * tools/kmail2claws-mail.pl
2444         * tools/kmail2claws-mail_v2.pl
2445         * tools/mairix.sh
2446         * tools/make.themes.project
2447         * tools/multiwebsearch.pl
2448         * tools/nautilus2claws-mail.sh
2449         * tools/outlook2claws-mail.pl
2450         * tools/textviewer.sh
2451         * tools/thunderbird-filters-convertor.pl
2452         * tools/update-po
2453         * tools/uuooffice
2454         * tools/vcard2xml.py
2455         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
2456                 Upgrade to GPLv3 or later.
2457
2458 2007-07-10 [wwp]        2.10.0cvs15
2459
2460         * src/main.c
2461                 Fix re-opening of all composing messages that were
2462                 opened when closing the previous instance, thanks
2463                 to Colin.
2464
2465 2007-07-10 [paul]       2.10.0cvs14
2466
2467         * src/editaddress_other_attributes_ldap.c
2468         * src/ldapupdate.c
2469                 fix crash on selecting 'other attributes' combo
2470                 for either a new entry or an old entry with no
2471                 existing attributes.
2472                 fix bug on editing multiple attributes which
2473                 resulted them all having the value of the last
2474                 one changed.
2475                 Thanks to Colin
2476
2477 2007-07-10 [colin]      2.10.0cvs13
2478
2479         * src/editaddress.c
2480         * src/editaddress_other_attributes_ldap.h
2481         * src/ldapupdate.c
2482                 Fix --disable-ldap build
2483
2484 2007-07-09 [colin]      2.10.0cvs12
2485
2486         * src/Makefile.am
2487         * src/addritem.c
2488         * src/addritem.h
2489         * src/editaddress.c
2490         * src/editaddress_other_attributes_ldap.c
2491         * src/editaddress_other_attributes_ldap.h
2492         * src/editldap.c
2493         * src/ldapctrl.c
2494         * src/ldapctrl.h
2495         * src/ldapupdate.c
2496                 Add capability to edit all inetOrgPerson
2497                 attributes on LDAP. Patch by Michael 
2498                 Rasmussen
2499
2500 2007-07-09 [colin]      2.10.0cvs11
2501
2502         * src/Makefile.am
2503         * src/exporthtml.c
2504         * src/mbox.c
2505         * src/msgcache.c
2506         * src/prefs_summaries.c
2507         * src/prefs_themes.c
2508         * src/procheader.c
2509         * src/common/Makefile.am
2510         * src/common/log.c
2511         * src/common/timing.h
2512         * src/common/utils.c
2513         * src/common/utils.h
2514         * src/common/w32_account.c
2515         * src/common/w32lib.h
2516         * src/gtk/Makefile.am
2517         * src/gtk/colorlabel.c
2518         * src/plugins/pgpcore/Makefile.am
2519         * src/plugins/pgpcore/claws.def
2520         * src/plugins/pgpcore/passphrase.c
2521         * src/plugins/pgpcore/pgp_viewer.c
2522         * src/plugins/pgpcore/plugin.def
2523         * src/plugins/pgpcore/sgpgme.c
2524         * src/plugins/pgpinline/Makefile.am
2525         * src/plugins/pgpinline/claws.def
2526         * src/plugins/pgpinline/mypgpcore.def
2527         * src/plugins/pgpinline/plugin.def
2528         * src/plugins/pgpmime/Makefile.am
2529         * src/plugins/pgpmime/claws.def
2530         * src/plugins/pgpmime/mypgpcore.def
2531         * src/plugins/pgpmime/plugin.def
2532                 Commit win32 patch, from Werner Koch and
2533                 Marcus Brinkmann
2534
2535 2007-07-09 [colin]      2.10.0cvs10
2536
2537         * src/prefs_toolbar.c
2538                 Fix crash when no actions exist
2539
2540 2007-07-07 [paul]       2.10.0cvs9
2541
2542         * COPYING
2543         * manual/claws-mail-manual.xml
2544                 update copyright year
2545         * po/fi.po
2546                 updated by Flammie Pirinen
2547
2548 2007-07-05 [wwp]        2.10.0cvs8
2549
2550         * src/plugins/clamav/clamav_plugin_gtk.c
2551                 Make vertical spacing like in other plugin prefs pages.
2552
2553 2007-07-05 [wwp]        2.10.0cvs7
2554
2555         * src/quote_fmt.c
2556                 It's %am that works, not %ae (this doc incoherence has been
2557                 introduced with 2.9.2cvs13).
2558
2559 2007-07-04 [wwp]        2.10.0cvs6
2560
2561         * src/plugins/bogofilter/bogofilter.c
2562                 Gettext-ize an occurrence of "Any" that wasn't.
2563
2564 2007-07-04 [colin]      2.10.0cvs5
2565
2566         * po/POTFILES.in
2567                 Fix untranslated strings; thanks
2568                 to Pader Rezso.
2569
2570 2007-07-03 [colin]      2.10.0cvs4
2571
2572         * src/folder.c
2573         * src/mainwindow.c
2574                 Fix saving of sort mode for tags and
2575                 thread date. Thanks to Pierre Ossman.
2576                 Completes fix for bug 1233
2577
2578 2007-07-03 [paul]       2.10.0cvs3
2579
2580         * src/compose.c
2581                 fix auto-save
2582         * src/summaryview.c
2583                 fix build warnings
2584         Thanks to Colin
2585
2586 2007-07-02 [colin]      2.10.0cvs2
2587
2588         * src/folder.h
2589         * src/mainwindow.c
2590         * src/procmsg.h
2591         * src/summaryview.c
2592                 Add View/Sort/by Thread date
2593                 Fixes bug 1233, 'Capability to sort 
2594                 threads by most recent message'
2595                 Based on a patch by Paul Rolland
2596
2597 2007-07-02 [colin]      2.10.0cvs1
2598
2599         * src/Makefile.am
2600         * src/compose.c
2601         * src/edittags.c
2602         * src/edittags.h
2603         * src/filtering.c
2604         * src/folder.c
2605         * src/folder.h
2606         * src/headerview.c
2607         * src/headerview.h
2608         * src/main.c
2609         * src/mainwindow.c
2610         * src/mainwindow.h
2611         * src/manual.h
2612         * src/matcher.c
2613         * src/matcher.h
2614         * src/matcher_parser_parse.y
2615         * src/mimeview.c
2616         * src/msgcache.c
2617         * src/msgcache.h
2618         * src/prefs_common.c
2619         * src/prefs_common.h
2620         * src/prefs_filtering_action.c
2621         * src/prefs_matcher.c
2622         * src/prefs_summary_column.c
2623         * src/procmsg.c
2624         * src/procmsg.h
2625         * src/quote_fmt.c
2626         * src/quote_fmt_lex.l
2627         * src/quote_fmt_parse.y
2628         * src/summaryview.c
2629         * src/summaryview.h
2630         * src/textview.c
2631         * src/common/Makefile.am
2632         * src/common/defs.h
2633         * src/common/tags.c
2634         * src/common/tags.h
2635         * src/gtk/quicksearch.c
2636         * src/gtk/quicksearch.h
2637                 Add Tags implementation. Tags are arbitrary labels
2638                 that can be applied to messages. It is possible 
2639                 to create, edit, remove tags; apply them to mails;
2640                 filter on tags or tag presence; apply or unset
2641                 tags via filtering actions; reference tags in
2642                 reply templates.
2643
2644 2007-07-02 [paul]       2.10.0
2645
2646         * NEWS
2647         * README
2648         * RELEASE_NOTES
2649                 2.10.0 released
2650
2651 2007-07-02 [paul]       2.9.2cvs78
2652
2653         * po/de.po
2654         * po/en_GB.po
2655         * po/es.po
2656         * po/fr.po
2657         * po/hu.po
2658         * po/pt_BR.po
2659         * po/ru.po
2660         * po/zh_CN.po
2661                 updated by Stephan Sachse, me, Ricardo Mones
2662                 Lastra, Fabien Vantard, Pader Rezso, Frederico
2663                 Goncalves Guimaraes, Pavlo Bohmat, and Ralgh Young
2664
2665 2007-07-02 [paul]       2.9.2cvs77
2666
2667         * AUTHORS
2668                 updated
2669
2670 2007-06-29 [wwp]        2.9.2cvs76
2671
2672         * src/gtk/headers.h
2673                 Fix a typo (thanks to Ricardo for finding this out).
2674
2675 2007-06-28 [paul]       2.9.2cvs75
2676
2677         * src/folderview.c
2678                 fix build warnings
2679
2680 2007-06-28 [paul]       2.9.2cvs74
2681
2682         * tools/Makefile.am
2683                 fix bug in the autotools build system.
2684                 Files cataloged under EXTRA_DIST were never
2685                 automatically copied to the build tree.
2686                 (fix 'make distcheck')
2687                 Patch by Michael Rasmussen.
2688
2689 2007-06-24 [colin]      2.9.2cvs73
2690
2691         * src/news_gtk.c
2692                 Fix bug 1249, 'Error handling for 
2693                 news errors needs modification'
2694                 Only popup error if the according
2695                 pref in Prefs/Receive is set.
2696
2697 2007-06-21 [colin]      2.9.2cvs72
2698
2699         * src/common/plugin.c
2700         * src/common/plugin.h
2701                 Change plugin API to know whether it's safe to 
2702                 unload plugins or whether we should just hide
2703                 them. Fixes bug 1248, 'Core dumps after 
2704                 unloading plugin and clicking on load plugins'
2705         * src/plugins/bogofilter/bogofilter.c
2706         * src/plugins/clamav/clamav_plugin.c
2707         * src/plugins/demo/demo.c
2708         * src/plugins/dillo_viewer/dillo_viewer.c
2709         * src/plugins/pgpcore/plugin.c
2710         * src/plugins/pgpinline/plugin.c
2711         * src/plugins/pgpmime/plugin.c
2712         * src/plugins/spamassassin/spamassassin.c
2713         * src/plugins/trayicon/trayicon.c
2714                 Update API
2715
2716 2007-06-19 [colin]      2.9.2cvs71
2717
2718         * src/compose.c
2719         * src/messageview.c
2720                 Fix crash mentioned in bug 1246
2721                 Race condition when automatically drafting
2722                 due to insertion on reedit.
2723
2724 2007-06-18 [wwp]        2.9.2cvs70
2725
2726         * src/importldif.c
2727                 LDIF import: use a "Proceed" button to complete
2728                 the process.
2729
2730 2007-06-18 [paul]       2.9.2cvs69
2731
2732         * configure.ac
2733                 use pkgconfig to check for gtk and glib
2734
2735 2007-06-17 [wwp]        2.9.2cvs68
2736
2737         * src/ldif.c
2738         * src/importldif.c
2739                 LDIF import: better error handling, minor code
2740                 and UI cleanup, and renamed the Save button
2741                 to Close, as imported stuff is already saved
2742                 when the Save button is shown.
2743
2744 2007-06-17 [colin]      2.9.2cvs67
2745
2746         * src/prefs_summaries.c
2747         * src/procmsg.c
2748                 Don't set as read when forwarded, only replied to
2749
2750 2007-06-17 [paul]       2.9.2cvs66
2751
2752         * src/alertpanel.c
2753                 add missing #include
2754
2755 2007-06-16 [colin]      2.9.2cvs65
2756
2757         * src/prefs_summaries.c
2758         * src/procmsg.c
2759                 Change the pref "Only mark as read when opened
2760                 in new window" to "..., replied to or forwarded".
2761                 Based on a patch by Paul Rolland.
2762
2763 2007-06-16 [paul]       2.9.2cvs64
2764
2765         * src/gtk/authors.h
2766                 alphabetical order! :)
2767
2768 2007-06-16 [colin]      2.9.2cvs63
2769
2770         * AUTHORS
2771         * src/gtk/authors.h
2772                 Add Michael Rasmussen in authors list
2773
2774 2007-06-16 [colin]      2.9.2cvs62
2775
2776         * src/messageview.c
2777                 Fix messageview_copy_clipboard to take advantage
2778                 of plugins' get_selection.
2779
2780 2007-06-15 [colin]      2.9.2cvs61
2781
2782         * src/action.c
2783         * src/addr_compl.c
2784         * src/addressbook.c
2785         * src/folderview.c
2786         * src/message_search.c
2787         * src/mimeview.c
2788         * src/summary_search.c
2789         * src/summaryview.c
2790         * src/textview.c
2791                 Allow GDK_KP_Enter to do the same as GDK_Return
2792                 Patch by Michael Rasmussen
2793
2794 2007-06-15 [paul]       2.9.2cvs60
2795
2796         * src/compose.c
2797                 fix bug when closing a compose window
2798                 during autosave
2799
2800 2007-06-14 [paul]       2.9.2cvs59
2801
2802         * src/main.c
2803         * src/common/defs.h
2804                 migrate sylpheed config
2805
2806 2007-06-14 [wwp]        2.9.2cvs58
2807
2808         * src/gtk/pluginwindow.c
2809                 Yet another attempt to fix sizing/alignment of the
2810                 button bar in plugins window.
2811
2812 2007-06-12 [colin]      2.9.2cvs57
2813
2814         * po/POTFILES.in
2815         * src/Makefile.am
2816         * src/folderview.c
2817         * src/prefs_common.c
2818         * src/prefs_common.h
2819         * src/prefs_summaries.c
2820         * src/prefs_summary_open.c
2821         * src/prefs_summary_open.h
2822         * src/summaryview.c
2823                 Make "when entering a folder" actions more personalisable
2824
2825 2007-06-12 [wwp]        2.9.2cvs56
2826
2827         * tools/README
2828                 Use short description from Paul (mairix.sh).
2829
2830 2007-06-12 [wwp]        2.9.2cvs55
2831
2832         * tools/README
2833                 Updated info about mairix.sh.
2834
2835 2007-06-11 [paul]       2.9.2cvs54
2836
2837         * src/prefs_logging.c
2838                 rework log window length widgets
2839                 and some sensitivity fixes
2840
2841 2007-06-11 [paul]       2.9.2cvs53
2842
2843         * src/mainwindow.c
2844         * src/prefs_logging.c
2845                 rename 'Protocol Log' to 'Network Log'
2846                 and some function renaming
2847
2848 2007-06-10 [wwp]        2.9.2cvs52
2849
2850         * src/gtk/pluginwindow.c
2851                 Revert 2.9.2cvs51.
2852
2853 2007-06-10 [wwp]        2.9.2cvs51
2854
2855         * src/gtk/pluginwindow.c
2856                 Fix button bar in plugin window, was centered and not
2857                 behaving like other dialogs w/ such button bar.
2858
2859 2007-06-08 [wwp]        2.9.2cvs50
2860
2861         * src/compose.c
2862         * src/compose.h
2863         * src/main.c
2864         * src/mainwindow.c
2865         * src/mainwindow.h
2866                 Provide a way out of automatic draft saving on IMAP, when
2867                 exiting offline.
2868                 Prevent drafting while sending and quitting while sending.
2869                 Thanks for Colin.
2870
2871
2872
2873 2007-06-08 [wwp]        2.9.2cvs49
2874
2875         * src/prefs_account.c
2876         * src/gtk/prefswindow.c
2877         * src/gtk/prefswindow.h
2878                 Activate the Basic page when opening account prefs.
2879
2880 2007-06-08 [wwp]        2.9.2cvs48
2881
2882         * src/common/socket.c
2883                 Don't crash if fork() fails, thanks to Colin.
2884
2885 2007-06-08 [wwp]        2.9.2cvs47
2886
2887         * src/gtk/prefswindow.c
2888                 Wrap some long lines, and reset horizontal scroller's adjusment
2889                 (this was already done, vertically), when changing tab (not page)
2890                 in prefs windows.
2891
2892 2007-06-08 [paul]       2.9.2cvs46
2893
2894         * src/common/utils.c
2895                 use gethostname() instead of uname()
2896                 based on a patch by Michael Hughes
2897                 <Sylpheed-Claws_user@thehugheslogcabin.net>
2898
2899 2007-06-07 [wwp]        2.9.2cvs45
2900
2901         * src/prefs_common.c
2902                 Fix some useless warnings, thanks to Colin.
2903
2904 2007-06-06 [colin]      2.9.2cvs44
2905
2906         * src/ldapupdate.c
2907                 Fix strange allocations. 
2908
2909 2007-06-06 [colin]      2.9.2cvs43
2910
2911         * src/ldapupdate.c
2912                 Patch by Michael Rasmussus to help
2913                 bug 1232
2914
2915 2007-06-05 [wwp]        2.9.2cvs42
2916
2917         * src/prefs_account.c
2918         * src/prefs_folder_item.c
2919         * src/prefs_quote.c
2920         * src/quote_fmt.c
2921         * src/quote_fmt.h
2922                 Per-folder templates can now be applied recursively.
2923                 Always save per-folder templates (formats were erroneously
2924                 saved only if they were enabled).
2925                 Check for validity of quotation marks everywhere there
2926                 are defined.
2927
2928 2007-06-05 [wwp]        2.9.2cvs41
2929
2930         * src/inc.c
2931                 Fix incoming messages from local accounts always getting filtered
2932                 (even if the account prefs say don't), thanks to Colin.
2933
2934 2007-06-05 [wwp]        2.9.2cvs40
2935
2936         * src/compose.c
2937         * src/compose.h
2938                 Use per-folder/per-account quote chars when applying a
2939                 template or inserting text as well. Const'ify some
2940                 vars more.
2941
2942 2007-06-04 [colin]      2.9.2cvs39
2943
2944         * src/compose.c
2945                 More work for wwp :)
2946
2947 2007-06-04 [wwp]        2.9.2cvs38
2948
2949         * src/compose.c
2950                 Same as 2.9.2cvs36 but for forwarding.
2951
2952 2007-06-04 [colin]      2.9.2cvs37
2953
2954         * src/compose.c
2955                 Use original mail file for forward/redirect
2956                 Fixes some forwarded mails to be attached as
2957                 application/octet-stream (when they have binary
2958                 parts), and incidentally fixes bug 848
2959                 'Redirect breaks GnuPG'
2960
2961 2007-06-04 [wwp]        2.9.2cvs36
2962
2963         * src/compose.c
2964                 Fix quote mark mis-initialisation when replying/forwarding
2965                 (introduced w/ 2.9.2cvs20).
2966
2967 2007-06-04 [wwp]        2.9.2cvs35
2968
2969         * src/prefs_compose_writing.c
2970         * src/prefs_quote.c
2971                 Fix a bug where Quotation characters (prefs/compose/writing)
2972                 was cleared (introduced w/ 2.9.2cvs26).
2973
2974 2007-06-04 [wwp]        2.9.2cvs34
2975
2976         * src/prefs_account.c
2977         * src/prefs_account.h
2978                 Better fix for compiling w/o aspell (rollbacks
2979                 2.9.2cvs31).
2980
2981 2007-06-04 [wwp]        2.9.2cvs33
2982
2983         * src/account.c
2984         * src/prefs_account.c
2985         * src/prefs_account.h
2986         * src/procmsg.c
2987                 It's now possible to disable mail filtering plugins
2988                 on a per-account basis.
2989
2990 2007-06-04 [wwp]        2.9.2cvs32
2991
2992         * src/procheader.c
2993         * src/common/utils.c
2994         * src/common/utils.h
2995                 Support CRLF in headers part of messages.
2996                 Support few more date formats (RFC3339 subsets).
2997
2998 2007-06-04 [wwp]        2.9.2cvs31
2999
3000         * src/prefs_account.c
3001                 Fix compiling w/o aspell support.
3002
3003 2007-06-03 [wwp]        2.9.2cvs30
3004
3005         * src/prefs_gtk.c
3006                 Don't decode leading ENV_ and ~ in P_PASSWORD
3007                 values.
3008
3009 2007-06-03 [wwp]        2.9.2cvs29
3010
3011         * src/prefs_gtk.c
3012                 Don't decode leading ENV_ and ~ in P_PASSWORD
3013                 values.
3014
3015 2007-06-03 [wwp]        2.9.2cvs28
3016
3017         * src/prefs_account.c
3018         * src/gtk/prefswindow.c
3019         * src/gtk/prefswindow.h
3020                 Added a way to force preloading of all pages
3021                 (prefswindow).
3022                 Moved tabs to pages in account prefs.
3023
3024 2007-06-02 [colin]      2.9.2cvs27
3025
3026         * src/addressbook.c
3027                 Fix possible crash, fix ldap write bugs
3028         * src/ldapupdate.c
3029                 Fix ldap write bugs - patch by Michael
3030                 Rasmussen
3031         * src/alertpanel.c
3032         * src/alertpanel.h
3033                 Add a hook whenever alertpanel opens/closes
3034
3035 2007-05-31 [wwp]        2.9.2cvs26
3036
3037         * src/prefs_compose_writing.c
3038         * src/prefs_quote.c
3039                 Re-organized writing options a bit:
3040                  - renamed the Quoting page to Templates
3041                  - moved all composing templates to that page
3042                  - moved non-templates options to the Writing one,
3043                    grouped reply-related options, reordered reply and
3044                    forward options.
3045
3046 2007-05-31 [wwp]        2.9.2cvs25
3047
3048         * src/compose.c
3049                 Removed unused code.
3050
3051 2007-05-31 [colin]      2.9.2cvs24
3052
3053         * src/addressbook.c
3054                 Fix missing display name when modifying
3055                 LDAP. Patch by Michael Rasmussen
3056
3057 2007-05-31 [wwp]        2.9.2cvs23
3058
3059         * src/plugins/bogofilter/Makefile.am
3060         * src/plugins/clamav/Makefile.am
3061         * src/plugins/demo/Makefile.am
3062         * src/plugins/dillo_viewer/Makefile.am
3063         * src/plugins/spamassassin/Makefile.am
3064                 Fix building of those plugins in Mac OS X.
3065
3066 2007-05-30 [wwp]        2.9.2cvs22
3067
3068         * src/gtk/quicksearch.c
3069                 Fix missing initialization.
3070
3071 2007-05-30 [wwp]        2.9.2cvs21
3072
3073         * src/procheader.c
3074                 Revert accidental commit (debug outputs).
3075
3076 2007-05-30 [wwp]        2.9.2cvs20
3077
3078         * src/compose.c
3079         * src/folder_item_prefs.c
3080         * src/folder_item_prefs.h
3081         * src/prefs_account.c
3082         * src/prefs_account.h
3083         * src/prefs_folder_item.c
3084         * src/prefs_gtk.c
3085         * src/prefs_gtk.h
3086                 Implemented per-account and per-folder
3087                 compose/reply/forward formats.
3088
3089 2007-05-30 [wwp]        2.9.2cvs19
3090
3091         * src/prefs_compose_writing.c
3092         * src/prefs_quote.c
3093         * src/procheader.c
3094         * src/quote_fmt.c
3095         * src/quote_fmt.h
3096                 Internal API changes (factorize quote format
3097                 prefs and checks).
3098
3099 2007-05-30 [colin]      2.9.2cvs18
3100
3101         * src/compose.c
3102                 Fix race where it's possible to re-click Send
3103                 between end of SMTP session and end of "move to
3104                 sent folder" when sending an email with send
3105                 dialog enabled.
3106
3107 2007-05-30 [colin]      2.9.2cvs17
3108
3109         * src/crash.c
3110                 Ask for backtrace on all threads. Patch by
3111                 Pawel
3112         * src/folderview.c
3113                 Fix stale news statusbar when scanning fails.
3114                 Patch by Pawel
3115         * src/ldapupdate.c
3116                 Fix some LDAP write updates bugs. Patch
3117                 by Michael Rasmussen
3118
3119 2007-05-29 [colin]      2.9.2cvs16
3120
3121         * src/imap.c
3122                 Fix loss of local flags when moving mails
3123                 on IMAP in high-bandwidth mode (UID FETCH)
3124
3125 2007-05-25 [paul]       2.9.2cvs15
3126
3127         * src/common/socket.c
3128                 fix sometimes crasher on cancelling
3129                 message sending
3130
3131 2007-05-25 [colin]      2.9.2cvs14
3132
3133         * src/imap.c
3134                 Fix a memory leak
3135         * src/imap_gtk.c
3136                 Be more helpful in the subscription
3137                 message
3138
3139 2007-05-23 [wwp]        2.9.2cvs13
3140
3141         * src/compose.c
3142         * src/prefs_compose_writing.c
3143         * src/prefs_quote.c
3144         * src/prefs_template.c
3145         * src/prefs_template.h
3146         * src/quote_fmt.c
3147         * src/quote_fmt.h
3148         * src/quote_fmt_lex.l
3149         * src/quote_fmt_parse.y
3150                 Introduced new syntax elements (symbols and commands)
3151                 in templates/quote_fmt. Compatibility w/ old
3152                 symbols is kept.
3153                 Updated and reworked the corresponding Information
3154                 dialog.
3155                 Display the line number in dialogs that talk about
3156                 parser errors (in addition to the error message in
3157                 output).
3158
3159 2007-05-23 [wwp]        2.9.2cvs12
3160
3161         * src/quote_fmt_parse.y
3162                 Fix 2.9.2cvs11, probably a paste accident ;).
3163
3164 2007-05-23 [wwp]        2.9.2cvs11
3165
3166         * src/compose.c
3167         * src/prefs_template.c
3168         * src/quote_fmt.h
3169         * src/quote_fmt_parse.y
3170                 Fix 2.9.2cvs10, which broke --disable-aspell.
3171
3172 2007-05-22 [wwp]        2.9.2cvs10
3173
3174         * src/compose.c
3175         * src/prefs_template.c
3176         * src/quote_fmt.c
3177         * src/quote_fmt.h
3178         * src/quote_fmt_lex.l
3179         * src/quote_fmt_parse.y
3180         * src/gtk/gtkaspell.c
3181         * src/gtk/gtkaspell.h
3182                 Added template/quote format syntactical elements
3183                 to show and query:
3184                         - current dictionary
3185                           %T to show (shows empty if not set or not enabled),
3186                           ?T and !T to check if the default dictionary is
3187                           enabled and set
3188                         - current account's default dictionary
3189                           %aT to show (empty if not set or not enabled),
3190                           ?aT and !aT to check if it's enabled and set
3191                         - name completion for an address, from the address
3192                           book
3193                           %ABf, %ABt, %ABc respectively show the full name got
3194                           from the address book if From, To or Cc match a single
3195                           contact.
3196                           ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
3197                           matches any contact and if the full name is non-empty.
3198                           If From, To or Cc are lists of email addresses, only
3199                           the first address will be checked.
3200                 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
3201                 that could show a trailing ','.
3202                 Also, template/quote_fmt parser now shows the line number in case
3203                 of parser error.
3204
3205 2007-05-15 [colin]      2.9.2cvs9
3206
3207         * src/main.c
3208         * src/main.h
3209                 Add a public function to know whether Claws
3210                 crashed last time
3211                 Store opened folder when exiting
3212         * src/folder.c
3213         * src/folder.h
3214                 Store last opened message in each FolderItem;
3215                 Reset last seen messages if Claws crashed, so 
3216                 that one can't go in an infinite crash in case 
3217                 a particular mail crashes Claws.
3218         * src/messageview.c
3219         * src/prefs_common.c
3220         * src/prefs_common.h
3221         * src/summaryview.c
3222         * src/prefs_summaries.c
3223                 Add "Select last opened message" when entering
3224                 a folder
3225                 Add "Select last opened folder" at startup.
3226
3227 2007-05-14 [colin]      2.9.2cvs8
3228
3229         * manual/xml2pdf
3230                 Fix bashism, search for xml catalog 
3231                 in /usr/local/share/xml/catalog too
3232                 Patch by Pawel
3233
3234 2007-05-13 [wwp]        2.9.2cvs7
3235
3236         * src/gtk/logwindow.c
3237                 fix raising log windows when they are either minimized or
3238                 in background.
3239
3240 2007-05-11 [colin]      2.9.2cvs6
3241
3242         * src/gtk/filesel.c
3243                 Use Hildon's file chooser on Maemo. Patch
3244                 by Jean-Luc Biord; fixes part 2 of bug 1201,
3245                 'File attachment "manipulation" bugs...'
3246
3247 2007-05-10 [wwp]        2.9.2cvs5
3248
3249         * src/prefs_common.c
3250         * src/prefs_common.h
3251         * src/gtk/quicksearch.c
3252                 Add a quicksearch option to automatically run
3253                 a search selected from the history (this option
3254                 is exclusive towards type-ahead).
3255
3256 2007-05-10 [colin]      2.9.2cvs4
3257
3258         * src/imap.c
3259                 Fix g_warnings, thanks to Brian
3260                 Morrison
3261
3262 2007-05-09 [colin]      2.9.2cvs3
3263
3264         * src/crash.c
3265         * src/exporthtml.c
3266         * src/mbox.c
3267         * src/prefs_summaries.c
3268         * src/procheader.c
3269         * src/common/log.c
3270         * src/common/utils.c
3271         * src/gtk/gtksourceprintjob.c
3272         * src/gtk/sslcertwindow.c
3273                 Use the re-entrant variant of time functions
3274                 Probably fixes bug 1217, 'reentrancy problems 
3275                 with time functions'
3276
3277 2007-05-09 [colin]      2.9.2cvs2
3278
3279         * src/imap.c
3280                 Fix crasher when reconnection fails
3281
3282 2007-05-08 [paul]       2.9.2cvs1
3283
3284         * NEWS
3285         * README
3286         * RELEASE_NOTES
3287         * configure.ac
3288                 bump version number following
3289                 stable release
3290
3291 2007-05-08 [paul]       2.9.1cvs48
3292
3293         * src/plugins/demo/demo.c
3294         * src/plugins/dillo_viewer/dillo_prefs.c
3295         * src/plugins/dillo_viewer/dillo_prefs.h
3296         * src/plugins/dillo_viewer/dillo_viewer.c
3297         * src/plugins/pgpcore/pgp_viewer.c
3298         * src/plugins/pgpcore/pgp_viewer.h
3299         * src/plugins/pgpcore/plugin.c
3300         * src/plugins/pgpcore/prefs_gpg.c
3301         * src/plugins/pgpcore/prefs_gpg.h
3302         * src/plugins/pgpcore/sgpgme.c
3303         * src/plugins/pgpcore/sgpgme.h
3304         * src/plugins/pgpinline/plugin.c
3305         * src/plugins/pgpmime/pgpmime.c
3306         * src/plugins/pgpmime/pgpmime.h
3307         * src/plugins/pgpmime/plugin.c
3308         * src/plugins/spamassassin/spamassassin.c
3309         * src/plugins/spamassassin/spamassassin.h
3310         * src/plugins/spamassassin/spamassassin_gtk.c
3311         * src/plugins/trayicon/README
3312         * tools/README
3313         * tools/README.sylprint
3314         * tools/outlook2claws-mail.pl
3315         * tools/sylprint.pl
3316         * tools/tb2claws-mail
3317         * tools/tbird2claws.py
3318         * tools/update-po
3319         * tools/vcard2xml.py
3320         * tools/kdeservicemenu/README
3321                 cleanups and corrections
3322
3323 2007-05-06 [wwp]        2.9.1cvs47
3324
3325         * tools/uudec
3326                 Fix missing dash to `display` command-line, reported
3327                 by Georg Himmrich <georg at mails d0t diesind d0t net>.
3328
3329 2007-05-06 [colin]      2.9.1cvs46
3330
3331         * src/Makefile.am
3332         * src/stock_pixmap.c
3333         * src/stock_pixmap.h
3334         * src/pixmaps/printer.xpm
3335                 Add a printer icon
3336
3337 2007-05-06 [paul]       2.9.1cvs45
3338
3339         * src/compose.c
3340         * src/ldapquery.c
3341         * src/privacy.h
3342         * src/summary_search.c
3343         * src/summaryview.c
3344                 fix build warnings
3345
3346 2007-05-05 [wwp]        2.9.1cvs44
3347
3348         * src/messageview.c
3349         * src/mh.c
3350         * src/prefs_actions.c
3351         * src/prefs_gtk.c
3352         * src/summaryview.c
3353         * src/common/xml.c
3354                 Fix "faild" typos everywhere and capitalization of
3355                 some g_warnings.
3356
3357 2007-05-04 [colin]      2.9.1cvs43
3358
3359         * src/compose.c
3360         * src/privacy.c
3361         * src/privacy.h
3362         * src/plugins/pgpcore/prefs_gpg.c
3363         * src/plugins/pgpcore/prefs_gpg.h
3364         * src/plugins/pgpinline/pgpinline.c
3365         * src/plugins/pgpmime/pgpmime.c
3366                 Add an API to warn about encryption limits,
3367                 and allow to disable these warnings
3368
3369 2007-05-03 [colin]      2.9.1cvs42
3370
3371         * src/summaryview.c
3372         * src/mainwindow.c
3373                 Fix bug 1213, 'Delete more than 
3374                 one thread at once'
3375
3376 2007-05-03 [wwp]        2.9.1cvs41
3377
3378         * src/prefs_common.c
3379         * src/prefs_filtering.c
3380         * src/prefs_template.c
3381         * src/common/template.c
3382         * src/common/template.h
3383         * src/gtk/gtkutils.c
3384         * src/gtk/gtkutils.h
3385                 Templates are no longer automatically sorted
3386                 by name, but can be sorted manually using
3387                 |< < > >| buttons as well as drag'n'drop.
3388
3389 2007-05-03 [wwp]        2.9.1cvs40
3390
3391         * src/plugins/spamassassin/spamassassin.c
3392         * src/plugins/spamassassin/spamassassin.h
3393         * src/plugins/spamassassin/spamassassin_gtk.c
3394         * src/plugins/bogofilter/bogofilter.c
3395         * src/plugins/bogofilter/bogofilter.h
3396         * src/plugins/bogofilter/bogofilter_gtk.c
3397                 Added an option to conditionally mark saved spam
3398                 as read (default is and was to do so).
3399                 Satisfies feature request 1708539 on sf.net tracker.
3400
3401 2007-05-03 [colin]      2.9.1cvs39
3402
3403         * src/inc.c
3404                 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
3405
3406 2007-05-02 [colin]      2.9.1cvs38
3407
3408         * src/textview.c
3409                 Fix bug 1209, 'Clicking on address 
3410                 in header (mailto uri) selects 
3411                 default account'. Patch adapted from
3412                 G.P. Halkes' patch.
3413
3414 2007-05-02 [colin]      2.9.1cvs37
3415
3416         * src/grouplistdialog.c
3417                 Set cursor to wait cursor while loading
3418                 groups.
3419
3420 2007-05-02 [paul]       2.9.1cvs36
3421
3422         * src/folder.c
3423         * src/common/defs.h
3424                 rename cache and mark files
3425                 (data is preserved)
3426
3427 2007-04-30 [paul]       2.9.1cvs35
3428
3429         * manual/glossary.xml
3430         * manual/plugins.xml
3431                 updates. Patch by Ricardo
3432
3433 2007-04-29 [wwp]        2.9.1cvs34
3434
3435         * src/mainwindow.c
3436         * configure.ac
3437                 Fix few grammatical errors (patch by David Relson < relson at
3438                 osagesoftware dot com >).
3439
3440 2007-04-28 [colin]      2.9.1cvs33
3441
3442         * src/account.c
3443         * src/pop.c
3444         * src/prefs_account.c
3445         * src/prefs_account.h
3446                 Drop the "Download all" preference. It's
3447                 stupidly useless and confuses people from
3448                 time to time.
3449
3450 2007-04-27 [wwp]        2.9.1cvs32
3451
3452         * src/account.c
3453         * src/prefs_account.c
3454         * src/prefs_account.h
3455                 Don't reflect accounts changes to the mainwindow when it's
3456                 not necessary.
3457
3458 2007-04-27 [colin]      2.9.1cvs31
3459
3460         * src/folder.c
3461                 Freeze/thaw when sync'ing flags
3462         * src/imap.c
3463         * src/prefs_account.c
3464         * src/prefs_account.h
3465         * src/etpan/imap-thread.c
3466         * src/etpan/imap-thread.h
3467                 Add a way to use UID FETCH instead
3468                 of searches to fetch message lists
3469                 and flags. More expensive towards
3470                 bandwidth, less expensive towards
3471                 server's CPU. Probably fixes 
3472                 bug 1158, 'Scanning new folders on 
3473                 Exchange 2007 extremely slow'.
3474                 Patch 95% by Hoa.
3475
3476 2007-04-27 [paul]       2.9.1cvs30
3477
3478         * src/mainwindow.c
3479         * src/prefs_logging.c
3480                 improvements to english usage
3481
3482 2007-04-27 [colin]      2.9.1cvs29
3483
3484         * src/imap.c
3485                 Fix build without libetpan (my bad!)
3486
3487 2007-04-26 [colin]      2.9.1cvs28
3488
3489         * src/imap.c
3490         * src/imap.h
3491                 Fix uselessly exported function
3492         * src/textview.c
3493                 Consider "- -- \n" as signature separator
3494                 (that's what signature separators look like
3495                  in PGP/Inline signed mails)
3496
3497 2007-04-26 [colin]      2.9.1cvs27
3498
3499         * configure.ac
3500                 libetpan-0.49 is now required
3501         * src/procmime.c
3502                 Fix double fetching of mails if
3503                 first try failed
3504         * src/imap.c
3505                 Make offline sync faster, by
3506                 remembering last change time, and
3507                 last sync time.
3508
3509 2007-04-26 [hoa]        2.9.1cvs26
3510
3511         * src/imap.c
3512         * src/imap.h
3513         * src/mainwindow.c
3514         * src/toolbar.c
3515         * src/etpan/imap-thread.c
3516         * src/etpan/imap-thread.h
3517                 cancellation of IMAP operations is now allowed.
3518                 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
3519
3520 2007-04-26 [colin]      2.9.1cvs25
3521
3522         * src/folder.c
3523                 Always fetch body+headers in folders that are
3524                 synched for offline use, if "Synchronise as
3525                 soon as possible" is set.
3526                 Fixes bug 1200, 'Add option to always retrieve full 
3527                 messages'
3528
3529 2007-04-25 [colin]      2.9.1cvs24
3530
3531         * src/compose.c
3532                 Fix bug 1198, 'Reply-all "disappearing" address bug 
3533                 persists...'
3534
3535 2007-04-24 [colin]      2.9.1cvs23
3536
3537         * src/folderview.c
3538                 Fix bug 1195, 'Hardware key navigation' 
3539                 Make GDK_Enter toggle expansion (Maemo)
3540
3541 2007-04-24 [wwp]        2.9.1cvs22
3542
3543         * src/compose.c
3544                 Fix few compiler warnings.
3545
3546 2007-04-24 [paul]       2.9.1cvs21
3547
3548         * src/Makefile.am
3549         * src/stock_pixmap.c
3550         * src/stock_pixmap.h
3551                 complete last commit
3552
3553 2007-04-24 [paul]       2.9.1cvs20
3554
3555         * src/gtk/about.c
3556         * src/pixmaps/active.xpm
3557         * src/pixmaps/checkbox_off.xpm
3558         * src/pixmaps/checkbox_on.xpm
3559         * src/pixmaps/inactive.xpm
3560                 kick out the blobs
3561                 remove transparent border from checkbox icons
3562
3563 2007-04-24 [wwp]        2.9.1cvs19
3564
3565         * src/textview.c
3566         * src/textview.h
3567                 Fix a crash in textview, thanks to Colin.
3568
3569 2007-04-23 [wwp]        2.9.1cvs18
3570
3571         * src/prefs_common.c
3572                 Fix 2.9.1cvs5: no header was being translated at all.
3573
3574 2007-04-23 [colin]      2.9.1cvs17
3575
3576         * src/Makefile.am
3577         * src/stock_pixmap.c
3578         * src/stock_pixmap.h
3579         * src/summaryview.c
3580         * src/summaryview.h
3581         * src/gtk/gtksctree.c
3582         * src/gtk/gtksctree.h
3583         * src/pixmaps/selection.xpm
3584                 Fix bug 1193, 'Need a way to multi-select
3585                 items'. Add a toggle button to the summaryview
3586                 to switch between normal and multiple selection
3587                 (Maemo)
3588
3589 2007-04-23 [colin]      2.9.1cvs16
3590
3591         * src/Makefile.am
3592         * src/stock_pixmap.c
3593         * src/stock_pixmap.h
3594         * src/summaryview.c
3595         * src/summaryview.h
3596         * src/gtk/gtksctree.c
3597         * src/gtk/gtksctree.h
3598         * src/pixmaps/selection.xpm
3599                 Fix bug 1193, 'Need a way to multi-
3600                 select items'
3601                 Add a toggle button in the summaryview
3602                 to enable normal or multiple selection.
3603                 (Maemo)
3604
3605 2007-04-23 [colin]      2.9.1cvs15
3606
3607         * src/compose.c
3608                 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
3609
3610 2007-04-21 [colin]      2.9.1cvs14
3611
3612         * src/gtk/quicksearch.c
3613                 Fix previous commit (actually use correct
3614                 parameter)
3615
3616 2007-04-21 [colin]      2.9.1cvs13
3617
3618         * src/gtk/quicksearch.c
3619                 Fix changing quicksearch type (after Esc,
3620                 after changing Recursive, ...)
3621
3622 2007-04-20 [wwp]        2.9.1cvs12
3623
3624         * src/gtk/Makefile.am
3625                 Added headers.h (completes 2.9.1cvs5).
3626
3627 2007-04-20 [wwp]        2.9.1cvs11
3628
3629         * src/addressbook.c
3630                 Fix the use of display name in name column,
3631                 it has been overriden w/ the use of nickname
3632                 by 2.9.0cvs3. Now nickname is used (if any)
3633                 in case of LDAP books only.
3634
3635 2007-04-20 [colin]      2.9.1cvs10
3636
3637         * src/mimeview.c
3638         * src/summaryview.c
3639         * src/textview.c
3640                 Add handling of 'a' to loop in a mail's
3641                 mimeparts
3642
3643 2007-04-20 [colin]      2.9.1cvs9
3644
3645         * src/toolbar.c
3646                 Fix bug 1190, 'dir_open' button doesn't work'
3647                 (Maemo)
3648
3649 2007-04-20 [colin]      2.9.1cvs8
3650
3651         * src/folderview.c
3652         * src/mainwindow.c
3653                 Fix bug 1194, 'Hardware keys move from email 
3654                 list to account/directory list, but not back 
3655                 to email list...' (Maemo)
3656
3657 2007-04-20 [colin]      2.9.1cvs7
3658
3659         * src/compose.h
3660                 complete previous commit
3661
3662 2007-04-20 [colin]      2.9.1cvs6
3663
3664         * src/compose.c
3665                 Fix bug 1187, 'Reply-to addressee disappears 
3666                 when reply-to text box is clicked...' (Maemo)
3667
3668 2007-04-20 [wwp]        2.9.1cvs5
3669
3670         * po/POTFILES.in
3671         * src/addressbook.c
3672         * src/compose.c
3673         * src/filtering.c
3674         * src/headerview.c
3675         * src/matcher.c
3676         * src/prefs_common.c
3677         * src/prefs_common.h
3678         * src/prefs_display_header.c
3679         * src/prefs_matcher.c
3680         * src/summaryview.c
3681         * src/gtk/headers.h
3682         * src/gtk/quicksearch.c
3683                 Translate more header names according to the relevant option value,
3684                 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
3685                 Replaced nearly all uses of prefs_common.trans_hdr with a call
3686                 to prefs_common_translated_header_name().
3687                 Added a headers.h reference file that contains known header names
3688                 (RFC2822 and others) to the translation process' input, so that
3689                 translated header names will still exist even if no occurrence of
3690                 _("headername") is found anymore in the sources.
3691                 Don't translate column name 'Number' following to trans_hdr option
3692                 value as it's not a header name.
3693
3694 2007-04-20 [colin]      2.9.1cvs4
3695
3696         * src/gtk/quicksearch.c
3697         * src/gtk/quicksearch.h
3698                 Add "From, To or Subject" quicksearch
3699                 type. Patch by ulfschaper@users.sf.net
3700
3701 2007-04-20 [colin]      2.9.1cvs3
3702
3703         * src/matcher.c
3704                 Implement proper references filtering condition.
3705                 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
3706
3707 2007-04-19 [wwp]        2.9.1cvs2
3708
3709         * src/prefs_display_header.c
3710         * src/message_search.c
3711                 Fix few warnings (g_free of const gchar*).
3712
3713 2007-04-19 [paul]       2.9.1cvs1
3714
3715         * NEWS
3716         * README
3717         * RELEASE_NOTES
3718         * configure.ac
3719                 bump version number following
3720                 stable release
3721
3722 2007-04-19 [paul]       2.9.0cvs9
3723
3724         * manual/advanced.xml
3725         * manual/glossary.xml
3726                 fix typos
3727
3728 2007-04-18 [paul]       2.9.0cvs8
3729
3730         * src/pop.c
3731                 fix for CVE-2007-1558 (APOP)
3732                 Thanks to Colin
3733
3734 2007-04-18 [paul]       2.9.0cvs7
3735
3736         * src/messageview.c
3737         * src/mimeview.c
3738         * src/summaryview.c
3739         * src/gtk/filesel.c
3740                 Fix encoding woes wrt saving of
3741                 mails and parts
3742                 Thanks to Colin
3743
3744 2007-04-18 [colin]      2.9.0cvs6
3745
3746         * src/gtk/pluginwindow.c
3747                 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
3748
3749 2007-04-17 [wwp]        2.9.0cvs5
3750
3751         * src/addressadd.c
3752         * src/addressbook.c
3753         * src/addrindex.c
3754         * src/ldapupdate.c
3755                 Fix --disable-ldap build,
3756                 fix some LDAP annoyances on 
3757                 searches, thanks to Colin.
3758
3759 2007-04-17 [wwp]        2.9.0cvs4
3760
3761         * src/ldapupdate.c
3762                 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
3763                 like gcc 2.9x. Thanks to Colin.
3764
3765 2007-04-17 [wwp]        2.9.0cvs3
3766
3767         * src/Makefile.am
3768         * src/addressadd.c
3769         * src/addressbook.c
3770         * src/addrindex.c
3771         * src/addritem.c
3772         * src/addritem.h
3773         * src/editaddress.c
3774         * src/ldapctrl.c
3775         * src/ldapctrl.h
3776         * src/ldapquery.c
3777         * src/ldapserver.c
3778         * src/ldapserver.h
3779         * src/ldapupdate.c
3780         * src/ldapupdate.h
3781                 Add LDAP write support. Patch mostly by 
3782                 Michael <mir at datanom dot net>
3783
3784 2007-04-17 [wwp]        2.9.0cvs2
3785
3786         * src/compose.c
3787                 Prepend "Add to address book" to the context menu of compose window's sender and
3788                 recipient fields.
3789
3790 2007-04-16 [paul]       2.9.0cvs1
3791
3792         * src/gtk/authors.h
3793                 add Pader Rezso
3794
3795 2007-04-16 [paul]       2.9.0
3796
3797         * NEWS
3798         * README
3799         * RELEASE_NOTES
3800                 2.9.0 released
3801
3802 2007-04-16 [paul]       2.8.1cvs102
3803
3804         * po/fr.po
3805                 updated by Fabien Vantard
3806
3807 2007-04-16 [paul]       2.8.1cvs101
3808
3809         * po/ca.po
3810         * po/cs.po
3811         * po/de.po
3812         * po/hu.po
3813         * po/pl.po
3814         * po/pt_BR.po
3815         * po/sr.po
3816         * po/zh_CN.po
3817                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
3818                 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
3819                 Aleksandar Urosevic, and Ralgh Young
3820
3821 2007-04-15 [mones]      2.8.1cvs100
3822
3823         * po/es.po
3824                 Updated for release
3825
3826 2007-04-14 [colin]      2.8.1cvs99
3827
3828         * src/message_search.c
3829         * src/prefs_display_header.c
3830         * src/summary_search.c
3831         * src/gtk/combobox.c
3832                 Fix allocations
3833
3834 2007-04-14 [wwp]        2.8.1cvs98
3835
3836         * src/gtk/combobox.c
3837         * src/message_search.c
3838         * src/summary_search.c
3839         * src/prefs_display_header.c
3840                 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
3841                 returns NULL, get the text value directly from the GtkEntry child.
3842
3843 2007-04-13 [colin]      2.8.1cvs97
3844
3845         * src/gtk/quicksearch.c
3846                 Give the focus back to summaryview when
3847                 emptying the quicksearch with Esc
3848
3849 2007-04-13 [colin]      2.8.1cvs96
3850
3851         * src/message_search.c
3852         * src/prefs_display_header.c
3853         * src/summary_search.c
3854                 Fix possibles crashes when getting text
3855                 from gtk combos
3856
3857 2007-04-13 [colin]      2.8.1cvs95
3858
3859         * src/pop.c
3860                 Add some UIDL debugging
3861
3862 2007-04-12 [colin]      2.8.1cvs94
3863
3864         * src/folder.c
3865                 Force folder scan if necessary after
3866                 copying mails, to be able to reapply
3867                 flags.
3868
3869 2007-04-11 [colin]      2.8.1cvs93
3870
3871         * src/main.c
3872                 don't scan for new mail on startup if --select
3873                 is specified (or race conditions arise). If so,
3874                 do both sequentially.
3875
3876 2007-04-09 [colin]      2.8.1cvs92
3877
3878         * src/common/defs.h
3879                 Use leafpad by default on Maemo. Patch
3880                 by Jean-Luc Biord.
3881
3882 2007-04-06 [colin]      2.8.1cvs91
3883
3884         * src/pixmaps/queue_close.xpm
3885         * src/pixmaps/queue_close_hrm.xpm
3886         * src/pixmaps/queue_close_hrm_mark.xpm
3887         * src/pixmaps/queue_close_mark.xpm
3888         * src/pixmaps/queue_open.xpm
3889         * src/pixmaps/queue_open_hrm.xpm
3890         * src/pixmaps/queue_open_hrm_mark.xpm
3891         * src/pixmaps/queue_open_mark.xpm
3892                 Move the clock one pixel down :)
3893
3894 2007-04-05 [colin]      2.8.1cvs90
3895
3896         * src/mainwindow.c
3897                 Don't sync when switching offline from
3898                 command line - it's usually too late :)
3899
3900 2007-04-05 [paul]       2.8.1cvs89
3901
3902         * src/Makefile.am
3903         * src/stock_pixmap.c
3904         * src/pixmaps/dir_close_hrm.xpm
3905         * src/pixmaps/dir_close_hrm_mark.xpm
3906         * src/pixmaps/drafts_close.xpm
3907         * src/pixmaps/drafts_close_mark.xpm
3908         * src/pixmaps/drafts_open.xpm
3909         * src/pixmaps/drafts_open_mark.xpm
3910         * src/pixmaps/inbox.xpm
3911         * src/pixmaps/inbox_close.xpm
3912         * src/pixmaps/inbox_close_hrm.xpm
3913         * src/pixmaps/inbox_close_hrm_mark.xpm
3914         * src/pixmaps/inbox_close_mark.xpm
3915         * src/pixmaps/inbox_hrm.xpm
3916         * src/pixmaps/inbox_hrm_mark.xpm
3917         * src/pixmaps/inbox_mark.xpm
3918         * src/pixmaps/inbox_open.xpm
3919         * src/pixmaps/inbox_open_hrm.xpm
3920         * src/pixmaps/inbox_open_hrm_mark.xpm
3921         * src/pixmaps/inbox_open_mark.xpm
3922         * src/pixmaps/outbox.xpm
3923         * src/pixmaps/outbox_close.xpm
3924         * src/pixmaps/outbox_close_hrm.xpm
3925         * src/pixmaps/outbox_close_hrm_mark.xpm
3926         * src/pixmaps/outbox_close_mark.xpm
3927         * src/pixmaps/outbox_hrm.xpm
3928         * src/pixmaps/outbox_hrm_mark.xpm
3929         * src/pixmaps/outbox_mark.xpm
3930         * src/pixmaps/outbox_open.xpm
3931         * src/pixmaps/outbox_open_hrm.xpm
3932         * src/pixmaps/outbox_open_hrm_mark.xpm
3933         * src/pixmaps/outbox_open_mark.xpm
3934         * src/pixmaps/queue_close.xpm
3935         * src/pixmaps/queue_close_hrm.xpm
3936         * src/pixmaps/queue_close_hrm_mark.xpm
3937         * src/pixmaps/queue_close_mark.xpm
3938         * src/pixmaps/queue_open.xpm
3939         * src/pixmaps/queue_open_hrm.xpm
3940         * src/pixmaps/queue_open_hrm_mark.xpm
3941         * src/pixmaps/queue_open_mark.xpm
3942                 updated, added and replaced icons
3943                 Icons by Colin
3944
3945 2007-04-04 [colin]      2.8.1cvs88
3946
3947         * src/imap.c
3948                 Fix build without libetpan
3949
3950 2007-04-03 [colin]      2.8.1cvs87
3951
3952         * src/imap.c
3953                 Fix crash with Citadel, and try to make
3954                 things work. this server (and specifically 
3955                 STATUS and APPEND at least) seems broken.
3956
3957 2007-04-03 [colin]      2.8.1cvs86
3958
3959         * src/folderview.c
3960                 Fix icons on folder close
3961
3962 2007-04-03 [colin]      2.8.1cvs85
3963
3964         * src/inc.c
3965                 Fix double-ask of offline override in
3966                 certain cases
3967         * src/imap.c
3968         * src/imap.h
3969         * src/imap_gtk.c
3970                 Much more efficient way to synchronise
3971                 for offline use
3972         * src/etpan/imap-thread.c
3973                 Fix possible segs
3974         * src/folder.c
3975         * src/gtk/quicksearch.c
3976                 Fix some GUI lags
3977
3978 2007-04-03 [paul]       2.8.1cvs84
3979
3980         * src/filtering.c
3981         * src/folder.c
3982         * src/folder.h
3983         * src/prefs_common.c
3984         * src/prefs_common.h
3985         * src/prefs_other.c
3986                 Fix sync being done too late
3987                 Thanks to Colin
3988
3989 2007-04-02 [colin]      2.8.1cvs83
3990
3991         * src/summaryview.c
3992                 Maemo: Put status and quicksearch at the top
3993         * src/plugins/bogofilter/bogofilter.c
3994         * src/plugins/spamassassin/spamassassin.c
3995                 Derive trash from inbox if possible
3996
3997 2007-04-02 [paul]       2.8.1cvs82
3998
3999         * src/plugins/bogofilter/bogofilter_gtk.c
4000                 a few English changes
4001
4002 2007-04-02 [paul]
4003
4004         2.9.0-rc1 released
4005
4006 2007-04-02 [colin]      2.8.1cvs81
4007
4008         * src/image_viewer.c
4009                 Fix transparent images by using
4010                 GtkImage
4011         * src/messageview.c
4012                 Flush events (on new windows) to avoid
4013                 having the textview's image resize fail
4014                 to know the available width
4015
4016 2007-04-01 [colin]      2.8.1cvs80
4017
4018         * src/prefs_account.c
4019                 If no MH mailbox exist, when creating a POP/Local
4020                 account, just create and use the default one 
4021                 instead of bailing with a "Mailbox doesn't exist"
4022                 error
4023
4024 2007-03-31 [colin]      2.8.1cvs79
4025
4026         * src/prefs_account.c
4027                 Create signature file if it doesn't exist
4028                 before editing
4029         * src/prefs_toolbar.c
4030                 Maemo: Move "Use default" on the left so
4031                 that people can find it
4032         * src/common/defs.h
4033                 Maemo: make default editor "Maemopad", 
4034                 default signature file "MyDocs/signature.txt"
4035
4036 2007-03-31 [colin]      2.8.1cvs78
4037
4038         * src/prefs_account.c
4039                 Maemo: rework account prefs so
4040                 that less horizontal scrolling
4041                 is required
4042
4043 2007-03-31 [colin]      2.8.1cvs77
4044
4045         * src/folderview.c
4046         * src/prefs_common.c
4047         * src/prefs_common.h
4048                 Fix bug 1167, 'Allow not displaying zeros 
4049                 in folder list'. Patch by MartinP
4050
4051 2007-03-31 [colin]      2.8.1cvs76
4052
4053         * AUTHORS
4054                 Add Jean-Luc Biord
4055
4056 2007-03-31 [colin]      2.8.1cvs75
4057
4058         * src/imap.c
4059                 Apply patch from bug 1172, direct
4060                 access to the folder's session instead
4061                 of using getter. Patch by MartinP
4062
4063 2007-03-31 [paul]       2.8.1cvs74
4064
4065         * src/gtk/authors.h
4066                 no need to list Fabien twice!
4067
4068 2007-03-31 [colin]      2.8.1cvs73
4069
4070         * src/inc.c
4071                 If we're currently "overriding for %d minutes",
4072                 don't ask
4073
4074 2007-03-31 [colin]      2.8.1cvs72
4075
4076         * src/compose.c
4077         * src/imap.c
4078         * src/inc.c
4079         * src/inc.h
4080         * src/messageview.c
4081         * src/news.c
4082         * src/plugins/spamassassin/spamassassin.c
4083                 Offline override: Add a parameter to allow
4084                 asking even if the override timer is running.
4085                 Allows to ask every time the user makes an
4086                 explicit action needing online access (such
4087                 as Get Mail), and not when the action is 
4088                 implicit (such as opening an IMAP folder)
4089
4090 2007-03-31 [colin]      2.8.1cvs71
4091
4092         * src/inc.c
4093                 Override offline: "No" answer shouldn't
4094                 re-ask after 3 seconds, but 10 minutes. 
4095
4096 2007-03-30 [colin]      2.8.1cvs70
4097
4098         * src/common/socket.c
4099                 Better error reporting on unix socket
4100                 failure (bind usually)
4101         * src/gtk/gtkutils.c
4102         * src/gtk/gtkutils.h
4103                 Label window: add a pulsing progress
4104                 bar to show we're not hung :)
4105         * src/folderview.c
4106         * src/main.c
4107         * src/plugins/pgpcore/sgpgme.c
4108                 Update API
4109
4110 2007-03-30 [colin]      2.8.1cvs69
4111
4112         * src/pop.c
4113         * src/prefs_common.c
4114                 Fix possible trashing of history and uidl
4115                 files on disk full problems
4116
4117 2007-03-30 [paul]       2.8.1cvs68
4118
4119         * src/mainwindow.c
4120         * src/summaryview.c
4121         * src/summaryview.h
4122                 update summary when changing layout type
4123                 (fixes wrong folder icon being displayed)
4124                 Thanks to Colin
4125
4126 2007-03-29 [colin]      2.8.1cvs67
4127
4128         * src/prefs_ext_prog.c
4129                 The browser pref is irrelevant on Maemo
4130
4131 2007-03-29 [colin]      2.8.1cvs66
4132
4133         * src/compose.c
4134         * src/compose.h
4135                 Maemo: dynamically switch headers/text position
4136         * src/prefs_common.c
4137                 Maemo: hide compose's ruler by default
4138         * src/common/socket.c
4139         * src/common/socket.h
4140                 Fix build warning
4141
4142 2007-03-29 [colin]      2.8.1cvs65
4143
4144         * src/common/socket.c
4145         * src/common/socket.h
4146                 Fix build when MAEMO_CFLAGS contains
4147                 _X_OPENSOURCE (resolv.h errors as long
4148                 as we don't add _BSD_SOURCE. Ugly).
4149
4150 2007-03-29 [wwp]        2.8.1cvs64
4151
4152         * src/prefs_logging.c
4153                 Fix sensitivity of clip-log widgets in prefs/logging,
4154                 thanks to Fabien.
4155
4156 2007-03-29 [wwp]        2.8.1cvs63
4157
4158         * po/POTFILES.in
4159                 Updated files list for translations, thanks to Fabien.
4160
4161 2007-03-29 [colin]      2.8.1cvs62
4162
4163         * src/main.c
4164         * src/common/Makefile.am
4165         * src/common/utils.c
4166                 Maybe make URI opening work in Maemo
4167                 Requires testing :)
4168
4169 2007-03-28 [colin]      2.8.1cvs61
4170
4171         * src/folder.c
4172         * src/folder.h
4173         * src/folderview.c
4174                 Add the possibility to sort folders arbitrarily
4175                 (via editing of folderlist.xml only). Patch by
4176                 Martin P <mp26+claws@os.inf.tu-dresden.de>
4177                 Fixes bug 1166, 'Folder ordering is fixed and cannot 
4178                 be changed by the user'
4179
4180 2007-03-28 [colin]      2.8.1cvs60
4181
4182         * src/mimeview.c
4183                 Add popup menu for mime icons
4184
4185 2007-03-28 [colin]      2.8.1cvs59
4186
4187         * src/mainwindow.c
4188                 Fix a layout issue when presenting
4189                 mainwindow in Small screen layout
4190         * src/toolbar.c
4191         * src/toolbar.h
4192                 Add a "Go to folder list" button for
4193                 mainwindow, and make it default in
4194                 the Maemo build
4195
4196 2007-03-28 [colin]      2.8.1cvs58
4197
4198         * src/compose.c
4199                 Don't dynamically update title on Maemo
4200                 Patch by Jean-Luc Biord
4201
4202 2007-03-27 [colin]      2.8.1cvs57
4203
4204         * src/compose.c
4205         * src/folderview.c
4206         * src/summaryview.c
4207                 Enable tap-and-hold on Maemo
4208
4209 2007-03-26 [colin]      2.8.1cvs56
4210
4211         * src/compose.c
4212                 More popup-menu (in attachments list)
4213
4214 2007-03-26 [colin]      2.8.1cvs55
4215
4216         * src/compose.c
4217                 Enable popup-menu signal
4218
4219 2007-03-26 [colin]      2.8.1cvs54
4220
4221         * src/plugins/pgpinline/pgpinline.c
4222                 Fix bug 1111, 'PGP/inline plugin hides text 
4223                 around encrypted text block'. Patch based on
4224                 a patch from Michal Cihar.
4225
4226 2007-03-26 [wwp]        2.8.1cvs53
4227
4228         * src/procmsg.c
4229                 Fix getting a false error when sending queued message
4230                 whereas the sending was fine (if there are subfolders
4231                 in the queue folder), thanks to Colin.
4232
4233 2007-03-26 [paul]       2.8.1cvs52
4234
4235         * src/wizard.c
4236                 update FACE header in welcome message
4237
4238 2007-03-25 [colin]      2.8.1cvs51
4239
4240         * src/Makefile.am
4241                 Fix make dist
4242
4243 2007-03-25 [colin]      2.8.1cvs50
4244
4245         * src/main.c
4246                 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
4247
4248 2007-03-24 [colin]      2.8.1cvs49
4249
4250         * src/main.c
4251                 Fix a few launch problems on Maemo
4252                 Patch by Jean-Luc Biord
4253
4254 2007-03-24 [wwp]        2.8.1cvs48
4255
4256         * src/alertpanel.c
4257         * src/alertpanel.h
4258         * src/messageview.c
4259         * src/summaryview.c
4260                 Fix wrong action performed when closing the
4261                 "ask about account specific filtering rules
4262                 when filtering manually" dialog by pressing Escape.
4263                 Fix wrong order of buttons in the "return receipt
4264                 notification - the message was sent to several of
4265                 your accounts" dialog.
4266
4267 2007-03-24 [paul]       2.8.1cvs47
4268
4269         * src/folderview.c
4270                 an improvement to English usage
4271         * tools/kdeservicemenu/README
4272                 updated Claws url
4273
4274 2007-03-24 [paul]       2.8.1cvs46
4275
4276         * src/Makefile.am
4277         * src/stock_pixmap.c
4278         * src/pixmaps/edit_extern.xpm
4279         * src/pixmaps/mail_sign.xpm
4280                 rescue long lost icons
4281
4282 2007-03-24 [paul]       2.8.1cvs45
4283
4284         * src/toolbar.c
4285                 fix toolbar (broken in 2.8.1cvs42)
4286
4287 2007-03-23 [colin]      2.8.1cvs44
4288
4289         * src/imap.c
4290                 Correctly unsubscribe/resubscribe after
4291                 RENAME
4292
4293 2007-03-23 [colin]      2.8.1cvs43
4294
4295         * src/prefs_common.c
4296                 Maemo: as the platform is light on RAM, allow
4297                 caches to be discarded faster.
4298
4299 2007-03-23 [colin]      2.8.1cvs42
4300
4301         * src/Makefile.am
4302         * src/compose.c
4303         * src/compose.h
4304         * src/stock_pixmap.c
4305         * src/stock_pixmap.h
4306         * src/summaryview.c
4307         * src/summaryview.h
4308         * src/toolbar.c
4309         * src/toolbar.h
4310         * src/pixmaps/open_mail.xpm
4311                 Maemo changes: Add the possibility to have
4312                 "Open Email" and "Close Window" buttons on 
4313                 toolbars (and use them in Maemo's default
4314                 toolbars)
4315
4316 2007-03-23 [wwp]        2.8.1cvs41
4317
4318         * src/action.c
4319                 Reverted that part of the action dialog closure logics, to
4320                 pre-2.8.1cvs19. Managing action dialog w/ no output may be
4321                 done later in a different way (or may not).
4322
4323 2007-03-22 [wwp]        2.8.1cvs40
4324
4325         * src/action.c
4326                 Fix sticky action dialog when got no output but action command
4327                 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
4328
4329 2007-03-22 [colin]      2.8.1cvs39
4330
4331         * src/prefs_filtering.c
4332         * src/gtk/combobox.h
4333                 Fix escaping account names in filtering prefs
4334
4335 2007-03-22 [colin]      2.8.1cvs38
4336
4337         * src/addrindex.c
4338         * src/ldapctrl.h
4339         * src/ldapquery.c
4340                 Add any attribute specified in LDAP servers'
4341                 Search attributes to the Other Attributes tab
4342                 of contacts; Add 'telephoneNumber' in the
4343                 default list.
4344
4345 2007-03-22 [colin]      2.8.1cvs37
4346
4347         * src/folderview.c
4348         * src/folderview.h
4349         * src/mainwindow.c
4350                 Try to prevent race conditions when
4351                 changing the folder list
4352         * src/summaryview.c
4353                 Fix possible red folder icon when
4354                 switching from Small screen layout
4355                 to any other
4356
4357 2007-03-22 [colin]      2.8.1cvs36
4358
4359         * src/mainwindow.c
4360         * src/mainwindow.h
4361         * src/summaryview.c
4362                 Rename "little screen" to "Small screen"
4363         * src/gtk/Makefile.am
4364         * src/common/utils.c
4365         * src/mh.c
4366                 Fix Maemo-related compilation problems
4367
4368 2007-03-21 [colin]      2.8.1cvs35
4369
4370         * configure.ac
4371                 Fix previous commit
4372         * claws-mail.desktop
4373                 Remove .png from the Icon, it's useless
4374
4375 2007-03-21 [colin]      2.8.1cvs34
4376
4377         * configure.ac
4378         * src/Makefile.am
4379                 Add the necessary lib checking for 
4380                 Maemo
4381
4382 2007-03-21 [colin]      2.8.1cvs33
4383
4384         * src/main.c
4385                 Fix unconditional "error happened" when
4386                 sending via command-line. "lol @ myself"
4387
4388 2007-03-21 [colin]      2.8.1cvs32
4389
4390         * claws-mail-40x40.png
4391         * claws-mail-26x26.png
4392         * src/account.c
4393         * src/addressbook.c
4394         * src/compose.c
4395         * src/folderview.c
4396         * src/folderview.h
4397         * src/main.c
4398         * src/mainwindow.c
4399         * src/mainwindow.h
4400         * src/messageview.c
4401         * src/prefs_account.c
4402         * src/prefs_common.c
4403         * src/summary_search.c
4404         * src/summaryview.c
4405         * src/summaryview.h
4406         * src/gtk/authors.h
4407         * src/gtk/gtkutils.c
4408         * src/gtk/gtkutils.h
4409         * src/gtk/logwindow.c
4410         * src/gtk/menu.c
4411         * src/gtk/prefswindow.c
4412                 Add Maemo port (patch mainly by Jean-Luc Biort)
4413                 Add a new 'Little screen' layout to help on such
4414                 platforms (patch by me)
4415                 Make some default preferences different (more
4416                 adapted) on Maemo (patch by me)
4417
4418 2007-03-21 [wwp]        2.8.1cvs31
4419
4420         * src/prefs_logging.c
4421         * src/prefs_logging.h
4422                 Fixed copyright header of newly added files.
4423
4424 2007-03-21 [wwp]        2.8.1cvs30
4425
4426         * src/Makefile.am
4427         * src/filtering.c
4428         * src/filtering.h
4429         * src/folder.c
4430         * src/folderview.c
4431         * src/imap.c
4432         * src/inc.c
4433         * src/main.c
4434         * src/mainwindow.c
4435         * src/mainwindow.h
4436         * src/matcher.c
4437         * src/messageview.c
4438         * src/news.c
4439         * src/pop.c
4440         * src/prefs_common.c
4441         * src/prefs_common.h
4442         * src/prefs_logging.c
4443         * src/prefs_logging.h
4444         * src/prefs_other.c
4445         * src/procmsg.c
4446         * src/send_message.c
4447         * src/summaryview.c
4448         * src/common/log.c
4449         * src/common/log.h
4450         * src/common/nntp.c
4451         * src/common/session.c
4452         * src/common/smtp.c
4453         * src/common/socket.c
4454         * src/etpan/imap-thread.c
4455         * src/gtk/logwindow.c
4456         * src/gtk/logwindow.h
4457         * src/plugins/bogofilter/bogofilter.c
4458         * src/plugins/spamassassin/spamassassin.c
4459                 Added debugging of filtering/processing rules.
4460                 The debug log is here 'Tools/Filtering debug window',
4461                 the options there 'Configuration/Preferences/Other/Logging',
4462                 and the log file is ~/.claws-mail/filtering.log.
4463                 Moved protocol log prefs to 'Other/Logging' as well.
4464                 To support such debugging feature, the existing log API has
4465                 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
4466                 this impacts many external modules (commits follow).
4467
4468 2007-03-21 [paul]       2.8.1cvs29
4469
4470         * src/etpan/Makefile.am
4471         * src/etpan/imap-thread.c
4472                 add missing #include
4473
4474 2007-03-21 [colin]      2.8.1cvs28
4475
4476         * src/procmime.c
4477                 Fix bug 1157, 'some broken messages confuse 
4478                 mime parser'. Make sure we can't have MimeInfos
4479                 with negative sizes.
4480
4481 2007-03-20 [colin]      2.8.1cvs27
4482
4483         * src/main.c
4484                 Fix missing \0 on buffer
4485
4486 2007-03-20 [colin]      2.8.1cvs26
4487
4488         * src/mh.c
4489                 Use make_dir_hier instead of make_dir 
4490                 to create the MH mailbox
4491
4492 2007-03-20 [colin]      2.8.1cvs25
4493
4494         * src/folder.c
4495         * src/folder.h
4496         * src/prefs_account.c
4497         * src/wizard.c
4498                 Fix default inbox weirdnesses (after wizard,
4499                 if path is Mail, mailbox identifier is #mh/Mailbox,
4500                 and when creating new accounts)
4501
4502 2007-03-20 [colin]      2.8.1cvs24
4503
4504         * src/account.c
4505                 Write folderlist after adding/deleting accounts
4506                 that have folders
4507
4508 2007-03-20 [colin]      2.8.1cvs23
4509
4510         * src/imap.c
4511         * src/remotefolder.h
4512                 Fix bug 1153, 'CM segfaults if IMAP folder is 
4513                 selected while scanning prior to update'
4514
4515 2007-03-17 [paul]       2.8.1cvs22
4516
4517         * src/main.c
4518                 fix a typo, and be a little more verbose.
4519
4520 2007-03-17 [wwp]        2.8.1cvs21
4521
4522         * src/inc.c
4523                 Fix a compiler warning.
4524
4525 2007-03-16 [wwp]        2.8.1cvs20
4526
4527         * tools/Makefile.am
4528         * tools/README
4529                 Updated to deal w/ the new mairix.sh tool.
4530
4531 2007-03-16 [wwp]        2.8.1cvs19
4532
4533         * src/action.c
4534                 Fix logics issues around the action IO dialog:
4535                 - disable entry widget and exec button when
4536                   the exec button is clicked (don't wait for any
4537                   output line) - fix possible disabling/re-enabling/
4538                   re-disabling of those widgets
4539                 - raise an error if executing a %as{} action either
4540                   empty or invalid, instead of failing silently
4541                 - don't close the dialog if the abort button has been
4542                   clicked and if there was no output yet
4543                 - set focus to the abort button when the exec button
4544                   is clicked
4545                 - fix capitalization of a warning message
4546
4547 2007-03-16 [wwp]        2.8.1cvs18
4548
4549         * tools/mairix.sh
4550                 Added a wrapper to mairix to the tools folder.
4551
4552 2007-03-16 [colin]      2.8.1cvs17
4553
4554         * src/messageview.c
4555         * src/mimeview.h
4556                 Allow mimeviewer plugins to print
4557                 their stuff
4558
4559 2007-03-16 [colin]      2.8.1cvs16
4560
4561         * .cvsignore
4562                 Ignore *.patchset
4563
4564 2007-03-15 [colin]      2.8.1cvs15
4565
4566         * src/messageview.c
4567         * src/mimeview.h
4568                 Add a way for mimeviewer plugins to
4569                 implement body search
4570
4571 2007-03-15 [paul]       2.8.1cvs14
4572
4573         * src/prefs_spelling.c
4574                 fix English usage
4575
4576 2007-03-15 [paul]       2.8.1cvs13
4577
4578         * src/common/quoted-printable.c
4579                 fix decoding of quoted-printable parts
4580
4581 2007-03-14 [wwp]        2.8.1cvs12
4582
4583         * src/gtk/logwindow.h
4584                 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
4585
4586 2007-03-14 [wwp]        2.8.1cvs11
4587
4588         * src/gtk/logwindow.h
4589                 Complete 2.8.1cvs10.
4590
4591 2007-03-14 [colin]      2.8.1cvs10
4592
4593         * src/gtk/logwindow.c
4594                 Probably fix bug 1149, crash on logwindow
4595                 close - at the expense of performance once
4596                 logwin has been opened
4597
4598 2007-03-14 [colin]      2.8.1cvs9
4599
4600         * src/main.c
4601                 If claws-mail is running on another
4602                 display, warn instead of popping it up
4603                 on the other display
4604
4605 2007-03-12 [colin]      2.8.1cvs8
4606
4607         * src/wizard.c
4608                 Fix bug 1145, 'Setting a different name 
4609                 for the Mailbox name isn't reflected in 
4610                 default account settings'. Patch by wwp
4611
4612 2007-03-12 [colin]      2.8.1cvs7
4613
4614         * src/summaryview.c
4615                 Fix bug 1143, 'Add number of messages to be 
4616                 deleted to confirmation dialog'
4617
4618 2007-03-12 [wwp]        2.8.1cvs6
4619
4620         * src/folderview.c
4621         * src/prefs_common.c
4622         * src/prefs_common.h
4623         * src/prefs_summaries.c
4624                 Changed the option that displays unread messages count
4625                 next to the folder name in folder list: it is now
4626                 possible to either display nothing, display the
4627                 unread messages number only or the unread and total messages
4628                 numbers. The patch includes this extra feature as well
4629                 as some minor fixes by rewriting the algo in folderview.c.
4630                 Thanks to Paul for the original idea and implementation, plus
4631                 testing and proof-reading!
4632
4633 2007-03-09 [paul]       2.8.1cvs5
4634
4635         * tools/Makefile.am
4636         * tools/README
4637         * tools/claws-mail-compose-insert-files.pl
4638                 added a script which enables inserting files
4639                 into the message body of a new Claws Mail
4640                 Compose window from the command line. Additionally
4641                 To, Cc, Subject and files to attach to the message
4642                 can be specified.
4643
4644 2007-03-09 [wwp]        2.8.1cvs4
4645
4646         * src/addr_compl.c
4647         * src/addr_compl.h
4648         * src/filtering.c
4649                 Optimize matching of addresses in the addressbook
4650                 (filtering/processing 'found_in_addressbook' condition).
4651
4652 2007-03-07 [wwp]        2.8.1cvs3
4653
4654         * src/quote_fmt.c
4655         * src/quote_fmt_lex.l
4656         * src/quote_fmt_parse.y
4657                 Add a new quote format symbol: %A to insert the
4658                 sender email address (just the address itself).
4659
4660 2007-03-06 [wwp]        2.8.1cvs2
4661
4662         * src/gtk/gtkutils.c
4663         * src/plugins/trayicon/trayicon_prefs.h
4664         * src/plugins/trayicon/trayicon_prefs.c
4665         * src/plugins/trayicon/trayicon.c
4666         * src/mainwindow.h
4667         * src/mainwindow.c
4668                 Add a new trayicon (optional) feature: minimize to tray. When enabled,
4669                 minimizing Claws-Mail main window will hide it to the trayicon instead.
4670
4671
4672 2007-03-06 [paul]       2.8.1cvs1
4673
4674         * NEWS
4675         * README
4676         * RELEASE_NOTES
4677         * configure.ac
4678                 bump version number following
4679                 stable release
4680
4681 2007-03-06 [paul]       2.8.0cvs24
4682
4683         * po/cs.po
4684                 corrected by by Tim <timbrain@post.cz>
4685
4686 2007-03-05 [colin]      2.8.0cvs23
4687
4688         * src/Makefile.am
4689         * src/procmime.c
4690                 Fix mime/globs path on NetBSD
4691                 patch by George Michaelson
4692
4693 2007-03-05 [wwp]        2.8.0cvs22
4694
4695         * src/addr_compl.c
4696                 Remove debug statement (accidentally committed w/ cvs14).
4697
4698 2007-03-05 [paul]       2.8.0cvs21
4699
4700         * src/plugins/pgpcore/prefs_gpg.c
4701                 fix compiler warning
4702
4703 2007-03-05 [wwp]        2.8.0cvs20
4704
4705         * src/matcher_parser_parse.y
4706                 Fix mismerge between cvs17 and cvs19.
4707
4708 2007-03-05 [wwp]        2.8.0cvs19
4709
4710         * src/matcher_parser_parse.y
4711         * src/prefs_filtering_action.c
4712         * src/matcher.c
4713         * src/matcher.h
4714         * src/filtering.c
4715         * src/filtering.h
4716                 Add new 'add_to_addressbook' filtering/processing action.
4717
4718 2007-03-05 [wwp]        2.8.0cvs18
4719
4720         * src/filtering.c
4721                 Fix mark_as_ham filtering/processing action: spam flag
4722                 was not unset.
4723
4724 2007-03-04 [colin]      2.8.0cvs17
4725
4726         * src/filtering.c
4727         * src/matcher.c
4728         * src/matcher.h
4729         * src/matcher_parser_parse.y
4730         * src/prefs_filtering_action.c
4731                 Add 'Mark as spam' and 'Mark as ham' filtering
4732                 actions. Fixes bug 1138.
4733
4734 2007-03-04 [colin]      2.8.0cvs16
4735
4736         * src/imap.c
4737                 Fix bug 1140, wrong return value
4738                 without libetpan
4739
4740 2007-03-04 [wwp]        2.8.0cvs15
4741
4742         * src/addr_compl.c
4743                 Rollback cvs14: don't free stuff that is managed in g_list.
4744
4745 2007-03-04 [wwp]        2.8.0cvs14
4746
4747         * src/addr_compl.c
4748                 Fix a leak in address completion code.
4749
4750 2007-03-04 [colin]      2.8.0cvs13
4751
4752         * src/addr_compl.c
4753                 Maybe fix bug 1136, 'Crash in group 
4754                 address completion'
4755
4756 2007-03-04 [iwkse]      2.8.0cvs12
4757
4758         * src/imap.c
4759                 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
4760
4761 2007-03-03 [colin]      2.8.0cvs11
4762
4763         * src/plugins/pgpinline/pgpinline.c
4764                 Fix off-by-one, fix double-free. Fixes
4765                 bug 1135, 'cm-segfault on decrypting 
4766                 with PGP/inline'
4767
4768 2007-03-03 [colin]      2.8.0cvs10
4769
4770         * configure.ac
4771         * src/main.c
4772         * src/common/plugin.c
4773                 Fix bug 1134, 'Valgrind macros unhandled 
4774                 by Irix's cc'
4775
4776 2007-03-02 [colin]      2.8.0cvs9
4777
4778         * src/mbox.c
4779                 Don't error out on EAGAIN. Fixes 
4780                 bug 1129, '"local mbox file" account 
4781                 isn't retrieving mails'
4782
4783 2007-03-01 [wwp]        2.8.0cvs8
4784
4785         * src/mainwindow.c
4786         * src/gtk/colorlabel.c
4787                 Remove accels for extra color labels until we set better
4788                 and definitive ones.
4789
4790 2007-02-28 [wwp]        2.8.0cvs7
4791
4792         * src/mainwindow.c
4793         * src/matcher_parser_parse.y
4794         * src/prefs_common.c
4795         * src/prefs_msg_colors.c
4796         * src/procmsg.h
4797         * src/gtk/colorlabel.c
4798         * src/gtk/colorlabel.h
4799                 Add more customizable color labels. Cleaned up a bit
4800                 the color label API to avoid duplicate defines of
4801                 the max number of colors.
4802
4803 2007-02-27 [colin]      2.8.0cvs6
4804
4805         * src/mainwindow.c
4806         * src/common/utils.c
4807         * src/common/utils.h
4808                 Fix '+' in mailto URIs for List-* headers
4809
4810 2007-02-27 [colin]      2.8.0cvs5
4811
4812         * src/gtk/gtkutils.c
4813                 Use gtk_window_set_role instead of 
4814                 _set_wmclass
4815
4816 2007-02-27 [colin]      2.8.0cvs4
4817
4818         * src/inc.c
4819                 Fix "After receiving new mail, go to inbox" on IMAP,
4820                 and make it work only on manual reception
4821
4822 2007-02-27 [wwp]        2.8.0cvs3
4823
4824         * src/prefs_filtering.c
4825         * src/prefs_filtering_action.c
4826         * src/prefs_matcher.c
4827                 Update filtering matcher's and action's color label menus
4828                 when re-opening those dialogs (reflect any change to the
4829                 color labels list in the preferences).
4830
4831 2007-02-27 [colin]      2.8.0cvs2
4832
4833         * src/imap.c
4834         * src/etpan/etpan-thread-manager-types.h
4835         * src/etpan/etpan-thread-manager.c
4836         * src/etpan/imap-thread.c
4837                 Log imap ALERTs as errors in the log.
4838
4839 2007-02-26 [paul]       2.8.0cvs1
4840
4841         * tools/claws.i18n.status.pl
4842                 updated
4843
4844 2007-02-26 [paul]       2.7.2cvs75
4845
4846         * po/ca.po
4847         * po/cs.po
4848         * po/de.po
4849         * po/en_GB.po
4850         * po/fi.po
4851         * po/fr.po
4852         * po/hu.po
4853         * po/pl.po
4854         * po/pt_BR.po
4855         * po/sk.po
4856         * po/sr.po
4857         * po/zh_CN.po
4858                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
4859                 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
4860                 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
4861                 Aleksandar Urosevic, and Ralgh Young
4862
4863 2007-02-25 [mones]      2.7.2cvs74
4864
4865         * po/es.po
4866                 Updated for release
4867
4868 2007-02-25 [colin]      2.7.2cvs73
4869
4870         * src/main.c
4871                 Clearing the list is only useful
4872                 to prevent a valgrind false-positive
4873
4874 2007-02-25 [paul]       2.7.2cvs72
4875
4876         * tools/Makefile.am
4877         * tools/README
4878         * tools/kmail-mailbox2claws-mail.pl  **ADDED**
4879         * tools/maildir2claws-mail.pl  **REMOVED**
4880                 renamed the script, fixed a couple bugs
4881
4882 2007-02-23 [colin]      2.7.2cvs71
4883
4884         * src/addressbook.c
4885                 Fix a leak, check for a few improbable nulls
4886
4887 2007-02-23 [colin]      2.7.2cvs70
4888
4889         * src/main.c
4890         * src/main.h
4891         * src/plugins/trayicon/trayicon.c
4892                 Fix blinking mainwin when starting in tray
4893                 (show mainwindow later in the startup process,
4894                  apart if restarting post-crash)
4895
4896 2007-02-23 [colin]      2.7.2cvs69
4897
4898         * src/folderview.c
4899         * src/imap_gtk.c
4900                 Fix crash when unsubscribing the currently
4901                 selected/opened folder
4902
4903 2007-02-23 [colin]      2.7.2cvs68
4904
4905         * src/compose.c
4906                 Fix bug that prevented colorization to
4907                 work without wrap quotation option
4908
4909 2007-02-23 [colin]      2.7.2cvs67
4910
4911         * src/addr_compl.c
4912                 Fix refcounting, start and end completion who
4913                 behaved as if there couldn't be any other current
4914                 user of completion
4915
4916 2007-02-23 [wwp]        2.7.2cvs66
4917
4918         * src/addressbook.c
4919         * src/addrindex.c
4920                 Address completion fixes: fix addressbook_peek_folder_exists() in
4921                 which the algorithm was ridiculously over-obfuscated and broken.
4922                 Fix addrindex_load_completion() as well, to load addresses in
4923                 completion list with regards to what addressbook_peek_folder_exists()
4924                 returns now.
4925
4926 2007-02-23 [wwp]        2.7.2cvs65
4927
4928         * src/addr_compl.c
4929                 Add addresses to completion when they're non-empty (thanks to Colin).
4930
4931 2007-02-23 [paul]       2.7.2cvs64
4932
4933         * src/plugins/pgpcore/passphrase.c
4934                 remove 'const '
4935
4936 2007-02-23 [colin]      2.7.2cvs63
4937
4938         * src/plugins/pgpcore/prefs_gpg.c
4939         * src/plugins/pgpcore/prefs_gpg.h
4940         * src/plugins/pgpcore/sgpgme.c
4941         * src/plugins/pgpinline/pgpinline.c
4942         * src/plugins/pgpmime/pgpmime.c
4943                 Try harder to respect user's choice wrt
4944                 gpg-agent even with gpg2, by unsetting
4945                 GPG_AGENT_INFO when necessary.
4946
4947 2007-02-22 [paul]       2.7.2cvs62
4948
4949         * src/plugins/pgpcore/sgpgme.c
4950         * src/plugins/pgpcore/sgpgme.h
4951         * src/plugins/pgpcore/passphrase.c
4952         * src/plugins/pgpinline/pgpinline.c
4953         * src/plugins/pgpmime/pgpmime.c
4954                 Fix a leak - gpgme_data_release_and_get_mem
4955                 leaks in recent gpgme. Workaround by using
4956                 our own function.
4957
4958 2007-02-22 [paul]       2.7.2cvs61
4959
4960         * src/gtk/quicksearch.c
4961                 Abandon dynamic search when pressing
4962                 Enter
4963
4964 2007-02-21 [colin]      2.7.2cvs60
4965
4966         * src/procmsg.c
4967         * src/plugins/pgpcore/passphrase.c
4968                 Fix little memory leaks
4969         * src/main.c
4970                 Fix false-positive leak at exit
4971         * src/gtk/quicksearch.c
4972                 Fix potentially big leak in recursive
4973                 Quicksearch
4974
4975 2007-02-21 [wwp]        2.7.2cvs59
4976
4977         * src/summaryview.c
4978                 Add missing newline to a debug message.
4979
4980 2007-02-20 [colin]      2.7.2cvs58
4981
4982         * src/Makefile.am
4983         * src/mimeview.c
4984         * src/stock_pixmap.c
4985         * src/stock_pixmap.h
4986         * src/pixmaps/mime_pgpsig.xpm
4987                 Add icon for application/pgp-signature
4988
4989 2007-02-20 [colin]      2.7.2cvs57
4990
4991         * src/Makefile.am
4992         * src/main.c
4993         * src/mimeview.c
4994         * src/stock_pixmap.c
4995         * src/stock_pixmap.h
4996         * src/pixmaps/mime_calendar.xpm
4997         * src/pixmaps/mime_pdf.xpm
4998         * src/pixmaps/mime_ps.xpm
4999                 Add icons for text/calendar, application/pdf
5000                 and application/postscript
5001
5002 2007-02-20 [colin]      2.7.2cvs56
5003
5004         * autogen.sh
5005         * src/matcher_parser_parse.y
5006         * src/matcher_parser_lex.l
5007                 Fix big memory leak in flex, and
5008                 require flex 2.5.31
5009
5010 2007-02-20 [wwp]        2.7.2cvs55
5011
5012         * src/matcher_parser_parse.y
5013                 Fix a duplicate token definition (thanks to iwkse).
5014
5015 2007-02-20 [wwp]        2.7.2cvs54
5016
5017         * src/matcher_parser_lex.l
5018         * src/quote_fmt_lex.l
5019                 Use proper flex options instead of direct use of #define,
5020                 make the flex-generated C lighter.
5021
5022 2007-02-20 [colin]      2.7.2cvs53
5023
5024         * src/summaryview.c
5025                 Grab focus in message list after hiding
5026                 the quicksearch, instead of leaving it
5027                 "somewhere"
5028
5029 2007-02-19 [colin]      2.7.2cvs52
5030
5031         * src/folderview.c
5032                 Fix bug 1033, 'Automatically refresh 
5033                 message list when new messages arrives'
5034                 Looks like folderview->opened can sometimes
5035                 be wrong...
5036
5037 2007-02-19 [paul]       2.7.2cvs51
5038
5039         * tools/Makefile.am
5040         * tools/README
5041         * tools/thunderbird-filters-convertor.pl
5042                 add new script which converts thunderbird filter
5043                 rules to Claws filter rules
5044
5045 2007-02-18 [paul]       2.7.2cvs50
5046
5047         * src/plugins/pgpcore/prefs_gpg.c
5048         * src/plugins/pgpcore/prefs_gpg.h
5049         * src/plugins/pgpcore/sgpgme.c
5050         * src/plugins/pgpinline/pgpinline.c
5051         * src/plugins/pgpmime/pgpmime.c
5052                 improved GUI interoperability with gpg-agent
5053
5054 2007-02-18 [paul]       2.7.2cvs49
5055
5056         * src/prefs_account.c
5057                 Privacy options sensitivity fix
5058
5059 2007-02-17 [colin]      2.7.2cvs48
5060
5061         * src/messageview.c
5062                 Reset icon to warning in the noticeview
5063
5064 2007-02-15 [colin]      2.7.2cvs47
5065
5066         * src/folderview.c
5067                 Fix a manifestation of bug 1033 (summaryview failing
5068                 to update for new mails), which happens after editing
5069                 account preferences or preferences that cause a 
5070                 folderview reload.
5071
5072 2007-02-15 [colin]      2.7.2cvs46
5073
5074         * src/addressbook.c
5075                 Probably fix bug 1123, 'Segmentation 
5076                 fault while opening address book'. I get
5077                 g_warnings if the saved paned position is
5078                 not greater than 0. Also, save position
5079                 when hiding the addressbook instead of
5080                 via signal.
5081
5082 2007-02-14 [colin]      2.7.2cvs45
5083
5084         * src/plugins/pgpcore/prefs_gpg.c
5085         * src/plugins/pgpcore/prefs_gpg.h
5086         * src/plugins/pgpcore/sgpgme.c
5087         * src/plugins/pgpinline/pgpinline.c
5088         * src/plugins/pgpmime/pgpmime.c
5089                 Add an option "Use gpg-agent if available". Fixes
5090                 annoyances with distro-installed gpg-agent, when
5091                 no pinentry program is installed, and the user's 
5092                 at a loss on why "decryption failed". Makes more
5093                 clear why passphrase isn't saved when gpg-agent is
5094                 used. Defaults to true, to avoid changing the 
5095                 current behaviour.
5096
5097 2007-02-14 [wwp]        2.7.2cvs44
5098
5099         * src/matcher_parser_parse.y
5100                 Fix missing line number reset (wrong line number might appear
5101                 when re-loading filtering rules if there's a parser error).
5102
5103 2007-02-13 [colin]      2.7.2cvs43
5104
5105         * src/common/utils.c
5106                 Don't encode ',' in URIs before passing it
5107                 to the browser command-line. It was probably
5108                 done at a time where commas in URIs made
5109                 mozilla -remote 'openurl(%s,new-window)'
5110                 bug.
5111
5112 2007-02-13 [wwp]        2.7.2cvs42
5113
5114         * src/prefs_matcher.c
5115         * src/plugins/bogofilter/bogofilter_gtk.c
5116                 A bit of string factorization around "Select ..." buttons.
5117
5118 2007-02-11 [colin]      2.7.2cvs41
5119
5120         * src/alertpanel.c
5121                 Make sure to escape the title
5122
5123 2007-02-11 [colin]      2.7.2cvs40
5124
5125         * src/codeconv.c
5126                 Recognize .utf8 locales as .UTF-8 ones
5127
5128 2007-02-11 [colin]      2.7.2cvs39
5129
5130         * src/compose.c
5131                 Fix code conversion when dragging a file
5132
5133 2007-02-09 [colin]      2.7.2cvs38
5134
5135         * src/plugins/clamav/clamav_plugin.c
5136                 Complete Paul's patch with conditional
5137                 compilation to avoid breaking compilation
5138                 on old Dapper and Edgy... Maybe other
5139                 distros too.
5140
5141 2007-02-09 [paul]       2.7.2cvs37
5142
5143         * src/plugins/clamav/clamav_plugin.c
5144                 fix for the upstream changes in libclamav
5145
5146 2007-02-09 [paul]       2.7.2cvs36
5147
5148         * src/main.c
5149         * src/mainwindow.c
5150         * src/procmsg.c
5151         * src/procmsg.h
5152                 fix "warn if there are queued messages" (on exit)
5153                 option, which only checked the first mailbox's
5154                 queue
5155                 don't ask before emptying trash if there are no
5156                 messages in trash, also check and empty all trash
5157                 folders
5158         * src/prefs_other.c
5159                 move "Ask before emptying trash" option
5160                 outside of the "On exit" frame as it's
5161                 not only an "On exit" option
5162
5163 2007-02-09 [paul]       2.7.2cvs35
5164
5165         * src/addrgather.c
5166         * src/alertpanel.c
5167         * src/editldap.c
5168         * src/prefs_account.c
5169         * src/prefs_folder_item.c
5170         * src/prefs_gtk.h
5171         * src/prefs_matcher.c
5172         * src/prefs_message.c
5173         * src/prefs_msg_colors.c
5174         * src/prefs_summaries.c
5175         * src/wizard.c
5176         * src/gtk/inputdialog.c
5177         * src/plugins/bogofilter/bogofilter_gtk.c
5178                 pedantic commit: use 'checkbtn' everywhere
5179                 instead of a mixture of 'checkbtn' and 'chkbtn'
5180
5181 2007-02-09 [paul]       2.7.2cvs34
5182
5183         * src/compose.c
5184                 fix default hotkeys
5185         * src/prefs_other.c
5186         * src/prefs_send.c
5187                 move "Never send Return Receipts" from
5188                 prefs_other to prefs_send
5189                 add an option "Ask about account specific
5190                 filtering rules..." to prefs_other
5191         * src/gtk/gtkutils.c
5192                 fix a compiler warning
5193
5194 2007-02-08 [colin]      2.7.2cvs33
5195
5196         * src/plugins/pgpinline/pgpinline.c
5197                 Fix bug 1110, 'pgpmime fails to process 
5198                 encapsulated openpgp mime (rfc 3156, 6.1 
5199                 -> rfc1847)'
5200                 It was due to an interaction between PGP/Mime
5201                 and PGP/Inline plugin. 
5202
5203 2007-02-08 [colin]      2.7.2cvs32
5204
5205         * src/inc.c
5206         * src/mbox.c
5207         * src/mbox.h
5208                 Fix bug 1117, 'fcntl locking code 
5209                 does not work in mbox.c'
5210
5211 2007-02-08 [colin]      2.7.2cvs31
5212
5213         * src/prefs_account.c
5214                 Fix Gentoo bug 165819, 'can't create 
5215                 a "local mbox file" account'. Patch
5216                 by Olivier <castan.o@free.fr>
5217
5218 2007-02-07 [colin]      2.7.2cvs30
5219
5220         * src/ldapquery.c
5221                 Fix bug 1106, 'Claws crash on exit if LDAPS 
5222                 autocompletion was used'
5223
5224 2007-02-07 [paul]       2.7.2cvs29
5225
5226         * src/folder.c
5227                 cut down on unnecessary debug_prints
5228         * src/imap_gtk.c
5229                 fix menu_set_active() on 'Show only
5230                 subscribed folders'
5231
5232 2007-02-07 [paul]       2.7.2cvs28
5233
5234         * src/plugins/clamav/clamav_plugin.c
5235         * src/plugins/clamav/clamav_plugin.h
5236         * src/plugins/clamav/clamav_plugin_gtk.c
5237                 fix copyright header
5238
5239 2007-02-07 [paul]       2.7.2cvs27
5240
5241         * src/procheader.c
5242                 fix bug 1116, 'summary view allow a 
5243                 subject line break'
5244
5245 2007-02-06 [colin]      2.7.2cvs26
5246
5247         * src/summaryview.c
5248                 Fix delete thread
5249
5250 2007-02-05 [fabien]     2.7.2cvs25
5251
5252         * po/POTFILES.in
5253         * src/uri_opener.c
5254                 i18n related - 1 fix and 1 message for translators.
5255
5256 2007-02-05 [colin]      2.7.2cvs24
5257
5258         * src/gtk/quicksearch.c
5259                 Don't reload summary list if quicksearch wasn't
5260                 active on hiding; move currently selected mail in
5261                 the visible area when showing the quicksearch
5262
5263 2007-02-05 [colin]      2.7.2cvs23
5264
5265         * src/folderview.c
5266                 Add debug to try to solve bug 1104
5267
5268 2007-02-05 [paul]       2.7.2cvs22
5269
5270         * src/mainwindow.c
5271                 confirm before emptying trash on exit is
5272                 a Yes or No answer, use Yes or No in the
5273                 dialog
5274
5275 2007-02-04 [colin]      2.7.2cvs21
5276
5277         * src/compose.c
5278         * src/plugins/pgpcore/passphrase.c
5279         * src/plugins/pgpcore/select-keys.c
5280                 Set wmclass on new windows
5281
5282 2007-02-04 [colin]
5283
5284         2.8.0-rc1 released
5285
5286 2007-02-04 [colin]      2.7.2cvs20
5287
5288         * src/compose.c
5289         * src/compose.h
5290                 Auto save drafts on exit, reopen them
5291                 at startup, instead of asking
5292         * src/account.c
5293         * src/addressadd.c
5294         * src/addressbook.c
5295         * src/addressbook_foldersel.c
5296         * src/addrgather.c
5297         * src/crash.c
5298         * src/editaddress.c
5299         * src/editbook.c
5300         * src/editgroup.c
5301         * src/editjpilot.c
5302         * src/editldap.c
5303         * src/editldap_basedn.c
5304         * src/editvcard.c
5305         * src/exphtmldlg.c
5306         * src/expldifdlg.c
5307         * src/export.c
5308         * src/foldersel.c
5309         * src/gedit-print.c
5310         * src/import.c
5311         * src/importldif.c
5312         * src/importmutt.c
5313         * src/importpine.c
5314         * src/main.c
5315         * src/mainwindow.c
5316         * src/message_search.c
5317         * src/messageview.c
5318         * src/prefs_actions.c
5319         * src/prefs_customheader.c
5320         * src/prefs_display_header.c
5321         * src/prefs_filtering.c
5322         * src/prefs_filtering_action.c
5323         * src/prefs_folder_column.c
5324         * src/prefs_gtk.c
5325         * src/prefs_matcher.c
5326         * src/prefs_other.c
5327         * src/prefs_summaries.c
5328         * src/prefs_summary_column.c
5329         * src/prefs_template.c
5330         * src/sourcewindow.c
5331         * src/ssl_manager.c
5332         * src/summary_search.c
5333         * src/uri_opener.c
5334         * src/gtk/about.c
5335         * src/gtk/description_window.c
5336         * src/gtk/foldersort.c
5337         * src/gtk/gtkutils.c
5338         * src/gtk/gtkutils.h
5339         * src/gtk/icon_legend.c
5340         * src/gtk/logwindow.c
5341         * src/gtk/pluginwindow.c
5342         * src/gtk/prefswindow.c
5343                 Give different wmclass to different
5344                 windows - thanks to sed ;)
5345
5346 2007-02-04 [colin]      2.7.2cvs19
5347
5348         * src/main.c
5349                 Revert previous patch, can't reproduce
5350                 it anymore. 
5351
5352 2007-02-03 [colin]      2.7.2cvs18
5353
5354         * src/main.c
5355                 Don't save the mainwindow size and
5356                 position on emergency exit (libSM's
5357                 "die" callback), Xfce seems to make
5358                 the window smaller just before the
5359                 size's saved.
5360
5361 2007-02-03 [colin]      2.7.2cvs17
5362
5363         * src/plugins/bogofilter/bogofilter.c
5364         * src/plugins/bogofilter/bogofilter.h
5365         * src/plugins/bogofilter/bogofilter_gtk.c
5366         * src/plugins/pgpinline/pgpinline.c
5367         * src/plugins/pgpinline/pgpinline.h
5368                 Fix more copyrights
5369
5370 2007-02-03 [colin]      2.7.2cvs16
5371
5372         * src/partial_download.c
5373         * src/partial_download.h
5374         * src/ssl_manager.c
5375         * src/ssl_manager.h
5376         * src/uri_opener.c
5377         * src/uri_opener.h
5378         * src/wizard.c
5379         * src/wizard.h
5380         * src/common/ssl_certificate.c
5381         * src/common/ssl_certificate.h
5382         * src/gtk/quicksearch.c
5383         * src/gtk/quicksearch.h
5384         * src/gtk/sslcertwindow.c
5385         * src/gtk/sslcertwindow.h
5386                 Fix copyright on my files
5387
5388 2007-02-02 [colin]      2.7.2cvs15
5389
5390         * src/Makefile.am
5391         * src/mainwindow.c
5392         * src/messageview.c
5393         * src/messageview.h
5394         * src/textview.c
5395         * src/textview.h
5396         * src/uri_opener.c
5397         * src/uri_opener.h
5398                 Add Tools/List URIs to allow
5399                 opening any URI in the current mail
5400
5401 2007-02-02 [colin]      2.7.2cvs14
5402
5403         * src/common/valgrind.h ** NEW FILE **
5404         * src/common/Makefile.am
5405         * src/common/plugin.c
5406                 Don't dlclose the plugins if we're running
5407                 under valgrind. (doesn't require valgrind
5408                 either at compile time or run time).
5409
5410 2007-02-01 [paul]       2.7.2cvs13
5411
5412         * AUTHORS
5413         * src/gtk/authors.h
5414         * tools/freshmeat_search.pl
5415         * tools/google_search.pl
5416         * tools/multiwebsearch.pl
5417                 add support for non ISO-8859-1 compatible locales
5418                 Patch by Alex Gorbachenko <agent_007@immo.ru>
5419
5420 2007-02-01 [colin]      2.7.2cvs12
5421
5422         * src/prefs_other.c
5423         * src/prefs_summaries.c
5424                 Move keybinding prefs to the Other page
5425
5426 2007-02-01 [wwp]        2.7.2cvs11
5427
5428         * src/plugins/trayicon/trayicon.c
5429                 Fix a raising issue within KDE.
5430
5431 2007-02-01 [colin]      2.7.2cvs10
5432
5433         * src/codeconv.c
5434                 Fix stray quotes in encoded strings
5435         * src/addressadd.c
5436                 Fix wrong call causing g_warnings
5437         * src/textview.c
5438                 Remove useless message
5439
5440 2007-01-31 [wwp]        2.7.2cvs9
5441
5442         * src/plugins/trayicon/trayicon.c
5443                 fix buggy hiding of main window when closing if close-to-tray
5444                 is not set (bad logics  in the trayicon hook code).
5445                 Changed the quit confirmation message too.
5446
5447 2007-01-30 [colin]      2.7.2cvs8
5448
5449         * src/main.c
5450                 Fix hidden mainwindow after clicking on
5451                 the X close button, if compose windows
5452                 exist and the user chooses not to quit
5453
5454 2007-01-30 [colin]      2.7.2cvs7
5455
5456         * src/main.c
5457         * src/compose.c
5458                 Handle local URIs to attach files (file:///...)
5459                 Fixes attaching files from Thunar for example
5460
5461 2007-01-30 [colin]      2.7.2cvs6
5462
5463         * src/prefs_ext_prog.c
5464                 Add 'mousepad' to the list of text editors.
5465                 Mousepad is XFCE's text editor
5466
5467 2007-01-29 [wwp]        2.7.2cvs5
5468
5469         * po/POTFILES.in
5470         * src/plugins/trayicon/trayicon_prefs.c
5471                 trayicon i18n fixes, thanks to Fabien.
5472
5473 2007-01-28 [wwp]        2.7.2cvs4
5474
5475         * src/mainwindow.c
5476         * src/mainwindow.h
5477         * src/plugins/trayicon/trayicon.c
5478         * src/plugins/trayicon/trayicon_prefs.c
5479         * src/plugins/trayicon/trayicon_prefs.h
5480                 Added a new TrayIcon plugin option to close to tray
5481                 (WM's hotkey and [X] button will hide the window instead
5482                 of closing it - closing CM can be done using the tray icon
5483                 menu or the File menu).
5484                 Improved visibility handling in trayicon, clicking the
5485                 trayicon now raise the window to current desktop when it
5486                 was either minimized/shaded/on another desktop.
5487                 Thanks to Paul for testing and fixing a strange behaviour
5488                 in KDE ;-).
5489
5490 2007-01-27 [paul]       2.7.2cvs3
5491
5492         * src/prefs_folder_item.c
5493         * src/prefs_receive.c
5494         * src/plugins/pgpcore/prefs_gpg.c
5495                 use 'start-up' instead of 'startup' in labels
5496
5497 2007-01-26 [wwp]        2.7.2cvs2
5498
5499         * src/plugins/trayicon/Makefile.am
5500         * src/plugins/trayicon/trayicon.c
5501         * src/plugins/trayicon/trayicon_prefs.c
5502         * src/plugins/trayicon/trayicon_prefs.h
5503                 Add a new TrayIcon option to hide the main window at
5504                 start-up.
5505                 Fix trayicon.c copyright header.
5506
5507 2007-01-26 [paul]       2.7.2cvs1
5508
5509         * NEWS
5510         * README
5511         * RELEASE_NOTES
5512         * configure.ac
5513                 bump up version number following
5514                 stable release
5515
5516 2007-01-25 [mones]      2.7.1cvs60
5517
5518         * po/es.po
5519                 updated thousands of strings (well, probably less ;-)
5520
5521 2007-01-25 [colin]      2.7.1cvs59
5522
5523         * src/matcher.c
5524                 Fix 2nd-run loss of matcherrc on new
5525                 configurations. 
5526
5527 2007-01-25 [wwp]        2.7.1cvs58
5528
5529         * src/mimeview.c
5530                 fix handling of empty value in attach_save_directory too, thanks
5531                 to Colin.
5532
5533 2007-01-25 [wwp]        2.7.1cvs57
5534
5535         * src/gtk/filesel.c
5536                 fix handling of empty value in attach_load_directory,
5537                 thanks to Colin.
5538
5539 2007-01-25 [wwp]        2.7.1cvs56
5540
5541         * src/plugins/dillo_viewer/dillo_prefs.h
5542                 fix a typo.
5543
5544 2007-01-25 [colin]      2.7.1cvs55
5545
5546         * src/matcher.c
5547         * src/matcher.h
5548         * src/matcher_parser_parse.y
5549         * src/prefs_matcher.c
5550                 Add matching on the spam flag
5551
5552 2007-01-24 [colin]      2.7.1cvs54
5553
5554         * src/folder.c
5555         * src/common/xml.c
5556         * src/common/xml.h
5557                 Make sure folderlist.xml is correctly
5558                 written before overwriting it.
5559         * src/procmsg.c
5560         * src/procmsg.h
5561         * src/summaryview.c
5562         * src/plugins/bogofilter/bogofilter.c
5563         * src/plugins/bogofilter/bogofilter.h
5564         * src/plugins/bogofilter/bogofilter_gtk.c
5565         * src/plugins/spamassassin/spamassassin.c
5566         * src/plugins/spamassassin/spamassassin.h
5567         * src/plugins/spamassassin/spamassassin_gtk.c
5568                 Move spam to the correct trash folder after
5569                 learning, if spam directory isn't set.
5570
5571 2007-01-23 [paul]       2.7.1cvs53
5572
5573         * src/plugins/bogofilter/bogofilter_gtk.c
5574                 fix sensitivity of "Insert X-Bogosity header"
5575                 option
5576
5577 2007-01-23 [colin]      2.7.1cvs52
5578
5579         * src/toolbar.c
5580                 Translate toolbar items text if
5581                 they're translatable (default)
5582         * src/addrcache.c
5583         * src/addrcache.h
5584         * src/addritem.c
5585         * src/addritem.h
5586         * src/codeconv.c
5587         * src/codeconv.h
5588         * src/jpilot.c
5589         * src/jpilot.h
5590         * src/ldapctrl.c
5591         * src/ldapctrl.h
5592         * src/ldapquery.h
5593         * src/ldif.c
5594         * src/ldif.h
5595         * src/etpan/etpan-thread-manager.c
5596         * src/etpan/etpan-thread-manager.h
5597         * src/gtk/gtkutils.c
5598         * src/gtk/gtkutils.h
5599                 More static functions
5600
5601 2007-01-22 [fabien]     2.7.1cvs51
5602
5603         * src/gtk/gtkutils.c
5604                 gtkut_get_options_frame() : ability to pass
5605                 a 'NULL' value in frame pointer parameter if
5606                 we don't need it.
5607
5608 2007-01-22 [colin]      2.7.1cvs50
5609
5610         * src/procmsg.c
5611         * src/procmsg.h
5612         * src/plugins/bogofilter/bogofilter.c
5613         * src/plugins/bogofilter/bogofilter_gtk.c
5614         * src/plugins/spamassassin/spamassassin.c
5615         * src/plugins/spamassassin/spamassassin_gtk.c
5616                 Allow moving spams to the account's trash
5617                 instead of default one
5618
5619 2007-01-21 [colin]      2.7.1cvs49
5620
5621         * src/ldapquery.c
5622         * src/ldapquery.h
5623                 Revert a static function that shouldn't
5624                 have been
5625
5626 2007-01-21 [colin]      2.7.1cvs48
5627
5628         * src/ldapquery.c
5629         * src/ldapquery.h
5630                 Same
5631
5632 2007-01-21 [colin]      2.7.1cvs47
5633
5634         * src/procmsg.c
5635         * src/procmsg.h
5636                 Same
5637
5638 2007-01-21 [colin]      2.7.1cvs46
5639
5640         * src/common/socket.c
5641         * src/common/socket.h
5642                 Same
5643
5644 2007-01-21 [colin]      2.7.1cvs45
5645
5646         * src/crash.c
5647         * src/exporthtml.c
5648         * src/exporthtml.h
5649         * src/exportldif.c
5650         * src/exportldif.h
5651         * src/folder.c
5652         * src/folder.h
5653         * src/folder_item_prefs.c
5654         * src/folder_item_prefs.h
5655         * src/folderview.c
5656         * src/folderview.h
5657         * src/gedit-print.c
5658         * src/gedit-print.h
5659         * src/main.c
5660         * src/main.h
5661         * src/common/socket.c
5662         * src/common/socket.h
5663         * src/gtk/gtkaspell.c
5664         * src/gtk/gtkaspell.h
5665         * src/gtk/quicksearch.c
5666         * src/gtk/quicksearch.h
5667                 Same
5668
5669 2007-01-21 [colin]      2.7.1cvs44
5670
5671         * src/common/utils.c
5672         * src/common/utils.h
5673         * src/etpan/etpan-thread-manager.c
5674         * src/etpan/etpan-thread-manager.h
5675                 Same (Funny that etpan_thread_unbind
5676                 is called but not etpan_thread_bind)
5677
5678 2007-01-21 [colin]      2.7.1cvs43
5679
5680         * src/addrselect.c
5681         * src/addrselect.h
5682         * src/codeconv.c
5683         * src/codeconv.h
5684         * src/compose.c
5685         * src/compose.h
5686         * src/etpan/Makefile.am
5687         * src/gtk/colorlabel.c
5688         * src/gtk/colorlabel.h
5689         * src/gtk/sslcertwindow.c
5690         * src/gtk/sslcertwindow.h
5691         * src/etpan/etpan-log.c ** REMOVED **
5692         * src/etpan/etpan-log.h ** REMOVED **
5693                 Same
5694
5695 2007-01-20 [colin]      2.7.1cvs42
5696
5697         * src/addritem.c
5698         * src/addritem.h
5699                 Same
5700
5701 2007-01-20 [colin]      2.7.1cvs41
5702
5703         * src/account.c
5704         * src/account.h
5705         * src/addrbook.c
5706         * src/addrbook.h
5707         * src/addrcache.c
5708         * src/addrcache.h
5709         * src/addrclip.c
5710         * src/addrclip.h
5711         * src/addressbook.c
5712         * src/addressbook.h
5713         * src/addrharvest.c
5714         * src/addrharvest.h
5715         * src/addrindex.c
5716         * src/addrindex.h
5717         * src/editaddress.c
5718         * src/editaddress.h
5719                 Make functions that aren't used in other
5720                 files static
5721
5722 2007-01-20 [colin]      2.7.1cvs40
5723
5724         * src/account.c
5725         * src/addrbook.c
5726         * src/addrcache.c
5727         * src/addressbook.c
5728         * src/addrgather.c
5729         * src/addrindex.c
5730         * src/addrquery.c
5731         * src/addrselect.c
5732         * src/browseldap.c
5733         * src/compose.c
5734         * src/editbook.c
5735         * src/editjpilot.c
5736         * src/editldap.c
5737         * src/editldap_basedn.c
5738         * src/editvcard.c
5739         * src/exporthtml.c
5740         * src/exportldif.c
5741         * src/folder.c
5742         * src/folderview.c
5743         * src/image_viewer.c
5744         * src/imap.c
5745         * src/importmutt.c
5746         * src/importpine.c
5747         * src/jpilot.c
5748         * src/ldapquery.c
5749         * src/main.c
5750         * src/mainwindow.c
5751         * src/matcher.c
5752         * src/messageview.c
5753         * src/mh.c
5754         * src/mimeview.c
5755         * src/msgcache.c
5756         * src/mutt.c
5757         * src/news.c
5758         * src/pine.c
5759         * src/prefs_account.c
5760         * src/prefs_common.c
5761         * src/prefs_compose_writing.c
5762         * src/prefs_ext_prog.c
5763         * src/prefs_folder_item.c
5764         * src/prefs_fonts.c
5765         * src/prefs_message.c
5766         * src/prefs_msg_colors.c
5767         * src/prefs_other.c
5768         * src/prefs_quote.c
5769         * src/prefs_receive.c
5770         * src/prefs_send.c
5771         * src/prefs_spelling.c
5772         * src/prefs_summaries.c
5773         * src/prefs_toolbar.c
5774         * src/prefs_wrapping.c
5775         * src/privacy.c
5776         * src/procmime.c
5777         * src/procmsg.c
5778         * src/ssl_manager.c
5779         * src/statusbar.c
5780         * src/summaryview.c
5781         * src/toolbar.c
5782         * src/vcard.c
5783         * src/common/hooks.c
5784         * src/common/log.c
5785         * src/common/passcrypt.c
5786         * src/common/socket.c
5787         * src/common/ssl.c
5788         * src/common/ssl_certificate.c
5789         * src/common/template.c
5790         * src/common/utils.c
5791         * src/etpan/imap-thread.c
5792         * src/gtk/sslcertwindow.c
5793         * src/gtk/sslcertwindow.h
5794                 Make functions that could be static, static
5795
5796 2007-01-20 [colin]      2.7.1cvs39
5797
5798         * src/editldap.c
5799                 Fix tooltip
5800
5801 2007-01-20 [colin]      2.7.1cvs38
5802
5803         * src/ldapquery.c
5804         * src/ldaputil.c
5805         * src/ldaputil.h
5806                 Fix bug 1102, 'claws-mail-2.7.1 
5807                 makes use of deprecated ldap 
5808                 functions'
5809
5810 2007-01-20 [colin]      2.7.1cvs37
5811
5812         * src/mainwindow.c
5813         * src/mainwindow.h
5814         * src/summaryview.c
5815         * src/gtk/quicksearch.c
5816                 Add Wide message list layout
5817
5818 2007-01-19 [fabien]     2.7.1cvs36
5819
5820         * src/textview.c
5821                 make sure a font change is considered in links of
5822                 headerview.
5823
5824 2007-01-19 [colin]      2.7.1cvs35
5825
5826         * src/main.c
5827         * src/mainwindow.c
5828         * src/mainwindow.h
5829         * src/messageview.c
5830         * src/messageview.h
5831         * src/prefs_common.c
5832         * src/prefs_common.h
5833         * src/summaryview.c
5834         * src/summaryview.h
5835         * src/gtk/quicksearch.c
5836         * src/gtk/quicksearch.h
5837                 Drop 'Separate Folder tree' and 'Separate
5838                 Message View'. Put three layouts in place
5839                 of it.
5840
5841 2007-01-19 [paul]       2.7.1cvs34
5842
5843         * src/prefs_msg_colors.c
5844                 more use of Q_ for translators
5845
5846 2007-01-19 [paul]       2.7.1cvs33
5847
5848         * src/imap_gtk.c
5849         * src/prefs_account.c
5850                 a few changes to the English
5851
5852 2007-01-19 [fabien]     2.7.1cvs32
5853
5854         * src/wizard.c
5855                 factorize translatable string
5856
5857 2007-01-18 [colin]      2.7.1cvs31
5858
5859         * src/main.c
5860                 Don't error out on --sync option. Although
5861                 we don't do anything with it, gtk+ handles
5862                 it, and it's useful for debugging X errors
5863
5864 2007-01-18 [fabien]     2.7.1cvs30
5865
5866         * src/prefs_other.c
5867                 ability to apply on the fly the recent added
5868                 'gtk_can_change_accels' pref (no need to restart).
5869
5870 2007-01-18 [fabien]     2.7.1cvs29
5871
5872         * src/plugins/bogofilter/bogofilter_gtk.c
5873         * src/plugins/bogofilter/bogofilter.c
5874         * src/plugins/spamassassin/spamassassin_gtk.c
5875         * src/addr_compl.c
5876         * src/prefs_account.c
5877                 factorize or rewrite some translatable strings.
5878
5879 2007-01-18 [fabien]     2.7.1cvs28
5880
5881         * src/prefs_gtk.h
5882         * src/compose.c
5883                 set a 4pix space between "Subject:" label and subject entry in
5884                 compose window.
5885
5886 2007-01-18 [wwp]        2.7.1cvs27
5887
5888         * src/addressbook.c
5889                 fix conflicting address-copy/paste when focus is set
5890                 to the embedded edit-person form.
5891  
5892
5893 2007-01-18 [wwp]        2.7.1cvs26
5894
5895         * src/addressbook.h
5896                 complete 2.7.1cvs23 (one more file was missing from that
5897                 commit).
5898
5899 2007-01-18 [colin]      2.7.1cvs25
5900
5901         * src/main.c
5902                 Provide a way to migrate without backup
5903                 Re-ask for migration on next start if 
5904                 it has been refused and wizard has been 
5905                 cancelled after.
5906
5907 2007-01-18 [wwp]        2.7.1cvs24
5908
5909         * src/editaddress.c
5910                 complete 2.7.1.cvs23 (file was missing from previous
5911                 commit).
5912
5913 2007-01-18 [wwp]        2.7.1cvs23
5914
5915         * src/addressbook.c
5916                 fix potential crashes in address book's focus_in/out signal handlers,
5917                 force focus to the edit-person form when clicked the Edit menu entry or
5918                 button (this only matters if the edit-person form is embedded to the
5919                 AB window, in that case, focus is not set when browsing the contacts
5920                 list w/ keys or mouse clicks).
5921
5922 2007-01-18 [paul]       2.7.1cvs22
5923
5924         * src/main.c
5925                 add command line options:
5926                 -h for --help
5927                 -q and --quit for --exit
5928                 -v for --version
5929                 print "Unknown option" for unknown options
5930
5931 2007-01-18 [paul]       2.7.1cvs21
5932
5933         * po/ru.po
5934                 updated by Pavlo Bohmat
5935
5936 2007-01-18 [paul]       2.7.1cvs20
5937
5938         * src/mainwindow.c
5939                 fix sensitivity issues of Mark as Spam/Ham
5940
5941 2007-01-17 [fabien]     2.7.1cvs19
5942
5943         * src/prefs_other.c
5944         * src/prefs_common.c
5945         * src/prefs_common.h
5946         * src/main.c
5947                 Add a 'gtk_can_change_accels' pref in Preferences/Other which
5948                 control the corresponding gtk property. It could be used to lock
5949                 all shortcuts (avoid to set one of them by inadvertency).
5950
5951 2007-01-17 [colin]      2.7.1cvs18
5952
5953         * src/summaryview.c
5954                 Fix bug 1100, 'Highlighted e-mail data not visible 
5955                 when color label applied.'. Use a weighted average
5956                 between normal selected foreground color and color
5957                 label instead of a simple one (3/1 instead 1/1).
5958
5959 2007-01-17 [colin]      2.7.1cvs17
5960
5961         * src/messageview.c
5962                 Better fix for bug 1088, 'Ctrl-h produces repeatable
5963                 crash' - don't prevent mail switching while loading
5964
5965 2007-01-17 [colin]      2.7.1cvs16
5966
5967         * src/folder.c
5968         * src/folder.h
5969         * src/folderview.c
5970         * src/folderview.h
5971         * src/imap.c
5972         * src/imap.h
5973         * src/imap_gtk.c
5974                 Manage recursive search of unsubscribed folders
5975                 Rescan tree without checking for new messages 
5976                 after subscriptions changed
5977
5978 2007-01-17 [paul]       2.7.1cvs15
5979
5980         * src/prefs_common.c
5981         * src/gtk/pluginwindow.c
5982                 fix bug 1101, '"Load plugin" button is
5983                 accidentally hidden'
5984                 unset (-1) initial width in prefs_common,
5985                 fix overlapping buttons,
5986                 and other cleanups
5987
5988 2007-01-17 [paul]       2.7.1cvs14
5989
5990         * src/procmime.c
5991                 add #include <errno.h>, it's needed
5992                 on some systems
5993
5994 2007-01-17 [paul]       2.7.1cvs13
5995
5996         * src/common/defs.h
5997         * tools/make.themes.project
5998                 rename .sylpheed_themeinfo to .claws_themeinfo
5999                 and use it
6000         * src/etpan/etpan-errors.h
6001         * src/etpan/etpan-log.c
6002         * src/etpan/etpan-log.h
6003         * src/etpan/etpan-thread-manager-types.h
6004         * src/etpan/etpan-thread-manager.c
6005         * src/etpan/etpan-thread-manager.h
6006         * src/etpan/imap-thread.c
6007         * src/etpan/imap-thread.h
6008                 add copyright header
6009
6010 2007-01-17 [colin]      2.7.1cvs12
6011
6012         * src/plugins/pgpcore/select-keys.c
6013         * src/gtk/pluginwindow.c
6014         * src/prefs_account.c
6015                 Fix warnings
6016
6017 2007-01-16 [colin]      2.7.1cvs11
6018
6019         * src/imap.c
6020         * src/imap.h
6021         * src/imap_gtk.c
6022                 Manage subscribing to subfolders when only
6023                 subscribed folders are shown.
6024
6025 2007-01-16 [colin]      2.7.1cvs10
6026
6027         * src/folderview.c
6028                 Fix annoying vscrollbar going back to top
6029                 on Check for new folders
6030
6031 2007-01-16 [colin]      2.7.1cvs9
6032
6033         * src/imap.c
6034                 Remove printf
6035
6036 2007-01-16 [colin]      2.7.1cvs8
6037
6038         * src/filtering.c
6039                 Bigger buffer for errors
6040         * src/imap.c
6041         * src/imap.h
6042         * src/imap_gtk.c
6043         * src/prefs_account.c
6044         * src/prefs_account.h
6045         * src/wizard.c
6046         * src/etpan/imap-thread.c
6047         * src/etpan/imap-thread.h
6048         * manual/handling.xml
6049                 Add subscriptions management. What it changes:
6050                 Creating a folder subscribes to it
6051                 Deleting a folder unsubscribes it
6052                 New contextual menu item allowing to switch between
6053                 All folders and Subscribed folders, subscribe, and
6054                 unsubscribe. "Creating" an existing but unsubscribed
6055                 folder will subscribe it.
6056                 By default for new accounts, only subscribed folders 
6057                 are shown.
6058
6059
6060 2007-01-16 [paul]       2.7.1cvs7
6061
6062         * src/summaryview.c
6063                 Allow folder classes to specify only sort_key or
6064                 sort_type instead of both or none.
6065
6066 2007-01-16 [paul]       2.7.1cvs6
6067
6068         * src/action.c
6069         * src/compose.c
6070         * src/mimeview.c
6071         * src/procmime.c
6072         * src/textview.c
6073                 Save and use errno for procmime_get_part
6074
6075 2007-01-16 [colin]      2.7.1cvs5
6076
6077         * src/imap.c
6078                 Never remove INBOX when scanning for
6079                 new folders. It's a special folder
6080                 that has to exist.
6081
6082 2007-01-15 [colin]      2.7.1cvs4
6083
6084         * src/imap.c
6085                 Fix 'Check for new folders' when IMAP subdirectory
6086                 is set
6087         * src/etpan/imap-thread.c
6088                 Fix build
6089
6090 2007-01-15 [colin]      2.7.1cvs3
6091
6092         * src/etpan/imap-thread.c
6093                 Fix invalid free on command-connection
6094                 error
6095
6096 2007-01-15 [wwp]        2.7.1cvs2
6097
6098         * src/matcher_parser_lex.l
6099         * src/quote_fmt_lex.l
6100         * src/matcher_parser_parse.y
6101                 fix copyright header in lexers and parsers.
6102
6103 2007-01-15 [paul]       2.7.1cvs1
6104
6105         * NEWS
6106         * README
6107         * RELEASE_NOTES
6108         * configure.ac
6109                 bump up version number following
6110                 stable release
6111
6112 2007-01-15 [paul]       2.7.0cvs31
6113
6114         * AUTHORS
6115         * src/gtk/authors.h
6116                 add Fabien to the Team list
6117                 add the recent contributors
6118                 make a few corrections
6119
6120 2007-01-15 [paul]       2.7.0cvs30
6121
6122         * src/mainwindow.c
6123                 fix compiler warning
6124         * src/plugins/pgpcore/prefs_gpg.c
6125         * src/plugins/pgpcore/prefs_gpg.h
6126                 add missing include
6127                 fix copyright header
6128
6129 2007-01-14 [colin]      2.7.0cvs29
6130
6131         * src/gtk/filesel.c
6132                 Use the 'gtk+' backend. Avoids gnome-vfs use,
6133                 two benefits: faster to open, will fix strange
6134                 dbus-related crash. Thanks to Pascal Terjan.
6135
6136 2007-01-14 [colin]      2.7.0cvs28
6137
6138         * src/etpan/imap-thread.c
6139                 Delete the old imap just after allocating
6140                 the new one. Makes sure we don't get the
6141                 same pointer by sheer luck, which feels
6142                 strange in the debug log.
6143
6144 2007-01-14 [colin]      2.7.0cvs27
6145
6146         * src/gtk/inputdialog.c
6147                 Make sure we don't print passwords in
6148                 clear text when in debug mode
6149
6150 2007-01-14 [colin]      2.7.0cvs26
6151
6152         * src/gtk/gtksctree.c
6153                 Fix bug 1098, 'bogus last row display 
6154                 after expanding a thread'. Patch by
6155                 Jindrich Makovicka <makovick@gmail.com>
6156
6157 2007-01-14 [colin]      2.7.0cvs25
6158
6159         * src/etpan/imap-thread.c
6160                 Close socket manually before
6161                 freeing the imap struct
6162
6163 2007-01-14 [colin]      2.7.0cvs24
6164
6165         * src/etpan/imap-thread.c
6166                 Maybe fix new reconnection issues
6167
6168 2007-01-13 [colin]      2.7.0cvs23
6169
6170         * src/summaryview.c
6171                 Freeze/thaw on thread selection
6172
6173 2007-01-13 [paul]       2.7.0cvs22
6174
6175         * src/mainwindow.c
6176         * src/summaryview.c
6177         * src/summaryview.h
6178                 add 'Edit/Delete thread'
6179
6180 2007-01-13 [colin]      2.7.0cvs21
6181
6182         * src/prefs_account.c
6183         * src/prefs_compose_writing.c
6184         * src/prefs_message.c
6185         * src/prefs_msg_colors.c
6186         * src/prefs_other.c
6187         * src/prefs_receive.c
6188         * src/prefs_spelling.c
6189         * src/prefs_summaries.c
6190         * src/prefs_themes.c
6191         * src/gtk/gtkutils.c
6192         * src/gtk/gtkutils.h
6193         * src/plugins/pgpcore/prefs_gpg.c
6194         * src/plugins/spamassassin/spamassassin_gtk.c
6195                 Factorize gtk frame creation
6196                 Patch by Pawel
6197
6198 2007-01-13 [colin]      2.7.0cvs20
6199
6200         * src/message_search.c
6201         * src/summary_search.c
6202                 Fix Enter in search windows
6203         * src/messageview.c
6204                 Fix body search starting at the
6205                 end of the mail (and asking for loop)
6206
6207 2007-01-13 [colin]      2.7.0cvs19
6208
6209         * src/etpan/imap-thread.c
6210                 Make sure we don't free the same imap
6211                 twice
6212
6213 2007-01-13 [colin]      2.7.0cvs18
6214
6215         * commitHelper
6216                 Allow multiple commitHelpers to
6217                 run at once
6218
6219 2007-01-12 [colin]      2.7.0cvs17
6220
6221         * src/etpan/imap-thread.c
6222                 Make sure we get rid of the previous mailimap
6223                 when connecting - just in case disconnect was
6224                 unclean
6225
6226 2007-01-12 [paul]       2.7.0cvs16
6227
6228         * src/compose.c
6229                 Strip S/MIME signatures when re-editing
6230                 S/MIME signed messages.
6231
6232 2007-01-12 [paul]       2.7.0cvs15
6233
6234         * configure.ac
6235         * src/addressbook.c
6236         * src/foldersel.c
6237         * src/folderview.c
6238         * src/main.c
6239                 no need to define CLAWS anymore, remove
6240                 all that stuff
6241
6242 2007-01-12 [paul]       2.7.0cvs14
6243
6244         * src/mimeview.c
6245                 check if the mail's signed as
6246                 it can change the mail structure
6247                 Thanks to Colin
6248
6249 2007-01-12 [paul]       2.7.0cvs13
6250
6251         * src/procmime.c
6252                 fix Forwarding msgs with attachments
6253                 that have dos line endings
6254                 Thanks to Colin
6255
6256 2007-01-12 [wwp]        2.7.0cvs12
6257
6258         * configure.ac
6259                 Revert accidentally committed extra version tag.
6260
6261 2007-01-12 [wwp]        2.7.0cvs11
6262
6263         * src/prefs_account.c
6264                 Fix compilation w/o aspell (completes 2.7.0cvs7).
6265
6266 2007-01-11 [colin]      2.7.0cvs10
6267
6268         * src/imap.c
6269                 move g_warning to debug_print
6270                 it scares people for no reason
6271
6272 2007-01-11 [colin]      2.7.0cvs9
6273
6274         * po/POTFILES.in
6275                 Fix files to translate. Patch by
6276                 Fabien
6277
6278 2007-01-11 [paul]       2.7.0cvs8
6279
6280         * src/imap.c
6281                 Fix recursion when server lists the
6282                 current subfolder in the response
6283         * src/mimeview.c
6284                 Fix updating of icon_list/ctree
6285         * src/plugins/pgpcore/select-keys.c
6286                 Fix a few annoyances when choosing
6287                 keys for the CMS (S/MIME) protocol
6288
6289 2007-01-11 [wwp]        2.7.0cvs7
6290
6291         * src/compose.c
6292         * src/prefs_account.c
6293         * src/prefs_account.h
6294                 Add per-account spellcheck default dictionaries settings.
6295
6296 2007-01-10 [colin]      2.7.0cvs6
6297
6298         * src/prefs_folder_item.c
6299                 Factorize strings - patch by Fabien
6300
6301 2007-01-10 [colin]      2.7.0cvs5
6302
6303         * src/mainwindow.c
6304                 Fix bug 1095, 'Crash while changing folder 
6305                 columns during incorporation'
6306
6307 2007-01-09 [colin]      2.7.0cvs4
6308
6309         * src/gtk/pluginwindow.c
6310                 Set the plugin window transient. Seems
6311                 like some window managers hide it in
6312                 the background after "load plugin"...
6313
6314 2007-01-09 [colin]      2.7.0cvs3
6315
6316         * src/gtk/filesel.c
6317                 Use the same type for alloc and free
6318
6319 2007-01-08 [paul]       2.7.0cvs2
6320
6321         * po/nl.po
6322                 updated by Tim Dijkstra
6323
6324 2007-01-08 [paul]       2.7.0cvs1
6325
6326         * src/prefs_themes.c
6327         * src/common/utils.c
6328                 Fix resource leaks
6329
6330 2007-01-08 [paul]       2.7.0
6331
6332         * NEWS
6333         * README
6334         * RELEASE_NOTES
6335                 2.7.0 released
6336
6337 2007-01-08 [paul]       2.6.1cvs119
6338
6339         * doc/man/claws-mail.1
6340                 another correction
6341
6342 2007-01-08 [paul]       2.6.1cvs118
6343
6344         * doc/man/claws-mail.1
6345                 corrections
6346         * manual/advanced.xml
6347                 improved English usage
6348
6349 2007-01-08 [paul]       2.6.1cvs117
6350
6351         * po/ca.po
6352         * po/de.po
6353         * po/en_GB.po
6354         * po/fi.po
6355         * po/it.po
6356         * po/pt_BR.po
6357         * po/sk.po
6358         * po/sr.po
6359         * po/zh_CN.po
6360                 updated by Miquel Oliete, Stephan Sachse, me,
6361                 Tommi Pirinen, Andrea Spadaccini, Frederico
6362                 Goncalves Guimaraes, Andrej Kacian, Aleksandar
6363                 Urosevic, and Ralgh Young
6364
6365 2007-01-07 [mones]      2.6.1cvs116
6366
6367         * manual/es/advanced.xml
6368         * po/es.po
6369                 Synced manual (unhide mark_as_read_delay)
6370                 and updated translation for release
6371
6372 2007-01-07 [paul]       2.6.1cvs115
6373
6374         * src/prefs_matcher.c
6375                 make the hbox content fit better under
6376                 various languages
6377
6378 2007-01-07 [colin]      2.6.1cvs114
6379
6380         * src/messageview.c
6381                 Fix bug 1088, 'Ctrl-h produces repeatable
6382                 crash'
6383
6384 2007-01-06 [colin]      2.6.1cvs113
6385
6386         * src/etpan/imap-thread.c
6387                 Add casts to int to get certs. Fixes
6388                 bug 1064, 'crash @ etpan_certificate_check() 
6389                 when opening an IMAP folder', with latest
6390                 libetpan CVS or >= 0.49
6391         * src/mainwindow.c
6392         * src/mainwindow.h
6393         * src/imap_gtk.c
6394         * src/news_gtk.c
6395         * src/prefs_folder_item.c
6396                 Grey out the "synchronise" menu items if
6397                 there's nothing to synchronise.
6398         * src/plugins/pgpcore/sgpgme.c
6399                 Make an error clearer than "Unknown error"
6400
6401 2007-01-06 [colin]      2.6.1cvs112
6402
6403         * src/messageview.c
6404                 Don't try to show a message if updating
6405                 Maybe fixes bug 1088, 'ctrl-h produces
6406                 repeatable crash'.
6407
6408 2007-01-06 [colin]      2.6.1cvs111
6409
6410         * src/summaryview.c
6411                 Disable Control-Space (handle it as Space).
6412
6413 2007-01-05 [paul]       2.6.1cvs110
6414
6415         * src/imap.c
6416                 Fix bug 934, 'sylpheed claws 2.1 
6417                 doesn't show Exchanges Public Folders'
6418                 Thanks to Hoa and Colin
6419         * src/msgcache.c
6420                 Refuse to allocate more than 2 MB for a 
6421                 single field, it's a good indication of
6422                 cache corruption.
6423
6424 2007-01-05 [colin]      2.6.1cvs109
6425
6426         * src/mainwindow.c
6427                 Allow --select'ing emails by Message-ID too
6428
6429 2007-01-05 [colin]      2.6.1cvs108
6430
6431         * src/common/quoted-printable.c
6432                 Uh! Third fix :)
6433
6434 2007-01-05 [colin]      2.6.1cvs107
6435
6436         * src/common/quoted-printable.c
6437                 Fix previous commit about bug 1089
6438                 Thanks to Ralf
6439
6440 2007-01-05 [colin]      2.6.1cvs106
6441
6442         * src/common/quoted-printable.c
6443                 Fix my previous commit on bug 1089
6444                 - Thanks to Ralf :)
6445
6446 2007-01-04 [colin]      2.6.1cvs105
6447
6448         * src/common/quoted-printable.c
6449                 Fix bug 1089, 'NUL characters in Subject 
6450                 line are misinterpreted'. Not a pain to
6451                 fix in fact.
6452
6453 2007-01-04 [colin]      
6454
6455         2.7.0-rc3 released
6456
6457 2007-01-04 [wwp]        2.6.1cvs104
6458
6459         * src/image_viewer.c
6460                 Force operator precedence (fix a compiler warning).
6461
6462 2007-01-04 [colin]      2.6.1cvs103
6463
6464         * src/image_viewer.c
6465                 Be cautious there too (same fix as the one
6466                 in textview from cvs33)
6467         * src/messageview.c
6468                 Don't use any MimeViewer plugin when showing
6469                 all headers
6470
6471 2007-01-03 [wwp]        2.6.1cvs102
6472
6473         * src/html.c
6474         * src/html.h
6475                 fixed "cent" sign (use the existing ASCII one),
6476                 decode more HTML entities,
6477                 converted table ASCII entries to UTF-8,
6478                 moved a switch() into a hashtable.
6479
6480 2007-01-03 [paul]       2.6.1cvs101
6481
6482         * src/compose.c
6483         * src/messageview.c
6484         * src/procmsg.c
6485         * src/procmsg.h
6486                 When possible, use move_msg instead of
6487                 copy_msg + remove_msg to move sent mail
6488                 from Queue to Sent. 
6489
6490 2007-01-03 [paul]       2.6.1cvs100
6491
6492         * src/html.c
6493                 add more html entity recognition:
6494                 pounds, euros, and cents
6495
6496 2007-01-03 [colin]      2.6.1cvs99
6497
6498         * src/imap_gtk.c
6499                 Don't display an error on NOSELECT
6500                 folders when synchronising
6501
6502 2007-01-03 [paul]       2.6.1cvs98
6503
6504         * tools/maildir2claws-mail.pl
6505                 only substitute 'sent-mail' if it's
6506                 the full directory name
6507
6508 2007-01-03 [paul]       2.6.1cvs97
6509
6510         * ChangeLog
6511         * ChangeLog.pre2.0.0
6512         * Makefile.am
6513                 archive a chunk of ChangeLog in
6514                 ChangeLog.pre2.0.0
6515         * ChangeLog.gtk1
6516         * doc/src/ChangeLog.claws-pre0.8.0
6517                 remove ChangeLog.claws-pre0.8.0, adding
6518                 its contents to ChangeLog.gtk1
6519
6520 2007-01-03 [paul]       2.6.1cvs96
6521
6522         * src/account.c
6523         * src/account.h
6524         * src/action.c
6525         * src/action.h
6526         * src/adbookbase.h
6527         * src/addr_compl.c
6528         * src/addr_compl.h
6529         * src/addrbook.c
6530         * src/addrcache.c
6531         * src/addrcache.h
6532         * src/addrcindex.c
6533         * src/addrcindex.h
6534         * src/addrclip.c
6535         * src/addrclip.h
6536         * src/addrdefs.h
6537         * src/addressadd.c
6538         * src/addressadd.h
6539         * src/addressbook.c
6540         * src/addressbook.h
6541         * src/addressbook_foldersel.c
6542         * src/addressbook_foldersel.h
6543         * src/addrgather.c
6544         * src/addrgather.h
6545         * src/addrharvest.c
6546         * src/addrharvest.h
6547         * src/addrindex.c
6548         * src/addrindex.h
6549         * src/addritem.c
6550         * src/addritem.h
6551         * src/addrquery.c
6552         * src/addrquery.h
6553         * src/addrselect.c
6554         * src/addrselect.h
6555         * src/alertpanel.c
6556         * src/alertpanel.h
6557         * src/browseldap.c
6558         * src/browseldap.h
6559         * src/codeconv.c
6560         * src/codeconv.h
6561         * src/compose.c
6562         * src/compose.h
6563         * src/customheader.c
6564         * src/customheader.h
6565         * src/displayheader.c
6566         * src/displayheader.h
6567         * src/editaddress.c
6568         * src/editaddress.h
6569         * src/editbook.c
6570         * src/editbook.h
6571         * src/editgroup.c
6572         * src/editgroup.h
6573         * src/editjpilot.c
6574         * src/editjpilot.h
6575         * src/editldap.c
6576         * src/editldap.h
6577         * src/editldap_basedn.c
6578         * src/editldap_basedn.h
6579         * src/editvcard.c
6580         * src/editvcard.h
6581         * src/exphtmldlg.c
6582         * src/exphtmldlg.h
6583         * src/expldifdlg.c
6584         * src/expldifdlg.h
6585         * src/export.c
6586         * src/export.h
6587         * src/exporthtml.c
6588         * src/exporthtml.h
6589         * src/exportldif.c
6590         * src/exportldif.h
6591         * src/filtering.c
6592         * src/filtering.h
6593         * src/folder.c
6594         * src/folder.h
6595         * src/folder_item_prefs.c
6596         * src/folder_item_prefs.h
6597         * src/foldersel.c
6598         * src/foldersel.h
6599         * src/folderutils.c
6600         * src/folderutils.h
6601         * src/folderview.c
6602         * src/folderview.h
6603         * src/grouplistdialog.c
6604         * src/grouplistdialog.h
6605         * src/headerview.c
6606         * src/html.c
6607         * src/html.h
6608         * src/image_viewer.c
6609         * src/image_viewer.h
6610         * src/imap.c
6611         * src/imap.h
6612         * src/imap_gtk.c
6613         * src/imap_gtk.h
6614         * src/import.c
6615         * src/import.h
6616         * src/importldif.c
6617         * src/importldif.h
6618         * src/importmutt.c
6619         * src/importmutt.h
6620         * src/importpine.c
6621         * src/importpine.h
6622         * src/inc.c
6623         * src/inc.h
6624         * src/jpilot.c
6625         * src/jpilot.h
6626         * src/ldapctrl.c
6627         * src/ldapctrl.h
6628         * src/ldaplocate.c
6629         * src/ldaplocate.h
6630         * src/ldapquery.c
6631         * src/ldapquery.h
6632         * src/ldapserver.c
6633         * src/ldapserver.h
6634         * src/ldaputil.c
6635         * src/ldaputil.h
6636         * src/ldif.c
6637         * src/ldif.h
6638         * src/main.c
6639         * src/main.h
6640         * src/mainwindow.c
6641         * src/mainwindow.h
6642         * src/manual.c
6643         * src/manual.h
6644         * src/mbox.c
6645         * src/message_search.c
6646         * src/message_search.h
6647         * src/messageview.c
6648         * src/messageview.h
6649         * src/mh.c
6650         * src/mh.h
6651         * src/mh_gtk.c
6652         * src/mh_gtk.h
6653         * src/mimeview.c
6654         * src/mimeview.h
6655         * src/msgcache.c
6656         * src/msgcache.h
6657         * src/mutt.c
6658         * src/mutt.h
6659         * src/news.c
6660         * src/news.h
6661         * src/news_gtk.c
6662         * src/news_gtk.h
6663         * src/partial_download.c
6664         * src/partial_download.h
6665         * src/pine.c
6666         * src/pine.h
6667         * src/pop.c
6668         * src/pop.h
6669         * src/prefs_account.c
6670         * src/prefs_account.h
6671         * src/prefs_actions.c
6672         * src/prefs_actions.h
6673         * src/prefs_common.c
6674         * src/prefs_common.h
6675         * src/prefs_compose_writing.c
6676         * src/prefs_compose_writing.h
6677         * src/prefs_customheader.c
6678         * src/prefs_customheader.h
6679         * src/prefs_display_header.c
6680         * src/prefs_display_header.h
6681         * src/prefs_filtering.c
6682         * src/prefs_filtering.h
6683         * src/prefs_filtering_action.c
6684         * src/prefs_filtering_action.h
6685         * src/prefs_folder_column.c
6686         * src/prefs_folder_column.h
6687         * src/prefs_folder_item.c
6688         * src/prefs_folder_item.h
6689         * src/prefs_fonts.c
6690         * src/prefs_fonts.h
6691         * src/prefs_gtk.c
6692         * src/prefs_gtk.h
6693         * src/prefs_image_viewer.c
6694         * src/prefs_image_viewer.h
6695         * src/prefs_matcher.c
6696         * src/prefs_matcher.h
6697         * src/prefs_message.c
6698         * src/prefs_msg_colors.c
6699         * src/prefs_msg_colors.h
6700         * src/prefs_other.c
6701         * src/prefs_quote.c
6702         * src/prefs_receive.c
6703         * src/prefs_send.c
6704         * src/prefs_spelling.c
6705         * src/prefs_spelling.h
6706         * src/prefs_summaries.c
6707         * src/prefs_summaries.h
6708         * src/prefs_summary_column.c
6709         * src/prefs_summary_column.h
6710         * src/prefs_template.c
6711         * src/prefs_template.h
6712         * src/prefs_themes.c
6713         * src/prefs_themes.h
6714         * src/prefs_toolbar.c
6715         * src/prefs_toolbar.h
6716         * src/prefs_wrapping.c
6717         * src/prefs_wrapping.h
6718         * src/privacy.c
6719         * src/privacy.h
6720         * src/procheader.c
6721         * src/procheader.h
6722         * src/procmime.c
6723         * src/procmime.h
6724         * src/procmsg.c
6725         * src/procmsg.h
6726         * src/quote_fmt.c
6727         * src/quote_fmt_parse.y
6728         * src/recv.c
6729         * src/recv.h
6730         * src/remotefolder.c
6731         * src/remotefolder.h
6732         * src/send_message.c
6733         * src/send_message.h
6734         * src/setup.c
6735         * src/setup.h
6736         * src/sourcewindow.c
6737         * src/sourcewindow.h
6738         * src/ssl_manager.c
6739         * src/ssl_manager.h
6740         * src/statusbar.c
6741         * src/statusbar.h
6742         * src/stock_pixmap.c
6743         * src/stock_pixmap.h
6744         * src/summary_search.c
6745         * src/summary_search.h
6746         * src/summaryview.c
6747         * src/summaryview.h
6748         * src/textview.c
6749         * src/textview.h
6750         * src/toolbar.c
6751         * src/toolbar.h
6752         * src/undo.c
6753         * src/undo.h
6754         * src/unmime.c
6755         * src/unmime.h
6756         * src/vcard.c
6757         * src/vcard.h
6758         * src/wizard.c
6759         * src/wizard.h
6760         * src/common/base64.c
6761         * src/common/base64.h
6762         * src/common/defs.h
6763         * src/common/hooks.c
6764         * src/common/hooks.h
6765         * src/common/log.c
6766         * src/common/log.h
6767         * src/common/mgutils.c
6768         * src/common/mgutils.h
6769         * src/common/nntp.c
6770         * src/common/nntp.h
6771         * src/common/passcrypt.c
6772         * src/common/passcrypt.h.in
6773         * src/common/plugin.c
6774         * src/common/plugin.h
6775         * src/common/prefs.c
6776         * src/common/prefs.h
6777         * src/common/progressindicator.c
6778         * src/common/progressindicator.h
6779         * src/common/quoted-printable.c
6780         * src/common/quoted-printable.h
6781         * src/common/session.c
6782         * src/common/session.h
6783         * src/common/smtp.c
6784         * src/common/smtp.h
6785         * src/common/socket.c
6786         * src/common/socket.h
6787         * src/common/ssl.c
6788         * src/common/ssl.h
6789         * src/common/ssl_certificate.c
6790         * src/common/ssl_certificate.h
6791         * src/common/stringtable.c
6792         * src/common/stringtable.h
6793         * src/common/template.c
6794         * src/common/template.h
6795         * src/common/timing.h
6796         * src/common/utils.c
6797         * src/common/utils.h
6798         * src/common/version.h.in
6799         * src/common/xml.c
6800         * src/common/xml.h
6801         * src/common/xmlprops.c
6802         * src/common/xmlprops.h
6803         * src/gtk/about.c
6804         * src/gtk/colorlabel.c
6805         * src/gtk/colorsel.c
6806         * src/gtk/colorsel.h
6807         * src/gtk/combobox.c
6808         * src/gtk/combobox.h
6809         * src/gtk/description_window.c
6810         * src/gtk/description_window.h
6811         * src/gtk/filesel.c
6812         * src/gtk/filesel.h
6813         * src/gtk/foldersort.c
6814         * src/gtk/foldersort.h
6815         * src/gtk/gtksctree.c
6816         * src/gtk/gtkutils.c
6817         * src/gtk/gtkutils.h
6818         * src/gtk/inputdialog.c
6819         * src/gtk/inputdialog.h
6820         * src/gtk/logwindow.c
6821         * src/gtk/logwindow.h
6822         * src/gtk/manage_window.c
6823         * src/gtk/manage_window.h
6824         * src/gtk/menu.c
6825         * src/gtk/menu.h
6826         * src/gtk/pluginwindow.c
6827         * src/gtk/pluginwindow.h
6828         * src/gtk/prefswindow.c
6829         * src/gtk/prefswindow.h
6830         * src/gtk/progressdialog.c
6831         * src/gtk/progressdialog.h
6832         * src/gtk/sslcertwindow.c
6833         * src/gtk/sslcertwindow.h
6834         * src/plugins/bogofilter/bogofilter.c
6835         * src/plugins/bogofilter/bogofilter.h
6836         * src/plugins/bogofilter/bogofilter_gtk.c
6837         * src/plugins/clamav/clamav_plugin.c
6838         * src/plugins/clamav/clamav_plugin.h
6839         * src/plugins/clamav/clamav_plugin_gtk.c
6840         * src/plugins/demo/demo.c
6841         * src/plugins/dillo_viewer/dillo_prefs.c
6842         * src/plugins/dillo_viewer/dillo_prefs.h
6843         * src/plugins/dillo_viewer/dillo_viewer.c
6844         * src/plugins/pgpcore/passphrase.c
6845         * src/plugins/pgpcore/passphrase.h
6846         * src/plugins/pgpcore/pgp_viewer.c
6847         * src/plugins/pgpcore/pgp_viewer.h
6848         * src/plugins/pgpcore/plugin.c
6849         * src/plugins/pgpcore/select-keys.c
6850         * src/plugins/pgpcore/select-keys.h
6851         * src/plugins/pgpcore/sgpgme.c
6852         * src/plugins/pgpcore/sgpgme.h
6853         * src/plugins/pgpinline/pgpinline.c
6854         * src/plugins/pgpinline/pgpinline.h
6855         * src/plugins/pgpinline/plugin.c
6856         * src/plugins/pgpmime/pgpmime.c
6857         * src/plugins/pgpmime/pgpmime.h
6858         * src/plugins/pgpmime/plugin.c
6859         * src/plugins/spamassassin/spamassassin.c
6860         * src/plugins/spamassassin/spamassassin.h
6861         * src/plugins/spamassassin/spamassassin_gtk.c
6862         * src/plugins/trayicon/trayicon.c
6863                 it's 2007, update the year in the copyright headers
6864
6865 2007-01-03 [paul]       2.6.1cvs95
6866
6867         * src/gtk/about.c
6868                 it is 2007, use it in the copyright string
6869
6870 2007-01-03 [paul]       2.6.1cvs94
6871
6872         * src/html.c
6873                 html entity conversion:
6874                 move &#153; to a more suitable place
6875                 add &bull; and &ndash;
6876                 make sure &mdash; and &#8212; are both
6877                 converted the same
6878
6879 2007-01-02 [colin]      2.6.1cvs93
6880
6881         * src/addrbook.c
6882                 Fix leak
6883         * src/common/plugin.c
6884                 Add comment
6885         * src/etpan/imap-thread.c
6886                 Fix warning
6887
6888 2006-12-31 [paul]       2.6.1cvs92
6889
6890         * src/prefs_summaries.c
6891                 use gtk_button_new_from_stock()
6892
6893 2006-12-30 [colin]      2.6.1cvs91
6894
6895         * src/folder.c
6896         * src/imap_gtk.c
6897         * src/mh_gtk.c
6898                 Don't update filtering and account paths 
6899                 when copying folders
6900
6901 2006-12-30 [colin]      2.6.1cvs90
6902
6903         * src/prefs_compose_writing.c
6904         * src/prefs_quote.c
6905         * src/prefs_template.c
6906                 Use message font for Writing and 
6907                 Quoting prefs, as well as Templates.
6908
6909 2006-12-30 [colin]      2.6.1cvs89
6910
6911         * src/prefs_summaries.c
6912                 Rework GUI; patch by Pawel
6913
6914 2006-12-29 [colin]      2.6.1cvs88
6915
6916         * src/prefs_folder_item.c
6917                 Fix bug 1085, 'Apply to subfolder 
6918                 doesn't work' - I was mistaken saying
6919                 it worked in every case
6920
6921 2006-12-28 [colin]      2.6.1cvs87
6922
6923         * src/gtk/gtkaspell.c
6924                 Don't assert if use_alternate is true
6925                 and alt_dictionary isn't set -- this 
6926                 is what happens on upgrade! Rather,
6927                 do with it.
6928
6929 2006-12-28 [colin]      2.6.1cvs86
6930
6931         * Makefile.am
6932                 Fix desktop/icon simplification
6933
6934 2006-12-28 [colin]      2.6.1cvs85
6935
6936         * Makefile.am
6937                 Make desktop and icon not 
6938                 dependant on the desktop
6939
6940 2006-12-28 [wwp]        2.6.1cvs84
6941
6942         * src/plugins/pgpmime/claws.def
6943                 Add missing symbol (discards gpg4win's 03-plugins-symbols.patch).
6944
6945 2006-12-28 [wwp]        2.6.1cvs83
6946
6947         * src/prefs_folder_item.c
6948                 Fix coloring of "simplify subject regexp" (folder prefs),
6949                 which might be left to red whereas the regexp gets empty.
6950
6951 2006-12-28 [wwp]        2.6.1cvs82
6952
6953         * src/prefs_common.c
6954         * src/prefs_common.h
6955         * src/addressbook.c
6956         * src/addressitem.h
6957                 Save addressbook mainwindow's horizontal and vertical splitter position.
6958
6959 2006-12-27 [wwp]        2.6.1cvs81
6960
6961         * src/gtk/gtkaspell.c
6962         * src/gtk/gtkaspell.h
6963         * src/compose.c
6964                 Fix assignment of compose's default and alternate dictionary from
6965                 account or folder settings. Now gtkaspell_change_dict does rotate
6966                 dicts only when it's called from a menu cb.
6967
6968 2006-12-27 [wwp]        2.6.1cvs80
6969
6970         * src/folder_item_prefs.c
6971                 Fix randomly initialized default-alt-dictionary (folder prefs),
6972                 complete 2.6.1cvs72.
6973
6974 2006-12-27 [paul]       2.6.1cvs79
6975
6976         * src/imap_gtk.c
6977         * src/mh_gtk.c
6978                 Add Copy folder in the folder's contextual
6979                 menu
6980
6981 2006-12-27 [wwp]        2.6.1cvs78
6982
6983         * src/imap.c
6984                 Clean up session locking, thanks to Colin.
6985
6986 2006-12-26 [colin]      2.6.1cvs77
6987
6988         * src/statusbar.c
6989                 Revert previous patch
6990
6991 2006-12-26 [colin]      2.6.1cvs76
6992
6993         * src/folder.c
6994         * src/folderview.c
6995         * src/imap.c
6996         * src/statusbar.c
6997         * src/etpan/imap-thread.c
6998                 Fix previous commit warnings
6999                 Make statusbar update every second if total < 20
7000                 Make IMAP APPEND faster by simplifying log              
7001
7002 2006-12-26 [colin]      2.6.1cvs75
7003
7004         * src/folder.c
7005         * src/folder.h
7006         * src/folderview.c
7007         * src/folderview.h
7008         * src/imap_gtk.c
7009         * src/mh_gtk.c
7010                 Make it possible to copy folders accross
7011                 mailboxes (this was an arbitrary limitation).
7012                 Still make it impossible to move folders 
7013                 accross mailboxes.
7014
7015 2006-12-26 [colin]      2.6.1cvs74
7016
7017         * src/etpan/imap-thread.c
7018                 Fix bug 1081, 'claws-mail 
7019                 segfaults when going offline 
7020                 while it transfers mails via 
7021                 imap'
7022
7023 2006-12-26 [colin]      2.6.1cvs73
7024
7025         * src/folder_item_prefs.c
7026                 Don't forget alt dictionary when
7027                 renaming/moving folders
7028
7029 2006-12-26 [wwp]        2.6.1cvs72
7030
7031         * src/folder_item_prefs.c
7032                 Add missing defaults for per-folder alt dict
7033                 (forgotten in 2.6.1cvs61).
7034
7035 2006-12-26 [colin]      2.6.1cvs71
7036
7037         * src/wizard.c
7038                 Add tooltip to state that specifying
7039                 full path to mailbox is possible
7040
7041 2006-12-26 [wwp]        2.6.1cvs70
7042
7043         * src/partial_download.c
7044         * src/gtk/gtkvscrollbutton.c
7045         * src/plugins/pgpinline/plugin.c
7046                 Fix for few compiler warnings that matter.
7047
7048 2006-12-25 [colin]      2.6.1cvs69
7049
7050         * src/partial_download.c
7051                 Fix marking for download or deletion
7052                 when the header isn't the first
7053         * src/gtk/logwindow.c
7054                 Fix start of scrolling
7055
7056 2006-12-23 [paul]       2.6.1cvs68
7057
7058         * src/compose.c
7059                 change last commit to use the 'academic'
7060                 method instead. Thanks to wwp
7061
7062 2006-12-23 [paul]       2.6.1cvs67
7063
7064         * src/compose.c
7065                 don't warn about empty subject when
7066                 redirecting
7067
7068 2006-12-22 [colin]      2.6.1cvs66
7069
7070         * src/summary_search.c
7071                 Fix previous patch
7072
7073 2006-12-22 [colin]      2.6.1cvs65
7074
7075         * src/gtk/gtkutils.c
7076         * src/imap.c
7077         * src/jpilot.c
7078         * src/summary_search.c
7079                 A few warning fixes
7080
7081 2006-12-23 [paul]       
7082
7083         2.7.0-rc2 released
7084
7085 2006-12-22 [colin]      2.6.1cvs64
7086
7087         * src/toolbar.c
7088         * src/toolbar.h
7089                 Add a combo to the learn spam button
7090         * src/plugins/bogofilter/bogofilter.c
7091         * src/plugins/bogofilter/bogofilter_gtk.c
7092         * src/plugins/bogofilter/bogofilter.h
7093                 Allow to store Unsure mails in a specific
7094                 folder to make better teaching easier
7095
7096 2006-12-21 [wwp]        2.6.1cvs63
7097
7098         * src/compose.c
7099         * src/prefs_common.c
7100         * src/prefs_common.h
7101         * src/prefs_spelling.c
7102         * src/gtk/gtkaspell.c
7103         * src/gtk/gtkaspell.h
7104                 Allow spell-checking using both current and alternate dictionaries
7105                 (thanks to Colin).
7106
7107 2006-12-21 [wwp]        2.6.1cvs62
7108
7109         * src/gtk/gtkaspell.c
7110                 Apply recheck_when_changing_dict (highlight all mispelled words)
7111                 when switching to alternate dictionary.
7112
7113 2006-12-21 [wwp]        2.6.1cvs61
7114
7115         * src/compose.c
7116         * src/folder_item_prefs.h
7117         * src/prefs_common.c
7118         * src/prefs_common.h
7119         * src/prefs_folder_item.c
7120         * src/prefs_spelling.c
7121         * src/gtk/gtkaspell.c
7122         * src/gtk/gtkaspell.h
7123                 Add global and per-folder prefs to set the default
7124                 alternate dictionary.
7125
7126 2006-12-21 [colin]      2.6.1cvs60
7127
7128         * src/folder.c
7129                 Look for folders by path in all folders
7130         * src/html.c
7131                 add &mdash;
7132
7133 2006-12-20 [colin]      2.6.1cvs59
7134
7135         * src/gtk/quicksearch.c
7136                 Make sure in_typing is false when clearing
7137
7138 2006-12-20 [wwp]        2.6.1cvs58
7139
7140         * configure.ac
7141                 change manual's target dir to be LFH-compliant (thanks to Colin).
7142
7143 2006-12-20 [wwp]        2.6.1cvs57
7144
7145         * src/prefs_common.c
7146         * src/prefs_summaries.c
7147                 i18n fix and factorize patch, thanks to Fabien.
7148
7149 2006-12-20 [paul]       2.6.1cvs56
7150
7151         * configure.ac
7152                 last of the renaming (??)
7153         * src/main.c
7154                 correct --help info of --status-full
7155         * src/plugins/bogofilter/bogofilter.c
7156                 make FALSE default of whitelist_ab
7157
7158 2006-12-19 [colin]      2.6.1cvs55
7159
7160         * src/jpilot.c
7161                 Same as before, without depending on
7162                 pisock >= 0.12
7163
7164 2006-12-19 [colin]      2.6.1cvs54
7165
7166         * src/jpilot.c
7167                 Fix bug 1059, 'Better jpilot charset 
7168                 handling'. Use libpisync's charset conversion
7169                 if possible
7170
7171 2006-12-19 [colin]      2.6.1cvs53
7172
7173         * po/fr.po
7174                 Updated by Fabien
7175
7176 2006-12-19 [wwp]        2.6.1cvs52
7177
7178         * src/gtk/about.c
7179                 Add missing #include (thanks to Colin).
7180
7181 2006-12-19 [wwp]        2.6.1cvs51
7182
7183         * src/prefs_receive.c
7184                 Better spacing between widgets in prefs.
7185
7186 2006-12-18 [colin]      2.6.1cvs50
7187
7188         * src/imap.c
7189                 Fix failure to get separator on LIST "" ""
7190                 Try LIST "" "INBOX" too.
7191
7192 2006-12-18 [wwp]        2.6.1cvs49
7193
7194         * src/common/session.c
7195                 Fix a compiler warning (thanks to Fabien).
7196
7197 2006-12-18 [wwp]        2.6.1cvs48
7198
7199         * src/compose.c
7200         * src/prefs_quote.c
7201                 Factorize some strings for translation (it's about error
7202                 messages when applying or checking template/quote format).
7203
7204 2006-12-18 [colin]      2.6.1cvs47
7205
7206         * Makefile.am
7207         * src/common/defs.h
7208         * src/gtk/Makefile.am
7209         * src/gtk/about.c
7210                 Add a Release notes tab from the contents of
7211                 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
7212
7213 2006-12-17 [colin]      2.6.1cvs46
7214
7215         * src/mimeview.c
7216         * src/textview.c
7217         * src/gtk/filesel.c
7218                 Correctly convert from/to UTF8/filename encoding
7219                 when loading and saving files. Probably fixes
7220                 bug 1068, 'Claws-Mail uses 100% CPU when looking 
7221                 for a file to attach and is blocked...'
7222
7223 2006-12-17 [colin]      2.6.1cvs45
7224
7225         * src/gtk/logwindow.c
7226                 Fix bug 1067, 'Claws-Mail uses 100% CPU on an 
7227                 IMAP folder and is blocked on main thread': 
7228                 make sure we put utf8 in the log.
7229
7230 2006-12-16 [colin]      2.6.1cvs44
7231
7232         * src/toolbar.c
7233         * src/toolbar.h
7234                 Fix bug 1055, 'Add the 'cancel receive' 
7235                 in the available events for the toolbar buttons'
7236
7237 2006-12-16 [colin]      2.6.1cvs43
7238
7239         * po/POTFILES.in
7240         * src/imap.c
7241         * src/common/nntp.c
7242         * src/common/session.c
7243                 Log error when SSL handshakes fail. 
7244                 Fixes bug 1082, 'incorrect / imprecise 
7245                 error message when imap server provides 
7246                 ssl only through STARTTLS but SSL is 
7247                 selected'
7248
7249 2006-12-15 [wwp]        2.6.1cvs42
7250
7251         * src/plugins/bogofilter/bogofilter_gtk.c
7252                 set proper sensitivity to widgets I've recently added.
7253
7254 2006-12-15 [colin]      
7255
7256         2.7.0-rc1 released
7257
7258 2006-12-15 [wwp]        2.6.1cvs41
7259
7260         * src/plugins/bogofilter/bogofilter.c
7261         * src/plugins/bogofilter/bogofilter.h
7262         * src/plugins/bogofilter/bogofilter_gtk.c
7263                 bogofilter's whitelist can now use a subset of
7264                 the addressbook (either a book, a subfolder of a book,
7265                 or the whole addressbook by using "Any"). Re-used there
7266                 some pref_matcher widgets and mechanisms to match a subset
7267                 of the addressbook.
7268
7269 2006-12-15 [wwp]        2.6.1cvs40
7270
7271         * src/wizard.c
7272         * src/common/plugin.c
7273         * src/common/plugin.h
7274         * src/gtk/about.c
7275         * src/plugins/bogofilter/bogofilter.c
7276         * src/plugins/clamav/clamav_plugin.c
7277         * src/plugins/demo/demo.c
7278         * src/plugins/dillo_viewer/dillo_viewer.c
7279         * src/plugins/pgpcore/plugin.c
7280         * src/plugins/pgpinline/plugin.c
7281         * src/plugins/pgpmime/plugin.c
7282         * src/plugins/spamassassin/spamassassin.c
7283         * src/plugins/trayicon/trayicon.c
7284                 factorize some translatable strings (plugins-related),
7285                 fix missing punctuation in several places,
7286                 remove useless translatable \n in about.c,
7287                 and factorize plugin init code w/ a new function
7288                 check_plugin_version() in common/plugin.c.
7289                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
7290
7291 2006-12-15 [wwp]        2.6.1cvs39
7292
7293         * src/plugins/bogofilter/bogofilter.c
7294         * src/plugins/bogofilter/bogofilter_gtk.c
7295                 flag whitelisted spams as spam, but don't filter it to the spam
7296                 folder. Thanks to Colin.
7297
7298 2006-12-15 [ticho]      2.6.1cvs38
7299
7300         * src/plugins/bogofilter/bogofilter.c
7301         * src/plugins/bogofilter/bogofilter.h
7302         * src/plugins/bogofilter/bogofilter_gtk.c
7303                 Add option to whitelist senders found in addressbook. Patch by colin.
7304
7305 2006-12-15 [paul]       2.6.1cvs37
7306
7307         * src/folderview.c
7308                 add missing #include "log.h"
7309
7310 2006-12-15 [paul]       2.6.1cvs36
7311
7312         * src/plugins/bogofilter/bogofilter.c
7313         * src/plugins/bogofilter/bogofilter.h
7314         * src/plugins/bogofilter/bogofilter_gtk.c
7315                 Add an option to allow inserting an
7316                 X-Claws-Bogosity header (on MH folders
7317                 only). Patch by Colin
7318
7319 2006-12-14 [colin]      2.6.1cvs35
7320
7321         * src/main.c
7322                 "Yes" should be the default choice for
7323                 migration configuration
7324
7325 2006-12-14 [paul]       2.6.1cvs34
7326
7327         * src/prefs_summaries.c
7328         * manual/advanced.xml
7329                 Unhide mark_as_read_delay
7330
7331 2006-12-14 [paul]       2.6.1cvs33
7332
7333         * src/messageview.c
7334         * src/messageview.h
7335         * src/mimeview.c
7336         * src/mimeview.h
7337         * src/summaryview.c
7338         * src/textview.c
7339         * src/textview.h
7340                 Fix printing of selection
7341                 Fix printing of message parts
7342                 Fix printing of images
7343         * src/gtk/gtksourceprintjob.c
7344                 Fix page count when there are images
7345
7346 2006-12-14 [wwp]        2.6.1cvs32
7347
7348         * src/mainwindow.c
7349         * src/summaryview.c
7350         * src/summaryview.h
7351         * src/gtk/quicksearch.c
7352                 fix quicksearch 'magnify' button status when QS is closed
7353                 using the Escape key, thanks to Colin.
7354
7355 2006-12-14 [wwp]        2.6.1cvs31
7356
7357         * src/mainwindow.c
7358         * src/summaryview.c
7359         * src/summaryview.h
7360         * src/gtk/quicksearch.c
7361                 fix quicksearch 'magnify' button status when QS is closed
7362                 using the Escape key, thanks to Colin.
7363
7364 2006-12-13 [colin]      2.6.1cvs30
7365
7366         * src/ldapquery.c
7367         * src/ldaputil.c
7368                 Use the binary safe version of ldap_get_values,
7369                 to make sure we manipulate null-terminated 
7370                 strings. Maybe fixes bug 1075, 'claws mail 
7371                 segfault when completing ldap adresses'
7372         * src/syldap.c ** REMOVED **
7373         * src/syldap.h ** REMOVED **
7374                 Remove dead files
7375
7376 2006-12-13 [mones]      2.6.1cvs29
7377
7378         * po/es.po
7379                 Fixed piped strings, fixed click translation
7380
7381 2006-12-13 [paul]       2.6.1cvs28
7382
7383         * src/main.c
7384                 don't translate these strings
7385
7386 2006-12-13 [paul]       2.6.1cvs27
7387
7388         * po/en_GB.po
7389                 updated
7390
7391 2006-12-13 [colin]      2.6.1cvs26
7392
7393         * src/main.c
7394         * src/main.h
7395                 Add claws_is_starting()
7396
7397 2006-12-13 [mones]      2.6.1cvs25
7398
7399         * manual/es/advanced.xml
7400         * po/es.po
7401                 Synced manual and updated translation
7402
7403 2006-12-12 [colin]      2.6.1cvs24
7404
7405         * src/wizard.c
7406                 Add an option to use STARTTLS in the
7407                 welcome wizard. Fixes bug 1080, 
7408                 'Using SSL option in wizard for incoming 
7409                 server does not activate SSL with STARTTLS'
7410
7411 2006-12-12 [colin]      2.6.1cvs23
7412
7413         * src/main.c
7414                 Don't exit when there's an incomplete
7415                 mailbox configured - leaves a chance 
7416                 to fix a failing IMAP account. Exit
7417                 if no mailbox at all is loaded (case
7418                 of missing plugin).
7419                 Completes bug 1077's fix (I was wrong
7420                 in this bug's comment #3).
7421
7422 2006-12-12 [colin]      2.6.1cvs22
7423
7424         * src/gtk/menu.h
7425                 Add another menu data type
7426         * src/prefs_account.c
7427                 Complete the completion of bug 1076
7428                 (doesn't lose the pref on apply)
7429
7430 2006-12-12 [paul]       2.6.1cvs21
7431
7432         * src/prefs_account.c
7433                 complete the fix of bug 1076
7434                 also be more verbose with the text
7435
7436 2006-12-12 [paul]       2.6.1cvs20
7437
7438         * src/gtk/combobox.c
7439                 fix compilation warning
7440
7441 2006-12-11 [colin]      2.6.1cvs19
7442
7443         * src/wizard.c
7444                 Document :port in server entry tooltips
7445
7446 2006-12-11 [colin]      2.6.1cvs18
7447
7448         * src/main.c
7449                 Fix compile
7450
7451 2006-12-11 [colin]      2.6.1cvs17
7452
7453         * src/main.c
7454                 Add failing IMAP as a reason for no
7455                 mailbox
7456
7457 2006-12-11 [colin]      2.6.1cvs16
7458
7459         * src/prefs_account.c
7460                 Check for existence of inbox for local
7461                 accounts too
7462         * src/wizard.c
7463                 Allow setting the port to use for servers
7464                 by using the usual "server.example.com:port"
7465                 syntax. Fixes bug 1077, 'sylpheed-claws does 
7466                 not start when IMAP server is unavailable'
7467
7468 2006-12-11 [colin]      2.6.1cvs15
7469
7470         * src/prefs_account.c
7471                 Prevent use of non-existing default inbox
7472
7473 2006-12-11 [colin]      2.6.1cvs14
7474
7475         * src/prefs_account.c
7476                 Fix sensitivity. Fixes bug 1076, 'privacy 
7477                 options are displayed even when pgp plugin 
7478                 not loaded / available'
7479
7480 2006-12-09 [colin]      2.6.1cvs13
7481
7482         * manual/advanced.xml
7483         * src/prefs_common.c
7484         * src/prefs_common.h
7485         * src/common/ssl_certificate.c
7486                 Add a new hidden preference, 'unsafe_ssl_certs',
7487                 which allows to store multiple certificates per
7488                 server/port. This is disabled by default because
7489                 it's less secure (presenting a new certificate
7490                 instead of a changed one raises less alarms).
7491                 This will cause Claws to ask about an unknown
7492                 certificate for people who have used 2.6.1cvs8
7493                 or greater.
7494
7495 2006-12-09 [colin]      2.6.1cvs12
7496
7497         * src/action.c
7498                 Fix cache updating after action
7499
7500 2006-12-07 [wwp]        2.6.1cvs11
7501
7502         * src/compose.c
7503                 fix email address comparison when replying to all
7504                 (avoid replying to ourselves), thanks to Colin.
7505
7506 2006-12-06 [paul]       2.6.1cvs10
7507
7508         * src/addrharvest.c
7509         * src/editldap.c
7510         * src/expldifdlg.c
7511         * src/news.c
7512         * src/toolbar.c
7513         * src/common/utils.c
7514                 ...and more renaming
7515                 Thanks to Colin
7516
7517 2006-12-06 [paul]       2.6.1cvs9
7518
7519         * src/compose.c
7520         * src/messageview.c
7521         * src/procheader.c
7522         * src/procmime.c
7523         * src/procmsg.c
7524         * src/textview.c
7525                 more renaming
7526                 Thanks to Colin
7527
7528 2006-12-06 [colin]      2.6.1cvs8
7529
7530         * src/ssl_manager.c
7531         * src/common/ssl_certificate.c
7532         * src/common/ssl_certificate.h
7533                 Handle multiple certificates per host/port
7534
7535 2006-12-06 [colin]      2.6.1cvs7
7536
7537         * src/etpan/imap-thread.c
7538                 Fix certificate checking on IMAP
7539
7540 2006-12-06 [colin]      2.6.1cvs6
7541
7542         * src/folderview.c
7543                 Fix bug 1072, 'Claws stops fetching newsgroups 
7544                 from server when newsgroup got deleted': continue
7545                 checking other groups
7546
7547 2006-12-05 [wwp]        2.6.1cvs5
7548
7549         * src/message_search.c
7550         * src/summary_search.c
7551         * src/gtk/combobox.c
7552         * src/gtk/combobox.h
7553         * src/gtk/gtkutils.c
7554         * src/gtk/gtkutils.h
7555                 make up and down arrow keys in modern gtk_combo_box_entry widgets
7556                 behave like w/ old comboboxes (summary and message search only).
7557
7558 2006-12-05 [paul]       2.6.1cvs4
7559
7560         * src/wizard.c
7561                 encode headers
7562                 Thanks to Colin
7563
7564 2006-12-05 [paul]       2.6.1cvs3
7565
7566         * tools/README
7567         * tools/textviewer.pl
7568                 script updated and description added
7569
7570 2006-12-04 [colin]      2.6.1cvs2
7571
7572         * src/compose.c
7573                 Run pre-send hook only when checking
7574                 everything
7575
7576 2006-12-04 [paul]       2.6.1cvs1
7577
7578         * NEWS
7579         * README
7580         * RELEASE_NOTES
7581         * configure.ac
7582         * tools/README
7583                 bump up version number following stable release
7584
7585 2006-12-04 [paul]       2.6.0cvs83
7586
7587         * README
7588                 updates and corrections
7589
7590 2006-12-04 [colin]      2.6.0cvs82
7591
7592         * src/common/utils.c
7593                 Probably fix bug 1066, 'Incorrect mailbox 
7594                 size displayed'
7595
7596 2006-12-04 [colin]      2.6.0cvs81
7597
7598         * src/common/utils.c
7599                 Trim tabs from mailcap file too.
7600
7601 2006-12-02 [paul]       2.6.0cvs80
7602
7603         * src/exphtmldlg.c
7604                 fix broken GUI under certain languages
7605         * src/expldifdlg.c
7606                 put the Cancel button to the right
7607
7608 2006-12-01 [paul]       2.6.0cvs79
7609
7610         * tools/Makefile.am
7611                 remove reference to removed file
7612
7613 2006-12-01 [wwp]        2.6.0cvs78
7614
7615         * src/addressbook.c
7616         * src/editaddress.c
7617                 remove forgotten debug statements.
7618
7619 2006-12-01 [wwp]        2.6.0cvs77
7620
7621         * manual/advanced.xml
7622         * manual/fr/advanced.xml
7623         * src/addressbook.c
7624         * src/addressbook.h
7625         * src/addressitem.h
7626         * src/editaddress.c
7627         * src/editaddress.h
7628         * src/prefs_common.c
7629         * src/prefs_common.h
7630         * src/gtk/gtkutils.c
7631         * src/gtk/gtkutils.h
7632                 add a hidden option to allow embedding the editaddress (edit contact details)
7633                 dialog into the addressbook's window. This doesn't change the default
7634                 behaviour.
7635
7636 2006-12-01 [wwp]        2.6.0cvs76
7637
7638         * src/message_search.c
7639         * src/summary_search.c
7640                 fix more focus issues (don't set focus to combobox's entry widget when
7641                 entry's value changed, if entry widget has focus already).
7642
7643 2006-12-01 [wwp]        2.6.0cvs75
7644
7645         * src/gtk/quicksearch.c
7646                 revert last changes to the quicksearch gtk_combo_box, this needs more
7647                 tuning and testing.
7648
7649 2006-12-01 [paul]       2.6.0cvs74
7650
7651         * tools/kdeservicemenu/README
7652         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
7653         * tools/kdeservicemenu/install.sh
7654         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
7655         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
7656                 simplify this stuff, and in so doing,
7657                 fix it. (possibly re-extend it again at
7658                 a later date)
7659
7660 2006-12-01 [wwp]        2.6.0cvs73
7661
7662         * src/gtk/quicksearch.c
7663                 adapt quicksearch code to use modern gtk_combo_box'es.
7664
7665 2006-12-01 [wwp]        2.6.0cvs72
7666
7667         * src/common/defs.h
7668         * src/prefs_common.c
7669         * src/prefs_common.h
7670         * src/message_search.c
7671         * src/summary_search.c
7672         * src/gtk/combobox.c
7673         * src/gtk/combobox.h
7674                 add history combos to all message and summary search fields.
7675
7676 2006-12-01 [wwp]        2.6.0cvs71
7677
7678         * src/summaryview.c
7679                 As the list may change while the mark as read delay
7680                 runs, we can't rely on the 'row' pointer, which can
7681                 be invalid when the timeout is called. As the mark
7682                 as read is only done if the message is still selected,
7683                 use summaryview->selected instead. Thanks to Colin.
7684
7685 2006-11-30 [paul]       2.6.0cvs70
7686
7687         * src/textview.c
7688                 give emphasis to "Sylpheed-Claws"
7689                 as well as "Claws Mail"
7690
7691 2006-11-30 [colin]      2.6.0cvs69
7692
7693         * src/wizard.c
7694                 Put the SSL checkboxes in the receiving
7695                 and sending server pages.
7696
7697 2006-11-29 [colin]      2.6.0cvs68
7698
7699         * src/gtk/gtkutils.c
7700         * src/gtk/gtkvscrollbutton.c
7701                 Revert some deprecated fixes - they seem to
7702                 deprecate stuff as soon as a new one gets out.
7703                 g_object_ref_sink needed glib-2.10.
7704
7705 2006-11-29 [colin]      2.6.0cvs67
7706
7707         * src/common/utils.c
7708                 Create .mailcap if it doesn't exist
7709
7710 2006-11-29 [colin]      2.6.0cvs66
7711
7712         * src/compose.c
7713                 Followup to cvs60: use original list
7714                 of recipients if replying to a mail
7715                 in Sent Drafts or Queue.
7716
7717 2006-11-27 [paul]       2.6.0cvs65
7718
7719         * src/image_viewer.c
7720                 revert the last change for now (it's broken)
7721
7722 2006-11-27 [paul]       2.6.0cvs64
7723
7724         * Makefile.am
7725         * configure.ac
7726         * m4/aclocal-include.m4
7727         * m4/check-type.m4
7728         * src/Makefile.am
7729         * src/addr_compl.c
7730         * src/compose.c
7731         * src/crash.c
7732         * src/export.c
7733         * src/exporthtml.c
7734         * src/exportldif.c
7735         * src/imap.c
7736         * src/import.c
7737         * src/main.c
7738         * src/main.h
7739         * src/matcher.c
7740         * src/mimeview.c
7741         * src/procmsg.c
7742         * src/textview.c
7743         * src/common/Makefile.am
7744         * src/common/claws.c
7745         * src/common/claws.h
7746         * src/common/ssl.c
7747         * src/common/sylpheed.c
7748         * src/common/sylpheed.h
7749         * src/etpan/Makefile.am
7750         * src/gtk/Makefile.am
7751         * src/gtk/claws-marshal.list
7752         * src/gtk/filesel.c
7753         * src/gtk/gtksctree.c
7754         * src/gtk/quicksearch.c
7755         * src/gtk/sylpheed-marshal.list
7756         * src/plugins/bogofilter/bogofilter.c
7757         * src/plugins/bogofilter/bogofilter_gtk.c
7758         * src/plugins/clamav/clamav_plugin.c
7759         * src/plugins/clamav/clamav_plugin_gtk.c
7760         * src/plugins/demo/demo.c
7761         * src/plugins/dillo_viewer/dillo_viewer.c
7762         * src/plugins/pgpcore/Makefile.am
7763         * src/plugins/pgpcore/claws.def
7764         * src/plugins/pgpcore/pgp_viewer.c
7765         * src/plugins/pgpcore/plugin.c
7766         * src/plugins/pgpcore/sylpheed.def
7767         * src/plugins/pgpinline/Makefile.am
7768         * src/plugins/pgpinline/claws.def
7769         * src/plugins/pgpinline/plugin.c
7770         * src/plugins/pgpinline/sylpheed.def
7771         * src/plugins/pgpmime/Makefile.am
7772         * src/plugins/pgpmime/claws.def
7773         * src/plugins/pgpmime/plugin.c
7774         * src/plugins/pgpmime/sylpheed.def
7775         * src/plugins/spamassassin/spamassassin.c
7776         * src/plugins/spamassassin/spamassassin_gtk.c
7777         * src/plugins/trayicon/trayicon.c
7778                 yet more renaming
7779                 remove deprecated gtk_tooltips_set_delay()
7780
7781 2006-11-26 [paul]       2.6.0cvs63
7782
7783         * src/expldifdlg.c
7784         * src/folderview.c
7785         * src/image_viewer.c
7786         * src/mainwindow.c
7787         * src/gtk/gtkutils.c
7788         * src/gtk/gtkvscrollbutton.c
7789         * src/gtk/prefswindow.c
7790         * src/plugins/pgpcore/prefs_gpg.c
7791                 replace more deprecated GTK+ functions
7792
7793 2006-11-26 [paul]       2.6.0cvs62
7794
7795         * src/addr_compl.c
7796         * src/addressbook.c
7797         * src/browseldap.c
7798                 replace deprecated gtk_idle_... functions
7799
7800 2006-11-26 [paul]       2.6.0cvs61
7801
7802         * src/compose.c
7803         * src/folderview.c
7804         * src/inc.c
7805         * src/summaryview.c
7806         * src/gtk/gtkvscrollbutton.c
7807         * src/gtk/quicksearch.c
7808         * src/plugins/pgpcore/passphrase.c
7809                 replace deprecated gtk_timeout_add and
7810                 gtk_timeout_remove
7811
7812 2006-11-26 [paul]       2.6.0cvs60
7813
7814         * src/compose.c
7815                 fix bug that caused the wrong recipient
7816                 to be selected when replying to a msg
7817                 which is From one of our accounts to
7818                 another of our accounts
7819
7820 2006-11-25 [paul]       2.6.0cvs59
7821
7822         * src/summaryview.c
7823                 don't change the From column title to
7824                 To if the To column is visible
7825
7826 2006-11-24 [paul]       2.6.0cvs58
7827
7828         * src/compose.c
7829                 fix bug 1069, 'Sent mails disappear, BCC
7830                 or locking problem?'
7831
7832 2006-11-21 [wwp]        2.6.0cvs57
7833
7834         * src/compose.c
7835                 fix spelling menu when replying (same as 2.3.1cvs39):
7836                 discrepancy between context menu and top menu when
7837                 folder's dictionary isn't the default one.
7838
7839 2006-11-19 [paul]       2.6.0cvs56
7840
7841         * src/summaryview.c
7842                 obey always_show_msg option when
7843                 marking as spam
7844         * src/plugins/bogofilter/bogofilter.c
7845                 fix typo
7846
7847 2006-11-18 [paul]       2.6.0cvs55
7848
7849         * AUTHORS
7850         * README
7851         * debian/copyright
7852         * manual/ack.xml
7853         * manual/es/ack.xml
7854         * manual/fr/ack.xml
7855         * manual/pl/ack.xml
7856         * src/gtk/authors.h
7857         * src/gtk/icon_legend.c
7858         * src/gtk/icon_legend.h
7859         * tools/OOo2claws-mail.pl
7860         * tools/README
7861         * tools/acroread2claws-mail.pl
7862         * tools/claws.i18n.status.pl
7863         * tools/filter_conv.pl
7864         * tools/filter_conv_new.pl
7865         * tools/freshmeat_search.pl
7866         * tools/google_search.pl
7867         * tools/kmail2claws-mail.pl
7868         * tools/kmail2claws-mail_v2.pl
7869         * tools/maildir2claws-mail.pl
7870         * tools/make.themes.project
7871         * tools/multiwebsearch.pl
7872         * tools/outlook2claws-mail.pl
7873         * tools/tb2claws-mail
7874         * tools/kdeservicemenu/README
7875         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
7876                 update mine and wwp's email addresses in
7877                 several places
7878                 Patch by wwp
7879         * src/prefs_compose_writing.c
7880                 set sensitivity on 'new message format' frame
7881
7882 2006-11-17 [paul]       2.6.0cvs54
7883
7884         * src/gtk/about.c
7885                 more reworking of the GUI
7886                 Patch by Fabien Vantard
7887
7888 2006-11-16 [paul]       2.6.0cvs53
7889
7890         * src/gtk/about.c
7891                 set a minimum size for the window, allow
7892                 it to automatically expand as necessary
7893
7894 2006-11-16 [wwp]        2.6.0cvs52
7895
7896         * src/gtk/about.c
7897                 better wrap of copyright info on some systems.
7898
7899 2006-11-16 [paul]       2.6.0cvs51
7900
7901         * src/gtk/about.c
7902                 move the tech info from the upper panel
7903                 to the Info tab
7904                 use a gtk_text_view for the features tab
7905
7906 2006-11-16 [paul]       2.6.0cvs50
7907
7908         * po/Makevars
7909                 update my email address
7910         * src/addressbook.c
7911         * src/compose.c
7912         * src/imap_gtk.c
7913         * src/mh_gtk.c
7914         * src/news_gtk.c
7915         * src/summaryview.c
7916         * src/plugins/trayicon/trayicon.c
7917                 don't offer simple menu separators
7918                 for translation
7919         * src/folderview.c
7920                 add separator between 'mark all read'
7921                 and 'search folder'
7922
7923 2006-11-15 [wwp]        2.6.0cvs49
7924
7925         * src/gtk/authors.h
7926                 updated manuals authors.
7927
7928 2006-11-14 [paul]       2.6.0cvs48
7929
7930         * src/compose.c
7931                 Fix Options/Reply mode after draft save
7932
7933 2006-11-14 [paul]       2.6.0cvs47
7934
7935         * src/Makefile.am
7936                 Fix make DESTDIR=...
7937         * src/mbox.c
7938                 Optimise speed
7939         * src/plugins/pgpinline/pgpinline.c
7940                 Probably fix bug 1061
7941
7942 2006-11-14 [paul]       2.6.0cvs46
7943
7944         * po/Makevars
7945                 enable Q_ macro
7946         * src/Makefile.am
7947         * src/stock_pixmap.c
7948         * src/stock_pixmap.h
7949         * src/gtk/about.c
7950         * src/pixmaps/active.xpm
7951         * src/pixmaps/inactive.xpm
7952                 add a new page, 'Features', to the About dialog
7953                 showing which features are compiled in and which
7954                 are not
7955
7956 2006-11-14 [paul]       2.6.0cvs45
7957
7958         * po/ru.po
7959                 updated by Pavlo Bohmat
7960
7961 2006-11-14 [colin]      2.6.0cvs44
7962
7963         * src/compose.c
7964         * src/inc.c
7965         * src/messageview.c
7966         * src/news.c
7967         * src/pop.c
7968         * src/procmsg.c
7969         * src/gtk/gtkaspell.c
7970                 Fix 64-bit-related warnings
7971         * src/ssl_manager.c
7972                 Fix possible infinite loop
7973         * src/plugins/pgpcore/sgpgme.c
7974                 Remove useless check
7975
7976 2006-11-13 [colin]      2.6.0cvs43
7977
7978         * src/gtk/Makefile.am
7979                 authors.h isn't generated
7980
7981 2006-11-13 [colin]      2.6.0cvs42
7982
7983         * src/plugins/pgpinline/pgpinline.c
7984         * src/plugins/pgpmime/pgpmime.c
7985                 Very probably fix bug 1061, 'crash on 
7986                 opening signed email'. Another cast
7987                 problem
7988
7989 2006-11-13 [colin]      2.6.0cvs41
7990
7991         * src/plugins/pgpcore/sgpgme.c
7992                 Maybe fix bug 1061, 'crash on opening 
7993                 signed email'
7994
7995 2006-11-13 [wwp]        2.6.0cvs40
7996
7997         * src/plugins/pgpinline/pgpinline.c
7998                 fix candidate for bug #1057, thanks to Colin.
7999
8000 2006-11-13 [wwp]        2.6.0cvs39
8001
8002         * src/compose.c
8003         * src/quote_fmt_parse.y
8004                 fix bug 1052: current parser buffer was not always 
8005                 allocated, ptr to this buffer could be returned as 
8006                 NULL whereas no parser error has occurred. in 
8007                 consequence, defining a template body as "%d" 
8008                 (w/o the quotes) for the first time of the instance 
8009                 of claws-mail, was reporting a parser error. make 
8010                 sure that the buffer is always allocated, even to 
8011                 an empty string.
8012                 fix mis-unescaping in compose.:compose_quote_fmt(): 
8013                 unescaping of the fmt string was always done 
8014                 whereas it must be done *only* when receiving 
8015                 quote format strings issued from the prefs 
8016                 (compose new message, reply, forward, redirect 
8017                 formats), *not* when applying templates.  in 
8018                 consequences, applying templates w/ sequences 
8019                 like \\|p{echo} were failing. make sure that 
8020                 unescaping is done only when necessary.
8021
8022 2006-11-12 [colin]      2.6.0cvs38
8023
8024         * po/de.po
8025                 Fix typo (s/KB/MB)
8026
8027 2006-11-12 [colin]      2.6.0cvs37
8028
8029         * src/plugins/pgpinline/pgpinline.c
8030         * src/plugins/pgpmime/pgpmime.c
8031                 Release GPG context at the latest 
8032                 possible moment. Maybe fixes 
8033                 bug 1057, 'crash on sending signed 
8034                 message to a newsgroup'
8035                 
8036
8037 2006-11-12 [colin]      2.6.0cvs36
8038
8039         * src/plugins/pgpcore/sgpgme.c
8040                 Tell a bit more when gpg's status doesn't
8041                 contain any signature
8042
8043 2006-11-12 [colin]      2.6.0cvs35
8044
8045         * src/compose.c
8046                 Fix bug 1060, 'compilation error with 
8047                 Irix's cc'
8048
8049 2006-11-12 [paul]       2.6.0cvs34
8050
8051         * doc/man/claws-mail.1
8052         * src/prefs_gtk.c
8053         * src/plugins/clamav/README
8054         * src/plugins/spamassassin/README
8055         * tools/README
8056         * tools/freshmeat_search.pl
8057         * tools/google_search.pl
8058         * tools/multiwebsearch.pl
8059                 more renaming
8060         * src/plugins/trayicon/trayicon.c
8061                 fix compiliation warning
8062
8063 2006-11-11 [colin]      2.6.0cvs33
8064
8065         * src/folderview.c
8066                 Forbid drag and drop from/to different
8067                 folders of type F_UNKNOWN
8068
8069 2006-11-11 [colin]      2.6.0cvs32
8070
8071         * src/plugins/pgpinline/pgpinline.c
8072                 Fix typo in previous commit:
8073                 - gpgme_new(&ctx);
8074                 + if ((err = gpgme_new(&data->ctx)) ...)
8075
8076 2006-11-11 [colin]      2.6.0cvs31
8077
8078         * src/plugins/pgpinline/pgpinline.c
8079         * src/plugins/pgpmime/pgpmime.c
8080                 Check success after calling gpgme_new
8081                 Maybe fixes bug 1057, 'crash on sending 
8082                 signed message to a newsgroup'
8083
8084 2006-11-11 [colin]      2.6.0cvs30
8085
8086         * src/undo.c
8087                 init undostruct to 0s (from
8088                 valgrind log of bug 1057)
8089
8090 2006-11-10 [colin]      2.6.0cvs29
8091
8092         * src/mainwindow.c
8093                 Set cursor to wait before filtering
8094                 duplicates in all folders
8095         * src/plugins/bogofilter/bogofilter.c
8096         * src/plugins/bogofilter/bogofilter.h
8097         * src/plugins/bogofilter/bogofilter_gtk.c
8098                 Completely thread away the bogofilter
8099                 filtering
8100
8101 2006-11-10 [mones]      2.6.0cvs28
8102
8103         * src/compose.c
8104         * src/compose.h
8105                 added COMPOSE_CHECK_BEFORE_SEND hook
8106
8107 2006-11-10 [paul]       2.6.0cvs27
8108
8109         * src/crash.c
8110                 more renaming
8111                 add libSM to get_compiled_in_features()
8112         * src/main.c
8113                 more renaming
8114
8115 2006-11-10 [colin]      2.6.0cvs26
8116
8117         * src/etpan/imap-thread.c
8118                 Add a reference to libetpan's sasl engine
8119                 so that sasl_done() doesn't get called by
8120                 libetpan, and doesn't break openssl.
8121                 Should fix bug 1053, 'SC fails to reestablish 
8122                 a secure connection'
8123                 Patch by Hoa
8124
8125 2006-11-10 [colin]      2.6.0cvs25
8126
8127         * manual/addrbook.xml
8128         * manual/advanced.xml
8129         * manual/faq.xml
8130         * manual/intro.xml
8131                 Some more renaming
8132
8133 2006-11-09 [colin]      2.6.0cvs24
8134
8135         * src/plugins/bogofilter/bogofilter_gtk.c
8136                 Add comment about annoyance
8137
8138 2006-11-09 [colin]      2.6.0cvs23
8139
8140         * src/plugins/bogofilter/bogofilter.c
8141         * src/plugins/bogofilter/bogofilter_gtk.c
8142                 Prepare things needed to thread bogofilter
8143                 filtering: separate bogo stuff and possible GUI
8144                 stuff. 
8145
8146 2006-11-09 [colin]      2.6.0cvs22
8147
8148         * src/account.c
8149         * src/compose.c
8150                 Search for one of our accounts in Delivered-To
8151                 (helps for auto-account selection when 
8152                  replying/forwarding)
8153         * src/folderview.c
8154         * src/mainwindow.c
8155         * src/mainwindow.h
8156         * src/plugins/trayicon/trayicon.c
8157                 Allow opening a new mail with any account from
8158                 the contextual menu
8159
8160 2006-11-09 [wwp]        2.6.0cvs21
8161
8162         * src/compose.c
8163         * src/prefs_common.c
8164         * src/prefs_common.h
8165         * src/prefs_compose_writing.c
8166                 add a compose new message format (in prefs/compose/writing), it's a
8167                 simple subject+body template to use when opening a new composition
8168                 window. It's similar to the existent reply and forward formats.
8169
8170                 enhanced the template/format % symbols substitution mechanism to
8171                 use current composition window information when % are used in
8172                 the compose new message format or in templates applied to new
8173                 messages (there were useless in that situations before). When
8174                 applied to new messages, %d corresponds to the system time/date.
8175
8176 2006-11-09 [paul]       2.6.0cvs20
8177
8178         * src/gtk/authors.h
8179                 fix last commit
8180
8181 2006-11-09 [paul]       2.6.0cvs19
8182
8183         * src/gtk/authors.h
8184                 keep tje alphabetical order
8185
8186 2006-11-08 [colin]      2.6.0cvs18
8187
8188         * src/etpan/imap-thread.c
8189                 Fix bug 1054, 'Slowness logging big 
8190                 data chunks'
8191
8192 2006-11-08 [paul]       2.6.0cvs17
8193
8194         * tools/Makefile.am
8195                 fix the renaming
8196
8197 2006-11-08 [paul]       2.6.0cvs16
8198
8199         * src/common/defs.h
8200                 update BUGZILLA_URI
8201
8202 2006-11-08 [paul]       2.6.0cvs15
8203
8204         * tools/Makefile.am
8205         * tools/OOo2claws-mail.pl
8206         * tools/OOo2sylpheed.pl
8207         * tools/README
8208         * tools/acroread2claws-mail.pl
8209         * tools/acroread2sylpheed.pl
8210         * tools/kmail2claws-mail.pl
8211         * tools/kmail2claws-mail_v2.pl
8212         * tools/kmail2sylpheed.pl
8213         * tools/kmail2sylpheed_v2.pl
8214         * tools/maildir2claws-mail.pl
8215         * tools/maildir2sylpheed.pl
8216         * tools/nautilus2claws-mail.sh
8217         * tools/nautilus2sylpheed.sh
8218         * tools/outlook2claws-mail.pl
8219         * tools/outlook2sylpheed.pl
8220         * tools/tb2claws-mail
8221         * tools/tb2sylpheed
8222         * tools/tbird2claws.py
8223         * tools/tbird2syl.py
8224         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
8225         * tools/kdeservicemenu/install.sh
8226         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
8227         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
8228         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
8229         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
8230         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
8231                 renamed (removed, added) tools files
8232
8233 2006-11-08 [paul]       2.6.0cvs14
8234
8235         * src/main.c
8236         * src/common/defs.h
8237                 Migrate sylpheedrc to clawsrc, and fix the standard
8238                 plugins path in the process
8239
8240 2006-11-07 [colin]      2.6.0cvs13
8241
8242         * src/Makefile.am
8243                 Symlink sylpheed-claws relative to 
8244                 claws-mail
8245
8246 2006-11-07 [colin]      2.6.0cvs12
8247
8248         * src/compose.c
8249                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
8250
8251 2006-11-07 [paul]       2.6.0cvs11
8252
8253         * src/gtk/about.c
8254                 Fix a missed occurence of
8255                 Sylpheed-Claws
8256
8257 2006-11-07 [paul]       2.6.0cvs10
8258
8259         * src/Makefile.am
8260                 Fix symlink installation
8261
8262 2006-11-07 [paul]       2.6.0cvs9
8263
8264         * src/Makefile.am
8265                 Symlink claws-mail to sylpheed-claws
8266         * src/common/utils.c
8267                 Fix migrating symlinks
8268         * src/etpan/imap-thread.c
8269                 check certificate only when there's
8270                 no error
8271
8272 2006-11-07 [paul]       2.6.0cvs8
8273
8274         * Makefile.am
8275                 Fix icon breakages with Gtk, which needs a 
8276                 cache updated to see them.
8277
8278 2006-11-07 [paul]       2.6.0cvs7
8279
8280         * .cvsignore
8281         * AUTHORS
8282         * COPYING
8283         * INSTALL
8284         * Makefile.am
8285         * NEWS
8286         * README
8287         * RELEASE_NOTES
8288         * autogen.sh
8289         * claws-mail-128x128.png
8290         * claws-mail-64x64.png
8291         * claws-mail.ico
8292         * claws-mail.pc.in
8293         * claws-mail.png
8294         * configure.ac
8295         * sylpheed-claws-128x128.png
8296         * sylpheed-claws-64x64.png
8297         * sylpheed-claws.desktop
8298         * sylpheed-claws.ico
8299         * sylpheed-claws.pc.in
8300         * sylpheed-claws.png
8301         * debian/README.Debian
8302         * debian/changelog
8303         * debian/claws-mail.desktop
8304         * debian/claws-mail.menu
8305         * debian/claws-mail.postinst.debhelper
8306         * debian/claws-mail.postrm.debhelper
8307         * debian/control
8308         * debian/copyright
8309         * debian/files
8310         * debian/rules
8311         * debian/sylpheed-claws.desktop
8312         * debian/sylpheed-claws.menu
8313         * debian/sylpheed-claws.postinst.debhelper
8314         * debian/sylpheed-claws.postrm.debhelper
8315         * doc/man/Makefile.am
8316         * doc/man/claws-mail.1
8317         * doc/man/sylpheed-claws.1
8318         * doc/src/ChangeLog.claws-pre0.8.0
8319         * manual/Makefile.am
8320         * manual/account.xml
8321         * manual/ack.xml
8322         * manual/addrbook.xml
8323         * manual/advanced.xml
8324         * manual/claws-mail-manual.xml
8325         * manual/faq.xml
8326         * manual/glossary.xml
8327         * manual/handling.xml
8328         * manual/intro.xml
8329         * manual/keyboard.xml
8330         * manual/plugins.xml
8331         * manual/starting.xml
8332         * manual/sylpheed-claws-manual.xml
8333         * manual/xml2pdf
8334         * manual/dist/.cvsignore
8335         * manual/dist/html/.cvsignore
8336         * manual/dist/html/Makefile.am
8337         * manual/dist/pdf/.cvsignore
8338         * manual/dist/pdf/Makefile.am
8339         * manual/dist/ps/.cvsignore
8340         * manual/dist/ps/Makefile.am
8341         * manual/dist/txt/.cvsignore
8342         * manual/dist/txt/Makefile.am
8343         * manual/es/Makefile.am
8344         * manual/es/advanced.xml
8345         * manual/es/claws-mail-manual.xml
8346         * manual/es/faq.xml
8347         * manual/es/glossary.xml
8348         * manual/es/handling.xml
8349         * manual/es/intro.xml
8350         * manual/es/plugins.xml
8351         * manual/es/sylpheed-claws-manual.xml
8352         * manual/es/dist/.cvsignore
8353         * manual/es/dist/html/.cvsignore
8354         * manual/es/dist/html/Makefile.am
8355         * manual/es/dist/pdf/.cvsignore
8356         * manual/es/dist/pdf/Makefile.am
8357         * manual/es/dist/ps/.cvsignore
8358         * manual/es/dist/ps/Makefile.am
8359         * manual/es/dist/txt/.cvsignore
8360         * manual/es/dist/txt/Makefile.am
8361         * manual/fr/Makefile.am
8362         * manual/fr/account.xml
8363         * manual/fr/ack.xml
8364         * manual/fr/addrbook.xml
8365         * manual/fr/advanced.xml
8366         * manual/fr/claws-mail-manual.xml
8367         * manual/fr/faq.xml
8368         * manual/fr/glossary.xml
8369         * manual/fr/handling.xml
8370         * manual/fr/intro.xml
8371         * manual/fr/keyboard.xml
8372         * manual/fr/plugins.xml
8373         * manual/fr/starting.xml
8374         * manual/fr/sylpheed-claws-manual.xml
8375         * manual/fr/dist/.cvsignore
8376         * manual/fr/dist/html/.cvsignore
8377         * manual/fr/dist/html/Makefile.am
8378         * manual/fr/dist/pdf/.cvsignore
8379         * manual/fr/dist/pdf/Makefile.am
8380         * manual/fr/dist/ps/.cvsignore
8381         * manual/fr/dist/ps/Makefile.am
8382         * manual/fr/dist/txt/.cvsignore
8383         * manual/fr/dist/txt/Makefile.am
8384         * manual/pl/Makefile.am
8385         * manual/pl/account.xml
8386         * manual/pl/ack.xml
8387         * manual/pl/addrbook.xml
8388         * manual/pl/advanced.xml
8389         * manual/pl/claws-mail-manual.xml
8390         * manual/pl/faq.xml
8391         * manual/pl/glossary.xml
8392         * manual/pl/handling.xml
8393         * manual/pl/intro.xml
8394         * manual/pl/keyboard.xml
8395         * manual/pl/plugins.xml
8396         * manual/pl/starting.xml
8397         * manual/pl/sylpheed-claws-manual.xml
8398         * manual/pl/dist/.cvsignore
8399         * manual/pl/dist/html/.cvsignore
8400         * manual/pl/dist/html/Makefile.am
8401         * manual/pl/dist/pdf/.cvsignore
8402         * manual/pl/dist/pdf/Makefile.am
8403         * manual/pl/dist/ps/.cvsignore
8404         * manual/pl/dist/ps/Makefile.am
8405         * manual/pl/dist/txt/.cvsignore
8406         * manual/pl/dist/txt/Makefile.am
8407         * po/.cvsignore
8408         * po/Makevars
8409         * src/.cvsignore
8410         * src/Makefile.am
8411         * src/account.c
8412         * src/account.h
8413         * src/action.c
8414         * src/action.h
8415         * src/adbookbase.h
8416         * src/addr_compl.c
8417         * src/addr_compl.h
8418         * src/addrbook.c
8419         * src/addrcache.c
8420         * src/addrcache.h
8421         * src/addrcindex.c
8422         * src/addrcindex.h
8423         * src/addrclip.c
8424         * src/addrclip.h
8425         * src/addrdefs.h
8426         * src/addressadd.c
8427         * src/addressadd.h
8428         * src/addressbook.c
8429         * src/addressbook.h
8430         * src/addressbook_foldersel.c
8431         * src/addressbook_foldersel.h
8432         * src/addrgather.c
8433         * src/addrgather.h
8434         * src/addrharvest.c
8435         * src/addrharvest.h
8436         * src/addrindex.c
8437         * src/addrindex.h
8438         * src/addritem.c
8439         * src/addritem.h
8440         * src/addrquery.c
8441         * src/addrquery.h
8442         * src/addrselect.c
8443         * src/addrselect.h
8444         * src/alertpanel.c
8445         * src/alertpanel.h
8446         * src/browseldap.c
8447         * src/browseldap.h
8448         * src/codeconv.c
8449         * src/codeconv.h
8450         * src/compose.c
8451         * src/crash.c
8452         * src/crash.h
8453         * src/customheader.c
8454         * src/customheader.h
8455         * src/displayheader.c
8456         * src/displayheader.h
8457         * src/editaddress.c
8458         * src/editaddress.h
8459         * src/editbook.c
8460         * src/editbook.h
8461         * src/editgroup.c
8462         * src/editgroup.h
8463         * src/editjpilot.c
8464         * src/editjpilot.h
8465         * src/editldap.c
8466         * src/editldap.h
8467         * src/editldap_basedn.c
8468         * src/editldap_basedn.h
8469         * src/editvcard.c
8470         * src/editvcard.h
8471         * src/exphtmldlg.c
8472         * src/exphtmldlg.h
8473         * src/expldifdlg.c
8474         * src/expldifdlg.h
8475         * src/export.c
8476         * src/exporthtml.c
8477         * src/exporthtml.h
8478         * src/exportldif.c
8479         * src/exportldif.h
8480         * src/filtering.c
8481         * src/filtering.h
8482         * src/folder.c
8483         * src/folder.h
8484         * src/folder_item_prefs.c
8485         * src/folder_item_prefs.h
8486         * src/foldersel.c
8487         * src/foldersel.h
8488         * src/folderutils.c
8489         * src/folderutils.h
8490         * src/folderview.c
8491         * src/folderview.h
8492         * src/grouplistdialog.c
8493         * src/grouplistdialog.h
8494         * src/html.c
8495         * src/html.h
8496         * src/image_viewer.c
8497         * src/image_viewer.h
8498         * src/imap.c
8499         * src/imap.h
8500         * src/imap_gtk.c
8501         * src/imap_gtk.h
8502         * src/import.c
8503         * src/import.h
8504         * src/importldif.c
8505         * src/importldif.h
8506         * src/importmutt.c
8507         * src/importmutt.h
8508         * src/importpine.c
8509         * src/importpine.h
8510         * src/inc.c
8511         * src/inc.h
8512         * src/jpilot.c
8513         * src/jpilot.h
8514         * src/ldapctrl.c
8515         * src/ldapctrl.h
8516         * src/ldaplocate.c
8517         * src/ldaplocate.h
8518         * src/ldapquery.c
8519         * src/ldapquery.h
8520         * src/ldapserver.c
8521         * src/ldapserver.h
8522         * src/ldaputil.c
8523         * src/ldaputil.h
8524         * src/ldif.c
8525         * src/ldif.h
8526         * src/localfolder.c
8527         * src/localfolder.h
8528         * src/main.c
8529         * src/main.h
8530         * src/mainwindow.c
8531         * src/mainwindow.h
8532         * src/manual.c
8533         * src/manual.h
8534         * src/matcher.c
8535         * src/matcher.h
8536         * src/matcher_parser.h
8537         * src/matcher_parser_lex.l
8538         * src/matcher_parser_parse.y
8539         * src/mbox.c
8540         * src/mbox.h
8541         * src/message_search.c
8542         * src/message_search.h
8543         * src/messageview.c
8544         * src/messageview.h
8545         * src/mh.c
8546         * src/mh.h
8547         * src/mh_gtk.c
8548         * src/mh_gtk.h
8549         * src/mimeview.c
8550         * src/mimeview.h
8551         * src/msgcache.c
8552         * src/msgcache.h
8553         * src/mutt.c
8554         * src/mutt.h
8555         * src/news.c
8556         * src/news.h
8557         * src/news_gtk.c
8558         * src/news_gtk.h
8559         * src/noticeview.c
8560         * src/noticeview.h
8561         * src/partial_download.c
8562         * src/partial_download.h
8563         * src/pine.c
8564         * src/pine.h
8565         * src/pop.c
8566         * src/pop.h
8567         * src/prefs_account.c
8568         * src/prefs_account.h
8569         * src/prefs_actions.c
8570         * src/prefs_actions.h
8571         * src/prefs_common.c
8572         * src/prefs_common.h
8573         * src/prefs_compose_writing.c
8574         * src/prefs_compose_writing.h
8575         * src/prefs_customheader.c
8576         * src/prefs_customheader.h
8577         * src/prefs_display_header.c
8578         * src/prefs_display_header.h
8579         * src/prefs_ext_prog.c
8580         * src/prefs_ext_prog.h
8581         * src/prefs_filtering.c
8582         * src/prefs_folder_column.c
8583         * src/prefs_folder_column.h
8584         * src/prefs_folder_item.c
8585         * src/prefs_folder_item.h
8586         * src/prefs_fonts.c
8587         * src/prefs_fonts.h
8588         * src/prefs_gtk.c
8589         * src/prefs_gtk.h
8590         * src/prefs_image_viewer.c
8591         * src/prefs_image_viewer.h
8592         * src/prefs_matcher.c
8593         * src/prefs_matcher.h
8594         * src/prefs_message.c
8595         * src/prefs_message.h
8596         * src/prefs_msg_colors.c
8597         * src/prefs_msg_colors.h
8598         * src/prefs_other.c
8599         * src/prefs_other.h
8600         * src/prefs_quote.c
8601         * src/prefs_quote.h
8602         * src/prefs_receive.c
8603         * src/prefs_receive.h
8604         * src/prefs_send.c
8605         * src/prefs_send.h
8606         * src/prefs_spelling.c
8607         * src/prefs_spelling.h
8608         * src/prefs_summaries.c
8609         * src/prefs_summaries.h
8610         * src/prefs_summary_column.c
8611         * src/prefs_summary_column.h
8612         * src/prefs_template.c
8613         * src/prefs_template.h
8614         * src/prefs_themes.c
8615         * src/prefs_themes.h
8616         * src/prefs_toolbar.c
8617         * src/prefs_toolbar.h
8618         * src/prefs_wrapping.c
8619         * src/prefs_wrapping.h
8620         * src/privacy.c
8621         * src/privacy.h
8622         * src/procheader.c
8623         * src/procheader.h
8624         * src/procmime.c
8625         * src/procmime.h
8626         * src/procmsg.c
8627         * src/procmsg.h
8628         * src/quote_fmt.c
8629         * src/quote_fmt_parse.y
8630         * src/recv.c
8631         * src/recv.h
8632         * src/remotefolder.c
8633         * src/remotefolder.h
8634         * src/send_message.c
8635         * src/send_message.h
8636         * src/setup.c
8637         * src/setup.h
8638         * src/sourcewindow.c
8639         * src/sourcewindow.h
8640         * src/ssl_manager.c
8641         * src/ssl_manager.h
8642         * src/statusbar.c
8643         * src/statusbar.h
8644         * src/stock_pixmap.c
8645         * src/stock_pixmap.h
8646         * src/summary_search.c
8647         * src/summary_search.h
8648         * src/summaryview.c
8649         * src/summaryview.h
8650         * src/syldap.c
8651         * src/syldap.h
8652         * src/textview.c
8653         * src/textview.h
8654         * src/toolbar.c
8655         * src/toolbar.h
8656         * src/undo.c
8657         * src/undo.h
8658         * src/unmime.c
8659         * src/unmime.h
8660         * src/vcard.c
8661         * src/vcard.h
8662         * src/wizard.c
8663         * src/wizard.h
8664         * src/common/base64.c
8665         * src/common/base64.h
8666         * src/common/defs.h
8667         * src/common/hooks.c
8668         * src/common/hooks.h
8669         * src/common/log.c
8670         * src/common/log.h
8671         * src/common/mgutils.c
8672         * src/common/mgutils.h
8673         * src/common/nntp.c
8674         * src/common/nntp.h
8675         * src/common/passcrypt.c
8676         * src/common/passcrypt.h.in
8677         * src/common/plugin.c
8678         * src/common/plugin.h
8679         * src/common/prefs.c
8680         * src/common/prefs.h
8681         * src/common/progressindicator.c
8682         * src/common/progressindicator.h
8683         * src/common/quoted-printable.c
8684         * src/common/quoted-printable.h
8685         * src/common/session.c
8686         * src/common/session.h
8687         * src/common/smtp.c
8688         * src/common/smtp.h
8689         * src/common/socket.c
8690         * src/common/socket.h
8691         * src/common/ssl.c
8692         * src/common/ssl.h
8693         * src/common/stringtable.c
8694         * src/common/stringtable.h
8695         * src/common/sylpheed.c
8696         * src/common/sylpheed.h
8697         * src/common/template.c
8698         * src/common/template.h
8699         * src/common/timing.h
8700         * src/common/utils.c
8701         * src/common/utils.h
8702         * src/common/version.h.in
8703         * src/common/xml.c
8704         * src/common/xml.h
8705         * src/common/xmlprops.c
8706         * src/common/xmlprops.h
8707         * src/gtk/about.c
8708         * src/gtk/colorlabel.c
8709         * src/gtk/colorlabel.h
8710         * src/gtk/colorsel.c
8711         * src/gtk/colorsel.h
8712         * src/gtk/combobox.c
8713         * src/gtk/combobox.h
8714         * src/gtk/description_window.c
8715         * src/gtk/description_window.h
8716         * src/gtk/filesel.c
8717         * src/gtk/filesel.h
8718         * src/gtk/foldersort.c
8719         * src/gtk/foldersort.h
8720         * src/gtk/gtkaspell.c
8721         * src/gtk/gtkaspell.h
8722         * src/gtk/gtksctree.c
8723         * src/gtk/gtkshruler.c
8724         * src/gtk/gtkshruler.h
8725         * src/gtk/gtkutils.c
8726         * src/gtk/gtkutils.h
8727         * src/gtk/icon_legend.c
8728         * src/gtk/icon_legend.h
8729         * src/gtk/logwindow.c
8730         * src/gtk/logwindow.h
8731         * src/gtk/manage_window.c
8732         * src/gtk/manage_window.h
8733         * src/gtk/pluginwindow.c
8734         * src/gtk/pluginwindow.h
8735         * src/gtk/prefswindow.c
8736         * src/gtk/prefswindow.h
8737         * src/gtk/quicksearch.c
8738         * src/gtk/quicksearch.h
8739         * src/pixmaps/claws-mail.xpm
8740         * src/pixmaps/claws-mail_icon.xpm
8741         * src/pixmaps/claws-mail_logo.xpm
8742         * src/pixmaps/sylpheed-claws.xpm
8743         * src/pixmaps/sylpheed-claws_icon.xpm
8744         * src/pixmaps/sylpheed-claws_logo.xpm
8745         * src/plugins/bogofilter/Makefile.am
8746         * src/plugins/bogofilter/bogofilter.c
8747         * src/plugins/bogofilter/bogofilter.h
8748         * src/plugins/bogofilter/bogofilter_gtk.c
8749         * src/plugins/clamav/Makefile.am
8750         * src/plugins/clamav/clamav_plugin.c
8751         * src/plugins/clamav/clamav_plugin.h
8752         * src/plugins/clamav/clamav_plugin_gtk.c
8753         * src/plugins/demo/Makefile.am
8754         * src/plugins/demo/demo.c
8755         * src/plugins/dillo_viewer/Makefile.am
8756         * src/plugins/dillo_viewer/README
8757         * src/plugins/dillo_viewer/dillo_prefs.c
8758         * src/plugins/dillo_viewer/dillo_prefs.h
8759         * src/plugins/dillo_viewer/dillo_viewer.c
8760         * src/plugins/pgpcore/Makefile.am
8761         * src/plugins/pgpcore/passphrase.c
8762         * src/plugins/pgpcore/passphrase.h
8763         * src/plugins/pgpcore/pgp_viewer.c
8764         * src/plugins/pgpcore/pgp_viewer.h
8765         * src/plugins/pgpcore/plugin.c
8766         * src/plugins/pgpcore/prefs_gpg.c
8767         * src/plugins/pgpcore/prefs_gpg.h
8768         * src/plugins/pgpcore/select-keys.c
8769         * src/plugins/pgpcore/select-keys.h
8770         * src/plugins/pgpcore/sgpgme.c
8771         * src/plugins/pgpcore/sgpgme.h
8772         * src/plugins/pgpcore/sylpheed.def
8773         * src/plugins/pgpcore/version.rc
8774         * src/plugins/pgpinline/Makefile.am
8775         * src/plugins/pgpinline/pgpinline.c
8776         * src/plugins/pgpinline/pgpinline.h
8777         * src/plugins/pgpinline/plugin.c
8778         * src/plugins/pgpinline/sylpheed.def
8779         * src/plugins/pgpinline/version.rc
8780         * src/plugins/pgpmime/Makefile.am
8781         * src/plugins/pgpmime/pgpmime.c
8782         * src/plugins/pgpmime/pgpmime.h
8783         * src/plugins/pgpmime/plugin.c
8784         * src/plugins/pgpmime/sylpheed.def
8785         * src/plugins/pgpmime/version.rc
8786         * src/plugins/spamassassin/Makefile.am
8787         * src/plugins/spamassassin/README
8788         * src/plugins/spamassassin/spamassassin.c
8789         * src/plugins/spamassassin/spamassassin.h
8790         * src/plugins/spamassassin/spamassassin_gtk.c
8791         * src/plugins/trayicon/Makefile.am
8792         * src/plugins/trayicon/trayicon.c
8793         * tools/OOo2sylpheed.pl
8794         * tools/README
8795         * tools/README.sylprint
8796         * tools/acroread2sylpheed.pl
8797         * tools/claws.i18n.status.pl
8798         * tools/filter_conv.pl
8799         * tools/filter_conv_new.pl
8800         * tools/freshmeat_search.pl
8801         * tools/google_search.pl
8802         * tools/kmail2sylpheed.pl
8803         * tools/kmail2sylpheed_v2.pl
8804         * tools/make.themes.project
8805         * tools/multiwebsearch.pl
8806         * tools/nautilus2sylpheed.sh
8807         * tools/outlook2sylpheed.pl
8808         * tools/sylprint.pl
8809         * tools/sylprint.rc
8810         * tools/tb2sylpheed
8811         * tools/textviewer.sh
8812         * tools/vcard2xml.py
8813         * tools/kdeservicemenu/README
8814         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
8815         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
8816         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
8817                 Change name to Claws Mail. Announce to follow...
8818
8819 2006-11-06 [wwp]        2.6.0cvs6
8820
8821         * src/prefs_template.c
8822                 unify messages related to quote format/template errors (fix
8823                 capitalization), again.
8824
8825 2006-11-06 [wwp]        2.6.0cvs5
8826
8827         * src/prefs_quote.c
8828                 unify messages related to quote format/template errors.
8829
8830 2006-11-06 [wwp]        2.6.0cvs4
8831
8832         * src/prefs_msg_colors.c
8833                 more uses of Q_ macro for contextual translations, thanks
8834                 to Fabien (fzzzzz).
8835
8836 2006-11-06 [wwp]        2.6.0cvs3
8837
8838         * src/compose.c
8839         * src/common/utils.c
8840         * src/common/utils.h
8841                 show an alertpanel to make sure users are aware that sensitive
8842                 files are attached (it's file blacklist-based). This will fix
8843                 interaction w/ GoogleEarth for instance, thanks to Colin.
8844
8845 2006-11-06 [wwp]        2.6.0cvs2
8846
8847         * src/prefs_quote.c
8848         * src/prefs_template.c
8849         * src/prefs_template.h
8850                 check quote format when applying/closing prefs. For now this only
8851                 shows up an error dialog box, not preventing the user from using
8852                 a broken quote (reply, forwards) format.
8853
8854 2006-11-06 [wwp]        2.6.0cvs1
8855
8856         * src/prefs_template.c
8857                 fix missing checks of some template fields.
8858
8859 2006-11-06 [paul]       2.6.0
8860
8861         * NEWS
8862         * README
8863         * RELEASE_NOTES
8864                 2.6.0 released
8865
8866 2006-11-06 [paul]       2.5.6cvs22
8867
8868         * manual/advanced.xml
8869         * manual/es/advanced.xml
8870                 put 'respect_flowed_format' info in the correct
8871                 place
8872
8873 2006-11-06 [mones]      2.5.6cvs21
8874
8875         * po/es.po
8876                 Minor fixes for release
8877
8878 2006-11-06 [paul]       2.5.6cvs20
8879
8880         * po/cs.po
8881         * po/de.po
8882         * po/fr.po
8883         * po/it.po
8884         * po/nl.po
8885         * po/pt_BR.po
8886         * po/sk.po
8887         * po/sv.po
8888         * po/zh_CN.po
8889                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
8890                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
8891                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
8892                 Young
8893
8894 2006-11-02 [colin]      2.5.6cvs19
8895
8896         * src/imap.c
8897         * src/imap.h
8898         * src/prefs_account.c
8899         * src/etpan/imap-thread.c
8900                 Add GSSAPI support - fixes Debian bug #383274
8901
8902 2006-11-01 [colin]      2.5.6cvs18
8903
8904         * src/jpilot.c
8905                 Handle libpisock12 support. Probably
8906                 fixes bug 1046, 'jpilot AddressDB.pdb 
8907                 import fail'
8908
8909 2006-11-01 [colin]      2.5.6cvs17
8910
8911         * src/folderutils.c
8912                 debug_print() folderutils_mark_all_read()
8913
8914 2006-11-01 [colin]      2.5.6cvs16
8915
8916         * COPYING
8917                 Add missed files to the Apache exception
8918
8919 2006-10-31 [colin]      2.5.6cvs15
8920
8921         * src/folder.c
8922         * src/folder.h
8923                 Add a copy_private_data() func to FolderClasses
8924                 Doesn't break the feature freeze, because we 
8925                 won't use it (right now) in the core.
8926
8927 2006-10-31 [colin]      2.5.6cvs14
8928
8929         * COPYING
8930                 Allow linking with the Apache licensed files in
8931                 src/plugins/spamassassin. Hopefully fixes 
8932                 bug 1048, 'Spamassassin plugin license problem'
8933
8934 2006-10-31 [wwp]        2.5.6cvs13
8935
8936         * src/compose.c
8937                 fix and optimize trimming of leading linefeeds in body loop.
8938
8939 2006-10-31 [colin]      2.5.6cvs12
8940
8941         * src/etpan/imap-thread.c
8942         * src/imap.c
8943                 Make really sure to have NULL sets in case
8944                 of error
8945
8946 2006-10-30 [wwp]        2.5.6cvs11
8947
8948         * src/prefs_common.c
8949         * src/prefs_common.h
8950         * src/compose.c
8951                 fix broken storage of quote format template when it contains \-escape
8952                 sequences. The application of such sequences is also fixed now (\t
8953                 in quote format will be a real tab instead of a 't', for instance).
8954
8955 2006-10-27 [colin]      2.5.6cvs10
8956
8957         * src/compose.c
8958                 Probably fix bug 1045, 'sylpheed-claws 
8959                 doesn't remove the mail from the IMAP 
8960                 Queue folder after sending'. From
8961                 2.5.6cvs3-stable
8962
8963 2006-10-27 [colin]      2.5.6cvs9
8964
8965         * configure.ac
8966                 Require libetpan-0.48. I'm so annoying,
8967                 I know ;-)
8968
8969 2006-10-27 [colin]      2.5.6cvs8
8970
8971         * src/folder.c
8972         * src/imap.c
8973                 Probably fix bug 1044, 'sylpheed-claws 
8974                 segfaults while moving mails' - Fix relation
8975                 usage when moving to an IMAP mailbox from another
8976                 mailbox
8977
8978 2006-10-26 [paul]       2.5.6cvs7
8979
8980         * src/gtk/about.c
8981                 add libSM to compiled-in features
8982                 list
8983
8984 2006-10-24 [colin]      2.5.6cvs6
8985
8986         * src/textview.c
8987         * src/gtk/gtkutils.c
8988                 Fix crash when printing emails with an
8989                 xface
8990
8991 2006-10-24 [mones]      2.5.6cvs5
8992
8993         * manual/es/advanced.xml
8994                 Synchronize hidden option respect_flowed_format
8995         * po/es.po
8996                 Updated translation
8997
8998 2006-10-21 [paul]       2.5.6cvs4
8999
9000         * src/gtk/authors.h
9001         * src/plugins/pgpcore/pgp_viewer.c
9002         * src/plugins/pgpcore/sgpgme.c
9003                 fix building on BSDs
9004                 Thanks to Michael Hughes
9005                 <Sylpheed-Claws_user@thehugheslogcabin.net>
9006
9007 2006-10-20 [colin]      2.5.6cvs3
9008
9009         * configure.ac
9010                 Bump up libetpan requirement
9011                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
9012         * src/common/utils.c
9013         * src/common/utils.h
9014                 Add convenience get_file_mtime()
9015         * src/imap.c
9016         * src/etpan/imap-thread.c
9017         * src/etpan/imap-thread.h
9018                 Implement UIDPLUS support if the server
9019                 supports it - faster sending in this case
9020
9021 2006-10-19 [colin]      2.5.6cvs2
9022
9023         * src/gtk/quicksearch.c
9024                 Fix emptying in type-ahead+extended mode
9025         * src/mainwindow.c
9026         * src/mainwindow.h
9027                 Add a hook for offline state change
9028         * src/plugins/trayicon/trayicon.c
9029                 Use it to display offline icons
9030         * src/plugins/trayicon/Makefile.am
9031         * src/plugins/trayicon/newmail.offline.xpm
9032         * src/plugins/trayicon/newmarkedmail.offline.xpm
9033         * src/plugins/trayicon/nomail.offline.xpm
9034         * src/plugins/trayicon/unreadmail.offline.xpm
9035         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
9036                 Add the icons
9037
9038 2006-10-12 [paul]       2.5.6cvs1
9039
9040         * NEWS
9041         * README
9042         * configure.ac
9043                 Update version number following
9044                 stable release
9045
9046 2006-10-19 [colin]      2.5.5cvs18
9047
9048         * manual/handling.xml
9049                 Add type-ahead search
9050
9051 2006-10-18 [colin]      2.5.5cvs17
9052
9053         * src/gtk/quicksearch.c
9054                 Remove "save to history only if there's
9055                 no syntax error", it breaks for some 
9056                 reason which I'll investigate later.
9057
9058 2006-10-18 [colin]      2.5.5cvs16
9059
9060         * src/prefs_common.c
9061         * src/prefs_common.h
9062         * src/summaryview.c
9063         * src/gtk/quicksearch.c
9064         * src/gtk/quicksearch.h
9065                 Add a type-ahead option for fast searches
9066                 Patch by Fabien Vantard
9067
9068 2006-10-18 [colin]      2.5.5cvs15
9069
9070         * src/compose.c
9071         * src/compose.h
9072                 Add Options/Reply mode/ menu to be able to
9073                 change the recipients of a reply on the fly
9074
9075 2006-10-18 [colin]      2.5.5cvs14
9076
9077         * src/compose.c
9078                 Fix redirecting of our own sent mails
9079
9080 2006-10-17 [wwp]        2.5.5cvs13
9081
9082         * src/send_message.c
9083                 Fix duplicate error messages when sending, and missing
9084                 newline in such error messages.
9085
9086 2006-10-17 [colin]      2.5.5cvs12
9087
9088         * src/compose.c
9089                 Compare addresses case-insensitive
9090
9091 2006-10-17 [colin]      2.5.5cvs11
9092
9093         * src/plugins/pgpcore/sgpgme.c
9094                 Fix return status
9095
9096 2006-10-17 [colin]      2.5.5cvs10
9097
9098         * src/plugins/pgpcore/pgp_viewer.c
9099                 Fix return status
9100
9101 2006-10-17 [colin]      2.5.5cvs9
9102
9103         * src/quote_fmt.c
9104                 Fix a typo (thanks to Fabien)
9105
9106 2006-10-16 [colin]      2.5.5cvs8
9107
9108         * src/textview.c
9109                 Fix problem with quote-folding when emails
9110                 don't convert cleanly to UTF-8
9111
9112 2006-10-14 [colin]      2.5.5cvs7
9113
9114         * src/prefs_template.c
9115                 Reset fields when reopening
9116                 the window
9117
9118 2006-10-13 [paul]       2.5.5cvs6
9119
9120         * manual/advanced.xml
9121         * src/prefs_message.c
9122                 make 'respect_flowed_format' a hidden
9123                 option, and add a manual entry for it
9124                 Thanks to Colin
9125
9126 2006-10-12 [colin]      2.5.5cvs5
9127
9128         * src/codeconv.c
9129                 Revert part of 2.5.2cvs21:
9130                 Don't optimise by reusing the 
9131                 last iconv converter if possible:
9132                 it seems slightly broken in a 
9133                 very hard way to reproduce
9134
9135 2006-10-12 [colin]      2.5.5cvs4
9136
9137         * src/prefs_common.c
9138         * src/prefs_common.h
9139         * src/prefs_message.c
9140         * src/procmime.c
9141                 Fix bug 1035, 'Incorrect handling 
9142                 of flowed lines'. We now optionnaly
9143                 handle this format (preference is in
9144                 Message View/Text options section)
9145
9146 2006-10-12 [colin]      2.5.5cvs3
9147
9148         * po/POTFILES.in
9149                 Add new file
9150         * src/plugins/pgpcore/pgp_viewer.c
9151         * src/plugins/pgpcore/sgpgme.c
9152                 Don't try to import without asking
9153
9154 2006-10-12 [colin]      2.5.5cvs2
9155
9156         * src/compose.c
9157                 Fix bug 1036, 'Forwarding a mutlipart
9158                 mail with a "text/html" block to ms
9159                 outlook users leeds to freeze of
9160                 outlook'. Poor outlook users...
9161
9162 2006-10-12 [paul]       2.5.5cvs1
9163
9164         * NEWS
9165         * README
9166         * configure.ac
9167                 Update version number following
9168                 stable release
9169
9170 2006-10-11 [paul]       2.5.4cvs1
9171
9172         * NEWS
9173         * README
9174         * configure.ac
9175                 Update version number following
9176                 stable release
9177
9178 2006-10-11 [paul]       2.5.3cvs32
9179
9180         * src/textview.c
9181                 fix bug 1032, 'Segmentation fault when showing
9182                 message' (bug in quote folding)
9183                 Thanks to Colin
9184
9185 2006-10-10 [colin]      2.5.3cvs31
9186
9187         * src/quote_fmt.c
9188                 Rephrase english a bit
9189
9190 2006-10-10 [colin]      2.5.3cvs30
9191
9192         * src/prefs_compose_writing.c
9193                 Stop making the page larger than the window
9194
9195 2006-10-10 [wwp]        2.5.3cvs29
9196
9197         * src/compose.c
9198         * src/prefs_template.c
9199         * src/quote_fmt.c
9200         * src/quote_fmt.h
9201         * src/quote_fmt_lex.l
9202         * src/quote_fmt_parse.y
9203                 Extend the quote parser a bit: allow to get access to
9204                 basic (composing) account info.
9205
9206 2006-10-10 [colin]      2.5.3cvs28
9207
9208         * src/procheader.c
9209                 Fix this \t problem in subject
9210
9211 2006-10-09 [colin]      2.5.3cvs27
9212
9213         * src/main.c
9214         * src/prefs_gtk.c
9215                 Prepare cache a bit later
9216                 If section already exists, skip the new one 
9217                 (as previously); avoid writing the same block
9218                 twice - if we find a second block with the 
9219                 same id, skip it.
9220         * src/plugins/pgpcore/pgp_viewer.c
9221                 Set cursor to busy when retrieving a key
9222         * src/plugins/pgpcore/sgpgme.c
9223                 allow 5 seconds for gpg to export the key
9224                 
9225
9226 2006-10-09 [colin]      2.5.3cvs26
9227
9228         * configure.ac
9229         * src/msgcache.c
9230         * src/prefs_gtk.c
9231                 Check for existence of fgets_unlocked
9232                 and fwrite_unlocked
9233
9234 2006-10-09 [paul]       2.5.3cvs25
9235
9236         * src/prefs_summaries.c
9237                 replace strftime() with fast_strftime() and in
9238                 the consequence fix the bug in the display of
9239                 AM/PM in the 'Example' string
9240
9241 2006-10-09 [ticho]      2.5.3cvs24
9242
9243         * po/sk.po
9244                 Updated (and fixed up somewhat) Slovak translation.
9245
9246 2006-10-08 [colin]      2.5.3cvs23
9247
9248         * src/prefs_folder_item.c
9249                 Explain why prefs in the top-level folder
9250                 aren't retained, but are still useful
9251
9252 2006-10-08 [colin]      2.5.3cvs22
9253
9254         * src/prefs_gtk.c
9255                 Don't cache anything if caching fails
9256
9257 2006-10-08 [colin]      2.5.3cvs21
9258
9259         * src/common/utils.c
9260                 always include gi18n.h
9261
9262 2006-10-07 [colin]      2.5.3cvs20
9263
9264         * src/plugins/pgpcore/pgp_viewer.c
9265                 Kill gpg after 5 seconds wait
9266
9267 2006-10-07 [colin]      2.5.3cvs19
9268
9269         * src/plugins/pgpcore/pgp_viewer.c
9270         * src/plugins/pgpcore/pgp_viewer.h
9271                 Fix copyright
9272
9273 2006-10-07 [colin]      2.5.3cvs18
9274
9275         * src/plugins/pgpcore/pgp_viewer.c
9276         * src/plugins/pgpcore/pgp_viewer.h
9277                 Actually add the files to CVS
9278
9279 2006-10-07 [colin]      2.5.3cvs17
9280
9281         * src/plugins/pgpcore/sgpgme.c
9282                 Be sure not to crash on 'application/pgp-signature' that
9283                 are not application/pgp-signatures
9284
9285 2006-10-07 [colin]      2.5.3cvs16
9286
9287         * src/textview.c
9288         * src/textview.h
9289                 Make a bit more of the API available
9290         * src/plugins/pgpcore/Makefile.am
9291         * src/plugins/pgpcore/plugin.c
9292         * src/plugins/pgpcore/sgpgme.c
9293                 Add basic key import/export
9294
9295 2006-10-07 [colin]      2.5.3cvs15
9296
9297         * src/folderview.c
9298         * src/imap.c
9299         * src/prefs_account.c
9300         * src/wizard.c
9301                 Warn users *everywhere* if libetpan's not
9302                 linked in
9303
9304 2006-10-06 [mones]      2.5.3cvs14
9305
9306         * po/de.po
9307         * po/es.po
9308                 updated by Stephan Sachse and me
9309
9310 2006-10-06 [colin]      2.5.3cvs13
9311
9312         * src/main.c
9313         * src/common/sylpheed.c
9314                 Don't load common plugins if --exit is passed
9315         * src/prefs_gtk.c
9316         * src/prefs_gtk.h
9317                 Implement a cache to avoid reading the same
9318                 files over and over again at startup
9319
9320 2006-10-06 [colin]      2.5.3cvs12
9321
9322         * src/summaryview.c
9323         * src/gtk/quicksearch.c
9324                 Update display every 5k mails on fast searches
9325
9326 2006-10-06 [colin]      2.5.3cvs11
9327
9328         * src/textview.c
9329                 Don't do quote folding on HTML or ERTF.
9330                 May fix the Cygwin issues if they were
9331                 happening with HTML mails?
9332
9333 2006-10-05 [colin]      2.5.3cvs10
9334
9335         * src/prefs_gtk.c
9336                 Oops, forgot one
9337
9338 2006-10-05 [colin]      2.5.3cvs9
9339
9340         * src/prefs_gtk.c
9341                 Use unlocked_stdio here too
9342
9343 2006-10-05 [colin]      2.5.3cvs8
9344
9345         * src/folderview.c
9346                 Fix go to next * after preferences apply
9347         * src/msgcache.c
9348                 Do the fd lock/unlock ourselves instead of
9349                 letting the libc do it at each write 
9350
9351 2006-10-05 [colin]      2.5.3cvs7
9352
9353         * src/common/utils.c
9354                 Faster division, thanks to Jean Diraison
9355
9356 2006-10-05 [paul]       2.5.3cvs6
9357
9358         * src/common/utils.c
9359                 fix building with --disable-nls
9360
9361 2006-10-04 [colin]      2.5.3cvs5
9362
9363         * src/folder.c
9364                 Maybe fix a segfault
9365
9366 2006-10-04 [wwp]        2.5.3cvs4
9367
9368         * src/prefs_folder_item.c
9369                 Fine-tune layouts in folder item prefs. Suggested by
9370                 Fabien Vantard <fzzzzz@gmail.com>.
9371
9372 2006-10-04 [wwp]        2.5.3cvs3
9373
9374         * src/prefs_folder_item.c
9375                 Kill the clandestine passengers. You didn't see anything.
9376
9377 2006-10-04 [wwp]        2.5.3cvs2
9378
9379         * src/prefs_folder_item.c
9380                 Add a way to test the subject simplify regexp in
9381                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
9382                 w/ few layout changes.
9383
9384 2006-20-04 [paul]       2.5.3cvs1
9385
9386         * NEWS
9387         * README
9388         * configure.ac
9389                 Update version number following
9390                 stable release
9391
9392 2006-10-04 [colin]      2.5.2cvs42
9393
9394         * src/folder.c
9395         * src/folder.h
9396         * src/summaryview.c
9397                 Provide a way for folder classes to set their sort
9398                 type and key
9399
9400 2006-10-03 [colin]      2.5.2cvs41
9401
9402         * src/mh.c
9403                 Don't use strlen() to know if the
9404                 string's empty
9405
9406 2006-10-03 [colin]      2.5.2cvs40
9407
9408         * src/mh.c
9409                 Fix "check for new folders" with accentued folders
9410
9411 2006-10-03 [ticho]      2.5.2cvs39
9412
9413         * src/filtering.c
9414         * src/folder.c
9415         * src/inc.c
9416         * src/mbox.c
9417                 Colin's fix for "copy" filtering rules.
9418
9419 2006-10-02 [colin]      2.5.2cvs38
9420
9421         * src/folderview.c
9422                 Fix for double-click too
9423
9424 2006-10-02 [colin]      2.5.2cvs37
9425
9426         * src/folderview.c
9427                 correct fix for cvs36
9428
9429 2006-10-02 [colin]      2.5.2cvs36
9430
9431         * src/folderview.c
9432                 Fix 'goto next unread' after collapsing/expanding 
9433                 a node.
9434
9435 2006-10-02 [colin]      2.5.2cvs35
9436
9437         * src/summaryview.c
9438                 Fix double freeze/thaw
9439         * src/common/utils.c
9440         * src/common/utils.h
9441                 Reimplement strftime
9442         * src/procheader.c
9443                 Use it
9444
9445
9446 2006-10-02 [colin]      2.5.2cvs34
9447
9448         * src/mh.c
9449                 Time mh_write_sequences() - it's fast
9450         * src/summaryview.c
9451                 Init a variable to shut up gcc
9452
9453 2006-10-01 [colin]      2.5.2cvs33
9454
9455         * src/folder.c
9456         * src/mh.c
9457         * src/mh.h
9458         * src/msgcache.c
9459                 Add helper mh_set_mtime(), and set mtime to stat()'s result
9460                 Add fsync but disable it, it's slow as hell
9461
9462 2006-10-01 [colin]      2.5.2cvs32
9463
9464         * src/mh.c
9465         * src/msgcache.c
9466                 fflush() caches and mh_sequences before
9467                 fclose()ing
9468
9469 2006-10-01 [colin]      2.5.2cvs31
9470
9471         * src/msgcache.c
9472                 Don't ftruncate when not using mmap
9473
9474 2006-09-30 [colin]      2.5.2cvs30
9475
9476         * src/main.c
9477                 Write folder list *after* saving caches
9478
9479 2006-09-30 [colin]      2.5.2cvs29
9480
9481         * src/folder.c
9482         * src/mh.c
9483                 Debug forced mtime changes
9484
9485 2006-09-30 [colin]      2.5.2cvs28
9486
9487         * src/folder.c
9488         * src/main.c
9489                 Remove useless debug_print()s (code
9490                 well-tested)
9491
9492 2006-09-30 [colin]      2.5.2cvs27
9493
9494         * src/mh.c
9495                 Do stuff faster when writing mh_sequences
9496
9497 2006-09-30 [colin]      2.5.2cvs26
9498
9499         * src/mh.c
9500                 Don't let the writing of .mh_sequences, which
9501                 can change the folder's mtime, let us think
9502                 we need to scan.
9503
9504 2006-09-30 [colin]      2.5.2cvs25
9505
9506         * src/folder.c
9507                 Move a debug_print where it belongs 
9508                 (processing)
9509         * src/summaryview.c
9510                 Don't mess with a huge slow subject
9511                 table if we're not threading by
9512                 subject
9513
9514 2006-09-30 [colin]      2.5.2cvs24
9515
9516         * src/msgcache.c
9517                 Reenable mmaped reads (*not* writes!)
9518         * src/procmsg.c
9519                 Don't destroy and recreate hashtables just
9520                 for fun
9521         * src/common/utils.c
9522                 Remove useless reply prefixes (it's case
9523                 unsensitive)
9524
9525 2006-09-30 [wwp]        2.5.2cvs23
9526
9527         * tools/fix_date.sh
9528                 Fixed a minor bug in date value extraction, added a switch
9529                 to replace non RFC-compliant Date: value, added a switch
9530                 to use strict RFC matching patterns for dates.
9531
9532 2006-09-29 [colin]      2.5.2cvs22
9533
9534         * src/matcher_parser.h
9535         * src/matcher_parser_parse.y
9536         * src/prefs_filtering.c
9537         * src/statusbar.c
9538         * src/summary_search.c
9539         * src/summaryview.c
9540         * src/gtk/quicksearch.c
9541         * src/gtk/quicksearch.h
9542                 Optimise searches by setting different
9543                 refresh intervals (depending if the 
9544                 search is fast or not)
9545
9546 2006-09-29 [colin]      2.5.2cvs21
9547
9548         * src/codeconv.c
9549                 Optimise by reusing the last iconv converter
9550                 if possible
9551         * src/textview.c
9552                 Optimise a bit (the foldable quotes feature
9553                 still has an awful O(n^2) algo
9554
9555 2006-09-29 [colin]      2.5.2cvs20
9556
9557         * src/gtk/gtksctree.c
9558         * src/gtk/gtksctree.h
9559                 Optimise de-selection via up/down or
9560                 another key
9561
9562 2006-09-28 [colin]      2.5.2cvs19
9563
9564         * src/action.c
9565         * src/compose.c
9566         * src/folderview.c
9567         * src/mainwindow.c
9568         * src/messageview.c
9569         * src/summary_search.c
9570         * src/toolbar.c
9571                 Avoid using summaryview->ctree directly
9572
9573 2006-09-28 [colin]      2.5.2cvs18
9574
9575         * src/summaryview.c
9576         * src/summaryview.h
9577                 Add helpers to freeze/thaw/grab_focus
9578                 Factorize calls to freeze/thaw/grab_focus
9579                 
9580
9581 2006-09-28 [colin]      2.5.2cvs17
9582
9583         * src/main.c
9584                 More guards for the session management
9585
9586 2006-09-28 [colin]      2.5.2cvs16
9587
9588         * src/folderview.c
9589         * src/gtk/gtksctree.c
9590         * src/gtk/gtksctree.h
9591                 Make expanding not recursive in folderview
9592
9593 2006-09-28 [colin]      2.5.2cvs15
9594
9595         * src/addressbook.c
9596                 If nothing is selected in the list (right part)
9597                 and a group is selected in the tree (left part),
9598                 mail this group.
9599
9600 2006-09-28 [colin]      2.5.2cvs14
9601
9602         * src/Makefile.am
9603                 Actually use SM_LIBS
9604
9605 2006-09-28 [ticho]      2.5.2cvs13
9606
9607         * src/export.c
9608         * src/messageview.c
9609         * src/mimeview.c
9610         * src/news.c
9611         * src/pop.c
9612         * src/prefs_themes.c
9613         * src/procmsg.c
9614                 Small i18n string optimization.
9615         * src/send_message.c
9616         * src/summaryview.c
9617         * src/common/session.c
9618         * src/common/smtp.c
9619         * src/common/ssl_certificate.c
9620         * src/common/utils.c
9621                 Use "Couldn't" instead of "Can't" in UI messages,
9622                 where appropriate.
9623
9624 2006-09-28 [colin]      2.5.2cvs12
9625
9626         * configure.ac
9627                 Possibly fix link errors
9628
9629 2006-09-27 [wwp]        2.5.2cvs11
9630
9631         * src/gtk/authors.h
9632         * doc/man/sylpheed-claws.1
9633         * manual/ack.xml
9634         * manual/es/ack.xml
9635         * manual/fr/ack.xml
9636         * manual/pl/ack.xml
9637                 Updated authors info (me, myself and I).
9638
9639 2006-09-27 [colin]      2.5.2cvs10
9640
9641         * src/addressbook.c
9642                 Remove useless printf
9643
9644 2006-09-27 [wwp]        2.5.2cvs9
9645
9646         * src/editgroup.c
9647         * src/send_message.c
9648         * src/inc.c
9649         * src/prefs_common.c
9650         * src/prefs_common.h
9651         * src/gtk/progressdialog.c
9652                 remember more windows' sizes (send dialog, received dialog,
9653                 edit group in addressbook).
9654
9655 2006-09-27 [colin]      2.5.2cvs8
9656
9657         * configure.ac
9658         * src/main.c
9659         * src/mainwindow.h
9660                 Use libSM to communicate with the session
9661                 manager, so that we can know when the 
9662                 session ends, save our caches, and draft
9663                 our compose windows.
9664
9665 2006-09-27 [colin]      2.5.2cvs7
9666
9667         * src/addressbook.c
9668                 Fix issues:
9669                 o Allow Book and Group creation from the tree's
9670                   contextual menu
9671                 o Do not actually delete the contacts when 
9672                   deleting groups from the tree (duh!)
9673
9674 2006-09-27 [colin]      2.5.2cvs6
9675
9676         * src/compose.c
9677         * src/compose.h
9678         * src/mainwindow.c
9679         * src/textview.c
9680         * src/toolbar.c
9681                 o Allow passing an email address to 
9682                   compose_new_with_folderitem
9683                 o Update callers
9684                 o Use current folderitem when clicking
9685                   on a TextView mailto: link
9686                 o Fix a possible leak in TextView
9687
9688 2006-09-27 [colin]      2.5.2cvs5
9689
9690         * src/html.c
9691                 Use UTF-8 chars to replace HTML entities
9692
9693 2006-09-27 [colin]      2.5.2cvs4
9694
9695         * AUTHORS
9696         * src/prefs_account.c
9697         * src/gtk/authors.h
9698                 Fix bug #1024 (Array index out of
9699                 range in sylpheed-claws-2.5.2)
9700                 Patch by Ales Nosek <anosek@suse.cz>
9701
9702 2006-09-27 [colin]      2.5.2cvs3
9703
9704         * src/addr_compl.c
9705                 Actually do the test
9706
9707 2006-09-27 [colin]      2.5.2cvs2
9708
9709         * src/addr_compl.c
9710         * src/addr_compl.h
9711                 Allow completing with comma (in certain cases: vCalendar
9712                 for example doesn't support that)
9713                 Patch by Fabien Vantard
9714
9715 2006-09-26 [colin]      2.5.2cvs1
9716
9717         * src/Makefile.am
9718         * src/addr_compl.c
9719         * src/addr_compl.h
9720         * src/addrbook.c
9721         * src/addrbook.h
9722         * src/addressbook.c
9723         * src/addrindex.c
9724         * src/addrindex.h
9725         * src/compose.c
9726         * src/prefs_common.c
9727         * src/prefs_filtering_action.c
9728         * src/prefs_folder_item.c
9729         * src/prefs_template.c
9730         * src/stock_pixmap.c
9731         * src/stock_pixmap.h
9732         * src/pixmaps/addr_one.xpm
9733         * src/pixmaps/addr_two.xpm
9734                 Add auto-completion on groups
9735
9736 2006-09-26 [colin]      2.5.2
9737
9738         * NEWS
9739         * README
9740         * RELEASE_NOTES
9741                 2.5.2 released
9742
9743 2006-09-26 [colin]      2.5.1cvs5
9744
9745         * src/matcher.c
9746                 Fix condition
9747
9748 2006-09-26 [colin]      2.5.1cvs4
9749
9750         * src/mbox.c
9751                 Revert cvs1 (useless as the message is printed 
9752                 every 500 mails)
9753
9754 2006-09-26 [colin]      2.5.1cvs3
9755
9756         * src/partial_download.c
9757                 Fix crasher found by Alexsandar Urosevic
9758
9759 2006-09-26 [colin]      2.5.1cvs2
9760
9761         * src/summaryview.c
9762                 Fix bug #1023 (Sylpheed deletes too much messages)
9763
9764 2006-09-26 [ticho]      2.5.1cvs1
9765
9766         * src/mbox.c
9767                 Make use of gettext's multiple plurals for statusbar
9768                 progress message.
9769
9770 2006-09-25 [paul]       2.5.1
9771
9772         * NEWS
9773         * README
9774         * RELEASE_NOTES
9775                 2.5.1 released
9776
9777 2006-09-25 [colin]      2.5.0cvs3
9778
9779         * src/plugins/bogofilter/bogofilter.c
9780         * src/plugins/clamav/clamav_plugin.c
9781         * src/plugins/spamassassin/spamassassin.c
9782                 BogoFilter, Spamassassin: Fix double hook registering after
9783                 visiting preferences
9784                 Spamassassin, Clamav: Just set the mails to move instead of
9785                 doing the move - caller will move the things at once.
9786
9787 2006-09-25 [colin]      2.5.0cvs2
9788
9789         * src/imap.c
9790         * src/etpan/imap-thread.c
9791                 Use UID SEARCH ALL instead of UID 1:*
9792                 (braindead servers can't figure out that's
9793                 the same...)
9794
9795 2006-09-25 [wwp]        2.5.0cvs1
9796
9797         * src/message_search.c
9798                 Added the ability to stop a running search (in message body).
9799
9800 2006-09-25 [paul]       2.5.0
9801
9802         * NEWS
9803         * README
9804         * RELEASE_NOTES
9805                 2.5.0 released
9806
9807 2006-09-25 [paul]       2.4.0cvs214
9808
9809         * po/cs.po
9810         * po/de.po
9811         * po/fi.po
9812         * po/fr.po
9813         * po/nl.po
9814         * po/pt_BR.po
9815         * po/sk.po
9816         * po/sr.po
9817         * po/zh_CN.po
9818                 updated by Tim, Stephan Sachse, Flammie Pirinen,
9819                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
9820                 Ticho, Aleksander Urosevic, Ralgh Young
9821
9822 2006-09-24 [mones]      2.4.0cvs213
9823
9824         * po/es.po
9825                 Updated for release
9826
9827 2006-09-23 [colin]      2.4.0cvs212
9828
9829         * src/gtk/inputdialog.c
9830                 Fix [ ] remember this appearing in normal
9831                 input dialogs after it's been used by
9832                 mimeview.
9833         * src/folder.c
9834         * src/folderview.c
9835         * src/msgcache.c
9836         * src/procmsg.c
9837         * src/summaryview.c
9838         * src/textview.c
9839         * src/common/timing.h
9840                 Enable timings in debug mode and make it
9841                 look prettier.
9842
9843 2006-09-22 [colin]      2.4.0cvs211
9844
9845         * README
9846                 Revert test change
9847         * commitHelper
9848                 ping the correct URI
9849
9850 2006-09-22 [colin]      2.4.0cvs210
9851
9852         * README
9853                 Let's see if bug #1022 is fixed
9854
9855 2006-09-21 [colin]      2.4.0cvs209
9856
9857         * src/wizard.c
9858         * src/common/plugin.c
9859                 Prepare infra to load predefined plugins when
9860                 no configuration existed. Don't actually load
9861                 anything yet (feat. freeze)
9862
9863 2006-09-21 [wwp]        2.4.0cvs208
9864
9865         * manual/fr/faq.xml
9866                 Partial sync w/ 2.4.0cvs72:
9867                 wrap file and minor updates.
9868
9869 2006-09-21 [wwp]        2.4.0cvs207
9870
9871         * tools/fix_date.sh
9872                 several fixes and enhancements. A new --force switch has been
9873                 added to prevent overriding by default Date: header when
9874                 already existing.
9875
9876 2006-09-21 [paul]       2.4.0cvs206
9877
9878         * src/common/utils.c
9879                 add Chinese UTF8 Re prefix
9880
9881 2006-09-21 [wwp]        2.4.0cvs205
9882
9883         * tools/Makefile.am
9884                 Fics alfabettical order.
9885
9886 2006-09-21 [wwp]        2.4.0cvs204
9887
9888         * tools/fix_date.sh
9889         * tools/Makefile.am
9890                 Added an action tool to fix missing Date field in emails.
9891                 Updated Makefile.am to reflect those last two additions.
9892
9893 2006-09-21 [wwp]        2.4.0cvs203
9894
9895         * tools/uuooffice
9896                 Added a action tool to open uuencoded docs w/
9897                 OpenOffice (based on uudec method).
9898
9899 2006-09-21 [colin]      2.4.0cvs202
9900
9901         * src/compose.c
9902         * src/textview.c
9903                 Workaround possible GTK crash: remove selection 
9904                 clipboard before destroying widget, or GTK+-2.10
9905                 dies. Thanks to Hiro.
9906
9907 2006-09-20 [colin]      2.4.0cvs201
9908
9909         * src/compose.c
9910                 Fix free-after-use in some cases (when 
9911                 procmime_encode_content() frees mimeinfo->data.mem
9912                 and turns it to a temp file)
9913
9914 2006-09-20 [colin]      2.4.0cvs200
9915
9916         * src/folderview.c
9917         * src/summaryview.c
9918         * src/gtk/gtksctree.c
9919         * src/gtk/gtksctree.h
9920                 Add tooltips in the folderview and summaryview
9921                 (Doesn't break string freeze as they already
9922                 exist)
9923         * src/toolbar.c
9924                 Put the spam button in the default configuration
9925                 if compiled with bogo plugin too
9926
9927 2006-09-19 [colin]      2.4.0cvs199
9928
9929         * src/summaryview.c
9930         * src/summaryview.h
9931                 Update folder name label on folder rename
9932         * src/prefs_matcher.c
9933         * src/gtk/logwindow.h
9934                 Fix warnings
9935                 Patches by Fabien
9936
9937 2006-09-19 [wwp]        2.4.0cvs198
9938
9939         * src/summary_search.c
9940                 fix can't click forward/backward buttons in the
9941                 search messages.
9942
9943 2006-09-18 [paul]       2.4.0cvs197
9944
9945         * src/wizard.c
9946                 add missing bracket, capitalise the A of
9947                 'SpamAssassin'
9948
9949 2006-09-18 [paul]       2.4.0cvs196
9950
9951         * src/compose.c
9952                 fix bug 1012 'crashed upon sending mail
9953                 from compose window'
9954                 Thanks to Colin
9955
9956 2006-09-16 [colin]      2.4.0cvs195
9957
9958         * src/folderview.c
9959                 Fix "real-time" sorting by freezing/thawing
9960
9961 2006-09-16 [colin]      2.4.0cvs194
9962
9963         * manual/faq.xml
9964                 Fix the anti-spam entry a bit
9965
9966 2006-09-16 [colin]      2.4.0cvs193
9967
9968         * src/wizard.c
9969                 Make sure reviewers have no excuse when stating
9970                 Sylpheed-Claws doesn't have antispam capabilities.
9971
9972 2006-09-16 [colin]      2.4.0cvs192
9973
9974         * src/main.c
9975                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
9976                 as if the SIGPIPE comes from etpan's thread we could
9977                 trigger a GUI update from this thread.
9978
9979 2006-09-16 [colin]      2.4.0cvs191
9980
9981         * src/summaryview.c
9982                 Init all members of the struct
9983
9984 2006-09-16 [paul]       2.4.0cvs190
9985
9986         * src/account.c
9987                 improvements to the English
9988
9989 2006-09-15 [colin]      2.4.0cvs189
9990
9991         * src/summaryview.c
9992                 HIG order on dialog
9993
9994 2006-09-14 [colin]      2.4.0cvs188
9995
9996         * src/common/socket.c
9997         * src/common/socket.h
9998         * src/common/ssl.c
9999         * src/common/ssl_certificate.c
10000         * src/common/ssl_certificate.h
10001         * src/etpan/imap-thread.c
10002                 the get_fqdn() call done to get canonical name when
10003                 checking an SSL certificate is blocking, which is
10004                 sad as we just did a non-blocking lookup to connect.
10005                 Fix that by letting the fqdn available to the SockInfo,
10006                 and use that in ssl_certificate_check(). For IMAP,
10007                 we don't do it as the lookup's done by libetpan, but
10008                 it's less annoying as IMAP connections as much more
10009                 rare than POP3 connections.
10010
10011 2006-09-14 [paul]       2.4.0cvs187
10012
10013         * manual/advanced.xml
10014                 improvements to the English,
10015                 properly place the new hidden options
10016                 within the alphabetical order
10017         * src/gtk/pluginwindow.c
10018                 improvements to the English
10019
10020 2006-09-14 [colin]      2.4.0cvs186
10021
10022         * src/prefs_common.c
10023         * src/prefs_common.h
10024         * src/gtk/gtksctree.c
10025         * manual/advanced.xml
10026                 New hidden pref, stripes_color_offset, to change
10027                 the value added/substracted to normal bgcolor to
10028                 create the stripes in summaries
10029
10030 2006-09-13 [colin]      2.4.0cvs185
10031
10032         * src/gedit-print.c
10033         * src/messageview.c
10034         * src/messageview.h
10035         * src/summaryview.c
10036         * src/textview.c
10037                 Fix misc. printing issues: 
10038                 - Bad font for linkified headers
10039                 - Different font if the mail was displayed or not
10040                 - Factorize the thing
10041
10042 2006-09-13 [colin]      2.4.0cvs184
10043
10044         * src/common/ssl_certificate.c
10045                 Only get FQDN once when checking certificate
10046
10047 2006-09-13 [colin]      2.4.0cvs183
10048
10049         * src/account.c
10050         * src/gtk/pluginwindow.c
10051                 Misc. GUI fixes by Fabien
10052
10053 2006-09-13 [wwp]        2.4.0cvs182
10054
10055         * configure.ac
10056         * src/common/utils.h
10057         * src/common/utils.c
10058                 get rid of unused wide-char functions.
10059
10060 2006-09-13 [wwp]        2.4.0cvs181
10061
10062         * src/plugins/pgpinline/sylpheed.def
10063         * src/textview.c
10064                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
10065                 add privacy_reset_error to the .def file,
10066                 do not fork for an external textviewer.
10067
10068 2006-09-13 [wwp]        2.4.0cvs180
10069
10070         * src/prefs_common.c
10071                 fix broken font entry in prefs (patch issued by the gpg4win team,
10072                 probably by Marcus Brinkmann <marcus@g10code.de>).
10073
10074 2006-09-13 [colin]      2.4.0cvs179
10075
10076         * src/folder.h
10077                 Fix a warning in summaryview.c
10078         * src/mainwindow.c
10079         * src/summaryview.c
10080         * src/summaryview.h
10081                 Add missing Mark/* elements in the
10082                 main menu
10083
10084 2006-09-12 [colin]      2.4.0cvs178
10085
10086         * src/prefs_actions.c
10087         * src/prefs_filtering_action.c
10088         * src/prefs_matcher.c
10089                 Use (New) instead of New everywhere
10090
10091 2006-09-12 [wwp]        2.4.0cvs177
10092
10093         * manual/fr/addrbook.xml
10094         * manual/fr/handling.xml
10095                 updated some quotes in the fr manual to match the fr translation.
10096
10097 2006-09-12 [wwp]        2.4.0cvs176
10098
10099         * src/prefs_matcher.c
10100                 don't store translated string elements in matcher expressions.
10101                 Also fixed a misused of Q_().
10102
10103 2006-09-11 [wwp]        2.4.0cvs175
10104
10105         * src/plugins//bogofilter/bogofilter.c
10106         * src/plugins//clamav/clamav_plugin.c
10107         * src/plugins//demo/demo.c
10108         * src/plugins//dillo_viewer/dillo_viewer.c
10109         * src/plugins//pgpcore/plugin.c
10110         * src/plugins//pgpinline/plugin.c
10111         * src/plugins//pgpmime/plugin.c
10112         * src/plugins//spamassassin/spamassassin.c
10113                 gettext-ize more strings (mostly plugin error messages).
10114
10115 2006-09-11 [colin]      2.4.0cvs174
10116
10117         * src/alertpanel.c
10118                 Make maximum buffer size bigger to avoid
10119                 truncating translated messages. Patch by
10120                 Fabien
10121
10122 2006-09-11 [colin]      2.4.0cvs173
10123
10124         * src/etpan/imap-thread.c
10125                 Fix compilation on OpenBSD, thanks to 
10126                 Landry
10127
10128 2006-09-10 [wwp]        2.4.0cvs172
10129
10130         * manual/account.xml
10131         * manual/addrbook.xml
10132         * manual/handling.xml
10133         * manual/es/handling.xml
10134         * manual/fr/account.xml
10135         * manual/fr/addrbook.xml
10136         * manual/fr/handling.xml
10137                 documented addressbook matching (condition configuration):
10138                   addrbook.xml, en fr
10139                 documented per-account filtering rules (handling/filtering
10140                   section, account section):
10141                   account.xml, handling.xml, en fr
10142                 slightly updated the handling/searching section to tell few
10143                   words about the extended search ability:
10144                   handling.xml, en fr
10145                 added missing <quote></quotes> to Quick Search:
10146                   handling.xml, en fr es
10147                 fixed a typo (auomatically):
10148                   handling.xml, en
10149                 changes revisited by Paul.
10150
10151 2006-09-10 [paul]       2.4.0cvs171
10152
10153         * src/prefs_actions.c
10154         * src/prefs_filtering.c
10155         * src/prefs_template.c
10156                 adjustments to the gui
10157                 Patch by Fabien Vantard (slightly modified)
10158
10159 2006-09-10 [colin]      2.4.0cvs170
10160
10161         * src/summaryview.c
10162                 Check folderitem/summaryview consistency
10163                 (basically automates Update summary). Fixes
10164                 #1011 (wrong (negative) count on unread 
10165                 messages)
10166
10167 2006-09-10 [colin]      2.4.0cvs169
10168
10169         * src/gtk/gtksctree.c
10170                 Fix recursive expansion via mouse
10171         * src/plugins/bogofilter/bogofilter.c
10172                 Use normal filtering way of moving
10173                 messages (batching), possibly fixing
10174                 bug #1015 (Bogofilter plugin doubles 
10175                 new messages)
10176
10177 2006-09-09 [wwp]        2.4.0cvs168
10178
10179         * src/prefs_filtering.c
10180                 better place for this fix.
10181
10182 2006-09-09 [wwp]        2.4.0cvs167
10183
10184         * src/prefs_filtering.c
10185                 fix a minor bug when the enabled status of a filtering/processing
10186                 rule always got set to TRUE when replacing this rule. That still
10187                 make sense when adding a new rule, but now when replacing, we
10188                 don't override the value of 'enabled'.
10189                 Also renamed the func prefs_filtering_list_view_get_rule_name()
10190                 to prefs_filtering_list_view_get_info() as this function not only
10191                 returns the name, but also the account_id and the enabled status.
10192
10193 2006-09-09 [mones]      2.4.0cvs166
10194
10195         * manual/glossary.xml
10196         * manual/plugins.xml
10197                 Minor format corrections
10198         * manual/gpl.xml
10199                 Fix misplaced NO WARRANTY section
10200         * manual/es/advanced.xml
10201         * manual/es/faq.xml
10202         * manual/es/glossary.xml
10203         * manual/es/gpl.xml
10204         * manual/es/handling.xml
10205         * manual/es/plugins.xml
10206         * manual/es/starting.xml
10207                 Incorporate changes from English version
10208         * manual/fr/ack.xml
10209         * manual/pl/ack.xml
10210         * manual/es/ack.xml
10211                 Fix address, (add translation credits in es version)
10212         * po/es.po
10213                 Updated translation
10214
10215 2006-09-09 [wwp]        2.4.0cvs165
10216
10217         * src/prefs_filtering.c
10218                 fix a crash when opening filtering prefs, if matcherrc file contains
10219                 broken data (non-existing account id, which is theoretically not
10220                 possible).
10221
10222 2006-09-08 [colin]      2.4.0cvs164
10223
10224         * src/folder.c
10225                 Wrong assert, make it an if()
10226         * src/gtk/gtksctree.c
10227                 Fix bug #1013 (expand selected thread 
10228                 tree) - expanding is now recursive
10229
10230 2006-09-07 [wwp]        2.4.0cvs163
10231
10232         * src/prefs_matcher.c
10233                 make better sentences about addressbook matching in the
10234                 matcher prefs. This should make translators' work easier
10235                 too.
10236
10237 2006-09-07 [wwp]        2.4.0cvs162
10238
10239         * src/prefs_filtering.c
10240                 code simplification (get rid of dup var. assignment).
10241
10242 2006-09-07 [wwp]        2.4.0cvs161
10243
10244         * src/summaryview.c
10245                 use GTK_STOCK icons when possible, patch by Fabien Vantard
10246                 <fzzzzz@gmail.com>.
10247
10248 2006-09-07 [paul]       2.4.0cvs160
10249
10250         * src/mimeview.c
10251                 fix compilation warnings
10252                 Thanks to Colin
10253
10254 2006-09-07 [paul]       2.4.0cvs159
10255
10256         * src/mimeview.c
10257                 select the mimepart icon when
10258                 displaying as text
10259                 Thanks to Colin
10260
10261 2006-09-06 [paul]       2.4.0cvs158
10262
10263         * src/prefs_filtering.c
10264                 fix labels and table element spacing
10265                 Patch by Fabien Vantard
10266
10267 2006-09-06 [paul]
10268
10269         2.5.0-rc3 released
10270
10271 2006-09-06 [paul]       2.4.0cvs157
10272
10273         * manual/es/advanced.xml
10274                 fix typo
10275
10276 2006-09-06 [wwp]        2.4.0cvs156
10277
10278         * src/mainwindow.c
10279                 fix an dup launch issue when iconified, thanks to Colin.
10280
10281 2006-09-06 [wwp]        2.4.0cvs155
10282
10283         * src/gtk//gtksctree.h
10284                 oops, forgot that one!
10285
10286 2006-09-06 [wwp]        2.4.0cvs154
10287
10288         * manual/pl/advanced.xml
10289         * manual/advanced.xml
10290         * manual/es/advanced.xml
10291         * manual/fr/advanced.xml
10292         * src/prefs_customheader.c
10293         * src/prefs_filtering_action.c
10294         * src/foldersel.c
10295         * src/prefs_summaries.c
10296         * src/prefs_filtering.c
10297         * src/account.c
10298         * src/compose.c
10299         * src/prefs_summary_column.c
10300         * src/addr_compl.c
10301         * src/prefs_actions.c
10302         * src/prefs_folder_column.c
10303         * src/ssl_manager.c
10304         * src/prefs_template.c
10305         * src/prefs_display_header.c
10306         * src/prefs_common.h
10307         * src/prefs_matcher.c
10308         * src/prefs_common.c
10309         * src/prefs_toolbar.c
10310         * src/summaryview.c
10311         * src/folderview.c
10312         * src/gtk/gtksctree.c
10313         * src/gtk/pluginwindow.c
10314         * src/gtk/progressdialog.c
10315         * src/gtk/prefswindow.c
10316                 renamed hidden option enable_rules_hint to use_stripes_everywhere
10317                 to make its meaning more obvious (all versions of the manual reflect
10318                 the change).
10319                 added an extra hidden option use_stripes_in_summary to allow
10320                 discarding these stripes in mainwindow's folder and message lists;
10321                 en and fr manuals only are OK towards this.
10322
10323 2006-09-06 [colin]      2.4.0cvs153
10324
10325         * src/textview.c
10326                 Hide Sylpheed-Claws' internal queue headers
10327                 when showing all headers. They'll be present
10328                 only in Source window.
10329
10330 2006-09-05 [colin]      2.4.0cvs152
10331
10332         * src/plugins/trayicon/trayicon.c
10333                 Fix crash at exit - we have to disconnect
10334                 our handlers
10335         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
10336                 Update eggtrayicon - patch adapted from a
10337                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
10338                 on Sylpheed's ML
10339
10340 2006-09-05 [colin]      2.4.0cvs151
10341
10342         * src/mainwindow.c
10343         * src/gtk/logwindow.c
10344                 Fix race condition when something writes
10345                 to the log too soon during init. Thanks
10346                 to Fabien Vantard
10347
10348 2006-09-05 [colin]      2.4.0cvs150
10349
10350         * src/mimeview.c
10351                 Don't select part on right-click either
10352
10353 2006-09-05 [paul]       2.4.0cvs149
10354
10355         * src/mimeview.c
10356                 completion of previous commit
10357                 Thanks to Colin
10358
10359 2006-09-05 [colin]      2.4.0cvs148
10360
10361         * src/mimeview.c
10362                 Don't force selection on middle-click, just open
10363
10364 2006-09-04 [colin]      2.4.0cvs147
10365
10366         * src/mimeview.c
10367                 Looks like gtk_notebook_set_current_page()
10368                 sometimes steals focus, and this annoys us
10369                 in MimeViewers as it renders navigation
10370                 keys useless. Take back focus after switching
10371                 pages.
10372
10373 2006-09-04 [colin]      2.4.0cvs146
10374
10375         * src/messageview.c
10376                 Set stop_loading when clicking on Next
10377                 during load. Don't add a callback to 
10378                 avoid over-complicating things.
10379
10380 2006-09-04 [colin]      2.4.0cvs145
10381
10382         * src/mimeview.c
10383         * src/messageview.c
10384                 Fix multiple loads in separate messageview
10385
10386 2006-09-04 [colin]      2.4.0cvs144
10387
10388         * src/summaryview.c
10389                 Let navigation keys be handled during 
10390                 load
10391
10392 2006-09-04 [colin]      2.4.0cvs143
10393
10394         * src/messageview.c
10395         * src/summaryview.c
10396         * src/textview.c
10397         * src/textview.h
10398                 Make loading of huge mails (lots of text and/or
10399                 images) cancellable, so the GUI doesn't block 
10400
10401 2006-09-04 [colin]      2.4.0cvs142
10402
10403         * src/plugins/trayicon/trayicon.c
10404                 Fix annoyance when removing a folder with 
10405                 unread mails: trayicon didn't update
10406
10407 2006-09-04 [paul]       2.4.0cvs141
10408
10409         * src/gtk/icon_legend.c
10410                 straighten up columns
10411                 Patch by Fabien Vantard
10412
10413 2006-09-04 [wwp]        2.4.0cvs140
10414
10415         * src/prefs_filtering.c
10416                 fix new line's account name in filtering prefs:
10417                 was "All", is now "(New)".
10418
10419 2006-09-04 [paul]       2.4.0cvs139
10420
10421         * tools/make.themes.project
10422                 use "AUTOMAKE_OPTIONS = dist-bzip2"
10423                 instead of homebrewed "make release"
10424
10425 2006-09-03 [colin]      2.4.0cvs138
10426
10427         * src/folderview.c
10428                 Fix bug #1007 (Wrong folder highlighted)
10429
10430 2006-09-03 [colin]      2.4.0cvs137
10431
10432         * src/compose.c
10433                 Don't set Newsgroup: header to a mail folder
10434                 path
10435
10436 2006-09-03 [paul]       2.4.0cvs136
10437
10438         * src/prefs_other.c
10439         * src/prefs_spelling.c
10440                 unify the gui
10441
10442 2006-09-03 [paul]       2.4.0cvs135
10443
10444         * src/prefs_summaries.c
10445                 correct menu item text in prefs_keybind_apply_clicked()
10446
10447 2006-09-03 [paul]       2.4.0cvs134
10448
10449         * manual/advanced.xml
10450                 some improvements to the descriptions
10451         * src/mainwindow.c
10452         * src/messageview.c
10453         * src/summaryview.c
10454         * src/gtk/menu.c
10455                 fix menu sensitivity issues
10456         * src/prefs_message.c
10457                 drop the useless word 'short'
10458         * src/prefs_other.c
10459                 add the word 'lines' indicating log length
10460                 is a measure of lines
10461         * src/textview.c
10462                 fix compilation warnings
10463
10464 2006-09-02 [colin]      2.4.0cvs133
10465
10466         * src/messageview.c
10467                 Display a special return-receipt message
10468                 if the message is from the user
10469         * src/summaryview.c
10470                 Fix missing freeze of the list when marking
10471                 all read and unthreading for exec. Thanks
10472                 to Stephan Sachse.
10473
10474 2006-09-02 [paul]       2.4.0cvs132
10475
10476         * src/mainwindow.c
10477         * src/prefs_message.c
10478         * src/summaryview.c
10479                 fix some english
10480
10481 2006-09-02 [wwp]        2.4.0cvs131
10482
10483         * src/prefs_filtering.c
10484                 added an account name column to the filtering rules
10485                 dialog.
10486
10487 2006-09-02 [colin]      2.4.0cvs130
10488
10489         * src/gtk/logwindow.c
10490         * src/gtk/logwindow.h
10491                 Block scrolling if we're not at the end
10492                 of the log
10493
10494 2006-09-02 [colin]      2.4.0cvs129
10495
10496         * src/folder.c
10497                 Make sure account-specific rules can't
10498                 be used in {pre-,post-,}processing
10499         * src/mainwindow.c
10500         * src/gtk/logwindow.c
10501         * src/gtk/logwindow.h
10502                 Jump to last error when clicking on the
10503                 warning icon
10504
10505 2006-09-02 [colin]      2.4.0cvs128
10506
10507         * src/imap.c
10508         * src/import.c
10509         * src/mainwindow.c
10510         * src/mainwindow.h
10511                 Fix warning icon
10512         * src/inc.c
10513         * src/mbox.c
10514         * src/mbox.h
10515                 Let proc_mbox know its account, for
10516                 account-specific rules
10517
10518 2006-09-01 [colin]      2.4.0cvs127
10519
10520         * src/codeconv.c
10521                 Don't uselessly use iconv to convert from
10522                 us-ascii
10523         * src/alertpanel.c
10524         * src/mainwindow.c
10525         * src/mainwindow.h
10526         * src/inc.c
10527                 Fix certain log cases, disable warning icon
10528                 for now, the correct way to display it when
10529                 necessary and only when necessary is probably
10530                 to do it manually rather than use error logs
10531         * src/etpan/imap-thread.c
10532                 Clean up UID logging a bit
10533         * src/gtk/logwindow.c
10534         * src/gtk/logwindow.h
10535                 Make logging faster when the window's closed
10536
10537 2006-09-01 [wwp]        2.4.0cvs126
10538
10539         * manual/fr/account.xml
10540                 reflect changes to the ref. manual (parts of cvs72):
10541                 fix tabnames and quotes.
10542
10543 2006-09-01 [wwp]        2.4.0cvs125
10544
10545         * manual/fr/plugins.xml
10546                 reflect changes to the reference manual (cvs42):
10547                 update IRC channel info.
10548
10549 2006-09-01 [wwp]        2.4.0cvs124
10550
10551         * commitHelper
10552                 use CVSEDITOR env. var. if set, according to `man cvs`.
10553
10554 2006-09-01 [wwp]        2.4.0cvs123
10555
10556         * manual/advanced.xml
10557                 better sentence again (thanks to Paul).
10558
10559 2006-09-01 [wwp]        2.4.0cvs122
10560
10561         * manual/advanced.xml
10562         fix definition of toolbar_detachable and rework a bit the one of
10563         enable_dotted_lines.
10564
10565 2006-09-01 [mones]      2.4.0cvs121
10566
10567         * manual/advanced.xml
10568                 Document enable_dotted_lines
10569
10570 2006-09-01 [paul]       2.4.0cvs120
10571
10572         * src/folderview.c
10573         * src/folderview.h
10574         * src/imap.c
10575         * src/mainwindow.c
10576         * src/summaryview.c
10577                 obey the 'When entering folder...' option
10578                 when using the /View/Go to/... menu items
10579                 Thanks to Colin
10580
10581 2006-08-31 [colin]      2.4.0cvs119
10582
10583         * src/folderview.c
10584                 Revert 2.4.0cvs116, wrong fix.
10585
10586 2006-08-31 [colin]      2.4.0cvs118
10587
10588         * src/gtk/gtksctree.c
10589                 Better state the various copyrights
10590
10591 2006-08-31 [colin]      2.4.0cvs117
10592
10593         * src/prefs_common.c
10594                 fix enable_dotted_lines
10595
10596 2006-08-31 [colin]      2.4.0cvs116
10597
10598         * src/folderview.c
10599                 Use pref "Always open on select" when going
10600                 to next unread folder
10601         * src/gtk/gtksctree.c
10602                 Fix link failure to _gtk_clist_create_cell_layout
10603                 on certain computers. (Why not mine, I wonder)
10604
10605 2006-08-31 [colin]      2.4.0cvs115
10606
10607         * src/procmsg.c
10608         * src/textview.c
10609         * src/plugins/bogofilter/bogofilter.c
10610         * src/plugins/spamassassin/spamassassin.c
10611                 Requalify some "errors" to warnings
10612         * src/mainwindow.c
10613         * src/mainwindow.h
10614         * src/statusbar.c
10615                 Add an icon in the statusbar to notify
10616                 of errors
10617         * src/gtk/gtksctree.c
10618         * src/folderview.c
10619         * src/summaryview.c
10620                 Make the GtkSCTree look more modern by
10621                 alternating background lines
10622         * src/prefs_common.c
10623         * src/prefs_common.h
10624                 Add a pref to let people have the old
10625                 way if they prefer
10626
10627
10628 2006-08-30 [colin]      2.4.0cvs114
10629
10630         * src/procmsg.c
10631         * src/procmsg.h
10632                 Provide a way to filter a list of
10633                 messages in an optimised manner, and
10634                 add a list-filtering hook
10635         * src/folder.c
10636         * src/inc.c
10637         * src/mbox.c
10638                 Use the list filtering
10639         * src/plugins/bogofilter/bogofilter.c
10640                 Use the list-filtering hook
10641                 Use -b (bulk) mode for more speed
10642                 when learning and filtering
10643         * src/etpan/imap-thread.c
10644                 Make log output shorter in UID SEARCH
10645
10646
10647 2006-08-30 [colin]      2.4.0cvs113
10648
10649         * src/plugins/bogofilter/bogofilter.c
10650                 Really fast mass learning - thanks to David
10651                 Relson for the options explanations :)
10652
10653 2006-08-30 [colin]      2.4.0cvs112
10654
10655         * src/msgcache.c
10656                 Fix compilation on FreeBSD. Thanks
10657                 to Michael Hugues
10658
10659 2006-08-29 [colin]      2.4.0cvs111
10660
10661         * src/folderview.c
10662                 Handle "popup_menu" signal (for popping the 
10663                 menu via the keyboard)
10664         * src/mimeview.c
10665         * src/mimeview.h
10666         * src/summaryview.c
10667         * src/textview.c
10668         * src/gtk/gtkutils.c
10669         * src/gtk/gtkutils.h
10670                 Factorize scrolling code, and add an API 
10671                 for MimeViewers to handle scroll orders
10672
10673 2006-08-29 [wwp]        2.4.0cvs110
10674
10675         * src/plugins//bogofilter/bogofilter.c
10676         * src/plugins//spamassassin/spamassassin.c
10677                 make the bogofilter/spamassassin filtering error dialogs at
10678         incorporation obey to the "don't popup error dialog on
10679         receive error" option. If disabled, feed the log window w/
10680         the error message.
10681
10682 2006-08-29 [paul]
10683
10684         2.5.0-rc2 released
10685
10686 2006-08-29 [paul]       2.4.0cvs109
10687
10688         * Makefile.am
10689                 remove 'make release', it's not needed
10690                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
10691
10692 2006-08-29 [paul]       2.4.0cvs108
10693
10694         * src/foldersel.c
10695         * src/summary_search.c
10696         * src/gtk/progressdialog.c
10697         * src/plugins/pgpcore/passphrase.c
10698                 replace deprecated gtk_window_set_policy()
10699
10700 2006-08-29 [colin]      2.4.0cvs107
10701
10702         * src/folder.c
10703                 Fix data loss when copy fails during a move:
10704                 only use fast remove_msgs if everything was
10705                 copied OK; else use slow remove_msg on the
10706                 mails that got copied only.
10707
10708 2006-08-28 [paul]       2.4.0cvs106
10709
10710         * src/mh.c
10711                 revert change in 2.4.0cvs104, it breaks
10712                 stuff
10713
10714 2006-08-28 [paul]       2.4.0cvs105
10715
10716         * src/plugins/spamassassin/spamassassin.c
10717                 english fix
10718
10719 2006-08-28 [paul]       2.4.0cvs104
10720
10721         * src/mh.c
10722                 fix data loss when moving to another
10723                 mailbox fails
10724         * src/prefs_spelling.c
10725                 improve the english
10726         * src/gtk/pluginwindow.c
10727                 improve the layout of the dialog text
10728         All thanks to Colin
10729
10730 2006-08-28 [paul]       2.4.0cvs103
10731
10732         * src/plugins/bogofilter/bogofilter.c
10733         * src/plugins/bogofilter/bogofilter_gtk.c
10734                 fix english up a bit, innit
10735
10736 2006-08-28 [paul]       2.4.0cvs102
10737
10738         * configure.ac
10739         * po/Makefile.in.in
10740         * po/Makevars
10741                 require autoconf 2.60, enabling building
10742                 with gettext 0.15 (gettext 0.14.x build still
10743                 possible). Replace Makefiles with versions
10744                 from gettext 0.15.
10745                 Remove configure options --with-localedir and
10746                 --with-mandir. The options that are provided
10747                 directly by autoconf 2.60 can be used instead:
10748                 --mandir --localedir
10749
10750 2006-08-27 [colin]      2.4.0cvs101
10751
10752         * src/plugins/bogofilter/Makefile.am
10753                 Fix make dist (no README)
10754
10755 2006-08-27 [colin]      2.4.0cvs100
10756
10757         * src/folder.c
10758                 Don't use F_UNKNOWN folders for any default
10759                 outbox/trash/etc
10760         * src/plugins/bogofilter/bogofilter.c
10761         * src/plugins/bogofilter/bogofilter.h
10762         * src/plugins/bogofilter/bogofilter_gtk.c
10763                 Add an option to specify the path to bogofilter
10764                 Use single-quotes to be able to learn in folders
10765                 with spaces in their names
10766                 Verify learning status
10767
10768 2006-08-27 [colin]      2.4.0cvs99
10769
10770         * manual/faq.xml
10771         * manual/plugins.xml
10772                 Document Bogofilter plugin
10773
10774 2006-08-27 [colin]      2.4.0cvs98
10775
10776         * src/compose.c
10777         * src/messageview.c
10778         * src/procmsg.c
10779         * src/procmsg.h
10780                 When possible, copy the queued mail to sent folder
10781                 instead of re-adding. Much faster on IMAP.
10782
10783 2006-08-27 [colin]      2.4.0cvs97
10784
10785         * src/msgcache.c
10786                 Disable mmaped caches - huge metadata loss
10787                 here after a power failure.
10788         * src/summaryview.c
10789                 Add quicksearch timing
10790         * src/common/plugin.c
10791         * src/common/plugin.h
10792                 Implement an interface to tell what plugins
10793                 provide. Prevent loading of similar plugins.
10794         * src/plugins/clamav/clamav_plugin.c
10795         * src/plugins/demo/demo.c
10796         * src/plugins/dillo_viewer/dillo_viewer.c
10797         * src/plugins/pgpcore/plugin.c
10798         * src/plugins/pgpinline/pgpinline.c
10799         * src/plugins/pgpmime/pgpmime.c
10800         * src/plugins/spamassassin/spamassassin.c
10801         * src/plugins/trayicon/trayicon.c
10802                 Implement plugin_provides()
10803
10804 2006-08-27 [colin]      2.4.0cvs96
10805
10806         * configure.ac
10807         * src/plugins/Makefile.am
10808         * src/plugins/bogofilter/.cvsignore
10809         * src/plugins/bogofilter/Makefile.am
10810         * src/plugins/bogofilter/bogofilter.c
10811         * src/plugins/bogofilter/bogofilter.h
10812         * src/plugins/bogofilter/bogofilter_gtk.c
10813                 New Bogofilter plugin, provides filtering and
10814                 learning. Spamassassin will go to extra plugins.
10815
10816 2006-08-26 [mones]      2.4.0cvs95
10817
10818         * manual/handling.xml
10819                 Fix subfolder path in the example (thanks to Paul) 
10820
10821 2006-08-26 [mones]      2.4.0cvs94
10822
10823         * manual/glossary.xml
10824                 2.2. + add ISP to the glossary
10825                 7.5. + Add UIDL to glossary
10826                 7.7. + Add TCP to glossary
10827         * manual/handling.xml
10828                 7.1. + Mentions GNU/Linux distribution, what about the non...
10829                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
10830                 7.3. + Mentions .bashrc, what about the non-bash ones? 
10831                 7.4. = Use appropriate quotation for commands
10832                 7.6. = change "" to <quote></quote>
10833         * manual/plugins.xml
10834                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
10835         * manual/starting.xml
10836                 2.1. + local mbox file: some examples of mbox file locations...
10837                 Also reformatted files requiring it
10838
10839 2006-08-26 [wwp]        2.4.0cvs93
10840
10841         * src/summary_search.c
10842                 disable find buttons while summary search is running.
10843
10844 2006-08-25 [colin]      2.4.0cvs92
10845
10846         * src/folder.c
10847         * src/folderutils.c
10848         * src/mh.c
10849         * src/procmsg.h
10850         * src/summaryview.c
10851                 Speed up MH moving, and add progressbar
10852                 for MH deletion
10853         * src/msgcache.c
10854                 Write cache files using mmap() too
10855
10856 2006-08-25 [wwp]        2.4.0cvs91
10857
10858         * src/summaryview.c
10859                 switch spam<->ham button when a message has been marked as spam or ham
10860                 and is still selected. Thanks to Colin.
10861
10862 2006-08-25 [paul]       2.4.0cvs90
10863
10864         * src/Makefile.am
10865         * src/stock_pixmap.c
10866         * src/stock_pixmap.h
10867         * src/summaryview.c
10868         * src/gtk/icon_legend.c
10869         * src/pixmaps/copied.xpm
10870         * src/pixmaps/moved.xpm
10871                 add icons for delayed execution marked for
10872                 copying, marked for moving
10873
10874 2006-08-25 [mones]      2.4.0cvs89
10875
10876         * manual/glossary.xml
10877                 Fix the other glossary items:
10878                 5.1. = Inmmediate execution -> <quote>immediate execution...
10879                 5.2. = Fix MBOX capitalization -> Mbox
10880                 5.3. + Improve Plugins def. w/ tech. ref.
10881                 5.4. = Quotation -> replace '>' by <quote>></quote>
10882                 5.5. - SMTP Server. -> remove dot
10883         * po/es.po
10884                 Updated translation
10885
10886 2006-08-25 [mones]      2.4.0cvs88
10887
10888         * manual/ack.xml
10889                 Reformatted, changed email address
10890         * manual/glossary.xml
10891                 Reformatted, fixed MANUAL-TODO items:
10892                 8.2. + add ROT-13 to glossary
10893                 8.4. + add URL to glossary
10894         * manual/es/advanced.xml
10895                 Fixed <literal>s
10896
10897 2006-08-25 [paul]       2.4.0cvs87
10898
10899         * src/gtk/icon_legend.c
10900                 add 'marked for deletion' icon
10901                 arrange icons by containing column
10902                 wrap long label text
10903
10904 2006-08-25 [colin]      2.4.0cvs86
10905
10906         * src/common/utils.c
10907         * src/common/utils.h
10908                 Add the sc_g_*list_bigger functions in
10909                 a place everyone can use it
10910         * src/summaryview.c
10911                 Only freeze/thaw the list when working
10912                 on the selection, if it's bigger than 1
10913         * src/gtk/gtksctree.c
10914                 Only freeze/thaw the list when unselec-
10915                 ting 'all' if ('all' != 1)
10916                 This avoids some flickering
10917
10918 2006-08-24 [colin]      2.4.0cvs85
10919
10920         * src/addressbook.c
10921                 Fix strange list selection
10922                 Fix random seg (Invalid read of freed memory)
10923
10924 2006-08-24 [colin]      2.4.0cvs84
10925
10926         * src/alertpanel.c
10927         * src/gtk/inputdialog.c
10928         * src/plugins/pgpcore/passphrase.c
10929                 Revert minimal width patch of 2.4.0cvs67,
10930                 as it is also a maximal width. Use 
10931                 gtk_window_set_default_size instead.
10932
10933 2006-08-24 [colin]      2.4.0cvs83
10934
10935         * src/msgcache.c
10936                 Write cache/mark to temp files before
10937                 overwriting old ones (avoids metadata
10938                 loss if writing the new files fail).
10939                 Use mmap() to read cache/mark file, as
10940                 this makes cache reading faster. Dis-
10941                 abled for big-endian machines until it
10942                 can be tested. (Big-endian users: set
10943                 msgcache_use_mmap = TRUE in the relevant
10944                 #if).
10945         * src/procmsg.h
10946                 Move rarely used fields of MsgInfo in 
10947                 another structure, which will only be
10948                 allocated if needed. Face, X-Face,
10949                 Return receipt headers and List-*
10950                 headers are moved. Mails having none
10951                 of these occupy 52 bytes less with
10952                 this patch, which makes 2.5MB of RAM
10953                 saved on a 50k folder).
10954         * src/headerview.c
10955         * src/mainwindow.c
10956         * src/messageview.c
10957         * src/partial_download.c
10958         * src/procheader.c
10959         * src/procmsg.c
10960         * src/textview.c
10961                 Follow this structure change.
10962
10963 2006-08-24 [wwp]        2.4.0cvs82
10964
10965         * manual/es/.cvsignore
10966         * manual/es/dist/.cvsignore
10967         * manual/es/dist/html/.cvsignore
10968         * manual/es/dist/pdf/.cvsignore
10969         * manual/es/dist/ps/.cvsignore
10970         * manual/es/dist/txt/.cvsignore
10971                 more (generated) files to ignore.
10972
10973 2006-08-24 [colin]      2.4.0cvs81
10974
10975         * src/folder.c
10976         * src/mh.c
10977                 Fix possible problems with local delivery. Check the folder doesn't
10978                 need scan before setting its mtime when saving cache (which can be
10979                 done long after the folder's been modified by an external process);
10980                 Check that the stored item's mtime didn't change in mh functions.
10981
10982 2006-08-24 [mones]      2.4.0cvs80
10983
10984         * manual/advanced.xml
10985                 Rewrapping, some fixes and MANUAL-TODO items:
10986                 8.1. = change "" to <quote></quote>
10987                 8.3. = quote menu items
10988                 8.5. - deploying -> new user ... ideally a new user (redundant)
10989
10990 2006-08-23 [colin]      2.4.0cvs79
10991
10992         * src/gtk/gtksctree.c
10993                 When selecting or deselecting range, only
10994                 freeze/thaw when selection is bigger than 10
10995
10996 2006-08-23 [colin]      2.4.0cvs78
10997
10998         * src/messageview.c
10999         * src/mimeview.c
11000         * src/mimeview.h
11001         * src/plugins/dillo_viewer/dillo_viewer.c
11002                 Provide an API for MimeViewer plugins to
11003                 return a text selection for replying
11004
11005 2006-08-23 [colin]      2.4.0cvs77
11006
11007         * src/image_viewer.c
11008         * src/textview.c
11009                 Use gtk_pixbuf_new_from_file_at_scale(), which
11010                 is faster than getting the pixbuf then resizing
11011                 it.
11012
11013 2006-08-23 [colin]      2.4.0cvs76
11014
11015         * src/procmime.c
11016                 UTF-8 should be sent Quoted-printable
11017
11018 2006-08-22 [colin]      2.4.0cvs75
11019
11020         * src/mh.c
11021                 Check if scan is required before touching
11022                 the folder (or it'll be required every time)
11023
11024 2006-08-22 [colin]      2.4.0cvs74
11025
11026         * configure.ac
11027                 Require libetpan 0.46 (crasher fix when built
11028                 against gnutls)
11029
11030 2006-08-22 [colin]      2.4.0cvs73
11031
11032         * src/folder.c
11033                 Set folder's mtime after writing its
11034                 cache
11035         * src/folderview.c
11036                 Add some timing
11037         * src/procmsg.c
11038                 Don't do useless stuff if we don't 
11039                 thread by subject
11040         * src/summaryview.c
11041                 Add some timing, don't deselect prior
11042                 to selecting (gtksctree does it itself),
11043                 remove crash avoidance hacks as it's been
11044                 properly fixed since a while
11045         * src/common/utils.c
11046                 Optimize to_human_readable(): _() is slow,
11047                 do it only once, and avoid %f format for KB
11048                 (the most common in a summaryview)
11049         * src/gtk/gtksctree.c
11050                 Don't uselessly freeze/thaw (fixes flicker
11051                 on next unread and friends), reduce number
11052                 of g_list_nth/g_list_position where possible
11053         * src/gtk/gtkutils.c
11054         * src/gtk/gtkutils.h
11055                 Reduce number of g_list_nth/g_list_position
11056                 where possible.
11057                 All of this makes loading as 70k folder 2.1
11058                 seconds instead of 3.2 (with hot FS caches).
11059                 (1.3 seconds without Date and Size columns...)
11060
11061 2006-08-22 [paul]       2.4.0cvs72
11062
11063         wrap documents and do some items from mones' MANUAL-TODO:
11064
11065         * manual/account.xml
11066                 4.1. = fix tabname references to <quote>tabname</quote>
11067                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
11068         * manual/faq.xml
11069                 1.1. = mentioned options don't match UI
11070                 Add information about the 'Never send Return Receipts'
11071                 option
11072         * manual/handling.xml
11073                 6.2. = Mentions Extended symbols button, but now is
11074                 named Information
11075                 6.3. = Mentions ... button, which is now Edit
11076
11077 2006-08-22 [colin]      2.4.0cvs71
11078
11079         * src/gtk/pluginwindow.c
11080                 Fix layout in verbose translations (such
11081                 as french)
11082
11083 2006-08-22 [paul]       2.4.0cvs70
11084
11085         * manual/Makefile.am
11086                 build manuals in alphabetical order
11087         * src/addressbook.c
11088         * src/prefs_themes.c
11089                 replace/remove deprecated symbols
11090         * src/gtk/gtkutils.c
11091                 fix a warning
11092         * src/gtk/pluginwindow.c
11093                 replace deprecated symbol
11094                 replace label text and move it
11095         * src/plugins/pgpcore/prefs_gpg.c
11096                 move the 'Generate...' button out of the
11097                 Sign Key frame, replace the English used
11098         * src/plugins/pgpcore/sgpgme.c
11099                 fixes to the English
11100
11101 2006-08-21 [colin]      2.4.0cvs69
11102
11103         * src/plugins/trayicon/trayicon.c
11104                 Add more strings for translation; patch
11105                 by Pawel
11106
11107 2006-08-21 [colin]      2.4.0cvs68
11108
11109         * src/compose.c
11110                 fix replied flag not set after drafting
11111         * src/matcher.c
11112                 fix body quicksearch in non-encoded bodies
11113                 containing '='
11114         * src/msgcache.c
11115                 Get rid of the g_malloc workaround for
11116                 corrupted caches, use g_try_malloc
11117
11118 2006-08-21 [colin]      2.4.0cvs67
11119
11120         * src/alertpanel.c
11121         * src/gtk/inputdialog.c
11122         * src/plugins/pgpcore/passphrase.c
11123                 Set minimal width to 375
11124         * src/mainwindow.c
11125                 Fix switching to offline, asking if it 
11126                 should be overriden for synchronising
11127         * src/mimeview.c
11128                 Don't offer to remember command on Open 
11129                 with for text parts, as the browser or 
11130                 text editor command isn't changed from 
11131                 there
11132
11133 2006-08-20 [paul]       2.4.0cvs66
11134
11135         * po/ko.po
11136         * po/zh_CN.po
11137                 fix plural form errors. revealed by stricter
11138                 checking of gettext 0.15
11139
11140 2006-08-18 [paul]       2.4.0cvs65
11141
11142         * src/stock_pixmap.c
11143                 fix the fix of 2.4.0cvs64
11144                 Thanks to Colin
11145
11146 2006-08-18 [paul]       2.4.0cvs64
11147
11148         * src/stock_pixmap.c
11149                 fix leaks
11150                 Thanks to Colin
11151
11152 2006-08-18 [paul]       2.4.0cvs63
11153
11154         * src/compose.c
11155         * src/procmsg.c
11156                 fix occasional IMAP bug where large msgs
11157                 were left in the queue folder after sending
11158                 Thanks to Colin
11159
11160 2006-08-18 [paul]       2.4.0cvs62
11161
11162         * src/folderview.c
11163                 freeze the summaryview while quicksearch results
11164                 are displayed
11165                 (fixes bug 456 'current message is hidden when the
11166                 view is refreshed and extended search is "unread 
11167                 messages"')
11168                 Thanks to Colin
11169         * src/textview.c
11170                 add missing #include "inputdialog.h"
11171         * src/common/utils.h
11172                 add missing mailcap_update_default() and improve
11173                 readability
11174
11175 2006-08-17 [colin]      2.4.0cvs61
11176
11177         * src/plugins/pgpcore/select-keys.c
11178                 Fix warnings :)
11179
11180 2006-08-17 [colin]      2.4.0cvs60
11181
11182         * src/compose.c
11183                 Don't continue queuing if Cancel is clicked
11184                 in select-keys
11185
11186 2006-08-17 [colin]      2.4.0cvs59
11187
11188         * src/plugins/pgpcore/select-keys.c
11189                 When encrypting, if only one key matches and it 
11190                 matches exactly, automatically use it.
11191
11192 2006-08-17 [colin]      2.4.0cvs58
11193
11194         * src/mimeview.c
11195         * src/prefs_common.c
11196         * src/prefs_common.h
11197         * src/prefs_ext_prog.c
11198         * src/textview.c
11199                 Fix issues with previous patch (text/html)
11200                 Remove outdated prefs
11201
11202 2006-08-17 [colin]      2.4.0cvs57
11203
11204         * src/imap.c
11205                 Add View Log button on auth error
11206         * src/procmsg.c
11207                 Fix encrypted mail marked as new when
11208                 saved in normal folders
11209         * src/plugins/pgpinline/pgpinline.c
11210                 Fix encrypt bug on IMAP
11211         * src/mimeview.c
11212         * src/common/utils.c
11213         * src/common/utils.h
11214         * src/gtk/inputdialog.c
11215         * src/gtk/inputdialog.h
11216                 Get rid of metamail stuff, simplify
11217                 opening, and allow remembering of user's
11218                 choices (by updating ~/.mailcap). There's
11219                 still to drop "Audio player" and "Image
11220                 viewer" preferences.
11221
11222 2006-08-17 [mones]      2.4.0cvs56
11223
11224         * manual/es/sylpheed-claws-manual.xml
11225                 fix DTD path
11226
11227 2006-08-17 [mones]      2.4.0cvs55
11228
11229         * configure.ac
11230         * manual/Makefile.am
11231         * manual/es/Makefile.am
11232         * manual/es/account.xml
11233         * manual/es/ack.xml
11234         * manual/es/addrbook.xml
11235         * manual/es/advanced.xml
11236         * manual/es/faq.xml
11237         * manual/es/glossary.xml
11238         * manual/es/gpl.xml
11239         * manual/es/handling.xml
11240         * manual/es/intro.xml
11241         * manual/es/keyboard.xml
11242         * manual/es/plugins.xml
11243         * manual/es/starting.xml
11244         * manual/es/sylpheed-claws-manual.xml
11245         * manual/es/dist/Makefile.am
11246         * manual/es/dist/html/Makefile.am
11247         * manual/es/dist/pdf/Makefile.am
11248         * manual/es/dist/ps/Makefile.am
11249         * manual/es/dist/txt/Makefile.am
11250                 Spanish translation for the manual
11251
11252 2006-08-16 [colin]      2.4.0cvs54
11253
11254         * src/compose.c
11255         * src/main.c
11256         * src/mainwindow.c
11257                 Fix send button sensitivity at startup
11258                 Set send menu sensitivity (patch by Fabien)
11259         * src/ssl_manager.c
11260                 Enable closing with esc (patch by Fabien)
11261         * src/gtk/foldersort.c
11262                 Enable closing with esc (patch by Fabien)
11263         * src/procmime.c
11264                 Optimisation (no need to copy to tempfile to
11265                 "decode" 7bit and 8bit)
11266         * src/summaryview.c
11267                 Fix cruft in swap_from case
11268         * src/textview.c
11269                 Fix missing last line in some mail cases 
11270                 (Fixes debian #381872)
11271         * src/plugins/pgpcore/prefs_gpg.c
11272         * src/plugins/pgpcore/sgpgme.c
11273         * src/plugins/pgpcore/sgpgme.h
11274                 Don't show "no key found" when user explicitely
11275                 wants to create a key
11276
11277 2006-08-16 [paul]       2.4.0cvs53
11278
11279         * configure.ac
11280         * src/account.c
11281         * src/addressbook.c
11282         * src/headerview.c
11283         * src/prefs_account.c
11284         * src/prefs_message.c
11285         * src/gtk/gtkutils.c
11286                 bump up minimum required versions of GTK+ and
11287                 GLIB to 2.6.0
11288
11289 2006-08-16 [paul]       2.4.0cvs52
11290
11291         * src/toolbar.c
11292                 workaround GTK+ Bug 351600 - 'Can't re-click
11293                 on button after sensitivity update'
11294                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
11295                 Thanks to Colin
11296
11297 2006-08-15 [colin]      2.4.0cvs51
11298
11299         * src/plugins/pgpcore/prefs_gpg.c
11300                 Set options sensitivity according to
11301                 key existence
11302         * src/plugins/pgpcore/sgpgme.c
11303                 Allow to create key with no passphrase
11304
11305 2006-08-14 [cleroy]     2.4.0cvs50
11306
11307         * src/gtk/pluginwindow.c
11308                 New layout (maybe to be changed?)
11309         * src/gtk/gtkutils.c
11310                 Fix a bit label_window
11311         * src/plugins/pgpcore/passphrase.c
11312         * src/plugins/pgpcore/passphrase.h
11313         * src/plugins/pgpcore/plugin.c
11314         * src/plugins/pgpcore/prefs_gpg.c
11315         * src/plugins/pgpcore/prefs_gpg.h
11316         * src/plugins/pgpcore/sgpgme.c
11317         * src/plugins/pgpcore/sgpgme.h
11318                 Allow to create a PGP private key via the GUI
11319
11320 2006-08-14 [wwp]        2.4.0cvs49
11321
11322         * src/addressbook_foldersel.c
11323                 fix strict ISO C90 compliance.
11324
11325 2006-08-14 [paul]       2.4.0cvs48
11326
11327         * src/gtk/prefswindow.c
11328                 re-set scrolled window on opening
11329                 Patch by Ticho
11330
11331 2006-08-14 [paul]
11332
11333         2.5.0-rc1 released
11334
11335 2006-08-14 [paul]       2.4.0cvs47
11336
11337         * src/prefs_display_header.c
11338                 re-enable user-defined Displayed Headers
11339
11340 2006-08-14 [paul]       2.4.0cvs46
11341
11342         * src/prefs_account.c
11343                 use GTK_STOCK_EDIT
11344
11345 2006-08-13 [colin]      2.4.0cvs45
11346
11347         * src/common/utils.c
11348                 Fix "a" in quote when the original message is empty,
11349                 by using \0 instead of 'a' to test writability of
11350                 temp files.
11351
11352 2006-08-13 [wwp]        2.4.0cvs44
11353
11354         * src/plugins/spamassassin/spamassassin.c
11355                 fix capitalization of "SpamAssassin" in some debug, log and
11356                 dialog messages.
11357
11358 2006-08-13 [paul]       2.4.0cvs43
11359
11360         * src/editldap.c
11361                 fix overlapping widgets
11362         * src/prefs_account.c
11363                 fix translation of protocol_names[]
11364                 fix label disappearing off the edge of the
11365                 visible area
11366
11367 2006-08-12 [paul]       2.4.0cvs42
11368
11369         * manual/plugins.xml
11370                 update IRC channel info before it gets forgotten
11371                 about
11372
11373 2006-08-11 [colin]      2.4.0cvs41
11374
11375         * src/compose.c
11376         * src/mainwindow.c
11377         * src/mainwindow.h
11378         * src/procmsg.c
11379         * src/procmsg.h
11380         * src/summaryview.c
11381         * src/toolbar.c
11382                 Grey out the Send button if
11383                 - Queue folders are empty, or
11384                 - We're sending already
11385
11386 2006-08-11 [wwp]        2.4.0cvs40
11387
11388         * src/main.c
11389                 fix a logic issue when quitting while a compose window is
11390                 still open, thanks to Colin.
11391
11392 2006-08-10 [colin]      2.4.0cvs39
11393
11394         * src/main.c
11395                 Fix default font size setting after wizard run
11396         * src/imap.c
11397         * src/etpan/imap-thread.c
11398         * src/etpan/imap-thread.h
11399                 Fix bug #999 (Timing out on TSL cert validation 
11400                 dialog makes ugly things happen). Also, STARTTLS
11401                 unconditionnaly if initial capabilities contain
11402                 LOGINDISABLED and STARTTLS.
11403
11404 2006-08-09 [colin]      2.4.0cvs38
11405
11406         * src/mainwindow.c
11407         * src/mainwindow.h
11408                 Fix Tools/Actions sensitivity when there are
11409                 no actions
11410
11411 2006-08-09 [colin]      2.4.0cvs37
11412
11413         * src/prefs_filtering.c
11414                 Warning fix, patch by Paul
11415         * src/messageview.c
11416         * src/prefs_actions.c
11417         * src/prefs_filtering_action.c
11418         * src/prefs_matcher.c
11419                 Uniformisation of "Info ..." to "Info..." (for
11420                 old gtk), patch by Fabien
11421         * src/plugins/clamav/clamav_plugin_gtk.c
11422                 Sensitivity fix by Fabien
11423
11424 2006-08-09 [colin]      2.4.0cvs36
11425
11426         * src/main.c
11427         * src/main.h
11428                 Add a function to know whether we're exiting
11429         * src/plugins/trayicon/trayicon.c
11430                 If exiting, don't do anything. Faster, and
11431                 avoids gtk_main_iteration reentracy causing
11432                 segfaults at exit
11433
11434 2006-08-09 [colin]      2.4.0cvs35
11435
11436         * src/messageview.c
11437         * src/mimeview.c
11438         * src/mimeview.h
11439                 Fix lack of part selection when automatically 
11440                 jumping to a specific part
11441         * src/msgcache.c
11442                 Little optimisation in cache reading
11443
11444 2006-08-09 [colin]      2.4.0cvs34
11445
11446         * src/compose.c
11447                 Fix crash setting the priority on reedit
11448                 (Accessing compose before creating it!)
11449
11450 2006-08-08 [colin]      2.4.0cvs33
11451
11452         * src/procmime.c
11453                 Fix bug #998 (last attachment is not accessible)
11454                 Bad RFC interpretation on multipart close-delimiters
11455         * src/mimeview.c
11456         * src/mimeview.h
11457         * src/gtk/gtkvscrollbutton.c
11458         * src/gtk/gtkvscrollbutton.h
11459                 Make attachments list wheel-scrollable
11460
11461 2006-08-07 [colin]      2.4.0cvs32
11462
11463         * src/gtk/gtkaspell.c
11464                 Fix bug #973 (Unicode punctation characters 
11465                 are not recognized as separators by the
11466                 spell checker); fix unsigned stuff
11467
11468 2006-08-07 [colin]      2.4.0cvs31
11469
11470         * src/compose.c
11471                 Fix bug #956 (DnD text with accents in compose 
11472                 text entry); fix gccc's signed/unsigned fuss
11473
11474 2006-08-06 [colin]      2.4.0cvs30
11475
11476         * src/main.c
11477                 Fix bug #979 (Plugin crashes when exiting 
11478                 sylpheed-claws) : handle exit request only 
11479                 once
11480
11481 2006-08-05 [colin]      2.4.0cvs29
11482
11483         * src/news.c
11484                 Just make sure we have a msgid.
11485
11486 2006-08-05 [colin]      2.4.0cvs28
11487
11488         * src/news.c
11489         * src/summaryview.c
11490                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
11491                 by reimplementing it
11492         * src/textview.c
11493                 Fix bug when hiding quotes with level > 3 and quote
11494                 colors are recycled
11495
11496 2006-08-04 [colin]      2.4.0cvs27
11497
11498         * src/compose.c
11499         * src/undo.c
11500         * src/undo.h
11501                 Fix a bit replace-by-pasting undo
11502         * src/mainwindow.c
11503         * src/messageview.c
11504                 Fix Fold quotes menu synchro in
11505                 mainwindow when it changes in 
11506                 messageview
11507         * src/textview.c
11508                 Fix right-click on quotes blocks
11509         * src/common/utils.c
11510                 Verify that the file created by
11511                 my_tmpfile() is writable. Fixes
11512                 bug #988 (very specific filesystem
11513                 issue)
11514         * src/plugins/pgpcore/sgpgme.c
11515                 Fix file descriptor leak
11516         * src/plugins/spamassassin/spamassassin.c
11517                 Warn once if spamd isn't reachable
11518
11519 2006-08-04 [colin]      2.4.0cvs26
11520
11521         * src/toolbar.c
11522                 i18n context patch by Fabien
11523
11524 2006-08-03 [colin]      2.4.0cvs25
11525
11526         * src/mainwindow.c
11527         * src/messageview.c
11528                 Rename "Hide quotes" to "Fold quotes"
11529         * src/textview.c
11530                 Don't use hand cursor on quotes. "all 
11531                 the bonuses of the feature and none of 
11532                 unwelcome side-effects"
11533
11534 2006-08-03 [colin]      2.4.0cvs24
11535
11536         * AUTHORS
11537         * sylpheed-claws.desktop
11538         * src/gtk/authors.h
11539                 Bring the desktop file to XDG compliance
11540                 Patch by Charles A. Edwards
11541
11542 2006-08-03 [colin]      2.4.0cvs23
11543
11544         * src/textview.c
11545                 Fix links offset when they are preceded
11546                 by accentued chars (g_utf8_strlen!)
11547         * src/mainwindow.c
11548                 Fix wrong status when starting offline
11549
11550
11551 2006-08-03 [wwp]        2.4.0cvs22
11552
11553         * src/prefs_common.h
11554                 ask what to do w/ filtering rules that belong to an account when
11555                 applying filtering rules manually from the main window (skip,
11556                 apply regardless of the account, use current account). This dialog
11557                 can be skipped and the last reply used.
11558                 (forgot that file)
11559
11560 2006-08-03 [wwp]        2.4.0cvs21
11561
11562         * src/filtering.c
11563         * src/filtering.h
11564         * src/prefs_common.c
11565         * src/summaryview.c
11566         * src/alertpanel.c
11567         * src/alertpanel.h
11568         * src/messageview.c
11569                 ask what to do w/ filtering rules that belong to an account when
11570                 applying filtering rules manually from the main window (skip,
11571                 apply regardless of the account, use current account). This dialog
11572                 can be skipped and the last reply used.
11573
11574
11575 2006-08-03 [colin]      2.4.0cvs20
11576
11577         * src/textview.c
11578                 Optimize previous patch
11579
11580 2006-08-03 [cleroy]     2.4.0cvs19
11581
11582         * src/textview.c
11583                 Fix quotes getting toggled back when the
11584                 mail has an even number of text parts
11585
11586 2006-08-02 [colin]      2.4.0cvs18
11587
11588         * src/messageview.c
11589                 Add Hide quotes menu
11590
11591 2006-08-02 [colin]      2.4.0cvs17
11592
11593         * src/mainwindow.c
11594         * src/prefs_common.c
11595         * src/textview.c
11596         * src/textview.h
11597         * src/gtk/about.c
11598                 Allow per-level quote hiding,
11599                 Allow toggling quotes by double-clicking them
11600                 Rename RemoteURI to ClickableText to reflect
11601                 the fact it's used for a variety of things
11602
11603 2006-08-02 [wwp]        2.4.0cvs16
11604
11605         * src/mainwindow.c
11606                 fix "View/Hide quotes" menu item status initialization.
11607
11608 2006-08-02 [wwp]        2.4.0cvs15
11609
11610         * src/matcher_parser_parse.y
11611                 remove a debug trace.
11612
11613 2006-08-02 [paul]       2.4.0cvs14
11614
11615         * src/plugins/pgpcore/passphrase.c
11616                 don't set initial dialog size
11617                 make it resizable
11618
11619 2006-08-02 [paul]       2.4.0cvs13
11620
11621         * src/noticeview.c
11622                 remove the rogue '/' character
11623
11624 2006-08-02 [paul]       2.4.0cvs12
11625
11626         * src/noticeview.c
11627                 allow buttons to resize as necessary
11628
11629 2006-08-01 [wwp]        2.4.0cvs11
11630
11631         * src/mbox.c
11632                 fix strict ISO C90 compliance.
11633
11634 2006-08-01 [wwp]        2.4.0cvs10
11635
11636         * tools/update-po
11637                 updated update-po tool to work w/ context-dependent translations.
11638                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
11639
11640 2006-08-01 [wwp]        2.4.0cvs9
11641
11642         * src/matcher.c
11643         * src/prefs_filtering.c
11644         * src/prefs_matcher.c
11645                 allow context-dependent translations for "All",
11646                 patch by Fabien Vantard <fzzzzz@gmail.com>.
11647
11648 2006-07-31 [colin]      2.4.0cvs8
11649
11650         * AUTHORS
11651         * src/gtk/authors.h
11652                 Add Rafal to authors
11653
11654 2006-07-31 [colin]      2.4.0cvs7
11655
11656         * src/compose.c
11657         * src/mainwindow.c
11658         * src/messageview.h
11659         * src/prefs_common.c
11660         * src/prefs_common.h
11661         * src/textview.c
11662                 Add 'View/Hide quotes'. Patch based on a patch
11663                 by Rafal Weglarz
11664
11665 2006-07-31 [colin]      2.4.0cvs6
11666
11667         * src/action.c
11668                 Fix problem with "> stuff >" actions
11669
11670 2006-07-31 [paul]       2.4.0cvs5
11671
11672         * po/nb.po
11673                 updated by Geir Helland
11674
11675 2006-07-31 [wwp]        2.4.0cvs4
11676
11677         * src/mainwindow.c
11678         * src/summaryview.c
11679         * src/summaryview.h
11680                 add "View/Go to/Parent message" and "View/Go to/Last read message",
11681                 thanks to Colin.
11682
11683 2006-07-31 [wwp]        2.4.0cvs3
11684
11685         * src/Makefile.am
11686         * src/addr_compl.c
11687         * src/addr_compl.h
11688         * src/addressbook.c
11689         * src/addressbook.h
11690         * src/addressbook_foldersel.c
11691         * src/addressbook_foldersel.h
11692         * src/addrindex.c
11693         * src/addrindex.h
11694         * src/matcher.c
11695         * src/matcher.h
11696         * src/matcher_parser_lex.l
11697         * src/matcher_parser_parse.y
11698         * src/prefs_common.c
11699         * src/prefs_common.h
11700         * src/prefs_filtering.c
11701         * src/prefs_matcher.c
11702         * src/prefs_matcher.h
11703         * src/summaryview.c
11704                 introduce filtering against the address book. It's now possible to add
11705                 matched conditions to determine if any email address in a message matches
11706                 or doesn't match any or all books or folders in the address book.
11707
11708 2006-07-31 [wwp]        2.4.0cvs2
11709
11710         * src/account.c
11711         * src/filtering.c
11712         * src/filtering.h
11713         * src/folder.c
11714         * src/folderview.c
11715         * src/inc.c
11716         * src/mainwindow.c
11717         * src/matcher.c
11718         * src/matcher_parser_lex.l
11719         * src/matcher_parser_parse.y
11720         * src/mbox.c
11721         * src/prefs_filtering.c
11722         * src/prefs_filtering.h
11723         * src/procmsg.c
11724         * src/procmsg.h
11725         * src/summaryview.c
11726                 introduce per-account filtering rules. Each filtering rule can now be assigned
11727                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
11728                 when applying filtering rules manually, as all rules will apply - even the ones
11729                 assigned to an account. This issue will be addressed soon.
11730  
11731
11732
11733 2006-07-31 [wwp]        2.4.0cvs1
11734
11735         * src/quote_fmt.c
11736                 make more strings translatable.
11737
11738 2006-07-31 [paul]       2.4.0
11739
11740         2.4.0 released
11741
11742 2006-07-31 [paul]       2.3.1cvs91
11743
11744         * po/ca.po
11745                 updated by Miquel Oliete
11746
11747 2006-07-31 [paul]       2.3.1cvs90
11748
11749         * po/de.po
11750         * po/el.po
11751         * po/fr.po
11752         * po/it.po
11753         * po/pl.po
11754         * po/pt_BR.po
11755         * po/sr.po
11756         * po/zh_CN.po
11757                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
11758                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
11759                 Aleksandar Urosevic, and Ralgh Young
11760
11761 2006-07-31 [paul]       2.3.1cvs89
11762
11763         * src/account.c
11764         * src/main.c
11765         * src/mainwindow.c
11766         * src/mainwindow.h
11767                 Fix a race condition when, after an SC crash, rescanning
11768                 folders took more than 0.5 seconds
11769                 Thanks to Colin
11770
11771 2006-07-31 [paul]       2.3.1cvs88
11772
11773         * src/folderview.c
11774                 don't translate separator strings
11775
11776 2006-07-30 [mones]      2.3.1cvs87
11777
11778         * doc/man/sylpheed-claws.1
11779                 Fixed non-ASCII chars in Hoa's name
11780         * po/es.po
11781                 Updated for release
11782
11783 2006-07-27 [colin]      2.3.1cvs86
11784
11785         * src/textview.c
11786                 Don't include the leading \n in links
11787                 Patch by Fabien
11788
11789 2006-07-25 [colin]      2.3.1cvs85
11790
11791         * src/mainwindow.c
11792         * src/common/socket.h
11793         * src/etpan/imap-thread.c
11794                 Refresh resolvers before connecting
11795                 to IMAP servers, and after switching
11796                 to online. Thanks to Paul.
11797
11798 2006-07-18 [colin]
11799
11800         * 2.4.0-rc4 released
11801
11802 2006-07-17 [colin]      2.3.1cvs84
11803
11804         * src/inc.c
11805                 Show connection attempt in statusbar before
11806                 connecting (previously first message was
11807                 "Retrieving messages from ..." after the
11808                 connection succeeded.
11809
11810 2006-07-16 [wwp]        2.3.1cvs83
11811
11812         * sylpheed-claws.ico
11813                 Added .ico file (windows multi-size icon file, generated).
11814
11815 2006-07-12 [wwp]        2.3.1cvs82
11816
11817         * src/messageview.c
11818                 remove Message/Re-edit menu entry from messageview window,
11819                 as sent/draft/queued messages are opened in compose window when
11820                 re-edited and it's not possible to re-edit other msgs.
11821
11822 2006-07-12 [paul]       2.3.1cvs81
11823
11824         * AUTHORS
11825         * src/mainwindow.c
11826         * src/gtk/authors.h
11827                 check online state before resetting
11828                 mailcheck timer. Useful if some program
11829                 verifies connection state and updates
11830                 Claws.
11831                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
11832
11833 2006-07-12 [paul]       2.3.1cvs80
11834
11835         * sylpheed-claws-128x128.png
11836         * sylpheed-claws-64x64.png
11837         * sylpheed-claws.png
11838         * src/Makefile.am
11839         * src/main.c
11840         * src/prefs_toolbar.c
11841         * src/stock_pixmap.c
11842         * src/stock_pixmap.h
11843         * src/wizard.c
11844         * src/gtk/about.c
11845         * src/gtk/gtkutils.c
11846         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
11847         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
11848         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
11849         * src/pixmaps/sylpheed.xpm              ** REMOVED **
11850         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
11851         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
11852                 updated and renamed logo/icon files and related
11853                 logo by Jesper Schultz
11854
11855 2006-07-11 [paul]       2.3.1cvs79
11856
11857         * src/main.c
11858                 fix the labels a smidgin
11859
11860 2006-07-09 [colin]      2.3.1cvs78
11861
11862         * src/textview.c
11863                 Show errors in textviewer's command
11864                 Patch by H. Merijn Brand
11865
11866 2006-07-09 [colin]      2.3.1cvs77
11867
11868         * src/compose.c
11869                 Save FMID in drafts too
11870
11871 2006-07-08 [colin]      2.3.1cvs76
11872
11873         * src/compose.c
11874                 Svae RMID in drafted mails too
11875                 Save quote_fmt vars for whole mails,
11876                 don't reset at each quote_fmt_init:
11877                 allows to use the same |i{var} in
11878                 various template fields
11879         * src/prefs_template.c
11880         * src/quote_fmt.h
11881         * src/quote_fmt_parse.y
11882                 Same
11883
11884 2006-07-08 [colin]      2.3.1cvs75
11885
11886         * src/textview.c
11887                 Fix highlighting of attached parts URIs
11888
11889 2006-07-08 [colin]      2.3.1cvs74
11890
11891         * src/main.c
11892                 Prevent bug #981 (sc 2.3.1 segfaults with 
11893                 gtk+ 2.10) from being reported again:
11894                 if Sylpheed-Claws has been compiled against
11895                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
11896                 of if Sylpheed-Claws has been compiled against
11897                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
11898                 error out.
11899
11900 2006-07-07 [colin]      2.3.1cvs73
11901
11902         * src/prefs_actions.c
11903                 Fix label
11904
11905 2006-07-07 [colin]      2.3.1cvs72
11906
11907         * src/prefs_actions.c
11908                 Fix compile on gtk < 2.8. argh :)
11909
11910 2006-07-07 [paul]       2.3.1cvs71
11911
11912         * src/common/defs.h
11913                 update DONATE_URI
11914
11915 2006-07-07 [colin]      2.3.1cvs70
11916
11917         * po/POTFILES.in
11918         * src/quote_fmt.c
11919         * src/quote_fmt_lex.l
11920         * src/quote_fmt_parse.y
11921                 Add |i{var}, a way to insert user-entered
11922                 text in a template
11923
11924 2006-07-07 [colin]
11925
11926         * 2.4.0-rc3 released
11927
11928 2006-07-07 [colin]      2.3.1cvs69
11929
11930         * src/folder.c
11931                 Don't consider inboxes of UNKNOWN folder 
11932                 classes to be useable as default inboxes
11933
11934 2006-07-07 [paul]       2.3.1cvs68
11935
11936         * src/textview.c
11937                 add missing #include <errno.h>
11938                 Thanks to René J. Blokland
11939
11940 2006-07-07 [paul]       2.3.1cvs67
11941
11942         * src/action.c
11943                 Return now Closes dialog
11944         * src/mimeview.c
11945         * src/mimeview.h
11946         * src/textview.c
11947                 add contextual menu to mime parts listed
11948                 in the textview
11949                 Thanks to Colin
11950         * src/common/utils.c
11951                 reversal: ' is a valid character in URLs
11952
11953 2006-07-06 [colin]      2.3.1cvs66
11954
11955         * src/remotefolder.h
11956                 Forgotten in previous commit
11957
11958 2006-07-06 [colin]      2.3.1cvs65
11959
11960         * src/folder.c
11961                 Set summary update flag whenever
11962                 totals changed
11963         * src/imap.c
11964         * src/prefs_account.c
11965         * src/common/utils.h
11966         * src/etpan/imap-thread.c
11967                 Fix warnings, thanks to Fabien and
11968                 Ricardo
11969
11970 2006-07-06 [wwp]        2.3.1cvs64
11971
11972         * src/gtk/gtkutils.c
11973                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
11974
11975 2006-07-06 [wwp]        2.3.1cvs63
11976
11977         * src/account.c
11978         * src/addressbook.c
11979         * src/addressitem.h
11980         * src/folderview.c
11981         * src/mainwindow.c
11982         * src/manual.c
11983         * src/manual.h
11984         * src/message_search.c
11985         * src/prefs_actions.c
11986         * src/prefs_filtering.c
11987         * src/prefs_filtering.h
11988         * src/prefs_template.c
11989         * src/summary_search.c
11990         * src/summaryview.c
11991         * src/gtk/gtkutils.c
11992         * src/gtk/gtkutils.h
11993         * src/gtk/pluginwindow.c
11994                 add help buttons to some dialogs. Clicking such buttons opens a
11995                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
11996
11997 2006-07-06 [paul]       2.3.1cvs62
11998
11999         * src/textview.c
12000                 fix attachments contextual menu
12001                 Thanks to Colin
12002
12003 2006-07-05 [colin]      2.3.1cvs61
12004
12005         * src/textview.c
12006         * src/compose.c
12007                 Handle sftp:// links
12008
12009 2006-07-05 [paul]       2.3.1cvs60
12010
12011         * src/gtk/filesel.c
12012                 grab save button by default
12013                 Thanks to Colin
12014
12015 2006-07-05 [wwp]        2.3.1cvs59
12016
12017         * manual/xml2pdf
12018                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
12019
12020 2006-07-04 [colin]      2.3.1cvs58
12021
12022         * src/mimeview.c
12023         * src/textview.c
12024                 Use left click to select, middle click to open
12025                 on mimeparts links
12026         * src/common/utils.c
12027                 Fix segfault
12028
12029 2006-07-04 [colin]      2.3.1cvs57
12030
12031         * src/mainwindow.c
12032         * src/news.c
12033                 Warning fixes, thanks to Fabien
12034
12035 2006-07-04 [colin]      2.3.1cvs56
12036
12037         * src/mimeview.c
12038         * src/mimeview.h
12039         * src/textview.c
12040                 Allow parts to be selected via their text label
12041                 in textview
12042
12043 2006-07-04 [colin]      2.3.1cvs55
12044
12045         * src/folderview.c
12046                 Feedback when closing (for big folders)
12047         * src/prefs_actions.c
12048         * src/prefs_filtering.c
12049         * src/prefs_matcher.c
12050         * src/prefs_template.c
12051                 Fix default button when closing without
12052                 having saved
12053
12054 2006-07-04 [colin]      2.3.1cvs54
12055
12056         * src/news.c
12057                 Delete local file on deletion
12058
12059 2006-07-03 [colin]      2.3.1cvs53
12060
12061         * src/folderview.c
12062         * src/main.c
12063                 Don't freeze when rescanning after crash
12064
12065 2006-07-03 [wwp]        2.3.1cvs52
12066
12067         * src/compose.c
12068         * src/privacy.c
12069         * src/privacy.h
12070         * src/plugins/pgpinline/pgpinline.c
12071         * src/plugins/pgpmime/pgpmime.c
12072                 don't report an error when the user cancels the passphrase dialog.
12073
12074 2006-07-02 [colin]      2.3.1cvs51
12075
12076         * src/folderview.c
12077                 Open message when crossing folders with Space,
12078                 goto next unread and friends
12079
12080 2006-07-01 [colin]      2.3.1cvs50
12081
12082         * src/prefs_account.c
12083                 Typographic rules varying from language
12084                 to language (in french "Protocole :"),
12085                 we have to do that :)
12086
12087 2006-07-01 [ticho]      2.3.1cvs49
12088
12089         * src/prefs_account.c
12090                 Only use one temporary gchar* variable in
12091                 prefs_account_protocol_set_optmenu().
12092
12093 2006-07-01 [ticho]      2.3.1cvs48
12094
12095         * src/prefs_account.c
12096         * src/prefs_account.h
12097                 Use GtkLabel for existing account protocol name.
12098                 Created an array for protocol names and populate the
12099                 combobox from it in a for() cycle.
12100
12101 2006-06-30 [colin]      2.3.1cvs47
12102
12103         * src/compose.c
12104                 Block undo when changing signature (by changing
12105                 account)
12106
12107 2006-06-30 [paul]       2.3.1cvs46
12108
12109         * src/send_message.c
12110                 when editing From in the Compose window, use that address
12111                 in the Return-Path: header
12112                 Thanks to Colin
12113
12114 2006-06-30 [colin]      2.3.1cvs45
12115
12116         * src/compose.c
12117                 Fix signature replacement:
12118                 - when no newline before separator
12119                 - when reediting
12120
12121 2006-06-29 [colin]      2.3.1cvs44
12122
12123         * src/folderview.c
12124         * src/folderview.h
12125         * src/mainwindow.c
12126         * src/summaryview.c
12127                 Let 'View/Go to/Next marked' work like
12128                 Next new & Next unread: across folders
12129                 Change the select_on_entry pref to do
12130                 what we want when changing folder
12131         * src/common/utils.c
12132                 Fix single-quoted links 
12133
12134 2006-06-29 [colin]      2.3.1cvs43
12135
12136         * src/gtk/gtkaspell.c
12137                 "Sylpheed" and "Sylpheed-Claws" do exist !
12138
12139 2006-06-29 [colin]      2.3.1cvs42
12140
12141         * src/imap.c
12142                 Forgot to remove debug
12143
12144 2006-06-29 [colin]      2.3.1cvs41
12145
12146         * src/imap.c
12147         * src/imap.h
12148         * src/mainwindow.c
12149                 Disconnect from IMAP servers when going
12150                 offline. Fixes bug #978 (going to offline-mode 
12151                 won't close connections)
12152
12153 2006-06-29 [colin]      2.3.1cvs40
12154
12155         * src/main.c
12156                 Fix transient setting on failing plugins
12157                 Patch by Fabien
12158         * src/plugins/pgpcore/sgpgme.c
12159                 Only warn for OpenPGP. Most people don't
12160                 have CMS available.
12161
12162 2006-06-29 [colin]      2.3.1cvs39
12163
12164         * src/compose.c
12165                 Fix Spelling menu (discrepancy between context menu
12166                 and top menu when folder's dictionary isn't the 
12167                 default one)
12168         * src/plugins/pgpcore/sgpgme.c
12169                 More error reporting about why gpgme can fail
12170
12171 2006-06-29 [wwp]        2.3.1cvs38
12172
12173         * src/mainwindow.c
12174                 honor the display-header-pane setting even when the message view
12175                 is a separate window.
12176
12177 2006-06-29 [wwp]        2.3.1cvs37
12178
12179         * src/prefs_actions.c
12180                 forgot to commit that one (use of GTK_STOCK_INFO).
12181
12182 2006-06-29 [colin]      2.3.1cvs36
12183
12184         * src/imap.c
12185                 Better handling of login errors (ask the password
12186                 again once), alert in case of error. Fix three
12187                 signedness warnings.
12188
12189 2006-06-28 [wwp]        2.3.1cvs35
12190
12191         * src/prefs_template.c
12192         * src/prefs_matcher.c
12193         * src/prefs_filtering_action.c
12194         * src/prefs_quote.c
12195                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
12196                 patch by Fabien Vantard, slightly modified.
12197
12198 2006-06-28 [paul]
12199
12200         2.4.0-rc2 released
12201
12202 2006-06-28 [colin]      2.3.1cvs34
12203
12204         * src/prefs_account.c
12205                 Fix bug #977 (Can't add or edit imap accounts)
12206
12207 2006-06-28 [colin]      2.3.1cvs33
12208
12209         * src/mimeview.c
12210                 Fix previous
12211
12212 2006-06-28 [colin]      2.3.1cvs32
12213
12214         * src/mimeview.c
12215                 Save named inlined attachments with "Save all"
12216         * src/main.c
12217         * src/mbox.c
12218         * src/common/plugin.c
12219         * src/common/plugin.h
12220         * src/common/sylpheed.c
12221         * src/common/utils.c
12222         * src/plugins/pgpcore/sylpheed.def
12223         * src/plugins/pgpinline/sylpheed.def
12224         * src/plugins/pgpmime/sylpheed.def
12225                 Win32 compatibility patch, by
12226                 Werner Koch
12227
12228 2006-06-28 [wwp]        2.3.1cvs31
12229
12230         * src/imap.c
12231         * src/prefs_folder_item.c
12232                 less compilation warnings (thanks to Fabien Vantard), less typos.
12233
12234 2006-06-28 [paul]       2.3.1cvs30
12235
12236         * src/gtk/gtkutils.c
12237                 gtk_combo_box_set_focus_on_click() is only
12238                 available since gtk 2.6.0
12239
12240 2006-06-28 [paul]       2.3.1cvs29
12241
12242         * src/prefs_ext_prog.c
12243                 fix engrish and add a tooltip for the
12244                 'command for 'Display as text' option
12245
12246 2006-06-28 [paul]
12247
12248         2.4.0-rc1 released
12249
12250 2006-06-28 [paul]       2.3.1cvs28
12251
12252         * ChangeLog
12253         * tools/Makefile.am
12254                 include textviewer.pl in releases
12255
12256 2006-06-28 [paul]       2.3.1cvs27
12257
12258         * src/prefs_ext_prog.c
12259                 hide Print command option if libgnomeprint
12260                 support is present
12261
12262 2006-06-27 [colin]      2.3.1cvs26
12263
12264         * src/compose.c
12265                 Fix Esc handling in insert/attach dialog
12266                 Don't show this dialog if dragging something
12267                 else than text/uri-list
12268                 Thanks to Fabien Vantard
12269         * tools/textviewer.pl
12270                 Filter script to display stuff as text
12271                 by H. Merijn Brand
12272
12273 2006-06-27 [wwp]        2.3.1cvs25
12274
12275         * src/messageview.c
12276                 use the exact product name (message view title), patch
12277                 by Fabien Vantard.
12278
12279 2006-06-27 [ticho]      2.3.1cvs24
12280
12281         * src/prefs_account.c
12282         * src/prefs_common.c
12283         * src/prefs_common.h
12284         * src/prefs_ext_prog.c
12285         * src/textview.c
12286                 Add a preference (Preferences/External programs)
12287                 to allow "Display as text" to be done via a script
12288                 (patch by H.Merijn Brand).
12289                 Use GtkComboBox for protocol selection in account
12290                 preferences.
12291                 Only include current choice for existing accounts, and
12292                 insensitivize the combobox.
12293
12294 2006-06-27 [paul]       2.3.1cvs23
12295
12296         * src/mbox.c
12297                 fix crasher introduced in cvs21.
12298                 Thanks to Colin
12299
12300 2006-06-26 [colin]      2.3.1cvs22
12301
12302         * src/mbox.c
12303                 Fix double-frees when leaving folders
12304                 after exporting to mbox
12305
12306 2006-06-26 [colin]      2.3.1cvs21
12307
12308         * src/mbox.c
12309                 More feedback (and optimisation)
12310                 on import/export
12311         * src/common/utils.c
12312                 Fix case when looking for mail addresses
12313         * src/gtk/gtkutils.c
12314                 Extra check for (X-)Face
12315
12316 2006-06-25 [ticho]      2.3.1cvs20
12317
12318         * src/compose.c
12319         * src/exphtmldlg.c
12320         * src/gtk/gtkutils.c
12321         * src/gtk/gtkutils.h
12322                 Added second argument to gtkut_sc_combobox_create() to
12323                 control focus-on-click for the widget.
12324                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
12325
12326 2006-06-25 [ticho]      2.3.1cvs19
12327
12328         * src/compose.c
12329         * src/gtk/Makefile.am
12330         * src/gtk/combobox.c
12331         * src/gtk/combobox.h
12332         * src/gtk/gtkutils.c
12333         * src/gtk/gtkutils.h
12334                 Use GtkComboBox instead of deprecated GtkOptionMenu
12335                 for account selector in compose window and for encoding
12336                 selector in attachment properties.
12337                 Also factorise working with the new GtkComboBox somewhat.
12338
12339 2006-06-24 [paul]       2.3.1cvs18
12340
12341         * src/prefs_common.c
12342                 use the correct default value
12343
12344 2006-06-24 [paul]       2.3.1cvs17
12345
12346         * src/compose.c
12347         * src/prefs_common.c
12348         * src/prefs_common.h
12349         * src/prefs_compose_writing.c
12350                 enable setting of default action when
12351                 dnd'ing files in the compose window.
12352                 (Collaborative effort with wwp)
12353
12354 2006-06-23 [wwp]        2.3.1cvs16
12355
12356         * src/compose.c
12357                 i18n fix (thanks to Fabien Vantard)
12358
12359 2006-06-22 [colin]      2.3.1cvs15
12360
12361         * src/prefs_customheader.c
12362                 Don't use filters in custom headers' file 
12363                 selector. Remember, extensions mean nothing :)
12364
12365 2006-06-22 [paul]       2.3.1cvs14
12366
12367         * configure.ac
12368                 allow setting of man directory location
12369
12370 2006-06-22 [colin]      2.3.1cvs13
12371
12372         * src/mainwindow.c
12373                 Add 'View/Go to/Next unread folder'.
12374                 I missed that :)
12375
12376 2006-06-22 [colin]      2.3.1cvs12
12377
12378         * src/common/utils.c
12379                 Add some subject prefixes
12380                 Patch by Bjorn T Johansen <btj@havleik.no>
12381
12382 2006-06-22 [colin]      2.3.1cvs11
12383
12384         * manual/advanced.xml
12385                 Forgotten hidden pref
12386
12387 2006-06-21 [paul]       2.3.1cvs10
12388
12389         * src/prefs_account.c
12390                 complete the removal of 'Add date header' option
12391
12392 2006-06-21 [paul]       2.3.1cvs9
12393
12394         * src/account.c
12395         * src/compose.c
12396         * src/prefs_account.c
12397         * src/prefs_account.h
12398                 remove option to add date header - always
12399                 add date header
12400         * src/etpan/imap-thread.c
12401                 fix warnings (Thanks to Colin)
12402
12403 2006-06-21 [wwp]        2.3.1cvs8
12404
12405         * src/folder.c
12406                 set the attachment flag when inline text part are (file)named. This is more convenient
12407                 when receiving (for instance) inline source files or patches sent using thunderbird.
12408
12409 2006-06-21 [paul]       2.3.1cvs7
12410
12411         * src/inc.c
12412                 fix off-by-one count of current msg in
12413                 statusbar filtering progressbar
12414
12415 2006-06-21 [paul]       2.3.1cvs6
12416
12417         * src/folder.c
12418                 Show attachment icon even if the part is 'inline'
12419                 if the following conditions are met:
12420                 - content-type != 'text/plain'
12421                 - content-type != '*/pgp-signature'
12422                 - either 'name' or 'filename' parameter is not NULL
12423                 
12424                 Thanks to Colin
12425
12426 2006-06-21 [paul]       2.3.1cvs5
12427
12428         * src/messageview.c
12429         * src/prefs_common.c
12430         * src/prefs_common.h
12431         * src/prefs_other.c
12432                 add an option to 'Never send Return
12433                 Receipts'
12434                 Thanks to Colin
12435
12436 2006-06-20 [mones]      2.3.1cvs4
12437
12438         * po/es.po
12439                 updated
12440         * src/compose.c
12441                 typo fixed (space after comma)
12442         * tools/make.themes.project
12443                 remove exec mode from tarball files
12444
12445 2006-06-20 [colin]      2.3.1cvs3
12446
12447         * src/news.c
12448         * src/procheader.c
12449         * src/unmime.c
12450                 Better fix for \n's in headers (don't 
12451                 break Received: and others)
12452
12453 2006-06-20 [paul]       2.3.1cvs2
12454
12455         * src/alertpanel.c
12456         * src/textview.c
12457                 improve legibility of phishing attempt
12458                 dialog
12459
12460 2006-06-20 [paul]       2.3.1cvs1
12461
12462         * NEWS
12463         * README
12464         * configure.ac
12465                 Update version number following
12466                 stable release
12467
12468 2006-06-20 [colin]      2.3.0cvs26
12469
12470         * src/compose.c
12471                 When dragging a file to the text of the compose
12472                 window, ask whether we want to insert or attach
12473                 (I know lots of people who do that to attach)
12474
12475 2006-06-20 [colin]      2.3.0cvs25
12476
12477         * src/etpan/imap-thread.c
12478                 Fix threshold (the append command is often > 32 bytes)
12479
12480 2006-06-19 [colin]      2.3.0cvs24
12481
12482         * src/imap.c
12483         * src/etpan/imap-thread.c
12484                 Workaround Rockliffe IMAP server bug: replace
12485                 "x UID SEARCH (ANSWERED UID 1:*)" with
12486                 "x UID SEARCH ANSWERED"
12487                 (Rockliffe doesn't handle the parenthesis)
12488
12489 2006-06-19 [colin]      2.3.0cvs23
12490
12491         * src/compose.c
12492         * src/imap.c
12493         * src/etpan/imap-thread.c
12494                 Probably fix bug #972 (Freezes when adding 
12495                 an attachment to the message)
12496         * src/common/defs.h
12497                 Modernize Firefox cmd
12498
12499
12500 2006-06-18 [colin]      2.3.0cvs22
12501
12502         * src/prefs_customheader.c
12503                 Only allow correct filenames for various
12504                 custom headers
12505
12506 2006-06-18 [colin]      2.3.0cvs21
12507
12508         * src/prefs_customheader.c
12509                 Add a 'From File...' button in custom headers prefs, which
12510                 try to do the right thing: 
12511                 for normal headers, use file as plaintext,
12512                 for X-Face, calls compface,
12513                 for Face, encode to b64.
12514
12515 2006-06-17 [colin]      2.3.0cvs20
12516
12517         * src/mh.c
12518                 Warning fix
12519
12520 2006-06-16 [colin]      2.3.0cvs19
12521
12522         * src/summaryview.c
12523                 Recursive quicksearch: show message list
12524                 in current folder, *then* search children
12525                 in the background.
12526
12527 2006-06-16 [colin]      2.3.0cvs18
12528
12529         * src/main.c
12530                 Instead of ignoring SIGPIPE, save caches
12531                 when getting one. Will fix the fact that
12532                 hot caches are out-of-date when logging 
12533                 out of Xorg.
12534         * src/compose.c
12535         * src/prefs_compose_writing.c
12536                 Only save text (not attachments) when 
12537                 auto-saving to drafts
12538         * src/unmime.c
12539                 Always replace \n, \r and \t with spaces
12540                 in headers
12541         * manual/dist/html/Makefile.am
12542         * manual/dist/pdf/Makefile.am
12543         * manual/dist/ps/Makefile.am
12544         * manual/dist/txt/Makefile.am
12545         * manual/fr/dist/html/Makefile.am
12546         * manual/fr/dist/pdf/Makefile.am
12547         * manual/fr/dist/ps/Makefile.am
12548         * manual/fr/dist/txt/Makefile.am
12549         * manual/pl/dist/html/Makefile.am
12550         * manual/pl/dist/pdf/Makefile.am
12551         * manual/pl/dist/ps/Makefile.am
12552         * manual/pl/dist/txt/Makefile.am
12553                 Fix make clean removing pregenerated manuals
12554
12555
12556 2006-06-16 [colin]      2.3.0cvs17
12557
12558         * src/plugins/pgpcore/sgpgme.c
12559         * src/plugins/pgpmime/pgpmime.c
12560         * src/plugins/pgpinline/pgpinline.c
12561                 Better error reporting in setup_signers.
12562                 Don't fallback to default key if specified
12563                 key isn't found.
12564                 Don't allow signing if more than one secret
12565                 key matches the one specified in prefs.
12566
12567 2006-06-15 [colin]      2.3.0cvs16
12568
12569         * src/folderview.c
12570                 Add "Send queue" in the folder's contextual
12571                 menu
12572         * src/compose.c
12573         * src/messageview.c
12574         * src/privacy.c
12575         * src/privacy.h
12576         * src/procmime.c
12577         * src/procmsg.c
12578         * src/plugins/pgpcore/passphrase.c
12579         * src/plugins/pgpcore/sgpgme.c
12580         * src/plugins/pgpinline/pgpinline.c
12581         * src/plugins/pgpmime/pgpmime.c
12582                 Better error reporting
12583         * src/mbox.c
12584                 Probably fix bug #971 (2.2.3 cannot read mail 
12585                 from local mbox)
12586
12587
12588 2006-06-15 [mones]      2.3.0cvs15
12589
12590         * tools/make.themes.project
12591                 creates the themes project from the web page
12592
12593 2006-06-15 [colin]      2.3.0cvs14
12594
12595         * src/folder.c
12596                 Better fix (avoid losing the folder if scan_tree 
12597                 fails)
12598
12599 2006-06-15 [cleroy]     2.3.0cvs13
12600
12601         * src/folder.c
12602                 Probably fix Bug #969 (crash on rebuilding 
12603                 imap folder)
12604
12605 2006-06-14 [colin]      2.3.0cvs12
12606
12607         * manual/dtd/manual.xsl
12608         * manual/sylpheed-claws-manual.xml
12609         * manual/fr/sylpheed-claws-manual.xml
12610         * manual/pl/sylpheed-claws-manual.xml
12611                 Insert pagebreaks between sections
12612
12613 2006-06-14 [paul]       2.3.0cvs11
12614
12615         * configure.ac
12616                 better fix than 2.3.0cvs10
12617
12618 2006-06-14 [paul]       2.3.0cvs10
12619
12620         * configure.ac
12621                 fix setting of PACKAGE_DATA_DIR with newer autoconf
12622                 (backwards compatible)
12623
12624 2006-06-13 [colin]      2.3.0cvs9
12625
12626         * src/messageview.c
12627                 Fix sending of return receipt with the new queue folders
12628
12629 2006-06-13 [wwp]        2.3.0cvs8
12630
12631         * src/quote_fmt_lex.l
12632                 fix wrong tokens returned in quote_fmt lexer, query not().
12633
12634 2006-06-13 [wwp]        2.3.0cvs7
12635
12636         * src/folder.c
12637         * src/prefs_folder_item.c
12638                 allow changing folder type even when folder is not a top-level one,
12639                 thanks to Colin.
12640
12641 2006-06-12 [colin]      2.3.0cvs6
12642
12643         * src/folderview.c
12644                 Fix double-ask of "Do you want to mark all
12645                 as read"
12646
12647 2006-06-12 [colin]      2.3.0cvs5
12648
12649         * src/compose.c
12650         * src/compose.h
12651         * src/folder.c
12652         * src/folder.h
12653         * src/imap.c
12654         * src/inc.c
12655         * src/main.c
12656         * src/messageview.c
12657         * src/mh.c
12658         * src/prefs_folder_item.c
12659         * src/procheader.c
12660         * src/procmime.c
12661         * src/procmsg.c
12662         * src/procmsg.h
12663         * src/send_message.c
12664         * src/summaryview.c
12665         * src/toolbar.c
12666                 Apply bug #964's patch (Queue and drafts aren't normal)
12667                 The Drafts and Queue folder now contain RFC-822 files,
12668                 allowing to move and copy mails from and to these 
12669                 folders. Moving from Drafts to Queue will prepare the
12670                 mail for sending (PGP signature, encryption, etc).
12671                 This patch also rework sending errors handling to try
12672                 to be more helpful.
12673                 Also, allow redefining folder types via the GUI 
12674                 (Folder type in its Properties)
12675
12676 2006-06-12 [colin]      2.3.0cvs4
12677
12678         * src/summaryview.c
12679         * src/prefs_common.c
12680         * src/prefs_common.h
12681         * src/gedit-print.c
12682                 Allow to define a specific print font - patch
12683                 by Bernhard Walle <bernhard.walle@gmx.de>
12684         * src/prefs_fonts.c
12685         * manual/advanced.xml
12686         * manual/fr/advanced.xml
12687                 Add a hidden pref to allow deletion without
12688                 confirmation
12689
12690 2006-06-12 [wwp]        2.3.0cvs3
12691
12692         * .cvsignore
12693                 more files to ignore.
12694
12695 2006-06-12 [wwp]        2.3.0cvs2
12696
12697         * src/quote_fmt.c
12698         * src/quote_fmt_lex.l
12699         * src/quote_fmt_parse.y
12700                 extend the quote_fmt parser (templates and quotes):
12701                 - allow limited sub-expressions in |p{} and |f{} expressions,
12702                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
12703                 - implemented/fixed missing implementation of query_references and show_references,
12704                 - completed, fixed contents and format of the symbols help dialog,
12705                 - fix some compilation warnings.
12706
12707 2006-06-12 [wwp]        2.3.0cvs1
12708
12709         * manual/advanced.xml
12710         * manual/fr/advanced.xml
12711                 updates in the "templates" section of the manual (eng/fr):
12712                  - be more precise (both versions)
12713                  - completed to match the english reference (fr version)
12714                  - touchups (both versions)
12715
12716 2006-06-12 [paul]       2.3.0
12717
12718         2.3.0 released
12719
12720 2006-06-12 [paul]       2.2.3cvs14
12721
12722         * po/ca.po
12723         * po/cs.po
12724         * po/de.po
12725         * po/el.po
12726         * po/fr.po
12727         * po/it.po
12728         * po/pt_BR.po
12729         * po/sr.po
12730         * po/zh_CN.po
12731                 updated by Miquel Oliete, Tim, Stephan Sachse,
12732                 Stavros Giannouris, Fabien Vantard, Andrea
12733                 Spadaccini, Frederico Goncalves Guimaraes,
12734                 Aleksandar Urosevic, and Ralgh Young
12735
12736 2006-06-12 [colin]      2.2.3cvs13
12737
12738         * src/mbox.c
12739                 Add missing header
12740
12741 2006-06-11 [colin]      2.2.3cvs12
12742
12743         * src/msgcache.c
12744                 Verify that g_malloc() succeeded
12745
12746 2006-06-11 [colin]      2.2.3cvs11
12747
12748         * src/wizard.c
12749                 Add Face header to welcome mail
12750
12751 2006-06-10 [colin]      2.2.3cvs10
12752
12753         * src/textview.c
12754                 Revert previous (Forgot it changes the
12755                 margin on the whole mail)
12756
12757 2006-06-10 [colin]      2.2.3cvs9
12758
12759         * src/textview.c
12760                 Don't overlap long headers under (X-)Face
12761
12762 2006-06-10 [mones]      2.2.3cvs8
12763
12764         * manual/xml2pdf
12765                 allow generation of manual on systems lacking saxon binary
12766                 but with java and the saxon library installed
12767
12768         * po/es.po
12769                 updated for release
12770
12771 2006-06-09 [colin]      2.2.3cvs7
12772
12773         * src/summaryview.c
12774                 Fix leak when using Display Sender using Addressbook
12775
12776 2006-06-09 [colin]      2.2.3cvs6
12777
12778         * src/compose.c
12779         * src/folder.c
12780         * src/folderview.c
12781         * src/mimeview.c
12782         * src/summaryview.c
12783                 More leaks fixes
12784
12785 2006-06-09 [paul]       2.2.3cvs5
12786
12787         * AUTHORS
12788         * src/gtk/authors.h
12789         * tools/claws.i18n.status.pl
12790                 updated with new info
12791
12792 2006-06-09 [paul]       2.2.3cvs4
12793
12794         * README
12795                 updated
12796         * manual/ack.xml
12797                 add wwp to authors list
12798         * src/gtk/authors.h
12799                 update mine and Colin's addresses
12800
12801 2006-06-08 [colin]      2.2.3cvs3
12802
12803         * src/etpan/imap-thread.c
12804                 Fix leak on SSL cert check
12805
12806 2006-06-08 [colin]      2.2.3cvs2
12807
12808         * src/common/utils.c
12809                 Fix leak
12810
12811 2006-06-08 [paul]       2.2.3cvs1
12812
12813         * configure.ac
12814                 Update version number following
12815                 stable release
12816
12817 2006-06-07 [colin]      2.2.2cvs3
12818
12819         * src/msgcache.c
12820                 Fix catching cache read errors (guint instead of gint)
12821                 Prevent malloc'ing more than 8MB (means cache corruption)
12822
12823 2006-06-07 [paul]       2.2.2cvs2
12824
12825         * src/exporthtml.c
12826         * src/exportldif.c
12827         * src/mh.c
12828         * src/mutt.c
12829         * src/pine.c
12830         * src/common/utils.c
12831                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
12832                 obey $HOME'
12833                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
12834                 Thanks to Colin
12835
12836 2006-06-06 [paul]       2.2.2cvs1
12837
12838         * configure.ac
12839                 Update version number following
12840                 stable release
12841
12842 2006-06-06 [paul]       2.2.1cvs6
12843
12844         * src/matcher.c
12845                 fix  implicit declaration of
12846                 sylpheed_do_idle()
12847                 Patch by Fabien Vantard
12848
12849 2006-06-06 [paul]       2.2.1cvs5
12850
12851         * src/matcher.c
12852                 fix age_greater and age_lower so that they
12853                 mean what say and not '...or equal to'
12854                 Thanks to Colin
12855
12856 2006-06-06 [paul]       2.2.1cvs4
12857
12858         * src/textview.c
12859         * src/common/utils.c
12860                 fix URI check
12861                 Thanks to Colin
12862
12863 2006-06-05 [wwp]        2.2.1cvs3
12864
12865         * manual/fr/account.xml
12866                 minor language fixes (thanks to Fabien Vantard).
12867
12868 2006-06-05 [colin]      2.2.1cvs2
12869
12870         * src/prefs_folder_item.c
12871         * src/folderview.c
12872                 Allow recursive setting of properties 
12873                 for whole mailboxes
12874         * src/matcher.c
12875                 Don't freeze on 'test' filtering rule
12876
12877 2006-06-05 [colin]      2.2.1cvs1
12878
12879         * configure.ac
12880                 Update version number following
12881                 stable release
12882
12883 2006-06-04 [wwp]        2.2.0cvs82
12884
12885         * manual/glossary.xml
12886         * manual/account.xml
12887         * manual/fr/glossary.xml
12888         * manual/fr/account.xml
12889                 added glossary section and references/links related to the Face custom header.
12890
12891 2006-06-04 [colin]      2.2.0cvs81
12892
12893         * src/summaryview.c
12894                 Skip to next message on move with no
12895                 immediate execution
12896
12897 2006-06-04 [wwp]        2.2.0cvs80
12898
12899         * manual/xml2pdf
12900                 added sanity checks, exit when needed.
12901
12902 2006-06-03 [paul]       2.2.0cvs79
12903
12904         * src/prefs_receive.c
12905                 page name is now 'Receiving'
12906         * src/prefs_send.c
12907                 page name is now 'Sending'
12908
12909 2006-06-03 [colin]      2.2.0cvs78
12910
12911         * src/plugins/spamassassin/spamassassin_gtk.c
12912                 Autoswitch to Localhost if transport was previously
12913                 disabled. Else people had to check [] Enable, then
12914                 *reselect* transport.
12915
12916 2006-06-03 [colin]      2.2.0cvs77
12917
12918         * src/plugins/pgpinline/pgpinline.c
12919         * src/plugins/pgpmime/pgpmime.c
12920                 Check that gpg_data_release_and_get_mem 
12921                 didn't fail (now, why this happens...)
12922
12923 2006-06-03 [colin]      2.2.0cvs76
12924
12925         * src/mbox.c
12926                 Fix bug #962 (Manual and/or UI should 
12927                 warn about incompatible locking 
12928                 causing dataloss)
12929
12930 2006-06-02 [cleroy]     2.2.0cvs75
12931
12932         * src/filtering.c
12933         * src/folder.c
12934         * src/procmsg.c
12935         * src/summaryview.c
12936                 Fix a few leaks
12937
12938 2006-06-02 [colin]      2.2.0cvs74
12939
12940         * src/main.c
12941                 On exit, free caches after writing them
12942                 Shuts up some valgrind false positives
12943         * src/procmsg.c
12944         * src/send_message.c
12945                 Fix races when reusing existing SMTP connections
12946                 Fix inexistant session timeout
12947         * src/toolbar.c
12948                 Display alertpanel after all queues have
12949                 been processed, not after each
12950
12951 2006-06-02 [wwp]        2.2.0cvs73
12952
12953         * manual/fr/glossary.xml
12954         * manual/fr/ack.xml
12955         * manual/ack.xml
12956                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
12957
12958 2006-06-02 [wwp]        2.2.0cvs72
12959
12960         * manual/xml2pdf
12961         * manual/dist/pdf/Makefile.am
12962         * manual/dtd/manual.xsl
12963         * manual/fr/dist/pdf/Makefile.am
12964         * manual/pl/dist/pdf/Makefile.am
12965                 we changed the procedure to generate the .pdf version of the manual.
12966                 The procedure is more modern and the .pdf we get now has a valid index.
12967                 Here are the new pre-requisites:
12968
12969                 - JRE 1.x (1.4 here): there must be one from your distro
12970                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
12971                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
12972                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
12973
12974                 See my posts for further info about the installation of this toolchain:
12975
12976                 Date: Fri, 19 May 2006 19:40:06 +0200
12977                 From: wwp <subscript@free.fr>
12978                 To: sylpheed-claws-devel@lists.sourceforge.net
12979                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
12980
12981                 and
12982
12983                 Date: Wed, 24 May 2006 12:58:49 +0200
12984                 From: wwp <subscript@free.fr>
12985                 To: sylpheed-claws-devel@lists.sourceforge.net
12986                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
12987
12988 2006-06-01 [colin]      2.2.0cvs71
12989
12990         * src/compose.c
12991                 Better guards against IMAP races
12992         * src/main.c
12993         * src/prefs_common.c
12994         * src/prefs_common.h
12995         * src/common/ssl_certificate.c
12996         * src/etpan/imap-thread.c
12997         * src/etpan/imap-thread.h
12998         * src/gtk/sslcertwindow.c
12999                 New hidden option ssl_skip_cert_check to 
13000                 avoid dups of bug #959 (libetpan linked
13001                 against gnutls and gnutls buggy on 64bit)
13002                 Present expired warning only once per
13003                 session/server.
13004         * manual/advanced.xml
13005         * manual/fr/advanced.xml
13006                 Document new option
13007
13008 2006-06-01 [wwp]        2.2.0cvs70
13009
13010         * src/messageview.c
13011                 fix for bug #961 (return receipt dialog 
13012                 complains incorrectly about return-path 
13013                 email adress being different), thanks 
13014                 to Colin.
13015
13016 2006-05-31 [cleroy]     2.2.0cvs69
13017
13018         * src/common/ssl.c
13019                 Guard against NULLs, although this
13020                 should never be an issue
13021
13022 2006-05-31 [colin]      2.2.0cvs68
13023
13024         * src/filtering.c
13025                 Use g_slist_prepend
13026         * src/imap.c
13027                 Don't remove caches when destroying folder, it
13028                 could (should) be done at exit
13029         * src/inc.c
13030                 free processing cache after incorporation
13031         * src/etpan/imap-thread.c
13032                 Maybe fix bug #959 (Crash on moving to emails 
13033                 to a imap account per ssl with a expired 
13034                 certificate.)
13035
13036 2006-05-30 [colin]      2.2.0cvs67
13037
13038         * src/summaryview.c
13039                 Put back event flush when displaying message
13040                 It avoids reading a bunch of messages just
13041                 by hitting shift-n for too long ;)
13042
13043 2006-05-29 [colin]      2.2.0cvs66
13044
13045         * src/summaryview.c
13046                 Remove useless g_warnings
13047
13048 2006-05-29 [colin]      2.2.0cvs65
13049
13050         * src/imap.c
13051                 Fix g_slist_append()s for performance
13052
13053 2006-05-29 [colin]      2.2.0cvs64
13054
13055         * src/compose.c
13056         * src/common/utils.c
13057                 Fix extraneous tab at start of addresses
13058         * src/mainwindow.c
13059                 Fix warnings (thanks to Fabien)
13060                 Fix crash at exit when composing messages 
13061                 exist
13062         * src/pop.c
13063                 Fix progress bar when deleting expired mails
13064                 Thanks to Hiro
13065         * src/summaryview.c
13066         * src/gtk/gtksctree.c
13067                 Fix re-sorting slowness
13068
13069 2006-05-29 [paul]       2.2.0cvs63
13070
13071         * src/mh.c
13072                 fetch full message when moving mails
13073                 from another mailbox, (fixed data loss
13074                 when filtering from IMAP to MH, introduced
13075                 in 2.2.0cvs57).
13076                 Thanks to Colin
13077
13078 2006-05-29 [mones]      2.2.0cvs62
13079
13080         * src/gtk/gtksctree.c
13081                 Unselect faster (patch by Colin)        
13082
13083 2006-05-26 [colin]      2.2.0cvs61
13084
13085         * src/summaryview.c
13086                 Unplug MSGINFO_UPDATE callback on delete too.
13087
13088 2006-05-26 [colin]      2.2.0cvs60
13089
13090         * src/foldersel.c
13091                 Fix bold in folder selection window with glib2.10
13092                 thanks Hiro
13093
13094 2006-05-26 [colin]      2.2.0cvs59
13095
13096         * src/procheader.c
13097                 Convert date only if necessary (and don't
13098                 try to convert from utf8 to utf8, too)
13099         * src/summaryview.c
13100                 Only set column's text if the column's 
13101                 displayed
13102
13103 2006-05-26 [colin]      2.2.0cvs58
13104
13105         * src/summaryview.c
13106         * src/gtk/gtkutils.c
13107                 Fix useless warning
13108
13109 2006-05-26 [colin]      2.2.0cvs57
13110
13111         * src/mainwindow.c
13112                 Make summaryview selectable as long as 
13113                 no message has focus
13114         * src/mh.c
13115                 Faster deletion (by implementing mh_remove_msgs)
13116                 Faster copy (avoid using mh_fetch_msg just to get
13117                 the filename)
13118                 Faster move (using move_file instead of copy_file
13119                 if MSG_IS_MOVE)
13120                 No progressbar if total number of mails to cp/mv 
13121                 is less than 100
13122         * src/summaryview.c
13123                 Fix removal from subject_table when mail gets moved
13124                 Faster deletion (g_slist_prepend instead of append)
13125         * src/gtk/gtksctree.c
13126                 Remove useless code
13127
13128 2006-05-25 [colin]      2.2.0cvs56
13129
13130         * src/common/ssl_certificate.c
13131                 Fix leak in expired cert check
13132
13133 2006-05-25 [colin]      2.2.0cvs55
13134
13135         * src/mh.c
13136                 Disable flags syncing on .mh_sequences - it
13137                 is buggy and marks mails read under unknown
13138                 conditions.
13139
13140 2006-05-25 [paul]
13141
13142         * 2.3.0-rc4 released
13143
13144 2006-05-24 [colin]      2.2.0cvs54
13145
13146         attention cvs users: if you manage to crash
13147         Sylpheed-Claws while moving, copying or deleting
13148         mails, we *are* interested in stack traces and
13149         valgrind logs. It looks stable, but one never
13150         knows...
13151
13152         * src/folder.c
13153                 Add progressbar for cache updates
13154         * src/folderutils.c
13155                 Optimize Mark all read in the current
13156                 folder
13157         * src/mh.c
13158                 Add progressbar for copy/move
13159         * src/procmsg.c
13160                 Optimize O(n^2) in copy/move
13161         * src/summaryview.c
13162         * src/gtk/gtksctree.c
13163                 Optimize O(n^2) algos
13164         * src/common/timing.h
13165                 Display ms instead of us
13166
13167 2006-05-24 [wwp]        2.2.0cvs53
13168
13169         * manual/fr/advanced.xml
13170                 updates to the French manual.
13171
13172 2006-05-24 [wwp]        2.2.0cvs52
13173
13174         * src/common/utils.c
13175                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
13176
13177 2006-05-24 [wwp]        2.2.0cvs51
13178
13179         * src/folderutils.c
13180                 fixed "mark all read" in MH folders (thanks to Colin).
13181
13182 2006-05-24 [paul]       2.2.0cvs50
13183
13184         * doc/man/sylpheed-claws.1
13185                 updated the man page
13186
13187 2006-05-23 [colin]      2.2.0cvs49
13188
13189         * src/folderview.c
13190         * src/imap.c
13191         * src/inc.c
13192         * src/mbox.c
13193         * src/messageview.c
13194         * src/news.c
13195         * src/send_message.c
13196         * src/summaryview.c
13197         * src/gtk/sslcertwindow.c
13198                 alertpanel fixes, by Fabien
13199
13200 2006-05-23 [colin]      2.2.0cvs48
13201
13202         * src/folder.c
13203         * src/folderview.c
13204         * src/msgcache.c
13205         * src/summaryview.c
13206         * src/gtk/gtksctree.c
13207         * src/gtk/gtksctree.h
13208                 More timings
13209                 Fix slow loading problem, which was caused by the
13210                 use of some gtk_ctree funcs and their use of
13211                 g_list_position while gtk_ctree_(un)link'ing.
13212                 Reap more functions from gtkctree.c to be sure we
13213                 use our (fast) version instead of theirs.
13214         * src/mh.c
13215                 Fix copy of unread mails
13216
13217
13218 2006-05-22 [wwp]        2.2.0cvs47
13219
13220         * manual/fr/advanced.xml
13221                 updated.
13222
13223 2006-05-22 [colin]      2.2.0cvs46
13224
13225         * src/filtering.c
13226                 Fix possible infinite loop. 'copy' is not a 
13227                 final action, so when encountering a 'copy',
13228                 we have to check if a previous one was set
13229                 and do it. In the same way, if we encounter
13230                 a 'move' we have to perform a possibly 
13231                 pending 'copy'. This will slow down filtering
13232                 on IMAP if move+copy or multiple copy actions
13233                 are to be done, but handling it via the batch
13234                 would be really too convoluted.
13235
13236 2006-05-22 [wwp]        2.2.0cvs45
13237
13238         * manual/fr/advanced.xml
13239         * manual/fr/faq.xml
13240         * manual/fr/glossary.xml
13241         * manual/fr/handling.xml
13242         * manual/fr/intro.xml
13243         * manual/fr/plugins.xml
13244         * manual/fr/sylpheed-claws-manual.xml
13245                 sync w/ the english manual: updates URIs, documented mailing-list
13246                 support, better explanation about the enabled/disabled feature
13247                 in filtering/processing rules by Paul.
13248
13249 2006-05-21 [colin]      2.2.0cvs44
13250
13251         * src/summaryview.c
13252                 Don't expand after building threads, but during
13253
13254 2006-05-21 [colin]      2.2.0cvs43
13255
13256         * src/procmsg.c
13257         * src/summaryview.c
13258                 More timing possibilities... For next time I have 
13259                 to find out how the hell some 3GHz computer takes
13260                 one minute to open a 30k folder...
13261
13262 2006-05-21 [colin]      2.2.0cvs42
13263
13264         * manual/pl/advanced.xml
13265         * manual/pl/faq.xml
13266         * manual/pl/glossary.xml
13267         * manual/pl/handling.xml
13268         * manual/pl/intro.xml
13269         * manual/pl/plugins.xml
13270         * manual/pl/sylpheed-claws-manual.xml
13271                 Polish manual updated by Pawel
13272
13273 2006-05-20 [colin]
13274
13275         * 2.3.0-rc3 released
13276
13277 2006-05-20 [colin]      2.2.0cvs41
13278
13279         * src/imap.c
13280                 Fix -rc2 problems:
13281                 - remove cache of moved messages from original folder
13282                 - apply new flags to messages even if they aren't appliable
13283                   via IMAP.
13284
13285 2006-05-20 [colin]
13286
13287         * 2.3.0-rc2 released
13288
13289 2006-05-19 [colin]      2.2.0cvs40
13290
13291         * src/imap.c
13292                 Don't issue SELECT in imap_change_flags
13293                 before having checked that we indeed have
13294                 some flags to change. MSG_POSTFILTERED for
13295                 example can't be used on IMAP.
13296                 Fixes bug #955 (copying messages between 
13297                 imap folders is extremely slow), which was
13298                 a regression.
13299
13300 2006-05-19 [colin]      2.2.0cvs39
13301
13302         * src/folder.c
13303         * src/folder.h
13304         * src/folderview.c
13305                 Try to fix bug #830 (Some unread messages 
13306                 get marked read in IMAP inbox):
13307                 - Prevent scanning a folder if it's being 
13308                   opened via the GUI
13309                 - Postpone opening via the GUI of a folder
13310                   currently scanned.
13311
13312
13313 2006-05-19 [wwp]        2.2.0cvs38
13314
13315         * manual/advanced.xml
13316                 fix English+typo (thanks to Paul).
13317
13318 2006-05-19 [wwp]        2.2.0cvs37
13319
13320         * manual/advanced.xml
13321         * manual/fr/advanced.xml
13322         * src/gtk/logwindow.c
13323         * src/prefs_common.c
13324         * src/prefs_common.h
13325                 added hidden prefs to allow customization of colors used in
13326                 protocol log window (useful for dark gtk+ themes).
13327
13328 2006-05-19 [wwp]        2.2.0cvs36
13329
13330         * ChangeLog
13331                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
13332
13333 2006-05-19 [paul]       2.2.0cvs35
13334
13335         * src/textview.c
13336                 make Reply-To fully clickable
13337         * src/gtk/logwindow.c
13338                 more colouring (SMTP ESMTP)
13339         Both patches by Pawel Pekala
13340
13341 2006-05-19 [cleroy]     2.2.0cvs34
13342
13343         * src/mh.c
13344                 Don't update flags from current folder
13345                 Probably fixes bug #935 (Read Messages 
13346                 Revert to Being Marked as Unread)
13347
13348 2006-05-18 [colin]      2.2.0cvs33
13349
13350         * src/imap.c
13351                 Warning fix
13352         * src/compose.c
13353         * src/mainwindow.c
13354         * src/summaryview.c
13355         * src/toolbar.c
13356                 Allow replying to multiple emails
13357                 in multiple windows
13358         * src/mimeview.c
13359         * src/etpan/imap-thread.c
13360                 Leak fixes
13361
13362 2006-05-18 [paul]       2.2.0cvs32
13363
13364         * src/summaryview.c
13365                 keep Mailing-List menu refreshed
13366                 Thanks to Colin
13367
13368 2006-05-18 [paul]       2.2.0cvs31
13369
13370         * manual/advanced.xml
13371         * manual/faq.xml
13372         * manual/glossary.xml
13373         * manual/handling.xml
13374         * manual/intro.xml
13375         * manual/plugins.xml
13376         * manual/sylpheed-claws-manual.xml
13377                 update URLs
13378                 add info about mailing-list support
13379                 edit filtering info
13380         * src/wizard.c
13381         * src/common/defs.h
13382         * src/gtk/about.c
13383         * src/plugins/dillo_viewer/README
13384                 update URLs
13385
13386 2006-05-17 [wwp]        2.2.0cvs30
13387
13388         * manual/handling.xml
13389         * manual/fr/handling.xml
13390                 documented the ability to enabled/disable filtering/processing rules.
13391
13392 2006-05-17 [colin]      2.2.0cvs29
13393
13394         * src/main.c
13395                 Don't initialize g_thread subsystem if it's 
13396                 already done (thanks to Hiro)
13397         * src/mimeview.c
13398                 Fix saving of parts when there name can't be
13399                 converted from UTF-8.
13400
13401 2006-05-17 [paul]       2.2.0cvs28
13402
13403         * po/Makefile.in.in
13404                 fix config.status warning with autoconf 2.60
13405
13406 2006-05-17 [paul]       2.2.0cvs27
13407
13408         * po/POTFILES.in
13409                 add src/mbox.c
13410
13411 2006-05-17 [wwp]        2.2.0cvs26
13412
13413         * src/mainwindow.c
13414                 fix useless and potentially dangerous buffer walking (thanks to Colin).
13415
13416 2006-05-17 [wwp]        2.2.0cvs25
13417
13418         * src/plugins/demo/demo.c
13419                 updated product name in plugin demo (many plugins need to be
13420                 sync'ed w/ that change).
13421
13422 2006-05-17 [colin]      2.2.0cvs24
13423
13424         * src/mh.c
13425                 Fix leak
13426
13427 2006-05-16 [colin]      2.2.0cvs23
13428
13429         * src/mainwindow.c
13430                 Stupid me hit again. Fix cvs22.
13431
13432 2006-05-16 [colin]      2.2.0cvs22
13433
13434         * src/mainwindow.c
13435                 Fix bug #922 (sylpheed-claws crashed after 
13436                 pushing on Inbox folder)
13437
13438 2006-05-16 [colin]      2.2.0cvs21
13439
13440         * src/compose.c
13441                 Make From header be copy/paste/select-able
13442
13443 2006-05-16 [wwp]        2.2.0cvs20
13444
13445         * src/export.c
13446         * src/matcher.c
13447         * src/summaryview.c
13448         * src/etpan/imap-thread.c
13449                 fix some compiler warnings (thanks to Colin).
13450
13451 2006-05-16 [wwp]        2.2.0cvs19
13452
13453         * src/action.c
13454         * src/gedit-print.c
13455         * src/inc.c
13456         * src/mainwindow.c
13457         * src/mh.c
13458         * src/statusbar.c
13459         * src/send_message.c
13460         * src/summaryview.c
13461                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
13462
13463 2006-05-15 [colin]      2.2.0cvs18
13464
13465         * src/procmsg.c
13466                 Fix automatic rule creation with List-Post
13467
13468 2006-05-15 [paul]       2.2.0cvs17
13469
13470         * tools/filter_conv_new.pl
13471                 updated for rule enabling/disabling
13472                 claws version >= 2.3.x required
13473
13474 2006-05-15 [cleroy]     2.2.0cvs16
13475
13476         * src/main.c
13477                 Revert test
13478
13479 2006-05-15 [cleroy]     2.2.0cvs15
13480
13481         * src/main.c
13482                 test
13483
13484 2006-05-15 [wwp]        2.2.0cvs14
13485
13486         * manual/pl/.cvsignore
13487                 ignore generated files.
13488
13489 2006-05-14 [wwp]        2.3.0-rc1
13490
13491         * 2.3.0-rc1 released
13492
13493 2006-05-13 [wwp]        2.2.0cvs13
13494
13495         * src/filtering.c
13496         * src/filtering.h
13497         * src/matcher.c
13498         * src/matcher_parser_lex.l
13499         * src/matcher_parser_parse.y
13500         * src/prefs_filtering.c
13501                 new feature: provide the ability to disable filtering and processing
13502                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
13503                 adaptations.
13504
13505 2006-05-13 [colin]      2.2.0cvs12
13506
13507         * src/compose.c
13508                 Remove useless if (a) b; else b;
13509                 Thanks to wwp
13510
13511 2006-05-13 [wwp]        2.2.0cvs11
13512
13513         * src/export.c
13514         * src/import.c
13515         * src/mainwindow.c
13516         * src/mbox.c
13517         * src/summaryview.c
13518         * src/summaryview.h
13519                 no more silent failures (or at least less ones) when importing
13520                 or exporting from/to mbox. Also start importing/exporting if
13521                 the necessary info is set.
13522
13523 2006-05-13 [wwp]        2.2.0cvs10
13524
13525         * RELEASE_NOTES
13526                 restored up-to-date release notes.
13527
13528 2006-05-13 [paul]       2.2.0cvs9
13529
13530         * po/nl.po
13531         * po/ru.po
13532                 updated by Tim Dijkstra and Pavlo Bohmat
13533
13534 2006-05-12 [colin]      2.2.0cvs8
13535
13536         * src/gtk/quicksearch.c
13537                 Add "k" as shortcut for "colorlabel". Patch
13538                 by ath42@users.sf.net.
13539
13540 2006-05-12 [paul]       2.2.0cvs7
13541
13542         * src/prefs_common.h
13543         * src/prefs_summaries.c
13544         * src/summaryview.c
13545                 when entering a folder also allow
13546                 going directly to first Marked message
13547
13548 2006-05-12 [paul]       2.2.0cvs6
13549
13550         * src/summaryview.c
13551                 always obey 'confirm before marking all
13552                 mails read' option
13553
13554 2006-05-12 [paul]       2.2.0cvs5
13555
13556         * src/textview.c
13557                 make Sender fully clickable
13558
13559 2006-05-12 [colin]      2.2.0cvs4
13560
13561         * src/compose.c
13562         * src/compose.h
13563                 Let From be editable
13564         * src/main.c
13565         * src/mh.c
13566                 Full support of .mh_sequences' Unseen seq
13567
13568 2006-05-12 [colin]      2.2.0cvs3
13569
13570         * src/folder.c
13571         * src/mainwindow.c
13572         * src/mainwindow.h
13573         * src/messageview.c
13574         * src/prefs_spelling.c
13575         * src/procheader.c
13576         * src/procmsg.c
13577         * src/procmsg.h
13578         * src/summaryview.c
13579         * src/toolbar.c
13580         * src/toolbar.h
13581                 Add contextual menu on Compose toolbar
13582                 button. Fixes bug #944 (Automatic
13583                 addresses not applied when changing account
13584                 from compose window)
13585                 add Mailing List support
13586                 based on the old 0.6.5claws25 patch by
13587                 Melvin Hadasht, with finishing touches
13588                 by Colin
13589                 Fix "ignore thread" when mails are threaded by
13590                 subject (and weren't ignored although appearing
13591                 in the thread).
13592                 GUI rework.
13593                 Both patches by Pawel.
13594
13595 2006-05-08 [paul]       2.2.0cvs2
13596
13597         * src/mainwindow.c
13598         * src/mainwindow.h
13599         * src/messageview.c
13600         * src/procheader.c
13601         * src/procmsg.c
13602         * src/procmsg.h
13603         * src/summaryview.c
13604                 add Mailing List support
13605                 based on the old 0.6.5claws25 patch by 
13606                 Melvin Hadasht, with finishing touches
13607                 by Colin
13608
13609 2006-05-08 [colin]      2.2.0cvs1
13610
13611         * src/mainwindow.c
13612         * src/toolbar.c
13613         * src/toolbar.h
13614                 Add contextual menu on Compose toolbar 
13615                 button. Fixes bug #944 (Automatic 
13616                 addresses not applied when changing account 
13617                 from compose window)
13618
13619 2006-05-08 [paul]       2.2.0
13620
13621         2.2.0 released
13622
13623 2006-05-08 [paul]       2.1.1cvs51
13624
13625         * po/cs.po
13626         * po/de.po
13627         * po/en_GB.po
13628         * po/fi.po
13629         * po/fr.po
13630         * po/pt_BR.po
13631         * po/sr.po
13632         * po/zh_CN.po
13633                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
13634                 Fabien Vantard, Frederico Goncalves Guimaraes,
13635                 Aleksandar Urosevic, and Ralgh Young
13636
13637 2006-05-12 [colin]      2.1.1cvs50
13638
13639         * po/cs.po
13640         * po/de.po
13641         * po/en_GB.po
13642         * po/es.po
13643         * po/fi.po
13644         * po/fr.po
13645         * po/pt_BR.po
13646         * po/sr.po
13647         * po/zh_CN.po
13648                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
13649                 Fabien Vantard, Frederico Goncalves Guimaraes,
13650                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
13651
13652 2006-05-05 [colin]      2.1.1cvs49
13653
13654         * manual/Makefile.am
13655         * manual/pl/Makefile.am
13656         * manual/pl/account.xml
13657         * manual/pl/ack.xml
13658         * manual/pl/addrbook.xml
13659         * manual/pl/advanced.xml
13660         * manual/pl/faq.xml
13661         * manual/pl/glossary.xml
13662         * manual/pl/gpl.xml
13663         * manual/pl/handling.xml
13664         * manual/pl/intro.xml
13665         * manual/pl/keyboard.xml
13666         * manual/pl/plugins.xml
13667         * manual/pl/starting.xml
13668         * manual/pl/sylpheed-claws-manual.xml
13669         * manual/pl/dist/.cvsignore
13670         * manual/pl/dist/Makefile.am
13671         * manual/pl/dist/html/.cvsignore
13672         * manual/pl/dist/html/Makefile.am
13673         * manual/pl/dist/pdf/.cvsignore
13674         * manual/pl/dist/pdf/Makefile.am
13675         * manual/pl/dist/ps/.cvsignore
13676         * manual/pl/dist/ps/Makefile.am
13677         * manual/pl/dist/txt/.cvsignore
13678         * manual/pl/dist/txt/Makefile.am
13679                 Add the polish translation of the manual,
13680                 Authored by Pawel Pekala.
13681
13682 2006-05-05 [cleroy]     2.1.1cvs48
13683
13684         * src/main.c
13685                 Re-read matcherrc after loading plugins 
13686                 if some of them add folders.
13687
13688 2006-05-03 [colin]      2.1.1cvs47
13689
13690         * src/imap.c
13691                 I'm idiot
13692
13693 2006-05-03 [colin]      2.1.1cvs46
13694
13695         * src/imap.c
13696                 Be sure to have a session when
13697                 getting separator
13698
13699 2006-05-03 [colin]      2.1.1cvs45
13700
13701         * src/imap.c
13702         * src/imap.h
13703         * src/imap_gtk.c
13704                 Fix preventing renaming with namespace 
13705                 separator.
13706
13707 2006-05-01 [colin]      2.1.1cvs44
13708
13709         * src/action.c
13710                 Don't reload messageview when result of
13711                 action is piped.
13712
13713 2006-04-29 [colin]      2.1.1cvs43
13714
13715         * src/prefs_receive.c
13716         * src/plugins/spamassassin/spamassassin_gtk.c
13717         * src/plugins/clamav/clamav_plugin_gtk.c
13718                 GUI fixes by Pawel
13719
13720 2006-04-29 [colin]      2.1.1cvs42
13721
13722         * src/prefs_compose_writing.c
13723         * src/prefs_quote.c
13724                 Cleanups. Patch by Pawel
13725
13726 2006-04-28 [paul]       2.1.1cvs41
13727
13728         * src/matcher.c
13729                 fix returned quick search results when search
13730                 term contains an underscore.
13731                 Thanks to Colin
13732
13733 2006-04-28 [paul]       2.1.1cvs40
13734
13735         * src/prefs_message.c
13736         * src/prefs_receive.c
13737                 GUI cleanups
13738                 Patches by Pawel Pekala
13739
13740 2006-04-27 [colin]      2.1.1cvs39
13741
13742         * src/wizard.c
13743                 Differentiate subject Welcome from
13744                 window's title Welcome
13745
13746 2006-04-27 [paul]
13747
13748         2.2.0-rc1 released
13749
13750 2006-04-27 [paul]       2.1.1cvs38
13751
13752         * manual/advanced.xml
13753         * manual/fr/advanced.xml
13754                 add info about compose_no_markup hidden pref
13755
13756 2006-04-27 [paul]       2.1.1cvs37
13757
13758         * src/prefs_account.c
13759                 improve privacy labels
13760         * src/prefs_msg_colors.c
13761                 change some strings for translators' convenience
13762         * src/gtk/gtkutils.c
13763                 don't underline the link button text
13764
13765 2006-04-25 [colin]      2.1.1cvs36
13766
13767         * src/folder.c
13768                 Complete 2.1.1cvs33 (once more ;)
13769
13770 2006-04-25 [colin]      2.1.1cvs35
13771
13772         * src/editldap.c
13773                 Fix tooltip
13774
13775 2006-04-25 [cleroy]     2.1.1cvs34
13776
13777         * src/compose.c
13778         * src/gtk/gtkaspell.c
13779                 Fix crash on redirect (related to the return 
13780                 of the aspell menu in compose's toolbar)
13781         * src/prefs_msg_colors.c
13782                 Fix sensitivity widgets
13783         * src/image_viewer.c
13784         * src/gtk/pluginwindow.c
13785         * src/gtk/prefswindow.c
13786                 Change released signals to clicked (Fabien)
13787         * po/POTFILES.in
13788         * src/common/socket.c
13789         * src/plugins/spamassassin/spamassassin.c
13790                 Translate strings (Fabien)
13791
13792 2006-04-25 [paul]       2.1.1cvs33
13793
13794         * src/folder.c
13795         * src/folder.h
13796         * src/folderview.c
13797                 complete the fix of bug #912
13798                 Thanks to Colin
13799
13800 2006-04-25 [colin]      2.1.1cvs32
13801
13802         * src/news.c
13803                 Better progress bar
13804         * src/mimeview.c
13805         * src/summaryview.c
13806         * src/summaryview.h
13807                 Fix focus chain
13808                 Patches by Pawel Pekala
13809
13810 2006-04-24 [colin]      2.1.1cvs31
13811
13812         * src/compose.c
13813                 Fix compilation warnings (Fabien)
13814
13815 2006-04-24 [colin]      2.1.1cvs30
13816
13817         * src/addrindex.c
13818         * src/editldap.c
13819         * src/editldap_basedn.c
13820         * src/editldap_basedn.h
13821         * src/ldapctrl.c
13822         * src/ldapctrl.h
13823         * src/ldapquery.c
13824         * src/ldaputil.c
13825         * src/ldaputil.h
13826                 Fix bug #901 (LDAPS support)
13827
13828 2006-04-24 [colin]      2.1.1cvs29
13829
13830         * src/compose.c
13831                 Fix logic on error with send dialog on
13832         * src/imap.c
13833                 Fix compilation without libetpan, thanks
13834                 to Fabien
13835         * src/summaryview.c
13836                 Fix 'context-menu' key
13837
13838 2006-04-23 [colin]      2.1.1cvs28
13839
13840         * src/folder.c
13841                 Never free current's cache to free up 
13842                 memory. Fixes bug #912 (new count 
13843                 randomly set to message count)
13844
13845 2006-04-23 [colin]      2.1.1cvs27
13846
13847         * src/gtk/quicksearch.c
13848                 And remove printf...
13849
13850 2006-04-23 [colin]      2.1.1cvs26
13851
13852         * src/gtk/quicksearch.c
13853                 Fix replacing in quicksearch, and fix inserting
13854                 in the middle of the string. (introduced at 2.1.0cvs22)
13855
13856 2006-04-23 [colin]      2.1.1cvs25
13857
13858         * src/imap.c
13859                 Make sure uidnext is initialized in get_num_list
13860                 (not for stable, related to 2.1.1cvs8 and friends)
13861
13862 2006-04-23 [colin]      2.1.1cvs24
13863
13864         * src/imap.c
13865                 Output something when login is successful
13866                 too
13867
13868 2006-04-23 [colin]      2.1.1cvs23
13869
13870         * src/etpan/imap-thread.c
13871                 Better logging (line-per-line, hide data in fetch)
13872                 Fix a const warning
13873         * src/gtk/logwindow.c
13874         * src/gtk/logwindow.h
13875                 Better logging (color for input/output)
13876
13877 2006-04-21 [colin]      2.1.1cvs22
13878
13879         * src/gtk/quicksearch.c
13880                 On gtk+-2.8, use stock buttons in quicksearch
13881                 Based on a patch by Fabien and a design by Paul
13882
13883 2006-04-21 [colin]      2.1.1cvs21
13884
13885         * src/folderview.c
13886         * src/mainwindow.c
13887                 Fix occasional flicker in folderview
13888         * src/common/utils.c
13889                 Fix bug #943 (Incorrectly parsed email address 
13890                 list in short headers on message view and in 
13891                 printouts)
13892
13893 2006-04-20 [colin]      2.1.1cvs20
13894
13895         * src/imap.c
13896         * src/imap.h
13897         * src/prefs_account.c
13898                 Add ANONYMOUS auth for IMAP
13899
13900 2006-04-20 [paul]       2.1.1cvs19
13901
13902         * src/main.c
13903                 proper fix for 2.1.1cvs18
13904                 Thanks to Colin
13905
13906 2006-04-20 [paul]       2.1.1cvs18
13907
13908         * src/main.c
13909                 fix build warnings
13910
13911 2006-04-20 [paul]       2.1.1cvs17
13912
13913         * src/gtk/quicksearch.c
13914                 fix standard, non-extended Quick search,
13915                 was broken in 2.1.1cvs15.
13916                 Thanks to Colin.
13917
13918 2006-04-20 [colin]      2.1.1cvs16
13919
13920         * src/prefs_matcher.c
13921                 Fix values when reselecting a ~test
13922                 rule
13923
13924 2006-04-19 [colin]      2.1.1cvs15
13925
13926         * src/compose.c
13927         * src/compose.h
13928         * src/gtk/gtkaspell.c
13929         * src/gtk/gtkaspell.h
13930                 Put back Options menu in Spelling/
13931         * src/gtk/quicksearch.c
13932                 Don't search, and show error, if the
13933                 advanced search has a syntax error
13934
13935 2006-04-18 [colin]      2.1.1cvs14
13936
13937         * src/textview.c
13938                 Fix gdk warnings on set_cursor when textview
13939                 isn't visible
13940
13941 2006-04-18 [colin]      2.1.1cvs13
13942
13943         * src/gtk/gtksctree.c
13944                 Remove seemingly useless refresh that causes
13945                 flicker - watch this commit in case of 
13946                 problems before planned backport to stable
13947
13948 2006-04-18 [colin]      2.1.1cvs12
13949
13950         * src/imap.c
13951                 Factorize get/set_xml code
13952         * src/compose.c
13953         * src/prefs_account.c
13954         * src/prefs_account.h
13955         * src/procmsg.c
13956                 Add Encrypt to self option
13957
13958 2006-04-17 [colin]      2.1.1cvs11
13959
13960         * configure.ac
13961                 Fix search on encrpyt function on dragonfly
13962                 Patch by Jonathan Buschmann <jonthn@agmact.com>
13963
13964 2006-04-17 [colin]      2.1.1cvs10
13965
13966         * src/prefs_account.c
13967                 Be safe by default: remove mails from POP3
13968                 after 7 days, not immediately
13969
13970 2006-04-17 [colin]      2.1.1cvs9
13971
13972         * src/etpan/imap-thread.c
13973                 Fix build on DragonFly - patch by 
13974                 Jonathan Buschmann <jonthn@agmact.com>
13975
13976 2006-04-17 [colin]      2.1.1cvs8
13977
13978         * src/imap.c
13979                 Save uidnext between sessions
13980
13981 2006-04-17 [colin]      2.1.1cvs7
13982
13983         * src/imap.c
13984                 scan is required when uid validity changes
13985
13986 2006-04-17 [colin]      2.1.1cvs6
13987
13988         * src/folderview.c
13989                 Don't scan if not necessary, apart in current
13990                 folder and INBOX to fetch flags.
13991         * src/imap.c
13992                 Scan is necessary if unread count changes
13993
13994 2006-04-17 [colin]      2.1.1cvs5
13995
13996         * src/imap.c
13997                 ...But always fetch ANSWERED and DELETED flags for
13998                 INBOX, as filtering can happen on these flags.
13999
14000 2006-04-17 [colin]      2.1.1cvs4
14001
14002         * src/imap.c
14003                 Don't fetch REPLIED and DELETED flags when synchronising
14004                 flags with a closed folder. We only need UNSEEN and FLAGGED
14005                 to update the folderview.
14006
14007 2006-04-17 [colin]      2.1.1cvs3
14008
14009         * src/imap.c
14010                 Faster flag search when there are new mails 
14011                 in a folder. We can do a full search if the 
14012                 folder contains less messages than the new
14013                 list.
14014
14015 2006-04-17 [colin]      2.1.1cvs2
14016
14017         * po/cs.po
14018         * po/de.po
14019         * po/fr.po
14020         * po/nl.po
14021         * po/pt_BR.po
14022                 Update translations from stable branch
14023
14024 2006-04-17 [colin]      2.1.1cvs1
14025
14026         * configure.ac
14027                 Bump version to follow stable release
14028
14029 2006-04-16 [mones]      2.1.0cvs50
14030
14031         * po/es.po
14032                 Updated for release
14033
14034 2006-04-16 [colin]      2.1.0cvs49
14035
14036         * src/textview.c
14037                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
14038                 with gtk < 2.8. Thanks to Fabien Vantard.
14039
14040 2006-04-15 [colin]      2.1.0cvs48
14041
14042         * src/etpan/imap-thread.c
14043                 Fix bug #919 (libetpan: SEGV when connecting 
14044                 using command)
14045
14046 2006-04-14 [colin]      2.1.0cvs47
14047
14048         * src/main.c
14049                 Fix race on --select (should be done better)
14050
14051 2006-04-14 [wwp]        2.1.0cvs46
14052
14053         * src/send_message.c
14054                 enforce a check for domain in account prefs (a sending
14055                 error could be faced if domain was checked but no value set),
14056                 thanks to Colin.
14057
14058 2006-04-14 [colin]      2.1.0cvs45
14059
14060         * src/codeconv.c
14061                 when converting from unknown to unknown, if the
14062                 string is UTF8, don't convert it to the locale
14063                 (which breaks it)
14064
14065 2006-04-14 [colin]      2.1.0cvs44
14066
14067         * src/compose.c
14068                 Don't try to use ASCII for converting headers
14069                 (as done in body)
14070
14071 2006-04-14 [paul]       2.1.0cvs43
14072
14073         * src/crash.c
14074                 add locale/charset info to crash report
14075         * src/gtk/about.c
14076                 add wwp to doc team
14077                 replace 'e-mail' with preferred 'email'
14078         * src/gtk/authors.h
14079                 ensure contributors list is in alphabetical
14080                 order
14081
14082 2006-04-13 [colin]      2.1.0cvs42
14083
14084         * src/textview.c
14085                 Prevent gdk warnings
14086
14087 2006-04-13 [colin]      2.1.0cvs41
14088
14089         * src/common/ssl_certificate.c
14090         * src/common/ssl_certificate.h
14091         * src/gtk/sslcertwindow.c
14092                 Warn on expired certs, and display the expiration date
14093
14094 2006-04-13 [colin]      2.1.0cvs40
14095
14096         * src/plugins/spamassassin/spamassassin_gtk.c
14097                 Fix missing set_text on unix socket
14098
14099 2006-04-13 [wwp]        2.1.0cvs39
14100
14101         * manual/fr/advanced.xml
14102         * manual/fr/glossary.xml
14103                 applied new spam/ham/email lexicon (pourriel, courriel)
14104
14105 2006-04-13 [paul]       2.1.0cvs38
14106
14107         * src/plugins/pgpmime/plugin.c
14108                 remove the mention of S/MIME from the
14109                 description. This is now handled by the
14110                 S/MIME plugin.
14111
14112 2006-04-13 [paul]       2.1.0cvs37
14113
14114         * src/prefs_msg_colors.c
14115                 rework dialog
14116         * src/prefs_folder_item.c
14117         * src/prefs_spelling.c
14118                 add a tooltip to the colour selector buttons
14119
14120 2006-04-13 [wwp]        2.1.0cvs36
14121
14122         * manual/advanced.xml
14123         * manual/glossary.xml
14124         * manual/handling.xml
14125         * manual/keyboard.xml
14126         * manual/plugins.xml
14127         * manual/starting.xml
14128         * manual/fr/account.xml
14129         * manual/fr/ack.xml
14130         * manual/fr/addrbook.xml
14131         * manual/fr/advanced.xml
14132         * manual/fr/faq.xml
14133         * manual/fr/glossary.xml
14134         * manual/fr/gpl.xml
14135         * manual/fr/handling.xml
14136         * manual/fr/intro.xml
14137         * manual/fr/keyboard.xml
14138         * manual/fr/plugins.xml
14139         * manual/fr/starting.xml
14140         * manual/fr/sylpheed-claws-manual.xml
14141                 fixes to the manuals:
14142                  - summaryview -> Message List (same in French)
14143                  - translate key names
14144                  - fix French punctuation, use non-breakable spaces when
14145                    necessary, don't use &thinsp; which is not portable
14146                  - tell what maildir and mbox formats we support
14147
14148 2006-04-12 [wwp]        2.1.0cvs35
14149
14150         * src/prefs_toolbar.c
14151                 unified a replace button more,
14152                 patch by Fabien Vantard <fzzzzz@gmail.com>.
14153
14154 2006-04-12 [wwp]        2.1.0cvs34
14155
14156         * src/prefs_common.c
14157         * src/prefs_msg_colors.c
14158                 make default color labels translatable,
14159                 patch from Fabien Vantard <fzzzzz@gmail.com>,
14160                 thanks to Tim <timbrain@post.cz> for reporting.
14161
14162 2006-04-12 [wwp]        2.1.0cvs33
14163
14164         * manual/glossary.xml
14165         * manual/intro.xml
14166         * manual/plugins.xml
14167         * manual/starting.xml
14168         * manual/sylpheed-claws-manual.xml
14169         * manual/fr/.cvsignore
14170         * manual/fr/account.xml
14171         * manual/fr/ack.xml
14172         * manual/fr/addrbook.xml
14173         * manual/fr/advanced.xml
14174         * manual/fr/faq.xml
14175         * manual/fr/glossary.xml
14176         * manual/fr/handling.xml
14177         * manual/fr/intro.xml
14178         * manual/fr/keyboard.xml
14179         * manual/fr/plugins.xml
14180         * manual/fr/starting.xml
14181         * manual/fr/sylpheed-claws-manual.xml
14182                 various fixes: typos, missing .fr translations, punctuation,
14183                 capitalization, links, accents and some bad French more.
14184
14185 2006-04-12 [wwp]        2.1.0cvs32
14186
14187         * src/prefs_gtk.c
14188                 fix for bug #935: always store prefs files in UTF-8 (thanks
14189                 to Colin).
14190
14191 2006-04-11 [colin]      2.1.0cvs31
14192
14193         * src/compose.c
14194                 Fix inserting files not in utf8 when locale is utf8
14195
14196 2006-04-11 [colin]      2.1.0cvs30
14197
14198         * src/inc.c
14199                 Don't show error dialog when cancelling connection
14200                 Patch by Pawel
14201
14202 2006-04-11 [cleroy]     2.1.0cvs29
14203
14204         * src/compose.c
14205                 Implement multiple quote levels
14206         * src/prefs_common.c
14207                 Change a little bit the quote bgcolor for 2nd level
14208
14209 2006-04-11 [colin]      2.1.0cvs28
14210
14211         * src/gtk/about.c
14212                 Add locale and charset in the label
14213
14214 2006-04-10 [colin]      2.1.0cvs27
14215
14216         * src/compose.c
14217         * src/prefs_common.c
14218         * src/prefs_common.h
14219         * src/prefs_msg_colors.c
14220         * src/textview.c
14221                 Allow optional background color in quotes
14222                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
14223                 GTK+-2.8.x feature
14224
14225 2006-04-10 [colin]      2.1.0cvs26
14226
14227         * src/main.c
14228         * src/mainwindow.c
14229         * src/mainwindow.h
14230                 Implement --select
14231
14232 2006-04-10 [colin]      2.1.0cvs25
14233
14234         * manual/plugins.xml
14235         * manual/fr/plugins.xml
14236                 Document libcurl's proxy variables
14237
14238 2006-04-09 [colin]      2.1.0cvs24
14239
14240         * src/prefs_common.c
14241                 gettext() returns statically allocated stuff. We have
14242                 to strdup it in order to be able to free it.
14243
14244 2006-04-09 [colin]      2.1.0cvs23
14245
14246         * AUTHORS
14247         * src/gtk/authors.h
14248                 Add Alexei
14249
14250 2006-04-09 [colin]      2.1.0cvs22
14251
14252         * src/mainwindow.c
14253         * src/gtk/quicksearch.c
14254                 Fix bug #859 (problems with cyrilic input in 
14255                 search panel) - Patch by Alexey Illarionov 
14256                 <littlesavage@rambler.ru>
14257
14258 2006-04-09 [colin]      2.1.0cvs21
14259
14260         * src/prefs_customheader.c
14261                 I prefer removing then freeing rather than the contrary
14262                 (even if it doesn't change anything ;-)
14263         * src/prefs_account.c
14264                 Fix bug #933 (Crash re-entering the custom headers list 
14265                 dialog in accounts prefs)
14266                 The problem happened when cancelling the Account 
14267                 Preferences' dialogs - in which case we didn't do 
14268                 anything to the PrefsAccount * struct. In case of applying,
14269                 the old ac_prefs was replaced with the tmp_ac_prefs we were
14270                 working with in this dialog. The problem is that 
14271                 prefs_customheader.c, working on this tmp_ac_prefs, always
14272                 changes the ->customhdr_list pointer, even when cancelled. 
14273                 So in case of cancelling the prefs_account dialog, we still
14274                 have to update ->customhdr_list in the real account.
14275
14276 2006-04-08 [colin]      2.1.0cvs20
14277
14278         * manual/fr/glossary.xml
14279         * manual/fr/keyboard.xml
14280                 Forgot some headers :)
14281
14282 2006-04-08 [colin]      2.1.0cvs19
14283
14284         * manual/Makefile.am
14285         * manual/fr/Makefile.am
14286         * manual/fr/account.xml
14287         * manual/fr/ack.xml
14288         * manual/fr/addrbook.xml
14289         * manual/fr/advanced.xml
14290         * manual/fr/faq.xml
14291         * manual/fr/glossary.xml
14292         * manual/fr/gpl.xml
14293         * manual/fr/handling.xml
14294         * manual/fr/intro.xml
14295         * manual/fr/keyboard.xml
14296         * manual/fr/plugins.xml
14297         * manual/fr/starting.xml
14298         * manual/fr/sylpheed-claws-manual.xml
14299         * manual/fr/dist/.cvsignore
14300         * manual/fr/dist/Makefile.am
14301         * manual/fr/dist/html/.cvsignore
14302         * manual/fr/dist/html/Makefile.am
14303         * manual/fr/dist/pdf/.cvsignore
14304         * manual/fr/dist/pdf/Makefile.am
14305         * manual/fr/dist/ps/.cvsignore
14306         * manual/fr/dist/ps/Makefile.am
14307         * manual/fr/dist/txt/.cvsignore
14308         * manual/fr/dist/txt/Makefile.am
14309                 Add the french translation of the manual. Thanks to
14310                 Olivier Delhomme <olivier.delhomme@free.fr> for 
14311                 account.xml, ack.xml, addrbook.xml and advanced.xml
14312
14313 2006-04-08 [colin]      2.1.0cvs18
14314
14315         * manual/plugins.xml
14316         * manual/starting.xml
14317                 More fixes
14318
14319 2006-04-07 [colin]      2.1.0cvs17
14320
14321         * manual/faq.xml
14322         * manual/intro.xml
14323         * manual/keyboard.xml
14324                 Little fixes
14325
14326 2006-04-07 [colin]      2.1.0cvs16
14327
14328         * README
14329         * src/compose.c
14330         * src/prefs_common.c
14331         * src/prefs_common.h
14332                 Add hidden compose_no_markup pref
14333
14334 2006-04-07 [wwp]        2.1.0cvs15
14335
14336         * src/summary_search.c
14337         * .cvsignore
14338                 Bugfix: stop button was sticky when searching in an empty folder.
14339                 Applied curly brackets code style to the whole file (summary_search.c).
14340                 More files to ignore.
14341
14342 2006-04-07 [wwp]        2.1.0cvs14
14343
14344         * src/message_search.c
14345         * src/summary_search.c
14346                 changed default button when search bumps at file/folder
14347                 beginning or end, for convenience (thanks to Colin).
14348
14349 2006-04-07 [paul]       2.1.0cvs13
14350
14351         * src/plugins/dillo_viewer/dillo_prefs.c
14352                 avoid future potential for namespace collision
14353                 Patch by Colin
14354
14355 2006-04-06 [wwp]        2.1.0cvs12
14356
14357         * src/summary_search.c
14358                 Unify extended/advanced searches names (and thus factorize labels),
14359                 patch by Fabien Vantard <fzzzzz@gmail.com>.
14360
14361 2006-04-06 [wwp]        2.1.0cvs11
14362
14363         * src/folderview.c
14364         * src/prefs_themes.c
14365         * src/summaryview.c
14366                 Fixed some compilation warnings.
14367
14368 2006-04-06 [colin]      2.1.0cvs10
14369
14370         * manual/advanced.xml
14371                 Document the wizard template and how to deploy
14372                 Sylpheed-Claws effectively
14373
14374 2006-04-06 [colin]      2.1.0cvs9
14375
14376         * src/folderview.c
14377                 gettext patch to tell translators about _("#"),
14378                 by Maxim Britov
14379
14380 2006-04-06 [colin]      2.1.0cvs8
14381
14382         * src/textview.c
14383                 Fix invalid GtkTextBIter after clicking "Display as text"
14384
14385 2006-04-06 [mones]      2.1.0cvs7
14386
14387         * src/addr_compl.c
14388         * src/addrindex.c
14389         * src/addritem.c
14390         * src/codeconv.c
14391         * src/compose.c
14392         * src/filtering.c
14393         * src/folder.c
14394         * src/folder_item_prefs.c
14395         * src/folderview.c
14396         * src/localfolder.c
14397         * src/matcher.c
14398         * src/mimeview.c
14399         * src/prefs_msg_colors.c
14400         * src/prefs_spelling.c
14401         * src/prefs_themes.c
14402         * src/procmime.c
14403         * src/procmsg.c
14404         * src/stock_pixmap.c
14405         * src/summaryview.c
14406         * src/textview.c
14407         * src/toolbar.c
14408         * src/common/mgutils.c
14409         * src/common/prefs.c
14410         * src/common/ssl_certificate.c
14411         * src/gtk/colorlabel.c
14412         * src/gtk/quicksearch.c
14413         * src/plugins/pgpmime/pgpmime.c
14414         * src/plugins/spamassassin/spamassassin.c
14415                 Removed redundant NULL checks for g_free() calls.
14416                 Patch by Pawel Pekala.
14417
14418 2006-04-06 [mones]      2.1.0cvs6
14419
14420         * src/prefs_actions.c
14421         * src/prefs_filtering.c
14422         * src/prefs_filtering_action.c
14423         * src/prefs_matcher.c
14424         * src/prefs_template.c
14425         * src/gtk/gtkutils.c
14426         * src/gtk/gtkutils.h
14427                 Have a nice replace button. Patch by Pawel Pekala
14428
14429 2006-04-06 [colin]      2.1.0cvs5
14430
14431         * src/addressbook.c
14432                 Fix crash with empty columns
14433
14434 2006-04-05 [colin]      2.1.0cvs4
14435
14436         * src/wizard.c
14437         * src/prefs_gtk.c
14438                 Allow wizard customization with pre-filled values
14439
14440 2006-04-05 [colin]      2.1.0cvs3
14441
14442         * src/textview.c
14443         * src/mimeview.c
14444         * src/mimeview.h
14445                 Nicer messages in mimeview
14446
14447 2006-04-05 [colin]      2.1.0cvs2
14448
14449         * src/addressbook.c
14450         * src/prefs_summaries.c
14451                 i18n fix
14452
14453 2006-04-05 [colin]      2.1.0cvs1
14454
14455         * src/plugins/pgpcore/plugin.c
14456         * src/plugins/pgpcore/select-keys.c
14457         * src/plugins/pgpcore/select-keys.h
14458         * src/plugins/pgpcore/sgpgme.c
14459         * src/plugins/pgpcore/sgpgme.h
14460         * src/plugins/pgpinline/pgpinline.c
14461         * src/plugins/pgpinline/plugin.c
14462         * src/plugins/pgpmime/pgpmime.c
14463         * src/plugins/pgpmime/plugin.c
14464                 Factorize and generalize a bit 
14465                 Drop S/MIME signature verification from PGP/MIME
14466                 (adding it as another, more complete plugin)
14467
14468 2006-04-05 [paul]       2.1.0
14469
14470         2.1.0 released
14471
14472 2006-04-05 [paul]       2.0.0cvs186
14473
14474         * manual/advanced.xml
14475                 add info on colour labels
14476
14477 2006-04-05 [paul]       2.0.0cvs185
14478
14479         * po/bg.po
14480         * po/cs.po
14481         * po/de.po
14482         * po/el.po
14483         * po/en_GB.po
14484         * po/fi.po
14485         * po/fr.po
14486         * po/it.po
14487         * po/nl.po
14488         * po/pl.po
14489         * po/pt_BR.po
14490         * po/sr.po
14491         * po/zh_CN.po
14492                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
14493                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
14494                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
14495                 Guimaraes, Aleksandar Urosevic, Ralgh Young
14496         * src/gtk/authors.h
14497         * tools/claws.i18n.status.pl
14498                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
14499                 and new Czech translator, Tim <timbrain@post.cz>
14500
14501 2006-04-05 [mones]      2.0.0cvs184
14502
14503         * po/es.po
14504                 Updated translation
14505
14506 2006-04-05 [colin]      2.0.0cvs183
14507
14508         * src/gtk/quicksearch.c
14509                 Fix bug #929 (unnecessary reload in quick search bar)
14510
14511 2006-04-05 [colin]      2.0.0cvs182
14512
14513         * src/compose.c
14514                 Fix crash on Reply with no From:
14515                 Show signature and conversion error on queuing 
14516                 (but not sending)
14517         * src/mainwindow.c
14518         * src/summaryview.c
14519         * src/summaryview.h
14520                 Factorize threading code and make sure msginfo 
14521                 is not null when it comes from a GtkCTreeRow's 
14522                 data
14523         * src/gtk/gtkaspell.c
14524                 Check for necessary things
14525         * src/gtk/gtksctree.c
14526         * src/gtk/gtksctree.h
14527                 Reset anchor if necessary when removing node
14528
14529 2006-03-29 [colin]      2.0.0cvs181
14530
14531         * src/folderview.c
14532                 Warn for disabled IMAP accounts (due to lack of
14533                 libetpan). Breaks string-freeze - sorry - but it
14534                 is kind of important ;)
14535
14536 2006-03-28 [colin]      2.0.0cvs180
14537
14538         * src/gtk/gtkutils.c
14539         * src/gtk/gtkutils.h
14540                 Add a gtkut_get_link_btn() function that
14541                 creates a button which acts like an URI
14542         * src/prefs_themes.c
14543         * src/gtk/about.c
14544                 Use this function (factorizes codes)
14545         * src/common/defs.h
14546         * src/gtk/pluginwindow.c
14547                 Add a "Get more..." in the plugins window
14548
14549 2006-03-28 [colin]      2.0.0cvs179
14550
14551         * src/common/smtp.c
14552         * src/common/passcrypt.c
14553         * src/undo.c
14554                 Warning fixes. Patch by Pawel Pekala
14555
14556 2006-03-27 [colin]      2.0.0cvs178
14557
14558         * src/undo.c
14559                 Fix undoing by blocks with spaces
14560
14561 2006-03-27 [colin]      2.0.0cvs177
14562
14563         * src/textview.c
14564                 Set margin to 3px for headers
14565
14566 2006-03-27 [paul]
14567
14568         2.1.0-rc2 released
14569
14570 2006-03-27 [wwp]        2.0.0cvs176
14571
14572         * src/summaryview.c
14573                 don't reset quicksearch when updating the message list.
14574                 Thanks to Colin.
14575
14576 2006-03-26 [wwp]        2.0.0cvs175
14577
14578         * src/compose.c
14579                 use a unified border width ('other' tab in the compose window,
14580                 patch by Pawel Pekala).
14581
14582
14583 2006-03-26 [wwp]        2.0.0cvs174
14584
14585         * src/common/quoted-printable.c
14586         * src/addressbook.c
14587                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
14588
14589 2006-03-26 [colin]      2.0.0cvs173
14590
14591         * src/quote_fmt_parse.y
14592                 Fix non-UTF8 date formats messing up the whole quote a 
14593                 little bit
14594
14595 2006-03-26 [colin]      2.0.0cvs172
14596
14597         * src/procheader.c
14598                 Make sure the date is UTF8 valid, or try to make it
14599                 so. IncrediMail is really IncrediStupid.
14600         * src/compose.c
14601                 Fix possible conversions. 
14602                 
14603
14604 2006-03-26 [colin]      2.0.0cvs171
14605
14606         * src/matcher.c
14607                 Fix corner cases in body search. This is still a
14608                 hack... It seems impossible to make it good and 
14609                 reasonably fast at the same time.
14610
14611 2006-03-26 [colin]      2.0.0cvs170
14612
14613         * src/summaryview.c
14614                 I think I killed the twilight zone bug!
14615                 summary_select_node() flushes GTK events in order
14616                 to be able to center the view. But this also 
14617                 flushes keypresses like Ctrl-Alt-U, so this can
14618                 call summary_show from summary_select_node (itself
14619                 called from summary_show, etc.). And the summaryview
14620                 has to be unlocked in this function. So just locking
14621                 while processing GTK events, and bailing if locked, 
14622                 should fix it.
14623                 Fixes bug #927 (SIGSEGV during Update Summary)
14624
14625 2006-03-25 [colin]      2.0.0cvs169
14626
14627         * src/matcher.c
14628                 Fix search in QP-encoded bodies
14629                 Fix utf-8 searches in bodies encoded in the
14630                 locale's encoding
14631         * src/common/quoted-printable.c
14632         * src/common/quoted-printable.h
14633                 Add a decode function that doesn't overwrite
14634                 the original pointer
14635                 
14636
14637 2006-03-24 [colin]      2.0.0cvs168
14638
14639         * src/action.c
14640         * src/summaryview.c
14641         * src/summaryview.h
14642                 Update message cache after action
14643                 Patch by H. Merijn Brand
14644         * src/prefs_msg_colors.c
14645                 Factorize label 
14646                 Patch by Fabien Vantard
14647         * src/plugins/spamassassin/spamassassin_gtk.c
14648                 Remove useless translation
14649                 Patch by Fabien Vantard
14650
14651 2006-03-23 [colin]      2.0.0cvs167
14652
14653         * src/common/ssl.c
14654                 Let 30 seconds to SSL_connect
14655
14656 2006-03-23 [wwp]        2.0.0cvs166
14657
14658         * src/summaryview.c
14659         * src/gtk/description_window.c
14660                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
14661                 and headers are translated; adjust description windows' width to fit their
14662                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
14663
14664 2006-03-23 [paul]       2.0.0cvs165
14665
14666         * src/common/utils.c
14667                 fix highlighting of URIs containing "()"
14668                 (2.0.0cvs164's reversal fixed)
14669                 Thanks to Colin.
14670
14671 2006-03-23 [paul]       2.0.0cvs164
14672
14673         * src/common/utils.c
14674                 revert patch, (postponing a fix), at 2.0.0cvs120
14675                 as it breaks more URIs than it fixes.
14676                 Allow '-' to be a terminating character in a URI
14677
14678 2006-03-22 [colin]      2.0.0cvs163
14679
14680         * configure.ac
14681                 Require libetpan 0.45
14682                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
14683
14684 2006-03-22 [paul]       2.0.0cvs162
14685
14686         * src/editgroup.c
14687                 replace '<-' and '->' buttons with GTK_STOCK graphical
14688                 buttons
14689         * src/summary_search.c
14690                 don't offer '...' for translation
14691                 add a tooltip to advanced search '...' button
14692         * src/gtk/quicksearch.c
14693                 don't offer '...' for translation
14694
14695 2006-03-21 [colin]      2.0.0cvs161
14696
14697         * src/compose.c
14698                 Fix middle-click pasting (insert at click
14699                 position instead of cursor position, don't
14700                 remove existing selection and allow pasting
14701                 our own selection)
14702         * src/addressbook.c
14703                 "LDAP Server" -> "LDAP servers"
14704
14705 2006-03-21 [wwp]        2.0.0cvs160
14706
14707         * src/etpan/imap-thread.c
14708                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
14709
14710 2006-03-20 [colin]      2.0.0cvs159
14711
14712         * src/summaryview.c
14713                 Don't reload summaryview after an execute with no
14714                 move action
14715
14716 2006-03-19 [colin]      2.0.0cvs158
14717
14718         * src/addressbook.c
14719                 and put groups at the top, always
14720
14721 2006-03-19 [colin]      2.0.0cvs157
14722
14723         * src/addressbook.c
14724                 Order groups before names, as previously
14725
14726 2006-03-19 [colin]      2.0.0cvs156
14727
14728         * src/addressbook.c
14729                 - Sort case-unsensitive
14730                 - Put the sort arrow at opening too
14731
14732 2006-03-19 [wwp]        2.0.0cvs155
14733
14734         * src/addressbook.c
14735                 allow sorting by name/email/remarks, ensure that right-pane's contents
14736                 matches the left-pane selection (cleared when appropriate).
14737                 Patch by Pawel Pekala <c0rn@o2.pl>.
14738
14739 2006-03-18 [colin]      2.0.0cvs154
14740
14741         * src/textview.c
14742                 Fix text cursor ;)
14743
14744 2006-03-18 [colin]      2.0.0cvs153
14745
14746         * src/gtk/filesel.c
14747                 Make sure we hide the preview if we didn't get
14748                 a filename
14749
14750 2006-03-18 [colin]      2.0.0cvs152
14751
14752         * src/summaryview.c
14753                 Set cursor to watch for execution (fixes lack
14754                 of watch-cursor when dnd'ing hundreds of mails)
14755         * src/gtk/filesel.c
14756                 Check that mime type is 'image/*' before updating
14757                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
14758
14759 2006-03-18 [colin]      2.0.0cvs151
14760
14761         * src/mainwindow.c
14762         * src/textview.c
14763         * src/textview.h
14764                 Put a watch cursor in textview too when the mainwindow's
14765                 cursor in a watch
14766
14767 2006-03-18 [colin]      2.0.0cvs150
14768
14769         * src/folder.c
14770                 Change wrong asserts to simple tests
14771
14772 2006-03-17 [colin]      2.0.0cvs149
14773
14774         * src/mainwindow.c
14775         * src/mainwindow.h
14776         * src/prefs_msg_colors.c
14777         * src/summaryview.c
14778         * src/summaryview.h
14779         * src/gtk/colorlabel.c
14780         * src/gtk/colorlabel.h
14781                 Add a color label menu in the main menubar
14782                 Add (fixed) accels Ctrl-{0-7} to change the color
14783                 They have to be fixed because the menu's dynamic,
14784                 the items are complex widgets, hence we can't use
14785                 a GtkItemFactory.
14786
14787
14788 2006-03-17 [wwp]        2.0.0cvs148
14789
14790         * src/compose.c
14791                 rollback few lines from my previous commit (those lines come from
14792                 a pending patch, accidentally commited, even if neutral as they are
14793                 commented out).
14794
14795 2006-03-17 [wwp]        2.0.0cvs147
14796
14797         * src/compose.c
14798                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
14799                 applied code style/indentation to the modified function.
14800
14801 2006-03-17 [wwp]        2.0.0cvs146
14802
14803         * src/procmsg.c
14804         * src/compose.c
14805                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
14806
14807 2006-03-17 [paul]
14808
14809         2.1.0-rc1 released
14810
14811 2006-03-17 [paul]       2.0.0cvs145
14812
14813         * src/main.c
14814                 addressbook_read_file() was called twice
14815         * src/textview.c
14816                 X-Mailer highlighting
14817
14818 2006-03-16 [colin]      2.0.0cvs144
14819
14820         * src/sourcewindow.c
14821         * src/sourcewindow.h
14822                 And the last one, in source window.
14823
14824 2006-03-16 [colin]      2.0.0cvs143
14825
14826         * src/compose.c
14827         * src/compose.h
14828                 Fix the same stuff in compose
14829
14830 2006-03-16 [colin]      2.0.0cvs142
14831
14832         * src/messageview.c
14833                 Complete the previous messageview crash fix
14834
14835 2006-03-16 [colin]      2.0.0cvs141
14836
14837         * src/procmsg.h
14838         * src/procmsg.c
14839         * src/folder.c
14840                 Fix POSTPROCESSING hook
14841                 Patch by H. Merijn Brand
14842
14843         * src/procmime.c
14844         * src/procmime.h
14845                 Parse Content-Location
14846
14847         * src/toolbar.c
14848         * src/messageview.c
14849         * src/messageview.h
14850                 Don't crash when a top-level MessageView has
14851                 been closed on us. Same problematic than
14852                 yesterday's quicksearch issue.
14853
14854 2006-03-15 [colin]      2.0.0cvs140
14855
14856         * src/gtk/quicksearch.c
14857                 Fix a bitchy race we didn't think about when we
14858                 added quicksearch cancellation:
14859                 If the search is not on cached fields, for example
14860                 body_part matchcase "stuff"
14861                 the matcher code has to get the whole message. If
14862                 we're on IMAP, that can be slow, and in order to
14863                 be non-blocking, the IMAP code idle loop processes
14864                 gtk events too. So it is possible to cancel a
14865                 quicksearch while the matcher is getting the mail's
14866                 body. After matcher got its body, it will start to
14867                 iterate over the matcher list that the Quicksearch's
14868                 clear_search_cb() just freed via prepare_matcher().
14869                 SIGSEGV ensues.
14870                 The fix consists of guarding the matcherlist_match()
14871                 call with a boolean 'matching'. If we reset the
14872                 quicksearch while matching is TRUE, we don't free
14873                 the matcherlist anymore like we did, but we set
14874                 another new flag, deferred_free, to TRUE. Then,
14875                 in quicksearch_match(), just after returning from
14876                 matcherlist_match() and unsetting the matching flag,
14877                 we check the deferred_free flag and do the
14878                 prepare_matcher() (which does the matcherlist_free)
14879                 for real, so we free the matcherlist once it's not
14880                 used anymore.
14881                 As all of this runs via the glib main loop, we
14882                 luckily don't need a mutex.
14883         * src/summaryview.c
14884                 Also, show progress while searching.
14885
14886
14887 2006-03-14 [colin]      2.0.0cvs139
14888
14889         * src/alertpanel.c
14890                 Make alertpanel_is_open non-static
14891
14892 2006-03-14 [colin]      2.0.0cvs138
14893
14894         * src/prefs_spelling.c
14895                 Cleanups - Fabien Vantard
14896
14897 2006-03-14 [wwp]        2.0.0cvs137
14898
14899         * src/main.c
14900                 code style normalization (curly braces, indentation).
14901
14902 2006-03-14 [wwp]        2.0.0cvs137
14903
14904         * src/main.c
14905                 code style (braces, indentation)
14906
14907 2006-03-12 [paul]       2.0.0cvs136
14908
14909         * src/prefs_common.c
14910                 trans_hdr defaults to FALSE to be RFC-savvy
14911         * src/prefs_summaries.c
14912                 add a tooltip to the trans_hdr option
14913                 
14914
14915 2006-03-12 [paul]       2.0.0cvs135
14916
14917         * src/prefs_matcher.c
14918                 give a little more width to the combos
14919         * src/prefs_display_header.c
14920         * src/textview.c
14921                 translate headers if prefs_common.trans_hdr
14922                 is TRUE
14923
14924         Patches by Pawel Pekala
14925
14926 2006-03-12 [paul]       2.0.0cvs134
14927
14928         * src/plugins/clamav/clamav_plugin.c
14929         * src/plugins/dillo_viewer/dillo_viewer.c
14930         * src/plugins/pgpcore/plugin.c
14931         * src/plugins/pgpinline/plugin.c
14932         * src/plugins/pgpmime/plugin.c
14933         * src/plugins/spamassassin/spamassassin.c
14934                 update/add to descriptions
14935         * src/plugins/spamassassin/spamassassin_gtk.c
14936                 fixes to the english, remove superfluous
14937                 tooltips, clean up a little
14938
14939 2006-03-12 [paul]       2.0.0cvs133
14940
14941         * src/compose.c
14942                 fix Bug 924, 'Account combo box shows up wrong 
14943                 if & is in account name'
14944
14945 2006-03-11 [colin]      2.0.0cvs132
14946
14947         * src/summaryview.c
14948                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
14949                 messed up shift-selection because is slows down
14950                 moving around summaryview. thanks -users
14951
14952 2006-03-10 [colin]      2.0.0cvs131
14953
14954         * src/plugins/spamassassin/spamassassin_gtk.c
14955                 Put back Paul's engrish fixes
14956
14957 2006-03-10 [colin]      2.0.0cvs130
14958
14959         * src/plugins/spamassassin/spamassassin.c
14960         * src/plugins/spamassassin/spamassassin.h
14961         * src/plugins/spamassassin/spamassassin_gtk.c
14962                 Cleanup SA prefs page (more)
14963                 Patch by Fabien Vantard
14964
14965 2006-03-10 [paul]       2.0.0cvs129
14966
14967         * src/prefs_msg_colors.c
14968         * src/prefs_spelling.c
14969                 widget sensitivity
14970
14971 2006-03-09 [mones]      2.0.0cvs128
14972
14973         * po/es.po
14974                 Update for next RC
14975
14976 2006-03-09 [wwp]        2.0.0cvs127
14977
14978         * configure.ac
14979                 revert accidental commit (requirement for libetpan 0.43), this time
14980                 not in HEAD.
14981
14982 2006-03-09 [wwp]        2.0.0cvs125
14983
14984         * configure.ac
14985                 revert accidental commit (requirement for libetpan 0.43)
14986
14987 2006-03-09 [paul]       2.0.0cvs126
14988
14989         * src/prefs_receive.c
14990                 remove useless frame
14991                 replace 'incorporation' with 'receiving'
14992         * src/plugins/clamav/clamav_plugin_gtk.c
14993         * src/plugins/spamassassin/spamassassin_gtk.c
14994                 improve widget sensitivity
14995                 fix a bit his engrish
14996
14997 2006-03-09 [wwp]        2.0.0cvs125
14998
14999         * src/addressadd.c
15000         * src/foldersel.c
15001         * src/prefs_common.c
15002         * src/prefs_common.h
15003                 remember some more windows' sizes (add to addressbook and
15004                 select folder).
15005
15006 2006-03-09 [paul]       2.0.0cvs124
15007
15008         * src/plugins/pgpcore/prefs_gpg.c
15009                 normalise construction of dialogue
15010
15011 2006-03-09 [paul]       2.0.0cvs123
15012
15013         * src/plugins/trayicon/Makefile.am
15014                 add missing slash
15015
15016 2006-03-08 [colin]      2.0.0cvs122
15017
15018         * src/plugins/trayicon/Makefile.am
15019                 Fix build in separate dir 
15020                 Patch by Bamanzi <bamanzi@gmail.com>
15021
15022 2006-03-08 [colin]      2.0.0cvs121
15023
15024         * src/procmsg.c
15025                 Batch move and copies from summaryview with delayed execution
15026                 too
15027
15028 2006-03-07 [paul]       2.0.0cvs120
15029
15030         * src/common/utils.c
15031                 fix highlighting of URIs containing "()"
15032                 Patch by Pawel Pekala
15033
15034 2006-03-07 [paul]       2.0.0cvs119
15035
15036         * src/folder.c
15037         * src/folder.h
15038         * src/folderview.c
15039                 immediately do alphabetical resort when
15040                 changing a folder's name
15041                 Patch by Pawel Pekala
15042
15043 2006-03-07 [paul]       2.0.0cvs118
15044
15045         * src/news.c
15046         * src/news_gtk.c
15047                 when unsubscribing a newsgroup, remove the
15048                 folder and msgs in .sylpheed-claws/newscache
15049                 Patch by Pawel Pekala <c0rn@gazeta.pl>
15050
15051 2006-03-07 [paul]       2.0.0cvs117
15052
15053         * src/textview.c
15054                 fix wrong Fake URL Warning
15055                 Thanks to Hiro
15056
15057 2006-03-07 [colin]      2.0.0cvs116
15058
15059         * src/imap.c
15060                 Return immediately when password dialog was
15061                 cancelled
15062         * src/gtk/inputdialog.c
15063                 Allow empty strings for passwords
15064
15065
15066 2006-03-06 [colin]      2.0.0cvs115
15067
15068         * src/imap.c
15069                 Prevent double-timeouts when connection fails
15070
15071 2006-03-06 [colin]
15072
15073         2.0.1-rc1 released
15074
15075 2006-03-06 [colin]      2.0.0cvs114
15076
15077         * src/imap.c
15078                 Refresh session during potentially long
15079                 operations
15080
15081 2006-03-06 [wwp]        2.0.0cvs113
15082
15083         * src/prefs_msg_colors.h
15084                 forgot that one (custom color labels).
15085
15086 2006-03-06 [wwp]        2.0.0cvs112
15087
15088         * src/prefs_common.c
15089         * src/prefs_common.h
15090         * src/prefs_msg_colors.c
15091         * src/summaryview.c
15092         * src/summaryview.h
15093         * src/gtk/colorlabel.c
15094         * src/gtk/colorlabel.h
15095                 colors in messages list are now customizable. Color values and names can
15096                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
15097                 Thanks to Paul and Colin for their help with this longstanding patch!
15098
15099 2006-03-06 [wwp]        2.0.0cvs111
15100
15101         * src/textview.c
15102                 don't crash if (x)face is bad.
15103
15104 2006-03-05 [paul]       2.0.0cvs110
15105
15106         * AUTHORS
15107         * configure.ac
15108         * src/Makefile.am
15109         * src/common/Makefile.am
15110         * src/common/utils.h
15111         * src/etpan/imap-thread.c
15112         * src/gtk/authors.h
15113         * src/plugins/clamav/Makefile.am
15114         * src/plugins/demo/Makefile.am
15115         * src/plugins/dillo_viewer/Makefile.am
15116         * src/plugins/pgpcore/Makefile.am
15117         * src/plugins/pgpcore/passphrase.c
15118         * src/plugins/pgpinline/Makefile.am
15119         * src/plugins/pgpmime/Makefile.am
15120         * src/plugins/spamassassin/Makefile.am
15121         * src/plugins/trayicon/Makefile.am
15122                 fix builiding on cygwin
15123                 Patch by Ralgh Young <bamanzi@gmail.com>
15124
15125 2006-03-04 [wwp]        2.0.0cvs109
15126
15127         * manual/keyboard.xml
15128                 fix mixed up/down keys.
15129
15130 2006-03-04 [wwp]        2.0.0cvs108
15131
15132         * README
15133         * INSTALL
15134                 updated links to SpamAssassin.
15135
15136 2006-03-04 [wwp]        2.0.0cvs107
15137
15138         * manual/plugins.xml
15139         * src/plugins/spamassassin/README
15140                 updated SpamAssassin plugin docs to reflect new functional additions
15141                 (also fix/update/documents few technical stuff more, see the README).
15142
15143 2006-03-04 [wwp]        2.0.0cvs106
15144
15145         * src/prefs_message.c
15146                 normalized capitalization of message-prefs paths.
15147
15148 2006-03-04 [wwp]        2.0.0cvs105
15149
15150         * manual/advanced.xml
15151                 typo.
15152
15153 2006-03-03 [colin]      2.0.0cvs104
15154
15155         * src/plugins/clamav/clamav_plugin_gtk.c
15156                 Rework prefs page, patch by Fabien 
15157
15158 2006-03-03 [colin]      2.0.0cvs103
15159
15160         * src/plugins/clamav/clamav_plugin.c
15161                 Set error on all errors
15162
15163 2006-03-03 [colin]      2.0.0cvs102
15164
15165         * src/common/plugin.c
15166                 Initialize error to avoid crashing when a plugin fails
15167                 without setting error
15168
15169 2006-03-02 [wwp]        2.0.0cvs101
15170
15171         * configure.ac
15172                 fixed linker flags for libetpan support on Cygwin
15173                 (thanks to H.Merijn Brand).
15174
15175 2006-03-02 [wwp]        2.0.0cvs100
15176
15177         * src/addressbook.c
15178                 fix some AB error messages: one for punctuation and
15179                 one wrongly duplicate (thanks, maxbritov).
15180
15181 2006-03-02 [wwp]        2.0.0cvs99
15182
15183         * src/plugins/spamassassin/spamassassin.c
15184                 make sync calls to sa-learn/spamc to prevent
15185                 system (whatever local or client/server) overload.
15186
15187 2006-03-02 [colin]      2.0.0cvs98
15188
15189         * src/summaryview.c
15190                 Put the spam icon in the status column instead of the
15191                 mark one
15192
15193 2006-03-01 [colin]      2.0.0cvs97
15194
15195         * src/plugins/spamassassin/spamassassin.c
15196                 Fix segfault (g_file_set_contents fails for some 
15197                 reason and err==0x2f. Can't find out why with
15198                 valgrind, using working function :-)
15199
15200 2006-03-01 [colin]      2.0.0cvs96
15201
15202         * src/inc.c
15203                 Offline overriding: let 'No' be cached only 3 seconds
15204
15205 2006-03-01 [colin]      2.0.0cvs95
15206
15207         * src/addr_compl.c
15208         * src/addrbook.c
15209         * src/addressbook.c
15210         * src/addrindex.c
15211         * src/folder_item_prefs.c
15212         * src/headerview.c
15213         * src/imap.c
15214         * src/inc.c
15215         * src/ldif.c
15216         * src/mainwindow.c
15217         * src/mh.c
15218         * src/msgcache.c
15219         * src/prefs_common.h
15220         * src/prefs_msg_colors.c
15221         * src/procheader.c
15222         * src/procheader.h
15223         * src/procmime.c
15224         * src/procmsg.c
15225         * src/procmsg.h
15226         * src/send_message.h
15227         * src/simple-gettext.c
15228         * src/summaryview.c
15229         * src/summaryview.h
15230         * src/syldap.c
15231         * src/textview.c
15232         * src/undo.c
15233         * src/common/ssl_certificate.c
15234         * src/common/utils.c
15235         * src/gtk/colorsel.c
15236         * src/gtk/gtksctree.c
15237         * src/gtk/gtkshruler.c
15238         * src/plugins/trayicon/trayicon.c
15239                 #if 0 goes to /dev/null
15240
15241 2006-03-01 [colin]      2.0.0cvs94
15242
15243         * src/compose.c
15244         * src/imap.c
15245         * src/inc.c
15246         * src/inc.h
15247         * src/messageview.c
15248         * src/news.c
15249         * src/plugins/spamassassin/spamassassin.c
15250                 Allow to add information in the "working offline"
15251                 window
15252
15253 2006-03-01 [wwp]        2.0.0cvs93
15254
15255         * src/plugins/spamassassin/spamassassin.c
15256                 fixed spamc invocation: use a tricky temporary mini shell wrapper
15257                 'cause it seems that calling `spamc ... < inputfile` with
15258                 g_spawn_(a)sync simply.. erm doesn't work :-).
15259
15260 2006-03-01 [wwp]        2.0.0cvs92
15261
15262         * src/toolbar.c
15263         * src/toolbar.h
15264                 simplify the adding of spam/ham button to the messageview toolbar
15265                 (it gets more clear now that the same button will be "Mark as spam"
15266                 or "Mark as ham" according to the current message status,
15267                 thanks to Colin).
15268
15269 2006-03-01 [wwp]        2.0.0cvs91
15270
15271         * src/messageview.c
15272         * src/procmsg.c
15273         * src/procmsg.h
15274         * src/summaryview.c
15275         * src/plugins/spamassassin/spamassassin.c
15276         * src/plugins/spamassassin/spamassassin.h
15277                 make learner callbacks return a status (0 for ok),
15278                 handle it in main code to avoid setting flags when learning failed,
15279                 don't learn on TCP if offline in spamassassin,
15280                 thanks to Colin.
15281
15282                 
15283
15284 2006-03-01 [wwp]        2.0.0cvs90
15285
15286         * src/compose.c
15287                 some work around the compose window's account menu,
15288                 patch by Fabien Vantard.
15289
15290 2006-03-01 [wwp]        2.0.0cvs89
15291
15292         * src/plugins/spamassassin/spamassassin.c
15293                 fixed bad logics, was using spamc in local mode and sa-learn
15294                 in remote mode (thanks, Colin).
15295
15296 2006-03-01 [wwp]        2.0.0cvs88
15297
15298         * src/plugins/spamassassin/spamassassin.c
15299         * src/plugins/spamassassin/spamassassin.h
15300         * src/plugins/spamassassin/spamassassin_gtk.c
15301                 made processing of emails w/ sa-plugin an option (default is TRUE),
15302                 fixed Engrish some tooltips, capitalization of some debug messages
15303                 and warnings. The spamassassin plugin now provides two separate
15304                 services: process emails upon incorporation and spamd training.
15305                 Both services (un)register independently but use some common
15306                 plugin settings (transport settings, spam storage location).
15307
15308 2006-02-28 [wwp]        2.0.0cvs87
15309
15310         * src/plugins/spamassassin/spamassassin.c
15311                 fix async flag to spamc cmdline execution (batch exec should
15312                 be asynchronous).
15313
15314 2006-02-27 [wwp]        2.0.0cvs86
15315
15316         * src/plugins/spamassassin/spamassassin.c
15317         * src/plugins/spamassassin/spamassassin.h
15318         * src/plugins/spamassassin/spamassassin_gtk.c
15319                 - added the ability to learn a remote spamassassin server (spamd),
15320                 using spamc.
15321                 - added the spamassassin option 'username', that applies to all
15322                 spamassassin operations (filtering, learning, local or remote).
15323                 The default username is the current unix user (if left blank
15324                 from gtk prefs or config file).
15325                 - commented out some unused code (notebook widget), removed unused
15326                 layout (hbox1).
15327                 - make more widgets sensitive to the transport type.
15328
15329 2006-02-27 [colin]      2.0.0cvs85
15330
15331         * src/plugins/spamassassin/spamassassin.c
15332                 Fix sa-learn call when offline
15333
15334 2006-02-27 [colin]      2.0.0cvs84
15335
15336         * configure.ac
15337         * src/Makefile.am
15338         * src/mainwindow.c
15339         * src/mainwindow.h
15340         * src/messageview.c
15341         * src/messageview.h
15342         * src/prefs_toolbar.c
15343         * src/procmsg.c
15344         * src/stock_pixmap.c
15345         * src/stock_pixmap.h
15346         * src/summaryview.c
15347         * src/toolbar.c
15348         * src/toolbar.h
15349         * src/pixmaps/ham_btn.xpm
15350         * src/pixmaps/spam.xpm
15351         * src/pixmaps/spam_btn.xpm
15352         * src/plugins/spamassassin/spamassassin.c
15353                 Add button in toolbar for spam learning
15354                 Fix a few bugs from the last related commit
15355                 Revert 1.9.6cvs23 which messed up shift-selection
15356
15357 2006-02-24 [colin]      2.0.0cvs83
15358
15359         * src/procmsg.c
15360         * src/summaryview.c
15361         * src/summaryview.h
15362         * src/plugins/spamassassin/spamassassin.c
15363         * src/plugins/spamassassin/spamassassin.h
15364         * src/plugins/spamassassin/spamassassin_gtk.c
15365                 Unregister learner when spamassassin is either
15366                 disabled or over tcp
15367
15368 2006-02-24 [colin]      2.0.0cvs82
15369
15370         * src/Makefile.am
15371         * src/mainwindow.c
15372         * src/mainwindow.h
15373         * src/procmsg.c
15374         * src/procmsg.h
15375         * src/stock_pixmap.c
15376         * src/stock_pixmap.h
15377         * src/summaryview.c
15378         * src/summaryview.h
15379         * src/gtk/icon_legend.c
15380         * src/pixmaps/spam.xpm  ** NEW FILE **
15381         * src/plugins/spamassassin/spamassassin.c
15382         * src/plugins/spamassassin/spamassassin_gtk.c
15383                 Add spam learning interface (Mark/Mark as 
15384                 (spam|ham) menus)
15385
15386 2006-02-24 [wwp]        2.0.0cvs81
15387
15388         * src/compose.c
15389         * src/compose.h
15390         * src/filtering.c
15391                 hide compose window when sending message in batch mode
15392                 (filtering: forward and redirect). Also fixed a wrong
15393                 value returned when sending failed, neutral anyway.
15394                 (Colin, me) 
15395
15396 2006-02-24 [wwp]        2.0.0cvs80
15397
15398         * src/mainwindow.c
15399                 use GTK+'s stock quit button. Patch by Fabien Vantard.
15400
15401 2006-02-24 [paul]       2.0.0cvs79
15402
15403         * src/news.c
15404         * src/news.h
15405         * src/news_gtk.c
15406                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
15407                 Thanks to Colin
15408
15409 2006-02-23 [colin]      2.0.0cvs78
15410
15411         * src/alertpanel.c
15412                 Change OK to Close in alertpanel with View log
15413                 button; add accel to View log. Patch by Fabien
15414                 Vantard
15415
15416 2006-02-23 [wwp]        2.0.0cvs77
15417
15418         * src/compose.c
15419                 silly me, there were much more tests to perform, since toolbars can
15420                 really have down to 1 element only.
15421
15422 2006-02-23 [wwp]        2.0.0cvs76
15423
15424         * commitHelper
15425                 fixed indentation from my previous commit. Fallback to VISUAL if
15426                 EDITOR is not set (and to vi, at last resort).
15427
15428 2006-02-23 [wwp]        2.0.0cvs75
15429
15430         * commitHelper
15431                 improved error detection (Colin, me).
15432
15433 2006-02-23 [wwp]        2.0.0cvs74
15434
15435         * src/prefs_toolbar.c
15436                 simplify and fix prefs/toolbars layouting. Combos' contents can
15437                 now be really displayed.
15438
15439 2006-02-23 [wwp]        2.0.0cvs73
15440         simplifies and fix prefs/toolbars layouting. Combos' contents can now
15441         be really displayed.
15442
15443 2006-02-22 [wwp]        2.0.0cvs72
15444
15445         * src/compose.c
15446                 fix a typo in my previous commit (sorry!).
15447
15448 2006-02-22 [wwp]        2.0.0cvs71
15449
15450         * src/prefs_toolbar.c
15451                 fix a crash when adding separators to toolbars,
15452                 also fix some separator item information.
15453
15454 2006-02-22 [wwp]        2.0.0cvs70
15455
15456         * src/compose.c
15457                 fix a crash when redirecting (for instance) when compose window's
15458                 toolbar contents has been customized (when some buttons have been
15459                 removed in fact).
15460
15461 2006-02-21 [wwp]        2.0.0cvs69
15462
15463         * src/summaryview.c
15464         * src/gtk/pluginwindow.c
15465         * src/plugins/pgpcore/prefs_gpg.c
15466                 fix some compilation warnings (feat. remains of removed code).
15467
15468 2006-02-21 [wwp]        2.0.0cvs68
15469
15470         * src/gtk/gtkutils.c
15471                 fix two compilation issues, thanks to Stephan Sachse.
15472
15473 2006-02-20 [colin]      2.0.0cvs67
15474
15475         * src/mainwindow.c
15476                 Don't reselect displayed mail on refocus
15477                 This fixes actions misbehaving 
15478
15479 2006-02-20 [wwp]        2.0.0cvs66
15480
15481         * src/summaryview.c
15482         * src/gtk/gtksctree.c
15483         * src/gtk/gtkshruler.c
15484                 changed more runtime typecast checks.
15485
15486 2006-02-20 [wwp]        2.0.0cvs65
15487
15488         * src/summary_search.c
15489                 find all - summaryview refresh issue fixed, thanks to Colin.
15490
15491 2006-02-20 [wwp]        2.0.0cvs64
15492
15493         * src/gtk/gtkutils.c
15494                 better runtime typecast checks.
15495
15496 2006-02-20 [wwp]        2.0.0cvs63
15497
15498         * src/summary_search.c
15499                 enhancements to the summary search:
15500                         - add the ability to stop the running search
15501                           (upon ESC-key press, new Stop button or when Clear button is pressed)
15502                         - don't search if no criteria (From/To/Subject/Body) is set
15503                         - ensure that a busy mouse pointer is always shown when searching,
15504                           show it even a bit earlier
15505
15506 2006-02-19 [colin]      2.0.0cvs62
15507
15508         * src/compose.c
15509         * src/imap.c
15510         * src/etpan/imap-thread.c
15511         * src/etpan/imap-thread.h
15512                 (Future) IMAP speed improvement on sending
15513                 Will require a libetpan update
15514         * src/summaryview.c
15515         * src/gtk/quicksearch.c
15516                 Make quicksearch clearable while running.
15517
15518 2006-02-17 [colin]      2.0.0cvs61
15519
15520         * src/imap.c
15521         * src/etpan/imap-thread.c
15522         * src/etpan/imap-thread.h
15523                 Check for IMAP certificates
15524                 ** Requires libetpan-0.42-cvs4 
15525                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
15526
15527 2006-02-17 [colin]      2.0.0cvs60
15528
15529         * src/messageview.c
15530         * src/prefs_common.c
15531         * src/prefs_common.h
15532         * src/prefs_message.c
15533                 Add pref to display HTML-only mails with plugin, 
15534                 if possible (defaulting to FALSE of course).
15535
15536 2006-02-16 [colin]      2.0.0cvs59
15537
15538         * src/main.c
15539         * src/common/plugin.c
15540         * src/common/plugin.h
15541         * src/gtk/pluginwindow.c
15542                 Keep track of requested (but unloaded) plugins
15543                 in some error cases.
15544
15545 2006-02-16 [wwp]        2.0.0cvs58
15546
15547         * src/gtk/gtkaspell.c
15548         * src/gtk/gtkaspell.h
15549         * src/prefs_spelling.c
15550         * src/compose.c
15551         * src/prefs_common.c
15552         * src/prefs_common.h
15553                 implemented new optional spellchecker behaviour: re-check message when
15554                 dictionary got changed (from compose-window/context-menu/Change dictionary).
15555
15556 2006-02-16 [wwp]        2.0.0cvs57
15557
15558         * src/quote_fmt_parse.y
15559                 pclose popen'ed pipe.
15560
15561 2006-02-15 [colin]      2.0.0cvs56
15562
15563         * src/mimeview.c
15564         * src/mimeview.h
15565                 Let MimeViewers know which MimeView they
15566                 depend of.
15567         * src/summaryview.c
15568                 Swap From/To columns in Sent/Queue/Drafts
15569                 folders
15570         * src/etpan/imap-thread.c
15571                 Use mailstream_low_tls_open() for STARTTLS
15572                 instead of mailstream_low_ssl_open()
15573                 ** REQUIRES libetpan 0.42cvs3 **
15574
15575 2006-02-15 [wwp]        2.0.0cvs55
15576
15577         * src/compose.c
15578         * src/compose.h
15579         * src/message_search.c
15580         * src/message_search.h
15581         * src/textview.c
15582         * src/gtk/gtkutils.c
15583         * src/gtk/gtkutils.h
15584                 added the ability to Find text in the compose window (and a bit
15585                 of code factorization).
15586
15587 2006-02-15 [wwp]        2.0.0cvs54
15588
15589         * src/prefs_gtk.c
15590                 yet another one file was missing (fix for some widgets' sensitivity).
15591                 Thanks Colin!
15592
15593 2006-02-15 [wwp]        2.0.0cvs53
15594
15595         * src/prefs_gtk.h
15596                 oops forgot that file (fix for some widgets' sensitivity).
15597
15598 2006-02-15 [wwp]        2.0.0cvs52
15599
15600         * src/summary_search.c
15601                 implemented advanced summary search options (added the ability
15602                 to use matcher conditions in an advanced search mode).
15603
15604 2006-02-15 [wwp]        2.0.0cvs51
15605
15606         * src/plugins/pgpcore/prefs_gpg.c
15607         * src/prefs_account.c
15608                 fix some widget sensitivity, mostly around some labels in
15609                 account prefs.
15610
15611 2006-02-15 [paul]       2.0.0cvs50
15612
15613         * manual/advanced.xml
15614                 improve Templates info
15615                 written by wwp
15616
15617 2006-02-14 [colin]      2.0.0cvs49
15618
15619         * src/pixmaps/address_book.xpm
15620         * src/pixmaps/preferences.xpm
15621         * src/pixmaps/properties.xpm
15622                 Fix pixmap size - patch by Fabien Vantard
15623
15624 2006-02-13 [colin]      2.0.0cvs48
15625
15626         * src/procmime.c
15627                 Add missing fclose()s on error
15628         * src/textview.c
15629                 Remove unused code
15630         * src/common/utils.c
15631                 Fix temp files not being deleted on windows
15632         Patches by Thomas Gilgin
15633
15634 2006-02-13 [colin]      2.0.0cvs47
15635
15636         * src/mainwindow.c
15637                 Fix exit crash
15638
15639 2006-02-13 [wwp]        2.0.0cvs46
15640
15641         * src/plugins/pgpcore/prefs_gpg.c
15642                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
15643
15644 2006-02-12 [colin]      2.0.0cvs45
15645
15646         * src/folderview.c
15647         * src/main.c
15648         * src/mainwindow.c
15649                 Fix "stuff" when quitting
15650
15651 2006-02-12 [wwp]        2.0.0cvs44
15652
15653         * src/prefs_themes.c
15654                 fix typos in debug messages.
15655
15656 2006-02-11 [colin]      2.0.0cvs43
15657
15658         * src/summaryview.c
15659                 don't allow drag/drop from ourself
15660
15661 2006-02-10 [wwp]        2.0.0cvs42
15662
15663         * src/exporthtml.c
15664         * src/html.c
15665         * src/html.h
15666         * src/procmime.c
15667         * src/textview.c
15668                 renamed html_ prefixed functions and data structures to avoid
15669                 namespace clashes w/ other software (gtkhtml2 for instance).
15670                 Closes bug #907.
15671
15672
15673 2006-02-09 [colin]      2.0.0cvs41
15674
15675         * src/summaryview.c
15676                 Fix shitty logic messed up. Thanks Ticho for the hint!
15677
15678 2006-02-09 [wwp]        2.0.0cvs40
15679
15680         * src/gtk/about.c
15681         * src/compose.c
15682         * src/prefs_account.c
15683         * src/prefs_gtk.h
15684         * src/editaddress.c
15685                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
15686                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
15687                 Browse buttons in accounts prefs.
15688
15689 2006-02-09 [colin]      2.0.0cvs39
15690
15691         * src/matcher.c
15692                 Check for pointer before using its members
15693         * src/gtk/gtksourceprintjob.c
15694                 Fix a wrong warning
15695
15696 2006-02-09 [wwp]        2.0.0cvs38
15697
15698         * src/gtk/filesel.c
15699                 fix few compiler warnings (type mismatch).
15700
15701 2006-02-09 [paul]       2.0.0cvs37
15702
15703         * po/fr.po
15704                 updated by Fabien Vantard
15705
15706 2006-02-08 [colin]      2.0.0cvs36
15707
15708         * src/prefs_common.c
15709         * src/common/defs.h
15710         * src/common/plugin.c
15711                 allow windows and linux configurations to coexist
15712                 patch by Thomas Gilgin
15713
15714 2006-02-08 [colin]      2.0.0cvs35
15715
15716         * src/filtering.c
15717         * src/matcher.c
15718         * src/matcher.h
15719         * src/matcher_parser_parse.y
15720         * src/prefs_filtering_action.c
15721         * src/prefs_matcher.c
15722                 Add the "Ignore thread" filtering
15723                 action
15724
15725 2006-02-08 [colin]      2.0.0cvs34
15726
15727         * src/compose.c
15728         * src/procmime.c
15729         * src/procmime.h
15730                 Fix bug #905 (damaged attachment)
15731                 text files with raw \0's aren't really text files
15732         FOR_STABLE
15733
15734 2006-02-08 [colin]      2.0.0cvs33
15735
15736         * src/summaryview.c
15737                 Fix crasher introduced yesterday
15738
15739 2006-02-08 [wwp]        2.0.0cvs32
15740
15741         * src/compose.c
15742         * src/compose.h
15743                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
15744
15745 2006-02-08 [wwp]        2.0.0cvs31
15746
15747         * src/prefs_template.c
15748                 templates enhancement: allow address completion for Cc and Bcc fields
15749                 (it was currently possible for the To field only)
15750
15751 2006-02-08 [colin]      2.0.0cvs30
15752
15753         * src/compose.c
15754                 Don't unblock if not blocked
15755         FOR_STABLE
15756
15757 2006-02-07 [colin]      2.0.0cvs29
15758
15759         * src/action.c
15760                 Forgot to refresh summaryview
15761
15762 2006-02-07 [colin]      2.0.0cvs28
15763
15764         * src/action.c
15765                 Freeze/thaw message list and folder list while
15766                 processing %as{} actions 
15767         * src/compose.c
15768                 Fix auto-wrap disabling after a middle-click
15769                 paste - FOR_STABLE
15770
15771 2006-02-07 [paul]       2.0.0cvs27
15772
15773         * src/folder.c
15774                 fix freeing of uninitialised pointers
15775                 Thanks to Colin
15776
15777 2006-02-06 [colin]      2.0.0cvs26
15778
15779         * src/folder.c
15780                 Use g_slist_prepend in potentially big list
15781
15782 2006-02-06 [colin]      2.0.0cvs25
15783
15784         * src/folder.c
15785                 Completely skip processing if it doesn't 
15786                 exist (faster!)
15787
15788 2006-02-06 [colin]      2.0.0cvs24
15789
15790         * src/folder.c
15791         * src/summaryview.c
15792                 Batch filtering in summaryview (from Tools menu)
15793                 and pre/post//-processing too
15794
15795 2006-02-06 [colin]      2.0.0cvs23
15796
15797         * src/procmsg.h
15798         * src/filtering.c
15799                 Use a special field for batch filtering instead
15800                 of stepping on deferred execution's toes
15801
15802 2006-02-06 [colin]      2.0.0cvs22
15803
15804         * src/action.c
15805         * src/filtering.c
15806         * src/filtering.h
15807         * src/folder.c
15808         * src/summaryview.c
15809                 Fix filtering via menus and actions
15810
15811 2006-02-06 [colin]      2.0.0cvs21
15812
15813         * src/imap.c
15814                 Put the added file directly to cache if possible (will work
15815                 with next libetpan)
15816         * src/filtering.c
15817         * src/filtering.h
15818         * src/inc.c
15819         * src/folder.c
15820         * src/mbox.c
15821         * src/procmsg.h
15822                 Move and copy filtered messages by batches instead of one
15823                 by one - faster on IMAP
15824         * src/procmsg.c
15825                 Add a function that'll possibly be useful later
15826
15827 2006-02-06 [colin]      2.0.0cvs20
15828
15829         * src/addressbook.c
15830                 Use internal mime-type instead of text/plain for d'n'd
15831         * src/compose.c
15832                 Allow attaching files from mimeview's icon list via d'n'd
15833         * src/folderview.c
15834         * src/folderview.h
15835                 Use internal mime-type instead of text/plain for d'n'd
15836                 Don't try to selected opened folder if none is
15837                 Factorize d'n'd from other apps code
15838         * src/headerview.c
15839         * src/textview.c
15840         * src/gtk/gtkutils.c
15841         * src/gtk/gtkutils.h
15842                 Factorize Face/X-Face stuff
15843         * src/mimeview.c
15844                 Fix d'n'd to other apps
15845         * src/prefs_message.c
15846                 Let the XFace pref be usable without libcompface as it also
15847                 applies to Face
15848         * src/summaryview.c
15849                 Fix d'n'd to other apps
15850                 Factorize d'n'd from other apps code
15851
15852 2006-02-06 [wwp]        2.0.0cvs19
15853
15854         * po/it.po
15855                 Italian translation fixes by Andrea Spadaccini (no more confusion
15856                 between filtering and processing, and few changes in the About
15857                 dialog).
15858
15859
15860 2006-02-06 [mones]      2.0.0cvs18
15861
15862         * src/gtk/icon_legend.c
15863                 Improved descriptions allowing better translations
15864
15865 2006-02-05 [colin]      2.0.0cvs17
15866
15867         * src/imap.c
15868                 Add the f*cking missing expunge that caused imap_fetch_env
15869                 to fail after an add_msgs ! :-///
15870         * src/etpan/imap-thread.c
15871                 Add a bit of debug
15872         FOR_STABLE
15873
15874 2006-02-05 [colin]      2.0.0cvs16
15875
15876         * src/common/utils.c
15877                 Don't check for return-path (or we can't put
15878                 back non-sent mails)
15879
15880 2006-02-05 [colin]      2.0.0cvs15
15881
15882         * src/textview.c
15883                 Don't try to display Face header in textview
15884                 when teh headerview's active
15885
15886 2006-02-05 [colin]      2.0.0cvs14
15887
15888         * tools/tbird2syl.py
15889         * tools/Makefile.am
15890                 Add script to import Thunderbird mails
15891
15892 2006-02-05 [colin]      2.0.0cvs13
15893
15894         * src/headerview.c
15895         * src/procheader.c
15896         * src/procmsg.c
15897         * src/procmsg.h
15898         * src/textview.c
15899                 Show Face headers - patch partially by Klaus Flittner
15900
15901 2006-02-05 [colin]      2.0.0cvs12
15902
15903         * src/folderview.c
15904         * src/summaryview.c
15905         * src/common/utils.c
15906         * src/common/utils.h
15907                 Let dnd work from mime icons to summaryview
15908                 and to folderview too
15909                 Add a crude test to avoid trying to add files
15910                 drag'n'dropped when they're not mails
15911
15912 2006-02-04 [colin]      2.0.0cvs11
15913
15914         * src/summaryview.c
15915         * src/mimeview.c
15916                 Fix utf8 conversion
15917
15918 2006-02-04 [colin]      2.0.0cvs10
15919
15920         * src/compose.c
15921         * src/folderview.c
15922         * src/mimeview.c
15923         * src/summaryview.c
15924         * src/summaryview.h
15925                 Added various drag and drop capas:
15926                 From                    To
15927                 summaryview             other apps
15928                 mimeview icons          other apps
15929                 other apps              summaryview
15930                 other apps              folderview
15931
15932                 This shouldn't have broken the existing:
15933                 From                    To
15934                 summaryview             folderview
15935                 folderview              folderview
15936                 summaryview             compose's attachments
15937
15938         Tests welcomed.
15939
15940 2006-02-02 [paul]       2.0.0cvs9
15941
15942         * src/mainwindow.c
15943                 move global option 'Set displayed columns...' out
15944                 of folder option grouping.
15945                 fix sensitivity of 'harvest addresses'
15946         FOR_STABLE
15947
15948 2006-02-01 [colin]      2.0.0cvs8
15949
15950         * src/mimeview.c
15951                 Revert the alertpanel patch, it sucks (intrusive
15952                 and gets in the way of "open")
15953
15954 2006-02-01 [colin]      2.0.0cvs7
15955
15956         * src/compose.c
15957         * src/prefs_account.c
15958         * src/prefs_common.c
15959         * src/common/defs.h
15960         * src/common/utils.c
15961         * src/common/utils.h
15962                 Add ability to edit the signature file
15963                 from the account preferences, and use
15964                 a default for the text editor.
15965                 Patch by Fabien Vantard
15966
15967 2006-02-01 [colin]      2.0.0cvs6
15968
15969         * src/mimeview.c
15970                 Try to get mime type by extension if it is
15971                 application/octet-stream
15972                 Display a window with possible choices when
15973                 encountering unknown mime types
15974         * src/gtk/filesel.c
15975         * src/gtk/filesel.h
15976                 Add preview
15977                 Allow multiple selection in filtered filesel
15978                 (patch by Fabien Vantard)
15979         * src/gtk/pluginwindow.c
15980                 Use it (patch by Fabien Vantard)
15981
15982 2006-02-01 [paul]       2.0.0cvs5
15983
15984         * src/jpilot.c
15985                 fix crash on creating jpilot address book
15986                 Thanks to Colin - FOR_STABLE
15987         * src/prefs_summaries.c
15988         * src/prefs_wrapping.c
15989         * src/gtk/icon_legend.c
15990         * src/gtk/quicksearch.c
15991                 string fixes and additions
15992
15993 2006-02-01 [paul]       2.0.0cvs4
15994
15995         * src/compose.c
15996         * src/mainwindow.c
15997         * src/messageview.c
15998         * src/prefs_send.c
15999                 add Arabic encoding option
16000                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
16001
16002 2006-01-31 [colin]      2.0.0cvs3
16003
16004         * src/plugins/pgpcore/passphrase.c
16005                 Convert passphrase to locale encoding
16006         * src/compose.c
16007                 Fix drafting on IMAP. Crappy bug sneaked in
16008                 the release :-/
16009         FOR_STABLE
16010
16011 2006-01-30 [paul]       2.0.0cvs2
16012
16013         * src/gtk/icon_legend.c
16014                 show the new entries
16015
16016 2006-01-30 [colin]      2.0.0cvs1
16017
16018         * src/manual.c
16019                 Check for the file to be present before 
16020                 enabling the menu - FOR_STABLE
16021         * src/gtk/icon_legend.c
16022                 Add folders icons (not all of them, there
16023                 are too much, but the most intriguing ones)
16024
16025 2006-01-30 [paul]       2.0.0
16026
16027         version 2.0.0 released
16028
16029 [For previous entries, see ChangeLog.pre2.0.0]