2007-10-06 [paul] 3.0.2cvs18
[claws.git] / ChangeLog
1 2007-10-06 [paul]       3.0.2cvs18
2
3         * src/account.c
4         * src/prefs_filtering.c
5                 fix checkbuttons in gtktreeview on maemo by
6                 setting maemo's "allow-checkbox-mode" to FALSE
7
8 2007-10-06 [colin]      3.0.2cvs17
9
10         * configure.ac
11                 Export -DSOLARIS in CFLAGS for all
12                 Solaris (not just 2.8) and OpenSolaris
13
14 2007-10-06 [paul]       3.0.2cvs16
15
16         * AUTHORS
17         * src/exporthtml.c
18         * src/mbox.c
19         * src/gtk/authors.h
20                 fix build on solaris where ctime_r takes
21                 3 arguments rather than 2.
22                 Patch by Nicolas Doualot <slubman.lists@slubman.info>
23
24 2007-10-05 [colin]      3.0.2cvs15
25
26         * src/etpan/imap-thread.c
27                 Fix wrong error codepath
28
29 2007-10-05 [wwp]        3.0.2cvs14
30
31         * src/filtering.c
32                 Fix unexpected logging of quicksearches:
33                 debug_filtering_session flag was never reset to FALSE, causing
34                 matcher functions to log when called from a quicksearch
35                 (if a filtering session happened before).
36
37 2007-10-05 [paul]       3.0.2cvs13
38
39         * src/prefs_actions.c
40         * src/prefs_filtering.c
41         * src/prefs_template.c
42                 fix bug 1343, 'Filtering..'s close button
43                 silently discards new filter'
44                 Thanks to Colin
45
46 2007-10-05 [paul]       3.0.2cvs12
47
48         * configure.ac
49         * src/Makefile.am
50                 fix bug 1347, '-Wno-unused-function, optional'
51
52 2007-10-05 [colin]      3.0.2cvs11
53
54         * src/procmime.c
55         * src/common/mgutils.c
56                 Fix warnings
57
58 2007-10-05 [mones]      3.0.2cvs10
59
60         * manual/advanced.xml
61                 Use full menu name
62         * manual/es/advanced.xml
63                 Synchronise translation
64
65 2007-10-04 [colin]      3.0.2cvs9
66
67         * src/action.c
68         * src/addrbook.c
69         * src/addrindex.c
70         * src/compose.c
71         * src/exporthtml.c
72         * src/exportldif.c
73         * src/folder.c
74         * src/main.c
75         * src/matcher.c
76         * src/mbox.c
77         * src/messageview.c
78         * src/mh.c
79         * src/news.c
80         * src/partial_download.c
81         * src/pop.c
82         * src/procmime.c
83         * src/procmsg.c
84         * src/toolbar.c
85         * src/common/log.c
86         * src/common/mgutils.c
87         * src/common/plugin.c
88         * src/common/utils.c
89         * src/common/xml.c
90         * src/common/xml.h
91         * src/common/xmlprops.c
92         * src/common/xmlprops.h
93         * src/plugins/bogofilter/bogofilter.c
94         * src/plugins/clamav/clamav_plugin.c
95         * src/plugins/dillo_viewer/dillo_prefs.c
96         * src/plugins/pgpcore/prefs_gpg.c
97         * src/plugins/pgpinline/pgpinline.c
98         * src/plugins/pgpmime/pgpmime.c
99         * src/plugins/spamassassin/spamassassin.c
100         * src/plugins/trayicon/trayicon_prefs.c
101                 Verify success on writes. Will fix possible strange
102                 failure on disk full.
103
104 2007-10-04 [paul]       3.0.2cvs8
105
106         * manual/advanced.xml
107                 add further info about Actions
108                 Patch by Emmanuel Briot <briot@adacore.com>
109
110 2007-10-04 [paul]       3.0.2cvs7
111
112         * src/account.c
113                 remove the D column, instead indicate the
114                 default account by use of bold text
115
116 2007-10-03 [colin]      3.0.2cvs6
117
118         * src/common/template.c
119                 Fix templates writing (was prone to disk full problems)
120
121 2007-10-03 [colin]      3.0.2cvs5
122
123         * src/Makefile.am
124         * src/addrduplicates.c
125         * src/addrduplicates.h
126         * src/addressbook.c
127                 Add duplicate deletion. Patch by Holger
128
129 2007-10-03 [colin]      3.0.2cvs4
130
131         * src/matcher.c
132         * src/gtk/quicksearch.c
133                 Fix bug 1340, 'Case insensitive searches with 
134                 non-ascii alphabets fail'.
135
136 2007-10-03 [colin]      3.0.2cvs3
137
138         * src/main.c
139         * src/common/utils.c
140         * src/common/utils.h
141                 Implement run-time alternative config directories
142
143 2007-10-03 [colin]      3.0.2cvs2
144
145         * src/folderview.c
146                 Prevent opening folder item while folder
147                 is scanned in a better way
148
149 2007-10-02 [paul]       3.0.2cvs1
150
151         * NEWS
152         * README
153         * RELEASE_NOTES
154         * configure.ac
155                 bump up version number following stable release
156
157 2007-09-30 [colin]      3.0.1cvs49
158
159         * src/imap.c
160                 Refresh session if needed
161
162 2007-09-30 [colin]      3.0.1cvs48
163
164         * src/imap.c
165                 Reset folder's session to NULL
166                 before destroying it
167
168 2007-09-30 [mones]      3.0.1cvs47
169
170         * manual/handling.xml
171                 Use markup quotes instead hardcoded quotes
172         * manual/es/handling.xml
173                 Added new synced section (IMAP subscriptions)
174
175 2007-09-29 [colin]      3.0.1cvs46
176
177         * src/imap.c
178                 Notice disconnections faster
179
180 2007-09-28 [colin]      3.0.1cvs45
181
182         * src/addressbook.c
183         * src/addrindex.c
184                 Fix warnings
185
186 2007-09-28 [paul]       3.0.1cvs44
187
188         * src/mimeview.c
189                 fix maemo build
190
191 2007-09-28 [paul]       3.0.1cvs43
192
193         * src/account.c
194                 use gtk_widget_set_size_request() on the label
195                 so that wrapping works better. get rid of the
196                 (partially deprecated) hbutton_box.
197                 these changes should prevent buttons overlapping
198                 on maemo
199
200 2007-09-28 [colin]      3.0.1cvs42
201
202         * src/pop.c
203                 Fix typo :)
204
205 2007-09-28 [colin]      3.0.1cvs41
206
207         * src/compose.c
208         * src/msgcache.c
209         * src/pop.c
210         * src/procmime.c
211         * src/etpan/imap-thread.c
212                 64bits-related warning fixes
213
214 2007-09-28 [colin]      3.0.1cvs40
215
216         * src/folder_item_prefs.c
217         * src/ldaputil.c
218         * src/mainwindow.c
219         * src/mimeview.c
220         * src/common/tags.c
221                 Fix warnings
222
223 2007-09-28 [colin]      3.0.1cvs39
224
225         * src/plugins/spamassassin/spamassassin.c
226         * src/plugins/spamassassin/spamassassin.h
227         * src/plugins/spamassassin/spamassassin_gtk.c
228                 Add addressbook-based whitelisting
229
230 2007-09-28 [colin]      3.0.1cvs38
231
232         * src/folder.c
233                 Fix bug 1337, 'crash on pressing Send button'
234
235 2007-09-28 [paul]       3.0.1cvs37
236
237         * src/prefs_folder_item.c
238                 give the orphans a parent. makes all prefs
239                 pages visible on maemo
240
241 2007-09-28 [colin]      3.0.1cvs36
242
243         * src/prefs_folder_column.c
244         * src/prefs_summary_column.c
245                 Fix two leaks
246
247 2007-09-27 [colin]      3.0.1cvs35
248
249         * src/gtk/quicksearch.c
250                 Fix bug 1336, 'Segfault if empty space before search-string'
251
252 2007-09-26 [mones]      3.0.1cvs34
253
254         * manual/account.xml
255         * manual/plugins.xml
256                 Fixed irc channel name, added some docbook markup.
257                 Changed text markup to docbook markup. 
258                 Added spamcop as supported in SpamReport description.
259         * manual/fr/plugins.xml
260                 Fixed irc channel name.
261         * manual/es/account.xml
262         * manual/es/advanced.xml
263         * manual/es/claws-mail-manual.xml
264         * manual/es/glossary.xml
265         * manual/es/gpl.xml
266         * manual/es/keyboard.xml
267         * manual/es/plugins.xml
268                 Synced with English version, fixed a couple of typos.
269
270 2007-09-26 [colin]      3.0.1cvs33
271
272         * configure.ac
273                 Explain why "Libgnomeprint: no" on GTK+ 2.10
274
275 2007-09-26 [colin]      3.0.1cvs32
276
277         * src/messageview.c
278         * src/procmsg.c
279         * src/procmsg.h
280                 Optimisation: avoid fetching mail 3 times locally
281                 for displaying
282
283 2007-09-26 [colin]      3.0.1cvs31
284
285         * src/mh.c
286                 Fix missing static
287
288 2007-09-26 [colin]      3.0.1cvs30
289
290         * src/folder.c
291         * src/folder.h
292         * src/mh.c
293         * src/mh.h
294                 Fix MH mtime hack - make it a folder class function
295
296 2007-09-26 [colin]      3.0.1cvs29
297
298         * src/inc.c
299                 Fix bug 1334, 'user defined mail incorporation 
300                 script not run'
301
302 2007-09-25 [colin]      3.0.1cvs28
303
304         * src/codeconv.c
305                 Optimisation: shortcut conv_codeset_strdup
306                 when src_code and dest_code are the same
307         * src/common/xml.c
308         * src/common/xml.h
309                 Optimisation: shortcut code conversions when
310                 files are in UTF-8; faster list walking by
311                 using prepend/reverse.
312
313 2007-09-25 [holger]     3.0.1cvs27
314
315         * src/printing.c
316                 Replace button bar of the preview window
317                 with a real toolbar (patch by Colin)
318                 Add zooming to the preview window
319
320 2007-09-24 [paul]       3.0.1cvs26
321
322         * src/compose.c
323                 compact the character set menu, adding some
324                 missing encodings. Patch by Pawel Pekala
325
326 2007-09-23 [paul]       3.0.1cvs25
327
328         * src/prefs_account.c
329         * src/prefs_folder_item.c
330         * src/prefs_quote.c
331         * src/quote_fmt.c
332         * src/quote_fmt.h
333                 remove unnecessary frame from Templates options
334                 and improve the English of the check button label
335
336 2007-09-22 [colin]      3.0.1cvs24
337
338         * src/gtk/quicksearch.c
339                 Fix bug 1329, 'error in quicksearch.c'
340                 Fix return with value in function returning void
341
342 2007-09-22 [colin]      3.0.1cvs23
343
344         * src/imap.c
345         * src/procmsg.h
346         * src/common/utils.c
347         * src/common/utils.h
348         * src/etpan/imap-thread.c
349                 Optimise fetching IMAP cached emails *a lot*
350                 (remember whether mail is fully cached and \r's
351                  are already stripped)
352
353 2007-09-22 [colin]      3.0.1cvs22
354
355         * src/folder.c
356         * src/folder.h
357         * src/prefs_folder_item.c
358                 Add a button to allow users to drop local caches.
359
360 2007-09-21 [colin]      3.0.1cvs21
361
362         * src/summaryview.c
363                 Remove unnecessary error when cancelling export to mbox.
364                 Patch by Pawel
365
366 2007-09-21 [paul]       3.0.1cvs20
367
368         * src/gtk/prefswindow.c
369                 remove unnecessary frames from the prefs
370                 pages. Patch by Pawel Pekala
371
372 2007-09-21 [paul]       3.0.1cvs19
373
374         * src/prefs_account.c
375         * src/prefs_folder_item.c
376         * src/prefs_quote.c
377         * src/quote_fmt.c
378                 put the Templates options into a tabbed
379                 layout. Patch by Pawel Pekala
380
381 2007-09-21 [paul]       3.0.1cvs18
382
383         * src/mainwindow.c
384                 group together the character set menu items
385                 move the /View/Show or hide/Message view below
386                 .../Toolbar menu item
387                 Patch by Pawel Pekala
388
389 2007-09-21 [mones]      3.0.1cvs17
390
391         * src/compose.c
392                 Fix for bug 1327, 'segfault when replying to a non-existent
393                 news message', thanks to Colin.
394
395 2007-09-21 [colin]      3.0.1cvs16
396
397         * src/folderview.c
398                 Complete 3.0.1cvs15
399
400 2007-09-20 [colin]      3.0.1cvs15
401
402         * src/folderview.c
403         * src/folderview.h
404                 Maybe fix bug 1324, 'Corrupted IMAP cache'
405
406 2007-09-20 [colin]      3.0.1cvs14
407
408         * src/printing.c
409                 Fix a little leak
410
411 2007-09-20 [holger]     3.0.1cvs13
412
413         * src/printing.c
414                 Add page layout to print preview.
415                 Make the close-button in the toolbar
416                 right-aligned.
417
418 2007-09-20 [paul]       3.0.1cvs12
419
420         * po/ru.po
421                 updated by Pavlo Bohmat
422
423 2007-09-19 [colin]      3.0.1cvs11
424
425         * src/common/utils.c
426                 Prevent unquoted mime boundaries, by always
427                 using a /
428
429 2007-09-19 [colin]      3.0.1cvs10
430
431         * src/printing.c
432                 Fix drawing area size, fix DPI change that
433                 can cause total number of lines to decrease
434
435 2007-09-19 [colin]      3.0.1cvs9
436
437         * po/POTFILES.in
438         * src/printing.c
439                 Make print preview more efficient and nicer.
440                 Patch mostly by Holger Berndt <hb@claws-mail.org>
441
442 2007-09-19 [colin]      3.0.1cvs8
443
444         * src/prefs_common.c
445         * src/prefs_common.h
446         * src/printing.c
447                 Add scrolledwindow, default allocation and
448                 size saving to the print preview window.
449
450 2007-09-18 [colin]      3.0.1cvs7
451
452         * src/prefs_common.c
453         * src/prefs_common.h
454         * src/prefs_image_viewer.c
455         * src/printing.c
456                 GtkPrintOperation:
457                 - add image printing support
458                 - add option to print images
459                 - add preview widget
460                 - add saving of a few Page Setup parameters
461
462 2007-09-18 [colin]      3.0.1cvs6
463
464         * AUTHORS
465         * src/gtk/authors.h
466                 Add Guillaume Chazarain
467
468 2007-09-18 [colin]      3.0.1cvs5
469
470         * src/common/utils.c
471                 Fix bug 1321, 'access before allocation 
472                 when scanning for uris'. Patch by 
473                 Guillaume Chazarain <guichaz@yahoo.fr>
474
475 2007-09-18 [colin]      3.0.1cvs4
476
477         * src/toolbar.c
478                 Fix bug 1320, 'Memory leak caused by 
479                 gtk_container_get_children'. Patch by
480                 Guillaume Chazarain <guichaz@yahoo.fr>
481
482 2007-09-18 [colin]      3.0.1cvs3
483
484         * src/printing.c
485         * src/printing.h
486                 Fix HAVE_GNOMEPRINT (USE_GNOMEPRINT)
487
488 2007-09-18 [colin]      3.0.1cvs2
489
490         * src/Makefile.am
491         * src/mainwindow.c
492         * src/messageview.c
493         * src/messageview.h
494         * src/prefs_ext_prog.c
495         * src/prefs_fonts.c
496         * src/printing.c
497         * src/printing.h
498         * src/summaryview.c
499                 Use GtkPrintOperation by default on GTK+ >= 2.10
500                 Patch by Holger Berndt <hb@claws-mail.org>
501
502 2007-09-18 [paul]       3.0.1cvs1
503
504         * NEWS
505         * README
506         * RELEASE_NOTES
507         * configure.ac
508                 bump up version number following stable release
509
510 2007-09-16 [colin]      3.0.0cvs18
511
512         * src/folder.c
513                 Fix possible memleak
514
515 2007-09-16 [colin]      3.0.0cvs17
516
517         * src/folderview.c
518                 Fix bug 1311, 'Wrong arrow position 
519                 while moving message into folder when 
520                 column headers hidden'
521         * src/image_viewer.c
522                 Show error in the GUI if image can't
523                 be loaded
524         * src/matcher.c
525                 Fix spurious output
526         * src/messageview.c
527                 Allow setting domain in msgid
528         * src/common/plugin.c
529                 Add timing information
530
531 2007-09-16 [colin]      3.0.0cvs16
532
533         * src/account.c
534         * src/compose.c
535         * src/prefs_account.c
536         * src/prefs_account.h
537         * src/prefs_template.c
538         * src/common/utils.c
539                 Remove Generate Message-ID option. We need
540                 this on some IMAP servers.
541
542 2007-09-16 [colin]      3.0.0cvs15
543
544         * src/prefs_filtering.c
545         * src/prefs_filtering.h
546         * src/prefs_filtering_action.c
547         * src/common/tags.c
548                 Fix tags issues: tags with spaces, renaming
549                 tags.
550
551 2007-09-16 [colin]      3.0.0cvs14
552
553         * src/folderview.c
554         * src/main.c
555         * src/mainwindow.c
556                 Fix bug 1308, 'Claws deletes folderlist.xml after
557                 fetching mail short after start-up'
558
559 2007-09-16 [colin]      3.0.0cvs13
560
561         * src/compose.c
562                 Fix scrolling to cursor
563
564 2007-09-16 [paul]       3.0.0cvs12
565
566         * po/sr.po
567                 updated by Aleksandar Urosevic
568
569 2007-09-16 [paul]       3.0.0cvs11
570
571         * src/folder.c
572                 do not allow locked msgs to be deleted,
573                 even by filtering/processing
574
575 2007-09-07 [paul]       3.0.0cvs10
576
577         * src/prefs_folder_column.c
578         * src/prefs_summary_column.c
579                 implement button sensitivity
580                 patch by Pawel Pekala
581
582 2007-09-06 [wwp]        3.0.0cvs9
583
584         * src/prefs_gtk.c
585                 Add a missing linefeed to a debug message.
586
587 2007-09-05 [colin]      3.0.0cvs8
588
589         * src/inc.c
590                 Fix statusbar/window mismatch on Maemo
591
592 2007-09-05 [colin]      3.0.0cvs7
593
594         * src/ldaputil.c
595                 Fix build without USE_LDAP_TLS
596
597 2007-09-05 [colin]      3.0.0cvs6
598
599         * src/folder.c
600         * src/imap.c
601         * src/inc.c
602         * src/mbox.c
603         * src/send_message.c
604         * src/statusbar.c
605         * src/statusbar.h
606                 Maemo: distinguish various statusbar messages,
607                 in order to display only the most important.
608
609 2007-09-04 [wwp]        3.0.0cvs5
610
611         * src/account.c
612                 Accounts list: fix "Local" protocol not shown when USE_OPENSSL is set.
613                 Show protocol "SMTP" and the appropriate server for send-only
614                 accounts, show "-" instead of "" when no value is relevant.
615
616 2007-09-03 [ticho]      3.0.0cvs4
617
618         * src/summaryview.c
619                 Handle plural form better in delete confirmation dialog.
620
621 2007-09-03 [wwp]        3.0.0cvs3
622
623         * src/compose.c
624                 Warn differently when sending or sending later (queueing).
625
626 2007-09-03 [colin]      3.0.0cvs2
627
628         * src/procmime.c
629         * src/procmime.h
630         * src/common/plugin.c
631         * src/common/plugin.h
632                 Add a new plugin API, MimeParser. It allows
633                 plugins to scan email MIME parts and optionally,
634                 transform them.
635
636 2007-09-03 [mones]      3.0.0cvs1
637
638         * po/es.po
639                 Updated translation
640         * src/common/defs.h
641                 While a better solution is made double history sizes
642
643 2007-09-03 [paul]       3.0.0
644
645         * NEWS
646         * README
647         * RELEASE_NOTES
648                 3.0.0 released
649
650 2007-09-03 [paul]       2.10.0cvs191
651
652         * po/bg.po
653         * po/ca.po
654         * po/de.po
655         * po/fi.po
656         * po/fr.po
657         * po/hu.po
658         * po/it.po
659         * po/pl.po
660         * po/pt_BR.po
661         * po/ru.po
662         * po/sk.po
663         * po/zh_CN.po
664                 updated by Yasen Pramatarov, Miquel Oliete, Stephan
665                 Sachse, Flammie Pirinen, Fabien Vantard, Pader Rezso,
666                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves
667                 Guimaraes, Pavlo Bohmat, Andrej Kacian, and Ralph Young
668
669 2007-09-02 [colin]      2.10.0cvs190
670
671         * src/edittags.c
672         * src/common/tags.c
673                 Prevent empty or white-space tags
674
675 2007-09-01 [colin]      2.10.0cvs189
676
677         * src/main.c
678                 Fix double-reading of accounts list when
679                 the wizard has been run due to no accounts
680         * src/mainwindow.c
681                 Fix sensitivity of a menu item in case 
682                 there's no account
683
684 2007-09-01 [wwp]        2.10.0cvs188
685
686         * src/wizard.c
687                 Fix wizard crash when Mailbox dir already exists
688                 (thanks to Colin).
689
690 2007-08-31 [colin]      2.10.0cvs187
691
692         * src/etpan/imap-thread.c
693                 Fix unwanted creation of 
694                 libetpan's stream dump file
695         * src/compose.c
696                 Fix coloring of pastes as quotation
697         * src/summaryview.c
698                 Maemo: Fix opening of mails from keypad
699                 in Sent folders
700         * src/addressbook.c
701         * src/folderview.c
702         * src/image_viewer.c
703         * src/mimeview.c
704         * src/gtk/prefswindow.c
705                 Maemo: Fix adjustments changes 
706
707 2007-08-30 [colin]      2.10.0cvs186
708
709         * src/folderview.c
710                 Don't opened selected folder when clicking
711                 on white space
712         * src/mainwindow.c
713                 Maemo: Make Esc close messageviews
714         * src/messageview.c
715                 Maemo: Fix message scrolling to the end on 
716                 opening
717                 Maemo: Fix reopening same message
718         * src/gtk/prefswindow.c
719                 Maemo: try to fix scrollbar. Doesn't work,
720                 it seems as if gtk_adjustment_set_value was
721                 a noop.
722
723 2007-08-30 [colin]      2.10.0cvs185
724
725         * src/compose.c
726         * src/folderview.c
727         * src/main.c
728         * src/prefs_matcher.c
729         * src/prefs_template.c
730         * src/quote_fmt.c
731         * src/send_message.c
732         * src/toolbar.c
733         * src/gtk/gtkaspell.c
734         * src/plugins/bogofilter/bogofilter.c
735         * src/plugins/bogofilter/bogofilter_gtk.c
736         * src/plugins/clamav/clamav_plugin_gtk.c
737         * src/plugins/pgpcore/sgpgme.c
738         * src/plugins/spamassassin/spamassassin.c
739         * src/plugins/spamassassin/spamassassin_gtk.c
740                 Fix all potential misuses of format-string functions
741
742 2007-08-30 [wwp]        2.10.0cvs184
743
744         * src/prefs_template.c
745                 Fix a leak.
746
747 2007-08-29 [colin]      2.10.0cvs183
748
749         * src/plugins/trayicon/trayicon.c
750                 Fix leak of hooks in case of error,
751                 thanks to Holger Berndt
752
753 2007-08-28 [colin]      2.10.0cvs182
754
755         * src/mainwindow.c
756                 Don't use current folder settings when
757                 composing from the compose button's
758                 account selector
759
760 2007-08-28 [colin]      2.10.0cvs181
761
762         * src/quote_fmt_parse.y
763                 Fix cursor offset when quote contains UTF-8
764                 chars
765
766 2007-08-28 [colin]      2.10.0cvs180
767
768         * src/compose.c
769         * src/compose.h
770                 Fix signature replacement when it's been wrapped
771
772 2007-08-27 [colin]      2.10.0cvs179
773
774         * src/summaryview.c
775                 Fix indentation
776
777 2007-08-27 [colin]      2.10.0cvs178
778
779         * src/summaryview.c
780                 Fix Quicksearch's Sticky mode
781
782 2007-08-27 [colin]      2.10.0cvs177
783
784         * src/folder_item_prefs.c
785         * src/folder_item_prefs.h
786         * src/imap_gtk.c
787         * src/mh_gtk.c
788                 Fix loss of subfolders properties when
789                 renaming a folder
790
791 2007-08-26 [wwp]        2.10.0cvs176
792
793         * src/alertpanel.c
794         * src/messageview.c
795         * src/prefs_actions.c
796                 Revert parts of 2.10.0cvs174: g_markup_printf_escaped()
797                 will have to be used when necessary *before* calling
798                 alertpanel functions.
799
800 2007-08-25 [paul]       2.10.0cvs175
801
802         * src/prefs_actions.c
803                 workaround gettext problem marking
804                 string as c-format when it's not
805
806 2007-08-25 [wwp]        2.10.0cvs174
807
808         * src/alertpanel.c
809         * src/messageview.c
810         * src/prefs_actions.c
811                 Call the pango markup escape function right ince in alertpanel_create
812                 instead of everywhere (reverts some parts of 2.10.0cvs123 and
813                 2.10.0cvs158).
814
815         * src/common/log.c
816                 Fix a crash due to a misuse of g_print(), encountered when the string
817                 passed to g_print was containing printf substitution symbols.
818
819 2007-08-25 [paul]       2.10.0cvs173
820
821         * src/common/log.c
822                 fix a segfault when refreshing RSSyl feeds
823
824 2007-08-25 [paul]       2.10.0cvs172
825
826         * src/gtk/icon_legend.c
827                 add watchthread.xpm
828
829 2007-08-25 [paul]       2.10.0cvs171
830
831         * src/Makefile.am
832         * src/stock_pixmap.c
833         * src/pixmaps/insert_file.xpm
834                 add a new pixmap instead of re-using
835                 paste.xpm. (easier for icon theme authors)
836
837 2007-08-24 [holger]     2.10.0cvs170
838
839         * src/plugins/trayicon/trayicon.c
840                 The same fix for another hook id.
841
842 2007-08-24 [holger]     2.10.0cvs169
843
844         * src/plugins/trayicon/trayicon.c
845                 Micro-fix: Do the error checking for
846                 the right hook id.
847
848 2007-08-24 [paul]       2.10.0cvs168
849
850         * src/folder.h
851                 fix typo causing compiler warning
852
853 2007-08-24 [paul]       2.10.0cvs167
854
855         * README
856                 put back the correct version of this file also
857
858 2007-08-24 [colin]      2.10.0cvs166
859
860         * src/send_message.c
861                 Use progress bar when sending messages
862
863 2007-08-24 [paul]       2.10.0cvs165
864
865         * Makefile.am
866                 oops! if i'm quick no-one will notice
867                 (put back the proper file)
868
869 2007-08-24 [paul]       2.10.0cvs164
870
871         * AUTHORS
872         * Makefile.am
873         * README
874         * src/gtk/authors.h
875         * tools/Makefile.am
876         * tools/README
877         * tools/mew2claws-mail.pl
878                 add new script that imports a Mew address book
879                 submitted by Jerome Lelong
880
881 2007-08-24 [paul]       2.10.0cvs163
882
883         * manual/plugins.xml
884                 remove the obsolete plugins, add the
885                 missing plugins, including the forthcoming
886                 SpamReport plugin
887
888 2007-08-24 [paul]       2.10.0cvs162
889
890         * manual/advanced.xml
891                 add info about the hidden emphasis_color option
892         * manual/keyboard.xml
893                 correct the info about hotkeys
894                 wrap the long lines
895
896 2007-08-24 [paul]       2.10.0cvs161
897
898         * src/folderview.c
899                 add mnemonic to 'Run procesing rules'
900
901 2007-08-24 [paul]       2.10.0cvs160
902
903         * src/account.c
904         * src/folder.c
905         * src/folder.h
906                 use suitable defaults for outbox,
907                 queue, drafts and trash folders
908
909 2007-08-24 [wwp]        2.10.0cvs159
910
911         * src/folderview.c
912                 Update menu item sensitivity if necessary (or we get a
913                 gtk critical message).
914
915 2007-08-23 [wwp]        2.10.0cvs158
916
917         * src/action.c
918         * src/prefs_actions.c
919                 Allow literal % chars in action commands (use %%).
920                 Add a missing p++ to the action parser in action_get_type(),
921                 which was missing it, even if it was neutral.
922                 Fix a pango markup warning at runtime.
923
924 2007-08-23 [wwp]        2.10.0cvs157
925
926         * src/addressbook.c
927                 Contacts are now locale-aware sorted in the address book
928                 (LC_COLLATE matters here).
929                 Fix missing table initializers.
930
931 2007-08-23 [colin]      2.10.0cvs156
932
933         * src/imap.c
934                 Check scan_required on dest folder when copying
935
936 2007-08-23 [colin]      2.10.0cvs155
937
938         * src/imap.c
939                 Fix scanning when folder was empty
940
941 2007-08-22 [colin]      2.10.0cvs154
942
943         * src/msgcache.c
944                 Don't g_warning when g_try_malloc fails(), or it makes
945                 things worse as g_log() allocates. Fixes bug 1290,
946                 'Claws Mail crashes if too little memory when 
947                 rebuilding folder tree'
948
949 2007-08-22 [colin]      2.10.0cvs153
950
951         * src/inc.c
952                 Fix format string vulnerability, thanks to
953                 Ulf Harnhammar, Secunia Research
954
955 2007-08-22 [colin]      2.10.0cvs152
956
957         * src/ldapserver.c
958                 Set tv_usec too
959
960 2007-08-22 [wwp]        2.10.0cvs151
961
962         * src/ldapquery.c
963                 Few better null-ptr checks.
964
965 2007-08-22 [colin]      2.10.0cvs150
966
967         * src/editldap.c
968         * src/editldap_basedn.c
969         * src/ldapquery.c
970         * src/ldapserver.c
971         * src/ldapserver.h
972         * src/ldapupdate.c
973         * src/ldaputil.c
974         * src/ldaputil.h
975                 Fix ldap timeouts
976
977 2007-08-22 [colin]      2.10.0cvs149
978
979         * src/ldapquery.c
980                 Finish previous fix
981
982 2007-08-22 [colin]      2.10.0cvs148
983
984         * src/ldapquery.c
985                 Fix wrong assertions
986
987 2007-08-22 [colin]      2.10.0cvs147
988
989         * src/ldaputil.c
990                 Fix test (set ldap v3 if bindDN is set or TLS is set)
991
992 2007-08-22 [colin]      2.10.0cvs146
993
994         * src/editldap.c
995         * src/ldaputil.c
996                 Fix wrong "Connected successfully to server". Connection only succeeds if
997                 we can get the base DN.
998
999 2007-08-21 [wwp]        2.10.0cvs145
1000
1001         * src/browseldap.c
1002         * src/editldap.c
1003         * src/ldapctrl.c
1004         * src/ldapquery.c
1005         * src/ldapserver.c
1006         * src/ldapupdate.c
1007         * src/ldaputil.c
1008                 More sanity checks in ldap functions.
1009
1010 2007-08-21 [wwp]        2.10.0cvs144
1011
1012         * src/prefs_account.c
1013                 Don't return a value in a void function().
1014
1015 2007-08-21 [paul]       2.10.0cvs143
1016
1017         * src/messageview.c
1018                 add check for ftp: to messageview_list_urls()
1019
1020 2007-08-21 [colin]      2.10.0cvs142
1021
1022         * src/editldap.c
1023         * src/ldapctrl.c
1024         * src/ldapctrl.h
1025         * src/ldapquery.c
1026         * src/ldapupdate.c
1027                 Fix bug 1293, 'LDAP address book not working'
1028                 Search only on specified fields, but fetch 
1029                 every field possible. People will have to 
1030                 reset the searched Attributes in their LDAP
1031                 servers properties.
1032
1033 2007-08-21 [wwp]        2.10.0cvs141
1034
1035         * src/addr_compl.c
1036         * src/addrbook.c
1037         * src/addrcache.c
1038         * src/addrcindex.c
1039         * src/addressbook.c
1040         * src/addrindex.c
1041         * src/browseldap.c
1042         * src/crash.c
1043         * src/editaddress_other_attributes_ldap.c
1044         * src/exporthtml.c
1045         * src/folder.c
1046         * src/folderview.c
1047         * src/imap.c
1048         * src/jpilot.c
1049         * src/ldapserver.c
1050         * src/ldapupdate.c
1051         * src/ldif.c
1052         * src/main.c
1053         * src/mainwindow.c
1054         * src/matcher.c
1055         * src/mh.c
1056         * src/msgcache.c
1057         * src/mutt.c
1058         * src/pine.c
1059         * src/pop.c
1060         * src/prefs_customheader.c
1061         * src/prefs_msg_colors.c
1062         * src/procmime.c
1063         * src/textview.c
1064         * src/vcard.c
1065         * src/wizard.c
1066         * src/common/log.c
1067         * src/common/socket.c
1068         * src/common/ssl_certificate.c
1069         * src/common/utils.c
1070         * src/common/utils.h
1071         * src/gtk/description_window.c
1072         * src/plugins/demo/demo.c
1073         * src/plugins/pgpcore/prefs_gpg.c
1074         * src/plugins/spamassassin/libspamc.c
1075                 Make sure we use glib functions to send text messages (information,
1076                 debug, warning, errors) to stdout/stderr - no more direct puts
1077                 fputs printf fprintf to stdout/stderr when it can be done using
1078                 g_log*() and g_print/g_printerr. Doing this, we make sure every
1079                 stdout/stderr message is saved to log in Windows.
1080
1081
1082 2007-08-21 [wwp]        2.10.0cvs140
1083
1084         * src/main.c
1085         * src/common/utils.h
1086                 Route glib's stdout/stderr messages to a log file (Windows only),
1087                 instead of loosing them.
1088
1089 2007-08-21 [paul]       2.10.0cvs139
1090
1091         * src/mainwindow.c
1092                 replace deprecated g_strncasecmp()
1093         * src/messageview.c
1094                 fix 'List URLS'
1095
1096 2007-08-20 [ticho]      2.10.0cvs138
1097
1098         * src/account.c
1099         * src/prefs_account.h
1100                 Copy all account preferences in account_clone() - some
1101                 were missing.
1102         * src/prefs_account.c
1103                 Handle empty privacy system combobox gracefully (warning
1104                 instead of a crash).
1105
1106 2007-08-20 [colin]      2.10.0cvs137
1107
1108         * src/ldapctrl.c
1109                 Fix a leak
1110
1111 2007-08-20 [paul]       2.10.0cvs136
1112
1113         * src/browseldap.c
1114         * src/editldap.c
1115         * src/ldapctrl.c
1116         * src/ldapquery.c
1117         * src/ldapquery.h
1118         * src/ldapserver.c
1119         * src/ldaputil.c
1120                 add debug_prints
1121                 patch by Michael Rasmussen
1122
1123 2007-08-19 [colin]      2.10.0cvs135
1124
1125         * src/imap.c
1126                 Fix previous commit. Sensitivity update is needed
1127                 for "Cancel receiving". However when batching we
1128                 don't need to do it for every message flag change,
1129                 just once at the start and once at the end.
1130
1131 2007-08-19 [colin]      2.10.0cvs134
1132
1133         * src/imap.c
1134                 Remove useless menu updates on session lock/unlock
1135
1136 2007-08-19 [colin]      2.10.0cvs133
1137
1138         * src/etpan/imap-thread.c
1139                 Make all fetch logs less verbose
1140
1141 2007-08-19 [paul]       2.10.0cvs132
1142
1143         * src/foldersel.c
1144         * src/folderview.c
1145         * src/summaryview.c
1146                 fix bug 1286, 'Can't move a folder into a "Folders
1147                 Only" folder'
1148
1149 2007-08-18 [ticho]      2.10.0cvs131
1150
1151         * src/editaddress_other_attributes_ldap.c
1152                 Converted option menu for other ldap attributes to GtkComboBox.
1153
1154 2007-08-18 [colin]      2.10.0cvs130
1155
1156         * src/compose.c
1157         * src/prefs_common.c
1158         * src/prefs_common.h
1159         * src/prefs_send.c
1160         * src/send_message.c
1161                 Revert 'send_dialog_mode' meaning to 
1162                 'send_dialog_invisible', so that the 
1163                 new checkbox doesn't change the 
1164                 existing behaviour.
1165
1166 2007-08-18 [paul]       2.10.0cvs129
1167
1168         * src/summaryview.c
1169                 add missing menu update
1170
1171 2007-08-17 [colin]      2.10.0cvs128
1172
1173         * src/folder.c
1174                 Set batching after getting flags - maybe fixes
1175                 bug 1292, 'CM crashes on writing mail'
1176
1177 2007-08-16 [ticho]      2.10.0cvs127
1178
1179         * src/prefs_send.c
1180                 Convert two GtkOptionMenu widgets to new GtkComboBox.
1181         * src/gtk/combobox.h
1182         * src/gtk/gtkutils.c
1183                 Allow NULL for GtkComboBox menuitem label, rendering such
1184                 items as row separators.
1185
1186 2007-08-16 [paul]       2.10.0cvs126
1187
1188         * src/plugins/trayicon/trayicon.c
1189                 remove wrongly used gettextisation
1190
1191 2007-08-15 [ticho]      2.10.0cvs125
1192
1193         * src/importldif.c
1194                 Fixed a runtime warning where an attempt to pack an
1195                 already packed GtkLabel was made.
1196
1197 2007-08-15 [ticho]      2.10.0cvs124
1198
1199         * src/prefs_compose_writing.c
1200                 Convert the insert-or-attach-dragged-files GtkOptionMenu
1201                 into GtkComboBox.
1202
1203 2007-08-14 [ticho]      2.10.0cvs123
1204
1205         * src/messageview.c
1206         * src/gtk/gtkutils.c
1207                 Changed return receipt account selector to GtkComboBox.
1208                 Fixed a runtime warning where GTK tried to parse
1209                 "name <email@address" as a Pango markup in an alertpanel label.
1210
1211 2007-08-14 [ticho]      2.10.0cvs122
1212
1213         * src/prefs_logging.c
1214                 Changed GtkOptionMenu in logging preferences to GtkComboBox.
1215
1216 2007-08-14 [wwp]        2.10.0cvs121
1217
1218         * tools/Makefile.am
1219         * tools/README
1220         * tools/popfile-link.sh
1221                 Added a new tool: POPFile helper, to open
1222                 selected messages in POPFile control center,
1223                 in order to change the messages' status.
1224
1225 2007-08-14 [ticho]      2.10.0cvs120
1226
1227         * src/compose.c
1228         * src/prefs_common.c
1229         * src/prefs_common.h
1230         * src/prefs_send.c
1231         * src/send_message.c
1232                 Change "Show send dialog" optionmenu to a checkbutton.
1233         * src/prefs_receive.c
1234                 Migrate "Show receive dialog" GtkOptionMenu to GtkComboBox.
1235
1236 2007-08-13 [wwp]        2.10.0cvs119
1237
1238         * src/addr_compl.c
1239         * src/addressbook.c
1240         * src/addrindex.c
1241         * src/compose.c
1242         * src/filtering.c
1243         * src/folderview.c
1244         * src/inc.c
1245         * src/matcher.c
1246         * src/mh.c
1247         * src/partial_download.c
1248         * src/prefs_gtk.c
1249         * src/procmsg.c
1250         * src/stock_pixmap.c
1251         * src/summaryview.c
1252         * src/common/utils.c
1253         * src/gtk/gtkaspell.c
1254         * src/gtk/menu.c
1255                 Make sure we never pass NULL pointers for %s substitutions
1256                 (prevent from crashing in Windows).
1257
1258 2007-08-13 [wwp]        2.10.0cvs118
1259
1260         * src/msgcache.c
1261                 Re-enable mmap_reads in Windows with some missing
1262                 CloseHandle of mapping objects, thanks to
1263                 Marcus Brinkmann.
1264
1265 2007-08-13 [paul]       2.10.0cvs117
1266
1267         * src/common/utils.c
1268                 fix bug 1287, 'Compile time problem on Solaris
1269                 (nexenta gnu/Solaris) utils.c'
1270                 Thanks to Piotr Chrzczonowicz
1271
1272 2007-08-12 [wwp]        2.10.0cvs116
1273
1274         * src/plugins/pgpcore/prefs_gpg.c
1275                 Don't try to unset a GPG_AGENT_INFO that was not
1276                 set (and don't use a NULL string in Windows, it was
1277                 crashing with --debug if GPG_AGENT_INFO was not set).
1278
1279 2007-08-12 [wwp]        2.10.0cvs115
1280
1281         * src/privacy.h
1282                 Make gcc type-check arguments passed to privacy_set_error().
1283
1284 2007-08-12 [ticho]      2.10.0cvs114
1285
1286         * src/prefs_folder_item.c
1287                 Make sure that folder default account combobox always has some
1288                 account preselected.
1289         * src/gtk/combobox.c
1290                 Handle empty combobox gracefully (warning instead of crash).
1291
1292 2007-08-12 [ticho]      2.10.0cvs114
1293
1294         * src/prefs_folder_item.c
1295                 Make sure that folder default account combobox is not empty.
1296         * src/gtk/combobox.c
1297                 Handle empty combobox gracefully (warning instead of crash).
1298
1299 2007-08-11 [paul]       2.10.0cvs113
1300
1301         * src/addrgather.c
1302         * src/folderview.c
1303                 use 'subfolder' instead of 'sub-folder', matching
1304                 everywhere else the term is used
1305         * src/imap_gtk.c
1306                 fix engrish
1307
1308 2007-08-10 [wwp]        2.10.0cvs112
1309
1310         * src/msgcache.c
1311                 Disable mmap reads in Windows only (at least temporarily), they
1312                 prevent from renaming/removing target cache files.
1313
1314 2007-08-10 [paul]
1315
1316         3.0.0-rc2 released
1317
1318 2007-08-10 [wwp]        2.10.0cvs111
1319
1320         * src/msgcache.c
1321                 fix unpredictable crashes in Windows due to broken
1322                 cache/mark/tags files writting (file were opened for
1323                 writing in text mode).
1324
1325         * src/recv.c
1326                 use gettimeofday() from w32lib.h on Windows.
1327
1328 2007-08-10 [colin]      2.10.0cvs110
1329
1330         * src/imap.c
1331         * src/etpan/imap-thread.c
1332         * src/etpan/imap-thread.h
1333                 Better IMAP scanning (NOOP instead of CLOSE/SELECT)
1334
1335 2007-08-09 [colin]      2.10.0cvs109
1336
1337         * src/editldap.c
1338                 Fix port being reset to 636 on SSL
1339         * src/folder.c
1340                 Fix folder_item_get_msg_num_by_file
1341                 on drafts/queue folders
1342
1343 2007-08-09 [wwp]        2.10.0cvs108
1344
1345         * src/folder.c
1346                 Fix tags DB path in Windows (thanks to Colin): '/' is a valid
1347                 path divider in Windows, but Glib uses '\' as G_DIR_SEPARATOR.
1348
1349
1350 2007-08-09 [colin]      2.10.0cvs107
1351
1352         * src/folderview.c
1353         * src/summaryview.c
1354         * src/gtk/prefswindow.c
1355                 A few Maemo layout fixes
1356
1357 2007-08-09 [paul]       2.10.0cvs106
1358
1359         * src/prefs_account.c
1360                 remove the hyphen from plug-ins to
1361                 match everywhere else
1362
1363 2007-08-08 [wwp]        2.10.0cvs105
1364
1365         * src/prefs_folder_item.c
1366                 Fix an extraneous stealth ^L char.
1367
1368 2007-08-08 [wwp]        2.10.0cvs104
1369
1370         * src/prefs_folder_item.c
1371                 Better fix, group variables declarations (USE_ASPELL).
1372
1373 2007-08-08 [wwp]        2.10.0cvs103
1374
1375         * src/prefs_folder_item.c
1376                 Fix compilation w/ USE_ASPELL set (broken
1377                 by 2.10.0cvs102).
1378
1379 2007-08-08 [ticho]      2.10.0cvs102
1380
1381         * src/prefs_folder_item.c
1382                 Migrate two deprecated GtkOptionMenu widgets to GtkComboBox.
1383
1384 2007-08-08 [colin]      2.10.0cvs101
1385
1386         * src/imap.c
1387         * src/etpan/imap-thread.c
1388         * src/etpan/imap-thread.h
1389                 Close selected mailbox before doing
1390                 status on it.
1391
1392 2007-08-08 [colin]      2.10.0cvs100
1393
1394         * src/html.c
1395                 Complete symbol table, thanks to wwp.
1396                 Fixes bug 1284, 'The html -> text 
1397                 converter ignores entities'
1398         * src/msgcache.c
1399                 Fix possible fd leak
1400
1401 2007-08-08 [colin]      2.10.0cvs99
1402
1403         * src/imap.c
1404                 Better way to fetch UIDs on non-UIDPLUS servers
1405
1406 2007-08-07 [colin]      2.10.0cvs98
1407
1408         * src/imap.c
1409                 fix bug 1275, 'auto-saved draft messages not 
1410                 always being removed'; Also, make multiple
1411                 copy (in the same account) faster by matching
1412                 source/destination message UIDs.
1413         * src/messageview.c
1414                 Don't try to reshow deleted mail
1415         * src/msgcache.c
1416                 Fix leak on error path
1417
1418 2007-08-07 [wwp]        2.10.0cvs97
1419
1420         * manual/account.xml
1421         * manual/advanced.xml
1422         * manual/fr/account.xml
1423         * manual/fr/advanced.xml
1424                 Updated the reference manual and the French translation to
1425                 reflect 2.10.0cvs84: enable running folder Processing
1426                 rules on demand.
1427
1428 2007-08-06 [wwp]        2.10.0cvs96
1429
1430         * src/prefs_common.c
1431         * src/prefs_common.h
1432         * src/textview.c
1433                 Allow changing the emphasis color used to highlight
1434                 the newsreader/x-mailer header value when it matches
1435                 our preferred mail agent (hidden pref 'emphasis_col' added
1436                 to clawsrc).
1437
1438 2007-08-06 [colin]      2.10.0cvs95
1439
1440         * src/compose.c
1441         * src/compose.h
1442                 Re-commit 2.10.0cvs86, with a protection
1443                 against Pango bug. Also, try to fix 
1444                 bug 1275, 'auto-saved draft messages not 
1445                 always being removed'
1446
1447 2007-08-06 [wwp]        2.10.0cvs94
1448
1449         * src/gtk/quicksearch.c
1450                 Replace deprecated GtkCombo with its modern equivalen GtkComboBox.
1451
1452 2007-08-06 [ticho]      2.10.0cvs93
1453
1454         * src/prefs_account.c
1455         * src/gtk/combobox.c
1456                 Use GtkComboBox instead of GtkOptionMenu for privacy system
1457                 selection in account preferences.
1458
1459 2007-08-06 [wwp]        2.10.0cvs92
1460
1461         * src/plugins/pgpcore/plugin.def
1462                 Apply one more chunk from gpg4win's 03-w32-port patch.
1463
1464 2007-08-05 [colin]      2.10.0cvs91
1465
1466         * src/compose.c
1467         * src/compose.h
1468                 reverting buggy patch for now
1469
1470 2007-08-05 [colin]      2.10.0cvs90
1471
1472         * src/folder.c
1473                 Fix slowdown
1474
1475 2007-08-04 [colin]      2.10.0cvs89
1476
1477         * src/prefs_summaries.c
1478         * src/summary_search.c
1479                 Replace deprecated widgets. Patch by
1480                 Andrej.
1481
1482 2007-08-04 [colin]      2.10.0cvs88
1483
1484         * src/mh.c
1485                 Refresh GUI only every 2000 mails on mh_get_last_num
1486                 This is fast (readdir) and done only once per 
1487                 session/folder
1488
1489 2007-08-03 [colin]      2.10.0cvs87
1490
1491         * src/prefs_account.c
1492         * src/gtk/combobox.h
1493         * src/gtk/gtkutils.c
1494                 Fix a deprecated widget. Patch by
1495                 Andrej
1496
1497 2007-08-03 [colin]      2.10.0cvs86
1498
1499         * src/compose.c
1500         * src/compose.h
1501                 Make colorisation and wrapping algorithms
1502                 faster. Fixes bug 1246, 'compose becomes 
1503                 increasingly slow replying to complex emails'
1504
1505 2007-08-03 [paul]       2.10.0cvs85
1506
1507         * src/mh.c
1508                 keep the window painted
1509
1510 2007-08-02 [paul]       2.10.0cvs84
1511
1512         * src/folderview.c
1513         * src/mainwindow.c
1514         * src/mainwindow.h
1515                 enable running folder Processing
1516                 rules on demand
1517
1518 2007-08-02 [paul]       2.10.0cvs83
1519
1520         * src/textview.c
1521                 speed up/clean up rendering of larger
1522                 msgs
1523                 Thanks to Colin
1524
1525 2007-08-01 [paul]       2.10.0cvs82
1526
1527         * src/mainwindow.h
1528                 clean up cruft
1529         * src/toolbar.c
1530                 change default toolbar layout on maemo
1531         * src/pixmaps/close.xpm
1532                 make the red cross a grey cross
1533         * src/pixmaps/jpilot.xpm
1534                 make icon smaller so it fits better
1535
1536 2007-07-31 [paul]       2.10.0cvs81
1537
1538         * src/setup.c
1539         * src/gtk/gtkutils.c
1540                 fix crash on maemo on first launch
1541
1542 2007-07-30 [paul]       2.10.0cvs80
1543
1544         * src/prefs_matcher.c
1545                 specify the units of age and size
1546
1547 2007-07-30 [paul]       2.10.0cvs79
1548
1549         * src/main.c
1550                 Fix IMAP timeout setting
1551
1552 2007-07-30 [colin]      2.10.0cvs78
1553
1554         * src/prefs_account.c
1555                 Fix a deprecated widget. Patch by
1556                 Andrej
1557
1558 2007-07-27 [paul]       2.10.0cvs77
1559
1560         * src/matcher_parser_parse.y
1561         * src/prefs_filtering_action.c
1562         * src/prefs_matcher.c
1563                 these changes forgotten in cvs74's
1564                 'watch thread' feature
1565
1566 2007-07-27 [paul]       2.10.0cvs76
1567
1568         * src/compose.c
1569                 fix potential crasher
1570                 thanks to Colin
1571
1572 2007-07-27 [paul]       2.10.0cvs75
1573
1574         * src/mainwindow.c
1575         * src/manual.c
1576         * src/manual.h
1577         * src/gtk/gtkutils.c
1578                 make mainwindow's /Help/Manual point to the
1579                 remote copy if the local copy doesn't exist
1580
1581 2007-07-27 [paul]       2.10.0cvs74
1582
1583         * src/Makefile.am
1584         * src/filtering.c
1585         * src/folder.c
1586         * src/mainwindow.c
1587         * src/matcher.c
1588         * src/matcher.h
1589         * src/matcher_parser_parse.y
1590         * src/procmsg.c
1591         * src/procmsg.h
1592         * src/stock_pixmap.c
1593         * src/stock_pixmap.h
1594         * src/summaryview.c
1595         * src/summaryview.h
1596         * src/toolbar.c
1597         * src/toolbar.h
1598         * src/pixmaps/watchthread.xpm
1599                 add 'watch thread' feature
1600
1601 2007-07-27 [paul]       2.10.0cvs73
1602
1603         * src/prefs_folder_item.c
1604                 adjust labels, add tooltips
1605
1606 2007-07-27 [colin]      2.10.0cvs72
1607
1608         * src/summaryview.c
1609                 Maemo: Remove less used menu items
1610
1611 2007-07-26 [colin]      2.10.0cvs71
1612
1613         * src/messageview.c
1614                 Maemo: destroy messageview after trashing mail.
1615                 Maybe should be done on X11 too
1616
1617 2007-07-26 [colin]      2.10.0cvs70
1618
1619         * src/folderview.c
1620         * src/mainwindow.c
1621         * src/prefs_common.c
1622         * src/prefs_common.h
1623         * src/summaryview.c
1624                 Add View/Show or Hide/Column headers
1625
1626 2007-07-26 [colin]      2.10.0cvs69
1627
1628         * src/procmime.c
1629                 Fix unwanted output
1630
1631 2007-07-26 [colin]      2.10.0cvs68
1632
1633         * src/ldapserver.c
1634                 Fix possible crash on cache invalidation
1635         * src/compose.c
1636         * src/procmime.c
1637         * src/procmime.h
1638         * src/quote_fmt_parse.y
1639                 Make replying to mails with big attachments
1640                 much faster. Fixes bug 1224, 'The process of 
1641                 Replying to emails with large attachments 
1642                 seems unreasonably long...'
1643
1644 2007-07-26 [colin]      2.10.0cvs67
1645
1646         * src/mimeview.c
1647         * src/matcher.c
1648         * src/common/ssl.c
1649                 Fix threads use on BSDs
1650
1651 2007-07-26 [paul]       2.10.0cvs66
1652
1653         * src/gtk/prefswindow.c
1654                 fix account prefs breakage
1655                 thanks to Colin
1656
1657 2007-07-26 [paul]       2.10.0cvs65
1658
1659         * configure.ac
1660                 standardise ./configure --help messages
1661
1662 2007-07-26 [colin]      2.10.0cvs64
1663
1664         * src/addressbook.c
1665         * src/editaddress.c
1666                 Fix two vCard-related crashes
1667
1668 2007-07-25 [colin]      2.10.0cvs63
1669
1670         * src/inc.c
1671         * src/prefs_common.c
1672         * src/prefs_common.h
1673         * src/prefs_receive.c
1674                 Maemo: Add a better way to notify of
1675                 new mails
1676         * src/mainwindow.c
1677         * src/statusbar.h
1678         * src/summaryview.c
1679         * src/toolbar.c
1680                 Maemo: Various layout fixes
1681         * src/gtk/prefswindow.c
1682                 Maemo: Better prefs layout
1683
1684 2007-07-25 [paul]       2.10.0cvs62
1685
1686         * src/textview.c
1687                 fix the layout on maemo
1688                 thanks to Colin
1689
1690 2007-07-25 [iwkse]      2.10.0cvs61
1691
1692         * src/summaryview.c
1693                 add 'o' shortcut on summaryview
1694
1695 2007-07-25 [iwkse]      2.10.0cvs60
1696
1697         * src/textview.c
1698                 fix o shortcut
1699
1700 2007-07-24 [colin]      2.10.0cvs59
1701
1702         * src/mh.c
1703                 Fix missing timestamp update on source
1704                 folder when moving
1705         * src/textview.c
1706         * src/textview.h
1707                 Better text layout on part's choices
1708
1709 2007-07-23 [colin]      2.10.0cvs58
1710
1711         * src/mimeview.c
1712         * src/textview.c
1713                 Maemo: Automatically choose the correct application
1714                 to open parts
1715         * src/gtk/quicksearch.c
1716                 Make search run on GDK_KP_Enter too
1717
1718 2007-07-23 [wwp]        2.10.0cvs57
1719
1720         * src/quote_fmt_lex.l
1721                 Revert accidentaly committed lines (account_sig) in
1722                 2.10.0cvs56.
1723
1724 2007-07-23 [wwp]        2.10.0cvs56
1725
1726         * src/quote_fmt_lex.l
1727                 Fix typos around long form expressions in the quote lexer.
1728
1729 2007-07-23 [paul]
1730
1731         3.0.0-rc1 released
1732
1733 2007-07-23 [colin]      2.10.0cvs55
1734
1735         * src/addr_compl.c
1736                 Fix auto-completion on Maemo
1737
1738 2007-07-23 [colin]      2.10.0cvs54
1739
1740         * src/statusbar.c
1741                 Maemo: Fix sticking statusbars
1742
1743 2007-07-22 [colin]      2.10.0cvs53
1744
1745         * src/main.c
1746                 Maemo: Fix the strange "top_application" info
1747                 at startup. We should do something when 
1748                 receiving such a message.
1749
1750 2007-07-20 [paul]       2.10.0cvs52
1751
1752         * src/news_gtk.c
1753                 add missing #include "statusbar.h"
1754
1755 2007-07-20 [colin]      2.10.0cvs51
1756
1757         * src/folder.c
1758         * src/folder.h
1759         * src/folder_item_prefs.c
1760         * src/folder_item_prefs.h
1761         * src/folderview.c
1762         * src/imap.c
1763         * src/imap_gtk.c
1764         * src/imap_gtk.h
1765         * src/news.c
1766         * src/news_gtk.c
1767         * src/news_gtk.h
1768         * src/prefs_folder_item.c
1769                 Implement age-based caching: allow to
1770                 specify a threshold for the offline synchronisation
1771                 feature, and whether old cached bodies should 
1772                 be removed
1773         * src/toolbar.c
1774         * src/toolbar.h
1775                 Fix label/tooltips
1776         * src/plugins/dillo_viewer/dillo_viewer.c
1777                 Check that Dillo's installed
1778
1779 2007-07-20 [wwp]        2.10.0cvs50
1780
1781         * src/mimeview.c
1782         * src/stock_pixmap.c
1783                 Draw a frame around the selected mimeview part icon (instead of the
1784                 shifted 'dancing' icon).
1785
1786 2007-07-20 [colin]      2.10.0cvs49
1787
1788         * src/main.c
1789                 Unref stuff even on error
1790         * src/wizard.c
1791                 disconnect signals only at the very
1792                 end of the wizard save.
1793
1794 2007-07-20 [colin]      2.10.0cvs48
1795
1796         * src/mainwindow.c
1797         * src/messageview.c
1798         * src/toolbar.c
1799         * src/toolbar.h
1800                 Fix random crashes while navigating
1801                 (GTK_EVENTS_FLUSH)
1802
1803 2007-07-19 [colin]      2.10.0cvs47
1804
1805         * configure.ac
1806         * src/main.c
1807         * src/prefs_common.c
1808         * src/prefs_common.h
1809         * src/wizard.c
1810         * src/common/defs.h
1811         * src/common/utils.c
1812                 Maemo: add an easy way to store data (mails
1813                 and IMAP/NNTP caches) on one of the SD cards,
1814                 and protect against unmounts if needed
1815
1816 2007-07-19 [paul]       2.10.0cvs46
1817
1818         * src/Makefile.am
1819         * src/stock_pixmap.c
1820         * src/gtk/about.c
1821         * src/pixmaps/claws-mail_logo-small.xpm
1822                 implement a (slightly) different About
1823                 dialog for maemo and add a small version
1824                 of the logo for it
1825         * src/wizard.c
1826                 use a scrolled window for wizard page 1
1827                 on maemo
1828
1829 2007-07-19 [paul]       2.10.0cvs45
1830
1831         * src/Makefile.am
1832                 too soon for this line
1833
1834 2007-07-19 [paul]       2.10.0cvs44
1835
1836         * src/Makefile.am
1837                 fix build on n800
1838
1839 2007-07-19 [colin]      2.10.0cvs43
1840
1841         * src/wizard.c
1842                 Solve Mail/Mailbox name when specifying
1843                 full /path/to/Mail.
1844
1845 2007-07-18 [colin]      2.10.0cvs42
1846
1847         * src/inc.c
1848         * configure.ac
1849                 Fix build on n770
1850
1851 2007-07-18 [colin]      2.10.0cvs41
1852
1853         * src/inc.c
1854                 Maemo: plug the online/offline system into
1855                 maemo's interfaces to have Claws automatically
1856                 switch according to the system status
1857         * src/statusbar.c
1858                 Maemo: use HildonBanners to display status
1859                 messages. Renders the main statusbar useless.
1860
1861 2007-07-18 [paul]       2.10.0cvs40
1862
1863         * src/filtering.c
1864                 fix screen blanking on moving/copying many msgs
1865         * src/folder.c
1866                 fix processing progressbar and screen blanking
1867                 during processing
1868
1869 2007-07-18 [paul]       2.10.0cvs39
1870
1871         * src/messageview.c
1872                 revert cvs37, breakage on maemo
1873
1874 2007-07-18 [paul]       2.10.0cvs38
1875
1876         * src/gtk/gtkutils.c
1877                 make sure we can still build with older GTK's
1878
1879 2007-07-18 [colin]      2.10.0cvs37
1880
1881         * src/messageview.c
1882                 Only hide the small layout's messageview, instead
1883                 of destroying it when closing
1884         * src/gtk/gtkutils.c
1885                 Use gtk_window_present_with_time to popup windows,
1886                 it seems to make things better with modern WMs
1887                 (actually focusing)
1888
1889 2007-07-17 [colin]      2.10.0cvs36
1890
1891         * src/editaddress.c
1892                 Simplify layout on Maemo
1893         * src/folder.c
1894                 Fix possible crash
1895         * src/prefs_display_header.c
1896                 Remove some headers by default on Maemo
1897
1898 2007-07-17 [paul]       2.10.0cvs35
1899
1900         * src/prefs_common.c
1901         * src/prefs_common.h
1902         * src/prefs_logging.c
1903         * src/common/log.c
1904                 add options to stop/enable writing logs to disc
1905
1906 2007-07-17 [paul]       2.10.0cvs34
1907
1908         * src/edittags.c
1909                 fix some issues with the Apply tags window:
1910                 - set search column (enables autocompl in the treeview)
1911                 - apply tag from "New tag" if it existed
1912                 - clears New tag entry when adding it with the button
1913                 Thanks to Colin
1914
1915 2007-07-17 [paul]       2.10.0cvs33
1916
1917         * src/edittags.c
1918                 fix 'apply tags' dialogue weirdness
1919
1920 2007-07-16 [colin]      2.10.0cvs32
1921
1922         * src/toolbar.c
1923                 Fix double-loading of mails on Maemo
1924
1925 2007-07-16 [colin]      2.10.0cvs31
1926
1927         * src/messageview.c
1928                 Prevent double-loading of the same part under some
1929                 conditions; hide statusbar on Maemo
1930
1931 2007-07-16 [colin]      2.10.0cvs30
1932
1933         * src/edittags.c
1934         * src/edittags.h
1935         * src/mainwindow.c
1936         * src/summaryview.c
1937                 Improve the tag interface - allow
1938                 to set/unset tags from a special
1939                 window.
1940         * src/gtk/gtkvscrollbutton.c
1941         * src/mimeview.c
1942         * src/mimeview.h
1943         * src/stock_pixmap.c
1944                 Fix Mimeview's ugly hacks in the
1945                 icon list. 
1946
1947 2007-07-16 [paul]       2.10.0cvs29
1948
1949         * src/wizard.c
1950                 rework dialog
1951         * src/gtk/icon_legend.c
1952                 put it all in a scrolled window
1953
1954 2007-07-15 [colin]      2.10.0cvs28
1955
1956         * src/mainwindow.c
1957                 Maemo: force layout to be Small screen; the
1958                 others don't make sense
1959
1960 2007-07-14 [colin]      2.10.0cvs27
1961
1962         * src/mimeview.c
1963         * src/gtk/gtkvscrollbutton.c
1964                 Maemo: Fix mimeview's buttons size
1965
1966 2007-07-14 [colin]      2.10.0cvs26
1967
1968         * src/toolbar.c
1969                 Fix the button workaround fix.
1970                 (Use the correct variable)
1971
1972 2007-07-14 [colin]      2.10.0cvs25
1973
1974         * src/mainwindow.c
1975         * src/toolbar.c
1976                 Maemo: put the progress bar in the
1977                 toolbar
1978
1979 2007-07-14 [colin]      2.10.0cvs24
1980
1981         * src/prefs_common.c
1982                 Maemo: hide statusbar by default
1983         * src/Makefile.am
1984         * src/stock_pixmap.c
1985         * src/stock_pixmap.h
1986         * src/toolbar.c
1987         * src/pixmaps/go_folders.xpm
1988                 Maemo: Add a specific icon to go back to
1989                 folder list
1990
1991 2007-07-14 [colin]      2.10.0cvs23
1992
1993         * src/toolbar.c
1994                 Don't set homogeneous finally
1995
1996 2007-07-14 [colin]      2.10.0cvs22
1997
1998         * src/toolbar.c
1999                 Fix button show/hide issues
2000
2001 2007-07-14 [colin]      2.10.0cvs21
2002
2003         * src/toolbar.c
2004                 Fix huge arrows
2005                 Fix button workaround to be able to click
2006                 if mouse was on button when it went un-
2007                 sensitive.
2008                 Revert previous commit, gtk_tool_item_set_homogeneous
2009                 doesn't mean what it seems to mean ;-)
2010
2011 2007-07-14 [paul]       2.10.0cvs20
2012
2013         * src/toolbar.c
2014                 make homogeneous FALSE always
2015
2016 2007-07-13 [colin]      2.10.0cvs19
2017
2018         * src/toolbar.c
2019         * src/toolbar.h
2020                 Rework to fit the non-deprecated API
2021         * src/compose.c
2022         * src/folderview.c
2023         * src/mainwindow.c
2024         * src/messageview.c
2025         * src/summaryview.c
2026                 Maemo layout changes. Better toolbars,
2027                 removal of CTree headers. 
2028
2029 2007-07-13 [paul]       2.10.0cvs18
2030
2031         * src/gtk/colorlabel.c
2032                 fix bug 1261, '[DE] coloring messages in overview 
2033                 keys are not localised'
2034                 the string is now included in claws-mail.pot
2035
2036 2007-07-13 [colin]      2.10.0cvs17
2037
2038         * src/summaryview.c
2039                 Fix bug 1267, 'printing mutliple messages 
2040                 opens one message-dialog after the other'
2041                 Ask for confirmation when printing 10
2042                 messages or more.
2043
2044 2007-07-11 [colin]      2.10.0cvs16
2045
2046         * COPYING
2047         * README
2048         * autogen.sh
2049         * manual/claws-mail-manual.xml
2050         * manual/gpl.xml
2051         * manual/es/claws-mail-manual.xml
2052         * manual/es/gpl.xml
2053         * manual/fr/claws-mail-manual.xml
2054         * manual/fr/gpl.xml
2055         * manual/pl/gpl.xml
2056         * src/account.c
2057         * src/account.h
2058         * src/action.c
2059         * src/action.h
2060         * src/adbookbase.h
2061         * src/addr_compl.c
2062         * src/addr_compl.h
2063         * src/addrbook.c
2064         * src/addrbook.h
2065         * src/addrcache.c
2066         * src/addrcache.h
2067         * src/addrcindex.c
2068         * src/addrcindex.h
2069         * src/addrclip.c
2070         * src/addrclip.h
2071         * src/addrdefs.h
2072         * src/addressadd.c
2073         * src/addressadd.h
2074         * src/addressbook.c
2075         * src/addressbook.h
2076         * src/addressbook_foldersel.c
2077         * src/addressbook_foldersel.h
2078         * src/addressitem.h
2079         * src/addrgather.c
2080         * src/addrgather.h
2081         * src/addrharvest.c
2082         * src/addrharvest.h
2083         * src/addrindex.c
2084         * src/addrindex.h
2085         * src/addritem.c
2086         * src/addritem.h
2087         * src/addrquery.c
2088         * src/addrquery.h
2089         * src/addrselect.c
2090         * src/addrselect.h
2091         * src/alertpanel.c
2092         * src/alertpanel.h
2093         * src/browseldap.c
2094         * src/browseldap.h
2095         * src/codeconv.c
2096         * src/codeconv.h
2097         * src/compose.c
2098         * src/compose.h
2099         * src/crash.c
2100         * src/crash.h
2101         * src/customheader.c
2102         * src/customheader.h
2103         * src/displayheader.c
2104         * src/displayheader.h
2105         * src/editaddress.c
2106         * src/editaddress.h
2107         * src/editaddress_other_attributes_ldap.c
2108         * src/editaddress_other_attributes_ldap.h
2109         * src/editbook.c
2110         * src/editbook.h
2111         * src/editgroup.c
2112         * src/editgroup.h
2113         * src/editjpilot.c
2114         * src/editjpilot.h
2115         * src/editldap.c
2116         * src/editldap.h
2117         * src/editldap_basedn.c
2118         * src/editldap_basedn.h
2119         * src/edittags.c
2120         * src/edittags.h
2121         * src/editvcard.c
2122         * src/editvcard.h
2123         * src/enriched.c
2124         * src/enriched.h
2125         * src/exphtmldlg.c
2126         * src/exphtmldlg.h
2127         * src/expldifdlg.c
2128         * src/expldifdlg.h
2129         * src/export.c
2130         * src/export.h
2131         * src/exporthtml.c
2132         * src/exporthtml.h
2133         * src/exportldif.c
2134         * src/exportldif.h
2135         * src/filtering.c
2136         * src/filtering.h
2137         * src/folder.c
2138         * src/folder.h
2139         * src/folder_item_prefs.c
2140         * src/folder_item_prefs.h
2141         * src/foldersel.c
2142         * src/foldersel.h
2143         * src/folderutils.c
2144         * src/folderutils.h
2145         * src/folderview.c
2146         * src/folderview.h
2147         * src/gedit-print.c
2148         * src/gedit-print.h
2149         * src/grouplistdialog.c
2150         * src/grouplistdialog.h
2151         * src/headerview.c
2152         * src/headerview.h
2153         * src/html.c
2154         * src/html.h
2155         * src/image_viewer.c
2156         * src/image_viewer.h
2157         * src/imap.c
2158         * src/imap.h
2159         * src/imap_gtk.c
2160         * src/imap_gtk.h
2161         * src/import.c
2162         * src/import.h
2163         * src/importldif.c
2164         * src/importldif.h
2165         * src/importmutt.c
2166         * src/importmutt.h
2167         * src/importpine.c
2168         * src/importpine.h
2169         * src/inc.c
2170         * src/inc.h
2171         * src/jpilot.c
2172         * src/jpilot.h
2173         * src/ldapctrl.c
2174         * src/ldapctrl.h
2175         * src/ldaplocate.c
2176         * src/ldaplocate.h
2177         * src/ldapquery.c
2178         * src/ldapquery.h
2179         * src/ldapserver.c
2180         * src/ldapserver.h
2181         * src/ldapupdate.c
2182         * src/ldapupdate.h
2183         * src/ldaputil.c
2184         * src/ldaputil.h
2185         * src/ldif.c
2186         * src/ldif.h
2187         * src/localfolder.c
2188         * src/localfolder.h
2189         * src/main.c
2190         * src/main.h
2191         * src/mainwindow.c
2192         * src/mainwindow.h
2193         * src/manual.c
2194         * src/manual.h
2195         * src/matcher.c
2196         * src/matcher.h
2197         * src/matcher_parser.h
2198         * src/matcher_parser_lex.l
2199         * src/matcher_parser_parse.y
2200         * src/mbox.c
2201         * src/mbox.h
2202         * src/message_search.c
2203         * src/message_search.h
2204         * src/messageview.c
2205         * src/messageview.h
2206         * src/mh.c
2207         * src/mh.h
2208         * src/mh_gtk.c
2209         * src/mh_gtk.h
2210         * src/mimeview.c
2211         * src/mimeview.h
2212         * src/msgcache.c
2213         * src/msgcache.h
2214         * src/mutt.c
2215         * src/mutt.h
2216         * src/news.c
2217         * src/news.h
2218         * src/news_gtk.c
2219         * src/news_gtk.h
2220         * src/noticeview.c
2221         * src/noticeview.h
2222         * src/partial_download.c
2223         * src/partial_download.h
2224         * src/pine.c
2225         * src/pine.h
2226         * src/pop.c
2227         * src/pop.h
2228         * src/prefs_account.c
2229         * src/prefs_account.h
2230         * src/prefs_actions.c
2231         * src/prefs_actions.h
2232         * src/prefs_common.c
2233         * src/prefs_common.h
2234         * src/prefs_compose_writing.c
2235         * src/prefs_compose_writing.h
2236         * src/prefs_customheader.c
2237         * src/prefs_customheader.h
2238         * src/prefs_display_header.c
2239         * src/prefs_display_header.h
2240         * src/prefs_ext_prog.c
2241         * src/prefs_ext_prog.h
2242         * src/prefs_filtering.c
2243         * src/prefs_filtering.h
2244         * src/prefs_filtering_action.c
2245         * src/prefs_filtering_action.h
2246         * src/prefs_folder_column.c
2247         * src/prefs_folder_column.h
2248         * src/prefs_folder_item.c
2249         * src/prefs_folder_item.h
2250         * src/prefs_fonts.c
2251         * src/prefs_fonts.h
2252         * src/prefs_gtk.c
2253         * src/prefs_gtk.h
2254         * src/prefs_image_viewer.c
2255         * src/prefs_image_viewer.h
2256         * src/prefs_logging.c
2257         * src/prefs_logging.h
2258         * src/prefs_matcher.c
2259         * src/prefs_matcher.h
2260         * src/prefs_message.c
2261         * src/prefs_message.h
2262         * src/prefs_msg_colors.c
2263         * src/prefs_msg_colors.h
2264         * src/prefs_other.c
2265         * src/prefs_other.h
2266         * src/prefs_quote.c
2267         * src/prefs_quote.h
2268         * src/prefs_receive.c
2269         * src/prefs_receive.h
2270         * src/prefs_send.c
2271         * src/prefs_send.h
2272         * src/prefs_spelling.c
2273         * src/prefs_spelling.h
2274         * src/prefs_summaries.c
2275         * src/prefs_summaries.h
2276         * src/prefs_summary_column.c
2277         * src/prefs_summary_column.h
2278         * src/prefs_summary_open.c
2279         * src/prefs_summary_open.h
2280         * src/prefs_template.c
2281         * src/prefs_template.h
2282         * src/prefs_themes.c
2283         * src/prefs_themes.h
2284         * src/prefs_toolbar.c
2285         * src/prefs_toolbar.h
2286         * src/prefs_wrapping.c
2287         * src/prefs_wrapping.h
2288         * src/privacy.c
2289         * src/privacy.h
2290         * src/procheader.c
2291         * src/procheader.h
2292         * src/procmime.c
2293         * src/procmime.h
2294         * src/procmsg.c
2295         * src/procmsg.h
2296         * src/quote_fmt.c
2297         * src/quote_fmt_lex.l
2298         * src/quote_fmt_parse.y
2299         * src/recv.c
2300         * src/recv.h
2301         * src/remotefolder.c
2302         * src/remotefolder.h
2303         * src/send_message.c
2304         * src/send_message.h
2305         * src/setup.c
2306         * src/setup.h
2307         * src/simple-gettext.c
2308         * src/sourcewindow.c
2309         * src/sourcewindow.h
2310         * src/ssl_manager.c
2311         * src/ssl_manager.h
2312         * src/statusbar.c
2313         * src/statusbar.h
2314         * src/stock_pixmap.c
2315         * src/stock_pixmap.h
2316         * src/summary_search.c
2317         * src/summary_search.h
2318         * src/summaryview.c
2319         * src/summaryview.h
2320         * src/textview.c
2321         * src/textview.h
2322         * src/toolbar.c
2323         * src/toolbar.h
2324         * src/undo.c
2325         * src/undo.h
2326         * src/unmime.c
2327         * src/unmime.h
2328         * src/uri_opener.c
2329         * src/uri_opener.h
2330         * src/vcard.c
2331         * src/vcard.h
2332         * src/wizard.c
2333         * src/wizard.h
2334         * src/common/base64.c
2335         * src/common/base64.h
2336         * src/common/claws.c
2337         * src/common/claws.h
2338         * src/common/defs.h
2339         * src/common/fnmatch.c
2340         * src/common/fnmatch.h
2341         * src/common/fnmatch_loop.c
2342         * src/common/hooks.c
2343         * src/common/hooks.h
2344         * src/common/log.c
2345         * src/common/log.h
2346         * src/common/md5.c
2347         * src/common/md5.h
2348         * src/common/mgutils.c
2349         * src/common/mgutils.h
2350         * src/common/nntp.c
2351         * src/common/nntp.h
2352         * src/common/passcrypt.c
2353         * src/common/passcrypt.h.in
2354         * src/common/plugin.c
2355         * src/common/plugin.h
2356         * src/common/prefs.c
2357         * src/common/prefs.h
2358         * src/common/progressindicator.c
2359         * src/common/progressindicator.h
2360         * src/common/quoted-printable.c
2361         * src/common/quoted-printable.h
2362         * src/common/session.c
2363         * src/common/session.h
2364         * src/common/smtp.c
2365         * src/common/smtp.h
2366         * src/common/socket.c
2367         * src/common/socket.h
2368         * src/common/ssl.c
2369         * src/common/ssl.h
2370         * src/common/ssl_certificate.c
2371         * src/common/ssl_certificate.h
2372         * src/common/string_match.c
2373         * src/common/string_match.h
2374         * src/common/stringtable.c
2375         * src/common/stringtable.h
2376         * src/common/tags.c
2377         * src/common/tags.h
2378         * src/common/template.c
2379         * src/common/template.h
2380         * src/common/timing.h
2381         * src/common/utils.c
2382         * src/common/utils.h
2383         * src/common/uuencode.c
2384         * src/common/uuencode.h
2385         * src/common/version.h.in
2386         * src/common/w32_dirent.c
2387         * src/common/w32_reg.c
2388         * src/common/w32_signal.c
2389         * src/common/w32_stat.c
2390         * src/common/w32_stdlib.c
2391         * src/common/w32_string.c
2392         * src/common/w32_time.c
2393         * src/common/w32_unistd.c
2394         * src/common/w32_wait.c
2395         * src/common/w32lib.h
2396         * src/common/xml.c
2397         * src/common/xml.h
2398         * src/common/xmlprops.c
2399         * src/common/xmlprops.h
2400         * src/etpan/etpan-errors.h
2401         * src/etpan/etpan-thread-manager-types.h
2402         * src/etpan/etpan-thread-manager.c
2403         * src/etpan/etpan-thread-manager.h
2404         * src/etpan/imap-thread.c
2405         * src/etpan/imap-thread.h
2406         * src/gtk/about.c
2407         * src/gtk/about.h
2408         * src/gtk/colorlabel.c
2409         * src/gtk/colorlabel.h
2410         * src/gtk/colorsel.c
2411         * src/gtk/colorsel.h
2412         * src/gtk/combobox.c
2413         * src/gtk/combobox.h
2414         * src/gtk/description_window.c
2415         * src/gtk/description_window.h
2416         * src/gtk/filesel.c
2417         * src/gtk/filesel.h
2418         * src/gtk/foldersort.c
2419         * src/gtk/foldersort.h
2420         * src/gtk/gtkaspell.c
2421         * src/gtk/gtkaspell.h
2422         * src/gtk/gtksctree.c
2423         * src/gtk/gtkshruler.c
2424         * src/gtk/gtkshruler.h
2425         * src/gtk/gtksourceprintjob.c
2426         * src/gtk/gtksourceprintjob.h
2427         * src/gtk/gtkutils.c
2428         * src/gtk/gtkutils.h
2429         * src/gtk/gtkvscrollbutton.c
2430         * src/gtk/gtkvscrollbutton.h
2431         * src/gtk/icon_legend.c
2432         * src/gtk/icon_legend.h
2433         * src/gtk/inputdialog.c
2434         * src/gtk/inputdialog.h
2435         * src/gtk/logwindow.c
2436         * src/gtk/logwindow.h
2437         * src/gtk/manage_window.c
2438         * src/gtk/manage_window.h
2439         * src/gtk/menu.c
2440         * src/gtk/menu.h
2441         * src/gtk/pluginwindow.c
2442         * src/gtk/pluginwindow.h
2443         * src/gtk/prefswindow.c
2444         * src/gtk/prefswindow.h
2445         * src/gtk/progressdialog.c
2446         * src/gtk/progressdialog.h
2447         * src/gtk/quicksearch.c
2448         * src/gtk/quicksearch.h
2449         * src/gtk/sslcertwindow.c
2450         * src/gtk/sslcertwindow.h
2451         * src/plugins/bogofilter/bogofilter.c
2452         * src/plugins/bogofilter/bogofilter.h
2453         * src/plugins/bogofilter/bogofilter_gtk.c
2454         * src/plugins/clamav/clamav_plugin.c
2455         * src/plugins/clamav/clamav_plugin.h
2456         * src/plugins/clamav/clamav_plugin_gtk.c
2457         * src/plugins/demo/demo.c
2458         * src/plugins/dillo_viewer/dillo_prefs.c
2459         * src/plugins/dillo_viewer/dillo_prefs.h
2460         * src/plugins/dillo_viewer/dillo_viewer.c
2461         * src/plugins/pgpcore/passphrase.c
2462         * src/plugins/pgpcore/passphrase.h
2463         * src/plugins/pgpcore/pgp_viewer.c
2464         * src/plugins/pgpcore/pgp_viewer.h
2465         * src/plugins/pgpcore/plugin.c
2466         * src/plugins/pgpcore/prefs_gpg.c
2467         * src/plugins/pgpcore/prefs_gpg.h
2468         * src/plugins/pgpcore/select-keys.c
2469         * src/plugins/pgpcore/select-keys.h
2470         * src/plugins/pgpcore/sgpgme.c
2471         * src/plugins/pgpcore/sgpgme.h
2472         * src/plugins/pgpinline/pgpinline.c
2473         * src/plugins/pgpinline/pgpinline.h
2474         * src/plugins/pgpinline/plugin.c
2475         * src/plugins/pgpmime/pgpmime.c
2476         * src/plugins/pgpmime/pgpmime.h
2477         * src/plugins/pgpmime/plugin.c
2478         * src/plugins/spamassassin/spamassassin.c
2479         * src/plugins/spamassassin/spamassassin.h
2480         * src/plugins/spamassassin/spamassassin_gtk.c
2481         * src/plugins/trayicon/trayicon.c
2482         * src/plugins/trayicon/trayicon_prefs.c
2483         * src/plugins/trayicon/trayicon_prefs.h
2484         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
2485         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
2486         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
2487         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
2488         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
2489         * tools/OOo2claws-mail.pl
2490         * tools/README.sylprint
2491         * tools/acroread2claws-mail.pl
2492         * tools/claws-mail-compose-insert-files.pl
2493         * tools/convert_mbox.pl
2494         * tools/filter_conv.pl
2495         * tools/filter_conv_new.pl
2496         * tools/fix_date.sh
2497         * tools/freshmeat_search.pl
2498         * tools/google_search.pl
2499         * tools/kmail-mailbox2claws-mail.pl
2500         * tools/kmail2claws-mail.pl
2501         * tools/kmail2claws-mail_v2.pl
2502         * tools/mairix.sh
2503         * tools/make.themes.project
2504         * tools/multiwebsearch.pl
2505         * tools/nautilus2claws-mail.sh
2506         * tools/outlook2claws-mail.pl
2507         * tools/textviewer.sh
2508         * tools/thunderbird-filters-convertor.pl
2509         * tools/update-po
2510         * tools/uuooffice
2511         * tools/vcard2xml.py
2512         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
2513                 Upgrade to GPLv3 or later.
2514
2515 2007-07-10 [wwp]        2.10.0cvs15
2516
2517         * src/main.c
2518                 Fix re-opening of all composing messages that were
2519                 opened when closing the previous instance, thanks
2520                 to Colin.
2521
2522 2007-07-10 [paul]       2.10.0cvs14
2523
2524         * src/editaddress_other_attributes_ldap.c
2525         * src/ldapupdate.c
2526                 fix crash on selecting 'other attributes' combo
2527                 for either a new entry or an old entry with no
2528                 existing attributes.
2529                 fix bug on editing multiple attributes which
2530                 resulted them all having the value of the last
2531                 one changed.
2532                 Thanks to Colin
2533
2534 2007-07-10 [colin]      2.10.0cvs13
2535
2536         * src/editaddress.c
2537         * src/editaddress_other_attributes_ldap.h
2538         * src/ldapupdate.c
2539                 Fix --disable-ldap build
2540
2541 2007-07-09 [colin]      2.10.0cvs12
2542
2543         * src/Makefile.am
2544         * src/addritem.c
2545         * src/addritem.h
2546         * src/editaddress.c
2547         * src/editaddress_other_attributes_ldap.c
2548         * src/editaddress_other_attributes_ldap.h
2549         * src/editldap.c
2550         * src/ldapctrl.c
2551         * src/ldapctrl.h
2552         * src/ldapupdate.c
2553                 Add capability to edit all inetOrgPerson
2554                 attributes on LDAP. Patch by Michael 
2555                 Rasmussen
2556
2557 2007-07-09 [colin]      2.10.0cvs11
2558
2559         * src/Makefile.am
2560         * src/exporthtml.c
2561         * src/mbox.c
2562         * src/msgcache.c
2563         * src/prefs_summaries.c
2564         * src/prefs_themes.c
2565         * src/procheader.c
2566         * src/common/Makefile.am
2567         * src/common/log.c
2568         * src/common/timing.h
2569         * src/common/utils.c
2570         * src/common/utils.h
2571         * src/common/w32_account.c
2572         * src/common/w32lib.h
2573         * src/gtk/Makefile.am
2574         * src/gtk/colorlabel.c
2575         * src/plugins/pgpcore/Makefile.am
2576         * src/plugins/pgpcore/claws.def
2577         * src/plugins/pgpcore/passphrase.c
2578         * src/plugins/pgpcore/pgp_viewer.c
2579         * src/plugins/pgpcore/plugin.def
2580         * src/plugins/pgpcore/sgpgme.c
2581         * src/plugins/pgpinline/Makefile.am
2582         * src/plugins/pgpinline/claws.def
2583         * src/plugins/pgpinline/mypgpcore.def
2584         * src/plugins/pgpinline/plugin.def
2585         * src/plugins/pgpmime/Makefile.am
2586         * src/plugins/pgpmime/claws.def
2587         * src/plugins/pgpmime/mypgpcore.def
2588         * src/plugins/pgpmime/plugin.def
2589                 Commit win32 patch, from Werner Koch and
2590                 Marcus Brinkmann
2591
2592 2007-07-09 [colin]      2.10.0cvs10
2593
2594         * src/prefs_toolbar.c
2595                 Fix crash when no actions exist
2596
2597 2007-07-07 [paul]       2.10.0cvs9
2598
2599         * COPYING
2600         * manual/claws-mail-manual.xml
2601                 update copyright year
2602         * po/fi.po
2603                 updated by Flammie Pirinen
2604
2605 2007-07-05 [wwp]        2.10.0cvs8
2606
2607         * src/plugins/clamav/clamav_plugin_gtk.c
2608                 Make vertical spacing like in other plugin prefs pages.
2609
2610 2007-07-05 [wwp]        2.10.0cvs7
2611
2612         * src/quote_fmt.c
2613                 It's %am that works, not %ae (this doc incoherence has been
2614                 introduced with 2.9.2cvs13).
2615
2616 2007-07-04 [wwp]        2.10.0cvs6
2617
2618         * src/plugins/bogofilter/bogofilter.c
2619                 Gettext-ize an occurrence of "Any" that wasn't.
2620
2621 2007-07-04 [colin]      2.10.0cvs5
2622
2623         * po/POTFILES.in
2624                 Fix untranslated strings; thanks
2625                 to Pader Rezso.
2626
2627 2007-07-03 [colin]      2.10.0cvs4
2628
2629         * src/folder.c
2630         * src/mainwindow.c
2631                 Fix saving of sort mode for tags and
2632                 thread date. Thanks to Pierre Ossman.
2633                 Completes fix for bug 1233
2634
2635 2007-07-03 [paul]       2.10.0cvs3
2636
2637         * src/compose.c
2638                 fix auto-save
2639         * src/summaryview.c
2640                 fix build warnings
2641         Thanks to Colin
2642
2643 2007-07-02 [colin]      2.10.0cvs2
2644
2645         * src/folder.h
2646         * src/mainwindow.c
2647         * src/procmsg.h
2648         * src/summaryview.c
2649                 Add View/Sort/by Thread date
2650                 Fixes bug 1233, 'Capability to sort 
2651                 threads by most recent message'
2652                 Based on a patch by Paul Rolland
2653
2654 2007-07-02 [colin]      2.10.0cvs1
2655
2656         * src/Makefile.am
2657         * src/compose.c
2658         * src/edittags.c
2659         * src/edittags.h
2660         * src/filtering.c
2661         * src/folder.c
2662         * src/folder.h
2663         * src/headerview.c
2664         * src/headerview.h
2665         * src/main.c
2666         * src/mainwindow.c
2667         * src/mainwindow.h
2668         * src/manual.h
2669         * src/matcher.c
2670         * src/matcher.h
2671         * src/matcher_parser_parse.y
2672         * src/mimeview.c
2673         * src/msgcache.c
2674         * src/msgcache.h
2675         * src/prefs_common.c
2676         * src/prefs_common.h
2677         * src/prefs_filtering_action.c
2678         * src/prefs_matcher.c
2679         * src/prefs_summary_column.c
2680         * src/procmsg.c
2681         * src/procmsg.h
2682         * src/quote_fmt.c
2683         * src/quote_fmt_lex.l
2684         * src/quote_fmt_parse.y
2685         * src/summaryview.c
2686         * src/summaryview.h
2687         * src/textview.c
2688         * src/common/Makefile.am
2689         * src/common/defs.h
2690         * src/common/tags.c
2691         * src/common/tags.h
2692         * src/gtk/quicksearch.c
2693         * src/gtk/quicksearch.h
2694                 Add Tags implementation. Tags are arbitrary labels
2695                 that can be applied to messages. It is possible 
2696                 to create, edit, remove tags; apply them to mails;
2697                 filter on tags or tag presence; apply or unset
2698                 tags via filtering actions; reference tags in
2699                 reply templates.
2700
2701 2007-07-02 [paul]       2.10.0
2702
2703         * NEWS
2704         * README
2705         * RELEASE_NOTES
2706                 2.10.0 released
2707
2708 2007-07-02 [paul]       2.9.2cvs78
2709
2710         * po/de.po
2711         * po/en_GB.po
2712         * po/es.po
2713         * po/fr.po
2714         * po/hu.po
2715         * po/pt_BR.po
2716         * po/ru.po
2717         * po/zh_CN.po
2718                 updated by Stephan Sachse, me, Ricardo Mones
2719                 Lastra, Fabien Vantard, Pader Rezso, Frederico
2720                 Goncalves Guimaraes, Pavlo Bohmat, and Ralgh Young
2721
2722 2007-07-02 [paul]       2.9.2cvs77
2723
2724         * AUTHORS
2725                 updated
2726
2727 2007-06-29 [wwp]        2.9.2cvs76
2728
2729         * src/gtk/headers.h
2730                 Fix a typo (thanks to Ricardo for finding this out).
2731
2732 2007-06-28 [paul]       2.9.2cvs75
2733
2734         * src/folderview.c
2735                 fix build warnings
2736
2737 2007-06-28 [paul]       2.9.2cvs74
2738
2739         * tools/Makefile.am
2740                 fix bug in the autotools build system.
2741                 Files cataloged under EXTRA_DIST were never
2742                 automatically copied to the build tree.
2743                 (fix 'make distcheck')
2744                 Patch by Michael Rasmussen.
2745
2746 2007-06-24 [colin]      2.9.2cvs73
2747
2748         * src/news_gtk.c
2749                 Fix bug 1249, 'Error handling for 
2750                 news errors needs modification'
2751                 Only popup error if the according
2752                 pref in Prefs/Receive is set.
2753
2754 2007-06-21 [colin]      2.9.2cvs72
2755
2756         * src/common/plugin.c
2757         * src/common/plugin.h
2758                 Change plugin API to know whether it's safe to 
2759                 unload plugins or whether we should just hide
2760                 them. Fixes bug 1248, 'Core dumps after 
2761                 unloading plugin and clicking on load plugins'
2762         * src/plugins/bogofilter/bogofilter.c
2763         * src/plugins/clamav/clamav_plugin.c
2764         * src/plugins/demo/demo.c
2765         * src/plugins/dillo_viewer/dillo_viewer.c
2766         * src/plugins/pgpcore/plugin.c
2767         * src/plugins/pgpinline/plugin.c
2768         * src/plugins/pgpmime/plugin.c
2769         * src/plugins/spamassassin/spamassassin.c
2770         * src/plugins/trayicon/trayicon.c
2771                 Update API
2772
2773 2007-06-19 [colin]      2.9.2cvs71
2774
2775         * src/compose.c
2776         * src/messageview.c
2777                 Fix crash mentioned in bug 1246
2778                 Race condition when automatically drafting
2779                 due to insertion on reedit.
2780
2781 2007-06-18 [wwp]        2.9.2cvs70
2782
2783         * src/importldif.c
2784                 LDIF import: use a "Proceed" button to complete
2785                 the process.
2786
2787 2007-06-18 [paul]       2.9.2cvs69
2788
2789         * configure.ac
2790                 use pkgconfig to check for gtk and glib
2791
2792 2007-06-17 [wwp]        2.9.2cvs68
2793
2794         * src/ldif.c
2795         * src/importldif.c
2796                 LDIF import: better error handling, minor code
2797                 and UI cleanup, and renamed the Save button
2798                 to Close, as imported stuff is already saved
2799                 when the Save button is shown.
2800
2801 2007-06-17 [colin]      2.9.2cvs67
2802
2803         * src/prefs_summaries.c
2804         * src/procmsg.c
2805                 Don't set as read when forwarded, only replied to
2806
2807 2007-06-17 [paul]       2.9.2cvs66
2808
2809         * src/alertpanel.c
2810                 add missing #include
2811
2812 2007-06-16 [colin]      2.9.2cvs65
2813
2814         * src/prefs_summaries.c
2815         * src/procmsg.c
2816                 Change the pref "Only mark as read when opened
2817                 in new window" to "..., replied to or forwarded".
2818                 Based on a patch by Paul Rolland.
2819
2820 2007-06-16 [paul]       2.9.2cvs64
2821
2822         * src/gtk/authors.h
2823                 alphabetical order! :)
2824
2825 2007-06-16 [colin]      2.9.2cvs63
2826
2827         * AUTHORS
2828         * src/gtk/authors.h
2829                 Add Michael Rasmussen in authors list
2830
2831 2007-06-16 [colin]      2.9.2cvs62
2832
2833         * src/messageview.c
2834                 Fix messageview_copy_clipboard to take advantage
2835                 of plugins' get_selection.
2836
2837 2007-06-15 [colin]      2.9.2cvs61
2838
2839         * src/action.c
2840         * src/addr_compl.c
2841         * src/addressbook.c
2842         * src/folderview.c
2843         * src/message_search.c
2844         * src/mimeview.c
2845         * src/summary_search.c
2846         * src/summaryview.c
2847         * src/textview.c
2848                 Allow GDK_KP_Enter to do the same as GDK_Return
2849                 Patch by Michael Rasmussen
2850
2851 2007-06-15 [paul]       2.9.2cvs60
2852
2853         * src/compose.c
2854                 fix bug when closing a compose window
2855                 during autosave
2856
2857 2007-06-14 [paul]       2.9.2cvs59
2858
2859         * src/main.c
2860         * src/common/defs.h
2861                 migrate sylpheed config
2862
2863 2007-06-14 [wwp]        2.9.2cvs58
2864
2865         * src/gtk/pluginwindow.c
2866                 Yet another attempt to fix sizing/alignment of the
2867                 button bar in plugins window.
2868
2869 2007-06-12 [colin]      2.9.2cvs57
2870
2871         * po/POTFILES.in
2872         * src/Makefile.am
2873         * src/folderview.c
2874         * src/prefs_common.c
2875         * src/prefs_common.h
2876         * src/prefs_summaries.c
2877         * src/prefs_summary_open.c
2878         * src/prefs_summary_open.h
2879         * src/summaryview.c
2880                 Make "when entering a folder" actions more personalisable
2881
2882 2007-06-12 [wwp]        2.9.2cvs56
2883
2884         * tools/README
2885                 Use short description from Paul (mairix.sh).
2886
2887 2007-06-12 [wwp]        2.9.2cvs55
2888
2889         * tools/README
2890                 Updated info about mairix.sh.
2891
2892 2007-06-11 [paul]       2.9.2cvs54
2893
2894         * src/prefs_logging.c
2895                 rework log window length widgets
2896                 and some sensitivity fixes
2897
2898 2007-06-11 [paul]       2.9.2cvs53
2899
2900         * src/mainwindow.c
2901         * src/prefs_logging.c
2902                 rename 'Protocol Log' to 'Network Log'
2903                 and some function renaming
2904
2905 2007-06-10 [wwp]        2.9.2cvs52
2906
2907         * src/gtk/pluginwindow.c
2908                 Revert 2.9.2cvs51.
2909
2910 2007-06-10 [wwp]        2.9.2cvs51
2911
2912         * src/gtk/pluginwindow.c
2913                 Fix button bar in plugin window, was centered and not
2914                 behaving like other dialogs w/ such button bar.
2915
2916 2007-06-08 [wwp]        2.9.2cvs50
2917
2918         * src/compose.c
2919         * src/compose.h
2920         * src/main.c
2921         * src/mainwindow.c
2922         * src/mainwindow.h
2923                 Provide a way out of automatic draft saving on IMAP, when
2924                 exiting offline.
2925                 Prevent drafting while sending and quitting while sending.
2926                 Thanks for Colin.
2927
2928
2929
2930 2007-06-08 [wwp]        2.9.2cvs49
2931
2932         * src/prefs_account.c
2933         * src/gtk/prefswindow.c
2934         * src/gtk/prefswindow.h
2935                 Activate the Basic page when opening account prefs.
2936
2937 2007-06-08 [wwp]        2.9.2cvs48
2938
2939         * src/common/socket.c
2940                 Don't crash if fork() fails, thanks to Colin.
2941
2942 2007-06-08 [wwp]        2.9.2cvs47
2943
2944         * src/gtk/prefswindow.c
2945                 Wrap some long lines, and reset horizontal scroller's adjusment
2946                 (this was already done, vertically), when changing tab (not page)
2947                 in prefs windows.
2948
2949 2007-06-08 [paul]       2.9.2cvs46
2950
2951         * src/common/utils.c
2952                 use gethostname() instead of uname()
2953                 based on a patch by Michael Hughes
2954                 <Sylpheed-Claws_user@thehugheslogcabin.net>
2955
2956 2007-06-07 [wwp]        2.9.2cvs45
2957
2958         * src/prefs_common.c
2959                 Fix some useless warnings, thanks to Colin.
2960
2961 2007-06-06 [colin]      2.9.2cvs44
2962
2963         * src/ldapupdate.c
2964                 Fix strange allocations. 
2965
2966 2007-06-06 [colin]      2.9.2cvs43
2967
2968         * src/ldapupdate.c
2969                 Patch by Michael Rasmussus to help
2970                 bug 1232
2971
2972 2007-06-05 [wwp]        2.9.2cvs42
2973
2974         * src/prefs_account.c
2975         * src/prefs_folder_item.c
2976         * src/prefs_quote.c
2977         * src/quote_fmt.c
2978         * src/quote_fmt.h
2979                 Per-folder templates can now be applied recursively.
2980                 Always save per-folder templates (formats were erroneously
2981                 saved only if they were enabled).
2982                 Check for validity of quotation marks everywhere there
2983                 are defined.
2984
2985 2007-06-05 [wwp]        2.9.2cvs41
2986
2987         * src/inc.c
2988                 Fix incoming messages from local accounts always getting filtered
2989                 (even if the account prefs say don't), thanks to Colin.
2990
2991 2007-06-05 [wwp]        2.9.2cvs40
2992
2993         * src/compose.c
2994         * src/compose.h
2995                 Use per-folder/per-account quote chars when applying a
2996                 template or inserting text as well. Const'ify some
2997                 vars more.
2998
2999 2007-06-04 [colin]      2.9.2cvs39
3000
3001         * src/compose.c
3002                 More work for wwp :)
3003
3004 2007-06-04 [wwp]        2.9.2cvs38
3005
3006         * src/compose.c
3007                 Same as 2.9.2cvs36 but for forwarding.
3008
3009 2007-06-04 [colin]      2.9.2cvs37
3010
3011         * src/compose.c
3012                 Use original mail file for forward/redirect
3013                 Fixes some forwarded mails to be attached as
3014                 application/octet-stream (when they have binary
3015                 parts), and incidentally fixes bug 848
3016                 'Redirect breaks GnuPG'
3017
3018 2007-06-04 [wwp]        2.9.2cvs36
3019
3020         * src/compose.c
3021                 Fix quote mark mis-initialisation when replying/forwarding
3022                 (introduced w/ 2.9.2cvs20).
3023
3024 2007-06-04 [wwp]        2.9.2cvs35
3025
3026         * src/prefs_compose_writing.c
3027         * src/prefs_quote.c
3028                 Fix a bug where Quotation characters (prefs/compose/writing)
3029                 was cleared (introduced w/ 2.9.2cvs26).
3030
3031 2007-06-04 [wwp]        2.9.2cvs34
3032
3033         * src/prefs_account.c
3034         * src/prefs_account.h
3035                 Better fix for compiling w/o aspell (rollbacks
3036                 2.9.2cvs31).
3037
3038 2007-06-04 [wwp]        2.9.2cvs33
3039
3040         * src/account.c
3041         * src/prefs_account.c
3042         * src/prefs_account.h
3043         * src/procmsg.c
3044                 It's now possible to disable mail filtering plugins
3045                 on a per-account basis.
3046
3047 2007-06-04 [wwp]        2.9.2cvs32
3048
3049         * src/procheader.c
3050         * src/common/utils.c
3051         * src/common/utils.h
3052                 Support CRLF in headers part of messages.
3053                 Support few more date formats (RFC3339 subsets).
3054
3055 2007-06-04 [wwp]        2.9.2cvs31
3056
3057         * src/prefs_account.c
3058                 Fix compiling w/o aspell support.
3059
3060 2007-06-03 [wwp]        2.9.2cvs30
3061
3062         * src/prefs_gtk.c
3063                 Don't decode leading ENV_ and ~ in P_PASSWORD
3064                 values.
3065
3066 2007-06-03 [wwp]        2.9.2cvs29
3067
3068         * src/prefs_gtk.c
3069                 Don't decode leading ENV_ and ~ in P_PASSWORD
3070                 values.
3071
3072 2007-06-03 [wwp]        2.9.2cvs28
3073
3074         * src/prefs_account.c
3075         * src/gtk/prefswindow.c
3076         * src/gtk/prefswindow.h
3077                 Added a way to force preloading of all pages
3078                 (prefswindow).
3079                 Moved tabs to pages in account prefs.
3080
3081 2007-06-02 [colin]      2.9.2cvs27
3082
3083         * src/addressbook.c
3084                 Fix possible crash, fix ldap write bugs
3085         * src/ldapupdate.c
3086                 Fix ldap write bugs - patch by Michael
3087                 Rasmussen
3088         * src/alertpanel.c
3089         * src/alertpanel.h
3090                 Add a hook whenever alertpanel opens/closes
3091
3092 2007-05-31 [wwp]        2.9.2cvs26
3093
3094         * src/prefs_compose_writing.c
3095         * src/prefs_quote.c
3096                 Re-organized writing options a bit:
3097                  - renamed the Quoting page to Templates
3098                  - moved all composing templates to that page
3099                  - moved non-templates options to the Writing one,
3100                    grouped reply-related options, reordered reply and
3101                    forward options.
3102
3103 2007-05-31 [wwp]        2.9.2cvs25
3104
3105         * src/compose.c
3106                 Removed unused code.
3107
3108 2007-05-31 [colin]      2.9.2cvs24
3109
3110         * src/addressbook.c
3111                 Fix missing display name when modifying
3112                 LDAP. Patch by Michael Rasmussen
3113
3114 2007-05-31 [wwp]        2.9.2cvs23
3115
3116         * src/plugins/bogofilter/Makefile.am
3117         * src/plugins/clamav/Makefile.am
3118         * src/plugins/demo/Makefile.am
3119         * src/plugins/dillo_viewer/Makefile.am
3120         * src/plugins/spamassassin/Makefile.am
3121                 Fix building of those plugins in Mac OS X.
3122
3123 2007-05-30 [wwp]        2.9.2cvs22
3124
3125         * src/gtk/quicksearch.c
3126                 Fix missing initialization.
3127
3128 2007-05-30 [wwp]        2.9.2cvs21
3129
3130         * src/procheader.c
3131                 Revert accidental commit (debug outputs).
3132
3133 2007-05-30 [wwp]        2.9.2cvs20
3134
3135         * src/compose.c
3136         * src/folder_item_prefs.c
3137         * src/folder_item_prefs.h
3138         * src/prefs_account.c
3139         * src/prefs_account.h
3140         * src/prefs_folder_item.c
3141         * src/prefs_gtk.c
3142         * src/prefs_gtk.h
3143                 Implemented per-account and per-folder
3144                 compose/reply/forward formats.
3145
3146 2007-05-30 [wwp]        2.9.2cvs19
3147
3148         * src/prefs_compose_writing.c
3149         * src/prefs_quote.c
3150         * src/procheader.c
3151         * src/quote_fmt.c
3152         * src/quote_fmt.h
3153                 Internal API changes (factorize quote format
3154                 prefs and checks).
3155
3156 2007-05-30 [colin]      2.9.2cvs18
3157
3158         * src/compose.c
3159                 Fix race where it's possible to re-click Send
3160                 between end of SMTP session and end of "move to
3161                 sent folder" when sending an email with send
3162                 dialog enabled.
3163
3164 2007-05-30 [colin]      2.9.2cvs17
3165
3166         * src/crash.c
3167                 Ask for backtrace on all threads. Patch by
3168                 Pawel
3169         * src/folderview.c
3170                 Fix stale news statusbar when scanning fails.
3171                 Patch by Pawel
3172         * src/ldapupdate.c
3173                 Fix some LDAP write updates bugs. Patch
3174                 by Michael Rasmussen
3175
3176 2007-05-29 [colin]      2.9.2cvs16
3177
3178         * src/imap.c
3179                 Fix loss of local flags when moving mails
3180                 on IMAP in high-bandwidth mode (UID FETCH)
3181
3182 2007-05-25 [paul]       2.9.2cvs15
3183
3184         * src/common/socket.c
3185                 fix sometimes crasher on cancelling
3186                 message sending
3187
3188 2007-05-25 [colin]      2.9.2cvs14
3189
3190         * src/imap.c
3191                 Fix a memory leak
3192         * src/imap_gtk.c
3193                 Be more helpful in the subscription
3194                 message
3195
3196 2007-05-23 [wwp]        2.9.2cvs13
3197
3198         * src/compose.c
3199         * src/prefs_compose_writing.c
3200         * src/prefs_quote.c
3201         * src/prefs_template.c
3202         * src/prefs_template.h
3203         * src/quote_fmt.c
3204         * src/quote_fmt.h
3205         * src/quote_fmt_lex.l
3206         * src/quote_fmt_parse.y
3207                 Introduced new syntax elements (symbols and commands)
3208                 in templates/quote_fmt. Compatibility w/ old
3209                 symbols is kept.
3210                 Updated and reworked the corresponding Information
3211                 dialog.
3212                 Display the line number in dialogs that talk about
3213                 parser errors (in addition to the error message in
3214                 output).
3215
3216 2007-05-23 [wwp]        2.9.2cvs12
3217
3218         * src/quote_fmt_parse.y
3219                 Fix 2.9.2cvs11, probably a paste accident ;).
3220
3221 2007-05-23 [wwp]        2.9.2cvs11
3222
3223         * src/compose.c
3224         * src/prefs_template.c
3225         * src/quote_fmt.h
3226         * src/quote_fmt_parse.y
3227                 Fix 2.9.2cvs10, which broke --disable-aspell.
3228
3229 2007-05-22 [wwp]        2.9.2cvs10
3230
3231         * src/compose.c
3232         * src/prefs_template.c
3233         * src/quote_fmt.c
3234         * src/quote_fmt.h
3235         * src/quote_fmt_lex.l
3236         * src/quote_fmt_parse.y
3237         * src/gtk/gtkaspell.c
3238         * src/gtk/gtkaspell.h
3239                 Added template/quote format syntactical elements
3240                 to show and query:
3241                         - current dictionary
3242                           %T to show (shows empty if not set or not enabled),
3243                           ?T and !T to check if the default dictionary is
3244                           enabled and set
3245                         - current account's default dictionary
3246                           %aT to show (empty if not set or not enabled),
3247                           ?aT and !aT to check if it's enabled and set
3248                         - name completion for an address, from the address
3249                           book
3250                           %ABf, %ABt, %ABc respectively show the full name got
3251                           from the address book if From, To or Cc match a single
3252                           contact.
3253                           ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
3254                           matches any contact and if the full name is non-empty.
3255                           If From, To or Cc are lists of email addresses, only
3256                           the first address will be checked.
3257                 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
3258                 that could show a trailing ','.
3259                 Also, template/quote_fmt parser now shows the line number in case
3260                 of parser error.
3261
3262 2007-05-15 [colin]      2.9.2cvs9
3263
3264         * src/main.c
3265         * src/main.h
3266                 Add a public function to know whether Claws
3267                 crashed last time
3268                 Store opened folder when exiting
3269         * src/folder.c
3270         * src/folder.h
3271                 Store last opened message in each FolderItem;
3272                 Reset last seen messages if Claws crashed, so 
3273                 that one can't go in an infinite crash in case 
3274                 a particular mail crashes Claws.
3275         * src/messageview.c
3276         * src/prefs_common.c
3277         * src/prefs_common.h
3278         * src/summaryview.c
3279         * src/prefs_summaries.c
3280                 Add "Select last opened message" when entering
3281                 a folder
3282                 Add "Select last opened folder" at startup.
3283
3284 2007-05-14 [colin]      2.9.2cvs8
3285
3286         * manual/xml2pdf
3287                 Fix bashism, search for xml catalog 
3288                 in /usr/local/share/xml/catalog too
3289                 Patch by Pawel
3290
3291 2007-05-13 [wwp]        2.9.2cvs7
3292
3293         * src/gtk/logwindow.c
3294                 fix raising log windows when they are either minimized or
3295                 in background.
3296
3297 2007-05-11 [colin]      2.9.2cvs6
3298
3299         * src/gtk/filesel.c
3300                 Use Hildon's file chooser on Maemo. Patch
3301                 by Jean-Luc Biord; fixes part 2 of bug 1201,
3302                 'File attachment "manipulation" bugs...'
3303
3304 2007-05-10 [wwp]        2.9.2cvs5
3305
3306         * src/prefs_common.c
3307         * src/prefs_common.h
3308         * src/gtk/quicksearch.c
3309                 Add a quicksearch option to automatically run
3310                 a search selected from the history (this option
3311                 is exclusive towards type-ahead).
3312
3313 2007-05-10 [colin]      2.9.2cvs4
3314
3315         * src/imap.c
3316                 Fix g_warnings, thanks to Brian
3317                 Morrison
3318
3319 2007-05-09 [colin]      2.9.2cvs3
3320
3321         * src/crash.c
3322         * src/exporthtml.c
3323         * src/mbox.c
3324         * src/prefs_summaries.c
3325         * src/procheader.c
3326         * src/common/log.c
3327         * src/common/utils.c
3328         * src/gtk/gtksourceprintjob.c
3329         * src/gtk/sslcertwindow.c
3330                 Use the re-entrant variant of time functions
3331                 Probably fixes bug 1217, 'reentrancy problems 
3332                 with time functions'
3333
3334 2007-05-09 [colin]      2.9.2cvs2
3335
3336         * src/imap.c
3337                 Fix crasher when reconnection fails
3338
3339 2007-05-08 [paul]       2.9.2cvs1
3340
3341         * NEWS
3342         * README
3343         * RELEASE_NOTES
3344         * configure.ac
3345                 bump version number following
3346                 stable release
3347
3348 2007-05-08 [paul]       2.9.1cvs48
3349
3350         * src/plugins/demo/demo.c
3351         * src/plugins/dillo_viewer/dillo_prefs.c
3352         * src/plugins/dillo_viewer/dillo_prefs.h
3353         * src/plugins/dillo_viewer/dillo_viewer.c
3354         * src/plugins/pgpcore/pgp_viewer.c
3355         * src/plugins/pgpcore/pgp_viewer.h
3356         * src/plugins/pgpcore/plugin.c
3357         * src/plugins/pgpcore/prefs_gpg.c
3358         * src/plugins/pgpcore/prefs_gpg.h
3359         * src/plugins/pgpcore/sgpgme.c
3360         * src/plugins/pgpcore/sgpgme.h
3361         * src/plugins/pgpinline/plugin.c
3362         * src/plugins/pgpmime/pgpmime.c
3363         * src/plugins/pgpmime/pgpmime.h
3364         * src/plugins/pgpmime/plugin.c
3365         * src/plugins/spamassassin/spamassassin.c
3366         * src/plugins/spamassassin/spamassassin.h
3367         * src/plugins/spamassassin/spamassassin_gtk.c
3368         * src/plugins/trayicon/README
3369         * tools/README
3370         * tools/README.sylprint
3371         * tools/outlook2claws-mail.pl
3372         * tools/sylprint.pl
3373         * tools/tb2claws-mail
3374         * tools/tbird2claws.py
3375         * tools/update-po
3376         * tools/vcard2xml.py
3377         * tools/kdeservicemenu/README
3378                 cleanups and corrections
3379
3380 2007-05-06 [wwp]        2.9.1cvs47
3381
3382         * tools/uudec
3383                 Fix missing dash to `display` command-line, reported
3384                 by Georg Himmrich <georg at mails d0t diesind d0t net>.
3385
3386 2007-05-06 [colin]      2.9.1cvs46
3387
3388         * src/Makefile.am
3389         * src/stock_pixmap.c
3390         * src/stock_pixmap.h
3391         * src/pixmaps/printer.xpm
3392                 Add a printer icon
3393
3394 2007-05-06 [paul]       2.9.1cvs45
3395
3396         * src/compose.c
3397         * src/ldapquery.c
3398         * src/privacy.h
3399         * src/summary_search.c
3400         * src/summaryview.c
3401                 fix build warnings
3402
3403 2007-05-05 [wwp]        2.9.1cvs44
3404
3405         * src/messageview.c
3406         * src/mh.c
3407         * src/prefs_actions.c
3408         * src/prefs_gtk.c
3409         * src/summaryview.c
3410         * src/common/xml.c
3411                 Fix "faild" typos everywhere and capitalization of
3412                 some g_warnings.
3413
3414 2007-05-04 [colin]      2.9.1cvs43
3415
3416         * src/compose.c
3417         * src/privacy.c
3418         * src/privacy.h
3419         * src/plugins/pgpcore/prefs_gpg.c
3420         * src/plugins/pgpcore/prefs_gpg.h
3421         * src/plugins/pgpinline/pgpinline.c
3422         * src/plugins/pgpmime/pgpmime.c
3423                 Add an API to warn about encryption limits,
3424                 and allow to disable these warnings
3425
3426 2007-05-03 [colin]      2.9.1cvs42
3427
3428         * src/summaryview.c
3429         * src/mainwindow.c
3430                 Fix bug 1213, 'Delete more than 
3431                 one thread at once'
3432
3433 2007-05-03 [wwp]        2.9.1cvs41
3434
3435         * src/prefs_common.c
3436         * src/prefs_filtering.c
3437         * src/prefs_template.c
3438         * src/common/template.c
3439         * src/common/template.h
3440         * src/gtk/gtkutils.c
3441         * src/gtk/gtkutils.h
3442                 Templates are no longer automatically sorted
3443                 by name, but can be sorted manually using
3444                 |< < > >| buttons as well as drag'n'drop.
3445
3446 2007-05-03 [wwp]        2.9.1cvs40
3447
3448         * src/plugins/spamassassin/spamassassin.c
3449         * src/plugins/spamassassin/spamassassin.h
3450         * src/plugins/spamassassin/spamassassin_gtk.c
3451         * src/plugins/bogofilter/bogofilter.c
3452         * src/plugins/bogofilter/bogofilter.h
3453         * src/plugins/bogofilter/bogofilter_gtk.c
3454                 Added an option to conditionally mark saved spam
3455                 as read (default is and was to do so).
3456                 Satisfies feature request 1708539 on sf.net tracker.
3457
3458 2007-05-03 [colin]      2.9.1cvs39
3459
3460         * src/inc.c
3461                 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
3462
3463 2007-05-02 [colin]      2.9.1cvs38
3464
3465         * src/textview.c
3466                 Fix bug 1209, 'Clicking on address 
3467                 in header (mailto uri) selects 
3468                 default account'. Patch adapted from
3469                 G.P. Halkes' patch.
3470
3471 2007-05-02 [colin]      2.9.1cvs37
3472
3473         * src/grouplistdialog.c
3474                 Set cursor to wait cursor while loading
3475                 groups.
3476
3477 2007-05-02 [paul]       2.9.1cvs36
3478
3479         * src/folder.c
3480         * src/common/defs.h
3481                 rename cache and mark files
3482                 (data is preserved)
3483
3484 2007-04-30 [paul]       2.9.1cvs35
3485
3486         * manual/glossary.xml
3487         * manual/plugins.xml
3488                 updates. Patch by Ricardo
3489
3490 2007-04-29 [wwp]        2.9.1cvs34
3491
3492         * src/mainwindow.c
3493         * configure.ac
3494                 Fix few grammatical errors (patch by David Relson < relson at
3495                 osagesoftware dot com >).
3496
3497 2007-04-28 [colin]      2.9.1cvs33
3498
3499         * src/account.c
3500         * src/pop.c
3501         * src/prefs_account.c
3502         * src/prefs_account.h
3503                 Drop the "Download all" preference. It's
3504                 stupidly useless and confuses people from
3505                 time to time.
3506
3507 2007-04-27 [wwp]        2.9.1cvs32
3508
3509         * src/account.c
3510         * src/prefs_account.c
3511         * src/prefs_account.h
3512                 Don't reflect accounts changes to the mainwindow when it's
3513                 not necessary.
3514
3515 2007-04-27 [colin]      2.9.1cvs31
3516
3517         * src/folder.c
3518                 Freeze/thaw when sync'ing flags
3519         * src/imap.c
3520         * src/prefs_account.c
3521         * src/prefs_account.h
3522         * src/etpan/imap-thread.c
3523         * src/etpan/imap-thread.h
3524                 Add a way to use UID FETCH instead
3525                 of searches to fetch message lists
3526                 and flags. More expensive towards
3527                 bandwidth, less expensive towards
3528                 server's CPU. Probably fixes 
3529                 bug 1158, 'Scanning new folders on 
3530                 Exchange 2007 extremely slow'.
3531                 Patch 95% by Hoa.
3532
3533 2007-04-27 [paul]       2.9.1cvs30
3534
3535         * src/mainwindow.c
3536         * src/prefs_logging.c
3537                 improvements to english usage
3538
3539 2007-04-27 [colin]      2.9.1cvs29
3540
3541         * src/imap.c
3542                 Fix build without libetpan (my bad!)
3543
3544 2007-04-26 [colin]      2.9.1cvs28
3545
3546         * src/imap.c
3547         * src/imap.h
3548                 Fix uselessly exported function
3549         * src/textview.c
3550                 Consider "- -- \n" as signature separator
3551                 (that's what signature separators look like
3552                  in PGP/Inline signed mails)
3553
3554 2007-04-26 [colin]      2.9.1cvs27
3555
3556         * configure.ac
3557                 libetpan-0.49 is now required
3558         * src/procmime.c
3559                 Fix double fetching of mails if
3560                 first try failed
3561         * src/imap.c
3562                 Make offline sync faster, by
3563                 remembering last change time, and
3564                 last sync time.
3565
3566 2007-04-26 [hoa]        2.9.1cvs26
3567
3568         * src/imap.c
3569         * src/imap.h
3570         * src/mainwindow.c
3571         * src/toolbar.c
3572         * src/etpan/imap-thread.c
3573         * src/etpan/imap-thread.h
3574                 cancellation of IMAP operations is now allowed.
3575                 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
3576
3577 2007-04-26 [colin]      2.9.1cvs25
3578
3579         * src/folder.c
3580                 Always fetch body+headers in folders that are
3581                 synched for offline use, if "Synchronise as
3582                 soon as possible" is set.
3583                 Fixes bug 1200, 'Add option to always retrieve full 
3584                 messages'
3585
3586 2007-04-25 [colin]      2.9.1cvs24
3587
3588         * src/compose.c
3589                 Fix bug 1198, 'Reply-all "disappearing" address bug 
3590                 persists...'
3591
3592 2007-04-24 [colin]      2.9.1cvs23
3593
3594         * src/folderview.c
3595                 Fix bug 1195, 'Hardware key navigation' 
3596                 Make GDK_Enter toggle expansion (Maemo)
3597
3598 2007-04-24 [wwp]        2.9.1cvs22
3599
3600         * src/compose.c
3601                 Fix few compiler warnings.
3602
3603 2007-04-24 [paul]       2.9.1cvs21
3604
3605         * src/Makefile.am
3606         * src/stock_pixmap.c
3607         * src/stock_pixmap.h
3608                 complete last commit
3609
3610 2007-04-24 [paul]       2.9.1cvs20
3611
3612         * src/gtk/about.c
3613         * src/pixmaps/active.xpm
3614         * src/pixmaps/checkbox_off.xpm
3615         * src/pixmaps/checkbox_on.xpm
3616         * src/pixmaps/inactive.xpm
3617                 kick out the blobs
3618                 remove transparent border from checkbox icons
3619
3620 2007-04-24 [wwp]        2.9.1cvs19
3621
3622         * src/textview.c
3623         * src/textview.h
3624                 Fix a crash in textview, thanks to Colin.
3625
3626 2007-04-23 [wwp]        2.9.1cvs18
3627
3628         * src/prefs_common.c
3629                 Fix 2.9.1cvs5: no header was being translated at all.
3630
3631 2007-04-23 [colin]      2.9.1cvs17
3632
3633         * src/Makefile.am
3634         * src/stock_pixmap.c
3635         * src/stock_pixmap.h
3636         * src/summaryview.c
3637         * src/summaryview.h
3638         * src/gtk/gtksctree.c
3639         * src/gtk/gtksctree.h
3640         * src/pixmaps/selection.xpm
3641                 Fix bug 1193, 'Need a way to multi-select
3642                 items'. Add a toggle button to the summaryview
3643                 to switch between normal and multiple selection
3644                 (Maemo)
3645
3646 2007-04-23 [colin]      2.9.1cvs16
3647
3648         * src/Makefile.am
3649         * src/stock_pixmap.c
3650         * src/stock_pixmap.h
3651         * src/summaryview.c
3652         * src/summaryview.h
3653         * src/gtk/gtksctree.c
3654         * src/gtk/gtksctree.h
3655         * src/pixmaps/selection.xpm
3656                 Fix bug 1193, 'Need a way to multi-
3657                 select items'
3658                 Add a toggle button in the summaryview
3659                 to enable normal or multiple selection.
3660                 (Maemo)
3661
3662 2007-04-23 [colin]      2.9.1cvs15
3663
3664         * src/compose.c
3665                 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
3666
3667 2007-04-21 [colin]      2.9.1cvs14
3668
3669         * src/gtk/quicksearch.c
3670                 Fix previous commit (actually use correct
3671                 parameter)
3672
3673 2007-04-21 [colin]      2.9.1cvs13
3674
3675         * src/gtk/quicksearch.c
3676                 Fix changing quicksearch type (after Esc,
3677                 after changing Recursive, ...)
3678
3679 2007-04-20 [wwp]        2.9.1cvs12
3680
3681         * src/gtk/Makefile.am
3682                 Added headers.h (completes 2.9.1cvs5).
3683
3684 2007-04-20 [wwp]        2.9.1cvs11
3685
3686         * src/addressbook.c
3687                 Fix the use of display name in name column,
3688                 it has been overriden w/ the use of nickname
3689                 by 2.9.0cvs3. Now nickname is used (if any)
3690                 in case of LDAP books only.
3691
3692 2007-04-20 [colin]      2.9.1cvs10
3693
3694         * src/mimeview.c
3695         * src/summaryview.c
3696         * src/textview.c
3697                 Add handling of 'a' to loop in a mail's
3698                 mimeparts
3699
3700 2007-04-20 [colin]      2.9.1cvs9
3701
3702         * src/toolbar.c
3703                 Fix bug 1190, 'dir_open' button doesn't work'
3704                 (Maemo)
3705
3706 2007-04-20 [colin]      2.9.1cvs8
3707
3708         * src/folderview.c
3709         * src/mainwindow.c
3710                 Fix bug 1194, 'Hardware keys move from email 
3711                 list to account/directory list, but not back 
3712                 to email list...' (Maemo)
3713
3714 2007-04-20 [colin]      2.9.1cvs7
3715
3716         * src/compose.h
3717                 complete previous commit
3718
3719 2007-04-20 [colin]      2.9.1cvs6
3720
3721         * src/compose.c
3722                 Fix bug 1187, 'Reply-to addressee disappears 
3723                 when reply-to text box is clicked...' (Maemo)
3724
3725 2007-04-20 [wwp]        2.9.1cvs5
3726
3727         * po/POTFILES.in
3728         * src/addressbook.c
3729         * src/compose.c
3730         * src/filtering.c
3731         * src/headerview.c
3732         * src/matcher.c
3733         * src/prefs_common.c
3734         * src/prefs_common.h
3735         * src/prefs_display_header.c
3736         * src/prefs_matcher.c
3737         * src/summaryview.c
3738         * src/gtk/headers.h
3739         * src/gtk/quicksearch.c
3740                 Translate more header names according to the relevant option value,
3741                 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
3742                 Replaced nearly all uses of prefs_common.trans_hdr with a call
3743                 to prefs_common_translated_header_name().
3744                 Added a headers.h reference file that contains known header names
3745                 (RFC2822 and others) to the translation process' input, so that
3746                 translated header names will still exist even if no occurrence of
3747                 _("headername") is found anymore in the sources.
3748                 Don't translate column name 'Number' following to trans_hdr option
3749                 value as it's not a header name.
3750
3751 2007-04-20 [colin]      2.9.1cvs4
3752
3753         * src/gtk/quicksearch.c
3754         * src/gtk/quicksearch.h
3755                 Add "From, To or Subject" quicksearch
3756                 type. Patch by ulfschaper@users.sf.net
3757
3758 2007-04-20 [colin]      2.9.1cvs3
3759
3760         * src/matcher.c
3761                 Implement proper references filtering condition.
3762                 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
3763
3764 2007-04-19 [wwp]        2.9.1cvs2
3765
3766         * src/prefs_display_header.c
3767         * src/message_search.c
3768                 Fix few warnings (g_free of const gchar*).
3769
3770 2007-04-19 [paul]       2.9.1cvs1
3771
3772         * NEWS
3773         * README
3774         * RELEASE_NOTES
3775         * configure.ac
3776                 bump version number following
3777                 stable release
3778
3779 2007-04-19 [paul]       2.9.0cvs9
3780
3781         * manual/advanced.xml
3782         * manual/glossary.xml
3783                 fix typos
3784
3785 2007-04-18 [paul]       2.9.0cvs8
3786
3787         * src/pop.c
3788                 fix for CVE-2007-1558 (APOP)
3789                 Thanks to Colin
3790
3791 2007-04-18 [paul]       2.9.0cvs7
3792
3793         * src/messageview.c
3794         * src/mimeview.c
3795         * src/summaryview.c
3796         * src/gtk/filesel.c
3797                 Fix encoding woes wrt saving of
3798                 mails and parts
3799                 Thanks to Colin
3800
3801 2007-04-18 [colin]      2.9.0cvs6
3802
3803         * src/gtk/pluginwindow.c
3804                 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
3805
3806 2007-04-17 [wwp]        2.9.0cvs5
3807
3808         * src/addressadd.c
3809         * src/addressbook.c
3810         * src/addrindex.c
3811         * src/ldapupdate.c
3812                 Fix --disable-ldap build,
3813                 fix some LDAP annoyances on 
3814                 searches, thanks to Colin.
3815
3816 2007-04-17 [wwp]        2.9.0cvs4
3817
3818         * src/ldapupdate.c
3819                 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
3820                 like gcc 2.9x. Thanks to Colin.
3821
3822 2007-04-17 [wwp]        2.9.0cvs3
3823
3824         * src/Makefile.am
3825         * src/addressadd.c
3826         * src/addressbook.c
3827         * src/addrindex.c
3828         * src/addritem.c
3829         * src/addritem.h
3830         * src/editaddress.c
3831         * src/ldapctrl.c
3832         * src/ldapctrl.h
3833         * src/ldapquery.c
3834         * src/ldapserver.c
3835         * src/ldapserver.h
3836         * src/ldapupdate.c
3837         * src/ldapupdate.h
3838                 Add LDAP write support. Patch mostly by 
3839                 Michael <mir at datanom dot net>
3840
3841 2007-04-17 [wwp]        2.9.0cvs2
3842
3843         * src/compose.c
3844                 Prepend "Add to address book" to the context menu of compose window's sender and
3845                 recipient fields.
3846
3847 2007-04-16 [paul]       2.9.0cvs1
3848
3849         * src/gtk/authors.h
3850                 add Pader Rezso
3851
3852 2007-04-16 [paul]       2.9.0
3853
3854         * NEWS
3855         * README
3856         * RELEASE_NOTES
3857                 2.9.0 released
3858
3859 2007-04-16 [paul]       2.8.1cvs102
3860
3861         * po/fr.po
3862                 updated by Fabien Vantard
3863
3864 2007-04-16 [paul]       2.8.1cvs101
3865
3866         * po/ca.po
3867         * po/cs.po
3868         * po/de.po
3869         * po/hu.po
3870         * po/pl.po
3871         * po/pt_BR.po
3872         * po/sr.po
3873         * po/zh_CN.po
3874                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
3875                 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
3876                 Aleksandar Urosevic, and Ralgh Young
3877
3878 2007-04-15 [mones]      2.8.1cvs100
3879
3880         * po/es.po
3881                 Updated for release
3882
3883 2007-04-14 [colin]      2.8.1cvs99
3884
3885         * src/message_search.c
3886         * src/prefs_display_header.c
3887         * src/summary_search.c
3888         * src/gtk/combobox.c
3889                 Fix allocations
3890
3891 2007-04-14 [wwp]        2.8.1cvs98
3892
3893         * src/gtk/combobox.c
3894         * src/message_search.c
3895         * src/summary_search.c
3896         * src/prefs_display_header.c
3897                 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
3898                 returns NULL, get the text value directly from the GtkEntry child.
3899
3900 2007-04-13 [colin]      2.8.1cvs97
3901
3902         * src/gtk/quicksearch.c
3903                 Give the focus back to summaryview when
3904                 emptying the quicksearch with Esc
3905
3906 2007-04-13 [colin]      2.8.1cvs96
3907
3908         * src/message_search.c
3909         * src/prefs_display_header.c
3910         * src/summary_search.c
3911                 Fix possibles crashes when getting text
3912                 from gtk combos
3913
3914 2007-04-13 [colin]      2.8.1cvs95
3915
3916         * src/pop.c
3917                 Add some UIDL debugging
3918
3919 2007-04-12 [colin]      2.8.1cvs94
3920
3921         * src/folder.c
3922                 Force folder scan if necessary after
3923                 copying mails, to be able to reapply
3924                 flags.
3925
3926 2007-04-11 [colin]      2.8.1cvs93
3927
3928         * src/main.c
3929                 don't scan for new mail on startup if --select
3930                 is specified (or race conditions arise). If so,
3931                 do both sequentially.
3932
3933 2007-04-09 [colin]      2.8.1cvs92
3934
3935         * src/common/defs.h
3936                 Use leafpad by default on Maemo. Patch
3937                 by Jean-Luc Biord.
3938
3939 2007-04-06 [colin]      2.8.1cvs91
3940
3941         * src/pixmaps/queue_close.xpm
3942         * src/pixmaps/queue_close_hrm.xpm
3943         * src/pixmaps/queue_close_hrm_mark.xpm
3944         * src/pixmaps/queue_close_mark.xpm
3945         * src/pixmaps/queue_open.xpm
3946         * src/pixmaps/queue_open_hrm.xpm
3947         * src/pixmaps/queue_open_hrm_mark.xpm
3948         * src/pixmaps/queue_open_mark.xpm
3949                 Move the clock one pixel down :)
3950
3951 2007-04-05 [colin]      2.8.1cvs90
3952
3953         * src/mainwindow.c
3954                 Don't sync when switching offline from
3955                 command line - it's usually too late :)
3956
3957 2007-04-05 [paul]       2.8.1cvs89
3958
3959         * src/Makefile.am
3960         * src/stock_pixmap.c
3961         * src/pixmaps/dir_close_hrm.xpm
3962         * src/pixmaps/dir_close_hrm_mark.xpm
3963         * src/pixmaps/drafts_close.xpm
3964         * src/pixmaps/drafts_close_mark.xpm
3965         * src/pixmaps/drafts_open.xpm
3966         * src/pixmaps/drafts_open_mark.xpm
3967         * src/pixmaps/inbox.xpm
3968         * src/pixmaps/inbox_close.xpm
3969         * src/pixmaps/inbox_close_hrm.xpm
3970         * src/pixmaps/inbox_close_hrm_mark.xpm
3971         * src/pixmaps/inbox_close_mark.xpm
3972         * src/pixmaps/inbox_hrm.xpm
3973         * src/pixmaps/inbox_hrm_mark.xpm
3974         * src/pixmaps/inbox_mark.xpm
3975         * src/pixmaps/inbox_open.xpm
3976         * src/pixmaps/inbox_open_hrm.xpm
3977         * src/pixmaps/inbox_open_hrm_mark.xpm
3978         * src/pixmaps/inbox_open_mark.xpm
3979         * src/pixmaps/outbox.xpm
3980         * src/pixmaps/outbox_close.xpm
3981         * src/pixmaps/outbox_close_hrm.xpm
3982         * src/pixmaps/outbox_close_hrm_mark.xpm
3983         * src/pixmaps/outbox_close_mark.xpm
3984         * src/pixmaps/outbox_hrm.xpm
3985         * src/pixmaps/outbox_hrm_mark.xpm
3986         * src/pixmaps/outbox_mark.xpm
3987         * src/pixmaps/outbox_open.xpm
3988         * src/pixmaps/outbox_open_hrm.xpm
3989         * src/pixmaps/outbox_open_hrm_mark.xpm
3990         * src/pixmaps/outbox_open_mark.xpm
3991         * src/pixmaps/queue_close.xpm
3992         * src/pixmaps/queue_close_hrm.xpm
3993         * src/pixmaps/queue_close_hrm_mark.xpm
3994         * src/pixmaps/queue_close_mark.xpm
3995         * src/pixmaps/queue_open.xpm
3996         * src/pixmaps/queue_open_hrm.xpm
3997         * src/pixmaps/queue_open_hrm_mark.xpm
3998         * src/pixmaps/queue_open_mark.xpm
3999                 updated, added and replaced icons
4000                 Icons by Colin
4001
4002 2007-04-04 [colin]      2.8.1cvs88
4003
4004         * src/imap.c
4005                 Fix build without libetpan
4006
4007 2007-04-03 [colin]      2.8.1cvs87
4008
4009         * src/imap.c
4010                 Fix crash with Citadel, and try to make
4011                 things work. this server (and specifically 
4012                 STATUS and APPEND at least) seems broken.
4013
4014 2007-04-03 [colin]      2.8.1cvs86
4015
4016         * src/folderview.c
4017                 Fix icons on folder close
4018
4019 2007-04-03 [colin]      2.8.1cvs85
4020
4021         * src/inc.c
4022                 Fix double-ask of offline override in
4023                 certain cases
4024         * src/imap.c
4025         * src/imap.h
4026         * src/imap_gtk.c
4027                 Much more efficient way to synchronise
4028                 for offline use
4029         * src/etpan/imap-thread.c
4030                 Fix possible segs
4031         * src/folder.c
4032         * src/gtk/quicksearch.c
4033                 Fix some GUI lags
4034
4035 2007-04-03 [paul]       2.8.1cvs84
4036
4037         * src/filtering.c
4038         * src/folder.c
4039         * src/folder.h
4040         * src/prefs_common.c
4041         * src/prefs_common.h
4042         * src/prefs_other.c
4043                 Fix sync being done too late
4044                 Thanks to Colin
4045
4046 2007-04-02 [colin]      2.8.1cvs83
4047
4048         * src/summaryview.c
4049                 Maemo: Put status and quicksearch at the top
4050         * src/plugins/bogofilter/bogofilter.c
4051         * src/plugins/spamassassin/spamassassin.c
4052                 Derive trash from inbox if possible
4053
4054 2007-04-02 [paul]       2.8.1cvs82
4055
4056         * src/plugins/bogofilter/bogofilter_gtk.c
4057                 a few English changes
4058
4059 2007-04-02 [paul]
4060
4061         2.9.0-rc1 released
4062
4063 2007-04-02 [colin]      2.8.1cvs81
4064
4065         * src/image_viewer.c
4066                 Fix transparent images by using
4067                 GtkImage
4068         * src/messageview.c
4069                 Flush events (on new windows) to avoid
4070                 having the textview's image resize fail
4071                 to know the available width
4072
4073 2007-04-01 [colin]      2.8.1cvs80
4074
4075         * src/prefs_account.c
4076                 If no MH mailbox exist, when creating a POP/Local
4077                 account, just create and use the default one 
4078                 instead of bailing with a "Mailbox doesn't exist"
4079                 error
4080
4081 2007-03-31 [colin]      2.8.1cvs79
4082
4083         * src/prefs_account.c
4084                 Create signature file if it doesn't exist
4085                 before editing
4086         * src/prefs_toolbar.c
4087                 Maemo: Move "Use default" on the left so
4088                 that people can find it
4089         * src/common/defs.h
4090                 Maemo: make default editor "Maemopad", 
4091                 default signature file "MyDocs/signature.txt"
4092
4093 2007-03-31 [colin]      2.8.1cvs78
4094
4095         * src/prefs_account.c
4096                 Maemo: rework account prefs so
4097                 that less horizontal scrolling
4098                 is required
4099
4100 2007-03-31 [colin]      2.8.1cvs77
4101
4102         * src/folderview.c
4103         * src/prefs_common.c
4104         * src/prefs_common.h
4105                 Fix bug 1167, 'Allow not displaying zeros 
4106                 in folder list'. Patch by MartinP
4107
4108 2007-03-31 [colin]      2.8.1cvs76
4109
4110         * AUTHORS
4111                 Add Jean-Luc Biord
4112
4113 2007-03-31 [colin]      2.8.1cvs75
4114
4115         * src/imap.c
4116                 Apply patch from bug 1172, direct
4117                 access to the folder's session instead
4118                 of using getter. Patch by MartinP
4119
4120 2007-03-31 [paul]       2.8.1cvs74
4121
4122         * src/gtk/authors.h
4123                 no need to list Fabien twice!
4124
4125 2007-03-31 [colin]      2.8.1cvs73
4126
4127         * src/inc.c
4128                 If we're currently "overriding for %d minutes",
4129                 don't ask
4130
4131 2007-03-31 [colin]      2.8.1cvs72
4132
4133         * src/compose.c
4134         * src/imap.c
4135         * src/inc.c
4136         * src/inc.h
4137         * src/messageview.c
4138         * src/news.c
4139         * src/plugins/spamassassin/spamassassin.c
4140                 Offline override: Add a parameter to allow
4141                 asking even if the override timer is running.
4142                 Allows to ask every time the user makes an
4143                 explicit action needing online access (such
4144                 as Get Mail), and not when the action is 
4145                 implicit (such as opening an IMAP folder)
4146
4147 2007-03-31 [colin]      2.8.1cvs71
4148
4149         * src/inc.c
4150                 Override offline: "No" answer shouldn't
4151                 re-ask after 3 seconds, but 10 minutes. 
4152
4153 2007-03-30 [colin]      2.8.1cvs70
4154
4155         * src/common/socket.c
4156                 Better error reporting on unix socket
4157                 failure (bind usually)
4158         * src/gtk/gtkutils.c
4159         * src/gtk/gtkutils.h
4160                 Label window: add a pulsing progress
4161                 bar to show we're not hung :)
4162         * src/folderview.c
4163         * src/main.c
4164         * src/plugins/pgpcore/sgpgme.c
4165                 Update API
4166
4167 2007-03-30 [colin]      2.8.1cvs69
4168
4169         * src/pop.c
4170         * src/prefs_common.c
4171                 Fix possible trashing of history and uidl
4172                 files on disk full problems
4173
4174 2007-03-30 [paul]       2.8.1cvs68
4175
4176         * src/mainwindow.c
4177         * src/summaryview.c
4178         * src/summaryview.h
4179                 update summary when changing layout type
4180                 (fixes wrong folder icon being displayed)
4181                 Thanks to Colin
4182
4183 2007-03-29 [colin]      2.8.1cvs67
4184
4185         * src/prefs_ext_prog.c
4186                 The browser pref is irrelevant on Maemo
4187
4188 2007-03-29 [colin]      2.8.1cvs66
4189
4190         * src/compose.c
4191         * src/compose.h
4192                 Maemo: dynamically switch headers/text position
4193         * src/prefs_common.c
4194                 Maemo: hide compose's ruler by default
4195         * src/common/socket.c
4196         * src/common/socket.h
4197                 Fix build warning
4198
4199 2007-03-29 [colin]      2.8.1cvs65
4200
4201         * src/common/socket.c
4202         * src/common/socket.h
4203                 Fix build when MAEMO_CFLAGS contains
4204                 _X_OPENSOURCE (resolv.h errors as long
4205                 as we don't add _BSD_SOURCE. Ugly).
4206
4207 2007-03-29 [wwp]        2.8.1cvs64
4208
4209         * src/prefs_logging.c
4210                 Fix sensitivity of clip-log widgets in prefs/logging,
4211                 thanks to Fabien.
4212
4213 2007-03-29 [wwp]        2.8.1cvs63
4214
4215         * po/POTFILES.in
4216                 Updated files list for translations, thanks to Fabien.
4217
4218 2007-03-29 [colin]      2.8.1cvs62
4219
4220         * src/main.c
4221         * src/common/Makefile.am
4222         * src/common/utils.c
4223                 Maybe make URI opening work in Maemo
4224                 Requires testing :)
4225
4226 2007-03-28 [colin]      2.8.1cvs61
4227
4228         * src/folder.c
4229         * src/folder.h
4230         * src/folderview.c
4231                 Add the possibility to sort folders arbitrarily
4232                 (via editing of folderlist.xml only). Patch by
4233                 Martin P <mp26+claws@os.inf.tu-dresden.de>
4234                 Fixes bug 1166, 'Folder ordering is fixed and cannot 
4235                 be changed by the user'
4236
4237 2007-03-28 [colin]      2.8.1cvs60
4238
4239         * src/mimeview.c
4240                 Add popup menu for mime icons
4241
4242 2007-03-28 [colin]      2.8.1cvs59
4243
4244         * src/mainwindow.c
4245                 Fix a layout issue when presenting
4246                 mainwindow in Small screen layout
4247         * src/toolbar.c
4248         * src/toolbar.h
4249                 Add a "Go to folder list" button for
4250                 mainwindow, and make it default in
4251                 the Maemo build
4252
4253 2007-03-28 [colin]      2.8.1cvs58
4254
4255         * src/compose.c
4256                 Don't dynamically update title on Maemo
4257                 Patch by Jean-Luc Biord
4258
4259 2007-03-27 [colin]      2.8.1cvs57
4260
4261         * src/compose.c
4262         * src/folderview.c
4263         * src/summaryview.c
4264                 Enable tap-and-hold on Maemo
4265
4266 2007-03-26 [colin]      2.8.1cvs56
4267
4268         * src/compose.c
4269                 More popup-menu (in attachments list)
4270
4271 2007-03-26 [colin]      2.8.1cvs55
4272
4273         * src/compose.c
4274                 Enable popup-menu signal
4275
4276 2007-03-26 [colin]      2.8.1cvs54
4277
4278         * src/plugins/pgpinline/pgpinline.c
4279                 Fix bug 1111, 'PGP/inline plugin hides text 
4280                 around encrypted text block'. Patch based on
4281                 a patch from Michal Cihar.
4282
4283 2007-03-26 [wwp]        2.8.1cvs53
4284
4285         * src/procmsg.c
4286                 Fix getting a false error when sending queued message
4287                 whereas the sending was fine (if there are subfolders
4288                 in the queue folder), thanks to Colin.
4289
4290 2007-03-26 [paul]       2.8.1cvs52
4291
4292         * src/wizard.c
4293                 update FACE header in welcome message
4294
4295 2007-03-25 [colin]      2.8.1cvs51
4296
4297         * src/Makefile.am
4298                 Fix make dist
4299
4300 2007-03-25 [colin]      2.8.1cvs50
4301
4302         * src/main.c
4303                 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
4304
4305 2007-03-24 [colin]      2.8.1cvs49
4306
4307         * src/main.c
4308                 Fix a few launch problems on Maemo
4309                 Patch by Jean-Luc Biord
4310
4311 2007-03-24 [wwp]        2.8.1cvs48
4312
4313         * src/alertpanel.c
4314         * src/alertpanel.h
4315         * src/messageview.c
4316         * src/summaryview.c
4317                 Fix wrong action performed when closing the
4318                 "ask about account specific filtering rules
4319                 when filtering manually" dialog by pressing Escape.
4320                 Fix wrong order of buttons in the "return receipt
4321                 notification - the message was sent to several of
4322                 your accounts" dialog.
4323
4324 2007-03-24 [paul]       2.8.1cvs47
4325
4326         * src/folderview.c
4327                 an improvement to English usage
4328         * tools/kdeservicemenu/README
4329                 updated Claws url
4330
4331 2007-03-24 [paul]       2.8.1cvs46
4332
4333         * src/Makefile.am
4334         * src/stock_pixmap.c
4335         * src/pixmaps/edit_extern.xpm
4336         * src/pixmaps/mail_sign.xpm
4337                 rescue long lost icons
4338
4339 2007-03-24 [paul]       2.8.1cvs45
4340
4341         * src/toolbar.c
4342                 fix toolbar (broken in 2.8.1cvs42)
4343
4344 2007-03-23 [colin]      2.8.1cvs44
4345
4346         * src/imap.c
4347                 Correctly unsubscribe/resubscribe after
4348                 RENAME
4349
4350 2007-03-23 [colin]      2.8.1cvs43
4351
4352         * src/prefs_common.c
4353                 Maemo: as the platform is light on RAM, allow
4354                 caches to be discarded faster.
4355
4356 2007-03-23 [colin]      2.8.1cvs42
4357
4358         * src/Makefile.am
4359         * src/compose.c
4360         * src/compose.h
4361         * src/stock_pixmap.c
4362         * src/stock_pixmap.h
4363         * src/summaryview.c
4364         * src/summaryview.h
4365         * src/toolbar.c
4366         * src/toolbar.h
4367         * src/pixmaps/open_mail.xpm
4368                 Maemo changes: Add the possibility to have
4369                 "Open Email" and "Close Window" buttons on 
4370                 toolbars (and use them in Maemo's default
4371                 toolbars)
4372
4373 2007-03-23 [wwp]        2.8.1cvs41
4374
4375         * src/action.c
4376                 Reverted that part of the action dialog closure logics, to
4377                 pre-2.8.1cvs19. Managing action dialog w/ no output may be
4378                 done later in a different way (or may not).
4379
4380 2007-03-22 [wwp]        2.8.1cvs40
4381
4382         * src/action.c
4383                 Fix sticky action dialog when got no output but action command
4384                 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
4385
4386 2007-03-22 [colin]      2.8.1cvs39
4387
4388         * src/prefs_filtering.c
4389         * src/gtk/combobox.h
4390                 Fix escaping account names in filtering prefs
4391
4392 2007-03-22 [colin]      2.8.1cvs38
4393
4394         * src/addrindex.c
4395         * src/ldapctrl.h
4396         * src/ldapquery.c
4397                 Add any attribute specified in LDAP servers'
4398                 Search attributes to the Other Attributes tab
4399                 of contacts; Add 'telephoneNumber' in the
4400                 default list.
4401
4402 2007-03-22 [colin]      2.8.1cvs37
4403
4404         * src/folderview.c
4405         * src/folderview.h
4406         * src/mainwindow.c
4407                 Try to prevent race conditions when
4408                 changing the folder list
4409         * src/summaryview.c
4410                 Fix possible red folder icon when
4411                 switching from Small screen layout
4412                 to any other
4413
4414 2007-03-22 [colin]      2.8.1cvs36
4415
4416         * src/mainwindow.c
4417         * src/mainwindow.h
4418         * src/summaryview.c
4419                 Rename "little screen" to "Small screen"
4420         * src/gtk/Makefile.am
4421         * src/common/utils.c
4422         * src/mh.c
4423                 Fix Maemo-related compilation problems
4424
4425 2007-03-21 [colin]      2.8.1cvs35
4426
4427         * configure.ac
4428                 Fix previous commit
4429         * claws-mail.desktop
4430                 Remove .png from the Icon, it's useless
4431
4432 2007-03-21 [colin]      2.8.1cvs34
4433
4434         * configure.ac
4435         * src/Makefile.am
4436                 Add the necessary lib checking for 
4437                 Maemo
4438
4439 2007-03-21 [colin]      2.8.1cvs33
4440
4441         * src/main.c
4442                 Fix unconditional "error happened" when
4443                 sending via command-line. "lol @ myself"
4444
4445 2007-03-21 [colin]      2.8.1cvs32
4446
4447         * claws-mail-40x40.png
4448         * claws-mail-26x26.png
4449         * src/account.c
4450         * src/addressbook.c
4451         * src/compose.c
4452         * src/folderview.c
4453         * src/folderview.h
4454         * src/main.c
4455         * src/mainwindow.c
4456         * src/mainwindow.h
4457         * src/messageview.c
4458         * src/prefs_account.c
4459         * src/prefs_common.c
4460         * src/summary_search.c
4461         * src/summaryview.c
4462         * src/summaryview.h
4463         * src/gtk/authors.h
4464         * src/gtk/gtkutils.c
4465         * src/gtk/gtkutils.h
4466         * src/gtk/logwindow.c
4467         * src/gtk/menu.c
4468         * src/gtk/prefswindow.c
4469                 Add Maemo port (patch mainly by Jean-Luc Biort)
4470                 Add a new 'Little screen' layout to help on such
4471                 platforms (patch by me)
4472                 Make some default preferences different (more
4473                 adapted) on Maemo (patch by me)
4474
4475 2007-03-21 [wwp]        2.8.1cvs31
4476
4477         * src/prefs_logging.c
4478         * src/prefs_logging.h
4479                 Fixed copyright header of newly added files.
4480
4481 2007-03-21 [wwp]        2.8.1cvs30
4482
4483         * src/Makefile.am
4484         * src/filtering.c
4485         * src/filtering.h
4486         * src/folder.c
4487         * src/folderview.c
4488         * src/imap.c
4489         * src/inc.c
4490         * src/main.c
4491         * src/mainwindow.c
4492         * src/mainwindow.h
4493         * src/matcher.c
4494         * src/messageview.c
4495         * src/news.c
4496         * src/pop.c
4497         * src/prefs_common.c
4498         * src/prefs_common.h
4499         * src/prefs_logging.c
4500         * src/prefs_logging.h
4501         * src/prefs_other.c
4502         * src/procmsg.c
4503         * src/send_message.c
4504         * src/summaryview.c
4505         * src/common/log.c
4506         * src/common/log.h
4507         * src/common/nntp.c
4508         * src/common/session.c
4509         * src/common/smtp.c
4510         * src/common/socket.c
4511         * src/etpan/imap-thread.c
4512         * src/gtk/logwindow.c
4513         * src/gtk/logwindow.h
4514         * src/plugins/bogofilter/bogofilter.c
4515         * src/plugins/spamassassin/spamassassin.c
4516                 Added debugging of filtering/processing rules.
4517                 The debug log is here 'Tools/Filtering debug window',
4518                 the options there 'Configuration/Preferences/Other/Logging',
4519                 and the log file is ~/.claws-mail/filtering.log.
4520                 Moved protocol log prefs to 'Other/Logging' as well.
4521                 To support such debugging feature, the existing log API has
4522                 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
4523                 this impacts many external modules (commits follow).
4524
4525 2007-03-21 [paul]       2.8.1cvs29
4526
4527         * src/etpan/Makefile.am
4528         * src/etpan/imap-thread.c
4529                 add missing #include
4530
4531 2007-03-21 [colin]      2.8.1cvs28
4532
4533         * src/procmime.c
4534                 Fix bug 1157, 'some broken messages confuse 
4535                 mime parser'. Make sure we can't have MimeInfos
4536                 with negative sizes.
4537
4538 2007-03-20 [colin]      2.8.1cvs27
4539
4540         * src/main.c
4541                 Fix missing \0 on buffer
4542
4543 2007-03-20 [colin]      2.8.1cvs26
4544
4545         * src/mh.c
4546                 Use make_dir_hier instead of make_dir 
4547                 to create the MH mailbox
4548
4549 2007-03-20 [colin]      2.8.1cvs25
4550
4551         * src/folder.c
4552         * src/folder.h
4553         * src/prefs_account.c
4554         * src/wizard.c
4555                 Fix default inbox weirdnesses (after wizard,
4556                 if path is Mail, mailbox identifier is #mh/Mailbox,
4557                 and when creating new accounts)
4558
4559 2007-03-20 [colin]      2.8.1cvs24
4560
4561         * src/account.c
4562                 Write folderlist after adding/deleting accounts
4563                 that have folders
4564
4565 2007-03-20 [colin]      2.8.1cvs23
4566
4567         * src/imap.c
4568         * src/remotefolder.h
4569                 Fix bug 1153, 'CM segfaults if IMAP folder is 
4570                 selected while scanning prior to update'
4571
4572 2007-03-17 [paul]       2.8.1cvs22
4573
4574         * src/main.c
4575                 fix a typo, and be a little more verbose.
4576
4577 2007-03-17 [wwp]        2.8.1cvs21
4578
4579         * src/inc.c
4580                 Fix a compiler warning.
4581
4582 2007-03-16 [wwp]        2.8.1cvs20
4583
4584         * tools/Makefile.am
4585         * tools/README
4586                 Updated to deal w/ the new mairix.sh tool.
4587
4588 2007-03-16 [wwp]        2.8.1cvs19
4589
4590         * src/action.c
4591                 Fix logics issues around the action IO dialog:
4592                 - disable entry widget and exec button when
4593                   the exec button is clicked (don't wait for any
4594                   output line) - fix possible disabling/re-enabling/
4595                   re-disabling of those widgets
4596                 - raise an error if executing a %as{} action either
4597                   empty or invalid, instead of failing silently
4598                 - don't close the dialog if the abort button has been
4599                   clicked and if there was no output yet
4600                 - set focus to the abort button when the exec button
4601                   is clicked
4602                 - fix capitalization of a warning message
4603
4604 2007-03-16 [wwp]        2.8.1cvs18
4605
4606         * tools/mairix.sh
4607                 Added a wrapper to mairix to the tools folder.
4608
4609 2007-03-16 [colin]      2.8.1cvs17
4610
4611         * src/messageview.c
4612         * src/mimeview.h
4613                 Allow mimeviewer plugins to print
4614                 their stuff
4615
4616 2007-03-16 [colin]      2.8.1cvs16
4617
4618         * .cvsignore
4619                 Ignore *.patchset
4620
4621 2007-03-15 [colin]      2.8.1cvs15
4622
4623         * src/messageview.c
4624         * src/mimeview.h
4625                 Add a way for mimeviewer plugins to
4626                 implement body search
4627
4628 2007-03-15 [paul]       2.8.1cvs14
4629
4630         * src/prefs_spelling.c
4631                 fix English usage
4632
4633 2007-03-15 [paul]       2.8.1cvs13
4634
4635         * src/common/quoted-printable.c
4636                 fix decoding of quoted-printable parts
4637
4638 2007-03-14 [wwp]        2.8.1cvs12
4639
4640         * src/gtk/logwindow.h
4641                 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
4642
4643 2007-03-14 [wwp]        2.8.1cvs11
4644
4645         * src/gtk/logwindow.h
4646                 Complete 2.8.1cvs10.
4647
4648 2007-03-14 [colin]      2.8.1cvs10
4649
4650         * src/gtk/logwindow.c
4651                 Probably fix bug 1149, crash on logwindow
4652                 close - at the expense of performance once
4653                 logwin has been opened
4654
4655 2007-03-14 [colin]      2.8.1cvs9
4656
4657         * src/main.c
4658                 If claws-mail is running on another
4659                 display, warn instead of popping it up
4660                 on the other display
4661
4662 2007-03-12 [colin]      2.8.1cvs8
4663
4664         * src/wizard.c
4665                 Fix bug 1145, 'Setting a different name 
4666                 for the Mailbox name isn't reflected in 
4667                 default account settings'. Patch by wwp
4668
4669 2007-03-12 [colin]      2.8.1cvs7
4670
4671         * src/summaryview.c
4672                 Fix bug 1143, 'Add number of messages to be 
4673                 deleted to confirmation dialog'
4674
4675 2007-03-12 [wwp]        2.8.1cvs6
4676
4677         * src/folderview.c
4678         * src/prefs_common.c
4679         * src/prefs_common.h
4680         * src/prefs_summaries.c
4681                 Changed the option that displays unread messages count
4682                 next to the folder name in folder list: it is now
4683                 possible to either display nothing, display the
4684                 unread messages number only or the unread and total messages
4685                 numbers. The patch includes this extra feature as well
4686                 as some minor fixes by rewriting the algo in folderview.c.
4687                 Thanks to Paul for the original idea and implementation, plus
4688                 testing and proof-reading!
4689
4690 2007-03-09 [paul]       2.8.1cvs5
4691
4692         * tools/Makefile.am
4693         * tools/README
4694         * tools/claws-mail-compose-insert-files.pl
4695                 added a script which enables inserting files
4696                 into the message body of a new Claws Mail
4697                 Compose window from the command line. Additionally
4698                 To, Cc, Subject and files to attach to the message
4699                 can be specified.
4700
4701 2007-03-09 [wwp]        2.8.1cvs4
4702
4703         * src/addr_compl.c
4704         * src/addr_compl.h
4705         * src/filtering.c
4706                 Optimize matching of addresses in the addressbook
4707                 (filtering/processing 'found_in_addressbook' condition).
4708
4709 2007-03-07 [wwp]        2.8.1cvs3
4710
4711         * src/quote_fmt.c
4712         * src/quote_fmt_lex.l
4713         * src/quote_fmt_parse.y
4714                 Add a new quote format symbol: %A to insert the
4715                 sender email address (just the address itself).
4716
4717 2007-03-06 [wwp]        2.8.1cvs2
4718
4719         * src/gtk/gtkutils.c
4720         * src/plugins/trayicon/trayicon_prefs.h
4721         * src/plugins/trayicon/trayicon_prefs.c
4722         * src/plugins/trayicon/trayicon.c
4723         * src/mainwindow.h
4724         * src/mainwindow.c
4725                 Add a new trayicon (optional) feature: minimize to tray. When enabled,
4726                 minimizing Claws-Mail main window will hide it to the trayicon instead.
4727
4728
4729 2007-03-06 [paul]       2.8.1cvs1
4730
4731         * NEWS
4732         * README
4733         * RELEASE_NOTES
4734         * configure.ac
4735                 bump version number following
4736                 stable release
4737
4738 2007-03-06 [paul]       2.8.0cvs24
4739
4740         * po/cs.po
4741                 corrected by by Tim <timbrain@post.cz>
4742
4743 2007-03-05 [colin]      2.8.0cvs23
4744
4745         * src/Makefile.am
4746         * src/procmime.c
4747                 Fix mime/globs path on NetBSD
4748                 patch by George Michaelson
4749
4750 2007-03-05 [wwp]        2.8.0cvs22
4751
4752         * src/addr_compl.c
4753                 Remove debug statement (accidentally committed w/ cvs14).
4754
4755 2007-03-05 [paul]       2.8.0cvs21
4756
4757         * src/plugins/pgpcore/prefs_gpg.c
4758                 fix compiler warning
4759
4760 2007-03-05 [wwp]        2.8.0cvs20
4761
4762         * src/matcher_parser_parse.y
4763                 Fix mismerge between cvs17 and cvs19.
4764
4765 2007-03-05 [wwp]        2.8.0cvs19
4766
4767         * src/matcher_parser_parse.y
4768         * src/prefs_filtering_action.c
4769         * src/matcher.c
4770         * src/matcher.h
4771         * src/filtering.c
4772         * src/filtering.h
4773                 Add new 'add_to_addressbook' filtering/processing action.
4774
4775 2007-03-05 [wwp]        2.8.0cvs18
4776
4777         * src/filtering.c
4778                 Fix mark_as_ham filtering/processing action: spam flag
4779                 was not unset.
4780
4781 2007-03-04 [colin]      2.8.0cvs17
4782
4783         * src/filtering.c
4784         * src/matcher.c
4785         * src/matcher.h
4786         * src/matcher_parser_parse.y
4787         * src/prefs_filtering_action.c
4788                 Add 'Mark as spam' and 'Mark as ham' filtering
4789                 actions. Fixes bug 1138.
4790
4791 2007-03-04 [colin]      2.8.0cvs16
4792
4793         * src/imap.c
4794                 Fix bug 1140, wrong return value
4795                 without libetpan
4796
4797 2007-03-04 [wwp]        2.8.0cvs15
4798
4799         * src/addr_compl.c
4800                 Rollback cvs14: don't free stuff that is managed in g_list.
4801
4802 2007-03-04 [wwp]        2.8.0cvs14
4803
4804         * src/addr_compl.c
4805                 Fix a leak in address completion code.
4806
4807 2007-03-04 [colin]      2.8.0cvs13
4808
4809         * src/addr_compl.c
4810                 Maybe fix bug 1136, 'Crash in group 
4811                 address completion'
4812
4813 2007-03-04 [iwkse]      2.8.0cvs12
4814
4815         * src/imap.c
4816                 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
4817
4818 2007-03-03 [colin]      2.8.0cvs11
4819
4820         * src/plugins/pgpinline/pgpinline.c
4821                 Fix off-by-one, fix double-free. Fixes
4822                 bug 1135, 'cm-segfault on decrypting 
4823                 with PGP/inline'
4824
4825 2007-03-03 [colin]      2.8.0cvs10
4826
4827         * configure.ac
4828         * src/main.c
4829         * src/common/plugin.c
4830                 Fix bug 1134, 'Valgrind macros unhandled 
4831                 by Irix's cc'
4832
4833 2007-03-02 [colin]      2.8.0cvs9
4834
4835         * src/mbox.c
4836                 Don't error out on EAGAIN. Fixes 
4837                 bug 1129, '"local mbox file" account 
4838                 isn't retrieving mails'
4839
4840 2007-03-01 [wwp]        2.8.0cvs8
4841
4842         * src/mainwindow.c
4843         * src/gtk/colorlabel.c
4844                 Remove accels for extra color labels until we set better
4845                 and definitive ones.
4846
4847 2007-02-28 [wwp]        2.8.0cvs7
4848
4849         * src/mainwindow.c
4850         * src/matcher_parser_parse.y
4851         * src/prefs_common.c
4852         * src/prefs_msg_colors.c
4853         * src/procmsg.h
4854         * src/gtk/colorlabel.c
4855         * src/gtk/colorlabel.h
4856                 Add more customizable color labels. Cleaned up a bit
4857                 the color label API to avoid duplicate defines of
4858                 the max number of colors.
4859
4860 2007-02-27 [colin]      2.8.0cvs6
4861
4862         * src/mainwindow.c
4863         * src/common/utils.c
4864         * src/common/utils.h
4865                 Fix '+' in mailto URIs for List-* headers
4866
4867 2007-02-27 [colin]      2.8.0cvs5
4868
4869         * src/gtk/gtkutils.c
4870                 Use gtk_window_set_role instead of 
4871                 _set_wmclass
4872
4873 2007-02-27 [colin]      2.8.0cvs4
4874
4875         * src/inc.c
4876                 Fix "After receiving new mail, go to inbox" on IMAP,
4877                 and make it work only on manual reception
4878
4879 2007-02-27 [wwp]        2.8.0cvs3
4880
4881         * src/prefs_filtering.c
4882         * src/prefs_filtering_action.c
4883         * src/prefs_matcher.c
4884                 Update filtering matcher's and action's color label menus
4885                 when re-opening those dialogs (reflect any change to the
4886                 color labels list in the preferences).
4887
4888 2007-02-27 [colin]      2.8.0cvs2
4889
4890         * src/imap.c
4891         * src/etpan/etpan-thread-manager-types.h
4892         * src/etpan/etpan-thread-manager.c
4893         * src/etpan/imap-thread.c
4894                 Log imap ALERTs as errors in the log.
4895
4896 2007-02-26 [paul]       2.8.0cvs1
4897
4898         * tools/claws.i18n.status.pl
4899                 updated
4900
4901 2007-02-26 [paul]       2.7.2cvs75
4902
4903         * po/ca.po
4904         * po/cs.po
4905         * po/de.po
4906         * po/en_GB.po
4907         * po/fi.po
4908         * po/fr.po
4909         * po/hu.po
4910         * po/pl.po
4911         * po/pt_BR.po
4912         * po/sk.po
4913         * po/sr.po
4914         * po/zh_CN.po
4915                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
4916                 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
4917                 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
4918                 Aleksandar Urosevic, and Ralgh Young
4919
4920 2007-02-25 [mones]      2.7.2cvs74
4921
4922         * po/es.po
4923                 Updated for release
4924
4925 2007-02-25 [colin]      2.7.2cvs73
4926
4927         * src/main.c
4928                 Clearing the list is only useful
4929                 to prevent a valgrind false-positive
4930
4931 2007-02-25 [paul]       2.7.2cvs72
4932
4933         * tools/Makefile.am
4934         * tools/README
4935         * tools/kmail-mailbox2claws-mail.pl  **ADDED**
4936         * tools/maildir2claws-mail.pl  **REMOVED**
4937                 renamed the script, fixed a couple bugs
4938
4939 2007-02-23 [colin]      2.7.2cvs71
4940
4941         * src/addressbook.c
4942                 Fix a leak, check for a few improbable nulls
4943
4944 2007-02-23 [colin]      2.7.2cvs70
4945
4946         * src/main.c
4947         * src/main.h
4948         * src/plugins/trayicon/trayicon.c
4949                 Fix blinking mainwin when starting in tray
4950                 (show mainwindow later in the startup process,
4951                  apart if restarting post-crash)
4952
4953 2007-02-23 [colin]      2.7.2cvs69
4954
4955         * src/folderview.c
4956         * src/imap_gtk.c
4957                 Fix crash when unsubscribing the currently
4958                 selected/opened folder
4959
4960 2007-02-23 [colin]      2.7.2cvs68
4961
4962         * src/compose.c
4963                 Fix bug that prevented colorization to
4964                 work without wrap quotation option
4965
4966 2007-02-23 [colin]      2.7.2cvs67
4967
4968         * src/addr_compl.c
4969                 Fix refcounting, start and end completion who
4970                 behaved as if there couldn't be any other current
4971                 user of completion
4972
4973 2007-02-23 [wwp]        2.7.2cvs66
4974
4975         * src/addressbook.c
4976         * src/addrindex.c
4977                 Address completion fixes: fix addressbook_peek_folder_exists() in
4978                 which the algorithm was ridiculously over-obfuscated and broken.
4979                 Fix addrindex_load_completion() as well, to load addresses in
4980                 completion list with regards to what addressbook_peek_folder_exists()
4981                 returns now.
4982
4983 2007-02-23 [wwp]        2.7.2cvs65
4984
4985         * src/addr_compl.c
4986                 Add addresses to completion when they're non-empty (thanks to Colin).
4987
4988 2007-02-23 [paul]       2.7.2cvs64
4989
4990         * src/plugins/pgpcore/passphrase.c
4991                 remove 'const '
4992
4993 2007-02-23 [colin]      2.7.2cvs63
4994
4995         * src/plugins/pgpcore/prefs_gpg.c
4996         * src/plugins/pgpcore/prefs_gpg.h
4997         * src/plugins/pgpcore/sgpgme.c
4998         * src/plugins/pgpinline/pgpinline.c
4999         * src/plugins/pgpmime/pgpmime.c
5000                 Try harder to respect user's choice wrt
5001                 gpg-agent even with gpg2, by unsetting
5002                 GPG_AGENT_INFO when necessary.
5003
5004 2007-02-22 [paul]       2.7.2cvs62
5005
5006         * src/plugins/pgpcore/sgpgme.c
5007         * src/plugins/pgpcore/sgpgme.h
5008         * src/plugins/pgpcore/passphrase.c
5009         * src/plugins/pgpinline/pgpinline.c
5010         * src/plugins/pgpmime/pgpmime.c
5011                 Fix a leak - gpgme_data_release_and_get_mem
5012                 leaks in recent gpgme. Workaround by using
5013                 our own function.
5014
5015 2007-02-22 [paul]       2.7.2cvs61
5016
5017         * src/gtk/quicksearch.c
5018                 Abandon dynamic search when pressing
5019                 Enter
5020
5021 2007-02-21 [colin]      2.7.2cvs60
5022
5023         * src/procmsg.c
5024         * src/plugins/pgpcore/passphrase.c
5025                 Fix little memory leaks
5026         * src/main.c
5027                 Fix false-positive leak at exit
5028         * src/gtk/quicksearch.c
5029                 Fix potentially big leak in recursive
5030                 Quicksearch
5031
5032 2007-02-21 [wwp]        2.7.2cvs59
5033
5034         * src/summaryview.c
5035                 Add missing newline to a debug message.
5036
5037 2007-02-20 [colin]      2.7.2cvs58
5038
5039         * src/Makefile.am
5040         * src/mimeview.c
5041         * src/stock_pixmap.c
5042         * src/stock_pixmap.h
5043         * src/pixmaps/mime_pgpsig.xpm
5044                 Add icon for application/pgp-signature
5045
5046 2007-02-20 [colin]      2.7.2cvs57
5047
5048         * src/Makefile.am
5049         * src/main.c
5050         * src/mimeview.c
5051         * src/stock_pixmap.c
5052         * src/stock_pixmap.h
5053         * src/pixmaps/mime_calendar.xpm
5054         * src/pixmaps/mime_pdf.xpm
5055         * src/pixmaps/mime_ps.xpm
5056                 Add icons for text/calendar, application/pdf
5057                 and application/postscript
5058
5059 2007-02-20 [colin]      2.7.2cvs56
5060
5061         * autogen.sh
5062         * src/matcher_parser_parse.y
5063         * src/matcher_parser_lex.l
5064                 Fix big memory leak in flex, and
5065                 require flex 2.5.31
5066
5067 2007-02-20 [wwp]        2.7.2cvs55
5068
5069         * src/matcher_parser_parse.y
5070                 Fix a duplicate token definition (thanks to iwkse).
5071
5072 2007-02-20 [wwp]        2.7.2cvs54
5073
5074         * src/matcher_parser_lex.l
5075         * src/quote_fmt_lex.l
5076                 Use proper flex options instead of direct use of #define,
5077                 make the flex-generated C lighter.
5078
5079 2007-02-20 [colin]      2.7.2cvs53
5080
5081         * src/summaryview.c
5082                 Grab focus in message list after hiding
5083                 the quicksearch, instead of leaving it
5084                 "somewhere"
5085
5086 2007-02-19 [colin]      2.7.2cvs52
5087
5088         * src/folderview.c
5089                 Fix bug 1033, 'Automatically refresh 
5090                 message list when new messages arrives'
5091                 Looks like folderview->opened can sometimes
5092                 be wrong...
5093
5094 2007-02-19 [paul]       2.7.2cvs51
5095
5096         * tools/Makefile.am
5097         * tools/README
5098         * tools/thunderbird-filters-convertor.pl
5099                 add new script which converts thunderbird filter
5100                 rules to Claws filter rules
5101
5102 2007-02-18 [paul]       2.7.2cvs50
5103
5104         * src/plugins/pgpcore/prefs_gpg.c
5105         * src/plugins/pgpcore/prefs_gpg.h
5106         * src/plugins/pgpcore/sgpgme.c
5107         * src/plugins/pgpinline/pgpinline.c
5108         * src/plugins/pgpmime/pgpmime.c
5109                 improved GUI interoperability with gpg-agent
5110
5111 2007-02-18 [paul]       2.7.2cvs49
5112
5113         * src/prefs_account.c
5114                 Privacy options sensitivity fix
5115
5116 2007-02-17 [colin]      2.7.2cvs48
5117
5118         * src/messageview.c
5119                 Reset icon to warning in the noticeview
5120
5121 2007-02-15 [colin]      2.7.2cvs47
5122
5123         * src/folderview.c
5124                 Fix a manifestation of bug 1033 (summaryview failing
5125                 to update for new mails), which happens after editing
5126                 account preferences or preferences that cause a 
5127                 folderview reload.
5128
5129 2007-02-15 [colin]      2.7.2cvs46
5130
5131         * src/addressbook.c
5132                 Probably fix bug 1123, 'Segmentation 
5133                 fault while opening address book'. I get
5134                 g_warnings if the saved paned position is
5135                 not greater than 0. Also, save position
5136                 when hiding the addressbook instead of
5137                 via signal.
5138
5139 2007-02-14 [colin]      2.7.2cvs45
5140
5141         * src/plugins/pgpcore/prefs_gpg.c
5142         * src/plugins/pgpcore/prefs_gpg.h
5143         * src/plugins/pgpcore/sgpgme.c
5144         * src/plugins/pgpinline/pgpinline.c
5145         * src/plugins/pgpmime/pgpmime.c
5146                 Add an option "Use gpg-agent if available". Fixes
5147                 annoyances with distro-installed gpg-agent, when
5148                 no pinentry program is installed, and the user's 
5149                 at a loss on why "decryption failed". Makes more
5150                 clear why passphrase isn't saved when gpg-agent is
5151                 used. Defaults to true, to avoid changing the 
5152                 current behaviour.
5153
5154 2007-02-14 [wwp]        2.7.2cvs44
5155
5156         * src/matcher_parser_parse.y
5157                 Fix missing line number reset (wrong line number might appear
5158                 when re-loading filtering rules if there's a parser error).
5159
5160 2007-02-13 [colin]      2.7.2cvs43
5161
5162         * src/common/utils.c
5163                 Don't encode ',' in URIs before passing it
5164                 to the browser command-line. It was probably
5165                 done at a time where commas in URIs made
5166                 mozilla -remote 'openurl(%s,new-window)'
5167                 bug.
5168
5169 2007-02-13 [wwp]        2.7.2cvs42
5170
5171         * src/prefs_matcher.c
5172         * src/plugins/bogofilter/bogofilter_gtk.c
5173                 A bit of string factorization around "Select ..." buttons.
5174
5175 2007-02-11 [colin]      2.7.2cvs41
5176
5177         * src/alertpanel.c
5178                 Make sure to escape the title
5179
5180 2007-02-11 [colin]      2.7.2cvs40
5181
5182         * src/codeconv.c
5183                 Recognize .utf8 locales as .UTF-8 ones
5184
5185 2007-02-11 [colin]      2.7.2cvs39
5186
5187         * src/compose.c
5188                 Fix code conversion when dragging a file
5189
5190 2007-02-09 [colin]      2.7.2cvs38
5191
5192         * src/plugins/clamav/clamav_plugin.c
5193                 Complete Paul's patch with conditional
5194                 compilation to avoid breaking compilation
5195                 on old Dapper and Edgy... Maybe other
5196                 distros too.
5197
5198 2007-02-09 [paul]       2.7.2cvs37
5199
5200         * src/plugins/clamav/clamav_plugin.c
5201                 fix for the upstream changes in libclamav
5202
5203 2007-02-09 [paul]       2.7.2cvs36
5204
5205         * src/main.c
5206         * src/mainwindow.c
5207         * src/procmsg.c
5208         * src/procmsg.h
5209                 fix "warn if there are queued messages" (on exit)
5210                 option, which only checked the first mailbox's
5211                 queue
5212                 don't ask before emptying trash if there are no
5213                 messages in trash, also check and empty all trash
5214                 folders
5215         * src/prefs_other.c
5216                 move "Ask before emptying trash" option
5217                 outside of the "On exit" frame as it's
5218                 not only an "On exit" option
5219
5220 2007-02-09 [paul]       2.7.2cvs35
5221
5222         * src/addrgather.c
5223         * src/alertpanel.c
5224         * src/editldap.c
5225         * src/prefs_account.c
5226         * src/prefs_folder_item.c
5227         * src/prefs_gtk.h
5228         * src/prefs_matcher.c
5229         * src/prefs_message.c
5230         * src/prefs_msg_colors.c
5231         * src/prefs_summaries.c
5232         * src/wizard.c
5233         * src/gtk/inputdialog.c
5234         * src/plugins/bogofilter/bogofilter_gtk.c
5235                 pedantic commit: use 'checkbtn' everywhere
5236                 instead of a mixture of 'checkbtn' and 'chkbtn'
5237
5238 2007-02-09 [paul]       2.7.2cvs34
5239
5240         * src/compose.c
5241                 fix default hotkeys
5242         * src/prefs_other.c
5243         * src/prefs_send.c
5244                 move "Never send Return Receipts" from
5245                 prefs_other to prefs_send
5246                 add an option "Ask about account specific
5247                 filtering rules..." to prefs_other
5248         * src/gtk/gtkutils.c
5249                 fix a compiler warning
5250
5251 2007-02-08 [colin]      2.7.2cvs33
5252
5253         * src/plugins/pgpinline/pgpinline.c
5254                 Fix bug 1110, 'pgpmime fails to process 
5255                 encapsulated openpgp mime (rfc 3156, 6.1 
5256                 -> rfc1847)'
5257                 It was due to an interaction between PGP/Mime
5258                 and PGP/Inline plugin. 
5259
5260 2007-02-08 [colin]      2.7.2cvs32
5261
5262         * src/inc.c
5263         * src/mbox.c
5264         * src/mbox.h
5265                 Fix bug 1117, 'fcntl locking code 
5266                 does not work in mbox.c'
5267
5268 2007-02-08 [colin]      2.7.2cvs31
5269
5270         * src/prefs_account.c
5271                 Fix Gentoo bug 165819, 'can't create 
5272                 a "local mbox file" account'. Patch
5273                 by Olivier <castan.o@free.fr>
5274
5275 2007-02-07 [colin]      2.7.2cvs30
5276
5277         * src/ldapquery.c
5278                 Fix bug 1106, 'Claws crash on exit if LDAPS 
5279                 autocompletion was used'
5280
5281 2007-02-07 [paul]       2.7.2cvs29
5282
5283         * src/folder.c
5284                 cut down on unnecessary debug_prints
5285         * src/imap_gtk.c
5286                 fix menu_set_active() on 'Show only
5287                 subscribed folders'
5288
5289 2007-02-07 [paul]       2.7.2cvs28
5290
5291         * src/plugins/clamav/clamav_plugin.c
5292         * src/plugins/clamav/clamav_plugin.h
5293         * src/plugins/clamav/clamav_plugin_gtk.c
5294                 fix copyright header
5295
5296 2007-02-07 [paul]       2.7.2cvs27
5297
5298         * src/procheader.c
5299                 fix bug 1116, 'summary view allow a 
5300                 subject line break'
5301
5302 2007-02-06 [colin]      2.7.2cvs26
5303
5304         * src/summaryview.c
5305                 Fix delete thread
5306
5307 2007-02-05 [fabien]     2.7.2cvs25
5308
5309         * po/POTFILES.in
5310         * src/uri_opener.c
5311                 i18n related - 1 fix and 1 message for translators.
5312
5313 2007-02-05 [colin]      2.7.2cvs24
5314
5315         * src/gtk/quicksearch.c
5316                 Don't reload summary list if quicksearch wasn't
5317                 active on hiding; move currently selected mail in
5318                 the visible area when showing the quicksearch
5319
5320 2007-02-05 [colin]      2.7.2cvs23
5321
5322         * src/folderview.c
5323                 Add debug to try to solve bug 1104
5324
5325 2007-02-05 [paul]       2.7.2cvs22
5326
5327         * src/mainwindow.c
5328                 confirm before emptying trash on exit is
5329                 a Yes or No answer, use Yes or No in the
5330                 dialog
5331
5332 2007-02-04 [colin]      2.7.2cvs21
5333
5334         * src/compose.c
5335         * src/plugins/pgpcore/passphrase.c
5336         * src/plugins/pgpcore/select-keys.c
5337                 Set wmclass on new windows
5338
5339 2007-02-04 [colin]
5340
5341         2.8.0-rc1 released
5342
5343 2007-02-04 [colin]      2.7.2cvs20
5344
5345         * src/compose.c
5346         * src/compose.h
5347                 Auto save drafts on exit, reopen them
5348                 at startup, instead of asking
5349         * src/account.c
5350         * src/addressadd.c
5351         * src/addressbook.c
5352         * src/addressbook_foldersel.c
5353         * src/addrgather.c
5354         * src/crash.c
5355         * src/editaddress.c
5356         * src/editbook.c
5357         * src/editgroup.c
5358         * src/editjpilot.c
5359         * src/editldap.c
5360         * src/editldap_basedn.c
5361         * src/editvcard.c
5362         * src/exphtmldlg.c
5363         * src/expldifdlg.c
5364         * src/export.c
5365         * src/foldersel.c
5366         * src/gedit-print.c
5367         * src/import.c
5368         * src/importldif.c
5369         * src/importmutt.c
5370         * src/importpine.c
5371         * src/main.c
5372         * src/mainwindow.c
5373         * src/message_search.c
5374         * src/messageview.c
5375         * src/prefs_actions.c
5376         * src/prefs_customheader.c
5377         * src/prefs_display_header.c
5378         * src/prefs_filtering.c
5379         * src/prefs_filtering_action.c
5380         * src/prefs_folder_column.c
5381         * src/prefs_gtk.c
5382         * src/prefs_matcher.c
5383         * src/prefs_other.c
5384         * src/prefs_summaries.c
5385         * src/prefs_summary_column.c
5386         * src/prefs_template.c
5387         * src/sourcewindow.c
5388         * src/ssl_manager.c
5389         * src/summary_search.c
5390         * src/uri_opener.c
5391         * src/gtk/about.c
5392         * src/gtk/description_window.c
5393         * src/gtk/foldersort.c
5394         * src/gtk/gtkutils.c
5395         * src/gtk/gtkutils.h
5396         * src/gtk/icon_legend.c
5397         * src/gtk/logwindow.c
5398         * src/gtk/pluginwindow.c
5399         * src/gtk/prefswindow.c
5400                 Give different wmclass to different
5401                 windows - thanks to sed ;)
5402
5403 2007-02-04 [colin]      2.7.2cvs19
5404
5405         * src/main.c
5406                 Revert previous patch, can't reproduce
5407                 it anymore. 
5408
5409 2007-02-03 [colin]      2.7.2cvs18
5410
5411         * src/main.c
5412                 Don't save the mainwindow size and
5413                 position on emergency exit (libSM's
5414                 "die" callback), Xfce seems to make
5415                 the window smaller just before the
5416                 size's saved.
5417
5418 2007-02-03 [colin]      2.7.2cvs17
5419
5420         * src/plugins/bogofilter/bogofilter.c
5421         * src/plugins/bogofilter/bogofilter.h
5422         * src/plugins/bogofilter/bogofilter_gtk.c
5423         * src/plugins/pgpinline/pgpinline.c
5424         * src/plugins/pgpinline/pgpinline.h
5425                 Fix more copyrights
5426
5427 2007-02-03 [colin]      2.7.2cvs16
5428
5429         * src/partial_download.c
5430         * src/partial_download.h
5431         * src/ssl_manager.c
5432         * src/ssl_manager.h
5433         * src/uri_opener.c
5434         * src/uri_opener.h
5435         * src/wizard.c
5436         * src/wizard.h
5437         * src/common/ssl_certificate.c
5438         * src/common/ssl_certificate.h
5439         * src/gtk/quicksearch.c
5440         * src/gtk/quicksearch.h
5441         * src/gtk/sslcertwindow.c
5442         * src/gtk/sslcertwindow.h
5443                 Fix copyright on my files
5444
5445 2007-02-02 [colin]      2.7.2cvs15
5446
5447         * src/Makefile.am
5448         * src/mainwindow.c
5449         * src/messageview.c
5450         * src/messageview.h
5451         * src/textview.c
5452         * src/textview.h
5453         * src/uri_opener.c
5454         * src/uri_opener.h
5455                 Add Tools/List URIs to allow
5456                 opening any URI in the current mail
5457
5458 2007-02-02 [colin]      2.7.2cvs14
5459
5460         * src/common/valgrind.h ** NEW FILE **
5461         * src/common/Makefile.am
5462         * src/common/plugin.c
5463                 Don't dlclose the plugins if we're running
5464                 under valgrind. (doesn't require valgrind
5465                 either at compile time or run time).
5466
5467 2007-02-01 [paul]       2.7.2cvs13
5468
5469         * AUTHORS
5470         * src/gtk/authors.h
5471         * tools/freshmeat_search.pl
5472         * tools/google_search.pl
5473         * tools/multiwebsearch.pl
5474                 add support for non ISO-8859-1 compatible locales
5475                 Patch by Alex Gorbachenko <agent_007@immo.ru>
5476
5477 2007-02-01 [colin]      2.7.2cvs12
5478
5479         * src/prefs_other.c
5480         * src/prefs_summaries.c
5481                 Move keybinding prefs to the Other page
5482
5483 2007-02-01 [wwp]        2.7.2cvs11
5484
5485         * src/plugins/trayicon/trayicon.c
5486                 Fix a raising issue within KDE.
5487
5488 2007-02-01 [colin]      2.7.2cvs10
5489
5490         * src/codeconv.c
5491                 Fix stray quotes in encoded strings
5492         * src/addressadd.c
5493                 Fix wrong call causing g_warnings
5494         * src/textview.c
5495                 Remove useless message
5496
5497 2007-01-31 [wwp]        2.7.2cvs9
5498
5499         * src/plugins/trayicon/trayicon.c
5500                 fix buggy hiding of main window when closing if close-to-tray
5501                 is not set (bad logics  in the trayicon hook code).
5502                 Changed the quit confirmation message too.
5503
5504 2007-01-30 [colin]      2.7.2cvs8
5505
5506         * src/main.c
5507                 Fix hidden mainwindow after clicking on
5508                 the X close button, if compose windows
5509                 exist and the user chooses not to quit
5510
5511 2007-01-30 [colin]      2.7.2cvs7
5512
5513         * src/main.c
5514         * src/compose.c
5515                 Handle local URIs to attach files (file:///...)
5516                 Fixes attaching files from Thunar for example
5517
5518 2007-01-30 [colin]      2.7.2cvs6
5519
5520         * src/prefs_ext_prog.c
5521                 Add 'mousepad' to the list of text editors.
5522                 Mousepad is XFCE's text editor
5523
5524 2007-01-29 [wwp]        2.7.2cvs5
5525
5526         * po/POTFILES.in
5527         * src/plugins/trayicon/trayicon_prefs.c
5528                 trayicon i18n fixes, thanks to Fabien.
5529
5530 2007-01-28 [wwp]        2.7.2cvs4
5531
5532         * src/mainwindow.c
5533         * src/mainwindow.h
5534         * src/plugins/trayicon/trayicon.c
5535         * src/plugins/trayicon/trayicon_prefs.c
5536         * src/plugins/trayicon/trayicon_prefs.h
5537                 Added a new TrayIcon plugin option to close to tray
5538                 (WM's hotkey and [X] button will hide the window instead
5539                 of closing it - closing CM can be done using the tray icon
5540                 menu or the File menu).
5541                 Improved visibility handling in trayicon, clicking the
5542                 trayicon now raise the window to current desktop when it
5543                 was either minimized/shaded/on another desktop.
5544                 Thanks to Paul for testing and fixing a strange behaviour
5545                 in KDE ;-).
5546
5547 2007-01-27 [paul]       2.7.2cvs3
5548
5549         * src/prefs_folder_item.c
5550         * src/prefs_receive.c
5551         * src/plugins/pgpcore/prefs_gpg.c
5552                 use 'start-up' instead of 'startup' in labels
5553
5554 2007-01-26 [wwp]        2.7.2cvs2
5555
5556         * src/plugins/trayicon/Makefile.am
5557         * src/plugins/trayicon/trayicon.c
5558         * src/plugins/trayicon/trayicon_prefs.c
5559         * src/plugins/trayicon/trayicon_prefs.h
5560                 Add a new TrayIcon option to hide the main window at
5561                 start-up.
5562                 Fix trayicon.c copyright header.
5563
5564 2007-01-26 [paul]       2.7.2cvs1
5565
5566         * NEWS
5567         * README
5568         * RELEASE_NOTES
5569         * configure.ac
5570                 bump up version number following
5571                 stable release
5572
5573 2007-01-25 [mones]      2.7.1cvs60
5574
5575         * po/es.po
5576                 updated thousands of strings (well, probably less ;-)
5577
5578 2007-01-25 [colin]      2.7.1cvs59
5579
5580         * src/matcher.c
5581                 Fix 2nd-run loss of matcherrc on new
5582                 configurations. 
5583
5584 2007-01-25 [wwp]        2.7.1cvs58
5585
5586         * src/mimeview.c
5587                 fix handling of empty value in attach_save_directory too, thanks
5588                 to Colin.
5589
5590 2007-01-25 [wwp]        2.7.1cvs57
5591
5592         * src/gtk/filesel.c
5593                 fix handling of empty value in attach_load_directory,
5594                 thanks to Colin.
5595
5596 2007-01-25 [wwp]        2.7.1cvs56
5597
5598         * src/plugins/dillo_viewer/dillo_prefs.h
5599                 fix a typo.
5600
5601 2007-01-25 [colin]      2.7.1cvs55
5602
5603         * src/matcher.c
5604         * src/matcher.h
5605         * src/matcher_parser_parse.y
5606         * src/prefs_matcher.c
5607                 Add matching on the spam flag
5608
5609 2007-01-24 [colin]      2.7.1cvs54
5610
5611         * src/folder.c
5612         * src/common/xml.c
5613         * src/common/xml.h
5614                 Make sure folderlist.xml is correctly
5615                 written before overwriting it.
5616         * src/procmsg.c
5617         * src/procmsg.h
5618         * src/summaryview.c
5619         * src/plugins/bogofilter/bogofilter.c
5620         * src/plugins/bogofilter/bogofilter.h
5621         * src/plugins/bogofilter/bogofilter_gtk.c
5622         * src/plugins/spamassassin/spamassassin.c
5623         * src/plugins/spamassassin/spamassassin.h
5624         * src/plugins/spamassassin/spamassassin_gtk.c
5625                 Move spam to the correct trash folder after
5626                 learning, if spam directory isn't set.
5627
5628 2007-01-23 [paul]       2.7.1cvs53
5629
5630         * src/plugins/bogofilter/bogofilter_gtk.c
5631                 fix sensitivity of "Insert X-Bogosity header"
5632                 option
5633
5634 2007-01-23 [colin]      2.7.1cvs52
5635
5636         * src/toolbar.c
5637                 Translate toolbar items text if
5638                 they're translatable (default)
5639         * src/addrcache.c
5640         * src/addrcache.h
5641         * src/addritem.c
5642         * src/addritem.h
5643         * src/codeconv.c
5644         * src/codeconv.h
5645         * src/jpilot.c
5646         * src/jpilot.h
5647         * src/ldapctrl.c
5648         * src/ldapctrl.h
5649         * src/ldapquery.h
5650         * src/ldif.c
5651         * src/ldif.h
5652         * src/etpan/etpan-thread-manager.c
5653         * src/etpan/etpan-thread-manager.h
5654         * src/gtk/gtkutils.c
5655         * src/gtk/gtkutils.h
5656                 More static functions
5657
5658 2007-01-22 [fabien]     2.7.1cvs51
5659
5660         * src/gtk/gtkutils.c
5661                 gtkut_get_options_frame() : ability to pass
5662                 a 'NULL' value in frame pointer parameter if
5663                 we don't need it.
5664
5665 2007-01-22 [colin]      2.7.1cvs50
5666
5667         * src/procmsg.c
5668         * src/procmsg.h
5669         * src/plugins/bogofilter/bogofilter.c
5670         * src/plugins/bogofilter/bogofilter_gtk.c
5671         * src/plugins/spamassassin/spamassassin.c
5672         * src/plugins/spamassassin/spamassassin_gtk.c
5673                 Allow moving spams to the account's trash
5674                 instead of default one
5675
5676 2007-01-21 [colin]      2.7.1cvs49
5677
5678         * src/ldapquery.c
5679         * src/ldapquery.h
5680                 Revert a static function that shouldn't
5681                 have been
5682
5683 2007-01-21 [colin]      2.7.1cvs48
5684
5685         * src/ldapquery.c
5686         * src/ldapquery.h
5687                 Same
5688
5689 2007-01-21 [colin]      2.7.1cvs47
5690
5691         * src/procmsg.c
5692         * src/procmsg.h
5693                 Same
5694
5695 2007-01-21 [colin]      2.7.1cvs46
5696
5697         * src/common/socket.c
5698         * src/common/socket.h
5699                 Same
5700
5701 2007-01-21 [colin]      2.7.1cvs45
5702
5703         * src/crash.c
5704         * src/exporthtml.c
5705         * src/exporthtml.h
5706         * src/exportldif.c
5707         * src/exportldif.h
5708         * src/folder.c
5709         * src/folder.h
5710         * src/folder_item_prefs.c
5711         * src/folder_item_prefs.h
5712         * src/folderview.c
5713         * src/folderview.h
5714         * src/gedit-print.c
5715         * src/gedit-print.h
5716         * src/main.c
5717         * src/main.h
5718         * src/common/socket.c
5719         * src/common/socket.h
5720         * src/gtk/gtkaspell.c
5721         * src/gtk/gtkaspell.h
5722         * src/gtk/quicksearch.c
5723         * src/gtk/quicksearch.h
5724                 Same
5725
5726 2007-01-21 [colin]      2.7.1cvs44
5727
5728         * src/common/utils.c
5729         * src/common/utils.h
5730         * src/etpan/etpan-thread-manager.c
5731         * src/etpan/etpan-thread-manager.h
5732                 Same (Funny that etpan_thread_unbind
5733                 is called but not etpan_thread_bind)
5734
5735 2007-01-21 [colin]      2.7.1cvs43
5736
5737         * src/addrselect.c
5738         * src/addrselect.h
5739         * src/codeconv.c
5740         * src/codeconv.h
5741         * src/compose.c
5742         * src/compose.h
5743         * src/etpan/Makefile.am
5744         * src/gtk/colorlabel.c
5745         * src/gtk/colorlabel.h
5746         * src/gtk/sslcertwindow.c
5747         * src/gtk/sslcertwindow.h
5748         * src/etpan/etpan-log.c ** REMOVED **
5749         * src/etpan/etpan-log.h ** REMOVED **
5750                 Same
5751
5752 2007-01-20 [colin]      2.7.1cvs42
5753
5754         * src/addritem.c
5755         * src/addritem.h
5756                 Same
5757
5758 2007-01-20 [colin]      2.7.1cvs41
5759
5760         * src/account.c
5761         * src/account.h
5762         * src/addrbook.c
5763         * src/addrbook.h
5764         * src/addrcache.c
5765         * src/addrcache.h
5766         * src/addrclip.c
5767         * src/addrclip.h
5768         * src/addressbook.c
5769         * src/addressbook.h
5770         * src/addrharvest.c
5771         * src/addrharvest.h
5772         * src/addrindex.c
5773         * src/addrindex.h
5774         * src/editaddress.c
5775         * src/editaddress.h
5776                 Make functions that aren't used in other
5777                 files static
5778
5779 2007-01-20 [colin]      2.7.1cvs40
5780
5781         * src/account.c
5782         * src/addrbook.c
5783         * src/addrcache.c
5784         * src/addressbook.c
5785         * src/addrgather.c
5786         * src/addrindex.c
5787         * src/addrquery.c
5788         * src/addrselect.c
5789         * src/browseldap.c
5790         * src/compose.c
5791         * src/editbook.c
5792         * src/editjpilot.c
5793         * src/editldap.c
5794         * src/editldap_basedn.c
5795         * src/editvcard.c
5796         * src/exporthtml.c
5797         * src/exportldif.c
5798         * src/folder.c
5799         * src/folderview.c
5800         * src/image_viewer.c
5801         * src/imap.c
5802         * src/importmutt.c
5803         * src/importpine.c
5804         * src/jpilot.c
5805         * src/ldapquery.c
5806         * src/main.c
5807         * src/mainwindow.c
5808         * src/matcher.c
5809         * src/messageview.c
5810         * src/mh.c
5811         * src/mimeview.c
5812         * src/msgcache.c
5813         * src/mutt.c
5814         * src/news.c
5815         * src/pine.c
5816         * src/prefs_account.c
5817         * src/prefs_common.c
5818         * src/prefs_compose_writing.c
5819         * src/prefs_ext_prog.c
5820         * src/prefs_folder_item.c
5821         * src/prefs_fonts.c
5822         * src/prefs_message.c
5823         * src/prefs_msg_colors.c
5824         * src/prefs_other.c
5825         * src/prefs_quote.c
5826         * src/prefs_receive.c
5827         * src/prefs_send.c
5828         * src/prefs_spelling.c
5829         * src/prefs_summaries.c
5830         * src/prefs_toolbar.c
5831         * src/prefs_wrapping.c
5832         * src/privacy.c
5833         * src/procmime.c
5834         * src/procmsg.c
5835         * src/ssl_manager.c
5836         * src/statusbar.c
5837         * src/summaryview.c
5838         * src/toolbar.c
5839         * src/vcard.c
5840         * src/common/hooks.c
5841         * src/common/log.c
5842         * src/common/passcrypt.c
5843         * src/common/socket.c
5844         * src/common/ssl.c
5845         * src/common/ssl_certificate.c
5846         * src/common/template.c
5847         * src/common/utils.c
5848         * src/etpan/imap-thread.c
5849         * src/gtk/sslcertwindow.c
5850         * src/gtk/sslcertwindow.h
5851                 Make functions that could be static, static
5852
5853 2007-01-20 [colin]      2.7.1cvs39
5854
5855         * src/editldap.c
5856                 Fix tooltip
5857
5858 2007-01-20 [colin]      2.7.1cvs38
5859
5860         * src/ldapquery.c
5861         * src/ldaputil.c
5862         * src/ldaputil.h
5863                 Fix bug 1102, 'claws-mail-2.7.1 
5864                 makes use of deprecated ldap 
5865                 functions'
5866
5867 2007-01-20 [colin]      2.7.1cvs37
5868
5869         * src/mainwindow.c
5870         * src/mainwindow.h
5871         * src/summaryview.c
5872         * src/gtk/quicksearch.c
5873                 Add Wide message list layout
5874
5875 2007-01-19 [fabien]     2.7.1cvs36
5876
5877         * src/textview.c
5878                 make sure a font change is considered in links of
5879                 headerview.
5880
5881 2007-01-19 [colin]      2.7.1cvs35
5882
5883         * src/main.c
5884         * src/mainwindow.c
5885         * src/mainwindow.h
5886         * src/messageview.c
5887         * src/messageview.h
5888         * src/prefs_common.c
5889         * src/prefs_common.h
5890         * src/summaryview.c
5891         * src/summaryview.h
5892         * src/gtk/quicksearch.c
5893         * src/gtk/quicksearch.h
5894                 Drop 'Separate Folder tree' and 'Separate
5895                 Message View'. Put three layouts in place
5896                 of it.
5897
5898 2007-01-19 [paul]       2.7.1cvs34
5899
5900         * src/prefs_msg_colors.c
5901                 more use of Q_ for translators
5902
5903 2007-01-19 [paul]       2.7.1cvs33
5904
5905         * src/imap_gtk.c
5906         * src/prefs_account.c
5907                 a few changes to the English
5908
5909 2007-01-19 [fabien]     2.7.1cvs32
5910
5911         * src/wizard.c
5912                 factorize translatable string
5913
5914 2007-01-18 [colin]      2.7.1cvs31
5915
5916         * src/main.c
5917                 Don't error out on --sync option. Although
5918                 we don't do anything with it, gtk+ handles
5919                 it, and it's useful for debugging X errors
5920
5921 2007-01-18 [fabien]     2.7.1cvs30
5922
5923         * src/prefs_other.c
5924                 ability to apply on the fly the recent added
5925                 'gtk_can_change_accels' pref (no need to restart).
5926
5927 2007-01-18 [fabien]     2.7.1cvs29
5928
5929         * src/plugins/bogofilter/bogofilter_gtk.c
5930         * src/plugins/bogofilter/bogofilter.c
5931         * src/plugins/spamassassin/spamassassin_gtk.c
5932         * src/addr_compl.c
5933         * src/prefs_account.c
5934                 factorize or rewrite some translatable strings.
5935
5936 2007-01-18 [fabien]     2.7.1cvs28
5937
5938         * src/prefs_gtk.h
5939         * src/compose.c
5940                 set a 4pix space between "Subject:" label and subject entry in
5941                 compose window.
5942
5943 2007-01-18 [wwp]        2.7.1cvs27
5944
5945         * src/addressbook.c
5946                 fix conflicting address-copy/paste when focus is set
5947                 to the embedded edit-person form.
5948  
5949
5950 2007-01-18 [wwp]        2.7.1cvs26
5951
5952         * src/addressbook.h
5953                 complete 2.7.1cvs23 (one more file was missing from that
5954                 commit).
5955
5956 2007-01-18 [colin]      2.7.1cvs25
5957
5958         * src/main.c
5959                 Provide a way to migrate without backup
5960                 Re-ask for migration on next start if 
5961                 it has been refused and wizard has been 
5962                 cancelled after.
5963
5964 2007-01-18 [wwp]        2.7.1cvs24
5965
5966         * src/editaddress.c
5967                 complete 2.7.1.cvs23 (file was missing from previous
5968                 commit).
5969
5970 2007-01-18 [wwp]        2.7.1cvs23
5971
5972         * src/addressbook.c
5973                 fix potential crashes in address book's focus_in/out signal handlers,
5974                 force focus to the edit-person form when clicked the Edit menu entry or
5975                 button (this only matters if the edit-person form is embedded to the
5976                 AB window, in that case, focus is not set when browsing the contacts
5977                 list w/ keys or mouse clicks).
5978
5979 2007-01-18 [paul]       2.7.1cvs22
5980
5981         * src/main.c
5982                 add command line options:
5983                 -h for --help
5984                 -q and --quit for --exit
5985                 -v for --version
5986                 print "Unknown option" for unknown options
5987
5988 2007-01-18 [paul]       2.7.1cvs21
5989
5990         * po/ru.po
5991                 updated by Pavlo Bohmat
5992
5993 2007-01-18 [paul]       2.7.1cvs20
5994
5995         * src/mainwindow.c
5996                 fix sensitivity issues of Mark as Spam/Ham
5997
5998 2007-01-17 [fabien]     2.7.1cvs19
5999
6000         * src/prefs_other.c
6001         * src/prefs_common.c
6002         * src/prefs_common.h
6003         * src/main.c
6004                 Add a 'gtk_can_change_accels' pref in Preferences/Other which
6005                 control the corresponding gtk property. It could be used to lock
6006                 all shortcuts (avoid to set one of them by inadvertency).
6007
6008 2007-01-17 [colin]      2.7.1cvs18
6009
6010         * src/summaryview.c
6011                 Fix bug 1100, 'Highlighted e-mail data not visible 
6012                 when color label applied.'. Use a weighted average
6013                 between normal selected foreground color and color
6014                 label instead of a simple one (3/1 instead 1/1).
6015
6016 2007-01-17 [colin]      2.7.1cvs17
6017
6018         * src/messageview.c
6019                 Better fix for bug 1088, 'Ctrl-h produces repeatable
6020                 crash' - don't prevent mail switching while loading
6021
6022 2007-01-17 [colin]      2.7.1cvs16
6023
6024         * src/folder.c
6025         * src/folder.h
6026         * src/folderview.c
6027         * src/folderview.h
6028         * src/imap.c
6029         * src/imap.h
6030         * src/imap_gtk.c
6031                 Manage recursive search of unsubscribed folders
6032                 Rescan tree without checking for new messages 
6033                 after subscriptions changed
6034
6035 2007-01-17 [paul]       2.7.1cvs15
6036
6037         * src/prefs_common.c
6038         * src/gtk/pluginwindow.c
6039                 fix bug 1101, '"Load plugin" button is
6040                 accidentally hidden'
6041                 unset (-1) initial width in prefs_common,
6042                 fix overlapping buttons,
6043                 and other cleanups
6044
6045 2007-01-17 [paul]       2.7.1cvs14
6046
6047         * src/procmime.c
6048                 add #include <errno.h>, it's needed
6049                 on some systems
6050
6051 2007-01-17 [paul]       2.7.1cvs13
6052
6053         * src/common/defs.h
6054         * tools/make.themes.project
6055                 rename .sylpheed_themeinfo to .claws_themeinfo
6056                 and use it
6057         * src/etpan/etpan-errors.h
6058         * src/etpan/etpan-log.c
6059         * src/etpan/etpan-log.h
6060         * src/etpan/etpan-thread-manager-types.h
6061         * src/etpan/etpan-thread-manager.c
6062         * src/etpan/etpan-thread-manager.h
6063         * src/etpan/imap-thread.c
6064         * src/etpan/imap-thread.h
6065                 add copyright header
6066
6067 2007-01-17 [colin]      2.7.1cvs12
6068
6069         * src/plugins/pgpcore/select-keys.c
6070         * src/gtk/pluginwindow.c
6071         * src/prefs_account.c
6072                 Fix warnings
6073
6074 2007-01-16 [colin]      2.7.1cvs11
6075
6076         * src/imap.c
6077         * src/imap.h
6078         * src/imap_gtk.c
6079                 Manage subscribing to subfolders when only
6080                 subscribed folders are shown.
6081
6082 2007-01-16 [colin]      2.7.1cvs10
6083
6084         * src/folderview.c
6085                 Fix annoying vscrollbar going back to top
6086                 on Check for new folders
6087
6088 2007-01-16 [colin]      2.7.1cvs9
6089
6090         * src/imap.c
6091                 Remove printf
6092
6093 2007-01-16 [colin]      2.7.1cvs8
6094
6095         * src/filtering.c
6096                 Bigger buffer for errors
6097         * src/imap.c
6098         * src/imap.h
6099         * src/imap_gtk.c
6100         * src/prefs_account.c
6101         * src/prefs_account.h
6102         * src/wizard.c
6103         * src/etpan/imap-thread.c
6104         * src/etpan/imap-thread.h
6105         * manual/handling.xml
6106                 Add subscriptions management. What it changes:
6107                 Creating a folder subscribes to it
6108                 Deleting a folder unsubscribes it
6109                 New contextual menu item allowing to switch between
6110                 All folders and Subscribed folders, subscribe, and
6111                 unsubscribe. "Creating" an existing but unsubscribed
6112                 folder will subscribe it.
6113                 By default for new accounts, only subscribed folders 
6114                 are shown.
6115
6116
6117 2007-01-16 [paul]       2.7.1cvs7
6118
6119         * src/summaryview.c
6120                 Allow folder classes to specify only sort_key or
6121                 sort_type instead of both or none.
6122
6123 2007-01-16 [paul]       2.7.1cvs6
6124
6125         * src/action.c
6126         * src/compose.c
6127         * src/mimeview.c
6128         * src/procmime.c
6129         * src/textview.c
6130                 Save and use errno for procmime_get_part
6131
6132 2007-01-16 [colin]      2.7.1cvs5
6133
6134         * src/imap.c
6135                 Never remove INBOX when scanning for
6136                 new folders. It's a special folder
6137                 that has to exist.
6138
6139 2007-01-15 [colin]      2.7.1cvs4
6140
6141         * src/imap.c
6142                 Fix 'Check for new folders' when IMAP subdirectory
6143                 is set
6144         * src/etpan/imap-thread.c
6145                 Fix build
6146
6147 2007-01-15 [colin]      2.7.1cvs3
6148
6149         * src/etpan/imap-thread.c
6150                 Fix invalid free on command-connection
6151                 error
6152
6153 2007-01-15 [wwp]        2.7.1cvs2
6154
6155         * src/matcher_parser_lex.l
6156         * src/quote_fmt_lex.l
6157         * src/matcher_parser_parse.y
6158                 fix copyright header in lexers and parsers.
6159
6160 2007-01-15 [paul]       2.7.1cvs1
6161
6162         * NEWS
6163         * README
6164         * RELEASE_NOTES
6165         * configure.ac
6166                 bump up version number following
6167                 stable release
6168
6169 2007-01-15 [paul]       2.7.0cvs31
6170
6171         * AUTHORS
6172         * src/gtk/authors.h
6173                 add Fabien to the Team list
6174                 add the recent contributors
6175                 make a few corrections
6176
6177 2007-01-15 [paul]       2.7.0cvs30
6178
6179         * src/mainwindow.c
6180                 fix compiler warning
6181         * src/plugins/pgpcore/prefs_gpg.c
6182         * src/plugins/pgpcore/prefs_gpg.h
6183                 add missing include
6184                 fix copyright header
6185
6186 2007-01-14 [colin]      2.7.0cvs29
6187
6188         * src/gtk/filesel.c
6189                 Use the 'gtk+' backend. Avoids gnome-vfs use,
6190                 two benefits: faster to open, will fix strange
6191                 dbus-related crash. Thanks to Pascal Terjan.
6192
6193 2007-01-14 [colin]      2.7.0cvs28
6194
6195         * src/etpan/imap-thread.c
6196                 Delete the old imap just after allocating
6197                 the new one. Makes sure we don't get the
6198                 same pointer by sheer luck, which feels
6199                 strange in the debug log.
6200
6201 2007-01-14 [colin]      2.7.0cvs27
6202
6203         * src/gtk/inputdialog.c
6204                 Make sure we don't print passwords in
6205                 clear text when in debug mode
6206
6207 2007-01-14 [colin]      2.7.0cvs26
6208
6209         * src/gtk/gtksctree.c
6210                 Fix bug 1098, 'bogus last row display 
6211                 after expanding a thread'. Patch by
6212                 Jindrich Makovicka <makovick@gmail.com>
6213
6214 2007-01-14 [colin]      2.7.0cvs25
6215
6216         * src/etpan/imap-thread.c
6217                 Close socket manually before
6218                 freeing the imap struct
6219
6220 2007-01-14 [colin]      2.7.0cvs24
6221
6222         * src/etpan/imap-thread.c
6223                 Maybe fix new reconnection issues
6224
6225 2007-01-13 [colin]      2.7.0cvs23
6226
6227         * src/summaryview.c
6228                 Freeze/thaw on thread selection
6229
6230 2007-01-13 [paul]       2.7.0cvs22
6231
6232         * src/mainwindow.c
6233         * src/summaryview.c
6234         * src/summaryview.h
6235                 add 'Edit/Delete thread'
6236
6237 2007-01-13 [colin]      2.7.0cvs21
6238
6239         * src/prefs_account.c
6240         * src/prefs_compose_writing.c
6241         * src/prefs_message.c
6242         * src/prefs_msg_colors.c
6243         * src/prefs_other.c
6244         * src/prefs_receive.c
6245         * src/prefs_spelling.c
6246         * src/prefs_summaries.c
6247         * src/prefs_themes.c
6248         * src/gtk/gtkutils.c
6249         * src/gtk/gtkutils.h
6250         * src/plugins/pgpcore/prefs_gpg.c
6251         * src/plugins/spamassassin/spamassassin_gtk.c
6252                 Factorize gtk frame creation
6253                 Patch by Pawel
6254
6255 2007-01-13 [colin]      2.7.0cvs20
6256
6257         * src/message_search.c
6258         * src/summary_search.c
6259                 Fix Enter in search windows
6260         * src/messageview.c
6261                 Fix body search starting at the
6262                 end of the mail (and asking for loop)
6263
6264 2007-01-13 [colin]      2.7.0cvs19
6265
6266         * src/etpan/imap-thread.c
6267                 Make sure we don't free the same imap
6268                 twice
6269
6270 2007-01-13 [colin]      2.7.0cvs18
6271
6272         * commitHelper
6273                 Allow multiple commitHelpers to
6274                 run at once
6275
6276 2007-01-12 [colin]      2.7.0cvs17
6277
6278         * src/etpan/imap-thread.c
6279                 Make sure we get rid of the previous mailimap
6280                 when connecting - just in case disconnect was
6281                 unclean
6282
6283 2007-01-12 [paul]       2.7.0cvs16
6284
6285         * src/compose.c
6286                 Strip S/MIME signatures when re-editing
6287                 S/MIME signed messages.
6288
6289 2007-01-12 [paul]       2.7.0cvs15
6290
6291         * configure.ac
6292         * src/addressbook.c
6293         * src/foldersel.c
6294         * src/folderview.c
6295         * src/main.c
6296                 no need to define CLAWS anymore, remove
6297                 all that stuff
6298
6299 2007-01-12 [paul]       2.7.0cvs14
6300
6301         * src/mimeview.c
6302                 check if the mail's signed as
6303                 it can change the mail structure
6304                 Thanks to Colin
6305
6306 2007-01-12 [paul]       2.7.0cvs13
6307
6308         * src/procmime.c
6309                 fix Forwarding msgs with attachments
6310                 that have dos line endings
6311                 Thanks to Colin
6312
6313 2007-01-12 [wwp]        2.7.0cvs12
6314
6315         * configure.ac
6316                 Revert accidentally committed extra version tag.
6317
6318 2007-01-12 [wwp]        2.7.0cvs11
6319
6320         * src/prefs_account.c
6321                 Fix compilation w/o aspell (completes 2.7.0cvs7).
6322
6323 2007-01-11 [colin]      2.7.0cvs10
6324
6325         * src/imap.c
6326                 move g_warning to debug_print
6327                 it scares people for no reason
6328
6329 2007-01-11 [colin]      2.7.0cvs9
6330
6331         * po/POTFILES.in
6332                 Fix files to translate. Patch by
6333                 Fabien
6334
6335 2007-01-11 [paul]       2.7.0cvs8
6336
6337         * src/imap.c
6338                 Fix recursion when server lists the
6339                 current subfolder in the response
6340         * src/mimeview.c
6341                 Fix updating of icon_list/ctree
6342         * src/plugins/pgpcore/select-keys.c
6343                 Fix a few annoyances when choosing
6344                 keys for the CMS (S/MIME) protocol
6345
6346 2007-01-11 [wwp]        2.7.0cvs7
6347
6348         * src/compose.c
6349         * src/prefs_account.c
6350         * src/prefs_account.h
6351                 Add per-account spellcheck default dictionaries settings.
6352
6353 2007-01-10 [colin]      2.7.0cvs6
6354
6355         * src/prefs_folder_item.c
6356                 Factorize strings - patch by Fabien
6357
6358 2007-01-10 [colin]      2.7.0cvs5
6359
6360         * src/mainwindow.c
6361                 Fix bug 1095, 'Crash while changing folder 
6362                 columns during incorporation'
6363
6364 2007-01-09 [colin]      2.7.0cvs4
6365
6366         * src/gtk/pluginwindow.c
6367                 Set the plugin window transient. Seems
6368                 like some window managers hide it in
6369                 the background after "load plugin"...
6370
6371 2007-01-09 [colin]      2.7.0cvs3
6372
6373         * src/gtk/filesel.c
6374                 Use the same type for alloc and free
6375
6376 2007-01-08 [paul]       2.7.0cvs2
6377
6378         * po/nl.po
6379                 updated by Tim Dijkstra
6380
6381 2007-01-08 [paul]       2.7.0cvs1
6382
6383         * src/prefs_themes.c
6384         * src/common/utils.c
6385                 Fix resource leaks
6386
6387 2007-01-08 [paul]       2.7.0
6388
6389         * NEWS
6390         * README
6391         * RELEASE_NOTES
6392                 2.7.0 released
6393
6394 2007-01-08 [paul]       2.6.1cvs119
6395
6396         * doc/man/claws-mail.1
6397                 another correction
6398
6399 2007-01-08 [paul]       2.6.1cvs118
6400
6401         * doc/man/claws-mail.1
6402                 corrections
6403         * manual/advanced.xml
6404                 improved English usage
6405
6406 2007-01-08 [paul]       2.6.1cvs117
6407
6408         * po/ca.po
6409         * po/de.po
6410         * po/en_GB.po
6411         * po/fi.po
6412         * po/it.po
6413         * po/pt_BR.po
6414         * po/sk.po
6415         * po/sr.po
6416         * po/zh_CN.po
6417                 updated by Miquel Oliete, Stephan Sachse, me,
6418                 Tommi Pirinen, Andrea Spadaccini, Frederico
6419                 Goncalves Guimaraes, Andrej Kacian, Aleksandar
6420                 Urosevic, and Ralgh Young
6421
6422 2007-01-07 [mones]      2.6.1cvs116
6423
6424         * manual/es/advanced.xml
6425         * po/es.po
6426                 Synced manual (unhide mark_as_read_delay)
6427                 and updated translation for release
6428
6429 2007-01-07 [paul]       2.6.1cvs115
6430
6431         * src/prefs_matcher.c
6432                 make the hbox content fit better under
6433                 various languages
6434
6435 2007-01-07 [colin]      2.6.1cvs114
6436
6437         * src/messageview.c
6438                 Fix bug 1088, 'Ctrl-h produces repeatable
6439                 crash'
6440
6441 2007-01-06 [colin]      2.6.1cvs113
6442
6443         * src/etpan/imap-thread.c
6444                 Add casts to int to get certs. Fixes
6445                 bug 1064, 'crash @ etpan_certificate_check() 
6446                 when opening an IMAP folder', with latest
6447                 libetpan CVS or >= 0.49
6448         * src/mainwindow.c
6449         * src/mainwindow.h
6450         * src/imap_gtk.c
6451         * src/news_gtk.c
6452         * src/prefs_folder_item.c
6453                 Grey out the "synchronise" menu items if
6454                 there's nothing to synchronise.
6455         * src/plugins/pgpcore/sgpgme.c
6456                 Make an error clearer than "Unknown error"
6457
6458 2007-01-06 [colin]      2.6.1cvs112
6459
6460         * src/messageview.c
6461                 Don't try to show a message if updating
6462                 Maybe fixes bug 1088, 'ctrl-h produces
6463                 repeatable crash'.
6464
6465 2007-01-06 [colin]      2.6.1cvs111
6466
6467         * src/summaryview.c
6468                 Disable Control-Space (handle it as Space).
6469
6470 2007-01-05 [paul]       2.6.1cvs110
6471
6472         * src/imap.c
6473                 Fix bug 934, 'sylpheed claws 2.1 
6474                 doesn't show Exchanges Public Folders'
6475                 Thanks to Hoa and Colin
6476         * src/msgcache.c
6477                 Refuse to allocate more than 2 MB for a 
6478                 single field, it's a good indication of
6479                 cache corruption.
6480
6481 2007-01-05 [colin]      2.6.1cvs109
6482
6483         * src/mainwindow.c
6484                 Allow --select'ing emails by Message-ID too
6485
6486 2007-01-05 [colin]      2.6.1cvs108
6487
6488         * src/common/quoted-printable.c
6489                 Uh! Third fix :)
6490
6491 2007-01-05 [colin]      2.6.1cvs107
6492
6493         * src/common/quoted-printable.c
6494                 Fix previous commit about bug 1089
6495                 Thanks to Ralf
6496
6497 2007-01-05 [colin]      2.6.1cvs106
6498
6499         * src/common/quoted-printable.c
6500                 Fix my previous commit on bug 1089
6501                 - Thanks to Ralf :)
6502
6503 2007-01-04 [colin]      2.6.1cvs105
6504
6505         * src/common/quoted-printable.c
6506                 Fix bug 1089, 'NUL characters in Subject 
6507                 line are misinterpreted'. Not a pain to
6508                 fix in fact.
6509
6510 2007-01-04 [colin]      
6511
6512         2.7.0-rc3 released
6513
6514 2007-01-04 [wwp]        2.6.1cvs104
6515
6516         * src/image_viewer.c
6517                 Force operator precedence (fix a compiler warning).
6518
6519 2007-01-04 [colin]      2.6.1cvs103
6520
6521         * src/image_viewer.c
6522                 Be cautious there too (same fix as the one
6523                 in textview from cvs33)
6524         * src/messageview.c
6525                 Don't use any MimeViewer plugin when showing
6526                 all headers
6527
6528 2007-01-03 [wwp]        2.6.1cvs102
6529
6530         * src/html.c
6531         * src/html.h
6532                 fixed "cent" sign (use the existing ASCII one),
6533                 decode more HTML entities,
6534                 converted table ASCII entries to UTF-8,
6535                 moved a switch() into a hashtable.
6536
6537 2007-01-03 [paul]       2.6.1cvs101
6538
6539         * src/compose.c
6540         * src/messageview.c
6541         * src/procmsg.c
6542         * src/procmsg.h
6543                 When possible, use move_msg instead of
6544                 copy_msg + remove_msg to move sent mail
6545                 from Queue to Sent. 
6546
6547 2007-01-03 [paul]       2.6.1cvs100
6548
6549         * src/html.c
6550                 add more html entity recognition:
6551                 pounds, euros, and cents
6552
6553 2007-01-03 [colin]      2.6.1cvs99
6554
6555         * src/imap_gtk.c
6556                 Don't display an error on NOSELECT
6557                 folders when synchronising
6558
6559 2007-01-03 [paul]       2.6.1cvs98
6560
6561         * tools/maildir2claws-mail.pl
6562                 only substitute 'sent-mail' if it's
6563                 the full directory name
6564
6565 2007-01-03 [paul]       2.6.1cvs97
6566
6567         * ChangeLog
6568         * ChangeLog.pre2.0.0
6569         * Makefile.am
6570                 archive a chunk of ChangeLog in
6571                 ChangeLog.pre2.0.0
6572         * ChangeLog.gtk1
6573         * doc/src/ChangeLog.claws-pre0.8.0
6574                 remove ChangeLog.claws-pre0.8.0, adding
6575                 its contents to ChangeLog.gtk1
6576
6577 2007-01-03 [paul]       2.6.1cvs96
6578
6579         * src/account.c
6580         * src/account.h
6581         * src/action.c
6582         * src/action.h
6583         * src/adbookbase.h
6584         * src/addr_compl.c
6585         * src/addr_compl.h
6586         * src/addrbook.c
6587         * src/addrcache.c
6588         * src/addrcache.h
6589         * src/addrcindex.c
6590         * src/addrcindex.h
6591         * src/addrclip.c
6592         * src/addrclip.h
6593         * src/addrdefs.h
6594         * src/addressadd.c
6595         * src/addressadd.h
6596         * src/addressbook.c
6597         * src/addressbook.h
6598         * src/addressbook_foldersel.c
6599         * src/addressbook_foldersel.h
6600         * src/addrgather.c
6601         * src/addrgather.h
6602         * src/addrharvest.c
6603         * src/addrharvest.h
6604         * src/addrindex.c
6605         * src/addrindex.h
6606         * src/addritem.c
6607         * src/addritem.h
6608         * src/addrquery.c
6609         * src/addrquery.h
6610         * src/addrselect.c
6611         * src/addrselect.h
6612         * src/alertpanel.c
6613         * src/alertpanel.h
6614         * src/browseldap.c
6615         * src/browseldap.h
6616         * src/codeconv.c
6617         * src/codeconv.h
6618         * src/compose.c
6619         * src/compose.h
6620         * src/customheader.c
6621         * src/customheader.h
6622         * src/displayheader.c
6623         * src/displayheader.h
6624         * src/editaddress.c
6625         * src/editaddress.h
6626         * src/editbook.c
6627         * src/editbook.h
6628         * src/editgroup.c
6629         * src/editgroup.h
6630         * src/editjpilot.c
6631         * src/editjpilot.h
6632         * src/editldap.c
6633         * src/editldap.h
6634         * src/editldap_basedn.c
6635         * src/editldap_basedn.h
6636         * src/editvcard.c
6637         * src/editvcard.h
6638         * src/exphtmldlg.c
6639         * src/exphtmldlg.h
6640         * src/expldifdlg.c
6641         * src/expldifdlg.h
6642         * src/export.c
6643         * src/export.h
6644         * src/exporthtml.c
6645         * src/exporthtml.h
6646         * src/exportldif.c
6647         * src/exportldif.h
6648         * src/filtering.c
6649         * src/filtering.h
6650         * src/folder.c
6651         * src/folder.h
6652         * src/folder_item_prefs.c
6653         * src/folder_item_prefs.h
6654         * src/foldersel.c
6655         * src/foldersel.h
6656         * src/folderutils.c
6657         * src/folderutils.h
6658         * src/folderview.c
6659         * src/folderview.h
6660         * src/grouplistdialog.c
6661         * src/grouplistdialog.h
6662         * src/headerview.c
6663         * src/html.c
6664         * src/html.h
6665         * src/image_viewer.c
6666         * src/image_viewer.h
6667         * src/imap.c
6668         * src/imap.h
6669         * src/imap_gtk.c
6670         * src/imap_gtk.h
6671         * src/import.c
6672         * src/import.h
6673         * src/importldif.c
6674         * src/importldif.h
6675         * src/importmutt.c
6676         * src/importmutt.h
6677         * src/importpine.c
6678         * src/importpine.h
6679         * src/inc.c
6680         * src/inc.h
6681         * src/jpilot.c
6682         * src/jpilot.h
6683         * src/ldapctrl.c
6684         * src/ldapctrl.h
6685         * src/ldaplocate.c
6686         * src/ldaplocate.h
6687         * src/ldapquery.c
6688         * src/ldapquery.h
6689         * src/ldapserver.c
6690         * src/ldapserver.h
6691         * src/ldaputil.c
6692         * src/ldaputil.h
6693         * src/ldif.c
6694         * src/ldif.h
6695         * src/main.c
6696         * src/main.h
6697         * src/mainwindow.c
6698         * src/mainwindow.h
6699         * src/manual.c
6700         * src/manual.h
6701         * src/mbox.c
6702         * src/message_search.c
6703         * src/message_search.h
6704         * src/messageview.c
6705         * src/messageview.h
6706         * src/mh.c
6707         * src/mh.h
6708         * src/mh_gtk.c
6709         * src/mh_gtk.h
6710         * src/mimeview.c
6711         * src/mimeview.h
6712         * src/msgcache.c
6713         * src/msgcache.h
6714         * src/mutt.c
6715         * src/mutt.h
6716         * src/news.c
6717         * src/news.h
6718         * src/news_gtk.c
6719         * src/news_gtk.h
6720         * src/partial_download.c
6721         * src/partial_download.h
6722         * src/pine.c
6723         * src/pine.h
6724         * src/pop.c
6725         * src/pop.h
6726         * src/prefs_account.c
6727         * src/prefs_account.h
6728         * src/prefs_actions.c
6729         * src/prefs_actions.h
6730         * src/prefs_common.c
6731         * src/prefs_common.h
6732         * src/prefs_compose_writing.c
6733         * src/prefs_compose_writing.h
6734         * src/prefs_customheader.c
6735         * src/prefs_customheader.h
6736         * src/prefs_display_header.c
6737         * src/prefs_display_header.h
6738         * src/prefs_filtering.c
6739         * src/prefs_filtering.h
6740         * src/prefs_filtering_action.c
6741         * src/prefs_filtering_action.h
6742         * src/prefs_folder_column.c
6743         * src/prefs_folder_column.h
6744         * src/prefs_folder_item.c
6745         * src/prefs_folder_item.h
6746         * src/prefs_fonts.c
6747         * src/prefs_fonts.h
6748         * src/prefs_gtk.c
6749         * src/prefs_gtk.h
6750         * src/prefs_image_viewer.c
6751         * src/prefs_image_viewer.h
6752         * src/prefs_matcher.c
6753         * src/prefs_matcher.h
6754         * src/prefs_message.c
6755         * src/prefs_msg_colors.c
6756         * src/prefs_msg_colors.h
6757         * src/prefs_other.c
6758         * src/prefs_quote.c
6759         * src/prefs_receive.c
6760         * src/prefs_send.c
6761         * src/prefs_spelling.c
6762         * src/prefs_spelling.h
6763         * src/prefs_summaries.c
6764         * src/prefs_summaries.h
6765         * src/prefs_summary_column.c
6766         * src/prefs_summary_column.h
6767         * src/prefs_template.c
6768         * src/prefs_template.h
6769         * src/prefs_themes.c
6770         * src/prefs_themes.h
6771         * src/prefs_toolbar.c
6772         * src/prefs_toolbar.h
6773         * src/prefs_wrapping.c
6774         * src/prefs_wrapping.h
6775         * src/privacy.c
6776         * src/privacy.h
6777         * src/procheader.c
6778         * src/procheader.h
6779         * src/procmime.c
6780         * src/procmime.h
6781         * src/procmsg.c
6782         * src/procmsg.h
6783         * src/quote_fmt.c
6784         * src/quote_fmt_parse.y
6785         * src/recv.c
6786         * src/recv.h
6787         * src/remotefolder.c
6788         * src/remotefolder.h
6789         * src/send_message.c
6790         * src/send_message.h
6791         * src/setup.c
6792         * src/setup.h
6793         * src/sourcewindow.c
6794         * src/sourcewindow.h
6795         * src/ssl_manager.c
6796         * src/ssl_manager.h
6797         * src/statusbar.c
6798         * src/statusbar.h
6799         * src/stock_pixmap.c
6800         * src/stock_pixmap.h
6801         * src/summary_search.c
6802         * src/summary_search.h
6803         * src/summaryview.c
6804         * src/summaryview.h
6805         * src/textview.c
6806         * src/textview.h
6807         * src/toolbar.c
6808         * src/toolbar.h
6809         * src/undo.c
6810         * src/undo.h
6811         * src/unmime.c
6812         * src/unmime.h
6813         * src/vcard.c
6814         * src/vcard.h
6815         * src/wizard.c
6816         * src/wizard.h
6817         * src/common/base64.c
6818         * src/common/base64.h
6819         * src/common/defs.h
6820         * src/common/hooks.c
6821         * src/common/hooks.h
6822         * src/common/log.c
6823         * src/common/log.h
6824         * src/common/mgutils.c
6825         * src/common/mgutils.h
6826         * src/common/nntp.c
6827         * src/common/nntp.h
6828         * src/common/passcrypt.c
6829         * src/common/passcrypt.h.in
6830         * src/common/plugin.c
6831         * src/common/plugin.h
6832         * src/common/prefs.c
6833         * src/common/prefs.h
6834         * src/common/progressindicator.c
6835         * src/common/progressindicator.h
6836         * src/common/quoted-printable.c
6837         * src/common/quoted-printable.h
6838         * src/common/session.c
6839         * src/common/session.h
6840         * src/common/smtp.c
6841         * src/common/smtp.h
6842         * src/common/socket.c
6843         * src/common/socket.h
6844         * src/common/ssl.c
6845         * src/common/ssl.h
6846         * src/common/ssl_certificate.c
6847         * src/common/ssl_certificate.h
6848         * src/common/stringtable.c
6849         * src/common/stringtable.h
6850         * src/common/template.c
6851         * src/common/template.h
6852         * src/common/timing.h
6853         * src/common/utils.c
6854         * src/common/utils.h
6855         * src/common/version.h.in
6856         * src/common/xml.c
6857         * src/common/xml.h
6858         * src/common/xmlprops.c
6859         * src/common/xmlprops.h
6860         * src/gtk/about.c
6861         * src/gtk/colorlabel.c
6862         * src/gtk/colorsel.c
6863         * src/gtk/colorsel.h
6864         * src/gtk/combobox.c
6865         * src/gtk/combobox.h
6866         * src/gtk/description_window.c
6867         * src/gtk/description_window.h
6868         * src/gtk/filesel.c
6869         * src/gtk/filesel.h
6870         * src/gtk/foldersort.c
6871         * src/gtk/foldersort.h
6872         * src/gtk/gtksctree.c
6873         * src/gtk/gtkutils.c
6874         * src/gtk/gtkutils.h
6875         * src/gtk/inputdialog.c
6876         * src/gtk/inputdialog.h
6877         * src/gtk/logwindow.c
6878         * src/gtk/logwindow.h
6879         * src/gtk/manage_window.c
6880         * src/gtk/manage_window.h
6881         * src/gtk/menu.c
6882         * src/gtk/menu.h
6883         * src/gtk/pluginwindow.c
6884         * src/gtk/pluginwindow.h
6885         * src/gtk/prefswindow.c
6886         * src/gtk/prefswindow.h
6887         * src/gtk/progressdialog.c
6888         * src/gtk/progressdialog.h
6889         * src/gtk/sslcertwindow.c
6890         * src/gtk/sslcertwindow.h
6891         * src/plugins/bogofilter/bogofilter.c
6892         * src/plugins/bogofilter/bogofilter.h
6893         * src/plugins/bogofilter/bogofilter_gtk.c
6894         * src/plugins/clamav/clamav_plugin.c
6895         * src/plugins/clamav/clamav_plugin.h
6896         * src/plugins/clamav/clamav_plugin_gtk.c
6897         * src/plugins/demo/demo.c
6898         * src/plugins/dillo_viewer/dillo_prefs.c
6899         * src/plugins/dillo_viewer/dillo_prefs.h
6900         * src/plugins/dillo_viewer/dillo_viewer.c
6901         * src/plugins/pgpcore/passphrase.c
6902         * src/plugins/pgpcore/passphrase.h
6903         * src/plugins/pgpcore/pgp_viewer.c
6904         * src/plugins/pgpcore/pgp_viewer.h
6905         * src/plugins/pgpcore/plugin.c
6906         * src/plugins/pgpcore/select-keys.c
6907         * src/plugins/pgpcore/select-keys.h
6908         * src/plugins/pgpcore/sgpgme.c
6909         * src/plugins/pgpcore/sgpgme.h
6910         * src/plugins/pgpinline/pgpinline.c
6911         * src/plugins/pgpinline/pgpinline.h
6912         * src/plugins/pgpinline/plugin.c
6913         * src/plugins/pgpmime/pgpmime.c
6914         * src/plugins/pgpmime/pgpmime.h
6915         * src/plugins/pgpmime/plugin.c
6916         * src/plugins/spamassassin/spamassassin.c
6917         * src/plugins/spamassassin/spamassassin.h
6918         * src/plugins/spamassassin/spamassassin_gtk.c
6919         * src/plugins/trayicon/trayicon.c
6920                 it's 2007, update the year in the copyright headers
6921
6922 2007-01-03 [paul]       2.6.1cvs95
6923
6924         * src/gtk/about.c
6925                 it is 2007, use it in the copyright string
6926
6927 2007-01-03 [paul]       2.6.1cvs94
6928
6929         * src/html.c
6930                 html entity conversion:
6931                 move &#153; to a more suitable place
6932                 add &bull; and &ndash;
6933                 make sure &mdash; and &#8212; are both
6934                 converted the same
6935
6936 2007-01-02 [colin]      2.6.1cvs93
6937
6938         * src/addrbook.c
6939                 Fix leak
6940         * src/common/plugin.c
6941                 Add comment
6942         * src/etpan/imap-thread.c
6943                 Fix warning
6944
6945 2006-12-31 [paul]       2.6.1cvs92
6946
6947         * src/prefs_summaries.c
6948                 use gtk_button_new_from_stock()
6949
6950 2006-12-30 [colin]      2.6.1cvs91
6951
6952         * src/folder.c
6953         * src/imap_gtk.c
6954         * src/mh_gtk.c
6955                 Don't update filtering and account paths 
6956                 when copying folders
6957
6958 2006-12-30 [colin]      2.6.1cvs90
6959
6960         * src/prefs_compose_writing.c
6961         * src/prefs_quote.c
6962         * src/prefs_template.c
6963                 Use message font for Writing and 
6964                 Quoting prefs, as well as Templates.
6965
6966 2006-12-30 [colin]      2.6.1cvs89
6967
6968         * src/prefs_summaries.c
6969                 Rework GUI; patch by Pawel
6970
6971 2006-12-29 [colin]      2.6.1cvs88
6972
6973         * src/prefs_folder_item.c
6974                 Fix bug 1085, 'Apply to subfolder 
6975                 doesn't work' - I was mistaken saying
6976                 it worked in every case
6977
6978 2006-12-28 [colin]      2.6.1cvs87
6979
6980         * src/gtk/gtkaspell.c
6981                 Don't assert if use_alternate is true
6982                 and alt_dictionary isn't set -- this 
6983                 is what happens on upgrade! Rather,
6984                 do with it.
6985
6986 2006-12-28 [colin]      2.6.1cvs86
6987
6988         * Makefile.am
6989                 Fix desktop/icon simplification
6990
6991 2006-12-28 [colin]      2.6.1cvs85
6992
6993         * Makefile.am
6994                 Make desktop and icon not 
6995                 dependant on the desktop
6996
6997 2006-12-28 [wwp]        2.6.1cvs84
6998
6999         * src/plugins/pgpmime/claws.def
7000                 Add missing symbol (discards gpg4win's 03-plugins-symbols.patch).
7001
7002 2006-12-28 [wwp]        2.6.1cvs83
7003
7004         * src/prefs_folder_item.c
7005                 Fix coloring of "simplify subject regexp" (folder prefs),
7006                 which might be left to red whereas the regexp gets empty.
7007
7008 2006-12-28 [wwp]        2.6.1cvs82
7009
7010         * src/prefs_common.c
7011         * src/prefs_common.h
7012         * src/addressbook.c
7013         * src/addressitem.h
7014                 Save addressbook mainwindow's horizontal and vertical splitter position.
7015
7016 2006-12-27 [wwp]        2.6.1cvs81
7017
7018         * src/gtk/gtkaspell.c
7019         * src/gtk/gtkaspell.h
7020         * src/compose.c
7021                 Fix assignment of compose's default and alternate dictionary from
7022                 account or folder settings. Now gtkaspell_change_dict does rotate
7023                 dicts only when it's called from a menu cb.
7024
7025 2006-12-27 [wwp]        2.6.1cvs80
7026
7027         * src/folder_item_prefs.c
7028                 Fix randomly initialized default-alt-dictionary (folder prefs),
7029                 complete 2.6.1cvs72.
7030
7031 2006-12-27 [paul]       2.6.1cvs79
7032
7033         * src/imap_gtk.c
7034         * src/mh_gtk.c
7035                 Add Copy folder in the folder's contextual
7036                 menu
7037
7038 2006-12-27 [wwp]        2.6.1cvs78
7039
7040         * src/imap.c
7041                 Clean up session locking, thanks to Colin.
7042
7043 2006-12-26 [colin]      2.6.1cvs77
7044
7045         * src/statusbar.c
7046                 Revert previous patch
7047
7048 2006-12-26 [colin]      2.6.1cvs76
7049
7050         * src/folder.c
7051         * src/folderview.c
7052         * src/imap.c
7053         * src/statusbar.c
7054         * src/etpan/imap-thread.c
7055                 Fix previous commit warnings
7056                 Make statusbar update every second if total < 20
7057                 Make IMAP APPEND faster by simplifying log              
7058
7059 2006-12-26 [colin]      2.6.1cvs75
7060
7061         * src/folder.c
7062         * src/folder.h
7063         * src/folderview.c
7064         * src/folderview.h
7065         * src/imap_gtk.c
7066         * src/mh_gtk.c
7067                 Make it possible to copy folders accross
7068                 mailboxes (this was an arbitrary limitation).
7069                 Still make it impossible to move folders 
7070                 accross mailboxes.
7071
7072 2006-12-26 [colin]      2.6.1cvs74
7073
7074         * src/etpan/imap-thread.c
7075                 Fix bug 1081, 'claws-mail 
7076                 segfaults when going offline 
7077                 while it transfers mails via 
7078                 imap'
7079
7080 2006-12-26 [colin]      2.6.1cvs73
7081
7082         * src/folder_item_prefs.c
7083                 Don't forget alt dictionary when
7084                 renaming/moving folders
7085
7086 2006-12-26 [wwp]        2.6.1cvs72
7087
7088         * src/folder_item_prefs.c
7089                 Add missing defaults for per-folder alt dict
7090                 (forgotten in 2.6.1cvs61).
7091
7092 2006-12-26 [colin]      2.6.1cvs71
7093
7094         * src/wizard.c
7095                 Add tooltip to state that specifying
7096                 full path to mailbox is possible
7097
7098 2006-12-26 [wwp]        2.6.1cvs70
7099
7100         * src/partial_download.c
7101         * src/gtk/gtkvscrollbutton.c
7102         * src/plugins/pgpinline/plugin.c
7103                 Fix for few compiler warnings that matter.
7104
7105 2006-12-25 [colin]      2.6.1cvs69
7106
7107         * src/partial_download.c
7108                 Fix marking for download or deletion
7109                 when the header isn't the first
7110         * src/gtk/logwindow.c
7111                 Fix start of scrolling
7112
7113 2006-12-23 [paul]       2.6.1cvs68
7114
7115         * src/compose.c
7116                 change last commit to use the 'academic'
7117                 method instead. Thanks to wwp
7118
7119 2006-12-23 [paul]       2.6.1cvs67
7120
7121         * src/compose.c
7122                 don't warn about empty subject when
7123                 redirecting
7124
7125 2006-12-22 [colin]      2.6.1cvs66
7126
7127         * src/summary_search.c
7128                 Fix previous patch
7129
7130 2006-12-22 [colin]      2.6.1cvs65
7131
7132         * src/gtk/gtkutils.c
7133         * src/imap.c
7134         * src/jpilot.c
7135         * src/summary_search.c
7136                 A few warning fixes
7137
7138 2006-12-23 [paul]       
7139
7140         2.7.0-rc2 released
7141
7142 2006-12-22 [colin]      2.6.1cvs64
7143
7144         * src/toolbar.c
7145         * src/toolbar.h
7146                 Add a combo to the learn spam button
7147         * src/plugins/bogofilter/bogofilter.c
7148         * src/plugins/bogofilter/bogofilter_gtk.c
7149         * src/plugins/bogofilter/bogofilter.h
7150                 Allow to store Unsure mails in a specific
7151                 folder to make better teaching easier
7152
7153 2006-12-21 [wwp]        2.6.1cvs63
7154
7155         * src/compose.c
7156         * src/prefs_common.c
7157         * src/prefs_common.h
7158         * src/prefs_spelling.c
7159         * src/gtk/gtkaspell.c
7160         * src/gtk/gtkaspell.h
7161                 Allow spell-checking using both current and alternate dictionaries
7162                 (thanks to Colin).
7163
7164 2006-12-21 [wwp]        2.6.1cvs62
7165
7166         * src/gtk/gtkaspell.c
7167                 Apply recheck_when_changing_dict (highlight all mispelled words)
7168                 when switching to alternate dictionary.
7169
7170 2006-12-21 [wwp]        2.6.1cvs61
7171
7172         * src/compose.c
7173         * src/folder_item_prefs.h
7174         * src/prefs_common.c
7175         * src/prefs_common.h
7176         * src/prefs_folder_item.c
7177         * src/prefs_spelling.c
7178         * src/gtk/gtkaspell.c
7179         * src/gtk/gtkaspell.h
7180                 Add global and per-folder prefs to set the default
7181                 alternate dictionary.
7182
7183 2006-12-21 [colin]      2.6.1cvs60
7184
7185         * src/folder.c
7186                 Look for folders by path in all folders
7187         * src/html.c
7188                 add &mdash;
7189
7190 2006-12-20 [colin]      2.6.1cvs59
7191
7192         * src/gtk/quicksearch.c
7193                 Make sure in_typing is false when clearing
7194
7195 2006-12-20 [wwp]        2.6.1cvs58
7196
7197         * configure.ac
7198                 change manual's target dir to be LFH-compliant (thanks to Colin).
7199
7200 2006-12-20 [wwp]        2.6.1cvs57
7201
7202         * src/prefs_common.c
7203         * src/prefs_summaries.c
7204                 i18n fix and factorize patch, thanks to Fabien.
7205
7206 2006-12-20 [paul]       2.6.1cvs56
7207
7208         * configure.ac
7209                 last of the renaming (??)
7210         * src/main.c
7211                 correct --help info of --status-full
7212         * src/plugins/bogofilter/bogofilter.c
7213                 make FALSE default of whitelist_ab
7214
7215 2006-12-19 [colin]      2.6.1cvs55
7216
7217         * src/jpilot.c
7218                 Same as before, without depending on
7219                 pisock >= 0.12
7220
7221 2006-12-19 [colin]      2.6.1cvs54
7222
7223         * src/jpilot.c
7224                 Fix bug 1059, 'Better jpilot charset 
7225                 handling'. Use libpisync's charset conversion
7226                 if possible
7227
7228 2006-12-19 [colin]      2.6.1cvs53
7229
7230         * po/fr.po
7231                 Updated by Fabien
7232
7233 2006-12-19 [wwp]        2.6.1cvs52
7234
7235         * src/gtk/about.c
7236                 Add missing #include (thanks to Colin).
7237
7238 2006-12-19 [wwp]        2.6.1cvs51
7239
7240         * src/prefs_receive.c
7241                 Better spacing between widgets in prefs.
7242
7243 2006-12-18 [colin]      2.6.1cvs50
7244
7245         * src/imap.c
7246                 Fix failure to get separator on LIST "" ""
7247                 Try LIST "" "INBOX" too.
7248
7249 2006-12-18 [wwp]        2.6.1cvs49
7250
7251         * src/common/session.c
7252                 Fix a compiler warning (thanks to Fabien).
7253
7254 2006-12-18 [wwp]        2.6.1cvs48
7255
7256         * src/compose.c
7257         * src/prefs_quote.c
7258                 Factorize some strings for translation (it's about error
7259                 messages when applying or checking template/quote format).
7260
7261 2006-12-18 [colin]      2.6.1cvs47
7262
7263         * Makefile.am
7264         * src/common/defs.h
7265         * src/gtk/Makefile.am
7266         * src/gtk/about.c
7267                 Add a Release notes tab from the contents of
7268                 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
7269
7270 2006-12-17 [colin]      2.6.1cvs46
7271
7272         * src/mimeview.c
7273         * src/textview.c
7274         * src/gtk/filesel.c
7275                 Correctly convert from/to UTF8/filename encoding
7276                 when loading and saving files. Probably fixes
7277                 bug 1068, 'Claws-Mail uses 100% CPU when looking 
7278                 for a file to attach and is blocked...'
7279
7280 2006-12-17 [colin]      2.6.1cvs45
7281
7282         * src/gtk/logwindow.c
7283                 Fix bug 1067, 'Claws-Mail uses 100% CPU on an 
7284                 IMAP folder and is blocked on main thread': 
7285                 make sure we put utf8 in the log.
7286
7287 2006-12-16 [colin]      2.6.1cvs44
7288
7289         * src/toolbar.c
7290         * src/toolbar.h
7291                 Fix bug 1055, 'Add the 'cancel receive' 
7292                 in the available events for the toolbar buttons'
7293
7294 2006-12-16 [colin]      2.6.1cvs43
7295
7296         * po/POTFILES.in
7297         * src/imap.c
7298         * src/common/nntp.c
7299         * src/common/session.c
7300                 Log error when SSL handshakes fail. 
7301                 Fixes bug 1082, 'incorrect / imprecise 
7302                 error message when imap server provides 
7303                 ssl only through STARTTLS but SSL is 
7304                 selected'
7305
7306 2006-12-15 [wwp]        2.6.1cvs42
7307
7308         * src/plugins/bogofilter/bogofilter_gtk.c
7309                 set proper sensitivity to widgets I've recently added.
7310
7311 2006-12-15 [colin]      
7312
7313         2.7.0-rc1 released
7314
7315 2006-12-15 [wwp]        2.6.1cvs41
7316
7317         * src/plugins/bogofilter/bogofilter.c
7318         * src/plugins/bogofilter/bogofilter.h
7319         * src/plugins/bogofilter/bogofilter_gtk.c
7320                 bogofilter's whitelist can now use a subset of
7321                 the addressbook (either a book, a subfolder of a book,
7322                 or the whole addressbook by using "Any"). Re-used there
7323                 some pref_matcher widgets and mechanisms to match a subset
7324                 of the addressbook.
7325
7326 2006-12-15 [wwp]        2.6.1cvs40
7327
7328         * src/wizard.c
7329         * src/common/plugin.c
7330         * src/common/plugin.h
7331         * src/gtk/about.c
7332         * src/plugins/bogofilter/bogofilter.c
7333         * src/plugins/clamav/clamav_plugin.c
7334         * src/plugins/demo/demo.c
7335         * src/plugins/dillo_viewer/dillo_viewer.c
7336         * src/plugins/pgpcore/plugin.c
7337         * src/plugins/pgpinline/plugin.c
7338         * src/plugins/pgpmime/plugin.c
7339         * src/plugins/spamassassin/spamassassin.c
7340         * src/plugins/trayicon/trayicon.c
7341                 factorize some translatable strings (plugins-related),
7342                 fix missing punctuation in several places,
7343                 remove useless translatable \n in about.c,
7344                 and factorize plugin init code w/ a new function
7345                 check_plugin_version() in common/plugin.c.
7346                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
7347
7348 2006-12-15 [wwp]        2.6.1cvs39
7349
7350         * src/plugins/bogofilter/bogofilter.c
7351         * src/plugins/bogofilter/bogofilter_gtk.c
7352                 flag whitelisted spams as spam, but don't filter it to the spam
7353                 folder. Thanks to Colin.
7354
7355 2006-12-15 [ticho]      2.6.1cvs38
7356
7357         * src/plugins/bogofilter/bogofilter.c
7358         * src/plugins/bogofilter/bogofilter.h
7359         * src/plugins/bogofilter/bogofilter_gtk.c
7360                 Add option to whitelist senders found in addressbook. Patch by colin.
7361
7362 2006-12-15 [paul]       2.6.1cvs37
7363
7364         * src/folderview.c
7365                 add missing #include "log.h"
7366
7367 2006-12-15 [paul]       2.6.1cvs36
7368
7369         * src/plugins/bogofilter/bogofilter.c
7370         * src/plugins/bogofilter/bogofilter.h
7371         * src/plugins/bogofilter/bogofilter_gtk.c
7372                 Add an option to allow inserting an
7373                 X-Claws-Bogosity header (on MH folders
7374                 only). Patch by Colin
7375
7376 2006-12-14 [colin]      2.6.1cvs35
7377
7378         * src/main.c
7379                 "Yes" should be the default choice for
7380                 migration configuration
7381
7382 2006-12-14 [paul]       2.6.1cvs34
7383
7384         * src/prefs_summaries.c
7385         * manual/advanced.xml
7386                 Unhide mark_as_read_delay
7387
7388 2006-12-14 [paul]       2.6.1cvs33
7389
7390         * src/messageview.c
7391         * src/messageview.h
7392         * src/mimeview.c
7393         * src/mimeview.h
7394         * src/summaryview.c
7395         * src/textview.c
7396         * src/textview.h
7397                 Fix printing of selection
7398                 Fix printing of message parts
7399                 Fix printing of images
7400         * src/gtk/gtksourceprintjob.c
7401                 Fix page count when there are images
7402
7403 2006-12-14 [wwp]        2.6.1cvs32
7404
7405         * src/mainwindow.c
7406         * src/summaryview.c
7407         * src/summaryview.h
7408         * src/gtk/quicksearch.c
7409                 fix quicksearch 'magnify' button status when QS is closed
7410                 using the Escape key, thanks to Colin.
7411
7412 2006-12-14 [wwp]        2.6.1cvs31
7413
7414         * src/mainwindow.c
7415         * src/summaryview.c
7416         * src/summaryview.h
7417         * src/gtk/quicksearch.c
7418                 fix quicksearch 'magnify' button status when QS is closed
7419                 using the Escape key, thanks to Colin.
7420
7421 2006-12-13 [colin]      2.6.1cvs30
7422
7423         * src/ldapquery.c
7424         * src/ldaputil.c
7425                 Use the binary safe version of ldap_get_values,
7426                 to make sure we manipulate null-terminated 
7427                 strings. Maybe fixes bug 1075, 'claws mail 
7428                 segfault when completing ldap adresses'
7429         * src/syldap.c ** REMOVED **
7430         * src/syldap.h ** REMOVED **
7431                 Remove dead files
7432
7433 2006-12-13 [mones]      2.6.1cvs29
7434
7435         * po/es.po
7436                 Fixed piped strings, fixed click translation
7437
7438 2006-12-13 [paul]       2.6.1cvs28
7439
7440         * src/main.c
7441                 don't translate these strings
7442
7443 2006-12-13 [paul]       2.6.1cvs27
7444
7445         * po/en_GB.po
7446                 updated
7447
7448 2006-12-13 [colin]      2.6.1cvs26
7449
7450         * src/main.c
7451         * src/main.h
7452                 Add claws_is_starting()
7453
7454 2006-12-13 [mones]      2.6.1cvs25
7455
7456         * manual/es/advanced.xml
7457         * po/es.po
7458                 Synced manual and updated translation
7459
7460 2006-12-12 [colin]      2.6.1cvs24
7461
7462         * src/wizard.c
7463                 Add an option to use STARTTLS in the
7464                 welcome wizard. Fixes bug 1080, 
7465                 'Using SSL option in wizard for incoming 
7466                 server does not activate SSL with STARTTLS'
7467
7468 2006-12-12 [colin]      2.6.1cvs23
7469
7470         * src/main.c
7471                 Don't exit when there's an incomplete
7472                 mailbox configured - leaves a chance 
7473                 to fix a failing IMAP account. Exit
7474                 if no mailbox at all is loaded (case
7475                 of missing plugin).
7476                 Completes bug 1077's fix (I was wrong
7477                 in this bug's comment #3).
7478
7479 2006-12-12 [colin]      2.6.1cvs22
7480
7481         * src/gtk/menu.h
7482                 Add another menu data type
7483         * src/prefs_account.c
7484                 Complete the completion of bug 1076
7485                 (doesn't lose the pref on apply)
7486
7487 2006-12-12 [paul]       2.6.1cvs21
7488
7489         * src/prefs_account.c
7490                 complete the fix of bug 1076
7491                 also be more verbose with the text
7492
7493 2006-12-12 [paul]       2.6.1cvs20
7494
7495         * src/gtk/combobox.c
7496                 fix compilation warning
7497
7498 2006-12-11 [colin]      2.6.1cvs19
7499
7500         * src/wizard.c
7501                 Document :port in server entry tooltips
7502
7503 2006-12-11 [colin]      2.6.1cvs18
7504
7505         * src/main.c
7506                 Fix compile
7507
7508 2006-12-11 [colin]      2.6.1cvs17
7509
7510         * src/main.c
7511                 Add failing IMAP as a reason for no
7512                 mailbox
7513
7514 2006-12-11 [colin]      2.6.1cvs16
7515
7516         * src/prefs_account.c
7517                 Check for existence of inbox for local
7518                 accounts too
7519         * src/wizard.c
7520                 Allow setting the port to use for servers
7521                 by using the usual "server.example.com:port"
7522                 syntax. Fixes bug 1077, 'sylpheed-claws does 
7523                 not start when IMAP server is unavailable'
7524
7525 2006-12-11 [colin]      2.6.1cvs15
7526
7527         * src/prefs_account.c
7528                 Prevent use of non-existing default inbox
7529
7530 2006-12-11 [colin]      2.6.1cvs14
7531
7532         * src/prefs_account.c
7533                 Fix sensitivity. Fixes bug 1076, 'privacy 
7534                 options are displayed even when pgp plugin 
7535                 not loaded / available'
7536
7537 2006-12-09 [colin]      2.6.1cvs13
7538
7539         * manual/advanced.xml
7540         * src/prefs_common.c
7541         * src/prefs_common.h
7542         * src/common/ssl_certificate.c
7543                 Add a new hidden preference, 'unsafe_ssl_certs',
7544                 which allows to store multiple certificates per
7545                 server/port. This is disabled by default because
7546                 it's less secure (presenting a new certificate
7547                 instead of a changed one raises less alarms).
7548                 This will cause Claws to ask about an unknown
7549                 certificate for people who have used 2.6.1cvs8
7550                 or greater.
7551
7552 2006-12-09 [colin]      2.6.1cvs12
7553
7554         * src/action.c
7555                 Fix cache updating after action
7556
7557 2006-12-07 [wwp]        2.6.1cvs11
7558
7559         * src/compose.c
7560                 fix email address comparison when replying to all
7561                 (avoid replying to ourselves), thanks to Colin.
7562
7563 2006-12-06 [paul]       2.6.1cvs10
7564
7565         * src/addrharvest.c
7566         * src/editldap.c
7567         * src/expldifdlg.c
7568         * src/news.c
7569         * src/toolbar.c
7570         * src/common/utils.c
7571                 ...and more renaming
7572                 Thanks to Colin
7573
7574 2006-12-06 [paul]       2.6.1cvs9
7575
7576         * src/compose.c
7577         * src/messageview.c
7578         * src/procheader.c
7579         * src/procmime.c
7580         * src/procmsg.c
7581         * src/textview.c
7582                 more renaming
7583                 Thanks to Colin
7584
7585 2006-12-06 [colin]      2.6.1cvs8
7586
7587         * src/ssl_manager.c
7588         * src/common/ssl_certificate.c
7589         * src/common/ssl_certificate.h
7590                 Handle multiple certificates per host/port
7591
7592 2006-12-06 [colin]      2.6.1cvs7
7593
7594         * src/etpan/imap-thread.c
7595                 Fix certificate checking on IMAP
7596
7597 2006-12-06 [colin]      2.6.1cvs6
7598
7599         * src/folderview.c
7600                 Fix bug 1072, 'Claws stops fetching newsgroups 
7601                 from server when newsgroup got deleted': continue
7602                 checking other groups
7603
7604 2006-12-05 [wwp]        2.6.1cvs5
7605
7606         * src/message_search.c
7607         * src/summary_search.c
7608         * src/gtk/combobox.c
7609         * src/gtk/combobox.h
7610         * src/gtk/gtkutils.c
7611         * src/gtk/gtkutils.h
7612                 make up and down arrow keys in modern gtk_combo_box_entry widgets
7613                 behave like w/ old comboboxes (summary and message search only).
7614
7615 2006-12-05 [paul]       2.6.1cvs4
7616
7617         * src/wizard.c
7618                 encode headers
7619                 Thanks to Colin
7620
7621 2006-12-05 [paul]       2.6.1cvs3
7622
7623         * tools/README
7624         * tools/textviewer.pl
7625                 script updated and description added
7626
7627 2006-12-04 [colin]      2.6.1cvs2
7628
7629         * src/compose.c
7630                 Run pre-send hook only when checking
7631                 everything
7632
7633 2006-12-04 [paul]       2.6.1cvs1
7634
7635         * NEWS
7636         * README
7637         * RELEASE_NOTES
7638         * configure.ac
7639         * tools/README
7640                 bump up version number following stable release
7641
7642 2006-12-04 [paul]       2.6.0cvs83
7643
7644         * README
7645                 updates and corrections
7646
7647 2006-12-04 [colin]      2.6.0cvs82
7648
7649         * src/common/utils.c
7650                 Probably fix bug 1066, 'Incorrect mailbox 
7651                 size displayed'
7652
7653 2006-12-04 [colin]      2.6.0cvs81
7654
7655         * src/common/utils.c
7656                 Trim tabs from mailcap file too.
7657
7658 2006-12-02 [paul]       2.6.0cvs80
7659
7660         * src/exphtmldlg.c
7661                 fix broken GUI under certain languages
7662         * src/expldifdlg.c
7663                 put the Cancel button to the right
7664
7665 2006-12-01 [paul]       2.6.0cvs79
7666
7667         * tools/Makefile.am
7668                 remove reference to removed file
7669
7670 2006-12-01 [wwp]        2.6.0cvs78
7671
7672         * src/addressbook.c
7673         * src/editaddress.c
7674                 remove forgotten debug statements.
7675
7676 2006-12-01 [wwp]        2.6.0cvs77
7677
7678         * manual/advanced.xml
7679         * manual/fr/advanced.xml
7680         * src/addressbook.c
7681         * src/addressbook.h
7682         * src/addressitem.h
7683         * src/editaddress.c
7684         * src/editaddress.h
7685         * src/prefs_common.c
7686         * src/prefs_common.h
7687         * src/gtk/gtkutils.c
7688         * src/gtk/gtkutils.h
7689                 add a hidden option to allow embedding the editaddress (edit contact details)
7690                 dialog into the addressbook's window. This doesn't change the default
7691                 behaviour.
7692
7693 2006-12-01 [wwp]        2.6.0cvs76
7694
7695         * src/message_search.c
7696         * src/summary_search.c
7697                 fix more focus issues (don't set focus to combobox's entry widget when
7698                 entry's value changed, if entry widget has focus already).
7699
7700 2006-12-01 [wwp]        2.6.0cvs75
7701
7702         * src/gtk/quicksearch.c
7703                 revert last changes to the quicksearch gtk_combo_box, this needs more
7704                 tuning and testing.
7705
7706 2006-12-01 [paul]       2.6.0cvs74
7707
7708         * tools/kdeservicemenu/README
7709         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
7710         * tools/kdeservicemenu/install.sh
7711         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
7712         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
7713                 simplify this stuff, and in so doing,
7714                 fix it. (possibly re-extend it again at
7715                 a later date)
7716
7717 2006-12-01 [wwp]        2.6.0cvs73
7718
7719         * src/gtk/quicksearch.c
7720                 adapt quicksearch code to use modern gtk_combo_box'es.
7721
7722 2006-12-01 [wwp]        2.6.0cvs72
7723
7724         * src/common/defs.h
7725         * src/prefs_common.c
7726         * src/prefs_common.h
7727         * src/message_search.c
7728         * src/summary_search.c
7729         * src/gtk/combobox.c
7730         * src/gtk/combobox.h
7731                 add history combos to all message and summary search fields.
7732
7733 2006-12-01 [wwp]        2.6.0cvs71
7734
7735         * src/summaryview.c
7736                 As the list may change while the mark as read delay
7737                 runs, we can't rely on the 'row' pointer, which can
7738                 be invalid when the timeout is called. As the mark
7739                 as read is only done if the message is still selected,
7740                 use summaryview->selected instead. Thanks to Colin.
7741
7742 2006-11-30 [paul]       2.6.0cvs70
7743
7744         * src/textview.c
7745                 give emphasis to "Sylpheed-Claws"
7746                 as well as "Claws Mail"
7747
7748 2006-11-30 [colin]      2.6.0cvs69
7749
7750         * src/wizard.c
7751                 Put the SSL checkboxes in the receiving
7752                 and sending server pages.
7753
7754 2006-11-29 [colin]      2.6.0cvs68
7755
7756         * src/gtk/gtkutils.c
7757         * src/gtk/gtkvscrollbutton.c
7758                 Revert some deprecated fixes - they seem to
7759                 deprecate stuff as soon as a new one gets out.
7760                 g_object_ref_sink needed glib-2.10.
7761
7762 2006-11-29 [colin]      2.6.0cvs67
7763
7764         * src/common/utils.c
7765                 Create .mailcap if it doesn't exist
7766
7767 2006-11-29 [colin]      2.6.0cvs66
7768
7769         * src/compose.c
7770                 Followup to cvs60: use original list
7771                 of recipients if replying to a mail
7772                 in Sent Drafts or Queue.
7773
7774 2006-11-27 [paul]       2.6.0cvs65
7775
7776         * src/image_viewer.c
7777                 revert the last change for now (it's broken)
7778
7779 2006-11-27 [paul]       2.6.0cvs64
7780
7781         * Makefile.am
7782         * configure.ac
7783         * m4/aclocal-include.m4
7784         * m4/check-type.m4
7785         * src/Makefile.am
7786         * src/addr_compl.c
7787         * src/compose.c
7788         * src/crash.c
7789         * src/export.c
7790         * src/exporthtml.c
7791         * src/exportldif.c
7792         * src/imap.c
7793         * src/import.c
7794         * src/main.c
7795         * src/main.h
7796         * src/matcher.c
7797         * src/mimeview.c
7798         * src/procmsg.c
7799         * src/textview.c
7800         * src/common/Makefile.am
7801         * src/common/claws.c
7802         * src/common/claws.h
7803         * src/common/ssl.c
7804         * src/common/sylpheed.c
7805         * src/common/sylpheed.h
7806         * src/etpan/Makefile.am
7807         * src/gtk/Makefile.am
7808         * src/gtk/claws-marshal.list
7809         * src/gtk/filesel.c
7810         * src/gtk/gtksctree.c
7811         * src/gtk/quicksearch.c
7812         * src/gtk/sylpheed-marshal.list
7813         * src/plugins/bogofilter/bogofilter.c
7814         * src/plugins/bogofilter/bogofilter_gtk.c
7815         * src/plugins/clamav/clamav_plugin.c
7816         * src/plugins/clamav/clamav_plugin_gtk.c
7817         * src/plugins/demo/demo.c
7818         * src/plugins/dillo_viewer/dillo_viewer.c
7819         * src/plugins/pgpcore/Makefile.am
7820         * src/plugins/pgpcore/claws.def
7821         * src/plugins/pgpcore/pgp_viewer.c
7822         * src/plugins/pgpcore/plugin.c
7823         * src/plugins/pgpcore/sylpheed.def
7824         * src/plugins/pgpinline/Makefile.am
7825         * src/plugins/pgpinline/claws.def
7826         * src/plugins/pgpinline/plugin.c
7827         * src/plugins/pgpinline/sylpheed.def
7828         * src/plugins/pgpmime/Makefile.am
7829         * src/plugins/pgpmime/claws.def
7830         * src/plugins/pgpmime/plugin.c
7831         * src/plugins/pgpmime/sylpheed.def
7832         * src/plugins/spamassassin/spamassassin.c
7833         * src/plugins/spamassassin/spamassassin_gtk.c
7834         * src/plugins/trayicon/trayicon.c
7835                 yet more renaming
7836                 remove deprecated gtk_tooltips_set_delay()
7837
7838 2006-11-26 [paul]       2.6.0cvs63
7839
7840         * src/expldifdlg.c
7841         * src/folderview.c
7842         * src/image_viewer.c
7843         * src/mainwindow.c
7844         * src/gtk/gtkutils.c
7845         * src/gtk/gtkvscrollbutton.c
7846         * src/gtk/prefswindow.c
7847         * src/plugins/pgpcore/prefs_gpg.c
7848                 replace more deprecated GTK+ functions
7849
7850 2006-11-26 [paul]       2.6.0cvs62
7851
7852         * src/addr_compl.c
7853         * src/addressbook.c
7854         * src/browseldap.c
7855                 replace deprecated gtk_idle_... functions
7856
7857 2006-11-26 [paul]       2.6.0cvs61
7858
7859         * src/compose.c
7860         * src/folderview.c
7861         * src/inc.c
7862         * src/summaryview.c
7863         * src/gtk/gtkvscrollbutton.c
7864         * src/gtk/quicksearch.c
7865         * src/plugins/pgpcore/passphrase.c
7866                 replace deprecated gtk_timeout_add and
7867                 gtk_timeout_remove
7868
7869 2006-11-26 [paul]       2.6.0cvs60
7870
7871         * src/compose.c
7872                 fix bug that caused the wrong recipient
7873                 to be selected when replying to a msg
7874                 which is From one of our accounts to
7875                 another of our accounts
7876
7877 2006-11-25 [paul]       2.6.0cvs59
7878
7879         * src/summaryview.c
7880                 don't change the From column title to
7881                 To if the To column is visible
7882
7883 2006-11-24 [paul]       2.6.0cvs58
7884
7885         * src/compose.c
7886                 fix bug 1069, 'Sent mails disappear, BCC
7887                 or locking problem?'
7888
7889 2006-11-21 [wwp]        2.6.0cvs57
7890
7891         * src/compose.c
7892                 fix spelling menu when replying (same as 2.3.1cvs39):
7893                 discrepancy between context menu and top menu when
7894                 folder's dictionary isn't the default one.
7895
7896 2006-11-19 [paul]       2.6.0cvs56
7897
7898         * src/summaryview.c
7899                 obey always_show_msg option when
7900                 marking as spam
7901         * src/plugins/bogofilter/bogofilter.c
7902                 fix typo
7903
7904 2006-11-18 [paul]       2.6.0cvs55
7905
7906         * AUTHORS
7907         * README
7908         * debian/copyright
7909         * manual/ack.xml
7910         * manual/es/ack.xml
7911         * manual/fr/ack.xml
7912         * manual/pl/ack.xml
7913         * src/gtk/authors.h
7914         * src/gtk/icon_legend.c
7915         * src/gtk/icon_legend.h
7916         * tools/OOo2claws-mail.pl
7917         * tools/README
7918         * tools/acroread2claws-mail.pl
7919         * tools/claws.i18n.status.pl
7920         * tools/filter_conv.pl
7921         * tools/filter_conv_new.pl
7922         * tools/freshmeat_search.pl
7923         * tools/google_search.pl
7924         * tools/kmail2claws-mail.pl
7925         * tools/kmail2claws-mail_v2.pl
7926         * tools/maildir2claws-mail.pl
7927         * tools/make.themes.project
7928         * tools/multiwebsearch.pl
7929         * tools/outlook2claws-mail.pl
7930         * tools/tb2claws-mail
7931         * tools/kdeservicemenu/README
7932         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
7933                 update mine and wwp's email addresses in
7934                 several places
7935                 Patch by wwp
7936         * src/prefs_compose_writing.c
7937                 set sensitivity on 'new message format' frame
7938
7939 2006-11-17 [paul]       2.6.0cvs54
7940
7941         * src/gtk/about.c
7942                 more reworking of the GUI
7943                 Patch by Fabien Vantard
7944
7945 2006-11-16 [paul]       2.6.0cvs53
7946
7947         * src/gtk/about.c
7948                 set a minimum size for the window, allow
7949                 it to automatically expand as necessary
7950
7951 2006-11-16 [wwp]        2.6.0cvs52
7952
7953         * src/gtk/about.c
7954                 better wrap of copyright info on some systems.
7955
7956 2006-11-16 [paul]       2.6.0cvs51
7957
7958         * src/gtk/about.c
7959                 move the tech info from the upper panel
7960                 to the Info tab
7961                 use a gtk_text_view for the features tab
7962
7963 2006-11-16 [paul]       2.6.0cvs50
7964
7965         * po/Makevars
7966                 update my email address
7967         * src/addressbook.c
7968         * src/compose.c
7969         * src/imap_gtk.c
7970         * src/mh_gtk.c
7971         * src/news_gtk.c
7972         * src/summaryview.c
7973         * src/plugins/trayicon/trayicon.c
7974                 don't offer simple menu separators
7975                 for translation
7976         * src/folderview.c
7977                 add separator between 'mark all read'
7978                 and 'search folder'
7979
7980 2006-11-15 [wwp]        2.6.0cvs49
7981
7982         * src/gtk/authors.h
7983                 updated manuals authors.
7984
7985 2006-11-14 [paul]       2.6.0cvs48
7986
7987         * src/compose.c
7988                 Fix Options/Reply mode after draft save
7989
7990 2006-11-14 [paul]       2.6.0cvs47
7991
7992         * src/Makefile.am
7993                 Fix make DESTDIR=...
7994         * src/mbox.c
7995                 Optimise speed
7996         * src/plugins/pgpinline/pgpinline.c
7997                 Probably fix bug 1061
7998
7999 2006-11-14 [paul]       2.6.0cvs46
8000
8001         * po/Makevars
8002                 enable Q_ macro
8003         * src/Makefile.am
8004         * src/stock_pixmap.c
8005         * src/stock_pixmap.h
8006         * src/gtk/about.c
8007         * src/pixmaps/active.xpm
8008         * src/pixmaps/inactive.xpm
8009                 add a new page, 'Features', to the About dialog
8010                 showing which features are compiled in and which
8011                 are not
8012
8013 2006-11-14 [paul]       2.6.0cvs45
8014
8015         * po/ru.po
8016                 updated by Pavlo Bohmat
8017
8018 2006-11-14 [colin]      2.6.0cvs44
8019
8020         * src/compose.c
8021         * src/inc.c
8022         * src/messageview.c
8023         * src/news.c
8024         * src/pop.c
8025         * src/procmsg.c
8026         * src/gtk/gtkaspell.c
8027                 Fix 64-bit-related warnings
8028         * src/ssl_manager.c
8029                 Fix possible infinite loop
8030         * src/plugins/pgpcore/sgpgme.c
8031                 Remove useless check
8032
8033 2006-11-13 [colin]      2.6.0cvs43
8034
8035         * src/gtk/Makefile.am
8036                 authors.h isn't generated
8037
8038 2006-11-13 [colin]      2.6.0cvs42
8039
8040         * src/plugins/pgpinline/pgpinline.c
8041         * src/plugins/pgpmime/pgpmime.c
8042                 Very probably fix bug 1061, 'crash on 
8043                 opening signed email'. Another cast
8044                 problem
8045
8046 2006-11-13 [colin]      2.6.0cvs41
8047
8048         * src/plugins/pgpcore/sgpgme.c
8049                 Maybe fix bug 1061, 'crash on opening 
8050                 signed email'
8051
8052 2006-11-13 [wwp]        2.6.0cvs40
8053
8054         * src/plugins/pgpinline/pgpinline.c
8055                 fix candidate for bug #1057, thanks to Colin.
8056
8057 2006-11-13 [wwp]        2.6.0cvs39
8058
8059         * src/compose.c
8060         * src/quote_fmt_parse.y
8061                 fix bug 1052: current parser buffer was not always 
8062                 allocated, ptr to this buffer could be returned as 
8063                 NULL whereas no parser error has occurred. in 
8064                 consequence, defining a template body as "%d" 
8065                 (w/o the quotes) for the first time of the instance 
8066                 of claws-mail, was reporting a parser error. make 
8067                 sure that the buffer is always allocated, even to 
8068                 an empty string.
8069                 fix mis-unescaping in compose.:compose_quote_fmt(): 
8070                 unescaping of the fmt string was always done 
8071                 whereas it must be done *only* when receiving 
8072                 quote format strings issued from the prefs 
8073                 (compose new message, reply, forward, redirect 
8074                 formats), *not* when applying templates.  in 
8075                 consequences, applying templates w/ sequences 
8076                 like \\|p{echo} were failing. make sure that 
8077                 unescaping is done only when necessary.
8078
8079 2006-11-12 [colin]      2.6.0cvs38
8080
8081         * po/de.po
8082                 Fix typo (s/KB/MB)
8083
8084 2006-11-12 [colin]      2.6.0cvs37
8085
8086         * src/plugins/pgpinline/pgpinline.c
8087         * src/plugins/pgpmime/pgpmime.c
8088                 Release GPG context at the latest 
8089                 possible moment. Maybe fixes 
8090                 bug 1057, 'crash on sending signed 
8091                 message to a newsgroup'
8092                 
8093
8094 2006-11-12 [colin]      2.6.0cvs36
8095
8096         * src/plugins/pgpcore/sgpgme.c
8097                 Tell a bit more when gpg's status doesn't
8098                 contain any signature
8099
8100 2006-11-12 [colin]      2.6.0cvs35
8101
8102         * src/compose.c
8103                 Fix bug 1060, 'compilation error with 
8104                 Irix's cc'
8105
8106 2006-11-12 [paul]       2.6.0cvs34
8107
8108         * doc/man/claws-mail.1
8109         * src/prefs_gtk.c
8110         * src/plugins/clamav/README
8111         * src/plugins/spamassassin/README
8112         * tools/README
8113         * tools/freshmeat_search.pl
8114         * tools/google_search.pl
8115         * tools/multiwebsearch.pl
8116                 more renaming
8117         * src/plugins/trayicon/trayicon.c
8118                 fix compiliation warning
8119
8120 2006-11-11 [colin]      2.6.0cvs33
8121
8122         * src/folderview.c
8123                 Forbid drag and drop from/to different
8124                 folders of type F_UNKNOWN
8125
8126 2006-11-11 [colin]      2.6.0cvs32
8127
8128         * src/plugins/pgpinline/pgpinline.c
8129                 Fix typo in previous commit:
8130                 - gpgme_new(&ctx);
8131                 + if ((err = gpgme_new(&data->ctx)) ...)
8132
8133 2006-11-11 [colin]      2.6.0cvs31
8134
8135         * src/plugins/pgpinline/pgpinline.c
8136         * src/plugins/pgpmime/pgpmime.c
8137                 Check success after calling gpgme_new
8138                 Maybe fixes bug 1057, 'crash on sending 
8139                 signed message to a newsgroup'
8140
8141 2006-11-11 [colin]      2.6.0cvs30
8142
8143         * src/undo.c
8144                 init undostruct to 0s (from
8145                 valgrind log of bug 1057)
8146
8147 2006-11-10 [colin]      2.6.0cvs29
8148
8149         * src/mainwindow.c
8150                 Set cursor to wait before filtering
8151                 duplicates in all folders
8152         * src/plugins/bogofilter/bogofilter.c
8153         * src/plugins/bogofilter/bogofilter.h
8154         * src/plugins/bogofilter/bogofilter_gtk.c
8155                 Completely thread away the bogofilter
8156                 filtering
8157
8158 2006-11-10 [mones]      2.6.0cvs28
8159
8160         * src/compose.c
8161         * src/compose.h
8162                 added COMPOSE_CHECK_BEFORE_SEND hook
8163
8164 2006-11-10 [paul]       2.6.0cvs27
8165
8166         * src/crash.c
8167                 more renaming
8168                 add libSM to get_compiled_in_features()
8169         * src/main.c
8170                 more renaming
8171
8172 2006-11-10 [colin]      2.6.0cvs26
8173
8174         * src/etpan/imap-thread.c
8175                 Add a reference to libetpan's sasl engine
8176                 so that sasl_done() doesn't get called by
8177                 libetpan, and doesn't break openssl.
8178                 Should fix bug 1053, 'SC fails to reestablish 
8179                 a secure connection'
8180                 Patch by Hoa
8181
8182 2006-11-10 [colin]      2.6.0cvs25
8183
8184         * manual/addrbook.xml
8185         * manual/advanced.xml
8186         * manual/faq.xml
8187         * manual/intro.xml
8188                 Some more renaming
8189
8190 2006-11-09 [colin]      2.6.0cvs24
8191
8192         * src/plugins/bogofilter/bogofilter_gtk.c
8193                 Add comment about annoyance
8194
8195 2006-11-09 [colin]      2.6.0cvs23
8196
8197         * src/plugins/bogofilter/bogofilter.c
8198         * src/plugins/bogofilter/bogofilter_gtk.c
8199                 Prepare things needed to thread bogofilter
8200                 filtering: separate bogo stuff and possible GUI
8201                 stuff. 
8202
8203 2006-11-09 [colin]      2.6.0cvs22
8204
8205         * src/account.c
8206         * src/compose.c
8207                 Search for one of our accounts in Delivered-To
8208                 (helps for auto-account selection when 
8209                  replying/forwarding)
8210         * src/folderview.c
8211         * src/mainwindow.c
8212         * src/mainwindow.h
8213         * src/plugins/trayicon/trayicon.c
8214                 Allow opening a new mail with any account from
8215                 the contextual menu
8216
8217 2006-11-09 [wwp]        2.6.0cvs21
8218
8219         * src/compose.c
8220         * src/prefs_common.c
8221         * src/prefs_common.h
8222         * src/prefs_compose_writing.c
8223                 add a compose new message format (in prefs/compose/writing), it's a
8224                 simple subject+body template to use when opening a new composition
8225                 window. It's similar to the existent reply and forward formats.
8226
8227                 enhanced the template/format % symbols substitution mechanism to
8228                 use current composition window information when % are used in
8229                 the compose new message format or in templates applied to new
8230                 messages (there were useless in that situations before). When
8231                 applied to new messages, %d corresponds to the system time/date.
8232
8233 2006-11-09 [paul]       2.6.0cvs20
8234
8235         * src/gtk/authors.h
8236                 fix last commit
8237
8238 2006-11-09 [paul]       2.6.0cvs19
8239
8240         * src/gtk/authors.h
8241                 keep tje alphabetical order
8242
8243 2006-11-08 [colin]      2.6.0cvs18
8244
8245         * src/etpan/imap-thread.c
8246                 Fix bug 1054, 'Slowness logging big 
8247                 data chunks'
8248
8249 2006-11-08 [paul]       2.6.0cvs17
8250
8251         * tools/Makefile.am
8252                 fix the renaming
8253
8254 2006-11-08 [paul]       2.6.0cvs16
8255
8256         * src/common/defs.h
8257                 update BUGZILLA_URI
8258
8259 2006-11-08 [paul]       2.6.0cvs15
8260
8261         * tools/Makefile.am
8262         * tools/OOo2claws-mail.pl
8263         * tools/OOo2sylpheed.pl
8264         * tools/README
8265         * tools/acroread2claws-mail.pl
8266         * tools/acroread2sylpheed.pl
8267         * tools/kmail2claws-mail.pl
8268         * tools/kmail2claws-mail_v2.pl
8269         * tools/kmail2sylpheed.pl
8270         * tools/kmail2sylpheed_v2.pl
8271         * tools/maildir2claws-mail.pl
8272         * tools/maildir2sylpheed.pl
8273         * tools/nautilus2claws-mail.sh
8274         * tools/nautilus2sylpheed.sh
8275         * tools/outlook2claws-mail.pl
8276         * tools/outlook2sylpheed.pl
8277         * tools/tb2claws-mail
8278         * tools/tb2sylpheed
8279         * tools/tbird2claws.py
8280         * tools/tbird2syl.py
8281         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
8282         * tools/kdeservicemenu/install.sh
8283         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
8284         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
8285         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
8286         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
8287         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
8288                 renamed (removed, added) tools files
8289
8290 2006-11-08 [paul]       2.6.0cvs14
8291
8292         * src/main.c
8293         * src/common/defs.h
8294                 Migrate sylpheedrc to clawsrc, and fix the standard
8295                 plugins path in the process
8296
8297 2006-11-07 [colin]      2.6.0cvs13
8298
8299         * src/Makefile.am
8300                 Symlink sylpheed-claws relative to 
8301                 claws-mail
8302
8303 2006-11-07 [colin]      2.6.0cvs12
8304
8305         * src/compose.c
8306                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
8307
8308 2006-11-07 [paul]       2.6.0cvs11
8309
8310         * src/gtk/about.c
8311                 Fix a missed occurence of
8312                 Sylpheed-Claws
8313
8314 2006-11-07 [paul]       2.6.0cvs10
8315
8316         * src/Makefile.am
8317                 Fix symlink installation
8318
8319 2006-11-07 [paul]       2.6.0cvs9
8320
8321         * src/Makefile.am
8322                 Symlink claws-mail to sylpheed-claws
8323         * src/common/utils.c
8324                 Fix migrating symlinks
8325         * src/etpan/imap-thread.c
8326                 check certificate only when there's
8327                 no error
8328
8329 2006-11-07 [paul]       2.6.0cvs8
8330
8331         * Makefile.am
8332                 Fix icon breakages with Gtk, which needs a 
8333                 cache updated to see them.
8334
8335 2006-11-07 [paul]       2.6.0cvs7
8336
8337         * .cvsignore
8338         * AUTHORS
8339         * COPYING
8340         * INSTALL
8341         * Makefile.am
8342         * NEWS
8343         * README
8344         * RELEASE_NOTES
8345         * autogen.sh
8346         * claws-mail-128x128.png
8347         * claws-mail-64x64.png
8348         * claws-mail.ico
8349         * claws-mail.pc.in
8350         * claws-mail.png
8351         * configure.ac
8352         * sylpheed-claws-128x128.png
8353         * sylpheed-claws-64x64.png
8354         * sylpheed-claws.desktop
8355         * sylpheed-claws.ico
8356         * sylpheed-claws.pc.in
8357         * sylpheed-claws.png
8358         * debian/README.Debian
8359         * debian/changelog
8360         * debian/claws-mail.desktop
8361         * debian/claws-mail.menu
8362         * debian/claws-mail.postinst.debhelper
8363         * debian/claws-mail.postrm.debhelper
8364         * debian/control
8365         * debian/copyright
8366         * debian/files
8367         * debian/rules
8368         * debian/sylpheed-claws.desktop
8369         * debian/sylpheed-claws.menu
8370         * debian/sylpheed-claws.postinst.debhelper
8371         * debian/sylpheed-claws.postrm.debhelper
8372         * doc/man/Makefile.am
8373         * doc/man/claws-mail.1
8374         * doc/man/sylpheed-claws.1
8375         * doc/src/ChangeLog.claws-pre0.8.0
8376         * manual/Makefile.am
8377         * manual/account.xml
8378         * manual/ack.xml
8379         * manual/addrbook.xml
8380         * manual/advanced.xml
8381         * manual/claws-mail-manual.xml
8382         * manual/faq.xml
8383         * manual/glossary.xml
8384         * manual/handling.xml
8385         * manual/intro.xml
8386         * manual/keyboard.xml
8387         * manual/plugins.xml
8388         * manual/starting.xml
8389         * manual/sylpheed-claws-manual.xml
8390         * manual/xml2pdf
8391         * manual/dist/.cvsignore
8392         * manual/dist/html/.cvsignore
8393         * manual/dist/html/Makefile.am
8394         * manual/dist/pdf/.cvsignore
8395         * manual/dist/pdf/Makefile.am
8396         * manual/dist/ps/.cvsignore
8397         * manual/dist/ps/Makefile.am
8398         * manual/dist/txt/.cvsignore
8399         * manual/dist/txt/Makefile.am
8400         * manual/es/Makefile.am
8401         * manual/es/advanced.xml
8402         * manual/es/claws-mail-manual.xml
8403         * manual/es/faq.xml
8404         * manual/es/glossary.xml
8405         * manual/es/handling.xml
8406         * manual/es/intro.xml
8407         * manual/es/plugins.xml
8408         * manual/es/sylpheed-claws-manual.xml
8409         * manual/es/dist/.cvsignore
8410         * manual/es/dist/html/.cvsignore
8411         * manual/es/dist/html/Makefile.am
8412         * manual/es/dist/pdf/.cvsignore
8413         * manual/es/dist/pdf/Makefile.am
8414         * manual/es/dist/ps/.cvsignore
8415         * manual/es/dist/ps/Makefile.am
8416         * manual/es/dist/txt/.cvsignore
8417         * manual/es/dist/txt/Makefile.am
8418         * manual/fr/Makefile.am
8419         * manual/fr/account.xml
8420         * manual/fr/ack.xml
8421         * manual/fr/addrbook.xml
8422         * manual/fr/advanced.xml
8423         * manual/fr/claws-mail-manual.xml
8424         * manual/fr/faq.xml
8425         * manual/fr/glossary.xml
8426         * manual/fr/handling.xml
8427         * manual/fr/intro.xml
8428         * manual/fr/keyboard.xml
8429         * manual/fr/plugins.xml
8430         * manual/fr/starting.xml
8431         * manual/fr/sylpheed-claws-manual.xml
8432         * manual/fr/dist/.cvsignore
8433         * manual/fr/dist/html/.cvsignore
8434         * manual/fr/dist/html/Makefile.am
8435         * manual/fr/dist/pdf/.cvsignore
8436         * manual/fr/dist/pdf/Makefile.am
8437         * manual/fr/dist/ps/.cvsignore
8438         * manual/fr/dist/ps/Makefile.am
8439         * manual/fr/dist/txt/.cvsignore
8440         * manual/fr/dist/txt/Makefile.am
8441         * manual/pl/Makefile.am
8442         * manual/pl/account.xml
8443         * manual/pl/ack.xml
8444         * manual/pl/addrbook.xml
8445         * manual/pl/advanced.xml
8446         * manual/pl/claws-mail-manual.xml
8447         * manual/pl/faq.xml
8448         * manual/pl/glossary.xml
8449         * manual/pl/handling.xml
8450         * manual/pl/intro.xml
8451         * manual/pl/keyboard.xml
8452         * manual/pl/plugins.xml
8453         * manual/pl/starting.xml
8454         * manual/pl/sylpheed-claws-manual.xml
8455         * manual/pl/dist/.cvsignore
8456         * manual/pl/dist/html/.cvsignore
8457         * manual/pl/dist/html/Makefile.am
8458         * manual/pl/dist/pdf/.cvsignore
8459         * manual/pl/dist/pdf/Makefile.am
8460         * manual/pl/dist/ps/.cvsignore
8461         * manual/pl/dist/ps/Makefile.am
8462         * manual/pl/dist/txt/.cvsignore
8463         * manual/pl/dist/txt/Makefile.am
8464         * po/.cvsignore
8465         * po/Makevars
8466         * src/.cvsignore
8467         * src/Makefile.am
8468         * src/account.c
8469         * src/account.h
8470         * src/action.c
8471         * src/action.h
8472         * src/adbookbase.h
8473         * src/addr_compl.c
8474         * src/addr_compl.h
8475         * src/addrbook.c
8476         * src/addrcache.c
8477         * src/addrcache.h
8478         * src/addrcindex.c
8479         * src/addrcindex.h
8480         * src/addrclip.c
8481         * src/addrclip.h
8482         * src/addrdefs.h
8483         * src/addressadd.c
8484         * src/addressadd.h
8485         * src/addressbook.c
8486         * src/addressbook.h
8487         * src/addressbook_foldersel.c
8488         * src/addressbook_foldersel.h
8489         * src/addrgather.c
8490         * src/addrgather.h
8491         * src/addrharvest.c
8492         * src/addrharvest.h
8493         * src/addrindex.c
8494         * src/addrindex.h
8495         * src/addritem.c
8496         * src/addritem.h
8497         * src/addrquery.c
8498         * src/addrquery.h
8499         * src/addrselect.c
8500         * src/addrselect.h
8501         * src/alertpanel.c
8502         * src/alertpanel.h
8503         * src/browseldap.c
8504         * src/browseldap.h
8505         * src/codeconv.c
8506         * src/codeconv.h
8507         * src/compose.c
8508         * src/crash.c
8509         * src/crash.h
8510         * src/customheader.c
8511         * src/customheader.h
8512         * src/displayheader.c
8513         * src/displayheader.h
8514         * src/editaddress.c
8515         * src/editaddress.h
8516         * src/editbook.c
8517         * src/editbook.h
8518         * src/editgroup.c
8519         * src/editgroup.h
8520         * src/editjpilot.c
8521         * src/editjpilot.h
8522         * src/editldap.c
8523         * src/editldap.h
8524         * src/editldap_basedn.c
8525         * src/editldap_basedn.h
8526         * src/editvcard.c
8527         * src/editvcard.h
8528         * src/exphtmldlg.c
8529         * src/exphtmldlg.h
8530         * src/expldifdlg.c
8531         * src/expldifdlg.h
8532         * src/export.c
8533         * src/exporthtml.c
8534         * src/exporthtml.h
8535         * src/exportldif.c
8536         * src/exportldif.h
8537         * src/filtering.c
8538         * src/filtering.h
8539         * src/folder.c
8540         * src/folder.h
8541         * src/folder_item_prefs.c
8542         * src/folder_item_prefs.h
8543         * src/foldersel.c
8544         * src/foldersel.h
8545         * src/folderutils.c
8546         * src/folderutils.h
8547         * src/folderview.c
8548         * src/folderview.h
8549         * src/grouplistdialog.c
8550         * src/grouplistdialog.h
8551         * src/html.c
8552         * src/html.h
8553         * src/image_viewer.c
8554         * src/image_viewer.h
8555         * src/imap.c
8556         * src/imap.h
8557         * src/imap_gtk.c
8558         * src/imap_gtk.h
8559         * src/import.c
8560         * src/import.h
8561         * src/importldif.c
8562         * src/importldif.h
8563         * src/importmutt.c
8564         * src/importmutt.h
8565         * src/importpine.c
8566         * src/importpine.h
8567         * src/inc.c
8568         * src/inc.h
8569         * src/jpilot.c
8570         * src/jpilot.h
8571         * src/ldapctrl.c
8572         * src/ldapctrl.h
8573         * src/ldaplocate.c
8574         * src/ldaplocate.h
8575         * src/ldapquery.c
8576         * src/ldapquery.h
8577         * src/ldapserver.c
8578         * src/ldapserver.h
8579         * src/ldaputil.c
8580         * src/ldaputil.h
8581         * src/ldif.c
8582         * src/ldif.h
8583         * src/localfolder.c
8584         * src/localfolder.h
8585         * src/main.c
8586         * src/main.h
8587         * src/mainwindow.c
8588         * src/mainwindow.h
8589         * src/manual.c
8590         * src/manual.h
8591         * src/matcher.c
8592         * src/matcher.h
8593         * src/matcher_parser.h
8594         * src/matcher_parser_lex.l
8595         * src/matcher_parser_parse.y
8596         * src/mbox.c
8597         * src/mbox.h
8598         * src/message_search.c
8599         * src/message_search.h
8600         * src/messageview.c
8601         * src/messageview.h
8602         * src/mh.c
8603         * src/mh.h
8604         * src/mh_gtk.c
8605         * src/mh_gtk.h
8606         * src/mimeview.c
8607         * src/mimeview.h
8608         * src/msgcache.c
8609         * src/msgcache.h
8610         * src/mutt.c
8611         * src/mutt.h
8612         * src/news.c
8613         * src/news.h
8614         * src/news_gtk.c
8615         * src/news_gtk.h
8616         * src/noticeview.c
8617         * src/noticeview.h
8618         * src/partial_download.c
8619         * src/partial_download.h
8620         * src/pine.c
8621         * src/pine.h
8622         * src/pop.c
8623         * src/pop.h
8624         * src/prefs_account.c
8625         * src/prefs_account.h
8626         * src/prefs_actions.c
8627         * src/prefs_actions.h
8628         * src/prefs_common.c
8629         * src/prefs_common.h
8630         * src/prefs_compose_writing.c
8631         * src/prefs_compose_writing.h
8632         * src/prefs_customheader.c
8633         * src/prefs_customheader.h
8634         * src/prefs_display_header.c
8635         * src/prefs_display_header.h
8636         * src/prefs_ext_prog.c
8637         * src/prefs_ext_prog.h
8638         * src/prefs_filtering.c
8639         * src/prefs_folder_column.c
8640         * src/prefs_folder_column.h
8641         * src/prefs_folder_item.c
8642         * src/prefs_folder_item.h
8643         * src/prefs_fonts.c
8644         * src/prefs_fonts.h
8645         * src/prefs_gtk.c
8646         * src/prefs_gtk.h
8647         * src/prefs_image_viewer.c
8648         * src/prefs_image_viewer.h
8649         * src/prefs_matcher.c
8650         * src/prefs_matcher.h
8651         * src/prefs_message.c
8652         * src/prefs_message.h
8653         * src/prefs_msg_colors.c
8654         * src/prefs_msg_colors.h
8655         * src/prefs_other.c
8656         * src/prefs_other.h
8657         * src/prefs_quote.c
8658         * src/prefs_quote.h
8659         * src/prefs_receive.c
8660         * src/prefs_receive.h
8661         * src/prefs_send.c
8662         * src/prefs_send.h
8663         * src/prefs_spelling.c
8664         * src/prefs_spelling.h
8665         * src/prefs_summaries.c
8666         * src/prefs_summaries.h
8667         * src/prefs_summary_column.c
8668         * src/prefs_summary_column.h
8669         * src/prefs_template.c
8670         * src/prefs_template.h
8671         * src/prefs_themes.c
8672         * src/prefs_themes.h
8673         * src/prefs_toolbar.c
8674         * src/prefs_toolbar.h
8675         * src/prefs_wrapping.c
8676         * src/prefs_wrapping.h
8677         * src/privacy.c
8678         * src/privacy.h
8679         * src/procheader.c
8680         * src/procheader.h
8681         * src/procmime.c
8682         * src/procmime.h
8683         * src/procmsg.c
8684         * src/procmsg.h
8685         * src/quote_fmt.c
8686         * src/quote_fmt_parse.y
8687         * src/recv.c
8688         * src/recv.h
8689         * src/remotefolder.c
8690         * src/remotefolder.h
8691         * src/send_message.c
8692         * src/send_message.h
8693         * src/setup.c
8694         * src/setup.h
8695         * src/sourcewindow.c
8696         * src/sourcewindow.h
8697         * src/ssl_manager.c
8698         * src/ssl_manager.h
8699         * src/statusbar.c
8700         * src/statusbar.h
8701         * src/stock_pixmap.c
8702         * src/stock_pixmap.h
8703         * src/summary_search.c
8704         * src/summary_search.h
8705         * src/summaryview.c
8706         * src/summaryview.h
8707         * src/syldap.c
8708         * src/syldap.h
8709         * src/textview.c
8710         * src/textview.h
8711         * src/toolbar.c
8712         * src/toolbar.h
8713         * src/undo.c
8714         * src/undo.h
8715         * src/unmime.c
8716         * src/unmime.h
8717         * src/vcard.c
8718         * src/vcard.h
8719         * src/wizard.c
8720         * src/wizard.h
8721         * src/common/base64.c
8722         * src/common/base64.h
8723         * src/common/defs.h
8724         * src/common/hooks.c
8725         * src/common/hooks.h
8726         * src/common/log.c
8727         * src/common/log.h
8728         * src/common/mgutils.c
8729         * src/common/mgutils.h
8730         * src/common/nntp.c
8731         * src/common/nntp.h
8732         * src/common/passcrypt.c
8733         * src/common/passcrypt.h.in
8734         * src/common/plugin.c
8735         * src/common/plugin.h
8736         * src/common/prefs.c
8737         * src/common/prefs.h
8738         * src/common/progressindicator.c
8739         * src/common/progressindicator.h
8740         * src/common/quoted-printable.c
8741         * src/common/quoted-printable.h
8742         * src/common/session.c
8743         * src/common/session.h
8744         * src/common/smtp.c
8745         * src/common/smtp.h
8746         * src/common/socket.c
8747         * src/common/socket.h
8748         * src/common/ssl.c
8749         * src/common/ssl.h
8750         * src/common/stringtable.c
8751         * src/common/stringtable.h
8752         * src/common/sylpheed.c
8753         * src/common/sylpheed.h
8754         * src/common/template.c
8755         * src/common/template.h
8756         * src/common/timing.h
8757         * src/common/utils.c
8758         * src/common/utils.h
8759         * src/common/version.h.in
8760         * src/common/xml.c
8761         * src/common/xml.h
8762         * src/common/xmlprops.c
8763         * src/common/xmlprops.h
8764         * src/gtk/about.c
8765         * src/gtk/colorlabel.c
8766         * src/gtk/colorlabel.h
8767         * src/gtk/colorsel.c
8768         * src/gtk/colorsel.h
8769         * src/gtk/combobox.c
8770         * src/gtk/combobox.h
8771         * src/gtk/description_window.c
8772         * src/gtk/description_window.h
8773         * src/gtk/filesel.c
8774         * src/gtk/filesel.h
8775         * src/gtk/foldersort.c
8776         * src/gtk/foldersort.h
8777         * src/gtk/gtkaspell.c
8778         * src/gtk/gtkaspell.h
8779         * src/gtk/gtksctree.c
8780         * src/gtk/gtkshruler.c
8781         * src/gtk/gtkshruler.h
8782         * src/gtk/gtkutils.c
8783         * src/gtk/gtkutils.h
8784         * src/gtk/icon_legend.c
8785         * src/gtk/icon_legend.h
8786         * src/gtk/logwindow.c
8787         * src/gtk/logwindow.h
8788         * src/gtk/manage_window.c
8789         * src/gtk/manage_window.h
8790         * src/gtk/pluginwindow.c
8791         * src/gtk/pluginwindow.h
8792         * src/gtk/prefswindow.c
8793         * src/gtk/prefswindow.h
8794         * src/gtk/quicksearch.c
8795         * src/gtk/quicksearch.h
8796         * src/pixmaps/claws-mail.xpm
8797         * src/pixmaps/claws-mail_icon.xpm
8798         * src/pixmaps/claws-mail_logo.xpm
8799         * src/pixmaps/sylpheed-claws.xpm
8800         * src/pixmaps/sylpheed-claws_icon.xpm
8801         * src/pixmaps/sylpheed-claws_logo.xpm
8802         * src/plugins/bogofilter/Makefile.am
8803         * src/plugins/bogofilter/bogofilter.c
8804         * src/plugins/bogofilter/bogofilter.h
8805         * src/plugins/bogofilter/bogofilter_gtk.c
8806         * src/plugins/clamav/Makefile.am
8807         * src/plugins/clamav/clamav_plugin.c
8808         * src/plugins/clamav/clamav_plugin.h
8809         * src/plugins/clamav/clamav_plugin_gtk.c
8810         * src/plugins/demo/Makefile.am
8811         * src/plugins/demo/demo.c
8812         * src/plugins/dillo_viewer/Makefile.am
8813         * src/plugins/dillo_viewer/README
8814         * src/plugins/dillo_viewer/dillo_prefs.c
8815         * src/plugins/dillo_viewer/dillo_prefs.h
8816         * src/plugins/dillo_viewer/dillo_viewer.c
8817         * src/plugins/pgpcore/Makefile.am
8818         * src/plugins/pgpcore/passphrase.c
8819         * src/plugins/pgpcore/passphrase.h
8820         * src/plugins/pgpcore/pgp_viewer.c
8821         * src/plugins/pgpcore/pgp_viewer.h
8822         * src/plugins/pgpcore/plugin.c
8823         * src/plugins/pgpcore/prefs_gpg.c
8824         * src/plugins/pgpcore/prefs_gpg.h
8825         * src/plugins/pgpcore/select-keys.c
8826         * src/plugins/pgpcore/select-keys.h
8827         * src/plugins/pgpcore/sgpgme.c
8828         * src/plugins/pgpcore/sgpgme.h
8829         * src/plugins/pgpcore/sylpheed.def
8830         * src/plugins/pgpcore/version.rc
8831         * src/plugins/pgpinline/Makefile.am
8832         * src/plugins/pgpinline/pgpinline.c
8833         * src/plugins/pgpinline/pgpinline.h
8834         * src/plugins/pgpinline/plugin.c
8835         * src/plugins/pgpinline/sylpheed.def
8836         * src/plugins/pgpinline/version.rc
8837         * src/plugins/pgpmime/Makefile.am
8838         * src/plugins/pgpmime/pgpmime.c
8839         * src/plugins/pgpmime/pgpmime.h
8840         * src/plugins/pgpmime/plugin.c
8841         * src/plugins/pgpmime/sylpheed.def
8842         * src/plugins/pgpmime/version.rc
8843         * src/plugins/spamassassin/Makefile.am
8844         * src/plugins/spamassassin/README
8845         * src/plugins/spamassassin/spamassassin.c
8846         * src/plugins/spamassassin/spamassassin.h
8847         * src/plugins/spamassassin/spamassassin_gtk.c
8848         * src/plugins/trayicon/Makefile.am
8849         * src/plugins/trayicon/trayicon.c
8850         * tools/OOo2sylpheed.pl
8851         * tools/README
8852         * tools/README.sylprint
8853         * tools/acroread2sylpheed.pl
8854         * tools/claws.i18n.status.pl
8855         * tools/filter_conv.pl
8856         * tools/filter_conv_new.pl
8857         * tools/freshmeat_search.pl
8858         * tools/google_search.pl
8859         * tools/kmail2sylpheed.pl
8860         * tools/kmail2sylpheed_v2.pl
8861         * tools/make.themes.project
8862         * tools/multiwebsearch.pl
8863         * tools/nautilus2sylpheed.sh
8864         * tools/outlook2sylpheed.pl
8865         * tools/sylprint.pl
8866         * tools/sylprint.rc
8867         * tools/tb2sylpheed
8868         * tools/textviewer.sh
8869         * tools/vcard2xml.py
8870         * tools/kdeservicemenu/README
8871         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
8872         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
8873         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
8874                 Change name to Claws Mail. Announce to follow...
8875
8876 2006-11-06 [wwp]        2.6.0cvs6
8877
8878         * src/prefs_template.c
8879                 unify messages related to quote format/template errors (fix
8880                 capitalization), again.
8881
8882 2006-11-06 [wwp]        2.6.0cvs5
8883
8884         * src/prefs_quote.c
8885                 unify messages related to quote format/template errors.
8886
8887 2006-11-06 [wwp]        2.6.0cvs4
8888
8889         * src/prefs_msg_colors.c
8890                 more uses of Q_ macro for contextual translations, thanks
8891                 to Fabien (fzzzzz).
8892
8893 2006-11-06 [wwp]        2.6.0cvs3
8894
8895         * src/compose.c
8896         * src/common/utils.c
8897         * src/common/utils.h
8898                 show an alertpanel to make sure users are aware that sensitive
8899                 files are attached (it's file blacklist-based). This will fix
8900                 interaction w/ GoogleEarth for instance, thanks to Colin.
8901
8902 2006-11-06 [wwp]        2.6.0cvs2
8903
8904         * src/prefs_quote.c
8905         * src/prefs_template.c
8906         * src/prefs_template.h
8907                 check quote format when applying/closing prefs. For now this only
8908                 shows up an error dialog box, not preventing the user from using
8909                 a broken quote (reply, forwards) format.
8910
8911 2006-11-06 [wwp]        2.6.0cvs1
8912
8913         * src/prefs_template.c
8914                 fix missing checks of some template fields.
8915
8916 2006-11-06 [paul]       2.6.0
8917
8918         * NEWS
8919         * README
8920         * RELEASE_NOTES
8921                 2.6.0 released
8922
8923 2006-11-06 [paul]       2.5.6cvs22
8924
8925         * manual/advanced.xml
8926         * manual/es/advanced.xml
8927                 put 'respect_flowed_format' info in the correct
8928                 place
8929
8930 2006-11-06 [mones]      2.5.6cvs21
8931
8932         * po/es.po
8933                 Minor fixes for release
8934
8935 2006-11-06 [paul]       2.5.6cvs20
8936
8937         * po/cs.po
8938         * po/de.po
8939         * po/fr.po
8940         * po/it.po
8941         * po/nl.po
8942         * po/pt_BR.po
8943         * po/sk.po
8944         * po/sv.po
8945         * po/zh_CN.po
8946                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
8947                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
8948                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
8949                 Young
8950
8951 2006-11-02 [colin]      2.5.6cvs19
8952
8953         * src/imap.c
8954         * src/imap.h
8955         * src/prefs_account.c
8956         * src/etpan/imap-thread.c
8957                 Add GSSAPI support - fixes Debian bug #383274
8958
8959 2006-11-01 [colin]      2.5.6cvs18
8960
8961         * src/jpilot.c
8962                 Handle libpisock12 support. Probably
8963                 fixes bug 1046, 'jpilot AddressDB.pdb 
8964                 import fail'
8965
8966 2006-11-01 [colin]      2.5.6cvs17
8967
8968         * src/folderutils.c
8969                 debug_print() folderutils_mark_all_read()
8970
8971 2006-11-01 [colin]      2.5.6cvs16
8972
8973         * COPYING
8974                 Add missed files to the Apache exception
8975
8976 2006-10-31 [colin]      2.5.6cvs15
8977
8978         * src/folder.c
8979         * src/folder.h
8980                 Add a copy_private_data() func to FolderClasses
8981                 Doesn't break the feature freeze, because we 
8982                 won't use it (right now) in the core.
8983
8984 2006-10-31 [colin]      2.5.6cvs14
8985
8986         * COPYING
8987                 Allow linking with the Apache licensed files in
8988                 src/plugins/spamassassin. Hopefully fixes 
8989                 bug 1048, 'Spamassassin plugin license problem'
8990
8991 2006-10-31 [wwp]        2.5.6cvs13
8992
8993         * src/compose.c
8994                 fix and optimize trimming of leading linefeeds in body loop.
8995
8996 2006-10-31 [colin]      2.5.6cvs12
8997
8998         * src/etpan/imap-thread.c
8999         * src/imap.c
9000                 Make really sure to have NULL sets in case
9001                 of error
9002
9003 2006-10-30 [wwp]        2.5.6cvs11
9004
9005         * src/prefs_common.c
9006         * src/prefs_common.h
9007         * src/compose.c
9008                 fix broken storage of quote format template when it contains \-escape
9009                 sequences. The application of such sequences is also fixed now (\t
9010                 in quote format will be a real tab instead of a 't', for instance).
9011
9012 2006-10-27 [colin]      2.5.6cvs10
9013
9014         * src/compose.c
9015                 Probably fix bug 1045, 'sylpheed-claws 
9016                 doesn't remove the mail from the IMAP 
9017                 Queue folder after sending'. From
9018                 2.5.6cvs3-stable
9019
9020 2006-10-27 [colin]      2.5.6cvs9
9021
9022         * configure.ac
9023                 Require libetpan-0.48. I'm so annoying,
9024                 I know ;-)
9025
9026 2006-10-27 [colin]      2.5.6cvs8
9027
9028         * src/folder.c
9029         * src/imap.c
9030                 Probably fix bug 1044, 'sylpheed-claws 
9031                 segfaults while moving mails' - Fix relation
9032                 usage when moving to an IMAP mailbox from another
9033                 mailbox
9034
9035 2006-10-26 [paul]       2.5.6cvs7
9036
9037         * src/gtk/about.c
9038                 add libSM to compiled-in features
9039                 list
9040
9041 2006-10-24 [colin]      2.5.6cvs6
9042
9043         * src/textview.c
9044         * src/gtk/gtkutils.c
9045                 Fix crash when printing emails with an
9046                 xface
9047
9048 2006-10-24 [mones]      2.5.6cvs5
9049
9050         * manual/es/advanced.xml
9051                 Synchronize hidden option respect_flowed_format
9052         * po/es.po
9053                 Updated translation
9054
9055 2006-10-21 [paul]       2.5.6cvs4
9056
9057         * src/gtk/authors.h
9058         * src/plugins/pgpcore/pgp_viewer.c
9059         * src/plugins/pgpcore/sgpgme.c
9060                 fix building on BSDs
9061                 Thanks to Michael Hughes
9062                 <Sylpheed-Claws_user@thehugheslogcabin.net>
9063
9064 2006-10-20 [colin]      2.5.6cvs3
9065
9066         * configure.ac
9067                 Bump up libetpan requirement
9068                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
9069         * src/common/utils.c
9070         * src/common/utils.h
9071                 Add convenience get_file_mtime()
9072         * src/imap.c
9073         * src/etpan/imap-thread.c
9074         * src/etpan/imap-thread.h
9075                 Implement UIDPLUS support if the server
9076                 supports it - faster sending in this case
9077
9078 2006-10-19 [colin]      2.5.6cvs2
9079
9080         * src/gtk/quicksearch.c
9081                 Fix emptying in type-ahead+extended mode
9082         * src/mainwindow.c
9083         * src/mainwindow.h
9084                 Add a hook for offline state change
9085         * src/plugins/trayicon/trayicon.c
9086                 Use it to display offline icons
9087         * src/plugins/trayicon/Makefile.am
9088         * src/plugins/trayicon/newmail.offline.xpm
9089         * src/plugins/trayicon/newmarkedmail.offline.xpm
9090         * src/plugins/trayicon/nomail.offline.xpm
9091         * src/plugins/trayicon/unreadmail.offline.xpm
9092         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
9093                 Add the icons
9094
9095 2006-10-12 [paul]       2.5.6cvs1
9096
9097         * NEWS
9098         * README
9099         * configure.ac
9100                 Update version number following
9101                 stable release
9102
9103 2006-10-19 [colin]      2.5.5cvs18
9104
9105         * manual/handling.xml
9106                 Add type-ahead search
9107
9108 2006-10-18 [colin]      2.5.5cvs17
9109
9110         * src/gtk/quicksearch.c
9111                 Remove "save to history only if there's
9112                 no syntax error", it breaks for some 
9113                 reason which I'll investigate later.
9114
9115 2006-10-18 [colin]      2.5.5cvs16
9116
9117         * src/prefs_common.c
9118         * src/prefs_common.h
9119         * src/summaryview.c
9120         * src/gtk/quicksearch.c
9121         * src/gtk/quicksearch.h
9122                 Add a type-ahead option for fast searches
9123                 Patch by Fabien Vantard
9124
9125 2006-10-18 [colin]      2.5.5cvs15
9126
9127         * src/compose.c
9128         * src/compose.h
9129                 Add Options/Reply mode/ menu to be able to
9130                 change the recipients of a reply on the fly
9131
9132 2006-10-18 [colin]      2.5.5cvs14
9133
9134         * src/compose.c
9135                 Fix redirecting of our own sent mails
9136
9137 2006-10-17 [wwp]        2.5.5cvs13
9138
9139         * src/send_message.c
9140                 Fix duplicate error messages when sending, and missing
9141                 newline in such error messages.
9142
9143 2006-10-17 [colin]      2.5.5cvs12
9144
9145         * src/compose.c
9146                 Compare addresses case-insensitive
9147
9148 2006-10-17 [colin]      2.5.5cvs11
9149
9150         * src/plugins/pgpcore/sgpgme.c
9151                 Fix return status
9152
9153 2006-10-17 [colin]      2.5.5cvs10
9154
9155         * src/plugins/pgpcore/pgp_viewer.c
9156                 Fix return status
9157
9158 2006-10-17 [colin]      2.5.5cvs9
9159
9160         * src/quote_fmt.c
9161                 Fix a typo (thanks to Fabien)
9162
9163 2006-10-16 [colin]      2.5.5cvs8
9164
9165         * src/textview.c
9166                 Fix problem with quote-folding when emails
9167                 don't convert cleanly to UTF-8
9168
9169 2006-10-14 [colin]      2.5.5cvs7
9170
9171         * src/prefs_template.c
9172                 Reset fields when reopening
9173                 the window
9174
9175 2006-10-13 [paul]       2.5.5cvs6
9176
9177         * manual/advanced.xml
9178         * src/prefs_message.c
9179                 make 'respect_flowed_format' a hidden
9180                 option, and add a manual entry for it
9181                 Thanks to Colin
9182
9183 2006-10-12 [colin]      2.5.5cvs5
9184
9185         * src/codeconv.c
9186                 Revert part of 2.5.2cvs21:
9187                 Don't optimise by reusing the 
9188                 last iconv converter if possible:
9189                 it seems slightly broken in a 
9190                 very hard way to reproduce
9191
9192 2006-10-12 [colin]      2.5.5cvs4
9193
9194         * src/prefs_common.c
9195         * src/prefs_common.h
9196         * src/prefs_message.c
9197         * src/procmime.c
9198                 Fix bug 1035, 'Incorrect handling 
9199                 of flowed lines'. We now optionnaly
9200                 handle this format (preference is in
9201                 Message View/Text options section)
9202
9203 2006-10-12 [colin]      2.5.5cvs3
9204
9205         * po/POTFILES.in
9206                 Add new file
9207         * src/plugins/pgpcore/pgp_viewer.c
9208         * src/plugins/pgpcore/sgpgme.c
9209                 Don't try to import without asking
9210
9211 2006-10-12 [colin]      2.5.5cvs2
9212
9213         * src/compose.c
9214                 Fix bug 1036, 'Forwarding a mutlipart
9215                 mail with a "text/html" block to ms
9216                 outlook users leeds to freeze of
9217                 outlook'. Poor outlook users...
9218
9219 2006-10-12 [paul]       2.5.5cvs1
9220
9221         * NEWS
9222         * README
9223         * configure.ac
9224                 Update version number following
9225                 stable release
9226
9227 2006-10-11 [paul]       2.5.4cvs1
9228
9229         * NEWS
9230         * README
9231         * configure.ac
9232                 Update version number following
9233                 stable release
9234
9235 2006-10-11 [paul]       2.5.3cvs32
9236
9237         * src/textview.c
9238                 fix bug 1032, 'Segmentation fault when showing
9239                 message' (bug in quote folding)
9240                 Thanks to Colin
9241
9242 2006-10-10 [colin]      2.5.3cvs31
9243
9244         * src/quote_fmt.c
9245                 Rephrase english a bit
9246
9247 2006-10-10 [colin]      2.5.3cvs30
9248
9249         * src/prefs_compose_writing.c
9250                 Stop making the page larger than the window
9251
9252 2006-10-10 [wwp]        2.5.3cvs29
9253
9254         * src/compose.c
9255         * src/prefs_template.c
9256         * src/quote_fmt.c
9257         * src/quote_fmt.h
9258         * src/quote_fmt_lex.l
9259         * src/quote_fmt_parse.y
9260                 Extend the quote parser a bit: allow to get access to
9261                 basic (composing) account info.
9262
9263 2006-10-10 [colin]      2.5.3cvs28
9264
9265         * src/procheader.c
9266                 Fix this \t problem in subject
9267
9268 2006-10-09 [colin]      2.5.3cvs27
9269
9270         * src/main.c
9271         * src/prefs_gtk.c
9272                 Prepare cache a bit later
9273                 If section already exists, skip the new one 
9274                 (as previously); avoid writing the same block
9275                 twice - if we find a second block with the 
9276                 same id, skip it.
9277         * src/plugins/pgpcore/pgp_viewer.c
9278                 Set cursor to busy when retrieving a key
9279         * src/plugins/pgpcore/sgpgme.c
9280                 allow 5 seconds for gpg to export the key
9281                 
9282
9283 2006-10-09 [colin]      2.5.3cvs26
9284
9285         * configure.ac
9286         * src/msgcache.c
9287         * src/prefs_gtk.c
9288                 Check for existence of fgets_unlocked
9289                 and fwrite_unlocked
9290
9291 2006-10-09 [paul]       2.5.3cvs25
9292
9293         * src/prefs_summaries.c
9294                 replace strftime() with fast_strftime() and in
9295                 the consequence fix the bug in the display of
9296                 AM/PM in the 'Example' string
9297
9298 2006-10-09 [ticho]      2.5.3cvs24
9299
9300         * po/sk.po
9301                 Updated (and fixed up somewhat) Slovak translation.
9302
9303 2006-10-08 [colin]      2.5.3cvs23
9304
9305         * src/prefs_folder_item.c
9306                 Explain why prefs in the top-level folder
9307                 aren't retained, but are still useful
9308
9309 2006-10-08 [colin]      2.5.3cvs22
9310
9311         * src/prefs_gtk.c
9312                 Don't cache anything if caching fails
9313
9314 2006-10-08 [colin]      2.5.3cvs21
9315
9316         * src/common/utils.c
9317                 always include gi18n.h
9318
9319 2006-10-07 [colin]      2.5.3cvs20
9320
9321         * src/plugins/pgpcore/pgp_viewer.c
9322                 Kill gpg after 5 seconds wait
9323
9324 2006-10-07 [colin]      2.5.3cvs19
9325
9326         * src/plugins/pgpcore/pgp_viewer.c
9327         * src/plugins/pgpcore/pgp_viewer.h
9328                 Fix copyright
9329
9330 2006-10-07 [colin]      2.5.3cvs18
9331
9332         * src/plugins/pgpcore/pgp_viewer.c
9333         * src/plugins/pgpcore/pgp_viewer.h
9334                 Actually add the files to CVS
9335
9336 2006-10-07 [colin]      2.5.3cvs17
9337
9338         * src/plugins/pgpcore/sgpgme.c
9339                 Be sure not to crash on 'application/pgp-signature' that
9340                 are not application/pgp-signatures
9341
9342 2006-10-07 [colin]      2.5.3cvs16
9343
9344         * src/textview.c
9345         * src/textview.h
9346                 Make a bit more of the API available
9347         * src/plugins/pgpcore/Makefile.am
9348         * src/plugins/pgpcore/plugin.c
9349         * src/plugins/pgpcore/sgpgme.c
9350                 Add basic key import/export
9351
9352 2006-10-07 [colin]      2.5.3cvs15
9353
9354         * src/folderview.c
9355         * src/imap.c
9356         * src/prefs_account.c
9357         * src/wizard.c
9358                 Warn users *everywhere* if libetpan's not
9359                 linked in
9360
9361 2006-10-06 [mones]      2.5.3cvs14
9362
9363         * po/de.po
9364         * po/es.po
9365                 updated by Stephan Sachse and me
9366
9367 2006-10-06 [colin]      2.5.3cvs13
9368
9369         * src/main.c
9370         * src/common/sylpheed.c
9371                 Don't load common plugins if --exit is passed
9372         * src/prefs_gtk.c
9373         * src/prefs_gtk.h
9374                 Implement a cache to avoid reading the same
9375                 files over and over again at startup
9376
9377 2006-10-06 [colin]      2.5.3cvs12
9378
9379         * src/summaryview.c
9380         * src/gtk/quicksearch.c
9381                 Update display every 5k mails on fast searches
9382
9383 2006-10-06 [colin]      2.5.3cvs11
9384
9385         * src/textview.c
9386                 Don't do quote folding on HTML or ERTF.
9387                 May fix the Cygwin issues if they were
9388                 happening with HTML mails?
9389
9390 2006-10-05 [colin]      2.5.3cvs10
9391
9392         * src/prefs_gtk.c
9393                 Oops, forgot one
9394
9395 2006-10-05 [colin]      2.5.3cvs9
9396
9397         * src/prefs_gtk.c
9398                 Use unlocked_stdio here too
9399
9400 2006-10-05 [colin]      2.5.3cvs8
9401
9402         * src/folderview.c
9403                 Fix go to next * after preferences apply
9404         * src/msgcache.c
9405                 Do the fd lock/unlock ourselves instead of
9406                 letting the libc do it at each write 
9407
9408 2006-10-05 [colin]      2.5.3cvs7
9409
9410         * src/common/utils.c
9411                 Faster division, thanks to Jean Diraison
9412
9413 2006-10-05 [paul]       2.5.3cvs6
9414
9415         * src/common/utils.c
9416                 fix building with --disable-nls
9417
9418 2006-10-04 [colin]      2.5.3cvs5
9419
9420         * src/folder.c
9421                 Maybe fix a segfault
9422
9423 2006-10-04 [wwp]        2.5.3cvs4
9424
9425         * src/prefs_folder_item.c
9426                 Fine-tune layouts in folder item prefs. Suggested by
9427                 Fabien Vantard <fzzzzz@gmail.com>.
9428
9429 2006-10-04 [wwp]        2.5.3cvs3
9430
9431         * src/prefs_folder_item.c
9432                 Kill the clandestine passengers. You didn't see anything.
9433
9434 2006-10-04 [wwp]        2.5.3cvs2
9435
9436         * src/prefs_folder_item.c
9437                 Add a way to test the subject simplify regexp in
9438                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
9439                 w/ few layout changes.
9440
9441 2006-20-04 [paul]       2.5.3cvs1
9442
9443         * NEWS
9444         * README
9445         * configure.ac
9446                 Update version number following
9447                 stable release
9448
9449 2006-10-04 [colin]      2.5.2cvs42
9450
9451         * src/folder.c
9452         * src/folder.h
9453         * src/summaryview.c
9454                 Provide a way for folder classes to set their sort
9455                 type and key
9456
9457 2006-10-03 [colin]      2.5.2cvs41
9458
9459         * src/mh.c
9460                 Don't use strlen() to know if the
9461                 string's empty
9462
9463 2006-10-03 [colin]      2.5.2cvs40
9464
9465         * src/mh.c
9466                 Fix "check for new folders" with accentued folders
9467
9468 2006-10-03 [ticho]      2.5.2cvs39
9469
9470         * src/filtering.c
9471         * src/folder.c
9472         * src/inc.c
9473         * src/mbox.c
9474                 Colin's fix for "copy" filtering rules.
9475
9476 2006-10-02 [colin]      2.5.2cvs38
9477
9478         * src/folderview.c
9479                 Fix for double-click too
9480
9481 2006-10-02 [colin]      2.5.2cvs37
9482
9483         * src/folderview.c
9484                 correct fix for cvs36
9485
9486 2006-10-02 [colin]      2.5.2cvs36
9487
9488         * src/folderview.c
9489                 Fix 'goto next unread' after collapsing/expanding 
9490                 a node.
9491
9492 2006-10-02 [colin]      2.5.2cvs35
9493
9494         * src/summaryview.c
9495                 Fix double freeze/thaw
9496         * src/common/utils.c
9497         * src/common/utils.h
9498                 Reimplement strftime
9499         * src/procheader.c
9500                 Use it
9501
9502
9503 2006-10-02 [colin]      2.5.2cvs34
9504
9505         * src/mh.c
9506                 Time mh_write_sequences() - it's fast
9507         * src/summaryview.c
9508                 Init a variable to shut up gcc
9509
9510 2006-10-01 [colin]      2.5.2cvs33
9511
9512         * src/folder.c
9513         * src/mh.c
9514         * src/mh.h
9515         * src/msgcache.c
9516                 Add helper mh_set_mtime(), and set mtime to stat()'s result
9517                 Add fsync but disable it, it's slow as hell
9518
9519 2006-10-01 [colin]      2.5.2cvs32
9520
9521         * src/mh.c
9522         * src/msgcache.c
9523                 fflush() caches and mh_sequences before
9524                 fclose()ing
9525
9526 2006-10-01 [colin]      2.5.2cvs31
9527
9528         * src/msgcache.c
9529                 Don't ftruncate when not using mmap
9530
9531 2006-09-30 [colin]      2.5.2cvs30
9532
9533         * src/main.c
9534                 Write folder list *after* saving caches
9535
9536 2006-09-30 [colin]      2.5.2cvs29
9537
9538         * src/folder.c
9539         * src/mh.c
9540                 Debug forced mtime changes
9541
9542 2006-09-30 [colin]      2.5.2cvs28
9543
9544         * src/folder.c
9545         * src/main.c
9546                 Remove useless debug_print()s (code
9547                 well-tested)
9548
9549 2006-09-30 [colin]      2.5.2cvs27
9550
9551         * src/mh.c
9552                 Do stuff faster when writing mh_sequences
9553
9554 2006-09-30 [colin]      2.5.2cvs26
9555
9556         * src/mh.c
9557                 Don't let the writing of .mh_sequences, which
9558                 can change the folder's mtime, let us think
9559                 we need to scan.
9560
9561 2006-09-30 [colin]      2.5.2cvs25
9562
9563         * src/folder.c
9564                 Move a debug_print where it belongs 
9565                 (processing)
9566         * src/summaryview.c
9567                 Don't mess with a huge slow subject
9568                 table if we're not threading by
9569                 subject
9570
9571 2006-09-30 [colin]      2.5.2cvs24
9572
9573         * src/msgcache.c
9574                 Reenable mmaped reads (*not* writes!)
9575         * src/procmsg.c
9576                 Don't destroy and recreate hashtables just
9577                 for fun
9578         * src/common/utils.c
9579                 Remove useless reply prefixes (it's case
9580                 unsensitive)
9581
9582 2006-09-30 [wwp]        2.5.2cvs23
9583
9584         * tools/fix_date.sh
9585                 Fixed a minor bug in date value extraction, added a switch
9586                 to replace non RFC-compliant Date: value, added a switch
9587                 to use strict RFC matching patterns for dates.
9588
9589 2006-09-29 [colin]      2.5.2cvs22
9590
9591         * src/matcher_parser.h
9592         * src/matcher_parser_parse.y
9593         * src/prefs_filtering.c
9594         * src/statusbar.c
9595         * src/summary_search.c
9596         * src/summaryview.c
9597         * src/gtk/quicksearch.c
9598         * src/gtk/quicksearch.h
9599                 Optimise searches by setting different
9600                 refresh intervals (depending if the 
9601                 search is fast or not)
9602
9603 2006-09-29 [colin]      2.5.2cvs21
9604
9605         * src/codeconv.c
9606                 Optimise by reusing the last iconv converter
9607                 if possible
9608         * src/textview.c
9609                 Optimise a bit (the foldable quotes feature
9610                 still has an awful O(n^2) algo
9611
9612 2006-09-29 [colin]      2.5.2cvs20
9613
9614         * src/gtk/gtksctree.c
9615         * src/gtk/gtksctree.h
9616                 Optimise de-selection via up/down or
9617                 another key
9618
9619 2006-09-28 [colin]      2.5.2cvs19
9620
9621         * src/action.c
9622         * src/compose.c
9623         * src/folderview.c
9624         * src/mainwindow.c
9625         * src/messageview.c
9626         * src/summary_search.c
9627         * src/toolbar.c
9628                 Avoid using summaryview->ctree directly
9629
9630 2006-09-28 [colin]      2.5.2cvs18
9631
9632         * src/summaryview.c
9633         * src/summaryview.h
9634                 Add helpers to freeze/thaw/grab_focus
9635                 Factorize calls to freeze/thaw/grab_focus
9636                 
9637
9638 2006-09-28 [colin]      2.5.2cvs17
9639
9640         * src/main.c
9641                 More guards for the session management
9642
9643 2006-09-28 [colin]      2.5.2cvs16
9644
9645         * src/folderview.c
9646         * src/gtk/gtksctree.c
9647         * src/gtk/gtksctree.h
9648                 Make expanding not recursive in folderview
9649
9650 2006-09-28 [colin]      2.5.2cvs15
9651
9652         * src/addressbook.c
9653                 If nothing is selected in the list (right part)
9654                 and a group is selected in the tree (left part),
9655                 mail this group.
9656
9657 2006-09-28 [colin]      2.5.2cvs14
9658
9659         * src/Makefile.am
9660                 Actually use SM_LIBS
9661
9662 2006-09-28 [ticho]      2.5.2cvs13
9663
9664         * src/export.c
9665         * src/messageview.c
9666         * src/mimeview.c
9667         * src/news.c
9668         * src/pop.c
9669         * src/prefs_themes.c
9670         * src/procmsg.c
9671                 Small i18n string optimization.
9672         * src/send_message.c
9673         * src/summaryview.c
9674         * src/common/session.c
9675         * src/common/smtp.c
9676         * src/common/ssl_certificate.c
9677         * src/common/utils.c
9678                 Use "Couldn't" instead of "Can't" in UI messages,
9679                 where appropriate.
9680
9681 2006-09-28 [colin]      2.5.2cvs12
9682
9683         * configure.ac
9684                 Possibly fix link errors
9685
9686 2006-09-27 [wwp]        2.5.2cvs11
9687
9688         * src/gtk/authors.h
9689         * doc/man/sylpheed-claws.1
9690         * manual/ack.xml
9691         * manual/es/ack.xml
9692         * manual/fr/ack.xml
9693         * manual/pl/ack.xml
9694                 Updated authors info (me, myself and I).
9695
9696 2006-09-27 [colin]      2.5.2cvs10
9697
9698         * src/addressbook.c
9699                 Remove useless printf
9700
9701 2006-09-27 [wwp]        2.5.2cvs9
9702
9703         * src/editgroup.c
9704         * src/send_message.c
9705         * src/inc.c
9706         * src/prefs_common.c
9707         * src/prefs_common.h
9708         * src/gtk/progressdialog.c
9709                 remember more windows' sizes (send dialog, received dialog,
9710                 edit group in addressbook).
9711
9712 2006-09-27 [colin]      2.5.2cvs8
9713
9714         * configure.ac
9715         * src/main.c
9716         * src/mainwindow.h
9717                 Use libSM to communicate with the session
9718                 manager, so that we can know when the 
9719                 session ends, save our caches, and draft
9720                 our compose windows.
9721
9722 2006-09-27 [colin]      2.5.2cvs7
9723
9724         * src/addressbook.c
9725                 Fix issues:
9726                 o Allow Book and Group creation from the tree's
9727                   contextual menu
9728                 o Do not actually delete the contacts when 
9729                   deleting groups from the tree (duh!)
9730
9731 2006-09-27 [colin]      2.5.2cvs6
9732
9733         * src/compose.c
9734         * src/compose.h
9735         * src/mainwindow.c
9736         * src/textview.c
9737         * src/toolbar.c
9738                 o Allow passing an email address to 
9739                   compose_new_with_folderitem
9740                 o Update callers
9741                 o Use current folderitem when clicking
9742                   on a TextView mailto: link
9743                 o Fix a possible leak in TextView
9744
9745 2006-09-27 [colin]      2.5.2cvs5
9746
9747         * src/html.c
9748                 Use UTF-8 chars to replace HTML entities
9749
9750 2006-09-27 [colin]      2.5.2cvs4
9751
9752         * AUTHORS
9753         * src/prefs_account.c
9754         * src/gtk/authors.h
9755                 Fix bug #1024 (Array index out of
9756                 range in sylpheed-claws-2.5.2)
9757                 Patch by Ales Nosek <anosek@suse.cz>
9758
9759 2006-09-27 [colin]      2.5.2cvs3
9760
9761         * src/addr_compl.c
9762                 Actually do the test
9763
9764 2006-09-27 [colin]      2.5.2cvs2
9765
9766         * src/addr_compl.c
9767         * src/addr_compl.h
9768                 Allow completing with comma (in certain cases: vCalendar
9769                 for example doesn't support that)
9770                 Patch by Fabien Vantard
9771
9772 2006-09-26 [colin]      2.5.2cvs1
9773
9774         * src/Makefile.am
9775         * src/addr_compl.c
9776         * src/addr_compl.h
9777         * src/addrbook.c
9778         * src/addrbook.h
9779         * src/addressbook.c
9780         * src/addrindex.c
9781         * src/addrindex.h
9782         * src/compose.c
9783         * src/prefs_common.c
9784         * src/prefs_filtering_action.c
9785         * src/prefs_folder_item.c
9786         * src/prefs_template.c
9787         * src/stock_pixmap.c
9788         * src/stock_pixmap.h
9789         * src/pixmaps/addr_one.xpm
9790         * src/pixmaps/addr_two.xpm
9791                 Add auto-completion on groups
9792
9793 2006-09-26 [colin]      2.5.2
9794
9795         * NEWS
9796         * README
9797         * RELEASE_NOTES
9798                 2.5.2 released
9799
9800 2006-09-26 [colin]      2.5.1cvs5
9801
9802         * src/matcher.c
9803                 Fix condition
9804
9805 2006-09-26 [colin]      2.5.1cvs4
9806
9807         * src/mbox.c
9808                 Revert cvs1 (useless as the message is printed 
9809                 every 500 mails)
9810
9811 2006-09-26 [colin]      2.5.1cvs3
9812
9813         * src/partial_download.c
9814                 Fix crasher found by Alexsandar Urosevic
9815
9816 2006-09-26 [colin]      2.5.1cvs2
9817
9818         * src/summaryview.c
9819                 Fix bug #1023 (Sylpheed deletes too much messages)
9820
9821 2006-09-26 [ticho]      2.5.1cvs1
9822
9823         * src/mbox.c
9824                 Make use of gettext's multiple plurals for statusbar
9825                 progress message.
9826
9827 2006-09-25 [paul]       2.5.1
9828
9829         * NEWS
9830         * README
9831         * RELEASE_NOTES
9832                 2.5.1 released
9833
9834 2006-09-25 [colin]      2.5.0cvs3
9835
9836         * src/plugins/bogofilter/bogofilter.c
9837         * src/plugins/clamav/clamav_plugin.c
9838         * src/plugins/spamassassin/spamassassin.c
9839                 BogoFilter, Spamassassin: Fix double hook registering after
9840                 visiting preferences
9841                 Spamassassin, Clamav: Just set the mails to move instead of
9842                 doing the move - caller will move the things at once.
9843
9844 2006-09-25 [colin]      2.5.0cvs2
9845
9846         * src/imap.c
9847         * src/etpan/imap-thread.c
9848                 Use UID SEARCH ALL instead of UID 1:*
9849                 (braindead servers can't figure out that's
9850                 the same...)
9851
9852 2006-09-25 [wwp]        2.5.0cvs1
9853
9854         * src/message_search.c
9855                 Added the ability to stop a running search (in message body).
9856
9857 2006-09-25 [paul]       2.5.0
9858
9859         * NEWS
9860         * README
9861         * RELEASE_NOTES
9862                 2.5.0 released
9863
9864 2006-09-25 [paul]       2.4.0cvs214
9865
9866         * po/cs.po
9867         * po/de.po
9868         * po/fi.po
9869         * po/fr.po
9870         * po/nl.po
9871         * po/pt_BR.po
9872         * po/sk.po
9873         * po/sr.po
9874         * po/zh_CN.po
9875                 updated by Tim, Stephan Sachse, Flammie Pirinen,
9876                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
9877                 Ticho, Aleksander Urosevic, Ralgh Young
9878
9879 2006-09-24 [mones]      2.4.0cvs213
9880
9881         * po/es.po
9882                 Updated for release
9883
9884 2006-09-23 [colin]      2.4.0cvs212
9885
9886         * src/gtk/inputdialog.c
9887                 Fix [ ] remember this appearing in normal
9888                 input dialogs after it's been used by
9889                 mimeview.
9890         * src/folder.c
9891         * src/folderview.c
9892         * src/msgcache.c
9893         * src/procmsg.c
9894         * src/summaryview.c
9895         * src/textview.c
9896         * src/common/timing.h
9897                 Enable timings in debug mode and make it
9898                 look prettier.
9899
9900 2006-09-22 [colin]      2.4.0cvs211
9901
9902         * README
9903                 Revert test change
9904         * commitHelper
9905                 ping the correct URI
9906
9907 2006-09-22 [colin]      2.4.0cvs210
9908
9909         * README
9910                 Let's see if bug #1022 is fixed
9911
9912 2006-09-21 [colin]      2.4.0cvs209
9913
9914         * src/wizard.c
9915         * src/common/plugin.c
9916                 Prepare infra to load predefined plugins when
9917                 no configuration existed. Don't actually load
9918                 anything yet (feat. freeze)
9919
9920 2006-09-21 [wwp]        2.4.0cvs208
9921
9922         * manual/fr/faq.xml
9923                 Partial sync w/ 2.4.0cvs72:
9924                 wrap file and minor updates.
9925
9926 2006-09-21 [wwp]        2.4.0cvs207
9927
9928         * tools/fix_date.sh
9929                 several fixes and enhancements. A new --force switch has been
9930                 added to prevent overriding by default Date: header when
9931                 already existing.
9932
9933 2006-09-21 [paul]       2.4.0cvs206
9934
9935         * src/common/utils.c
9936                 add Chinese UTF8 Re prefix
9937
9938 2006-09-21 [wwp]        2.4.0cvs205
9939
9940         * tools/Makefile.am
9941                 Fics alfabettical order.
9942
9943 2006-09-21 [wwp]        2.4.0cvs204
9944
9945         * tools/fix_date.sh
9946         * tools/Makefile.am
9947                 Added an action tool to fix missing Date field in emails.
9948                 Updated Makefile.am to reflect those last two additions.
9949
9950 2006-09-21 [wwp]        2.4.0cvs203
9951
9952         * tools/uuooffice
9953                 Added a action tool to open uuencoded docs w/
9954                 OpenOffice (based on uudec method).
9955
9956 2006-09-21 [colin]      2.4.0cvs202
9957
9958         * src/compose.c
9959         * src/textview.c
9960                 Workaround possible GTK crash: remove selection 
9961                 clipboard before destroying widget, or GTK+-2.10
9962                 dies. Thanks to Hiro.
9963
9964 2006-09-20 [colin]      2.4.0cvs201
9965
9966         * src/compose.c
9967                 Fix free-after-use in some cases (when 
9968                 procmime_encode_content() frees mimeinfo->data.mem
9969                 and turns it to a temp file)
9970
9971 2006-09-20 [colin]      2.4.0cvs200
9972
9973         * src/folderview.c
9974         * src/summaryview.c
9975         * src/gtk/gtksctree.c
9976         * src/gtk/gtksctree.h
9977                 Add tooltips in the folderview and summaryview
9978                 (Doesn't break string freeze as they already
9979                 exist)
9980         * src/toolbar.c
9981                 Put the spam button in the default configuration
9982                 if compiled with bogo plugin too
9983
9984 2006-09-19 [colin]      2.4.0cvs199
9985
9986         * src/summaryview.c
9987         * src/summaryview.h
9988                 Update folder name label on folder rename
9989         * src/prefs_matcher.c
9990         * src/gtk/logwindow.h
9991                 Fix warnings
9992                 Patches by Fabien
9993
9994 2006-09-19 [wwp]        2.4.0cvs198
9995
9996         * src/summary_search.c
9997                 fix can't click forward/backward buttons in the
9998                 search messages.
9999
10000 2006-09-18 [paul]       2.4.0cvs197
10001
10002         * src/wizard.c
10003                 add missing bracket, capitalise the A of
10004                 'SpamAssassin'
10005
10006 2006-09-18 [paul]       2.4.0cvs196
10007
10008         * src/compose.c
10009                 fix bug 1012 'crashed upon sending mail
10010                 from compose window'
10011                 Thanks to Colin
10012
10013 2006-09-16 [colin]      2.4.0cvs195
10014
10015         * src/folderview.c
10016                 Fix "real-time" sorting by freezing/thawing
10017
10018 2006-09-16 [colin]      2.4.0cvs194
10019
10020         * manual/faq.xml
10021                 Fix the anti-spam entry a bit
10022
10023 2006-09-16 [colin]      2.4.0cvs193
10024
10025         * src/wizard.c
10026                 Make sure reviewers have no excuse when stating
10027                 Sylpheed-Claws doesn't have antispam capabilities.
10028
10029 2006-09-16 [colin]      2.4.0cvs192
10030
10031         * src/main.c
10032                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
10033                 as if the SIGPIPE comes from etpan's thread we could
10034                 trigger a GUI update from this thread.
10035
10036 2006-09-16 [colin]      2.4.0cvs191
10037
10038         * src/summaryview.c
10039                 Init all members of the struct
10040
10041 2006-09-16 [paul]       2.4.0cvs190
10042
10043         * src/account.c
10044                 improvements to the English
10045
10046 2006-09-15 [colin]      2.4.0cvs189
10047
10048         * src/summaryview.c
10049                 HIG order on dialog
10050
10051 2006-09-14 [colin]      2.4.0cvs188
10052
10053         * src/common/socket.c
10054         * src/common/socket.h
10055         * src/common/ssl.c
10056         * src/common/ssl_certificate.c
10057         * src/common/ssl_certificate.h
10058         * src/etpan/imap-thread.c
10059                 the get_fqdn() call done to get canonical name when
10060                 checking an SSL certificate is blocking, which is
10061                 sad as we just did a non-blocking lookup to connect.
10062                 Fix that by letting the fqdn available to the SockInfo,
10063                 and use that in ssl_certificate_check(). For IMAP,
10064                 we don't do it as the lookup's done by libetpan, but
10065                 it's less annoying as IMAP connections as much more
10066                 rare than POP3 connections.
10067
10068 2006-09-14 [paul]       2.4.0cvs187
10069
10070         * manual/advanced.xml
10071                 improvements to the English,
10072                 properly place the new hidden options
10073                 within the alphabetical order
10074         * src/gtk/pluginwindow.c
10075                 improvements to the English
10076
10077 2006-09-14 [colin]      2.4.0cvs186
10078
10079         * src/prefs_common.c
10080         * src/prefs_common.h
10081         * src/gtk/gtksctree.c
10082         * manual/advanced.xml
10083                 New hidden pref, stripes_color_offset, to change
10084                 the value added/substracted to normal bgcolor to
10085                 create the stripes in summaries
10086
10087 2006-09-13 [colin]      2.4.0cvs185
10088
10089         * src/gedit-print.c
10090         * src/messageview.c
10091         * src/messageview.h
10092         * src/summaryview.c
10093         * src/textview.c
10094                 Fix misc. printing issues: 
10095                 - Bad font for linkified headers
10096                 - Different font if the mail was displayed or not
10097                 - Factorize the thing
10098
10099 2006-09-13 [colin]      2.4.0cvs184
10100
10101         * src/common/ssl_certificate.c
10102                 Only get FQDN once when checking certificate
10103
10104 2006-09-13 [colin]      2.4.0cvs183
10105
10106         * src/account.c
10107         * src/gtk/pluginwindow.c
10108                 Misc. GUI fixes by Fabien
10109
10110 2006-09-13 [wwp]        2.4.0cvs182
10111
10112         * configure.ac
10113         * src/common/utils.h
10114         * src/common/utils.c
10115                 get rid of unused wide-char functions.
10116
10117 2006-09-13 [wwp]        2.4.0cvs181
10118
10119         * src/plugins/pgpinline/sylpheed.def
10120         * src/textview.c
10121                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
10122                 add privacy_reset_error to the .def file,
10123                 do not fork for an external textviewer.
10124
10125 2006-09-13 [wwp]        2.4.0cvs180
10126
10127         * src/prefs_common.c
10128                 fix broken font entry in prefs (patch issued by the gpg4win team,
10129                 probably by Marcus Brinkmann <marcus@g10code.de>).
10130
10131 2006-09-13 [colin]      2.4.0cvs179
10132
10133         * src/folder.h
10134                 Fix a warning in summaryview.c
10135         * src/mainwindow.c
10136         * src/summaryview.c
10137         * src/summaryview.h
10138                 Add missing Mark/* elements in the
10139                 main menu
10140
10141 2006-09-12 [colin]      2.4.0cvs178
10142
10143         * src/prefs_actions.c
10144         * src/prefs_filtering_action.c
10145         * src/prefs_matcher.c
10146                 Use (New) instead of New everywhere
10147
10148 2006-09-12 [wwp]        2.4.0cvs177
10149
10150         * manual/fr/addrbook.xml
10151         * manual/fr/handling.xml
10152                 updated some quotes in the fr manual to match the fr translation.
10153
10154 2006-09-12 [wwp]        2.4.0cvs176
10155
10156         * src/prefs_matcher.c
10157                 don't store translated string elements in matcher expressions.
10158                 Also fixed a misused of Q_().
10159
10160 2006-09-11 [wwp]        2.4.0cvs175
10161
10162         * src/plugins//bogofilter/bogofilter.c
10163         * src/plugins//clamav/clamav_plugin.c
10164         * src/plugins//demo/demo.c
10165         * src/plugins//dillo_viewer/dillo_viewer.c
10166         * src/plugins//pgpcore/plugin.c
10167         * src/plugins//pgpinline/plugin.c
10168         * src/plugins//pgpmime/plugin.c
10169         * src/plugins//spamassassin/spamassassin.c
10170                 gettext-ize more strings (mostly plugin error messages).
10171
10172 2006-09-11 [colin]      2.4.0cvs174
10173
10174         * src/alertpanel.c
10175                 Make maximum buffer size bigger to avoid
10176                 truncating translated messages. Patch by
10177                 Fabien
10178
10179 2006-09-11 [colin]      2.4.0cvs173
10180
10181         * src/etpan/imap-thread.c
10182                 Fix compilation on OpenBSD, thanks to 
10183                 Landry
10184
10185 2006-09-10 [wwp]        2.4.0cvs172
10186
10187         * manual/account.xml
10188         * manual/addrbook.xml
10189         * manual/handling.xml
10190         * manual/es/handling.xml
10191         * manual/fr/account.xml
10192         * manual/fr/addrbook.xml
10193         * manual/fr/handling.xml
10194                 documented addressbook matching (condition configuration):
10195                   addrbook.xml, en fr
10196                 documented per-account filtering rules (handling/filtering
10197                   section, account section):
10198                   account.xml, handling.xml, en fr
10199                 slightly updated the handling/searching section to tell few
10200                   words about the extended search ability:
10201                   handling.xml, en fr
10202                 added missing <quote></quotes> to Quick Search:
10203                   handling.xml, en fr es
10204                 fixed a typo (auomatically):
10205                   handling.xml, en
10206                 changes revisited by Paul.
10207
10208 2006-09-10 [paul]       2.4.0cvs171
10209
10210         * src/prefs_actions.c
10211         * src/prefs_filtering.c
10212         * src/prefs_template.c
10213                 adjustments to the gui
10214                 Patch by Fabien Vantard (slightly modified)
10215
10216 2006-09-10 [colin]      2.4.0cvs170
10217
10218         * src/summaryview.c
10219                 Check folderitem/summaryview consistency
10220                 (basically automates Update summary). Fixes
10221                 #1011 (wrong (negative) count on unread 
10222                 messages)
10223
10224 2006-09-10 [colin]      2.4.0cvs169
10225
10226         * src/gtk/gtksctree.c
10227                 Fix recursive expansion via mouse
10228         * src/plugins/bogofilter/bogofilter.c
10229                 Use normal filtering way of moving
10230                 messages (batching), possibly fixing
10231                 bug #1015 (Bogofilter plugin doubles 
10232                 new messages)
10233
10234 2006-09-09 [wwp]        2.4.0cvs168
10235
10236         * src/prefs_filtering.c
10237                 better place for this fix.
10238
10239 2006-09-09 [wwp]        2.4.0cvs167
10240
10241         * src/prefs_filtering.c
10242                 fix a minor bug when the enabled status of a filtering/processing
10243                 rule always got set to TRUE when replacing this rule. That still
10244                 make sense when adding a new rule, but now when replacing, we
10245                 don't override the value of 'enabled'.
10246                 Also renamed the func prefs_filtering_list_view_get_rule_name()
10247                 to prefs_filtering_list_view_get_info() as this function not only
10248                 returns the name, but also the account_id and the enabled status.
10249
10250 2006-09-09 [mones]      2.4.0cvs166
10251
10252         * manual/glossary.xml
10253         * manual/plugins.xml
10254                 Minor format corrections
10255         * manual/gpl.xml
10256                 Fix misplaced NO WARRANTY section
10257         * manual/es/advanced.xml
10258         * manual/es/faq.xml
10259         * manual/es/glossary.xml
10260         * manual/es/gpl.xml
10261         * manual/es/handling.xml
10262         * manual/es/plugins.xml
10263         * manual/es/starting.xml
10264                 Incorporate changes from English version
10265         * manual/fr/ack.xml
10266         * manual/pl/ack.xml
10267         * manual/es/ack.xml
10268                 Fix address, (add translation credits in es version)
10269         * po/es.po
10270                 Updated translation
10271
10272 2006-09-09 [wwp]        2.4.0cvs165
10273
10274         * src/prefs_filtering.c
10275                 fix a crash when opening filtering prefs, if matcherrc file contains
10276                 broken data (non-existing account id, which is theoretically not
10277                 possible).
10278
10279 2006-09-08 [colin]      2.4.0cvs164
10280
10281         * src/folder.c
10282                 Wrong assert, make it an if()
10283         * src/gtk/gtksctree.c
10284                 Fix bug #1013 (expand selected thread 
10285                 tree) - expanding is now recursive
10286
10287 2006-09-07 [wwp]        2.4.0cvs163
10288
10289         * src/prefs_matcher.c
10290                 make better sentences about addressbook matching in the
10291                 matcher prefs. This should make translators' work easier
10292                 too.
10293
10294 2006-09-07 [wwp]        2.4.0cvs162
10295
10296         * src/prefs_filtering.c
10297                 code simplification (get rid of dup var. assignment).
10298
10299 2006-09-07 [wwp]        2.4.0cvs161
10300
10301         * src/summaryview.c
10302                 use GTK_STOCK icons when possible, patch by Fabien Vantard
10303                 <fzzzzz@gmail.com>.
10304
10305 2006-09-07 [paul]       2.4.0cvs160
10306
10307         * src/mimeview.c
10308                 fix compilation warnings
10309                 Thanks to Colin
10310
10311 2006-09-07 [paul]       2.4.0cvs159
10312
10313         * src/mimeview.c
10314                 select the mimepart icon when
10315                 displaying as text
10316                 Thanks to Colin
10317
10318 2006-09-06 [paul]       2.4.0cvs158
10319
10320         * src/prefs_filtering.c
10321                 fix labels and table element spacing
10322                 Patch by Fabien Vantard
10323
10324 2006-09-06 [paul]
10325
10326         2.5.0-rc3 released
10327
10328 2006-09-06 [paul]       2.4.0cvs157
10329
10330         * manual/es/advanced.xml
10331                 fix typo
10332
10333 2006-09-06 [wwp]        2.4.0cvs156
10334
10335         * src/mainwindow.c
10336                 fix an dup launch issue when iconified, thanks to Colin.
10337
10338 2006-09-06 [wwp]        2.4.0cvs155
10339
10340         * src/gtk//gtksctree.h
10341                 oops, forgot that one!
10342
10343 2006-09-06 [wwp]        2.4.0cvs154
10344
10345         * manual/pl/advanced.xml
10346         * manual/advanced.xml
10347         * manual/es/advanced.xml
10348         * manual/fr/advanced.xml
10349         * src/prefs_customheader.c
10350         * src/prefs_filtering_action.c
10351         * src/foldersel.c
10352         * src/prefs_summaries.c
10353         * src/prefs_filtering.c
10354         * src/account.c
10355         * src/compose.c
10356         * src/prefs_summary_column.c
10357         * src/addr_compl.c
10358         * src/prefs_actions.c
10359         * src/prefs_folder_column.c
10360         * src/ssl_manager.c
10361         * src/prefs_template.c
10362         * src/prefs_display_header.c
10363         * src/prefs_common.h
10364         * src/prefs_matcher.c
10365         * src/prefs_common.c
10366         * src/prefs_toolbar.c
10367         * src/summaryview.c
10368         * src/folderview.c
10369         * src/gtk/gtksctree.c
10370         * src/gtk/pluginwindow.c
10371         * src/gtk/progressdialog.c
10372         * src/gtk/prefswindow.c
10373                 renamed hidden option enable_rules_hint to use_stripes_everywhere
10374                 to make its meaning more obvious (all versions of the manual reflect
10375                 the change).
10376                 added an extra hidden option use_stripes_in_summary to allow
10377                 discarding these stripes in mainwindow's folder and message lists;
10378                 en and fr manuals only are OK towards this.
10379
10380 2006-09-06 [colin]      2.4.0cvs153
10381
10382         * src/textview.c
10383                 Hide Sylpheed-Claws' internal queue headers
10384                 when showing all headers. They'll be present
10385                 only in Source window.
10386
10387 2006-09-05 [colin]      2.4.0cvs152
10388
10389         * src/plugins/trayicon/trayicon.c
10390                 Fix crash at exit - we have to disconnect
10391                 our handlers
10392         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
10393                 Update eggtrayicon - patch adapted from a
10394                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
10395                 on Sylpheed's ML
10396
10397 2006-09-05 [colin]      2.4.0cvs151
10398
10399         * src/mainwindow.c
10400         * src/gtk/logwindow.c
10401                 Fix race condition when something writes
10402                 to the log too soon during init. Thanks
10403                 to Fabien Vantard
10404
10405 2006-09-05 [colin]      2.4.0cvs150
10406
10407         * src/mimeview.c
10408                 Don't select part on right-click either
10409
10410 2006-09-05 [paul]       2.4.0cvs149
10411
10412         * src/mimeview.c
10413                 completion of previous commit
10414                 Thanks to Colin
10415
10416 2006-09-05 [colin]      2.4.0cvs148
10417
10418         * src/mimeview.c
10419                 Don't force selection on middle-click, just open
10420
10421 2006-09-04 [colin]      2.4.0cvs147
10422
10423         * src/mimeview.c
10424                 Looks like gtk_notebook_set_current_page()
10425                 sometimes steals focus, and this annoys us
10426                 in MimeViewers as it renders navigation
10427                 keys useless. Take back focus after switching
10428                 pages.
10429
10430 2006-09-04 [colin]      2.4.0cvs146
10431
10432         * src/messageview.c
10433                 Set stop_loading when clicking on Next
10434                 during load. Don't add a callback to 
10435                 avoid over-complicating things.
10436
10437 2006-09-04 [colin]      2.4.0cvs145
10438
10439         * src/mimeview.c
10440         * src/messageview.c
10441                 Fix multiple loads in separate messageview
10442
10443 2006-09-04 [colin]      2.4.0cvs144
10444
10445         * src/summaryview.c
10446                 Let navigation keys be handled during 
10447                 load
10448
10449 2006-09-04 [colin]      2.4.0cvs143
10450
10451         * src/messageview.c
10452         * src/summaryview.c
10453         * src/textview.c
10454         * src/textview.h
10455                 Make loading of huge mails (lots of text and/or
10456                 images) cancellable, so the GUI doesn't block 
10457
10458 2006-09-04 [colin]      2.4.0cvs142
10459
10460         * src/plugins/trayicon/trayicon.c
10461                 Fix annoyance when removing a folder with 
10462                 unread mails: trayicon didn't update
10463
10464 2006-09-04 [paul]       2.4.0cvs141
10465
10466         * src/gtk/icon_legend.c
10467                 straighten up columns
10468                 Patch by Fabien Vantard
10469
10470 2006-09-04 [wwp]        2.4.0cvs140
10471
10472         * src/prefs_filtering.c
10473                 fix new line's account name in filtering prefs:
10474                 was "All", is now "(New)".
10475
10476 2006-09-04 [paul]       2.4.0cvs139
10477
10478         * tools/make.themes.project
10479                 use "AUTOMAKE_OPTIONS = dist-bzip2"
10480                 instead of homebrewed "make release"
10481
10482 2006-09-03 [colin]      2.4.0cvs138
10483
10484         * src/folderview.c
10485                 Fix bug #1007 (Wrong folder highlighted)
10486
10487 2006-09-03 [colin]      2.4.0cvs137
10488
10489         * src/compose.c
10490                 Don't set Newsgroup: header to a mail folder
10491                 path
10492
10493 2006-09-03 [paul]       2.4.0cvs136
10494
10495         * src/prefs_other.c
10496         * src/prefs_spelling.c
10497                 unify the gui
10498
10499 2006-09-03 [paul]       2.4.0cvs135
10500
10501         * src/prefs_summaries.c
10502                 correct menu item text in prefs_keybind_apply_clicked()
10503
10504 2006-09-03 [paul]       2.4.0cvs134
10505
10506         * manual/advanced.xml
10507                 some improvements to the descriptions
10508         * src/mainwindow.c
10509         * src/messageview.c
10510         * src/summaryview.c
10511         * src/gtk/menu.c
10512                 fix menu sensitivity issues
10513         * src/prefs_message.c
10514                 drop the useless word 'short'
10515         * src/prefs_other.c
10516                 add the word 'lines' indicating log length
10517                 is a measure of lines
10518         * src/textview.c
10519                 fix compilation warnings
10520
10521 2006-09-02 [colin]      2.4.0cvs133
10522
10523         * src/messageview.c
10524                 Display a special return-receipt message
10525                 if the message is from the user
10526         * src/summaryview.c
10527                 Fix missing freeze of the list when marking
10528                 all read and unthreading for exec. Thanks
10529                 to Stephan Sachse.
10530
10531 2006-09-02 [paul]       2.4.0cvs132
10532
10533         * src/mainwindow.c
10534         * src/prefs_message.c
10535         * src/summaryview.c
10536                 fix some english
10537
10538 2006-09-02 [wwp]        2.4.0cvs131
10539
10540         * src/prefs_filtering.c
10541                 added an account name column to the filtering rules
10542                 dialog.
10543
10544 2006-09-02 [colin]      2.4.0cvs130
10545
10546         * src/gtk/logwindow.c
10547         * src/gtk/logwindow.h
10548                 Block scrolling if we're not at the end
10549                 of the log
10550
10551 2006-09-02 [colin]      2.4.0cvs129
10552
10553         * src/folder.c
10554                 Make sure account-specific rules can't
10555                 be used in {pre-,post-,}processing
10556         * src/mainwindow.c
10557         * src/gtk/logwindow.c
10558         * src/gtk/logwindow.h
10559                 Jump to last error when clicking on the
10560                 warning icon
10561
10562 2006-09-02 [colin]      2.4.0cvs128
10563
10564         * src/imap.c
10565         * src/import.c
10566         * src/mainwindow.c
10567         * src/mainwindow.h
10568                 Fix warning icon
10569         * src/inc.c
10570         * src/mbox.c
10571         * src/mbox.h
10572                 Let proc_mbox know its account, for
10573                 account-specific rules
10574
10575 2006-09-01 [colin]      2.4.0cvs127
10576
10577         * src/codeconv.c
10578                 Don't uselessly use iconv to convert from
10579                 us-ascii
10580         * src/alertpanel.c
10581         * src/mainwindow.c
10582         * src/mainwindow.h
10583         * src/inc.c
10584                 Fix certain log cases, disable warning icon
10585                 for now, the correct way to display it when
10586                 necessary and only when necessary is probably
10587                 to do it manually rather than use error logs
10588         * src/etpan/imap-thread.c
10589                 Clean up UID logging a bit
10590         * src/gtk/logwindow.c
10591         * src/gtk/logwindow.h
10592                 Make logging faster when the window's closed
10593
10594 2006-09-01 [wwp]        2.4.0cvs126
10595
10596         * manual/fr/account.xml
10597                 reflect changes to the ref. manual (parts of cvs72):
10598                 fix tabnames and quotes.
10599
10600 2006-09-01 [wwp]        2.4.0cvs125
10601
10602         * manual/fr/plugins.xml
10603                 reflect changes to the reference manual (cvs42):
10604                 update IRC channel info.
10605
10606 2006-09-01 [wwp]        2.4.0cvs124
10607
10608         * commitHelper
10609                 use CVSEDITOR env. var. if set, according to `man cvs`.
10610
10611 2006-09-01 [wwp]        2.4.0cvs123
10612
10613         * manual/advanced.xml
10614                 better sentence again (thanks to Paul).
10615
10616 2006-09-01 [wwp]        2.4.0cvs122
10617
10618         * manual/advanced.xml
10619         fix definition of toolbar_detachable and rework a bit the one of
10620         enable_dotted_lines.
10621
10622 2006-09-01 [mones]      2.4.0cvs121
10623
10624         * manual/advanced.xml
10625                 Document enable_dotted_lines
10626
10627 2006-09-01 [paul]       2.4.0cvs120
10628
10629         * src/folderview.c
10630         * src/folderview.h
10631         * src/imap.c
10632         * src/mainwindow.c
10633         * src/summaryview.c
10634                 obey the 'When entering folder...' option
10635                 when using the /View/Go to/... menu items
10636                 Thanks to Colin
10637
10638 2006-08-31 [colin]      2.4.0cvs119
10639
10640         * src/folderview.c
10641                 Revert 2.4.0cvs116, wrong fix.
10642
10643 2006-08-31 [colin]      2.4.0cvs118
10644
10645         * src/gtk/gtksctree.c
10646                 Better state the various copyrights
10647
10648 2006-08-31 [colin]      2.4.0cvs117
10649
10650         * src/prefs_common.c
10651                 fix enable_dotted_lines
10652
10653 2006-08-31 [colin]      2.4.0cvs116
10654
10655         * src/folderview.c
10656                 Use pref "Always open on select" when going
10657                 to next unread folder
10658         * src/gtk/gtksctree.c
10659                 Fix link failure to _gtk_clist_create_cell_layout
10660                 on certain computers. (Why not mine, I wonder)
10661
10662 2006-08-31 [colin]      2.4.0cvs115
10663
10664         * src/procmsg.c
10665         * src/textview.c
10666         * src/plugins/bogofilter/bogofilter.c
10667         * src/plugins/spamassassin/spamassassin.c
10668                 Requalify some "errors" to warnings
10669         * src/mainwindow.c
10670         * src/mainwindow.h
10671         * src/statusbar.c
10672                 Add an icon in the statusbar to notify
10673                 of errors
10674         * src/gtk/gtksctree.c
10675         * src/folderview.c
10676         * src/summaryview.c
10677                 Make the GtkSCTree look more modern by
10678                 alternating background lines
10679         * src/prefs_common.c
10680         * src/prefs_common.h
10681                 Add a pref to let people have the old
10682                 way if they prefer
10683
10684
10685 2006-08-30 [colin]      2.4.0cvs114
10686
10687         * src/procmsg.c
10688         * src/procmsg.h
10689                 Provide a way to filter a list of
10690                 messages in an optimised manner, and
10691                 add a list-filtering hook
10692         * src/folder.c
10693         * src/inc.c
10694         * src/mbox.c
10695                 Use the list filtering
10696         * src/plugins/bogofilter/bogofilter.c
10697                 Use the list-filtering hook
10698                 Use -b (bulk) mode for more speed
10699                 when learning and filtering
10700         * src/etpan/imap-thread.c
10701                 Make log output shorter in UID SEARCH
10702
10703
10704 2006-08-30 [colin]      2.4.0cvs113
10705
10706         * src/plugins/bogofilter/bogofilter.c
10707                 Really fast mass learning - thanks to David
10708                 Relson for the options explanations :)
10709
10710 2006-08-30 [colin]      2.4.0cvs112
10711
10712         * src/msgcache.c
10713                 Fix compilation on FreeBSD. Thanks
10714                 to Michael Hugues
10715
10716 2006-08-29 [colin]      2.4.0cvs111
10717
10718         * src/folderview.c
10719                 Handle "popup_menu" signal (for popping the 
10720                 menu via the keyboard)
10721         * src/mimeview.c
10722         * src/mimeview.h
10723         * src/summaryview.c
10724         * src/textview.c
10725         * src/gtk/gtkutils.c
10726         * src/gtk/gtkutils.h
10727                 Factorize scrolling code, and add an API 
10728                 for MimeViewers to handle scroll orders
10729
10730 2006-08-29 [wwp]        2.4.0cvs110
10731
10732         * src/plugins//bogofilter/bogofilter.c
10733         * src/plugins//spamassassin/spamassassin.c
10734                 make the bogofilter/spamassassin filtering error dialogs at
10735         incorporation obey to the "don't popup error dialog on
10736         receive error" option. If disabled, feed the log window w/
10737         the error message.
10738
10739 2006-08-29 [paul]
10740
10741         2.5.0-rc2 released
10742
10743 2006-08-29 [paul]       2.4.0cvs109
10744
10745         * Makefile.am
10746                 remove 'make release', it's not needed
10747                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
10748
10749 2006-08-29 [paul]       2.4.0cvs108
10750
10751         * src/foldersel.c
10752         * src/summary_search.c
10753         * src/gtk/progressdialog.c
10754         * src/plugins/pgpcore/passphrase.c
10755                 replace deprecated gtk_window_set_policy()
10756
10757 2006-08-29 [colin]      2.4.0cvs107
10758
10759         * src/folder.c
10760                 Fix data loss when copy fails during a move:
10761                 only use fast remove_msgs if everything was
10762                 copied OK; else use slow remove_msg on the
10763                 mails that got copied only.
10764
10765 2006-08-28 [paul]       2.4.0cvs106
10766
10767         * src/mh.c
10768                 revert change in 2.4.0cvs104, it breaks
10769                 stuff
10770
10771 2006-08-28 [paul]       2.4.0cvs105
10772
10773         * src/plugins/spamassassin/spamassassin.c
10774                 english fix
10775
10776 2006-08-28 [paul]       2.4.0cvs104
10777
10778         * src/mh.c
10779                 fix data loss when moving to another
10780                 mailbox fails
10781         * src/prefs_spelling.c
10782                 improve the english
10783         * src/gtk/pluginwindow.c
10784                 improve the layout of the dialog text
10785         All thanks to Colin
10786
10787 2006-08-28 [paul]       2.4.0cvs103
10788
10789         * src/plugins/bogofilter/bogofilter.c
10790         * src/plugins/bogofilter/bogofilter_gtk.c
10791                 fix english up a bit, innit
10792
10793 2006-08-28 [paul]       2.4.0cvs102
10794
10795         * configure.ac
10796         * po/Makefile.in.in
10797         * po/Makevars
10798                 require autoconf 2.60, enabling building
10799                 with gettext 0.15 (gettext 0.14.x build still
10800                 possible). Replace Makefiles with versions
10801                 from gettext 0.15.
10802                 Remove configure options --with-localedir and
10803                 --with-mandir. The options that are provided
10804                 directly by autoconf 2.60 can be used instead:
10805                 --mandir --localedir
10806
10807 2006-08-27 [colin]      2.4.0cvs101
10808
10809         * src/plugins/bogofilter/Makefile.am
10810                 Fix make dist (no README)
10811
10812 2006-08-27 [colin]      2.4.0cvs100
10813
10814         * src/folder.c
10815                 Don't use F_UNKNOWN folders for any default
10816                 outbox/trash/etc
10817         * src/plugins/bogofilter/bogofilter.c
10818         * src/plugins/bogofilter/bogofilter.h
10819         * src/plugins/bogofilter/bogofilter_gtk.c
10820                 Add an option to specify the path to bogofilter
10821                 Use single-quotes to be able to learn in folders
10822                 with spaces in their names
10823                 Verify learning status
10824
10825 2006-08-27 [colin]      2.4.0cvs99
10826
10827         * manual/faq.xml
10828         * manual/plugins.xml
10829                 Document Bogofilter plugin
10830
10831 2006-08-27 [colin]      2.4.0cvs98
10832
10833         * src/compose.c
10834         * src/messageview.c
10835         * src/procmsg.c
10836         * src/procmsg.h
10837                 When possible, copy the queued mail to sent folder
10838                 instead of re-adding. Much faster on IMAP.
10839
10840 2006-08-27 [colin]      2.4.0cvs97
10841
10842         * src/msgcache.c
10843                 Disable mmaped caches - huge metadata loss
10844                 here after a power failure.
10845         * src/summaryview.c
10846                 Add quicksearch timing
10847         * src/common/plugin.c
10848         * src/common/plugin.h
10849                 Implement an interface to tell what plugins
10850                 provide. Prevent loading of similar plugins.
10851         * src/plugins/clamav/clamav_plugin.c
10852         * src/plugins/demo/demo.c
10853         * src/plugins/dillo_viewer/dillo_viewer.c
10854         * src/plugins/pgpcore/plugin.c
10855         * src/plugins/pgpinline/pgpinline.c
10856         * src/plugins/pgpmime/pgpmime.c
10857         * src/plugins/spamassassin/spamassassin.c
10858         * src/plugins/trayicon/trayicon.c
10859                 Implement plugin_provides()
10860
10861 2006-08-27 [colin]      2.4.0cvs96
10862
10863         * configure.ac
10864         * src/plugins/Makefile.am
10865         * src/plugins/bogofilter/.cvsignore
10866         * src/plugins/bogofilter/Makefile.am
10867         * src/plugins/bogofilter/bogofilter.c
10868         * src/plugins/bogofilter/bogofilter.h
10869         * src/plugins/bogofilter/bogofilter_gtk.c
10870                 New Bogofilter plugin, provides filtering and
10871                 learning. Spamassassin will go to extra plugins.
10872
10873 2006-08-26 [mones]      2.4.0cvs95
10874
10875         * manual/handling.xml
10876                 Fix subfolder path in the example (thanks to Paul) 
10877
10878 2006-08-26 [mones]      2.4.0cvs94
10879
10880         * manual/glossary.xml
10881                 2.2. + add ISP to the glossary
10882                 7.5. + Add UIDL to glossary
10883                 7.7. + Add TCP to glossary
10884         * manual/handling.xml
10885                 7.1. + Mentions GNU/Linux distribution, what about the non...
10886                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
10887                 7.3. + Mentions .bashrc, what about the non-bash ones? 
10888                 7.4. = Use appropriate quotation for commands
10889                 7.6. = change "" to <quote></quote>
10890         * manual/plugins.xml
10891                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
10892         * manual/starting.xml
10893                 2.1. + local mbox file: some examples of mbox file locations...
10894                 Also reformatted files requiring it
10895
10896 2006-08-26 [wwp]        2.4.0cvs93
10897
10898         * src/summary_search.c
10899                 disable find buttons while summary search is running.
10900
10901 2006-08-25 [colin]      2.4.0cvs92
10902
10903         * src/folder.c
10904         * src/folderutils.c
10905         * src/mh.c
10906         * src/procmsg.h
10907         * src/summaryview.c
10908                 Speed up MH moving, and add progressbar
10909                 for MH deletion
10910         * src/msgcache.c
10911                 Write cache files using mmap() too
10912
10913 2006-08-25 [wwp]        2.4.0cvs91
10914
10915         * src/summaryview.c
10916                 switch spam<->ham button when a message has been marked as spam or ham
10917                 and is still selected. Thanks to Colin.
10918
10919 2006-08-25 [paul]       2.4.0cvs90
10920
10921         * src/Makefile.am
10922         * src/stock_pixmap.c
10923         * src/stock_pixmap.h
10924         * src/summaryview.c
10925         * src/gtk/icon_legend.c
10926         * src/pixmaps/copied.xpm
10927         * src/pixmaps/moved.xpm
10928                 add icons for delayed execution marked for
10929                 copying, marked for moving
10930
10931 2006-08-25 [mones]      2.4.0cvs89
10932
10933         * manual/glossary.xml
10934                 Fix the other glossary items:
10935                 5.1. = Inmmediate execution -> <quote>immediate execution...
10936                 5.2. = Fix MBOX capitalization -> Mbox
10937                 5.3. + Improve Plugins def. w/ tech. ref.
10938                 5.4. = Quotation -> replace '>' by <quote>></quote>
10939                 5.5. - SMTP Server. -> remove dot
10940         * po/es.po
10941                 Updated translation
10942
10943 2006-08-25 [mones]      2.4.0cvs88
10944
10945         * manual/ack.xml
10946                 Reformatted, changed email address
10947         * manual/glossary.xml
10948                 Reformatted, fixed MANUAL-TODO items:
10949                 8.2. + add ROT-13 to glossary
10950                 8.4. + add URL to glossary
10951         * manual/es/advanced.xml
10952                 Fixed <literal>s
10953
10954 2006-08-25 [paul]       2.4.0cvs87
10955
10956         * src/gtk/icon_legend.c
10957                 add 'marked for deletion' icon
10958                 arrange icons by containing column
10959                 wrap long label text
10960
10961 2006-08-25 [colin]      2.4.0cvs86
10962
10963         * src/common/utils.c
10964         * src/common/utils.h
10965                 Add the sc_g_*list_bigger functions in
10966                 a place everyone can use it
10967         * src/summaryview.c
10968                 Only freeze/thaw the list when working
10969                 on the selection, if it's bigger than 1
10970         * src/gtk/gtksctree.c
10971                 Only freeze/thaw the list when unselec-
10972                 ting 'all' if ('all' != 1)
10973                 This avoids some flickering
10974
10975 2006-08-24 [colin]      2.4.0cvs85
10976
10977         * src/addressbook.c
10978                 Fix strange list selection
10979                 Fix random seg (Invalid read of freed memory)
10980
10981 2006-08-24 [colin]      2.4.0cvs84
10982
10983         * src/alertpanel.c
10984         * src/gtk/inputdialog.c
10985         * src/plugins/pgpcore/passphrase.c
10986                 Revert minimal width patch of 2.4.0cvs67,
10987                 as it is also a maximal width. Use 
10988                 gtk_window_set_default_size instead.
10989
10990 2006-08-24 [colin]      2.4.0cvs83
10991
10992         * src/msgcache.c
10993                 Write cache/mark to temp files before
10994                 overwriting old ones (avoids metadata
10995                 loss if writing the new files fail).
10996                 Use mmap() to read cache/mark file, as
10997                 this makes cache reading faster. Dis-
10998                 abled for big-endian machines until it
10999                 can be tested. (Big-endian users: set
11000                 msgcache_use_mmap = TRUE in the relevant
11001                 #if).
11002         * src/procmsg.h
11003                 Move rarely used fields of MsgInfo in 
11004                 another structure, which will only be
11005                 allocated if needed. Face, X-Face,
11006                 Return receipt headers and List-*
11007                 headers are moved. Mails having none
11008                 of these occupy 52 bytes less with
11009                 this patch, which makes 2.5MB of RAM
11010                 saved on a 50k folder).
11011         * src/headerview.c
11012         * src/mainwindow.c
11013         * src/messageview.c
11014         * src/partial_download.c
11015         * src/procheader.c
11016         * src/procmsg.c
11017         * src/textview.c
11018                 Follow this structure change.
11019
11020 2006-08-24 [wwp]        2.4.0cvs82
11021
11022         * manual/es/.cvsignore
11023         * manual/es/dist/.cvsignore
11024         * manual/es/dist/html/.cvsignore
11025         * manual/es/dist/pdf/.cvsignore
11026         * manual/es/dist/ps/.cvsignore
11027         * manual/es/dist/txt/.cvsignore
11028                 more (generated) files to ignore.
11029
11030 2006-08-24 [colin]      2.4.0cvs81
11031
11032         * src/folder.c
11033         * src/mh.c
11034                 Fix possible problems with local delivery. Check the folder doesn't
11035                 need scan before setting its mtime when saving cache (which can be
11036                 done long after the folder's been modified by an external process);
11037                 Check that the stored item's mtime didn't change in mh functions.
11038
11039 2006-08-24 [mones]      2.4.0cvs80
11040
11041         * manual/advanced.xml
11042                 Rewrapping, some fixes and MANUAL-TODO items:
11043                 8.1. = change "" to <quote></quote>
11044                 8.3. = quote menu items
11045                 8.5. - deploying -> new user ... ideally a new user (redundant)
11046
11047 2006-08-23 [colin]      2.4.0cvs79
11048
11049         * src/gtk/gtksctree.c
11050                 When selecting or deselecting range, only
11051                 freeze/thaw when selection is bigger than 10
11052
11053 2006-08-23 [colin]      2.4.0cvs78
11054
11055         * src/messageview.c
11056         * src/mimeview.c
11057         * src/mimeview.h
11058         * src/plugins/dillo_viewer/dillo_viewer.c
11059                 Provide an API for MimeViewer plugins to
11060                 return a text selection for replying
11061
11062 2006-08-23 [colin]      2.4.0cvs77
11063
11064         * src/image_viewer.c
11065         * src/textview.c
11066                 Use gtk_pixbuf_new_from_file_at_scale(), which
11067                 is faster than getting the pixbuf then resizing
11068                 it.
11069
11070 2006-08-23 [colin]      2.4.0cvs76
11071
11072         * src/procmime.c
11073                 UTF-8 should be sent Quoted-printable
11074
11075 2006-08-22 [colin]      2.4.0cvs75
11076
11077         * src/mh.c
11078                 Check if scan is required before touching
11079                 the folder (or it'll be required every time)
11080
11081 2006-08-22 [colin]      2.4.0cvs74
11082
11083         * configure.ac
11084                 Require libetpan 0.46 (crasher fix when built
11085                 against gnutls)
11086
11087 2006-08-22 [colin]      2.4.0cvs73
11088
11089         * src/folder.c
11090                 Set folder's mtime after writing its
11091                 cache
11092         * src/folderview.c
11093                 Add some timing
11094         * src/procmsg.c
11095                 Don't do useless stuff if we don't 
11096                 thread by subject
11097         * src/summaryview.c
11098                 Add some timing, don't deselect prior
11099                 to selecting (gtksctree does it itself),
11100                 remove crash avoidance hacks as it's been
11101                 properly fixed since a while
11102         * src/common/utils.c
11103                 Optimize to_human_readable(): _() is slow,
11104                 do it only once, and avoid %f format for KB
11105                 (the most common in a summaryview)
11106         * src/gtk/gtksctree.c
11107                 Don't uselessly freeze/thaw (fixes flicker
11108                 on next unread and friends), reduce number
11109                 of g_list_nth/g_list_position where possible
11110         * src/gtk/gtkutils.c
11111         * src/gtk/gtkutils.h
11112                 Reduce number of g_list_nth/g_list_position
11113                 where possible.
11114                 All of this makes loading as 70k folder 2.1
11115                 seconds instead of 3.2 (with hot FS caches).
11116                 (1.3 seconds without Date and Size columns...)
11117
11118 2006-08-22 [paul]       2.4.0cvs72
11119
11120         wrap documents and do some items from mones' MANUAL-TODO:
11121
11122         * manual/account.xml
11123                 4.1. = fix tabname references to <quote>tabname</quote>
11124                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
11125         * manual/faq.xml
11126                 1.1. = mentioned options don't match UI
11127                 Add information about the 'Never send Return Receipts'
11128                 option
11129         * manual/handling.xml
11130                 6.2. = Mentions Extended symbols button, but now is
11131                 named Information
11132                 6.3. = Mentions ... button, which is now Edit
11133
11134 2006-08-22 [colin]      2.4.0cvs71
11135
11136         * src/gtk/pluginwindow.c
11137                 Fix layout in verbose translations (such
11138                 as french)
11139
11140 2006-08-22 [paul]       2.4.0cvs70
11141
11142         * manual/Makefile.am
11143                 build manuals in alphabetical order
11144         * src/addressbook.c
11145         * src/prefs_themes.c
11146                 replace/remove deprecated symbols
11147         * src/gtk/gtkutils.c
11148                 fix a warning
11149         * src/gtk/pluginwindow.c
11150                 replace deprecated symbol
11151                 replace label text and move it
11152         * src/plugins/pgpcore/prefs_gpg.c
11153                 move the 'Generate...' button out of the
11154                 Sign Key frame, replace the English used
11155         * src/plugins/pgpcore/sgpgme.c
11156                 fixes to the English
11157
11158 2006-08-21 [colin]      2.4.0cvs69
11159
11160         * src/plugins/trayicon/trayicon.c
11161                 Add more strings for translation; patch
11162                 by Pawel
11163
11164 2006-08-21 [colin]      2.4.0cvs68
11165
11166         * src/compose.c
11167                 fix replied flag not set after drafting
11168         * src/matcher.c
11169                 fix body quicksearch in non-encoded bodies
11170                 containing '='
11171         * src/msgcache.c
11172                 Get rid of the g_malloc workaround for
11173                 corrupted caches, use g_try_malloc
11174
11175 2006-08-21 [colin]      2.4.0cvs67
11176
11177         * src/alertpanel.c
11178         * src/gtk/inputdialog.c
11179         * src/plugins/pgpcore/passphrase.c
11180                 Set minimal width to 375
11181         * src/mainwindow.c
11182                 Fix switching to offline, asking if it 
11183                 should be overriden for synchronising
11184         * src/mimeview.c
11185                 Don't offer to remember command on Open 
11186                 with for text parts, as the browser or 
11187                 text editor command isn't changed from 
11188                 there
11189
11190 2006-08-20 [paul]       2.4.0cvs66
11191
11192         * po/ko.po
11193         * po/zh_CN.po
11194                 fix plural form errors. revealed by stricter
11195                 checking of gettext 0.15
11196
11197 2006-08-18 [paul]       2.4.0cvs65
11198
11199         * src/stock_pixmap.c
11200                 fix the fix of 2.4.0cvs64
11201                 Thanks to Colin
11202
11203 2006-08-18 [paul]       2.4.0cvs64
11204
11205         * src/stock_pixmap.c
11206                 fix leaks
11207                 Thanks to Colin
11208
11209 2006-08-18 [paul]       2.4.0cvs63
11210
11211         * src/compose.c
11212         * src/procmsg.c
11213                 fix occasional IMAP bug where large msgs
11214                 were left in the queue folder after sending
11215                 Thanks to Colin
11216
11217 2006-08-18 [paul]       2.4.0cvs62
11218
11219         * src/folderview.c
11220                 freeze the summaryview while quicksearch results
11221                 are displayed
11222                 (fixes bug 456 'current message is hidden when the
11223                 view is refreshed and extended search is "unread 
11224                 messages"')
11225                 Thanks to Colin
11226         * src/textview.c
11227                 add missing #include "inputdialog.h"
11228         * src/common/utils.h
11229                 add missing mailcap_update_default() and improve
11230                 readability
11231
11232 2006-08-17 [colin]      2.4.0cvs61
11233
11234         * src/plugins/pgpcore/select-keys.c
11235                 Fix warnings :)
11236
11237 2006-08-17 [colin]      2.4.0cvs60
11238
11239         * src/compose.c
11240                 Don't continue queuing if Cancel is clicked
11241                 in select-keys
11242
11243 2006-08-17 [colin]      2.4.0cvs59
11244
11245         * src/plugins/pgpcore/select-keys.c
11246                 When encrypting, if only one key matches and it 
11247                 matches exactly, automatically use it.
11248
11249 2006-08-17 [colin]      2.4.0cvs58
11250
11251         * src/mimeview.c
11252         * src/prefs_common.c
11253         * src/prefs_common.h
11254         * src/prefs_ext_prog.c
11255         * src/textview.c
11256                 Fix issues with previous patch (text/html)
11257                 Remove outdated prefs
11258
11259 2006-08-17 [colin]      2.4.0cvs57
11260
11261         * src/imap.c
11262                 Add View Log button on auth error
11263         * src/procmsg.c
11264                 Fix encrypted mail marked as new when
11265                 saved in normal folders
11266         * src/plugins/pgpinline/pgpinline.c
11267                 Fix encrypt bug on IMAP
11268         * src/mimeview.c
11269         * src/common/utils.c
11270         * src/common/utils.h
11271         * src/gtk/inputdialog.c
11272         * src/gtk/inputdialog.h
11273                 Get rid of metamail stuff, simplify
11274                 opening, and allow remembering of user's
11275                 choices (by updating ~/.mailcap). There's
11276                 still to drop "Audio player" and "Image
11277                 viewer" preferences.
11278
11279 2006-08-17 [mones]      2.4.0cvs56
11280
11281         * manual/es/sylpheed-claws-manual.xml
11282                 fix DTD path
11283
11284 2006-08-17 [mones]      2.4.0cvs55
11285
11286         * configure.ac
11287         * manual/Makefile.am
11288         * manual/es/Makefile.am
11289         * manual/es/account.xml
11290         * manual/es/ack.xml
11291         * manual/es/addrbook.xml
11292         * manual/es/advanced.xml
11293         * manual/es/faq.xml
11294         * manual/es/glossary.xml
11295         * manual/es/gpl.xml
11296         * manual/es/handling.xml
11297         * manual/es/intro.xml
11298         * manual/es/keyboard.xml
11299         * manual/es/plugins.xml
11300         * manual/es/starting.xml
11301         * manual/es/sylpheed-claws-manual.xml
11302         * manual/es/dist/Makefile.am
11303         * manual/es/dist/html/Makefile.am
11304         * manual/es/dist/pdf/Makefile.am
11305         * manual/es/dist/ps/Makefile.am
11306         * manual/es/dist/txt/Makefile.am
11307                 Spanish translation for the manual
11308
11309 2006-08-16 [colin]      2.4.0cvs54
11310
11311         * src/compose.c
11312         * src/main.c
11313         * src/mainwindow.c
11314                 Fix send button sensitivity at startup
11315                 Set send menu sensitivity (patch by Fabien)
11316         * src/ssl_manager.c
11317                 Enable closing with esc (patch by Fabien)
11318         * src/gtk/foldersort.c
11319                 Enable closing with esc (patch by Fabien)
11320         * src/procmime.c
11321                 Optimisation (no need to copy to tempfile to
11322                 "decode" 7bit and 8bit)
11323         * src/summaryview.c
11324                 Fix cruft in swap_from case
11325         * src/textview.c
11326                 Fix missing last line in some mail cases 
11327                 (Fixes debian #381872)
11328         * src/plugins/pgpcore/prefs_gpg.c
11329         * src/plugins/pgpcore/sgpgme.c
11330         * src/plugins/pgpcore/sgpgme.h
11331                 Don't show "no key found" when user explicitely
11332                 wants to create a key
11333
11334 2006-08-16 [paul]       2.4.0cvs53
11335
11336         * configure.ac
11337         * src/account.c
11338         * src/addressbook.c
11339         * src/headerview.c
11340         * src/prefs_account.c
11341         * src/prefs_message.c
11342         * src/gtk/gtkutils.c
11343                 bump up minimum required versions of GTK+ and
11344                 GLIB to 2.6.0
11345
11346 2006-08-16 [paul]       2.4.0cvs52
11347
11348         * src/toolbar.c
11349                 workaround GTK+ Bug 351600 - 'Can't re-click
11350                 on button after sensitivity update'
11351                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
11352                 Thanks to Colin
11353
11354 2006-08-15 [colin]      2.4.0cvs51
11355
11356         * src/plugins/pgpcore/prefs_gpg.c
11357                 Set options sensitivity according to
11358                 key existence
11359         * src/plugins/pgpcore/sgpgme.c
11360                 Allow to create key with no passphrase
11361
11362 2006-08-14 [cleroy]     2.4.0cvs50
11363
11364         * src/gtk/pluginwindow.c
11365                 New layout (maybe to be changed?)
11366         * src/gtk/gtkutils.c
11367                 Fix a bit label_window
11368         * src/plugins/pgpcore/passphrase.c
11369         * src/plugins/pgpcore/passphrase.h
11370         * src/plugins/pgpcore/plugin.c
11371         * src/plugins/pgpcore/prefs_gpg.c
11372         * src/plugins/pgpcore/prefs_gpg.h
11373         * src/plugins/pgpcore/sgpgme.c
11374         * src/plugins/pgpcore/sgpgme.h
11375                 Allow to create a PGP private key via the GUI
11376
11377 2006-08-14 [wwp]        2.4.0cvs49
11378
11379         * src/addressbook_foldersel.c
11380                 fix strict ISO C90 compliance.
11381
11382 2006-08-14 [paul]       2.4.0cvs48
11383
11384         * src/gtk/prefswindow.c
11385                 re-set scrolled window on opening
11386                 Patch by Ticho
11387
11388 2006-08-14 [paul]
11389
11390         2.5.0-rc1 released
11391
11392 2006-08-14 [paul]       2.4.0cvs47
11393
11394         * src/prefs_display_header.c
11395                 re-enable user-defined Displayed Headers
11396
11397 2006-08-14 [paul]       2.4.0cvs46
11398
11399         * src/prefs_account.c
11400                 use GTK_STOCK_EDIT
11401
11402 2006-08-13 [colin]      2.4.0cvs45
11403
11404         * src/common/utils.c
11405                 Fix "a" in quote when the original message is empty,
11406                 by using \0 instead of 'a' to test writability of
11407                 temp files.
11408
11409 2006-08-13 [wwp]        2.4.0cvs44
11410
11411         * src/plugins/spamassassin/spamassassin.c
11412                 fix capitalization of "SpamAssassin" in some debug, log and
11413                 dialog messages.
11414
11415 2006-08-13 [paul]       2.4.0cvs43
11416
11417         * src/editldap.c
11418                 fix overlapping widgets
11419         * src/prefs_account.c
11420                 fix translation of protocol_names[]
11421                 fix label disappearing off the edge of the
11422                 visible area
11423
11424 2006-08-12 [paul]       2.4.0cvs42
11425
11426         * manual/plugins.xml
11427                 update IRC channel info before it gets forgotten
11428                 about
11429
11430 2006-08-11 [colin]      2.4.0cvs41
11431
11432         * src/compose.c
11433         * src/mainwindow.c
11434         * src/mainwindow.h
11435         * src/procmsg.c
11436         * src/procmsg.h
11437         * src/summaryview.c
11438         * src/toolbar.c
11439                 Grey out the Send button if
11440                 - Queue folders are empty, or
11441                 - We're sending already
11442
11443 2006-08-11 [wwp]        2.4.0cvs40
11444
11445         * src/main.c
11446                 fix a logic issue when quitting while a compose window is
11447                 still open, thanks to Colin.
11448
11449 2006-08-10 [colin]      2.4.0cvs39
11450
11451         * src/main.c
11452                 Fix default font size setting after wizard run
11453         * src/imap.c
11454         * src/etpan/imap-thread.c
11455         * src/etpan/imap-thread.h
11456                 Fix bug #999 (Timing out on TSL cert validation 
11457                 dialog makes ugly things happen). Also, STARTTLS
11458                 unconditionnaly if initial capabilities contain
11459                 LOGINDISABLED and STARTTLS.
11460
11461 2006-08-09 [colin]      2.4.0cvs38
11462
11463         * src/mainwindow.c
11464         * src/mainwindow.h
11465                 Fix Tools/Actions sensitivity when there are
11466                 no actions
11467
11468 2006-08-09 [colin]      2.4.0cvs37
11469
11470         * src/prefs_filtering.c
11471                 Warning fix, patch by Paul
11472         * src/messageview.c
11473         * src/prefs_actions.c
11474         * src/prefs_filtering_action.c
11475         * src/prefs_matcher.c
11476                 Uniformisation of "Info ..." to "Info..." (for
11477                 old gtk), patch by Fabien
11478         * src/plugins/clamav/clamav_plugin_gtk.c
11479                 Sensitivity fix by Fabien
11480
11481 2006-08-09 [colin]      2.4.0cvs36
11482
11483         * src/main.c
11484         * src/main.h
11485                 Add a function to know whether we're exiting
11486         * src/plugins/trayicon/trayicon.c
11487                 If exiting, don't do anything. Faster, and
11488                 avoids gtk_main_iteration reentracy causing
11489                 segfaults at exit
11490
11491 2006-08-09 [colin]      2.4.0cvs35
11492
11493         * src/messageview.c
11494         * src/mimeview.c
11495         * src/mimeview.h
11496                 Fix lack of part selection when automatically 
11497                 jumping to a specific part
11498         * src/msgcache.c
11499                 Little optimisation in cache reading
11500
11501 2006-08-09 [colin]      2.4.0cvs34
11502
11503         * src/compose.c
11504                 Fix crash setting the priority on reedit
11505                 (Accessing compose before creating it!)
11506
11507 2006-08-08 [colin]      2.4.0cvs33
11508
11509         * src/procmime.c
11510                 Fix bug #998 (last attachment is not accessible)
11511                 Bad RFC interpretation on multipart close-delimiters
11512         * src/mimeview.c
11513         * src/mimeview.h
11514         * src/gtk/gtkvscrollbutton.c
11515         * src/gtk/gtkvscrollbutton.h
11516                 Make attachments list wheel-scrollable
11517
11518 2006-08-07 [colin]      2.4.0cvs32
11519
11520         * src/gtk/gtkaspell.c
11521                 Fix bug #973 (Unicode punctation characters 
11522                 are not recognized as separators by the
11523                 spell checker); fix unsigned stuff
11524
11525 2006-08-07 [colin]      2.4.0cvs31
11526
11527         * src/compose.c
11528                 Fix bug #956 (DnD text with accents in compose 
11529                 text entry); fix gccc's signed/unsigned fuss
11530
11531 2006-08-06 [colin]      2.4.0cvs30
11532
11533         * src/main.c
11534                 Fix bug #979 (Plugin crashes when exiting 
11535                 sylpheed-claws) : handle exit request only 
11536                 once
11537
11538 2006-08-05 [colin]      2.4.0cvs29
11539
11540         * src/news.c
11541                 Just make sure we have a msgid.
11542
11543 2006-08-05 [colin]      2.4.0cvs28
11544
11545         * src/news.c
11546         * src/summaryview.c
11547                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
11548                 by reimplementing it
11549         * src/textview.c
11550                 Fix bug when hiding quotes with level > 3 and quote
11551                 colors are recycled
11552
11553 2006-08-04 [colin]      2.4.0cvs27
11554
11555         * src/compose.c
11556         * src/undo.c
11557         * src/undo.h
11558                 Fix a bit replace-by-pasting undo
11559         * src/mainwindow.c
11560         * src/messageview.c
11561                 Fix Fold quotes menu synchro in
11562                 mainwindow when it changes in 
11563                 messageview
11564         * src/textview.c
11565                 Fix right-click on quotes blocks
11566         * src/common/utils.c
11567                 Verify that the file created by
11568                 my_tmpfile() is writable. Fixes
11569                 bug #988 (very specific filesystem
11570                 issue)
11571         * src/plugins/pgpcore/sgpgme.c
11572                 Fix file descriptor leak
11573         * src/plugins/spamassassin/spamassassin.c
11574                 Warn once if spamd isn't reachable
11575
11576 2006-08-04 [colin]      2.4.0cvs26
11577
11578         * src/toolbar.c
11579                 i18n context patch by Fabien
11580
11581 2006-08-03 [colin]      2.4.0cvs25
11582
11583         * src/mainwindow.c
11584         * src/messageview.c
11585                 Rename "Hide quotes" to "Fold quotes"
11586         * src/textview.c
11587                 Don't use hand cursor on quotes. "all 
11588                 the bonuses of the feature and none of 
11589                 unwelcome side-effects"
11590
11591 2006-08-03 [colin]      2.4.0cvs24
11592
11593         * AUTHORS
11594         * sylpheed-claws.desktop
11595         * src/gtk/authors.h
11596                 Bring the desktop file to XDG compliance
11597                 Patch by Charles A. Edwards
11598
11599 2006-08-03 [colin]      2.4.0cvs23
11600
11601         * src/textview.c
11602                 Fix links offset when they are preceded
11603                 by accentued chars (g_utf8_strlen!)
11604         * src/mainwindow.c
11605                 Fix wrong status when starting offline
11606
11607
11608 2006-08-03 [wwp]        2.4.0cvs22
11609
11610         * src/prefs_common.h
11611                 ask what to do w/ filtering rules that belong to an account when
11612                 applying filtering rules manually from the main window (skip,
11613                 apply regardless of the account, use current account). This dialog
11614                 can be skipped and the last reply used.
11615                 (forgot that file)
11616
11617 2006-08-03 [wwp]        2.4.0cvs21
11618
11619         * src/filtering.c
11620         * src/filtering.h
11621         * src/prefs_common.c
11622         * src/summaryview.c
11623         * src/alertpanel.c
11624         * src/alertpanel.h
11625         * src/messageview.c
11626                 ask what to do w/ filtering rules that belong to an account when
11627                 applying filtering rules manually from the main window (skip,
11628                 apply regardless of the account, use current account). This dialog
11629                 can be skipped and the last reply used.
11630
11631
11632 2006-08-03 [colin]      2.4.0cvs20
11633
11634         * src/textview.c
11635                 Optimize previous patch
11636
11637 2006-08-03 [cleroy]     2.4.0cvs19
11638
11639         * src/textview.c
11640                 Fix quotes getting toggled back when the
11641                 mail has an even number of text parts
11642
11643 2006-08-02 [colin]      2.4.0cvs18
11644
11645         * src/messageview.c
11646                 Add Hide quotes menu
11647
11648 2006-08-02 [colin]      2.4.0cvs17
11649
11650         * src/mainwindow.c
11651         * src/prefs_common.c
11652         * src/textview.c
11653         * src/textview.h
11654         * src/gtk/about.c
11655                 Allow per-level quote hiding,
11656                 Allow toggling quotes by double-clicking them
11657                 Rename RemoteURI to ClickableText to reflect
11658                 the fact it's used for a variety of things
11659
11660 2006-08-02 [wwp]        2.4.0cvs16
11661
11662         * src/mainwindow.c
11663                 fix "View/Hide quotes" menu item status initialization.
11664
11665 2006-08-02 [wwp]        2.4.0cvs15
11666
11667         * src/matcher_parser_parse.y
11668                 remove a debug trace.
11669
11670 2006-08-02 [paul]       2.4.0cvs14
11671
11672         * src/plugins/pgpcore/passphrase.c
11673                 don't set initial dialog size
11674                 make it resizable
11675
11676 2006-08-02 [paul]       2.4.0cvs13
11677
11678         * src/noticeview.c
11679                 remove the rogue '/' character
11680
11681 2006-08-02 [paul]       2.4.0cvs12
11682
11683         * src/noticeview.c
11684                 allow buttons to resize as necessary
11685
11686 2006-08-01 [wwp]        2.4.0cvs11
11687
11688         * src/mbox.c
11689                 fix strict ISO C90 compliance.
11690
11691 2006-08-01 [wwp]        2.4.0cvs10
11692
11693         * tools/update-po
11694                 updated update-po tool to work w/ context-dependent translations.
11695                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
11696
11697 2006-08-01 [wwp]        2.4.0cvs9
11698
11699         * src/matcher.c
11700         * src/prefs_filtering.c
11701         * src/prefs_matcher.c
11702                 allow context-dependent translations for "All",
11703                 patch by Fabien Vantard <fzzzzz@gmail.com>.
11704
11705 2006-07-31 [colin]      2.4.0cvs8
11706
11707         * AUTHORS
11708         * src/gtk/authors.h
11709                 Add Rafal to authors
11710
11711 2006-07-31 [colin]      2.4.0cvs7
11712
11713         * src/compose.c
11714         * src/mainwindow.c
11715         * src/messageview.h
11716         * src/prefs_common.c
11717         * src/prefs_common.h
11718         * src/textview.c
11719                 Add 'View/Hide quotes'. Patch based on a patch
11720                 by Rafal Weglarz
11721
11722 2006-07-31 [colin]      2.4.0cvs6
11723
11724         * src/action.c
11725                 Fix problem with "> stuff >" actions
11726
11727 2006-07-31 [paul]       2.4.0cvs5
11728
11729         * po/nb.po
11730                 updated by Geir Helland
11731
11732 2006-07-31 [wwp]        2.4.0cvs4
11733
11734         * src/mainwindow.c
11735         * src/summaryview.c
11736         * src/summaryview.h
11737                 add "View/Go to/Parent message" and "View/Go to/Last read message",
11738                 thanks to Colin.
11739
11740 2006-07-31 [wwp]        2.4.0cvs3
11741
11742         * src/Makefile.am
11743         * src/addr_compl.c
11744         * src/addr_compl.h
11745         * src/addressbook.c
11746         * src/addressbook.h
11747         * src/addressbook_foldersel.c
11748         * src/addressbook_foldersel.h
11749         * src/addrindex.c
11750         * src/addrindex.h
11751         * src/matcher.c
11752         * src/matcher.h
11753         * src/matcher_parser_lex.l
11754         * src/matcher_parser_parse.y
11755         * src/prefs_common.c
11756         * src/prefs_common.h
11757         * src/prefs_filtering.c
11758         * src/prefs_matcher.c
11759         * src/prefs_matcher.h
11760         * src/summaryview.c
11761                 introduce filtering against the address book. It's now possible to add
11762                 matched conditions to determine if any email address in a message matches
11763                 or doesn't match any or all books or folders in the address book.
11764
11765 2006-07-31 [wwp]        2.4.0cvs2
11766
11767         * src/account.c
11768         * src/filtering.c
11769         * src/filtering.h
11770         * src/folder.c
11771         * src/folderview.c
11772         * src/inc.c
11773         * src/mainwindow.c
11774         * src/matcher.c
11775         * src/matcher_parser_lex.l
11776         * src/matcher_parser_parse.y
11777         * src/mbox.c
11778         * src/prefs_filtering.c
11779         * src/prefs_filtering.h
11780         * src/procmsg.c
11781         * src/procmsg.h
11782         * src/summaryview.c
11783                 introduce per-account filtering rules. Each filtering rule can now be assigned
11784                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
11785                 when applying filtering rules manually, as all rules will apply - even the ones
11786                 assigned to an account. This issue will be addressed soon.
11787  
11788
11789
11790 2006-07-31 [wwp]        2.4.0cvs1
11791
11792         * src/quote_fmt.c
11793                 make more strings translatable.
11794
11795 2006-07-31 [paul]       2.4.0
11796
11797         2.4.0 released
11798
11799 2006-07-31 [paul]       2.3.1cvs91
11800
11801         * po/ca.po
11802                 updated by Miquel Oliete
11803
11804 2006-07-31 [paul]       2.3.1cvs90
11805
11806         * po/de.po
11807         * po/el.po
11808         * po/fr.po
11809         * po/it.po
11810         * po/pl.po
11811         * po/pt_BR.po
11812         * po/sr.po
11813         * po/zh_CN.po
11814                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
11815                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
11816                 Aleksandar Urosevic, and Ralgh Young
11817
11818 2006-07-31 [paul]       2.3.1cvs89
11819
11820         * src/account.c
11821         * src/main.c
11822         * src/mainwindow.c
11823         * src/mainwindow.h
11824                 Fix a race condition when, after an SC crash, rescanning
11825                 folders took more than 0.5 seconds
11826                 Thanks to Colin
11827
11828 2006-07-31 [paul]       2.3.1cvs88
11829
11830         * src/folderview.c
11831                 don't translate separator strings
11832
11833 2006-07-30 [mones]      2.3.1cvs87
11834
11835         * doc/man/sylpheed-claws.1
11836                 Fixed non-ASCII chars in Hoa's name
11837         * po/es.po
11838                 Updated for release
11839
11840 2006-07-27 [colin]      2.3.1cvs86
11841
11842         * src/textview.c
11843                 Don't include the leading \n in links
11844                 Patch by Fabien
11845
11846 2006-07-25 [colin]      2.3.1cvs85
11847
11848         * src/mainwindow.c
11849         * src/common/socket.h
11850         * src/etpan/imap-thread.c
11851                 Refresh resolvers before connecting
11852                 to IMAP servers, and after switching
11853                 to online. Thanks to Paul.
11854
11855 2006-07-18 [colin]
11856
11857         * 2.4.0-rc4 released
11858
11859 2006-07-17 [colin]      2.3.1cvs84
11860
11861         * src/inc.c
11862                 Show connection attempt in statusbar before
11863                 connecting (previously first message was
11864                 "Retrieving messages from ..." after the
11865                 connection succeeded.
11866
11867 2006-07-16 [wwp]        2.3.1cvs83
11868
11869         * sylpheed-claws.ico
11870                 Added .ico file (windows multi-size icon file, generated).
11871
11872 2006-07-12 [wwp]        2.3.1cvs82
11873
11874         * src/messageview.c
11875                 remove Message/Re-edit menu entry from messageview window,
11876                 as sent/draft/queued messages are opened in compose window when
11877                 re-edited and it's not possible to re-edit other msgs.
11878
11879 2006-07-12 [paul]       2.3.1cvs81
11880
11881         * AUTHORS
11882         * src/mainwindow.c
11883         * src/gtk/authors.h
11884                 check online state before resetting
11885                 mailcheck timer. Useful if some program
11886                 verifies connection state and updates
11887                 Claws.
11888                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
11889
11890 2006-07-12 [paul]       2.3.1cvs80
11891
11892         * sylpheed-claws-128x128.png
11893         * sylpheed-claws-64x64.png
11894         * sylpheed-claws.png
11895         * src/Makefile.am
11896         * src/main.c
11897         * src/prefs_toolbar.c
11898         * src/stock_pixmap.c
11899         * src/stock_pixmap.h
11900         * src/wizard.c
11901         * src/gtk/about.c
11902         * src/gtk/gtkutils.c
11903         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
11904         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
11905         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
11906         * src/pixmaps/sylpheed.xpm              ** REMOVED **
11907         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
11908         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
11909                 updated and renamed logo/icon files and related
11910                 logo by Jesper Schultz
11911
11912 2006-07-11 [paul]       2.3.1cvs79
11913
11914         * src/main.c
11915                 fix the labels a smidgin
11916
11917 2006-07-09 [colin]      2.3.1cvs78
11918
11919         * src/textview.c
11920                 Show errors in textviewer's command
11921                 Patch by H. Merijn Brand
11922
11923 2006-07-09 [colin]      2.3.1cvs77
11924
11925         * src/compose.c
11926                 Save FMID in drafts too
11927
11928 2006-07-08 [colin]      2.3.1cvs76
11929
11930         * src/compose.c
11931                 Svae RMID in drafted mails too
11932                 Save quote_fmt vars for whole mails,
11933                 don't reset at each quote_fmt_init:
11934                 allows to use the same |i{var} in
11935                 various template fields
11936         * src/prefs_template.c
11937         * src/quote_fmt.h
11938         * src/quote_fmt_parse.y
11939                 Same
11940
11941 2006-07-08 [colin]      2.3.1cvs75
11942
11943         * src/textview.c
11944                 Fix highlighting of attached parts URIs
11945
11946 2006-07-08 [colin]      2.3.1cvs74
11947
11948         * src/main.c
11949                 Prevent bug #981 (sc 2.3.1 segfaults with 
11950                 gtk+ 2.10) from being reported again:
11951                 if Sylpheed-Claws has been compiled against
11952                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
11953                 of if Sylpheed-Claws has been compiled against
11954                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
11955                 error out.
11956
11957 2006-07-07 [colin]      2.3.1cvs73
11958
11959         * src/prefs_actions.c
11960                 Fix label
11961
11962 2006-07-07 [colin]      2.3.1cvs72
11963
11964         * src/prefs_actions.c
11965                 Fix compile on gtk < 2.8. argh :)
11966
11967 2006-07-07 [paul]       2.3.1cvs71
11968
11969         * src/common/defs.h
11970                 update DONATE_URI
11971
11972 2006-07-07 [colin]      2.3.1cvs70
11973
11974         * po/POTFILES.in
11975         * src/quote_fmt.c
11976         * src/quote_fmt_lex.l
11977         * src/quote_fmt_parse.y
11978                 Add |i{var}, a way to insert user-entered
11979                 text in a template
11980
11981 2006-07-07 [colin]
11982
11983         * 2.4.0-rc3 released
11984
11985 2006-07-07 [colin]      2.3.1cvs69
11986
11987         * src/folder.c
11988                 Don't consider inboxes of UNKNOWN folder 
11989                 classes to be useable as default inboxes
11990
11991 2006-07-07 [paul]       2.3.1cvs68
11992
11993         * src/textview.c
11994                 add missing #include <errno.h>
11995                 Thanks to René J. Blokland
11996
11997 2006-07-07 [paul]       2.3.1cvs67
11998
11999         * src/action.c
12000                 Return now Closes dialog
12001         * src/mimeview.c
12002         * src/mimeview.h
12003         * src/textview.c
12004                 add contextual menu to mime parts listed
12005                 in the textview
12006                 Thanks to Colin
12007         * src/common/utils.c
12008                 reversal: ' is a valid character in URLs
12009
12010 2006-07-06 [colin]      2.3.1cvs66
12011
12012         * src/remotefolder.h
12013                 Forgotten in previous commit
12014
12015 2006-07-06 [colin]      2.3.1cvs65
12016
12017         * src/folder.c
12018                 Set summary update flag whenever
12019                 totals changed
12020         * src/imap.c
12021         * src/prefs_account.c
12022         * src/common/utils.h
12023         * src/etpan/imap-thread.c
12024                 Fix warnings, thanks to Fabien and
12025                 Ricardo
12026
12027 2006-07-06 [wwp]        2.3.1cvs64
12028
12029         * src/gtk/gtkutils.c
12030                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
12031
12032 2006-07-06 [wwp]        2.3.1cvs63
12033
12034         * src/account.c
12035         * src/addressbook.c
12036         * src/addressitem.h
12037         * src/folderview.c
12038         * src/mainwindow.c
12039         * src/manual.c
12040         * src/manual.h
12041         * src/message_search.c
12042         * src/prefs_actions.c
12043         * src/prefs_filtering.c
12044         * src/prefs_filtering.h
12045         * src/prefs_template.c
12046         * src/summary_search.c
12047         * src/summaryview.c
12048         * src/gtk/gtkutils.c
12049         * src/gtk/gtkutils.h
12050         * src/gtk/pluginwindow.c
12051                 add help buttons to some dialogs. Clicking such buttons opens a
12052                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
12053
12054 2006-07-06 [paul]       2.3.1cvs62
12055
12056         * src/textview.c
12057                 fix attachments contextual menu
12058                 Thanks to Colin
12059
12060 2006-07-05 [colin]      2.3.1cvs61
12061
12062         * src/textview.c
12063         * src/compose.c
12064                 Handle sftp:// links
12065
12066 2006-07-05 [paul]       2.3.1cvs60
12067
12068         * src/gtk/filesel.c
12069                 grab save button by default
12070                 Thanks to Colin
12071
12072 2006-07-05 [wwp]        2.3.1cvs59
12073
12074         * manual/xml2pdf
12075                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
12076
12077 2006-07-04 [colin]      2.3.1cvs58
12078
12079         * src/mimeview.c
12080         * src/textview.c
12081                 Use left click to select, middle click to open
12082                 on mimeparts links
12083         * src/common/utils.c
12084                 Fix segfault
12085
12086 2006-07-04 [colin]      2.3.1cvs57
12087
12088         * src/mainwindow.c
12089         * src/news.c
12090                 Warning fixes, thanks to Fabien
12091
12092 2006-07-04 [colin]      2.3.1cvs56
12093
12094         * src/mimeview.c
12095         * src/mimeview.h
12096         * src/textview.c
12097                 Allow parts to be selected via their text label
12098                 in textview
12099
12100 2006-07-04 [colin]      2.3.1cvs55
12101
12102         * src/folderview.c
12103                 Feedback when closing (for big folders)
12104         * src/prefs_actions.c
12105         * src/prefs_filtering.c
12106         * src/prefs_matcher.c
12107         * src/prefs_template.c
12108                 Fix default button when closing without
12109                 having saved
12110
12111 2006-07-04 [colin]      2.3.1cvs54
12112
12113         * src/news.c
12114                 Delete local file on deletion
12115
12116 2006-07-03 [colin]      2.3.1cvs53
12117
12118         * src/folderview.c
12119         * src/main.c
12120                 Don't freeze when rescanning after crash
12121
12122 2006-07-03 [wwp]        2.3.1cvs52
12123
12124         * src/compose.c
12125         * src/privacy.c
12126         * src/privacy.h
12127         * src/plugins/pgpinline/pgpinline.c
12128         * src/plugins/pgpmime/pgpmime.c
12129                 don't report an error when the user cancels the passphrase dialog.
12130
12131 2006-07-02 [colin]      2.3.1cvs51
12132
12133         * src/folderview.c
12134                 Open message when crossing folders with Space,
12135                 goto next unread and friends
12136
12137 2006-07-01 [colin]      2.3.1cvs50
12138
12139         * src/prefs_account.c
12140                 Typographic rules varying from language
12141                 to language (in french "Protocole :"),
12142                 we have to do that :)
12143
12144 2006-07-01 [ticho]      2.3.1cvs49
12145
12146         * src/prefs_account.c
12147                 Only use one temporary gchar* variable in
12148                 prefs_account_protocol_set_optmenu().
12149
12150 2006-07-01 [ticho]      2.3.1cvs48
12151
12152         * src/prefs_account.c
12153         * src/prefs_account.h
12154                 Use GtkLabel for existing account protocol name.
12155                 Created an array for protocol names and populate the
12156                 combobox from it in a for() cycle.
12157
12158 2006-06-30 [colin]      2.3.1cvs47
12159
12160         * src/compose.c
12161                 Block undo when changing signature (by changing
12162                 account)
12163
12164 2006-06-30 [paul]       2.3.1cvs46
12165
12166         * src/send_message.c
12167                 when editing From in the Compose window, use that address
12168                 in the Return-Path: header
12169                 Thanks to Colin
12170
12171 2006-06-30 [colin]      2.3.1cvs45
12172
12173         * src/compose.c
12174                 Fix signature replacement:
12175                 - when no newline before separator
12176                 - when reediting
12177
12178 2006-06-29 [colin]      2.3.1cvs44
12179
12180         * src/folderview.c
12181         * src/folderview.h
12182         * src/mainwindow.c
12183         * src/summaryview.c
12184                 Let 'View/Go to/Next marked' work like
12185                 Next new & Next unread: across folders
12186                 Change the select_on_entry pref to do
12187                 what we want when changing folder
12188         * src/common/utils.c
12189                 Fix single-quoted links 
12190
12191 2006-06-29 [colin]      2.3.1cvs43
12192
12193         * src/gtk/gtkaspell.c
12194                 "Sylpheed" and "Sylpheed-Claws" do exist !
12195
12196 2006-06-29 [colin]      2.3.1cvs42
12197
12198         * src/imap.c
12199                 Forgot to remove debug
12200
12201 2006-06-29 [colin]      2.3.1cvs41
12202
12203         * src/imap.c
12204         * src/imap.h
12205         * src/mainwindow.c
12206                 Disconnect from IMAP servers when going
12207                 offline. Fixes bug #978 (going to offline-mode 
12208                 won't close connections)
12209
12210 2006-06-29 [colin]      2.3.1cvs40
12211
12212         * src/main.c
12213                 Fix transient setting on failing plugins
12214                 Patch by Fabien
12215         * src/plugins/pgpcore/sgpgme.c
12216                 Only warn for OpenPGP. Most people don't
12217                 have CMS available.
12218
12219 2006-06-29 [colin]      2.3.1cvs39
12220
12221         * src/compose.c
12222                 Fix Spelling menu (discrepancy between context menu
12223                 and top menu when folder's dictionary isn't the 
12224                 default one)
12225         * src/plugins/pgpcore/sgpgme.c
12226                 More error reporting about why gpgme can fail
12227
12228 2006-06-29 [wwp]        2.3.1cvs38
12229
12230         * src/mainwindow.c
12231                 honor the display-header-pane setting even when the message view
12232                 is a separate window.
12233
12234 2006-06-29 [wwp]        2.3.1cvs37
12235
12236         * src/prefs_actions.c
12237                 forgot to commit that one (use of GTK_STOCK_INFO).
12238
12239 2006-06-29 [colin]      2.3.1cvs36
12240
12241         * src/imap.c
12242                 Better handling of login errors (ask the password
12243                 again once), alert in case of error. Fix three
12244                 signedness warnings.
12245
12246 2006-06-28 [wwp]        2.3.1cvs35
12247
12248         * src/prefs_template.c
12249         * src/prefs_matcher.c
12250         * src/prefs_filtering_action.c
12251         * src/prefs_quote.c
12252                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
12253                 patch by Fabien Vantard, slightly modified.
12254
12255 2006-06-28 [paul]
12256
12257         2.4.0-rc2 released
12258
12259 2006-06-28 [colin]      2.3.1cvs34
12260
12261         * src/prefs_account.c
12262                 Fix bug #977 (Can't add or edit imap accounts)
12263
12264 2006-06-28 [colin]      2.3.1cvs33
12265
12266         * src/mimeview.c
12267                 Fix previous
12268
12269 2006-06-28 [colin]      2.3.1cvs32
12270
12271         * src/mimeview.c
12272                 Save named inlined attachments with "Save all"
12273         * src/main.c
12274         * src/mbox.c
12275         * src/common/plugin.c
12276         * src/common/plugin.h
12277         * src/common/sylpheed.c
12278         * src/common/utils.c
12279         * src/plugins/pgpcore/sylpheed.def
12280         * src/plugins/pgpinline/sylpheed.def
12281         * src/plugins/pgpmime/sylpheed.def
12282                 Win32 compatibility patch, by
12283                 Werner Koch
12284
12285 2006-06-28 [wwp]        2.3.1cvs31
12286
12287         * src/imap.c
12288         * src/prefs_folder_item.c
12289                 less compilation warnings (thanks to Fabien Vantard), less typos.
12290
12291 2006-06-28 [paul]       2.3.1cvs30
12292
12293         * src/gtk/gtkutils.c
12294                 gtk_combo_box_set_focus_on_click() is only
12295                 available since gtk 2.6.0
12296
12297 2006-06-28 [paul]       2.3.1cvs29
12298
12299         * src/prefs_ext_prog.c
12300                 fix engrish and add a tooltip for the
12301                 'command for 'Display as text' option
12302
12303 2006-06-28 [paul]
12304
12305         2.4.0-rc1 released
12306
12307 2006-06-28 [paul]       2.3.1cvs28
12308
12309         * ChangeLog
12310         * tools/Makefile.am
12311                 include textviewer.pl in releases
12312
12313 2006-06-28 [paul]       2.3.1cvs27
12314
12315         * src/prefs_ext_prog.c
12316                 hide Print command option if libgnomeprint
12317                 support is present
12318
12319 2006-06-27 [colin]      2.3.1cvs26
12320
12321         * src/compose.c
12322                 Fix Esc handling in insert/attach dialog
12323                 Don't show this dialog if dragging something
12324                 else than text/uri-list
12325                 Thanks to Fabien Vantard
12326         * tools/textviewer.pl
12327                 Filter script to display stuff as text
12328                 by H. Merijn Brand
12329
12330 2006-06-27 [wwp]        2.3.1cvs25
12331
12332         * src/messageview.c
12333                 use the exact product name (message view title), patch
12334                 by Fabien Vantard.
12335
12336 2006-06-27 [ticho]      2.3.1cvs24
12337
12338         * src/prefs_account.c
12339         * src/prefs_common.c
12340         * src/prefs_common.h
12341         * src/prefs_ext_prog.c
12342         * src/textview.c
12343                 Add a preference (Preferences/External programs)
12344                 to allow "Display as text" to be done via a script
12345                 (patch by H.Merijn Brand).
12346                 Use GtkComboBox for protocol selection in account
12347                 preferences.
12348                 Only include current choice for existing accounts, and
12349                 insensitivize the combobox.
12350
12351 2006-06-27 [paul]       2.3.1cvs23
12352
12353         * src/mbox.c
12354                 fix crasher introduced in cvs21.
12355                 Thanks to Colin
12356
12357 2006-06-26 [colin]      2.3.1cvs22
12358
12359         * src/mbox.c
12360                 Fix double-frees when leaving folders
12361                 after exporting to mbox
12362
12363 2006-06-26 [colin]      2.3.1cvs21
12364
12365         * src/mbox.c
12366                 More feedback (and optimisation)
12367                 on import/export
12368         * src/common/utils.c
12369                 Fix case when looking for mail addresses
12370         * src/gtk/gtkutils.c
12371                 Extra check for (X-)Face
12372
12373 2006-06-25 [ticho]      2.3.1cvs20
12374
12375         * src/compose.c
12376         * src/exphtmldlg.c
12377         * src/gtk/gtkutils.c
12378         * src/gtk/gtkutils.h
12379                 Added second argument to gtkut_sc_combobox_create() to
12380                 control focus-on-click for the widget.
12381                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
12382
12383 2006-06-25 [ticho]      2.3.1cvs19
12384
12385         * src/compose.c
12386         * src/gtk/Makefile.am
12387         * src/gtk/combobox.c
12388         * src/gtk/combobox.h
12389         * src/gtk/gtkutils.c
12390         * src/gtk/gtkutils.h
12391                 Use GtkComboBox instead of deprecated GtkOptionMenu
12392                 for account selector in compose window and for encoding
12393                 selector in attachment properties.
12394                 Also factorise working with the new GtkComboBox somewhat.
12395
12396 2006-06-24 [paul]       2.3.1cvs18
12397
12398         * src/prefs_common.c
12399                 use the correct default value
12400
12401 2006-06-24 [paul]       2.3.1cvs17
12402
12403         * src/compose.c
12404         * src/prefs_common.c
12405         * src/prefs_common.h
12406         * src/prefs_compose_writing.c
12407                 enable setting of default action when
12408                 dnd'ing files in the compose window.
12409                 (Collaborative effort with wwp)
12410
12411 2006-06-23 [wwp]        2.3.1cvs16
12412
12413         * src/compose.c
12414                 i18n fix (thanks to Fabien Vantard)
12415
12416 2006-06-22 [colin]      2.3.1cvs15
12417
12418         * src/prefs_customheader.c
12419                 Don't use filters in custom headers' file 
12420                 selector. Remember, extensions mean nothing :)
12421
12422 2006-06-22 [paul]       2.3.1cvs14
12423
12424         * configure.ac
12425                 allow setting of man directory location
12426
12427 2006-06-22 [colin]      2.3.1cvs13
12428
12429         * src/mainwindow.c
12430                 Add 'View/Go to/Next unread folder'.
12431                 I missed that :)
12432
12433 2006-06-22 [colin]      2.3.1cvs12
12434
12435         * src/common/utils.c
12436                 Add some subject prefixes
12437                 Patch by Bjorn T Johansen <btj@havleik.no>
12438
12439 2006-06-22 [colin]      2.3.1cvs11
12440
12441         * manual/advanced.xml
12442                 Forgotten hidden pref
12443
12444 2006-06-21 [paul]       2.3.1cvs10
12445
12446         * src/prefs_account.c
12447                 complete the removal of 'Add date header' option
12448
12449 2006-06-21 [paul]       2.3.1cvs9
12450
12451         * src/account.c
12452         * src/compose.c
12453         * src/prefs_account.c
12454         * src/prefs_account.h
12455                 remove option to add date header - always
12456                 add date header
12457         * src/etpan/imap-thread.c
12458                 fix warnings (Thanks to Colin)
12459
12460 2006-06-21 [wwp]        2.3.1cvs8
12461
12462         * src/folder.c
12463                 set the attachment flag when inline text part are (file)named. This is more convenient
12464                 when receiving (for instance) inline source files or patches sent using thunderbird.
12465
12466 2006-06-21 [paul]       2.3.1cvs7
12467
12468         * src/inc.c
12469                 fix off-by-one count of current msg in
12470                 statusbar filtering progressbar
12471
12472 2006-06-21 [paul]       2.3.1cvs6
12473
12474         * src/folder.c
12475                 Show attachment icon even if the part is 'inline'
12476                 if the following conditions are met:
12477                 - content-type != 'text/plain'
12478                 - content-type != '*/pgp-signature'
12479                 - either 'name' or 'filename' parameter is not NULL
12480                 
12481                 Thanks to Colin
12482
12483 2006-06-21 [paul]       2.3.1cvs5
12484
12485         * src/messageview.c
12486         * src/prefs_common.c
12487         * src/prefs_common.h
12488         * src/prefs_other.c
12489                 add an option to 'Never send Return
12490                 Receipts'
12491                 Thanks to Colin
12492
12493 2006-06-20 [mones]      2.3.1cvs4
12494
12495         * po/es.po
12496                 updated
12497         * src/compose.c
12498                 typo fixed (space after comma)
12499         * tools/make.themes.project
12500                 remove exec mode from tarball files
12501
12502 2006-06-20 [colin]      2.3.1cvs3
12503
12504         * src/news.c
12505         * src/procheader.c
12506         * src/unmime.c
12507                 Better fix for \n's in headers (don't 
12508                 break Received: and others)
12509
12510 2006-06-20 [paul]       2.3.1cvs2
12511
12512         * src/alertpanel.c
12513         * src/textview.c
12514                 improve legibility of phishing attempt
12515                 dialog
12516
12517 2006-06-20 [paul]       2.3.1cvs1
12518
12519         * NEWS
12520         * README
12521         * configure.ac
12522                 Update version number following
12523                 stable release
12524
12525 2006-06-20 [colin]      2.3.0cvs26
12526
12527         * src/compose.c
12528                 When dragging a file to the text of the compose
12529                 window, ask whether we want to insert or attach
12530                 (I know lots of people who do that to attach)
12531
12532 2006-06-20 [colin]      2.3.0cvs25
12533
12534         * src/etpan/imap-thread.c
12535                 Fix threshold (the append command is often > 32 bytes)
12536
12537 2006-06-19 [colin]      2.3.0cvs24
12538
12539         * src/imap.c
12540         * src/etpan/imap-thread.c
12541                 Workaround Rockliffe IMAP server bug: replace
12542                 "x UID SEARCH (ANSWERED UID 1:*)" with
12543                 "x UID SEARCH ANSWERED"
12544                 (Rockliffe doesn't handle the parenthesis)
12545
12546 2006-06-19 [colin]      2.3.0cvs23
12547
12548         * src/compose.c
12549         * src/imap.c
12550         * src/etpan/imap-thread.c
12551                 Probably fix bug #972 (Freezes when adding 
12552                 an attachment to the message)
12553         * src/common/defs.h
12554                 Modernize Firefox cmd
12555
12556
12557 2006-06-18 [colin]      2.3.0cvs22
12558
12559         * src/prefs_customheader.c
12560                 Only allow correct filenames for various
12561                 custom headers
12562
12563 2006-06-18 [colin]      2.3.0cvs21
12564
12565         * src/prefs_customheader.c
12566                 Add a 'From File...' button in custom headers prefs, which
12567                 try to do the right thing: 
12568                 for normal headers, use file as plaintext,
12569                 for X-Face, calls compface,
12570                 for Face, encode to b64.
12571
12572 2006-06-17 [colin]      2.3.0cvs20
12573
12574         * src/mh.c
12575                 Warning fix
12576
12577 2006-06-16 [colin]      2.3.0cvs19
12578
12579         * src/summaryview.c
12580                 Recursive quicksearch: show message list
12581                 in current folder, *then* search children
12582                 in the background.
12583
12584 2006-06-16 [colin]      2.3.0cvs18
12585
12586         * src/main.c
12587                 Instead of ignoring SIGPIPE, save caches
12588                 when getting one. Will fix the fact that
12589                 hot caches are out-of-date when logging 
12590                 out of Xorg.
12591         * src/compose.c
12592         * src/prefs_compose_writing.c
12593                 Only save text (not attachments) when 
12594                 auto-saving to drafts
12595         * src/unmime.c
12596                 Always replace \n, \r and \t with spaces
12597                 in headers
12598         * manual/dist/html/Makefile.am
12599         * manual/dist/pdf/Makefile.am
12600         * manual/dist/ps/Makefile.am
12601         * manual/dist/txt/Makefile.am
12602         * manual/fr/dist/html/Makefile.am
12603         * manual/fr/dist/pdf/Makefile.am
12604         * manual/fr/dist/ps/Makefile.am
12605         * manual/fr/dist/txt/Makefile.am
12606         * manual/pl/dist/html/Makefile.am
12607         * manual/pl/dist/pdf/Makefile.am
12608         * manual/pl/dist/ps/Makefile.am
12609         * manual/pl/dist/txt/Makefile.am
12610                 Fix make clean removing pregenerated manuals
12611
12612
12613 2006-06-16 [colin]      2.3.0cvs17
12614
12615         * src/plugins/pgpcore/sgpgme.c
12616         * src/plugins/pgpmime/pgpmime.c
12617         * src/plugins/pgpinline/pgpinline.c
12618                 Better error reporting in setup_signers.
12619                 Don't fallback to default key if specified
12620                 key isn't found.
12621                 Don't allow signing if more than one secret
12622                 key matches the one specified in prefs.
12623
12624 2006-06-15 [colin]      2.3.0cvs16
12625
12626         * src/folderview.c
12627                 Add "Send queue" in the folder's contextual
12628                 menu
12629         * src/compose.c
12630         * src/messageview.c
12631         * src/privacy.c
12632         * src/privacy.h
12633         * src/procmime.c
12634         * src/procmsg.c
12635         * src/plugins/pgpcore/passphrase.c
12636         * src/plugins/pgpcore/sgpgme.c
12637         * src/plugins/pgpinline/pgpinline.c
12638         * src/plugins/pgpmime/pgpmime.c
12639                 Better error reporting
12640         * src/mbox.c
12641                 Probably fix bug #971 (2.2.3 cannot read mail 
12642                 from local mbox)
12643
12644
12645 2006-06-15 [mones]      2.3.0cvs15
12646
12647         * tools/make.themes.project
12648                 creates the themes project from the web page
12649
12650 2006-06-15 [colin]      2.3.0cvs14
12651
12652         * src/folder.c
12653                 Better fix (avoid losing the folder if scan_tree 
12654                 fails)
12655
12656 2006-06-15 [cleroy]     2.3.0cvs13
12657
12658         * src/folder.c
12659                 Probably fix Bug #969 (crash on rebuilding 
12660                 imap folder)
12661
12662 2006-06-14 [colin]      2.3.0cvs12
12663
12664         * manual/dtd/manual.xsl
12665         * manual/sylpheed-claws-manual.xml
12666         * manual/fr/sylpheed-claws-manual.xml
12667         * manual/pl/sylpheed-claws-manual.xml
12668                 Insert pagebreaks between sections
12669
12670 2006-06-14 [paul]       2.3.0cvs11
12671
12672         * configure.ac
12673                 better fix than 2.3.0cvs10
12674
12675 2006-06-14 [paul]       2.3.0cvs10
12676
12677         * configure.ac
12678                 fix setting of PACKAGE_DATA_DIR with newer autoconf
12679                 (backwards compatible)
12680
12681 2006-06-13 [colin]      2.3.0cvs9
12682
12683         * src/messageview.c
12684                 Fix sending of return receipt with the new queue folders
12685
12686 2006-06-13 [wwp]        2.3.0cvs8
12687
12688         * src/quote_fmt_lex.l
12689                 fix wrong tokens returned in quote_fmt lexer, query not().
12690
12691 2006-06-13 [wwp]        2.3.0cvs7
12692
12693         * src/folder.c
12694         * src/prefs_folder_item.c
12695                 allow changing folder type even when folder is not a top-level one,
12696                 thanks to Colin.
12697
12698 2006-06-12 [colin]      2.3.0cvs6
12699
12700         * src/folderview.c
12701                 Fix double-ask of "Do you want to mark all
12702                 as read"
12703
12704 2006-06-12 [colin]      2.3.0cvs5
12705
12706         * src/compose.c
12707         * src/compose.h
12708         * src/folder.c
12709         * src/folder.h
12710         * src/imap.c
12711         * src/inc.c
12712         * src/main.c
12713         * src/messageview.c
12714         * src/mh.c
12715         * src/prefs_folder_item.c
12716         * src/procheader.c
12717         * src/procmime.c
12718         * src/procmsg.c
12719         * src/procmsg.h
12720         * src/send_message.c
12721         * src/summaryview.c
12722         * src/toolbar.c
12723                 Apply bug #964's patch (Queue and drafts aren't normal)
12724                 The Drafts and Queue folder now contain RFC-822 files,
12725                 allowing to move and copy mails from and to these 
12726                 folders. Moving from Drafts to Queue will prepare the
12727                 mail for sending (PGP signature, encryption, etc).
12728                 This patch also rework sending errors handling to try
12729                 to be more helpful.
12730                 Also, allow redefining folder types via the GUI 
12731                 (Folder type in its Properties)
12732
12733 2006-06-12 [colin]      2.3.0cvs4
12734
12735         * src/summaryview.c
12736         * src/prefs_common.c
12737         * src/prefs_common.h
12738         * src/gedit-print.c
12739                 Allow to define a specific print font - patch
12740                 by Bernhard Walle <bernhard.walle@gmx.de>
12741         * src/prefs_fonts.c
12742         * manual/advanced.xml
12743         * manual/fr/advanced.xml
12744                 Add a hidden pref to allow deletion without
12745                 confirmation
12746
12747 2006-06-12 [wwp]        2.3.0cvs3
12748
12749         * .cvsignore
12750                 more files to ignore.
12751
12752 2006-06-12 [wwp]        2.3.0cvs2
12753
12754         * src/quote_fmt.c
12755         * src/quote_fmt_lex.l
12756         * src/quote_fmt_parse.y
12757                 extend the quote_fmt parser (templates and quotes):
12758                 - allow limited sub-expressions in |p{} and |f{} expressions,
12759                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
12760                 - implemented/fixed missing implementation of query_references and show_references,
12761                 - completed, fixed contents and format of the symbols help dialog,
12762                 - fix some compilation warnings.
12763
12764 2006-06-12 [wwp]        2.3.0cvs1
12765
12766         * manual/advanced.xml
12767         * manual/fr/advanced.xml
12768                 updates in the "templates" section of the manual (eng/fr):
12769                  - be more precise (both versions)
12770                  - completed to match the english reference (fr version)
12771                  - touchups (both versions)
12772
12773 2006-06-12 [paul]       2.3.0
12774
12775         2.3.0 released
12776
12777 2006-06-12 [paul]       2.2.3cvs14
12778
12779         * po/ca.po
12780         * po/cs.po
12781         * po/de.po
12782         * po/el.po
12783         * po/fr.po
12784         * po/it.po
12785         * po/pt_BR.po
12786         * po/sr.po
12787         * po/zh_CN.po
12788                 updated by Miquel Oliete, Tim, Stephan Sachse,
12789                 Stavros Giannouris, Fabien Vantard, Andrea
12790                 Spadaccini, Frederico Goncalves Guimaraes,
12791                 Aleksandar Urosevic, and Ralgh Young
12792
12793 2006-06-12 [colin]      2.2.3cvs13
12794
12795         * src/mbox.c
12796                 Add missing header
12797
12798 2006-06-11 [colin]      2.2.3cvs12
12799
12800         * src/msgcache.c
12801                 Verify that g_malloc() succeeded
12802
12803 2006-06-11 [colin]      2.2.3cvs11
12804
12805         * src/wizard.c
12806                 Add Face header to welcome mail
12807
12808 2006-06-10 [colin]      2.2.3cvs10
12809
12810         * src/textview.c
12811                 Revert previous (Forgot it changes the
12812                 margin on the whole mail)
12813
12814 2006-06-10 [colin]      2.2.3cvs9
12815
12816         * src/textview.c
12817                 Don't overlap long headers under (X-)Face
12818
12819 2006-06-10 [mones]      2.2.3cvs8
12820
12821         * manual/xml2pdf
12822                 allow generation of manual on systems lacking saxon binary
12823                 but with java and the saxon library installed
12824
12825         * po/es.po
12826                 updated for release
12827
12828 2006-06-09 [colin]      2.2.3cvs7
12829
12830         * src/summaryview.c
12831                 Fix leak when using Display Sender using Addressbook
12832
12833 2006-06-09 [colin]      2.2.3cvs6
12834
12835         * src/compose.c
12836         * src/folder.c
12837         * src/folderview.c
12838         * src/mimeview.c
12839         * src/summaryview.c
12840                 More leaks fixes
12841
12842 2006-06-09 [paul]       2.2.3cvs5
12843
12844         * AUTHORS
12845         * src/gtk/authors.h
12846         * tools/claws.i18n.status.pl
12847                 updated with new info
12848
12849 2006-06-09 [paul]       2.2.3cvs4
12850
12851         * README
12852                 updated
12853         * manual/ack.xml
12854                 add wwp to authors list
12855         * src/gtk/authors.h
12856                 update mine and Colin's addresses
12857
12858 2006-06-08 [colin]      2.2.3cvs3
12859
12860         * src/etpan/imap-thread.c
12861                 Fix leak on SSL cert check
12862
12863 2006-06-08 [colin]      2.2.3cvs2
12864
12865         * src/common/utils.c
12866                 Fix leak
12867
12868 2006-06-08 [paul]       2.2.3cvs1
12869
12870         * configure.ac
12871                 Update version number following
12872                 stable release
12873
12874 2006-06-07 [colin]      2.2.2cvs3
12875
12876         * src/msgcache.c
12877                 Fix catching cache read errors (guint instead of gint)
12878                 Prevent malloc'ing more than 8MB (means cache corruption)
12879
12880 2006-06-07 [paul]       2.2.2cvs2
12881
12882         * src/exporthtml.c
12883         * src/exportldif.c
12884         * src/mh.c
12885         * src/mutt.c
12886         * src/pine.c
12887         * src/common/utils.c
12888                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
12889                 obey $HOME'
12890                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
12891                 Thanks to Colin
12892
12893 2006-06-06 [paul]       2.2.2cvs1
12894
12895         * configure.ac
12896                 Update version number following
12897                 stable release
12898
12899 2006-06-06 [paul]       2.2.1cvs6
12900
12901         * src/matcher.c
12902                 fix  implicit declaration of
12903                 sylpheed_do_idle()
12904                 Patch by Fabien Vantard
12905
12906 2006-06-06 [paul]       2.2.1cvs5
12907
12908         * src/matcher.c
12909                 fix age_greater and age_lower so that they
12910                 mean what say and not '...or equal to'
12911                 Thanks to Colin
12912
12913 2006-06-06 [paul]       2.2.1cvs4
12914
12915         * src/textview.c
12916         * src/common/utils.c
12917                 fix URI check
12918                 Thanks to Colin
12919
12920 2006-06-05 [wwp]        2.2.1cvs3
12921
12922         * manual/fr/account.xml
12923                 minor language fixes (thanks to Fabien Vantard).
12924
12925 2006-06-05 [colin]      2.2.1cvs2
12926
12927         * src/prefs_folder_item.c
12928         * src/folderview.c
12929                 Allow recursive setting of properties 
12930                 for whole mailboxes
12931         * src/matcher.c
12932                 Don't freeze on 'test' filtering rule
12933
12934 2006-06-05 [colin]      2.2.1cvs1
12935
12936         * configure.ac
12937                 Update version number following
12938                 stable release
12939
12940 2006-06-04 [wwp]        2.2.0cvs82
12941
12942         * manual/glossary.xml
12943         * manual/account.xml
12944         * manual/fr/glossary.xml
12945         * manual/fr/account.xml
12946                 added glossary section and references/links related to the Face custom header.
12947
12948 2006-06-04 [colin]      2.2.0cvs81
12949
12950         * src/summaryview.c
12951                 Skip to next message on move with no
12952                 immediate execution
12953
12954 2006-06-04 [wwp]        2.2.0cvs80
12955
12956         * manual/xml2pdf
12957                 added sanity checks, exit when needed.
12958
12959 2006-06-03 [paul]       2.2.0cvs79
12960
12961         * src/prefs_receive.c
12962                 page name is now 'Receiving'
12963         * src/prefs_send.c
12964                 page name is now 'Sending'
12965
12966 2006-06-03 [colin]      2.2.0cvs78
12967
12968         * src/plugins/spamassassin/spamassassin_gtk.c
12969                 Autoswitch to Localhost if transport was previously
12970                 disabled. Else people had to check [] Enable, then
12971                 *reselect* transport.
12972
12973 2006-06-03 [colin]      2.2.0cvs77
12974
12975         * src/plugins/pgpinline/pgpinline.c
12976         * src/plugins/pgpmime/pgpmime.c
12977                 Check that gpg_data_release_and_get_mem 
12978                 didn't fail (now, why this happens...)
12979
12980 2006-06-03 [colin]      2.2.0cvs76
12981
12982         * src/mbox.c
12983                 Fix bug #962 (Manual and/or UI should 
12984                 warn about incompatible locking 
12985                 causing dataloss)
12986
12987 2006-06-02 [cleroy]     2.2.0cvs75
12988
12989         * src/filtering.c
12990         * src/folder.c
12991         * src/procmsg.c
12992         * src/summaryview.c
12993                 Fix a few leaks
12994
12995 2006-06-02 [colin]      2.2.0cvs74
12996
12997         * src/main.c
12998                 On exit, free caches after writing them
12999                 Shuts up some valgrind false positives
13000         * src/procmsg.c
13001         * src/send_message.c
13002                 Fix races when reusing existing SMTP connections
13003                 Fix inexistant session timeout
13004         * src/toolbar.c
13005                 Display alertpanel after all queues have
13006                 been processed, not after each
13007
13008 2006-06-02 [wwp]        2.2.0cvs73
13009
13010         * manual/fr/glossary.xml
13011         * manual/fr/ack.xml
13012         * manual/ack.xml
13013                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
13014
13015 2006-06-02 [wwp]        2.2.0cvs72
13016
13017         * manual/xml2pdf
13018         * manual/dist/pdf/Makefile.am
13019         * manual/dtd/manual.xsl
13020         * manual/fr/dist/pdf/Makefile.am
13021         * manual/pl/dist/pdf/Makefile.am
13022                 we changed the procedure to generate the .pdf version of the manual.
13023                 The procedure is more modern and the .pdf we get now has a valid index.
13024                 Here are the new pre-requisites:
13025
13026                 - JRE 1.x (1.4 here): there must be one from your distro
13027                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
13028                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
13029                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
13030
13031                 See my posts for further info about the installation of this toolchain:
13032
13033                 Date: Fri, 19 May 2006 19:40:06 +0200
13034                 From: wwp <subscript@free.fr>
13035                 To: sylpheed-claws-devel@lists.sourceforge.net
13036                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
13037
13038                 and
13039
13040                 Date: Wed, 24 May 2006 12:58:49 +0200
13041                 From: wwp <subscript@free.fr>
13042                 To: sylpheed-claws-devel@lists.sourceforge.net
13043                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
13044
13045 2006-06-01 [colin]      2.2.0cvs71
13046
13047         * src/compose.c
13048                 Better guards against IMAP races
13049         * src/main.c
13050         * src/prefs_common.c
13051         * src/prefs_common.h
13052         * src/common/ssl_certificate.c
13053         * src/etpan/imap-thread.c
13054         * src/etpan/imap-thread.h
13055         * src/gtk/sslcertwindow.c
13056                 New hidden option ssl_skip_cert_check to 
13057                 avoid dups of bug #959 (libetpan linked
13058                 against gnutls and gnutls buggy on 64bit)
13059                 Present expired warning only once per
13060                 session/server.
13061         * manual/advanced.xml
13062         * manual/fr/advanced.xml
13063                 Document new option
13064
13065 2006-06-01 [wwp]        2.2.0cvs70
13066
13067         * src/messageview.c
13068                 fix for bug #961 (return receipt dialog 
13069                 complains incorrectly about return-path 
13070                 email adress being different), thanks 
13071                 to Colin.
13072
13073 2006-05-31 [cleroy]     2.2.0cvs69
13074
13075         * src/common/ssl.c
13076                 Guard against NULLs, although this
13077                 should never be an issue
13078
13079 2006-05-31 [colin]      2.2.0cvs68
13080
13081         * src/filtering.c
13082                 Use g_slist_prepend
13083         * src/imap.c
13084                 Don't remove caches when destroying folder, it
13085                 could (should) be done at exit
13086         * src/inc.c
13087                 free processing cache after incorporation
13088         * src/etpan/imap-thread.c
13089                 Maybe fix bug #959 (Crash on moving to emails 
13090                 to a imap account per ssl with a expired 
13091                 certificate.)
13092
13093 2006-05-30 [colin]      2.2.0cvs67
13094
13095         * src/summaryview.c
13096                 Put back event flush when displaying message
13097                 It avoids reading a bunch of messages just
13098                 by hitting shift-n for too long ;)
13099
13100 2006-05-29 [colin]      2.2.0cvs66
13101
13102         * src/summaryview.c
13103                 Remove useless g_warnings
13104
13105 2006-05-29 [colin]      2.2.0cvs65
13106
13107         * src/imap.c
13108                 Fix g_slist_append()s for performance
13109
13110 2006-05-29 [colin]      2.2.0cvs64
13111
13112         * src/compose.c
13113         * src/common/utils.c
13114                 Fix extraneous tab at start of addresses
13115         * src/mainwindow.c
13116                 Fix warnings (thanks to Fabien)
13117                 Fix crash at exit when composing messages 
13118                 exist
13119         * src/pop.c
13120                 Fix progress bar when deleting expired mails
13121                 Thanks to Hiro
13122         * src/summaryview.c
13123         * src/gtk/gtksctree.c
13124                 Fix re-sorting slowness
13125
13126 2006-05-29 [paul]       2.2.0cvs63
13127
13128         * src/mh.c
13129                 fetch full message when moving mails
13130                 from another mailbox, (fixed data loss
13131                 when filtering from IMAP to MH, introduced
13132                 in 2.2.0cvs57).
13133                 Thanks to Colin
13134
13135 2006-05-29 [mones]      2.2.0cvs62
13136
13137         * src/gtk/gtksctree.c
13138                 Unselect faster (patch by Colin)        
13139
13140 2006-05-26 [colin]      2.2.0cvs61
13141
13142         * src/summaryview.c
13143                 Unplug MSGINFO_UPDATE callback on delete too.
13144
13145 2006-05-26 [colin]      2.2.0cvs60
13146
13147         * src/foldersel.c
13148                 Fix bold in folder selection window with glib2.10
13149                 thanks Hiro
13150
13151 2006-05-26 [colin]      2.2.0cvs59
13152
13153         * src/procheader.c
13154                 Convert date only if necessary (and don't
13155                 try to convert from utf8 to utf8, too)
13156         * src/summaryview.c
13157                 Only set column's text if the column's 
13158                 displayed
13159
13160 2006-05-26 [colin]      2.2.0cvs58
13161
13162         * src/summaryview.c
13163         * src/gtk/gtkutils.c
13164                 Fix useless warning
13165
13166 2006-05-26 [colin]      2.2.0cvs57
13167
13168         * src/mainwindow.c
13169                 Make summaryview selectable as long as 
13170                 no message has focus
13171         * src/mh.c
13172                 Faster deletion (by implementing mh_remove_msgs)
13173                 Faster copy (avoid using mh_fetch_msg just to get
13174                 the filename)
13175                 Faster move (using move_file instead of copy_file
13176                 if MSG_IS_MOVE)
13177                 No progressbar if total number of mails to cp/mv 
13178                 is less than 100
13179         * src/summaryview.c
13180                 Fix removal from subject_table when mail gets moved
13181                 Faster deletion (g_slist_prepend instead of append)
13182         * src/gtk/gtksctree.c
13183                 Remove useless code
13184
13185 2006-05-25 [colin]      2.2.0cvs56
13186
13187         * src/common/ssl_certificate.c
13188                 Fix leak in expired cert check
13189
13190 2006-05-25 [colin]      2.2.0cvs55
13191
13192         * src/mh.c
13193                 Disable flags syncing on .mh_sequences - it
13194                 is buggy and marks mails read under unknown
13195                 conditions.
13196
13197 2006-05-25 [paul]
13198
13199         * 2.3.0-rc4 released
13200
13201 2006-05-24 [colin]      2.2.0cvs54
13202
13203         attention cvs users: if you manage to crash
13204         Sylpheed-Claws while moving, copying or deleting
13205         mails, we *are* interested in stack traces and
13206         valgrind logs. It looks stable, but one never
13207         knows...
13208
13209         * src/folder.c
13210                 Add progressbar for cache updates
13211         * src/folderutils.c
13212                 Optimize Mark all read in the current
13213                 folder
13214         * src/mh.c
13215                 Add progressbar for copy/move
13216         * src/procmsg.c
13217                 Optimize O(n^2) in copy/move
13218         * src/summaryview.c
13219         * src/gtk/gtksctree.c
13220                 Optimize O(n^2) algos
13221         * src/common/timing.h
13222                 Display ms instead of us
13223
13224 2006-05-24 [wwp]        2.2.0cvs53
13225
13226         * manual/fr/advanced.xml
13227                 updates to the French manual.
13228
13229 2006-05-24 [wwp]        2.2.0cvs52
13230
13231         * src/common/utils.c
13232                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
13233
13234 2006-05-24 [wwp]        2.2.0cvs51
13235
13236         * src/folderutils.c
13237                 fixed "mark all read" in MH folders (thanks to Colin).
13238
13239 2006-05-24 [paul]       2.2.0cvs50
13240
13241         * doc/man/sylpheed-claws.1
13242                 updated the man page
13243
13244 2006-05-23 [colin]      2.2.0cvs49
13245
13246         * src/folderview.c
13247         * src/imap.c
13248         * src/inc.c
13249         * src/mbox.c
13250         * src/messageview.c
13251         * src/news.c
13252         * src/send_message.c
13253         * src/summaryview.c
13254         * src/gtk/sslcertwindow.c
13255                 alertpanel fixes, by Fabien
13256
13257 2006-05-23 [colin]      2.2.0cvs48
13258
13259         * src/folder.c
13260         * src/folderview.c
13261         * src/msgcache.c
13262         * src/summaryview.c
13263         * src/gtk/gtksctree.c
13264         * src/gtk/gtksctree.h
13265                 More timings
13266                 Fix slow loading problem, which was caused by the
13267                 use of some gtk_ctree funcs and their use of
13268                 g_list_position while gtk_ctree_(un)link'ing.
13269                 Reap more functions from gtkctree.c to be sure we
13270                 use our (fast) version instead of theirs.
13271         * src/mh.c
13272                 Fix copy of unread mails
13273
13274
13275 2006-05-22 [wwp]        2.2.0cvs47
13276
13277         * manual/fr/advanced.xml
13278                 updated.
13279
13280 2006-05-22 [colin]      2.2.0cvs46
13281
13282         * src/filtering.c
13283                 Fix possible infinite loop. 'copy' is not a 
13284                 final action, so when encountering a 'copy',
13285                 we have to check if a previous one was set
13286                 and do it. In the same way, if we encounter
13287                 a 'move' we have to perform a possibly 
13288                 pending 'copy'. This will slow down filtering
13289                 on IMAP if move+copy or multiple copy actions
13290                 are to be done, but handling it via the batch
13291                 would be really too convoluted.
13292
13293 2006-05-22 [wwp]        2.2.0cvs45
13294
13295         * manual/fr/advanced.xml
13296         * manual/fr/faq.xml
13297         * manual/fr/glossary.xml
13298         * manual/fr/handling.xml
13299         * manual/fr/intro.xml
13300         * manual/fr/plugins.xml
13301         * manual/fr/sylpheed-claws-manual.xml
13302                 sync w/ the english manual: updates URIs, documented mailing-list
13303                 support, better explanation about the enabled/disabled feature
13304                 in filtering/processing rules by Paul.
13305
13306 2006-05-21 [colin]      2.2.0cvs44
13307
13308         * src/summaryview.c
13309                 Don't expand after building threads, but during
13310
13311 2006-05-21 [colin]      2.2.0cvs43
13312
13313         * src/procmsg.c
13314         * src/summaryview.c
13315                 More timing possibilities... For next time I have 
13316                 to find out how the hell some 3GHz computer takes
13317                 one minute to open a 30k folder...
13318
13319 2006-05-21 [colin]      2.2.0cvs42
13320
13321         * manual/pl/advanced.xml
13322         * manual/pl/faq.xml
13323         * manual/pl/glossary.xml
13324         * manual/pl/handling.xml
13325         * manual/pl/intro.xml
13326         * manual/pl/plugins.xml
13327         * manual/pl/sylpheed-claws-manual.xml
13328                 Polish manual updated by Pawel
13329
13330 2006-05-20 [colin]
13331
13332         * 2.3.0-rc3 released
13333
13334 2006-05-20 [colin]      2.2.0cvs41
13335
13336         * src/imap.c
13337                 Fix -rc2 problems:
13338                 - remove cache of moved messages from original folder
13339                 - apply new flags to messages even if they aren't appliable
13340                   via IMAP.
13341
13342 2006-05-20 [colin]
13343
13344         * 2.3.0-rc2 released
13345
13346 2006-05-19 [colin]      2.2.0cvs40
13347
13348         * src/imap.c
13349                 Don't issue SELECT in imap_change_flags
13350                 before having checked that we indeed have
13351                 some flags to change. MSG_POSTFILTERED for
13352                 example can't be used on IMAP.
13353                 Fixes bug #955 (copying messages between 
13354                 imap folders is extremely slow), which was
13355                 a regression.
13356
13357 2006-05-19 [colin]      2.2.0cvs39
13358
13359         * src/folder.c
13360         * src/folder.h
13361         * src/folderview.c
13362                 Try to fix bug #830 (Some unread messages 
13363                 get marked read in IMAP inbox):
13364                 - Prevent scanning a folder if it's being 
13365                   opened via the GUI
13366                 - Postpone opening via the GUI of a folder
13367                   currently scanned.
13368
13369
13370 2006-05-19 [wwp]        2.2.0cvs38
13371
13372         * manual/advanced.xml
13373                 fix English+typo (thanks to Paul).
13374
13375 2006-05-19 [wwp]        2.2.0cvs37
13376
13377         * manual/advanced.xml
13378         * manual/fr/advanced.xml
13379         * src/gtk/logwindow.c
13380         * src/prefs_common.c
13381         * src/prefs_common.h
13382                 added hidden prefs to allow customization of colors used in
13383                 protocol log window (useful for dark gtk+ themes).
13384
13385 2006-05-19 [wwp]        2.2.0cvs36
13386
13387         * ChangeLog
13388                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
13389
13390 2006-05-19 [paul]       2.2.0cvs35
13391
13392         * src/textview.c
13393                 make Reply-To fully clickable
13394         * src/gtk/logwindow.c
13395                 more colouring (SMTP ESMTP)
13396         Both patches by Pawel Pekala
13397
13398 2006-05-19 [cleroy]     2.2.0cvs34
13399
13400         * src/mh.c
13401                 Don't update flags from current folder
13402                 Probably fixes bug #935 (Read Messages 
13403                 Revert to Being Marked as Unread)
13404
13405 2006-05-18 [colin]      2.2.0cvs33
13406
13407         * src/imap.c
13408                 Warning fix
13409         * src/compose.c
13410         * src/mainwindow.c
13411         * src/summaryview.c
13412         * src/toolbar.c
13413                 Allow replying to multiple emails
13414                 in multiple windows
13415         * src/mimeview.c
13416         * src/etpan/imap-thread.c
13417                 Leak fixes
13418
13419 2006-05-18 [paul]       2.2.0cvs32
13420
13421         * src/summaryview.c
13422                 keep Mailing-List menu refreshed
13423                 Thanks to Colin
13424
13425 2006-05-18 [paul]       2.2.0cvs31
13426
13427         * manual/advanced.xml
13428         * manual/faq.xml
13429         * manual/glossary.xml
13430         * manual/handling.xml
13431         * manual/intro.xml
13432         * manual/plugins.xml
13433         * manual/sylpheed-claws-manual.xml
13434                 update URLs
13435                 add info about mailing-list support
13436                 edit filtering info
13437         * src/wizard.c
13438         * src/common/defs.h
13439         * src/gtk/about.c
13440         * src/plugins/dillo_viewer/README
13441                 update URLs
13442
13443 2006-05-17 [wwp]        2.2.0cvs30
13444
13445         * manual/handling.xml
13446         * manual/fr/handling.xml
13447                 documented the ability to enabled/disable filtering/processing rules.
13448
13449 2006-05-17 [colin]      2.2.0cvs29
13450
13451         * src/main.c
13452                 Don't initialize g_thread subsystem if it's 
13453                 already done (thanks to Hiro)
13454         * src/mimeview.c
13455                 Fix saving of parts when there name can't be
13456                 converted from UTF-8.
13457
13458 2006-05-17 [paul]       2.2.0cvs28
13459
13460         * po/Makefile.in.in
13461                 fix config.status warning with autoconf 2.60
13462
13463 2006-05-17 [paul]       2.2.0cvs27
13464
13465         * po/POTFILES.in
13466                 add src/mbox.c
13467
13468 2006-05-17 [wwp]        2.2.0cvs26
13469
13470         * src/mainwindow.c
13471                 fix useless and potentially dangerous buffer walking (thanks to Colin).
13472
13473 2006-05-17 [wwp]        2.2.0cvs25
13474
13475         * src/plugins/demo/demo.c
13476                 updated product name in plugin demo (many plugins need to be
13477                 sync'ed w/ that change).
13478
13479 2006-05-17 [colin]      2.2.0cvs24
13480
13481         * src/mh.c
13482                 Fix leak
13483
13484 2006-05-16 [colin]      2.2.0cvs23
13485
13486         * src/mainwindow.c
13487                 Stupid me hit again. Fix cvs22.
13488
13489 2006-05-16 [colin]      2.2.0cvs22
13490
13491         * src/mainwindow.c
13492                 Fix bug #922 (sylpheed-claws crashed after 
13493                 pushing on Inbox folder)
13494
13495 2006-05-16 [colin]      2.2.0cvs21
13496
13497         * src/compose.c
13498                 Make From header be copy/paste/select-able
13499
13500 2006-05-16 [wwp]        2.2.0cvs20
13501
13502         * src/export.c
13503         * src/matcher.c
13504         * src/summaryview.c
13505         * src/etpan/imap-thread.c
13506                 fix some compiler warnings (thanks to Colin).
13507
13508 2006-05-16 [wwp]        2.2.0cvs19
13509
13510         * src/action.c
13511         * src/gedit-print.c
13512         * src/inc.c
13513         * src/mainwindow.c
13514         * src/mh.c
13515         * src/statusbar.c
13516         * src/send_message.c
13517         * src/summaryview.c
13518                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
13519
13520 2006-05-15 [colin]      2.2.0cvs18
13521
13522         * src/procmsg.c
13523                 Fix automatic rule creation with List-Post
13524
13525 2006-05-15 [paul]       2.2.0cvs17
13526
13527         * tools/filter_conv_new.pl
13528                 updated for rule enabling/disabling
13529                 claws version >= 2.3.x required
13530
13531 2006-05-15 [cleroy]     2.2.0cvs16
13532
13533         * src/main.c
13534                 Revert test
13535
13536 2006-05-15 [cleroy]     2.2.0cvs15
13537
13538         * src/main.c
13539                 test
13540
13541 2006-05-15 [wwp]        2.2.0cvs14
13542
13543         * manual/pl/.cvsignore
13544                 ignore generated files.
13545
13546 2006-05-14 [wwp]        2.3.0-rc1
13547
13548         * 2.3.0-rc1 released
13549
13550 2006-05-13 [wwp]        2.2.0cvs13
13551
13552         * src/filtering.c
13553         * src/filtering.h
13554         * src/matcher.c
13555         * src/matcher_parser_lex.l
13556         * src/matcher_parser_parse.y
13557         * src/prefs_filtering.c
13558                 new feature: provide the ability to disable filtering and processing
13559                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
13560                 adaptations.
13561
13562 2006-05-13 [colin]      2.2.0cvs12
13563
13564         * src/compose.c
13565                 Remove useless if (a) b; else b;
13566                 Thanks to wwp
13567
13568 2006-05-13 [wwp]        2.2.0cvs11
13569
13570         * src/export.c
13571         * src/import.c
13572         * src/mainwindow.c
13573         * src/mbox.c
13574         * src/summaryview.c
13575         * src/summaryview.h
13576                 no more silent failures (or at least less ones) when importing
13577                 or exporting from/to mbox. Also start importing/exporting if
13578                 the necessary info is set.
13579
13580 2006-05-13 [wwp]        2.2.0cvs10
13581
13582         * RELEASE_NOTES
13583                 restored up-to-date release notes.
13584
13585 2006-05-13 [paul]       2.2.0cvs9
13586
13587         * po/nl.po
13588         * po/ru.po
13589                 updated by Tim Dijkstra and Pavlo Bohmat
13590
13591 2006-05-12 [colin]      2.2.0cvs8
13592
13593         * src/gtk/quicksearch.c
13594                 Add "k" as shortcut for "colorlabel". Patch
13595                 by ath42@users.sf.net.
13596
13597 2006-05-12 [paul]       2.2.0cvs7
13598
13599         * src/prefs_common.h
13600         * src/prefs_summaries.c
13601         * src/summaryview.c
13602                 when entering a folder also allow
13603                 going directly to first Marked message
13604
13605 2006-05-12 [paul]       2.2.0cvs6
13606
13607         * src/summaryview.c
13608                 always obey 'confirm before marking all
13609                 mails read' option
13610
13611 2006-05-12 [paul]       2.2.0cvs5
13612
13613         * src/textview.c
13614                 make Sender fully clickable
13615
13616 2006-05-12 [colin]      2.2.0cvs4
13617
13618         * src/compose.c
13619         * src/compose.h
13620                 Let From be editable
13621         * src/main.c
13622         * src/mh.c
13623                 Full support of .mh_sequences' Unseen seq
13624
13625 2006-05-12 [colin]      2.2.0cvs3
13626
13627         * src/folder.c
13628         * src/mainwindow.c
13629         * src/mainwindow.h
13630         * src/messageview.c
13631         * src/prefs_spelling.c
13632         * src/procheader.c
13633         * src/procmsg.c
13634         * src/procmsg.h
13635         * src/summaryview.c
13636         * src/toolbar.c
13637         * src/toolbar.h
13638                 Add contextual menu on Compose toolbar
13639                 button. Fixes bug #944 (Automatic
13640                 addresses not applied when changing account
13641                 from compose window)
13642                 add Mailing List support
13643                 based on the old 0.6.5claws25 patch by
13644                 Melvin Hadasht, with finishing touches
13645                 by Colin
13646                 Fix "ignore thread" when mails are threaded by
13647                 subject (and weren't ignored although appearing
13648                 in the thread).
13649                 GUI rework.
13650                 Both patches by Pawel.
13651
13652 2006-05-08 [paul]       2.2.0cvs2
13653
13654         * src/mainwindow.c
13655         * src/mainwindow.h
13656         * src/messageview.c
13657         * src/procheader.c
13658         * src/procmsg.c
13659         * src/procmsg.h
13660         * src/summaryview.c
13661                 add Mailing List support
13662                 based on the old 0.6.5claws25 patch by 
13663                 Melvin Hadasht, with finishing touches
13664                 by Colin
13665
13666 2006-05-08 [colin]      2.2.0cvs1
13667
13668         * src/mainwindow.c
13669         * src/toolbar.c
13670         * src/toolbar.h
13671                 Add contextual menu on Compose toolbar 
13672                 button. Fixes bug #944 (Automatic 
13673                 addresses not applied when changing account 
13674                 from compose window)
13675
13676 2006-05-08 [paul]       2.2.0
13677
13678         2.2.0 released
13679
13680 2006-05-08 [paul]       2.1.1cvs51
13681
13682         * po/cs.po
13683         * po/de.po
13684         * po/en_GB.po
13685         * po/fi.po
13686         * po/fr.po
13687         * po/pt_BR.po
13688         * po/sr.po
13689         * po/zh_CN.po
13690                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
13691                 Fabien Vantard, Frederico Goncalves Guimaraes,
13692                 Aleksandar Urosevic, and Ralgh Young
13693
13694 2006-05-12 [colin]      2.1.1cvs50
13695
13696         * po/cs.po
13697         * po/de.po
13698         * po/en_GB.po
13699         * po/es.po
13700         * po/fi.po
13701         * po/fr.po
13702         * po/pt_BR.po
13703         * po/sr.po
13704         * po/zh_CN.po
13705                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
13706                 Fabien Vantard, Frederico Goncalves Guimaraes,
13707                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
13708
13709 2006-05-05 [colin]      2.1.1cvs49
13710
13711         * manual/Makefile.am
13712         * manual/pl/Makefile.am
13713         * manual/pl/account.xml
13714         * manual/pl/ack.xml
13715         * manual/pl/addrbook.xml
13716         * manual/pl/advanced.xml
13717         * manual/pl/faq.xml
13718         * manual/pl/glossary.xml
13719         * manual/pl/gpl.xml
13720         * manual/pl/handling.xml
13721         * manual/pl/intro.xml
13722         * manual/pl/keyboard.xml
13723         * manual/pl/plugins.xml
13724         * manual/pl/starting.xml
13725         * manual/pl/sylpheed-claws-manual.xml
13726         * manual/pl/dist/.cvsignore
13727         * manual/pl/dist/Makefile.am
13728         * manual/pl/dist/html/.cvsignore
13729         * manual/pl/dist/html/Makefile.am
13730         * manual/pl/dist/pdf/.cvsignore
13731         * manual/pl/dist/pdf/Makefile.am
13732         * manual/pl/dist/ps/.cvsignore
13733         * manual/pl/dist/ps/Makefile.am
13734         * manual/pl/dist/txt/.cvsignore
13735         * manual/pl/dist/txt/Makefile.am
13736                 Add the polish translation of the manual,
13737                 Authored by Pawel Pekala.
13738
13739 2006-05-05 [cleroy]     2.1.1cvs48
13740
13741         * src/main.c
13742                 Re-read matcherrc after loading plugins 
13743                 if some of them add folders.
13744
13745 2006-05-03 [colin]      2.1.1cvs47
13746
13747         * src/imap.c
13748                 I'm idiot
13749
13750 2006-05-03 [colin]      2.1.1cvs46
13751
13752         * src/imap.c
13753                 Be sure to have a session when
13754                 getting separator
13755
13756 2006-05-03 [colin]      2.1.1cvs45
13757
13758         * src/imap.c
13759         * src/imap.h
13760         * src/imap_gtk.c
13761                 Fix preventing renaming with namespace 
13762                 separator.
13763
13764 2006-05-01 [colin]      2.1.1cvs44
13765
13766         * src/action.c
13767                 Don't reload messageview when result of
13768                 action is piped.
13769
13770 2006-04-29 [colin]      2.1.1cvs43
13771
13772         * src/prefs_receive.c
13773         * src/plugins/spamassassin/spamassassin_gtk.c
13774         * src/plugins/clamav/clamav_plugin_gtk.c
13775                 GUI fixes by Pawel
13776
13777 2006-04-29 [colin]      2.1.1cvs42
13778
13779         * src/prefs_compose_writing.c
13780         * src/prefs_quote.c
13781                 Cleanups. Patch by Pawel
13782
13783 2006-04-28 [paul]       2.1.1cvs41
13784
13785         * src/matcher.c
13786                 fix returned quick search results when search
13787                 term contains an underscore.
13788                 Thanks to Colin
13789
13790 2006-04-28 [paul]       2.1.1cvs40
13791
13792         * src/prefs_message.c
13793         * src/prefs_receive.c
13794                 GUI cleanups
13795                 Patches by Pawel Pekala
13796
13797 2006-04-27 [colin]      2.1.1cvs39
13798
13799         * src/wizard.c
13800                 Differentiate subject Welcome from
13801                 window's title Welcome
13802
13803 2006-04-27 [paul]
13804
13805         2.2.0-rc1 released
13806
13807 2006-04-27 [paul]       2.1.1cvs38
13808
13809         * manual/advanced.xml
13810         * manual/fr/advanced.xml
13811                 add info about compose_no_markup hidden pref
13812
13813 2006-04-27 [paul]       2.1.1cvs37
13814
13815         * src/prefs_account.c
13816                 improve privacy labels
13817         * src/prefs_msg_colors.c
13818                 change some strings for translators' convenience
13819         * src/gtk/gtkutils.c
13820                 don't underline the link button text
13821
13822 2006-04-25 [colin]      2.1.1cvs36
13823
13824         * src/folder.c
13825                 Complete 2.1.1cvs33 (once more ;)
13826
13827 2006-04-25 [colin]      2.1.1cvs35
13828
13829         * src/editldap.c
13830                 Fix tooltip
13831
13832 2006-04-25 [cleroy]     2.1.1cvs34
13833
13834         * src/compose.c
13835         * src/gtk/gtkaspell.c
13836                 Fix crash on redirect (related to the return 
13837                 of the aspell menu in compose's toolbar)
13838         * src/prefs_msg_colors.c
13839                 Fix sensitivity widgets
13840         * src/image_viewer.c
13841         * src/gtk/pluginwindow.c
13842         * src/gtk/prefswindow.c
13843                 Change released signals to clicked (Fabien)
13844         * po/POTFILES.in
13845         * src/common/socket.c
13846         * src/plugins/spamassassin/spamassassin.c
13847                 Translate strings (Fabien)
13848
13849 2006-04-25 [paul]       2.1.1cvs33
13850
13851         * src/folder.c
13852         * src/folder.h
13853         * src/folderview.c
13854                 complete the fix of bug #912
13855                 Thanks to Colin
13856
13857 2006-04-25 [colin]      2.1.1cvs32
13858
13859         * src/news.c
13860                 Better progress bar
13861         * src/mimeview.c
13862         * src/summaryview.c
13863         * src/summaryview.h
13864                 Fix focus chain
13865                 Patches by Pawel Pekala
13866
13867 2006-04-24 [colin]      2.1.1cvs31
13868
13869         * src/compose.c
13870                 Fix compilation warnings (Fabien)
13871
13872 2006-04-24 [colin]      2.1.1cvs30
13873
13874         * src/addrindex.c
13875         * src/editldap.c
13876         * src/editldap_basedn.c
13877         * src/editldap_basedn.h
13878         * src/ldapctrl.c
13879         * src/ldapctrl.h
13880         * src/ldapquery.c
13881         * src/ldaputil.c
13882         * src/ldaputil.h
13883                 Fix bug #901 (LDAPS support)
13884
13885 2006-04-24 [colin]      2.1.1cvs29
13886
13887         * src/compose.c
13888                 Fix logic on error with send dialog on
13889         * src/imap.c
13890                 Fix compilation without libetpan, thanks
13891                 to Fabien
13892         * src/summaryview.c
13893                 Fix 'context-menu' key
13894
13895 2006-04-23 [colin]      2.1.1cvs28
13896
13897         * src/folder.c
13898                 Never free current's cache to free up 
13899                 memory. Fixes bug #912 (new count 
13900                 randomly set to message count)
13901
13902 2006-04-23 [colin]      2.1.1cvs27
13903
13904         * src/gtk/quicksearch.c
13905                 And remove printf...
13906
13907 2006-04-23 [colin]      2.1.1cvs26
13908
13909         * src/gtk/quicksearch.c
13910                 Fix replacing in quicksearch, and fix inserting
13911                 in the middle of the string. (introduced at 2.1.0cvs22)
13912
13913 2006-04-23 [colin]      2.1.1cvs25
13914
13915         * src/imap.c
13916                 Make sure uidnext is initialized in get_num_list
13917                 (not for stable, related to 2.1.1cvs8 and friends)
13918
13919 2006-04-23 [colin]      2.1.1cvs24
13920
13921         * src/imap.c
13922                 Output something when login is successful
13923                 too
13924
13925 2006-04-23 [colin]      2.1.1cvs23
13926
13927         * src/etpan/imap-thread.c
13928                 Better logging (line-per-line, hide data in fetch)
13929                 Fix a const warning
13930         * src/gtk/logwindow.c
13931         * src/gtk/logwindow.h
13932                 Better logging (color for input/output)
13933
13934 2006-04-21 [colin]      2.1.1cvs22
13935
13936         * src/gtk/quicksearch.c
13937                 On gtk+-2.8, use stock buttons in quicksearch
13938                 Based on a patch by Fabien and a design by Paul
13939
13940 2006-04-21 [colin]      2.1.1cvs21
13941
13942         * src/folderview.c
13943         * src/mainwindow.c
13944                 Fix occasional flicker in folderview
13945         * src/common/utils.c
13946                 Fix bug #943 (Incorrectly parsed email address 
13947                 list in short headers on message view and in 
13948                 printouts)
13949
13950 2006-04-20 [colin]      2.1.1cvs20
13951
13952         * src/imap.c
13953         * src/imap.h
13954         * src/prefs_account.c
13955                 Add ANONYMOUS auth for IMAP
13956
13957 2006-04-20 [paul]       2.1.1cvs19
13958
13959         * src/main.c
13960                 proper fix for 2.1.1cvs18
13961                 Thanks to Colin
13962
13963 2006-04-20 [paul]       2.1.1cvs18
13964
13965         * src/main.c
13966                 fix build warnings
13967
13968 2006-04-20 [paul]       2.1.1cvs17
13969
13970         * src/gtk/quicksearch.c
13971                 fix standard, non-extended Quick search,
13972                 was broken in 2.1.1cvs15.
13973                 Thanks to Colin.
13974
13975 2006-04-20 [colin]      2.1.1cvs16
13976
13977         * src/prefs_matcher.c
13978                 Fix values when reselecting a ~test
13979                 rule
13980
13981 2006-04-19 [colin]      2.1.1cvs15
13982
13983         * src/compose.c
13984         * src/compose.h
13985         * src/gtk/gtkaspell.c
13986         * src/gtk/gtkaspell.h
13987                 Put back Options menu in Spelling/
13988         * src/gtk/quicksearch.c
13989                 Don't search, and show error, if the
13990                 advanced search has a syntax error
13991
13992 2006-04-18 [colin]      2.1.1cvs14
13993
13994         * src/textview.c
13995                 Fix gdk warnings on set_cursor when textview
13996                 isn't visible
13997
13998 2006-04-18 [colin]      2.1.1cvs13
13999
14000         * src/gtk/gtksctree.c
14001                 Remove seemingly useless refresh that causes
14002                 flicker - watch this commit in case of 
14003                 problems before planned backport to stable
14004
14005 2006-04-18 [colin]      2.1.1cvs12
14006
14007         * src/imap.c
14008                 Factorize get/set_xml code
14009         * src/compose.c
14010         * src/prefs_account.c
14011         * src/prefs_account.h
14012         * src/procmsg.c
14013                 Add Encrypt to self option
14014
14015 2006-04-17 [colin]      2.1.1cvs11
14016
14017         * configure.ac
14018                 Fix search on encrpyt function on dragonfly
14019                 Patch by Jonathan Buschmann <jonthn@agmact.com>
14020
14021 2006-04-17 [colin]      2.1.1cvs10
14022
14023         * src/prefs_account.c
14024                 Be safe by default: remove mails from POP3
14025                 after 7 days, not immediately
14026
14027 2006-04-17 [colin]      2.1.1cvs9
14028
14029         * src/etpan/imap-thread.c
14030                 Fix build on DragonFly - patch by 
14031                 Jonathan Buschmann <jonthn@agmact.com>
14032
14033 2006-04-17 [colin]      2.1.1cvs8
14034
14035         * src/imap.c
14036                 Save uidnext between sessions
14037
14038 2006-04-17 [colin]      2.1.1cvs7
14039
14040         * src/imap.c
14041                 scan is required when uid validity changes
14042
14043 2006-04-17 [colin]      2.1.1cvs6
14044
14045         * src/folderview.c
14046                 Don't scan if not necessary, apart in current
14047                 folder and INBOX to fetch flags.
14048         * src/imap.c
14049                 Scan is necessary if unread count changes
14050
14051 2006-04-17 [colin]      2.1.1cvs5
14052
14053         * src/imap.c
14054                 ...But always fetch ANSWERED and DELETED flags for
14055                 INBOX, as filtering can happen on these flags.
14056
14057 2006-04-17 [colin]      2.1.1cvs4
14058
14059         * src/imap.c
14060                 Don't fetch REPLIED and DELETED flags when synchronising
14061                 flags with a closed folder. We only need UNSEEN and FLAGGED
14062                 to update the folderview.
14063
14064 2006-04-17 [colin]      2.1.1cvs3
14065
14066         * src/imap.c
14067                 Faster flag search when there are new mails 
14068                 in a folder. We can do a full search if the 
14069                 folder contains less messages than the new
14070                 list.
14071
14072 2006-04-17 [colin]      2.1.1cvs2
14073
14074         * po/cs.po
14075         * po/de.po
14076         * po/fr.po
14077         * po/nl.po
14078         * po/pt_BR.po
14079                 Update translations from stable branch
14080
14081 2006-04-17 [colin]      2.1.1cvs1
14082
14083         * configure.ac
14084                 Bump version to follow stable release
14085
14086 2006-04-16 [mones]      2.1.0cvs50
14087
14088         * po/es.po
14089                 Updated for release
14090
14091 2006-04-16 [colin]      2.1.0cvs49
14092
14093         * src/textview.c
14094                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
14095                 with gtk < 2.8. Thanks to Fabien Vantard.
14096
14097 2006-04-15 [colin]      2.1.0cvs48
14098
14099         * src/etpan/imap-thread.c
14100                 Fix bug #919 (libetpan: SEGV when connecting 
14101                 using command)
14102
14103 2006-04-14 [colin]      2.1.0cvs47
14104
14105         * src/main.c
14106                 Fix race on --select (should be done better)
14107
14108 2006-04-14 [wwp]        2.1.0cvs46
14109
14110         * src/send_message.c
14111                 enforce a check for domain in account prefs (a sending
14112                 error could be faced if domain was checked but no value set),
14113                 thanks to Colin.
14114
14115 2006-04-14 [colin]      2.1.0cvs45
14116
14117         * src/codeconv.c
14118                 when converting from unknown to unknown, if the
14119                 string is UTF8, don't convert it to the locale
14120                 (which breaks it)
14121
14122 2006-04-14 [colin]      2.1.0cvs44
14123
14124         * src/compose.c
14125                 Don't try to use ASCII for converting headers
14126                 (as done in body)
14127
14128 2006-04-14 [paul]       2.1.0cvs43
14129
14130         * src/crash.c
14131                 add locale/charset info to crash report
14132         * src/gtk/about.c
14133                 add wwp to doc team
14134                 replace 'e-mail' with preferred 'email'
14135         * src/gtk/authors.h
14136                 ensure contributors list is in alphabetical
14137                 order
14138
14139 2006-04-13 [colin]      2.1.0cvs42
14140
14141         * src/textview.c
14142                 Prevent gdk warnings
14143
14144 2006-04-13 [colin]      2.1.0cvs41
14145
14146         * src/common/ssl_certificate.c
14147         * src/common/ssl_certificate.h
14148         * src/gtk/sslcertwindow.c
14149                 Warn on expired certs, and display the expiration date
14150
14151 2006-04-13 [colin]      2.1.0cvs40
14152
14153         * src/plugins/spamassassin/spamassassin_gtk.c
14154                 Fix missing set_text on unix socket
14155
14156 2006-04-13 [wwp]        2.1.0cvs39
14157
14158         * manual/fr/advanced.xml
14159         * manual/fr/glossary.xml
14160                 applied new spam/ham/email lexicon (pourriel, courriel)
14161
14162 2006-04-13 [paul]       2.1.0cvs38
14163
14164         * src/plugins/pgpmime/plugin.c
14165                 remove the mention of S/MIME from the
14166                 description. This is now handled by the
14167                 S/MIME plugin.
14168
14169 2006-04-13 [paul]       2.1.0cvs37
14170
14171         * src/prefs_msg_colors.c
14172                 rework dialog
14173         * src/prefs_folder_item.c
14174         * src/prefs_spelling.c
14175                 add a tooltip to the colour selector buttons
14176
14177 2006-04-13 [wwp]        2.1.0cvs36
14178
14179         * manual/advanced.xml
14180         * manual/glossary.xml
14181         * manual/handling.xml
14182         * manual/keyboard.xml
14183         * manual/plugins.xml
14184         * manual/starting.xml
14185         * manual/fr/account.xml
14186         * manual/fr/ack.xml
14187         * manual/fr/addrbook.xml
14188         * manual/fr/advanced.xml
14189         * manual/fr/faq.xml
14190         * manual/fr/glossary.xml
14191         * manual/fr/gpl.xml
14192         * manual/fr/handling.xml
14193         * manual/fr/intro.xml
14194         * manual/fr/keyboard.xml
14195         * manual/fr/plugins.xml
14196         * manual/fr/starting.xml
14197         * manual/fr/sylpheed-claws-manual.xml
14198                 fixes to the manuals:
14199                  - summaryview -> Message List (same in French)
14200                  - translate key names
14201                  - fix French punctuation, use non-breakable spaces when
14202                    necessary, don't use &thinsp; which is not portable
14203                  - tell what maildir and mbox formats we support
14204
14205 2006-04-12 [wwp]        2.1.0cvs35
14206
14207         * src/prefs_toolbar.c
14208                 unified a replace button more,
14209                 patch by Fabien Vantard <fzzzzz@gmail.com>.
14210
14211 2006-04-12 [wwp]        2.1.0cvs34
14212
14213         * src/prefs_common.c
14214         * src/prefs_msg_colors.c
14215                 make default color labels translatable,
14216                 patch from Fabien Vantard <fzzzzz@gmail.com>,
14217                 thanks to Tim <timbrain@post.cz> for reporting.
14218
14219 2006-04-12 [wwp]        2.1.0cvs33
14220
14221         * manual/glossary.xml
14222         * manual/intro.xml
14223         * manual/plugins.xml
14224         * manual/starting.xml
14225         * manual/sylpheed-claws-manual.xml
14226         * manual/fr/.cvsignore
14227         * manual/fr/account.xml
14228         * manual/fr/ack.xml
14229         * manual/fr/addrbook.xml
14230         * manual/fr/advanced.xml
14231         * manual/fr/faq.xml
14232         * manual/fr/glossary.xml
14233         * manual/fr/handling.xml
14234         * manual/fr/intro.xml
14235         * manual/fr/keyboard.xml
14236         * manual/fr/plugins.xml
14237         * manual/fr/starting.xml
14238         * manual/fr/sylpheed-claws-manual.xml
14239                 various fixes: typos, missing .fr translations, punctuation,
14240                 capitalization, links, accents and some bad French more.
14241
14242 2006-04-12 [wwp]        2.1.0cvs32
14243
14244         * src/prefs_gtk.c
14245                 fix for bug #935: always store prefs files in UTF-8 (thanks
14246                 to Colin).
14247
14248 2006-04-11 [colin]      2.1.0cvs31
14249
14250         * src/compose.c
14251                 Fix inserting files not in utf8 when locale is utf8
14252
14253 2006-04-11 [colin]      2.1.0cvs30
14254
14255         * src/inc.c
14256                 Don't show error dialog when cancelling connection
14257                 Patch by Pawel
14258
14259 2006-04-11 [cleroy]     2.1.0cvs29
14260
14261         * src/compose.c
14262                 Implement multiple quote levels
14263         * src/prefs_common.c
14264                 Change a little bit the quote bgcolor for 2nd level
14265
14266 2006-04-11 [colin]      2.1.0cvs28
14267
14268         * src/gtk/about.c
14269                 Add locale and charset in the label
14270
14271 2006-04-10 [colin]      2.1.0cvs27
14272
14273         * src/compose.c
14274         * src/prefs_common.c
14275         * src/prefs_common.h
14276         * src/prefs_msg_colors.c
14277         * src/textview.c
14278                 Allow optional background color in quotes
14279                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
14280                 GTK+-2.8.x feature
14281
14282 2006-04-10 [colin]      2.1.0cvs26
14283
14284         * src/main.c
14285         * src/mainwindow.c
14286         * src/mainwindow.h
14287                 Implement --select
14288
14289 2006-04-10 [colin]      2.1.0cvs25
14290
14291         * manual/plugins.xml
14292         * manual/fr/plugins.xml
14293                 Document libcurl's proxy variables
14294
14295 2006-04-09 [colin]      2.1.0cvs24
14296
14297         * src/prefs_common.c
14298                 gettext() returns statically allocated stuff. We have
14299                 to strdup it in order to be able to free it.
14300
14301 2006-04-09 [colin]      2.1.0cvs23
14302
14303         * AUTHORS
14304         * src/gtk/authors.h
14305                 Add Alexei
14306
14307 2006-04-09 [colin]      2.1.0cvs22
14308
14309         * src/mainwindow.c
14310         * src/gtk/quicksearch.c
14311                 Fix bug #859 (problems with cyrilic input in 
14312                 search panel) - Patch by Alexey Illarionov 
14313                 <littlesavage@rambler.ru>
14314
14315 2006-04-09 [colin]      2.1.0cvs21
14316
14317         * src/prefs_customheader.c
14318                 I prefer removing then freeing rather than the contrary
14319                 (even if it doesn't change anything ;-)
14320         * src/prefs_account.c
14321                 Fix bug #933 (Crash re-entering the custom headers list 
14322                 dialog in accounts prefs)
14323                 The problem happened when cancelling the Account 
14324                 Preferences' dialogs - in which case we didn't do 
14325                 anything to the PrefsAccount * struct. In case of applying,
14326                 the old ac_prefs was replaced with the tmp_ac_prefs we were
14327                 working with in this dialog. The problem is that 
14328                 prefs_customheader.c, working on this tmp_ac_prefs, always
14329                 changes the ->customhdr_list pointer, even when cancelled. 
14330                 So in case of cancelling the prefs_account dialog, we still
14331                 have to update ->customhdr_list in the real account.
14332
14333 2006-04-08 [colin]      2.1.0cvs20
14334
14335         * manual/fr/glossary.xml
14336         * manual/fr/keyboard.xml
14337                 Forgot some headers :)
14338
14339 2006-04-08 [colin]      2.1.0cvs19
14340
14341         * manual/Makefile.am
14342         * manual/fr/Makefile.am
14343         * manual/fr/account.xml
14344         * manual/fr/ack.xml
14345         * manual/fr/addrbook.xml
14346         * manual/fr/advanced.xml
14347         * manual/fr/faq.xml
14348         * manual/fr/glossary.xml
14349         * manual/fr/gpl.xml
14350         * manual/fr/handling.xml
14351         * manual/fr/intro.xml
14352         * manual/fr/keyboard.xml
14353         * manual/fr/plugins.xml
14354         * manual/fr/starting.xml
14355         * manual/fr/sylpheed-claws-manual.xml
14356         * manual/fr/dist/.cvsignore
14357         * manual/fr/dist/Makefile.am
14358         * manual/fr/dist/html/.cvsignore
14359         * manual/fr/dist/html/Makefile.am
14360         * manual/fr/dist/pdf/.cvsignore
14361         * manual/fr/dist/pdf/Makefile.am
14362         * manual/fr/dist/ps/.cvsignore
14363         * manual/fr/dist/ps/Makefile.am
14364         * manual/fr/dist/txt/.cvsignore
14365         * manual/fr/dist/txt/Makefile.am
14366                 Add the french translation of the manual. Thanks to
14367                 Olivier Delhomme <olivier.delhomme@free.fr> for 
14368                 account.xml, ack.xml, addrbook.xml and advanced.xml
14369
14370 2006-04-08 [colin]      2.1.0cvs18
14371
14372         * manual/plugins.xml
14373         * manual/starting.xml
14374                 More fixes
14375
14376 2006-04-07 [colin]      2.1.0cvs17
14377
14378         * manual/faq.xml
14379         * manual/intro.xml
14380         * manual/keyboard.xml
14381                 Little fixes
14382
14383 2006-04-07 [colin]      2.1.0cvs16
14384
14385         * README
14386         * src/compose.c
14387         * src/prefs_common.c
14388         * src/prefs_common.h
14389                 Add hidden compose_no_markup pref
14390
14391 2006-04-07 [wwp]        2.1.0cvs15
14392
14393         * src/summary_search.c
14394         * .cvsignore
14395                 Bugfix: stop button was sticky when searching in an empty folder.
14396                 Applied curly brackets code style to the whole file (summary_search.c).
14397                 More files to ignore.
14398
14399 2006-04-07 [wwp]        2.1.0cvs14
14400
14401         * src/message_search.c
14402         * src/summary_search.c
14403                 changed default button when search bumps at file/folder
14404                 beginning or end, for convenience (thanks to Colin).
14405
14406 2006-04-07 [paul]       2.1.0cvs13
14407
14408         * src/plugins/dillo_viewer/dillo_prefs.c
14409                 avoid future potential for namespace collision
14410                 Patch by Colin
14411
14412 2006-04-06 [wwp]        2.1.0cvs12
14413
14414         * src/summary_search.c
14415                 Unify extended/advanced searches names (and thus factorize labels),
14416                 patch by Fabien Vantard <fzzzzz@gmail.com>.
14417
14418 2006-04-06 [wwp]        2.1.0cvs11
14419
14420         * src/folderview.c
14421         * src/prefs_themes.c
14422         * src/summaryview.c
14423                 Fixed some compilation warnings.
14424
14425 2006-04-06 [colin]      2.1.0cvs10
14426
14427         * manual/advanced.xml
14428                 Document the wizard template and how to deploy
14429                 Sylpheed-Claws effectively
14430
14431 2006-04-06 [colin]      2.1.0cvs9
14432
14433         * src/folderview.c
14434                 gettext patch to tell translators about _("#"),
14435                 by Maxim Britov
14436
14437 2006-04-06 [colin]      2.1.0cvs8
14438
14439         * src/textview.c
14440                 Fix invalid GtkTextBIter after clicking "Display as text"
14441
14442 2006-04-06 [mones]      2.1.0cvs7
14443
14444         * src/addr_compl.c
14445         * src/addrindex.c
14446         * src/addritem.c
14447         * src/codeconv.c
14448         * src/compose.c
14449         * src/filtering.c
14450         * src/folder.c
14451         * src/folder_item_prefs.c
14452         * src/folderview.c
14453         * src/localfolder.c
14454         * src/matcher.c
14455         * src/mimeview.c
14456         * src/prefs_msg_colors.c
14457         * src/prefs_spelling.c
14458         * src/prefs_themes.c
14459         * src/procmime.c
14460         * src/procmsg.c
14461         * src/stock_pixmap.c
14462         * src/summaryview.c
14463         * src/textview.c
14464         * src/toolbar.c
14465         * src/common/mgutils.c
14466         * src/common/prefs.c
14467         * src/common/ssl_certificate.c
14468         * src/gtk/colorlabel.c
14469         * src/gtk/quicksearch.c
14470         * src/plugins/pgpmime/pgpmime.c
14471         * src/plugins/spamassassin/spamassassin.c
14472                 Removed redundant NULL checks for g_free() calls.
14473                 Patch by Pawel Pekala.
14474
14475 2006-04-06 [mones]      2.1.0cvs6
14476
14477         * src/prefs_actions.c
14478         * src/prefs_filtering.c
14479         * src/prefs_filtering_action.c
14480         * src/prefs_matcher.c
14481         * src/prefs_template.c
14482         * src/gtk/gtkutils.c
14483         * src/gtk/gtkutils.h
14484                 Have a nice replace button. Patch by Pawel Pekala
14485
14486 2006-04-06 [colin]      2.1.0cvs5
14487
14488         * src/addressbook.c
14489                 Fix crash with empty columns
14490
14491 2006-04-05 [colin]      2.1.0cvs4
14492
14493         * src/wizard.c
14494         * src/prefs_gtk.c
14495                 Allow wizard customization with pre-filled values
14496
14497 2006-04-05 [colin]      2.1.0cvs3
14498
14499         * src/textview.c
14500         * src/mimeview.c
14501         * src/mimeview.h
14502                 Nicer messages in mimeview
14503
14504 2006-04-05 [colin]      2.1.0cvs2
14505
14506         * src/addressbook.c
14507         * src/prefs_summaries.c
14508                 i18n fix
14509
14510 2006-04-05 [colin]      2.1.0cvs1
14511
14512         * src/plugins/pgpcore/plugin.c
14513         * src/plugins/pgpcore/select-keys.c
14514         * src/plugins/pgpcore/select-keys.h
14515         * src/plugins/pgpcore/sgpgme.c
14516         * src/plugins/pgpcore/sgpgme.h
14517         * src/plugins/pgpinline/pgpinline.c
14518         * src/plugins/pgpinline/plugin.c
14519         * src/plugins/pgpmime/pgpmime.c
14520         * src/plugins/pgpmime/plugin.c
14521                 Factorize and generalize a bit 
14522                 Drop S/MIME signature verification from PGP/MIME
14523                 (adding it as another, more complete plugin)
14524
14525 2006-04-05 [paul]       2.1.0
14526
14527         2.1.0 released
14528
14529 2006-04-05 [paul]       2.0.0cvs186
14530
14531         * manual/advanced.xml
14532                 add info on colour labels
14533
14534 2006-04-05 [paul]       2.0.0cvs185
14535
14536         * po/bg.po
14537         * po/cs.po
14538         * po/de.po
14539         * po/el.po
14540         * po/en_GB.po
14541         * po/fi.po
14542         * po/fr.po
14543         * po/it.po
14544         * po/nl.po
14545         * po/pl.po
14546         * po/pt_BR.po
14547         * po/sr.po
14548         * po/zh_CN.po
14549                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
14550                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
14551                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
14552                 Guimaraes, Aleksandar Urosevic, Ralgh Young
14553         * src/gtk/authors.h
14554         * tools/claws.i18n.status.pl
14555                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
14556                 and new Czech translator, Tim <timbrain@post.cz>
14557
14558 2006-04-05 [mones]      2.0.0cvs184
14559
14560         * po/es.po
14561                 Updated translation
14562
14563 2006-04-05 [colin]      2.0.0cvs183
14564
14565         * src/gtk/quicksearch.c
14566                 Fix bug #929 (unnecessary reload in quick search bar)
14567
14568 2006-04-05 [colin]      2.0.0cvs182
14569
14570         * src/compose.c
14571                 Fix crash on Reply with no From:
14572                 Show signature and conversion error on queuing 
14573                 (but not sending)
14574         * src/mainwindow.c
14575         * src/summaryview.c
14576         * src/summaryview.h
14577                 Factorize threading code and make sure msginfo 
14578                 is not null when it comes from a GtkCTreeRow's 
14579                 data
14580         * src/gtk/gtkaspell.c
14581                 Check for necessary things
14582         * src/gtk/gtksctree.c
14583         * src/gtk/gtksctree.h
14584                 Reset anchor if necessary when removing node
14585
14586 2006-03-29 [colin]      2.0.0cvs181
14587
14588         * src/folderview.c
14589                 Warn for disabled IMAP accounts (due to lack of
14590                 libetpan). Breaks string-freeze - sorry - but it
14591                 is kind of important ;)
14592
14593 2006-03-28 [colin]      2.0.0cvs180
14594
14595         * src/gtk/gtkutils.c
14596         * src/gtk/gtkutils.h
14597                 Add a gtkut_get_link_btn() function that
14598                 creates a button which acts like an URI
14599         * src/prefs_themes.c
14600         * src/gtk/about.c
14601                 Use this function (factorizes codes)
14602         * src/common/defs.h
14603         * src/gtk/pluginwindow.c
14604                 Add a "Get more..." in the plugins window
14605
14606 2006-03-28 [colin]      2.0.0cvs179
14607
14608         * src/common/smtp.c
14609         * src/common/passcrypt.c
14610         * src/undo.c
14611                 Warning fixes. Patch by Pawel Pekala
14612
14613 2006-03-27 [colin]      2.0.0cvs178
14614
14615         * src/undo.c
14616                 Fix undoing by blocks with spaces
14617
14618 2006-03-27 [colin]      2.0.0cvs177
14619
14620         * src/textview.c
14621                 Set margin to 3px for headers
14622
14623 2006-03-27 [paul]
14624
14625         2.1.0-rc2 released
14626
14627 2006-03-27 [wwp]        2.0.0cvs176
14628
14629         * src/summaryview.c
14630                 don't reset quicksearch when updating the message list.
14631                 Thanks to Colin.
14632
14633 2006-03-26 [wwp]        2.0.0cvs175
14634
14635         * src/compose.c
14636                 use a unified border width ('other' tab in the compose window,
14637                 patch by Pawel Pekala).
14638
14639
14640 2006-03-26 [wwp]        2.0.0cvs174
14641
14642         * src/common/quoted-printable.c
14643         * src/addressbook.c
14644                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
14645
14646 2006-03-26 [colin]      2.0.0cvs173
14647
14648         * src/quote_fmt_parse.y
14649                 Fix non-UTF8 date formats messing up the whole quote a 
14650                 little bit
14651
14652 2006-03-26 [colin]      2.0.0cvs172
14653
14654         * src/procheader.c
14655                 Make sure the date is UTF8 valid, or try to make it
14656                 so. IncrediMail is really IncrediStupid.
14657         * src/compose.c
14658                 Fix possible conversions. 
14659                 
14660
14661 2006-03-26 [colin]      2.0.0cvs171
14662
14663         * src/matcher.c
14664                 Fix corner cases in body search. This is still a
14665                 hack... It seems impossible to make it good and 
14666                 reasonably fast at the same time.
14667
14668 2006-03-26 [colin]      2.0.0cvs170
14669
14670         * src/summaryview.c
14671                 I think I killed the twilight zone bug!
14672                 summary_select_node() flushes GTK events in order
14673                 to be able to center the view. But this also 
14674                 flushes keypresses like Ctrl-Alt-U, so this can
14675                 call summary_show from summary_select_node (itself
14676                 called from summary_show, etc.). And the summaryview
14677                 has to be unlocked in this function. So just locking
14678                 while processing GTK events, and bailing if locked, 
14679                 should fix it.
14680                 Fixes bug #927 (SIGSEGV during Update Summary)
14681
14682 2006-03-25 [colin]      2.0.0cvs169
14683
14684         * src/matcher.c
14685                 Fix search in QP-encoded bodies
14686                 Fix utf-8 searches in bodies encoded in the
14687                 locale's encoding
14688         * src/common/quoted-printable.c
14689         * src/common/quoted-printable.h
14690                 Add a decode function that doesn't overwrite
14691                 the original pointer
14692                 
14693
14694 2006-03-24 [colin]      2.0.0cvs168
14695
14696         * src/action.c
14697         * src/summaryview.c
14698         * src/summaryview.h
14699                 Update message cache after action
14700                 Patch by H. Merijn Brand
14701         * src/prefs_msg_colors.c
14702                 Factorize label 
14703                 Patch by Fabien Vantard
14704         * src/plugins/spamassassin/spamassassin_gtk.c
14705                 Remove useless translation
14706                 Patch by Fabien Vantard
14707
14708 2006-03-23 [colin]      2.0.0cvs167
14709
14710         * src/common/ssl.c
14711                 Let 30 seconds to SSL_connect
14712
14713 2006-03-23 [wwp]        2.0.0cvs166
14714
14715         * src/summaryview.c
14716         * src/gtk/description_window.c
14717                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
14718                 and headers are translated; adjust description windows' width to fit their
14719                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
14720
14721 2006-03-23 [paul]       2.0.0cvs165
14722
14723         * src/common/utils.c
14724                 fix highlighting of URIs containing "()"
14725                 (2.0.0cvs164's reversal fixed)
14726                 Thanks to Colin.
14727
14728 2006-03-23 [paul]       2.0.0cvs164
14729
14730         * src/common/utils.c
14731                 revert patch, (postponing a fix), at 2.0.0cvs120
14732                 as it breaks more URIs than it fixes.
14733                 Allow '-' to be a terminating character in a URI
14734
14735 2006-03-22 [colin]      2.0.0cvs163
14736
14737         * configure.ac
14738                 Require libetpan 0.45
14739                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
14740
14741 2006-03-22 [paul]       2.0.0cvs162
14742
14743         * src/editgroup.c
14744                 replace '<-' and '->' buttons with GTK_STOCK graphical
14745                 buttons
14746         * src/summary_search.c
14747                 don't offer '...' for translation
14748                 add a tooltip to advanced search '...' button
14749         * src/gtk/quicksearch.c
14750                 don't offer '...' for translation
14751
14752 2006-03-21 [colin]      2.0.0cvs161
14753
14754         * src/compose.c
14755                 Fix middle-click pasting (insert at click
14756                 position instead of cursor position, don't
14757                 remove existing selection and allow pasting
14758                 our own selection)
14759         * src/addressbook.c
14760                 "LDAP Server" -> "LDAP servers"
14761
14762 2006-03-21 [wwp]        2.0.0cvs160
14763
14764         * src/etpan/imap-thread.c
14765                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
14766
14767 2006-03-20 [colin]      2.0.0cvs159
14768
14769         * src/summaryview.c
14770                 Don't reload summaryview after an execute with no
14771                 move action
14772
14773 2006-03-19 [colin]      2.0.0cvs158
14774
14775         * src/addressbook.c
14776                 and put groups at the top, always
14777
14778 2006-03-19 [colin]      2.0.0cvs157
14779
14780         * src/addressbook.c
14781                 Order groups before names, as previously
14782
14783 2006-03-19 [colin]      2.0.0cvs156
14784
14785         * src/addressbook.c
14786                 - Sort case-unsensitive
14787                 - Put the sort arrow at opening too
14788
14789 2006-03-19 [wwp]        2.0.0cvs155
14790
14791         * src/addressbook.c
14792                 allow sorting by name/email/remarks, ensure that right-pane's contents
14793                 matches the left-pane selection (cleared when appropriate).
14794                 Patch by Pawel Pekala <c0rn@o2.pl>.
14795
14796 2006-03-18 [colin]      2.0.0cvs154
14797
14798         * src/textview.c
14799                 Fix text cursor ;)
14800
14801 2006-03-18 [colin]      2.0.0cvs153
14802
14803         * src/gtk/filesel.c
14804                 Make sure we hide the preview if we didn't get
14805                 a filename
14806
14807 2006-03-18 [colin]      2.0.0cvs152
14808
14809         * src/summaryview.c
14810                 Set cursor to watch for execution (fixes lack
14811                 of watch-cursor when dnd'ing hundreds of mails)
14812         * src/gtk/filesel.c
14813                 Check that mime type is 'image/*' before updating
14814                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
14815
14816 2006-03-18 [colin]      2.0.0cvs151
14817
14818         * src/mainwindow.c
14819         * src/textview.c
14820         * src/textview.h
14821                 Put a watch cursor in textview too when the mainwindow's
14822                 cursor in a watch
14823
14824 2006-03-18 [colin]      2.0.0cvs150
14825
14826         * src/folder.c
14827                 Change wrong asserts to simple tests
14828
14829 2006-03-17 [colin]      2.0.0cvs149
14830
14831         * src/mainwindow.c
14832         * src/mainwindow.h
14833         * src/prefs_msg_colors.c
14834         * src/summaryview.c
14835         * src/summaryview.h
14836         * src/gtk/colorlabel.c
14837         * src/gtk/colorlabel.h
14838                 Add a color label menu in the main menubar
14839                 Add (fixed) accels Ctrl-{0-7} to change the color
14840                 They have to be fixed because the menu's dynamic,
14841                 the items are complex widgets, hence we can't use
14842                 a GtkItemFactory.
14843
14844
14845 2006-03-17 [wwp]        2.0.0cvs148
14846
14847         * src/compose.c
14848                 rollback few lines from my previous commit (those lines come from
14849                 a pending patch, accidentally commited, even if neutral as they are
14850                 commented out).
14851
14852 2006-03-17 [wwp]        2.0.0cvs147
14853
14854         * src/compose.c
14855                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
14856                 applied code style/indentation to the modified function.
14857
14858 2006-03-17 [wwp]        2.0.0cvs146
14859
14860         * src/procmsg.c
14861         * src/compose.c
14862                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
14863
14864 2006-03-17 [paul]
14865
14866         2.1.0-rc1 released
14867
14868 2006-03-17 [paul]       2.0.0cvs145
14869
14870         * src/main.c
14871                 addressbook_read_file() was called twice
14872         * src/textview.c
14873                 X-Mailer highlighting
14874
14875 2006-03-16 [colin]      2.0.0cvs144
14876
14877         * src/sourcewindow.c
14878         * src/sourcewindow.h
14879                 And the last one, in source window.
14880
14881 2006-03-16 [colin]      2.0.0cvs143
14882
14883         * src/compose.c
14884         * src/compose.h
14885                 Fix the same stuff in compose
14886
14887 2006-03-16 [colin]      2.0.0cvs142
14888
14889         * src/messageview.c
14890                 Complete the previous messageview crash fix
14891
14892 2006-03-16 [colin]      2.0.0cvs141
14893
14894         * src/procmsg.h
14895         * src/procmsg.c
14896         * src/folder.c
14897                 Fix POSTPROCESSING hook
14898                 Patch by H. Merijn Brand
14899
14900         * src/procmime.c
14901         * src/procmime.h
14902                 Parse Content-Location
14903
14904         * src/toolbar.c
14905         * src/messageview.c
14906         * src/messageview.h
14907                 Don't crash when a top-level MessageView has
14908                 been closed on us. Same problematic than
14909                 yesterday's quicksearch issue.
14910
14911 2006-03-15 [colin]      2.0.0cvs140
14912
14913         * src/gtk/quicksearch.c
14914                 Fix a bitchy race we didn't think about when we
14915                 added quicksearch cancellation:
14916                 If the search is not on cached fields, for example
14917                 body_part matchcase "stuff"
14918                 the matcher code has to get the whole message. If
14919                 we're on IMAP, that can be slow, and in order to
14920                 be non-blocking, the IMAP code idle loop processes
14921                 gtk events too. So it is possible to cancel a
14922                 quicksearch while the matcher is getting the mail's
14923                 body. After matcher got its body, it will start to
14924                 iterate over the matcher list that the Quicksearch's
14925                 clear_search_cb() just freed via prepare_matcher().
14926                 SIGSEGV ensues.
14927                 The fix consists of guarding the matcherlist_match()
14928                 call with a boolean 'matching'. If we reset the
14929                 quicksearch while matching is TRUE, we don't free
14930                 the matcherlist anymore like we did, but we set
14931                 another new flag, deferred_free, to TRUE. Then,
14932                 in quicksearch_match(), just after returning from
14933                 matcherlist_match() and unsetting the matching flag,
14934                 we check the deferred_free flag and do the
14935                 prepare_matcher() (which does the matcherlist_free)
14936                 for real, so we free the matcherlist once it's not
14937                 used anymore.
14938                 As all of this runs via the glib main loop, we
14939                 luckily don't need a mutex.
14940         * src/summaryview.c
14941                 Also, show progress while searching.
14942
14943
14944 2006-03-14 [colin]      2.0.0cvs139
14945
14946         * src/alertpanel.c
14947                 Make alertpanel_is_open non-static
14948
14949 2006-03-14 [colin]      2.0.0cvs138
14950
14951         * src/prefs_spelling.c
14952                 Cleanups - Fabien Vantard
14953
14954 2006-03-14 [wwp]        2.0.0cvs137
14955
14956         * src/main.c
14957                 code style normalization (curly braces, indentation).
14958
14959 2006-03-14 [wwp]        2.0.0cvs137
14960
14961         * src/main.c
14962                 code style (braces, indentation)
14963
14964 2006-03-12 [paul]       2.0.0cvs136
14965
14966         * src/prefs_common.c
14967                 trans_hdr defaults to FALSE to be RFC-savvy
14968         * src/prefs_summaries.c
14969                 add a tooltip to the trans_hdr option
14970                 
14971
14972 2006-03-12 [paul]       2.0.0cvs135
14973
14974         * src/prefs_matcher.c
14975                 give a little more width to the combos
14976         * src/prefs_display_header.c
14977         * src/textview.c
14978                 translate headers if prefs_common.trans_hdr
14979                 is TRUE
14980
14981         Patches by Pawel Pekala
14982
14983 2006-03-12 [paul]       2.0.0cvs134
14984
14985         * src/plugins/clamav/clamav_plugin.c
14986         * src/plugins/dillo_viewer/dillo_viewer.c
14987         * src/plugins/pgpcore/plugin.c
14988         * src/plugins/pgpinline/plugin.c
14989         * src/plugins/pgpmime/plugin.c
14990         * src/plugins/spamassassin/spamassassin.c
14991                 update/add to descriptions
14992         * src/plugins/spamassassin/spamassassin_gtk.c
14993                 fixes to the english, remove superfluous
14994                 tooltips, clean up a little
14995
14996 2006-03-12 [paul]       2.0.0cvs133
14997
14998         * src/compose.c
14999                 fix Bug 924, 'Account combo box shows up wrong 
15000                 if & is in account name'
15001
15002 2006-03-11 [colin]      2.0.0cvs132
15003
15004         * src/summaryview.c
15005                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
15006                 messed up shift-selection because is slows down
15007                 moving around summaryview. thanks -users
15008
15009 2006-03-10 [colin]      2.0.0cvs131
15010
15011         * src/plugins/spamassassin/spamassassin_gtk.c
15012                 Put back Paul's engrish fixes
15013
15014 2006-03-10 [colin]      2.0.0cvs130
15015
15016         * src/plugins/spamassassin/spamassassin.c
15017         * src/plugins/spamassassin/spamassassin.h
15018         * src/plugins/spamassassin/spamassassin_gtk.c
15019                 Cleanup SA prefs page (more)
15020                 Patch by Fabien Vantard
15021
15022 2006-03-10 [paul]       2.0.0cvs129
15023
15024         * src/prefs_msg_colors.c
15025         * src/prefs_spelling.c
15026                 widget sensitivity
15027
15028 2006-03-09 [mones]      2.0.0cvs128
15029
15030         * po/es.po
15031                 Update for next RC
15032
15033 2006-03-09 [wwp]        2.0.0cvs127
15034
15035         * configure.ac
15036                 revert accidental commit (requirement for libetpan 0.43), this time
15037                 not in HEAD.
15038
15039 2006-03-09 [wwp]        2.0.0cvs125
15040
15041         * configure.ac
15042                 revert accidental commit (requirement for libetpan 0.43)
15043
15044 2006-03-09 [paul]       2.0.0cvs126
15045
15046         * src/prefs_receive.c
15047                 remove useless frame
15048                 replace 'incorporation' with 'receiving'
15049         * src/plugins/clamav/clamav_plugin_gtk.c
15050         * src/plugins/spamassassin/spamassassin_gtk.c
15051                 improve widget sensitivity
15052                 fix a bit his engrish
15053
15054 2006-03-09 [wwp]        2.0.0cvs125
15055
15056         * src/addressadd.c
15057         * src/foldersel.c
15058         * src/prefs_common.c
15059         * src/prefs_common.h
15060                 remember some more windows' sizes (add to addressbook and
15061                 select folder).
15062
15063 2006-03-09 [paul]       2.0.0cvs124
15064
15065         * src/plugins/pgpcore/prefs_gpg.c
15066                 normalise construction of dialogue
15067
15068 2006-03-09 [paul]       2.0.0cvs123
15069
15070         * src/plugins/trayicon/Makefile.am
15071                 add missing slash
15072
15073 2006-03-08 [colin]      2.0.0cvs122
15074
15075         * src/plugins/trayicon/Makefile.am
15076                 Fix build in separate dir 
15077                 Patch by Bamanzi <bamanzi@gmail.com>
15078
15079 2006-03-08 [colin]      2.0.0cvs121
15080
15081         * src/procmsg.c
15082                 Batch move and copies from summaryview with delayed execution
15083                 too
15084
15085 2006-03-07 [paul]       2.0.0cvs120
15086
15087         * src/common/utils.c
15088                 fix highlighting of URIs containing "()"
15089                 Patch by Pawel Pekala
15090
15091 2006-03-07 [paul]       2.0.0cvs119
15092
15093         * src/folder.c
15094         * src/folder.h
15095         * src/folderview.c
15096                 immediately do alphabetical resort when
15097                 changing a folder's name
15098                 Patch by Pawel Pekala
15099
15100 2006-03-07 [paul]       2.0.0cvs118
15101
15102         * src/news.c
15103         * src/news_gtk.c
15104                 when unsubscribing a newsgroup, remove the
15105                 folder and msgs in .sylpheed-claws/newscache
15106                 Patch by Pawel Pekala <c0rn@gazeta.pl>
15107
15108 2006-03-07 [paul]       2.0.0cvs117
15109
15110         * src/textview.c
15111                 fix wrong Fake URL Warning
15112                 Thanks to Hiro
15113
15114 2006-03-07 [colin]      2.0.0cvs116
15115
15116         * src/imap.c
15117                 Return immediately when password dialog was
15118                 cancelled
15119         * src/gtk/inputdialog.c
15120                 Allow empty strings for passwords
15121
15122
15123 2006-03-06 [colin]      2.0.0cvs115
15124
15125         * src/imap.c
15126                 Prevent double-timeouts when connection fails
15127
15128 2006-03-06 [colin]
15129
15130         2.0.1-rc1 released
15131
15132 2006-03-06 [colin]      2.0.0cvs114
15133
15134         * src/imap.c
15135                 Refresh session during potentially long
15136                 operations
15137
15138 2006-03-06 [wwp]        2.0.0cvs113
15139
15140         * src/prefs_msg_colors.h
15141                 forgot that one (custom color labels).
15142
15143 2006-03-06 [wwp]        2.0.0cvs112
15144
15145         * src/prefs_common.c
15146         * src/prefs_common.h
15147         * src/prefs_msg_colors.c
15148         * src/summaryview.c
15149         * src/summaryview.h
15150         * src/gtk/colorlabel.c
15151         * src/gtk/colorlabel.h
15152                 colors in messages list are now customizable. Color values and names can
15153                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
15154                 Thanks to Paul and Colin for their help with this longstanding patch!
15155
15156 2006-03-06 [wwp]        2.0.0cvs111
15157
15158         * src/textview.c
15159                 don't crash if (x)face is bad.
15160
15161 2006-03-05 [paul]       2.0.0cvs110
15162
15163         * AUTHORS
15164         * configure.ac
15165         * src/Makefile.am
15166         * src/common/Makefile.am
15167         * src/common/utils.h
15168         * src/etpan/imap-thread.c
15169         * src/gtk/authors.h
15170         * src/plugins/clamav/Makefile.am
15171         * src/plugins/demo/Makefile.am
15172         * src/plugins/dillo_viewer/Makefile.am
15173         * src/plugins/pgpcore/Makefile.am
15174         * src/plugins/pgpcore/passphrase.c
15175         * src/plugins/pgpinline/Makefile.am
15176         * src/plugins/pgpmime/Makefile.am
15177         * src/plugins/spamassassin/Makefile.am
15178         * src/plugins/trayicon/Makefile.am
15179                 fix builiding on cygwin
15180                 Patch by Ralgh Young <bamanzi@gmail.com>
15181
15182 2006-03-04 [wwp]        2.0.0cvs109
15183
15184         * manual/keyboard.xml
15185                 fix mixed up/down keys.
15186
15187 2006-03-04 [wwp]        2.0.0cvs108
15188
15189         * README
15190         * INSTALL
15191                 updated links to SpamAssassin.
15192
15193 2006-03-04 [wwp]        2.0.0cvs107
15194
15195         * manual/plugins.xml
15196         * src/plugins/spamassassin/README
15197                 updated SpamAssassin plugin docs to reflect new functional additions
15198                 (also fix/update/documents few technical stuff more, see the README).
15199
15200 2006-03-04 [wwp]        2.0.0cvs106
15201
15202         * src/prefs_message.c
15203                 normalized capitalization of message-prefs paths.
15204
15205 2006-03-04 [wwp]        2.0.0cvs105
15206
15207         * manual/advanced.xml
15208                 typo.
15209
15210 2006-03-03 [colin]      2.0.0cvs104
15211
15212         * src/plugins/clamav/clamav_plugin_gtk.c
15213                 Rework prefs page, patch by Fabien 
15214
15215 2006-03-03 [colin]      2.0.0cvs103
15216
15217         * src/plugins/clamav/clamav_plugin.c
15218                 Set error on all errors
15219
15220 2006-03-03 [colin]      2.0.0cvs102
15221
15222         * src/common/plugin.c
15223                 Initialize error to avoid crashing when a plugin fails
15224                 without setting error
15225
15226 2006-03-02 [wwp]        2.0.0cvs101
15227
15228         * configure.ac
15229                 fixed linker flags for libetpan support on Cygwin
15230                 (thanks to H.Merijn Brand).
15231
15232 2006-03-02 [wwp]        2.0.0cvs100
15233
15234         * src/addressbook.c
15235                 fix some AB error messages: one for punctuation and
15236                 one wrongly duplicate (thanks, maxbritov).
15237
15238 2006-03-02 [wwp]        2.0.0cvs99
15239
15240         * src/plugins/spamassassin/spamassassin.c
15241                 make sync calls to sa-learn/spamc to prevent
15242                 system (whatever local or client/server) overload.
15243
15244 2006-03-02 [colin]      2.0.0cvs98
15245
15246         * src/summaryview.c
15247                 Put the spam icon in the status column instead of the
15248                 mark one
15249
15250 2006-03-01 [colin]      2.0.0cvs97
15251
15252         * src/plugins/spamassassin/spamassassin.c
15253                 Fix segfault (g_file_set_contents fails for some 
15254                 reason and err==0x2f. Can't find out why with
15255                 valgrind, using working function :-)
15256
15257 2006-03-01 [colin]      2.0.0cvs96
15258
15259         * src/inc.c
15260                 Offline overriding: let 'No' be cached only 3 seconds
15261
15262 2006-03-01 [colin]      2.0.0cvs95
15263
15264         * src/addr_compl.c
15265         * src/addrbook.c
15266         * src/addressbook.c
15267         * src/addrindex.c
15268         * src/folder_item_prefs.c
15269         * src/headerview.c
15270         * src/imap.c
15271         * src/inc.c
15272         * src/ldif.c
15273         * src/mainwindow.c
15274         * src/mh.c
15275         * src/msgcache.c
15276         * src/prefs_common.h
15277         * src/prefs_msg_colors.c
15278         * src/procheader.c
15279         * src/procheader.h
15280         * src/procmime.c
15281         * src/procmsg.c
15282         * src/procmsg.h
15283         * src/send_message.h
15284         * src/simple-gettext.c
15285         * src/summaryview.c
15286         * src/summaryview.h
15287         * src/syldap.c
15288         * src/textview.c
15289         * src/undo.c
15290         * src/common/ssl_certificate.c
15291         * src/common/utils.c
15292         * src/gtk/colorsel.c
15293         * src/gtk/gtksctree.c
15294         * src/gtk/gtkshruler.c
15295         * src/plugins/trayicon/trayicon.c
15296                 #if 0 goes to /dev/null
15297
15298 2006-03-01 [colin]      2.0.0cvs94
15299
15300         * src/compose.c
15301         * src/imap.c
15302         * src/inc.c
15303         * src/inc.h
15304         * src/messageview.c
15305         * src/news.c
15306         * src/plugins/spamassassin/spamassassin.c
15307                 Allow to add information in the "working offline"
15308                 window
15309
15310 2006-03-01 [wwp]        2.0.0cvs93
15311
15312         * src/plugins/spamassassin/spamassassin.c
15313                 fixed spamc invocation: use a tricky temporary mini shell wrapper
15314                 'cause it seems that calling `spamc ... < inputfile` with
15315                 g_spawn_(a)sync simply.. erm doesn't work :-).
15316
15317 2006-03-01 [wwp]        2.0.0cvs92
15318
15319         * src/toolbar.c
15320         * src/toolbar.h
15321                 simplify the adding of spam/ham button to the messageview toolbar
15322                 (it gets more clear now that the same button will be "Mark as spam"
15323                 or "Mark as ham" according to the current message status,
15324                 thanks to Colin).
15325
15326 2006-03-01 [wwp]        2.0.0cvs91
15327
15328         * src/messageview.c
15329         * src/procmsg.c
15330         * src/procmsg.h
15331         * src/summaryview.c
15332         * src/plugins/spamassassin/spamassassin.c
15333         * src/plugins/spamassassin/spamassassin.h
15334                 make learner callbacks return a status (0 for ok),
15335                 handle it in main code to avoid setting flags when learning failed,
15336                 don't learn on TCP if offline in spamassassin,
15337                 thanks to Colin.
15338
15339                 
15340
15341 2006-03-01 [wwp]        2.0.0cvs90
15342
15343         * src/compose.c
15344                 some work around the compose window's account menu,
15345                 patch by Fabien Vantard.
15346
15347 2006-03-01 [wwp]        2.0.0cvs89
15348
15349         * src/plugins/spamassassin/spamassassin.c
15350                 fixed bad logics, was using spamc in local mode and sa-learn
15351                 in remote mode (thanks, Colin).
15352
15353 2006-03-01 [wwp]        2.0.0cvs88
15354
15355         * src/plugins/spamassassin/spamassassin.c
15356         * src/plugins/spamassassin/spamassassin.h
15357         * src/plugins/spamassassin/spamassassin_gtk.c
15358                 made processing of emails w/ sa-plugin an option (default is TRUE),
15359                 fixed Engrish some tooltips, capitalization of some debug messages
15360                 and warnings. The spamassassin plugin now provides two separate
15361                 services: process emails upon incorporation and spamd training.
15362                 Both services (un)register independently but use some common
15363                 plugin settings (transport settings, spam storage location).
15364
15365 2006-02-28 [wwp]        2.0.0cvs87
15366
15367         * src/plugins/spamassassin/spamassassin.c
15368                 fix async flag to spamc cmdline execution (batch exec should
15369                 be asynchronous).
15370
15371 2006-02-27 [wwp]        2.0.0cvs86
15372
15373         * src/plugins/spamassassin/spamassassin.c
15374         * src/plugins/spamassassin/spamassassin.h
15375         * src/plugins/spamassassin/spamassassin_gtk.c
15376                 - added the ability to learn a remote spamassassin server (spamd),
15377                 using spamc.
15378                 - added the spamassassin option 'username', that applies to all
15379                 spamassassin operations (filtering, learning, local or remote).
15380                 The default username is the current unix user (if left blank
15381                 from gtk prefs or config file).
15382                 - commented out some unused code (notebook widget), removed unused
15383                 layout (hbox1).
15384                 - make more widgets sensitive to the transport type.
15385
15386 2006-02-27 [colin]      2.0.0cvs85
15387
15388         * src/plugins/spamassassin/spamassassin.c
15389                 Fix sa-learn call when offline
15390
15391 2006-02-27 [colin]      2.0.0cvs84
15392
15393         * configure.ac
15394         * src/Makefile.am
15395         * src/mainwindow.c
15396         * src/mainwindow.h
15397         * src/messageview.c
15398         * src/messageview.h
15399         * src/prefs_toolbar.c
15400         * src/procmsg.c
15401         * src/stock_pixmap.c
15402         * src/stock_pixmap.h
15403         * src/summaryview.c
15404         * src/toolbar.c
15405         * src/toolbar.h
15406         * src/pixmaps/ham_btn.xpm
15407         * src/pixmaps/spam.xpm
15408         * src/pixmaps/spam_btn.xpm
15409         * src/plugins/spamassassin/spamassassin.c
15410                 Add button in toolbar for spam learning
15411                 Fix a few bugs from the last related commit
15412                 Revert 1.9.6cvs23 which messed up shift-selection
15413
15414 2006-02-24 [colin]      2.0.0cvs83
15415
15416         * src/procmsg.c
15417         * src/summaryview.c
15418         * src/summaryview.h
15419         * src/plugins/spamassassin/spamassassin.c
15420         * src/plugins/spamassassin/spamassassin.h
15421         * src/plugins/spamassassin/spamassassin_gtk.c
15422                 Unregister learner when spamassassin is either
15423                 disabled or over tcp
15424
15425 2006-02-24 [colin]      2.0.0cvs82
15426
15427         * src/Makefile.am
15428         * src/mainwindow.c
15429         * src/mainwindow.h
15430         * src/procmsg.c
15431         * src/procmsg.h
15432         * src/stock_pixmap.c
15433         * src/stock_pixmap.h
15434         * src/summaryview.c
15435         * src/summaryview.h
15436         * src/gtk/icon_legend.c
15437         * src/pixmaps/spam.xpm  ** NEW FILE **
15438         * src/plugins/spamassassin/spamassassin.c
15439         * src/plugins/spamassassin/spamassassin_gtk.c
15440                 Add spam learning interface (Mark/Mark as 
15441                 (spam|ham) menus)
15442
15443 2006-02-24 [wwp]        2.0.0cvs81
15444
15445         * src/compose.c
15446         * src/compose.h
15447         * src/filtering.c
15448                 hide compose window when sending message in batch mode
15449                 (filtering: forward and redirect). Also fixed a wrong
15450                 value returned when sending failed, neutral anyway.
15451                 (Colin, me) 
15452
15453 2006-02-24 [wwp]        2.0.0cvs80
15454
15455         * src/mainwindow.c
15456                 use GTK+'s stock quit button. Patch by Fabien Vantard.
15457
15458 2006-02-24 [paul]       2.0.0cvs79
15459
15460         * src/news.c
15461         * src/news.h
15462         * src/news_gtk.c
15463                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
15464                 Thanks to Colin
15465
15466 2006-02-23 [colin]      2.0.0cvs78
15467
15468         * src/alertpanel.c
15469                 Change OK to Close in alertpanel with View log
15470                 button; add accel to View log. Patch by Fabien
15471                 Vantard
15472
15473 2006-02-23 [wwp]        2.0.0cvs77
15474
15475         * src/compose.c
15476                 silly me, there were much more tests to perform, since toolbars can
15477                 really have down to 1 element only.
15478
15479 2006-02-23 [wwp]        2.0.0cvs76
15480
15481         * commitHelper
15482                 fixed indentation from my previous commit. Fallback to VISUAL if
15483                 EDITOR is not set (and to vi, at last resort).
15484
15485 2006-02-23 [wwp]        2.0.0cvs75
15486
15487         * commitHelper
15488                 improved error detection (Colin, me).
15489
15490 2006-02-23 [wwp]        2.0.0cvs74
15491
15492         * src/prefs_toolbar.c
15493                 simplify and fix prefs/toolbars layouting. Combos' contents can
15494                 now be really displayed.
15495
15496 2006-02-23 [wwp]        2.0.0cvs73
15497         simplifies and fix prefs/toolbars layouting. Combos' contents can now
15498         be really displayed.
15499
15500 2006-02-22 [wwp]        2.0.0cvs72
15501
15502         * src/compose.c
15503                 fix a typo in my previous commit (sorry!).
15504
15505 2006-02-22 [wwp]        2.0.0cvs71
15506
15507         * src/prefs_toolbar.c
15508                 fix a crash when adding separators to toolbars,
15509                 also fix some separator item information.
15510
15511 2006-02-22 [wwp]        2.0.0cvs70
15512
15513         * src/compose.c
15514                 fix a crash when redirecting (for instance) when compose window's
15515                 toolbar contents has been customized (when some buttons have been
15516                 removed in fact).
15517
15518 2006-02-21 [wwp]        2.0.0cvs69
15519
15520         * src/summaryview.c
15521         * src/gtk/pluginwindow.c
15522         * src/plugins/pgpcore/prefs_gpg.c
15523                 fix some compilation warnings (feat. remains of removed code).
15524
15525 2006-02-21 [wwp]        2.0.0cvs68
15526
15527         * src/gtk/gtkutils.c
15528                 fix two compilation issues, thanks to Stephan Sachse.
15529
15530 2006-02-20 [colin]      2.0.0cvs67
15531
15532         * src/mainwindow.c
15533                 Don't reselect displayed mail on refocus
15534                 This fixes actions misbehaving 
15535
15536 2006-02-20 [wwp]        2.0.0cvs66
15537
15538         * src/summaryview.c
15539         * src/gtk/gtksctree.c
15540         * src/gtk/gtkshruler.c
15541                 changed more runtime typecast checks.
15542
15543 2006-02-20 [wwp]        2.0.0cvs65
15544
15545         * src/summary_search.c
15546                 find all - summaryview refresh issue fixed, thanks to Colin.
15547
15548 2006-02-20 [wwp]        2.0.0cvs64
15549
15550         * src/gtk/gtkutils.c
15551                 better runtime typecast checks.
15552
15553 2006-02-20 [wwp]        2.0.0cvs63
15554
15555         * src/summary_search.c
15556                 enhancements to the summary search:
15557                         - add the ability to stop the running search
15558                           (upon ESC-key press, new Stop button or when Clear button is pressed)
15559                         - don't search if no criteria (From/To/Subject/Body) is set
15560                         - ensure that a busy mouse pointer is always shown when searching,
15561                           show it even a bit earlier
15562
15563 2006-02-19 [colin]      2.0.0cvs62
15564
15565         * src/compose.c
15566         * src/imap.c
15567         * src/etpan/imap-thread.c
15568         * src/etpan/imap-thread.h
15569                 (Future) IMAP speed improvement on sending
15570                 Will require a libetpan update
15571         * src/summaryview.c
15572         * src/gtk/quicksearch.c
15573                 Make quicksearch clearable while running.
15574
15575 2006-02-17 [colin]      2.0.0cvs61
15576
15577         * src/imap.c
15578         * src/etpan/imap-thread.c
15579         * src/etpan/imap-thread.h
15580                 Check for IMAP certificates
15581                 ** Requires libetpan-0.42-cvs4 
15582                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
15583
15584 2006-02-17 [colin]      2.0.0cvs60
15585
15586         * src/messageview.c
15587         * src/prefs_common.c
15588         * src/prefs_common.h
15589         * src/prefs_message.c
15590                 Add pref to display HTML-only mails with plugin, 
15591                 if possible (defaulting to FALSE of course).
15592
15593 2006-02-16 [colin]      2.0.0cvs59
15594
15595         * src/main.c
15596         * src/common/plugin.c
15597         * src/common/plugin.h
15598         * src/gtk/pluginwindow.c
15599                 Keep track of requested (but unloaded) plugins
15600                 in some error cases.
15601
15602 2006-02-16 [wwp]        2.0.0cvs58
15603
15604         * src/gtk/gtkaspell.c
15605         * src/gtk/gtkaspell.h
15606         * src/prefs_spelling.c
15607         * src/compose.c
15608         * src/prefs_common.c
15609         * src/prefs_common.h
15610                 implemented new optional spellchecker behaviour: re-check message when
15611                 dictionary got changed (from compose-window/context-menu/Change dictionary).
15612
15613 2006-02-16 [wwp]        2.0.0cvs57
15614
15615         * src/quote_fmt_parse.y
15616                 pclose popen'ed pipe.
15617
15618 2006-02-15 [colin]      2.0.0cvs56
15619
15620         * src/mimeview.c
15621         * src/mimeview.h
15622                 Let MimeViewers know which MimeView they
15623                 depend of.
15624         * src/summaryview.c
15625                 Swap From/To columns in Sent/Queue/Drafts
15626                 folders
15627         * src/etpan/imap-thread.c
15628                 Use mailstream_low_tls_open() for STARTTLS
15629                 instead of mailstream_low_ssl_open()
15630                 ** REQUIRES libetpan 0.42cvs3 **
15631
15632 2006-02-15 [wwp]        2.0.0cvs55
15633
15634         * src/compose.c
15635         * src/compose.h
15636         * src/message_search.c
15637         * src/message_search.h
15638         * src/textview.c
15639         * src/gtk/gtkutils.c
15640         * src/gtk/gtkutils.h
15641                 added the ability to Find text in the compose window (and a bit
15642                 of code factorization).
15643
15644 2006-02-15 [wwp]        2.0.0cvs54
15645
15646         * src/prefs_gtk.c
15647                 yet another one file was missing (fix for some widgets' sensitivity).
15648                 Thanks Colin!
15649
15650 2006-02-15 [wwp]        2.0.0cvs53
15651
15652         * src/prefs_gtk.h
15653                 oops forgot that file (fix for some widgets' sensitivity).
15654
15655 2006-02-15 [wwp]        2.0.0cvs52
15656
15657         * src/summary_search.c
15658                 implemented advanced summary search options (added the ability
15659                 to use matcher conditions in an advanced search mode).
15660
15661 2006-02-15 [wwp]        2.0.0cvs51
15662
15663         * src/plugins/pgpcore/prefs_gpg.c
15664         * src/prefs_account.c
15665                 fix some widget sensitivity, mostly around some labels in
15666                 account prefs.
15667
15668 2006-02-15 [paul]       2.0.0cvs50
15669
15670         * manual/advanced.xml
15671                 improve Templates info
15672                 written by wwp
15673
15674 2006-02-14 [colin]      2.0.0cvs49
15675
15676         * src/pixmaps/address_book.xpm
15677         * src/pixmaps/preferences.xpm
15678         * src/pixmaps/properties.xpm
15679                 Fix pixmap size - patch by Fabien Vantard
15680
15681 2006-02-13 [colin]      2.0.0cvs48
15682
15683         * src/procmime.c
15684                 Add missing fclose()s on error
15685         * src/textview.c
15686                 Remove unused code
15687         * src/common/utils.c
15688                 Fix temp files not being deleted on windows
15689         Patches by Thomas Gilgin
15690
15691 2006-02-13 [colin]      2.0.0cvs47
15692
15693         * src/mainwindow.c
15694                 Fix exit crash
15695
15696 2006-02-13 [wwp]        2.0.0cvs46
15697
15698         * src/plugins/pgpcore/prefs_gpg.c
15699                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
15700
15701 2006-02-12 [colin]      2.0.0cvs45
15702
15703         * src/folderview.c
15704         * src/main.c
15705         * src/mainwindow.c
15706                 Fix "stuff" when quitting
15707
15708 2006-02-12 [wwp]        2.0.0cvs44
15709
15710         * src/prefs_themes.c
15711                 fix typos in debug messages.
15712
15713 2006-02-11 [colin]      2.0.0cvs43
15714
15715         * src/summaryview.c
15716                 don't allow drag/drop from ourself
15717
15718 2006-02-10 [wwp]        2.0.0cvs42
15719
15720         * src/exporthtml.c
15721         * src/html.c
15722         * src/html.h
15723         * src/procmime.c
15724         * src/textview.c
15725                 renamed html_ prefixed functions and data structures to avoid
15726                 namespace clashes w/ other software (gtkhtml2 for instance).
15727                 Closes bug #907.
15728
15729
15730 2006-02-09 [colin]      2.0.0cvs41
15731
15732         * src/summaryview.c
15733                 Fix shitty logic messed up. Thanks Ticho for the hint!
15734
15735 2006-02-09 [wwp]        2.0.0cvs40
15736
15737         * src/gtk/about.c
15738         * src/compose.c
15739         * src/prefs_account.c
15740         * src/prefs_gtk.h
15741         * src/editaddress.c
15742                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
15743                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
15744                 Browse buttons in accounts prefs.
15745
15746 2006-02-09 [colin]      2.0.0cvs39
15747
15748         * src/matcher.c
15749                 Check for pointer before using its members
15750         * src/gtk/gtksourceprintjob.c
15751                 Fix a wrong warning
15752
15753 2006-02-09 [wwp]        2.0.0cvs38
15754
15755         * src/gtk/filesel.c
15756                 fix few compiler warnings (type mismatch).
15757
15758 2006-02-09 [paul]       2.0.0cvs37
15759
15760         * po/fr.po
15761                 updated by Fabien Vantard
15762
15763 2006-02-08 [colin]      2.0.0cvs36
15764
15765         * src/prefs_common.c
15766         * src/common/defs.h
15767         * src/common/plugin.c
15768                 allow windows and linux configurations to coexist
15769                 patch by Thomas Gilgin
15770
15771 2006-02-08 [colin]      2.0.0cvs35
15772
15773         * src/filtering.c
15774         * src/matcher.c
15775         * src/matcher.h
15776         * src/matcher_parser_parse.y
15777         * src/prefs_filtering_action.c
15778         * src/prefs_matcher.c
15779                 Add the "Ignore thread" filtering
15780                 action
15781
15782 2006-02-08 [colin]      2.0.0cvs34
15783
15784         * src/compose.c
15785         * src/procmime.c
15786         * src/procmime.h
15787                 Fix bug #905 (damaged attachment)
15788                 text files with raw \0's aren't really text files
15789         FOR_STABLE
15790
15791 2006-02-08 [colin]      2.0.0cvs33
15792
15793         * src/summaryview.c
15794                 Fix crasher introduced yesterday
15795
15796 2006-02-08 [wwp]        2.0.0cvs32
15797
15798         * src/compose.c
15799         * src/compose.h
15800                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
15801
15802 2006-02-08 [wwp]        2.0.0cvs31
15803
15804         * src/prefs_template.c
15805                 templates enhancement: allow address completion for Cc and Bcc fields
15806                 (it was currently possible for the To field only)
15807
15808 2006-02-08 [colin]      2.0.0cvs30
15809
15810         * src/compose.c
15811                 Don't unblock if not blocked
15812         FOR_STABLE
15813
15814 2006-02-07 [colin]      2.0.0cvs29
15815
15816         * src/action.c
15817                 Forgot to refresh summaryview
15818
15819 2006-02-07 [colin]      2.0.0cvs28
15820
15821         * src/action.c
15822                 Freeze/thaw message list and folder list while
15823                 processing %as{} actions 
15824         * src/compose.c
15825                 Fix auto-wrap disabling after a middle-click
15826                 paste - FOR_STABLE
15827
15828 2006-02-07 [paul]       2.0.0cvs27
15829
15830         * src/folder.c
15831                 fix freeing of uninitialised pointers
15832                 Thanks to Colin
15833
15834 2006-02-06 [colin]      2.0.0cvs26
15835
15836         * src/folder.c
15837                 Use g_slist_prepend in potentially big list
15838
15839 2006-02-06 [colin]      2.0.0cvs25
15840
15841         * src/folder.c
15842                 Completely skip processing if it doesn't 
15843                 exist (faster!)
15844
15845 2006-02-06 [colin]      2.0.0cvs24
15846
15847         * src/folder.c
15848         * src/summaryview.c
15849                 Batch filtering in summaryview (from Tools menu)
15850                 and pre/post//-processing too
15851
15852 2006-02-06 [colin]      2.0.0cvs23
15853
15854         * src/procmsg.h
15855         * src/filtering.c
15856                 Use a special field for batch filtering instead
15857                 of stepping on deferred execution's toes
15858
15859 2006-02-06 [colin]      2.0.0cvs22
15860
15861         * src/action.c
15862         * src/filtering.c
15863         * src/filtering.h
15864         * src/folder.c
15865         * src/summaryview.c
15866                 Fix filtering via menus and actions
15867
15868 2006-02-06 [colin]      2.0.0cvs21
15869
15870         * src/imap.c
15871                 Put the added file directly to cache if possible (will work
15872                 with next libetpan)
15873         * src/filtering.c
15874         * src/filtering.h
15875         * src/inc.c
15876         * src/folder.c
15877         * src/mbox.c
15878         * src/procmsg.h
15879                 Move and copy filtered messages by batches instead of one
15880                 by one - faster on IMAP
15881         * src/procmsg.c
15882                 Add a function that'll possibly be useful later
15883
15884 2006-02-06 [colin]      2.0.0cvs20
15885
15886         * src/addressbook.c
15887                 Use internal mime-type instead of text/plain for d'n'd
15888         * src/compose.c
15889                 Allow attaching files from mimeview's icon list via d'n'd
15890         * src/folderview.c
15891         * src/folderview.h
15892                 Use internal mime-type instead of text/plain for d'n'd
15893                 Don't try to selected opened folder if none is
15894                 Factorize d'n'd from other apps code
15895         * src/headerview.c
15896         * src/textview.c
15897         * src/gtk/gtkutils.c
15898         * src/gtk/gtkutils.h
15899                 Factorize Face/X-Face stuff
15900         * src/mimeview.c
15901                 Fix d'n'd to other apps
15902         * src/prefs_message.c
15903                 Let the XFace pref be usable without libcompface as it also
15904                 applies to Face
15905         * src/summaryview.c
15906                 Fix d'n'd to other apps
15907                 Factorize d'n'd from other apps code
15908
15909 2006-02-06 [wwp]        2.0.0cvs19
15910
15911         * po/it.po
15912                 Italian translation fixes by Andrea Spadaccini (no more confusion
15913                 between filtering and processing, and few changes in the About
15914                 dialog).
15915
15916
15917 2006-02-06 [mones]      2.0.0cvs18
15918
15919         * src/gtk/icon_legend.c
15920                 Improved descriptions allowing better translations
15921
15922 2006-02-05 [colin]      2.0.0cvs17
15923
15924         * src/imap.c
15925                 Add the f*cking missing expunge that caused imap_fetch_env
15926                 to fail after an add_msgs ! :-///
15927         * src/etpan/imap-thread.c
15928                 Add a bit of debug
15929         FOR_STABLE
15930
15931 2006-02-05 [colin]      2.0.0cvs16
15932
15933         * src/common/utils.c
15934                 Don't check for return-path (or we can't put
15935                 back non-sent mails)
15936
15937 2006-02-05 [colin]      2.0.0cvs15
15938
15939         * src/textview.c
15940                 Don't try to display Face header in textview
15941                 when teh headerview's active
15942
15943 2006-02-05 [colin]      2.0.0cvs14
15944
15945         * tools/tbird2syl.py
15946         * tools/Makefile.am
15947                 Add script to import Thunderbird mails
15948
15949 2006-02-05 [colin]      2.0.0cvs13
15950
15951         * src/headerview.c
15952         * src/procheader.c
15953         * src/procmsg.c
15954         * src/procmsg.h
15955         * src/textview.c
15956                 Show Face headers - patch partially by Klaus Flittner
15957
15958 2006-02-05 [colin]      2.0.0cvs12
15959
15960         * src/folderview.c
15961         * src/summaryview.c
15962         * src/common/utils.c
15963         * src/common/utils.h
15964                 Let dnd work from mime icons to summaryview
15965                 and to folderview too
15966                 Add a crude test to avoid trying to add files
15967                 drag'n'dropped when they're not mails
15968
15969 2006-02-04 [colin]      2.0.0cvs11
15970
15971         * src/summaryview.c
15972         * src/mimeview.c
15973                 Fix utf8 conversion
15974
15975 2006-02-04 [colin]      2.0.0cvs10
15976
15977         * src/compose.c
15978         * src/folderview.c
15979         * src/mimeview.c
15980         * src/summaryview.c
15981         * src/summaryview.h
15982                 Added various drag and drop capas:
15983                 From                    To
15984                 summaryview             other apps
15985                 mimeview icons          other apps
15986                 other apps              summaryview
15987                 other apps              folderview
15988
15989                 This shouldn't have broken the existing:
15990                 From                    To
15991                 summaryview             folderview
15992                 folderview              folderview
15993                 summaryview             compose's attachments
15994
15995         Tests welcomed.
15996
15997 2006-02-02 [paul]       2.0.0cvs9
15998
15999         * src/mainwindow.c
16000                 move global option 'Set displayed columns...' out
16001                 of folder option grouping.
16002                 fix sensitivity of 'harvest addresses'
16003         FOR_STABLE
16004
16005 2006-02-01 [colin]      2.0.0cvs8
16006
16007         * src/mimeview.c
16008                 Revert the alertpanel patch, it sucks (intrusive
16009                 and gets in the way of "open")
16010
16011 2006-02-01 [colin]      2.0.0cvs7
16012
16013         * src/compose.c
16014         * src/prefs_account.c
16015         * src/prefs_common.c
16016         * src/common/defs.h
16017         * src/common/utils.c
16018         * src/common/utils.h
16019                 Add ability to edit the signature file
16020                 from the account preferences, and use
16021                 a default for the text editor.
16022                 Patch by Fabien Vantard
16023
16024 2006-02-01 [colin]      2.0.0cvs6
16025
16026         * src/mimeview.c
16027                 Try to get mime type by extension if it is
16028                 application/octet-stream
16029                 Display a window with possible choices when
16030                 encountering unknown mime types
16031         * src/gtk/filesel.c
16032         * src/gtk/filesel.h
16033                 Add preview
16034                 Allow multiple selection in filtered filesel
16035                 (patch by Fabien Vantard)
16036         * src/gtk/pluginwindow.c
16037                 Use it (patch by Fabien Vantard)
16038
16039 2006-02-01 [paul]       2.0.0cvs5
16040
16041         * src/jpilot.c
16042                 fix crash on creating jpilot address book
16043                 Thanks to Colin - FOR_STABLE
16044         * src/prefs_summaries.c
16045         * src/prefs_wrapping.c
16046         * src/gtk/icon_legend.c
16047         * src/gtk/quicksearch.c
16048                 string fixes and additions
16049
16050 2006-02-01 [paul]       2.0.0cvs4
16051
16052         * src/compose.c
16053         * src/mainwindow.c
16054         * src/messageview.c
16055         * src/prefs_send.c
16056                 add Arabic encoding option
16057                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
16058
16059 2006-01-31 [colin]      2.0.0cvs3
16060
16061         * src/plugins/pgpcore/passphrase.c
16062                 Convert passphrase to locale encoding
16063         * src/compose.c
16064                 Fix drafting on IMAP. Crappy bug sneaked in
16065                 the release :-/
16066         FOR_STABLE
16067
16068 2006-01-30 [paul]       2.0.0cvs2
16069
16070         * src/gtk/icon_legend.c
16071                 show the new entries
16072
16073 2006-01-30 [colin]      2.0.0cvs1
16074
16075         * src/manual.c
16076                 Check for the file to be present before 
16077                 enabling the menu - FOR_STABLE
16078         * src/gtk/icon_legend.c
16079                 Add folders icons (not all of them, there
16080                 are too much, but the most intriguing ones)
16081
16082 2006-01-30 [paul]       2.0.0
16083
16084         version 2.0.0 released
16085
16086 [For previous entries, see ChangeLog.pre2.0.0]