2007-10-06 [paul] 3.0.2cvs16
[claws.git] / ChangeLog
1 2007-10-06 [paul]       3.0.2cvs16
2
3         * AUTHORS
4         * src/exporthtml.c
5         * src/mbox.c
6         * src/gtk/authors.h
7                 fix build on solaris where ctime_r takes
8                 3 arguments rather than 2.
9                 Patch by Nicolas Doualot <slubman.lists@slubman.info>
10
11 2007-10-05 [colin]      3.0.2cvs15
12
13         * src/etpan/imap-thread.c
14                 Fix wrong error codepath
15
16 2007-10-05 [wwp]        3.0.2cvs14
17
18         * src/filtering.c
19                 Fix unexpected logging of quicksearches:
20                 debug_filtering_session flag was never reset to FALSE, causing
21                 matcher functions to log when called from a quicksearch
22                 (if a filtering session happened before).
23
24 2007-10-05 [paul]       3.0.2cvs13
25
26         * src/prefs_actions.c
27         * src/prefs_filtering.c
28         * src/prefs_template.c
29                 fix bug 1343, 'Filtering..'s close button
30                 silently discards new filter'
31                 Thanks to Colin
32
33 2007-10-05 [paul]       3.0.2cvs12
34
35         * configure.ac
36         * src/Makefile.am
37                 fix bug 1347, '-Wno-unused-function, optional'
38
39 2007-10-05 [colin]      3.0.2cvs11
40
41         * src/procmime.c
42         * src/common/mgutils.c
43                 Fix warnings
44
45 2007-10-05 [mones]      3.0.2cvs10
46
47         * manual/advanced.xml
48                 Use full menu name
49         * manual/es/advanced.xml
50                 Synchronise translation
51
52 2007-10-04 [colin]      3.0.2cvs9
53
54         * src/action.c
55         * src/addrbook.c
56         * src/addrindex.c
57         * src/compose.c
58         * src/exporthtml.c
59         * src/exportldif.c
60         * src/folder.c
61         * src/main.c
62         * src/matcher.c
63         * src/mbox.c
64         * src/messageview.c
65         * src/mh.c
66         * src/news.c
67         * src/partial_download.c
68         * src/pop.c
69         * src/procmime.c
70         * src/procmsg.c
71         * src/toolbar.c
72         * src/common/log.c
73         * src/common/mgutils.c
74         * src/common/plugin.c
75         * src/common/utils.c
76         * src/common/xml.c
77         * src/common/xml.h
78         * src/common/xmlprops.c
79         * src/common/xmlprops.h
80         * src/plugins/bogofilter/bogofilter.c
81         * src/plugins/clamav/clamav_plugin.c
82         * src/plugins/dillo_viewer/dillo_prefs.c
83         * src/plugins/pgpcore/prefs_gpg.c
84         * src/plugins/pgpinline/pgpinline.c
85         * src/plugins/pgpmime/pgpmime.c
86         * src/plugins/spamassassin/spamassassin.c
87         * src/plugins/trayicon/trayicon_prefs.c
88                 Verify success on writes. Will fix possible strange
89                 failure on disk full.
90
91 2007-10-04 [paul]       3.0.2cvs8
92
93         * manual/advanced.xml
94                 add further info about Actions
95                 Patch by Emmanuel Briot <briot@adacore.com>
96
97 2007-10-04 [paul]       3.0.2cvs7
98
99         * src/account.c
100                 remove the D column, instead indicate the
101                 default account by use of bold text
102
103 2007-10-03 [colin]      3.0.2cvs6
104
105         * src/common/template.c
106                 Fix templates writing (was prone to disk full problems)
107
108 2007-10-03 [colin]      3.0.2cvs5
109
110         * src/Makefile.am
111         * src/addrduplicates.c
112         * src/addrduplicates.h
113         * src/addressbook.c
114                 Add duplicate deletion. Patch by Holger
115
116 2007-10-03 [colin]      3.0.2cvs4
117
118         * src/matcher.c
119         * src/gtk/quicksearch.c
120                 Fix bug 1340, 'Case insensitive searches with 
121                 non-ascii alphabets fail'.
122
123 2007-10-03 [colin]      3.0.2cvs3
124
125         * src/main.c
126         * src/common/utils.c
127         * src/common/utils.h
128                 Implement run-time alternative config directories
129
130 2007-10-03 [colin]      3.0.2cvs2
131
132         * src/folderview.c
133                 Prevent opening folder item while folder
134                 is scanned in a better way
135
136 2007-10-02 [paul]       3.0.2cvs1
137
138         * NEWS
139         * README
140         * RELEASE_NOTES
141         * configure.ac
142                 bump up version number following stable release
143
144 2007-09-30 [colin]      3.0.1cvs49
145
146         * src/imap.c
147                 Refresh session if needed
148
149 2007-09-30 [colin]      3.0.1cvs48
150
151         * src/imap.c
152                 Reset folder's session to NULL
153                 before destroying it
154
155 2007-09-30 [mones]      3.0.1cvs47
156
157         * manual/handling.xml
158                 Use markup quotes instead hardcoded quotes
159         * manual/es/handling.xml
160                 Added new synced section (IMAP subscriptions)
161
162 2007-09-29 [colin]      3.0.1cvs46
163
164         * src/imap.c
165                 Notice disconnections faster
166
167 2007-09-28 [colin]      3.0.1cvs45
168
169         * src/addressbook.c
170         * src/addrindex.c
171                 Fix warnings
172
173 2007-09-28 [paul]       3.0.1cvs44
174
175         * src/mimeview.c
176                 fix maemo build
177
178 2007-09-28 [paul]       3.0.1cvs43
179
180         * src/account.c
181                 use gtk_widget_set_size_request() on the label
182                 so that wrapping works better. get rid of the
183                 (partially deprecated) hbutton_box.
184                 these changes should prevent buttons overlapping
185                 on maemo
186
187 2007-09-28 [colin]      3.0.1cvs42
188
189         * src/pop.c
190                 Fix typo :)
191
192 2007-09-28 [colin]      3.0.1cvs41
193
194         * src/compose.c
195         * src/msgcache.c
196         * src/pop.c
197         * src/procmime.c
198         * src/etpan/imap-thread.c
199                 64bits-related warning fixes
200
201 2007-09-28 [colin]      3.0.1cvs40
202
203         * src/folder_item_prefs.c
204         * src/ldaputil.c
205         * src/mainwindow.c
206         * src/mimeview.c
207         * src/common/tags.c
208                 Fix warnings
209
210 2007-09-28 [colin]      3.0.1cvs39
211
212         * src/plugins/spamassassin/spamassassin.c
213         * src/plugins/spamassassin/spamassassin.h
214         * src/plugins/spamassassin/spamassassin_gtk.c
215                 Add addressbook-based whitelisting
216
217 2007-09-28 [colin]      3.0.1cvs38
218
219         * src/folder.c
220                 Fix bug 1337, 'crash on pressing Send button'
221
222 2007-09-28 [paul]       3.0.1cvs37
223
224         * src/prefs_folder_item.c
225                 give the orphans a parent. makes all prefs
226                 pages visible on maemo
227
228 2007-09-28 [colin]      3.0.1cvs36
229
230         * src/prefs_folder_column.c
231         * src/prefs_summary_column.c
232                 Fix two leaks
233
234 2007-09-27 [colin]      3.0.1cvs35
235
236         * src/gtk/quicksearch.c
237                 Fix bug 1336, 'Segfault if empty space before search-string'
238
239 2007-09-26 [mones]      3.0.1cvs34
240
241         * manual/account.xml
242         * manual/plugins.xml
243                 Fixed irc channel name, added some docbook markup.
244                 Changed text markup to docbook markup. 
245                 Added spamcop as supported in SpamReport description.
246         * manual/fr/plugins.xml
247                 Fixed irc channel name.
248         * manual/es/account.xml
249         * manual/es/advanced.xml
250         * manual/es/claws-mail-manual.xml
251         * manual/es/glossary.xml
252         * manual/es/gpl.xml
253         * manual/es/keyboard.xml
254         * manual/es/plugins.xml
255                 Synced with English version, fixed a couple of typos.
256
257 2007-09-26 [colin]      3.0.1cvs33
258
259         * configure.ac
260                 Explain why "Libgnomeprint: no" on GTK+ 2.10
261
262 2007-09-26 [colin]      3.0.1cvs32
263
264         * src/messageview.c
265         * src/procmsg.c
266         * src/procmsg.h
267                 Optimisation: avoid fetching mail 3 times locally
268                 for displaying
269
270 2007-09-26 [colin]      3.0.1cvs31
271
272         * src/mh.c
273                 Fix missing static
274
275 2007-09-26 [colin]      3.0.1cvs30
276
277         * src/folder.c
278         * src/folder.h
279         * src/mh.c
280         * src/mh.h
281                 Fix MH mtime hack - make it a folder class function
282
283 2007-09-26 [colin]      3.0.1cvs29
284
285         * src/inc.c
286                 Fix bug 1334, 'user defined mail incorporation 
287                 script not run'
288
289 2007-09-25 [colin]      3.0.1cvs28
290
291         * src/codeconv.c
292                 Optimisation: shortcut conv_codeset_strdup
293                 when src_code and dest_code are the same
294         * src/common/xml.c
295         * src/common/xml.h
296                 Optimisation: shortcut code conversions when
297                 files are in UTF-8; faster list walking by
298                 using prepend/reverse.
299
300 2007-09-25 [holger]     3.0.1cvs27
301
302         * src/printing.c
303                 Replace button bar of the preview window
304                 with a real toolbar (patch by Colin)
305                 Add zooming to the preview window
306
307 2007-09-24 [paul]       3.0.1cvs26
308
309         * src/compose.c
310                 compact the character set menu, adding some
311                 missing encodings. Patch by Pawel Pekala
312
313 2007-09-23 [paul]       3.0.1cvs25
314
315         * src/prefs_account.c
316         * src/prefs_folder_item.c
317         * src/prefs_quote.c
318         * src/quote_fmt.c
319         * src/quote_fmt.h
320                 remove unnecessary frame from Templates options
321                 and improve the English of the check button label
322
323 2007-09-22 [colin]      3.0.1cvs24
324
325         * src/gtk/quicksearch.c
326                 Fix bug 1329, 'error in quicksearch.c'
327                 Fix return with value in function returning void
328
329 2007-09-22 [colin]      3.0.1cvs23
330
331         * src/imap.c
332         * src/procmsg.h
333         * src/common/utils.c
334         * src/common/utils.h
335         * src/etpan/imap-thread.c
336                 Optimise fetching IMAP cached emails *a lot*
337                 (remember whether mail is fully cached and \r's
338                  are already stripped)
339
340 2007-09-22 [colin]      3.0.1cvs22
341
342         * src/folder.c
343         * src/folder.h
344         * src/prefs_folder_item.c
345                 Add a button to allow users to drop local caches.
346
347 2007-09-21 [colin]      3.0.1cvs21
348
349         * src/summaryview.c
350                 Remove unnecessary error when cancelling export to mbox.
351                 Patch by Pawel
352
353 2007-09-21 [paul]       3.0.1cvs20
354
355         * src/gtk/prefswindow.c
356                 remove unnecessary frames from the prefs
357                 pages. Patch by Pawel Pekala
358
359 2007-09-21 [paul]       3.0.1cvs19
360
361         * src/prefs_account.c
362         * src/prefs_folder_item.c
363         * src/prefs_quote.c
364         * src/quote_fmt.c
365                 put the Templates options into a tabbed
366                 layout. Patch by Pawel Pekala
367
368 2007-09-21 [paul]       3.0.1cvs18
369
370         * src/mainwindow.c
371                 group together the character set menu items
372                 move the /View/Show or hide/Message view below
373                 .../Toolbar menu item
374                 Patch by Pawel Pekala
375
376 2007-09-21 [mones]      3.0.1cvs17
377
378         * src/compose.c
379                 Fix for bug 1327, 'segfault when replying to a non-existent
380                 news message', thanks to Colin.
381
382 2007-09-21 [colin]      3.0.1cvs16
383
384         * src/folderview.c
385                 Complete 3.0.1cvs15
386
387 2007-09-20 [colin]      3.0.1cvs15
388
389         * src/folderview.c
390         * src/folderview.h
391                 Maybe fix bug 1324, 'Corrupted IMAP cache'
392
393 2007-09-20 [colin]      3.0.1cvs14
394
395         * src/printing.c
396                 Fix a little leak
397
398 2007-09-20 [holger]     3.0.1cvs13
399
400         * src/printing.c
401                 Add page layout to print preview.
402                 Make the close-button in the toolbar
403                 right-aligned.
404
405 2007-09-20 [paul]       3.0.1cvs12
406
407         * po/ru.po
408                 updated by Pavlo Bohmat
409
410 2007-09-19 [colin]      3.0.1cvs11
411
412         * src/common/utils.c
413                 Prevent unquoted mime boundaries, by always
414                 using a /
415
416 2007-09-19 [colin]      3.0.1cvs10
417
418         * src/printing.c
419                 Fix drawing area size, fix DPI change that
420                 can cause total number of lines to decrease
421
422 2007-09-19 [colin]      3.0.1cvs9
423
424         * po/POTFILES.in
425         * src/printing.c
426                 Make print preview more efficient and nicer.
427                 Patch mostly by Holger Berndt <hb@claws-mail.org>
428
429 2007-09-19 [colin]      3.0.1cvs8
430
431         * src/prefs_common.c
432         * src/prefs_common.h
433         * src/printing.c
434                 Add scrolledwindow, default allocation and
435                 size saving to the print preview window.
436
437 2007-09-18 [colin]      3.0.1cvs7
438
439         * src/prefs_common.c
440         * src/prefs_common.h
441         * src/prefs_image_viewer.c
442         * src/printing.c
443                 GtkPrintOperation:
444                 - add image printing support
445                 - add option to print images
446                 - add preview widget
447                 - add saving of a few Page Setup parameters
448
449 2007-09-18 [colin]      3.0.1cvs6
450
451         * AUTHORS
452         * src/gtk/authors.h
453                 Add Guillaume Chazarain
454
455 2007-09-18 [colin]      3.0.1cvs5
456
457         * src/common/utils.c
458                 Fix bug 1321, 'access before allocation 
459                 when scanning for uris'. Patch by 
460                 Guillaume Chazarain <guichaz@yahoo.fr>
461
462 2007-09-18 [colin]      3.0.1cvs4
463
464         * src/toolbar.c
465                 Fix bug 1320, 'Memory leak caused by 
466                 gtk_container_get_children'. Patch by
467                 Guillaume Chazarain <guichaz@yahoo.fr>
468
469 2007-09-18 [colin]      3.0.1cvs3
470
471         * src/printing.c
472         * src/printing.h
473                 Fix HAVE_GNOMEPRINT (USE_GNOMEPRINT)
474
475 2007-09-18 [colin]      3.0.1cvs2
476
477         * src/Makefile.am
478         * src/mainwindow.c
479         * src/messageview.c
480         * src/messageview.h
481         * src/prefs_ext_prog.c
482         * src/prefs_fonts.c
483         * src/printing.c
484         * src/printing.h
485         * src/summaryview.c
486                 Use GtkPrintOperation by default on GTK+ >= 2.10
487                 Patch by Holger Berndt <hb@claws-mail.org>
488
489 2007-09-18 [paul]       3.0.1cvs1
490
491         * NEWS
492         * README
493         * RELEASE_NOTES
494         * configure.ac
495                 bump up version number following stable release
496
497 2007-09-16 [colin]      3.0.0cvs18
498
499         * src/folder.c
500                 Fix possible memleak
501
502 2007-09-16 [colin]      3.0.0cvs17
503
504         * src/folderview.c
505                 Fix bug 1311, 'Wrong arrow position 
506                 while moving message into folder when 
507                 column headers hidden'
508         * src/image_viewer.c
509                 Show error in the GUI if image can't
510                 be loaded
511         * src/matcher.c
512                 Fix spurious output
513         * src/messageview.c
514                 Allow setting domain in msgid
515         * src/common/plugin.c
516                 Add timing information
517
518 2007-09-16 [colin]      3.0.0cvs16
519
520         * src/account.c
521         * src/compose.c
522         * src/prefs_account.c
523         * src/prefs_account.h
524         * src/prefs_template.c
525         * src/common/utils.c
526                 Remove Generate Message-ID option. We need
527                 this on some IMAP servers.
528
529 2007-09-16 [colin]      3.0.0cvs15
530
531         * src/prefs_filtering.c
532         * src/prefs_filtering.h
533         * src/prefs_filtering_action.c
534         * src/common/tags.c
535                 Fix tags issues: tags with spaces, renaming
536                 tags.
537
538 2007-09-16 [colin]      3.0.0cvs14
539
540         * src/folderview.c
541         * src/main.c
542         * src/mainwindow.c
543                 Fix bug 1308, 'Claws deletes folderlist.xml after
544                 fetching mail short after start-up'
545
546 2007-09-16 [colin]      3.0.0cvs13
547
548         * src/compose.c
549                 Fix scrolling to cursor
550
551 2007-09-16 [paul]       3.0.0cvs12
552
553         * po/sr.po
554                 updated by Aleksandar Urosevic
555
556 2007-09-16 [paul]       3.0.0cvs11
557
558         * src/folder.c
559                 do not allow locked msgs to be deleted,
560                 even by filtering/processing
561
562 2007-09-07 [paul]       3.0.0cvs10
563
564         * src/prefs_folder_column.c
565         * src/prefs_summary_column.c
566                 implement button sensitivity
567                 patch by Pawel Pekala
568
569 2007-09-06 [wwp]        3.0.0cvs9
570
571         * src/prefs_gtk.c
572                 Add a missing linefeed to a debug message.
573
574 2007-09-05 [colin]      3.0.0cvs8
575
576         * src/inc.c
577                 Fix statusbar/window mismatch on Maemo
578
579 2007-09-05 [colin]      3.0.0cvs7
580
581         * src/ldaputil.c
582                 Fix build without USE_LDAP_TLS
583
584 2007-09-05 [colin]      3.0.0cvs6
585
586         * src/folder.c
587         * src/imap.c
588         * src/inc.c
589         * src/mbox.c
590         * src/send_message.c
591         * src/statusbar.c
592         * src/statusbar.h
593                 Maemo: distinguish various statusbar messages,
594                 in order to display only the most important.
595
596 2007-09-04 [wwp]        3.0.0cvs5
597
598         * src/account.c
599                 Accounts list: fix "Local" protocol not shown when USE_OPENSSL is set.
600                 Show protocol "SMTP" and the appropriate server for send-only
601                 accounts, show "-" instead of "" when no value is relevant.
602
603 2007-09-03 [ticho]      3.0.0cvs4
604
605         * src/summaryview.c
606                 Handle plural form better in delete confirmation dialog.
607
608 2007-09-03 [wwp]        3.0.0cvs3
609
610         * src/compose.c
611                 Warn differently when sending or sending later (queueing).
612
613 2007-09-03 [colin]      3.0.0cvs2
614
615         * src/procmime.c
616         * src/procmime.h
617         * src/common/plugin.c
618         * src/common/plugin.h
619                 Add a new plugin API, MimeParser. It allows
620                 plugins to scan email MIME parts and optionally,
621                 transform them.
622
623 2007-09-03 [mones]      3.0.0cvs1
624
625         * po/es.po
626                 Updated translation
627         * src/common/defs.h
628                 While a better solution is made double history sizes
629
630 2007-09-03 [paul]       3.0.0
631
632         * NEWS
633         * README
634         * RELEASE_NOTES
635                 3.0.0 released
636
637 2007-09-03 [paul]       2.10.0cvs191
638
639         * po/bg.po
640         * po/ca.po
641         * po/de.po
642         * po/fi.po
643         * po/fr.po
644         * po/hu.po
645         * po/it.po
646         * po/pl.po
647         * po/pt_BR.po
648         * po/ru.po
649         * po/sk.po
650         * po/zh_CN.po
651                 updated by Yasen Pramatarov, Miquel Oliete, Stephan
652                 Sachse, Flammie Pirinen, Fabien Vantard, Pader Rezso,
653                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves
654                 Guimaraes, Pavlo Bohmat, Andrej Kacian, and Ralph Young
655
656 2007-09-02 [colin]      2.10.0cvs190
657
658         * src/edittags.c
659         * src/common/tags.c
660                 Prevent empty or white-space tags
661
662 2007-09-01 [colin]      2.10.0cvs189
663
664         * src/main.c
665                 Fix double-reading of accounts list when
666                 the wizard has been run due to no accounts
667         * src/mainwindow.c
668                 Fix sensitivity of a menu item in case 
669                 there's no account
670
671 2007-09-01 [wwp]        2.10.0cvs188
672
673         * src/wizard.c
674                 Fix wizard crash when Mailbox dir already exists
675                 (thanks to Colin).
676
677 2007-08-31 [colin]      2.10.0cvs187
678
679         * src/etpan/imap-thread.c
680                 Fix unwanted creation of 
681                 libetpan's stream dump file
682         * src/compose.c
683                 Fix coloring of pastes as quotation
684         * src/summaryview.c
685                 Maemo: Fix opening of mails from keypad
686                 in Sent folders
687         * src/addressbook.c
688         * src/folderview.c
689         * src/image_viewer.c
690         * src/mimeview.c
691         * src/gtk/prefswindow.c
692                 Maemo: Fix adjustments changes 
693
694 2007-08-30 [colin]      2.10.0cvs186
695
696         * src/folderview.c
697                 Don't opened selected folder when clicking
698                 on white space
699         * src/mainwindow.c
700                 Maemo: Make Esc close messageviews
701         * src/messageview.c
702                 Maemo: Fix message scrolling to the end on 
703                 opening
704                 Maemo: Fix reopening same message
705         * src/gtk/prefswindow.c
706                 Maemo: try to fix scrollbar. Doesn't work,
707                 it seems as if gtk_adjustment_set_value was
708                 a noop.
709
710 2007-08-30 [colin]      2.10.0cvs185
711
712         * src/compose.c
713         * src/folderview.c
714         * src/main.c
715         * src/prefs_matcher.c
716         * src/prefs_template.c
717         * src/quote_fmt.c
718         * src/send_message.c
719         * src/toolbar.c
720         * src/gtk/gtkaspell.c
721         * src/plugins/bogofilter/bogofilter.c
722         * src/plugins/bogofilter/bogofilter_gtk.c
723         * src/plugins/clamav/clamav_plugin_gtk.c
724         * src/plugins/pgpcore/sgpgme.c
725         * src/plugins/spamassassin/spamassassin.c
726         * src/plugins/spamassassin/spamassassin_gtk.c
727                 Fix all potential misuses of format-string functions
728
729 2007-08-30 [wwp]        2.10.0cvs184
730
731         * src/prefs_template.c
732                 Fix a leak.
733
734 2007-08-29 [colin]      2.10.0cvs183
735
736         * src/plugins/trayicon/trayicon.c
737                 Fix leak of hooks in case of error,
738                 thanks to Holger Berndt
739
740 2007-08-28 [colin]      2.10.0cvs182
741
742         * src/mainwindow.c
743                 Don't use current folder settings when
744                 composing from the compose button's
745                 account selector
746
747 2007-08-28 [colin]      2.10.0cvs181
748
749         * src/quote_fmt_parse.y
750                 Fix cursor offset when quote contains UTF-8
751                 chars
752
753 2007-08-28 [colin]      2.10.0cvs180
754
755         * src/compose.c
756         * src/compose.h
757                 Fix signature replacement when it's been wrapped
758
759 2007-08-27 [colin]      2.10.0cvs179
760
761         * src/summaryview.c
762                 Fix indentation
763
764 2007-08-27 [colin]      2.10.0cvs178
765
766         * src/summaryview.c
767                 Fix Quicksearch's Sticky mode
768
769 2007-08-27 [colin]      2.10.0cvs177
770
771         * src/folder_item_prefs.c
772         * src/folder_item_prefs.h
773         * src/imap_gtk.c
774         * src/mh_gtk.c
775                 Fix loss of subfolders properties when
776                 renaming a folder
777
778 2007-08-26 [wwp]        2.10.0cvs176
779
780         * src/alertpanel.c
781         * src/messageview.c
782         * src/prefs_actions.c
783                 Revert parts of 2.10.0cvs174: g_markup_printf_escaped()
784                 will have to be used when necessary *before* calling
785                 alertpanel functions.
786
787 2007-08-25 [paul]       2.10.0cvs175
788
789         * src/prefs_actions.c
790                 workaround gettext problem marking
791                 string as c-format when it's not
792
793 2007-08-25 [wwp]        2.10.0cvs174
794
795         * src/alertpanel.c
796         * src/messageview.c
797         * src/prefs_actions.c
798                 Call the pango markup escape function right ince in alertpanel_create
799                 instead of everywhere (reverts some parts of 2.10.0cvs123 and
800                 2.10.0cvs158).
801
802         * src/common/log.c
803                 Fix a crash due to a misuse of g_print(), encountered when the string
804                 passed to g_print was containing printf substitution symbols.
805
806 2007-08-25 [paul]       2.10.0cvs173
807
808         * src/common/log.c
809                 fix a segfault when refreshing RSSyl feeds
810
811 2007-08-25 [paul]       2.10.0cvs172
812
813         * src/gtk/icon_legend.c
814                 add watchthread.xpm
815
816 2007-08-25 [paul]       2.10.0cvs171
817
818         * src/Makefile.am
819         * src/stock_pixmap.c
820         * src/pixmaps/insert_file.xpm
821                 add a new pixmap instead of re-using
822                 paste.xpm. (easier for icon theme authors)
823
824 2007-08-24 [holger]     2.10.0cvs170
825
826         * src/plugins/trayicon/trayicon.c
827                 The same fix for another hook id.
828
829 2007-08-24 [holger]     2.10.0cvs169
830
831         * src/plugins/trayicon/trayicon.c
832                 Micro-fix: Do the error checking for
833                 the right hook id.
834
835 2007-08-24 [paul]       2.10.0cvs168
836
837         * src/folder.h
838                 fix typo causing compiler warning
839
840 2007-08-24 [paul]       2.10.0cvs167
841
842         * README
843                 put back the correct version of this file also
844
845 2007-08-24 [colin]      2.10.0cvs166
846
847         * src/send_message.c
848                 Use progress bar when sending messages
849
850 2007-08-24 [paul]       2.10.0cvs165
851
852         * Makefile.am
853                 oops! if i'm quick no-one will notice
854                 (put back the proper file)
855
856 2007-08-24 [paul]       2.10.0cvs164
857
858         * AUTHORS
859         * Makefile.am
860         * README
861         * src/gtk/authors.h
862         * tools/Makefile.am
863         * tools/README
864         * tools/mew2claws-mail.pl
865                 add new script that imports a Mew address book
866                 submitted by Jerome Lelong
867
868 2007-08-24 [paul]       2.10.0cvs163
869
870         * manual/plugins.xml
871                 remove the obsolete plugins, add the
872                 missing plugins, including the forthcoming
873                 SpamReport plugin
874
875 2007-08-24 [paul]       2.10.0cvs162
876
877         * manual/advanced.xml
878                 add info about the hidden emphasis_color option
879         * manual/keyboard.xml
880                 correct the info about hotkeys
881                 wrap the long lines
882
883 2007-08-24 [paul]       2.10.0cvs161
884
885         * src/folderview.c
886                 add mnemonic to 'Run procesing rules'
887
888 2007-08-24 [paul]       2.10.0cvs160
889
890         * src/account.c
891         * src/folder.c
892         * src/folder.h
893                 use suitable defaults for outbox,
894                 queue, drafts and trash folders
895
896 2007-08-24 [wwp]        2.10.0cvs159
897
898         * src/folderview.c
899                 Update menu item sensitivity if necessary (or we get a
900                 gtk critical message).
901
902 2007-08-23 [wwp]        2.10.0cvs158
903
904         * src/action.c
905         * src/prefs_actions.c
906                 Allow literal % chars in action commands (use %%).
907                 Add a missing p++ to the action parser in action_get_type(),
908                 which was missing it, even if it was neutral.
909                 Fix a pango markup warning at runtime.
910
911 2007-08-23 [wwp]        2.10.0cvs157
912
913         * src/addressbook.c
914                 Contacts are now locale-aware sorted in the address book
915                 (LC_COLLATE matters here).
916                 Fix missing table initializers.
917
918 2007-08-23 [colin]      2.10.0cvs156
919
920         * src/imap.c
921                 Check scan_required on dest folder when copying
922
923 2007-08-23 [colin]      2.10.0cvs155
924
925         * src/imap.c
926                 Fix scanning when folder was empty
927
928 2007-08-22 [colin]      2.10.0cvs154
929
930         * src/msgcache.c
931                 Don't g_warning when g_try_malloc fails(), or it makes
932                 things worse as g_log() allocates. Fixes bug 1290,
933                 'Claws Mail crashes if too little memory when 
934                 rebuilding folder tree'
935
936 2007-08-22 [colin]      2.10.0cvs153
937
938         * src/inc.c
939                 Fix format string vulnerability, thanks to
940                 Ulf Harnhammar, Secunia Research
941
942 2007-08-22 [colin]      2.10.0cvs152
943
944         * src/ldapserver.c
945                 Set tv_usec too
946
947 2007-08-22 [wwp]        2.10.0cvs151
948
949         * src/ldapquery.c
950                 Few better null-ptr checks.
951
952 2007-08-22 [colin]      2.10.0cvs150
953
954         * src/editldap.c
955         * src/editldap_basedn.c
956         * src/ldapquery.c
957         * src/ldapserver.c
958         * src/ldapserver.h
959         * src/ldapupdate.c
960         * src/ldaputil.c
961         * src/ldaputil.h
962                 Fix ldap timeouts
963
964 2007-08-22 [colin]      2.10.0cvs149
965
966         * src/ldapquery.c
967                 Finish previous fix
968
969 2007-08-22 [colin]      2.10.0cvs148
970
971         * src/ldapquery.c
972                 Fix wrong assertions
973
974 2007-08-22 [colin]      2.10.0cvs147
975
976         * src/ldaputil.c
977                 Fix test (set ldap v3 if bindDN is set or TLS is set)
978
979 2007-08-22 [colin]      2.10.0cvs146
980
981         * src/editldap.c
982         * src/ldaputil.c
983                 Fix wrong "Connected successfully to server". Connection only succeeds if
984                 we can get the base DN.
985
986 2007-08-21 [wwp]        2.10.0cvs145
987
988         * src/browseldap.c
989         * src/editldap.c
990         * src/ldapctrl.c
991         * src/ldapquery.c
992         * src/ldapserver.c
993         * src/ldapupdate.c
994         * src/ldaputil.c
995                 More sanity checks in ldap functions.
996
997 2007-08-21 [wwp]        2.10.0cvs144
998
999         * src/prefs_account.c
1000                 Don't return a value in a void function().
1001
1002 2007-08-21 [paul]       2.10.0cvs143
1003
1004         * src/messageview.c
1005                 add check for ftp: to messageview_list_urls()
1006
1007 2007-08-21 [colin]      2.10.0cvs142
1008
1009         * src/editldap.c
1010         * src/ldapctrl.c
1011         * src/ldapctrl.h
1012         * src/ldapquery.c
1013         * src/ldapupdate.c
1014                 Fix bug 1293, 'LDAP address book not working'
1015                 Search only on specified fields, but fetch 
1016                 every field possible. People will have to 
1017                 reset the searched Attributes in their LDAP
1018                 servers properties.
1019
1020 2007-08-21 [wwp]        2.10.0cvs141
1021
1022         * src/addr_compl.c
1023         * src/addrbook.c
1024         * src/addrcache.c
1025         * src/addrcindex.c
1026         * src/addressbook.c
1027         * src/addrindex.c
1028         * src/browseldap.c
1029         * src/crash.c
1030         * src/editaddress_other_attributes_ldap.c
1031         * src/exporthtml.c
1032         * src/folder.c
1033         * src/folderview.c
1034         * src/imap.c
1035         * src/jpilot.c
1036         * src/ldapserver.c
1037         * src/ldapupdate.c
1038         * src/ldif.c
1039         * src/main.c
1040         * src/mainwindow.c
1041         * src/matcher.c
1042         * src/mh.c
1043         * src/msgcache.c
1044         * src/mutt.c
1045         * src/pine.c
1046         * src/pop.c
1047         * src/prefs_customheader.c
1048         * src/prefs_msg_colors.c
1049         * src/procmime.c
1050         * src/textview.c
1051         * src/vcard.c
1052         * src/wizard.c
1053         * src/common/log.c
1054         * src/common/socket.c
1055         * src/common/ssl_certificate.c
1056         * src/common/utils.c
1057         * src/common/utils.h
1058         * src/gtk/description_window.c
1059         * src/plugins/demo/demo.c
1060         * src/plugins/pgpcore/prefs_gpg.c
1061         * src/plugins/spamassassin/libspamc.c
1062                 Make sure we use glib functions to send text messages (information,
1063                 debug, warning, errors) to stdout/stderr - no more direct puts
1064                 fputs printf fprintf to stdout/stderr when it can be done using
1065                 g_log*() and g_print/g_printerr. Doing this, we make sure every
1066                 stdout/stderr message is saved to log in Windows.
1067
1068
1069 2007-08-21 [wwp]        2.10.0cvs140
1070
1071         * src/main.c
1072         * src/common/utils.h
1073                 Route glib's stdout/stderr messages to a log file (Windows only),
1074                 instead of loosing them.
1075
1076 2007-08-21 [paul]       2.10.0cvs139
1077
1078         * src/mainwindow.c
1079                 replace deprecated g_strncasecmp()
1080         * src/messageview.c
1081                 fix 'List URLS'
1082
1083 2007-08-20 [ticho]      2.10.0cvs138
1084
1085         * src/account.c
1086         * src/prefs_account.h
1087                 Copy all account preferences in account_clone() - some
1088                 were missing.
1089         * src/prefs_account.c
1090                 Handle empty privacy system combobox gracefully (warning
1091                 instead of a crash).
1092
1093 2007-08-20 [colin]      2.10.0cvs137
1094
1095         * src/ldapctrl.c
1096                 Fix a leak
1097
1098 2007-08-20 [paul]       2.10.0cvs136
1099
1100         * src/browseldap.c
1101         * src/editldap.c
1102         * src/ldapctrl.c
1103         * src/ldapquery.c
1104         * src/ldapquery.h
1105         * src/ldapserver.c
1106         * src/ldaputil.c
1107                 add debug_prints
1108                 patch by Michael Rasmussen
1109
1110 2007-08-19 [colin]      2.10.0cvs135
1111
1112         * src/imap.c
1113                 Fix previous commit. Sensitivity update is needed
1114                 for "Cancel receiving". However when batching we
1115                 don't need to do it for every message flag change,
1116                 just once at the start and once at the end.
1117
1118 2007-08-19 [colin]      2.10.0cvs134
1119
1120         * src/imap.c
1121                 Remove useless menu updates on session lock/unlock
1122
1123 2007-08-19 [colin]      2.10.0cvs133
1124
1125         * src/etpan/imap-thread.c
1126                 Make all fetch logs less verbose
1127
1128 2007-08-19 [paul]       2.10.0cvs132
1129
1130         * src/foldersel.c
1131         * src/folderview.c
1132         * src/summaryview.c
1133                 fix bug 1286, 'Can't move a folder into a "Folders
1134                 Only" folder'
1135
1136 2007-08-18 [ticho]      2.10.0cvs131
1137
1138         * src/editaddress_other_attributes_ldap.c
1139                 Converted option menu for other ldap attributes to GtkComboBox.
1140
1141 2007-08-18 [colin]      2.10.0cvs130
1142
1143         * src/compose.c
1144         * src/prefs_common.c
1145         * src/prefs_common.h
1146         * src/prefs_send.c
1147         * src/send_message.c
1148                 Revert 'send_dialog_mode' meaning to 
1149                 'send_dialog_invisible', so that the 
1150                 new checkbox doesn't change the 
1151                 existing behaviour.
1152
1153 2007-08-18 [paul]       2.10.0cvs129
1154
1155         * src/summaryview.c
1156                 add missing menu update
1157
1158 2007-08-17 [colin]      2.10.0cvs128
1159
1160         * src/folder.c
1161                 Set batching after getting flags - maybe fixes
1162                 bug 1292, 'CM crashes on writing mail'
1163
1164 2007-08-16 [ticho]      2.10.0cvs127
1165
1166         * src/prefs_send.c
1167                 Convert two GtkOptionMenu widgets to new GtkComboBox.
1168         * src/gtk/combobox.h
1169         * src/gtk/gtkutils.c
1170                 Allow NULL for GtkComboBox menuitem label, rendering such
1171                 items as row separators.
1172
1173 2007-08-16 [paul]       2.10.0cvs126
1174
1175         * src/plugins/trayicon/trayicon.c
1176                 remove wrongly used gettextisation
1177
1178 2007-08-15 [ticho]      2.10.0cvs125
1179
1180         * src/importldif.c
1181                 Fixed a runtime warning where an attempt to pack an
1182                 already packed GtkLabel was made.
1183
1184 2007-08-15 [ticho]      2.10.0cvs124
1185
1186         * src/prefs_compose_writing.c
1187                 Convert the insert-or-attach-dragged-files GtkOptionMenu
1188                 into GtkComboBox.
1189
1190 2007-08-14 [ticho]      2.10.0cvs123
1191
1192         * src/messageview.c
1193         * src/gtk/gtkutils.c
1194                 Changed return receipt account selector to GtkComboBox.
1195                 Fixed a runtime warning where GTK tried to parse
1196                 "name <email@address" as a Pango markup in an alertpanel label.
1197
1198 2007-08-14 [ticho]      2.10.0cvs122
1199
1200         * src/prefs_logging.c
1201                 Changed GtkOptionMenu in logging preferences to GtkComboBox.
1202
1203 2007-08-14 [wwp]        2.10.0cvs121
1204
1205         * tools/Makefile.am
1206         * tools/README
1207         * tools/popfile-link.sh
1208                 Added a new tool: POPFile helper, to open
1209                 selected messages in POPFile control center,
1210                 in order to change the messages' status.
1211
1212 2007-08-14 [ticho]      2.10.0cvs120
1213
1214         * src/compose.c
1215         * src/prefs_common.c
1216         * src/prefs_common.h
1217         * src/prefs_send.c
1218         * src/send_message.c
1219                 Change "Show send dialog" optionmenu to a checkbutton.
1220         * src/prefs_receive.c
1221                 Migrate "Show receive dialog" GtkOptionMenu to GtkComboBox.
1222
1223 2007-08-13 [wwp]        2.10.0cvs119
1224
1225         * src/addr_compl.c
1226         * src/addressbook.c
1227         * src/addrindex.c
1228         * src/compose.c
1229         * src/filtering.c
1230         * src/folderview.c
1231         * src/inc.c
1232         * src/matcher.c
1233         * src/mh.c
1234         * src/partial_download.c
1235         * src/prefs_gtk.c
1236         * src/procmsg.c
1237         * src/stock_pixmap.c
1238         * src/summaryview.c
1239         * src/common/utils.c
1240         * src/gtk/gtkaspell.c
1241         * src/gtk/menu.c
1242                 Make sure we never pass NULL pointers for %s substitutions
1243                 (prevent from crashing in Windows).
1244
1245 2007-08-13 [wwp]        2.10.0cvs118
1246
1247         * src/msgcache.c
1248                 Re-enable mmap_reads in Windows with some missing
1249                 CloseHandle of mapping objects, thanks to
1250                 Marcus Brinkmann.
1251
1252 2007-08-13 [paul]       2.10.0cvs117
1253
1254         * src/common/utils.c
1255                 fix bug 1287, 'Compile time problem on Solaris
1256                 (nexenta gnu/Solaris) utils.c'
1257                 Thanks to Piotr Chrzczonowicz
1258
1259 2007-08-12 [wwp]        2.10.0cvs116
1260
1261         * src/plugins/pgpcore/prefs_gpg.c
1262                 Don't try to unset a GPG_AGENT_INFO that was not
1263                 set (and don't use a NULL string in Windows, it was
1264                 crashing with --debug if GPG_AGENT_INFO was not set).
1265
1266 2007-08-12 [wwp]        2.10.0cvs115
1267
1268         * src/privacy.h
1269                 Make gcc type-check arguments passed to privacy_set_error().
1270
1271 2007-08-12 [ticho]      2.10.0cvs114
1272
1273         * src/prefs_folder_item.c
1274                 Make sure that folder default account combobox always has some
1275                 account preselected.
1276         * src/gtk/combobox.c
1277                 Handle empty combobox gracefully (warning instead of crash).
1278
1279 2007-08-12 [ticho]      2.10.0cvs114
1280
1281         * src/prefs_folder_item.c
1282                 Make sure that folder default account combobox is not empty.
1283         * src/gtk/combobox.c
1284                 Handle empty combobox gracefully (warning instead of crash).
1285
1286 2007-08-11 [paul]       2.10.0cvs113
1287
1288         * src/addrgather.c
1289         * src/folderview.c
1290                 use 'subfolder' instead of 'sub-folder', matching
1291                 everywhere else the term is used
1292         * src/imap_gtk.c
1293                 fix engrish
1294
1295 2007-08-10 [wwp]        2.10.0cvs112
1296
1297         * src/msgcache.c
1298                 Disable mmap reads in Windows only (at least temporarily), they
1299                 prevent from renaming/removing target cache files.
1300
1301 2007-08-10 [paul]
1302
1303         3.0.0-rc2 released
1304
1305 2007-08-10 [wwp]        2.10.0cvs111
1306
1307         * src/msgcache.c
1308                 fix unpredictable crashes in Windows due to broken
1309                 cache/mark/tags files writting (file were opened for
1310                 writing in text mode).
1311
1312         * src/recv.c
1313                 use gettimeofday() from w32lib.h on Windows.
1314
1315 2007-08-10 [colin]      2.10.0cvs110
1316
1317         * src/imap.c
1318         * src/etpan/imap-thread.c
1319         * src/etpan/imap-thread.h
1320                 Better IMAP scanning (NOOP instead of CLOSE/SELECT)
1321
1322 2007-08-09 [colin]      2.10.0cvs109
1323
1324         * src/editldap.c
1325                 Fix port being reset to 636 on SSL
1326         * src/folder.c
1327                 Fix folder_item_get_msg_num_by_file
1328                 on drafts/queue folders
1329
1330 2007-08-09 [wwp]        2.10.0cvs108
1331
1332         * src/folder.c
1333                 Fix tags DB path in Windows (thanks to Colin): '/' is a valid
1334                 path divider in Windows, but Glib uses '\' as G_DIR_SEPARATOR.
1335
1336
1337 2007-08-09 [colin]      2.10.0cvs107
1338
1339         * src/folderview.c
1340         * src/summaryview.c
1341         * src/gtk/prefswindow.c
1342                 A few Maemo layout fixes
1343
1344 2007-08-09 [paul]       2.10.0cvs106
1345
1346         * src/prefs_account.c
1347                 remove the hyphen from plug-ins to
1348                 match everywhere else
1349
1350 2007-08-08 [wwp]        2.10.0cvs105
1351
1352         * src/prefs_folder_item.c
1353                 Fix an extraneous stealth ^L char.
1354
1355 2007-08-08 [wwp]        2.10.0cvs104
1356
1357         * src/prefs_folder_item.c
1358                 Better fix, group variables declarations (USE_ASPELL).
1359
1360 2007-08-08 [wwp]        2.10.0cvs103
1361
1362         * src/prefs_folder_item.c
1363                 Fix compilation w/ USE_ASPELL set (broken
1364                 by 2.10.0cvs102).
1365
1366 2007-08-08 [ticho]      2.10.0cvs102
1367
1368         * src/prefs_folder_item.c
1369                 Migrate two deprecated GtkOptionMenu widgets to GtkComboBox.
1370
1371 2007-08-08 [colin]      2.10.0cvs101
1372
1373         * src/imap.c
1374         * src/etpan/imap-thread.c
1375         * src/etpan/imap-thread.h
1376                 Close selected mailbox before doing
1377                 status on it.
1378
1379 2007-08-08 [colin]      2.10.0cvs100
1380
1381         * src/html.c
1382                 Complete symbol table, thanks to wwp.
1383                 Fixes bug 1284, 'The html -> text 
1384                 converter ignores entities'
1385         * src/msgcache.c
1386                 Fix possible fd leak
1387
1388 2007-08-08 [colin]      2.10.0cvs99
1389
1390         * src/imap.c
1391                 Better way to fetch UIDs on non-UIDPLUS servers
1392
1393 2007-08-07 [colin]      2.10.0cvs98
1394
1395         * src/imap.c
1396                 fix bug 1275, 'auto-saved draft messages not 
1397                 always being removed'; Also, make multiple
1398                 copy (in the same account) faster by matching
1399                 source/destination message UIDs.
1400         * src/messageview.c
1401                 Don't try to reshow deleted mail
1402         * src/msgcache.c
1403                 Fix leak on error path
1404
1405 2007-08-07 [wwp]        2.10.0cvs97
1406
1407         * manual/account.xml
1408         * manual/advanced.xml
1409         * manual/fr/account.xml
1410         * manual/fr/advanced.xml
1411                 Updated the reference manual and the French translation to
1412                 reflect 2.10.0cvs84: enable running folder Processing
1413                 rules on demand.
1414
1415 2007-08-06 [wwp]        2.10.0cvs96
1416
1417         * src/prefs_common.c
1418         * src/prefs_common.h
1419         * src/textview.c
1420                 Allow changing the emphasis color used to highlight
1421                 the newsreader/x-mailer header value when it matches
1422                 our preferred mail agent (hidden pref 'emphasis_col' added
1423                 to clawsrc).
1424
1425 2007-08-06 [colin]      2.10.0cvs95
1426
1427         * src/compose.c
1428         * src/compose.h
1429                 Re-commit 2.10.0cvs86, with a protection
1430                 against Pango bug. Also, try to fix 
1431                 bug 1275, 'auto-saved draft messages not 
1432                 always being removed'
1433
1434 2007-08-06 [wwp]        2.10.0cvs94
1435
1436         * src/gtk/quicksearch.c
1437                 Replace deprecated GtkCombo with its modern equivalen GtkComboBox.
1438
1439 2007-08-06 [ticho]      2.10.0cvs93
1440
1441         * src/prefs_account.c
1442         * src/gtk/combobox.c
1443                 Use GtkComboBox instead of GtkOptionMenu for privacy system
1444                 selection in account preferences.
1445
1446 2007-08-06 [wwp]        2.10.0cvs92
1447
1448         * src/plugins/pgpcore/plugin.def
1449                 Apply one more chunk from gpg4win's 03-w32-port patch.
1450
1451 2007-08-05 [colin]      2.10.0cvs91
1452
1453         * src/compose.c
1454         * src/compose.h
1455                 reverting buggy patch for now
1456
1457 2007-08-05 [colin]      2.10.0cvs90
1458
1459         * src/folder.c
1460                 Fix slowdown
1461
1462 2007-08-04 [colin]      2.10.0cvs89
1463
1464         * src/prefs_summaries.c
1465         * src/summary_search.c
1466                 Replace deprecated widgets. Patch by
1467                 Andrej.
1468
1469 2007-08-04 [colin]      2.10.0cvs88
1470
1471         * src/mh.c
1472                 Refresh GUI only every 2000 mails on mh_get_last_num
1473                 This is fast (readdir) and done only once per 
1474                 session/folder
1475
1476 2007-08-03 [colin]      2.10.0cvs87
1477
1478         * src/prefs_account.c
1479         * src/gtk/combobox.h
1480         * src/gtk/gtkutils.c
1481                 Fix a deprecated widget. Patch by
1482                 Andrej
1483
1484 2007-08-03 [colin]      2.10.0cvs86
1485
1486         * src/compose.c
1487         * src/compose.h
1488                 Make colorisation and wrapping algorithms
1489                 faster. Fixes bug 1246, 'compose becomes 
1490                 increasingly slow replying to complex emails'
1491
1492 2007-08-03 [paul]       2.10.0cvs85
1493
1494         * src/mh.c
1495                 keep the window painted
1496
1497 2007-08-02 [paul]       2.10.0cvs84
1498
1499         * src/folderview.c
1500         * src/mainwindow.c
1501         * src/mainwindow.h
1502                 enable running folder Processing
1503                 rules on demand
1504
1505 2007-08-02 [paul]       2.10.0cvs83
1506
1507         * src/textview.c
1508                 speed up/clean up rendering of larger
1509                 msgs
1510                 Thanks to Colin
1511
1512 2007-08-01 [paul]       2.10.0cvs82
1513
1514         * src/mainwindow.h
1515                 clean up cruft
1516         * src/toolbar.c
1517                 change default toolbar layout on maemo
1518         * src/pixmaps/close.xpm
1519                 make the red cross a grey cross
1520         * src/pixmaps/jpilot.xpm
1521                 make icon smaller so it fits better
1522
1523 2007-07-31 [paul]       2.10.0cvs81
1524
1525         * src/setup.c
1526         * src/gtk/gtkutils.c
1527                 fix crash on maemo on first launch
1528
1529 2007-07-30 [paul]       2.10.0cvs80
1530
1531         * src/prefs_matcher.c
1532                 specify the units of age and size
1533
1534 2007-07-30 [paul]       2.10.0cvs79
1535
1536         * src/main.c
1537                 Fix IMAP timeout setting
1538
1539 2007-07-30 [colin]      2.10.0cvs78
1540
1541         * src/prefs_account.c
1542                 Fix a deprecated widget. Patch by
1543                 Andrej
1544
1545 2007-07-27 [paul]       2.10.0cvs77
1546
1547         * src/matcher_parser_parse.y
1548         * src/prefs_filtering_action.c
1549         * src/prefs_matcher.c
1550                 these changes forgotten in cvs74's
1551                 'watch thread' feature
1552
1553 2007-07-27 [paul]       2.10.0cvs76
1554
1555         * src/compose.c
1556                 fix potential crasher
1557                 thanks to Colin
1558
1559 2007-07-27 [paul]       2.10.0cvs75
1560
1561         * src/mainwindow.c
1562         * src/manual.c
1563         * src/manual.h
1564         * src/gtk/gtkutils.c
1565                 make mainwindow's /Help/Manual point to the
1566                 remote copy if the local copy doesn't exist
1567
1568 2007-07-27 [paul]       2.10.0cvs74
1569
1570         * src/Makefile.am
1571         * src/filtering.c
1572         * src/folder.c
1573         * src/mainwindow.c
1574         * src/matcher.c
1575         * src/matcher.h
1576         * src/matcher_parser_parse.y
1577         * src/procmsg.c
1578         * src/procmsg.h
1579         * src/stock_pixmap.c
1580         * src/stock_pixmap.h
1581         * src/summaryview.c
1582         * src/summaryview.h
1583         * src/toolbar.c
1584         * src/toolbar.h
1585         * src/pixmaps/watchthread.xpm
1586                 add 'watch thread' feature
1587
1588 2007-07-27 [paul]       2.10.0cvs73
1589
1590         * src/prefs_folder_item.c
1591                 adjust labels, add tooltips
1592
1593 2007-07-27 [colin]      2.10.0cvs72
1594
1595         * src/summaryview.c
1596                 Maemo: Remove less used menu items
1597
1598 2007-07-26 [colin]      2.10.0cvs71
1599
1600         * src/messageview.c
1601                 Maemo: destroy messageview after trashing mail.
1602                 Maybe should be done on X11 too
1603
1604 2007-07-26 [colin]      2.10.0cvs70
1605
1606         * src/folderview.c
1607         * src/mainwindow.c
1608         * src/prefs_common.c
1609         * src/prefs_common.h
1610         * src/summaryview.c
1611                 Add View/Show or Hide/Column headers
1612
1613 2007-07-26 [colin]      2.10.0cvs69
1614
1615         * src/procmime.c
1616                 Fix unwanted output
1617
1618 2007-07-26 [colin]      2.10.0cvs68
1619
1620         * src/ldapserver.c
1621                 Fix possible crash on cache invalidation
1622         * src/compose.c
1623         * src/procmime.c
1624         * src/procmime.h
1625         * src/quote_fmt_parse.y
1626                 Make replying to mails with big attachments
1627                 much faster. Fixes bug 1224, 'The process of 
1628                 Replying to emails with large attachments 
1629                 seems unreasonably long...'
1630
1631 2007-07-26 [colin]      2.10.0cvs67
1632
1633         * src/mimeview.c
1634         * src/matcher.c
1635         * src/common/ssl.c
1636                 Fix threads use on BSDs
1637
1638 2007-07-26 [paul]       2.10.0cvs66
1639
1640         * src/gtk/prefswindow.c
1641                 fix account prefs breakage
1642                 thanks to Colin
1643
1644 2007-07-26 [paul]       2.10.0cvs65
1645
1646         * configure.ac
1647                 standardise ./configure --help messages
1648
1649 2007-07-26 [colin]      2.10.0cvs64
1650
1651         * src/addressbook.c
1652         * src/editaddress.c
1653                 Fix two vCard-related crashes
1654
1655 2007-07-25 [colin]      2.10.0cvs63
1656
1657         * src/inc.c
1658         * src/prefs_common.c
1659         * src/prefs_common.h
1660         * src/prefs_receive.c
1661                 Maemo: Add a better way to notify of
1662                 new mails
1663         * src/mainwindow.c
1664         * src/statusbar.h
1665         * src/summaryview.c
1666         * src/toolbar.c
1667                 Maemo: Various layout fixes
1668         * src/gtk/prefswindow.c
1669                 Maemo: Better prefs layout
1670
1671 2007-07-25 [paul]       2.10.0cvs62
1672
1673         * src/textview.c
1674                 fix the layout on maemo
1675                 thanks to Colin
1676
1677 2007-07-25 [iwkse]      2.10.0cvs61
1678
1679         * src/summaryview.c
1680                 add 'o' shortcut on summaryview
1681
1682 2007-07-25 [iwkse]      2.10.0cvs60
1683
1684         * src/textview.c
1685                 fix o shortcut
1686
1687 2007-07-24 [colin]      2.10.0cvs59
1688
1689         * src/mh.c
1690                 Fix missing timestamp update on source
1691                 folder when moving
1692         * src/textview.c
1693         * src/textview.h
1694                 Better text layout on part's choices
1695
1696 2007-07-23 [colin]      2.10.0cvs58
1697
1698         * src/mimeview.c
1699         * src/textview.c
1700                 Maemo: Automatically choose the correct application
1701                 to open parts
1702         * src/gtk/quicksearch.c
1703                 Make search run on GDK_KP_Enter too
1704
1705 2007-07-23 [wwp]        2.10.0cvs57
1706
1707         * src/quote_fmt_lex.l
1708                 Revert accidentaly committed lines (account_sig) in
1709                 2.10.0cvs56.
1710
1711 2007-07-23 [wwp]        2.10.0cvs56
1712
1713         * src/quote_fmt_lex.l
1714                 Fix typos around long form expressions in the quote lexer.
1715
1716 2007-07-23 [paul]
1717
1718         3.0.0-rc1 released
1719
1720 2007-07-23 [colin]      2.10.0cvs55
1721
1722         * src/addr_compl.c
1723                 Fix auto-completion on Maemo
1724
1725 2007-07-23 [colin]      2.10.0cvs54
1726
1727         * src/statusbar.c
1728                 Maemo: Fix sticking statusbars
1729
1730 2007-07-22 [colin]      2.10.0cvs53
1731
1732         * src/main.c
1733                 Maemo: Fix the strange "top_application" info
1734                 at startup. We should do something when 
1735                 receiving such a message.
1736
1737 2007-07-20 [paul]       2.10.0cvs52
1738
1739         * src/news_gtk.c
1740                 add missing #include "statusbar.h"
1741
1742 2007-07-20 [colin]      2.10.0cvs51
1743
1744         * src/folder.c
1745         * src/folder.h
1746         * src/folder_item_prefs.c
1747         * src/folder_item_prefs.h
1748         * src/folderview.c
1749         * src/imap.c
1750         * src/imap_gtk.c
1751         * src/imap_gtk.h
1752         * src/news.c
1753         * src/news_gtk.c
1754         * src/news_gtk.h
1755         * src/prefs_folder_item.c
1756                 Implement age-based caching: allow to
1757                 specify a threshold for the offline synchronisation
1758                 feature, and whether old cached bodies should 
1759                 be removed
1760         * src/toolbar.c
1761         * src/toolbar.h
1762                 Fix label/tooltips
1763         * src/plugins/dillo_viewer/dillo_viewer.c
1764                 Check that Dillo's installed
1765
1766 2007-07-20 [wwp]        2.10.0cvs50
1767
1768         * src/mimeview.c
1769         * src/stock_pixmap.c
1770                 Draw a frame around the selected mimeview part icon (instead of the
1771                 shifted 'dancing' icon).
1772
1773 2007-07-20 [colin]      2.10.0cvs49
1774
1775         * src/main.c
1776                 Unref stuff even on error
1777         * src/wizard.c
1778                 disconnect signals only at the very
1779                 end of the wizard save.
1780
1781 2007-07-20 [colin]      2.10.0cvs48
1782
1783         * src/mainwindow.c
1784         * src/messageview.c
1785         * src/toolbar.c
1786         * src/toolbar.h
1787                 Fix random crashes while navigating
1788                 (GTK_EVENTS_FLUSH)
1789
1790 2007-07-19 [colin]      2.10.0cvs47
1791
1792         * configure.ac
1793         * src/main.c
1794         * src/prefs_common.c
1795         * src/prefs_common.h
1796         * src/wizard.c
1797         * src/common/defs.h
1798         * src/common/utils.c
1799                 Maemo: add an easy way to store data (mails
1800                 and IMAP/NNTP caches) on one of the SD cards,
1801                 and protect against unmounts if needed
1802
1803 2007-07-19 [paul]       2.10.0cvs46
1804
1805         * src/Makefile.am
1806         * src/stock_pixmap.c
1807         * src/gtk/about.c
1808         * src/pixmaps/claws-mail_logo-small.xpm
1809                 implement a (slightly) different About
1810                 dialog for maemo and add a small version
1811                 of the logo for it
1812         * src/wizard.c
1813                 use a scrolled window for wizard page 1
1814                 on maemo
1815
1816 2007-07-19 [paul]       2.10.0cvs45
1817
1818         * src/Makefile.am
1819                 too soon for this line
1820
1821 2007-07-19 [paul]       2.10.0cvs44
1822
1823         * src/Makefile.am
1824                 fix build on n800
1825
1826 2007-07-19 [colin]      2.10.0cvs43
1827
1828         * src/wizard.c
1829                 Solve Mail/Mailbox name when specifying
1830                 full /path/to/Mail.
1831
1832 2007-07-18 [colin]      2.10.0cvs42
1833
1834         * src/inc.c
1835         * configure.ac
1836                 Fix build on n770
1837
1838 2007-07-18 [colin]      2.10.0cvs41
1839
1840         * src/inc.c
1841                 Maemo: plug the online/offline system into
1842                 maemo's interfaces to have Claws automatically
1843                 switch according to the system status
1844         * src/statusbar.c
1845                 Maemo: use HildonBanners to display status
1846                 messages. Renders the main statusbar useless.
1847
1848 2007-07-18 [paul]       2.10.0cvs40
1849
1850         * src/filtering.c
1851                 fix screen blanking on moving/copying many msgs
1852         * src/folder.c
1853                 fix processing progressbar and screen blanking
1854                 during processing
1855
1856 2007-07-18 [paul]       2.10.0cvs39
1857
1858         * src/messageview.c
1859                 revert cvs37, breakage on maemo
1860
1861 2007-07-18 [paul]       2.10.0cvs38
1862
1863         * src/gtk/gtkutils.c
1864                 make sure we can still build with older GTK's
1865
1866 2007-07-18 [colin]      2.10.0cvs37
1867
1868         * src/messageview.c
1869                 Only hide the small layout's messageview, instead
1870                 of destroying it when closing
1871         * src/gtk/gtkutils.c
1872                 Use gtk_window_present_with_time to popup windows,
1873                 it seems to make things better with modern WMs
1874                 (actually focusing)
1875
1876 2007-07-17 [colin]      2.10.0cvs36
1877
1878         * src/editaddress.c
1879                 Simplify layout on Maemo
1880         * src/folder.c
1881                 Fix possible crash
1882         * src/prefs_display_header.c
1883                 Remove some headers by default on Maemo
1884
1885 2007-07-17 [paul]       2.10.0cvs35
1886
1887         * src/prefs_common.c
1888         * src/prefs_common.h
1889         * src/prefs_logging.c
1890         * src/common/log.c
1891                 add options to stop/enable writing logs to disc
1892
1893 2007-07-17 [paul]       2.10.0cvs34
1894
1895         * src/edittags.c
1896                 fix some issues with the Apply tags window:
1897                 - set search column (enables autocompl in the treeview)
1898                 - apply tag from "New tag" if it existed
1899                 - clears New tag entry when adding it with the button
1900                 Thanks to Colin
1901
1902 2007-07-17 [paul]       2.10.0cvs33
1903
1904         * src/edittags.c
1905                 fix 'apply tags' dialogue weirdness
1906
1907 2007-07-16 [colin]      2.10.0cvs32
1908
1909         * src/toolbar.c
1910                 Fix double-loading of mails on Maemo
1911
1912 2007-07-16 [colin]      2.10.0cvs31
1913
1914         * src/messageview.c
1915                 Prevent double-loading of the same part under some
1916                 conditions; hide statusbar on Maemo
1917
1918 2007-07-16 [colin]      2.10.0cvs30
1919
1920         * src/edittags.c
1921         * src/edittags.h
1922         * src/mainwindow.c
1923         * src/summaryview.c
1924                 Improve the tag interface - allow
1925                 to set/unset tags from a special
1926                 window.
1927         * src/gtk/gtkvscrollbutton.c
1928         * src/mimeview.c
1929         * src/mimeview.h
1930         * src/stock_pixmap.c
1931                 Fix Mimeview's ugly hacks in the
1932                 icon list. 
1933
1934 2007-07-16 [paul]       2.10.0cvs29
1935
1936         * src/wizard.c
1937                 rework dialog
1938         * src/gtk/icon_legend.c
1939                 put it all in a scrolled window
1940
1941 2007-07-15 [colin]      2.10.0cvs28
1942
1943         * src/mainwindow.c
1944                 Maemo: force layout to be Small screen; the
1945                 others don't make sense
1946
1947 2007-07-14 [colin]      2.10.0cvs27
1948
1949         * src/mimeview.c
1950         * src/gtk/gtkvscrollbutton.c
1951                 Maemo: Fix mimeview's buttons size
1952
1953 2007-07-14 [colin]      2.10.0cvs26
1954
1955         * src/toolbar.c
1956                 Fix the button workaround fix.
1957                 (Use the correct variable)
1958
1959 2007-07-14 [colin]      2.10.0cvs25
1960
1961         * src/mainwindow.c
1962         * src/toolbar.c
1963                 Maemo: put the progress bar in the
1964                 toolbar
1965
1966 2007-07-14 [colin]      2.10.0cvs24
1967
1968         * src/prefs_common.c
1969                 Maemo: hide statusbar by default
1970         * src/Makefile.am
1971         * src/stock_pixmap.c
1972         * src/stock_pixmap.h
1973         * src/toolbar.c
1974         * src/pixmaps/go_folders.xpm
1975                 Maemo: Add a specific icon to go back to
1976                 folder list
1977
1978 2007-07-14 [colin]      2.10.0cvs23
1979
1980         * src/toolbar.c
1981                 Don't set homogeneous finally
1982
1983 2007-07-14 [colin]      2.10.0cvs22
1984
1985         * src/toolbar.c
1986                 Fix button show/hide issues
1987
1988 2007-07-14 [colin]      2.10.0cvs21
1989
1990         * src/toolbar.c
1991                 Fix huge arrows
1992                 Fix button workaround to be able to click
1993                 if mouse was on button when it went un-
1994                 sensitive.
1995                 Revert previous commit, gtk_tool_item_set_homogeneous
1996                 doesn't mean what it seems to mean ;-)
1997
1998 2007-07-14 [paul]       2.10.0cvs20
1999
2000         * src/toolbar.c
2001                 make homogeneous FALSE always
2002
2003 2007-07-13 [colin]      2.10.0cvs19
2004
2005         * src/toolbar.c
2006         * src/toolbar.h
2007                 Rework to fit the non-deprecated API
2008         * src/compose.c
2009         * src/folderview.c
2010         * src/mainwindow.c
2011         * src/messageview.c
2012         * src/summaryview.c
2013                 Maemo layout changes. Better toolbars,
2014                 removal of CTree headers. 
2015
2016 2007-07-13 [paul]       2.10.0cvs18
2017
2018         * src/gtk/colorlabel.c
2019                 fix bug 1261, '[DE] coloring messages in overview 
2020                 keys are not localised'
2021                 the string is now included in claws-mail.pot
2022
2023 2007-07-13 [colin]      2.10.0cvs17
2024
2025         * src/summaryview.c
2026                 Fix bug 1267, 'printing mutliple messages 
2027                 opens one message-dialog after the other'
2028                 Ask for confirmation when printing 10
2029                 messages or more.
2030
2031 2007-07-11 [colin]      2.10.0cvs16
2032
2033         * COPYING
2034         * README
2035         * autogen.sh
2036         * manual/claws-mail-manual.xml
2037         * manual/gpl.xml
2038         * manual/es/claws-mail-manual.xml
2039         * manual/es/gpl.xml
2040         * manual/fr/claws-mail-manual.xml
2041         * manual/fr/gpl.xml
2042         * manual/pl/gpl.xml
2043         * src/account.c
2044         * src/account.h
2045         * src/action.c
2046         * src/action.h
2047         * src/adbookbase.h
2048         * src/addr_compl.c
2049         * src/addr_compl.h
2050         * src/addrbook.c
2051         * src/addrbook.h
2052         * src/addrcache.c
2053         * src/addrcache.h
2054         * src/addrcindex.c
2055         * src/addrcindex.h
2056         * src/addrclip.c
2057         * src/addrclip.h
2058         * src/addrdefs.h
2059         * src/addressadd.c
2060         * src/addressadd.h
2061         * src/addressbook.c
2062         * src/addressbook.h
2063         * src/addressbook_foldersel.c
2064         * src/addressbook_foldersel.h
2065         * src/addressitem.h
2066         * src/addrgather.c
2067         * src/addrgather.h
2068         * src/addrharvest.c
2069         * src/addrharvest.h
2070         * src/addrindex.c
2071         * src/addrindex.h
2072         * src/addritem.c
2073         * src/addritem.h
2074         * src/addrquery.c
2075         * src/addrquery.h
2076         * src/addrselect.c
2077         * src/addrselect.h
2078         * src/alertpanel.c
2079         * src/alertpanel.h
2080         * src/browseldap.c
2081         * src/browseldap.h
2082         * src/codeconv.c
2083         * src/codeconv.h
2084         * src/compose.c
2085         * src/compose.h
2086         * src/crash.c
2087         * src/crash.h
2088         * src/customheader.c
2089         * src/customheader.h
2090         * src/displayheader.c
2091         * src/displayheader.h
2092         * src/editaddress.c
2093         * src/editaddress.h
2094         * src/editaddress_other_attributes_ldap.c
2095         * src/editaddress_other_attributes_ldap.h
2096         * src/editbook.c
2097         * src/editbook.h
2098         * src/editgroup.c
2099         * src/editgroup.h
2100         * src/editjpilot.c
2101         * src/editjpilot.h
2102         * src/editldap.c
2103         * src/editldap.h
2104         * src/editldap_basedn.c
2105         * src/editldap_basedn.h
2106         * src/edittags.c
2107         * src/edittags.h
2108         * src/editvcard.c
2109         * src/editvcard.h
2110         * src/enriched.c
2111         * src/enriched.h
2112         * src/exphtmldlg.c
2113         * src/exphtmldlg.h
2114         * src/expldifdlg.c
2115         * src/expldifdlg.h
2116         * src/export.c
2117         * src/export.h
2118         * src/exporthtml.c
2119         * src/exporthtml.h
2120         * src/exportldif.c
2121         * src/exportldif.h
2122         * src/filtering.c
2123         * src/filtering.h
2124         * src/folder.c
2125         * src/folder.h
2126         * src/folder_item_prefs.c
2127         * src/folder_item_prefs.h
2128         * src/foldersel.c
2129         * src/foldersel.h
2130         * src/folderutils.c
2131         * src/folderutils.h
2132         * src/folderview.c
2133         * src/folderview.h
2134         * src/gedit-print.c
2135         * src/gedit-print.h
2136         * src/grouplistdialog.c
2137         * src/grouplistdialog.h
2138         * src/headerview.c
2139         * src/headerview.h
2140         * src/html.c
2141         * src/html.h
2142         * src/image_viewer.c
2143         * src/image_viewer.h
2144         * src/imap.c
2145         * src/imap.h
2146         * src/imap_gtk.c
2147         * src/imap_gtk.h
2148         * src/import.c
2149         * src/import.h
2150         * src/importldif.c
2151         * src/importldif.h
2152         * src/importmutt.c
2153         * src/importmutt.h
2154         * src/importpine.c
2155         * src/importpine.h
2156         * src/inc.c
2157         * src/inc.h
2158         * src/jpilot.c
2159         * src/jpilot.h
2160         * src/ldapctrl.c
2161         * src/ldapctrl.h
2162         * src/ldaplocate.c
2163         * src/ldaplocate.h
2164         * src/ldapquery.c
2165         * src/ldapquery.h
2166         * src/ldapserver.c
2167         * src/ldapserver.h
2168         * src/ldapupdate.c
2169         * src/ldapupdate.h
2170         * src/ldaputil.c
2171         * src/ldaputil.h
2172         * src/ldif.c
2173         * src/ldif.h
2174         * src/localfolder.c
2175         * src/localfolder.h
2176         * src/main.c
2177         * src/main.h
2178         * src/mainwindow.c
2179         * src/mainwindow.h
2180         * src/manual.c
2181         * src/manual.h
2182         * src/matcher.c
2183         * src/matcher.h
2184         * src/matcher_parser.h
2185         * src/matcher_parser_lex.l
2186         * src/matcher_parser_parse.y
2187         * src/mbox.c
2188         * src/mbox.h
2189         * src/message_search.c
2190         * src/message_search.h
2191         * src/messageview.c
2192         * src/messageview.h
2193         * src/mh.c
2194         * src/mh.h
2195         * src/mh_gtk.c
2196         * src/mh_gtk.h
2197         * src/mimeview.c
2198         * src/mimeview.h
2199         * src/msgcache.c
2200         * src/msgcache.h
2201         * src/mutt.c
2202         * src/mutt.h
2203         * src/news.c
2204         * src/news.h
2205         * src/news_gtk.c
2206         * src/news_gtk.h
2207         * src/noticeview.c
2208         * src/noticeview.h
2209         * src/partial_download.c
2210         * src/partial_download.h
2211         * src/pine.c
2212         * src/pine.h
2213         * src/pop.c
2214         * src/pop.h
2215         * src/prefs_account.c
2216         * src/prefs_account.h
2217         * src/prefs_actions.c
2218         * src/prefs_actions.h
2219         * src/prefs_common.c
2220         * src/prefs_common.h
2221         * src/prefs_compose_writing.c
2222         * src/prefs_compose_writing.h
2223         * src/prefs_customheader.c
2224         * src/prefs_customheader.h
2225         * src/prefs_display_header.c
2226         * src/prefs_display_header.h
2227         * src/prefs_ext_prog.c
2228         * src/prefs_ext_prog.h
2229         * src/prefs_filtering.c
2230         * src/prefs_filtering.h
2231         * src/prefs_filtering_action.c
2232         * src/prefs_filtering_action.h
2233         * src/prefs_folder_column.c
2234         * src/prefs_folder_column.h
2235         * src/prefs_folder_item.c
2236         * src/prefs_folder_item.h
2237         * src/prefs_fonts.c
2238         * src/prefs_fonts.h
2239         * src/prefs_gtk.c
2240         * src/prefs_gtk.h
2241         * src/prefs_image_viewer.c
2242         * src/prefs_image_viewer.h
2243         * src/prefs_logging.c
2244         * src/prefs_logging.h
2245         * src/prefs_matcher.c
2246         * src/prefs_matcher.h
2247         * src/prefs_message.c
2248         * src/prefs_message.h
2249         * src/prefs_msg_colors.c
2250         * src/prefs_msg_colors.h
2251         * src/prefs_other.c
2252         * src/prefs_other.h
2253         * src/prefs_quote.c
2254         * src/prefs_quote.h
2255         * src/prefs_receive.c
2256         * src/prefs_receive.h
2257         * src/prefs_send.c
2258         * src/prefs_send.h
2259         * src/prefs_spelling.c
2260         * src/prefs_spelling.h
2261         * src/prefs_summaries.c
2262         * src/prefs_summaries.h
2263         * src/prefs_summary_column.c
2264         * src/prefs_summary_column.h
2265         * src/prefs_summary_open.c
2266         * src/prefs_summary_open.h
2267         * src/prefs_template.c
2268         * src/prefs_template.h
2269         * src/prefs_themes.c
2270         * src/prefs_themes.h
2271         * src/prefs_toolbar.c
2272         * src/prefs_toolbar.h
2273         * src/prefs_wrapping.c
2274         * src/prefs_wrapping.h
2275         * src/privacy.c
2276         * src/privacy.h
2277         * src/procheader.c
2278         * src/procheader.h
2279         * src/procmime.c
2280         * src/procmime.h
2281         * src/procmsg.c
2282         * src/procmsg.h
2283         * src/quote_fmt.c
2284         * src/quote_fmt_lex.l
2285         * src/quote_fmt_parse.y
2286         * src/recv.c
2287         * src/recv.h
2288         * src/remotefolder.c
2289         * src/remotefolder.h
2290         * src/send_message.c
2291         * src/send_message.h
2292         * src/setup.c
2293         * src/setup.h
2294         * src/simple-gettext.c
2295         * src/sourcewindow.c
2296         * src/sourcewindow.h
2297         * src/ssl_manager.c
2298         * src/ssl_manager.h
2299         * src/statusbar.c
2300         * src/statusbar.h
2301         * src/stock_pixmap.c
2302         * src/stock_pixmap.h
2303         * src/summary_search.c
2304         * src/summary_search.h
2305         * src/summaryview.c
2306         * src/summaryview.h
2307         * src/textview.c
2308         * src/textview.h
2309         * src/toolbar.c
2310         * src/toolbar.h
2311         * src/undo.c
2312         * src/undo.h
2313         * src/unmime.c
2314         * src/unmime.h
2315         * src/uri_opener.c
2316         * src/uri_opener.h
2317         * src/vcard.c
2318         * src/vcard.h
2319         * src/wizard.c
2320         * src/wizard.h
2321         * src/common/base64.c
2322         * src/common/base64.h
2323         * src/common/claws.c
2324         * src/common/claws.h
2325         * src/common/defs.h
2326         * src/common/fnmatch.c
2327         * src/common/fnmatch.h
2328         * src/common/fnmatch_loop.c
2329         * src/common/hooks.c
2330         * src/common/hooks.h
2331         * src/common/log.c
2332         * src/common/log.h
2333         * src/common/md5.c
2334         * src/common/md5.h
2335         * src/common/mgutils.c
2336         * src/common/mgutils.h
2337         * src/common/nntp.c
2338         * src/common/nntp.h
2339         * src/common/passcrypt.c
2340         * src/common/passcrypt.h.in
2341         * src/common/plugin.c
2342         * src/common/plugin.h
2343         * src/common/prefs.c
2344         * src/common/prefs.h
2345         * src/common/progressindicator.c
2346         * src/common/progressindicator.h
2347         * src/common/quoted-printable.c
2348         * src/common/quoted-printable.h
2349         * src/common/session.c
2350         * src/common/session.h
2351         * src/common/smtp.c
2352         * src/common/smtp.h
2353         * src/common/socket.c
2354         * src/common/socket.h
2355         * src/common/ssl.c
2356         * src/common/ssl.h
2357         * src/common/ssl_certificate.c
2358         * src/common/ssl_certificate.h
2359         * src/common/string_match.c
2360         * src/common/string_match.h
2361         * src/common/stringtable.c
2362         * src/common/stringtable.h
2363         * src/common/tags.c
2364         * src/common/tags.h
2365         * src/common/template.c
2366         * src/common/template.h
2367         * src/common/timing.h
2368         * src/common/utils.c
2369         * src/common/utils.h
2370         * src/common/uuencode.c
2371         * src/common/uuencode.h
2372         * src/common/version.h.in
2373         * src/common/w32_dirent.c
2374         * src/common/w32_reg.c
2375         * src/common/w32_signal.c
2376         * src/common/w32_stat.c
2377         * src/common/w32_stdlib.c
2378         * src/common/w32_string.c
2379         * src/common/w32_time.c
2380         * src/common/w32_unistd.c
2381         * src/common/w32_wait.c
2382         * src/common/w32lib.h
2383         * src/common/xml.c
2384         * src/common/xml.h
2385         * src/common/xmlprops.c
2386         * src/common/xmlprops.h
2387         * src/etpan/etpan-errors.h
2388         * src/etpan/etpan-thread-manager-types.h
2389         * src/etpan/etpan-thread-manager.c
2390         * src/etpan/etpan-thread-manager.h
2391         * src/etpan/imap-thread.c
2392         * src/etpan/imap-thread.h
2393         * src/gtk/about.c
2394         * src/gtk/about.h
2395         * src/gtk/colorlabel.c
2396         * src/gtk/colorlabel.h
2397         * src/gtk/colorsel.c
2398         * src/gtk/colorsel.h
2399         * src/gtk/combobox.c
2400         * src/gtk/combobox.h
2401         * src/gtk/description_window.c
2402         * src/gtk/description_window.h
2403         * src/gtk/filesel.c
2404         * src/gtk/filesel.h
2405         * src/gtk/foldersort.c
2406         * src/gtk/foldersort.h
2407         * src/gtk/gtkaspell.c
2408         * src/gtk/gtkaspell.h
2409         * src/gtk/gtksctree.c
2410         * src/gtk/gtkshruler.c
2411         * src/gtk/gtkshruler.h
2412         * src/gtk/gtksourceprintjob.c
2413         * src/gtk/gtksourceprintjob.h
2414         * src/gtk/gtkutils.c
2415         * src/gtk/gtkutils.h
2416         * src/gtk/gtkvscrollbutton.c
2417         * src/gtk/gtkvscrollbutton.h
2418         * src/gtk/icon_legend.c
2419         * src/gtk/icon_legend.h
2420         * src/gtk/inputdialog.c
2421         * src/gtk/inputdialog.h
2422         * src/gtk/logwindow.c
2423         * src/gtk/logwindow.h
2424         * src/gtk/manage_window.c
2425         * src/gtk/manage_window.h
2426         * src/gtk/menu.c
2427         * src/gtk/menu.h
2428         * src/gtk/pluginwindow.c
2429         * src/gtk/pluginwindow.h
2430         * src/gtk/prefswindow.c
2431         * src/gtk/prefswindow.h
2432         * src/gtk/progressdialog.c
2433         * src/gtk/progressdialog.h
2434         * src/gtk/quicksearch.c
2435         * src/gtk/quicksearch.h
2436         * src/gtk/sslcertwindow.c
2437         * src/gtk/sslcertwindow.h
2438         * src/plugins/bogofilter/bogofilter.c
2439         * src/plugins/bogofilter/bogofilter.h
2440         * src/plugins/bogofilter/bogofilter_gtk.c
2441         * src/plugins/clamav/clamav_plugin.c
2442         * src/plugins/clamav/clamav_plugin.h
2443         * src/plugins/clamav/clamav_plugin_gtk.c
2444         * src/plugins/demo/demo.c
2445         * src/plugins/dillo_viewer/dillo_prefs.c
2446         * src/plugins/dillo_viewer/dillo_prefs.h
2447         * src/plugins/dillo_viewer/dillo_viewer.c
2448         * src/plugins/pgpcore/passphrase.c
2449         * src/plugins/pgpcore/passphrase.h
2450         * src/plugins/pgpcore/pgp_viewer.c
2451         * src/plugins/pgpcore/pgp_viewer.h
2452         * src/plugins/pgpcore/plugin.c
2453         * src/plugins/pgpcore/prefs_gpg.c
2454         * src/plugins/pgpcore/prefs_gpg.h
2455         * src/plugins/pgpcore/select-keys.c
2456         * src/plugins/pgpcore/select-keys.h
2457         * src/plugins/pgpcore/sgpgme.c
2458         * src/plugins/pgpcore/sgpgme.h
2459         * src/plugins/pgpinline/pgpinline.c
2460         * src/plugins/pgpinline/pgpinline.h
2461         * src/plugins/pgpinline/plugin.c
2462         * src/plugins/pgpmime/pgpmime.c
2463         * src/plugins/pgpmime/pgpmime.h
2464         * src/plugins/pgpmime/plugin.c
2465         * src/plugins/spamassassin/spamassassin.c
2466         * src/plugins/spamassassin/spamassassin.h
2467         * src/plugins/spamassassin/spamassassin_gtk.c
2468         * src/plugins/trayicon/trayicon.c
2469         * src/plugins/trayicon/trayicon_prefs.c
2470         * src/plugins/trayicon/trayicon_prefs.h
2471         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
2472         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
2473         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
2474         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
2475         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
2476         * tools/OOo2claws-mail.pl
2477         * tools/README.sylprint
2478         * tools/acroread2claws-mail.pl
2479         * tools/claws-mail-compose-insert-files.pl
2480         * tools/convert_mbox.pl
2481         * tools/filter_conv.pl
2482         * tools/filter_conv_new.pl
2483         * tools/fix_date.sh
2484         * tools/freshmeat_search.pl
2485         * tools/google_search.pl
2486         * tools/kmail-mailbox2claws-mail.pl
2487         * tools/kmail2claws-mail.pl
2488         * tools/kmail2claws-mail_v2.pl
2489         * tools/mairix.sh
2490         * tools/make.themes.project
2491         * tools/multiwebsearch.pl
2492         * tools/nautilus2claws-mail.sh
2493         * tools/outlook2claws-mail.pl
2494         * tools/textviewer.sh
2495         * tools/thunderbird-filters-convertor.pl
2496         * tools/update-po
2497         * tools/uuooffice
2498         * tools/vcard2xml.py
2499         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
2500                 Upgrade to GPLv3 or later.
2501
2502 2007-07-10 [wwp]        2.10.0cvs15
2503
2504         * src/main.c
2505                 Fix re-opening of all composing messages that were
2506                 opened when closing the previous instance, thanks
2507                 to Colin.
2508
2509 2007-07-10 [paul]       2.10.0cvs14
2510
2511         * src/editaddress_other_attributes_ldap.c
2512         * src/ldapupdate.c
2513                 fix crash on selecting 'other attributes' combo
2514                 for either a new entry or an old entry with no
2515                 existing attributes.
2516                 fix bug on editing multiple attributes which
2517                 resulted them all having the value of the last
2518                 one changed.
2519                 Thanks to Colin
2520
2521 2007-07-10 [colin]      2.10.0cvs13
2522
2523         * src/editaddress.c
2524         * src/editaddress_other_attributes_ldap.h
2525         * src/ldapupdate.c
2526                 Fix --disable-ldap build
2527
2528 2007-07-09 [colin]      2.10.0cvs12
2529
2530         * src/Makefile.am
2531         * src/addritem.c
2532         * src/addritem.h
2533         * src/editaddress.c
2534         * src/editaddress_other_attributes_ldap.c
2535         * src/editaddress_other_attributes_ldap.h
2536         * src/editldap.c
2537         * src/ldapctrl.c
2538         * src/ldapctrl.h
2539         * src/ldapupdate.c
2540                 Add capability to edit all inetOrgPerson
2541                 attributes on LDAP. Patch by Michael 
2542                 Rasmussen
2543
2544 2007-07-09 [colin]      2.10.0cvs11
2545
2546         * src/Makefile.am
2547         * src/exporthtml.c
2548         * src/mbox.c
2549         * src/msgcache.c
2550         * src/prefs_summaries.c
2551         * src/prefs_themes.c
2552         * src/procheader.c
2553         * src/common/Makefile.am
2554         * src/common/log.c
2555         * src/common/timing.h
2556         * src/common/utils.c
2557         * src/common/utils.h
2558         * src/common/w32_account.c
2559         * src/common/w32lib.h
2560         * src/gtk/Makefile.am
2561         * src/gtk/colorlabel.c
2562         * src/plugins/pgpcore/Makefile.am
2563         * src/plugins/pgpcore/claws.def
2564         * src/plugins/pgpcore/passphrase.c
2565         * src/plugins/pgpcore/pgp_viewer.c
2566         * src/plugins/pgpcore/plugin.def
2567         * src/plugins/pgpcore/sgpgme.c
2568         * src/plugins/pgpinline/Makefile.am
2569         * src/plugins/pgpinline/claws.def
2570         * src/plugins/pgpinline/mypgpcore.def
2571         * src/plugins/pgpinline/plugin.def
2572         * src/plugins/pgpmime/Makefile.am
2573         * src/plugins/pgpmime/claws.def
2574         * src/plugins/pgpmime/mypgpcore.def
2575         * src/plugins/pgpmime/plugin.def
2576                 Commit win32 patch, from Werner Koch and
2577                 Marcus Brinkmann
2578
2579 2007-07-09 [colin]      2.10.0cvs10
2580
2581         * src/prefs_toolbar.c
2582                 Fix crash when no actions exist
2583
2584 2007-07-07 [paul]       2.10.0cvs9
2585
2586         * COPYING
2587         * manual/claws-mail-manual.xml
2588                 update copyright year
2589         * po/fi.po
2590                 updated by Flammie Pirinen
2591
2592 2007-07-05 [wwp]        2.10.0cvs8
2593
2594         * src/plugins/clamav/clamav_plugin_gtk.c
2595                 Make vertical spacing like in other plugin prefs pages.
2596
2597 2007-07-05 [wwp]        2.10.0cvs7
2598
2599         * src/quote_fmt.c
2600                 It's %am that works, not %ae (this doc incoherence has been
2601                 introduced with 2.9.2cvs13).
2602
2603 2007-07-04 [wwp]        2.10.0cvs6
2604
2605         * src/plugins/bogofilter/bogofilter.c
2606                 Gettext-ize an occurrence of "Any" that wasn't.
2607
2608 2007-07-04 [colin]      2.10.0cvs5
2609
2610         * po/POTFILES.in
2611                 Fix untranslated strings; thanks
2612                 to Pader Rezso.
2613
2614 2007-07-03 [colin]      2.10.0cvs4
2615
2616         * src/folder.c
2617         * src/mainwindow.c
2618                 Fix saving of sort mode for tags and
2619                 thread date. Thanks to Pierre Ossman.
2620                 Completes fix for bug 1233
2621
2622 2007-07-03 [paul]       2.10.0cvs3
2623
2624         * src/compose.c
2625                 fix auto-save
2626         * src/summaryview.c
2627                 fix build warnings
2628         Thanks to Colin
2629
2630 2007-07-02 [colin]      2.10.0cvs2
2631
2632         * src/folder.h
2633         * src/mainwindow.c
2634         * src/procmsg.h
2635         * src/summaryview.c
2636                 Add View/Sort/by Thread date
2637                 Fixes bug 1233, 'Capability to sort 
2638                 threads by most recent message'
2639                 Based on a patch by Paul Rolland
2640
2641 2007-07-02 [colin]      2.10.0cvs1
2642
2643         * src/Makefile.am
2644         * src/compose.c
2645         * src/edittags.c
2646         * src/edittags.h
2647         * src/filtering.c
2648         * src/folder.c
2649         * src/folder.h
2650         * src/headerview.c
2651         * src/headerview.h
2652         * src/main.c
2653         * src/mainwindow.c
2654         * src/mainwindow.h
2655         * src/manual.h
2656         * src/matcher.c
2657         * src/matcher.h
2658         * src/matcher_parser_parse.y
2659         * src/mimeview.c
2660         * src/msgcache.c
2661         * src/msgcache.h
2662         * src/prefs_common.c
2663         * src/prefs_common.h
2664         * src/prefs_filtering_action.c
2665         * src/prefs_matcher.c
2666         * src/prefs_summary_column.c
2667         * src/procmsg.c
2668         * src/procmsg.h
2669         * src/quote_fmt.c
2670         * src/quote_fmt_lex.l
2671         * src/quote_fmt_parse.y
2672         * src/summaryview.c
2673         * src/summaryview.h
2674         * src/textview.c
2675         * src/common/Makefile.am
2676         * src/common/defs.h
2677         * src/common/tags.c
2678         * src/common/tags.h
2679         * src/gtk/quicksearch.c
2680         * src/gtk/quicksearch.h
2681                 Add Tags implementation. Tags are arbitrary labels
2682                 that can be applied to messages. It is possible 
2683                 to create, edit, remove tags; apply them to mails;
2684                 filter on tags or tag presence; apply or unset
2685                 tags via filtering actions; reference tags in
2686                 reply templates.
2687
2688 2007-07-02 [paul]       2.10.0
2689
2690         * NEWS
2691         * README
2692         * RELEASE_NOTES
2693                 2.10.0 released
2694
2695 2007-07-02 [paul]       2.9.2cvs78
2696
2697         * po/de.po
2698         * po/en_GB.po
2699         * po/es.po
2700         * po/fr.po
2701         * po/hu.po
2702         * po/pt_BR.po
2703         * po/ru.po
2704         * po/zh_CN.po
2705                 updated by Stephan Sachse, me, Ricardo Mones
2706                 Lastra, Fabien Vantard, Pader Rezso, Frederico
2707                 Goncalves Guimaraes, Pavlo Bohmat, and Ralgh Young
2708
2709 2007-07-02 [paul]       2.9.2cvs77
2710
2711         * AUTHORS
2712                 updated
2713
2714 2007-06-29 [wwp]        2.9.2cvs76
2715
2716         * src/gtk/headers.h
2717                 Fix a typo (thanks to Ricardo for finding this out).
2718
2719 2007-06-28 [paul]       2.9.2cvs75
2720
2721         * src/folderview.c
2722                 fix build warnings
2723
2724 2007-06-28 [paul]       2.9.2cvs74
2725
2726         * tools/Makefile.am
2727                 fix bug in the autotools build system.
2728                 Files cataloged under EXTRA_DIST were never
2729                 automatically copied to the build tree.
2730                 (fix 'make distcheck')
2731                 Patch by Michael Rasmussen.
2732
2733 2007-06-24 [colin]      2.9.2cvs73
2734
2735         * src/news_gtk.c
2736                 Fix bug 1249, 'Error handling for 
2737                 news errors needs modification'
2738                 Only popup error if the according
2739                 pref in Prefs/Receive is set.
2740
2741 2007-06-21 [colin]      2.9.2cvs72
2742
2743         * src/common/plugin.c
2744         * src/common/plugin.h
2745                 Change plugin API to know whether it's safe to 
2746                 unload plugins or whether we should just hide
2747                 them. Fixes bug 1248, 'Core dumps after 
2748                 unloading plugin and clicking on load plugins'
2749         * src/plugins/bogofilter/bogofilter.c
2750         * src/plugins/clamav/clamav_plugin.c
2751         * src/plugins/demo/demo.c
2752         * src/plugins/dillo_viewer/dillo_viewer.c
2753         * src/plugins/pgpcore/plugin.c
2754         * src/plugins/pgpinline/plugin.c
2755         * src/plugins/pgpmime/plugin.c
2756         * src/plugins/spamassassin/spamassassin.c
2757         * src/plugins/trayicon/trayicon.c
2758                 Update API
2759
2760 2007-06-19 [colin]      2.9.2cvs71
2761
2762         * src/compose.c
2763         * src/messageview.c
2764                 Fix crash mentioned in bug 1246
2765                 Race condition when automatically drafting
2766                 due to insertion on reedit.
2767
2768 2007-06-18 [wwp]        2.9.2cvs70
2769
2770         * src/importldif.c
2771                 LDIF import: use a "Proceed" button to complete
2772                 the process.
2773
2774 2007-06-18 [paul]       2.9.2cvs69
2775
2776         * configure.ac
2777                 use pkgconfig to check for gtk and glib
2778
2779 2007-06-17 [wwp]        2.9.2cvs68
2780
2781         * src/ldif.c
2782         * src/importldif.c
2783                 LDIF import: better error handling, minor code
2784                 and UI cleanup, and renamed the Save button
2785                 to Close, as imported stuff is already saved
2786                 when the Save button is shown.
2787
2788 2007-06-17 [colin]      2.9.2cvs67
2789
2790         * src/prefs_summaries.c
2791         * src/procmsg.c
2792                 Don't set as read when forwarded, only replied to
2793
2794 2007-06-17 [paul]       2.9.2cvs66
2795
2796         * src/alertpanel.c
2797                 add missing #include
2798
2799 2007-06-16 [colin]      2.9.2cvs65
2800
2801         * src/prefs_summaries.c
2802         * src/procmsg.c
2803                 Change the pref "Only mark as read when opened
2804                 in new window" to "..., replied to or forwarded".
2805                 Based on a patch by Paul Rolland.
2806
2807 2007-06-16 [paul]       2.9.2cvs64
2808
2809         * src/gtk/authors.h
2810                 alphabetical order! :)
2811
2812 2007-06-16 [colin]      2.9.2cvs63
2813
2814         * AUTHORS
2815         * src/gtk/authors.h
2816                 Add Michael Rasmussen in authors list
2817
2818 2007-06-16 [colin]      2.9.2cvs62
2819
2820         * src/messageview.c
2821                 Fix messageview_copy_clipboard to take advantage
2822                 of plugins' get_selection.
2823
2824 2007-06-15 [colin]      2.9.2cvs61
2825
2826         * src/action.c
2827         * src/addr_compl.c
2828         * src/addressbook.c
2829         * src/folderview.c
2830         * src/message_search.c
2831         * src/mimeview.c
2832         * src/summary_search.c
2833         * src/summaryview.c
2834         * src/textview.c
2835                 Allow GDK_KP_Enter to do the same as GDK_Return
2836                 Patch by Michael Rasmussen
2837
2838 2007-06-15 [paul]       2.9.2cvs60
2839
2840         * src/compose.c
2841                 fix bug when closing a compose window
2842                 during autosave
2843
2844 2007-06-14 [paul]       2.9.2cvs59
2845
2846         * src/main.c
2847         * src/common/defs.h
2848                 migrate sylpheed config
2849
2850 2007-06-14 [wwp]        2.9.2cvs58
2851
2852         * src/gtk/pluginwindow.c
2853                 Yet another attempt to fix sizing/alignment of the
2854                 button bar in plugins window.
2855
2856 2007-06-12 [colin]      2.9.2cvs57
2857
2858         * po/POTFILES.in
2859         * src/Makefile.am
2860         * src/folderview.c
2861         * src/prefs_common.c
2862         * src/prefs_common.h
2863         * src/prefs_summaries.c
2864         * src/prefs_summary_open.c
2865         * src/prefs_summary_open.h
2866         * src/summaryview.c
2867                 Make "when entering a folder" actions more personalisable
2868
2869 2007-06-12 [wwp]        2.9.2cvs56
2870
2871         * tools/README
2872                 Use short description from Paul (mairix.sh).
2873
2874 2007-06-12 [wwp]        2.9.2cvs55
2875
2876         * tools/README
2877                 Updated info about mairix.sh.
2878
2879 2007-06-11 [paul]       2.9.2cvs54
2880
2881         * src/prefs_logging.c
2882                 rework log window length widgets
2883                 and some sensitivity fixes
2884
2885 2007-06-11 [paul]       2.9.2cvs53
2886
2887         * src/mainwindow.c
2888         * src/prefs_logging.c
2889                 rename 'Protocol Log' to 'Network Log'
2890                 and some function renaming
2891
2892 2007-06-10 [wwp]        2.9.2cvs52
2893
2894         * src/gtk/pluginwindow.c
2895                 Revert 2.9.2cvs51.
2896
2897 2007-06-10 [wwp]        2.9.2cvs51
2898
2899         * src/gtk/pluginwindow.c
2900                 Fix button bar in plugin window, was centered and not
2901                 behaving like other dialogs w/ such button bar.
2902
2903 2007-06-08 [wwp]        2.9.2cvs50
2904
2905         * src/compose.c
2906         * src/compose.h
2907         * src/main.c
2908         * src/mainwindow.c
2909         * src/mainwindow.h
2910                 Provide a way out of automatic draft saving on IMAP, when
2911                 exiting offline.
2912                 Prevent drafting while sending and quitting while sending.
2913                 Thanks for Colin.
2914
2915
2916
2917 2007-06-08 [wwp]        2.9.2cvs49
2918
2919         * src/prefs_account.c
2920         * src/gtk/prefswindow.c
2921         * src/gtk/prefswindow.h
2922                 Activate the Basic page when opening account prefs.
2923
2924 2007-06-08 [wwp]        2.9.2cvs48
2925
2926         * src/common/socket.c
2927                 Don't crash if fork() fails, thanks to Colin.
2928
2929 2007-06-08 [wwp]        2.9.2cvs47
2930
2931         * src/gtk/prefswindow.c
2932                 Wrap some long lines, and reset horizontal scroller's adjusment
2933                 (this was already done, vertically), when changing tab (not page)
2934                 in prefs windows.
2935
2936 2007-06-08 [paul]       2.9.2cvs46
2937
2938         * src/common/utils.c
2939                 use gethostname() instead of uname()
2940                 based on a patch by Michael Hughes
2941                 <Sylpheed-Claws_user@thehugheslogcabin.net>
2942
2943 2007-06-07 [wwp]        2.9.2cvs45
2944
2945         * src/prefs_common.c
2946                 Fix some useless warnings, thanks to Colin.
2947
2948 2007-06-06 [colin]      2.9.2cvs44
2949
2950         * src/ldapupdate.c
2951                 Fix strange allocations. 
2952
2953 2007-06-06 [colin]      2.9.2cvs43
2954
2955         * src/ldapupdate.c
2956                 Patch by Michael Rasmussus to help
2957                 bug 1232
2958
2959 2007-06-05 [wwp]        2.9.2cvs42
2960
2961         * src/prefs_account.c
2962         * src/prefs_folder_item.c
2963         * src/prefs_quote.c
2964         * src/quote_fmt.c
2965         * src/quote_fmt.h
2966                 Per-folder templates can now be applied recursively.
2967                 Always save per-folder templates (formats were erroneously
2968                 saved only if they were enabled).
2969                 Check for validity of quotation marks everywhere there
2970                 are defined.
2971
2972 2007-06-05 [wwp]        2.9.2cvs41
2973
2974         * src/inc.c
2975                 Fix incoming messages from local accounts always getting filtered
2976                 (even if the account prefs say don't), thanks to Colin.
2977
2978 2007-06-05 [wwp]        2.9.2cvs40
2979
2980         * src/compose.c
2981         * src/compose.h
2982                 Use per-folder/per-account quote chars when applying a
2983                 template or inserting text as well. Const'ify some
2984                 vars more.
2985
2986 2007-06-04 [colin]      2.9.2cvs39
2987
2988         * src/compose.c
2989                 More work for wwp :)
2990
2991 2007-06-04 [wwp]        2.9.2cvs38
2992
2993         * src/compose.c
2994                 Same as 2.9.2cvs36 but for forwarding.
2995
2996 2007-06-04 [colin]      2.9.2cvs37
2997
2998         * src/compose.c
2999                 Use original mail file for forward/redirect
3000                 Fixes some forwarded mails to be attached as
3001                 application/octet-stream (when they have binary
3002                 parts), and incidentally fixes bug 848
3003                 'Redirect breaks GnuPG'
3004
3005 2007-06-04 [wwp]        2.9.2cvs36
3006
3007         * src/compose.c
3008                 Fix quote mark mis-initialisation when replying/forwarding
3009                 (introduced w/ 2.9.2cvs20).
3010
3011 2007-06-04 [wwp]        2.9.2cvs35
3012
3013         * src/prefs_compose_writing.c
3014         * src/prefs_quote.c
3015                 Fix a bug where Quotation characters (prefs/compose/writing)
3016                 was cleared (introduced w/ 2.9.2cvs26).
3017
3018 2007-06-04 [wwp]        2.9.2cvs34
3019
3020         * src/prefs_account.c
3021         * src/prefs_account.h
3022                 Better fix for compiling w/o aspell (rollbacks
3023                 2.9.2cvs31).
3024
3025 2007-06-04 [wwp]        2.9.2cvs33
3026
3027         * src/account.c
3028         * src/prefs_account.c
3029         * src/prefs_account.h
3030         * src/procmsg.c
3031                 It's now possible to disable mail filtering plugins
3032                 on a per-account basis.
3033
3034 2007-06-04 [wwp]        2.9.2cvs32
3035
3036         * src/procheader.c
3037         * src/common/utils.c
3038         * src/common/utils.h
3039                 Support CRLF in headers part of messages.
3040                 Support few more date formats (RFC3339 subsets).
3041
3042 2007-06-04 [wwp]        2.9.2cvs31
3043
3044         * src/prefs_account.c
3045                 Fix compiling w/o aspell support.
3046
3047 2007-06-03 [wwp]        2.9.2cvs30
3048
3049         * src/prefs_gtk.c
3050                 Don't decode leading ENV_ and ~ in P_PASSWORD
3051                 values.
3052
3053 2007-06-03 [wwp]        2.9.2cvs29
3054
3055         * src/prefs_gtk.c
3056                 Don't decode leading ENV_ and ~ in P_PASSWORD
3057                 values.
3058
3059 2007-06-03 [wwp]        2.9.2cvs28
3060
3061         * src/prefs_account.c
3062         * src/gtk/prefswindow.c
3063         * src/gtk/prefswindow.h
3064                 Added a way to force preloading of all pages
3065                 (prefswindow).
3066                 Moved tabs to pages in account prefs.
3067
3068 2007-06-02 [colin]      2.9.2cvs27
3069
3070         * src/addressbook.c
3071                 Fix possible crash, fix ldap write bugs
3072         * src/ldapupdate.c
3073                 Fix ldap write bugs - patch by Michael
3074                 Rasmussen
3075         * src/alertpanel.c
3076         * src/alertpanel.h
3077                 Add a hook whenever alertpanel opens/closes
3078
3079 2007-05-31 [wwp]        2.9.2cvs26
3080
3081         * src/prefs_compose_writing.c
3082         * src/prefs_quote.c
3083                 Re-organized writing options a bit:
3084                  - renamed the Quoting page to Templates
3085                  - moved all composing templates to that page
3086                  - moved non-templates options to the Writing one,
3087                    grouped reply-related options, reordered reply and
3088                    forward options.
3089
3090 2007-05-31 [wwp]        2.9.2cvs25
3091
3092         * src/compose.c
3093                 Removed unused code.
3094
3095 2007-05-31 [colin]      2.9.2cvs24
3096
3097         * src/addressbook.c
3098                 Fix missing display name when modifying
3099                 LDAP. Patch by Michael Rasmussen
3100
3101 2007-05-31 [wwp]        2.9.2cvs23
3102
3103         * src/plugins/bogofilter/Makefile.am
3104         * src/plugins/clamav/Makefile.am
3105         * src/plugins/demo/Makefile.am
3106         * src/plugins/dillo_viewer/Makefile.am
3107         * src/plugins/spamassassin/Makefile.am
3108                 Fix building of those plugins in Mac OS X.
3109
3110 2007-05-30 [wwp]        2.9.2cvs22
3111
3112         * src/gtk/quicksearch.c
3113                 Fix missing initialization.
3114
3115 2007-05-30 [wwp]        2.9.2cvs21
3116
3117         * src/procheader.c
3118                 Revert accidental commit (debug outputs).
3119
3120 2007-05-30 [wwp]        2.9.2cvs20
3121
3122         * src/compose.c
3123         * src/folder_item_prefs.c
3124         * src/folder_item_prefs.h
3125         * src/prefs_account.c
3126         * src/prefs_account.h
3127         * src/prefs_folder_item.c
3128         * src/prefs_gtk.c
3129         * src/prefs_gtk.h
3130                 Implemented per-account and per-folder
3131                 compose/reply/forward formats.
3132
3133 2007-05-30 [wwp]        2.9.2cvs19
3134
3135         * src/prefs_compose_writing.c
3136         * src/prefs_quote.c
3137         * src/procheader.c
3138         * src/quote_fmt.c
3139         * src/quote_fmt.h
3140                 Internal API changes (factorize quote format
3141                 prefs and checks).
3142
3143 2007-05-30 [colin]      2.9.2cvs18
3144
3145         * src/compose.c
3146                 Fix race where it's possible to re-click Send
3147                 between end of SMTP session and end of "move to
3148                 sent folder" when sending an email with send
3149                 dialog enabled.
3150
3151 2007-05-30 [colin]      2.9.2cvs17
3152
3153         * src/crash.c
3154                 Ask for backtrace on all threads. Patch by
3155                 Pawel
3156         * src/folderview.c
3157                 Fix stale news statusbar when scanning fails.
3158                 Patch by Pawel
3159         * src/ldapupdate.c
3160                 Fix some LDAP write updates bugs. Patch
3161                 by Michael Rasmussen
3162
3163 2007-05-29 [colin]      2.9.2cvs16
3164
3165         * src/imap.c
3166                 Fix loss of local flags when moving mails
3167                 on IMAP in high-bandwidth mode (UID FETCH)
3168
3169 2007-05-25 [paul]       2.9.2cvs15
3170
3171         * src/common/socket.c
3172                 fix sometimes crasher on cancelling
3173                 message sending
3174
3175 2007-05-25 [colin]      2.9.2cvs14
3176
3177         * src/imap.c
3178                 Fix a memory leak
3179         * src/imap_gtk.c
3180                 Be more helpful in the subscription
3181                 message
3182
3183 2007-05-23 [wwp]        2.9.2cvs13
3184
3185         * src/compose.c
3186         * src/prefs_compose_writing.c
3187         * src/prefs_quote.c
3188         * src/prefs_template.c
3189         * src/prefs_template.h
3190         * src/quote_fmt.c
3191         * src/quote_fmt.h
3192         * src/quote_fmt_lex.l
3193         * src/quote_fmt_parse.y
3194                 Introduced new syntax elements (symbols and commands)
3195                 in templates/quote_fmt. Compatibility w/ old
3196                 symbols is kept.
3197                 Updated and reworked the corresponding Information
3198                 dialog.
3199                 Display the line number in dialogs that talk about
3200                 parser errors (in addition to the error message in
3201                 output).
3202
3203 2007-05-23 [wwp]        2.9.2cvs12
3204
3205         * src/quote_fmt_parse.y
3206                 Fix 2.9.2cvs11, probably a paste accident ;).
3207
3208 2007-05-23 [wwp]        2.9.2cvs11
3209
3210         * src/compose.c
3211         * src/prefs_template.c
3212         * src/quote_fmt.h
3213         * src/quote_fmt_parse.y
3214                 Fix 2.9.2cvs10, which broke --disable-aspell.
3215
3216 2007-05-22 [wwp]        2.9.2cvs10
3217
3218         * src/compose.c
3219         * src/prefs_template.c
3220         * src/quote_fmt.c
3221         * src/quote_fmt.h
3222         * src/quote_fmt_lex.l
3223         * src/quote_fmt_parse.y
3224         * src/gtk/gtkaspell.c
3225         * src/gtk/gtkaspell.h
3226                 Added template/quote format syntactical elements
3227                 to show and query:
3228                         - current dictionary
3229                           %T to show (shows empty if not set or not enabled),
3230                           ?T and !T to check if the default dictionary is
3231                           enabled and set
3232                         - current account's default dictionary
3233                           %aT to show (empty if not set or not enabled),
3234                           ?aT and !aT to check if it's enabled and set
3235                         - name completion for an address, from the address
3236                           book
3237                           %ABf, %ABt, %ABc respectively show the full name got
3238                           from the address book if From, To or Cc match a single
3239                           contact.
3240                           ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
3241                           matches any contact and if the full name is non-empty.
3242                           If From, To or Cc are lists of email addresses, only
3243                           the first address will be checked.
3244                 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
3245                 that could show a trailing ','.
3246                 Also, template/quote_fmt parser now shows the line number in case
3247                 of parser error.
3248
3249 2007-05-15 [colin]      2.9.2cvs9
3250
3251         * src/main.c
3252         * src/main.h
3253                 Add a public function to know whether Claws
3254                 crashed last time
3255                 Store opened folder when exiting
3256         * src/folder.c
3257         * src/folder.h
3258                 Store last opened message in each FolderItem;
3259                 Reset last seen messages if Claws crashed, so 
3260                 that one can't go in an infinite crash in case 
3261                 a particular mail crashes Claws.
3262         * src/messageview.c
3263         * src/prefs_common.c
3264         * src/prefs_common.h
3265         * src/summaryview.c
3266         * src/prefs_summaries.c
3267                 Add "Select last opened message" when entering
3268                 a folder
3269                 Add "Select last opened folder" at startup.
3270
3271 2007-05-14 [colin]      2.9.2cvs8
3272
3273         * manual/xml2pdf
3274                 Fix bashism, search for xml catalog 
3275                 in /usr/local/share/xml/catalog too
3276                 Patch by Pawel
3277
3278 2007-05-13 [wwp]        2.9.2cvs7
3279
3280         * src/gtk/logwindow.c
3281                 fix raising log windows when they are either minimized or
3282                 in background.
3283
3284 2007-05-11 [colin]      2.9.2cvs6
3285
3286         * src/gtk/filesel.c
3287                 Use Hildon's file chooser on Maemo. Patch
3288                 by Jean-Luc Biord; fixes part 2 of bug 1201,
3289                 'File attachment "manipulation" bugs...'
3290
3291 2007-05-10 [wwp]        2.9.2cvs5
3292
3293         * src/prefs_common.c
3294         * src/prefs_common.h
3295         * src/gtk/quicksearch.c
3296                 Add a quicksearch option to automatically run
3297                 a search selected from the history (this option
3298                 is exclusive towards type-ahead).
3299
3300 2007-05-10 [colin]      2.9.2cvs4
3301
3302         * src/imap.c
3303                 Fix g_warnings, thanks to Brian
3304                 Morrison
3305
3306 2007-05-09 [colin]      2.9.2cvs3
3307
3308         * src/crash.c
3309         * src/exporthtml.c
3310         * src/mbox.c
3311         * src/prefs_summaries.c
3312         * src/procheader.c
3313         * src/common/log.c
3314         * src/common/utils.c
3315         * src/gtk/gtksourceprintjob.c
3316         * src/gtk/sslcertwindow.c
3317                 Use the re-entrant variant of time functions
3318                 Probably fixes bug 1217, 'reentrancy problems 
3319                 with time functions'
3320
3321 2007-05-09 [colin]      2.9.2cvs2
3322
3323         * src/imap.c
3324                 Fix crasher when reconnection fails
3325
3326 2007-05-08 [paul]       2.9.2cvs1
3327
3328         * NEWS
3329         * README
3330         * RELEASE_NOTES
3331         * configure.ac
3332                 bump version number following
3333                 stable release
3334
3335 2007-05-08 [paul]       2.9.1cvs48
3336
3337         * src/plugins/demo/demo.c
3338         * src/plugins/dillo_viewer/dillo_prefs.c
3339         * src/plugins/dillo_viewer/dillo_prefs.h
3340         * src/plugins/dillo_viewer/dillo_viewer.c
3341         * src/plugins/pgpcore/pgp_viewer.c
3342         * src/plugins/pgpcore/pgp_viewer.h
3343         * src/plugins/pgpcore/plugin.c
3344         * src/plugins/pgpcore/prefs_gpg.c
3345         * src/plugins/pgpcore/prefs_gpg.h
3346         * src/plugins/pgpcore/sgpgme.c
3347         * src/plugins/pgpcore/sgpgme.h
3348         * src/plugins/pgpinline/plugin.c
3349         * src/plugins/pgpmime/pgpmime.c
3350         * src/plugins/pgpmime/pgpmime.h
3351         * src/plugins/pgpmime/plugin.c
3352         * src/plugins/spamassassin/spamassassin.c
3353         * src/plugins/spamassassin/spamassassin.h
3354         * src/plugins/spamassassin/spamassassin_gtk.c
3355         * src/plugins/trayicon/README
3356         * tools/README
3357         * tools/README.sylprint
3358         * tools/outlook2claws-mail.pl
3359         * tools/sylprint.pl
3360         * tools/tb2claws-mail
3361         * tools/tbird2claws.py
3362         * tools/update-po
3363         * tools/vcard2xml.py
3364         * tools/kdeservicemenu/README
3365                 cleanups and corrections
3366
3367 2007-05-06 [wwp]        2.9.1cvs47
3368
3369         * tools/uudec
3370                 Fix missing dash to `display` command-line, reported
3371                 by Georg Himmrich <georg at mails d0t diesind d0t net>.
3372
3373 2007-05-06 [colin]      2.9.1cvs46
3374
3375         * src/Makefile.am
3376         * src/stock_pixmap.c
3377         * src/stock_pixmap.h
3378         * src/pixmaps/printer.xpm
3379                 Add a printer icon
3380
3381 2007-05-06 [paul]       2.9.1cvs45
3382
3383         * src/compose.c
3384         * src/ldapquery.c
3385         * src/privacy.h
3386         * src/summary_search.c
3387         * src/summaryview.c
3388                 fix build warnings
3389
3390 2007-05-05 [wwp]        2.9.1cvs44
3391
3392         * src/messageview.c
3393         * src/mh.c
3394         * src/prefs_actions.c
3395         * src/prefs_gtk.c
3396         * src/summaryview.c
3397         * src/common/xml.c
3398                 Fix "faild" typos everywhere and capitalization of
3399                 some g_warnings.
3400
3401 2007-05-04 [colin]      2.9.1cvs43
3402
3403         * src/compose.c
3404         * src/privacy.c
3405         * src/privacy.h
3406         * src/plugins/pgpcore/prefs_gpg.c
3407         * src/plugins/pgpcore/prefs_gpg.h
3408         * src/plugins/pgpinline/pgpinline.c
3409         * src/plugins/pgpmime/pgpmime.c
3410                 Add an API to warn about encryption limits,
3411                 and allow to disable these warnings
3412
3413 2007-05-03 [colin]      2.9.1cvs42
3414
3415         * src/summaryview.c
3416         * src/mainwindow.c
3417                 Fix bug 1213, 'Delete more than 
3418                 one thread at once'
3419
3420 2007-05-03 [wwp]        2.9.1cvs41
3421
3422         * src/prefs_common.c
3423         * src/prefs_filtering.c
3424         * src/prefs_template.c
3425         * src/common/template.c
3426         * src/common/template.h
3427         * src/gtk/gtkutils.c
3428         * src/gtk/gtkutils.h
3429                 Templates are no longer automatically sorted
3430                 by name, but can be sorted manually using
3431                 |< < > >| buttons as well as drag'n'drop.
3432
3433 2007-05-03 [wwp]        2.9.1cvs40
3434
3435         * src/plugins/spamassassin/spamassassin.c
3436         * src/plugins/spamassassin/spamassassin.h
3437         * src/plugins/spamassassin/spamassassin_gtk.c
3438         * src/plugins/bogofilter/bogofilter.c
3439         * src/plugins/bogofilter/bogofilter.h
3440         * src/plugins/bogofilter/bogofilter_gtk.c
3441                 Added an option to conditionally mark saved spam
3442                 as read (default is and was to do so).
3443                 Satisfies feature request 1708539 on sf.net tracker.
3444
3445 2007-05-03 [colin]      2.9.1cvs39
3446
3447         * src/inc.c
3448                 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
3449
3450 2007-05-02 [colin]      2.9.1cvs38
3451
3452         * src/textview.c
3453                 Fix bug 1209, 'Clicking on address 
3454                 in header (mailto uri) selects 
3455                 default account'. Patch adapted from
3456                 G.P. Halkes' patch.
3457
3458 2007-05-02 [colin]      2.9.1cvs37
3459
3460         * src/grouplistdialog.c
3461                 Set cursor to wait cursor while loading
3462                 groups.
3463
3464 2007-05-02 [paul]       2.9.1cvs36
3465
3466         * src/folder.c
3467         * src/common/defs.h
3468                 rename cache and mark files
3469                 (data is preserved)
3470
3471 2007-04-30 [paul]       2.9.1cvs35
3472
3473         * manual/glossary.xml
3474         * manual/plugins.xml
3475                 updates. Patch by Ricardo
3476
3477 2007-04-29 [wwp]        2.9.1cvs34
3478
3479         * src/mainwindow.c
3480         * configure.ac
3481                 Fix few grammatical errors (patch by David Relson < relson at
3482                 osagesoftware dot com >).
3483
3484 2007-04-28 [colin]      2.9.1cvs33
3485
3486         * src/account.c
3487         * src/pop.c
3488         * src/prefs_account.c
3489         * src/prefs_account.h
3490                 Drop the "Download all" preference. It's
3491                 stupidly useless and confuses people from
3492                 time to time.
3493
3494 2007-04-27 [wwp]        2.9.1cvs32
3495
3496         * src/account.c
3497         * src/prefs_account.c
3498         * src/prefs_account.h
3499                 Don't reflect accounts changes to the mainwindow when it's
3500                 not necessary.
3501
3502 2007-04-27 [colin]      2.9.1cvs31
3503
3504         * src/folder.c
3505                 Freeze/thaw when sync'ing flags
3506         * src/imap.c
3507         * src/prefs_account.c
3508         * src/prefs_account.h
3509         * src/etpan/imap-thread.c
3510         * src/etpan/imap-thread.h
3511                 Add a way to use UID FETCH instead
3512                 of searches to fetch message lists
3513                 and flags. More expensive towards
3514                 bandwidth, less expensive towards
3515                 server's CPU. Probably fixes 
3516                 bug 1158, 'Scanning new folders on 
3517                 Exchange 2007 extremely slow'.
3518                 Patch 95% by Hoa.
3519
3520 2007-04-27 [paul]       2.9.1cvs30
3521
3522         * src/mainwindow.c
3523         * src/prefs_logging.c
3524                 improvements to english usage
3525
3526 2007-04-27 [colin]      2.9.1cvs29
3527
3528         * src/imap.c
3529                 Fix build without libetpan (my bad!)
3530
3531 2007-04-26 [colin]      2.9.1cvs28
3532
3533         * src/imap.c
3534         * src/imap.h
3535                 Fix uselessly exported function
3536         * src/textview.c
3537                 Consider "- -- \n" as signature separator
3538                 (that's what signature separators look like
3539                  in PGP/Inline signed mails)
3540
3541 2007-04-26 [colin]      2.9.1cvs27
3542
3543         * configure.ac
3544                 libetpan-0.49 is now required
3545         * src/procmime.c
3546                 Fix double fetching of mails if
3547                 first try failed
3548         * src/imap.c
3549                 Make offline sync faster, by
3550                 remembering last change time, and
3551                 last sync time.
3552
3553 2007-04-26 [hoa]        2.9.1cvs26
3554
3555         * src/imap.c
3556         * src/imap.h
3557         * src/mainwindow.c
3558         * src/toolbar.c
3559         * src/etpan/imap-thread.c
3560         * src/etpan/imap-thread.h
3561                 cancellation of IMAP operations is now allowed.
3562                 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
3563
3564 2007-04-26 [colin]      2.9.1cvs25
3565
3566         * src/folder.c
3567                 Always fetch body+headers in folders that are
3568                 synched for offline use, if "Synchronise as
3569                 soon as possible" is set.
3570                 Fixes bug 1200, 'Add option to always retrieve full 
3571                 messages'
3572
3573 2007-04-25 [colin]      2.9.1cvs24
3574
3575         * src/compose.c
3576                 Fix bug 1198, 'Reply-all "disappearing" address bug 
3577                 persists...'
3578
3579 2007-04-24 [colin]      2.9.1cvs23
3580
3581         * src/folderview.c
3582                 Fix bug 1195, 'Hardware key navigation' 
3583                 Make GDK_Enter toggle expansion (Maemo)
3584
3585 2007-04-24 [wwp]        2.9.1cvs22
3586
3587         * src/compose.c
3588                 Fix few compiler warnings.
3589
3590 2007-04-24 [paul]       2.9.1cvs21
3591
3592         * src/Makefile.am
3593         * src/stock_pixmap.c
3594         * src/stock_pixmap.h
3595                 complete last commit
3596
3597 2007-04-24 [paul]       2.9.1cvs20
3598
3599         * src/gtk/about.c
3600         * src/pixmaps/active.xpm
3601         * src/pixmaps/checkbox_off.xpm
3602         * src/pixmaps/checkbox_on.xpm
3603         * src/pixmaps/inactive.xpm
3604                 kick out the blobs
3605                 remove transparent border from checkbox icons
3606
3607 2007-04-24 [wwp]        2.9.1cvs19
3608
3609         * src/textview.c
3610         * src/textview.h
3611                 Fix a crash in textview, thanks to Colin.
3612
3613 2007-04-23 [wwp]        2.9.1cvs18
3614
3615         * src/prefs_common.c
3616                 Fix 2.9.1cvs5: no header was being translated at all.
3617
3618 2007-04-23 [colin]      2.9.1cvs17
3619
3620         * src/Makefile.am
3621         * src/stock_pixmap.c
3622         * src/stock_pixmap.h
3623         * src/summaryview.c
3624         * src/summaryview.h
3625         * src/gtk/gtksctree.c
3626         * src/gtk/gtksctree.h
3627         * src/pixmaps/selection.xpm
3628                 Fix bug 1193, 'Need a way to multi-select
3629                 items'. Add a toggle button to the summaryview
3630                 to switch between normal and multiple selection
3631                 (Maemo)
3632
3633 2007-04-23 [colin]      2.9.1cvs16
3634
3635         * src/Makefile.am
3636         * src/stock_pixmap.c
3637         * src/stock_pixmap.h
3638         * src/summaryview.c
3639         * src/summaryview.h
3640         * src/gtk/gtksctree.c
3641         * src/gtk/gtksctree.h
3642         * src/pixmaps/selection.xpm
3643                 Fix bug 1193, 'Need a way to multi-
3644                 select items'
3645                 Add a toggle button in the summaryview
3646                 to enable normal or multiple selection.
3647                 (Maemo)
3648
3649 2007-04-23 [colin]      2.9.1cvs15
3650
3651         * src/compose.c
3652                 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
3653
3654 2007-04-21 [colin]      2.9.1cvs14
3655
3656         * src/gtk/quicksearch.c
3657                 Fix previous commit (actually use correct
3658                 parameter)
3659
3660 2007-04-21 [colin]      2.9.1cvs13
3661
3662         * src/gtk/quicksearch.c
3663                 Fix changing quicksearch type (after Esc,
3664                 after changing Recursive, ...)
3665
3666 2007-04-20 [wwp]        2.9.1cvs12
3667
3668         * src/gtk/Makefile.am
3669                 Added headers.h (completes 2.9.1cvs5).
3670
3671 2007-04-20 [wwp]        2.9.1cvs11
3672
3673         * src/addressbook.c
3674                 Fix the use of display name in name column,
3675                 it has been overriden w/ the use of nickname
3676                 by 2.9.0cvs3. Now nickname is used (if any)
3677                 in case of LDAP books only.
3678
3679 2007-04-20 [colin]      2.9.1cvs10
3680
3681         * src/mimeview.c
3682         * src/summaryview.c
3683         * src/textview.c
3684                 Add handling of 'a' to loop in a mail's
3685                 mimeparts
3686
3687 2007-04-20 [colin]      2.9.1cvs9
3688
3689         * src/toolbar.c
3690                 Fix bug 1190, 'dir_open' button doesn't work'
3691                 (Maemo)
3692
3693 2007-04-20 [colin]      2.9.1cvs8
3694
3695         * src/folderview.c
3696         * src/mainwindow.c
3697                 Fix bug 1194, 'Hardware keys move from email 
3698                 list to account/directory list, but not back 
3699                 to email list...' (Maemo)
3700
3701 2007-04-20 [colin]      2.9.1cvs7
3702
3703         * src/compose.h
3704                 complete previous commit
3705
3706 2007-04-20 [colin]      2.9.1cvs6
3707
3708         * src/compose.c
3709                 Fix bug 1187, 'Reply-to addressee disappears 
3710                 when reply-to text box is clicked...' (Maemo)
3711
3712 2007-04-20 [wwp]        2.9.1cvs5
3713
3714         * po/POTFILES.in
3715         * src/addressbook.c
3716         * src/compose.c
3717         * src/filtering.c
3718         * src/headerview.c
3719         * src/matcher.c
3720         * src/prefs_common.c
3721         * src/prefs_common.h
3722         * src/prefs_display_header.c
3723         * src/prefs_matcher.c
3724         * src/summaryview.c
3725         * src/gtk/headers.h
3726         * src/gtk/quicksearch.c
3727                 Translate more header names according to the relevant option value,
3728                 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
3729                 Replaced nearly all uses of prefs_common.trans_hdr with a call
3730                 to prefs_common_translated_header_name().
3731                 Added a headers.h reference file that contains known header names
3732                 (RFC2822 and others) to the translation process' input, so that
3733                 translated header names will still exist even if no occurrence of
3734                 _("headername") is found anymore in the sources.
3735                 Don't translate column name 'Number' following to trans_hdr option
3736                 value as it's not a header name.
3737
3738 2007-04-20 [colin]      2.9.1cvs4
3739
3740         * src/gtk/quicksearch.c
3741         * src/gtk/quicksearch.h
3742                 Add "From, To or Subject" quicksearch
3743                 type. Patch by ulfschaper@users.sf.net
3744
3745 2007-04-20 [colin]      2.9.1cvs3
3746
3747         * src/matcher.c
3748                 Implement proper references filtering condition.
3749                 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
3750
3751 2007-04-19 [wwp]        2.9.1cvs2
3752
3753         * src/prefs_display_header.c
3754         * src/message_search.c
3755                 Fix few warnings (g_free of const gchar*).
3756
3757 2007-04-19 [paul]       2.9.1cvs1
3758
3759         * NEWS
3760         * README
3761         * RELEASE_NOTES
3762         * configure.ac
3763                 bump version number following
3764                 stable release
3765
3766 2007-04-19 [paul]       2.9.0cvs9
3767
3768         * manual/advanced.xml
3769         * manual/glossary.xml
3770                 fix typos
3771
3772 2007-04-18 [paul]       2.9.0cvs8
3773
3774         * src/pop.c
3775                 fix for CVE-2007-1558 (APOP)
3776                 Thanks to Colin
3777
3778 2007-04-18 [paul]       2.9.0cvs7
3779
3780         * src/messageview.c
3781         * src/mimeview.c
3782         * src/summaryview.c
3783         * src/gtk/filesel.c
3784                 Fix encoding woes wrt saving of
3785                 mails and parts
3786                 Thanks to Colin
3787
3788 2007-04-18 [colin]      2.9.0cvs6
3789
3790         * src/gtk/pluginwindow.c
3791                 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
3792
3793 2007-04-17 [wwp]        2.9.0cvs5
3794
3795         * src/addressadd.c
3796         * src/addressbook.c
3797         * src/addrindex.c
3798         * src/ldapupdate.c
3799                 Fix --disable-ldap build,
3800                 fix some LDAP annoyances on 
3801                 searches, thanks to Colin.
3802
3803 2007-04-17 [wwp]        2.9.0cvs4
3804
3805         * src/ldapupdate.c
3806                 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
3807                 like gcc 2.9x. Thanks to Colin.
3808
3809 2007-04-17 [wwp]        2.9.0cvs3
3810
3811         * src/Makefile.am
3812         * src/addressadd.c
3813         * src/addressbook.c
3814         * src/addrindex.c
3815         * src/addritem.c
3816         * src/addritem.h
3817         * src/editaddress.c
3818         * src/ldapctrl.c
3819         * src/ldapctrl.h
3820         * src/ldapquery.c
3821         * src/ldapserver.c
3822         * src/ldapserver.h
3823         * src/ldapupdate.c
3824         * src/ldapupdate.h
3825                 Add LDAP write support. Patch mostly by 
3826                 Michael <mir at datanom dot net>
3827
3828 2007-04-17 [wwp]        2.9.0cvs2
3829
3830         * src/compose.c
3831                 Prepend "Add to address book" to the context menu of compose window's sender and
3832                 recipient fields.
3833
3834 2007-04-16 [paul]       2.9.0cvs1
3835
3836         * src/gtk/authors.h
3837                 add Pader Rezso
3838
3839 2007-04-16 [paul]       2.9.0
3840
3841         * NEWS
3842         * README
3843         * RELEASE_NOTES
3844                 2.9.0 released
3845
3846 2007-04-16 [paul]       2.8.1cvs102
3847
3848         * po/fr.po
3849                 updated by Fabien Vantard
3850
3851 2007-04-16 [paul]       2.8.1cvs101
3852
3853         * po/ca.po
3854         * po/cs.po
3855         * po/de.po
3856         * po/hu.po
3857         * po/pl.po
3858         * po/pt_BR.po
3859         * po/sr.po
3860         * po/zh_CN.po
3861                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
3862                 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
3863                 Aleksandar Urosevic, and Ralgh Young
3864
3865 2007-04-15 [mones]      2.8.1cvs100
3866
3867         * po/es.po
3868                 Updated for release
3869
3870 2007-04-14 [colin]      2.8.1cvs99
3871
3872         * src/message_search.c
3873         * src/prefs_display_header.c
3874         * src/summary_search.c
3875         * src/gtk/combobox.c
3876                 Fix allocations
3877
3878 2007-04-14 [wwp]        2.8.1cvs98
3879
3880         * src/gtk/combobox.c
3881         * src/message_search.c
3882         * src/summary_search.c
3883         * src/prefs_display_header.c
3884                 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
3885                 returns NULL, get the text value directly from the GtkEntry child.
3886
3887 2007-04-13 [colin]      2.8.1cvs97
3888
3889         * src/gtk/quicksearch.c
3890                 Give the focus back to summaryview when
3891                 emptying the quicksearch with Esc
3892
3893 2007-04-13 [colin]      2.8.1cvs96
3894
3895         * src/message_search.c
3896         * src/prefs_display_header.c
3897         * src/summary_search.c
3898                 Fix possibles crashes when getting text
3899                 from gtk combos
3900
3901 2007-04-13 [colin]      2.8.1cvs95
3902
3903         * src/pop.c
3904                 Add some UIDL debugging
3905
3906 2007-04-12 [colin]      2.8.1cvs94
3907
3908         * src/folder.c
3909                 Force folder scan if necessary after
3910                 copying mails, to be able to reapply
3911                 flags.
3912
3913 2007-04-11 [colin]      2.8.1cvs93
3914
3915         * src/main.c
3916                 don't scan for new mail on startup if --select
3917                 is specified (or race conditions arise). If so,
3918                 do both sequentially.
3919
3920 2007-04-09 [colin]      2.8.1cvs92
3921
3922         * src/common/defs.h
3923                 Use leafpad by default on Maemo. Patch
3924                 by Jean-Luc Biord.
3925
3926 2007-04-06 [colin]      2.8.1cvs91
3927
3928         * src/pixmaps/queue_close.xpm
3929         * src/pixmaps/queue_close_hrm.xpm
3930         * src/pixmaps/queue_close_hrm_mark.xpm
3931         * src/pixmaps/queue_close_mark.xpm
3932         * src/pixmaps/queue_open.xpm
3933         * src/pixmaps/queue_open_hrm.xpm
3934         * src/pixmaps/queue_open_hrm_mark.xpm
3935         * src/pixmaps/queue_open_mark.xpm
3936                 Move the clock one pixel down :)
3937
3938 2007-04-05 [colin]      2.8.1cvs90
3939
3940         * src/mainwindow.c
3941                 Don't sync when switching offline from
3942                 command line - it's usually too late :)
3943
3944 2007-04-05 [paul]       2.8.1cvs89
3945
3946         * src/Makefile.am
3947         * src/stock_pixmap.c
3948         * src/pixmaps/dir_close_hrm.xpm
3949         * src/pixmaps/dir_close_hrm_mark.xpm
3950         * src/pixmaps/drafts_close.xpm
3951         * src/pixmaps/drafts_close_mark.xpm
3952         * src/pixmaps/drafts_open.xpm
3953         * src/pixmaps/drafts_open_mark.xpm
3954         * src/pixmaps/inbox.xpm
3955         * src/pixmaps/inbox_close.xpm
3956         * src/pixmaps/inbox_close_hrm.xpm
3957         * src/pixmaps/inbox_close_hrm_mark.xpm
3958         * src/pixmaps/inbox_close_mark.xpm
3959         * src/pixmaps/inbox_hrm.xpm
3960         * src/pixmaps/inbox_hrm_mark.xpm
3961         * src/pixmaps/inbox_mark.xpm
3962         * src/pixmaps/inbox_open.xpm
3963         * src/pixmaps/inbox_open_hrm.xpm
3964         * src/pixmaps/inbox_open_hrm_mark.xpm
3965         * src/pixmaps/inbox_open_mark.xpm
3966         * src/pixmaps/outbox.xpm
3967         * src/pixmaps/outbox_close.xpm
3968         * src/pixmaps/outbox_close_hrm.xpm
3969         * src/pixmaps/outbox_close_hrm_mark.xpm
3970         * src/pixmaps/outbox_close_mark.xpm
3971         * src/pixmaps/outbox_hrm.xpm
3972         * src/pixmaps/outbox_hrm_mark.xpm
3973         * src/pixmaps/outbox_mark.xpm
3974         * src/pixmaps/outbox_open.xpm
3975         * src/pixmaps/outbox_open_hrm.xpm
3976         * src/pixmaps/outbox_open_hrm_mark.xpm
3977         * src/pixmaps/outbox_open_mark.xpm
3978         * src/pixmaps/queue_close.xpm
3979         * src/pixmaps/queue_close_hrm.xpm
3980         * src/pixmaps/queue_close_hrm_mark.xpm
3981         * src/pixmaps/queue_close_mark.xpm
3982         * src/pixmaps/queue_open.xpm
3983         * src/pixmaps/queue_open_hrm.xpm
3984         * src/pixmaps/queue_open_hrm_mark.xpm
3985         * src/pixmaps/queue_open_mark.xpm
3986                 updated, added and replaced icons
3987                 Icons by Colin
3988
3989 2007-04-04 [colin]      2.8.1cvs88
3990
3991         * src/imap.c
3992                 Fix build without libetpan
3993
3994 2007-04-03 [colin]      2.8.1cvs87
3995
3996         * src/imap.c
3997                 Fix crash with Citadel, and try to make
3998                 things work. this server (and specifically 
3999                 STATUS and APPEND at least) seems broken.
4000
4001 2007-04-03 [colin]      2.8.1cvs86
4002
4003         * src/folderview.c
4004                 Fix icons on folder close
4005
4006 2007-04-03 [colin]      2.8.1cvs85
4007
4008         * src/inc.c
4009                 Fix double-ask of offline override in
4010                 certain cases
4011         * src/imap.c
4012         * src/imap.h
4013         * src/imap_gtk.c
4014                 Much more efficient way to synchronise
4015                 for offline use
4016         * src/etpan/imap-thread.c
4017                 Fix possible segs
4018         * src/folder.c
4019         * src/gtk/quicksearch.c
4020                 Fix some GUI lags
4021
4022 2007-04-03 [paul]       2.8.1cvs84
4023
4024         * src/filtering.c
4025         * src/folder.c
4026         * src/folder.h
4027         * src/prefs_common.c
4028         * src/prefs_common.h
4029         * src/prefs_other.c
4030                 Fix sync being done too late
4031                 Thanks to Colin
4032
4033 2007-04-02 [colin]      2.8.1cvs83
4034
4035         * src/summaryview.c
4036                 Maemo: Put status and quicksearch at the top
4037         * src/plugins/bogofilter/bogofilter.c
4038         * src/plugins/spamassassin/spamassassin.c
4039                 Derive trash from inbox if possible
4040
4041 2007-04-02 [paul]       2.8.1cvs82
4042
4043         * src/plugins/bogofilter/bogofilter_gtk.c
4044                 a few English changes
4045
4046 2007-04-02 [paul]
4047
4048         2.9.0-rc1 released
4049
4050 2007-04-02 [colin]      2.8.1cvs81
4051
4052         * src/image_viewer.c
4053                 Fix transparent images by using
4054                 GtkImage
4055         * src/messageview.c
4056                 Flush events (on new windows) to avoid
4057                 having the textview's image resize fail
4058                 to know the available width
4059
4060 2007-04-01 [colin]      2.8.1cvs80
4061
4062         * src/prefs_account.c
4063                 If no MH mailbox exist, when creating a POP/Local
4064                 account, just create and use the default one 
4065                 instead of bailing with a "Mailbox doesn't exist"
4066                 error
4067
4068 2007-03-31 [colin]      2.8.1cvs79
4069
4070         * src/prefs_account.c
4071                 Create signature file if it doesn't exist
4072                 before editing
4073         * src/prefs_toolbar.c
4074                 Maemo: Move "Use default" on the left so
4075                 that people can find it
4076         * src/common/defs.h
4077                 Maemo: make default editor "Maemopad", 
4078                 default signature file "MyDocs/signature.txt"
4079
4080 2007-03-31 [colin]      2.8.1cvs78
4081
4082         * src/prefs_account.c
4083                 Maemo: rework account prefs so
4084                 that less horizontal scrolling
4085                 is required
4086
4087 2007-03-31 [colin]      2.8.1cvs77
4088
4089         * src/folderview.c
4090         * src/prefs_common.c
4091         * src/prefs_common.h
4092                 Fix bug 1167, 'Allow not displaying zeros 
4093                 in folder list'. Patch by MartinP
4094
4095 2007-03-31 [colin]      2.8.1cvs76
4096
4097         * AUTHORS
4098                 Add Jean-Luc Biord
4099
4100 2007-03-31 [colin]      2.8.1cvs75
4101
4102         * src/imap.c
4103                 Apply patch from bug 1172, direct
4104                 access to the folder's session instead
4105                 of using getter. Patch by MartinP
4106
4107 2007-03-31 [paul]       2.8.1cvs74
4108
4109         * src/gtk/authors.h
4110                 no need to list Fabien twice!
4111
4112 2007-03-31 [colin]      2.8.1cvs73
4113
4114         * src/inc.c
4115                 If we're currently "overriding for %d minutes",
4116                 don't ask
4117
4118 2007-03-31 [colin]      2.8.1cvs72
4119
4120         * src/compose.c
4121         * src/imap.c
4122         * src/inc.c
4123         * src/inc.h
4124         * src/messageview.c
4125         * src/news.c
4126         * src/plugins/spamassassin/spamassassin.c
4127                 Offline override: Add a parameter to allow
4128                 asking even if the override timer is running.
4129                 Allows to ask every time the user makes an
4130                 explicit action needing online access (such
4131                 as Get Mail), and not when the action is 
4132                 implicit (such as opening an IMAP folder)
4133
4134 2007-03-31 [colin]      2.8.1cvs71
4135
4136         * src/inc.c
4137                 Override offline: "No" answer shouldn't
4138                 re-ask after 3 seconds, but 10 minutes. 
4139
4140 2007-03-30 [colin]      2.8.1cvs70
4141
4142         * src/common/socket.c
4143                 Better error reporting on unix socket
4144                 failure (bind usually)
4145         * src/gtk/gtkutils.c
4146         * src/gtk/gtkutils.h
4147                 Label window: add a pulsing progress
4148                 bar to show we're not hung :)
4149         * src/folderview.c
4150         * src/main.c
4151         * src/plugins/pgpcore/sgpgme.c
4152                 Update API
4153
4154 2007-03-30 [colin]      2.8.1cvs69
4155
4156         * src/pop.c
4157         * src/prefs_common.c
4158                 Fix possible trashing of history and uidl
4159                 files on disk full problems
4160
4161 2007-03-30 [paul]       2.8.1cvs68
4162
4163         * src/mainwindow.c
4164         * src/summaryview.c
4165         * src/summaryview.h
4166                 update summary when changing layout type
4167                 (fixes wrong folder icon being displayed)
4168                 Thanks to Colin
4169
4170 2007-03-29 [colin]      2.8.1cvs67
4171
4172         * src/prefs_ext_prog.c
4173                 The browser pref is irrelevant on Maemo
4174
4175 2007-03-29 [colin]      2.8.1cvs66
4176
4177         * src/compose.c
4178         * src/compose.h
4179                 Maemo: dynamically switch headers/text position
4180         * src/prefs_common.c
4181                 Maemo: hide compose's ruler by default
4182         * src/common/socket.c
4183         * src/common/socket.h
4184                 Fix build warning
4185
4186 2007-03-29 [colin]      2.8.1cvs65
4187
4188         * src/common/socket.c
4189         * src/common/socket.h
4190                 Fix build when MAEMO_CFLAGS contains
4191                 _X_OPENSOURCE (resolv.h errors as long
4192                 as we don't add _BSD_SOURCE. Ugly).
4193
4194 2007-03-29 [wwp]        2.8.1cvs64
4195
4196         * src/prefs_logging.c
4197                 Fix sensitivity of clip-log widgets in prefs/logging,
4198                 thanks to Fabien.
4199
4200 2007-03-29 [wwp]        2.8.1cvs63
4201
4202         * po/POTFILES.in
4203                 Updated files list for translations, thanks to Fabien.
4204
4205 2007-03-29 [colin]      2.8.1cvs62
4206
4207         * src/main.c
4208         * src/common/Makefile.am
4209         * src/common/utils.c
4210                 Maybe make URI opening work in Maemo
4211                 Requires testing :)
4212
4213 2007-03-28 [colin]      2.8.1cvs61
4214
4215         * src/folder.c
4216         * src/folder.h
4217         * src/folderview.c
4218                 Add the possibility to sort folders arbitrarily
4219                 (via editing of folderlist.xml only). Patch by
4220                 Martin P <mp26+claws@os.inf.tu-dresden.de>
4221                 Fixes bug 1166, 'Folder ordering is fixed and cannot 
4222                 be changed by the user'
4223
4224 2007-03-28 [colin]      2.8.1cvs60
4225
4226         * src/mimeview.c
4227                 Add popup menu for mime icons
4228
4229 2007-03-28 [colin]      2.8.1cvs59
4230
4231         * src/mainwindow.c
4232                 Fix a layout issue when presenting
4233                 mainwindow in Small screen layout
4234         * src/toolbar.c
4235         * src/toolbar.h
4236                 Add a "Go to folder list" button for
4237                 mainwindow, and make it default in
4238                 the Maemo build
4239
4240 2007-03-28 [colin]      2.8.1cvs58
4241
4242         * src/compose.c
4243                 Don't dynamically update title on Maemo
4244                 Patch by Jean-Luc Biord
4245
4246 2007-03-27 [colin]      2.8.1cvs57
4247
4248         * src/compose.c
4249         * src/folderview.c
4250         * src/summaryview.c
4251                 Enable tap-and-hold on Maemo
4252
4253 2007-03-26 [colin]      2.8.1cvs56
4254
4255         * src/compose.c
4256                 More popup-menu (in attachments list)
4257
4258 2007-03-26 [colin]      2.8.1cvs55
4259
4260         * src/compose.c
4261                 Enable popup-menu signal
4262
4263 2007-03-26 [colin]      2.8.1cvs54
4264
4265         * src/plugins/pgpinline/pgpinline.c
4266                 Fix bug 1111, 'PGP/inline plugin hides text 
4267                 around encrypted text block'. Patch based on
4268                 a patch from Michal Cihar.
4269
4270 2007-03-26 [wwp]        2.8.1cvs53
4271
4272         * src/procmsg.c
4273                 Fix getting a false error when sending queued message
4274                 whereas the sending was fine (if there are subfolders
4275                 in the queue folder), thanks to Colin.
4276
4277 2007-03-26 [paul]       2.8.1cvs52
4278
4279         * src/wizard.c
4280                 update FACE header in welcome message
4281
4282 2007-03-25 [colin]      2.8.1cvs51
4283
4284         * src/Makefile.am
4285                 Fix make dist
4286
4287 2007-03-25 [colin]      2.8.1cvs50
4288
4289         * src/main.c
4290                 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
4291
4292 2007-03-24 [colin]      2.8.1cvs49
4293
4294         * src/main.c
4295                 Fix a few launch problems on Maemo
4296                 Patch by Jean-Luc Biord
4297
4298 2007-03-24 [wwp]        2.8.1cvs48
4299
4300         * src/alertpanel.c
4301         * src/alertpanel.h
4302         * src/messageview.c
4303         * src/summaryview.c
4304                 Fix wrong action performed when closing the
4305                 "ask about account specific filtering rules
4306                 when filtering manually" dialog by pressing Escape.
4307                 Fix wrong order of buttons in the "return receipt
4308                 notification - the message was sent to several of
4309                 your accounts" dialog.
4310
4311 2007-03-24 [paul]       2.8.1cvs47
4312
4313         * src/folderview.c
4314                 an improvement to English usage
4315         * tools/kdeservicemenu/README
4316                 updated Claws url
4317
4318 2007-03-24 [paul]       2.8.1cvs46
4319
4320         * src/Makefile.am
4321         * src/stock_pixmap.c
4322         * src/pixmaps/edit_extern.xpm
4323         * src/pixmaps/mail_sign.xpm
4324                 rescue long lost icons
4325
4326 2007-03-24 [paul]       2.8.1cvs45
4327
4328         * src/toolbar.c
4329                 fix toolbar (broken in 2.8.1cvs42)
4330
4331 2007-03-23 [colin]      2.8.1cvs44
4332
4333         * src/imap.c
4334                 Correctly unsubscribe/resubscribe after
4335                 RENAME
4336
4337 2007-03-23 [colin]      2.8.1cvs43
4338
4339         * src/prefs_common.c
4340                 Maemo: as the platform is light on RAM, allow
4341                 caches to be discarded faster.
4342
4343 2007-03-23 [colin]      2.8.1cvs42
4344
4345         * src/Makefile.am
4346         * src/compose.c
4347         * src/compose.h
4348         * src/stock_pixmap.c
4349         * src/stock_pixmap.h
4350         * src/summaryview.c
4351         * src/summaryview.h
4352         * src/toolbar.c
4353         * src/toolbar.h
4354         * src/pixmaps/open_mail.xpm
4355                 Maemo changes: Add the possibility to have
4356                 "Open Email" and "Close Window" buttons on 
4357                 toolbars (and use them in Maemo's default
4358                 toolbars)
4359
4360 2007-03-23 [wwp]        2.8.1cvs41
4361
4362         * src/action.c
4363                 Reverted that part of the action dialog closure logics, to
4364                 pre-2.8.1cvs19. Managing action dialog w/ no output may be
4365                 done later in a different way (or may not).
4366
4367 2007-03-22 [wwp]        2.8.1cvs40
4368
4369         * src/action.c
4370                 Fix sticky action dialog when got no output but action command
4371                 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
4372
4373 2007-03-22 [colin]      2.8.1cvs39
4374
4375         * src/prefs_filtering.c
4376         * src/gtk/combobox.h
4377                 Fix escaping account names in filtering prefs
4378
4379 2007-03-22 [colin]      2.8.1cvs38
4380
4381         * src/addrindex.c
4382         * src/ldapctrl.h
4383         * src/ldapquery.c
4384                 Add any attribute specified in LDAP servers'
4385                 Search attributes to the Other Attributes tab
4386                 of contacts; Add 'telephoneNumber' in the
4387                 default list.
4388
4389 2007-03-22 [colin]      2.8.1cvs37
4390
4391         * src/folderview.c
4392         * src/folderview.h
4393         * src/mainwindow.c
4394                 Try to prevent race conditions when
4395                 changing the folder list
4396         * src/summaryview.c
4397                 Fix possible red folder icon when
4398                 switching from Small screen layout
4399                 to any other
4400
4401 2007-03-22 [colin]      2.8.1cvs36
4402
4403         * src/mainwindow.c
4404         * src/mainwindow.h
4405         * src/summaryview.c
4406                 Rename "little screen" to "Small screen"
4407         * src/gtk/Makefile.am
4408         * src/common/utils.c
4409         * src/mh.c
4410                 Fix Maemo-related compilation problems
4411
4412 2007-03-21 [colin]      2.8.1cvs35
4413
4414         * configure.ac
4415                 Fix previous commit
4416         * claws-mail.desktop
4417                 Remove .png from the Icon, it's useless
4418
4419 2007-03-21 [colin]      2.8.1cvs34
4420
4421         * configure.ac
4422         * src/Makefile.am
4423                 Add the necessary lib checking for 
4424                 Maemo
4425
4426 2007-03-21 [colin]      2.8.1cvs33
4427
4428         * src/main.c
4429                 Fix unconditional "error happened" when
4430                 sending via command-line. "lol @ myself"
4431
4432 2007-03-21 [colin]      2.8.1cvs32
4433
4434         * claws-mail-40x40.png
4435         * claws-mail-26x26.png
4436         * src/account.c
4437         * src/addressbook.c
4438         * src/compose.c
4439         * src/folderview.c
4440         * src/folderview.h
4441         * src/main.c
4442         * src/mainwindow.c
4443         * src/mainwindow.h
4444         * src/messageview.c
4445         * src/prefs_account.c
4446         * src/prefs_common.c
4447         * src/summary_search.c
4448         * src/summaryview.c
4449         * src/summaryview.h
4450         * src/gtk/authors.h
4451         * src/gtk/gtkutils.c
4452         * src/gtk/gtkutils.h
4453         * src/gtk/logwindow.c
4454         * src/gtk/menu.c
4455         * src/gtk/prefswindow.c
4456                 Add Maemo port (patch mainly by Jean-Luc Biort)
4457                 Add a new 'Little screen' layout to help on such
4458                 platforms (patch by me)
4459                 Make some default preferences different (more
4460                 adapted) on Maemo (patch by me)
4461
4462 2007-03-21 [wwp]        2.8.1cvs31
4463
4464         * src/prefs_logging.c
4465         * src/prefs_logging.h
4466                 Fixed copyright header of newly added files.
4467
4468 2007-03-21 [wwp]        2.8.1cvs30
4469
4470         * src/Makefile.am
4471         * src/filtering.c
4472         * src/filtering.h
4473         * src/folder.c
4474         * src/folderview.c
4475         * src/imap.c
4476         * src/inc.c
4477         * src/main.c
4478         * src/mainwindow.c
4479         * src/mainwindow.h
4480         * src/matcher.c
4481         * src/messageview.c
4482         * src/news.c
4483         * src/pop.c
4484         * src/prefs_common.c
4485         * src/prefs_common.h
4486         * src/prefs_logging.c
4487         * src/prefs_logging.h
4488         * src/prefs_other.c
4489         * src/procmsg.c
4490         * src/send_message.c
4491         * src/summaryview.c
4492         * src/common/log.c
4493         * src/common/log.h
4494         * src/common/nntp.c
4495         * src/common/session.c
4496         * src/common/smtp.c
4497         * src/common/socket.c
4498         * src/etpan/imap-thread.c
4499         * src/gtk/logwindow.c
4500         * src/gtk/logwindow.h
4501         * src/plugins/bogofilter/bogofilter.c
4502         * src/plugins/spamassassin/spamassassin.c
4503                 Added debugging of filtering/processing rules.
4504                 The debug log is here 'Tools/Filtering debug window',
4505                 the options there 'Configuration/Preferences/Other/Logging',
4506                 and the log file is ~/.claws-mail/filtering.log.
4507                 Moved protocol log prefs to 'Other/Logging' as well.
4508                 To support such debugging feature, the existing log API has
4509                 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
4510                 this impacts many external modules (commits follow).
4511
4512 2007-03-21 [paul]       2.8.1cvs29
4513
4514         * src/etpan/Makefile.am
4515         * src/etpan/imap-thread.c
4516                 add missing #include
4517
4518 2007-03-21 [colin]      2.8.1cvs28
4519
4520         * src/procmime.c
4521                 Fix bug 1157, 'some broken messages confuse 
4522                 mime parser'. Make sure we can't have MimeInfos
4523                 with negative sizes.
4524
4525 2007-03-20 [colin]      2.8.1cvs27
4526
4527         * src/main.c
4528                 Fix missing \0 on buffer
4529
4530 2007-03-20 [colin]      2.8.1cvs26
4531
4532         * src/mh.c
4533                 Use make_dir_hier instead of make_dir 
4534                 to create the MH mailbox
4535
4536 2007-03-20 [colin]      2.8.1cvs25
4537
4538         * src/folder.c
4539         * src/folder.h
4540         * src/prefs_account.c
4541         * src/wizard.c
4542                 Fix default inbox weirdnesses (after wizard,
4543                 if path is Mail, mailbox identifier is #mh/Mailbox,
4544                 and when creating new accounts)
4545
4546 2007-03-20 [colin]      2.8.1cvs24
4547
4548         * src/account.c
4549                 Write folderlist after adding/deleting accounts
4550                 that have folders
4551
4552 2007-03-20 [colin]      2.8.1cvs23
4553
4554         * src/imap.c
4555         * src/remotefolder.h
4556                 Fix bug 1153, 'CM segfaults if IMAP folder is 
4557                 selected while scanning prior to update'
4558
4559 2007-03-17 [paul]       2.8.1cvs22
4560
4561         * src/main.c
4562                 fix a typo, and be a little more verbose.
4563
4564 2007-03-17 [wwp]        2.8.1cvs21
4565
4566         * src/inc.c
4567                 Fix a compiler warning.
4568
4569 2007-03-16 [wwp]        2.8.1cvs20
4570
4571         * tools/Makefile.am
4572         * tools/README
4573                 Updated to deal w/ the new mairix.sh tool.
4574
4575 2007-03-16 [wwp]        2.8.1cvs19
4576
4577         * src/action.c
4578                 Fix logics issues around the action IO dialog:
4579                 - disable entry widget and exec button when
4580                   the exec button is clicked (don't wait for any
4581                   output line) - fix possible disabling/re-enabling/
4582                   re-disabling of those widgets
4583                 - raise an error if executing a %as{} action either
4584                   empty or invalid, instead of failing silently
4585                 - don't close the dialog if the abort button has been
4586                   clicked and if there was no output yet
4587                 - set focus to the abort button when the exec button
4588                   is clicked
4589                 - fix capitalization of a warning message
4590
4591 2007-03-16 [wwp]        2.8.1cvs18
4592
4593         * tools/mairix.sh
4594                 Added a wrapper to mairix to the tools folder.
4595
4596 2007-03-16 [colin]      2.8.1cvs17
4597
4598         * src/messageview.c
4599         * src/mimeview.h
4600                 Allow mimeviewer plugins to print
4601                 their stuff
4602
4603 2007-03-16 [colin]      2.8.1cvs16
4604
4605         * .cvsignore
4606                 Ignore *.patchset
4607
4608 2007-03-15 [colin]      2.8.1cvs15
4609
4610         * src/messageview.c
4611         * src/mimeview.h
4612                 Add a way for mimeviewer plugins to
4613                 implement body search
4614
4615 2007-03-15 [paul]       2.8.1cvs14
4616
4617         * src/prefs_spelling.c
4618                 fix English usage
4619
4620 2007-03-15 [paul]       2.8.1cvs13
4621
4622         * src/common/quoted-printable.c
4623                 fix decoding of quoted-printable parts
4624
4625 2007-03-14 [wwp]        2.8.1cvs12
4626
4627         * src/gtk/logwindow.h
4628                 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
4629
4630 2007-03-14 [wwp]        2.8.1cvs11
4631
4632         * src/gtk/logwindow.h
4633                 Complete 2.8.1cvs10.
4634
4635 2007-03-14 [colin]      2.8.1cvs10
4636
4637         * src/gtk/logwindow.c
4638                 Probably fix bug 1149, crash on logwindow
4639                 close - at the expense of performance once
4640                 logwin has been opened
4641
4642 2007-03-14 [colin]      2.8.1cvs9
4643
4644         * src/main.c
4645                 If claws-mail is running on another
4646                 display, warn instead of popping it up
4647                 on the other display
4648
4649 2007-03-12 [colin]      2.8.1cvs8
4650
4651         * src/wizard.c
4652                 Fix bug 1145, 'Setting a different name 
4653                 for the Mailbox name isn't reflected in 
4654                 default account settings'. Patch by wwp
4655
4656 2007-03-12 [colin]      2.8.1cvs7
4657
4658         * src/summaryview.c
4659                 Fix bug 1143, 'Add number of messages to be 
4660                 deleted to confirmation dialog'
4661
4662 2007-03-12 [wwp]        2.8.1cvs6
4663
4664         * src/folderview.c
4665         * src/prefs_common.c
4666         * src/prefs_common.h
4667         * src/prefs_summaries.c
4668                 Changed the option that displays unread messages count
4669                 next to the folder name in folder list: it is now
4670                 possible to either display nothing, display the
4671                 unread messages number only or the unread and total messages
4672                 numbers. The patch includes this extra feature as well
4673                 as some minor fixes by rewriting the algo in folderview.c.
4674                 Thanks to Paul for the original idea and implementation, plus
4675                 testing and proof-reading!
4676
4677 2007-03-09 [paul]       2.8.1cvs5
4678
4679         * tools/Makefile.am
4680         * tools/README
4681         * tools/claws-mail-compose-insert-files.pl
4682                 added a script which enables inserting files
4683                 into the message body of a new Claws Mail
4684                 Compose window from the command line. Additionally
4685                 To, Cc, Subject and files to attach to the message
4686                 can be specified.
4687
4688 2007-03-09 [wwp]        2.8.1cvs4
4689
4690         * src/addr_compl.c
4691         * src/addr_compl.h
4692         * src/filtering.c
4693                 Optimize matching of addresses in the addressbook
4694                 (filtering/processing 'found_in_addressbook' condition).
4695
4696 2007-03-07 [wwp]        2.8.1cvs3
4697
4698         * src/quote_fmt.c
4699         * src/quote_fmt_lex.l
4700         * src/quote_fmt_parse.y
4701                 Add a new quote format symbol: %A to insert the
4702                 sender email address (just the address itself).
4703
4704 2007-03-06 [wwp]        2.8.1cvs2
4705
4706         * src/gtk/gtkutils.c
4707         * src/plugins/trayicon/trayicon_prefs.h
4708         * src/plugins/trayicon/trayicon_prefs.c
4709         * src/plugins/trayicon/trayicon.c
4710         * src/mainwindow.h
4711         * src/mainwindow.c
4712                 Add a new trayicon (optional) feature: minimize to tray. When enabled,
4713                 minimizing Claws-Mail main window will hide it to the trayicon instead.
4714
4715
4716 2007-03-06 [paul]       2.8.1cvs1
4717
4718         * NEWS
4719         * README
4720         * RELEASE_NOTES
4721         * configure.ac
4722                 bump version number following
4723                 stable release
4724
4725 2007-03-06 [paul]       2.8.0cvs24
4726
4727         * po/cs.po
4728                 corrected by by Tim <timbrain@post.cz>
4729
4730 2007-03-05 [colin]      2.8.0cvs23
4731
4732         * src/Makefile.am
4733         * src/procmime.c
4734                 Fix mime/globs path on NetBSD
4735                 patch by George Michaelson
4736
4737 2007-03-05 [wwp]        2.8.0cvs22
4738
4739         * src/addr_compl.c
4740                 Remove debug statement (accidentally committed w/ cvs14).
4741
4742 2007-03-05 [paul]       2.8.0cvs21
4743
4744         * src/plugins/pgpcore/prefs_gpg.c
4745                 fix compiler warning
4746
4747 2007-03-05 [wwp]        2.8.0cvs20
4748
4749         * src/matcher_parser_parse.y
4750                 Fix mismerge between cvs17 and cvs19.
4751
4752 2007-03-05 [wwp]        2.8.0cvs19
4753
4754         * src/matcher_parser_parse.y
4755         * src/prefs_filtering_action.c
4756         * src/matcher.c
4757         * src/matcher.h
4758         * src/filtering.c
4759         * src/filtering.h
4760                 Add new 'add_to_addressbook' filtering/processing action.
4761
4762 2007-03-05 [wwp]        2.8.0cvs18
4763
4764         * src/filtering.c
4765                 Fix mark_as_ham filtering/processing action: spam flag
4766                 was not unset.
4767
4768 2007-03-04 [colin]      2.8.0cvs17
4769
4770         * src/filtering.c
4771         * src/matcher.c
4772         * src/matcher.h
4773         * src/matcher_parser_parse.y
4774         * src/prefs_filtering_action.c
4775                 Add 'Mark as spam' and 'Mark as ham' filtering
4776                 actions. Fixes bug 1138.
4777
4778 2007-03-04 [colin]      2.8.0cvs16
4779
4780         * src/imap.c
4781                 Fix bug 1140, wrong return value
4782                 without libetpan
4783
4784 2007-03-04 [wwp]        2.8.0cvs15
4785
4786         * src/addr_compl.c
4787                 Rollback cvs14: don't free stuff that is managed in g_list.
4788
4789 2007-03-04 [wwp]        2.8.0cvs14
4790
4791         * src/addr_compl.c
4792                 Fix a leak in address completion code.
4793
4794 2007-03-04 [colin]      2.8.0cvs13
4795
4796         * src/addr_compl.c
4797                 Maybe fix bug 1136, 'Crash in group 
4798                 address completion'
4799
4800 2007-03-04 [iwkse]      2.8.0cvs12
4801
4802         * src/imap.c
4803                 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
4804
4805 2007-03-03 [colin]      2.8.0cvs11
4806
4807         * src/plugins/pgpinline/pgpinline.c
4808                 Fix off-by-one, fix double-free. Fixes
4809                 bug 1135, 'cm-segfault on decrypting 
4810                 with PGP/inline'
4811
4812 2007-03-03 [colin]      2.8.0cvs10
4813
4814         * configure.ac
4815         * src/main.c
4816         * src/common/plugin.c
4817                 Fix bug 1134, 'Valgrind macros unhandled 
4818                 by Irix's cc'
4819
4820 2007-03-02 [colin]      2.8.0cvs9
4821
4822         * src/mbox.c
4823                 Don't error out on EAGAIN. Fixes 
4824                 bug 1129, '"local mbox file" account 
4825                 isn't retrieving mails'
4826
4827 2007-03-01 [wwp]        2.8.0cvs8
4828
4829         * src/mainwindow.c
4830         * src/gtk/colorlabel.c
4831                 Remove accels for extra color labels until we set better
4832                 and definitive ones.
4833
4834 2007-02-28 [wwp]        2.8.0cvs7
4835
4836         * src/mainwindow.c
4837         * src/matcher_parser_parse.y
4838         * src/prefs_common.c
4839         * src/prefs_msg_colors.c
4840         * src/procmsg.h
4841         * src/gtk/colorlabel.c
4842         * src/gtk/colorlabel.h
4843                 Add more customizable color labels. Cleaned up a bit
4844                 the color label API to avoid duplicate defines of
4845                 the max number of colors.
4846
4847 2007-02-27 [colin]      2.8.0cvs6
4848
4849         * src/mainwindow.c
4850         * src/common/utils.c
4851         * src/common/utils.h
4852                 Fix '+' in mailto URIs for List-* headers
4853
4854 2007-02-27 [colin]      2.8.0cvs5
4855
4856         * src/gtk/gtkutils.c
4857                 Use gtk_window_set_role instead of 
4858                 _set_wmclass
4859
4860 2007-02-27 [colin]      2.8.0cvs4
4861
4862         * src/inc.c
4863                 Fix "After receiving new mail, go to inbox" on IMAP,
4864                 and make it work only on manual reception
4865
4866 2007-02-27 [wwp]        2.8.0cvs3
4867
4868         * src/prefs_filtering.c
4869         * src/prefs_filtering_action.c
4870         * src/prefs_matcher.c
4871                 Update filtering matcher's and action's color label menus
4872                 when re-opening those dialogs (reflect any change to the
4873                 color labels list in the preferences).
4874
4875 2007-02-27 [colin]      2.8.0cvs2
4876
4877         * src/imap.c
4878         * src/etpan/etpan-thread-manager-types.h
4879         * src/etpan/etpan-thread-manager.c
4880         * src/etpan/imap-thread.c
4881                 Log imap ALERTs as errors in the log.
4882
4883 2007-02-26 [paul]       2.8.0cvs1
4884
4885         * tools/claws.i18n.status.pl
4886                 updated
4887
4888 2007-02-26 [paul]       2.7.2cvs75
4889
4890         * po/ca.po
4891         * po/cs.po
4892         * po/de.po
4893         * po/en_GB.po
4894         * po/fi.po
4895         * po/fr.po
4896         * po/hu.po
4897         * po/pl.po
4898         * po/pt_BR.po
4899         * po/sk.po
4900         * po/sr.po
4901         * po/zh_CN.po
4902                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
4903                 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
4904                 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
4905                 Aleksandar Urosevic, and Ralgh Young
4906
4907 2007-02-25 [mones]      2.7.2cvs74
4908
4909         * po/es.po
4910                 Updated for release
4911
4912 2007-02-25 [colin]      2.7.2cvs73
4913
4914         * src/main.c
4915                 Clearing the list is only useful
4916                 to prevent a valgrind false-positive
4917
4918 2007-02-25 [paul]       2.7.2cvs72
4919
4920         * tools/Makefile.am
4921         * tools/README
4922         * tools/kmail-mailbox2claws-mail.pl  **ADDED**
4923         * tools/maildir2claws-mail.pl  **REMOVED**
4924                 renamed the script, fixed a couple bugs
4925
4926 2007-02-23 [colin]      2.7.2cvs71
4927
4928         * src/addressbook.c
4929                 Fix a leak, check for a few improbable nulls
4930
4931 2007-02-23 [colin]      2.7.2cvs70
4932
4933         * src/main.c
4934         * src/main.h
4935         * src/plugins/trayicon/trayicon.c
4936                 Fix blinking mainwin when starting in tray
4937                 (show mainwindow later in the startup process,
4938                  apart if restarting post-crash)
4939
4940 2007-02-23 [colin]      2.7.2cvs69
4941
4942         * src/folderview.c
4943         * src/imap_gtk.c
4944                 Fix crash when unsubscribing the currently
4945                 selected/opened folder
4946
4947 2007-02-23 [colin]      2.7.2cvs68
4948
4949         * src/compose.c
4950                 Fix bug that prevented colorization to
4951                 work without wrap quotation option
4952
4953 2007-02-23 [colin]      2.7.2cvs67
4954
4955         * src/addr_compl.c
4956                 Fix refcounting, start and end completion who
4957                 behaved as if there couldn't be any other current
4958                 user of completion
4959
4960 2007-02-23 [wwp]        2.7.2cvs66
4961
4962         * src/addressbook.c
4963         * src/addrindex.c
4964                 Address completion fixes: fix addressbook_peek_folder_exists() in
4965                 which the algorithm was ridiculously over-obfuscated and broken.
4966                 Fix addrindex_load_completion() as well, to load addresses in
4967                 completion list with regards to what addressbook_peek_folder_exists()
4968                 returns now.
4969
4970 2007-02-23 [wwp]        2.7.2cvs65
4971
4972         * src/addr_compl.c
4973                 Add addresses to completion when they're non-empty (thanks to Colin).
4974
4975 2007-02-23 [paul]       2.7.2cvs64
4976
4977         * src/plugins/pgpcore/passphrase.c
4978                 remove 'const '
4979
4980 2007-02-23 [colin]      2.7.2cvs63
4981
4982         * src/plugins/pgpcore/prefs_gpg.c
4983         * src/plugins/pgpcore/prefs_gpg.h
4984         * src/plugins/pgpcore/sgpgme.c
4985         * src/plugins/pgpinline/pgpinline.c
4986         * src/plugins/pgpmime/pgpmime.c
4987                 Try harder to respect user's choice wrt
4988                 gpg-agent even with gpg2, by unsetting
4989                 GPG_AGENT_INFO when necessary.
4990
4991 2007-02-22 [paul]       2.7.2cvs62
4992
4993         * src/plugins/pgpcore/sgpgme.c
4994         * src/plugins/pgpcore/sgpgme.h
4995         * src/plugins/pgpcore/passphrase.c
4996         * src/plugins/pgpinline/pgpinline.c
4997         * src/plugins/pgpmime/pgpmime.c
4998                 Fix a leak - gpgme_data_release_and_get_mem
4999                 leaks in recent gpgme. Workaround by using
5000                 our own function.
5001
5002 2007-02-22 [paul]       2.7.2cvs61
5003
5004         * src/gtk/quicksearch.c
5005                 Abandon dynamic search when pressing
5006                 Enter
5007
5008 2007-02-21 [colin]      2.7.2cvs60
5009
5010         * src/procmsg.c
5011         * src/plugins/pgpcore/passphrase.c
5012                 Fix little memory leaks
5013         * src/main.c
5014                 Fix false-positive leak at exit
5015         * src/gtk/quicksearch.c
5016                 Fix potentially big leak in recursive
5017                 Quicksearch
5018
5019 2007-02-21 [wwp]        2.7.2cvs59
5020
5021         * src/summaryview.c
5022                 Add missing newline to a debug message.
5023
5024 2007-02-20 [colin]      2.7.2cvs58
5025
5026         * src/Makefile.am
5027         * src/mimeview.c
5028         * src/stock_pixmap.c
5029         * src/stock_pixmap.h
5030         * src/pixmaps/mime_pgpsig.xpm
5031                 Add icon for application/pgp-signature
5032
5033 2007-02-20 [colin]      2.7.2cvs57
5034
5035         * src/Makefile.am
5036         * src/main.c
5037         * src/mimeview.c
5038         * src/stock_pixmap.c
5039         * src/stock_pixmap.h
5040         * src/pixmaps/mime_calendar.xpm
5041         * src/pixmaps/mime_pdf.xpm
5042         * src/pixmaps/mime_ps.xpm
5043                 Add icons for text/calendar, application/pdf
5044                 and application/postscript
5045
5046 2007-02-20 [colin]      2.7.2cvs56
5047
5048         * autogen.sh
5049         * src/matcher_parser_parse.y
5050         * src/matcher_parser_lex.l
5051                 Fix big memory leak in flex, and
5052                 require flex 2.5.31
5053
5054 2007-02-20 [wwp]        2.7.2cvs55
5055
5056         * src/matcher_parser_parse.y
5057                 Fix a duplicate token definition (thanks to iwkse).
5058
5059 2007-02-20 [wwp]        2.7.2cvs54
5060
5061         * src/matcher_parser_lex.l
5062         * src/quote_fmt_lex.l
5063                 Use proper flex options instead of direct use of #define,
5064                 make the flex-generated C lighter.
5065
5066 2007-02-20 [colin]      2.7.2cvs53
5067
5068         * src/summaryview.c
5069                 Grab focus in message list after hiding
5070                 the quicksearch, instead of leaving it
5071                 "somewhere"
5072
5073 2007-02-19 [colin]      2.7.2cvs52
5074
5075         * src/folderview.c
5076                 Fix bug 1033, 'Automatically refresh 
5077                 message list when new messages arrives'
5078                 Looks like folderview->opened can sometimes
5079                 be wrong...
5080
5081 2007-02-19 [paul]       2.7.2cvs51
5082
5083         * tools/Makefile.am
5084         * tools/README
5085         * tools/thunderbird-filters-convertor.pl
5086                 add new script which converts thunderbird filter
5087                 rules to Claws filter rules
5088
5089 2007-02-18 [paul]       2.7.2cvs50
5090
5091         * src/plugins/pgpcore/prefs_gpg.c
5092         * src/plugins/pgpcore/prefs_gpg.h
5093         * src/plugins/pgpcore/sgpgme.c
5094         * src/plugins/pgpinline/pgpinline.c
5095         * src/plugins/pgpmime/pgpmime.c
5096                 improved GUI interoperability with gpg-agent
5097
5098 2007-02-18 [paul]       2.7.2cvs49
5099
5100         * src/prefs_account.c
5101                 Privacy options sensitivity fix
5102
5103 2007-02-17 [colin]      2.7.2cvs48
5104
5105         * src/messageview.c
5106                 Reset icon to warning in the noticeview
5107
5108 2007-02-15 [colin]      2.7.2cvs47
5109
5110         * src/folderview.c
5111                 Fix a manifestation of bug 1033 (summaryview failing
5112                 to update for new mails), which happens after editing
5113                 account preferences or preferences that cause a 
5114                 folderview reload.
5115
5116 2007-02-15 [colin]      2.7.2cvs46
5117
5118         * src/addressbook.c
5119                 Probably fix bug 1123, 'Segmentation 
5120                 fault while opening address book'. I get
5121                 g_warnings if the saved paned position is
5122                 not greater than 0. Also, save position
5123                 when hiding the addressbook instead of
5124                 via signal.
5125
5126 2007-02-14 [colin]      2.7.2cvs45
5127
5128         * src/plugins/pgpcore/prefs_gpg.c
5129         * src/plugins/pgpcore/prefs_gpg.h
5130         * src/plugins/pgpcore/sgpgme.c
5131         * src/plugins/pgpinline/pgpinline.c
5132         * src/plugins/pgpmime/pgpmime.c
5133                 Add an option "Use gpg-agent if available". Fixes
5134                 annoyances with distro-installed gpg-agent, when
5135                 no pinentry program is installed, and the user's 
5136                 at a loss on why "decryption failed". Makes more
5137                 clear why passphrase isn't saved when gpg-agent is
5138                 used. Defaults to true, to avoid changing the 
5139                 current behaviour.
5140
5141 2007-02-14 [wwp]        2.7.2cvs44
5142
5143         * src/matcher_parser_parse.y
5144                 Fix missing line number reset (wrong line number might appear
5145                 when re-loading filtering rules if there's a parser error).
5146
5147 2007-02-13 [colin]      2.7.2cvs43
5148
5149         * src/common/utils.c
5150                 Don't encode ',' in URIs before passing it
5151                 to the browser command-line. It was probably
5152                 done at a time where commas in URIs made
5153                 mozilla -remote 'openurl(%s,new-window)'
5154                 bug.
5155
5156 2007-02-13 [wwp]        2.7.2cvs42
5157
5158         * src/prefs_matcher.c
5159         * src/plugins/bogofilter/bogofilter_gtk.c
5160                 A bit of string factorization around "Select ..." buttons.
5161
5162 2007-02-11 [colin]      2.7.2cvs41
5163
5164         * src/alertpanel.c
5165                 Make sure to escape the title
5166
5167 2007-02-11 [colin]      2.7.2cvs40
5168
5169         * src/codeconv.c
5170                 Recognize .utf8 locales as .UTF-8 ones
5171
5172 2007-02-11 [colin]      2.7.2cvs39
5173
5174         * src/compose.c
5175                 Fix code conversion when dragging a file
5176
5177 2007-02-09 [colin]      2.7.2cvs38
5178
5179         * src/plugins/clamav/clamav_plugin.c
5180                 Complete Paul's patch with conditional
5181                 compilation to avoid breaking compilation
5182                 on old Dapper and Edgy... Maybe other
5183                 distros too.
5184
5185 2007-02-09 [paul]       2.7.2cvs37
5186
5187         * src/plugins/clamav/clamav_plugin.c
5188                 fix for the upstream changes in libclamav
5189
5190 2007-02-09 [paul]       2.7.2cvs36
5191
5192         * src/main.c
5193         * src/mainwindow.c
5194         * src/procmsg.c
5195         * src/procmsg.h
5196                 fix "warn if there are queued messages" (on exit)
5197                 option, which only checked the first mailbox's
5198                 queue
5199                 don't ask before emptying trash if there are no
5200                 messages in trash, also check and empty all trash
5201                 folders
5202         * src/prefs_other.c
5203                 move "Ask before emptying trash" option
5204                 outside of the "On exit" frame as it's
5205                 not only an "On exit" option
5206
5207 2007-02-09 [paul]       2.7.2cvs35
5208
5209         * src/addrgather.c
5210         * src/alertpanel.c
5211         * src/editldap.c
5212         * src/prefs_account.c
5213         * src/prefs_folder_item.c
5214         * src/prefs_gtk.h
5215         * src/prefs_matcher.c
5216         * src/prefs_message.c
5217         * src/prefs_msg_colors.c
5218         * src/prefs_summaries.c
5219         * src/wizard.c
5220         * src/gtk/inputdialog.c
5221         * src/plugins/bogofilter/bogofilter_gtk.c
5222                 pedantic commit: use 'checkbtn' everywhere
5223                 instead of a mixture of 'checkbtn' and 'chkbtn'
5224
5225 2007-02-09 [paul]       2.7.2cvs34
5226
5227         * src/compose.c
5228                 fix default hotkeys
5229         * src/prefs_other.c
5230         * src/prefs_send.c
5231                 move "Never send Return Receipts" from
5232                 prefs_other to prefs_send
5233                 add an option "Ask about account specific
5234                 filtering rules..." to prefs_other
5235         * src/gtk/gtkutils.c
5236                 fix a compiler warning
5237
5238 2007-02-08 [colin]      2.7.2cvs33
5239
5240         * src/plugins/pgpinline/pgpinline.c
5241                 Fix bug 1110, 'pgpmime fails to process 
5242                 encapsulated openpgp mime (rfc 3156, 6.1 
5243                 -> rfc1847)'
5244                 It was due to an interaction between PGP/Mime
5245                 and PGP/Inline plugin. 
5246
5247 2007-02-08 [colin]      2.7.2cvs32
5248
5249         * src/inc.c
5250         * src/mbox.c
5251         * src/mbox.h
5252                 Fix bug 1117, 'fcntl locking code 
5253                 does not work in mbox.c'
5254
5255 2007-02-08 [colin]      2.7.2cvs31
5256
5257         * src/prefs_account.c
5258                 Fix Gentoo bug 165819, 'can't create 
5259                 a "local mbox file" account'. Patch
5260                 by Olivier <castan.o@free.fr>
5261
5262 2007-02-07 [colin]      2.7.2cvs30
5263
5264         * src/ldapquery.c
5265                 Fix bug 1106, 'Claws crash on exit if LDAPS 
5266                 autocompletion was used'
5267
5268 2007-02-07 [paul]       2.7.2cvs29
5269
5270         * src/folder.c
5271                 cut down on unnecessary debug_prints
5272         * src/imap_gtk.c
5273                 fix menu_set_active() on 'Show only
5274                 subscribed folders'
5275
5276 2007-02-07 [paul]       2.7.2cvs28
5277
5278         * src/plugins/clamav/clamav_plugin.c
5279         * src/plugins/clamav/clamav_plugin.h
5280         * src/plugins/clamav/clamav_plugin_gtk.c
5281                 fix copyright header
5282
5283 2007-02-07 [paul]       2.7.2cvs27
5284
5285         * src/procheader.c
5286                 fix bug 1116, 'summary view allow a 
5287                 subject line break'
5288
5289 2007-02-06 [colin]      2.7.2cvs26
5290
5291         * src/summaryview.c
5292                 Fix delete thread
5293
5294 2007-02-05 [fabien]     2.7.2cvs25
5295
5296         * po/POTFILES.in
5297         * src/uri_opener.c
5298                 i18n related - 1 fix and 1 message for translators.
5299
5300 2007-02-05 [colin]      2.7.2cvs24
5301
5302         * src/gtk/quicksearch.c
5303                 Don't reload summary list if quicksearch wasn't
5304                 active on hiding; move currently selected mail in
5305                 the visible area when showing the quicksearch
5306
5307 2007-02-05 [colin]      2.7.2cvs23
5308
5309         * src/folderview.c
5310                 Add debug to try to solve bug 1104
5311
5312 2007-02-05 [paul]       2.7.2cvs22
5313
5314         * src/mainwindow.c
5315                 confirm before emptying trash on exit is
5316                 a Yes or No answer, use Yes or No in the
5317                 dialog
5318
5319 2007-02-04 [colin]      2.7.2cvs21
5320
5321         * src/compose.c
5322         * src/plugins/pgpcore/passphrase.c
5323         * src/plugins/pgpcore/select-keys.c
5324                 Set wmclass on new windows
5325
5326 2007-02-04 [colin]
5327
5328         2.8.0-rc1 released
5329
5330 2007-02-04 [colin]      2.7.2cvs20
5331
5332         * src/compose.c
5333         * src/compose.h
5334                 Auto save drafts on exit, reopen them
5335                 at startup, instead of asking
5336         * src/account.c
5337         * src/addressadd.c
5338         * src/addressbook.c
5339         * src/addressbook_foldersel.c
5340         * src/addrgather.c
5341         * src/crash.c
5342         * src/editaddress.c
5343         * src/editbook.c
5344         * src/editgroup.c
5345         * src/editjpilot.c
5346         * src/editldap.c
5347         * src/editldap_basedn.c
5348         * src/editvcard.c
5349         * src/exphtmldlg.c
5350         * src/expldifdlg.c
5351         * src/export.c
5352         * src/foldersel.c
5353         * src/gedit-print.c
5354         * src/import.c
5355         * src/importldif.c
5356         * src/importmutt.c
5357         * src/importpine.c
5358         * src/main.c
5359         * src/mainwindow.c
5360         * src/message_search.c
5361         * src/messageview.c
5362         * src/prefs_actions.c
5363         * src/prefs_customheader.c
5364         * src/prefs_display_header.c
5365         * src/prefs_filtering.c
5366         * src/prefs_filtering_action.c
5367         * src/prefs_folder_column.c
5368         * src/prefs_gtk.c
5369         * src/prefs_matcher.c
5370         * src/prefs_other.c
5371         * src/prefs_summaries.c
5372         * src/prefs_summary_column.c
5373         * src/prefs_template.c
5374         * src/sourcewindow.c
5375         * src/ssl_manager.c
5376         * src/summary_search.c
5377         * src/uri_opener.c
5378         * src/gtk/about.c
5379         * src/gtk/description_window.c
5380         * src/gtk/foldersort.c
5381         * src/gtk/gtkutils.c
5382         * src/gtk/gtkutils.h
5383         * src/gtk/icon_legend.c
5384         * src/gtk/logwindow.c
5385         * src/gtk/pluginwindow.c
5386         * src/gtk/prefswindow.c
5387                 Give different wmclass to different
5388                 windows - thanks to sed ;)
5389
5390 2007-02-04 [colin]      2.7.2cvs19
5391
5392         * src/main.c
5393                 Revert previous patch, can't reproduce
5394                 it anymore. 
5395
5396 2007-02-03 [colin]      2.7.2cvs18
5397
5398         * src/main.c
5399                 Don't save the mainwindow size and
5400                 position on emergency exit (libSM's
5401                 "die" callback), Xfce seems to make
5402                 the window smaller just before the
5403                 size's saved.
5404
5405 2007-02-03 [colin]      2.7.2cvs17
5406
5407         * src/plugins/bogofilter/bogofilter.c
5408         * src/plugins/bogofilter/bogofilter.h
5409         * src/plugins/bogofilter/bogofilter_gtk.c
5410         * src/plugins/pgpinline/pgpinline.c
5411         * src/plugins/pgpinline/pgpinline.h
5412                 Fix more copyrights
5413
5414 2007-02-03 [colin]      2.7.2cvs16
5415
5416         * src/partial_download.c
5417         * src/partial_download.h
5418         * src/ssl_manager.c
5419         * src/ssl_manager.h
5420         * src/uri_opener.c
5421         * src/uri_opener.h
5422         * src/wizard.c
5423         * src/wizard.h
5424         * src/common/ssl_certificate.c
5425         * src/common/ssl_certificate.h
5426         * src/gtk/quicksearch.c
5427         * src/gtk/quicksearch.h
5428         * src/gtk/sslcertwindow.c
5429         * src/gtk/sslcertwindow.h
5430                 Fix copyright on my files
5431
5432 2007-02-02 [colin]      2.7.2cvs15
5433
5434         * src/Makefile.am
5435         * src/mainwindow.c
5436         * src/messageview.c
5437         * src/messageview.h
5438         * src/textview.c
5439         * src/textview.h
5440         * src/uri_opener.c
5441         * src/uri_opener.h
5442                 Add Tools/List URIs to allow
5443                 opening any URI in the current mail
5444
5445 2007-02-02 [colin]      2.7.2cvs14
5446
5447         * src/common/valgrind.h ** NEW FILE **
5448         * src/common/Makefile.am
5449         * src/common/plugin.c
5450                 Don't dlclose the plugins if we're running
5451                 under valgrind. (doesn't require valgrind
5452                 either at compile time or run time).
5453
5454 2007-02-01 [paul]       2.7.2cvs13
5455
5456         * AUTHORS
5457         * src/gtk/authors.h
5458         * tools/freshmeat_search.pl
5459         * tools/google_search.pl
5460         * tools/multiwebsearch.pl
5461                 add support for non ISO-8859-1 compatible locales
5462                 Patch by Alex Gorbachenko <agent_007@immo.ru>
5463
5464 2007-02-01 [colin]      2.7.2cvs12
5465
5466         * src/prefs_other.c
5467         * src/prefs_summaries.c
5468                 Move keybinding prefs to the Other page
5469
5470 2007-02-01 [wwp]        2.7.2cvs11
5471
5472         * src/plugins/trayicon/trayicon.c
5473                 Fix a raising issue within KDE.
5474
5475 2007-02-01 [colin]      2.7.2cvs10
5476
5477         * src/codeconv.c
5478                 Fix stray quotes in encoded strings
5479         * src/addressadd.c
5480                 Fix wrong call causing g_warnings
5481         * src/textview.c
5482                 Remove useless message
5483
5484 2007-01-31 [wwp]        2.7.2cvs9
5485
5486         * src/plugins/trayicon/trayicon.c
5487                 fix buggy hiding of main window when closing if close-to-tray
5488                 is not set (bad logics  in the trayicon hook code).
5489                 Changed the quit confirmation message too.
5490
5491 2007-01-30 [colin]      2.7.2cvs8
5492
5493         * src/main.c
5494                 Fix hidden mainwindow after clicking on
5495                 the X close button, if compose windows
5496                 exist and the user chooses not to quit
5497
5498 2007-01-30 [colin]      2.7.2cvs7
5499
5500         * src/main.c
5501         * src/compose.c
5502                 Handle local URIs to attach files (file:///...)
5503                 Fixes attaching files from Thunar for example
5504
5505 2007-01-30 [colin]      2.7.2cvs6
5506
5507         * src/prefs_ext_prog.c
5508                 Add 'mousepad' to the list of text editors.
5509                 Mousepad is XFCE's text editor
5510
5511 2007-01-29 [wwp]        2.7.2cvs5
5512
5513         * po/POTFILES.in
5514         * src/plugins/trayicon/trayicon_prefs.c
5515                 trayicon i18n fixes, thanks to Fabien.
5516
5517 2007-01-28 [wwp]        2.7.2cvs4
5518
5519         * src/mainwindow.c
5520         * src/mainwindow.h
5521         * src/plugins/trayicon/trayicon.c
5522         * src/plugins/trayicon/trayicon_prefs.c
5523         * src/plugins/trayicon/trayicon_prefs.h
5524                 Added a new TrayIcon plugin option to close to tray
5525                 (WM's hotkey and [X] button will hide the window instead
5526                 of closing it - closing CM can be done using the tray icon
5527                 menu or the File menu).
5528                 Improved visibility handling in trayicon, clicking the
5529                 trayicon now raise the window to current desktop when it
5530                 was either minimized/shaded/on another desktop.
5531                 Thanks to Paul for testing and fixing a strange behaviour
5532                 in KDE ;-).
5533
5534 2007-01-27 [paul]       2.7.2cvs3
5535
5536         * src/prefs_folder_item.c
5537         * src/prefs_receive.c
5538         * src/plugins/pgpcore/prefs_gpg.c
5539                 use 'start-up' instead of 'startup' in labels
5540
5541 2007-01-26 [wwp]        2.7.2cvs2
5542
5543         * src/plugins/trayicon/Makefile.am
5544         * src/plugins/trayicon/trayicon.c
5545         * src/plugins/trayicon/trayicon_prefs.c
5546         * src/plugins/trayicon/trayicon_prefs.h
5547                 Add a new TrayIcon option to hide the main window at
5548                 start-up.
5549                 Fix trayicon.c copyright header.
5550
5551 2007-01-26 [paul]       2.7.2cvs1
5552
5553         * NEWS
5554         * README
5555         * RELEASE_NOTES
5556         * configure.ac
5557                 bump up version number following
5558                 stable release
5559
5560 2007-01-25 [mones]      2.7.1cvs60
5561
5562         * po/es.po
5563                 updated thousands of strings (well, probably less ;-)
5564
5565 2007-01-25 [colin]      2.7.1cvs59
5566
5567         * src/matcher.c
5568                 Fix 2nd-run loss of matcherrc on new
5569                 configurations. 
5570
5571 2007-01-25 [wwp]        2.7.1cvs58
5572
5573         * src/mimeview.c
5574                 fix handling of empty value in attach_save_directory too, thanks
5575                 to Colin.
5576
5577 2007-01-25 [wwp]        2.7.1cvs57
5578
5579         * src/gtk/filesel.c
5580                 fix handling of empty value in attach_load_directory,
5581                 thanks to Colin.
5582
5583 2007-01-25 [wwp]        2.7.1cvs56
5584
5585         * src/plugins/dillo_viewer/dillo_prefs.h
5586                 fix a typo.
5587
5588 2007-01-25 [colin]      2.7.1cvs55
5589
5590         * src/matcher.c
5591         * src/matcher.h
5592         * src/matcher_parser_parse.y
5593         * src/prefs_matcher.c
5594                 Add matching on the spam flag
5595
5596 2007-01-24 [colin]      2.7.1cvs54
5597
5598         * src/folder.c
5599         * src/common/xml.c
5600         * src/common/xml.h
5601                 Make sure folderlist.xml is correctly
5602                 written before overwriting it.
5603         * src/procmsg.c
5604         * src/procmsg.h
5605         * src/summaryview.c
5606         * src/plugins/bogofilter/bogofilter.c
5607         * src/plugins/bogofilter/bogofilter.h
5608         * src/plugins/bogofilter/bogofilter_gtk.c
5609         * src/plugins/spamassassin/spamassassin.c
5610         * src/plugins/spamassassin/spamassassin.h
5611         * src/plugins/spamassassin/spamassassin_gtk.c
5612                 Move spam to the correct trash folder after
5613                 learning, if spam directory isn't set.
5614
5615 2007-01-23 [paul]       2.7.1cvs53
5616
5617         * src/plugins/bogofilter/bogofilter_gtk.c
5618                 fix sensitivity of "Insert X-Bogosity header"
5619                 option
5620
5621 2007-01-23 [colin]      2.7.1cvs52
5622
5623         * src/toolbar.c
5624                 Translate toolbar items text if
5625                 they're translatable (default)
5626         * src/addrcache.c
5627         * src/addrcache.h
5628         * src/addritem.c
5629         * src/addritem.h
5630         * src/codeconv.c
5631         * src/codeconv.h
5632         * src/jpilot.c
5633         * src/jpilot.h
5634         * src/ldapctrl.c
5635         * src/ldapctrl.h
5636         * src/ldapquery.h
5637         * src/ldif.c
5638         * src/ldif.h
5639         * src/etpan/etpan-thread-manager.c
5640         * src/etpan/etpan-thread-manager.h
5641         * src/gtk/gtkutils.c
5642         * src/gtk/gtkutils.h
5643                 More static functions
5644
5645 2007-01-22 [fabien]     2.7.1cvs51
5646
5647         * src/gtk/gtkutils.c
5648                 gtkut_get_options_frame() : ability to pass
5649                 a 'NULL' value in frame pointer parameter if
5650                 we don't need it.
5651
5652 2007-01-22 [colin]      2.7.1cvs50
5653
5654         * src/procmsg.c
5655         * src/procmsg.h
5656         * src/plugins/bogofilter/bogofilter.c
5657         * src/plugins/bogofilter/bogofilter_gtk.c
5658         * src/plugins/spamassassin/spamassassin.c
5659         * src/plugins/spamassassin/spamassassin_gtk.c
5660                 Allow moving spams to the account's trash
5661                 instead of default one
5662
5663 2007-01-21 [colin]      2.7.1cvs49
5664
5665         * src/ldapquery.c
5666         * src/ldapquery.h
5667                 Revert a static function that shouldn't
5668                 have been
5669
5670 2007-01-21 [colin]      2.7.1cvs48
5671
5672         * src/ldapquery.c
5673         * src/ldapquery.h
5674                 Same
5675
5676 2007-01-21 [colin]      2.7.1cvs47
5677
5678         * src/procmsg.c
5679         * src/procmsg.h
5680                 Same
5681
5682 2007-01-21 [colin]      2.7.1cvs46
5683
5684         * src/common/socket.c
5685         * src/common/socket.h
5686                 Same
5687
5688 2007-01-21 [colin]      2.7.1cvs45
5689
5690         * src/crash.c
5691         * src/exporthtml.c
5692         * src/exporthtml.h
5693         * src/exportldif.c
5694         * src/exportldif.h
5695         * src/folder.c
5696         * src/folder.h
5697         * src/folder_item_prefs.c
5698         * src/folder_item_prefs.h
5699         * src/folderview.c
5700         * src/folderview.h
5701         * src/gedit-print.c
5702         * src/gedit-print.h
5703         * src/main.c
5704         * src/main.h
5705         * src/common/socket.c
5706         * src/common/socket.h
5707         * src/gtk/gtkaspell.c
5708         * src/gtk/gtkaspell.h
5709         * src/gtk/quicksearch.c
5710         * src/gtk/quicksearch.h
5711                 Same
5712
5713 2007-01-21 [colin]      2.7.1cvs44
5714
5715         * src/common/utils.c
5716         * src/common/utils.h
5717         * src/etpan/etpan-thread-manager.c
5718         * src/etpan/etpan-thread-manager.h
5719                 Same (Funny that etpan_thread_unbind
5720                 is called but not etpan_thread_bind)
5721
5722 2007-01-21 [colin]      2.7.1cvs43
5723
5724         * src/addrselect.c
5725         * src/addrselect.h
5726         * src/codeconv.c
5727         * src/codeconv.h
5728         * src/compose.c
5729         * src/compose.h
5730         * src/etpan/Makefile.am
5731         * src/gtk/colorlabel.c
5732         * src/gtk/colorlabel.h
5733         * src/gtk/sslcertwindow.c
5734         * src/gtk/sslcertwindow.h
5735         * src/etpan/etpan-log.c ** REMOVED **
5736         * src/etpan/etpan-log.h ** REMOVED **
5737                 Same
5738
5739 2007-01-20 [colin]      2.7.1cvs42
5740
5741         * src/addritem.c
5742         * src/addritem.h
5743                 Same
5744
5745 2007-01-20 [colin]      2.7.1cvs41
5746
5747         * src/account.c
5748         * src/account.h
5749         * src/addrbook.c
5750         * src/addrbook.h
5751         * src/addrcache.c
5752         * src/addrcache.h
5753         * src/addrclip.c
5754         * src/addrclip.h
5755         * src/addressbook.c
5756         * src/addressbook.h
5757         * src/addrharvest.c
5758         * src/addrharvest.h
5759         * src/addrindex.c
5760         * src/addrindex.h
5761         * src/editaddress.c
5762         * src/editaddress.h
5763                 Make functions that aren't used in other
5764                 files static
5765
5766 2007-01-20 [colin]      2.7.1cvs40
5767
5768         * src/account.c
5769         * src/addrbook.c
5770         * src/addrcache.c
5771         * src/addressbook.c
5772         * src/addrgather.c
5773         * src/addrindex.c
5774         * src/addrquery.c
5775         * src/addrselect.c
5776         * src/browseldap.c
5777         * src/compose.c
5778         * src/editbook.c
5779         * src/editjpilot.c
5780         * src/editldap.c
5781         * src/editldap_basedn.c
5782         * src/editvcard.c
5783         * src/exporthtml.c
5784         * src/exportldif.c
5785         * src/folder.c
5786         * src/folderview.c
5787         * src/image_viewer.c
5788         * src/imap.c
5789         * src/importmutt.c
5790         * src/importpine.c
5791         * src/jpilot.c
5792         * src/ldapquery.c
5793         * src/main.c
5794         * src/mainwindow.c
5795         * src/matcher.c
5796         * src/messageview.c
5797         * src/mh.c
5798         * src/mimeview.c
5799         * src/msgcache.c
5800         * src/mutt.c
5801         * src/news.c
5802         * src/pine.c
5803         * src/prefs_account.c
5804         * src/prefs_common.c
5805         * src/prefs_compose_writing.c
5806         * src/prefs_ext_prog.c
5807         * src/prefs_folder_item.c
5808         * src/prefs_fonts.c
5809         * src/prefs_message.c
5810         * src/prefs_msg_colors.c
5811         * src/prefs_other.c
5812         * src/prefs_quote.c
5813         * src/prefs_receive.c
5814         * src/prefs_send.c
5815         * src/prefs_spelling.c
5816         * src/prefs_summaries.c
5817         * src/prefs_toolbar.c
5818         * src/prefs_wrapping.c
5819         * src/privacy.c
5820         * src/procmime.c
5821         * src/procmsg.c
5822         * src/ssl_manager.c
5823         * src/statusbar.c
5824         * src/summaryview.c
5825         * src/toolbar.c
5826         * src/vcard.c
5827         * src/common/hooks.c
5828         * src/common/log.c
5829         * src/common/passcrypt.c
5830         * src/common/socket.c
5831         * src/common/ssl.c
5832         * src/common/ssl_certificate.c
5833         * src/common/template.c
5834         * src/common/utils.c
5835         * src/etpan/imap-thread.c
5836         * src/gtk/sslcertwindow.c
5837         * src/gtk/sslcertwindow.h
5838                 Make functions that could be static, static
5839
5840 2007-01-20 [colin]      2.7.1cvs39
5841
5842         * src/editldap.c
5843                 Fix tooltip
5844
5845 2007-01-20 [colin]      2.7.1cvs38
5846
5847         * src/ldapquery.c
5848         * src/ldaputil.c
5849         * src/ldaputil.h
5850                 Fix bug 1102, 'claws-mail-2.7.1 
5851                 makes use of deprecated ldap 
5852                 functions'
5853
5854 2007-01-20 [colin]      2.7.1cvs37
5855
5856         * src/mainwindow.c
5857         * src/mainwindow.h
5858         * src/summaryview.c
5859         * src/gtk/quicksearch.c
5860                 Add Wide message list layout
5861
5862 2007-01-19 [fabien]     2.7.1cvs36
5863
5864         * src/textview.c
5865                 make sure a font change is considered in links of
5866                 headerview.
5867
5868 2007-01-19 [colin]      2.7.1cvs35
5869
5870         * src/main.c
5871         * src/mainwindow.c
5872         * src/mainwindow.h
5873         * src/messageview.c
5874         * src/messageview.h
5875         * src/prefs_common.c
5876         * src/prefs_common.h
5877         * src/summaryview.c
5878         * src/summaryview.h
5879         * src/gtk/quicksearch.c
5880         * src/gtk/quicksearch.h
5881                 Drop 'Separate Folder tree' and 'Separate
5882                 Message View'. Put three layouts in place
5883                 of it.
5884
5885 2007-01-19 [paul]       2.7.1cvs34
5886
5887         * src/prefs_msg_colors.c
5888                 more use of Q_ for translators
5889
5890 2007-01-19 [paul]       2.7.1cvs33
5891
5892         * src/imap_gtk.c
5893         * src/prefs_account.c
5894                 a few changes to the English
5895
5896 2007-01-19 [fabien]     2.7.1cvs32
5897
5898         * src/wizard.c
5899                 factorize translatable string
5900
5901 2007-01-18 [colin]      2.7.1cvs31
5902
5903         * src/main.c
5904                 Don't error out on --sync option. Although
5905                 we don't do anything with it, gtk+ handles
5906                 it, and it's useful for debugging X errors
5907
5908 2007-01-18 [fabien]     2.7.1cvs30
5909
5910         * src/prefs_other.c
5911                 ability to apply on the fly the recent added
5912                 'gtk_can_change_accels' pref (no need to restart).
5913
5914 2007-01-18 [fabien]     2.7.1cvs29
5915
5916         * src/plugins/bogofilter/bogofilter_gtk.c
5917         * src/plugins/bogofilter/bogofilter.c
5918         * src/plugins/spamassassin/spamassassin_gtk.c
5919         * src/addr_compl.c
5920         * src/prefs_account.c
5921                 factorize or rewrite some translatable strings.
5922
5923 2007-01-18 [fabien]     2.7.1cvs28
5924
5925         * src/prefs_gtk.h
5926         * src/compose.c
5927                 set a 4pix space between "Subject:" label and subject entry in
5928                 compose window.
5929
5930 2007-01-18 [wwp]        2.7.1cvs27
5931
5932         * src/addressbook.c
5933                 fix conflicting address-copy/paste when focus is set
5934                 to the embedded edit-person form.
5935  
5936
5937 2007-01-18 [wwp]        2.7.1cvs26
5938
5939         * src/addressbook.h
5940                 complete 2.7.1cvs23 (one more file was missing from that
5941                 commit).
5942
5943 2007-01-18 [colin]      2.7.1cvs25
5944
5945         * src/main.c
5946                 Provide a way to migrate without backup
5947                 Re-ask for migration on next start if 
5948                 it has been refused and wizard has been 
5949                 cancelled after.
5950
5951 2007-01-18 [wwp]        2.7.1cvs24
5952
5953         * src/editaddress.c
5954                 complete 2.7.1.cvs23 (file was missing from previous
5955                 commit).
5956
5957 2007-01-18 [wwp]        2.7.1cvs23
5958
5959         * src/addressbook.c
5960                 fix potential crashes in address book's focus_in/out signal handlers,
5961                 force focus to the edit-person form when clicked the Edit menu entry or
5962                 button (this only matters if the edit-person form is embedded to the
5963                 AB window, in that case, focus is not set when browsing the contacts
5964                 list w/ keys or mouse clicks).
5965
5966 2007-01-18 [paul]       2.7.1cvs22
5967
5968         * src/main.c
5969                 add command line options:
5970                 -h for --help
5971                 -q and --quit for --exit
5972                 -v for --version
5973                 print "Unknown option" for unknown options
5974
5975 2007-01-18 [paul]       2.7.1cvs21
5976
5977         * po/ru.po
5978                 updated by Pavlo Bohmat
5979
5980 2007-01-18 [paul]       2.7.1cvs20
5981
5982         * src/mainwindow.c
5983                 fix sensitivity issues of Mark as Spam/Ham
5984
5985 2007-01-17 [fabien]     2.7.1cvs19
5986
5987         * src/prefs_other.c
5988         * src/prefs_common.c
5989         * src/prefs_common.h
5990         * src/main.c
5991                 Add a 'gtk_can_change_accels' pref in Preferences/Other which
5992                 control the corresponding gtk property. It could be used to lock
5993                 all shortcuts (avoid to set one of them by inadvertency).
5994
5995 2007-01-17 [colin]      2.7.1cvs18
5996
5997         * src/summaryview.c
5998                 Fix bug 1100, 'Highlighted e-mail data not visible 
5999                 when color label applied.'. Use a weighted average
6000                 between normal selected foreground color and color
6001                 label instead of a simple one (3/1 instead 1/1).
6002
6003 2007-01-17 [colin]      2.7.1cvs17
6004
6005         * src/messageview.c
6006                 Better fix for bug 1088, 'Ctrl-h produces repeatable
6007                 crash' - don't prevent mail switching while loading
6008
6009 2007-01-17 [colin]      2.7.1cvs16
6010
6011         * src/folder.c
6012         * src/folder.h
6013         * src/folderview.c
6014         * src/folderview.h
6015         * src/imap.c
6016         * src/imap.h
6017         * src/imap_gtk.c
6018                 Manage recursive search of unsubscribed folders
6019                 Rescan tree without checking for new messages 
6020                 after subscriptions changed
6021
6022 2007-01-17 [paul]       2.7.1cvs15
6023
6024         * src/prefs_common.c
6025         * src/gtk/pluginwindow.c
6026                 fix bug 1101, '"Load plugin" button is
6027                 accidentally hidden'
6028                 unset (-1) initial width in prefs_common,
6029                 fix overlapping buttons,
6030                 and other cleanups
6031
6032 2007-01-17 [paul]       2.7.1cvs14
6033
6034         * src/procmime.c
6035                 add #include <errno.h>, it's needed
6036                 on some systems
6037
6038 2007-01-17 [paul]       2.7.1cvs13
6039
6040         * src/common/defs.h
6041         * tools/make.themes.project
6042                 rename .sylpheed_themeinfo to .claws_themeinfo
6043                 and use it
6044         * src/etpan/etpan-errors.h
6045         * src/etpan/etpan-log.c
6046         * src/etpan/etpan-log.h
6047         * src/etpan/etpan-thread-manager-types.h
6048         * src/etpan/etpan-thread-manager.c
6049         * src/etpan/etpan-thread-manager.h
6050         * src/etpan/imap-thread.c
6051         * src/etpan/imap-thread.h
6052                 add copyright header
6053
6054 2007-01-17 [colin]      2.7.1cvs12
6055
6056         * src/plugins/pgpcore/select-keys.c
6057         * src/gtk/pluginwindow.c
6058         * src/prefs_account.c
6059                 Fix warnings
6060
6061 2007-01-16 [colin]      2.7.1cvs11
6062
6063         * src/imap.c
6064         * src/imap.h
6065         * src/imap_gtk.c
6066                 Manage subscribing to subfolders when only
6067                 subscribed folders are shown.
6068
6069 2007-01-16 [colin]      2.7.1cvs10
6070
6071         * src/folderview.c
6072                 Fix annoying vscrollbar going back to top
6073                 on Check for new folders
6074
6075 2007-01-16 [colin]      2.7.1cvs9
6076
6077         * src/imap.c
6078                 Remove printf
6079
6080 2007-01-16 [colin]      2.7.1cvs8
6081
6082         * src/filtering.c
6083                 Bigger buffer for errors
6084         * src/imap.c
6085         * src/imap.h
6086         * src/imap_gtk.c
6087         * src/prefs_account.c
6088         * src/prefs_account.h
6089         * src/wizard.c
6090         * src/etpan/imap-thread.c
6091         * src/etpan/imap-thread.h
6092         * manual/handling.xml
6093                 Add subscriptions management. What it changes:
6094                 Creating a folder subscribes to it
6095                 Deleting a folder unsubscribes it
6096                 New contextual menu item allowing to switch between
6097                 All folders and Subscribed folders, subscribe, and
6098                 unsubscribe. "Creating" an existing but unsubscribed
6099                 folder will subscribe it.
6100                 By default for new accounts, only subscribed folders 
6101                 are shown.
6102
6103
6104 2007-01-16 [paul]       2.7.1cvs7
6105
6106         * src/summaryview.c
6107                 Allow folder classes to specify only sort_key or
6108                 sort_type instead of both or none.
6109
6110 2007-01-16 [paul]       2.7.1cvs6
6111
6112         * src/action.c
6113         * src/compose.c
6114         * src/mimeview.c
6115         * src/procmime.c
6116         * src/textview.c
6117                 Save and use errno for procmime_get_part
6118
6119 2007-01-16 [colin]      2.7.1cvs5
6120
6121         * src/imap.c
6122                 Never remove INBOX when scanning for
6123                 new folders. It's a special folder
6124                 that has to exist.
6125
6126 2007-01-15 [colin]      2.7.1cvs4
6127
6128         * src/imap.c
6129                 Fix 'Check for new folders' when IMAP subdirectory
6130                 is set
6131         * src/etpan/imap-thread.c
6132                 Fix build
6133
6134 2007-01-15 [colin]      2.7.1cvs3
6135
6136         * src/etpan/imap-thread.c
6137                 Fix invalid free on command-connection
6138                 error
6139
6140 2007-01-15 [wwp]        2.7.1cvs2
6141
6142         * src/matcher_parser_lex.l
6143         * src/quote_fmt_lex.l
6144         * src/matcher_parser_parse.y
6145                 fix copyright header in lexers and parsers.
6146
6147 2007-01-15 [paul]       2.7.1cvs1
6148
6149         * NEWS
6150         * README
6151         * RELEASE_NOTES
6152         * configure.ac
6153                 bump up version number following
6154                 stable release
6155
6156 2007-01-15 [paul]       2.7.0cvs31
6157
6158         * AUTHORS
6159         * src/gtk/authors.h
6160                 add Fabien to the Team list
6161                 add the recent contributors
6162                 make a few corrections
6163
6164 2007-01-15 [paul]       2.7.0cvs30
6165
6166         * src/mainwindow.c
6167                 fix compiler warning
6168         * src/plugins/pgpcore/prefs_gpg.c
6169         * src/plugins/pgpcore/prefs_gpg.h
6170                 add missing include
6171                 fix copyright header
6172
6173 2007-01-14 [colin]      2.7.0cvs29
6174
6175         * src/gtk/filesel.c
6176                 Use the 'gtk+' backend. Avoids gnome-vfs use,
6177                 two benefits: faster to open, will fix strange
6178                 dbus-related crash. Thanks to Pascal Terjan.
6179
6180 2007-01-14 [colin]      2.7.0cvs28
6181
6182         * src/etpan/imap-thread.c
6183                 Delete the old imap just after allocating
6184                 the new one. Makes sure we don't get the
6185                 same pointer by sheer luck, which feels
6186                 strange in the debug log.
6187
6188 2007-01-14 [colin]      2.7.0cvs27
6189
6190         * src/gtk/inputdialog.c
6191                 Make sure we don't print passwords in
6192                 clear text when in debug mode
6193
6194 2007-01-14 [colin]      2.7.0cvs26
6195
6196         * src/gtk/gtksctree.c
6197                 Fix bug 1098, 'bogus last row display 
6198                 after expanding a thread'. Patch by
6199                 Jindrich Makovicka <makovick@gmail.com>
6200
6201 2007-01-14 [colin]      2.7.0cvs25
6202
6203         * src/etpan/imap-thread.c
6204                 Close socket manually before
6205                 freeing the imap struct
6206
6207 2007-01-14 [colin]      2.7.0cvs24
6208
6209         * src/etpan/imap-thread.c
6210                 Maybe fix new reconnection issues
6211
6212 2007-01-13 [colin]      2.7.0cvs23
6213
6214         * src/summaryview.c
6215                 Freeze/thaw on thread selection
6216
6217 2007-01-13 [paul]       2.7.0cvs22
6218
6219         * src/mainwindow.c
6220         * src/summaryview.c
6221         * src/summaryview.h
6222                 add 'Edit/Delete thread'
6223
6224 2007-01-13 [colin]      2.7.0cvs21
6225
6226         * src/prefs_account.c
6227         * src/prefs_compose_writing.c
6228         * src/prefs_message.c
6229         * src/prefs_msg_colors.c
6230         * src/prefs_other.c
6231         * src/prefs_receive.c
6232         * src/prefs_spelling.c
6233         * src/prefs_summaries.c
6234         * src/prefs_themes.c
6235         * src/gtk/gtkutils.c
6236         * src/gtk/gtkutils.h
6237         * src/plugins/pgpcore/prefs_gpg.c
6238         * src/plugins/spamassassin/spamassassin_gtk.c
6239                 Factorize gtk frame creation
6240                 Patch by Pawel
6241
6242 2007-01-13 [colin]      2.7.0cvs20
6243
6244         * src/message_search.c
6245         * src/summary_search.c
6246                 Fix Enter in search windows
6247         * src/messageview.c
6248                 Fix body search starting at the
6249                 end of the mail (and asking for loop)
6250
6251 2007-01-13 [colin]      2.7.0cvs19
6252
6253         * src/etpan/imap-thread.c
6254                 Make sure we don't free the same imap
6255                 twice
6256
6257 2007-01-13 [colin]      2.7.0cvs18
6258
6259         * commitHelper
6260                 Allow multiple commitHelpers to
6261                 run at once
6262
6263 2007-01-12 [colin]      2.7.0cvs17
6264
6265         * src/etpan/imap-thread.c
6266                 Make sure we get rid of the previous mailimap
6267                 when connecting - just in case disconnect was
6268                 unclean
6269
6270 2007-01-12 [paul]       2.7.0cvs16
6271
6272         * src/compose.c
6273                 Strip S/MIME signatures when re-editing
6274                 S/MIME signed messages.
6275
6276 2007-01-12 [paul]       2.7.0cvs15
6277
6278         * configure.ac
6279         * src/addressbook.c
6280         * src/foldersel.c
6281         * src/folderview.c
6282         * src/main.c
6283                 no need to define CLAWS anymore, remove
6284                 all that stuff
6285
6286 2007-01-12 [paul]       2.7.0cvs14
6287
6288         * src/mimeview.c
6289                 check if the mail's signed as
6290                 it can change the mail structure
6291                 Thanks to Colin
6292
6293 2007-01-12 [paul]       2.7.0cvs13
6294
6295         * src/procmime.c
6296                 fix Forwarding msgs with attachments
6297                 that have dos line endings
6298                 Thanks to Colin
6299
6300 2007-01-12 [wwp]        2.7.0cvs12
6301
6302         * configure.ac
6303                 Revert accidentally committed extra version tag.
6304
6305 2007-01-12 [wwp]        2.7.0cvs11
6306
6307         * src/prefs_account.c
6308                 Fix compilation w/o aspell (completes 2.7.0cvs7).
6309
6310 2007-01-11 [colin]      2.7.0cvs10
6311
6312         * src/imap.c
6313                 move g_warning to debug_print
6314                 it scares people for no reason
6315
6316 2007-01-11 [colin]      2.7.0cvs9
6317
6318         * po/POTFILES.in
6319                 Fix files to translate. Patch by
6320                 Fabien
6321
6322 2007-01-11 [paul]       2.7.0cvs8
6323
6324         * src/imap.c
6325                 Fix recursion when server lists the
6326                 current subfolder in the response
6327         * src/mimeview.c
6328                 Fix updating of icon_list/ctree
6329         * src/plugins/pgpcore/select-keys.c
6330                 Fix a few annoyances when choosing
6331                 keys for the CMS (S/MIME) protocol
6332
6333 2007-01-11 [wwp]        2.7.0cvs7
6334
6335         * src/compose.c
6336         * src/prefs_account.c
6337         * src/prefs_account.h
6338                 Add per-account spellcheck default dictionaries settings.
6339
6340 2007-01-10 [colin]      2.7.0cvs6
6341
6342         * src/prefs_folder_item.c
6343                 Factorize strings - patch by Fabien
6344
6345 2007-01-10 [colin]      2.7.0cvs5
6346
6347         * src/mainwindow.c
6348                 Fix bug 1095, 'Crash while changing folder 
6349                 columns during incorporation'
6350
6351 2007-01-09 [colin]      2.7.0cvs4
6352
6353         * src/gtk/pluginwindow.c
6354                 Set the plugin window transient. Seems
6355                 like some window managers hide it in
6356                 the background after "load plugin"...
6357
6358 2007-01-09 [colin]      2.7.0cvs3
6359
6360         * src/gtk/filesel.c
6361                 Use the same type for alloc and free
6362
6363 2007-01-08 [paul]       2.7.0cvs2
6364
6365         * po/nl.po
6366                 updated by Tim Dijkstra
6367
6368 2007-01-08 [paul]       2.7.0cvs1
6369
6370         * src/prefs_themes.c
6371         * src/common/utils.c
6372                 Fix resource leaks
6373
6374 2007-01-08 [paul]       2.7.0
6375
6376         * NEWS
6377         * README
6378         * RELEASE_NOTES
6379                 2.7.0 released
6380
6381 2007-01-08 [paul]       2.6.1cvs119
6382
6383         * doc/man/claws-mail.1
6384                 another correction
6385
6386 2007-01-08 [paul]       2.6.1cvs118
6387
6388         * doc/man/claws-mail.1
6389                 corrections
6390         * manual/advanced.xml
6391                 improved English usage
6392
6393 2007-01-08 [paul]       2.6.1cvs117
6394
6395         * po/ca.po
6396         * po/de.po
6397         * po/en_GB.po
6398         * po/fi.po
6399         * po/it.po
6400         * po/pt_BR.po
6401         * po/sk.po
6402         * po/sr.po
6403         * po/zh_CN.po
6404                 updated by Miquel Oliete, Stephan Sachse, me,
6405                 Tommi Pirinen, Andrea Spadaccini, Frederico
6406                 Goncalves Guimaraes, Andrej Kacian, Aleksandar
6407                 Urosevic, and Ralgh Young
6408
6409 2007-01-07 [mones]      2.6.1cvs116
6410
6411         * manual/es/advanced.xml
6412         * po/es.po
6413                 Synced manual (unhide mark_as_read_delay)
6414                 and updated translation for release
6415
6416 2007-01-07 [paul]       2.6.1cvs115
6417
6418         * src/prefs_matcher.c
6419                 make the hbox content fit better under
6420                 various languages
6421
6422 2007-01-07 [colin]      2.6.1cvs114
6423
6424         * src/messageview.c
6425                 Fix bug 1088, 'Ctrl-h produces repeatable
6426                 crash'
6427
6428 2007-01-06 [colin]      2.6.1cvs113
6429
6430         * src/etpan/imap-thread.c
6431                 Add casts to int to get certs. Fixes
6432                 bug 1064, 'crash @ etpan_certificate_check() 
6433                 when opening an IMAP folder', with latest
6434                 libetpan CVS or >= 0.49
6435         * src/mainwindow.c
6436         * src/mainwindow.h
6437         * src/imap_gtk.c
6438         * src/news_gtk.c
6439         * src/prefs_folder_item.c
6440                 Grey out the "synchronise" menu items if
6441                 there's nothing to synchronise.
6442         * src/plugins/pgpcore/sgpgme.c
6443                 Make an error clearer than "Unknown error"
6444
6445 2007-01-06 [colin]      2.6.1cvs112
6446
6447         * src/messageview.c
6448                 Don't try to show a message if updating
6449                 Maybe fixes bug 1088, 'ctrl-h produces
6450                 repeatable crash'.
6451
6452 2007-01-06 [colin]      2.6.1cvs111
6453
6454         * src/summaryview.c
6455                 Disable Control-Space (handle it as Space).
6456
6457 2007-01-05 [paul]       2.6.1cvs110
6458
6459         * src/imap.c
6460                 Fix bug 934, 'sylpheed claws 2.1 
6461                 doesn't show Exchanges Public Folders'
6462                 Thanks to Hoa and Colin
6463         * src/msgcache.c
6464                 Refuse to allocate more than 2 MB for a 
6465                 single field, it's a good indication of
6466                 cache corruption.
6467
6468 2007-01-05 [colin]      2.6.1cvs109
6469
6470         * src/mainwindow.c
6471                 Allow --select'ing emails by Message-ID too
6472
6473 2007-01-05 [colin]      2.6.1cvs108
6474
6475         * src/common/quoted-printable.c
6476                 Uh! Third fix :)
6477
6478 2007-01-05 [colin]      2.6.1cvs107
6479
6480         * src/common/quoted-printable.c
6481                 Fix previous commit about bug 1089
6482                 Thanks to Ralf
6483
6484 2007-01-05 [colin]      2.6.1cvs106
6485
6486         * src/common/quoted-printable.c
6487                 Fix my previous commit on bug 1089
6488                 - Thanks to Ralf :)
6489
6490 2007-01-04 [colin]      2.6.1cvs105
6491
6492         * src/common/quoted-printable.c
6493                 Fix bug 1089, 'NUL characters in Subject 
6494                 line are misinterpreted'. Not a pain to
6495                 fix in fact.
6496
6497 2007-01-04 [colin]      
6498
6499         2.7.0-rc3 released
6500
6501 2007-01-04 [wwp]        2.6.1cvs104
6502
6503         * src/image_viewer.c
6504                 Force operator precedence (fix a compiler warning).
6505
6506 2007-01-04 [colin]      2.6.1cvs103
6507
6508         * src/image_viewer.c
6509                 Be cautious there too (same fix as the one
6510                 in textview from cvs33)
6511         * src/messageview.c
6512                 Don't use any MimeViewer plugin when showing
6513                 all headers
6514
6515 2007-01-03 [wwp]        2.6.1cvs102
6516
6517         * src/html.c
6518         * src/html.h
6519                 fixed "cent" sign (use the existing ASCII one),
6520                 decode more HTML entities,
6521                 converted table ASCII entries to UTF-8,
6522                 moved a switch() into a hashtable.
6523
6524 2007-01-03 [paul]       2.6.1cvs101
6525
6526         * src/compose.c
6527         * src/messageview.c
6528         * src/procmsg.c
6529         * src/procmsg.h
6530                 When possible, use move_msg instead of
6531                 copy_msg + remove_msg to move sent mail
6532                 from Queue to Sent. 
6533
6534 2007-01-03 [paul]       2.6.1cvs100
6535
6536         * src/html.c
6537                 add more html entity recognition:
6538                 pounds, euros, and cents
6539
6540 2007-01-03 [colin]      2.6.1cvs99
6541
6542         * src/imap_gtk.c
6543                 Don't display an error on NOSELECT
6544                 folders when synchronising
6545
6546 2007-01-03 [paul]       2.6.1cvs98
6547
6548         * tools/maildir2claws-mail.pl
6549                 only substitute 'sent-mail' if it's
6550                 the full directory name
6551
6552 2007-01-03 [paul]       2.6.1cvs97
6553
6554         * ChangeLog
6555         * ChangeLog.pre2.0.0
6556         * Makefile.am
6557                 archive a chunk of ChangeLog in
6558                 ChangeLog.pre2.0.0
6559         * ChangeLog.gtk1
6560         * doc/src/ChangeLog.claws-pre0.8.0
6561                 remove ChangeLog.claws-pre0.8.0, adding
6562                 its contents to ChangeLog.gtk1
6563
6564 2007-01-03 [paul]       2.6.1cvs96
6565
6566         * src/account.c
6567         * src/account.h
6568         * src/action.c
6569         * src/action.h
6570         * src/adbookbase.h
6571         * src/addr_compl.c
6572         * src/addr_compl.h
6573         * src/addrbook.c
6574         * src/addrcache.c
6575         * src/addrcache.h
6576         * src/addrcindex.c
6577         * src/addrcindex.h
6578         * src/addrclip.c
6579         * src/addrclip.h
6580         * src/addrdefs.h
6581         * src/addressadd.c
6582         * src/addressadd.h
6583         * src/addressbook.c
6584         * src/addressbook.h
6585         * src/addressbook_foldersel.c
6586         * src/addressbook_foldersel.h
6587         * src/addrgather.c
6588         * src/addrgather.h
6589         * src/addrharvest.c
6590         * src/addrharvest.h
6591         * src/addrindex.c
6592         * src/addrindex.h
6593         * src/addritem.c
6594         * src/addritem.h
6595         * src/addrquery.c
6596         * src/addrquery.h
6597         * src/addrselect.c
6598         * src/addrselect.h
6599         * src/alertpanel.c
6600         * src/alertpanel.h
6601         * src/browseldap.c
6602         * src/browseldap.h
6603         * src/codeconv.c
6604         * src/codeconv.h
6605         * src/compose.c
6606         * src/compose.h
6607         * src/customheader.c
6608         * src/customheader.h
6609         * src/displayheader.c
6610         * src/displayheader.h
6611         * src/editaddress.c
6612         * src/editaddress.h
6613         * src/editbook.c
6614         * src/editbook.h
6615         * src/editgroup.c
6616         * src/editgroup.h
6617         * src/editjpilot.c
6618         * src/editjpilot.h
6619         * src/editldap.c
6620         * src/editldap.h
6621         * src/editldap_basedn.c
6622         * src/editldap_basedn.h
6623         * src/editvcard.c
6624         * src/editvcard.h
6625         * src/exphtmldlg.c
6626         * src/exphtmldlg.h
6627         * src/expldifdlg.c
6628         * src/expldifdlg.h
6629         * src/export.c
6630         * src/export.h
6631         * src/exporthtml.c
6632         * src/exporthtml.h
6633         * src/exportldif.c
6634         * src/exportldif.h
6635         * src/filtering.c
6636         * src/filtering.h
6637         * src/folder.c
6638         * src/folder.h
6639         * src/folder_item_prefs.c
6640         * src/folder_item_prefs.h
6641         * src/foldersel.c
6642         * src/foldersel.h
6643         * src/folderutils.c
6644         * src/folderutils.h
6645         * src/folderview.c
6646         * src/folderview.h
6647         * src/grouplistdialog.c
6648         * src/grouplistdialog.h
6649         * src/headerview.c
6650         * src/html.c
6651         * src/html.h
6652         * src/image_viewer.c
6653         * src/image_viewer.h
6654         * src/imap.c
6655         * src/imap.h
6656         * src/imap_gtk.c
6657         * src/imap_gtk.h
6658         * src/import.c
6659         * src/import.h
6660         * src/importldif.c
6661         * src/importldif.h
6662         * src/importmutt.c
6663         * src/importmutt.h
6664         * src/importpine.c
6665         * src/importpine.h
6666         * src/inc.c
6667         * src/inc.h
6668         * src/jpilot.c
6669         * src/jpilot.h
6670         * src/ldapctrl.c
6671         * src/ldapctrl.h
6672         * src/ldaplocate.c
6673         * src/ldaplocate.h
6674         * src/ldapquery.c
6675         * src/ldapquery.h
6676         * src/ldapserver.c
6677         * src/ldapserver.h
6678         * src/ldaputil.c
6679         * src/ldaputil.h
6680         * src/ldif.c
6681         * src/ldif.h
6682         * src/main.c
6683         * src/main.h
6684         * src/mainwindow.c
6685         * src/mainwindow.h
6686         * src/manual.c
6687         * src/manual.h
6688         * src/mbox.c
6689         * src/message_search.c
6690         * src/message_search.h
6691         * src/messageview.c
6692         * src/messageview.h
6693         * src/mh.c
6694         * src/mh.h
6695         * src/mh_gtk.c
6696         * src/mh_gtk.h
6697         * src/mimeview.c
6698         * src/mimeview.h
6699         * src/msgcache.c
6700         * src/msgcache.h
6701         * src/mutt.c
6702         * src/mutt.h
6703         * src/news.c
6704         * src/news.h
6705         * src/news_gtk.c
6706         * src/news_gtk.h
6707         * src/partial_download.c
6708         * src/partial_download.h
6709         * src/pine.c
6710         * src/pine.h
6711         * src/pop.c
6712         * src/pop.h
6713         * src/prefs_account.c
6714         * src/prefs_account.h
6715         * src/prefs_actions.c
6716         * src/prefs_actions.h
6717         * src/prefs_common.c
6718         * src/prefs_common.h
6719         * src/prefs_compose_writing.c
6720         * src/prefs_compose_writing.h
6721         * src/prefs_customheader.c
6722         * src/prefs_customheader.h
6723         * src/prefs_display_header.c
6724         * src/prefs_display_header.h
6725         * src/prefs_filtering.c
6726         * src/prefs_filtering.h
6727         * src/prefs_filtering_action.c
6728         * src/prefs_filtering_action.h
6729         * src/prefs_folder_column.c
6730         * src/prefs_folder_column.h
6731         * src/prefs_folder_item.c
6732         * src/prefs_folder_item.h
6733         * src/prefs_fonts.c
6734         * src/prefs_fonts.h
6735         * src/prefs_gtk.c
6736         * src/prefs_gtk.h
6737         * src/prefs_image_viewer.c
6738         * src/prefs_image_viewer.h
6739         * src/prefs_matcher.c
6740         * src/prefs_matcher.h
6741         * src/prefs_message.c
6742         * src/prefs_msg_colors.c
6743         * src/prefs_msg_colors.h
6744         * src/prefs_other.c
6745         * src/prefs_quote.c
6746         * src/prefs_receive.c
6747         * src/prefs_send.c
6748         * src/prefs_spelling.c
6749         * src/prefs_spelling.h
6750         * src/prefs_summaries.c
6751         * src/prefs_summaries.h
6752         * src/prefs_summary_column.c
6753         * src/prefs_summary_column.h
6754         * src/prefs_template.c
6755         * src/prefs_template.h
6756         * src/prefs_themes.c
6757         * src/prefs_themes.h
6758         * src/prefs_toolbar.c
6759         * src/prefs_toolbar.h
6760         * src/prefs_wrapping.c
6761         * src/prefs_wrapping.h
6762         * src/privacy.c
6763         * src/privacy.h
6764         * src/procheader.c
6765         * src/procheader.h
6766         * src/procmime.c
6767         * src/procmime.h
6768         * src/procmsg.c
6769         * src/procmsg.h
6770         * src/quote_fmt.c
6771         * src/quote_fmt_parse.y
6772         * src/recv.c
6773         * src/recv.h
6774         * src/remotefolder.c
6775         * src/remotefolder.h
6776         * src/send_message.c
6777         * src/send_message.h
6778         * src/setup.c
6779         * src/setup.h
6780         * src/sourcewindow.c
6781         * src/sourcewindow.h
6782         * src/ssl_manager.c
6783         * src/ssl_manager.h
6784         * src/statusbar.c
6785         * src/statusbar.h
6786         * src/stock_pixmap.c
6787         * src/stock_pixmap.h
6788         * src/summary_search.c
6789         * src/summary_search.h
6790         * src/summaryview.c
6791         * src/summaryview.h
6792         * src/textview.c
6793         * src/textview.h
6794         * src/toolbar.c
6795         * src/toolbar.h
6796         * src/undo.c
6797         * src/undo.h
6798         * src/unmime.c
6799         * src/unmime.h
6800         * src/vcard.c
6801         * src/vcard.h
6802         * src/wizard.c
6803         * src/wizard.h
6804         * src/common/base64.c
6805         * src/common/base64.h
6806         * src/common/defs.h
6807         * src/common/hooks.c
6808         * src/common/hooks.h
6809         * src/common/log.c
6810         * src/common/log.h
6811         * src/common/mgutils.c
6812         * src/common/mgutils.h
6813         * src/common/nntp.c
6814         * src/common/nntp.h
6815         * src/common/passcrypt.c
6816         * src/common/passcrypt.h.in
6817         * src/common/plugin.c
6818         * src/common/plugin.h
6819         * src/common/prefs.c
6820         * src/common/prefs.h
6821         * src/common/progressindicator.c
6822         * src/common/progressindicator.h
6823         * src/common/quoted-printable.c
6824         * src/common/quoted-printable.h
6825         * src/common/session.c
6826         * src/common/session.h
6827         * src/common/smtp.c
6828         * src/common/smtp.h
6829         * src/common/socket.c
6830         * src/common/socket.h
6831         * src/common/ssl.c
6832         * src/common/ssl.h
6833         * src/common/ssl_certificate.c
6834         * src/common/ssl_certificate.h
6835         * src/common/stringtable.c
6836         * src/common/stringtable.h
6837         * src/common/template.c
6838         * src/common/template.h
6839         * src/common/timing.h
6840         * src/common/utils.c
6841         * src/common/utils.h
6842         * src/common/version.h.in
6843         * src/common/xml.c
6844         * src/common/xml.h
6845         * src/common/xmlprops.c
6846         * src/common/xmlprops.h
6847         * src/gtk/about.c
6848         * src/gtk/colorlabel.c
6849         * src/gtk/colorsel.c
6850         * src/gtk/colorsel.h
6851         * src/gtk/combobox.c
6852         * src/gtk/combobox.h
6853         * src/gtk/description_window.c
6854         * src/gtk/description_window.h
6855         * src/gtk/filesel.c
6856         * src/gtk/filesel.h
6857         * src/gtk/foldersort.c
6858         * src/gtk/foldersort.h
6859         * src/gtk/gtksctree.c
6860         * src/gtk/gtkutils.c
6861         * src/gtk/gtkutils.h
6862         * src/gtk/inputdialog.c
6863         * src/gtk/inputdialog.h
6864         * src/gtk/logwindow.c
6865         * src/gtk/logwindow.h
6866         * src/gtk/manage_window.c
6867         * src/gtk/manage_window.h
6868         * src/gtk/menu.c
6869         * src/gtk/menu.h
6870         * src/gtk/pluginwindow.c
6871         * src/gtk/pluginwindow.h
6872         * src/gtk/prefswindow.c
6873         * src/gtk/prefswindow.h
6874         * src/gtk/progressdialog.c
6875         * src/gtk/progressdialog.h
6876         * src/gtk/sslcertwindow.c
6877         * src/gtk/sslcertwindow.h
6878         * src/plugins/bogofilter/bogofilter.c
6879         * src/plugins/bogofilter/bogofilter.h
6880         * src/plugins/bogofilter/bogofilter_gtk.c
6881         * src/plugins/clamav/clamav_plugin.c
6882         * src/plugins/clamav/clamav_plugin.h
6883         * src/plugins/clamav/clamav_plugin_gtk.c
6884         * src/plugins/demo/demo.c
6885         * src/plugins/dillo_viewer/dillo_prefs.c
6886         * src/plugins/dillo_viewer/dillo_prefs.h
6887         * src/plugins/dillo_viewer/dillo_viewer.c
6888         * src/plugins/pgpcore/passphrase.c
6889         * src/plugins/pgpcore/passphrase.h
6890         * src/plugins/pgpcore/pgp_viewer.c
6891         * src/plugins/pgpcore/pgp_viewer.h
6892         * src/plugins/pgpcore/plugin.c
6893         * src/plugins/pgpcore/select-keys.c
6894         * src/plugins/pgpcore/select-keys.h
6895         * src/plugins/pgpcore/sgpgme.c
6896         * src/plugins/pgpcore/sgpgme.h
6897         * src/plugins/pgpinline/pgpinline.c
6898         * src/plugins/pgpinline/pgpinline.h
6899         * src/plugins/pgpinline/plugin.c
6900         * src/plugins/pgpmime/pgpmime.c
6901         * src/plugins/pgpmime/pgpmime.h
6902         * src/plugins/pgpmime/plugin.c
6903         * src/plugins/spamassassin/spamassassin.c
6904         * src/plugins/spamassassin/spamassassin.h
6905         * src/plugins/spamassassin/spamassassin_gtk.c
6906         * src/plugins/trayicon/trayicon.c
6907                 it's 2007, update the year in the copyright headers
6908
6909 2007-01-03 [paul]       2.6.1cvs95
6910
6911         * src/gtk/about.c
6912                 it is 2007, use it in the copyright string
6913
6914 2007-01-03 [paul]       2.6.1cvs94
6915
6916         * src/html.c
6917                 html entity conversion:
6918                 move &#153; to a more suitable place
6919                 add &bull; and &ndash;
6920                 make sure &mdash; and &#8212; are both
6921                 converted the same
6922
6923 2007-01-02 [colin]      2.6.1cvs93
6924
6925         * src/addrbook.c
6926                 Fix leak
6927         * src/common/plugin.c
6928                 Add comment
6929         * src/etpan/imap-thread.c
6930                 Fix warning
6931
6932 2006-12-31 [paul]       2.6.1cvs92
6933
6934         * src/prefs_summaries.c
6935                 use gtk_button_new_from_stock()
6936
6937 2006-12-30 [colin]      2.6.1cvs91
6938
6939         * src/folder.c
6940         * src/imap_gtk.c
6941         * src/mh_gtk.c
6942                 Don't update filtering and account paths 
6943                 when copying folders
6944
6945 2006-12-30 [colin]      2.6.1cvs90
6946
6947         * src/prefs_compose_writing.c
6948         * src/prefs_quote.c
6949         * src/prefs_template.c
6950                 Use message font for Writing and 
6951                 Quoting prefs, as well as Templates.
6952
6953 2006-12-30 [colin]      2.6.1cvs89
6954
6955         * src/prefs_summaries.c
6956                 Rework GUI; patch by Pawel
6957
6958 2006-12-29 [colin]      2.6.1cvs88
6959
6960         * src/prefs_folder_item.c
6961                 Fix bug 1085, 'Apply to subfolder 
6962                 doesn't work' - I was mistaken saying
6963                 it worked in every case
6964
6965 2006-12-28 [colin]      2.6.1cvs87
6966
6967         * src/gtk/gtkaspell.c
6968                 Don't assert if use_alternate is true
6969                 and alt_dictionary isn't set -- this 
6970                 is what happens on upgrade! Rather,
6971                 do with it.
6972
6973 2006-12-28 [colin]      2.6.1cvs86
6974
6975         * Makefile.am
6976                 Fix desktop/icon simplification
6977
6978 2006-12-28 [colin]      2.6.1cvs85
6979
6980         * Makefile.am
6981                 Make desktop and icon not 
6982                 dependant on the desktop
6983
6984 2006-12-28 [wwp]        2.6.1cvs84
6985
6986         * src/plugins/pgpmime/claws.def
6987                 Add missing symbol (discards gpg4win's 03-plugins-symbols.patch).
6988
6989 2006-12-28 [wwp]        2.6.1cvs83
6990
6991         * src/prefs_folder_item.c
6992                 Fix coloring of "simplify subject regexp" (folder prefs),
6993                 which might be left to red whereas the regexp gets empty.
6994
6995 2006-12-28 [wwp]        2.6.1cvs82
6996
6997         * src/prefs_common.c
6998         * src/prefs_common.h
6999         * src/addressbook.c
7000         * src/addressitem.h
7001                 Save addressbook mainwindow's horizontal and vertical splitter position.
7002
7003 2006-12-27 [wwp]        2.6.1cvs81
7004
7005         * src/gtk/gtkaspell.c
7006         * src/gtk/gtkaspell.h
7007         * src/compose.c
7008                 Fix assignment of compose's default and alternate dictionary from
7009                 account or folder settings. Now gtkaspell_change_dict does rotate
7010                 dicts only when it's called from a menu cb.
7011
7012 2006-12-27 [wwp]        2.6.1cvs80
7013
7014         * src/folder_item_prefs.c
7015                 Fix randomly initialized default-alt-dictionary (folder prefs),
7016                 complete 2.6.1cvs72.
7017
7018 2006-12-27 [paul]       2.6.1cvs79
7019
7020         * src/imap_gtk.c
7021         * src/mh_gtk.c
7022                 Add Copy folder in the folder's contextual
7023                 menu
7024
7025 2006-12-27 [wwp]        2.6.1cvs78
7026
7027         * src/imap.c
7028                 Clean up session locking, thanks to Colin.
7029
7030 2006-12-26 [colin]      2.6.1cvs77
7031
7032         * src/statusbar.c
7033                 Revert previous patch
7034
7035 2006-12-26 [colin]      2.6.1cvs76
7036
7037         * src/folder.c
7038         * src/folderview.c
7039         * src/imap.c
7040         * src/statusbar.c
7041         * src/etpan/imap-thread.c
7042                 Fix previous commit warnings
7043                 Make statusbar update every second if total < 20
7044                 Make IMAP APPEND faster by simplifying log              
7045
7046 2006-12-26 [colin]      2.6.1cvs75
7047
7048         * src/folder.c
7049         * src/folder.h
7050         * src/folderview.c
7051         * src/folderview.h
7052         * src/imap_gtk.c
7053         * src/mh_gtk.c
7054                 Make it possible to copy folders accross
7055                 mailboxes (this was an arbitrary limitation).
7056                 Still make it impossible to move folders 
7057                 accross mailboxes.
7058
7059 2006-12-26 [colin]      2.6.1cvs74
7060
7061         * src/etpan/imap-thread.c
7062                 Fix bug 1081, 'claws-mail 
7063                 segfaults when going offline 
7064                 while it transfers mails via 
7065                 imap'
7066
7067 2006-12-26 [colin]      2.6.1cvs73
7068
7069         * src/folder_item_prefs.c
7070                 Don't forget alt dictionary when
7071                 renaming/moving folders
7072
7073 2006-12-26 [wwp]        2.6.1cvs72
7074
7075         * src/folder_item_prefs.c
7076                 Add missing defaults for per-folder alt dict
7077                 (forgotten in 2.6.1cvs61).
7078
7079 2006-12-26 [colin]      2.6.1cvs71
7080
7081         * src/wizard.c
7082                 Add tooltip to state that specifying
7083                 full path to mailbox is possible
7084
7085 2006-12-26 [wwp]        2.6.1cvs70
7086
7087         * src/partial_download.c
7088         * src/gtk/gtkvscrollbutton.c
7089         * src/plugins/pgpinline/plugin.c
7090                 Fix for few compiler warnings that matter.
7091
7092 2006-12-25 [colin]      2.6.1cvs69
7093
7094         * src/partial_download.c
7095                 Fix marking for download or deletion
7096                 when the header isn't the first
7097         * src/gtk/logwindow.c
7098                 Fix start of scrolling
7099
7100 2006-12-23 [paul]       2.6.1cvs68
7101
7102         * src/compose.c
7103                 change last commit to use the 'academic'
7104                 method instead. Thanks to wwp
7105
7106 2006-12-23 [paul]       2.6.1cvs67
7107
7108         * src/compose.c
7109                 don't warn about empty subject when
7110                 redirecting
7111
7112 2006-12-22 [colin]      2.6.1cvs66
7113
7114         * src/summary_search.c
7115                 Fix previous patch
7116
7117 2006-12-22 [colin]      2.6.1cvs65
7118
7119         * src/gtk/gtkutils.c
7120         * src/imap.c
7121         * src/jpilot.c
7122         * src/summary_search.c
7123                 A few warning fixes
7124
7125 2006-12-23 [paul]       
7126
7127         2.7.0-rc2 released
7128
7129 2006-12-22 [colin]      2.6.1cvs64
7130
7131         * src/toolbar.c
7132         * src/toolbar.h
7133                 Add a combo to the learn spam button
7134         * src/plugins/bogofilter/bogofilter.c
7135         * src/plugins/bogofilter/bogofilter_gtk.c
7136         * src/plugins/bogofilter/bogofilter.h
7137                 Allow to store Unsure mails in a specific
7138                 folder to make better teaching easier
7139
7140 2006-12-21 [wwp]        2.6.1cvs63
7141
7142         * src/compose.c
7143         * src/prefs_common.c
7144         * src/prefs_common.h
7145         * src/prefs_spelling.c
7146         * src/gtk/gtkaspell.c
7147         * src/gtk/gtkaspell.h
7148                 Allow spell-checking using both current and alternate dictionaries
7149                 (thanks to Colin).
7150
7151 2006-12-21 [wwp]        2.6.1cvs62
7152
7153         * src/gtk/gtkaspell.c
7154                 Apply recheck_when_changing_dict (highlight all mispelled words)
7155                 when switching to alternate dictionary.
7156
7157 2006-12-21 [wwp]        2.6.1cvs61
7158
7159         * src/compose.c
7160         * src/folder_item_prefs.h
7161         * src/prefs_common.c
7162         * src/prefs_common.h
7163         * src/prefs_folder_item.c
7164         * src/prefs_spelling.c
7165         * src/gtk/gtkaspell.c
7166         * src/gtk/gtkaspell.h
7167                 Add global and per-folder prefs to set the default
7168                 alternate dictionary.
7169
7170 2006-12-21 [colin]      2.6.1cvs60
7171
7172         * src/folder.c
7173                 Look for folders by path in all folders
7174         * src/html.c
7175                 add &mdash;
7176
7177 2006-12-20 [colin]      2.6.1cvs59
7178
7179         * src/gtk/quicksearch.c
7180                 Make sure in_typing is false when clearing
7181
7182 2006-12-20 [wwp]        2.6.1cvs58
7183
7184         * configure.ac
7185                 change manual's target dir to be LFH-compliant (thanks to Colin).
7186
7187 2006-12-20 [wwp]        2.6.1cvs57
7188
7189         * src/prefs_common.c
7190         * src/prefs_summaries.c
7191                 i18n fix and factorize patch, thanks to Fabien.
7192
7193 2006-12-20 [paul]       2.6.1cvs56
7194
7195         * configure.ac
7196                 last of the renaming (??)
7197         * src/main.c
7198                 correct --help info of --status-full
7199         * src/plugins/bogofilter/bogofilter.c
7200                 make FALSE default of whitelist_ab
7201
7202 2006-12-19 [colin]      2.6.1cvs55
7203
7204         * src/jpilot.c
7205                 Same as before, without depending on
7206                 pisock >= 0.12
7207
7208 2006-12-19 [colin]      2.6.1cvs54
7209
7210         * src/jpilot.c
7211                 Fix bug 1059, 'Better jpilot charset 
7212                 handling'. Use libpisync's charset conversion
7213                 if possible
7214
7215 2006-12-19 [colin]      2.6.1cvs53
7216
7217         * po/fr.po
7218                 Updated by Fabien
7219
7220 2006-12-19 [wwp]        2.6.1cvs52
7221
7222         * src/gtk/about.c
7223                 Add missing #include (thanks to Colin).
7224
7225 2006-12-19 [wwp]        2.6.1cvs51
7226
7227         * src/prefs_receive.c
7228                 Better spacing between widgets in prefs.
7229
7230 2006-12-18 [colin]      2.6.1cvs50
7231
7232         * src/imap.c
7233                 Fix failure to get separator on LIST "" ""
7234                 Try LIST "" "INBOX" too.
7235
7236 2006-12-18 [wwp]        2.6.1cvs49
7237
7238         * src/common/session.c
7239                 Fix a compiler warning (thanks to Fabien).
7240
7241 2006-12-18 [wwp]        2.6.1cvs48
7242
7243         * src/compose.c
7244         * src/prefs_quote.c
7245                 Factorize some strings for translation (it's about error
7246                 messages when applying or checking template/quote format).
7247
7248 2006-12-18 [colin]      2.6.1cvs47
7249
7250         * Makefile.am
7251         * src/common/defs.h
7252         * src/gtk/Makefile.am
7253         * src/gtk/about.c
7254                 Add a Release notes tab from the contents of
7255                 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
7256
7257 2006-12-17 [colin]      2.6.1cvs46
7258
7259         * src/mimeview.c
7260         * src/textview.c
7261         * src/gtk/filesel.c
7262                 Correctly convert from/to UTF8/filename encoding
7263                 when loading and saving files. Probably fixes
7264                 bug 1068, 'Claws-Mail uses 100% CPU when looking 
7265                 for a file to attach and is blocked...'
7266
7267 2006-12-17 [colin]      2.6.1cvs45
7268
7269         * src/gtk/logwindow.c
7270                 Fix bug 1067, 'Claws-Mail uses 100% CPU on an 
7271                 IMAP folder and is blocked on main thread': 
7272                 make sure we put utf8 in the log.
7273
7274 2006-12-16 [colin]      2.6.1cvs44
7275
7276         * src/toolbar.c
7277         * src/toolbar.h
7278                 Fix bug 1055, 'Add the 'cancel receive' 
7279                 in the available events for the toolbar buttons'
7280
7281 2006-12-16 [colin]      2.6.1cvs43
7282
7283         * po/POTFILES.in
7284         * src/imap.c
7285         * src/common/nntp.c
7286         * src/common/session.c
7287                 Log error when SSL handshakes fail. 
7288                 Fixes bug 1082, 'incorrect / imprecise 
7289                 error message when imap server provides 
7290                 ssl only through STARTTLS but SSL is 
7291                 selected'
7292
7293 2006-12-15 [wwp]        2.6.1cvs42
7294
7295         * src/plugins/bogofilter/bogofilter_gtk.c
7296                 set proper sensitivity to widgets I've recently added.
7297
7298 2006-12-15 [colin]      
7299
7300         2.7.0-rc1 released
7301
7302 2006-12-15 [wwp]        2.6.1cvs41
7303
7304         * src/plugins/bogofilter/bogofilter.c
7305         * src/plugins/bogofilter/bogofilter.h
7306         * src/plugins/bogofilter/bogofilter_gtk.c
7307                 bogofilter's whitelist can now use a subset of
7308                 the addressbook (either a book, a subfolder of a book,
7309                 or the whole addressbook by using "Any"). Re-used there
7310                 some pref_matcher widgets and mechanisms to match a subset
7311                 of the addressbook.
7312
7313 2006-12-15 [wwp]        2.6.1cvs40
7314
7315         * src/wizard.c
7316         * src/common/plugin.c
7317         * src/common/plugin.h
7318         * src/gtk/about.c
7319         * src/plugins/bogofilter/bogofilter.c
7320         * src/plugins/clamav/clamav_plugin.c
7321         * src/plugins/demo/demo.c
7322         * src/plugins/dillo_viewer/dillo_viewer.c
7323         * src/plugins/pgpcore/plugin.c
7324         * src/plugins/pgpinline/plugin.c
7325         * src/plugins/pgpmime/plugin.c
7326         * src/plugins/spamassassin/spamassassin.c
7327         * src/plugins/trayicon/trayicon.c
7328                 factorize some translatable strings (plugins-related),
7329                 fix missing punctuation in several places,
7330                 remove useless translatable \n in about.c,
7331                 and factorize plugin init code w/ a new function
7332                 check_plugin_version() in common/plugin.c.
7333                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
7334
7335 2006-12-15 [wwp]        2.6.1cvs39
7336
7337         * src/plugins/bogofilter/bogofilter.c
7338         * src/plugins/bogofilter/bogofilter_gtk.c
7339                 flag whitelisted spams as spam, but don't filter it to the spam
7340                 folder. Thanks to Colin.
7341
7342 2006-12-15 [ticho]      2.6.1cvs38
7343
7344         * src/plugins/bogofilter/bogofilter.c
7345         * src/plugins/bogofilter/bogofilter.h
7346         * src/plugins/bogofilter/bogofilter_gtk.c
7347                 Add option to whitelist senders found in addressbook. Patch by colin.
7348
7349 2006-12-15 [paul]       2.6.1cvs37
7350
7351         * src/folderview.c
7352                 add missing #include "log.h"
7353
7354 2006-12-15 [paul]       2.6.1cvs36
7355
7356         * src/plugins/bogofilter/bogofilter.c
7357         * src/plugins/bogofilter/bogofilter.h
7358         * src/plugins/bogofilter/bogofilter_gtk.c
7359                 Add an option to allow inserting an
7360                 X-Claws-Bogosity header (on MH folders
7361                 only). Patch by Colin
7362
7363 2006-12-14 [colin]      2.6.1cvs35
7364
7365         * src/main.c
7366                 "Yes" should be the default choice for
7367                 migration configuration
7368
7369 2006-12-14 [paul]       2.6.1cvs34
7370
7371         * src/prefs_summaries.c
7372         * manual/advanced.xml
7373                 Unhide mark_as_read_delay
7374
7375 2006-12-14 [paul]       2.6.1cvs33
7376
7377         * src/messageview.c
7378         * src/messageview.h
7379         * src/mimeview.c
7380         * src/mimeview.h
7381         * src/summaryview.c
7382         * src/textview.c
7383         * src/textview.h
7384                 Fix printing of selection
7385                 Fix printing of message parts
7386                 Fix printing of images
7387         * src/gtk/gtksourceprintjob.c
7388                 Fix page count when there are images
7389
7390 2006-12-14 [wwp]        2.6.1cvs32
7391
7392         * src/mainwindow.c
7393         * src/summaryview.c
7394         * src/summaryview.h
7395         * src/gtk/quicksearch.c
7396                 fix quicksearch 'magnify' button status when QS is closed
7397                 using the Escape key, thanks to Colin.
7398
7399 2006-12-14 [wwp]        2.6.1cvs31
7400
7401         * src/mainwindow.c
7402         * src/summaryview.c
7403         * src/summaryview.h
7404         * src/gtk/quicksearch.c
7405                 fix quicksearch 'magnify' button status when QS is closed
7406                 using the Escape key, thanks to Colin.
7407
7408 2006-12-13 [colin]      2.6.1cvs30
7409
7410         * src/ldapquery.c
7411         * src/ldaputil.c
7412                 Use the binary safe version of ldap_get_values,
7413                 to make sure we manipulate null-terminated 
7414                 strings. Maybe fixes bug 1075, 'claws mail 
7415                 segfault when completing ldap adresses'
7416         * src/syldap.c ** REMOVED **
7417         * src/syldap.h ** REMOVED **
7418                 Remove dead files
7419
7420 2006-12-13 [mones]      2.6.1cvs29
7421
7422         * po/es.po
7423                 Fixed piped strings, fixed click translation
7424
7425 2006-12-13 [paul]       2.6.1cvs28
7426
7427         * src/main.c
7428                 don't translate these strings
7429
7430 2006-12-13 [paul]       2.6.1cvs27
7431
7432         * po/en_GB.po
7433                 updated
7434
7435 2006-12-13 [colin]      2.6.1cvs26
7436
7437         * src/main.c
7438         * src/main.h
7439                 Add claws_is_starting()
7440
7441 2006-12-13 [mones]      2.6.1cvs25
7442
7443         * manual/es/advanced.xml
7444         * po/es.po
7445                 Synced manual and updated translation
7446
7447 2006-12-12 [colin]      2.6.1cvs24
7448
7449         * src/wizard.c
7450                 Add an option to use STARTTLS in the
7451                 welcome wizard. Fixes bug 1080, 
7452                 'Using SSL option in wizard for incoming 
7453                 server does not activate SSL with STARTTLS'
7454
7455 2006-12-12 [colin]      2.6.1cvs23
7456
7457         * src/main.c
7458                 Don't exit when there's an incomplete
7459                 mailbox configured - leaves a chance 
7460                 to fix a failing IMAP account. Exit
7461                 if no mailbox at all is loaded (case
7462                 of missing plugin).
7463                 Completes bug 1077's fix (I was wrong
7464                 in this bug's comment #3).
7465
7466 2006-12-12 [colin]      2.6.1cvs22
7467
7468         * src/gtk/menu.h
7469                 Add another menu data type
7470         * src/prefs_account.c
7471                 Complete the completion of bug 1076
7472                 (doesn't lose the pref on apply)
7473
7474 2006-12-12 [paul]       2.6.1cvs21
7475
7476         * src/prefs_account.c
7477                 complete the fix of bug 1076
7478                 also be more verbose with the text
7479
7480 2006-12-12 [paul]       2.6.1cvs20
7481
7482         * src/gtk/combobox.c
7483                 fix compilation warning
7484
7485 2006-12-11 [colin]      2.6.1cvs19
7486
7487         * src/wizard.c
7488                 Document :port in server entry tooltips
7489
7490 2006-12-11 [colin]      2.6.1cvs18
7491
7492         * src/main.c
7493                 Fix compile
7494
7495 2006-12-11 [colin]      2.6.1cvs17
7496
7497         * src/main.c
7498                 Add failing IMAP as a reason for no
7499                 mailbox
7500
7501 2006-12-11 [colin]      2.6.1cvs16
7502
7503         * src/prefs_account.c
7504                 Check for existence of inbox for local
7505                 accounts too
7506         * src/wizard.c
7507                 Allow setting the port to use for servers
7508                 by using the usual "server.example.com:port"
7509                 syntax. Fixes bug 1077, 'sylpheed-claws does 
7510                 not start when IMAP server is unavailable'
7511
7512 2006-12-11 [colin]      2.6.1cvs15
7513
7514         * src/prefs_account.c
7515                 Prevent use of non-existing default inbox
7516
7517 2006-12-11 [colin]      2.6.1cvs14
7518
7519         * src/prefs_account.c
7520                 Fix sensitivity. Fixes bug 1076, 'privacy 
7521                 options are displayed even when pgp plugin 
7522                 not loaded / available'
7523
7524 2006-12-09 [colin]      2.6.1cvs13
7525
7526         * manual/advanced.xml
7527         * src/prefs_common.c
7528         * src/prefs_common.h
7529         * src/common/ssl_certificate.c
7530                 Add a new hidden preference, 'unsafe_ssl_certs',
7531                 which allows to store multiple certificates per
7532                 server/port. This is disabled by default because
7533                 it's less secure (presenting a new certificate
7534                 instead of a changed one raises less alarms).
7535                 This will cause Claws to ask about an unknown
7536                 certificate for people who have used 2.6.1cvs8
7537                 or greater.
7538
7539 2006-12-09 [colin]      2.6.1cvs12
7540
7541         * src/action.c
7542                 Fix cache updating after action
7543
7544 2006-12-07 [wwp]        2.6.1cvs11
7545
7546         * src/compose.c
7547                 fix email address comparison when replying to all
7548                 (avoid replying to ourselves), thanks to Colin.
7549
7550 2006-12-06 [paul]       2.6.1cvs10
7551
7552         * src/addrharvest.c
7553         * src/editldap.c
7554         * src/expldifdlg.c
7555         * src/news.c
7556         * src/toolbar.c
7557         * src/common/utils.c
7558                 ...and more renaming
7559                 Thanks to Colin
7560
7561 2006-12-06 [paul]       2.6.1cvs9
7562
7563         * src/compose.c
7564         * src/messageview.c
7565         * src/procheader.c
7566         * src/procmime.c
7567         * src/procmsg.c
7568         * src/textview.c
7569                 more renaming
7570                 Thanks to Colin
7571
7572 2006-12-06 [colin]      2.6.1cvs8
7573
7574         * src/ssl_manager.c
7575         * src/common/ssl_certificate.c
7576         * src/common/ssl_certificate.h
7577                 Handle multiple certificates per host/port
7578
7579 2006-12-06 [colin]      2.6.1cvs7
7580
7581         * src/etpan/imap-thread.c
7582                 Fix certificate checking on IMAP
7583
7584 2006-12-06 [colin]      2.6.1cvs6
7585
7586         * src/folderview.c
7587                 Fix bug 1072, 'Claws stops fetching newsgroups 
7588                 from server when newsgroup got deleted': continue
7589                 checking other groups
7590
7591 2006-12-05 [wwp]        2.6.1cvs5
7592
7593         * src/message_search.c
7594         * src/summary_search.c
7595         * src/gtk/combobox.c
7596         * src/gtk/combobox.h
7597         * src/gtk/gtkutils.c
7598         * src/gtk/gtkutils.h
7599                 make up and down arrow keys in modern gtk_combo_box_entry widgets
7600                 behave like w/ old comboboxes (summary and message search only).
7601
7602 2006-12-05 [paul]       2.6.1cvs4
7603
7604         * src/wizard.c
7605                 encode headers
7606                 Thanks to Colin
7607
7608 2006-12-05 [paul]       2.6.1cvs3
7609
7610         * tools/README
7611         * tools/textviewer.pl
7612                 script updated and description added
7613
7614 2006-12-04 [colin]      2.6.1cvs2
7615
7616         * src/compose.c
7617                 Run pre-send hook only when checking
7618                 everything
7619
7620 2006-12-04 [paul]       2.6.1cvs1
7621
7622         * NEWS
7623         * README
7624         * RELEASE_NOTES
7625         * configure.ac
7626         * tools/README
7627                 bump up version number following stable release
7628
7629 2006-12-04 [paul]       2.6.0cvs83
7630
7631         * README
7632                 updates and corrections
7633
7634 2006-12-04 [colin]      2.6.0cvs82
7635
7636         * src/common/utils.c
7637                 Probably fix bug 1066, 'Incorrect mailbox 
7638                 size displayed'
7639
7640 2006-12-04 [colin]      2.6.0cvs81
7641
7642         * src/common/utils.c
7643                 Trim tabs from mailcap file too.
7644
7645 2006-12-02 [paul]       2.6.0cvs80
7646
7647         * src/exphtmldlg.c
7648                 fix broken GUI under certain languages
7649         * src/expldifdlg.c
7650                 put the Cancel button to the right
7651
7652 2006-12-01 [paul]       2.6.0cvs79
7653
7654         * tools/Makefile.am
7655                 remove reference to removed file
7656
7657 2006-12-01 [wwp]        2.6.0cvs78
7658
7659         * src/addressbook.c
7660         * src/editaddress.c
7661                 remove forgotten debug statements.
7662
7663 2006-12-01 [wwp]        2.6.0cvs77
7664
7665         * manual/advanced.xml
7666         * manual/fr/advanced.xml
7667         * src/addressbook.c
7668         * src/addressbook.h
7669         * src/addressitem.h
7670         * src/editaddress.c
7671         * src/editaddress.h
7672         * src/prefs_common.c
7673         * src/prefs_common.h
7674         * src/gtk/gtkutils.c
7675         * src/gtk/gtkutils.h
7676                 add a hidden option to allow embedding the editaddress (edit contact details)
7677                 dialog into the addressbook's window. This doesn't change the default
7678                 behaviour.
7679
7680 2006-12-01 [wwp]        2.6.0cvs76
7681
7682         * src/message_search.c
7683         * src/summary_search.c
7684                 fix more focus issues (don't set focus to combobox's entry widget when
7685                 entry's value changed, if entry widget has focus already).
7686
7687 2006-12-01 [wwp]        2.6.0cvs75
7688
7689         * src/gtk/quicksearch.c
7690                 revert last changes to the quicksearch gtk_combo_box, this needs more
7691                 tuning and testing.
7692
7693 2006-12-01 [paul]       2.6.0cvs74
7694
7695         * tools/kdeservicemenu/README
7696         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
7697         * tools/kdeservicemenu/install.sh
7698         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
7699         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
7700                 simplify this stuff, and in so doing,
7701                 fix it. (possibly re-extend it again at
7702                 a later date)
7703
7704 2006-12-01 [wwp]        2.6.0cvs73
7705
7706         * src/gtk/quicksearch.c
7707                 adapt quicksearch code to use modern gtk_combo_box'es.
7708
7709 2006-12-01 [wwp]        2.6.0cvs72
7710
7711         * src/common/defs.h
7712         * src/prefs_common.c
7713         * src/prefs_common.h
7714         * src/message_search.c
7715         * src/summary_search.c
7716         * src/gtk/combobox.c
7717         * src/gtk/combobox.h
7718                 add history combos to all message and summary search fields.
7719
7720 2006-12-01 [wwp]        2.6.0cvs71
7721
7722         * src/summaryview.c
7723                 As the list may change while the mark as read delay
7724                 runs, we can't rely on the 'row' pointer, which can
7725                 be invalid when the timeout is called. As the mark
7726                 as read is only done if the message is still selected,
7727                 use summaryview->selected instead. Thanks to Colin.
7728
7729 2006-11-30 [paul]       2.6.0cvs70
7730
7731         * src/textview.c
7732                 give emphasis to "Sylpheed-Claws"
7733                 as well as "Claws Mail"
7734
7735 2006-11-30 [colin]      2.6.0cvs69
7736
7737         * src/wizard.c
7738                 Put the SSL checkboxes in the receiving
7739                 and sending server pages.
7740
7741 2006-11-29 [colin]      2.6.0cvs68
7742
7743         * src/gtk/gtkutils.c
7744         * src/gtk/gtkvscrollbutton.c
7745                 Revert some deprecated fixes - they seem to
7746                 deprecate stuff as soon as a new one gets out.
7747                 g_object_ref_sink needed glib-2.10.
7748
7749 2006-11-29 [colin]      2.6.0cvs67
7750
7751         * src/common/utils.c
7752                 Create .mailcap if it doesn't exist
7753
7754 2006-11-29 [colin]      2.6.0cvs66
7755
7756         * src/compose.c
7757                 Followup to cvs60: use original list
7758                 of recipients if replying to a mail
7759                 in Sent Drafts or Queue.
7760
7761 2006-11-27 [paul]       2.6.0cvs65
7762
7763         * src/image_viewer.c
7764                 revert the last change for now (it's broken)
7765
7766 2006-11-27 [paul]       2.6.0cvs64
7767
7768         * Makefile.am
7769         * configure.ac
7770         * m4/aclocal-include.m4
7771         * m4/check-type.m4
7772         * src/Makefile.am
7773         * src/addr_compl.c
7774         * src/compose.c
7775         * src/crash.c
7776         * src/export.c
7777         * src/exporthtml.c
7778         * src/exportldif.c
7779         * src/imap.c
7780         * src/import.c
7781         * src/main.c
7782         * src/main.h
7783         * src/matcher.c
7784         * src/mimeview.c
7785         * src/procmsg.c
7786         * src/textview.c
7787         * src/common/Makefile.am
7788         * src/common/claws.c
7789         * src/common/claws.h
7790         * src/common/ssl.c
7791         * src/common/sylpheed.c
7792         * src/common/sylpheed.h
7793         * src/etpan/Makefile.am
7794         * src/gtk/Makefile.am
7795         * src/gtk/claws-marshal.list
7796         * src/gtk/filesel.c
7797         * src/gtk/gtksctree.c
7798         * src/gtk/quicksearch.c
7799         * src/gtk/sylpheed-marshal.list
7800         * src/plugins/bogofilter/bogofilter.c
7801         * src/plugins/bogofilter/bogofilter_gtk.c
7802         * src/plugins/clamav/clamav_plugin.c
7803         * src/plugins/clamav/clamav_plugin_gtk.c
7804         * src/plugins/demo/demo.c
7805         * src/plugins/dillo_viewer/dillo_viewer.c
7806         * src/plugins/pgpcore/Makefile.am
7807         * src/plugins/pgpcore/claws.def
7808         * src/plugins/pgpcore/pgp_viewer.c
7809         * src/plugins/pgpcore/plugin.c
7810         * src/plugins/pgpcore/sylpheed.def
7811         * src/plugins/pgpinline/Makefile.am
7812         * src/plugins/pgpinline/claws.def
7813         * src/plugins/pgpinline/plugin.c
7814         * src/plugins/pgpinline/sylpheed.def
7815         * src/plugins/pgpmime/Makefile.am
7816         * src/plugins/pgpmime/claws.def
7817         * src/plugins/pgpmime/plugin.c
7818         * src/plugins/pgpmime/sylpheed.def
7819         * src/plugins/spamassassin/spamassassin.c
7820         * src/plugins/spamassassin/spamassassin_gtk.c
7821         * src/plugins/trayicon/trayicon.c
7822                 yet more renaming
7823                 remove deprecated gtk_tooltips_set_delay()
7824
7825 2006-11-26 [paul]       2.6.0cvs63
7826
7827         * src/expldifdlg.c
7828         * src/folderview.c
7829         * src/image_viewer.c
7830         * src/mainwindow.c
7831         * src/gtk/gtkutils.c
7832         * src/gtk/gtkvscrollbutton.c
7833         * src/gtk/prefswindow.c
7834         * src/plugins/pgpcore/prefs_gpg.c
7835                 replace more deprecated GTK+ functions
7836
7837 2006-11-26 [paul]       2.6.0cvs62
7838
7839         * src/addr_compl.c
7840         * src/addressbook.c
7841         * src/browseldap.c
7842                 replace deprecated gtk_idle_... functions
7843
7844 2006-11-26 [paul]       2.6.0cvs61
7845
7846         * src/compose.c
7847         * src/folderview.c
7848         * src/inc.c
7849         * src/summaryview.c
7850         * src/gtk/gtkvscrollbutton.c
7851         * src/gtk/quicksearch.c
7852         * src/plugins/pgpcore/passphrase.c
7853                 replace deprecated gtk_timeout_add and
7854                 gtk_timeout_remove
7855
7856 2006-11-26 [paul]       2.6.0cvs60
7857
7858         * src/compose.c
7859                 fix bug that caused the wrong recipient
7860                 to be selected when replying to a msg
7861                 which is From one of our accounts to
7862                 another of our accounts
7863
7864 2006-11-25 [paul]       2.6.0cvs59
7865
7866         * src/summaryview.c
7867                 don't change the From column title to
7868                 To if the To column is visible
7869
7870 2006-11-24 [paul]       2.6.0cvs58
7871
7872         * src/compose.c
7873                 fix bug 1069, 'Sent mails disappear, BCC
7874                 or locking problem?'
7875
7876 2006-11-21 [wwp]        2.6.0cvs57
7877
7878         * src/compose.c
7879                 fix spelling menu when replying (same as 2.3.1cvs39):
7880                 discrepancy between context menu and top menu when
7881                 folder's dictionary isn't the default one.
7882
7883 2006-11-19 [paul]       2.6.0cvs56
7884
7885         * src/summaryview.c
7886                 obey always_show_msg option when
7887                 marking as spam
7888         * src/plugins/bogofilter/bogofilter.c
7889                 fix typo
7890
7891 2006-11-18 [paul]       2.6.0cvs55
7892
7893         * AUTHORS
7894         * README
7895         * debian/copyright
7896         * manual/ack.xml
7897         * manual/es/ack.xml
7898         * manual/fr/ack.xml
7899         * manual/pl/ack.xml
7900         * src/gtk/authors.h
7901         * src/gtk/icon_legend.c
7902         * src/gtk/icon_legend.h
7903         * tools/OOo2claws-mail.pl
7904         * tools/README
7905         * tools/acroread2claws-mail.pl
7906         * tools/claws.i18n.status.pl
7907         * tools/filter_conv.pl
7908         * tools/filter_conv_new.pl
7909         * tools/freshmeat_search.pl
7910         * tools/google_search.pl
7911         * tools/kmail2claws-mail.pl
7912         * tools/kmail2claws-mail_v2.pl
7913         * tools/maildir2claws-mail.pl
7914         * tools/make.themes.project
7915         * tools/multiwebsearch.pl
7916         * tools/outlook2claws-mail.pl
7917         * tools/tb2claws-mail
7918         * tools/kdeservicemenu/README
7919         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
7920                 update mine and wwp's email addresses in
7921                 several places
7922                 Patch by wwp
7923         * src/prefs_compose_writing.c
7924                 set sensitivity on 'new message format' frame
7925
7926 2006-11-17 [paul]       2.6.0cvs54
7927
7928         * src/gtk/about.c
7929                 more reworking of the GUI
7930                 Patch by Fabien Vantard
7931
7932 2006-11-16 [paul]       2.6.0cvs53
7933
7934         * src/gtk/about.c
7935                 set a minimum size for the window, allow
7936                 it to automatically expand as necessary
7937
7938 2006-11-16 [wwp]        2.6.0cvs52
7939
7940         * src/gtk/about.c
7941                 better wrap of copyright info on some systems.
7942
7943 2006-11-16 [paul]       2.6.0cvs51
7944
7945         * src/gtk/about.c
7946                 move the tech info from the upper panel
7947                 to the Info tab
7948                 use a gtk_text_view for the features tab
7949
7950 2006-11-16 [paul]       2.6.0cvs50
7951
7952         * po/Makevars
7953                 update my email address
7954         * src/addressbook.c
7955         * src/compose.c
7956         * src/imap_gtk.c
7957         * src/mh_gtk.c
7958         * src/news_gtk.c
7959         * src/summaryview.c
7960         * src/plugins/trayicon/trayicon.c
7961                 don't offer simple menu separators
7962                 for translation
7963         * src/folderview.c
7964                 add separator between 'mark all read'
7965                 and 'search folder'
7966
7967 2006-11-15 [wwp]        2.6.0cvs49
7968
7969         * src/gtk/authors.h
7970                 updated manuals authors.
7971
7972 2006-11-14 [paul]       2.6.0cvs48
7973
7974         * src/compose.c
7975                 Fix Options/Reply mode after draft save
7976
7977 2006-11-14 [paul]       2.6.0cvs47
7978
7979         * src/Makefile.am
7980                 Fix make DESTDIR=...
7981         * src/mbox.c
7982                 Optimise speed
7983         * src/plugins/pgpinline/pgpinline.c
7984                 Probably fix bug 1061
7985
7986 2006-11-14 [paul]       2.6.0cvs46
7987
7988         * po/Makevars
7989                 enable Q_ macro
7990         * src/Makefile.am
7991         * src/stock_pixmap.c
7992         * src/stock_pixmap.h
7993         * src/gtk/about.c
7994         * src/pixmaps/active.xpm
7995         * src/pixmaps/inactive.xpm
7996                 add a new page, 'Features', to the About dialog
7997                 showing which features are compiled in and which
7998                 are not
7999
8000 2006-11-14 [paul]       2.6.0cvs45
8001
8002         * po/ru.po
8003                 updated by Pavlo Bohmat
8004
8005 2006-11-14 [colin]      2.6.0cvs44
8006
8007         * src/compose.c
8008         * src/inc.c
8009         * src/messageview.c
8010         * src/news.c
8011         * src/pop.c
8012         * src/procmsg.c
8013         * src/gtk/gtkaspell.c
8014                 Fix 64-bit-related warnings
8015         * src/ssl_manager.c
8016                 Fix possible infinite loop
8017         * src/plugins/pgpcore/sgpgme.c
8018                 Remove useless check
8019
8020 2006-11-13 [colin]      2.6.0cvs43
8021
8022         * src/gtk/Makefile.am
8023                 authors.h isn't generated
8024
8025 2006-11-13 [colin]      2.6.0cvs42
8026
8027         * src/plugins/pgpinline/pgpinline.c
8028         * src/plugins/pgpmime/pgpmime.c
8029                 Very probably fix bug 1061, 'crash on 
8030                 opening signed email'. Another cast
8031                 problem
8032
8033 2006-11-13 [colin]      2.6.0cvs41
8034
8035         * src/plugins/pgpcore/sgpgme.c
8036                 Maybe fix bug 1061, 'crash on opening 
8037                 signed email'
8038
8039 2006-11-13 [wwp]        2.6.0cvs40
8040
8041         * src/plugins/pgpinline/pgpinline.c
8042                 fix candidate for bug #1057, thanks to Colin.
8043
8044 2006-11-13 [wwp]        2.6.0cvs39
8045
8046         * src/compose.c
8047         * src/quote_fmt_parse.y
8048                 fix bug 1052: current parser buffer was not always 
8049                 allocated, ptr to this buffer could be returned as 
8050                 NULL whereas no parser error has occurred. in 
8051                 consequence, defining a template body as "%d" 
8052                 (w/o the quotes) for the first time of the instance 
8053                 of claws-mail, was reporting a parser error. make 
8054                 sure that the buffer is always allocated, even to 
8055                 an empty string.
8056                 fix mis-unescaping in compose.:compose_quote_fmt(): 
8057                 unescaping of the fmt string was always done 
8058                 whereas it must be done *only* when receiving 
8059                 quote format strings issued from the prefs 
8060                 (compose new message, reply, forward, redirect 
8061                 formats), *not* when applying templates.  in 
8062                 consequences, applying templates w/ sequences 
8063                 like \\|p{echo} were failing. make sure that 
8064                 unescaping is done only when necessary.
8065
8066 2006-11-12 [colin]      2.6.0cvs38
8067
8068         * po/de.po
8069                 Fix typo (s/KB/MB)
8070
8071 2006-11-12 [colin]      2.6.0cvs37
8072
8073         * src/plugins/pgpinline/pgpinline.c
8074         * src/plugins/pgpmime/pgpmime.c
8075                 Release GPG context at the latest 
8076                 possible moment. Maybe fixes 
8077                 bug 1057, 'crash on sending signed 
8078                 message to a newsgroup'
8079                 
8080
8081 2006-11-12 [colin]      2.6.0cvs36
8082
8083         * src/plugins/pgpcore/sgpgme.c
8084                 Tell a bit more when gpg's status doesn't
8085                 contain any signature
8086
8087 2006-11-12 [colin]      2.6.0cvs35
8088
8089         * src/compose.c
8090                 Fix bug 1060, 'compilation error with 
8091                 Irix's cc'
8092
8093 2006-11-12 [paul]       2.6.0cvs34
8094
8095         * doc/man/claws-mail.1
8096         * src/prefs_gtk.c
8097         * src/plugins/clamav/README
8098         * src/plugins/spamassassin/README
8099         * tools/README
8100         * tools/freshmeat_search.pl
8101         * tools/google_search.pl
8102         * tools/multiwebsearch.pl
8103                 more renaming
8104         * src/plugins/trayicon/trayicon.c
8105                 fix compiliation warning
8106
8107 2006-11-11 [colin]      2.6.0cvs33
8108
8109         * src/folderview.c
8110                 Forbid drag and drop from/to different
8111                 folders of type F_UNKNOWN
8112
8113 2006-11-11 [colin]      2.6.0cvs32
8114
8115         * src/plugins/pgpinline/pgpinline.c
8116                 Fix typo in previous commit:
8117                 - gpgme_new(&ctx);
8118                 + if ((err = gpgme_new(&data->ctx)) ...)
8119
8120 2006-11-11 [colin]      2.6.0cvs31
8121
8122         * src/plugins/pgpinline/pgpinline.c
8123         * src/plugins/pgpmime/pgpmime.c
8124                 Check success after calling gpgme_new
8125                 Maybe fixes bug 1057, 'crash on sending 
8126                 signed message to a newsgroup'
8127
8128 2006-11-11 [colin]      2.6.0cvs30
8129
8130         * src/undo.c
8131                 init undostruct to 0s (from
8132                 valgrind log of bug 1057)
8133
8134 2006-11-10 [colin]      2.6.0cvs29
8135
8136         * src/mainwindow.c
8137                 Set cursor to wait before filtering
8138                 duplicates in all folders
8139         * src/plugins/bogofilter/bogofilter.c
8140         * src/plugins/bogofilter/bogofilter.h
8141         * src/plugins/bogofilter/bogofilter_gtk.c
8142                 Completely thread away the bogofilter
8143                 filtering
8144
8145 2006-11-10 [mones]      2.6.0cvs28
8146
8147         * src/compose.c
8148         * src/compose.h
8149                 added COMPOSE_CHECK_BEFORE_SEND hook
8150
8151 2006-11-10 [paul]       2.6.0cvs27
8152
8153         * src/crash.c
8154                 more renaming
8155                 add libSM to get_compiled_in_features()
8156         * src/main.c
8157                 more renaming
8158
8159 2006-11-10 [colin]      2.6.0cvs26
8160
8161         * src/etpan/imap-thread.c
8162                 Add a reference to libetpan's sasl engine
8163                 so that sasl_done() doesn't get called by
8164                 libetpan, and doesn't break openssl.
8165                 Should fix bug 1053, 'SC fails to reestablish 
8166                 a secure connection'
8167                 Patch by Hoa
8168
8169 2006-11-10 [colin]      2.6.0cvs25
8170
8171         * manual/addrbook.xml
8172         * manual/advanced.xml
8173         * manual/faq.xml
8174         * manual/intro.xml
8175                 Some more renaming
8176
8177 2006-11-09 [colin]      2.6.0cvs24
8178
8179         * src/plugins/bogofilter/bogofilter_gtk.c
8180                 Add comment about annoyance
8181
8182 2006-11-09 [colin]      2.6.0cvs23
8183
8184         * src/plugins/bogofilter/bogofilter.c
8185         * src/plugins/bogofilter/bogofilter_gtk.c
8186                 Prepare things needed to thread bogofilter
8187                 filtering: separate bogo stuff and possible GUI
8188                 stuff. 
8189
8190 2006-11-09 [colin]      2.6.0cvs22
8191
8192         * src/account.c
8193         * src/compose.c
8194                 Search for one of our accounts in Delivered-To
8195                 (helps for auto-account selection when 
8196                  replying/forwarding)
8197         * src/folderview.c
8198         * src/mainwindow.c
8199         * src/mainwindow.h
8200         * src/plugins/trayicon/trayicon.c
8201                 Allow opening a new mail with any account from
8202                 the contextual menu
8203
8204 2006-11-09 [wwp]        2.6.0cvs21
8205
8206         * src/compose.c
8207         * src/prefs_common.c
8208         * src/prefs_common.h
8209         * src/prefs_compose_writing.c
8210                 add a compose new message format (in prefs/compose/writing), it's a
8211                 simple subject+body template to use when opening a new composition
8212                 window. It's similar to the existent reply and forward formats.
8213
8214                 enhanced the template/format % symbols substitution mechanism to
8215                 use current composition window information when % are used in
8216                 the compose new message format or in templates applied to new
8217                 messages (there were useless in that situations before). When
8218                 applied to new messages, %d corresponds to the system time/date.
8219
8220 2006-11-09 [paul]       2.6.0cvs20
8221
8222         * src/gtk/authors.h
8223                 fix last commit
8224
8225 2006-11-09 [paul]       2.6.0cvs19
8226
8227         * src/gtk/authors.h
8228                 keep tje alphabetical order
8229
8230 2006-11-08 [colin]      2.6.0cvs18
8231
8232         * src/etpan/imap-thread.c
8233                 Fix bug 1054, 'Slowness logging big 
8234                 data chunks'
8235
8236 2006-11-08 [paul]       2.6.0cvs17
8237
8238         * tools/Makefile.am
8239                 fix the renaming
8240
8241 2006-11-08 [paul]       2.6.0cvs16
8242
8243         * src/common/defs.h
8244                 update BUGZILLA_URI
8245
8246 2006-11-08 [paul]       2.6.0cvs15
8247
8248         * tools/Makefile.am
8249         * tools/OOo2claws-mail.pl
8250         * tools/OOo2sylpheed.pl
8251         * tools/README
8252         * tools/acroread2claws-mail.pl
8253         * tools/acroread2sylpheed.pl
8254         * tools/kmail2claws-mail.pl
8255         * tools/kmail2claws-mail_v2.pl
8256         * tools/kmail2sylpheed.pl
8257         * tools/kmail2sylpheed_v2.pl
8258         * tools/maildir2claws-mail.pl
8259         * tools/maildir2sylpheed.pl
8260         * tools/nautilus2claws-mail.sh
8261         * tools/nautilus2sylpheed.sh
8262         * tools/outlook2claws-mail.pl
8263         * tools/outlook2sylpheed.pl
8264         * tools/tb2claws-mail
8265         * tools/tb2sylpheed
8266         * tools/tbird2claws.py
8267         * tools/tbird2syl.py
8268         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
8269         * tools/kdeservicemenu/install.sh
8270         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
8271         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
8272         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
8273         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
8274         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
8275                 renamed (removed, added) tools files
8276
8277 2006-11-08 [paul]       2.6.0cvs14
8278
8279         * src/main.c
8280         * src/common/defs.h
8281                 Migrate sylpheedrc to clawsrc, and fix the standard
8282                 plugins path in the process
8283
8284 2006-11-07 [colin]      2.6.0cvs13
8285
8286         * src/Makefile.am
8287                 Symlink sylpheed-claws relative to 
8288                 claws-mail
8289
8290 2006-11-07 [colin]      2.6.0cvs12
8291
8292         * src/compose.c
8293                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
8294
8295 2006-11-07 [paul]       2.6.0cvs11
8296
8297         * src/gtk/about.c
8298                 Fix a missed occurence of
8299                 Sylpheed-Claws
8300
8301 2006-11-07 [paul]       2.6.0cvs10
8302
8303         * src/Makefile.am
8304                 Fix symlink installation
8305
8306 2006-11-07 [paul]       2.6.0cvs9
8307
8308         * src/Makefile.am
8309                 Symlink claws-mail to sylpheed-claws
8310         * src/common/utils.c
8311                 Fix migrating symlinks
8312         * src/etpan/imap-thread.c
8313                 check certificate only when there's
8314                 no error
8315
8316 2006-11-07 [paul]       2.6.0cvs8
8317
8318         * Makefile.am
8319                 Fix icon breakages with Gtk, which needs a 
8320                 cache updated to see them.
8321
8322 2006-11-07 [paul]       2.6.0cvs7
8323
8324         * .cvsignore
8325         * AUTHORS
8326         * COPYING
8327         * INSTALL
8328         * Makefile.am
8329         * NEWS
8330         * README
8331         * RELEASE_NOTES
8332         * autogen.sh
8333         * claws-mail-128x128.png
8334         * claws-mail-64x64.png
8335         * claws-mail.ico
8336         * claws-mail.pc.in
8337         * claws-mail.png
8338         * configure.ac
8339         * sylpheed-claws-128x128.png
8340         * sylpheed-claws-64x64.png
8341         * sylpheed-claws.desktop
8342         * sylpheed-claws.ico
8343         * sylpheed-claws.pc.in
8344         * sylpheed-claws.png
8345         * debian/README.Debian
8346         * debian/changelog
8347         * debian/claws-mail.desktop
8348         * debian/claws-mail.menu
8349         * debian/claws-mail.postinst.debhelper
8350         * debian/claws-mail.postrm.debhelper
8351         * debian/control
8352         * debian/copyright
8353         * debian/files
8354         * debian/rules
8355         * debian/sylpheed-claws.desktop
8356         * debian/sylpheed-claws.menu
8357         * debian/sylpheed-claws.postinst.debhelper
8358         * debian/sylpheed-claws.postrm.debhelper
8359         * doc/man/Makefile.am
8360         * doc/man/claws-mail.1
8361         * doc/man/sylpheed-claws.1
8362         * doc/src/ChangeLog.claws-pre0.8.0
8363         * manual/Makefile.am
8364         * manual/account.xml
8365         * manual/ack.xml
8366         * manual/addrbook.xml
8367         * manual/advanced.xml
8368         * manual/claws-mail-manual.xml
8369         * manual/faq.xml
8370         * manual/glossary.xml
8371         * manual/handling.xml
8372         * manual/intro.xml
8373         * manual/keyboard.xml
8374         * manual/plugins.xml
8375         * manual/starting.xml
8376         * manual/sylpheed-claws-manual.xml
8377         * manual/xml2pdf
8378         * manual/dist/.cvsignore
8379         * manual/dist/html/.cvsignore
8380         * manual/dist/html/Makefile.am
8381         * manual/dist/pdf/.cvsignore
8382         * manual/dist/pdf/Makefile.am
8383         * manual/dist/ps/.cvsignore
8384         * manual/dist/ps/Makefile.am
8385         * manual/dist/txt/.cvsignore
8386         * manual/dist/txt/Makefile.am
8387         * manual/es/Makefile.am
8388         * manual/es/advanced.xml
8389         * manual/es/claws-mail-manual.xml
8390         * manual/es/faq.xml
8391         * manual/es/glossary.xml
8392         * manual/es/handling.xml
8393         * manual/es/intro.xml
8394         * manual/es/plugins.xml
8395         * manual/es/sylpheed-claws-manual.xml
8396         * manual/es/dist/.cvsignore
8397         * manual/es/dist/html/.cvsignore
8398         * manual/es/dist/html/Makefile.am
8399         * manual/es/dist/pdf/.cvsignore
8400         * manual/es/dist/pdf/Makefile.am
8401         * manual/es/dist/ps/.cvsignore
8402         * manual/es/dist/ps/Makefile.am
8403         * manual/es/dist/txt/.cvsignore
8404         * manual/es/dist/txt/Makefile.am
8405         * manual/fr/Makefile.am
8406         * manual/fr/account.xml
8407         * manual/fr/ack.xml
8408         * manual/fr/addrbook.xml
8409         * manual/fr/advanced.xml
8410         * manual/fr/claws-mail-manual.xml
8411         * manual/fr/faq.xml
8412         * manual/fr/glossary.xml
8413         * manual/fr/handling.xml
8414         * manual/fr/intro.xml
8415         * manual/fr/keyboard.xml
8416         * manual/fr/plugins.xml
8417         * manual/fr/starting.xml
8418         * manual/fr/sylpheed-claws-manual.xml
8419         * manual/fr/dist/.cvsignore
8420         * manual/fr/dist/html/.cvsignore
8421         * manual/fr/dist/html/Makefile.am
8422         * manual/fr/dist/pdf/.cvsignore
8423         * manual/fr/dist/pdf/Makefile.am
8424         * manual/fr/dist/ps/.cvsignore
8425         * manual/fr/dist/ps/Makefile.am
8426         * manual/fr/dist/txt/.cvsignore
8427         * manual/fr/dist/txt/Makefile.am
8428         * manual/pl/Makefile.am
8429         * manual/pl/account.xml
8430         * manual/pl/ack.xml
8431         * manual/pl/addrbook.xml
8432         * manual/pl/advanced.xml
8433         * manual/pl/claws-mail-manual.xml
8434         * manual/pl/faq.xml
8435         * manual/pl/glossary.xml
8436         * manual/pl/handling.xml
8437         * manual/pl/intro.xml
8438         * manual/pl/keyboard.xml
8439         * manual/pl/plugins.xml
8440         * manual/pl/starting.xml
8441         * manual/pl/sylpheed-claws-manual.xml
8442         * manual/pl/dist/.cvsignore
8443         * manual/pl/dist/html/.cvsignore
8444         * manual/pl/dist/html/Makefile.am
8445         * manual/pl/dist/pdf/.cvsignore
8446         * manual/pl/dist/pdf/Makefile.am
8447         * manual/pl/dist/ps/.cvsignore
8448         * manual/pl/dist/ps/Makefile.am
8449         * manual/pl/dist/txt/.cvsignore
8450         * manual/pl/dist/txt/Makefile.am
8451         * po/.cvsignore
8452         * po/Makevars
8453         * src/.cvsignore
8454         * src/Makefile.am
8455         * src/account.c
8456         * src/account.h
8457         * src/action.c
8458         * src/action.h
8459         * src/adbookbase.h
8460         * src/addr_compl.c
8461         * src/addr_compl.h
8462         * src/addrbook.c
8463         * src/addrcache.c
8464         * src/addrcache.h
8465         * src/addrcindex.c
8466         * src/addrcindex.h
8467         * src/addrclip.c
8468         * src/addrclip.h
8469         * src/addrdefs.h
8470         * src/addressadd.c
8471         * src/addressadd.h
8472         * src/addressbook.c
8473         * src/addressbook.h
8474         * src/addressbook_foldersel.c
8475         * src/addressbook_foldersel.h
8476         * src/addrgather.c
8477         * src/addrgather.h
8478         * src/addrharvest.c
8479         * src/addrharvest.h
8480         * src/addrindex.c
8481         * src/addrindex.h
8482         * src/addritem.c
8483         * src/addritem.h
8484         * src/addrquery.c
8485         * src/addrquery.h
8486         * src/addrselect.c
8487         * src/addrselect.h
8488         * src/alertpanel.c
8489         * src/alertpanel.h
8490         * src/browseldap.c
8491         * src/browseldap.h
8492         * src/codeconv.c
8493         * src/codeconv.h
8494         * src/compose.c
8495         * src/crash.c
8496         * src/crash.h
8497         * src/customheader.c
8498         * src/customheader.h
8499         * src/displayheader.c
8500         * src/displayheader.h
8501         * src/editaddress.c
8502         * src/editaddress.h
8503         * src/editbook.c
8504         * src/editbook.h
8505         * src/editgroup.c
8506         * src/editgroup.h
8507         * src/editjpilot.c
8508         * src/editjpilot.h
8509         * src/editldap.c
8510         * src/editldap.h
8511         * src/editldap_basedn.c
8512         * src/editldap_basedn.h
8513         * src/editvcard.c
8514         * src/editvcard.h
8515         * src/exphtmldlg.c
8516         * src/exphtmldlg.h
8517         * src/expldifdlg.c
8518         * src/expldifdlg.h
8519         * src/export.c
8520         * src/exporthtml.c
8521         * src/exporthtml.h
8522         * src/exportldif.c
8523         * src/exportldif.h
8524         * src/filtering.c
8525         * src/filtering.h
8526         * src/folder.c
8527         * src/folder.h
8528         * src/folder_item_prefs.c
8529         * src/folder_item_prefs.h
8530         * src/foldersel.c
8531         * src/foldersel.h
8532         * src/folderutils.c
8533         * src/folderutils.h
8534         * src/folderview.c
8535         * src/folderview.h
8536         * src/grouplistdialog.c
8537         * src/grouplistdialog.h
8538         * src/html.c
8539         * src/html.h
8540         * src/image_viewer.c
8541         * src/image_viewer.h
8542         * src/imap.c
8543         * src/imap.h
8544         * src/imap_gtk.c
8545         * src/imap_gtk.h
8546         * src/import.c
8547         * src/import.h
8548         * src/importldif.c
8549         * src/importldif.h
8550         * src/importmutt.c
8551         * src/importmutt.h
8552         * src/importpine.c
8553         * src/importpine.h
8554         * src/inc.c
8555         * src/inc.h
8556         * src/jpilot.c
8557         * src/jpilot.h
8558         * src/ldapctrl.c
8559         * src/ldapctrl.h
8560         * src/ldaplocate.c
8561         * src/ldaplocate.h
8562         * src/ldapquery.c
8563         * src/ldapquery.h
8564         * src/ldapserver.c
8565         * src/ldapserver.h
8566         * src/ldaputil.c
8567         * src/ldaputil.h
8568         * src/ldif.c
8569         * src/ldif.h
8570         * src/localfolder.c
8571         * src/localfolder.h
8572         * src/main.c
8573         * src/main.h
8574         * src/mainwindow.c
8575         * src/mainwindow.h
8576         * src/manual.c
8577         * src/manual.h
8578         * src/matcher.c
8579         * src/matcher.h
8580         * src/matcher_parser.h
8581         * src/matcher_parser_lex.l
8582         * src/matcher_parser_parse.y
8583         * src/mbox.c
8584         * src/mbox.h
8585         * src/message_search.c
8586         * src/message_search.h
8587         * src/messageview.c
8588         * src/messageview.h
8589         * src/mh.c
8590         * src/mh.h
8591         * src/mh_gtk.c
8592         * src/mh_gtk.h
8593         * src/mimeview.c
8594         * src/mimeview.h
8595         * src/msgcache.c
8596         * src/msgcache.h
8597         * src/mutt.c
8598         * src/mutt.h
8599         * src/news.c
8600         * src/news.h
8601         * src/news_gtk.c
8602         * src/news_gtk.h
8603         * src/noticeview.c
8604         * src/noticeview.h
8605         * src/partial_download.c
8606         * src/partial_download.h
8607         * src/pine.c
8608         * src/pine.h
8609         * src/pop.c
8610         * src/pop.h
8611         * src/prefs_account.c
8612         * src/prefs_account.h
8613         * src/prefs_actions.c
8614         * src/prefs_actions.h
8615         * src/prefs_common.c
8616         * src/prefs_common.h
8617         * src/prefs_compose_writing.c
8618         * src/prefs_compose_writing.h
8619         * src/prefs_customheader.c
8620         * src/prefs_customheader.h
8621         * src/prefs_display_header.c
8622         * src/prefs_display_header.h
8623         * src/prefs_ext_prog.c
8624         * src/prefs_ext_prog.h
8625         * src/prefs_filtering.c
8626         * src/prefs_folder_column.c
8627         * src/prefs_folder_column.h
8628         * src/prefs_folder_item.c
8629         * src/prefs_folder_item.h
8630         * src/prefs_fonts.c
8631         * src/prefs_fonts.h
8632         * src/prefs_gtk.c
8633         * src/prefs_gtk.h
8634         * src/prefs_image_viewer.c
8635         * src/prefs_image_viewer.h
8636         * src/prefs_matcher.c
8637         * src/prefs_matcher.h
8638         * src/prefs_message.c
8639         * src/prefs_message.h
8640         * src/prefs_msg_colors.c
8641         * src/prefs_msg_colors.h
8642         * src/prefs_other.c
8643         * src/prefs_other.h
8644         * src/prefs_quote.c
8645         * src/prefs_quote.h
8646         * src/prefs_receive.c
8647         * src/prefs_receive.h
8648         * src/prefs_send.c
8649         * src/prefs_send.h
8650         * src/prefs_spelling.c
8651         * src/prefs_spelling.h
8652         * src/prefs_summaries.c
8653         * src/prefs_summaries.h
8654         * src/prefs_summary_column.c
8655         * src/prefs_summary_column.h
8656         * src/prefs_template.c
8657         * src/prefs_template.h
8658         * src/prefs_themes.c
8659         * src/prefs_themes.h
8660         * src/prefs_toolbar.c
8661         * src/prefs_toolbar.h
8662         * src/prefs_wrapping.c
8663         * src/prefs_wrapping.h
8664         * src/privacy.c
8665         * src/privacy.h
8666         * src/procheader.c
8667         * src/procheader.h
8668         * src/procmime.c
8669         * src/procmime.h
8670         * src/procmsg.c
8671         * src/procmsg.h
8672         * src/quote_fmt.c
8673         * src/quote_fmt_parse.y
8674         * src/recv.c
8675         * src/recv.h
8676         * src/remotefolder.c
8677         * src/remotefolder.h
8678         * src/send_message.c
8679         * src/send_message.h
8680         * src/setup.c
8681         * src/setup.h
8682         * src/sourcewindow.c
8683         * src/sourcewindow.h
8684         * src/ssl_manager.c
8685         * src/ssl_manager.h
8686         * src/statusbar.c
8687         * src/statusbar.h
8688         * src/stock_pixmap.c
8689         * src/stock_pixmap.h
8690         * src/summary_search.c
8691         * src/summary_search.h
8692         * src/summaryview.c
8693         * src/summaryview.h
8694         * src/syldap.c
8695         * src/syldap.h
8696         * src/textview.c
8697         * src/textview.h
8698         * src/toolbar.c
8699         * src/toolbar.h
8700         * src/undo.c
8701         * src/undo.h
8702         * src/unmime.c
8703         * src/unmime.h
8704         * src/vcard.c
8705         * src/vcard.h
8706         * src/wizard.c
8707         * src/wizard.h
8708         * src/common/base64.c
8709         * src/common/base64.h
8710         * src/common/defs.h
8711         * src/common/hooks.c
8712         * src/common/hooks.h
8713         * src/common/log.c
8714         * src/common/log.h
8715         * src/common/mgutils.c
8716         * src/common/mgutils.h
8717         * src/common/nntp.c
8718         * src/common/nntp.h
8719         * src/common/passcrypt.c
8720         * src/common/passcrypt.h.in
8721         * src/common/plugin.c
8722         * src/common/plugin.h
8723         * src/common/prefs.c
8724         * src/common/prefs.h
8725         * src/common/progressindicator.c
8726         * src/common/progressindicator.h
8727         * src/common/quoted-printable.c
8728         * src/common/quoted-printable.h
8729         * src/common/session.c
8730         * src/common/session.h
8731         * src/common/smtp.c
8732         * src/common/smtp.h
8733         * src/common/socket.c
8734         * src/common/socket.h
8735         * src/common/ssl.c
8736         * src/common/ssl.h
8737         * src/common/stringtable.c
8738         * src/common/stringtable.h
8739         * src/common/sylpheed.c
8740         * src/common/sylpheed.h
8741         * src/common/template.c
8742         * src/common/template.h
8743         * src/common/timing.h
8744         * src/common/utils.c
8745         * src/common/utils.h
8746         * src/common/version.h.in
8747         * src/common/xml.c
8748         * src/common/xml.h
8749         * src/common/xmlprops.c
8750         * src/common/xmlprops.h
8751         * src/gtk/about.c
8752         * src/gtk/colorlabel.c
8753         * src/gtk/colorlabel.h
8754         * src/gtk/colorsel.c
8755         * src/gtk/colorsel.h
8756         * src/gtk/combobox.c
8757         * src/gtk/combobox.h
8758         * src/gtk/description_window.c
8759         * src/gtk/description_window.h
8760         * src/gtk/filesel.c
8761         * src/gtk/filesel.h
8762         * src/gtk/foldersort.c
8763         * src/gtk/foldersort.h
8764         * src/gtk/gtkaspell.c
8765         * src/gtk/gtkaspell.h
8766         * src/gtk/gtksctree.c
8767         * src/gtk/gtkshruler.c
8768         * src/gtk/gtkshruler.h
8769         * src/gtk/gtkutils.c
8770         * src/gtk/gtkutils.h
8771         * src/gtk/icon_legend.c
8772         * src/gtk/icon_legend.h
8773         * src/gtk/logwindow.c
8774         * src/gtk/logwindow.h
8775         * src/gtk/manage_window.c
8776         * src/gtk/manage_window.h
8777         * src/gtk/pluginwindow.c
8778         * src/gtk/pluginwindow.h
8779         * src/gtk/prefswindow.c
8780         * src/gtk/prefswindow.h
8781         * src/gtk/quicksearch.c
8782         * src/gtk/quicksearch.h
8783         * src/pixmaps/claws-mail.xpm
8784         * src/pixmaps/claws-mail_icon.xpm
8785         * src/pixmaps/claws-mail_logo.xpm
8786         * src/pixmaps/sylpheed-claws.xpm
8787         * src/pixmaps/sylpheed-claws_icon.xpm
8788         * src/pixmaps/sylpheed-claws_logo.xpm
8789         * src/plugins/bogofilter/Makefile.am
8790         * src/plugins/bogofilter/bogofilter.c
8791         * src/plugins/bogofilter/bogofilter.h
8792         * src/plugins/bogofilter/bogofilter_gtk.c
8793         * src/plugins/clamav/Makefile.am
8794         * src/plugins/clamav/clamav_plugin.c
8795         * src/plugins/clamav/clamav_plugin.h
8796         * src/plugins/clamav/clamav_plugin_gtk.c
8797         * src/plugins/demo/Makefile.am
8798         * src/plugins/demo/demo.c
8799         * src/plugins/dillo_viewer/Makefile.am
8800         * src/plugins/dillo_viewer/README
8801         * src/plugins/dillo_viewer/dillo_prefs.c
8802         * src/plugins/dillo_viewer/dillo_prefs.h
8803         * src/plugins/dillo_viewer/dillo_viewer.c
8804         * src/plugins/pgpcore/Makefile.am
8805         * src/plugins/pgpcore/passphrase.c
8806         * src/plugins/pgpcore/passphrase.h
8807         * src/plugins/pgpcore/pgp_viewer.c
8808         * src/plugins/pgpcore/pgp_viewer.h
8809         * src/plugins/pgpcore/plugin.c
8810         * src/plugins/pgpcore/prefs_gpg.c
8811         * src/plugins/pgpcore/prefs_gpg.h
8812         * src/plugins/pgpcore/select-keys.c
8813         * src/plugins/pgpcore/select-keys.h
8814         * src/plugins/pgpcore/sgpgme.c
8815         * src/plugins/pgpcore/sgpgme.h
8816         * src/plugins/pgpcore/sylpheed.def
8817         * src/plugins/pgpcore/version.rc
8818         * src/plugins/pgpinline/Makefile.am
8819         * src/plugins/pgpinline/pgpinline.c
8820         * src/plugins/pgpinline/pgpinline.h
8821         * src/plugins/pgpinline/plugin.c
8822         * src/plugins/pgpinline/sylpheed.def
8823         * src/plugins/pgpinline/version.rc
8824         * src/plugins/pgpmime/Makefile.am
8825         * src/plugins/pgpmime/pgpmime.c
8826         * src/plugins/pgpmime/pgpmime.h
8827         * src/plugins/pgpmime/plugin.c
8828         * src/plugins/pgpmime/sylpheed.def
8829         * src/plugins/pgpmime/version.rc
8830         * src/plugins/spamassassin/Makefile.am
8831         * src/plugins/spamassassin/README
8832         * src/plugins/spamassassin/spamassassin.c
8833         * src/plugins/spamassassin/spamassassin.h
8834         * src/plugins/spamassassin/spamassassin_gtk.c
8835         * src/plugins/trayicon/Makefile.am
8836         * src/plugins/trayicon/trayicon.c
8837         * tools/OOo2sylpheed.pl
8838         * tools/README
8839         * tools/README.sylprint
8840         * tools/acroread2sylpheed.pl
8841         * tools/claws.i18n.status.pl
8842         * tools/filter_conv.pl
8843         * tools/filter_conv_new.pl
8844         * tools/freshmeat_search.pl
8845         * tools/google_search.pl
8846         * tools/kmail2sylpheed.pl
8847         * tools/kmail2sylpheed_v2.pl
8848         * tools/make.themes.project
8849         * tools/multiwebsearch.pl
8850         * tools/nautilus2sylpheed.sh
8851         * tools/outlook2sylpheed.pl
8852         * tools/sylprint.pl
8853         * tools/sylprint.rc
8854         * tools/tb2sylpheed
8855         * tools/textviewer.sh
8856         * tools/vcard2xml.py
8857         * tools/kdeservicemenu/README
8858         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
8859         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
8860         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
8861                 Change name to Claws Mail. Announce to follow...
8862
8863 2006-11-06 [wwp]        2.6.0cvs6
8864
8865         * src/prefs_template.c
8866                 unify messages related to quote format/template errors (fix
8867                 capitalization), again.
8868
8869 2006-11-06 [wwp]        2.6.0cvs5
8870
8871         * src/prefs_quote.c
8872                 unify messages related to quote format/template errors.
8873
8874 2006-11-06 [wwp]        2.6.0cvs4
8875
8876         * src/prefs_msg_colors.c
8877                 more uses of Q_ macro for contextual translations, thanks
8878                 to Fabien (fzzzzz).
8879
8880 2006-11-06 [wwp]        2.6.0cvs3
8881
8882         * src/compose.c
8883         * src/common/utils.c
8884         * src/common/utils.h
8885                 show an alertpanel to make sure users are aware that sensitive
8886                 files are attached (it's file blacklist-based). This will fix
8887                 interaction w/ GoogleEarth for instance, thanks to Colin.
8888
8889 2006-11-06 [wwp]        2.6.0cvs2
8890
8891         * src/prefs_quote.c
8892         * src/prefs_template.c
8893         * src/prefs_template.h
8894                 check quote format when applying/closing prefs. For now this only
8895                 shows up an error dialog box, not preventing the user from using
8896                 a broken quote (reply, forwards) format.
8897
8898 2006-11-06 [wwp]        2.6.0cvs1
8899
8900         * src/prefs_template.c
8901                 fix missing checks of some template fields.
8902
8903 2006-11-06 [paul]       2.6.0
8904
8905         * NEWS
8906         * README
8907         * RELEASE_NOTES
8908                 2.6.0 released
8909
8910 2006-11-06 [paul]       2.5.6cvs22
8911
8912         * manual/advanced.xml
8913         * manual/es/advanced.xml
8914                 put 'respect_flowed_format' info in the correct
8915                 place
8916
8917 2006-11-06 [mones]      2.5.6cvs21
8918
8919         * po/es.po
8920                 Minor fixes for release
8921
8922 2006-11-06 [paul]       2.5.6cvs20
8923
8924         * po/cs.po
8925         * po/de.po
8926         * po/fr.po
8927         * po/it.po
8928         * po/nl.po
8929         * po/pt_BR.po
8930         * po/sk.po
8931         * po/sv.po
8932         * po/zh_CN.po
8933                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
8934                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
8935                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
8936                 Young
8937
8938 2006-11-02 [colin]      2.5.6cvs19
8939
8940         * src/imap.c
8941         * src/imap.h
8942         * src/prefs_account.c
8943         * src/etpan/imap-thread.c
8944                 Add GSSAPI support - fixes Debian bug #383274
8945
8946 2006-11-01 [colin]      2.5.6cvs18
8947
8948         * src/jpilot.c
8949                 Handle libpisock12 support. Probably
8950                 fixes bug 1046, 'jpilot AddressDB.pdb 
8951                 import fail'
8952
8953 2006-11-01 [colin]      2.5.6cvs17
8954
8955         * src/folderutils.c
8956                 debug_print() folderutils_mark_all_read()
8957
8958 2006-11-01 [colin]      2.5.6cvs16
8959
8960         * COPYING
8961                 Add missed files to the Apache exception
8962
8963 2006-10-31 [colin]      2.5.6cvs15
8964
8965         * src/folder.c
8966         * src/folder.h
8967                 Add a copy_private_data() func to FolderClasses
8968                 Doesn't break the feature freeze, because we 
8969                 won't use it (right now) in the core.
8970
8971 2006-10-31 [colin]      2.5.6cvs14
8972
8973         * COPYING
8974                 Allow linking with the Apache licensed files in
8975                 src/plugins/spamassassin. Hopefully fixes 
8976                 bug 1048, 'Spamassassin plugin license problem'
8977
8978 2006-10-31 [wwp]        2.5.6cvs13
8979
8980         * src/compose.c
8981                 fix and optimize trimming of leading linefeeds in body loop.
8982
8983 2006-10-31 [colin]      2.5.6cvs12
8984
8985         * src/etpan/imap-thread.c
8986         * src/imap.c
8987                 Make really sure to have NULL sets in case
8988                 of error
8989
8990 2006-10-30 [wwp]        2.5.6cvs11
8991
8992         * src/prefs_common.c
8993         * src/prefs_common.h
8994         * src/compose.c
8995                 fix broken storage of quote format template when it contains \-escape
8996                 sequences. The application of such sequences is also fixed now (\t
8997                 in quote format will be a real tab instead of a 't', for instance).
8998
8999 2006-10-27 [colin]      2.5.6cvs10
9000
9001         * src/compose.c
9002                 Probably fix bug 1045, 'sylpheed-claws 
9003                 doesn't remove the mail from the IMAP 
9004                 Queue folder after sending'. From
9005                 2.5.6cvs3-stable
9006
9007 2006-10-27 [colin]      2.5.6cvs9
9008
9009         * configure.ac
9010                 Require libetpan-0.48. I'm so annoying,
9011                 I know ;-)
9012
9013 2006-10-27 [colin]      2.5.6cvs8
9014
9015         * src/folder.c
9016         * src/imap.c
9017                 Probably fix bug 1044, 'sylpheed-claws 
9018                 segfaults while moving mails' - Fix relation
9019                 usage when moving to an IMAP mailbox from another
9020                 mailbox
9021
9022 2006-10-26 [paul]       2.5.6cvs7
9023
9024         * src/gtk/about.c
9025                 add libSM to compiled-in features
9026                 list
9027
9028 2006-10-24 [colin]      2.5.6cvs6
9029
9030         * src/textview.c
9031         * src/gtk/gtkutils.c
9032                 Fix crash when printing emails with an
9033                 xface
9034
9035 2006-10-24 [mones]      2.5.6cvs5
9036
9037         * manual/es/advanced.xml
9038                 Synchronize hidden option respect_flowed_format
9039         * po/es.po
9040                 Updated translation
9041
9042 2006-10-21 [paul]       2.5.6cvs4
9043
9044         * src/gtk/authors.h
9045         * src/plugins/pgpcore/pgp_viewer.c
9046         * src/plugins/pgpcore/sgpgme.c
9047                 fix building on BSDs
9048                 Thanks to Michael Hughes
9049                 <Sylpheed-Claws_user@thehugheslogcabin.net>
9050
9051 2006-10-20 [colin]      2.5.6cvs3
9052
9053         * configure.ac
9054                 Bump up libetpan requirement
9055                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
9056         * src/common/utils.c
9057         * src/common/utils.h
9058                 Add convenience get_file_mtime()
9059         * src/imap.c
9060         * src/etpan/imap-thread.c
9061         * src/etpan/imap-thread.h
9062                 Implement UIDPLUS support if the server
9063                 supports it - faster sending in this case
9064
9065 2006-10-19 [colin]      2.5.6cvs2
9066
9067         * src/gtk/quicksearch.c
9068                 Fix emptying in type-ahead+extended mode
9069         * src/mainwindow.c
9070         * src/mainwindow.h
9071                 Add a hook for offline state change
9072         * src/plugins/trayicon/trayicon.c
9073                 Use it to display offline icons
9074         * src/plugins/trayicon/Makefile.am
9075         * src/plugins/trayicon/newmail.offline.xpm
9076         * src/plugins/trayicon/newmarkedmail.offline.xpm
9077         * src/plugins/trayicon/nomail.offline.xpm
9078         * src/plugins/trayicon/unreadmail.offline.xpm
9079         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
9080                 Add the icons
9081
9082 2006-10-12 [paul]       2.5.6cvs1
9083
9084         * NEWS
9085         * README
9086         * configure.ac
9087                 Update version number following
9088                 stable release
9089
9090 2006-10-19 [colin]      2.5.5cvs18
9091
9092         * manual/handling.xml
9093                 Add type-ahead search
9094
9095 2006-10-18 [colin]      2.5.5cvs17
9096
9097         * src/gtk/quicksearch.c
9098                 Remove "save to history only if there's
9099                 no syntax error", it breaks for some 
9100                 reason which I'll investigate later.
9101
9102 2006-10-18 [colin]      2.5.5cvs16
9103
9104         * src/prefs_common.c
9105         * src/prefs_common.h
9106         * src/summaryview.c
9107         * src/gtk/quicksearch.c
9108         * src/gtk/quicksearch.h
9109                 Add a type-ahead option for fast searches
9110                 Patch by Fabien Vantard
9111
9112 2006-10-18 [colin]      2.5.5cvs15
9113
9114         * src/compose.c
9115         * src/compose.h
9116                 Add Options/Reply mode/ menu to be able to
9117                 change the recipients of a reply on the fly
9118
9119 2006-10-18 [colin]      2.5.5cvs14
9120
9121         * src/compose.c
9122                 Fix redirecting of our own sent mails
9123
9124 2006-10-17 [wwp]        2.5.5cvs13
9125
9126         * src/send_message.c
9127                 Fix duplicate error messages when sending, and missing
9128                 newline in such error messages.
9129
9130 2006-10-17 [colin]      2.5.5cvs12
9131
9132         * src/compose.c
9133                 Compare addresses case-insensitive
9134
9135 2006-10-17 [colin]      2.5.5cvs11
9136
9137         * src/plugins/pgpcore/sgpgme.c
9138                 Fix return status
9139
9140 2006-10-17 [colin]      2.5.5cvs10
9141
9142         * src/plugins/pgpcore/pgp_viewer.c
9143                 Fix return status
9144
9145 2006-10-17 [colin]      2.5.5cvs9
9146
9147         * src/quote_fmt.c
9148                 Fix a typo (thanks to Fabien)
9149
9150 2006-10-16 [colin]      2.5.5cvs8
9151
9152         * src/textview.c
9153                 Fix problem with quote-folding when emails
9154                 don't convert cleanly to UTF-8
9155
9156 2006-10-14 [colin]      2.5.5cvs7
9157
9158         * src/prefs_template.c
9159                 Reset fields when reopening
9160                 the window
9161
9162 2006-10-13 [paul]       2.5.5cvs6
9163
9164         * manual/advanced.xml
9165         * src/prefs_message.c
9166                 make 'respect_flowed_format' a hidden
9167                 option, and add a manual entry for it
9168                 Thanks to Colin
9169
9170 2006-10-12 [colin]      2.5.5cvs5
9171
9172         * src/codeconv.c
9173                 Revert part of 2.5.2cvs21:
9174                 Don't optimise by reusing the 
9175                 last iconv converter if possible:
9176                 it seems slightly broken in a 
9177                 very hard way to reproduce
9178
9179 2006-10-12 [colin]      2.5.5cvs4
9180
9181         * src/prefs_common.c
9182         * src/prefs_common.h
9183         * src/prefs_message.c
9184         * src/procmime.c
9185                 Fix bug 1035, 'Incorrect handling 
9186                 of flowed lines'. We now optionnaly
9187                 handle this format (preference is in
9188                 Message View/Text options section)
9189
9190 2006-10-12 [colin]      2.5.5cvs3
9191
9192         * po/POTFILES.in
9193                 Add new file
9194         * src/plugins/pgpcore/pgp_viewer.c
9195         * src/plugins/pgpcore/sgpgme.c
9196                 Don't try to import without asking
9197
9198 2006-10-12 [colin]      2.5.5cvs2
9199
9200         * src/compose.c
9201                 Fix bug 1036, 'Forwarding a mutlipart
9202                 mail with a "text/html" block to ms
9203                 outlook users leeds to freeze of
9204                 outlook'. Poor outlook users...
9205
9206 2006-10-12 [paul]       2.5.5cvs1
9207
9208         * NEWS
9209         * README
9210         * configure.ac
9211                 Update version number following
9212                 stable release
9213
9214 2006-10-11 [paul]       2.5.4cvs1
9215
9216         * NEWS
9217         * README
9218         * configure.ac
9219                 Update version number following
9220                 stable release
9221
9222 2006-10-11 [paul]       2.5.3cvs32
9223
9224         * src/textview.c
9225                 fix bug 1032, 'Segmentation fault when showing
9226                 message' (bug in quote folding)
9227                 Thanks to Colin
9228
9229 2006-10-10 [colin]      2.5.3cvs31
9230
9231         * src/quote_fmt.c
9232                 Rephrase english a bit
9233
9234 2006-10-10 [colin]      2.5.3cvs30
9235
9236         * src/prefs_compose_writing.c
9237                 Stop making the page larger than the window
9238
9239 2006-10-10 [wwp]        2.5.3cvs29
9240
9241         * src/compose.c
9242         * src/prefs_template.c
9243         * src/quote_fmt.c
9244         * src/quote_fmt.h
9245         * src/quote_fmt_lex.l
9246         * src/quote_fmt_parse.y
9247                 Extend the quote parser a bit: allow to get access to
9248                 basic (composing) account info.
9249
9250 2006-10-10 [colin]      2.5.3cvs28
9251
9252         * src/procheader.c
9253                 Fix this \t problem in subject
9254
9255 2006-10-09 [colin]      2.5.3cvs27
9256
9257         * src/main.c
9258         * src/prefs_gtk.c
9259                 Prepare cache a bit later
9260                 If section already exists, skip the new one 
9261                 (as previously); avoid writing the same block
9262                 twice - if we find a second block with the 
9263                 same id, skip it.
9264         * src/plugins/pgpcore/pgp_viewer.c
9265                 Set cursor to busy when retrieving a key
9266         * src/plugins/pgpcore/sgpgme.c
9267                 allow 5 seconds for gpg to export the key
9268                 
9269
9270 2006-10-09 [colin]      2.5.3cvs26
9271
9272         * configure.ac
9273         * src/msgcache.c
9274         * src/prefs_gtk.c
9275                 Check for existence of fgets_unlocked
9276                 and fwrite_unlocked
9277
9278 2006-10-09 [paul]       2.5.3cvs25
9279
9280         * src/prefs_summaries.c
9281                 replace strftime() with fast_strftime() and in
9282                 the consequence fix the bug in the display of
9283                 AM/PM in the 'Example' string
9284
9285 2006-10-09 [ticho]      2.5.3cvs24
9286
9287         * po/sk.po
9288                 Updated (and fixed up somewhat) Slovak translation.
9289
9290 2006-10-08 [colin]      2.5.3cvs23
9291
9292         * src/prefs_folder_item.c
9293                 Explain why prefs in the top-level folder
9294                 aren't retained, but are still useful
9295
9296 2006-10-08 [colin]      2.5.3cvs22
9297
9298         * src/prefs_gtk.c
9299                 Don't cache anything if caching fails
9300
9301 2006-10-08 [colin]      2.5.3cvs21
9302
9303         * src/common/utils.c
9304                 always include gi18n.h
9305
9306 2006-10-07 [colin]      2.5.3cvs20
9307
9308         * src/plugins/pgpcore/pgp_viewer.c
9309                 Kill gpg after 5 seconds wait
9310
9311 2006-10-07 [colin]      2.5.3cvs19
9312
9313         * src/plugins/pgpcore/pgp_viewer.c
9314         * src/plugins/pgpcore/pgp_viewer.h
9315                 Fix copyright
9316
9317 2006-10-07 [colin]      2.5.3cvs18
9318
9319         * src/plugins/pgpcore/pgp_viewer.c
9320         * src/plugins/pgpcore/pgp_viewer.h
9321                 Actually add the files to CVS
9322
9323 2006-10-07 [colin]      2.5.3cvs17
9324
9325         * src/plugins/pgpcore/sgpgme.c
9326                 Be sure not to crash on 'application/pgp-signature' that
9327                 are not application/pgp-signatures
9328
9329 2006-10-07 [colin]      2.5.3cvs16
9330
9331         * src/textview.c
9332         * src/textview.h
9333                 Make a bit more of the API available
9334         * src/plugins/pgpcore/Makefile.am
9335         * src/plugins/pgpcore/plugin.c
9336         * src/plugins/pgpcore/sgpgme.c
9337                 Add basic key import/export
9338
9339 2006-10-07 [colin]      2.5.3cvs15
9340
9341         * src/folderview.c
9342         * src/imap.c
9343         * src/prefs_account.c
9344         * src/wizard.c
9345                 Warn users *everywhere* if libetpan's not
9346                 linked in
9347
9348 2006-10-06 [mones]      2.5.3cvs14
9349
9350         * po/de.po
9351         * po/es.po
9352                 updated by Stephan Sachse and me
9353
9354 2006-10-06 [colin]      2.5.3cvs13
9355
9356         * src/main.c
9357         * src/common/sylpheed.c
9358                 Don't load common plugins if --exit is passed
9359         * src/prefs_gtk.c
9360         * src/prefs_gtk.h
9361                 Implement a cache to avoid reading the same
9362                 files over and over again at startup
9363
9364 2006-10-06 [colin]      2.5.3cvs12
9365
9366         * src/summaryview.c
9367         * src/gtk/quicksearch.c
9368                 Update display every 5k mails on fast searches
9369
9370 2006-10-06 [colin]      2.5.3cvs11
9371
9372         * src/textview.c
9373                 Don't do quote folding on HTML or ERTF.
9374                 May fix the Cygwin issues if they were
9375                 happening with HTML mails?
9376
9377 2006-10-05 [colin]      2.5.3cvs10
9378
9379         * src/prefs_gtk.c
9380                 Oops, forgot one
9381
9382 2006-10-05 [colin]      2.5.3cvs9
9383
9384         * src/prefs_gtk.c
9385                 Use unlocked_stdio here too
9386
9387 2006-10-05 [colin]      2.5.3cvs8
9388
9389         * src/folderview.c
9390                 Fix go to next * after preferences apply
9391         * src/msgcache.c
9392                 Do the fd lock/unlock ourselves instead of
9393                 letting the libc do it at each write 
9394
9395 2006-10-05 [colin]      2.5.3cvs7
9396
9397         * src/common/utils.c
9398                 Faster division, thanks to Jean Diraison
9399
9400 2006-10-05 [paul]       2.5.3cvs6
9401
9402         * src/common/utils.c
9403                 fix building with --disable-nls
9404
9405 2006-10-04 [colin]      2.5.3cvs5
9406
9407         * src/folder.c
9408                 Maybe fix a segfault
9409
9410 2006-10-04 [wwp]        2.5.3cvs4
9411
9412         * src/prefs_folder_item.c
9413                 Fine-tune layouts in folder item prefs. Suggested by
9414                 Fabien Vantard <fzzzzz@gmail.com>.
9415
9416 2006-10-04 [wwp]        2.5.3cvs3
9417
9418         * src/prefs_folder_item.c
9419                 Kill the clandestine passengers. You didn't see anything.
9420
9421 2006-10-04 [wwp]        2.5.3cvs2
9422
9423         * src/prefs_folder_item.c
9424                 Add a way to test the subject simplify regexp in
9425                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
9426                 w/ few layout changes.
9427
9428 2006-20-04 [paul]       2.5.3cvs1
9429
9430         * NEWS
9431         * README
9432         * configure.ac
9433                 Update version number following
9434                 stable release
9435
9436 2006-10-04 [colin]      2.5.2cvs42
9437
9438         * src/folder.c
9439         * src/folder.h
9440         * src/summaryview.c
9441                 Provide a way for folder classes to set their sort
9442                 type and key
9443
9444 2006-10-03 [colin]      2.5.2cvs41
9445
9446         * src/mh.c
9447                 Don't use strlen() to know if the
9448                 string's empty
9449
9450 2006-10-03 [colin]      2.5.2cvs40
9451
9452         * src/mh.c
9453                 Fix "check for new folders" with accentued folders
9454
9455 2006-10-03 [ticho]      2.5.2cvs39
9456
9457         * src/filtering.c
9458         * src/folder.c
9459         * src/inc.c
9460         * src/mbox.c
9461                 Colin's fix for "copy" filtering rules.
9462
9463 2006-10-02 [colin]      2.5.2cvs38
9464
9465         * src/folderview.c
9466                 Fix for double-click too
9467
9468 2006-10-02 [colin]      2.5.2cvs37
9469
9470         * src/folderview.c
9471                 correct fix for cvs36
9472
9473 2006-10-02 [colin]      2.5.2cvs36
9474
9475         * src/folderview.c
9476                 Fix 'goto next unread' after collapsing/expanding 
9477                 a node.
9478
9479 2006-10-02 [colin]      2.5.2cvs35
9480
9481         * src/summaryview.c
9482                 Fix double freeze/thaw
9483         * src/common/utils.c
9484         * src/common/utils.h
9485                 Reimplement strftime
9486         * src/procheader.c
9487                 Use it
9488
9489
9490 2006-10-02 [colin]      2.5.2cvs34
9491
9492         * src/mh.c
9493                 Time mh_write_sequences() - it's fast
9494         * src/summaryview.c
9495                 Init a variable to shut up gcc
9496
9497 2006-10-01 [colin]      2.5.2cvs33
9498
9499         * src/folder.c
9500         * src/mh.c
9501         * src/mh.h
9502         * src/msgcache.c
9503                 Add helper mh_set_mtime(), and set mtime to stat()'s result
9504                 Add fsync but disable it, it's slow as hell
9505
9506 2006-10-01 [colin]      2.5.2cvs32
9507
9508         * src/mh.c
9509         * src/msgcache.c
9510                 fflush() caches and mh_sequences before
9511                 fclose()ing
9512
9513 2006-10-01 [colin]      2.5.2cvs31
9514
9515         * src/msgcache.c
9516                 Don't ftruncate when not using mmap
9517
9518 2006-09-30 [colin]      2.5.2cvs30
9519
9520         * src/main.c
9521                 Write folder list *after* saving caches
9522
9523 2006-09-30 [colin]      2.5.2cvs29
9524
9525         * src/folder.c
9526         * src/mh.c
9527                 Debug forced mtime changes
9528
9529 2006-09-30 [colin]      2.5.2cvs28
9530
9531         * src/folder.c
9532         * src/main.c
9533                 Remove useless debug_print()s (code
9534                 well-tested)
9535
9536 2006-09-30 [colin]      2.5.2cvs27
9537
9538         * src/mh.c
9539                 Do stuff faster when writing mh_sequences
9540
9541 2006-09-30 [colin]      2.5.2cvs26
9542
9543         * src/mh.c
9544                 Don't let the writing of .mh_sequences, which
9545                 can change the folder's mtime, let us think
9546                 we need to scan.
9547
9548 2006-09-30 [colin]      2.5.2cvs25
9549
9550         * src/folder.c
9551                 Move a debug_print where it belongs 
9552                 (processing)
9553         * src/summaryview.c
9554                 Don't mess with a huge slow subject
9555                 table if we're not threading by
9556                 subject
9557
9558 2006-09-30 [colin]      2.5.2cvs24
9559
9560         * src/msgcache.c
9561                 Reenable mmaped reads (*not* writes!)
9562         * src/procmsg.c
9563                 Don't destroy and recreate hashtables just
9564                 for fun
9565         * src/common/utils.c
9566                 Remove useless reply prefixes (it's case
9567                 unsensitive)
9568
9569 2006-09-30 [wwp]        2.5.2cvs23
9570
9571         * tools/fix_date.sh
9572                 Fixed a minor bug in date value extraction, added a switch
9573                 to replace non RFC-compliant Date: value, added a switch
9574                 to use strict RFC matching patterns for dates.
9575
9576 2006-09-29 [colin]      2.5.2cvs22
9577
9578         * src/matcher_parser.h
9579         * src/matcher_parser_parse.y
9580         * src/prefs_filtering.c
9581         * src/statusbar.c
9582         * src/summary_search.c
9583         * src/summaryview.c
9584         * src/gtk/quicksearch.c
9585         * src/gtk/quicksearch.h
9586                 Optimise searches by setting different
9587                 refresh intervals (depending if the 
9588                 search is fast or not)
9589
9590 2006-09-29 [colin]      2.5.2cvs21
9591
9592         * src/codeconv.c
9593                 Optimise by reusing the last iconv converter
9594                 if possible
9595         * src/textview.c
9596                 Optimise a bit (the foldable quotes feature
9597                 still has an awful O(n^2) algo
9598
9599 2006-09-29 [colin]      2.5.2cvs20
9600
9601         * src/gtk/gtksctree.c
9602         * src/gtk/gtksctree.h
9603                 Optimise de-selection via up/down or
9604                 another key
9605
9606 2006-09-28 [colin]      2.5.2cvs19
9607
9608         * src/action.c
9609         * src/compose.c
9610         * src/folderview.c
9611         * src/mainwindow.c
9612         * src/messageview.c
9613         * src/summary_search.c
9614         * src/toolbar.c
9615                 Avoid using summaryview->ctree directly
9616
9617 2006-09-28 [colin]      2.5.2cvs18
9618
9619         * src/summaryview.c
9620         * src/summaryview.h
9621                 Add helpers to freeze/thaw/grab_focus
9622                 Factorize calls to freeze/thaw/grab_focus
9623                 
9624
9625 2006-09-28 [colin]      2.5.2cvs17
9626
9627         * src/main.c
9628                 More guards for the session management
9629
9630 2006-09-28 [colin]      2.5.2cvs16
9631
9632         * src/folderview.c
9633         * src/gtk/gtksctree.c
9634         * src/gtk/gtksctree.h
9635                 Make expanding not recursive in folderview
9636
9637 2006-09-28 [colin]      2.5.2cvs15
9638
9639         * src/addressbook.c
9640                 If nothing is selected in the list (right part)
9641                 and a group is selected in the tree (left part),
9642                 mail this group.
9643
9644 2006-09-28 [colin]      2.5.2cvs14
9645
9646         * src/Makefile.am
9647                 Actually use SM_LIBS
9648
9649 2006-09-28 [ticho]      2.5.2cvs13
9650
9651         * src/export.c
9652         * src/messageview.c
9653         * src/mimeview.c
9654         * src/news.c
9655         * src/pop.c
9656         * src/prefs_themes.c
9657         * src/procmsg.c
9658                 Small i18n string optimization.
9659         * src/send_message.c
9660         * src/summaryview.c
9661         * src/common/session.c
9662         * src/common/smtp.c
9663         * src/common/ssl_certificate.c
9664         * src/common/utils.c
9665                 Use "Couldn't" instead of "Can't" in UI messages,
9666                 where appropriate.
9667
9668 2006-09-28 [colin]      2.5.2cvs12
9669
9670         * configure.ac
9671                 Possibly fix link errors
9672
9673 2006-09-27 [wwp]        2.5.2cvs11
9674
9675         * src/gtk/authors.h
9676         * doc/man/sylpheed-claws.1
9677         * manual/ack.xml
9678         * manual/es/ack.xml
9679         * manual/fr/ack.xml
9680         * manual/pl/ack.xml
9681                 Updated authors info (me, myself and I).
9682
9683 2006-09-27 [colin]      2.5.2cvs10
9684
9685         * src/addressbook.c
9686                 Remove useless printf
9687
9688 2006-09-27 [wwp]        2.5.2cvs9
9689
9690         * src/editgroup.c
9691         * src/send_message.c
9692         * src/inc.c
9693         * src/prefs_common.c
9694         * src/prefs_common.h
9695         * src/gtk/progressdialog.c
9696                 remember more windows' sizes (send dialog, received dialog,
9697                 edit group in addressbook).
9698
9699 2006-09-27 [colin]      2.5.2cvs8
9700
9701         * configure.ac
9702         * src/main.c
9703         * src/mainwindow.h
9704                 Use libSM to communicate with the session
9705                 manager, so that we can know when the 
9706                 session ends, save our caches, and draft
9707                 our compose windows.
9708
9709 2006-09-27 [colin]      2.5.2cvs7
9710
9711         * src/addressbook.c
9712                 Fix issues:
9713                 o Allow Book and Group creation from the tree's
9714                   contextual menu
9715                 o Do not actually delete the contacts when 
9716                   deleting groups from the tree (duh!)
9717
9718 2006-09-27 [colin]      2.5.2cvs6
9719
9720         * src/compose.c
9721         * src/compose.h
9722         * src/mainwindow.c
9723         * src/textview.c
9724         * src/toolbar.c
9725                 o Allow passing an email address to 
9726                   compose_new_with_folderitem
9727                 o Update callers
9728                 o Use current folderitem when clicking
9729                   on a TextView mailto: link
9730                 o Fix a possible leak in TextView
9731
9732 2006-09-27 [colin]      2.5.2cvs5
9733
9734         * src/html.c
9735                 Use UTF-8 chars to replace HTML entities
9736
9737 2006-09-27 [colin]      2.5.2cvs4
9738
9739         * AUTHORS
9740         * src/prefs_account.c
9741         * src/gtk/authors.h
9742                 Fix bug #1024 (Array index out of
9743                 range in sylpheed-claws-2.5.2)
9744                 Patch by Ales Nosek <anosek@suse.cz>
9745
9746 2006-09-27 [colin]      2.5.2cvs3
9747
9748         * src/addr_compl.c
9749                 Actually do the test
9750
9751 2006-09-27 [colin]      2.5.2cvs2
9752
9753         * src/addr_compl.c
9754         * src/addr_compl.h
9755                 Allow completing with comma (in certain cases: vCalendar
9756                 for example doesn't support that)
9757                 Patch by Fabien Vantard
9758
9759 2006-09-26 [colin]      2.5.2cvs1
9760
9761         * src/Makefile.am
9762         * src/addr_compl.c
9763         * src/addr_compl.h
9764         * src/addrbook.c
9765         * src/addrbook.h
9766         * src/addressbook.c
9767         * src/addrindex.c
9768         * src/addrindex.h
9769         * src/compose.c
9770         * src/prefs_common.c
9771         * src/prefs_filtering_action.c
9772         * src/prefs_folder_item.c
9773         * src/prefs_template.c
9774         * src/stock_pixmap.c
9775         * src/stock_pixmap.h
9776         * src/pixmaps/addr_one.xpm
9777         * src/pixmaps/addr_two.xpm
9778                 Add auto-completion on groups
9779
9780 2006-09-26 [colin]      2.5.2
9781
9782         * NEWS
9783         * README
9784         * RELEASE_NOTES
9785                 2.5.2 released
9786
9787 2006-09-26 [colin]      2.5.1cvs5
9788
9789         * src/matcher.c
9790                 Fix condition
9791
9792 2006-09-26 [colin]      2.5.1cvs4
9793
9794         * src/mbox.c
9795                 Revert cvs1 (useless as the message is printed 
9796                 every 500 mails)
9797
9798 2006-09-26 [colin]      2.5.1cvs3
9799
9800         * src/partial_download.c
9801                 Fix crasher found by Alexsandar Urosevic
9802
9803 2006-09-26 [colin]      2.5.1cvs2
9804
9805         * src/summaryview.c
9806                 Fix bug #1023 (Sylpheed deletes too much messages)
9807
9808 2006-09-26 [ticho]      2.5.1cvs1
9809
9810         * src/mbox.c
9811                 Make use of gettext's multiple plurals for statusbar
9812                 progress message.
9813
9814 2006-09-25 [paul]       2.5.1
9815
9816         * NEWS
9817         * README
9818         * RELEASE_NOTES
9819                 2.5.1 released
9820
9821 2006-09-25 [colin]      2.5.0cvs3
9822
9823         * src/plugins/bogofilter/bogofilter.c
9824         * src/plugins/clamav/clamav_plugin.c
9825         * src/plugins/spamassassin/spamassassin.c
9826                 BogoFilter, Spamassassin: Fix double hook registering after
9827                 visiting preferences
9828                 Spamassassin, Clamav: Just set the mails to move instead of
9829                 doing the move - caller will move the things at once.
9830
9831 2006-09-25 [colin]      2.5.0cvs2
9832
9833         * src/imap.c
9834         * src/etpan/imap-thread.c
9835                 Use UID SEARCH ALL instead of UID 1:*
9836                 (braindead servers can't figure out that's
9837                 the same...)
9838
9839 2006-09-25 [wwp]        2.5.0cvs1
9840
9841         * src/message_search.c
9842                 Added the ability to stop a running search (in message body).
9843
9844 2006-09-25 [paul]       2.5.0
9845
9846         * NEWS
9847         * README
9848         * RELEASE_NOTES
9849                 2.5.0 released
9850
9851 2006-09-25 [paul]       2.4.0cvs214
9852
9853         * po/cs.po
9854         * po/de.po
9855         * po/fi.po
9856         * po/fr.po
9857         * po/nl.po
9858         * po/pt_BR.po
9859         * po/sk.po
9860         * po/sr.po
9861         * po/zh_CN.po
9862                 updated by Tim, Stephan Sachse, Flammie Pirinen,
9863                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
9864                 Ticho, Aleksander Urosevic, Ralgh Young
9865
9866 2006-09-24 [mones]      2.4.0cvs213
9867
9868         * po/es.po
9869                 Updated for release
9870
9871 2006-09-23 [colin]      2.4.0cvs212
9872
9873         * src/gtk/inputdialog.c
9874                 Fix [ ] remember this appearing in normal
9875                 input dialogs after it's been used by
9876                 mimeview.
9877         * src/folder.c
9878         * src/folderview.c
9879         * src/msgcache.c
9880         * src/procmsg.c
9881         * src/summaryview.c
9882         * src/textview.c
9883         * src/common/timing.h
9884                 Enable timings in debug mode and make it
9885                 look prettier.
9886
9887 2006-09-22 [colin]      2.4.0cvs211
9888
9889         * README
9890                 Revert test change
9891         * commitHelper
9892                 ping the correct URI
9893
9894 2006-09-22 [colin]      2.4.0cvs210
9895
9896         * README
9897                 Let's see if bug #1022 is fixed
9898
9899 2006-09-21 [colin]      2.4.0cvs209
9900
9901         * src/wizard.c
9902         * src/common/plugin.c
9903                 Prepare infra to load predefined plugins when
9904                 no configuration existed. Don't actually load
9905                 anything yet (feat. freeze)
9906
9907 2006-09-21 [wwp]        2.4.0cvs208
9908
9909         * manual/fr/faq.xml
9910                 Partial sync w/ 2.4.0cvs72:
9911                 wrap file and minor updates.
9912
9913 2006-09-21 [wwp]        2.4.0cvs207
9914
9915         * tools/fix_date.sh
9916                 several fixes and enhancements. A new --force switch has been
9917                 added to prevent overriding by default Date: header when
9918                 already existing.
9919
9920 2006-09-21 [paul]       2.4.0cvs206
9921
9922         * src/common/utils.c
9923                 add Chinese UTF8 Re prefix
9924
9925 2006-09-21 [wwp]        2.4.0cvs205
9926
9927         * tools/Makefile.am
9928                 Fics alfabettical order.
9929
9930 2006-09-21 [wwp]        2.4.0cvs204
9931
9932         * tools/fix_date.sh
9933         * tools/Makefile.am
9934                 Added an action tool to fix missing Date field in emails.
9935                 Updated Makefile.am to reflect those last two additions.
9936
9937 2006-09-21 [wwp]        2.4.0cvs203
9938
9939         * tools/uuooffice
9940                 Added a action tool to open uuencoded docs w/
9941                 OpenOffice (based on uudec method).
9942
9943 2006-09-21 [colin]      2.4.0cvs202
9944
9945         * src/compose.c
9946         * src/textview.c
9947                 Workaround possible GTK crash: remove selection 
9948                 clipboard before destroying widget, or GTK+-2.10
9949                 dies. Thanks to Hiro.
9950
9951 2006-09-20 [colin]      2.4.0cvs201
9952
9953         * src/compose.c
9954                 Fix free-after-use in some cases (when 
9955                 procmime_encode_content() frees mimeinfo->data.mem
9956                 and turns it to a temp file)
9957
9958 2006-09-20 [colin]      2.4.0cvs200
9959
9960         * src/folderview.c
9961         * src/summaryview.c
9962         * src/gtk/gtksctree.c
9963         * src/gtk/gtksctree.h
9964                 Add tooltips in the folderview and summaryview
9965                 (Doesn't break string freeze as they already
9966                 exist)
9967         * src/toolbar.c
9968                 Put the spam button in the default configuration
9969                 if compiled with bogo plugin too
9970
9971 2006-09-19 [colin]      2.4.0cvs199
9972
9973         * src/summaryview.c
9974         * src/summaryview.h
9975                 Update folder name label on folder rename
9976         * src/prefs_matcher.c
9977         * src/gtk/logwindow.h
9978                 Fix warnings
9979                 Patches by Fabien
9980
9981 2006-09-19 [wwp]        2.4.0cvs198
9982
9983         * src/summary_search.c
9984                 fix can't click forward/backward buttons in the
9985                 search messages.
9986
9987 2006-09-18 [paul]       2.4.0cvs197
9988
9989         * src/wizard.c
9990                 add missing bracket, capitalise the A of
9991                 'SpamAssassin'
9992
9993 2006-09-18 [paul]       2.4.0cvs196
9994
9995         * src/compose.c
9996                 fix bug 1012 'crashed upon sending mail
9997                 from compose window'
9998                 Thanks to Colin
9999
10000 2006-09-16 [colin]      2.4.0cvs195
10001
10002         * src/folderview.c
10003                 Fix "real-time" sorting by freezing/thawing
10004
10005 2006-09-16 [colin]      2.4.0cvs194
10006
10007         * manual/faq.xml
10008                 Fix the anti-spam entry a bit
10009
10010 2006-09-16 [colin]      2.4.0cvs193
10011
10012         * src/wizard.c
10013                 Make sure reviewers have no excuse when stating
10014                 Sylpheed-Claws doesn't have antispam capabilities.
10015
10016 2006-09-16 [colin]      2.4.0cvs192
10017
10018         * src/main.c
10019                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
10020                 as if the SIGPIPE comes from etpan's thread we could
10021                 trigger a GUI update from this thread.
10022
10023 2006-09-16 [colin]      2.4.0cvs191
10024
10025         * src/summaryview.c
10026                 Init all members of the struct
10027
10028 2006-09-16 [paul]       2.4.0cvs190
10029
10030         * src/account.c
10031                 improvements to the English
10032
10033 2006-09-15 [colin]      2.4.0cvs189
10034
10035         * src/summaryview.c
10036                 HIG order on dialog
10037
10038 2006-09-14 [colin]      2.4.0cvs188
10039
10040         * src/common/socket.c
10041         * src/common/socket.h
10042         * src/common/ssl.c
10043         * src/common/ssl_certificate.c
10044         * src/common/ssl_certificate.h
10045         * src/etpan/imap-thread.c
10046                 the get_fqdn() call done to get canonical name when
10047                 checking an SSL certificate is blocking, which is
10048                 sad as we just did a non-blocking lookup to connect.
10049                 Fix that by letting the fqdn available to the SockInfo,
10050                 and use that in ssl_certificate_check(). For IMAP,
10051                 we don't do it as the lookup's done by libetpan, but
10052                 it's less annoying as IMAP connections as much more
10053                 rare than POP3 connections.
10054
10055 2006-09-14 [paul]       2.4.0cvs187
10056
10057         * manual/advanced.xml
10058                 improvements to the English,
10059                 properly place the new hidden options
10060                 within the alphabetical order
10061         * src/gtk/pluginwindow.c
10062                 improvements to the English
10063
10064 2006-09-14 [colin]      2.4.0cvs186
10065
10066         * src/prefs_common.c
10067         * src/prefs_common.h
10068         * src/gtk/gtksctree.c
10069         * manual/advanced.xml
10070                 New hidden pref, stripes_color_offset, to change
10071                 the value added/substracted to normal bgcolor to
10072                 create the stripes in summaries
10073
10074 2006-09-13 [colin]      2.4.0cvs185
10075
10076         * src/gedit-print.c
10077         * src/messageview.c
10078         * src/messageview.h
10079         * src/summaryview.c
10080         * src/textview.c
10081                 Fix misc. printing issues: 
10082                 - Bad font for linkified headers
10083                 - Different font if the mail was displayed or not
10084                 - Factorize the thing
10085
10086 2006-09-13 [colin]      2.4.0cvs184
10087
10088         * src/common/ssl_certificate.c
10089                 Only get FQDN once when checking certificate
10090
10091 2006-09-13 [colin]      2.4.0cvs183
10092
10093         * src/account.c
10094         * src/gtk/pluginwindow.c
10095                 Misc. GUI fixes by Fabien
10096
10097 2006-09-13 [wwp]        2.4.0cvs182
10098
10099         * configure.ac
10100         * src/common/utils.h
10101         * src/common/utils.c
10102                 get rid of unused wide-char functions.
10103
10104 2006-09-13 [wwp]        2.4.0cvs181
10105
10106         * src/plugins/pgpinline/sylpheed.def
10107         * src/textview.c
10108                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
10109                 add privacy_reset_error to the .def file,
10110                 do not fork for an external textviewer.
10111
10112 2006-09-13 [wwp]        2.4.0cvs180
10113
10114         * src/prefs_common.c
10115                 fix broken font entry in prefs (patch issued by the gpg4win team,
10116                 probably by Marcus Brinkmann <marcus@g10code.de>).
10117
10118 2006-09-13 [colin]      2.4.0cvs179
10119
10120         * src/folder.h
10121                 Fix a warning in summaryview.c
10122         * src/mainwindow.c
10123         * src/summaryview.c
10124         * src/summaryview.h
10125                 Add missing Mark/* elements in the
10126                 main menu
10127
10128 2006-09-12 [colin]      2.4.0cvs178
10129
10130         * src/prefs_actions.c
10131         * src/prefs_filtering_action.c
10132         * src/prefs_matcher.c
10133                 Use (New) instead of New everywhere
10134
10135 2006-09-12 [wwp]        2.4.0cvs177
10136
10137         * manual/fr/addrbook.xml
10138         * manual/fr/handling.xml
10139                 updated some quotes in the fr manual to match the fr translation.
10140
10141 2006-09-12 [wwp]        2.4.0cvs176
10142
10143         * src/prefs_matcher.c
10144                 don't store translated string elements in matcher expressions.
10145                 Also fixed a misused of Q_().
10146
10147 2006-09-11 [wwp]        2.4.0cvs175
10148
10149         * src/plugins//bogofilter/bogofilter.c
10150         * src/plugins//clamav/clamav_plugin.c
10151         * src/plugins//demo/demo.c
10152         * src/plugins//dillo_viewer/dillo_viewer.c
10153         * src/plugins//pgpcore/plugin.c
10154         * src/plugins//pgpinline/plugin.c
10155         * src/plugins//pgpmime/plugin.c
10156         * src/plugins//spamassassin/spamassassin.c
10157                 gettext-ize more strings (mostly plugin error messages).
10158
10159 2006-09-11 [colin]      2.4.0cvs174
10160
10161         * src/alertpanel.c
10162                 Make maximum buffer size bigger to avoid
10163                 truncating translated messages. Patch by
10164                 Fabien
10165
10166 2006-09-11 [colin]      2.4.0cvs173
10167
10168         * src/etpan/imap-thread.c
10169                 Fix compilation on OpenBSD, thanks to 
10170                 Landry
10171
10172 2006-09-10 [wwp]        2.4.0cvs172
10173
10174         * manual/account.xml
10175         * manual/addrbook.xml
10176         * manual/handling.xml
10177         * manual/es/handling.xml
10178         * manual/fr/account.xml
10179         * manual/fr/addrbook.xml
10180         * manual/fr/handling.xml
10181                 documented addressbook matching (condition configuration):
10182                   addrbook.xml, en fr
10183                 documented per-account filtering rules (handling/filtering
10184                   section, account section):
10185                   account.xml, handling.xml, en fr
10186                 slightly updated the handling/searching section to tell few
10187                   words about the extended search ability:
10188                   handling.xml, en fr
10189                 added missing <quote></quotes> to Quick Search:
10190                   handling.xml, en fr es
10191                 fixed a typo (auomatically):
10192                   handling.xml, en
10193                 changes revisited by Paul.
10194
10195 2006-09-10 [paul]       2.4.0cvs171
10196
10197         * src/prefs_actions.c
10198         * src/prefs_filtering.c
10199         * src/prefs_template.c
10200                 adjustments to the gui
10201                 Patch by Fabien Vantard (slightly modified)
10202
10203 2006-09-10 [colin]      2.4.0cvs170
10204
10205         * src/summaryview.c
10206                 Check folderitem/summaryview consistency
10207                 (basically automates Update summary). Fixes
10208                 #1011 (wrong (negative) count on unread 
10209                 messages)
10210
10211 2006-09-10 [colin]      2.4.0cvs169
10212
10213         * src/gtk/gtksctree.c
10214                 Fix recursive expansion via mouse
10215         * src/plugins/bogofilter/bogofilter.c
10216                 Use normal filtering way of moving
10217                 messages (batching), possibly fixing
10218                 bug #1015 (Bogofilter plugin doubles 
10219                 new messages)
10220
10221 2006-09-09 [wwp]        2.4.0cvs168
10222
10223         * src/prefs_filtering.c
10224                 better place for this fix.
10225
10226 2006-09-09 [wwp]        2.4.0cvs167
10227
10228         * src/prefs_filtering.c
10229                 fix a minor bug when the enabled status of a filtering/processing
10230                 rule always got set to TRUE when replacing this rule. That still
10231                 make sense when adding a new rule, but now when replacing, we
10232                 don't override the value of 'enabled'.
10233                 Also renamed the func prefs_filtering_list_view_get_rule_name()
10234                 to prefs_filtering_list_view_get_info() as this function not only
10235                 returns the name, but also the account_id and the enabled status.
10236
10237 2006-09-09 [mones]      2.4.0cvs166
10238
10239         * manual/glossary.xml
10240         * manual/plugins.xml
10241                 Minor format corrections
10242         * manual/gpl.xml
10243                 Fix misplaced NO WARRANTY section
10244         * manual/es/advanced.xml
10245         * manual/es/faq.xml
10246         * manual/es/glossary.xml
10247         * manual/es/gpl.xml
10248         * manual/es/handling.xml
10249         * manual/es/plugins.xml
10250         * manual/es/starting.xml
10251                 Incorporate changes from English version
10252         * manual/fr/ack.xml
10253         * manual/pl/ack.xml
10254         * manual/es/ack.xml
10255                 Fix address, (add translation credits in es version)
10256         * po/es.po
10257                 Updated translation
10258
10259 2006-09-09 [wwp]        2.4.0cvs165
10260
10261         * src/prefs_filtering.c
10262                 fix a crash when opening filtering prefs, if matcherrc file contains
10263                 broken data (non-existing account id, which is theoretically not
10264                 possible).
10265
10266 2006-09-08 [colin]      2.4.0cvs164
10267
10268         * src/folder.c
10269                 Wrong assert, make it an if()
10270         * src/gtk/gtksctree.c
10271                 Fix bug #1013 (expand selected thread 
10272                 tree) - expanding is now recursive
10273
10274 2006-09-07 [wwp]        2.4.0cvs163
10275
10276         * src/prefs_matcher.c
10277                 make better sentences about addressbook matching in the
10278                 matcher prefs. This should make translators' work easier
10279                 too.
10280
10281 2006-09-07 [wwp]        2.4.0cvs162
10282
10283         * src/prefs_filtering.c
10284                 code simplification (get rid of dup var. assignment).
10285
10286 2006-09-07 [wwp]        2.4.0cvs161
10287
10288         * src/summaryview.c
10289                 use GTK_STOCK icons when possible, patch by Fabien Vantard
10290                 <fzzzzz@gmail.com>.
10291
10292 2006-09-07 [paul]       2.4.0cvs160
10293
10294         * src/mimeview.c
10295                 fix compilation warnings
10296                 Thanks to Colin
10297
10298 2006-09-07 [paul]       2.4.0cvs159
10299
10300         * src/mimeview.c
10301                 select the mimepart icon when
10302                 displaying as text
10303                 Thanks to Colin
10304
10305 2006-09-06 [paul]       2.4.0cvs158
10306
10307         * src/prefs_filtering.c
10308                 fix labels and table element spacing
10309                 Patch by Fabien Vantard
10310
10311 2006-09-06 [paul]
10312
10313         2.5.0-rc3 released
10314
10315 2006-09-06 [paul]       2.4.0cvs157
10316
10317         * manual/es/advanced.xml
10318                 fix typo
10319
10320 2006-09-06 [wwp]        2.4.0cvs156
10321
10322         * src/mainwindow.c
10323                 fix an dup launch issue when iconified, thanks to Colin.
10324
10325 2006-09-06 [wwp]        2.4.0cvs155
10326
10327         * src/gtk//gtksctree.h
10328                 oops, forgot that one!
10329
10330 2006-09-06 [wwp]        2.4.0cvs154
10331
10332         * manual/pl/advanced.xml
10333         * manual/advanced.xml
10334         * manual/es/advanced.xml
10335         * manual/fr/advanced.xml
10336         * src/prefs_customheader.c
10337         * src/prefs_filtering_action.c
10338         * src/foldersel.c
10339         * src/prefs_summaries.c
10340         * src/prefs_filtering.c
10341         * src/account.c
10342         * src/compose.c
10343         * src/prefs_summary_column.c
10344         * src/addr_compl.c
10345         * src/prefs_actions.c
10346         * src/prefs_folder_column.c
10347         * src/ssl_manager.c
10348         * src/prefs_template.c
10349         * src/prefs_display_header.c
10350         * src/prefs_common.h
10351         * src/prefs_matcher.c
10352         * src/prefs_common.c
10353         * src/prefs_toolbar.c
10354         * src/summaryview.c
10355         * src/folderview.c
10356         * src/gtk/gtksctree.c
10357         * src/gtk/pluginwindow.c
10358         * src/gtk/progressdialog.c
10359         * src/gtk/prefswindow.c
10360                 renamed hidden option enable_rules_hint to use_stripes_everywhere
10361                 to make its meaning more obvious (all versions of the manual reflect
10362                 the change).
10363                 added an extra hidden option use_stripes_in_summary to allow
10364                 discarding these stripes in mainwindow's folder and message lists;
10365                 en and fr manuals only are OK towards this.
10366
10367 2006-09-06 [colin]      2.4.0cvs153
10368
10369         * src/textview.c
10370                 Hide Sylpheed-Claws' internal queue headers
10371                 when showing all headers. They'll be present
10372                 only in Source window.
10373
10374 2006-09-05 [colin]      2.4.0cvs152
10375
10376         * src/plugins/trayicon/trayicon.c
10377                 Fix crash at exit - we have to disconnect
10378                 our handlers
10379         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
10380                 Update eggtrayicon - patch adapted from a
10381                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
10382                 on Sylpheed's ML
10383
10384 2006-09-05 [colin]      2.4.0cvs151
10385
10386         * src/mainwindow.c
10387         * src/gtk/logwindow.c
10388                 Fix race condition when something writes
10389                 to the log too soon during init. Thanks
10390                 to Fabien Vantard
10391
10392 2006-09-05 [colin]      2.4.0cvs150
10393
10394         * src/mimeview.c
10395                 Don't select part on right-click either
10396
10397 2006-09-05 [paul]       2.4.0cvs149
10398
10399         * src/mimeview.c
10400                 completion of previous commit
10401                 Thanks to Colin
10402
10403 2006-09-05 [colin]      2.4.0cvs148
10404
10405         * src/mimeview.c
10406                 Don't force selection on middle-click, just open
10407
10408 2006-09-04 [colin]      2.4.0cvs147
10409
10410         * src/mimeview.c
10411                 Looks like gtk_notebook_set_current_page()
10412                 sometimes steals focus, and this annoys us
10413                 in MimeViewers as it renders navigation
10414                 keys useless. Take back focus after switching
10415                 pages.
10416
10417 2006-09-04 [colin]      2.4.0cvs146
10418
10419         * src/messageview.c
10420                 Set stop_loading when clicking on Next
10421                 during load. Don't add a callback to 
10422                 avoid over-complicating things.
10423
10424 2006-09-04 [colin]      2.4.0cvs145
10425
10426         * src/mimeview.c
10427         * src/messageview.c
10428                 Fix multiple loads in separate messageview
10429
10430 2006-09-04 [colin]      2.4.0cvs144
10431
10432         * src/summaryview.c
10433                 Let navigation keys be handled during 
10434                 load
10435
10436 2006-09-04 [colin]      2.4.0cvs143
10437
10438         * src/messageview.c
10439         * src/summaryview.c
10440         * src/textview.c
10441         * src/textview.h
10442                 Make loading of huge mails (lots of text and/or
10443                 images) cancellable, so the GUI doesn't block 
10444
10445 2006-09-04 [colin]      2.4.0cvs142
10446
10447         * src/plugins/trayicon/trayicon.c
10448                 Fix annoyance when removing a folder with 
10449                 unread mails: trayicon didn't update
10450
10451 2006-09-04 [paul]       2.4.0cvs141
10452
10453         * src/gtk/icon_legend.c
10454                 straighten up columns
10455                 Patch by Fabien Vantard
10456
10457 2006-09-04 [wwp]        2.4.0cvs140
10458
10459         * src/prefs_filtering.c
10460                 fix new line's account name in filtering prefs:
10461                 was "All", is now "(New)".
10462
10463 2006-09-04 [paul]       2.4.0cvs139
10464
10465         * tools/make.themes.project
10466                 use "AUTOMAKE_OPTIONS = dist-bzip2"
10467                 instead of homebrewed "make release"
10468
10469 2006-09-03 [colin]      2.4.0cvs138
10470
10471         * src/folderview.c
10472                 Fix bug #1007 (Wrong folder highlighted)
10473
10474 2006-09-03 [colin]      2.4.0cvs137
10475
10476         * src/compose.c
10477                 Don't set Newsgroup: header to a mail folder
10478                 path
10479
10480 2006-09-03 [paul]       2.4.0cvs136
10481
10482         * src/prefs_other.c
10483         * src/prefs_spelling.c
10484                 unify the gui
10485
10486 2006-09-03 [paul]       2.4.0cvs135
10487
10488         * src/prefs_summaries.c
10489                 correct menu item text in prefs_keybind_apply_clicked()
10490
10491 2006-09-03 [paul]       2.4.0cvs134
10492
10493         * manual/advanced.xml
10494                 some improvements to the descriptions
10495         * src/mainwindow.c
10496         * src/messageview.c
10497         * src/summaryview.c
10498         * src/gtk/menu.c
10499                 fix menu sensitivity issues
10500         * src/prefs_message.c
10501                 drop the useless word 'short'
10502         * src/prefs_other.c
10503                 add the word 'lines' indicating log length
10504                 is a measure of lines
10505         * src/textview.c
10506                 fix compilation warnings
10507
10508 2006-09-02 [colin]      2.4.0cvs133
10509
10510         * src/messageview.c
10511                 Display a special return-receipt message
10512                 if the message is from the user
10513         * src/summaryview.c
10514                 Fix missing freeze of the list when marking
10515                 all read and unthreading for exec. Thanks
10516                 to Stephan Sachse.
10517
10518 2006-09-02 [paul]       2.4.0cvs132
10519
10520         * src/mainwindow.c
10521         * src/prefs_message.c
10522         * src/summaryview.c
10523                 fix some english
10524
10525 2006-09-02 [wwp]        2.4.0cvs131
10526
10527         * src/prefs_filtering.c
10528                 added an account name column to the filtering rules
10529                 dialog.
10530
10531 2006-09-02 [colin]      2.4.0cvs130
10532
10533         * src/gtk/logwindow.c
10534         * src/gtk/logwindow.h
10535                 Block scrolling if we're not at the end
10536                 of the log
10537
10538 2006-09-02 [colin]      2.4.0cvs129
10539
10540         * src/folder.c
10541                 Make sure account-specific rules can't
10542                 be used in {pre-,post-,}processing
10543         * src/mainwindow.c
10544         * src/gtk/logwindow.c
10545         * src/gtk/logwindow.h
10546                 Jump to last error when clicking on the
10547                 warning icon
10548
10549 2006-09-02 [colin]      2.4.0cvs128
10550
10551         * src/imap.c
10552         * src/import.c
10553         * src/mainwindow.c
10554         * src/mainwindow.h
10555                 Fix warning icon
10556         * src/inc.c
10557         * src/mbox.c
10558         * src/mbox.h
10559                 Let proc_mbox know its account, for
10560                 account-specific rules
10561
10562 2006-09-01 [colin]      2.4.0cvs127
10563
10564         * src/codeconv.c
10565                 Don't uselessly use iconv to convert from
10566                 us-ascii
10567         * src/alertpanel.c
10568         * src/mainwindow.c
10569         * src/mainwindow.h
10570         * src/inc.c
10571                 Fix certain log cases, disable warning icon
10572                 for now, the correct way to display it when
10573                 necessary and only when necessary is probably
10574                 to do it manually rather than use error logs
10575         * src/etpan/imap-thread.c
10576                 Clean up UID logging a bit
10577         * src/gtk/logwindow.c
10578         * src/gtk/logwindow.h
10579                 Make logging faster when the window's closed
10580
10581 2006-09-01 [wwp]        2.4.0cvs126
10582
10583         * manual/fr/account.xml
10584                 reflect changes to the ref. manual (parts of cvs72):
10585                 fix tabnames and quotes.
10586
10587 2006-09-01 [wwp]        2.4.0cvs125
10588
10589         * manual/fr/plugins.xml
10590                 reflect changes to the reference manual (cvs42):
10591                 update IRC channel info.
10592
10593 2006-09-01 [wwp]        2.4.0cvs124
10594
10595         * commitHelper
10596                 use CVSEDITOR env. var. if set, according to `man cvs`.
10597
10598 2006-09-01 [wwp]        2.4.0cvs123
10599
10600         * manual/advanced.xml
10601                 better sentence again (thanks to Paul).
10602
10603 2006-09-01 [wwp]        2.4.0cvs122
10604
10605         * manual/advanced.xml
10606         fix definition of toolbar_detachable and rework a bit the one of
10607         enable_dotted_lines.
10608
10609 2006-09-01 [mones]      2.4.0cvs121
10610
10611         * manual/advanced.xml
10612                 Document enable_dotted_lines
10613
10614 2006-09-01 [paul]       2.4.0cvs120
10615
10616         * src/folderview.c
10617         * src/folderview.h
10618         * src/imap.c
10619         * src/mainwindow.c
10620         * src/summaryview.c
10621                 obey the 'When entering folder...' option
10622                 when using the /View/Go to/... menu items
10623                 Thanks to Colin
10624
10625 2006-08-31 [colin]      2.4.0cvs119
10626
10627         * src/folderview.c
10628                 Revert 2.4.0cvs116, wrong fix.
10629
10630 2006-08-31 [colin]      2.4.0cvs118
10631
10632         * src/gtk/gtksctree.c
10633                 Better state the various copyrights
10634
10635 2006-08-31 [colin]      2.4.0cvs117
10636
10637         * src/prefs_common.c
10638                 fix enable_dotted_lines
10639
10640 2006-08-31 [colin]      2.4.0cvs116
10641
10642         * src/folderview.c
10643                 Use pref "Always open on select" when going
10644                 to next unread folder
10645         * src/gtk/gtksctree.c
10646                 Fix link failure to _gtk_clist_create_cell_layout
10647                 on certain computers. (Why not mine, I wonder)
10648
10649 2006-08-31 [colin]      2.4.0cvs115
10650
10651         * src/procmsg.c
10652         * src/textview.c
10653         * src/plugins/bogofilter/bogofilter.c
10654         * src/plugins/spamassassin/spamassassin.c
10655                 Requalify some "errors" to warnings
10656         * src/mainwindow.c
10657         * src/mainwindow.h
10658         * src/statusbar.c
10659                 Add an icon in the statusbar to notify
10660                 of errors
10661         * src/gtk/gtksctree.c
10662         * src/folderview.c
10663         * src/summaryview.c
10664                 Make the GtkSCTree look more modern by
10665                 alternating background lines
10666         * src/prefs_common.c
10667         * src/prefs_common.h
10668                 Add a pref to let people have the old
10669                 way if they prefer
10670
10671
10672 2006-08-30 [colin]      2.4.0cvs114
10673
10674         * src/procmsg.c
10675         * src/procmsg.h
10676                 Provide a way to filter a list of
10677                 messages in an optimised manner, and
10678                 add a list-filtering hook
10679         * src/folder.c
10680         * src/inc.c
10681         * src/mbox.c
10682                 Use the list filtering
10683         * src/plugins/bogofilter/bogofilter.c
10684                 Use the list-filtering hook
10685                 Use -b (bulk) mode for more speed
10686                 when learning and filtering
10687         * src/etpan/imap-thread.c
10688                 Make log output shorter in UID SEARCH
10689
10690
10691 2006-08-30 [colin]      2.4.0cvs113
10692
10693         * src/plugins/bogofilter/bogofilter.c
10694                 Really fast mass learning - thanks to David
10695                 Relson for the options explanations :)
10696
10697 2006-08-30 [colin]      2.4.0cvs112
10698
10699         * src/msgcache.c
10700                 Fix compilation on FreeBSD. Thanks
10701                 to Michael Hugues
10702
10703 2006-08-29 [colin]      2.4.0cvs111
10704
10705         * src/folderview.c
10706                 Handle "popup_menu" signal (for popping the 
10707                 menu via the keyboard)
10708         * src/mimeview.c
10709         * src/mimeview.h
10710         * src/summaryview.c
10711         * src/textview.c
10712         * src/gtk/gtkutils.c
10713         * src/gtk/gtkutils.h
10714                 Factorize scrolling code, and add an API 
10715                 for MimeViewers to handle scroll orders
10716
10717 2006-08-29 [wwp]        2.4.0cvs110
10718
10719         * src/plugins//bogofilter/bogofilter.c
10720         * src/plugins//spamassassin/spamassassin.c
10721                 make the bogofilter/spamassassin filtering error dialogs at
10722         incorporation obey to the "don't popup error dialog on
10723         receive error" option. If disabled, feed the log window w/
10724         the error message.
10725
10726 2006-08-29 [paul]
10727
10728         2.5.0-rc2 released
10729
10730 2006-08-29 [paul]       2.4.0cvs109
10731
10732         * Makefile.am
10733                 remove 'make release', it's not needed
10734                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
10735
10736 2006-08-29 [paul]       2.4.0cvs108
10737
10738         * src/foldersel.c
10739         * src/summary_search.c
10740         * src/gtk/progressdialog.c
10741         * src/plugins/pgpcore/passphrase.c
10742                 replace deprecated gtk_window_set_policy()
10743
10744 2006-08-29 [colin]      2.4.0cvs107
10745
10746         * src/folder.c
10747                 Fix data loss when copy fails during a move:
10748                 only use fast remove_msgs if everything was
10749                 copied OK; else use slow remove_msg on the
10750                 mails that got copied only.
10751
10752 2006-08-28 [paul]       2.4.0cvs106
10753
10754         * src/mh.c
10755                 revert change in 2.4.0cvs104, it breaks
10756                 stuff
10757
10758 2006-08-28 [paul]       2.4.0cvs105
10759
10760         * src/plugins/spamassassin/spamassassin.c
10761                 english fix
10762
10763 2006-08-28 [paul]       2.4.0cvs104
10764
10765         * src/mh.c
10766                 fix data loss when moving to another
10767                 mailbox fails
10768         * src/prefs_spelling.c
10769                 improve the english
10770         * src/gtk/pluginwindow.c
10771                 improve the layout of the dialog text
10772         All thanks to Colin
10773
10774 2006-08-28 [paul]       2.4.0cvs103
10775
10776         * src/plugins/bogofilter/bogofilter.c
10777         * src/plugins/bogofilter/bogofilter_gtk.c
10778                 fix english up a bit, innit
10779
10780 2006-08-28 [paul]       2.4.0cvs102
10781
10782         * configure.ac
10783         * po/Makefile.in.in
10784         * po/Makevars
10785                 require autoconf 2.60, enabling building
10786                 with gettext 0.15 (gettext 0.14.x build still
10787                 possible). Replace Makefiles with versions
10788                 from gettext 0.15.
10789                 Remove configure options --with-localedir and
10790                 --with-mandir. The options that are provided
10791                 directly by autoconf 2.60 can be used instead:
10792                 --mandir --localedir
10793
10794 2006-08-27 [colin]      2.4.0cvs101
10795
10796         * src/plugins/bogofilter/Makefile.am
10797                 Fix make dist (no README)
10798
10799 2006-08-27 [colin]      2.4.0cvs100
10800
10801         * src/folder.c
10802                 Don't use F_UNKNOWN folders for any default
10803                 outbox/trash/etc
10804         * src/plugins/bogofilter/bogofilter.c
10805         * src/plugins/bogofilter/bogofilter.h
10806         * src/plugins/bogofilter/bogofilter_gtk.c
10807                 Add an option to specify the path to bogofilter
10808                 Use single-quotes to be able to learn in folders
10809                 with spaces in their names
10810                 Verify learning status
10811
10812 2006-08-27 [colin]      2.4.0cvs99
10813
10814         * manual/faq.xml
10815         * manual/plugins.xml
10816                 Document Bogofilter plugin
10817
10818 2006-08-27 [colin]      2.4.0cvs98
10819
10820         * src/compose.c
10821         * src/messageview.c
10822         * src/procmsg.c
10823         * src/procmsg.h
10824                 When possible, copy the queued mail to sent folder
10825                 instead of re-adding. Much faster on IMAP.
10826
10827 2006-08-27 [colin]      2.4.0cvs97
10828
10829         * src/msgcache.c
10830                 Disable mmaped caches - huge metadata loss
10831                 here after a power failure.
10832         * src/summaryview.c
10833                 Add quicksearch timing
10834         * src/common/plugin.c
10835         * src/common/plugin.h
10836                 Implement an interface to tell what plugins
10837                 provide. Prevent loading of similar plugins.
10838         * src/plugins/clamav/clamav_plugin.c
10839         * src/plugins/demo/demo.c
10840         * src/plugins/dillo_viewer/dillo_viewer.c
10841         * src/plugins/pgpcore/plugin.c
10842         * src/plugins/pgpinline/pgpinline.c
10843         * src/plugins/pgpmime/pgpmime.c
10844         * src/plugins/spamassassin/spamassassin.c
10845         * src/plugins/trayicon/trayicon.c
10846                 Implement plugin_provides()
10847
10848 2006-08-27 [colin]      2.4.0cvs96
10849
10850         * configure.ac
10851         * src/plugins/Makefile.am
10852         * src/plugins/bogofilter/.cvsignore
10853         * src/plugins/bogofilter/Makefile.am
10854         * src/plugins/bogofilter/bogofilter.c
10855         * src/plugins/bogofilter/bogofilter.h
10856         * src/plugins/bogofilter/bogofilter_gtk.c
10857                 New Bogofilter plugin, provides filtering and
10858                 learning. Spamassassin will go to extra plugins.
10859
10860 2006-08-26 [mones]      2.4.0cvs95
10861
10862         * manual/handling.xml
10863                 Fix subfolder path in the example (thanks to Paul) 
10864
10865 2006-08-26 [mones]      2.4.0cvs94
10866
10867         * manual/glossary.xml
10868                 2.2. + add ISP to the glossary
10869                 7.5. + Add UIDL to glossary
10870                 7.7. + Add TCP to glossary
10871         * manual/handling.xml
10872                 7.1. + Mentions GNU/Linux distribution, what about the non...
10873                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
10874                 7.3. + Mentions .bashrc, what about the non-bash ones? 
10875                 7.4. = Use appropriate quotation for commands
10876                 7.6. = change "" to <quote></quote>
10877         * manual/plugins.xml
10878                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
10879         * manual/starting.xml
10880                 2.1. + local mbox file: some examples of mbox file locations...
10881                 Also reformatted files requiring it
10882
10883 2006-08-26 [wwp]        2.4.0cvs93
10884
10885         * src/summary_search.c
10886                 disable find buttons while summary search is running.
10887
10888 2006-08-25 [colin]      2.4.0cvs92
10889
10890         * src/folder.c
10891         * src/folderutils.c
10892         * src/mh.c
10893         * src/procmsg.h
10894         * src/summaryview.c
10895                 Speed up MH moving, and add progressbar
10896                 for MH deletion
10897         * src/msgcache.c
10898                 Write cache files using mmap() too
10899
10900 2006-08-25 [wwp]        2.4.0cvs91
10901
10902         * src/summaryview.c
10903                 switch spam<->ham button when a message has been marked as spam or ham
10904                 and is still selected. Thanks to Colin.
10905
10906 2006-08-25 [paul]       2.4.0cvs90
10907
10908         * src/Makefile.am
10909         * src/stock_pixmap.c
10910         * src/stock_pixmap.h
10911         * src/summaryview.c
10912         * src/gtk/icon_legend.c
10913         * src/pixmaps/copied.xpm
10914         * src/pixmaps/moved.xpm
10915                 add icons for delayed execution marked for
10916                 copying, marked for moving
10917
10918 2006-08-25 [mones]      2.4.0cvs89
10919
10920         * manual/glossary.xml
10921                 Fix the other glossary items:
10922                 5.1. = Inmmediate execution -> <quote>immediate execution...
10923                 5.2. = Fix MBOX capitalization -> Mbox
10924                 5.3. + Improve Plugins def. w/ tech. ref.
10925                 5.4. = Quotation -> replace '>' by <quote>></quote>
10926                 5.5. - SMTP Server. -> remove dot
10927         * po/es.po
10928                 Updated translation
10929
10930 2006-08-25 [mones]      2.4.0cvs88
10931
10932         * manual/ack.xml
10933                 Reformatted, changed email address
10934         * manual/glossary.xml
10935                 Reformatted, fixed MANUAL-TODO items:
10936                 8.2. + add ROT-13 to glossary
10937                 8.4. + add URL to glossary
10938         * manual/es/advanced.xml
10939                 Fixed <literal>s
10940
10941 2006-08-25 [paul]       2.4.0cvs87
10942
10943         * src/gtk/icon_legend.c
10944                 add 'marked for deletion' icon
10945                 arrange icons by containing column
10946                 wrap long label text
10947
10948 2006-08-25 [colin]      2.4.0cvs86
10949
10950         * src/common/utils.c
10951         * src/common/utils.h
10952                 Add the sc_g_*list_bigger functions in
10953                 a place everyone can use it
10954         * src/summaryview.c
10955                 Only freeze/thaw the list when working
10956                 on the selection, if it's bigger than 1
10957         * src/gtk/gtksctree.c
10958                 Only freeze/thaw the list when unselec-
10959                 ting 'all' if ('all' != 1)
10960                 This avoids some flickering
10961
10962 2006-08-24 [colin]      2.4.0cvs85
10963
10964         * src/addressbook.c
10965                 Fix strange list selection
10966                 Fix random seg (Invalid read of freed memory)
10967
10968 2006-08-24 [colin]      2.4.0cvs84
10969
10970         * src/alertpanel.c
10971         * src/gtk/inputdialog.c
10972         * src/plugins/pgpcore/passphrase.c
10973                 Revert minimal width patch of 2.4.0cvs67,
10974                 as it is also a maximal width. Use 
10975                 gtk_window_set_default_size instead.
10976
10977 2006-08-24 [colin]      2.4.0cvs83
10978
10979         * src/msgcache.c
10980                 Write cache/mark to temp files before
10981                 overwriting old ones (avoids metadata
10982                 loss if writing the new files fail).
10983                 Use mmap() to read cache/mark file, as
10984                 this makes cache reading faster. Dis-
10985                 abled for big-endian machines until it
10986                 can be tested. (Big-endian users: set
10987                 msgcache_use_mmap = TRUE in the relevant
10988                 #if).
10989         * src/procmsg.h
10990                 Move rarely used fields of MsgInfo in 
10991                 another structure, which will only be
10992                 allocated if needed. Face, X-Face,
10993                 Return receipt headers and List-*
10994                 headers are moved. Mails having none
10995                 of these occupy 52 bytes less with
10996                 this patch, which makes 2.5MB of RAM
10997                 saved on a 50k folder).
10998         * src/headerview.c
10999         * src/mainwindow.c
11000         * src/messageview.c
11001         * src/partial_download.c
11002         * src/procheader.c
11003         * src/procmsg.c
11004         * src/textview.c
11005                 Follow this structure change.
11006
11007 2006-08-24 [wwp]        2.4.0cvs82
11008
11009         * manual/es/.cvsignore
11010         * manual/es/dist/.cvsignore
11011         * manual/es/dist/html/.cvsignore
11012         * manual/es/dist/pdf/.cvsignore
11013         * manual/es/dist/ps/.cvsignore
11014         * manual/es/dist/txt/.cvsignore
11015                 more (generated) files to ignore.
11016
11017 2006-08-24 [colin]      2.4.0cvs81
11018
11019         * src/folder.c
11020         * src/mh.c
11021                 Fix possible problems with local delivery. Check the folder doesn't
11022                 need scan before setting its mtime when saving cache (which can be
11023                 done long after the folder's been modified by an external process);
11024                 Check that the stored item's mtime didn't change in mh functions.
11025
11026 2006-08-24 [mones]      2.4.0cvs80
11027
11028         * manual/advanced.xml
11029                 Rewrapping, some fixes and MANUAL-TODO items:
11030                 8.1. = change "" to <quote></quote>
11031                 8.3. = quote menu items
11032                 8.5. - deploying -> new user ... ideally a new user (redundant)
11033
11034 2006-08-23 [colin]      2.4.0cvs79
11035
11036         * src/gtk/gtksctree.c
11037                 When selecting or deselecting range, only
11038                 freeze/thaw when selection is bigger than 10
11039
11040 2006-08-23 [colin]      2.4.0cvs78
11041
11042         * src/messageview.c
11043         * src/mimeview.c
11044         * src/mimeview.h
11045         * src/plugins/dillo_viewer/dillo_viewer.c
11046                 Provide an API for MimeViewer plugins to
11047                 return a text selection for replying
11048
11049 2006-08-23 [colin]      2.4.0cvs77
11050
11051         * src/image_viewer.c
11052         * src/textview.c
11053                 Use gtk_pixbuf_new_from_file_at_scale(), which
11054                 is faster than getting the pixbuf then resizing
11055                 it.
11056
11057 2006-08-23 [colin]      2.4.0cvs76
11058
11059         * src/procmime.c
11060                 UTF-8 should be sent Quoted-printable
11061
11062 2006-08-22 [colin]      2.4.0cvs75
11063
11064         * src/mh.c
11065                 Check if scan is required before touching
11066                 the folder (or it'll be required every time)
11067
11068 2006-08-22 [colin]      2.4.0cvs74
11069
11070         * configure.ac
11071                 Require libetpan 0.46 (crasher fix when built
11072                 against gnutls)
11073
11074 2006-08-22 [colin]      2.4.0cvs73
11075
11076         * src/folder.c
11077                 Set folder's mtime after writing its
11078                 cache
11079         * src/folderview.c
11080                 Add some timing
11081         * src/procmsg.c
11082                 Don't do useless stuff if we don't 
11083                 thread by subject
11084         * src/summaryview.c
11085                 Add some timing, don't deselect prior
11086                 to selecting (gtksctree does it itself),
11087                 remove crash avoidance hacks as it's been
11088                 properly fixed since a while
11089         * src/common/utils.c
11090                 Optimize to_human_readable(): _() is slow,
11091                 do it only once, and avoid %f format for KB
11092                 (the most common in a summaryview)
11093         * src/gtk/gtksctree.c
11094                 Don't uselessly freeze/thaw (fixes flicker
11095                 on next unread and friends), reduce number
11096                 of g_list_nth/g_list_position where possible
11097         * src/gtk/gtkutils.c
11098         * src/gtk/gtkutils.h
11099                 Reduce number of g_list_nth/g_list_position
11100                 where possible.
11101                 All of this makes loading as 70k folder 2.1
11102                 seconds instead of 3.2 (with hot FS caches).
11103                 (1.3 seconds without Date and Size columns...)
11104
11105 2006-08-22 [paul]       2.4.0cvs72
11106
11107         wrap documents and do some items from mones' MANUAL-TODO:
11108
11109         * manual/account.xml
11110                 4.1. = fix tabname references to <quote>tabname</quote>
11111                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
11112         * manual/faq.xml
11113                 1.1. = mentioned options don't match UI
11114                 Add information about the 'Never send Return Receipts'
11115                 option
11116         * manual/handling.xml
11117                 6.2. = Mentions Extended symbols button, but now is
11118                 named Information
11119                 6.3. = Mentions ... button, which is now Edit
11120
11121 2006-08-22 [colin]      2.4.0cvs71
11122
11123         * src/gtk/pluginwindow.c
11124                 Fix layout in verbose translations (such
11125                 as french)
11126
11127 2006-08-22 [paul]       2.4.0cvs70
11128
11129         * manual/Makefile.am
11130                 build manuals in alphabetical order
11131         * src/addressbook.c
11132         * src/prefs_themes.c
11133                 replace/remove deprecated symbols
11134         * src/gtk/gtkutils.c
11135                 fix a warning
11136         * src/gtk/pluginwindow.c
11137                 replace deprecated symbol
11138                 replace label text and move it
11139         * src/plugins/pgpcore/prefs_gpg.c
11140                 move the 'Generate...' button out of the
11141                 Sign Key frame, replace the English used
11142         * src/plugins/pgpcore/sgpgme.c
11143                 fixes to the English
11144
11145 2006-08-21 [colin]      2.4.0cvs69
11146
11147         * src/plugins/trayicon/trayicon.c
11148                 Add more strings for translation; patch
11149                 by Pawel
11150
11151 2006-08-21 [colin]      2.4.0cvs68
11152
11153         * src/compose.c
11154                 fix replied flag not set after drafting
11155         * src/matcher.c
11156                 fix body quicksearch in non-encoded bodies
11157                 containing '='
11158         * src/msgcache.c
11159                 Get rid of the g_malloc workaround for
11160                 corrupted caches, use g_try_malloc
11161
11162 2006-08-21 [colin]      2.4.0cvs67
11163
11164         * src/alertpanel.c
11165         * src/gtk/inputdialog.c
11166         * src/plugins/pgpcore/passphrase.c
11167                 Set minimal width to 375
11168         * src/mainwindow.c
11169                 Fix switching to offline, asking if it 
11170                 should be overriden for synchronising
11171         * src/mimeview.c
11172                 Don't offer to remember command on Open 
11173                 with for text parts, as the browser or 
11174                 text editor command isn't changed from 
11175                 there
11176
11177 2006-08-20 [paul]       2.4.0cvs66
11178
11179         * po/ko.po
11180         * po/zh_CN.po
11181                 fix plural form errors. revealed by stricter
11182                 checking of gettext 0.15
11183
11184 2006-08-18 [paul]       2.4.0cvs65
11185
11186         * src/stock_pixmap.c
11187                 fix the fix of 2.4.0cvs64
11188                 Thanks to Colin
11189
11190 2006-08-18 [paul]       2.4.0cvs64
11191
11192         * src/stock_pixmap.c
11193                 fix leaks
11194                 Thanks to Colin
11195
11196 2006-08-18 [paul]       2.4.0cvs63
11197
11198         * src/compose.c
11199         * src/procmsg.c
11200                 fix occasional IMAP bug where large msgs
11201                 were left in the queue folder after sending
11202                 Thanks to Colin
11203
11204 2006-08-18 [paul]       2.4.0cvs62
11205
11206         * src/folderview.c
11207                 freeze the summaryview while quicksearch results
11208                 are displayed
11209                 (fixes bug 456 'current message is hidden when the
11210                 view is refreshed and extended search is "unread 
11211                 messages"')
11212                 Thanks to Colin
11213         * src/textview.c
11214                 add missing #include "inputdialog.h"
11215         * src/common/utils.h
11216                 add missing mailcap_update_default() and improve
11217                 readability
11218
11219 2006-08-17 [colin]      2.4.0cvs61
11220
11221         * src/plugins/pgpcore/select-keys.c
11222                 Fix warnings :)
11223
11224 2006-08-17 [colin]      2.4.0cvs60
11225
11226         * src/compose.c
11227                 Don't continue queuing if Cancel is clicked
11228                 in select-keys
11229
11230 2006-08-17 [colin]      2.4.0cvs59
11231
11232         * src/plugins/pgpcore/select-keys.c
11233                 When encrypting, if only one key matches and it 
11234                 matches exactly, automatically use it.
11235
11236 2006-08-17 [colin]      2.4.0cvs58
11237
11238         * src/mimeview.c
11239         * src/prefs_common.c
11240         * src/prefs_common.h
11241         * src/prefs_ext_prog.c
11242         * src/textview.c
11243                 Fix issues with previous patch (text/html)
11244                 Remove outdated prefs
11245
11246 2006-08-17 [colin]      2.4.0cvs57
11247
11248         * src/imap.c
11249                 Add View Log button on auth error
11250         * src/procmsg.c
11251                 Fix encrypted mail marked as new when
11252                 saved in normal folders
11253         * src/plugins/pgpinline/pgpinline.c
11254                 Fix encrypt bug on IMAP
11255         * src/mimeview.c
11256         * src/common/utils.c
11257         * src/common/utils.h
11258         * src/gtk/inputdialog.c
11259         * src/gtk/inputdialog.h
11260                 Get rid of metamail stuff, simplify
11261                 opening, and allow remembering of user's
11262                 choices (by updating ~/.mailcap). There's
11263                 still to drop "Audio player" and "Image
11264                 viewer" preferences.
11265
11266 2006-08-17 [mones]      2.4.0cvs56
11267
11268         * manual/es/sylpheed-claws-manual.xml
11269                 fix DTD path
11270
11271 2006-08-17 [mones]      2.4.0cvs55
11272
11273         * configure.ac
11274         * manual/Makefile.am
11275         * manual/es/Makefile.am
11276         * manual/es/account.xml
11277         * manual/es/ack.xml
11278         * manual/es/addrbook.xml
11279         * manual/es/advanced.xml
11280         * manual/es/faq.xml
11281         * manual/es/glossary.xml
11282         * manual/es/gpl.xml
11283         * manual/es/handling.xml
11284         * manual/es/intro.xml
11285         * manual/es/keyboard.xml
11286         * manual/es/plugins.xml
11287         * manual/es/starting.xml
11288         * manual/es/sylpheed-claws-manual.xml
11289         * manual/es/dist/Makefile.am
11290         * manual/es/dist/html/Makefile.am
11291         * manual/es/dist/pdf/Makefile.am
11292         * manual/es/dist/ps/Makefile.am
11293         * manual/es/dist/txt/Makefile.am
11294                 Spanish translation for the manual
11295
11296 2006-08-16 [colin]      2.4.0cvs54
11297
11298         * src/compose.c
11299         * src/main.c
11300         * src/mainwindow.c
11301                 Fix send button sensitivity at startup
11302                 Set send menu sensitivity (patch by Fabien)
11303         * src/ssl_manager.c
11304                 Enable closing with esc (patch by Fabien)
11305         * src/gtk/foldersort.c
11306                 Enable closing with esc (patch by Fabien)
11307         * src/procmime.c
11308                 Optimisation (no need to copy to tempfile to
11309                 "decode" 7bit and 8bit)
11310         * src/summaryview.c
11311                 Fix cruft in swap_from case
11312         * src/textview.c
11313                 Fix missing last line in some mail cases 
11314                 (Fixes debian #381872)
11315         * src/plugins/pgpcore/prefs_gpg.c
11316         * src/plugins/pgpcore/sgpgme.c
11317         * src/plugins/pgpcore/sgpgme.h
11318                 Don't show "no key found" when user explicitely
11319                 wants to create a key
11320
11321 2006-08-16 [paul]       2.4.0cvs53
11322
11323         * configure.ac
11324         * src/account.c
11325         * src/addressbook.c
11326         * src/headerview.c
11327         * src/prefs_account.c
11328         * src/prefs_message.c
11329         * src/gtk/gtkutils.c
11330                 bump up minimum required versions of GTK+ and
11331                 GLIB to 2.6.0
11332
11333 2006-08-16 [paul]       2.4.0cvs52
11334
11335         * src/toolbar.c
11336                 workaround GTK+ Bug 351600 - 'Can't re-click
11337                 on button after sensitivity update'
11338                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
11339                 Thanks to Colin
11340
11341 2006-08-15 [colin]      2.4.0cvs51
11342
11343         * src/plugins/pgpcore/prefs_gpg.c
11344                 Set options sensitivity according to
11345                 key existence
11346         * src/plugins/pgpcore/sgpgme.c
11347                 Allow to create key with no passphrase
11348
11349 2006-08-14 [cleroy]     2.4.0cvs50
11350
11351         * src/gtk/pluginwindow.c
11352                 New layout (maybe to be changed?)
11353         * src/gtk/gtkutils.c
11354                 Fix a bit label_window
11355         * src/plugins/pgpcore/passphrase.c
11356         * src/plugins/pgpcore/passphrase.h
11357         * src/plugins/pgpcore/plugin.c
11358         * src/plugins/pgpcore/prefs_gpg.c
11359         * src/plugins/pgpcore/prefs_gpg.h
11360         * src/plugins/pgpcore/sgpgme.c
11361         * src/plugins/pgpcore/sgpgme.h
11362                 Allow to create a PGP private key via the GUI
11363
11364 2006-08-14 [wwp]        2.4.0cvs49
11365
11366         * src/addressbook_foldersel.c
11367                 fix strict ISO C90 compliance.
11368
11369 2006-08-14 [paul]       2.4.0cvs48
11370
11371         * src/gtk/prefswindow.c
11372                 re-set scrolled window on opening
11373                 Patch by Ticho
11374
11375 2006-08-14 [paul]
11376
11377         2.5.0-rc1 released
11378
11379 2006-08-14 [paul]       2.4.0cvs47
11380
11381         * src/prefs_display_header.c
11382                 re-enable user-defined Displayed Headers
11383
11384 2006-08-14 [paul]       2.4.0cvs46
11385
11386         * src/prefs_account.c
11387                 use GTK_STOCK_EDIT
11388
11389 2006-08-13 [colin]      2.4.0cvs45
11390
11391         * src/common/utils.c
11392                 Fix "a" in quote when the original message is empty,
11393                 by using \0 instead of 'a' to test writability of
11394                 temp files.
11395
11396 2006-08-13 [wwp]        2.4.0cvs44
11397
11398         * src/plugins/spamassassin/spamassassin.c
11399                 fix capitalization of "SpamAssassin" in some debug, log and
11400                 dialog messages.
11401
11402 2006-08-13 [paul]       2.4.0cvs43
11403
11404         * src/editldap.c
11405                 fix overlapping widgets
11406         * src/prefs_account.c
11407                 fix translation of protocol_names[]
11408                 fix label disappearing off the edge of the
11409                 visible area
11410
11411 2006-08-12 [paul]       2.4.0cvs42
11412
11413         * manual/plugins.xml
11414                 update IRC channel info before it gets forgotten
11415                 about
11416
11417 2006-08-11 [colin]      2.4.0cvs41
11418
11419         * src/compose.c
11420         * src/mainwindow.c
11421         * src/mainwindow.h
11422         * src/procmsg.c
11423         * src/procmsg.h
11424         * src/summaryview.c
11425         * src/toolbar.c
11426                 Grey out the Send button if
11427                 - Queue folders are empty, or
11428                 - We're sending already
11429
11430 2006-08-11 [wwp]        2.4.0cvs40
11431
11432         * src/main.c
11433                 fix a logic issue when quitting while a compose window is
11434                 still open, thanks to Colin.
11435
11436 2006-08-10 [colin]      2.4.0cvs39
11437
11438         * src/main.c
11439                 Fix default font size setting after wizard run
11440         * src/imap.c
11441         * src/etpan/imap-thread.c
11442         * src/etpan/imap-thread.h
11443                 Fix bug #999 (Timing out on TSL cert validation 
11444                 dialog makes ugly things happen). Also, STARTTLS
11445                 unconditionnaly if initial capabilities contain
11446                 LOGINDISABLED and STARTTLS.
11447
11448 2006-08-09 [colin]      2.4.0cvs38
11449
11450         * src/mainwindow.c
11451         * src/mainwindow.h
11452                 Fix Tools/Actions sensitivity when there are
11453                 no actions
11454
11455 2006-08-09 [colin]      2.4.0cvs37
11456
11457         * src/prefs_filtering.c
11458                 Warning fix, patch by Paul
11459         * src/messageview.c
11460         * src/prefs_actions.c
11461         * src/prefs_filtering_action.c
11462         * src/prefs_matcher.c
11463                 Uniformisation of "Info ..." to "Info..." (for
11464                 old gtk), patch by Fabien
11465         * src/plugins/clamav/clamav_plugin_gtk.c
11466                 Sensitivity fix by Fabien
11467
11468 2006-08-09 [colin]      2.4.0cvs36
11469
11470         * src/main.c
11471         * src/main.h
11472                 Add a function to know whether we're exiting
11473         * src/plugins/trayicon/trayicon.c
11474                 If exiting, don't do anything. Faster, and
11475                 avoids gtk_main_iteration reentracy causing
11476                 segfaults at exit
11477
11478 2006-08-09 [colin]      2.4.0cvs35
11479
11480         * src/messageview.c
11481         * src/mimeview.c
11482         * src/mimeview.h
11483                 Fix lack of part selection when automatically 
11484                 jumping to a specific part
11485         * src/msgcache.c
11486                 Little optimisation in cache reading
11487
11488 2006-08-09 [colin]      2.4.0cvs34
11489
11490         * src/compose.c
11491                 Fix crash setting the priority on reedit
11492                 (Accessing compose before creating it!)
11493
11494 2006-08-08 [colin]      2.4.0cvs33
11495
11496         * src/procmime.c
11497                 Fix bug #998 (last attachment is not accessible)
11498                 Bad RFC interpretation on multipart close-delimiters
11499         * src/mimeview.c
11500         * src/mimeview.h
11501         * src/gtk/gtkvscrollbutton.c
11502         * src/gtk/gtkvscrollbutton.h
11503                 Make attachments list wheel-scrollable
11504
11505 2006-08-07 [colin]      2.4.0cvs32
11506
11507         * src/gtk/gtkaspell.c
11508                 Fix bug #973 (Unicode punctation characters 
11509                 are not recognized as separators by the
11510                 spell checker); fix unsigned stuff
11511
11512 2006-08-07 [colin]      2.4.0cvs31
11513
11514         * src/compose.c
11515                 Fix bug #956 (DnD text with accents in compose 
11516                 text entry); fix gccc's signed/unsigned fuss
11517
11518 2006-08-06 [colin]      2.4.0cvs30
11519
11520         * src/main.c
11521                 Fix bug #979 (Plugin crashes when exiting 
11522                 sylpheed-claws) : handle exit request only 
11523                 once
11524
11525 2006-08-05 [colin]      2.4.0cvs29
11526
11527         * src/news.c
11528                 Just make sure we have a msgid.
11529
11530 2006-08-05 [colin]      2.4.0cvs28
11531
11532         * src/news.c
11533         * src/summaryview.c
11534                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
11535                 by reimplementing it
11536         * src/textview.c
11537                 Fix bug when hiding quotes with level > 3 and quote
11538                 colors are recycled
11539
11540 2006-08-04 [colin]      2.4.0cvs27
11541
11542         * src/compose.c
11543         * src/undo.c
11544         * src/undo.h
11545                 Fix a bit replace-by-pasting undo
11546         * src/mainwindow.c
11547         * src/messageview.c
11548                 Fix Fold quotes menu synchro in
11549                 mainwindow when it changes in 
11550                 messageview
11551         * src/textview.c
11552                 Fix right-click on quotes blocks
11553         * src/common/utils.c
11554                 Verify that the file created by
11555                 my_tmpfile() is writable. Fixes
11556                 bug #988 (very specific filesystem
11557                 issue)
11558         * src/plugins/pgpcore/sgpgme.c
11559                 Fix file descriptor leak
11560         * src/plugins/spamassassin/spamassassin.c
11561                 Warn once if spamd isn't reachable
11562
11563 2006-08-04 [colin]      2.4.0cvs26
11564
11565         * src/toolbar.c
11566                 i18n context patch by Fabien
11567
11568 2006-08-03 [colin]      2.4.0cvs25
11569
11570         * src/mainwindow.c
11571         * src/messageview.c
11572                 Rename "Hide quotes" to "Fold quotes"
11573         * src/textview.c
11574                 Don't use hand cursor on quotes. "all 
11575                 the bonuses of the feature and none of 
11576                 unwelcome side-effects"
11577
11578 2006-08-03 [colin]      2.4.0cvs24
11579
11580         * AUTHORS
11581         * sylpheed-claws.desktop
11582         * src/gtk/authors.h
11583                 Bring the desktop file to XDG compliance
11584                 Patch by Charles A. Edwards
11585
11586 2006-08-03 [colin]      2.4.0cvs23
11587
11588         * src/textview.c
11589                 Fix links offset when they are preceded
11590                 by accentued chars (g_utf8_strlen!)
11591         * src/mainwindow.c
11592                 Fix wrong status when starting offline
11593
11594
11595 2006-08-03 [wwp]        2.4.0cvs22
11596
11597         * src/prefs_common.h
11598                 ask what to do w/ filtering rules that belong to an account when
11599                 applying filtering rules manually from the main window (skip,
11600                 apply regardless of the account, use current account). This dialog
11601                 can be skipped and the last reply used.
11602                 (forgot that file)
11603
11604 2006-08-03 [wwp]        2.4.0cvs21
11605
11606         * src/filtering.c
11607         * src/filtering.h
11608         * src/prefs_common.c
11609         * src/summaryview.c
11610         * src/alertpanel.c
11611         * src/alertpanel.h
11612         * src/messageview.c
11613                 ask what to do w/ filtering rules that belong to an account when
11614                 applying filtering rules manually from the main window (skip,
11615                 apply regardless of the account, use current account). This dialog
11616                 can be skipped and the last reply used.
11617
11618
11619 2006-08-03 [colin]      2.4.0cvs20
11620
11621         * src/textview.c
11622                 Optimize previous patch
11623
11624 2006-08-03 [cleroy]     2.4.0cvs19
11625
11626         * src/textview.c
11627                 Fix quotes getting toggled back when the
11628                 mail has an even number of text parts
11629
11630 2006-08-02 [colin]      2.4.0cvs18
11631
11632         * src/messageview.c
11633                 Add Hide quotes menu
11634
11635 2006-08-02 [colin]      2.4.0cvs17
11636
11637         * src/mainwindow.c
11638         * src/prefs_common.c
11639         * src/textview.c
11640         * src/textview.h
11641         * src/gtk/about.c
11642                 Allow per-level quote hiding,
11643                 Allow toggling quotes by double-clicking them
11644                 Rename RemoteURI to ClickableText to reflect
11645                 the fact it's used for a variety of things
11646
11647 2006-08-02 [wwp]        2.4.0cvs16
11648
11649         * src/mainwindow.c
11650                 fix "View/Hide quotes" menu item status initialization.
11651
11652 2006-08-02 [wwp]        2.4.0cvs15
11653
11654         * src/matcher_parser_parse.y
11655                 remove a debug trace.
11656
11657 2006-08-02 [paul]       2.4.0cvs14
11658
11659         * src/plugins/pgpcore/passphrase.c
11660                 don't set initial dialog size
11661                 make it resizable
11662
11663 2006-08-02 [paul]       2.4.0cvs13
11664
11665         * src/noticeview.c
11666                 remove the rogue '/' character
11667
11668 2006-08-02 [paul]       2.4.0cvs12
11669
11670         * src/noticeview.c
11671                 allow buttons to resize as necessary
11672
11673 2006-08-01 [wwp]        2.4.0cvs11
11674
11675         * src/mbox.c
11676                 fix strict ISO C90 compliance.
11677
11678 2006-08-01 [wwp]        2.4.0cvs10
11679
11680         * tools/update-po
11681                 updated update-po tool to work w/ context-dependent translations.
11682                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
11683
11684 2006-08-01 [wwp]        2.4.0cvs9
11685
11686         * src/matcher.c
11687         * src/prefs_filtering.c
11688         * src/prefs_matcher.c
11689                 allow context-dependent translations for "All",
11690                 patch by Fabien Vantard <fzzzzz@gmail.com>.
11691
11692 2006-07-31 [colin]      2.4.0cvs8
11693
11694         * AUTHORS
11695         * src/gtk/authors.h
11696                 Add Rafal to authors
11697
11698 2006-07-31 [colin]      2.4.0cvs7
11699
11700         * src/compose.c
11701         * src/mainwindow.c
11702         * src/messageview.h
11703         * src/prefs_common.c
11704         * src/prefs_common.h
11705         * src/textview.c
11706                 Add 'View/Hide quotes'. Patch based on a patch
11707                 by Rafal Weglarz
11708
11709 2006-07-31 [colin]      2.4.0cvs6
11710
11711         * src/action.c
11712                 Fix problem with "> stuff >" actions
11713
11714 2006-07-31 [paul]       2.4.0cvs5
11715
11716         * po/nb.po
11717                 updated by Geir Helland
11718
11719 2006-07-31 [wwp]        2.4.0cvs4
11720
11721         * src/mainwindow.c
11722         * src/summaryview.c
11723         * src/summaryview.h
11724                 add "View/Go to/Parent message" and "View/Go to/Last read message",
11725                 thanks to Colin.
11726
11727 2006-07-31 [wwp]        2.4.0cvs3
11728
11729         * src/Makefile.am
11730         * src/addr_compl.c
11731         * src/addr_compl.h
11732         * src/addressbook.c
11733         * src/addressbook.h
11734         * src/addressbook_foldersel.c
11735         * src/addressbook_foldersel.h
11736         * src/addrindex.c
11737         * src/addrindex.h
11738         * src/matcher.c
11739         * src/matcher.h
11740         * src/matcher_parser_lex.l
11741         * src/matcher_parser_parse.y
11742         * src/prefs_common.c
11743         * src/prefs_common.h
11744         * src/prefs_filtering.c
11745         * src/prefs_matcher.c
11746         * src/prefs_matcher.h
11747         * src/summaryview.c
11748                 introduce filtering against the address book. It's now possible to add
11749                 matched conditions to determine if any email address in a message matches
11750                 or doesn't match any or all books or folders in the address book.
11751
11752 2006-07-31 [wwp]        2.4.0cvs2
11753
11754         * src/account.c
11755         * src/filtering.c
11756         * src/filtering.h
11757         * src/folder.c
11758         * src/folderview.c
11759         * src/inc.c
11760         * src/mainwindow.c
11761         * src/matcher.c
11762         * src/matcher_parser_lex.l
11763         * src/matcher_parser_parse.y
11764         * src/mbox.c
11765         * src/prefs_filtering.c
11766         * src/prefs_filtering.h
11767         * src/procmsg.c
11768         * src/procmsg.h
11769         * src/summaryview.c
11770                 introduce per-account filtering rules. Each filtering rule can now be assigned
11771                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
11772                 when applying filtering rules manually, as all rules will apply - even the ones
11773                 assigned to an account. This issue will be addressed soon.
11774  
11775
11776
11777 2006-07-31 [wwp]        2.4.0cvs1
11778
11779         * src/quote_fmt.c
11780                 make more strings translatable.
11781
11782 2006-07-31 [paul]       2.4.0
11783
11784         2.4.0 released
11785
11786 2006-07-31 [paul]       2.3.1cvs91
11787
11788         * po/ca.po
11789                 updated by Miquel Oliete
11790
11791 2006-07-31 [paul]       2.3.1cvs90
11792
11793         * po/de.po
11794         * po/el.po
11795         * po/fr.po
11796         * po/it.po
11797         * po/pl.po
11798         * po/pt_BR.po
11799         * po/sr.po
11800         * po/zh_CN.po
11801                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
11802                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
11803                 Aleksandar Urosevic, and Ralgh Young
11804
11805 2006-07-31 [paul]       2.3.1cvs89
11806
11807         * src/account.c
11808         * src/main.c
11809         * src/mainwindow.c
11810         * src/mainwindow.h
11811                 Fix a race condition when, after an SC crash, rescanning
11812                 folders took more than 0.5 seconds
11813                 Thanks to Colin
11814
11815 2006-07-31 [paul]       2.3.1cvs88
11816
11817         * src/folderview.c
11818                 don't translate separator strings
11819
11820 2006-07-30 [mones]      2.3.1cvs87
11821
11822         * doc/man/sylpheed-claws.1
11823                 Fixed non-ASCII chars in Hoa's name
11824         * po/es.po
11825                 Updated for release
11826
11827 2006-07-27 [colin]      2.3.1cvs86
11828
11829         * src/textview.c
11830                 Don't include the leading \n in links
11831                 Patch by Fabien
11832
11833 2006-07-25 [colin]      2.3.1cvs85
11834
11835         * src/mainwindow.c
11836         * src/common/socket.h
11837         * src/etpan/imap-thread.c
11838                 Refresh resolvers before connecting
11839                 to IMAP servers, and after switching
11840                 to online. Thanks to Paul.
11841
11842 2006-07-18 [colin]
11843
11844         * 2.4.0-rc4 released
11845
11846 2006-07-17 [colin]      2.3.1cvs84
11847
11848         * src/inc.c
11849                 Show connection attempt in statusbar before
11850                 connecting (previously first message was
11851                 "Retrieving messages from ..." after the
11852                 connection succeeded.
11853
11854 2006-07-16 [wwp]        2.3.1cvs83
11855
11856         * sylpheed-claws.ico
11857                 Added .ico file (windows multi-size icon file, generated).
11858
11859 2006-07-12 [wwp]        2.3.1cvs82
11860
11861         * src/messageview.c
11862                 remove Message/Re-edit menu entry from messageview window,
11863                 as sent/draft/queued messages are opened in compose window when
11864                 re-edited and it's not possible to re-edit other msgs.
11865
11866 2006-07-12 [paul]       2.3.1cvs81
11867
11868         * AUTHORS
11869         * src/mainwindow.c
11870         * src/gtk/authors.h
11871                 check online state before resetting
11872                 mailcheck timer. Useful if some program
11873                 verifies connection state and updates
11874                 Claws.
11875                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
11876
11877 2006-07-12 [paul]       2.3.1cvs80
11878
11879         * sylpheed-claws-128x128.png
11880         * sylpheed-claws-64x64.png
11881         * sylpheed-claws.png
11882         * src/Makefile.am
11883         * src/main.c
11884         * src/prefs_toolbar.c
11885         * src/stock_pixmap.c
11886         * src/stock_pixmap.h
11887         * src/wizard.c
11888         * src/gtk/about.c
11889         * src/gtk/gtkutils.c
11890         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
11891         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
11892         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
11893         * src/pixmaps/sylpheed.xpm              ** REMOVED **
11894         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
11895         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
11896                 updated and renamed logo/icon files and related
11897                 logo by Jesper Schultz
11898
11899 2006-07-11 [paul]       2.3.1cvs79
11900
11901         * src/main.c
11902                 fix the labels a smidgin
11903
11904 2006-07-09 [colin]      2.3.1cvs78
11905
11906         * src/textview.c
11907                 Show errors in textviewer's command
11908                 Patch by H. Merijn Brand
11909
11910 2006-07-09 [colin]      2.3.1cvs77
11911
11912         * src/compose.c
11913                 Save FMID in drafts too
11914
11915 2006-07-08 [colin]      2.3.1cvs76
11916
11917         * src/compose.c
11918                 Svae RMID in drafted mails too
11919                 Save quote_fmt vars for whole mails,
11920                 don't reset at each quote_fmt_init:
11921                 allows to use the same |i{var} in
11922                 various template fields
11923         * src/prefs_template.c
11924         * src/quote_fmt.h
11925         * src/quote_fmt_parse.y
11926                 Same
11927
11928 2006-07-08 [colin]      2.3.1cvs75
11929
11930         * src/textview.c
11931                 Fix highlighting of attached parts URIs
11932
11933 2006-07-08 [colin]      2.3.1cvs74
11934
11935         * src/main.c
11936                 Prevent bug #981 (sc 2.3.1 segfaults with 
11937                 gtk+ 2.10) from being reported again:
11938                 if Sylpheed-Claws has been compiled against
11939                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
11940                 of if Sylpheed-Claws has been compiled against
11941                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
11942                 error out.
11943
11944 2006-07-07 [colin]      2.3.1cvs73
11945
11946         * src/prefs_actions.c
11947                 Fix label
11948
11949 2006-07-07 [colin]      2.3.1cvs72
11950
11951         * src/prefs_actions.c
11952                 Fix compile on gtk < 2.8. argh :)
11953
11954 2006-07-07 [paul]       2.3.1cvs71
11955
11956         * src/common/defs.h
11957                 update DONATE_URI
11958
11959 2006-07-07 [colin]      2.3.1cvs70
11960
11961         * po/POTFILES.in
11962         * src/quote_fmt.c
11963         * src/quote_fmt_lex.l
11964         * src/quote_fmt_parse.y
11965                 Add |i{var}, a way to insert user-entered
11966                 text in a template
11967
11968 2006-07-07 [colin]
11969
11970         * 2.4.0-rc3 released
11971
11972 2006-07-07 [colin]      2.3.1cvs69
11973
11974         * src/folder.c
11975                 Don't consider inboxes of UNKNOWN folder 
11976                 classes to be useable as default inboxes
11977
11978 2006-07-07 [paul]       2.3.1cvs68
11979
11980         * src/textview.c
11981                 add missing #include <errno.h>
11982                 Thanks to René J. Blokland
11983
11984 2006-07-07 [paul]       2.3.1cvs67
11985
11986         * src/action.c
11987                 Return now Closes dialog
11988         * src/mimeview.c
11989         * src/mimeview.h
11990         * src/textview.c
11991                 add contextual menu to mime parts listed
11992                 in the textview
11993                 Thanks to Colin
11994         * src/common/utils.c
11995                 reversal: ' is a valid character in URLs
11996
11997 2006-07-06 [colin]      2.3.1cvs66
11998
11999         * src/remotefolder.h
12000                 Forgotten in previous commit
12001
12002 2006-07-06 [colin]      2.3.1cvs65
12003
12004         * src/folder.c
12005                 Set summary update flag whenever
12006                 totals changed
12007         * src/imap.c
12008         * src/prefs_account.c
12009         * src/common/utils.h
12010         * src/etpan/imap-thread.c
12011                 Fix warnings, thanks to Fabien and
12012                 Ricardo
12013
12014 2006-07-06 [wwp]        2.3.1cvs64
12015
12016         * src/gtk/gtkutils.c
12017                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
12018
12019 2006-07-06 [wwp]        2.3.1cvs63
12020
12021         * src/account.c
12022         * src/addressbook.c
12023         * src/addressitem.h
12024         * src/folderview.c
12025         * src/mainwindow.c
12026         * src/manual.c
12027         * src/manual.h
12028         * src/message_search.c
12029         * src/prefs_actions.c
12030         * src/prefs_filtering.c
12031         * src/prefs_filtering.h
12032         * src/prefs_template.c
12033         * src/summary_search.c
12034         * src/summaryview.c
12035         * src/gtk/gtkutils.c
12036         * src/gtk/gtkutils.h
12037         * src/gtk/pluginwindow.c
12038                 add help buttons to some dialogs. Clicking such buttons opens a
12039                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
12040
12041 2006-07-06 [paul]       2.3.1cvs62
12042
12043         * src/textview.c
12044                 fix attachments contextual menu
12045                 Thanks to Colin
12046
12047 2006-07-05 [colin]      2.3.1cvs61
12048
12049         * src/textview.c
12050         * src/compose.c
12051                 Handle sftp:// links
12052
12053 2006-07-05 [paul]       2.3.1cvs60
12054
12055         * src/gtk/filesel.c
12056                 grab save button by default
12057                 Thanks to Colin
12058
12059 2006-07-05 [wwp]        2.3.1cvs59
12060
12061         * manual/xml2pdf
12062                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
12063
12064 2006-07-04 [colin]      2.3.1cvs58
12065
12066         * src/mimeview.c
12067         * src/textview.c
12068                 Use left click to select, middle click to open
12069                 on mimeparts links
12070         * src/common/utils.c
12071                 Fix segfault
12072
12073 2006-07-04 [colin]      2.3.1cvs57
12074
12075         * src/mainwindow.c
12076         * src/news.c
12077                 Warning fixes, thanks to Fabien
12078
12079 2006-07-04 [colin]      2.3.1cvs56
12080
12081         * src/mimeview.c
12082         * src/mimeview.h
12083         * src/textview.c
12084                 Allow parts to be selected via their text label
12085                 in textview
12086
12087 2006-07-04 [colin]      2.3.1cvs55
12088
12089         * src/folderview.c
12090                 Feedback when closing (for big folders)
12091         * src/prefs_actions.c
12092         * src/prefs_filtering.c
12093         * src/prefs_matcher.c
12094         * src/prefs_template.c
12095                 Fix default button when closing without
12096                 having saved
12097
12098 2006-07-04 [colin]      2.3.1cvs54
12099
12100         * src/news.c
12101                 Delete local file on deletion
12102
12103 2006-07-03 [colin]      2.3.1cvs53
12104
12105         * src/folderview.c
12106         * src/main.c
12107                 Don't freeze when rescanning after crash
12108
12109 2006-07-03 [wwp]        2.3.1cvs52
12110
12111         * src/compose.c
12112         * src/privacy.c
12113         * src/privacy.h
12114         * src/plugins/pgpinline/pgpinline.c
12115         * src/plugins/pgpmime/pgpmime.c
12116                 don't report an error when the user cancels the passphrase dialog.
12117
12118 2006-07-02 [colin]      2.3.1cvs51
12119
12120         * src/folderview.c
12121                 Open message when crossing folders with Space,
12122                 goto next unread and friends
12123
12124 2006-07-01 [colin]      2.3.1cvs50
12125
12126         * src/prefs_account.c
12127                 Typographic rules varying from language
12128                 to language (in french "Protocole :"),
12129                 we have to do that :)
12130
12131 2006-07-01 [ticho]      2.3.1cvs49
12132
12133         * src/prefs_account.c
12134                 Only use one temporary gchar* variable in
12135                 prefs_account_protocol_set_optmenu().
12136
12137 2006-07-01 [ticho]      2.3.1cvs48
12138
12139         * src/prefs_account.c
12140         * src/prefs_account.h
12141                 Use GtkLabel for existing account protocol name.
12142                 Created an array for protocol names and populate the
12143                 combobox from it in a for() cycle.
12144
12145 2006-06-30 [colin]      2.3.1cvs47
12146
12147         * src/compose.c
12148                 Block undo when changing signature (by changing
12149                 account)
12150
12151 2006-06-30 [paul]       2.3.1cvs46
12152
12153         * src/send_message.c
12154                 when editing From in the Compose window, use that address
12155                 in the Return-Path: header
12156                 Thanks to Colin
12157
12158 2006-06-30 [colin]      2.3.1cvs45
12159
12160         * src/compose.c
12161                 Fix signature replacement:
12162                 - when no newline before separator
12163                 - when reediting
12164
12165 2006-06-29 [colin]      2.3.1cvs44
12166
12167         * src/folderview.c
12168         * src/folderview.h
12169         * src/mainwindow.c
12170         * src/summaryview.c
12171                 Let 'View/Go to/Next marked' work like
12172                 Next new & Next unread: across folders
12173                 Change the select_on_entry pref to do
12174                 what we want when changing folder
12175         * src/common/utils.c
12176                 Fix single-quoted links 
12177
12178 2006-06-29 [colin]      2.3.1cvs43
12179
12180         * src/gtk/gtkaspell.c
12181                 "Sylpheed" and "Sylpheed-Claws" do exist !
12182
12183 2006-06-29 [colin]      2.3.1cvs42
12184
12185         * src/imap.c
12186                 Forgot to remove debug
12187
12188 2006-06-29 [colin]      2.3.1cvs41
12189
12190         * src/imap.c
12191         * src/imap.h
12192         * src/mainwindow.c
12193                 Disconnect from IMAP servers when going
12194                 offline. Fixes bug #978 (going to offline-mode 
12195                 won't close connections)
12196
12197 2006-06-29 [colin]      2.3.1cvs40
12198
12199         * src/main.c
12200                 Fix transient setting on failing plugins
12201                 Patch by Fabien
12202         * src/plugins/pgpcore/sgpgme.c
12203                 Only warn for OpenPGP. Most people don't
12204                 have CMS available.
12205
12206 2006-06-29 [colin]      2.3.1cvs39
12207
12208         * src/compose.c
12209                 Fix Spelling menu (discrepancy between context menu
12210                 and top menu when folder's dictionary isn't the 
12211                 default one)
12212         * src/plugins/pgpcore/sgpgme.c
12213                 More error reporting about why gpgme can fail
12214
12215 2006-06-29 [wwp]        2.3.1cvs38
12216
12217         * src/mainwindow.c
12218                 honor the display-header-pane setting even when the message view
12219                 is a separate window.
12220
12221 2006-06-29 [wwp]        2.3.1cvs37
12222
12223         * src/prefs_actions.c
12224                 forgot to commit that one (use of GTK_STOCK_INFO).
12225
12226 2006-06-29 [colin]      2.3.1cvs36
12227
12228         * src/imap.c
12229                 Better handling of login errors (ask the password
12230                 again once), alert in case of error. Fix three
12231                 signedness warnings.
12232
12233 2006-06-28 [wwp]        2.3.1cvs35
12234
12235         * src/prefs_template.c
12236         * src/prefs_matcher.c
12237         * src/prefs_filtering_action.c
12238         * src/prefs_quote.c
12239                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
12240                 patch by Fabien Vantard, slightly modified.
12241
12242 2006-06-28 [paul]
12243
12244         2.4.0-rc2 released
12245
12246 2006-06-28 [colin]      2.3.1cvs34
12247
12248         * src/prefs_account.c
12249                 Fix bug #977 (Can't add or edit imap accounts)
12250
12251 2006-06-28 [colin]      2.3.1cvs33
12252
12253         * src/mimeview.c
12254                 Fix previous
12255
12256 2006-06-28 [colin]      2.3.1cvs32
12257
12258         * src/mimeview.c
12259                 Save named inlined attachments with "Save all"
12260         * src/main.c
12261         * src/mbox.c
12262         * src/common/plugin.c
12263         * src/common/plugin.h
12264         * src/common/sylpheed.c
12265         * src/common/utils.c
12266         * src/plugins/pgpcore/sylpheed.def
12267         * src/plugins/pgpinline/sylpheed.def
12268         * src/plugins/pgpmime/sylpheed.def
12269                 Win32 compatibility patch, by
12270                 Werner Koch
12271
12272 2006-06-28 [wwp]        2.3.1cvs31
12273
12274         * src/imap.c
12275         * src/prefs_folder_item.c
12276                 less compilation warnings (thanks to Fabien Vantard), less typos.
12277
12278 2006-06-28 [paul]       2.3.1cvs30
12279
12280         * src/gtk/gtkutils.c
12281                 gtk_combo_box_set_focus_on_click() is only
12282                 available since gtk 2.6.0
12283
12284 2006-06-28 [paul]       2.3.1cvs29
12285
12286         * src/prefs_ext_prog.c
12287                 fix engrish and add a tooltip for the
12288                 'command for 'Display as text' option
12289
12290 2006-06-28 [paul]
12291
12292         2.4.0-rc1 released
12293
12294 2006-06-28 [paul]       2.3.1cvs28
12295
12296         * ChangeLog
12297         * tools/Makefile.am
12298                 include textviewer.pl in releases
12299
12300 2006-06-28 [paul]       2.3.1cvs27
12301
12302         * src/prefs_ext_prog.c
12303                 hide Print command option if libgnomeprint
12304                 support is present
12305
12306 2006-06-27 [colin]      2.3.1cvs26
12307
12308         * src/compose.c
12309                 Fix Esc handling in insert/attach dialog
12310                 Don't show this dialog if dragging something
12311                 else than text/uri-list
12312                 Thanks to Fabien Vantard
12313         * tools/textviewer.pl
12314                 Filter script to display stuff as text
12315                 by H. Merijn Brand
12316
12317 2006-06-27 [wwp]        2.3.1cvs25
12318
12319         * src/messageview.c
12320                 use the exact product name (message view title), patch
12321                 by Fabien Vantard.
12322
12323 2006-06-27 [ticho]      2.3.1cvs24
12324
12325         * src/prefs_account.c
12326         * src/prefs_common.c
12327         * src/prefs_common.h
12328         * src/prefs_ext_prog.c
12329         * src/textview.c
12330                 Add a preference (Preferences/External programs)
12331                 to allow "Display as text" to be done via a script
12332                 (patch by H.Merijn Brand).
12333                 Use GtkComboBox for protocol selection in account
12334                 preferences.
12335                 Only include current choice for existing accounts, and
12336                 insensitivize the combobox.
12337
12338 2006-06-27 [paul]       2.3.1cvs23
12339
12340         * src/mbox.c
12341                 fix crasher introduced in cvs21.
12342                 Thanks to Colin
12343
12344 2006-06-26 [colin]      2.3.1cvs22
12345
12346         * src/mbox.c
12347                 Fix double-frees when leaving folders
12348                 after exporting to mbox
12349
12350 2006-06-26 [colin]      2.3.1cvs21
12351
12352         * src/mbox.c
12353                 More feedback (and optimisation)
12354                 on import/export
12355         * src/common/utils.c
12356                 Fix case when looking for mail addresses
12357         * src/gtk/gtkutils.c
12358                 Extra check for (X-)Face
12359
12360 2006-06-25 [ticho]      2.3.1cvs20
12361
12362         * src/compose.c
12363         * src/exphtmldlg.c
12364         * src/gtk/gtkutils.c
12365         * src/gtk/gtkutils.h
12366                 Added second argument to gtkut_sc_combobox_create() to
12367                 control focus-on-click for the widget.
12368                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
12369
12370 2006-06-25 [ticho]      2.3.1cvs19
12371
12372         * src/compose.c
12373         * src/gtk/Makefile.am
12374         * src/gtk/combobox.c
12375         * src/gtk/combobox.h
12376         * src/gtk/gtkutils.c
12377         * src/gtk/gtkutils.h
12378                 Use GtkComboBox instead of deprecated GtkOptionMenu
12379                 for account selector in compose window and for encoding
12380                 selector in attachment properties.
12381                 Also factorise working with the new GtkComboBox somewhat.
12382
12383 2006-06-24 [paul]       2.3.1cvs18
12384
12385         * src/prefs_common.c
12386                 use the correct default value
12387
12388 2006-06-24 [paul]       2.3.1cvs17
12389
12390         * src/compose.c
12391         * src/prefs_common.c
12392         * src/prefs_common.h
12393         * src/prefs_compose_writing.c
12394                 enable setting of default action when
12395                 dnd'ing files in the compose window.
12396                 (Collaborative effort with wwp)
12397
12398 2006-06-23 [wwp]        2.3.1cvs16
12399
12400         * src/compose.c
12401                 i18n fix (thanks to Fabien Vantard)
12402
12403 2006-06-22 [colin]      2.3.1cvs15
12404
12405         * src/prefs_customheader.c
12406                 Don't use filters in custom headers' file 
12407                 selector. Remember, extensions mean nothing :)
12408
12409 2006-06-22 [paul]       2.3.1cvs14
12410
12411         * configure.ac
12412                 allow setting of man directory location
12413
12414 2006-06-22 [colin]      2.3.1cvs13
12415
12416         * src/mainwindow.c
12417                 Add 'View/Go to/Next unread folder'.
12418                 I missed that :)
12419
12420 2006-06-22 [colin]      2.3.1cvs12
12421
12422         * src/common/utils.c
12423                 Add some subject prefixes
12424                 Patch by Bjorn T Johansen <btj@havleik.no>
12425
12426 2006-06-22 [colin]      2.3.1cvs11
12427
12428         * manual/advanced.xml
12429                 Forgotten hidden pref
12430
12431 2006-06-21 [paul]       2.3.1cvs10
12432
12433         * src/prefs_account.c
12434                 complete the removal of 'Add date header' option
12435
12436 2006-06-21 [paul]       2.3.1cvs9
12437
12438         * src/account.c
12439         * src/compose.c
12440         * src/prefs_account.c
12441         * src/prefs_account.h
12442                 remove option to add date header - always
12443                 add date header
12444         * src/etpan/imap-thread.c
12445                 fix warnings (Thanks to Colin)
12446
12447 2006-06-21 [wwp]        2.3.1cvs8
12448
12449         * src/folder.c
12450                 set the attachment flag when inline text part are (file)named. This is more convenient
12451                 when receiving (for instance) inline source files or patches sent using thunderbird.
12452
12453 2006-06-21 [paul]       2.3.1cvs7
12454
12455         * src/inc.c
12456                 fix off-by-one count of current msg in
12457                 statusbar filtering progressbar
12458
12459 2006-06-21 [paul]       2.3.1cvs6
12460
12461         * src/folder.c
12462                 Show attachment icon even if the part is 'inline'
12463                 if the following conditions are met:
12464                 - content-type != 'text/plain'
12465                 - content-type != '*/pgp-signature'
12466                 - either 'name' or 'filename' parameter is not NULL
12467                 
12468                 Thanks to Colin
12469
12470 2006-06-21 [paul]       2.3.1cvs5
12471
12472         * src/messageview.c
12473         * src/prefs_common.c
12474         * src/prefs_common.h
12475         * src/prefs_other.c
12476                 add an option to 'Never send Return
12477                 Receipts'
12478                 Thanks to Colin
12479
12480 2006-06-20 [mones]      2.3.1cvs4
12481
12482         * po/es.po
12483                 updated
12484         * src/compose.c
12485                 typo fixed (space after comma)
12486         * tools/make.themes.project
12487                 remove exec mode from tarball files
12488
12489 2006-06-20 [colin]      2.3.1cvs3
12490
12491         * src/news.c
12492         * src/procheader.c
12493         * src/unmime.c
12494                 Better fix for \n's in headers (don't 
12495                 break Received: and others)
12496
12497 2006-06-20 [paul]       2.3.1cvs2
12498
12499         * src/alertpanel.c
12500         * src/textview.c
12501                 improve legibility of phishing attempt
12502                 dialog
12503
12504 2006-06-20 [paul]       2.3.1cvs1
12505
12506         * NEWS
12507         * README
12508         * configure.ac
12509                 Update version number following
12510                 stable release
12511
12512 2006-06-20 [colin]      2.3.0cvs26
12513
12514         * src/compose.c
12515                 When dragging a file to the text of the compose
12516                 window, ask whether we want to insert or attach
12517                 (I know lots of people who do that to attach)
12518
12519 2006-06-20 [colin]      2.3.0cvs25
12520
12521         * src/etpan/imap-thread.c
12522                 Fix threshold (the append command is often > 32 bytes)
12523
12524 2006-06-19 [colin]      2.3.0cvs24
12525
12526         * src/imap.c
12527         * src/etpan/imap-thread.c
12528                 Workaround Rockliffe IMAP server bug: replace
12529                 "x UID SEARCH (ANSWERED UID 1:*)" with
12530                 "x UID SEARCH ANSWERED"
12531                 (Rockliffe doesn't handle the parenthesis)
12532
12533 2006-06-19 [colin]      2.3.0cvs23
12534
12535         * src/compose.c
12536         * src/imap.c
12537         * src/etpan/imap-thread.c
12538                 Probably fix bug #972 (Freezes when adding 
12539                 an attachment to the message)
12540         * src/common/defs.h
12541                 Modernize Firefox cmd
12542
12543
12544 2006-06-18 [colin]      2.3.0cvs22
12545
12546         * src/prefs_customheader.c
12547                 Only allow correct filenames for various
12548                 custom headers
12549
12550 2006-06-18 [colin]      2.3.0cvs21
12551
12552         * src/prefs_customheader.c
12553                 Add a 'From File...' button in custom headers prefs, which
12554                 try to do the right thing: 
12555                 for normal headers, use file as plaintext,
12556                 for X-Face, calls compface,
12557                 for Face, encode to b64.
12558
12559 2006-06-17 [colin]      2.3.0cvs20
12560
12561         * src/mh.c
12562                 Warning fix
12563
12564 2006-06-16 [colin]      2.3.0cvs19
12565
12566         * src/summaryview.c
12567                 Recursive quicksearch: show message list
12568                 in current folder, *then* search children
12569                 in the background.
12570
12571 2006-06-16 [colin]      2.3.0cvs18
12572
12573         * src/main.c
12574                 Instead of ignoring SIGPIPE, save caches
12575                 when getting one. Will fix the fact that
12576                 hot caches are out-of-date when logging 
12577                 out of Xorg.
12578         * src/compose.c
12579         * src/prefs_compose_writing.c
12580                 Only save text (not attachments) when 
12581                 auto-saving to drafts
12582         * src/unmime.c
12583                 Always replace \n, \r and \t with spaces
12584                 in headers
12585         * manual/dist/html/Makefile.am
12586         * manual/dist/pdf/Makefile.am
12587         * manual/dist/ps/Makefile.am
12588         * manual/dist/txt/Makefile.am
12589         * manual/fr/dist/html/Makefile.am
12590         * manual/fr/dist/pdf/Makefile.am
12591         * manual/fr/dist/ps/Makefile.am
12592         * manual/fr/dist/txt/Makefile.am
12593         * manual/pl/dist/html/Makefile.am
12594         * manual/pl/dist/pdf/Makefile.am
12595         * manual/pl/dist/ps/Makefile.am
12596         * manual/pl/dist/txt/Makefile.am
12597                 Fix make clean removing pregenerated manuals
12598
12599
12600 2006-06-16 [colin]      2.3.0cvs17
12601
12602         * src/plugins/pgpcore/sgpgme.c
12603         * src/plugins/pgpmime/pgpmime.c
12604         * src/plugins/pgpinline/pgpinline.c
12605                 Better error reporting in setup_signers.
12606                 Don't fallback to default key if specified
12607                 key isn't found.
12608                 Don't allow signing if more than one secret
12609                 key matches the one specified in prefs.
12610
12611 2006-06-15 [colin]      2.3.0cvs16
12612
12613         * src/folderview.c
12614                 Add "Send queue" in the folder's contextual
12615                 menu
12616         * src/compose.c
12617         * src/messageview.c
12618         * src/privacy.c
12619         * src/privacy.h
12620         * src/procmime.c
12621         * src/procmsg.c
12622         * src/plugins/pgpcore/passphrase.c
12623         * src/plugins/pgpcore/sgpgme.c
12624         * src/plugins/pgpinline/pgpinline.c
12625         * src/plugins/pgpmime/pgpmime.c
12626                 Better error reporting
12627         * src/mbox.c
12628                 Probably fix bug #971 (2.2.3 cannot read mail 
12629                 from local mbox)
12630
12631
12632 2006-06-15 [mones]      2.3.0cvs15
12633
12634         * tools/make.themes.project
12635                 creates the themes project from the web page
12636
12637 2006-06-15 [colin]      2.3.0cvs14
12638
12639         * src/folder.c
12640                 Better fix (avoid losing the folder if scan_tree 
12641                 fails)
12642
12643 2006-06-15 [cleroy]     2.3.0cvs13
12644
12645         * src/folder.c
12646                 Probably fix Bug #969 (crash on rebuilding 
12647                 imap folder)
12648
12649 2006-06-14 [colin]      2.3.0cvs12
12650
12651         * manual/dtd/manual.xsl
12652         * manual/sylpheed-claws-manual.xml
12653         * manual/fr/sylpheed-claws-manual.xml
12654         * manual/pl/sylpheed-claws-manual.xml
12655                 Insert pagebreaks between sections
12656
12657 2006-06-14 [paul]       2.3.0cvs11
12658
12659         * configure.ac
12660                 better fix than 2.3.0cvs10
12661
12662 2006-06-14 [paul]       2.3.0cvs10
12663
12664         * configure.ac
12665                 fix setting of PACKAGE_DATA_DIR with newer autoconf
12666                 (backwards compatible)
12667
12668 2006-06-13 [colin]      2.3.0cvs9
12669
12670         * src/messageview.c
12671                 Fix sending of return receipt with the new queue folders
12672
12673 2006-06-13 [wwp]        2.3.0cvs8
12674
12675         * src/quote_fmt_lex.l
12676                 fix wrong tokens returned in quote_fmt lexer, query not().
12677
12678 2006-06-13 [wwp]        2.3.0cvs7
12679
12680         * src/folder.c
12681         * src/prefs_folder_item.c
12682                 allow changing folder type even when folder is not a top-level one,
12683                 thanks to Colin.
12684
12685 2006-06-12 [colin]      2.3.0cvs6
12686
12687         * src/folderview.c
12688                 Fix double-ask of "Do you want to mark all
12689                 as read"
12690
12691 2006-06-12 [colin]      2.3.0cvs5
12692
12693         * src/compose.c
12694         * src/compose.h
12695         * src/folder.c
12696         * src/folder.h
12697         * src/imap.c
12698         * src/inc.c
12699         * src/main.c
12700         * src/messageview.c
12701         * src/mh.c
12702         * src/prefs_folder_item.c
12703         * src/procheader.c
12704         * src/procmime.c
12705         * src/procmsg.c
12706         * src/procmsg.h
12707         * src/send_message.c
12708         * src/summaryview.c
12709         * src/toolbar.c
12710                 Apply bug #964's patch (Queue and drafts aren't normal)
12711                 The Drafts and Queue folder now contain RFC-822 files,
12712                 allowing to move and copy mails from and to these 
12713                 folders. Moving from Drafts to Queue will prepare the
12714                 mail for sending (PGP signature, encryption, etc).
12715                 This patch also rework sending errors handling to try
12716                 to be more helpful.
12717                 Also, allow redefining folder types via the GUI 
12718                 (Folder type in its Properties)
12719
12720 2006-06-12 [colin]      2.3.0cvs4
12721
12722         * src/summaryview.c
12723         * src/prefs_common.c
12724         * src/prefs_common.h
12725         * src/gedit-print.c
12726                 Allow to define a specific print font - patch
12727                 by Bernhard Walle <bernhard.walle@gmx.de>
12728         * src/prefs_fonts.c
12729         * manual/advanced.xml
12730         * manual/fr/advanced.xml
12731                 Add a hidden pref to allow deletion without
12732                 confirmation
12733
12734 2006-06-12 [wwp]        2.3.0cvs3
12735
12736         * .cvsignore
12737                 more files to ignore.
12738
12739 2006-06-12 [wwp]        2.3.0cvs2
12740
12741         * src/quote_fmt.c
12742         * src/quote_fmt_lex.l
12743         * src/quote_fmt_parse.y
12744                 extend the quote_fmt parser (templates and quotes):
12745                 - allow limited sub-expressions in |p{} and |f{} expressions,
12746                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
12747                 - implemented/fixed missing implementation of query_references and show_references,
12748                 - completed, fixed contents and format of the symbols help dialog,
12749                 - fix some compilation warnings.
12750
12751 2006-06-12 [wwp]        2.3.0cvs1
12752
12753         * manual/advanced.xml
12754         * manual/fr/advanced.xml
12755                 updates in the "templates" section of the manual (eng/fr):
12756                  - be more precise (both versions)
12757                  - completed to match the english reference (fr version)
12758                  - touchups (both versions)
12759
12760 2006-06-12 [paul]       2.3.0
12761
12762         2.3.0 released
12763
12764 2006-06-12 [paul]       2.2.3cvs14
12765
12766         * po/ca.po
12767         * po/cs.po
12768         * po/de.po
12769         * po/el.po
12770         * po/fr.po
12771         * po/it.po
12772         * po/pt_BR.po
12773         * po/sr.po
12774         * po/zh_CN.po
12775                 updated by Miquel Oliete, Tim, Stephan Sachse,
12776                 Stavros Giannouris, Fabien Vantard, Andrea
12777                 Spadaccini, Frederico Goncalves Guimaraes,
12778                 Aleksandar Urosevic, and Ralgh Young
12779
12780 2006-06-12 [colin]      2.2.3cvs13
12781
12782         * src/mbox.c
12783                 Add missing header
12784
12785 2006-06-11 [colin]      2.2.3cvs12
12786
12787         * src/msgcache.c
12788                 Verify that g_malloc() succeeded
12789
12790 2006-06-11 [colin]      2.2.3cvs11
12791
12792         * src/wizard.c
12793                 Add Face header to welcome mail
12794
12795 2006-06-10 [colin]      2.2.3cvs10
12796
12797         * src/textview.c
12798                 Revert previous (Forgot it changes the
12799                 margin on the whole mail)
12800
12801 2006-06-10 [colin]      2.2.3cvs9
12802
12803         * src/textview.c
12804                 Don't overlap long headers under (X-)Face
12805
12806 2006-06-10 [mones]      2.2.3cvs8
12807
12808         * manual/xml2pdf
12809                 allow generation of manual on systems lacking saxon binary
12810                 but with java and the saxon library installed
12811
12812         * po/es.po
12813                 updated for release
12814
12815 2006-06-09 [colin]      2.2.3cvs7
12816
12817         * src/summaryview.c
12818                 Fix leak when using Display Sender using Addressbook
12819
12820 2006-06-09 [colin]      2.2.3cvs6
12821
12822         * src/compose.c
12823         * src/folder.c
12824         * src/folderview.c
12825         * src/mimeview.c
12826         * src/summaryview.c
12827                 More leaks fixes
12828
12829 2006-06-09 [paul]       2.2.3cvs5
12830
12831         * AUTHORS
12832         * src/gtk/authors.h
12833         * tools/claws.i18n.status.pl
12834                 updated with new info
12835
12836 2006-06-09 [paul]       2.2.3cvs4
12837
12838         * README
12839                 updated
12840         * manual/ack.xml
12841                 add wwp to authors list
12842         * src/gtk/authors.h
12843                 update mine and Colin's addresses
12844
12845 2006-06-08 [colin]      2.2.3cvs3
12846
12847         * src/etpan/imap-thread.c
12848                 Fix leak on SSL cert check
12849
12850 2006-06-08 [colin]      2.2.3cvs2
12851
12852         * src/common/utils.c
12853                 Fix leak
12854
12855 2006-06-08 [paul]       2.2.3cvs1
12856
12857         * configure.ac
12858                 Update version number following
12859                 stable release
12860
12861 2006-06-07 [colin]      2.2.2cvs3
12862
12863         * src/msgcache.c
12864                 Fix catching cache read errors (guint instead of gint)
12865                 Prevent malloc'ing more than 8MB (means cache corruption)
12866
12867 2006-06-07 [paul]       2.2.2cvs2
12868
12869         * src/exporthtml.c
12870         * src/exportldif.c
12871         * src/mh.c
12872         * src/mutt.c
12873         * src/pine.c
12874         * src/common/utils.c
12875                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
12876                 obey $HOME'
12877                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
12878                 Thanks to Colin
12879
12880 2006-06-06 [paul]       2.2.2cvs1
12881
12882         * configure.ac
12883                 Update version number following
12884                 stable release
12885
12886 2006-06-06 [paul]       2.2.1cvs6
12887
12888         * src/matcher.c
12889                 fix  implicit declaration of
12890                 sylpheed_do_idle()
12891                 Patch by Fabien Vantard
12892
12893 2006-06-06 [paul]       2.2.1cvs5
12894
12895         * src/matcher.c
12896                 fix age_greater and age_lower so that they
12897                 mean what say and not '...or equal to'
12898                 Thanks to Colin
12899
12900 2006-06-06 [paul]       2.2.1cvs4
12901
12902         * src/textview.c
12903         * src/common/utils.c
12904                 fix URI check
12905                 Thanks to Colin
12906
12907 2006-06-05 [wwp]        2.2.1cvs3
12908
12909         * manual/fr/account.xml
12910                 minor language fixes (thanks to Fabien Vantard).
12911
12912 2006-06-05 [colin]      2.2.1cvs2
12913
12914         * src/prefs_folder_item.c
12915         * src/folderview.c
12916                 Allow recursive setting of properties 
12917                 for whole mailboxes
12918         * src/matcher.c
12919                 Don't freeze on 'test' filtering rule
12920
12921 2006-06-05 [colin]      2.2.1cvs1
12922
12923         * configure.ac
12924                 Update version number following
12925                 stable release
12926
12927 2006-06-04 [wwp]        2.2.0cvs82
12928
12929         * manual/glossary.xml
12930         * manual/account.xml
12931         * manual/fr/glossary.xml
12932         * manual/fr/account.xml
12933                 added glossary section and references/links related to the Face custom header.
12934
12935 2006-06-04 [colin]      2.2.0cvs81
12936
12937         * src/summaryview.c
12938                 Skip to next message on move with no
12939                 immediate execution
12940
12941 2006-06-04 [wwp]        2.2.0cvs80
12942
12943         * manual/xml2pdf
12944                 added sanity checks, exit when needed.
12945
12946 2006-06-03 [paul]       2.2.0cvs79
12947
12948         * src/prefs_receive.c
12949                 page name is now 'Receiving'
12950         * src/prefs_send.c
12951                 page name is now 'Sending'
12952
12953 2006-06-03 [colin]      2.2.0cvs78
12954
12955         * src/plugins/spamassassin/spamassassin_gtk.c
12956                 Autoswitch to Localhost if transport was previously
12957                 disabled. Else people had to check [] Enable, then
12958                 *reselect* transport.
12959
12960 2006-06-03 [colin]      2.2.0cvs77
12961
12962         * src/plugins/pgpinline/pgpinline.c
12963         * src/plugins/pgpmime/pgpmime.c
12964                 Check that gpg_data_release_and_get_mem 
12965                 didn't fail (now, why this happens...)
12966
12967 2006-06-03 [colin]      2.2.0cvs76
12968
12969         * src/mbox.c
12970                 Fix bug #962 (Manual and/or UI should 
12971                 warn about incompatible locking 
12972                 causing dataloss)
12973
12974 2006-06-02 [cleroy]     2.2.0cvs75
12975
12976         * src/filtering.c
12977         * src/folder.c
12978         * src/procmsg.c
12979         * src/summaryview.c
12980                 Fix a few leaks
12981
12982 2006-06-02 [colin]      2.2.0cvs74
12983
12984         * src/main.c
12985                 On exit, free caches after writing them
12986                 Shuts up some valgrind false positives
12987         * src/procmsg.c
12988         * src/send_message.c
12989                 Fix races when reusing existing SMTP connections
12990                 Fix inexistant session timeout
12991         * src/toolbar.c
12992                 Display alertpanel after all queues have
12993                 been processed, not after each
12994
12995 2006-06-02 [wwp]        2.2.0cvs73
12996
12997         * manual/fr/glossary.xml
12998         * manual/fr/ack.xml
12999         * manual/ack.xml
13000                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
13001
13002 2006-06-02 [wwp]        2.2.0cvs72
13003
13004         * manual/xml2pdf
13005         * manual/dist/pdf/Makefile.am
13006         * manual/dtd/manual.xsl
13007         * manual/fr/dist/pdf/Makefile.am
13008         * manual/pl/dist/pdf/Makefile.am
13009                 we changed the procedure to generate the .pdf version of the manual.
13010                 The procedure is more modern and the .pdf we get now has a valid index.
13011                 Here are the new pre-requisites:
13012
13013                 - JRE 1.x (1.4 here): there must be one from your distro
13014                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
13015                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
13016                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
13017
13018                 See my posts for further info about the installation of this toolchain:
13019
13020                 Date: Fri, 19 May 2006 19:40:06 +0200
13021                 From: wwp <subscript@free.fr>
13022                 To: sylpheed-claws-devel@lists.sourceforge.net
13023                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
13024
13025                 and
13026
13027                 Date: Wed, 24 May 2006 12:58:49 +0200
13028                 From: wwp <subscript@free.fr>
13029                 To: sylpheed-claws-devel@lists.sourceforge.net
13030                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
13031
13032 2006-06-01 [colin]      2.2.0cvs71
13033
13034         * src/compose.c
13035                 Better guards against IMAP races
13036         * src/main.c
13037         * src/prefs_common.c
13038         * src/prefs_common.h
13039         * src/common/ssl_certificate.c
13040         * src/etpan/imap-thread.c
13041         * src/etpan/imap-thread.h
13042         * src/gtk/sslcertwindow.c
13043                 New hidden option ssl_skip_cert_check to 
13044                 avoid dups of bug #959 (libetpan linked
13045                 against gnutls and gnutls buggy on 64bit)
13046                 Present expired warning only once per
13047                 session/server.
13048         * manual/advanced.xml
13049         * manual/fr/advanced.xml
13050                 Document new option
13051
13052 2006-06-01 [wwp]        2.2.0cvs70
13053
13054         * src/messageview.c
13055                 fix for bug #961 (return receipt dialog 
13056                 complains incorrectly about return-path 
13057                 email adress being different), thanks 
13058                 to Colin.
13059
13060 2006-05-31 [cleroy]     2.2.0cvs69
13061
13062         * src/common/ssl.c
13063                 Guard against NULLs, although this
13064                 should never be an issue
13065
13066 2006-05-31 [colin]      2.2.0cvs68
13067
13068         * src/filtering.c
13069                 Use g_slist_prepend
13070         * src/imap.c
13071                 Don't remove caches when destroying folder, it
13072                 could (should) be done at exit
13073         * src/inc.c
13074                 free processing cache after incorporation
13075         * src/etpan/imap-thread.c
13076                 Maybe fix bug #959 (Crash on moving to emails 
13077                 to a imap account per ssl with a expired 
13078                 certificate.)
13079
13080 2006-05-30 [colin]      2.2.0cvs67
13081
13082         * src/summaryview.c
13083                 Put back event flush when displaying message
13084                 It avoids reading a bunch of messages just
13085                 by hitting shift-n for too long ;)
13086
13087 2006-05-29 [colin]      2.2.0cvs66
13088
13089         * src/summaryview.c
13090                 Remove useless g_warnings
13091
13092 2006-05-29 [colin]      2.2.0cvs65
13093
13094         * src/imap.c
13095                 Fix g_slist_append()s for performance
13096
13097 2006-05-29 [colin]      2.2.0cvs64
13098
13099         * src/compose.c
13100         * src/common/utils.c
13101                 Fix extraneous tab at start of addresses
13102         * src/mainwindow.c
13103                 Fix warnings (thanks to Fabien)
13104                 Fix crash at exit when composing messages 
13105                 exist
13106         * src/pop.c
13107                 Fix progress bar when deleting expired mails
13108                 Thanks to Hiro
13109         * src/summaryview.c
13110         * src/gtk/gtksctree.c
13111                 Fix re-sorting slowness
13112
13113 2006-05-29 [paul]       2.2.0cvs63
13114
13115         * src/mh.c
13116                 fetch full message when moving mails
13117                 from another mailbox, (fixed data loss
13118                 when filtering from IMAP to MH, introduced
13119                 in 2.2.0cvs57).
13120                 Thanks to Colin
13121
13122 2006-05-29 [mones]      2.2.0cvs62
13123
13124         * src/gtk/gtksctree.c
13125                 Unselect faster (patch by Colin)        
13126
13127 2006-05-26 [colin]      2.2.0cvs61
13128
13129         * src/summaryview.c
13130                 Unplug MSGINFO_UPDATE callback on delete too.
13131
13132 2006-05-26 [colin]      2.2.0cvs60
13133
13134         * src/foldersel.c
13135                 Fix bold in folder selection window with glib2.10
13136                 thanks Hiro
13137
13138 2006-05-26 [colin]      2.2.0cvs59
13139
13140         * src/procheader.c
13141                 Convert date only if necessary (and don't
13142                 try to convert from utf8 to utf8, too)
13143         * src/summaryview.c
13144                 Only set column's text if the column's 
13145                 displayed
13146
13147 2006-05-26 [colin]      2.2.0cvs58
13148
13149         * src/summaryview.c
13150         * src/gtk/gtkutils.c
13151                 Fix useless warning
13152
13153 2006-05-26 [colin]      2.2.0cvs57
13154
13155         * src/mainwindow.c
13156                 Make summaryview selectable as long as 
13157                 no message has focus
13158         * src/mh.c
13159                 Faster deletion (by implementing mh_remove_msgs)
13160                 Faster copy (avoid using mh_fetch_msg just to get
13161                 the filename)
13162                 Faster move (using move_file instead of copy_file
13163                 if MSG_IS_MOVE)
13164                 No progressbar if total number of mails to cp/mv 
13165                 is less than 100
13166         * src/summaryview.c
13167                 Fix removal from subject_table when mail gets moved
13168                 Faster deletion (g_slist_prepend instead of append)
13169         * src/gtk/gtksctree.c
13170                 Remove useless code
13171
13172 2006-05-25 [colin]      2.2.0cvs56
13173
13174         * src/common/ssl_certificate.c
13175                 Fix leak in expired cert check
13176
13177 2006-05-25 [colin]      2.2.0cvs55
13178
13179         * src/mh.c
13180                 Disable flags syncing on .mh_sequences - it
13181                 is buggy and marks mails read under unknown
13182                 conditions.
13183
13184 2006-05-25 [paul]
13185
13186         * 2.3.0-rc4 released
13187
13188 2006-05-24 [colin]      2.2.0cvs54
13189
13190         attention cvs users: if you manage to crash
13191         Sylpheed-Claws while moving, copying or deleting
13192         mails, we *are* interested in stack traces and
13193         valgrind logs. It looks stable, but one never
13194         knows...
13195
13196         * src/folder.c
13197                 Add progressbar for cache updates
13198         * src/folderutils.c
13199                 Optimize Mark all read in the current
13200                 folder
13201         * src/mh.c
13202                 Add progressbar for copy/move
13203         * src/procmsg.c
13204                 Optimize O(n^2) in copy/move
13205         * src/summaryview.c
13206         * src/gtk/gtksctree.c
13207                 Optimize O(n^2) algos
13208         * src/common/timing.h
13209                 Display ms instead of us
13210
13211 2006-05-24 [wwp]        2.2.0cvs53
13212
13213         * manual/fr/advanced.xml
13214                 updates to the French manual.
13215
13216 2006-05-24 [wwp]        2.2.0cvs52
13217
13218         * src/common/utils.c
13219                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
13220
13221 2006-05-24 [wwp]        2.2.0cvs51
13222
13223         * src/folderutils.c
13224                 fixed "mark all read" in MH folders (thanks to Colin).
13225
13226 2006-05-24 [paul]       2.2.0cvs50
13227
13228         * doc/man/sylpheed-claws.1
13229                 updated the man page
13230
13231 2006-05-23 [colin]      2.2.0cvs49
13232
13233         * src/folderview.c
13234         * src/imap.c
13235         * src/inc.c
13236         * src/mbox.c
13237         * src/messageview.c
13238         * src/news.c
13239         * src/send_message.c
13240         * src/summaryview.c
13241         * src/gtk/sslcertwindow.c
13242                 alertpanel fixes, by Fabien
13243
13244 2006-05-23 [colin]      2.2.0cvs48
13245
13246         * src/folder.c
13247         * src/folderview.c
13248         * src/msgcache.c
13249         * src/summaryview.c
13250         * src/gtk/gtksctree.c
13251         * src/gtk/gtksctree.h
13252                 More timings
13253                 Fix slow loading problem, which was caused by the
13254                 use of some gtk_ctree funcs and their use of
13255                 g_list_position while gtk_ctree_(un)link'ing.
13256                 Reap more functions from gtkctree.c to be sure we
13257                 use our (fast) version instead of theirs.
13258         * src/mh.c
13259                 Fix copy of unread mails
13260
13261
13262 2006-05-22 [wwp]        2.2.0cvs47
13263
13264         * manual/fr/advanced.xml
13265                 updated.
13266
13267 2006-05-22 [colin]      2.2.0cvs46
13268
13269         * src/filtering.c
13270                 Fix possible infinite loop. 'copy' is not a 
13271                 final action, so when encountering a 'copy',
13272                 we have to check if a previous one was set
13273                 and do it. In the same way, if we encounter
13274                 a 'move' we have to perform a possibly 
13275                 pending 'copy'. This will slow down filtering
13276                 on IMAP if move+copy or multiple copy actions
13277                 are to be done, but handling it via the batch
13278                 would be really too convoluted.
13279
13280 2006-05-22 [wwp]        2.2.0cvs45
13281
13282         * manual/fr/advanced.xml
13283         * manual/fr/faq.xml
13284         * manual/fr/glossary.xml
13285         * manual/fr/handling.xml
13286         * manual/fr/intro.xml
13287         * manual/fr/plugins.xml
13288         * manual/fr/sylpheed-claws-manual.xml
13289                 sync w/ the english manual: updates URIs, documented mailing-list
13290                 support, better explanation about the enabled/disabled feature
13291                 in filtering/processing rules by Paul.
13292
13293 2006-05-21 [colin]      2.2.0cvs44
13294
13295         * src/summaryview.c
13296                 Don't expand after building threads, but during
13297
13298 2006-05-21 [colin]      2.2.0cvs43
13299
13300         * src/procmsg.c
13301         * src/summaryview.c
13302                 More timing possibilities... For next time I have 
13303                 to find out how the hell some 3GHz computer takes
13304                 one minute to open a 30k folder...
13305
13306 2006-05-21 [colin]      2.2.0cvs42
13307
13308         * manual/pl/advanced.xml
13309         * manual/pl/faq.xml
13310         * manual/pl/glossary.xml
13311         * manual/pl/handling.xml
13312         * manual/pl/intro.xml
13313         * manual/pl/plugins.xml
13314         * manual/pl/sylpheed-claws-manual.xml
13315                 Polish manual updated by Pawel
13316
13317 2006-05-20 [colin]
13318
13319         * 2.3.0-rc3 released
13320
13321 2006-05-20 [colin]      2.2.0cvs41
13322
13323         * src/imap.c
13324                 Fix -rc2 problems:
13325                 - remove cache of moved messages from original folder
13326                 - apply new flags to messages even if they aren't appliable
13327                   via IMAP.
13328
13329 2006-05-20 [colin]
13330
13331         * 2.3.0-rc2 released
13332
13333 2006-05-19 [colin]      2.2.0cvs40
13334
13335         * src/imap.c
13336                 Don't issue SELECT in imap_change_flags
13337                 before having checked that we indeed have
13338                 some flags to change. MSG_POSTFILTERED for
13339                 example can't be used on IMAP.
13340                 Fixes bug #955 (copying messages between 
13341                 imap folders is extremely slow), which was
13342                 a regression.
13343
13344 2006-05-19 [colin]      2.2.0cvs39
13345
13346         * src/folder.c
13347         * src/folder.h
13348         * src/folderview.c
13349                 Try to fix bug #830 (Some unread messages 
13350                 get marked read in IMAP inbox):
13351                 - Prevent scanning a folder if it's being 
13352                   opened via the GUI
13353                 - Postpone opening via the GUI of a folder
13354                   currently scanned.
13355
13356
13357 2006-05-19 [wwp]        2.2.0cvs38
13358
13359         * manual/advanced.xml
13360                 fix English+typo (thanks to Paul).
13361
13362 2006-05-19 [wwp]        2.2.0cvs37
13363
13364         * manual/advanced.xml
13365         * manual/fr/advanced.xml
13366         * src/gtk/logwindow.c
13367         * src/prefs_common.c
13368         * src/prefs_common.h
13369                 added hidden prefs to allow customization of colors used in
13370                 protocol log window (useful for dark gtk+ themes).
13371
13372 2006-05-19 [wwp]        2.2.0cvs36
13373
13374         * ChangeLog
13375                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
13376
13377 2006-05-19 [paul]       2.2.0cvs35
13378
13379         * src/textview.c
13380                 make Reply-To fully clickable
13381         * src/gtk/logwindow.c
13382                 more colouring (SMTP ESMTP)
13383         Both patches by Pawel Pekala
13384
13385 2006-05-19 [cleroy]     2.2.0cvs34
13386
13387         * src/mh.c
13388                 Don't update flags from current folder
13389                 Probably fixes bug #935 (Read Messages 
13390                 Revert to Being Marked as Unread)
13391
13392 2006-05-18 [colin]      2.2.0cvs33
13393
13394         * src/imap.c
13395                 Warning fix
13396         * src/compose.c
13397         * src/mainwindow.c
13398         * src/summaryview.c
13399         * src/toolbar.c
13400                 Allow replying to multiple emails
13401                 in multiple windows
13402         * src/mimeview.c
13403         * src/etpan/imap-thread.c
13404                 Leak fixes
13405
13406 2006-05-18 [paul]       2.2.0cvs32
13407
13408         * src/summaryview.c
13409                 keep Mailing-List menu refreshed
13410                 Thanks to Colin
13411
13412 2006-05-18 [paul]       2.2.0cvs31
13413
13414         * manual/advanced.xml
13415         * manual/faq.xml
13416         * manual/glossary.xml
13417         * manual/handling.xml
13418         * manual/intro.xml
13419         * manual/plugins.xml
13420         * manual/sylpheed-claws-manual.xml
13421                 update URLs
13422                 add info about mailing-list support
13423                 edit filtering info
13424         * src/wizard.c
13425         * src/common/defs.h
13426         * src/gtk/about.c
13427         * src/plugins/dillo_viewer/README
13428                 update URLs
13429
13430 2006-05-17 [wwp]        2.2.0cvs30
13431
13432         * manual/handling.xml
13433         * manual/fr/handling.xml
13434                 documented the ability to enabled/disable filtering/processing rules.
13435
13436 2006-05-17 [colin]      2.2.0cvs29
13437
13438         * src/main.c
13439                 Don't initialize g_thread subsystem if it's 
13440                 already done (thanks to Hiro)
13441         * src/mimeview.c
13442                 Fix saving of parts when there name can't be
13443                 converted from UTF-8.
13444
13445 2006-05-17 [paul]       2.2.0cvs28
13446
13447         * po/Makefile.in.in
13448                 fix config.status warning with autoconf 2.60
13449
13450 2006-05-17 [paul]       2.2.0cvs27
13451
13452         * po/POTFILES.in
13453                 add src/mbox.c
13454
13455 2006-05-17 [wwp]        2.2.0cvs26
13456
13457         * src/mainwindow.c
13458                 fix useless and potentially dangerous buffer walking (thanks to Colin).
13459
13460 2006-05-17 [wwp]        2.2.0cvs25
13461
13462         * src/plugins/demo/demo.c
13463                 updated product name in plugin demo (many plugins need to be
13464                 sync'ed w/ that change).
13465
13466 2006-05-17 [colin]      2.2.0cvs24
13467
13468         * src/mh.c
13469                 Fix leak
13470
13471 2006-05-16 [colin]      2.2.0cvs23
13472
13473         * src/mainwindow.c
13474                 Stupid me hit again. Fix cvs22.
13475
13476 2006-05-16 [colin]      2.2.0cvs22
13477
13478         * src/mainwindow.c
13479                 Fix bug #922 (sylpheed-claws crashed after 
13480                 pushing on Inbox folder)
13481
13482 2006-05-16 [colin]      2.2.0cvs21
13483
13484         * src/compose.c
13485                 Make From header be copy/paste/select-able
13486
13487 2006-05-16 [wwp]        2.2.0cvs20
13488
13489         * src/export.c
13490         * src/matcher.c
13491         * src/summaryview.c
13492         * src/etpan/imap-thread.c
13493                 fix some compiler warnings (thanks to Colin).
13494
13495 2006-05-16 [wwp]        2.2.0cvs19
13496
13497         * src/action.c
13498         * src/gedit-print.c
13499         * src/inc.c
13500         * src/mainwindow.c
13501         * src/mh.c
13502         * src/statusbar.c
13503         * src/send_message.c
13504         * src/summaryview.c
13505                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
13506
13507 2006-05-15 [colin]      2.2.0cvs18
13508
13509         * src/procmsg.c
13510                 Fix automatic rule creation with List-Post
13511
13512 2006-05-15 [paul]       2.2.0cvs17
13513
13514         * tools/filter_conv_new.pl
13515                 updated for rule enabling/disabling
13516                 claws version >= 2.3.x required
13517
13518 2006-05-15 [cleroy]     2.2.0cvs16
13519
13520         * src/main.c
13521                 Revert test
13522
13523 2006-05-15 [cleroy]     2.2.0cvs15
13524
13525         * src/main.c
13526                 test
13527
13528 2006-05-15 [wwp]        2.2.0cvs14
13529
13530         * manual/pl/.cvsignore
13531                 ignore generated files.
13532
13533 2006-05-14 [wwp]        2.3.0-rc1
13534
13535         * 2.3.0-rc1 released
13536
13537 2006-05-13 [wwp]        2.2.0cvs13
13538
13539         * src/filtering.c
13540         * src/filtering.h
13541         * src/matcher.c
13542         * src/matcher_parser_lex.l
13543         * src/matcher_parser_parse.y
13544         * src/prefs_filtering.c
13545                 new feature: provide the ability to disable filtering and processing
13546                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
13547                 adaptations.
13548
13549 2006-05-13 [colin]      2.2.0cvs12
13550
13551         * src/compose.c
13552                 Remove useless if (a) b; else b;
13553                 Thanks to wwp
13554
13555 2006-05-13 [wwp]        2.2.0cvs11
13556
13557         * src/export.c
13558         * src/import.c
13559         * src/mainwindow.c
13560         * src/mbox.c
13561         * src/summaryview.c
13562         * src/summaryview.h
13563                 no more silent failures (or at least less ones) when importing
13564                 or exporting from/to mbox. Also start importing/exporting if
13565                 the necessary info is set.
13566
13567 2006-05-13 [wwp]        2.2.0cvs10
13568
13569         * RELEASE_NOTES
13570                 restored up-to-date release notes.
13571
13572 2006-05-13 [paul]       2.2.0cvs9
13573
13574         * po/nl.po
13575         * po/ru.po
13576                 updated by Tim Dijkstra and Pavlo Bohmat
13577
13578 2006-05-12 [colin]      2.2.0cvs8
13579
13580         * src/gtk/quicksearch.c
13581                 Add "k" as shortcut for "colorlabel". Patch
13582                 by ath42@users.sf.net.
13583
13584 2006-05-12 [paul]       2.2.0cvs7
13585
13586         * src/prefs_common.h
13587         * src/prefs_summaries.c
13588         * src/summaryview.c
13589                 when entering a folder also allow
13590                 going directly to first Marked message
13591
13592 2006-05-12 [paul]       2.2.0cvs6
13593
13594         * src/summaryview.c
13595                 always obey 'confirm before marking all
13596                 mails read' option
13597
13598 2006-05-12 [paul]       2.2.0cvs5
13599
13600         * src/textview.c
13601                 make Sender fully clickable
13602
13603 2006-05-12 [colin]      2.2.0cvs4
13604
13605         * src/compose.c
13606         * src/compose.h
13607                 Let From be editable
13608         * src/main.c
13609         * src/mh.c
13610                 Full support of .mh_sequences' Unseen seq
13611
13612 2006-05-12 [colin]      2.2.0cvs3
13613
13614         * src/folder.c
13615         * src/mainwindow.c
13616         * src/mainwindow.h
13617         * src/messageview.c
13618         * src/prefs_spelling.c
13619         * src/procheader.c
13620         * src/procmsg.c
13621         * src/procmsg.h
13622         * src/summaryview.c
13623         * src/toolbar.c
13624         * src/toolbar.h
13625                 Add contextual menu on Compose toolbar
13626                 button. Fixes bug #944 (Automatic
13627                 addresses not applied when changing account
13628                 from compose window)
13629                 add Mailing List support
13630                 based on the old 0.6.5claws25 patch by
13631                 Melvin Hadasht, with finishing touches
13632                 by Colin
13633                 Fix "ignore thread" when mails are threaded by
13634                 subject (and weren't ignored although appearing
13635                 in the thread).
13636                 GUI rework.
13637                 Both patches by Pawel.
13638
13639 2006-05-08 [paul]       2.2.0cvs2
13640
13641         * src/mainwindow.c
13642         * src/mainwindow.h
13643         * src/messageview.c
13644         * src/procheader.c
13645         * src/procmsg.c
13646         * src/procmsg.h
13647         * src/summaryview.c
13648                 add Mailing List support
13649                 based on the old 0.6.5claws25 patch by 
13650                 Melvin Hadasht, with finishing touches
13651                 by Colin
13652
13653 2006-05-08 [colin]      2.2.0cvs1
13654
13655         * src/mainwindow.c
13656         * src/toolbar.c
13657         * src/toolbar.h
13658                 Add contextual menu on Compose toolbar 
13659                 button. Fixes bug #944 (Automatic 
13660                 addresses not applied when changing account 
13661                 from compose window)
13662
13663 2006-05-08 [paul]       2.2.0
13664
13665         2.2.0 released
13666
13667 2006-05-08 [paul]       2.1.1cvs51
13668
13669         * po/cs.po
13670         * po/de.po
13671         * po/en_GB.po
13672         * po/fi.po
13673         * po/fr.po
13674         * po/pt_BR.po
13675         * po/sr.po
13676         * po/zh_CN.po
13677                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
13678                 Fabien Vantard, Frederico Goncalves Guimaraes,
13679                 Aleksandar Urosevic, and Ralgh Young
13680
13681 2006-05-12 [colin]      2.1.1cvs50
13682
13683         * po/cs.po
13684         * po/de.po
13685         * po/en_GB.po
13686         * po/es.po
13687         * po/fi.po
13688         * po/fr.po
13689         * po/pt_BR.po
13690         * po/sr.po
13691         * po/zh_CN.po
13692                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
13693                 Fabien Vantard, Frederico Goncalves Guimaraes,
13694                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
13695
13696 2006-05-05 [colin]      2.1.1cvs49
13697
13698         * manual/Makefile.am
13699         * manual/pl/Makefile.am
13700         * manual/pl/account.xml
13701         * manual/pl/ack.xml
13702         * manual/pl/addrbook.xml
13703         * manual/pl/advanced.xml
13704         * manual/pl/faq.xml
13705         * manual/pl/glossary.xml
13706         * manual/pl/gpl.xml
13707         * manual/pl/handling.xml
13708         * manual/pl/intro.xml
13709         * manual/pl/keyboard.xml
13710         * manual/pl/plugins.xml
13711         * manual/pl/starting.xml
13712         * manual/pl/sylpheed-claws-manual.xml
13713         * manual/pl/dist/.cvsignore
13714         * manual/pl/dist/Makefile.am
13715         * manual/pl/dist/html/.cvsignore
13716         * manual/pl/dist/html/Makefile.am
13717         * manual/pl/dist/pdf/.cvsignore
13718         * manual/pl/dist/pdf/Makefile.am
13719         * manual/pl/dist/ps/.cvsignore
13720         * manual/pl/dist/ps/Makefile.am
13721         * manual/pl/dist/txt/.cvsignore
13722         * manual/pl/dist/txt/Makefile.am
13723                 Add the polish translation of the manual,
13724                 Authored by Pawel Pekala.
13725
13726 2006-05-05 [cleroy]     2.1.1cvs48
13727
13728         * src/main.c
13729                 Re-read matcherrc after loading plugins 
13730                 if some of them add folders.
13731
13732 2006-05-03 [colin]      2.1.1cvs47
13733
13734         * src/imap.c
13735                 I'm idiot
13736
13737 2006-05-03 [colin]      2.1.1cvs46
13738
13739         * src/imap.c
13740                 Be sure to have a session when
13741                 getting separator
13742
13743 2006-05-03 [colin]      2.1.1cvs45
13744
13745         * src/imap.c
13746         * src/imap.h
13747         * src/imap_gtk.c
13748                 Fix preventing renaming with namespace 
13749                 separator.
13750
13751 2006-05-01 [colin]      2.1.1cvs44
13752
13753         * src/action.c
13754                 Don't reload messageview when result of
13755                 action is piped.
13756
13757 2006-04-29 [colin]      2.1.1cvs43
13758
13759         * src/prefs_receive.c
13760         * src/plugins/spamassassin/spamassassin_gtk.c
13761         * src/plugins/clamav/clamav_plugin_gtk.c
13762                 GUI fixes by Pawel
13763
13764 2006-04-29 [colin]      2.1.1cvs42
13765
13766         * src/prefs_compose_writing.c
13767         * src/prefs_quote.c
13768                 Cleanups. Patch by Pawel
13769
13770 2006-04-28 [paul]       2.1.1cvs41
13771
13772         * src/matcher.c
13773                 fix returned quick search results when search
13774                 term contains an underscore.
13775                 Thanks to Colin
13776
13777 2006-04-28 [paul]       2.1.1cvs40
13778
13779         * src/prefs_message.c
13780         * src/prefs_receive.c
13781                 GUI cleanups
13782                 Patches by Pawel Pekala
13783
13784 2006-04-27 [colin]      2.1.1cvs39
13785
13786         * src/wizard.c
13787                 Differentiate subject Welcome from
13788                 window's title Welcome
13789
13790 2006-04-27 [paul]
13791
13792         2.2.0-rc1 released
13793
13794 2006-04-27 [paul]       2.1.1cvs38
13795
13796         * manual/advanced.xml
13797         * manual/fr/advanced.xml
13798                 add info about compose_no_markup hidden pref
13799
13800 2006-04-27 [paul]       2.1.1cvs37
13801
13802         * src/prefs_account.c
13803                 improve privacy labels
13804         * src/prefs_msg_colors.c
13805                 change some strings for translators' convenience
13806         * src/gtk/gtkutils.c
13807                 don't underline the link button text
13808
13809 2006-04-25 [colin]      2.1.1cvs36
13810
13811         * src/folder.c
13812                 Complete 2.1.1cvs33 (once more ;)
13813
13814 2006-04-25 [colin]      2.1.1cvs35
13815
13816         * src/editldap.c
13817                 Fix tooltip
13818
13819 2006-04-25 [cleroy]     2.1.1cvs34
13820
13821         * src/compose.c
13822         * src/gtk/gtkaspell.c
13823                 Fix crash on redirect (related to the return 
13824                 of the aspell menu in compose's toolbar)
13825         * src/prefs_msg_colors.c
13826                 Fix sensitivity widgets
13827         * src/image_viewer.c
13828         * src/gtk/pluginwindow.c
13829         * src/gtk/prefswindow.c
13830                 Change released signals to clicked (Fabien)
13831         * po/POTFILES.in
13832         * src/common/socket.c
13833         * src/plugins/spamassassin/spamassassin.c
13834                 Translate strings (Fabien)
13835
13836 2006-04-25 [paul]       2.1.1cvs33
13837
13838         * src/folder.c
13839         * src/folder.h
13840         * src/folderview.c
13841                 complete the fix of bug #912
13842                 Thanks to Colin
13843
13844 2006-04-25 [colin]      2.1.1cvs32
13845
13846         * src/news.c
13847                 Better progress bar
13848         * src/mimeview.c
13849         * src/summaryview.c
13850         * src/summaryview.h
13851                 Fix focus chain
13852                 Patches by Pawel Pekala
13853
13854 2006-04-24 [colin]      2.1.1cvs31
13855
13856         * src/compose.c
13857                 Fix compilation warnings (Fabien)
13858
13859 2006-04-24 [colin]      2.1.1cvs30
13860
13861         * src/addrindex.c
13862         * src/editldap.c
13863         * src/editldap_basedn.c
13864         * src/editldap_basedn.h
13865         * src/ldapctrl.c
13866         * src/ldapctrl.h
13867         * src/ldapquery.c
13868         * src/ldaputil.c
13869         * src/ldaputil.h
13870                 Fix bug #901 (LDAPS support)
13871
13872 2006-04-24 [colin]      2.1.1cvs29
13873
13874         * src/compose.c
13875                 Fix logic on error with send dialog on
13876         * src/imap.c
13877                 Fix compilation without libetpan, thanks
13878                 to Fabien
13879         * src/summaryview.c
13880                 Fix 'context-menu' key
13881
13882 2006-04-23 [colin]      2.1.1cvs28
13883
13884         * src/folder.c
13885                 Never free current's cache to free up 
13886                 memory. Fixes bug #912 (new count 
13887                 randomly set to message count)
13888
13889 2006-04-23 [colin]      2.1.1cvs27
13890
13891         * src/gtk/quicksearch.c
13892                 And remove printf...
13893
13894 2006-04-23 [colin]      2.1.1cvs26
13895
13896         * src/gtk/quicksearch.c
13897                 Fix replacing in quicksearch, and fix inserting
13898                 in the middle of the string. (introduced at 2.1.0cvs22)
13899
13900 2006-04-23 [colin]      2.1.1cvs25
13901
13902         * src/imap.c
13903                 Make sure uidnext is initialized in get_num_list
13904                 (not for stable, related to 2.1.1cvs8 and friends)
13905
13906 2006-04-23 [colin]      2.1.1cvs24
13907
13908         * src/imap.c
13909                 Output something when login is successful
13910                 too
13911
13912 2006-04-23 [colin]      2.1.1cvs23
13913
13914         * src/etpan/imap-thread.c
13915                 Better logging (line-per-line, hide data in fetch)
13916                 Fix a const warning
13917         * src/gtk/logwindow.c
13918         * src/gtk/logwindow.h
13919                 Better logging (color for input/output)
13920
13921 2006-04-21 [colin]      2.1.1cvs22
13922
13923         * src/gtk/quicksearch.c
13924                 On gtk+-2.8, use stock buttons in quicksearch
13925                 Based on a patch by Fabien and a design by Paul
13926
13927 2006-04-21 [colin]      2.1.1cvs21
13928
13929         * src/folderview.c
13930         * src/mainwindow.c
13931                 Fix occasional flicker in folderview
13932         * src/common/utils.c
13933                 Fix bug #943 (Incorrectly parsed email address 
13934                 list in short headers on message view and in 
13935                 printouts)
13936
13937 2006-04-20 [colin]      2.1.1cvs20
13938
13939         * src/imap.c
13940         * src/imap.h
13941         * src/prefs_account.c
13942                 Add ANONYMOUS auth for IMAP
13943
13944 2006-04-20 [paul]       2.1.1cvs19
13945
13946         * src/main.c
13947                 proper fix for 2.1.1cvs18
13948                 Thanks to Colin
13949
13950 2006-04-20 [paul]       2.1.1cvs18
13951
13952         * src/main.c
13953                 fix build warnings
13954
13955 2006-04-20 [paul]       2.1.1cvs17
13956
13957         * src/gtk/quicksearch.c
13958                 fix standard, non-extended Quick search,
13959                 was broken in 2.1.1cvs15.
13960                 Thanks to Colin.
13961
13962 2006-04-20 [colin]      2.1.1cvs16
13963
13964         * src/prefs_matcher.c
13965                 Fix values when reselecting a ~test
13966                 rule
13967
13968 2006-04-19 [colin]      2.1.1cvs15
13969
13970         * src/compose.c
13971         * src/compose.h
13972         * src/gtk/gtkaspell.c
13973         * src/gtk/gtkaspell.h
13974                 Put back Options menu in Spelling/
13975         * src/gtk/quicksearch.c
13976                 Don't search, and show error, if the
13977                 advanced search has a syntax error
13978
13979 2006-04-18 [colin]      2.1.1cvs14
13980
13981         * src/textview.c
13982                 Fix gdk warnings on set_cursor when textview
13983                 isn't visible
13984
13985 2006-04-18 [colin]      2.1.1cvs13
13986
13987         * src/gtk/gtksctree.c
13988                 Remove seemingly useless refresh that causes
13989                 flicker - watch this commit in case of 
13990                 problems before planned backport to stable
13991
13992 2006-04-18 [colin]      2.1.1cvs12
13993
13994         * src/imap.c
13995                 Factorize get/set_xml code
13996         * src/compose.c
13997         * src/prefs_account.c
13998         * src/prefs_account.h
13999         * src/procmsg.c
14000                 Add Encrypt to self option
14001
14002 2006-04-17 [colin]      2.1.1cvs11
14003
14004         * configure.ac
14005                 Fix search on encrpyt function on dragonfly
14006                 Patch by Jonathan Buschmann <jonthn@agmact.com>
14007
14008 2006-04-17 [colin]      2.1.1cvs10
14009
14010         * src/prefs_account.c
14011                 Be safe by default: remove mails from POP3
14012                 after 7 days, not immediately
14013
14014 2006-04-17 [colin]      2.1.1cvs9
14015
14016         * src/etpan/imap-thread.c
14017                 Fix build on DragonFly - patch by 
14018                 Jonathan Buschmann <jonthn@agmact.com>
14019
14020 2006-04-17 [colin]      2.1.1cvs8
14021
14022         * src/imap.c
14023                 Save uidnext between sessions
14024
14025 2006-04-17 [colin]      2.1.1cvs7
14026
14027         * src/imap.c
14028                 scan is required when uid validity changes
14029
14030 2006-04-17 [colin]      2.1.1cvs6
14031
14032         * src/folderview.c
14033                 Don't scan if not necessary, apart in current
14034                 folder and INBOX to fetch flags.
14035         * src/imap.c
14036                 Scan is necessary if unread count changes
14037
14038 2006-04-17 [colin]      2.1.1cvs5
14039
14040         * src/imap.c
14041                 ...But always fetch ANSWERED and DELETED flags for
14042                 INBOX, as filtering can happen on these flags.
14043
14044 2006-04-17 [colin]      2.1.1cvs4
14045
14046         * src/imap.c
14047                 Don't fetch REPLIED and DELETED flags when synchronising
14048                 flags with a closed folder. We only need UNSEEN and FLAGGED
14049                 to update the folderview.
14050
14051 2006-04-17 [colin]      2.1.1cvs3
14052
14053         * src/imap.c
14054                 Faster flag search when there are new mails 
14055                 in a folder. We can do a full search if the 
14056                 folder contains less messages than the new
14057                 list.
14058
14059 2006-04-17 [colin]      2.1.1cvs2
14060
14061         * po/cs.po
14062         * po/de.po
14063         * po/fr.po
14064         * po/nl.po
14065         * po/pt_BR.po
14066                 Update translations from stable branch
14067
14068 2006-04-17 [colin]      2.1.1cvs1
14069
14070         * configure.ac
14071                 Bump version to follow stable release
14072
14073 2006-04-16 [mones]      2.1.0cvs50
14074
14075         * po/es.po
14076                 Updated for release
14077
14078 2006-04-16 [colin]      2.1.0cvs49
14079
14080         * src/textview.c
14081                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
14082                 with gtk < 2.8. Thanks to Fabien Vantard.
14083
14084 2006-04-15 [colin]      2.1.0cvs48
14085
14086         * src/etpan/imap-thread.c
14087                 Fix bug #919 (libetpan: SEGV when connecting 
14088                 using command)
14089
14090 2006-04-14 [colin]      2.1.0cvs47
14091
14092         * src/main.c
14093                 Fix race on --select (should be done better)
14094
14095 2006-04-14 [wwp]        2.1.0cvs46
14096
14097         * src/send_message.c
14098                 enforce a check for domain in account prefs (a sending
14099                 error could be faced if domain was checked but no value set),
14100                 thanks to Colin.
14101
14102 2006-04-14 [colin]      2.1.0cvs45
14103
14104         * src/codeconv.c
14105                 when converting from unknown to unknown, if the
14106                 string is UTF8, don't convert it to the locale
14107                 (which breaks it)
14108
14109 2006-04-14 [colin]      2.1.0cvs44
14110
14111         * src/compose.c
14112                 Don't try to use ASCII for converting headers
14113                 (as done in body)
14114
14115 2006-04-14 [paul]       2.1.0cvs43
14116
14117         * src/crash.c
14118                 add locale/charset info to crash report
14119         * src/gtk/about.c
14120                 add wwp to doc team
14121                 replace 'e-mail' with preferred 'email'
14122         * src/gtk/authors.h
14123                 ensure contributors list is in alphabetical
14124                 order
14125
14126 2006-04-13 [colin]      2.1.0cvs42
14127
14128         * src/textview.c
14129                 Prevent gdk warnings
14130
14131 2006-04-13 [colin]      2.1.0cvs41
14132
14133         * src/common/ssl_certificate.c
14134         * src/common/ssl_certificate.h
14135         * src/gtk/sslcertwindow.c
14136                 Warn on expired certs, and display the expiration date
14137
14138 2006-04-13 [colin]      2.1.0cvs40
14139
14140         * src/plugins/spamassassin/spamassassin_gtk.c
14141                 Fix missing set_text on unix socket
14142
14143 2006-04-13 [wwp]        2.1.0cvs39
14144
14145         * manual/fr/advanced.xml
14146         * manual/fr/glossary.xml
14147                 applied new spam/ham/email lexicon (pourriel, courriel)
14148
14149 2006-04-13 [paul]       2.1.0cvs38
14150
14151         * src/plugins/pgpmime/plugin.c
14152                 remove the mention of S/MIME from the
14153                 description. This is now handled by the
14154                 S/MIME plugin.
14155
14156 2006-04-13 [paul]       2.1.0cvs37
14157
14158         * src/prefs_msg_colors.c
14159                 rework dialog
14160         * src/prefs_folder_item.c
14161         * src/prefs_spelling.c
14162                 add a tooltip to the colour selector buttons
14163
14164 2006-04-13 [wwp]        2.1.0cvs36
14165
14166         * manual/advanced.xml
14167         * manual/glossary.xml
14168         * manual/handling.xml
14169         * manual/keyboard.xml
14170         * manual/plugins.xml
14171         * manual/starting.xml
14172         * manual/fr/account.xml
14173         * manual/fr/ack.xml
14174         * manual/fr/addrbook.xml
14175         * manual/fr/advanced.xml
14176         * manual/fr/faq.xml
14177         * manual/fr/glossary.xml
14178         * manual/fr/gpl.xml
14179         * manual/fr/handling.xml
14180         * manual/fr/intro.xml
14181         * manual/fr/keyboard.xml
14182         * manual/fr/plugins.xml
14183         * manual/fr/starting.xml
14184         * manual/fr/sylpheed-claws-manual.xml
14185                 fixes to the manuals:
14186                  - summaryview -> Message List (same in French)
14187                  - translate key names
14188                  - fix French punctuation, use non-breakable spaces when
14189                    necessary, don't use &thinsp; which is not portable
14190                  - tell what maildir and mbox formats we support
14191
14192 2006-04-12 [wwp]        2.1.0cvs35
14193
14194         * src/prefs_toolbar.c
14195                 unified a replace button more,
14196                 patch by Fabien Vantard <fzzzzz@gmail.com>.
14197
14198 2006-04-12 [wwp]        2.1.0cvs34
14199
14200         * src/prefs_common.c
14201         * src/prefs_msg_colors.c
14202                 make default color labels translatable,
14203                 patch from Fabien Vantard <fzzzzz@gmail.com>,
14204                 thanks to Tim <timbrain@post.cz> for reporting.
14205
14206 2006-04-12 [wwp]        2.1.0cvs33
14207
14208         * manual/glossary.xml
14209         * manual/intro.xml
14210         * manual/plugins.xml
14211         * manual/starting.xml
14212         * manual/sylpheed-claws-manual.xml
14213         * manual/fr/.cvsignore
14214         * manual/fr/account.xml
14215         * manual/fr/ack.xml
14216         * manual/fr/addrbook.xml
14217         * manual/fr/advanced.xml
14218         * manual/fr/faq.xml
14219         * manual/fr/glossary.xml
14220         * manual/fr/handling.xml
14221         * manual/fr/intro.xml
14222         * manual/fr/keyboard.xml
14223         * manual/fr/plugins.xml
14224         * manual/fr/starting.xml
14225         * manual/fr/sylpheed-claws-manual.xml
14226                 various fixes: typos, missing .fr translations, punctuation,
14227                 capitalization, links, accents and some bad French more.
14228
14229 2006-04-12 [wwp]        2.1.0cvs32
14230
14231         * src/prefs_gtk.c
14232                 fix for bug #935: always store prefs files in UTF-8 (thanks
14233                 to Colin).
14234
14235 2006-04-11 [colin]      2.1.0cvs31
14236
14237         * src/compose.c
14238                 Fix inserting files not in utf8 when locale is utf8
14239
14240 2006-04-11 [colin]      2.1.0cvs30
14241
14242         * src/inc.c
14243                 Don't show error dialog when cancelling connection
14244                 Patch by Pawel
14245
14246 2006-04-11 [cleroy]     2.1.0cvs29
14247
14248         * src/compose.c
14249                 Implement multiple quote levels
14250         * src/prefs_common.c
14251                 Change a little bit the quote bgcolor for 2nd level
14252
14253 2006-04-11 [colin]      2.1.0cvs28
14254
14255         * src/gtk/about.c
14256                 Add locale and charset in the label
14257
14258 2006-04-10 [colin]      2.1.0cvs27
14259
14260         * src/compose.c
14261         * src/prefs_common.c
14262         * src/prefs_common.h
14263         * src/prefs_msg_colors.c
14264         * src/textview.c
14265                 Allow optional background color in quotes
14266                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
14267                 GTK+-2.8.x feature
14268
14269 2006-04-10 [colin]      2.1.0cvs26
14270
14271         * src/main.c
14272         * src/mainwindow.c
14273         * src/mainwindow.h
14274                 Implement --select
14275
14276 2006-04-10 [colin]      2.1.0cvs25
14277
14278         * manual/plugins.xml
14279         * manual/fr/plugins.xml
14280                 Document libcurl's proxy variables
14281
14282 2006-04-09 [colin]      2.1.0cvs24
14283
14284         * src/prefs_common.c
14285                 gettext() returns statically allocated stuff. We have
14286                 to strdup it in order to be able to free it.
14287
14288 2006-04-09 [colin]      2.1.0cvs23
14289
14290         * AUTHORS
14291         * src/gtk/authors.h
14292                 Add Alexei
14293
14294 2006-04-09 [colin]      2.1.0cvs22
14295
14296         * src/mainwindow.c
14297         * src/gtk/quicksearch.c
14298                 Fix bug #859 (problems with cyrilic input in 
14299                 search panel) - Patch by Alexey Illarionov 
14300                 <littlesavage@rambler.ru>
14301
14302 2006-04-09 [colin]      2.1.0cvs21
14303
14304         * src/prefs_customheader.c
14305                 I prefer removing then freeing rather than the contrary
14306                 (even if it doesn't change anything ;-)
14307         * src/prefs_account.c
14308                 Fix bug #933 (Crash re-entering the custom headers list 
14309                 dialog in accounts prefs)
14310                 The problem happened when cancelling the Account 
14311                 Preferences' dialogs - in which case we didn't do 
14312                 anything to the PrefsAccount * struct. In case of applying,
14313                 the old ac_prefs was replaced with the tmp_ac_prefs we were
14314                 working with in this dialog. The problem is that 
14315                 prefs_customheader.c, working on this tmp_ac_prefs, always
14316                 changes the ->customhdr_list pointer, even when cancelled. 
14317                 So in case of cancelling the prefs_account dialog, we still
14318                 have to update ->customhdr_list in the real account.
14319
14320 2006-04-08 [colin]      2.1.0cvs20
14321
14322         * manual/fr/glossary.xml
14323         * manual/fr/keyboard.xml
14324                 Forgot some headers :)
14325
14326 2006-04-08 [colin]      2.1.0cvs19
14327
14328         * manual/Makefile.am
14329         * manual/fr/Makefile.am
14330         * manual/fr/account.xml
14331         * manual/fr/ack.xml
14332         * manual/fr/addrbook.xml
14333         * manual/fr/advanced.xml
14334         * manual/fr/faq.xml
14335         * manual/fr/glossary.xml
14336         * manual/fr/gpl.xml
14337         * manual/fr/handling.xml
14338         * manual/fr/intro.xml
14339         * manual/fr/keyboard.xml
14340         * manual/fr/plugins.xml
14341         * manual/fr/starting.xml
14342         * manual/fr/sylpheed-claws-manual.xml
14343         * manual/fr/dist/.cvsignore
14344         * manual/fr/dist/Makefile.am
14345         * manual/fr/dist/html/.cvsignore
14346         * manual/fr/dist/html/Makefile.am
14347         * manual/fr/dist/pdf/.cvsignore
14348         * manual/fr/dist/pdf/Makefile.am
14349         * manual/fr/dist/ps/.cvsignore
14350         * manual/fr/dist/ps/Makefile.am
14351         * manual/fr/dist/txt/.cvsignore
14352         * manual/fr/dist/txt/Makefile.am
14353                 Add the french translation of the manual. Thanks to
14354                 Olivier Delhomme <olivier.delhomme@free.fr> for 
14355                 account.xml, ack.xml, addrbook.xml and advanced.xml
14356
14357 2006-04-08 [colin]      2.1.0cvs18
14358
14359         * manual/plugins.xml
14360         * manual/starting.xml
14361                 More fixes
14362
14363 2006-04-07 [colin]      2.1.0cvs17
14364
14365         * manual/faq.xml
14366         * manual/intro.xml
14367         * manual/keyboard.xml
14368                 Little fixes
14369
14370 2006-04-07 [colin]      2.1.0cvs16
14371
14372         * README
14373         * src/compose.c
14374         * src/prefs_common.c
14375         * src/prefs_common.h
14376                 Add hidden compose_no_markup pref
14377
14378 2006-04-07 [wwp]        2.1.0cvs15
14379
14380         * src/summary_search.c
14381         * .cvsignore
14382                 Bugfix: stop button was sticky when searching in an empty folder.
14383                 Applied curly brackets code style to the whole file (summary_search.c).
14384                 More files to ignore.
14385
14386 2006-04-07 [wwp]        2.1.0cvs14
14387
14388         * src/message_search.c
14389         * src/summary_search.c
14390                 changed default button when search bumps at file/folder
14391                 beginning or end, for convenience (thanks to Colin).
14392
14393 2006-04-07 [paul]       2.1.0cvs13
14394
14395         * src/plugins/dillo_viewer/dillo_prefs.c
14396                 avoid future potential for namespace collision
14397                 Patch by Colin
14398
14399 2006-04-06 [wwp]        2.1.0cvs12
14400
14401         * src/summary_search.c
14402                 Unify extended/advanced searches names (and thus factorize labels),
14403                 patch by Fabien Vantard <fzzzzz@gmail.com>.
14404
14405 2006-04-06 [wwp]        2.1.0cvs11
14406
14407         * src/folderview.c
14408         * src/prefs_themes.c
14409         * src/summaryview.c
14410                 Fixed some compilation warnings.
14411
14412 2006-04-06 [colin]      2.1.0cvs10
14413
14414         * manual/advanced.xml
14415                 Document the wizard template and how to deploy
14416                 Sylpheed-Claws effectively
14417
14418 2006-04-06 [colin]      2.1.0cvs9
14419
14420         * src/folderview.c
14421                 gettext patch to tell translators about _("#"),
14422                 by Maxim Britov
14423
14424 2006-04-06 [colin]      2.1.0cvs8
14425
14426         * src/textview.c
14427                 Fix invalid GtkTextBIter after clicking "Display as text"
14428
14429 2006-04-06 [mones]      2.1.0cvs7
14430
14431         * src/addr_compl.c
14432         * src/addrindex.c
14433         * src/addritem.c
14434         * src/codeconv.c
14435         * src/compose.c
14436         * src/filtering.c
14437         * src/folder.c
14438         * src/folder_item_prefs.c
14439         * src/folderview.c
14440         * src/localfolder.c
14441         * src/matcher.c
14442         * src/mimeview.c
14443         * src/prefs_msg_colors.c
14444         * src/prefs_spelling.c
14445         * src/prefs_themes.c
14446         * src/procmime.c
14447         * src/procmsg.c
14448         * src/stock_pixmap.c
14449         * src/summaryview.c
14450         * src/textview.c
14451         * src/toolbar.c
14452         * src/common/mgutils.c
14453         * src/common/prefs.c
14454         * src/common/ssl_certificate.c
14455         * src/gtk/colorlabel.c
14456         * src/gtk/quicksearch.c
14457         * src/plugins/pgpmime/pgpmime.c
14458         * src/plugins/spamassassin/spamassassin.c
14459                 Removed redundant NULL checks for g_free() calls.
14460                 Patch by Pawel Pekala.
14461
14462 2006-04-06 [mones]      2.1.0cvs6
14463
14464         * src/prefs_actions.c
14465         * src/prefs_filtering.c
14466         * src/prefs_filtering_action.c
14467         * src/prefs_matcher.c
14468         * src/prefs_template.c
14469         * src/gtk/gtkutils.c
14470         * src/gtk/gtkutils.h
14471                 Have a nice replace button. Patch by Pawel Pekala
14472
14473 2006-04-06 [colin]      2.1.0cvs5
14474
14475         * src/addressbook.c
14476                 Fix crash with empty columns
14477
14478 2006-04-05 [colin]      2.1.0cvs4
14479
14480         * src/wizard.c
14481         * src/prefs_gtk.c
14482                 Allow wizard customization with pre-filled values
14483
14484 2006-04-05 [colin]      2.1.0cvs3
14485
14486         * src/textview.c
14487         * src/mimeview.c
14488         * src/mimeview.h
14489                 Nicer messages in mimeview
14490
14491 2006-04-05 [colin]      2.1.0cvs2
14492
14493         * src/addressbook.c
14494         * src/prefs_summaries.c
14495                 i18n fix
14496
14497 2006-04-05 [colin]      2.1.0cvs1
14498
14499         * src/plugins/pgpcore/plugin.c
14500         * src/plugins/pgpcore/select-keys.c
14501         * src/plugins/pgpcore/select-keys.h
14502         * src/plugins/pgpcore/sgpgme.c
14503         * src/plugins/pgpcore/sgpgme.h
14504         * src/plugins/pgpinline/pgpinline.c
14505         * src/plugins/pgpinline/plugin.c
14506         * src/plugins/pgpmime/pgpmime.c
14507         * src/plugins/pgpmime/plugin.c
14508                 Factorize and generalize a bit 
14509                 Drop S/MIME signature verification from PGP/MIME
14510                 (adding it as another, more complete plugin)
14511
14512 2006-04-05 [paul]       2.1.0
14513
14514         2.1.0 released
14515
14516 2006-04-05 [paul]       2.0.0cvs186
14517
14518         * manual/advanced.xml
14519                 add info on colour labels
14520
14521 2006-04-05 [paul]       2.0.0cvs185
14522
14523         * po/bg.po
14524         * po/cs.po
14525         * po/de.po
14526         * po/el.po
14527         * po/en_GB.po
14528         * po/fi.po
14529         * po/fr.po
14530         * po/it.po
14531         * po/nl.po
14532         * po/pl.po
14533         * po/pt_BR.po
14534         * po/sr.po
14535         * po/zh_CN.po
14536                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
14537                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
14538                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
14539                 Guimaraes, Aleksandar Urosevic, Ralgh Young
14540         * src/gtk/authors.h
14541         * tools/claws.i18n.status.pl
14542                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
14543                 and new Czech translator, Tim <timbrain@post.cz>
14544
14545 2006-04-05 [mones]      2.0.0cvs184
14546
14547         * po/es.po
14548                 Updated translation
14549
14550 2006-04-05 [colin]      2.0.0cvs183
14551
14552         * src/gtk/quicksearch.c
14553                 Fix bug #929 (unnecessary reload in quick search bar)
14554
14555 2006-04-05 [colin]      2.0.0cvs182
14556
14557         * src/compose.c
14558                 Fix crash on Reply with no From:
14559                 Show signature and conversion error on queuing 
14560                 (but not sending)
14561         * src/mainwindow.c
14562         * src/summaryview.c
14563         * src/summaryview.h
14564                 Factorize threading code and make sure msginfo 
14565                 is not null when it comes from a GtkCTreeRow's 
14566                 data
14567         * src/gtk/gtkaspell.c
14568                 Check for necessary things
14569         * src/gtk/gtksctree.c
14570         * src/gtk/gtksctree.h
14571                 Reset anchor if necessary when removing node
14572
14573 2006-03-29 [colin]      2.0.0cvs181
14574
14575         * src/folderview.c
14576                 Warn for disabled IMAP accounts (due to lack of
14577                 libetpan). Breaks string-freeze - sorry - but it
14578                 is kind of important ;)
14579
14580 2006-03-28 [colin]      2.0.0cvs180
14581
14582         * src/gtk/gtkutils.c
14583         * src/gtk/gtkutils.h
14584                 Add a gtkut_get_link_btn() function that
14585                 creates a button which acts like an URI
14586         * src/prefs_themes.c
14587         * src/gtk/about.c
14588                 Use this function (factorizes codes)
14589         * src/common/defs.h
14590         * src/gtk/pluginwindow.c
14591                 Add a "Get more..." in the plugins window
14592
14593 2006-03-28 [colin]      2.0.0cvs179
14594
14595         * src/common/smtp.c
14596         * src/common/passcrypt.c
14597         * src/undo.c
14598                 Warning fixes. Patch by Pawel Pekala
14599
14600 2006-03-27 [colin]      2.0.0cvs178
14601
14602         * src/undo.c
14603                 Fix undoing by blocks with spaces
14604
14605 2006-03-27 [colin]      2.0.0cvs177
14606
14607         * src/textview.c
14608                 Set margin to 3px for headers
14609
14610 2006-03-27 [paul]
14611
14612         2.1.0-rc2 released
14613
14614 2006-03-27 [wwp]        2.0.0cvs176
14615
14616         * src/summaryview.c
14617                 don't reset quicksearch when updating the message list.
14618                 Thanks to Colin.
14619
14620 2006-03-26 [wwp]        2.0.0cvs175
14621
14622         * src/compose.c
14623                 use a unified border width ('other' tab in the compose window,
14624                 patch by Pawel Pekala).
14625
14626
14627 2006-03-26 [wwp]        2.0.0cvs174
14628
14629         * src/common/quoted-printable.c
14630         * src/addressbook.c
14631                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
14632
14633 2006-03-26 [colin]      2.0.0cvs173
14634
14635         * src/quote_fmt_parse.y
14636                 Fix non-UTF8 date formats messing up the whole quote a 
14637                 little bit
14638
14639 2006-03-26 [colin]      2.0.0cvs172
14640
14641         * src/procheader.c
14642                 Make sure the date is UTF8 valid, or try to make it
14643                 so. IncrediMail is really IncrediStupid.
14644         * src/compose.c
14645                 Fix possible conversions. 
14646                 
14647
14648 2006-03-26 [colin]      2.0.0cvs171
14649
14650         * src/matcher.c
14651                 Fix corner cases in body search. This is still a
14652                 hack... It seems impossible to make it good and 
14653                 reasonably fast at the same time.
14654
14655 2006-03-26 [colin]      2.0.0cvs170
14656
14657         * src/summaryview.c
14658                 I think I killed the twilight zone bug!
14659                 summary_select_node() flushes GTK events in order
14660                 to be able to center the view. But this also 
14661                 flushes keypresses like Ctrl-Alt-U, so this can
14662                 call summary_show from summary_select_node (itself
14663                 called from summary_show, etc.). And the summaryview
14664                 has to be unlocked in this function. So just locking
14665                 while processing GTK events, and bailing if locked, 
14666                 should fix it.
14667                 Fixes bug #927 (SIGSEGV during Update Summary)
14668
14669 2006-03-25 [colin]      2.0.0cvs169
14670
14671         * src/matcher.c
14672                 Fix search in QP-encoded bodies
14673                 Fix utf-8 searches in bodies encoded in the
14674                 locale's encoding
14675         * src/common/quoted-printable.c
14676         * src/common/quoted-printable.h
14677                 Add a decode function that doesn't overwrite
14678                 the original pointer
14679                 
14680
14681 2006-03-24 [colin]      2.0.0cvs168
14682
14683         * src/action.c
14684         * src/summaryview.c
14685         * src/summaryview.h
14686                 Update message cache after action
14687                 Patch by H. Merijn Brand
14688         * src/prefs_msg_colors.c
14689                 Factorize label 
14690                 Patch by Fabien Vantard
14691         * src/plugins/spamassassin/spamassassin_gtk.c
14692                 Remove useless translation
14693                 Patch by Fabien Vantard
14694
14695 2006-03-23 [colin]      2.0.0cvs167
14696
14697         * src/common/ssl.c
14698                 Let 30 seconds to SSL_connect
14699
14700 2006-03-23 [wwp]        2.0.0cvs166
14701
14702         * src/summaryview.c
14703         * src/gtk/description_window.c
14704                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
14705                 and headers are translated; adjust description windows' width to fit their
14706                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
14707
14708 2006-03-23 [paul]       2.0.0cvs165
14709
14710         * src/common/utils.c
14711                 fix highlighting of URIs containing "()"
14712                 (2.0.0cvs164's reversal fixed)
14713                 Thanks to Colin.
14714
14715 2006-03-23 [paul]       2.0.0cvs164
14716
14717         * src/common/utils.c
14718                 revert patch, (postponing a fix), at 2.0.0cvs120
14719                 as it breaks more URIs than it fixes.
14720                 Allow '-' to be a terminating character in a URI
14721
14722 2006-03-22 [colin]      2.0.0cvs163
14723
14724         * configure.ac
14725                 Require libetpan 0.45
14726                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
14727
14728 2006-03-22 [paul]       2.0.0cvs162
14729
14730         * src/editgroup.c
14731                 replace '<-' and '->' buttons with GTK_STOCK graphical
14732                 buttons
14733         * src/summary_search.c
14734                 don't offer '...' for translation
14735                 add a tooltip to advanced search '...' button
14736         * src/gtk/quicksearch.c
14737                 don't offer '...' for translation
14738
14739 2006-03-21 [colin]      2.0.0cvs161
14740
14741         * src/compose.c
14742                 Fix middle-click pasting (insert at click
14743                 position instead of cursor position, don't
14744                 remove existing selection and allow pasting
14745                 our own selection)
14746         * src/addressbook.c
14747                 "LDAP Server" -> "LDAP servers"
14748
14749 2006-03-21 [wwp]        2.0.0cvs160
14750
14751         * src/etpan/imap-thread.c
14752                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
14753
14754 2006-03-20 [colin]      2.0.0cvs159
14755
14756         * src/summaryview.c
14757                 Don't reload summaryview after an execute with no
14758                 move action
14759
14760 2006-03-19 [colin]      2.0.0cvs158
14761
14762         * src/addressbook.c
14763                 and put groups at the top, always
14764
14765 2006-03-19 [colin]      2.0.0cvs157
14766
14767         * src/addressbook.c
14768                 Order groups before names, as previously
14769
14770 2006-03-19 [colin]      2.0.0cvs156
14771
14772         * src/addressbook.c
14773                 - Sort case-unsensitive
14774                 - Put the sort arrow at opening too
14775
14776 2006-03-19 [wwp]        2.0.0cvs155
14777
14778         * src/addressbook.c
14779                 allow sorting by name/email/remarks, ensure that right-pane's contents
14780                 matches the left-pane selection (cleared when appropriate).
14781                 Patch by Pawel Pekala <c0rn@o2.pl>.
14782
14783 2006-03-18 [colin]      2.0.0cvs154
14784
14785         * src/textview.c
14786                 Fix text cursor ;)
14787
14788 2006-03-18 [colin]      2.0.0cvs153
14789
14790         * src/gtk/filesel.c
14791                 Make sure we hide the preview if we didn't get
14792                 a filename
14793
14794 2006-03-18 [colin]      2.0.0cvs152
14795
14796         * src/summaryview.c
14797                 Set cursor to watch for execution (fixes lack
14798                 of watch-cursor when dnd'ing hundreds of mails)
14799         * src/gtk/filesel.c
14800                 Check that mime type is 'image/*' before updating
14801                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
14802
14803 2006-03-18 [colin]      2.0.0cvs151
14804
14805         * src/mainwindow.c
14806         * src/textview.c
14807         * src/textview.h
14808                 Put a watch cursor in textview too when the mainwindow's
14809                 cursor in a watch
14810
14811 2006-03-18 [colin]      2.0.0cvs150
14812
14813         * src/folder.c
14814                 Change wrong asserts to simple tests
14815
14816 2006-03-17 [colin]      2.0.0cvs149
14817
14818         * src/mainwindow.c
14819         * src/mainwindow.h
14820         * src/prefs_msg_colors.c
14821         * src/summaryview.c
14822         * src/summaryview.h
14823         * src/gtk/colorlabel.c
14824         * src/gtk/colorlabel.h
14825                 Add a color label menu in the main menubar
14826                 Add (fixed) accels Ctrl-{0-7} to change the color
14827                 They have to be fixed because the menu's dynamic,
14828                 the items are complex widgets, hence we can't use
14829                 a GtkItemFactory.
14830
14831
14832 2006-03-17 [wwp]        2.0.0cvs148
14833
14834         * src/compose.c
14835                 rollback few lines from my previous commit (those lines come from
14836                 a pending patch, accidentally commited, even if neutral as they are
14837                 commented out).
14838
14839 2006-03-17 [wwp]        2.0.0cvs147
14840
14841         * src/compose.c
14842                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
14843                 applied code style/indentation to the modified function.
14844
14845 2006-03-17 [wwp]        2.0.0cvs146
14846
14847         * src/procmsg.c
14848         * src/compose.c
14849                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
14850
14851 2006-03-17 [paul]
14852
14853         2.1.0-rc1 released
14854
14855 2006-03-17 [paul]       2.0.0cvs145
14856
14857         * src/main.c
14858                 addressbook_read_file() was called twice
14859         * src/textview.c
14860                 X-Mailer highlighting
14861
14862 2006-03-16 [colin]      2.0.0cvs144
14863
14864         * src/sourcewindow.c
14865         * src/sourcewindow.h
14866                 And the last one, in source window.
14867
14868 2006-03-16 [colin]      2.0.0cvs143
14869
14870         * src/compose.c
14871         * src/compose.h
14872                 Fix the same stuff in compose
14873
14874 2006-03-16 [colin]      2.0.0cvs142
14875
14876         * src/messageview.c
14877                 Complete the previous messageview crash fix
14878
14879 2006-03-16 [colin]      2.0.0cvs141
14880
14881         * src/procmsg.h
14882         * src/procmsg.c
14883         * src/folder.c
14884                 Fix POSTPROCESSING hook
14885                 Patch by H. Merijn Brand
14886
14887         * src/procmime.c
14888         * src/procmime.h
14889                 Parse Content-Location
14890
14891         * src/toolbar.c
14892         * src/messageview.c
14893         * src/messageview.h
14894                 Don't crash when a top-level MessageView has
14895                 been closed on us. Same problematic than
14896                 yesterday's quicksearch issue.
14897
14898 2006-03-15 [colin]      2.0.0cvs140
14899
14900         * src/gtk/quicksearch.c
14901                 Fix a bitchy race we didn't think about when we
14902                 added quicksearch cancellation:
14903                 If the search is not on cached fields, for example
14904                 body_part matchcase "stuff"
14905                 the matcher code has to get the whole message. If
14906                 we're on IMAP, that can be slow, and in order to
14907                 be non-blocking, the IMAP code idle loop processes
14908                 gtk events too. So it is possible to cancel a
14909                 quicksearch while the matcher is getting the mail's
14910                 body. After matcher got its body, it will start to
14911                 iterate over the matcher list that the Quicksearch's
14912                 clear_search_cb() just freed via prepare_matcher().
14913                 SIGSEGV ensues.
14914                 The fix consists of guarding the matcherlist_match()
14915                 call with a boolean 'matching'. If we reset the
14916                 quicksearch while matching is TRUE, we don't free
14917                 the matcherlist anymore like we did, but we set
14918                 another new flag, deferred_free, to TRUE. Then,
14919                 in quicksearch_match(), just after returning from
14920                 matcherlist_match() and unsetting the matching flag,
14921                 we check the deferred_free flag and do the
14922                 prepare_matcher() (which does the matcherlist_free)
14923                 for real, so we free the matcherlist once it's not
14924                 used anymore.
14925                 As all of this runs via the glib main loop, we
14926                 luckily don't need a mutex.
14927         * src/summaryview.c
14928                 Also, show progress while searching.
14929
14930
14931 2006-03-14 [colin]      2.0.0cvs139
14932
14933         * src/alertpanel.c
14934                 Make alertpanel_is_open non-static
14935
14936 2006-03-14 [colin]      2.0.0cvs138
14937
14938         * src/prefs_spelling.c
14939                 Cleanups - Fabien Vantard
14940
14941 2006-03-14 [wwp]        2.0.0cvs137
14942
14943         * src/main.c
14944                 code style normalization (curly braces, indentation).
14945
14946 2006-03-14 [wwp]        2.0.0cvs137
14947
14948         * src/main.c
14949                 code style (braces, indentation)
14950
14951 2006-03-12 [paul]       2.0.0cvs136
14952
14953         * src/prefs_common.c
14954                 trans_hdr defaults to FALSE to be RFC-savvy
14955         * src/prefs_summaries.c
14956                 add a tooltip to the trans_hdr option
14957                 
14958
14959 2006-03-12 [paul]       2.0.0cvs135
14960
14961         * src/prefs_matcher.c
14962                 give a little more width to the combos
14963         * src/prefs_display_header.c
14964         * src/textview.c
14965                 translate headers if prefs_common.trans_hdr
14966                 is TRUE
14967
14968         Patches by Pawel Pekala
14969
14970 2006-03-12 [paul]       2.0.0cvs134
14971
14972         * src/plugins/clamav/clamav_plugin.c
14973         * src/plugins/dillo_viewer/dillo_viewer.c
14974         * src/plugins/pgpcore/plugin.c
14975         * src/plugins/pgpinline/plugin.c
14976         * src/plugins/pgpmime/plugin.c
14977         * src/plugins/spamassassin/spamassassin.c
14978                 update/add to descriptions
14979         * src/plugins/spamassassin/spamassassin_gtk.c
14980                 fixes to the english, remove superfluous
14981                 tooltips, clean up a little
14982
14983 2006-03-12 [paul]       2.0.0cvs133
14984
14985         * src/compose.c
14986                 fix Bug 924, 'Account combo box shows up wrong 
14987                 if & is in account name'
14988
14989 2006-03-11 [colin]      2.0.0cvs132
14990
14991         * src/summaryview.c
14992                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
14993                 messed up shift-selection because is slows down
14994                 moving around summaryview. thanks -users
14995
14996 2006-03-10 [colin]      2.0.0cvs131
14997
14998         * src/plugins/spamassassin/spamassassin_gtk.c
14999                 Put back Paul's engrish fixes
15000
15001 2006-03-10 [colin]      2.0.0cvs130
15002
15003         * src/plugins/spamassassin/spamassassin.c
15004         * src/plugins/spamassassin/spamassassin.h
15005         * src/plugins/spamassassin/spamassassin_gtk.c
15006                 Cleanup SA prefs page (more)
15007                 Patch by Fabien Vantard
15008
15009 2006-03-10 [paul]       2.0.0cvs129
15010
15011         * src/prefs_msg_colors.c
15012         * src/prefs_spelling.c
15013                 widget sensitivity
15014
15015 2006-03-09 [mones]      2.0.0cvs128
15016
15017         * po/es.po
15018                 Update for next RC
15019
15020 2006-03-09 [wwp]        2.0.0cvs127
15021
15022         * configure.ac
15023                 revert accidental commit (requirement for libetpan 0.43), this time
15024                 not in HEAD.
15025
15026 2006-03-09 [wwp]        2.0.0cvs125
15027
15028         * configure.ac
15029                 revert accidental commit (requirement for libetpan 0.43)
15030
15031 2006-03-09 [paul]       2.0.0cvs126
15032
15033         * src/prefs_receive.c
15034                 remove useless frame
15035                 replace 'incorporation' with 'receiving'
15036         * src/plugins/clamav/clamav_plugin_gtk.c
15037         * src/plugins/spamassassin/spamassassin_gtk.c
15038                 improve widget sensitivity
15039                 fix a bit his engrish
15040
15041 2006-03-09 [wwp]        2.0.0cvs125
15042
15043         * src/addressadd.c
15044         * src/foldersel.c
15045         * src/prefs_common.c
15046         * src/prefs_common.h
15047                 remember some more windows' sizes (add to addressbook and
15048                 select folder).
15049
15050 2006-03-09 [paul]       2.0.0cvs124
15051
15052         * src/plugins/pgpcore/prefs_gpg.c
15053                 normalise construction of dialogue
15054
15055 2006-03-09 [paul]       2.0.0cvs123
15056
15057         * src/plugins/trayicon/Makefile.am
15058                 add missing slash
15059
15060 2006-03-08 [colin]      2.0.0cvs122
15061
15062         * src/plugins/trayicon/Makefile.am
15063                 Fix build in separate dir 
15064                 Patch by Bamanzi <bamanzi@gmail.com>
15065
15066 2006-03-08 [colin]      2.0.0cvs121
15067
15068         * src/procmsg.c
15069                 Batch move and copies from summaryview with delayed execution
15070                 too
15071
15072 2006-03-07 [paul]       2.0.0cvs120
15073
15074         * src/common/utils.c
15075                 fix highlighting of URIs containing "()"
15076                 Patch by Pawel Pekala
15077
15078 2006-03-07 [paul]       2.0.0cvs119
15079
15080         * src/folder.c
15081         * src/folder.h
15082         * src/folderview.c
15083                 immediately do alphabetical resort when
15084                 changing a folder's name
15085                 Patch by Pawel Pekala
15086
15087 2006-03-07 [paul]       2.0.0cvs118
15088
15089         * src/news.c
15090         * src/news_gtk.c
15091                 when unsubscribing a newsgroup, remove the
15092                 folder and msgs in .sylpheed-claws/newscache
15093                 Patch by Pawel Pekala <c0rn@gazeta.pl>
15094
15095 2006-03-07 [paul]       2.0.0cvs117
15096
15097         * src/textview.c
15098                 fix wrong Fake URL Warning
15099                 Thanks to Hiro
15100
15101 2006-03-07 [colin]      2.0.0cvs116
15102
15103         * src/imap.c
15104                 Return immediately when password dialog was
15105                 cancelled
15106         * src/gtk/inputdialog.c
15107                 Allow empty strings for passwords
15108
15109
15110 2006-03-06 [colin]      2.0.0cvs115
15111
15112         * src/imap.c
15113                 Prevent double-timeouts when connection fails
15114
15115 2006-03-06 [colin]
15116
15117         2.0.1-rc1 released
15118
15119 2006-03-06 [colin]      2.0.0cvs114
15120
15121         * src/imap.c
15122                 Refresh session during potentially long
15123                 operations
15124
15125 2006-03-06 [wwp]        2.0.0cvs113
15126
15127         * src/prefs_msg_colors.h
15128                 forgot that one (custom color labels).
15129
15130 2006-03-06 [wwp]        2.0.0cvs112
15131
15132         * src/prefs_common.c
15133         * src/prefs_common.h
15134         * src/prefs_msg_colors.c
15135         * src/summaryview.c
15136         * src/summaryview.h
15137         * src/gtk/colorlabel.c
15138         * src/gtk/colorlabel.h
15139                 colors in messages list are now customizable. Color values and names can
15140                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
15141                 Thanks to Paul and Colin for their help with this longstanding patch!
15142
15143 2006-03-06 [wwp]        2.0.0cvs111
15144
15145         * src/textview.c
15146                 don't crash if (x)face is bad.
15147
15148 2006-03-05 [paul]       2.0.0cvs110
15149
15150         * AUTHORS
15151         * configure.ac
15152         * src/Makefile.am
15153         * src/common/Makefile.am
15154         * src/common/utils.h
15155         * src/etpan/imap-thread.c
15156         * src/gtk/authors.h
15157         * src/plugins/clamav/Makefile.am
15158         * src/plugins/demo/Makefile.am
15159         * src/plugins/dillo_viewer/Makefile.am
15160         * src/plugins/pgpcore/Makefile.am
15161         * src/plugins/pgpcore/passphrase.c
15162         * src/plugins/pgpinline/Makefile.am
15163         * src/plugins/pgpmime/Makefile.am
15164         * src/plugins/spamassassin/Makefile.am
15165         * src/plugins/trayicon/Makefile.am
15166                 fix builiding on cygwin
15167                 Patch by Ralgh Young <bamanzi@gmail.com>
15168
15169 2006-03-04 [wwp]        2.0.0cvs109
15170
15171         * manual/keyboard.xml
15172                 fix mixed up/down keys.
15173
15174 2006-03-04 [wwp]        2.0.0cvs108
15175
15176         * README
15177         * INSTALL
15178                 updated links to SpamAssassin.
15179
15180 2006-03-04 [wwp]        2.0.0cvs107
15181
15182         * manual/plugins.xml
15183         * src/plugins/spamassassin/README
15184                 updated SpamAssassin plugin docs to reflect new functional additions
15185                 (also fix/update/documents few technical stuff more, see the README).
15186
15187 2006-03-04 [wwp]        2.0.0cvs106
15188
15189         * src/prefs_message.c
15190                 normalized capitalization of message-prefs paths.
15191
15192 2006-03-04 [wwp]        2.0.0cvs105
15193
15194         * manual/advanced.xml
15195                 typo.
15196
15197 2006-03-03 [colin]      2.0.0cvs104
15198
15199         * src/plugins/clamav/clamav_plugin_gtk.c
15200                 Rework prefs page, patch by Fabien 
15201
15202 2006-03-03 [colin]      2.0.0cvs103
15203
15204         * src/plugins/clamav/clamav_plugin.c
15205                 Set error on all errors
15206
15207 2006-03-03 [colin]      2.0.0cvs102
15208
15209         * src/common/plugin.c
15210                 Initialize error to avoid crashing when a plugin fails
15211                 without setting error
15212
15213 2006-03-02 [wwp]        2.0.0cvs101
15214
15215         * configure.ac
15216                 fixed linker flags for libetpan support on Cygwin
15217                 (thanks to H.Merijn Brand).
15218
15219 2006-03-02 [wwp]        2.0.0cvs100
15220
15221         * src/addressbook.c
15222                 fix some AB error messages: one for punctuation and
15223                 one wrongly duplicate (thanks, maxbritov).
15224
15225 2006-03-02 [wwp]        2.0.0cvs99
15226
15227         * src/plugins/spamassassin/spamassassin.c
15228                 make sync calls to sa-learn/spamc to prevent
15229                 system (whatever local or client/server) overload.
15230
15231 2006-03-02 [colin]      2.0.0cvs98
15232
15233         * src/summaryview.c
15234                 Put the spam icon in the status column instead of the
15235                 mark one
15236
15237 2006-03-01 [colin]      2.0.0cvs97
15238
15239         * src/plugins/spamassassin/spamassassin.c
15240                 Fix segfault (g_file_set_contents fails for some 
15241                 reason and err==0x2f. Can't find out why with
15242                 valgrind, using working function :-)
15243
15244 2006-03-01 [colin]      2.0.0cvs96
15245
15246         * src/inc.c
15247                 Offline overriding: let 'No' be cached only 3 seconds
15248
15249 2006-03-01 [colin]      2.0.0cvs95
15250
15251         * src/addr_compl.c
15252         * src/addrbook.c
15253         * src/addressbook.c
15254         * src/addrindex.c
15255         * src/folder_item_prefs.c
15256         * src/headerview.c
15257         * src/imap.c
15258         * src/inc.c
15259         * src/ldif.c
15260         * src/mainwindow.c
15261         * src/mh.c
15262         * src/msgcache.c
15263         * src/prefs_common.h
15264         * src/prefs_msg_colors.c
15265         * src/procheader.c
15266         * src/procheader.h
15267         * src/procmime.c
15268         * src/procmsg.c
15269         * src/procmsg.h
15270         * src/send_message.h
15271         * src/simple-gettext.c
15272         * src/summaryview.c
15273         * src/summaryview.h
15274         * src/syldap.c
15275         * src/textview.c
15276         * src/undo.c
15277         * src/common/ssl_certificate.c
15278         * src/common/utils.c
15279         * src/gtk/colorsel.c
15280         * src/gtk/gtksctree.c
15281         * src/gtk/gtkshruler.c
15282         * src/plugins/trayicon/trayicon.c
15283                 #if 0 goes to /dev/null
15284
15285 2006-03-01 [colin]      2.0.0cvs94
15286
15287         * src/compose.c
15288         * src/imap.c
15289         * src/inc.c
15290         * src/inc.h
15291         * src/messageview.c
15292         * src/news.c
15293         * src/plugins/spamassassin/spamassassin.c
15294                 Allow to add information in the "working offline"
15295                 window
15296
15297 2006-03-01 [wwp]        2.0.0cvs93
15298
15299         * src/plugins/spamassassin/spamassassin.c
15300                 fixed spamc invocation: use a tricky temporary mini shell wrapper
15301                 'cause it seems that calling `spamc ... < inputfile` with
15302                 g_spawn_(a)sync simply.. erm doesn't work :-).
15303
15304 2006-03-01 [wwp]        2.0.0cvs92
15305
15306         * src/toolbar.c
15307         * src/toolbar.h
15308                 simplify the adding of spam/ham button to the messageview toolbar
15309                 (it gets more clear now that the same button will be "Mark as spam"
15310                 or "Mark as ham" according to the current message status,
15311                 thanks to Colin).
15312
15313 2006-03-01 [wwp]        2.0.0cvs91
15314
15315         * src/messageview.c
15316         * src/procmsg.c
15317         * src/procmsg.h
15318         * src/summaryview.c
15319         * src/plugins/spamassassin/spamassassin.c
15320         * src/plugins/spamassassin/spamassassin.h
15321                 make learner callbacks return a status (0 for ok),
15322                 handle it in main code to avoid setting flags when learning failed,
15323                 don't learn on TCP if offline in spamassassin,
15324                 thanks to Colin.
15325
15326                 
15327
15328 2006-03-01 [wwp]        2.0.0cvs90
15329
15330         * src/compose.c
15331                 some work around the compose window's account menu,
15332                 patch by Fabien Vantard.
15333
15334 2006-03-01 [wwp]        2.0.0cvs89
15335
15336         * src/plugins/spamassassin/spamassassin.c
15337                 fixed bad logics, was using spamc in local mode and sa-learn
15338                 in remote mode (thanks, Colin).
15339
15340 2006-03-01 [wwp]        2.0.0cvs88
15341
15342         * src/plugins/spamassassin/spamassassin.c
15343         * src/plugins/spamassassin/spamassassin.h
15344         * src/plugins/spamassassin/spamassassin_gtk.c
15345                 made processing of emails w/ sa-plugin an option (default is TRUE),
15346                 fixed Engrish some tooltips, capitalization of some debug messages
15347                 and warnings. The spamassassin plugin now provides two separate
15348                 services: process emails upon incorporation and spamd training.
15349                 Both services (un)register independently but use some common
15350                 plugin settings (transport settings, spam storage location).
15351
15352 2006-02-28 [wwp]        2.0.0cvs87
15353
15354         * src/plugins/spamassassin/spamassassin.c
15355                 fix async flag to spamc cmdline execution (batch exec should
15356                 be asynchronous).
15357
15358 2006-02-27 [wwp]        2.0.0cvs86
15359
15360         * src/plugins/spamassassin/spamassassin.c
15361         * src/plugins/spamassassin/spamassassin.h
15362         * src/plugins/spamassassin/spamassassin_gtk.c
15363                 - added the ability to learn a remote spamassassin server (spamd),
15364                 using spamc.
15365                 - added the spamassassin option 'username', that applies to all
15366                 spamassassin operations (filtering, learning, local or remote).
15367                 The default username is the current unix user (if left blank
15368                 from gtk prefs or config file).
15369                 - commented out some unused code (notebook widget), removed unused
15370                 layout (hbox1).
15371                 - make more widgets sensitive to the transport type.
15372
15373 2006-02-27 [colin]      2.0.0cvs85
15374
15375         * src/plugins/spamassassin/spamassassin.c
15376                 Fix sa-learn call when offline
15377
15378 2006-02-27 [colin]      2.0.0cvs84
15379
15380         * configure.ac
15381         * src/Makefile.am
15382         * src/mainwindow.c
15383         * src/mainwindow.h
15384         * src/messageview.c
15385         * src/messageview.h
15386         * src/prefs_toolbar.c
15387         * src/procmsg.c
15388         * src/stock_pixmap.c
15389         * src/stock_pixmap.h
15390         * src/summaryview.c
15391         * src/toolbar.c
15392         * src/toolbar.h
15393         * src/pixmaps/ham_btn.xpm
15394         * src/pixmaps/spam.xpm
15395         * src/pixmaps/spam_btn.xpm
15396         * src/plugins/spamassassin/spamassassin.c
15397                 Add button in toolbar for spam learning
15398                 Fix a few bugs from the last related commit
15399                 Revert 1.9.6cvs23 which messed up shift-selection
15400
15401 2006-02-24 [colin]      2.0.0cvs83
15402
15403         * src/procmsg.c
15404         * src/summaryview.c
15405         * src/summaryview.h
15406         * src/plugins/spamassassin/spamassassin.c
15407         * src/plugins/spamassassin/spamassassin.h
15408         * src/plugins/spamassassin/spamassassin_gtk.c
15409                 Unregister learner when spamassassin is either
15410                 disabled or over tcp
15411
15412 2006-02-24 [colin]      2.0.0cvs82
15413
15414         * src/Makefile.am
15415         * src/mainwindow.c
15416         * src/mainwindow.h
15417         * src/procmsg.c
15418         * src/procmsg.h
15419         * src/stock_pixmap.c
15420         * src/stock_pixmap.h
15421         * src/summaryview.c
15422         * src/summaryview.h
15423         * src/gtk/icon_legend.c
15424         * src/pixmaps/spam.xpm  ** NEW FILE **
15425         * src/plugins/spamassassin/spamassassin.c
15426         * src/plugins/spamassassin/spamassassin_gtk.c
15427                 Add spam learning interface (Mark/Mark as 
15428                 (spam|ham) menus)
15429
15430 2006-02-24 [wwp]        2.0.0cvs81
15431
15432         * src/compose.c
15433         * src/compose.h
15434         * src/filtering.c
15435                 hide compose window when sending message in batch mode
15436                 (filtering: forward and redirect). Also fixed a wrong
15437                 value returned when sending failed, neutral anyway.
15438                 (Colin, me) 
15439
15440 2006-02-24 [wwp]        2.0.0cvs80
15441
15442         * src/mainwindow.c
15443                 use GTK+'s stock quit button. Patch by Fabien Vantard.
15444
15445 2006-02-24 [paul]       2.0.0cvs79
15446
15447         * src/news.c
15448         * src/news.h
15449         * src/news_gtk.c
15450                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
15451                 Thanks to Colin
15452
15453 2006-02-23 [colin]      2.0.0cvs78
15454
15455         * src/alertpanel.c
15456                 Change OK to Close in alertpanel with View log
15457                 button; add accel to View log. Patch by Fabien
15458                 Vantard
15459
15460 2006-02-23 [wwp]        2.0.0cvs77
15461
15462         * src/compose.c
15463                 silly me, there were much more tests to perform, since toolbars can
15464                 really have down to 1 element only.
15465
15466 2006-02-23 [wwp]        2.0.0cvs76
15467
15468         * commitHelper
15469                 fixed indentation from my previous commit. Fallback to VISUAL if
15470                 EDITOR is not set (and to vi, at last resort).
15471
15472 2006-02-23 [wwp]        2.0.0cvs75
15473
15474         * commitHelper
15475                 improved error detection (Colin, me).
15476
15477 2006-02-23 [wwp]        2.0.0cvs74
15478
15479         * src/prefs_toolbar.c
15480                 simplify and fix prefs/toolbars layouting. Combos' contents can
15481                 now be really displayed.
15482
15483 2006-02-23 [wwp]        2.0.0cvs73
15484         simplifies and fix prefs/toolbars layouting. Combos' contents can now
15485         be really displayed.
15486
15487 2006-02-22 [wwp]        2.0.0cvs72
15488
15489         * src/compose.c
15490                 fix a typo in my previous commit (sorry!).
15491
15492 2006-02-22 [wwp]        2.0.0cvs71
15493
15494         * src/prefs_toolbar.c
15495                 fix a crash when adding separators to toolbars,
15496                 also fix some separator item information.
15497
15498 2006-02-22 [wwp]        2.0.0cvs70
15499
15500         * src/compose.c
15501                 fix a crash when redirecting (for instance) when compose window's
15502                 toolbar contents has been customized (when some buttons have been
15503                 removed in fact).
15504
15505 2006-02-21 [wwp]        2.0.0cvs69
15506
15507         * src/summaryview.c
15508         * src/gtk/pluginwindow.c
15509         * src/plugins/pgpcore/prefs_gpg.c
15510                 fix some compilation warnings (feat. remains of removed code).
15511
15512 2006-02-21 [wwp]        2.0.0cvs68
15513
15514         * src/gtk/gtkutils.c
15515                 fix two compilation issues, thanks to Stephan Sachse.
15516
15517 2006-02-20 [colin]      2.0.0cvs67
15518
15519         * src/mainwindow.c
15520                 Don't reselect displayed mail on refocus
15521                 This fixes actions misbehaving 
15522
15523 2006-02-20 [wwp]        2.0.0cvs66
15524
15525         * src/summaryview.c
15526         * src/gtk/gtksctree.c
15527         * src/gtk/gtkshruler.c
15528                 changed more runtime typecast checks.
15529
15530 2006-02-20 [wwp]        2.0.0cvs65
15531
15532         * src/summary_search.c
15533                 find all - summaryview refresh issue fixed, thanks to Colin.
15534
15535 2006-02-20 [wwp]        2.0.0cvs64
15536
15537         * src/gtk/gtkutils.c
15538                 better runtime typecast checks.
15539
15540 2006-02-20 [wwp]        2.0.0cvs63
15541
15542         * src/summary_search.c
15543                 enhancements to the summary search:
15544                         - add the ability to stop the running search
15545                           (upon ESC-key press, new Stop button or when Clear button is pressed)
15546                         - don't search if no criteria (From/To/Subject/Body) is set
15547                         - ensure that a busy mouse pointer is always shown when searching,
15548                           show it even a bit earlier
15549
15550 2006-02-19 [colin]      2.0.0cvs62
15551
15552         * src/compose.c
15553         * src/imap.c
15554         * src/etpan/imap-thread.c
15555         * src/etpan/imap-thread.h
15556                 (Future) IMAP speed improvement on sending
15557                 Will require a libetpan update
15558         * src/summaryview.c
15559         * src/gtk/quicksearch.c
15560                 Make quicksearch clearable while running.
15561
15562 2006-02-17 [colin]      2.0.0cvs61
15563
15564         * src/imap.c
15565         * src/etpan/imap-thread.c
15566         * src/etpan/imap-thread.h
15567                 Check for IMAP certificates
15568                 ** Requires libetpan-0.42-cvs4 
15569                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
15570
15571 2006-02-17 [colin]      2.0.0cvs60
15572
15573         * src/messageview.c
15574         * src/prefs_common.c
15575         * src/prefs_common.h
15576         * src/prefs_message.c
15577                 Add pref to display HTML-only mails with plugin, 
15578                 if possible (defaulting to FALSE of course).
15579
15580 2006-02-16 [colin]      2.0.0cvs59
15581
15582         * src/main.c
15583         * src/common/plugin.c
15584         * src/common/plugin.h
15585         * src/gtk/pluginwindow.c
15586                 Keep track of requested (but unloaded) plugins
15587                 in some error cases.
15588
15589 2006-02-16 [wwp]        2.0.0cvs58
15590
15591         * src/gtk/gtkaspell.c
15592         * src/gtk/gtkaspell.h
15593         * src/prefs_spelling.c
15594         * src/compose.c
15595         * src/prefs_common.c
15596         * src/prefs_common.h
15597                 implemented new optional spellchecker behaviour: re-check message when
15598                 dictionary got changed (from compose-window/context-menu/Change dictionary).
15599
15600 2006-02-16 [wwp]        2.0.0cvs57
15601
15602         * src/quote_fmt_parse.y
15603                 pclose popen'ed pipe.
15604
15605 2006-02-15 [colin]      2.0.0cvs56
15606
15607         * src/mimeview.c
15608         * src/mimeview.h
15609                 Let MimeViewers know which MimeView they
15610                 depend of.
15611         * src/summaryview.c
15612                 Swap From/To columns in Sent/Queue/Drafts
15613                 folders
15614         * src/etpan/imap-thread.c
15615                 Use mailstream_low_tls_open() for STARTTLS
15616                 instead of mailstream_low_ssl_open()
15617                 ** REQUIRES libetpan 0.42cvs3 **
15618
15619 2006-02-15 [wwp]        2.0.0cvs55
15620
15621         * src/compose.c
15622         * src/compose.h
15623         * src/message_search.c
15624         * src/message_search.h
15625         * src/textview.c
15626         * src/gtk/gtkutils.c
15627         * src/gtk/gtkutils.h
15628                 added the ability to Find text in the compose window (and a bit
15629                 of code factorization).
15630
15631 2006-02-15 [wwp]        2.0.0cvs54
15632
15633         * src/prefs_gtk.c
15634                 yet another one file was missing (fix for some widgets' sensitivity).
15635                 Thanks Colin!
15636
15637 2006-02-15 [wwp]        2.0.0cvs53
15638
15639         * src/prefs_gtk.h
15640                 oops forgot that file (fix for some widgets' sensitivity).
15641
15642 2006-02-15 [wwp]        2.0.0cvs52
15643
15644         * src/summary_search.c
15645                 implemented advanced summary search options (added the ability
15646                 to use matcher conditions in an advanced search mode).
15647
15648 2006-02-15 [wwp]        2.0.0cvs51
15649
15650         * src/plugins/pgpcore/prefs_gpg.c
15651         * src/prefs_account.c
15652                 fix some widget sensitivity, mostly around some labels in
15653                 account prefs.
15654
15655 2006-02-15 [paul]       2.0.0cvs50
15656
15657         * manual/advanced.xml
15658                 improve Templates info
15659                 written by wwp
15660
15661 2006-02-14 [colin]      2.0.0cvs49
15662
15663         * src/pixmaps/address_book.xpm
15664         * src/pixmaps/preferences.xpm
15665         * src/pixmaps/properties.xpm
15666                 Fix pixmap size - patch by Fabien Vantard
15667
15668 2006-02-13 [colin]      2.0.0cvs48
15669
15670         * src/procmime.c
15671                 Add missing fclose()s on error
15672         * src/textview.c
15673                 Remove unused code
15674         * src/common/utils.c
15675                 Fix temp files not being deleted on windows
15676         Patches by Thomas Gilgin
15677
15678 2006-02-13 [colin]      2.0.0cvs47
15679
15680         * src/mainwindow.c
15681                 Fix exit crash
15682
15683 2006-02-13 [wwp]        2.0.0cvs46
15684
15685         * src/plugins/pgpcore/prefs_gpg.c
15686                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
15687
15688 2006-02-12 [colin]      2.0.0cvs45
15689
15690         * src/folderview.c
15691         * src/main.c
15692         * src/mainwindow.c
15693                 Fix "stuff" when quitting
15694
15695 2006-02-12 [wwp]        2.0.0cvs44
15696
15697         * src/prefs_themes.c
15698                 fix typos in debug messages.
15699
15700 2006-02-11 [colin]      2.0.0cvs43
15701
15702         * src/summaryview.c
15703                 don't allow drag/drop from ourself
15704
15705 2006-02-10 [wwp]        2.0.0cvs42
15706
15707         * src/exporthtml.c
15708         * src/html.c
15709         * src/html.h
15710         * src/procmime.c
15711         * src/textview.c
15712                 renamed html_ prefixed functions and data structures to avoid
15713                 namespace clashes w/ other software (gtkhtml2 for instance).
15714                 Closes bug #907.
15715
15716
15717 2006-02-09 [colin]      2.0.0cvs41
15718
15719         * src/summaryview.c
15720                 Fix shitty logic messed up. Thanks Ticho for the hint!
15721
15722 2006-02-09 [wwp]        2.0.0cvs40
15723
15724         * src/gtk/about.c
15725         * src/compose.c
15726         * src/prefs_account.c
15727         * src/prefs_gtk.h
15728         * src/editaddress.c
15729                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
15730                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
15731                 Browse buttons in accounts prefs.
15732
15733 2006-02-09 [colin]      2.0.0cvs39
15734
15735         * src/matcher.c
15736                 Check for pointer before using its members
15737         * src/gtk/gtksourceprintjob.c
15738                 Fix a wrong warning
15739
15740 2006-02-09 [wwp]        2.0.0cvs38
15741
15742         * src/gtk/filesel.c
15743                 fix few compiler warnings (type mismatch).
15744
15745 2006-02-09 [paul]       2.0.0cvs37
15746
15747         * po/fr.po
15748                 updated by Fabien Vantard
15749
15750 2006-02-08 [colin]      2.0.0cvs36
15751
15752         * src/prefs_common.c
15753         * src/common/defs.h
15754         * src/common/plugin.c
15755                 allow windows and linux configurations to coexist
15756                 patch by Thomas Gilgin
15757
15758 2006-02-08 [colin]      2.0.0cvs35
15759
15760         * src/filtering.c
15761         * src/matcher.c
15762         * src/matcher.h
15763         * src/matcher_parser_parse.y
15764         * src/prefs_filtering_action.c
15765         * src/prefs_matcher.c
15766                 Add the "Ignore thread" filtering
15767                 action
15768
15769 2006-02-08 [colin]      2.0.0cvs34
15770
15771         * src/compose.c
15772         * src/procmime.c
15773         * src/procmime.h
15774                 Fix bug #905 (damaged attachment)
15775                 text files with raw \0's aren't really text files
15776         FOR_STABLE
15777
15778 2006-02-08 [colin]      2.0.0cvs33
15779
15780         * src/summaryview.c
15781                 Fix crasher introduced yesterday
15782
15783 2006-02-08 [wwp]        2.0.0cvs32
15784
15785         * src/compose.c
15786         * src/compose.h
15787                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
15788
15789 2006-02-08 [wwp]        2.0.0cvs31
15790
15791         * src/prefs_template.c
15792                 templates enhancement: allow address completion for Cc and Bcc fields
15793                 (it was currently possible for the To field only)
15794
15795 2006-02-08 [colin]      2.0.0cvs30
15796
15797         * src/compose.c
15798                 Don't unblock if not blocked
15799         FOR_STABLE
15800
15801 2006-02-07 [colin]      2.0.0cvs29
15802
15803         * src/action.c
15804                 Forgot to refresh summaryview
15805
15806 2006-02-07 [colin]      2.0.0cvs28
15807
15808         * src/action.c
15809                 Freeze/thaw message list and folder list while
15810                 processing %as{} actions 
15811         * src/compose.c
15812                 Fix auto-wrap disabling after a middle-click
15813                 paste - FOR_STABLE
15814
15815 2006-02-07 [paul]       2.0.0cvs27
15816
15817         * src/folder.c
15818                 fix freeing of uninitialised pointers
15819                 Thanks to Colin
15820
15821 2006-02-06 [colin]      2.0.0cvs26
15822
15823         * src/folder.c
15824                 Use g_slist_prepend in potentially big list
15825
15826 2006-02-06 [colin]      2.0.0cvs25
15827
15828         * src/folder.c
15829                 Completely skip processing if it doesn't 
15830                 exist (faster!)
15831
15832 2006-02-06 [colin]      2.0.0cvs24
15833
15834         * src/folder.c
15835         * src/summaryview.c
15836                 Batch filtering in summaryview (from Tools menu)
15837                 and pre/post//-processing too
15838
15839 2006-02-06 [colin]      2.0.0cvs23
15840
15841         * src/procmsg.h
15842         * src/filtering.c
15843                 Use a special field for batch filtering instead
15844                 of stepping on deferred execution's toes
15845
15846 2006-02-06 [colin]      2.0.0cvs22
15847
15848         * src/action.c
15849         * src/filtering.c
15850         * src/filtering.h
15851         * src/folder.c
15852         * src/summaryview.c
15853                 Fix filtering via menus and actions
15854
15855 2006-02-06 [colin]      2.0.0cvs21
15856
15857         * src/imap.c
15858                 Put the added file directly to cache if possible (will work
15859                 with next libetpan)
15860         * src/filtering.c
15861         * src/filtering.h
15862         * src/inc.c
15863         * src/folder.c
15864         * src/mbox.c
15865         * src/procmsg.h
15866                 Move and copy filtered messages by batches instead of one
15867                 by one - faster on IMAP
15868         * src/procmsg.c
15869                 Add a function that'll possibly be useful later
15870
15871 2006-02-06 [colin]      2.0.0cvs20
15872
15873         * src/addressbook.c
15874                 Use internal mime-type instead of text/plain for d'n'd
15875         * src/compose.c
15876                 Allow attaching files from mimeview's icon list via d'n'd
15877         * src/folderview.c
15878         * src/folderview.h
15879                 Use internal mime-type instead of text/plain for d'n'd
15880                 Don't try to selected opened folder if none is
15881                 Factorize d'n'd from other apps code
15882         * src/headerview.c
15883         * src/textview.c
15884         * src/gtk/gtkutils.c
15885         * src/gtk/gtkutils.h
15886                 Factorize Face/X-Face stuff
15887         * src/mimeview.c
15888                 Fix d'n'd to other apps
15889         * src/prefs_message.c
15890                 Let the XFace pref be usable without libcompface as it also
15891                 applies to Face
15892         * src/summaryview.c
15893                 Fix d'n'd to other apps
15894                 Factorize d'n'd from other apps code
15895
15896 2006-02-06 [wwp]        2.0.0cvs19
15897
15898         * po/it.po
15899                 Italian translation fixes by Andrea Spadaccini (no more confusion
15900                 between filtering and processing, and few changes in the About
15901                 dialog).
15902
15903
15904 2006-02-06 [mones]      2.0.0cvs18
15905
15906         * src/gtk/icon_legend.c
15907                 Improved descriptions allowing better translations
15908
15909 2006-02-05 [colin]      2.0.0cvs17
15910
15911         * src/imap.c
15912                 Add the f*cking missing expunge that caused imap_fetch_env
15913                 to fail after an add_msgs ! :-///
15914         * src/etpan/imap-thread.c
15915                 Add a bit of debug
15916         FOR_STABLE
15917
15918 2006-02-05 [colin]      2.0.0cvs16
15919
15920         * src/common/utils.c
15921                 Don't check for return-path (or we can't put
15922                 back non-sent mails)
15923
15924 2006-02-05 [colin]      2.0.0cvs15
15925
15926         * src/textview.c
15927                 Don't try to display Face header in textview
15928                 when teh headerview's active
15929
15930 2006-02-05 [colin]      2.0.0cvs14
15931
15932         * tools/tbird2syl.py
15933         * tools/Makefile.am
15934                 Add script to import Thunderbird mails
15935
15936 2006-02-05 [colin]      2.0.0cvs13
15937
15938         * src/headerview.c
15939         * src/procheader.c
15940         * src/procmsg.c
15941         * src/procmsg.h
15942         * src/textview.c
15943                 Show Face headers - patch partially by Klaus Flittner
15944
15945 2006-02-05 [colin]      2.0.0cvs12
15946
15947         * src/folderview.c
15948         * src/summaryview.c
15949         * src/common/utils.c
15950         * src/common/utils.h
15951                 Let dnd work from mime icons to summaryview
15952                 and to folderview too
15953                 Add a crude test to avoid trying to add files
15954                 drag'n'dropped when they're not mails
15955
15956 2006-02-04 [colin]      2.0.0cvs11
15957
15958         * src/summaryview.c
15959         * src/mimeview.c
15960                 Fix utf8 conversion
15961
15962 2006-02-04 [colin]      2.0.0cvs10
15963
15964         * src/compose.c
15965         * src/folderview.c
15966         * src/mimeview.c
15967         * src/summaryview.c
15968         * src/summaryview.h
15969                 Added various drag and drop capas:
15970                 From                    To
15971                 summaryview             other apps
15972                 mimeview icons          other apps
15973                 other apps              summaryview
15974                 other apps              folderview
15975
15976                 This shouldn't have broken the existing:
15977                 From                    To
15978                 summaryview             folderview
15979                 folderview              folderview
15980                 summaryview             compose's attachments
15981
15982         Tests welcomed.
15983
15984 2006-02-02 [paul]       2.0.0cvs9
15985
15986         * src/mainwindow.c
15987                 move global option 'Set displayed columns...' out
15988                 of folder option grouping.
15989                 fix sensitivity of 'harvest addresses'
15990         FOR_STABLE
15991
15992 2006-02-01 [colin]      2.0.0cvs8
15993
15994         * src/mimeview.c
15995                 Revert the alertpanel patch, it sucks (intrusive
15996                 and gets in the way of "open")
15997
15998 2006-02-01 [colin]      2.0.0cvs7
15999
16000         * src/compose.c
16001         * src/prefs_account.c
16002         * src/prefs_common.c
16003         * src/common/defs.h
16004         * src/common/utils.c
16005         * src/common/utils.h
16006                 Add ability to edit the signature file
16007                 from the account preferences, and use
16008                 a default for the text editor.
16009                 Patch by Fabien Vantard
16010
16011 2006-02-01 [colin]      2.0.0cvs6
16012
16013         * src/mimeview.c
16014                 Try to get mime type by extension if it is
16015                 application/octet-stream
16016                 Display a window with possible choices when
16017                 encountering unknown mime types
16018         * src/gtk/filesel.c
16019         * src/gtk/filesel.h
16020                 Add preview
16021                 Allow multiple selection in filtered filesel
16022                 (patch by Fabien Vantard)
16023         * src/gtk/pluginwindow.c
16024                 Use it (patch by Fabien Vantard)
16025
16026 2006-02-01 [paul]       2.0.0cvs5
16027
16028         * src/jpilot.c
16029                 fix crash on creating jpilot address book
16030                 Thanks to Colin - FOR_STABLE
16031         * src/prefs_summaries.c
16032         * src/prefs_wrapping.c
16033         * src/gtk/icon_legend.c
16034         * src/gtk/quicksearch.c
16035                 string fixes and additions
16036
16037 2006-02-01 [paul]       2.0.0cvs4
16038
16039         * src/compose.c
16040         * src/mainwindow.c
16041         * src/messageview.c
16042         * src/prefs_send.c
16043                 add Arabic encoding option
16044                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
16045
16046 2006-01-31 [colin]      2.0.0cvs3
16047
16048         * src/plugins/pgpcore/passphrase.c
16049                 Convert passphrase to locale encoding
16050         * src/compose.c
16051                 Fix drafting on IMAP. Crappy bug sneaked in
16052                 the release :-/
16053         FOR_STABLE
16054
16055 2006-01-30 [paul]       2.0.0cvs2
16056
16057         * src/gtk/icon_legend.c
16058                 show the new entries
16059
16060 2006-01-30 [colin]      2.0.0cvs1
16061
16062         * src/manual.c
16063                 Check for the file to be present before 
16064                 enabling the menu - FOR_STABLE
16065         * src/gtk/icon_legend.c
16066                 Add folders icons (not all of them, there
16067                 are too much, but the most intriguing ones)
16068
16069 2006-01-30 [paul]       2.0.0
16070
16071         version 2.0.0 released
16072
16073 [For previous entries, see ChangeLog.pre2.0.0]