2007-10-06 [colin] 3.0.2cvs19
[claws.git] / ChangeLog
1 2007-10-06 [colin]      3.0.2cvs19
2
3         * src/prefs_toolbar.c
4         * src/toolbar.c
5                 Make toolbar prefs look much better
6                 Patch by Pawel Pekala
7
8 2007-10-06 [paul]       3.0.2cvs18
9
10         * src/account.c
11         * src/prefs_filtering.c
12                 fix checkbuttons in gtktreeview on maemo by
13                 setting maemo's "allow-checkbox-mode" to FALSE
14
15 2007-10-06 [colin]      3.0.2cvs17
16
17         * configure.ac
18                 Export -DSOLARIS in CFLAGS for all
19                 Solaris (not just 2.8) and OpenSolaris
20
21 2007-10-06 [paul]       3.0.2cvs16
22
23         * AUTHORS
24         * src/exporthtml.c
25         * src/mbox.c
26         * src/gtk/authors.h
27                 fix build on solaris where ctime_r takes
28                 3 arguments rather than 2.
29                 Patch by Nicolas Doualot <slubman.lists@slubman.info>
30
31 2007-10-05 [colin]      3.0.2cvs15
32
33         * src/etpan/imap-thread.c
34                 Fix wrong error codepath
35
36 2007-10-05 [wwp]        3.0.2cvs14
37
38         * src/filtering.c
39                 Fix unexpected logging of quicksearches:
40                 debug_filtering_session flag was never reset to FALSE, causing
41                 matcher functions to log when called from a quicksearch
42                 (if a filtering session happened before).
43
44 2007-10-05 [paul]       3.0.2cvs13
45
46         * src/prefs_actions.c
47         * src/prefs_filtering.c
48         * src/prefs_template.c
49                 fix bug 1343, 'Filtering..'s close button
50                 silently discards new filter'
51                 Thanks to Colin
52
53 2007-10-05 [paul]       3.0.2cvs12
54
55         * configure.ac
56         * src/Makefile.am
57                 fix bug 1347, '-Wno-unused-function, optional'
58
59 2007-10-05 [colin]      3.0.2cvs11
60
61         * src/procmime.c
62         * src/common/mgutils.c
63                 Fix warnings
64
65 2007-10-05 [mones]      3.0.2cvs10
66
67         * manual/advanced.xml
68                 Use full menu name
69         * manual/es/advanced.xml
70                 Synchronise translation
71
72 2007-10-04 [colin]      3.0.2cvs9
73
74         * src/action.c
75         * src/addrbook.c
76         * src/addrindex.c
77         * src/compose.c
78         * src/exporthtml.c
79         * src/exportldif.c
80         * src/folder.c
81         * src/main.c
82         * src/matcher.c
83         * src/mbox.c
84         * src/messageview.c
85         * src/mh.c
86         * src/news.c
87         * src/partial_download.c
88         * src/pop.c
89         * src/procmime.c
90         * src/procmsg.c
91         * src/toolbar.c
92         * src/common/log.c
93         * src/common/mgutils.c
94         * src/common/plugin.c
95         * src/common/utils.c
96         * src/common/xml.c
97         * src/common/xml.h
98         * src/common/xmlprops.c
99         * src/common/xmlprops.h
100         * src/plugins/bogofilter/bogofilter.c
101         * src/plugins/clamav/clamav_plugin.c
102         * src/plugins/dillo_viewer/dillo_prefs.c
103         * src/plugins/pgpcore/prefs_gpg.c
104         * src/plugins/pgpinline/pgpinline.c
105         * src/plugins/pgpmime/pgpmime.c
106         * src/plugins/spamassassin/spamassassin.c
107         * src/plugins/trayicon/trayicon_prefs.c
108                 Verify success on writes. Will fix possible strange
109                 failure on disk full.
110
111 2007-10-04 [paul]       3.0.2cvs8
112
113         * manual/advanced.xml
114                 add further info about Actions
115                 Patch by Emmanuel Briot <briot@adacore.com>
116
117 2007-10-04 [paul]       3.0.2cvs7
118
119         * src/account.c
120                 remove the D column, instead indicate the
121                 default account by use of bold text
122
123 2007-10-03 [colin]      3.0.2cvs6
124
125         * src/common/template.c
126                 Fix templates writing (was prone to disk full problems)
127
128 2007-10-03 [colin]      3.0.2cvs5
129
130         * src/Makefile.am
131         * src/addrduplicates.c
132         * src/addrduplicates.h
133         * src/addressbook.c
134                 Add duplicate deletion. Patch by Holger
135
136 2007-10-03 [colin]      3.0.2cvs4
137
138         * src/matcher.c
139         * src/gtk/quicksearch.c
140                 Fix bug 1340, 'Case insensitive searches with 
141                 non-ascii alphabets fail'.
142
143 2007-10-03 [colin]      3.0.2cvs3
144
145         * src/main.c
146         * src/common/utils.c
147         * src/common/utils.h
148                 Implement run-time alternative config directories
149
150 2007-10-03 [colin]      3.0.2cvs2
151
152         * src/folderview.c
153                 Prevent opening folder item while folder
154                 is scanned in a better way
155
156 2007-10-02 [paul]       3.0.2cvs1
157
158         * NEWS
159         * README
160         * RELEASE_NOTES
161         * configure.ac
162                 bump up version number following stable release
163
164 2007-09-30 [colin]      3.0.1cvs49
165
166         * src/imap.c
167                 Refresh session if needed
168
169 2007-09-30 [colin]      3.0.1cvs48
170
171         * src/imap.c
172                 Reset folder's session to NULL
173                 before destroying it
174
175 2007-09-30 [mones]      3.0.1cvs47
176
177         * manual/handling.xml
178                 Use markup quotes instead hardcoded quotes
179         * manual/es/handling.xml
180                 Added new synced section (IMAP subscriptions)
181
182 2007-09-29 [colin]      3.0.1cvs46
183
184         * src/imap.c
185                 Notice disconnections faster
186
187 2007-09-28 [colin]      3.0.1cvs45
188
189         * src/addressbook.c
190         * src/addrindex.c
191                 Fix warnings
192
193 2007-09-28 [paul]       3.0.1cvs44
194
195         * src/mimeview.c
196                 fix maemo build
197
198 2007-09-28 [paul]       3.0.1cvs43
199
200         * src/account.c
201                 use gtk_widget_set_size_request() on the label
202                 so that wrapping works better. get rid of the
203                 (partially deprecated) hbutton_box.
204                 these changes should prevent buttons overlapping
205                 on maemo
206
207 2007-09-28 [colin]      3.0.1cvs42
208
209         * src/pop.c
210                 Fix typo :)
211
212 2007-09-28 [colin]      3.0.1cvs41
213
214         * src/compose.c
215         * src/msgcache.c
216         * src/pop.c
217         * src/procmime.c
218         * src/etpan/imap-thread.c
219                 64bits-related warning fixes
220
221 2007-09-28 [colin]      3.0.1cvs40
222
223         * src/folder_item_prefs.c
224         * src/ldaputil.c
225         * src/mainwindow.c
226         * src/mimeview.c
227         * src/common/tags.c
228                 Fix warnings
229
230 2007-09-28 [colin]      3.0.1cvs39
231
232         * src/plugins/spamassassin/spamassassin.c
233         * src/plugins/spamassassin/spamassassin.h
234         * src/plugins/spamassassin/spamassassin_gtk.c
235                 Add addressbook-based whitelisting
236
237 2007-09-28 [colin]      3.0.1cvs38
238
239         * src/folder.c
240                 Fix bug 1337, 'crash on pressing Send button'
241
242 2007-09-28 [paul]       3.0.1cvs37
243
244         * src/prefs_folder_item.c
245                 give the orphans a parent. makes all prefs
246                 pages visible on maemo
247
248 2007-09-28 [colin]      3.0.1cvs36
249
250         * src/prefs_folder_column.c
251         * src/prefs_summary_column.c
252                 Fix two leaks
253
254 2007-09-27 [colin]      3.0.1cvs35
255
256         * src/gtk/quicksearch.c
257                 Fix bug 1336, 'Segfault if empty space before search-string'
258
259 2007-09-26 [mones]      3.0.1cvs34
260
261         * manual/account.xml
262         * manual/plugins.xml
263                 Fixed irc channel name, added some docbook markup.
264                 Changed text markup to docbook markup. 
265                 Added spamcop as supported in SpamReport description.
266         * manual/fr/plugins.xml
267                 Fixed irc channel name.
268         * manual/es/account.xml
269         * manual/es/advanced.xml
270         * manual/es/claws-mail-manual.xml
271         * manual/es/glossary.xml
272         * manual/es/gpl.xml
273         * manual/es/keyboard.xml
274         * manual/es/plugins.xml
275                 Synced with English version, fixed a couple of typos.
276
277 2007-09-26 [colin]      3.0.1cvs33
278
279         * configure.ac
280                 Explain why "Libgnomeprint: no" on GTK+ 2.10
281
282 2007-09-26 [colin]      3.0.1cvs32
283
284         * src/messageview.c
285         * src/procmsg.c
286         * src/procmsg.h
287                 Optimisation: avoid fetching mail 3 times locally
288                 for displaying
289
290 2007-09-26 [colin]      3.0.1cvs31
291
292         * src/mh.c
293                 Fix missing static
294
295 2007-09-26 [colin]      3.0.1cvs30
296
297         * src/folder.c
298         * src/folder.h
299         * src/mh.c
300         * src/mh.h
301                 Fix MH mtime hack - make it a folder class function
302
303 2007-09-26 [colin]      3.0.1cvs29
304
305         * src/inc.c
306                 Fix bug 1334, 'user defined mail incorporation 
307                 script not run'
308
309 2007-09-25 [colin]      3.0.1cvs28
310
311         * src/codeconv.c
312                 Optimisation: shortcut conv_codeset_strdup
313                 when src_code and dest_code are the same
314         * src/common/xml.c
315         * src/common/xml.h
316                 Optimisation: shortcut code conversions when
317                 files are in UTF-8; faster list walking by
318                 using prepend/reverse.
319
320 2007-09-25 [holger]     3.0.1cvs27
321
322         * src/printing.c
323                 Replace button bar of the preview window
324                 with a real toolbar (patch by Colin)
325                 Add zooming to the preview window
326
327 2007-09-24 [paul]       3.0.1cvs26
328
329         * src/compose.c
330                 compact the character set menu, adding some
331                 missing encodings. Patch by Pawel Pekala
332
333 2007-09-23 [paul]       3.0.1cvs25
334
335         * src/prefs_account.c
336         * src/prefs_folder_item.c
337         * src/prefs_quote.c
338         * src/quote_fmt.c
339         * src/quote_fmt.h
340                 remove unnecessary frame from Templates options
341                 and improve the English of the check button label
342
343 2007-09-22 [colin]      3.0.1cvs24
344
345         * src/gtk/quicksearch.c
346                 Fix bug 1329, 'error in quicksearch.c'
347                 Fix return with value in function returning void
348
349 2007-09-22 [colin]      3.0.1cvs23
350
351         * src/imap.c
352         * src/procmsg.h
353         * src/common/utils.c
354         * src/common/utils.h
355         * src/etpan/imap-thread.c
356                 Optimise fetching IMAP cached emails *a lot*
357                 (remember whether mail is fully cached and \r's
358                  are already stripped)
359
360 2007-09-22 [colin]      3.0.1cvs22
361
362         * src/folder.c
363         * src/folder.h
364         * src/prefs_folder_item.c
365                 Add a button to allow users to drop local caches.
366
367 2007-09-21 [colin]      3.0.1cvs21
368
369         * src/summaryview.c
370                 Remove unnecessary error when cancelling export to mbox.
371                 Patch by Pawel
372
373 2007-09-21 [paul]       3.0.1cvs20
374
375         * src/gtk/prefswindow.c
376                 remove unnecessary frames from the prefs
377                 pages. Patch by Pawel Pekala
378
379 2007-09-21 [paul]       3.0.1cvs19
380
381         * src/prefs_account.c
382         * src/prefs_folder_item.c
383         * src/prefs_quote.c
384         * src/quote_fmt.c
385                 put the Templates options into a tabbed
386                 layout. Patch by Pawel Pekala
387
388 2007-09-21 [paul]       3.0.1cvs18
389
390         * src/mainwindow.c
391                 group together the character set menu items
392                 move the /View/Show or hide/Message view below
393                 .../Toolbar menu item
394                 Patch by Pawel Pekala
395
396 2007-09-21 [mones]      3.0.1cvs17
397
398         * src/compose.c
399                 Fix for bug 1327, 'segfault when replying to a non-existent
400                 news message', thanks to Colin.
401
402 2007-09-21 [colin]      3.0.1cvs16
403
404         * src/folderview.c
405                 Complete 3.0.1cvs15
406
407 2007-09-20 [colin]      3.0.1cvs15
408
409         * src/folderview.c
410         * src/folderview.h
411                 Maybe fix bug 1324, 'Corrupted IMAP cache'
412
413 2007-09-20 [colin]      3.0.1cvs14
414
415         * src/printing.c
416                 Fix a little leak
417
418 2007-09-20 [holger]     3.0.1cvs13
419
420         * src/printing.c
421                 Add page layout to print preview.
422                 Make the close-button in the toolbar
423                 right-aligned.
424
425 2007-09-20 [paul]       3.0.1cvs12
426
427         * po/ru.po
428                 updated by Pavlo Bohmat
429
430 2007-09-19 [colin]      3.0.1cvs11
431
432         * src/common/utils.c
433                 Prevent unquoted mime boundaries, by always
434                 using a /
435
436 2007-09-19 [colin]      3.0.1cvs10
437
438         * src/printing.c
439                 Fix drawing area size, fix DPI change that
440                 can cause total number of lines to decrease
441
442 2007-09-19 [colin]      3.0.1cvs9
443
444         * po/POTFILES.in
445         * src/printing.c
446                 Make print preview more efficient and nicer.
447                 Patch mostly by Holger Berndt <hb@claws-mail.org>
448
449 2007-09-19 [colin]      3.0.1cvs8
450
451         * src/prefs_common.c
452         * src/prefs_common.h
453         * src/printing.c
454                 Add scrolledwindow, default allocation and
455                 size saving to the print preview window.
456
457 2007-09-18 [colin]      3.0.1cvs7
458
459         * src/prefs_common.c
460         * src/prefs_common.h
461         * src/prefs_image_viewer.c
462         * src/printing.c
463                 GtkPrintOperation:
464                 - add image printing support
465                 - add option to print images
466                 - add preview widget
467                 - add saving of a few Page Setup parameters
468
469 2007-09-18 [colin]      3.0.1cvs6
470
471         * AUTHORS
472         * src/gtk/authors.h
473                 Add Guillaume Chazarain
474
475 2007-09-18 [colin]      3.0.1cvs5
476
477         * src/common/utils.c
478                 Fix bug 1321, 'access before allocation 
479                 when scanning for uris'. Patch by 
480                 Guillaume Chazarain <guichaz@yahoo.fr>
481
482 2007-09-18 [colin]      3.0.1cvs4
483
484         * src/toolbar.c
485                 Fix bug 1320, 'Memory leak caused by 
486                 gtk_container_get_children'. Patch by
487                 Guillaume Chazarain <guichaz@yahoo.fr>
488
489 2007-09-18 [colin]      3.0.1cvs3
490
491         * src/printing.c
492         * src/printing.h
493                 Fix HAVE_GNOMEPRINT (USE_GNOMEPRINT)
494
495 2007-09-18 [colin]      3.0.1cvs2
496
497         * src/Makefile.am
498         * src/mainwindow.c
499         * src/messageview.c
500         * src/messageview.h
501         * src/prefs_ext_prog.c
502         * src/prefs_fonts.c
503         * src/printing.c
504         * src/printing.h
505         * src/summaryview.c
506                 Use GtkPrintOperation by default on GTK+ >= 2.10
507                 Patch by Holger Berndt <hb@claws-mail.org>
508
509 2007-09-18 [paul]       3.0.1cvs1
510
511         * NEWS
512         * README
513         * RELEASE_NOTES
514         * configure.ac
515                 bump up version number following stable release
516
517 2007-09-16 [colin]      3.0.0cvs18
518
519         * src/folder.c
520                 Fix possible memleak
521
522 2007-09-16 [colin]      3.0.0cvs17
523
524         * src/folderview.c
525                 Fix bug 1311, 'Wrong arrow position 
526                 while moving message into folder when 
527                 column headers hidden'
528         * src/image_viewer.c
529                 Show error in the GUI if image can't
530                 be loaded
531         * src/matcher.c
532                 Fix spurious output
533         * src/messageview.c
534                 Allow setting domain in msgid
535         * src/common/plugin.c
536                 Add timing information
537
538 2007-09-16 [colin]      3.0.0cvs16
539
540         * src/account.c
541         * src/compose.c
542         * src/prefs_account.c
543         * src/prefs_account.h
544         * src/prefs_template.c
545         * src/common/utils.c
546                 Remove Generate Message-ID option. We need
547                 this on some IMAP servers.
548
549 2007-09-16 [colin]      3.0.0cvs15
550
551         * src/prefs_filtering.c
552         * src/prefs_filtering.h
553         * src/prefs_filtering_action.c
554         * src/common/tags.c
555                 Fix tags issues: tags with spaces, renaming
556                 tags.
557
558 2007-09-16 [colin]      3.0.0cvs14
559
560         * src/folderview.c
561         * src/main.c
562         * src/mainwindow.c
563                 Fix bug 1308, 'Claws deletes folderlist.xml after
564                 fetching mail short after start-up'
565
566 2007-09-16 [colin]      3.0.0cvs13
567
568         * src/compose.c
569                 Fix scrolling to cursor
570
571 2007-09-16 [paul]       3.0.0cvs12
572
573         * po/sr.po
574                 updated by Aleksandar Urosevic
575
576 2007-09-16 [paul]       3.0.0cvs11
577
578         * src/folder.c
579                 do not allow locked msgs to be deleted,
580                 even by filtering/processing
581
582 2007-09-07 [paul]       3.0.0cvs10
583
584         * src/prefs_folder_column.c
585         * src/prefs_summary_column.c
586                 implement button sensitivity
587                 patch by Pawel Pekala
588
589 2007-09-06 [wwp]        3.0.0cvs9
590
591         * src/prefs_gtk.c
592                 Add a missing linefeed to a debug message.
593
594 2007-09-05 [colin]      3.0.0cvs8
595
596         * src/inc.c
597                 Fix statusbar/window mismatch on Maemo
598
599 2007-09-05 [colin]      3.0.0cvs7
600
601         * src/ldaputil.c
602                 Fix build without USE_LDAP_TLS
603
604 2007-09-05 [colin]      3.0.0cvs6
605
606         * src/folder.c
607         * src/imap.c
608         * src/inc.c
609         * src/mbox.c
610         * src/send_message.c
611         * src/statusbar.c
612         * src/statusbar.h
613                 Maemo: distinguish various statusbar messages,
614                 in order to display only the most important.
615
616 2007-09-04 [wwp]        3.0.0cvs5
617
618         * src/account.c
619                 Accounts list: fix "Local" protocol not shown when USE_OPENSSL is set.
620                 Show protocol "SMTP" and the appropriate server for send-only
621                 accounts, show "-" instead of "" when no value is relevant.
622
623 2007-09-03 [ticho]      3.0.0cvs4
624
625         * src/summaryview.c
626                 Handle plural form better in delete confirmation dialog.
627
628 2007-09-03 [wwp]        3.0.0cvs3
629
630         * src/compose.c
631                 Warn differently when sending or sending later (queueing).
632
633 2007-09-03 [colin]      3.0.0cvs2
634
635         * src/procmime.c
636         * src/procmime.h
637         * src/common/plugin.c
638         * src/common/plugin.h
639                 Add a new plugin API, MimeParser. It allows
640                 plugins to scan email MIME parts and optionally,
641                 transform them.
642
643 2007-09-03 [mones]      3.0.0cvs1
644
645         * po/es.po
646                 Updated translation
647         * src/common/defs.h
648                 While a better solution is made double history sizes
649
650 2007-09-03 [paul]       3.0.0
651
652         * NEWS
653         * README
654         * RELEASE_NOTES
655                 3.0.0 released
656
657 2007-09-03 [paul]       2.10.0cvs191
658
659         * po/bg.po
660         * po/ca.po
661         * po/de.po
662         * po/fi.po
663         * po/fr.po
664         * po/hu.po
665         * po/it.po
666         * po/pl.po
667         * po/pt_BR.po
668         * po/ru.po
669         * po/sk.po
670         * po/zh_CN.po
671                 updated by Yasen Pramatarov, Miquel Oliete, Stephan
672                 Sachse, Flammie Pirinen, Fabien Vantard, Pader Rezso,
673                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves
674                 Guimaraes, Pavlo Bohmat, Andrej Kacian, and Ralph Young
675
676 2007-09-02 [colin]      2.10.0cvs190
677
678         * src/edittags.c
679         * src/common/tags.c
680                 Prevent empty or white-space tags
681
682 2007-09-01 [colin]      2.10.0cvs189
683
684         * src/main.c
685                 Fix double-reading of accounts list when
686                 the wizard has been run due to no accounts
687         * src/mainwindow.c
688                 Fix sensitivity of a menu item in case 
689                 there's no account
690
691 2007-09-01 [wwp]        2.10.0cvs188
692
693         * src/wizard.c
694                 Fix wizard crash when Mailbox dir already exists
695                 (thanks to Colin).
696
697 2007-08-31 [colin]      2.10.0cvs187
698
699         * src/etpan/imap-thread.c
700                 Fix unwanted creation of 
701                 libetpan's stream dump file
702         * src/compose.c
703                 Fix coloring of pastes as quotation
704         * src/summaryview.c
705                 Maemo: Fix opening of mails from keypad
706                 in Sent folders
707         * src/addressbook.c
708         * src/folderview.c
709         * src/image_viewer.c
710         * src/mimeview.c
711         * src/gtk/prefswindow.c
712                 Maemo: Fix adjustments changes 
713
714 2007-08-30 [colin]      2.10.0cvs186
715
716         * src/folderview.c
717                 Don't opened selected folder when clicking
718                 on white space
719         * src/mainwindow.c
720                 Maemo: Make Esc close messageviews
721         * src/messageview.c
722                 Maemo: Fix message scrolling to the end on 
723                 opening
724                 Maemo: Fix reopening same message
725         * src/gtk/prefswindow.c
726                 Maemo: try to fix scrollbar. Doesn't work,
727                 it seems as if gtk_adjustment_set_value was
728                 a noop.
729
730 2007-08-30 [colin]      2.10.0cvs185
731
732         * src/compose.c
733         * src/folderview.c
734         * src/main.c
735         * src/prefs_matcher.c
736         * src/prefs_template.c
737         * src/quote_fmt.c
738         * src/send_message.c
739         * src/toolbar.c
740         * src/gtk/gtkaspell.c
741         * src/plugins/bogofilter/bogofilter.c
742         * src/plugins/bogofilter/bogofilter_gtk.c
743         * src/plugins/clamav/clamav_plugin_gtk.c
744         * src/plugins/pgpcore/sgpgme.c
745         * src/plugins/spamassassin/spamassassin.c
746         * src/plugins/spamassassin/spamassassin_gtk.c
747                 Fix all potential misuses of format-string functions
748
749 2007-08-30 [wwp]        2.10.0cvs184
750
751         * src/prefs_template.c
752                 Fix a leak.
753
754 2007-08-29 [colin]      2.10.0cvs183
755
756         * src/plugins/trayicon/trayicon.c
757                 Fix leak of hooks in case of error,
758                 thanks to Holger Berndt
759
760 2007-08-28 [colin]      2.10.0cvs182
761
762         * src/mainwindow.c
763                 Don't use current folder settings when
764                 composing from the compose button's
765                 account selector
766
767 2007-08-28 [colin]      2.10.0cvs181
768
769         * src/quote_fmt_parse.y
770                 Fix cursor offset when quote contains UTF-8
771                 chars
772
773 2007-08-28 [colin]      2.10.0cvs180
774
775         * src/compose.c
776         * src/compose.h
777                 Fix signature replacement when it's been wrapped
778
779 2007-08-27 [colin]      2.10.0cvs179
780
781         * src/summaryview.c
782                 Fix indentation
783
784 2007-08-27 [colin]      2.10.0cvs178
785
786         * src/summaryview.c
787                 Fix Quicksearch's Sticky mode
788
789 2007-08-27 [colin]      2.10.0cvs177
790
791         * src/folder_item_prefs.c
792         * src/folder_item_prefs.h
793         * src/imap_gtk.c
794         * src/mh_gtk.c
795                 Fix loss of subfolders properties when
796                 renaming a folder
797
798 2007-08-26 [wwp]        2.10.0cvs176
799
800         * src/alertpanel.c
801         * src/messageview.c
802         * src/prefs_actions.c
803                 Revert parts of 2.10.0cvs174: g_markup_printf_escaped()
804                 will have to be used when necessary *before* calling
805                 alertpanel functions.
806
807 2007-08-25 [paul]       2.10.0cvs175
808
809         * src/prefs_actions.c
810                 workaround gettext problem marking
811                 string as c-format when it's not
812
813 2007-08-25 [wwp]        2.10.0cvs174
814
815         * src/alertpanel.c
816         * src/messageview.c
817         * src/prefs_actions.c
818                 Call the pango markup escape function right ince in alertpanel_create
819                 instead of everywhere (reverts some parts of 2.10.0cvs123 and
820                 2.10.0cvs158).
821
822         * src/common/log.c
823                 Fix a crash due to a misuse of g_print(), encountered when the string
824                 passed to g_print was containing printf substitution symbols.
825
826 2007-08-25 [paul]       2.10.0cvs173
827
828         * src/common/log.c
829                 fix a segfault when refreshing RSSyl feeds
830
831 2007-08-25 [paul]       2.10.0cvs172
832
833         * src/gtk/icon_legend.c
834                 add watchthread.xpm
835
836 2007-08-25 [paul]       2.10.0cvs171
837
838         * src/Makefile.am
839         * src/stock_pixmap.c
840         * src/pixmaps/insert_file.xpm
841                 add a new pixmap instead of re-using
842                 paste.xpm. (easier for icon theme authors)
843
844 2007-08-24 [holger]     2.10.0cvs170
845
846         * src/plugins/trayicon/trayicon.c
847                 The same fix for another hook id.
848
849 2007-08-24 [holger]     2.10.0cvs169
850
851         * src/plugins/trayicon/trayicon.c
852                 Micro-fix: Do the error checking for
853                 the right hook id.
854
855 2007-08-24 [paul]       2.10.0cvs168
856
857         * src/folder.h
858                 fix typo causing compiler warning
859
860 2007-08-24 [paul]       2.10.0cvs167
861
862         * README
863                 put back the correct version of this file also
864
865 2007-08-24 [colin]      2.10.0cvs166
866
867         * src/send_message.c
868                 Use progress bar when sending messages
869
870 2007-08-24 [paul]       2.10.0cvs165
871
872         * Makefile.am
873                 oops! if i'm quick no-one will notice
874                 (put back the proper file)
875
876 2007-08-24 [paul]       2.10.0cvs164
877
878         * AUTHORS
879         * Makefile.am
880         * README
881         * src/gtk/authors.h
882         * tools/Makefile.am
883         * tools/README
884         * tools/mew2claws-mail.pl
885                 add new script that imports a Mew address book
886                 submitted by Jerome Lelong
887
888 2007-08-24 [paul]       2.10.0cvs163
889
890         * manual/plugins.xml
891                 remove the obsolete plugins, add the
892                 missing plugins, including the forthcoming
893                 SpamReport plugin
894
895 2007-08-24 [paul]       2.10.0cvs162
896
897         * manual/advanced.xml
898                 add info about the hidden emphasis_color option
899         * manual/keyboard.xml
900                 correct the info about hotkeys
901                 wrap the long lines
902
903 2007-08-24 [paul]       2.10.0cvs161
904
905         * src/folderview.c
906                 add mnemonic to 'Run procesing rules'
907
908 2007-08-24 [paul]       2.10.0cvs160
909
910         * src/account.c
911         * src/folder.c
912         * src/folder.h
913                 use suitable defaults for outbox,
914                 queue, drafts and trash folders
915
916 2007-08-24 [wwp]        2.10.0cvs159
917
918         * src/folderview.c
919                 Update menu item sensitivity if necessary (or we get a
920                 gtk critical message).
921
922 2007-08-23 [wwp]        2.10.0cvs158
923
924         * src/action.c
925         * src/prefs_actions.c
926                 Allow literal % chars in action commands (use %%).
927                 Add a missing p++ to the action parser in action_get_type(),
928                 which was missing it, even if it was neutral.
929                 Fix a pango markup warning at runtime.
930
931 2007-08-23 [wwp]        2.10.0cvs157
932
933         * src/addressbook.c
934                 Contacts are now locale-aware sorted in the address book
935                 (LC_COLLATE matters here).
936                 Fix missing table initializers.
937
938 2007-08-23 [colin]      2.10.0cvs156
939
940         * src/imap.c
941                 Check scan_required on dest folder when copying
942
943 2007-08-23 [colin]      2.10.0cvs155
944
945         * src/imap.c
946                 Fix scanning when folder was empty
947
948 2007-08-22 [colin]      2.10.0cvs154
949
950         * src/msgcache.c
951                 Don't g_warning when g_try_malloc fails(), or it makes
952                 things worse as g_log() allocates. Fixes bug 1290,
953                 'Claws Mail crashes if too little memory when 
954                 rebuilding folder tree'
955
956 2007-08-22 [colin]      2.10.0cvs153
957
958         * src/inc.c
959                 Fix format string vulnerability, thanks to
960                 Ulf Harnhammar, Secunia Research
961
962 2007-08-22 [colin]      2.10.0cvs152
963
964         * src/ldapserver.c
965                 Set tv_usec too
966
967 2007-08-22 [wwp]        2.10.0cvs151
968
969         * src/ldapquery.c
970                 Few better null-ptr checks.
971
972 2007-08-22 [colin]      2.10.0cvs150
973
974         * src/editldap.c
975         * src/editldap_basedn.c
976         * src/ldapquery.c
977         * src/ldapserver.c
978         * src/ldapserver.h
979         * src/ldapupdate.c
980         * src/ldaputil.c
981         * src/ldaputil.h
982                 Fix ldap timeouts
983
984 2007-08-22 [colin]      2.10.0cvs149
985
986         * src/ldapquery.c
987                 Finish previous fix
988
989 2007-08-22 [colin]      2.10.0cvs148
990
991         * src/ldapquery.c
992                 Fix wrong assertions
993
994 2007-08-22 [colin]      2.10.0cvs147
995
996         * src/ldaputil.c
997                 Fix test (set ldap v3 if bindDN is set or TLS is set)
998
999 2007-08-22 [colin]      2.10.0cvs146
1000
1001         * src/editldap.c
1002         * src/ldaputil.c
1003                 Fix wrong "Connected successfully to server". Connection only succeeds if
1004                 we can get the base DN.
1005
1006 2007-08-21 [wwp]        2.10.0cvs145
1007
1008         * src/browseldap.c
1009         * src/editldap.c
1010         * src/ldapctrl.c
1011         * src/ldapquery.c
1012         * src/ldapserver.c
1013         * src/ldapupdate.c
1014         * src/ldaputil.c
1015                 More sanity checks in ldap functions.
1016
1017 2007-08-21 [wwp]        2.10.0cvs144
1018
1019         * src/prefs_account.c
1020                 Don't return a value in a void function().
1021
1022 2007-08-21 [paul]       2.10.0cvs143
1023
1024         * src/messageview.c
1025                 add check for ftp: to messageview_list_urls()
1026
1027 2007-08-21 [colin]      2.10.0cvs142
1028
1029         * src/editldap.c
1030         * src/ldapctrl.c
1031         * src/ldapctrl.h
1032         * src/ldapquery.c
1033         * src/ldapupdate.c
1034                 Fix bug 1293, 'LDAP address book not working'
1035                 Search only on specified fields, but fetch 
1036                 every field possible. People will have to 
1037                 reset the searched Attributes in their LDAP
1038                 servers properties.
1039
1040 2007-08-21 [wwp]        2.10.0cvs141
1041
1042         * src/addr_compl.c
1043         * src/addrbook.c
1044         * src/addrcache.c
1045         * src/addrcindex.c
1046         * src/addressbook.c
1047         * src/addrindex.c
1048         * src/browseldap.c
1049         * src/crash.c
1050         * src/editaddress_other_attributes_ldap.c
1051         * src/exporthtml.c
1052         * src/folder.c
1053         * src/folderview.c
1054         * src/imap.c
1055         * src/jpilot.c
1056         * src/ldapserver.c
1057         * src/ldapupdate.c
1058         * src/ldif.c
1059         * src/main.c
1060         * src/mainwindow.c
1061         * src/matcher.c
1062         * src/mh.c
1063         * src/msgcache.c
1064         * src/mutt.c
1065         * src/pine.c
1066         * src/pop.c
1067         * src/prefs_customheader.c
1068         * src/prefs_msg_colors.c
1069         * src/procmime.c
1070         * src/textview.c
1071         * src/vcard.c
1072         * src/wizard.c
1073         * src/common/log.c
1074         * src/common/socket.c
1075         * src/common/ssl_certificate.c
1076         * src/common/utils.c
1077         * src/common/utils.h
1078         * src/gtk/description_window.c
1079         * src/plugins/demo/demo.c
1080         * src/plugins/pgpcore/prefs_gpg.c
1081         * src/plugins/spamassassin/libspamc.c
1082                 Make sure we use glib functions to send text messages (information,
1083                 debug, warning, errors) to stdout/stderr - no more direct puts
1084                 fputs printf fprintf to stdout/stderr when it can be done using
1085                 g_log*() and g_print/g_printerr. Doing this, we make sure every
1086                 stdout/stderr message is saved to log in Windows.
1087
1088
1089 2007-08-21 [wwp]        2.10.0cvs140
1090
1091         * src/main.c
1092         * src/common/utils.h
1093                 Route glib's stdout/stderr messages to a log file (Windows only),
1094                 instead of loosing them.
1095
1096 2007-08-21 [paul]       2.10.0cvs139
1097
1098         * src/mainwindow.c
1099                 replace deprecated g_strncasecmp()
1100         * src/messageview.c
1101                 fix 'List URLS'
1102
1103 2007-08-20 [ticho]      2.10.0cvs138
1104
1105         * src/account.c
1106         * src/prefs_account.h
1107                 Copy all account preferences in account_clone() - some
1108                 were missing.
1109         * src/prefs_account.c
1110                 Handle empty privacy system combobox gracefully (warning
1111                 instead of a crash).
1112
1113 2007-08-20 [colin]      2.10.0cvs137
1114
1115         * src/ldapctrl.c
1116                 Fix a leak
1117
1118 2007-08-20 [paul]       2.10.0cvs136
1119
1120         * src/browseldap.c
1121         * src/editldap.c
1122         * src/ldapctrl.c
1123         * src/ldapquery.c
1124         * src/ldapquery.h
1125         * src/ldapserver.c
1126         * src/ldaputil.c
1127                 add debug_prints
1128                 patch by Michael Rasmussen
1129
1130 2007-08-19 [colin]      2.10.0cvs135
1131
1132         * src/imap.c
1133                 Fix previous commit. Sensitivity update is needed
1134                 for "Cancel receiving". However when batching we
1135                 don't need to do it for every message flag change,
1136                 just once at the start and once at the end.
1137
1138 2007-08-19 [colin]      2.10.0cvs134
1139
1140         * src/imap.c
1141                 Remove useless menu updates on session lock/unlock
1142
1143 2007-08-19 [colin]      2.10.0cvs133
1144
1145         * src/etpan/imap-thread.c
1146                 Make all fetch logs less verbose
1147
1148 2007-08-19 [paul]       2.10.0cvs132
1149
1150         * src/foldersel.c
1151         * src/folderview.c
1152         * src/summaryview.c
1153                 fix bug 1286, 'Can't move a folder into a "Folders
1154                 Only" folder'
1155
1156 2007-08-18 [ticho]      2.10.0cvs131
1157
1158         * src/editaddress_other_attributes_ldap.c
1159                 Converted option menu for other ldap attributes to GtkComboBox.
1160
1161 2007-08-18 [colin]      2.10.0cvs130
1162
1163         * src/compose.c
1164         * src/prefs_common.c
1165         * src/prefs_common.h
1166         * src/prefs_send.c
1167         * src/send_message.c
1168                 Revert 'send_dialog_mode' meaning to 
1169                 'send_dialog_invisible', so that the 
1170                 new checkbox doesn't change the 
1171                 existing behaviour.
1172
1173 2007-08-18 [paul]       2.10.0cvs129
1174
1175         * src/summaryview.c
1176                 add missing menu update
1177
1178 2007-08-17 [colin]      2.10.0cvs128
1179
1180         * src/folder.c
1181                 Set batching after getting flags - maybe fixes
1182                 bug 1292, 'CM crashes on writing mail'
1183
1184 2007-08-16 [ticho]      2.10.0cvs127
1185
1186         * src/prefs_send.c
1187                 Convert two GtkOptionMenu widgets to new GtkComboBox.
1188         * src/gtk/combobox.h
1189         * src/gtk/gtkutils.c
1190                 Allow NULL for GtkComboBox menuitem label, rendering such
1191                 items as row separators.
1192
1193 2007-08-16 [paul]       2.10.0cvs126
1194
1195         * src/plugins/trayicon/trayicon.c
1196                 remove wrongly used gettextisation
1197
1198 2007-08-15 [ticho]      2.10.0cvs125
1199
1200         * src/importldif.c
1201                 Fixed a runtime warning where an attempt to pack an
1202                 already packed GtkLabel was made.
1203
1204 2007-08-15 [ticho]      2.10.0cvs124
1205
1206         * src/prefs_compose_writing.c
1207                 Convert the insert-or-attach-dragged-files GtkOptionMenu
1208                 into GtkComboBox.
1209
1210 2007-08-14 [ticho]      2.10.0cvs123
1211
1212         * src/messageview.c
1213         * src/gtk/gtkutils.c
1214                 Changed return receipt account selector to GtkComboBox.
1215                 Fixed a runtime warning where GTK tried to parse
1216                 "name <email@address" as a Pango markup in an alertpanel label.
1217
1218 2007-08-14 [ticho]      2.10.0cvs122
1219
1220         * src/prefs_logging.c
1221                 Changed GtkOptionMenu in logging preferences to GtkComboBox.
1222
1223 2007-08-14 [wwp]        2.10.0cvs121
1224
1225         * tools/Makefile.am
1226         * tools/README
1227         * tools/popfile-link.sh
1228                 Added a new tool: POPFile helper, to open
1229                 selected messages in POPFile control center,
1230                 in order to change the messages' status.
1231
1232 2007-08-14 [ticho]      2.10.0cvs120
1233
1234         * src/compose.c
1235         * src/prefs_common.c
1236         * src/prefs_common.h
1237         * src/prefs_send.c
1238         * src/send_message.c
1239                 Change "Show send dialog" optionmenu to a checkbutton.
1240         * src/prefs_receive.c
1241                 Migrate "Show receive dialog" GtkOptionMenu to GtkComboBox.
1242
1243 2007-08-13 [wwp]        2.10.0cvs119
1244
1245         * src/addr_compl.c
1246         * src/addressbook.c
1247         * src/addrindex.c
1248         * src/compose.c
1249         * src/filtering.c
1250         * src/folderview.c
1251         * src/inc.c
1252         * src/matcher.c
1253         * src/mh.c
1254         * src/partial_download.c
1255         * src/prefs_gtk.c
1256         * src/procmsg.c
1257         * src/stock_pixmap.c
1258         * src/summaryview.c
1259         * src/common/utils.c
1260         * src/gtk/gtkaspell.c
1261         * src/gtk/menu.c
1262                 Make sure we never pass NULL pointers for %s substitutions
1263                 (prevent from crashing in Windows).
1264
1265 2007-08-13 [wwp]        2.10.0cvs118
1266
1267         * src/msgcache.c
1268                 Re-enable mmap_reads in Windows with some missing
1269                 CloseHandle of mapping objects, thanks to
1270                 Marcus Brinkmann.
1271
1272 2007-08-13 [paul]       2.10.0cvs117
1273
1274         * src/common/utils.c
1275                 fix bug 1287, 'Compile time problem on Solaris
1276                 (nexenta gnu/Solaris) utils.c'
1277                 Thanks to Piotr Chrzczonowicz
1278
1279 2007-08-12 [wwp]        2.10.0cvs116
1280
1281         * src/plugins/pgpcore/prefs_gpg.c
1282                 Don't try to unset a GPG_AGENT_INFO that was not
1283                 set (and don't use a NULL string in Windows, it was
1284                 crashing with --debug if GPG_AGENT_INFO was not set).
1285
1286 2007-08-12 [wwp]        2.10.0cvs115
1287
1288         * src/privacy.h
1289                 Make gcc type-check arguments passed to privacy_set_error().
1290
1291 2007-08-12 [ticho]      2.10.0cvs114
1292
1293         * src/prefs_folder_item.c
1294                 Make sure that folder default account combobox always has some
1295                 account preselected.
1296         * src/gtk/combobox.c
1297                 Handle empty combobox gracefully (warning instead of crash).
1298
1299 2007-08-12 [ticho]      2.10.0cvs114
1300
1301         * src/prefs_folder_item.c
1302                 Make sure that folder default account combobox is not empty.
1303         * src/gtk/combobox.c
1304                 Handle empty combobox gracefully (warning instead of crash).
1305
1306 2007-08-11 [paul]       2.10.0cvs113
1307
1308         * src/addrgather.c
1309         * src/folderview.c
1310                 use 'subfolder' instead of 'sub-folder', matching
1311                 everywhere else the term is used
1312         * src/imap_gtk.c
1313                 fix engrish
1314
1315 2007-08-10 [wwp]        2.10.0cvs112
1316
1317         * src/msgcache.c
1318                 Disable mmap reads in Windows only (at least temporarily), they
1319                 prevent from renaming/removing target cache files.
1320
1321 2007-08-10 [paul]
1322
1323         3.0.0-rc2 released
1324
1325 2007-08-10 [wwp]        2.10.0cvs111
1326
1327         * src/msgcache.c
1328                 fix unpredictable crashes in Windows due to broken
1329                 cache/mark/tags files writting (file were opened for
1330                 writing in text mode).
1331
1332         * src/recv.c
1333                 use gettimeofday() from w32lib.h on Windows.
1334
1335 2007-08-10 [colin]      2.10.0cvs110
1336
1337         * src/imap.c
1338         * src/etpan/imap-thread.c
1339         * src/etpan/imap-thread.h
1340                 Better IMAP scanning (NOOP instead of CLOSE/SELECT)
1341
1342 2007-08-09 [colin]      2.10.0cvs109
1343
1344         * src/editldap.c
1345                 Fix port being reset to 636 on SSL
1346         * src/folder.c
1347                 Fix folder_item_get_msg_num_by_file
1348                 on drafts/queue folders
1349
1350 2007-08-09 [wwp]        2.10.0cvs108
1351
1352         * src/folder.c
1353                 Fix tags DB path in Windows (thanks to Colin): '/' is a valid
1354                 path divider in Windows, but Glib uses '\' as G_DIR_SEPARATOR.
1355
1356
1357 2007-08-09 [colin]      2.10.0cvs107
1358
1359         * src/folderview.c
1360         * src/summaryview.c
1361         * src/gtk/prefswindow.c
1362                 A few Maemo layout fixes
1363
1364 2007-08-09 [paul]       2.10.0cvs106
1365
1366         * src/prefs_account.c
1367                 remove the hyphen from plug-ins to
1368                 match everywhere else
1369
1370 2007-08-08 [wwp]        2.10.0cvs105
1371
1372         * src/prefs_folder_item.c
1373                 Fix an extraneous stealth ^L char.
1374
1375 2007-08-08 [wwp]        2.10.0cvs104
1376
1377         * src/prefs_folder_item.c
1378                 Better fix, group variables declarations (USE_ASPELL).
1379
1380 2007-08-08 [wwp]        2.10.0cvs103
1381
1382         * src/prefs_folder_item.c
1383                 Fix compilation w/ USE_ASPELL set (broken
1384                 by 2.10.0cvs102).
1385
1386 2007-08-08 [ticho]      2.10.0cvs102
1387
1388         * src/prefs_folder_item.c
1389                 Migrate two deprecated GtkOptionMenu widgets to GtkComboBox.
1390
1391 2007-08-08 [colin]      2.10.0cvs101
1392
1393         * src/imap.c
1394         * src/etpan/imap-thread.c
1395         * src/etpan/imap-thread.h
1396                 Close selected mailbox before doing
1397                 status on it.
1398
1399 2007-08-08 [colin]      2.10.0cvs100
1400
1401         * src/html.c
1402                 Complete symbol table, thanks to wwp.
1403                 Fixes bug 1284, 'The html -> text 
1404                 converter ignores entities'
1405         * src/msgcache.c
1406                 Fix possible fd leak
1407
1408 2007-08-08 [colin]      2.10.0cvs99
1409
1410         * src/imap.c
1411                 Better way to fetch UIDs on non-UIDPLUS servers
1412
1413 2007-08-07 [colin]      2.10.0cvs98
1414
1415         * src/imap.c
1416                 fix bug 1275, 'auto-saved draft messages not 
1417                 always being removed'; Also, make multiple
1418                 copy (in the same account) faster by matching
1419                 source/destination message UIDs.
1420         * src/messageview.c
1421                 Don't try to reshow deleted mail
1422         * src/msgcache.c
1423                 Fix leak on error path
1424
1425 2007-08-07 [wwp]        2.10.0cvs97
1426
1427         * manual/account.xml
1428         * manual/advanced.xml
1429         * manual/fr/account.xml
1430         * manual/fr/advanced.xml
1431                 Updated the reference manual and the French translation to
1432                 reflect 2.10.0cvs84: enable running folder Processing
1433                 rules on demand.
1434
1435 2007-08-06 [wwp]        2.10.0cvs96
1436
1437         * src/prefs_common.c
1438         * src/prefs_common.h
1439         * src/textview.c
1440                 Allow changing the emphasis color used to highlight
1441                 the newsreader/x-mailer header value when it matches
1442                 our preferred mail agent (hidden pref 'emphasis_col' added
1443                 to clawsrc).
1444
1445 2007-08-06 [colin]      2.10.0cvs95
1446
1447         * src/compose.c
1448         * src/compose.h
1449                 Re-commit 2.10.0cvs86, with a protection
1450                 against Pango bug. Also, try to fix 
1451                 bug 1275, 'auto-saved draft messages not 
1452                 always being removed'
1453
1454 2007-08-06 [wwp]        2.10.0cvs94
1455
1456         * src/gtk/quicksearch.c
1457                 Replace deprecated GtkCombo with its modern equivalen GtkComboBox.
1458
1459 2007-08-06 [ticho]      2.10.0cvs93
1460
1461         * src/prefs_account.c
1462         * src/gtk/combobox.c
1463                 Use GtkComboBox instead of GtkOptionMenu for privacy system
1464                 selection in account preferences.
1465
1466 2007-08-06 [wwp]        2.10.0cvs92
1467
1468         * src/plugins/pgpcore/plugin.def
1469                 Apply one more chunk from gpg4win's 03-w32-port patch.
1470
1471 2007-08-05 [colin]      2.10.0cvs91
1472
1473         * src/compose.c
1474         * src/compose.h
1475                 reverting buggy patch for now
1476
1477 2007-08-05 [colin]      2.10.0cvs90
1478
1479         * src/folder.c
1480                 Fix slowdown
1481
1482 2007-08-04 [colin]      2.10.0cvs89
1483
1484         * src/prefs_summaries.c
1485         * src/summary_search.c
1486                 Replace deprecated widgets. Patch by
1487                 Andrej.
1488
1489 2007-08-04 [colin]      2.10.0cvs88
1490
1491         * src/mh.c
1492                 Refresh GUI only every 2000 mails on mh_get_last_num
1493                 This is fast (readdir) and done only once per 
1494                 session/folder
1495
1496 2007-08-03 [colin]      2.10.0cvs87
1497
1498         * src/prefs_account.c
1499         * src/gtk/combobox.h
1500         * src/gtk/gtkutils.c
1501                 Fix a deprecated widget. Patch by
1502                 Andrej
1503
1504 2007-08-03 [colin]      2.10.0cvs86
1505
1506         * src/compose.c
1507         * src/compose.h
1508                 Make colorisation and wrapping algorithms
1509                 faster. Fixes bug 1246, 'compose becomes 
1510                 increasingly slow replying to complex emails'
1511
1512 2007-08-03 [paul]       2.10.0cvs85
1513
1514         * src/mh.c
1515                 keep the window painted
1516
1517 2007-08-02 [paul]       2.10.0cvs84
1518
1519         * src/folderview.c
1520         * src/mainwindow.c
1521         * src/mainwindow.h
1522                 enable running folder Processing
1523                 rules on demand
1524
1525 2007-08-02 [paul]       2.10.0cvs83
1526
1527         * src/textview.c
1528                 speed up/clean up rendering of larger
1529                 msgs
1530                 Thanks to Colin
1531
1532 2007-08-01 [paul]       2.10.0cvs82
1533
1534         * src/mainwindow.h
1535                 clean up cruft
1536         * src/toolbar.c
1537                 change default toolbar layout on maemo
1538         * src/pixmaps/close.xpm
1539                 make the red cross a grey cross
1540         * src/pixmaps/jpilot.xpm
1541                 make icon smaller so it fits better
1542
1543 2007-07-31 [paul]       2.10.0cvs81
1544
1545         * src/setup.c
1546         * src/gtk/gtkutils.c
1547                 fix crash on maemo on first launch
1548
1549 2007-07-30 [paul]       2.10.0cvs80
1550
1551         * src/prefs_matcher.c
1552                 specify the units of age and size
1553
1554 2007-07-30 [paul]       2.10.0cvs79
1555
1556         * src/main.c
1557                 Fix IMAP timeout setting
1558
1559 2007-07-30 [colin]      2.10.0cvs78
1560
1561         * src/prefs_account.c
1562                 Fix a deprecated widget. Patch by
1563                 Andrej
1564
1565 2007-07-27 [paul]       2.10.0cvs77
1566
1567         * src/matcher_parser_parse.y
1568         * src/prefs_filtering_action.c
1569         * src/prefs_matcher.c
1570                 these changes forgotten in cvs74's
1571                 'watch thread' feature
1572
1573 2007-07-27 [paul]       2.10.0cvs76
1574
1575         * src/compose.c
1576                 fix potential crasher
1577                 thanks to Colin
1578
1579 2007-07-27 [paul]       2.10.0cvs75
1580
1581         * src/mainwindow.c
1582         * src/manual.c
1583         * src/manual.h
1584         * src/gtk/gtkutils.c
1585                 make mainwindow's /Help/Manual point to the
1586                 remote copy if the local copy doesn't exist
1587
1588 2007-07-27 [paul]       2.10.0cvs74
1589
1590         * src/Makefile.am
1591         * src/filtering.c
1592         * src/folder.c
1593         * src/mainwindow.c
1594         * src/matcher.c
1595         * src/matcher.h
1596         * src/matcher_parser_parse.y
1597         * src/procmsg.c
1598         * src/procmsg.h
1599         * src/stock_pixmap.c
1600         * src/stock_pixmap.h
1601         * src/summaryview.c
1602         * src/summaryview.h
1603         * src/toolbar.c
1604         * src/toolbar.h
1605         * src/pixmaps/watchthread.xpm
1606                 add 'watch thread' feature
1607
1608 2007-07-27 [paul]       2.10.0cvs73
1609
1610         * src/prefs_folder_item.c
1611                 adjust labels, add tooltips
1612
1613 2007-07-27 [colin]      2.10.0cvs72
1614
1615         * src/summaryview.c
1616                 Maemo: Remove less used menu items
1617
1618 2007-07-26 [colin]      2.10.0cvs71
1619
1620         * src/messageview.c
1621                 Maemo: destroy messageview after trashing mail.
1622                 Maybe should be done on X11 too
1623
1624 2007-07-26 [colin]      2.10.0cvs70
1625
1626         * src/folderview.c
1627         * src/mainwindow.c
1628         * src/prefs_common.c
1629         * src/prefs_common.h
1630         * src/summaryview.c
1631                 Add View/Show or Hide/Column headers
1632
1633 2007-07-26 [colin]      2.10.0cvs69
1634
1635         * src/procmime.c
1636                 Fix unwanted output
1637
1638 2007-07-26 [colin]      2.10.0cvs68
1639
1640         * src/ldapserver.c
1641                 Fix possible crash on cache invalidation
1642         * src/compose.c
1643         * src/procmime.c
1644         * src/procmime.h
1645         * src/quote_fmt_parse.y
1646                 Make replying to mails with big attachments
1647                 much faster. Fixes bug 1224, 'The process of 
1648                 Replying to emails with large attachments 
1649                 seems unreasonably long...'
1650
1651 2007-07-26 [colin]      2.10.0cvs67
1652
1653         * src/mimeview.c
1654         * src/matcher.c
1655         * src/common/ssl.c
1656                 Fix threads use on BSDs
1657
1658 2007-07-26 [paul]       2.10.0cvs66
1659
1660         * src/gtk/prefswindow.c
1661                 fix account prefs breakage
1662                 thanks to Colin
1663
1664 2007-07-26 [paul]       2.10.0cvs65
1665
1666         * configure.ac
1667                 standardise ./configure --help messages
1668
1669 2007-07-26 [colin]      2.10.0cvs64
1670
1671         * src/addressbook.c
1672         * src/editaddress.c
1673                 Fix two vCard-related crashes
1674
1675 2007-07-25 [colin]      2.10.0cvs63
1676
1677         * src/inc.c
1678         * src/prefs_common.c
1679         * src/prefs_common.h
1680         * src/prefs_receive.c
1681                 Maemo: Add a better way to notify of
1682                 new mails
1683         * src/mainwindow.c
1684         * src/statusbar.h
1685         * src/summaryview.c
1686         * src/toolbar.c
1687                 Maemo: Various layout fixes
1688         * src/gtk/prefswindow.c
1689                 Maemo: Better prefs layout
1690
1691 2007-07-25 [paul]       2.10.0cvs62
1692
1693         * src/textview.c
1694                 fix the layout on maemo
1695                 thanks to Colin
1696
1697 2007-07-25 [iwkse]      2.10.0cvs61
1698
1699         * src/summaryview.c
1700                 add 'o' shortcut on summaryview
1701
1702 2007-07-25 [iwkse]      2.10.0cvs60
1703
1704         * src/textview.c
1705                 fix o shortcut
1706
1707 2007-07-24 [colin]      2.10.0cvs59
1708
1709         * src/mh.c
1710                 Fix missing timestamp update on source
1711                 folder when moving
1712         * src/textview.c
1713         * src/textview.h
1714                 Better text layout on part's choices
1715
1716 2007-07-23 [colin]      2.10.0cvs58
1717
1718         * src/mimeview.c
1719         * src/textview.c
1720                 Maemo: Automatically choose the correct application
1721                 to open parts
1722         * src/gtk/quicksearch.c
1723                 Make search run on GDK_KP_Enter too
1724
1725 2007-07-23 [wwp]        2.10.0cvs57
1726
1727         * src/quote_fmt_lex.l
1728                 Revert accidentaly committed lines (account_sig) in
1729                 2.10.0cvs56.
1730
1731 2007-07-23 [wwp]        2.10.0cvs56
1732
1733         * src/quote_fmt_lex.l
1734                 Fix typos around long form expressions in the quote lexer.
1735
1736 2007-07-23 [paul]
1737
1738         3.0.0-rc1 released
1739
1740 2007-07-23 [colin]      2.10.0cvs55
1741
1742         * src/addr_compl.c
1743                 Fix auto-completion on Maemo
1744
1745 2007-07-23 [colin]      2.10.0cvs54
1746
1747         * src/statusbar.c
1748                 Maemo: Fix sticking statusbars
1749
1750 2007-07-22 [colin]      2.10.0cvs53
1751
1752         * src/main.c
1753                 Maemo: Fix the strange "top_application" info
1754                 at startup. We should do something when 
1755                 receiving such a message.
1756
1757 2007-07-20 [paul]       2.10.0cvs52
1758
1759         * src/news_gtk.c
1760                 add missing #include "statusbar.h"
1761
1762 2007-07-20 [colin]      2.10.0cvs51
1763
1764         * src/folder.c
1765         * src/folder.h
1766         * src/folder_item_prefs.c
1767         * src/folder_item_prefs.h
1768         * src/folderview.c
1769         * src/imap.c
1770         * src/imap_gtk.c
1771         * src/imap_gtk.h
1772         * src/news.c
1773         * src/news_gtk.c
1774         * src/news_gtk.h
1775         * src/prefs_folder_item.c
1776                 Implement age-based caching: allow to
1777                 specify a threshold for the offline synchronisation
1778                 feature, and whether old cached bodies should 
1779                 be removed
1780         * src/toolbar.c
1781         * src/toolbar.h
1782                 Fix label/tooltips
1783         * src/plugins/dillo_viewer/dillo_viewer.c
1784                 Check that Dillo's installed
1785
1786 2007-07-20 [wwp]        2.10.0cvs50
1787
1788         * src/mimeview.c
1789         * src/stock_pixmap.c
1790                 Draw a frame around the selected mimeview part icon (instead of the
1791                 shifted 'dancing' icon).
1792
1793 2007-07-20 [colin]      2.10.0cvs49
1794
1795         * src/main.c
1796                 Unref stuff even on error
1797         * src/wizard.c
1798                 disconnect signals only at the very
1799                 end of the wizard save.
1800
1801 2007-07-20 [colin]      2.10.0cvs48
1802
1803         * src/mainwindow.c
1804         * src/messageview.c
1805         * src/toolbar.c
1806         * src/toolbar.h
1807                 Fix random crashes while navigating
1808                 (GTK_EVENTS_FLUSH)
1809
1810 2007-07-19 [colin]      2.10.0cvs47
1811
1812         * configure.ac
1813         * src/main.c
1814         * src/prefs_common.c
1815         * src/prefs_common.h
1816         * src/wizard.c
1817         * src/common/defs.h
1818         * src/common/utils.c
1819                 Maemo: add an easy way to store data (mails
1820                 and IMAP/NNTP caches) on one of the SD cards,
1821                 and protect against unmounts if needed
1822
1823 2007-07-19 [paul]       2.10.0cvs46
1824
1825         * src/Makefile.am
1826         * src/stock_pixmap.c
1827         * src/gtk/about.c
1828         * src/pixmaps/claws-mail_logo-small.xpm
1829                 implement a (slightly) different About
1830                 dialog for maemo and add a small version
1831                 of the logo for it
1832         * src/wizard.c
1833                 use a scrolled window for wizard page 1
1834                 on maemo
1835
1836 2007-07-19 [paul]       2.10.0cvs45
1837
1838         * src/Makefile.am
1839                 too soon for this line
1840
1841 2007-07-19 [paul]       2.10.0cvs44
1842
1843         * src/Makefile.am
1844                 fix build on n800
1845
1846 2007-07-19 [colin]      2.10.0cvs43
1847
1848         * src/wizard.c
1849                 Solve Mail/Mailbox name when specifying
1850                 full /path/to/Mail.
1851
1852 2007-07-18 [colin]      2.10.0cvs42
1853
1854         * src/inc.c
1855         * configure.ac
1856                 Fix build on n770
1857
1858 2007-07-18 [colin]      2.10.0cvs41
1859
1860         * src/inc.c
1861                 Maemo: plug the online/offline system into
1862                 maemo's interfaces to have Claws automatically
1863                 switch according to the system status
1864         * src/statusbar.c
1865                 Maemo: use HildonBanners to display status
1866                 messages. Renders the main statusbar useless.
1867
1868 2007-07-18 [paul]       2.10.0cvs40
1869
1870         * src/filtering.c
1871                 fix screen blanking on moving/copying many msgs
1872         * src/folder.c
1873                 fix processing progressbar and screen blanking
1874                 during processing
1875
1876 2007-07-18 [paul]       2.10.0cvs39
1877
1878         * src/messageview.c
1879                 revert cvs37, breakage on maemo
1880
1881 2007-07-18 [paul]       2.10.0cvs38
1882
1883         * src/gtk/gtkutils.c
1884                 make sure we can still build with older GTK's
1885
1886 2007-07-18 [colin]      2.10.0cvs37
1887
1888         * src/messageview.c
1889                 Only hide the small layout's messageview, instead
1890                 of destroying it when closing
1891         * src/gtk/gtkutils.c
1892                 Use gtk_window_present_with_time to popup windows,
1893                 it seems to make things better with modern WMs
1894                 (actually focusing)
1895
1896 2007-07-17 [colin]      2.10.0cvs36
1897
1898         * src/editaddress.c
1899                 Simplify layout on Maemo
1900         * src/folder.c
1901                 Fix possible crash
1902         * src/prefs_display_header.c
1903                 Remove some headers by default on Maemo
1904
1905 2007-07-17 [paul]       2.10.0cvs35
1906
1907         * src/prefs_common.c
1908         * src/prefs_common.h
1909         * src/prefs_logging.c
1910         * src/common/log.c
1911                 add options to stop/enable writing logs to disc
1912
1913 2007-07-17 [paul]       2.10.0cvs34
1914
1915         * src/edittags.c
1916                 fix some issues with the Apply tags window:
1917                 - set search column (enables autocompl in the treeview)
1918                 - apply tag from "New tag" if it existed
1919                 - clears New tag entry when adding it with the button
1920                 Thanks to Colin
1921
1922 2007-07-17 [paul]       2.10.0cvs33
1923
1924         * src/edittags.c
1925                 fix 'apply tags' dialogue weirdness
1926
1927 2007-07-16 [colin]      2.10.0cvs32
1928
1929         * src/toolbar.c
1930                 Fix double-loading of mails on Maemo
1931
1932 2007-07-16 [colin]      2.10.0cvs31
1933
1934         * src/messageview.c
1935                 Prevent double-loading of the same part under some
1936                 conditions; hide statusbar on Maemo
1937
1938 2007-07-16 [colin]      2.10.0cvs30
1939
1940         * src/edittags.c
1941         * src/edittags.h
1942         * src/mainwindow.c
1943         * src/summaryview.c
1944                 Improve the tag interface - allow
1945                 to set/unset tags from a special
1946                 window.
1947         * src/gtk/gtkvscrollbutton.c
1948         * src/mimeview.c
1949         * src/mimeview.h
1950         * src/stock_pixmap.c
1951                 Fix Mimeview's ugly hacks in the
1952                 icon list. 
1953
1954 2007-07-16 [paul]       2.10.0cvs29
1955
1956         * src/wizard.c
1957                 rework dialog
1958         * src/gtk/icon_legend.c
1959                 put it all in a scrolled window
1960
1961 2007-07-15 [colin]      2.10.0cvs28
1962
1963         * src/mainwindow.c
1964                 Maemo: force layout to be Small screen; the
1965                 others don't make sense
1966
1967 2007-07-14 [colin]      2.10.0cvs27
1968
1969         * src/mimeview.c
1970         * src/gtk/gtkvscrollbutton.c
1971                 Maemo: Fix mimeview's buttons size
1972
1973 2007-07-14 [colin]      2.10.0cvs26
1974
1975         * src/toolbar.c
1976                 Fix the button workaround fix.
1977                 (Use the correct variable)
1978
1979 2007-07-14 [colin]      2.10.0cvs25
1980
1981         * src/mainwindow.c
1982         * src/toolbar.c
1983                 Maemo: put the progress bar in the
1984                 toolbar
1985
1986 2007-07-14 [colin]      2.10.0cvs24
1987
1988         * src/prefs_common.c
1989                 Maemo: hide statusbar by default
1990         * src/Makefile.am
1991         * src/stock_pixmap.c
1992         * src/stock_pixmap.h
1993         * src/toolbar.c
1994         * src/pixmaps/go_folders.xpm
1995                 Maemo: Add a specific icon to go back to
1996                 folder list
1997
1998 2007-07-14 [colin]      2.10.0cvs23
1999
2000         * src/toolbar.c
2001                 Don't set homogeneous finally
2002
2003 2007-07-14 [colin]      2.10.0cvs22
2004
2005         * src/toolbar.c
2006                 Fix button show/hide issues
2007
2008 2007-07-14 [colin]      2.10.0cvs21
2009
2010         * src/toolbar.c
2011                 Fix huge arrows
2012                 Fix button workaround to be able to click
2013                 if mouse was on button when it went un-
2014                 sensitive.
2015                 Revert previous commit, gtk_tool_item_set_homogeneous
2016                 doesn't mean what it seems to mean ;-)
2017
2018 2007-07-14 [paul]       2.10.0cvs20
2019
2020         * src/toolbar.c
2021                 make homogeneous FALSE always
2022
2023 2007-07-13 [colin]      2.10.0cvs19
2024
2025         * src/toolbar.c
2026         * src/toolbar.h
2027                 Rework to fit the non-deprecated API
2028         * src/compose.c
2029         * src/folderview.c
2030         * src/mainwindow.c
2031         * src/messageview.c
2032         * src/summaryview.c
2033                 Maemo layout changes. Better toolbars,
2034                 removal of CTree headers. 
2035
2036 2007-07-13 [paul]       2.10.0cvs18
2037
2038         * src/gtk/colorlabel.c
2039                 fix bug 1261, '[DE] coloring messages in overview 
2040                 keys are not localised'
2041                 the string is now included in claws-mail.pot
2042
2043 2007-07-13 [colin]      2.10.0cvs17
2044
2045         * src/summaryview.c
2046                 Fix bug 1267, 'printing mutliple messages 
2047                 opens one message-dialog after the other'
2048                 Ask for confirmation when printing 10
2049                 messages or more.
2050
2051 2007-07-11 [colin]      2.10.0cvs16
2052
2053         * COPYING
2054         * README
2055         * autogen.sh
2056         * manual/claws-mail-manual.xml
2057         * manual/gpl.xml
2058         * manual/es/claws-mail-manual.xml
2059         * manual/es/gpl.xml
2060         * manual/fr/claws-mail-manual.xml
2061         * manual/fr/gpl.xml
2062         * manual/pl/gpl.xml
2063         * src/account.c
2064         * src/account.h
2065         * src/action.c
2066         * src/action.h
2067         * src/adbookbase.h
2068         * src/addr_compl.c
2069         * src/addr_compl.h
2070         * src/addrbook.c
2071         * src/addrbook.h
2072         * src/addrcache.c
2073         * src/addrcache.h
2074         * src/addrcindex.c
2075         * src/addrcindex.h
2076         * src/addrclip.c
2077         * src/addrclip.h
2078         * src/addrdefs.h
2079         * src/addressadd.c
2080         * src/addressadd.h
2081         * src/addressbook.c
2082         * src/addressbook.h
2083         * src/addressbook_foldersel.c
2084         * src/addressbook_foldersel.h
2085         * src/addressitem.h
2086         * src/addrgather.c
2087         * src/addrgather.h
2088         * src/addrharvest.c
2089         * src/addrharvest.h
2090         * src/addrindex.c
2091         * src/addrindex.h
2092         * src/addritem.c
2093         * src/addritem.h
2094         * src/addrquery.c
2095         * src/addrquery.h
2096         * src/addrselect.c
2097         * src/addrselect.h
2098         * src/alertpanel.c
2099         * src/alertpanel.h
2100         * src/browseldap.c
2101         * src/browseldap.h
2102         * src/codeconv.c
2103         * src/codeconv.h
2104         * src/compose.c
2105         * src/compose.h
2106         * src/crash.c
2107         * src/crash.h
2108         * src/customheader.c
2109         * src/customheader.h
2110         * src/displayheader.c
2111         * src/displayheader.h
2112         * src/editaddress.c
2113         * src/editaddress.h
2114         * src/editaddress_other_attributes_ldap.c
2115         * src/editaddress_other_attributes_ldap.h
2116         * src/editbook.c
2117         * src/editbook.h
2118         * src/editgroup.c
2119         * src/editgroup.h
2120         * src/editjpilot.c
2121         * src/editjpilot.h
2122         * src/editldap.c
2123         * src/editldap.h
2124         * src/editldap_basedn.c
2125         * src/editldap_basedn.h
2126         * src/edittags.c
2127         * src/edittags.h
2128         * src/editvcard.c
2129         * src/editvcard.h
2130         * src/enriched.c
2131         * src/enriched.h
2132         * src/exphtmldlg.c
2133         * src/exphtmldlg.h
2134         * src/expldifdlg.c
2135         * src/expldifdlg.h
2136         * src/export.c
2137         * src/export.h
2138         * src/exporthtml.c
2139         * src/exporthtml.h
2140         * src/exportldif.c
2141         * src/exportldif.h
2142         * src/filtering.c
2143         * src/filtering.h
2144         * src/folder.c
2145         * src/folder.h
2146         * src/folder_item_prefs.c
2147         * src/folder_item_prefs.h
2148         * src/foldersel.c
2149         * src/foldersel.h
2150         * src/folderutils.c
2151         * src/folderutils.h
2152         * src/folderview.c
2153         * src/folderview.h
2154         * src/gedit-print.c
2155         * src/gedit-print.h
2156         * src/grouplistdialog.c
2157         * src/grouplistdialog.h
2158         * src/headerview.c
2159         * src/headerview.h
2160         * src/html.c
2161         * src/html.h
2162         * src/image_viewer.c
2163         * src/image_viewer.h
2164         * src/imap.c
2165         * src/imap.h
2166         * src/imap_gtk.c
2167         * src/imap_gtk.h
2168         * src/import.c
2169         * src/import.h
2170         * src/importldif.c
2171         * src/importldif.h
2172         * src/importmutt.c
2173         * src/importmutt.h
2174         * src/importpine.c
2175         * src/importpine.h
2176         * src/inc.c
2177         * src/inc.h
2178         * src/jpilot.c
2179         * src/jpilot.h
2180         * src/ldapctrl.c
2181         * src/ldapctrl.h
2182         * src/ldaplocate.c
2183         * src/ldaplocate.h
2184         * src/ldapquery.c
2185         * src/ldapquery.h
2186         * src/ldapserver.c
2187         * src/ldapserver.h
2188         * src/ldapupdate.c
2189         * src/ldapupdate.h
2190         * src/ldaputil.c
2191         * src/ldaputil.h
2192         * src/ldif.c
2193         * src/ldif.h
2194         * src/localfolder.c
2195         * src/localfolder.h
2196         * src/main.c
2197         * src/main.h
2198         * src/mainwindow.c
2199         * src/mainwindow.h
2200         * src/manual.c
2201         * src/manual.h
2202         * src/matcher.c
2203         * src/matcher.h
2204         * src/matcher_parser.h
2205         * src/matcher_parser_lex.l
2206         * src/matcher_parser_parse.y
2207         * src/mbox.c
2208         * src/mbox.h
2209         * src/message_search.c
2210         * src/message_search.h
2211         * src/messageview.c
2212         * src/messageview.h
2213         * src/mh.c
2214         * src/mh.h
2215         * src/mh_gtk.c
2216         * src/mh_gtk.h
2217         * src/mimeview.c
2218         * src/mimeview.h
2219         * src/msgcache.c
2220         * src/msgcache.h
2221         * src/mutt.c
2222         * src/mutt.h
2223         * src/news.c
2224         * src/news.h
2225         * src/news_gtk.c
2226         * src/news_gtk.h
2227         * src/noticeview.c
2228         * src/noticeview.h
2229         * src/partial_download.c
2230         * src/partial_download.h
2231         * src/pine.c
2232         * src/pine.h
2233         * src/pop.c
2234         * src/pop.h
2235         * src/prefs_account.c
2236         * src/prefs_account.h
2237         * src/prefs_actions.c
2238         * src/prefs_actions.h
2239         * src/prefs_common.c
2240         * src/prefs_common.h
2241         * src/prefs_compose_writing.c
2242         * src/prefs_compose_writing.h
2243         * src/prefs_customheader.c
2244         * src/prefs_customheader.h
2245         * src/prefs_display_header.c
2246         * src/prefs_display_header.h
2247         * src/prefs_ext_prog.c
2248         * src/prefs_ext_prog.h
2249         * src/prefs_filtering.c
2250         * src/prefs_filtering.h
2251         * src/prefs_filtering_action.c
2252         * src/prefs_filtering_action.h
2253         * src/prefs_folder_column.c
2254         * src/prefs_folder_column.h
2255         * src/prefs_folder_item.c
2256         * src/prefs_folder_item.h
2257         * src/prefs_fonts.c
2258         * src/prefs_fonts.h
2259         * src/prefs_gtk.c
2260         * src/prefs_gtk.h
2261         * src/prefs_image_viewer.c
2262         * src/prefs_image_viewer.h
2263         * src/prefs_logging.c
2264         * src/prefs_logging.h
2265         * src/prefs_matcher.c
2266         * src/prefs_matcher.h
2267         * src/prefs_message.c
2268         * src/prefs_message.h
2269         * src/prefs_msg_colors.c
2270         * src/prefs_msg_colors.h
2271         * src/prefs_other.c
2272         * src/prefs_other.h
2273         * src/prefs_quote.c
2274         * src/prefs_quote.h
2275         * src/prefs_receive.c
2276         * src/prefs_receive.h
2277         * src/prefs_send.c
2278         * src/prefs_send.h
2279         * src/prefs_spelling.c
2280         * src/prefs_spelling.h
2281         * src/prefs_summaries.c
2282         * src/prefs_summaries.h
2283         * src/prefs_summary_column.c
2284         * src/prefs_summary_column.h
2285         * src/prefs_summary_open.c
2286         * src/prefs_summary_open.h
2287         * src/prefs_template.c
2288         * src/prefs_template.h
2289         * src/prefs_themes.c
2290         * src/prefs_themes.h
2291         * src/prefs_toolbar.c
2292         * src/prefs_toolbar.h
2293         * src/prefs_wrapping.c
2294         * src/prefs_wrapping.h
2295         * src/privacy.c
2296         * src/privacy.h
2297         * src/procheader.c
2298         * src/procheader.h
2299         * src/procmime.c
2300         * src/procmime.h
2301         * src/procmsg.c
2302         * src/procmsg.h
2303         * src/quote_fmt.c
2304         * src/quote_fmt_lex.l
2305         * src/quote_fmt_parse.y
2306         * src/recv.c
2307         * src/recv.h
2308         * src/remotefolder.c
2309         * src/remotefolder.h
2310         * src/send_message.c
2311         * src/send_message.h
2312         * src/setup.c
2313         * src/setup.h
2314         * src/simple-gettext.c
2315         * src/sourcewindow.c
2316         * src/sourcewindow.h
2317         * src/ssl_manager.c
2318         * src/ssl_manager.h
2319         * src/statusbar.c
2320         * src/statusbar.h
2321         * src/stock_pixmap.c
2322         * src/stock_pixmap.h
2323         * src/summary_search.c
2324         * src/summary_search.h
2325         * src/summaryview.c
2326         * src/summaryview.h
2327         * src/textview.c
2328         * src/textview.h
2329         * src/toolbar.c
2330         * src/toolbar.h
2331         * src/undo.c
2332         * src/undo.h
2333         * src/unmime.c
2334         * src/unmime.h
2335         * src/uri_opener.c
2336         * src/uri_opener.h
2337         * src/vcard.c
2338         * src/vcard.h
2339         * src/wizard.c
2340         * src/wizard.h
2341         * src/common/base64.c
2342         * src/common/base64.h
2343         * src/common/claws.c
2344         * src/common/claws.h
2345         * src/common/defs.h
2346         * src/common/fnmatch.c
2347         * src/common/fnmatch.h
2348         * src/common/fnmatch_loop.c
2349         * src/common/hooks.c
2350         * src/common/hooks.h
2351         * src/common/log.c
2352         * src/common/log.h
2353         * src/common/md5.c
2354         * src/common/md5.h
2355         * src/common/mgutils.c
2356         * src/common/mgutils.h
2357         * src/common/nntp.c
2358         * src/common/nntp.h
2359         * src/common/passcrypt.c
2360         * src/common/passcrypt.h.in
2361         * src/common/plugin.c
2362         * src/common/plugin.h
2363         * src/common/prefs.c
2364         * src/common/prefs.h
2365         * src/common/progressindicator.c
2366         * src/common/progressindicator.h
2367         * src/common/quoted-printable.c
2368         * src/common/quoted-printable.h
2369         * src/common/session.c
2370         * src/common/session.h
2371         * src/common/smtp.c
2372         * src/common/smtp.h
2373         * src/common/socket.c
2374         * src/common/socket.h
2375         * src/common/ssl.c
2376         * src/common/ssl.h
2377         * src/common/ssl_certificate.c
2378         * src/common/ssl_certificate.h
2379         * src/common/string_match.c
2380         * src/common/string_match.h
2381         * src/common/stringtable.c
2382         * src/common/stringtable.h
2383         * src/common/tags.c
2384         * src/common/tags.h
2385         * src/common/template.c
2386         * src/common/template.h
2387         * src/common/timing.h
2388         * src/common/utils.c
2389         * src/common/utils.h
2390         * src/common/uuencode.c
2391         * src/common/uuencode.h
2392         * src/common/version.h.in
2393         * src/common/w32_dirent.c
2394         * src/common/w32_reg.c
2395         * src/common/w32_signal.c
2396         * src/common/w32_stat.c
2397         * src/common/w32_stdlib.c
2398         * src/common/w32_string.c
2399         * src/common/w32_time.c
2400         * src/common/w32_unistd.c
2401         * src/common/w32_wait.c
2402         * src/common/w32lib.h
2403         * src/common/xml.c
2404         * src/common/xml.h
2405         * src/common/xmlprops.c
2406         * src/common/xmlprops.h
2407         * src/etpan/etpan-errors.h
2408         * src/etpan/etpan-thread-manager-types.h
2409         * src/etpan/etpan-thread-manager.c
2410         * src/etpan/etpan-thread-manager.h
2411         * src/etpan/imap-thread.c
2412         * src/etpan/imap-thread.h
2413         * src/gtk/about.c
2414         * src/gtk/about.h
2415         * src/gtk/colorlabel.c
2416         * src/gtk/colorlabel.h
2417         * src/gtk/colorsel.c
2418         * src/gtk/colorsel.h
2419         * src/gtk/combobox.c
2420         * src/gtk/combobox.h
2421         * src/gtk/description_window.c
2422         * src/gtk/description_window.h
2423         * src/gtk/filesel.c
2424         * src/gtk/filesel.h
2425         * src/gtk/foldersort.c
2426         * src/gtk/foldersort.h
2427         * src/gtk/gtkaspell.c
2428         * src/gtk/gtkaspell.h
2429         * src/gtk/gtksctree.c
2430         * src/gtk/gtkshruler.c
2431         * src/gtk/gtkshruler.h
2432         * src/gtk/gtksourceprintjob.c
2433         * src/gtk/gtksourceprintjob.h
2434         * src/gtk/gtkutils.c
2435         * src/gtk/gtkutils.h
2436         * src/gtk/gtkvscrollbutton.c
2437         * src/gtk/gtkvscrollbutton.h
2438         * src/gtk/icon_legend.c
2439         * src/gtk/icon_legend.h
2440         * src/gtk/inputdialog.c
2441         * src/gtk/inputdialog.h
2442         * src/gtk/logwindow.c
2443         * src/gtk/logwindow.h
2444         * src/gtk/manage_window.c
2445         * src/gtk/manage_window.h
2446         * src/gtk/menu.c
2447         * src/gtk/menu.h
2448         * src/gtk/pluginwindow.c
2449         * src/gtk/pluginwindow.h
2450         * src/gtk/prefswindow.c
2451         * src/gtk/prefswindow.h
2452         * src/gtk/progressdialog.c
2453         * src/gtk/progressdialog.h
2454         * src/gtk/quicksearch.c
2455         * src/gtk/quicksearch.h
2456         * src/gtk/sslcertwindow.c
2457         * src/gtk/sslcertwindow.h
2458         * src/plugins/bogofilter/bogofilter.c
2459         * src/plugins/bogofilter/bogofilter.h
2460         * src/plugins/bogofilter/bogofilter_gtk.c
2461         * src/plugins/clamav/clamav_plugin.c
2462         * src/plugins/clamav/clamav_plugin.h
2463         * src/plugins/clamav/clamav_plugin_gtk.c
2464         * src/plugins/demo/demo.c
2465         * src/plugins/dillo_viewer/dillo_prefs.c
2466         * src/plugins/dillo_viewer/dillo_prefs.h
2467         * src/plugins/dillo_viewer/dillo_viewer.c
2468         * src/plugins/pgpcore/passphrase.c
2469         * src/plugins/pgpcore/passphrase.h
2470         * src/plugins/pgpcore/pgp_viewer.c
2471         * src/plugins/pgpcore/pgp_viewer.h
2472         * src/plugins/pgpcore/plugin.c
2473         * src/plugins/pgpcore/prefs_gpg.c
2474         * src/plugins/pgpcore/prefs_gpg.h
2475         * src/plugins/pgpcore/select-keys.c
2476         * src/plugins/pgpcore/select-keys.h
2477         * src/plugins/pgpcore/sgpgme.c
2478         * src/plugins/pgpcore/sgpgme.h
2479         * src/plugins/pgpinline/pgpinline.c
2480         * src/plugins/pgpinline/pgpinline.h
2481         * src/plugins/pgpinline/plugin.c
2482         * src/plugins/pgpmime/pgpmime.c
2483         * src/plugins/pgpmime/pgpmime.h
2484         * src/plugins/pgpmime/plugin.c
2485         * src/plugins/spamassassin/spamassassin.c
2486         * src/plugins/spamassassin/spamassassin.h
2487         * src/plugins/spamassassin/spamassassin_gtk.c
2488         * src/plugins/trayicon/trayicon.c
2489         * src/plugins/trayicon/trayicon_prefs.c
2490         * src/plugins/trayicon/trayicon_prefs.h
2491         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
2492         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
2493         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
2494         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
2495         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
2496         * tools/OOo2claws-mail.pl
2497         * tools/README.sylprint
2498         * tools/acroread2claws-mail.pl
2499         * tools/claws-mail-compose-insert-files.pl
2500         * tools/convert_mbox.pl
2501         * tools/filter_conv.pl
2502         * tools/filter_conv_new.pl
2503         * tools/fix_date.sh
2504         * tools/freshmeat_search.pl
2505         * tools/google_search.pl
2506         * tools/kmail-mailbox2claws-mail.pl
2507         * tools/kmail2claws-mail.pl
2508         * tools/kmail2claws-mail_v2.pl
2509         * tools/mairix.sh
2510         * tools/make.themes.project
2511         * tools/multiwebsearch.pl
2512         * tools/nautilus2claws-mail.sh
2513         * tools/outlook2claws-mail.pl
2514         * tools/textviewer.sh
2515         * tools/thunderbird-filters-convertor.pl
2516         * tools/update-po
2517         * tools/uuooffice
2518         * tools/vcard2xml.py
2519         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
2520                 Upgrade to GPLv3 or later.
2521
2522 2007-07-10 [wwp]        2.10.0cvs15
2523
2524         * src/main.c
2525                 Fix re-opening of all composing messages that were
2526                 opened when closing the previous instance, thanks
2527                 to Colin.
2528
2529 2007-07-10 [paul]       2.10.0cvs14
2530
2531         * src/editaddress_other_attributes_ldap.c
2532         * src/ldapupdate.c
2533                 fix crash on selecting 'other attributes' combo
2534                 for either a new entry or an old entry with no
2535                 existing attributes.
2536                 fix bug on editing multiple attributes which
2537                 resulted them all having the value of the last
2538                 one changed.
2539                 Thanks to Colin
2540
2541 2007-07-10 [colin]      2.10.0cvs13
2542
2543         * src/editaddress.c
2544         * src/editaddress_other_attributes_ldap.h
2545         * src/ldapupdate.c
2546                 Fix --disable-ldap build
2547
2548 2007-07-09 [colin]      2.10.0cvs12
2549
2550         * src/Makefile.am
2551         * src/addritem.c
2552         * src/addritem.h
2553         * src/editaddress.c
2554         * src/editaddress_other_attributes_ldap.c
2555         * src/editaddress_other_attributes_ldap.h
2556         * src/editldap.c
2557         * src/ldapctrl.c
2558         * src/ldapctrl.h
2559         * src/ldapupdate.c
2560                 Add capability to edit all inetOrgPerson
2561                 attributes on LDAP. Patch by Michael 
2562                 Rasmussen
2563
2564 2007-07-09 [colin]      2.10.0cvs11
2565
2566         * src/Makefile.am
2567         * src/exporthtml.c
2568         * src/mbox.c
2569         * src/msgcache.c
2570         * src/prefs_summaries.c
2571         * src/prefs_themes.c
2572         * src/procheader.c
2573         * src/common/Makefile.am
2574         * src/common/log.c
2575         * src/common/timing.h
2576         * src/common/utils.c
2577         * src/common/utils.h
2578         * src/common/w32_account.c
2579         * src/common/w32lib.h
2580         * src/gtk/Makefile.am
2581         * src/gtk/colorlabel.c
2582         * src/plugins/pgpcore/Makefile.am
2583         * src/plugins/pgpcore/claws.def
2584         * src/plugins/pgpcore/passphrase.c
2585         * src/plugins/pgpcore/pgp_viewer.c
2586         * src/plugins/pgpcore/plugin.def
2587         * src/plugins/pgpcore/sgpgme.c
2588         * src/plugins/pgpinline/Makefile.am
2589         * src/plugins/pgpinline/claws.def
2590         * src/plugins/pgpinline/mypgpcore.def
2591         * src/plugins/pgpinline/plugin.def
2592         * src/plugins/pgpmime/Makefile.am
2593         * src/plugins/pgpmime/claws.def
2594         * src/plugins/pgpmime/mypgpcore.def
2595         * src/plugins/pgpmime/plugin.def
2596                 Commit win32 patch, from Werner Koch and
2597                 Marcus Brinkmann
2598
2599 2007-07-09 [colin]      2.10.0cvs10
2600
2601         * src/prefs_toolbar.c
2602                 Fix crash when no actions exist
2603
2604 2007-07-07 [paul]       2.10.0cvs9
2605
2606         * COPYING
2607         * manual/claws-mail-manual.xml
2608                 update copyright year
2609         * po/fi.po
2610                 updated by Flammie Pirinen
2611
2612 2007-07-05 [wwp]        2.10.0cvs8
2613
2614         * src/plugins/clamav/clamav_plugin_gtk.c
2615                 Make vertical spacing like in other plugin prefs pages.
2616
2617 2007-07-05 [wwp]        2.10.0cvs7
2618
2619         * src/quote_fmt.c
2620                 It's %am that works, not %ae (this doc incoherence has been
2621                 introduced with 2.9.2cvs13).
2622
2623 2007-07-04 [wwp]        2.10.0cvs6
2624
2625         * src/plugins/bogofilter/bogofilter.c
2626                 Gettext-ize an occurrence of "Any" that wasn't.
2627
2628 2007-07-04 [colin]      2.10.0cvs5
2629
2630         * po/POTFILES.in
2631                 Fix untranslated strings; thanks
2632                 to Pader Rezso.
2633
2634 2007-07-03 [colin]      2.10.0cvs4
2635
2636         * src/folder.c
2637         * src/mainwindow.c
2638                 Fix saving of sort mode for tags and
2639                 thread date. Thanks to Pierre Ossman.
2640                 Completes fix for bug 1233
2641
2642 2007-07-03 [paul]       2.10.0cvs3
2643
2644         * src/compose.c
2645                 fix auto-save
2646         * src/summaryview.c
2647                 fix build warnings
2648         Thanks to Colin
2649
2650 2007-07-02 [colin]      2.10.0cvs2
2651
2652         * src/folder.h
2653         * src/mainwindow.c
2654         * src/procmsg.h
2655         * src/summaryview.c
2656                 Add View/Sort/by Thread date
2657                 Fixes bug 1233, 'Capability to sort 
2658                 threads by most recent message'
2659                 Based on a patch by Paul Rolland
2660
2661 2007-07-02 [colin]      2.10.0cvs1
2662
2663         * src/Makefile.am
2664         * src/compose.c
2665         * src/edittags.c
2666         * src/edittags.h
2667         * src/filtering.c
2668         * src/folder.c
2669         * src/folder.h
2670         * src/headerview.c
2671         * src/headerview.h
2672         * src/main.c
2673         * src/mainwindow.c
2674         * src/mainwindow.h
2675         * src/manual.h
2676         * src/matcher.c
2677         * src/matcher.h
2678         * src/matcher_parser_parse.y
2679         * src/mimeview.c
2680         * src/msgcache.c
2681         * src/msgcache.h
2682         * src/prefs_common.c
2683         * src/prefs_common.h
2684         * src/prefs_filtering_action.c
2685         * src/prefs_matcher.c
2686         * src/prefs_summary_column.c
2687         * src/procmsg.c
2688         * src/procmsg.h
2689         * src/quote_fmt.c
2690         * src/quote_fmt_lex.l
2691         * src/quote_fmt_parse.y
2692         * src/summaryview.c
2693         * src/summaryview.h
2694         * src/textview.c
2695         * src/common/Makefile.am
2696         * src/common/defs.h
2697         * src/common/tags.c
2698         * src/common/tags.h
2699         * src/gtk/quicksearch.c
2700         * src/gtk/quicksearch.h
2701                 Add Tags implementation. Tags are arbitrary labels
2702                 that can be applied to messages. It is possible 
2703                 to create, edit, remove tags; apply them to mails;
2704                 filter on tags or tag presence; apply or unset
2705                 tags via filtering actions; reference tags in
2706                 reply templates.
2707
2708 2007-07-02 [paul]       2.10.0
2709
2710         * NEWS
2711         * README
2712         * RELEASE_NOTES
2713                 2.10.0 released
2714
2715 2007-07-02 [paul]       2.9.2cvs78
2716
2717         * po/de.po
2718         * po/en_GB.po
2719         * po/es.po
2720         * po/fr.po
2721         * po/hu.po
2722         * po/pt_BR.po
2723         * po/ru.po
2724         * po/zh_CN.po
2725                 updated by Stephan Sachse, me, Ricardo Mones
2726                 Lastra, Fabien Vantard, Pader Rezso, Frederico
2727                 Goncalves Guimaraes, Pavlo Bohmat, and Ralgh Young
2728
2729 2007-07-02 [paul]       2.9.2cvs77
2730
2731         * AUTHORS
2732                 updated
2733
2734 2007-06-29 [wwp]        2.9.2cvs76
2735
2736         * src/gtk/headers.h
2737                 Fix a typo (thanks to Ricardo for finding this out).
2738
2739 2007-06-28 [paul]       2.9.2cvs75
2740
2741         * src/folderview.c
2742                 fix build warnings
2743
2744 2007-06-28 [paul]       2.9.2cvs74
2745
2746         * tools/Makefile.am
2747                 fix bug in the autotools build system.
2748                 Files cataloged under EXTRA_DIST were never
2749                 automatically copied to the build tree.
2750                 (fix 'make distcheck')
2751                 Patch by Michael Rasmussen.
2752
2753 2007-06-24 [colin]      2.9.2cvs73
2754
2755         * src/news_gtk.c
2756                 Fix bug 1249, 'Error handling for 
2757                 news errors needs modification'
2758                 Only popup error if the according
2759                 pref in Prefs/Receive is set.
2760
2761 2007-06-21 [colin]      2.9.2cvs72
2762
2763         * src/common/plugin.c
2764         * src/common/plugin.h
2765                 Change plugin API to know whether it's safe to 
2766                 unload plugins or whether we should just hide
2767                 them. Fixes bug 1248, 'Core dumps after 
2768                 unloading plugin and clicking on load plugins'
2769         * src/plugins/bogofilter/bogofilter.c
2770         * src/plugins/clamav/clamav_plugin.c
2771         * src/plugins/demo/demo.c
2772         * src/plugins/dillo_viewer/dillo_viewer.c
2773         * src/plugins/pgpcore/plugin.c
2774         * src/plugins/pgpinline/plugin.c
2775         * src/plugins/pgpmime/plugin.c
2776         * src/plugins/spamassassin/spamassassin.c
2777         * src/plugins/trayicon/trayicon.c
2778                 Update API
2779
2780 2007-06-19 [colin]      2.9.2cvs71
2781
2782         * src/compose.c
2783         * src/messageview.c
2784                 Fix crash mentioned in bug 1246
2785                 Race condition when automatically drafting
2786                 due to insertion on reedit.
2787
2788 2007-06-18 [wwp]        2.9.2cvs70
2789
2790         * src/importldif.c
2791                 LDIF import: use a "Proceed" button to complete
2792                 the process.
2793
2794 2007-06-18 [paul]       2.9.2cvs69
2795
2796         * configure.ac
2797                 use pkgconfig to check for gtk and glib
2798
2799 2007-06-17 [wwp]        2.9.2cvs68
2800
2801         * src/ldif.c
2802         * src/importldif.c
2803                 LDIF import: better error handling, minor code
2804                 and UI cleanup, and renamed the Save button
2805                 to Close, as imported stuff is already saved
2806                 when the Save button is shown.
2807
2808 2007-06-17 [colin]      2.9.2cvs67
2809
2810         * src/prefs_summaries.c
2811         * src/procmsg.c
2812                 Don't set as read when forwarded, only replied to
2813
2814 2007-06-17 [paul]       2.9.2cvs66
2815
2816         * src/alertpanel.c
2817                 add missing #include
2818
2819 2007-06-16 [colin]      2.9.2cvs65
2820
2821         * src/prefs_summaries.c
2822         * src/procmsg.c
2823                 Change the pref "Only mark as read when opened
2824                 in new window" to "..., replied to or forwarded".
2825                 Based on a patch by Paul Rolland.
2826
2827 2007-06-16 [paul]       2.9.2cvs64
2828
2829         * src/gtk/authors.h
2830                 alphabetical order! :)
2831
2832 2007-06-16 [colin]      2.9.2cvs63
2833
2834         * AUTHORS
2835         * src/gtk/authors.h
2836                 Add Michael Rasmussen in authors list
2837
2838 2007-06-16 [colin]      2.9.2cvs62
2839
2840         * src/messageview.c
2841                 Fix messageview_copy_clipboard to take advantage
2842                 of plugins' get_selection.
2843
2844 2007-06-15 [colin]      2.9.2cvs61
2845
2846         * src/action.c
2847         * src/addr_compl.c
2848         * src/addressbook.c
2849         * src/folderview.c
2850         * src/message_search.c
2851         * src/mimeview.c
2852         * src/summary_search.c
2853         * src/summaryview.c
2854         * src/textview.c
2855                 Allow GDK_KP_Enter to do the same as GDK_Return
2856                 Patch by Michael Rasmussen
2857
2858 2007-06-15 [paul]       2.9.2cvs60
2859
2860         * src/compose.c
2861                 fix bug when closing a compose window
2862                 during autosave
2863
2864 2007-06-14 [paul]       2.9.2cvs59
2865
2866         * src/main.c
2867         * src/common/defs.h
2868                 migrate sylpheed config
2869
2870 2007-06-14 [wwp]        2.9.2cvs58
2871
2872         * src/gtk/pluginwindow.c
2873                 Yet another attempt to fix sizing/alignment of the
2874                 button bar in plugins window.
2875
2876 2007-06-12 [colin]      2.9.2cvs57
2877
2878         * po/POTFILES.in
2879         * src/Makefile.am
2880         * src/folderview.c
2881         * src/prefs_common.c
2882         * src/prefs_common.h
2883         * src/prefs_summaries.c
2884         * src/prefs_summary_open.c
2885         * src/prefs_summary_open.h
2886         * src/summaryview.c
2887                 Make "when entering a folder" actions more personalisable
2888
2889 2007-06-12 [wwp]        2.9.2cvs56
2890
2891         * tools/README
2892                 Use short description from Paul (mairix.sh).
2893
2894 2007-06-12 [wwp]        2.9.2cvs55
2895
2896         * tools/README
2897                 Updated info about mairix.sh.
2898
2899 2007-06-11 [paul]       2.9.2cvs54
2900
2901         * src/prefs_logging.c
2902                 rework log window length widgets
2903                 and some sensitivity fixes
2904
2905 2007-06-11 [paul]       2.9.2cvs53
2906
2907         * src/mainwindow.c
2908         * src/prefs_logging.c
2909                 rename 'Protocol Log' to 'Network Log'
2910                 and some function renaming
2911
2912 2007-06-10 [wwp]        2.9.2cvs52
2913
2914         * src/gtk/pluginwindow.c
2915                 Revert 2.9.2cvs51.
2916
2917 2007-06-10 [wwp]        2.9.2cvs51
2918
2919         * src/gtk/pluginwindow.c
2920                 Fix button bar in plugin window, was centered and not
2921                 behaving like other dialogs w/ such button bar.
2922
2923 2007-06-08 [wwp]        2.9.2cvs50
2924
2925         * src/compose.c
2926         * src/compose.h
2927         * src/main.c
2928         * src/mainwindow.c
2929         * src/mainwindow.h
2930                 Provide a way out of automatic draft saving on IMAP, when
2931                 exiting offline.
2932                 Prevent drafting while sending and quitting while sending.
2933                 Thanks for Colin.
2934
2935
2936
2937 2007-06-08 [wwp]        2.9.2cvs49
2938
2939         * src/prefs_account.c
2940         * src/gtk/prefswindow.c
2941         * src/gtk/prefswindow.h
2942                 Activate the Basic page when opening account prefs.
2943
2944 2007-06-08 [wwp]        2.9.2cvs48
2945
2946         * src/common/socket.c
2947                 Don't crash if fork() fails, thanks to Colin.
2948
2949 2007-06-08 [wwp]        2.9.2cvs47
2950
2951         * src/gtk/prefswindow.c
2952                 Wrap some long lines, and reset horizontal scroller's adjusment
2953                 (this was already done, vertically), when changing tab (not page)
2954                 in prefs windows.
2955
2956 2007-06-08 [paul]       2.9.2cvs46
2957
2958         * src/common/utils.c
2959                 use gethostname() instead of uname()
2960                 based on a patch by Michael Hughes
2961                 <Sylpheed-Claws_user@thehugheslogcabin.net>
2962
2963 2007-06-07 [wwp]        2.9.2cvs45
2964
2965         * src/prefs_common.c
2966                 Fix some useless warnings, thanks to Colin.
2967
2968 2007-06-06 [colin]      2.9.2cvs44
2969
2970         * src/ldapupdate.c
2971                 Fix strange allocations. 
2972
2973 2007-06-06 [colin]      2.9.2cvs43
2974
2975         * src/ldapupdate.c
2976                 Patch by Michael Rasmussus to help
2977                 bug 1232
2978
2979 2007-06-05 [wwp]        2.9.2cvs42
2980
2981         * src/prefs_account.c
2982         * src/prefs_folder_item.c
2983         * src/prefs_quote.c
2984         * src/quote_fmt.c
2985         * src/quote_fmt.h
2986                 Per-folder templates can now be applied recursively.
2987                 Always save per-folder templates (formats were erroneously
2988                 saved only if they were enabled).
2989                 Check for validity of quotation marks everywhere there
2990                 are defined.
2991
2992 2007-06-05 [wwp]        2.9.2cvs41
2993
2994         * src/inc.c
2995                 Fix incoming messages from local accounts always getting filtered
2996                 (even if the account prefs say don't), thanks to Colin.
2997
2998 2007-06-05 [wwp]        2.9.2cvs40
2999
3000         * src/compose.c
3001         * src/compose.h
3002                 Use per-folder/per-account quote chars when applying a
3003                 template or inserting text as well. Const'ify some
3004                 vars more.
3005
3006 2007-06-04 [colin]      2.9.2cvs39
3007
3008         * src/compose.c
3009                 More work for wwp :)
3010
3011 2007-06-04 [wwp]        2.9.2cvs38
3012
3013         * src/compose.c
3014                 Same as 2.9.2cvs36 but for forwarding.
3015
3016 2007-06-04 [colin]      2.9.2cvs37
3017
3018         * src/compose.c
3019                 Use original mail file for forward/redirect
3020                 Fixes some forwarded mails to be attached as
3021                 application/octet-stream (when they have binary
3022                 parts), and incidentally fixes bug 848
3023                 'Redirect breaks GnuPG'
3024
3025 2007-06-04 [wwp]        2.9.2cvs36
3026
3027         * src/compose.c
3028                 Fix quote mark mis-initialisation when replying/forwarding
3029                 (introduced w/ 2.9.2cvs20).
3030
3031 2007-06-04 [wwp]        2.9.2cvs35
3032
3033         * src/prefs_compose_writing.c
3034         * src/prefs_quote.c
3035                 Fix a bug where Quotation characters (prefs/compose/writing)
3036                 was cleared (introduced w/ 2.9.2cvs26).
3037
3038 2007-06-04 [wwp]        2.9.2cvs34
3039
3040         * src/prefs_account.c
3041         * src/prefs_account.h
3042                 Better fix for compiling w/o aspell (rollbacks
3043                 2.9.2cvs31).
3044
3045 2007-06-04 [wwp]        2.9.2cvs33
3046
3047         * src/account.c
3048         * src/prefs_account.c
3049         * src/prefs_account.h
3050         * src/procmsg.c
3051                 It's now possible to disable mail filtering plugins
3052                 on a per-account basis.
3053
3054 2007-06-04 [wwp]        2.9.2cvs32
3055
3056         * src/procheader.c
3057         * src/common/utils.c
3058         * src/common/utils.h
3059                 Support CRLF in headers part of messages.
3060                 Support few more date formats (RFC3339 subsets).
3061
3062 2007-06-04 [wwp]        2.9.2cvs31
3063
3064         * src/prefs_account.c
3065                 Fix compiling w/o aspell support.
3066
3067 2007-06-03 [wwp]        2.9.2cvs30
3068
3069         * src/prefs_gtk.c
3070                 Don't decode leading ENV_ and ~ in P_PASSWORD
3071                 values.
3072
3073 2007-06-03 [wwp]        2.9.2cvs29
3074
3075         * src/prefs_gtk.c
3076                 Don't decode leading ENV_ and ~ in P_PASSWORD
3077                 values.
3078
3079 2007-06-03 [wwp]        2.9.2cvs28
3080
3081         * src/prefs_account.c
3082         * src/gtk/prefswindow.c
3083         * src/gtk/prefswindow.h
3084                 Added a way to force preloading of all pages
3085                 (prefswindow).
3086                 Moved tabs to pages in account prefs.
3087
3088 2007-06-02 [colin]      2.9.2cvs27
3089
3090         * src/addressbook.c
3091                 Fix possible crash, fix ldap write bugs
3092         * src/ldapupdate.c
3093                 Fix ldap write bugs - patch by Michael
3094                 Rasmussen
3095         * src/alertpanel.c
3096         * src/alertpanel.h
3097                 Add a hook whenever alertpanel opens/closes
3098
3099 2007-05-31 [wwp]        2.9.2cvs26
3100
3101         * src/prefs_compose_writing.c
3102         * src/prefs_quote.c
3103                 Re-organized writing options a bit:
3104                  - renamed the Quoting page to Templates
3105                  - moved all composing templates to that page
3106                  - moved non-templates options to the Writing one,
3107                    grouped reply-related options, reordered reply and
3108                    forward options.
3109
3110 2007-05-31 [wwp]        2.9.2cvs25
3111
3112         * src/compose.c
3113                 Removed unused code.
3114
3115 2007-05-31 [colin]      2.9.2cvs24
3116
3117         * src/addressbook.c
3118                 Fix missing display name when modifying
3119                 LDAP. Patch by Michael Rasmussen
3120
3121 2007-05-31 [wwp]        2.9.2cvs23
3122
3123         * src/plugins/bogofilter/Makefile.am
3124         * src/plugins/clamav/Makefile.am
3125         * src/plugins/demo/Makefile.am
3126         * src/plugins/dillo_viewer/Makefile.am
3127         * src/plugins/spamassassin/Makefile.am
3128                 Fix building of those plugins in Mac OS X.
3129
3130 2007-05-30 [wwp]        2.9.2cvs22
3131
3132         * src/gtk/quicksearch.c
3133                 Fix missing initialization.
3134
3135 2007-05-30 [wwp]        2.9.2cvs21
3136
3137         * src/procheader.c
3138                 Revert accidental commit (debug outputs).
3139
3140 2007-05-30 [wwp]        2.9.2cvs20
3141
3142         * src/compose.c
3143         * src/folder_item_prefs.c
3144         * src/folder_item_prefs.h
3145         * src/prefs_account.c
3146         * src/prefs_account.h
3147         * src/prefs_folder_item.c
3148         * src/prefs_gtk.c
3149         * src/prefs_gtk.h
3150                 Implemented per-account and per-folder
3151                 compose/reply/forward formats.
3152
3153 2007-05-30 [wwp]        2.9.2cvs19
3154
3155         * src/prefs_compose_writing.c
3156         * src/prefs_quote.c
3157         * src/procheader.c
3158         * src/quote_fmt.c
3159         * src/quote_fmt.h
3160                 Internal API changes (factorize quote format
3161                 prefs and checks).
3162
3163 2007-05-30 [colin]      2.9.2cvs18
3164
3165         * src/compose.c
3166                 Fix race where it's possible to re-click Send
3167                 between end of SMTP session and end of "move to
3168                 sent folder" when sending an email with send
3169                 dialog enabled.
3170
3171 2007-05-30 [colin]      2.9.2cvs17
3172
3173         * src/crash.c
3174                 Ask for backtrace on all threads. Patch by
3175                 Pawel
3176         * src/folderview.c
3177                 Fix stale news statusbar when scanning fails.
3178                 Patch by Pawel
3179         * src/ldapupdate.c
3180                 Fix some LDAP write updates bugs. Patch
3181                 by Michael Rasmussen
3182
3183 2007-05-29 [colin]      2.9.2cvs16
3184
3185         * src/imap.c
3186                 Fix loss of local flags when moving mails
3187                 on IMAP in high-bandwidth mode (UID FETCH)
3188
3189 2007-05-25 [paul]       2.9.2cvs15
3190
3191         * src/common/socket.c
3192                 fix sometimes crasher on cancelling
3193                 message sending
3194
3195 2007-05-25 [colin]      2.9.2cvs14
3196
3197         * src/imap.c
3198                 Fix a memory leak
3199         * src/imap_gtk.c
3200                 Be more helpful in the subscription
3201                 message
3202
3203 2007-05-23 [wwp]        2.9.2cvs13
3204
3205         * src/compose.c
3206         * src/prefs_compose_writing.c
3207         * src/prefs_quote.c
3208         * src/prefs_template.c
3209         * src/prefs_template.h
3210         * src/quote_fmt.c
3211         * src/quote_fmt.h
3212         * src/quote_fmt_lex.l
3213         * src/quote_fmt_parse.y
3214                 Introduced new syntax elements (symbols and commands)
3215                 in templates/quote_fmt. Compatibility w/ old
3216                 symbols is kept.
3217                 Updated and reworked the corresponding Information
3218                 dialog.
3219                 Display the line number in dialogs that talk about
3220                 parser errors (in addition to the error message in
3221                 output).
3222
3223 2007-05-23 [wwp]        2.9.2cvs12
3224
3225         * src/quote_fmt_parse.y
3226                 Fix 2.9.2cvs11, probably a paste accident ;).
3227
3228 2007-05-23 [wwp]        2.9.2cvs11
3229
3230         * src/compose.c
3231         * src/prefs_template.c
3232         * src/quote_fmt.h
3233         * src/quote_fmt_parse.y
3234                 Fix 2.9.2cvs10, which broke --disable-aspell.
3235
3236 2007-05-22 [wwp]        2.9.2cvs10
3237
3238         * src/compose.c
3239         * src/prefs_template.c
3240         * src/quote_fmt.c
3241         * src/quote_fmt.h
3242         * src/quote_fmt_lex.l
3243         * src/quote_fmt_parse.y
3244         * src/gtk/gtkaspell.c
3245         * src/gtk/gtkaspell.h
3246                 Added template/quote format syntactical elements
3247                 to show and query:
3248                         - current dictionary
3249                           %T to show (shows empty if not set or not enabled),
3250                           ?T and !T to check if the default dictionary is
3251                           enabled and set
3252                         - current account's default dictionary
3253                           %aT to show (empty if not set or not enabled),
3254                           ?aT and !aT to check if it's enabled and set
3255                         - name completion for an address, from the address
3256                           book
3257                           %ABf, %ABt, %ABc respectively show the full name got
3258                           from the address book if From, To or Cc match a single
3259                           contact.
3260                           ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
3261                           matches any contact and if the full name is non-empty.
3262                           If From, To or Cc are lists of email addresses, only
3263                           the first address will be checked.
3264                 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
3265                 that could show a trailing ','.
3266                 Also, template/quote_fmt parser now shows the line number in case
3267                 of parser error.
3268
3269 2007-05-15 [colin]      2.9.2cvs9
3270
3271         * src/main.c
3272         * src/main.h
3273                 Add a public function to know whether Claws
3274                 crashed last time
3275                 Store opened folder when exiting
3276         * src/folder.c
3277         * src/folder.h
3278                 Store last opened message in each FolderItem;
3279                 Reset last seen messages if Claws crashed, so 
3280                 that one can't go in an infinite crash in case 
3281                 a particular mail crashes Claws.
3282         * src/messageview.c
3283         * src/prefs_common.c
3284         * src/prefs_common.h
3285         * src/summaryview.c
3286         * src/prefs_summaries.c
3287                 Add "Select last opened message" when entering
3288                 a folder
3289                 Add "Select last opened folder" at startup.
3290
3291 2007-05-14 [colin]      2.9.2cvs8
3292
3293         * manual/xml2pdf
3294                 Fix bashism, search for xml catalog 
3295                 in /usr/local/share/xml/catalog too
3296                 Patch by Pawel
3297
3298 2007-05-13 [wwp]        2.9.2cvs7
3299
3300         * src/gtk/logwindow.c
3301                 fix raising log windows when they are either minimized or
3302                 in background.
3303
3304 2007-05-11 [colin]      2.9.2cvs6
3305
3306         * src/gtk/filesel.c
3307                 Use Hildon's file chooser on Maemo. Patch
3308                 by Jean-Luc Biord; fixes part 2 of bug 1201,
3309                 'File attachment "manipulation" bugs...'
3310
3311 2007-05-10 [wwp]        2.9.2cvs5
3312
3313         * src/prefs_common.c
3314         * src/prefs_common.h
3315         * src/gtk/quicksearch.c
3316                 Add a quicksearch option to automatically run
3317                 a search selected from the history (this option
3318                 is exclusive towards type-ahead).
3319
3320 2007-05-10 [colin]      2.9.2cvs4
3321
3322         * src/imap.c
3323                 Fix g_warnings, thanks to Brian
3324                 Morrison
3325
3326 2007-05-09 [colin]      2.9.2cvs3
3327
3328         * src/crash.c
3329         * src/exporthtml.c
3330         * src/mbox.c
3331         * src/prefs_summaries.c
3332         * src/procheader.c
3333         * src/common/log.c
3334         * src/common/utils.c
3335         * src/gtk/gtksourceprintjob.c
3336         * src/gtk/sslcertwindow.c
3337                 Use the re-entrant variant of time functions
3338                 Probably fixes bug 1217, 'reentrancy problems 
3339                 with time functions'
3340
3341 2007-05-09 [colin]      2.9.2cvs2
3342
3343         * src/imap.c
3344                 Fix crasher when reconnection fails
3345
3346 2007-05-08 [paul]       2.9.2cvs1
3347
3348         * NEWS
3349         * README
3350         * RELEASE_NOTES
3351         * configure.ac
3352                 bump version number following
3353                 stable release
3354
3355 2007-05-08 [paul]       2.9.1cvs48
3356
3357         * src/plugins/demo/demo.c
3358         * src/plugins/dillo_viewer/dillo_prefs.c
3359         * src/plugins/dillo_viewer/dillo_prefs.h
3360         * src/plugins/dillo_viewer/dillo_viewer.c
3361         * src/plugins/pgpcore/pgp_viewer.c
3362         * src/plugins/pgpcore/pgp_viewer.h
3363         * src/plugins/pgpcore/plugin.c
3364         * src/plugins/pgpcore/prefs_gpg.c
3365         * src/plugins/pgpcore/prefs_gpg.h
3366         * src/plugins/pgpcore/sgpgme.c
3367         * src/plugins/pgpcore/sgpgme.h
3368         * src/plugins/pgpinline/plugin.c
3369         * src/plugins/pgpmime/pgpmime.c
3370         * src/plugins/pgpmime/pgpmime.h
3371         * src/plugins/pgpmime/plugin.c
3372         * src/plugins/spamassassin/spamassassin.c
3373         * src/plugins/spamassassin/spamassassin.h
3374         * src/plugins/spamassassin/spamassassin_gtk.c
3375         * src/plugins/trayicon/README
3376         * tools/README
3377         * tools/README.sylprint
3378         * tools/outlook2claws-mail.pl
3379         * tools/sylprint.pl
3380         * tools/tb2claws-mail
3381         * tools/tbird2claws.py
3382         * tools/update-po
3383         * tools/vcard2xml.py
3384         * tools/kdeservicemenu/README
3385                 cleanups and corrections
3386
3387 2007-05-06 [wwp]        2.9.1cvs47
3388
3389         * tools/uudec
3390                 Fix missing dash to `display` command-line, reported
3391                 by Georg Himmrich <georg at mails d0t diesind d0t net>.
3392
3393 2007-05-06 [colin]      2.9.1cvs46
3394
3395         * src/Makefile.am
3396         * src/stock_pixmap.c
3397         * src/stock_pixmap.h
3398         * src/pixmaps/printer.xpm
3399                 Add a printer icon
3400
3401 2007-05-06 [paul]       2.9.1cvs45
3402
3403         * src/compose.c
3404         * src/ldapquery.c
3405         * src/privacy.h
3406         * src/summary_search.c
3407         * src/summaryview.c
3408                 fix build warnings
3409
3410 2007-05-05 [wwp]        2.9.1cvs44
3411
3412         * src/messageview.c
3413         * src/mh.c
3414         * src/prefs_actions.c
3415         * src/prefs_gtk.c
3416         * src/summaryview.c
3417         * src/common/xml.c
3418                 Fix "faild" typos everywhere and capitalization of
3419                 some g_warnings.
3420
3421 2007-05-04 [colin]      2.9.1cvs43
3422
3423         * src/compose.c
3424         * src/privacy.c
3425         * src/privacy.h
3426         * src/plugins/pgpcore/prefs_gpg.c
3427         * src/plugins/pgpcore/prefs_gpg.h
3428         * src/plugins/pgpinline/pgpinline.c
3429         * src/plugins/pgpmime/pgpmime.c
3430                 Add an API to warn about encryption limits,
3431                 and allow to disable these warnings
3432
3433 2007-05-03 [colin]      2.9.1cvs42
3434
3435         * src/summaryview.c
3436         * src/mainwindow.c
3437                 Fix bug 1213, 'Delete more than 
3438                 one thread at once'
3439
3440 2007-05-03 [wwp]        2.9.1cvs41
3441
3442         * src/prefs_common.c
3443         * src/prefs_filtering.c
3444         * src/prefs_template.c
3445         * src/common/template.c
3446         * src/common/template.h
3447         * src/gtk/gtkutils.c
3448         * src/gtk/gtkutils.h
3449                 Templates are no longer automatically sorted
3450                 by name, but can be sorted manually using
3451                 |< < > >| buttons as well as drag'n'drop.
3452
3453 2007-05-03 [wwp]        2.9.1cvs40
3454
3455         * src/plugins/spamassassin/spamassassin.c
3456         * src/plugins/spamassassin/spamassassin.h
3457         * src/plugins/spamassassin/spamassassin_gtk.c
3458         * src/plugins/bogofilter/bogofilter.c
3459         * src/plugins/bogofilter/bogofilter.h
3460         * src/plugins/bogofilter/bogofilter_gtk.c
3461                 Added an option to conditionally mark saved spam
3462                 as read (default is and was to do so).
3463                 Satisfies feature request 1708539 on sf.net tracker.
3464
3465 2007-05-03 [colin]      2.9.1cvs39
3466
3467         * src/inc.c
3468                 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
3469
3470 2007-05-02 [colin]      2.9.1cvs38
3471
3472         * src/textview.c
3473                 Fix bug 1209, 'Clicking on address 
3474                 in header (mailto uri) selects 
3475                 default account'. Patch adapted from
3476                 G.P. Halkes' patch.
3477
3478 2007-05-02 [colin]      2.9.1cvs37
3479
3480         * src/grouplistdialog.c
3481                 Set cursor to wait cursor while loading
3482                 groups.
3483
3484 2007-05-02 [paul]       2.9.1cvs36
3485
3486         * src/folder.c
3487         * src/common/defs.h
3488                 rename cache and mark files
3489                 (data is preserved)
3490
3491 2007-04-30 [paul]       2.9.1cvs35
3492
3493         * manual/glossary.xml
3494         * manual/plugins.xml
3495                 updates. Patch by Ricardo
3496
3497 2007-04-29 [wwp]        2.9.1cvs34
3498
3499         * src/mainwindow.c
3500         * configure.ac
3501                 Fix few grammatical errors (patch by David Relson < relson at
3502                 osagesoftware dot com >).
3503
3504 2007-04-28 [colin]      2.9.1cvs33
3505
3506         * src/account.c
3507         * src/pop.c
3508         * src/prefs_account.c
3509         * src/prefs_account.h
3510                 Drop the "Download all" preference. It's
3511                 stupidly useless and confuses people from
3512                 time to time.
3513
3514 2007-04-27 [wwp]        2.9.1cvs32
3515
3516         * src/account.c
3517         * src/prefs_account.c
3518         * src/prefs_account.h
3519                 Don't reflect accounts changes to the mainwindow when it's
3520                 not necessary.
3521
3522 2007-04-27 [colin]      2.9.1cvs31
3523
3524         * src/folder.c
3525                 Freeze/thaw when sync'ing flags
3526         * src/imap.c
3527         * src/prefs_account.c
3528         * src/prefs_account.h
3529         * src/etpan/imap-thread.c
3530         * src/etpan/imap-thread.h
3531                 Add a way to use UID FETCH instead
3532                 of searches to fetch message lists
3533                 and flags. More expensive towards
3534                 bandwidth, less expensive towards
3535                 server's CPU. Probably fixes 
3536                 bug 1158, 'Scanning new folders on 
3537                 Exchange 2007 extremely slow'.
3538                 Patch 95% by Hoa.
3539
3540 2007-04-27 [paul]       2.9.1cvs30
3541
3542         * src/mainwindow.c
3543         * src/prefs_logging.c
3544                 improvements to english usage
3545
3546 2007-04-27 [colin]      2.9.1cvs29
3547
3548         * src/imap.c
3549                 Fix build without libetpan (my bad!)
3550
3551 2007-04-26 [colin]      2.9.1cvs28
3552
3553         * src/imap.c
3554         * src/imap.h
3555                 Fix uselessly exported function
3556         * src/textview.c
3557                 Consider "- -- \n" as signature separator
3558                 (that's what signature separators look like
3559                  in PGP/Inline signed mails)
3560
3561 2007-04-26 [colin]      2.9.1cvs27
3562
3563         * configure.ac
3564                 libetpan-0.49 is now required
3565         * src/procmime.c
3566                 Fix double fetching of mails if
3567                 first try failed
3568         * src/imap.c
3569                 Make offline sync faster, by
3570                 remembering last change time, and
3571                 last sync time.
3572
3573 2007-04-26 [hoa]        2.9.1cvs26
3574
3575         * src/imap.c
3576         * src/imap.h
3577         * src/mainwindow.c
3578         * src/toolbar.c
3579         * src/etpan/imap-thread.c
3580         * src/etpan/imap-thread.h
3581                 cancellation of IMAP operations is now allowed.
3582                 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
3583
3584 2007-04-26 [colin]      2.9.1cvs25
3585
3586         * src/folder.c
3587                 Always fetch body+headers in folders that are
3588                 synched for offline use, if "Synchronise as
3589                 soon as possible" is set.
3590                 Fixes bug 1200, 'Add option to always retrieve full 
3591                 messages'
3592
3593 2007-04-25 [colin]      2.9.1cvs24
3594
3595         * src/compose.c
3596                 Fix bug 1198, 'Reply-all "disappearing" address bug 
3597                 persists...'
3598
3599 2007-04-24 [colin]      2.9.1cvs23
3600
3601         * src/folderview.c
3602                 Fix bug 1195, 'Hardware key navigation' 
3603                 Make GDK_Enter toggle expansion (Maemo)
3604
3605 2007-04-24 [wwp]        2.9.1cvs22
3606
3607         * src/compose.c
3608                 Fix few compiler warnings.
3609
3610 2007-04-24 [paul]       2.9.1cvs21
3611
3612         * src/Makefile.am
3613         * src/stock_pixmap.c
3614         * src/stock_pixmap.h
3615                 complete last commit
3616
3617 2007-04-24 [paul]       2.9.1cvs20
3618
3619         * src/gtk/about.c
3620         * src/pixmaps/active.xpm
3621         * src/pixmaps/checkbox_off.xpm
3622         * src/pixmaps/checkbox_on.xpm
3623         * src/pixmaps/inactive.xpm
3624                 kick out the blobs
3625                 remove transparent border from checkbox icons
3626
3627 2007-04-24 [wwp]        2.9.1cvs19
3628
3629         * src/textview.c
3630         * src/textview.h
3631                 Fix a crash in textview, thanks to Colin.
3632
3633 2007-04-23 [wwp]        2.9.1cvs18
3634
3635         * src/prefs_common.c
3636                 Fix 2.9.1cvs5: no header was being translated at all.
3637
3638 2007-04-23 [colin]      2.9.1cvs17
3639
3640         * src/Makefile.am
3641         * src/stock_pixmap.c
3642         * src/stock_pixmap.h
3643         * src/summaryview.c
3644         * src/summaryview.h
3645         * src/gtk/gtksctree.c
3646         * src/gtk/gtksctree.h
3647         * src/pixmaps/selection.xpm
3648                 Fix bug 1193, 'Need a way to multi-select
3649                 items'. Add a toggle button to the summaryview
3650                 to switch between normal and multiple selection
3651                 (Maemo)
3652
3653 2007-04-23 [colin]      2.9.1cvs16
3654
3655         * src/Makefile.am
3656         * src/stock_pixmap.c
3657         * src/stock_pixmap.h
3658         * src/summaryview.c
3659         * src/summaryview.h
3660         * src/gtk/gtksctree.c
3661         * src/gtk/gtksctree.h
3662         * src/pixmaps/selection.xpm
3663                 Fix bug 1193, 'Need a way to multi-
3664                 select items'
3665                 Add a toggle button in the summaryview
3666                 to enable normal or multiple selection.
3667                 (Maemo)
3668
3669 2007-04-23 [colin]      2.9.1cvs15
3670
3671         * src/compose.c
3672                 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
3673
3674 2007-04-21 [colin]      2.9.1cvs14
3675
3676         * src/gtk/quicksearch.c
3677                 Fix previous commit (actually use correct
3678                 parameter)
3679
3680 2007-04-21 [colin]      2.9.1cvs13
3681
3682         * src/gtk/quicksearch.c
3683                 Fix changing quicksearch type (after Esc,
3684                 after changing Recursive, ...)
3685
3686 2007-04-20 [wwp]        2.9.1cvs12
3687
3688         * src/gtk/Makefile.am
3689                 Added headers.h (completes 2.9.1cvs5).
3690
3691 2007-04-20 [wwp]        2.9.1cvs11
3692
3693         * src/addressbook.c
3694                 Fix the use of display name in name column,
3695                 it has been overriden w/ the use of nickname
3696                 by 2.9.0cvs3. Now nickname is used (if any)
3697                 in case of LDAP books only.
3698
3699 2007-04-20 [colin]      2.9.1cvs10
3700
3701         * src/mimeview.c
3702         * src/summaryview.c
3703         * src/textview.c
3704                 Add handling of 'a' to loop in a mail's
3705                 mimeparts
3706
3707 2007-04-20 [colin]      2.9.1cvs9
3708
3709         * src/toolbar.c
3710                 Fix bug 1190, 'dir_open' button doesn't work'
3711                 (Maemo)
3712
3713 2007-04-20 [colin]      2.9.1cvs8
3714
3715         * src/folderview.c
3716         * src/mainwindow.c
3717                 Fix bug 1194, 'Hardware keys move from email 
3718                 list to account/directory list, but not back 
3719                 to email list...' (Maemo)
3720
3721 2007-04-20 [colin]      2.9.1cvs7
3722
3723         * src/compose.h
3724                 complete previous commit
3725
3726 2007-04-20 [colin]      2.9.1cvs6
3727
3728         * src/compose.c
3729                 Fix bug 1187, 'Reply-to addressee disappears 
3730                 when reply-to text box is clicked...' (Maemo)
3731
3732 2007-04-20 [wwp]        2.9.1cvs5
3733
3734         * po/POTFILES.in
3735         * src/addressbook.c
3736         * src/compose.c
3737         * src/filtering.c
3738         * src/headerview.c
3739         * src/matcher.c
3740         * src/prefs_common.c
3741         * src/prefs_common.h
3742         * src/prefs_display_header.c
3743         * src/prefs_matcher.c
3744         * src/summaryview.c
3745         * src/gtk/headers.h
3746         * src/gtk/quicksearch.c
3747                 Translate more header names according to the relevant option value,
3748                 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
3749                 Replaced nearly all uses of prefs_common.trans_hdr with a call
3750                 to prefs_common_translated_header_name().
3751                 Added a headers.h reference file that contains known header names
3752                 (RFC2822 and others) to the translation process' input, so that
3753                 translated header names will still exist even if no occurrence of
3754                 _("headername") is found anymore in the sources.
3755                 Don't translate column name 'Number' following to trans_hdr option
3756                 value as it's not a header name.
3757
3758 2007-04-20 [colin]      2.9.1cvs4
3759
3760         * src/gtk/quicksearch.c
3761         * src/gtk/quicksearch.h
3762                 Add "From, To or Subject" quicksearch
3763                 type. Patch by ulfschaper@users.sf.net
3764
3765 2007-04-20 [colin]      2.9.1cvs3
3766
3767         * src/matcher.c
3768                 Implement proper references filtering condition.
3769                 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
3770
3771 2007-04-19 [wwp]        2.9.1cvs2
3772
3773         * src/prefs_display_header.c
3774         * src/message_search.c
3775                 Fix few warnings (g_free of const gchar*).
3776
3777 2007-04-19 [paul]       2.9.1cvs1
3778
3779         * NEWS
3780         * README
3781         * RELEASE_NOTES
3782         * configure.ac
3783                 bump version number following
3784                 stable release
3785
3786 2007-04-19 [paul]       2.9.0cvs9
3787
3788         * manual/advanced.xml
3789         * manual/glossary.xml
3790                 fix typos
3791
3792 2007-04-18 [paul]       2.9.0cvs8
3793
3794         * src/pop.c
3795                 fix for CVE-2007-1558 (APOP)
3796                 Thanks to Colin
3797
3798 2007-04-18 [paul]       2.9.0cvs7
3799
3800         * src/messageview.c
3801         * src/mimeview.c
3802         * src/summaryview.c
3803         * src/gtk/filesel.c
3804                 Fix encoding woes wrt saving of
3805                 mails and parts
3806                 Thanks to Colin
3807
3808 2007-04-18 [colin]      2.9.0cvs6
3809
3810         * src/gtk/pluginwindow.c
3811                 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
3812
3813 2007-04-17 [wwp]        2.9.0cvs5
3814
3815         * src/addressadd.c
3816         * src/addressbook.c
3817         * src/addrindex.c
3818         * src/ldapupdate.c
3819                 Fix --disable-ldap build,
3820                 fix some LDAP annoyances on 
3821                 searches, thanks to Colin.
3822
3823 2007-04-17 [wwp]        2.9.0cvs4
3824
3825         * src/ldapupdate.c
3826                 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
3827                 like gcc 2.9x. Thanks to Colin.
3828
3829 2007-04-17 [wwp]        2.9.0cvs3
3830
3831         * src/Makefile.am
3832         * src/addressadd.c
3833         * src/addressbook.c
3834         * src/addrindex.c
3835         * src/addritem.c
3836         * src/addritem.h
3837         * src/editaddress.c
3838         * src/ldapctrl.c
3839         * src/ldapctrl.h
3840         * src/ldapquery.c
3841         * src/ldapserver.c
3842         * src/ldapserver.h
3843         * src/ldapupdate.c
3844         * src/ldapupdate.h
3845                 Add LDAP write support. Patch mostly by 
3846                 Michael <mir at datanom dot net>
3847
3848 2007-04-17 [wwp]        2.9.0cvs2
3849
3850         * src/compose.c
3851                 Prepend "Add to address book" to the context menu of compose window's sender and
3852                 recipient fields.
3853
3854 2007-04-16 [paul]       2.9.0cvs1
3855
3856         * src/gtk/authors.h
3857                 add Pader Rezso
3858
3859 2007-04-16 [paul]       2.9.0
3860
3861         * NEWS
3862         * README
3863         * RELEASE_NOTES
3864                 2.9.0 released
3865
3866 2007-04-16 [paul]       2.8.1cvs102
3867
3868         * po/fr.po
3869                 updated by Fabien Vantard
3870
3871 2007-04-16 [paul]       2.8.1cvs101
3872
3873         * po/ca.po
3874         * po/cs.po
3875         * po/de.po
3876         * po/hu.po
3877         * po/pl.po
3878         * po/pt_BR.po
3879         * po/sr.po
3880         * po/zh_CN.po
3881                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
3882                 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
3883                 Aleksandar Urosevic, and Ralgh Young
3884
3885 2007-04-15 [mones]      2.8.1cvs100
3886
3887         * po/es.po
3888                 Updated for release
3889
3890 2007-04-14 [colin]      2.8.1cvs99
3891
3892         * src/message_search.c
3893         * src/prefs_display_header.c
3894         * src/summary_search.c
3895         * src/gtk/combobox.c
3896                 Fix allocations
3897
3898 2007-04-14 [wwp]        2.8.1cvs98
3899
3900         * src/gtk/combobox.c
3901         * src/message_search.c
3902         * src/summary_search.c
3903         * src/prefs_display_header.c
3904                 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
3905                 returns NULL, get the text value directly from the GtkEntry child.
3906
3907 2007-04-13 [colin]      2.8.1cvs97
3908
3909         * src/gtk/quicksearch.c
3910                 Give the focus back to summaryview when
3911                 emptying the quicksearch with Esc
3912
3913 2007-04-13 [colin]      2.8.1cvs96
3914
3915         * src/message_search.c
3916         * src/prefs_display_header.c
3917         * src/summary_search.c
3918                 Fix possibles crashes when getting text
3919                 from gtk combos
3920
3921 2007-04-13 [colin]      2.8.1cvs95
3922
3923         * src/pop.c
3924                 Add some UIDL debugging
3925
3926 2007-04-12 [colin]      2.8.1cvs94
3927
3928         * src/folder.c
3929                 Force folder scan if necessary after
3930                 copying mails, to be able to reapply
3931                 flags.
3932
3933 2007-04-11 [colin]      2.8.1cvs93
3934
3935         * src/main.c
3936                 don't scan for new mail on startup if --select
3937                 is specified (or race conditions arise). If so,
3938                 do both sequentially.
3939
3940 2007-04-09 [colin]      2.8.1cvs92
3941
3942         * src/common/defs.h
3943                 Use leafpad by default on Maemo. Patch
3944                 by Jean-Luc Biord.
3945
3946 2007-04-06 [colin]      2.8.1cvs91
3947
3948         * src/pixmaps/queue_close.xpm
3949         * src/pixmaps/queue_close_hrm.xpm
3950         * src/pixmaps/queue_close_hrm_mark.xpm
3951         * src/pixmaps/queue_close_mark.xpm
3952         * src/pixmaps/queue_open.xpm
3953         * src/pixmaps/queue_open_hrm.xpm
3954         * src/pixmaps/queue_open_hrm_mark.xpm
3955         * src/pixmaps/queue_open_mark.xpm
3956                 Move the clock one pixel down :)
3957
3958 2007-04-05 [colin]      2.8.1cvs90
3959
3960         * src/mainwindow.c
3961                 Don't sync when switching offline from
3962                 command line - it's usually too late :)
3963
3964 2007-04-05 [paul]       2.8.1cvs89
3965
3966         * src/Makefile.am
3967         * src/stock_pixmap.c
3968         * src/pixmaps/dir_close_hrm.xpm
3969         * src/pixmaps/dir_close_hrm_mark.xpm
3970         * src/pixmaps/drafts_close.xpm
3971         * src/pixmaps/drafts_close_mark.xpm
3972         * src/pixmaps/drafts_open.xpm
3973         * src/pixmaps/drafts_open_mark.xpm
3974         * src/pixmaps/inbox.xpm
3975         * src/pixmaps/inbox_close.xpm
3976         * src/pixmaps/inbox_close_hrm.xpm
3977         * src/pixmaps/inbox_close_hrm_mark.xpm
3978         * src/pixmaps/inbox_close_mark.xpm
3979         * src/pixmaps/inbox_hrm.xpm
3980         * src/pixmaps/inbox_hrm_mark.xpm
3981         * src/pixmaps/inbox_mark.xpm
3982         * src/pixmaps/inbox_open.xpm
3983         * src/pixmaps/inbox_open_hrm.xpm
3984         * src/pixmaps/inbox_open_hrm_mark.xpm
3985         * src/pixmaps/inbox_open_mark.xpm
3986         * src/pixmaps/outbox.xpm
3987         * src/pixmaps/outbox_close.xpm
3988         * src/pixmaps/outbox_close_hrm.xpm
3989         * src/pixmaps/outbox_close_hrm_mark.xpm
3990         * src/pixmaps/outbox_close_mark.xpm
3991         * src/pixmaps/outbox_hrm.xpm
3992         * src/pixmaps/outbox_hrm_mark.xpm
3993         * src/pixmaps/outbox_mark.xpm
3994         * src/pixmaps/outbox_open.xpm
3995         * src/pixmaps/outbox_open_hrm.xpm
3996         * src/pixmaps/outbox_open_hrm_mark.xpm
3997         * src/pixmaps/outbox_open_mark.xpm
3998         * src/pixmaps/queue_close.xpm
3999         * src/pixmaps/queue_close_hrm.xpm
4000         * src/pixmaps/queue_close_hrm_mark.xpm
4001         * src/pixmaps/queue_close_mark.xpm
4002         * src/pixmaps/queue_open.xpm
4003         * src/pixmaps/queue_open_hrm.xpm
4004         * src/pixmaps/queue_open_hrm_mark.xpm
4005         * src/pixmaps/queue_open_mark.xpm
4006                 updated, added and replaced icons
4007                 Icons by Colin
4008
4009 2007-04-04 [colin]      2.8.1cvs88
4010
4011         * src/imap.c
4012                 Fix build without libetpan
4013
4014 2007-04-03 [colin]      2.8.1cvs87
4015
4016         * src/imap.c
4017                 Fix crash with Citadel, and try to make
4018                 things work. this server (and specifically 
4019                 STATUS and APPEND at least) seems broken.
4020
4021 2007-04-03 [colin]      2.8.1cvs86
4022
4023         * src/folderview.c
4024                 Fix icons on folder close
4025
4026 2007-04-03 [colin]      2.8.1cvs85
4027
4028         * src/inc.c
4029                 Fix double-ask of offline override in
4030                 certain cases
4031         * src/imap.c
4032         * src/imap.h
4033         * src/imap_gtk.c
4034                 Much more efficient way to synchronise
4035                 for offline use
4036         * src/etpan/imap-thread.c
4037                 Fix possible segs
4038         * src/folder.c
4039         * src/gtk/quicksearch.c
4040                 Fix some GUI lags
4041
4042 2007-04-03 [paul]       2.8.1cvs84
4043
4044         * src/filtering.c
4045         * src/folder.c
4046         * src/folder.h
4047         * src/prefs_common.c
4048         * src/prefs_common.h
4049         * src/prefs_other.c
4050                 Fix sync being done too late
4051                 Thanks to Colin
4052
4053 2007-04-02 [colin]      2.8.1cvs83
4054
4055         * src/summaryview.c
4056                 Maemo: Put status and quicksearch at the top
4057         * src/plugins/bogofilter/bogofilter.c
4058         * src/plugins/spamassassin/spamassassin.c
4059                 Derive trash from inbox if possible
4060
4061 2007-04-02 [paul]       2.8.1cvs82
4062
4063         * src/plugins/bogofilter/bogofilter_gtk.c
4064                 a few English changes
4065
4066 2007-04-02 [paul]
4067
4068         2.9.0-rc1 released
4069
4070 2007-04-02 [colin]      2.8.1cvs81
4071
4072         * src/image_viewer.c
4073                 Fix transparent images by using
4074                 GtkImage
4075         * src/messageview.c
4076                 Flush events (on new windows) to avoid
4077                 having the textview's image resize fail
4078                 to know the available width
4079
4080 2007-04-01 [colin]      2.8.1cvs80
4081
4082         * src/prefs_account.c
4083                 If no MH mailbox exist, when creating a POP/Local
4084                 account, just create and use the default one 
4085                 instead of bailing with a "Mailbox doesn't exist"
4086                 error
4087
4088 2007-03-31 [colin]      2.8.1cvs79
4089
4090         * src/prefs_account.c
4091                 Create signature file if it doesn't exist
4092                 before editing
4093         * src/prefs_toolbar.c
4094                 Maemo: Move "Use default" on the left so
4095                 that people can find it
4096         * src/common/defs.h
4097                 Maemo: make default editor "Maemopad", 
4098                 default signature file "MyDocs/signature.txt"
4099
4100 2007-03-31 [colin]      2.8.1cvs78
4101
4102         * src/prefs_account.c
4103                 Maemo: rework account prefs so
4104                 that less horizontal scrolling
4105                 is required
4106
4107 2007-03-31 [colin]      2.8.1cvs77
4108
4109         * src/folderview.c
4110         * src/prefs_common.c
4111         * src/prefs_common.h
4112                 Fix bug 1167, 'Allow not displaying zeros 
4113                 in folder list'. Patch by MartinP
4114
4115 2007-03-31 [colin]      2.8.1cvs76
4116
4117         * AUTHORS
4118                 Add Jean-Luc Biord
4119
4120 2007-03-31 [colin]      2.8.1cvs75
4121
4122         * src/imap.c
4123                 Apply patch from bug 1172, direct
4124                 access to the folder's session instead
4125                 of using getter. Patch by MartinP
4126
4127 2007-03-31 [paul]       2.8.1cvs74
4128
4129         * src/gtk/authors.h
4130                 no need to list Fabien twice!
4131
4132 2007-03-31 [colin]      2.8.1cvs73
4133
4134         * src/inc.c
4135                 If we're currently "overriding for %d minutes",
4136                 don't ask
4137
4138 2007-03-31 [colin]      2.8.1cvs72
4139
4140         * src/compose.c
4141         * src/imap.c
4142         * src/inc.c
4143         * src/inc.h
4144         * src/messageview.c
4145         * src/news.c
4146         * src/plugins/spamassassin/spamassassin.c
4147                 Offline override: Add a parameter to allow
4148                 asking even if the override timer is running.
4149                 Allows to ask every time the user makes an
4150                 explicit action needing online access (such
4151                 as Get Mail), and not when the action is 
4152                 implicit (such as opening an IMAP folder)
4153
4154 2007-03-31 [colin]      2.8.1cvs71
4155
4156         * src/inc.c
4157                 Override offline: "No" answer shouldn't
4158                 re-ask after 3 seconds, but 10 minutes. 
4159
4160 2007-03-30 [colin]      2.8.1cvs70
4161
4162         * src/common/socket.c
4163                 Better error reporting on unix socket
4164                 failure (bind usually)
4165         * src/gtk/gtkutils.c
4166         * src/gtk/gtkutils.h
4167                 Label window: add a pulsing progress
4168                 bar to show we're not hung :)
4169         * src/folderview.c
4170         * src/main.c
4171         * src/plugins/pgpcore/sgpgme.c
4172                 Update API
4173
4174 2007-03-30 [colin]      2.8.1cvs69
4175
4176         * src/pop.c
4177         * src/prefs_common.c
4178                 Fix possible trashing of history and uidl
4179                 files on disk full problems
4180
4181 2007-03-30 [paul]       2.8.1cvs68
4182
4183         * src/mainwindow.c
4184         * src/summaryview.c
4185         * src/summaryview.h
4186                 update summary when changing layout type
4187                 (fixes wrong folder icon being displayed)
4188                 Thanks to Colin
4189
4190 2007-03-29 [colin]      2.8.1cvs67
4191
4192         * src/prefs_ext_prog.c
4193                 The browser pref is irrelevant on Maemo
4194
4195 2007-03-29 [colin]      2.8.1cvs66
4196
4197         * src/compose.c
4198         * src/compose.h
4199                 Maemo: dynamically switch headers/text position
4200         * src/prefs_common.c
4201                 Maemo: hide compose's ruler by default
4202         * src/common/socket.c
4203         * src/common/socket.h
4204                 Fix build warning
4205
4206 2007-03-29 [colin]      2.8.1cvs65
4207
4208         * src/common/socket.c
4209         * src/common/socket.h
4210                 Fix build when MAEMO_CFLAGS contains
4211                 _X_OPENSOURCE (resolv.h errors as long
4212                 as we don't add _BSD_SOURCE. Ugly).
4213
4214 2007-03-29 [wwp]        2.8.1cvs64
4215
4216         * src/prefs_logging.c
4217                 Fix sensitivity of clip-log widgets in prefs/logging,
4218                 thanks to Fabien.
4219
4220 2007-03-29 [wwp]        2.8.1cvs63
4221
4222         * po/POTFILES.in
4223                 Updated files list for translations, thanks to Fabien.
4224
4225 2007-03-29 [colin]      2.8.1cvs62
4226
4227         * src/main.c
4228         * src/common/Makefile.am
4229         * src/common/utils.c
4230                 Maybe make URI opening work in Maemo
4231                 Requires testing :)
4232
4233 2007-03-28 [colin]      2.8.1cvs61
4234
4235         * src/folder.c
4236         * src/folder.h
4237         * src/folderview.c
4238                 Add the possibility to sort folders arbitrarily
4239                 (via editing of folderlist.xml only). Patch by
4240                 Martin P <mp26+claws@os.inf.tu-dresden.de>
4241                 Fixes bug 1166, 'Folder ordering is fixed and cannot 
4242                 be changed by the user'
4243
4244 2007-03-28 [colin]      2.8.1cvs60
4245
4246         * src/mimeview.c
4247                 Add popup menu for mime icons
4248
4249 2007-03-28 [colin]      2.8.1cvs59
4250
4251         * src/mainwindow.c
4252                 Fix a layout issue when presenting
4253                 mainwindow in Small screen layout
4254         * src/toolbar.c
4255         * src/toolbar.h
4256                 Add a "Go to folder list" button for
4257                 mainwindow, and make it default in
4258                 the Maemo build
4259
4260 2007-03-28 [colin]      2.8.1cvs58
4261
4262         * src/compose.c
4263                 Don't dynamically update title on Maemo
4264                 Patch by Jean-Luc Biord
4265
4266 2007-03-27 [colin]      2.8.1cvs57
4267
4268         * src/compose.c
4269         * src/folderview.c
4270         * src/summaryview.c
4271                 Enable tap-and-hold on Maemo
4272
4273 2007-03-26 [colin]      2.8.1cvs56
4274
4275         * src/compose.c
4276                 More popup-menu (in attachments list)
4277
4278 2007-03-26 [colin]      2.8.1cvs55
4279
4280         * src/compose.c
4281                 Enable popup-menu signal
4282
4283 2007-03-26 [colin]      2.8.1cvs54
4284
4285         * src/plugins/pgpinline/pgpinline.c
4286                 Fix bug 1111, 'PGP/inline plugin hides text 
4287                 around encrypted text block'. Patch based on
4288                 a patch from Michal Cihar.
4289
4290 2007-03-26 [wwp]        2.8.1cvs53
4291
4292         * src/procmsg.c
4293                 Fix getting a false error when sending queued message
4294                 whereas the sending was fine (if there are subfolders
4295                 in the queue folder), thanks to Colin.
4296
4297 2007-03-26 [paul]       2.8.1cvs52
4298
4299         * src/wizard.c
4300                 update FACE header in welcome message
4301
4302 2007-03-25 [colin]      2.8.1cvs51
4303
4304         * src/Makefile.am
4305                 Fix make dist
4306
4307 2007-03-25 [colin]      2.8.1cvs50
4308
4309         * src/main.c
4310                 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
4311
4312 2007-03-24 [colin]      2.8.1cvs49
4313
4314         * src/main.c
4315                 Fix a few launch problems on Maemo
4316                 Patch by Jean-Luc Biord
4317
4318 2007-03-24 [wwp]        2.8.1cvs48
4319
4320         * src/alertpanel.c
4321         * src/alertpanel.h
4322         * src/messageview.c
4323         * src/summaryview.c
4324                 Fix wrong action performed when closing the
4325                 "ask about account specific filtering rules
4326                 when filtering manually" dialog by pressing Escape.
4327                 Fix wrong order of buttons in the "return receipt
4328                 notification - the message was sent to several of
4329                 your accounts" dialog.
4330
4331 2007-03-24 [paul]       2.8.1cvs47
4332
4333         * src/folderview.c
4334                 an improvement to English usage
4335         * tools/kdeservicemenu/README
4336                 updated Claws url
4337
4338 2007-03-24 [paul]       2.8.1cvs46
4339
4340         * src/Makefile.am
4341         * src/stock_pixmap.c
4342         * src/pixmaps/edit_extern.xpm
4343         * src/pixmaps/mail_sign.xpm
4344                 rescue long lost icons
4345
4346 2007-03-24 [paul]       2.8.1cvs45
4347
4348         * src/toolbar.c
4349                 fix toolbar (broken in 2.8.1cvs42)
4350
4351 2007-03-23 [colin]      2.8.1cvs44
4352
4353         * src/imap.c
4354                 Correctly unsubscribe/resubscribe after
4355                 RENAME
4356
4357 2007-03-23 [colin]      2.8.1cvs43
4358
4359         * src/prefs_common.c
4360                 Maemo: as the platform is light on RAM, allow
4361                 caches to be discarded faster.
4362
4363 2007-03-23 [colin]      2.8.1cvs42
4364
4365         * src/Makefile.am
4366         * src/compose.c
4367         * src/compose.h
4368         * src/stock_pixmap.c
4369         * src/stock_pixmap.h
4370         * src/summaryview.c
4371         * src/summaryview.h
4372         * src/toolbar.c
4373         * src/toolbar.h
4374         * src/pixmaps/open_mail.xpm
4375                 Maemo changes: Add the possibility to have
4376                 "Open Email" and "Close Window" buttons on 
4377                 toolbars (and use them in Maemo's default
4378                 toolbars)
4379
4380 2007-03-23 [wwp]        2.8.1cvs41
4381
4382         * src/action.c
4383                 Reverted that part of the action dialog closure logics, to
4384                 pre-2.8.1cvs19. Managing action dialog w/ no output may be
4385                 done later in a different way (or may not).
4386
4387 2007-03-22 [wwp]        2.8.1cvs40
4388
4389         * src/action.c
4390                 Fix sticky action dialog when got no output but action command
4391                 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
4392
4393 2007-03-22 [colin]      2.8.1cvs39
4394
4395         * src/prefs_filtering.c
4396         * src/gtk/combobox.h
4397                 Fix escaping account names in filtering prefs
4398
4399 2007-03-22 [colin]      2.8.1cvs38
4400
4401         * src/addrindex.c
4402         * src/ldapctrl.h
4403         * src/ldapquery.c
4404                 Add any attribute specified in LDAP servers'
4405                 Search attributes to the Other Attributes tab
4406                 of contacts; Add 'telephoneNumber' in the
4407                 default list.
4408
4409 2007-03-22 [colin]      2.8.1cvs37
4410
4411         * src/folderview.c
4412         * src/folderview.h
4413         * src/mainwindow.c
4414                 Try to prevent race conditions when
4415                 changing the folder list
4416         * src/summaryview.c
4417                 Fix possible red folder icon when
4418                 switching from Small screen layout
4419                 to any other
4420
4421 2007-03-22 [colin]      2.8.1cvs36
4422
4423         * src/mainwindow.c
4424         * src/mainwindow.h
4425         * src/summaryview.c
4426                 Rename "little screen" to "Small screen"
4427         * src/gtk/Makefile.am
4428         * src/common/utils.c
4429         * src/mh.c
4430                 Fix Maemo-related compilation problems
4431
4432 2007-03-21 [colin]      2.8.1cvs35
4433
4434         * configure.ac
4435                 Fix previous commit
4436         * claws-mail.desktop
4437                 Remove .png from the Icon, it's useless
4438
4439 2007-03-21 [colin]      2.8.1cvs34
4440
4441         * configure.ac
4442         * src/Makefile.am
4443                 Add the necessary lib checking for 
4444                 Maemo
4445
4446 2007-03-21 [colin]      2.8.1cvs33
4447
4448         * src/main.c
4449                 Fix unconditional "error happened" when
4450                 sending via command-line. "lol @ myself"
4451
4452 2007-03-21 [colin]      2.8.1cvs32
4453
4454         * claws-mail-40x40.png
4455         * claws-mail-26x26.png
4456         * src/account.c
4457         * src/addressbook.c
4458         * src/compose.c
4459         * src/folderview.c
4460         * src/folderview.h
4461         * src/main.c
4462         * src/mainwindow.c
4463         * src/mainwindow.h
4464         * src/messageview.c
4465         * src/prefs_account.c
4466         * src/prefs_common.c
4467         * src/summary_search.c
4468         * src/summaryview.c
4469         * src/summaryview.h
4470         * src/gtk/authors.h
4471         * src/gtk/gtkutils.c
4472         * src/gtk/gtkutils.h
4473         * src/gtk/logwindow.c
4474         * src/gtk/menu.c
4475         * src/gtk/prefswindow.c
4476                 Add Maemo port (patch mainly by Jean-Luc Biort)
4477                 Add a new 'Little screen' layout to help on such
4478                 platforms (patch by me)
4479                 Make some default preferences different (more
4480                 adapted) on Maemo (patch by me)
4481
4482 2007-03-21 [wwp]        2.8.1cvs31
4483
4484         * src/prefs_logging.c
4485         * src/prefs_logging.h
4486                 Fixed copyright header of newly added files.
4487
4488 2007-03-21 [wwp]        2.8.1cvs30
4489
4490         * src/Makefile.am
4491         * src/filtering.c
4492         * src/filtering.h
4493         * src/folder.c
4494         * src/folderview.c
4495         * src/imap.c
4496         * src/inc.c
4497         * src/main.c
4498         * src/mainwindow.c
4499         * src/mainwindow.h
4500         * src/matcher.c
4501         * src/messageview.c
4502         * src/news.c
4503         * src/pop.c
4504         * src/prefs_common.c
4505         * src/prefs_common.h
4506         * src/prefs_logging.c
4507         * src/prefs_logging.h
4508         * src/prefs_other.c
4509         * src/procmsg.c
4510         * src/send_message.c
4511         * src/summaryview.c
4512         * src/common/log.c
4513         * src/common/log.h
4514         * src/common/nntp.c
4515         * src/common/session.c
4516         * src/common/smtp.c
4517         * src/common/socket.c
4518         * src/etpan/imap-thread.c
4519         * src/gtk/logwindow.c
4520         * src/gtk/logwindow.h
4521         * src/plugins/bogofilter/bogofilter.c
4522         * src/plugins/spamassassin/spamassassin.c
4523                 Added debugging of filtering/processing rules.
4524                 The debug log is here 'Tools/Filtering debug window',
4525                 the options there 'Configuration/Preferences/Other/Logging',
4526                 and the log file is ~/.claws-mail/filtering.log.
4527                 Moved protocol log prefs to 'Other/Logging' as well.
4528                 To support such debugging feature, the existing log API has
4529                 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
4530                 this impacts many external modules (commits follow).
4531
4532 2007-03-21 [paul]       2.8.1cvs29
4533
4534         * src/etpan/Makefile.am
4535         * src/etpan/imap-thread.c
4536                 add missing #include
4537
4538 2007-03-21 [colin]      2.8.1cvs28
4539
4540         * src/procmime.c
4541                 Fix bug 1157, 'some broken messages confuse 
4542                 mime parser'. Make sure we can't have MimeInfos
4543                 with negative sizes.
4544
4545 2007-03-20 [colin]      2.8.1cvs27
4546
4547         * src/main.c
4548                 Fix missing \0 on buffer
4549
4550 2007-03-20 [colin]      2.8.1cvs26
4551
4552         * src/mh.c
4553                 Use make_dir_hier instead of make_dir 
4554                 to create the MH mailbox
4555
4556 2007-03-20 [colin]      2.8.1cvs25
4557
4558         * src/folder.c
4559         * src/folder.h
4560         * src/prefs_account.c
4561         * src/wizard.c
4562                 Fix default inbox weirdnesses (after wizard,
4563                 if path is Mail, mailbox identifier is #mh/Mailbox,
4564                 and when creating new accounts)
4565
4566 2007-03-20 [colin]      2.8.1cvs24
4567
4568         * src/account.c
4569                 Write folderlist after adding/deleting accounts
4570                 that have folders
4571
4572 2007-03-20 [colin]      2.8.1cvs23
4573
4574         * src/imap.c
4575         * src/remotefolder.h
4576                 Fix bug 1153, 'CM segfaults if IMAP folder is 
4577                 selected while scanning prior to update'
4578
4579 2007-03-17 [paul]       2.8.1cvs22
4580
4581         * src/main.c
4582                 fix a typo, and be a little more verbose.
4583
4584 2007-03-17 [wwp]        2.8.1cvs21
4585
4586         * src/inc.c
4587                 Fix a compiler warning.
4588
4589 2007-03-16 [wwp]        2.8.1cvs20
4590
4591         * tools/Makefile.am
4592         * tools/README
4593                 Updated to deal w/ the new mairix.sh tool.
4594
4595 2007-03-16 [wwp]        2.8.1cvs19
4596
4597         * src/action.c
4598                 Fix logics issues around the action IO dialog:
4599                 - disable entry widget and exec button when
4600                   the exec button is clicked (don't wait for any
4601                   output line) - fix possible disabling/re-enabling/
4602                   re-disabling of those widgets
4603                 - raise an error if executing a %as{} action either
4604                   empty or invalid, instead of failing silently
4605                 - don't close the dialog if the abort button has been
4606                   clicked and if there was no output yet
4607                 - set focus to the abort button when the exec button
4608                   is clicked
4609                 - fix capitalization of a warning message
4610
4611 2007-03-16 [wwp]        2.8.1cvs18
4612
4613         * tools/mairix.sh
4614                 Added a wrapper to mairix to the tools folder.
4615
4616 2007-03-16 [colin]      2.8.1cvs17
4617
4618         * src/messageview.c
4619         * src/mimeview.h
4620                 Allow mimeviewer plugins to print
4621                 their stuff
4622
4623 2007-03-16 [colin]      2.8.1cvs16
4624
4625         * .cvsignore
4626                 Ignore *.patchset
4627
4628 2007-03-15 [colin]      2.8.1cvs15
4629
4630         * src/messageview.c
4631         * src/mimeview.h
4632                 Add a way for mimeviewer plugins to
4633                 implement body search
4634
4635 2007-03-15 [paul]       2.8.1cvs14
4636
4637         * src/prefs_spelling.c
4638                 fix English usage
4639
4640 2007-03-15 [paul]       2.8.1cvs13
4641
4642         * src/common/quoted-printable.c
4643                 fix decoding of quoted-printable parts
4644
4645 2007-03-14 [wwp]        2.8.1cvs12
4646
4647         * src/gtk/logwindow.h
4648                 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
4649
4650 2007-03-14 [wwp]        2.8.1cvs11
4651
4652         * src/gtk/logwindow.h
4653                 Complete 2.8.1cvs10.
4654
4655 2007-03-14 [colin]      2.8.1cvs10
4656
4657         * src/gtk/logwindow.c
4658                 Probably fix bug 1149, crash on logwindow
4659                 close - at the expense of performance once
4660                 logwin has been opened
4661
4662 2007-03-14 [colin]      2.8.1cvs9
4663
4664         * src/main.c
4665                 If claws-mail is running on another
4666                 display, warn instead of popping it up
4667                 on the other display
4668
4669 2007-03-12 [colin]      2.8.1cvs8
4670
4671         * src/wizard.c
4672                 Fix bug 1145, 'Setting a different name 
4673                 for the Mailbox name isn't reflected in 
4674                 default account settings'. Patch by wwp
4675
4676 2007-03-12 [colin]      2.8.1cvs7
4677
4678         * src/summaryview.c
4679                 Fix bug 1143, 'Add number of messages to be 
4680                 deleted to confirmation dialog'
4681
4682 2007-03-12 [wwp]        2.8.1cvs6
4683
4684         * src/folderview.c
4685         * src/prefs_common.c
4686         * src/prefs_common.h
4687         * src/prefs_summaries.c
4688                 Changed the option that displays unread messages count
4689                 next to the folder name in folder list: it is now
4690                 possible to either display nothing, display the
4691                 unread messages number only or the unread and total messages
4692                 numbers. The patch includes this extra feature as well
4693                 as some minor fixes by rewriting the algo in folderview.c.
4694                 Thanks to Paul for the original idea and implementation, plus
4695                 testing and proof-reading!
4696
4697 2007-03-09 [paul]       2.8.1cvs5
4698
4699         * tools/Makefile.am
4700         * tools/README
4701         * tools/claws-mail-compose-insert-files.pl
4702                 added a script which enables inserting files
4703                 into the message body of a new Claws Mail
4704                 Compose window from the command line. Additionally
4705                 To, Cc, Subject and files to attach to the message
4706                 can be specified.
4707
4708 2007-03-09 [wwp]        2.8.1cvs4
4709
4710         * src/addr_compl.c
4711         * src/addr_compl.h
4712         * src/filtering.c
4713                 Optimize matching of addresses in the addressbook
4714                 (filtering/processing 'found_in_addressbook' condition).
4715
4716 2007-03-07 [wwp]        2.8.1cvs3
4717
4718         * src/quote_fmt.c
4719         * src/quote_fmt_lex.l
4720         * src/quote_fmt_parse.y
4721                 Add a new quote format symbol: %A to insert the
4722                 sender email address (just the address itself).
4723
4724 2007-03-06 [wwp]        2.8.1cvs2
4725
4726         * src/gtk/gtkutils.c
4727         * src/plugins/trayicon/trayicon_prefs.h
4728         * src/plugins/trayicon/trayicon_prefs.c
4729         * src/plugins/trayicon/trayicon.c
4730         * src/mainwindow.h
4731         * src/mainwindow.c
4732                 Add a new trayicon (optional) feature: minimize to tray. When enabled,
4733                 minimizing Claws-Mail main window will hide it to the trayicon instead.
4734
4735
4736 2007-03-06 [paul]       2.8.1cvs1
4737
4738         * NEWS
4739         * README
4740         * RELEASE_NOTES
4741         * configure.ac
4742                 bump version number following
4743                 stable release
4744
4745 2007-03-06 [paul]       2.8.0cvs24
4746
4747         * po/cs.po
4748                 corrected by by Tim <timbrain@post.cz>
4749
4750 2007-03-05 [colin]      2.8.0cvs23
4751
4752         * src/Makefile.am
4753         * src/procmime.c
4754                 Fix mime/globs path on NetBSD
4755                 patch by George Michaelson
4756
4757 2007-03-05 [wwp]        2.8.0cvs22
4758
4759         * src/addr_compl.c
4760                 Remove debug statement (accidentally committed w/ cvs14).
4761
4762 2007-03-05 [paul]       2.8.0cvs21
4763
4764         * src/plugins/pgpcore/prefs_gpg.c
4765                 fix compiler warning
4766
4767 2007-03-05 [wwp]        2.8.0cvs20
4768
4769         * src/matcher_parser_parse.y
4770                 Fix mismerge between cvs17 and cvs19.
4771
4772 2007-03-05 [wwp]        2.8.0cvs19
4773
4774         * src/matcher_parser_parse.y
4775         * src/prefs_filtering_action.c
4776         * src/matcher.c
4777         * src/matcher.h
4778         * src/filtering.c
4779         * src/filtering.h
4780                 Add new 'add_to_addressbook' filtering/processing action.
4781
4782 2007-03-05 [wwp]        2.8.0cvs18
4783
4784         * src/filtering.c
4785                 Fix mark_as_ham filtering/processing action: spam flag
4786                 was not unset.
4787
4788 2007-03-04 [colin]      2.8.0cvs17
4789
4790         * src/filtering.c
4791         * src/matcher.c
4792         * src/matcher.h
4793         * src/matcher_parser_parse.y
4794         * src/prefs_filtering_action.c
4795                 Add 'Mark as spam' and 'Mark as ham' filtering
4796                 actions. Fixes bug 1138.
4797
4798 2007-03-04 [colin]      2.8.0cvs16
4799
4800         * src/imap.c
4801                 Fix bug 1140, wrong return value
4802                 without libetpan
4803
4804 2007-03-04 [wwp]        2.8.0cvs15
4805
4806         * src/addr_compl.c
4807                 Rollback cvs14: don't free stuff that is managed in g_list.
4808
4809 2007-03-04 [wwp]        2.8.0cvs14
4810
4811         * src/addr_compl.c
4812                 Fix a leak in address completion code.
4813
4814 2007-03-04 [colin]      2.8.0cvs13
4815
4816         * src/addr_compl.c
4817                 Maybe fix bug 1136, 'Crash in group 
4818                 address completion'
4819
4820 2007-03-04 [iwkse]      2.8.0cvs12
4821
4822         * src/imap.c
4823                 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
4824
4825 2007-03-03 [colin]      2.8.0cvs11
4826
4827         * src/plugins/pgpinline/pgpinline.c
4828                 Fix off-by-one, fix double-free. Fixes
4829                 bug 1135, 'cm-segfault on decrypting 
4830                 with PGP/inline'
4831
4832 2007-03-03 [colin]      2.8.0cvs10
4833
4834         * configure.ac
4835         * src/main.c
4836         * src/common/plugin.c
4837                 Fix bug 1134, 'Valgrind macros unhandled 
4838                 by Irix's cc'
4839
4840 2007-03-02 [colin]      2.8.0cvs9
4841
4842         * src/mbox.c
4843                 Don't error out on EAGAIN. Fixes 
4844                 bug 1129, '"local mbox file" account 
4845                 isn't retrieving mails'
4846
4847 2007-03-01 [wwp]        2.8.0cvs8
4848
4849         * src/mainwindow.c
4850         * src/gtk/colorlabel.c
4851                 Remove accels for extra color labels until we set better
4852                 and definitive ones.
4853
4854 2007-02-28 [wwp]        2.8.0cvs7
4855
4856         * src/mainwindow.c
4857         * src/matcher_parser_parse.y
4858         * src/prefs_common.c
4859         * src/prefs_msg_colors.c
4860         * src/procmsg.h
4861         * src/gtk/colorlabel.c
4862         * src/gtk/colorlabel.h
4863                 Add more customizable color labels. Cleaned up a bit
4864                 the color label API to avoid duplicate defines of
4865                 the max number of colors.
4866
4867 2007-02-27 [colin]      2.8.0cvs6
4868
4869         * src/mainwindow.c
4870         * src/common/utils.c
4871         * src/common/utils.h
4872                 Fix '+' in mailto URIs for List-* headers
4873
4874 2007-02-27 [colin]      2.8.0cvs5
4875
4876         * src/gtk/gtkutils.c
4877                 Use gtk_window_set_role instead of 
4878                 _set_wmclass
4879
4880 2007-02-27 [colin]      2.8.0cvs4
4881
4882         * src/inc.c
4883                 Fix "After receiving new mail, go to inbox" on IMAP,
4884                 and make it work only on manual reception
4885
4886 2007-02-27 [wwp]        2.8.0cvs3
4887
4888         * src/prefs_filtering.c
4889         * src/prefs_filtering_action.c
4890         * src/prefs_matcher.c
4891                 Update filtering matcher's and action's color label menus
4892                 when re-opening those dialogs (reflect any change to the
4893                 color labels list in the preferences).
4894
4895 2007-02-27 [colin]      2.8.0cvs2
4896
4897         * src/imap.c
4898         * src/etpan/etpan-thread-manager-types.h
4899         * src/etpan/etpan-thread-manager.c
4900         * src/etpan/imap-thread.c
4901                 Log imap ALERTs as errors in the log.
4902
4903 2007-02-26 [paul]       2.8.0cvs1
4904
4905         * tools/claws.i18n.status.pl
4906                 updated
4907
4908 2007-02-26 [paul]       2.7.2cvs75
4909
4910         * po/ca.po
4911         * po/cs.po
4912         * po/de.po
4913         * po/en_GB.po
4914         * po/fi.po
4915         * po/fr.po
4916         * po/hu.po
4917         * po/pl.po
4918         * po/pt_BR.po
4919         * po/sk.po
4920         * po/sr.po
4921         * po/zh_CN.po
4922                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
4923                 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
4924                 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
4925                 Aleksandar Urosevic, and Ralgh Young
4926
4927 2007-02-25 [mones]      2.7.2cvs74
4928
4929         * po/es.po
4930                 Updated for release
4931
4932 2007-02-25 [colin]      2.7.2cvs73
4933
4934         * src/main.c
4935                 Clearing the list is only useful
4936                 to prevent a valgrind false-positive
4937
4938 2007-02-25 [paul]       2.7.2cvs72
4939
4940         * tools/Makefile.am
4941         * tools/README
4942         * tools/kmail-mailbox2claws-mail.pl  **ADDED**
4943         * tools/maildir2claws-mail.pl  **REMOVED**
4944                 renamed the script, fixed a couple bugs
4945
4946 2007-02-23 [colin]      2.7.2cvs71
4947
4948         * src/addressbook.c
4949                 Fix a leak, check for a few improbable nulls
4950
4951 2007-02-23 [colin]      2.7.2cvs70
4952
4953         * src/main.c
4954         * src/main.h
4955         * src/plugins/trayicon/trayicon.c
4956                 Fix blinking mainwin when starting in tray
4957                 (show mainwindow later in the startup process,
4958                  apart if restarting post-crash)
4959
4960 2007-02-23 [colin]      2.7.2cvs69
4961
4962         * src/folderview.c
4963         * src/imap_gtk.c
4964                 Fix crash when unsubscribing the currently
4965                 selected/opened folder
4966
4967 2007-02-23 [colin]      2.7.2cvs68
4968
4969         * src/compose.c
4970                 Fix bug that prevented colorization to
4971                 work without wrap quotation option
4972
4973 2007-02-23 [colin]      2.7.2cvs67
4974
4975         * src/addr_compl.c
4976                 Fix refcounting, start and end completion who
4977                 behaved as if there couldn't be any other current
4978                 user of completion
4979
4980 2007-02-23 [wwp]        2.7.2cvs66
4981
4982         * src/addressbook.c
4983         * src/addrindex.c
4984                 Address completion fixes: fix addressbook_peek_folder_exists() in
4985                 which the algorithm was ridiculously over-obfuscated and broken.
4986                 Fix addrindex_load_completion() as well, to load addresses in
4987                 completion list with regards to what addressbook_peek_folder_exists()
4988                 returns now.
4989
4990 2007-02-23 [wwp]        2.7.2cvs65
4991
4992         * src/addr_compl.c
4993                 Add addresses to completion when they're non-empty (thanks to Colin).
4994
4995 2007-02-23 [paul]       2.7.2cvs64
4996
4997         * src/plugins/pgpcore/passphrase.c
4998                 remove 'const '
4999
5000 2007-02-23 [colin]      2.7.2cvs63
5001
5002         * src/plugins/pgpcore/prefs_gpg.c
5003         * src/plugins/pgpcore/prefs_gpg.h
5004         * src/plugins/pgpcore/sgpgme.c
5005         * src/plugins/pgpinline/pgpinline.c
5006         * src/plugins/pgpmime/pgpmime.c
5007                 Try harder to respect user's choice wrt
5008                 gpg-agent even with gpg2, by unsetting
5009                 GPG_AGENT_INFO when necessary.
5010
5011 2007-02-22 [paul]       2.7.2cvs62
5012
5013         * src/plugins/pgpcore/sgpgme.c
5014         * src/plugins/pgpcore/sgpgme.h
5015         * src/plugins/pgpcore/passphrase.c
5016         * src/plugins/pgpinline/pgpinline.c
5017         * src/plugins/pgpmime/pgpmime.c
5018                 Fix a leak - gpgme_data_release_and_get_mem
5019                 leaks in recent gpgme. Workaround by using
5020                 our own function.
5021
5022 2007-02-22 [paul]       2.7.2cvs61
5023
5024         * src/gtk/quicksearch.c
5025                 Abandon dynamic search when pressing
5026                 Enter
5027
5028 2007-02-21 [colin]      2.7.2cvs60
5029
5030         * src/procmsg.c
5031         * src/plugins/pgpcore/passphrase.c
5032                 Fix little memory leaks
5033         * src/main.c
5034                 Fix false-positive leak at exit
5035         * src/gtk/quicksearch.c
5036                 Fix potentially big leak in recursive
5037                 Quicksearch
5038
5039 2007-02-21 [wwp]        2.7.2cvs59
5040
5041         * src/summaryview.c
5042                 Add missing newline to a debug message.
5043
5044 2007-02-20 [colin]      2.7.2cvs58
5045
5046         * src/Makefile.am
5047         * src/mimeview.c
5048         * src/stock_pixmap.c
5049         * src/stock_pixmap.h
5050         * src/pixmaps/mime_pgpsig.xpm
5051                 Add icon for application/pgp-signature
5052
5053 2007-02-20 [colin]      2.7.2cvs57
5054
5055         * src/Makefile.am
5056         * src/main.c
5057         * src/mimeview.c
5058         * src/stock_pixmap.c
5059         * src/stock_pixmap.h
5060         * src/pixmaps/mime_calendar.xpm
5061         * src/pixmaps/mime_pdf.xpm
5062         * src/pixmaps/mime_ps.xpm
5063                 Add icons for text/calendar, application/pdf
5064                 and application/postscript
5065
5066 2007-02-20 [colin]      2.7.2cvs56
5067
5068         * autogen.sh
5069         * src/matcher_parser_parse.y
5070         * src/matcher_parser_lex.l
5071                 Fix big memory leak in flex, and
5072                 require flex 2.5.31
5073
5074 2007-02-20 [wwp]        2.7.2cvs55
5075
5076         * src/matcher_parser_parse.y
5077                 Fix a duplicate token definition (thanks to iwkse).
5078
5079 2007-02-20 [wwp]        2.7.2cvs54
5080
5081         * src/matcher_parser_lex.l
5082         * src/quote_fmt_lex.l
5083                 Use proper flex options instead of direct use of #define,
5084                 make the flex-generated C lighter.
5085
5086 2007-02-20 [colin]      2.7.2cvs53
5087
5088         * src/summaryview.c
5089                 Grab focus in message list after hiding
5090                 the quicksearch, instead of leaving it
5091                 "somewhere"
5092
5093 2007-02-19 [colin]      2.7.2cvs52
5094
5095         * src/folderview.c
5096                 Fix bug 1033, 'Automatically refresh 
5097                 message list when new messages arrives'
5098                 Looks like folderview->opened can sometimes
5099                 be wrong...
5100
5101 2007-02-19 [paul]       2.7.2cvs51
5102
5103         * tools/Makefile.am
5104         * tools/README
5105         * tools/thunderbird-filters-convertor.pl
5106                 add new script which converts thunderbird filter
5107                 rules to Claws filter rules
5108
5109 2007-02-18 [paul]       2.7.2cvs50
5110
5111         * src/plugins/pgpcore/prefs_gpg.c
5112         * src/plugins/pgpcore/prefs_gpg.h
5113         * src/plugins/pgpcore/sgpgme.c
5114         * src/plugins/pgpinline/pgpinline.c
5115         * src/plugins/pgpmime/pgpmime.c
5116                 improved GUI interoperability with gpg-agent
5117
5118 2007-02-18 [paul]       2.7.2cvs49
5119
5120         * src/prefs_account.c
5121                 Privacy options sensitivity fix
5122
5123 2007-02-17 [colin]      2.7.2cvs48
5124
5125         * src/messageview.c
5126                 Reset icon to warning in the noticeview
5127
5128 2007-02-15 [colin]      2.7.2cvs47
5129
5130         * src/folderview.c
5131                 Fix a manifestation of bug 1033 (summaryview failing
5132                 to update for new mails), which happens after editing
5133                 account preferences or preferences that cause a 
5134                 folderview reload.
5135
5136 2007-02-15 [colin]      2.7.2cvs46
5137
5138         * src/addressbook.c
5139                 Probably fix bug 1123, 'Segmentation 
5140                 fault while opening address book'. I get
5141                 g_warnings if the saved paned position is
5142                 not greater than 0. Also, save position
5143                 when hiding the addressbook instead of
5144                 via signal.
5145
5146 2007-02-14 [colin]      2.7.2cvs45
5147
5148         * src/plugins/pgpcore/prefs_gpg.c
5149         * src/plugins/pgpcore/prefs_gpg.h
5150         * src/plugins/pgpcore/sgpgme.c
5151         * src/plugins/pgpinline/pgpinline.c
5152         * src/plugins/pgpmime/pgpmime.c
5153                 Add an option "Use gpg-agent if available". Fixes
5154                 annoyances with distro-installed gpg-agent, when
5155                 no pinentry program is installed, and the user's 
5156                 at a loss on why "decryption failed". Makes more
5157                 clear why passphrase isn't saved when gpg-agent is
5158                 used. Defaults to true, to avoid changing the 
5159                 current behaviour.
5160
5161 2007-02-14 [wwp]        2.7.2cvs44
5162
5163         * src/matcher_parser_parse.y
5164                 Fix missing line number reset (wrong line number might appear
5165                 when re-loading filtering rules if there's a parser error).
5166
5167 2007-02-13 [colin]      2.7.2cvs43
5168
5169         * src/common/utils.c
5170                 Don't encode ',' in URIs before passing it
5171                 to the browser command-line. It was probably
5172                 done at a time where commas in URIs made
5173                 mozilla -remote 'openurl(%s,new-window)'
5174                 bug.
5175
5176 2007-02-13 [wwp]        2.7.2cvs42
5177
5178         * src/prefs_matcher.c
5179         * src/plugins/bogofilter/bogofilter_gtk.c
5180                 A bit of string factorization around "Select ..." buttons.
5181
5182 2007-02-11 [colin]      2.7.2cvs41
5183
5184         * src/alertpanel.c
5185                 Make sure to escape the title
5186
5187 2007-02-11 [colin]      2.7.2cvs40
5188
5189         * src/codeconv.c
5190                 Recognize .utf8 locales as .UTF-8 ones
5191
5192 2007-02-11 [colin]      2.7.2cvs39
5193
5194         * src/compose.c
5195                 Fix code conversion when dragging a file
5196
5197 2007-02-09 [colin]      2.7.2cvs38
5198
5199         * src/plugins/clamav/clamav_plugin.c
5200                 Complete Paul's patch with conditional
5201                 compilation to avoid breaking compilation
5202                 on old Dapper and Edgy... Maybe other
5203                 distros too.
5204
5205 2007-02-09 [paul]       2.7.2cvs37
5206
5207         * src/plugins/clamav/clamav_plugin.c
5208                 fix for the upstream changes in libclamav
5209
5210 2007-02-09 [paul]       2.7.2cvs36
5211
5212         * src/main.c
5213         * src/mainwindow.c
5214         * src/procmsg.c
5215         * src/procmsg.h
5216                 fix "warn if there are queued messages" (on exit)
5217                 option, which only checked the first mailbox's
5218                 queue
5219                 don't ask before emptying trash if there are no
5220                 messages in trash, also check and empty all trash
5221                 folders
5222         * src/prefs_other.c
5223                 move "Ask before emptying trash" option
5224                 outside of the "On exit" frame as it's
5225                 not only an "On exit" option
5226
5227 2007-02-09 [paul]       2.7.2cvs35
5228
5229         * src/addrgather.c
5230         * src/alertpanel.c
5231         * src/editldap.c
5232         * src/prefs_account.c
5233         * src/prefs_folder_item.c
5234         * src/prefs_gtk.h
5235         * src/prefs_matcher.c
5236         * src/prefs_message.c
5237         * src/prefs_msg_colors.c
5238         * src/prefs_summaries.c
5239         * src/wizard.c
5240         * src/gtk/inputdialog.c
5241         * src/plugins/bogofilter/bogofilter_gtk.c
5242                 pedantic commit: use 'checkbtn' everywhere
5243                 instead of a mixture of 'checkbtn' and 'chkbtn'
5244
5245 2007-02-09 [paul]       2.7.2cvs34
5246
5247         * src/compose.c
5248                 fix default hotkeys
5249         * src/prefs_other.c
5250         * src/prefs_send.c
5251                 move "Never send Return Receipts" from
5252                 prefs_other to prefs_send
5253                 add an option "Ask about account specific
5254                 filtering rules..." to prefs_other
5255         * src/gtk/gtkutils.c
5256                 fix a compiler warning
5257
5258 2007-02-08 [colin]      2.7.2cvs33
5259
5260         * src/plugins/pgpinline/pgpinline.c
5261                 Fix bug 1110, 'pgpmime fails to process 
5262                 encapsulated openpgp mime (rfc 3156, 6.1 
5263                 -> rfc1847)'
5264                 It was due to an interaction between PGP/Mime
5265                 and PGP/Inline plugin. 
5266
5267 2007-02-08 [colin]      2.7.2cvs32
5268
5269         * src/inc.c
5270         * src/mbox.c
5271         * src/mbox.h
5272                 Fix bug 1117, 'fcntl locking code 
5273                 does not work in mbox.c'
5274
5275 2007-02-08 [colin]      2.7.2cvs31
5276
5277         * src/prefs_account.c
5278                 Fix Gentoo bug 165819, 'can't create 
5279                 a "local mbox file" account'. Patch
5280                 by Olivier <castan.o@free.fr>
5281
5282 2007-02-07 [colin]      2.7.2cvs30
5283
5284         * src/ldapquery.c
5285                 Fix bug 1106, 'Claws crash on exit if LDAPS 
5286                 autocompletion was used'
5287
5288 2007-02-07 [paul]       2.7.2cvs29
5289
5290         * src/folder.c
5291                 cut down on unnecessary debug_prints
5292         * src/imap_gtk.c
5293                 fix menu_set_active() on 'Show only
5294                 subscribed folders'
5295
5296 2007-02-07 [paul]       2.7.2cvs28
5297
5298         * src/plugins/clamav/clamav_plugin.c
5299         * src/plugins/clamav/clamav_plugin.h
5300         * src/plugins/clamav/clamav_plugin_gtk.c
5301                 fix copyright header
5302
5303 2007-02-07 [paul]       2.7.2cvs27
5304
5305         * src/procheader.c
5306                 fix bug 1116, 'summary view allow a 
5307                 subject line break'
5308
5309 2007-02-06 [colin]      2.7.2cvs26
5310
5311         * src/summaryview.c
5312                 Fix delete thread
5313
5314 2007-02-05 [fabien]     2.7.2cvs25
5315
5316         * po/POTFILES.in
5317         * src/uri_opener.c
5318                 i18n related - 1 fix and 1 message for translators.
5319
5320 2007-02-05 [colin]      2.7.2cvs24
5321
5322         * src/gtk/quicksearch.c
5323                 Don't reload summary list if quicksearch wasn't
5324                 active on hiding; move currently selected mail in
5325                 the visible area when showing the quicksearch
5326
5327 2007-02-05 [colin]      2.7.2cvs23
5328
5329         * src/folderview.c
5330                 Add debug to try to solve bug 1104
5331
5332 2007-02-05 [paul]       2.7.2cvs22
5333
5334         * src/mainwindow.c
5335                 confirm before emptying trash on exit is
5336                 a Yes or No answer, use Yes or No in the
5337                 dialog
5338
5339 2007-02-04 [colin]      2.7.2cvs21
5340
5341         * src/compose.c
5342         * src/plugins/pgpcore/passphrase.c
5343         * src/plugins/pgpcore/select-keys.c
5344                 Set wmclass on new windows
5345
5346 2007-02-04 [colin]
5347
5348         2.8.0-rc1 released
5349
5350 2007-02-04 [colin]      2.7.2cvs20
5351
5352         * src/compose.c
5353         * src/compose.h
5354                 Auto save drafts on exit, reopen them
5355                 at startup, instead of asking
5356         * src/account.c
5357         * src/addressadd.c
5358         * src/addressbook.c
5359         * src/addressbook_foldersel.c
5360         * src/addrgather.c
5361         * src/crash.c
5362         * src/editaddress.c
5363         * src/editbook.c
5364         * src/editgroup.c
5365         * src/editjpilot.c
5366         * src/editldap.c
5367         * src/editldap_basedn.c
5368         * src/editvcard.c
5369         * src/exphtmldlg.c
5370         * src/expldifdlg.c
5371         * src/export.c
5372         * src/foldersel.c
5373         * src/gedit-print.c
5374         * src/import.c
5375         * src/importldif.c
5376         * src/importmutt.c
5377         * src/importpine.c
5378         * src/main.c
5379         * src/mainwindow.c
5380         * src/message_search.c
5381         * src/messageview.c
5382         * src/prefs_actions.c
5383         * src/prefs_customheader.c
5384         * src/prefs_display_header.c
5385         * src/prefs_filtering.c
5386         * src/prefs_filtering_action.c
5387         * src/prefs_folder_column.c
5388         * src/prefs_gtk.c
5389         * src/prefs_matcher.c
5390         * src/prefs_other.c
5391         * src/prefs_summaries.c
5392         * src/prefs_summary_column.c
5393         * src/prefs_template.c
5394         * src/sourcewindow.c
5395         * src/ssl_manager.c
5396         * src/summary_search.c
5397         * src/uri_opener.c
5398         * src/gtk/about.c
5399         * src/gtk/description_window.c
5400         * src/gtk/foldersort.c
5401         * src/gtk/gtkutils.c
5402         * src/gtk/gtkutils.h
5403         * src/gtk/icon_legend.c
5404         * src/gtk/logwindow.c
5405         * src/gtk/pluginwindow.c
5406         * src/gtk/prefswindow.c
5407                 Give different wmclass to different
5408                 windows - thanks to sed ;)
5409
5410 2007-02-04 [colin]      2.7.2cvs19
5411
5412         * src/main.c
5413                 Revert previous patch, can't reproduce
5414                 it anymore. 
5415
5416 2007-02-03 [colin]      2.7.2cvs18
5417
5418         * src/main.c
5419                 Don't save the mainwindow size and
5420                 position on emergency exit (libSM's
5421                 "die" callback), Xfce seems to make
5422                 the window smaller just before the
5423                 size's saved.
5424
5425 2007-02-03 [colin]      2.7.2cvs17
5426
5427         * src/plugins/bogofilter/bogofilter.c
5428         * src/plugins/bogofilter/bogofilter.h
5429         * src/plugins/bogofilter/bogofilter_gtk.c
5430         * src/plugins/pgpinline/pgpinline.c
5431         * src/plugins/pgpinline/pgpinline.h
5432                 Fix more copyrights
5433
5434 2007-02-03 [colin]      2.7.2cvs16
5435
5436         * src/partial_download.c
5437         * src/partial_download.h
5438         * src/ssl_manager.c
5439         * src/ssl_manager.h
5440         * src/uri_opener.c
5441         * src/uri_opener.h
5442         * src/wizard.c
5443         * src/wizard.h
5444         * src/common/ssl_certificate.c
5445         * src/common/ssl_certificate.h
5446         * src/gtk/quicksearch.c
5447         * src/gtk/quicksearch.h
5448         * src/gtk/sslcertwindow.c
5449         * src/gtk/sslcertwindow.h
5450                 Fix copyright on my files
5451
5452 2007-02-02 [colin]      2.7.2cvs15
5453
5454         * src/Makefile.am
5455         * src/mainwindow.c
5456         * src/messageview.c
5457         * src/messageview.h
5458         * src/textview.c
5459         * src/textview.h
5460         * src/uri_opener.c
5461         * src/uri_opener.h
5462                 Add Tools/List URIs to allow
5463                 opening any URI in the current mail
5464
5465 2007-02-02 [colin]      2.7.2cvs14
5466
5467         * src/common/valgrind.h ** NEW FILE **
5468         * src/common/Makefile.am
5469         * src/common/plugin.c
5470                 Don't dlclose the plugins if we're running
5471                 under valgrind. (doesn't require valgrind
5472                 either at compile time or run time).
5473
5474 2007-02-01 [paul]       2.7.2cvs13
5475
5476         * AUTHORS
5477         * src/gtk/authors.h
5478         * tools/freshmeat_search.pl
5479         * tools/google_search.pl
5480         * tools/multiwebsearch.pl
5481                 add support for non ISO-8859-1 compatible locales
5482                 Patch by Alex Gorbachenko <agent_007@immo.ru>
5483
5484 2007-02-01 [colin]      2.7.2cvs12
5485
5486         * src/prefs_other.c
5487         * src/prefs_summaries.c
5488                 Move keybinding prefs to the Other page
5489
5490 2007-02-01 [wwp]        2.7.2cvs11
5491
5492         * src/plugins/trayicon/trayicon.c
5493                 Fix a raising issue within KDE.
5494
5495 2007-02-01 [colin]      2.7.2cvs10
5496
5497         * src/codeconv.c
5498                 Fix stray quotes in encoded strings
5499         * src/addressadd.c
5500                 Fix wrong call causing g_warnings
5501         * src/textview.c
5502                 Remove useless message
5503
5504 2007-01-31 [wwp]        2.7.2cvs9
5505
5506         * src/plugins/trayicon/trayicon.c
5507                 fix buggy hiding of main window when closing if close-to-tray
5508                 is not set (bad logics  in the trayicon hook code).
5509                 Changed the quit confirmation message too.
5510
5511 2007-01-30 [colin]      2.7.2cvs8
5512
5513         * src/main.c
5514                 Fix hidden mainwindow after clicking on
5515                 the X close button, if compose windows
5516                 exist and the user chooses not to quit
5517
5518 2007-01-30 [colin]      2.7.2cvs7
5519
5520         * src/main.c
5521         * src/compose.c
5522                 Handle local URIs to attach files (file:///...)
5523                 Fixes attaching files from Thunar for example
5524
5525 2007-01-30 [colin]      2.7.2cvs6
5526
5527         * src/prefs_ext_prog.c
5528                 Add 'mousepad' to the list of text editors.
5529                 Mousepad is XFCE's text editor
5530
5531 2007-01-29 [wwp]        2.7.2cvs5
5532
5533         * po/POTFILES.in
5534         * src/plugins/trayicon/trayicon_prefs.c
5535                 trayicon i18n fixes, thanks to Fabien.
5536
5537 2007-01-28 [wwp]        2.7.2cvs4
5538
5539         * src/mainwindow.c
5540         * src/mainwindow.h
5541         * src/plugins/trayicon/trayicon.c
5542         * src/plugins/trayicon/trayicon_prefs.c
5543         * src/plugins/trayicon/trayicon_prefs.h
5544                 Added a new TrayIcon plugin option to close to tray
5545                 (WM's hotkey and [X] button will hide the window instead
5546                 of closing it - closing CM can be done using the tray icon
5547                 menu or the File menu).
5548                 Improved visibility handling in trayicon, clicking the
5549                 trayicon now raise the window to current desktop when it
5550                 was either minimized/shaded/on another desktop.
5551                 Thanks to Paul for testing and fixing a strange behaviour
5552                 in KDE ;-).
5553
5554 2007-01-27 [paul]       2.7.2cvs3
5555
5556         * src/prefs_folder_item.c
5557         * src/prefs_receive.c
5558         * src/plugins/pgpcore/prefs_gpg.c
5559                 use 'start-up' instead of 'startup' in labels
5560
5561 2007-01-26 [wwp]        2.7.2cvs2
5562
5563         * src/plugins/trayicon/Makefile.am
5564         * src/plugins/trayicon/trayicon.c
5565         * src/plugins/trayicon/trayicon_prefs.c
5566         * src/plugins/trayicon/trayicon_prefs.h
5567                 Add a new TrayIcon option to hide the main window at
5568                 start-up.
5569                 Fix trayicon.c copyright header.
5570
5571 2007-01-26 [paul]       2.7.2cvs1
5572
5573         * NEWS
5574         * README
5575         * RELEASE_NOTES
5576         * configure.ac
5577                 bump up version number following
5578                 stable release
5579
5580 2007-01-25 [mones]      2.7.1cvs60
5581
5582         * po/es.po
5583                 updated thousands of strings (well, probably less ;-)
5584
5585 2007-01-25 [colin]      2.7.1cvs59
5586
5587         * src/matcher.c
5588                 Fix 2nd-run loss of matcherrc on new
5589                 configurations. 
5590
5591 2007-01-25 [wwp]        2.7.1cvs58
5592
5593         * src/mimeview.c
5594                 fix handling of empty value in attach_save_directory too, thanks
5595                 to Colin.
5596
5597 2007-01-25 [wwp]        2.7.1cvs57
5598
5599         * src/gtk/filesel.c
5600                 fix handling of empty value in attach_load_directory,
5601                 thanks to Colin.
5602
5603 2007-01-25 [wwp]        2.7.1cvs56
5604
5605         * src/plugins/dillo_viewer/dillo_prefs.h
5606                 fix a typo.
5607
5608 2007-01-25 [colin]      2.7.1cvs55
5609
5610         * src/matcher.c
5611         * src/matcher.h
5612         * src/matcher_parser_parse.y
5613         * src/prefs_matcher.c
5614                 Add matching on the spam flag
5615
5616 2007-01-24 [colin]      2.7.1cvs54
5617
5618         * src/folder.c
5619         * src/common/xml.c
5620         * src/common/xml.h
5621                 Make sure folderlist.xml is correctly
5622                 written before overwriting it.
5623         * src/procmsg.c
5624         * src/procmsg.h
5625         * src/summaryview.c
5626         * src/plugins/bogofilter/bogofilter.c
5627         * src/plugins/bogofilter/bogofilter.h
5628         * src/plugins/bogofilter/bogofilter_gtk.c
5629         * src/plugins/spamassassin/spamassassin.c
5630         * src/plugins/spamassassin/spamassassin.h
5631         * src/plugins/spamassassin/spamassassin_gtk.c
5632                 Move spam to the correct trash folder after
5633                 learning, if spam directory isn't set.
5634
5635 2007-01-23 [paul]       2.7.1cvs53
5636
5637         * src/plugins/bogofilter/bogofilter_gtk.c
5638                 fix sensitivity of "Insert X-Bogosity header"
5639                 option
5640
5641 2007-01-23 [colin]      2.7.1cvs52
5642
5643         * src/toolbar.c
5644                 Translate toolbar items text if
5645                 they're translatable (default)
5646         * src/addrcache.c
5647         * src/addrcache.h
5648         * src/addritem.c
5649         * src/addritem.h
5650         * src/codeconv.c
5651         * src/codeconv.h
5652         * src/jpilot.c
5653         * src/jpilot.h
5654         * src/ldapctrl.c
5655         * src/ldapctrl.h
5656         * src/ldapquery.h
5657         * src/ldif.c
5658         * src/ldif.h
5659         * src/etpan/etpan-thread-manager.c
5660         * src/etpan/etpan-thread-manager.h
5661         * src/gtk/gtkutils.c
5662         * src/gtk/gtkutils.h
5663                 More static functions
5664
5665 2007-01-22 [fabien]     2.7.1cvs51
5666
5667         * src/gtk/gtkutils.c
5668                 gtkut_get_options_frame() : ability to pass
5669                 a 'NULL' value in frame pointer parameter if
5670                 we don't need it.
5671
5672 2007-01-22 [colin]      2.7.1cvs50
5673
5674         * src/procmsg.c
5675         * src/procmsg.h
5676         * src/plugins/bogofilter/bogofilter.c
5677         * src/plugins/bogofilter/bogofilter_gtk.c
5678         * src/plugins/spamassassin/spamassassin.c
5679         * src/plugins/spamassassin/spamassassin_gtk.c
5680                 Allow moving spams to the account's trash
5681                 instead of default one
5682
5683 2007-01-21 [colin]      2.7.1cvs49
5684
5685         * src/ldapquery.c
5686         * src/ldapquery.h
5687                 Revert a static function that shouldn't
5688                 have been
5689
5690 2007-01-21 [colin]      2.7.1cvs48
5691
5692         * src/ldapquery.c
5693         * src/ldapquery.h
5694                 Same
5695
5696 2007-01-21 [colin]      2.7.1cvs47
5697
5698         * src/procmsg.c
5699         * src/procmsg.h
5700                 Same
5701
5702 2007-01-21 [colin]      2.7.1cvs46
5703
5704         * src/common/socket.c
5705         * src/common/socket.h
5706                 Same
5707
5708 2007-01-21 [colin]      2.7.1cvs45
5709
5710         * src/crash.c
5711         * src/exporthtml.c
5712         * src/exporthtml.h
5713         * src/exportldif.c
5714         * src/exportldif.h
5715         * src/folder.c
5716         * src/folder.h
5717         * src/folder_item_prefs.c
5718         * src/folder_item_prefs.h
5719         * src/folderview.c
5720         * src/folderview.h
5721         * src/gedit-print.c
5722         * src/gedit-print.h
5723         * src/main.c
5724         * src/main.h
5725         * src/common/socket.c
5726         * src/common/socket.h
5727         * src/gtk/gtkaspell.c
5728         * src/gtk/gtkaspell.h
5729         * src/gtk/quicksearch.c
5730         * src/gtk/quicksearch.h
5731                 Same
5732
5733 2007-01-21 [colin]      2.7.1cvs44
5734
5735         * src/common/utils.c
5736         * src/common/utils.h
5737         * src/etpan/etpan-thread-manager.c
5738         * src/etpan/etpan-thread-manager.h
5739                 Same (Funny that etpan_thread_unbind
5740                 is called but not etpan_thread_bind)
5741
5742 2007-01-21 [colin]      2.7.1cvs43
5743
5744         * src/addrselect.c
5745         * src/addrselect.h
5746         * src/codeconv.c
5747         * src/codeconv.h
5748         * src/compose.c
5749         * src/compose.h
5750         * src/etpan/Makefile.am
5751         * src/gtk/colorlabel.c
5752         * src/gtk/colorlabel.h
5753         * src/gtk/sslcertwindow.c
5754         * src/gtk/sslcertwindow.h
5755         * src/etpan/etpan-log.c ** REMOVED **
5756         * src/etpan/etpan-log.h ** REMOVED **
5757                 Same
5758
5759 2007-01-20 [colin]      2.7.1cvs42
5760
5761         * src/addritem.c
5762         * src/addritem.h
5763                 Same
5764
5765 2007-01-20 [colin]      2.7.1cvs41
5766
5767         * src/account.c
5768         * src/account.h
5769         * src/addrbook.c
5770         * src/addrbook.h
5771         * src/addrcache.c
5772         * src/addrcache.h
5773         * src/addrclip.c
5774         * src/addrclip.h
5775         * src/addressbook.c
5776         * src/addressbook.h
5777         * src/addrharvest.c
5778         * src/addrharvest.h
5779         * src/addrindex.c
5780         * src/addrindex.h
5781         * src/editaddress.c
5782         * src/editaddress.h
5783                 Make functions that aren't used in other
5784                 files static
5785
5786 2007-01-20 [colin]      2.7.1cvs40
5787
5788         * src/account.c
5789         * src/addrbook.c
5790         * src/addrcache.c
5791         * src/addressbook.c
5792         * src/addrgather.c
5793         * src/addrindex.c
5794         * src/addrquery.c
5795         * src/addrselect.c
5796         * src/browseldap.c
5797         * src/compose.c
5798         * src/editbook.c
5799         * src/editjpilot.c
5800         * src/editldap.c
5801         * src/editldap_basedn.c
5802         * src/editvcard.c
5803         * src/exporthtml.c
5804         * src/exportldif.c
5805         * src/folder.c
5806         * src/folderview.c
5807         * src/image_viewer.c
5808         * src/imap.c
5809         * src/importmutt.c
5810         * src/importpine.c
5811         * src/jpilot.c
5812         * src/ldapquery.c
5813         * src/main.c
5814         * src/mainwindow.c
5815         * src/matcher.c
5816         * src/messageview.c
5817         * src/mh.c
5818         * src/mimeview.c
5819         * src/msgcache.c
5820         * src/mutt.c
5821         * src/news.c
5822         * src/pine.c
5823         * src/prefs_account.c
5824         * src/prefs_common.c
5825         * src/prefs_compose_writing.c
5826         * src/prefs_ext_prog.c
5827         * src/prefs_folder_item.c
5828         * src/prefs_fonts.c
5829         * src/prefs_message.c
5830         * src/prefs_msg_colors.c
5831         * src/prefs_other.c
5832         * src/prefs_quote.c
5833         * src/prefs_receive.c
5834         * src/prefs_send.c
5835         * src/prefs_spelling.c
5836         * src/prefs_summaries.c
5837         * src/prefs_toolbar.c
5838         * src/prefs_wrapping.c
5839         * src/privacy.c
5840         * src/procmime.c
5841         * src/procmsg.c
5842         * src/ssl_manager.c
5843         * src/statusbar.c
5844         * src/summaryview.c
5845         * src/toolbar.c
5846         * src/vcard.c
5847         * src/common/hooks.c
5848         * src/common/log.c
5849         * src/common/passcrypt.c
5850         * src/common/socket.c
5851         * src/common/ssl.c
5852         * src/common/ssl_certificate.c
5853         * src/common/template.c
5854         * src/common/utils.c
5855         * src/etpan/imap-thread.c
5856         * src/gtk/sslcertwindow.c
5857         * src/gtk/sslcertwindow.h
5858                 Make functions that could be static, static
5859
5860 2007-01-20 [colin]      2.7.1cvs39
5861
5862         * src/editldap.c
5863                 Fix tooltip
5864
5865 2007-01-20 [colin]      2.7.1cvs38
5866
5867         * src/ldapquery.c
5868         * src/ldaputil.c
5869         * src/ldaputil.h
5870                 Fix bug 1102, 'claws-mail-2.7.1 
5871                 makes use of deprecated ldap 
5872                 functions'
5873
5874 2007-01-20 [colin]      2.7.1cvs37
5875
5876         * src/mainwindow.c
5877         * src/mainwindow.h
5878         * src/summaryview.c
5879         * src/gtk/quicksearch.c
5880                 Add Wide message list layout
5881
5882 2007-01-19 [fabien]     2.7.1cvs36
5883
5884         * src/textview.c
5885                 make sure a font change is considered in links of
5886                 headerview.
5887
5888 2007-01-19 [colin]      2.7.1cvs35
5889
5890         * src/main.c
5891         * src/mainwindow.c
5892         * src/mainwindow.h
5893         * src/messageview.c
5894         * src/messageview.h
5895         * src/prefs_common.c
5896         * src/prefs_common.h
5897         * src/summaryview.c
5898         * src/summaryview.h
5899         * src/gtk/quicksearch.c
5900         * src/gtk/quicksearch.h
5901                 Drop 'Separate Folder tree' and 'Separate
5902                 Message View'. Put three layouts in place
5903                 of it.
5904
5905 2007-01-19 [paul]       2.7.1cvs34
5906
5907         * src/prefs_msg_colors.c
5908                 more use of Q_ for translators
5909
5910 2007-01-19 [paul]       2.7.1cvs33
5911
5912         * src/imap_gtk.c
5913         * src/prefs_account.c
5914                 a few changes to the English
5915
5916 2007-01-19 [fabien]     2.7.1cvs32
5917
5918         * src/wizard.c
5919                 factorize translatable string
5920
5921 2007-01-18 [colin]      2.7.1cvs31
5922
5923         * src/main.c
5924                 Don't error out on --sync option. Although
5925                 we don't do anything with it, gtk+ handles
5926                 it, and it's useful for debugging X errors
5927
5928 2007-01-18 [fabien]     2.7.1cvs30
5929
5930         * src/prefs_other.c
5931                 ability to apply on the fly the recent added
5932                 'gtk_can_change_accels' pref (no need to restart).
5933
5934 2007-01-18 [fabien]     2.7.1cvs29
5935
5936         * src/plugins/bogofilter/bogofilter_gtk.c
5937         * src/plugins/bogofilter/bogofilter.c
5938         * src/plugins/spamassassin/spamassassin_gtk.c
5939         * src/addr_compl.c
5940         * src/prefs_account.c
5941                 factorize or rewrite some translatable strings.
5942
5943 2007-01-18 [fabien]     2.7.1cvs28
5944
5945         * src/prefs_gtk.h
5946         * src/compose.c
5947                 set a 4pix space between "Subject:" label and subject entry in
5948                 compose window.
5949
5950 2007-01-18 [wwp]        2.7.1cvs27
5951
5952         * src/addressbook.c
5953                 fix conflicting address-copy/paste when focus is set
5954                 to the embedded edit-person form.
5955  
5956
5957 2007-01-18 [wwp]        2.7.1cvs26
5958
5959         * src/addressbook.h
5960                 complete 2.7.1cvs23 (one more file was missing from that
5961                 commit).
5962
5963 2007-01-18 [colin]      2.7.1cvs25
5964
5965         * src/main.c
5966                 Provide a way to migrate without backup
5967                 Re-ask for migration on next start if 
5968                 it has been refused and wizard has been 
5969                 cancelled after.
5970
5971 2007-01-18 [wwp]        2.7.1cvs24
5972
5973         * src/editaddress.c
5974                 complete 2.7.1.cvs23 (file was missing from previous
5975                 commit).
5976
5977 2007-01-18 [wwp]        2.7.1cvs23
5978
5979         * src/addressbook.c
5980                 fix potential crashes in address book's focus_in/out signal handlers,
5981                 force focus to the edit-person form when clicked the Edit menu entry or
5982                 button (this only matters if the edit-person form is embedded to the
5983                 AB window, in that case, focus is not set when browsing the contacts
5984                 list w/ keys or mouse clicks).
5985
5986 2007-01-18 [paul]       2.7.1cvs22
5987
5988         * src/main.c
5989                 add command line options:
5990                 -h for --help
5991                 -q and --quit for --exit
5992                 -v for --version
5993                 print "Unknown option" for unknown options
5994
5995 2007-01-18 [paul]       2.7.1cvs21
5996
5997         * po/ru.po
5998                 updated by Pavlo Bohmat
5999
6000 2007-01-18 [paul]       2.7.1cvs20
6001
6002         * src/mainwindow.c
6003                 fix sensitivity issues of Mark as Spam/Ham
6004
6005 2007-01-17 [fabien]     2.7.1cvs19
6006
6007         * src/prefs_other.c
6008         * src/prefs_common.c
6009         * src/prefs_common.h
6010         * src/main.c
6011                 Add a 'gtk_can_change_accels' pref in Preferences/Other which
6012                 control the corresponding gtk property. It could be used to lock
6013                 all shortcuts (avoid to set one of them by inadvertency).
6014
6015 2007-01-17 [colin]      2.7.1cvs18
6016
6017         * src/summaryview.c
6018                 Fix bug 1100, 'Highlighted e-mail data not visible 
6019                 when color label applied.'. Use a weighted average
6020                 between normal selected foreground color and color
6021                 label instead of a simple one (3/1 instead 1/1).
6022
6023 2007-01-17 [colin]      2.7.1cvs17
6024
6025         * src/messageview.c
6026                 Better fix for bug 1088, 'Ctrl-h produces repeatable
6027                 crash' - don't prevent mail switching while loading
6028
6029 2007-01-17 [colin]      2.7.1cvs16
6030
6031         * src/folder.c
6032         * src/folder.h
6033         * src/folderview.c
6034         * src/folderview.h
6035         * src/imap.c
6036         * src/imap.h
6037         * src/imap_gtk.c
6038                 Manage recursive search of unsubscribed folders
6039                 Rescan tree without checking for new messages 
6040                 after subscriptions changed
6041
6042 2007-01-17 [paul]       2.7.1cvs15
6043
6044         * src/prefs_common.c
6045         * src/gtk/pluginwindow.c
6046                 fix bug 1101, '"Load plugin" button is
6047                 accidentally hidden'
6048                 unset (-1) initial width in prefs_common,
6049                 fix overlapping buttons,
6050                 and other cleanups
6051
6052 2007-01-17 [paul]       2.7.1cvs14
6053
6054         * src/procmime.c
6055                 add #include <errno.h>, it's needed
6056                 on some systems
6057
6058 2007-01-17 [paul]       2.7.1cvs13
6059
6060         * src/common/defs.h
6061         * tools/make.themes.project
6062                 rename .sylpheed_themeinfo to .claws_themeinfo
6063                 and use it
6064         * src/etpan/etpan-errors.h
6065         * src/etpan/etpan-log.c
6066         * src/etpan/etpan-log.h
6067         * src/etpan/etpan-thread-manager-types.h
6068         * src/etpan/etpan-thread-manager.c
6069         * src/etpan/etpan-thread-manager.h
6070         * src/etpan/imap-thread.c
6071         * src/etpan/imap-thread.h
6072                 add copyright header
6073
6074 2007-01-17 [colin]      2.7.1cvs12
6075
6076         * src/plugins/pgpcore/select-keys.c
6077         * src/gtk/pluginwindow.c
6078         * src/prefs_account.c
6079                 Fix warnings
6080
6081 2007-01-16 [colin]      2.7.1cvs11
6082
6083         * src/imap.c
6084         * src/imap.h
6085         * src/imap_gtk.c
6086                 Manage subscribing to subfolders when only
6087                 subscribed folders are shown.
6088
6089 2007-01-16 [colin]      2.7.1cvs10
6090
6091         * src/folderview.c
6092                 Fix annoying vscrollbar going back to top
6093                 on Check for new folders
6094
6095 2007-01-16 [colin]      2.7.1cvs9
6096
6097         * src/imap.c
6098                 Remove printf
6099
6100 2007-01-16 [colin]      2.7.1cvs8
6101
6102         * src/filtering.c
6103                 Bigger buffer for errors
6104         * src/imap.c
6105         * src/imap.h
6106         * src/imap_gtk.c
6107         * src/prefs_account.c
6108         * src/prefs_account.h
6109         * src/wizard.c
6110         * src/etpan/imap-thread.c
6111         * src/etpan/imap-thread.h
6112         * manual/handling.xml
6113                 Add subscriptions management. What it changes:
6114                 Creating a folder subscribes to it
6115                 Deleting a folder unsubscribes it
6116                 New contextual menu item allowing to switch between
6117                 All folders and Subscribed folders, subscribe, and
6118                 unsubscribe. "Creating" an existing but unsubscribed
6119                 folder will subscribe it.
6120                 By default for new accounts, only subscribed folders 
6121                 are shown.
6122
6123
6124 2007-01-16 [paul]       2.7.1cvs7
6125
6126         * src/summaryview.c
6127                 Allow folder classes to specify only sort_key or
6128                 sort_type instead of both or none.
6129
6130 2007-01-16 [paul]       2.7.1cvs6
6131
6132         * src/action.c
6133         * src/compose.c
6134         * src/mimeview.c
6135         * src/procmime.c
6136         * src/textview.c
6137                 Save and use errno for procmime_get_part
6138
6139 2007-01-16 [colin]      2.7.1cvs5
6140
6141         * src/imap.c
6142                 Never remove INBOX when scanning for
6143                 new folders. It's a special folder
6144                 that has to exist.
6145
6146 2007-01-15 [colin]      2.7.1cvs4
6147
6148         * src/imap.c
6149                 Fix 'Check for new folders' when IMAP subdirectory
6150                 is set
6151         * src/etpan/imap-thread.c
6152                 Fix build
6153
6154 2007-01-15 [colin]      2.7.1cvs3
6155
6156         * src/etpan/imap-thread.c
6157                 Fix invalid free on command-connection
6158                 error
6159
6160 2007-01-15 [wwp]        2.7.1cvs2
6161
6162         * src/matcher_parser_lex.l
6163         * src/quote_fmt_lex.l
6164         * src/matcher_parser_parse.y
6165                 fix copyright header in lexers and parsers.
6166
6167 2007-01-15 [paul]       2.7.1cvs1
6168
6169         * NEWS
6170         * README
6171         * RELEASE_NOTES
6172         * configure.ac
6173                 bump up version number following
6174                 stable release
6175
6176 2007-01-15 [paul]       2.7.0cvs31
6177
6178         * AUTHORS
6179         * src/gtk/authors.h
6180                 add Fabien to the Team list
6181                 add the recent contributors
6182                 make a few corrections
6183
6184 2007-01-15 [paul]       2.7.0cvs30
6185
6186         * src/mainwindow.c
6187                 fix compiler warning
6188         * src/plugins/pgpcore/prefs_gpg.c
6189         * src/plugins/pgpcore/prefs_gpg.h
6190                 add missing include
6191                 fix copyright header
6192
6193 2007-01-14 [colin]      2.7.0cvs29
6194
6195         * src/gtk/filesel.c
6196                 Use the 'gtk+' backend. Avoids gnome-vfs use,
6197                 two benefits: faster to open, will fix strange
6198                 dbus-related crash. Thanks to Pascal Terjan.
6199
6200 2007-01-14 [colin]      2.7.0cvs28
6201
6202         * src/etpan/imap-thread.c
6203                 Delete the old imap just after allocating
6204                 the new one. Makes sure we don't get the
6205                 same pointer by sheer luck, which feels
6206                 strange in the debug log.
6207
6208 2007-01-14 [colin]      2.7.0cvs27
6209
6210         * src/gtk/inputdialog.c
6211                 Make sure we don't print passwords in
6212                 clear text when in debug mode
6213
6214 2007-01-14 [colin]      2.7.0cvs26
6215
6216         * src/gtk/gtksctree.c
6217                 Fix bug 1098, 'bogus last row display 
6218                 after expanding a thread'. Patch by
6219                 Jindrich Makovicka <makovick@gmail.com>
6220
6221 2007-01-14 [colin]      2.7.0cvs25
6222
6223         * src/etpan/imap-thread.c
6224                 Close socket manually before
6225                 freeing the imap struct
6226
6227 2007-01-14 [colin]      2.7.0cvs24
6228
6229         * src/etpan/imap-thread.c
6230                 Maybe fix new reconnection issues
6231
6232 2007-01-13 [colin]      2.7.0cvs23
6233
6234         * src/summaryview.c
6235                 Freeze/thaw on thread selection
6236
6237 2007-01-13 [paul]       2.7.0cvs22
6238
6239         * src/mainwindow.c
6240         * src/summaryview.c
6241         * src/summaryview.h
6242                 add 'Edit/Delete thread'
6243
6244 2007-01-13 [colin]      2.7.0cvs21
6245
6246         * src/prefs_account.c
6247         * src/prefs_compose_writing.c
6248         * src/prefs_message.c
6249         * src/prefs_msg_colors.c
6250         * src/prefs_other.c
6251         * src/prefs_receive.c
6252         * src/prefs_spelling.c
6253         * src/prefs_summaries.c
6254         * src/prefs_themes.c
6255         * src/gtk/gtkutils.c
6256         * src/gtk/gtkutils.h
6257         * src/plugins/pgpcore/prefs_gpg.c
6258         * src/plugins/spamassassin/spamassassin_gtk.c
6259                 Factorize gtk frame creation
6260                 Patch by Pawel
6261
6262 2007-01-13 [colin]      2.7.0cvs20
6263
6264         * src/message_search.c
6265         * src/summary_search.c
6266                 Fix Enter in search windows
6267         * src/messageview.c
6268                 Fix body search starting at the
6269                 end of the mail (and asking for loop)
6270
6271 2007-01-13 [colin]      2.7.0cvs19
6272
6273         * src/etpan/imap-thread.c
6274                 Make sure we don't free the same imap
6275                 twice
6276
6277 2007-01-13 [colin]      2.7.0cvs18
6278
6279         * commitHelper
6280                 Allow multiple commitHelpers to
6281                 run at once
6282
6283 2007-01-12 [colin]      2.7.0cvs17
6284
6285         * src/etpan/imap-thread.c
6286                 Make sure we get rid of the previous mailimap
6287                 when connecting - just in case disconnect was
6288                 unclean
6289
6290 2007-01-12 [paul]       2.7.0cvs16
6291
6292         * src/compose.c
6293                 Strip S/MIME signatures when re-editing
6294                 S/MIME signed messages.
6295
6296 2007-01-12 [paul]       2.7.0cvs15
6297
6298         * configure.ac
6299         * src/addressbook.c
6300         * src/foldersel.c
6301         * src/folderview.c
6302         * src/main.c
6303                 no need to define CLAWS anymore, remove
6304                 all that stuff
6305
6306 2007-01-12 [paul]       2.7.0cvs14
6307
6308         * src/mimeview.c
6309                 check if the mail's signed as
6310                 it can change the mail structure
6311                 Thanks to Colin
6312
6313 2007-01-12 [paul]       2.7.0cvs13
6314
6315         * src/procmime.c
6316                 fix Forwarding msgs with attachments
6317                 that have dos line endings
6318                 Thanks to Colin
6319
6320 2007-01-12 [wwp]        2.7.0cvs12
6321
6322         * configure.ac
6323                 Revert accidentally committed extra version tag.
6324
6325 2007-01-12 [wwp]        2.7.0cvs11
6326
6327         * src/prefs_account.c
6328                 Fix compilation w/o aspell (completes 2.7.0cvs7).
6329
6330 2007-01-11 [colin]      2.7.0cvs10
6331
6332         * src/imap.c
6333                 move g_warning to debug_print
6334                 it scares people for no reason
6335
6336 2007-01-11 [colin]      2.7.0cvs9
6337
6338         * po/POTFILES.in
6339                 Fix files to translate. Patch by
6340                 Fabien
6341
6342 2007-01-11 [paul]       2.7.0cvs8
6343
6344         * src/imap.c
6345                 Fix recursion when server lists the
6346                 current subfolder in the response
6347         * src/mimeview.c
6348                 Fix updating of icon_list/ctree
6349         * src/plugins/pgpcore/select-keys.c
6350                 Fix a few annoyances when choosing
6351                 keys for the CMS (S/MIME) protocol
6352
6353 2007-01-11 [wwp]        2.7.0cvs7
6354
6355         * src/compose.c
6356         * src/prefs_account.c
6357         * src/prefs_account.h
6358                 Add per-account spellcheck default dictionaries settings.
6359
6360 2007-01-10 [colin]      2.7.0cvs6
6361
6362         * src/prefs_folder_item.c
6363                 Factorize strings - patch by Fabien
6364
6365 2007-01-10 [colin]      2.7.0cvs5
6366
6367         * src/mainwindow.c
6368                 Fix bug 1095, 'Crash while changing folder 
6369                 columns during incorporation'
6370
6371 2007-01-09 [colin]      2.7.0cvs4
6372
6373         * src/gtk/pluginwindow.c
6374                 Set the plugin window transient. Seems
6375                 like some window managers hide it in
6376                 the background after "load plugin"...
6377
6378 2007-01-09 [colin]      2.7.0cvs3
6379
6380         * src/gtk/filesel.c
6381                 Use the same type for alloc and free
6382
6383 2007-01-08 [paul]       2.7.0cvs2
6384
6385         * po/nl.po
6386                 updated by Tim Dijkstra
6387
6388 2007-01-08 [paul]       2.7.0cvs1
6389
6390         * src/prefs_themes.c
6391         * src/common/utils.c
6392                 Fix resource leaks
6393
6394 2007-01-08 [paul]       2.7.0
6395
6396         * NEWS
6397         * README
6398         * RELEASE_NOTES
6399                 2.7.0 released
6400
6401 2007-01-08 [paul]       2.6.1cvs119
6402
6403         * doc/man/claws-mail.1
6404                 another correction
6405
6406 2007-01-08 [paul]       2.6.1cvs118
6407
6408         * doc/man/claws-mail.1
6409                 corrections
6410         * manual/advanced.xml
6411                 improved English usage
6412
6413 2007-01-08 [paul]       2.6.1cvs117
6414
6415         * po/ca.po
6416         * po/de.po
6417         * po/en_GB.po
6418         * po/fi.po
6419         * po/it.po
6420         * po/pt_BR.po
6421         * po/sk.po
6422         * po/sr.po
6423         * po/zh_CN.po
6424                 updated by Miquel Oliete, Stephan Sachse, me,
6425                 Tommi Pirinen, Andrea Spadaccini, Frederico
6426                 Goncalves Guimaraes, Andrej Kacian, Aleksandar
6427                 Urosevic, and Ralgh Young
6428
6429 2007-01-07 [mones]      2.6.1cvs116
6430
6431         * manual/es/advanced.xml
6432         * po/es.po
6433                 Synced manual (unhide mark_as_read_delay)
6434                 and updated translation for release
6435
6436 2007-01-07 [paul]       2.6.1cvs115
6437
6438         * src/prefs_matcher.c
6439                 make the hbox content fit better under
6440                 various languages
6441
6442 2007-01-07 [colin]      2.6.1cvs114
6443
6444         * src/messageview.c
6445                 Fix bug 1088, 'Ctrl-h produces repeatable
6446                 crash'
6447
6448 2007-01-06 [colin]      2.6.1cvs113
6449
6450         * src/etpan/imap-thread.c
6451                 Add casts to int to get certs. Fixes
6452                 bug 1064, 'crash @ etpan_certificate_check() 
6453                 when opening an IMAP folder', with latest
6454                 libetpan CVS or >= 0.49
6455         * src/mainwindow.c
6456         * src/mainwindow.h
6457         * src/imap_gtk.c
6458         * src/news_gtk.c
6459         * src/prefs_folder_item.c
6460                 Grey out the "synchronise" menu items if
6461                 there's nothing to synchronise.
6462         * src/plugins/pgpcore/sgpgme.c
6463                 Make an error clearer than "Unknown error"
6464
6465 2007-01-06 [colin]      2.6.1cvs112
6466
6467         * src/messageview.c
6468                 Don't try to show a message if updating
6469                 Maybe fixes bug 1088, 'ctrl-h produces
6470                 repeatable crash'.
6471
6472 2007-01-06 [colin]      2.6.1cvs111
6473
6474         * src/summaryview.c
6475                 Disable Control-Space (handle it as Space).
6476
6477 2007-01-05 [paul]       2.6.1cvs110
6478
6479         * src/imap.c
6480                 Fix bug 934, 'sylpheed claws 2.1 
6481                 doesn't show Exchanges Public Folders'
6482                 Thanks to Hoa and Colin
6483         * src/msgcache.c
6484                 Refuse to allocate more than 2 MB for a 
6485                 single field, it's a good indication of
6486                 cache corruption.
6487
6488 2007-01-05 [colin]      2.6.1cvs109
6489
6490         * src/mainwindow.c
6491                 Allow --select'ing emails by Message-ID too
6492
6493 2007-01-05 [colin]      2.6.1cvs108
6494
6495         * src/common/quoted-printable.c
6496                 Uh! Third fix :)
6497
6498 2007-01-05 [colin]      2.6.1cvs107
6499
6500         * src/common/quoted-printable.c
6501                 Fix previous commit about bug 1089
6502                 Thanks to Ralf
6503
6504 2007-01-05 [colin]      2.6.1cvs106
6505
6506         * src/common/quoted-printable.c
6507                 Fix my previous commit on bug 1089
6508                 - Thanks to Ralf :)
6509
6510 2007-01-04 [colin]      2.6.1cvs105
6511
6512         * src/common/quoted-printable.c
6513                 Fix bug 1089, 'NUL characters in Subject 
6514                 line are misinterpreted'. Not a pain to
6515                 fix in fact.
6516
6517 2007-01-04 [colin]      
6518
6519         2.7.0-rc3 released
6520
6521 2007-01-04 [wwp]        2.6.1cvs104
6522
6523         * src/image_viewer.c
6524                 Force operator precedence (fix a compiler warning).
6525
6526 2007-01-04 [colin]      2.6.1cvs103
6527
6528         * src/image_viewer.c
6529                 Be cautious there too (same fix as the one
6530                 in textview from cvs33)
6531         * src/messageview.c
6532                 Don't use any MimeViewer plugin when showing
6533                 all headers
6534
6535 2007-01-03 [wwp]        2.6.1cvs102
6536
6537         * src/html.c
6538         * src/html.h
6539                 fixed "cent" sign (use the existing ASCII one),
6540                 decode more HTML entities,
6541                 converted table ASCII entries to UTF-8,
6542                 moved a switch() into a hashtable.
6543
6544 2007-01-03 [paul]       2.6.1cvs101
6545
6546         * src/compose.c
6547         * src/messageview.c
6548         * src/procmsg.c
6549         * src/procmsg.h
6550                 When possible, use move_msg instead of
6551                 copy_msg + remove_msg to move sent mail
6552                 from Queue to Sent. 
6553
6554 2007-01-03 [paul]       2.6.1cvs100
6555
6556         * src/html.c
6557                 add more html entity recognition:
6558                 pounds, euros, and cents
6559
6560 2007-01-03 [colin]      2.6.1cvs99
6561
6562         * src/imap_gtk.c
6563                 Don't display an error on NOSELECT
6564                 folders when synchronising
6565
6566 2007-01-03 [paul]       2.6.1cvs98
6567
6568         * tools/maildir2claws-mail.pl
6569                 only substitute 'sent-mail' if it's
6570                 the full directory name
6571
6572 2007-01-03 [paul]       2.6.1cvs97
6573
6574         * ChangeLog
6575         * ChangeLog.pre2.0.0
6576         * Makefile.am
6577                 archive a chunk of ChangeLog in
6578                 ChangeLog.pre2.0.0
6579         * ChangeLog.gtk1
6580         * doc/src/ChangeLog.claws-pre0.8.0
6581                 remove ChangeLog.claws-pre0.8.0, adding
6582                 its contents to ChangeLog.gtk1
6583
6584 2007-01-03 [paul]       2.6.1cvs96
6585
6586         * src/account.c
6587         * src/account.h
6588         * src/action.c
6589         * src/action.h
6590         * src/adbookbase.h
6591         * src/addr_compl.c
6592         * src/addr_compl.h
6593         * src/addrbook.c
6594         * src/addrcache.c
6595         * src/addrcache.h
6596         * src/addrcindex.c
6597         * src/addrcindex.h
6598         * src/addrclip.c
6599         * src/addrclip.h
6600         * src/addrdefs.h
6601         * src/addressadd.c
6602         * src/addressadd.h
6603         * src/addressbook.c
6604         * src/addressbook.h
6605         * src/addressbook_foldersel.c
6606         * src/addressbook_foldersel.h
6607         * src/addrgather.c
6608         * src/addrgather.h
6609         * src/addrharvest.c
6610         * src/addrharvest.h
6611         * src/addrindex.c
6612         * src/addrindex.h
6613         * src/addritem.c
6614         * src/addritem.h
6615         * src/addrquery.c
6616         * src/addrquery.h
6617         * src/addrselect.c
6618         * src/addrselect.h
6619         * src/alertpanel.c
6620         * src/alertpanel.h
6621         * src/browseldap.c
6622         * src/browseldap.h
6623         * src/codeconv.c
6624         * src/codeconv.h
6625         * src/compose.c
6626         * src/compose.h
6627         * src/customheader.c
6628         * src/customheader.h
6629         * src/displayheader.c
6630         * src/displayheader.h
6631         * src/editaddress.c
6632         * src/editaddress.h
6633         * src/editbook.c
6634         * src/editbook.h
6635         * src/editgroup.c
6636         * src/editgroup.h
6637         * src/editjpilot.c
6638         * src/editjpilot.h
6639         * src/editldap.c
6640         * src/editldap.h
6641         * src/editldap_basedn.c
6642         * src/editldap_basedn.h
6643         * src/editvcard.c
6644         * src/editvcard.h
6645         * src/exphtmldlg.c
6646         * src/exphtmldlg.h
6647         * src/expldifdlg.c
6648         * src/expldifdlg.h
6649         * src/export.c
6650         * src/export.h
6651         * src/exporthtml.c
6652         * src/exporthtml.h
6653         * src/exportldif.c
6654         * src/exportldif.h
6655         * src/filtering.c
6656         * src/filtering.h
6657         * src/folder.c
6658         * src/folder.h
6659         * src/folder_item_prefs.c
6660         * src/folder_item_prefs.h
6661         * src/foldersel.c
6662         * src/foldersel.h
6663         * src/folderutils.c
6664         * src/folderutils.h
6665         * src/folderview.c
6666         * src/folderview.h
6667         * src/grouplistdialog.c
6668         * src/grouplistdialog.h
6669         * src/headerview.c
6670         * src/html.c
6671         * src/html.h
6672         * src/image_viewer.c
6673         * src/image_viewer.h
6674         * src/imap.c
6675         * src/imap.h
6676         * src/imap_gtk.c
6677         * src/imap_gtk.h
6678         * src/import.c
6679         * src/import.h
6680         * src/importldif.c
6681         * src/importldif.h
6682         * src/importmutt.c
6683         * src/importmutt.h
6684         * src/importpine.c
6685         * src/importpine.h
6686         * src/inc.c
6687         * src/inc.h
6688         * src/jpilot.c
6689         * src/jpilot.h
6690         * src/ldapctrl.c
6691         * src/ldapctrl.h
6692         * src/ldaplocate.c
6693         * src/ldaplocate.h
6694         * src/ldapquery.c
6695         * src/ldapquery.h
6696         * src/ldapserver.c
6697         * src/ldapserver.h
6698         * src/ldaputil.c
6699         * src/ldaputil.h
6700         * src/ldif.c
6701         * src/ldif.h
6702         * src/main.c
6703         * src/main.h
6704         * src/mainwindow.c
6705         * src/mainwindow.h
6706         * src/manual.c
6707         * src/manual.h
6708         * src/mbox.c
6709         * src/message_search.c
6710         * src/message_search.h
6711         * src/messageview.c
6712         * src/messageview.h
6713         * src/mh.c
6714         * src/mh.h
6715         * src/mh_gtk.c
6716         * src/mh_gtk.h
6717         * src/mimeview.c
6718         * src/mimeview.h
6719         * src/msgcache.c
6720         * src/msgcache.h
6721         * src/mutt.c
6722         * src/mutt.h
6723         * src/news.c
6724         * src/news.h
6725         * src/news_gtk.c
6726         * src/news_gtk.h
6727         * src/partial_download.c
6728         * src/partial_download.h
6729         * src/pine.c
6730         * src/pine.h
6731         * src/pop.c
6732         * src/pop.h
6733         * src/prefs_account.c
6734         * src/prefs_account.h
6735         * src/prefs_actions.c
6736         * src/prefs_actions.h
6737         * src/prefs_common.c
6738         * src/prefs_common.h
6739         * src/prefs_compose_writing.c
6740         * src/prefs_compose_writing.h
6741         * src/prefs_customheader.c
6742         * src/prefs_customheader.h
6743         * src/prefs_display_header.c
6744         * src/prefs_display_header.h
6745         * src/prefs_filtering.c
6746         * src/prefs_filtering.h
6747         * src/prefs_filtering_action.c
6748         * src/prefs_filtering_action.h
6749         * src/prefs_folder_column.c
6750         * src/prefs_folder_column.h
6751         * src/prefs_folder_item.c
6752         * src/prefs_folder_item.h
6753         * src/prefs_fonts.c
6754         * src/prefs_fonts.h
6755         * src/prefs_gtk.c
6756         * src/prefs_gtk.h
6757         * src/prefs_image_viewer.c
6758         * src/prefs_image_viewer.h
6759         * src/prefs_matcher.c
6760         * src/prefs_matcher.h
6761         * src/prefs_message.c
6762         * src/prefs_msg_colors.c
6763         * src/prefs_msg_colors.h
6764         * src/prefs_other.c
6765         * src/prefs_quote.c
6766         * src/prefs_receive.c
6767         * src/prefs_send.c
6768         * src/prefs_spelling.c
6769         * src/prefs_spelling.h
6770         * src/prefs_summaries.c
6771         * src/prefs_summaries.h
6772         * src/prefs_summary_column.c
6773         * src/prefs_summary_column.h
6774         * src/prefs_template.c
6775         * src/prefs_template.h
6776         * src/prefs_themes.c
6777         * src/prefs_themes.h
6778         * src/prefs_toolbar.c
6779         * src/prefs_toolbar.h
6780         * src/prefs_wrapping.c
6781         * src/prefs_wrapping.h
6782         * src/privacy.c
6783         * src/privacy.h
6784         * src/procheader.c
6785         * src/procheader.h
6786         * src/procmime.c
6787         * src/procmime.h
6788         * src/procmsg.c
6789         * src/procmsg.h
6790         * src/quote_fmt.c
6791         * src/quote_fmt_parse.y
6792         * src/recv.c
6793         * src/recv.h
6794         * src/remotefolder.c
6795         * src/remotefolder.h
6796         * src/send_message.c
6797         * src/send_message.h
6798         * src/setup.c
6799         * src/setup.h
6800         * src/sourcewindow.c
6801         * src/sourcewindow.h
6802         * src/ssl_manager.c
6803         * src/ssl_manager.h
6804         * src/statusbar.c
6805         * src/statusbar.h
6806         * src/stock_pixmap.c
6807         * src/stock_pixmap.h
6808         * src/summary_search.c
6809         * src/summary_search.h
6810         * src/summaryview.c
6811         * src/summaryview.h
6812         * src/textview.c
6813         * src/textview.h
6814         * src/toolbar.c
6815         * src/toolbar.h
6816         * src/undo.c
6817         * src/undo.h
6818         * src/unmime.c
6819         * src/unmime.h
6820         * src/vcard.c
6821         * src/vcard.h
6822         * src/wizard.c
6823         * src/wizard.h
6824         * src/common/base64.c
6825         * src/common/base64.h
6826         * src/common/defs.h
6827         * src/common/hooks.c
6828         * src/common/hooks.h
6829         * src/common/log.c
6830         * src/common/log.h
6831         * src/common/mgutils.c
6832         * src/common/mgutils.h
6833         * src/common/nntp.c
6834         * src/common/nntp.h
6835         * src/common/passcrypt.c
6836         * src/common/passcrypt.h.in
6837         * src/common/plugin.c
6838         * src/common/plugin.h
6839         * src/common/prefs.c
6840         * src/common/prefs.h
6841         * src/common/progressindicator.c
6842         * src/common/progressindicator.h
6843         * src/common/quoted-printable.c
6844         * src/common/quoted-printable.h
6845         * src/common/session.c
6846         * src/common/session.h
6847         * src/common/smtp.c
6848         * src/common/smtp.h
6849         * src/common/socket.c
6850         * src/common/socket.h
6851         * src/common/ssl.c
6852         * src/common/ssl.h
6853         * src/common/ssl_certificate.c
6854         * src/common/ssl_certificate.h
6855         * src/common/stringtable.c
6856         * src/common/stringtable.h
6857         * src/common/template.c
6858         * src/common/template.h
6859         * src/common/timing.h
6860         * src/common/utils.c
6861         * src/common/utils.h
6862         * src/common/version.h.in
6863         * src/common/xml.c
6864         * src/common/xml.h
6865         * src/common/xmlprops.c
6866         * src/common/xmlprops.h
6867         * src/gtk/about.c
6868         * src/gtk/colorlabel.c
6869         * src/gtk/colorsel.c
6870         * src/gtk/colorsel.h
6871         * src/gtk/combobox.c
6872         * src/gtk/combobox.h
6873         * src/gtk/description_window.c
6874         * src/gtk/description_window.h
6875         * src/gtk/filesel.c
6876         * src/gtk/filesel.h
6877         * src/gtk/foldersort.c
6878         * src/gtk/foldersort.h
6879         * src/gtk/gtksctree.c
6880         * src/gtk/gtkutils.c
6881         * src/gtk/gtkutils.h
6882         * src/gtk/inputdialog.c
6883         * src/gtk/inputdialog.h
6884         * src/gtk/logwindow.c
6885         * src/gtk/logwindow.h
6886         * src/gtk/manage_window.c
6887         * src/gtk/manage_window.h
6888         * src/gtk/menu.c
6889         * src/gtk/menu.h
6890         * src/gtk/pluginwindow.c
6891         * src/gtk/pluginwindow.h
6892         * src/gtk/prefswindow.c
6893         * src/gtk/prefswindow.h
6894         * src/gtk/progressdialog.c
6895         * src/gtk/progressdialog.h
6896         * src/gtk/sslcertwindow.c
6897         * src/gtk/sslcertwindow.h
6898         * src/plugins/bogofilter/bogofilter.c
6899         * src/plugins/bogofilter/bogofilter.h
6900         * src/plugins/bogofilter/bogofilter_gtk.c
6901         * src/plugins/clamav/clamav_plugin.c
6902         * src/plugins/clamav/clamav_plugin.h
6903         * src/plugins/clamav/clamav_plugin_gtk.c
6904         * src/plugins/demo/demo.c
6905         * src/plugins/dillo_viewer/dillo_prefs.c
6906         * src/plugins/dillo_viewer/dillo_prefs.h
6907         * src/plugins/dillo_viewer/dillo_viewer.c
6908         * src/plugins/pgpcore/passphrase.c
6909         * src/plugins/pgpcore/passphrase.h
6910         * src/plugins/pgpcore/pgp_viewer.c
6911         * src/plugins/pgpcore/pgp_viewer.h
6912         * src/plugins/pgpcore/plugin.c
6913         * src/plugins/pgpcore/select-keys.c
6914         * src/plugins/pgpcore/select-keys.h
6915         * src/plugins/pgpcore/sgpgme.c
6916         * src/plugins/pgpcore/sgpgme.h
6917         * src/plugins/pgpinline/pgpinline.c
6918         * src/plugins/pgpinline/pgpinline.h
6919         * src/plugins/pgpinline/plugin.c
6920         * src/plugins/pgpmime/pgpmime.c
6921         * src/plugins/pgpmime/pgpmime.h
6922         * src/plugins/pgpmime/plugin.c
6923         * src/plugins/spamassassin/spamassassin.c
6924         * src/plugins/spamassassin/spamassassin.h
6925         * src/plugins/spamassassin/spamassassin_gtk.c
6926         * src/plugins/trayicon/trayicon.c
6927                 it's 2007, update the year in the copyright headers
6928
6929 2007-01-03 [paul]       2.6.1cvs95
6930
6931         * src/gtk/about.c
6932                 it is 2007, use it in the copyright string
6933
6934 2007-01-03 [paul]       2.6.1cvs94
6935
6936         * src/html.c
6937                 html entity conversion:
6938                 move &#153; to a more suitable place
6939                 add &bull; and &ndash;
6940                 make sure &mdash; and &#8212; are both
6941                 converted the same
6942
6943 2007-01-02 [colin]      2.6.1cvs93
6944
6945         * src/addrbook.c
6946                 Fix leak
6947         * src/common/plugin.c
6948                 Add comment
6949         * src/etpan/imap-thread.c
6950                 Fix warning
6951
6952 2006-12-31 [paul]       2.6.1cvs92
6953
6954         * src/prefs_summaries.c
6955                 use gtk_button_new_from_stock()
6956
6957 2006-12-30 [colin]      2.6.1cvs91
6958
6959         * src/folder.c
6960         * src/imap_gtk.c
6961         * src/mh_gtk.c
6962                 Don't update filtering and account paths 
6963                 when copying folders
6964
6965 2006-12-30 [colin]      2.6.1cvs90
6966
6967         * src/prefs_compose_writing.c
6968         * src/prefs_quote.c
6969         * src/prefs_template.c
6970                 Use message font for Writing and 
6971                 Quoting prefs, as well as Templates.
6972
6973 2006-12-30 [colin]      2.6.1cvs89
6974
6975         * src/prefs_summaries.c
6976                 Rework GUI; patch by Pawel
6977
6978 2006-12-29 [colin]      2.6.1cvs88
6979
6980         * src/prefs_folder_item.c
6981                 Fix bug 1085, 'Apply to subfolder 
6982                 doesn't work' - I was mistaken saying
6983                 it worked in every case
6984
6985 2006-12-28 [colin]      2.6.1cvs87
6986
6987         * src/gtk/gtkaspell.c
6988                 Don't assert if use_alternate is true
6989                 and alt_dictionary isn't set -- this 
6990                 is what happens on upgrade! Rather,
6991                 do with it.
6992
6993 2006-12-28 [colin]      2.6.1cvs86
6994
6995         * Makefile.am
6996                 Fix desktop/icon simplification
6997
6998 2006-12-28 [colin]      2.6.1cvs85
6999
7000         * Makefile.am
7001                 Make desktop and icon not 
7002                 dependant on the desktop
7003
7004 2006-12-28 [wwp]        2.6.1cvs84
7005
7006         * src/plugins/pgpmime/claws.def
7007                 Add missing symbol (discards gpg4win's 03-plugins-symbols.patch).
7008
7009 2006-12-28 [wwp]        2.6.1cvs83
7010
7011         * src/prefs_folder_item.c
7012                 Fix coloring of "simplify subject regexp" (folder prefs),
7013                 which might be left to red whereas the regexp gets empty.
7014
7015 2006-12-28 [wwp]        2.6.1cvs82
7016
7017         * src/prefs_common.c
7018         * src/prefs_common.h
7019         * src/addressbook.c
7020         * src/addressitem.h
7021                 Save addressbook mainwindow's horizontal and vertical splitter position.
7022
7023 2006-12-27 [wwp]        2.6.1cvs81
7024
7025         * src/gtk/gtkaspell.c
7026         * src/gtk/gtkaspell.h
7027         * src/compose.c
7028                 Fix assignment of compose's default and alternate dictionary from
7029                 account or folder settings. Now gtkaspell_change_dict does rotate
7030                 dicts only when it's called from a menu cb.
7031
7032 2006-12-27 [wwp]        2.6.1cvs80
7033
7034         * src/folder_item_prefs.c
7035                 Fix randomly initialized default-alt-dictionary (folder prefs),
7036                 complete 2.6.1cvs72.
7037
7038 2006-12-27 [paul]       2.6.1cvs79
7039
7040         * src/imap_gtk.c
7041         * src/mh_gtk.c
7042                 Add Copy folder in the folder's contextual
7043                 menu
7044
7045 2006-12-27 [wwp]        2.6.1cvs78
7046
7047         * src/imap.c
7048                 Clean up session locking, thanks to Colin.
7049
7050 2006-12-26 [colin]      2.6.1cvs77
7051
7052         * src/statusbar.c
7053                 Revert previous patch
7054
7055 2006-12-26 [colin]      2.6.1cvs76
7056
7057         * src/folder.c
7058         * src/folderview.c
7059         * src/imap.c
7060         * src/statusbar.c
7061         * src/etpan/imap-thread.c
7062                 Fix previous commit warnings
7063                 Make statusbar update every second if total < 20
7064                 Make IMAP APPEND faster by simplifying log              
7065
7066 2006-12-26 [colin]      2.6.1cvs75
7067
7068         * src/folder.c
7069         * src/folder.h
7070         * src/folderview.c
7071         * src/folderview.h
7072         * src/imap_gtk.c
7073         * src/mh_gtk.c
7074                 Make it possible to copy folders accross
7075                 mailboxes (this was an arbitrary limitation).
7076                 Still make it impossible to move folders 
7077                 accross mailboxes.
7078
7079 2006-12-26 [colin]      2.6.1cvs74
7080
7081         * src/etpan/imap-thread.c
7082                 Fix bug 1081, 'claws-mail 
7083                 segfaults when going offline 
7084                 while it transfers mails via 
7085                 imap'
7086
7087 2006-12-26 [colin]      2.6.1cvs73
7088
7089         * src/folder_item_prefs.c
7090                 Don't forget alt dictionary when
7091                 renaming/moving folders
7092
7093 2006-12-26 [wwp]        2.6.1cvs72
7094
7095         * src/folder_item_prefs.c
7096                 Add missing defaults for per-folder alt dict
7097                 (forgotten in 2.6.1cvs61).
7098
7099 2006-12-26 [colin]      2.6.1cvs71
7100
7101         * src/wizard.c
7102                 Add tooltip to state that specifying
7103                 full path to mailbox is possible
7104
7105 2006-12-26 [wwp]        2.6.1cvs70
7106
7107         * src/partial_download.c
7108         * src/gtk/gtkvscrollbutton.c
7109         * src/plugins/pgpinline/plugin.c
7110                 Fix for few compiler warnings that matter.
7111
7112 2006-12-25 [colin]      2.6.1cvs69
7113
7114         * src/partial_download.c
7115                 Fix marking for download or deletion
7116                 when the header isn't the first
7117         * src/gtk/logwindow.c
7118                 Fix start of scrolling
7119
7120 2006-12-23 [paul]       2.6.1cvs68
7121
7122         * src/compose.c
7123                 change last commit to use the 'academic'
7124                 method instead. Thanks to wwp
7125
7126 2006-12-23 [paul]       2.6.1cvs67
7127
7128         * src/compose.c
7129                 don't warn about empty subject when
7130                 redirecting
7131
7132 2006-12-22 [colin]      2.6.1cvs66
7133
7134         * src/summary_search.c
7135                 Fix previous patch
7136
7137 2006-12-22 [colin]      2.6.1cvs65
7138
7139         * src/gtk/gtkutils.c
7140         * src/imap.c
7141         * src/jpilot.c
7142         * src/summary_search.c
7143                 A few warning fixes
7144
7145 2006-12-23 [paul]       
7146
7147         2.7.0-rc2 released
7148
7149 2006-12-22 [colin]      2.6.1cvs64
7150
7151         * src/toolbar.c
7152         * src/toolbar.h
7153                 Add a combo to the learn spam button
7154         * src/plugins/bogofilter/bogofilter.c
7155         * src/plugins/bogofilter/bogofilter_gtk.c
7156         * src/plugins/bogofilter/bogofilter.h
7157                 Allow to store Unsure mails in a specific
7158                 folder to make better teaching easier
7159
7160 2006-12-21 [wwp]        2.6.1cvs63
7161
7162         * src/compose.c
7163         * src/prefs_common.c
7164         * src/prefs_common.h
7165         * src/prefs_spelling.c
7166         * src/gtk/gtkaspell.c
7167         * src/gtk/gtkaspell.h
7168                 Allow spell-checking using both current and alternate dictionaries
7169                 (thanks to Colin).
7170
7171 2006-12-21 [wwp]        2.6.1cvs62
7172
7173         * src/gtk/gtkaspell.c
7174                 Apply recheck_when_changing_dict (highlight all mispelled words)
7175                 when switching to alternate dictionary.
7176
7177 2006-12-21 [wwp]        2.6.1cvs61
7178
7179         * src/compose.c
7180         * src/folder_item_prefs.h
7181         * src/prefs_common.c
7182         * src/prefs_common.h
7183         * src/prefs_folder_item.c
7184         * src/prefs_spelling.c
7185         * src/gtk/gtkaspell.c
7186         * src/gtk/gtkaspell.h
7187                 Add global and per-folder prefs to set the default
7188                 alternate dictionary.
7189
7190 2006-12-21 [colin]      2.6.1cvs60
7191
7192         * src/folder.c
7193                 Look for folders by path in all folders
7194         * src/html.c
7195                 add &mdash;
7196
7197 2006-12-20 [colin]      2.6.1cvs59
7198
7199         * src/gtk/quicksearch.c
7200                 Make sure in_typing is false when clearing
7201
7202 2006-12-20 [wwp]        2.6.1cvs58
7203
7204         * configure.ac
7205                 change manual's target dir to be LFH-compliant (thanks to Colin).
7206
7207 2006-12-20 [wwp]        2.6.1cvs57
7208
7209         * src/prefs_common.c
7210         * src/prefs_summaries.c
7211                 i18n fix and factorize patch, thanks to Fabien.
7212
7213 2006-12-20 [paul]       2.6.1cvs56
7214
7215         * configure.ac
7216                 last of the renaming (??)
7217         * src/main.c
7218                 correct --help info of --status-full
7219         * src/plugins/bogofilter/bogofilter.c
7220                 make FALSE default of whitelist_ab
7221
7222 2006-12-19 [colin]      2.6.1cvs55
7223
7224         * src/jpilot.c
7225                 Same as before, without depending on
7226                 pisock >= 0.12
7227
7228 2006-12-19 [colin]      2.6.1cvs54
7229
7230         * src/jpilot.c
7231                 Fix bug 1059, 'Better jpilot charset 
7232                 handling'. Use libpisync's charset conversion
7233                 if possible
7234
7235 2006-12-19 [colin]      2.6.1cvs53
7236
7237         * po/fr.po
7238                 Updated by Fabien
7239
7240 2006-12-19 [wwp]        2.6.1cvs52
7241
7242         * src/gtk/about.c
7243                 Add missing #include (thanks to Colin).
7244
7245 2006-12-19 [wwp]        2.6.1cvs51
7246
7247         * src/prefs_receive.c
7248                 Better spacing between widgets in prefs.
7249
7250 2006-12-18 [colin]      2.6.1cvs50
7251
7252         * src/imap.c
7253                 Fix failure to get separator on LIST "" ""
7254                 Try LIST "" "INBOX" too.
7255
7256 2006-12-18 [wwp]        2.6.1cvs49
7257
7258         * src/common/session.c
7259                 Fix a compiler warning (thanks to Fabien).
7260
7261 2006-12-18 [wwp]        2.6.1cvs48
7262
7263         * src/compose.c
7264         * src/prefs_quote.c
7265                 Factorize some strings for translation (it's about error
7266                 messages when applying or checking template/quote format).
7267
7268 2006-12-18 [colin]      2.6.1cvs47
7269
7270         * Makefile.am
7271         * src/common/defs.h
7272         * src/gtk/Makefile.am
7273         * src/gtk/about.c
7274                 Add a Release notes tab from the contents of
7275                 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
7276
7277 2006-12-17 [colin]      2.6.1cvs46
7278
7279         * src/mimeview.c
7280         * src/textview.c
7281         * src/gtk/filesel.c
7282                 Correctly convert from/to UTF8/filename encoding
7283                 when loading and saving files. Probably fixes
7284                 bug 1068, 'Claws-Mail uses 100% CPU when looking 
7285                 for a file to attach and is blocked...'
7286
7287 2006-12-17 [colin]      2.6.1cvs45
7288
7289         * src/gtk/logwindow.c
7290                 Fix bug 1067, 'Claws-Mail uses 100% CPU on an 
7291                 IMAP folder and is blocked on main thread': 
7292                 make sure we put utf8 in the log.
7293
7294 2006-12-16 [colin]      2.6.1cvs44
7295
7296         * src/toolbar.c
7297         * src/toolbar.h
7298                 Fix bug 1055, 'Add the 'cancel receive' 
7299                 in the available events for the toolbar buttons'
7300
7301 2006-12-16 [colin]      2.6.1cvs43
7302
7303         * po/POTFILES.in
7304         * src/imap.c
7305         * src/common/nntp.c
7306         * src/common/session.c
7307                 Log error when SSL handshakes fail. 
7308                 Fixes bug 1082, 'incorrect / imprecise 
7309                 error message when imap server provides 
7310                 ssl only through STARTTLS but SSL is 
7311                 selected'
7312
7313 2006-12-15 [wwp]        2.6.1cvs42
7314
7315         * src/plugins/bogofilter/bogofilter_gtk.c
7316                 set proper sensitivity to widgets I've recently added.
7317
7318 2006-12-15 [colin]      
7319
7320         2.7.0-rc1 released
7321
7322 2006-12-15 [wwp]        2.6.1cvs41
7323
7324         * src/plugins/bogofilter/bogofilter.c
7325         * src/plugins/bogofilter/bogofilter.h
7326         * src/plugins/bogofilter/bogofilter_gtk.c
7327                 bogofilter's whitelist can now use a subset of
7328                 the addressbook (either a book, a subfolder of a book,
7329                 or the whole addressbook by using "Any"). Re-used there
7330                 some pref_matcher widgets and mechanisms to match a subset
7331                 of the addressbook.
7332
7333 2006-12-15 [wwp]        2.6.1cvs40
7334
7335         * src/wizard.c
7336         * src/common/plugin.c
7337         * src/common/plugin.h
7338         * src/gtk/about.c
7339         * src/plugins/bogofilter/bogofilter.c
7340         * src/plugins/clamav/clamav_plugin.c
7341         * src/plugins/demo/demo.c
7342         * src/plugins/dillo_viewer/dillo_viewer.c
7343         * src/plugins/pgpcore/plugin.c
7344         * src/plugins/pgpinline/plugin.c
7345         * src/plugins/pgpmime/plugin.c
7346         * src/plugins/spamassassin/spamassassin.c
7347         * src/plugins/trayicon/trayicon.c
7348                 factorize some translatable strings (plugins-related),
7349                 fix missing punctuation in several places,
7350                 remove useless translatable \n in about.c,
7351                 and factorize plugin init code w/ a new function
7352                 check_plugin_version() in common/plugin.c.
7353                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
7354
7355 2006-12-15 [wwp]        2.6.1cvs39
7356
7357         * src/plugins/bogofilter/bogofilter.c
7358         * src/plugins/bogofilter/bogofilter_gtk.c
7359                 flag whitelisted spams as spam, but don't filter it to the spam
7360                 folder. Thanks to Colin.
7361
7362 2006-12-15 [ticho]      2.6.1cvs38
7363
7364         * src/plugins/bogofilter/bogofilter.c
7365         * src/plugins/bogofilter/bogofilter.h
7366         * src/plugins/bogofilter/bogofilter_gtk.c
7367                 Add option to whitelist senders found in addressbook. Patch by colin.
7368
7369 2006-12-15 [paul]       2.6.1cvs37
7370
7371         * src/folderview.c
7372                 add missing #include "log.h"
7373
7374 2006-12-15 [paul]       2.6.1cvs36
7375
7376         * src/plugins/bogofilter/bogofilter.c
7377         * src/plugins/bogofilter/bogofilter.h
7378         * src/plugins/bogofilter/bogofilter_gtk.c
7379                 Add an option to allow inserting an
7380                 X-Claws-Bogosity header (on MH folders
7381                 only). Patch by Colin
7382
7383 2006-12-14 [colin]      2.6.1cvs35
7384
7385         * src/main.c
7386                 "Yes" should be the default choice for
7387                 migration configuration
7388
7389 2006-12-14 [paul]       2.6.1cvs34
7390
7391         * src/prefs_summaries.c
7392         * manual/advanced.xml
7393                 Unhide mark_as_read_delay
7394
7395 2006-12-14 [paul]       2.6.1cvs33
7396
7397         * src/messageview.c
7398         * src/messageview.h
7399         * src/mimeview.c
7400         * src/mimeview.h
7401         * src/summaryview.c
7402         * src/textview.c
7403         * src/textview.h
7404                 Fix printing of selection
7405                 Fix printing of message parts
7406                 Fix printing of images
7407         * src/gtk/gtksourceprintjob.c
7408                 Fix page count when there are images
7409
7410 2006-12-14 [wwp]        2.6.1cvs32
7411
7412         * src/mainwindow.c
7413         * src/summaryview.c
7414         * src/summaryview.h
7415         * src/gtk/quicksearch.c
7416                 fix quicksearch 'magnify' button status when QS is closed
7417                 using the Escape key, thanks to Colin.
7418
7419 2006-12-14 [wwp]        2.6.1cvs31
7420
7421         * src/mainwindow.c
7422         * src/summaryview.c
7423         * src/summaryview.h
7424         * src/gtk/quicksearch.c
7425                 fix quicksearch 'magnify' button status when QS is closed
7426                 using the Escape key, thanks to Colin.
7427
7428 2006-12-13 [colin]      2.6.1cvs30
7429
7430         * src/ldapquery.c
7431         * src/ldaputil.c
7432                 Use the binary safe version of ldap_get_values,
7433                 to make sure we manipulate null-terminated 
7434                 strings. Maybe fixes bug 1075, 'claws mail 
7435                 segfault when completing ldap adresses'
7436         * src/syldap.c ** REMOVED **
7437         * src/syldap.h ** REMOVED **
7438                 Remove dead files
7439
7440 2006-12-13 [mones]      2.6.1cvs29
7441
7442         * po/es.po
7443                 Fixed piped strings, fixed click translation
7444
7445 2006-12-13 [paul]       2.6.1cvs28
7446
7447         * src/main.c
7448                 don't translate these strings
7449
7450 2006-12-13 [paul]       2.6.1cvs27
7451
7452         * po/en_GB.po
7453                 updated
7454
7455 2006-12-13 [colin]      2.6.1cvs26
7456
7457         * src/main.c
7458         * src/main.h
7459                 Add claws_is_starting()
7460
7461 2006-12-13 [mones]      2.6.1cvs25
7462
7463         * manual/es/advanced.xml
7464         * po/es.po
7465                 Synced manual and updated translation
7466
7467 2006-12-12 [colin]      2.6.1cvs24
7468
7469         * src/wizard.c
7470                 Add an option to use STARTTLS in the
7471                 welcome wizard. Fixes bug 1080, 
7472                 'Using SSL option in wizard for incoming 
7473                 server does not activate SSL with STARTTLS'
7474
7475 2006-12-12 [colin]      2.6.1cvs23
7476
7477         * src/main.c
7478                 Don't exit when there's an incomplete
7479                 mailbox configured - leaves a chance 
7480                 to fix a failing IMAP account. Exit
7481                 if no mailbox at all is loaded (case
7482                 of missing plugin).
7483                 Completes bug 1077's fix (I was wrong
7484                 in this bug's comment #3).
7485
7486 2006-12-12 [colin]      2.6.1cvs22
7487
7488         * src/gtk/menu.h
7489                 Add another menu data type
7490         * src/prefs_account.c
7491                 Complete the completion of bug 1076
7492                 (doesn't lose the pref on apply)
7493
7494 2006-12-12 [paul]       2.6.1cvs21
7495
7496         * src/prefs_account.c
7497                 complete the fix of bug 1076
7498                 also be more verbose with the text
7499
7500 2006-12-12 [paul]       2.6.1cvs20
7501
7502         * src/gtk/combobox.c
7503                 fix compilation warning
7504
7505 2006-12-11 [colin]      2.6.1cvs19
7506
7507         * src/wizard.c
7508                 Document :port in server entry tooltips
7509
7510 2006-12-11 [colin]      2.6.1cvs18
7511
7512         * src/main.c
7513                 Fix compile
7514
7515 2006-12-11 [colin]      2.6.1cvs17
7516
7517         * src/main.c
7518                 Add failing IMAP as a reason for no
7519                 mailbox
7520
7521 2006-12-11 [colin]      2.6.1cvs16
7522
7523         * src/prefs_account.c
7524                 Check for existence of inbox for local
7525                 accounts too
7526         * src/wizard.c
7527                 Allow setting the port to use for servers
7528                 by using the usual "server.example.com:port"
7529                 syntax. Fixes bug 1077, 'sylpheed-claws does 
7530                 not start when IMAP server is unavailable'
7531
7532 2006-12-11 [colin]      2.6.1cvs15
7533
7534         * src/prefs_account.c
7535                 Prevent use of non-existing default inbox
7536
7537 2006-12-11 [colin]      2.6.1cvs14
7538
7539         * src/prefs_account.c
7540                 Fix sensitivity. Fixes bug 1076, 'privacy 
7541                 options are displayed even when pgp plugin 
7542                 not loaded / available'
7543
7544 2006-12-09 [colin]      2.6.1cvs13
7545
7546         * manual/advanced.xml
7547         * src/prefs_common.c
7548         * src/prefs_common.h
7549         * src/common/ssl_certificate.c
7550                 Add a new hidden preference, 'unsafe_ssl_certs',
7551                 which allows to store multiple certificates per
7552                 server/port. This is disabled by default because
7553                 it's less secure (presenting a new certificate
7554                 instead of a changed one raises less alarms).
7555                 This will cause Claws to ask about an unknown
7556                 certificate for people who have used 2.6.1cvs8
7557                 or greater.
7558
7559 2006-12-09 [colin]      2.6.1cvs12
7560
7561         * src/action.c
7562                 Fix cache updating after action
7563
7564 2006-12-07 [wwp]        2.6.1cvs11
7565
7566         * src/compose.c
7567                 fix email address comparison when replying to all
7568                 (avoid replying to ourselves), thanks to Colin.
7569
7570 2006-12-06 [paul]       2.6.1cvs10
7571
7572         * src/addrharvest.c
7573         * src/editldap.c
7574         * src/expldifdlg.c
7575         * src/news.c
7576         * src/toolbar.c
7577         * src/common/utils.c
7578                 ...and more renaming
7579                 Thanks to Colin
7580
7581 2006-12-06 [paul]       2.6.1cvs9
7582
7583         * src/compose.c
7584         * src/messageview.c
7585         * src/procheader.c
7586         * src/procmime.c
7587         * src/procmsg.c
7588         * src/textview.c
7589                 more renaming
7590                 Thanks to Colin
7591
7592 2006-12-06 [colin]      2.6.1cvs8
7593
7594         * src/ssl_manager.c
7595         * src/common/ssl_certificate.c
7596         * src/common/ssl_certificate.h
7597                 Handle multiple certificates per host/port
7598
7599 2006-12-06 [colin]      2.6.1cvs7
7600
7601         * src/etpan/imap-thread.c
7602                 Fix certificate checking on IMAP
7603
7604 2006-12-06 [colin]      2.6.1cvs6
7605
7606         * src/folderview.c
7607                 Fix bug 1072, 'Claws stops fetching newsgroups 
7608                 from server when newsgroup got deleted': continue
7609                 checking other groups
7610
7611 2006-12-05 [wwp]        2.6.1cvs5
7612
7613         * src/message_search.c
7614         * src/summary_search.c
7615         * src/gtk/combobox.c
7616         * src/gtk/combobox.h
7617         * src/gtk/gtkutils.c
7618         * src/gtk/gtkutils.h
7619                 make up and down arrow keys in modern gtk_combo_box_entry widgets
7620                 behave like w/ old comboboxes (summary and message search only).
7621
7622 2006-12-05 [paul]       2.6.1cvs4
7623
7624         * src/wizard.c
7625                 encode headers
7626                 Thanks to Colin
7627
7628 2006-12-05 [paul]       2.6.1cvs3
7629
7630         * tools/README
7631         * tools/textviewer.pl
7632                 script updated and description added
7633
7634 2006-12-04 [colin]      2.6.1cvs2
7635
7636         * src/compose.c
7637                 Run pre-send hook only when checking
7638                 everything
7639
7640 2006-12-04 [paul]       2.6.1cvs1
7641
7642         * NEWS
7643         * README
7644         * RELEASE_NOTES
7645         * configure.ac
7646         * tools/README
7647                 bump up version number following stable release
7648
7649 2006-12-04 [paul]       2.6.0cvs83
7650
7651         * README
7652                 updates and corrections
7653
7654 2006-12-04 [colin]      2.6.0cvs82
7655
7656         * src/common/utils.c
7657                 Probably fix bug 1066, 'Incorrect mailbox 
7658                 size displayed'
7659
7660 2006-12-04 [colin]      2.6.0cvs81
7661
7662         * src/common/utils.c
7663                 Trim tabs from mailcap file too.
7664
7665 2006-12-02 [paul]       2.6.0cvs80
7666
7667         * src/exphtmldlg.c
7668                 fix broken GUI under certain languages
7669         * src/expldifdlg.c
7670                 put the Cancel button to the right
7671
7672 2006-12-01 [paul]       2.6.0cvs79
7673
7674         * tools/Makefile.am
7675                 remove reference to removed file
7676
7677 2006-12-01 [wwp]        2.6.0cvs78
7678
7679         * src/addressbook.c
7680         * src/editaddress.c
7681                 remove forgotten debug statements.
7682
7683 2006-12-01 [wwp]        2.6.0cvs77
7684
7685         * manual/advanced.xml
7686         * manual/fr/advanced.xml
7687         * src/addressbook.c
7688         * src/addressbook.h
7689         * src/addressitem.h
7690         * src/editaddress.c
7691         * src/editaddress.h
7692         * src/prefs_common.c
7693         * src/prefs_common.h
7694         * src/gtk/gtkutils.c
7695         * src/gtk/gtkutils.h
7696                 add a hidden option to allow embedding the editaddress (edit contact details)
7697                 dialog into the addressbook's window. This doesn't change the default
7698                 behaviour.
7699
7700 2006-12-01 [wwp]        2.6.0cvs76
7701
7702         * src/message_search.c
7703         * src/summary_search.c
7704                 fix more focus issues (don't set focus to combobox's entry widget when
7705                 entry's value changed, if entry widget has focus already).
7706
7707 2006-12-01 [wwp]        2.6.0cvs75
7708
7709         * src/gtk/quicksearch.c
7710                 revert last changes to the quicksearch gtk_combo_box, this needs more
7711                 tuning and testing.
7712
7713 2006-12-01 [paul]       2.6.0cvs74
7714
7715         * tools/kdeservicemenu/README
7716         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
7717         * tools/kdeservicemenu/install.sh
7718         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
7719         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
7720                 simplify this stuff, and in so doing,
7721                 fix it. (possibly re-extend it again at
7722                 a later date)
7723
7724 2006-12-01 [wwp]        2.6.0cvs73
7725
7726         * src/gtk/quicksearch.c
7727                 adapt quicksearch code to use modern gtk_combo_box'es.
7728
7729 2006-12-01 [wwp]        2.6.0cvs72
7730
7731         * src/common/defs.h
7732         * src/prefs_common.c
7733         * src/prefs_common.h
7734         * src/message_search.c
7735         * src/summary_search.c
7736         * src/gtk/combobox.c
7737         * src/gtk/combobox.h
7738                 add history combos to all message and summary search fields.
7739
7740 2006-12-01 [wwp]        2.6.0cvs71
7741
7742         * src/summaryview.c
7743                 As the list may change while the mark as read delay
7744                 runs, we can't rely on the 'row' pointer, which can
7745                 be invalid when the timeout is called. As the mark
7746                 as read is only done if the message is still selected,
7747                 use summaryview->selected instead. Thanks to Colin.
7748
7749 2006-11-30 [paul]       2.6.0cvs70
7750
7751         * src/textview.c
7752                 give emphasis to "Sylpheed-Claws"
7753                 as well as "Claws Mail"
7754
7755 2006-11-30 [colin]      2.6.0cvs69
7756
7757         * src/wizard.c
7758                 Put the SSL checkboxes in the receiving
7759                 and sending server pages.
7760
7761 2006-11-29 [colin]      2.6.0cvs68
7762
7763         * src/gtk/gtkutils.c
7764         * src/gtk/gtkvscrollbutton.c
7765                 Revert some deprecated fixes - they seem to
7766                 deprecate stuff as soon as a new one gets out.
7767                 g_object_ref_sink needed glib-2.10.
7768
7769 2006-11-29 [colin]      2.6.0cvs67
7770
7771         * src/common/utils.c
7772                 Create .mailcap if it doesn't exist
7773
7774 2006-11-29 [colin]      2.6.0cvs66
7775
7776         * src/compose.c
7777                 Followup to cvs60: use original list
7778                 of recipients if replying to a mail
7779                 in Sent Drafts or Queue.
7780
7781 2006-11-27 [paul]       2.6.0cvs65
7782
7783         * src/image_viewer.c
7784                 revert the last change for now (it's broken)
7785
7786 2006-11-27 [paul]       2.6.0cvs64
7787
7788         * Makefile.am
7789         * configure.ac
7790         * m4/aclocal-include.m4
7791         * m4/check-type.m4
7792         * src/Makefile.am
7793         * src/addr_compl.c
7794         * src/compose.c
7795         * src/crash.c
7796         * src/export.c
7797         * src/exporthtml.c
7798         * src/exportldif.c
7799         * src/imap.c
7800         * src/import.c
7801         * src/main.c
7802         * src/main.h
7803         * src/matcher.c
7804         * src/mimeview.c
7805         * src/procmsg.c
7806         * src/textview.c
7807         * src/common/Makefile.am
7808         * src/common/claws.c
7809         * src/common/claws.h
7810         * src/common/ssl.c
7811         * src/common/sylpheed.c
7812         * src/common/sylpheed.h
7813         * src/etpan/Makefile.am
7814         * src/gtk/Makefile.am
7815         * src/gtk/claws-marshal.list
7816         * src/gtk/filesel.c
7817         * src/gtk/gtksctree.c
7818         * src/gtk/quicksearch.c
7819         * src/gtk/sylpheed-marshal.list
7820         * src/plugins/bogofilter/bogofilter.c
7821         * src/plugins/bogofilter/bogofilter_gtk.c
7822         * src/plugins/clamav/clamav_plugin.c
7823         * src/plugins/clamav/clamav_plugin_gtk.c
7824         * src/plugins/demo/demo.c
7825         * src/plugins/dillo_viewer/dillo_viewer.c
7826         * src/plugins/pgpcore/Makefile.am
7827         * src/plugins/pgpcore/claws.def
7828         * src/plugins/pgpcore/pgp_viewer.c
7829         * src/plugins/pgpcore/plugin.c
7830         * src/plugins/pgpcore/sylpheed.def
7831         * src/plugins/pgpinline/Makefile.am
7832         * src/plugins/pgpinline/claws.def
7833         * src/plugins/pgpinline/plugin.c
7834         * src/plugins/pgpinline/sylpheed.def
7835         * src/plugins/pgpmime/Makefile.am
7836         * src/plugins/pgpmime/claws.def
7837         * src/plugins/pgpmime/plugin.c
7838         * src/plugins/pgpmime/sylpheed.def
7839         * src/plugins/spamassassin/spamassassin.c
7840         * src/plugins/spamassassin/spamassassin_gtk.c
7841         * src/plugins/trayicon/trayicon.c
7842                 yet more renaming
7843                 remove deprecated gtk_tooltips_set_delay()
7844
7845 2006-11-26 [paul]       2.6.0cvs63
7846
7847         * src/expldifdlg.c
7848         * src/folderview.c
7849         * src/image_viewer.c
7850         * src/mainwindow.c
7851         * src/gtk/gtkutils.c
7852         * src/gtk/gtkvscrollbutton.c
7853         * src/gtk/prefswindow.c
7854         * src/plugins/pgpcore/prefs_gpg.c
7855                 replace more deprecated GTK+ functions
7856
7857 2006-11-26 [paul]       2.6.0cvs62
7858
7859         * src/addr_compl.c
7860         * src/addressbook.c
7861         * src/browseldap.c
7862                 replace deprecated gtk_idle_... functions
7863
7864 2006-11-26 [paul]       2.6.0cvs61
7865
7866         * src/compose.c
7867         * src/folderview.c
7868         * src/inc.c
7869         * src/summaryview.c
7870         * src/gtk/gtkvscrollbutton.c
7871         * src/gtk/quicksearch.c
7872         * src/plugins/pgpcore/passphrase.c
7873                 replace deprecated gtk_timeout_add and
7874                 gtk_timeout_remove
7875
7876 2006-11-26 [paul]       2.6.0cvs60
7877
7878         * src/compose.c
7879                 fix bug that caused the wrong recipient
7880                 to be selected when replying to a msg
7881                 which is From one of our accounts to
7882                 another of our accounts
7883
7884 2006-11-25 [paul]       2.6.0cvs59
7885
7886         * src/summaryview.c
7887                 don't change the From column title to
7888                 To if the To column is visible
7889
7890 2006-11-24 [paul]       2.6.0cvs58
7891
7892         * src/compose.c
7893                 fix bug 1069, 'Sent mails disappear, BCC
7894                 or locking problem?'
7895
7896 2006-11-21 [wwp]        2.6.0cvs57
7897
7898         * src/compose.c
7899                 fix spelling menu when replying (same as 2.3.1cvs39):
7900                 discrepancy between context menu and top menu when
7901                 folder's dictionary isn't the default one.
7902
7903 2006-11-19 [paul]       2.6.0cvs56
7904
7905         * src/summaryview.c
7906                 obey always_show_msg option when
7907                 marking as spam
7908         * src/plugins/bogofilter/bogofilter.c
7909                 fix typo
7910
7911 2006-11-18 [paul]       2.6.0cvs55
7912
7913         * AUTHORS
7914         * README
7915         * debian/copyright
7916         * manual/ack.xml
7917         * manual/es/ack.xml
7918         * manual/fr/ack.xml
7919         * manual/pl/ack.xml
7920         * src/gtk/authors.h
7921         * src/gtk/icon_legend.c
7922         * src/gtk/icon_legend.h
7923         * tools/OOo2claws-mail.pl
7924         * tools/README
7925         * tools/acroread2claws-mail.pl
7926         * tools/claws.i18n.status.pl
7927         * tools/filter_conv.pl
7928         * tools/filter_conv_new.pl
7929         * tools/freshmeat_search.pl
7930         * tools/google_search.pl
7931         * tools/kmail2claws-mail.pl
7932         * tools/kmail2claws-mail_v2.pl
7933         * tools/maildir2claws-mail.pl
7934         * tools/make.themes.project
7935         * tools/multiwebsearch.pl
7936         * tools/outlook2claws-mail.pl
7937         * tools/tb2claws-mail
7938         * tools/kdeservicemenu/README
7939         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
7940                 update mine and wwp's email addresses in
7941                 several places
7942                 Patch by wwp
7943         * src/prefs_compose_writing.c
7944                 set sensitivity on 'new message format' frame
7945
7946 2006-11-17 [paul]       2.6.0cvs54
7947
7948         * src/gtk/about.c
7949                 more reworking of the GUI
7950                 Patch by Fabien Vantard
7951
7952 2006-11-16 [paul]       2.6.0cvs53
7953
7954         * src/gtk/about.c
7955                 set a minimum size for the window, allow
7956                 it to automatically expand as necessary
7957
7958 2006-11-16 [wwp]        2.6.0cvs52
7959
7960         * src/gtk/about.c
7961                 better wrap of copyright info on some systems.
7962
7963 2006-11-16 [paul]       2.6.0cvs51
7964
7965         * src/gtk/about.c
7966                 move the tech info from the upper panel
7967                 to the Info tab
7968                 use a gtk_text_view for the features tab
7969
7970 2006-11-16 [paul]       2.6.0cvs50
7971
7972         * po/Makevars
7973                 update my email address
7974         * src/addressbook.c
7975         * src/compose.c
7976         * src/imap_gtk.c
7977         * src/mh_gtk.c
7978         * src/news_gtk.c
7979         * src/summaryview.c
7980         * src/plugins/trayicon/trayicon.c
7981                 don't offer simple menu separators
7982                 for translation
7983         * src/folderview.c
7984                 add separator between 'mark all read'
7985                 and 'search folder'
7986
7987 2006-11-15 [wwp]        2.6.0cvs49
7988
7989         * src/gtk/authors.h
7990                 updated manuals authors.
7991
7992 2006-11-14 [paul]       2.6.0cvs48
7993
7994         * src/compose.c
7995                 Fix Options/Reply mode after draft save
7996
7997 2006-11-14 [paul]       2.6.0cvs47
7998
7999         * src/Makefile.am
8000                 Fix make DESTDIR=...
8001         * src/mbox.c
8002                 Optimise speed
8003         * src/plugins/pgpinline/pgpinline.c
8004                 Probably fix bug 1061
8005
8006 2006-11-14 [paul]       2.6.0cvs46
8007
8008         * po/Makevars
8009                 enable Q_ macro
8010         * src/Makefile.am
8011         * src/stock_pixmap.c
8012         * src/stock_pixmap.h
8013         * src/gtk/about.c
8014         * src/pixmaps/active.xpm
8015         * src/pixmaps/inactive.xpm
8016                 add a new page, 'Features', to the About dialog
8017                 showing which features are compiled in and which
8018                 are not
8019
8020 2006-11-14 [paul]       2.6.0cvs45
8021
8022         * po/ru.po
8023                 updated by Pavlo Bohmat
8024
8025 2006-11-14 [colin]      2.6.0cvs44
8026
8027         * src/compose.c
8028         * src/inc.c
8029         * src/messageview.c
8030         * src/news.c
8031         * src/pop.c
8032         * src/procmsg.c
8033         * src/gtk/gtkaspell.c
8034                 Fix 64-bit-related warnings
8035         * src/ssl_manager.c
8036                 Fix possible infinite loop
8037         * src/plugins/pgpcore/sgpgme.c
8038                 Remove useless check
8039
8040 2006-11-13 [colin]      2.6.0cvs43
8041
8042         * src/gtk/Makefile.am
8043                 authors.h isn't generated
8044
8045 2006-11-13 [colin]      2.6.0cvs42
8046
8047         * src/plugins/pgpinline/pgpinline.c
8048         * src/plugins/pgpmime/pgpmime.c
8049                 Very probably fix bug 1061, 'crash on 
8050                 opening signed email'. Another cast
8051                 problem
8052
8053 2006-11-13 [colin]      2.6.0cvs41
8054
8055         * src/plugins/pgpcore/sgpgme.c
8056                 Maybe fix bug 1061, 'crash on opening 
8057                 signed email'
8058
8059 2006-11-13 [wwp]        2.6.0cvs40
8060
8061         * src/plugins/pgpinline/pgpinline.c
8062                 fix candidate for bug #1057, thanks to Colin.
8063
8064 2006-11-13 [wwp]        2.6.0cvs39
8065
8066         * src/compose.c
8067         * src/quote_fmt_parse.y
8068                 fix bug 1052: current parser buffer was not always 
8069                 allocated, ptr to this buffer could be returned as 
8070                 NULL whereas no parser error has occurred. in 
8071                 consequence, defining a template body as "%d" 
8072                 (w/o the quotes) for the first time of the instance 
8073                 of claws-mail, was reporting a parser error. make 
8074                 sure that the buffer is always allocated, even to 
8075                 an empty string.
8076                 fix mis-unescaping in compose.:compose_quote_fmt(): 
8077                 unescaping of the fmt string was always done 
8078                 whereas it must be done *only* when receiving 
8079                 quote format strings issued from the prefs 
8080                 (compose new message, reply, forward, redirect 
8081                 formats), *not* when applying templates.  in 
8082                 consequences, applying templates w/ sequences 
8083                 like \\|p{echo} were failing. make sure that 
8084                 unescaping is done only when necessary.
8085
8086 2006-11-12 [colin]      2.6.0cvs38
8087
8088         * po/de.po
8089                 Fix typo (s/KB/MB)
8090
8091 2006-11-12 [colin]      2.6.0cvs37
8092
8093         * src/plugins/pgpinline/pgpinline.c
8094         * src/plugins/pgpmime/pgpmime.c
8095                 Release GPG context at the latest 
8096                 possible moment. Maybe fixes 
8097                 bug 1057, 'crash on sending signed 
8098                 message to a newsgroup'
8099                 
8100
8101 2006-11-12 [colin]      2.6.0cvs36
8102
8103         * src/plugins/pgpcore/sgpgme.c
8104                 Tell a bit more when gpg's status doesn't
8105                 contain any signature
8106
8107 2006-11-12 [colin]      2.6.0cvs35
8108
8109         * src/compose.c
8110                 Fix bug 1060, 'compilation error with 
8111                 Irix's cc'
8112
8113 2006-11-12 [paul]       2.6.0cvs34
8114
8115         * doc/man/claws-mail.1
8116         * src/prefs_gtk.c
8117         * src/plugins/clamav/README
8118         * src/plugins/spamassassin/README
8119         * tools/README
8120         * tools/freshmeat_search.pl
8121         * tools/google_search.pl
8122         * tools/multiwebsearch.pl
8123                 more renaming
8124         * src/plugins/trayicon/trayicon.c
8125                 fix compiliation warning
8126
8127 2006-11-11 [colin]      2.6.0cvs33
8128
8129         * src/folderview.c
8130                 Forbid drag and drop from/to different
8131                 folders of type F_UNKNOWN
8132
8133 2006-11-11 [colin]      2.6.0cvs32
8134
8135         * src/plugins/pgpinline/pgpinline.c
8136                 Fix typo in previous commit:
8137                 - gpgme_new(&ctx);
8138                 + if ((err = gpgme_new(&data->ctx)) ...)
8139
8140 2006-11-11 [colin]      2.6.0cvs31
8141
8142         * src/plugins/pgpinline/pgpinline.c
8143         * src/plugins/pgpmime/pgpmime.c
8144                 Check success after calling gpgme_new
8145                 Maybe fixes bug 1057, 'crash on sending 
8146                 signed message to a newsgroup'
8147
8148 2006-11-11 [colin]      2.6.0cvs30
8149
8150         * src/undo.c
8151                 init undostruct to 0s (from
8152                 valgrind log of bug 1057)
8153
8154 2006-11-10 [colin]      2.6.0cvs29
8155
8156         * src/mainwindow.c
8157                 Set cursor to wait before filtering
8158                 duplicates in all folders
8159         * src/plugins/bogofilter/bogofilter.c
8160         * src/plugins/bogofilter/bogofilter.h
8161         * src/plugins/bogofilter/bogofilter_gtk.c
8162                 Completely thread away the bogofilter
8163                 filtering
8164
8165 2006-11-10 [mones]      2.6.0cvs28
8166
8167         * src/compose.c
8168         * src/compose.h
8169                 added COMPOSE_CHECK_BEFORE_SEND hook
8170
8171 2006-11-10 [paul]       2.6.0cvs27
8172
8173         * src/crash.c
8174                 more renaming
8175                 add libSM to get_compiled_in_features()
8176         * src/main.c
8177                 more renaming
8178
8179 2006-11-10 [colin]      2.6.0cvs26
8180
8181         * src/etpan/imap-thread.c
8182                 Add a reference to libetpan's sasl engine
8183                 so that sasl_done() doesn't get called by
8184                 libetpan, and doesn't break openssl.
8185                 Should fix bug 1053, 'SC fails to reestablish 
8186                 a secure connection'
8187                 Patch by Hoa
8188
8189 2006-11-10 [colin]      2.6.0cvs25
8190
8191         * manual/addrbook.xml
8192         * manual/advanced.xml
8193         * manual/faq.xml
8194         * manual/intro.xml
8195                 Some more renaming
8196
8197 2006-11-09 [colin]      2.6.0cvs24
8198
8199         * src/plugins/bogofilter/bogofilter_gtk.c
8200                 Add comment about annoyance
8201
8202 2006-11-09 [colin]      2.6.0cvs23
8203
8204         * src/plugins/bogofilter/bogofilter.c
8205         * src/plugins/bogofilter/bogofilter_gtk.c
8206                 Prepare things needed to thread bogofilter
8207                 filtering: separate bogo stuff and possible GUI
8208                 stuff. 
8209
8210 2006-11-09 [colin]      2.6.0cvs22
8211
8212         * src/account.c
8213         * src/compose.c
8214                 Search for one of our accounts in Delivered-To
8215                 (helps for auto-account selection when 
8216                  replying/forwarding)
8217         * src/folderview.c
8218         * src/mainwindow.c
8219         * src/mainwindow.h
8220         * src/plugins/trayicon/trayicon.c
8221                 Allow opening a new mail with any account from
8222                 the contextual menu
8223
8224 2006-11-09 [wwp]        2.6.0cvs21
8225
8226         * src/compose.c
8227         * src/prefs_common.c
8228         * src/prefs_common.h
8229         * src/prefs_compose_writing.c
8230                 add a compose new message format (in prefs/compose/writing), it's a
8231                 simple subject+body template to use when opening a new composition
8232                 window. It's similar to the existent reply and forward formats.
8233
8234                 enhanced the template/format % symbols substitution mechanism to
8235                 use current composition window information when % are used in
8236                 the compose new message format or in templates applied to new
8237                 messages (there were useless in that situations before). When
8238                 applied to new messages, %d corresponds to the system time/date.
8239
8240 2006-11-09 [paul]       2.6.0cvs20
8241
8242         * src/gtk/authors.h
8243                 fix last commit
8244
8245 2006-11-09 [paul]       2.6.0cvs19
8246
8247         * src/gtk/authors.h
8248                 keep tje alphabetical order
8249
8250 2006-11-08 [colin]      2.6.0cvs18
8251
8252         * src/etpan/imap-thread.c
8253                 Fix bug 1054, 'Slowness logging big 
8254                 data chunks'
8255
8256 2006-11-08 [paul]       2.6.0cvs17
8257
8258         * tools/Makefile.am
8259                 fix the renaming
8260
8261 2006-11-08 [paul]       2.6.0cvs16
8262
8263         * src/common/defs.h
8264                 update BUGZILLA_URI
8265
8266 2006-11-08 [paul]       2.6.0cvs15
8267
8268         * tools/Makefile.am
8269         * tools/OOo2claws-mail.pl
8270         * tools/OOo2sylpheed.pl
8271         * tools/README
8272         * tools/acroread2claws-mail.pl
8273         * tools/acroread2sylpheed.pl
8274         * tools/kmail2claws-mail.pl
8275         * tools/kmail2claws-mail_v2.pl
8276         * tools/kmail2sylpheed.pl
8277         * tools/kmail2sylpheed_v2.pl
8278         * tools/maildir2claws-mail.pl
8279         * tools/maildir2sylpheed.pl
8280         * tools/nautilus2claws-mail.sh
8281         * tools/nautilus2sylpheed.sh
8282         * tools/outlook2claws-mail.pl
8283         * tools/outlook2sylpheed.pl
8284         * tools/tb2claws-mail
8285         * tools/tb2sylpheed
8286         * tools/tbird2claws.py
8287         * tools/tbird2syl.py
8288         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
8289         * tools/kdeservicemenu/install.sh
8290         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
8291         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
8292         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
8293         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
8294         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
8295                 renamed (removed, added) tools files
8296
8297 2006-11-08 [paul]       2.6.0cvs14
8298
8299         * src/main.c
8300         * src/common/defs.h
8301                 Migrate sylpheedrc to clawsrc, and fix the standard
8302                 plugins path in the process
8303
8304 2006-11-07 [colin]      2.6.0cvs13
8305
8306         * src/Makefile.am
8307                 Symlink sylpheed-claws relative to 
8308                 claws-mail
8309
8310 2006-11-07 [colin]      2.6.0cvs12
8311
8312         * src/compose.c
8313                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
8314
8315 2006-11-07 [paul]       2.6.0cvs11
8316
8317         * src/gtk/about.c
8318                 Fix a missed occurence of
8319                 Sylpheed-Claws
8320
8321 2006-11-07 [paul]       2.6.0cvs10
8322
8323         * src/Makefile.am
8324                 Fix symlink installation
8325
8326 2006-11-07 [paul]       2.6.0cvs9
8327
8328         * src/Makefile.am
8329                 Symlink claws-mail to sylpheed-claws
8330         * src/common/utils.c
8331                 Fix migrating symlinks
8332         * src/etpan/imap-thread.c
8333                 check certificate only when there's
8334                 no error
8335
8336 2006-11-07 [paul]       2.6.0cvs8
8337
8338         * Makefile.am
8339                 Fix icon breakages with Gtk, which needs a 
8340                 cache updated to see them.
8341
8342 2006-11-07 [paul]       2.6.0cvs7
8343
8344         * .cvsignore
8345         * AUTHORS
8346         * COPYING
8347         * INSTALL
8348         * Makefile.am
8349         * NEWS
8350         * README
8351         * RELEASE_NOTES
8352         * autogen.sh
8353         * claws-mail-128x128.png
8354         * claws-mail-64x64.png
8355         * claws-mail.ico
8356         * claws-mail.pc.in
8357         * claws-mail.png
8358         * configure.ac
8359         * sylpheed-claws-128x128.png
8360         * sylpheed-claws-64x64.png
8361         * sylpheed-claws.desktop
8362         * sylpheed-claws.ico
8363         * sylpheed-claws.pc.in
8364         * sylpheed-claws.png
8365         * debian/README.Debian
8366         * debian/changelog
8367         * debian/claws-mail.desktop
8368         * debian/claws-mail.menu
8369         * debian/claws-mail.postinst.debhelper
8370         * debian/claws-mail.postrm.debhelper
8371         * debian/control
8372         * debian/copyright
8373         * debian/files
8374         * debian/rules
8375         * debian/sylpheed-claws.desktop
8376         * debian/sylpheed-claws.menu
8377         * debian/sylpheed-claws.postinst.debhelper
8378         * debian/sylpheed-claws.postrm.debhelper
8379         * doc/man/Makefile.am
8380         * doc/man/claws-mail.1
8381         * doc/man/sylpheed-claws.1
8382         * doc/src/ChangeLog.claws-pre0.8.0
8383         * manual/Makefile.am
8384         * manual/account.xml
8385         * manual/ack.xml
8386         * manual/addrbook.xml
8387         * manual/advanced.xml
8388         * manual/claws-mail-manual.xml
8389         * manual/faq.xml
8390         * manual/glossary.xml
8391         * manual/handling.xml
8392         * manual/intro.xml
8393         * manual/keyboard.xml
8394         * manual/plugins.xml
8395         * manual/starting.xml
8396         * manual/sylpheed-claws-manual.xml
8397         * manual/xml2pdf
8398         * manual/dist/.cvsignore
8399         * manual/dist/html/.cvsignore
8400         * manual/dist/html/Makefile.am
8401         * manual/dist/pdf/.cvsignore
8402         * manual/dist/pdf/Makefile.am
8403         * manual/dist/ps/.cvsignore
8404         * manual/dist/ps/Makefile.am
8405         * manual/dist/txt/.cvsignore
8406         * manual/dist/txt/Makefile.am
8407         * manual/es/Makefile.am
8408         * manual/es/advanced.xml
8409         * manual/es/claws-mail-manual.xml
8410         * manual/es/faq.xml
8411         * manual/es/glossary.xml
8412         * manual/es/handling.xml
8413         * manual/es/intro.xml
8414         * manual/es/plugins.xml
8415         * manual/es/sylpheed-claws-manual.xml
8416         * manual/es/dist/.cvsignore
8417         * manual/es/dist/html/.cvsignore
8418         * manual/es/dist/html/Makefile.am
8419         * manual/es/dist/pdf/.cvsignore
8420         * manual/es/dist/pdf/Makefile.am
8421         * manual/es/dist/ps/.cvsignore
8422         * manual/es/dist/ps/Makefile.am
8423         * manual/es/dist/txt/.cvsignore
8424         * manual/es/dist/txt/Makefile.am
8425         * manual/fr/Makefile.am
8426         * manual/fr/account.xml
8427         * manual/fr/ack.xml
8428         * manual/fr/addrbook.xml
8429         * manual/fr/advanced.xml
8430         * manual/fr/claws-mail-manual.xml
8431         * manual/fr/faq.xml
8432         * manual/fr/glossary.xml
8433         * manual/fr/handling.xml
8434         * manual/fr/intro.xml
8435         * manual/fr/keyboard.xml
8436         * manual/fr/plugins.xml
8437         * manual/fr/starting.xml
8438         * manual/fr/sylpheed-claws-manual.xml
8439         * manual/fr/dist/.cvsignore
8440         * manual/fr/dist/html/.cvsignore
8441         * manual/fr/dist/html/Makefile.am
8442         * manual/fr/dist/pdf/.cvsignore
8443         * manual/fr/dist/pdf/Makefile.am
8444         * manual/fr/dist/ps/.cvsignore
8445         * manual/fr/dist/ps/Makefile.am
8446         * manual/fr/dist/txt/.cvsignore
8447         * manual/fr/dist/txt/Makefile.am
8448         * manual/pl/Makefile.am
8449         * manual/pl/account.xml
8450         * manual/pl/ack.xml
8451         * manual/pl/addrbook.xml
8452         * manual/pl/advanced.xml
8453         * manual/pl/claws-mail-manual.xml
8454         * manual/pl/faq.xml
8455         * manual/pl/glossary.xml
8456         * manual/pl/handling.xml
8457         * manual/pl/intro.xml
8458         * manual/pl/keyboard.xml
8459         * manual/pl/plugins.xml
8460         * manual/pl/starting.xml
8461         * manual/pl/sylpheed-claws-manual.xml
8462         * manual/pl/dist/.cvsignore
8463         * manual/pl/dist/html/.cvsignore
8464         * manual/pl/dist/html/Makefile.am
8465         * manual/pl/dist/pdf/.cvsignore
8466         * manual/pl/dist/pdf/Makefile.am
8467         * manual/pl/dist/ps/.cvsignore
8468         * manual/pl/dist/ps/Makefile.am
8469         * manual/pl/dist/txt/.cvsignore
8470         * manual/pl/dist/txt/Makefile.am
8471         * po/.cvsignore
8472         * po/Makevars
8473         * src/.cvsignore
8474         * src/Makefile.am
8475         * src/account.c
8476         * src/account.h
8477         * src/action.c
8478         * src/action.h
8479         * src/adbookbase.h
8480         * src/addr_compl.c
8481         * src/addr_compl.h
8482         * src/addrbook.c
8483         * src/addrcache.c
8484         * src/addrcache.h
8485         * src/addrcindex.c
8486         * src/addrcindex.h
8487         * src/addrclip.c
8488         * src/addrclip.h
8489         * src/addrdefs.h
8490         * src/addressadd.c
8491         * src/addressadd.h
8492         * src/addressbook.c
8493         * src/addressbook.h
8494         * src/addressbook_foldersel.c
8495         * src/addressbook_foldersel.h
8496         * src/addrgather.c
8497         * src/addrgather.h
8498         * src/addrharvest.c
8499         * src/addrharvest.h
8500         * src/addrindex.c
8501         * src/addrindex.h
8502         * src/addritem.c
8503         * src/addritem.h
8504         * src/addrquery.c
8505         * src/addrquery.h
8506         * src/addrselect.c
8507         * src/addrselect.h
8508         * src/alertpanel.c
8509         * src/alertpanel.h
8510         * src/browseldap.c
8511         * src/browseldap.h
8512         * src/codeconv.c
8513         * src/codeconv.h
8514         * src/compose.c
8515         * src/crash.c
8516         * src/crash.h
8517         * src/customheader.c
8518         * src/customheader.h
8519         * src/displayheader.c
8520         * src/displayheader.h
8521         * src/editaddress.c
8522         * src/editaddress.h
8523         * src/editbook.c
8524         * src/editbook.h
8525         * src/editgroup.c
8526         * src/editgroup.h
8527         * src/editjpilot.c
8528         * src/editjpilot.h
8529         * src/editldap.c
8530         * src/editldap.h
8531         * src/editldap_basedn.c
8532         * src/editldap_basedn.h
8533         * src/editvcard.c
8534         * src/editvcard.h
8535         * src/exphtmldlg.c
8536         * src/exphtmldlg.h
8537         * src/expldifdlg.c
8538         * src/expldifdlg.h
8539         * src/export.c
8540         * src/exporthtml.c
8541         * src/exporthtml.h
8542         * src/exportldif.c
8543         * src/exportldif.h
8544         * src/filtering.c
8545         * src/filtering.h
8546         * src/folder.c
8547         * src/folder.h
8548         * src/folder_item_prefs.c
8549         * src/folder_item_prefs.h
8550         * src/foldersel.c
8551         * src/foldersel.h
8552         * src/folderutils.c
8553         * src/folderutils.h
8554         * src/folderview.c
8555         * src/folderview.h
8556         * src/grouplistdialog.c
8557         * src/grouplistdialog.h
8558         * src/html.c
8559         * src/html.h
8560         * src/image_viewer.c
8561         * src/image_viewer.h
8562         * src/imap.c
8563         * src/imap.h
8564         * src/imap_gtk.c
8565         * src/imap_gtk.h
8566         * src/import.c
8567         * src/import.h
8568         * src/importldif.c
8569         * src/importldif.h
8570         * src/importmutt.c
8571         * src/importmutt.h
8572         * src/importpine.c
8573         * src/importpine.h
8574         * src/inc.c
8575         * src/inc.h
8576         * src/jpilot.c
8577         * src/jpilot.h
8578         * src/ldapctrl.c
8579         * src/ldapctrl.h
8580         * src/ldaplocate.c
8581         * src/ldaplocate.h
8582         * src/ldapquery.c
8583         * src/ldapquery.h
8584         * src/ldapserver.c
8585         * src/ldapserver.h
8586         * src/ldaputil.c
8587         * src/ldaputil.h
8588         * src/ldif.c
8589         * src/ldif.h
8590         * src/localfolder.c
8591         * src/localfolder.h
8592         * src/main.c
8593         * src/main.h
8594         * src/mainwindow.c
8595         * src/mainwindow.h
8596         * src/manual.c
8597         * src/manual.h
8598         * src/matcher.c
8599         * src/matcher.h
8600         * src/matcher_parser.h
8601         * src/matcher_parser_lex.l
8602         * src/matcher_parser_parse.y
8603         * src/mbox.c
8604         * src/mbox.h
8605         * src/message_search.c
8606         * src/message_search.h
8607         * src/messageview.c
8608         * src/messageview.h
8609         * src/mh.c
8610         * src/mh.h
8611         * src/mh_gtk.c
8612         * src/mh_gtk.h
8613         * src/mimeview.c
8614         * src/mimeview.h
8615         * src/msgcache.c
8616         * src/msgcache.h
8617         * src/mutt.c
8618         * src/mutt.h
8619         * src/news.c
8620         * src/news.h
8621         * src/news_gtk.c
8622         * src/news_gtk.h
8623         * src/noticeview.c
8624         * src/noticeview.h
8625         * src/partial_download.c
8626         * src/partial_download.h
8627         * src/pine.c
8628         * src/pine.h
8629         * src/pop.c
8630         * src/pop.h
8631         * src/prefs_account.c
8632         * src/prefs_account.h
8633         * src/prefs_actions.c
8634         * src/prefs_actions.h
8635         * src/prefs_common.c
8636         * src/prefs_common.h
8637         * src/prefs_compose_writing.c
8638         * src/prefs_compose_writing.h
8639         * src/prefs_customheader.c
8640         * src/prefs_customheader.h
8641         * src/prefs_display_header.c
8642         * src/prefs_display_header.h
8643         * src/prefs_ext_prog.c
8644         * src/prefs_ext_prog.h
8645         * src/prefs_filtering.c
8646         * src/prefs_folder_column.c
8647         * src/prefs_folder_column.h
8648         * src/prefs_folder_item.c
8649         * src/prefs_folder_item.h
8650         * src/prefs_fonts.c
8651         * src/prefs_fonts.h
8652         * src/prefs_gtk.c
8653         * src/prefs_gtk.h
8654         * src/prefs_image_viewer.c
8655         * src/prefs_image_viewer.h
8656         * src/prefs_matcher.c
8657         * src/prefs_matcher.h
8658         * src/prefs_message.c
8659         * src/prefs_message.h
8660         * src/prefs_msg_colors.c
8661         * src/prefs_msg_colors.h
8662         * src/prefs_other.c
8663         * src/prefs_other.h
8664         * src/prefs_quote.c
8665         * src/prefs_quote.h
8666         * src/prefs_receive.c
8667         * src/prefs_receive.h
8668         * src/prefs_send.c
8669         * src/prefs_send.h
8670         * src/prefs_spelling.c
8671         * src/prefs_spelling.h
8672         * src/prefs_summaries.c
8673         * src/prefs_summaries.h
8674         * src/prefs_summary_column.c
8675         * src/prefs_summary_column.h
8676         * src/prefs_template.c
8677         * src/prefs_template.h
8678         * src/prefs_themes.c
8679         * src/prefs_themes.h
8680         * src/prefs_toolbar.c
8681         * src/prefs_toolbar.h
8682         * src/prefs_wrapping.c
8683         * src/prefs_wrapping.h
8684         * src/privacy.c
8685         * src/privacy.h
8686         * src/procheader.c
8687         * src/procheader.h
8688         * src/procmime.c
8689         * src/procmime.h
8690         * src/procmsg.c
8691         * src/procmsg.h
8692         * src/quote_fmt.c
8693         * src/quote_fmt_parse.y
8694         * src/recv.c
8695         * src/recv.h
8696         * src/remotefolder.c
8697         * src/remotefolder.h
8698         * src/send_message.c
8699         * src/send_message.h
8700         * src/setup.c
8701         * src/setup.h
8702         * src/sourcewindow.c
8703         * src/sourcewindow.h
8704         * src/ssl_manager.c
8705         * src/ssl_manager.h
8706         * src/statusbar.c
8707         * src/statusbar.h
8708         * src/stock_pixmap.c
8709         * src/stock_pixmap.h
8710         * src/summary_search.c
8711         * src/summary_search.h
8712         * src/summaryview.c
8713         * src/summaryview.h
8714         * src/syldap.c
8715         * src/syldap.h
8716         * src/textview.c
8717         * src/textview.h
8718         * src/toolbar.c
8719         * src/toolbar.h
8720         * src/undo.c
8721         * src/undo.h
8722         * src/unmime.c
8723         * src/unmime.h
8724         * src/vcard.c
8725         * src/vcard.h
8726         * src/wizard.c
8727         * src/wizard.h
8728         * src/common/base64.c
8729         * src/common/base64.h
8730         * src/common/defs.h
8731         * src/common/hooks.c
8732         * src/common/hooks.h
8733         * src/common/log.c
8734         * src/common/log.h
8735         * src/common/mgutils.c
8736         * src/common/mgutils.h
8737         * src/common/nntp.c
8738         * src/common/nntp.h
8739         * src/common/passcrypt.c
8740         * src/common/passcrypt.h.in
8741         * src/common/plugin.c
8742         * src/common/plugin.h
8743         * src/common/prefs.c
8744         * src/common/prefs.h
8745         * src/common/progressindicator.c
8746         * src/common/progressindicator.h
8747         * src/common/quoted-printable.c
8748         * src/common/quoted-printable.h
8749         * src/common/session.c
8750         * src/common/session.h
8751         * src/common/smtp.c
8752         * src/common/smtp.h
8753         * src/common/socket.c
8754         * src/common/socket.h
8755         * src/common/ssl.c
8756         * src/common/ssl.h
8757         * src/common/stringtable.c
8758         * src/common/stringtable.h
8759         * src/common/sylpheed.c
8760         * src/common/sylpheed.h
8761         * src/common/template.c
8762         * src/common/template.h
8763         * src/common/timing.h
8764         * src/common/utils.c
8765         * src/common/utils.h
8766         * src/common/version.h.in
8767         * src/common/xml.c
8768         * src/common/xml.h
8769         * src/common/xmlprops.c
8770         * src/common/xmlprops.h
8771         * src/gtk/about.c
8772         * src/gtk/colorlabel.c
8773         * src/gtk/colorlabel.h
8774         * src/gtk/colorsel.c
8775         * src/gtk/colorsel.h
8776         * src/gtk/combobox.c
8777         * src/gtk/combobox.h
8778         * src/gtk/description_window.c
8779         * src/gtk/description_window.h
8780         * src/gtk/filesel.c
8781         * src/gtk/filesel.h
8782         * src/gtk/foldersort.c
8783         * src/gtk/foldersort.h
8784         * src/gtk/gtkaspell.c
8785         * src/gtk/gtkaspell.h
8786         * src/gtk/gtksctree.c
8787         * src/gtk/gtkshruler.c
8788         * src/gtk/gtkshruler.h
8789         * src/gtk/gtkutils.c
8790         * src/gtk/gtkutils.h
8791         * src/gtk/icon_legend.c
8792         * src/gtk/icon_legend.h
8793         * src/gtk/logwindow.c
8794         * src/gtk/logwindow.h
8795         * src/gtk/manage_window.c
8796         * src/gtk/manage_window.h
8797         * src/gtk/pluginwindow.c
8798         * src/gtk/pluginwindow.h
8799         * src/gtk/prefswindow.c
8800         * src/gtk/prefswindow.h
8801         * src/gtk/quicksearch.c
8802         * src/gtk/quicksearch.h
8803         * src/pixmaps/claws-mail.xpm
8804         * src/pixmaps/claws-mail_icon.xpm
8805         * src/pixmaps/claws-mail_logo.xpm
8806         * src/pixmaps/sylpheed-claws.xpm
8807         * src/pixmaps/sylpheed-claws_icon.xpm
8808         * src/pixmaps/sylpheed-claws_logo.xpm
8809         * src/plugins/bogofilter/Makefile.am
8810         * src/plugins/bogofilter/bogofilter.c
8811         * src/plugins/bogofilter/bogofilter.h
8812         * src/plugins/bogofilter/bogofilter_gtk.c
8813         * src/plugins/clamav/Makefile.am
8814         * src/plugins/clamav/clamav_plugin.c
8815         * src/plugins/clamav/clamav_plugin.h
8816         * src/plugins/clamav/clamav_plugin_gtk.c
8817         * src/plugins/demo/Makefile.am
8818         * src/plugins/demo/demo.c
8819         * src/plugins/dillo_viewer/Makefile.am
8820         * src/plugins/dillo_viewer/README
8821         * src/plugins/dillo_viewer/dillo_prefs.c
8822         * src/plugins/dillo_viewer/dillo_prefs.h
8823         * src/plugins/dillo_viewer/dillo_viewer.c
8824         * src/plugins/pgpcore/Makefile.am
8825         * src/plugins/pgpcore/passphrase.c
8826         * src/plugins/pgpcore/passphrase.h
8827         * src/plugins/pgpcore/pgp_viewer.c
8828         * src/plugins/pgpcore/pgp_viewer.h
8829         * src/plugins/pgpcore/plugin.c
8830         * src/plugins/pgpcore/prefs_gpg.c
8831         * src/plugins/pgpcore/prefs_gpg.h
8832         * src/plugins/pgpcore/select-keys.c
8833         * src/plugins/pgpcore/select-keys.h
8834         * src/plugins/pgpcore/sgpgme.c
8835         * src/plugins/pgpcore/sgpgme.h
8836         * src/plugins/pgpcore/sylpheed.def
8837         * src/plugins/pgpcore/version.rc
8838         * src/plugins/pgpinline/Makefile.am
8839         * src/plugins/pgpinline/pgpinline.c
8840         * src/plugins/pgpinline/pgpinline.h
8841         * src/plugins/pgpinline/plugin.c
8842         * src/plugins/pgpinline/sylpheed.def
8843         * src/plugins/pgpinline/version.rc
8844         * src/plugins/pgpmime/Makefile.am
8845         * src/plugins/pgpmime/pgpmime.c
8846         * src/plugins/pgpmime/pgpmime.h
8847         * src/plugins/pgpmime/plugin.c
8848         * src/plugins/pgpmime/sylpheed.def
8849         * src/plugins/pgpmime/version.rc
8850         * src/plugins/spamassassin/Makefile.am
8851         * src/plugins/spamassassin/README
8852         * src/plugins/spamassassin/spamassassin.c
8853         * src/plugins/spamassassin/spamassassin.h
8854         * src/plugins/spamassassin/spamassassin_gtk.c
8855         * src/plugins/trayicon/Makefile.am
8856         * src/plugins/trayicon/trayicon.c
8857         * tools/OOo2sylpheed.pl
8858         * tools/README
8859         * tools/README.sylprint
8860         * tools/acroread2sylpheed.pl
8861         * tools/claws.i18n.status.pl
8862         * tools/filter_conv.pl
8863         * tools/filter_conv_new.pl
8864         * tools/freshmeat_search.pl
8865         * tools/google_search.pl
8866         * tools/kmail2sylpheed.pl
8867         * tools/kmail2sylpheed_v2.pl
8868         * tools/make.themes.project
8869         * tools/multiwebsearch.pl
8870         * tools/nautilus2sylpheed.sh
8871         * tools/outlook2sylpheed.pl
8872         * tools/sylprint.pl
8873         * tools/sylprint.rc
8874         * tools/tb2sylpheed
8875         * tools/textviewer.sh
8876         * tools/vcard2xml.py
8877         * tools/kdeservicemenu/README
8878         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
8879         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
8880         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
8881                 Change name to Claws Mail. Announce to follow...
8882
8883 2006-11-06 [wwp]        2.6.0cvs6
8884
8885         * src/prefs_template.c
8886                 unify messages related to quote format/template errors (fix
8887                 capitalization), again.
8888
8889 2006-11-06 [wwp]        2.6.0cvs5
8890
8891         * src/prefs_quote.c
8892                 unify messages related to quote format/template errors.
8893
8894 2006-11-06 [wwp]        2.6.0cvs4
8895
8896         * src/prefs_msg_colors.c
8897                 more uses of Q_ macro for contextual translations, thanks
8898                 to Fabien (fzzzzz).
8899
8900 2006-11-06 [wwp]        2.6.0cvs3
8901
8902         * src/compose.c
8903         * src/common/utils.c
8904         * src/common/utils.h
8905                 show an alertpanel to make sure users are aware that sensitive
8906                 files are attached (it's file blacklist-based). This will fix
8907                 interaction w/ GoogleEarth for instance, thanks to Colin.
8908
8909 2006-11-06 [wwp]        2.6.0cvs2
8910
8911         * src/prefs_quote.c
8912         * src/prefs_template.c
8913         * src/prefs_template.h
8914                 check quote format when applying/closing prefs. For now this only
8915                 shows up an error dialog box, not preventing the user from using
8916                 a broken quote (reply, forwards) format.
8917
8918 2006-11-06 [wwp]        2.6.0cvs1
8919
8920         * src/prefs_template.c
8921                 fix missing checks of some template fields.
8922
8923 2006-11-06 [paul]       2.6.0
8924
8925         * NEWS
8926         * README
8927         * RELEASE_NOTES
8928                 2.6.0 released
8929
8930 2006-11-06 [paul]       2.5.6cvs22
8931
8932         * manual/advanced.xml
8933         * manual/es/advanced.xml
8934                 put 'respect_flowed_format' info in the correct
8935                 place
8936
8937 2006-11-06 [mones]      2.5.6cvs21
8938
8939         * po/es.po
8940                 Minor fixes for release
8941
8942 2006-11-06 [paul]       2.5.6cvs20
8943
8944         * po/cs.po
8945         * po/de.po
8946         * po/fr.po
8947         * po/it.po
8948         * po/nl.po
8949         * po/pt_BR.po
8950         * po/sk.po
8951         * po/sv.po
8952         * po/zh_CN.po
8953                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
8954                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
8955                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
8956                 Young
8957
8958 2006-11-02 [colin]      2.5.6cvs19
8959
8960         * src/imap.c
8961         * src/imap.h
8962         * src/prefs_account.c
8963         * src/etpan/imap-thread.c
8964                 Add GSSAPI support - fixes Debian bug #383274
8965
8966 2006-11-01 [colin]      2.5.6cvs18
8967
8968         * src/jpilot.c
8969                 Handle libpisock12 support. Probably
8970                 fixes bug 1046, 'jpilot AddressDB.pdb 
8971                 import fail'
8972
8973 2006-11-01 [colin]      2.5.6cvs17
8974
8975         * src/folderutils.c
8976                 debug_print() folderutils_mark_all_read()
8977
8978 2006-11-01 [colin]      2.5.6cvs16
8979
8980         * COPYING
8981                 Add missed files to the Apache exception
8982
8983 2006-10-31 [colin]      2.5.6cvs15
8984
8985         * src/folder.c
8986         * src/folder.h
8987                 Add a copy_private_data() func to FolderClasses
8988                 Doesn't break the feature freeze, because we 
8989                 won't use it (right now) in the core.
8990
8991 2006-10-31 [colin]      2.5.6cvs14
8992
8993         * COPYING
8994                 Allow linking with the Apache licensed files in
8995                 src/plugins/spamassassin. Hopefully fixes 
8996                 bug 1048, 'Spamassassin plugin license problem'
8997
8998 2006-10-31 [wwp]        2.5.6cvs13
8999
9000         * src/compose.c
9001                 fix and optimize trimming of leading linefeeds in body loop.
9002
9003 2006-10-31 [colin]      2.5.6cvs12
9004
9005         * src/etpan/imap-thread.c
9006         * src/imap.c
9007                 Make really sure to have NULL sets in case
9008                 of error
9009
9010 2006-10-30 [wwp]        2.5.6cvs11
9011
9012         * src/prefs_common.c
9013         * src/prefs_common.h
9014         * src/compose.c
9015                 fix broken storage of quote format template when it contains \-escape
9016                 sequences. The application of such sequences is also fixed now (\t
9017                 in quote format will be a real tab instead of a 't', for instance).
9018
9019 2006-10-27 [colin]      2.5.6cvs10
9020
9021         * src/compose.c
9022                 Probably fix bug 1045, 'sylpheed-claws 
9023                 doesn't remove the mail from the IMAP 
9024                 Queue folder after sending'. From
9025                 2.5.6cvs3-stable
9026
9027 2006-10-27 [colin]      2.5.6cvs9
9028
9029         * configure.ac
9030                 Require libetpan-0.48. I'm so annoying,
9031                 I know ;-)
9032
9033 2006-10-27 [colin]      2.5.6cvs8
9034
9035         * src/folder.c
9036         * src/imap.c
9037                 Probably fix bug 1044, 'sylpheed-claws 
9038                 segfaults while moving mails' - Fix relation
9039                 usage when moving to an IMAP mailbox from another
9040                 mailbox
9041
9042 2006-10-26 [paul]       2.5.6cvs7
9043
9044         * src/gtk/about.c
9045                 add libSM to compiled-in features
9046                 list
9047
9048 2006-10-24 [colin]      2.5.6cvs6
9049
9050         * src/textview.c
9051         * src/gtk/gtkutils.c
9052                 Fix crash when printing emails with an
9053                 xface
9054
9055 2006-10-24 [mones]      2.5.6cvs5
9056
9057         * manual/es/advanced.xml
9058                 Synchronize hidden option respect_flowed_format
9059         * po/es.po
9060                 Updated translation
9061
9062 2006-10-21 [paul]       2.5.6cvs4
9063
9064         * src/gtk/authors.h
9065         * src/plugins/pgpcore/pgp_viewer.c
9066         * src/plugins/pgpcore/sgpgme.c
9067                 fix building on BSDs
9068                 Thanks to Michael Hughes
9069                 <Sylpheed-Claws_user@thehugheslogcabin.net>
9070
9071 2006-10-20 [colin]      2.5.6cvs3
9072
9073         * configure.ac
9074                 Bump up libetpan requirement
9075                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
9076         * src/common/utils.c
9077         * src/common/utils.h
9078                 Add convenience get_file_mtime()
9079         * src/imap.c
9080         * src/etpan/imap-thread.c
9081         * src/etpan/imap-thread.h
9082                 Implement UIDPLUS support if the server
9083                 supports it - faster sending in this case
9084
9085 2006-10-19 [colin]      2.5.6cvs2
9086
9087         * src/gtk/quicksearch.c
9088                 Fix emptying in type-ahead+extended mode
9089         * src/mainwindow.c
9090         * src/mainwindow.h
9091                 Add a hook for offline state change
9092         * src/plugins/trayicon/trayicon.c
9093                 Use it to display offline icons
9094         * src/plugins/trayicon/Makefile.am
9095         * src/plugins/trayicon/newmail.offline.xpm
9096         * src/plugins/trayicon/newmarkedmail.offline.xpm
9097         * src/plugins/trayicon/nomail.offline.xpm
9098         * src/plugins/trayicon/unreadmail.offline.xpm
9099         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
9100                 Add the icons
9101
9102 2006-10-12 [paul]       2.5.6cvs1
9103
9104         * NEWS
9105         * README
9106         * configure.ac
9107                 Update version number following
9108                 stable release
9109
9110 2006-10-19 [colin]      2.5.5cvs18
9111
9112         * manual/handling.xml
9113                 Add type-ahead search
9114
9115 2006-10-18 [colin]      2.5.5cvs17
9116
9117         * src/gtk/quicksearch.c
9118                 Remove "save to history only if there's
9119                 no syntax error", it breaks for some 
9120                 reason which I'll investigate later.
9121
9122 2006-10-18 [colin]      2.5.5cvs16
9123
9124         * src/prefs_common.c
9125         * src/prefs_common.h
9126         * src/summaryview.c
9127         * src/gtk/quicksearch.c
9128         * src/gtk/quicksearch.h
9129                 Add a type-ahead option for fast searches
9130                 Patch by Fabien Vantard
9131
9132 2006-10-18 [colin]      2.5.5cvs15
9133
9134         * src/compose.c
9135         * src/compose.h
9136                 Add Options/Reply mode/ menu to be able to
9137                 change the recipients of a reply on the fly
9138
9139 2006-10-18 [colin]      2.5.5cvs14
9140
9141         * src/compose.c
9142                 Fix redirecting of our own sent mails
9143
9144 2006-10-17 [wwp]        2.5.5cvs13
9145
9146         * src/send_message.c
9147                 Fix duplicate error messages when sending, and missing
9148                 newline in such error messages.
9149
9150 2006-10-17 [colin]      2.5.5cvs12
9151
9152         * src/compose.c
9153                 Compare addresses case-insensitive
9154
9155 2006-10-17 [colin]      2.5.5cvs11
9156
9157         * src/plugins/pgpcore/sgpgme.c
9158                 Fix return status
9159
9160 2006-10-17 [colin]      2.5.5cvs10
9161
9162         * src/plugins/pgpcore/pgp_viewer.c
9163                 Fix return status
9164
9165 2006-10-17 [colin]      2.5.5cvs9
9166
9167         * src/quote_fmt.c
9168                 Fix a typo (thanks to Fabien)
9169
9170 2006-10-16 [colin]      2.5.5cvs8
9171
9172         * src/textview.c
9173                 Fix problem with quote-folding when emails
9174                 don't convert cleanly to UTF-8
9175
9176 2006-10-14 [colin]      2.5.5cvs7
9177
9178         * src/prefs_template.c
9179                 Reset fields when reopening
9180                 the window
9181
9182 2006-10-13 [paul]       2.5.5cvs6
9183
9184         * manual/advanced.xml
9185         * src/prefs_message.c
9186                 make 'respect_flowed_format' a hidden
9187                 option, and add a manual entry for it
9188                 Thanks to Colin
9189
9190 2006-10-12 [colin]      2.5.5cvs5
9191
9192         * src/codeconv.c
9193                 Revert part of 2.5.2cvs21:
9194                 Don't optimise by reusing the 
9195                 last iconv converter if possible:
9196                 it seems slightly broken in a 
9197                 very hard way to reproduce
9198
9199 2006-10-12 [colin]      2.5.5cvs4
9200
9201         * src/prefs_common.c
9202         * src/prefs_common.h
9203         * src/prefs_message.c
9204         * src/procmime.c
9205                 Fix bug 1035, 'Incorrect handling 
9206                 of flowed lines'. We now optionnaly
9207                 handle this format (preference is in
9208                 Message View/Text options section)
9209
9210 2006-10-12 [colin]      2.5.5cvs3
9211
9212         * po/POTFILES.in
9213                 Add new file
9214         * src/plugins/pgpcore/pgp_viewer.c
9215         * src/plugins/pgpcore/sgpgme.c
9216                 Don't try to import without asking
9217
9218 2006-10-12 [colin]      2.5.5cvs2
9219
9220         * src/compose.c
9221                 Fix bug 1036, 'Forwarding a mutlipart
9222                 mail with a "text/html" block to ms
9223                 outlook users leeds to freeze of
9224                 outlook'. Poor outlook users...
9225
9226 2006-10-12 [paul]       2.5.5cvs1
9227
9228         * NEWS
9229         * README
9230         * configure.ac
9231                 Update version number following
9232                 stable release
9233
9234 2006-10-11 [paul]       2.5.4cvs1
9235
9236         * NEWS
9237         * README
9238         * configure.ac
9239                 Update version number following
9240                 stable release
9241
9242 2006-10-11 [paul]       2.5.3cvs32
9243
9244         * src/textview.c
9245                 fix bug 1032, 'Segmentation fault when showing
9246                 message' (bug in quote folding)
9247                 Thanks to Colin
9248
9249 2006-10-10 [colin]      2.5.3cvs31
9250
9251         * src/quote_fmt.c
9252                 Rephrase english a bit
9253
9254 2006-10-10 [colin]      2.5.3cvs30
9255
9256         * src/prefs_compose_writing.c
9257                 Stop making the page larger than the window
9258
9259 2006-10-10 [wwp]        2.5.3cvs29
9260
9261         * src/compose.c
9262         * src/prefs_template.c
9263         * src/quote_fmt.c
9264         * src/quote_fmt.h
9265         * src/quote_fmt_lex.l
9266         * src/quote_fmt_parse.y
9267                 Extend the quote parser a bit: allow to get access to
9268                 basic (composing) account info.
9269
9270 2006-10-10 [colin]      2.5.3cvs28
9271
9272         * src/procheader.c
9273                 Fix this \t problem in subject
9274
9275 2006-10-09 [colin]      2.5.3cvs27
9276
9277         * src/main.c
9278         * src/prefs_gtk.c
9279                 Prepare cache a bit later
9280                 If section already exists, skip the new one 
9281                 (as previously); avoid writing the same block
9282                 twice - if we find a second block with the 
9283                 same id, skip it.
9284         * src/plugins/pgpcore/pgp_viewer.c
9285                 Set cursor to busy when retrieving a key
9286         * src/plugins/pgpcore/sgpgme.c
9287                 allow 5 seconds for gpg to export the key
9288                 
9289
9290 2006-10-09 [colin]      2.5.3cvs26
9291
9292         * configure.ac
9293         * src/msgcache.c
9294         * src/prefs_gtk.c
9295                 Check for existence of fgets_unlocked
9296                 and fwrite_unlocked
9297
9298 2006-10-09 [paul]       2.5.3cvs25
9299
9300         * src/prefs_summaries.c
9301                 replace strftime() with fast_strftime() and in
9302                 the consequence fix the bug in the display of
9303                 AM/PM in the 'Example' string
9304
9305 2006-10-09 [ticho]      2.5.3cvs24
9306
9307         * po/sk.po
9308                 Updated (and fixed up somewhat) Slovak translation.
9309
9310 2006-10-08 [colin]      2.5.3cvs23
9311
9312         * src/prefs_folder_item.c
9313                 Explain why prefs in the top-level folder
9314                 aren't retained, but are still useful
9315
9316 2006-10-08 [colin]      2.5.3cvs22
9317
9318         * src/prefs_gtk.c
9319                 Don't cache anything if caching fails
9320
9321 2006-10-08 [colin]      2.5.3cvs21
9322
9323         * src/common/utils.c
9324                 always include gi18n.h
9325
9326 2006-10-07 [colin]      2.5.3cvs20
9327
9328         * src/plugins/pgpcore/pgp_viewer.c
9329                 Kill gpg after 5 seconds wait
9330
9331 2006-10-07 [colin]      2.5.3cvs19
9332
9333         * src/plugins/pgpcore/pgp_viewer.c
9334         * src/plugins/pgpcore/pgp_viewer.h
9335                 Fix copyright
9336
9337 2006-10-07 [colin]      2.5.3cvs18
9338
9339         * src/plugins/pgpcore/pgp_viewer.c
9340         * src/plugins/pgpcore/pgp_viewer.h
9341                 Actually add the files to CVS
9342
9343 2006-10-07 [colin]      2.5.3cvs17
9344
9345         * src/plugins/pgpcore/sgpgme.c
9346                 Be sure not to crash on 'application/pgp-signature' that
9347                 are not application/pgp-signatures
9348
9349 2006-10-07 [colin]      2.5.3cvs16
9350
9351         * src/textview.c
9352         * src/textview.h
9353                 Make a bit more of the API available
9354         * src/plugins/pgpcore/Makefile.am
9355         * src/plugins/pgpcore/plugin.c
9356         * src/plugins/pgpcore/sgpgme.c
9357                 Add basic key import/export
9358
9359 2006-10-07 [colin]      2.5.3cvs15
9360
9361         * src/folderview.c
9362         * src/imap.c
9363         * src/prefs_account.c
9364         * src/wizard.c
9365                 Warn users *everywhere* if libetpan's not
9366                 linked in
9367
9368 2006-10-06 [mones]      2.5.3cvs14
9369
9370         * po/de.po
9371         * po/es.po
9372                 updated by Stephan Sachse and me
9373
9374 2006-10-06 [colin]      2.5.3cvs13
9375
9376         * src/main.c
9377         * src/common/sylpheed.c
9378                 Don't load common plugins if --exit is passed
9379         * src/prefs_gtk.c
9380         * src/prefs_gtk.h
9381                 Implement a cache to avoid reading the same
9382                 files over and over again at startup
9383
9384 2006-10-06 [colin]      2.5.3cvs12
9385
9386         * src/summaryview.c
9387         * src/gtk/quicksearch.c
9388                 Update display every 5k mails on fast searches
9389
9390 2006-10-06 [colin]      2.5.3cvs11
9391
9392         * src/textview.c
9393                 Don't do quote folding on HTML or ERTF.
9394                 May fix the Cygwin issues if they were
9395                 happening with HTML mails?
9396
9397 2006-10-05 [colin]      2.5.3cvs10
9398
9399         * src/prefs_gtk.c
9400                 Oops, forgot one
9401
9402 2006-10-05 [colin]      2.5.3cvs9
9403
9404         * src/prefs_gtk.c
9405                 Use unlocked_stdio here too
9406
9407 2006-10-05 [colin]      2.5.3cvs8
9408
9409         * src/folderview.c
9410                 Fix go to next * after preferences apply
9411         * src/msgcache.c
9412                 Do the fd lock/unlock ourselves instead of
9413                 letting the libc do it at each write 
9414
9415 2006-10-05 [colin]      2.5.3cvs7
9416
9417         * src/common/utils.c
9418                 Faster division, thanks to Jean Diraison
9419
9420 2006-10-05 [paul]       2.5.3cvs6
9421
9422         * src/common/utils.c
9423                 fix building with --disable-nls
9424
9425 2006-10-04 [colin]      2.5.3cvs5
9426
9427         * src/folder.c
9428                 Maybe fix a segfault
9429
9430 2006-10-04 [wwp]        2.5.3cvs4
9431
9432         * src/prefs_folder_item.c
9433                 Fine-tune layouts in folder item prefs. Suggested by
9434                 Fabien Vantard <fzzzzz@gmail.com>.
9435
9436 2006-10-04 [wwp]        2.5.3cvs3
9437
9438         * src/prefs_folder_item.c
9439                 Kill the clandestine passengers. You didn't see anything.
9440
9441 2006-10-04 [wwp]        2.5.3cvs2
9442
9443         * src/prefs_folder_item.c
9444                 Add a way to test the subject simplify regexp in
9445                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
9446                 w/ few layout changes.
9447
9448 2006-20-04 [paul]       2.5.3cvs1
9449
9450         * NEWS
9451         * README
9452         * configure.ac
9453                 Update version number following
9454                 stable release
9455
9456 2006-10-04 [colin]      2.5.2cvs42
9457
9458         * src/folder.c
9459         * src/folder.h
9460         * src/summaryview.c
9461                 Provide a way for folder classes to set their sort
9462                 type and key
9463
9464 2006-10-03 [colin]      2.5.2cvs41
9465
9466         * src/mh.c
9467                 Don't use strlen() to know if the
9468                 string's empty
9469
9470 2006-10-03 [colin]      2.5.2cvs40
9471
9472         * src/mh.c
9473                 Fix "check for new folders" with accentued folders
9474
9475 2006-10-03 [ticho]      2.5.2cvs39
9476
9477         * src/filtering.c
9478         * src/folder.c
9479         * src/inc.c
9480         * src/mbox.c
9481                 Colin's fix for "copy" filtering rules.
9482
9483 2006-10-02 [colin]      2.5.2cvs38
9484
9485         * src/folderview.c
9486                 Fix for double-click too
9487
9488 2006-10-02 [colin]      2.5.2cvs37
9489
9490         * src/folderview.c
9491                 correct fix for cvs36
9492
9493 2006-10-02 [colin]      2.5.2cvs36
9494
9495         * src/folderview.c
9496                 Fix 'goto next unread' after collapsing/expanding 
9497                 a node.
9498
9499 2006-10-02 [colin]      2.5.2cvs35
9500
9501         * src/summaryview.c
9502                 Fix double freeze/thaw
9503         * src/common/utils.c
9504         * src/common/utils.h
9505                 Reimplement strftime
9506         * src/procheader.c
9507                 Use it
9508
9509
9510 2006-10-02 [colin]      2.5.2cvs34
9511
9512         * src/mh.c
9513                 Time mh_write_sequences() - it's fast
9514         * src/summaryview.c
9515                 Init a variable to shut up gcc
9516
9517 2006-10-01 [colin]      2.5.2cvs33
9518
9519         * src/folder.c
9520         * src/mh.c
9521         * src/mh.h
9522         * src/msgcache.c
9523                 Add helper mh_set_mtime(), and set mtime to stat()'s result
9524                 Add fsync but disable it, it's slow as hell
9525
9526 2006-10-01 [colin]      2.5.2cvs32
9527
9528         * src/mh.c
9529         * src/msgcache.c
9530                 fflush() caches and mh_sequences before
9531                 fclose()ing
9532
9533 2006-10-01 [colin]      2.5.2cvs31
9534
9535         * src/msgcache.c
9536                 Don't ftruncate when not using mmap
9537
9538 2006-09-30 [colin]      2.5.2cvs30
9539
9540         * src/main.c
9541                 Write folder list *after* saving caches
9542
9543 2006-09-30 [colin]      2.5.2cvs29
9544
9545         * src/folder.c
9546         * src/mh.c
9547                 Debug forced mtime changes
9548
9549 2006-09-30 [colin]      2.5.2cvs28
9550
9551         * src/folder.c
9552         * src/main.c
9553                 Remove useless debug_print()s (code
9554                 well-tested)
9555
9556 2006-09-30 [colin]      2.5.2cvs27
9557
9558         * src/mh.c
9559                 Do stuff faster when writing mh_sequences
9560
9561 2006-09-30 [colin]      2.5.2cvs26
9562
9563         * src/mh.c
9564                 Don't let the writing of .mh_sequences, which
9565                 can change the folder's mtime, let us think
9566                 we need to scan.
9567
9568 2006-09-30 [colin]      2.5.2cvs25
9569
9570         * src/folder.c
9571                 Move a debug_print where it belongs 
9572                 (processing)
9573         * src/summaryview.c
9574                 Don't mess with a huge slow subject
9575                 table if we're not threading by
9576                 subject
9577
9578 2006-09-30 [colin]      2.5.2cvs24
9579
9580         * src/msgcache.c
9581                 Reenable mmaped reads (*not* writes!)
9582         * src/procmsg.c
9583                 Don't destroy and recreate hashtables just
9584                 for fun
9585         * src/common/utils.c
9586                 Remove useless reply prefixes (it's case
9587                 unsensitive)
9588
9589 2006-09-30 [wwp]        2.5.2cvs23
9590
9591         * tools/fix_date.sh
9592                 Fixed a minor bug in date value extraction, added a switch
9593                 to replace non RFC-compliant Date: value, added a switch
9594                 to use strict RFC matching patterns for dates.
9595
9596 2006-09-29 [colin]      2.5.2cvs22
9597
9598         * src/matcher_parser.h
9599         * src/matcher_parser_parse.y
9600         * src/prefs_filtering.c
9601         * src/statusbar.c
9602         * src/summary_search.c
9603         * src/summaryview.c
9604         * src/gtk/quicksearch.c
9605         * src/gtk/quicksearch.h
9606                 Optimise searches by setting different
9607                 refresh intervals (depending if the 
9608                 search is fast or not)
9609
9610 2006-09-29 [colin]      2.5.2cvs21
9611
9612         * src/codeconv.c
9613                 Optimise by reusing the last iconv converter
9614                 if possible
9615         * src/textview.c
9616                 Optimise a bit (the foldable quotes feature
9617                 still has an awful O(n^2) algo
9618
9619 2006-09-29 [colin]      2.5.2cvs20
9620
9621         * src/gtk/gtksctree.c
9622         * src/gtk/gtksctree.h
9623                 Optimise de-selection via up/down or
9624                 another key
9625
9626 2006-09-28 [colin]      2.5.2cvs19
9627
9628         * src/action.c
9629         * src/compose.c
9630         * src/folderview.c
9631         * src/mainwindow.c
9632         * src/messageview.c
9633         * src/summary_search.c
9634         * src/toolbar.c
9635                 Avoid using summaryview->ctree directly
9636
9637 2006-09-28 [colin]      2.5.2cvs18
9638
9639         * src/summaryview.c
9640         * src/summaryview.h
9641                 Add helpers to freeze/thaw/grab_focus
9642                 Factorize calls to freeze/thaw/grab_focus
9643                 
9644
9645 2006-09-28 [colin]      2.5.2cvs17
9646
9647         * src/main.c
9648                 More guards for the session management
9649
9650 2006-09-28 [colin]      2.5.2cvs16
9651
9652         * src/folderview.c
9653         * src/gtk/gtksctree.c
9654         * src/gtk/gtksctree.h
9655                 Make expanding not recursive in folderview
9656
9657 2006-09-28 [colin]      2.5.2cvs15
9658
9659         * src/addressbook.c
9660                 If nothing is selected in the list (right part)
9661                 and a group is selected in the tree (left part),
9662                 mail this group.
9663
9664 2006-09-28 [colin]      2.5.2cvs14
9665
9666         * src/Makefile.am
9667                 Actually use SM_LIBS
9668
9669 2006-09-28 [ticho]      2.5.2cvs13
9670
9671         * src/export.c
9672         * src/messageview.c
9673         * src/mimeview.c
9674         * src/news.c
9675         * src/pop.c
9676         * src/prefs_themes.c
9677         * src/procmsg.c
9678                 Small i18n string optimization.
9679         * src/send_message.c
9680         * src/summaryview.c
9681         * src/common/session.c
9682         * src/common/smtp.c
9683         * src/common/ssl_certificate.c
9684         * src/common/utils.c
9685                 Use "Couldn't" instead of "Can't" in UI messages,
9686                 where appropriate.
9687
9688 2006-09-28 [colin]      2.5.2cvs12
9689
9690         * configure.ac
9691                 Possibly fix link errors
9692
9693 2006-09-27 [wwp]        2.5.2cvs11
9694
9695         * src/gtk/authors.h
9696         * doc/man/sylpheed-claws.1
9697         * manual/ack.xml
9698         * manual/es/ack.xml
9699         * manual/fr/ack.xml
9700         * manual/pl/ack.xml
9701                 Updated authors info (me, myself and I).
9702
9703 2006-09-27 [colin]      2.5.2cvs10
9704
9705         * src/addressbook.c
9706                 Remove useless printf
9707
9708 2006-09-27 [wwp]        2.5.2cvs9
9709
9710         * src/editgroup.c
9711         * src/send_message.c
9712         * src/inc.c
9713         * src/prefs_common.c
9714         * src/prefs_common.h
9715         * src/gtk/progressdialog.c
9716                 remember more windows' sizes (send dialog, received dialog,
9717                 edit group in addressbook).
9718
9719 2006-09-27 [colin]      2.5.2cvs8
9720
9721         * configure.ac
9722         * src/main.c
9723         * src/mainwindow.h
9724                 Use libSM to communicate with the session
9725                 manager, so that we can know when the 
9726                 session ends, save our caches, and draft
9727                 our compose windows.
9728
9729 2006-09-27 [colin]      2.5.2cvs7
9730
9731         * src/addressbook.c
9732                 Fix issues:
9733                 o Allow Book and Group creation from the tree's
9734                   contextual menu
9735                 o Do not actually delete the contacts when 
9736                   deleting groups from the tree (duh!)
9737
9738 2006-09-27 [colin]      2.5.2cvs6
9739
9740         * src/compose.c
9741         * src/compose.h
9742         * src/mainwindow.c
9743         * src/textview.c
9744         * src/toolbar.c
9745                 o Allow passing an email address to 
9746                   compose_new_with_folderitem
9747                 o Update callers
9748                 o Use current folderitem when clicking
9749                   on a TextView mailto: link
9750                 o Fix a possible leak in TextView
9751
9752 2006-09-27 [colin]      2.5.2cvs5
9753
9754         * src/html.c
9755                 Use UTF-8 chars to replace HTML entities
9756
9757 2006-09-27 [colin]      2.5.2cvs4
9758
9759         * AUTHORS
9760         * src/prefs_account.c
9761         * src/gtk/authors.h
9762                 Fix bug #1024 (Array index out of
9763                 range in sylpheed-claws-2.5.2)
9764                 Patch by Ales Nosek <anosek@suse.cz>
9765
9766 2006-09-27 [colin]      2.5.2cvs3
9767
9768         * src/addr_compl.c
9769                 Actually do the test
9770
9771 2006-09-27 [colin]      2.5.2cvs2
9772
9773         * src/addr_compl.c
9774         * src/addr_compl.h
9775                 Allow completing with comma (in certain cases: vCalendar
9776                 for example doesn't support that)
9777                 Patch by Fabien Vantard
9778
9779 2006-09-26 [colin]      2.5.2cvs1
9780
9781         * src/Makefile.am
9782         * src/addr_compl.c
9783         * src/addr_compl.h
9784         * src/addrbook.c
9785         * src/addrbook.h
9786         * src/addressbook.c
9787         * src/addrindex.c
9788         * src/addrindex.h
9789         * src/compose.c
9790         * src/prefs_common.c
9791         * src/prefs_filtering_action.c
9792         * src/prefs_folder_item.c
9793         * src/prefs_template.c
9794         * src/stock_pixmap.c
9795         * src/stock_pixmap.h
9796         * src/pixmaps/addr_one.xpm
9797         * src/pixmaps/addr_two.xpm
9798                 Add auto-completion on groups
9799
9800 2006-09-26 [colin]      2.5.2
9801
9802         * NEWS
9803         * README
9804         * RELEASE_NOTES
9805                 2.5.2 released
9806
9807 2006-09-26 [colin]      2.5.1cvs5
9808
9809         * src/matcher.c
9810                 Fix condition
9811
9812 2006-09-26 [colin]      2.5.1cvs4
9813
9814         * src/mbox.c
9815                 Revert cvs1 (useless as the message is printed 
9816                 every 500 mails)
9817
9818 2006-09-26 [colin]      2.5.1cvs3
9819
9820         * src/partial_download.c
9821                 Fix crasher found by Alexsandar Urosevic
9822
9823 2006-09-26 [colin]      2.5.1cvs2
9824
9825         * src/summaryview.c
9826                 Fix bug #1023 (Sylpheed deletes too much messages)
9827
9828 2006-09-26 [ticho]      2.5.1cvs1
9829
9830         * src/mbox.c
9831                 Make use of gettext's multiple plurals for statusbar
9832                 progress message.
9833
9834 2006-09-25 [paul]       2.5.1
9835
9836         * NEWS
9837         * README
9838         * RELEASE_NOTES
9839                 2.5.1 released
9840
9841 2006-09-25 [colin]      2.5.0cvs3
9842
9843         * src/plugins/bogofilter/bogofilter.c
9844         * src/plugins/clamav/clamav_plugin.c
9845         * src/plugins/spamassassin/spamassassin.c
9846                 BogoFilter, Spamassassin: Fix double hook registering after
9847                 visiting preferences
9848                 Spamassassin, Clamav: Just set the mails to move instead of
9849                 doing the move - caller will move the things at once.
9850
9851 2006-09-25 [colin]      2.5.0cvs2
9852
9853         * src/imap.c
9854         * src/etpan/imap-thread.c
9855                 Use UID SEARCH ALL instead of UID 1:*
9856                 (braindead servers can't figure out that's
9857                 the same...)
9858
9859 2006-09-25 [wwp]        2.5.0cvs1
9860
9861         * src/message_search.c
9862                 Added the ability to stop a running search (in message body).
9863
9864 2006-09-25 [paul]       2.5.0
9865
9866         * NEWS
9867         * README
9868         * RELEASE_NOTES
9869                 2.5.0 released
9870
9871 2006-09-25 [paul]       2.4.0cvs214
9872
9873         * po/cs.po
9874         * po/de.po
9875         * po/fi.po
9876         * po/fr.po
9877         * po/nl.po
9878         * po/pt_BR.po
9879         * po/sk.po
9880         * po/sr.po
9881         * po/zh_CN.po
9882                 updated by Tim, Stephan Sachse, Flammie Pirinen,
9883                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
9884                 Ticho, Aleksander Urosevic, Ralgh Young
9885
9886 2006-09-24 [mones]      2.4.0cvs213
9887
9888         * po/es.po
9889                 Updated for release
9890
9891 2006-09-23 [colin]      2.4.0cvs212
9892
9893         * src/gtk/inputdialog.c
9894                 Fix [ ] remember this appearing in normal
9895                 input dialogs after it's been used by
9896                 mimeview.
9897         * src/folder.c
9898         * src/folderview.c
9899         * src/msgcache.c
9900         * src/procmsg.c
9901         * src/summaryview.c
9902         * src/textview.c
9903         * src/common/timing.h
9904                 Enable timings in debug mode and make it
9905                 look prettier.
9906
9907 2006-09-22 [colin]      2.4.0cvs211
9908
9909         * README
9910                 Revert test change
9911         * commitHelper
9912                 ping the correct URI
9913
9914 2006-09-22 [colin]      2.4.0cvs210
9915
9916         * README
9917                 Let's see if bug #1022 is fixed
9918
9919 2006-09-21 [colin]      2.4.0cvs209
9920
9921         * src/wizard.c
9922         * src/common/plugin.c
9923                 Prepare infra to load predefined plugins when
9924                 no configuration existed. Don't actually load
9925                 anything yet (feat. freeze)
9926
9927 2006-09-21 [wwp]        2.4.0cvs208
9928
9929         * manual/fr/faq.xml
9930                 Partial sync w/ 2.4.0cvs72:
9931                 wrap file and minor updates.
9932
9933 2006-09-21 [wwp]        2.4.0cvs207
9934
9935         * tools/fix_date.sh
9936                 several fixes and enhancements. A new --force switch has been
9937                 added to prevent overriding by default Date: header when
9938                 already existing.
9939
9940 2006-09-21 [paul]       2.4.0cvs206
9941
9942         * src/common/utils.c
9943                 add Chinese UTF8 Re prefix
9944
9945 2006-09-21 [wwp]        2.4.0cvs205
9946
9947         * tools/Makefile.am
9948                 Fics alfabettical order.
9949
9950 2006-09-21 [wwp]        2.4.0cvs204
9951
9952         * tools/fix_date.sh
9953         * tools/Makefile.am
9954                 Added an action tool to fix missing Date field in emails.
9955                 Updated Makefile.am to reflect those last two additions.
9956
9957 2006-09-21 [wwp]        2.4.0cvs203
9958
9959         * tools/uuooffice
9960                 Added a action tool to open uuencoded docs w/
9961                 OpenOffice (based on uudec method).
9962
9963 2006-09-21 [colin]      2.4.0cvs202
9964
9965         * src/compose.c
9966         * src/textview.c
9967                 Workaround possible GTK crash: remove selection 
9968                 clipboard before destroying widget, or GTK+-2.10
9969                 dies. Thanks to Hiro.
9970
9971 2006-09-20 [colin]      2.4.0cvs201
9972
9973         * src/compose.c
9974                 Fix free-after-use in some cases (when 
9975                 procmime_encode_content() frees mimeinfo->data.mem
9976                 and turns it to a temp file)
9977
9978 2006-09-20 [colin]      2.4.0cvs200
9979
9980         * src/folderview.c
9981         * src/summaryview.c
9982         * src/gtk/gtksctree.c
9983         * src/gtk/gtksctree.h
9984                 Add tooltips in the folderview and summaryview
9985                 (Doesn't break string freeze as they already
9986                 exist)
9987         * src/toolbar.c
9988                 Put the spam button in the default configuration
9989                 if compiled with bogo plugin too
9990
9991 2006-09-19 [colin]      2.4.0cvs199
9992
9993         * src/summaryview.c
9994         * src/summaryview.h
9995                 Update folder name label on folder rename
9996         * src/prefs_matcher.c
9997         * src/gtk/logwindow.h
9998                 Fix warnings
9999                 Patches by Fabien
10000
10001 2006-09-19 [wwp]        2.4.0cvs198
10002
10003         * src/summary_search.c
10004                 fix can't click forward/backward buttons in the
10005                 search messages.
10006
10007 2006-09-18 [paul]       2.4.0cvs197
10008
10009         * src/wizard.c
10010                 add missing bracket, capitalise the A of
10011                 'SpamAssassin'
10012
10013 2006-09-18 [paul]       2.4.0cvs196
10014
10015         * src/compose.c
10016                 fix bug 1012 'crashed upon sending mail
10017                 from compose window'
10018                 Thanks to Colin
10019
10020 2006-09-16 [colin]      2.4.0cvs195
10021
10022         * src/folderview.c
10023                 Fix "real-time" sorting by freezing/thawing
10024
10025 2006-09-16 [colin]      2.4.0cvs194
10026
10027         * manual/faq.xml
10028                 Fix the anti-spam entry a bit
10029
10030 2006-09-16 [colin]      2.4.0cvs193
10031
10032         * src/wizard.c
10033                 Make sure reviewers have no excuse when stating
10034                 Sylpheed-Claws doesn't have antispam capabilities.
10035
10036 2006-09-16 [colin]      2.4.0cvs192
10037
10038         * src/main.c
10039                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
10040                 as if the SIGPIPE comes from etpan's thread we could
10041                 trigger a GUI update from this thread.
10042
10043 2006-09-16 [colin]      2.4.0cvs191
10044
10045         * src/summaryview.c
10046                 Init all members of the struct
10047
10048 2006-09-16 [paul]       2.4.0cvs190
10049
10050         * src/account.c
10051                 improvements to the English
10052
10053 2006-09-15 [colin]      2.4.0cvs189
10054
10055         * src/summaryview.c
10056                 HIG order on dialog
10057
10058 2006-09-14 [colin]      2.4.0cvs188
10059
10060         * src/common/socket.c
10061         * src/common/socket.h
10062         * src/common/ssl.c
10063         * src/common/ssl_certificate.c
10064         * src/common/ssl_certificate.h
10065         * src/etpan/imap-thread.c
10066                 the get_fqdn() call done to get canonical name when
10067                 checking an SSL certificate is blocking, which is
10068                 sad as we just did a non-blocking lookup to connect.
10069                 Fix that by letting the fqdn available to the SockInfo,
10070                 and use that in ssl_certificate_check(). For IMAP,
10071                 we don't do it as the lookup's done by libetpan, but
10072                 it's less annoying as IMAP connections as much more
10073                 rare than POP3 connections.
10074
10075 2006-09-14 [paul]       2.4.0cvs187
10076
10077         * manual/advanced.xml
10078                 improvements to the English,
10079                 properly place the new hidden options
10080                 within the alphabetical order
10081         * src/gtk/pluginwindow.c
10082                 improvements to the English
10083
10084 2006-09-14 [colin]      2.4.0cvs186
10085
10086         * src/prefs_common.c
10087         * src/prefs_common.h
10088         * src/gtk/gtksctree.c
10089         * manual/advanced.xml
10090                 New hidden pref, stripes_color_offset, to change
10091                 the value added/substracted to normal bgcolor to
10092                 create the stripes in summaries
10093
10094 2006-09-13 [colin]      2.4.0cvs185
10095
10096         * src/gedit-print.c
10097         * src/messageview.c
10098         * src/messageview.h
10099         * src/summaryview.c
10100         * src/textview.c
10101                 Fix misc. printing issues: 
10102                 - Bad font for linkified headers
10103                 - Different font if the mail was displayed or not
10104                 - Factorize the thing
10105
10106 2006-09-13 [colin]      2.4.0cvs184
10107
10108         * src/common/ssl_certificate.c
10109                 Only get FQDN once when checking certificate
10110
10111 2006-09-13 [colin]      2.4.0cvs183
10112
10113         * src/account.c
10114         * src/gtk/pluginwindow.c
10115                 Misc. GUI fixes by Fabien
10116
10117 2006-09-13 [wwp]        2.4.0cvs182
10118
10119         * configure.ac
10120         * src/common/utils.h
10121         * src/common/utils.c
10122                 get rid of unused wide-char functions.
10123
10124 2006-09-13 [wwp]        2.4.0cvs181
10125
10126         * src/plugins/pgpinline/sylpheed.def
10127         * src/textview.c
10128                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
10129                 add privacy_reset_error to the .def file,
10130                 do not fork for an external textviewer.
10131
10132 2006-09-13 [wwp]        2.4.0cvs180
10133
10134         * src/prefs_common.c
10135                 fix broken font entry in prefs (patch issued by the gpg4win team,
10136                 probably by Marcus Brinkmann <marcus@g10code.de>).
10137
10138 2006-09-13 [colin]      2.4.0cvs179
10139
10140         * src/folder.h
10141                 Fix a warning in summaryview.c
10142         * src/mainwindow.c
10143         * src/summaryview.c
10144         * src/summaryview.h
10145                 Add missing Mark/* elements in the
10146                 main menu
10147
10148 2006-09-12 [colin]      2.4.0cvs178
10149
10150         * src/prefs_actions.c
10151         * src/prefs_filtering_action.c
10152         * src/prefs_matcher.c
10153                 Use (New) instead of New everywhere
10154
10155 2006-09-12 [wwp]        2.4.0cvs177
10156
10157         * manual/fr/addrbook.xml
10158         * manual/fr/handling.xml
10159                 updated some quotes in the fr manual to match the fr translation.
10160
10161 2006-09-12 [wwp]        2.4.0cvs176
10162
10163         * src/prefs_matcher.c
10164                 don't store translated string elements in matcher expressions.
10165                 Also fixed a misused of Q_().
10166
10167 2006-09-11 [wwp]        2.4.0cvs175
10168
10169         * src/plugins//bogofilter/bogofilter.c
10170         * src/plugins//clamav/clamav_plugin.c
10171         * src/plugins//demo/demo.c
10172         * src/plugins//dillo_viewer/dillo_viewer.c
10173         * src/plugins//pgpcore/plugin.c
10174         * src/plugins//pgpinline/plugin.c
10175         * src/plugins//pgpmime/plugin.c
10176         * src/plugins//spamassassin/spamassassin.c
10177                 gettext-ize more strings (mostly plugin error messages).
10178
10179 2006-09-11 [colin]      2.4.0cvs174
10180
10181         * src/alertpanel.c
10182                 Make maximum buffer size bigger to avoid
10183                 truncating translated messages. Patch by
10184                 Fabien
10185
10186 2006-09-11 [colin]      2.4.0cvs173
10187
10188         * src/etpan/imap-thread.c
10189                 Fix compilation on OpenBSD, thanks to 
10190                 Landry
10191
10192 2006-09-10 [wwp]        2.4.0cvs172
10193
10194         * manual/account.xml
10195         * manual/addrbook.xml
10196         * manual/handling.xml
10197         * manual/es/handling.xml
10198         * manual/fr/account.xml
10199         * manual/fr/addrbook.xml
10200         * manual/fr/handling.xml
10201                 documented addressbook matching (condition configuration):
10202                   addrbook.xml, en fr
10203                 documented per-account filtering rules (handling/filtering
10204                   section, account section):
10205                   account.xml, handling.xml, en fr
10206                 slightly updated the handling/searching section to tell few
10207                   words about the extended search ability:
10208                   handling.xml, en fr
10209                 added missing <quote></quotes> to Quick Search:
10210                   handling.xml, en fr es
10211                 fixed a typo (auomatically):
10212                   handling.xml, en
10213                 changes revisited by Paul.
10214
10215 2006-09-10 [paul]       2.4.0cvs171
10216
10217         * src/prefs_actions.c
10218         * src/prefs_filtering.c
10219         * src/prefs_template.c
10220                 adjustments to the gui
10221                 Patch by Fabien Vantard (slightly modified)
10222
10223 2006-09-10 [colin]      2.4.0cvs170
10224
10225         * src/summaryview.c
10226                 Check folderitem/summaryview consistency
10227                 (basically automates Update summary). Fixes
10228                 #1011 (wrong (negative) count on unread 
10229                 messages)
10230
10231 2006-09-10 [colin]      2.4.0cvs169
10232
10233         * src/gtk/gtksctree.c
10234                 Fix recursive expansion via mouse
10235         * src/plugins/bogofilter/bogofilter.c
10236                 Use normal filtering way of moving
10237                 messages (batching), possibly fixing
10238                 bug #1015 (Bogofilter plugin doubles 
10239                 new messages)
10240
10241 2006-09-09 [wwp]        2.4.0cvs168
10242
10243         * src/prefs_filtering.c
10244                 better place for this fix.
10245
10246 2006-09-09 [wwp]        2.4.0cvs167
10247
10248         * src/prefs_filtering.c
10249                 fix a minor bug when the enabled status of a filtering/processing
10250                 rule always got set to TRUE when replacing this rule. That still
10251                 make sense when adding a new rule, but now when replacing, we
10252                 don't override the value of 'enabled'.
10253                 Also renamed the func prefs_filtering_list_view_get_rule_name()
10254                 to prefs_filtering_list_view_get_info() as this function not only
10255                 returns the name, but also the account_id and the enabled status.
10256
10257 2006-09-09 [mones]      2.4.0cvs166
10258
10259         * manual/glossary.xml
10260         * manual/plugins.xml
10261                 Minor format corrections
10262         * manual/gpl.xml
10263                 Fix misplaced NO WARRANTY section
10264         * manual/es/advanced.xml
10265         * manual/es/faq.xml
10266         * manual/es/glossary.xml
10267         * manual/es/gpl.xml
10268         * manual/es/handling.xml
10269         * manual/es/plugins.xml
10270         * manual/es/starting.xml
10271                 Incorporate changes from English version
10272         * manual/fr/ack.xml
10273         * manual/pl/ack.xml
10274         * manual/es/ack.xml
10275                 Fix address, (add translation credits in es version)
10276         * po/es.po
10277                 Updated translation
10278
10279 2006-09-09 [wwp]        2.4.0cvs165
10280
10281         * src/prefs_filtering.c
10282                 fix a crash when opening filtering prefs, if matcherrc file contains
10283                 broken data (non-existing account id, which is theoretically not
10284                 possible).
10285
10286 2006-09-08 [colin]      2.4.0cvs164
10287
10288         * src/folder.c
10289                 Wrong assert, make it an if()
10290         * src/gtk/gtksctree.c
10291                 Fix bug #1013 (expand selected thread 
10292                 tree) - expanding is now recursive
10293
10294 2006-09-07 [wwp]        2.4.0cvs163
10295
10296         * src/prefs_matcher.c
10297                 make better sentences about addressbook matching in the
10298                 matcher prefs. This should make translators' work easier
10299                 too.
10300
10301 2006-09-07 [wwp]        2.4.0cvs162
10302
10303         * src/prefs_filtering.c
10304                 code simplification (get rid of dup var. assignment).
10305
10306 2006-09-07 [wwp]        2.4.0cvs161
10307
10308         * src/summaryview.c
10309                 use GTK_STOCK icons when possible, patch by Fabien Vantard
10310                 <fzzzzz@gmail.com>.
10311
10312 2006-09-07 [paul]       2.4.0cvs160
10313
10314         * src/mimeview.c
10315                 fix compilation warnings
10316                 Thanks to Colin
10317
10318 2006-09-07 [paul]       2.4.0cvs159
10319
10320         * src/mimeview.c
10321                 select the mimepart icon when
10322                 displaying as text
10323                 Thanks to Colin
10324
10325 2006-09-06 [paul]       2.4.0cvs158
10326
10327         * src/prefs_filtering.c
10328                 fix labels and table element spacing
10329                 Patch by Fabien Vantard
10330
10331 2006-09-06 [paul]
10332
10333         2.5.0-rc3 released
10334
10335 2006-09-06 [paul]       2.4.0cvs157
10336
10337         * manual/es/advanced.xml
10338                 fix typo
10339
10340 2006-09-06 [wwp]        2.4.0cvs156
10341
10342         * src/mainwindow.c
10343                 fix an dup launch issue when iconified, thanks to Colin.
10344
10345 2006-09-06 [wwp]        2.4.0cvs155
10346
10347         * src/gtk//gtksctree.h
10348                 oops, forgot that one!
10349
10350 2006-09-06 [wwp]        2.4.0cvs154
10351
10352         * manual/pl/advanced.xml
10353         * manual/advanced.xml
10354         * manual/es/advanced.xml
10355         * manual/fr/advanced.xml
10356         * src/prefs_customheader.c
10357         * src/prefs_filtering_action.c
10358         * src/foldersel.c
10359         * src/prefs_summaries.c
10360         * src/prefs_filtering.c
10361         * src/account.c
10362         * src/compose.c
10363         * src/prefs_summary_column.c
10364         * src/addr_compl.c
10365         * src/prefs_actions.c
10366         * src/prefs_folder_column.c
10367         * src/ssl_manager.c
10368         * src/prefs_template.c
10369         * src/prefs_display_header.c
10370         * src/prefs_common.h
10371         * src/prefs_matcher.c
10372         * src/prefs_common.c
10373         * src/prefs_toolbar.c
10374         * src/summaryview.c
10375         * src/folderview.c
10376         * src/gtk/gtksctree.c
10377         * src/gtk/pluginwindow.c
10378         * src/gtk/progressdialog.c
10379         * src/gtk/prefswindow.c
10380                 renamed hidden option enable_rules_hint to use_stripes_everywhere
10381                 to make its meaning more obvious (all versions of the manual reflect
10382                 the change).
10383                 added an extra hidden option use_stripes_in_summary to allow
10384                 discarding these stripes in mainwindow's folder and message lists;
10385                 en and fr manuals only are OK towards this.
10386
10387 2006-09-06 [colin]      2.4.0cvs153
10388
10389         * src/textview.c
10390                 Hide Sylpheed-Claws' internal queue headers
10391                 when showing all headers. They'll be present
10392                 only in Source window.
10393
10394 2006-09-05 [colin]      2.4.0cvs152
10395
10396         * src/plugins/trayicon/trayicon.c
10397                 Fix crash at exit - we have to disconnect
10398                 our handlers
10399         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
10400                 Update eggtrayicon - patch adapted from a
10401                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
10402                 on Sylpheed's ML
10403
10404 2006-09-05 [colin]      2.4.0cvs151
10405
10406         * src/mainwindow.c
10407         * src/gtk/logwindow.c
10408                 Fix race condition when something writes
10409                 to the log too soon during init. Thanks
10410                 to Fabien Vantard
10411
10412 2006-09-05 [colin]      2.4.0cvs150
10413
10414         * src/mimeview.c
10415                 Don't select part on right-click either
10416
10417 2006-09-05 [paul]       2.4.0cvs149
10418
10419         * src/mimeview.c
10420                 completion of previous commit
10421                 Thanks to Colin
10422
10423 2006-09-05 [colin]      2.4.0cvs148
10424
10425         * src/mimeview.c
10426                 Don't force selection on middle-click, just open
10427
10428 2006-09-04 [colin]      2.4.0cvs147
10429
10430         * src/mimeview.c
10431                 Looks like gtk_notebook_set_current_page()
10432                 sometimes steals focus, and this annoys us
10433                 in MimeViewers as it renders navigation
10434                 keys useless. Take back focus after switching
10435                 pages.
10436
10437 2006-09-04 [colin]      2.4.0cvs146
10438
10439         * src/messageview.c
10440                 Set stop_loading when clicking on Next
10441                 during load. Don't add a callback to 
10442                 avoid over-complicating things.
10443
10444 2006-09-04 [colin]      2.4.0cvs145
10445
10446         * src/mimeview.c
10447         * src/messageview.c
10448                 Fix multiple loads in separate messageview
10449
10450 2006-09-04 [colin]      2.4.0cvs144
10451
10452         * src/summaryview.c
10453                 Let navigation keys be handled during 
10454                 load
10455
10456 2006-09-04 [colin]      2.4.0cvs143
10457
10458         * src/messageview.c
10459         * src/summaryview.c
10460         * src/textview.c
10461         * src/textview.h
10462                 Make loading of huge mails (lots of text and/or
10463                 images) cancellable, so the GUI doesn't block 
10464
10465 2006-09-04 [colin]      2.4.0cvs142
10466
10467         * src/plugins/trayicon/trayicon.c
10468                 Fix annoyance when removing a folder with 
10469                 unread mails: trayicon didn't update
10470
10471 2006-09-04 [paul]       2.4.0cvs141
10472
10473         * src/gtk/icon_legend.c
10474                 straighten up columns
10475                 Patch by Fabien Vantard
10476
10477 2006-09-04 [wwp]        2.4.0cvs140
10478
10479         * src/prefs_filtering.c
10480                 fix new line's account name in filtering prefs:
10481                 was "All", is now "(New)".
10482
10483 2006-09-04 [paul]       2.4.0cvs139
10484
10485         * tools/make.themes.project
10486                 use "AUTOMAKE_OPTIONS = dist-bzip2"
10487                 instead of homebrewed "make release"
10488
10489 2006-09-03 [colin]      2.4.0cvs138
10490
10491         * src/folderview.c
10492                 Fix bug #1007 (Wrong folder highlighted)
10493
10494 2006-09-03 [colin]      2.4.0cvs137
10495
10496         * src/compose.c
10497                 Don't set Newsgroup: header to a mail folder
10498                 path
10499
10500 2006-09-03 [paul]       2.4.0cvs136
10501
10502         * src/prefs_other.c
10503         * src/prefs_spelling.c
10504                 unify the gui
10505
10506 2006-09-03 [paul]       2.4.0cvs135
10507
10508         * src/prefs_summaries.c
10509                 correct menu item text in prefs_keybind_apply_clicked()
10510
10511 2006-09-03 [paul]       2.4.0cvs134
10512
10513         * manual/advanced.xml
10514                 some improvements to the descriptions
10515         * src/mainwindow.c
10516         * src/messageview.c
10517         * src/summaryview.c
10518         * src/gtk/menu.c
10519                 fix menu sensitivity issues
10520         * src/prefs_message.c
10521                 drop the useless word 'short'
10522         * src/prefs_other.c
10523                 add the word 'lines' indicating log length
10524                 is a measure of lines
10525         * src/textview.c
10526                 fix compilation warnings
10527
10528 2006-09-02 [colin]      2.4.0cvs133
10529
10530         * src/messageview.c
10531                 Display a special return-receipt message
10532                 if the message is from the user
10533         * src/summaryview.c
10534                 Fix missing freeze of the list when marking
10535                 all read and unthreading for exec. Thanks
10536                 to Stephan Sachse.
10537
10538 2006-09-02 [paul]       2.4.0cvs132
10539
10540         * src/mainwindow.c
10541         * src/prefs_message.c
10542         * src/summaryview.c
10543                 fix some english
10544
10545 2006-09-02 [wwp]        2.4.0cvs131
10546
10547         * src/prefs_filtering.c
10548                 added an account name column to the filtering rules
10549                 dialog.
10550
10551 2006-09-02 [colin]      2.4.0cvs130
10552
10553         * src/gtk/logwindow.c
10554         * src/gtk/logwindow.h
10555                 Block scrolling if we're not at the end
10556                 of the log
10557
10558 2006-09-02 [colin]      2.4.0cvs129
10559
10560         * src/folder.c
10561                 Make sure account-specific rules can't
10562                 be used in {pre-,post-,}processing
10563         * src/mainwindow.c
10564         * src/gtk/logwindow.c
10565         * src/gtk/logwindow.h
10566                 Jump to last error when clicking on the
10567                 warning icon
10568
10569 2006-09-02 [colin]      2.4.0cvs128
10570
10571         * src/imap.c
10572         * src/import.c
10573         * src/mainwindow.c
10574         * src/mainwindow.h
10575                 Fix warning icon
10576         * src/inc.c
10577         * src/mbox.c
10578         * src/mbox.h
10579                 Let proc_mbox know its account, for
10580                 account-specific rules
10581
10582 2006-09-01 [colin]      2.4.0cvs127
10583
10584         * src/codeconv.c
10585                 Don't uselessly use iconv to convert from
10586                 us-ascii
10587         * src/alertpanel.c
10588         * src/mainwindow.c
10589         * src/mainwindow.h
10590         * src/inc.c
10591                 Fix certain log cases, disable warning icon
10592                 for now, the correct way to display it when
10593                 necessary and only when necessary is probably
10594                 to do it manually rather than use error logs
10595         * src/etpan/imap-thread.c
10596                 Clean up UID logging a bit
10597         * src/gtk/logwindow.c
10598         * src/gtk/logwindow.h
10599                 Make logging faster when the window's closed
10600
10601 2006-09-01 [wwp]        2.4.0cvs126
10602
10603         * manual/fr/account.xml
10604                 reflect changes to the ref. manual (parts of cvs72):
10605                 fix tabnames and quotes.
10606
10607 2006-09-01 [wwp]        2.4.0cvs125
10608
10609         * manual/fr/plugins.xml
10610                 reflect changes to the reference manual (cvs42):
10611                 update IRC channel info.
10612
10613 2006-09-01 [wwp]        2.4.0cvs124
10614
10615         * commitHelper
10616                 use CVSEDITOR env. var. if set, according to `man cvs`.
10617
10618 2006-09-01 [wwp]        2.4.0cvs123
10619
10620         * manual/advanced.xml
10621                 better sentence again (thanks to Paul).
10622
10623 2006-09-01 [wwp]        2.4.0cvs122
10624
10625         * manual/advanced.xml
10626         fix definition of toolbar_detachable and rework a bit the one of
10627         enable_dotted_lines.
10628
10629 2006-09-01 [mones]      2.4.0cvs121
10630
10631         * manual/advanced.xml
10632                 Document enable_dotted_lines
10633
10634 2006-09-01 [paul]       2.4.0cvs120
10635
10636         * src/folderview.c
10637         * src/folderview.h
10638         * src/imap.c
10639         * src/mainwindow.c
10640         * src/summaryview.c
10641                 obey the 'When entering folder...' option
10642                 when using the /View/Go to/... menu items
10643                 Thanks to Colin
10644
10645 2006-08-31 [colin]      2.4.0cvs119
10646
10647         * src/folderview.c
10648                 Revert 2.4.0cvs116, wrong fix.
10649
10650 2006-08-31 [colin]      2.4.0cvs118
10651
10652         * src/gtk/gtksctree.c
10653                 Better state the various copyrights
10654
10655 2006-08-31 [colin]      2.4.0cvs117
10656
10657         * src/prefs_common.c
10658                 fix enable_dotted_lines
10659
10660 2006-08-31 [colin]      2.4.0cvs116
10661
10662         * src/folderview.c
10663                 Use pref "Always open on select" when going
10664                 to next unread folder
10665         * src/gtk/gtksctree.c
10666                 Fix link failure to _gtk_clist_create_cell_layout
10667                 on certain computers. (Why not mine, I wonder)
10668
10669 2006-08-31 [colin]      2.4.0cvs115
10670
10671         * src/procmsg.c
10672         * src/textview.c
10673         * src/plugins/bogofilter/bogofilter.c
10674         * src/plugins/spamassassin/spamassassin.c
10675                 Requalify some "errors" to warnings
10676         * src/mainwindow.c
10677         * src/mainwindow.h
10678         * src/statusbar.c
10679                 Add an icon in the statusbar to notify
10680                 of errors
10681         * src/gtk/gtksctree.c
10682         * src/folderview.c
10683         * src/summaryview.c
10684                 Make the GtkSCTree look more modern by
10685                 alternating background lines
10686         * src/prefs_common.c
10687         * src/prefs_common.h
10688                 Add a pref to let people have the old
10689                 way if they prefer
10690
10691
10692 2006-08-30 [colin]      2.4.0cvs114
10693
10694         * src/procmsg.c
10695         * src/procmsg.h
10696                 Provide a way to filter a list of
10697                 messages in an optimised manner, and
10698                 add a list-filtering hook
10699         * src/folder.c
10700         * src/inc.c
10701         * src/mbox.c
10702                 Use the list filtering
10703         * src/plugins/bogofilter/bogofilter.c
10704                 Use the list-filtering hook
10705                 Use -b (bulk) mode for more speed
10706                 when learning and filtering
10707         * src/etpan/imap-thread.c
10708                 Make log output shorter in UID SEARCH
10709
10710
10711 2006-08-30 [colin]      2.4.0cvs113
10712
10713         * src/plugins/bogofilter/bogofilter.c
10714                 Really fast mass learning - thanks to David
10715                 Relson for the options explanations :)
10716
10717 2006-08-30 [colin]      2.4.0cvs112
10718
10719         * src/msgcache.c
10720                 Fix compilation on FreeBSD. Thanks
10721                 to Michael Hugues
10722
10723 2006-08-29 [colin]      2.4.0cvs111
10724
10725         * src/folderview.c
10726                 Handle "popup_menu" signal (for popping the 
10727                 menu via the keyboard)
10728         * src/mimeview.c
10729         * src/mimeview.h
10730         * src/summaryview.c
10731         * src/textview.c
10732         * src/gtk/gtkutils.c
10733         * src/gtk/gtkutils.h
10734                 Factorize scrolling code, and add an API 
10735                 for MimeViewers to handle scroll orders
10736
10737 2006-08-29 [wwp]        2.4.0cvs110
10738
10739         * src/plugins//bogofilter/bogofilter.c
10740         * src/plugins//spamassassin/spamassassin.c
10741                 make the bogofilter/spamassassin filtering error dialogs at
10742         incorporation obey to the "don't popup error dialog on
10743         receive error" option. If disabled, feed the log window w/
10744         the error message.
10745
10746 2006-08-29 [paul]
10747
10748         2.5.0-rc2 released
10749
10750 2006-08-29 [paul]       2.4.0cvs109
10751
10752         * Makefile.am
10753                 remove 'make release', it's not needed
10754                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
10755
10756 2006-08-29 [paul]       2.4.0cvs108
10757
10758         * src/foldersel.c
10759         * src/summary_search.c
10760         * src/gtk/progressdialog.c
10761         * src/plugins/pgpcore/passphrase.c
10762                 replace deprecated gtk_window_set_policy()
10763
10764 2006-08-29 [colin]      2.4.0cvs107
10765
10766         * src/folder.c
10767                 Fix data loss when copy fails during a move:
10768                 only use fast remove_msgs if everything was
10769                 copied OK; else use slow remove_msg on the
10770                 mails that got copied only.
10771
10772 2006-08-28 [paul]       2.4.0cvs106
10773
10774         * src/mh.c
10775                 revert change in 2.4.0cvs104, it breaks
10776                 stuff
10777
10778 2006-08-28 [paul]       2.4.0cvs105
10779
10780         * src/plugins/spamassassin/spamassassin.c
10781                 english fix
10782
10783 2006-08-28 [paul]       2.4.0cvs104
10784
10785         * src/mh.c
10786                 fix data loss when moving to another
10787                 mailbox fails
10788         * src/prefs_spelling.c
10789                 improve the english
10790         * src/gtk/pluginwindow.c
10791                 improve the layout of the dialog text
10792         All thanks to Colin
10793
10794 2006-08-28 [paul]       2.4.0cvs103
10795
10796         * src/plugins/bogofilter/bogofilter.c
10797         * src/plugins/bogofilter/bogofilter_gtk.c
10798                 fix english up a bit, innit
10799
10800 2006-08-28 [paul]       2.4.0cvs102
10801
10802         * configure.ac
10803         * po/Makefile.in.in
10804         * po/Makevars
10805                 require autoconf 2.60, enabling building
10806                 with gettext 0.15 (gettext 0.14.x build still
10807                 possible). Replace Makefiles with versions
10808                 from gettext 0.15.
10809                 Remove configure options --with-localedir and
10810                 --with-mandir. The options that are provided
10811                 directly by autoconf 2.60 can be used instead:
10812                 --mandir --localedir
10813
10814 2006-08-27 [colin]      2.4.0cvs101
10815
10816         * src/plugins/bogofilter/Makefile.am
10817                 Fix make dist (no README)
10818
10819 2006-08-27 [colin]      2.4.0cvs100
10820
10821         * src/folder.c
10822                 Don't use F_UNKNOWN folders for any default
10823                 outbox/trash/etc
10824         * src/plugins/bogofilter/bogofilter.c
10825         * src/plugins/bogofilter/bogofilter.h
10826         * src/plugins/bogofilter/bogofilter_gtk.c
10827                 Add an option to specify the path to bogofilter
10828                 Use single-quotes to be able to learn in folders
10829                 with spaces in their names
10830                 Verify learning status
10831
10832 2006-08-27 [colin]      2.4.0cvs99
10833
10834         * manual/faq.xml
10835         * manual/plugins.xml
10836                 Document Bogofilter plugin
10837
10838 2006-08-27 [colin]      2.4.0cvs98
10839
10840         * src/compose.c
10841         * src/messageview.c
10842         * src/procmsg.c
10843         * src/procmsg.h
10844                 When possible, copy the queued mail to sent folder
10845                 instead of re-adding. Much faster on IMAP.
10846
10847 2006-08-27 [colin]      2.4.0cvs97
10848
10849         * src/msgcache.c
10850                 Disable mmaped caches - huge metadata loss
10851                 here after a power failure.
10852         * src/summaryview.c
10853                 Add quicksearch timing
10854         * src/common/plugin.c
10855         * src/common/plugin.h
10856                 Implement an interface to tell what plugins
10857                 provide. Prevent loading of similar plugins.
10858         * src/plugins/clamav/clamav_plugin.c
10859         * src/plugins/demo/demo.c
10860         * src/plugins/dillo_viewer/dillo_viewer.c
10861         * src/plugins/pgpcore/plugin.c
10862         * src/plugins/pgpinline/pgpinline.c
10863         * src/plugins/pgpmime/pgpmime.c
10864         * src/plugins/spamassassin/spamassassin.c
10865         * src/plugins/trayicon/trayicon.c
10866                 Implement plugin_provides()
10867
10868 2006-08-27 [colin]      2.4.0cvs96
10869
10870         * configure.ac
10871         * src/plugins/Makefile.am
10872         * src/plugins/bogofilter/.cvsignore
10873         * src/plugins/bogofilter/Makefile.am
10874         * src/plugins/bogofilter/bogofilter.c
10875         * src/plugins/bogofilter/bogofilter.h
10876         * src/plugins/bogofilter/bogofilter_gtk.c
10877                 New Bogofilter plugin, provides filtering and
10878                 learning. Spamassassin will go to extra plugins.
10879
10880 2006-08-26 [mones]      2.4.0cvs95
10881
10882         * manual/handling.xml
10883                 Fix subfolder path in the example (thanks to Paul) 
10884
10885 2006-08-26 [mones]      2.4.0cvs94
10886
10887         * manual/glossary.xml
10888                 2.2. + add ISP to the glossary
10889                 7.5. + Add UIDL to glossary
10890                 7.7. + Add TCP to glossary
10891         * manual/handling.xml
10892                 7.1. + Mentions GNU/Linux distribution, what about the non...
10893                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
10894                 7.3. + Mentions .bashrc, what about the non-bash ones? 
10895                 7.4. = Use appropriate quotation for commands
10896                 7.6. = change "" to <quote></quote>
10897         * manual/plugins.xml
10898                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
10899         * manual/starting.xml
10900                 2.1. + local mbox file: some examples of mbox file locations...
10901                 Also reformatted files requiring it
10902
10903 2006-08-26 [wwp]        2.4.0cvs93
10904
10905         * src/summary_search.c
10906                 disable find buttons while summary search is running.
10907
10908 2006-08-25 [colin]      2.4.0cvs92
10909
10910         * src/folder.c
10911         * src/folderutils.c
10912         * src/mh.c
10913         * src/procmsg.h
10914         * src/summaryview.c
10915                 Speed up MH moving, and add progressbar
10916                 for MH deletion
10917         * src/msgcache.c
10918                 Write cache files using mmap() too
10919
10920 2006-08-25 [wwp]        2.4.0cvs91
10921
10922         * src/summaryview.c
10923                 switch spam<->ham button when a message has been marked as spam or ham
10924                 and is still selected. Thanks to Colin.
10925
10926 2006-08-25 [paul]       2.4.0cvs90
10927
10928         * src/Makefile.am
10929         * src/stock_pixmap.c
10930         * src/stock_pixmap.h
10931         * src/summaryview.c
10932         * src/gtk/icon_legend.c
10933         * src/pixmaps/copied.xpm
10934         * src/pixmaps/moved.xpm
10935                 add icons for delayed execution marked for
10936                 copying, marked for moving
10937
10938 2006-08-25 [mones]      2.4.0cvs89
10939
10940         * manual/glossary.xml
10941                 Fix the other glossary items:
10942                 5.1. = Inmmediate execution -> <quote>immediate execution...
10943                 5.2. = Fix MBOX capitalization -> Mbox
10944                 5.3. + Improve Plugins def. w/ tech. ref.
10945                 5.4. = Quotation -> replace '>' by <quote>></quote>
10946                 5.5. - SMTP Server. -> remove dot
10947         * po/es.po
10948                 Updated translation
10949
10950 2006-08-25 [mones]      2.4.0cvs88
10951
10952         * manual/ack.xml
10953                 Reformatted, changed email address
10954         * manual/glossary.xml
10955                 Reformatted, fixed MANUAL-TODO items:
10956                 8.2. + add ROT-13 to glossary
10957                 8.4. + add URL to glossary
10958         * manual/es/advanced.xml
10959                 Fixed <literal>s
10960
10961 2006-08-25 [paul]       2.4.0cvs87
10962
10963         * src/gtk/icon_legend.c
10964                 add 'marked for deletion' icon
10965                 arrange icons by containing column
10966                 wrap long label text
10967
10968 2006-08-25 [colin]      2.4.0cvs86
10969
10970         * src/common/utils.c
10971         * src/common/utils.h
10972                 Add the sc_g_*list_bigger functions in
10973                 a place everyone can use it
10974         * src/summaryview.c
10975                 Only freeze/thaw the list when working
10976                 on the selection, if it's bigger than 1
10977         * src/gtk/gtksctree.c
10978                 Only freeze/thaw the list when unselec-
10979                 ting 'all' if ('all' != 1)
10980                 This avoids some flickering
10981
10982 2006-08-24 [colin]      2.4.0cvs85
10983
10984         * src/addressbook.c
10985                 Fix strange list selection
10986                 Fix random seg (Invalid read of freed memory)
10987
10988 2006-08-24 [colin]      2.4.0cvs84
10989
10990         * src/alertpanel.c
10991         * src/gtk/inputdialog.c
10992         * src/plugins/pgpcore/passphrase.c
10993                 Revert minimal width patch of 2.4.0cvs67,
10994                 as it is also a maximal width. Use 
10995                 gtk_window_set_default_size instead.
10996
10997 2006-08-24 [colin]      2.4.0cvs83
10998
10999         * src/msgcache.c
11000                 Write cache/mark to temp files before
11001                 overwriting old ones (avoids metadata
11002                 loss if writing the new files fail).
11003                 Use mmap() to read cache/mark file, as
11004                 this makes cache reading faster. Dis-
11005                 abled for big-endian machines until it
11006                 can be tested. (Big-endian users: set
11007                 msgcache_use_mmap = TRUE in the relevant
11008                 #if).
11009         * src/procmsg.h
11010                 Move rarely used fields of MsgInfo in 
11011                 another structure, which will only be
11012                 allocated if needed. Face, X-Face,
11013                 Return receipt headers and List-*
11014                 headers are moved. Mails having none
11015                 of these occupy 52 bytes less with
11016                 this patch, which makes 2.5MB of RAM
11017                 saved on a 50k folder).
11018         * src/headerview.c
11019         * src/mainwindow.c
11020         * src/messageview.c
11021         * src/partial_download.c
11022         * src/procheader.c
11023         * src/procmsg.c
11024         * src/textview.c
11025                 Follow this structure change.
11026
11027 2006-08-24 [wwp]        2.4.0cvs82
11028
11029         * manual/es/.cvsignore
11030         * manual/es/dist/.cvsignore
11031         * manual/es/dist/html/.cvsignore
11032         * manual/es/dist/pdf/.cvsignore
11033         * manual/es/dist/ps/.cvsignore
11034         * manual/es/dist/txt/.cvsignore
11035                 more (generated) files to ignore.
11036
11037 2006-08-24 [colin]      2.4.0cvs81
11038
11039         * src/folder.c
11040         * src/mh.c
11041                 Fix possible problems with local delivery. Check the folder doesn't
11042                 need scan before setting its mtime when saving cache (which can be
11043                 done long after the folder's been modified by an external process);
11044                 Check that the stored item's mtime didn't change in mh functions.
11045
11046 2006-08-24 [mones]      2.4.0cvs80
11047
11048         * manual/advanced.xml
11049                 Rewrapping, some fixes and MANUAL-TODO items:
11050                 8.1. = change "" to <quote></quote>
11051                 8.3. = quote menu items
11052                 8.5. - deploying -> new user ... ideally a new user (redundant)
11053
11054 2006-08-23 [colin]      2.4.0cvs79
11055
11056         * src/gtk/gtksctree.c
11057                 When selecting or deselecting range, only
11058                 freeze/thaw when selection is bigger than 10
11059
11060 2006-08-23 [colin]      2.4.0cvs78
11061
11062         * src/messageview.c
11063         * src/mimeview.c
11064         * src/mimeview.h
11065         * src/plugins/dillo_viewer/dillo_viewer.c
11066                 Provide an API for MimeViewer plugins to
11067                 return a text selection for replying
11068
11069 2006-08-23 [colin]      2.4.0cvs77
11070
11071         * src/image_viewer.c
11072         * src/textview.c
11073                 Use gtk_pixbuf_new_from_file_at_scale(), which
11074                 is faster than getting the pixbuf then resizing
11075                 it.
11076
11077 2006-08-23 [colin]      2.4.0cvs76
11078
11079         * src/procmime.c
11080                 UTF-8 should be sent Quoted-printable
11081
11082 2006-08-22 [colin]      2.4.0cvs75
11083
11084         * src/mh.c
11085                 Check if scan is required before touching
11086                 the folder (or it'll be required every time)
11087
11088 2006-08-22 [colin]      2.4.0cvs74
11089
11090         * configure.ac
11091                 Require libetpan 0.46 (crasher fix when built
11092                 against gnutls)
11093
11094 2006-08-22 [colin]      2.4.0cvs73
11095
11096         * src/folder.c
11097                 Set folder's mtime after writing its
11098                 cache
11099         * src/folderview.c
11100                 Add some timing
11101         * src/procmsg.c
11102                 Don't do useless stuff if we don't 
11103                 thread by subject
11104         * src/summaryview.c
11105                 Add some timing, don't deselect prior
11106                 to selecting (gtksctree does it itself),
11107                 remove crash avoidance hacks as it's been
11108                 properly fixed since a while
11109         * src/common/utils.c
11110                 Optimize to_human_readable(): _() is slow,
11111                 do it only once, and avoid %f format for KB
11112                 (the most common in a summaryview)
11113         * src/gtk/gtksctree.c
11114                 Don't uselessly freeze/thaw (fixes flicker
11115                 on next unread and friends), reduce number
11116                 of g_list_nth/g_list_position where possible
11117         * src/gtk/gtkutils.c
11118         * src/gtk/gtkutils.h
11119                 Reduce number of g_list_nth/g_list_position
11120                 where possible.
11121                 All of this makes loading as 70k folder 2.1
11122                 seconds instead of 3.2 (with hot FS caches).
11123                 (1.3 seconds without Date and Size columns...)
11124
11125 2006-08-22 [paul]       2.4.0cvs72
11126
11127         wrap documents and do some items from mones' MANUAL-TODO:
11128
11129         * manual/account.xml
11130                 4.1. = fix tabname references to <quote>tabname</quote>
11131                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
11132         * manual/faq.xml
11133                 1.1. = mentioned options don't match UI
11134                 Add information about the 'Never send Return Receipts'
11135                 option
11136         * manual/handling.xml
11137                 6.2. = Mentions Extended symbols button, but now is
11138                 named Information
11139                 6.3. = Mentions ... button, which is now Edit
11140
11141 2006-08-22 [colin]      2.4.0cvs71
11142
11143         * src/gtk/pluginwindow.c
11144                 Fix layout in verbose translations (such
11145                 as french)
11146
11147 2006-08-22 [paul]       2.4.0cvs70
11148
11149         * manual/Makefile.am
11150                 build manuals in alphabetical order
11151         * src/addressbook.c
11152         * src/prefs_themes.c
11153                 replace/remove deprecated symbols
11154         * src/gtk/gtkutils.c
11155                 fix a warning
11156         * src/gtk/pluginwindow.c
11157                 replace deprecated symbol
11158                 replace label text and move it
11159         * src/plugins/pgpcore/prefs_gpg.c
11160                 move the 'Generate...' button out of the
11161                 Sign Key frame, replace the English used
11162         * src/plugins/pgpcore/sgpgme.c
11163                 fixes to the English
11164
11165 2006-08-21 [colin]      2.4.0cvs69
11166
11167         * src/plugins/trayicon/trayicon.c
11168                 Add more strings for translation; patch
11169                 by Pawel
11170
11171 2006-08-21 [colin]      2.4.0cvs68
11172
11173         * src/compose.c
11174                 fix replied flag not set after drafting
11175         * src/matcher.c
11176                 fix body quicksearch in non-encoded bodies
11177                 containing '='
11178         * src/msgcache.c
11179                 Get rid of the g_malloc workaround for
11180                 corrupted caches, use g_try_malloc
11181
11182 2006-08-21 [colin]      2.4.0cvs67
11183
11184         * src/alertpanel.c
11185         * src/gtk/inputdialog.c
11186         * src/plugins/pgpcore/passphrase.c
11187                 Set minimal width to 375
11188         * src/mainwindow.c
11189                 Fix switching to offline, asking if it 
11190                 should be overriden for synchronising
11191         * src/mimeview.c
11192                 Don't offer to remember command on Open 
11193                 with for text parts, as the browser or 
11194                 text editor command isn't changed from 
11195                 there
11196
11197 2006-08-20 [paul]       2.4.0cvs66
11198
11199         * po/ko.po
11200         * po/zh_CN.po
11201                 fix plural form errors. revealed by stricter
11202                 checking of gettext 0.15
11203
11204 2006-08-18 [paul]       2.4.0cvs65
11205
11206         * src/stock_pixmap.c
11207                 fix the fix of 2.4.0cvs64
11208                 Thanks to Colin
11209
11210 2006-08-18 [paul]       2.4.0cvs64
11211
11212         * src/stock_pixmap.c
11213                 fix leaks
11214                 Thanks to Colin
11215
11216 2006-08-18 [paul]       2.4.0cvs63
11217
11218         * src/compose.c
11219         * src/procmsg.c
11220                 fix occasional IMAP bug where large msgs
11221                 were left in the queue folder after sending
11222                 Thanks to Colin
11223
11224 2006-08-18 [paul]       2.4.0cvs62
11225
11226         * src/folderview.c
11227                 freeze the summaryview while quicksearch results
11228                 are displayed
11229                 (fixes bug 456 'current message is hidden when the
11230                 view is refreshed and extended search is "unread 
11231                 messages"')
11232                 Thanks to Colin
11233         * src/textview.c
11234                 add missing #include "inputdialog.h"
11235         * src/common/utils.h
11236                 add missing mailcap_update_default() and improve
11237                 readability
11238
11239 2006-08-17 [colin]      2.4.0cvs61
11240
11241         * src/plugins/pgpcore/select-keys.c
11242                 Fix warnings :)
11243
11244 2006-08-17 [colin]      2.4.0cvs60
11245
11246         * src/compose.c
11247                 Don't continue queuing if Cancel is clicked
11248                 in select-keys
11249
11250 2006-08-17 [colin]      2.4.0cvs59
11251
11252         * src/plugins/pgpcore/select-keys.c
11253                 When encrypting, if only one key matches and it 
11254                 matches exactly, automatically use it.
11255
11256 2006-08-17 [colin]      2.4.0cvs58
11257
11258         * src/mimeview.c
11259         * src/prefs_common.c
11260         * src/prefs_common.h
11261         * src/prefs_ext_prog.c
11262         * src/textview.c
11263                 Fix issues with previous patch (text/html)
11264                 Remove outdated prefs
11265
11266 2006-08-17 [colin]      2.4.0cvs57
11267
11268         * src/imap.c
11269                 Add View Log button on auth error
11270         * src/procmsg.c
11271                 Fix encrypted mail marked as new when
11272                 saved in normal folders
11273         * src/plugins/pgpinline/pgpinline.c
11274                 Fix encrypt bug on IMAP
11275         * src/mimeview.c
11276         * src/common/utils.c
11277         * src/common/utils.h
11278         * src/gtk/inputdialog.c
11279         * src/gtk/inputdialog.h
11280                 Get rid of metamail stuff, simplify
11281                 opening, and allow remembering of user's
11282                 choices (by updating ~/.mailcap). There's
11283                 still to drop "Audio player" and "Image
11284                 viewer" preferences.
11285
11286 2006-08-17 [mones]      2.4.0cvs56
11287
11288         * manual/es/sylpheed-claws-manual.xml
11289                 fix DTD path
11290
11291 2006-08-17 [mones]      2.4.0cvs55
11292
11293         * configure.ac
11294         * manual/Makefile.am
11295         * manual/es/Makefile.am
11296         * manual/es/account.xml
11297         * manual/es/ack.xml
11298         * manual/es/addrbook.xml
11299         * manual/es/advanced.xml
11300         * manual/es/faq.xml
11301         * manual/es/glossary.xml
11302         * manual/es/gpl.xml
11303         * manual/es/handling.xml
11304         * manual/es/intro.xml
11305         * manual/es/keyboard.xml
11306         * manual/es/plugins.xml
11307         * manual/es/starting.xml
11308         * manual/es/sylpheed-claws-manual.xml
11309         * manual/es/dist/Makefile.am
11310         * manual/es/dist/html/Makefile.am
11311         * manual/es/dist/pdf/Makefile.am
11312         * manual/es/dist/ps/Makefile.am
11313         * manual/es/dist/txt/Makefile.am
11314                 Spanish translation for the manual
11315
11316 2006-08-16 [colin]      2.4.0cvs54
11317
11318         * src/compose.c
11319         * src/main.c
11320         * src/mainwindow.c
11321                 Fix send button sensitivity at startup
11322                 Set send menu sensitivity (patch by Fabien)
11323         * src/ssl_manager.c
11324                 Enable closing with esc (patch by Fabien)
11325         * src/gtk/foldersort.c
11326                 Enable closing with esc (patch by Fabien)
11327         * src/procmime.c
11328                 Optimisation (no need to copy to tempfile to
11329                 "decode" 7bit and 8bit)
11330         * src/summaryview.c
11331                 Fix cruft in swap_from case
11332         * src/textview.c
11333                 Fix missing last line in some mail cases 
11334                 (Fixes debian #381872)
11335         * src/plugins/pgpcore/prefs_gpg.c
11336         * src/plugins/pgpcore/sgpgme.c
11337         * src/plugins/pgpcore/sgpgme.h
11338                 Don't show "no key found" when user explicitely
11339                 wants to create a key
11340
11341 2006-08-16 [paul]       2.4.0cvs53
11342
11343         * configure.ac
11344         * src/account.c
11345         * src/addressbook.c
11346         * src/headerview.c
11347         * src/prefs_account.c
11348         * src/prefs_message.c
11349         * src/gtk/gtkutils.c
11350                 bump up minimum required versions of GTK+ and
11351                 GLIB to 2.6.0
11352
11353 2006-08-16 [paul]       2.4.0cvs52
11354
11355         * src/toolbar.c
11356                 workaround GTK+ Bug 351600 - 'Can't re-click
11357                 on button after sensitivity update'
11358                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
11359                 Thanks to Colin
11360
11361 2006-08-15 [colin]      2.4.0cvs51
11362
11363         * src/plugins/pgpcore/prefs_gpg.c
11364                 Set options sensitivity according to
11365                 key existence
11366         * src/plugins/pgpcore/sgpgme.c
11367                 Allow to create key with no passphrase
11368
11369 2006-08-14 [cleroy]     2.4.0cvs50
11370
11371         * src/gtk/pluginwindow.c
11372                 New layout (maybe to be changed?)
11373         * src/gtk/gtkutils.c
11374                 Fix a bit label_window
11375         * src/plugins/pgpcore/passphrase.c
11376         * src/plugins/pgpcore/passphrase.h
11377         * src/plugins/pgpcore/plugin.c
11378         * src/plugins/pgpcore/prefs_gpg.c
11379         * src/plugins/pgpcore/prefs_gpg.h
11380         * src/plugins/pgpcore/sgpgme.c
11381         * src/plugins/pgpcore/sgpgme.h
11382                 Allow to create a PGP private key via the GUI
11383
11384 2006-08-14 [wwp]        2.4.0cvs49
11385
11386         * src/addressbook_foldersel.c
11387                 fix strict ISO C90 compliance.
11388
11389 2006-08-14 [paul]       2.4.0cvs48
11390
11391         * src/gtk/prefswindow.c
11392                 re-set scrolled window on opening
11393                 Patch by Ticho
11394
11395 2006-08-14 [paul]
11396
11397         2.5.0-rc1 released
11398
11399 2006-08-14 [paul]       2.4.0cvs47
11400
11401         * src/prefs_display_header.c
11402                 re-enable user-defined Displayed Headers
11403
11404 2006-08-14 [paul]       2.4.0cvs46
11405
11406         * src/prefs_account.c
11407                 use GTK_STOCK_EDIT
11408
11409 2006-08-13 [colin]      2.4.0cvs45
11410
11411         * src/common/utils.c
11412                 Fix "a" in quote when the original message is empty,
11413                 by using \0 instead of 'a' to test writability of
11414                 temp files.
11415
11416 2006-08-13 [wwp]        2.4.0cvs44
11417
11418         * src/plugins/spamassassin/spamassassin.c
11419                 fix capitalization of "SpamAssassin" in some debug, log and
11420                 dialog messages.
11421
11422 2006-08-13 [paul]       2.4.0cvs43
11423
11424         * src/editldap.c
11425                 fix overlapping widgets
11426         * src/prefs_account.c
11427                 fix translation of protocol_names[]
11428                 fix label disappearing off the edge of the
11429                 visible area
11430
11431 2006-08-12 [paul]       2.4.0cvs42
11432
11433         * manual/plugins.xml
11434                 update IRC channel info before it gets forgotten
11435                 about
11436
11437 2006-08-11 [colin]      2.4.0cvs41
11438
11439         * src/compose.c
11440         * src/mainwindow.c
11441         * src/mainwindow.h
11442         * src/procmsg.c
11443         * src/procmsg.h
11444         * src/summaryview.c
11445         * src/toolbar.c
11446                 Grey out the Send button if
11447                 - Queue folders are empty, or
11448                 - We're sending already
11449
11450 2006-08-11 [wwp]        2.4.0cvs40
11451
11452         * src/main.c
11453                 fix a logic issue when quitting while a compose window is
11454                 still open, thanks to Colin.
11455
11456 2006-08-10 [colin]      2.4.0cvs39
11457
11458         * src/main.c
11459                 Fix default font size setting after wizard run
11460         * src/imap.c
11461         * src/etpan/imap-thread.c
11462         * src/etpan/imap-thread.h
11463                 Fix bug #999 (Timing out on TSL cert validation 
11464                 dialog makes ugly things happen). Also, STARTTLS
11465                 unconditionnaly if initial capabilities contain
11466                 LOGINDISABLED and STARTTLS.
11467
11468 2006-08-09 [colin]      2.4.0cvs38
11469
11470         * src/mainwindow.c
11471         * src/mainwindow.h
11472                 Fix Tools/Actions sensitivity when there are
11473                 no actions
11474
11475 2006-08-09 [colin]      2.4.0cvs37
11476
11477         * src/prefs_filtering.c
11478                 Warning fix, patch by Paul
11479         * src/messageview.c
11480         * src/prefs_actions.c
11481         * src/prefs_filtering_action.c
11482         * src/prefs_matcher.c
11483                 Uniformisation of "Info ..." to "Info..." (for
11484                 old gtk), patch by Fabien
11485         * src/plugins/clamav/clamav_plugin_gtk.c
11486                 Sensitivity fix by Fabien
11487
11488 2006-08-09 [colin]      2.4.0cvs36
11489
11490         * src/main.c
11491         * src/main.h
11492                 Add a function to know whether we're exiting
11493         * src/plugins/trayicon/trayicon.c
11494                 If exiting, don't do anything. Faster, and
11495                 avoids gtk_main_iteration reentracy causing
11496                 segfaults at exit
11497
11498 2006-08-09 [colin]      2.4.0cvs35
11499
11500         * src/messageview.c
11501         * src/mimeview.c
11502         * src/mimeview.h
11503                 Fix lack of part selection when automatically 
11504                 jumping to a specific part
11505         * src/msgcache.c
11506                 Little optimisation in cache reading
11507
11508 2006-08-09 [colin]      2.4.0cvs34
11509
11510         * src/compose.c
11511                 Fix crash setting the priority on reedit
11512                 (Accessing compose before creating it!)
11513
11514 2006-08-08 [colin]      2.4.0cvs33
11515
11516         * src/procmime.c
11517                 Fix bug #998 (last attachment is not accessible)
11518                 Bad RFC interpretation on multipart close-delimiters
11519         * src/mimeview.c
11520         * src/mimeview.h
11521         * src/gtk/gtkvscrollbutton.c
11522         * src/gtk/gtkvscrollbutton.h
11523                 Make attachments list wheel-scrollable
11524
11525 2006-08-07 [colin]      2.4.0cvs32
11526
11527         * src/gtk/gtkaspell.c
11528                 Fix bug #973 (Unicode punctation characters 
11529                 are not recognized as separators by the
11530                 spell checker); fix unsigned stuff
11531
11532 2006-08-07 [colin]      2.4.0cvs31
11533
11534         * src/compose.c
11535                 Fix bug #956 (DnD text with accents in compose 
11536                 text entry); fix gccc's signed/unsigned fuss
11537
11538 2006-08-06 [colin]      2.4.0cvs30
11539
11540         * src/main.c
11541                 Fix bug #979 (Plugin crashes when exiting 
11542                 sylpheed-claws) : handle exit request only 
11543                 once
11544
11545 2006-08-05 [colin]      2.4.0cvs29
11546
11547         * src/news.c
11548                 Just make sure we have a msgid.
11549
11550 2006-08-05 [colin]      2.4.0cvs28
11551
11552         * src/news.c
11553         * src/summaryview.c
11554                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
11555                 by reimplementing it
11556         * src/textview.c
11557                 Fix bug when hiding quotes with level > 3 and quote
11558                 colors are recycled
11559
11560 2006-08-04 [colin]      2.4.0cvs27
11561
11562         * src/compose.c
11563         * src/undo.c
11564         * src/undo.h
11565                 Fix a bit replace-by-pasting undo
11566         * src/mainwindow.c
11567         * src/messageview.c
11568                 Fix Fold quotes menu synchro in
11569                 mainwindow when it changes in 
11570                 messageview
11571         * src/textview.c
11572                 Fix right-click on quotes blocks
11573         * src/common/utils.c
11574                 Verify that the file created by
11575                 my_tmpfile() is writable. Fixes
11576                 bug #988 (very specific filesystem
11577                 issue)
11578         * src/plugins/pgpcore/sgpgme.c
11579                 Fix file descriptor leak
11580         * src/plugins/spamassassin/spamassassin.c
11581                 Warn once if spamd isn't reachable
11582
11583 2006-08-04 [colin]      2.4.0cvs26
11584
11585         * src/toolbar.c
11586                 i18n context patch by Fabien
11587
11588 2006-08-03 [colin]      2.4.0cvs25
11589
11590         * src/mainwindow.c
11591         * src/messageview.c
11592                 Rename "Hide quotes" to "Fold quotes"
11593         * src/textview.c
11594                 Don't use hand cursor on quotes. "all 
11595                 the bonuses of the feature and none of 
11596                 unwelcome side-effects"
11597
11598 2006-08-03 [colin]      2.4.0cvs24
11599
11600         * AUTHORS
11601         * sylpheed-claws.desktop
11602         * src/gtk/authors.h
11603                 Bring the desktop file to XDG compliance
11604                 Patch by Charles A. Edwards
11605
11606 2006-08-03 [colin]      2.4.0cvs23
11607
11608         * src/textview.c
11609                 Fix links offset when they are preceded
11610                 by accentued chars (g_utf8_strlen!)
11611         * src/mainwindow.c
11612                 Fix wrong status when starting offline
11613
11614
11615 2006-08-03 [wwp]        2.4.0cvs22
11616
11617         * src/prefs_common.h
11618                 ask what to do w/ filtering rules that belong to an account when
11619                 applying filtering rules manually from the main window (skip,
11620                 apply regardless of the account, use current account). This dialog
11621                 can be skipped and the last reply used.
11622                 (forgot that file)
11623
11624 2006-08-03 [wwp]        2.4.0cvs21
11625
11626         * src/filtering.c
11627         * src/filtering.h
11628         * src/prefs_common.c
11629         * src/summaryview.c
11630         * src/alertpanel.c
11631         * src/alertpanel.h
11632         * src/messageview.c
11633                 ask what to do w/ filtering rules that belong to an account when
11634                 applying filtering rules manually from the main window (skip,
11635                 apply regardless of the account, use current account). This dialog
11636                 can be skipped and the last reply used.
11637
11638
11639 2006-08-03 [colin]      2.4.0cvs20
11640
11641         * src/textview.c
11642                 Optimize previous patch
11643
11644 2006-08-03 [cleroy]     2.4.0cvs19
11645
11646         * src/textview.c
11647                 Fix quotes getting toggled back when the
11648                 mail has an even number of text parts
11649
11650 2006-08-02 [colin]      2.4.0cvs18
11651
11652         * src/messageview.c
11653                 Add Hide quotes menu
11654
11655 2006-08-02 [colin]      2.4.0cvs17
11656
11657         * src/mainwindow.c
11658         * src/prefs_common.c
11659         * src/textview.c
11660         * src/textview.h
11661         * src/gtk/about.c
11662                 Allow per-level quote hiding,
11663                 Allow toggling quotes by double-clicking them
11664                 Rename RemoteURI to ClickableText to reflect
11665                 the fact it's used for a variety of things
11666
11667 2006-08-02 [wwp]        2.4.0cvs16
11668
11669         * src/mainwindow.c
11670                 fix "View/Hide quotes" menu item status initialization.
11671
11672 2006-08-02 [wwp]        2.4.0cvs15
11673
11674         * src/matcher_parser_parse.y
11675                 remove a debug trace.
11676
11677 2006-08-02 [paul]       2.4.0cvs14
11678
11679         * src/plugins/pgpcore/passphrase.c
11680                 don't set initial dialog size
11681                 make it resizable
11682
11683 2006-08-02 [paul]       2.4.0cvs13
11684
11685         * src/noticeview.c
11686                 remove the rogue '/' character
11687
11688 2006-08-02 [paul]       2.4.0cvs12
11689
11690         * src/noticeview.c
11691                 allow buttons to resize as necessary
11692
11693 2006-08-01 [wwp]        2.4.0cvs11
11694
11695         * src/mbox.c
11696                 fix strict ISO C90 compliance.
11697
11698 2006-08-01 [wwp]        2.4.0cvs10
11699
11700         * tools/update-po
11701                 updated update-po tool to work w/ context-dependent translations.
11702                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
11703
11704 2006-08-01 [wwp]        2.4.0cvs9
11705
11706         * src/matcher.c
11707         * src/prefs_filtering.c
11708         * src/prefs_matcher.c
11709                 allow context-dependent translations for "All",
11710                 patch by Fabien Vantard <fzzzzz@gmail.com>.
11711
11712 2006-07-31 [colin]      2.4.0cvs8
11713
11714         * AUTHORS
11715         * src/gtk/authors.h
11716                 Add Rafal to authors
11717
11718 2006-07-31 [colin]      2.4.0cvs7
11719
11720         * src/compose.c
11721         * src/mainwindow.c
11722         * src/messageview.h
11723         * src/prefs_common.c
11724         * src/prefs_common.h
11725         * src/textview.c
11726                 Add 'View/Hide quotes'. Patch based on a patch
11727                 by Rafal Weglarz
11728
11729 2006-07-31 [colin]      2.4.0cvs6
11730
11731         * src/action.c
11732                 Fix problem with "> stuff >" actions
11733
11734 2006-07-31 [paul]       2.4.0cvs5
11735
11736         * po/nb.po
11737                 updated by Geir Helland
11738
11739 2006-07-31 [wwp]        2.4.0cvs4
11740
11741         * src/mainwindow.c
11742         * src/summaryview.c
11743         * src/summaryview.h
11744                 add "View/Go to/Parent message" and "View/Go to/Last read message",
11745                 thanks to Colin.
11746
11747 2006-07-31 [wwp]        2.4.0cvs3
11748
11749         * src/Makefile.am
11750         * src/addr_compl.c
11751         * src/addr_compl.h
11752         * src/addressbook.c
11753         * src/addressbook.h
11754         * src/addressbook_foldersel.c
11755         * src/addressbook_foldersel.h
11756         * src/addrindex.c
11757         * src/addrindex.h
11758         * src/matcher.c
11759         * src/matcher.h
11760         * src/matcher_parser_lex.l
11761         * src/matcher_parser_parse.y
11762         * src/prefs_common.c
11763         * src/prefs_common.h
11764         * src/prefs_filtering.c
11765         * src/prefs_matcher.c
11766         * src/prefs_matcher.h
11767         * src/summaryview.c
11768                 introduce filtering against the address book. It's now possible to add
11769                 matched conditions to determine if any email address in a message matches
11770                 or doesn't match any or all books or folders in the address book.
11771
11772 2006-07-31 [wwp]        2.4.0cvs2
11773
11774         * src/account.c
11775         * src/filtering.c
11776         * src/filtering.h
11777         * src/folder.c
11778         * src/folderview.c
11779         * src/inc.c
11780         * src/mainwindow.c
11781         * src/matcher.c
11782         * src/matcher_parser_lex.l
11783         * src/matcher_parser_parse.y
11784         * src/mbox.c
11785         * src/prefs_filtering.c
11786         * src/prefs_filtering.h
11787         * src/procmsg.c
11788         * src/procmsg.h
11789         * src/summaryview.c
11790                 introduce per-account filtering rules. Each filtering rule can now be assigned
11791                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
11792                 when applying filtering rules manually, as all rules will apply - even the ones
11793                 assigned to an account. This issue will be addressed soon.
11794  
11795
11796
11797 2006-07-31 [wwp]        2.4.0cvs1
11798
11799         * src/quote_fmt.c
11800                 make more strings translatable.
11801
11802 2006-07-31 [paul]       2.4.0
11803
11804         2.4.0 released
11805
11806 2006-07-31 [paul]       2.3.1cvs91
11807
11808         * po/ca.po
11809                 updated by Miquel Oliete
11810
11811 2006-07-31 [paul]       2.3.1cvs90
11812
11813         * po/de.po
11814         * po/el.po
11815         * po/fr.po
11816         * po/it.po
11817         * po/pl.po
11818         * po/pt_BR.po
11819         * po/sr.po
11820         * po/zh_CN.po
11821                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
11822                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
11823                 Aleksandar Urosevic, and Ralgh Young
11824
11825 2006-07-31 [paul]       2.3.1cvs89
11826
11827         * src/account.c
11828         * src/main.c
11829         * src/mainwindow.c
11830         * src/mainwindow.h
11831                 Fix a race condition when, after an SC crash, rescanning
11832                 folders took more than 0.5 seconds
11833                 Thanks to Colin
11834
11835 2006-07-31 [paul]       2.3.1cvs88
11836
11837         * src/folderview.c
11838                 don't translate separator strings
11839
11840 2006-07-30 [mones]      2.3.1cvs87
11841
11842         * doc/man/sylpheed-claws.1
11843                 Fixed non-ASCII chars in Hoa's name
11844         * po/es.po
11845                 Updated for release
11846
11847 2006-07-27 [colin]      2.3.1cvs86
11848
11849         * src/textview.c
11850                 Don't include the leading \n in links
11851                 Patch by Fabien
11852
11853 2006-07-25 [colin]      2.3.1cvs85
11854
11855         * src/mainwindow.c
11856         * src/common/socket.h
11857         * src/etpan/imap-thread.c
11858                 Refresh resolvers before connecting
11859                 to IMAP servers, and after switching
11860                 to online. Thanks to Paul.
11861
11862 2006-07-18 [colin]
11863
11864         * 2.4.0-rc4 released
11865
11866 2006-07-17 [colin]      2.3.1cvs84
11867
11868         * src/inc.c
11869                 Show connection attempt in statusbar before
11870                 connecting (previously first message was
11871                 "Retrieving messages from ..." after the
11872                 connection succeeded.
11873
11874 2006-07-16 [wwp]        2.3.1cvs83
11875
11876         * sylpheed-claws.ico
11877                 Added .ico file (windows multi-size icon file, generated).
11878
11879 2006-07-12 [wwp]        2.3.1cvs82
11880
11881         * src/messageview.c
11882                 remove Message/Re-edit menu entry from messageview window,
11883                 as sent/draft/queued messages are opened in compose window when
11884                 re-edited and it's not possible to re-edit other msgs.
11885
11886 2006-07-12 [paul]       2.3.1cvs81
11887
11888         * AUTHORS
11889         * src/mainwindow.c
11890         * src/gtk/authors.h
11891                 check online state before resetting
11892                 mailcheck timer. Useful if some program
11893                 verifies connection state and updates
11894                 Claws.
11895                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
11896
11897 2006-07-12 [paul]       2.3.1cvs80
11898
11899         * sylpheed-claws-128x128.png
11900         * sylpheed-claws-64x64.png
11901         * sylpheed-claws.png
11902         * src/Makefile.am
11903         * src/main.c
11904         * src/prefs_toolbar.c
11905         * src/stock_pixmap.c
11906         * src/stock_pixmap.h
11907         * src/wizard.c
11908         * src/gtk/about.c
11909         * src/gtk/gtkutils.c
11910         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
11911         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
11912         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
11913         * src/pixmaps/sylpheed.xpm              ** REMOVED **
11914         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
11915         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
11916                 updated and renamed logo/icon files and related
11917                 logo by Jesper Schultz
11918
11919 2006-07-11 [paul]       2.3.1cvs79
11920
11921         * src/main.c
11922                 fix the labels a smidgin
11923
11924 2006-07-09 [colin]      2.3.1cvs78
11925
11926         * src/textview.c
11927                 Show errors in textviewer's command
11928                 Patch by H. Merijn Brand
11929
11930 2006-07-09 [colin]      2.3.1cvs77
11931
11932         * src/compose.c
11933                 Save FMID in drafts too
11934
11935 2006-07-08 [colin]      2.3.1cvs76
11936
11937         * src/compose.c
11938                 Svae RMID in drafted mails too
11939                 Save quote_fmt vars for whole mails,
11940                 don't reset at each quote_fmt_init:
11941                 allows to use the same |i{var} in
11942                 various template fields
11943         * src/prefs_template.c
11944         * src/quote_fmt.h
11945         * src/quote_fmt_parse.y
11946                 Same
11947
11948 2006-07-08 [colin]      2.3.1cvs75
11949
11950         * src/textview.c
11951                 Fix highlighting of attached parts URIs
11952
11953 2006-07-08 [colin]      2.3.1cvs74
11954
11955         * src/main.c
11956                 Prevent bug #981 (sc 2.3.1 segfaults with 
11957                 gtk+ 2.10) from being reported again:
11958                 if Sylpheed-Claws has been compiled against
11959                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
11960                 of if Sylpheed-Claws has been compiled against
11961                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
11962                 error out.
11963
11964 2006-07-07 [colin]      2.3.1cvs73
11965
11966         * src/prefs_actions.c
11967                 Fix label
11968
11969 2006-07-07 [colin]      2.3.1cvs72
11970
11971         * src/prefs_actions.c
11972                 Fix compile on gtk < 2.8. argh :)
11973
11974 2006-07-07 [paul]       2.3.1cvs71
11975
11976         * src/common/defs.h
11977                 update DONATE_URI
11978
11979 2006-07-07 [colin]      2.3.1cvs70
11980
11981         * po/POTFILES.in
11982         * src/quote_fmt.c
11983         * src/quote_fmt_lex.l
11984         * src/quote_fmt_parse.y
11985                 Add |i{var}, a way to insert user-entered
11986                 text in a template
11987
11988 2006-07-07 [colin]
11989
11990         * 2.4.0-rc3 released
11991
11992 2006-07-07 [colin]      2.3.1cvs69
11993
11994         * src/folder.c
11995                 Don't consider inboxes of UNKNOWN folder 
11996                 classes to be useable as default inboxes
11997
11998 2006-07-07 [paul]       2.3.1cvs68
11999
12000         * src/textview.c
12001                 add missing #include <errno.h>
12002                 Thanks to René J. Blokland
12003
12004 2006-07-07 [paul]       2.3.1cvs67
12005
12006         * src/action.c
12007                 Return now Closes dialog
12008         * src/mimeview.c
12009         * src/mimeview.h
12010         * src/textview.c
12011                 add contextual menu to mime parts listed
12012                 in the textview
12013                 Thanks to Colin
12014         * src/common/utils.c
12015                 reversal: ' is a valid character in URLs
12016
12017 2006-07-06 [colin]      2.3.1cvs66
12018
12019         * src/remotefolder.h
12020                 Forgotten in previous commit
12021
12022 2006-07-06 [colin]      2.3.1cvs65
12023
12024         * src/folder.c
12025                 Set summary update flag whenever
12026                 totals changed
12027         * src/imap.c
12028         * src/prefs_account.c
12029         * src/common/utils.h
12030         * src/etpan/imap-thread.c
12031                 Fix warnings, thanks to Fabien and
12032                 Ricardo
12033
12034 2006-07-06 [wwp]        2.3.1cvs64
12035
12036         * src/gtk/gtkutils.c
12037                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
12038
12039 2006-07-06 [wwp]        2.3.1cvs63
12040
12041         * src/account.c
12042         * src/addressbook.c
12043         * src/addressitem.h
12044         * src/folderview.c
12045         * src/mainwindow.c
12046         * src/manual.c
12047         * src/manual.h
12048         * src/message_search.c
12049         * src/prefs_actions.c
12050         * src/prefs_filtering.c
12051         * src/prefs_filtering.h
12052         * src/prefs_template.c
12053         * src/summary_search.c
12054         * src/summaryview.c
12055         * src/gtk/gtkutils.c
12056         * src/gtk/gtkutils.h
12057         * src/gtk/pluginwindow.c
12058                 add help buttons to some dialogs. Clicking such buttons opens a
12059                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
12060
12061 2006-07-06 [paul]       2.3.1cvs62
12062
12063         * src/textview.c
12064                 fix attachments contextual menu
12065                 Thanks to Colin
12066
12067 2006-07-05 [colin]      2.3.1cvs61
12068
12069         * src/textview.c
12070         * src/compose.c
12071                 Handle sftp:// links
12072
12073 2006-07-05 [paul]       2.3.1cvs60
12074
12075         * src/gtk/filesel.c
12076                 grab save button by default
12077                 Thanks to Colin
12078
12079 2006-07-05 [wwp]        2.3.1cvs59
12080
12081         * manual/xml2pdf
12082                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
12083
12084 2006-07-04 [colin]      2.3.1cvs58
12085
12086         * src/mimeview.c
12087         * src/textview.c
12088                 Use left click to select, middle click to open
12089                 on mimeparts links
12090         * src/common/utils.c
12091                 Fix segfault
12092
12093 2006-07-04 [colin]      2.3.1cvs57
12094
12095         * src/mainwindow.c
12096         * src/news.c
12097                 Warning fixes, thanks to Fabien
12098
12099 2006-07-04 [colin]      2.3.1cvs56
12100
12101         * src/mimeview.c
12102         * src/mimeview.h
12103         * src/textview.c
12104                 Allow parts to be selected via their text label
12105                 in textview
12106
12107 2006-07-04 [colin]      2.3.1cvs55
12108
12109         * src/folderview.c
12110                 Feedback when closing (for big folders)
12111         * src/prefs_actions.c
12112         * src/prefs_filtering.c
12113         * src/prefs_matcher.c
12114         * src/prefs_template.c
12115                 Fix default button when closing without
12116                 having saved
12117
12118 2006-07-04 [colin]      2.3.1cvs54
12119
12120         * src/news.c
12121                 Delete local file on deletion
12122
12123 2006-07-03 [colin]      2.3.1cvs53
12124
12125         * src/folderview.c
12126         * src/main.c
12127                 Don't freeze when rescanning after crash
12128
12129 2006-07-03 [wwp]        2.3.1cvs52
12130
12131         * src/compose.c
12132         * src/privacy.c
12133         * src/privacy.h
12134         * src/plugins/pgpinline/pgpinline.c
12135         * src/plugins/pgpmime/pgpmime.c
12136                 don't report an error when the user cancels the passphrase dialog.
12137
12138 2006-07-02 [colin]      2.3.1cvs51
12139
12140         * src/folderview.c
12141                 Open message when crossing folders with Space,
12142                 goto next unread and friends
12143
12144 2006-07-01 [colin]      2.3.1cvs50
12145
12146         * src/prefs_account.c
12147                 Typographic rules varying from language
12148                 to language (in french "Protocole :"),
12149                 we have to do that :)
12150
12151 2006-07-01 [ticho]      2.3.1cvs49
12152
12153         * src/prefs_account.c
12154                 Only use one temporary gchar* variable in
12155                 prefs_account_protocol_set_optmenu().
12156
12157 2006-07-01 [ticho]      2.3.1cvs48
12158
12159         * src/prefs_account.c
12160         * src/prefs_account.h
12161                 Use GtkLabel for existing account protocol name.
12162                 Created an array for protocol names and populate the
12163                 combobox from it in a for() cycle.
12164
12165 2006-06-30 [colin]      2.3.1cvs47
12166
12167         * src/compose.c
12168                 Block undo when changing signature (by changing
12169                 account)
12170
12171 2006-06-30 [paul]       2.3.1cvs46
12172
12173         * src/send_message.c
12174                 when editing From in the Compose window, use that address
12175                 in the Return-Path: header
12176                 Thanks to Colin
12177
12178 2006-06-30 [colin]      2.3.1cvs45
12179
12180         * src/compose.c
12181                 Fix signature replacement:
12182                 - when no newline before separator
12183                 - when reediting
12184
12185 2006-06-29 [colin]      2.3.1cvs44
12186
12187         * src/folderview.c
12188         * src/folderview.h
12189         * src/mainwindow.c
12190         * src/summaryview.c
12191                 Let 'View/Go to/Next marked' work like
12192                 Next new & Next unread: across folders
12193                 Change the select_on_entry pref to do
12194                 what we want when changing folder
12195         * src/common/utils.c
12196                 Fix single-quoted links 
12197
12198 2006-06-29 [colin]      2.3.1cvs43
12199
12200         * src/gtk/gtkaspell.c
12201                 "Sylpheed" and "Sylpheed-Claws" do exist !
12202
12203 2006-06-29 [colin]      2.3.1cvs42
12204
12205         * src/imap.c
12206                 Forgot to remove debug
12207
12208 2006-06-29 [colin]      2.3.1cvs41
12209
12210         * src/imap.c
12211         * src/imap.h
12212         * src/mainwindow.c
12213                 Disconnect from IMAP servers when going
12214                 offline. Fixes bug #978 (going to offline-mode 
12215                 won't close connections)
12216
12217 2006-06-29 [colin]      2.3.1cvs40
12218
12219         * src/main.c
12220                 Fix transient setting on failing plugins
12221                 Patch by Fabien
12222         * src/plugins/pgpcore/sgpgme.c
12223                 Only warn for OpenPGP. Most people don't
12224                 have CMS available.
12225
12226 2006-06-29 [colin]      2.3.1cvs39
12227
12228         * src/compose.c
12229                 Fix Spelling menu (discrepancy between context menu
12230                 and top menu when folder's dictionary isn't the 
12231                 default one)
12232         * src/plugins/pgpcore/sgpgme.c
12233                 More error reporting about why gpgme can fail
12234
12235 2006-06-29 [wwp]        2.3.1cvs38
12236
12237         * src/mainwindow.c
12238                 honor the display-header-pane setting even when the message view
12239                 is a separate window.
12240
12241 2006-06-29 [wwp]        2.3.1cvs37
12242
12243         * src/prefs_actions.c
12244                 forgot to commit that one (use of GTK_STOCK_INFO).
12245
12246 2006-06-29 [colin]      2.3.1cvs36
12247
12248         * src/imap.c
12249                 Better handling of login errors (ask the password
12250                 again once), alert in case of error. Fix three
12251                 signedness warnings.
12252
12253 2006-06-28 [wwp]        2.3.1cvs35
12254
12255         * src/prefs_template.c
12256         * src/prefs_matcher.c
12257         * src/prefs_filtering_action.c
12258         * src/prefs_quote.c
12259                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
12260                 patch by Fabien Vantard, slightly modified.
12261
12262 2006-06-28 [paul]
12263
12264         2.4.0-rc2 released
12265
12266 2006-06-28 [colin]      2.3.1cvs34
12267
12268         * src/prefs_account.c
12269                 Fix bug #977 (Can't add or edit imap accounts)
12270
12271 2006-06-28 [colin]      2.3.1cvs33
12272
12273         * src/mimeview.c
12274                 Fix previous
12275
12276 2006-06-28 [colin]      2.3.1cvs32
12277
12278         * src/mimeview.c
12279                 Save named inlined attachments with "Save all"
12280         * src/main.c
12281         * src/mbox.c
12282         * src/common/plugin.c
12283         * src/common/plugin.h
12284         * src/common/sylpheed.c
12285         * src/common/utils.c
12286         * src/plugins/pgpcore/sylpheed.def
12287         * src/plugins/pgpinline/sylpheed.def
12288         * src/plugins/pgpmime/sylpheed.def
12289                 Win32 compatibility patch, by
12290                 Werner Koch
12291
12292 2006-06-28 [wwp]        2.3.1cvs31
12293
12294         * src/imap.c
12295         * src/prefs_folder_item.c
12296                 less compilation warnings (thanks to Fabien Vantard), less typos.
12297
12298 2006-06-28 [paul]       2.3.1cvs30
12299
12300         * src/gtk/gtkutils.c
12301                 gtk_combo_box_set_focus_on_click() is only
12302                 available since gtk 2.6.0
12303
12304 2006-06-28 [paul]       2.3.1cvs29
12305
12306         * src/prefs_ext_prog.c
12307                 fix engrish and add a tooltip for the
12308                 'command for 'Display as text' option
12309
12310 2006-06-28 [paul]
12311
12312         2.4.0-rc1 released
12313
12314 2006-06-28 [paul]       2.3.1cvs28
12315
12316         * ChangeLog
12317         * tools/Makefile.am
12318                 include textviewer.pl in releases
12319
12320 2006-06-28 [paul]       2.3.1cvs27
12321
12322         * src/prefs_ext_prog.c
12323                 hide Print command option if libgnomeprint
12324                 support is present
12325
12326 2006-06-27 [colin]      2.3.1cvs26
12327
12328         * src/compose.c
12329                 Fix Esc handling in insert/attach dialog
12330                 Don't show this dialog if dragging something
12331                 else than text/uri-list
12332                 Thanks to Fabien Vantard
12333         * tools/textviewer.pl
12334                 Filter script to display stuff as text
12335                 by H. Merijn Brand
12336
12337 2006-06-27 [wwp]        2.3.1cvs25
12338
12339         * src/messageview.c
12340                 use the exact product name (message view title), patch
12341                 by Fabien Vantard.
12342
12343 2006-06-27 [ticho]      2.3.1cvs24
12344
12345         * src/prefs_account.c
12346         * src/prefs_common.c
12347         * src/prefs_common.h
12348         * src/prefs_ext_prog.c
12349         * src/textview.c
12350                 Add a preference (Preferences/External programs)
12351                 to allow "Display as text" to be done via a script
12352                 (patch by H.Merijn Brand).
12353                 Use GtkComboBox for protocol selection in account
12354                 preferences.
12355                 Only include current choice for existing accounts, and
12356                 insensitivize the combobox.
12357
12358 2006-06-27 [paul]       2.3.1cvs23
12359
12360         * src/mbox.c
12361                 fix crasher introduced in cvs21.
12362                 Thanks to Colin
12363
12364 2006-06-26 [colin]      2.3.1cvs22
12365
12366         * src/mbox.c
12367                 Fix double-frees when leaving folders
12368                 after exporting to mbox
12369
12370 2006-06-26 [colin]      2.3.1cvs21
12371
12372         * src/mbox.c
12373                 More feedback (and optimisation)
12374                 on import/export
12375         * src/common/utils.c
12376                 Fix case when looking for mail addresses
12377         * src/gtk/gtkutils.c
12378                 Extra check for (X-)Face
12379
12380 2006-06-25 [ticho]      2.3.1cvs20
12381
12382         * src/compose.c
12383         * src/exphtmldlg.c
12384         * src/gtk/gtkutils.c
12385         * src/gtk/gtkutils.h
12386                 Added second argument to gtkut_sc_combobox_create() to
12387                 control focus-on-click for the widget.
12388                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
12389
12390 2006-06-25 [ticho]      2.3.1cvs19
12391
12392         * src/compose.c
12393         * src/gtk/Makefile.am
12394         * src/gtk/combobox.c
12395         * src/gtk/combobox.h
12396         * src/gtk/gtkutils.c
12397         * src/gtk/gtkutils.h
12398                 Use GtkComboBox instead of deprecated GtkOptionMenu
12399                 for account selector in compose window and for encoding
12400                 selector in attachment properties.
12401                 Also factorise working with the new GtkComboBox somewhat.
12402
12403 2006-06-24 [paul]       2.3.1cvs18
12404
12405         * src/prefs_common.c
12406                 use the correct default value
12407
12408 2006-06-24 [paul]       2.3.1cvs17
12409
12410         * src/compose.c
12411         * src/prefs_common.c
12412         * src/prefs_common.h
12413         * src/prefs_compose_writing.c
12414                 enable setting of default action when
12415                 dnd'ing files in the compose window.
12416                 (Collaborative effort with wwp)
12417
12418 2006-06-23 [wwp]        2.3.1cvs16
12419
12420         * src/compose.c
12421                 i18n fix (thanks to Fabien Vantard)
12422
12423 2006-06-22 [colin]      2.3.1cvs15
12424
12425         * src/prefs_customheader.c
12426                 Don't use filters in custom headers' file 
12427                 selector. Remember, extensions mean nothing :)
12428
12429 2006-06-22 [paul]       2.3.1cvs14
12430
12431         * configure.ac
12432                 allow setting of man directory location
12433
12434 2006-06-22 [colin]      2.3.1cvs13
12435
12436         * src/mainwindow.c
12437                 Add 'View/Go to/Next unread folder'.
12438                 I missed that :)
12439
12440 2006-06-22 [colin]      2.3.1cvs12
12441
12442         * src/common/utils.c
12443                 Add some subject prefixes
12444                 Patch by Bjorn T Johansen <btj@havleik.no>
12445
12446 2006-06-22 [colin]      2.3.1cvs11
12447
12448         * manual/advanced.xml
12449                 Forgotten hidden pref
12450
12451 2006-06-21 [paul]       2.3.1cvs10
12452
12453         * src/prefs_account.c
12454                 complete the removal of 'Add date header' option
12455
12456 2006-06-21 [paul]       2.3.1cvs9
12457
12458         * src/account.c
12459         * src/compose.c
12460         * src/prefs_account.c
12461         * src/prefs_account.h
12462                 remove option to add date header - always
12463                 add date header
12464         * src/etpan/imap-thread.c
12465                 fix warnings (Thanks to Colin)
12466
12467 2006-06-21 [wwp]        2.3.1cvs8
12468
12469         * src/folder.c
12470                 set the attachment flag when inline text part are (file)named. This is more convenient
12471                 when receiving (for instance) inline source files or patches sent using thunderbird.
12472
12473 2006-06-21 [paul]       2.3.1cvs7
12474
12475         * src/inc.c
12476                 fix off-by-one count of current msg in
12477                 statusbar filtering progressbar
12478
12479 2006-06-21 [paul]       2.3.1cvs6
12480
12481         * src/folder.c
12482                 Show attachment icon even if the part is 'inline'
12483                 if the following conditions are met:
12484                 - content-type != 'text/plain'
12485                 - content-type != '*/pgp-signature'
12486                 - either 'name' or 'filename' parameter is not NULL
12487                 
12488                 Thanks to Colin
12489
12490 2006-06-21 [paul]       2.3.1cvs5
12491
12492         * src/messageview.c
12493         * src/prefs_common.c
12494         * src/prefs_common.h
12495         * src/prefs_other.c
12496                 add an option to 'Never send Return
12497                 Receipts'
12498                 Thanks to Colin
12499
12500 2006-06-20 [mones]      2.3.1cvs4
12501
12502         * po/es.po
12503                 updated
12504         * src/compose.c
12505                 typo fixed (space after comma)
12506         * tools/make.themes.project
12507                 remove exec mode from tarball files
12508
12509 2006-06-20 [colin]      2.3.1cvs3
12510
12511         * src/news.c
12512         * src/procheader.c
12513         * src/unmime.c
12514                 Better fix for \n's in headers (don't 
12515                 break Received: and others)
12516
12517 2006-06-20 [paul]       2.3.1cvs2
12518
12519         * src/alertpanel.c
12520         * src/textview.c
12521                 improve legibility of phishing attempt
12522                 dialog
12523
12524 2006-06-20 [paul]       2.3.1cvs1
12525
12526         * NEWS
12527         * README
12528         * configure.ac
12529                 Update version number following
12530                 stable release
12531
12532 2006-06-20 [colin]      2.3.0cvs26
12533
12534         * src/compose.c
12535                 When dragging a file to the text of the compose
12536                 window, ask whether we want to insert or attach
12537                 (I know lots of people who do that to attach)
12538
12539 2006-06-20 [colin]      2.3.0cvs25
12540
12541         * src/etpan/imap-thread.c
12542                 Fix threshold (the append command is often > 32 bytes)
12543
12544 2006-06-19 [colin]      2.3.0cvs24
12545
12546         * src/imap.c
12547         * src/etpan/imap-thread.c
12548                 Workaround Rockliffe IMAP server bug: replace
12549                 "x UID SEARCH (ANSWERED UID 1:*)" with
12550                 "x UID SEARCH ANSWERED"
12551                 (Rockliffe doesn't handle the parenthesis)
12552
12553 2006-06-19 [colin]      2.3.0cvs23
12554
12555         * src/compose.c
12556         * src/imap.c
12557         * src/etpan/imap-thread.c
12558                 Probably fix bug #972 (Freezes when adding 
12559                 an attachment to the message)
12560         * src/common/defs.h
12561                 Modernize Firefox cmd
12562
12563
12564 2006-06-18 [colin]      2.3.0cvs22
12565
12566         * src/prefs_customheader.c
12567                 Only allow correct filenames for various
12568                 custom headers
12569
12570 2006-06-18 [colin]      2.3.0cvs21
12571
12572         * src/prefs_customheader.c
12573                 Add a 'From File...' button in custom headers prefs, which
12574                 try to do the right thing: 
12575                 for normal headers, use file as plaintext,
12576                 for X-Face, calls compface,
12577                 for Face, encode to b64.
12578
12579 2006-06-17 [colin]      2.3.0cvs20
12580
12581         * src/mh.c
12582                 Warning fix
12583
12584 2006-06-16 [colin]      2.3.0cvs19
12585
12586         * src/summaryview.c
12587                 Recursive quicksearch: show message list
12588                 in current folder, *then* search children
12589                 in the background.
12590
12591 2006-06-16 [colin]      2.3.0cvs18
12592
12593         * src/main.c
12594                 Instead of ignoring SIGPIPE, save caches
12595                 when getting one. Will fix the fact that
12596                 hot caches are out-of-date when logging 
12597                 out of Xorg.
12598         * src/compose.c
12599         * src/prefs_compose_writing.c
12600                 Only save text (not attachments) when 
12601                 auto-saving to drafts
12602         * src/unmime.c
12603                 Always replace \n, \r and \t with spaces
12604                 in headers
12605         * manual/dist/html/Makefile.am
12606         * manual/dist/pdf/Makefile.am
12607         * manual/dist/ps/Makefile.am
12608         * manual/dist/txt/Makefile.am
12609         * manual/fr/dist/html/Makefile.am
12610         * manual/fr/dist/pdf/Makefile.am
12611         * manual/fr/dist/ps/Makefile.am
12612         * manual/fr/dist/txt/Makefile.am
12613         * manual/pl/dist/html/Makefile.am
12614         * manual/pl/dist/pdf/Makefile.am
12615         * manual/pl/dist/ps/Makefile.am
12616         * manual/pl/dist/txt/Makefile.am
12617                 Fix make clean removing pregenerated manuals
12618
12619
12620 2006-06-16 [colin]      2.3.0cvs17
12621
12622         * src/plugins/pgpcore/sgpgme.c
12623         * src/plugins/pgpmime/pgpmime.c
12624         * src/plugins/pgpinline/pgpinline.c
12625                 Better error reporting in setup_signers.
12626                 Don't fallback to default key if specified
12627                 key isn't found.
12628                 Don't allow signing if more than one secret
12629                 key matches the one specified in prefs.
12630
12631 2006-06-15 [colin]      2.3.0cvs16
12632
12633         * src/folderview.c
12634                 Add "Send queue" in the folder's contextual
12635                 menu
12636         * src/compose.c
12637         * src/messageview.c
12638         * src/privacy.c
12639         * src/privacy.h
12640         * src/procmime.c
12641         * src/procmsg.c
12642         * src/plugins/pgpcore/passphrase.c
12643         * src/plugins/pgpcore/sgpgme.c
12644         * src/plugins/pgpinline/pgpinline.c
12645         * src/plugins/pgpmime/pgpmime.c
12646                 Better error reporting
12647         * src/mbox.c
12648                 Probably fix bug #971 (2.2.3 cannot read mail 
12649                 from local mbox)
12650
12651
12652 2006-06-15 [mones]      2.3.0cvs15
12653
12654         * tools/make.themes.project
12655                 creates the themes project from the web page
12656
12657 2006-06-15 [colin]      2.3.0cvs14
12658
12659         * src/folder.c
12660                 Better fix (avoid losing the folder if scan_tree 
12661                 fails)
12662
12663 2006-06-15 [cleroy]     2.3.0cvs13
12664
12665         * src/folder.c
12666                 Probably fix Bug #969 (crash on rebuilding 
12667                 imap folder)
12668
12669 2006-06-14 [colin]      2.3.0cvs12
12670
12671         * manual/dtd/manual.xsl
12672         * manual/sylpheed-claws-manual.xml
12673         * manual/fr/sylpheed-claws-manual.xml
12674         * manual/pl/sylpheed-claws-manual.xml
12675                 Insert pagebreaks between sections
12676
12677 2006-06-14 [paul]       2.3.0cvs11
12678
12679         * configure.ac
12680                 better fix than 2.3.0cvs10
12681
12682 2006-06-14 [paul]       2.3.0cvs10
12683
12684         * configure.ac
12685                 fix setting of PACKAGE_DATA_DIR with newer autoconf
12686                 (backwards compatible)
12687
12688 2006-06-13 [colin]      2.3.0cvs9
12689
12690         * src/messageview.c
12691                 Fix sending of return receipt with the new queue folders
12692
12693 2006-06-13 [wwp]        2.3.0cvs8
12694
12695         * src/quote_fmt_lex.l
12696                 fix wrong tokens returned in quote_fmt lexer, query not().
12697
12698 2006-06-13 [wwp]        2.3.0cvs7
12699
12700         * src/folder.c
12701         * src/prefs_folder_item.c
12702                 allow changing folder type even when folder is not a top-level one,
12703                 thanks to Colin.
12704
12705 2006-06-12 [colin]      2.3.0cvs6
12706
12707         * src/folderview.c
12708                 Fix double-ask of "Do you want to mark all
12709                 as read"
12710
12711 2006-06-12 [colin]      2.3.0cvs5
12712
12713         * src/compose.c
12714         * src/compose.h
12715         * src/folder.c
12716         * src/folder.h
12717         * src/imap.c
12718         * src/inc.c
12719         * src/main.c
12720         * src/messageview.c
12721         * src/mh.c
12722         * src/prefs_folder_item.c
12723         * src/procheader.c
12724         * src/procmime.c
12725         * src/procmsg.c
12726         * src/procmsg.h
12727         * src/send_message.c
12728         * src/summaryview.c
12729         * src/toolbar.c
12730                 Apply bug #964's patch (Queue and drafts aren't normal)
12731                 The Drafts and Queue folder now contain RFC-822 files,
12732                 allowing to move and copy mails from and to these 
12733                 folders. Moving from Drafts to Queue will prepare the
12734                 mail for sending (PGP signature, encryption, etc).
12735                 This patch also rework sending errors handling to try
12736                 to be more helpful.
12737                 Also, allow redefining folder types via the GUI 
12738                 (Folder type in its Properties)
12739
12740 2006-06-12 [colin]      2.3.0cvs4
12741
12742         * src/summaryview.c
12743         * src/prefs_common.c
12744         * src/prefs_common.h
12745         * src/gedit-print.c
12746                 Allow to define a specific print font - patch
12747                 by Bernhard Walle <bernhard.walle@gmx.de>
12748         * src/prefs_fonts.c
12749         * manual/advanced.xml
12750         * manual/fr/advanced.xml
12751                 Add a hidden pref to allow deletion without
12752                 confirmation
12753
12754 2006-06-12 [wwp]        2.3.0cvs3
12755
12756         * .cvsignore
12757                 more files to ignore.
12758
12759 2006-06-12 [wwp]        2.3.0cvs2
12760
12761         * src/quote_fmt.c
12762         * src/quote_fmt_lex.l
12763         * src/quote_fmt_parse.y
12764                 extend the quote_fmt parser (templates and quotes):
12765                 - allow limited sub-expressions in |p{} and |f{} expressions,
12766                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
12767                 - implemented/fixed missing implementation of query_references and show_references,
12768                 - completed, fixed contents and format of the symbols help dialog,
12769                 - fix some compilation warnings.
12770
12771 2006-06-12 [wwp]        2.3.0cvs1
12772
12773         * manual/advanced.xml
12774         * manual/fr/advanced.xml
12775                 updates in the "templates" section of the manual (eng/fr):
12776                  - be more precise (both versions)
12777                  - completed to match the english reference (fr version)
12778                  - touchups (both versions)
12779
12780 2006-06-12 [paul]       2.3.0
12781
12782         2.3.0 released
12783
12784 2006-06-12 [paul]       2.2.3cvs14
12785
12786         * po/ca.po
12787         * po/cs.po
12788         * po/de.po
12789         * po/el.po
12790         * po/fr.po
12791         * po/it.po
12792         * po/pt_BR.po
12793         * po/sr.po
12794         * po/zh_CN.po
12795                 updated by Miquel Oliete, Tim, Stephan Sachse,
12796                 Stavros Giannouris, Fabien Vantard, Andrea
12797                 Spadaccini, Frederico Goncalves Guimaraes,
12798                 Aleksandar Urosevic, and Ralgh Young
12799
12800 2006-06-12 [colin]      2.2.3cvs13
12801
12802         * src/mbox.c
12803                 Add missing header
12804
12805 2006-06-11 [colin]      2.2.3cvs12
12806
12807         * src/msgcache.c
12808                 Verify that g_malloc() succeeded
12809
12810 2006-06-11 [colin]      2.2.3cvs11
12811
12812         * src/wizard.c
12813                 Add Face header to welcome mail
12814
12815 2006-06-10 [colin]      2.2.3cvs10
12816
12817         * src/textview.c
12818                 Revert previous (Forgot it changes the
12819                 margin on the whole mail)
12820
12821 2006-06-10 [colin]      2.2.3cvs9
12822
12823         * src/textview.c
12824                 Don't overlap long headers under (X-)Face
12825
12826 2006-06-10 [mones]      2.2.3cvs8
12827
12828         * manual/xml2pdf
12829                 allow generation of manual on systems lacking saxon binary
12830                 but with java and the saxon library installed
12831
12832         * po/es.po
12833                 updated for release
12834
12835 2006-06-09 [colin]      2.2.3cvs7
12836
12837         * src/summaryview.c
12838                 Fix leak when using Display Sender using Addressbook
12839
12840 2006-06-09 [colin]      2.2.3cvs6
12841
12842         * src/compose.c
12843         * src/folder.c
12844         * src/folderview.c
12845         * src/mimeview.c
12846         * src/summaryview.c
12847                 More leaks fixes
12848
12849 2006-06-09 [paul]       2.2.3cvs5
12850
12851         * AUTHORS
12852         * src/gtk/authors.h
12853         * tools/claws.i18n.status.pl
12854                 updated with new info
12855
12856 2006-06-09 [paul]       2.2.3cvs4
12857
12858         * README
12859                 updated
12860         * manual/ack.xml
12861                 add wwp to authors list
12862         * src/gtk/authors.h
12863                 update mine and Colin's addresses
12864
12865 2006-06-08 [colin]      2.2.3cvs3
12866
12867         * src/etpan/imap-thread.c
12868                 Fix leak on SSL cert check
12869
12870 2006-06-08 [colin]      2.2.3cvs2
12871
12872         * src/common/utils.c
12873                 Fix leak
12874
12875 2006-06-08 [paul]       2.2.3cvs1
12876
12877         * configure.ac
12878                 Update version number following
12879                 stable release
12880
12881 2006-06-07 [colin]      2.2.2cvs3
12882
12883         * src/msgcache.c
12884                 Fix catching cache read errors (guint instead of gint)
12885                 Prevent malloc'ing more than 8MB (means cache corruption)
12886
12887 2006-06-07 [paul]       2.2.2cvs2
12888
12889         * src/exporthtml.c
12890         * src/exportldif.c
12891         * src/mh.c
12892         * src/mutt.c
12893         * src/pine.c
12894         * src/common/utils.c
12895                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
12896                 obey $HOME'
12897                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
12898                 Thanks to Colin
12899
12900 2006-06-06 [paul]       2.2.2cvs1
12901
12902         * configure.ac
12903                 Update version number following
12904                 stable release
12905
12906 2006-06-06 [paul]       2.2.1cvs6
12907
12908         * src/matcher.c
12909                 fix  implicit declaration of
12910                 sylpheed_do_idle()
12911                 Patch by Fabien Vantard
12912
12913 2006-06-06 [paul]       2.2.1cvs5
12914
12915         * src/matcher.c
12916                 fix age_greater and age_lower so that they
12917                 mean what say and not '...or equal to'
12918                 Thanks to Colin
12919
12920 2006-06-06 [paul]       2.2.1cvs4
12921
12922         * src/textview.c
12923         * src/common/utils.c
12924                 fix URI check
12925                 Thanks to Colin
12926
12927 2006-06-05 [wwp]        2.2.1cvs3
12928
12929         * manual/fr/account.xml
12930                 minor language fixes (thanks to Fabien Vantard).
12931
12932 2006-06-05 [colin]      2.2.1cvs2
12933
12934         * src/prefs_folder_item.c
12935         * src/folderview.c
12936                 Allow recursive setting of properties 
12937                 for whole mailboxes
12938         * src/matcher.c
12939                 Don't freeze on 'test' filtering rule
12940
12941 2006-06-05 [colin]      2.2.1cvs1
12942
12943         * configure.ac
12944                 Update version number following
12945                 stable release
12946
12947 2006-06-04 [wwp]        2.2.0cvs82
12948
12949         * manual/glossary.xml
12950         * manual/account.xml
12951         * manual/fr/glossary.xml
12952         * manual/fr/account.xml
12953                 added glossary section and references/links related to the Face custom header.
12954
12955 2006-06-04 [colin]      2.2.0cvs81
12956
12957         * src/summaryview.c
12958                 Skip to next message on move with no
12959                 immediate execution
12960
12961 2006-06-04 [wwp]        2.2.0cvs80
12962
12963         * manual/xml2pdf
12964                 added sanity checks, exit when needed.
12965
12966 2006-06-03 [paul]       2.2.0cvs79
12967
12968         * src/prefs_receive.c
12969                 page name is now 'Receiving'
12970         * src/prefs_send.c
12971                 page name is now 'Sending'
12972
12973 2006-06-03 [colin]      2.2.0cvs78
12974
12975         * src/plugins/spamassassin/spamassassin_gtk.c
12976                 Autoswitch to Localhost if transport was previously
12977                 disabled. Else people had to check [] Enable, then
12978                 *reselect* transport.
12979
12980 2006-06-03 [colin]      2.2.0cvs77
12981
12982         * src/plugins/pgpinline/pgpinline.c
12983         * src/plugins/pgpmime/pgpmime.c
12984                 Check that gpg_data_release_and_get_mem 
12985                 didn't fail (now, why this happens...)
12986
12987 2006-06-03 [colin]      2.2.0cvs76
12988
12989         * src/mbox.c
12990                 Fix bug #962 (Manual and/or UI should 
12991                 warn about incompatible locking 
12992                 causing dataloss)
12993
12994 2006-06-02 [cleroy]     2.2.0cvs75
12995
12996         * src/filtering.c
12997         * src/folder.c
12998         * src/procmsg.c
12999         * src/summaryview.c
13000                 Fix a few leaks
13001
13002 2006-06-02 [colin]      2.2.0cvs74
13003
13004         * src/main.c
13005                 On exit, free caches after writing them
13006                 Shuts up some valgrind false positives
13007         * src/procmsg.c
13008         * src/send_message.c
13009                 Fix races when reusing existing SMTP connections
13010                 Fix inexistant session timeout
13011         * src/toolbar.c
13012                 Display alertpanel after all queues have
13013                 been processed, not after each
13014
13015 2006-06-02 [wwp]        2.2.0cvs73
13016
13017         * manual/fr/glossary.xml
13018         * manual/fr/ack.xml
13019         * manual/ack.xml
13020                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
13021
13022 2006-06-02 [wwp]        2.2.0cvs72
13023
13024         * manual/xml2pdf
13025         * manual/dist/pdf/Makefile.am
13026         * manual/dtd/manual.xsl
13027         * manual/fr/dist/pdf/Makefile.am
13028         * manual/pl/dist/pdf/Makefile.am
13029                 we changed the procedure to generate the .pdf version of the manual.
13030                 The procedure is more modern and the .pdf we get now has a valid index.
13031                 Here are the new pre-requisites:
13032
13033                 - JRE 1.x (1.4 here): there must be one from your distro
13034                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
13035                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
13036                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
13037
13038                 See my posts for further info about the installation of this toolchain:
13039
13040                 Date: Fri, 19 May 2006 19:40:06 +0200
13041                 From: wwp <subscript@free.fr>
13042                 To: sylpheed-claws-devel@lists.sourceforge.net
13043                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
13044
13045                 and
13046
13047                 Date: Wed, 24 May 2006 12:58:49 +0200
13048                 From: wwp <subscript@free.fr>
13049                 To: sylpheed-claws-devel@lists.sourceforge.net
13050                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
13051
13052 2006-06-01 [colin]      2.2.0cvs71
13053
13054         * src/compose.c
13055                 Better guards against IMAP races
13056         * src/main.c
13057         * src/prefs_common.c
13058         * src/prefs_common.h
13059         * src/common/ssl_certificate.c
13060         * src/etpan/imap-thread.c
13061         * src/etpan/imap-thread.h
13062         * src/gtk/sslcertwindow.c
13063                 New hidden option ssl_skip_cert_check to 
13064                 avoid dups of bug #959 (libetpan linked
13065                 against gnutls and gnutls buggy on 64bit)
13066                 Present expired warning only once per
13067                 session/server.
13068         * manual/advanced.xml
13069         * manual/fr/advanced.xml
13070                 Document new option
13071
13072 2006-06-01 [wwp]        2.2.0cvs70
13073
13074         * src/messageview.c
13075                 fix for bug #961 (return receipt dialog 
13076                 complains incorrectly about return-path 
13077                 email adress being different), thanks 
13078                 to Colin.
13079
13080 2006-05-31 [cleroy]     2.2.0cvs69
13081
13082         * src/common/ssl.c
13083                 Guard against NULLs, although this
13084                 should never be an issue
13085
13086 2006-05-31 [colin]      2.2.0cvs68
13087
13088         * src/filtering.c
13089                 Use g_slist_prepend
13090         * src/imap.c
13091                 Don't remove caches when destroying folder, it
13092                 could (should) be done at exit
13093         * src/inc.c
13094                 free processing cache after incorporation
13095         * src/etpan/imap-thread.c
13096                 Maybe fix bug #959 (Crash on moving to emails 
13097                 to a imap account per ssl with a expired 
13098                 certificate.)
13099
13100 2006-05-30 [colin]      2.2.0cvs67
13101
13102         * src/summaryview.c
13103                 Put back event flush when displaying message
13104                 It avoids reading a bunch of messages just
13105                 by hitting shift-n for too long ;)
13106
13107 2006-05-29 [colin]      2.2.0cvs66
13108
13109         * src/summaryview.c
13110                 Remove useless g_warnings
13111
13112 2006-05-29 [colin]      2.2.0cvs65
13113
13114         * src/imap.c
13115                 Fix g_slist_append()s for performance
13116
13117 2006-05-29 [colin]      2.2.0cvs64
13118
13119         * src/compose.c
13120         * src/common/utils.c
13121                 Fix extraneous tab at start of addresses
13122         * src/mainwindow.c
13123                 Fix warnings (thanks to Fabien)
13124                 Fix crash at exit when composing messages 
13125                 exist
13126         * src/pop.c
13127                 Fix progress bar when deleting expired mails
13128                 Thanks to Hiro
13129         * src/summaryview.c
13130         * src/gtk/gtksctree.c
13131                 Fix re-sorting slowness
13132
13133 2006-05-29 [paul]       2.2.0cvs63
13134
13135         * src/mh.c
13136                 fetch full message when moving mails
13137                 from another mailbox, (fixed data loss
13138                 when filtering from IMAP to MH, introduced
13139                 in 2.2.0cvs57).
13140                 Thanks to Colin
13141
13142 2006-05-29 [mones]      2.2.0cvs62
13143
13144         * src/gtk/gtksctree.c
13145                 Unselect faster (patch by Colin)        
13146
13147 2006-05-26 [colin]      2.2.0cvs61
13148
13149         * src/summaryview.c
13150                 Unplug MSGINFO_UPDATE callback on delete too.
13151
13152 2006-05-26 [colin]      2.2.0cvs60
13153
13154         * src/foldersel.c
13155                 Fix bold in folder selection window with glib2.10
13156                 thanks Hiro
13157
13158 2006-05-26 [colin]      2.2.0cvs59
13159
13160         * src/procheader.c
13161                 Convert date only if necessary (and don't
13162                 try to convert from utf8 to utf8, too)
13163         * src/summaryview.c
13164                 Only set column's text if the column's 
13165                 displayed
13166
13167 2006-05-26 [colin]      2.2.0cvs58
13168
13169         * src/summaryview.c
13170         * src/gtk/gtkutils.c
13171                 Fix useless warning
13172
13173 2006-05-26 [colin]      2.2.0cvs57
13174
13175         * src/mainwindow.c
13176                 Make summaryview selectable as long as 
13177                 no message has focus
13178         * src/mh.c
13179                 Faster deletion (by implementing mh_remove_msgs)
13180                 Faster copy (avoid using mh_fetch_msg just to get
13181                 the filename)
13182                 Faster move (using move_file instead of copy_file
13183                 if MSG_IS_MOVE)
13184                 No progressbar if total number of mails to cp/mv 
13185                 is less than 100
13186         * src/summaryview.c
13187                 Fix removal from subject_table when mail gets moved
13188                 Faster deletion (g_slist_prepend instead of append)
13189         * src/gtk/gtksctree.c
13190                 Remove useless code
13191
13192 2006-05-25 [colin]      2.2.0cvs56
13193
13194         * src/common/ssl_certificate.c
13195                 Fix leak in expired cert check
13196
13197 2006-05-25 [colin]      2.2.0cvs55
13198
13199         * src/mh.c
13200                 Disable flags syncing on .mh_sequences - it
13201                 is buggy and marks mails read under unknown
13202                 conditions.
13203
13204 2006-05-25 [paul]
13205
13206         * 2.3.0-rc4 released
13207
13208 2006-05-24 [colin]      2.2.0cvs54
13209
13210         attention cvs users: if you manage to crash
13211         Sylpheed-Claws while moving, copying or deleting
13212         mails, we *are* interested in stack traces and
13213         valgrind logs. It looks stable, but one never
13214         knows...
13215
13216         * src/folder.c
13217                 Add progressbar for cache updates
13218         * src/folderutils.c
13219                 Optimize Mark all read in the current
13220                 folder
13221         * src/mh.c
13222                 Add progressbar for copy/move
13223         * src/procmsg.c
13224                 Optimize O(n^2) in copy/move
13225         * src/summaryview.c
13226         * src/gtk/gtksctree.c
13227                 Optimize O(n^2) algos
13228         * src/common/timing.h
13229                 Display ms instead of us
13230
13231 2006-05-24 [wwp]        2.2.0cvs53
13232
13233         * manual/fr/advanced.xml
13234                 updates to the French manual.
13235
13236 2006-05-24 [wwp]        2.2.0cvs52
13237
13238         * src/common/utils.c
13239                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
13240
13241 2006-05-24 [wwp]        2.2.0cvs51
13242
13243         * src/folderutils.c
13244                 fixed "mark all read" in MH folders (thanks to Colin).
13245
13246 2006-05-24 [paul]       2.2.0cvs50
13247
13248         * doc/man/sylpheed-claws.1
13249                 updated the man page
13250
13251 2006-05-23 [colin]      2.2.0cvs49
13252
13253         * src/folderview.c
13254         * src/imap.c
13255         * src/inc.c
13256         * src/mbox.c
13257         * src/messageview.c
13258         * src/news.c
13259         * src/send_message.c
13260         * src/summaryview.c
13261         * src/gtk/sslcertwindow.c
13262                 alertpanel fixes, by Fabien
13263
13264 2006-05-23 [colin]      2.2.0cvs48
13265
13266         * src/folder.c
13267         * src/folderview.c
13268         * src/msgcache.c
13269         * src/summaryview.c
13270         * src/gtk/gtksctree.c
13271         * src/gtk/gtksctree.h
13272                 More timings
13273                 Fix slow loading problem, which was caused by the
13274                 use of some gtk_ctree funcs and their use of
13275                 g_list_position while gtk_ctree_(un)link'ing.
13276                 Reap more functions from gtkctree.c to be sure we
13277                 use our (fast) version instead of theirs.
13278         * src/mh.c
13279                 Fix copy of unread mails
13280
13281
13282 2006-05-22 [wwp]        2.2.0cvs47
13283
13284         * manual/fr/advanced.xml
13285                 updated.
13286
13287 2006-05-22 [colin]      2.2.0cvs46
13288
13289         * src/filtering.c
13290                 Fix possible infinite loop. 'copy' is not a 
13291                 final action, so when encountering a 'copy',
13292                 we have to check if a previous one was set
13293                 and do it. In the same way, if we encounter
13294                 a 'move' we have to perform a possibly 
13295                 pending 'copy'. This will slow down filtering
13296                 on IMAP if move+copy or multiple copy actions
13297                 are to be done, but handling it via the batch
13298                 would be really too convoluted.
13299
13300 2006-05-22 [wwp]        2.2.0cvs45
13301
13302         * manual/fr/advanced.xml
13303         * manual/fr/faq.xml
13304         * manual/fr/glossary.xml
13305         * manual/fr/handling.xml
13306         * manual/fr/intro.xml
13307         * manual/fr/plugins.xml
13308         * manual/fr/sylpheed-claws-manual.xml
13309                 sync w/ the english manual: updates URIs, documented mailing-list
13310                 support, better explanation about the enabled/disabled feature
13311                 in filtering/processing rules by Paul.
13312
13313 2006-05-21 [colin]      2.2.0cvs44
13314
13315         * src/summaryview.c
13316                 Don't expand after building threads, but during
13317
13318 2006-05-21 [colin]      2.2.0cvs43
13319
13320         * src/procmsg.c
13321         * src/summaryview.c
13322                 More timing possibilities... For next time I have 
13323                 to find out how the hell some 3GHz computer takes
13324                 one minute to open a 30k folder...
13325
13326 2006-05-21 [colin]      2.2.0cvs42
13327
13328         * manual/pl/advanced.xml
13329         * manual/pl/faq.xml
13330         * manual/pl/glossary.xml
13331         * manual/pl/handling.xml
13332         * manual/pl/intro.xml
13333         * manual/pl/plugins.xml
13334         * manual/pl/sylpheed-claws-manual.xml
13335                 Polish manual updated by Pawel
13336
13337 2006-05-20 [colin]
13338
13339         * 2.3.0-rc3 released
13340
13341 2006-05-20 [colin]      2.2.0cvs41
13342
13343         * src/imap.c
13344                 Fix -rc2 problems:
13345                 - remove cache of moved messages from original folder
13346                 - apply new flags to messages even if they aren't appliable
13347                   via IMAP.
13348
13349 2006-05-20 [colin]
13350
13351         * 2.3.0-rc2 released
13352
13353 2006-05-19 [colin]      2.2.0cvs40
13354
13355         * src/imap.c
13356                 Don't issue SELECT in imap_change_flags
13357                 before having checked that we indeed have
13358                 some flags to change. MSG_POSTFILTERED for
13359                 example can't be used on IMAP.
13360                 Fixes bug #955 (copying messages between 
13361                 imap folders is extremely slow), which was
13362                 a regression.
13363
13364 2006-05-19 [colin]      2.2.0cvs39
13365
13366         * src/folder.c
13367         * src/folder.h
13368         * src/folderview.c
13369                 Try to fix bug #830 (Some unread messages 
13370                 get marked read in IMAP inbox):
13371                 - Prevent scanning a folder if it's being 
13372                   opened via the GUI
13373                 - Postpone opening via the GUI of a folder
13374                   currently scanned.
13375
13376
13377 2006-05-19 [wwp]        2.2.0cvs38
13378
13379         * manual/advanced.xml
13380                 fix English+typo (thanks to Paul).
13381
13382 2006-05-19 [wwp]        2.2.0cvs37
13383
13384         * manual/advanced.xml
13385         * manual/fr/advanced.xml
13386         * src/gtk/logwindow.c
13387         * src/prefs_common.c
13388         * src/prefs_common.h
13389                 added hidden prefs to allow customization of colors used in
13390                 protocol log window (useful for dark gtk+ themes).
13391
13392 2006-05-19 [wwp]        2.2.0cvs36
13393
13394         * ChangeLog
13395                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
13396
13397 2006-05-19 [paul]       2.2.0cvs35
13398
13399         * src/textview.c
13400                 make Reply-To fully clickable
13401         * src/gtk/logwindow.c
13402                 more colouring (SMTP ESMTP)
13403         Both patches by Pawel Pekala
13404
13405 2006-05-19 [cleroy]     2.2.0cvs34
13406
13407         * src/mh.c
13408                 Don't update flags from current folder
13409                 Probably fixes bug #935 (Read Messages 
13410                 Revert to Being Marked as Unread)
13411
13412 2006-05-18 [colin]      2.2.0cvs33
13413
13414         * src/imap.c
13415                 Warning fix
13416         * src/compose.c
13417         * src/mainwindow.c
13418         * src/summaryview.c
13419         * src/toolbar.c
13420                 Allow replying to multiple emails
13421                 in multiple windows
13422         * src/mimeview.c
13423         * src/etpan/imap-thread.c
13424                 Leak fixes
13425
13426 2006-05-18 [paul]       2.2.0cvs32
13427
13428         * src/summaryview.c
13429                 keep Mailing-List menu refreshed
13430                 Thanks to Colin
13431
13432 2006-05-18 [paul]       2.2.0cvs31
13433
13434         * manual/advanced.xml
13435         * manual/faq.xml
13436         * manual/glossary.xml
13437         * manual/handling.xml
13438         * manual/intro.xml
13439         * manual/plugins.xml
13440         * manual/sylpheed-claws-manual.xml
13441                 update URLs
13442                 add info about mailing-list support
13443                 edit filtering info
13444         * src/wizard.c
13445         * src/common/defs.h
13446         * src/gtk/about.c
13447         * src/plugins/dillo_viewer/README
13448                 update URLs
13449
13450 2006-05-17 [wwp]        2.2.0cvs30
13451
13452         * manual/handling.xml
13453         * manual/fr/handling.xml
13454                 documented the ability to enabled/disable filtering/processing rules.
13455
13456 2006-05-17 [colin]      2.2.0cvs29
13457
13458         * src/main.c
13459                 Don't initialize g_thread subsystem if it's 
13460                 already done (thanks to Hiro)
13461         * src/mimeview.c
13462                 Fix saving of parts when there name can't be
13463                 converted from UTF-8.
13464
13465 2006-05-17 [paul]       2.2.0cvs28
13466
13467         * po/Makefile.in.in
13468                 fix config.status warning with autoconf 2.60
13469
13470 2006-05-17 [paul]       2.2.0cvs27
13471
13472         * po/POTFILES.in
13473                 add src/mbox.c
13474
13475 2006-05-17 [wwp]        2.2.0cvs26
13476
13477         * src/mainwindow.c
13478                 fix useless and potentially dangerous buffer walking (thanks to Colin).
13479
13480 2006-05-17 [wwp]        2.2.0cvs25
13481
13482         * src/plugins/demo/demo.c
13483                 updated product name in plugin demo (many plugins need to be
13484                 sync'ed w/ that change).
13485
13486 2006-05-17 [colin]      2.2.0cvs24
13487
13488         * src/mh.c
13489                 Fix leak
13490
13491 2006-05-16 [colin]      2.2.0cvs23
13492
13493         * src/mainwindow.c
13494                 Stupid me hit again. Fix cvs22.
13495
13496 2006-05-16 [colin]      2.2.0cvs22
13497
13498         * src/mainwindow.c
13499                 Fix bug #922 (sylpheed-claws crashed after 
13500                 pushing on Inbox folder)
13501
13502 2006-05-16 [colin]      2.2.0cvs21
13503
13504         * src/compose.c
13505                 Make From header be copy/paste/select-able
13506
13507 2006-05-16 [wwp]        2.2.0cvs20
13508
13509         * src/export.c
13510         * src/matcher.c
13511         * src/summaryview.c
13512         * src/etpan/imap-thread.c
13513                 fix some compiler warnings (thanks to Colin).
13514
13515 2006-05-16 [wwp]        2.2.0cvs19
13516
13517         * src/action.c
13518         * src/gedit-print.c
13519         * src/inc.c
13520         * src/mainwindow.c
13521         * src/mh.c
13522         * src/statusbar.c
13523         * src/send_message.c
13524         * src/summaryview.c
13525                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
13526
13527 2006-05-15 [colin]      2.2.0cvs18
13528
13529         * src/procmsg.c
13530                 Fix automatic rule creation with List-Post
13531
13532 2006-05-15 [paul]       2.2.0cvs17
13533
13534         * tools/filter_conv_new.pl
13535                 updated for rule enabling/disabling
13536                 claws version >= 2.3.x required
13537
13538 2006-05-15 [cleroy]     2.2.0cvs16
13539
13540         * src/main.c
13541                 Revert test
13542
13543 2006-05-15 [cleroy]     2.2.0cvs15
13544
13545         * src/main.c
13546                 test
13547
13548 2006-05-15 [wwp]        2.2.0cvs14
13549
13550         * manual/pl/.cvsignore
13551                 ignore generated files.
13552
13553 2006-05-14 [wwp]        2.3.0-rc1
13554
13555         * 2.3.0-rc1 released
13556
13557 2006-05-13 [wwp]        2.2.0cvs13
13558
13559         * src/filtering.c
13560         * src/filtering.h
13561         * src/matcher.c
13562         * src/matcher_parser_lex.l
13563         * src/matcher_parser_parse.y
13564         * src/prefs_filtering.c
13565                 new feature: provide the ability to disable filtering and processing
13566                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
13567                 adaptations.
13568
13569 2006-05-13 [colin]      2.2.0cvs12
13570
13571         * src/compose.c
13572                 Remove useless if (a) b; else b;
13573                 Thanks to wwp
13574
13575 2006-05-13 [wwp]        2.2.0cvs11
13576
13577         * src/export.c
13578         * src/import.c
13579         * src/mainwindow.c
13580         * src/mbox.c
13581         * src/summaryview.c
13582         * src/summaryview.h
13583                 no more silent failures (or at least less ones) when importing
13584                 or exporting from/to mbox. Also start importing/exporting if
13585                 the necessary info is set.
13586
13587 2006-05-13 [wwp]        2.2.0cvs10
13588
13589         * RELEASE_NOTES
13590                 restored up-to-date release notes.
13591
13592 2006-05-13 [paul]       2.2.0cvs9
13593
13594         * po/nl.po
13595         * po/ru.po
13596                 updated by Tim Dijkstra and Pavlo Bohmat
13597
13598 2006-05-12 [colin]      2.2.0cvs8
13599
13600         * src/gtk/quicksearch.c
13601                 Add "k" as shortcut for "colorlabel". Patch
13602                 by ath42@users.sf.net.
13603
13604 2006-05-12 [paul]       2.2.0cvs7
13605
13606         * src/prefs_common.h
13607         * src/prefs_summaries.c
13608         * src/summaryview.c
13609                 when entering a folder also allow
13610                 going directly to first Marked message
13611
13612 2006-05-12 [paul]       2.2.0cvs6
13613
13614         * src/summaryview.c
13615                 always obey 'confirm before marking all
13616                 mails read' option
13617
13618 2006-05-12 [paul]       2.2.0cvs5
13619
13620         * src/textview.c
13621                 make Sender fully clickable
13622
13623 2006-05-12 [colin]      2.2.0cvs4
13624
13625         * src/compose.c
13626         * src/compose.h
13627                 Let From be editable
13628         * src/main.c
13629         * src/mh.c
13630                 Full support of .mh_sequences' Unseen seq
13631
13632 2006-05-12 [colin]      2.2.0cvs3
13633
13634         * src/folder.c
13635         * src/mainwindow.c
13636         * src/mainwindow.h
13637         * src/messageview.c
13638         * src/prefs_spelling.c
13639         * src/procheader.c
13640         * src/procmsg.c
13641         * src/procmsg.h
13642         * src/summaryview.c
13643         * src/toolbar.c
13644         * src/toolbar.h
13645                 Add contextual menu on Compose toolbar
13646                 button. Fixes bug #944 (Automatic
13647                 addresses not applied when changing account
13648                 from compose window)
13649                 add Mailing List support
13650                 based on the old 0.6.5claws25 patch by
13651                 Melvin Hadasht, with finishing touches
13652                 by Colin
13653                 Fix "ignore thread" when mails are threaded by
13654                 subject (and weren't ignored although appearing
13655                 in the thread).
13656                 GUI rework.
13657                 Both patches by Pawel.
13658
13659 2006-05-08 [paul]       2.2.0cvs2
13660
13661         * src/mainwindow.c
13662         * src/mainwindow.h
13663         * src/messageview.c
13664         * src/procheader.c
13665         * src/procmsg.c
13666         * src/procmsg.h
13667         * src/summaryview.c
13668                 add Mailing List support
13669                 based on the old 0.6.5claws25 patch by 
13670                 Melvin Hadasht, with finishing touches
13671                 by Colin
13672
13673 2006-05-08 [colin]      2.2.0cvs1
13674
13675         * src/mainwindow.c
13676         * src/toolbar.c
13677         * src/toolbar.h
13678                 Add contextual menu on Compose toolbar 
13679                 button. Fixes bug #944 (Automatic 
13680                 addresses not applied when changing account 
13681                 from compose window)
13682
13683 2006-05-08 [paul]       2.2.0
13684
13685         2.2.0 released
13686
13687 2006-05-08 [paul]       2.1.1cvs51
13688
13689         * po/cs.po
13690         * po/de.po
13691         * po/en_GB.po
13692         * po/fi.po
13693         * po/fr.po
13694         * po/pt_BR.po
13695         * po/sr.po
13696         * po/zh_CN.po
13697                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
13698                 Fabien Vantard, Frederico Goncalves Guimaraes,
13699                 Aleksandar Urosevic, and Ralgh Young
13700
13701 2006-05-12 [colin]      2.1.1cvs50
13702
13703         * po/cs.po
13704         * po/de.po
13705         * po/en_GB.po
13706         * po/es.po
13707         * po/fi.po
13708         * po/fr.po
13709         * po/pt_BR.po
13710         * po/sr.po
13711         * po/zh_CN.po
13712                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
13713                 Fabien Vantard, Frederico Goncalves Guimaraes,
13714                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
13715
13716 2006-05-05 [colin]      2.1.1cvs49
13717
13718         * manual/Makefile.am
13719         * manual/pl/Makefile.am
13720         * manual/pl/account.xml
13721         * manual/pl/ack.xml
13722         * manual/pl/addrbook.xml
13723         * manual/pl/advanced.xml
13724         * manual/pl/faq.xml
13725         * manual/pl/glossary.xml
13726         * manual/pl/gpl.xml
13727         * manual/pl/handling.xml
13728         * manual/pl/intro.xml
13729         * manual/pl/keyboard.xml
13730         * manual/pl/plugins.xml
13731         * manual/pl/starting.xml
13732         * manual/pl/sylpheed-claws-manual.xml
13733         * manual/pl/dist/.cvsignore
13734         * manual/pl/dist/Makefile.am
13735         * manual/pl/dist/html/.cvsignore
13736         * manual/pl/dist/html/Makefile.am
13737         * manual/pl/dist/pdf/.cvsignore
13738         * manual/pl/dist/pdf/Makefile.am
13739         * manual/pl/dist/ps/.cvsignore
13740         * manual/pl/dist/ps/Makefile.am
13741         * manual/pl/dist/txt/.cvsignore
13742         * manual/pl/dist/txt/Makefile.am
13743                 Add the polish translation of the manual,
13744                 Authored by Pawel Pekala.
13745
13746 2006-05-05 [cleroy]     2.1.1cvs48
13747
13748         * src/main.c
13749                 Re-read matcherrc after loading plugins 
13750                 if some of them add folders.
13751
13752 2006-05-03 [colin]      2.1.1cvs47
13753
13754         * src/imap.c
13755                 I'm idiot
13756
13757 2006-05-03 [colin]      2.1.1cvs46
13758
13759         * src/imap.c
13760                 Be sure to have a session when
13761                 getting separator
13762
13763 2006-05-03 [colin]      2.1.1cvs45
13764
13765         * src/imap.c
13766         * src/imap.h
13767         * src/imap_gtk.c
13768                 Fix preventing renaming with namespace 
13769                 separator.
13770
13771 2006-05-01 [colin]      2.1.1cvs44
13772
13773         * src/action.c
13774                 Don't reload messageview when result of
13775                 action is piped.
13776
13777 2006-04-29 [colin]      2.1.1cvs43
13778
13779         * src/prefs_receive.c
13780         * src/plugins/spamassassin/spamassassin_gtk.c
13781         * src/plugins/clamav/clamav_plugin_gtk.c
13782                 GUI fixes by Pawel
13783
13784 2006-04-29 [colin]      2.1.1cvs42
13785
13786         * src/prefs_compose_writing.c
13787         * src/prefs_quote.c
13788                 Cleanups. Patch by Pawel
13789
13790 2006-04-28 [paul]       2.1.1cvs41
13791
13792         * src/matcher.c
13793                 fix returned quick search results when search
13794                 term contains an underscore.
13795                 Thanks to Colin
13796
13797 2006-04-28 [paul]       2.1.1cvs40
13798
13799         * src/prefs_message.c
13800         * src/prefs_receive.c
13801                 GUI cleanups
13802                 Patches by Pawel Pekala
13803
13804 2006-04-27 [colin]      2.1.1cvs39
13805
13806         * src/wizard.c
13807                 Differentiate subject Welcome from
13808                 window's title Welcome
13809
13810 2006-04-27 [paul]
13811
13812         2.2.0-rc1 released
13813
13814 2006-04-27 [paul]       2.1.1cvs38
13815
13816         * manual/advanced.xml
13817         * manual/fr/advanced.xml
13818                 add info about compose_no_markup hidden pref
13819
13820 2006-04-27 [paul]       2.1.1cvs37
13821
13822         * src/prefs_account.c
13823                 improve privacy labels
13824         * src/prefs_msg_colors.c
13825                 change some strings for translators' convenience
13826         * src/gtk/gtkutils.c
13827                 don't underline the link button text
13828
13829 2006-04-25 [colin]      2.1.1cvs36
13830
13831         * src/folder.c
13832                 Complete 2.1.1cvs33 (once more ;)
13833
13834 2006-04-25 [colin]      2.1.1cvs35
13835
13836         * src/editldap.c
13837                 Fix tooltip
13838
13839 2006-04-25 [cleroy]     2.1.1cvs34
13840
13841         * src/compose.c
13842         * src/gtk/gtkaspell.c
13843                 Fix crash on redirect (related to the return 
13844                 of the aspell menu in compose's toolbar)
13845         * src/prefs_msg_colors.c
13846                 Fix sensitivity widgets
13847         * src/image_viewer.c
13848         * src/gtk/pluginwindow.c
13849         * src/gtk/prefswindow.c
13850                 Change released signals to clicked (Fabien)
13851         * po/POTFILES.in
13852         * src/common/socket.c
13853         * src/plugins/spamassassin/spamassassin.c
13854                 Translate strings (Fabien)
13855
13856 2006-04-25 [paul]       2.1.1cvs33
13857
13858         * src/folder.c
13859         * src/folder.h
13860         * src/folderview.c
13861                 complete the fix of bug #912
13862                 Thanks to Colin
13863
13864 2006-04-25 [colin]      2.1.1cvs32
13865
13866         * src/news.c
13867                 Better progress bar
13868         * src/mimeview.c
13869         * src/summaryview.c
13870         * src/summaryview.h
13871                 Fix focus chain
13872                 Patches by Pawel Pekala
13873
13874 2006-04-24 [colin]      2.1.1cvs31
13875
13876         * src/compose.c
13877                 Fix compilation warnings (Fabien)
13878
13879 2006-04-24 [colin]      2.1.1cvs30
13880
13881         * src/addrindex.c
13882         * src/editldap.c
13883         * src/editldap_basedn.c
13884         * src/editldap_basedn.h
13885         * src/ldapctrl.c
13886         * src/ldapctrl.h
13887         * src/ldapquery.c
13888         * src/ldaputil.c
13889         * src/ldaputil.h
13890                 Fix bug #901 (LDAPS support)
13891
13892 2006-04-24 [colin]      2.1.1cvs29
13893
13894         * src/compose.c
13895                 Fix logic on error with send dialog on
13896         * src/imap.c
13897                 Fix compilation without libetpan, thanks
13898                 to Fabien
13899         * src/summaryview.c
13900                 Fix 'context-menu' key
13901
13902 2006-04-23 [colin]      2.1.1cvs28
13903
13904         * src/folder.c
13905                 Never free current's cache to free up 
13906                 memory. Fixes bug #912 (new count 
13907                 randomly set to message count)
13908
13909 2006-04-23 [colin]      2.1.1cvs27
13910
13911         * src/gtk/quicksearch.c
13912                 And remove printf...
13913
13914 2006-04-23 [colin]      2.1.1cvs26
13915
13916         * src/gtk/quicksearch.c
13917                 Fix replacing in quicksearch, and fix inserting
13918                 in the middle of the string. (introduced at 2.1.0cvs22)
13919
13920 2006-04-23 [colin]      2.1.1cvs25
13921
13922         * src/imap.c
13923                 Make sure uidnext is initialized in get_num_list
13924                 (not for stable, related to 2.1.1cvs8 and friends)
13925
13926 2006-04-23 [colin]      2.1.1cvs24
13927
13928         * src/imap.c
13929                 Output something when login is successful
13930                 too
13931
13932 2006-04-23 [colin]      2.1.1cvs23
13933
13934         * src/etpan/imap-thread.c
13935                 Better logging (line-per-line, hide data in fetch)
13936                 Fix a const warning
13937         * src/gtk/logwindow.c
13938         * src/gtk/logwindow.h
13939                 Better logging (color for input/output)
13940
13941 2006-04-21 [colin]      2.1.1cvs22
13942
13943         * src/gtk/quicksearch.c
13944                 On gtk+-2.8, use stock buttons in quicksearch
13945                 Based on a patch by Fabien and a design by Paul
13946
13947 2006-04-21 [colin]      2.1.1cvs21
13948
13949         * src/folderview.c
13950         * src/mainwindow.c
13951                 Fix occasional flicker in folderview
13952         * src/common/utils.c
13953                 Fix bug #943 (Incorrectly parsed email address 
13954                 list in short headers on message view and in 
13955                 printouts)
13956
13957 2006-04-20 [colin]      2.1.1cvs20
13958
13959         * src/imap.c
13960         * src/imap.h
13961         * src/prefs_account.c
13962                 Add ANONYMOUS auth for IMAP
13963
13964 2006-04-20 [paul]       2.1.1cvs19
13965
13966         * src/main.c
13967                 proper fix for 2.1.1cvs18
13968                 Thanks to Colin
13969
13970 2006-04-20 [paul]       2.1.1cvs18
13971
13972         * src/main.c
13973                 fix build warnings
13974
13975 2006-04-20 [paul]       2.1.1cvs17
13976
13977         * src/gtk/quicksearch.c
13978                 fix standard, non-extended Quick search,
13979                 was broken in 2.1.1cvs15.
13980                 Thanks to Colin.
13981
13982 2006-04-20 [colin]      2.1.1cvs16
13983
13984         * src/prefs_matcher.c
13985                 Fix values when reselecting a ~test
13986                 rule
13987
13988 2006-04-19 [colin]      2.1.1cvs15
13989
13990         * src/compose.c
13991         * src/compose.h
13992         * src/gtk/gtkaspell.c
13993         * src/gtk/gtkaspell.h
13994                 Put back Options menu in Spelling/
13995         * src/gtk/quicksearch.c
13996                 Don't search, and show error, if the
13997                 advanced search has a syntax error
13998
13999 2006-04-18 [colin]      2.1.1cvs14
14000
14001         * src/textview.c
14002                 Fix gdk warnings on set_cursor when textview
14003                 isn't visible
14004
14005 2006-04-18 [colin]      2.1.1cvs13
14006
14007         * src/gtk/gtksctree.c
14008                 Remove seemingly useless refresh that causes
14009                 flicker - watch this commit in case of 
14010                 problems before planned backport to stable
14011
14012 2006-04-18 [colin]      2.1.1cvs12
14013
14014         * src/imap.c
14015                 Factorize get/set_xml code
14016         * src/compose.c
14017         * src/prefs_account.c
14018         * src/prefs_account.h
14019         * src/procmsg.c
14020                 Add Encrypt to self option
14021
14022 2006-04-17 [colin]      2.1.1cvs11
14023
14024         * configure.ac
14025                 Fix search on encrpyt function on dragonfly
14026                 Patch by Jonathan Buschmann <jonthn@agmact.com>
14027
14028 2006-04-17 [colin]      2.1.1cvs10
14029
14030         * src/prefs_account.c
14031                 Be safe by default: remove mails from POP3
14032                 after 7 days, not immediately
14033
14034 2006-04-17 [colin]      2.1.1cvs9
14035
14036         * src/etpan/imap-thread.c
14037                 Fix build on DragonFly - patch by 
14038                 Jonathan Buschmann <jonthn@agmact.com>
14039
14040 2006-04-17 [colin]      2.1.1cvs8
14041
14042         * src/imap.c
14043                 Save uidnext between sessions
14044
14045 2006-04-17 [colin]      2.1.1cvs7
14046
14047         * src/imap.c
14048                 scan is required when uid validity changes
14049
14050 2006-04-17 [colin]      2.1.1cvs6
14051
14052         * src/folderview.c
14053                 Don't scan if not necessary, apart in current
14054                 folder and INBOX to fetch flags.
14055         * src/imap.c
14056                 Scan is necessary if unread count changes
14057
14058 2006-04-17 [colin]      2.1.1cvs5
14059
14060         * src/imap.c
14061                 ...But always fetch ANSWERED and DELETED flags for
14062                 INBOX, as filtering can happen on these flags.
14063
14064 2006-04-17 [colin]      2.1.1cvs4
14065
14066         * src/imap.c
14067                 Don't fetch REPLIED and DELETED flags when synchronising
14068                 flags with a closed folder. We only need UNSEEN and FLAGGED
14069                 to update the folderview.
14070
14071 2006-04-17 [colin]      2.1.1cvs3
14072
14073         * src/imap.c
14074                 Faster flag search when there are new mails 
14075                 in a folder. We can do a full search if the 
14076                 folder contains less messages than the new
14077                 list.
14078
14079 2006-04-17 [colin]      2.1.1cvs2
14080
14081         * po/cs.po
14082         * po/de.po
14083         * po/fr.po
14084         * po/nl.po
14085         * po/pt_BR.po
14086                 Update translations from stable branch
14087
14088 2006-04-17 [colin]      2.1.1cvs1
14089
14090         * configure.ac
14091                 Bump version to follow stable release
14092
14093 2006-04-16 [mones]      2.1.0cvs50
14094
14095         * po/es.po
14096                 Updated for release
14097
14098 2006-04-16 [colin]      2.1.0cvs49
14099
14100         * src/textview.c
14101                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
14102                 with gtk < 2.8. Thanks to Fabien Vantard.
14103
14104 2006-04-15 [colin]      2.1.0cvs48
14105
14106         * src/etpan/imap-thread.c
14107                 Fix bug #919 (libetpan: SEGV when connecting 
14108                 using command)
14109
14110 2006-04-14 [colin]      2.1.0cvs47
14111
14112         * src/main.c
14113                 Fix race on --select (should be done better)
14114
14115 2006-04-14 [wwp]        2.1.0cvs46
14116
14117         * src/send_message.c
14118                 enforce a check for domain in account prefs (a sending
14119                 error could be faced if domain was checked but no value set),
14120                 thanks to Colin.
14121
14122 2006-04-14 [colin]      2.1.0cvs45
14123
14124         * src/codeconv.c
14125                 when converting from unknown to unknown, if the
14126                 string is UTF8, don't convert it to the locale
14127                 (which breaks it)
14128
14129 2006-04-14 [colin]      2.1.0cvs44
14130
14131         * src/compose.c
14132                 Don't try to use ASCII for converting headers
14133                 (as done in body)
14134
14135 2006-04-14 [paul]       2.1.0cvs43
14136
14137         * src/crash.c
14138                 add locale/charset info to crash report
14139         * src/gtk/about.c
14140                 add wwp to doc team
14141                 replace 'e-mail' with preferred 'email'
14142         * src/gtk/authors.h
14143                 ensure contributors list is in alphabetical
14144                 order
14145
14146 2006-04-13 [colin]      2.1.0cvs42
14147
14148         * src/textview.c
14149                 Prevent gdk warnings
14150
14151 2006-04-13 [colin]      2.1.0cvs41
14152
14153         * src/common/ssl_certificate.c
14154         * src/common/ssl_certificate.h
14155         * src/gtk/sslcertwindow.c
14156                 Warn on expired certs, and display the expiration date
14157
14158 2006-04-13 [colin]      2.1.0cvs40
14159
14160         * src/plugins/spamassassin/spamassassin_gtk.c
14161                 Fix missing set_text on unix socket
14162
14163 2006-04-13 [wwp]        2.1.0cvs39
14164
14165         * manual/fr/advanced.xml
14166         * manual/fr/glossary.xml
14167                 applied new spam/ham/email lexicon (pourriel, courriel)
14168
14169 2006-04-13 [paul]       2.1.0cvs38
14170
14171         * src/plugins/pgpmime/plugin.c
14172                 remove the mention of S/MIME from the
14173                 description. This is now handled by the
14174                 S/MIME plugin.
14175
14176 2006-04-13 [paul]       2.1.0cvs37
14177
14178         * src/prefs_msg_colors.c
14179                 rework dialog
14180         * src/prefs_folder_item.c
14181         * src/prefs_spelling.c
14182                 add a tooltip to the colour selector buttons
14183
14184 2006-04-13 [wwp]        2.1.0cvs36
14185
14186         * manual/advanced.xml
14187         * manual/glossary.xml
14188         * manual/handling.xml
14189         * manual/keyboard.xml
14190         * manual/plugins.xml
14191         * manual/starting.xml
14192         * manual/fr/account.xml
14193         * manual/fr/ack.xml
14194         * manual/fr/addrbook.xml
14195         * manual/fr/advanced.xml
14196         * manual/fr/faq.xml
14197         * manual/fr/glossary.xml
14198         * manual/fr/gpl.xml
14199         * manual/fr/handling.xml
14200         * manual/fr/intro.xml
14201         * manual/fr/keyboard.xml
14202         * manual/fr/plugins.xml
14203         * manual/fr/starting.xml
14204         * manual/fr/sylpheed-claws-manual.xml
14205                 fixes to the manuals:
14206                  - summaryview -> Message List (same in French)
14207                  - translate key names
14208                  - fix French punctuation, use non-breakable spaces when
14209                    necessary, don't use &thinsp; which is not portable
14210                  - tell what maildir and mbox formats we support
14211
14212 2006-04-12 [wwp]        2.1.0cvs35
14213
14214         * src/prefs_toolbar.c
14215                 unified a replace button more,
14216                 patch by Fabien Vantard <fzzzzz@gmail.com>.
14217
14218 2006-04-12 [wwp]        2.1.0cvs34
14219
14220         * src/prefs_common.c
14221         * src/prefs_msg_colors.c
14222                 make default color labels translatable,
14223                 patch from Fabien Vantard <fzzzzz@gmail.com>,
14224                 thanks to Tim <timbrain@post.cz> for reporting.
14225
14226 2006-04-12 [wwp]        2.1.0cvs33
14227
14228         * manual/glossary.xml
14229         * manual/intro.xml
14230         * manual/plugins.xml
14231         * manual/starting.xml
14232         * manual/sylpheed-claws-manual.xml
14233         * manual/fr/.cvsignore
14234         * manual/fr/account.xml
14235         * manual/fr/ack.xml
14236         * manual/fr/addrbook.xml
14237         * manual/fr/advanced.xml
14238         * manual/fr/faq.xml
14239         * manual/fr/glossary.xml
14240         * manual/fr/handling.xml
14241         * manual/fr/intro.xml
14242         * manual/fr/keyboard.xml
14243         * manual/fr/plugins.xml
14244         * manual/fr/starting.xml
14245         * manual/fr/sylpheed-claws-manual.xml
14246                 various fixes: typos, missing .fr translations, punctuation,
14247                 capitalization, links, accents and some bad French more.
14248
14249 2006-04-12 [wwp]        2.1.0cvs32
14250
14251         * src/prefs_gtk.c
14252                 fix for bug #935: always store prefs files in UTF-8 (thanks
14253                 to Colin).
14254
14255 2006-04-11 [colin]      2.1.0cvs31
14256
14257         * src/compose.c
14258                 Fix inserting files not in utf8 when locale is utf8
14259
14260 2006-04-11 [colin]      2.1.0cvs30
14261
14262         * src/inc.c
14263                 Don't show error dialog when cancelling connection
14264                 Patch by Pawel
14265
14266 2006-04-11 [cleroy]     2.1.0cvs29
14267
14268         * src/compose.c
14269                 Implement multiple quote levels
14270         * src/prefs_common.c
14271                 Change a little bit the quote bgcolor for 2nd level
14272
14273 2006-04-11 [colin]      2.1.0cvs28
14274
14275         * src/gtk/about.c
14276                 Add locale and charset in the label
14277
14278 2006-04-10 [colin]      2.1.0cvs27
14279
14280         * src/compose.c
14281         * src/prefs_common.c
14282         * src/prefs_common.h
14283         * src/prefs_msg_colors.c
14284         * src/textview.c
14285                 Allow optional background color in quotes
14286                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
14287                 GTK+-2.8.x feature
14288
14289 2006-04-10 [colin]      2.1.0cvs26
14290
14291         * src/main.c
14292         * src/mainwindow.c
14293         * src/mainwindow.h
14294                 Implement --select
14295
14296 2006-04-10 [colin]      2.1.0cvs25
14297
14298         * manual/plugins.xml
14299         * manual/fr/plugins.xml
14300                 Document libcurl's proxy variables
14301
14302 2006-04-09 [colin]      2.1.0cvs24
14303
14304         * src/prefs_common.c
14305                 gettext() returns statically allocated stuff. We have
14306                 to strdup it in order to be able to free it.
14307
14308 2006-04-09 [colin]      2.1.0cvs23
14309
14310         * AUTHORS
14311         * src/gtk/authors.h
14312                 Add Alexei
14313
14314 2006-04-09 [colin]      2.1.0cvs22
14315
14316         * src/mainwindow.c
14317         * src/gtk/quicksearch.c
14318                 Fix bug #859 (problems with cyrilic input in 
14319                 search panel) - Patch by Alexey Illarionov 
14320                 <littlesavage@rambler.ru>
14321
14322 2006-04-09 [colin]      2.1.0cvs21
14323
14324         * src/prefs_customheader.c
14325                 I prefer removing then freeing rather than the contrary
14326                 (even if it doesn't change anything ;-)
14327         * src/prefs_account.c
14328                 Fix bug #933 (Crash re-entering the custom headers list 
14329                 dialog in accounts prefs)
14330                 The problem happened when cancelling the Account 
14331                 Preferences' dialogs - in which case we didn't do 
14332                 anything to the PrefsAccount * struct. In case of applying,
14333                 the old ac_prefs was replaced with the tmp_ac_prefs we were
14334                 working with in this dialog. The problem is that 
14335                 prefs_customheader.c, working on this tmp_ac_prefs, always
14336                 changes the ->customhdr_list pointer, even when cancelled. 
14337                 So in case of cancelling the prefs_account dialog, we still
14338                 have to update ->customhdr_list in the real account.
14339
14340 2006-04-08 [colin]      2.1.0cvs20
14341
14342         * manual/fr/glossary.xml
14343         * manual/fr/keyboard.xml
14344                 Forgot some headers :)
14345
14346 2006-04-08 [colin]      2.1.0cvs19
14347
14348         * manual/Makefile.am
14349         * manual/fr/Makefile.am
14350         * manual/fr/account.xml
14351         * manual/fr/ack.xml
14352         * manual/fr/addrbook.xml
14353         * manual/fr/advanced.xml
14354         * manual/fr/faq.xml
14355         * manual/fr/glossary.xml
14356         * manual/fr/gpl.xml
14357         * manual/fr/handling.xml
14358         * manual/fr/intro.xml
14359         * manual/fr/keyboard.xml
14360         * manual/fr/plugins.xml
14361         * manual/fr/starting.xml
14362         * manual/fr/sylpheed-claws-manual.xml
14363         * manual/fr/dist/.cvsignore
14364         * manual/fr/dist/Makefile.am
14365         * manual/fr/dist/html/.cvsignore
14366         * manual/fr/dist/html/Makefile.am
14367         * manual/fr/dist/pdf/.cvsignore
14368         * manual/fr/dist/pdf/Makefile.am
14369         * manual/fr/dist/ps/.cvsignore
14370         * manual/fr/dist/ps/Makefile.am
14371         * manual/fr/dist/txt/.cvsignore
14372         * manual/fr/dist/txt/Makefile.am
14373                 Add the french translation of the manual. Thanks to
14374                 Olivier Delhomme <olivier.delhomme@free.fr> for 
14375                 account.xml, ack.xml, addrbook.xml and advanced.xml
14376
14377 2006-04-08 [colin]      2.1.0cvs18
14378
14379         * manual/plugins.xml
14380         * manual/starting.xml
14381                 More fixes
14382
14383 2006-04-07 [colin]      2.1.0cvs17
14384
14385         * manual/faq.xml
14386         * manual/intro.xml
14387         * manual/keyboard.xml
14388                 Little fixes
14389
14390 2006-04-07 [colin]      2.1.0cvs16
14391
14392         * README
14393         * src/compose.c
14394         * src/prefs_common.c
14395         * src/prefs_common.h
14396                 Add hidden compose_no_markup pref
14397
14398 2006-04-07 [wwp]        2.1.0cvs15
14399
14400         * src/summary_search.c
14401         * .cvsignore
14402                 Bugfix: stop button was sticky when searching in an empty folder.
14403                 Applied curly brackets code style to the whole file (summary_search.c).
14404                 More files to ignore.
14405
14406 2006-04-07 [wwp]        2.1.0cvs14
14407
14408         * src/message_search.c
14409         * src/summary_search.c
14410                 changed default button when search bumps at file/folder
14411                 beginning or end, for convenience (thanks to Colin).
14412
14413 2006-04-07 [paul]       2.1.0cvs13
14414
14415         * src/plugins/dillo_viewer/dillo_prefs.c
14416                 avoid future potential for namespace collision
14417                 Patch by Colin
14418
14419 2006-04-06 [wwp]        2.1.0cvs12
14420
14421         * src/summary_search.c
14422                 Unify extended/advanced searches names (and thus factorize labels),
14423                 patch by Fabien Vantard <fzzzzz@gmail.com>.
14424
14425 2006-04-06 [wwp]        2.1.0cvs11
14426
14427         * src/folderview.c
14428         * src/prefs_themes.c
14429         * src/summaryview.c
14430                 Fixed some compilation warnings.
14431
14432 2006-04-06 [colin]      2.1.0cvs10
14433
14434         * manual/advanced.xml
14435                 Document the wizard template and how to deploy
14436                 Sylpheed-Claws effectively
14437
14438 2006-04-06 [colin]      2.1.0cvs9
14439
14440         * src/folderview.c
14441                 gettext patch to tell translators about _("#"),
14442                 by Maxim Britov
14443
14444 2006-04-06 [colin]      2.1.0cvs8
14445
14446         * src/textview.c
14447                 Fix invalid GtkTextBIter after clicking "Display as text"
14448
14449 2006-04-06 [mones]      2.1.0cvs7
14450
14451         * src/addr_compl.c
14452         * src/addrindex.c
14453         * src/addritem.c
14454         * src/codeconv.c
14455         * src/compose.c
14456         * src/filtering.c
14457         * src/folder.c
14458         * src/folder_item_prefs.c
14459         * src/folderview.c
14460         * src/localfolder.c
14461         * src/matcher.c
14462         * src/mimeview.c
14463         * src/prefs_msg_colors.c
14464         * src/prefs_spelling.c
14465         * src/prefs_themes.c
14466         * src/procmime.c
14467         * src/procmsg.c
14468         * src/stock_pixmap.c
14469         * src/summaryview.c
14470         * src/textview.c
14471         * src/toolbar.c
14472         * src/common/mgutils.c
14473         * src/common/prefs.c
14474         * src/common/ssl_certificate.c
14475         * src/gtk/colorlabel.c
14476         * src/gtk/quicksearch.c
14477         * src/plugins/pgpmime/pgpmime.c
14478         * src/plugins/spamassassin/spamassassin.c
14479                 Removed redundant NULL checks for g_free() calls.
14480                 Patch by Pawel Pekala.
14481
14482 2006-04-06 [mones]      2.1.0cvs6
14483
14484         * src/prefs_actions.c
14485         * src/prefs_filtering.c
14486         * src/prefs_filtering_action.c
14487         * src/prefs_matcher.c
14488         * src/prefs_template.c
14489         * src/gtk/gtkutils.c
14490         * src/gtk/gtkutils.h
14491                 Have a nice replace button. Patch by Pawel Pekala
14492
14493 2006-04-06 [colin]      2.1.0cvs5
14494
14495         * src/addressbook.c
14496                 Fix crash with empty columns
14497
14498 2006-04-05 [colin]      2.1.0cvs4
14499
14500         * src/wizard.c
14501         * src/prefs_gtk.c
14502                 Allow wizard customization with pre-filled values
14503
14504 2006-04-05 [colin]      2.1.0cvs3
14505
14506         * src/textview.c
14507         * src/mimeview.c
14508         * src/mimeview.h
14509                 Nicer messages in mimeview
14510
14511 2006-04-05 [colin]      2.1.0cvs2
14512
14513         * src/addressbook.c
14514         * src/prefs_summaries.c
14515                 i18n fix
14516
14517 2006-04-05 [colin]      2.1.0cvs1
14518
14519         * src/plugins/pgpcore/plugin.c
14520         * src/plugins/pgpcore/select-keys.c
14521         * src/plugins/pgpcore/select-keys.h
14522         * src/plugins/pgpcore/sgpgme.c
14523         * src/plugins/pgpcore/sgpgme.h
14524         * src/plugins/pgpinline/pgpinline.c
14525         * src/plugins/pgpinline/plugin.c
14526         * src/plugins/pgpmime/pgpmime.c
14527         * src/plugins/pgpmime/plugin.c
14528                 Factorize and generalize a bit 
14529                 Drop S/MIME signature verification from PGP/MIME
14530                 (adding it as another, more complete plugin)
14531
14532 2006-04-05 [paul]       2.1.0
14533
14534         2.1.0 released
14535
14536 2006-04-05 [paul]       2.0.0cvs186
14537
14538         * manual/advanced.xml
14539                 add info on colour labels
14540
14541 2006-04-05 [paul]       2.0.0cvs185
14542
14543         * po/bg.po
14544         * po/cs.po
14545         * po/de.po
14546         * po/el.po
14547         * po/en_GB.po
14548         * po/fi.po
14549         * po/fr.po
14550         * po/it.po
14551         * po/nl.po
14552         * po/pl.po
14553         * po/pt_BR.po
14554         * po/sr.po
14555         * po/zh_CN.po
14556                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
14557                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
14558                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
14559                 Guimaraes, Aleksandar Urosevic, Ralgh Young
14560         * src/gtk/authors.h
14561         * tools/claws.i18n.status.pl
14562                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
14563                 and new Czech translator, Tim <timbrain@post.cz>
14564
14565 2006-04-05 [mones]      2.0.0cvs184
14566
14567         * po/es.po
14568                 Updated translation
14569
14570 2006-04-05 [colin]      2.0.0cvs183
14571
14572         * src/gtk/quicksearch.c
14573                 Fix bug #929 (unnecessary reload in quick search bar)
14574
14575 2006-04-05 [colin]      2.0.0cvs182
14576
14577         * src/compose.c
14578                 Fix crash on Reply with no From:
14579                 Show signature and conversion error on queuing 
14580                 (but not sending)
14581         * src/mainwindow.c
14582         * src/summaryview.c
14583         * src/summaryview.h
14584                 Factorize threading code and make sure msginfo 
14585                 is not null when it comes from a GtkCTreeRow's 
14586                 data
14587         * src/gtk/gtkaspell.c
14588                 Check for necessary things
14589         * src/gtk/gtksctree.c
14590         * src/gtk/gtksctree.h
14591                 Reset anchor if necessary when removing node
14592
14593 2006-03-29 [colin]      2.0.0cvs181
14594
14595         * src/folderview.c
14596                 Warn for disabled IMAP accounts (due to lack of
14597                 libetpan). Breaks string-freeze - sorry - but it
14598                 is kind of important ;)
14599
14600 2006-03-28 [colin]      2.0.0cvs180
14601
14602         * src/gtk/gtkutils.c
14603         * src/gtk/gtkutils.h
14604                 Add a gtkut_get_link_btn() function that
14605                 creates a button which acts like an URI
14606         * src/prefs_themes.c
14607         * src/gtk/about.c
14608                 Use this function (factorizes codes)
14609         * src/common/defs.h
14610         * src/gtk/pluginwindow.c
14611                 Add a "Get more..." in the plugins window
14612
14613 2006-03-28 [colin]      2.0.0cvs179
14614
14615         * src/common/smtp.c
14616         * src/common/passcrypt.c
14617         * src/undo.c
14618                 Warning fixes. Patch by Pawel Pekala
14619
14620 2006-03-27 [colin]      2.0.0cvs178
14621
14622         * src/undo.c
14623                 Fix undoing by blocks with spaces
14624
14625 2006-03-27 [colin]      2.0.0cvs177
14626
14627         * src/textview.c
14628                 Set margin to 3px for headers
14629
14630 2006-03-27 [paul]
14631
14632         2.1.0-rc2 released
14633
14634 2006-03-27 [wwp]        2.0.0cvs176
14635
14636         * src/summaryview.c
14637                 don't reset quicksearch when updating the message list.
14638                 Thanks to Colin.
14639
14640 2006-03-26 [wwp]        2.0.0cvs175
14641
14642         * src/compose.c
14643                 use a unified border width ('other' tab in the compose window,
14644                 patch by Pawel Pekala).
14645
14646
14647 2006-03-26 [wwp]        2.0.0cvs174
14648
14649         * src/common/quoted-printable.c
14650         * src/addressbook.c
14651                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
14652
14653 2006-03-26 [colin]      2.0.0cvs173
14654
14655         * src/quote_fmt_parse.y
14656                 Fix non-UTF8 date formats messing up the whole quote a 
14657                 little bit
14658
14659 2006-03-26 [colin]      2.0.0cvs172
14660
14661         * src/procheader.c
14662                 Make sure the date is UTF8 valid, or try to make it
14663                 so. IncrediMail is really IncrediStupid.
14664         * src/compose.c
14665                 Fix possible conversions. 
14666                 
14667
14668 2006-03-26 [colin]      2.0.0cvs171
14669
14670         * src/matcher.c
14671                 Fix corner cases in body search. This is still a
14672                 hack... It seems impossible to make it good and 
14673                 reasonably fast at the same time.
14674
14675 2006-03-26 [colin]      2.0.0cvs170
14676
14677         * src/summaryview.c
14678                 I think I killed the twilight zone bug!
14679                 summary_select_node() flushes GTK events in order
14680                 to be able to center the view. But this also 
14681                 flushes keypresses like Ctrl-Alt-U, so this can
14682                 call summary_show from summary_select_node (itself
14683                 called from summary_show, etc.). And the summaryview
14684                 has to be unlocked in this function. So just locking
14685                 while processing GTK events, and bailing if locked, 
14686                 should fix it.
14687                 Fixes bug #927 (SIGSEGV during Update Summary)
14688
14689 2006-03-25 [colin]      2.0.0cvs169
14690
14691         * src/matcher.c
14692                 Fix search in QP-encoded bodies
14693                 Fix utf-8 searches in bodies encoded in the
14694                 locale's encoding
14695         * src/common/quoted-printable.c
14696         * src/common/quoted-printable.h
14697                 Add a decode function that doesn't overwrite
14698                 the original pointer
14699                 
14700
14701 2006-03-24 [colin]      2.0.0cvs168
14702
14703         * src/action.c
14704         * src/summaryview.c
14705         * src/summaryview.h
14706                 Update message cache after action
14707                 Patch by H. Merijn Brand
14708         * src/prefs_msg_colors.c
14709                 Factorize label 
14710                 Patch by Fabien Vantard
14711         * src/plugins/spamassassin/spamassassin_gtk.c
14712                 Remove useless translation
14713                 Patch by Fabien Vantard
14714
14715 2006-03-23 [colin]      2.0.0cvs167
14716
14717         * src/common/ssl.c
14718                 Let 30 seconds to SSL_connect
14719
14720 2006-03-23 [wwp]        2.0.0cvs166
14721
14722         * src/summaryview.c
14723         * src/gtk/description_window.c
14724                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
14725                 and headers are translated; adjust description windows' width to fit their
14726                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
14727
14728 2006-03-23 [paul]       2.0.0cvs165
14729
14730         * src/common/utils.c
14731                 fix highlighting of URIs containing "()"
14732                 (2.0.0cvs164's reversal fixed)
14733                 Thanks to Colin.
14734
14735 2006-03-23 [paul]       2.0.0cvs164
14736
14737         * src/common/utils.c
14738                 revert patch, (postponing a fix), at 2.0.0cvs120
14739                 as it breaks more URIs than it fixes.
14740                 Allow '-' to be a terminating character in a URI
14741
14742 2006-03-22 [colin]      2.0.0cvs163
14743
14744         * configure.ac
14745                 Require libetpan 0.45
14746                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
14747
14748 2006-03-22 [paul]       2.0.0cvs162
14749
14750         * src/editgroup.c
14751                 replace '<-' and '->' buttons with GTK_STOCK graphical
14752                 buttons
14753         * src/summary_search.c
14754                 don't offer '...' for translation
14755                 add a tooltip to advanced search '...' button
14756         * src/gtk/quicksearch.c
14757                 don't offer '...' for translation
14758
14759 2006-03-21 [colin]      2.0.0cvs161
14760
14761         * src/compose.c
14762                 Fix middle-click pasting (insert at click
14763                 position instead of cursor position, don't
14764                 remove existing selection and allow pasting
14765                 our own selection)
14766         * src/addressbook.c
14767                 "LDAP Server" -> "LDAP servers"
14768
14769 2006-03-21 [wwp]        2.0.0cvs160
14770
14771         * src/etpan/imap-thread.c
14772                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
14773
14774 2006-03-20 [colin]      2.0.0cvs159
14775
14776         * src/summaryview.c
14777                 Don't reload summaryview after an execute with no
14778                 move action
14779
14780 2006-03-19 [colin]      2.0.0cvs158
14781
14782         * src/addressbook.c
14783                 and put groups at the top, always
14784
14785 2006-03-19 [colin]      2.0.0cvs157
14786
14787         * src/addressbook.c
14788                 Order groups before names, as previously
14789
14790 2006-03-19 [colin]      2.0.0cvs156
14791
14792         * src/addressbook.c
14793                 - Sort case-unsensitive
14794                 - Put the sort arrow at opening too
14795
14796 2006-03-19 [wwp]        2.0.0cvs155
14797
14798         * src/addressbook.c
14799                 allow sorting by name/email/remarks, ensure that right-pane's contents
14800                 matches the left-pane selection (cleared when appropriate).
14801                 Patch by Pawel Pekala <c0rn@o2.pl>.
14802
14803 2006-03-18 [colin]      2.0.0cvs154
14804
14805         * src/textview.c
14806                 Fix text cursor ;)
14807
14808 2006-03-18 [colin]      2.0.0cvs153
14809
14810         * src/gtk/filesel.c
14811                 Make sure we hide the preview if we didn't get
14812                 a filename
14813
14814 2006-03-18 [colin]      2.0.0cvs152
14815
14816         * src/summaryview.c
14817                 Set cursor to watch for execution (fixes lack
14818                 of watch-cursor when dnd'ing hundreds of mails)
14819         * src/gtk/filesel.c
14820                 Check that mime type is 'image/*' before updating
14821                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
14822
14823 2006-03-18 [colin]      2.0.0cvs151
14824
14825         * src/mainwindow.c
14826         * src/textview.c
14827         * src/textview.h
14828                 Put a watch cursor in textview too when the mainwindow's
14829                 cursor in a watch
14830
14831 2006-03-18 [colin]      2.0.0cvs150
14832
14833         * src/folder.c
14834                 Change wrong asserts to simple tests
14835
14836 2006-03-17 [colin]      2.0.0cvs149
14837
14838         * src/mainwindow.c
14839         * src/mainwindow.h
14840         * src/prefs_msg_colors.c
14841         * src/summaryview.c
14842         * src/summaryview.h
14843         * src/gtk/colorlabel.c
14844         * src/gtk/colorlabel.h
14845                 Add a color label menu in the main menubar
14846                 Add (fixed) accels Ctrl-{0-7} to change the color
14847                 They have to be fixed because the menu's dynamic,
14848                 the items are complex widgets, hence we can't use
14849                 a GtkItemFactory.
14850
14851
14852 2006-03-17 [wwp]        2.0.0cvs148
14853
14854         * src/compose.c
14855                 rollback few lines from my previous commit (those lines come from
14856                 a pending patch, accidentally commited, even if neutral as they are
14857                 commented out).
14858
14859 2006-03-17 [wwp]        2.0.0cvs147
14860
14861         * src/compose.c
14862                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
14863                 applied code style/indentation to the modified function.
14864
14865 2006-03-17 [wwp]        2.0.0cvs146
14866
14867         * src/procmsg.c
14868         * src/compose.c
14869                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
14870
14871 2006-03-17 [paul]
14872
14873         2.1.0-rc1 released
14874
14875 2006-03-17 [paul]       2.0.0cvs145
14876
14877         * src/main.c
14878                 addressbook_read_file() was called twice
14879         * src/textview.c
14880                 X-Mailer highlighting
14881
14882 2006-03-16 [colin]      2.0.0cvs144
14883
14884         * src/sourcewindow.c
14885         * src/sourcewindow.h
14886                 And the last one, in source window.
14887
14888 2006-03-16 [colin]      2.0.0cvs143
14889
14890         * src/compose.c
14891         * src/compose.h
14892                 Fix the same stuff in compose
14893
14894 2006-03-16 [colin]      2.0.0cvs142
14895
14896         * src/messageview.c
14897                 Complete the previous messageview crash fix
14898
14899 2006-03-16 [colin]      2.0.0cvs141
14900
14901         * src/procmsg.h
14902         * src/procmsg.c
14903         * src/folder.c
14904                 Fix POSTPROCESSING hook
14905                 Patch by H. Merijn Brand
14906
14907         * src/procmime.c
14908         * src/procmime.h
14909                 Parse Content-Location
14910
14911         * src/toolbar.c
14912         * src/messageview.c
14913         * src/messageview.h
14914                 Don't crash when a top-level MessageView has
14915                 been closed on us. Same problematic than
14916                 yesterday's quicksearch issue.
14917
14918 2006-03-15 [colin]      2.0.0cvs140
14919
14920         * src/gtk/quicksearch.c
14921                 Fix a bitchy race we didn't think about when we
14922                 added quicksearch cancellation:
14923                 If the search is not on cached fields, for example
14924                 body_part matchcase "stuff"
14925                 the matcher code has to get the whole message. If
14926                 we're on IMAP, that can be slow, and in order to
14927                 be non-blocking, the IMAP code idle loop processes
14928                 gtk events too. So it is possible to cancel a
14929                 quicksearch while the matcher is getting the mail's
14930                 body. After matcher got its body, it will start to
14931                 iterate over the matcher list that the Quicksearch's
14932                 clear_search_cb() just freed via prepare_matcher().
14933                 SIGSEGV ensues.
14934                 The fix consists of guarding the matcherlist_match()
14935                 call with a boolean 'matching'. If we reset the
14936                 quicksearch while matching is TRUE, we don't free
14937                 the matcherlist anymore like we did, but we set
14938                 another new flag, deferred_free, to TRUE. Then,
14939                 in quicksearch_match(), just after returning from
14940                 matcherlist_match() and unsetting the matching flag,
14941                 we check the deferred_free flag and do the
14942                 prepare_matcher() (which does the matcherlist_free)
14943                 for real, so we free the matcherlist once it's not
14944                 used anymore.
14945                 As all of this runs via the glib main loop, we
14946                 luckily don't need a mutex.
14947         * src/summaryview.c
14948                 Also, show progress while searching.
14949
14950
14951 2006-03-14 [colin]      2.0.0cvs139
14952
14953         * src/alertpanel.c
14954                 Make alertpanel_is_open non-static
14955
14956 2006-03-14 [colin]      2.0.0cvs138
14957
14958         * src/prefs_spelling.c
14959                 Cleanups - Fabien Vantard
14960
14961 2006-03-14 [wwp]        2.0.0cvs137
14962
14963         * src/main.c
14964                 code style normalization (curly braces, indentation).
14965
14966 2006-03-14 [wwp]        2.0.0cvs137
14967
14968         * src/main.c
14969                 code style (braces, indentation)
14970
14971 2006-03-12 [paul]       2.0.0cvs136
14972
14973         * src/prefs_common.c
14974                 trans_hdr defaults to FALSE to be RFC-savvy
14975         * src/prefs_summaries.c
14976                 add a tooltip to the trans_hdr option
14977                 
14978
14979 2006-03-12 [paul]       2.0.0cvs135
14980
14981         * src/prefs_matcher.c
14982                 give a little more width to the combos
14983         * src/prefs_display_header.c
14984         * src/textview.c
14985                 translate headers if prefs_common.trans_hdr
14986                 is TRUE
14987
14988         Patches by Pawel Pekala
14989
14990 2006-03-12 [paul]       2.0.0cvs134
14991
14992         * src/plugins/clamav/clamav_plugin.c
14993         * src/plugins/dillo_viewer/dillo_viewer.c
14994         * src/plugins/pgpcore/plugin.c
14995         * src/plugins/pgpinline/plugin.c
14996         * src/plugins/pgpmime/plugin.c
14997         * src/plugins/spamassassin/spamassassin.c
14998                 update/add to descriptions
14999         * src/plugins/spamassassin/spamassassin_gtk.c
15000                 fixes to the english, remove superfluous
15001                 tooltips, clean up a little
15002
15003 2006-03-12 [paul]       2.0.0cvs133
15004
15005         * src/compose.c
15006                 fix Bug 924, 'Account combo box shows up wrong 
15007                 if & is in account name'
15008
15009 2006-03-11 [colin]      2.0.0cvs132
15010
15011         * src/summaryview.c
15012                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
15013                 messed up shift-selection because is slows down
15014                 moving around summaryview. thanks -users
15015
15016 2006-03-10 [colin]      2.0.0cvs131
15017
15018         * src/plugins/spamassassin/spamassassin_gtk.c
15019                 Put back Paul's engrish fixes
15020
15021 2006-03-10 [colin]      2.0.0cvs130
15022
15023         * src/plugins/spamassassin/spamassassin.c
15024         * src/plugins/spamassassin/spamassassin.h
15025         * src/plugins/spamassassin/spamassassin_gtk.c
15026                 Cleanup SA prefs page (more)
15027                 Patch by Fabien Vantard
15028
15029 2006-03-10 [paul]       2.0.0cvs129
15030
15031         * src/prefs_msg_colors.c
15032         * src/prefs_spelling.c
15033                 widget sensitivity
15034
15035 2006-03-09 [mones]      2.0.0cvs128
15036
15037         * po/es.po
15038                 Update for next RC
15039
15040 2006-03-09 [wwp]        2.0.0cvs127
15041
15042         * configure.ac
15043                 revert accidental commit (requirement for libetpan 0.43), this time
15044                 not in HEAD.
15045
15046 2006-03-09 [wwp]        2.0.0cvs125
15047
15048         * configure.ac
15049                 revert accidental commit (requirement for libetpan 0.43)
15050
15051 2006-03-09 [paul]       2.0.0cvs126
15052
15053         * src/prefs_receive.c
15054                 remove useless frame
15055                 replace 'incorporation' with 'receiving'
15056         * src/plugins/clamav/clamav_plugin_gtk.c
15057         * src/plugins/spamassassin/spamassassin_gtk.c
15058                 improve widget sensitivity
15059                 fix a bit his engrish
15060
15061 2006-03-09 [wwp]        2.0.0cvs125
15062
15063         * src/addressadd.c
15064         * src/foldersel.c
15065         * src/prefs_common.c
15066         * src/prefs_common.h
15067                 remember some more windows' sizes (add to addressbook and
15068                 select folder).
15069
15070 2006-03-09 [paul]       2.0.0cvs124
15071
15072         * src/plugins/pgpcore/prefs_gpg.c
15073                 normalise construction of dialogue
15074
15075 2006-03-09 [paul]       2.0.0cvs123
15076
15077         * src/plugins/trayicon/Makefile.am
15078                 add missing slash
15079
15080 2006-03-08 [colin]      2.0.0cvs122
15081
15082         * src/plugins/trayicon/Makefile.am
15083                 Fix build in separate dir 
15084                 Patch by Bamanzi <bamanzi@gmail.com>
15085
15086 2006-03-08 [colin]      2.0.0cvs121
15087
15088         * src/procmsg.c
15089                 Batch move and copies from summaryview with delayed execution
15090                 too
15091
15092 2006-03-07 [paul]       2.0.0cvs120
15093
15094         * src/common/utils.c
15095                 fix highlighting of URIs containing "()"
15096                 Patch by Pawel Pekala
15097
15098 2006-03-07 [paul]       2.0.0cvs119
15099
15100         * src/folder.c
15101         * src/folder.h
15102         * src/folderview.c
15103                 immediately do alphabetical resort when
15104                 changing a folder's name
15105                 Patch by Pawel Pekala
15106
15107 2006-03-07 [paul]       2.0.0cvs118
15108
15109         * src/news.c
15110         * src/news_gtk.c
15111                 when unsubscribing a newsgroup, remove the
15112                 folder and msgs in .sylpheed-claws/newscache
15113                 Patch by Pawel Pekala <c0rn@gazeta.pl>
15114
15115 2006-03-07 [paul]       2.0.0cvs117
15116
15117         * src/textview.c
15118                 fix wrong Fake URL Warning
15119                 Thanks to Hiro
15120
15121 2006-03-07 [colin]      2.0.0cvs116
15122
15123         * src/imap.c
15124                 Return immediately when password dialog was
15125                 cancelled
15126         * src/gtk/inputdialog.c
15127                 Allow empty strings for passwords
15128
15129
15130 2006-03-06 [colin]      2.0.0cvs115
15131
15132         * src/imap.c
15133                 Prevent double-timeouts when connection fails
15134
15135 2006-03-06 [colin]
15136
15137         2.0.1-rc1 released
15138
15139 2006-03-06 [colin]      2.0.0cvs114
15140
15141         * src/imap.c
15142                 Refresh session during potentially long
15143                 operations
15144
15145 2006-03-06 [wwp]        2.0.0cvs113
15146
15147         * src/prefs_msg_colors.h
15148                 forgot that one (custom color labels).
15149
15150 2006-03-06 [wwp]        2.0.0cvs112
15151
15152         * src/prefs_common.c
15153         * src/prefs_common.h
15154         * src/prefs_msg_colors.c
15155         * src/summaryview.c
15156         * src/summaryview.h
15157         * src/gtk/colorlabel.c
15158         * src/gtk/colorlabel.h
15159                 colors in messages list are now customizable. Color values and names can
15160                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
15161                 Thanks to Paul and Colin for their help with this longstanding patch!
15162
15163 2006-03-06 [wwp]        2.0.0cvs111
15164
15165         * src/textview.c
15166                 don't crash if (x)face is bad.
15167
15168 2006-03-05 [paul]       2.0.0cvs110
15169
15170         * AUTHORS
15171         * configure.ac
15172         * src/Makefile.am
15173         * src/common/Makefile.am
15174         * src/common/utils.h
15175         * src/etpan/imap-thread.c
15176         * src/gtk/authors.h
15177         * src/plugins/clamav/Makefile.am
15178         * src/plugins/demo/Makefile.am
15179         * src/plugins/dillo_viewer/Makefile.am
15180         * src/plugins/pgpcore/Makefile.am
15181         * src/plugins/pgpcore/passphrase.c
15182         * src/plugins/pgpinline/Makefile.am
15183         * src/plugins/pgpmime/Makefile.am
15184         * src/plugins/spamassassin/Makefile.am
15185         * src/plugins/trayicon/Makefile.am
15186                 fix builiding on cygwin
15187                 Patch by Ralgh Young <bamanzi@gmail.com>
15188
15189 2006-03-04 [wwp]        2.0.0cvs109
15190
15191         * manual/keyboard.xml
15192                 fix mixed up/down keys.
15193
15194 2006-03-04 [wwp]        2.0.0cvs108
15195
15196         * README
15197         * INSTALL
15198                 updated links to SpamAssassin.
15199
15200 2006-03-04 [wwp]        2.0.0cvs107
15201
15202         * manual/plugins.xml
15203         * src/plugins/spamassassin/README
15204                 updated SpamAssassin plugin docs to reflect new functional additions
15205                 (also fix/update/documents few technical stuff more, see the README).
15206
15207 2006-03-04 [wwp]        2.0.0cvs106
15208
15209         * src/prefs_message.c
15210                 normalized capitalization of message-prefs paths.
15211
15212 2006-03-04 [wwp]        2.0.0cvs105
15213
15214         * manual/advanced.xml
15215                 typo.
15216
15217 2006-03-03 [colin]      2.0.0cvs104
15218
15219         * src/plugins/clamav/clamav_plugin_gtk.c
15220                 Rework prefs page, patch by Fabien 
15221
15222 2006-03-03 [colin]      2.0.0cvs103
15223
15224         * src/plugins/clamav/clamav_plugin.c
15225                 Set error on all errors
15226
15227 2006-03-03 [colin]      2.0.0cvs102
15228
15229         * src/common/plugin.c
15230                 Initialize error to avoid crashing when a plugin fails
15231                 without setting error
15232
15233 2006-03-02 [wwp]        2.0.0cvs101
15234
15235         * configure.ac
15236                 fixed linker flags for libetpan support on Cygwin
15237                 (thanks to H.Merijn Brand).
15238
15239 2006-03-02 [wwp]        2.0.0cvs100
15240
15241         * src/addressbook.c
15242                 fix some AB error messages: one for punctuation and
15243                 one wrongly duplicate (thanks, maxbritov).
15244
15245 2006-03-02 [wwp]        2.0.0cvs99
15246
15247         * src/plugins/spamassassin/spamassassin.c
15248                 make sync calls to sa-learn/spamc to prevent
15249                 system (whatever local or client/server) overload.
15250
15251 2006-03-02 [colin]      2.0.0cvs98
15252
15253         * src/summaryview.c
15254                 Put the spam icon in the status column instead of the
15255                 mark one
15256
15257 2006-03-01 [colin]      2.0.0cvs97
15258
15259         * src/plugins/spamassassin/spamassassin.c
15260                 Fix segfault (g_file_set_contents fails for some 
15261                 reason and err==0x2f. Can't find out why with
15262                 valgrind, using working function :-)
15263
15264 2006-03-01 [colin]      2.0.0cvs96
15265
15266         * src/inc.c
15267                 Offline overriding: let 'No' be cached only 3 seconds
15268
15269 2006-03-01 [colin]      2.0.0cvs95
15270
15271         * src/addr_compl.c
15272         * src/addrbook.c
15273         * src/addressbook.c
15274         * src/addrindex.c
15275         * src/folder_item_prefs.c
15276         * src/headerview.c
15277         * src/imap.c
15278         * src/inc.c
15279         * src/ldif.c
15280         * src/mainwindow.c
15281         * src/mh.c
15282         * src/msgcache.c
15283         * src/prefs_common.h
15284         * src/prefs_msg_colors.c
15285         * src/procheader.c
15286         * src/procheader.h
15287         * src/procmime.c
15288         * src/procmsg.c
15289         * src/procmsg.h
15290         * src/send_message.h
15291         * src/simple-gettext.c
15292         * src/summaryview.c
15293         * src/summaryview.h
15294         * src/syldap.c
15295         * src/textview.c
15296         * src/undo.c
15297         * src/common/ssl_certificate.c
15298         * src/common/utils.c
15299         * src/gtk/colorsel.c
15300         * src/gtk/gtksctree.c
15301         * src/gtk/gtkshruler.c
15302         * src/plugins/trayicon/trayicon.c
15303                 #if 0 goes to /dev/null
15304
15305 2006-03-01 [colin]      2.0.0cvs94
15306
15307         * src/compose.c
15308         * src/imap.c
15309         * src/inc.c
15310         * src/inc.h
15311         * src/messageview.c
15312         * src/news.c
15313         * src/plugins/spamassassin/spamassassin.c
15314                 Allow to add information in the "working offline"
15315                 window
15316
15317 2006-03-01 [wwp]        2.0.0cvs93
15318
15319         * src/plugins/spamassassin/spamassassin.c
15320                 fixed spamc invocation: use a tricky temporary mini shell wrapper
15321                 'cause it seems that calling `spamc ... < inputfile` with
15322                 g_spawn_(a)sync simply.. erm doesn't work :-).
15323
15324 2006-03-01 [wwp]        2.0.0cvs92
15325
15326         * src/toolbar.c
15327         * src/toolbar.h
15328                 simplify the adding of spam/ham button to the messageview toolbar
15329                 (it gets more clear now that the same button will be "Mark as spam"
15330                 or "Mark as ham" according to the current message status,
15331                 thanks to Colin).
15332
15333 2006-03-01 [wwp]        2.0.0cvs91
15334
15335         * src/messageview.c
15336         * src/procmsg.c
15337         * src/procmsg.h
15338         * src/summaryview.c
15339         * src/plugins/spamassassin/spamassassin.c
15340         * src/plugins/spamassassin/spamassassin.h
15341                 make learner callbacks return a status (0 for ok),
15342                 handle it in main code to avoid setting flags when learning failed,
15343                 don't learn on TCP if offline in spamassassin,
15344                 thanks to Colin.
15345
15346                 
15347
15348 2006-03-01 [wwp]        2.0.0cvs90
15349
15350         * src/compose.c
15351                 some work around the compose window's account menu,
15352                 patch by Fabien Vantard.
15353
15354 2006-03-01 [wwp]        2.0.0cvs89
15355
15356         * src/plugins/spamassassin/spamassassin.c
15357                 fixed bad logics, was using spamc in local mode and sa-learn
15358                 in remote mode (thanks, Colin).
15359
15360 2006-03-01 [wwp]        2.0.0cvs88
15361
15362         * src/plugins/spamassassin/spamassassin.c
15363         * src/plugins/spamassassin/spamassassin.h
15364         * src/plugins/spamassassin/spamassassin_gtk.c
15365                 made processing of emails w/ sa-plugin an option (default is TRUE),
15366                 fixed Engrish some tooltips, capitalization of some debug messages
15367                 and warnings. The spamassassin plugin now provides two separate
15368                 services: process emails upon incorporation and spamd training.
15369                 Both services (un)register independently but use some common
15370                 plugin settings (transport settings, spam storage location).
15371
15372 2006-02-28 [wwp]        2.0.0cvs87
15373
15374         * src/plugins/spamassassin/spamassassin.c
15375                 fix async flag to spamc cmdline execution (batch exec should
15376                 be asynchronous).
15377
15378 2006-02-27 [wwp]        2.0.0cvs86
15379
15380         * src/plugins/spamassassin/spamassassin.c
15381         * src/plugins/spamassassin/spamassassin.h
15382         * src/plugins/spamassassin/spamassassin_gtk.c
15383                 - added the ability to learn a remote spamassassin server (spamd),
15384                 using spamc.
15385                 - added the spamassassin option 'username', that applies to all
15386                 spamassassin operations (filtering, learning, local or remote).
15387                 The default username is the current unix user (if left blank
15388                 from gtk prefs or config file).
15389                 - commented out some unused code (notebook widget), removed unused
15390                 layout (hbox1).
15391                 - make more widgets sensitive to the transport type.
15392
15393 2006-02-27 [colin]      2.0.0cvs85
15394
15395         * src/plugins/spamassassin/spamassassin.c
15396                 Fix sa-learn call when offline
15397
15398 2006-02-27 [colin]      2.0.0cvs84
15399
15400         * configure.ac
15401         * src/Makefile.am
15402         * src/mainwindow.c
15403         * src/mainwindow.h
15404         * src/messageview.c
15405         * src/messageview.h
15406         * src/prefs_toolbar.c
15407         * src/procmsg.c
15408         * src/stock_pixmap.c
15409         * src/stock_pixmap.h
15410         * src/summaryview.c
15411         * src/toolbar.c
15412         * src/toolbar.h
15413         * src/pixmaps/ham_btn.xpm
15414         * src/pixmaps/spam.xpm
15415         * src/pixmaps/spam_btn.xpm
15416         * src/plugins/spamassassin/spamassassin.c
15417                 Add button in toolbar for spam learning
15418                 Fix a few bugs from the last related commit
15419                 Revert 1.9.6cvs23 which messed up shift-selection
15420
15421 2006-02-24 [colin]      2.0.0cvs83
15422
15423         * src/procmsg.c
15424         * src/summaryview.c
15425         * src/summaryview.h
15426         * src/plugins/spamassassin/spamassassin.c
15427         * src/plugins/spamassassin/spamassassin.h
15428         * src/plugins/spamassassin/spamassassin_gtk.c
15429                 Unregister learner when spamassassin is either
15430                 disabled or over tcp
15431
15432 2006-02-24 [colin]      2.0.0cvs82
15433
15434         * src/Makefile.am
15435         * src/mainwindow.c
15436         * src/mainwindow.h
15437         * src/procmsg.c
15438         * src/procmsg.h
15439         * src/stock_pixmap.c
15440         * src/stock_pixmap.h
15441         * src/summaryview.c
15442         * src/summaryview.h
15443         * src/gtk/icon_legend.c
15444         * src/pixmaps/spam.xpm  ** NEW FILE **
15445         * src/plugins/spamassassin/spamassassin.c
15446         * src/plugins/spamassassin/spamassassin_gtk.c
15447                 Add spam learning interface (Mark/Mark as 
15448                 (spam|ham) menus)
15449
15450 2006-02-24 [wwp]        2.0.0cvs81
15451
15452         * src/compose.c
15453         * src/compose.h
15454         * src/filtering.c
15455                 hide compose window when sending message in batch mode
15456                 (filtering: forward and redirect). Also fixed a wrong
15457                 value returned when sending failed, neutral anyway.
15458                 (Colin, me) 
15459
15460 2006-02-24 [wwp]        2.0.0cvs80
15461
15462         * src/mainwindow.c
15463                 use GTK+'s stock quit button. Patch by Fabien Vantard.
15464
15465 2006-02-24 [paul]       2.0.0cvs79
15466
15467         * src/news.c
15468         * src/news.h
15469         * src/news_gtk.c
15470                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
15471                 Thanks to Colin
15472
15473 2006-02-23 [colin]      2.0.0cvs78
15474
15475         * src/alertpanel.c
15476                 Change OK to Close in alertpanel with View log
15477                 button; add accel to View log. Patch by Fabien
15478                 Vantard
15479
15480 2006-02-23 [wwp]        2.0.0cvs77
15481
15482         * src/compose.c
15483                 silly me, there were much more tests to perform, since toolbars can
15484                 really have down to 1 element only.
15485
15486 2006-02-23 [wwp]        2.0.0cvs76
15487
15488         * commitHelper
15489                 fixed indentation from my previous commit. Fallback to VISUAL if
15490                 EDITOR is not set (and to vi, at last resort).
15491
15492 2006-02-23 [wwp]        2.0.0cvs75
15493
15494         * commitHelper
15495                 improved error detection (Colin, me).
15496
15497 2006-02-23 [wwp]        2.0.0cvs74
15498
15499         * src/prefs_toolbar.c
15500                 simplify and fix prefs/toolbars layouting. Combos' contents can
15501                 now be really displayed.
15502
15503 2006-02-23 [wwp]        2.0.0cvs73
15504         simplifies and fix prefs/toolbars layouting. Combos' contents can now
15505         be really displayed.
15506
15507 2006-02-22 [wwp]        2.0.0cvs72
15508
15509         * src/compose.c
15510                 fix a typo in my previous commit (sorry!).
15511
15512 2006-02-22 [wwp]        2.0.0cvs71
15513
15514         * src/prefs_toolbar.c
15515                 fix a crash when adding separators to toolbars,
15516                 also fix some separator item information.
15517
15518 2006-02-22 [wwp]        2.0.0cvs70
15519
15520         * src/compose.c
15521                 fix a crash when redirecting (for instance) when compose window's
15522                 toolbar contents has been customized (when some buttons have been
15523                 removed in fact).
15524
15525 2006-02-21 [wwp]        2.0.0cvs69
15526
15527         * src/summaryview.c
15528         * src/gtk/pluginwindow.c
15529         * src/plugins/pgpcore/prefs_gpg.c
15530                 fix some compilation warnings (feat. remains of removed code).
15531
15532 2006-02-21 [wwp]        2.0.0cvs68
15533
15534         * src/gtk/gtkutils.c
15535                 fix two compilation issues, thanks to Stephan Sachse.
15536
15537 2006-02-20 [colin]      2.0.0cvs67
15538
15539         * src/mainwindow.c
15540                 Don't reselect displayed mail on refocus
15541                 This fixes actions misbehaving 
15542
15543 2006-02-20 [wwp]        2.0.0cvs66
15544
15545         * src/summaryview.c
15546         * src/gtk/gtksctree.c
15547         * src/gtk/gtkshruler.c
15548                 changed more runtime typecast checks.
15549
15550 2006-02-20 [wwp]        2.0.0cvs65
15551
15552         * src/summary_search.c
15553                 find all - summaryview refresh issue fixed, thanks to Colin.
15554
15555 2006-02-20 [wwp]        2.0.0cvs64
15556
15557         * src/gtk/gtkutils.c
15558                 better runtime typecast checks.
15559
15560 2006-02-20 [wwp]        2.0.0cvs63
15561
15562         * src/summary_search.c
15563                 enhancements to the summary search:
15564                         - add the ability to stop the running search
15565                           (upon ESC-key press, new Stop button or when Clear button is pressed)
15566                         - don't search if no criteria (From/To/Subject/Body) is set
15567                         - ensure that a busy mouse pointer is always shown when searching,
15568                           show it even a bit earlier
15569
15570 2006-02-19 [colin]      2.0.0cvs62
15571
15572         * src/compose.c
15573         * src/imap.c
15574         * src/etpan/imap-thread.c
15575         * src/etpan/imap-thread.h
15576                 (Future) IMAP speed improvement on sending
15577                 Will require a libetpan update
15578         * src/summaryview.c
15579         * src/gtk/quicksearch.c
15580                 Make quicksearch clearable while running.
15581
15582 2006-02-17 [colin]      2.0.0cvs61
15583
15584         * src/imap.c
15585         * src/etpan/imap-thread.c
15586         * src/etpan/imap-thread.h
15587                 Check for IMAP certificates
15588                 ** Requires libetpan-0.42-cvs4 
15589                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
15590
15591 2006-02-17 [colin]      2.0.0cvs60
15592
15593         * src/messageview.c
15594         * src/prefs_common.c
15595         * src/prefs_common.h
15596         * src/prefs_message.c
15597                 Add pref to display HTML-only mails with plugin, 
15598                 if possible (defaulting to FALSE of course).
15599
15600 2006-02-16 [colin]      2.0.0cvs59
15601
15602         * src/main.c
15603         * src/common/plugin.c
15604         * src/common/plugin.h
15605         * src/gtk/pluginwindow.c
15606                 Keep track of requested (but unloaded) plugins
15607                 in some error cases.
15608
15609 2006-02-16 [wwp]        2.0.0cvs58
15610
15611         * src/gtk/gtkaspell.c
15612         * src/gtk/gtkaspell.h
15613         * src/prefs_spelling.c
15614         * src/compose.c
15615         * src/prefs_common.c
15616         * src/prefs_common.h
15617                 implemented new optional spellchecker behaviour: re-check message when
15618                 dictionary got changed (from compose-window/context-menu/Change dictionary).
15619
15620 2006-02-16 [wwp]        2.0.0cvs57
15621
15622         * src/quote_fmt_parse.y
15623                 pclose popen'ed pipe.
15624
15625 2006-02-15 [colin]      2.0.0cvs56
15626
15627         * src/mimeview.c
15628         * src/mimeview.h
15629                 Let MimeViewers know which MimeView they
15630                 depend of.
15631         * src/summaryview.c
15632                 Swap From/To columns in Sent/Queue/Drafts
15633                 folders
15634         * src/etpan/imap-thread.c
15635                 Use mailstream_low_tls_open() for STARTTLS
15636                 instead of mailstream_low_ssl_open()
15637                 ** REQUIRES libetpan 0.42cvs3 **
15638
15639 2006-02-15 [wwp]        2.0.0cvs55
15640
15641         * src/compose.c
15642         * src/compose.h
15643         * src/message_search.c
15644         * src/message_search.h
15645         * src/textview.c
15646         * src/gtk/gtkutils.c
15647         * src/gtk/gtkutils.h
15648                 added the ability to Find text in the compose window (and a bit
15649                 of code factorization).
15650
15651 2006-02-15 [wwp]        2.0.0cvs54
15652
15653         * src/prefs_gtk.c
15654                 yet another one file was missing (fix for some widgets' sensitivity).
15655                 Thanks Colin!
15656
15657 2006-02-15 [wwp]        2.0.0cvs53
15658
15659         * src/prefs_gtk.h
15660                 oops forgot that file (fix for some widgets' sensitivity).
15661
15662 2006-02-15 [wwp]        2.0.0cvs52
15663
15664         * src/summary_search.c
15665                 implemented advanced summary search options (added the ability
15666                 to use matcher conditions in an advanced search mode).
15667
15668 2006-02-15 [wwp]        2.0.0cvs51
15669
15670         * src/plugins/pgpcore/prefs_gpg.c
15671         * src/prefs_account.c
15672                 fix some widget sensitivity, mostly around some labels in
15673                 account prefs.
15674
15675 2006-02-15 [paul]       2.0.0cvs50
15676
15677         * manual/advanced.xml
15678                 improve Templates info
15679                 written by wwp
15680
15681 2006-02-14 [colin]      2.0.0cvs49
15682
15683         * src/pixmaps/address_book.xpm
15684         * src/pixmaps/preferences.xpm
15685         * src/pixmaps/properties.xpm
15686                 Fix pixmap size - patch by Fabien Vantard
15687
15688 2006-02-13 [colin]      2.0.0cvs48
15689
15690         * src/procmime.c
15691                 Add missing fclose()s on error
15692         * src/textview.c
15693                 Remove unused code
15694         * src/common/utils.c
15695                 Fix temp files not being deleted on windows
15696         Patches by Thomas Gilgin
15697
15698 2006-02-13 [colin]      2.0.0cvs47
15699
15700         * src/mainwindow.c
15701                 Fix exit crash
15702
15703 2006-02-13 [wwp]        2.0.0cvs46
15704
15705         * src/plugins/pgpcore/prefs_gpg.c
15706                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
15707
15708 2006-02-12 [colin]      2.0.0cvs45
15709
15710         * src/folderview.c
15711         * src/main.c
15712         * src/mainwindow.c
15713                 Fix "stuff" when quitting
15714
15715 2006-02-12 [wwp]        2.0.0cvs44
15716
15717         * src/prefs_themes.c
15718                 fix typos in debug messages.
15719
15720 2006-02-11 [colin]      2.0.0cvs43
15721
15722         * src/summaryview.c
15723                 don't allow drag/drop from ourself
15724
15725 2006-02-10 [wwp]        2.0.0cvs42
15726
15727         * src/exporthtml.c
15728         * src/html.c
15729         * src/html.h
15730         * src/procmime.c
15731         * src/textview.c
15732                 renamed html_ prefixed functions and data structures to avoid
15733                 namespace clashes w/ other software (gtkhtml2 for instance).
15734                 Closes bug #907.
15735
15736
15737 2006-02-09 [colin]      2.0.0cvs41
15738
15739         * src/summaryview.c
15740                 Fix shitty logic messed up. Thanks Ticho for the hint!
15741
15742 2006-02-09 [wwp]        2.0.0cvs40
15743
15744         * src/gtk/about.c
15745         * src/compose.c
15746         * src/prefs_account.c
15747         * src/prefs_gtk.h
15748         * src/editaddress.c
15749                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
15750                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
15751                 Browse buttons in accounts prefs.
15752
15753 2006-02-09 [colin]      2.0.0cvs39
15754
15755         * src/matcher.c
15756                 Check for pointer before using its members
15757         * src/gtk/gtksourceprintjob.c
15758                 Fix a wrong warning
15759
15760 2006-02-09 [wwp]        2.0.0cvs38
15761
15762         * src/gtk/filesel.c
15763                 fix few compiler warnings (type mismatch).
15764
15765 2006-02-09 [paul]       2.0.0cvs37
15766
15767         * po/fr.po
15768                 updated by Fabien Vantard
15769
15770 2006-02-08 [colin]      2.0.0cvs36
15771
15772         * src/prefs_common.c
15773         * src/common/defs.h
15774         * src/common/plugin.c
15775                 allow windows and linux configurations to coexist
15776                 patch by Thomas Gilgin
15777
15778 2006-02-08 [colin]      2.0.0cvs35
15779
15780         * src/filtering.c
15781         * src/matcher.c
15782         * src/matcher.h
15783         * src/matcher_parser_parse.y
15784         * src/prefs_filtering_action.c
15785         * src/prefs_matcher.c
15786                 Add the "Ignore thread" filtering
15787                 action
15788
15789 2006-02-08 [colin]      2.0.0cvs34
15790
15791         * src/compose.c
15792         * src/procmime.c
15793         * src/procmime.h
15794                 Fix bug #905 (damaged attachment)
15795                 text files with raw \0's aren't really text files
15796         FOR_STABLE
15797
15798 2006-02-08 [colin]      2.0.0cvs33
15799
15800         * src/summaryview.c
15801                 Fix crasher introduced yesterday
15802
15803 2006-02-08 [wwp]        2.0.0cvs32
15804
15805         * src/compose.c
15806         * src/compose.h
15807                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
15808
15809 2006-02-08 [wwp]        2.0.0cvs31
15810
15811         * src/prefs_template.c
15812                 templates enhancement: allow address completion for Cc and Bcc fields
15813                 (it was currently possible for the To field only)
15814
15815 2006-02-08 [colin]      2.0.0cvs30
15816
15817         * src/compose.c
15818                 Don't unblock if not blocked
15819         FOR_STABLE
15820
15821 2006-02-07 [colin]      2.0.0cvs29
15822
15823         * src/action.c
15824                 Forgot to refresh summaryview
15825
15826 2006-02-07 [colin]      2.0.0cvs28
15827
15828         * src/action.c
15829                 Freeze/thaw message list and folder list while
15830                 processing %as{} actions 
15831         * src/compose.c
15832                 Fix auto-wrap disabling after a middle-click
15833                 paste - FOR_STABLE
15834
15835 2006-02-07 [paul]       2.0.0cvs27
15836
15837         * src/folder.c
15838                 fix freeing of uninitialised pointers
15839                 Thanks to Colin
15840
15841 2006-02-06 [colin]      2.0.0cvs26
15842
15843         * src/folder.c
15844                 Use g_slist_prepend in potentially big list
15845
15846 2006-02-06 [colin]      2.0.0cvs25
15847
15848         * src/folder.c
15849                 Completely skip processing if it doesn't 
15850                 exist (faster!)
15851
15852 2006-02-06 [colin]      2.0.0cvs24
15853
15854         * src/folder.c
15855         * src/summaryview.c
15856                 Batch filtering in summaryview (from Tools menu)
15857                 and pre/post//-processing too
15858
15859 2006-02-06 [colin]      2.0.0cvs23
15860
15861         * src/procmsg.h
15862         * src/filtering.c
15863                 Use a special field for batch filtering instead
15864                 of stepping on deferred execution's toes
15865
15866 2006-02-06 [colin]      2.0.0cvs22
15867
15868         * src/action.c
15869         * src/filtering.c
15870         * src/filtering.h
15871         * src/folder.c
15872         * src/summaryview.c
15873                 Fix filtering via menus and actions
15874
15875 2006-02-06 [colin]      2.0.0cvs21
15876
15877         * src/imap.c
15878                 Put the added file directly to cache if possible (will work
15879                 with next libetpan)
15880         * src/filtering.c
15881         * src/filtering.h
15882         * src/inc.c
15883         * src/folder.c
15884         * src/mbox.c
15885         * src/procmsg.h
15886                 Move and copy filtered messages by batches instead of one
15887                 by one - faster on IMAP
15888         * src/procmsg.c
15889                 Add a function that'll possibly be useful later
15890
15891 2006-02-06 [colin]      2.0.0cvs20
15892
15893         * src/addressbook.c
15894                 Use internal mime-type instead of text/plain for d'n'd
15895         * src/compose.c
15896                 Allow attaching files from mimeview's icon list via d'n'd
15897         * src/folderview.c
15898         * src/folderview.h
15899                 Use internal mime-type instead of text/plain for d'n'd
15900                 Don't try to selected opened folder if none is
15901                 Factorize d'n'd from other apps code
15902         * src/headerview.c
15903         * src/textview.c
15904         * src/gtk/gtkutils.c
15905         * src/gtk/gtkutils.h
15906                 Factorize Face/X-Face stuff
15907         * src/mimeview.c
15908                 Fix d'n'd to other apps
15909         * src/prefs_message.c
15910                 Let the XFace pref be usable without libcompface as it also
15911                 applies to Face
15912         * src/summaryview.c
15913                 Fix d'n'd to other apps
15914                 Factorize d'n'd from other apps code
15915
15916 2006-02-06 [wwp]        2.0.0cvs19
15917
15918         * po/it.po
15919                 Italian translation fixes by Andrea Spadaccini (no more confusion
15920                 between filtering and processing, and few changes in the About
15921                 dialog).
15922
15923
15924 2006-02-06 [mones]      2.0.0cvs18
15925
15926         * src/gtk/icon_legend.c
15927                 Improved descriptions allowing better translations
15928
15929 2006-02-05 [colin]      2.0.0cvs17
15930
15931         * src/imap.c
15932                 Add the f*cking missing expunge that caused imap_fetch_env
15933                 to fail after an add_msgs ! :-///
15934         * src/etpan/imap-thread.c
15935                 Add a bit of debug
15936         FOR_STABLE
15937
15938 2006-02-05 [colin]      2.0.0cvs16
15939
15940         * src/common/utils.c
15941                 Don't check for return-path (or we can't put
15942                 back non-sent mails)
15943
15944 2006-02-05 [colin]      2.0.0cvs15
15945
15946         * src/textview.c
15947                 Don't try to display Face header in textview
15948                 when teh headerview's active
15949
15950 2006-02-05 [colin]      2.0.0cvs14
15951
15952         * tools/tbird2syl.py
15953         * tools/Makefile.am
15954                 Add script to import Thunderbird mails
15955
15956 2006-02-05 [colin]      2.0.0cvs13
15957
15958         * src/headerview.c
15959         * src/procheader.c
15960         * src/procmsg.c
15961         * src/procmsg.h
15962         * src/textview.c
15963                 Show Face headers - patch partially by Klaus Flittner
15964
15965 2006-02-05 [colin]      2.0.0cvs12
15966
15967         * src/folderview.c
15968         * src/summaryview.c
15969         * src/common/utils.c
15970         * src/common/utils.h
15971                 Let dnd work from mime icons to summaryview
15972                 and to folderview too
15973                 Add a crude test to avoid trying to add files
15974                 drag'n'dropped when they're not mails
15975
15976 2006-02-04 [colin]      2.0.0cvs11
15977
15978         * src/summaryview.c
15979         * src/mimeview.c
15980                 Fix utf8 conversion
15981
15982 2006-02-04 [colin]      2.0.0cvs10
15983
15984         * src/compose.c
15985         * src/folderview.c
15986         * src/mimeview.c
15987         * src/summaryview.c
15988         * src/summaryview.h
15989                 Added various drag and drop capas:
15990                 From                    To
15991                 summaryview             other apps
15992                 mimeview icons          other apps
15993                 other apps              summaryview
15994                 other apps              folderview
15995
15996                 This shouldn't have broken the existing:
15997                 From                    To
15998                 summaryview             folderview
15999                 folderview              folderview
16000                 summaryview             compose's attachments
16001
16002         Tests welcomed.
16003
16004 2006-02-02 [paul]       2.0.0cvs9
16005
16006         * src/mainwindow.c
16007                 move global option 'Set displayed columns...' out
16008                 of folder option grouping.
16009                 fix sensitivity of 'harvest addresses'
16010         FOR_STABLE
16011
16012 2006-02-01 [colin]      2.0.0cvs8
16013
16014         * src/mimeview.c
16015                 Revert the alertpanel patch, it sucks (intrusive
16016                 and gets in the way of "open")
16017
16018 2006-02-01 [colin]      2.0.0cvs7
16019
16020         * src/compose.c
16021         * src/prefs_account.c
16022         * src/prefs_common.c
16023         * src/common/defs.h
16024         * src/common/utils.c
16025         * src/common/utils.h
16026                 Add ability to edit the signature file
16027                 from the account preferences, and use
16028                 a default for the text editor.
16029                 Patch by Fabien Vantard
16030
16031 2006-02-01 [colin]      2.0.0cvs6
16032
16033         * src/mimeview.c
16034                 Try to get mime type by extension if it is
16035                 application/octet-stream
16036                 Display a window with possible choices when
16037                 encountering unknown mime types
16038         * src/gtk/filesel.c
16039         * src/gtk/filesel.h
16040                 Add preview
16041                 Allow multiple selection in filtered filesel
16042                 (patch by Fabien Vantard)
16043         * src/gtk/pluginwindow.c
16044                 Use it (patch by Fabien Vantard)
16045
16046 2006-02-01 [paul]       2.0.0cvs5
16047
16048         * src/jpilot.c
16049                 fix crash on creating jpilot address book
16050                 Thanks to Colin - FOR_STABLE
16051         * src/prefs_summaries.c
16052         * src/prefs_wrapping.c
16053         * src/gtk/icon_legend.c
16054         * src/gtk/quicksearch.c
16055                 string fixes and additions
16056
16057 2006-02-01 [paul]       2.0.0cvs4
16058
16059         * src/compose.c
16060         * src/mainwindow.c
16061         * src/messageview.c
16062         * src/prefs_send.c
16063                 add Arabic encoding option
16064                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
16065
16066 2006-01-31 [colin]      2.0.0cvs3
16067
16068         * src/plugins/pgpcore/passphrase.c
16069                 Convert passphrase to locale encoding
16070         * src/compose.c
16071                 Fix drafting on IMAP. Crappy bug sneaked in
16072                 the release :-/
16073         FOR_STABLE
16074
16075 2006-01-30 [paul]       2.0.0cvs2
16076
16077         * src/gtk/icon_legend.c
16078                 show the new entries
16079
16080 2006-01-30 [colin]      2.0.0cvs1
16081
16082         * src/manual.c
16083                 Check for the file to be present before 
16084                 enabling the menu - FOR_STABLE
16085         * src/gtk/icon_legend.c
16086                 Add folders icons (not all of them, there
16087                 are too much, but the most intriguing ones)
16088
16089 2006-01-30 [paul]       2.0.0
16090
16091         version 2.0.0 released
16092
16093 [For previous entries, see ChangeLog.pre2.0.0]